Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorMichaIng <micha@dietpi.com>2021-06-20 13:20:10 +0300
committerGitHub <noreply@github.com>2021-06-20 13:20:10 +0300
commit4f47bec782c90d89a501e7ed5ed43c2816a8ce81 (patch)
treead5bac61b7a005a92f234a44531354ff6ab24032 /core
parent4d51ed3918032c44df612fad6b2c12b0e9eff693 (diff)
parent61a31dcdd73aae9a728551421116c5947e5b3089 (diff)
Merge branch 'master' into improve-contributing-docsimprove-contributing-docs
Diffstat (limited to 'core')
-rw-r--r--core/Application.php118
-rw-r--r--core/BackgroundJobs/BackgroundCleanupUpdaterBackupsJob.php16
-rw-r--r--core/BackgroundJobs/CheckForUserCertificates.php82
-rw-r--r--core/BackgroundJobs/CleanupLoginFlowV2.php6
-rw-r--r--core/BackgroundJobs/LookupServerSendCheckBackgroundJob.php50
-rw-r--r--core/Command/App/CheckCode.php150
-rw-r--r--core/Command/App/Disable.php8
-rw-r--r--core/Command/App/Enable.php15
-rw-r--r--core/Command/App/GetPath.php3
-rw-r--r--core/Command/App/Install.php24
-rw-r--r--core/Command/App/ListApps.php13
-rw-r--r--core/Command/App/Remove.php17
-rw-r--r--core/Command/App/Update.php26
-rw-r--r--core/Command/Background/Ajax.php45
-rw-r--r--core/Command/Background/Base.php83
-rw-r--r--core/Command/Background/Cron.php45
-rw-r--r--core/Command/Background/WebCron.php45
-rw-r--r--core/Command/Base.php12
-rw-r--r--core/Command/Broadcast/Test.php7
-rw-r--r--core/Command/Check.php7
-rw-r--r--core/Command/Config/App/Base.php3
-rw-r--r--core/Command/Config/App/DeleteConfig.php3
-rw-r--r--core/Command/Config/App/GetConfig.php3
-rw-r--r--core/Command/Config/App/SetConfig.php3
-rw-r--r--core/Command/Config/Import.php9
-rw-r--r--core/Command/Config/ListConfigs.php10
-rw-r--r--core/Command/Config/System/Base.php3
-rw-r--r--core/Command/Config/System/DeleteConfig.php11
-rw-r--r--core/Command/Config/System/GetConfig.php6
-rw-r--r--core/Command/Config/System/SetConfig.php5
-rw-r--r--core/Command/Db/AddMissingColumns.php106
-rw-r--r--core/Command/Db/AddMissingIndices.php72
-rw-r--r--core/Command/Db/AddMissingPrimaryKeys.php176
-rw-r--r--core/Command/Db/ConvertFilecacheBigInt.php28
-rw-r--r--core/Command/Db/ConvertMysqlToMB4.php9
-rw-r--r--core/Command/Db/ConvertType.php96
-rw-r--r--core/Command/Db/Migrations/ExecuteCommand.php19
-rw-r--r--core/Command/Db/Migrations/GenerateCommand.php19
-rw-r--r--core/Command/Db/Migrations/GenerateFromSchemaFileCommand.php206
-rw-r--r--core/Command/Db/Migrations/MigrateCommand.php15
-rw-r--r--core/Command/Db/Migrations/StatusCommand.php43
-rw-r--r--core/Command/Encryption/ChangeKeyStorageRoot.php19
-rw-r--r--core/Command/Encryption/DecryptAll.php19
-rw-r--r--core/Command/Encryption/Disable.php4
-rw-r--r--core/Command/Encryption/Enable.php10
-rw-r--r--core/Command/Encryption/EncryptAll.php11
-rw-r--r--core/Command/Encryption/ListModules.php9
-rw-r--r--core/Command/Encryption/MigrateKeyStorage.php260
-rw-r--r--core/Command/Encryption/SetDefaultModule.php11
-rw-r--r--core/Command/Encryption/ShowKeyStorageRoot.php9
-rw-r--r--core/Command/Encryption/Status.php4
-rw-r--r--core/Command/Group/Add.php5
-rw-r--r--core/Command/Group/AddUser.php7
-rw-r--r--core/Command/Group/Delete.php7
-rw-r--r--core/Command/Group/Info.php82
-rw-r--r--core/Command/Group/ListCommand.php37
-rw-r--r--core/Command/Group/RemoveUser.php7
-rw-r--r--core/Command/Integrity/CheckApp.php11
-rw-r--r--core/Command/Integrity/CheckCore.php13
-rw-r--r--core/Command/Integrity/SignApp.php19
-rw-r--r--core/Command/Integrity/SignCore.php19
-rw-r--r--core/Command/InterruptedException.php8
-rw-r--r--core/Command/L10n/CreateJs.php24
-rw-r--r--core/Command/Log/File.php10
-rw-r--r--core/Command/Log/Manage.php17
-rw-r--r--core/Command/Maintenance/DataFingerprint.php5
-rw-r--r--core/Command/Maintenance/Install.php52
-rw-r--r--core/Command/Maintenance/Mimetype/GenerateMimetypeFileBuilder.php17
-rw-r--r--core/Command/Maintenance/Mimetype/UpdateDB.php9
-rw-r--r--core/Command/Maintenance/Mimetype/UpdateJS.php5
-rw-r--r--core/Command/Maintenance/Mode.php4
-rw-r--r--core/Command/Maintenance/Repair.php8
-rw-r--r--core/Command/Maintenance/UpdateHtaccess.php5
-rw-r--r--core/Command/Maintenance/UpdateTheme.php9
-rw-r--r--core/Command/Preview/Repair.php290
-rw-r--r--core/Command/Preview/ResetRenderedTexts.php201
-rw-r--r--core/Command/Security/ImportCertificate.php14
-rw-r--r--core/Command/Security/ListCertificates.php5
-rw-r--r--core/Command/Security/RemoveCertificate.php5
-rw-r--r--core/Command/Security/ResetBruteforceAttempts.php64
-rw-r--r--core/Command/Status.php5
-rw-r--r--core/Command/SystemTag/Add.php100
-rw-r--r--core/Command/SystemTag/Delete.php63
-rw-r--r--core/Command/SystemTag/Edit.php118
-rw-r--r--core/Command/SystemTag/ListCommand.php84
-rw-r--r--core/Command/TwoFactorAuth/Base.php6
-rw-r--r--core/Command/TwoFactorAuth/Cleanup.php8
-rw-r--r--core/Command/TwoFactorAuth/Disable.php4
-rw-r--r--core/Command/TwoFactorAuth/Enable.php4
-rw-r--r--core/Command/TwoFactorAuth/Enforce.php8
-rw-r--r--core/Command/TwoFactorAuth/State.php9
-rw-r--r--core/Command/Upgrade.php104
-rw-r--r--core/Command/User/Add.php9
-rw-r--r--core/Command/User/AddAppPassword.php130
-rw-r--r--core/Command/User/Delete.php9
-rw-r--r--core/Command/User/Disable.php7
-rw-r--r--core/Command/User/Enable.php7
-rw-r--r--core/Command/User/Info.php7
-rw-r--r--core/Command/User/LastSeen.php12
-rw-r--r--core/Command/User/ListCommand.php15
-rw-r--r--core/Command/User/Report.php57
-rw-r--r--core/Command/User/ResetPassword.php6
-rw-r--r--core/Command/User/Setting.php58
-rw-r--r--core/Controller/AppPasswordController.php17
-rw-r--r--core/Controller/AutoCompleteController.php32
-rw-r--r--core/Controller/AvatarController.php62
-rw-r--r--core/Controller/CSRFTokenController.php4
-rw-r--r--core/Controller/ClientFlowLoginController.php66
-rw-r--r--core/Controller/ClientFlowLoginV2Controller.php34
-rw-r--r--core/Controller/CollaborationResourcesController.php3
-rw-r--r--core/Controller/ContactsMenuController.php3
-rw-r--r--core/Controller/CssController.php10
-rw-r--r--core/Controller/GuestAvatarController.php3
-rw-r--r--core/Controller/JsController.php10
-rw-r--r--core/Controller/LoginController.php32
-rw-r--r--core/Controller/LostController.php25
-rw-r--r--core/Controller/NavigationController.php4
-rw-r--r--core/Controller/OCJSController.php12
-rw-r--r--core/Controller/OCSController.php17
-rw-r--r--core/Controller/PreviewController.php14
-rw-r--r--core/Controller/RecommendedAppsController.php4
-rw-r--r--core/Controller/SearchController.php27
-rw-r--r--core/Controller/SetupController.php16
-rw-r--r--core/Controller/SvgController.php23
-rw-r--r--core/Controller/TwoFactorChallengeController.php4
-rw-r--r--core/Controller/UnifiedSearchController.php153
-rw-r--r--core/Controller/UserController.php3
-rw-r--r--core/Controller/WalledGardenController.php6
-rw-r--r--core/Controller/WebAuthnController.php118
-rw-r--r--core/Controller/WellKnownController.php67
-rw-r--r--core/Controller/WhatsNewController.php14
-rw-r--r--core/Controller/WipeController.php4
-rw-r--r--core/Data/LoginFlowV2Credentials.php5
-rw-r--r--core/Data/LoginFlowV2Tokens.php4
-rw-r--r--core/Db/LoginFlowV2.php3
-rw-r--r--core/Db/LoginFlowV2Mapper.php3
-rw-r--r--core/Exception/LoginFlowV2NotFoundException.php4
-rw-r--r--core/Exception/ResetPasswordException.php4
-rw-r--r--core/Middleware/TwoFactorMiddleware.php4
-rw-r--r--core/Migrations/Version13000Date20170705121758.php21
-rw-r--r--core/Migrations/Version13000Date20170718121200.php185
-rw-r--r--core/Migrations/Version13000Date20170814074715.php3
-rw-r--r--core/Migrations/Version13000Date20170919121250.php19
-rw-r--r--core/Migrations/Version13000Date20170926101637.php7
-rw-r--r--core/Migrations/Version14000Date20180129121024.php3
-rw-r--r--core/Migrations/Version14000Date20180404140050.php5
-rw-r--r--core/Migrations/Version14000Date20180516101403.php3
-rw-r--r--core/Migrations/Version14000Date20180518120534.php5
-rw-r--r--core/Migrations/Version14000Date20180522074438.php6
-rw-r--r--core/Migrations/Version14000Date20180626223656.php6
-rw-r--r--core/Migrations/Version14000Date20180710092004.php12
-rw-r--r--core/Migrations/Version14000Date20180712153140.php3
-rw-r--r--core/Migrations/Version15000Date20180926101451.php9
-rw-r--r--core/Migrations/Version15000Date20181015062942.php6
-rw-r--r--core/Migrations/Version15000Date20181029084625.php4
-rw-r--r--core/Migrations/Version16000Date20190207141427.php36
-rw-r--r--core/Migrations/Version16000Date20190212081545.php29
-rw-r--r--core/Migrations/Version16000Date20190427105638.php4
-rw-r--r--core/Migrations/Version16000Date20190428150708.php11
-rw-r--r--core/Migrations/Version17000Date20190514105811.php22
-rw-r--r--core/Migrations/Version18000Date20190920085628.php13
-rw-r--r--core/Migrations/Version18000Date20191014105105.php27
-rw-r--r--core/Migrations/Version18000Date20191204114856.php5
-rw-r--r--core/Migrations/Version19000Date20200211083441.php67
-rw-r--r--core/Migrations/Version20000Date20201109081915.php64
-rw-r--r--core/Migrations/Version20000Date20201109081918.php111
-rw-r--r--core/Migrations/Version20000Date20201109081919.php52
-rw-r--r--core/Migrations/Version20000Date20201111081915.php60
-rw-r--r--core/Migrations/Version21000Date20201120141228.php80
-rw-r--r--core/Migrations/Version21000Date20201202095923.php76
-rw-r--r--core/Migrations/Version21000Date20210119195004.php54
-rw-r--r--core/Migrations/Version21000Date20210309185126.php70
-rw-r--r--core/Migrations/Version21000Date20210309185127.php52
-rw-r--r--core/Migrations/Version22000Date20210216080825.php64
-rw-r--r--core/Notification/CoreNotifier.php (renamed from core/Notification/RemoveLinkSharesNotifier.php)23
-rw-r--r--core/Service/LoginFlowV2Service.php9
-rw-r--r--core/ajax/update.php92
-rw-r--r--core/css/apps.scss50
-rw-r--r--core/css/css-variables.scss77
-rw-r--r--core/css/functions.scss1
-rw-r--r--core/css/global.scss6
-rw-r--r--core/css/guest.css46
-rw-r--r--core/css/header.scss66
-rw-r--r--core/css/icons.scss14
-rw-r--r--core/css/inputs.scss30
-rw-r--r--core/css/mobile.scss2
-rw-r--r--core/css/styles.scss32
-rw-r--r--core/css/systemtags.scss7
-rw-r--r--core/css/variables.scss14
-rw-r--r--core/fonts/NotoSans-Bold.ttfbin455164 -> 5504240 bytes
-rw-r--r--core/fonts/NotoSans-Regular.ttfbin455188 -> 8724756 bytes
-rw-r--r--core/img/actions/address.pngbin0 -> 438 bytes
-rw-r--r--core/img/actions/download.pngbin260 -> 170 bytes
-rw-r--r--core/img/actions/filter.svg1
-rw-r--r--core/img/actions/info.pngbin0 -> 230 bytes
-rw-r--r--core/img/actions/more.pngbin0 -> 182 bytes
-rw-r--r--core/img/actions/starred.pngbin757 -> 459 bytes
-rw-r--r--core/img/actions/template-add.svg1
-rw-r--r--core/img/background.pngbin35361 -> 9621 bytes
-rwxr-xr-xcore/img/caldav/attendees.pngbin0 -> 446 bytes
-rw-r--r--core/img/caldav/attendees.svg1
-rwxr-xr-xcore/img/caldav/description.pngbin0 -> 166 bytes
-rw-r--r--core/img/caldav/description.svg1
-rwxr-xr-xcore/img/caldav/link.pngbin0 -> 412 bytes
-rw-r--r--core/img/caldav/link.svg1
-rwxr-xr-xcore/img/caldav/location.pngbin0 -> 358 bytes
-rw-r--r--core/img/caldav/location.svg1
-rwxr-xr-xcore/img/caldav/organizer.pngbin0 -> 337 bytes
-rw-r--r--core/img/caldav/organizer.svg1
-rwxr-xr-xcore/img/caldav/time.pngbin0 -> 243 bytes
-rw-r--r--core/img/caldav/time.svg1
-rwxr-xr-xcore/img/caldav/title.pngbin0 -> 160 bytes
-rw-r--r--core/img/caldav/title.svg1
-rw-r--r--core/img/categories/dashboard.svg1
-rw-r--r--core/img/favicon-touch.pngbin2918 -> 6795 bytes
-rw-r--r--core/img/favicon-touch.svg2
-rw-r--r--core/img/favicon.pngbin1123 -> 470 bytes
-rw-r--r--core/img/filetypes/application-pdf.svg2
-rw-r--r--core/img/filetypes/mindmap.svg1
-rw-r--r--core/img/manifest.json2
-rw-r--r--core/img/places/calendar.pngbin0 -> 294 bytes
-rw-r--r--core/img/places/contacts-dark.pngbin0 -> 595 bytes
-rw-r--r--core/js/backgroundjobs.js2
-rw-r--r--core/js/core.json20
-rw-r--r--core/js/dist/files_client.js65
-rw-r--r--core/js/dist/files_client.js.map1
-rw-r--r--core/js/dist/files_fileinfo.js27
-rw-r--r--core/js/dist/files_fileinfo.js.map1
-rw-r--r--core/js/dist/files_iedavclient.js24
-rw-r--r--core/js/dist/files_iedavclient.js.map1
-rw-r--r--core/js/dist/install.js182
-rw-r--r--core/js/dist/install.js.map2
-rw-r--r--core/js/dist/login.js788
-rw-r--r--core/js/dist/login.js.map2
-rw-r--r--core/js/dist/main.js1247
-rw-r--r--core/js/dist/main.js.map2
-rw-r--r--core/js/dist/maintenance.js286
-rw-r--r--core/js/dist/maintenance.js.map2
-rw-r--r--core/js/dist/recommendedapps.js17
-rw-r--r--core/js/dist/recommendedapps.js.map2
-rw-r--r--core/js/dist/systemtags.js132
-rw-r--r--core/js/dist/systemtags.js.map2
-rw-r--r--core/js/dist/unified-search.js271
-rw-r--r--core/js/dist/unified-search.js.map1
-rw-r--r--core/js/files/iedavclient.js163
-rw-r--r--core/js/mimetypelist.js6
-rw-r--r--core/js/public/publicpage.js2
-rw-r--r--core/js/setupchecks.js252
-rw-r--r--core/js/systemtags/merged-systemtags.js8
-rw-r--r--core/js/systemtags/systemtagmodel.js60
-rw-r--r--core/js/systemtags/systemtags.js52
-rw-r--r--core/js/systemtags/templates.js119
-rw-r--r--core/js/tests/specHelper.js1
-rw-r--r--core/js/tests/specs/contactsmenuSpec.js4
-rw-r--r--core/js/tests/specs/coreSpec.js165
-rw-r--r--core/js/tests/specs/jquery.avatarSpec.js16
-rw-r--r--core/js/tests/specs/jquery.contactsmenuSpec.js62
-rw-r--r--core/js/tests/specs/jquery.placeholderSpec.js43
-rw-r--r--core/js/tests/specs/l10nSpec.js60
-rw-r--r--core/js/tests/specs/oc-backbone-webdavSpec.js88
-rw-r--r--core/js/tests/specs/setupchecksSpec.js182
-rw-r--r--core/js/update.js17
-rw-r--r--core/l10n/af.js252
-rw-r--r--core/l10n/af.json250
-rw-r--r--core/l10n/ar.js363
-rw-r--r--core/l10n/ar.json363
-rw-r--r--core/l10n/ast.js244
-rw-r--r--core/l10n/ast.json242
-rw-r--r--core/l10n/bg.js264
-rw-r--r--core/l10n/bg.json264
-rw-r--r--core/l10n/br.js368
-rw-r--r--core/l10n/br.json366
-rw-r--r--core/l10n/ca.js267
-rw-r--r--core/l10n/ca.json267
-rw-r--r--core/l10n/cs.js317
-rw-r--r--core/l10n/cs.json317
-rw-r--r--core/l10n/da.js235
-rw-r--r--core/l10n/da.json235
-rw-r--r--core/l10n/de.js287
-rw-r--r--core/l10n/de.json287
-rw-r--r--core/l10n/de_DE.js323
-rw-r--r--core/l10n/de_DE.json323
-rw-r--r--core/l10n/el.js233
-rw-r--r--core/l10n/el.json233
-rw-r--r--core/l10n/en_GB.js138
-rw-r--r--core/l10n/en_GB.json138
-rw-r--r--core/l10n/eo.js212
-rw-r--r--core/l10n/eo.json212
-rw-r--r--core/l10n/es.js281
-rw-r--r--core/l10n/es.json281
-rw-r--r--core/l10n/es_419.js137
-rw-r--r--core/l10n/es_419.json137
-rw-r--r--core/l10n/es_AR.js126
-rw-r--r--core/l10n/es_AR.json126
-rw-r--r--core/l10n/es_CL.js138
-rw-r--r--core/l10n/es_CL.json138
-rw-r--r--core/l10n/es_CO.js138
-rw-r--r--core/l10n/es_CO.json138
-rw-r--r--core/l10n/es_CR.js138
-rw-r--r--core/l10n/es_CR.json138
-rw-r--r--core/l10n/es_DO.js138
-rw-r--r--core/l10n/es_DO.json138
-rw-r--r--core/l10n/es_EC.js138
-rw-r--r--core/l10n/es_EC.json138
-rw-r--r--core/l10n/es_GT.js138
-rw-r--r--core/l10n/es_GT.json138
-rw-r--r--core/l10n/es_HN.js135
-rw-r--r--core/l10n/es_HN.json135
-rw-r--r--core/l10n/es_MX.js145
-rw-r--r--core/l10n/es_MX.json145
-rw-r--r--core/l10n/es_NI.js135
-rw-r--r--core/l10n/es_NI.json135
-rw-r--r--core/l10n/es_PA.js135
-rw-r--r--core/l10n/es_PA.json135
-rw-r--r--core/l10n/es_PE.js135
-rw-r--r--core/l10n/es_PE.json135
-rw-r--r--core/l10n/es_PR.js135
-rw-r--r--core/l10n/es_PR.json135
-rw-r--r--core/l10n/es_PY.js136
-rw-r--r--core/l10n/es_PY.json136
-rw-r--r--core/l10n/es_SV.js138
-rw-r--r--core/l10n/es_SV.json138
-rw-r--r--core/l10n/es_UY.js135
-rw-r--r--core/l10n/es_UY.json135
-rw-r--r--core/l10n/et_EE.js118
-rw-r--r--core/l10n/et_EE.json118
-rw-r--r--core/l10n/eu.js283
-rw-r--r--core/l10n/eu.json283
-rw-r--r--core/l10n/fa.js136
-rw-r--r--core/l10n/fa.json136
-rw-r--r--core/l10n/fi.js191
-rw-r--r--core/l10n/fi.json191
-rw-r--r--core/l10n/fr.js252
-rw-r--r--core/l10n/fr.json252
-rw-r--r--core/l10n/gl.js292
-rw-r--r--core/l10n/gl.json292
-rw-r--r--core/l10n/he.js252
-rw-r--r--core/l10n/he.json252
-rw-r--r--core/l10n/hr.js265
-rw-r--r--core/l10n/hr.json265
-rw-r--r--core/l10n/hu.js278
-rw-r--r--core/l10n/hu.json278
-rw-r--r--core/l10n/id.js276
-rw-r--r--core/l10n/id.json276
-rw-r--r--core/l10n/is.js221
-rw-r--r--core/l10n/is.json221
-rw-r--r--core/l10n/it.js265
-rw-r--r--core/l10n/it.json265
-rw-r--r--core/l10n/ja.js278
-rw-r--r--core/l10n/ja.json278
-rw-r--r--core/l10n/ka_GE.js133
-rw-r--r--core/l10n/ka_GE.json133
-rw-r--r--core/l10n/ko.js220
-rw-r--r--core/l10n/ko.json220
-rw-r--r--core/l10n/lo.js401
-rw-r--r--core/l10n/lo.json399
-rw-r--r--core/l10n/lt_LT.js193
-rw-r--r--core/l10n/lt_LT.json193
-rw-r--r--core/l10n/lv.js164
-rw-r--r--core/l10n/lv.json164
-rw-r--r--core/l10n/mk.js234
-rw-r--r--core/l10n/mk.json234
-rw-r--r--core/l10n/nb.js247
-rw-r--r--core/l10n/nb.json247
-rw-r--r--core/l10n/nl.js309
-rw-r--r--core/l10n/nl.json309
-rw-r--r--core/l10n/oc.js363
-rw-r--r--core/l10n/oc.json361
-rw-r--r--core/l10n/pl.js327
-rw-r--r--core/l10n/pl.json327
-rw-r--r--core/l10n/pt_BR.js291
-rw-r--r--core/l10n/pt_BR.json291
-rw-r--r--core/l10n/pt_PT.js211
-rw-r--r--core/l10n/pt_PT.json211
-rw-r--r--core/l10n/ro.js139
-rw-r--r--core/l10n/ro.json139
-rw-r--r--core/l10n/ru.js268
-rw-r--r--core/l10n/ru.json268
-rw-r--r--core/l10n/sc.js413
-rw-r--r--core/l10n/sc.json411
-rw-r--r--core/l10n/sk.js225
-rw-r--r--core/l10n/sk.json225
-rw-r--r--core/l10n/sl.js317
-rw-r--r--core/l10n/sl.json317
-rw-r--r--core/l10n/sq.js118
-rw-r--r--core/l10n/sq.json118
-rw-r--r--core/l10n/sr.js230
-rw-r--r--core/l10n/sr.json230
-rw-r--r--core/l10n/sv.js219
-rw-r--r--core/l10n/sv.json219
-rw-r--r--core/l10n/tr.js312
-rw-r--r--core/l10n/tr.json312
-rw-r--r--core/l10n/uk.js301
-rw-r--r--core/l10n/uk.json301
-rw-r--r--core/l10n/vi.js127
-rw-r--r--core/l10n/vi.json127
-rw-r--r--core/l10n/zh_CN.js277
-rw-r--r--core/l10n/zh_CN.json277
-rw-r--r--core/l10n/zh_HK.js420
-rw-r--r--core/l10n/zh_HK.json418
-rw-r--r--core/l10n/zh_TW.js368
-rw-r--r--core/l10n/zh_TW.json368
-rw-r--r--core/register_command.php64
-rw-r--r--core/routes.php30
-rw-r--r--core/search/css/results.scss103
-rw-r--r--core/search/js/search.js197
-rw-r--r--core/search/js/searchprovider.js455
-rw-r--r--core/shipped.json4
-rw-r--r--core/src/OC/admin.js8
-rw-r--r--core/src/OC/appconfig.js11
-rw-r--r--core/src/OC/apps.js25
-rw-r--r--core/src/OC/appsettings.js9
-rw-r--r--core/src/OC/appswebroots.js7
-rw-r--r--core/src/OC/backbone-webdav.js65
-rw-r--r--core/src/OC/backbone.js6
-rw-r--r--core/src/OC/capabilities.js16
-rw-r--r--core/src/OC/config.js7
-rw-r--r--core/src/OC/constants.js14
-rw-r--r--core/src/OC/contactsmenu.js9
-rw-r--r--core/src/OC/currentuser.js8
-rw-r--r--core/src/OC/debug.js7
-rw-r--r--core/src/OC/dialogs.js57
-rw-r--r--core/src/OC/eventsource.js42
-rw-r--r--core/src/OC/get_set.js12
-rw-r--r--core/src/OC/host.js13
-rw-r--r--core/src/OC/index.js18
-rw-r--r--core/src/OC/l10n-registry.js6
-rw-r--r--core/src/OC/l10n.js73
-rw-r--r--core/src/OC/legacy-loader.js14
-rw-r--r--core/src/OC/menu.js7
-rw-r--r--core/src/OC/msg.js21
-rw-r--r--core/src/OC/navigation.js11
-rw-r--r--core/src/OC/notification.js74
-rw-r--r--core/src/OC/password-confirmation.js24
-rw-r--r--core/src/OC/plugins.js19
-rw-r--r--core/src/OC/query-string.js9
-rw-r--r--core/src/OC/requesttoken.js6
-rw-r--r--core/src/OC/routing.js164
-rw-r--r--core/src/OC/theme.js7
-rw-r--r--core/src/OC/util-history.js22
-rw-r--r--core/src/OC/util.js57
-rw-r--r--core/src/OC/webroot.js7
-rw-r--r--core/src/OC/xhr-error.js6
-rw-r--r--core/src/OCA/index.js16
-rw-r--r--core/src/OCA/search.js (renamed from core/webpack.test.js)27
-rw-r--r--core/src/OCP/appconfig.js9
-rw-r--r--core/src/OCP/collaboration.js1
-rw-r--r--core/src/OCP/comments.js20
-rw-r--r--core/src/OCP/index.js32
-rw-r--r--core/src/OCP/loader.js6
-rw-r--r--core/src/OCP/toast.js114
-rw-r--r--core/src/OCP/whatsnew.js32
-rw-r--r--core/src/Polyfill/closest.js22
-rw-r--r--core/src/Polyfill/console.js8
-rw-r--r--core/src/Polyfill/index.js6
-rw-r--r--core/src/Polyfill/tooltip.js17
-rw-r--r--core/src/Polyfill/windows-phone.js8
-rw-r--r--core/src/Util/get-url-parameter.js12
-rw-r--r--core/src/Util/human-file-size.js51
-rw-r--r--core/src/components/ContactsMenu.js6
-rw-r--r--core/src/components/HeaderMenu.vue215
-rw-r--r--core/src/components/MainMenu.js29
-rw-r--r--core/src/components/UnifiedSearch/SearchResult.vue257
-rw-r--r--core/src/components/UnifiedSearch/SearchResultPlaceholders.vue100
-rw-r--r--core/src/components/UserMenu.js7
-rw-r--r--core/src/components/login/LoginButton.vue56
-rw-r--r--core/src/components/login/LoginForm.vue43
-rw-r--r--core/src/components/login/PasswordLessLoginForm.vue216
-rw-r--r--core/src/components/login/ResetPassword.vue101
-rw-r--r--core/src/components/login/UpdatePassword.vue2
-rw-r--r--core/src/components/setup/RecommendedApps.vue18
-rw-r--r--core/src/files/client.js (renamed from core/js/files/client.js)692
-rw-r--r--core/src/files/fileinfo.js (renamed from core/js/files/fileinfo.js)59
-rw-r--r--core/src/files/iedavclient.js173
-rw-r--r--core/src/globals.js31
-rw-r--r--core/src/init.js97
-rw-r--r--core/src/install.js34
-rw-r--r--core/src/jquery/avatar.js12
-rw-r--r--core/src/jquery/contactsmenu.js25
-rw-r--r--core/src/jquery/css/images/ui-icons_1d2d44_256x240.pngbin4196 -> 3550 bytes
-rw-r--r--core/src/jquery/css/images/ui-icons_ffd27a_256x240.pngbin4196 -> 3551 bytes
-rw-r--r--core/src/jquery/css/images/ui-icons_ffffff_256x240.pngbin4196 -> 3574 bytes
-rw-r--r--core/src/jquery/css/jquery-ui-fixes.scss2
-rw-r--r--core/src/jquery/css/jquery.ocdialog.scss8
-rw-r--r--core/src/jquery/exists.js6
-rw-r--r--core/src/jquery/filterattr.js6
-rw-r--r--core/src/jquery/index.js8
-rw-r--r--core/src/jquery/ocdialog.js45
-rw-r--r--core/src/jquery/octemplate.js28
-rw-r--r--core/src/jquery/placeholder.js66
-rw-r--r--core/src/jquery/requesttoken.js8
-rw-r--r--core/src/jquery/selectrange.js6
-rw-r--r--core/src/jquery/showpassword.js26
-rw-r--r--core/src/jquery/tipsy.js85
-rw-r--r--core/src/jquery/ui-fixes.js23
-rw-r--r--core/src/logger.js7
-rw-r--r--core/src/login.js16
-rw-r--r--core/src/main.js10
-rw-r--r--core/src/maintenance.js14
-rw-r--r--core/src/mixins/Nextcloud.js7
-rw-r--r--core/src/recommendedapps.js7
-rw-r--r--core/src/services/UnifiedSearchService.js93
-rw-r--r--core/src/services/WebAuthnAuthenticationService.js38
-rw-r--r--core/src/session-heartbeat.js75
-rw-r--r--core/src/systemtags/merged-systemtags.js29
-rw-r--r--core/src/systemtags/systemtagmodel.js75
-rw-r--r--core/src/systemtags/systemtags.js70
-rw-r--r--core/src/systemtags/systemtagscollection.js (renamed from core/js/systemtags/systemtagscollection.js)23
-rw-r--r--core/src/systemtags/systemtagsinputfield.js (renamed from core/js/systemtags/systemtagsinputfield.js)35
-rw-r--r--core/src/systemtags/systemtagsmappingcollection.js (renamed from core/js/systemtags/systemtagsmappingcollection.js)36
-rw-r--r--core/src/systemtags/templates/result.handlebars (renamed from core/js/systemtags/templates/result.handlebars)0
-rw-r--r--core/src/systemtags/templates/result_form.handlebars (renamed from core/js/systemtags/templates/result_form.handlebars)0
-rw-r--r--core/src/systemtags/templates/selection.handlebars (renamed from core/js/systemtags/templates/selection.handlebars)0
-rw-r--r--core/src/tests/.eslintrc.js (renamed from core/src/OC/search.js)34
-rw-r--r--core/src/tests/OC/requesttoken.spec.js36
-rw-r--r--core/src/tests/setup.js36
-rw-r--r--core/src/unified-search.js59
-rw-r--r--core/src/views/Login.vue74
-rw-r--r--core/src/views/UnifiedSearch.vue761
-rw-r--r--core/strings.php3
-rw-r--r--core/templates/403.php8
-rw-r--r--core/templates/404.php8
-rw-r--r--core/templates/429.php4
-rw-r--r--core/templates/error.php4
-rw-r--r--core/templates/exception.php26
-rw-r--r--core/templates/filepicker.html23
-rw-r--r--core/templates/installation.php91
-rw-r--r--core/templates/layout.guest.php4
-rw-r--r--core/templates/layout.public.php31
-rw-r--r--core/templates/layout.user.php62
-rw-r--r--core/templates/login.php6
-rw-r--r--core/templates/loginflow/authpicker.php14
-rw-r--r--core/templates/loginflow/grant.php6
-rw-r--r--core/templates/loginflowv2/authpicker.php10
-rw-r--r--core/templates/loginflowv2/grant.php6
-rw-r--r--core/templates/publicshareauth.php4
-rw-r--r--core/templates/twofactorselectchallenge.php2
-rw-r--r--core/templates/twofactorsetupchallenge.php8
-rw-r--r--core/templates/twofactorshowchallenge.php8
-rw-r--r--core/templates/untrustedDomain.php2
-rw-r--r--core/templates/update.admin.php4
-rw-r--r--core/templates/update.use-cli.php12
-rw-r--r--core/webpack.js61
543 files changed, 26891 insertions, 22331 deletions
diff --git a/core/Application.php b/core/Application.php
index c2da7f8d194..f0478173d43 100644
--- a/core/Application.php
+++ b/core/Application.php
@@ -3,14 +3,15 @@
* @copyright Copyright (c) 2016, ownCloud, Inc.
* @copyright Copyright (c) 2016 Joas Schilling <coding@schilljs.com>
*
- * @author Bernhard Posselt <dev@bernhard-posselt.com>
* @author Christoph Wurst <christoph@winzerhof-wurst.at>
* @author Joas Schilling <coding@schilljs.com>
+ * @author Julius Härtl <jus@bitgrid.net>
* @author Lukas Reschke <lukas@statuscode.ch>
+ * @author Mario Danic <mario@lovelyhq.com>
* @author Morris Jobke <hey@morrisjobke.de>
* @author Robin Appelman <robin@icewind.nl>
* @author Roeland Jago Douma <roeland@famdouma.nl>
- * @author Thomas Citharel <tcit@tcit.fr>
+ * @author Thomas Citharel <nextcloud@tcit.fr>
* @author Victor Dubiniuk <dubiniuk@owncloud.com>
*
* @license AGPL-3.0
@@ -28,7 +29,6 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>
*
*/
-
namespace OC\Core;
use OC\Authentication\Events\RemoteWipeFinished;
@@ -36,14 +36,21 @@ use OC\Authentication\Events\RemoteWipeStarted;
use OC\Authentication\Listeners\RemoteWipeActivityListener;
use OC\Authentication\Listeners\RemoteWipeEmailListener;
use OC\Authentication\Listeners\RemoteWipeNotificationsListener;
+use OC\Authentication\Listeners\UserDeletedFilesCleanupListener;
use OC\Authentication\Listeners\UserDeletedStoreCleanupListener;
+use OC\Authentication\Listeners\UserDeletedTokenCleanupListener;
+use OC\Authentication\Listeners\UserDeletedWebAuthnCleanupListener;
use OC\Authentication\Notifications\Notifier as AuthenticationNotifier;
-use OC\Core\Notification\RemoveLinkSharesNotifier;
+use OC\Core\Notification\CoreNotifier;
+use OC\DB\Connection;
+use OC\DB\MissingColumnInformation;
use OC\DB\MissingIndexInformation;
+use OC\DB\MissingPrimaryKeyInformation;
use OC\DB\SchemaWrapper;
use OCP\AppFramework\App;
use OCP\EventDispatcher\IEventDispatcher;
use OCP\IDBConnection;
+use OCP\User\Events\BeforeUserDeletedEvent;
use OCP\User\Events\UserDeletedEvent;
use OCP\Util;
use Symfony\Component\EventDispatcher\GenericEvent;
@@ -54,7 +61,6 @@ use Symfony\Component\EventDispatcher\GenericEvent;
* @package OC\Core
*/
class Application extends App {
-
public function __construct() {
parent::__construct('core');
@@ -69,15 +75,17 @@ class Application extends App {
$eventDispatcher = $server->query(IEventDispatcher::class);
$notificationManager = $server->getNotificationManager();
- $notificationManager->registerNotifierService(RemoveLinkSharesNotifier::class);
+ $notificationManager->registerNotifierService(CoreNotifier::class);
$notificationManager->registerNotifierService(AuthenticationNotifier::class);
- $eventDispatcher->addListener(IDBConnection::CHECK_MISSING_INDEXES_EVENT,
+ $oldEventDispatcher = $server->getEventDispatcher();
+
+ $oldEventDispatcher->addListener(IDBConnection::CHECK_MISSING_INDEXES_EVENT,
function (GenericEvent $event) use ($container) {
/** @var MissingIndexInformation $subject */
$subject = $event->getSubject();
- $schema = new SchemaWrapper($container->query(IDBConnection::class));
+ $schema = new SchemaWrapper($container->query(Connection::class));
if ($schema->hasTable('share')) {
$table = $schema->getTable('share');
@@ -102,6 +110,10 @@ class Application extends App {
if (!$table->hasIndex('fs_mtime')) {
$subject->addHintForMissingSubject($table->getName(), 'fs_mtime');
}
+
+ if (!$table->hasIndex('fs_size')) {
+ $subject->addHintForMissingSubject($table->getName(), 'fs_size');
+ }
}
if ($schema->hasTable('twofactor_providers')) {
@@ -140,6 +152,10 @@ class Application extends App {
if (!$table->hasIndex('cards_abid')) {
$subject->addHintForMissingSubject($table->getName(), 'cards_abid');
}
+
+ if (!$table->hasIndex('cards_abiduri')) {
+ $subject->addHintForMissingSubject($table->getName(), 'cards_abiduri');
+ }
}
if ($schema->hasTable('cards_properties')) {
@@ -164,6 +180,87 @@ class Application extends App {
$subject->addHintForMissingSubject($table->getName(), 'schedulobj_principuri_index');
}
}
+
+ if ($schema->hasTable('properties')) {
+ $table = $schema->getTable('properties');
+ if (!$table->hasIndex('properties_path_index')) {
+ $subject->addHintForMissingSubject($table->getName(), 'properties_path_index');
+ }
+ }
+ }
+ );
+
+ $oldEventDispatcher->addListener(IDBConnection::CHECK_MISSING_PRIMARY_KEYS_EVENT,
+ function (GenericEvent $event) use ($container) {
+ /** @var MissingPrimaryKeyInformation $subject */
+ $subject = $event->getSubject();
+
+ $schema = new SchemaWrapper($container->query(Connection::class));
+
+ if ($schema->hasTable('federated_reshares')) {
+ $table = $schema->getTable('federated_reshares');
+
+ if (!$table->hasPrimaryKey()) {
+ $subject->addHintForMissingSubject($table->getName());
+ }
+ }
+
+ if ($schema->hasTable('systemtag_object_mapping')) {
+ $table = $schema->getTable('systemtag_object_mapping');
+
+ if (!$table->hasPrimaryKey()) {
+ $subject->addHintForMissingSubject($table->getName());
+ }
+ }
+
+ if ($schema->hasTable('comments_read_markers')) {
+ $table = $schema->getTable('comments_read_markers');
+
+ if (!$table->hasPrimaryKey()) {
+ $subject->addHintForMissingSubject($table->getName());
+ }
+ }
+
+ if ($schema->hasTable('collres_resources')) {
+ $table = $schema->getTable('collres_resources');
+
+ if (!$table->hasPrimaryKey()) {
+ $subject->addHintForMissingSubject($table->getName());
+ }
+ }
+
+ if ($schema->hasTable('collres_accesscache')) {
+ $table = $schema->getTable('collres_accesscache');
+
+ if (!$table->hasPrimaryKey()) {
+ $subject->addHintForMissingSubject($table->getName());
+ }
+ }
+
+ if ($schema->hasTable('filecache_extended')) {
+ $table = $schema->getTable('filecache_extended');
+
+ if (!$table->hasPrimaryKey()) {
+ $subject->addHintForMissingSubject($table->getName());
+ }
+ }
+ }
+ );
+
+ $oldEventDispatcher->addListener(IDBConnection::CHECK_MISSING_COLUMNS_EVENT,
+ function (GenericEvent $event) use ($container) {
+ /** @var MissingColumnInformation $subject */
+ $subject = $event->getSubject();
+
+ $schema = new SchemaWrapper($container->query(Connection::class));
+
+ if ($schema->hasTable('comments')) {
+ $table = $schema->getTable('comments');
+
+ if (!$table->hasColumn('reference_id')) {
+ $subject->addHintForMissingColumn($table->getName(), 'reference_id');
+ }
+ }
}
);
@@ -174,6 +271,9 @@ class Application extends App {
$eventDispatcher->addServiceListener(RemoteWipeFinished::class, RemoteWipeNotificationsListener::class);
$eventDispatcher->addServiceListener(RemoteWipeFinished::class, RemoteWipeEmailListener::class);
$eventDispatcher->addServiceListener(UserDeletedEvent::class, UserDeletedStoreCleanupListener::class);
+ $eventDispatcher->addServiceListener(UserDeletedEvent::class, UserDeletedTokenCleanupListener::class);
+ $eventDispatcher->addServiceListener(BeforeUserDeletedEvent::class, UserDeletedFilesCleanupListener::class);
+ $eventDispatcher->addServiceListener(UserDeletedEvent::class, UserDeletedFilesCleanupListener::class);
+ $eventDispatcher->addServiceListener(UserDeletedEvent::class, UserDeletedWebAuthnCleanupListener::class);
}
-
}
diff --git a/core/BackgroundJobs/BackgroundCleanupUpdaterBackupsJob.php b/core/BackgroundJobs/BackgroundCleanupUpdaterBackupsJob.php
index 4489afe1f02..d699eac3768 100644
--- a/core/BackgroundJobs/BackgroundCleanupUpdaterBackupsJob.php
+++ b/core/BackgroundJobs/BackgroundCleanupUpdaterBackupsJob.php
@@ -1,9 +1,12 @@
<?php
+
+declare(strict_types=1);
+
/**
* @copyright 2018 Morris Jobke <hey@morrisjobke.de>
*
+ * @author Christoph Wurst <christoph@winzerhof-wurst.at>
* @author Morris Jobke <hey@morrisjobke.de>
- * @author Roeland Jago Douma <roeland@famdouma.nl>
*
* @license GNU AGPL version 3 or any later version
*
@@ -14,14 +17,13 @@
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
*/
-
namespace OC\Core\BackgroundJobs;
use OC\BackgroundJob\QueuedJob;
@@ -48,18 +50,18 @@ class BackgroundCleanupUpdaterBackupsJob extends QueuedJob {
$dataDir = $this->config->getSystemValue('datadirectory', \OC::$SERVERROOT . '/data');
$instanceId = $this->config->getSystemValue('instanceid', null);
- if(!is_string($instanceId) || empty($instanceId)) {
+ if (!is_string($instanceId) || empty($instanceId)) {
return;
}
$updaterFolderPath = $dataDir . '/updater-' . $instanceId;
$backupFolderPath = $updaterFolderPath . '/backups';
- if(file_exists($backupFolderPath)) {
+ if (file_exists($backupFolderPath)) {
$this->log->info("$backupFolderPath exists - start to clean it up");
$dirList = [];
$dirs = new \DirectoryIterator($backupFolderPath);
- foreach($dirs as $dir) {
+ foreach ($dirs as $dir) {
// skip files and dot dirs
if ($dir->isFile() || $dir->isDot()) {
continue;
@@ -80,7 +82,7 @@ class BackgroundCleanupUpdaterBackupsJob extends QueuedJob {
$dirList = array_slice($dirList, 0, -3);
$this->log->info("List of all directories that will be deleted: " . json_encode($dirList));
- foreach($dirList as $dir) {
+ foreach ($dirList as $dir) {
$this->log->info("Removing $dir ...");
\OC_Helper::rmdirr($dir);
}
diff --git a/core/BackgroundJobs/CheckForUserCertificates.php b/core/BackgroundJobs/CheckForUserCertificates.php
new file mode 100644
index 00000000000..6bc3f1c4681
--- /dev/null
+++ b/core/BackgroundJobs/CheckForUserCertificates.php
@@ -0,0 +1,82 @@
+<?php
+
+declare(strict_types=1);
+
+/**
+ * @copyright 2020 Morris Jobke <hey@morrisjobke.de>
+ *
+ * @author J0WI <J0WI@users.noreply.github.com>
+ * @author Morris Jobke <hey@morrisjobke.de>
+ *
+ * @license GNU AGPL version 3 or any later version
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Affero General Public License as
+ * published by the Free Software Foundation, either version 3 of the
+ * License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Affero General Public License for more details.
+ *
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ *
+ */
+namespace OC\Core\BackgroundJobs;
+
+use OC\BackgroundJob\QueuedJob;
+use OCP\Files\Folder;
+use OCP\Files\IRootFolder;
+use OCP\Files\NotFoundException;
+use OCP\IConfig;
+use OCP\IUser;
+use OCP\IUserManager;
+
+class CheckForUserCertificates extends QueuedJob {
+
+ /** @var IConfig */
+ protected $config;
+ /** @var IUserManager */
+ private $userManager;
+ /** @var IRootFolder */
+ private $rootFolder;
+
+ public function __construct(IConfig $config, IUserManager $userManager, IRootFolder $rootFolder) {
+ $this->config = $config;
+ $this->userManager = $userManager;
+ $this->rootFolder = $rootFolder;
+ }
+
+ /**
+ * Checks all user directories for old user uploaded certificates
+ */
+ public function run($arguments): void {
+ $uploadList = [];
+ $this->userManager->callForSeenUsers(function (IUser $user) use (&$uploadList) {
+ $userId = $user->getUID();
+ try {
+ \OC_Util::setupFS($userId);
+ $filesExternalUploadsFolder = $this->rootFolder->get($userId . '/files_external/uploads');
+ } catch (NotFoundException $e) {
+ \OC_Util::tearDownFS();
+ return;
+ }
+ if ($filesExternalUploadsFolder instanceof Folder) {
+ $files = $filesExternalUploadsFolder->getDirectoryListing();
+ foreach ($files as $file) {
+ $filename = $file->getName();
+ $uploadList[] = "$userId/files_external/uploads/$filename";
+ }
+ }
+ \OC_Util::tearDownFS();
+ });
+
+ if (empty($uploadList)) {
+ $this->config->deleteAppValue('files_external', 'user_certificate_scan');
+ } else {
+ $this->config->setAppValue('files_external', 'user_certificate_scan', json_encode($uploadList));
+ }
+ }
+}
diff --git a/core/BackgroundJobs/CleanupLoginFlowV2.php b/core/BackgroundJobs/CleanupLoginFlowV2.php
index 9fee3550c8e..919fbd7e653 100644
--- a/core/BackgroundJobs/CleanupLoginFlowV2.php
+++ b/core/BackgroundJobs/CleanupLoginFlowV2.php
@@ -5,6 +5,7 @@ declare(strict_types=1);
/**
* @copyright Copyright (c) 2019, Roeland Jago Douma <roeland@famdouma.nl>
*
+ * @author J0WI <J0WI@users.noreply.github.com>
* @author Roeland Jago Douma <roeland@famdouma.nl>
*
* @license GNU AGPL version 3 or any later version
@@ -16,14 +17,13 @@ declare(strict_types=1);
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
*/
-
namespace OC\Core\BackgroundJobs;
use OC\Core\Db\LoginFlowV2Mapper;
@@ -42,7 +42,7 @@ class CleanupLoginFlowV2 extends TimedJob {
$this->setInterval(3600);
}
- protected function run($argument) {
+ protected function run($argument): void {
$this->loginFlowV2Mapper->cleanup();
}
}
diff --git a/core/BackgroundJobs/LookupServerSendCheckBackgroundJob.php b/core/BackgroundJobs/LookupServerSendCheckBackgroundJob.php
new file mode 100644
index 00000000000..282c56f37f1
--- /dev/null
+++ b/core/BackgroundJobs/LookupServerSendCheckBackgroundJob.php
@@ -0,0 +1,50 @@
+<?php
+
+declare(strict_types=1);
+
+/**
+ * @copyright Copyright (c) 2021 Roeland Jago Douma <roeland@famdouma.nl>
+ *
+ * @author Roeland Jago Douma <roeland@famdouma.nl>
+ *
+ * @license GNU AGPL version 3 or any later version
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Affero General Public License as
+ * published by the Free Software Foundation, either version 3 of the
+ * License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Affero General Public License for more details.
+ *
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ *
+ */
+namespace OC\Core\BackgroundJobs;
+
+use OC\BackgroundJob\QueuedJob;
+use OCP\IConfig;
+use OCP\IUser;
+use OCP\IUserManager;
+
+class LookupServerSendCheckBackgroundJob extends QueuedJob {
+
+ /** @var IConfig */
+ protected $config;
+ /** @var IUserManager */
+ private $userManager;
+
+ public function __construct(IConfig $config, IUserManager $userManager) {
+ $this->config = $config;
+ $this->userManager = $userManager;
+ }
+
+ public function run($arguments) {
+ $this->userManager->callForSeenUsers(function (IUser $user) {
+ $this->config->setUserValue($user->getUID(), 'lookup_server_connector', 'dataSend', '1');
+ });
+ }
+}
diff --git a/core/Command/App/CheckCode.php b/core/Command/App/CheckCode.php
index 3a17114261f..43449c9c5e3 100644
--- a/core/Command/App/CheckCode.php
+++ b/core/Command/App/CheckCode.php
@@ -2,10 +2,10 @@
/**
* @copyright Copyright (c) 2016, ownCloud, Inc.
*
+ * @author Christoph Wurst <christoph@winzerhof-wurst.at>
* @author Joas Schilling <coding@schilljs.com>
* @author Morris Jobke <hey@morrisjobke.de>
* @author Robin McCorkell <robin@mccorkell.me.uk>
- * @author Roeland Jago Douma <roeland@famdouma.nl>
* @author Thomas Müller <thomas.mueller@tmit.eu>
*
* @license AGPL-3.0
@@ -23,32 +23,16 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>
*
*/
-
namespace OC\Core\Command\App;
-use OC\App\CodeChecker\CodeChecker;
-use OC\App\CodeChecker\DatabaseSchemaChecker;
-use OC\App\CodeChecker\DeprecationCheck;
-use OC\App\CodeChecker\EmptyCheck;
-use OC\App\CodeChecker\InfoChecker;
-use OC\App\CodeChecker\LanguageParseChecker;
-use OC\App\CodeChecker\PrivateCheck;
-use OC\App\CodeChecker\StrongComparisonCheck;
-use Stecman\Component\Symfony\Console\BashCompletion\Completion\CompletionAwareInterface;
-use Stecman\Component\Symfony\Console\BashCompletion\CompletionContext;
use Symfony\Component\Console\Command\Command;
use Symfony\Component\Console\Input\InputArgument;
use Symfony\Component\Console\Input\InputInterface;
use Symfony\Component\Console\Input\InputOption;
use Symfony\Component\Console\Output\OutputInterface;
-class CheckCode extends Command implements CompletionAwareInterface {
-
- protected $checkers = [
- 'private' => PrivateCheck::class,
- 'deprecation' => DeprecationCheck::class,
- 'strong-comparison' => StrongComparisonCheck::class,
- ];
+class CheckCode extends Command {
+ protected $checkers = [];
protected function configure() {
$this
@@ -80,131 +64,9 @@ class CheckCode extends Command implements CompletionAwareInterface {
);
}
- protected function execute(InputInterface $input, OutputInterface $output) {
- $appId = $input->getArgument('app-id');
-
- $checkList = new EmptyCheck();
- foreach ($input->getOption('checker') as $checker) {
- if (!isset($this->checkers[$checker])) {
- throw new \InvalidArgumentException('Invalid checker: '.$checker);
- }
- $checkerClass = $this->checkers[$checker];
- $checkList = new $checkerClass($checkList);
- }
-
- $codeChecker = new CodeChecker($checkList, !$input->getOption('skip-validate-info'));
-
- $codeChecker->listen('CodeChecker', 'analyseFileBegin', function($params) use ($output) {
- if(OutputInterface::VERBOSITY_VERBOSE <= $output->getVerbosity()) {
- $output->writeln("<info>Analysing {$params}</info>");
- }
- });
- $codeChecker->listen('CodeChecker', 'analyseFileFinished', function($filename, $errors) use ($output) {
- $count = count($errors);
-
- // show filename if the verbosity is low, but there are errors in a file
- if($count > 0 && OutputInterface::VERBOSITY_VERBOSE > $output->getVerbosity()) {
- $output->writeln("<info>Analysing {$filename}</info>");
- }
-
- // show error count if there are errors present or the verbosity is high
- if($count > 0 || OutputInterface::VERBOSITY_VERBOSE <= $output->getVerbosity()) {
- $output->writeln(" {$count} errors");
- }
- usort($errors, function($a, $b) {
- return $a['line'] >$b['line'];
- });
-
- foreach($errors as $p) {
- $line = sprintf("%' 4d", $p['line']);
- $output->writeln(" <error>line $line: {$p['disallowedToken']} - {$p['reason']}</error>");
- }
- });
- $errors = [];
- if(!$input->getOption('skip-checkers')) {
- $errors = $codeChecker->analyse($appId);
- }
-
- if(!$input->getOption('skip-validate-info')) {
- $infoChecker = new InfoChecker();
- $infoChecker->listen('InfoChecker', 'parseError', function($error) use ($output) {
- $output->writeln("<error>Invalid appinfo.xml file found: $error</error>");
- });
-
- $infoErrors = $infoChecker->analyse($appId);
-
- $errors = array_merge($errors, $infoErrors);
-
- $languageParser = new LanguageParseChecker();
- $languageErrors = $languageParser->analyse($appId);
-
- foreach ($languageErrors as $languageError) {
- $output->writeln("<error>$languageError</error>");
- }
-
- $errors = array_merge($errors, $languageErrors);
-
- $databaseSchema = new DatabaseSchemaChecker();
- $schemaErrors = $databaseSchema->analyse($appId);
-
- foreach ($schemaErrors['errors'] as $schemaError) {
- $output->writeln("<error>$schemaError</error>");
- }
- foreach ($schemaErrors['warnings'] as $schemaWarning) {
- $output->writeln("<comment>$schemaWarning</comment>");
- }
-
- $errors = array_merge($errors, $schemaErrors['errors']);
- }
-
- $this->analyseUpdateFile($appId, $output);
-
- if (empty($errors)) {
- $output->writeln('<info>App is compliant - awesome job!</info>');
- return 0;
- } else {
- $output->writeln('<error>App is not compliant</error>');
- return 101;
- }
- }
-
- /**
- * @param string $appId
- * @param $output
- */
- private function analyseUpdateFile($appId, OutputInterface $output) {
- $appPath = \OC_App::getAppPath($appId);
- if ($appPath === false) {
- throw new \RuntimeException("No app with given id <$appId> known.");
- }
-
- $updatePhp = $appPath . '/appinfo/update.php';
- if (file_exists($updatePhp)) {
- $output->writeln("<info>Deprecated file found: $updatePhp - please use repair steps</info>");
- }
- }
-
- /**
- * @param string $optionName
- * @param CompletionContext $context
- * @return string[]
- */
- public function completeOptionValues($optionName, CompletionContext $context) {
- if ($optionName === 'checker') {
- return ['private', 'deprecation', 'strong-comparison'];
- }
- return [];
- }
+ protected function execute(InputInterface $input, OutputInterface $output): int {
+ $output->writeln('<error>The app code checker doesn\t check anything and this command will be removed in Nextcloud 23</error>');
- /**
- * @param string $argumentName
- * @param CompletionContext $context
- * @return string[]
- */
- public function completeArgumentValues($argumentName, CompletionContext $context) {
- if ($argumentName === 'app-id') {
- return \OC_App::getAllApps();
- }
- return [];
+ return 0;
}
}
diff --git a/core/Command/App/Disable.php b/core/Command/App/Disable.php
index 94dd1f63541..76b0201681c 100644
--- a/core/Command/App/Disable.php
+++ b/core/Command/App/Disable.php
@@ -4,7 +4,7 @@
*
* @author Daniel Kesselberg <mail@danielkesselberg.de>
* @author Joas Schilling <coding@schilljs.com>
- * @author Morris Jobke <hey@morrisjobke.de>
+ * @author John Molakvoæ <skjnldsv@protonmail.com>
* @author Robin Appelman <robin@icewind.nl>
*
* @license AGPL-3.0
@@ -22,7 +22,6 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>
*
*/
-
namespace OC\Core\Command\App;
use OCP\App\IAppManager;
@@ -60,7 +59,7 @@ class Disable extends Command implements CompletionAwareInterface {
);
}
- protected function execute(InputInterface $input, OutputInterface $output) {
+ protected function execute(InputInterface $input, OutputInterface $output): int {
$appIds = $input->getArgument('app-id');
foreach ($appIds as $appId) {
@@ -78,7 +77,8 @@ class Disable extends Command implements CompletionAwareInterface {
try {
$this->appManager->disableApp($appId);
- $output->writeln($appId . ' disabled');
+ $appVersion = \OC_App::getAppVersion($appId);
+ $output->writeln($appId . ' ' . $appVersion . ' disabled');
} catch (\Exception $e) {
$output->writeln($e->getMessage());
$this->exitCode = 2;
diff --git a/core/Command/App/Enable.php b/core/Command/App/Enable.php
index c4e2363def5..402d1b98acb 100644
--- a/core/Command/App/Enable.php
+++ b/core/Command/App/Enable.php
@@ -4,8 +4,9 @@
*
* @author Daniel Kesselberg <mail@danielkesselberg.de>
* @author Joas Schilling <coding@schilljs.com>
- * @author Morris Jobke <hey@morrisjobke.de>
+ * @author John Molakvoæ <skjnldsv@protonmail.com>
* @author Robin Appelman <robin@icewind.nl>
+ * @author Sander Ruitenbeek <s.ruitenbeek@getgoing.nl>
*
* @license AGPL-3.0
*
@@ -22,7 +23,6 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>
*
*/
-
namespace OC\Core\Command\App;
use OC\Installer;
@@ -82,7 +82,7 @@ class Enable extends Command implements CompletionAwareInterface {
);
}
- protected function execute(InputInterface $input, OutputInterface $output) {
+ protected function execute(InputInterface $input, OutputInterface $output): int {
$appIds = $input->getArgument('app-id');
$groups = $this->resolveGroupIds($input->getOption('groups'));
$forceEnable = (bool) $input->getOption('force');
@@ -105,6 +105,10 @@ class Enable extends Command implements CompletionAwareInterface {
return $group->getDisplayName();
}, $groupIds);
+ if ($this->appManager->isInstalled($appId) && $groupIds === []) {
+ $output->writeln($appId . ' already enabled');
+ return;
+ }
try {
/** @var Installer $installer */
@@ -115,13 +119,14 @@ class Enable extends Command implements CompletionAwareInterface {
}
$installer->installApp($appId, $forceEnable);
+ $appVersion = \OC_App::getAppVersion($appId);
if ($groupIds === []) {
$this->appManager->enableApp($appId, $forceEnable);
- $output->writeln($appId . ' enabled');
+ $output->writeln($appId . ' ' . $appVersion . ' enabled');
} else {
$this->appManager->enableAppForGroups($appId, $groupIds, $forceEnable);
- $output->writeln($appId . ' enabled for groups: ' . implode(', ', $groupNames));
+ $output->writeln($appId . ' ' . $appVersion . ' enabled for groups: ' . implode(', ', $groupNames));
}
} catch (AppPathNotFoundException $e) {
$output->writeln($appId . ' not found');
diff --git a/core/Command/App/GetPath.php b/core/Command/App/GetPath.php
index 07a8a38bbc5..682c3fb9bac 100644
--- a/core/Command/App/GetPath.php
+++ b/core/Command/App/GetPath.php
@@ -20,7 +20,6 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>
*
*/
-
namespace OC\Core\Command\App;
use OC\Core\Command\Base;
@@ -51,7 +50,7 @@ class GetPath extends Base {
* @param OutputInterface $output An OutputInterface instance
* @return null|int null or 0 if everything went fine, or an error code
*/
- protected function execute(InputInterface $input, OutputInterface $output) {
+ protected function execute(InputInterface $input, OutputInterface $output): int {
$appName = $input->getArgument('app');
$path = \OC_App::getAppPath($appName);
if ($path !== false) {
diff --git a/core/Command/App/Install.php b/core/Command/App/Install.php
index 7248ec1e425..30fd96a95b1 100644
--- a/core/Command/App/Install.php
+++ b/core/Command/App/Install.php
@@ -2,6 +2,10 @@
/**
* @copyright Copyright (c) 2016, ownCloud, Inc.
*
+ * @author Christoph Wurst <christoph@winzerhof-wurst.at>
+ * @author Joas Schilling <coding@schilljs.com>
+ * @author John Molakvoæ <skjnldsv@protonmail.com>
+ * @author Maxopoly <max@dermax.org>
* @author Morris Jobke <hey@morrisjobke.de>
* @author Roeland Jago Douma <roeland@famdouma.nl>
* @author sualko <klaus@jsxc.org>
@@ -21,7 +25,6 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>
*
*/
-
namespace OC\Core\Command\App;
use OC\Installer;
@@ -32,7 +35,6 @@ use Symfony\Component\Console\Input\InputOption;
use Symfony\Component\Console\Output\OutputInterface;
class Install extends Command {
-
protected function configure() {
$this
->setName('app:install')
@@ -48,11 +50,18 @@ class Install extends Command {
InputOption::VALUE_NONE,
'don\'t enable the app afterwards'
)
+ ->addOption(
+ 'force',
+ 'f',
+ InputOption::VALUE_NONE,
+ 'install the app regardless of the Nextcloud version requirement'
+ )
;
}
- protected function execute(InputInterface $input, OutputInterface $output) {
+ protected function execute(InputInterface $input, OutputInterface $output): int {
$appId = $input->getArgument('app-id');
+ $forceEnable = (bool) $input->getOption('force');
if (\OC_App::getAppPath($appId)) {
$output->writeln($appId . ' already installed');
@@ -63,18 +72,19 @@ class Install extends Command {
/** @var Installer $installer */
$installer = \OC::$server->query(Installer::class);
$installer->downloadApp($appId);
- $result = $installer->installApp($appId);
- } catch(\Exception $e) {
+ $result = $installer->installApp($appId, $forceEnable);
+ } catch (\Exception $e) {
$output->writeln('Error: ' . $e->getMessage());
return 1;
}
- if($result === false) {
+ if ($result === false) {
$output->writeln($appId . ' couldn\'t be installed');
return 1;
}
- $output->writeln($appId . ' installed');
+ $appVersion = \OC_App::getAppVersion($appId);
+ $output->writeln($appId . ' ' . $appVersion . ' installed');
if (!$input->getOption('keep-disabled')) {
$appClass = new \OC_App();
diff --git a/core/Command/App/ListApps.php b/core/Command/App/ListApps.php
index 6c3d4bb743d..524b5ecd89d 100644
--- a/core/Command/App/ListApps.php
+++ b/core/Command/App/ListApps.php
@@ -2,6 +2,7 @@
/**
* @copyright Copyright (c) 2016, ownCloud, Inc.
*
+ * @author Christoph Wurst <christoph@winzerhof-wurst.at>
* @author Joas Schilling <coding@schilljs.com>
* @author Morris Jobke <hey@morrisjobke.de>
* @author Robin Appelman <robin@icewind.nl>
@@ -22,7 +23,6 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>
*
*/
-
namespace OC\Core\Command\App;
use OC\Core\Command\Base;
@@ -60,8 +60,8 @@ class ListApps extends Base {
;
}
- protected function execute(InputInterface $input, OutputInterface $output) {
- if ($input->getOption('shipped') === 'true' || $input->getOption('shipped') === 'false'){
+ protected function execute(InputInterface $input, OutputInterface $output): int {
+ if ($input->getOption('shipped') === 'true' || $input->getOption('shipped') === 'false') {
$shippedFilter = $input->getOption('shipped') === 'true';
} else {
$shippedFilter = null;
@@ -73,7 +73,7 @@ class ListApps extends Base {
//sort enabled apps above disabled apps
foreach ($apps as $app) {
- if ($shippedFilter !== null && $this->manager->isShipped($app) !== $shippedFilter){
+ if ($shippedFilter !== null && $this->manager->isShipped($app) !== $shippedFilter) {
continue;
}
if ($this->manager->isInstalled($app)) {
@@ -96,6 +96,7 @@ class ListApps extends Base {
}
$this->writeAppList($input, $output, $apps);
+ return 0;
}
/**
@@ -121,10 +122,10 @@ class ListApps extends Base {
/**
* @param string $optionName
- * @param CompletionContext $completionContext
+ * @param CompletionContext $context
* @return array
*/
- public function completeOptionValues($optionName, CompletionContext $completionContext) {
+ public function completeOptionValues($optionName, CompletionContext $context) {
if ($optionName === 'shipped') {
return ['true', 'false'];
}
diff --git a/core/Command/App/Remove.php b/core/Command/App/Remove.php
index bb264e77e5f..101c8235187 100644
--- a/core/Command/App/Remove.php
+++ b/core/Command/App/Remove.php
@@ -2,6 +2,9 @@
/**
* @copyright Copyright (c) 2018, Patrik Kernstock <info@pkern.at>
*
+ * @author Christoph Wurst <christoph@winzerhof-wurst.at>
+ * @author Joas Schilling <coding@schilljs.com>
+ * @author John Molakvoæ <skjnldsv@protonmail.com>
* @author Patrik Kernstock <info@pkern.at>
* @author Roeland Jago Douma <roeland@famdouma.nl>
*
@@ -14,14 +17,13 @@
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
*/
-
namespace OC\Core\Command\App;
use OC\Installer;
@@ -74,7 +76,7 @@ class Remove extends Command implements CompletionAwareInterface {
);
}
- protected function execute(InputInterface $input, OutputInterface $output) {
+ protected function execute(InputInterface $input, OutputInterface $output): int {
$appId = $input->getArgument('app-id');
// Check if the app is installed
@@ -96,7 +98,7 @@ class Remove extends Command implements CompletionAwareInterface {
try {
$this->manager->disableApp($appId);
$output->writeln($appId . ' disabled');
- } catch(Throwable $e) {
+ } catch (Throwable $e) {
$output->writeln('<error>Error: ' . $e->getMessage() . '</error>');
$this->logger->logException($e, [
'app' => 'CLI',
@@ -109,7 +111,7 @@ class Remove extends Command implements CompletionAwareInterface {
// Let's try to remove the app...
try {
$result = $this->installer->removeApp($appId);
- } catch(Throwable $e) {
+ } catch (Throwable $e) {
$output->writeln('<error>Error: ' . $e->getMessage() . '</error>');
$this->logger->logException($e, [
'app' => 'CLI',
@@ -118,12 +120,13 @@ class Remove extends Command implements CompletionAwareInterface {
return 1;
}
- if($result === false) {
+ if ($result === false) {
$output->writeln($appId . ' could not be removed');
return 1;
}
- $output->writeln($appId . ' removed');
+ $appVersion = \OC_App::getAppVersion($appId);
+ $output->writeln($appId . ' ' . $appVersion . ' removed');
return 0;
}
diff --git a/core/Command/App/Update.php b/core/Command/App/Update.php
index 19d0251d824..2e72ffa5b90 100644
--- a/core/Command/App/Update.php
+++ b/core/Command/App/Update.php
@@ -2,6 +2,9 @@
/**
* @copyright Copyright (c) 2018, michag86 (michag86@arcor.de)
*
+ * @author Christoph Wurst <christoph@winzerhof-wurst.at>
+ * @author Joas Schilling <coding@schilljs.com>
+ * @author John Molakvoæ <skjnldsv@protonmail.com>
* @author michag86 <micha_g@arcor.de>
* @author Morris Jobke <hey@morrisjobke.de>
* @author Roeland Jago Douma <roeland@famdouma.nl>
@@ -15,14 +18,13 @@
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
*/
-
namespace OC\Core\Command\App;
use OC\Installer;
@@ -75,11 +77,16 @@ class Update extends Command {
InputOption::VALUE_NONE,
'show update(s) without updating'
)
-
+ ->addOption(
+ 'allow-unstable',
+ null,
+ InputOption::VALUE_NONE,
+ 'allow updating to unstable releases'
+ )
;
}
- protected function execute(InputInterface $input, OutputInterface $output) {
+ protected function execute(InputInterface $input, OutputInterface $output): int {
$singleAppId = $input->getArgument('app-id');
if ($singleAppId) {
@@ -90,8 +97,7 @@ class Update extends Command {
$output->writeln($singleAppId . ' not installed');
return 1;
}
-
- } else if ($input->getOption('all') || $input->getOption('showonly')) {
+ } elseif ($input->getOption('all') || $input->getOption('showonly')) {
$apps = \OC_App::getAllApps();
} else {
$output->writeln("<error>Please specify an app to update or \"--all\" to update all updatable apps\"</error>");
@@ -100,14 +106,14 @@ class Update extends Command {
$return = 0;
foreach ($apps as $appId) {
- $newVersion = $this->installer->isUpdateAvailable($appId);
+ $newVersion = $this->installer->isUpdateAvailable($appId, $input->getOption('allow-unstable'));
if ($newVersion) {
$output->writeln($appId . ' new version available: ' . $newVersion);
if (!$input->getOption('showonly')) {
try {
- $result = $this->installer->updateAppstoreApp($appId);
- } catch(\Exception $e) {
+ $result = $this->installer->updateAppstoreApp($appId, $input->getOption('allow-unstable'));
+ } catch (\Exception $e) {
$this->logger->logException($e, ['message' => 'Failure during update of app "' . $appId . '"','app' => 'app:update']);
$output->writeln('Error: ' . $e->getMessage());
$return = 1;
@@ -116,7 +122,7 @@ class Update extends Command {
if ($result === false) {
$output->writeln($appId . ' couldn\'t be updated');
$return = 1;
- } else if($result === true) {
+ } elseif ($result === true) {
$output->writeln($appId . ' updated');
}
}
diff --git a/core/Command/Background/Ajax.php b/core/Command/Background/Ajax.php
index e9cd1405ebd..5dc94d939d7 100644
--- a/core/Command/Background/Ajax.php
+++ b/core/Command/Background/Ajax.php
@@ -1,32 +1,31 @@
<?php
/**
-* The MIT License (MIT)
-*
-* Copyright (c) 2015 Christian Kampka <christian@kampka.net>
-*
-* Permission is hereby granted, free of charge, to any person obtaining a copy
-* of this software and associated documentation files (the "Software"), to deal
-* in the Software without restriction, including without limitation the rights
-* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-* copies of the Software, and to permit persons to whom the Software is
-* furnished to do so, subject to the following conditions:
-*
-* The above copyright notice and this permission notice shall be included in
-* all copies or substantial portions of the Software.
-*
-* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
-* THE SOFTWARE.
-*/
+ * The MIT License (MIT)
+ *
+ * Copyright (c) 2015 Christian Kampka <christian@kampka.net>
+ *
+ * Permission is hereby granted, free of charge, to any person obtaining a copy
+ * of this software and associated documentation files (the "Software"), to deal
+ * in the Software without restriction, including without limitation the rights
+ * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+ * copies of the Software, and to permit persons to whom the Software is
+ * furnished to do so, subject to the following conditions:
+ *
+ * The above copyright notice and this permission notice shall be included in
+ * all copies or substantial portions of the Software.
+ *
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+ * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+ * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+ * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+ * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+ * THE SOFTWARE.
+ */
namespace OC\Core\Command\Background;
class Ajax extends Base {
-
protected function getMode() {
return 'ajax';
}
diff --git a/core/Command/Background/Base.php b/core/Command/Background/Base.php
index 32d22d64cb9..b80fd751177 100644
--- a/core/Command/Background/Base.php
+++ b/core/Command/Background/Base.php
@@ -1,27 +1,27 @@
<?php
/**
-* The MIT License (MIT)
-*
-* Copyright (c) 2015 Christian Kampka <christian@kampka.net>
-*
-* Permission is hereby granted, free of charge, to any person obtaining a copy
-* of this software and associated documentation files (the "Software"), to deal
-* in the Software without restriction, including without limitation the rights
-* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-* copies of the Software, and to permit persons to whom the Software is
-* furnished to do so, subject to the following conditions:
-*
-* The above copyright notice and this permission notice shall be included in
-* all copies or substantial portions of the Software.
-*
-* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
-* THE SOFTWARE.
-*/
+ * The MIT License (MIT)
+ *
+ * Copyright (c) 2015 Christian Kampka <christian@kampka.net>
+ *
+ * Permission is hereby granted, free of charge, to any person obtaining a copy
+ * of this software and associated documentation files (the "Software"), to deal
+ * in the Software without restriction, including without limitation the rights
+ * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+ * copies of the Software, and to permit persons to whom the Software is
+ * furnished to do so, subject to the following conditions:
+ *
+ * The above copyright notice and this permission notice shall be included in
+ * all copies or substantial portions of the Software.
+ *
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+ * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+ * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+ * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+ * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+ * THE SOFTWARE.
+ */
namespace OC\Core\Command\Background;
@@ -32,26 +32,24 @@ use Symfony\Component\Console\Input\InputInterface;
use Symfony\Component\Console\Output\OutputInterface;
/**
-* An abstract base class for configuring the background job mode
-* from the command line interface.
-* Subclasses will override the getMode() function to specify the mode to configure.
-*/
+ * An abstract base class for configuring the background job mode
+ * from the command line interface.
+ * Subclasses will override the getMode() function to specify the mode to configure.
+ */
abstract class Base extends Command {
-
-
abstract protected function getMode();
/**
- * @var \OCP\IConfig
- */
+ * @var \OCP\IConfig
+ */
protected $config;
/**
- * @param \OCP\IConfig $config
- */
+ * @param \OCP\IConfig $config
+ */
public function __construct(IConfig $config) {
- $this->config = $config;
parent::__construct();
+ $this->config = $config;
}
protected function configure() {
@@ -62,16 +60,17 @@ abstract class Base extends Command {
}
/**
- * Executing this command will set the background job mode for owncloud.
- * The mode to set is specified by the concrete sub class by implementing the
- * getMode() function.
- *
- * @param InputInterface $input
- * @param OutputInterface $output
- */
- protected function execute(InputInterface $input, OutputInterface $output) {
+ * Executing this command will set the background job mode for owncloud.
+ * The mode to set is specified by the concrete sub class by implementing the
+ * getMode() function.
+ *
+ * @param InputInterface $input
+ * @param OutputInterface $output
+ */
+ protected function execute(InputInterface $input, OutputInterface $output): int {
$mode = $this->getMode();
- $this->config->setAppValue( 'core', 'backgroundjobs_mode', $mode );
+ $this->config->setAppValue('core', 'backgroundjobs_mode', $mode);
$output->writeln("Set mode for background jobs to '$mode'");
+ return 0;
}
}
diff --git a/core/Command/Background/Cron.php b/core/Command/Background/Cron.php
index 434e88893b2..9dbb4f855e5 100644
--- a/core/Command/Background/Cron.php
+++ b/core/Command/Background/Cron.php
@@ -1,32 +1,31 @@
<?php
/**
-* The MIT License (MIT)
-*
-* Copyright (c) 2015 Christian Kampka <christian@kampka.net>
-*
-* Permission is hereby granted, free of charge, to any person obtaining a copy
-* of this software and associated documentation files (the "Software"), to deal
-* in the Software without restriction, including without limitation the rights
-* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-* copies of the Software, and to permit persons to whom the Software is
-* furnished to do so, subject to the following conditions:
-*
-* The above copyright notice and this permission notice shall be included in
-* all copies or substantial portions of the Software.
-*
-* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
-* THE SOFTWARE.
-*/
+ * The MIT License (MIT)
+ *
+ * Copyright (c) 2015 Christian Kampka <christian@kampka.net>
+ *
+ * Permission is hereby granted, free of charge, to any person obtaining a copy
+ * of this software and associated documentation files (the "Software"), to deal
+ * in the Software without restriction, including without limitation the rights
+ * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+ * copies of the Software, and to permit persons to whom the Software is
+ * furnished to do so, subject to the following conditions:
+ *
+ * The above copyright notice and this permission notice shall be included in
+ * all copies or substantial portions of the Software.
+ *
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+ * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+ * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+ * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+ * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+ * THE SOFTWARE.
+ */
namespace OC\Core\Command\Background;
class Cron extends Base {
-
protected function getMode() {
return 'cron';
}
diff --git a/core/Command/Background/WebCron.php b/core/Command/Background/WebCron.php
index 23dbe98e635..7da379b6a53 100644
--- a/core/Command/Background/WebCron.php
+++ b/core/Command/Background/WebCron.php
@@ -1,32 +1,31 @@
<?php
/**
-* The MIT License (MIT)
-*
-* Copyright (c) 2015 Christian Kampka <christian@kampka.net>
-*
-* Permission is hereby granted, free of charge, to any person obtaining a copy
-* of this software and associated documentation files (the "Software"), to deal
-* in the Software without restriction, including without limitation the rights
-* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-* copies of the Software, and to permit persons to whom the Software is
-* furnished to do so, subject to the following conditions:
-*
-* The above copyright notice and this permission notice shall be included in
-* all copies or substantial portions of the Software.
-*
-* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
-* THE SOFTWARE.
-*/
+ * The MIT License (MIT)
+ *
+ * Copyright (c) 2015 Christian Kampka <christian@kampka.net>
+ *
+ * Permission is hereby granted, free of charge, to any person obtaining a copy
+ * of this software and associated documentation files (the "Software"), to deal
+ * in the Software without restriction, including without limitation the rights
+ * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+ * copies of the Software, and to permit persons to whom the Software is
+ * furnished to do so, subject to the following conditions:
+ *
+ * The above copyright notice and this permission notice shall be included in
+ * all copies or substantial portions of the Software.
+ *
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+ * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+ * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+ * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+ * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+ * THE SOFTWARE.
+ */
namespace OC\Core\Command\Background;
class WebCron extends Base {
-
protected function getMode() {
return 'webcron';
}
diff --git a/core/Command/Base.php b/core/Command/Base.php
index 678f0286db5..029942c0673 100644
--- a/core/Command/Base.php
+++ b/core/Command/Base.php
@@ -2,6 +2,7 @@
/**
* @copyright Copyright (c) 2016, ownCloud, Inc.
*
+ * @author Christoph Wurst <christoph@winzerhof-wurst.at>
* @author Daniel Kesselberg <mail@danielkesselberg.de>
* @author Joas Schilling <coding@schilljs.com>
* @author Morris Jobke <hey@morrisjobke.de>
@@ -22,7 +23,6 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>
*
*/
-
namespace OC\Core\Command;
use OC\Core\Command\User\ListCommand;
@@ -34,9 +34,9 @@ use Symfony\Component\Console\Input\InputOption;
use Symfony\Component\Console\Output\OutputInterface;
class Base extends Command implements CompletionAwareInterface {
- const OUTPUT_FORMAT_PLAIN = 'plain';
- const OUTPUT_FORMAT_JSON = 'json';
- const OUTPUT_FORMAT_JSON_PRETTY = 'json_pretty';
+ public const OUTPUT_FORMAT_PLAIN = 'plain';
+ public const OUTPUT_FORMAT_JSON = 'json';
+ public const OUTPUT_FORMAT_JSON_PRETTY = 'json_pretty';
protected $defaultOutputFormat = self::OUTPUT_FORMAT_PLAIN;
@@ -121,9 +121,9 @@ class Base extends Command implements CompletionAwareInterface {
protected function valueToString($value, $returnNull = true) {
if ($value === false) {
return 'false';
- } else if ($value === true) {
+ } elseif ($value === true) {
return 'true';
- } else if ($value === null) {
+ } elseif ($value === null) {
return $returnNull ? null : 'null';
} else {
return $value;
diff --git a/core/Command/Broadcast/Test.php b/core/Command/Broadcast/Test.php
index 08fcd1f0d92..91050725e17 100644
--- a/core/Command/Broadcast/Test.php
+++ b/core/Command/Broadcast/Test.php
@@ -6,6 +6,7 @@ declare(strict_types=1);
* @copyright 2019 Christoph Wurst <christoph@winzerhof-wurst.at>
*
* @author Christoph Wurst <christoph@winzerhof-wurst.at>
+ * @author Joas Schilling <coding@schilljs.com>
*
* @license GNU AGPL version 3 or any later version
*
@@ -16,14 +17,13 @@ declare(strict_types=1);
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
*/
-
namespace OC\Core\Command\Broadcast;
use OCP\EventDispatcher\ABroadcastedEvent;
@@ -60,7 +60,7 @@ class Test extends Command {
);
}
- protected function execute(InputInterface $input, OutputInterface $output) {
+ protected function execute(InputInterface $input, OutputInterface $output): int {
$name = $input->getArgument('name');
$uid = $input->getArgument('uid');
@@ -98,5 +98,4 @@ class Test extends Command {
return 0;
}
-
}
diff --git a/core/Command/Check.php b/core/Command/Check.php
index b225aff61ed..10c6c6cf522 100644
--- a/core/Command/Check.php
+++ b/core/Command/Check.php
@@ -2,9 +2,9 @@
/**
* @copyright Copyright (c) 2016, ownCloud, Inc.
*
+ * @author Christoph Wurst <christoph@winzerhof-wurst.at>
* @author Joas Schilling <coding@schilljs.com>
* @author Morris Jobke <hey@morrisjobke.de>
- * @author Roeland Jago Douma <roeland@famdouma.nl>
* @author Thomas Müller <thomas.mueller@tmit.eu>
*
* @license AGPL-3.0
@@ -22,7 +22,6 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>
*
*/
-
namespace OC\Core\Command;
use OC\SystemConfig;
@@ -49,10 +48,10 @@ class Check extends Base {
;
}
- protected function execute(InputInterface $input, OutputInterface $output) {
+ protected function execute(InputInterface $input, OutputInterface $output): int {
$errors = \OC_Util::checkServer($this->config);
if (!empty($errors)) {
- $errors = array_map(function($item) {
+ $errors = array_map(function ($item) {
return (string) $item['error'];
}, $errors);
diff --git a/core/Command/Config/App/Base.php b/core/Command/Config/App/Base.php
index 9c60972b5e2..ec2207c6de5 100644
--- a/core/Command/Config/App/Base.php
+++ b/core/Command/Config/App/Base.php
@@ -13,14 +13,13 @@
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
*/
-
namespace OC\Core\Command\Config\App;
use OCP\IConfig;
diff --git a/core/Command/Config/App/DeleteConfig.php b/core/Command/Config/App/DeleteConfig.php
index 8f8f9e66d4b..4a2a4eb6b75 100644
--- a/core/Command/Config/App/DeleteConfig.php
+++ b/core/Command/Config/App/DeleteConfig.php
@@ -19,7 +19,6 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>
*
*/
-
namespace OC\Core\Command\Config\App;
use OCP\IConfig;
@@ -65,7 +64,7 @@ class DeleteConfig extends Base {
;
}
- protected function execute(InputInterface $input, OutputInterface $output) {
+ protected function execute(InputInterface $input, OutputInterface $output): int {
$appName = $input->getArgument('app');
$configName = $input->getArgument('name');
diff --git a/core/Command/Config/App/GetConfig.php b/core/Command/Config/App/GetConfig.php
index f52461c17e4..0e42ae786d8 100644
--- a/core/Command/Config/App/GetConfig.php
+++ b/core/Command/Config/App/GetConfig.php
@@ -19,7 +19,6 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>
*
*/
-
namespace OC\Core\Command\Config\App;
use OCP\IConfig;
@@ -72,7 +71,7 @@ class GetConfig extends Base {
* @param OutputInterface $output An OutputInterface instance
* @return null|int null or 0 if everything went fine, or an error code
*/
- protected function execute(InputInterface $input, OutputInterface $output) {
+ protected function execute(InputInterface $input, OutputInterface $output): int {
$appName = $input->getArgument('app');
$configName = $input->getArgument('name');
$defaultValue = $input->getOption('default-value');
diff --git a/core/Command/Config/App/SetConfig.php b/core/Command/Config/App/SetConfig.php
index 393deb010e6..162f5f5f819 100644
--- a/core/Command/Config/App/SetConfig.php
+++ b/core/Command/Config/App/SetConfig.php
@@ -19,7 +19,6 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>
*
*/
-
namespace OC\Core\Command\Config\App;
use OCP\IConfig;
@@ -71,7 +70,7 @@ class SetConfig extends Base {
;
}
- protected function execute(InputInterface $input, OutputInterface $output) {
+ protected function execute(InputInterface $input, OutputInterface $output): int {
$appName = $input->getArgument('app');
$configName = $input->getArgument('name');
diff --git a/core/Command/Config/Import.php b/core/Command/Config/Import.php
index a6e57e92052..e55f127d94e 100644
--- a/core/Command/Config/Import.php
+++ b/core/Command/Config/Import.php
@@ -2,6 +2,7 @@
/**
* @copyright Copyright (c) 2016, ownCloud, Inc.
*
+ * @author Christoph Wurst <christoph@winzerhof-wurst.at>
* @author Joas Schilling <coding@schilljs.com>
* @author Morris Jobke <hey@morrisjobke.de>
*
@@ -20,7 +21,6 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>
*
*/
-
namespace OC\Core\Command\Config;
use OCP\IConfig;
@@ -33,7 +33,7 @@ use Symfony\Component\Console\Input\InputArgument;
use Symfony\Component\Console\Input\InputInterface;
use Symfony\Component\Console\Output\OutputInterface;
-class Import extends Command implements CompletionAwareInterface {
+class Import extends Command implements CompletionAwareInterface {
protected $validRootKeys = ['system', 'apps'];
/** @var IConfig */
@@ -59,7 +59,7 @@ class Import extends Command implements CompletionAwareInterface {
;
}
- protected function execute(InputInterface $input, OutputInterface $output) {
+ protected function execute(InputInterface $input, OutputInterface $output): int {
$importFile = $input->getArgument('file');
if ($importFile !== null) {
$content = $this->getArrayFromFile($importFile);
@@ -71,7 +71,7 @@ class Import extends Command implements CompletionAwareInterface {
$configs = $this->validateFileContent($content);
} catch (\UnexpectedValueException $e) {
$output->writeln('<error>' . $e->getMessage(). '</error>');
- return;
+ return 1;
}
if (!empty($configs['system'])) {
@@ -91,6 +91,7 @@ class Import extends Command implements CompletionAwareInterface {
}
$output->writeln('<info>Config successfully imported from: ' . $importFile . '</info>');
+ return 0;
}
/**
diff --git a/core/Command/Config/ListConfigs.php b/core/Command/Config/ListConfigs.php
index 2394811f517..b19a09cec97 100644
--- a/core/Command/Config/ListConfigs.php
+++ b/core/Command/Config/ListConfigs.php
@@ -3,6 +3,7 @@
* @copyright Copyright (c) 2016, ownCloud, Inc.
*
* @author Joas Schilling <coding@schilljs.com>
+ * @author Roeland Jago Douma <roeland@famdouma.nl>
*
* @license AGPL-3.0
*
@@ -19,7 +20,6 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>
*
*/
-
namespace OC\Core\Command\Config;
use OC\Core\Command\Base;
@@ -71,10 +71,15 @@ class ListConfigs extends Base {
;
}
- protected function execute(InputInterface $input, OutputInterface $output) {
+ protected function execute(InputInterface $input, OutputInterface $output): int {
$app = $input->getArgument('app');
$noSensitiveValues = !$input->getOption('private');
+ if (!is_string($app)) {
+ $output->writeln('<error>Invalid app value given</error>');
+ return 1;
+ }
+
switch ($app) {
case 'system':
$configs = [
@@ -102,6 +107,7 @@ class ListConfigs extends Base {
}
$this->writeArrayInOutputFormat($input, $output, $configs);
+ return 0;
}
/**
diff --git a/core/Command/Config/System/Base.php b/core/Command/Config/System/Base.php
index 628fb677c77..0f43c21c977 100644
--- a/core/Command/Config/System/Base.php
+++ b/core/Command/Config/System/Base.php
@@ -13,14 +13,13 @@
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
*/
-
namespace OC\Core\Command\Config\System;
use OC\SystemConfig;
diff --git a/core/Command/Config/System/DeleteConfig.php b/core/Command/Config/System/DeleteConfig.php
index 22e83b15f79..8ce227e607a 100644
--- a/core/Command/Config/System/DeleteConfig.php
+++ b/core/Command/Config/System/DeleteConfig.php
@@ -2,6 +2,7 @@
/**
* @copyright Copyright (c) 2016, ownCloud, Inc.
*
+ * @author Christoph Wurst <christoph@winzerhof-wurst.at>
* @author Joas Schilling <coding@schilljs.com>
* @author Morris Jobke <hey@morrisjobke.de>
*
@@ -20,7 +21,6 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>
*
*/
-
namespace OC\Core\Command\Config\System;
use OC\SystemConfig;
@@ -61,7 +61,7 @@ class DeleteConfig extends Base {
;
}
- protected function execute(InputInterface $input, OutputInterface $output) {
+ protected function execute(InputInterface $input, OutputInterface $output): int {
$configNames = $input->getArgument('name');
$configName = $configNames[0];
@@ -75,8 +75,7 @@ class DeleteConfig extends Base {
try {
$value = $this->removeSubValue(array_slice($configNames, 1), $value, $input->hasParameterOption('--error-if-not-exists'));
- }
- catch (\UnexpectedValueException $e) {
+ } catch (\UnexpectedValueException $e) {
$output->writeln('<error>System config ' . implode(' => ', $configNames) . ' could not be deleted because it did not exist</error>');
return 1;
}
@@ -106,10 +105,10 @@ class DeleteConfig extends Base {
} else {
$currentValue[$nextKey] = $this->removeSubValue($keys, $currentValue[$nextKey], $throwError);
}
- } else if ($throwError) {
+ } elseif ($throwError) {
throw new \UnexpectedValueException('Config parameter does not exist');
}
- } else if ($throwError) {
+ } elseif ($throwError) {
throw new \UnexpectedValueException('Config parameter does not exist');
}
diff --git a/core/Command/Config/System/GetConfig.php b/core/Command/Config/System/GetConfig.php
index ec4ea7e2577..3fce89572c8 100644
--- a/core/Command/Config/System/GetConfig.php
+++ b/core/Command/Config/System/GetConfig.php
@@ -2,6 +2,7 @@
/**
* @copyright Copyright (c) 2016, ownCloud, Inc.
*
+ * @author Christoph Wurst <christoph@winzerhof-wurst.at>
* @author Joas Schilling <coding@schilljs.com>
*
* @license AGPL-3.0
@@ -19,7 +20,6 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>
*
*/
-
namespace OC\Core\Command\Config\System;
use OC\SystemConfig;
@@ -67,7 +67,7 @@ class GetConfig extends Base {
* @param OutputInterface $output An OutputInterface instance
* @return null|int null or 0 if everything went fine, or an error code
*/
- protected function execute(InputInterface $input, OutputInterface $output) {
+ protected function execute(InputInterface $input, OutputInterface $output): int {
$configNames = $input->getArgument('name');
$configName = array_shift($configNames);
$defaultValue = $input->getOption('default-value');
@@ -84,7 +84,7 @@ class GetConfig extends Base {
foreach ($configNames as $configName) {
if (isset($configValue[$configName])) {
$configValue = $configValue[$configName];
- } else if (!$input->hasParameterOption('--default-value')) {
+ } elseif (!$input->hasParameterOption('--default-value')) {
return 1;
} else {
$configValue = $defaultValue;
diff --git a/core/Command/Config/System/SetConfig.php b/core/Command/Config/System/SetConfig.php
index 0f0d28a038d..4b6ae73004d 100644
--- a/core/Command/Config/System/SetConfig.php
+++ b/core/Command/Config/System/SetConfig.php
@@ -2,6 +2,7 @@
/**
* @copyright Copyright (c) 2016, ownCloud, Inc.
*
+ * @author Christoph Wurst <christoph@winzerhof-wurst.at>
* @author Joas Schilling <coding@schilljs.com>
* @author Morris Jobke <hey@morrisjobke.de>
* @author Robin McCorkell <robin@mccorkell.me.uk>
@@ -21,7 +22,6 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>
*
*/
-
namespace OC\Core\Command\Config\System;
use OC\SystemConfig;
@@ -76,7 +76,7 @@ class SetConfig extends Base {
;
}
- protected function execute(InputInterface $input, OutputInterface $output) {
+ protected function execute(InputInterface $input, OutputInterface $output): int {
$configNames = $input->getArgument('name');
$configName = $configNames[0];
$configValue = $this->castValue($input->getOption('value'), $input->getOption('type'));
@@ -150,6 +150,7 @@ class SetConfig extends Base {
throw new \InvalidArgumentException('Unable to parse value as boolean');
}
+ // no break
case 'null':
return [
'value' => null,
diff --git a/core/Command/Db/AddMissingColumns.php b/core/Command/Db/AddMissingColumns.php
new file mode 100644
index 00000000000..8b168b21875
--- /dev/null
+++ b/core/Command/Db/AddMissingColumns.php
@@ -0,0 +1,106 @@
+<?php
+
+declare(strict_types=1);
+
+/**
+ * @copyright Copyright (c) 2020 Joas Schilling <coding@schilljs.com>
+ *
+ * @author Christoph Wurst <christoph@winzerhof-wurst.at>
+ * @author Joas Schilling <coding@schilljs.com>
+ *
+ * @license GNU AGPL version 3 or any later version
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Affero General Public License as
+ * published by the Free Software Foundation, either version 3 of the
+ * License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Affero General Public License for more details.
+ *
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ *
+ */
+namespace OC\Core\Command\Db;
+
+use OC\DB\Connection;
+use OC\DB\SchemaWrapper;
+use OCP\IDBConnection;
+use Symfony\Component\Console\Command\Command;
+use Symfony\Component\Console\Input\InputInterface;
+use Symfony\Component\Console\Output\OutputInterface;
+use Symfony\Component\EventDispatcher\EventDispatcherInterface;
+use Symfony\Component\EventDispatcher\GenericEvent;
+
+/**
+ * Class AddMissingColumns
+ *
+ * if you added a new lazy column to the database, this is the right place to add
+ * your update routine for existing instances
+ *
+ * @package OC\Core\Command\Db
+ */
+class AddMissingColumns extends Command {
+
+ /** @var Connection */
+ private $connection;
+
+ /** @var EventDispatcherInterface */
+ private $dispatcher;
+
+ public function __construct(Connection $connection, EventDispatcherInterface $dispatcher) {
+ parent::__construct();
+
+ $this->connection = $connection;
+ $this->dispatcher = $dispatcher;
+ }
+
+ protected function configure() {
+ $this
+ ->setName('db:add-missing-columns')
+ ->setDescription('Add missing optional columns to the database tables');
+ }
+
+ protected function execute(InputInterface $input, OutputInterface $output): int {
+ $this->addCoreColumns($output);
+
+ // Dispatch event so apps can also update columns if needed
+ $event = new GenericEvent($output);
+ $this->dispatcher->dispatch(IDBConnection::ADD_MISSING_COLUMNS_EVENT, $event);
+ return 0;
+ }
+
+ /**
+ * add missing indices to the share table
+ *
+ * @param OutputInterface $output
+ * @throws \Doctrine\DBAL\Schema\SchemaException
+ */
+ private function addCoreColumns(OutputInterface $output) {
+ $output->writeln('<info>Check columns of the comments table.</info>');
+
+ $schema = new SchemaWrapper($this->connection);
+ $updated = false;
+
+ if ($schema->hasTable('comments')) {
+ $table = $schema->getTable('comments');
+ if (!$table->hasColumn('reference_id')) {
+ $output->writeln('<info>Adding additional reference_id column to the comments table, this can take some time...</info>');
+ $table->addColumn('reference_id', 'string', [
+ 'notnull' => false,
+ 'length' => 64,
+ ]);
+ $this->connection->migrateToSchema($schema->getWrappedSchema());
+ $updated = true;
+ $output->writeln('<info>Comments table updated successfully.</info>');
+ }
+ }
+
+ if (!$updated) {
+ $output->writeln('<info>Done.</info>');
+ }
+ }
+}
diff --git a/core/Command/Db/AddMissingIndices.php b/core/Command/Db/AddMissingIndices.php
index 0152df21737..2e6b3dc9aeb 100644
--- a/core/Command/Db/AddMissingIndices.php
+++ b/core/Command/Db/AddMissingIndices.php
@@ -6,11 +6,14 @@ declare(strict_types=1);
* @copyright Copyright (c) 2017 Bjoern Schiessle <bjoern@schiessle.org>
*
* @author Bjoern Schiessle <bjoern@schiessle.org>
+ * @author Christoph Wurst <christoph@winzerhof-wurst.at>
* @author Joas Schilling <coding@schilljs.com>
+ * @author Julius Härtl <jus@bitgrid.net>
+ * @author Mario Danic <mario@lovelyhq.com>
* @author Morris Jobke <hey@morrisjobke.de>
* @author Robin Appelman <robin@icewind.nl>
* @author Roeland Jago Douma <roeland@famdouma.nl>
- * @author Thomas Citharel <tcit@tcit.fr>
+ * @author Thomas Citharel <nextcloud@tcit.fr>
*
* @license GNU AGPL version 3 or any later version
*
@@ -21,16 +24,16 @@ declare(strict_types=1);
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
*/
-
namespace OC\Core\Command\Db;
+use OC\DB\Connection;
use OC\DB\SchemaWrapper;
use OCP\IDBConnection;
use Symfony\Component\Console\Command\Command;
@@ -43,19 +46,19 @@ use Symfony\Component\EventDispatcher\GenericEvent;
* Class AddMissingIndices
*
* if you added any new indices to the database, this is the right place to add
- * it your update routine for existing instances
+ * your update routine for existing instances
*
* @package OC\Core\Command\Db
*/
class AddMissingIndices extends Command {
- /** @var IDBConnection */
+ /** @var Connection */
private $connection;
/** @var EventDispatcherInterface */
private $dispatcher;
- public function __construct(IDBConnection $connection, EventDispatcherInterface $dispatcher) {
+ public function __construct(Connection $connection, EventDispatcherInterface $dispatcher) {
parent::__construct();
$this->connection = $connection;
@@ -68,12 +71,13 @@ class AddMissingIndices extends Command {
->setDescription('Add missing indices to the database tables');
}
- protected function execute(InputInterface $input, OutputInterface $output) {
+ protected function execute(InputInterface $input, OutputInterface $output): int {
$this->addCoreIndexes($output);
// Dispatch event so apps can also update indexes if needed
$event = new GenericEvent($output);
$this->dispatcher->dispatch(IDBConnection::ADD_MISSING_INDEXES_EVENT, $event);
+ return 0;
}
/**
@@ -83,7 +87,6 @@ class AddMissingIndices extends Command {
* @throws \Doctrine\DBAL\Schema\SchemaException
*/
private function addCoreIndexes(OutputInterface $output) {
-
$output->writeln('<info>Check indices of the share table.</info>');
$schema = new SchemaWrapper($this->connection);
@@ -134,6 +137,13 @@ class AddMissingIndices extends Command {
$updated = true;
$output->writeln('<info>Filecache table updated successfully.</info>');
}
+ if (!$table->hasIndex('fs_size')) {
+ $output->writeln('<info>Adding additional size index to the filecache table, this can take some time...</info>');
+ $table->addIndex(['size'], 'fs_size');
+ $this->connection->migrateToSchema($schema->getWrappedSchema());
+ $updated = true;
+ $output->writeln('<info>Filecache table updated successfully.</info>');
+ }
}
$output->writeln('<info>Check indices of the twofactor_providers table.</info>');
@@ -192,8 +202,23 @@ class AddMissingIndices extends Command {
}
$output->writeln('<info>Check indices of the cards table.</info>');
+ $cardsUpdated = false;
if ($schema->hasTable('cards')) {
$table = $schema->getTable('cards');
+
+ if ($table->hasIndex('addressbookid_uri_index')) {
+ $output->writeln('<info>Renaming addressbookid_uri_index index to to the cards table, this can take some time...</info>');
+
+ foreach ($table->getIndexes() as $index) {
+ if ($index->getColumns() === ['addressbookid', 'uri']) {
+ $table->renameIndex('addressbookid_uri_index', 'cards_abiduri');
+ }
+ }
+
+ $this->connection->migrateToSchema($schema->getWrappedSchema());
+ $cardsUpdated = true;
+ }
+
if (!$table->hasIndex('cards_abid')) {
$output->writeln('<info>Adding cards_abid index to the cards table, this can take some time...</info>');
@@ -205,6 +230,24 @@ class AddMissingIndices extends Command {
$table->addIndex(['addressbookid'], 'cards_abid');
$this->connection->migrateToSchema($schema->getWrappedSchema());
+ $cardsUpdated = true;
+ }
+
+ if (!$table->hasIndex('cards_abiduri')) {
+ $output->writeln('<info>Adding cards_abiduri index to the cards table, this can take some time...</info>');
+
+ foreach ($table->getIndexes() as $index) {
+ if ($index->getColumns() === ['addressbookid', 'uri']) {
+ $table->dropIndex($index->getName());
+ }
+ }
+
+ $table->addIndex(['addressbookid', 'uri'], 'cards_abiduri');
+ $this->connection->migrateToSchema($schema->getWrappedSchema());
+ $cardsUpdated = true;
+ }
+
+ if ($cardsUpdated) {
$updated = true;
$output->writeln('<info>cards table updated successfully.</info>');
}
@@ -255,6 +298,19 @@ class AddMissingIndices extends Command {
}
}
+ $output->writeln('<info>Check indices of the oc_properties table.</info>');
+ if ($schema->hasTable('properties')) {
+ $table = $schema->getTable('properties');
+ if (!$table->hasIndex('properties_path_index')) {
+ $output->writeln('<info>Adding properties_path_index index to the oc_properties table, this can take some time...</info>');
+
+ $table->addIndex(['userid', 'propertypath'], 'properties_path_index');
+ $this->connection->migrateToSchema($schema->getWrappedSchema());
+ $updated = true;
+ $output->writeln('<info>oc_properties table updated successfully.</info>');
+ }
+ }
+
if (!$updated) {
$output->writeln('<info>Done.</info>');
}
diff --git a/core/Command/Db/AddMissingPrimaryKeys.php b/core/Command/Db/AddMissingPrimaryKeys.php
new file mode 100644
index 00000000000..106a5901015
--- /dev/null
+++ b/core/Command/Db/AddMissingPrimaryKeys.php
@@ -0,0 +1,176 @@
+<?php
+
+declare(strict_types=1);
+
+/**
+ * @copyright Copyright (c) 2017 Bjoern Schiessle <bjoern@schiessle.org>
+ *
+ * @author Christoph Wurst <christoph@winzerhof-wurst.at>
+ * @author Joas Schilling <coding@schilljs.com>
+ *
+ * @license GNU AGPL version 3 or any later version
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Affero General Public License as
+ * published by the Free Software Foundation, either version 3 of the
+ * License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Affero General Public License for more details.
+ *
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ *
+ */
+namespace OC\Core\Command\Db;
+
+use OC\DB\Connection;
+use OC\DB\SchemaWrapper;
+use OCP\IDBConnection;
+use Symfony\Component\Console\Command\Command;
+use Symfony\Component\Console\Input\InputInterface;
+use Symfony\Component\Console\Output\OutputInterface;
+use Symfony\Component\EventDispatcher\EventDispatcherInterface;
+use Symfony\Component\EventDispatcher\GenericEvent;
+
+/**
+ * Class AddMissingPrimaryKeys
+ *
+ * if you added primary keys to the database, this is the right place to add
+ * your update routine for existing instances
+ *
+ * @package OC\Core\Command\Db
+ */
+class AddMissingPrimaryKeys extends Command {
+
+ /** @var Connection */
+ private $connection;
+
+ /** @var EventDispatcherInterface */
+ private $dispatcher;
+
+ public function __construct(Connection $connection, EventDispatcherInterface $dispatcher) {
+ parent::__construct();
+
+ $this->connection = $connection;
+ $this->dispatcher = $dispatcher;
+ }
+
+ protected function configure() {
+ $this
+ ->setName('db:add-missing-primary-keys')
+ ->setDescription('Add missing primary keys to the database tables');
+ }
+
+ protected function execute(InputInterface $input, OutputInterface $output): int {
+ $this->addCorePrimaryKeys($output);
+
+ // Dispatch event so apps can also update indexes if needed
+ $event = new GenericEvent($output);
+ $this->dispatcher->dispatch(IDBConnection::ADD_MISSING_PRIMARY_KEYS_EVENT, $event);
+ return 0;
+ }
+
+ /**
+ * add missing indices to the share table
+ *
+ * @param OutputInterface $output
+ * @throws \Doctrine\DBAL\Schema\SchemaException
+ */
+ private function addCorePrimaryKeys(OutputInterface $output) {
+ $output->writeln('<info>Check primary keys.</info>');
+
+ $schema = new SchemaWrapper($this->connection);
+ $updated = false;
+
+ if ($schema->hasTable('federated_reshares')) {
+ $table = $schema->getTable('federated_reshares');
+ if (!$table->hasPrimaryKey()) {
+ $output->writeln('<info>Adding primary key to the federated_reshares table, this can take some time...</info>');
+ $table->setPrimaryKey(['share_id'], 'federated_res_pk');
+ if ($table->hasIndex('share_id_index')) {
+ $table->dropIndex('share_id_index');
+ }
+ $this->connection->migrateToSchema($schema->getWrappedSchema());
+ $updated = true;
+ $output->writeln('<info>federated_reshares table updated successfully.</info>');
+ }
+ }
+
+ if ($schema->hasTable('systemtag_object_mapping')) {
+ $table = $schema->getTable('systemtag_object_mapping');
+ if (!$table->hasPrimaryKey()) {
+ $output->writeln('<info>Adding primary key to the systemtag_object_mapping table, this can take some time...</info>');
+ $table->setPrimaryKey(['objecttype', 'objectid', 'systemtagid'], 'som_pk');
+ if ($table->hasIndex('mapping')) {
+ $table->dropIndex('mapping');
+ }
+ $this->connection->migrateToSchema($schema->getWrappedSchema());
+ $updated = true;
+ $output->writeln('<info>systemtag_object_mapping table updated successfully.</info>');
+ }
+ }
+
+ if ($schema->hasTable('comments_read_markers')) {
+ $table = $schema->getTable('comments_read_markers');
+ if (!$table->hasPrimaryKey()) {
+ $output->writeln('<info>Adding primary key to the comments_read_markers table, this can take some time...</info>');
+ $table->setPrimaryKey(['user_id', 'object_type', 'object_id'], 'crm_pk');
+ if ($table->hasIndex('comments_marker_index')) {
+ $table->dropIndex('comments_marker_index');
+ }
+ $this->connection->migrateToSchema($schema->getWrappedSchema());
+ $updated = true;
+ $output->writeln('<info>comments_read_markers table updated successfully.</info>');
+ }
+ }
+
+ if ($schema->hasTable('collres_resources')) {
+ $table = $schema->getTable('collres_resources');
+ if (!$table->hasPrimaryKey()) {
+ $output->writeln('<info>Adding primary key to the collres_resources table, this can take some time...</info>');
+ $table->setPrimaryKey(['collection_id', 'resource_type', 'resource_id'], 'crr_pk');
+ if ($table->hasIndex('collres_unique_res')) {
+ $table->dropIndex('collres_unique_res');
+ }
+ $this->connection->migrateToSchema($schema->getWrappedSchema());
+ $updated = true;
+ $output->writeln('<info>collres_resources table updated successfully.</info>');
+ }
+ }
+
+ if ($schema->hasTable('collres_accesscache')) {
+ $table = $schema->getTable('collres_accesscache');
+ if (!$table->hasPrimaryKey()) {
+ $output->writeln('<info>Adding primary key to the collres_accesscache table, this can take some time...</info>');
+ $table->setPrimaryKey(['user_id', 'collection_id', 'resource_type', 'resource_id'], 'cra_pk');
+ if ($table->hasIndex('collres_unique_user')) {
+ $table->dropIndex('collres_unique_user');
+ }
+ $this->connection->migrateToSchema($schema->getWrappedSchema());
+ $updated = true;
+ $output->writeln('<info>collres_accesscache table updated successfully.</info>');
+ }
+ }
+
+ if ($schema->hasTable('filecache_extended')) {
+ $table = $schema->getTable('filecache_extended');
+ if (!$table->hasPrimaryKey()) {
+ $output->writeln('<info>Adding primary key to the filecache_extended table, this can take some time...</info>');
+ $table->setPrimaryKey(['fileid'], 'fce_pk');
+ if ($table->hasIndex('fce_fileid_idx')) {
+ $table->dropIndex('fce_fileid_idx');
+ }
+ $this->connection->migrateToSchema($schema->getWrappedSchema());
+ $updated = true;
+ $output->writeln('<info>filecache_extended table updated successfully.</info>');
+ }
+ }
+
+ if (!$updated) {
+ $output->writeln('<info>Done.</info>');
+ }
+ }
+}
diff --git a/core/Command/Db/ConvertFilecacheBigInt.php b/core/Command/Db/ConvertFilecacheBigInt.php
index 16971e20b6c..34b717025a0 100644
--- a/core/Command/Db/ConvertFilecacheBigInt.php
+++ b/core/Command/Db/ConvertFilecacheBigInt.php
@@ -3,10 +3,15 @@
* @copyright Copyright (c) 2017 Joas Schilling <coding@schilljs.com>
*
* @author Alecks Gates <alecks.g@gmail.com>
+ * @author Christoph Wurst <christoph@winzerhof-wurst.at>
+ * @author Daniel Kesselberg <mail@danielkesselberg.de>
* @author Georg Ehrke <oc.list@georgehrke.com>
* @author Joas Schilling <coding@schilljs.com>
+ * @author Julius Härtl <jus@bitgrid.net>
* @author Morris Jobke <hey@morrisjobke.de>
* @author Roeland Jago Douma <roeland@famdouma.nl>
+ * @author timm2k <timm2k@gmx.de>
+ * @author Vincent Petry <vincent@nextcloud.com>
*
* @license GNU AGPL version 3 or any later version
*
@@ -17,20 +22,20 @@
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
*/
-
namespace OC\Core\Command\Db;
use Doctrine\DBAL\Platforms\SqlitePlatform;
use Doctrine\DBAL\Types\Type;
+use OCP\DB\Types;
+use OC\DB\Connection;
use OC\DB\SchemaWrapper;
-use OCP\IDBConnection;
use Symfony\Component\Console\Command\Command;
use Symfony\Component\Console\Input\InputInterface;
use Symfony\Component\Console\Output\OutputInterface;
@@ -38,13 +43,13 @@ use Symfony\Component\Console\Question\ConfirmationQuestion;
class ConvertFilecacheBigInt extends Command {
- /** @var IDBConnection */
+ /** @var Connection */
private $connection;
/**
- * @param IDBConnection $connection
+ * @param Connection $connection
*/
- public function __construct(IDBConnection $connection) {
+ public function __construct(Connection $connection) {
$this->connection = $connection;
parent::__construct();
}
@@ -62,17 +67,20 @@ class ConvertFilecacheBigInt extends Command {
'activity_mq' => ['mail_id'],
'authtoken' => ['id'],
'bruteforce_attempts' => ['id'],
+ 'federated_reshares' => ['share_id'],
'filecache' => ['fileid', 'storage', 'parent', 'mimetype', 'mimepart', 'mtime', 'storage_mtime'],
+ 'filecache_extended' => ['fileid'],
+ 'files_trash' => ['auto_id'],
'file_locks' => ['id'],
'jobs' => ['id'],
'mimetypes' => ['id'],
'mounts' => ['id', 'storage_id', 'root_id', 'mount_id'],
+ 'share_external' => ['id', 'parent'],
'storages' => ['numeric_id'],
];
}
- protected function execute(InputInterface $input, OutputInterface $output) {
-
+ protected function execute(InputInterface $input, OutputInterface $output): int {
$schema = new SchemaWrapper($this->connection);
$isSqlite = $this->connection->getDatabasePlatform() instanceof SqlitePlatform;
$updates = [];
@@ -89,8 +97,8 @@ class ConvertFilecacheBigInt extends Command {
$column = $table->getColumn($columnName);
$isAutoIncrement = $column->getAutoincrement();
$isAutoIncrementOnSqlite = $isSqlite && $isAutoIncrement;
- if ($column->getType()->getName() !== Type::BIGINT && !$isAutoIncrementOnSqlite) {
- $column->setType(Type::getType(Type::BIGINT));
+ if ($column->getType()->getName() !== Types::BIGINT && !$isAutoIncrementOnSqlite) {
+ $column->setType(Type::getType(Types::BIGINT));
$column->setOptions(['length' => 20]);
$updates[] = '* ' . $tableName . '.' . $columnName;
diff --git a/core/Command/Db/ConvertMysqlToMB4.php b/core/Command/Db/ConvertMysqlToMB4.php
index fd16dd09439..7abd600b3b9 100644
--- a/core/Command/Db/ConvertMysqlToMB4.php
+++ b/core/Command/Db/ConvertMysqlToMB4.php
@@ -2,6 +2,8 @@
/**
* @copyright Copyright (c) 2017, ownCloud GmbH
*
+ * @author Christoph Wurst <christoph@winzerhof-wurst.at>
+ * @author Joas Schilling <coding@schilljs.com>
* @author Morris Jobke <hey@morrisjobke.de>
* @author Thomas Müller <thomas.mueller@tmit.eu>
*
@@ -20,10 +22,9 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>
*
*/
-
namespace OC\Core\Command\Db;
-use Doctrine\DBAL\Platforms\MySqlPlatform;
+use Doctrine\DBAL\Platforms\MySQLPlatform;
use OC\DB\MySqlTools;
use OC\Migration\ConsoleOutput;
use OC\Repair\Collation;
@@ -68,8 +69,8 @@ class ConvertMysqlToMB4 extends Command {
->setDescription('Convert charset of MySQL/MariaDB to use utf8mb4');
}
- protected function execute(InputInterface $input, OutputInterface $output) {
- if (!$this->connection->getDatabasePlatform() instanceof MySqlPlatform) {
+ protected function execute(InputInterface $input, OutputInterface $output): int {
+ if (!$this->connection->getDatabasePlatform() instanceof MySQLPlatform) {
$output->writeln("This command is only valid for MySQL/MariaDB databases.");
return 1;
}
diff --git a/core/Command/Db/ConvertType.php b/core/Command/Db/ConvertType.php
index c79ece79915..27f3147b81d 100644
--- a/core/Command/Db/ConvertType.php
+++ b/core/Command/Db/ConvertType.php
@@ -5,13 +5,14 @@
* @author Andreas Fischer <bantu@owncloud.com>
* @author Bart Visscher <bartv@thisnet.nl>
* @author Bernhard Ostertag <bernieo.code@gmx.de>
+ * @author Christoph Wurst <christoph@winzerhof-wurst.at>
* @author Joas Schilling <coding@schilljs.com>
* @author Lukas Reschke <lukas@statuscode.ch>
* @author Łukasz Buśko <busko.lukasz@pm.me>
* @author Morris Jobke <hey@morrisjobke.de>
* @author Roeland Jago Douma <roeland@famdouma.nl>
* @author Sander Ruitenbeek <sander@grids.be>
- * @author tbelau666 <thomas.belau@gmx.de>
+ * @author Simon Spannagel <simonspa@kth.se>
* @author Thomas Müller <thomas.mueller@tmit.eu>
*
* @license AGPL-3.0
@@ -29,12 +30,12 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>
*
*/
-
namespace OC\Core\Command\Db;
-use Doctrine\DBAL\DBALException;
+use Doctrine\DBAL\Exception;
+use Doctrine\DBAL\Schema\AbstractAsset;
use Doctrine\DBAL\Schema\Table;
-use Doctrine\DBAL\Types\Type;
+use OCP\DB\Types;
use OC\DB\Connection;
use OC\DB\ConnectionFactory;
use OC\DB\MigrationService;
@@ -51,6 +52,8 @@ use Symfony\Component\Console\Input\InputOption;
use Symfony\Component\Console\Output\OutputInterface;
use Symfony\Component\Console\Question\ConfirmationQuestion;
use Symfony\Component\Console\Question\Question;
+use function preg_match;
+use function preg_quote;
class ConvertType extends Command implements CompletionAwareInterface {
/**
@@ -129,7 +132,7 @@ class ConvertType extends Command implements CompletionAwareInterface {
null,
InputOption::VALUE_REQUIRED,
'the maximum number of database rows to handle in a single query, bigger tables will be handled in chunks of this size. Lower this if the process runs out of memory during conversion.',
- 1000
+ '1000'
)
;
}
@@ -187,11 +190,12 @@ class ConvertType extends Command implements CompletionAwareInterface {
}
}
- protected function execute(InputInterface $input, OutputInterface $output) {
+ protected function execute(InputInterface $input, OutputInterface $output): int {
$this->validateInput($input, $output);
$this->readPassword($input, $output);
- $fromDB = \OC::$server->getDatabaseConnection();
+ /** @var Connection $fromDB */
+ $fromDB = \OC::$server->get(Connection::class);
$toDB = $this->getToDBConnection($input, $output);
if ($input->getOption('clear-schema')) {
@@ -220,11 +224,12 @@ class ConvertType extends Command implements CompletionAwareInterface {
$helper = $this->getHelper('question');
if (!$helper->ask($input, $output, $question)) {
- return;
+ return 1;
}
}
$intersectingTables = array_intersect($toTables, $fromTables);
$this->convertDB($fromDB, $toDB, $intersectingTables, $input, $output);
+ return 0;
}
protected function createSchema(Connection $fromDB, Connection $toDB, InputInterface $input, OutputInterface $output) {
@@ -237,20 +242,16 @@ class ConvertType extends Command implements CompletionAwareInterface {
$toMS->migrate($currentMigration);
}
- $schemaManager = new \OC\DB\MDB2SchemaManager($toDB);
$apps = $input->getOption('all-apps') ? \OC_App::getAllApps() : \OC_App::getEnabledApps();
- foreach($apps as $app) {
- if (file_exists(\OC_App::getAppPath($app).'/appinfo/database.xml')) {
- $schemaManager->createDbFromStructure(\OC_App::getAppPath($app).'/appinfo/database.xml');
- } else {
- // Make sure autoloading works...
- \OC_App::loadApp($app);
- $fromMS = new MigrationService($app, $fromDB);
- $currentMigration = $fromMS->getMigration('current');
- if ($currentMigration !== '0') {
- $toMS = new MigrationService($app, $toDB);
- $toMS->migrate($currentMigration, true);
- }
+ foreach ($apps as $app) {
+ $output->writeln('<info> - '.$app.'</info>');
+ // Make sure autoloading works...
+ \OC_App::loadApp($app);
+ $fromMS = new MigrationService($app, $fromDB);
+ $currentMigration = $fromMS->getMigration('current');
+ if ($currentMigration !== '0') {
+ $toMS = new MigrationService($app, $toDB);
+ $toMS->migrate($currentMigration, true);
}
}
}
@@ -275,15 +276,20 @@ class ConvertType extends Command implements CompletionAwareInterface {
if (!empty($toTables)) {
$output->writeln('<info>Clearing schema in new database</info>');
}
- foreach($toTables as $table) {
+ foreach ($toTables as $table) {
$db->getSchemaManager()->dropTable($table);
}
}
protected function getTables(Connection $db) {
- $filterExpression = '/^' . preg_quote($this->config->getSystemValue('dbtableprefix', 'oc_')) . '/';
- $db->getConfiguration()->
- setFilterSchemaAssetsExpression($filterExpression);
+ $db->getConfiguration()->setSchemaAssetsFilter(function ($asset) {
+ /** @var string|AbstractAsset $asset */
+ $filterExpression = '/^' . preg_quote($this->config->getSystemValue('dbtableprefix', 'oc_')) . '/';
+ if ($asset instanceof AbstractAsset) {
+ return preg_match($filterExpression, $asset->getName()) !== false;
+ }
+ return preg_match($filterExpression, $asset) !== false;
+ });
return $db->getSchemaManager()->listTableNames();
}
@@ -293,7 +299,6 @@ class ConvertType extends Command implements CompletionAwareInterface {
* @param Table $table
* @param InputInterface $input
* @param OutputInterface $output
- * @suppress SqlInjectionChecker
*/
protected function copyTable(Connection $fromDB, Connection $toDB, Table $table, InputInterface $input, OutputInterface $output) {
if ($table->getName() === $toDB->getPrefix() . 'migrations') {
@@ -301,22 +306,23 @@ class ConvertType extends Command implements CompletionAwareInterface {
return;
}
- $chunkSize = $input->getOption('chunk-size');
+ $chunkSize = (int)$input->getOption('chunk-size');
$query = $fromDB->getQueryBuilder();
$query->automaticTablePrefix(false);
$query->select($query->func()->count('*', 'num_entries'))
->from($table->getName());
$result = $query->execute();
- $count = $result->fetchColumn();
+ $count = $result->fetchOne();
$result->closeCursor();
- $numChunks = ceil($count/$chunkSize);
+ $numChunks = ceil($count / $chunkSize);
if ($numChunks > 1) {
$output->writeln('chunked query, ' . $numChunks . ' chunks');
}
$progress = new ProgressBar($output, $count);
+ $progress->setFormat('very_verbose');
$progress->start();
$redraw = $count > $chunkSize ? 100 : ($count > 100 ? 5 : 1);
$progress->setRedrawFrequency($redraw);
@@ -329,15 +335,12 @@ class ConvertType extends Command implements CompletionAwareInterface {
try {
$orderColumns = $table->getPrimaryKeyColumns();
- } catch (DBALException $e) {
- $orderColumns = [];
- foreach ($table->getColumns() as $column) {
- $orderColumns[] = $column->getName();
- }
+ } catch (Exception $e) {
+ $orderColumns = $table->getColumns();
}
foreach ($orderColumns as $column) {
- $query->addOrderBy($column);
+ $query->addOrderBy($column->getName());
}
$insertQuery = $toDB->getQueryBuilder();
@@ -372,6 +375,7 @@ class ConvertType extends Command implements CompletionAwareInterface {
$result->closeCursor();
}
$progress->finish();
+ $output->writeln('');
}
protected function getColumnType(Table $table, $columnName) {
@@ -383,11 +387,11 @@ class ConvertType extends Command implements CompletionAwareInterface {
$type = $table->getColumn($columnName)->getType()->getName();
switch ($type) {
- case Type::BLOB:
- case Type::TEXT:
+ case Types::BLOB:
+ case Types::TEXT:
$this->columnTypes[$tableName][$columnName] = IQueryBuilder::PARAM_LOB;
break;
- case Type::BOOLEAN:
+ case Types::BOOLEAN:
$this->columnTypes[$tableName][$columnName] = IQueryBuilder::PARAM_BOOL;
break;
default:
@@ -403,8 +407,8 @@ class ConvertType extends Command implements CompletionAwareInterface {
try {
// copy table rows
- foreach($tables as $table) {
- $output->writeln($table);
+ foreach ($tables as $table) {
+ $output->writeln('<info> - '.$table.'</info>');
$this->copyTable($fromDB, $toDB, $schema->getTable($table), $input, $output);
}
if ($input->getArgument('type') === 'pgsql') {
@@ -413,7 +417,7 @@ class ConvertType extends Command implements CompletionAwareInterface {
}
// save new database config
$this->saveDBInfo($input);
- } catch(\Exception $e) {
+ } catch (\Exception $e) {
$this->config->setSystemValue('maintenance', false);
throw $e;
}
@@ -431,11 +435,11 @@ class ConvertType extends Command implements CompletionAwareInterface {
}
$this->config->setSystemValues([
- 'dbtype' => $type,
- 'dbname' => $dbName,
- 'dbhost' => $dbHost,
- 'dbuser' => $username,
- 'dbpassword' => $password,
+ 'dbtype' => $type,
+ 'dbname' => $dbName,
+ 'dbhost' => $dbHost,
+ 'dbuser' => $username,
+ 'dbpassword' => $password,
]);
}
diff --git a/core/Command/Db/Migrations/ExecuteCommand.php b/core/Command/Db/Migrations/ExecuteCommand.php
index 1104818e710..a2dc2b92418 100644
--- a/core/Command/Db/Migrations/ExecuteCommand.php
+++ b/core/Command/Db/Migrations/ExecuteCommand.php
@@ -3,6 +3,7 @@
* @copyright Copyright (c) 2017 Joas Schilling <coding@schilljs.com>
* @copyright Copyright (c) 2017, ownCloud GmbH
*
+ * @author Christoph Wurst <christoph@winzerhof-wurst.at>
* @author Joas Schilling <coding@schilljs.com>
*
* @license AGPL-3.0
@@ -20,15 +21,12 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>
*
*/
-
namespace OC\Core\Command\Db\Migrations;
-
+use OC\DB\Connection;
use OC\DB\MigrationService;
use OC\Migration\ConsoleOutput;
-use OCP\App\IAppManager;
use OCP\IConfig;
-use OCP\IDBConnection;
use Stecman\Component\Symfony\Console\BashCompletion\Completion\CompletionAwareInterface;
use Stecman\Component\Symfony\Console\BashCompletion\CompletionContext;
use Symfony\Component\Console\Command\Command;
@@ -38,23 +36,19 @@ use Symfony\Component\Console\Output\OutputInterface;
class ExecuteCommand extends Command implements CompletionAwareInterface {
- /** @var IDBConnection */
+ /** @var Connection */
private $connection;
/** @var IConfig */
private $config;
- /** @var IAppManager */
- protected $appManager;
-
/**
* ExecuteCommand constructor.
*
- * @param IDBConnection $connection
+ * @param Connection $connection
* @param IConfig $config
- * @param IAppManager $appManager
*/
- public function __construct(IDBConnection $connection, IAppManager $appManager, IConfig $config) {
+ public function __construct(Connection $connection, IConfig $config) {
$this->connection = $connection;
$this->config = $config;
@@ -76,7 +70,7 @@ class ExecuteCommand extends Command implements CompletionAwareInterface {
* @param OutputInterface $output
* @return int
*/
- public function execute(InputInterface $input, OutputInterface $output) {
+ public function execute(InputInterface $input, OutputInterface $output): int {
$appName = $input->getArgument('app');
$ms = new MigrationService($appName, $this->connection, new ConsoleOutput($output));
$version = $input->getArgument('version');
@@ -128,5 +122,4 @@ class ExecuteCommand extends Command implements CompletionAwareInterface {
return [];
}
-
}
diff --git a/core/Command/Db/Migrations/GenerateCommand.php b/core/Command/Db/Migrations/GenerateCommand.php
index 6e3b26f583c..b352e86ec62 100644
--- a/core/Command/Db/Migrations/GenerateCommand.php
+++ b/core/Command/Db/Migrations/GenerateCommand.php
@@ -22,14 +22,12 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>
*
*/
-
namespace OC\Core\Command\Db\Migrations;
-
+use OC\DB\Connection;
use OC\DB\MigrationService;
use OC\Migration\ConsoleOutput;
use OCP\App\IAppManager;
-use OCP\IDBConnection;
use Stecman\Component\Symfony\Console\BashCompletion\Completion\CompletionAwareInterface;
use Stecman\Component\Symfony\Console\BashCompletion\CompletionContext;
use Symfony\Component\Console\Command\Command;
@@ -39,7 +37,6 @@ use Symfony\Component\Console\Input\InputInterface;
use Symfony\Component\Console\Output\OutputInterface;
class GenerateCommand extends Command implements CompletionAwareInterface {
-
protected static $_templateSimple =
'<?php
@@ -62,7 +59,7 @@ class {{classname}} extends SimpleMigrationStep {
* @param Closure $schemaClosure The `\Closure` returns a `ISchemaWrapper`
* @param array $options
*/
- public function preSchemaChange(IOutput $output, Closure $schemaClosure, array $options) {
+ public function preSchemaChange(IOutput $output, Closure $schemaClosure, array $options): void {
}
/**
@@ -71,7 +68,7 @@ class {{classname}} extends SimpleMigrationStep {
* @param array $options
* @return null|ISchemaWrapper
*/
- public function changeSchema(IOutput $output, Closure $schemaClosure, array $options) {
+ public function changeSchema(IOutput $output, Closure $schemaClosure, array $options): ?ISchemaWrapper {
{{schemabody}}
}
@@ -80,22 +77,22 @@ class {{classname}} extends SimpleMigrationStep {
* @param Closure $schemaClosure The `\Closure` returns a `ISchemaWrapper`
* @param array $options
*/
- public function postSchemaChange(IOutput $output, Closure $schemaClosure, array $options) {
+ public function postSchemaChange(IOutput $output, Closure $schemaClosure, array $options): void {
}
}
';
- /** @var IDBConnection */
+ /** @var Connection */
protected $connection;
/** @var IAppManager */
protected $appManager;
/**
- * @param IDBConnection $connection
+ * @param Connection $connection
* @param IAppManager $appManager
*/
- public function __construct(IDBConnection $connection, IAppManager $appManager) {
+ public function __construct(Connection $connection, IAppManager $appManager) {
$this->connection = $connection;
$this->appManager = $appManager;
@@ -112,7 +109,7 @@ class {{classname}} extends SimpleMigrationStep {
parent::configure();
}
- public function execute(InputInterface $input, OutputInterface $output) {
+ public function execute(InputInterface $input, OutputInterface $output): int {
$appName = $input->getArgument('app');
$version = $input->getArgument('version');
diff --git a/core/Command/Db/Migrations/GenerateFromSchemaFileCommand.php b/core/Command/Db/Migrations/GenerateFromSchemaFileCommand.php
deleted file mode 100644
index 34c91ad6b04..00000000000
--- a/core/Command/Db/Migrations/GenerateFromSchemaFileCommand.php
+++ /dev/null
@@ -1,206 +0,0 @@
-<?php
-/**
- * @copyright Copyright (c) 2017 Joas Schilling <coding@schilljs.com>
- *
- * @author Joas Schilling <coding@schilljs.com>
- * @author Maxence Lange <maxence@artificial-owl.com>
- *
- * @license GNU AGPL version 3 or any later version
- *
- * This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License as
- * published by the Free Software Foundation, either version 3 of the
- * License, or (at your option) any later version.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU Affero General Public License for more details.
- *
- * You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see <http://www.gnu.org/licenses/>.
- *
- */
-
-namespace OC\Core\Command\Db\Migrations;
-
-
-use Doctrine\DBAL\Schema\Schema;
-use OC\DB\MDB2SchemaReader;
-use OC\DB\MigrationService;
-use OC\Migration\ConsoleOutput;
-use OCP\App\IAppManager;
-use OCP\IConfig;
-use OCP\IDBConnection;
-use Symfony\Component\Console\Input\InputInterface;
-use Symfony\Component\Console\Output\OutputInterface;
-
-class GenerateFromSchemaFileCommand extends GenerateCommand {
-
- /** @var IConfig */
- protected $config;
-
- public function __construct(IConfig $config, IAppManager $appManager, IDBConnection $connection) {
- parent::__construct($connection, $appManager);
- $this->config = $config;
- }
-
-
- protected function configure() {
- parent::configure();
-
- $this->setName('migrations:generate-from-schema');
- }
-
- public function execute(InputInterface $input, OutputInterface $output) {
- $appName = $input->getArgument('app');
- $version = $input->getArgument('version');
-
- if (!preg_match('/^\d{1,16}$/',$version)) {
- $output->writeln('<error>The given version is invalid. Only 0-9 are allowed (max. 16 digits)</error>');
- return 1;
- }
-
- $schemaFile = $this->appManager->getAppPath($appName) . '/appinfo/database.xml';
- if (!file_exists($schemaFile)) {
- $output->writeln('<error>App ' . $appName . ' does not have a database.xml file</error>');
- return 2;
- }
-
- $reader = new MDB2SchemaReader($this->config, $this->connection->getDatabasePlatform());
- $schema = new Schema();
- $reader->loadSchemaFromFile($schemaFile, $schema);
-
- $schemaBody = $this->schemaToMigration($schema);
-
- $ms = new MigrationService($appName, $this->connection, new ConsoleOutput($output));
-
- $date = date('YmdHis');
- $path = $this->generateMigration($ms, 'Version' . $version . 'Date' . $date, $schemaBody);
-
- $output->writeln("New migration class has been generated to <info>$path</info>");
- return 0;
- }
-
- /**
- * @param Schema $schema
- * @return string
- */
- protected function schemaToMigration(Schema $schema) {
- $content = <<<'EOT'
- /** @var ISchemaWrapper $schema */
- $schema = $schemaClosure();
-
-EOT;
-
- foreach ($schema->getTables() as $table) {
- $content .= str_replace('{{table-name}}', substr($table->getName(), 3), <<<'EOT'
-
- if (!$schema->hasTable('{{table-name}}')) {
- $table = $schema->createTable('{{table-name}}');
-
-EOT
- );
-
- foreach ($table->getColumns() as $column) {
- $content .= str_replace(['{{name}}', '{{type}}'], [$column->getName(), $column->getType()->getName()], <<<'EOT'
- $table->addColumn('{{name}}', '{{type}}', [
-
-EOT
- );
- if ($column->getAutoincrement()) {
- $content .= <<<'EOT'
- 'autoincrement' => true,
-
-EOT;
- }
- $content .= str_replace('{{notnull}}', $column->getNotnull() ? 'true' : 'false', <<<'EOT'
- 'notnull' => {{notnull}},
-
-EOT
- );
- if ($column->getLength() !== null) {
- $content .= str_replace('{{length}}', $column->getLength(), <<<'EOT'
- 'length' => {{length}},
-
-EOT
- );
- }
- $default = $column->getDefault();
- if ($default !== null) {
- if (is_string($default)) {
- $default = "'$default'";
- } else if (is_bool($default)) {
- $default = ($default === true) ? 'true' : 'false';
- }
- $content .= str_replace('{{default}}', $default, <<<'EOT'
- 'default' => {{default}},
-
-EOT
- );
- }
- if ($column->getUnsigned()) {
- $content .= <<<'EOT'
- 'unsigned' => true,
-
-EOT;
- }
-
- $content .= <<<'EOT'
- ]);
-
-EOT;
- }
-
- $content .= <<<'EOT'
-
-EOT;
-
- $primaryKey = $table->getPrimaryKey();
- if ($primaryKey !== null) {
- $content .= str_replace('{{columns}}', implode('\', \'', $primaryKey->getUnquotedColumns()), <<<'EOT'
- $table->setPrimaryKey(['{{columns}}']);
-
-EOT
- );
- }
-
- foreach ($table->getIndexes() as $index) {
- if ($index->isPrimary()) {
- continue;
- }
-
- if ($index->isUnique()) {
- $content .= str_replace(
- ['{{columns}}', '{{name}}'],
- [implode('\', \'', $index->getUnquotedColumns()), $index->getName()],
- <<<'EOT'
- $table->addUniqueIndex(['{{columns}}'], '{{name}}');
-
-EOT
- );
- } else {
- $content .= str_replace(
- ['{{columns}}', '{{name}}'],
- [implode('\', \'', $index->getUnquotedColumns()), $index->getName()],
- <<<'EOT'
- $table->addIndex(['{{columns}}'], '{{name}}');
-
-EOT
- );
- }
- }
-
- $content .= <<<'EOT'
- }
-
-EOT;
- }
-
- $content .= <<<'EOT'
- return $schema;
-EOT;
-
- return $content;
- }
-}
diff --git a/core/Command/Db/Migrations/MigrateCommand.php b/core/Command/Db/Migrations/MigrateCommand.php
index e484dbd3f4f..26f350cdae6 100644
--- a/core/Command/Db/Migrations/MigrateCommand.php
+++ b/core/Command/Db/Migrations/MigrateCommand.php
@@ -2,6 +2,7 @@
/**
* @copyright Copyright (c) 2017, ownCloud GmbH
*
+ * @author Christoph Wurst <christoph@winzerhof-wurst.at>
* @author Joas Schilling <coding@schilljs.com>
*
* @license AGPL-3.0
@@ -19,13 +20,11 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>
*
*/
-
namespace OC\Core\Command\Db\Migrations;
-
+use OC\DB\Connection;
use OC\DB\MigrationService;
use OC\Migration\ConsoleOutput;
-use OCP\IDBConnection;
use Stecman\Component\Symfony\Console\BashCompletion\Completion\CompletionAwareInterface;
use Stecman\Component\Symfony\Console\BashCompletion\CompletionContext;
use Symfony\Component\Console\Command\Command;
@@ -35,13 +34,13 @@ use Symfony\Component\Console\Output\OutputInterface;
class MigrateCommand extends Command implements CompletionAwareInterface {
- /** @var IDBConnection */
+ /** @var Connection */
private $connection;
/**
- * @param IDBConnection $connection
+ * @param Connection $connection
*/
- public function __construct(IDBConnection $connection) {
+ public function __construct(Connection $connection) {
$this->connection = $connection;
parent::__construct();
}
@@ -56,12 +55,13 @@ class MigrateCommand extends Command implements CompletionAwareInterface {
parent::configure();
}
- public function execute(InputInterface $input, OutputInterface $output) {
+ public function execute(InputInterface $input, OutputInterface $output): int {
$appName = $input->getArgument('app');
$ms = new MigrationService($appName, $this->connection, new ConsoleOutput($output));
$version = $input->getArgument('version');
$ms->migrate($version);
+ return 0;
}
/**
@@ -96,5 +96,4 @@ class MigrateCommand extends Command implements CompletionAwareInterface {
return [];
}
-
}
diff --git a/core/Command/Db/Migrations/StatusCommand.php b/core/Command/Db/Migrations/StatusCommand.php
index 6f19ef03bd6..fabaabe0a3e 100644
--- a/core/Command/Db/Migrations/StatusCommand.php
+++ b/core/Command/Db/Migrations/StatusCommand.php
@@ -2,6 +2,7 @@
/**
* @copyright Copyright (c) 2017, ownCloud GmbH
*
+ * @author Christoph Wurst <christoph@winzerhof-wurst.at>
* @author Joas Schilling <coding@schilljs.com>
* @author Robin Appelman <robin@icewind.nl>
*
@@ -20,12 +21,11 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>
*
*/
-
namespace OC\Core\Command\Db\Migrations;
+use OC\DB\Connection;
use OC\DB\MigrationService;
use OC\Migration\ConsoleOutput;
-use OCP\IDBConnection;
use Stecman\Component\Symfony\Console\BashCompletion\Completion\CompletionAwareInterface;
use Stecman\Component\Symfony\Console\BashCompletion\CompletionContext;
use Symfony\Component\Console\Command\Command;
@@ -35,13 +35,10 @@ use Symfony\Component\Console\Output\OutputInterface;
class StatusCommand extends Command implements CompletionAwareInterface {
- /** @var IDBConnection */
+ /** @var Connection */
private $connection;
- /**
- * @param IDBConnection $connection
- */
- public function __construct(IDBConnection $connection) {
+ public function __construct(Connection $connection) {
$this->connection = $connection;
parent::__construct();
}
@@ -53,7 +50,7 @@ class StatusCommand extends Command implements CompletionAwareInterface {
->addArgument('app', InputArgument::REQUIRED, 'Name of the app this migration command shall work on');
}
- public function execute(InputInterface $input, OutputInterface $output) {
+ public function execute(InputInterface $input, OutputInterface $output): int {
$appName = $input->getArgument('app');
$ms = new MigrationService($appName, $this->connection, new ConsoleOutput($output));
@@ -68,6 +65,7 @@ class StatusCommand extends Command implements CompletionAwareInterface {
$output->writeln(" <comment>>></comment> $key: " . str_repeat(' ', 50 - strlen($key)) . $value);
}
}
+ return 0;
}
/**
@@ -97,7 +95,6 @@ class StatusCommand extends Command implements CompletionAwareInterface {
* @return array associative array of human readable info name as key and the actual information as value
*/
public function getMigrationsInfos(MigrationService $ms) {
-
$executedMigrations = $ms->getMigratedVersions();
$availableMigrations = $ms->getAvailableVersions();
$executedUnavailableMigrations = array_diff($executedMigrations, array_keys($availableMigrations));
@@ -107,19 +104,19 @@ class StatusCommand extends Command implements CompletionAwareInterface {
$pending = $ms->describeMigrationStep('lastest');
$infos = [
- 'App' => $ms->getApp(),
- 'Version Table Name' => $ms->getMigrationsTableName(),
- 'Migrations Namespace' => $ms->getMigrationsNamespace(),
- 'Migrations Directory' => $ms->getMigrationsDirectory(),
- 'Previous Version' => $this->getFormattedVersionAlias($ms, 'prev'),
- 'Current Version' => $this->getFormattedVersionAlias($ms, 'current'),
- 'Next Version' => $this->getFormattedVersionAlias($ms, 'next'),
- 'Latest Version' => $this->getFormattedVersionAlias($ms, 'latest'),
- 'Executed Migrations' => count($executedMigrations),
- 'Executed Unavailable Migrations' => $numExecutedUnavailableMigrations,
- 'Available Migrations' => count($availableMigrations),
- 'New Migrations' => $numNewMigrations,
- 'Pending Migrations' => count($pending) ? $pending : 'None'
+ 'App' => $ms->getApp(),
+ 'Version Table Name' => $ms->getMigrationsTableName(),
+ 'Migrations Namespace' => $ms->getMigrationsNamespace(),
+ 'Migrations Directory' => $ms->getMigrationsDirectory(),
+ 'Previous Version' => $this->getFormattedVersionAlias($ms, 'prev'),
+ 'Current Version' => $this->getFormattedVersionAlias($ms, 'current'),
+ 'Next Version' => $this->getFormattedVersionAlias($ms, 'next'),
+ 'Latest Version' => $this->getFormattedVersionAlias($ms, 'latest'),
+ 'Executed Migrations' => count($executedMigrations),
+ 'Executed Unavailable Migrations' => $numExecutedUnavailableMigrations,
+ 'Available Migrations' => count($availableMigrations),
+ 'New Migrations' => $numNewMigrations,
+ 'Pending Migrations' => count($pending) ? $pending : 'None'
];
return $infos;
@@ -145,6 +142,4 @@ class StatusCommand extends Command implements CompletionAwareInterface {
return $migration;
}
-
-
}
diff --git a/core/Command/Encryption/ChangeKeyStorageRoot.php b/core/Command/Encryption/ChangeKeyStorageRoot.php
index 05626715781..633ae2c4a7a 100644
--- a/core/Command/Encryption/ChangeKeyStorageRoot.php
+++ b/core/Command/Encryption/ChangeKeyStorageRoot.php
@@ -4,6 +4,8 @@
*
* @author Bjoern Schiessle <bjoern@schiessle.org>
* @author Björn Schießle <bjoern@schiessle.org>
+ * @author Christoph Wurst <christoph@winzerhof-wurst.at>
+ * @author Joas Schilling <coding@schilljs.com>
* @author Morris Jobke <hey@morrisjobke.de>
*
* @license AGPL-3.0
@@ -21,7 +23,6 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>
*
*/
-
namespace OC\Core\Command\Encryption;
use OC\Encryption\Keys\Storage;
@@ -83,14 +84,14 @@ class ChangeKeyStorageRoot extends Command {
);
}
- protected function execute(InputInterface $input, OutputInterface $output) {
+ protected function execute(InputInterface $input, OutputInterface $output): int {
$oldRoot = $this->util->getKeyStorageRoot();
$newRoot = $input->getArgument('newRoot');
if ($newRoot === null) {
$question = new ConfirmationQuestion('No storage root given, do you want to reset the key storage root to the default location? (y/n) ', false);
if (!$this->questionHelper->ask($input, $output, $question)) {
- return;
+ return 1;
}
$newRoot = '';
}
@@ -103,7 +104,9 @@ class ChangeKeyStorageRoot extends Command {
$this->util->setKeyStorageRoot($newRoot);
$output->writeln('');
$output->writeln("Key storage root successfully changed to <info>$newRootDescription</info>");
+ return 0;
}
+ return 1;
}
/**
@@ -116,7 +119,6 @@ class ChangeKeyStorageRoot extends Command {
* @throws \Exception
*/
protected function moveAllKeys($oldRoot, $newRoot, OutputInterface $output) {
-
$output->writeln("Start to move keys:");
if ($this->rootView->is_dir($oldRoot) === false) {
@@ -150,7 +152,6 @@ class ChangeKeyStorageRoot extends Command {
if (!$result) {
throw new \Exception("Can't access the new root folder. Please check the permissions and make sure that the folder is in your data folder");
}
-
}
@@ -189,12 +190,11 @@ class ChangeKeyStorageRoot extends Command {
* @param OutputInterface $output
*/
protected function moveUserKeys($oldRoot, $newRoot, OutputInterface $output) {
-
$progress = new ProgressBar($output);
$progress->start();
- foreach($this->userManager->getBackends() as $backend) {
+ foreach ($this->userManager->getBackends() as $backend) {
$limit = 500;
$offset = 0;
do {
@@ -205,7 +205,7 @@ class ChangeKeyStorageRoot extends Command {
$this->moveUserEncryptionFolder($user, $oldRoot, $newRoot);
}
$offset += $limit;
- } while(count($users) >= $limit);
+ } while (count($users) >= $limit);
}
$progress->finish();
}
@@ -219,9 +219,7 @@ class ChangeKeyStorageRoot extends Command {
* @throws \Exception
*/
protected function moveUserEncryptionFolder($user, $oldRoot, $newRoot) {
-
if ($this->userManager->userExists($user)) {
-
$source = $oldRoot . '/' . $user . '/files_encryption';
$target = $newRoot . '/' . $user . '/files_encryption';
if (
@@ -268,5 +266,4 @@ class ChangeKeyStorageRoot extends Command {
return false;
}
-
}
diff --git a/core/Command/Encryption/DecryptAll.php b/core/Command/Encryption/DecryptAll.php
index 4d7b4028396..7382c254723 100644
--- a/core/Command/Encryption/DecryptAll.php
+++ b/core/Command/Encryption/DecryptAll.php
@@ -3,6 +3,7 @@
* @copyright Copyright (c) 2016, ownCloud, Inc.
*
* @author Björn Schießle <bjoern@schiessle.org>
+ * @author Christoph Wurst <christoph@winzerhof-wurst.at>
* @author davitol <dtoledo@solidgear.es>
* @author Evgeny Golyshev <eugulixes@gmail.com>
* @author Joas Schilling <coding@schilljs.com>
@@ -10,7 +11,7 @@
* @author Morris Jobke <hey@morrisjobke.de>
* @author Ruben Homs <ruben@homs.codes>
* @author Sergio Bertolín <sbertolin@solidgear.es>
- * @author Vincent Petry <pvince81@owncloud.com>
+ * @author Vincent Petry <vincent@nextcloud.com>
*
* @license AGPL-3.0
*
@@ -27,7 +28,6 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>
*
*/
-
namespace OC\Core\Command\Encryption;
use OCP\App\IAppManager;
@@ -124,14 +124,14 @@ class DecryptAll extends Command {
);
}
- protected function execute(InputInterface $input, OutputInterface $output) {
- if ( !$input->isInteractive() ) {
+ protected function execute(InputInterface $input, OutputInterface $output): int {
+ if (!$input->isInteractive()) {
$output->writeln('Invalid TTY.');
$output->writeln('If you are trying to execute the command in a Docker ');
$output->writeln("container, do not forget to execute 'docker exec' with");
$output->writeln("the '-i' and '-t' options.");
$output->writeln('');
- return;
+ return 1;
}
$isMaintenanceModeEnabled = $this->config->getSystemValue('maintenance', false);
@@ -140,7 +140,7 @@ class DecryptAll extends Command {
$output->writeln("in order to load the relevant encryption modules correctly.");
$output->writeln("Your instance will automatically be put to maintenance mode");
$output->writeln("during the actual decryption of the files.");
- return;
+ return 1;
}
try {
@@ -150,7 +150,7 @@ class DecryptAll extends Command {
$output->writeln('done.');
} else {
$output->writeln('Server side encryption not enabled. Nothing to do.');
- return;
+ return 0;
}
$uid = $input->getArgument('user');
@@ -175,16 +175,18 @@ class DecryptAll extends Command {
$output->writeln(' aborted.');
$output->writeln('Server side encryption remains enabled');
$this->config->setAppValue('core', 'encryption_enabled', 'yes');
- } else if ($uid !== '') {
+ } elseif ($uid !== '') {
$output->writeln('Server side encryption remains enabled');
$this->config->setAppValue('core', 'encryption_enabled', 'yes');
}
$this->resetMaintenanceAndTrashbin();
+ return 0;
} else {
$output->write('Enable server side encryption... ');
$this->config->setAppValue('core', 'encryption_enabled', 'yes');
$output->writeln('done.');
$output->writeln('aborted');
+ return 1;
}
} catch (\Exception $e) {
// enable server side encryption again if something went wrong
@@ -192,6 +194,5 @@ class DecryptAll extends Command {
$this->resetMaintenanceAndTrashbin();
throw $e;
}
-
}
}
diff --git a/core/Command/Encryption/Disable.php b/core/Command/Encryption/Disable.php
index 4d7542f0a0c..fca810b2ab2 100644
--- a/core/Command/Encryption/Disable.php
+++ b/core/Command/Encryption/Disable.php
@@ -19,7 +19,6 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>
*
*/
-
namespace OC\Core\Command\Encryption;
use OCP\IConfig;
@@ -46,12 +45,13 @@ class Disable extends Command {
;
}
- protected function execute(InputInterface $input, OutputInterface $output) {
+ protected function execute(InputInterface $input, OutputInterface $output): int {
if ($this->config->getAppValue('core', 'encryption_enabled', 'no') !== 'yes') {
$output->writeln('Encryption is already disabled');
} else {
$this->config->setAppValue('core', 'encryption_enabled', 'no');
$output->writeln('<info>Encryption disabled</info>');
}
+ return 0;
}
}
diff --git a/core/Command/Encryption/Enable.php b/core/Command/Encryption/Enable.php
index c9b842bd2a6..99c60bc9b5f 100644
--- a/core/Command/Encryption/Enable.php
+++ b/core/Command/Encryption/Enable.php
@@ -2,6 +2,7 @@
/**
* @copyright Copyright (c) 2016, ownCloud, Inc.
*
+ * @author Christoph Wurst <christoph@winzerhof-wurst.at>
* @author Joas Schilling <coding@schilljs.com>
*
* @license AGPL-3.0
@@ -19,7 +20,6 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>
*
*/
-
namespace OC\Core\Command\Encryption;
use OCP\Encryption\IManager;
@@ -53,7 +53,7 @@ class Enable extends Command {
;
}
- protected function execute(InputInterface $input, OutputInterface $output) {
+ protected function execute(InputInterface $input, OutputInterface $output): int {
if ($this->config->getAppValue('core', 'encryption_enabled', 'no') === 'yes') {
$output->writeln('Encryption is already enabled');
} else {
@@ -65,15 +65,19 @@ class Enable extends Command {
$modules = $this->encryptionManager->getEncryptionModules();
if (empty($modules)) {
$output->writeln('<error>No encryption module is loaded</error>');
+ return 1;
} else {
$defaultModule = $this->config->getAppValue('core', 'default_encryption_module', null);
if ($defaultModule === null) {
$output->writeln('<error>No default module is set</error>');
- } else if (!isset($modules[$defaultModule])) {
+ return 1;
+ } elseif (!isset($modules[$defaultModule])) {
$output->writeln('<error>The current default module does not exist: ' . $defaultModule . '</error>');
+ return 1;
} else {
$output->writeln('Default module: ' . $defaultModule);
}
}
+ return 0;
}
}
diff --git a/core/Command/Encryption/EncryptAll.php b/core/Command/Encryption/EncryptAll.php
index fecb7778ed8..54e33221f4a 100644
--- a/core/Command/Encryption/EncryptAll.php
+++ b/core/Command/Encryption/EncryptAll.php
@@ -3,6 +3,7 @@
* @copyright Copyright (c) 2016, ownCloud, Inc.
*
* @author Björn Schießle <bjoern@schiessle.org>
+ * @author Christoph Wurst <christoph@winzerhof-wurst.at>
* @author Evgeny Golyshev <eugulixes@gmail.com>
* @author Joas Schilling <coding@schilljs.com>
* @author Matthew Setter <matthew@matthewsetter.com>
@@ -23,7 +24,6 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>
*
*/
-
namespace OC\Core\Command\Encryption;
use OCP\App\IAppManager;
@@ -105,14 +105,14 @@ class EncryptAll extends Command {
);
}
- protected function execute(InputInterface $input, OutputInterface $output) {
- if ( !$input->isInteractive() ) {
+ protected function execute(InputInterface $input, OutputInterface $output): int {
+ if (!$input->isInteractive()) {
$output->writeln('Invalid TTY.');
$output->writeln('If you are trying to execute the command in a Docker ');
$output->writeln("container, do not forget to execute 'docker exec' with");
$output->writeln("the '-i' and '-t' options.");
$output->writeln('');
- return;
+ return 1;
}
if ($this->encryptionManager->isEnabled() === false) {
@@ -140,7 +140,8 @@ class EncryptAll extends Command {
$this->resetMaintenanceAndTrashbin();
} else {
$output->writeln('aborted');
+ return 1;
}
+ return 0;
}
-
}
diff --git a/core/Command/Encryption/ListModules.php b/core/Command/Encryption/ListModules.php
index dd9290eea81..9105dff3f6d 100644
--- a/core/Command/Encryption/ListModules.php
+++ b/core/Command/Encryption/ListModules.php
@@ -2,6 +2,7 @@
/**
* @copyright Copyright (c) 2016, ownCloud, Inc.
*
+ * @author Christoph Wurst <christoph@winzerhof-wurst.at>
* @author Joas Schilling <coding@schilljs.com>
* @author Ruben Homs <ruben@homs.codes>
*
@@ -20,7 +21,6 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>
*
*/
-
namespace OC\Core\Command\Encryption;
use OC\Core\Command\Base;
@@ -58,12 +58,12 @@ class ListModules extends Base {
;
}
- protected function execute(InputInterface $input, OutputInterface $output) {
+ protected function execute(InputInterface $input, OutputInterface $output): int {
$isMaintenanceModeEnabled = $this->config->getSystemValue('maintenance', false);
if ($isMaintenanceModeEnabled) {
$output->writeln("Maintenance mode must be disabled when listing modules");
$output->writeln("in order to list the relevant encryption modules correctly.");
- return;
+ return 1;
}
$encryptionModules = $this->encryptionManager->getEncryptionModules();
@@ -75,6 +75,7 @@ class ListModules extends Base {
$encModules[$module['id']]['default'] = $module['id'] === $defaultEncryptionModuleId;
}
$this->writeModuleList($input, $output, $encModules);
+ return 0;
}
/**
@@ -84,7 +85,7 @@ class ListModules extends Base {
*/
protected function writeModuleList(InputInterface $input, OutputInterface $output, $items) {
if ($input->getOption('output') === self::OUTPUT_FORMAT_PLAIN) {
- array_walk($items, function(&$item) {
+ array_walk($items, function (&$item) {
if (!$item['default']) {
$item = $item['displayName'];
} else {
diff --git a/core/Command/Encryption/MigrateKeyStorage.php b/core/Command/Encryption/MigrateKeyStorage.php
new file mode 100644
index 00000000000..43b725f6ad8
--- /dev/null
+++ b/core/Command/Encryption/MigrateKeyStorage.php
@@ -0,0 +1,260 @@
+<?php
+
+declare(strict_types=1);
+
+/**
+ * @copyright Copyright (c) 2020, Roeland Jago Douma <roeland@famdouma.nl>
+ *
+ * @author Roeland Jago Douma <roeland@famdouma.nl>
+ *
+ * @license GNU AGPL version 3 or any later version
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Affero General Public License as
+ * published by the Free Software Foundation, either version 3 of the
+ * License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Affero General Public License for more details.
+ *
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ *
+ */
+namespace OC\Core\Command\Encryption;
+
+use OC\Encryption\Keys\Storage;
+use OC\Encryption\Util;
+use OC\Files\View;
+use OCP\IConfig;
+use OCP\IUserManager;
+use OCP\Security\ICrypto;
+use Symfony\Component\Console\Command\Command;
+use Symfony\Component\Console\Helper\ProgressBar;
+use Symfony\Component\Console\Helper\QuestionHelper;
+use Symfony\Component\Console\Input\InputInterface;
+use Symfony\Component\Console\Output\OutputInterface;
+
+class MigrateKeyStorage extends Command {
+
+ /** @var View */
+ protected $rootView;
+
+ /** @var IUserManager */
+ protected $userManager;
+
+ /** @var IConfig */
+ protected $config;
+
+ /** @var Util */
+ protected $util;
+
+ /** @var QuestionHelper */
+ protected $questionHelper;
+ /**
+ * @var ICrypto
+ */
+ private $crypto;
+
+ public function __construct(View $view, IUserManager $userManager, IConfig $config, Util $util, ICrypto $crypto) {
+ parent::__construct();
+ $this->rootView = $view;
+ $this->userManager = $userManager;
+ $this->config = $config;
+ $this->util = $util;
+ $this->crypto = $crypto;
+ }
+
+ protected function configure() {
+ parent::configure();
+ $this
+ ->setName('encryption:migrate-key-storage-format')
+ ->setDescription('Migrate the format of the keystorage to a newer format');
+ }
+
+ protected function execute(InputInterface $input, OutputInterface $output): int {
+ $root = $this->util->getKeyStorageRoot();
+
+ $output->writeln("Updating key storage format");
+ $this->updateKeys($root, $output);
+ $output->writeln("Key storage format successfully updated");
+
+ return 0;
+ }
+
+ /**
+ * move keys to new key storage root
+ *
+ * @param string $root
+ * @param OutputInterface $output
+ * @return bool
+ * @throws \Exception
+ */
+ protected function updateKeys(string $root, OutputInterface $output) {
+ $output->writeln("Start to update the keys:");
+
+ $this->updateSystemKeys($root);
+ $this->updateUsersKeys($root, $output);
+ $this->config->deleteSystemValue('encryption.key_storage_migrated');
+ return true;
+ }
+
+ /**
+ * move system key folder
+ *
+ * @param string $root
+ */
+ protected function updateSystemKeys($root) {
+ if (!$this->rootView->is_dir($root . '/files_encryption')) {
+ return;
+ }
+
+ $this->traverseKeys($root . '/files_encryption', null);
+ }
+
+ private function traverseKeys(string $folder, ?string $uid) {
+ $listing = $this->rootView->getDirectoryContent($folder);
+
+ foreach ($listing as $node) {
+ if ($node['mimetype'] === 'httpd/unix-directory') {
+ //ignore
+ } else {
+ $endsWith = function ($haystack, $needle) {
+ $length = strlen($needle);
+ if ($length === 0) {
+ return true;
+ }
+
+ return (substr($haystack, -$length) === $needle);
+ };
+
+ if ($node['name'] === 'fileKey' ||
+ $endsWith($node['name'], '.privateKey') ||
+ $endsWith($node['name'], '.publicKey') ||
+ $endsWith($node['name'], '.shareKey')) {
+ $path = $folder . '/' . $node['name'];
+
+ $content = $this->rootView->file_get_contents($path);
+
+ try {
+ $this->crypto->decrypt($content);
+ continue;
+ } catch (\Exception $e) {
+ // Ignore we now update the data.
+ }
+
+ $data = [
+ 'key' => base64_encode($content),
+ 'uid' => $uid,
+ ];
+
+ $enc = $this->crypto->encrypt(json_encode($data));
+ $this->rootView->file_put_contents($path, $enc);
+ }
+ }
+ }
+ }
+
+ private function traverseFileKeys(string $folder) {
+ $listing = $this->rootView->getDirectoryContent($folder);
+
+ foreach ($listing as $node) {
+ if ($node['mimetype'] === 'httpd/unix-directory') {
+ $this->traverseFileKeys($folder . '/' . $node['name']);
+ } else {
+ $endsWith = function ($haystack, $needle) {
+ $length = strlen($needle);
+ if ($length === 0) {
+ return true;
+ }
+
+ return (substr($haystack, -$length) === $needle);
+ };
+
+ if ($node['name'] === 'fileKey' ||
+ $endsWith($node['name'], '.privateKey') ||
+ $endsWith($node['name'], '.publicKey') ||
+ $endsWith($node['name'], '.shareKey')) {
+ $path = $folder . '/' . $node['name'];
+
+ $content = $this->rootView->file_get_contents($path);
+
+ try {
+ $this->crypto->decrypt($content);
+ continue;
+ } catch (\Exception $e) {
+ // Ignore we now update the data.
+ }
+
+ $data = [
+ 'key' => base64_encode($content)
+ ];
+
+ $enc = $this->crypto->encrypt(json_encode($data));
+ $this->rootView->file_put_contents($path, $enc);
+ }
+ }
+ }
+ }
+
+
+ /**
+ * setup file system for the given user
+ *
+ * @param string $uid
+ */
+ protected function setupUserFS($uid) {
+ \OC_Util::tearDownFS();
+ \OC_Util::setupFS($uid);
+ }
+
+
+ /**
+ * iterate over each user and move the keys to the new storage
+ *
+ * @param string $root
+ * @param OutputInterface $output
+ */
+ protected function updateUsersKeys(string $root, OutputInterface $output) {
+ $progress = new ProgressBar($output);
+ $progress->start();
+
+ foreach ($this->userManager->getBackends() as $backend) {
+ $limit = 500;
+ $offset = 0;
+ do {
+ $users = $backend->getUsers('', $limit, $offset);
+ foreach ($users as $user) {
+ $progress->advance();
+ $this->setupUserFS($user);
+ $this->updateUserKeys($root, $user);
+ }
+ $offset += $limit;
+ } while (count($users) >= $limit);
+ }
+ $progress->finish();
+ }
+
+ /**
+ * move user encryption folder to new root folder
+ *
+ * @param string $root
+ * @param string $user
+ * @throws \Exception
+ */
+ protected function updateUserKeys(string $root, string $user) {
+ if ($this->userManager->userExists($user)) {
+ $source = $root . '/' . $user . '/files_encryption/OC_DEFAULT_MODULE';
+ if ($this->rootView->is_dir($source)) {
+ $this->traverseKeys($source, $user);
+ }
+
+ $source = $root . '/' . $user . '/files_encryption/keys';
+ if ($this->rootView->is_dir($source)) {
+ $this->traverseFileKeys($source);
+ }
+ }
+ }
+}
diff --git a/core/Command/Encryption/SetDefaultModule.php b/core/Command/Encryption/SetDefaultModule.php
index eb9f3718b1d..0b8b4ce5891 100644
--- a/core/Command/Encryption/SetDefaultModule.php
+++ b/core/Command/Encryption/SetDefaultModule.php
@@ -2,6 +2,7 @@
/**
* @copyright Copyright (c) 2016, ownCloud, Inc.
*
+ * @author Christoph Wurst <christoph@winzerhof-wurst.at>
* @author Joas Schilling <coding@schilljs.com>
* @author Ruben Homs <ruben@homs.codes>
*
@@ -20,10 +21,8 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>
*
*/
-
namespace OC\Core\Command\Encryption;
-
use OCP\Encryption\IManager;
use OCP\IConfig;
use Symfony\Component\Console\Command\Command;
@@ -65,22 +64,24 @@ class SetDefaultModule extends Command {
;
}
- protected function execute(InputInterface $input, OutputInterface $output) {
+ protected function execute(InputInterface $input, OutputInterface $output): int {
$isMaintenanceModeEnabled = $this->config->getSystemValue('maintenance', false);
if ($isMaintenanceModeEnabled) {
$output->writeln("Maintenance mode must be disabled when setting default module,");
$output->writeln("in order to load the relevant encryption modules correctly.");
- return;
+ return 1;
}
$moduleId = $input->getArgument('module');
if ($moduleId === $this->encryptionManager->getDefaultEncryptionModuleId()) {
$output->writeln('"' . $moduleId . '"" is already the default module');
- } else if ($this->encryptionManager->setDefaultEncryptionModule($moduleId)) {
+ } elseif ($this->encryptionManager->setDefaultEncryptionModule($moduleId)) {
$output->writeln('<info>Set default module to "' . $moduleId . '"</info>');
} else {
$output->writeln('<error>The specified module "' . $moduleId . '" does not exist</error>');
+ return 1;
}
+ return 0;
}
}
diff --git a/core/Command/Encryption/ShowKeyStorageRoot.php b/core/Command/Encryption/ShowKeyStorageRoot.php
index a1ab9c2915c..1ac882645d5 100644
--- a/core/Command/Encryption/ShowKeyStorageRoot.php
+++ b/core/Command/Encryption/ShowKeyStorageRoot.php
@@ -3,6 +3,8 @@
* @copyright Copyright (c) 2016, ownCloud, Inc.
*
* @author Björn Schießle <bjoern@schiessle.org>
+ * @author Christoph Wurst <christoph@winzerhof-wurst.at>
+ * @author Joas Schilling <coding@schilljs.com>
*
* @license AGPL-3.0
*
@@ -19,7 +21,6 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>
*
*/
-
namespace OC\Core\Command\Encryption;
use OC\Encryption\Util;
@@ -27,7 +28,7 @@ use Symfony\Component\Console\Command\Command;
use Symfony\Component\Console\Input\InputInterface;
use Symfony\Component\Console\Output\OutputInterface;
-class ShowKeyStorageRoot extends Command{
+class ShowKeyStorageRoot extends Command {
/** @var Util */
protected $util;
@@ -47,12 +48,12 @@ class ShowKeyStorageRoot extends Command{
->setDescription('Show current key storage root');
}
- protected function execute(InputInterface $input, OutputInterface $output) {
+ protected function execute(InputInterface $input, OutputInterface $output): int {
$currentRoot = $this->util->getKeyStorageRoot();
$rootDescription = $currentRoot !== '' ? $currentRoot : 'default storage location (data/)';
$output->writeln("Current key storage root: <info>$rootDescription</info>");
+ return 0;
}
-
}
diff --git a/core/Command/Encryption/Status.php b/core/Command/Encryption/Status.php
index 70b7aa87768..0db34c77f61 100644
--- a/core/Command/Encryption/Status.php
+++ b/core/Command/Encryption/Status.php
@@ -19,7 +19,6 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>
*
*/
-
namespace OC\Core\Command\Encryption;
use OC\Core\Command\Base;
@@ -48,10 +47,11 @@ class Status extends Base {
;
}
- protected function execute(InputInterface $input, OutputInterface $output) {
+ protected function execute(InputInterface $input, OutputInterface $output): int {
$this->writeArrayInOutputFormat($input, $output, [
'enabled' => $this->encryptionManager->isEnabled(),
'defaultModule' => $this->encryptionManager->getDefaultEncryptionModuleId(),
]);
+ return 0;
}
}
diff --git a/core/Command/Group/Add.php b/core/Command/Group/Add.php
index 1469968d2fc..56f5f08c659 100644
--- a/core/Command/Group/Add.php
+++ b/core/Command/Group/Add.php
@@ -18,14 +18,13 @@ declare(strict_types=1);
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
*/
-
namespace OC\Core\Command\Group;
use OC\Core\Command\Base;
@@ -65,7 +64,7 @@ class Add extends Base {
);
}
- protected function execute(InputInterface $input, OutputInterface $output) {
+ protected function execute(InputInterface $input, OutputInterface $output): int {
$gid = $input->getArgument('groupid');
$group = $this->groupManager->get($gid);
if ($group) {
diff --git a/core/Command/Group/AddUser.php b/core/Command/Group/AddUser.php
index 5cbcbf10145..b5d0068acc6 100644
--- a/core/Command/Group/AddUser.php
+++ b/core/Command/Group/AddUser.php
@@ -2,6 +2,7 @@
/**
* @copyright Copyright (c) 2016 Robin Appelman <robin@icewind.nl>
*
+ * @author Joas Schilling <coding@schilljs.com>
* @author Robin Appelman <robin@icewind.nl>
*
* @license GNU AGPL version 3 or any later version
@@ -13,14 +14,13 @@
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
*/
-
namespace OC\Core\Command\Group;
use OC\Core\Command\Base;
@@ -61,7 +61,7 @@ class AddUser extends Base {
);
}
- protected function execute(InputInterface $input, OutputInterface $output) {
+ protected function execute(InputInterface $input, OutputInterface $output): int {
$group = $this->groupManager->get($input->getArgument('group'));
if (is_null($group)) {
$output->writeln('<error>group not found</error>');
@@ -73,5 +73,6 @@ class AddUser extends Base {
return 1;
}
$group->addUser($user);
+ return 0;
}
}
diff --git a/core/Command/Group/Delete.php b/core/Command/Group/Delete.php
index 948665585d6..75202308944 100644
--- a/core/Command/Group/Delete.php
+++ b/core/Command/Group/Delete.php
@@ -6,6 +6,7 @@ declare(strict_types=1);
* @copyright Copyright (c) 2018 Denis Mosolov <denismosolov@gmail.com>
*
* @author Denis Mosolov <denismosolov@gmail.com>
+ * @author Joas Schilling <coding@schilljs.com>
*
* @license GNU AGPL version 3 or any later version
*
@@ -16,14 +17,13 @@ declare(strict_types=1);
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
*/
-
namespace OC\Core\Command\Group;
use OC\Core\Command\Base;
@@ -55,7 +55,7 @@ class Delete extends Base {
);
}
- protected function execute(InputInterface $input, OutputInterface $output) {
+ protected function execute(InputInterface $input, OutputInterface $output): int {
$gid = $input->getArgument('groupid');
if ($gid === 'admin') {
$output->writeln('<error>Group "' . $gid . '" could not be deleted.</error>');
@@ -72,5 +72,6 @@ class Delete extends Base {
$output->writeln('<error>Group "' . $gid . '" could not be deleted. Please check the logs.</error>');
return 1;
}
+ return 0;
}
}
diff --git a/core/Command/Group/Info.php b/core/Command/Group/Info.php
new file mode 100644
index 00000000000..180055e83ea
--- /dev/null
+++ b/core/Command/Group/Info.php
@@ -0,0 +1,82 @@
+<?php
+
+declare(strict_types=1);
+
+/**
+ * @copyright Copyright (c) 2021, hosting.de, Johannes Leuker <developers@hosting.de>
+ *
+ * @author Johannes Leuker <j.leuker@hosting.de>
+ *
+ * @license GNU AGPL version 3 or any later version
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Affero General Public License as
+ * published by the Free Software Foundation, either version 3 of the
+ * License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Affero General Public License for more details.
+ *
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ *
+ */
+namespace OC\Core\Command\Group;
+
+use OC\Core\Command\Base;
+use OCP\IGroup;
+use OCP\IGroupManager;
+use Symfony\Component\Console\Input\InputArgument;
+use Symfony\Component\Console\Input\InputInterface;
+use Symfony\Component\Console\Input\InputOption;
+use Symfony\Component\Console\Output\OutputInterface;
+
+class Info extends Base {
+ /** @var IGroupManager */
+ protected $groupManager;
+
+ /**
+ * @param IGroupManager $groupManager
+ */
+ public function __construct(IGroupManager $groupManager) {
+ $this->groupManager = $groupManager;
+ parent::__construct();
+ }
+
+ protected function configure() {
+ $this
+ ->setName('group:info')
+ ->setDescription('Show information about a group')
+ ->addArgument(
+ 'groupid',
+ InputArgument::REQUIRED,
+ 'Group id'
+ )->addOption(
+ 'output',
+ null,
+ InputOption::VALUE_OPTIONAL,
+ 'Output format (plain, json or json_pretty, default is plain)',
+ $this->defaultOutputFormat
+ );
+ }
+
+ protected function execute(InputInterface $input, OutputInterface $output): int {
+ $gid = $input->getArgument('groupid');
+ $group = $this->groupManager->get($gid);
+ if (!$group instanceof IGroup) {
+ $output->writeln('<error>Group "' . $gid . '" does not exist.</error>');
+ return 1;
+ } else {
+ $groupOutput = [
+ 'groupID' => $gid,
+ 'displayName' => $group->getDisplayName(),
+ 'backends' => $group->getBackendNames(),
+ ];
+
+ $this->writeArrayInOutputFormat($input, $output, $groupOutput);
+ return 0;
+ }
+ }
+}
diff --git a/core/Command/Group/ListCommand.php b/core/Command/Group/ListCommand.php
index 09b91cce3bc..db7493fe8d4 100644
--- a/core/Command/Group/ListCommand.php
+++ b/core/Command/Group/ListCommand.php
@@ -2,6 +2,8 @@
/**
* @copyright Copyright (c) 2016 Robin Appelman <robin@icewind.nl>
*
+ * @author Joas Schilling <coding@schilljs.com>
+ * @author Johannes Leuker <j.leuker@hosting.de>
* @author Robin Appelman <robin@icewind.nl>
*
* @license GNU AGPL version 3 or any later version
@@ -13,14 +15,13 @@
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
*/
-
namespace OC\Core\Command\Group;
use OC\Core\Command\Base;
@@ -51,13 +52,18 @@ class ListCommand extends Base {
'l',
InputOption::VALUE_OPTIONAL,
'Number of groups to retrieve',
- 500
+ '500'
)->addOption(
'offset',
'o',
InputOption::VALUE_OPTIONAL,
'Offset for retrieving groups',
- 0
+ '0'
+ )->addOption(
+ 'info',
+ 'i',
+ InputOption::VALUE_NONE,
+ 'Show additional info (backend)'
)->addOption(
'output',
null,
@@ -67,22 +73,33 @@ class ListCommand extends Base {
);
}
- protected function execute(InputInterface $input, OutputInterface $output) {
+ protected function execute(InputInterface $input, OutputInterface $output): int {
$groups = $this->groupManager->search('', (int)$input->getOption('limit'), (int)$input->getOption('offset'));
- $this->writeArrayInOutputFormat($input, $output, $this->formatGroups($groups));
+ $this->writeArrayInOutputFormat($input, $output, $this->formatGroups($groups, (bool)$input->getOption('info')));
+ return 0;
}
/**
* @param IGroup[] $groups
* @return array
*/
- private function formatGroups(array $groups) {
+ private function formatGroups(array $groups, bool $addInfo = false) {
$keys = array_map(function (IGroup $group) {
return $group->getGID();
}, $groups);
- $values = array_map(function (IGroup $group) {
- return array_keys($group->getUsers());
- }, $groups);
+
+ if ($addInfo) {
+ $values = array_map(function (IGroup $group) {
+ return [
+ 'backends' => $group->getBackendNames(),
+ 'users' => array_keys($group->getUsers()),
+ ];
+ }, $groups);
+ } else {
+ $values = array_map(function (IGroup $group) {
+ return array_keys($group->getUsers());
+ }, $groups);
+ }
return array_combine($keys, $values);
}
}
diff --git a/core/Command/Group/RemoveUser.php b/core/Command/Group/RemoveUser.php
index 1401e70458a..4af66480f28 100644
--- a/core/Command/Group/RemoveUser.php
+++ b/core/Command/Group/RemoveUser.php
@@ -2,6 +2,7 @@
/**
* @copyright Copyright (c) 2016 Robin Appelman <robin@icewind.nl>
*
+ * @author Joas Schilling <coding@schilljs.com>
* @author Robin Appelman <robin@icewind.nl>
*
* @license GNU AGPL version 3 or any later version
@@ -13,14 +14,13 @@
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
*/
-
namespace OC\Core\Command\Group;
use OC\Core\Command\Base;
@@ -61,7 +61,7 @@ class RemoveUser extends Base {
);
}
- protected function execute(InputInterface $input, OutputInterface $output) {
+ protected function execute(InputInterface $input, OutputInterface $output): int {
$group = $this->groupManager->get($input->getArgument('group'));
if (is_null($group)) {
$output->writeln('<error>group not found</error>');
@@ -73,5 +73,6 @@ class RemoveUser extends Base {
return 1;
}
$group->removeUser($user);
+ return 0;
}
}
diff --git a/core/Command/Integrity/CheckApp.php b/core/Command/Integrity/CheckApp.php
index d62c13deffb..e99b365f798 100644
--- a/core/Command/Integrity/CheckApp.php
+++ b/core/Command/Integrity/CheckApp.php
@@ -3,7 +3,9 @@
* @copyright Copyright (c) 2016, ownCloud, Inc.
*
* @author Carla Schroder <carla@owncloud.com>
+ * @author Christoph Wurst <christoph@winzerhof-wurst.at>
* @author Georg Ehrke <oc.list@georgehrke.com>
+ * @author Joas Schilling <coding@schilljs.com>
* @author Morris Jobke <hey@morrisjobke.de>
* @author Roeland Jago Douma <roeland@famdouma.nl>
* @author Victor Dubiniuk <dubiniuk@owncloud.com>
@@ -23,7 +25,6 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>
*
*/
-
namespace OC\Core\Command\Integrity;
use OC\Core\Command\Base;
@@ -65,14 +66,14 @@ class CheckApp extends Base {
/**
* {@inheritdoc }
*/
- protected function execute(InputInterface $input, OutputInterface $output) {
+ protected function execute(InputInterface $input, OutputInterface $output): int {
$appid = $input->getArgument('appid');
$path = (string)$input->getOption('path');
- $result = $this->checker->verifyAppSignature($appid, $path);
+ $result = $this->checker->verifyAppSignature($appid, $path, true);
$this->writeArrayInOutputFormat($input, $output, $result);
- if (count($result)>0){
+ if (count($result) > 0) {
return 1;
}
+ return 0;
}
-
}
diff --git a/core/Command/Integrity/CheckCore.php b/core/Command/Integrity/CheckCore.php
index bebfbea560e..53ac3ec8bc8 100644
--- a/core/Command/Integrity/CheckCore.php
+++ b/core/Command/Integrity/CheckCore.php
@@ -3,6 +3,8 @@
* @copyright Copyright (c) 2016, ownCloud, Inc.
*
* @author Carla Schroder <carla@owncloud.com>
+ * @author Christoph Wurst <christoph@winzerhof-wurst.at>
+ * @author Joas Schilling <coding@schilljs.com>
* @author Roeland Jago Douma <roeland@famdouma.nl>
* @author Victor Dubiniuk <dubiniuk@owncloud.com>
*
@@ -21,7 +23,6 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>
*
*/
-
namespace OC\Core\Command\Integrity;
use OC\Core\Command\Base;
@@ -58,11 +59,17 @@ class CheckCore extends Base {
/**
* {@inheritdoc }
*/
- protected function execute(InputInterface $input, OutputInterface $output) {
+ protected function execute(InputInterface $input, OutputInterface $output): int {
+ if (!$this->checker->isCodeCheckEnforced()) {
+ $output->writeln('<comment>integrity:check-core can not be used on git checkouts</comment>');
+ return 2;
+ }
+
$result = $this->checker->verifyCoreSignature();
$this->writeArrayInOutputFormat($input, $output, $result);
- if (count($result)>0){
+ if (count($result) > 0) {
return 1;
}
+ return 0;
}
}
diff --git a/core/Command/Integrity/SignApp.php b/core/Command/Integrity/SignApp.php
index 6e750d4af10..0938303d008 100644
--- a/core/Command/Integrity/SignApp.php
+++ b/core/Command/Integrity/SignApp.php
@@ -2,6 +2,8 @@
/**
* @copyright Copyright (c) 2016, ownCloud, Inc.
*
+ * @author Christoph Wurst <christoph@winzerhof-wurst.at>
+ * @author Joas Schilling <coding@schilljs.com>
* @author Lukas Reschke <lukas@statuscode.ch>
* @author Victor Dubiniuk <dubiniuk@owncloud.com>
*
@@ -20,7 +22,6 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>
*
*/
-
namespace OC\Core\Command\Integrity;
use OC\IntegrityCheck\Checker;
@@ -72,29 +73,29 @@ class SignApp extends Command {
/**
* {@inheritdoc }
*/
- protected function execute(InputInterface $input, OutputInterface $output) {
+ protected function execute(InputInterface $input, OutputInterface $output): int {
$path = $input->getOption('path');
$privateKeyPath = $input->getOption('privateKey');
$keyBundlePath = $input->getOption('certificate');
- if(is_null($path) || is_null($privateKeyPath) || is_null($keyBundlePath)) {
+ if (is_null($path) || is_null($privateKeyPath) || is_null($keyBundlePath)) {
$documentationUrl = $this->urlGenerator->linkToDocs('developer-code-integrity');
$output->writeln('This command requires the --path, --privateKey and --certificate.');
$output->writeln('Example: ./occ integrity:sign-app --path="/Users/lukasreschke/Programming/myapp/" --privateKey="/Users/lukasreschke/private/myapp.key" --certificate="/Users/lukasreschke/public/mycert.crt"');
$output->writeln('For more information please consult the documentation: '. $documentationUrl);
- return null;
+ return 1;
}
$privateKey = $this->fileAccessHelper->file_get_contents($privateKeyPath);
$keyBundle = $this->fileAccessHelper->file_get_contents($keyBundlePath);
- if($privateKey === false) {
+ if ($privateKey === false) {
$output->writeln(sprintf('Private key "%s" does not exists.', $privateKeyPath));
- return null;
+ return 1;
}
- if($keyBundle === false) {
+ if ($keyBundle === false) {
$output->writeln(sprintf('Certificate "%s" does not exists.', $keyBundlePath));
- return null;
+ return 1;
}
$rsa = new RSA();
@@ -105,7 +106,7 @@ class SignApp extends Command {
try {
$this->checker->writeAppSignature($path, $x509, $rsa);
$output->writeln('Successfully signed "'.$path.'"');
- } catch (\Exception $e){
+ } catch (\Exception $e) {
$output->writeln('Error: ' . $e->getMessage());
return 1;
}
diff --git a/core/Command/Integrity/SignCore.php b/core/Command/Integrity/SignCore.php
index b825a942d80..c3b88b2116a 100644
--- a/core/Command/Integrity/SignCore.php
+++ b/core/Command/Integrity/SignCore.php
@@ -2,6 +2,8 @@
/**
* @copyright Copyright (c) 2016, ownCloud, Inc.
*
+ * @author Christoph Wurst <christoph@winzerhof-wurst.at>
+ * @author Joas Schilling <coding@schilljs.com>
* @author Lukas Reschke <lukas@statuscode.ch>
* @author Victor Dubiniuk <dubiniuk@owncloud.com>
*
@@ -20,7 +22,6 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>
*
*/
-
namespace OC\Core\Command\Integrity;
use OC\IntegrityCheck\Checker;
@@ -66,26 +67,26 @@ class SignCore extends Command {
/**
* {@inheritdoc }
*/
- protected function execute(InputInterface $input, OutputInterface $output) {
+ protected function execute(InputInterface $input, OutputInterface $output): int {
$privateKeyPath = $input->getOption('privateKey');
$keyBundlePath = $input->getOption('certificate');
$path = $input->getOption('path');
- if(is_null($privateKeyPath) || is_null($keyBundlePath) || is_null($path)) {
+ if (is_null($privateKeyPath) || is_null($keyBundlePath) || is_null($path)) {
$output->writeln('--privateKey, --certificate and --path are required.');
- return null;
+ return 1;
}
$privateKey = $this->fileAccessHelper->file_get_contents($privateKeyPath);
$keyBundle = $this->fileAccessHelper->file_get_contents($keyBundlePath);
- if($privateKey === false) {
+ if ($privateKey === false) {
$output->writeln(sprintf('Private key "%s" does not exists.', $privateKeyPath));
- return null;
+ return 1;
}
- if($keyBundle === false) {
+ if ($keyBundle === false) {
$output->writeln(sprintf('Certificate "%s" does not exists.', $keyBundlePath));
- return null;
+ return 1;
}
$rsa = new RSA();
@@ -97,7 +98,7 @@ class SignCore extends Command {
try {
$this->checker->writeCoreSignature($x509, $rsa, $path);
$output->writeln('Successfully signed "core"');
- } catch (\Exception $e){
+ } catch (\Exception $e) {
$output->writeln('Error: ' . $e->getMessage());
return 1;
}
diff --git a/core/Command/InterruptedException.php b/core/Command/InterruptedException.php
index 3ca2f1572a0..2e2b5b979fc 100644
--- a/core/Command/InterruptedException.php
+++ b/core/Command/InterruptedException.php
@@ -2,8 +2,8 @@
/**
* @copyright Copyright (c) 2017, ownCloud, Inc.
*
- * @author Roeland Jago Douma <roeland@famdouma.nl>
- * @author Vincent Petry <pvince81@owncloud.com>
+ * @author Christoph Wurst <christoph@winzerhof-wurst.at>
+ * @author Vincent Petry <vincent@nextcloud.com>
*
* @license AGPL-3.0
*
@@ -20,10 +20,10 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>
*
*/
-
namespace OC\Core\Command;
/**
* Exception for when the user hit ctrl-c
*/
-class InterruptedException extends \Exception {}
+class InterruptedException extends \Exception {
+}
diff --git a/core/Command/L10n/CreateJs.php b/core/Command/L10n/CreateJs.php
index 3e67e1329f0..6472e7aec1c 100644
--- a/core/Command/L10n/CreateJs.php
+++ b/core/Command/L10n/CreateJs.php
@@ -2,6 +2,7 @@
/**
* @copyright Copyright (c) 2016, ownCloud, Inc.
*
+ * @author Christoph Wurst <christoph@winzerhof-wurst.at>
* @author Joas Schilling <coding@schilljs.com>
* @author Morris Jobke <hey@morrisjobke.de>
* @author Thomas Müller <thomas.mueller@tmit.eu>
@@ -21,7 +22,6 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>
*
*/
-
namespace OC\Core\Command\L10n;
use DirectoryIterator;
@@ -35,7 +35,6 @@ use Symfony\Component\Console\Output\OutputInterface;
use UnexpectedValueException;
class CreateJs extends Command implements CompletionAwareInterface {
-
protected function configure() {
$this
->setName('l10n:createjs')
@@ -52,45 +51,46 @@ class CreateJs extends Command implements CompletionAwareInterface {
);
}
- protected function execute(InputInterface $input, OutputInterface $output) {
+ protected function execute(InputInterface $input, OutputInterface $output): int {
$app = $input->getArgument('app');
$lang = $input->getArgument('lang');
$path = \OC_App::getAppPath($app);
if ($path === false) {
$output->writeln("The app <$app> is unknown.");
- return;
+ return 1;
}
$languages = $lang;
if (empty($lang)) {
- $languages= $this->getAllLanguages($path);
+ $languages = $this->getAllLanguages($path);
}
- foreach($languages as $lang) {
+ foreach ($languages as $lang) {
$this->writeFiles($app, $path, $lang, $output);
}
+ return 0;
}
private function getAllLanguages($path) {
$result = [];
foreach (new DirectoryIterator("$path/l10n") as $fileInfo) {
- if($fileInfo->isDot()) {
+ if ($fileInfo->isDot()) {
continue;
}
- if($fileInfo->isDir()) {
+ if ($fileInfo->isDir()) {
continue;
}
- if($fileInfo->getExtension() !== 'php') {
+ if ($fileInfo->getExtension() !== 'php') {
continue;
}
- $result[]= substr($fileInfo->getBasename(), 0, -4);
+ $result[] = substr($fileInfo->getBasename(), 0, -4);
}
return $result;
}
private function writeFiles($app, $path, $lang, OutputInterface $output) {
- list($translations, $plurals) = $this->loadTranslations($path, $lang);
+ [$translations, $plurals] = $this->loadTranslations($path, $lang);
$this->writeJsFile($app, $path, $lang, $output, $translations, $plurals);
$this->writeJsonFile($path, $lang, $output, $translations, $plurals);
}
@@ -160,7 +160,7 @@ class CreateJs extends Command implements CompletionAwareInterface {
public function completeArgumentValues($argumentName, CompletionContext $context) {
if ($argumentName === 'app') {
return \OC_App::getAllApps();
- } else if ($argumentName === 'lang') {
+ } elseif ($argumentName === 'lang') {
$appName = $context->getWordAtIndex($context->getWordIndex() - 1);
return $this->getAllLanguages(\OC_App::getAppPath($appName));
}
diff --git a/core/Command/Log/File.php b/core/Command/Log/File.php
index df5e1ba53ab..cd22b8917c4 100644
--- a/core/Command/Log/File.php
+++ b/core/Command/Log/File.php
@@ -2,8 +2,8 @@
/**
* @copyright Copyright (c) 2016, ownCloud, Inc.
*
+ * @author Christoph Wurst <christoph@winzerhof-wurst.at>
* @author Joas Schilling <coding@schilljs.com>
- * @author Morris Jobke <hey@morrisjobke.de>
* @author Robin McCorkell <robin@mccorkell.me.uk>
* @author Roeland Jago Douma <roeland@famdouma.nl>
* @author Thomas Pulzer <t.pulzer@kniel.de>
@@ -23,7 +23,6 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>
*
*/
-
namespace OC\Core\Command\Log;
use OCP\IConfig;
@@ -71,7 +70,7 @@ class File extends Command implements Completion\CompletionAwareInterface {
;
}
- protected function execute(InputInterface $input, OutputInterface $output) {
+ protected function execute(InputInterface $input, OutputInterface $output): int {
$toBeSet = [];
if ($input->getOption('enable')) {
@@ -107,13 +106,14 @@ class File extends Command implements Completion\CompletionAwareInterface {
$defaultLogFile = rtrim($dataDir, '/').'/nextcloud.log';
$output->writeln('Log file: '.$this->config->getSystemValue('logfile', $defaultLogFile));
- $rotateSize = $this->config->getSystemValue('log_rotate_size', 100*1024*1024);
+ $rotateSize = $this->config->getSystemValue('log_rotate_size', 100 * 1024 * 1024);
if ($rotateSize) {
$rotateString = \OCP\Util::humanFileSize($rotateSize);
} else {
$rotateString = 'disabled';
}
$output->writeln('Rotate at: '.$rotateString);
+ return 0;
}
/**
@@ -143,7 +143,7 @@ class File extends Command implements Completion\CompletionAwareInterface {
Completion::TYPE_OPTION
);
return $helper->run();
- } else if ($optionName === 'rotate-size') {
+ } elseif ($optionName === 'rotate-size') {
return [0];
}
return [];
diff --git a/core/Command/Log/Manage.php b/core/Command/Log/Manage.php
index b2816ea5f4b..a57675ee42f 100644
--- a/core/Command/Log/Manage.php
+++ b/core/Command/Log/Manage.php
@@ -2,11 +2,11 @@
/**
* @copyright Copyright (c) 2016, ownCloud, Inc.
*
+ * @author Christoph Wurst <christoph@winzerhof-wurst.at>
* @author Joas Schilling <coding@schilljs.com>
* @author Johannes Ernst <jernst@indiecomputing.com>
* @author Robin McCorkell <robin@mccorkell.me.uk>
* @author Roeland Jago Douma <roeland@famdouma.nl>
- * @author Thomas Pulzer <t.pulzer@kniel.de>
* @author Tim Terhorst <mynamewastaken+gitlab@gmail.com>
*
* @license AGPL-3.0
@@ -24,7 +24,6 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>
*
*/
-
namespace OC\Core\Command\Log;
use OCP\IConfig;
@@ -36,10 +35,9 @@ use Symfony\Component\Console\Input\InputOption;
use Symfony\Component\Console\Output\OutputInterface;
class Manage extends Command implements CompletionAwareInterface {
-
- const DEFAULT_BACKEND = 'file';
- const DEFAULT_LOG_LEVEL = 2;
- const DEFAULT_TIMEZONE = 'UTC';
+ public const DEFAULT_BACKEND = 'file';
+ public const DEFAULT_LOG_LEVEL = 2;
+ public const DEFAULT_TIMEZONE = 'UTC';
/** @var IConfig */
protected $config;
@@ -74,7 +72,7 @@ class Manage extends Command implements CompletionAwareInterface {
;
}
- protected function execute(InputInterface $input, OutputInterface $output) {
+ protected function execute(InputInterface $input, OutputInterface $output): int {
// collate config setting to the end, to avoid partial configuration
$toBeSet = [];
@@ -115,6 +113,7 @@ class Manage extends Command implements CompletionAwareInterface {
$timezone = $this->config->getSystemValue('logtimezone', self::DEFAULT_TIMEZONE);
$output->writeln('Log timezone: '.$timezone);
+ return 0;
}
/**
@@ -188,9 +187,9 @@ class Manage extends Command implements CompletionAwareInterface {
public function completeOptionValues($optionName, CompletionContext $context) {
if ($optionName === 'backend') {
return ['file', 'syslog', 'errorlog', 'systemd'];
- } else if ($optionName === 'level') {
+ } elseif ($optionName === 'level') {
return ['debug', 'info', 'warning', 'error', 'fatal'];
- } else if ($optionName === 'timezone') {
+ } elseif ($optionName === 'timezone') {
return \DateTimeZone::listIdentifiers();
}
return [];
diff --git a/core/Command/Maintenance/DataFingerprint.php b/core/Command/Maintenance/DataFingerprint.php
index 18c54819a1d..2bd1b9270bb 100644
--- a/core/Command/Maintenance/DataFingerprint.php
+++ b/core/Command/Maintenance/DataFingerprint.php
@@ -2,6 +2,7 @@
/**
* @copyright Copyright (c) 2016, ownCloud, Inc.
*
+ * @author Joas Schilling <coding@schilljs.com>
* @author Roeland Jago Douma <roeland@famdouma.nl>
*
* @license AGPL-3.0
@@ -19,7 +20,6 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>
*
*/
-
namespace OC\Core\Command\Maintenance;
use OCP\AppFramework\Utility\ITimeFactory;
@@ -48,7 +48,8 @@ class DataFingerprint extends Command {
->setDescription('update the systems data-fingerprint after a backup is restored');
}
- protected function execute(InputInterface $input, OutputInterface $output) {
+ protected function execute(InputInterface $input, OutputInterface $output): int {
$this->config->setSystemValue('data-fingerprint', md5($this->timeFactory->getTime()));
+ return 0;
}
}
diff --git a/core/Command/Maintenance/Install.php b/core/Command/Maintenance/Install.php
index fa18ef721b2..d98ec870e37 100644
--- a/core/Command/Maintenance/Install.php
+++ b/core/Command/Maintenance/Install.php
@@ -3,7 +3,7 @@
* @copyright Copyright (c) 2016, ownCloud, Inc.
*
* @author Bernhard Posselt <dev@bernhard-posselt.com>
- * @author Christian Kampka <christian@kampka.net>
+ * @author Christoph Wurst <christoph@winzerhof-wurst.at>
* @author Daniel Hansson <daniel@techandme.se>
* @author Daniel Kesselberg <mail@danielkesselberg.de>
* @author Joas Schilling <coding@schilljs.com>
@@ -28,31 +28,35 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>
*
*/
-
namespace OC\Core\Command\Maintenance;
+use bantu\IniGetWrapper\IniGetWrapper;
use InvalidArgumentException;
use OC\Installer;
use OC\Setup;
use OC\SystemConfig;
use OCP\Defaults;
+use Psr\Log\LoggerInterface;
use Symfony\Component\Console\Command\Command;
use Symfony\Component\Console\Helper\QuestionHelper;
use Symfony\Component\Console\Input\InputInterface;
use Symfony\Component\Console\Input\InputOption;
use Symfony\Component\Console\Output\OutputInterface;
use Symfony\Component\Console\Question\Question;
+use Throwable;
+use function get_class;
class Install extends Command {
- /**
- * @var SystemConfig
- */
+ /** @var SystemConfig */
private $config;
+ /** @var IniGetWrapper */
+ private $iniGetWrapper;
- public function __construct(SystemConfig $config) {
+ public function __construct(SystemConfig $config, IniGetWrapper $iniGetWrapper) {
parent::__construct();
$this->config = $config;
+ $this->iniGetWrapper = $iniGetWrapper;
}
protected function configure() {
@@ -65,7 +69,6 @@ class Install extends Command {
->addOption('database-port', null, InputOption::VALUE_REQUIRED, 'Port the database is listening on')
->addOption('database-user', null, InputOption::VALUE_REQUIRED, 'User name to connect to the database')
->addOption('database-pass', null, InputOption::VALUE_OPTIONAL, 'Password of the database user', null)
- ->addOption('database-table-prefix', null, InputOption::VALUE_OPTIONAL, 'Prefix for all tables (default: oc_)', null)
->addOption('database-table-space', null, InputOption::VALUE_OPTIONAL, 'Table space of the database (oci only)', null)
->addOption('admin-user', null, InputOption::VALUE_REQUIRED, 'User name of the admin account', 'admin')
->addOption('admin-pass', null, InputOption::VALUE_REQUIRED, 'Password of the admin account')
@@ -73,16 +76,16 @@ class Install extends Command {
->addOption('data-dir', null, InputOption::VALUE_REQUIRED, 'Path to data directory', \OC::$SERVERROOT."/data");
}
- protected function execute(InputInterface $input, OutputInterface $output) {
+ protected function execute(InputInterface $input, OutputInterface $output): int {
// validate the environment
$server = \OC::$server;
$setupHelper = new Setup(
$this->config,
- $server->getIniWrapper(),
+ $this->iniGetWrapper,
$server->getL10N('lib'),
$server->query(Defaults::class),
- $server->getLogger(),
+ $server->get(LoggerInterface::class),
$server->getSecureRandom(),
\OC::$server->query(Installer::class)
);
@@ -92,7 +95,7 @@ class Install extends Command {
$this->printErrors($output, $errors);
// ignore the OS X setup warning
- if(count($errors) !== 1 ||
+ if (count($errors) !== 1 ||
(string)$errors[0]['error'] !== 'Mac OS X is not supported and Nextcloud will not work properly on this platform. Use it at your own risk! ') {
return 1;
}
@@ -138,11 +141,6 @@ class Install extends Command {
// Append the port to the host so it is the same as in the config (there is no dbport config)
$dbHost .= ':' . $dbPort;
}
- $dbTablePrefix = 'oc_';
- if ($input->hasParameterOption('--database-table-prefix')) {
- $dbTablePrefix = (string) $input->getOption('database-table-prefix');
- $dbTablePrefix = trim($dbTablePrefix);
- }
if ($input->hasParameterOption('--database-pass')) {
$dbPass = (string) $input->getOption('database-pass');
}
@@ -187,7 +185,6 @@ class Install extends Command {
'dbpass' => $dbPass,
'dbname' => $dbName,
'dbhost' => $dbHost,
- 'dbtableprefix' => $dbTablePrefix,
'adminlogin' => $adminLogin,
'adminpass' => $adminPassword,
'adminemail' => $adminEmail,
@@ -206,11 +203,26 @@ class Install extends Command {
protected function printErrors(OutputInterface $output, $errors) {
foreach ($errors as $error) {
if (is_array($error)) {
- $output->writeln('<error>' . (string)$error['error'] . '</error>');
- $output->writeln('<info> -> ' . (string)$error['hint'] . '</info>');
+ $output->writeln('<error>' . $error['error'] . '</error>');
+ if (isset($error['hint']) && !empty($error['hint'])) {
+ $output->writeln('<info> -> ' . $error['hint'] . '</info>');
+ }
+ if (isset($error['exception']) && $error['exception'] instanceof Throwable) {
+ $this->printThrowable($output, $error['exception']);
+ }
} else {
- $output->writeln('<error>' . (string)$error . '</error>');
+ $output->writeln('<error>' . $error . '</error>');
}
}
}
+
+ private function printThrowable(OutputInterface $output, Throwable $t): void {
+ $output->write('<info>Trace: ' . $t->getTraceAsString() . '</info>');
+ $output->writeln('');
+ if ($t->getPrevious() !== null) {
+ $output->writeln('');
+ $output->writeln('<info>Previous: ' . get_class($t->getPrevious()) . ': ' . $t->getPrevious()->getMessage() . '</info>');
+ $this->printThrowable($output, $t->getPrevious());
+ }
+ }
}
diff --git a/core/Command/Maintenance/Mimetype/GenerateMimetypeFileBuilder.php b/core/Command/Maintenance/Mimetype/GenerateMimetypeFileBuilder.php
index aa252b8bbb6..97432473722 100644
--- a/core/Command/Maintenance/Mimetype/GenerateMimetypeFileBuilder.php
+++ b/core/Command/Maintenance/Mimetype/GenerateMimetypeFileBuilder.php
@@ -5,6 +5,7 @@ declare(strict_types=1);
/**
* @copyright Copyright (c) 2019 Xheni Myrtaj <xheni@protonmail.com>
*
+ * @author Christoph Wurst <christoph@winzerhof-wurst.at>
* @author Roeland Jago Douma <roeland@famdouma.nl>
* @author Xheni Myrtaj <myrtajxheni@gmail.com>
*
@@ -17,19 +18,16 @@ declare(strict_types=1);
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
*/
-
namespace OC\Core\Command\Maintenance\Mimetype;
-
-class GenerateMimetypeFileBuilder
-{
+class GenerateMimetypeFileBuilder {
/**
* Generate mime type list file
* @param $aliases
@@ -37,10 +35,10 @@ class GenerateMimetypeFileBuilder
*/
public function generateFile(array $aliases): string {
// Remove comments
- $keys = array_filter(array_keys($aliases), function($k) {
+ $keys = array_filter(array_keys($aliases), function ($k) {
return $k[0] === '_';
});
- foreach($keys as $key) {
+ foreach ($keys as $key) {
unset($aliases[$key]);
}
@@ -48,7 +46,7 @@ class GenerateMimetypeFileBuilder
$dir = new \DirectoryIterator(\OC::$SERVERROOT.'/core/img/filetypes');
$files = [];
- foreach($dir as $fileInfo) {
+ foreach ($dir as $fileInfo) {
if ($fileInfo->isFile()) {
$file = preg_replace('/.[^.]*$/', '', $fileInfo->getFilename());
$files[] = $file;
@@ -62,7 +60,7 @@ class GenerateMimetypeFileBuilder
// Fetch all themes!
$themes = [];
$dirs = new \DirectoryIterator(\OC::$SERVERROOT.'/themes/');
- foreach($dirs as $dir) {
+ foreach ($dirs as $dir) {
//Valid theme dir
if ($dir->isFile() || $dir->isDot()) {
continue;
@@ -106,5 +104,4 @@ OC.MimeTypeList={
};
';
}
-
}
diff --git a/core/Command/Maintenance/Mimetype/UpdateDB.php b/core/Command/Maintenance/Mimetype/UpdateDB.php
index 5bb78d9a3f3..e2e3137927f 100644
--- a/core/Command/Maintenance/Mimetype/UpdateDB.php
+++ b/core/Command/Maintenance/Mimetype/UpdateDB.php
@@ -2,6 +2,8 @@
/**
* @copyright Copyright (c) 2016, ownCloud, Inc.
*
+ * @author Christoph Wurst <christoph@winzerhof-wurst.at>
+ * @author Joas Schilling <coding@schilljs.com>
* @author Robin McCorkell <robin@mccorkell.me.uk>
* @author Roeland Jago Douma <roeland@famdouma.nl>
*
@@ -20,7 +22,6 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>
*
*/
-
namespace OC\Core\Command\Maintenance\Mimetype;
use OCP\Files\IMimeTypeDetector;
@@ -32,8 +33,7 @@ use Symfony\Component\Console\Input\InputOption;
use Symfony\Component\Console\Output\OutputInterface;
class UpdateDB extends Command {
-
- const DEFAULT_MIMETYPE = 'application/octet-stream';
+ public const DEFAULT_MIMETYPE = 'application/octet-stream';
/** @var IMimeTypeDetector */
protected $mimetypeDetector;
@@ -63,7 +63,7 @@ class UpdateDB extends Command {
;
}
- protected function execute(InputInterface $input, OutputInterface $output) {
+ protected function execute(InputInterface $input, OutputInterface $output): int {
$mappings = $this->mimetypeDetector->getAllMappings();
$totalFilecacheUpdates = 0;
@@ -95,5 +95,6 @@ class UpdateDB extends Command {
$output->writeln('Added '.$totalNewMimetypes.' new mimetypes');
$output->writeln('Updated '.$totalFilecacheUpdates.' filecache rows');
+ return 0;
}
}
diff --git a/core/Command/Maintenance/Mimetype/UpdateJS.php b/core/Command/Maintenance/Mimetype/UpdateJS.php
index fd5f17ef7bb..042b4d5d62f 100644
--- a/core/Command/Maintenance/Mimetype/UpdateJS.php
+++ b/core/Command/Maintenance/Mimetype/UpdateJS.php
@@ -2,6 +2,7 @@
/**
* @copyright Copyright (c) 2016, ownCloud, Inc.
*
+ * @author Joas Schilling <coding@schilljs.com>
* @author Robin McCorkell <robin@mccorkell.me.uk>
* @author Roeland Jago Douma <roeland@famdouma.nl>
* @author Xheni Myrtaj <myrtajxheni@gmail.com>
@@ -21,7 +22,6 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>
*
*/
-
namespace OC\Core\Command\Maintenance\Mimetype;
use OCP\Files\IMimeTypeDetector;
@@ -48,7 +48,7 @@ class UpdateJS extends Command {
->setDescription('Update mimetypelist.js');
}
- protected function execute(InputInterface $input, OutputInterface $output) {
+ protected function execute(InputInterface $input, OutputInterface $output): int {
// Fetch all the aliases
$aliases = $this->mimetypeDetector->getAllAliases();
@@ -57,5 +57,6 @@ class UpdateJS extends Command {
file_put_contents(\OC::$SERVERROOT.'/core/js/mimetypelist.js', $generatedMimetypeFile->generateFile($aliases));
$output->writeln('<info>mimetypelist.js is updated');
+ return 0;
}
}
diff --git a/core/Command/Maintenance/Mode.php b/core/Command/Maintenance/Mode.php
index e78d7827fde..17580b8b331 100644
--- a/core/Command/Maintenance/Mode.php
+++ b/core/Command/Maintenance/Mode.php
@@ -23,7 +23,6 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>
*
*/
-
namespace OC\Core\Command\Maintenance;
use OCP\IConfig;
@@ -61,7 +60,7 @@ class Mode extends Command {
);
}
- protected function execute(InputInterface $input, OutputInterface $output) {
+ protected function execute(InputInterface $input, OutputInterface $output): int {
$maintenanceMode = $this->config->getSystemValueBool('maintenance');
if ($input->getOption('on')) {
if ($maintenanceMode === false) {
@@ -84,5 +83,6 @@ class Mode extends Command {
$output->writeln('Maintenance mode is currently disabled');
}
}
+ return 0;
}
}
diff --git a/core/Command/Maintenance/Repair.php b/core/Command/Maintenance/Repair.php
index df5ce068b4e..2a3d7a908e2 100644
--- a/core/Command/Maintenance/Repair.php
+++ b/core/Command/Maintenance/Repair.php
@@ -9,7 +9,7 @@
* @author Roeland Jago Douma <roeland@famdouma.nl>
* @author Temtaime <temtaime@gmail.com>
* @author Thomas Müller <thomas.mueller@tmit.eu>
- * @author Vincent Petry <pvince81@owncloud.com>
+ * @author Vincent Petry <vincent@nextcloud.com>
*
* @license AGPL-3.0
*
@@ -26,7 +26,6 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>
*
*/
-
namespace OC\Core\Command\Maintenance;
use Exception;
@@ -79,7 +78,7 @@ class Repair extends Command {
'Use this option when you want to include resource and load expensive tasks');
}
- protected function execute(InputInterface $input, OutputInterface $output) {
+ protected function execute(InputInterface $input, OutputInterface $output): int {
$repairSteps = $this->repair::getRepairSteps();
if ($input->getOption('include-expensive')) {
@@ -126,6 +125,7 @@ class Repair extends Command {
$this->repair->run();
$this->config->setSystemValue('maintenance', $maintenanceMode);
+ return 0;
}
public function handleRepairFeedBack($event) {
@@ -153,7 +153,7 @@ class Repair extends Command {
$this->output->writeln(' - WARNING: ' . $event->getArgument(0));
break;
case '\OC\Repair::error':
- $this->output->writeln(' - ERROR: ' . $event->getArgument(0));
+ $this->output->writeln('<error> - ERROR: ' . $event->getArgument(0) . '</error>');
break;
}
}
diff --git a/core/Command/Maintenance/UpdateHtaccess.php b/core/Command/Maintenance/UpdateHtaccess.php
index 6397ed7aec4..67c6db22b21 100644
--- a/core/Command/Maintenance/UpdateHtaccess.php
+++ b/core/Command/Maintenance/UpdateHtaccess.php
@@ -5,7 +5,6 @@
* @author Joas Schilling <coding@schilljs.com>
* @author Lukas Reschke <lukas@statuscode.ch>
* @author Morris Jobke <hey@morrisjobke.de>
- * @author Roeland Jago Douma <roeland@famdouma.nl>
*
* @license AGPL-3.0
*
@@ -22,7 +21,6 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>
*
*/
-
namespace OC\Core\Command\Maintenance;
use Symfony\Component\Console\Command\Command;
@@ -30,14 +28,13 @@ use Symfony\Component\Console\Input\InputInterface;
use Symfony\Component\Console\Output\OutputInterface;
class UpdateHtaccess extends Command {
-
protected function configure() {
$this
->setName('maintenance:update:htaccess')
->setDescription('Updates the .htaccess file');
}
- protected function execute(InputInterface $input, OutputInterface $output) {
+ protected function execute(InputInterface $input, OutputInterface $output): int {
if (\OC\Setup::updateHtaccess()) {
$output->writeln('.htaccess has been updated');
return 0;
diff --git a/core/Command/Maintenance/UpdateTheme.php b/core/Command/Maintenance/UpdateTheme.php
index 9be29f885a7..10526fd54e6 100644
--- a/core/Command/Maintenance/UpdateTheme.php
+++ b/core/Command/Maintenance/UpdateTheme.php
@@ -2,6 +2,7 @@
/**
* @copyright Copyright (c) 2017 Julius Härtl <jus@bitgrid.net>
*
+ * @author Joas Schilling <coding@schilljs.com>
* @author Julius Härtl <jus@bitgrid.net>
* @author Morris Jobke <hey@morrisjobke.de>
* @author Roeland Jago Douma <roeland@famdouma.nl>
@@ -15,14 +16,13 @@
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
*/
-
namespace OC\Core\Command\Maintenance;
use OC\Core\Command\Maintenance\Mimetype\UpdateJS;
@@ -54,13 +54,14 @@ class UpdateTheme extends UpdateJS {
->setDescription('Apply custom theme changes');
}
- protected function execute(InputInterface $input, OutputInterface $output) {
+ protected function execute(InputInterface $input, OutputInterface $output): int {
// run mimetypelist.js update since themes might change mimetype icons
parent::execute($input, $output);
// cleanup image cache
$c = $this->cacheFactory->createDistributed('imagePath');
$c->clear('');
- $output->writeln('<info>Image cache cleared');
+ $output->writeln('<info>Image cache cleared</info>');
+ return 0;
}
}
diff --git a/core/Command/Preview/Repair.php b/core/Command/Preview/Repair.php
new file mode 100644
index 00000000000..cad574476a5
--- /dev/null
+++ b/core/Command/Preview/Repair.php
@@ -0,0 +1,290 @@
+<?php
+
+declare(strict_types=1);
+
+/**
+ * @copyright Copyright (c) 2020, Morris Jobke <hey@morrisjobke.de>
+ *
+ * @author Christoph Wurst <christoph@winzerhof-wurst.at>
+ * @author Morris Jobke <hey@morrisjobke.de>
+ *
+ * @license GNU AGPL version 3 or any later version
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Affero General Public License as
+ * published by the Free Software Foundation, either version 3 of the
+ * License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Affero General Public License for more details.
+ *
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ *
+ */
+namespace OC\Core\Command\Preview;
+
+use bantu\IniGetWrapper\IniGetWrapper;
+use OC\Preview\Storage\Root;
+use OCP\Files\Folder;
+use OCP\Files\IRootFolder;
+use OCP\Files\NotFoundException;
+use OCP\IConfig;
+use OCP\ILogger;
+use OCP\Lock\ILockingProvider;
+use OCP\Lock\LockedException;
+use Symfony\Component\Console\Command\Command;
+use Symfony\Component\Console\Helper\ProgressBar;
+use Symfony\Component\Console\Input\InputInterface;
+use Symfony\Component\Console\Input\InputOption;
+use Symfony\Component\Console\Output\OutputInterface;
+use Symfony\Component\Console\Question\ConfirmationQuestion;
+
+class Repair extends Command {
+ /** @var IConfig */
+ protected $config;
+ /** @var IRootFolder */
+ private $rootFolder;
+ /** @var ILogger */
+ private $logger;
+
+ /** @var bool */
+ private $stopSignalReceived = false;
+ /** @var int */
+ private $memoryLimit;
+ /** @var int */
+ private $memoryTreshold;
+ /** @var ILockingProvider */
+ private $lockingProvider;
+
+ public function __construct(IConfig $config, IRootFolder $rootFolder, ILogger $logger, IniGetWrapper $phpIni, ILockingProvider $lockingProvider) {
+ $this->config = $config;
+ $this->rootFolder = $rootFolder;
+ $this->logger = $logger;
+ $this->lockingProvider = $lockingProvider;
+
+ $this->memoryLimit = $phpIni->getBytes('memory_limit');
+ $this->memoryTreshold = $this->memoryLimit - 25 * 1024 * 1024;
+
+ parent::__construct();
+ }
+
+ protected function configure() {
+ $this
+ ->setName('preview:repair')
+ ->setDescription('distributes the existing previews into subfolders')
+ ->addOption('batch', 'b', InputOption::VALUE_NONE, 'Batch mode - will not ask to start the migration and start it right away.')
+ ->addOption('dry', 'd', InputOption::VALUE_NONE, 'Dry mode - will not create, move or delete any files - in combination with the verbose mode one could check the operations.');
+ }
+
+ protected function execute(InputInterface $input, OutputInterface $output): int {
+ if ($this->memoryLimit !== -1) {
+ $limitInMiB = round($this->memoryLimit / 1024 / 1024, 1);
+ $thresholdInMiB = round($this->memoryTreshold / 1024 / 1024, 1);
+ $output->writeln("Memory limit is $limitInMiB MiB");
+ $output->writeln("Memory threshold is $thresholdInMiB MiB");
+ $output->writeln("");
+ $memoryCheckEnabled = true;
+ } else {
+ $output->writeln("No memory limit in place - disabled memory check. Set a PHP memory limit to automatically stop the execution of this migration script once memory consumption is close to this limit.");
+ $output->writeln("");
+ $memoryCheckEnabled = false;
+ }
+
+ $dryMode = $input->getOption('dry');
+
+ if ($dryMode) {
+ $output->writeln("INFO: The migration is run in dry mode and will not modify anything.");
+ $output->writeln("");
+ }
+
+ $instanceId = $this->config->getSystemValueString('instanceid');
+
+ $output->writeln("This will migrate all previews from the old preview location to the new one.");
+ $output->writeln('');
+
+ $output->writeln('Fetching previews that need to be migrated …');
+ /** @var \OCP\Files\Folder $currentPreviewFolder */
+ $currentPreviewFolder = $this->rootFolder->get("appdata_$instanceId/preview");
+
+ $directoryListing = $currentPreviewFolder->getDirectoryListing();
+
+ $total = count($directoryListing);
+ /**
+ * by default there could be 0-9 a-f and the old-multibucket folder which are all fine
+ */
+ if ($total < 18) {
+ $directoryListing = array_filter($directoryListing, function ($dir) {
+ if ($dir->getName() === 'old-multibucket') {
+ return false;
+ }
+
+ // a-f can't be a file ID -> removing from migration
+ if (preg_match('!^[a-f]$!', $dir->getName())) {
+ return false;
+ }
+
+ if (preg_match('!^[0-9]$!', $dir->getName())) {
+ // ignore folders that only has folders in them
+ if ($dir instanceof Folder) {
+ foreach ($dir->getDirectoryListing() as $entry) {
+ if (!$entry instanceof Folder) {
+ return true;
+ }
+ }
+ return false;
+ }
+ }
+ return true;
+ });
+ $total = count($directoryListing);
+ }
+
+ if ($total === 0) {
+ $output->writeln("All previews are already migrated.");
+ return 0;
+ }
+
+ $output->writeln("A total of $total preview files need to be migrated.");
+ $output->writeln("");
+ $output->writeln("The migration will always migrate all previews of a single file in a batch. After each batch the process can be canceled by pressing CTRL-C. This fill finish the current batch and then stop the migration. This migration can then just be started and it will continue.");
+
+ if ($input->getOption('batch')) {
+ $output->writeln('Batch mode active: migration is started right away.');
+ } else {
+ $helper = $this->getHelper('question');
+ $question = new ConfirmationQuestion('<info>Should the migration be started? (y/[n]) </info>', false);
+
+ if (!$helper->ask($input, $output, $question)) {
+ return 0;
+ }
+ }
+
+ // register the SIGINT listener late in here to be able to exit in the early process of this command
+ pcntl_signal(SIGINT, [$this, 'sigIntHandler']);
+
+ $output->writeln("");
+ $output->writeln("");
+ $section1 = $output->section();
+ $section2 = $output->section();
+ $progressBar = new ProgressBar($section2, $total);
+ $progressBar->setFormat("%current%/%max% [%bar%] %percent:3s%% %elapsed:6s%/%estimated:-6s% Used Memory: %memory:6s%");
+ $time = (new \DateTime())->format('H:i:s');
+ $progressBar->setMessage("$time Starting …");
+ $progressBar->maxSecondsBetweenRedraws(0.2);
+ $progressBar->start();
+
+ foreach ($directoryListing as $oldPreviewFolder) {
+ pcntl_signal_dispatch();
+ $name = $oldPreviewFolder->getName();
+ $time = (new \DateTime())->format('H:i:s');
+ $section1->writeln("$time Migrating previews of file with fileId $name …");
+ $progressBar->display();
+
+ if ($this->stopSignalReceived) {
+ $section1->writeln("$time Stopping migration …");
+ return 0;
+ }
+ if (!$oldPreviewFolder instanceof Folder) {
+ $section1->writeln(" Skipping non-folder $name …");
+ $progressBar->advance();
+ continue;
+ }
+ if ($name === 'old-multibucket') {
+ $section1->writeln(" Skipping fallback mount point $name …");
+ $progressBar->advance();
+ continue;
+ }
+ if (in_array($name, ['a', 'b', 'c', 'd', 'e', 'f'])) {
+ $section1->writeln(" Skipping hex-digit folder $name …");
+ $progressBar->advance();
+ continue;
+ }
+ if (!preg_match('!^\d+$!', $name)) {
+ $section1->writeln(" Skipping non-numeric folder $name …");
+ $progressBar->advance();
+ continue;
+ }
+
+ $newFoldername = Root::getInternalFolder($name);
+
+ $memoryUsage = memory_get_usage();
+ if ($memoryCheckEnabled && $memoryUsage > $this->memoryTreshold) {
+ $section1->writeln("");
+ $section1->writeln("");
+ $section1->writeln("");
+ $section1->writeln(" Stopped process 25 MB before reaching the memory limit to avoid a hard crash.");
+ $time = (new \DateTime())->format('H:i:s');
+ $section1->writeln("$time Reached memory limit and stopped to avoid hard crash.");
+ return 1;
+ }
+
+ $lockName = 'occ preview:repair lock ' . $oldPreviewFolder->getId();
+ try {
+ $section1->writeln(" Locking \"$lockName\" …", OutputInterface::VERBOSITY_VERBOSE);
+ $this->lockingProvider->acquireLock($lockName, ILockingProvider::LOCK_EXCLUSIVE);
+ } catch (LockedException $e) {
+ $section1->writeln(" Skipping because it is locked - another process seems to work on this …");
+ continue;
+ }
+
+ $previews = $oldPreviewFolder->getDirectoryListing();
+ if ($previews !== []) {
+ try {
+ $this->rootFolder->get("appdata_$instanceId/preview/$newFoldername");
+ } catch (NotFoundException $e) {
+ $section1->writeln(" Create folder preview/$newFoldername", OutputInterface::VERBOSITY_VERBOSE);
+ if (!$dryMode) {
+ $this->rootFolder->newFolder("appdata_$instanceId/preview/$newFoldername");
+ }
+ }
+
+ foreach ($previews as $preview) {
+ pcntl_signal_dispatch();
+ $previewName = $preview->getName();
+
+ if ($preview instanceof Folder) {
+ $section1->writeln(" Skipping folder $name/$previewName …");
+ $progressBar->advance();
+ continue;
+ }
+ $section1->writeln(" Move preview/$name/$previewName to preview/$newFoldername", OutputInterface::VERBOSITY_VERBOSE);
+ if (!$dryMode) {
+ try {
+ $preview->move("appdata_$instanceId/preview/$newFoldername/$previewName");
+ } catch (\Exception $e) {
+ $this->logger->logException($e, ['app' => 'core', 'message' => "Failed to move preview from preview/$name/$previewName to preview/$newFoldername"]);
+ }
+ }
+ }
+ }
+ if ($oldPreviewFolder->getDirectoryListing() === []) {
+ $section1->writeln(" Delete empty folder preview/$name", OutputInterface::VERBOSITY_VERBOSE);
+ if (!$dryMode) {
+ try {
+ $oldPreviewFolder->delete();
+ } catch (\Exception $e) {
+ $this->logger->logException($e, ['app' => 'core', 'message' => "Failed to delete empty folder preview/$name"]);
+ }
+ }
+ }
+
+ $this->lockingProvider->releaseLock($lockName, ILockingProvider::LOCK_EXCLUSIVE);
+ $section1->writeln(" Unlocked", OutputInterface::VERBOSITY_VERBOSE);
+
+ $section1->writeln(" Finished migrating previews of file with fileId $name …");
+ $progressBar->advance();
+ }
+
+ $progressBar->finish();
+ $output->writeln("");
+ return 0;
+ }
+
+ protected function sigIntHandler() {
+ echo "\nSignal received - will finish the step and then stop the migration.\n\n\n";
+ $this->stopSignalReceived = true;
+ }
+}
diff --git a/core/Command/Preview/ResetRenderedTexts.php b/core/Command/Preview/ResetRenderedTexts.php
new file mode 100644
index 00000000000..c5a6c383a0f
--- /dev/null
+++ b/core/Command/Preview/ResetRenderedTexts.php
@@ -0,0 +1,201 @@
+<?php
+
+declare(strict_types=1);
+
+/**
+ * @copyright Copyright (c) 2021, Daniel Calviño Sánchez <danxuliu@gmail.com>
+ *
+ * @author Daniel Calviño Sánchez <danxuliu@gmail.com>
+ *
+ * @license GNU AGPL version 3 or any later version
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Affero General Public License as
+ * published by the Free Software Foundation, either version 3 of the
+ * License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Affero General Public License for more details.
+ *
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ *
+ */
+namespace OC\Core\Command\Preview;
+
+use OC\Preview\Storage\Root;
+use OCP\DB\QueryBuilder\IQueryBuilder;
+use OCP\Files\IMimeTypeLoader;
+use OCP\Files\NotFoundException;
+use OCP\Files\NotPermittedException;
+use OCP\IAvatarManager;
+use OCP\IDBConnection;
+use OCP\IUserManager;
+use Symfony\Component\Console\Command\Command;
+use Symfony\Component\Console\Input\InputInterface;
+use Symfony\Component\Console\Input\InputOption;
+use Symfony\Component\Console\Output\OutputInterface;
+
+class ResetRenderedTexts extends Command {
+
+ /** @var IDBConnection */
+ protected $connection;
+
+ /** @var IUserManager */
+ protected $userManager;
+
+ /** @var IAvatarManager */
+ protected $avatarManager;
+
+ /** @var Root */
+ private $previewFolder;
+
+ /** @var IMimeTypeLoader */
+ private $mimeTypeLoader;
+
+ public function __construct(IDBConnection $connection,
+ IUserManager $userManager,
+ IAvatarManager $avatarManager,
+ Root $previewFolder,
+ IMimeTypeLoader $mimeTypeLoader) {
+ parent::__construct();
+
+ $this->connection = $connection;
+ $this->userManager = $userManager;
+ $this->avatarManager = $avatarManager;
+ $this->previewFolder = $previewFolder;
+ $this->mimeTypeLoader = $mimeTypeLoader;
+ }
+
+ protected function configure() {
+ $this
+ ->setName('preview:reset-rendered-texts')
+ ->setDescription('Deletes all generated avatars and previews of text and md files')
+ ->addOption('dry', 'd', InputOption::VALUE_NONE, 'Dry mode - will not delete any files - in combination with the verbose mode one could check the operations.');
+ }
+
+ protected function execute(InputInterface $input, OutputInterface $output): int {
+ $dryMode = $input->getOption('dry');
+
+ if ($dryMode) {
+ $output->writeln('INFO: The command is run in dry mode and will not modify anything.');
+ $output->writeln('');
+ }
+
+ $this->deleteAvatars($output, $dryMode);
+ $this->deletePreviews($output, $dryMode);
+
+ return 0;
+ }
+
+ private function deleteAvatars(OutputInterface $output, bool $dryMode): void {
+ $avatarsToDeleteCount = 0;
+
+ foreach ($this->getAvatarsToDelete() as [$userId, $avatar]) {
+ $output->writeln('Deleting avatar for ' . $userId, OutputInterface::VERBOSITY_VERBOSE);
+
+ $avatarsToDeleteCount++;
+
+ if ($dryMode) {
+ continue;
+ }
+
+ try {
+ $avatar->remove();
+ } catch (NotFoundException $e) {
+ // continue
+ } catch (NotPermittedException $e) {
+ // continue
+ }
+ }
+
+ $output->writeln('Deleted ' . $avatarsToDeleteCount . ' avatars');
+ $output->writeln('');
+ }
+
+ private function getAvatarsToDelete(): \Iterator {
+ foreach ($this->userManager->search('') as $user) {
+ $avatar = $this->avatarManager->getAvatar($user->getUID());
+
+ if (!$avatar->isCustomAvatar()) {
+ yield [$user->getUID(), $avatar];
+ }
+ }
+ }
+
+ private function deletePreviews(OutputInterface $output, bool $dryMode): void {
+ $previewsToDeleteCount = 0;
+
+ foreach ($this->getPreviewsToDelete() as ['name' => $previewFileId, 'path' => $filePath]) {
+ $output->writeln('Deleting previews for ' . $filePath, OutputInterface::VERBOSITY_VERBOSE);
+
+ $previewsToDeleteCount++;
+
+ if ($dryMode) {
+ continue;
+ }
+
+ try {
+ $preview = $this->previewFolder->getFolder((string)$previewFileId);
+ $preview->delete();
+ } catch (NotFoundException $e) {
+ // continue
+ } catch (NotPermittedException $e) {
+ // continue
+ }
+ }
+
+ $output->writeln('Deleted ' . $previewsToDeleteCount . ' previews');
+ }
+
+ // Copy pasted and adjusted from
+ // "lib/private/Preview/BackgroundCleanupJob.php".
+ private function getPreviewsToDelete(): \Iterator {
+ $qb = $this->connection->getQueryBuilder();
+ $qb->select('path', 'mimetype')
+ ->from('filecache')
+ ->where($qb->expr()->eq('fileid', $qb->createNamedParameter($this->previewFolder->getId())));
+ $cursor = $qb->execute();
+ $data = $cursor->fetch();
+ $cursor->closeCursor();
+
+ if ($data === null) {
+ return [];
+ }
+
+ /*
+ * This lovely like is the result of the way the new previews are stored
+ * We take the md5 of the name (fileid) and split the first 7 chars. That way
+ * there are not a gazillion files in the root of the preview appdata.
+ */
+ $like = $this->connection->escapeLikeParameter($data['path']) . '/_/_/_/_/_/_/_/%';
+
+ $qb = $this->connection->getQueryBuilder();
+ $qb->select('a.name', 'b.path')
+ ->from('filecache', 'a')
+ ->leftJoin('a', 'filecache', 'b', $qb->expr()->eq(
+ $qb->expr()->castColumn('a.name', IQueryBuilder::PARAM_INT), 'b.fileid'
+ ))
+ ->where(
+ $qb->expr()->andX(
+ $qb->expr()->like('a.path', $qb->createNamedParameter($like)),
+ $qb->expr()->eq('a.mimetype', $qb->createNamedParameter($this->mimeTypeLoader->getId('httpd/unix-directory'))),
+ $qb->expr()->orX(
+ $qb->expr()->eq('b.mimetype', $qb->createNamedParameter($this->mimeTypeLoader->getId('text/plain'))),
+ $qb->expr()->eq('b.mimetype', $qb->createNamedParameter($this->mimeTypeLoader->getId('text/markdown'))),
+ $qb->expr()->eq('b.mimetype', $qb->createNamedParameter($this->mimeTypeLoader->getId('text/x-markdown')))
+ )
+ )
+ );
+
+ $cursor = $qb->execute();
+
+ while ($row = $cursor->fetch()) {
+ yield $row;
+ }
+
+ $cursor->closeCursor();
+ }
+}
diff --git a/core/Command/Security/ImportCertificate.php b/core/Command/Security/ImportCertificate.php
index 7d540bc946d..16eae0dd4b8 100644
--- a/core/Command/Security/ImportCertificate.php
+++ b/core/Command/Security/ImportCertificate.php
@@ -2,7 +2,9 @@
/**
* @copyright Copyright (c) 2016, ownCloud, Inc.
*
+ * @author Joas Schilling <coding@schilljs.com>
* @author Robin Appelman <robin@icewind.nl>
+ * @author Vincent Petry <vincent@nextcloud.com>
*
* @license AGPL-3.0
*
@@ -19,7 +21,6 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>
*
*/
-
namespace OC\Core\Command\Security;
use OC\Core\Command\Base;
@@ -41,25 +42,26 @@ class ImportCertificate extends Base {
protected function configure() {
$this
->setName('security:certificates:import')
- ->setDescription('import trusted certificate')
+ ->setDescription('import trusted certificate in PEM format')
->addArgument(
'path',
InputArgument::REQUIRED,
- 'path to the certificate to import'
+ 'path to the PEM certificate to import'
);
}
- protected function execute(InputInterface $input, OutputInterface $output) {
+ protected function execute(InputInterface $input, OutputInterface $output): int {
$path = $input->getArgument('path');
if (!file_exists($path)) {
- $output->writeln('<error>certificate not found</error>');
- return;
+ $output->writeln('<error>Certificate not found, please provide a path accessible by the web server user</error>');
+ return 1;
}
$certData = file_get_contents($path);
$name = basename($path);
$this->certificateManager->addCertificate($certData, $name);
+ return 0;
}
}
diff --git a/core/Command/Security/ListCertificates.php b/core/Command/Security/ListCertificates.php
index 594fa1bc4d5..9a96d98e53f 100644
--- a/core/Command/Security/ListCertificates.php
+++ b/core/Command/Security/ListCertificates.php
@@ -2,6 +2,7 @@
/**
* @copyright Copyright (c) 2016, ownCloud, Inc.
*
+ * @author Joas Schilling <coding@schilljs.com>
* @author Robin Appelman <robin@icewind.nl>
*
* @license AGPL-3.0
@@ -19,7 +20,6 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>
*
*/
-
namespace OC\Core\Command\Security;
use OC\Core\Command\Base;
@@ -50,7 +50,7 @@ class ListCertificates extends Base {
parent::configure();
}
- protected function execute(InputInterface $input, OutputInterface $output) {
+ protected function execute(InputInterface $input, OutputInterface $output): int {
$outputType = $input->getOption('output');
if ($outputType === self::OUTPUT_FORMAT_JSON || $outputType === self::OUTPUT_FORMAT_JSON_PRETTY) {
$certificates = array_map(function (ICertificate $certificate) {
@@ -91,5 +91,6 @@ class ListCertificates extends Base {
$table->setRows($rows);
$table->render();
}
+ return 0;
}
}
diff --git a/core/Command/Security/RemoveCertificate.php b/core/Command/Security/RemoveCertificate.php
index 4aa97a61757..f915bed5b64 100644
--- a/core/Command/Security/RemoveCertificate.php
+++ b/core/Command/Security/RemoveCertificate.php
@@ -3,6 +3,7 @@
* @copyright Copyright (c) 2016, ownCloud, Inc.
*
* @author Carla Schroder <carla@owncloud.com>
+ * @author Joas Schilling <coding@schilljs.com>
* @author Robin Appelman <robin@icewind.nl>
*
* @license AGPL-3.0
@@ -20,7 +21,6 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>
*
*/
-
namespace OC\Core\Command\Security;
use OC\Core\Command\Base;
@@ -50,9 +50,10 @@ class RemoveCertificate extends Base {
);
}
- protected function execute(InputInterface $input, OutputInterface $output) {
+ protected function execute(InputInterface $input, OutputInterface $output): int {
$name = $input->getArgument('name');
$this->certificateManager->removeCertificate($name);
+ return 0;
}
}
diff --git a/core/Command/Security/ResetBruteforceAttempts.php b/core/Command/Security/ResetBruteforceAttempts.php
new file mode 100644
index 00000000000..004fd8d8bdd
--- /dev/null
+++ b/core/Command/Security/ResetBruteforceAttempts.php
@@ -0,0 +1,64 @@
+<?php
+/**
+ * @copyright Copyright (c) 2020, Johannes Riedel (johannes@johannes-riedel.de)
+ *
+ * @author Joas Schilling <coding@schilljs.com>
+ * @author Johannes Riedel <joeried@users.noreply.github.com>
+ *
+ * @license GNU AGPL version 3 or any later version
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Affero General Public License as
+ * published by the Free Software Foundation, either version 3 of the
+ * License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Affero General Public License for more details.
+ *
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ *
+ */
+namespace OC\Core\Command\Security;
+
+use OC\Core\Command\Base;
+use OC\Security\Bruteforce\Throttler;
+use Symfony\Component\Console\Input\InputArgument;
+use Symfony\Component\Console\Input\InputInterface;
+use Symfony\Component\Console\Output\OutputInterface;
+
+class ResetBruteforceAttempts extends Base {
+
+ /** @var Throttler */
+ protected $throttler;
+
+ public function __construct(Throttler $throttler) {
+ $this->throttler = $throttler;
+ parent::__construct();
+ }
+
+ protected function configure() {
+ $this
+ ->setName('security:bruteforce:reset')
+ ->setDescription('resets bruteforce attemps for given IP address')
+ ->addArgument(
+ 'ipaddress',
+ InputArgument::REQUIRED,
+ 'IP address for which the attempts are to be reset'
+ );
+ }
+
+ protected function execute(InputInterface $input, OutputInterface $output): int {
+ $ip = $input->getArgument('ipaddress');
+
+ if (!filter_var($ip, FILTER_VALIDATE_IP)) {
+ $output->writeln('<error>"' . $ip . '" is not a valid IP address</error>');
+ return 1;
+ }
+
+ $this->throttler->resetDelayForIP($ip);
+ return 0;
+ }
+}
diff --git a/core/Command/Status.php b/core/Command/Status.php
index 25632a313f3..5bcf23dfbca 100644
--- a/core/Command/Status.php
+++ b/core/Command/Status.php
@@ -3,6 +3,7 @@
* @copyright Copyright (c) 2016, ownCloud, Inc.
*
* @author Bart Visscher <bartv@thisnet.nl>
+ * @author Christoph Wurst <christoph@winzerhof-wurst.at>
* @author Joas Schilling <coding@schilljs.com>
* @author Morris Jobke <hey@morrisjobke.de>
*
@@ -21,7 +22,6 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>
*
*/
-
namespace OC\Core\Command;
use Symfony\Component\Console\Input\InputInterface;
@@ -37,7 +37,7 @@ class Status extends Base {
;
}
- protected function execute(InputInterface $input, OutputInterface $output) {
+ protected function execute(InputInterface $input, OutputInterface $output): int {
$values = [
'installed' => (bool) \OC::$server->getConfig()->getSystemValue('installed', false),
'version' => implode('.', \OCP\Util::getVersion()),
@@ -46,5 +46,6 @@ class Status extends Base {
];
$this->writeArrayInOutputFormat($input, $output, $values);
+ return 0;
}
}
diff --git a/core/Command/SystemTag/Add.php b/core/Command/SystemTag/Add.php
new file mode 100644
index 00000000000..e5e7368946c
--- /dev/null
+++ b/core/Command/SystemTag/Add.php
@@ -0,0 +1,100 @@
+<?php
+/**
+ * @copyright Copyright (c) 2021, hosting.de, Johannes Leuker <developers@hosting.de>
+ *
+ * @author Johannes Leuker <j.leuker@hosting.de>
+ *
+ * @license GNU AGPL version 3 or any later version
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Affero General Public License as
+ * published by the Free Software Foundation, either version 3 of the
+ * License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Affero General Public License for more details.
+ *
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ *
+ */
+namespace OC\Core\Command\SystemTag;
+
+use OC\Core\Command\Base;
+use OCP\SystemTag\ISystemTag;
+use OCP\SystemTag\ISystemTagManager;
+use OCP\SystemTag\TagAlreadyExistsException;
+use Symfony\Component\Console\Input\InputArgument;
+use Symfony\Component\Console\Input\InputInterface;
+use Symfony\Component\Console\Output\OutputInterface;
+
+class Add extends Base {
+
+ /** @var ISystemTagManager */
+ protected $systemTagManager;
+
+ public function __construct(ISystemTagManager $systemTagManager) {
+ $this->systemTagManager = $systemTagManager;
+ parent::__construct();
+ }
+
+ protected function configure() {
+ $this
+ ->setName('tag:add')
+ ->setDescription('Add new tag')
+ ->addArgument(
+ 'name',
+ InputArgument::REQUIRED,
+ 'name of the tag',
+ )
+ ->addArgument(
+ 'access',
+ InputArgument::REQUIRED,
+ 'access level of the tag (public, restricted or invisible)',
+ );
+ parent::configure();
+ }
+
+ protected function execute(InputInterface $input, OutputInterface $output): int {
+ $name = $input->getArgument('name');
+ if ($name === '') {
+ $output->writeln('<error>`name` can\'t be empty</error>');
+ return 3;
+ }
+
+ switch ($input->getArgument('access')) {
+ case 'public':
+ $userVisible = true;
+ $userAssignable = true;
+ break;
+ case 'restricted':
+ $userVisible = true;
+ $userAssignable = false;
+ break;
+ case 'invisible':
+ $userVisible = false;
+ $userAssignable = false;
+ break;
+ default:
+ $output->writeln('<error>`access` property is invalid</error>');
+ return 1;
+ }
+
+ try {
+ $tag = $this->systemTagManager->createTag($name, $userVisible, $userAssignable);
+
+ $this->writeArrayInOutputFormat($input, $output,
+ [
+ 'id' => $tag->getId(),
+ 'name' => $tag->getName(),
+ 'access' => ISystemTag::ACCESS_LEVEL_LOOKUP[$tag->getAccessLevel()],
+ ]);
+ return 0;
+ } catch (TagAlreadyExistsException $e) {
+ $output->writeln('<error>'.$e->getMessage().'</error>');
+ return 2;
+ }
+ }
+}
diff --git a/core/Command/SystemTag/Delete.php b/core/Command/SystemTag/Delete.php
new file mode 100644
index 00000000000..74cc895c251
--- /dev/null
+++ b/core/Command/SystemTag/Delete.php
@@ -0,0 +1,63 @@
+<?php
+/**
+ * @copyright Copyright (c) 2021, hosting.de, Johannes Leuker <developers@hosting.de>
+ *
+ * @author Johannes Leuker <j.leuker@hosting.de>
+ *
+ * @license GNU AGPL version 3 or any later version
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Affero General Public License as
+ * published by the Free Software Foundation, either version 3 of the
+ * License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Affero General Public License for more details.
+ *
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ *
+ */
+namespace OC\Core\Command\SystemTag;
+
+use OC\Core\Command\Base;
+use OCP\SystemTag\ISystemTagManager;
+use OCP\SystemTag\TagNotFoundException;
+use Symfony\Component\Console\Input\InputInterface;
+use Symfony\Component\Console\Input\InputOption;
+use Symfony\Component\Console\Output\OutputInterface;
+
+class Delete extends Base {
+
+ /** @var ISystemTagManager */
+ protected $systemTagManager;
+
+ public function __construct(ISystemTagManager $systemTagManager) {
+ $this->systemTagManager = $systemTagManager;
+ parent::__construct();
+ }
+
+ protected function configure() {
+ $this
+ ->setName('tag:delete')
+ ->setDescription('delete a tag')
+ ->addArgument(
+ 'id',
+ InputOption::VALUE_REQUIRED,
+ 'The ID of the tag that should be deleted',
+ );
+ }
+
+ protected function execute(InputInterface $input, OutputInterface $output): int {
+ try {
+ $this->systemTagManager->deleteTags($input->getArgument('id'));
+ $output->writeln('<info>The specified tag was deleted</info>');
+ return 0;
+ } catch (TagNotFoundException $e) {
+ $output->writeln('<error>Tag not found</error>');
+ return 1;
+ }
+ }
+}
diff --git a/core/Command/SystemTag/Edit.php b/core/Command/SystemTag/Edit.php
new file mode 100644
index 00000000000..721ae42eb2b
--- /dev/null
+++ b/core/Command/SystemTag/Edit.php
@@ -0,0 +1,118 @@
+<?php
+/**
+ * @copyright Copyright (c) 2021, hosting.de, Johannes Leuker <developers@hosting.de>
+ *
+ * @author Johannes Leuker <j.leuker@hosting.de>
+ *
+ * @license GNU AGPL version 3 or any later version
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Affero General Public License as
+ * published by the Free Software Foundation, either version 3 of the
+ * License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Affero General Public License for more details.
+ *
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ *
+ */
+namespace OC\Core\Command\SystemTag;
+
+use OC\Core\Command\Base;
+use OCP\SystemTag\ISystemTagManager;
+use OCP\SystemTag\TagAlreadyExistsException;
+use OCP\SystemTag\TagNotFoundException;
+use Symfony\Component\Console\Input\InputInterface;
+use Symfony\Component\Console\Input\InputOption;
+use Symfony\Component\Console\Output\OutputInterface;
+
+class Edit extends Base {
+
+ /** @var ISystemTagManager */
+ protected $systemTagManager;
+
+ /**
+ * @param ISystemTagManager $systemTagManager
+ */
+ public function __construct(ISystemTagManager $systemTagManager) {
+ $this->systemTagManager = $systemTagManager;
+ parent::__construct();
+ }
+
+ protected function configure() {
+ $this
+ ->setName('tag:edit')
+ ->setDescription('edit tag attributes')
+ ->addArgument(
+ 'id',
+ InputOption::VALUE_REQUIRED,
+ 'The ID of the tag that should be deleted',
+ )
+ ->addOption(
+ 'name',
+ null,
+ InputOption::VALUE_OPTIONAL,
+ 'sets the \'name\' parameter',
+ )
+ ->addOption(
+ 'access',
+ null,
+ InputOption::VALUE_OPTIONAL,
+ 'sets the access control level (public, restricted, invisible)',
+ );
+ }
+
+ protected function execute(InputInterface $input, OutputInterface $output): int {
+ $tagArray = $this->systemTagManager->getTagsByIds($input->getArgument('id'));
+ // returns an array, but we always expect 0 or 1 results
+
+ if (!$tagArray) {
+ $output->writeln('<error>Tag not found</error>');
+ return 3;
+ }
+
+ $tag = array_values($tagArray)[0];
+ $name = $tag->getName();
+ if (!empty($input->getOption('name'))) {
+ $name = $input->getOption('name');
+ }
+
+ $userVisible = $tag->isUserVisible();
+ $userAssignable = $tag->isUserAssignable();
+ if ($input->getOption('access')) {
+ switch ($input->getOption('access')) {
+ case 'public':
+ $userVisible = true;
+ $userAssignable = true;
+ break;
+ case 'restricted':
+ $userVisible = true;
+ $userAssignable = false;
+ break;
+ case 'invisible':
+ $userVisible = false;
+ $userAssignable = false;
+ break;
+ default:
+ $output->writeln('<error>`access` property is invalid</error>');
+ return 1;
+ }
+ }
+
+ try {
+ $this->systemTagManager->updateTag($input->getArgument('id'), $name, $userVisible, $userAssignable);
+ $output->writeln('<info>Tag updated ("' . $name . '", '. $userVisible . ', ' . $userAssignable . ')</info>');
+ return 0;
+ } catch (TagNotFoundException $e) {
+ $output->writeln('<error>Tag not found</error>');
+ return 1;
+ } catch (TagAlreadyExistsException $e) {
+ $output->writeln('<error>'.$e->getMessage().'</error>');
+ return 2;
+ }
+ }
+}
diff --git a/core/Command/SystemTag/ListCommand.php b/core/Command/SystemTag/ListCommand.php
new file mode 100644
index 00000000000..f9d17efd513
--- /dev/null
+++ b/core/Command/SystemTag/ListCommand.php
@@ -0,0 +1,84 @@
+<?php
+/**
+ * @copyright Copyright (c) 2021, hosting.de, Johannes Leuker <developers@hosting.de>
+ *
+ * @author Johannes Leuker <j.leuker@hosting.de>
+ *
+ * @license GNU AGPL version 3 or any later version
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Affero General Public License as
+ * published by the Free Software Foundation, either version 3 of the
+ * License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Affero General Public License for more details.
+ *
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ *
+ */
+namespace OC\Core\Command\SystemTag;
+
+use OC\Core\Command\Base;
+use OCP\SystemTag\ISystemTagManager;
+use OCP\SystemTag\ISystemTag;
+use Symfony\Component\Console\Input\InputInterface;
+use Symfony\Component\Console\Input\InputOption;
+use Symfony\Component\Console\Output\OutputInterface;
+
+class ListCommand extends Base {
+
+ /** @var ISystemTagManager */
+ protected $systemTagManager;
+
+ public function __construct(ISystemTagManager $systemTagManager) {
+ $this->systemTagManager = $systemTagManager;
+ parent::__construct();
+ }
+
+ protected function configure() {
+ $this
+ ->setName('tag:list')
+ ->setDescription('list tags')
+ ->addOption(
+ 'visibilityFilter',
+ null,
+ InputOption::VALUE_OPTIONAL,
+ 'filter by visibility (1,0)'
+ )
+ ->addOption(
+ 'nameSearchPattern',
+ null,
+ InputOption::VALUE_OPTIONAL,
+ 'optional search pattern for the tag name (infix)'
+ );
+ parent::configure();
+ }
+
+ protected function execute(InputInterface $input, OutputInterface $output): int {
+ $tags = $this->systemTagManager->getAllTags(
+ $input->getOption('visibilityFilter'),
+ $input->getOption('nameSearchPattern')
+ );
+
+ $this->writeArrayInOutputFormat($input, $output, $this->formatTags($tags));
+ return 0;
+ }
+
+ /**
+ * @param ISystemtag[] $tags
+ * @return array
+ */
+ private function formatTags(array $tags) {
+ foreach ($tags as $tag) {
+ $result[$tag->getId()] = [
+ 'name' => $tag->getName(),
+ 'access' => ISystemTag::ACCESS_LEVEL_LOOKUP[$tag->getAccessLevel()],
+ ];
+ }
+ return $result;
+ }
+}
diff --git a/core/Command/TwoFactorAuth/Base.php b/core/Command/TwoFactorAuth/Base.php
index 3af99daca07..94a3e5aeb60 100644
--- a/core/Command/TwoFactorAuth/Base.php
+++ b/core/Command/TwoFactorAuth/Base.php
@@ -2,6 +2,7 @@
/**
* @copyright Copyright (c) 2016 Joas Schilling <coding@schilljs.com>
*
+ * @author Christoph Wurst <christoph@winzerhof-wurst.at>
* @author Joas Schilling <coding@schilljs.com>
* @author Morris Jobke <hey@morrisjobke.de>
* @author Roeland Jago Douma <roeland@famdouma.nl>
@@ -15,14 +16,13 @@
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
*/
-
namespace OC\Core\Command\TwoFactorAuth;
use OCP\IUser;
@@ -54,7 +54,7 @@ class Base extends \OC\Core\Command\Base {
*/
public function completeArgumentValues($argumentName, CompletionContext $context) {
if ($argumentName === 'uid') {
- return array_map(function(IUser $user) {
+ return array_map(function (IUser $user) {
return $user->getUID();
}, $this->userManager->search($context->getCurrentWord(), 100));
}
diff --git a/core/Command/TwoFactorAuth/Cleanup.php b/core/Command/TwoFactorAuth/Cleanup.php
index a8576b15384..b567ebe39a6 100644
--- a/core/Command/TwoFactorAuth/Cleanup.php
+++ b/core/Command/TwoFactorAuth/Cleanup.php
@@ -6,6 +6,7 @@ declare(strict_types=1);
* @copyright 2018 Christoph Wurst <christoph@winzerhof-wurst.at>
*
* @author Christoph Wurst <christoph@winzerhof-wurst.at>
+ * @author Joas Schilling <coding@schilljs.com>
*
* @license GNU AGPL version 3 or any later version
*
@@ -16,14 +17,13 @@ declare(strict_types=1);
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
*/
-
namespace OC\Core\Command\TwoFactorAuth;
use OCP\Authentication\TwoFactorAuth\IRegistry;
@@ -50,12 +50,12 @@ class Cleanup extends Base {
$this->addArgument('provider-id', InputArgument::REQUIRED);
}
- protected function execute(InputInterface $input, OutputInterface $output) {
+ protected function execute(InputInterface $input, OutputInterface $output): int {
$providerId = $input->getArgument('provider-id');
$this->registry->cleanUp($providerId);
$output->writeln("<info>All user-provider associations for provider <options=bold>$providerId</> have been removed.</info>");
+ return 0;
}
-
}
diff --git a/core/Command/TwoFactorAuth/Disable.php b/core/Command/TwoFactorAuth/Disable.php
index 1dd3a2cf64d..3a8ce28a6b6 100644
--- a/core/Command/TwoFactorAuth/Disable.php
+++ b/core/Command/TwoFactorAuth/Disable.php
@@ -20,7 +20,6 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>
*
*/
-
namespace OC\Core\Command\TwoFactorAuth;
use OC\Authentication\TwoFactorAuth\ProviderManager;
@@ -52,7 +51,7 @@ class Disable extends Base {
$this->addArgument('provider_id', InputArgument::REQUIRED);
}
- protected function execute(InputInterface $input, OutputInterface $output) {
+ protected function execute(InputInterface $input, OutputInterface $output): int {
$uid = $input->getArgument('uid');
$providerId = $input->getArgument('provider_id');
$user = $this->userManager->get($uid);
@@ -68,5 +67,4 @@ class Disable extends Base {
return 2;
}
}
-
}
diff --git a/core/Command/TwoFactorAuth/Enable.php b/core/Command/TwoFactorAuth/Enable.php
index 0c2aef540e9..1346c6c5df8 100644
--- a/core/Command/TwoFactorAuth/Enable.php
+++ b/core/Command/TwoFactorAuth/Enable.php
@@ -20,7 +20,6 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>
*
*/
-
namespace OC\Core\Command\TwoFactorAuth;
use OC\Authentication\TwoFactorAuth\ProviderManager;
@@ -52,7 +51,7 @@ class Enable extends Base {
$this->addArgument('provider_id', InputArgument::REQUIRED);
}
- protected function execute(InputInterface $input, OutputInterface $output) {
+ protected function execute(InputInterface $input, OutputInterface $output): int {
$uid = $input->getArgument('uid');
$providerId = $input->getArgument('provider_id');
$user = $this->userManager->get($uid);
@@ -68,5 +67,4 @@ class Enable extends Base {
return 2;
}
}
-
}
diff --git a/core/Command/TwoFactorAuth/Enforce.php b/core/Command/TwoFactorAuth/Enforce.php
index e99c584384c..7f75aec33d1 100644
--- a/core/Command/TwoFactorAuth/Enforce.php
+++ b/core/Command/TwoFactorAuth/Enforce.php
@@ -6,6 +6,7 @@ declare(strict_types=1);
* @copyright 2018 Christoph Wurst <christoph@winzerhof-wurst.at>
*
* @author Christoph Wurst <christoph@winzerhof-wurst.at>
+ * @author Joas Schilling <coding@schilljs.com>
*
* @license GNU AGPL version 3 or any later version
*
@@ -16,14 +17,13 @@ declare(strict_types=1);
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
*/
-
namespace OC\Core\Command\TwoFactorAuth;
use function implode;
@@ -74,7 +74,7 @@ class Enforce extends Command {
);
}
- protected function execute(InputInterface $input, OutputInterface $output) {
+ protected function execute(InputInterface $input, OutputInterface $output): int {
if ($input->getOption('on')) {
$enforcedGroups = $input->getOption('group');
$excludedGroups = $input->getOption('exclude');
@@ -89,6 +89,7 @@ class Enforce extends Command {
} else {
$this->writeNotEnforced($output);
}
+ return 0;
}
/**
@@ -112,5 +113,4 @@ class Enforce extends Command {
protected function writeNotEnforced(OutputInterface $output) {
$output->writeln('Two-factor authentication is not enforced');
}
-
}
diff --git a/core/Command/TwoFactorAuth/State.php b/core/Command/TwoFactorAuth/State.php
index 5f658e30507..5120080cfb3 100644
--- a/core/Command/TwoFactorAuth/State.php
+++ b/core/Command/TwoFactorAuth/State.php
@@ -6,6 +6,7 @@ declare(strict_types=1);
* @copyright 2018 Christoph Wurst <christoph@winzerhof-wurst.at>
*
* @author Christoph Wurst <christoph@winzerhof-wurst.at>
+ * @author Joas Schilling <coding@schilljs.com>
*
* @license GNU AGPL version 3 or any later version
*
@@ -16,14 +17,13 @@ declare(strict_types=1);
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
*/
-
namespace OC\Core\Command\TwoFactorAuth;
use OCP\Authentication\TwoFactorAuth\IRegistry;
@@ -52,7 +52,7 @@ class State extends Base {
$this->addArgument('uid', InputArgument::REQUIRED);
}
- protected function execute(InputInterface $input, OutputInterface $output) {
+ protected function execute(InputInterface $input, OutputInterface $output): int {
$uid = $input->getArgument('uid');
$user = $this->userManager->get($uid);
if (is_null($user)) {
@@ -62,7 +62,7 @@ class State extends Base {
$providerStates = $this->registry->getProviderStates($user);
$filtered = $this->filterEnabledDisabledUnknownProviders($providerStates);
- list ($enabled, $disabled) = $filtered;
+ [$enabled, $disabled] = $filtered;
if (!empty($enabled)) {
$output->writeln("Two-factor authentication is enabled for user $uid");
@@ -104,5 +104,4 @@ class State extends Base {
$output->writeln("- " . $provider);
}
}
-
}
diff --git a/core/Command/Upgrade.php b/core/Command/Upgrade.php
index 0a66d63fd32..13e150217b9 100644
--- a/core/Command/Upgrade.php
+++ b/core/Command/Upgrade.php
@@ -3,17 +3,18 @@
* @copyright Copyright (c) 2016, ownCloud, Inc.
*
* @author Andreas Fischer <bantu@owncloud.com>
- * @author Björn Schießle <bjoern@schiessle.org>
+ * @author Christoph Wurst <christoph@winzerhof-wurst.at>
* @author Joas Schilling <coding@schilljs.com>
- * @author Jürgen Haas <juergen@paragon-es.de>
* @author Lukas Reschke <lukas@statuscode.ch>
* @author Morris Jobke <hey@morrisjobke.de>
+ * @author Nils Wittenbrink <nilswittenbrink@web.de>
* @author Owen Winkler <a_github@midnightcircus.com>
* @author Robin Appelman <robin@icewind.nl>
* @author Sander Ruitenbeek <sander@grids.be>
* @author Thomas Müller <thomas.mueller@tmit.eu>
* @author Thomas Pulzer <t.pulzer@kniel.de>
- * @author Vincent Petry <pvince81@owncloud.com>
+ * @author Valdnet <47037905+Valdnet@users.noreply.github.com>
+ * @author Vincent Petry <vincent@nextcloud.com>
*
* @license AGPL-3.0
*
@@ -30,15 +31,14 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>
*
*/
-
namespace OC\Core\Command;
use OC\Console\TimestampFormatter;
use OC\Installer;
use OC\Updater;
use OCP\IConfig;
-use OCP\ILogger;
use OCP\Util;
+use Psr\Log\LoggerInterface;
use Symfony\Component\Console\Command\Command;
use Symfony\Component\Console\Helper\ProgressBar;
use Symfony\Component\Console\Input\InputInterface;
@@ -46,26 +46,23 @@ use Symfony\Component\Console\Output\OutputInterface;
use Symfony\Component\EventDispatcher\GenericEvent;
class Upgrade extends Command {
-
- const ERROR_SUCCESS = 0;
- const ERROR_NOT_INSTALLED = 1;
- const ERROR_MAINTENANCE_MODE = 2;
- const ERROR_UP_TO_DATE = 0;
- const ERROR_INVALID_ARGUMENTS = 4;
- const ERROR_FAILURE = 5;
+ public const ERROR_SUCCESS = 0;
+ public const ERROR_NOT_INSTALLED = 1;
+ public const ERROR_MAINTENANCE_MODE = 2;
+ public const ERROR_UP_TO_DATE = 0;
+ public const ERROR_INVALID_ARGUMENTS = 4;
+ public const ERROR_FAILURE = 5;
/** @var IConfig */
private $config;
- /** @var ILogger */
+ /** @var LoggerInterface */
private $logger;
- /**
- * @param IConfig $config
- * @param ILogger $logger
- * @param Installer $installer
- */
- public function __construct(IConfig $config, ILogger $logger, Installer $installer) {
+ /** @var Installer */
+ private $installer;
+
+ public function __construct(IConfig $config, LoggerInterface $logger, Installer $installer) {
parent::__construct();
$this->config = $config;
$this->logger = $logger;
@@ -84,9 +81,8 @@ class Upgrade extends Command {
* @param InputInterface $input input interface
* @param OutputInterface $output output interface
*/
- protected function execute(InputInterface $input, OutputInterface $output) {
-
- if(Util::needUpgrade()) {
+ protected function execute(InputInterface $input, OutputInterface $output): int {
+ if (Util::needUpgrade()) {
if (OutputInterface::VERBOSITY_NORMAL < $output->getVerbosity()) {
// Prepend each line with a little timestamp
$timestampFormatter = new TimestampFormatter($this->config, $output->getFormatter());
@@ -104,7 +100,7 @@ class Upgrade extends Command {
$dispatcher = \OC::$server->getEventDispatcher();
$progress = new ProgressBar($output);
$progress->setFormat(" %message%\n %current%/%max% [%bar%] %percent:3s%%");
- $listener = function($event) use ($progress, $output) {
+ $listener = function ($event) use ($progress, $output) {
if ($event instanceof GenericEvent) {
$message = $event->getSubject();
if (OutputInterface::VERBOSITY_NORMAL < $output->getVerbosity()) {
@@ -127,7 +123,7 @@ class Upgrade extends Command {
}
}
};
- $repairListener = function($event) use ($progress, $output) {
+ $repairListener = function ($event) use ($progress, $output) {
if (!$event instanceof GenericEvent) {
return;
}
@@ -152,12 +148,12 @@ class Upgrade extends Command {
$output->writeln('');
break;
case '\OC\Repair::step':
- if(OutputInterface::VERBOSITY_NORMAL < $output->getVerbosity()) {
+ if (OutputInterface::VERBOSITY_NORMAL < $output->getVerbosity()) {
$output->writeln('<info>Repair step: ' . $event->getArgument(0) . '</info>');
}
break;
case '\OC\Repair::info':
- if(OutputInterface::VERBOSITY_NORMAL < $output->getVerbosity()) {
+ if (OutputInterface::VERBOSITY_NORMAL < $output->getVerbosity()) {
$output->writeln('<info>Repair info: ' . $event->getArgument(0) . '</info>');
}
break;
@@ -181,17 +177,17 @@ class Upgrade extends Command {
$dispatcher->addListener('\OC\Repair::error', $repairListener);
- $updater->listen('\OC\Updater', 'maintenanceEnabled', function () use($output) {
+ $updater->listen('\OC\Updater', 'maintenanceEnabled', function () use ($output) {
$output->writeln('<info>Turned on maintenance mode</info>');
});
- $updater->listen('\OC\Updater', 'maintenanceDisabled', function () use($output) {
+ $updater->listen('\OC\Updater', 'maintenanceDisabled', function () use ($output) {
$output->writeln('<info>Turned off maintenance mode</info>');
});
- $updater->listen('\OC\Updater', 'maintenanceActive', function () use($output) {
+ $updater->listen('\OC\Updater', 'maintenanceActive', function () use ($output) {
$output->writeln('<info>Maintenance mode is kept active</info>');
});
$updater->listen('\OC\Updater', 'updateEnd',
- function ($success) use($output, $self) {
+ function ($success) use ($output, $self) {
if ($success) {
$message = "<info>Update successful</info>";
} else {
@@ -199,58 +195,46 @@ class Upgrade extends Command {
}
$output->writeln($message);
});
- $updater->listen('\OC\Updater', 'dbUpgradeBefore', function () use($output) {
+ $updater->listen('\OC\Updater', 'dbUpgradeBefore', function () use ($output) {
$output->writeln('<info>Updating database schema</info>');
});
- $updater->listen('\OC\Updater', 'dbUpgrade', function () use($output) {
+ $updater->listen('\OC\Updater', 'dbUpgrade', function () use ($output) {
$output->writeln('<info>Updated database</info>');
});
- $updater->listen('\OC\Updater', 'dbSimulateUpgradeBefore', function () use($output) {
- $output->writeln('<info>Checking whether the database schema can be updated (this can take a long time depending on the database size)</info>');
- });
- $updater->listen('\OC\Updater', 'dbSimulateUpgrade', function () use($output) {
- $output->writeln('<info>Checked database schema update</info>');
- });
- $updater->listen('\OC\Updater', 'incompatibleAppDisabled', function ($app) use($output) {
+ $updater->listen('\OC\Updater', 'incompatibleAppDisabled', function ($app) use ($output) {
$output->writeln('<comment>Disabled incompatible app: ' . $app . '</comment>');
});
- $updater->listen('\OC\Updater', 'checkAppStoreAppBefore', function ($app) use($output) {
+ $updater->listen('\OC\Updater', 'checkAppStoreAppBefore', function ($app) use ($output) {
$output->writeln('<info>Checking for update of app ' . $app . ' in appstore</info>');
});
- $updater->listen('\OC\Updater', 'upgradeAppStoreApp', function ($app) use($output) {
- $output->writeln('<info>Update app ' . $app . ' from appstore</info>');
+ $updater->listen('\OC\Updater', 'upgradeAppStoreApp', function ($app) use ($output) {
+ $output->writeln('<info>Update app ' . $app . ' from App Store</info>');
});
- $updater->listen('\OC\Updater', 'checkAppStoreApp', function ($app) use($output) {
- $output->writeln('<info>Checked for update of app "' . $app . '" in appstore </info>');
- });
- $updater->listen('\OC\Updater', 'appUpgradeCheckBefore', function () use ($output) {
- $output->writeln('<info>Checking updates of apps</info>');
+ $updater->listen('\OC\Updater', 'checkAppStoreApp', function ($app) use ($output) {
+ $output->writeln('<info>Checked for update of app "' . $app . '" in App Store </info>');
});
$updater->listen('\OC\Updater', 'appSimulateUpdate', function ($app) use ($output) {
$output->writeln("<info>Checking whether the database schema for <$app> can be updated (this can take a long time depending on the database size)</info>");
});
- $updater->listen('\OC\Updater', 'appUpgradeCheck', function () use ($output) {
- $output->writeln('<info>Checked database schema update for apps</info>');
- });
$updater->listen('\OC\Updater', 'appUpgradeStarted', function ($app, $version) use ($output) {
$output->writeln("<info>Updating <$app> ...</info>");
});
$updater->listen('\OC\Updater', 'appUpgrade', function ($app, $version) use ($output) {
$output->writeln("<info>Updated <$app> to $version</info>");
});
- $updater->listen('\OC\Updater', 'failure', function ($message) use($output, $self) {
+ $updater->listen('\OC\Updater', 'failure', function ($message) use ($output, $self) {
$output->writeln("<error>$message</error>");
});
- $updater->listen('\OC\Updater', 'setDebugLogLevel', function ($logLevel, $logLevelName) use($output) {
- $output->writeln("<info>Set log level to debug</info>");
+ $updater->listen('\OC\Updater', 'setDebugLogLevel', function ($logLevel, $logLevelName) use ($output) {
+ $output->writeln("<info>Setting log level to debug</info>");
});
- $updater->listen('\OC\Updater', 'resetLogLevel', function ($logLevel, $logLevelName) use($output) {
- $output->writeln("<info>Reset log level</info>");
+ $updater->listen('\OC\Updater', 'resetLogLevel', function ($logLevel, $logLevelName) use ($output) {
+ $output->writeln("<info>Resetting log level</info>");
});
- $updater->listen('\OC\Updater', 'startCheckCodeIntegrity', function () use($output) {
+ $updater->listen('\OC\Updater', 'startCheckCodeIntegrity', function () use ($output) {
$output->writeln("<info>Starting code integrity check...</info>");
});
- $updater->listen('\OC\Updater', 'finishedCheckCodeIntegrity', function () use($output) {
+ $updater->listen('\OC\Updater', 'finishedCheckCodeIntegrity', function () use ($output) {
$output->writeln("<info>Finished code integrity check</info>");
});
@@ -258,14 +242,14 @@ class Upgrade extends Command {
$this->postUpgradeCheck($input, $output);
- if(!$success) {
+ if (!$success) {
return self::ERROR_FAILURE;
}
return self::ERROR_SUCCESS;
- } else if($this->config->getSystemValueBool('maintenance')) {
+ } elseif ($this->config->getSystemValueBool('maintenance')) {
//Possible scenario: Nextcloud core is updated but an app failed
- $output->writeln('<warning>Nextcloud is in maintenance mode</warning>');
+ $output->writeln('<comment>Nextcloud is in maintenance mode</comment>');
$output->write('<comment>Maybe an upgrade is already in process. Please check the '
. 'logfile (data/nextcloud.log). If you want to re-run the '
. 'upgrade procedure, remove the "maintenance mode" from '
diff --git a/core/Command/User/Add.php b/core/Command/User/Add.php
index 208fb1dceb5..bb11a1ea5c9 100644
--- a/core/Command/User/Add.php
+++ b/core/Command/User/Add.php
@@ -3,6 +3,7 @@
* @copyright Copyright (c) 2016, ownCloud, Inc.
*
* @author Arthur Schiwon <blizzz@arthur-schiwon.de>
+ * @author Christoph Wurst <christoph@winzerhof-wurst.at>
* @author Joas Schilling <coding@schilljs.com>
* @author Laurens Post <lkpost@scept.re>
* @author Roeland Jago Douma <roeland@famdouma.nl>
@@ -22,7 +23,6 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>
*
*/
-
namespace OC\Core\Command\User;
use OC\Files\Filesystem;
@@ -84,7 +84,7 @@ class Add extends Command {
);
}
- protected function execute(InputInterface $input, OutputInterface $output) {
+ protected function execute(InputInterface $input, OutputInterface $output): int {
$uid = $input->getArgument('uid');
if ($this->userManager->userExists($uid)) {
$output->writeln('<error>The user "' . $uid . '" already exists.</error>');
@@ -154,14 +154,15 @@ class Add extends Command {
if (!$group) {
$this->groupManager->createGroup($groupName);
$group = $this->groupManager->get($groupName);
- if($group instanceof IGroup) {
+ if ($group instanceof IGroup) {
$output->writeln('Created group "' . $group->getGID() . '"');
}
}
- if($group instanceof IGroup) {
+ if ($group instanceof IGroup) {
$group->addUser($user);
$output->writeln('User "' . $user->getUID() . '" added to group "' . $group->getGID() . '"');
}
}
+ return 0;
}
}
diff --git a/core/Command/User/AddAppPassword.php b/core/Command/User/AddAppPassword.php
new file mode 100644
index 00000000000..a29692df045
--- /dev/null
+++ b/core/Command/User/AddAppPassword.php
@@ -0,0 +1,130 @@
+<?php
+/**
+ * @copyright Copyright (c) 2020, NextCloud, Inc.
+ *
+ * @author Bjoern Schiessle <bjoern@schiessle.org>
+ * @author Sean Molenaar <sean@seanmolenaar.eu>
+ *
+ * @license GNU AGPL version 3 or any later version
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Affero General Public License as
+ * published by the Free Software Foundation, either version 3 of the
+ * License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Affero General Public License for more details.
+ *
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ *
+ */
+namespace OC\Core\Command\User;
+
+use OC\Authentication\Token\IProvider;
+use OC\Authentication\Token\IToken;
+use OCP\IUserManager;
+use OCP\Security\ICrypto;
+use OCP\Security\ISecureRandom;
+use Symfony\Component\Console\Command\Command;
+use Symfony\Component\Console\Helper\QuestionHelper;
+use Symfony\Component\Console\Input\InputArgument;
+use Symfony\Component\Console\Input\InputInterface;
+use Symfony\Component\Console\Input\InputOption;
+use Symfony\Component\Console\Output\OutputInterface;
+use Symfony\Component\Console\Question\Question;
+
+class AddAppPassword extends Command {
+
+ /** @var IUserManager */
+ protected $userManager;
+ /** @var IProvider */
+ protected $tokenProvider;
+ /** @var ISecureRandom */
+ private $random;
+ /** @var ICrypto */
+ private $crypto;
+
+ public function __construct(IUserManager $userManager,
+ IProvider $tokenProvider,
+ ISecureRandom $random,
+ ICrypto $crypto) {
+ $this->tokenProvider = $tokenProvider;
+ $this->userManager = $userManager;
+ $this->random = $random;
+ $this->crypto = $crypto;
+ parent::__construct();
+ }
+
+ protected function configure() {
+ $this
+ ->setName('user:add-app-password')
+ ->setDescription('Add app password for the named user')
+ ->addArgument(
+ 'user',
+ InputArgument::REQUIRED,
+ 'Username to add app password for'
+ )
+ ->addOption(
+ 'password-from-env',
+ null,
+ InputOption::VALUE_NONE,
+ 'read password from environment variable NC_PASS/OC_PASS'
+ )
+ ;
+ }
+
+ protected function execute(InputInterface $input, OutputInterface $output): int {
+ $username = $input->getArgument('user');
+
+ $user = $this->userManager->get($username);
+ if (is_null($user)) {
+ $output->writeln('<error>User does not exist</error>');
+ return 1;
+ }
+
+ if ($input->getOption('password-from-env')) {
+ $password = getenv('NC_PASS') ?? getenv('OC_PASS');
+ if (!$password) {
+ $output->writeln('<error>--password-from-env given, but NC_PASS is empty!</error>');
+ return 1;
+ }
+ } elseif ($input->isInteractive()) {
+ /** @var QuestionHelper $helper */
+ $helper = $this->getHelper('question');
+
+ $question = new Question('Enter the user password: ');
+ $question->setHidden(true);
+ $password = $helper->ask($input, $output, $question);
+
+ if ($password === null) {
+ $output->writeln("<error>Password cannot be empty!</error>");
+ return 1;
+ }
+ } else {
+ $output->writeln("<error>Interactive input or --password-from-env is needed for entering a new password!</error>");
+ return 1;
+ }
+
+ $output->writeln('<info>The password is not validated so what you provide is what gets recorded in the token</info>');
+
+
+ $token = $this->random->generate(72, ISecureRandom::CHAR_UPPER.ISecureRandom::CHAR_LOWER.ISecureRandom::CHAR_DIGITS);
+ $this->tokenProvider->generateToken(
+ $token,
+ $user->getUID(),
+ $user->getUID(),
+ $password,
+ 'cli',
+ IToken::PERMANENT_TOKEN,
+ IToken::DO_NOT_REMEMBER
+ );
+
+ $output->writeln('app password:');
+ $output->writeln($token);
+
+ return 0;
+ }
+}
diff --git a/core/Command/User/Delete.php b/core/Command/User/Delete.php
index 37099749d08..37e09ca69ca 100644
--- a/core/Command/User/Delete.php
+++ b/core/Command/User/Delete.php
@@ -5,7 +5,6 @@
* @author Arthur Schiwon <blizzz@arthur-schiwon.de>
* @author Jens-Christian Fischer <jens-christian.fischer@switch.ch>
* @author Joas Schilling <coding@schilljs.com>
- * @author Morris Jobke <hey@morrisjobke.de>
* @author Roeland Jago Douma <roeland@famdouma.nl>
*
* @license AGPL-3.0
@@ -23,7 +22,6 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>
*
*/
-
namespace OC\Core\Command\User;
use OCP\IUserManager;
@@ -55,18 +53,19 @@ class Delete extends Command {
);
}
- protected function execute(InputInterface $input, OutputInterface $output) {
+ protected function execute(InputInterface $input, OutputInterface $output): int {
$user = $this->userManager->get($input->getArgument('uid'));
if (is_null($user)) {
$output->writeln('<error>User does not exist</error>');
- return;
+ return 0;
}
if ($user->delete()) {
$output->writeln('<info>The specified user was deleted</info>');
- return;
+ return 0;
}
$output->writeln('<error>The specified user could not be deleted. Please check the logs.</error>');
+ return 1;
}
}
diff --git a/core/Command/User/Disable.php b/core/Command/User/Disable.php
index 4967856beb9..e4f43e26f59 100644
--- a/core/Command/User/Disable.php
+++ b/core/Command/User/Disable.php
@@ -2,6 +2,7 @@
/**
* @copyright Copyright (c) 2016, ownCloud, Inc.
*
+ * @author Joas Schilling <coding@schilljs.com>
* @author Roeland Jago Douma <roeland@famdouma.nl>
* @author Thomas Müller <thomas.mueller@tmit.eu>
*
@@ -20,7 +21,6 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>
*
*/
-
namespace OC\Core\Command\User;
use OCP\IUserManager;
@@ -52,14 +52,15 @@ class Disable extends Command {
);
}
- protected function execute(InputInterface $input, OutputInterface $output) {
+ protected function execute(InputInterface $input, OutputInterface $output): int {
$user = $this->userManager->get($input->getArgument('uid'));
if (is_null($user)) {
$output->writeln('<error>User does not exist</error>');
- return;
+ return 1;
}
$user->setEnabled(false);
$output->writeln('<info>The specified user is disabled</info>');
+ return 0;
}
}
diff --git a/core/Command/User/Enable.php b/core/Command/User/Enable.php
index 5792ba9b752..80efec3bc3f 100644
--- a/core/Command/User/Enable.php
+++ b/core/Command/User/Enable.php
@@ -2,6 +2,7 @@
/**
* @copyright Copyright (c) 2016, ownCloud, Inc.
*
+ * @author Joas Schilling <coding@schilljs.com>
* @author Roeland Jago Douma <roeland@famdouma.nl>
* @author Thomas Müller <thomas.mueller@tmit.eu>
*
@@ -20,7 +21,6 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>
*
*/
-
namespace OC\Core\Command\User;
use OCP\IUserManager;
@@ -52,14 +52,15 @@ class Enable extends Command {
);
}
- protected function execute(InputInterface $input, OutputInterface $output) {
+ protected function execute(InputInterface $input, OutputInterface $output): int {
$user = $this->userManager->get($input->getArgument('uid'));
if (is_null($user)) {
$output->writeln('<error>User does not exist</error>');
- return;
+ return 1;
}
$user->setEnabled(true);
$output->writeln('<info>The specified user is enabled</info>');
+ return 0;
}
}
diff --git a/core/Command/User/Info.php b/core/Command/User/Info.php
index 52579a56031..eff13378278 100644
--- a/core/Command/User/Info.php
+++ b/core/Command/User/Info.php
@@ -2,6 +2,7 @@
/**
* @copyright Copyright (c) 2016 Robin Appelman <robin@icewind.nl>
*
+ * @author Joas Schilling <coding@schilljs.com>
* @author Morris Jobke <hey@morrisjobke.de>
* @author Robin Appelman <robin@icewind.nl>
*
@@ -14,14 +15,13 @@
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
*/
-
namespace OC\Core\Command\User;
use OC\Core\Command\Base;
@@ -65,7 +65,7 @@ class Info extends Base {
);
}
- protected function execute(InputInterface $input, OutputInterface $output) {
+ protected function execute(InputInterface $input, OutputInterface $output): int {
$user = $this->userManager->get($input->getArgument('user'));
if (is_null($user)) {
$output->writeln('<error>user not found</error>');
@@ -85,5 +85,6 @@ class Info extends Base {
'backend' => $user->getBackendClassName()
];
$this->writeArrayInOutputFormat($input, $output, $data);
+ return 0;
}
}
diff --git a/core/Command/User/LastSeen.php b/core/Command/User/LastSeen.php
index 37cad457015..e56ddd5087f 100644
--- a/core/Command/User/LastSeen.php
+++ b/core/Command/User/LastSeen.php
@@ -3,8 +3,8 @@
* @copyright Copyright (c) 2016, ownCloud, Inc.
*
* @author Arthur Schiwon <blizzz@arthur-schiwon.de>
+ * @author Christoph Wurst <christoph@winzerhof-wurst.at>
* @author Joas Schilling <coding@schilljs.com>
- * @author Morris Jobke <hey@morrisjobke.de>
* @author Pierre Ozoux <pierre@ozoux.net>
* @author Roeland Jago Douma <roeland@famdouma.nl>
*
@@ -23,7 +23,6 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>
*
*/
-
namespace OC\Core\Command\User;
use OCP\IUserManager;
@@ -55,15 +54,15 @@ class LastSeen extends Command {
);
}
- protected function execute(InputInterface $input, OutputInterface $output) {
+ protected function execute(InputInterface $input, OutputInterface $output): int {
$user = $this->userManager->get($input->getArgument('uid'));
- if(is_null($user)) {
+ if (is_null($user)) {
$output->writeln('<error>User does not exist</error>');
- return;
+ return 1;
}
$lastLogin = $user->getLastLogin();
- if($lastLogin === 0) {
+ if ($lastLogin === 0) {
$output->writeln('User ' . $user->getUID() .
' has never logged in, yet.');
} else {
@@ -72,5 +71,6 @@ class LastSeen extends Command {
$output->writeln($user->getUID() .
'`s last login: ' . $date->format('d.m.Y H:i'));
}
+ return 0;
}
}
diff --git a/core/Command/User/ListCommand.php b/core/Command/User/ListCommand.php
index 103a9993756..a30b1cae118 100644
--- a/core/Command/User/ListCommand.php
+++ b/core/Command/User/ListCommand.php
@@ -2,7 +2,8 @@
/**
* @copyright Copyright (c) 2016 Robin Appelman <robin@icewind.nl>
*
- * @author John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
+ * @author Joas Schilling <coding@schilljs.com>
+ * @author John Molakvoæ <skjnldsv@protonmail.com>
* @author Robin Appelman <robin@icewind.nl>
*
* @license GNU AGPL version 3 or any later version
@@ -14,14 +15,13 @@
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
*/
-
namespace OC\Core\Command\User;
use OC\Core\Command\Base;
@@ -60,13 +60,13 @@ class ListCommand extends Base {
'l',
InputOption::VALUE_OPTIONAL,
'Number of users to retrieve',
- 500
+ '500'
)->addOption(
'offset',
'o',
InputOption::VALUE_OPTIONAL,
'Offset for retrieving users',
- 0
+ '0'
)->addOption(
'output',
null,
@@ -81,10 +81,11 @@ class ListCommand extends Base {
);
}
- protected function execute(InputInterface $input, OutputInterface $output) {
+ protected function execute(InputInterface $input, OutputInterface $output): int {
$users = $this->userManager->search('', (int) $input->getOption('limit'), (int) $input->getOption('offset'));
$this->writeArrayInOutputFormat($input, $output, $this->formatUsers($users, (bool)$input->getOption('info')));
+ return 0;
}
/**
@@ -96,7 +97,7 @@ class ListCommand extends Base {
$keys = array_map(function (IUser $user) {
return $user->getUID();
}, $users);
-
+
$values = array_map(function (IUser $user) use ($detailed) {
if ($detailed) {
$groups = $this->groupManager->getUserGroupIds($user);
diff --git a/core/Command/User/Report.php b/core/Command/User/Report.php
index 77fbcc124fa..9df828ca7da 100644
--- a/core/Command/User/Report.php
+++ b/core/Command/User/Report.php
@@ -1,8 +1,12 @@
<?php
+
+declare(strict_types=1);
+
/**
* @copyright Copyright (c) 2016, ownCloud, Inc.
*
* @author Arthur Schiwon <blizzz@arthur-schiwon.de>
+ * @author Christoph Wurst <christoph@winzerhof-wurst.at>
* @author Joas Schilling <coding@schilljs.com>
* @author Morris Jobke <hey@morrisjobke.de>
* @author Roeland Jago Douma <roeland@famdouma.nl>
@@ -23,41 +27,53 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>
*
*/
-
namespace OC\Core\Command\User;
+use OC\Files\View;
+use OCP\IConfig;
use OCP\IUserManager;
use Symfony\Component\Console\Command\Command;
use Symfony\Component\Console\Helper\Table;
use Symfony\Component\Console\Input\InputInterface;
+use Symfony\Component\Console\Input\InputOption;
use Symfony\Component\Console\Output\OutputInterface;
class Report extends Command {
+ public const DEFAULT_COUNT_DIRS_MAX_USERS = 500;
+
/** @var IUserManager */
protected $userManager;
+ /** @var IConfig */
+ private $config;
- /**
- * @param IUserManager $userManager
- */
- public function __construct(IUserManager $userManager) {
+ public function __construct(IUserManager $userManager,
+ IConfig $config) {
$this->userManager = $userManager;
+ $this->config = $config;
parent::__construct();
}
- protected function configure() {
+ protected function configure(): void {
$this
->setName('user:report')
- ->setDescription('shows how many users have access');
+ ->setDescription('shows how many users have access')
+ ->addOption(
+ 'count-dirs',
+ null,
+ InputOption::VALUE_NONE,
+ 'Also count the number of user directories in the database (could time out on huge installations, therefore defaults to no with ' . self::DEFAULT_COUNT_DIRS_MAX_USERS . '+ users)'
+ )
+ ;
}
- protected function execute(InputInterface $input, OutputInterface $output) {
+ protected function execute(InputInterface $input, OutputInterface $output): int {
$table = new Table($output);
$table->setHeaders(['User Report', '']);
$userCountArray = $this->countUsers();
- if(!empty($userCountArray)) {
- $total = 0;
+ $total = 0;
+ if (!empty($userCountArray)) {
$rows = [];
- foreach($userCountArray as $classname => $users) {
+ foreach ($userCountArray as $classname => $users) {
$total += $users;
$rows[] = [$classname, $users];
}
@@ -67,21 +83,28 @@ class Report extends Command {
} else {
$rows[] = ['No backend enabled that supports user counting', ''];
}
-
- $userDirectoryCount = $this->countUserDirectories();
$rows[] = [' '];
- $rows[] = ['user directories', $userDirectoryCount];
+
+ if ($total <= self::DEFAULT_COUNT_DIRS_MAX_USERS || $input->getOption('count-dirs')) {
+ $userDirectoryCount = $this->countUserDirectories();
+ $rows[] = ['user directories', $userDirectoryCount];
+ }
+
+ $disabledUsers = $this->config->getUsersForUserValue('core', 'enabled', 'false');
+ $disabledUsersCount = count($disabledUsers);
+ $rows[] = ['disabled users', $disabledUsersCount];
$table->setRows($rows);
$table->render();
+ return 0;
}
- private function countUsers() {
+ private function countUsers(): array {
return $this->userManager->countUsers();
}
- private function countUserDirectories() {
- $dataview = new \OC\Files\View('/');
+ private function countUserDirectories(): int {
+ $dataview = new View('/');
$userDirectories = $dataview->getDirectoryContent('/', 'httpd/unix-directory');
return count($userDirectories);
}
diff --git a/core/Command/User/ResetPassword.php b/core/Command/User/ResetPassword.php
index f5b0736d722..798f5dad585 100644
--- a/core/Command/User/ResetPassword.php
+++ b/core/Command/User/ResetPassword.php
@@ -7,7 +7,6 @@
* @author Clark Tomlinson <fallen013@gmail.com>
* @author Joas Schilling <coding@schilljs.com>
* @author Laurens Post <lkpost@scept.re>
- * @author Morris Jobke <hey@morrisjobke.de>
* @author Roeland Jago Douma <roeland@famdouma.nl>
* @author Sujith H <sharidasan@owncloud.com>
*
@@ -26,7 +25,6 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>
*
*/
-
namespace OC\Core\Command\User;
use OCP\IUserManager;
@@ -67,10 +65,9 @@ class ResetPassword extends Command {
;
}
- protected function execute(InputInterface $input, OutputInterface $output) {
+ protected function execute(InputInterface $input, OutputInterface $output): int {
$username = $input->getArgument('user');
- /** @var $user \OCP\IUser */
$user = $this->userManager->get($username);
if (is_null($user)) {
$output->writeln('<error>User does not exist</error>');
@@ -134,5 +131,6 @@ class ResetPassword extends Command {
$output->writeln("<error>Error while resetting password!</error>");
return 1;
}
+ return 0;
}
}
diff --git a/core/Command/User/Setting.php b/core/Command/User/Setting.php
index 521ac850b92..b677540d170 100644
--- a/core/Command/User/Setting.php
+++ b/core/Command/User/Setting.php
@@ -2,7 +2,9 @@
/**
* @copyright Copyright (c) 2016, ownCloud, Inc.
*
+ * @author Christoph Wurst <christoph@winzerhof-wurst.at>
* @author Joas Schilling <coding@schilljs.com>
+ * @author Johannes Leuker <j.leuker@hosting.de>
* @author Kim Brose <kim.brose@rwth-aachen.de>
* @author Roeland Jago Douma <roeland@famdouma.nl>
*
@@ -21,7 +23,6 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>
*
*/
-
namespace OC\Core\Command\User;
use OC\Core\Command\Base;
@@ -157,7 +158,7 @@ class Setting extends Base {
}
}
- protected function execute(InputInterface $input, OutputInterface $output) {
+ protected function execute(InputInterface $input, OutputInterface $output): int {
try {
$this->checkInput($input);
} catch (\InvalidArgumentException $e) {
@@ -177,45 +178,66 @@ class Setting extends Base {
return 1;
}
- if ($app === 'settings' && $key === 'email') {
+ if ($app === 'settings' && in_array($key , ['email', 'display_name'])) {
$user = $this->userManager->get($uid);
if ($user instanceof IUser) {
- $user->setEMailAddress($input->getArgument('value'));
+ if ($key === 'email') {
+ $user->setEMailAddress($input->getArgument('value'));
+ } elseif ($key === 'display_name') {
+ if (!$user->setDisplayName($input->getArgument('value'))) {
+ if ($user->getDisplayName() === $input->getArgument('value')) {
+ $output->writeln('<error>New and old display name are the same</error>');
+ } elseif ($input->getArgument('value') === '') {
+ $output->writeln('<error>New display name can\'t be empty</error>');
+ } else {
+ $output->writeln('<error>Could not set display name</error>');
+ }
+ return 1;
+ }
+ }
+ // setEmailAddress and setDisplayName both internally set the value
return 0;
}
}
$this->config->setUserValue($uid, $app, $key, $input->getArgument('value'));
return 0;
-
- } else if ($input->hasParameterOption('--delete')) {
+ } elseif ($input->hasParameterOption('--delete')) {
if ($input->hasParameterOption('--error-if-not-exists') && $value === null) {
$output->writeln('<error>The setting does not exist for user "' . $uid . '".</error>');
return 1;
}
- if ($app === 'settings' && $key === 'email') {
+ if ($app === 'settings' && in_array($key , ['email', 'display_name'])) {
$user = $this->userManager->get($uid);
if ($user instanceof IUser) {
- $user->setEMailAddress('');
- return 0;
+ if ($key === 'email') {
+ $user->setEMailAddress('');
+ // setEmailAddress already deletes the value
+ return 0;
+ } elseif ($key === 'display_name') {
+ $output->writeln('<error>Display name can\'t be deleted.</error>');
+ return 1;
+ }
}
}
$this->config->deleteUserValue($uid, $app, $key);
return 0;
-
- } else if ($value !== null) {
+ } elseif ($value !== null) {
$output->writeln($value);
return 0;
+ } elseif ($input->hasParameterOption('--default-value')) {
+ $output->writeln($input->getOption('default-value'));
+ return 0;
} else {
- if ($input->hasParameterOption('--default-value')) {
- $output->writeln($input->getOption('default-value'));
+ if ($app === 'settings' && $key === 'display_name') {
+ $user = $this->userManager->get($uid);
+ $output->writeln($user->getDisplayName());
return 0;
- } else {
- $output->writeln('<error>The setting does not exist for user "' . $uid . '".</error>');
- return 1;
}
+ $output->writeln('<error>The setting does not exist for user "' . $uid . '".</error>');
+ return 1;
}
} else {
$settings = $this->getUserSettings($uid, $app);
@@ -239,6 +261,10 @@ class Setting extends Base {
while ($row = $result->fetch()) {
$settings[$row['appid']][$row['configkey']] = $row['configvalue'];
}
+
+ $user = $this->userManager->get($uid);
+ $settings['settings']['display_name'] = $user->getDisplayName();
+
$result->closeCursor();
return $settings;
diff --git a/core/Controller/AppPasswordController.php b/core/Controller/AppPasswordController.php
index 2f8c1184def..41f0f6e4f27 100644
--- a/core/Controller/AppPasswordController.php
+++ b/core/Controller/AppPasswordController.php
@@ -5,6 +5,7 @@ declare(strict_types=1);
/**
* @copyright Copyright (c) 2018, Roeland Jago Douma <roeland@famdouma.nl>
*
+ * @author Christoph Wurst <christoph@winzerhof-wurst.at>
* @author Daniel Kesselberg <mail@danielkesselberg.de>
* @author Roeland Jago Douma <roeland@famdouma.nl>
*
@@ -17,16 +18,16 @@ declare(strict_types=1);
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
*/
-
namespace OC\Core\Controller;
+use OC\Authentication\Events\AppPasswordCreatedEvent;
use OC\Authentication\Exceptions\InvalidTokenException;
use OC\Authentication\Token\IProvider;
use OC\Authentication\Token\IToken;
@@ -35,11 +36,10 @@ use OCP\AppFramework\OCS\OCSForbiddenException;
use OCP\Authentication\Exceptions\CredentialsUnavailableException;
use OCP\Authentication\Exceptions\PasswordUnavailableException;
use OCP\Authentication\LoginCredentials\IStore;
+use OCP\EventDispatcher\IEventDispatcher;
use OCP\IRequest;
use OCP\ISession;
use OCP\Security\ISecureRandom;
-use Symfony\Component\EventDispatcher\EventDispatcherInterface;
-use Symfony\Component\EventDispatcher\GenericEvent;
class AppPasswordController extends \OCP\AppFramework\OCSController {
@@ -55,7 +55,7 @@ class AppPasswordController extends \OCP\AppFramework\OCSController {
/** @var IStore */
private $credentialStore;
- /** @var EventDispatcherInterface */
+ /** @var IEventDispatcher */
private $eventDispatcher;
public function __construct(string $appName,
@@ -64,7 +64,7 @@ class AppPasswordController extends \OCP\AppFramework\OCSController {
ISecureRandom $random,
IProvider $tokenProvider,
IStore $credentialStore,
- EventDispatcherInterface $eventDispatcher) {
+ IEventDispatcher $eventDispatcher) {
parent::__construct($appName, $request);
$this->session = $session;
@@ -112,8 +112,9 @@ class AppPasswordController extends \OCP\AppFramework\OCSController {
IToken::DO_NOT_REMEMBER
);
- $event = new GenericEvent($generatedToken);
- $this->eventDispatcher->dispatch('app_password_created', $event);
+ $this->eventDispatcher->dispatchTyped(
+ new AppPasswordCreatedEvent($generatedToken)
+ );
return new DataResponse([
'apppassword' => $token
diff --git a/core/Controller/AutoCompleteController.php b/core/Controller/AutoCompleteController.php
index 12414b50f30..6cbca91ec0f 100644
--- a/core/Controller/AutoCompleteController.php
+++ b/core/Controller/AutoCompleteController.php
@@ -6,7 +6,9 @@ declare(strict_types=1);
* @copyright Copyright (c) 2017 Arthur Schiwon <blizzz@arthur-schiwon.de>
*
* @author Arthur Schiwon <blizzz@arthur-schiwon.de>
+ * @author Christoph Wurst <christoph@winzerhof-wurst.at>
* @author Joas Schilling <coding@schilljs.com>
+ * @author John Molakvoæ <skjnldsv@protonmail.com>
* @author Roeland Jago Douma <roeland@famdouma.nl>
*
* @license GNU AGPL version 3 or any later version
@@ -18,14 +20,13 @@ declare(strict_types=1);
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
*/
-
namespace OC\Core\Controller;
use OCP\AppFramework\Http\DataResponse;
@@ -33,25 +34,25 @@ use OCP\AppFramework\OCSController as Controller;
use OCP\Collaboration\AutoComplete\AutoCompleteEvent;
use OCP\Collaboration\AutoComplete\IManager;
use OCP\Collaboration\Collaborators\ISearch;
+use OCP\EventDispatcher\IEventDispatcher;
use OCP\IRequest;
-use OCP\Share;
-use Symfony\Component\EventDispatcher\EventDispatcherInterface;
+use OCP\Share\IShare;
class AutoCompleteController extends Controller {
/** @var ISearch */
private $collaboratorSearch;
+
/** @var IManager */
private $autoCompleteManager;
- /** @var EventDispatcherInterface */
+
+ /** @var IEventDispatcher */
private $dispatcher;
- public function __construct(
- string $appName,
- IRequest $request,
- ISearch $collaboratorSearch,
- IManager $autoCompleteManager,
- EventDispatcherInterface $dispatcher
- ) {
+ public function __construct(string $appName,
+ IRequest $request,
+ ISearch $collaboratorSearch,
+ IManager $autoCompleteManager,
+ IEventDispatcher $dispatcher) {
parent::__construct($appName, $request);
$this->collaboratorSearch = $collaboratorSearch;
@@ -70,7 +71,7 @@ class AutoCompleteController extends Controller {
* @param int $limit
* @return DataResponse
*/
- public function get($search, $itemType, $itemId, $sorter = null, $shareTypes = [Share::SHARE_TYPE_USER], $limit = 10): DataResponse {
+ public function get($search, $itemType, $itemId, $sorter = null, $shareTypes = [IShare::TYPE_USER], $limit = 10): DataResponse {
// if enumeration/user listings are disabled, we'll receive an empty
// result from search() – thus nothing else to do here.
[$results,] = $this->collaboratorSearch->search($search, $shareTypes, false, $limit, 0);
@@ -91,7 +92,7 @@ class AutoCompleteController extends Controller {
unset($results['exact']);
$results = array_merge_recursive($exactMatches, $results);
- if($sorter !== null) {
+ if ($sorter !== null) {
$sorters = array_reverse(explode('|', $sorter));
$this->autoCompleteManager->runSorters($sorters, $results, [
'itemType' => $itemType,
@@ -113,7 +114,10 @@ class AutoCompleteController extends Controller {
$output[] = [
'id' => (string) $result['value']['shareWith'],
'label' => $result['label'],
+ 'icon' => $result['icon'] ?? '',
'source' => $type,
+ 'status' => $result['status'] ?? '',
+ 'subline' => $result['subline'] ?? '',
];
}
}
diff --git a/core/Controller/AvatarController.php b/core/Controller/AvatarController.php
index ac07129a04f..3b87bf15b2f 100644
--- a/core/Controller/AvatarController.php
+++ b/core/Controller/AvatarController.php
@@ -2,13 +2,16 @@
/**
* @copyright Copyright (c) 2016, ownCloud, Inc.
*
+ * @author Christoph Wurst <christoph@winzerhof-wurst.at>
+ * @author Daniel Kesselberg <mail@danielkesselberg.de>
* @author Joas Schilling <coding@schilljs.com>
- * @author John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
+ * @author John Molakvoæ <skjnldsv@protonmail.com>
+ * @author Julien Veyssier <eneiluj@posteo.net>
* @author Lukas Reschke <lukas@statuscode.ch>
* @author Morris Jobke <hey@morrisjobke.de>
* @author Roeland Jago Douma <roeland@famdouma.nl>
* @author Thomas Müller <thomas.mueller@tmit.eu>
- * @author Vincent Petry <pvince81@owncloud.com>
+ * @author Vincent Petry <vincent@nextcloud.com>
*
* @license AGPL-3.0
*
@@ -25,11 +28,9 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>
*
*/
-
namespace OC\Core\Controller;
use OC\AppFramework\Utility\TimeFactory;
-use OCP\Accounts\IAccountManager;
use OCP\AppFramework\Controller;
use OCP\AppFramework\Http;
use OCP\AppFramework\Http\DataDisplayResponse;
@@ -78,8 +79,6 @@ class AvatarController extends Controller {
/** @var TimeFactory */
protected $timeFactory;
- /** @var IAccountManager */
- private $accountManager;
public function __construct($appName,
IRequest $request,
@@ -90,8 +89,7 @@ class AvatarController extends Controller {
IRootFolder $rootFolder,
ILogger $logger,
$userId,
- TimeFactory $timeFactory,
- IAccountManager $accountManager) {
+ TimeFactory $timeFactory) {
parent::__construct($appName, $request);
$this->avatarManager = $avatarManager;
@@ -102,7 +100,6 @@ class AvatarController extends Controller {
$this->logger = $logger;
$this->userId = $userId;
$this->timeFactory = $timeFactory;
- $this->accountManager = $accountManager;
}
@@ -124,21 +121,6 @@ class AvatarController extends Controller {
$size = 64;
}
- $user = $this->userManager->get($userId);
- if ($user === null) {
- return new JSONResponse([], Http::STATUS_NOT_FOUND);
- }
-
- $account = $this->accountManager->getAccount($user);
- $scope = $account->getProperty(IAccountManager::PROPERTY_AVATAR)->getScope();
-
- if ($scope !== IAccountManager::VISIBILITY_PUBLIC && $this->userId === null) {
- // Public avatar access is not allowed
- $response = new JSONResponse([], Http::STATUS_NOT_FOUND);
- $response->cacheFor(1800);
- return $response;
- }
-
try {
$avatar = $this->avatarManager->getAvatar($userId);
$avatarFile = $avatar->getFile($size);
@@ -151,8 +133,8 @@ class AvatarController extends Controller {
return new JSONResponse([], Http::STATUS_NOT_FOUND);
}
- // Cache for 30 minutes
- $response->cacheFor(1800);
+ // Cache for 1 day
+ $response->cacheFor(60 * 60 * 24);
return $response;
}
@@ -173,7 +155,7 @@ class AvatarController extends Controller {
if (!($node instanceof File)) {
return new JSONResponse(['data' => ['message' => $this->l->t('Please select a file.')]]);
}
- if ($node->getSize() > 20*1024*1024) {
+ if ($node->getSize() > 20 * 1024 * 1024) {
return new JSONResponse(
['data' => ['message' => $this->l->t('File is too big')]],
Http::STATUS_BAD_REQUEST
@@ -201,7 +183,7 @@ class AvatarController extends Controller {
is_uploaded_file($files['tmp_name'][0]) &&
!\OC\Files\Filesystem::isFileBlacklisted($files['tmp_name'][0])
) {
- if ($files['size'][0] > 20*1024*1024) {
+ if ($files['size'][0] > 20 * 1024 * 1024) {
return new JSONResponse(
['data' => ['message' => $this->l->t('File is too big')]],
Http::STATUS_BAD_REQUEST
@@ -211,8 +193,20 @@ class AvatarController extends Controller {
$content = $this->cache->get('avatar_upload');
unlink($files['tmp_name'][0]);
} else {
+ $phpFileUploadErrors = [
+ UPLOAD_ERR_OK => $this->l->t('The file was uploaded'),
+ UPLOAD_ERR_INI_SIZE => $this->l->t('The uploaded file exceeds the upload_max_filesize directive in php.ini'),
+ UPLOAD_ERR_FORM_SIZE => $this->l->t('The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form'),
+ UPLOAD_ERR_PARTIAL => $this->l->t('The file was only partially uploaded'),
+ UPLOAD_ERR_NO_FILE => $this->l->t('No file was uploaded'),
+ UPLOAD_ERR_NO_TMP_DIR => $this->l->t('Missing a temporary folder'),
+ UPLOAD_ERR_CANT_WRITE => $this->l->t('Could not write file to disk'),
+ UPLOAD_ERR_EXTENSION => $this->l->t('A PHP extension stopped the file upload'),
+ ];
+ $message = $phpFileUploadErrors[$files['error'][0]] ?? $this->l->t('Invalid file provided');
+ $this->logger->warning($message, ['app' => 'core']);
return new JSONResponse(
- ['data' => ['message' => $this->l->t('Invalid file provided')]],
+ ['data' => ['message' => $message]],
Http::STATUS_BAD_REQUEST
);
}
@@ -258,7 +252,7 @@ class AvatarController extends Controller {
/**
* @NoAdminRequired
- *
+ *
* @return JSONResponse
*/
public function deleteAvatar() {
@@ -281,8 +275,8 @@ class AvatarController extends Controller {
$tmpAvatar = $this->cache->get('tmpAvatar');
if (is_null($tmpAvatar)) {
return new JSONResponse(['data' => [
- 'message' => $this->l->t("No temporary profile picture available, try again")
- ]],
+ 'message' => $this->l->t("No temporary profile picture available, try again")
+ ]],
Http::STATUS_NOT_FOUND);
}
@@ -319,8 +313,8 @@ class AvatarController extends Controller {
$tmpAvatar = $this->cache->get('tmpAvatar');
if (is_null($tmpAvatar)) {
return new JSONResponse(['data' => [
- 'message' => $this->l->t("No temporary profile picture available, try again")
- ]],
+ 'message' => $this->l->t("No temporary profile picture available, try again")
+ ]],
Http::STATUS_BAD_REQUEST);
}
diff --git a/core/Controller/CSRFTokenController.php b/core/Controller/CSRFTokenController.php
index b120acbcd5f..510d5e64d9f 100644
--- a/core/Controller/CSRFTokenController.php
+++ b/core/Controller/CSRFTokenController.php
@@ -17,14 +17,13 @@ declare(strict_types=1);
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
*/
-
namespace OC\Core\Controller;
use OC\Security\CSRF\CsrfTokenManager;
@@ -66,5 +65,4 @@ class CSRFTokenController extends Controller {
'token' => $requestToken->getEncryptedValue(),
]);
}
-
}
diff --git a/core/Controller/ClientFlowLoginController.php b/core/Controller/ClientFlowLoginController.php
index ffdfd9f9f0a..2ba26deb0e7 100644
--- a/core/Controller/ClientFlowLoginController.php
+++ b/core/Controller/ClientFlowLoginController.php
@@ -3,7 +3,9 @@
* @copyright Copyright (c) 2017 Lukas Reschke <lukas@statuscode.ch>
*
* @author Bjoern Schiessle <bjoern@schiessle.org>
+ * @author Christoph Wurst <christoph@winzerhof-wurst.at>
* @author Daniel Kesselberg <mail@danielkesselberg.de>
+ * @author Joas Schilling <coding@schilljs.com>
* @author Lukas Reschke <lukas@statuscode.ch>
* @author Mario Danic <mario@lovelyhq.com>
* @author Morris Jobke <hey@morrisjobke.de>
@@ -20,16 +22,16 @@
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
*/
-
namespace OC\Core\Controller;
+use OC\Authentication\Events\AppPasswordCreatedEvent;
use OC\Authentication\Exceptions\InvalidTokenException;
use OC\Authentication\Exceptions\PasswordlessTokenException;
use OC\Authentication\Token\IProvider;
@@ -42,6 +44,7 @@ use OCP\AppFramework\Http;
use OCP\AppFramework\Http\Response;
use OCP\AppFramework\Http\StandaloneTemplateResponse;
use OCP\Defaults;
+use OCP\EventDispatcher\IEventDispatcher;
use OCP\IL10N;
use OCP\IRequest;
use OCP\ISession;
@@ -50,8 +53,6 @@ use OCP\IUserSession;
use OCP\Security\ICrypto;
use OCP\Security\ISecureRandom;
use OCP\Session\Exceptions\SessionNotAvailableException;
-use Symfony\Component\EventDispatcher\EventDispatcherInterface;
-use Symfony\Component\EventDispatcher\GenericEvent;
class ClientFlowLoginController extends Controller {
/** @var IUserSession */
@@ -74,10 +75,10 @@ class ClientFlowLoginController extends Controller {
private $accessTokenMapper;
/** @var ICrypto */
private $crypto;
- /** @var EventDispatcherInterface */
+ /** @var IEventDispatcher */
private $eventDispatcher;
- const stateName = 'client.flow.state.token';
+ public const STATE_NAME = 'client.flow.state.token';
/**
* @param string $appName
@@ -92,7 +93,7 @@ class ClientFlowLoginController extends Controller {
* @param ClientMapper $clientMapper
* @param AccessTokenMapper $accessTokenMapper
* @param ICrypto $crypto
- * @param EventDispatcherInterface $eventDispatcher
+ * @param IEventDispatcher $eventDispatcher
*/
public function __construct($appName,
IRequest $request,
@@ -106,7 +107,7 @@ class ClientFlowLoginController extends Controller {
ClientMapper $clientMapper,
AccessTokenMapper $accessTokenMapper,
ICrypto $crypto,
- EventDispatcherInterface $eventDispatcher) {
+ IEventDispatcher $eventDispatcher) {
parent::__construct($appName, $request);
$this->userSession = $userSession;
$this->l10n = $l10n;
@@ -134,8 +135,8 @@ class ClientFlowLoginController extends Controller {
* @return bool
*/
private function isValidToken($stateToken) {
- $currentToken = $this->session->get(self::stateName);
- if(!is_string($stateToken) || !is_string($currentToken)) {
+ $currentToken = $this->session->get(self::STATE_NAME);
+ if (!is_string($stateToken) || !is_string($currentToken)) {
return false;
}
return hash_equals($currentToken, $stateToken);
@@ -169,7 +170,7 @@ class ClientFlowLoginController extends Controller {
public function showAuthPickerPage($clientIdentifier = '') {
$clientName = $this->getClientName();
$client = null;
- if($clientIdentifier !== '') {
+ if ($clientIdentifier !== '') {
$client = $this->clientMapper->getByIdentifier($clientIdentifier);
$clientName = $client->getName();
}
@@ -197,7 +198,7 @@ class ClientFlowLoginController extends Controller {
64,
ISecureRandom::CHAR_LOWER.ISecureRandom::CHAR_UPPER.ISecureRandom::CHAR_DIGITS
);
- $this->session->set(self::stateName, $stateToken);
+ $this->session->set(self::STATE_NAME, $stateToken);
$csp = new Http\ContentSecurityPolicy();
if ($client) {
@@ -237,13 +238,13 @@ class ClientFlowLoginController extends Controller {
*/
public function grantPage($stateToken = '',
$clientIdentifier = '') {
- if(!$this->isValidToken($stateToken)) {
+ if (!$this->isValidToken($stateToken)) {
return $this->stateTokenForbiddenResponse();
}
$clientName = $this->getClientName();
$client = null;
- if($clientIdentifier !== '') {
+ if ($clientIdentifier !== '') {
$client = $this->clientMapper->getByIdentifier($clientIdentifier);
$clientName = $client->getName();
}
@@ -284,12 +285,12 @@ class ClientFlowLoginController extends Controller {
*/
public function generateAppPassword($stateToken,
$clientIdentifier = '') {
- if(!$this->isValidToken($stateToken)) {
- $this->session->remove(self::stateName);
+ if (!$this->isValidToken($stateToken)) {
+ $this->session->remove(self::STATE_NAME);
return $this->stateTokenForbiddenResponse();
}
- $this->session->remove(self::stateName);
+ $this->session->remove(self::STATE_NAME);
try {
$sessionId = $this->session->getId();
@@ -315,7 +316,7 @@ class ClientFlowLoginController extends Controller {
$clientName = $this->getClientName();
$client = false;
- if($clientIdentifier !== '') {
+ if ($clientIdentifier !== '') {
$client = $this->clientMapper->getByIdentifier($clientIdentifier);
$clientName = $client->getName();
}
@@ -332,7 +333,7 @@ class ClientFlowLoginController extends Controller {
IToken::DO_NOT_REMEMBER
);
- if($client) {
+ if ($client) {
$code = $this->random->generate(128, ISecureRandom::CHAR_UPPER.ISecureRandom::CHAR_LOWER.ISecureRandom::CHAR_DIGITS);
$accessToken = new AccessToken();
$accessToken->setClientId($client->getId());
@@ -342,7 +343,7 @@ class ClientFlowLoginController extends Controller {
$this->accessTokenMapper->insert($accessToken);
$redirectUri = $client->getRedirectUri();
-
+
if (parse_url($redirectUri, PHP_URL_QUERY)) {
$redirectUri .= '&';
} else {
@@ -362,8 +363,9 @@ class ClientFlowLoginController extends Controller {
$this->tokenProvider->invalidateToken($sessionId);
}
- $event = new GenericEvent($generatedToken);
- $this->eventDispatcher->dispatch('app_password_created', $event);
+ $this->eventDispatcher->dispatchTyped(
+ new AppPasswordCreatedEvent($generatedToken)
+ );
return new Http\RedirectResponse($redirectUri);
}
@@ -376,6 +378,24 @@ class ClientFlowLoginController extends Controller {
return $this->stateTokenForbiddenResponse();
}
+ try {
+ $token = $this->tokenProvider->getToken($password);
+ if ($token->getLoginName() !== $user) {
+ throw new InvalidTokenException('login name does not match');
+ }
+ } catch (InvalidTokenException $e) {
+ $response = new StandaloneTemplateResponse(
+ $this->appName,
+ '403',
+ [
+ 'message' => $this->l10n->t('Invalid app password'),
+ ],
+ 'guest'
+ );
+ $response->setStatus(Http::STATUS_FORBIDDEN);
+ return $response;
+ }
+
$redirectUri = 'nc://login/server:' . $this->getServerPath() . '&user:' . urlencode($user) . '&password:' . urlencode($password);
return new Http\RedirectResponse($redirectUri);
}
@@ -385,7 +405,7 @@ class ClientFlowLoginController extends Controller {
if (strpos($this->request->getRequestUri(), '/index.php') !== false) {
$serverPostfix = substr($this->request->getRequestUri(), 0, strpos($this->request->getRequestUri(), '/index.php'));
- } else if (strpos($this->request->getRequestUri(), '/login/flow') !== false) {
+ } elseif (strpos($this->request->getRequestUri(), '/login/flow') !== false) {
$serverPostfix = substr($this->request->getRequestUri(), 0, strpos($this->request->getRequestUri(), '/login/flow'));
}
diff --git a/core/Controller/ClientFlowLoginV2Controller.php b/core/Controller/ClientFlowLoginV2Controller.php
index 836606d301b..205c1ff8a1c 100644
--- a/core/Controller/ClientFlowLoginV2Controller.php
+++ b/core/Controller/ClientFlowLoginV2Controller.php
@@ -5,6 +5,8 @@ declare(strict_types=1);
/**
* @copyright Copyright (c) 2019, Roeland Jago Douma <roeland@famdouma.nl>
*
+ * @author Christoph Wurst <christoph@winzerhof-wurst.at>
+ * @author Joas Schilling <coding@schilljs.com>
* @author Roeland Jago Douma <roeland@famdouma.nl>
*
* @license GNU AGPL version 3 or any later version
@@ -16,14 +18,13 @@ declare(strict_types=1);
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
*/
-
namespace OC\Core\Controller;
use OC\Core\Db\LoginFlowV2;
@@ -43,9 +44,8 @@ use OCP\IURLGenerator;
use OCP\Security\ISecureRandom;
class ClientFlowLoginV2Controller extends Controller {
-
- private const tokenName = 'client.flow.v2.login.token';
- private const stateName = 'client.flow.v2.state.token';
+ public const TOKEN_NAME = 'client.flow.v2.login.token';
+ public const STATE_NAME = 'client.flow.v2.state.token';
/** @var LoginFlowV2Service */
private $loginFlowV2Service;
@@ -105,7 +105,7 @@ class ClientFlowLoginV2Controller extends Controller {
return $this->loginTokenForbiddenResponse();
}
- $this->session->set(self::tokenName, $token);
+ $this->session->set(self::TOKEN_NAME, $token);
return new RedirectResponse(
$this->urlGenerator->linkToRouteAbsolute('core.ClientFlowLoginV2.showAuthPickerPage')
@@ -128,7 +128,7 @@ class ClientFlowLoginV2Controller extends Controller {
64,
ISecureRandom::CHAR_LOWER.ISecureRandom::CHAR_UPPER.ISecureRandom::CHAR_DIGITS
);
- $this->session->set(self::stateName, $stateToken);
+ $this->session->set(self::STATE_NAME, $stateToken);
return new StandaloneTemplateResponse(
$this->appName,
@@ -150,7 +150,7 @@ class ClientFlowLoginV2Controller extends Controller {
* @NoSameSiteCookieRequired
*/
public function grantPage(string $stateToken): StandaloneTemplateResponse {
- if(!$this->isValidStateToken($stateToken)) {
+ if (!$this->isValidStateToken($stateToken)) {
return $this->stateTokenForbiddenResponse();
}
@@ -178,7 +178,7 @@ class ClientFlowLoginV2Controller extends Controller {
* @UseSession
*/
public function generateAppPassword(string $stateToken): Response {
- if(!$this->isValidStateToken($stateToken)) {
+ if (!$this->isValidStateToken($stateToken)) {
return $this->stateTokenForbiddenResponse();
}
@@ -188,11 +188,11 @@ class ClientFlowLoginV2Controller extends Controller {
return $this->loginTokenForbiddenResponse();
}
- $loginToken = $this->session->get(self::tokenName);
+ $loginToken = $this->session->get(self::TOKEN_NAME);
// Clear session variables
- $this->session->remove(self::tokenName);
- $this->session->remove(self::stateName);
+ $this->session->remove(self::TOKEN_NAME);
+ $this->session->remove(self::STATE_NAME);
$sessionId = $this->session->getId();
$result = $this->loginFlowV2Service->flowDone($loginToken, $sessionId, $this->getServerPath(), $this->userId);
@@ -240,8 +240,8 @@ class ClientFlowLoginV2Controller extends Controller {
}
private function isValidStateToken(string $stateToken): bool {
- $currentToken = $this->session->get(self::stateName);
- if(!is_string($stateToken) || !is_string($currentToken)) {
+ $currentToken = $this->session->get(self::STATE_NAME);
+ if (!is_string($stateToken) || !is_string($currentToken)) {
return false;
}
return hash_equals($currentToken, $stateToken);
@@ -265,8 +265,8 @@ class ClientFlowLoginV2Controller extends Controller {
* @throws LoginFlowV2NotFoundException
*/
private function getFlowByLoginToken(): LoginFlowV2 {
- $currentToken = $this->session->get(self::tokenName);
- if(!is_string($currentToken)) {
+ $currentToken = $this->session->get(self::TOKEN_NAME);
+ if (!is_string($currentToken)) {
throw new LoginFlowV2NotFoundException('Login token not set in session');
}
@@ -291,7 +291,7 @@ class ClientFlowLoginV2Controller extends Controller {
if (strpos($this->request->getRequestUri(), '/index.php') !== false) {
$serverPostfix = substr($this->request->getRequestUri(), 0, strpos($this->request->getRequestUri(), '/index.php'));
- } else if (strpos($this->request->getRequestUri(), '/login/v2') !== false) {
+ } elseif (strpos($this->request->getRequestUri(), '/login/v2') !== false) {
$serverPostfix = substr($this->request->getRequestUri(), 0, strpos($this->request->getRequestUri(), '/login/v2'));
}
diff --git a/core/Controller/CollaborationResourcesController.php b/core/Controller/CollaborationResourcesController.php
index 72bcf351db0..114423e1a2f 100644
--- a/core/Controller/CollaborationResourcesController.php
+++ b/core/Controller/CollaborationResourcesController.php
@@ -18,14 +18,13 @@ declare(strict_types=1);
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
*/
-
namespace OC\Core\Controller;
use Exception;
diff --git a/core/Controller/ContactsMenuController.php b/core/Controller/ContactsMenuController.php
index 8b7962f97ef..6c967e7e019 100644
--- a/core/Controller/ContactsMenuController.php
+++ b/core/Controller/ContactsMenuController.php
@@ -15,14 +15,13 @@
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
*/
-
namespace OC\Core\Controller;
use OC\Contacts\ContactsMenu\Manager;
diff --git a/core/Controller/CssController.php b/core/Controller/CssController.php
index 3e7215966bc..e1d7d5178cd 100644
--- a/core/Controller/CssController.php
+++ b/core/Controller/CssController.php
@@ -5,11 +5,12 @@ declare(strict_types=1);
/**
* @copyright Copyright (c) 2016, John Molakvoæ (skjnldsv@protonmail.com)
*
+ * @author Christoph Wurst <christoph@winzerhof-wurst.at>
* @author Joas Schilling <coding@schilljs.com>
- * @author John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
+ * @author John Molakvoæ <skjnldsv@protonmail.com>
* @author Morris Jobke <hey@morrisjobke.de>
* @author Roeland Jago Douma <roeland@famdouma.nl>
- * @author Thomas Citharel <tcit@tcit.fr>
+ * @author Thomas Citharel <nextcloud@tcit.fr>
*
* @license GNU AGPL version 3 or any later version
*
@@ -20,14 +21,13 @@ declare(strict_types=1);
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
*/
-
namespace OC\Core\Controller;
use OC\Files\AppData\Factory;
@@ -75,7 +75,7 @@ class CssController extends Controller {
$folder = $this->appData->getFolder($appName);
$gzip = false;
$file = $this->getFile($folder, $fileName, $gzip);
- } catch(NotFoundException $e) {
+ } catch (NotFoundException $e) {
return new NotFoundResponse();
}
diff --git a/core/Controller/GuestAvatarController.php b/core/Controller/GuestAvatarController.php
index 38b5cfd2941..57900af810d 100644
--- a/core/Controller/GuestAvatarController.php
+++ b/core/Controller/GuestAvatarController.php
@@ -13,14 +13,13 @@
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
*/
-
namespace OC\Core\Controller;
use OCP\AppFramework\Controller;
diff --git a/core/Controller/JsController.php b/core/Controller/JsController.php
index f2accc21b45..937df073e81 100644
--- a/core/Controller/JsController.php
+++ b/core/Controller/JsController.php
@@ -5,11 +5,12 @@ declare(strict_types=1);
/**
* @copyright 2017, Roeland Jago Douma <roeland@famdouma.nl>
*
+ * @author Christoph Wurst <christoph@winzerhof-wurst.at>
* @author Joas Schilling <coding@schilljs.com>
- * @author John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
+ * @author John Molakvoæ <skjnldsv@protonmail.com>
* @author Morris Jobke <hey@morrisjobke.de>
* @author Roeland Jago Douma <roeland@famdouma.nl>
- * @author Thomas Citharel <tcit@tcit.fr>
+ * @author Thomas Citharel <nextcloud@tcit.fr>
*
* @license GNU AGPL version 3 or any later version
*
@@ -20,14 +21,13 @@ declare(strict_types=1);
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
*/
-
namespace OC\Core\Controller;
use OC\Files\AppData\Factory;
@@ -72,7 +72,7 @@ class JsController extends Controller {
$folder = $this->appData->getFolder($appName);
$gzip = false;
$file = $this->getFile($folder, $fileName, $gzip);
- } catch(NotFoundException $e) {
+ } catch (NotFoundException $e) {
return new NotFoundResponse();
}
diff --git a/core/Controller/LoginController.php b/core/Controller/LoginController.php
index 13aef8f67ab..8a96db97c9e 100644
--- a/core/Controller/LoginController.php
+++ b/core/Controller/LoginController.php
@@ -7,6 +7,7 @@
* @author Christoph Wurst <christoph@winzerhof-wurst.at>
* @author Daniel Kesselberg <mail@danielkesselberg.de>
* @author Joas Schilling <coding@schilljs.com>
+ * @author John Molakvoæ <skjnldsv@protonmail.com>
* @author Julius Härtl <jus@bitgrid.net>
* @author Lukas Reschke <lukas@statuscode.ch>
* @author Michael Weimann <mail@michael-weimann.eu>
@@ -28,12 +29,12 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>
*
*/
-
namespace OC\Core\Controller;
use OC\AppFramework\Http\Request;
use OC\Authentication\Login\Chain;
use OC\Authentication\Login\LoginData;
+use OC\Authentication\WebAuthn\Manager as WebAuthnManager;
use OC\Security\Bruteforce\Throttler;
use OC\User\Session;
use OC_App;
@@ -56,9 +57,8 @@ use OCP\IUserSession;
use OCP\Util;
class LoginController extends Controller {
-
- const LOGIN_MSG_INVALIDPASSWORD = 'invalidpassword';
- const LOGIN_MSG_USERDISABLED = 'userdisabled';
+ public const LOGIN_MSG_INVALIDPASSWORD = 'invalidpassword';
+ public const LOGIN_MSG_USERDISABLED = 'userdisabled';
/** @var IUserManager */
private $userManager;
@@ -80,6 +80,8 @@ class LoginController extends Controller {
private $loginChain;
/** @var IInitialStateService */
private $initialStateService;
+ /** @var WebAuthnManager */
+ private $webAuthnManager;
public function __construct(?string $appName,
IRequest $request,
@@ -92,7 +94,8 @@ class LoginController extends Controller {
Defaults $defaults,
Throttler $throttler,
Chain $loginChain,
- IInitialStateService $initialStateService) {
+ IInitialStateService $initialStateService,
+ WebAuthnManager $webAuthnManager) {
parent::__construct($appName, $request);
$this->userManager = $userManager;
$this->config = $config;
@@ -104,6 +107,7 @@ class LoginController extends Controller {
$this->throttler = $throttler;
$this->loginChain = $loginChain;
$this->initialStateService = $initialStateService;
+ $this->webAuthnManager = $webAuthnManager;
}
/**
@@ -151,7 +155,7 @@ class LoginController extends Controller {
$loginMessages = $this->session->get('loginMessages');
if (is_array($loginMessages)) {
- list($errors, $messages) = $loginMessages;
+ [$errors, $messages] = $loginMessages;
$this->initialStateService->provideInitialState('core', 'loginMessages', $messages);
$this->initialStateService->provideInitialState('core', 'loginErrors', $errors);
}
@@ -170,7 +174,10 @@ class LoginController extends Controller {
);
if (!empty($redirect_url)) {
- $this->initialStateService->provideInitialState('core', 'loginRedirectUrl', $redirect_url);
+ [$url, ] = explode('?', $redirect_url);
+ if ($url !== $this->urlGenerator->linkToRoute('core.login.logout')) {
+ $this->initialStateService->provideInitialState('core', 'loginRedirectUrl', $redirect_url);
+ }
}
$this->initialStateService->provideInitialState(
@@ -181,6 +188,10 @@ class LoginController extends Controller {
$this->setPasswordResetInitialState($user);
+ $this->initialStateService->provideInitialState('core', 'webauthn-available', $this->webAuthnManager->isWebAuthnAvailable());
+
+ $this->initialStateService->provideInitialState('core', 'hideLoginForm', $this->config->getSystemValueBool('hide_login_form', false));
+
// OpenGraph Support: http://ogp.me/
Util::addHeader('meta', ['property' => 'og:title', 'content' => Util::sanitizeHTML($this->defaults->getName())]);
Util::addHeader('meta', ['property' => 'og:description', 'content' => Util::sanitizeHTML($this->defaults->getSlogan())]);
@@ -192,6 +203,9 @@ class LoginController extends Controller {
$parameters = [
'alt_login' => OC_App::getAlternativeLogIns(),
];
+
+ $this->initialStateService->provideInitialState('core', 'countAlternativeLogins', count($parameters['alt_login']));
+
return new TemplateResponse(
$this->appName, 'login', $parameters, 'guest'
);
@@ -253,7 +267,7 @@ class LoginController extends Controller {
private function generateRedirect(?string $redirectUrl): RedirectResponse {
if ($redirectUrl !== null && $this->userSession->isLoggedIn()) {
- $location = $this->urlGenerator->getAbsoluteURL(urldecode($redirectUrl));
+ $location = $this->urlGenerator->getAbsoluteURL($redirectUrl);
// Deny the redirect if the URL contains a @
// This prevents unvalidated redirects like ?redirect_url=:user@domain.com
if (strpos($location, '@') === false) {
@@ -327,7 +341,7 @@ class LoginController extends Controller {
$user, $originalUser, $redirect_url, string $loginMessage) {
// Read current user and append if possible we need to
// return the unmodified user otherwise we will leak the login name
- $args = $user !== null ? ['user' => $originalUser] : [];
+ $args = $user !== null ? ['user' => $originalUser, 'direct' => 1] : [];
if ($redirect_url !== null) {
$args['redirect_url'] = $redirect_url;
}
diff --git a/core/Controller/LostController.php b/core/Controller/LostController.php
index cdeec469e04..99427132f5e 100644
--- a/core/Controller/LostController.php
+++ b/core/Controller/LostController.php
@@ -5,7 +5,7 @@
* @author Arthur Schiwon <blizzz@arthur-schiwon.de>
* @author Bernhard Posselt <dev@bernhard-posselt.com>
* @author Bjoern Schiessle <bjoern@schiessle.org>
- * @author Björn Schießle <bjoern@schiessle.org>
+ * @author Christoph Wurst <christoph@winzerhof-wurst.at>
* @author Daniel Kesselberg <mail@danielkesselberg.de>
* @author Joas Schilling <coding@schilljs.com>
* @author Julius Haertl <jus@bitgrid.net>
@@ -33,7 +33,6 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>
*
*/
-
namespace OC\Core\Controller;
use function array_filter;
@@ -159,8 +158,8 @@ class LostController extends Controller {
public function resetform($token, $userId) {
if ($this->config->getSystemValue('lost_password_link', '') !== '') {
return new TemplateResponse('core', 'error', [
- 'errors' => [['error' => $this->l10n->t('Password reset is disabled')]]
- ],
+ 'errors' => [['error' => $this->l10n->t('Password reset is disabled')]]
+ ],
'guest'
);
}
@@ -195,7 +194,7 @@ class LostController extends Controller {
*/
protected function checkPasswordResetToken($token, $userId) {
$user = $this->userManager->get($userId);
- if($user === null || !$user->isEnabled()) {
+ if ($user === null || !$user->isEnabled()) {
throw new \Exception($this->l10n->t('Couldn\'t reset password because the token is invalid'));
}
@@ -212,11 +211,11 @@ class LostController extends Controller {
}
$splittedToken = explode(':', $decryptedToken);
- if(count($splittedToken) !== 2) {
+ if (count($splittedToken) !== 2) {
throw new \Exception($this->l10n->t('Couldn\'t reset password because the token is invalid'));
}
- if ($splittedToken[0] < ($this->timeFactory->getTime() - 60*60*24*7) ||
+ if ($splittedToken[0] < ($this->timeFactory->getTime() - 60 * 60 * 24 * 7) ||
$user->getLastLogin() > $splittedToken[0]) {
throw new \Exception($this->l10n->t('Couldn\'t reset password because the token is expired'));
}
@@ -231,7 +230,7 @@ class LostController extends Controller {
* @param array $additional
* @return array
*/
- private function error($message, array $additional=[]) {
+ private function error($message, array $additional = []) {
return array_merge(['status' => 'error', 'msg' => $message], $additional);
}
@@ -240,7 +239,7 @@ class LostController extends Controller {
* @return array
*/
private function success($data = []) {
- return array_merge($data, ['status'=>'success']);
+ return array_merge($data, ['status' => 'success']);
}
/**
@@ -251,7 +250,7 @@ class LostController extends Controller {
* @param string $user
* @return JSONResponse
*/
- public function email($user){
+ public function email($user) {
if ($this->config->getSystemValue('lost_password_link', '') !== '') {
return new JSONResponse($this->error($this->l10n->t('Password reset is disabled')));
}
@@ -318,9 +317,9 @@ class LostController extends Controller {
$this->config->deleteUserValue($userId, 'core', 'lostpassword');
@\OC::$server->getUserSession()->unsetMagicInCookie();
- } catch (HintException $e){
+ } catch (HintException $e) {
return $this->error($e->getHint());
- } catch (\Exception $e){
+ } catch (\Exception $e) {
return $this->error($e->getMessage());
}
@@ -378,7 +377,7 @@ class LostController extends Controller {
try {
$message = $this->mailer->createMessage();
- $message->setTo([$email => $user->getUID()]);
+ $message->setTo([$email => $user->getDisplayName()]);
$message->setFrom([$this->from => $this->defaults->getName()]);
$message->useTemplate($emailTemplate);
$this->mailer->send($message);
diff --git a/core/Controller/NavigationController.php b/core/Controller/NavigationController.php
index ad88985ce76..9d0565145c3 100644
--- a/core/Controller/NavigationController.php
+++ b/core/Controller/NavigationController.php
@@ -3,7 +3,6 @@
* @copyright Copyright (c) 2018 Julius Härtl <jus@bitgrid.net>
*
* @author Julius Härtl <jus@bitgrid.net>
- * @author Roeland Jago Douma <roeland@famdouma.nl>
*
* @license GNU AGPL version 3 or any later version
*
@@ -14,14 +13,13 @@
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
*/
-
namespace OC\Core\Controller;
use OCP\AppFramework\Http;
diff --git a/core/Controller/OCJSController.php b/core/Controller/OCJSController.php
index 617f6b25236..71f0941b46c 100644
--- a/core/Controller/OCJSController.php
+++ b/core/Controller/OCJSController.php
@@ -4,6 +4,7 @@
*
* @author Bjoern Schiessle <bjoern@schiessle.org>
* @author Joas Schilling <coding@schilljs.com>
+ * @author John Molakvoæ <skjnldsv@protonmail.com>
* @author Lukas Reschke <lukas@statuscode.ch>
* @author Morris Jobke <hey@morrisjobke.de>
* @author Roeland Jago Douma <roeland@famdouma.nl>
@@ -17,14 +18,13 @@
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
*/
-
namespace OC\Core\Controller;
use bantu\IniGetWrapper\IniGetWrapper;
@@ -37,6 +37,7 @@ use OCP\AppFramework\Http\DataDisplayResponse;
use OCP\Defaults;
use OCP\IConfig;
use OCP\IGroupManager;
+use OCP\IInitialStateService;
use OCP\IRequest;
use OCP\ISession;
use OCP\IURLGenerator;
@@ -63,6 +64,7 @@ class OCJSController extends Controller {
* @param IniGetWrapper $iniWrapper
* @param IURLGenerator $urlGenerator
* @param CapabilitiesManager $capabilitiesManager
+ * @param IInitialStateService $initialStateService
*/
public function __construct($appName,
IRequest $request,
@@ -75,7 +77,8 @@ class OCJSController extends Controller {
IGroupManager $groupManager,
IniGetWrapper $iniWrapper,
IURLGenerator $urlGenerator,
- CapabilitiesManager $capabilitiesManager) {
+ CapabilitiesManager $capabilitiesManager,
+ IInitialStateService $initialStateService) {
parent::__construct($appName, $request);
$this->helper = new JSConfigHelper(
@@ -88,7 +91,8 @@ class OCJSController extends Controller {
$groupManager,
$iniWrapper,
$urlGenerator,
- $capabilitiesManager
+ $capabilitiesManager,
+ $initialStateService
);
}
diff --git a/core/Controller/OCSController.php b/core/Controller/OCSController.php
index 60ea12f017c..63a25591ef0 100644
--- a/core/Controller/OCSController.php
+++ b/core/Controller/OCSController.php
@@ -1,7 +1,9 @@
<?php
/**
+ * @copyright Copyright (c) 2016 Roeland Jago Douma <roeland@famdouma.nl>
*
- *
+ * @author Christoph Wurst <christoph@winzerhof-wurst.at>
+ * @author Daniel Kesselberg <mail@danielkesselberg.de>
* @author Joas Schilling <coding@schilljs.com>
* @author Julius Härtl <jus@bitgrid.net>
* @author Lukas Reschke <lukas@statuscode.ch>
@@ -16,14 +18,13 @@
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
*/
-
namespace OC\Core\Controller;
use OC\CapabilitiesManager;
@@ -91,7 +92,7 @@ class OCSController extends \OCP\AppFramework\OCSController {
*/
public function getCapabilities() {
$result = [];
- list($major, $minor, $micro) = \OCP\Util::getVersion();
+ [$major, $minor, $micro] = \OCP\Util::getVersion();
$result['version'] = [
'major' => $major,
'minor' => $minor,
@@ -101,13 +102,15 @@ class OCSController extends \OCP\AppFramework\OCSController {
'extendedSupport' => \OCP\Util::hasExtendedSupport()
];
- if($this->userSession->isLoggedIn()) {
+ if ($this->userSession->isLoggedIn()) {
$result['capabilities'] = $this->capabilitiesManager->getCapabilities();
} else {
$result['capabilities'] = $this->capabilitiesManager->getCapabilities(true);
}
- return new DataResponse($result);
+ $response = new DataResponse($result);
+ $response->setETag(md5(json_encode($result)));
+ return $response;
}
/**
@@ -144,7 +147,7 @@ class OCSController extends \OCP\AppFramework\OCSController {
public function getIdentityProof($cloudId) {
$userObject = $this->userManager->get($cloudId);
- if($userObject !== null) {
+ if ($userObject !== null) {
$key = $this->keyManager->getKey($userObject);
$data = [
'public' => $key->getPublic(),
diff --git a/core/Controller/PreviewController.php b/core/Controller/PreviewController.php
index 3fd1ce2c868..1224ea39877 100644
--- a/core/Controller/PreviewController.php
+++ b/core/Controller/PreviewController.php
@@ -5,6 +5,7 @@ declare(strict_types=1);
/**
* @copyright Copyright (c) 2016, Roeland Jago Douma <roeland@famdouma.nl>
*
+ * @author Christoph Wurst <christoph@winzerhof-wurst.at>
* @author Morris Jobke <hey@morrisjobke.de>
* @author Roeland Jago Douma <roeland@famdouma.nl>
*
@@ -17,14 +18,13 @@ declare(strict_types=1);
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
*/
-
namespace OC\Core\Controller;
use OCP\AppFramework\Controller;
@@ -85,14 +85,13 @@ class PreviewController extends Controller {
* @param string $mode
* @return DataResponse|FileDisplayResponse
*/
- public function getPreview (
+ public function getPreview(
string $file = '',
int $x = 32,
int $y = 32,
bool $a = false,
bool $forceIcon = true,
string $mode = 'fill'): Http\Response {
-
if ($file === '' || $x === 0 || $y === 0) {
return new DataResponse([], Http::STATUS_BAD_REQUEST);
}
@@ -127,7 +126,6 @@ class PreviewController extends Controller {
bool $a = false,
bool $forceIcon = true,
string $mode = 'fill') {
-
if ($fileId === -1 || $x === 0 || $y === 0) {
return new DataResponse([], Http::STATUS_BAD_REQUEST);
}
@@ -157,10 +155,9 @@ class PreviewController extends Controller {
Node $node,
int $x,
int $y,
- bool $a = false,
- bool $forceIcon = true,
+ bool $a,
+ bool $forceIcon,
string $mode) : Http\Response {
-
if (!($node instanceof File) || (!$forceIcon && !$this->preview->isAvailable($node))) {
return new DataResponse([], Http::STATUS_NOT_FOUND);
}
@@ -178,6 +175,5 @@ class PreviewController extends Controller {
} catch (\InvalidArgumentException $e) {
return new DataResponse([], Http::STATUS_BAD_REQUEST);
}
-
}
}
diff --git a/core/Controller/RecommendedAppsController.php b/core/Controller/RecommendedAppsController.php
index fe3435d9be8..1b6650ed902 100644
--- a/core/Controller/RecommendedAppsController.php
+++ b/core/Controller/RecommendedAppsController.php
@@ -16,14 +16,13 @@ declare(strict_types=1);
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
*/
-
namespace OC\Core\Controller;
use OCP\AppFramework\Controller;
@@ -51,5 +50,4 @@ class RecommendedAppsController extends Controller {
$this->initialStateService->provideInitialState('core', 'defaultPageUrl', \OC_Util::getDefaultPageUrl());
return new StandaloneTemplateResponse($this->appName, 'recommendedapps', [], 'guest');
}
-
}
diff --git a/core/Controller/SearchController.php b/core/Controller/SearchController.php
index 8d3a6f623b7..95d100a393d 100644
--- a/core/Controller/SearchController.php
+++ b/core/Controller/SearchController.php
@@ -5,6 +5,7 @@ declare(strict_types=1);
/**
* @copyright 2018, Roeland Jago Douma <roeland@famdouma.nl>
*
+ * @author Robin Appelman <robin@icewind.nl>
* @author Roeland Jago Douma <roeland@famdouma.nl>
*
* @license GNU AGPL version 3 or any later version
@@ -16,32 +17,39 @@ declare(strict_types=1);
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
*/
-
namespace OC\Core\Controller;
use OCP\AppFramework\Controller;
use OCP\AppFramework\Http\JSONResponse;
+use OCP\ILogger;
use OCP\IRequest;
use OCP\ISearch;
+use OCP\Search\Result;
class SearchController extends Controller {
/** @var ISearch */
private $searcher;
+ /** @var ILogger */
+ private $logger;
- public function __construct(string $appName,
- IRequest $request,
- ISearch $search) {
+ public function __construct(
+ string $appName,
+ IRequest $request,
+ ISearch $search,
+ ILogger $logger
+ ) {
parent::__construct($appName, $request);
$this->searcher = $search;
+ $this->logger = $logger;
}
/**
@@ -50,6 +58,15 @@ class SearchController extends Controller {
public function search(string $query, array $inApps = [], int $page = 1, int $size = 30): JSONResponse {
$results = $this->searcher->searchPaged($query, $inApps, $page, $size);
+ $results = array_filter($results, function (Result $result) {
+ if (json_encode($result, JSON_HEX_TAG) === false) {
+ $this->logger->warning("Skipping search result due to invalid encoding: {type: " . $result->type . ", id: " . $result->id . "}");
+ return false;
+ } else {
+ return true;
+ }
+ });
+
return new JSONResponse($results);
}
}
diff --git a/core/Controller/SetupController.php b/core/Controller/SetupController.php
index 7449717831b..704a2507b5a 100644
--- a/core/Controller/SetupController.php
+++ b/core/Controller/SetupController.php
@@ -29,7 +29,6 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>
*
*/
-
namespace OC\Core\Controller;
use OC\Setup;
@@ -44,7 +43,7 @@ class SetupController {
/**
* @param Setup $setupHelper
*/
- function __construct(Setup $setupHelper) {
+ public function __construct(Setup $setupHelper) {
$this->autoConfigFile = \OC::$configDir.'autoconfig.php';
$this->setupHelper = $setupHelper;
}
@@ -70,12 +69,12 @@ class SetupController {
return;
}
- if(isset($post['install']) AND $post['install']=='true') {
+ if (isset($post['install']) and $post['install'] == 'true') {
// We have to launch the installation process :
$e = $this->setupHelper->install($post);
$errors = ['errors' => $e];
- if(count($e) > 0) {
+ if (count($e) > 0) {
$options = array_merge($opts, $post, $errors);
$this->display($options);
} else {
@@ -104,12 +103,11 @@ class SetupController {
];
$parameters = array_merge($defaults, $post);
- \OC_Util::addScript('setup');
\OC_Template::printGuestPage('', 'installation', $parameters);
}
private function finishSetup(bool $installRecommended) {
- if( file_exists( $this->autoConfigFile )) {
+ if (file_exists($this->autoConfigFile)) {
unlink($this->autoConfigFile);
}
\OC::$server->getIntegrityCodeChecker()->runInstanceVerification();
@@ -130,18 +128,18 @@ class SetupController {
}
public function loadAutoConfig($post) {
- if( file_exists($this->autoConfigFile)) {
+ if (file_exists($this->autoConfigFile)) {
\OCP\Util::writeLog('core', 'Autoconfig file found, setting up Nextcloud…', ILogger::INFO);
$AUTOCONFIG = [];
include $this->autoConfigFile;
- $post = array_merge ($post, $AUTOCONFIG);
+ $post = array_merge($post, $AUTOCONFIG);
}
$dbIsSet = isset($post['dbtype']);
$directoryIsSet = isset($post['directory']);
$adminAccountIsSet = isset($post['adminlogin']);
- if ($dbIsSet AND $directoryIsSet AND $adminAccountIsSet) {
+ if ($dbIsSet and $directoryIsSet and $adminAccountIsSet) {
$post['install'] = 'true';
}
$post['dbIsSet'] = $dbIsSet;
diff --git a/core/Controller/SvgController.php b/core/Controller/SvgController.php
index 63105e1c0f1..ea73ba118d9 100644
--- a/core/Controller/SvgController.php
+++ b/core/Controller/SvgController.php
@@ -5,12 +5,13 @@ declare(strict_types=1);
/**
* @copyright Copyright (c) 2018, John Molakvoæ (skjnldsv@protonmail.com)
*
+ * @author Christoph Wurst <christoph@winzerhof-wurst.at>
+ * @author Daniel Kesselberg <mail@danielkesselberg.de>
* @author Joas Schilling <coding@schilljs.com>
- * @author John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
+ * @author John Molakvoæ <skjnldsv@protonmail.com>
* @author Julius Härtl <jus@bitgrid.net>
- * @author Michael Weimann <mail@michael-weimann.eu>
* @author Roeland Jago Douma <roeland@famdouma.nl>
- * @author Thomas Citharel <tcit@tcit.fr>
+ * @author Thomas Citharel <nextcloud@tcit.fr>
*
* @license GNU AGPL version 3 or any later version
*
@@ -21,17 +22,17 @@ declare(strict_types=1);
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
*/
-
namespace OC\Core\Controller;
use OC\Template\IconsCacher;
+use OCP\App\AppPathNotFoundException;
use OCP\App\IAppManager;
use OCP\AppFramework\Controller;
use OCP\AppFramework\Http;
@@ -61,7 +62,7 @@ class SvgController extends Controller {
IconsCacher $iconsCacher) {
parent::__construct($appName, $request);
- $this->serverRoot = \OC::$SERVERROOT;
+ $this->serverRoot = \OC::$SERVERROOT;
$this->timeFactory = $timeFactory;
$this->appManager = $appManager;
$this->iconsCacher = $iconsCacher;
@@ -97,13 +98,13 @@ class SvgController extends Controller {
* @return DataDisplayResponse|NotFoundResponse
*/
public function getSvgFromApp(string $app, string $fileName, string $color = 'ffffff') {
- $appRootPath = $this->appManager->getAppPath($app);
- $appPath = substr($appRootPath, strlen($this->serverRoot));
-
- if (!$appPath) {
+ try {
+ $appPath = $this->appManager->getAppPath($app);
+ } catch (AppPathNotFoundException $e) {
return new NotFoundResponse();
}
- $path = $this->serverRoot . $appPath ."/img/$fileName.svg";
+
+ $path = $appPath . "/img/$fileName.svg";
return $this->getSvg($path, $color, $fileName);
}
diff --git a/core/Controller/TwoFactorChallengeController.php b/core/Controller/TwoFactorChallengeController.php
index 4209e48e648..e08454caea6 100644
--- a/core/Controller/TwoFactorChallengeController.php
+++ b/core/Controller/TwoFactorChallengeController.php
@@ -23,7 +23,6 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>
*
*/
-
namespace OC\Core\Controller;
use OC\Authentication\TwoFactorAuth\Manager;
@@ -108,7 +107,7 @@ class TwoFactorChallengeController extends Controller {
$user = $this->userSession->getUser();
$providerSet = $this->twoFactorManager->getProviderSet($user);
$allProviders = $providerSet->getProviders();
- list($providers, $backupProvider) = $this->splitProvidersAndBackupCodes($allProviders);
+ [$providers, $backupProvider] = $this->splitProvidersAndBackupCodes($allProviders);
$setupProviders = $this->twoFactorManager->getLoginSetupProviders($user);
$data = [
@@ -278,5 +277,4 @@ class TwoFactorChallengeController extends Controller {
]
));
}
-
}
diff --git a/core/Controller/UnifiedSearchController.php b/core/Controller/UnifiedSearchController.php
new file mode 100644
index 00000000000..93fbb323ee5
--- /dev/null
+++ b/core/Controller/UnifiedSearchController.php
@@ -0,0 +1,153 @@
+<?php
+
+declare(strict_types=1);
+
+/**
+ * @copyright 2020 Christoph Wurst <christoph@winzerhof-wurst.at>
+ *
+ * @author Christoph Wurst <christoph@winzerhof-wurst.at>
+ * @author Joas Schilling <coding@schilljs.com>
+ * @author John Molakvoæ <skjnldsv@protonmail.com>
+ *
+ * @license GNU AGPL version 3 or any later version
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Affero General Public License as
+ * published by the Free Software Foundation, either version 3 of the
+ * License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Affero General Public License for more details.
+ *
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ *
+ */
+namespace OC\Core\Controller;
+
+use OC\Search\SearchComposer;
+use OC\Search\SearchQuery;
+use OCP\AppFramework\OCSController;
+use OCP\AppFramework\Http;
+use OCP\AppFramework\Http\DataResponse;
+use OCP\IRequest;
+use OCP\IUserSession;
+use OCP\Route\IRouter;
+use OCP\Search\ISearchQuery;
+use Symfony\Component\Routing\Exception\ResourceNotFoundException;
+
+class UnifiedSearchController extends OCSController {
+
+ /** @var SearchComposer */
+ private $composer;
+
+ /** @var IUserSession */
+ private $userSession;
+
+ /** @var IRouter */
+ private $router;
+
+ public function __construct(IRequest $request,
+ IUserSession $userSession,
+ SearchComposer $composer,
+ IRouter $router) {
+ parent::__construct('core', $request);
+
+ $this->composer = $composer;
+ $this->userSession = $userSession;
+ $this->router = $router;
+ }
+
+ /**
+ * @NoAdminRequired
+ * @NoCSRFRequired
+ *
+ * @param string $from the url the user is currently at
+ *
+ * @return DataResponse
+ */
+ public function getProviders(string $from = ''): DataResponse {
+ [$route, $parameters] = $this->getRouteInformation($from);
+
+ $result = $this->composer->getProviders($route, $parameters);
+ $response = new DataResponse($result);
+ $response->setETag(md5(json_encode($result)));
+ return $response;
+ }
+
+ /**
+ * @NoAdminRequired
+ * @NoCSRFRequired
+ *
+ * @param string $providerId
+ * @param string $term
+ * @param int|null $sortOrder
+ * @param int|null $limit
+ * @param int|string|null $cursor
+ * @param string $from
+ *
+ * @return DataResponse
+ */
+ public function search(string $providerId,
+ string $term = '',
+ ?int $sortOrder = null,
+ ?int $limit = null,
+ $cursor = null,
+ string $from = ''): DataResponse {
+ if (empty(trim($term))) {
+ return new DataResponse(null, Http::STATUS_BAD_REQUEST);
+ }
+ [$route, $routeParameters] = $this->getRouteInformation($from);
+
+ return new DataResponse(
+ $this->composer->search(
+ $this->userSession->getUser(),
+ $providerId,
+ new SearchQuery(
+ $term,
+ $sortOrder ?? ISearchQuery::SORT_DATE_DESC,
+ $limit ?? SearchQuery::LIMIT_DEFAULT,
+ $cursor,
+ $route,
+ $routeParameters
+ )
+ )
+ );
+ }
+
+ protected function getRouteInformation(string $url): array {
+ $routeStr = '';
+ $parameters = [];
+
+ if ($url !== '') {
+ $urlParts = parse_url($url);
+
+ try {
+ $parameters = $this->router->findMatchingRoute($urlParts['path']);
+
+ // contacts.PageController.index => contacts.Page.index
+ $route = $parameters['caller'];
+ if (substr($route[1], -10) === 'Controller') {
+ $route[1] = substr($route[1], 0, -10);
+ }
+ $routeStr = implode('.', $route);
+
+ // cleanup
+ unset($parameters['_route'], $parameters['action'], $parameters['caller']);
+ } catch (ResourceNotFoundException $exception) {
+ }
+
+ if (isset($urlParts['query'])) {
+ parse_str($urlParts['query'], $queryParameters);
+ $parameters = array_merge($parameters, $queryParameters);
+ }
+ }
+
+ return [
+ $routeStr,
+ $parameters,
+ ];
+ }
+}
diff --git a/core/Controller/UserController.php b/core/Controller/UserController.php
index 54c5202a59f..6d50348c2a5 100644
--- a/core/Controller/UserController.php
+++ b/core/Controller/UserController.php
@@ -2,6 +2,7 @@
/**
* @copyright Copyright (c) 2016, ownCloud, Inc.
*
+ * @author Christoph Wurst <christoph@winzerhof-wurst.at>
* @author Lukas Reschke <lukas@statuscode.ch>
* @author Morris Jobke <hey@morrisjobke.de>
* @author Roeland Jago Douma <roeland@famdouma.nl>
@@ -21,7 +22,6 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>
*
*/
-
namespace OC\Core\Controller;
use OCP\AppFramework\Controller;
@@ -70,6 +70,5 @@ class UserController extends Controller {
];
return new JSONResponse($json);
-
}
}
diff --git a/core/Controller/WalledGardenController.php b/core/Controller/WalledGardenController.php
index 5bd66225076..4aff72beb44 100644
--- a/core/Controller/WalledGardenController.php
+++ b/core/Controller/WalledGardenController.php
@@ -2,6 +2,7 @@
/**
* @copyright 2017, Roeland Jago Douma <roeland@famdouma.nl>
*
+ * @author Christoph Wurst <christoph@winzerhof-wurst.at>
* @author Roeland Jago Douma <roeland@famdouma.nl>
*
* @license GNU AGPL version 3 or any later version
@@ -13,14 +14,13 @@
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
*/
-
namespace OC\Core\Controller;
use OCP\AppFramework\Controller;
@@ -35,7 +35,7 @@ class WalledGardenController extends Controller {
*
* @return Response
*/
- function get() {
+ public function get() {
$resp = new Response();
$resp->setStatus(Http::STATUS_NO_CONTENT);
return $resp;
diff --git a/core/Controller/WebAuthnController.php b/core/Controller/WebAuthnController.php
new file mode 100644
index 00000000000..1aab505f16a
--- /dev/null
+++ b/core/Controller/WebAuthnController.php
@@ -0,0 +1,118 @@
+<?php
+
+declare(strict_types=1);
+
+/**
+ * @copyright Copyright (c) 2020, Roeland Jago Douma <roeland@famdouma.nl>
+ *
+ * @author Christoph Wurst <christoph@winzerhof-wurst.at>
+ * @author Roeland Jago Douma <roeland@famdouma.nl>
+ *
+ * @license GNU AGPL version 3 or any later version
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Affero General Public License as
+ * published by the Free Software Foundation, either version 3 of the
+ * License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Affero General Public License for more details.
+ *
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ *
+ */
+namespace OC\Core\Controller;
+
+use OC\Authentication\Login\LoginData;
+use OC\Authentication\Login\WebAuthnChain;
+use OC\Authentication\WebAuthn\Manager;
+use OCP\AppFramework\Controller;
+use OCP\AppFramework\Http;
+use OCP\AppFramework\Http\JSONResponse;
+use OCP\ILogger;
+use OCP\IRequest;
+use OCP\ISession;
+use OCP\Util;
+use Webauthn\PublicKeyCredentialRequestOptions;
+
+class WebAuthnController extends Controller {
+ private const WEBAUTHN_LOGIN = 'webauthn_login';
+ private const WEBAUTHN_LOGIN_UID = 'webauthn_login_uid';
+
+ /** @var Manager */
+ private $webAuthnManger;
+
+ /** @var ISession */
+ private $session;
+
+ /** @var ILogger */
+ private $logger;
+
+ /** @var WebAuthnChain */
+ private $webAuthnChain;
+
+ public function __construct($appName, IRequest $request, Manager $webAuthnManger, ISession $session, ILogger $logger, WebAuthnChain $webAuthnChain) {
+ parent::__construct($appName, $request);
+
+ $this->webAuthnManger = $webAuthnManger;
+ $this->session = $session;
+ $this->logger = $logger;
+ $this->webAuthnChain = $webAuthnChain;
+ }
+
+ /**
+ * @NoAdminRequired
+ * @PublicPage
+ * @UseSession
+ */
+ public function startAuthentication(string $loginName): JSONResponse {
+ $this->logger->debug('Starting WebAuthn login');
+
+ $this->logger->debug('Converting login name to UID');
+ $uid = $loginName;
+ Util::emitHook(
+ '\OCA\Files_Sharing\API\Server2Server',
+ 'preLoginNameUsedAsUserName',
+ ['uid' => &$uid]
+ );
+ $this->logger->debug('Got UID: ' . $uid);
+
+ $publicKeyCredentialRequestOptions = $this->webAuthnManger->startAuthentication($uid, $this->request->getServerHost());
+ $this->session->set(self::WEBAUTHN_LOGIN, json_encode($publicKeyCredentialRequestOptions));
+ $this->session->set(self::WEBAUTHN_LOGIN_UID, $uid);
+
+ return new JSONResponse($publicKeyCredentialRequestOptions);
+ }
+
+ /**
+ * @NoAdminRequired
+ * @PublicPage
+ * @UseSession
+ */
+ public function finishAuthentication(string $data): JSONResponse {
+ $this->logger->debug('Validating WebAuthn login');
+
+ if (!$this->session->exists(self::WEBAUTHN_LOGIN) || !$this->session->exists(self::WEBAUTHN_LOGIN_UID)) {
+ $this->logger->debug('Trying to finish WebAuthn login without session data');
+ return new JSONResponse([], Http::STATUS_BAD_REQUEST);
+ }
+
+ // Obtain the publicKeyCredentialOptions from when we started the registration
+ $publicKeyCredentialRequestOptions = PublicKeyCredentialRequestOptions::createFromString($this->session->get(self::WEBAUTHN_LOGIN));
+ $uid = $this->session->get(self::WEBAUTHN_LOGIN_UID);
+ $this->webAuthnManger->finishAuthentication($publicKeyCredentialRequestOptions, $data, $uid);
+
+ //TODO: add other parameters
+ $loginData = new LoginData(
+ $this->request,
+ $uid,
+ ''
+ );
+ $this->webAuthnChain->process($loginData);
+
+ return new JSONResponse([]);
+ }
+}
diff --git a/core/Controller/WellKnownController.php b/core/Controller/WellKnownController.php
new file mode 100644
index 00000000000..12384b6f9ad
--- /dev/null
+++ b/core/Controller/WellKnownController.php
@@ -0,0 +1,67 @@
+<?php
+
+declare(strict_types=1);
+
+/**
+ * @copyright 2020 Christoph Wurst <christoph@winzerhof-wurst.at>
+ *
+ * @author Christoph Wurst <christoph@winzerhof-wurst.at>
+ *
+ * @license GNU AGPL version 3 or any later version
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Affero General Public License as
+ * published by the Free Software Foundation, either version 3 of the
+ * License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Affero General Public License for more details.
+ *
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ *
+ */
+namespace OC\Core\Controller;
+
+use OC\Http\WellKnown\RequestManager;
+use OCP\AppFramework\Controller;
+use OCP\AppFramework\Http;
+use OCP\AppFramework\Http\JSONResponse;
+use OCP\AppFramework\Http\Response;
+use OCP\IRequest;
+
+class WellKnownController extends Controller {
+
+ /** @var RequestManager */
+ private $requestManager;
+
+ public function __construct(IRequest $request,
+ RequestManager $wellKnownManager) {
+ parent::__construct('core', $request);
+ $this->requestManager = $wellKnownManager;
+ }
+
+ /**
+ * @PublicPage
+ * @NoCSRFRequired
+ *
+ * @return Response
+ */
+ public function handle(string $service): Response {
+ $response = $this->requestManager->process(
+ $service,
+ $this->request
+ );
+
+ if ($response === null) {
+ $httpResponse = new JSONResponse(["message" => "$service not supported"], Http::STATUS_NOT_FOUND);
+ } else {
+ $httpResponse = $response->toHttpResponse();
+ }
+
+ // We add a custom header so that setup checks can detect if their requests are answered by this controller
+ return $httpResponse->addHeader('X-NEXTCLOUD-WELL-KNOWN', '1');
+ }
+}
diff --git a/core/Controller/WhatsNewController.php b/core/Controller/WhatsNewController.php
index 159e88e1474..12024dec030 100644
--- a/core/Controller/WhatsNewController.php
+++ b/core/Controller/WhatsNewController.php
@@ -3,6 +3,7 @@
* @copyright Copyright (c) 2018 Arthur Schiwon <blizzz@arthur-schiwon.de>
*
* @author Arthur Schiwon <blizzz@arthur-schiwon.de>
+ * @author Christoph Wurst <christoph@winzerhof-wurst.at>
*
* @license GNU AGPL version 3 or any later version
*
@@ -13,14 +14,13 @@
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
*/
-
namespace OC\Core\Controller;
use OC\CapabilitiesManager;
@@ -74,13 +74,13 @@ class WhatsNewController extends OCSController {
*/
public function get():DataResponse {
$user = $this->userSession->getUser();
- if($user === null) {
+ if ($user === null) {
throw new \RuntimeException("Acting user cannot be resolved");
}
$lastRead = $this->config->getUserValue($user->getUID(), 'core', 'whatsNewLastRead', 0);
$currentVersion = $this->whatsNewService->normalizeVersion($this->config->getSystemValue('version'));
- if(version_compare($lastRead, $currentVersion, '>=')) {
+ if (version_compare($lastRead, $currentVersion, '>=')) {
return new DataResponse([], Http::STATUS_NO_CONTENT);
}
@@ -89,12 +89,12 @@ class WhatsNewController extends OCSController {
$whatsNew = $this->whatsNewService->getChangesForVersion($currentVersion);
$resultData = [
'changelogURL' => $whatsNew['changelogURL'],
- 'product' => $this->defaults->getName(),
+ 'product' => $this->defaults->getProductName(),
'version' => $currentVersion,
];
do {
$lang = $iterator->current();
- if(isset($whatsNew['whatsNew'][$lang])) {
+ if (isset($whatsNew['whatsNew'][$lang])) {
$resultData['whatsNew'] = $whatsNew['whatsNew'][$lang];
break;
}
@@ -114,7 +114,7 @@ class WhatsNewController extends OCSController {
*/
public function dismiss(string $version):DataResponse {
$user = $this->userSession->getUser();
- if($user === null) {
+ if ($user === null) {
throw new \RuntimeException("Acting user cannot be resolved");
}
$version = $this->whatsNewService->normalizeVersion($version);
diff --git a/core/Controller/WipeController.php b/core/Controller/WipeController.php
index 378fb112850..5eef03b129f 100644
--- a/core/Controller/WipeController.php
+++ b/core/Controller/WipeController.php
@@ -16,14 +16,13 @@ declare(strict_types=1);
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
*/
-
namespace OC\Core\Controller;
use OC\Authentication\Exceptions\InvalidTokenException;
@@ -94,5 +93,4 @@ class WipeController extends Controller {
return new JSONResponse([], Http::STATUS_NOT_FOUND);
}
}
-
}
diff --git a/core/Data/LoginFlowV2Credentials.php b/core/Data/LoginFlowV2Credentials.php
index 61f1cdd795f..4bcd8ab7f92 100644
--- a/core/Data/LoginFlowV2Credentials.php
+++ b/core/Data/LoginFlowV2Credentials.php
@@ -16,14 +16,13 @@ declare(strict_types=1);
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
*/
-
namespace OC\Core\Data;
class LoginFlowV2Credentials implements \JsonSerializable {
@@ -68,6 +67,4 @@ class LoginFlowV2Credentials implements \JsonSerializable {
'appPassword' => $this->appPassword,
];
}
-
-
}
diff --git a/core/Data/LoginFlowV2Tokens.php b/core/Data/LoginFlowV2Tokens.php
index c7438430c3f..0e932d49ed6 100644
--- a/core/Data/LoginFlowV2Tokens.php
+++ b/core/Data/LoginFlowV2Tokens.php
@@ -16,14 +16,13 @@ declare(strict_types=1);
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
*/
-
namespace OC\Core\Data;
class LoginFlowV2Tokens {
@@ -40,7 +39,6 @@ class LoginFlowV2Tokens {
public function getPollToken(): string {
return $this->pollToken;
-
}
public function getLoginToken(): string {
diff --git a/core/Db/LoginFlowV2.php b/core/Db/LoginFlowV2.php
index c78150bf88b..ddf9a5f6413 100644
--- a/core/Db/LoginFlowV2.php
+++ b/core/Db/LoginFlowV2.php
@@ -16,14 +16,13 @@ declare(strict_types=1);
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
*/
-
namespace OC\Core\Db;
use OCP\AppFramework\Db\Entity;
diff --git a/core/Db/LoginFlowV2Mapper.php b/core/Db/LoginFlowV2Mapper.php
index 3d072d132ef..0e44418e010 100644
--- a/core/Db/LoginFlowV2Mapper.php
+++ b/core/Db/LoginFlowV2Mapper.php
@@ -16,14 +16,13 @@ declare(strict_types=1);
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
*/
-
namespace OC\Core\Db;
use OCP\AppFramework\Db\DoesNotExistException;
diff --git a/core/Exception/LoginFlowV2NotFoundException.php b/core/Exception/LoginFlowV2NotFoundException.php
index 6c41fd10a04..9b51906a2dd 100644
--- a/core/Exception/LoginFlowV2NotFoundException.php
+++ b/core/Exception/LoginFlowV2NotFoundException.php
@@ -16,16 +16,14 @@ declare(strict_types=1);
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
*/
-
namespace OC\Core\Exception;
class LoginFlowV2NotFoundException extends \Exception {
-
}
diff --git a/core/Exception/ResetPasswordException.php b/core/Exception/ResetPasswordException.php
index 9f2028068f5..117fb0ab177 100644
--- a/core/Exception/ResetPasswordException.php
+++ b/core/Exception/ResetPasswordException.php
@@ -16,16 +16,14 @@ declare(strict_types=1);
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
*/
-
namespace OC\Core\Exception;
class ResetPasswordException extends \Exception {
-
}
diff --git a/core/Middleware/TwoFactorMiddleware.php b/core/Middleware/TwoFactorMiddleware.php
index ba97f864ad6..0ba8be135f9 100644
--- a/core/Middleware/TwoFactorMiddleware.php
+++ b/core/Middleware/TwoFactorMiddleware.php
@@ -22,7 +22,6 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>
*
*/
-
namespace OC\Core\Middleware;
use Exception;
@@ -114,7 +113,7 @@ class TwoFactorMiddleware extends Middleware {
if ($this->session->exists('app_password') || $this->twoFactorManager->isTwoFactorAuthenticated($user)) {
$this->checkTwoFactor($controller, $methodName, $user);
- } else if ($controller instanceof TwoFactorChallengeController) {
+ } elseif ($controller instanceof TwoFactorChallengeController) {
// Allow access to the two-factor controllers only if two-factor authentication
// is in progress.
throw new UserAlreadyLoggedInException();
@@ -155,5 +154,4 @@ class TwoFactorMiddleware extends Middleware {
throw $exception;
}
-
}
diff --git a/core/Migrations/Version13000Date20170705121758.php b/core/Migrations/Version13000Date20170705121758.php
index 21abebf1584..9436502b4a0 100644
--- a/core/Migrations/Version13000Date20170705121758.php
+++ b/core/Migrations/Version13000Date20170705121758.php
@@ -2,6 +2,8 @@
/**
* @copyright Copyright (c) 2017 Joas Schilling <coding@schilljs.com>
*
+ * @author Christoph Wurst <christoph@winzerhof-wurst.at>
+ * @author Daniel Kesselberg <mail@danielkesselberg.de>
* @author Joas Schilling <coding@schilljs.com>
* @author Roeland Jago Douma <roeland@famdouma.nl>
*
@@ -14,17 +16,16 @@
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
*/
-
namespace OC\Core\Migrations;
-use Doctrine\DBAL\Types\Type;
+use OCP\DB\Types;
use OCP\DB\ISchemaWrapper;
use OCP\Migration\IOutput;
use OCP\Migration\SimpleMigrationStep;
@@ -44,15 +45,15 @@ class Version13000Date20170705121758 extends SimpleMigrationStep {
if (!$schema->hasTable('personal_sections')) {
$table = $schema->createTable('personal_sections');
- $table->addColumn('id', Type::STRING, [
+ $table->addColumn('id', Types::STRING, [
'notnull' => false,
'length' => 64,
]);
- $table->addColumn('class', Type::STRING, [
+ $table->addColumn('class', Types::STRING, [
'notnull' => true,
'length' => 255,
]);
- $table->addColumn('priority', Type::INTEGER, [
+ $table->addColumn('priority', Types::INTEGER, [
'notnull' => true,
'length' => 6,
'default' => 0,
@@ -65,20 +66,20 @@ class Version13000Date20170705121758 extends SimpleMigrationStep {
if (!$schema->hasTable('personal_settings')) {
$table = $schema->createTable('personal_settings');
- $table->addColumn('id', Type::INTEGER, [
+ $table->addColumn('id', Types::INTEGER, [
'autoincrement' => true,
'notnull' => true,
'length' => 20,
]);
- $table->addColumn('class', Type::STRING, [
+ $table->addColumn('class', Types::STRING, [
'notnull' => true,
'length' => 255,
]);
- $table->addColumn('section', Type::STRING, [
+ $table->addColumn('section', Types::STRING, [
'notnull' => false,
'length' => 64,
]);
- $table->addColumn('priority', Type::INTEGER, [
+ $table->addColumn('priority', Types::INTEGER, [
'notnull' => true,
'length' => 6,
'default' => 0,
diff --git a/core/Migrations/Version13000Date20170718121200.php b/core/Migrations/Version13000Date20170718121200.php
index e9f376a7e42..7b959c6073c 100644
--- a/core/Migrations/Version13000Date20170718121200.php
+++ b/core/Migrations/Version13000Date20170718121200.php
@@ -3,8 +3,13 @@
* @copyright Copyright (c) 2017 Joas Schilling <coding@schilljs.com>
*
* @author Bjoern Schiessle <bjoern@schiessle.org>
+ * @author Christoph Wurst <christoph@winzerhof-wurst.at>
* @author Daniel Kesselberg <mail@danielkesselberg.de>
+ * @author Georg Ehrke <oc.list@georgehrke.com>
* @author Joas Schilling <coding@schilljs.com>
+ * @author Julius Härtl <jus@bitgrid.net>
+ * @author Mario Danic <mario@lovelyhq.com>
+ * @author Morris Jobke <hey@morrisjobke.de>
* @author Robin Appelman <robin@icewind.nl>
* @author Roeland Jago Douma <roeland@famdouma.nl>
*
@@ -17,23 +22,48 @@
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
*/
-
namespace OC\Core\Migrations;
-use Doctrine\DBAL\Types\Type;
+use OCP\DB\Types;
use OCP\DB\ISchemaWrapper;
+use OCP\IDBConnection;
use OCP\Migration\IOutput;
use OCP\Migration\SimpleMigrationStep;
class Version13000Date20170718121200 extends SimpleMigrationStep {
+ /** @var IDBConnection */
+ private $connection;
+
+ public function __construct(IDBConnection $connection) {
+ $this->connection = $connection;
+ }
+
+ public function preSchemaChange(IOutput $output, \Closure $schemaClosure, array $options) {
+ /** @var ISchemaWrapper $schema */
+ $schema = $schemaClosure();
+
+ if (!$schema->hasTable('properties')) {
+ return;
+ }
+ // in case we have a properties table from oc we drop it since we will only migrate
+ // the dav_properties values in the postSchemaChange step
+ $table = $schema->getTable('properties');
+ if ($table->hasColumn('fileid')) {
+ $qb = $this->connection->getQueryBuilder();
+ $qb->delete('properties');
+ $qb->execute();
+ }
+ }
+
+
/**
* @param IOutput $output
* @param \Closure $schemaClosure The `\Closure` returns a `ISchemaWrapper`
@@ -71,7 +101,7 @@ class Version13000Date20170718121200 extends SimpleMigrationStep {
'notnull' => false,
'length' => 64,
]);
- $table->addColumn('numeric_id', Type::BIGINT, [
+ $table->addColumn('numeric_id', Types::BIGINT, [
'autoincrement' => true,
'notnull' => true,
'length' => 20,
@@ -94,11 +124,13 @@ class Version13000Date20170718121200 extends SimpleMigrationStep {
'notnull' => true,
'length' => 4,
]);
- $table->addColumn('storage_id', 'integer', [
+ $table->addColumn('storage_id', Types::BIGINT, [
'notnull' => true,
+ 'length' => 20,
]);
- $table->addColumn('root_id', 'integer', [
+ $table->addColumn('root_id', Types::BIGINT, [
'notnull' => true,
+ 'length' => 20,
]);
$table->addColumn('user_id', 'string', [
'notnull' => true,
@@ -108,8 +140,9 @@ class Version13000Date20170718121200 extends SimpleMigrationStep {
'notnull' => true,
'length' => 4000,
]);
- $table->addColumn('mount_id', 'integer', [
+ $table->addColumn('mount_id', Types::BIGINT, [
'notnull' => false,
+ 'length' => 20,
]);
$table->setPrimaryKey(['id']);
$table->addIndex(['user_id'], 'mounts_user_index');
@@ -117,11 +150,20 @@ class Version13000Date20170718121200 extends SimpleMigrationStep {
$table->addIndex(['root_id'], 'mounts_root_index');
$table->addIndex(['mount_id'], 'mounts_mount_id_index');
$table->addUniqueIndex(['user_id', 'root_id'], 'mounts_user_root_index');
+ } else {
+ $table = $schema->getTable('mounts');
+ $table->addColumn('mount_id', Types::BIGINT, [
+ 'notnull' => false,
+ 'length' => 20,
+ ]);
+ if (!$table->hasIndex('mounts_mount_id_index')) {
+ $table->addIndex(['mount_id'], 'mounts_mount_id_index');
+ }
}
if (!$schema->hasTable('mimetypes')) {
$table = $schema->createTable('mimetypes');
- $table->addColumn('id', Type::BIGINT, [
+ $table->addColumn('id', Types::BIGINT, [
'autoincrement' => true,
'notnull' => true,
'length' => 20,
@@ -137,12 +179,12 @@ class Version13000Date20170718121200 extends SimpleMigrationStep {
if (!$schema->hasTable('filecache')) {
$table = $schema->createTable('filecache');
- $table->addColumn('fileid', Type::BIGINT, [
+ $table->addColumn('fileid', Types::BIGINT, [
'autoincrement' => true,
'notnull' => true,
'length' => 20,
]);
- $table->addColumn('storage', Type::BIGINT, [
+ $table->addColumn('storage', Types::BIGINT, [
'notnull' => true,
'length' => 20,
'default' => 0,
@@ -156,7 +198,7 @@ class Version13000Date20170718121200 extends SimpleMigrationStep {
'length' => 32,
'default' => '',
]);
- $table->addColumn('parent', Type::BIGINT, [
+ $table->addColumn('parent', Types::BIGINT, [
'notnull' => true,
'length' => 20,
'default' => 0,
@@ -165,12 +207,12 @@ class Version13000Date20170718121200 extends SimpleMigrationStep {
'notnull' => false,
'length' => 250,
]);
- $table->addColumn('mimetype', Type::BIGINT, [
+ $table->addColumn('mimetype', Types::BIGINT, [
'notnull' => true,
'length' => 20,
'default' => 0,
]);
- $table->addColumn('mimepart', Type::BIGINT, [
+ $table->addColumn('mimepart', Types::BIGINT, [
'notnull' => true,
'length' => 20,
'default' => 0,
@@ -180,12 +222,12 @@ class Version13000Date20170718121200 extends SimpleMigrationStep {
'length' => 8,
'default' => 0,
]);
- $table->addColumn('mtime', Type::BIGINT, [
+ $table->addColumn('mtime', Types::BIGINT, [
'notnull' => true,
'length' => 20,
'default' => 0,
]);
- $table->addColumn('storage_mtime', Type::BIGINT, [
+ $table->addColumn('storage_mtime', Types::BIGINT, [
'notnull' => true,
'length' => 20,
'default' => 0,
@@ -220,6 +262,7 @@ class Version13000Date20170718121200 extends SimpleMigrationStep {
$table->addIndex(['storage', 'mimepart'], 'fs_storage_mimepart');
$table->addIndex(['storage', 'size', 'fileid'], 'fs_storage_size');
$table->addIndex(['mtime'], 'fs_mtime');
+ $table->addIndex(['size'], 'fs_size');
}
if (!$schema->hasTable('group_user')) {
@@ -314,6 +357,28 @@ class Version13000Date20170718121200 extends SimpleMigrationStep {
]);
$table->setPrimaryKey(['id']);
$table->addIndex(['userid'], 'property_index');
+ $table->addIndex(['userid', 'propertypath'], 'properties_path_index');
+ } else {
+ $table = $schema->getTable('properties');
+ if ($table->hasColumn('propertytype')) {
+ $table->dropColumn('propertytype');
+ }
+ if ($table->hasColumn('fileid')) {
+ $table->dropColumn('fileid');
+ }
+ if (!$table->hasColumn('propertypath')) {
+ $table->addColumn('propertypath', 'string', [
+ 'notnull' => true,
+ 'length' => 255,
+ ]);
+ }
+ if (!$table->hasColumn('userid')) {
+ $table->addColumn('userid', 'string', [
+ 'notnull' => false,
+ 'length' => 64,
+ 'default' => '',
+ ]);
+ }
}
if (!$schema->hasTable('share')) {
@@ -409,6 +474,14 @@ class Version13000Date20170718121200 extends SimpleMigrationStep {
$table->addIndex(['parent'], 'parent_index');
$table->addIndex(['uid_owner'], 'owner_index');
$table->addIndex(['uid_initiator'], 'initiator_index');
+ } else {
+ $table = $schema->getTable('share');
+ if (!$table->hasColumn('password')) {
+ $table->addColumn('password', 'string', [
+ 'notnull' => false,
+ 'length' => 255,
+ ]);
+ }
}
if (!$schema->hasTable('jobs')) {
@@ -499,25 +572,25 @@ class Version13000Date20170718121200 extends SimpleMigrationStep {
'default' => '',
]);
$table->addColumn('type', 'smallint', [
- 'notnull' => true,
+ 'notnull' => false,
'length' => 2,
'default' => 0,
'unsigned' => true,
]);
$table->addColumn('remember', 'smallint', [
- 'notnull' => true,
+ 'notnull' => false,
'length' => 1,
'default' => 0,
'unsigned' => true,
]);
$table->addColumn('last_activity', 'integer', [
- 'notnull' => true,
+ 'notnull' => false,
'length' => 4,
'default' => 0,
'unsigned' => true,
]);
$table->addColumn('last_check', 'integer', [
- 'notnull' => true,
+ 'notnull' => false,
'length' => 4,
'default' => 0,
'unsigned' => true,
@@ -528,6 +601,11 @@ class Version13000Date20170718121200 extends SimpleMigrationStep {
$table->setPrimaryKey(['id']);
$table->addUniqueIndex(['token'], 'authtoken_token_index');
$table->addIndex(['last_activity'], 'authtoken_last_activity_idx');
+ } else {
+ $table = $schema->getTable('authtoken');
+ $table->addColumn('scope', 'text', [
+ 'notnull' => false,
+ ]);
}
if (!$schema->hasTable('bruteforce_attempts')) {
@@ -666,7 +744,8 @@ class Version13000Date20170718121200 extends SimpleMigrationStep {
'default' => 0,
'unsigned' => true,
]);
- $table->addUniqueIndex(['objecttype', 'objectid', 'systemtagid'], 'mapping');
+ $table->setPrimaryKey(['objecttype', 'objectid', 'systemtagid'], 'som_pk');
+// $table->addUniqueIndex(['objecttype', 'objectid', 'systemtagid'], 'mapping');
}
if (!$schema->hasTable('systemtag_group')) {
@@ -769,6 +848,10 @@ class Version13000Date20170718121200 extends SimpleMigrationStep {
'length' => 64,
'default' => '',
]);
+ $table->addColumn('reference_id', 'string', [
+ 'notnull' => false,
+ 'length' => 64,
+ ]);
$table->setPrimaryKey(['id']);
$table->addIndex(['parent_id'], 'comments_parent_id_index');
$table->addIndex(['topmost_parent_id'], 'comments_topmost_parent_id_idx');
@@ -797,25 +880,26 @@ class Version13000Date20170718121200 extends SimpleMigrationStep {
'default' => '',
]);
$table->addIndex(['object_type', 'object_id'], 'comments_marker_object_index');
- $table->addUniqueIndex(['user_id', 'object_type', 'object_id'], 'comments_marker_index');
+ $table->setPrimaryKey(['user_id', 'object_type', 'object_id'], 'crm_pk');
+// $table->addUniqueIndex(['user_id', 'object_type', 'object_id'], 'comments_marker_index');
}
- if (!$schema->hasTable('credentials')) {
- $table = $schema->createTable('credentials');
- $table->addColumn('user', 'string', [
- 'notnull' => true,
- 'length' => 64,
- ]);
- $table->addColumn('identifier', 'string', [
- 'notnull' => true,
- 'length' => 64,
- ]);
- $table->addColumn('credentials', 'text', [
- 'notnull' => false,
- ]);
- $table->setPrimaryKey(['user', 'identifier']);
- $table->addIndex(['user'], 'credentials_user');
- }
+// if (!$schema->hasTable('credentials')) {
+// $table = $schema->createTable('credentials');
+// $table->addColumn('user', 'string', [
+// 'notnull' => false,
+// 'length' => 64,
+// ]);
+// $table->addColumn('identifier', 'string', [
+// 'notnull' => true,
+// 'length' => 64,
+// ]);
+// $table->addColumn('credentials', 'text', [
+// 'notnull' => false,
+// ]);
+// $table->setPrimaryKey(['user', 'identifier']);
+// $table->addIndex(['user'], 'credentials_user');
+// }
if (!$schema->hasTable('admin_sections')) {
$table = $schema->createTable('admin_sections');
@@ -925,4 +1009,31 @@ class Version13000Date20170718121200 extends SimpleMigrationStep {
return $schema;
}
+ public function postSchemaChange(IOutput $output, \Closure $schemaClosure, array $options) {
+ /** @var ISchemaWrapper $schema */
+ $schema = $schemaClosure();
+ if (!$schema->hasTable('dav_properties')) {
+ return;
+ }
+ $query = $this->connection->getQueryBuilder();
+ $query->select('*')
+ ->from('dav_properties');
+
+ $insert = $this->connection->getQueryBuilder();
+ $insert->insert('properties')
+ ->setValue('propertypath', $insert->createParameter('propertypath'))
+ ->setValue('propertyname', $insert->createParameter('propertyname'))
+ ->setValue('propertyvalue', $insert->createParameter('propertyvalue'))
+ ->setValue('userid', $insert->createParameter('userid'));
+
+ $result = $query->execute();
+ while ($row = $result->fetch()) {
+ preg_match('/(calendar)\/([A-z0-9-@_]+)\//', $row['propertypath'], $match);
+ $insert->setParameter('propertypath', (string) $row['propertypath'])
+ ->setParameter('propertyname', (string) $row['propertyname'])
+ ->setParameter('propertyvalue', (string) $row['propertyvalue'])
+ ->setParameter('userid', ($match[2] ?? ''));
+ $insert->execute();
+ }
+ }
}
diff --git a/core/Migrations/Version13000Date20170814074715.php b/core/Migrations/Version13000Date20170814074715.php
index a7d1ef24d5f..6882662dc53 100644
--- a/core/Migrations/Version13000Date20170814074715.php
+++ b/core/Migrations/Version13000Date20170814074715.php
@@ -14,14 +14,13 @@
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
*/
-
namespace OC\Core\Migrations;
use OCP\DB\ISchemaWrapper;
diff --git a/core/Migrations/Version13000Date20170919121250.php b/core/Migrations/Version13000Date20170919121250.php
index 330a0141eb8..65d52829373 100644
--- a/core/Migrations/Version13000Date20170919121250.php
+++ b/core/Migrations/Version13000Date20170919121250.php
@@ -1,8 +1,9 @@
<?php
/**
- *
+ * @copyright Copyright (c) 2016 Joas Schilling <coding@schilljs.com>
*
* @author Joas Schilling <coding@schilljs.com>
+ * @author Julius Härtl <jus@bitgrid.net>
* @author Morris Jobke <hey@morrisjobke.de>
* @author Roeland Jago Douma <roeland@famdouma.nl>
*
@@ -15,14 +16,13 @@
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
*/
-
namespace OC\Core\Migrations;
use OCP\DB\ISchemaWrapper;
@@ -63,8 +63,17 @@ class Version13000Date20170919121250 extends SimpleMigrationStep {
$column->setUnsigned(true);
$column = $table->getColumn('type');
$column->setUnsigned(true);
- $column = $table->getColumn('remember');
- $column->setUnsigned(true);
+ if ($table->hasColumn('remember')) {
+ $column = $table->getColumn('remember');
+ $column->setUnsigned(true);
+ } else {
+ $table->addColumn('remember', 'smallint', [
+ 'notnull' => false,
+ 'length' => 1,
+ 'default' => 0,
+ 'unsigned' => true,
+ ]);
+ }
$column = $table->getColumn('last_activity');
$column->setUnsigned(true);
$column = $table->getColumn('last_check');
diff --git a/core/Migrations/Version13000Date20170926101637.php b/core/Migrations/Version13000Date20170926101637.php
index 1dd295e383f..0961c15be71 100644
--- a/core/Migrations/Version13000Date20170926101637.php
+++ b/core/Migrations/Version13000Date20170926101637.php
@@ -1,10 +1,9 @@
<?php
/**
- *
+ * @copyright Copyright (c) 2016 Joas Schilling <coding@schilljs.com>
*
* @author Joas Schilling <coding@schilljs.com>
* @author Morris Jobke <hey@morrisjobke.de>
- * @author Roeland Jago Douma <roeland@famdouma.nl>
*
* @license GNU AGPL version 3 or any later version
*
@@ -15,14 +14,13 @@
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
*/
-
namespace OC\Core\Migrations;
use OCP\Migration\BigIntMigration;
@@ -59,5 +57,4 @@ class Version13000Date20170926101637 extends BigIntMigration {
'vcategory_to_object' => ['objid', 'categoryid'],
];
}
-
}
diff --git a/core/Migrations/Version14000Date20180129121024.php b/core/Migrations/Version14000Date20180129121024.php
index 7e6047128d2..30172d75f56 100644
--- a/core/Migrations/Version14000Date20180129121024.php
+++ b/core/Migrations/Version14000Date20180129121024.php
@@ -15,14 +15,13 @@
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
*/
-
namespace OC\Core\Migrations;
use OCP\DB\ISchemaWrapper;
diff --git a/core/Migrations/Version14000Date20180404140050.php b/core/Migrations/Version14000Date20180404140050.php
index 80312c162fa..d7b7ce1fce2 100644
--- a/core/Migrations/Version14000Date20180404140050.php
+++ b/core/Migrations/Version14000Date20180404140050.php
@@ -17,14 +17,13 @@ declare(strict_types=1);
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
*/
-
namespace OC\Core\Migrations;
use OCP\DB\ISchemaWrapper;
@@ -78,8 +77,6 @@ class Version14000Date20180404140050 extends SimpleMigrationStep {
* @param IOutput $output
* @param \Closure $schemaClosure The `\Closure` returns a `ISchemaWrapper`
* @param array $options
- *
- * @suppress SqlInjectionChecker
*/
public function postSchemaChange(IOutput $output, \Closure $schemaClosure, array $options) {
$qb = $this->connection->getQueryBuilder();
diff --git a/core/Migrations/Version14000Date20180516101403.php b/core/Migrations/Version14000Date20180516101403.php
index bb18bd6c412..cd2df5b10ab 100644
--- a/core/Migrations/Version14000Date20180516101403.php
+++ b/core/Migrations/Version14000Date20180516101403.php
@@ -13,14 +13,13 @@
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
*/
-
namespace OC\Core\Migrations;
use OCP\DB\ISchemaWrapper;
diff --git a/core/Migrations/Version14000Date20180518120534.php b/core/Migrations/Version14000Date20180518120534.php
index 1e025f88ed1..39ac3ed6db3 100644
--- a/core/Migrations/Version14000Date20180518120534.php
+++ b/core/Migrations/Version14000Date20180518120534.php
@@ -16,14 +16,13 @@ declare(strict_types=1);
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
*/
-
namespace OC\Core\Migrations;
use OCP\DB\ISchemaWrapper;
@@ -31,7 +30,6 @@ use OCP\Migration\IOutput;
use OCP\Migration\SimpleMigrationStep;
class Version14000Date20180518120534 extends SimpleMigrationStep {
-
public function changeSchema(IOutput $output, \Closure $schemaClosure, array $options) {
/** @var ISchemaWrapper $schema */
$schema = $schemaClosure();
@@ -49,7 +47,6 @@ class Version14000Date20180518120534 extends SimpleMigrationStep {
'unsigned' => true,
]);
$table->addIndex(['uid'], 'authtoken_uid_index');
- $table->addIndex(['version'], 'authtoken_version_index');
return $schema;
}
diff --git a/core/Migrations/Version14000Date20180522074438.php b/core/Migrations/Version14000Date20180522074438.php
index 140d220d69a..57358eca662 100644
--- a/core/Migrations/Version14000Date20180522074438.php
+++ b/core/Migrations/Version14000Date20180522074438.php
@@ -17,14 +17,13 @@ declare(strict_types=1);
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
*/
-
namespace OC\Core\Migrations;
use Closure;
@@ -33,10 +32,8 @@ use OCP\Migration\IOutput;
use OCP\Migration\SimpleMigrationStep;
class Version14000Date20180522074438 extends SimpleMigrationStep {
-
public function changeSchema(IOutput $output, Closure $schemaClosure,
array $options): ISchemaWrapper {
-
$schema = $schemaClosure();
if (!$schema->hasTable('twofactor_providers')) {
@@ -62,5 +59,4 @@ class Version14000Date20180522074438 extends SimpleMigrationStep {
return $schema;
}
-
}
diff --git a/core/Migrations/Version14000Date20180626223656.php b/core/Migrations/Version14000Date20180626223656.php
index 70f0eaafd36..29c2de29eb5 100644
--- a/core/Migrations/Version14000Date20180626223656.php
+++ b/core/Migrations/Version14000Date20180626223656.php
@@ -3,6 +3,7 @@
* @copyright Copyright (c) 2018 Arthur Schiwon <blizzz@arthur-schiwon.de>
*
* @author Arthur Schiwon <blizzz@arthur-schiwon.de>
+ * @author Christoph Wurst <christoph@winzerhof-wurst.at>
* @author Joas Schilling <coding@schilljs.com>
*
* @license GNU AGPL version 3 or any later version
@@ -14,14 +15,13 @@
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
*/
-
namespace OC\Core\Migrations;
use OCP\DB\ISchemaWrapper;
@@ -31,7 +31,7 @@ class Version14000Date20180626223656 extends SimpleMigrationStep {
public function changeSchema(\OCP\Migration\IOutput $output, \Closure $schemaClosure, array $options) {
/** @var ISchemaWrapper $schema */
$schema = $schemaClosure();
- if(!$schema->hasTable('whats_new')) {
+ if (!$schema->hasTable('whats_new')) {
$table = $schema->createTable('whats_new');
$table->addColumn('id', 'integer', [
'autoincrement' => true,
diff --git a/core/Migrations/Version14000Date20180710092004.php b/core/Migrations/Version14000Date20180710092004.php
index 31daa4f9d47..30ac28ccb6e 100644
--- a/core/Migrations/Version14000Date20180710092004.php
+++ b/core/Migrations/Version14000Date20180710092004.php
@@ -5,7 +5,10 @@ declare(strict_types=1);
/**
* @copyright Copyright (c) 2018, Daniel Calviño Sánchez (danxuliu@gmail.com)
*
+ * @author Christoph Wurst <christoph@winzerhof-wurst.at>
* @author Daniel Calviño Sánchez <danxuliu@gmail.com>
+ * @author Daniel Kesselberg <mail@danielkesselberg.de>
+ * @author Joas Schilling <coding@schilljs.com>
* @author Roeland Jago Douma <roeland@famdouma.nl>
*
* @license GNU AGPL version 3 or any later version
@@ -17,23 +20,21 @@ declare(strict_types=1);
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
*/
-
namespace OC\Core\Migrations;
-use Doctrine\DBAL\Types\Type;
+use OCP\DB\Types;
use OCP\DB\ISchemaWrapper;
use OCP\Migration\IOutput;
use OCP\Migration\SimpleMigrationStep;
class Version14000Date20180710092004 extends SimpleMigrationStep {
-
public function changeSchema(IOutput $output, \Closure $schemaClosure, array $options) {
/** @var ISchemaWrapper $schema */
$schema = $schemaClosure();
@@ -41,8 +42,9 @@ class Version14000Date20180710092004 extends SimpleMigrationStep {
$table = $schema->getTable('share');
if (!$table->hasColumn('password_by_talk')) {
- $table->addColumn('password_by_talk', Type::BOOLEAN, [
+ $table->addColumn('password_by_talk', Types::BOOLEAN, [
'default' => 0,
+ 'notnull' => false,
]);
}
diff --git a/core/Migrations/Version14000Date20180712153140.php b/core/Migrations/Version14000Date20180712153140.php
index 594c446f822..444cad072a0 100644
--- a/core/Migrations/Version14000Date20180712153140.php
+++ b/core/Migrations/Version14000Date20180712153140.php
@@ -13,14 +13,13 @@
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
*/
-
namespace OC\Core\Migrations;
use OCP\DB\ISchemaWrapper;
diff --git a/core/Migrations/Version15000Date20180926101451.php b/core/Migrations/Version15000Date20180926101451.php
index fff8b31c6ee..e379b12490d 100644
--- a/core/Migrations/Version15000Date20180926101451.php
+++ b/core/Migrations/Version15000Date20180926101451.php
@@ -5,6 +5,7 @@ declare(strict_types=1);
/**
* @copyright Copyright (c) 2018 Roeland Jago Douma <roeland@famdouma.nl>
*
+ * @author Joas Schilling <coding@schilljs.com>
* @author Roeland Jago Douma <roeland@famdouma.nl>
*
* @license GNU AGPL version 3 or any later version
@@ -16,14 +17,13 @@ declare(strict_types=1);
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
*/
-
namespace OC\Core\Migrations;
use Closure;
@@ -45,11 +45,10 @@ class Version15000Date20180926101451 extends SimpleMigrationStep {
$table = $schema->getTable('authtoken');
$table->addColumn('password_invalid','boolean', [
- 'notnull' => true,
- 'default' => false,
+ 'default' => 0,
+ 'notnull' => false,
]);
return $schema;
}
-
}
diff --git a/core/Migrations/Version15000Date20181015062942.php b/core/Migrations/Version15000Date20181015062942.php
index eaeaf0dd268..deb64f32142 100644
--- a/core/Migrations/Version15000Date20181015062942.php
+++ b/core/Migrations/Version15000Date20181015062942.php
@@ -5,6 +5,7 @@ declare(strict_types=1);
/**
* @copyright Copyright (c) 2018 Roeland Jago Douma <roeland@famdouma.nl>
*
+ * @author Joas Schilling <coding@schilljs.com>
* @author Roeland Jago Douma <roeland@famdouma.nl>
*
* @license GNU AGPL version 3 or any later version
@@ -16,14 +17,13 @@ declare(strict_types=1);
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
*/
-
namespace OC\Core\Migrations;
use Closure;
@@ -45,7 +45,7 @@ class Version15000Date20181015062942 extends SimpleMigrationStep {
$table = $schema->getTable('share');
$table->addColumn('hide_download', 'smallint', [
- 'notnull' => true,
+ 'notnull' => false,
'length' => 1,
'default' => 0,
]);
diff --git a/core/Migrations/Version15000Date20181029084625.php b/core/Migrations/Version15000Date20181029084625.php
index 0af1b4a6502..c3022148b0a 100644
--- a/core/Migrations/Version15000Date20181029084625.php
+++ b/core/Migrations/Version15000Date20181029084625.php
@@ -17,14 +17,13 @@ declare(strict_types=1);
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
*/
-
namespace OC\Core\Migrations;
use Closure;
@@ -52,5 +51,4 @@ class Version15000Date20181029084625 extends SimpleMigrationStep {
return $schema;
}
-
}
diff --git a/core/Migrations/Version16000Date20190207141427.php b/core/Migrations/Version16000Date20190207141427.php
index 028bd1fcb17..837715a6838 100644
--- a/core/Migrations/Version16000Date20190207141427.php
+++ b/core/Migrations/Version16000Date20190207141427.php
@@ -5,6 +5,8 @@ declare(strict_types=1);
/**
* @copyright Copyright (c) 2018 Joas Schilling <coding@schilljs.com>
*
+ * @author Christoph Wurst <christoph@winzerhof-wurst.at>
+ * @author Daniel Kesselberg <mail@danielkesselberg.de>
* @author Joas Schilling <coding@schilljs.com>
* @author Roeland Jago Douma <roeland@famdouma.nl>
*
@@ -17,18 +19,17 @@ declare(strict_types=1);
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
*/
-
namespace OC\Core\Migrations;
use Closure;
-use Doctrine\DBAL\Types\Type;
+use OCP\DB\Types;
use OCP\DB\ISchemaWrapper;
use OCP\Migration\IOutput;
use OCP\Migration\SimpleMigrationStep;
@@ -49,11 +50,11 @@ class Version16000Date20190207141427 extends SimpleMigrationStep {
if (!$schema->hasTable('collres_collections')) {
$table = $schema->createTable('collres_collections');
- $table->addColumn('id', Type::BIGINT, [
+ $table->addColumn('id', Types::BIGINT, [
'autoincrement' => true,
'notnull' => true,
]);
- $table->addColumn('name', Type::STRING, [
+ $table->addColumn('name', Types::STRING, [
'notnull' => true,
'length' => 64,
]);
@@ -64,53 +65,54 @@ class Version16000Date20190207141427 extends SimpleMigrationStep {
if (!$schema->hasTable('collres_resources')) {
$table = $schema->createTable('collres_resources');
- $table->addColumn('collection_id', Type::BIGINT, [
+ $table->addColumn('collection_id', Types::BIGINT, [
'notnull' => true,
]);
- $table->addColumn('resource_type', Type::STRING, [
+ $table->addColumn('resource_type', Types::STRING, [
'notnull' => true,
'length' => 64,
]);
- $table->addColumn('resource_id', Type::STRING, [
+ $table->addColumn('resource_id', Types::STRING, [
'notnull' => true,
'length' => 64,
]);
- $table->addUniqueIndex(['collection_id', 'resource_type', 'resource_id'], 'collres_unique_res');
+ $table->setPrimaryKey(['collection_id', 'resource_type', 'resource_id'], 'crr_pk');
+// $table->addUniqueIndex(['collection_id', 'resource_type', 'resource_id'], 'collres_unique_res');
}
if (!$schema->hasTable('collres_accesscache')) {
$table = $schema->createTable('collres_accesscache');
- $table->addColumn('user_id', Type::STRING, [
+ $table->addColumn('user_id', Types::STRING, [
'notnull' => true,
'length' => 64,
]);
- $table->addColumn('collection_id', Type::BIGINT, [
+ $table->addColumn('collection_id', Types::BIGINT, [
'notnull' => false,
'default' => 0,
]);
- $table->addColumn('resource_type', Type::STRING, [
+ $table->addColumn('resource_type', Types::STRING, [
'notnull' => false,
'length' => 64,
'default' => '',
]);
- $table->addColumn('resource_id', Type::STRING, [
+ $table->addColumn('resource_id', Types::STRING, [
'notnull' => false,
'length' => 64,
'default' => '',
]);
- $table->addColumn('access', Type::SMALLINT, [
- 'notnull' => true,
+ $table->addColumn('access', Types::SMALLINT, [
+ 'notnull' => false,
'default' => 0,
]);
- $table->addUniqueIndex(['user_id', 'collection_id', 'resource_type', 'resource_id'], 'collres_unique_user');
+ $table->setPrimaryKey(['user_id', 'collection_id', 'resource_type', 'resource_id'], 'cra_pk');
+// $table->addUniqueIndex(['user_id', 'collection_id', 'resource_type', 'resource_id'], 'collres_unique_user');
$table->addIndex(['user_id', 'resource_type', 'resource_id'], 'collres_user_res');
$table->addIndex(['user_id', 'collection_id'], 'collres_user_coll');
}
return $schema;
}
-
}
diff --git a/core/Migrations/Version16000Date20190212081545.php b/core/Migrations/Version16000Date20190212081545.php
index feb271b1f01..00ca7f84592 100644
--- a/core/Migrations/Version16000Date20190212081545.php
+++ b/core/Migrations/Version16000Date20190212081545.php
@@ -5,6 +5,8 @@ declare(strict_types=1);
/**
* @copyright Copyright (c) 2018 Roeland Jago Douma <roeland@famdouma.nl>
*
+ * @author Christoph Wurst <christoph@winzerhof-wurst.at>
+ * @author Daniel Kesselberg <mail@danielkesselberg.de>
* @author Joas Schilling <coding@schilljs.com>
* @author Roeland Jago Douma <roeland@famdouma.nl>
*
@@ -17,18 +19,17 @@ declare(strict_types=1);
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
*/
-
namespace OC\Core\Migrations;
use Closure;
-use Doctrine\DBAL\Types\Type;
+use OCP\DB\Types;
use OCP\DB\ISchemaWrapper;
use OCP\Migration\IOutput;
use OCP\Migration\SimpleMigrationStep;
@@ -46,52 +47,52 @@ class Version16000Date20190212081545 extends SimpleMigrationStep {
$schema = $schemaClosure();
$table = $schema->createTable('login_flow_v2');
- $table->addColumn('id', Type::BIGINT, [
+ $table->addColumn('id', Types::BIGINT, [
'autoincrement' => true,
'notnull' => true,
'length' => 20,
'unsigned' => true,
]);
- $table->addColumn('timestamp', Type::BIGINT, [
+ $table->addColumn('timestamp', Types::BIGINT, [
'notnull' => true,
'length' => 20,
'unsigned' => true,
]);
- $table->addColumn('started', Type::SMALLINT, [
+ $table->addColumn('started', Types::SMALLINT, [
'notnull' => true,
'length' => 1,
'unsigned' => true,
'default' => 0,
]);
- $table->addColumn('poll_token', Type::STRING, [
+ $table->addColumn('poll_token', Types::STRING, [
'notnull' => true,
'length' => 255,
]);
- $table->addColumn('login_token', Type::STRING, [
+ $table->addColumn('login_token', Types::STRING, [
'notnull' => true,
'length' => 255,
]);
- $table->addColumn('public_key', Type::TEXT, [
+ $table->addColumn('public_key', Types::TEXT, [
'notnull' => true,
'length' => 32768,
]);
- $table->addColumn('private_key', Type::TEXT, [
+ $table->addColumn('private_key', Types::TEXT, [
'notnull' => true,
'length' => 32768,
]);
- $table->addColumn('client_name', Type::STRING, [
+ $table->addColumn('client_name', Types::STRING, [
'notnull' => true,
'length' => 255,
]);
- $table->addColumn('login_name', Type::STRING, [
+ $table->addColumn('login_name', Types::STRING, [
'notnull' => false,
'length' => 255,
]);
- $table->addColumn('server', Type::STRING, [
+ $table->addColumn('server', Types::STRING, [
'notnull' => false,
'length' => 255,
]);
- $table->addColumn('app_password', Type::STRING, [
+ $table->addColumn('app_password', Types::STRING, [
'notnull' => false,
'length' => 1024,
]);
diff --git a/core/Migrations/Version16000Date20190427105638.php b/core/Migrations/Version16000Date20190427105638.php
index cf48108d9e9..dbad19d9b54 100644
--- a/core/Migrations/Version16000Date20190427105638.php
+++ b/core/Migrations/Version16000Date20190427105638.php
@@ -17,14 +17,13 @@ declare(strict_types=1);
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
*/
-
namespace OC\Core\Migrations;
use Closure;
@@ -60,7 +59,6 @@ class Version16000Date20190427105638 extends SimpleMigrationStep {
* @param array $options
* @return null|ISchemaWrapper
* @throws \Doctrine\DBAL\Schema\SchemaException
- * @throws \Doctrine\DBAL\DBALException
*/
public function changeSchema(IOutput $output, Closure $schemaClosure, array $options) {
/** @var ISchemaWrapper $schema */
diff --git a/core/Migrations/Version16000Date20190428150708.php b/core/Migrations/Version16000Date20190428150708.php
index 4e61dfd6be9..14645925d3d 100644
--- a/core/Migrations/Version16000Date20190428150708.php
+++ b/core/Migrations/Version16000Date20190428150708.php
@@ -5,7 +5,9 @@ declare(strict_types=1);
/**
* @copyright Copyright (c) 2019 Daniel Kesselberg <mail@danielkesselberg.de>
*
+ * @author Christoph Wurst <christoph@winzerhof-wurst.at>
* @author Daniel Kesselberg <mail@danielkesselberg.de>
+ * @author Joas Schilling <coding@schilljs.com>
* @author Roeland Jago Douma <roeland@famdouma.nl>
*
* @license GNU AGPL version 3 or any later version
@@ -17,18 +19,17 @@ declare(strict_types=1);
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
*/
-
namespace OC\Core\Migrations;
use Closure;
-use Doctrine\DBAL\Types\Type;
+use OCP\DB\Types;
use OCP\DB\ISchemaWrapper;
use OCP\Migration\IOutput;
use OCP\Migration\SimpleMigrationStep;
@@ -48,8 +49,8 @@ class Version16000Date20190428150708 extends SimpleMigrationStep {
if ($schema->hasTable('collres_accesscache')) {
$table = $schema->getTable('collres_accesscache');
- $table->addColumn('access', Type::BOOLEAN, [
- 'notnull' => true,
+ $table->addColumn('access', Types::BOOLEAN, [
+ 'notnull' => false,
'default' => false
]);
}
diff --git a/core/Migrations/Version17000Date20190514105811.php b/core/Migrations/Version17000Date20190514105811.php
index d5d7d63cd77..53c4cd67647 100644
--- a/core/Migrations/Version17000Date20190514105811.php
+++ b/core/Migrations/Version17000Date20190514105811.php
@@ -5,8 +5,10 @@ declare(strict_types=1);
/**
* @copyright Copyright (c) 2019 Morris Jobke <hey@morrisjobke.de>
*
+ * @author Christoph Wurst <christoph@winzerhof-wurst.at>
+ * @author Daniel Kesselberg <mail@danielkesselberg.de>
+ * @author Joas Schilling <coding@schilljs.com>
* @author Morris Jobke <hey@morrisjobke.de>
- * @author Robin Appelman <robin@icewind.nl>
* @author Roeland Jago Douma <roeland@famdouma.nl>
*
* @license GNU AGPL version 3 or any later version
@@ -18,18 +20,17 @@ declare(strict_types=1);
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
*/
-
namespace OC\Core\Migrations;
use Closure;
-use Doctrine\DBAL\Types\Type;
+use OCP\DB\Types;
use OCP\DB\ISchemaWrapper;
use OCP\Migration\IOutput;
use OCP\Migration\SimpleMigrationStep;
@@ -45,28 +46,29 @@ class Version17000Date20190514105811 extends SimpleMigrationStep {
public function changeSchema(IOutput $output, Closure $schemaClosure, array $options) {
/** @var ISchemaWrapper $schema */
$schema = $schemaClosure();
- if(!$schema->hasTable('filecache_extended')) {
+ if (!$schema->hasTable('filecache_extended')) {
$table = $schema->createTable('filecache_extended');
- $table->addColumn('fileid', Type::BIGINT, [
+ $table->addColumn('fileid', Types::BIGINT, [
'notnull' => true,
'length' => 4,
'unsigned' => true,
]);
- $table->addColumn('metadata_etag', Type::STRING, [
+ $table->addColumn('metadata_etag', Types::STRING, [
'notnull' => false,
'length' => 40,
]);
- $table->addColumn('creation_time', Type::BIGINT, [
+ $table->addColumn('creation_time', Types::BIGINT, [
'notnull' => true,
'length' => 20,
'default' => 0,
]);
- $table->addColumn('upload_time', Type::BIGINT, [
+ $table->addColumn('upload_time', Types::BIGINT, [
'notnull' => true,
'length' => 20,
'default' => 0,
]);
- $table->addUniqueIndex(['fileid'], 'fce_fileid_idx');
+ $table->setPrimaryKey(['fileid'], 'fce_pk');
+// $table->addUniqueIndex(['fileid'], 'fce_fileid_idx');
$table->addIndex(['creation_time'], 'fce_ctime_idx');
$table->addIndex(['upload_time'], 'fce_utime_idx');
}
diff --git a/core/Migrations/Version18000Date20190920085628.php b/core/Migrations/Version18000Date20190920085628.php
index a5ade011ccd..9384abeed30 100644
--- a/core/Migrations/Version18000Date20190920085628.php
+++ b/core/Migrations/Version18000Date20190920085628.php
@@ -5,6 +5,8 @@ declare(strict_types=1);
/**
* @copyright Copyright (c) 2019 Joas Schilling <coding@schilljs.com>
*
+ * @author Christoph Wurst <christoph@winzerhof-wurst.at>
+ * @author Daniel Kesselberg <mail@danielkesselberg.de>
* @author Joas Schilling <coding@schilljs.com>
* @author Roeland Jago Douma <roeland@famdouma.nl>
*
@@ -17,18 +19,17 @@ declare(strict_types=1);
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
*/
-
namespace OC\Core\Migrations;
use Closure;
-use Doctrine\DBAL\Types\Type;
+use OCP\DB\Types;
use OCP\DB\ISchemaWrapper;
use OCP\IDBConnection;
use OCP\Migration\IOutput;
@@ -56,10 +57,12 @@ class Version18000Date20190920085628 extends SimpleMigrationStep {
if ($schema->hasTable('groups')) {
$table = $schema->getTable('groups');
- $table->addColumn('displayname', Type::STRING, [
+ $table->addColumn('displayname', Types::STRING, [
'notnull' => true,
'length' => 255,
- 'default' => '',
+ // Will be overwritten in postSchemaChange, but Oracle can not save
+ // empty strings in notnull columns
+ 'default' => 'name',
]);
}
diff --git a/core/Migrations/Version18000Date20191014105105.php b/core/Migrations/Version18000Date20191014105105.php
index c36972c556f..fa7eed899ae 100644
--- a/core/Migrations/Version18000Date20191014105105.php
+++ b/core/Migrations/Version18000Date20191014105105.php
@@ -5,6 +5,9 @@ declare(strict_types=1);
/**
* @copyright Copyright (c) 2019 Julius Härtl <jus@bitgrid.net>
*
+ * @author Christoph Wurst <christoph@winzerhof-wurst.at>
+ * @author Daniel Kesselberg <mail@danielkesselberg.de>
+ * @author Joas Schilling <coding@schilljs.com>
* @author Julius Härtl <jus@bitgrid.net>
*
* @license GNU AGPL version 3 or any later version
@@ -16,18 +19,17 @@ declare(strict_types=1);
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
*/
-
namespace OC\Core\Migrations;
use Closure;
-use Doctrine\DBAL\Types\Type;
+use OCP\DB\Types;
use OCP\DB\ISchemaWrapper;
use OCP\IDBConnection;
use OCP\Migration\SimpleMigrationStep;
@@ -53,35 +55,35 @@ class Version18000Date20191014105105 extends SimpleMigrationStep {
$schema = $schemaClosure();
$table = $schema->createTable('direct_edit');
- $table->addColumn('id', Type::BIGINT, [
+ $table->addColumn('id', Types::BIGINT, [
'autoincrement' => true,
'notnull' => true,
]);
- $table->addColumn('editor_id', Type::STRING, [
+ $table->addColumn('editor_id', Types::STRING, [
'notnull' => true,
'length' => 64,
]);
- $table->addColumn('token', Type::STRING, [
+ $table->addColumn('token', Types::STRING, [
'notnull' => true,
'length' => 64,
]);
- $table->addColumn('file_id', Type::BIGINT, [
+ $table->addColumn('file_id', Types::BIGINT, [
'notnull' => true,
]);
- $table->addColumn('user_id', Type::STRING, [
+ $table->addColumn('user_id', Types::STRING, [
'notnull' => false,
'length' => 64,
]);
- $table->addColumn('share_id', Type::BIGINT, [
+ $table->addColumn('share_id', Types::BIGINT, [
'notnull' => false
]);
- $table->addColumn('timestamp', Type::BIGINT, [
+ $table->addColumn('timestamp', Types::BIGINT, [
'notnull' => true,
'length' => 20,
'unsigned' => true,
]);
- $table->addColumn('accessed', Type::BOOLEAN, [
- 'notnull' => true,
+ $table->addColumn('accessed', Types::BOOLEAN, [
+ 'notnull' => false,
'default' => false
]);
@@ -90,5 +92,4 @@ class Version18000Date20191014105105 extends SimpleMigrationStep {
return $schema;
}
-
}
diff --git a/core/Migrations/Version18000Date20191204114856.php b/core/Migrations/Version18000Date20191204114856.php
index 256b42f9597..9fec994ba44 100644
--- a/core/Migrations/Version18000Date20191204114856.php
+++ b/core/Migrations/Version18000Date20191204114856.php
@@ -16,14 +16,13 @@ declare(strict_types=1);
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
*/
-
namespace OC\Core\Migrations;
use Closure;
@@ -58,8 +57,6 @@ class Version18000Date20191204114856 extends SimpleMigrationStep {
'length' => 4000,
]);
-
return $schema;
}
-
}
diff --git a/core/Migrations/Version19000Date20200211083441.php b/core/Migrations/Version19000Date20200211083441.php
new file mode 100644
index 00000000000..4e5c48a3b88
--- /dev/null
+++ b/core/Migrations/Version19000Date20200211083441.php
@@ -0,0 +1,67 @@
+<?php
+
+declare(strict_types=1);
+
+/**
+ * @copyright Copyright (c) 2016 Roeland Jago Douma <roeland@famdouma.nl>
+ *
+ * @author Christoph Wurst <christoph@winzerhof-wurst.at>
+ * @author Roeland Jago Douma <roeland@famdouma.nl>
+ *
+ * @license GNU AGPL version 3 or any later version
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Affero General Public License as
+ * published by the Free Software Foundation, either version 3 of the
+ * License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Affero General Public License for more details.
+ *
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ *
+ */
+namespace OC\Core\Migrations;
+
+use Closure;
+use OCP\DB\ISchemaWrapper;
+use OCP\Migration\IOutput;
+use OCP\Migration\SimpleMigrationStep;
+
+class Version19000Date20200211083441 extends SimpleMigrationStep {
+ public function changeSchema(IOutput $output, Closure $schemaClosure, array $options) {
+ /** @var ISchemaWrapper $schema */
+ $schema = $schemaClosure();
+
+ if (!$schema->hasTable('webauthn')) {
+ $table = $schema->createTable('webauthn');
+ $table->addColumn('id', 'integer', [
+ 'autoincrement' => true,
+ 'notnull' => true,
+ 'length' => 64,
+ ]);
+ $table->addColumn('uid', 'string', [
+ 'notnull' => true,
+ 'length' => 64,
+ ]);
+ $table->addColumn('name', 'string', [
+ 'notnull' => true,
+ 'length' => 64,
+ ]);
+ $table->addColumn('public_key_credential_id', 'string', [
+ 'notnull' => true,
+ 'length' => 255
+ ]);
+ $table->addColumn('data', 'text', [
+ 'notnull' => true,
+ ]);
+ $table->setPrimaryKey(['id']);
+ $table->addIndex(['uid'], 'webauthn_uid');
+ $table->addIndex(['public_key_credential_id'], 'webauthn_publicKeyCredentialId');
+ }
+ return $schema;
+ }
+}
diff --git a/core/Migrations/Version20000Date20201109081915.php b/core/Migrations/Version20000Date20201109081915.php
new file mode 100644
index 00000000000..6e23c0b4bfd
--- /dev/null
+++ b/core/Migrations/Version20000Date20201109081915.php
@@ -0,0 +1,64 @@
+<?php
+
+declare(strict_types=1);
+
+/**
+ * @copyright Copyright (c) 2020 Joas Schilling <coding@schilljs.com>
+ *
+ * @author Joas Schilling <coding@schilljs.com>
+ *
+ * @license GNU AGPL version 3 or any later version
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Affero General Public License as
+ * published by the Free Software Foundation, either version 3 of the
+ * License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Affero General Public License for more details.
+ *
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ *
+ */
+namespace OC\Core\Migrations;
+
+use Closure;
+use OCP\DB\ISchemaWrapper;
+use OCP\Migration\IOutput;
+use OCP\Migration\SimpleMigrationStep;
+
+class Version20000Date20201109081915 extends SimpleMigrationStep {
+ /**
+ * @param IOutput $output
+ * @param Closure $schemaClosure The `\Closure` returns a `ISchemaWrapper`
+ * @param array $options
+ * @return null|ISchemaWrapper
+ */
+ public function changeSchema(IOutput $output, Closure $schemaClosure, array $options): ?ISchemaWrapper {
+ /** @var ISchemaWrapper $schema */
+ $schema = $schemaClosure();
+
+ $result = $this->ensureColumnIsNullable($schema, 'share', 'password_by_talk');
+ $result = $this->ensureColumnIsNullable($schema, 'share', 'hide_download') || $result;
+// $result = $this->ensureColumnIsNullable($schema, 'credentials', 'user') || $result;
+ $result = $this->ensureColumnIsNullable($schema, 'authtoken', 'password_invalid') || $result;
+ $result = $this->ensureColumnIsNullable($schema, 'collres_accesscache', 'access') || $result;
+
+ return $result ? $schema : null;
+ }
+
+ protected function ensureColumnIsNullable(ISchemaWrapper $schema, string $tableName, string $columnName): bool {
+ $table = $schema->getTable($tableName);
+ $column = $table->getColumn($columnName);
+
+ if ($column->getNotnull()) {
+ $column->setNotnull(false);
+ return true;
+ }
+
+ return false;
+ }
+}
diff --git a/core/Migrations/Version20000Date20201109081918.php b/core/Migrations/Version20000Date20201109081918.php
new file mode 100644
index 00000000000..9ebdd40aaf2
--- /dev/null
+++ b/core/Migrations/Version20000Date20201109081918.php
@@ -0,0 +1,111 @@
+<?php
+
+declare(strict_types=1);
+
+/**
+ * @copyright Copyright (c) 2020 Joas Schilling <coding@schilljs.com>
+ *
+ * @author Christoph Wurst <christoph@winzerhof-wurst.at>
+ * @author Joas Schilling <coding@schilljs.com>
+ * @author Robin Appelman <robin@icewind.nl>
+ *
+ * @license GNU AGPL version 3 or any later version
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Affero General Public License as
+ * published by the Free Software Foundation, either version 3 of the
+ * License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Affero General Public License for more details.
+ *
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ *
+ */
+namespace OC\Core\Migrations;
+
+use Closure;
+use OCP\DB\Types;
+use OCP\DB\ISchemaWrapper;
+use OCP\IDBConnection;
+use OCP\Migration\IOutput;
+use OCP\Migration\SimpleMigrationStep;
+
+class Version20000Date20201109081918 extends SimpleMigrationStep {
+
+ /** @var IDBConnection */
+ protected $connection;
+
+ public function __construct(IDBConnection $connection) {
+ $this->connection = $connection;
+ }
+
+ /**
+ * @param IOutput $output
+ * @param Closure $schemaClosure The `\Closure` returns a `ISchemaWrapper`
+ * @param array $options
+ * @return null|ISchemaWrapper
+ */
+ public function changeSchema(IOutput $output, Closure $schemaClosure, array $options): ?ISchemaWrapper {
+ /** @var ISchemaWrapper $schema */
+ $schema = $schemaClosure();
+
+ if (!$schema->hasTable('storages_credentials')) {
+ $table = $schema->createTable('storages_credentials');
+ $table->addColumn('id', Types::BIGINT, [
+ 'autoincrement' => true,
+ 'notnull' => true,
+ 'length' => 64,
+ ]);
+ $table->addColumn('user', Types::STRING, [
+ 'notnull' => false,
+ 'length' => 64,
+ ]);
+ $table->addColumn('identifier', Types::STRING, [
+ 'notnull' => true,
+ 'length' => 64,
+ ]);
+ $table->addColumn('credentials', Types::TEXT, [
+ 'notnull' => false,
+ ]);
+ $table->setPrimaryKey(['id']);
+ $table->addUniqueIndex(['user', 'identifier'], 'stocred_ui');
+ $table->addIndex(['user'], 'stocred_user');
+ }
+
+ return $schema;
+ }
+
+ /**
+ * {@inheritDoc}
+ *
+ * @since 13.0.0
+ */
+ public function postSchemaChange(IOutput $output, \Closure $schemaClosure, array $options): void {
+ if (!$this->connection->tableExists('credentials')) {
+ return;
+ }
+
+ $query = $this->connection->getQueryBuilder();
+ $query->select('*')
+ ->from('credentials');
+
+ $insert = $this->connection->getQueryBuilder();
+ $insert->insert('storages_credentials')
+ ->setValue('user', $insert->createParameter('user'))
+ ->setValue('identifier', $insert->createParameter('identifier'))
+ ->setValue('credentials', $insert->createParameter('credentials'));
+
+ $result = $query->execute();
+ while ($row = $result->fetch()) {
+ $insert->setParameter('user', (string) $row['user'])
+ ->setParameter('identifier', (string) $row['identifier'])
+ ->setParameter('credentials', (string) $row['credentials']);
+ $insert->execute();
+ }
+ $result->closeCursor();
+ }
+}
diff --git a/core/Migrations/Version20000Date20201109081919.php b/core/Migrations/Version20000Date20201109081919.php
new file mode 100644
index 00000000000..4c78dd901bd
--- /dev/null
+++ b/core/Migrations/Version20000Date20201109081919.php
@@ -0,0 +1,52 @@
+<?php
+
+declare(strict_types=1);
+
+/**
+ * @copyright Copyright (c) 2020 Joas Schilling <coding@schilljs.com>
+ *
+ * @author Joas Schilling <coding@schilljs.com>
+ *
+ * @license GNU AGPL version 3 or any later version
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Affero General Public License as
+ * published by the Free Software Foundation, either version 3 of the
+ * License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Affero General Public License for more details.
+ *
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ *
+ */
+namespace OC\Core\Migrations;
+
+use Closure;
+use OCP\DB\ISchemaWrapper;
+use OCP\Migration\IOutput;
+use OCP\Migration\SimpleMigrationStep;
+
+class Version20000Date20201109081919 extends SimpleMigrationStep {
+
+ /**
+ * @param IOutput $output
+ * @param Closure $schemaClosure The `\Closure` returns a `ISchemaWrapper`
+ * @param array $options
+ * @return null|ISchemaWrapper
+ */
+ public function changeSchema(IOutput $output, Closure $schemaClosure, array $options): ?ISchemaWrapper {
+ /** @var ISchemaWrapper $schema */
+ $schema = $schemaClosure();
+
+ if ($schema->hasTable('credentials')) {
+ $schema->dropTable('credentials');
+ return $schema;
+ }
+
+ return null;
+ }
+}
diff --git a/core/Migrations/Version20000Date20201111081915.php b/core/Migrations/Version20000Date20201111081915.php
new file mode 100644
index 00000000000..e310549e286
--- /dev/null
+++ b/core/Migrations/Version20000Date20201111081915.php
@@ -0,0 +1,60 @@
+<?php
+
+declare(strict_types=1);
+
+/**
+ * @copyright Copyright (c) 2020 Joas Schilling <coding@schilljs.com>
+ *
+ * @author Joas Schilling <coding@schilljs.com>
+ *
+ * @license GNU AGPL version 3 or any later version
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Affero General Public License as
+ * published by the Free Software Foundation, either version 3 of the
+ * License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Affero General Public License for more details.
+ *
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ *
+ */
+namespace OC\Core\Migrations;
+
+use Closure;
+use OCP\DB\ISchemaWrapper;
+use OCP\Migration\IOutput;
+use OCP\Migration\SimpleMigrationStep;
+
+class Version20000Date20201111081915 extends SimpleMigrationStep {
+ /**
+ * @param IOutput $output
+ * @param Closure $schemaClosure The `\Closure` returns a `ISchemaWrapper`
+ * @param array $options
+ * @return null|ISchemaWrapper
+ */
+ public function changeSchema(IOutput $output, Closure $schemaClosure, array $options): ?ISchemaWrapper {
+ /** @var ISchemaWrapper $schema */
+ $schema = $schemaClosure();
+
+ $result = $this->ensureColumnIsNullable($schema, 'direct_edit', 'accessed');
+
+ return $result ? $schema : null;
+ }
+
+ protected function ensureColumnIsNullable(ISchemaWrapper $schema, string $tableName, string $columnName): bool {
+ $table = $schema->getTable($tableName);
+ $column = $table->getColumn($columnName);
+
+ if ($column->getNotnull()) {
+ $column->setNotnull(false);
+ return true;
+ }
+
+ return false;
+ }
+}
diff --git a/core/Migrations/Version21000Date20201120141228.php b/core/Migrations/Version21000Date20201120141228.php
new file mode 100644
index 00000000000..274b9a2084e
--- /dev/null
+++ b/core/Migrations/Version21000Date20201120141228.php
@@ -0,0 +1,80 @@
+<?php
+
+declare(strict_types=1);
+
+/**
+ * @copyright Copyright (c) 2016 Julius Härtl <jus@bitgrid.net>
+ *
+ * @author Christoph Wurst <christoph@winzerhof-wurst.at>
+ * @author Julius Härtl <jus@bitgrid.net>
+ *
+ * @license GNU AGPL version 3 or any later version
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Affero General Public License as
+ * published by the Free Software Foundation, either version 3 of the
+ * License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Affero General Public License for more details.
+ *
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ *
+ */
+namespace OC\Core\Migrations;
+
+use Closure;
+use OCP\DB\ISchemaWrapper;
+use OCP\Migration\IOutput;
+use OCP\Migration\SimpleMigrationStep;
+
+class Version21000Date20201120141228 extends SimpleMigrationStep {
+ public function changeSchema(IOutput $output, Closure $schemaClosure, array $options): ?ISchemaWrapper {
+ /** @var ISchemaWrapper $schema */
+ $schema = $schemaClosure();
+
+ if ($schema->hasTable('authtoken')) {
+ $table = $schema->getTable('authtoken');
+ $loginNameColumn = $table->getColumn('login_name');
+ if ($loginNameColumn->getLength() !== 255) {
+ $loginNameColumn->setLength(255);
+ }
+ $table->changeColumn('type', [
+ 'notnull' => false,
+ ]);
+ $table->changeColumn('remember', [
+ 'notnull' => false,
+ ]);
+ $table->changeColumn('last_activity', [
+ 'notnull' => false,
+ ]);
+ $table->changeColumn('last_check', [
+ 'notnull' => false,
+ ]);
+ }
+
+ if ($schema->hasTable('dav_job_status')) {
+ $schema->dropTable('dav_job_status');
+ }
+
+ if ($schema->hasTable('share')) {
+ $table = $schema->getTable('share');
+ if ($table->hasColumn('attributes')) {
+ $table->dropColumn('attributes');
+ }
+ }
+
+ if ($schema->hasTable('jobs')) {
+ $table = $schema->getTable('jobs');
+ $table->changeColumn('execution_duration', [
+ 'notnull' => false,
+ 'default' => 0,
+ ]);
+ }
+
+ return $schema;
+ }
+}
diff --git a/core/Migrations/Version21000Date20201202095923.php b/core/Migrations/Version21000Date20201202095923.php
new file mode 100644
index 00000000000..c087447f050
--- /dev/null
+++ b/core/Migrations/Version21000Date20201202095923.php
@@ -0,0 +1,76 @@
+<?php
+
+declare(strict_types=1);
+
+/**
+ * @copyright Copyright (c) 2020 Joas Schilling <coding@schilljs.com>
+ *
+ * @author Christoph Wurst <christoph@winzerhof-wurst.at>
+ * @author Joas Schilling <coding@schilljs.com>
+ *
+ * @license GNU AGPL version 3 or any later version
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Affero General Public License as
+ * published by the Free Software Foundation, either version 3 of the
+ * License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Affero General Public License for more details.
+ *
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ *
+ */
+namespace OC\Core\Migrations;
+
+use Closure;
+use OCP\DB\Types;
+use OCP\DB\ISchemaWrapper;
+use OCP\Migration\IOutput;
+use OCP\Migration\SimpleMigrationStep;
+
+class Version21000Date20201202095923 extends SimpleMigrationStep {
+ /**
+ * @param IOutput $output
+ * @param Closure $schemaClosure The `\Closure` returns a `ISchemaWrapper`
+ * @param array $options
+ * @return null|ISchemaWrapper
+ */
+ public function changeSchema(IOutput $output, Closure $schemaClosure, array $options): ?ISchemaWrapper {
+ /** @var ISchemaWrapper $schema */
+ $schema = $schemaClosure();
+
+ if (!$schema->hasTable('accounts_data')) {
+ $table = $schema->createTable('accounts_data');
+ $table->addColumn('id', Types::BIGINT, [
+ 'autoincrement' => true,
+ 'notnull' => true,
+ 'length' => 20,
+ ]);
+ $table->addColumn('uid', Types::STRING, [
+ 'notnull' => true,
+ 'length' => 64,
+ ]);
+ $table->addColumn('name', Types::STRING, [
+ 'notnull' => true,
+ 'length' => 64,
+ ]);
+ $table->addColumn('value', Types::STRING, [
+ 'notnull' => false,
+ 'length' => 255,
+ 'default' => '',
+ ]);
+ $table->setPrimaryKey(['id']);
+ $table->addIndex(['uid'], 'accounts_data_uid');
+ $table->addIndex(['name'], 'accounts_data_name');
+ $table->addIndex(['value'], 'accounts_data_value');
+
+ return $schema;
+ }
+
+ return null;
+ }
+}
diff --git a/core/Migrations/Version21000Date20210119195004.php b/core/Migrations/Version21000Date20210119195004.php
new file mode 100644
index 00000000000..7b74031cbae
--- /dev/null
+++ b/core/Migrations/Version21000Date20210119195004.php
@@ -0,0 +1,54 @@
+<?php
+
+declare(strict_types=1);
+
+/**
+ * @copyright Copyright (c) 2020 Roeland Jago Douma <roeland@famdouma.nl>
+ *
+ * @author Roeland Jago Douma <roeland@famdouma.nl>
+ *
+ * @license GNU AGPL version 3 or any later version
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Affero General Public License as
+ * published by the Free Software Foundation, either version 3 of the
+ * License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Affero General Public License for more details.
+ *
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ *
+ */
+namespace OC\Core\Migrations;
+
+use Closure;
+use OCP\DB\ISchemaWrapper;
+use OCP\Migration\IOutput;
+use OCP\Migration\SimpleMigrationStep;
+
+/**
+ * Auto-generated migration step: Please modify to your needs!
+ */
+class Version21000Date20210119195004 extends SimpleMigrationStep {
+ /**
+ * @param IOutput $output
+ * @param Closure $schemaClosure The `\Closure` returns a `ISchemaWrapper`
+ * @param array $options
+ * @return null|ISchemaWrapper
+ */
+ public function changeSchema(IOutput $output, Closure $schemaClosure, array $options): ?ISchemaWrapper {
+ /** @var ISchemaWrapper $schema */
+ $schema = $schemaClosure();
+
+ $table = $schema->getTable('authtoken');
+ if ($table->hasIndex('authtoken_version_index')) {
+ $table->dropIndex('authtoken_version_index');
+ }
+
+ return $schema;
+ }
+}
diff --git a/core/Migrations/Version21000Date20210309185126.php b/core/Migrations/Version21000Date20210309185126.php
new file mode 100644
index 00000000000..1a55a106ba4
--- /dev/null
+++ b/core/Migrations/Version21000Date20210309185126.php
@@ -0,0 +1,70 @@
+<?php
+
+declare(strict_types=1);
+
+/**
+ * @copyright Copyright (c) 2021 Joas Schilling <coding@schilljs.com>
+ *
+ * @author Joas Schilling <coding@schilljs.com>
+ *
+ * @license GNU AGPL version 3 or any later version
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Affero General Public License as
+ * published by the Free Software Foundation, either version 3 of the
+ * License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Affero General Public License for more details.
+ *
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ *
+ */
+namespace OC\Core\Migrations;
+
+use Closure;
+use Doctrine\DBAL\Types\Types;
+use OCP\DB\ISchemaWrapper;
+use OCP\Migration\IOutput;
+use OCP\Migration\SimpleMigrationStep;
+
+class Version21000Date20210309185126 extends SimpleMigrationStep {
+ /**
+ * @param IOutput $output
+ * @param Closure $schemaClosure The `\Closure` returns a `ISchemaWrapper`
+ * @param array $options
+ * @return null|ISchemaWrapper
+ */
+ public function changeSchema(IOutput $output, Closure $schemaClosure, array $options): ?ISchemaWrapper {
+ /** @var ISchemaWrapper $schema */
+ $schema = $schemaClosure();
+
+ if (!$schema->hasTable('known_users')) {
+ $table = $schema->createTable('known_users');
+
+ // Auto increment id
+ $table->addColumn('id', Types::BIGINT, [
+ 'autoincrement' => true,
+ 'notnull' => true,
+ ]);
+
+ $table->addColumn('known_to', Types::STRING, [
+ 'notnull' => true,
+ 'length' => 255,
+ ]);
+ $table->addColumn('known_user', Types::STRING, [
+ 'notnull' => true,
+ 'length' => 255,
+ ]);
+
+ $table->setPrimaryKey(['id']);
+ $table->addIndex(['known_to'], 'ku_known_to');
+ return $schema;
+ }
+
+ return null;
+ }
+}
diff --git a/core/Migrations/Version21000Date20210309185127.php b/core/Migrations/Version21000Date20210309185127.php
new file mode 100644
index 00000000000..d50a2620797
--- /dev/null
+++ b/core/Migrations/Version21000Date20210309185127.php
@@ -0,0 +1,52 @@
+<?php
+
+declare(strict_types=1);
+
+/**
+ * @copyright Copyright (c) 2021 Joas Schilling <coding@schilljs.com>
+ *
+ * @author Joas Schilling <coding@schilljs.com>
+ *
+ * @license GNU AGPL version 3 or any later version
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Affero General Public License as
+ * published by the Free Software Foundation, either version 3 of the
+ * License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Affero General Public License for more details.
+ *
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ *
+ */
+namespace OC\Core\Migrations;
+
+use Closure;
+use OCP\DB\ISchemaWrapper;
+use OCP\Migration\IOutput;
+use OCP\Migration\SimpleMigrationStep;
+
+class Version21000Date20210309185127 extends SimpleMigrationStep {
+ /**
+ * @param IOutput $output
+ * @param Closure $schemaClosure The `\Closure` returns a `ISchemaWrapper`
+ * @param array $options
+ * @return null|ISchemaWrapper
+ */
+ public function changeSchema(IOutput $output, Closure $schemaClosure, array $options): ?ISchemaWrapper {
+ /** @var ISchemaWrapper $schema */
+ $schema = $schemaClosure();
+
+ $table = $schema->getTable('known_users');
+ if (!$table->hasIndex('ku_known_user')) {
+ $table->addIndex(['known_user'], 'ku_known_user');
+ return $schema;
+ }
+
+ return null;
+ }
+}
diff --git a/core/Migrations/Version22000Date20210216080825.php b/core/Migrations/Version22000Date20210216080825.php
new file mode 100644
index 00000000000..c4191807cac
--- /dev/null
+++ b/core/Migrations/Version22000Date20210216080825.php
@@ -0,0 +1,64 @@
+<?php
+
+declare(strict_types=1);
+
+/**
+ * @copyright Copyright (c) 2021 Roeland Jago Douma <roeland@famdouma.nl>
+ *
+ * @author Roeland Jago Douma <roeland@famdouma.nl>
+ *
+ * @license GNU AGPL version 3 or any later version
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Affero General Public License as
+ * published by the Free Software Foundation, either version 3 of the
+ * License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Affero General Public License for more details.
+ *
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ *
+ */
+namespace OC\Core\Migrations;
+
+use Closure;
+use OCP\DB\ISchemaWrapper;
+use OCP\Migration\IOutput;
+use OCP\Migration\SimpleMigrationStep;
+
+/**
+ * Auto-generated migration step: Please modify to your needs!
+ */
+class Version22000Date20210216080825 extends SimpleMigrationStep {
+ /**
+ * @param IOutput $output
+ * @param Closure $schemaClosure The `\Closure` returns a `ISchemaWrapper`
+ * @param array $options
+ * @return null|ISchemaWrapper
+ */
+ public function changeSchema(IOutput $output, Closure $schemaClosure, array $options): ?ISchemaWrapper {
+ /** @var ISchemaWrapper $schema */
+ $schema = $schemaClosure();
+
+ $table = $schema->getTable('appconfig');
+ if ($table->hasIndex('appconfig_appid_key')) {
+ $table->dropIndex('appconfig_appid_key');
+ }
+
+ $table = $schema->getTable('collres_accesscache');
+ if ($table->hasIndex('collres_user_coll')) {
+ $table->dropIndex('collres_user_coll');
+ }
+
+ $table = $schema->getTable('mounts');
+ if ($table->hasIndex('mounts_user_index')) {
+ $table->dropIndex('mounts_user_index');
+ }
+
+ return $schema;
+ }
+}
diff --git a/core/Notification/RemoveLinkSharesNotifier.php b/core/Notification/CoreNotifier.php
index 3976dfb91c5..6d2a07337a6 100644
--- a/core/Notification/RemoveLinkSharesNotifier.php
+++ b/core/Notification/CoreNotifier.php
@@ -5,7 +5,9 @@ declare(strict_types=1);
/**
* @copyright Copyright (c) 2019, Roeland Jago Douma <roeland@famdouma.nl>
*
+ * @author Christoph Wurst <christoph@winzerhof-wurst.at>
* @author Joas Schilling <coding@schilljs.com>
+ * @author Morris Jobke <hey@morrisjobke.de>
* @author Roeland Jago Douma <roeland@famdouma.nl>
*
* @license GNU AGPL version 3 or any later version
@@ -17,26 +19,29 @@ declare(strict_types=1);
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
*/
-
namespace OC\Core\Notification;
+use OCP\IURLGenerator;
use OCP\L10N\IFactory;
use OCP\Notification\INotification;
use OCP\Notification\INotifier;
-class RemoveLinkSharesNotifier implements INotifier {
+class CoreNotifier implements INotifier {
/** @var IFactory */
private $l10nFactory;
+ /** @var IURLGenerator */
+ private $url;
- public function __construct(IFactory $factory) {
+ public function __construct(IFactory $factory, IURLGenerator $url) {
$this->l10nFactory = $factory;
+ $this->url = $url;
}
/**
@@ -60,7 +65,7 @@ class RemoveLinkSharesNotifier implements INotifier {
}
public function prepare(INotification $notification, string $languageCode): INotification {
- if($notification->getApp() !== 'core') {
+ if ($notification->getApp() !== 'core') {
throw new \InvalidArgumentException();
}
$l = $this->l10nFactory->get('core', $languageCode);
@@ -72,6 +77,14 @@ class RemoveLinkSharesNotifier implements INotifier {
return $notification;
}
+ if ($notification->getSubject() === 'user_limit_reached') {
+ $notification->setParsedSubject($l->t('The user limit of this instance is reached.'));
+ $notification->setParsedMessage($l->t('Enter your subscription key to increase the user limit. For more information about Nextcloud Enterprise see our website.'));
+ $notification->setLink('https://nextcloud.com/enterprise/');
+ $notification->setIcon($this->url->getAbsoluteURL($this->url->imagePath('core', 'places/contacts.svg')));
+ return $notification;
+ }
+
throw new \InvalidArgumentException('Invalid subject');
}
}
diff --git a/core/Service/LoginFlowV2Service.php b/core/Service/LoginFlowV2Service.php
index a58a6531723..6f8c7966e27 100644
--- a/core/Service/LoginFlowV2Service.php
+++ b/core/Service/LoginFlowV2Service.php
@@ -5,6 +5,7 @@ declare(strict_types=1);
/**
* @copyright Copyright (c) 2019, Roeland Jago Douma <roeland@famdouma.nl>
*
+ * @author Daniel Kesselberg <mail@danielkesselberg.de>
* @author Roeland Jago Douma <roeland@famdouma.nl>
*
* @license GNU AGPL version 3 or any later version
@@ -16,14 +17,13 @@ declare(strict_types=1);
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
*/
-
namespace OC\Core\Service;
use OC\Authentication\Exceptions\InvalidTokenException;
@@ -225,7 +225,10 @@ class LoginFlowV2Service {
throw new \RuntimeException('Could not initialize keys');
}
- openssl_pkey_export($res, $privateKey);
+ if (openssl_pkey_export($res, $privateKey, null, $config) === false) {
+ $this->logOpensslError();
+ throw new \RuntimeException('OpenSSL reported a problem');
+ }
// Extract the public key from $res to $pubKey
$publicKey = openssl_pkey_get_details($res);
diff --git a/core/ajax/update.php b/core/ajax/update.php
index fd0e2c80d64..c1ddddbecdb 100644
--- a/core/ajax/update.php
+++ b/core/ajax/update.php
@@ -3,7 +3,7 @@
* @copyright Copyright (c) 2016, ownCloud, Inc.
*
* @author Arthur Schiwon <blizzz@arthur-schiwon.de>
- * @author Björn Schießle <bjoern@schiessle.org>
+ * @author Christoph Wurst <christoph@winzerhof-wurst.at>
* @author Joas Schilling <coding@schilljs.com>
* @author Ko- <k.stoffelen@cs.ru.nl>
* @author Lukas Reschke <lukas@statuscode.ch>
@@ -11,8 +11,9 @@
* @author Morris Jobke <hey@morrisjobke.de>
* @author Robin Appelman <robin@icewind.nl>
* @author Thomas Müller <thomas.mueller@tmit.eu>
+ * @author Valdnet <47037905+Valdnet@users.noreply.github.com>
* @author Victor Dubiniuk <dubiniuk@owncloud.com>
- * @author Vincent Petry <pvince81@owncloud.com>
+ * @author Vincent Petry <vincent@nextcloud.com>
*
* @license AGPL-3.0
*
@@ -29,7 +30,6 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>
*
*/
-
use OCP\ILogger;
use Symfony\Component\EventDispatcher\GenericEvent;
@@ -45,7 +45,7 @@ $eventSource = \OC::$server->createEventSource();
// need to send an initial message to force-init the event source,
// which will then trigger its own CSRF check and produces its own CSRF error
// message
-$eventSource->send('success', (string)$l->t('Preparing update'));
+$eventSource->send('success', $l->t('Preparing update'));
class FeedBackHandler {
/** @var integer */
@@ -81,33 +81,32 @@ class FeedBackHandler {
if (empty($desc)) {
$desc = $this->currentStep;
}
- $this->eventSource->send('success', (string)$this->l10n->t('[%d / %d]: %s', [$this->progressStateStep, $this->progressStateMax, $desc]));
+ $this->eventSource->send('success', $this->l10n->t('[%d / %d]: %s', [$this->progressStateStep, $this->progressStateMax, $desc]));
break;
case '\OC\Repair::finishProgress':
$this->progressStateMax = $this->progressStateStep;
- $this->eventSource->send('success', (string)$this->l10n->t('[%d / %d]: %s', [$this->progressStateStep, $this->progressStateMax, $this->currentStep]));
+ $this->eventSource->send('success', $this->l10n->t('[%d / %d]: %s', [$this->progressStateStep, $this->progressStateMax, $this->currentStep]));
break;
case '\OC\Repair::step':
- $this->eventSource->send('success', (string)$this->l10n->t('Repair step:') . ' ' . $event->getArgument(0));
+ $this->eventSource->send('success', $this->l10n->t('Repair step:') . ' ' . $event->getArgument(0));
break;
case '\OC\Repair::info':
- $this->eventSource->send('success', (string)$this->l10n->t('Repair info:') . ' ' . $event->getArgument(0));
+ $this->eventSource->send('success', $this->l10n->t('Repair info:') . ' ' . $event->getArgument(0));
break;
case '\OC\Repair::warning':
- $this->eventSource->send('notice', (string)$this->l10n->t('Repair warning:') . ' ' . $event->getArgument(0));
+ $this->eventSource->send('notice', $this->l10n->t('Repair warning:') . ' ' . $event->getArgument(0));
break;
case '\OC\Repair::error':
- $this->eventSource->send('notice', (string)$this->l10n->t('Repair error:') . ' ' . $event->getArgument(0));
+ $this->eventSource->send('notice', $this->l10n->t('Repair error:') . ' ' . $event->getArgument(0));
break;
}
}
}
if (\OCP\Util::needUpgrade()) {
-
$config = \OC::$server->getSystemConfig();
if ($config->getValue('upgrade.disable-web', false)) {
- $eventSource->send('failure', (string)$l->t('Please use the command line updater because automatic updating is disabled in the config.php.'));
+ $eventSource->send('failure', $l->t('Please use the command line updater because automatic updating is disabled in the config.php.'));
$eventSource->close();
exit();
}
@@ -116,7 +115,7 @@ if (\OCP\Util::needUpgrade()) {
// avoid side effects
\OC_User::setIncognitoMode(true);
- $logger = \OC::$server->getLogger();
+ $logger = \OC::$server->get(\Psr\Log\LoggerInterface::class);
$config = \OC::$server->getConfig();
$updater = new \OC\Updater(
$config,
@@ -127,14 +126,14 @@ if (\OCP\Util::needUpgrade()) {
$incompatibleApps = [];
$dispatcher = \OC::$server->getEventDispatcher();
- $dispatcher->addListener('\OC\DB\Migrator::executeSql', function($event) use ($eventSource, $l) {
+ $dispatcher->addListener('\OC\DB\Migrator::executeSql', function ($event) use ($eventSource, $l) {
if ($event instanceof GenericEvent) {
- $eventSource->send('success', (string)$l->t('[%d / %d]: %s', [$event[0], $event[1], $event->getSubject()]));
+ $eventSource->send('success', $l->t('[%d / %d]: %s', [$event[0], $event[1], $event->getSubject()]));
}
});
- $dispatcher->addListener('\OC\DB\Migrator::checkTable', function($event) use ($eventSource, $l) {
+ $dispatcher->addListener('\OC\DB\Migrator::checkTable', function ($event) use ($eventSource, $l) {
if ($event instanceof GenericEvent) {
- $eventSource->send('success', (string)$l->t('[%d / %d]: Checking table %s', [$event[0], $event[1], $event->getSubject()]));
+ $eventSource->send('success', $l->t('[%d / %d]: Checking table %s', [$event[0], $event[1], $event->getSubject()]));
}
});
$feedBack = new FeedBackHandler($eventSource, $l);
@@ -147,66 +146,54 @@ if (\OCP\Util::needUpgrade()) {
$dispatcher->addListener('\OC\Repair::error', [$feedBack, 'handleRepairFeedback']);
$updater->listen('\OC\Updater', 'maintenanceEnabled', function () use ($eventSource, $l) {
- $eventSource->send('success', (string)$l->t('Turned on maintenance mode'));
+ $eventSource->send('success', $l->t('Turned on maintenance mode'));
});
$updater->listen('\OC\Updater', 'maintenanceDisabled', function () use ($eventSource, $l) {
- $eventSource->send('success', (string)$l->t('Turned off maintenance mode'));
+ $eventSource->send('success', $l->t('Turned off maintenance mode'));
});
$updater->listen('\OC\Updater', 'maintenanceActive', function () use ($eventSource, $l) {
- $eventSource->send('success', (string)$l->t('Maintenance mode is kept active'));
+ $eventSource->send('success', $l->t('Maintenance mode is kept active'));
});
- $updater->listen('\OC\Updater', 'dbUpgradeBefore', function () use($eventSource, $l) {
- $eventSource->send('success', (string)$l->t('Updating database schema'));
+ $updater->listen('\OC\Updater', 'dbUpgradeBefore', function () use ($eventSource, $l) {
+ $eventSource->send('success', $l->t('Updating database schema'));
});
$updater->listen('\OC\Updater', 'dbUpgrade', function () use ($eventSource, $l) {
- $eventSource->send('success', (string)$l->t('Updated database'));
- });
- $updater->listen('\OC\Updater', 'dbSimulateUpgradeBefore', function () use($eventSource, $l) {
- $eventSource->send('success', (string)$l->t('Checking whether the database schema can be updated (this can take a long time depending on the database size)'));
- });
- $updater->listen('\OC\Updater', 'dbSimulateUpgrade', function () use ($eventSource, $l) {
- $eventSource->send('success', (string)$l->t('Checked database schema update'));
- });
- $updater->listen('\OC\Updater', 'appUpgradeCheckBefore', function () use ($eventSource, $l) {
- $eventSource->send('success', (string)$l->t('Checking updates of apps'));
+ $eventSource->send('success', $l->t('Updated database'));
});
$updater->listen('\OC\Updater', 'checkAppStoreAppBefore', function ($app) use ($eventSource, $l) {
- $eventSource->send('success', (string)$l->t('Checking for update of app "%s" in appstore', [$app]));
+ $eventSource->send('success', $l->t('Checking for update of app "%s" in App Store', [$app]));
});
$updater->listen('\OC\Updater', 'upgradeAppStoreApp', function ($app) use ($eventSource, $l) {
- $eventSource->send('success', (string)$l->t('Update app "%s" from appstore', [$app]));
+ $eventSource->send('success', $l->t('Update app "%s" from App Store', [$app]));
});
$updater->listen('\OC\Updater', 'checkAppStoreApp', function ($app) use ($eventSource, $l) {
- $eventSource->send('success', (string)$l->t('Checked for update of app "%s" in appstore', [$app]));
+ $eventSource->send('success', $l->t('Checked for update of app "%s" in App Store', [$app]));
});
$updater->listen('\OC\Updater', 'appSimulateUpdate', function ($app) use ($eventSource, $l) {
- $eventSource->send('success', (string)$l->t('Checking whether the database schema for %s can be updated (this can take a long time depending on the database size)', [$app]));
- });
- $updater->listen('\OC\Updater', 'appUpgradeCheck', function () use ($eventSource, $l) {
- $eventSource->send('success', (string)$l->t('Checked database schema update for apps'));
+ $eventSource->send('success', $l->t('Checking whether the database schema for %s can be updated (this can take a long time depending on the database size)', [$app]));
});
$updater->listen('\OC\Updater', 'appUpgrade', function ($app, $version) use ($eventSource, $l) {
- $eventSource->send('success', (string)$l->t('Updated "%1$s" to %2$s', [$app, $version]));
+ $eventSource->send('success', $l->t('Updated "%1$s" to %2$s', [$app, $version]));
});
$updater->listen('\OC\Updater', 'incompatibleAppDisabled', function ($app) use (&$incompatibleApps) {
- $incompatibleApps[]= $app;
+ $incompatibleApps[] = $app;
});
$updater->listen('\OC\Updater', 'failure', function ($message) use ($eventSource, $config) {
$eventSource->send('failure', $message);
$eventSource->close();
$config->setSystemValue('maintenance', false);
});
- $updater->listen('\OC\Updater', 'setDebugLogLevel', function ($logLevel, $logLevelName) use($eventSource, $l) {
- $eventSource->send('success', (string)$l->t('Set log level to debug'));
+ $updater->listen('\OC\Updater', 'setDebugLogLevel', function ($logLevel, $logLevelName) use ($eventSource, $l) {
+ $eventSource->send('success', $l->t('Set log level to debug'));
});
- $updater->listen('\OC\Updater', 'resetLogLevel', function ($logLevel, $logLevelName) use($eventSource, $l) {
- $eventSource->send('success', (string)$l->t('Reset log level'));
+ $updater->listen('\OC\Updater', 'resetLogLevel', function ($logLevel, $logLevelName) use ($eventSource, $l) {
+ $eventSource->send('success', $l->t('Reset log level'));
});
- $updater->listen('\OC\Updater', 'startCheckCodeIntegrity', function () use($eventSource, $l) {
- $eventSource->send('success', (string)$l->t('Starting code integrity check'));
+ $updater->listen('\OC\Updater', 'startCheckCodeIntegrity', function () use ($eventSource, $l) {
+ $eventSource->send('success', $l->t('Starting code integrity check'));
});
- $updater->listen('\OC\Updater', 'finishedCheckCodeIntegrity', function () use($eventSource, $l) {
- $eventSource->send('success', (string)$l->t('Finished code integrity check'));
+ $updater->listen('\OC\Updater', 'finishedCheckCodeIntegrity', function () use ($eventSource, $l) {
+ $eventSource->send('success', $l->t('Finished code integrity check'));
});
try {
@@ -223,15 +210,14 @@ if (\OCP\Util::needUpgrade()) {
$disabledApps = [];
foreach ($incompatibleApps as $app) {
- $disabledApps[$app] = (string) $l->t('%s (incompatible)', [$app]);
+ $disabledApps[$app] = $l->t('%s (incompatible)', [$app]);
}
if (!empty($disabledApps)) {
- $eventSource->send('notice',
- (string)$l->t('Following apps have been disabled: %s', [implode(', ', $disabledApps)]));
+ $eventSource->send('notice', $l->t('The following apps have been disabled: %s', [implode(', ', $disabledApps)]));
}
} else {
- $eventSource->send('notice', (string)$l->t('Already up to date'));
+ $eventSource->send('notice', $l->t('Already up to date'));
}
$eventSource->send('done', '');
diff --git a/core/css/apps.scss b/core/css/apps.scss
index 076e4a556a2..cb2b32611b1 100644
--- a/core/css/apps.scss
+++ b/core/css/apps.scss
@@ -152,16 +152,20 @@ kbd {
padding-left: 38px !important;
}
- &.active,
a:hover,
- a:focus,
+ a:focus {
+ &,
+ > a {
+ background-color: var(--color-background-hover);
+ }
+ }
+ &.active,
a:active,
a.selected ,
a.active {
&,
> a {
- opacity: 1;
- box-shadow: inset 4px 0 var(--color-primary);
+ background-color: var(--color-primary-light);
}
}
@@ -186,8 +190,6 @@ kbd {
padding: 0 44px;
white-space: nowrap;
text-overflow: ellipsis;
- // !important to overwrite specific hover and focus
- opacity: .7;
box-shadow: none !important;
user-select: none;
pointer-events:none;
@@ -207,19 +209,20 @@ kbd {
flex-wrap: wrap;
padding-left: 44px;
&:hover,
- &:focus,
+ &:focus {
+ &,
+ > a {
+ background-color: var(--color-background-hover);
+ }
+ }
&.active,
a.selected {
&,
> a {
- opacity: 1;
+ background-color: var(--color-primary-light);
}
}
- &.active {
- box-shadow: inset 4px 0 var(--color-primary);
- }
-
/* align loader */
&.icon-loading-small:after {
left: 22px; /* 44px / 2 */
@@ -270,7 +273,7 @@ kbd {
white-space: nowrap;
text-overflow: ellipsis;
color: var(--color-main-text);
- opacity: .57;
+ opacity: .8;
flex: 1 1 0px;
z-index: 100; /* above the bullet to allow click*/
/* TODO: forbid using img as icon in menu? */
@@ -384,7 +387,8 @@ kbd {
-ms-transform: rotate(-90deg);
transform: rotate(-90deg);
z-index: 105; // above a, under button
- background-color: var(--color-main-background);
+ background-color: var(--color-background-hover);
+ border-radius: 50%;
transition: opacity $animation-quick ease-in-out;
}
@@ -730,17 +734,14 @@ $min-content-width: $breakpoint-mobile - $navigation-width - $list-min-width;
/* like app-navigation a */
color: var(--color-main-text);
- opacity: .57;
&.opened {
border-top: solid 1px var(--color-border);
+ background-color: var(--color-main-background);
}
&:hover,
- &:focus,
- &.opened {
- background-color: var(--color-main-background);
- opacity: 1;
- box-shadow: inset 4px 0 var(--color-primary);
+ &:focus {
+ background-color: var(--color-background-hover);
}
}
@@ -953,8 +954,7 @@ $outter-margin: ($popoveritem-height - $popovericon-size) / 2;
width: 100%;
color: var(--color-main-text);
white-space: nowrap;
- /* Override the app-navigation li opacity */
- opacity: .7 !important;
+
span[class^='icon-'],
span[class*=' icon-'],
&[class^='icon-'],
@@ -985,9 +985,11 @@ $outter-margin: ($popoveritem-height - $popovericon-size) / 2;
padding: 0 #{($popoveritem-height - $popovericon-size) / 2} 0 $popoveritem-height !important;
}
&:hover,
- &:focus,
+ &:focus {
+ background-color: var(--color-background-hover);
+ }
&.active {
- opacity: 1 !important;
+ background-color: var(--color-primary-light);
}
/* prevent .action class to break the design */
&.action {
diff --git a/core/css/css-variables.scss b/core/css/css-variables.scss
index cf0779000b6..86f80611a6c 100644
--- a/core/css/css-variables.scss
+++ b/core/css/css-variables.scss
@@ -3,47 +3,58 @@
// All css4 variables must be fixed! Scss is a PRE processor
// css4 variables are processed after scss!
:root {
- --color-main-text: $color-main-text;
- --color-main-background: $color-main-background;
- --color-main-background-translucent: $color-main-background-translucent;
+ --color-main-text: #{$color-main-text};
+ --color-main-background: #{$color-main-background};
+ --color-main-background-translucent: #{$color-main-background-translucent};
- --color-background-hover: $color-background-hover;
- --color-background-dark: $color-background-dark;
- --color-background-darker: $color-background-darker;
+ // To use like this: background-image: linear-gradient(0, var(--gradient-main-background));
+ --gradient-main-background: var(--color-main-background) 0%, var(--color-main-background-translucent) 85%, transparent 100%;
- --color-primary: $color-primary;
- --color-primary-light: $color-primary-light;
- --color-primary-text: $color-primary-text;
- --color-primary-text-dark: $color-primary-text-dark;
- --color-primary-element: $color-primary-element;
- --color-primary-element-light: $color-primary-element-light;
+ --color-background-hover: #{$color-background-hover};
+ --color-background-dark: #{$color-background-dark};
+ --color-background-darker: #{$color-background-darker};
- --color-error: $color-error;
- --color-warning: $color-warning;
- --color-success: $color-success;
+ --color-placeholder-light: #{$color-placeholder-light};
+ --color-placeholder-dark: #{$color-placeholder-dark};
- --color-text-maxcontrast: $color-text-maxcontrast;
- --color-text-light: $color-text-light;
- --color-text-lighter: $color-text-lighter;
+ --color-primary: #{$color-primary};
+ --color-primary-light: #{$color-primary-light};
+ --color-primary-text: #{$color-primary-text};
+ --color-primary-text-dark: #{$color-primary-text-dark};
+ --color-primary-element: #{$color-primary-element};
+ --color-primary-element-light: #{$color-primary-element-light};
- --image-logo: $image-logo;
- --image-login-background: $image-login-background;
- --image-logoheader: $image-logoheader;
- --image-favicon: $image-favicon;
+ --color-error: #{$color-error};
+ --color-warning: #{$color-warning};
+ --color-success: #{$color-success};
- --color-loading-light: $color-loading-light;
- --color-loading-dark: $color-loading-dark;
+ --color-text-maxcontrast: #{$color-text-maxcontrast};
+ --color-text-light: #{$color-main-text};
+ --color-text-lighter: #{$color-text-maxcontrast};
- --color-box-shadow: $color-box-shadow;
+ --image-logo: #{$image-logo};
+ --image-login-background: #{$image-login-background};
+ --image-logoheader: #{$image-logoheader};
+ --image-favicon: #{$image-favicon};
- --color-border: $color-border;
- --color-border-dark: $color-border-dark;
- --border-radius: $border-radius;
- --border-radius-large: $border-radius-large;
- --border-radius-pill: $border-radius-pill;
+ --color-loading-light: #{$color-loading-light};
+ --color-loading-dark: #{$color-loading-dark};
- --font-face: $font-face;
+ --color-box-shadow: #{$color-box-shadow};
- --animation-quick: $animation-quick;
- --animation-slow: $animation-slow;
+ --color-border: #{$color-border};
+ --color-border-dark: #{$color-border-dark};
+ --border-radius: #{$border-radius};
+ --border-radius-large: #{$border-radius-large};
+ --border-radius-pill: #{$border-radius-pill};
+
+ --font-face: #{$font-face};
+ --default-font-size: #{$default-font-size};
+
+ --default-line-height: #{$default-line-height};
+
+ --animation-quick: #{$animation-quick};
+ --animation-slow: #{$animation-slow};
+
+ --header-height: #{$header-height};
}
diff --git a/core/css/functions.scss b/core/css/functions.scss
index c34765154e4..7489e574e97 100644
--- a/core/css/functions.scss
+++ b/core/css/functions.scss
@@ -27,6 +27,7 @@
* @return string The color without #
*/
@function remove-hash-from-color($color) {
+ $color: unquote($color);
$index: str-index(inspect($color), '#');
@if $index {
$color: str-slice(inspect($color), 2);
diff --git a/core/css/global.scss b/core/css/global.scss
index 9511d4324fa..d2b0526c09c 100644
--- a/core/css/global.scss
+++ b/core/css/global.scss
@@ -30,8 +30,8 @@
.hidden-visually {
position: absolute;
- left:-10000px;
- top: auto;
+ left: -10000px;
+ top: -10000px;
width: 1px;
height: 1px;
overflow: hidden;
@@ -47,4 +47,4 @@
.inlineblock {
display: inline-block;
-} \ No newline at end of file
+}
diff --git a/core/css/guest.css b/core/css/guest.css
index 03fa08955ac..72523a3b7df 100644
--- a/core/css/guest.css
+++ b/core/css/guest.css
@@ -147,7 +147,7 @@ form #datadirField legend {
/* Buttons and input */
#submit-wrapper,
#reset-password-wrapper,
-#alternative-logins {
+.alternative-logins {
display: flex;
align-items: center;
justify-content: center;
@@ -155,7 +155,7 @@ form #datadirField legend {
absolutely positioned descendant icons */
}
-#alternative-logins {
+.alternative-logins {
margin: auto;
display: block;
min-width: 260px;
@@ -163,7 +163,7 @@ form #datadirField legend {
overflow: hidden;
}
-#alternative-logins a {
+.alternative-logins a.button {
margin: 10px 5px;
display: block;
font-size: 15px;
@@ -172,7 +172,7 @@ form #datadirField legend {
text-overflow: ellipsis;
}
-#alternative-logins a.button::before {
+.alternative-logins a.button::before {
content: "";
background-repeat: no-repeat;
background-size: contain;
@@ -183,16 +183,22 @@ form #datadirField legend {
vertical-align: bottom;
}
-#alternative-logins .button {
- color: #0082c9;
+.alternative-logins .button {
+ color: #ffffff;
padding: 12px 20px;
}
+
+.alternative-logins .button.single-alt-login-option {
+ width: 260px;
+ margin: 0 auto;
+ }
+
@media only screen and (max-width: 1024px) {
.wrapper {
margin-top: 0;
}
- #alternative-logins {
+ .alternative-logins {
margin: auto;
}
}
@@ -285,8 +291,14 @@ input[type='password'].password-with-toggle, input[type='text'].password-with-to
}
.toggle-password {
position: absolute;
- top: 17px;
- right: 20px;
+ top: 1px;
+ right: 5px;
+ padding: 14px;
+ height: 16px;
+}
+.toggle-password:hover,
+.toggle-password:focus {
+ opacity: .6;
}
input.login {
width: 260px;
@@ -334,7 +346,9 @@ button.primary:not(:disabled):hover,
button.primary:not(:disabled):focus,
a.primary:not(:disabled):hover,
a.primary:not(:disabled):focus {
- color: rgba(255, 255, 255, .8);
+ color: rgba(255, 255, 255, 1);
+ background-image: linear-gradient(40deg, #0082c9 0%, #30b6ff 100%);
+ background-position: initial;
}
/* Checkboxes - white only for login */
@@ -394,7 +408,6 @@ input[type='checkbox'].checkbox--white:checked + label:before {
.strengthify-wrapper {
display: inline-block;
position: relative;
- left: 5px;
top: -20px;
width: 269px;
border-radius: 0 0 3px 3px;
@@ -556,15 +569,16 @@ form .warning input[type='checkbox']+label {
}
/* Alternative Logins */
-#alternative-logins legend {
+.alternative-logins legend {
margin-bottom: 10px;
}
-#alternative-logins li {
+.alternative-logins li {
height: 40px;
white-space: nowrap;
padding: 05px;
}
-#alternative-logins li a {
+.alternative-logins a.button,
+.alternative-logins li a {
width: 100%;
display: inline-block;
text-align: center;
@@ -910,8 +924,8 @@ footer .info .entity-name {
label.infield,
.hidden-visually {
position: absolute;
- left:-10000px;
- top: auto;
+ left: -10000px;
+ top: -10000px;
width: 1px;
height: 1px;
overflow: hidden;
diff --git a/core/css/header.scss b/core/css/header.scss
index b352f12e1b6..27a8fe289fa 100644
--- a/core/css/header.scss
+++ b/core/css/header.scss
@@ -50,7 +50,7 @@
z-index: 2000;
height: $header-height;
background-color: var(--color-primary);
- background-image: linear-gradient(40deg, var(--color-primary) 0%, rgba(28,175,255,1) 100%);
+ background-image: linear-gradient(40deg, var(--color-primary) 0%, var(--color-primary-element-light) 100%);
box-sizing: border-box;
justify-content: space-between;
}
@@ -64,6 +64,7 @@
box-sizing: border-box;
opacity: 1;
align-items: center;
+ display: flex;
flex-wrap: wrap;
overflow: hidden;
@@ -77,7 +78,7 @@
@mixin header-menu-height() {
min-height: calc(44px * 1.5); // show at least 1.5 entries
- max-height: calc(100vh - #{$header-height} * 2);
+ max-height: calc(100vh - #{$header-height} * 4);
}
#header {
@@ -134,16 +135,16 @@
color: var(--color-main-text);
padding: 10px 12px;
box-sizing: border-box;
- opacity: .7;
white-space: nowrap;
position: relative;
width: 100%;
&:hover,
- &:focus,
+ &:focus {
+ background-color: var(--color-background-hover);
+ }
&:active,
&.active {
- opacity: 1;
- box-shadow: inset 4px 0 var(--color-primary);
+ background-color: var(--color-primary-light);
}
span {
display: inline-block;
@@ -211,9 +212,9 @@
}
#header-left, .header-left {
- flex: 0 0;
- flex-grow: 1;
+ flex: 1 0;
white-space: nowrap;
+ min-width: 0;
}
#header-right, .header-right {
@@ -269,6 +270,7 @@
}
}
+/* TODO: move into minimal css file for public shared template */
/* only used for public share pages now as we have the app icons when logged in */
.header-appname {
color: var(--color-primary-text);
@@ -279,6 +281,18 @@
padding-right: 5px;
overflow: hidden;
text-overflow: ellipsis;
+ // Take full width to push the header-shared-by bellow (if any)
+ flex: 1 1 100%;
+}
+
+.header-shared-by {
+ color: var(--color-primary-text);
+ position: relative;
+ font-weight: 300;
+ font-size: 11px;
+ line-height: 11px;
+ overflow: hidden;
+ text-overflow: ellipsis;
}
/* do not show menu toggle on public share links as there is no menu */
@@ -419,7 +433,7 @@ nav[role='navigation'] {
li {
position: relative;
cursor: pointer;
- margin: 0 2px;
+ padding: 0 2px;
display: flex;
justify-content: center;
@@ -432,6 +446,9 @@ nav[role='navigation'] {
align-items: center;
justify-content: center;
opacity: .6;
+ // Make sure most app names don’t ellipsize
+ letter-spacing: -0.5px;
+ font-size: 12px;
}
/* focused app visual feedback */
@@ -439,13 +456,21 @@ nav[role='navigation'] {
a:focus,
a.active {
opacity: 1;
+ font-weight: bold;
+ }
+
+ // Text size back to normal for hover/focus
+ &:hover a,
+ a:focus {
+ font-size: 14px;
}
&:hover a + span,
a:focus + span,
&:hover span,
&:focus span,
- a:focus span {
+ a:focus span,
+ a.active span {
display: inline-block;
text-overflow: initial;
width: auto;
@@ -468,7 +493,7 @@ nav[role='navigation'] {
position: absolute;
color: var(--color-primary-text);
bottom: 2px;
- width: calc(100% - 4px);
+ width: 100%;
text-align: center;
overflow: hidden;
text-overflow: ellipsis;
@@ -587,6 +612,25 @@ nav[role='navigation'] {
}
}
+.unread-counter {
+ display: none;
+}
+#apps .app-icon-notification,
+#appmenu .app-icon-notification {
+ fill: var(--color-error);
+}
+
+#apps svg:not(.has-unread),
+#appmenu svg:not(.has-unread) {
+ .app-icon-notification-mask {
+ display: none;
+ }
+ .app-icon-notification {
+ display: none;
+ }
+}
+
+
/* Skip navigation links – show only on keyboard focus */
.skip-navigation {
padding: 11px;
diff --git a/core/css/icons.scss b/core/css/icons.scss
index ebf61b761e7..c38bdb89daa 100644
--- a/core/css/icons.scss
+++ b/core/css/icons.scss
@@ -229,6 +229,7 @@ audio, canvas, embed, iframe, img, input, object, video {
@include icon-black-white('quota', 'actions', 1, true);
@include icon-black-white('rename', 'actions', 1, true);
@include icon-black-white('screen', 'actions', 1, true);
+@include icon-black-white('template-add', 'actions', 1, true);
.icon-screen-white {
filter: drop-shadow(1px 1px 4px var(--color-box-shadow));
@@ -307,6 +308,7 @@ audio, canvas, embed, iframe, img, input, object, video {
@include icon-black-white('upload', 'actions', 1, true);
@include icon-black-white('user', 'actions', 1, true);
@include icon-black-white('group', 'actions', 1, true);
+@include icon-black-white('filter', 'actions', 1, true);
@include icon-black-white('video', 'actions', 2, true);
.icon-video-white {
@@ -384,20 +386,20 @@ audio, canvas, embed, iframe, img, input, object, video {
.icon-file,
.icon-filetype-text {
- @include icon-color('text', 'filetypes', $color-black, 1, true);
+ @include icon-color('text', 'filetypes', #969696, 1, true);
}
.icon-filetype-file {
- @include icon-color('file', 'filetypes', $color-black, 1, true);
+ @include icon-color('file', 'filetypes', #969696, 1, true);
}
@include icon-black-white('folder', 'filetypes', 1, true);
.icon-filetype-folder {
- @include icon-color('folder', 'filetypes', $color-black, 1, true);
+ @include icon-color('folder', 'filetypes', $color-primary, 1, true);
}
.icon-filetype-folder-drag-accept {
- @include icon-color('folder-drag-accept', 'filetypes', $color-black, 1, true);
+ @include icon-color('folder-drag-accept', 'filetypes', $color-primary, 1, true);
}
@@ -490,6 +492,10 @@ audio, canvas, embed, iframe, img, input, object, video {
@include icon-color('workflow', 'categories', $color-black, 1, true);
}
+.icon-category-dashboard {
+ @include icon-color('dashboard', 'categories', $color-black, 1, true);
+}
+
.icon-talk {
@include icon-color('app-dark', 'spreed', $color-black, 1);
}
diff --git a/core/css/inputs.scss b/core/css/inputs.scss
index 175790b5f30..3ae0c3a270e 100644
--- a/core/css/inputs.scss
+++ b/core/css/inputs.scss
@@ -172,12 +172,28 @@ button, .button,
input[type='button'],
input[type='submit'],
input[type='reset'] {
- padding: 6px 12px;
+ padding: 6px 16px;
width: auto;
min-height: $default-height;
cursor: pointer;
box-sizing: border-box;
background-color: var(--color-background-dark);
+
+ &:disabled {
+ cursor: default;
+ }
+}
+select,
+button, .button {
+ * {
+ cursor: pointer;
+ }
+
+ &:disabled {
+ * {
+ cursor: default;
+ }
+ }
}
/* Buttons */
@@ -350,6 +366,12 @@ input {
&:focus + label:before {
border-color: var(--color-primary-element);
}
+ &:focus-visible + label {
+ outline-style: solid;
+ outline-color: var(--color-main-text);
+ outline-width: 1px;
+ outline-offset: 2px;
+ }
&:checked + label:before,
&.checkbox:indeterminate + label:before {
/* ^ :indeterminate have a strange behavior on radio,
@@ -869,7 +891,7 @@ div.select2-container {
}
/* Progressbar */
-progress {
+progress:not(.vue) {
display: block;
width: 100%;
padding: 0;
@@ -932,8 +954,8 @@ progress {
// Same as .hidden-visually
label.infield {
position: absolute;
- left:-10000px;
- top: auto;
+ left: -10000px;
+ top: -10000px;
width: 1px;
height: 1px;
overflow: hidden;
diff --git a/core/css/mobile.scss b/core/css/mobile.scss
index 02138c89aba..d1abb0176a5 100644
--- a/core/css/mobile.scss
+++ b/core/css/mobile.scss
@@ -121,6 +121,8 @@
}
/* do not show dates in filepicker */
+ #oc-dialog-filepicker-content .filelist #headerSize,
+ #oc-dialog-filepicker-content .filelist #headerDate,
#oc-dialog-filepicker-content .filelist .filesize,
#oc-dialog-filepicker-content .filelist .date {
display: none;
diff --git a/core/css/styles.scss b/core/css/styles.scss
index ffdd8b361d7..780a2085bc8 100644
--- a/core/css/styles.scss
+++ b/core/css/styles.scss
@@ -87,11 +87,10 @@ ul {
body {
background-color: var(--color-main-background);
- background-color: linear-gradient(40deg, var(--color-main-background) 0%, rgba(28,175,255,1) 100%);
font-weight: normal;
- /* bring the default font size up to 14px */
- font-size: .875em;
- line-height: 1.6em;
+ /* bring the default font size up to 15px */
+ font-size: var(--default-font-size);
+ line-height: var(--default-line-height);
font-family: var(--font-face);
color: var(--color-main-text);
}
@@ -152,8 +151,8 @@ body {
/* SCROLLING */
::-webkit-scrollbar {
- width: 6px;
- height: 5px;
+ width: 12px;
+ height: 12px
}
::-webkit-scrollbar-track-piece {
@@ -162,7 +161,9 @@ body {
::-webkit-scrollbar-thumb {
background: var(--color-border-dark);
- border-radius: var(--border-radius);
+ border-radius: var(--border-radius-large);
+ border: 2px solid transparent;
+ background-clip: content-box;
}
@@ -351,9 +352,9 @@ body {
}
}
-.error {
+.error:not(.toastify) {
a {
- color: var(--color-primary-text) !important;
+ color: white !important;
font-weight: bold !important;
&.button {
color: var(--color-text-lighter) !important;
@@ -468,7 +469,9 @@ tr .action:not(.permanent), .selectedActions a {
}
tr {
- &:hover .action, &:focus .action, .action.permanent {
+ &:hover .action:not(.menuitem),
+ &:focus .action:not(.menuitem),
+ .action.permanent:not(.menuitem) {
opacity: .5;
}
}
@@ -719,6 +722,8 @@ code {
/* ---- DIALOGS ---- */
#oc-dialog-filepicker-content {
position: relative;
+ display: flex;
+ flex-direction:column;
.dirtree {
flex-wrap: wrap;
@@ -779,7 +784,9 @@ code {
border: 1px solid var(--color-border-dark);
border-radius: var(--border-radius-pill);
position: relative;
- top: -5px;
+ left: 15px;
+ top:3px;
+ order:1;
.icon.icon-add{
background-image: var(--icon-add-000);
@@ -812,7 +819,8 @@ code {
box-sizing: border-box;
display: inline-block;
overflow-y: auto;
- height: 100%;
+ flex: 1;
+ /*height: 100%;*/
/* overflow under the button row */
width: 100%;
overflow-x: hidden;
diff --git a/core/css/systemtags.scss b/core/css/systemtags.scss
index e2b587fcc79..6e100b12a92 100644
--- a/core/css/systemtags.scss
+++ b/core/css/systemtags.scss
@@ -72,7 +72,12 @@
.systemTagsInfoView,
.systemtags-select2-container {
width: 100%;
-
+
+ .select2-choices {
+ flex-wrap: nowrap !important;
+ max-height: 44px;
+ }
+
.select2-choices .select2-search-choice.select2-locked .label {
opacity: 0.5;
}
diff --git a/core/css/variables.scss b/core/css/variables.scss
index 68b1312c958..cf7d919d72d 100644
--- a/core/css/variables.scss
+++ b/core/css/variables.scss
@@ -40,6 +40,9 @@ $color-background-hover: nc-darken($color-main-background, 4%) !default;
$color-background-dark: nc-darken($color-main-background, 7%) !default;
$color-background-darker: nc-darken($color-main-background, 14%) !default;
+$color-placeholder-light: nc-darken($color-main-background, 10%) !default;
+$color-placeholder-dark: nc-darken($color-main-background, 20%) !default;
+
$color-primary: #0082c9 !default;
$color-primary-light: mix($color-primary, $color-main-background, 10%) !default;
$color-primary-text: #ffffff !default;
@@ -60,9 +63,9 @@ $color-yellow: #FC0;
// rgb(118, 118, 118) / #767676
// min. color contrast for normal text on white background according to WCAG AA
// (Works as well: color: #000; opacity: 0.57;)
-$color-text-maxcontrast: nc-lighten($color-main-text, 46.2%) !default;
-$color-text-light: nc-lighten($color-main-text, 15%) !default;
-$color-text-lighter: nc-lighten($color-main-text, 30%) !default;
+$color-text-maxcontrast: nc-lighten($color-main-text, 33%) !default;
+$color-text-light: $color-main-text !default;
+$color-text-lighter: $color-text-maxcontrast !default;
$image-logo: url('../img/logo/logo.svg?v=1') !default;
$image-login-background: url('../img/background.png?v=2') !default;
@@ -83,7 +86,10 @@ $border-radius-large: 10px !default;
// Pill-style button, value is large so big buttons also have correct roundness
$border-radius-pill: 100px !default;
-$font-face: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol' !default;
+$font-face: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Cantarell, Ubuntu, 'Helvetica Neue', Arial, 'Noto Color Emoji', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol' !default;
+$default-font-size: 15px;
+
+$default-line-height: 24px;
$animation-quick: 100ms;
$animation-slow: 300ms;
diff --git a/core/fonts/NotoSans-Bold.ttf b/core/fonts/NotoSans-Bold.ttf
index ab11d316397..dd4262cb88d 100644
--- a/core/fonts/NotoSans-Bold.ttf
+++ b/core/fonts/NotoSans-Bold.ttf
Binary files differ
diff --git a/core/fonts/NotoSans-Regular.ttf b/core/fonts/NotoSans-Regular.ttf
index a1b8994edea..8210a9e585b 100644
--- a/core/fonts/NotoSans-Regular.ttf
+++ b/core/fonts/NotoSans-Regular.ttf
Binary files differ
diff --git a/core/img/actions/address.png b/core/img/actions/address.png
new file mode 100644
index 00000000000..8c5c4ccbc35
--- /dev/null
+++ b/core/img/actions/address.png
Binary files differ
diff --git a/core/img/actions/download.png b/core/img/actions/download.png
index 19c20d3b032..2e8c93dbf85 100644
--- a/core/img/actions/download.png
+++ b/core/img/actions/download.png
Binary files differ
diff --git a/core/img/actions/filter.svg b/core/img/actions/filter.svg
new file mode 100644
index 00000000000..34c1dd2181c
--- /dev/null
+++ b/core/img/actions/filter.svg
@@ -0,0 +1 @@
+<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16"><path d="M1.19 2.4l5.05 6.48v5.24c0 .49.4.88.88.88h1.76c.49 0 .88-.4.88-.88V8.88l5.05-6.47a.87.87 0 00-.7-1.41H1.89a.87.87 0 00-.7 1.4z"/></svg> \ No newline at end of file
diff --git a/core/img/actions/info.png b/core/img/actions/info.png
new file mode 100644
index 00000000000..69503b54dcd
--- /dev/null
+++ b/core/img/actions/info.png
Binary files differ
diff --git a/core/img/actions/more.png b/core/img/actions/more.png
new file mode 100644
index 00000000000..70cac71e7ef
--- /dev/null
+++ b/core/img/actions/more.png
Binary files differ
diff --git a/core/img/actions/starred.png b/core/img/actions/starred.png
index 66eb8a43240..dcec00eccdc 100644
--- a/core/img/actions/starred.png
+++ b/core/img/actions/starred.png
Binary files differ
diff --git a/core/img/actions/template-add.svg b/core/img/actions/template-add.svg
new file mode 100644
index 00000000000..828dd074f80
--- /dev/null
+++ b/core/img/actions/template-add.svg
@@ -0,0 +1 @@
+<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 21.33 21.33" width="16" height="16"><path fill="none" d="M0 0h24v24H0z"/><path d="M15.33 18h-12V6H10V4H3.33a2 2 0 00-2 2v12c0 1.1.9 2 2 2h12a2 2 0 002-2v-6.67h-2zM17.33 1.33h-2V4h-2.66v2h2.66v2.67h2V6H20V4h-2.67z"/><path d="M5.33 14.33h8v2h-8zm8-1.33v-2h-8v2zm-8-5.33h8v2h-8z"/></svg> \ No newline at end of file
diff --git a/core/img/background.png b/core/img/background.png
index 39c97bebe31..1d4d5e8c3d6 100644
--- a/core/img/background.png
+++ b/core/img/background.png
Binary files differ
diff --git a/core/img/caldav/attendees.png b/core/img/caldav/attendees.png
new file mode 100755
index 00000000000..2e0baa49443
--- /dev/null
+++ b/core/img/caldav/attendees.png
Binary files differ
diff --git a/core/img/caldav/attendees.svg b/core/img/caldav/attendees.svg
new file mode 100644
index 00000000000..86c3d4a4132
--- /dev/null
+++ b/core/img/caldav/attendees.svg
@@ -0,0 +1 @@
+<svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 16 16" height="16" width="16" version="1.1"><path fill="#969696" d="m10 1c-1.75 0-3 1.43-3 2.8 0 1.4 0.1 2.4 0.8 3.5 0.2 0.29 0.5 0.35 0.7 0.6 0.135 0.5 0.24 1 0.1 1.5-0.28 0.1-0.525 0.22-0.8 0.33-0.085-0.15-0.23-0.2-0.47-0.4-0.73-0.44-1.56-0.75-2.33-1.04-0.1-0.37-0.1-0.65 0-1 0.156-0.166 0.37-0.27 0.5-0.43 0.46-0.6 0.5-1.654 0.5-2.37 0-1.06-0.954-1.9-2-1.9-1.17 0-2 1-2 1.9 0 0.93 0.034 1.64 0.5 2.37 0.13 0.2 0.367 0.26 0.5 0.43 0.1 0.33 0.1 0.654 0 1-0.85 0.3-1.6 0.64-2.34 1.04-0.57 0.4-0.52 0.205-0.66 1.53-0.11 1.06 2.335 1.13 4 1.13 0.06 0 0.11 0 0.17 0-0.054 0.274-0.1 0.63-0.17 1.3-0.16 1.59 3.5 1.7 6 1.7s6.16-0.1 6-1.7c-0.215-2-0.23-1.71-1-2.3-1.1-0.654-2.45-1.17-3.6-1.6-0.15-0.56-0.04-0.97 0.1-1.5 0.235-0.25 0.5-0.36 0.7-0.6 0.7-0.885 0.8-2.425 0.8-3.5 0-1.6-1.43-2.8-3-2.8z"/></svg>
diff --git a/core/img/caldav/description.png b/core/img/caldav/description.png
new file mode 100755
index 00000000000..55e3f2cf64d
--- /dev/null
+++ b/core/img/caldav/description.png
Binary files differ
diff --git a/core/img/caldav/description.svg b/core/img/caldav/description.svg
new file mode 100644
index 00000000000..57c2b1f5725
--- /dev/null
+++ b/core/img/caldav/description.svg
@@ -0,0 +1 @@
+<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" width="16" version="1.1" height="16"><path fill="#969696" d="m2.5 1c-0.28 0-0.5 0.22-0.5 0.5v13c0 0.28 0.22 0.5 0.5 0.5h11c0.28 0 0.5-0.22 0.5-0.5v-10.5l-3-3h-8.5zm1.5 2h6v1h-6v-1zm0 3h5v1h-5v-1zm0 3h8v1h-8v-1zm0 3h4v1h-4v-1z"/></svg>
diff --git a/core/img/caldav/link.png b/core/img/caldav/link.png
new file mode 100755
index 00000000000..c59d0e34acc
--- /dev/null
+++ b/core/img/caldav/link.png
Binary files differ
diff --git a/core/img/caldav/link.svg b/core/img/caldav/link.svg
new file mode 100644
index 00000000000..7bfbe1eb2de
--- /dev/null
+++ b/core/img/caldav/link.svg
@@ -0,0 +1 @@
+<svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 16 16" width="16" version="1.1" height="16"><path fill="#969696" d="m7.95 0.65c-4.1 0-7.4 3.3-7.4 7.4s3.3 7.4 7.4 7.4 7.4-3.3 7.4-7.4-3.3-7.4-7.4-7.4zm0.8 0.9c1.3 0 2.4 0.8 3.5 1.3l1.8 2.5-0.3 1.1 0.6 0.3v2.4c-0.2 0.7-0.6 1.3-0.9 2-0.2 0.1 0-0.8-0.1-1 0-0.6-0.5-0.6-0.9-0.2-0.4 0.3-1.4 0.3-1.5-0.4-0.3-0.8 0-1.7 0.3-2.5l-0.6-0.7 0.2-1.8-0.8-0.9 0.2-1-1-0.6c-0.2-0.2-0.6-0.2-0.7-0.4 0.1 0 0.2-0.1 0.2-0.1zm-2.6 0.1s0.1 0 0.1 0.1c0.4 0.2-0.1 0.4-0.2 0.6-0.5 0.3 0.3 0.7 0.5 1 0.4-0.1 0.8-0.7 1.4-0.5 0.7-0.2 0.6 0.6 1.1 1 0.1 0.2 0.9 0.8 0.4 0.6-0.5-0.4-1-0.4-1.3 0.1-0.8 0.5-0.3-0.9-0.7-1.2-0.6-0.7-0.4 0.5-0.4 0.9-0.4 0-1.1-0.3-1.5 0.2l0.4 0.6 0.5-0.7c0-0.3 0.1 0.2 0.3 0.3 0.1 0.2 0.8 0.7 0.3 0.9-0.8 0.4-1.4 1.1-2.1 1.7-0.2 0.5-0.7 0.4-1 0-0.7-0.4-0.7 0.7-0.6 1.1l0.6-0.4v1.1c-0.4 0.4-0.9-0.7-1.3-0.9v-1.6c0-0.4-0.1-0.9 0-1.3 0.8-0.9 1.7-1.9 2.2-3h0.8c0.6 0.2 0.3-0.7 0.5-0.6zm-1.2 8.2c0.1 0 0.2 0 0.3 0.1 0.8 0.1 1.4 0.7 2 1.1 0.5 0.5 1.6 0.3 1.7 1.2-0.2 0.9-1.1 1.4-1.8 1.7-0.2 0.1-0.4 0.2-0.6 0.2-0.7 0.2-1-0.6-1.2-1.1-0.3-0.7-1.1-1.2-1-2.1 0-0.4 0.2-1 0.6-1.1z"/></svg>
diff --git a/core/img/caldav/location.png b/core/img/caldav/location.png
new file mode 100755
index 00000000000..0992c348d10
--- /dev/null
+++ b/core/img/caldav/location.png
Binary files differ
diff --git a/core/img/caldav/location.svg b/core/img/caldav/location.svg
new file mode 100644
index 00000000000..5e63f7563cd
--- /dev/null
+++ b/core/img/caldav/location.svg
@@ -0,0 +1 @@
+<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" width="16" version="1.1" height="16"><circle stroke-width="2" stroke="#969696" cy="6" cx="8" r="4" fill="none"/><path fill="#969696" d="m4 9h8l-4 6z"/></svg>
diff --git a/core/img/caldav/organizer.png b/core/img/caldav/organizer.png
new file mode 100755
index 00000000000..19e08065e61
--- /dev/null
+++ b/core/img/caldav/organizer.png
Binary files differ
diff --git a/core/img/caldav/organizer.svg b/core/img/caldav/organizer.svg
new file mode 100644
index 00000000000..7b75d9e29a6
--- /dev/null
+++ b/core/img/caldav/organizer.svg
@@ -0,0 +1 @@
+<svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 16 16" height="16" width="16" version="1.1"><path fill="#969696" d="m5 3.8c0 1.4 0.1 2.4 0.8 3.5 0.2 0.286 0.5 0.35 0.7 0.6 0.135 0.5 0.24 0.98 0.1 1.5-1.275 0.45-2.49 1-3.6 1.6-0.85 0.6-0.785 0.31-1 2.3-0.16 1.59 3.5 1.7 6 1.7s6.163-0.1 6-1.7c-0.215-2-0.23-1.71-1-2.3-1.1-0.654-2.45-1.167-3.6-1.6-0.15-0.56-0.04-0.973 0.1-1.5 0.235-0.25 0.5-0.363 0.7-0.6 0.69-0.885 0.8-2.425 0.8-3.5 0-1.59-1.43-2.8-3-2.8-1.75 0-3 1.43-3 2.8z"/></svg>
diff --git a/core/img/caldav/time.png b/core/img/caldav/time.png
new file mode 100755
index 00000000000..059a95abce3
--- /dev/null
+++ b/core/img/caldav/time.png
Binary files differ
diff --git a/core/img/caldav/time.svg b/core/img/caldav/time.svg
new file mode 100644
index 00000000000..2fdfde67960
--- /dev/null
+++ b/core/img/caldav/time.svg
@@ -0,0 +1 @@
+<svg height="16" width="16" xmlns="http://www.w3.org/2000/svg" version="1.1" viewbox="0 0 16 16"><path fill="#969696" d="m4 1c-0.5 0-1 0.5-1 1v2c0 0.5 0.5 1 1 1s1-0.5 1-1v-2c0-0.5-0.5-1-1-1zm8 0c-0.5 0-1 0.5-1 1v2c0 0.5 0.5 1 1 1s1-0.5 1-1v-2c0-0.5-0.5-1-1-1zm-6.5 2v1c0 0.831-0.5 1.5-1.5 1.5s-1.5-0.5-1.5-1.5v-0.9375c-0.8841 0.227-1.5 1.0247-1.5 1.9375v8c0 1.108 0.892 2 2 2h10c1.108 0 2-0.892 2-2v-8c0-0.9128-0.61588-1.7105-1.5-1.9375v0.9375c0 0.831-0.5 1.5-1.5 1.5s-1.5-0.5-1.5-1.5v-1zm7.5 5v5h-10v-5z"/></svg>
diff --git a/core/img/caldav/title.png b/core/img/caldav/title.png
new file mode 100755
index 00000000000..b312250ef08
--- /dev/null
+++ b/core/img/caldav/title.png
Binary files differ
diff --git a/core/img/caldav/title.svg b/core/img/caldav/title.svg
new file mode 100644
index 00000000000..57d674b9f2c
--- /dev/null
+++ b/core/img/caldav/title.svg
@@ -0,0 +1 @@
+<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 16 16" width="16" height="16"><path fill="#969696" d="M2 2l12 6-12 6z"/></svg>
diff --git a/core/img/categories/dashboard.svg b/core/img/categories/dashboard.svg
new file mode 100644
index 00000000000..37ca4571c50
--- /dev/null
+++ b/core/img/categories/dashboard.svg
@@ -0,0 +1 @@
+<svg width="16" height="16" version="1.1" xmlns="http://www.w3.org/2000/svg"><path d="m7.9062 1a7 7 0 0 0-6.9062 7 7 7 0 0 0 7 7 7 7 0 0 0 7-7 7 7 0 0 0-7-7 7 7 0 0 0-0.09375 0zm0.09375 2.6992a4.3 4.3 0 0 1 4.3008 4.3008 4.3 4.3 0 0 1-4.3008 4.3008 4.3 4.3 0 0 1-4.3008-4.3008 4.3 4.3 0 0 1 4.3008-4.3008z" fill="#000" stroke-dashoffset="10" stroke-linecap="round" stroke-linejoin="round" stroke-width=".5" style="paint-order:markers stroke fill"/></svg>
diff --git a/core/img/favicon-touch.png b/core/img/favicon-touch.png
index 635806813a6..9754f8eb544 100644
--- a/core/img/favicon-touch.png
+++ b/core/img/favicon-touch.png
Binary files differ
diff --git a/core/img/favicon-touch.svg b/core/img/favicon-touch.svg
index 82dfdc4fd44..f2e5d24da33 100644
--- a/core/img/favicon-touch.svg
+++ b/core/img/favicon-touch.svg
@@ -1 +1 @@
-<svg xmlns="http://www.w3.org/2000/svg" height="128" width="128" viewBox="0 0 128 128"><rect rx="20" ry="20" height="128" width="128" fill="#0082c9"/><path style="text-decoration-color:#000;isolation:auto;mix-blend-mode:normal;block-progression:tb;text-decoration-line:none;text-indent:0;text-transform:none;text-decoration-style:solid" d="M64.09 37.368c-12.5 0-23 8.56-26.207 20.078-2.8-6.16-8.962-10.525-16.122-10.525C12.016 46.923 4 54.937 4 64.684c-.002 9.75 8.013 17.764 17.76 17.766 7.162-.002 13.32-4.37 16.12-10.53C41.086 83.438 51.588 92 64.092 92c12.434.002 22.88-8.467 26.153-19.886 2.845 6.046 8.913 10.334 15.99 10.335 9.75 0 17.767-8.016 17.766-17.767 0-9.75-8.015-17.764-17.764-17.762-7.078.002-13.15 4.29-15.994 10.336-3.274-11.42-13.717-19.89-26.15-19.888zm0 10.427a16.81 16.81 0 0 1 16.89 16.888c0 9.39-7.5 16.892-16.89 16.89a16.81 16.81 0 0 1-16.886-16.89c0-9.39 7.5-16.887 16.887-16.888zm-42.33 9.552c4.114 0 7.335 3.222 7.336 7.335 0 4.114-3.22 7.34-7.335 7.34-4.113 0-7.335-3.226-7.334-7.34 0-4.113 3.222-7.335 7.335-7.335zm84.475 0c4.114 0 7.338 3.22 7.338 7.335s-3.223 7.34-7.338 7.34c-4.114 0-7.336-3.226-7.335-7.34 0-4.113 3.222-7.335 7.335-7.335z" fill="#fff" color="#000" white-space="normal"/></svg> \ No newline at end of file
+<svg xmlns="http://www.w3.org/2000/svg" height="128" width="128" viewBox="0 0 128 128"><rect height="128" width="128" fill="#0082c9"/><path style="text-decoration-color:#000;isolation:auto;mix-blend-mode:normal;block-progression:tb;text-decoration-line:none;text-indent:0;text-transform:none;text-decoration-style:solid" d="M64.09 37.368c-12.5 0-23 8.56-26.207 20.078-2.8-6.16-8.962-10.525-16.122-10.525C12.016 46.923 4 54.937 4 64.684c-.002 9.75 8.013 17.764 17.76 17.766 7.162-.002 13.32-4.37 16.12-10.53C41.086 83.438 51.588 92 64.092 92c12.434.002 22.88-8.467 26.153-19.886 2.845 6.046 8.913 10.334 15.99 10.335 9.75 0 17.767-8.016 17.766-17.767 0-9.75-8.015-17.764-17.764-17.762-7.078.002-13.15 4.29-15.994 10.336-3.274-11.42-13.717-19.89-26.15-19.888zm0 10.427a16.81 16.81 0 0 1 16.89 16.888c0 9.39-7.5 16.892-16.89 16.89a16.81 16.81 0 0 1-16.886-16.89c0-9.39 7.5-16.887 16.887-16.888zm-42.33 9.552c4.114 0 7.335 3.222 7.336 7.335 0 4.114-3.22 7.34-7.335 7.34-4.113 0-7.335-3.226-7.334-7.34 0-4.113 3.222-7.335 7.335-7.335zm84.475 0c4.114 0 7.338 3.22 7.338 7.335s-3.223 7.34-7.338 7.34c-4.114 0-7.336-3.226-7.335-7.34 0-4.113 3.222-7.335 7.335-7.335z" fill="#fff" color="#000" white-space="normal"/></svg>
diff --git a/core/img/favicon.png b/core/img/favicon.png
index 71520e5bbf4..c0afb2ae2f5 100644
--- a/core/img/favicon.png
+++ b/core/img/favicon.png
Binary files differ
diff --git a/core/img/filetypes/application-pdf.svg b/core/img/filetypes/application-pdf.svg
index cb54edd9339..782cc13c103 100644
--- a/core/img/filetypes/application-pdf.svg
+++ b/core/img/filetypes/application-pdf.svg
@@ -1 +1 @@
-<svg xmlns="http://www.w3.org/2000/svg" height="16" viewBox="0 0 16 16" width="16" version="1.1"><path fill="#dc5047" d="m2.5 1c-0.28 0-0.5 0.22-0.5 0.5v13c0 0.28 0.22 0.5 0.5 0.5h11c0.28 0 0.5-0.22 0.5-0.5v-10.5l-3-3zm5.8 3.9s0.07 0.95-0.15 2.3c0.715 2.053 1.5 2.33 1.85 2.5 0.74-0.06 1.565-0.1 2.3 0.3 0.5 0.286 0.894 1.5-0.3 1.5-0.54-0.034-1.537-0.346-2.25-0.7-1.066 0.12-2.39 0.32-3.5 0.8-1.25 2.1-1.81 2.4-2.25 2.4-1.215-0.32-0.56-1.93-0.1-2.2 0.55-0.47 1.195-0.74 1.4-0.8 0.09-0.15 1.384-2.69 1.7-3.75-0.3-1.024-0.37-2.106-0.2-2.75 0.78-1.018 1.5-0.35 1.5 0.4zm-0.7 3.1c-0.27 1.057-1.348 3.084-1.3 3 1.105-0.485 2.1-0.63 3.2-0.8-0.526-0.235-1.146-0.25-1.9-2.2z"/></svg>
+<svg width="16" height="16" version="1.1" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"><path d="m2.5 1c-0.28 0-0.5 0.22-0.5 0.5v13c0 0.28 0.22 0.5 0.5 0.5h11c0.28 0 0.5-0.22 0.5-0.5v-10.5l-3-3z" fill="#dc5047"/><g fill="#fff" aria-label="PDF"><path d="m4.9093 8.443v1.057h-0.61813v-3h1.1703q0.33791 0 0.59341 0.12363 0.25755 0.12363 0.3956 0.35234 0.13805 0.22665 0.13805 0.51717 0 0.44093-0.30288 0.69643-0.30082 0.25343-0.83448 0.25343zm0-0.50069h0.5522q0.24519 0 0.37294-0.11538 0.12981-0.11538 0.12981-0.32967 0-0.22047-0.12981-0.35646t-0.35852-0.14011h-0.56662z"/><path d="m7.011 9.5v-3h0.92308q0.3956 0 0.70673 0.17926 0.31319 0.1772 0.48832 0.50687 0.17514 0.32761 0.17514 0.74588v0.13805q0 0.41827-0.17308 0.74382-0.17102 0.32555-0.4842 0.50481-0.31319 0.17926-0.70673 0.18132zm0.61813-2.4993v2.0027h0.29876q0.36264 0 0.55426-0.23695 0.19162-0.23695 0.19574-0.67788v-0.15865q0-0.45742-0.18956-0.69231-0.18956-0.23695-0.55426-0.23695z"/><path d="m11.56 8.274h-1.1868v1.226h-0.61813v-3h1.9533v0.50069h-1.3352v0.77473h1.1868z"/></g></svg>
diff --git a/core/img/filetypes/mindmap.svg b/core/img/filetypes/mindmap.svg
new file mode 100644
index 00000000000..7deea57404d
--- /dev/null
+++ b/core/img/filetypes/mindmap.svg
@@ -0,0 +1 @@
+<svg xmlns="http://www.w3.org/2000/svg" height="16" width="16"><path fill="#f41d5c" d="M2.5 1c-.28 0-.5.22-.5.5v13c0 .28.22.5.5.5h11c.28 0 .5-.22.5-.5V4l-3-3H2.5zm4.527 2.121A1.032 1.018 0 018.06 4.14a1.032 1.018 0 01-.561.906l.367 1.902a1.436 1.436 73.095 01.174-.011 1.436 1.436 73.095 011.217.671l1.6-1.05a.78.78 57.865 01-.08-.342.78.78 57.865 01.78-.78.78.78 57.865 01.78.78.78.78 57.865 01-.78.781.78.78 57.865 01-.482-.168l-1.67 1.096a1.436 1.436 73.095 01.073.447 1.436 1.436 73.095 01-.207.74l1.503 1.711a.913.913 61.954 01.51-.158.913.913 61.954 01.914.914.913.913 61.954 01-.914.914.913.913 61.954 01-.914-.914.913.913 61.954 01.131-.47L9.02 9.421a1.436 1.436 73.095 01-.98.387 1.436 1.436 73.095 01-.352-.045l-.965 1.912a.88.88 69.57 01.334.69.88.88 69.57 01-.881.88.88.88 69.57 01-.881-.88.88.88 69.57 01.88-.882.88.88 69.57 01.214.028l.95-1.887a1.436 1.436 73.095 01-.693-.906l-2.097.054a.97.97 72.338 01-.951.788.97.97 72.338 01-.971-.97.97.97 72.338 01.97-.97.97.97 72.338 01.954.805l2.053-.055a1.436 1.436 73.095 01.925-1.34l-.365-1.883a1.032 1.018 0 01-.137.008 1.032 1.018 0 01-1.03-1.017 1.032 1.018 0 011.03-1.018z"/></svg> \ No newline at end of file
diff --git a/core/img/manifest.json b/core/img/manifest.json
index fcecb856614..04e77df7a59 100644
--- a/core/img/manifest.json
+++ b/core/img/manifest.json
@@ -4,7 +4,7 @@
"icons": [{
"src": "favicon-touch.png",
"type": "image/png",
- "sizes": "128x128"
+ "sizes": "180x180"
}, {
"src": "favicon-mask.svg",
"type": "image/svg+xml",
diff --git a/core/img/places/calendar.png b/core/img/places/calendar.png
new file mode 100644
index 00000000000..06efc29546d
--- /dev/null
+++ b/core/img/places/calendar.png
Binary files differ
diff --git a/core/img/places/contacts-dark.png b/core/img/places/contacts-dark.png
new file mode 100644
index 00000000000..438761b1a5b
--- /dev/null
+++ b/core/img/places/contacts-dark.png
Binary files differ
diff --git a/core/js/backgroundjobs.js b/core/js/backgroundjobs.js
index 499d8e88073..f5061357f5c 100644
--- a/core/js/backgroundjobs.js
+++ b/core/js/backgroundjobs.js
@@ -20,7 +20,7 @@
*/
// start worker once page has loaded
-$(document).ready(function(){
+window.addEventListener('DOMContentLoaded', function(){
$.get( OC.getRootPath()+'/cron.php' );
$('.section .icon-info').tooltip({
diff --git a/core/js/core.json b/core/js/core.json
index c3c7cbbafc2..9ea17f2ac5e 100644
--- a/core/js/core.json
+++ b/core/js/core.json
@@ -2,27 +2,9 @@
"libraries": [
],
"modules": [
- "share.js",
- "sharetemplates.js",
- "sharesocialmanager.js",
- "shareconfigmodel.js",
- "shareitemmodel.js",
- "sharedialogview.js",
- "sharedialoglinkshareview.js",
- "sharedialogresharerinfoview.js",
- "sharedialogshareelistview.js",
"public/publicpage.js",
"setupchecks.js",
- "../search/js/search.js",
"mimetype.js",
- "mimetypelist.js",
- "files/fileinfo.js",
- "files/client.js",
- "systemtags/systemtags.js",
- "systemtags/templates.js",
- "systemtags/systemtagmodel.js",
- "systemtags/systemtagscollection.js",
- "systemtags/systemtagsmappingcollection.js",
- "systemtags/systemtagsinputfield.js"
+ "mimetypelist.js"
]
}
diff --git a/core/js/dist/files_client.js b/core/js/dist/files_client.js
new file mode 100644
index 00000000000..9f5bda27a68
--- /dev/null
+++ b/core/js/dist/files_client.js
@@ -0,0 +1,65 @@
+!function(e){var t={};function n(r){if(t[r])return t[r].exports;var i=t[r]={i:r,l:!1,exports:{}};return e[r].call(i.exports,i,i.exports,n),i.l=!0,i.exports}n.m=e,n.c=t,n.d=function(e,t,r){n.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:r})},n.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},n.t=function(e,t){if(1&t&&(e=n(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var r=Object.create(null);if(n.r(r),Object.defineProperty(r,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var i in e)n.d(r,i,function(t){return e[t]}.bind(null,i));return r},n.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return n.d(t,"a",t),t},n.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},n.p="",n(n.s=700)}({0:function(e,t,n){var r;
+/*!
+ * jQuery JavaScript Library v3.3.1
+ * https://jquery.com/
+ *
+ * Includes Sizzle.js
+ * https://sizzlejs.com/
+ *
+ * Copyright JS Foundation and other contributors
+ * Released under the MIT license
+ * https://jquery.org/license
+ *
+ * Date: 2018-01-20T17:24Z
+ */!function(t,n){"use strict";"object"==typeof e.exports?e.exports=t.document?n(t,!0):function(e){if(!e.document)throw new Error("jQuery requires a window with a document");return n(e)}:n(t)}("undefined"!=typeof window?window:this,(function(n,i){"use strict";var o=[],u=n.document,a=Object.getPrototypeOf,s=o.slice,c=o.concat,f=o.push,l=o.indexOf,d={},p=d.toString,h=d.hasOwnProperty,g=h.toString,v=g.call(Object),y={},m=function(e){return"function"==typeof e&&"number"!=typeof e.nodeType},b=function(e){return null!=e&&e===e.window},x={type:!0,src:!0,noModule:!0};function w(e,t,n){var r,i=(t=t||u).createElement("script");if(i.text=e,n)for(r in x)n[r]&&(i[r]=n[r]);t.head.appendChild(i).parentNode.removeChild(i)}function T(e){return null==e?e+"":"object"==typeof e||"function"==typeof e?d[p.call(e)]||"object":typeof e}var S=function(e,t){return new S.fn.init(e,t)},E=/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g;function N(e){var t=!!e&&"length"in e&&e.length,n=T(e);return!m(e)&&!b(e)&&("array"===n||0===t||"number"==typeof t&&t>0&&t-1 in e)}S.fn=S.prototype={jquery:"3.3.1",constructor:S,length:0,toArray:function(){return s.call(this)},get:function(e){return null==e?s.call(this):e<0?this[e+this.length]:this[e]},pushStack:function(e){var t=S.merge(this.constructor(),e);return t.prevObject=this,t},each:function(e){return S.each(this,e)},map:function(e){return this.pushStack(S.map(this,(function(t,n){return e.call(t,n,t)})))},slice:function(){return this.pushStack(s.apply(this,arguments))},first:function(){return this.eq(0)},last:function(){return this.eq(-1)},eq:function(e){var t=this.length,n=+e+(e<0?t:0);return this.pushStack(n>=0&&n<t?[this[n]]:[])},end:function(){return this.prevObject||this.constructor()},push:f,sort:o.sort,splice:o.splice},S.extend=S.fn.extend=function(){var e,t,n,r,i,o,u=arguments[0]||{},a=1,s=arguments.length,c=!1;for("boolean"==typeof u&&(c=u,u=arguments[a]||{},a++),"object"==typeof u||m(u)||(u={}),a===s&&(u=this,a--);a<s;a++)if(null!=(e=arguments[a]))for(t in e)n=u[t],u!==(r=e[t])&&(c&&r&&(S.isPlainObject(r)||(i=Array.isArray(r)))?(i?(i=!1,o=n&&Array.isArray(n)?n:[]):o=n&&S.isPlainObject(n)?n:{},u[t]=S.extend(c,o,r)):void 0!==r&&(u[t]=r));return u},S.extend({expando:"jQuery"+("3.3.1"+Math.random()).replace(/\D/g,""),isReady:!0,error:function(e){throw new Error(e)},noop:function(){},isPlainObject:function(e){var t,n;return!(!e||"[object Object]"!==p.call(e))&&(!(t=a(e))||"function"==typeof(n=h.call(t,"constructor")&&t.constructor)&&g.call(n)===v)},isEmptyObject:function(e){var t;for(t in e)return!1;return!0},globalEval:function(e){w(e)},each:function(e,t){var n,r=0;if(N(e))for(n=e.length;r<n&&!1!==t.call(e[r],r,e[r]);r++);else for(r in e)if(!1===t.call(e[r],r,e[r]))break;return e},trim:function(e){return null==e?"":(e+"").replace(E,"")},makeArray:function(e,t){var n=t||[];return null!=e&&(N(Object(e))?S.merge(n,"string"==typeof e?[e]:e):f.call(n,e)),n},inArray:function(e,t,n){return null==t?-1:l.call(t,e,n)},merge:function(e,t){for(var n=+t.length,r=0,i=e.length;r<n;r++)e[i++]=t[r];return e.length=i,e},grep:function(e,t,n){for(var r=[],i=0,o=e.length,u=!n;i<o;i++)!t(e[i],i)!==u&&r.push(e[i]);return r},map:function(e,t,n){var r,i,o=0,u=[];if(N(e))for(r=e.length;o<r;o++)null!=(i=t(e[o],o,n))&&u.push(i);else for(o in e)null!=(i=t(e[o],o,n))&&u.push(i);return c.apply([],u)},guid:1,support:y}),"function"==typeof Symbol&&(S.fn[Symbol.iterator]=o[Symbol.iterator]),S.each("Boolean Number String Function Array Date RegExp Object Error Symbol".split(" "),(function(e,t){d["[object "+t+"]"]=t.toLowerCase()}));var C=
+/*!
+ * Sizzle CSS Selector Engine v2.3.3
+ * https://sizzlejs.com/
+ *
+ * Copyright jQuery Foundation and other contributors
+ * Released under the MIT license
+ * http://jquery.org/license
+ *
+ * Date: 2016-08-08
+ */
+function(e){var t,n,r,i,o,u,a,s,c,f,l,d,p,h,g,v,y,m,b,x="sizzle"+1*new Date,w=e.document,T=0,S=0,E=ue(),N=ue(),C=ue(),_=function(e,t){return e===t&&(l=!0),0},A={}.hasOwnProperty,D=[],O=D.pop,j=D.push,P=D.push,k=D.slice,R=function(e,t){for(var n=0,r=e.length;n<r;n++)if(e[n]===t)return n;return-1},L="checked|selected|async|autofocus|autoplay|controls|defer|disabled|hidden|ismap|loop|multiple|open|readonly|required|scoped",q="[\\x20\\t\\r\\n\\f]",I="(?:\\\\.|[\\w-]|[^\0-\\xa0])+",M="\\["+q+"*("+I+")(?:"+q+"*([*^$|!~]?=)"+q+"*(?:'((?:\\\\.|[^\\\\'])*)'|\"((?:\\\\.|[^\\\\\"])*)\"|("+I+"))|)"+q+"*\\]",H=":("+I+")(?:\\((('((?:\\\\.|[^\\\\'])*)'|\"((?:\\\\.|[^\\\\\"])*)\")|((?:\\\\.|[^\\\\()[\\]]|"+M+")*)|.*)\\)|)",F=new RegExp(q+"+","g"),U=new RegExp("^"+q+"+|((?:^|[^\\\\])(?:\\\\.)*)"+q+"+$","g"),B=new RegExp("^"+q+"*,"+q+"*"),W=new RegExp("^"+q+"*([>+~]|"+q+")"+q+"*"),$=new RegExp("="+q+"*([^\\]'\"]*?)"+q+"*\\]","g"),V=new RegExp(H),z=new RegExp("^"+I+"$"),Y={ID:new RegExp("^#("+I+")"),CLASS:new RegExp("^\\.("+I+")"),TAG:new RegExp("^("+I+"|[*])"),ATTR:new RegExp("^"+M),PSEUDO:new RegExp("^"+H),CHILD:new RegExp("^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\("+q+"*(even|odd|(([+-]|)(\\d*)n|)"+q+"*(?:([+-]|)"+q+"*(\\d+)|))"+q+"*\\)|)","i"),bool:new RegExp("^(?:"+L+")$","i"),needsContext:new RegExp("^"+q+"*[>+~]|:(even|odd|eq|gt|lt|nth|first|last)(?:\\("+q+"*((?:-\\d)?\\d*)"+q+"*\\)|)(?=[^-]|$)","i")},X=/^(?:input|select|textarea|button)$/i,G=/^h\d$/i,K=/^[^{]+\{\s*\[native \w/,Q=/^(?:#([\w-]+)|(\w+)|\.([\w-]+))$/,J=/[+~]/,Z=new RegExp("\\\\([\\da-f]{1,6}"+q+"?|("+q+")|.)","ig"),ee=function(e,t,n){var r="0x"+t-65536;return r!=r||n?t:r<0?String.fromCharCode(r+65536):String.fromCharCode(r>>10|55296,1023&r|56320)},te=/([\0-\x1f\x7f]|^-?\d)|^-$|[^\0-\x1f\x7f-\uFFFF\w-]/g,ne=function(e,t){return t?"\0"===e?"�":e.slice(0,-1)+"\\"+e.charCodeAt(e.length-1).toString(16)+" ":"\\"+e},re=function(){d()},ie=me((function(e){return!0===e.disabled&&("form"in e||"label"in e)}),{dir:"parentNode",next:"legend"});try{P.apply(D=k.call(w.childNodes),w.childNodes),D[w.childNodes.length].nodeType}catch(e){P={apply:D.length?function(e,t){j.apply(e,k.call(t))}:function(e,t){for(var n=e.length,r=0;e[n++]=t[r++];);e.length=n-1}}}function oe(e,t,r,i){var o,a,c,f,l,h,y,m=t&&t.ownerDocument,T=t?t.nodeType:9;if(r=r||[],"string"!=typeof e||!e||1!==T&&9!==T&&11!==T)return r;if(!i&&((t?t.ownerDocument||t:w)!==p&&d(t),t=t||p,g)){if(11!==T&&(l=Q.exec(e)))if(o=l[1]){if(9===T){if(!(c=t.getElementById(o)))return r;if(c.id===o)return r.push(c),r}else if(m&&(c=m.getElementById(o))&&b(t,c)&&c.id===o)return r.push(c),r}else{if(l[2])return P.apply(r,t.getElementsByTagName(e)),r;if((o=l[3])&&n.getElementsByClassName&&t.getElementsByClassName)return P.apply(r,t.getElementsByClassName(o)),r}if(n.qsa&&!C[e+" "]&&(!v||!v.test(e))){if(1!==T)m=t,y=e;else if("object"!==t.nodeName.toLowerCase()){for((f=t.getAttribute("id"))?f=f.replace(te,ne):t.setAttribute("id",f=x),a=(h=u(e)).length;a--;)h[a]="#"+f+" "+ye(h[a]);y=h.join(","),m=J.test(e)&&ge(t.parentNode)||t}if(y)try{return P.apply(r,m.querySelectorAll(y)),r}catch(e){}finally{f===x&&t.removeAttribute("id")}}}return s(e.replace(U,"$1"),t,r,i)}function ue(){var e=[];return function t(n,i){return e.push(n+" ")>r.cacheLength&&delete t[e.shift()],t[n+" "]=i}}function ae(e){return e[x]=!0,e}function se(e){var t=p.createElement("fieldset");try{return!!e(t)}catch(e){return!1}finally{t.parentNode&&t.parentNode.removeChild(t),t=null}}function ce(e,t){for(var n=e.split("|"),i=n.length;i--;)r.attrHandle[n[i]]=t}function fe(e,t){var n=t&&e,r=n&&1===e.nodeType&&1===t.nodeType&&e.sourceIndex-t.sourceIndex;if(r)return r;if(n)for(;n=n.nextSibling;)if(n===t)return-1;return e?1:-1}function le(e){return function(t){return"input"===t.nodeName.toLowerCase()&&t.type===e}}function de(e){return function(t){var n=t.nodeName.toLowerCase();return("input"===n||"button"===n)&&t.type===e}}function pe(e){return function(t){return"form"in t?t.parentNode&&!1===t.disabled?"label"in t?"label"in t.parentNode?t.parentNode.disabled===e:t.disabled===e:t.isDisabled===e||t.isDisabled!==!e&&ie(t)===e:t.disabled===e:"label"in t&&t.disabled===e}}function he(e){return ae((function(t){return t=+t,ae((function(n,r){for(var i,o=e([],n.length,t),u=o.length;u--;)n[i=o[u]]&&(n[i]=!(r[i]=n[i]))}))}))}function ge(e){return e&&void 0!==e.getElementsByTagName&&e}for(t in n=oe.support={},o=oe.isXML=function(e){var t=e&&(e.ownerDocument||e).documentElement;return!!t&&"HTML"!==t.nodeName},d=oe.setDocument=function(e){var t,i,u=e?e.ownerDocument||e:w;return u!==p&&9===u.nodeType&&u.documentElement?(h=(p=u).documentElement,g=!o(p),w!==p&&(i=p.defaultView)&&i.top!==i&&(i.addEventListener?i.addEventListener("unload",re,!1):i.attachEvent&&i.attachEvent("onunload",re)),n.attributes=se((function(e){return e.className="i",!e.getAttribute("className")})),n.getElementsByTagName=se((function(e){return e.appendChild(p.createComment("")),!e.getElementsByTagName("*").length})),n.getElementsByClassName=K.test(p.getElementsByClassName),n.getById=se((function(e){return h.appendChild(e).id=x,!p.getElementsByName||!p.getElementsByName(x).length})),n.getById?(r.filter.ID=function(e){var t=e.replace(Z,ee);return function(e){return e.getAttribute("id")===t}},r.find.ID=function(e,t){if(void 0!==t.getElementById&&g){var n=t.getElementById(e);return n?[n]:[]}}):(r.filter.ID=function(e){var t=e.replace(Z,ee);return function(e){var n=void 0!==e.getAttributeNode&&e.getAttributeNode("id");return n&&n.value===t}},r.find.ID=function(e,t){if(void 0!==t.getElementById&&g){var n,r,i,o=t.getElementById(e);if(o){if((n=o.getAttributeNode("id"))&&n.value===e)return[o];for(i=t.getElementsByName(e),r=0;o=i[r++];)if((n=o.getAttributeNode("id"))&&n.value===e)return[o]}return[]}}),r.find.TAG=n.getElementsByTagName?function(e,t){return void 0!==t.getElementsByTagName?t.getElementsByTagName(e):n.qsa?t.querySelectorAll(e):void 0}:function(e,t){var n,r=[],i=0,o=t.getElementsByTagName(e);if("*"===e){for(;n=o[i++];)1===n.nodeType&&r.push(n);return r}return o},r.find.CLASS=n.getElementsByClassName&&function(e,t){if(void 0!==t.getElementsByClassName&&g)return t.getElementsByClassName(e)},y=[],v=[],(n.qsa=K.test(p.querySelectorAll))&&(se((function(e){h.appendChild(e).innerHTML="<a id='"+x+"'></a><select id='"+x+"-\r\\' msallowcapture=''><option selected=''></option></select>",e.querySelectorAll("[msallowcapture^='']").length&&v.push("[*^$]="+q+"*(?:''|\"\")"),e.querySelectorAll("[selected]").length||v.push("\\["+q+"*(?:value|"+L+")"),e.querySelectorAll("[id~="+x+"-]").length||v.push("~="),e.querySelectorAll(":checked").length||v.push(":checked"),e.querySelectorAll("a#"+x+"+*").length||v.push(".#.+[+~]")})),se((function(e){e.innerHTML="<a href='' disabled='disabled'></a><select disabled='disabled'><option/></select>";var t=p.createElement("input");t.setAttribute("type","hidden"),e.appendChild(t).setAttribute("name","D"),e.querySelectorAll("[name=d]").length&&v.push("name"+q+"*[*^$|!~]?="),2!==e.querySelectorAll(":enabled").length&&v.push(":enabled",":disabled"),h.appendChild(e).disabled=!0,2!==e.querySelectorAll(":disabled").length&&v.push(":enabled",":disabled"),e.querySelectorAll("*,:x"),v.push(",.*:")}))),(n.matchesSelector=K.test(m=h.matches||h.webkitMatchesSelector||h.mozMatchesSelector||h.oMatchesSelector||h.msMatchesSelector))&&se((function(e){n.disconnectedMatch=m.call(e,"*"),m.call(e,"[s!='']:x"),y.push("!=",H)})),v=v.length&&new RegExp(v.join("|")),y=y.length&&new RegExp(y.join("|")),t=K.test(h.compareDocumentPosition),b=t||K.test(h.contains)?function(e,t){var n=9===e.nodeType?e.documentElement:e,r=t&&t.parentNode;return e===r||!(!r||1!==r.nodeType||!(n.contains?n.contains(r):e.compareDocumentPosition&&16&e.compareDocumentPosition(r)))}:function(e,t){if(t)for(;t=t.parentNode;)if(t===e)return!0;return!1},_=t?function(e,t){if(e===t)return l=!0,0;var r=!e.compareDocumentPosition-!t.compareDocumentPosition;return r||(1&(r=(e.ownerDocument||e)===(t.ownerDocument||t)?e.compareDocumentPosition(t):1)||!n.sortDetached&&t.compareDocumentPosition(e)===r?e===p||e.ownerDocument===w&&b(w,e)?-1:t===p||t.ownerDocument===w&&b(w,t)?1:f?R(f,e)-R(f,t):0:4&r?-1:1)}:function(e,t){if(e===t)return l=!0,0;var n,r=0,i=e.parentNode,o=t.parentNode,u=[e],a=[t];if(!i||!o)return e===p?-1:t===p?1:i?-1:o?1:f?R(f,e)-R(f,t):0;if(i===o)return fe(e,t);for(n=e;n=n.parentNode;)u.unshift(n);for(n=t;n=n.parentNode;)a.unshift(n);for(;u[r]===a[r];)r++;return r?fe(u[r],a[r]):u[r]===w?-1:a[r]===w?1:0},p):p},oe.matches=function(e,t){return oe(e,null,null,t)},oe.matchesSelector=function(e,t){if((e.ownerDocument||e)!==p&&d(e),t=t.replace($,"='$1']"),n.matchesSelector&&g&&!C[t+" "]&&(!y||!y.test(t))&&(!v||!v.test(t)))try{var r=m.call(e,t);if(r||n.disconnectedMatch||e.document&&11!==e.document.nodeType)return r}catch(e){}return oe(t,p,null,[e]).length>0},oe.contains=function(e,t){return(e.ownerDocument||e)!==p&&d(e),b(e,t)},oe.attr=function(e,t){(e.ownerDocument||e)!==p&&d(e);var i=r.attrHandle[t.toLowerCase()],o=i&&A.call(r.attrHandle,t.toLowerCase())?i(e,t,!g):void 0;return void 0!==o?o:n.attributes||!g?e.getAttribute(t):(o=e.getAttributeNode(t))&&o.specified?o.value:null},oe.escape=function(e){return(e+"").replace(te,ne)},oe.error=function(e){throw new Error("Syntax error, unrecognized expression: "+e)},oe.uniqueSort=function(e){var t,r=[],i=0,o=0;if(l=!n.detectDuplicates,f=!n.sortStable&&e.slice(0),e.sort(_),l){for(;t=e[o++];)t===e[o]&&(i=r.push(o));for(;i--;)e.splice(r[i],1)}return f=null,e},i=oe.getText=function(e){var t,n="",r=0,o=e.nodeType;if(o){if(1===o||9===o||11===o){if("string"==typeof e.textContent)return e.textContent;for(e=e.firstChild;e;e=e.nextSibling)n+=i(e)}else if(3===o||4===o)return e.nodeValue}else for(;t=e[r++];)n+=i(t);return n},(r=oe.selectors={cacheLength:50,createPseudo:ae,match:Y,attrHandle:{},find:{},relative:{">":{dir:"parentNode",first:!0}," ":{dir:"parentNode"},"+":{dir:"previousSibling",first:!0},"~":{dir:"previousSibling"}},preFilter:{ATTR:function(e){return e[1]=e[1].replace(Z,ee),e[3]=(e[3]||e[4]||e[5]||"").replace(Z,ee),"~="===e[2]&&(e[3]=" "+e[3]+" "),e.slice(0,4)},CHILD:function(e){return e[1]=e[1].toLowerCase(),"nth"===e[1].slice(0,3)?(e[3]||oe.error(e[0]),e[4]=+(e[4]?e[5]+(e[6]||1):2*("even"===e[3]||"odd"===e[3])),e[5]=+(e[7]+e[8]||"odd"===e[3])):e[3]&&oe.error(e[0]),e},PSEUDO:function(e){var t,n=!e[6]&&e[2];return Y.CHILD.test(e[0])?null:(e[3]?e[2]=e[4]||e[5]||"":n&&V.test(n)&&(t=u(n,!0))&&(t=n.indexOf(")",n.length-t)-n.length)&&(e[0]=e[0].slice(0,t),e[2]=n.slice(0,t)),e.slice(0,3))}},filter:{TAG:function(e){var t=e.replace(Z,ee).toLowerCase();return"*"===e?function(){return!0}:function(e){return e.nodeName&&e.nodeName.toLowerCase()===t}},CLASS:function(e){var t=E[e+" "];return t||(t=new RegExp("(^|"+q+")"+e+"("+q+"|$)"))&&E(e,(function(e){return t.test("string"==typeof e.className&&e.className||void 0!==e.getAttribute&&e.getAttribute("class")||"")}))},ATTR:function(e,t,n){return function(r){var i=oe.attr(r,e);return null==i?"!="===t:!t||(i+="","="===t?i===n:"!="===t?i!==n:"^="===t?n&&0===i.indexOf(n):"*="===t?n&&i.indexOf(n)>-1:"$="===t?n&&i.slice(-n.length)===n:"~="===t?(" "+i.replace(F," ")+" ").indexOf(n)>-1:"|="===t&&(i===n||i.slice(0,n.length+1)===n+"-"))}},CHILD:function(e,t,n,r,i){var o="nth"!==e.slice(0,3),u="last"!==e.slice(-4),a="of-type"===t;return 1===r&&0===i?function(e){return!!e.parentNode}:function(t,n,s){var c,f,l,d,p,h,g=o!==u?"nextSibling":"previousSibling",v=t.parentNode,y=a&&t.nodeName.toLowerCase(),m=!s&&!a,b=!1;if(v){if(o){for(;g;){for(d=t;d=d[g];)if(a?d.nodeName.toLowerCase()===y:1===d.nodeType)return!1;h=g="only"===e&&!h&&"nextSibling"}return!0}if(h=[u?v.firstChild:v.lastChild],u&&m){for(b=(p=(c=(f=(l=(d=v)[x]||(d[x]={}))[d.uniqueID]||(l[d.uniqueID]={}))[e]||[])[0]===T&&c[1])&&c[2],d=p&&v.childNodes[p];d=++p&&d&&d[g]||(b=p=0)||h.pop();)if(1===d.nodeType&&++b&&d===t){f[e]=[T,p,b];break}}else if(m&&(b=p=(c=(f=(l=(d=t)[x]||(d[x]={}))[d.uniqueID]||(l[d.uniqueID]={}))[e]||[])[0]===T&&c[1]),!1===b)for(;(d=++p&&d&&d[g]||(b=p=0)||h.pop())&&((a?d.nodeName.toLowerCase()!==y:1!==d.nodeType)||!++b||(m&&((f=(l=d[x]||(d[x]={}))[d.uniqueID]||(l[d.uniqueID]={}))[e]=[T,b]),d!==t)););return(b-=i)===r||b%r==0&&b/r>=0}}},PSEUDO:function(e,t){var n,i=r.pseudos[e]||r.setFilters[e.toLowerCase()]||oe.error("unsupported pseudo: "+e);return i[x]?i(t):i.length>1?(n=[e,e,"",t],r.setFilters.hasOwnProperty(e.toLowerCase())?ae((function(e,n){for(var r,o=i(e,t),u=o.length;u--;)e[r=R(e,o[u])]=!(n[r]=o[u])})):function(e){return i(e,0,n)}):i}},pseudos:{not:ae((function(e){var t=[],n=[],r=a(e.replace(U,"$1"));return r[x]?ae((function(e,t,n,i){for(var o,u=r(e,null,i,[]),a=e.length;a--;)(o=u[a])&&(e[a]=!(t[a]=o))})):function(e,i,o){return t[0]=e,r(t,null,o,n),t[0]=null,!n.pop()}})),has:ae((function(e){return function(t){return oe(e,t).length>0}})),contains:ae((function(e){return e=e.replace(Z,ee),function(t){return(t.textContent||t.innerText||i(t)).indexOf(e)>-1}})),lang:ae((function(e){return z.test(e||"")||oe.error("unsupported lang: "+e),e=e.replace(Z,ee).toLowerCase(),function(t){var n;do{if(n=g?t.lang:t.getAttribute("xml:lang")||t.getAttribute("lang"))return(n=n.toLowerCase())===e||0===n.indexOf(e+"-")}while((t=t.parentNode)&&1===t.nodeType);return!1}})),target:function(t){var n=e.location&&e.location.hash;return n&&n.slice(1)===t.id},root:function(e){return e===h},focus:function(e){return e===p.activeElement&&(!p.hasFocus||p.hasFocus())&&!!(e.type||e.href||~e.tabIndex)},enabled:pe(!1),disabled:pe(!0),checked:function(e){var t=e.nodeName.toLowerCase();return"input"===t&&!!e.checked||"option"===t&&!!e.selected},selected:function(e){return e.parentNode&&e.parentNode.selectedIndex,!0===e.selected},empty:function(e){for(e=e.firstChild;e;e=e.nextSibling)if(e.nodeType<6)return!1;return!0},parent:function(e){return!r.pseudos.empty(e)},header:function(e){return G.test(e.nodeName)},input:function(e){return X.test(e.nodeName)},button:function(e){var t=e.nodeName.toLowerCase();return"input"===t&&"button"===e.type||"button"===t},text:function(e){var t;return"input"===e.nodeName.toLowerCase()&&"text"===e.type&&(null==(t=e.getAttribute("type"))||"text"===t.toLowerCase())},first:he((function(){return[0]})),last:he((function(e,t){return[t-1]})),eq:he((function(e,t,n){return[n<0?n+t:n]})),even:he((function(e,t){for(var n=0;n<t;n+=2)e.push(n);return e})),odd:he((function(e,t){for(var n=1;n<t;n+=2)e.push(n);return e})),lt:he((function(e,t,n){for(var r=n<0?n+t:n;--r>=0;)e.push(r);return e})),gt:he((function(e,t,n){for(var r=n<0?n+t:n;++r<t;)e.push(r);return e}))}}).pseudos.nth=r.pseudos.eq,{radio:!0,checkbox:!0,file:!0,password:!0,image:!0})r.pseudos[t]=le(t);for(t in{submit:!0,reset:!0})r.pseudos[t]=de(t);function ve(){}function ye(e){for(var t=0,n=e.length,r="";t<n;t++)r+=e[t].value;return r}function me(e,t,n){var r=t.dir,i=t.next,o=i||r,u=n&&"parentNode"===o,a=S++;return t.first?function(t,n,i){for(;t=t[r];)if(1===t.nodeType||u)return e(t,n,i);return!1}:function(t,n,s){var c,f,l,d=[T,a];if(s){for(;t=t[r];)if((1===t.nodeType||u)&&e(t,n,s))return!0}else for(;t=t[r];)if(1===t.nodeType||u)if(f=(l=t[x]||(t[x]={}))[t.uniqueID]||(l[t.uniqueID]={}),i&&i===t.nodeName.toLowerCase())t=t[r]||t;else{if((c=f[o])&&c[0]===T&&c[1]===a)return d[2]=c[2];if(f[o]=d,d[2]=e(t,n,s))return!0}return!1}}function be(e){return e.length>1?function(t,n,r){for(var i=e.length;i--;)if(!e[i](t,n,r))return!1;return!0}:e[0]}function xe(e,t,n,r,i){for(var o,u=[],a=0,s=e.length,c=null!=t;a<s;a++)(o=e[a])&&(n&&!n(o,r,i)||(u.push(o),c&&t.push(a)));return u}function we(e,t,n,r,i,o){return r&&!r[x]&&(r=we(r)),i&&!i[x]&&(i=we(i,o)),ae((function(o,u,a,s){var c,f,l,d=[],p=[],h=u.length,g=o||function(e,t,n){for(var r=0,i=t.length;r<i;r++)oe(e,t[r],n);return n}(t||"*",a.nodeType?[a]:a,[]),v=!e||!o&&t?g:xe(g,d,e,a,s),y=n?i||(o?e:h||r)?[]:u:v;if(n&&n(v,y,a,s),r)for(c=xe(y,p),r(c,[],a,s),f=c.length;f--;)(l=c[f])&&(y[p[f]]=!(v[p[f]]=l));if(o){if(i||e){if(i){for(c=[],f=y.length;f--;)(l=y[f])&&c.push(v[f]=l);i(null,y=[],c,s)}for(f=y.length;f--;)(l=y[f])&&(c=i?R(o,l):d[f])>-1&&(o[c]=!(u[c]=l))}}else y=xe(y===u?y.splice(h,y.length):y),i?i(null,u,y,s):P.apply(u,y)}))}function Te(e){for(var t,n,i,o=e.length,u=r.relative[e[0].type],a=u||r.relative[" "],s=u?1:0,f=me((function(e){return e===t}),a,!0),l=me((function(e){return R(t,e)>-1}),a,!0),d=[function(e,n,r){var i=!u&&(r||n!==c)||((t=n).nodeType?f(e,n,r):l(e,n,r));return t=null,i}];s<o;s++)if(n=r.relative[e[s].type])d=[me(be(d),n)];else{if((n=r.filter[e[s].type].apply(null,e[s].matches))[x]){for(i=++s;i<o&&!r.relative[e[i].type];i++);return we(s>1&&be(d),s>1&&ye(e.slice(0,s-1).concat({value:" "===e[s-2].type?"*":""})).replace(U,"$1"),n,s<i&&Te(e.slice(s,i)),i<o&&Te(e=e.slice(i)),i<o&&ye(e))}d.push(n)}return be(d)}return ve.prototype=r.filters=r.pseudos,r.setFilters=new ve,u=oe.tokenize=function(e,t){var n,i,o,u,a,s,c,f=N[e+" "];if(f)return t?0:f.slice(0);for(a=e,s=[],c=r.preFilter;a;){for(u in n&&!(i=B.exec(a))||(i&&(a=a.slice(i[0].length)||a),s.push(o=[])),n=!1,(i=W.exec(a))&&(n=i.shift(),o.push({value:n,type:i[0].replace(U," ")}),a=a.slice(n.length)),r.filter)!(i=Y[u].exec(a))||c[u]&&!(i=c[u](i))||(n=i.shift(),o.push({value:n,type:u,matches:i}),a=a.slice(n.length));if(!n)break}return t?a.length:a?oe.error(e):N(e,s).slice(0)},a=oe.compile=function(e,t){var n,i=[],o=[],a=C[e+" "];if(!a){for(t||(t=u(e)),n=t.length;n--;)(a=Te(t[n]))[x]?i.push(a):o.push(a);(a=C(e,function(e,t){var n=t.length>0,i=e.length>0,o=function(o,u,a,s,f){var l,h,v,y=0,m="0",b=o&&[],x=[],w=c,S=o||i&&r.find.TAG("*",f),E=T+=null==w?1:Math.random()||.1,N=S.length;for(f&&(c=u===p||u||f);m!==N&&null!=(l=S[m]);m++){if(i&&l){for(h=0,u||l.ownerDocument===p||(d(l),a=!g);v=e[h++];)if(v(l,u||p,a)){s.push(l);break}f&&(T=E)}n&&((l=!v&&l)&&y--,o&&b.push(l))}if(y+=m,n&&m!==y){for(h=0;v=t[h++];)v(b,x,u,a);if(o){if(y>0)for(;m--;)b[m]||x[m]||(x[m]=O.call(s));x=xe(x)}P.apply(s,x),f&&!o&&x.length>0&&y+t.length>1&&oe.uniqueSort(s)}return f&&(T=E,c=w),b};return n?ae(o):o}(o,i))).selector=e}return a},s=oe.select=function(e,t,n,i){var o,s,c,f,l,d="function"==typeof e&&e,p=!i&&u(e=d.selector||e);if(n=n||[],1===p.length){if((s=p[0]=p[0].slice(0)).length>2&&"ID"===(c=s[0]).type&&9===t.nodeType&&g&&r.relative[s[1].type]){if(!(t=(r.find.ID(c.matches[0].replace(Z,ee),t)||[])[0]))return n;d&&(t=t.parentNode),e=e.slice(s.shift().value.length)}for(o=Y.needsContext.test(e)?0:s.length;o--&&(c=s[o],!r.relative[f=c.type]);)if((l=r.find[f])&&(i=l(c.matches[0].replace(Z,ee),J.test(s[0].type)&&ge(t.parentNode)||t))){if(s.splice(o,1),!(e=i.length&&ye(s)))return P.apply(n,i),n;break}}return(d||a(e,p))(i,t,!g,n,!t||J.test(e)&&ge(t.parentNode)||t),n},n.sortStable=x.split("").sort(_).join("")===x,n.detectDuplicates=!!l,d(),n.sortDetached=se((function(e){return 1&e.compareDocumentPosition(p.createElement("fieldset"))})),se((function(e){return e.innerHTML="<a href='#'></a>","#"===e.firstChild.getAttribute("href")}))||ce("type|href|height|width",(function(e,t,n){if(!n)return e.getAttribute(t,"type"===t.toLowerCase()?1:2)})),n.attributes&&se((function(e){return e.innerHTML="<input/>",e.firstChild.setAttribute("value",""),""===e.firstChild.getAttribute("value")}))||ce("value",(function(e,t,n){if(!n&&"input"===e.nodeName.toLowerCase())return e.defaultValue})),se((function(e){return null==e.getAttribute("disabled")}))||ce(L,(function(e,t,n){var r;if(!n)return!0===e[t]?t.toLowerCase():(r=e.getAttributeNode(t))&&r.specified?r.value:null})),oe}(n);S.find=C,S.expr=C.selectors,S.expr[":"]=S.expr.pseudos,S.uniqueSort=S.unique=C.uniqueSort,S.text=C.getText,S.isXMLDoc=C.isXML,S.contains=C.contains,S.escapeSelector=C.escape;var _=function(e,t,n){for(var r=[],i=void 0!==n;(e=e[t])&&9!==e.nodeType;)if(1===e.nodeType){if(i&&S(e).is(n))break;r.push(e)}return r},A=function(e,t){for(var n=[];e;e=e.nextSibling)1===e.nodeType&&e!==t&&n.push(e);return n},D=S.expr.match.needsContext;function O(e,t){return e.nodeName&&e.nodeName.toLowerCase()===t.toLowerCase()}var j=/^<([a-z][^\/\0>:\x20\t\r\n\f]*)[\x20\t\r\n\f]*\/?>(?:<\/\1>|)$/i;function P(e,t,n){return m(t)?S.grep(e,(function(e,r){return!!t.call(e,r,e)!==n})):t.nodeType?S.grep(e,(function(e){return e===t!==n})):"string"!=typeof t?S.grep(e,(function(e){return l.call(t,e)>-1!==n})):S.filter(t,e,n)}S.filter=function(e,t,n){var r=t[0];return n&&(e=":not("+e+")"),1===t.length&&1===r.nodeType?S.find.matchesSelector(r,e)?[r]:[]:S.find.matches(e,S.grep(t,(function(e){return 1===e.nodeType})))},S.fn.extend({find:function(e){var t,n,r=this.length,i=this;if("string"!=typeof e)return this.pushStack(S(e).filter((function(){for(t=0;t<r;t++)if(S.contains(i[t],this))return!0})));for(n=this.pushStack([]),t=0;t<r;t++)S.find(e,i[t],n);return r>1?S.uniqueSort(n):n},filter:function(e){return this.pushStack(P(this,e||[],!1))},not:function(e){return this.pushStack(P(this,e||[],!0))},is:function(e){return!!P(this,"string"==typeof e&&D.test(e)?S(e):e||[],!1).length}});var k,R=/^(?:\s*(<[\w\W]+>)[^>]*|#([\w-]+))$/;(S.fn.init=function(e,t,n){var r,i;if(!e)return this;if(n=n||k,"string"==typeof e){if(!(r="<"===e[0]&&">"===e[e.length-1]&&e.length>=3?[null,e,null]:R.exec(e))||!r[1]&&t)return!t||t.jquery?(t||n).find(e):this.constructor(t).find(e);if(r[1]){if(t=t instanceof S?t[0]:t,S.merge(this,S.parseHTML(r[1],t&&t.nodeType?t.ownerDocument||t:u,!0)),j.test(r[1])&&S.isPlainObject(t))for(r in t)m(this[r])?this[r](t[r]):this.attr(r,t[r]);return this}return(i=u.getElementById(r[2]))&&(this[0]=i,this.length=1),this}return e.nodeType?(this[0]=e,this.length=1,this):m(e)?void 0!==n.ready?n.ready(e):e(S):S.makeArray(e,this)}).prototype=S.fn,k=S(u);var L=/^(?:parents|prev(?:Until|All))/,q={children:!0,contents:!0,next:!0,prev:!0};function I(e,t){for(;(e=e[t])&&1!==e.nodeType;);return e}S.fn.extend({has:function(e){var t=S(e,this),n=t.length;return this.filter((function(){for(var e=0;e<n;e++)if(S.contains(this,t[e]))return!0}))},closest:function(e,t){var n,r=0,i=this.length,o=[],u="string"!=typeof e&&S(e);if(!D.test(e))for(;r<i;r++)for(n=this[r];n&&n!==t;n=n.parentNode)if(n.nodeType<11&&(u?u.index(n)>-1:1===n.nodeType&&S.find.matchesSelector(n,e))){o.push(n);break}return this.pushStack(o.length>1?S.uniqueSort(o):o)},index:function(e){return e?"string"==typeof e?l.call(S(e),this[0]):l.call(this,e.jquery?e[0]:e):this[0]&&this[0].parentNode?this.first().prevAll().length:-1},add:function(e,t){return this.pushStack(S.uniqueSort(S.merge(this.get(),S(e,t))))},addBack:function(e){return this.add(null==e?this.prevObject:this.prevObject.filter(e))}}),S.each({parent:function(e){var t=e.parentNode;return t&&11!==t.nodeType?t:null},parents:function(e){return _(e,"parentNode")},parentsUntil:function(e,t,n){return _(e,"parentNode",n)},next:function(e){return I(e,"nextSibling")},prev:function(e){return I(e,"previousSibling")},nextAll:function(e){return _(e,"nextSibling")},prevAll:function(e){return _(e,"previousSibling")},nextUntil:function(e,t,n){return _(e,"nextSibling",n)},prevUntil:function(e,t,n){return _(e,"previousSibling",n)},siblings:function(e){return A((e.parentNode||{}).firstChild,e)},children:function(e){return A(e.firstChild)},contents:function(e){return O(e,"iframe")?e.contentDocument:(O(e,"template")&&(e=e.content||e),S.merge([],e.childNodes))}},(function(e,t){S.fn[e]=function(n,r){var i=S.map(this,t,n);return"Until"!==e.slice(-5)&&(r=n),r&&"string"==typeof r&&(i=S.filter(r,i)),this.length>1&&(q[e]||S.uniqueSort(i),L.test(e)&&i.reverse()),this.pushStack(i)}}));var M=/[^\x20\t\r\n\f]+/g;function H(e){return e}function F(e){throw e}function U(e,t,n,r){var i;try{e&&m(i=e.promise)?i.call(e).done(t).fail(n):e&&m(i=e.then)?i.call(e,t,n):t.apply(void 0,[e].slice(r))}catch(e){n.apply(void 0,[e])}}S.Callbacks=function(e){e="string"==typeof e?function(e){var t={};return S.each(e.match(M)||[],(function(e,n){t[n]=!0})),t}(e):S.extend({},e);var t,n,r,i,o=[],u=[],a=-1,s=function(){for(i=i||e.once,r=t=!0;u.length;a=-1)for(n=u.shift();++a<o.length;)!1===o[a].apply(n[0],n[1])&&e.stopOnFalse&&(a=o.length,n=!1);e.memory||(n=!1),t=!1,i&&(o=n?[]:"")},c={add:function(){return o&&(n&&!t&&(a=o.length-1,u.push(n)),function t(n){S.each(n,(function(n,r){m(r)?e.unique&&c.has(r)||o.push(r):r&&r.length&&"string"!==T(r)&&t(r)}))}(arguments),n&&!t&&s()),this},remove:function(){return S.each(arguments,(function(e,t){for(var n;(n=S.inArray(t,o,n))>-1;)o.splice(n,1),n<=a&&a--})),this},has:function(e){return e?S.inArray(e,o)>-1:o.length>0},empty:function(){return o&&(o=[]),this},disable:function(){return i=u=[],o=n="",this},disabled:function(){return!o},lock:function(){return i=u=[],n||t||(o=n=""),this},locked:function(){return!!i},fireWith:function(e,n){return i||(n=[e,(n=n||[]).slice?n.slice():n],u.push(n),t||s()),this},fire:function(){return c.fireWith(this,arguments),this},fired:function(){return!!r}};return c},S.extend({Deferred:function(e){var t=[["notify","progress",S.Callbacks("memory"),S.Callbacks("memory"),2],["resolve","done",S.Callbacks("once memory"),S.Callbacks("once memory"),0,"resolved"],["reject","fail",S.Callbacks("once memory"),S.Callbacks("once memory"),1,"rejected"]],r="pending",i={state:function(){return r},always:function(){return o.done(arguments).fail(arguments),this},catch:function(e){return i.then(null,e)},pipe:function(){var e=arguments;return S.Deferred((function(n){S.each(t,(function(t,r){var i=m(e[r[4]])&&e[r[4]];o[r[1]]((function(){var e=i&&i.apply(this,arguments);e&&m(e.promise)?e.promise().progress(n.notify).done(n.resolve).fail(n.reject):n[r[0]+"With"](this,i?[e]:arguments)}))})),e=null})).promise()},then:function(e,r,i){var o=0;function u(e,t,r,i){return function(){var a=this,s=arguments,c=function(){var n,c;if(!(e<o)){if((n=r.apply(a,s))===t.promise())throw new TypeError("Thenable self-resolution");c=n&&("object"==typeof n||"function"==typeof n)&&n.then,m(c)?i?c.call(n,u(o,t,H,i),u(o,t,F,i)):(o++,c.call(n,u(o,t,H,i),u(o,t,F,i),u(o,t,H,t.notifyWith))):(r!==H&&(a=void 0,s=[n]),(i||t.resolveWith)(a,s))}},f=i?c:function(){try{c()}catch(n){S.Deferred.exceptionHook&&S.Deferred.exceptionHook(n,f.stackTrace),e+1>=o&&(r!==F&&(a=void 0,s=[n]),t.rejectWith(a,s))}};e?f():(S.Deferred.getStackHook&&(f.stackTrace=S.Deferred.getStackHook()),n.setTimeout(f))}}return S.Deferred((function(n){t[0][3].add(u(0,n,m(i)?i:H,n.notifyWith)),t[1][3].add(u(0,n,m(e)?e:H)),t[2][3].add(u(0,n,m(r)?r:F))})).promise()},promise:function(e){return null!=e?S.extend(e,i):i}},o={};return S.each(t,(function(e,n){var u=n[2],a=n[5];i[n[1]]=u.add,a&&u.add((function(){r=a}),t[3-e][2].disable,t[3-e][3].disable,t[0][2].lock,t[0][3].lock),u.add(n[3].fire),o[n[0]]=function(){return o[n[0]+"With"](this===o?void 0:this,arguments),this},o[n[0]+"With"]=u.fireWith})),i.promise(o),e&&e.call(o,o),o},when:function(e){var t=arguments.length,n=t,r=Array(n),i=s.call(arguments),o=S.Deferred(),u=function(e){return function(n){r[e]=this,i[e]=arguments.length>1?s.call(arguments):n,--t||o.resolveWith(r,i)}};if(t<=1&&(U(e,o.done(u(n)).resolve,o.reject,!t),"pending"===o.state()||m(i[n]&&i[n].then)))return o.then();for(;n--;)U(i[n],u(n),o.reject);return o.promise()}});var B=/^(Eval|Internal|Range|Reference|Syntax|Type|URI)Error$/;S.Deferred.exceptionHook=function(e,t){n.console&&n.console.warn&&e&&B.test(e.name)&&n.console.warn("jQuery.Deferred exception: "+e.message,e.stack,t)},S.readyException=function(e){n.setTimeout((function(){throw e}))};var W=S.Deferred();function $(){u.removeEventListener("DOMContentLoaded",$),n.removeEventListener("load",$),S.ready()}S.fn.ready=function(e){return W.then(e).catch((function(e){S.readyException(e)})),this},S.extend({isReady:!1,readyWait:1,ready:function(e){(!0===e?--S.readyWait:S.isReady)||(S.isReady=!0,!0!==e&&--S.readyWait>0||W.resolveWith(u,[S]))}}),S.ready.then=W.then,"complete"===u.readyState||"loading"!==u.readyState&&!u.documentElement.doScroll?n.setTimeout(S.ready):(u.addEventListener("DOMContentLoaded",$),n.addEventListener("load",$));var V=function(e,t,n,r,i,o,u){var a=0,s=e.length,c=null==n;if("object"===T(n))for(a in i=!0,n)V(e,t,a,n[a],!0,o,u);else if(void 0!==r&&(i=!0,m(r)||(u=!0),c&&(u?(t.call(e,r),t=null):(c=t,t=function(e,t,n){return c.call(S(e),n)})),t))for(;a<s;a++)t(e[a],n,u?r:r.call(e[a],a,t(e[a],n)));return i?e:c?t.call(e):s?t(e[0],n):o},z=/^-ms-/,Y=/-([a-z])/g;function X(e,t){return t.toUpperCase()}function G(e){return e.replace(z,"ms-").replace(Y,X)}var K=function(e){return 1===e.nodeType||9===e.nodeType||!+e.nodeType};function Q(){this.expando=S.expando+Q.uid++}Q.uid=1,Q.prototype={cache:function(e){var t=e[this.expando];return t||(t={},K(e)&&(e.nodeType?e[this.expando]=t:Object.defineProperty(e,this.expando,{value:t,configurable:!0}))),t},set:function(e,t,n){var r,i=this.cache(e);if("string"==typeof t)i[G(t)]=n;else for(r in t)i[G(r)]=t[r];return i},get:function(e,t){return void 0===t?this.cache(e):e[this.expando]&&e[this.expando][G(t)]},access:function(e,t,n){return void 0===t||t&&"string"==typeof t&&void 0===n?this.get(e,t):(this.set(e,t,n),void 0!==n?n:t)},remove:function(e,t){var n,r=e[this.expando];if(void 0!==r){if(void 0!==t){n=(t=Array.isArray(t)?t.map(G):(t=G(t))in r?[t]:t.match(M)||[]).length;for(;n--;)delete r[t[n]]}(void 0===t||S.isEmptyObject(r))&&(e.nodeType?e[this.expando]=void 0:delete e[this.expando])}},hasData:function(e){var t=e[this.expando];return void 0!==t&&!S.isEmptyObject(t)}};var J=new Q,Z=new Q,ee=/^(?:\{[\w\W]*\}|\[[\w\W]*\])$/,te=/[A-Z]/g;function ne(e,t,n){var r;if(void 0===n&&1===e.nodeType)if(r="data-"+t.replace(te,"-$&").toLowerCase(),"string"==typeof(n=e.getAttribute(r))){try{n=function(e){return"true"===e||"false"!==e&&("null"===e?null:e===+e+""?+e:ee.test(e)?JSON.parse(e):e)}(n)}catch(e){}Z.set(e,t,n)}else n=void 0;return n}S.extend({hasData:function(e){return Z.hasData(e)||J.hasData(e)},data:function(e,t,n){return Z.access(e,t,n)},removeData:function(e,t){Z.remove(e,t)},_data:function(e,t,n){return J.access(e,t,n)},_removeData:function(e,t){J.remove(e,t)}}),S.fn.extend({data:function(e,t){var n,r,i,o=this[0],u=o&&o.attributes;if(void 0===e){if(this.length&&(i=Z.get(o),1===o.nodeType&&!J.get(o,"hasDataAttrs"))){for(n=u.length;n--;)u[n]&&0===(r=u[n].name).indexOf("data-")&&(r=G(r.slice(5)),ne(o,r,i[r]));J.set(o,"hasDataAttrs",!0)}return i}return"object"==typeof e?this.each((function(){Z.set(this,e)})):V(this,(function(t){var n;if(o&&void 0===t)return void 0!==(n=Z.get(o,e))||void 0!==(n=ne(o,e))?n:void 0;this.each((function(){Z.set(this,e,t)}))}),null,t,arguments.length>1,null,!0)},removeData:function(e){return this.each((function(){Z.remove(this,e)}))}}),S.extend({queue:function(e,t,n){var r;if(e)return t=(t||"fx")+"queue",r=J.get(e,t),n&&(!r||Array.isArray(n)?r=J.access(e,t,S.makeArray(n)):r.push(n)),r||[]},dequeue:function(e,t){t=t||"fx";var n=S.queue(e,t),r=n.length,i=n.shift(),o=S._queueHooks(e,t);"inprogress"===i&&(i=n.shift(),r--),i&&("fx"===t&&n.unshift("inprogress"),delete o.stop,i.call(e,(function(){S.dequeue(e,t)}),o)),!r&&o&&o.empty.fire()},_queueHooks:function(e,t){var n=t+"queueHooks";return J.get(e,n)||J.access(e,n,{empty:S.Callbacks("once memory").add((function(){J.remove(e,[t+"queue",n])}))})}}),S.fn.extend({queue:function(e,t){var n=2;return"string"!=typeof e&&(t=e,e="fx",n--),arguments.length<n?S.queue(this[0],e):void 0===t?this:this.each((function(){var n=S.queue(this,e,t);S._queueHooks(this,e),"fx"===e&&"inprogress"!==n[0]&&S.dequeue(this,e)}))},dequeue:function(e){return this.each((function(){S.dequeue(this,e)}))},clearQueue:function(e){return this.queue(e||"fx",[])},promise:function(e,t){var n,r=1,i=S.Deferred(),o=this,u=this.length,a=function(){--r||i.resolveWith(o,[o])};for("string"!=typeof e&&(t=e,e=void 0),e=e||"fx";u--;)(n=J.get(o[u],e+"queueHooks"))&&n.empty&&(r++,n.empty.add(a));return a(),i.promise(t)}});var re=/[+-]?(?:\d*\.|)\d+(?:[eE][+-]?\d+|)/.source,ie=new RegExp("^(?:([+-])=|)("+re+")([a-z%]*)$","i"),oe=["Top","Right","Bottom","Left"],ue=function(e,t){return"none"===(e=t||e).style.display||""===e.style.display&&S.contains(e.ownerDocument,e)&&"none"===S.css(e,"display")},ae=function(e,t,n,r){var i,o,u={};for(o in t)u[o]=e.style[o],e.style[o]=t[o];for(o in i=n.apply(e,r||[]),t)e.style[o]=u[o];return i};function se(e,t,n,r){var i,o,u=20,a=r?function(){return r.cur()}:function(){return S.css(e,t,"")},s=a(),c=n&&n[3]||(S.cssNumber[t]?"":"px"),f=(S.cssNumber[t]||"px"!==c&&+s)&&ie.exec(S.css(e,t));if(f&&f[3]!==c){for(s/=2,c=c||f[3],f=+s||1;u--;)S.style(e,t,f+c),(1-o)*(1-(o=a()/s||.5))<=0&&(u=0),f/=o;f*=2,S.style(e,t,f+c),n=n||[]}return n&&(f=+f||+s||0,i=n[1]?f+(n[1]+1)*n[2]:+n[2],r&&(r.unit=c,r.start=f,r.end=i)),i}var ce={};function fe(e){var t,n=e.ownerDocument,r=e.nodeName,i=ce[r];return i||(t=n.body.appendChild(n.createElement(r)),i=S.css(t,"display"),t.parentNode.removeChild(t),"none"===i&&(i="block"),ce[r]=i,i)}function le(e,t){for(var n,r,i=[],o=0,u=e.length;o<u;o++)(r=e[o]).style&&(n=r.style.display,t?("none"===n&&(i[o]=J.get(r,"display")||null,i[o]||(r.style.display="")),""===r.style.display&&ue(r)&&(i[o]=fe(r))):"none"!==n&&(i[o]="none",J.set(r,"display",n)));for(o=0;o<u;o++)null!=i[o]&&(e[o].style.display=i[o]);return e}S.fn.extend({show:function(){return le(this,!0)},hide:function(){return le(this)},toggle:function(e){return"boolean"==typeof e?e?this.show():this.hide():this.each((function(){ue(this)?S(this).show():S(this).hide()}))}});var de=/^(?:checkbox|radio)$/i,pe=/<([a-z][^\/\0>\x20\t\r\n\f]+)/i,he=/^$|^module$|\/(?:java|ecma)script/i,ge={option:[1,"<select multiple='multiple'>","</select>"],thead:[1,"<table>","</table>"],col:[2,"<table><colgroup>","</colgroup></table>"],tr:[2,"<table><tbody>","</tbody></table>"],td:[3,"<table><tbody><tr>","</tr></tbody></table>"],_default:[0,"",""]};function ve(e,t){var n;return n=void 0!==e.getElementsByTagName?e.getElementsByTagName(t||"*"):void 0!==e.querySelectorAll?e.querySelectorAll(t||"*"):[],void 0===t||t&&O(e,t)?S.merge([e],n):n}function ye(e,t){for(var n=0,r=e.length;n<r;n++)J.set(e[n],"globalEval",!t||J.get(t[n],"globalEval"))}ge.optgroup=ge.option,ge.tbody=ge.tfoot=ge.colgroup=ge.caption=ge.thead,ge.th=ge.td;var me,be,xe=/<|&#?\w+;/;function we(e,t,n,r,i){for(var o,u,a,s,c,f,l=t.createDocumentFragment(),d=[],p=0,h=e.length;p<h;p++)if((o=e[p])||0===o)if("object"===T(o))S.merge(d,o.nodeType?[o]:o);else if(xe.test(o)){for(u=u||l.appendChild(t.createElement("div")),a=(pe.exec(o)||["",""])[1].toLowerCase(),s=ge[a]||ge._default,u.innerHTML=s[1]+S.htmlPrefilter(o)+s[2],f=s[0];f--;)u=u.lastChild;S.merge(d,u.childNodes),(u=l.firstChild).textContent=""}else d.push(t.createTextNode(o));for(l.textContent="",p=0;o=d[p++];)if(r&&S.inArray(o,r)>-1)i&&i.push(o);else if(c=S.contains(o.ownerDocument,o),u=ve(l.appendChild(o),"script"),c&&ye(u),n)for(f=0;o=u[f++];)he.test(o.type||"")&&n.push(o);return l}me=u.createDocumentFragment().appendChild(u.createElement("div")),(be=u.createElement("input")).setAttribute("type","radio"),be.setAttribute("checked","checked"),be.setAttribute("name","t"),me.appendChild(be),y.checkClone=me.cloneNode(!0).cloneNode(!0).lastChild.checked,me.innerHTML="<textarea>x</textarea>",y.noCloneChecked=!!me.cloneNode(!0).lastChild.defaultValue;var Te=u.documentElement,Se=/^key/,Ee=/^(?:mouse|pointer|contextmenu|drag|drop)|click/,Ne=/^([^.]*)(?:\.(.+)|)/;function Ce(){return!0}function _e(){return!1}function Ae(){try{return u.activeElement}catch(e){}}function De(e,t,n,r,i,o){var u,a;if("object"==typeof t){for(a in"string"!=typeof n&&(r=r||n,n=void 0),t)De(e,a,n,r,t[a],o);return e}if(null==r&&null==i?(i=n,r=n=void 0):null==i&&("string"==typeof n?(i=r,r=void 0):(i=r,r=n,n=void 0)),!1===i)i=_e;else if(!i)return e;return 1===o&&(u=i,(i=function(e){return S().off(e),u.apply(this,arguments)}).guid=u.guid||(u.guid=S.guid++)),e.each((function(){S.event.add(this,t,i,r,n)}))}S.event={global:{},add:function(e,t,n,r,i){var o,u,a,s,c,f,l,d,p,h,g,v=J.get(e);if(v)for(n.handler&&(n=(o=n).handler,i=o.selector),i&&S.find.matchesSelector(Te,i),n.guid||(n.guid=S.guid++),(s=v.events)||(s=v.events={}),(u=v.handle)||(u=v.handle=function(t){return void 0!==S&&S.event.triggered!==t.type?S.event.dispatch.apply(e,arguments):void 0}),c=(t=(t||"").match(M)||[""]).length;c--;)p=g=(a=Ne.exec(t[c])||[])[1],h=(a[2]||"").split(".").sort(),p&&(l=S.event.special[p]||{},p=(i?l.delegateType:l.bindType)||p,l=S.event.special[p]||{},f=S.extend({type:p,origType:g,data:r,handler:n,guid:n.guid,selector:i,needsContext:i&&S.expr.match.needsContext.test(i),namespace:h.join(".")},o),(d=s[p])||((d=s[p]=[]).delegateCount=0,l.setup&&!1!==l.setup.call(e,r,h,u)||e.addEventListener&&e.addEventListener(p,u)),l.add&&(l.add.call(e,f),f.handler.guid||(f.handler.guid=n.guid)),i?d.splice(d.delegateCount++,0,f):d.push(f),S.event.global[p]=!0)},remove:function(e,t,n,r,i){var o,u,a,s,c,f,l,d,p,h,g,v=J.hasData(e)&&J.get(e);if(v&&(s=v.events)){for(c=(t=(t||"").match(M)||[""]).length;c--;)if(p=g=(a=Ne.exec(t[c])||[])[1],h=(a[2]||"").split(".").sort(),p){for(l=S.event.special[p]||{},d=s[p=(r?l.delegateType:l.bindType)||p]||[],a=a[2]&&new RegExp("(^|\\.)"+h.join("\\.(?:.*\\.|)")+"(\\.|$)"),u=o=d.length;o--;)f=d[o],!i&&g!==f.origType||n&&n.guid!==f.guid||a&&!a.test(f.namespace)||r&&r!==f.selector&&("**"!==r||!f.selector)||(d.splice(o,1),f.selector&&d.delegateCount--,l.remove&&l.remove.call(e,f));u&&!d.length&&(l.teardown&&!1!==l.teardown.call(e,h,v.handle)||S.removeEvent(e,p,v.handle),delete s[p])}else for(p in s)S.event.remove(e,p+t[c],n,r,!0);S.isEmptyObject(s)&&J.remove(e,"handle events")}},dispatch:function(e){var t,n,r,i,o,u,a=S.event.fix(e),s=new Array(arguments.length),c=(J.get(this,"events")||{})[a.type]||[],f=S.event.special[a.type]||{};for(s[0]=a,t=1;t<arguments.length;t++)s[t]=arguments[t];if(a.delegateTarget=this,!f.preDispatch||!1!==f.preDispatch.call(this,a)){for(u=S.event.handlers.call(this,a,c),t=0;(i=u[t++])&&!a.isPropagationStopped();)for(a.currentTarget=i.elem,n=0;(o=i.handlers[n++])&&!a.isImmediatePropagationStopped();)a.rnamespace&&!a.rnamespace.test(o.namespace)||(a.handleObj=o,a.data=o.data,void 0!==(r=((S.event.special[o.origType]||{}).handle||o.handler).apply(i.elem,s))&&!1===(a.result=r)&&(a.preventDefault(),a.stopPropagation()));return f.postDispatch&&f.postDispatch.call(this,a),a.result}},handlers:function(e,t){var n,r,i,o,u,a=[],s=t.delegateCount,c=e.target;if(s&&c.nodeType&&!("click"===e.type&&e.button>=1))for(;c!==this;c=c.parentNode||this)if(1===c.nodeType&&("click"!==e.type||!0!==c.disabled)){for(o=[],u={},n=0;n<s;n++)void 0===u[i=(r=t[n]).selector+" "]&&(u[i]=r.needsContext?S(i,this).index(c)>-1:S.find(i,this,null,[c]).length),u[i]&&o.push(r);o.length&&a.push({elem:c,handlers:o})}return c=this,s<t.length&&a.push({elem:c,handlers:t.slice(s)}),a},addProp:function(e,t){Object.defineProperty(S.Event.prototype,e,{enumerable:!0,configurable:!0,get:m(t)?function(){if(this.originalEvent)return t(this.originalEvent)}:function(){if(this.originalEvent)return this.originalEvent[e]},set:function(t){Object.defineProperty(this,e,{enumerable:!0,configurable:!0,writable:!0,value:t})}})},fix:function(e){return e[S.expando]?e:new S.Event(e)},special:{load:{noBubble:!0},focus:{trigger:function(){if(this!==Ae()&&this.focus)return this.focus(),!1},delegateType:"focusin"},blur:{trigger:function(){if(this===Ae()&&this.blur)return this.blur(),!1},delegateType:"focusout"},click:{trigger:function(){if("checkbox"===this.type&&this.click&&O(this,"input"))return this.click(),!1},_default:function(e){return O(e.target,"a")}},beforeunload:{postDispatch:function(e){void 0!==e.result&&e.originalEvent&&(e.originalEvent.returnValue=e.result)}}}},S.removeEvent=function(e,t,n){e.removeEventListener&&e.removeEventListener(t,n)},S.Event=function(e,t){if(!(this instanceof S.Event))return new S.Event(e,t);e&&e.type?(this.originalEvent=e,this.type=e.type,this.isDefaultPrevented=e.defaultPrevented||void 0===e.defaultPrevented&&!1===e.returnValue?Ce:_e,this.target=e.target&&3===e.target.nodeType?e.target.parentNode:e.target,this.currentTarget=e.currentTarget,this.relatedTarget=e.relatedTarget):this.type=e,t&&S.extend(this,t),this.timeStamp=e&&e.timeStamp||Date.now(),this[S.expando]=!0},S.Event.prototype={constructor:S.Event,isDefaultPrevented:_e,isPropagationStopped:_e,isImmediatePropagationStopped:_e,isSimulated:!1,preventDefault:function(){var e=this.originalEvent;this.isDefaultPrevented=Ce,e&&!this.isSimulated&&e.preventDefault()},stopPropagation:function(){var e=this.originalEvent;this.isPropagationStopped=Ce,e&&!this.isSimulated&&e.stopPropagation()},stopImmediatePropagation:function(){var e=this.originalEvent;this.isImmediatePropagationStopped=Ce,e&&!this.isSimulated&&e.stopImmediatePropagation(),this.stopPropagation()}},S.each({altKey:!0,bubbles:!0,cancelable:!0,changedTouches:!0,ctrlKey:!0,detail:!0,eventPhase:!0,metaKey:!0,pageX:!0,pageY:!0,shiftKey:!0,view:!0,char:!0,charCode:!0,key:!0,keyCode:!0,button:!0,buttons:!0,clientX:!0,clientY:!0,offsetX:!0,offsetY:!0,pointerId:!0,pointerType:!0,screenX:!0,screenY:!0,targetTouches:!0,toElement:!0,touches:!0,which:function(e){var t=e.button;return null==e.which&&Se.test(e.type)?null!=e.charCode?e.charCode:e.keyCode:!e.which&&void 0!==t&&Ee.test(e.type)?1&t?1:2&t?3:4&t?2:0:e.which}},S.event.addProp),S.each({mouseenter:"mouseover",mouseleave:"mouseout",pointerenter:"pointerover",pointerleave:"pointerout"},(function(e,t){S.event.special[e]={delegateType:t,bindType:t,handle:function(e){var n,r=this,i=e.relatedTarget,o=e.handleObj;return i&&(i===r||S.contains(r,i))||(e.type=o.origType,n=o.handler.apply(this,arguments),e.type=t),n}}})),S.fn.extend({on:function(e,t,n,r){return De(this,e,t,n,r)},one:function(e,t,n,r){return De(this,e,t,n,r,1)},off:function(e,t,n){var r,i;if(e&&e.preventDefault&&e.handleObj)return r=e.handleObj,S(e.delegateTarget).off(r.namespace?r.origType+"."+r.namespace:r.origType,r.selector,r.handler),this;if("object"==typeof e){for(i in e)this.off(i,t,e[i]);return this}return!1!==t&&"function"!=typeof t||(n=t,t=void 0),!1===n&&(n=_e),this.each((function(){S.event.remove(this,e,n,t)}))}});var Oe=/<(?!area|br|col|embed|hr|img|input|link|meta|param)(([a-z][^\/\0>\x20\t\r\n\f]*)[^>]*)\/>/gi,je=/<script|<style|<link/i,Pe=/checked\s*(?:[^=]|=\s*.checked.)/i,ke=/^\s*<!(?:\[CDATA\[|--)|(?:\]\]|--)>\s*$/g;function Re(e,t){return O(e,"table")&&O(11!==t.nodeType?t:t.firstChild,"tr")&&S(e).children("tbody")[0]||e}function Le(e){return e.type=(null!==e.getAttribute("type"))+"/"+e.type,e}function qe(e){return"true/"===(e.type||"").slice(0,5)?e.type=e.type.slice(5):e.removeAttribute("type"),e}function Ie(e,t){var n,r,i,o,u,a,s,c;if(1===t.nodeType){if(J.hasData(e)&&(o=J.access(e),u=J.set(t,o),c=o.events))for(i in delete u.handle,u.events={},c)for(n=0,r=c[i].length;n<r;n++)S.event.add(t,i,c[i][n]);Z.hasData(e)&&(a=Z.access(e),s=S.extend({},a),Z.set(t,s))}}function Me(e,t){var n=t.nodeName.toLowerCase();"input"===n&&de.test(e.type)?t.checked=e.checked:"input"!==n&&"textarea"!==n||(t.defaultValue=e.defaultValue)}function He(e,t,n,r){t=c.apply([],t);var i,o,u,a,s,f,l=0,d=e.length,p=d-1,h=t[0],g=m(h);if(g||d>1&&"string"==typeof h&&!y.checkClone&&Pe.test(h))return e.each((function(i){var o=e.eq(i);g&&(t[0]=h.call(this,i,o.html())),He(o,t,n,r)}));if(d&&(o=(i=we(t,e[0].ownerDocument,!1,e,r)).firstChild,1===i.childNodes.length&&(i=o),o||r)){for(a=(u=S.map(ve(i,"script"),Le)).length;l<d;l++)s=i,l!==p&&(s=S.clone(s,!0,!0),a&&S.merge(u,ve(s,"script"))),n.call(e[l],s,l);if(a)for(f=u[u.length-1].ownerDocument,S.map(u,qe),l=0;l<a;l++)s=u[l],he.test(s.type||"")&&!J.access(s,"globalEval")&&S.contains(f,s)&&(s.src&&"module"!==(s.type||"").toLowerCase()?S._evalUrl&&S._evalUrl(s.src):w(s.textContent.replace(ke,""),f,s))}return e}function Fe(e,t,n){for(var r,i=t?S.filter(t,e):e,o=0;null!=(r=i[o]);o++)n||1!==r.nodeType||S.cleanData(ve(r)),r.parentNode&&(n&&S.contains(r.ownerDocument,r)&&ye(ve(r,"script")),r.parentNode.removeChild(r));return e}S.extend({htmlPrefilter:function(e){return e.replace(Oe,"<$1></$2>")},clone:function(e,t,n){var r,i,o,u,a=e.cloneNode(!0),s=S.contains(e.ownerDocument,e);if(!(y.noCloneChecked||1!==e.nodeType&&11!==e.nodeType||S.isXMLDoc(e)))for(u=ve(a),r=0,i=(o=ve(e)).length;r<i;r++)Me(o[r],u[r]);if(t)if(n)for(o=o||ve(e),u=u||ve(a),r=0,i=o.length;r<i;r++)Ie(o[r],u[r]);else Ie(e,a);return(u=ve(a,"script")).length>0&&ye(u,!s&&ve(e,"script")),a},cleanData:function(e){for(var t,n,r,i=S.event.special,o=0;void 0!==(n=e[o]);o++)if(K(n)){if(t=n[J.expando]){if(t.events)for(r in t.events)i[r]?S.event.remove(n,r):S.removeEvent(n,r,t.handle);n[J.expando]=void 0}n[Z.expando]&&(n[Z.expando]=void 0)}}}),S.fn.extend({detach:function(e){return Fe(this,e,!0)},remove:function(e){return Fe(this,e)},text:function(e){return V(this,(function(e){return void 0===e?S.text(this):this.empty().each((function(){1!==this.nodeType&&11!==this.nodeType&&9!==this.nodeType||(this.textContent=e)}))}),null,e,arguments.length)},append:function(){return He(this,arguments,(function(e){1!==this.nodeType&&11!==this.nodeType&&9!==this.nodeType||Re(this,e).appendChild(e)}))},prepend:function(){return He(this,arguments,(function(e){if(1===this.nodeType||11===this.nodeType||9===this.nodeType){var t=Re(this,e);t.insertBefore(e,t.firstChild)}}))},before:function(){return He(this,arguments,(function(e){this.parentNode&&this.parentNode.insertBefore(e,this)}))},after:function(){return He(this,arguments,(function(e){this.parentNode&&this.parentNode.insertBefore(e,this.nextSibling)}))},empty:function(){for(var e,t=0;null!=(e=this[t]);t++)1===e.nodeType&&(S.cleanData(ve(e,!1)),e.textContent="");return this},clone:function(e,t){return e=null!=e&&e,t=null==t?e:t,this.map((function(){return S.clone(this,e,t)}))},html:function(e){return V(this,(function(e){var t=this[0]||{},n=0,r=this.length;if(void 0===e&&1===t.nodeType)return t.innerHTML;if("string"==typeof e&&!je.test(e)&&!ge[(pe.exec(e)||["",""])[1].toLowerCase()]){e=S.htmlPrefilter(e);try{for(;n<r;n++)1===(t=this[n]||{}).nodeType&&(S.cleanData(ve(t,!1)),t.innerHTML=e);t=0}catch(e){}}t&&this.empty().append(e)}),null,e,arguments.length)},replaceWith:function(){var e=[];return He(this,arguments,(function(t){var n=this.parentNode;S.inArray(this,e)<0&&(S.cleanData(ve(this)),n&&n.replaceChild(t,this))}),e)}}),S.each({appendTo:"append",prependTo:"prepend",insertBefore:"before",insertAfter:"after",replaceAll:"replaceWith"},(function(e,t){S.fn[e]=function(e){for(var n,r=[],i=S(e),o=i.length-1,u=0;u<=o;u++)n=u===o?this:this.clone(!0),S(i[u])[t](n),f.apply(r,n.get());return this.pushStack(r)}}));var Ue=new RegExp("^("+re+")(?!px)[a-z%]+$","i"),Be=function(e){var t=e.ownerDocument.defaultView;return t&&t.opener||(t=n),t.getComputedStyle(e)},We=new RegExp(oe.join("|"),"i");function $e(e,t,n){var r,i,o,u,a=e.style;return(n=n||Be(e))&&(""!==(u=n.getPropertyValue(t)||n[t])||S.contains(e.ownerDocument,e)||(u=S.style(e,t)),!y.pixelBoxStyles()&&Ue.test(u)&&We.test(t)&&(r=a.width,i=a.minWidth,o=a.maxWidth,a.minWidth=a.maxWidth=a.width=u,u=n.width,a.width=r,a.minWidth=i,a.maxWidth=o)),void 0!==u?u+"":u}function Ve(e,t){return{get:function(){if(!e())return(this.get=t).apply(this,arguments);delete this.get}}}!function(){function e(){if(f){c.style.cssText="position:absolute;left:-11111px;width:60px;margin-top:1px;padding:0;border:0",f.style.cssText="position:relative;display:block;box-sizing:border-box;overflow:scroll;margin:auto;border:1px;padding:1px;width:60%;top:1%",Te.appendChild(c).appendChild(f);var e=n.getComputedStyle(f);r="1%"!==e.top,s=12===t(e.marginLeft),f.style.right="60%",a=36===t(e.right),i=36===t(e.width),f.style.position="absolute",o=36===f.offsetWidth||"absolute",Te.removeChild(c),f=null}}function t(e){return Math.round(parseFloat(e))}var r,i,o,a,s,c=u.createElement("div"),f=u.createElement("div");f.style&&(f.style.backgroundClip="content-box",f.cloneNode(!0).style.backgroundClip="",y.clearCloneStyle="content-box"===f.style.backgroundClip,S.extend(y,{boxSizingReliable:function(){return e(),i},pixelBoxStyles:function(){return e(),a},pixelPosition:function(){return e(),r},reliableMarginLeft:function(){return e(),s},scrollboxSize:function(){return e(),o}}))}();var ze=/^(none|table(?!-c[ea]).+)/,Ye=/^--/,Xe={position:"absolute",visibility:"hidden",display:"block"},Ge={letterSpacing:"0",fontWeight:"400"},Ke=["Webkit","Moz","ms"],Qe=u.createElement("div").style;function Je(e){var t=S.cssProps[e];return t||(t=S.cssProps[e]=function(e){if(e in Qe)return e;for(var t=e[0].toUpperCase()+e.slice(1),n=Ke.length;n--;)if((e=Ke[n]+t)in Qe)return e}(e)||e),t}function Ze(e,t,n){var r=ie.exec(t);return r?Math.max(0,r[2]-(n||0))+(r[3]||"px"):t}function et(e,t,n,r,i,o){var u="width"===t?1:0,a=0,s=0;if(n===(r?"border":"content"))return 0;for(;u<4;u+=2)"margin"===n&&(s+=S.css(e,n+oe[u],!0,i)),r?("content"===n&&(s-=S.css(e,"padding"+oe[u],!0,i)),"margin"!==n&&(s-=S.css(e,"border"+oe[u]+"Width",!0,i))):(s+=S.css(e,"padding"+oe[u],!0,i),"padding"!==n?s+=S.css(e,"border"+oe[u]+"Width",!0,i):a+=S.css(e,"border"+oe[u]+"Width",!0,i));return!r&&o>=0&&(s+=Math.max(0,Math.ceil(e["offset"+t[0].toUpperCase()+t.slice(1)]-o-s-a-.5))),s}function tt(e,t,n){var r=Be(e),i=$e(e,t,r),o="border-box"===S.css(e,"boxSizing",!1,r),u=o;if(Ue.test(i)){if(!n)return i;i="auto"}return u=u&&(y.boxSizingReliable()||i===e.style[t]),("auto"===i||!parseFloat(i)&&"inline"===S.css(e,"display",!1,r))&&(i=e["offset"+t[0].toUpperCase()+t.slice(1)],u=!0),(i=parseFloat(i)||0)+et(e,t,n||(o?"border":"content"),u,r,i)+"px"}function nt(e,t,n,r,i){return new nt.prototype.init(e,t,n,r,i)}S.extend({cssHooks:{opacity:{get:function(e,t){if(t){var n=$e(e,"opacity");return""===n?"1":n}}}},cssNumber:{animationIterationCount:!0,columnCount:!0,fillOpacity:!0,flexGrow:!0,flexShrink:!0,fontWeight:!0,lineHeight:!0,opacity:!0,order:!0,orphans:!0,widows:!0,zIndex:!0,zoom:!0},cssProps:{},style:function(e,t,n,r){if(e&&3!==e.nodeType&&8!==e.nodeType&&e.style){var i,o,u,a=G(t),s=Ye.test(t),c=e.style;if(s||(t=Je(a)),u=S.cssHooks[t]||S.cssHooks[a],void 0===n)return u&&"get"in u&&void 0!==(i=u.get(e,!1,r))?i:c[t];"string"===(o=typeof n)&&(i=ie.exec(n))&&i[1]&&(n=se(e,t,i),o="number"),null!=n&&n==n&&("number"===o&&(n+=i&&i[3]||(S.cssNumber[a]?"":"px")),y.clearCloneStyle||""!==n||0!==t.indexOf("background")||(c[t]="inherit"),u&&"set"in u&&void 0===(n=u.set(e,n,r))||(s?c.setProperty(t,n):c[t]=n))}},css:function(e,t,n,r){var i,o,u,a=G(t);return Ye.test(t)||(t=Je(a)),(u=S.cssHooks[t]||S.cssHooks[a])&&"get"in u&&(i=u.get(e,!0,n)),void 0===i&&(i=$e(e,t,r)),"normal"===i&&t in Ge&&(i=Ge[t]),""===n||n?(o=parseFloat(i),!0===n||isFinite(o)?o||0:i):i}}),S.each(["height","width"],(function(e,t){S.cssHooks[t]={get:function(e,n,r){if(n)return!ze.test(S.css(e,"display"))||e.getClientRects().length&&e.getBoundingClientRect().width?tt(e,t,r):ae(e,Xe,(function(){return tt(e,t,r)}))},set:function(e,n,r){var i,o=Be(e),u="border-box"===S.css(e,"boxSizing",!1,o),a=r&&et(e,t,r,u,o);return u&&y.scrollboxSize()===o.position&&(a-=Math.ceil(e["offset"+t[0].toUpperCase()+t.slice(1)]-parseFloat(o[t])-et(e,t,"border",!1,o)-.5)),a&&(i=ie.exec(n))&&"px"!==(i[3]||"px")&&(e.style[t]=n,n=S.css(e,t)),Ze(0,n,a)}}})),S.cssHooks.marginLeft=Ve(y.reliableMarginLeft,(function(e,t){if(t)return(parseFloat($e(e,"marginLeft"))||e.getBoundingClientRect().left-ae(e,{marginLeft:0},(function(){return e.getBoundingClientRect().left})))+"px"})),S.each({margin:"",padding:"",border:"Width"},(function(e,t){S.cssHooks[e+t]={expand:function(n){for(var r=0,i={},o="string"==typeof n?n.split(" "):[n];r<4;r++)i[e+oe[r]+t]=o[r]||o[r-2]||o[0];return i}},"margin"!==e&&(S.cssHooks[e+t].set=Ze)})),S.fn.extend({css:function(e,t){return V(this,(function(e,t,n){var r,i,o={},u=0;if(Array.isArray(t)){for(r=Be(e),i=t.length;u<i;u++)o[t[u]]=S.css(e,t[u],!1,r);return o}return void 0!==n?S.style(e,t,n):S.css(e,t)}),e,t,arguments.length>1)}}),S.Tween=nt,nt.prototype={constructor:nt,init:function(e,t,n,r,i,o){this.elem=e,this.prop=n,this.easing=i||S.easing._default,this.options=t,this.start=this.now=this.cur(),this.end=r,this.unit=o||(S.cssNumber[n]?"":"px")},cur:function(){var e=nt.propHooks[this.prop];return e&&e.get?e.get(this):nt.propHooks._default.get(this)},run:function(e){var t,n=nt.propHooks[this.prop];return this.options.duration?this.pos=t=S.easing[this.easing](e,this.options.duration*e,0,1,this.options.duration):this.pos=t=e,this.now=(this.end-this.start)*t+this.start,this.options.step&&this.options.step.call(this.elem,this.now,this),n&&n.set?n.set(this):nt.propHooks._default.set(this),this}},nt.prototype.init.prototype=nt.prototype,nt.propHooks={_default:{get:function(e){var t;return 1!==e.elem.nodeType||null!=e.elem[e.prop]&&null==e.elem.style[e.prop]?e.elem[e.prop]:(t=S.css(e.elem,e.prop,""))&&"auto"!==t?t:0},set:function(e){S.fx.step[e.prop]?S.fx.step[e.prop](e):1!==e.elem.nodeType||null==e.elem.style[S.cssProps[e.prop]]&&!S.cssHooks[e.prop]?e.elem[e.prop]=e.now:S.style(e.elem,e.prop,e.now+e.unit)}}},nt.propHooks.scrollTop=nt.propHooks.scrollLeft={set:function(e){e.elem.nodeType&&e.elem.parentNode&&(e.elem[e.prop]=e.now)}},S.easing={linear:function(e){return e},swing:function(e){return.5-Math.cos(e*Math.PI)/2},_default:"swing"},S.fx=nt.prototype.init,S.fx.step={};var rt,it,ot=/^(?:toggle|show|hide)$/,ut=/queueHooks$/;function at(){it&&(!1===u.hidden&&n.requestAnimationFrame?n.requestAnimationFrame(at):n.setTimeout(at,S.fx.interval),S.fx.tick())}function st(){return n.setTimeout((function(){rt=void 0})),rt=Date.now()}function ct(e,t){var n,r=0,i={height:e};for(t=t?1:0;r<4;r+=2-t)i["margin"+(n=oe[r])]=i["padding"+n]=e;return t&&(i.opacity=i.width=e),i}function ft(e,t,n){for(var r,i=(lt.tweeners[t]||[]).concat(lt.tweeners["*"]),o=0,u=i.length;o<u;o++)if(r=i[o].call(n,t,e))return r}function lt(e,t,n){var r,i,o=0,u=lt.prefilters.length,a=S.Deferred().always((function(){delete s.elem})),s=function(){if(i)return!1;for(var t=rt||st(),n=Math.max(0,c.startTime+c.duration-t),r=1-(n/c.duration||0),o=0,u=c.tweens.length;o<u;o++)c.tweens[o].run(r);return a.notifyWith(e,[c,r,n]),r<1&&u?n:(u||a.notifyWith(e,[c,1,0]),a.resolveWith(e,[c]),!1)},c=a.promise({elem:e,props:S.extend({},t),opts:S.extend(!0,{specialEasing:{},easing:S.easing._default},n),originalProperties:t,originalOptions:n,startTime:rt||st(),duration:n.duration,tweens:[],createTween:function(t,n){var r=S.Tween(e,c.opts,t,n,c.opts.specialEasing[t]||c.opts.easing);return c.tweens.push(r),r},stop:function(t){var n=0,r=t?c.tweens.length:0;if(i)return this;for(i=!0;n<r;n++)c.tweens[n].run(1);return t?(a.notifyWith(e,[c,1,0]),a.resolveWith(e,[c,t])):a.rejectWith(e,[c,t]),this}}),f=c.props;for(!function(e,t){var n,r,i,o,u;for(n in e)if(i=t[r=G(n)],o=e[n],Array.isArray(o)&&(i=o[1],o=e[n]=o[0]),n!==r&&(e[r]=o,delete e[n]),(u=S.cssHooks[r])&&"expand"in u)for(n in o=u.expand(o),delete e[r],o)n in e||(e[n]=o[n],t[n]=i);else t[r]=i}(f,c.opts.specialEasing);o<u;o++)if(r=lt.prefilters[o].call(c,e,f,c.opts))return m(r.stop)&&(S._queueHooks(c.elem,c.opts.queue).stop=r.stop.bind(r)),r;return S.map(f,ft,c),m(c.opts.start)&&c.opts.start.call(e,c),c.progress(c.opts.progress).done(c.opts.done,c.opts.complete).fail(c.opts.fail).always(c.opts.always),S.fx.timer(S.extend(s,{elem:e,anim:c,queue:c.opts.queue})),c}S.Animation=S.extend(lt,{tweeners:{"*":[function(e,t){var n=this.createTween(e,t);return se(n.elem,e,ie.exec(t),n),n}]},tweener:function(e,t){m(e)?(t=e,e=["*"]):e=e.match(M);for(var n,r=0,i=e.length;r<i;r++)n=e[r],lt.tweeners[n]=lt.tweeners[n]||[],lt.tweeners[n].unshift(t)},prefilters:[function(e,t,n){var r,i,o,u,a,s,c,f,l="width"in t||"height"in t,d=this,p={},h=e.style,g=e.nodeType&&ue(e),v=J.get(e,"fxshow");for(r in n.queue||(null==(u=S._queueHooks(e,"fx")).unqueued&&(u.unqueued=0,a=u.empty.fire,u.empty.fire=function(){u.unqueued||a()}),u.unqueued++,d.always((function(){d.always((function(){u.unqueued--,S.queue(e,"fx").length||u.empty.fire()}))}))),t)if(i=t[r],ot.test(i)){if(delete t[r],o=o||"toggle"===i,i===(g?"hide":"show")){if("show"!==i||!v||void 0===v[r])continue;g=!0}p[r]=v&&v[r]||S.style(e,r)}if((s=!S.isEmptyObject(t))||!S.isEmptyObject(p))for(r in l&&1===e.nodeType&&(n.overflow=[h.overflow,h.overflowX,h.overflowY],null==(c=v&&v.display)&&(c=J.get(e,"display")),"none"===(f=S.css(e,"display"))&&(c?f=c:(le([e],!0),c=e.style.display||c,f=S.css(e,"display"),le([e]))),("inline"===f||"inline-block"===f&&null!=c)&&"none"===S.css(e,"float")&&(s||(d.done((function(){h.display=c})),null==c&&(f=h.display,c="none"===f?"":f)),h.display="inline-block")),n.overflow&&(h.overflow="hidden",d.always((function(){h.overflow=n.overflow[0],h.overflowX=n.overflow[1],h.overflowY=n.overflow[2]}))),s=!1,p)s||(v?"hidden"in v&&(g=v.hidden):v=J.access(e,"fxshow",{display:c}),o&&(v.hidden=!g),g&&le([e],!0),d.done((function(){for(r in g||le([e]),J.remove(e,"fxshow"),p)S.style(e,r,p[r])}))),s=ft(g?v[r]:0,r,d),r in v||(v[r]=s.start,g&&(s.end=s.start,s.start=0))}],prefilter:function(e,t){t?lt.prefilters.unshift(e):lt.prefilters.push(e)}}),S.speed=function(e,t,n){var r=e&&"object"==typeof e?S.extend({},e):{complete:n||!n&&t||m(e)&&e,duration:e,easing:n&&t||t&&!m(t)&&t};return S.fx.off?r.duration=0:"number"!=typeof r.duration&&(r.duration in S.fx.speeds?r.duration=S.fx.speeds[r.duration]:r.duration=S.fx.speeds._default),null!=r.queue&&!0!==r.queue||(r.queue="fx"),r.old=r.complete,r.complete=function(){m(r.old)&&r.old.call(this),r.queue&&S.dequeue(this,r.queue)},r},S.fn.extend({fadeTo:function(e,t,n,r){return this.filter(ue).css("opacity",0).show().end().animate({opacity:t},e,n,r)},animate:function(e,t,n,r){var i=S.isEmptyObject(e),o=S.speed(t,n,r),u=function(){var t=lt(this,S.extend({},e),o);(i||J.get(this,"finish"))&&t.stop(!0)};return u.finish=u,i||!1===o.queue?this.each(u):this.queue(o.queue,u)},stop:function(e,t,n){var r=function(e){var t=e.stop;delete e.stop,t(n)};return"string"!=typeof e&&(n=t,t=e,e=void 0),t&&!1!==e&&this.queue(e||"fx",[]),this.each((function(){var t=!0,i=null!=e&&e+"queueHooks",o=S.timers,u=J.get(this);if(i)u[i]&&u[i].stop&&r(u[i]);else for(i in u)u[i]&&u[i].stop&&ut.test(i)&&r(u[i]);for(i=o.length;i--;)o[i].elem!==this||null!=e&&o[i].queue!==e||(o[i].anim.stop(n),t=!1,o.splice(i,1));!t&&n||S.dequeue(this,e)}))},finish:function(e){return!1!==e&&(e=e||"fx"),this.each((function(){var t,n=J.get(this),r=n[e+"queue"],i=n[e+"queueHooks"],o=S.timers,u=r?r.length:0;for(n.finish=!0,S.queue(this,e,[]),i&&i.stop&&i.stop.call(this,!0),t=o.length;t--;)o[t].elem===this&&o[t].queue===e&&(o[t].anim.stop(!0),o.splice(t,1));for(t=0;t<u;t++)r[t]&&r[t].finish&&r[t].finish.call(this);delete n.finish}))}}),S.each(["toggle","show","hide"],(function(e,t){var n=S.fn[t];S.fn[t]=function(e,r,i){return null==e||"boolean"==typeof e?n.apply(this,arguments):this.animate(ct(t,!0),e,r,i)}})),S.each({slideDown:ct("show"),slideUp:ct("hide"),slideToggle:ct("toggle"),fadeIn:{opacity:"show"},fadeOut:{opacity:"hide"},fadeToggle:{opacity:"toggle"}},(function(e,t){S.fn[e]=function(e,n,r){return this.animate(t,e,n,r)}})),S.timers=[],S.fx.tick=function(){var e,t=0,n=S.timers;for(rt=Date.now();t<n.length;t++)(e=n[t])()||n[t]!==e||n.splice(t--,1);n.length||S.fx.stop(),rt=void 0},S.fx.timer=function(e){S.timers.push(e),S.fx.start()},S.fx.interval=13,S.fx.start=function(){it||(it=!0,at())},S.fx.stop=function(){it=null},S.fx.speeds={slow:600,fast:200,_default:400},S.fn.delay=function(e,t){return e=S.fx&&S.fx.speeds[e]||e,t=t||"fx",this.queue(t,(function(t,r){var i=n.setTimeout(t,e);r.stop=function(){n.clearTimeout(i)}}))},function(){var e=u.createElement("input"),t=u.createElement("select").appendChild(u.createElement("option"));e.type="checkbox",y.checkOn=""!==e.value,y.optSelected=t.selected,(e=u.createElement("input")).value="t",e.type="radio",y.radioValue="t"===e.value}();var dt,pt=S.expr.attrHandle;S.fn.extend({attr:function(e,t){return V(this,S.attr,e,t,arguments.length>1)},removeAttr:function(e){return this.each((function(){S.removeAttr(this,e)}))}}),S.extend({attr:function(e,t,n){var r,i,o=e.nodeType;if(3!==o&&8!==o&&2!==o)return void 0===e.getAttribute?S.prop(e,t,n):(1===o&&S.isXMLDoc(e)||(i=S.attrHooks[t.toLowerCase()]||(S.expr.match.bool.test(t)?dt:void 0)),void 0!==n?null===n?void S.removeAttr(e,t):i&&"set"in i&&void 0!==(r=i.set(e,n,t))?r:(e.setAttribute(t,n+""),n):i&&"get"in i&&null!==(r=i.get(e,t))?r:null==(r=S.find.attr(e,t))?void 0:r)},attrHooks:{type:{set:function(e,t){if(!y.radioValue&&"radio"===t&&O(e,"input")){var n=e.value;return e.setAttribute("type",t),n&&(e.value=n),t}}}},removeAttr:function(e,t){var n,r=0,i=t&&t.match(M);if(i&&1===e.nodeType)for(;n=i[r++];)e.removeAttribute(n)}}),dt={set:function(e,t,n){return!1===t?S.removeAttr(e,n):e.setAttribute(n,n),n}},S.each(S.expr.match.bool.source.match(/\w+/g),(function(e,t){var n=pt[t]||S.find.attr;pt[t]=function(e,t,r){var i,o,u=t.toLowerCase();return r||(o=pt[u],pt[u]=i,i=null!=n(e,t,r)?u:null,pt[u]=o),i}}));var ht=/^(?:input|select|textarea|button)$/i,gt=/^(?:a|area)$/i;function vt(e){return(e.match(M)||[]).join(" ")}function yt(e){return e.getAttribute&&e.getAttribute("class")||""}function mt(e){return Array.isArray(e)?e:"string"==typeof e&&e.match(M)||[]}S.fn.extend({prop:function(e,t){return V(this,S.prop,e,t,arguments.length>1)},removeProp:function(e){return this.each((function(){delete this[S.propFix[e]||e]}))}}),S.extend({prop:function(e,t,n){var r,i,o=e.nodeType;if(3!==o&&8!==o&&2!==o)return 1===o&&S.isXMLDoc(e)||(t=S.propFix[t]||t,i=S.propHooks[t]),void 0!==n?i&&"set"in i&&void 0!==(r=i.set(e,n,t))?r:e[t]=n:i&&"get"in i&&null!==(r=i.get(e,t))?r:e[t]},propHooks:{tabIndex:{get:function(e){var t=S.find.attr(e,"tabindex");return t?parseInt(t,10):ht.test(e.nodeName)||gt.test(e.nodeName)&&e.href?0:-1}}},propFix:{for:"htmlFor",class:"className"}}),y.optSelected||(S.propHooks.selected={get:function(e){var t=e.parentNode;return t&&t.parentNode&&t.parentNode.selectedIndex,null},set:function(e){var t=e.parentNode;t&&(t.selectedIndex,t.parentNode&&t.parentNode.selectedIndex)}}),S.each(["tabIndex","readOnly","maxLength","cellSpacing","cellPadding","rowSpan","colSpan","useMap","frameBorder","contentEditable"],(function(){S.propFix[this.toLowerCase()]=this})),S.fn.extend({addClass:function(e){var t,n,r,i,o,u,a,s=0;if(m(e))return this.each((function(t){S(this).addClass(e.call(this,t,yt(this)))}));if((t=mt(e)).length)for(;n=this[s++];)if(i=yt(n),r=1===n.nodeType&&" "+vt(i)+" "){for(u=0;o=t[u++];)r.indexOf(" "+o+" ")<0&&(r+=o+" ");i!==(a=vt(r))&&n.setAttribute("class",a)}return this},removeClass:function(e){var t,n,r,i,o,u,a,s=0;if(m(e))return this.each((function(t){S(this).removeClass(e.call(this,t,yt(this)))}));if(!arguments.length)return this.attr("class","");if((t=mt(e)).length)for(;n=this[s++];)if(i=yt(n),r=1===n.nodeType&&" "+vt(i)+" "){for(u=0;o=t[u++];)for(;r.indexOf(" "+o+" ")>-1;)r=r.replace(" "+o+" "," ");i!==(a=vt(r))&&n.setAttribute("class",a)}return this},toggleClass:function(e,t){var n=typeof e,r="string"===n||Array.isArray(e);return"boolean"==typeof t&&r?t?this.addClass(e):this.removeClass(e):m(e)?this.each((function(n){S(this).toggleClass(e.call(this,n,yt(this),t),t)})):this.each((function(){var t,i,o,u;if(r)for(i=0,o=S(this),u=mt(e);t=u[i++];)o.hasClass(t)?o.removeClass(t):o.addClass(t);else void 0!==e&&"boolean"!==n||((t=yt(this))&&J.set(this,"__className__",t),this.setAttribute&&this.setAttribute("class",t||!1===e?"":J.get(this,"__className__")||""))}))},hasClass:function(e){var t,n,r=0;for(t=" "+e+" ";n=this[r++];)if(1===n.nodeType&&(" "+vt(yt(n))+" ").indexOf(t)>-1)return!0;return!1}});var bt=/\r/g;S.fn.extend({val:function(e){var t,n,r,i=this[0];return arguments.length?(r=m(e),this.each((function(n){var i;1===this.nodeType&&(null==(i=r?e.call(this,n,S(this).val()):e)?i="":"number"==typeof i?i+="":Array.isArray(i)&&(i=S.map(i,(function(e){return null==e?"":e+""}))),(t=S.valHooks[this.type]||S.valHooks[this.nodeName.toLowerCase()])&&"set"in t&&void 0!==t.set(this,i,"value")||(this.value=i))}))):i?(t=S.valHooks[i.type]||S.valHooks[i.nodeName.toLowerCase()])&&"get"in t&&void 0!==(n=t.get(i,"value"))?n:"string"==typeof(n=i.value)?n.replace(bt,""):null==n?"":n:void 0}}),S.extend({valHooks:{option:{get:function(e){var t=S.find.attr(e,"value");return null!=t?t:vt(S.text(e))}},select:{get:function(e){var t,n,r,i=e.options,o=e.selectedIndex,u="select-one"===e.type,a=u?null:[],s=u?o+1:i.length;for(r=o<0?s:u?o:0;r<s;r++)if(((n=i[r]).selected||r===o)&&!n.disabled&&(!n.parentNode.disabled||!O(n.parentNode,"optgroup"))){if(t=S(n).val(),u)return t;a.push(t)}return a},set:function(e,t){for(var n,r,i=e.options,o=S.makeArray(t),u=i.length;u--;)((r=i[u]).selected=S.inArray(S.valHooks.option.get(r),o)>-1)&&(n=!0);return n||(e.selectedIndex=-1),o}}}}),S.each(["radio","checkbox"],(function(){S.valHooks[this]={set:function(e,t){if(Array.isArray(t))return e.checked=S.inArray(S(e).val(),t)>-1}},y.checkOn||(S.valHooks[this].get=function(e){return null===e.getAttribute("value")?"on":e.value})})),y.focusin="onfocusin"in n;var xt=/^(?:focusinfocus|focusoutblur)$/,wt=function(e){e.stopPropagation()};S.extend(S.event,{trigger:function(e,t,r,i){var o,a,s,c,f,l,d,p,g=[r||u],v=h.call(e,"type")?e.type:e,y=h.call(e,"namespace")?e.namespace.split("."):[];if(a=p=s=r=r||u,3!==r.nodeType&&8!==r.nodeType&&!xt.test(v+S.event.triggered)&&(v.indexOf(".")>-1&&(y=v.split("."),v=y.shift(),y.sort()),f=v.indexOf(":")<0&&"on"+v,(e=e[S.expando]?e:new S.Event(v,"object"==typeof e&&e)).isTrigger=i?2:3,e.namespace=y.join("."),e.rnamespace=e.namespace?new RegExp("(^|\\.)"+y.join("\\.(?:.*\\.|)")+"(\\.|$)"):null,e.result=void 0,e.target||(e.target=r),t=null==t?[e]:S.makeArray(t,[e]),d=S.event.special[v]||{},i||!d.trigger||!1!==d.trigger.apply(r,t))){if(!i&&!d.noBubble&&!b(r)){for(c=d.delegateType||v,xt.test(c+v)||(a=a.parentNode);a;a=a.parentNode)g.push(a),s=a;s===(r.ownerDocument||u)&&g.push(s.defaultView||s.parentWindow||n)}for(o=0;(a=g[o++])&&!e.isPropagationStopped();)p=a,e.type=o>1?c:d.bindType||v,(l=(J.get(a,"events")||{})[e.type]&&J.get(a,"handle"))&&l.apply(a,t),(l=f&&a[f])&&l.apply&&K(a)&&(e.result=l.apply(a,t),!1===e.result&&e.preventDefault());return e.type=v,i||e.isDefaultPrevented()||d._default&&!1!==d._default.apply(g.pop(),t)||!K(r)||f&&m(r[v])&&!b(r)&&((s=r[f])&&(r[f]=null),S.event.triggered=v,e.isPropagationStopped()&&p.addEventListener(v,wt),r[v](),e.isPropagationStopped()&&p.removeEventListener(v,wt),S.event.triggered=void 0,s&&(r[f]=s)),e.result}},simulate:function(e,t,n){var r=S.extend(new S.Event,n,{type:e,isSimulated:!0});S.event.trigger(r,null,t)}}),S.fn.extend({trigger:function(e,t){return this.each((function(){S.event.trigger(e,t,this)}))},triggerHandler:function(e,t){var n=this[0];if(n)return S.event.trigger(e,t,n,!0)}}),y.focusin||S.each({focus:"focusin",blur:"focusout"},(function(e,t){var n=function(e){S.event.simulate(t,e.target,S.event.fix(e))};S.event.special[t]={setup:function(){var r=this.ownerDocument||this,i=J.access(r,t);i||r.addEventListener(e,n,!0),J.access(r,t,(i||0)+1)},teardown:function(){var r=this.ownerDocument||this,i=J.access(r,t)-1;i?J.access(r,t,i):(r.removeEventListener(e,n,!0),J.remove(r,t))}}}));var Tt=n.location,St=Date.now(),Et=/\?/;S.parseXML=function(e){var t;if(!e||"string"!=typeof e)return null;try{t=(new n.DOMParser).parseFromString(e,"text/xml")}catch(e){t=void 0}return t&&!t.getElementsByTagName("parsererror").length||S.error("Invalid XML: "+e),t};var Nt=/\[\]$/,Ct=/\r?\n/g,_t=/^(?:submit|button|image|reset|file)$/i,At=/^(?:input|select|textarea|keygen)/i;function Dt(e,t,n,r){var i;if(Array.isArray(t))S.each(t,(function(t,i){n||Nt.test(e)?r(e,i):Dt(e+"["+("object"==typeof i&&null!=i?t:"")+"]",i,n,r)}));else if(n||"object"!==T(t))r(e,t);else for(i in t)Dt(e+"["+i+"]",t[i],n,r)}S.param=function(e,t){var n,r=[],i=function(e,t){var n=m(t)?t():t;r[r.length]=encodeURIComponent(e)+"="+encodeURIComponent(null==n?"":n)};if(Array.isArray(e)||e.jquery&&!S.isPlainObject(e))S.each(e,(function(){i(this.name,this.value)}));else for(n in e)Dt(n,e[n],t,i);return r.join("&")},S.fn.extend({serialize:function(){return S.param(this.serializeArray())},serializeArray:function(){return this.map((function(){var e=S.prop(this,"elements");return e?S.makeArray(e):this})).filter((function(){var e=this.type;return this.name&&!S(this).is(":disabled")&&At.test(this.nodeName)&&!_t.test(e)&&(this.checked||!de.test(e))})).map((function(e,t){var n=S(this).val();return null==n?null:Array.isArray(n)?S.map(n,(function(e){return{name:t.name,value:e.replace(Ct,"\r\n")}})):{name:t.name,value:n.replace(Ct,"\r\n")}})).get()}});var Ot=/%20/g,jt=/#.*$/,Pt=/([?&])_=[^&]*/,kt=/^(.*?):[ \t]*([^\r\n]*)$/gm,Rt=/^(?:GET|HEAD)$/,Lt=/^\/\//,qt={},It={},Mt="*/".concat("*"),Ht=u.createElement("a");function Ft(e){return function(t,n){"string"!=typeof t&&(n=t,t="*");var r,i=0,o=t.toLowerCase().match(M)||[];if(m(n))for(;r=o[i++];)"+"===r[0]?(r=r.slice(1)||"*",(e[r]=e[r]||[]).unshift(n)):(e[r]=e[r]||[]).push(n)}}function Ut(e,t,n,r){var i={},o=e===It;function u(a){var s;return i[a]=!0,S.each(e[a]||[],(function(e,a){var c=a(t,n,r);return"string"!=typeof c||o||i[c]?o?!(s=c):void 0:(t.dataTypes.unshift(c),u(c),!1)})),s}return u(t.dataTypes[0])||!i["*"]&&u("*")}function Bt(e,t){var n,r,i=S.ajaxSettings.flatOptions||{};for(n in t)void 0!==t[n]&&((i[n]?e:r||(r={}))[n]=t[n]);return r&&S.extend(!0,e,r),e}Ht.href=Tt.href,S.extend({active:0,lastModified:{},etag:{},ajaxSettings:{url:Tt.href,type:"GET",isLocal:/^(?:about|app|app-storage|.+-extension|file|res|widget):$/.test(Tt.protocol),global:!0,processData:!0,async:!0,contentType:"application/x-www-form-urlencoded; charset=UTF-8",accepts:{"*":Mt,text:"text/plain",html:"text/html",xml:"application/xml, text/xml",json:"application/json, text/javascript"},contents:{xml:/\bxml\b/,html:/\bhtml/,json:/\bjson\b/},responseFields:{xml:"responseXML",text:"responseText",json:"responseJSON"},converters:{"* text":String,"text html":!0,"text json":JSON.parse,"text xml":S.parseXML},flatOptions:{url:!0,context:!0}},ajaxSetup:function(e,t){return t?Bt(Bt(e,S.ajaxSettings),t):Bt(S.ajaxSettings,e)},ajaxPrefilter:Ft(qt),ajaxTransport:Ft(It),ajax:function(e,t){"object"==typeof e&&(t=e,e=void 0),t=t||{};var r,i,o,a,s,c,f,l,d,p,h=S.ajaxSetup({},t),g=h.context||h,v=h.context&&(g.nodeType||g.jquery)?S(g):S.event,y=S.Deferred(),m=S.Callbacks("once memory"),b=h.statusCode||{},x={},w={},T="canceled",E={readyState:0,getResponseHeader:function(e){var t;if(f){if(!a)for(a={};t=kt.exec(o);)a[t[1].toLowerCase()]=t[2];t=a[e.toLowerCase()]}return null==t?null:t},getAllResponseHeaders:function(){return f?o:null},setRequestHeader:function(e,t){return null==f&&(e=w[e.toLowerCase()]=w[e.toLowerCase()]||e,x[e]=t),this},overrideMimeType:function(e){return null==f&&(h.mimeType=e),this},statusCode:function(e){var t;if(e)if(f)E.always(e[E.status]);else for(t in e)b[t]=[b[t],e[t]];return this},abort:function(e){var t=e||T;return r&&r.abort(t),N(0,t),this}};if(y.promise(E),h.url=((e||h.url||Tt.href)+"").replace(Lt,Tt.protocol+"//"),h.type=t.method||t.type||h.method||h.type,h.dataTypes=(h.dataType||"*").toLowerCase().match(M)||[""],null==h.crossDomain){c=u.createElement("a");try{c.href=h.url,c.href=c.href,h.crossDomain=Ht.protocol+"//"+Ht.host!=c.protocol+"//"+c.host}catch(e){h.crossDomain=!0}}if(h.data&&h.processData&&"string"!=typeof h.data&&(h.data=S.param(h.data,h.traditional)),Ut(qt,h,t,E),f)return E;for(d in(l=S.event&&h.global)&&0==S.active++&&S.event.trigger("ajaxStart"),h.type=h.type.toUpperCase(),h.hasContent=!Rt.test(h.type),i=h.url.replace(jt,""),h.hasContent?h.data&&h.processData&&0===(h.contentType||"").indexOf("application/x-www-form-urlencoded")&&(h.data=h.data.replace(Ot,"+")):(p=h.url.slice(i.length),h.data&&(h.processData||"string"==typeof h.data)&&(i+=(Et.test(i)?"&":"?")+h.data,delete h.data),!1===h.cache&&(i=i.replace(Pt,"$1"),p=(Et.test(i)?"&":"?")+"_="+St+++p),h.url=i+p),h.ifModified&&(S.lastModified[i]&&E.setRequestHeader("If-Modified-Since",S.lastModified[i]),S.etag[i]&&E.setRequestHeader("If-None-Match",S.etag[i])),(h.data&&h.hasContent&&!1!==h.contentType||t.contentType)&&E.setRequestHeader("Content-Type",h.contentType),E.setRequestHeader("Accept",h.dataTypes[0]&&h.accepts[h.dataTypes[0]]?h.accepts[h.dataTypes[0]]+("*"!==h.dataTypes[0]?", "+Mt+"; q=0.01":""):h.accepts["*"]),h.headers)E.setRequestHeader(d,h.headers[d]);if(h.beforeSend&&(!1===h.beforeSend.call(g,E,h)||f))return E.abort();if(T="abort",m.add(h.complete),E.done(h.success),E.fail(h.error),r=Ut(It,h,t,E)){if(E.readyState=1,l&&v.trigger("ajaxSend",[E,h]),f)return E;h.async&&h.timeout>0&&(s=n.setTimeout((function(){E.abort("timeout")}),h.timeout));try{f=!1,r.send(x,N)}catch(e){if(f)throw e;N(-1,e)}}else N(-1,"No Transport");function N(e,t,u,a){var c,d,p,x,w,T=t;f||(f=!0,s&&n.clearTimeout(s),r=void 0,o=a||"",E.readyState=e>0?4:0,c=e>=200&&e<300||304===e,u&&(x=function(e,t,n){for(var r,i,o,u,a=e.contents,s=e.dataTypes;"*"===s[0];)s.shift(),void 0===r&&(r=e.mimeType||t.getResponseHeader("Content-Type"));if(r)for(i in a)if(a[i]&&a[i].test(r)){s.unshift(i);break}if(s[0]in n)o=s[0];else{for(i in n){if(!s[0]||e.converters[i+" "+s[0]]){o=i;break}u||(u=i)}o=o||u}if(o)return o!==s[0]&&s.unshift(o),n[o]}(h,E,u)),x=function(e,t,n,r){var i,o,u,a,s,c={},f=e.dataTypes.slice();if(f[1])for(u in e.converters)c[u.toLowerCase()]=e.converters[u];for(o=f.shift();o;)if(e.responseFields[o]&&(n[e.responseFields[o]]=t),!s&&r&&e.dataFilter&&(t=e.dataFilter(t,e.dataType)),s=o,o=f.shift())if("*"===o)o=s;else if("*"!==s&&s!==o){if(!(u=c[s+" "+o]||c["* "+o]))for(i in c)if((a=i.split(" "))[1]===o&&(u=c[s+" "+a[0]]||c["* "+a[0]])){!0===u?u=c[i]:!0!==c[i]&&(o=a[0],f.unshift(a[1]));break}if(!0!==u)if(u&&e.throws)t=u(t);else try{t=u(t)}catch(e){return{state:"parsererror",error:u?e:"No conversion from "+s+" to "+o}}}return{state:"success",data:t}}(h,x,E,c),c?(h.ifModified&&((w=E.getResponseHeader("Last-Modified"))&&(S.lastModified[i]=w),(w=E.getResponseHeader("etag"))&&(S.etag[i]=w)),204===e||"HEAD"===h.type?T="nocontent":304===e?T="notmodified":(T=x.state,d=x.data,c=!(p=x.error))):(p=T,!e&&T||(T="error",e<0&&(e=0))),E.status=e,E.statusText=(t||T)+"",c?y.resolveWith(g,[d,T,E]):y.rejectWith(g,[E,T,p]),E.statusCode(b),b=void 0,l&&v.trigger(c?"ajaxSuccess":"ajaxError",[E,h,c?d:p]),m.fireWith(g,[E,T]),l&&(v.trigger("ajaxComplete",[E,h]),--S.active||S.event.trigger("ajaxStop")))}return E},getJSON:function(e,t,n){return S.get(e,t,n,"json")},getScript:function(e,t){return S.get(e,void 0,t,"script")}}),S.each(["get","post"],(function(e,t){S[t]=function(e,n,r,i){return m(n)&&(i=i||r,r=n,n=void 0),S.ajax(S.extend({url:e,type:t,dataType:i,data:n,success:r},S.isPlainObject(e)&&e))}})),S._evalUrl=function(e){return S.ajax({url:e,type:"GET",dataType:"script",cache:!0,async:!1,global:!1,throws:!0})},S.fn.extend({wrapAll:function(e){var t;return this[0]&&(m(e)&&(e=e.call(this[0])),t=S(e,this[0].ownerDocument).eq(0).clone(!0),this[0].parentNode&&t.insertBefore(this[0]),t.map((function(){for(var e=this;e.firstElementChild;)e=e.firstElementChild;return e})).append(this)),this},wrapInner:function(e){return m(e)?this.each((function(t){S(this).wrapInner(e.call(this,t))})):this.each((function(){var t=S(this),n=t.contents();n.length?n.wrapAll(e):t.append(e)}))},wrap:function(e){var t=m(e);return this.each((function(n){S(this).wrapAll(t?e.call(this,n):e)}))},unwrap:function(e){return this.parent(e).not("body").each((function(){S(this).replaceWith(this.childNodes)})),this}}),S.expr.pseudos.hidden=function(e){return!S.expr.pseudos.visible(e)},S.expr.pseudos.visible=function(e){return!!(e.offsetWidth||e.offsetHeight||e.getClientRects().length)},S.ajaxSettings.xhr=function(){try{return new n.XMLHttpRequest}catch(e){}};var Wt={0:200,1223:204},$t=S.ajaxSettings.xhr();y.cors=!!$t&&"withCredentials"in $t,y.ajax=$t=!!$t,S.ajaxTransport((function(e){var t,r;if(y.cors||$t&&!e.crossDomain)return{send:function(i,o){var u,a=e.xhr();if(a.open(e.type,e.url,e.async,e.username,e.password),e.xhrFields)for(u in e.xhrFields)a[u]=e.xhrFields[u];for(u in e.mimeType&&a.overrideMimeType&&a.overrideMimeType(e.mimeType),e.crossDomain||i["X-Requested-With"]||(i["X-Requested-With"]="XMLHttpRequest"),i)a.setRequestHeader(u,i[u]);t=function(e){return function(){t&&(t=r=a.onload=a.onerror=a.onabort=a.ontimeout=a.onreadystatechange=null,"abort"===e?a.abort():"error"===e?"number"!=typeof a.status?o(0,"error"):o(a.status,a.statusText):o(Wt[a.status]||a.status,a.statusText,"text"!==(a.responseType||"text")||"string"!=typeof a.responseText?{binary:a.response}:{text:a.responseText},a.getAllResponseHeaders()))}},a.onload=t(),r=a.onerror=a.ontimeout=t("error"),void 0!==a.onabort?a.onabort=r:a.onreadystatechange=function(){4===a.readyState&&n.setTimeout((function(){t&&r()}))},t=t("abort");try{a.send(e.hasContent&&e.data||null)}catch(e){if(t)throw e}},abort:function(){t&&t()}}})),S.ajaxPrefilter((function(e){e.crossDomain&&(e.contents.script=!1)})),S.ajaxSetup({accepts:{script:"text/javascript, application/javascript, application/ecmascript, application/x-ecmascript"},contents:{script:/\b(?:java|ecma)script\b/},converters:{"text script":function(e){return S.globalEval(e),e}}}),S.ajaxPrefilter("script",(function(e){void 0===e.cache&&(e.cache=!1),e.crossDomain&&(e.type="GET")})),S.ajaxTransport("script",(function(e){var t,n;if(e.crossDomain)return{send:function(r,i){t=S("<script>").prop({charset:e.scriptCharset,src:e.url}).on("load error",n=function(e){t.remove(),n=null,e&&i("error"===e.type?404:200,e.type)}),u.head.appendChild(t[0])},abort:function(){n&&n()}}}));var Vt,zt=[],Yt=/(=)\?(?=&|$)|\?\?/;S.ajaxSetup({jsonp:"callback",jsonpCallback:function(){var e=zt.pop()||S.expando+"_"+St++;return this[e]=!0,e}}),S.ajaxPrefilter("json jsonp",(function(e,t,r){var i,o,u,a=!1!==e.jsonp&&(Yt.test(e.url)?"url":"string"==typeof e.data&&0===(e.contentType||"").indexOf("application/x-www-form-urlencoded")&&Yt.test(e.data)&&"data");if(a||"jsonp"===e.dataTypes[0])return i=e.jsonpCallback=m(e.jsonpCallback)?e.jsonpCallback():e.jsonpCallback,a?e[a]=e[a].replace(Yt,"$1"+i):!1!==e.jsonp&&(e.url+=(Et.test(e.url)?"&":"?")+e.jsonp+"="+i),e.converters["script json"]=function(){return u||S.error(i+" was not called"),u[0]},e.dataTypes[0]="json",o=n[i],n[i]=function(){u=arguments},r.always((function(){void 0===o?S(n).removeProp(i):n[i]=o,e[i]&&(e.jsonpCallback=t.jsonpCallback,zt.push(i)),u&&m(o)&&o(u[0]),u=o=void 0})),"script"})),y.createHTMLDocument=((Vt=u.implementation.createHTMLDocument("").body).innerHTML="<form></form><form></form>",2===Vt.childNodes.length),S.parseHTML=function(e,t,n){return"string"!=typeof e?[]:("boolean"==typeof t&&(n=t,t=!1),t||(y.createHTMLDocument?((r=(t=u.implementation.createHTMLDocument("")).createElement("base")).href=u.location.href,t.head.appendChild(r)):t=u),o=!n&&[],(i=j.exec(e))?[t.createElement(i[1])]:(i=we([e],t,o),o&&o.length&&S(o).remove(),S.merge([],i.childNodes)));var r,i,o},S.fn.load=function(e,t,n){var r,i,o,u=this,a=e.indexOf(" ");return a>-1&&(r=vt(e.slice(a)),e=e.slice(0,a)),m(t)?(n=t,t=void 0):t&&"object"==typeof t&&(i="POST"),u.length>0&&S.ajax({url:e,type:i||"GET",dataType:"html",data:t}).done((function(e){o=arguments,u.html(r?S("<div>").append(S.parseHTML(e)).find(r):e)})).always(n&&function(e,t){u.each((function(){n.apply(this,o||[e.responseText,t,e])}))}),this},S.each(["ajaxStart","ajaxStop","ajaxComplete","ajaxError","ajaxSuccess","ajaxSend"],(function(e,t){S.fn[t]=function(e){return this.on(t,e)}})),S.expr.pseudos.animated=function(e){return S.grep(S.timers,(function(t){return e===t.elem})).length},S.offset={setOffset:function(e,t,n){var r,i,o,u,a,s,c=S.css(e,"position"),f=S(e),l={};"static"===c&&(e.style.position="relative"),a=f.offset(),o=S.css(e,"top"),s=S.css(e,"left"),("absolute"===c||"fixed"===c)&&(o+s).indexOf("auto")>-1?(u=(r=f.position()).top,i=r.left):(u=parseFloat(o)||0,i=parseFloat(s)||0),m(t)&&(t=t.call(e,n,S.extend({},a))),null!=t.top&&(l.top=t.top-a.top+u),null!=t.left&&(l.left=t.left-a.left+i),"using"in t?t.using.call(e,l):f.css(l)}},S.fn.extend({offset:function(e){if(arguments.length)return void 0===e?this:this.each((function(t){S.offset.setOffset(this,e,t)}));var t,n,r=this[0];return r?r.getClientRects().length?(t=r.getBoundingClientRect(),n=r.ownerDocument.defaultView,{top:t.top+n.pageYOffset,left:t.left+n.pageXOffset}):{top:0,left:0}:void 0},position:function(){if(this[0]){var e,t,n,r=this[0],i={top:0,left:0};if("fixed"===S.css(r,"position"))t=r.getBoundingClientRect();else{for(t=this.offset(),n=r.ownerDocument,e=r.offsetParent||n.documentElement;e&&(e===n.body||e===n.documentElement)&&"static"===S.css(e,"position");)e=e.parentNode;e&&e!==r&&1===e.nodeType&&((i=S(e).offset()).top+=S.css(e,"borderTopWidth",!0),i.left+=S.css(e,"borderLeftWidth",!0))}return{top:t.top-i.top-S.css(r,"marginTop",!0),left:t.left-i.left-S.css(r,"marginLeft",!0)}}},offsetParent:function(){return this.map((function(){for(var e=this.offsetParent;e&&"static"===S.css(e,"position");)e=e.offsetParent;return e||Te}))}}),S.each({scrollLeft:"pageXOffset",scrollTop:"pageYOffset"},(function(e,t){var n="pageYOffset"===t;S.fn[e]=function(r){return V(this,(function(e,r,i){var o;if(b(e)?o=e:9===e.nodeType&&(o=e.defaultView),void 0===i)return o?o[t]:e[r];o?o.scrollTo(n?o.pageXOffset:i,n?i:o.pageYOffset):e[r]=i}),e,r,arguments.length)}})),S.each(["top","left"],(function(e,t){S.cssHooks[t]=Ve(y.pixelPosition,(function(e,n){if(n)return n=$e(e,t),Ue.test(n)?S(e).position()[t]+"px":n}))})),S.each({Height:"height",Width:"width"},(function(e,t){S.each({padding:"inner"+e,content:t,"":"outer"+e},(function(n,r){S.fn[r]=function(i,o){var u=arguments.length&&(n||"boolean"!=typeof i),a=n||(!0===i||!0===o?"margin":"border");return V(this,(function(t,n,i){var o;return b(t)?0===r.indexOf("outer")?t["inner"+e]:t.document.documentElement["client"+e]:9===t.nodeType?(o=t.documentElement,Math.max(t.body["scroll"+e],o["scroll"+e],t.body["offset"+e],o["offset"+e],o["client"+e])):void 0===i?S.css(t,n,a):S.style(t,n,i,a)}),t,u?i:void 0,u)}}))})),S.each("blur focus focusin focusout resize scroll click dblclick mousedown mouseup mousemove mouseover mouseout mouseenter mouseleave change select submit keydown keypress keyup contextmenu".split(" "),(function(e,t){S.fn[t]=function(e,n){return arguments.length>0?this.on(t,null,e,n):this.trigger(t)}})),S.fn.extend({hover:function(e,t){return this.mouseenter(e).mouseleave(t||e)}}),S.fn.extend({bind:function(e,t,n){return this.on(e,null,t,n)},unbind:function(e,t){return this.off(e,null,t)},delegate:function(e,t,n,r){return this.on(t,e,n,r)},undelegate:function(e,t,n){return 1===arguments.length?this.off(e,"**"):this.off(t,e||"**",n)}}),S.proxy=function(e,t){var n,r,i;if("string"==typeof t&&(n=e[t],t=e,e=n),m(e))return r=s.call(arguments,2),(i=function(){return e.apply(t||this,r.concat(s.call(arguments)))}).guid=e.guid=e.guid||S.guid++,i},S.holdReady=function(e){e?S.readyWait++:S.ready(!0)},S.isArray=Array.isArray,S.parseJSON=JSON.parse,S.nodeName=O,S.isFunction=m,S.isWindow=b,S.camelCase=G,S.type=T,S.now=Date.now,S.isNumeric=function(e){var t=S.type(e);return("number"===t||"string"===t)&&!isNaN(e-parseFloat(e))},void 0===(r=function(){return S}.apply(t,[]))||(e.exports=r);var Xt=n.jQuery,Gt=n.$;return S.noConflict=function(e){return n.$===S&&(n.$=Gt),e&&n.jQuery===S&&(n.jQuery=Xt),S},i||(n.jQuery=n.$=S),S}))},1:function(e,t,n){"use strict";(function(e){n.d(t,"e",(function(){return r})),n.d(t,"p",(function(){return i})),n.d(t,"a",(function(){return o})),n.d(t,"c",(function(){return u})),n.d(t,"d",(function(){return a})),n.d(t,"o",(function(){return s})),n.d(t,"q",(function(){return c})),n.d(t,"t",(function(){return f})),n.d(t,"i",(function(){return l})),n.d(t,"r",(function(){return d})),n.d(t,"s",(function(){return p})),n.d(t,"k",(function(){return h})),n.d(t,"m",(function(){return g})),n.d(t,"j",(function(){return v})),n.d(t,"l",(function(){return y})),n.d(t,"g",(function(){return m})),n.d(t,"f",(function(){return b})),n.d(t,"h",(function(){return x})),n.d(t,"n",(function(){return w})),n.d(t,"b",(function(){return T}));var r="1.12.0",i="object"==typeof self&&self.self===self&&self||"object"==typeof e&&e.global===e&&e||Function("return this")()||{},o=Array.prototype,u=Object.prototype,a="undefined"!=typeof Symbol?Symbol.prototype:null,s=o.push,c=o.slice,f=u.toString,l=u.hasOwnProperty,d="undefined"!=typeof ArrayBuffer,p="undefined"!=typeof DataView,h=Array.isArray,g=Object.keys,v=Object.create,y=d&&ArrayBuffer.isView,m=isNaN,b=isFinite,x=!{toString:null}.propertyIsEnumerable("toString"),w=["valueOf","isPrototypeOf","toString","propertyIsEnumerable","hasOwnProperty","toLocaleString"],T=Math.pow(2,53)-1}).call(this,n(17))},117:function(e,t,n){"use strict";
+/*!
+ * escape-html
+ * Copyright(c) 2012-2013 TJ Holowaychuk
+ * Copyright(c) 2015 Andreas Lubbe
+ * Copyright(c) 2015 Tiancheng "Timothy" Gu
+ * MIT Licensed
+ */var r=/["'&<>]/;e.exports=function(e){var t,n=""+e,i=r.exec(n);if(!i)return n;var o="",u=0,a=0;for(u=i.index;u<n.length;u++){switch(n.charCodeAt(u)){case 34:t="&quot;";break;case 38:t="&amp;";break;case 39:t="&#39;";break;case 60:t="&lt;";break;case 62:t="&gt;";break;default:continue}a!==u&&(o+=n.substring(a,u)),a=u+1,o+=t}return a!==u?o+n.substring(a,u):o}},17:function(e,t){var n;n=function(){return this}();try{n=n||new Function("return this")()}catch(e){"object"==typeof window&&(n=window)}e.exports=n},6:function(e,t,n){"use strict";n.r(t),n.d(t,"default",(function(){return wn})),n.d(t,"VERSION",(function(){return i.e})),n.d(t,"restArguments",(function(){return o})),n.d(t,"isObject",(function(){return u})),n.d(t,"isNull",(function(){return a})),n.d(t,"isUndefined",(function(){return s})),n.d(t,"isBoolean",(function(){return c})),n.d(t,"isElement",(function(){return f})),n.d(t,"isString",(function(){return d})),n.d(t,"isNumber",(function(){return p})),n.d(t,"isDate",(function(){return h})),n.d(t,"isRegExp",(function(){return g})),n.d(t,"isError",(function(){return v})),n.d(t,"isSymbol",(function(){return y})),n.d(t,"isArrayBuffer",(function(){return m})),n.d(t,"isDataView",(function(){return C})),n.d(t,"isArray",(function(){return _})),n.d(t,"isFunction",(function(){return w})),n.d(t,"isArguments",(function(){return O})),n.d(t,"isFinite",(function(){return j})),n.d(t,"isNaN",(function(){return P})),n.d(t,"isTypedArray",(function(){return H})),n.d(t,"isEmpty",(function(){return W})),n.d(t,"isMatch",(function(){return $})),n.d(t,"isEqual",(function(){return X})),n.d(t,"isMap",(function(){return re})),n.d(t,"isWeakMap",(function(){return ie})),n.d(t,"isSet",(function(){return oe})),n.d(t,"isWeakSet",(function(){return ue})),n.d(t,"keys",(function(){return B})),n.d(t,"allKeys",(function(){return G})),n.d(t,"values",(function(){return ae})),n.d(t,"pairs",(function(){return se})),n.d(t,"invert",(function(){return ce})),n.d(t,"functions",(function(){return fe})),n.d(t,"methods",(function(){return fe})),n.d(t,"extend",(function(){return de})),n.d(t,"extendOwn",(function(){return pe})),n.d(t,"assign",(function(){return pe})),n.d(t,"defaults",(function(){return he})),n.d(t,"create",(function(){return ve})),n.d(t,"clone",(function(){return ye})),n.d(t,"tap",(function(){return me})),n.d(t,"get",(function(){return Te})),n.d(t,"has",(function(){return Se})),n.d(t,"mapObject",(function(){return je})),n.d(t,"identity",(function(){return Ee})),n.d(t,"constant",(function(){return k})),n.d(t,"noop",(function(){return Pe})),n.d(t,"toPath",(function(){return be})),n.d(t,"property",(function(){return Ce})),n.d(t,"propertyOf",(function(){return ke})),n.d(t,"matcher",(function(){return Ne})),n.d(t,"matches",(function(){return Ne})),n.d(t,"times",(function(){return Re})),n.d(t,"random",(function(){return Le})),n.d(t,"now",(function(){return qe})),n.d(t,"escape",(function(){return He})),n.d(t,"unescape",(function(){return Fe})),n.d(t,"templateSettings",(function(){return Ue})),n.d(t,"template",(function(){return ze})),n.d(t,"result",(function(){return Ye})),n.d(t,"uniqueId",(function(){return Ge})),n.d(t,"chain",(function(){return Ke})),n.d(t,"iteratee",(function(){return De})),n.d(t,"partial",(function(){return Ze})),n.d(t,"bind",(function(){return et})),n.d(t,"bindAll",(function(){return rt})),n.d(t,"memoize",(function(){return it})),n.d(t,"delay",(function(){return ot})),n.d(t,"defer",(function(){return ut})),n.d(t,"throttle",(function(){return at})),n.d(t,"debounce",(function(){return st})),n.d(t,"wrap",(function(){return ct})),n.d(t,"negate",(function(){return ft})),n.d(t,"compose",(function(){return lt})),n.d(t,"after",(function(){return dt})),n.d(t,"before",(function(){return pt})),n.d(t,"once",(function(){return ht})),n.d(t,"findKey",(function(){return gt})),n.d(t,"findIndex",(function(){return yt})),n.d(t,"findLastIndex",(function(){return mt})),n.d(t,"sortedIndex",(function(){return bt})),n.d(t,"indexOf",(function(){return wt})),n.d(t,"lastIndexOf",(function(){return Tt})),n.d(t,"find",(function(){return St})),n.d(t,"detect",(function(){return St})),n.d(t,"findWhere",(function(){return Et})),n.d(t,"each",(function(){return Nt})),n.d(t,"forEach",(function(){return Nt})),n.d(t,"map",(function(){return Ct})),n.d(t,"collect",(function(){return Ct})),n.d(t,"reduce",(function(){return At})),n.d(t,"foldl",(function(){return At})),n.d(t,"inject",(function(){return At})),n.d(t,"reduceRight",(function(){return Dt})),n.d(t,"foldr",(function(){return Dt})),n.d(t,"filter",(function(){return Ot})),n.d(t,"select",(function(){return Ot})),n.d(t,"reject",(function(){return jt})),n.d(t,"every",(function(){return Pt})),n.d(t,"all",(function(){return Pt})),n.d(t,"some",(function(){return kt})),n.d(t,"any",(function(){return kt})),n.d(t,"contains",(function(){return Rt})),n.d(t,"includes",(function(){return Rt})),n.d(t,"include",(function(){return Rt})),n.d(t,"invoke",(function(){return Lt})),n.d(t,"pluck",(function(){return qt})),n.d(t,"where",(function(){return It})),n.d(t,"max",(function(){return Mt})),n.d(t,"min",(function(){return Ht})),n.d(t,"shuffle",(function(){return Ut})),n.d(t,"sample",(function(){return Ft})),n.d(t,"sortBy",(function(){return Bt})),n.d(t,"groupBy",(function(){return $t})),n.d(t,"indexBy",(function(){return Vt})),n.d(t,"countBy",(function(){return zt})),n.d(t,"partition",(function(){return Yt})),n.d(t,"toArray",(function(){return Gt})),n.d(t,"size",(function(){return Kt})),n.d(t,"pick",(function(){return Jt})),n.d(t,"omit",(function(){return Zt})),n.d(t,"first",(function(){return tn})),n.d(t,"head",(function(){return tn})),n.d(t,"take",(function(){return tn})),n.d(t,"initial",(function(){return en})),n.d(t,"last",(function(){return rn})),n.d(t,"rest",(function(){return nn})),n.d(t,"tail",(function(){return nn})),n.d(t,"drop",(function(){return nn})),n.d(t,"compact",(function(){return on})),n.d(t,"flatten",(function(){return un})),n.d(t,"without",(function(){return sn})),n.d(t,"uniq",(function(){return cn})),n.d(t,"unique",(function(){return cn})),n.d(t,"union",(function(){return fn})),n.d(t,"intersection",(function(){return ln})),n.d(t,"difference",(function(){return an})),n.d(t,"unzip",(function(){return dn})),n.d(t,"transpose",(function(){return dn})),n.d(t,"zip",(function(){return pn})),n.d(t,"object",(function(){return hn})),n.d(t,"range",(function(){return gn})),n.d(t,"chunk",(function(){return vn})),n.d(t,"mixin",(function(){return mn}));var r={};n.r(r),n.d(r,"VERSION",(function(){return i.e})),n.d(r,"restArguments",(function(){return o})),n.d(r,"isObject",(function(){return u})),n.d(r,"isNull",(function(){return a})),n.d(r,"isUndefined",(function(){return s})),n.d(r,"isBoolean",(function(){return c})),n.d(r,"isElement",(function(){return f})),n.d(r,"isString",(function(){return d})),n.d(r,"isNumber",(function(){return p})),n.d(r,"isDate",(function(){return h})),n.d(r,"isRegExp",(function(){return g})),n.d(r,"isError",(function(){return v})),n.d(r,"isSymbol",(function(){return y})),n.d(r,"isArrayBuffer",(function(){return m})),n.d(r,"isDataView",(function(){return C})),n.d(r,"isArray",(function(){return _})),n.d(r,"isFunction",(function(){return w})),n.d(r,"isArguments",(function(){return O})),n.d(r,"isFinite",(function(){return j})),n.d(r,"isNaN",(function(){return P})),n.d(r,"isTypedArray",(function(){return H})),n.d(r,"isEmpty",(function(){return W})),n.d(r,"isMatch",(function(){return $})),n.d(r,"isEqual",(function(){return X})),n.d(r,"isMap",(function(){return re})),n.d(r,"isWeakMap",(function(){return ie})),n.d(r,"isSet",(function(){return oe})),n.d(r,"isWeakSet",(function(){return ue})),n.d(r,"keys",(function(){return B})),n.d(r,"allKeys",(function(){return G})),n.d(r,"values",(function(){return ae})),n.d(r,"pairs",(function(){return se})),n.d(r,"invert",(function(){return ce})),n.d(r,"functions",(function(){return fe})),n.d(r,"methods",(function(){return fe})),n.d(r,"extend",(function(){return de})),n.d(r,"extendOwn",(function(){return pe})),n.d(r,"assign",(function(){return pe})),n.d(r,"defaults",(function(){return he})),n.d(r,"create",(function(){return ve})),n.d(r,"clone",(function(){return ye})),n.d(r,"tap",(function(){return me})),n.d(r,"get",(function(){return Te})),n.d(r,"has",(function(){return Se})),n.d(r,"mapObject",(function(){return je})),n.d(r,"identity",(function(){return Ee})),n.d(r,"constant",(function(){return k})),n.d(r,"noop",(function(){return Pe})),n.d(r,"toPath",(function(){return be})),n.d(r,"property",(function(){return Ce})),n.d(r,"propertyOf",(function(){return ke})),n.d(r,"matcher",(function(){return Ne})),n.d(r,"matches",(function(){return Ne})),n.d(r,"times",(function(){return Re})),n.d(r,"random",(function(){return Le})),n.d(r,"now",(function(){return qe})),n.d(r,"escape",(function(){return He})),n.d(r,"unescape",(function(){return Fe})),n.d(r,"templateSettings",(function(){return Ue})),n.d(r,"template",(function(){return ze})),n.d(r,"result",(function(){return Ye})),n.d(r,"uniqueId",(function(){return Ge})),n.d(r,"chain",(function(){return Ke})),n.d(r,"iteratee",(function(){return De})),n.d(r,"partial",(function(){return Ze})),n.d(r,"bind",(function(){return et})),n.d(r,"bindAll",(function(){return rt})),n.d(r,"memoize",(function(){return it})),n.d(r,"delay",(function(){return ot})),n.d(r,"defer",(function(){return ut})),n.d(r,"throttle",(function(){return at})),n.d(r,"debounce",(function(){return st})),n.d(r,"wrap",(function(){return ct})),n.d(r,"negate",(function(){return ft})),n.d(r,"compose",(function(){return lt})),n.d(r,"after",(function(){return dt})),n.d(r,"before",(function(){return pt})),n.d(r,"once",(function(){return ht})),n.d(r,"findKey",(function(){return gt})),n.d(r,"findIndex",(function(){return yt})),n.d(r,"findLastIndex",(function(){return mt})),n.d(r,"sortedIndex",(function(){return bt})),n.d(r,"indexOf",(function(){return wt})),n.d(r,"lastIndexOf",(function(){return Tt})),n.d(r,"find",(function(){return St})),n.d(r,"detect",(function(){return St})),n.d(r,"findWhere",(function(){return Et})),n.d(r,"each",(function(){return Nt})),n.d(r,"forEach",(function(){return Nt})),n.d(r,"map",(function(){return Ct})),n.d(r,"collect",(function(){return Ct})),n.d(r,"reduce",(function(){return At})),n.d(r,"foldl",(function(){return At})),n.d(r,"inject",(function(){return At})),n.d(r,"reduceRight",(function(){return Dt})),n.d(r,"foldr",(function(){return Dt})),n.d(r,"filter",(function(){return Ot})),n.d(r,"select",(function(){return Ot})),n.d(r,"reject",(function(){return jt})),n.d(r,"every",(function(){return Pt})),n.d(r,"all",(function(){return Pt})),n.d(r,"some",(function(){return kt})),n.d(r,"any",(function(){return kt})),n.d(r,"contains",(function(){return Rt})),n.d(r,"includes",(function(){return Rt})),n.d(r,"include",(function(){return Rt})),n.d(r,"invoke",(function(){return Lt})),n.d(r,"pluck",(function(){return qt})),n.d(r,"where",(function(){return It})),n.d(r,"max",(function(){return Mt})),n.d(r,"min",(function(){return Ht})),n.d(r,"shuffle",(function(){return Ut})),n.d(r,"sample",(function(){return Ft})),n.d(r,"sortBy",(function(){return Bt})),n.d(r,"groupBy",(function(){return $t})),n.d(r,"indexBy",(function(){return Vt})),n.d(r,"countBy",(function(){return zt})),n.d(r,"partition",(function(){return Yt})),n.d(r,"toArray",(function(){return Gt})),n.d(r,"size",(function(){return Kt})),n.d(r,"pick",(function(){return Jt})),n.d(r,"omit",(function(){return Zt})),n.d(r,"first",(function(){return tn})),n.d(r,"head",(function(){return tn})),n.d(r,"take",(function(){return tn})),n.d(r,"initial",(function(){return en})),n.d(r,"last",(function(){return rn})),n.d(r,"rest",(function(){return nn})),n.d(r,"tail",(function(){return nn})),n.d(r,"drop",(function(){return nn})),n.d(r,"compact",(function(){return on})),n.d(r,"flatten",(function(){return un})),n.d(r,"without",(function(){return sn})),n.d(r,"uniq",(function(){return cn})),n.d(r,"unique",(function(){return cn})),n.d(r,"union",(function(){return fn})),n.d(r,"intersection",(function(){return ln})),n.d(r,"difference",(function(){return an})),n.d(r,"unzip",(function(){return dn})),n.d(r,"transpose",(function(){return dn})),n.d(r,"zip",(function(){return pn})),n.d(r,"object",(function(){return hn})),n.d(r,"range",(function(){return gn})),n.d(r,"chunk",(function(){return vn})),n.d(r,"mixin",(function(){return mn})),n.d(r,"default",(function(){return bn}));var i=n(1);function o(e,t){return t=null==t?e.length-1:+t,function(){for(var n=Math.max(arguments.length-t,0),r=Array(n),i=0;i<n;i++)r[i]=arguments[i+t];switch(t){case 0:return e.call(this,r);case 1:return e.call(this,arguments[0],r);case 2:return e.call(this,arguments[0],arguments[1],r)}var o=Array(t+1);for(i=0;i<t;i++)o[i]=arguments[i];return o[t]=r,e.apply(this,o)}}function u(e){var t=typeof e;return"function"===t||"object"===t&&!!e}function a(e){return null===e}function s(e){return void 0===e}function c(e){return!0===e||!1===e||"[object Boolean]"===i.t.call(e)}function f(e){return!(!e||1!==e.nodeType)}function l(e){var t="[object "+e+"]";return function(e){return i.t.call(e)===t}}var d=l("String"),p=l("Number"),h=l("Date"),g=l("RegExp"),v=l("Error"),y=l("Symbol"),m=l("ArrayBuffer"),b=l("Function"),x=i.p.document&&i.p.document.childNodes;"object"!=typeof Int8Array&&"function"!=typeof x&&(b=function(e){return"function"==typeof e||!1});var w=b,T=l("Object"),S=i.s&&T(new DataView(new ArrayBuffer(8))),E="undefined"!=typeof Map&&T(new Map),N=l("DataView");var C=S?function(e){return null!=e&&w(e.getInt8)&&m(e.buffer)}:N,_=i.k||l("Array");function A(e,t){return null!=e&&i.i.call(e,t)}var D=l("Arguments");!function(){D(arguments)||(D=function(e){return A(e,"callee")})}();var O=D;function j(e){return!y(e)&&Object(i.f)(e)&&!isNaN(parseFloat(e))}function P(e){return p(e)&&Object(i.g)(e)}function k(e){return function(){return e}}function R(e){return function(t){var n=e(t);return"number"==typeof n&&n>=0&&n<=i.b}}function L(e){return function(t){return null==t?void 0:t[e]}}var q=L("byteLength"),I=R(q),M=/\[object ((I|Ui)nt(8|16|32)|Float(32|64)|Uint8Clamped|Big(I|Ui)nt64)Array\]/;var H=i.r?function(e){return i.l?Object(i.l)(e)&&!C(e):I(e)&&M.test(i.t.call(e))}:k(!1),F=L("length");function U(e,t){t=function(e){for(var t={},n=e.length,r=0;r<n;++r)t[e[r]]=!0;return{contains:function(e){return t[e]},push:function(n){return t[n]=!0,e.push(n)}}}(t);var n=i.n.length,r=e.constructor,o=w(r)&&r.prototype||i.c,u="constructor";for(A(e,u)&&!t.contains(u)&&t.push(u);n--;)(u=i.n[n])in e&&e[u]!==o[u]&&!t.contains(u)&&t.push(u)}function B(e){if(!u(e))return[];if(i.m)return Object(i.m)(e);var t=[];for(var n in e)A(e,n)&&t.push(n);return i.h&&U(e,t),t}function W(e){if(null==e)return!0;var t=F(e);return"number"==typeof t&&(_(e)||d(e)||O(e))?0===t:0===F(B(e))}function $(e,t){var n=B(t),r=n.length;if(null==e)return!r;for(var i=Object(e),o=0;o<r;o++){var u=n[o];if(t[u]!==i[u]||!(u in i))return!1}return!0}function V(e){return e instanceof V?e:this instanceof V?void(this._wrapped=e):new V(e)}function z(e){return new Uint8Array(e.buffer||e,e.byteOffset||0,q(e))}V.VERSION=i.e,V.prototype.value=function(){return this._wrapped},V.prototype.valueOf=V.prototype.toJSON=V.prototype.value,V.prototype.toString=function(){return String(this._wrapped)};function Y(e,t,n,r){if(e===t)return 0!==e||1/e==1/t;if(null==e||null==t)return!1;if(e!=e)return t!=t;var o=typeof e;return("function"===o||"object"===o||"object"==typeof t)&&function e(t,n,r,o){t instanceof V&&(t=t._wrapped);n instanceof V&&(n=n._wrapped);var u=i.t.call(t);if(u!==i.t.call(n))return!1;if(S&&"[object Object]"==u&&C(t)){if(!C(n))return!1;u="[object DataView]"}switch(u){case"[object RegExp]":case"[object String]":return""+t==""+n;case"[object Number]":return+t!=+t?+n!=+n:0==+t?1/+t==1/n:+t==+n;case"[object Date]":case"[object Boolean]":return+t==+n;case"[object Symbol]":return i.d.valueOf.call(t)===i.d.valueOf.call(n);case"[object ArrayBuffer]":case"[object DataView]":return e(z(t),z(n),r,o)}var a="[object Array]"===u;if(!a&&H(t)){if(q(t)!==q(n))return!1;if(t.buffer===n.buffer&&t.byteOffset===n.byteOffset)return!0;a=!0}if(!a){if("object"!=typeof t||"object"!=typeof n)return!1;var s=t.constructor,c=n.constructor;if(s!==c&&!(w(s)&&s instanceof s&&w(c)&&c instanceof c)&&"constructor"in t&&"constructor"in n)return!1}o=o||[];var f=(r=r||[]).length;for(;f--;)if(r[f]===t)return o[f]===n;if(r.push(t),o.push(n),a){if((f=t.length)!==n.length)return!1;for(;f--;)if(!Y(t[f],n[f],r,o))return!1}else{var l,d=B(t);if(f=d.length,B(n).length!==f)return!1;for(;f--;)if(l=d[f],!A(n,l)||!Y(t[l],n[l],r,o))return!1}return r.pop(),o.pop(),!0}(e,t,n,r)}function X(e,t){return Y(e,t)}function G(e){if(!u(e))return[];var t=[];for(var n in e)t.push(n);return i.h&&U(e,t),t}function K(e){var t=F(e);return function(n){if(null==n)return!1;var r=G(n);if(F(r))return!1;for(var i=0;i<t;i++)if(!w(n[e[i]]))return!1;return e!==te||!w(n[Q])}}var Q="forEach",J=["clear","delete"],Z=["get","has","set"],ee=J.concat(Q,Z),te=J.concat(Z),ne=["add"].concat(J,Q,"has"),re=E?K(ee):l("Map"),ie=E?K(te):l("WeakMap"),oe=E?K(ne):l("Set"),ue=l("WeakSet");function ae(e){for(var t=B(e),n=t.length,r=Array(n),i=0;i<n;i++)r[i]=e[t[i]];return r}function se(e){for(var t=B(e),n=t.length,r=Array(n),i=0;i<n;i++)r[i]=[t[i],e[t[i]]];return r}function ce(e){for(var t={},n=B(e),r=0,i=n.length;r<i;r++)t[e[n[r]]]=n[r];return t}function fe(e){var t=[];for(var n in e)w(e[n])&&t.push(n);return t.sort()}function le(e,t){return function(n){var r=arguments.length;if(t&&(n=Object(n)),r<2||null==n)return n;for(var i=1;i<r;i++)for(var o=arguments[i],u=e(o),a=u.length,s=0;s<a;s++){var c=u[s];t&&void 0!==n[c]||(n[c]=o[c])}return n}}var de=le(G),pe=le(B),he=le(G,!0);function ge(e){if(!u(e))return{};if(i.j)return Object(i.j)(e);var t=function(){};t.prototype=e;var n=new t;return t.prototype=null,n}function ve(e,t){var n=ge(e);return t&&pe(n,t),n}function ye(e){return u(e)?_(e)?e.slice():de({},e):e}function me(e,t){return t(e),e}function be(e){return _(e)?e:[e]}function xe(e){return V.toPath(e)}function we(e,t){for(var n=t.length,r=0;r<n;r++){if(null==e)return;e=e[t[r]]}return n?e:void 0}function Te(e,t,n){var r=we(e,xe(t));return s(r)?n:r}function Se(e,t){for(var n=(t=xe(t)).length,r=0;r<n;r++){var i=t[r];if(!A(e,i))return!1;e=e[i]}return!!n}function Ee(e){return e}function Ne(e){return e=pe({},e),function(t){return $(t,e)}}function Ce(e){return e=xe(e),function(t){return we(t,e)}}function _e(e,t,n){if(void 0===t)return e;switch(null==n?3:n){case 1:return function(n){return e.call(t,n)};case 3:return function(n,r,i){return e.call(t,n,r,i)};case 4:return function(n,r,i,o){return e.call(t,n,r,i,o)}}return function(){return e.apply(t,arguments)}}function Ae(e,t,n){return null==e?Ee:w(e)?_e(e,t,n):u(e)&&!_(e)?Ne(e):Ce(e)}function De(e,t){return Ae(e,t,1/0)}function Oe(e,t,n){return V.iteratee!==De?V.iteratee(e,t):Ae(e,t,n)}function je(e,t,n){t=Oe(t,n);for(var r=B(e),i=r.length,o={},u=0;u<i;u++){var a=r[u];o[a]=t(e[a],a,e)}return o}function Pe(){}function ke(e){return null==e?Pe:function(t){return Te(e,t)}}function Re(e,t,n){var r=Array(Math.max(0,e));t=_e(t,n,1);for(var i=0;i<e;i++)r[i]=t(i);return r}function Le(e,t){return null==t&&(t=e,e=0),e+Math.floor(Math.random()*(t-e+1))}V.toPath=be,V.iteratee=De;var qe=Date.now||function(){return(new Date).getTime()};function Ie(e){var t=function(t){return e[t]},n="(?:"+B(e).join("|")+")",r=RegExp(n),i=RegExp(n,"g");return function(e){return e=null==e?"":""+e,r.test(e)?e.replace(i,t):e}}var Me={"&":"&amp;","<":"&lt;",">":"&gt;",'"':"&quot;","'":"&#x27;","`":"&#x60;"},He=Ie(Me),Fe=Ie(ce(Me)),Ue=V.templateSettings={evaluate:/<%([\s\S]+?)%>/g,interpolate:/<%=([\s\S]+?)%>/g,escape:/<%-([\s\S]+?)%>/g},Be=/(.)^/,We={"'":"'","\\":"\\","\r":"r","\n":"n","\u2028":"u2028","\u2029":"u2029"},$e=/\\|'|\r|\n|\u2028|\u2029/g;function Ve(e){return"\\"+We[e]}function ze(e,t,n){!t&&n&&(t=n),t=he({},t,V.templateSettings);var r,i=RegExp([(t.escape||Be).source,(t.interpolate||Be).source,(t.evaluate||Be).source].join("|")+"|$","g"),o=0,u="__p+='";e.replace(i,(function(t,n,r,i,a){return u+=e.slice(o,a).replace($e,Ve),o=a+t.length,n?u+="'+\n((__t=("+n+"))==null?'':_.escape(__t))+\n'":r?u+="'+\n((__t=("+r+"))==null?'':__t)+\n'":i&&(u+="';\n"+i+"\n__p+='"),t})),u+="';\n",t.variable||(u="with(obj||{}){\n"+u+"}\n"),u="var __t,__p='',__j=Array.prototype.join,print=function(){__p+=__j.call(arguments,'');};\n"+u+"return __p;\n";try{r=new Function(t.variable||"obj","_",u)}catch(e){throw e.source=u,e}var a=function(e){return r.call(this,e,V)},s=t.variable||"obj";return a.source="function("+s+"){\n"+u+"}",a}function Ye(e,t,n){var r=(t=xe(t)).length;if(!r)return w(n)?n.call(e):n;for(var i=0;i<r;i++){var o=null==e?void 0:e[t[i]];void 0===o&&(o=n,i=r),e=w(o)?o.call(e):o}return e}var Xe=0;function Ge(e){var t=++Xe+"";return e?e+t:t}function Ke(e){var t=V(e);return t._chain=!0,t}function Qe(e,t,n,r,i){if(!(r instanceof t))return e.apply(n,i);var o=ge(e.prototype),a=e.apply(o,i);return u(a)?a:o}var Je=o((function(e,t){var n=Je.placeholder,r=function(){for(var i=0,o=t.length,u=Array(o),a=0;a<o;a++)u[a]=t[a]===n?arguments[i++]:t[a];for(;i<arguments.length;)u.push(arguments[i++]);return Qe(e,r,this,this,u)};return r}));Je.placeholder=V;var Ze=Je,et=o((function(e,t,n){if(!w(e))throw new TypeError("Bind must be called on a function");var r=o((function(i){return Qe(e,r,t,this,n.concat(i))}));return r})),tt=R(F);function nt(e,t,n,r){if(r=r||[],t||0===t){if(t<=0)return r.concat(e)}else t=1/0;for(var i=r.length,o=0,u=F(e);o<u;o++){var a=e[o];if(tt(a)&&(_(a)||O(a)))if(t>1)nt(a,t-1,n,r),i=r.length;else for(var s=0,c=a.length;s<c;)r[i++]=a[s++];else n||(r[i++]=a)}return r}var rt=o((function(e,t){var n=(t=nt(t,!1,!1)).length;if(n<1)throw new Error("bindAll must be passed function names");for(;n--;){var r=t[n];e[r]=et(e[r],e)}return e}));function it(e,t){var n=function(r){var i=n.cache,o=""+(t?t.apply(this,arguments):r);return A(i,o)||(i[o]=e.apply(this,arguments)),i[o]};return n.cache={},n}var ot=o((function(e,t,n){return setTimeout((function(){return e.apply(null,n)}),t)})),ut=Ze(ot,V,1);function at(e,t,n){var r,i,o,u,a=0;n||(n={});var s=function(){a=!1===n.leading?0:qe(),r=null,u=e.apply(i,o),r||(i=o=null)},c=function(){var c=qe();a||!1!==n.leading||(a=c);var f=t-(c-a);return i=this,o=arguments,f<=0||f>t?(r&&(clearTimeout(r),r=null),a=c,u=e.apply(i,o),r||(i=o=null)):r||!1===n.trailing||(r=setTimeout(s,f)),u};return c.cancel=function(){clearTimeout(r),a=0,r=i=o=null},c}function st(e,t,n){var r,i,u=function(t,n){r=null,n&&(i=e.apply(t,n))},a=o((function(o){if(r&&clearTimeout(r),n){var a=!r;r=setTimeout(u,t),a&&(i=e.apply(this,o))}else r=ot(u,t,this,o);return i}));return a.cancel=function(){clearTimeout(r),r=null},a}function ct(e,t){return Ze(t,e)}function ft(e){return function(){return!e.apply(this,arguments)}}function lt(){var e=arguments,t=e.length-1;return function(){for(var n=t,r=e[t].apply(this,arguments);n--;)r=e[n].call(this,r);return r}}function dt(e,t){return function(){if(--e<1)return t.apply(this,arguments)}}function pt(e,t){var n;return function(){return--e>0&&(n=t.apply(this,arguments)),e<=1&&(t=null),n}}var ht=Ze(pt,2);function gt(e,t,n){t=Oe(t,n);for(var r,i=B(e),o=0,u=i.length;o<u;o++)if(t(e[r=i[o]],r,e))return r}function vt(e){return function(t,n,r){n=Oe(n,r);for(var i=F(t),o=e>0?0:i-1;o>=0&&o<i;o+=e)if(n(t[o],o,t))return o;return-1}}var yt=vt(1),mt=vt(-1);function bt(e,t,n,r){for(var i=(n=Oe(n,r,1))(t),o=0,u=F(e);o<u;){var a=Math.floor((o+u)/2);n(e[a])<i?o=a+1:u=a}return o}function xt(e,t,n){return function(r,o,u){var a=0,s=F(r);if("number"==typeof u)e>0?a=u>=0?u:Math.max(u+s,a):s=u>=0?Math.min(u+1,s):u+s+1;else if(n&&u&&s)return r[u=n(r,o)]===o?u:-1;if(o!=o)return(u=t(i.q.call(r,a,s),P))>=0?u+a:-1;for(u=e>0?a:s-1;u>=0&&u<s;u+=e)if(r[u]===o)return u;return-1}}var wt=xt(1,yt,bt),Tt=xt(-1,mt);function St(e,t,n){var r=(tt(e)?yt:gt)(e,t,n);if(void 0!==r&&-1!==r)return e[r]}function Et(e,t){return St(e,Ne(t))}function Nt(e,t,n){var r,i;if(t=_e(t,n),tt(e))for(r=0,i=e.length;r<i;r++)t(e[r],r,e);else{var o=B(e);for(r=0,i=o.length;r<i;r++)t(e[o[r]],o[r],e)}return e}function Ct(e,t,n){t=Oe(t,n);for(var r=!tt(e)&&B(e),i=(r||e).length,o=Array(i),u=0;u<i;u++){var a=r?r[u]:u;o[u]=t(e[a],a,e)}return o}function _t(e){var t=function(t,n,r,i){var o=!tt(t)&&B(t),u=(o||t).length,a=e>0?0:u-1;for(i||(r=t[o?o[a]:a],a+=e);a>=0&&a<u;a+=e){var s=o?o[a]:a;r=n(r,t[s],s,t)}return r};return function(e,n,r,i){var o=arguments.length>=3;return t(e,_e(n,i,4),r,o)}}var At=_t(1),Dt=_t(-1);function Ot(e,t,n){var r=[];return t=Oe(t,n),Nt(e,(function(e,n,i){t(e,n,i)&&r.push(e)})),r}function jt(e,t,n){return Ot(e,ft(Oe(t)),n)}function Pt(e,t,n){t=Oe(t,n);for(var r=!tt(e)&&B(e),i=(r||e).length,o=0;o<i;o++){var u=r?r[o]:o;if(!t(e[u],u,e))return!1}return!0}function kt(e,t,n){t=Oe(t,n);for(var r=!tt(e)&&B(e),i=(r||e).length,o=0;o<i;o++){var u=r?r[o]:o;if(t(e[u],u,e))return!0}return!1}function Rt(e,t,n,r){return tt(e)||(e=ae(e)),("number"!=typeof n||r)&&(n=0),wt(e,t,n)>=0}var Lt=o((function(e,t,n){var r,i;return w(t)?i=t:(t=xe(t),r=t.slice(0,-1),t=t[t.length-1]),Ct(e,(function(e){var o=i;if(!o){if(r&&r.length&&(e=we(e,r)),null==e)return;o=e[t]}return null==o?o:o.apply(e,n)}))}));function qt(e,t){return Ct(e,Ce(t))}function It(e,t){return Ot(e,Ne(t))}function Mt(e,t,n){var r,i,o=-1/0,u=-1/0;if(null==t||"number"==typeof t&&"object"!=typeof e[0]&&null!=e)for(var a=0,s=(e=tt(e)?e:ae(e)).length;a<s;a++)null!=(r=e[a])&&r>o&&(o=r);else t=Oe(t,n),Nt(e,(function(e,n,r){((i=t(e,n,r))>u||i===-1/0&&o===-1/0)&&(o=e,u=i)}));return o}function Ht(e,t,n){var r,i,o=1/0,u=1/0;if(null==t||"number"==typeof t&&"object"!=typeof e[0]&&null!=e)for(var a=0,s=(e=tt(e)?e:ae(e)).length;a<s;a++)null!=(r=e[a])&&r<o&&(o=r);else t=Oe(t,n),Nt(e,(function(e,n,r){((i=t(e,n,r))<u||i===1/0&&o===1/0)&&(o=e,u=i)}));return o}function Ft(e,t,n){if(null==t||n)return tt(e)||(e=ae(e)),e[Le(e.length-1)];var r=tt(e)?ye(e):ae(e),i=F(r);t=Math.max(Math.min(t,i),0);for(var o=i-1,u=0;u<t;u++){var a=Le(u,o),s=r[u];r[u]=r[a],r[a]=s}return r.slice(0,t)}function Ut(e){return Ft(e,1/0)}function Bt(e,t,n){var r=0;return t=Oe(t,n),qt(Ct(e,(function(e,n,i){return{value:e,index:r++,criteria:t(e,n,i)}})).sort((function(e,t){var n=e.criteria,r=t.criteria;if(n!==r){if(n>r||void 0===n)return 1;if(n<r||void 0===r)return-1}return e.index-t.index})),"value")}function Wt(e,t){return function(n,r,i){var o=t?[[],[]]:{};return r=Oe(r,i),Nt(n,(function(t,i){var u=r(t,i,n);e(o,t,u)})),o}}var $t=Wt((function(e,t,n){A(e,n)?e[n].push(t):e[n]=[t]})),Vt=Wt((function(e,t,n){e[n]=t})),zt=Wt((function(e,t,n){A(e,n)?e[n]++:e[n]=1})),Yt=Wt((function(e,t,n){e[n?0:1].push(t)}),!0),Xt=/[^\ud800-\udfff]|[\ud800-\udbff][\udc00-\udfff]|[\ud800-\udfff]/g;function Gt(e){return e?_(e)?i.q.call(e):d(e)?e.match(Xt):tt(e)?Ct(e,Ee):ae(e):[]}function Kt(e){return null==e?0:tt(e)?e.length:B(e).length}function Qt(e,t,n){return t in n}var Jt=o((function(e,t){var n={},r=t[0];if(null==e)return n;w(r)?(t.length>1&&(r=_e(r,t[1])),t=G(e)):(r=Qt,t=nt(t,!1,!1),e=Object(e));for(var i=0,o=t.length;i<o;i++){var u=t[i],a=e[u];r(a,u,e)&&(n[u]=a)}return n})),Zt=o((function(e,t){var n,r=t[0];return w(r)?(r=ft(r),t.length>1&&(n=t[1])):(t=Ct(nt(t,!1,!1),String),r=function(e,n){return!Rt(t,n)}),Jt(e,r,n)}));function en(e,t,n){return i.q.call(e,0,Math.max(0,e.length-(null==t||n?1:t)))}function tn(e,t,n){return null==e||e.length<1?null==t||n?void 0:[]:null==t||n?e[0]:en(e,e.length-t)}function nn(e,t,n){return i.q.call(e,null==t||n?1:t)}function rn(e,t,n){return null==e||e.length<1?null==t||n?void 0:[]:null==t||n?e[e.length-1]:nn(e,Math.max(0,e.length-t))}function on(e){return Ot(e,Boolean)}function un(e,t){return nt(e,t,!1)}var an=o((function(e,t){return t=nt(t,!0,!0),Ot(e,(function(e){return!Rt(t,e)}))})),sn=o((function(e,t){return an(e,t)}));function cn(e,t,n,r){c(t)||(r=n,n=t,t=!1),null!=n&&(n=Oe(n,r));for(var i=[],o=[],u=0,a=F(e);u<a;u++){var s=e[u],f=n?n(s,u,e):s;t&&!n?(u&&o===f||i.push(s),o=f):n?Rt(o,f)||(o.push(f),i.push(s)):Rt(i,s)||i.push(s)}return i}var fn=o((function(e){return cn(nt(e,!0,!0))}));function ln(e){for(var t=[],n=arguments.length,r=0,i=F(e);r<i;r++){var o=e[r];if(!Rt(t,o)){var u;for(u=1;u<n&&Rt(arguments[u],o);u++);u===n&&t.push(o)}}return t}function dn(e){for(var t=e&&Mt(e,F).length||0,n=Array(t),r=0;r<t;r++)n[r]=qt(e,r);return n}var pn=o(dn);function hn(e,t){for(var n={},r=0,i=F(e);r<i;r++)t?n[e[r]]=t[r]:n[e[r][0]]=e[r][1];return n}function gn(e,t,n){null==t&&(t=e||0,e=0),n||(n=t<e?-1:1);for(var r=Math.max(Math.ceil((t-e)/n),0),i=Array(r),o=0;o<r;o++,e+=n)i[o]=e;return i}function vn(e,t){if(null==t||t<1)return[];for(var n=[],r=0,o=e.length;r<o;)n.push(i.q.call(e,r,r+=t));return n}function yn(e,t){return e._chain?V(t).chain():t}function mn(e){return Nt(fe(e),(function(t){var n=V[t]=e[t];V.prototype[t]=function(){var e=[this._wrapped];return i.o.apply(e,arguments),yn(this,n.apply(V,e))}})),V}Nt(["pop","push","reverse","shift","sort","splice","unshift"],(function(e){var t=i.a[e];V.prototype[e]=function(){var n=this._wrapped;return null!=n&&(t.apply(n,arguments),"shift"!==e&&"splice"!==e||0!==n.length||delete n[0]),yn(this,n)}})),Nt(["concat","join","slice"],(function(e){var t=i.a[e];V.prototype[e]=function(){var e=this._wrapped;return null!=e&&(e=t.apply(e,arguments)),yn(this,e)}}));var bn=V,xn=mn(r);xn._=xn;var wn=xn},700:function(e,t,n){"use strict";n.r(t),function(e,t){var r=n(117),i=n.n(r);
+/**
+ * Copyright (c) 2015
+ *
+ * @author Bjoern Schiessle <bjoern@schiessle.org>
+ * @author John Molakvoæ <skjnldsv@protonmail.com>
+ * @author Julius Härtl <jus@bitgrid.net>
+ * @author Lukas Reschke <lukas@statuscode.ch>
+ * @author Michael Jobst <mjobst+github@tecratech.de>
+ * @author Robin Appelman <robin@icewind.nl>
+ * @author Roeland Jago Douma <roeland@famdouma.nl>
+ * @author Thomas Citharel <nextcloud@tcit.fr>
+ * @author Tomasz Grobelny <tomasz@grobelny.net>
+ * @author Vincent Petry <vincent@nextcloud.com>
+ * @author Vinicius Cubas Brand <vinicius@eita.org.br>
+ *
+ * @license GNU AGPL version 3 or any later version
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Affero General Public License as
+ * published by the Free Software Foundation, either version 3 of the
+ * License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Affero General Public License for more details.
+ *
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ *
+ */
+!function(n,r){var o=function(t){this._root=t.root,"/"===this._root.charAt(this._root.length-1)&&(this._root=this._root.substr(0,this._root.length-1));let r=o.PROTOCOL_HTTP+"://";t.useHTTPS&&(r=o.PROTOCOL_HTTPS+"://"),r+=t.host+this._root,this._host=t.host,this._defaultHeaders=t.defaultHeaders||{"X-Requested-With":"XMLHttpRequest",requesttoken:n.requestToken},this._baseUrl=r;const i={baseUrl:this._baseUrl,xmlNamespaces:{"DAV:":"d","http://owncloud.org/ns":"oc","http://nextcloud.org/ns":"nc","http://open-collaboration-services.org/ns":"ocs"}};t.userName&&(i.userName=t.userName),t.password&&(i.password=t.password),this._client=new dav.Client(i),this._client.xhrProvider=e.bind(this._xhrProvider,this),this._fileInfoParsers=[]};o.NS_OWNCLOUD="http://owncloud.org/ns",o.NS_NEXTCLOUD="http://nextcloud.org/ns",o.NS_DAV="DAV:",o.NS_OCS="http://open-collaboration-services.org/ns",o.PROPERTY_GETLASTMODIFIED="{"+o.NS_DAV+"}getlastmodified",o.PROPERTY_GETETAG="{"+o.NS_DAV+"}getetag",o.PROPERTY_GETCONTENTTYPE="{"+o.NS_DAV+"}getcontenttype",o.PROPERTY_RESOURCETYPE="{"+o.NS_DAV+"}resourcetype",o.PROPERTY_INTERNAL_FILEID="{"+o.NS_OWNCLOUD+"}fileid",o.PROPERTY_PERMISSIONS="{"+o.NS_OWNCLOUD+"}permissions",o.PROPERTY_SIZE="{"+o.NS_OWNCLOUD+"}size",o.PROPERTY_GETCONTENTLENGTH="{"+o.NS_DAV+"}getcontentlength",o.PROPERTY_ISENCRYPTED="{"+o.NS_DAV+"}is-encrypted",o.PROPERTY_SHARE_PERMISSIONS="{"+o.NS_OCS+"}share-permissions",o.PROPERTY_QUOTA_AVAILABLE_BYTES="{"+o.NS_DAV+"}quota-available-bytes",o.PROTOCOL_HTTP="http",o.PROTOCOL_HTTPS="https",o._PROPFIND_PROPERTIES=[[o.NS_DAV,"getlastmodified"],[o.NS_DAV,"getetag"],[o.NS_DAV,"getcontenttype"],[o.NS_DAV,"resourcetype"],[o.NS_OWNCLOUD,"fileid"],[o.NS_OWNCLOUD,"permissions"],[o.NS_OWNCLOUD,"size"],[o.NS_DAV,"getcontentlength"],[o.NS_DAV,"quota-available-bytes"],[o.NS_NEXTCLOUD,"has-preview"],[o.NS_NEXTCLOUD,"mount-type"],[o.NS_NEXTCLOUD,"is-encrypted"],[o.NS_OCS,"share-permissions"]],o.prototype={_root:null,_client:null,_fileInfoParsers:[],_xhrProvider:function(){const t=this._defaultHeaders,r=new XMLHttpRequest,i=r.open;return r.open=function(){const n=i.apply(this,arguments);return e.each(t,(function(e,t){r.setRequestHeader(t,e)})),n},n.registerXHRForErrorProcessing(r),r},_buildUrl:function(){let e=this._buildPath.apply(this,arguments);return"/"===e.charAt([e.length-1])&&(e=e.substr(0,e.length-1)),"/"===e.charAt(0)&&(e=e.substr(1)),this._baseUrl+"/"+e},_buildPath:function(){let e=n.joinPaths.apply(this,arguments);const t=e.split("/");let r;for(r=0;r<t.length;r++)t[r]=encodeURIComponent(t[r]);return e=t.join("/"),e},_parseHeaders:function(e){const t=e.split("\n"),n={};for(let e=0;e<t.length;e++){const r=t[e].indexOf(":");if(r<0)continue;const i=t[e].substr(0,r),o=t[e].substr(r+2);n[i]||(n[i]=[]),n[i].push(o)}return n},_parseEtag:function(e){return'"'===e.charAt(0)?e.split('"')[1]:e},_parseFileInfo:function(t){let i=decodeURIComponent(t.href);if(i.substr(0,this._root.length)===this._root&&(i=i.substr(this._root.length)),"/"===i.charAt(i.length-1)&&(i=i.substr(0,i.length-1)),0===t.propStat.length||"HTTP/1.1 200 OK"!==t.propStat[0].status)return null;const u=t.propStat[0].properties,a={id:u[o.PROPERTY_INTERNAL_FILEID],path:n.dirname(i)||"/",name:n.basename(i),mtime:new Date(u[o.PROPERTY_GETLASTMODIFIED]).getTime()},s=u[o.PROPERTY_GETETAG];e.isUndefined(s)||(a.etag=this._parseEtag(s));let c=u[o.PROPERTY_GETCONTENTLENGTH];e.isUndefined(c)||(a.size=parseInt(c,10)),c=u[o.PROPERTY_SIZE],e.isUndefined(c)||(a.size=parseInt(c,10));const f=u["{"+o.NS_NEXTCLOUD+"}has-preview"];e.isUndefined(f)?a.hasPreview=!0:a.hasPreview="true"===f;const l=u["{"+o.NS_NEXTCLOUD+"}is-encrypted"];e.isUndefined(l)?a.isEncrypted=!1:a.isEncrypted="1"===l;const d=u["{"+o.NS_OWNCLOUD+"}favorite"];e.isUndefined(d)?a.isFavourited=!1:a.isFavourited="1"===d;const p=u[o.PROPERTY_GETCONTENTTYPE];e.isUndefined(p)||(a.mimetype=p);const h=u[o.PROPERTY_RESOURCETYPE];if(!a.mimetype&&h){const e=h[0];e.namespaceURI===o.NS_DAV&&"collection"===e.nodeName.split(":")[1]&&(a.mimetype="httpd/unix-directory")}a.permissions=n.PERMISSION_NONE;const g=u[o.PROPERTY_PERMISSIONS];if(!e.isUndefined(g)){const e=g||"";a.mountType=null;for(let t=0;t<e.length;t++){switch(e.charAt(t)){case"C":case"K":a.permissions|=n.PERMISSION_CREATE;break;case"G":a.permissions|=n.PERMISSION_READ;break;case"W":case"N":case"V":a.permissions|=n.PERMISSION_UPDATE;break;case"D":a.permissions|=n.PERMISSION_DELETE;break;case"R":a.permissions|=n.PERMISSION_SHARE;break;case"M":a.mountType||(a.mountType="external");break;case"S":a.mountType="shared"}}}const v=u[o.PROPERTY_SHARE_PERMISSIONS];e.isUndefined(v)||(a.sharePermissions=parseInt(v));const y=u["{"+o.NS_NEXTCLOUD+"}mount-type"];e.isUndefined(y)||(a.mountType=y);const m=u["{"+o.NS_DAV+"}quota-available-bytes"];return e.isUndefined(m)||(a.quotaAvailableBytes=m),e.each(this._fileInfoParsers,(function(n){e.extend(a,n(t,a)||{})})),new r(a)},_parseResult:function(t){const n=this;return e.map(t,(function(e){return n._parseFileInfo(e)}))},_isSuccessStatus:function(e){return e>=200&&e<=299},_getSabreException:function(e){const t={},n=e.xhr.responseXML;if(null===n)return t;const r=n.getElementsByTagNameNS("http://sabredav.org/ns","message"),i=n.getElementsByTagNameNS("http://sabredav.org/ns","exception");return r.length&&(t.message=r[0].textContent),i.length&&(t.exception=i[0].textContent),t},getPropfindProperties:function(){return this._propfindProperties||(this._propfindProperties=e.map(o._PROPFIND_PROPERTIES,(function(e){return"{"+e[0]+"}"+e[1]}))),this._propfindProperties},getFolderContents:function(n,r){n||(n=""),r=r||{};const i=this,o=t.Deferred(),u=o.promise();let a;return a=e.isUndefined(r.properties)?this.getPropfindProperties():r.properties,this._client.propFind(this._buildUrl(n),a,1).then((function(t){if(i._isSuccessStatus(t.status)){const e=i._parseResult(t.body);r&&r.includeParent||e.shift(),o.resolve(t.status,e)}else t=e.extend(t,i._getSabreException(t)),o.reject(t.status,t)})),u},getFilteredFiles:function(n,r){r=r||{};const o=this,u=t.Deferred(),a=u.promise();let s;if(s=e.isUndefined(r.properties)?this.getPropfindProperties():r.properties,!n||!n.systemTagIds&&e.isUndefined(n.favorite)&&!n.circlesIds)throw"Missing filter argument";let c,f="<oc:filter-files ";for(c in this._client.xmlNamespaces)f+=" xmlns:"+this._client.xmlNamespaces[c]+'="'+c+'"';return f+=">\n",f+=" <"+this._client.xmlNamespaces["DAV:"]+":prop>\n",e.each(s,(function(e){const t=o._client.parseClarkNotation(e);f+=" <"+o._client.xmlNamespaces[t.namespace]+":"+t.name+" />\n"})),f+=" </"+this._client.xmlNamespaces["DAV:"]+":prop>\n",f+=" <oc:filter-rules>\n",e.each(n.systemTagIds,(function(e){f+=" <oc:systemtag>"+i()(e)+"</oc:systemtag>\n"})),e.each(n.circlesIds,(function(e){f+=" <oc:circle>"+i()(e)+"</oc:circle>\n"})),n.favorite&&(f+=" <oc:favorite>"+(n.favorite?"1":"0")+"</oc:favorite>\n"),f+=" </oc:filter-rules>\n",f+="</oc:filter-files>\n",this._client.request("REPORT",this._buildUrl(),{},f).then((function(t){if(o._isSuccessStatus(t.status)){const e=o._parseResult(t.body);u.resolve(t.status,e)}else t=e.extend(t,o._getSabreException(t)),u.reject(t.status,t)})),a},getFileInfo:function(n,r){n||(n=""),r=r||{};const i=this,o=t.Deferred(),u=o.promise();let a;return a=e.isUndefined(r.properties)?this.getPropfindProperties():r.properties,this._client.propFind(this._buildUrl(n),a,0).then((function(t){i._isSuccessStatus(t.status)?o.resolve(t.status,i._parseResult([t.body])[0]):(t=e.extend(t,i._getSabreException(t)),o.reject(t.status,t))})),u},getFileContents:function(n){if(!n)throw'Missing argument "path"';const r=this,i=t.Deferred(),o=i.promise();return this._client.request("GET",this._buildUrl(n)).then((function(t){r._isSuccessStatus(t.status)?i.resolve(t.status,t.body):(t=e.extend(t,r._getSabreException(t)),i.reject(t.status,t))})),o},putFileContents:function(n,r,i){if(!n)throw'Missing argument "path"';const o=this,u=t.Deferred(),a=u.promise(),s={};let c="text/plain;charset=utf-8";return(i=i||{}).contentType&&(c=i.contentType),s["Content-Type"]=c,(e.isUndefined(i.overwrite)||i.overwrite)&&(s["If-None-Match"]="*"),this._client.request("PUT",this._buildUrl(n),s,r||"").then((function(t){o._isSuccessStatus(t.status)?u.resolve(t.status):(t=e.extend(t,o._getSabreException(t)),u.reject(t.status,t))})),a},_simpleCall:function(n,r){if(!r)throw'Missing argument "path"';const i=this,o=t.Deferred(),u=o.promise();return this._client.request(n,this._buildUrl(r)).then((function(t){i._isSuccessStatus(t.status)?o.resolve(t.status):(t=e.extend(t,i._getSabreException(t)),o.reject(t.status,t))})),u},createDirectory:function(e){return this._simpleCall("MKCOL",e)},remove:function(e){return this._simpleCall("DELETE",e)},move:function(n,r,i,o){if(!n)throw'Missing argument "path"';if(!r)throw'Missing argument "destinationPath"';const u=this,a=t.Deferred(),s=a.promise();return o=e.extend({},o,{Destination:this._buildUrl(r)}),i||(o.Overwrite="F"),this._client.request("MOVE",this._buildUrl(n),o).then((function(t){u._isSuccessStatus(t.status)?a.resolve(t.status):(t=e.extend(t,u._getSabreException(t)),a.reject(t.status,t))})),s},copy:function(e,n,r){if(!e)throw'Missing argument "path"';if(!n)throw'Missing argument "destinationPath"';const i=this,o=t.Deferred(),u=o.promise(),a={Destination:this._buildUrl(n)};return r||(a.Overwrite="F"),this._client.request("COPY",this._buildUrl(e),a).then((function(e){i._isSuccessStatus(e.status)?o.resolve(e.status):o.reject(e.status)})),u},addFileInfoParser:function(e){this._fileInfoParsers.push(e)},getClient:function(){return this._client},getUserName:function(){return this._client.userName},getPassword:function(){return this._client.password},getBaseUrl:function(){return this._client.baseUrl},getHost:function(){return this._host}},n.Files||(n.Files={}),n.Files.getClient=function(){if(n.Files._defaultClient)return n.Files._defaultClient;const e=new n.Files.Client({host:n.getHost(),port:n.getPort(),root:n.linkToRemoteBase("dav")+"/files/"+n.getCurrentUser().uid,useHTTPS:"https"===n.getProtocol()});return n.Files._defaultClient=e,e},n.Files.Client=o}(OC,OC.Files.FileInfo)}.call(this,n(6),n(0))}});
+//# sourceMappingURL=files_client.js.map \ No newline at end of file
diff --git a/core/js/dist/files_client.js.map b/core/js/dist/files_client.js.map
new file mode 100644
index 00000000000..836492f4ec7
--- /dev/null
+++ b/core/js/dist/files_client.js.map
@@ -0,0 +1 @@
+{"version":3,"sources":["webpack:///webpack/bootstrap","webpack:///./node_modules/jquery/dist/jquery.js","webpack:///./node_modules/underscore/modules/_setup.js","webpack:///./node_modules/escape-html/index.js","webpack:///(webpack)/buildin/global.js","webpack:///./node_modules/underscore/modules/restArguments.js","webpack:///./node_modules/underscore/modules/isObject.js","webpack:///./node_modules/underscore/modules/isNull.js","webpack:///./node_modules/underscore/modules/isUndefined.js","webpack:///./node_modules/underscore/modules/isBoolean.js","webpack:///./node_modules/underscore/modules/isElement.js","webpack:///./node_modules/underscore/modules/_tagTester.js","webpack:///./node_modules/underscore/modules/isString.js","webpack:///./node_modules/underscore/modules/isNumber.js","webpack:///./node_modules/underscore/modules/isDate.js","webpack:///./node_modules/underscore/modules/isRegExp.js","webpack:///./node_modules/underscore/modules/isError.js","webpack:///./node_modules/underscore/modules/isSymbol.js","webpack:///./node_modules/underscore/modules/isArrayBuffer.js","webpack:///./node_modules/underscore/modules/isFunction.js","webpack:///./node_modules/underscore/modules/_hasObjectTag.js","webpack:///./node_modules/underscore/modules/_stringTagBug.js","webpack:///./node_modules/underscore/modules/isDataView.js","webpack:///./node_modules/underscore/modules/isArray.js","webpack:///./node_modules/underscore/modules/_has.js","webpack:///./node_modules/underscore/modules/isArguments.js","webpack:///./node_modules/underscore/modules/isFinite.js","webpack:///./node_modules/underscore/modules/isNaN.js","webpack:///./node_modules/underscore/modules/constant.js","webpack:///./node_modules/underscore/modules/_createSizePropertyCheck.js","webpack:///./node_modules/underscore/modules/_shallowProperty.js","webpack:///./node_modules/underscore/modules/_getByteLength.js","webpack:///./node_modules/underscore/modules/_isBufferLike.js","webpack:///./node_modules/underscore/modules/isTypedArray.js","webpack:///./node_modules/underscore/modules/_getLength.js","webpack:///./node_modules/underscore/modules/_collectNonEnumProps.js","webpack:///./node_modules/underscore/modules/keys.js","webpack:///./node_modules/underscore/modules/isEmpty.js","webpack:///./node_modules/underscore/modules/isMatch.js","webpack:///./node_modules/underscore/modules/underscore.js","webpack:///./node_modules/underscore/modules/_toBufferView.js","webpack:///./node_modules/underscore/modules/isEqual.js","webpack:///./node_modules/underscore/modules/allKeys.js","webpack:///./node_modules/underscore/modules/_methodFingerprint.js","webpack:///./node_modules/underscore/modules/isMap.js","webpack:///./node_modules/underscore/modules/isWeakMap.js","webpack:///./node_modules/underscore/modules/isSet.js","webpack:///./node_modules/underscore/modules/isWeakSet.js","webpack:///./node_modules/underscore/modules/values.js","webpack:///./node_modules/underscore/modules/pairs.js","webpack:///./node_modules/underscore/modules/invert.js","webpack:///./node_modules/underscore/modules/functions.js","webpack:///./node_modules/underscore/modules/_createAssigner.js","webpack:///./node_modules/underscore/modules/extend.js","webpack:///./node_modules/underscore/modules/extendOwn.js","webpack:///./node_modules/underscore/modules/defaults.js","webpack:///./node_modules/underscore/modules/_baseCreate.js","webpack:///./node_modules/underscore/modules/create.js","webpack:///./node_modules/underscore/modules/clone.js","webpack:///./node_modules/underscore/modules/tap.js","webpack:///./node_modules/underscore/modules/toPath.js","webpack:///./node_modules/underscore/modules/_toPath.js","webpack:///./node_modules/underscore/modules/_deepGet.js","webpack:///./node_modules/underscore/modules/get.js","webpack:///./node_modules/underscore/modules/has.js","webpack:///./node_modules/underscore/modules/identity.js","webpack:///./node_modules/underscore/modules/matcher.js","webpack:///./node_modules/underscore/modules/property.js","webpack:///./node_modules/underscore/modules/_optimizeCb.js","webpack:///./node_modules/underscore/modules/_baseIteratee.js","webpack:///./node_modules/underscore/modules/iteratee.js","webpack:///./node_modules/underscore/modules/_cb.js","webpack:///./node_modules/underscore/modules/mapObject.js","webpack:///./node_modules/underscore/modules/noop.js","webpack:///./node_modules/underscore/modules/propertyOf.js","webpack:///./node_modules/underscore/modules/times.js","webpack:///./node_modules/underscore/modules/random.js","webpack:///./node_modules/underscore/modules/now.js","webpack:///./node_modules/underscore/modules/_createEscaper.js","webpack:///./node_modules/underscore/modules/_escapeMap.js","webpack:///./node_modules/underscore/modules/escape.js","webpack:///./node_modules/underscore/modules/unescape.js","webpack:///./node_modules/underscore/modules/_unescapeMap.js","webpack:///./node_modules/underscore/modules/templateSettings.js","webpack:///./node_modules/underscore/modules/template.js","webpack:///./node_modules/underscore/modules/result.js","webpack:///./node_modules/underscore/modules/uniqueId.js","webpack:///./node_modules/underscore/modules/chain.js","webpack:///./node_modules/underscore/modules/_executeBound.js","webpack:///./node_modules/underscore/modules/partial.js","webpack:///./node_modules/underscore/modules/bind.js","webpack:///./node_modules/underscore/modules/_isArrayLike.js","webpack:///./node_modules/underscore/modules/_flatten.js","webpack:///./node_modules/underscore/modules/bindAll.js","webpack:///./node_modules/underscore/modules/memoize.js","webpack:///./node_modules/underscore/modules/delay.js","webpack:///./node_modules/underscore/modules/defer.js","webpack:///./node_modules/underscore/modules/throttle.js","webpack:///./node_modules/underscore/modules/debounce.js","webpack:///./node_modules/underscore/modules/wrap.js","webpack:///./node_modules/underscore/modules/negate.js","webpack:///./node_modules/underscore/modules/compose.js","webpack:///./node_modules/underscore/modules/after.js","webpack:///./node_modules/underscore/modules/before.js","webpack:///./node_modules/underscore/modules/once.js","webpack:///./node_modules/underscore/modules/findKey.js","webpack:///./node_modules/underscore/modules/_createPredicateIndexFinder.js","webpack:///./node_modules/underscore/modules/findIndex.js","webpack:///./node_modules/underscore/modules/findLastIndex.js","webpack:///./node_modules/underscore/modules/sortedIndex.js","webpack:///./node_modules/underscore/modules/_createIndexFinder.js","webpack:///./node_modules/underscore/modules/indexOf.js","webpack:///./node_modules/underscore/modules/lastIndexOf.js","webpack:///./node_modules/underscore/modules/find.js","webpack:///./node_modules/underscore/modules/findWhere.js","webpack:///./node_modules/underscore/modules/each.js","webpack:///./node_modules/underscore/modules/map.js","webpack:///./node_modules/underscore/modules/_createReduce.js","webpack:///./node_modules/underscore/modules/reduce.js","webpack:///./node_modules/underscore/modules/reduceRight.js","webpack:///./node_modules/underscore/modules/filter.js","webpack:///./node_modules/underscore/modules/reject.js","webpack:///./node_modules/underscore/modules/every.js","webpack:///./node_modules/underscore/modules/some.js","webpack:///./node_modules/underscore/modules/contains.js","webpack:///./node_modules/underscore/modules/invoke.js","webpack:///./node_modules/underscore/modules/pluck.js","webpack:///./node_modules/underscore/modules/where.js","webpack:///./node_modules/underscore/modules/max.js","webpack:///./node_modules/underscore/modules/min.js","webpack:///./node_modules/underscore/modules/sample.js","webpack:///./node_modules/underscore/modules/shuffle.js","webpack:///./node_modules/underscore/modules/sortBy.js","webpack:///./node_modules/underscore/modules/_group.js","webpack:///./node_modules/underscore/modules/groupBy.js","webpack:///./node_modules/underscore/modules/indexBy.js","webpack:///./node_modules/underscore/modules/countBy.js","webpack:///./node_modules/underscore/modules/partition.js","webpack:///./node_modules/underscore/modules/toArray.js","webpack:///./node_modules/underscore/modules/size.js","webpack:///./node_modules/underscore/modules/_keyInObj.js","webpack:///./node_modules/underscore/modules/pick.js","webpack:///./node_modules/underscore/modules/omit.js","webpack:///./node_modules/underscore/modules/initial.js","webpack:///./node_modules/underscore/modules/first.js","webpack:///./node_modules/underscore/modules/rest.js","webpack:///./node_modules/underscore/modules/last.js","webpack:///./node_modules/underscore/modules/compact.js","webpack:///./node_modules/underscore/modules/flatten.js","webpack:///./node_modules/underscore/modules/difference.js","webpack:///./node_modules/underscore/modules/without.js","webpack:///./node_modules/underscore/modules/uniq.js","webpack:///./node_modules/underscore/modules/union.js","webpack:///./node_modules/underscore/modules/intersection.js","webpack:///./node_modules/underscore/modules/unzip.js","webpack:///./node_modules/underscore/modules/zip.js","webpack:///./node_modules/underscore/modules/object.js","webpack:///./node_modules/underscore/modules/range.js","webpack:///./node_modules/underscore/modules/chunk.js","webpack:///./node_modules/underscore/modules/_chainResult.js","webpack:///./node_modules/underscore/modules/mixin.js","webpack:///./node_modules/underscore/modules/underscore-array-methods.js","webpack:///./node_modules/underscore/modules/index-default.js","webpack:///./core/src/files/client.js"],"names":["installedModules","__webpack_require__","moduleId","exports","module","i","l","modules","call","m","c","d","name","getter","o","Object","defineProperty","enumerable","get","r","Symbol","toStringTag","value","t","mode","__esModule","ns","create","key","bind","n","object","property","prototype","hasOwnProperty","p","s","global","factory","document","w","Error","window","this","noGlobal","arr","getProto","getPrototypeOf","slice","concat","push","indexOf","class2type","toString","hasOwn","fnToString","ObjectFunctionString","support","isFunction","obj","nodeType","isWindow","preservedScriptAttributes","type","src","noModule","DOMEval","code","doc","node","script","createElement","text","head","appendChild","parentNode","removeChild","toType","jQuery","selector","context","fn","init","rtrim","isArrayLike","length","jquery","constructor","toArray","num","pushStack","elems","ret","merge","prevObject","each","callback","map","elem","apply","arguments","first","eq","last","len","j","end","sort","splice","extend","options","copy","copyIsArray","clone","target","deep","isPlainObject","Array","isArray","undefined","expando","Math","random","replace","isReady","error","msg","noop","proto","Ctor","isEmptyObject","globalEval","trim","makeArray","results","inArray","second","grep","invert","matches","callbackExpect","arg","guid","iterator","split","toLowerCase","Sizzle","Expr","getText","isXML","tokenize","compile","select","outermostContext","sortInput","hasDuplicate","setDocument","docElem","documentIsHTML","rbuggyQSA","rbuggyMatches","contains","Date","preferredDoc","dirruns","done","classCache","createCache","tokenCache","compilerCache","sortOrder","a","b","pop","push_native","list","booleans","whitespace","identifier","attributes","pseudos","rwhitespace","RegExp","rcomma","rcombinators","rattributeQuotes","rpseudo","ridentifier","matchExpr","rinputs","rheader","rnative","rquickExpr","rsibling","runescape","funescape","_","escaped","escapedWhitespace","high","String","fromCharCode","rcssescape","fcssescape","ch","asCodePoint","charCodeAt","unloadHandler","disabledAncestor","addCombinator","disabled","dir","next","childNodes","e","els","seed","nid","match","groups","newSelector","newContext","ownerDocument","exec","getElementById","id","getElementsByTagName","getElementsByClassName","qsa","test","nodeName","getAttribute","setAttribute","toSelector","join","testContext","querySelectorAll","qsaError","removeAttribute","keys","cache","cacheLength","shift","markFunction","assert","el","addHandle","attrs","handler","attrHandle","siblingCheck","cur","diff","sourceIndex","nextSibling","createInputPseudo","createButtonPseudo","createDisabledPseudo","isDisabled","createPositionalPseudo","argument","matchIndexes","documentElement","hasCompare","subWindow","defaultView","top","addEventListener","attachEvent","className","createComment","getById","getElementsByName","filter","attrId","find","getAttributeNode","tag","tmp","innerHTML","input","matchesSelector","webkitMatchesSelector","mozMatchesSelector","oMatchesSelector","msMatchesSelector","disconnectedMatch","compareDocumentPosition","adown","bup","compare","sortDetached","aup","ap","bp","unshift","expr","elements","attr","val","specified","escape","sel","uniqueSort","duplicates","detectDuplicates","sortStable","textContent","firstChild","nodeValue","selectors","createPseudo","relative","preFilter","excess","unquoted","nodeNameSelector","pattern","operator","check","result","what","simple","forward","ofType","xml","uniqueCache","outerCache","nodeIndex","start","parent","useCache","lastChild","uniqueID","pseudo","args","setFilters","idx","matched","matcher","unmatched","innerText","lang","elemLang","hash","location","activeElement","hasFocus","href","tabIndex","checked","selected","selectedIndex","radio","checkbox","file","password","image","submit","reset","tokens","combinator","base","skip","checkNonElements","doneName","oldCache","newCache","elementMatcher","matchers","condense","newUnmatched","mapped","setMatcher","postFilter","postFinder","postSelector","temp","preMap","postMap","preexisting","contexts","multipleContexts","matcherIn","matcherOut","matcherFromTokens","checkContext","leadingRelative","implicitRelative","matchContext","matchAnyContext","filters","parseOnly","soFar","preFilters","cached","setMatchers","elementMatchers","bySet","byElement","superMatcher","outermost","matchedCount","setMatched","contextBackup","dirrunsUnique","matcherFromGroupMatchers","token","compiled","defaultValue","unique","isXMLDoc","escapeSelector","until","truncate","is","siblings","rneedsContext","needsContext","rsingleTag","winnow","qualifier","not","self","rootjQuery","root","parseHTML","ready","rparentsprev","guaranteedUnique","children","contents","prev","sibling","has","targets","closest","index","prevAll","add","addBack","parents","parentsUntil","nextAll","nextUntil","prevUntil","contentDocument","content","reverse","rnothtmlwhite","Identity","v","Thrower","ex","adoptValue","resolve","reject","noValue","method","promise","fail","then","Callbacks","flag","createOptions","firing","memory","fired","locked","queue","firingIndex","fire","once","stopOnFalse","remove","empty","disable","lock","fireWith","Deferred","func","tuples","state","always","deferred","pipe","fns","newDefer","tuple","returned","progress","notify","onFulfilled","onRejected","onProgress","maxDepth","depth","special","that","mightThrow","TypeError","notifyWith","resolveWith","process","exceptionHook","stackTrace","rejectWith","getStackHook","setTimeout","stateString","when","singleValue","remaining","resolveContexts","resolveValues","master","updateFunc","rerrorNames","stack","console","warn","message","readyException","readyList","completed","removeEventListener","catch","readyWait","wait","readyState","doScroll","access","chainable","emptyGet","raw","bulk","rmsPrefix","rdashAlpha","fcamelCase","all","letter","toUpperCase","camelCase","string","acceptData","owner","Data","uid","configurable","set","data","prop","hasData","dataPriv","dataUser","rbrace","rmultiDash","dataAttr","JSON","parse","getData","removeData","_data","_removeData","dequeue","startLength","hooks","_queueHooks","stop","setter","clearQueue","count","defer","pnum","source","rcssNum","cssExpand","isHiddenWithinTree","style","display","css","swap","old","adjustCSS","valueParts","tween","adjusted","scale","maxIterations","currentValue","initial","unit","cssNumber","initialInUnit","defaultDisplayMap","getDefaultDisplay","body","showHide","show","values","hide","toggle","rcheckableType","rtagName","rscriptType","wrapMap","option","thead","col","tr","td","_default","getAll","setGlobalEval","refElements","optgroup","tbody","tfoot","colgroup","caption","th","div","rhtml","buildFragment","scripts","selection","ignored","wrap","fragment","createDocumentFragment","nodes","htmlPrefilter","createTextNode","checkClone","cloneNode","noCloneChecked","rkeyEvent","rmouseEvent","rtypenamespace","returnTrue","returnFalse","safeActiveElement","err","on","types","one","origFn","event","off","handleObjIn","eventHandle","events","handleObj","handlers","namespaces","origType","elemData","handle","triggered","dispatch","delegateType","bindType","namespace","delegateCount","setup","mappedTypes","origCount","teardown","removeEvent","nativeEvent","handlerQueue","fix","delegateTarget","preDispatch","isPropagationStopped","currentTarget","isImmediatePropagationStopped","rnamespace","preventDefault","stopPropagation","postDispatch","matchedHandlers","matchedSelectors","button","addProp","hook","Event","originalEvent","writable","load","noBubble","focus","trigger","blur","click","beforeunload","returnValue","props","isDefaultPrevented","defaultPrevented","relatedTarget","timeStamp","now","isSimulated","stopImmediatePropagation","altKey","bubbles","cancelable","changedTouches","ctrlKey","detail","eventPhase","metaKey","pageX","pageY","shiftKey","view","charCode","keyCode","buttons","clientX","clientY","offsetX","offsetY","pointerId","pointerType","screenX","screenY","targetTouches","toElement","touches","which","mouseenter","mouseleave","pointerenter","pointerleave","orig","related","rxhtmlTag","rnoInnerhtml","rchecked","rcleanScript","manipulationTarget","disableScript","restoreScript","cloneCopyEvent","dest","pdataOld","pdataCur","udataOld","udataCur","fixInput","domManip","collection","hasScripts","iNoClone","valueIsFunction","html","_evalUrl","keepData","cleanData","dataAndEvents","deepDataAndEvents","srcElements","destElements","inPage","detach","append","prepend","insertBefore","before","after","replaceWith","replaceChild","appendTo","prependTo","insertAfter","replaceAll","original","insert","rnumnonpx","getStyles","opener","getComputedStyle","rboxStyle","curCSS","computed","width","minWidth","maxWidth","getPropertyValue","pixelBoxStyles","addGetHookIf","conditionFn","hookFn","computeStyleTests","container","cssText","divStyle","pixelPositionVal","reliableMarginLeftVal","roundPixelMeasures","marginLeft","right","pixelBoxStylesVal","boxSizingReliableVal","position","scrollboxSizeVal","offsetWidth","measure","round","parseFloat","backgroundClip","clearCloneStyle","boxSizingReliable","pixelPosition","reliableMarginLeft","scrollboxSize","rdisplayswap","rcustomProp","cssShow","visibility","cssNormalTransform","letterSpacing","fontWeight","cssPrefixes","emptyStyle","finalPropName","cssProps","capName","vendorPropName","setPositiveNumber","subtract","max","boxModelAdjustment","dimension","box","isBorderBox","styles","computedVal","extra","delta","ceil","getWidthOrHeight","valueIsBorderBox","Tween","easing","cssHooks","opacity","origName","isCustomProp","setProperty","isFinite","getClientRects","getBoundingClientRect","left","margin","padding","border","prefix","suffix","expand","expanded","parts","propHooks","run","percent","eased","duration","pos","step","fx","scrollTop","scrollLeft","linear","swing","cos","PI","fxNow","inProgress","rfxtypes","rrun","schedule","hidden","requestAnimationFrame","interval","tick","createFxNow","genFx","includeWidth","height","createTween","animation","Animation","tweeners","properties","stopped","prefilters","currentTime","startTime","tweens","opts","specialEasing","originalProperties","originalOptions","gotoEnd","propFilter","complete","timer","anim","tweener","oldfire","propTween","restoreDisplay","isBox","dataShow","unqueued","overflow","overflowX","overflowY","prefilter","speed","opt","speeds","fadeTo","to","animate","optall","doAnimation","finish","stopQueue","timers","cssFn","slideDown","slideUp","slideToggle","fadeIn","fadeOut","fadeToggle","slow","fast","delay","time","timeout","clearTimeout","checkOn","optSelected","radioValue","boolHook","removeAttr","nType","attrHooks","bool","attrNames","lowercaseName","rfocusable","rclickable","stripAndCollapse","getClass","classesToArray","removeProp","propFix","tabindex","parseInt","addClass","classes","curValue","clazz","finalValue","removeClass","toggleClass","stateVal","isValidValue","classNames","hasClass","rreturn","valHooks","optionSet","focusin","rfocusMorph","stopPropagationCallback","onlyHandlers","bubbleType","ontype","lastElement","eventPath","isTrigger","parentWindow","simulate","triggerHandler","attaches","nonce","rquery","parseXML","DOMParser","parseFromString","rbracket","rCRLF","rsubmitterTypes","rsubmittable","buildParams","traditional","param","valueOrFunction","encodeURIComponent","serialize","serializeArray","r20","rhash","rantiCache","rheaders","rnoContent","rprotocol","transports","allTypes","originAnchor","addToPrefiltersOrTransports","structure","dataTypeExpression","dataType","dataTypes","inspectPrefiltersOrTransports","jqXHR","inspected","seekingTransport","inspect","prefilterOrFactory","dataTypeOrTransport","ajaxExtend","flatOptions","ajaxSettings","active","lastModified","etag","url","isLocal","protocol","processData","async","contentType","accepts","json","responseFields","converters","ajaxSetup","settings","ajaxPrefilter","ajaxTransport","ajax","transport","cacheURL","responseHeadersString","responseHeaders","timeoutTimer","urlAnchor","fireGlobals","uncached","callbackContext","globalEventContext","completeDeferred","statusCode","requestHeaders","requestHeadersNames","strAbort","getResponseHeader","getAllResponseHeaders","setRequestHeader","overrideMimeType","mimeType","status","abort","statusText","finalText","crossDomain","host","hasContent","ifModified","headers","beforeSend","success","send","nativeStatusText","responses","isSuccess","response","modified","ct","finalDataType","firstDataType","ajaxHandleResponses","conv2","current","conv","dataFilter","throws","ajaxConvert","getJSON","getScript","wrapAll","firstElementChild","wrapInner","htmlIsFunction","unwrap","visible","offsetHeight","xhr","XMLHttpRequest","xhrSuccessStatus","0","1223","xhrSupported","cors","errorCallback","open","username","xhrFields","onload","onerror","onabort","ontimeout","onreadystatechange","responseType","responseText","binary","charset","scriptCharset","evt","oldCallbacks","rjsonp","jsonp","jsonpCallback","originalSettings","callbackName","overwritten","responseContainer","jsonProp","createHTMLDocument","implementation","keepScripts","parsed","params","animated","offset","setOffset","curPosition","curLeft","curCSSTop","curTop","curOffset","curCSSLeft","curElem","using","rect","win","pageYOffset","pageXOffset","offsetParent","parentOffset","scrollTo","Height","Width","defaultExtra","funcName","hover","fnOver","fnOut","unbind","delegate","undelegate","proxy","holdReady","hold","parseJSON","isNumeric","isNaN","_jQuery","_$","$","noConflict","VERSION","Function","ArrayProto","ObjProto","SymbolProto","supportsArrayBuffer","ArrayBuffer","supportsDataView","DataView","nativeIsArray","nativeKeys","nativeCreate","nativeIsView","isView","_isNaN","_isFinite","hasEnumBug","propertyIsEnumerable","nonEnumerableProps","MAX_ARRAY_INDEX","pow","matchHtmlRegExp","str","lastIndex","substring","g","restArguments","startIndex","rest","isObject","isNull","isUndefined","isBoolean","isElement","tagTester","nodelist","Int8Array","hasStringTagBug","isIE11","Map","isDataView","getInt8","isArrayBuffer","buffer","isArguments","isSymbol","isNumber","constant","createSizePropertyCheck","getSizeProperty","sizeProperty","shallowProperty","typedArrayPattern","collectNonEnumProps","emulatedSet","nonEnumIdx","isEmpty","isString","isMatch","_keys","_wrapped","toBufferView","bufferSource","Uint8Array","byteOffset","valueOf","toJSON","aStack","bStack","deepEq","areArrays","aCtor","bCtor","isEqual","allKeys","ie11fingerprint","methods","weakMapMethods","forEachName","commonInit","mapTail","mapMethods","setMethods","pairs","functions","names","createAssigner","keysFunc","defaults","baseCreate","extendOwn","tap","interceptor","toPath","path","deepGet","identity","optimizeCb","argCount","accumulator","baseIteratee","Infinity","cb","iteratee","mapObject","currentKey","propertyOf","times","accum","min","floor","getTime","createEscaper","escaper","testRegexp","replaceRegexp","templateSettings","evaluate","interpolate","noMatch","escapes","escapeRegExp","escapeChar","oldSettings","render","variable","template","fallback","idCounter","uniqueId","chain","instance","_chain","executeBound","sourceFunc","boundFunc","callingContext","partial","boundArgs","placeholder","bound","callArgs","flatten","strict","output","hasher","memoize","address","throttle","previous","later","leading","throttled","_now","trailing","cancel","debounce","immediate","debounced","callNow","wrapper","negate","predicate","compose","memo","findKey","createPredicateIndexFinder","array","low","mid","createIndexFinder","predicateFind","sortedIndex","item","findIndex","findLastIndex","findWhere","createReduce","reducer","every","some","fromIndex","guard","contextPath","pluck","where","lastComputed","sample","rand","shuffle","sortBy","criteria","group","behavior","partition","pass","reStrSymbol","size","keyInObj","pick","compact","Boolean","otherArrays","difference","uniq","isSorted","seen","arrays","intersection","argsLength","unzip","range","chunk","chainResult","mixin","OC","FileInfo","Client","_root","charAt","substr","PROTOCOL_HTTP","useHTTPS","PROTOCOL_HTTPS","_host","_defaultHeaders","defaultHeaders","requestToken","_baseUrl","clientOptions","baseUrl","xmlNamespaces","userName","_client","dav","xhrProvider","_xhrProvider","_fileInfoParsers","NS_OWNCLOUD","NS_NEXTCLOUD","NS_DAV","NS_OCS","PROPERTY_GETLASTMODIFIED","PROPERTY_GETETAG","PROPERTY_GETCONTENTTYPE","PROPERTY_RESOURCETYPE","PROPERTY_INTERNAL_FILEID","PROPERTY_PERMISSIONS","PROPERTY_SIZE","PROPERTY_GETCONTENTLENGTH","PROPERTY_ISENCRYPTED","PROPERTY_SHARE_PERMISSIONS","PROPERTY_QUOTA_AVAILABLE_BYTES","_PROPFIND_PROPERTIES","oldOpen","registerXHRForErrorProcessing","_buildUrl","_buildPath","joinPaths","sections","_parseHeaders","headersString","headerRows","sepPos","headerName","headerValue","_parseEtag","_parseFileInfo","decodeURIComponent","propStat","dirname","basename","mtime","etagProp","sizeProp","hasPreviewProp","hasPreview","isEncryptedProp","isEncrypted","isFavouritedProp","isFavourited","mimetype","resType","xmlvalue","namespaceURI","permissions","PERMISSION_NONE","permissionProp","permString","mountType","PERMISSION_CREATE","PERMISSION_READ","PERMISSION_UPDATE","PERMISSION_DELETE","PERMISSION_SHARE","sharePermissionsProp","sharePermissions","mounTypeProp","quotaAvailableBytes","parserFunction","_parseResult","_isSuccessStatus","_getSabreException","responseXML","messages","getElementsByTagNameNS","exceptions","exception","getPropfindProperties","_propfindProperties","propDef","getFolderContents","propFind","includeParent","getFilteredFiles","systemTagIds","favorite","circlesIds","parseClarkNotation","escapeHTML","request","getFileInfo","getFileContents","putFileContents","overwrite","_simpleCall","createDirectory","move","destinationPath","allowOverwrite","Overwrite","addFileInfoParser","getClient","getUserName","getPassword","getBaseUrl","getHost","Files","_defaultClient","client","port","getPort","linkToRemoteBase","getCurrentUser","getProtocol"],"mappings":"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","file":"files_client.js","sourcesContent":[" \t// The module cache\n \tvar installedModules = {};\n\n \t// The require function\n \tfunction __webpack_require__(moduleId) {\n\n \t\t// Check if module is in cache\n \t\tif(installedModules[moduleId]) {\n \t\t\treturn installedModules[moduleId].exports;\n \t\t}\n \t\t// Create a new module (and put it into the cache)\n \t\tvar module = installedModules[moduleId] = {\n \t\t\ti: moduleId,\n \t\t\tl: false,\n \t\t\texports: {}\n \t\t};\n\n \t\t// Execute the module function\n \t\tmodules[moduleId].call(module.exports, module, module.exports, __webpack_require__);\n\n \t\t// Flag the module as loaded\n \t\tmodule.l = true;\n\n \t\t// Return the exports of the module\n \t\treturn module.exports;\n \t}\n\n\n \t// expose the modules object (__webpack_modules__)\n \t__webpack_require__.m = modules;\n\n \t// expose the module cache\n \t__webpack_require__.c = installedModules;\n\n \t// define getter function for harmony exports\n \t__webpack_require__.d = function(exports, name, getter) {\n \t\tif(!__webpack_require__.o(exports, name)) {\n \t\t\tObject.defineProperty(exports, name, { enumerable: true, get: getter });\n \t\t}\n \t};\n\n \t// define __esModule on exports\n \t__webpack_require__.r = function(exports) {\n \t\tif(typeof Symbol !== 'undefined' && Symbol.toStringTag) {\n \t\t\tObject.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });\n \t\t}\n \t\tObject.defineProperty(exports, '__esModule', { value: true });\n \t};\n\n \t// create a fake namespace object\n \t// mode & 1: value is a module id, require it\n \t// mode & 2: merge all properties of value into the ns\n \t// mode & 4: return value when already ns object\n \t// mode & 8|1: behave like require\n \t__webpack_require__.t = function(value, mode) {\n \t\tif(mode & 1) value = __webpack_require__(value);\n \t\tif(mode & 8) return value;\n \t\tif((mode & 4) && typeof value === 'object' && value && value.__esModule) return value;\n \t\tvar ns = Object.create(null);\n \t\t__webpack_require__.r(ns);\n \t\tObject.defineProperty(ns, 'default', { enumerable: true, value: value });\n \t\tif(mode & 2 && typeof value != 'string') for(var key in value) __webpack_require__.d(ns, key, function(key) { return value[key]; }.bind(null, key));\n \t\treturn ns;\n \t};\n\n \t// getDefaultExport function for compatibility with non-harmony modules\n \t__webpack_require__.n = function(module) {\n \t\tvar getter = module && module.__esModule ?\n \t\t\tfunction getDefault() { return module['default']; } :\n \t\t\tfunction getModuleExports() { return module; };\n \t\t__webpack_require__.d(getter, 'a', getter);\n \t\treturn getter;\n \t};\n\n \t// Object.prototype.hasOwnProperty.call\n \t__webpack_require__.o = function(object, property) { return Object.prototype.hasOwnProperty.call(object, property); };\n\n \t// __webpack_public_path__\n \t__webpack_require__.p = \"\";\n\n\n \t// Load entry module and return exports\n \treturn __webpack_require__(__webpack_require__.s = 700);\n","/*!\n * jQuery JavaScript Library v3.3.1\n * https://jquery.com/\n *\n * Includes Sizzle.js\n * https://sizzlejs.com/\n *\n * Copyright JS Foundation and other contributors\n * Released under the MIT license\n * https://jquery.org/license\n *\n * Date: 2018-01-20T17:24Z\n */\n( function( global, factory ) {\n\n\t\"use strict\";\n\n\tif ( typeof module === \"object\" && typeof module.exports === \"object\" ) {\n\n\t\t// For CommonJS and CommonJS-like environments where a proper `window`\n\t\t// is present, execute the factory and get jQuery.\n\t\t// For environments that do not have a `window` with a `document`\n\t\t// (such as Node.js), expose a factory as module.exports.\n\t\t// This accentuates the need for the creation of a real `window`.\n\t\t// e.g. var jQuery = require(\"jquery\")(window);\n\t\t// See ticket #14549 for more info.\n\t\tmodule.exports = global.document ?\n\t\t\tfactory( global, true ) :\n\t\t\tfunction( w ) {\n\t\t\t\tif ( !w.document ) {\n\t\t\t\t\tthrow new Error( \"jQuery requires a window with a document\" );\n\t\t\t\t}\n\t\t\t\treturn factory( w );\n\t\t\t};\n\t} else {\n\t\tfactory( global );\n\t}\n\n// Pass this if window is not defined yet\n} )( typeof window !== \"undefined\" ? window : this, function( window, noGlobal ) {\n\n// Edge <= 12 - 13+, Firefox <=18 - 45+, IE 10 - 11, Safari 5.1 - 9+, iOS 6 - 9.1\n// throw exceptions when non-strict code (e.g., ASP.NET 4.5) accesses strict mode\n// arguments.callee.caller (trac-13335). But as of jQuery 3.0 (2016), strict mode should be common\n// enough that all such attempts are guarded in a try block.\n\"use strict\";\n\nvar arr = [];\n\nvar document = window.document;\n\nvar getProto = Object.getPrototypeOf;\n\nvar slice = arr.slice;\n\nvar concat = arr.concat;\n\nvar push = arr.push;\n\nvar indexOf = arr.indexOf;\n\nvar class2type = {};\n\nvar toString = class2type.toString;\n\nvar hasOwn = class2type.hasOwnProperty;\n\nvar fnToString = hasOwn.toString;\n\nvar ObjectFunctionString = fnToString.call( Object );\n\nvar support = {};\n\nvar isFunction = function isFunction( obj ) {\n\n // Support: Chrome <=57, Firefox <=52\n // In some browsers, typeof returns \"function\" for HTML <object> elements\n // (i.e., `typeof document.createElement( \"object\" ) === \"function\"`).\n // We don't want to classify *any* DOM node as a function.\n return typeof obj === \"function\" && typeof obj.nodeType !== \"number\";\n };\n\n\nvar isWindow = function isWindow( obj ) {\n\t\treturn obj != null && obj === obj.window;\n\t};\n\n\n\n\n\tvar preservedScriptAttributes = {\n\t\ttype: true,\n\t\tsrc: true,\n\t\tnoModule: true\n\t};\n\n\tfunction DOMEval( code, doc, node ) {\n\t\tdoc = doc || document;\n\n\t\tvar i,\n\t\t\tscript = doc.createElement( \"script\" );\n\n\t\tscript.text = code;\n\t\tif ( node ) {\n\t\t\tfor ( i in preservedScriptAttributes ) {\n\t\t\t\tif ( node[ i ] ) {\n\t\t\t\t\tscript[ i ] = node[ i ];\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t\tdoc.head.appendChild( script ).parentNode.removeChild( script );\n\t}\n\n\nfunction toType( obj ) {\n\tif ( obj == null ) {\n\t\treturn obj + \"\";\n\t}\n\n\t// Support: Android <=2.3 only (functionish RegExp)\n\treturn typeof obj === \"object\" || typeof obj === \"function\" ?\n\t\tclass2type[ toString.call( obj ) ] || \"object\" :\n\t\ttypeof obj;\n}\n/* global Symbol */\n// Defining this global in .eslintrc.json would create a danger of using the global\n// unguarded in another place, it seems safer to define global only for this module\n\n\n\nvar\n\tversion = \"3.3.1\",\n\n\t// Define a local copy of jQuery\n\tjQuery = function( selector, context ) {\n\n\t\t// The jQuery object is actually just the init constructor 'enhanced'\n\t\t// Need init if jQuery is called (just allow error to be thrown if not included)\n\t\treturn new jQuery.fn.init( selector, context );\n\t},\n\n\t// Support: Android <=4.0 only\n\t// Make sure we trim BOM and NBSP\n\trtrim = /^[\\s\\uFEFF\\xA0]+|[\\s\\uFEFF\\xA0]+$/g;\n\njQuery.fn = jQuery.prototype = {\n\n\t// The current version of jQuery being used\n\tjquery: version,\n\n\tconstructor: jQuery,\n\n\t// The default length of a jQuery object is 0\n\tlength: 0,\n\n\ttoArray: function() {\n\t\treturn slice.call( this );\n\t},\n\n\t// Get the Nth element in the matched element set OR\n\t// Get the whole matched element set as a clean array\n\tget: function( num ) {\n\n\t\t// Return all the elements in a clean array\n\t\tif ( num == null ) {\n\t\t\treturn slice.call( this );\n\t\t}\n\n\t\t// Return just the one element from the set\n\t\treturn num < 0 ? this[ num + this.length ] : this[ num ];\n\t},\n\n\t// Take an array of elements and push it onto the stack\n\t// (returning the new matched element set)\n\tpushStack: function( elems ) {\n\n\t\t// Build a new jQuery matched element set\n\t\tvar ret = jQuery.merge( this.constructor(), elems );\n\n\t\t// Add the old object onto the stack (as a reference)\n\t\tret.prevObject = this;\n\n\t\t// Return the newly-formed element set\n\t\treturn ret;\n\t},\n\n\t// Execute a callback for every element in the matched set.\n\teach: function( callback ) {\n\t\treturn jQuery.each( this, callback );\n\t},\n\n\tmap: function( callback ) {\n\t\treturn this.pushStack( jQuery.map( this, function( elem, i ) {\n\t\t\treturn callback.call( elem, i, elem );\n\t\t} ) );\n\t},\n\n\tslice: function() {\n\t\treturn this.pushStack( slice.apply( this, arguments ) );\n\t},\n\n\tfirst: function() {\n\t\treturn this.eq( 0 );\n\t},\n\n\tlast: function() {\n\t\treturn this.eq( -1 );\n\t},\n\n\teq: function( i ) {\n\t\tvar len = this.length,\n\t\t\tj = +i + ( i < 0 ? len : 0 );\n\t\treturn this.pushStack( j >= 0 && j < len ? [ this[ j ] ] : [] );\n\t},\n\n\tend: function() {\n\t\treturn this.prevObject || this.constructor();\n\t},\n\n\t// For internal use only.\n\t// Behaves like an Array's method, not like a jQuery method.\n\tpush: push,\n\tsort: arr.sort,\n\tsplice: arr.splice\n};\n\njQuery.extend = jQuery.fn.extend = function() {\n\tvar options, name, src, copy, copyIsArray, clone,\n\t\ttarget = arguments[ 0 ] || {},\n\t\ti = 1,\n\t\tlength = arguments.length,\n\t\tdeep = false;\n\n\t// Handle a deep copy situation\n\tif ( typeof target === \"boolean\" ) {\n\t\tdeep = target;\n\n\t\t// Skip the boolean and the target\n\t\ttarget = arguments[ i ] || {};\n\t\ti++;\n\t}\n\n\t// Handle case when target is a string or something (possible in deep copy)\n\tif ( typeof target !== \"object\" && !isFunction( target ) ) {\n\t\ttarget = {};\n\t}\n\n\t// Extend jQuery itself if only one argument is passed\n\tif ( i === length ) {\n\t\ttarget = this;\n\t\ti--;\n\t}\n\n\tfor ( ; i < length; i++ ) {\n\n\t\t// Only deal with non-null/undefined values\n\t\tif ( ( options = arguments[ i ] ) != null ) {\n\n\t\t\t// Extend the base object\n\t\t\tfor ( name in options ) {\n\t\t\t\tsrc = target[ name ];\n\t\t\t\tcopy = options[ name ];\n\n\t\t\t\t// Prevent never-ending loop\n\t\t\t\tif ( target === copy ) {\n\t\t\t\t\tcontinue;\n\t\t\t\t}\n\n\t\t\t\t// Recurse if we're merging plain objects or arrays\n\t\t\t\tif ( deep && copy && ( jQuery.isPlainObject( copy ) ||\n\t\t\t\t\t( copyIsArray = Array.isArray( copy ) ) ) ) {\n\n\t\t\t\t\tif ( copyIsArray ) {\n\t\t\t\t\t\tcopyIsArray = false;\n\t\t\t\t\t\tclone = src && Array.isArray( src ) ? src : [];\n\n\t\t\t\t\t} else {\n\t\t\t\t\t\tclone = src && jQuery.isPlainObject( src ) ? src : {};\n\t\t\t\t\t}\n\n\t\t\t\t\t// Never move original objects, clone them\n\t\t\t\t\ttarget[ name ] = jQuery.extend( deep, clone, copy );\n\n\t\t\t\t// Don't bring in undefined values\n\t\t\t\t} else if ( copy !== undefined ) {\n\t\t\t\t\ttarget[ name ] = copy;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n\n\t// Return the modified object\n\treturn target;\n};\n\njQuery.extend( {\n\n\t// Unique for each copy of jQuery on the page\n\texpando: \"jQuery\" + ( version + Math.random() ).replace( /\\D/g, \"\" ),\n\n\t// Assume jQuery is ready without the ready module\n\tisReady: true,\n\n\terror: function( msg ) {\n\t\tthrow new Error( msg );\n\t},\n\n\tnoop: function() {},\n\n\tisPlainObject: function( obj ) {\n\t\tvar proto, Ctor;\n\n\t\t// Detect obvious negatives\n\t\t// Use toString instead of jQuery.type to catch host objects\n\t\tif ( !obj || toString.call( obj ) !== \"[object Object]\" ) {\n\t\t\treturn false;\n\t\t}\n\n\t\tproto = getProto( obj );\n\n\t\t// Objects with no prototype (e.g., `Object.create( null )`) are plain\n\t\tif ( !proto ) {\n\t\t\treturn true;\n\t\t}\n\n\t\t// Objects with prototype are plain iff they were constructed by a global Object function\n\t\tCtor = hasOwn.call( proto, \"constructor\" ) && proto.constructor;\n\t\treturn typeof Ctor === \"function\" && fnToString.call( Ctor ) === ObjectFunctionString;\n\t},\n\n\tisEmptyObject: function( obj ) {\n\n\t\t/* eslint-disable no-unused-vars */\n\t\t// See https://github.com/eslint/eslint/issues/6125\n\t\tvar name;\n\n\t\tfor ( name in obj ) {\n\t\t\treturn false;\n\t\t}\n\t\treturn true;\n\t},\n\n\t// Evaluates a script in a global context\n\tglobalEval: function( code ) {\n\t\tDOMEval( code );\n\t},\n\n\teach: function( obj, callback ) {\n\t\tvar length, i = 0;\n\n\t\tif ( isArrayLike( obj ) ) {\n\t\t\tlength = obj.length;\n\t\t\tfor ( ; i < length; i++ ) {\n\t\t\t\tif ( callback.call( obj[ i ], i, obj[ i ] ) === false ) {\n\t\t\t\t\tbreak;\n\t\t\t\t}\n\t\t\t}\n\t\t} else {\n\t\t\tfor ( i in obj ) {\n\t\t\t\tif ( callback.call( obj[ i ], i, obj[ i ] ) === false ) {\n\t\t\t\t\tbreak;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\treturn obj;\n\t},\n\n\t// Support: Android <=4.0 only\n\ttrim: function( text ) {\n\t\treturn text == null ?\n\t\t\t\"\" :\n\t\t\t( text + \"\" ).replace( rtrim, \"\" );\n\t},\n\n\t// results is for internal usage only\n\tmakeArray: function( arr, results ) {\n\t\tvar ret = results || [];\n\n\t\tif ( arr != null ) {\n\t\t\tif ( isArrayLike( Object( arr ) ) ) {\n\t\t\t\tjQuery.merge( ret,\n\t\t\t\t\ttypeof arr === \"string\" ?\n\t\t\t\t\t[ arr ] : arr\n\t\t\t\t);\n\t\t\t} else {\n\t\t\t\tpush.call( ret, arr );\n\t\t\t}\n\t\t}\n\n\t\treturn ret;\n\t},\n\n\tinArray: function( elem, arr, i ) {\n\t\treturn arr == null ? -1 : indexOf.call( arr, elem, i );\n\t},\n\n\t// Support: Android <=4.0 only, PhantomJS 1 only\n\t// push.apply(_, arraylike) throws on ancient WebKit\n\tmerge: function( first, second ) {\n\t\tvar len = +second.length,\n\t\t\tj = 0,\n\t\t\ti = first.length;\n\n\t\tfor ( ; j < len; j++ ) {\n\t\t\tfirst[ i++ ] = second[ j ];\n\t\t}\n\n\t\tfirst.length = i;\n\n\t\treturn first;\n\t},\n\n\tgrep: function( elems, callback, invert ) {\n\t\tvar callbackInverse,\n\t\t\tmatches = [],\n\t\t\ti = 0,\n\t\t\tlength = elems.length,\n\t\t\tcallbackExpect = !invert;\n\n\t\t// Go through the array, only saving the items\n\t\t// that pass the validator function\n\t\tfor ( ; i < length; i++ ) {\n\t\t\tcallbackInverse = !callback( elems[ i ], i );\n\t\t\tif ( callbackInverse !== callbackExpect ) {\n\t\t\t\tmatches.push( elems[ i ] );\n\t\t\t}\n\t\t}\n\n\t\treturn matches;\n\t},\n\n\t// arg is for internal usage only\n\tmap: function( elems, callback, arg ) {\n\t\tvar length, value,\n\t\t\ti = 0,\n\t\t\tret = [];\n\n\t\t// Go through the array, translating each of the items to their new values\n\t\tif ( isArrayLike( elems ) ) {\n\t\t\tlength = elems.length;\n\t\t\tfor ( ; i < length; i++ ) {\n\t\t\t\tvalue = callback( elems[ i ], i, arg );\n\n\t\t\t\tif ( value != null ) {\n\t\t\t\t\tret.push( value );\n\t\t\t\t}\n\t\t\t}\n\n\t\t// Go through every key on the object,\n\t\t} else {\n\t\t\tfor ( i in elems ) {\n\t\t\t\tvalue = callback( elems[ i ], i, arg );\n\n\t\t\t\tif ( value != null ) {\n\t\t\t\t\tret.push( value );\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\t// Flatten any nested arrays\n\t\treturn concat.apply( [], ret );\n\t},\n\n\t// A global GUID counter for objects\n\tguid: 1,\n\n\t// jQuery.support is not used in Core but other projects attach their\n\t// properties to it so it needs to exist.\n\tsupport: support\n} );\n\nif ( typeof Symbol === \"function\" ) {\n\tjQuery.fn[ Symbol.iterator ] = arr[ Symbol.iterator ];\n}\n\n// Populate the class2type map\njQuery.each( \"Boolean Number String Function Array Date RegExp Object Error Symbol\".split( \" \" ),\nfunction( i, name ) {\n\tclass2type[ \"[object \" + name + \"]\" ] = name.toLowerCase();\n} );\n\nfunction isArrayLike( obj ) {\n\n\t// Support: real iOS 8.2 only (not reproducible in simulator)\n\t// `in` check used to prevent JIT error (gh-2145)\n\t// hasOwn isn't used here due to false negatives\n\t// regarding Nodelist length in IE\n\tvar length = !!obj && \"length\" in obj && obj.length,\n\t\ttype = toType( obj );\n\n\tif ( isFunction( obj ) || isWindow( obj ) ) {\n\t\treturn false;\n\t}\n\n\treturn type === \"array\" || length === 0 ||\n\t\ttypeof length === \"number\" && length > 0 && ( length - 1 ) in obj;\n}\nvar Sizzle =\n/*!\n * Sizzle CSS Selector Engine v2.3.3\n * https://sizzlejs.com/\n *\n * Copyright jQuery Foundation and other contributors\n * Released under the MIT license\n * http://jquery.org/license\n *\n * Date: 2016-08-08\n */\n(function( window ) {\n\nvar i,\n\tsupport,\n\tExpr,\n\tgetText,\n\tisXML,\n\ttokenize,\n\tcompile,\n\tselect,\n\toutermostContext,\n\tsortInput,\n\thasDuplicate,\n\n\t// Local document vars\n\tsetDocument,\n\tdocument,\n\tdocElem,\n\tdocumentIsHTML,\n\trbuggyQSA,\n\trbuggyMatches,\n\tmatches,\n\tcontains,\n\n\t// Instance-specific data\n\texpando = \"sizzle\" + 1 * new Date(),\n\tpreferredDoc = window.document,\n\tdirruns = 0,\n\tdone = 0,\n\tclassCache = createCache(),\n\ttokenCache = createCache(),\n\tcompilerCache = createCache(),\n\tsortOrder = function( a, b ) {\n\t\tif ( a === b ) {\n\t\t\thasDuplicate = true;\n\t\t}\n\t\treturn 0;\n\t},\n\n\t// Instance methods\n\thasOwn = ({}).hasOwnProperty,\n\tarr = [],\n\tpop = arr.pop,\n\tpush_native = arr.push,\n\tpush = arr.push,\n\tslice = arr.slice,\n\t// Use a stripped-down indexOf as it's faster than native\n\t// https://jsperf.com/thor-indexof-vs-for/5\n\tindexOf = function( list, elem ) {\n\t\tvar i = 0,\n\t\t\tlen = list.length;\n\t\tfor ( ; i < len; i++ ) {\n\t\t\tif ( list[i] === elem ) {\n\t\t\t\treturn i;\n\t\t\t}\n\t\t}\n\t\treturn -1;\n\t},\n\n\tbooleans = \"checked|selected|async|autofocus|autoplay|controls|defer|disabled|hidden|ismap|loop|multiple|open|readonly|required|scoped\",\n\n\t// Regular expressions\n\n\t// http://www.w3.org/TR/css3-selectors/#whitespace\n\twhitespace = \"[\\\\x20\\\\t\\\\r\\\\n\\\\f]\",\n\n\t// http://www.w3.org/TR/CSS21/syndata.html#value-def-identifier\n\tidentifier = \"(?:\\\\\\\\.|[\\\\w-]|[^\\0-\\\\xa0])+\",\n\n\t// Attribute selectors: http://www.w3.org/TR/selectors/#attribute-selectors\n\tattributes = \"\\\\[\" + whitespace + \"*(\" + identifier + \")(?:\" + whitespace +\n\t\t// Operator (capture 2)\n\t\t\"*([*^$|!~]?=)\" + whitespace +\n\t\t// \"Attribute values must be CSS identifiers [capture 5] or strings [capture 3 or capture 4]\"\n\t\t\"*(?:'((?:\\\\\\\\.|[^\\\\\\\\'])*)'|\\\"((?:\\\\\\\\.|[^\\\\\\\\\\\"])*)\\\"|(\" + identifier + \"))|)\" + whitespace +\n\t\t\"*\\\\]\",\n\n\tpseudos = \":(\" + identifier + \")(?:\\\\((\" +\n\t\t// To reduce the number of selectors needing tokenize in the preFilter, prefer arguments:\n\t\t// 1. quoted (capture 3; capture 4 or capture 5)\n\t\t\"('((?:\\\\\\\\.|[^\\\\\\\\'])*)'|\\\"((?:\\\\\\\\.|[^\\\\\\\\\\\"])*)\\\")|\" +\n\t\t// 2. simple (capture 6)\n\t\t\"((?:\\\\\\\\.|[^\\\\\\\\()[\\\\]]|\" + attributes + \")*)|\" +\n\t\t// 3. anything else (capture 2)\n\t\t\".*\" +\n\t\t\")\\\\)|)\",\n\n\t// Leading and non-escaped trailing whitespace, capturing some non-whitespace characters preceding the latter\n\trwhitespace = new RegExp( whitespace + \"+\", \"g\" ),\n\trtrim = new RegExp( \"^\" + whitespace + \"+|((?:^|[^\\\\\\\\])(?:\\\\\\\\.)*)\" + whitespace + \"+$\", \"g\" ),\n\n\trcomma = new RegExp( \"^\" + whitespace + \"*,\" + whitespace + \"*\" ),\n\trcombinators = new RegExp( \"^\" + whitespace + \"*([>+~]|\" + whitespace + \")\" + whitespace + \"*\" ),\n\n\trattributeQuotes = new RegExp( \"=\" + whitespace + \"*([^\\\\]'\\\"]*?)\" + whitespace + \"*\\\\]\", \"g\" ),\n\n\trpseudo = new RegExp( pseudos ),\n\tridentifier = new RegExp( \"^\" + identifier + \"$\" ),\n\n\tmatchExpr = {\n\t\t\"ID\": new RegExp( \"^#(\" + identifier + \")\" ),\n\t\t\"CLASS\": new RegExp( \"^\\\\.(\" + identifier + \")\" ),\n\t\t\"TAG\": new RegExp( \"^(\" + identifier + \"|[*])\" ),\n\t\t\"ATTR\": new RegExp( \"^\" + attributes ),\n\t\t\"PSEUDO\": new RegExp( \"^\" + pseudos ),\n\t\t\"CHILD\": new RegExp( \"^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\\\(\" + whitespace +\n\t\t\t\"*(even|odd|(([+-]|)(\\\\d*)n|)\" + whitespace + \"*(?:([+-]|)\" + whitespace +\n\t\t\t\"*(\\\\d+)|))\" + whitespace + \"*\\\\)|)\", \"i\" ),\n\t\t\"bool\": new RegExp( \"^(?:\" + booleans + \")$\", \"i\" ),\n\t\t// For use in libraries implementing .is()\n\t\t// We use this for POS matching in `select`\n\t\t\"needsContext\": new RegExp( \"^\" + whitespace + \"*[>+~]|:(even|odd|eq|gt|lt|nth|first|last)(?:\\\\(\" +\n\t\t\twhitespace + \"*((?:-\\\\d)?\\\\d*)\" + whitespace + \"*\\\\)|)(?=[^-]|$)\", \"i\" )\n\t},\n\n\trinputs = /^(?:input|select|textarea|button)$/i,\n\trheader = /^h\\d$/i,\n\n\trnative = /^[^{]+\\{\\s*\\[native \\w/,\n\n\t// Easily-parseable/retrievable ID or TAG or CLASS selectors\n\trquickExpr = /^(?:#([\\w-]+)|(\\w+)|\\.([\\w-]+))$/,\n\n\trsibling = /[+~]/,\n\n\t// CSS escapes\n\t// http://www.w3.org/TR/CSS21/syndata.html#escaped-characters\n\trunescape = new RegExp( \"\\\\\\\\([\\\\da-f]{1,6}\" + whitespace + \"?|(\" + whitespace + \")|.)\", \"ig\" ),\n\tfunescape = function( _, escaped, escapedWhitespace ) {\n\t\tvar high = \"0x\" + escaped - 0x10000;\n\t\t// NaN means non-codepoint\n\t\t// Support: Firefox<24\n\t\t// Workaround erroneous numeric interpretation of +\"0x\"\n\t\treturn high !== high || escapedWhitespace ?\n\t\t\tescaped :\n\t\t\thigh < 0 ?\n\t\t\t\t// BMP codepoint\n\t\t\t\tString.fromCharCode( high + 0x10000 ) :\n\t\t\t\t// Supplemental Plane codepoint (surrogate pair)\n\t\t\t\tString.fromCharCode( high >> 10 | 0xD800, high & 0x3FF | 0xDC00 );\n\t},\n\n\t// CSS string/identifier serialization\n\t// https://drafts.csswg.org/cssom/#common-serializing-idioms\n\trcssescape = /([\\0-\\x1f\\x7f]|^-?\\d)|^-$|[^\\0-\\x1f\\x7f-\\uFFFF\\w-]/g,\n\tfcssescape = function( ch, asCodePoint ) {\n\t\tif ( asCodePoint ) {\n\n\t\t\t// U+0000 NULL becomes U+FFFD REPLACEMENT CHARACTER\n\t\t\tif ( ch === \"\\0\" ) {\n\t\t\t\treturn \"\\uFFFD\";\n\t\t\t}\n\n\t\t\t// Control characters and (dependent upon position) numbers get escaped as code points\n\t\t\treturn ch.slice( 0, -1 ) + \"\\\\\" + ch.charCodeAt( ch.length - 1 ).toString( 16 ) + \" \";\n\t\t}\n\n\t\t// Other potentially-special ASCII characters get backslash-escaped\n\t\treturn \"\\\\\" + ch;\n\t},\n\n\t// Used for iframes\n\t// See setDocument()\n\t// Removing the function wrapper causes a \"Permission Denied\"\n\t// error in IE\n\tunloadHandler = function() {\n\t\tsetDocument();\n\t},\n\n\tdisabledAncestor = addCombinator(\n\t\tfunction( elem ) {\n\t\t\treturn elem.disabled === true && (\"form\" in elem || \"label\" in elem);\n\t\t},\n\t\t{ dir: \"parentNode\", next: \"legend\" }\n\t);\n\n// Optimize for push.apply( _, NodeList )\ntry {\n\tpush.apply(\n\t\t(arr = slice.call( preferredDoc.childNodes )),\n\t\tpreferredDoc.childNodes\n\t);\n\t// Support: Android<4.0\n\t// Detect silently failing push.apply\n\tarr[ preferredDoc.childNodes.length ].nodeType;\n} catch ( e ) {\n\tpush = { apply: arr.length ?\n\n\t\t// Leverage slice if possible\n\t\tfunction( target, els ) {\n\t\t\tpush_native.apply( target, slice.call(els) );\n\t\t} :\n\n\t\t// Support: IE<9\n\t\t// Otherwise append directly\n\t\tfunction( target, els ) {\n\t\t\tvar j = target.length,\n\t\t\t\ti = 0;\n\t\t\t// Can't trust NodeList.length\n\t\t\twhile ( (target[j++] = els[i++]) ) {}\n\t\t\ttarget.length = j - 1;\n\t\t}\n\t};\n}\n\nfunction Sizzle( selector, context, results, seed ) {\n\tvar m, i, elem, nid, match, groups, newSelector,\n\t\tnewContext = context && context.ownerDocument,\n\n\t\t// nodeType defaults to 9, since context defaults to document\n\t\tnodeType = context ? context.nodeType : 9;\n\n\tresults = results || [];\n\n\t// Return early from calls with invalid selector or context\n\tif ( typeof selector !== \"string\" || !selector ||\n\t\tnodeType !== 1 && nodeType !== 9 && nodeType !== 11 ) {\n\n\t\treturn results;\n\t}\n\n\t// Try to shortcut find operations (as opposed to filters) in HTML documents\n\tif ( !seed ) {\n\n\t\tif ( ( context ? context.ownerDocument || context : preferredDoc ) !== document ) {\n\t\t\tsetDocument( context );\n\t\t}\n\t\tcontext = context || document;\n\n\t\tif ( documentIsHTML ) {\n\n\t\t\t// If the selector is sufficiently simple, try using a \"get*By*\" DOM method\n\t\t\t// (excepting DocumentFragment context, where the methods don't exist)\n\t\t\tif ( nodeType !== 11 && (match = rquickExpr.exec( selector )) ) {\n\n\t\t\t\t// ID selector\n\t\t\t\tif ( (m = match[1]) ) {\n\n\t\t\t\t\t// Document context\n\t\t\t\t\tif ( nodeType === 9 ) {\n\t\t\t\t\t\tif ( (elem = context.getElementById( m )) ) {\n\n\t\t\t\t\t\t\t// Support: IE, Opera, Webkit\n\t\t\t\t\t\t\t// TODO: identify versions\n\t\t\t\t\t\t\t// getElementById can match elements by name instead of ID\n\t\t\t\t\t\t\tif ( elem.id === m ) {\n\t\t\t\t\t\t\t\tresults.push( elem );\n\t\t\t\t\t\t\t\treturn results;\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\treturn results;\n\t\t\t\t\t\t}\n\n\t\t\t\t\t// Element context\n\t\t\t\t\t} else {\n\n\t\t\t\t\t\t// Support: IE, Opera, Webkit\n\t\t\t\t\t\t// TODO: identify versions\n\t\t\t\t\t\t// getElementById can match elements by name instead of ID\n\t\t\t\t\t\tif ( newContext && (elem = newContext.getElementById( m )) &&\n\t\t\t\t\t\t\tcontains( context, elem ) &&\n\t\t\t\t\t\t\telem.id === m ) {\n\n\t\t\t\t\t\t\tresults.push( elem );\n\t\t\t\t\t\t\treturn results;\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\n\t\t\t\t// Type selector\n\t\t\t\t} else if ( match[2] ) {\n\t\t\t\t\tpush.apply( results, context.getElementsByTagName( selector ) );\n\t\t\t\t\treturn results;\n\n\t\t\t\t// Class selector\n\t\t\t\t} else if ( (m = match[3]) && support.getElementsByClassName &&\n\t\t\t\t\tcontext.getElementsByClassName ) {\n\n\t\t\t\t\tpush.apply( results, context.getElementsByClassName( m ) );\n\t\t\t\t\treturn results;\n\t\t\t\t}\n\t\t\t}\n\n\t\t\t// Take advantage of querySelectorAll\n\t\t\tif ( support.qsa &&\n\t\t\t\t!compilerCache[ selector + \" \" ] &&\n\t\t\t\t(!rbuggyQSA || !rbuggyQSA.test( selector )) ) {\n\n\t\t\t\tif ( nodeType !== 1 ) {\n\t\t\t\t\tnewContext = context;\n\t\t\t\t\tnewSelector = selector;\n\n\t\t\t\t// qSA looks outside Element context, which is not what we want\n\t\t\t\t// Thanks to Andrew Dupont for this workaround technique\n\t\t\t\t// Support: IE <=8\n\t\t\t\t// Exclude object elements\n\t\t\t\t} else if ( context.nodeName.toLowerCase() !== \"object\" ) {\n\n\t\t\t\t\t// Capture the context ID, setting it first if necessary\n\t\t\t\t\tif ( (nid = context.getAttribute( \"id\" )) ) {\n\t\t\t\t\t\tnid = nid.replace( rcssescape, fcssescape );\n\t\t\t\t\t} else {\n\t\t\t\t\t\tcontext.setAttribute( \"id\", (nid = expando) );\n\t\t\t\t\t}\n\n\t\t\t\t\t// Prefix every selector in the list\n\t\t\t\t\tgroups = tokenize( selector );\n\t\t\t\t\ti = groups.length;\n\t\t\t\t\twhile ( i-- ) {\n\t\t\t\t\t\tgroups[i] = \"#\" + nid + \" \" + toSelector( groups[i] );\n\t\t\t\t\t}\n\t\t\t\t\tnewSelector = groups.join( \",\" );\n\n\t\t\t\t\t// Expand context for sibling selectors\n\t\t\t\t\tnewContext = rsibling.test( selector ) && testContext( context.parentNode ) ||\n\t\t\t\t\t\tcontext;\n\t\t\t\t}\n\n\t\t\t\tif ( newSelector ) {\n\t\t\t\t\ttry {\n\t\t\t\t\t\tpush.apply( results,\n\t\t\t\t\t\t\tnewContext.querySelectorAll( newSelector )\n\t\t\t\t\t\t);\n\t\t\t\t\t\treturn results;\n\t\t\t\t\t} catch ( qsaError ) {\n\t\t\t\t\t} finally {\n\t\t\t\t\t\tif ( nid === expando ) {\n\t\t\t\t\t\t\tcontext.removeAttribute( \"id\" );\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n\n\t// All others\n\treturn select( selector.replace( rtrim, \"$1\" ), context, results, seed );\n}\n\n/**\n * Create key-value caches of limited size\n * @returns {function(string, object)} Returns the Object data after storing it on itself with\n *\tproperty name the (space-suffixed) string and (if the cache is larger than Expr.cacheLength)\n *\tdeleting the oldest entry\n */\nfunction createCache() {\n\tvar keys = [];\n\n\tfunction cache( key, value ) {\n\t\t// Use (key + \" \") to avoid collision with native prototype properties (see Issue #157)\n\t\tif ( keys.push( key + \" \" ) > Expr.cacheLength ) {\n\t\t\t// Only keep the most recent entries\n\t\t\tdelete cache[ keys.shift() ];\n\t\t}\n\t\treturn (cache[ key + \" \" ] = value);\n\t}\n\treturn cache;\n}\n\n/**\n * Mark a function for special use by Sizzle\n * @param {Function} fn The function to mark\n */\nfunction markFunction( fn ) {\n\tfn[ expando ] = true;\n\treturn fn;\n}\n\n/**\n * Support testing using an element\n * @param {Function} fn Passed the created element and returns a boolean result\n */\nfunction assert( fn ) {\n\tvar el = document.createElement(\"fieldset\");\n\n\ttry {\n\t\treturn !!fn( el );\n\t} catch (e) {\n\t\treturn false;\n\t} finally {\n\t\t// Remove from its parent by default\n\t\tif ( el.parentNode ) {\n\t\t\tel.parentNode.removeChild( el );\n\t\t}\n\t\t// release memory in IE\n\t\tel = null;\n\t}\n}\n\n/**\n * Adds the same handler for all of the specified attrs\n * @param {String} attrs Pipe-separated list of attributes\n * @param {Function} handler The method that will be applied\n */\nfunction addHandle( attrs, handler ) {\n\tvar arr = attrs.split(\"|\"),\n\t\ti = arr.length;\n\n\twhile ( i-- ) {\n\t\tExpr.attrHandle[ arr[i] ] = handler;\n\t}\n}\n\n/**\n * Checks document order of two siblings\n * @param {Element} a\n * @param {Element} b\n * @returns {Number} Returns less than 0 if a precedes b, greater than 0 if a follows b\n */\nfunction siblingCheck( a, b ) {\n\tvar cur = b && a,\n\t\tdiff = cur && a.nodeType === 1 && b.nodeType === 1 &&\n\t\t\ta.sourceIndex - b.sourceIndex;\n\n\t// Use IE sourceIndex if available on both nodes\n\tif ( diff ) {\n\t\treturn diff;\n\t}\n\n\t// Check if b follows a\n\tif ( cur ) {\n\t\twhile ( (cur = cur.nextSibling) ) {\n\t\t\tif ( cur === b ) {\n\t\t\t\treturn -1;\n\t\t\t}\n\t\t}\n\t}\n\n\treturn a ? 1 : -1;\n}\n\n/**\n * Returns a function to use in pseudos for input types\n * @param {String} type\n */\nfunction createInputPseudo( type ) {\n\treturn function( elem ) {\n\t\tvar name = elem.nodeName.toLowerCase();\n\t\treturn name === \"input\" && elem.type === type;\n\t};\n}\n\n/**\n * Returns a function to use in pseudos for buttons\n * @param {String} type\n */\nfunction createButtonPseudo( type ) {\n\treturn function( elem ) {\n\t\tvar name = elem.nodeName.toLowerCase();\n\t\treturn (name === \"input\" || name === \"button\") && elem.type === type;\n\t};\n}\n\n/**\n * Returns a function to use in pseudos for :enabled/:disabled\n * @param {Boolean} disabled true for :disabled; false for :enabled\n */\nfunction createDisabledPseudo( disabled ) {\n\n\t// Known :disabled false positives: fieldset[disabled] > legend:nth-of-type(n+2) :can-disable\n\treturn function( elem ) {\n\n\t\t// Only certain elements can match :enabled or :disabled\n\t\t// https://html.spec.whatwg.org/multipage/scripting.html#selector-enabled\n\t\t// https://html.spec.whatwg.org/multipage/scripting.html#selector-disabled\n\t\tif ( \"form\" in elem ) {\n\n\t\t\t// Check for inherited disabledness on relevant non-disabled elements:\n\t\t\t// * listed form-associated elements in a disabled fieldset\n\t\t\t// https://html.spec.whatwg.org/multipage/forms.html#category-listed\n\t\t\t// https://html.spec.whatwg.org/multipage/forms.html#concept-fe-disabled\n\t\t\t// * option elements in a disabled optgroup\n\t\t\t// https://html.spec.whatwg.org/multipage/forms.html#concept-option-disabled\n\t\t\t// All such elements have a \"form\" property.\n\t\t\tif ( elem.parentNode && elem.disabled === false ) {\n\n\t\t\t\t// Option elements defer to a parent optgroup if present\n\t\t\t\tif ( \"label\" in elem ) {\n\t\t\t\t\tif ( \"label\" in elem.parentNode ) {\n\t\t\t\t\t\treturn elem.parentNode.disabled === disabled;\n\t\t\t\t\t} else {\n\t\t\t\t\t\treturn elem.disabled === disabled;\n\t\t\t\t\t}\n\t\t\t\t}\n\n\t\t\t\t// Support: IE 6 - 11\n\t\t\t\t// Use the isDisabled shortcut property to check for disabled fieldset ancestors\n\t\t\t\treturn elem.isDisabled === disabled ||\n\n\t\t\t\t\t// Where there is no isDisabled, check manually\n\t\t\t\t\t/* jshint -W018 */\n\t\t\t\t\telem.isDisabled !== !disabled &&\n\t\t\t\t\t\tdisabledAncestor( elem ) === disabled;\n\t\t\t}\n\n\t\t\treturn elem.disabled === disabled;\n\n\t\t// Try to winnow out elements that can't be disabled before trusting the disabled property.\n\t\t// Some victims get caught in our net (label, legend, menu, track), but it shouldn't\n\t\t// even exist on them, let alone have a boolean value.\n\t\t} else if ( \"label\" in elem ) {\n\t\t\treturn elem.disabled === disabled;\n\t\t}\n\n\t\t// Remaining elements are neither :enabled nor :disabled\n\t\treturn false;\n\t};\n}\n\n/**\n * Returns a function to use in pseudos for positionals\n * @param {Function} fn\n */\nfunction createPositionalPseudo( fn ) {\n\treturn markFunction(function( argument ) {\n\t\targument = +argument;\n\t\treturn markFunction(function( seed, matches ) {\n\t\t\tvar j,\n\t\t\t\tmatchIndexes = fn( [], seed.length, argument ),\n\t\t\t\ti = matchIndexes.length;\n\n\t\t\t// Match elements found at the specified indexes\n\t\t\twhile ( i-- ) {\n\t\t\t\tif ( seed[ (j = matchIndexes[i]) ] ) {\n\t\t\t\t\tseed[j] = !(matches[j] = seed[j]);\n\t\t\t\t}\n\t\t\t}\n\t\t});\n\t});\n}\n\n/**\n * Checks a node for validity as a Sizzle context\n * @param {Element|Object=} context\n * @returns {Element|Object|Boolean} The input node if acceptable, otherwise a falsy value\n */\nfunction testContext( context ) {\n\treturn context && typeof context.getElementsByTagName !== \"undefined\" && context;\n}\n\n// Expose support vars for convenience\nsupport = Sizzle.support = {};\n\n/**\n * Detects XML nodes\n * @param {Element|Object} elem An element or a document\n * @returns {Boolean} True iff elem is a non-HTML XML node\n */\nisXML = Sizzle.isXML = function( elem ) {\n\t// documentElement is verified for cases where it doesn't yet exist\n\t// (such as loading iframes in IE - #4833)\n\tvar documentElement = elem && (elem.ownerDocument || elem).documentElement;\n\treturn documentElement ? documentElement.nodeName !== \"HTML\" : false;\n};\n\n/**\n * Sets document-related variables once based on the current document\n * @param {Element|Object} [doc] An element or document object to use to set the document\n * @returns {Object} Returns the current document\n */\nsetDocument = Sizzle.setDocument = function( node ) {\n\tvar hasCompare, subWindow,\n\t\tdoc = node ? node.ownerDocument || node : preferredDoc;\n\n\t// Return early if doc is invalid or already selected\n\tif ( doc === document || doc.nodeType !== 9 || !doc.documentElement ) {\n\t\treturn document;\n\t}\n\n\t// Update global variables\n\tdocument = doc;\n\tdocElem = document.documentElement;\n\tdocumentIsHTML = !isXML( document );\n\n\t// Support: IE 9-11, Edge\n\t// Accessing iframe documents after unload throws \"permission denied\" errors (jQuery #13936)\n\tif ( preferredDoc !== document &&\n\t\t(subWindow = document.defaultView) && subWindow.top !== subWindow ) {\n\n\t\t// Support: IE 11, Edge\n\t\tif ( subWindow.addEventListener ) {\n\t\t\tsubWindow.addEventListener( \"unload\", unloadHandler, false );\n\n\t\t// Support: IE 9 - 10 only\n\t\t} else if ( subWindow.attachEvent ) {\n\t\t\tsubWindow.attachEvent( \"onunload\", unloadHandler );\n\t\t}\n\t}\n\n\t/* Attributes\n\t---------------------------------------------------------------------- */\n\n\t// Support: IE<8\n\t// Verify that getAttribute really returns attributes and not properties\n\t// (excepting IE8 booleans)\n\tsupport.attributes = assert(function( el ) {\n\t\tel.className = \"i\";\n\t\treturn !el.getAttribute(\"className\");\n\t});\n\n\t/* getElement(s)By*\n\t---------------------------------------------------------------------- */\n\n\t// Check if getElementsByTagName(\"*\") returns only elements\n\tsupport.getElementsByTagName = assert(function( el ) {\n\t\tel.appendChild( document.createComment(\"\") );\n\t\treturn !el.getElementsByTagName(\"*\").length;\n\t});\n\n\t// Support: IE<9\n\tsupport.getElementsByClassName = rnative.test( document.getElementsByClassName );\n\n\t// Support: IE<10\n\t// Check if getElementById returns elements by name\n\t// The broken getElementById methods don't pick up programmatically-set names,\n\t// so use a roundabout getElementsByName test\n\tsupport.getById = assert(function( el ) {\n\t\tdocElem.appendChild( el ).id = expando;\n\t\treturn !document.getElementsByName || !document.getElementsByName( expando ).length;\n\t});\n\n\t// ID filter and find\n\tif ( support.getById ) {\n\t\tExpr.filter[\"ID\"] = function( id ) {\n\t\t\tvar attrId = id.replace( runescape, funescape );\n\t\t\treturn function( elem ) {\n\t\t\t\treturn elem.getAttribute(\"id\") === attrId;\n\t\t\t};\n\t\t};\n\t\tExpr.find[\"ID\"] = function( id, context ) {\n\t\t\tif ( typeof context.getElementById !== \"undefined\" && documentIsHTML ) {\n\t\t\t\tvar elem = context.getElementById( id );\n\t\t\t\treturn elem ? [ elem ] : [];\n\t\t\t}\n\t\t};\n\t} else {\n\t\tExpr.filter[\"ID\"] = function( id ) {\n\t\t\tvar attrId = id.replace( runescape, funescape );\n\t\t\treturn function( elem ) {\n\t\t\t\tvar node = typeof elem.getAttributeNode !== \"undefined\" &&\n\t\t\t\t\telem.getAttributeNode(\"id\");\n\t\t\t\treturn node && node.value === attrId;\n\t\t\t};\n\t\t};\n\n\t\t// Support: IE 6 - 7 only\n\t\t// getElementById is not reliable as a find shortcut\n\t\tExpr.find[\"ID\"] = function( id, context ) {\n\t\t\tif ( typeof context.getElementById !== \"undefined\" && documentIsHTML ) {\n\t\t\t\tvar node, i, elems,\n\t\t\t\t\telem = context.getElementById( id );\n\n\t\t\t\tif ( elem ) {\n\n\t\t\t\t\t// Verify the id attribute\n\t\t\t\t\tnode = elem.getAttributeNode(\"id\");\n\t\t\t\t\tif ( node && node.value === id ) {\n\t\t\t\t\t\treturn [ elem ];\n\t\t\t\t\t}\n\n\t\t\t\t\t// Fall back on getElementsByName\n\t\t\t\t\telems = context.getElementsByName( id );\n\t\t\t\t\ti = 0;\n\t\t\t\t\twhile ( (elem = elems[i++]) ) {\n\t\t\t\t\t\tnode = elem.getAttributeNode(\"id\");\n\t\t\t\t\t\tif ( node && node.value === id ) {\n\t\t\t\t\t\t\treturn [ elem ];\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\n\t\t\t\treturn [];\n\t\t\t}\n\t\t};\n\t}\n\n\t// Tag\n\tExpr.find[\"TAG\"] = support.getElementsByTagName ?\n\t\tfunction( tag, context ) {\n\t\t\tif ( typeof context.getElementsByTagName !== \"undefined\" ) {\n\t\t\t\treturn context.getElementsByTagName( tag );\n\n\t\t\t// DocumentFragment nodes don't have gEBTN\n\t\t\t} else if ( support.qsa ) {\n\t\t\t\treturn context.querySelectorAll( tag );\n\t\t\t}\n\t\t} :\n\n\t\tfunction( tag, context ) {\n\t\t\tvar elem,\n\t\t\t\ttmp = [],\n\t\t\t\ti = 0,\n\t\t\t\t// By happy coincidence, a (broken) gEBTN appears on DocumentFragment nodes too\n\t\t\t\tresults = context.getElementsByTagName( tag );\n\n\t\t\t// Filter out possible comments\n\t\t\tif ( tag === \"*\" ) {\n\t\t\t\twhile ( (elem = results[i++]) ) {\n\t\t\t\t\tif ( elem.nodeType === 1 ) {\n\t\t\t\t\t\ttmp.push( elem );\n\t\t\t\t\t}\n\t\t\t\t}\n\n\t\t\t\treturn tmp;\n\t\t\t}\n\t\t\treturn results;\n\t\t};\n\n\t// Class\n\tExpr.find[\"CLASS\"] = support.getElementsByClassName && function( className, context ) {\n\t\tif ( typeof context.getElementsByClassName !== \"undefined\" && documentIsHTML ) {\n\t\t\treturn context.getElementsByClassName( className );\n\t\t}\n\t};\n\n\t/* QSA/matchesSelector\n\t---------------------------------------------------------------------- */\n\n\t// QSA and matchesSelector support\n\n\t// matchesSelector(:active) reports false when true (IE9/Opera 11.5)\n\trbuggyMatches = [];\n\n\t// qSa(:focus) reports false when true (Chrome 21)\n\t// We allow this because of a bug in IE8/9 that throws an error\n\t// whenever `document.activeElement` is accessed on an iframe\n\t// So, we allow :focus to pass through QSA all the time to avoid the IE error\n\t// See https://bugs.jquery.com/ticket/13378\n\trbuggyQSA = [];\n\n\tif ( (support.qsa = rnative.test( document.querySelectorAll )) ) {\n\t\t// Build QSA regex\n\t\t// Regex strategy adopted from Diego Perini\n\t\tassert(function( el ) {\n\t\t\t// Select is set to empty string on purpose\n\t\t\t// This is to test IE's treatment of not explicitly\n\t\t\t// setting a boolean content attribute,\n\t\t\t// since its presence should be enough\n\t\t\t// https://bugs.jquery.com/ticket/12359\n\t\t\tdocElem.appendChild( el ).innerHTML = \"<a id='\" + expando + \"'></a>\" +\n\t\t\t\t\"<select id='\" + expando + \"-\\r\\\\' msallowcapture=''>\" +\n\t\t\t\t\"<option selected=''></option></select>\";\n\n\t\t\t// Support: IE8, Opera 11-12.16\n\t\t\t// Nothing should be selected when empty strings follow ^= or $= or *=\n\t\t\t// The test attribute must be unknown in Opera but \"safe\" for WinRT\n\t\t\t// https://msdn.microsoft.com/en-us/library/ie/hh465388.aspx#attribute_section\n\t\t\tif ( el.querySelectorAll(\"[msallowcapture^='']\").length ) {\n\t\t\t\trbuggyQSA.push( \"[*^$]=\" + whitespace + \"*(?:''|\\\"\\\")\" );\n\t\t\t}\n\n\t\t\t// Support: IE8\n\t\t\t// Boolean attributes and \"value\" are not treated correctly\n\t\t\tif ( !el.querySelectorAll(\"[selected]\").length ) {\n\t\t\t\trbuggyQSA.push( \"\\\\[\" + whitespace + \"*(?:value|\" + booleans + \")\" );\n\t\t\t}\n\n\t\t\t// Support: Chrome<29, Android<4.4, Safari<7.0+, iOS<7.0+, PhantomJS<1.9.8+\n\t\t\tif ( !el.querySelectorAll( \"[id~=\" + expando + \"-]\" ).length ) {\n\t\t\t\trbuggyQSA.push(\"~=\");\n\t\t\t}\n\n\t\t\t// Webkit/Opera - :checked should return selected option elements\n\t\t\t// http://www.w3.org/TR/2011/REC-css3-selectors-20110929/#checked\n\t\t\t// IE8 throws error here and will not see later tests\n\t\t\tif ( !el.querySelectorAll(\":checked\").length ) {\n\t\t\t\trbuggyQSA.push(\":checked\");\n\t\t\t}\n\n\t\t\t// Support: Safari 8+, iOS 8+\n\t\t\t// https://bugs.webkit.org/show_bug.cgi?id=136851\n\t\t\t// In-page `selector#id sibling-combinator selector` fails\n\t\t\tif ( !el.querySelectorAll( \"a#\" + expando + \"+*\" ).length ) {\n\t\t\t\trbuggyQSA.push(\".#.+[+~]\");\n\t\t\t}\n\t\t});\n\n\t\tassert(function( el ) {\n\t\t\tel.innerHTML = \"<a href='' disabled='disabled'></a>\" +\n\t\t\t\t\"<select disabled='disabled'><option/></select>\";\n\n\t\t\t// Support: Windows 8 Native Apps\n\t\t\t// The type and name attributes are restricted during .innerHTML assignment\n\t\t\tvar input = document.createElement(\"input\");\n\t\t\tinput.setAttribute( \"type\", \"hidden\" );\n\t\t\tel.appendChild( input ).setAttribute( \"name\", \"D\" );\n\n\t\t\t// Support: IE8\n\t\t\t// Enforce case-sensitivity of name attribute\n\t\t\tif ( el.querySelectorAll(\"[name=d]\").length ) {\n\t\t\t\trbuggyQSA.push( \"name\" + whitespace + \"*[*^$|!~]?=\" );\n\t\t\t}\n\n\t\t\t// FF 3.5 - :enabled/:disabled and hidden elements (hidden elements are still enabled)\n\t\t\t// IE8 throws error here and will not see later tests\n\t\t\tif ( el.querySelectorAll(\":enabled\").length !== 2 ) {\n\t\t\t\trbuggyQSA.push( \":enabled\", \":disabled\" );\n\t\t\t}\n\n\t\t\t// Support: IE9-11+\n\t\t\t// IE's :disabled selector does not pick up the children of disabled fieldsets\n\t\t\tdocElem.appendChild( el ).disabled = true;\n\t\t\tif ( el.querySelectorAll(\":disabled\").length !== 2 ) {\n\t\t\t\trbuggyQSA.push( \":enabled\", \":disabled\" );\n\t\t\t}\n\n\t\t\t// Opera 10-11 does not throw on post-comma invalid pseudos\n\t\t\tel.querySelectorAll(\"*,:x\");\n\t\t\trbuggyQSA.push(\",.*:\");\n\t\t});\n\t}\n\n\tif ( (support.matchesSelector = rnative.test( (matches = docElem.matches ||\n\t\tdocElem.webkitMatchesSelector ||\n\t\tdocElem.mozMatchesSelector ||\n\t\tdocElem.oMatchesSelector ||\n\t\tdocElem.msMatchesSelector) )) ) {\n\n\t\tassert(function( el ) {\n\t\t\t// Check to see if it's possible to do matchesSelector\n\t\t\t// on a disconnected node (IE 9)\n\t\t\tsupport.disconnectedMatch = matches.call( el, \"*\" );\n\n\t\t\t// This should fail with an exception\n\t\t\t// Gecko does not error, returns false instead\n\t\t\tmatches.call( el, \"[s!='']:x\" );\n\t\t\trbuggyMatches.push( \"!=\", pseudos );\n\t\t});\n\t}\n\n\trbuggyQSA = rbuggyQSA.length && new RegExp( rbuggyQSA.join(\"|\") );\n\trbuggyMatches = rbuggyMatches.length && new RegExp( rbuggyMatches.join(\"|\") );\n\n\t/* Contains\n\t---------------------------------------------------------------------- */\n\thasCompare = rnative.test( docElem.compareDocumentPosition );\n\n\t// Element contains another\n\t// Purposefully self-exclusive\n\t// As in, an element does not contain itself\n\tcontains = hasCompare || rnative.test( docElem.contains ) ?\n\t\tfunction( a, b ) {\n\t\t\tvar adown = a.nodeType === 9 ? a.documentElement : a,\n\t\t\t\tbup = b && b.parentNode;\n\t\t\treturn a === bup || !!( bup && bup.nodeType === 1 && (\n\t\t\t\tadown.contains ?\n\t\t\t\t\tadown.contains( bup ) :\n\t\t\t\t\ta.compareDocumentPosition && a.compareDocumentPosition( bup ) & 16\n\t\t\t));\n\t\t} :\n\t\tfunction( a, b ) {\n\t\t\tif ( b ) {\n\t\t\t\twhile ( (b = b.parentNode) ) {\n\t\t\t\t\tif ( b === a ) {\n\t\t\t\t\t\treturn true;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t\treturn false;\n\t\t};\n\n\t/* Sorting\n\t---------------------------------------------------------------------- */\n\n\t// Document order sorting\n\tsortOrder = hasCompare ?\n\tfunction( a, b ) {\n\n\t\t// Flag for duplicate removal\n\t\tif ( a === b ) {\n\t\t\thasDuplicate = true;\n\t\t\treturn 0;\n\t\t}\n\n\t\t// Sort on method existence if only one input has compareDocumentPosition\n\t\tvar compare = !a.compareDocumentPosition - !b.compareDocumentPosition;\n\t\tif ( compare ) {\n\t\t\treturn compare;\n\t\t}\n\n\t\t// Calculate position if both inputs belong to the same document\n\t\tcompare = ( a.ownerDocument || a ) === ( b.ownerDocument || b ) ?\n\t\t\ta.compareDocumentPosition( b ) :\n\n\t\t\t// Otherwise we know they are disconnected\n\t\t\t1;\n\n\t\t// Disconnected nodes\n\t\tif ( compare & 1 ||\n\t\t\t(!support.sortDetached && b.compareDocumentPosition( a ) === compare) ) {\n\n\t\t\t// Choose the first element that is related to our preferred document\n\t\t\tif ( a === document || a.ownerDocument === preferredDoc && contains(preferredDoc, a) ) {\n\t\t\t\treturn -1;\n\t\t\t}\n\t\t\tif ( b === document || b.ownerDocument === preferredDoc && contains(preferredDoc, b) ) {\n\t\t\t\treturn 1;\n\t\t\t}\n\n\t\t\t// Maintain original order\n\t\t\treturn sortInput ?\n\t\t\t\t( indexOf( sortInput, a ) - indexOf( sortInput, b ) ) :\n\t\t\t\t0;\n\t\t}\n\n\t\treturn compare & 4 ? -1 : 1;\n\t} :\n\tfunction( a, b ) {\n\t\t// Exit early if the nodes are identical\n\t\tif ( a === b ) {\n\t\t\thasDuplicate = true;\n\t\t\treturn 0;\n\t\t}\n\n\t\tvar cur,\n\t\t\ti = 0,\n\t\t\taup = a.parentNode,\n\t\t\tbup = b.parentNode,\n\t\t\tap = [ a ],\n\t\t\tbp = [ b ];\n\n\t\t// Parentless nodes are either documents or disconnected\n\t\tif ( !aup || !bup ) {\n\t\t\treturn a === document ? -1 :\n\t\t\t\tb === document ? 1 :\n\t\t\t\taup ? -1 :\n\t\t\t\tbup ? 1 :\n\t\t\t\tsortInput ?\n\t\t\t\t( indexOf( sortInput, a ) - indexOf( sortInput, b ) ) :\n\t\t\t\t0;\n\n\t\t// If the nodes are siblings, we can do a quick check\n\t\t} else if ( aup === bup ) {\n\t\t\treturn siblingCheck( a, b );\n\t\t}\n\n\t\t// Otherwise we need full lists of their ancestors for comparison\n\t\tcur = a;\n\t\twhile ( (cur = cur.parentNode) ) {\n\t\t\tap.unshift( cur );\n\t\t}\n\t\tcur = b;\n\t\twhile ( (cur = cur.parentNode) ) {\n\t\t\tbp.unshift( cur );\n\t\t}\n\n\t\t// Walk down the tree looking for a discrepancy\n\t\twhile ( ap[i] === bp[i] ) {\n\t\t\ti++;\n\t\t}\n\n\t\treturn i ?\n\t\t\t// Do a sibling check if the nodes have a common ancestor\n\t\t\tsiblingCheck( ap[i], bp[i] ) :\n\n\t\t\t// Otherwise nodes in our document sort first\n\t\t\tap[i] === preferredDoc ? -1 :\n\t\t\tbp[i] === preferredDoc ? 1 :\n\t\t\t0;\n\t};\n\n\treturn document;\n};\n\nSizzle.matches = function( expr, elements ) {\n\treturn Sizzle( expr, null, null, elements );\n};\n\nSizzle.matchesSelector = function( elem, expr ) {\n\t// Set document vars if needed\n\tif ( ( elem.ownerDocument || elem ) !== document ) {\n\t\tsetDocument( elem );\n\t}\n\n\t// Make sure that attribute selectors are quoted\n\texpr = expr.replace( rattributeQuotes, \"='$1']\" );\n\n\tif ( support.matchesSelector && documentIsHTML &&\n\t\t!compilerCache[ expr + \" \" ] &&\n\t\t( !rbuggyMatches || !rbuggyMatches.test( expr ) ) &&\n\t\t( !rbuggyQSA || !rbuggyQSA.test( expr ) ) ) {\n\n\t\ttry {\n\t\t\tvar ret = matches.call( elem, expr );\n\n\t\t\t// IE 9's matchesSelector returns false on disconnected nodes\n\t\t\tif ( ret || support.disconnectedMatch ||\n\t\t\t\t\t// As well, disconnected nodes are said to be in a document\n\t\t\t\t\t// fragment in IE 9\n\t\t\t\t\telem.document && elem.document.nodeType !== 11 ) {\n\t\t\t\treturn ret;\n\t\t\t}\n\t\t} catch (e) {}\n\t}\n\n\treturn Sizzle( expr, document, null, [ elem ] ).length > 0;\n};\n\nSizzle.contains = function( context, elem ) {\n\t// Set document vars if needed\n\tif ( ( context.ownerDocument || context ) !== document ) {\n\t\tsetDocument( context );\n\t}\n\treturn contains( context, elem );\n};\n\nSizzle.attr = function( elem, name ) {\n\t// Set document vars if needed\n\tif ( ( elem.ownerDocument || elem ) !== document ) {\n\t\tsetDocument( elem );\n\t}\n\n\tvar fn = Expr.attrHandle[ name.toLowerCase() ],\n\t\t// Don't get fooled by Object.prototype properties (jQuery #13807)\n\t\tval = fn && hasOwn.call( Expr.attrHandle, name.toLowerCase() ) ?\n\t\t\tfn( elem, name, !documentIsHTML ) :\n\t\t\tundefined;\n\n\treturn val !== undefined ?\n\t\tval :\n\t\tsupport.attributes || !documentIsHTML ?\n\t\t\telem.getAttribute( name ) :\n\t\t\t(val = elem.getAttributeNode(name)) && val.specified ?\n\t\t\t\tval.value :\n\t\t\t\tnull;\n};\n\nSizzle.escape = function( sel ) {\n\treturn (sel + \"\").replace( rcssescape, fcssescape );\n};\n\nSizzle.error = function( msg ) {\n\tthrow new Error( \"Syntax error, unrecognized expression: \" + msg );\n};\n\n/**\n * Document sorting and removing duplicates\n * @param {ArrayLike} results\n */\nSizzle.uniqueSort = function( results ) {\n\tvar elem,\n\t\tduplicates = [],\n\t\tj = 0,\n\t\ti = 0;\n\n\t// Unless we *know* we can detect duplicates, assume their presence\n\thasDuplicate = !support.detectDuplicates;\n\tsortInput = !support.sortStable && results.slice( 0 );\n\tresults.sort( sortOrder );\n\n\tif ( hasDuplicate ) {\n\t\twhile ( (elem = results[i++]) ) {\n\t\t\tif ( elem === results[ i ] ) {\n\t\t\t\tj = duplicates.push( i );\n\t\t\t}\n\t\t}\n\t\twhile ( j-- ) {\n\t\t\tresults.splice( duplicates[ j ], 1 );\n\t\t}\n\t}\n\n\t// Clear input after sorting to release objects\n\t// See https://github.com/jquery/sizzle/pull/225\n\tsortInput = null;\n\n\treturn results;\n};\n\n/**\n * Utility function for retrieving the text value of an array of DOM nodes\n * @param {Array|Element} elem\n */\ngetText = Sizzle.getText = function( elem ) {\n\tvar node,\n\t\tret = \"\",\n\t\ti = 0,\n\t\tnodeType = elem.nodeType;\n\n\tif ( !nodeType ) {\n\t\t// If no nodeType, this is expected to be an array\n\t\twhile ( (node = elem[i++]) ) {\n\t\t\t// Do not traverse comment nodes\n\t\t\tret += getText( node );\n\t\t}\n\t} else if ( nodeType === 1 || nodeType === 9 || nodeType === 11 ) {\n\t\t// Use textContent for elements\n\t\t// innerText usage removed for consistency of new lines (jQuery #11153)\n\t\tif ( typeof elem.textContent === \"string\" ) {\n\t\t\treturn elem.textContent;\n\t\t} else {\n\t\t\t// Traverse its children\n\t\t\tfor ( elem = elem.firstChild; elem; elem = elem.nextSibling ) {\n\t\t\t\tret += getText( elem );\n\t\t\t}\n\t\t}\n\t} else if ( nodeType === 3 || nodeType === 4 ) {\n\t\treturn elem.nodeValue;\n\t}\n\t// Do not include comment or processing instruction nodes\n\n\treturn ret;\n};\n\nExpr = Sizzle.selectors = {\n\n\t// Can be adjusted by the user\n\tcacheLength: 50,\n\n\tcreatePseudo: markFunction,\n\n\tmatch: matchExpr,\n\n\tattrHandle: {},\n\n\tfind: {},\n\n\trelative: {\n\t\t\">\": { dir: \"parentNode\", first: true },\n\t\t\" \": { dir: \"parentNode\" },\n\t\t\"+\": { dir: \"previousSibling\", first: true },\n\t\t\"~\": { dir: \"previousSibling\" }\n\t},\n\n\tpreFilter: {\n\t\t\"ATTR\": function( match ) {\n\t\t\tmatch[1] = match[1].replace( runescape, funescape );\n\n\t\t\t// Move the given value to match[3] whether quoted or unquoted\n\t\t\tmatch[3] = ( match[3] || match[4] || match[5] || \"\" ).replace( runescape, funescape );\n\n\t\t\tif ( match[2] === \"~=\" ) {\n\t\t\t\tmatch[3] = \" \" + match[3] + \" \";\n\t\t\t}\n\n\t\t\treturn match.slice( 0, 4 );\n\t\t},\n\n\t\t\"CHILD\": function( match ) {\n\t\t\t/* matches from matchExpr[\"CHILD\"]\n\t\t\t\t1 type (only|nth|...)\n\t\t\t\t2 what (child|of-type)\n\t\t\t\t3 argument (even|odd|\\d*|\\d*n([+-]\\d+)?|...)\n\t\t\t\t4 xn-component of xn+y argument ([+-]?\\d*n|)\n\t\t\t\t5 sign of xn-component\n\t\t\t\t6 x of xn-component\n\t\t\t\t7 sign of y-component\n\t\t\t\t8 y of y-component\n\t\t\t*/\n\t\t\tmatch[1] = match[1].toLowerCase();\n\n\t\t\tif ( match[1].slice( 0, 3 ) === \"nth\" ) {\n\t\t\t\t// nth-* requires argument\n\t\t\t\tif ( !match[3] ) {\n\t\t\t\t\tSizzle.error( match[0] );\n\t\t\t\t}\n\n\t\t\t\t// numeric x and y parameters for Expr.filter.CHILD\n\t\t\t\t// remember that false/true cast respectively to 0/1\n\t\t\t\tmatch[4] = +( match[4] ? match[5] + (match[6] || 1) : 2 * ( match[3] === \"even\" || match[3] === \"odd\" ) );\n\t\t\t\tmatch[5] = +( ( match[7] + match[8] ) || match[3] === \"odd\" );\n\n\t\t\t// other types prohibit arguments\n\t\t\t} else if ( match[3] ) {\n\t\t\t\tSizzle.error( match[0] );\n\t\t\t}\n\n\t\t\treturn match;\n\t\t},\n\n\t\t\"PSEUDO\": function( match ) {\n\t\t\tvar excess,\n\t\t\t\tunquoted = !match[6] && match[2];\n\n\t\t\tif ( matchExpr[\"CHILD\"].test( match[0] ) ) {\n\t\t\t\treturn null;\n\t\t\t}\n\n\t\t\t// Accept quoted arguments as-is\n\t\t\tif ( match[3] ) {\n\t\t\t\tmatch[2] = match[4] || match[5] || \"\";\n\n\t\t\t// Strip excess characters from unquoted arguments\n\t\t\t} else if ( unquoted && rpseudo.test( unquoted ) &&\n\t\t\t\t// Get excess from tokenize (recursively)\n\t\t\t\t(excess = tokenize( unquoted, true )) &&\n\t\t\t\t// advance to the next closing parenthesis\n\t\t\t\t(excess = unquoted.indexOf( \")\", unquoted.length - excess ) - unquoted.length) ) {\n\n\t\t\t\t// excess is a negative index\n\t\t\t\tmatch[0] = match[0].slice( 0, excess );\n\t\t\t\tmatch[2] = unquoted.slice( 0, excess );\n\t\t\t}\n\n\t\t\t// Return only captures needed by the pseudo filter method (type and argument)\n\t\t\treturn match.slice( 0, 3 );\n\t\t}\n\t},\n\n\tfilter: {\n\n\t\t\"TAG\": function( nodeNameSelector ) {\n\t\t\tvar nodeName = nodeNameSelector.replace( runescape, funescape ).toLowerCase();\n\t\t\treturn nodeNameSelector === \"*\" ?\n\t\t\t\tfunction() { return true; } :\n\t\t\t\tfunction( elem ) {\n\t\t\t\t\treturn elem.nodeName && elem.nodeName.toLowerCase() === nodeName;\n\t\t\t\t};\n\t\t},\n\n\t\t\"CLASS\": function( className ) {\n\t\t\tvar pattern = classCache[ className + \" \" ];\n\n\t\t\treturn pattern ||\n\t\t\t\t(pattern = new RegExp( \"(^|\" + whitespace + \")\" + className + \"(\" + whitespace + \"|$)\" )) &&\n\t\t\t\tclassCache( className, function( elem ) {\n\t\t\t\t\treturn pattern.test( typeof elem.className === \"string\" && elem.className || typeof elem.getAttribute !== \"undefined\" && elem.getAttribute(\"class\") || \"\" );\n\t\t\t\t});\n\t\t},\n\n\t\t\"ATTR\": function( name, operator, check ) {\n\t\t\treturn function( elem ) {\n\t\t\t\tvar result = Sizzle.attr( elem, name );\n\n\t\t\t\tif ( result == null ) {\n\t\t\t\t\treturn operator === \"!=\";\n\t\t\t\t}\n\t\t\t\tif ( !operator ) {\n\t\t\t\t\treturn true;\n\t\t\t\t}\n\n\t\t\t\tresult += \"\";\n\n\t\t\t\treturn operator === \"=\" ? result === check :\n\t\t\t\t\toperator === \"!=\" ? result !== check :\n\t\t\t\t\toperator === \"^=\" ? check && result.indexOf( check ) === 0 :\n\t\t\t\t\toperator === \"*=\" ? check && result.indexOf( check ) > -1 :\n\t\t\t\t\toperator === \"$=\" ? check && result.slice( -check.length ) === check :\n\t\t\t\t\toperator === \"~=\" ? ( \" \" + result.replace( rwhitespace, \" \" ) + \" \" ).indexOf( check ) > -1 :\n\t\t\t\t\toperator === \"|=\" ? result === check || result.slice( 0, check.length + 1 ) === check + \"-\" :\n\t\t\t\t\tfalse;\n\t\t\t};\n\t\t},\n\n\t\t\"CHILD\": function( type, what, argument, first, last ) {\n\t\t\tvar simple = type.slice( 0, 3 ) !== \"nth\",\n\t\t\t\tforward = type.slice( -4 ) !== \"last\",\n\t\t\t\tofType = what === \"of-type\";\n\n\t\t\treturn first === 1 && last === 0 ?\n\n\t\t\t\t// Shortcut for :nth-*(n)\n\t\t\t\tfunction( elem ) {\n\t\t\t\t\treturn !!elem.parentNode;\n\t\t\t\t} :\n\n\t\t\t\tfunction( elem, context, xml ) {\n\t\t\t\t\tvar cache, uniqueCache, outerCache, node, nodeIndex, start,\n\t\t\t\t\t\tdir = simple !== forward ? \"nextSibling\" : \"previousSibling\",\n\t\t\t\t\t\tparent = elem.parentNode,\n\t\t\t\t\t\tname = ofType && elem.nodeName.toLowerCase(),\n\t\t\t\t\t\tuseCache = !xml && !ofType,\n\t\t\t\t\t\tdiff = false;\n\n\t\t\t\t\tif ( parent ) {\n\n\t\t\t\t\t\t// :(first|last|only)-(child|of-type)\n\t\t\t\t\t\tif ( simple ) {\n\t\t\t\t\t\t\twhile ( dir ) {\n\t\t\t\t\t\t\t\tnode = elem;\n\t\t\t\t\t\t\t\twhile ( (node = node[ dir ]) ) {\n\t\t\t\t\t\t\t\t\tif ( ofType ?\n\t\t\t\t\t\t\t\t\t\tnode.nodeName.toLowerCase() === name :\n\t\t\t\t\t\t\t\t\t\tnode.nodeType === 1 ) {\n\n\t\t\t\t\t\t\t\t\t\treturn false;\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t// Reverse direction for :only-* (if we haven't yet done so)\n\t\t\t\t\t\t\t\tstart = dir = type === \"only\" && !start && \"nextSibling\";\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\treturn true;\n\t\t\t\t\t\t}\n\n\t\t\t\t\t\tstart = [ forward ? parent.firstChild : parent.lastChild ];\n\n\t\t\t\t\t\t// non-xml :nth-child(...) stores cache data on `parent`\n\t\t\t\t\t\tif ( forward && useCache ) {\n\n\t\t\t\t\t\t\t// Seek `elem` from a previously-cached index\n\n\t\t\t\t\t\t\t// ...in a gzip-friendly way\n\t\t\t\t\t\t\tnode = parent;\n\t\t\t\t\t\t\touterCache = node[ expando ] || (node[ expando ] = {});\n\n\t\t\t\t\t\t\t// Support: IE <9 only\n\t\t\t\t\t\t\t// Defend against cloned attroperties (jQuery gh-1709)\n\t\t\t\t\t\t\tuniqueCache = outerCache[ node.uniqueID ] ||\n\t\t\t\t\t\t\t\t(outerCache[ node.uniqueID ] = {});\n\n\t\t\t\t\t\t\tcache = uniqueCache[ type ] || [];\n\t\t\t\t\t\t\tnodeIndex = cache[ 0 ] === dirruns && cache[ 1 ];\n\t\t\t\t\t\t\tdiff = nodeIndex && cache[ 2 ];\n\t\t\t\t\t\t\tnode = nodeIndex && parent.childNodes[ nodeIndex ];\n\n\t\t\t\t\t\t\twhile ( (node = ++nodeIndex && node && node[ dir ] ||\n\n\t\t\t\t\t\t\t\t// Fallback to seeking `elem` from the start\n\t\t\t\t\t\t\t\t(diff = nodeIndex = 0) || start.pop()) ) {\n\n\t\t\t\t\t\t\t\t// When found, cache indexes on `parent` and break\n\t\t\t\t\t\t\t\tif ( node.nodeType === 1 && ++diff && node === elem ) {\n\t\t\t\t\t\t\t\t\tuniqueCache[ type ] = [ dirruns, nodeIndex, diff ];\n\t\t\t\t\t\t\t\t\tbreak;\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t}\n\n\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t// Use previously-cached element index if available\n\t\t\t\t\t\t\tif ( useCache ) {\n\t\t\t\t\t\t\t\t// ...in a gzip-friendly way\n\t\t\t\t\t\t\t\tnode = elem;\n\t\t\t\t\t\t\t\touterCache = node[ expando ] || (node[ expando ] = {});\n\n\t\t\t\t\t\t\t\t// Support: IE <9 only\n\t\t\t\t\t\t\t\t// Defend against cloned attroperties (jQuery gh-1709)\n\t\t\t\t\t\t\t\tuniqueCache = outerCache[ node.uniqueID ] ||\n\t\t\t\t\t\t\t\t\t(outerCache[ node.uniqueID ] = {});\n\n\t\t\t\t\t\t\t\tcache = uniqueCache[ type ] || [];\n\t\t\t\t\t\t\t\tnodeIndex = cache[ 0 ] === dirruns && cache[ 1 ];\n\t\t\t\t\t\t\t\tdiff = nodeIndex;\n\t\t\t\t\t\t\t}\n\n\t\t\t\t\t\t\t// xml :nth-child(...)\n\t\t\t\t\t\t\t// or :nth-last-child(...) or :nth(-last)?-of-type(...)\n\t\t\t\t\t\t\tif ( diff === false ) {\n\t\t\t\t\t\t\t\t// Use the same loop as above to seek `elem` from the start\n\t\t\t\t\t\t\t\twhile ( (node = ++nodeIndex && node && node[ dir ] ||\n\t\t\t\t\t\t\t\t\t(diff = nodeIndex = 0) || start.pop()) ) {\n\n\t\t\t\t\t\t\t\t\tif ( ( ofType ?\n\t\t\t\t\t\t\t\t\t\tnode.nodeName.toLowerCase() === name :\n\t\t\t\t\t\t\t\t\t\tnode.nodeType === 1 ) &&\n\t\t\t\t\t\t\t\t\t\t++diff ) {\n\n\t\t\t\t\t\t\t\t\t\t// Cache the index of each encountered element\n\t\t\t\t\t\t\t\t\t\tif ( useCache ) {\n\t\t\t\t\t\t\t\t\t\t\touterCache = node[ expando ] || (node[ expando ] = {});\n\n\t\t\t\t\t\t\t\t\t\t\t// Support: IE <9 only\n\t\t\t\t\t\t\t\t\t\t\t// Defend against cloned attroperties (jQuery gh-1709)\n\t\t\t\t\t\t\t\t\t\t\tuniqueCache = outerCache[ node.uniqueID ] ||\n\t\t\t\t\t\t\t\t\t\t\t\t(outerCache[ node.uniqueID ] = {});\n\n\t\t\t\t\t\t\t\t\t\t\tuniqueCache[ type ] = [ dirruns, diff ];\n\t\t\t\t\t\t\t\t\t\t}\n\n\t\t\t\t\t\t\t\t\t\tif ( node === elem ) {\n\t\t\t\t\t\t\t\t\t\t\tbreak;\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\n\t\t\t\t\t\t// Incorporate the offset, then check against cycle size\n\t\t\t\t\t\tdiff -= last;\n\t\t\t\t\t\treturn diff === first || ( diff % first === 0 && diff / first >= 0 );\n\t\t\t\t\t}\n\t\t\t\t};\n\t\t},\n\n\t\t\"PSEUDO\": function( pseudo, argument ) {\n\t\t\t// pseudo-class names are case-insensitive\n\t\t\t// http://www.w3.org/TR/selectors/#pseudo-classes\n\t\t\t// Prioritize by case sensitivity in case custom pseudos are added with uppercase letters\n\t\t\t// Remember that setFilters inherits from pseudos\n\t\t\tvar args,\n\t\t\t\tfn = Expr.pseudos[ pseudo ] || Expr.setFilters[ pseudo.toLowerCase() ] ||\n\t\t\t\t\tSizzle.error( \"unsupported pseudo: \" + pseudo );\n\n\t\t\t// The user may use createPseudo to indicate that\n\t\t\t// arguments are needed to create the filter function\n\t\t\t// just as Sizzle does\n\t\t\tif ( fn[ expando ] ) {\n\t\t\t\treturn fn( argument );\n\t\t\t}\n\n\t\t\t// But maintain support for old signatures\n\t\t\tif ( fn.length > 1 ) {\n\t\t\t\targs = [ pseudo, pseudo, \"\", argument ];\n\t\t\t\treturn Expr.setFilters.hasOwnProperty( pseudo.toLowerCase() ) ?\n\t\t\t\t\tmarkFunction(function( seed, matches ) {\n\t\t\t\t\t\tvar idx,\n\t\t\t\t\t\t\tmatched = fn( seed, argument ),\n\t\t\t\t\t\t\ti = matched.length;\n\t\t\t\t\t\twhile ( i-- ) {\n\t\t\t\t\t\t\tidx = indexOf( seed, matched[i] );\n\t\t\t\t\t\t\tseed[ idx ] = !( matches[ idx ] = matched[i] );\n\t\t\t\t\t\t}\n\t\t\t\t\t}) :\n\t\t\t\t\tfunction( elem ) {\n\t\t\t\t\t\treturn fn( elem, 0, args );\n\t\t\t\t\t};\n\t\t\t}\n\n\t\t\treturn fn;\n\t\t}\n\t},\n\n\tpseudos: {\n\t\t// Potentially complex pseudos\n\t\t\"not\": markFunction(function( selector ) {\n\t\t\t// Trim the selector passed to compile\n\t\t\t// to avoid treating leading and trailing\n\t\t\t// spaces as combinators\n\t\t\tvar input = [],\n\t\t\t\tresults = [],\n\t\t\t\tmatcher = compile( selector.replace( rtrim, \"$1\" ) );\n\n\t\t\treturn matcher[ expando ] ?\n\t\t\t\tmarkFunction(function( seed, matches, context, xml ) {\n\t\t\t\t\tvar elem,\n\t\t\t\t\t\tunmatched = matcher( seed, null, xml, [] ),\n\t\t\t\t\t\ti = seed.length;\n\n\t\t\t\t\t// Match elements unmatched by `matcher`\n\t\t\t\t\twhile ( i-- ) {\n\t\t\t\t\t\tif ( (elem = unmatched[i]) ) {\n\t\t\t\t\t\t\tseed[i] = !(matches[i] = elem);\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}) :\n\t\t\t\tfunction( elem, context, xml ) {\n\t\t\t\t\tinput[0] = elem;\n\t\t\t\t\tmatcher( input, null, xml, results );\n\t\t\t\t\t// Don't keep the element (issue #299)\n\t\t\t\t\tinput[0] = null;\n\t\t\t\t\treturn !results.pop();\n\t\t\t\t};\n\t\t}),\n\n\t\t\"has\": markFunction(function( selector ) {\n\t\t\treturn function( elem ) {\n\t\t\t\treturn Sizzle( selector, elem ).length > 0;\n\t\t\t};\n\t\t}),\n\n\t\t\"contains\": markFunction(function( text ) {\n\t\t\ttext = text.replace( runescape, funescape );\n\t\t\treturn function( elem ) {\n\t\t\t\treturn ( elem.textContent || elem.innerText || getText( elem ) ).indexOf( text ) > -1;\n\t\t\t};\n\t\t}),\n\n\t\t// \"Whether an element is represented by a :lang() selector\n\t\t// is based solely on the element's language value\n\t\t// being equal to the identifier C,\n\t\t// or beginning with the identifier C immediately followed by \"-\".\n\t\t// The matching of C against the element's language value is performed case-insensitively.\n\t\t// The identifier C does not have to be a valid language name.\"\n\t\t// http://www.w3.org/TR/selectors/#lang-pseudo\n\t\t\"lang\": markFunction( function( lang ) {\n\t\t\t// lang value must be a valid identifier\n\t\t\tif ( !ridentifier.test(lang || \"\") ) {\n\t\t\t\tSizzle.error( \"unsupported lang: \" + lang );\n\t\t\t}\n\t\t\tlang = lang.replace( runescape, funescape ).toLowerCase();\n\t\t\treturn function( elem ) {\n\t\t\t\tvar elemLang;\n\t\t\t\tdo {\n\t\t\t\t\tif ( (elemLang = documentIsHTML ?\n\t\t\t\t\t\telem.lang :\n\t\t\t\t\t\telem.getAttribute(\"xml:lang\") || elem.getAttribute(\"lang\")) ) {\n\n\t\t\t\t\t\telemLang = elemLang.toLowerCase();\n\t\t\t\t\t\treturn elemLang === lang || elemLang.indexOf( lang + \"-\" ) === 0;\n\t\t\t\t\t}\n\t\t\t\t} while ( (elem = elem.parentNode) && elem.nodeType === 1 );\n\t\t\t\treturn false;\n\t\t\t};\n\t\t}),\n\n\t\t// Miscellaneous\n\t\t\"target\": function( elem ) {\n\t\t\tvar hash = window.location && window.location.hash;\n\t\t\treturn hash && hash.slice( 1 ) === elem.id;\n\t\t},\n\n\t\t\"root\": function( elem ) {\n\t\t\treturn elem === docElem;\n\t\t},\n\n\t\t\"focus\": function( elem ) {\n\t\t\treturn elem === document.activeElement && (!document.hasFocus || document.hasFocus()) && !!(elem.type || elem.href || ~elem.tabIndex);\n\t\t},\n\n\t\t// Boolean properties\n\t\t\"enabled\": createDisabledPseudo( false ),\n\t\t\"disabled\": createDisabledPseudo( true ),\n\n\t\t\"checked\": function( elem ) {\n\t\t\t// In CSS3, :checked should return both checked and selected elements\n\t\t\t// http://www.w3.org/TR/2011/REC-css3-selectors-20110929/#checked\n\t\t\tvar nodeName = elem.nodeName.toLowerCase();\n\t\t\treturn (nodeName === \"input\" && !!elem.checked) || (nodeName === \"option\" && !!elem.selected);\n\t\t},\n\n\t\t\"selected\": function( elem ) {\n\t\t\t// Accessing this property makes selected-by-default\n\t\t\t// options in Safari work properly\n\t\t\tif ( elem.parentNode ) {\n\t\t\t\telem.parentNode.selectedIndex;\n\t\t\t}\n\n\t\t\treturn elem.selected === true;\n\t\t},\n\n\t\t// Contents\n\t\t\"empty\": function( elem ) {\n\t\t\t// http://www.w3.org/TR/selectors/#empty-pseudo\n\t\t\t// :empty is negated by element (1) or content nodes (text: 3; cdata: 4; entity ref: 5),\n\t\t\t// but not by others (comment: 8; processing instruction: 7; etc.)\n\t\t\t// nodeType < 6 works because attributes (2) do not appear as children\n\t\t\tfor ( elem = elem.firstChild; elem; elem = elem.nextSibling ) {\n\t\t\t\tif ( elem.nodeType < 6 ) {\n\t\t\t\t\treturn false;\n\t\t\t\t}\n\t\t\t}\n\t\t\treturn true;\n\t\t},\n\n\t\t\"parent\": function( elem ) {\n\t\t\treturn !Expr.pseudos[\"empty\"]( elem );\n\t\t},\n\n\t\t// Element/input types\n\t\t\"header\": function( elem ) {\n\t\t\treturn rheader.test( elem.nodeName );\n\t\t},\n\n\t\t\"input\": function( elem ) {\n\t\t\treturn rinputs.test( elem.nodeName );\n\t\t},\n\n\t\t\"button\": function( elem ) {\n\t\t\tvar name = elem.nodeName.toLowerCase();\n\t\t\treturn name === \"input\" && elem.type === \"button\" || name === \"button\";\n\t\t},\n\n\t\t\"text\": function( elem ) {\n\t\t\tvar attr;\n\t\t\treturn elem.nodeName.toLowerCase() === \"input\" &&\n\t\t\t\telem.type === \"text\" &&\n\n\t\t\t\t// Support: IE<8\n\t\t\t\t// New HTML5 attribute values (e.g., \"search\") appear with elem.type === \"text\"\n\t\t\t\t( (attr = elem.getAttribute(\"type\")) == null || attr.toLowerCase() === \"text\" );\n\t\t},\n\n\t\t// Position-in-collection\n\t\t\"first\": createPositionalPseudo(function() {\n\t\t\treturn [ 0 ];\n\t\t}),\n\n\t\t\"last\": createPositionalPseudo(function( matchIndexes, length ) {\n\t\t\treturn [ length - 1 ];\n\t\t}),\n\n\t\t\"eq\": createPositionalPseudo(function( matchIndexes, length, argument ) {\n\t\t\treturn [ argument < 0 ? argument + length : argument ];\n\t\t}),\n\n\t\t\"even\": createPositionalPseudo(function( matchIndexes, length ) {\n\t\t\tvar i = 0;\n\t\t\tfor ( ; i < length; i += 2 ) {\n\t\t\t\tmatchIndexes.push( i );\n\t\t\t}\n\t\t\treturn matchIndexes;\n\t\t}),\n\n\t\t\"odd\": createPositionalPseudo(function( matchIndexes, length ) {\n\t\t\tvar i = 1;\n\t\t\tfor ( ; i < length; i += 2 ) {\n\t\t\t\tmatchIndexes.push( i );\n\t\t\t}\n\t\t\treturn matchIndexes;\n\t\t}),\n\n\t\t\"lt\": createPositionalPseudo(function( matchIndexes, length, argument ) {\n\t\t\tvar i = argument < 0 ? argument + length : argument;\n\t\t\tfor ( ; --i >= 0; ) {\n\t\t\t\tmatchIndexes.push( i );\n\t\t\t}\n\t\t\treturn matchIndexes;\n\t\t}),\n\n\t\t\"gt\": createPositionalPseudo(function( matchIndexes, length, argument ) {\n\t\t\tvar i = argument < 0 ? argument + length : argument;\n\t\t\tfor ( ; ++i < length; ) {\n\t\t\t\tmatchIndexes.push( i );\n\t\t\t}\n\t\t\treturn matchIndexes;\n\t\t})\n\t}\n};\n\nExpr.pseudos[\"nth\"] = Expr.pseudos[\"eq\"];\n\n// Add button/input type pseudos\nfor ( i in { radio: true, checkbox: true, file: true, password: true, image: true } ) {\n\tExpr.pseudos[ i ] = createInputPseudo( i );\n}\nfor ( i in { submit: true, reset: true } ) {\n\tExpr.pseudos[ i ] = createButtonPseudo( i );\n}\n\n// Easy API for creating new setFilters\nfunction setFilters() {}\nsetFilters.prototype = Expr.filters = Expr.pseudos;\nExpr.setFilters = new setFilters();\n\ntokenize = Sizzle.tokenize = function( selector, parseOnly ) {\n\tvar matched, match, tokens, type,\n\t\tsoFar, groups, preFilters,\n\t\tcached = tokenCache[ selector + \" \" ];\n\n\tif ( cached ) {\n\t\treturn parseOnly ? 0 : cached.slice( 0 );\n\t}\n\n\tsoFar = selector;\n\tgroups = [];\n\tpreFilters = Expr.preFilter;\n\n\twhile ( soFar ) {\n\n\t\t// Comma and first run\n\t\tif ( !matched || (match = rcomma.exec( soFar )) ) {\n\t\t\tif ( match ) {\n\t\t\t\t// Don't consume trailing commas as valid\n\t\t\t\tsoFar = soFar.slice( match[0].length ) || soFar;\n\t\t\t}\n\t\t\tgroups.push( (tokens = []) );\n\t\t}\n\n\t\tmatched = false;\n\n\t\t// Combinators\n\t\tif ( (match = rcombinators.exec( soFar )) ) {\n\t\t\tmatched = match.shift();\n\t\t\ttokens.push({\n\t\t\t\tvalue: matched,\n\t\t\t\t// Cast descendant combinators to space\n\t\t\t\ttype: match[0].replace( rtrim, \" \" )\n\t\t\t});\n\t\t\tsoFar = soFar.slice( matched.length );\n\t\t}\n\n\t\t// Filters\n\t\tfor ( type in Expr.filter ) {\n\t\t\tif ( (match = matchExpr[ type ].exec( soFar )) && (!preFilters[ type ] ||\n\t\t\t\t(match = preFilters[ type ]( match ))) ) {\n\t\t\t\tmatched = match.shift();\n\t\t\t\ttokens.push({\n\t\t\t\t\tvalue: matched,\n\t\t\t\t\ttype: type,\n\t\t\t\t\tmatches: match\n\t\t\t\t});\n\t\t\t\tsoFar = soFar.slice( matched.length );\n\t\t\t}\n\t\t}\n\n\t\tif ( !matched ) {\n\t\t\tbreak;\n\t\t}\n\t}\n\n\t// Return the length of the invalid excess\n\t// if we're just parsing\n\t// Otherwise, throw an error or return tokens\n\treturn parseOnly ?\n\t\tsoFar.length :\n\t\tsoFar ?\n\t\t\tSizzle.error( selector ) :\n\t\t\t// Cache the tokens\n\t\t\ttokenCache( selector, groups ).slice( 0 );\n};\n\nfunction toSelector( tokens ) {\n\tvar i = 0,\n\t\tlen = tokens.length,\n\t\tselector = \"\";\n\tfor ( ; i < len; i++ ) {\n\t\tselector += tokens[i].value;\n\t}\n\treturn selector;\n}\n\nfunction addCombinator( matcher, combinator, base ) {\n\tvar dir = combinator.dir,\n\t\tskip = combinator.next,\n\t\tkey = skip || dir,\n\t\tcheckNonElements = base && key === \"parentNode\",\n\t\tdoneName = done++;\n\n\treturn combinator.first ?\n\t\t// Check against closest ancestor/preceding element\n\t\tfunction( elem, context, xml ) {\n\t\t\twhile ( (elem = elem[ dir ]) ) {\n\t\t\t\tif ( elem.nodeType === 1 || checkNonElements ) {\n\t\t\t\t\treturn matcher( elem, context, xml );\n\t\t\t\t}\n\t\t\t}\n\t\t\treturn false;\n\t\t} :\n\n\t\t// Check against all ancestor/preceding elements\n\t\tfunction( elem, context, xml ) {\n\t\t\tvar oldCache, uniqueCache, outerCache,\n\t\t\t\tnewCache = [ dirruns, doneName ];\n\n\t\t\t// We can't set arbitrary data on XML nodes, so they don't benefit from combinator caching\n\t\t\tif ( xml ) {\n\t\t\t\twhile ( (elem = elem[ dir ]) ) {\n\t\t\t\t\tif ( elem.nodeType === 1 || checkNonElements ) {\n\t\t\t\t\t\tif ( matcher( elem, context, xml ) ) {\n\t\t\t\t\t\t\treturn true;\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t} else {\n\t\t\t\twhile ( (elem = elem[ dir ]) ) {\n\t\t\t\t\tif ( elem.nodeType === 1 || checkNonElements ) {\n\t\t\t\t\t\touterCache = elem[ expando ] || (elem[ expando ] = {});\n\n\t\t\t\t\t\t// Support: IE <9 only\n\t\t\t\t\t\t// Defend against cloned attroperties (jQuery gh-1709)\n\t\t\t\t\t\tuniqueCache = outerCache[ elem.uniqueID ] || (outerCache[ elem.uniqueID ] = {});\n\n\t\t\t\t\t\tif ( skip && skip === elem.nodeName.toLowerCase() ) {\n\t\t\t\t\t\t\telem = elem[ dir ] || elem;\n\t\t\t\t\t\t} else if ( (oldCache = uniqueCache[ key ]) &&\n\t\t\t\t\t\t\toldCache[ 0 ] === dirruns && oldCache[ 1 ] === doneName ) {\n\n\t\t\t\t\t\t\t// Assign to newCache so results back-propagate to previous elements\n\t\t\t\t\t\t\treturn (newCache[ 2 ] = oldCache[ 2 ]);\n\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t// Reuse newcache so results back-propagate to previous elements\n\t\t\t\t\t\t\tuniqueCache[ key ] = newCache;\n\n\t\t\t\t\t\t\t// A match means we're done; a fail means we have to keep checking\n\t\t\t\t\t\t\tif ( (newCache[ 2 ] = matcher( elem, context, xml )) ) {\n\t\t\t\t\t\t\t\treturn true;\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t\treturn false;\n\t\t};\n}\n\nfunction elementMatcher( matchers ) {\n\treturn matchers.length > 1 ?\n\t\tfunction( elem, context, xml ) {\n\t\t\tvar i = matchers.length;\n\t\t\twhile ( i-- ) {\n\t\t\t\tif ( !matchers[i]( elem, context, xml ) ) {\n\t\t\t\t\treturn false;\n\t\t\t\t}\n\t\t\t}\n\t\t\treturn true;\n\t\t} :\n\t\tmatchers[0];\n}\n\nfunction multipleContexts( selector, contexts, results ) {\n\tvar i = 0,\n\t\tlen = contexts.length;\n\tfor ( ; i < len; i++ ) {\n\t\tSizzle( selector, contexts[i], results );\n\t}\n\treturn results;\n}\n\nfunction condense( unmatched, map, filter, context, xml ) {\n\tvar elem,\n\t\tnewUnmatched = [],\n\t\ti = 0,\n\t\tlen = unmatched.length,\n\t\tmapped = map != null;\n\n\tfor ( ; i < len; i++ ) {\n\t\tif ( (elem = unmatched[i]) ) {\n\t\t\tif ( !filter || filter( elem, context, xml ) ) {\n\t\t\t\tnewUnmatched.push( elem );\n\t\t\t\tif ( mapped ) {\n\t\t\t\t\tmap.push( i );\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n\n\treturn newUnmatched;\n}\n\nfunction setMatcher( preFilter, selector, matcher, postFilter, postFinder, postSelector ) {\n\tif ( postFilter && !postFilter[ expando ] ) {\n\t\tpostFilter = setMatcher( postFilter );\n\t}\n\tif ( postFinder && !postFinder[ expando ] ) {\n\t\tpostFinder = setMatcher( postFinder, postSelector );\n\t}\n\treturn markFunction(function( seed, results, context, xml ) {\n\t\tvar temp, i, elem,\n\t\t\tpreMap = [],\n\t\t\tpostMap = [],\n\t\t\tpreexisting = results.length,\n\n\t\t\t// Get initial elements from seed or context\n\t\t\telems = seed || multipleContexts( selector || \"*\", context.nodeType ? [ context ] : context, [] ),\n\n\t\t\t// Prefilter to get matcher input, preserving a map for seed-results synchronization\n\t\t\tmatcherIn = preFilter && ( seed || !selector ) ?\n\t\t\t\tcondense( elems, preMap, preFilter, context, xml ) :\n\t\t\t\telems,\n\n\t\t\tmatcherOut = matcher ?\n\t\t\t\t// If we have a postFinder, or filtered seed, or non-seed postFilter or preexisting results,\n\t\t\t\tpostFinder || ( seed ? preFilter : preexisting || postFilter ) ?\n\n\t\t\t\t\t// ...intermediate processing is necessary\n\t\t\t\t\t[] :\n\n\t\t\t\t\t// ...otherwise use results directly\n\t\t\t\t\tresults :\n\t\t\t\tmatcherIn;\n\n\t\t// Find primary matches\n\t\tif ( matcher ) {\n\t\t\tmatcher( matcherIn, matcherOut, context, xml );\n\t\t}\n\n\t\t// Apply postFilter\n\t\tif ( postFilter ) {\n\t\t\ttemp = condense( matcherOut, postMap );\n\t\t\tpostFilter( temp, [], context, xml );\n\n\t\t\t// Un-match failing elements by moving them back to matcherIn\n\t\t\ti = temp.length;\n\t\t\twhile ( i-- ) {\n\t\t\t\tif ( (elem = temp[i]) ) {\n\t\t\t\t\tmatcherOut[ postMap[i] ] = !(matcherIn[ postMap[i] ] = elem);\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\tif ( seed ) {\n\t\t\tif ( postFinder || preFilter ) {\n\t\t\t\tif ( postFinder ) {\n\t\t\t\t\t// Get the final matcherOut by condensing this intermediate into postFinder contexts\n\t\t\t\t\ttemp = [];\n\t\t\t\t\ti = matcherOut.length;\n\t\t\t\t\twhile ( i-- ) {\n\t\t\t\t\t\tif ( (elem = matcherOut[i]) ) {\n\t\t\t\t\t\t\t// Restore matcherIn since elem is not yet a final match\n\t\t\t\t\t\t\ttemp.push( (matcherIn[i] = elem) );\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t\tpostFinder( null, (matcherOut = []), temp, xml );\n\t\t\t\t}\n\n\t\t\t\t// Move matched elements from seed to results to keep them synchronized\n\t\t\t\ti = matcherOut.length;\n\t\t\t\twhile ( i-- ) {\n\t\t\t\t\tif ( (elem = matcherOut[i]) &&\n\t\t\t\t\t\t(temp = postFinder ? indexOf( seed, elem ) : preMap[i]) > -1 ) {\n\n\t\t\t\t\t\tseed[temp] = !(results[temp] = elem);\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\n\t\t// Add elements to results, through postFinder if defined\n\t\t} else {\n\t\t\tmatcherOut = condense(\n\t\t\t\tmatcherOut === results ?\n\t\t\t\t\tmatcherOut.splice( preexisting, matcherOut.length ) :\n\t\t\t\t\tmatcherOut\n\t\t\t);\n\t\t\tif ( postFinder ) {\n\t\t\t\tpostFinder( null, results, matcherOut, xml );\n\t\t\t} else {\n\t\t\t\tpush.apply( results, matcherOut );\n\t\t\t}\n\t\t}\n\t});\n}\n\nfunction matcherFromTokens( tokens ) {\n\tvar checkContext, matcher, j,\n\t\tlen = tokens.length,\n\t\tleadingRelative = Expr.relative[ tokens[0].type ],\n\t\timplicitRelative = leadingRelative || Expr.relative[\" \"],\n\t\ti = leadingRelative ? 1 : 0,\n\n\t\t// The foundational matcher ensures that elements are reachable from top-level context(s)\n\t\tmatchContext = addCombinator( function( elem ) {\n\t\t\treturn elem === checkContext;\n\t\t}, implicitRelative, true ),\n\t\tmatchAnyContext = addCombinator( function( elem ) {\n\t\t\treturn indexOf( checkContext, elem ) > -1;\n\t\t}, implicitRelative, true ),\n\t\tmatchers = [ function( elem, context, xml ) {\n\t\t\tvar ret = ( !leadingRelative && ( xml || context !== outermostContext ) ) || (\n\t\t\t\t(checkContext = context).nodeType ?\n\t\t\t\t\tmatchContext( elem, context, xml ) :\n\t\t\t\t\tmatchAnyContext( elem, context, xml ) );\n\t\t\t// Avoid hanging onto element (issue #299)\n\t\t\tcheckContext = null;\n\t\t\treturn ret;\n\t\t} ];\n\n\tfor ( ; i < len; i++ ) {\n\t\tif ( (matcher = Expr.relative[ tokens[i].type ]) ) {\n\t\t\tmatchers = [ addCombinator(elementMatcher( matchers ), matcher) ];\n\t\t} else {\n\t\t\tmatcher = Expr.filter[ tokens[i].type ].apply( null, tokens[i].matches );\n\n\t\t\t// Return special upon seeing a positional matcher\n\t\t\tif ( matcher[ expando ] ) {\n\t\t\t\t// Find the next relative operator (if any) for proper handling\n\t\t\t\tj = ++i;\n\t\t\t\tfor ( ; j < len; j++ ) {\n\t\t\t\t\tif ( Expr.relative[ tokens[j].type ] ) {\n\t\t\t\t\t\tbreak;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\treturn setMatcher(\n\t\t\t\t\ti > 1 && elementMatcher( matchers ),\n\t\t\t\t\ti > 1 && toSelector(\n\t\t\t\t\t\t// If the preceding token was a descendant combinator, insert an implicit any-element `*`\n\t\t\t\t\t\ttokens.slice( 0, i - 1 ).concat({ value: tokens[ i - 2 ].type === \" \" ? \"*\" : \"\" })\n\t\t\t\t\t).replace( rtrim, \"$1\" ),\n\t\t\t\t\tmatcher,\n\t\t\t\t\ti < j && matcherFromTokens( tokens.slice( i, j ) ),\n\t\t\t\t\tj < len && matcherFromTokens( (tokens = tokens.slice( j )) ),\n\t\t\t\t\tj < len && toSelector( tokens )\n\t\t\t\t);\n\t\t\t}\n\t\t\tmatchers.push( matcher );\n\t\t}\n\t}\n\n\treturn elementMatcher( matchers );\n}\n\nfunction matcherFromGroupMatchers( elementMatchers, setMatchers ) {\n\tvar bySet = setMatchers.length > 0,\n\t\tbyElement = elementMatchers.length > 0,\n\t\tsuperMatcher = function( seed, context, xml, results, outermost ) {\n\t\t\tvar elem, j, matcher,\n\t\t\t\tmatchedCount = 0,\n\t\t\t\ti = \"0\",\n\t\t\t\tunmatched = seed && [],\n\t\t\t\tsetMatched = [],\n\t\t\t\tcontextBackup = outermostContext,\n\t\t\t\t// We must always have either seed elements or outermost context\n\t\t\t\telems = seed || byElement && Expr.find[\"TAG\"]( \"*\", outermost ),\n\t\t\t\t// Use integer dirruns iff this is the outermost matcher\n\t\t\t\tdirrunsUnique = (dirruns += contextBackup == null ? 1 : Math.random() || 0.1),\n\t\t\t\tlen = elems.length;\n\n\t\t\tif ( outermost ) {\n\t\t\t\toutermostContext = context === document || context || outermost;\n\t\t\t}\n\n\t\t\t// Add elements passing elementMatchers directly to results\n\t\t\t// Support: IE<9, Safari\n\t\t\t// Tolerate NodeList properties (IE: \"length\"; Safari: <number>) matching elements by id\n\t\t\tfor ( ; i !== len && (elem = elems[i]) != null; i++ ) {\n\t\t\t\tif ( byElement && elem ) {\n\t\t\t\t\tj = 0;\n\t\t\t\t\tif ( !context && elem.ownerDocument !== document ) {\n\t\t\t\t\t\tsetDocument( elem );\n\t\t\t\t\t\txml = !documentIsHTML;\n\t\t\t\t\t}\n\t\t\t\t\twhile ( (matcher = elementMatchers[j++]) ) {\n\t\t\t\t\t\tif ( matcher( elem, context || document, xml) ) {\n\t\t\t\t\t\t\tresults.push( elem );\n\t\t\t\t\t\t\tbreak;\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t\tif ( outermost ) {\n\t\t\t\t\t\tdirruns = dirrunsUnique;\n\t\t\t\t\t}\n\t\t\t\t}\n\n\t\t\t\t// Track unmatched elements for set filters\n\t\t\t\tif ( bySet ) {\n\t\t\t\t\t// They will have gone through all possible matchers\n\t\t\t\t\tif ( (elem = !matcher && elem) ) {\n\t\t\t\t\t\tmatchedCount--;\n\t\t\t\t\t}\n\n\t\t\t\t\t// Lengthen the array for every element, matched or not\n\t\t\t\t\tif ( seed ) {\n\t\t\t\t\t\tunmatched.push( elem );\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\n\t\t\t// `i` is now the count of elements visited above, and adding it to `matchedCount`\n\t\t\t// makes the latter nonnegative.\n\t\t\tmatchedCount += i;\n\n\t\t\t// Apply set filters to unmatched elements\n\t\t\t// NOTE: This can be skipped if there are no unmatched elements (i.e., `matchedCount`\n\t\t\t// equals `i`), unless we didn't visit _any_ elements in the above loop because we have\n\t\t\t// no element matchers and no seed.\n\t\t\t// Incrementing an initially-string \"0\" `i` allows `i` to remain a string only in that\n\t\t\t// case, which will result in a \"00\" `matchedCount` that differs from `i` but is also\n\t\t\t// numerically zero.\n\t\t\tif ( bySet && i !== matchedCount ) {\n\t\t\t\tj = 0;\n\t\t\t\twhile ( (matcher = setMatchers[j++]) ) {\n\t\t\t\t\tmatcher( unmatched, setMatched, context, xml );\n\t\t\t\t}\n\n\t\t\t\tif ( seed ) {\n\t\t\t\t\t// Reintegrate element matches to eliminate the need for sorting\n\t\t\t\t\tif ( matchedCount > 0 ) {\n\t\t\t\t\t\twhile ( i-- ) {\n\t\t\t\t\t\t\tif ( !(unmatched[i] || setMatched[i]) ) {\n\t\t\t\t\t\t\t\tsetMatched[i] = pop.call( results );\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\n\t\t\t\t\t// Discard index placeholder values to get only actual matches\n\t\t\t\t\tsetMatched = condense( setMatched );\n\t\t\t\t}\n\n\t\t\t\t// Add matches to results\n\t\t\t\tpush.apply( results, setMatched );\n\n\t\t\t\t// Seedless set matches succeeding multiple successful matchers stipulate sorting\n\t\t\t\tif ( outermost && !seed && setMatched.length > 0 &&\n\t\t\t\t\t( matchedCount + setMatchers.length ) > 1 ) {\n\n\t\t\t\t\tSizzle.uniqueSort( results );\n\t\t\t\t}\n\t\t\t}\n\n\t\t\t// Override manipulation of globals by nested matchers\n\t\t\tif ( outermost ) {\n\t\t\t\tdirruns = dirrunsUnique;\n\t\t\t\toutermostContext = contextBackup;\n\t\t\t}\n\n\t\t\treturn unmatched;\n\t\t};\n\n\treturn bySet ?\n\t\tmarkFunction( superMatcher ) :\n\t\tsuperMatcher;\n}\n\ncompile = Sizzle.compile = function( selector, match /* Internal Use Only */ ) {\n\tvar i,\n\t\tsetMatchers = [],\n\t\telementMatchers = [],\n\t\tcached = compilerCache[ selector + \" \" ];\n\n\tif ( !cached ) {\n\t\t// Generate a function of recursive functions that can be used to check each element\n\t\tif ( !match ) {\n\t\t\tmatch = tokenize( selector );\n\t\t}\n\t\ti = match.length;\n\t\twhile ( i-- ) {\n\t\t\tcached = matcherFromTokens( match[i] );\n\t\t\tif ( cached[ expando ] ) {\n\t\t\t\tsetMatchers.push( cached );\n\t\t\t} else {\n\t\t\t\telementMatchers.push( cached );\n\t\t\t}\n\t\t}\n\n\t\t// Cache the compiled function\n\t\tcached = compilerCache( selector, matcherFromGroupMatchers( elementMatchers, setMatchers ) );\n\n\t\t// Save selector and tokenization\n\t\tcached.selector = selector;\n\t}\n\treturn cached;\n};\n\n/**\n * A low-level selection function that works with Sizzle's compiled\n * selector functions\n * @param {String|Function} selector A selector or a pre-compiled\n * selector function built with Sizzle.compile\n * @param {Element} context\n * @param {Array} [results]\n * @param {Array} [seed] A set of elements to match against\n */\nselect = Sizzle.select = function( selector, context, results, seed ) {\n\tvar i, tokens, token, type, find,\n\t\tcompiled = typeof selector === \"function\" && selector,\n\t\tmatch = !seed && tokenize( (selector = compiled.selector || selector) );\n\n\tresults = results || [];\n\n\t// Try to minimize operations if there is only one selector in the list and no seed\n\t// (the latter of which guarantees us context)\n\tif ( match.length === 1 ) {\n\n\t\t// Reduce context if the leading compound selector is an ID\n\t\ttokens = match[0] = match[0].slice( 0 );\n\t\tif ( tokens.length > 2 && (token = tokens[0]).type === \"ID\" &&\n\t\t\t\tcontext.nodeType === 9 && documentIsHTML && Expr.relative[ tokens[1].type ] ) {\n\n\t\t\tcontext = ( Expr.find[\"ID\"]( token.matches[0].replace(runescape, funescape), context ) || [] )[0];\n\t\t\tif ( !context ) {\n\t\t\t\treturn results;\n\n\t\t\t// Precompiled matchers will still verify ancestry, so step up a level\n\t\t\t} else if ( compiled ) {\n\t\t\t\tcontext = context.parentNode;\n\t\t\t}\n\n\t\t\tselector = selector.slice( tokens.shift().value.length );\n\t\t}\n\n\t\t// Fetch a seed set for right-to-left matching\n\t\ti = matchExpr[\"needsContext\"].test( selector ) ? 0 : tokens.length;\n\t\twhile ( i-- ) {\n\t\t\ttoken = tokens[i];\n\n\t\t\t// Abort if we hit a combinator\n\t\t\tif ( Expr.relative[ (type = token.type) ] ) {\n\t\t\t\tbreak;\n\t\t\t}\n\t\t\tif ( (find = Expr.find[ type ]) ) {\n\t\t\t\t// Search, expanding context for leading sibling combinators\n\t\t\t\tif ( (seed = find(\n\t\t\t\t\ttoken.matches[0].replace( runescape, funescape ),\n\t\t\t\t\trsibling.test( tokens[0].type ) && testContext( context.parentNode ) || context\n\t\t\t\t)) ) {\n\n\t\t\t\t\t// If seed is empty or no tokens remain, we can return early\n\t\t\t\t\ttokens.splice( i, 1 );\n\t\t\t\t\tselector = seed.length && toSelector( tokens );\n\t\t\t\t\tif ( !selector ) {\n\t\t\t\t\t\tpush.apply( results, seed );\n\t\t\t\t\t\treturn results;\n\t\t\t\t\t}\n\n\t\t\t\t\tbreak;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n\n\t// Compile and execute a filtering function if one is not provided\n\t// Provide `match` to avoid retokenization if we modified the selector above\n\t( compiled || compile( selector, match ) )(\n\t\tseed,\n\t\tcontext,\n\t\t!documentIsHTML,\n\t\tresults,\n\t\t!context || rsibling.test( selector ) && testContext( context.parentNode ) || context\n\t);\n\treturn results;\n};\n\n// One-time assignments\n\n// Sort stability\nsupport.sortStable = expando.split(\"\").sort( sortOrder ).join(\"\") === expando;\n\n// Support: Chrome 14-35+\n// Always assume duplicates if they aren't passed to the comparison function\nsupport.detectDuplicates = !!hasDuplicate;\n\n// Initialize against the default document\nsetDocument();\n\n// Support: Webkit<537.32 - Safari 6.0.3/Chrome 25 (fixed in Chrome 27)\n// Detached nodes confoundingly follow *each other*\nsupport.sortDetached = assert(function( el ) {\n\t// Should return 1, but returns 4 (following)\n\treturn el.compareDocumentPosition( document.createElement(\"fieldset\") ) & 1;\n});\n\n// Support: IE<8\n// Prevent attribute/property \"interpolation\"\n// https://msdn.microsoft.com/en-us/library/ms536429%28VS.85%29.aspx\nif ( !assert(function( el ) {\n\tel.innerHTML = \"<a href='#'></a>\";\n\treturn el.firstChild.getAttribute(\"href\") === \"#\" ;\n}) ) {\n\taddHandle( \"type|href|height|width\", function( elem, name, isXML ) {\n\t\tif ( !isXML ) {\n\t\t\treturn elem.getAttribute( name, name.toLowerCase() === \"type\" ? 1 : 2 );\n\t\t}\n\t});\n}\n\n// Support: IE<9\n// Use defaultValue in place of getAttribute(\"value\")\nif ( !support.attributes || !assert(function( el ) {\n\tel.innerHTML = \"<input/>\";\n\tel.firstChild.setAttribute( \"value\", \"\" );\n\treturn el.firstChild.getAttribute( \"value\" ) === \"\";\n}) ) {\n\taddHandle( \"value\", function( elem, name, isXML ) {\n\t\tif ( !isXML && elem.nodeName.toLowerCase() === \"input\" ) {\n\t\t\treturn elem.defaultValue;\n\t\t}\n\t});\n}\n\n// Support: IE<9\n// Use getAttributeNode to fetch booleans when getAttribute lies\nif ( !assert(function( el ) {\n\treturn el.getAttribute(\"disabled\") == null;\n}) ) {\n\taddHandle( booleans, function( elem, name, isXML ) {\n\t\tvar val;\n\t\tif ( !isXML ) {\n\t\t\treturn elem[ name ] === true ? name.toLowerCase() :\n\t\t\t\t\t(val = elem.getAttributeNode( name )) && val.specified ?\n\t\t\t\t\tval.value :\n\t\t\t\tnull;\n\t\t}\n\t});\n}\n\nreturn Sizzle;\n\n})( window );\n\n\n\njQuery.find = Sizzle;\njQuery.expr = Sizzle.selectors;\n\n// Deprecated\njQuery.expr[ \":\" ] = jQuery.expr.pseudos;\njQuery.uniqueSort = jQuery.unique = Sizzle.uniqueSort;\njQuery.text = Sizzle.getText;\njQuery.isXMLDoc = Sizzle.isXML;\njQuery.contains = Sizzle.contains;\njQuery.escapeSelector = Sizzle.escape;\n\n\n\n\nvar dir = function( elem, dir, until ) {\n\tvar matched = [],\n\t\ttruncate = until !== undefined;\n\n\twhile ( ( elem = elem[ dir ] ) && elem.nodeType !== 9 ) {\n\t\tif ( elem.nodeType === 1 ) {\n\t\t\tif ( truncate && jQuery( elem ).is( until ) ) {\n\t\t\t\tbreak;\n\t\t\t}\n\t\t\tmatched.push( elem );\n\t\t}\n\t}\n\treturn matched;\n};\n\n\nvar siblings = function( n, elem ) {\n\tvar matched = [];\n\n\tfor ( ; n; n = n.nextSibling ) {\n\t\tif ( n.nodeType === 1 && n !== elem ) {\n\t\t\tmatched.push( n );\n\t\t}\n\t}\n\n\treturn matched;\n};\n\n\nvar rneedsContext = jQuery.expr.match.needsContext;\n\n\n\nfunction nodeName( elem, name ) {\n\n return elem.nodeName && elem.nodeName.toLowerCase() === name.toLowerCase();\n\n};\nvar rsingleTag = ( /^<([a-z][^\\/\\0>:\\x20\\t\\r\\n\\f]*)[\\x20\\t\\r\\n\\f]*\\/?>(?:<\\/\\1>|)$/i );\n\n\n\n// Implement the identical functionality for filter and not\nfunction winnow( elements, qualifier, not ) {\n\tif ( isFunction( qualifier ) ) {\n\t\treturn jQuery.grep( elements, function( elem, i ) {\n\t\t\treturn !!qualifier.call( elem, i, elem ) !== not;\n\t\t} );\n\t}\n\n\t// Single element\n\tif ( qualifier.nodeType ) {\n\t\treturn jQuery.grep( elements, function( elem ) {\n\t\t\treturn ( elem === qualifier ) !== not;\n\t\t} );\n\t}\n\n\t// Arraylike of elements (jQuery, arguments, Array)\n\tif ( typeof qualifier !== \"string\" ) {\n\t\treturn jQuery.grep( elements, function( elem ) {\n\t\t\treturn ( indexOf.call( qualifier, elem ) > -1 ) !== not;\n\t\t} );\n\t}\n\n\t// Filtered directly for both simple and complex selectors\n\treturn jQuery.filter( qualifier, elements, not );\n}\n\njQuery.filter = function( expr, elems, not ) {\n\tvar elem = elems[ 0 ];\n\n\tif ( not ) {\n\t\texpr = \":not(\" + expr + \")\";\n\t}\n\n\tif ( elems.length === 1 && elem.nodeType === 1 ) {\n\t\treturn jQuery.find.matchesSelector( elem, expr ) ? [ elem ] : [];\n\t}\n\n\treturn jQuery.find.matches( expr, jQuery.grep( elems, function( elem ) {\n\t\treturn elem.nodeType === 1;\n\t} ) );\n};\n\njQuery.fn.extend( {\n\tfind: function( selector ) {\n\t\tvar i, ret,\n\t\t\tlen = this.length,\n\t\t\tself = this;\n\n\t\tif ( typeof selector !== \"string\" ) {\n\t\t\treturn this.pushStack( jQuery( selector ).filter( function() {\n\t\t\t\tfor ( i = 0; i < len; i++ ) {\n\t\t\t\t\tif ( jQuery.contains( self[ i ], this ) ) {\n\t\t\t\t\t\treturn true;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t} ) );\n\t\t}\n\n\t\tret = this.pushStack( [] );\n\n\t\tfor ( i = 0; i < len; i++ ) {\n\t\t\tjQuery.find( selector, self[ i ], ret );\n\t\t}\n\n\t\treturn len > 1 ? jQuery.uniqueSort( ret ) : ret;\n\t},\n\tfilter: function( selector ) {\n\t\treturn this.pushStack( winnow( this, selector || [], false ) );\n\t},\n\tnot: function( selector ) {\n\t\treturn this.pushStack( winnow( this, selector || [], true ) );\n\t},\n\tis: function( selector ) {\n\t\treturn !!winnow(\n\t\t\tthis,\n\n\t\t\t// If this is a positional/relative selector, check membership in the returned set\n\t\t\t// so $(\"p:first\").is(\"p:last\") won't return true for a doc with two \"p\".\n\t\t\ttypeof selector === \"string\" && rneedsContext.test( selector ) ?\n\t\t\t\tjQuery( selector ) :\n\t\t\t\tselector || [],\n\t\t\tfalse\n\t\t).length;\n\t}\n} );\n\n\n// Initialize a jQuery object\n\n\n// A central reference to the root jQuery(document)\nvar rootjQuery,\n\n\t// A simple way to check for HTML strings\n\t// Prioritize #id over <tag> to avoid XSS via location.hash (#9521)\n\t// Strict HTML recognition (#11290: must start with <)\n\t// Shortcut simple #id case for speed\n\trquickExpr = /^(?:\\s*(<[\\w\\W]+>)[^>]*|#([\\w-]+))$/,\n\n\tinit = jQuery.fn.init = function( selector, context, root ) {\n\t\tvar match, elem;\n\n\t\t// HANDLE: $(\"\"), $(null), $(undefined), $(false)\n\t\tif ( !selector ) {\n\t\t\treturn this;\n\t\t}\n\n\t\t// Method init() accepts an alternate rootjQuery\n\t\t// so migrate can support jQuery.sub (gh-2101)\n\t\troot = root || rootjQuery;\n\n\t\t// Handle HTML strings\n\t\tif ( typeof selector === \"string\" ) {\n\t\t\tif ( selector[ 0 ] === \"<\" &&\n\t\t\t\tselector[ selector.length - 1 ] === \">\" &&\n\t\t\t\tselector.length >= 3 ) {\n\n\t\t\t\t// Assume that strings that start and end with <> are HTML and skip the regex check\n\t\t\t\tmatch = [ null, selector, null ];\n\n\t\t\t} else {\n\t\t\t\tmatch = rquickExpr.exec( selector );\n\t\t\t}\n\n\t\t\t// Match html or make sure no context is specified for #id\n\t\t\tif ( match && ( match[ 1 ] || !context ) ) {\n\n\t\t\t\t// HANDLE: $(html) -> $(array)\n\t\t\t\tif ( match[ 1 ] ) {\n\t\t\t\t\tcontext = context instanceof jQuery ? context[ 0 ] : context;\n\n\t\t\t\t\t// Option to run scripts is true for back-compat\n\t\t\t\t\t// Intentionally let the error be thrown if parseHTML is not present\n\t\t\t\t\tjQuery.merge( this, jQuery.parseHTML(\n\t\t\t\t\t\tmatch[ 1 ],\n\t\t\t\t\t\tcontext && context.nodeType ? context.ownerDocument || context : document,\n\t\t\t\t\t\ttrue\n\t\t\t\t\t) );\n\n\t\t\t\t\t// HANDLE: $(html, props)\n\t\t\t\t\tif ( rsingleTag.test( match[ 1 ] ) && jQuery.isPlainObject( context ) ) {\n\t\t\t\t\t\tfor ( match in context ) {\n\n\t\t\t\t\t\t\t// Properties of context are called as methods if possible\n\t\t\t\t\t\t\tif ( isFunction( this[ match ] ) ) {\n\t\t\t\t\t\t\t\tthis[ match ]( context[ match ] );\n\n\t\t\t\t\t\t\t// ...and otherwise set as attributes\n\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\tthis.attr( match, context[ match ] );\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\n\t\t\t\t\treturn this;\n\n\t\t\t\t// HANDLE: $(#id)\n\t\t\t\t} else {\n\t\t\t\t\telem = document.getElementById( match[ 2 ] );\n\n\t\t\t\t\tif ( elem ) {\n\n\t\t\t\t\t\t// Inject the element directly into the jQuery object\n\t\t\t\t\t\tthis[ 0 ] = elem;\n\t\t\t\t\t\tthis.length = 1;\n\t\t\t\t\t}\n\t\t\t\t\treturn this;\n\t\t\t\t}\n\n\t\t\t// HANDLE: $(expr, $(...))\n\t\t\t} else if ( !context || context.jquery ) {\n\t\t\t\treturn ( context || root ).find( selector );\n\n\t\t\t// HANDLE: $(expr, context)\n\t\t\t// (which is just equivalent to: $(context).find(expr)\n\t\t\t} else {\n\t\t\t\treturn this.constructor( context ).find( selector );\n\t\t\t}\n\n\t\t// HANDLE: $(DOMElement)\n\t\t} else if ( selector.nodeType ) {\n\t\t\tthis[ 0 ] = selector;\n\t\t\tthis.length = 1;\n\t\t\treturn this;\n\n\t\t// HANDLE: $(function)\n\t\t// Shortcut for document ready\n\t\t} else if ( isFunction( selector ) ) {\n\t\t\treturn root.ready !== undefined ?\n\t\t\t\troot.ready( selector ) :\n\n\t\t\t\t// Execute immediately if ready is not present\n\t\t\t\tselector( jQuery );\n\t\t}\n\n\t\treturn jQuery.makeArray( selector, this );\n\t};\n\n// Give the init function the jQuery prototype for later instantiation\ninit.prototype = jQuery.fn;\n\n// Initialize central reference\nrootjQuery = jQuery( document );\n\n\nvar rparentsprev = /^(?:parents|prev(?:Until|All))/,\n\n\t// Methods guaranteed to produce a unique set when starting from a unique set\n\tguaranteedUnique = {\n\t\tchildren: true,\n\t\tcontents: true,\n\t\tnext: true,\n\t\tprev: true\n\t};\n\njQuery.fn.extend( {\n\thas: function( target ) {\n\t\tvar targets = jQuery( target, this ),\n\t\t\tl = targets.length;\n\n\t\treturn this.filter( function() {\n\t\t\tvar i = 0;\n\t\t\tfor ( ; i < l; i++ ) {\n\t\t\t\tif ( jQuery.contains( this, targets[ i ] ) ) {\n\t\t\t\t\treturn true;\n\t\t\t\t}\n\t\t\t}\n\t\t} );\n\t},\n\n\tclosest: function( selectors, context ) {\n\t\tvar cur,\n\t\t\ti = 0,\n\t\t\tl = this.length,\n\t\t\tmatched = [],\n\t\t\ttargets = typeof selectors !== \"string\" && jQuery( selectors );\n\n\t\t// Positional selectors never match, since there's no _selection_ context\n\t\tif ( !rneedsContext.test( selectors ) ) {\n\t\t\tfor ( ; i < l; i++ ) {\n\t\t\t\tfor ( cur = this[ i ]; cur && cur !== context; cur = cur.parentNode ) {\n\n\t\t\t\t\t// Always skip document fragments\n\t\t\t\t\tif ( cur.nodeType < 11 && ( targets ?\n\t\t\t\t\t\ttargets.index( cur ) > -1 :\n\n\t\t\t\t\t\t// Don't pass non-elements to Sizzle\n\t\t\t\t\t\tcur.nodeType === 1 &&\n\t\t\t\t\t\t\tjQuery.find.matchesSelector( cur, selectors ) ) ) {\n\n\t\t\t\t\t\tmatched.push( cur );\n\t\t\t\t\t\tbreak;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\treturn this.pushStack( matched.length > 1 ? jQuery.uniqueSort( matched ) : matched );\n\t},\n\n\t// Determine the position of an element within the set\n\tindex: function( elem ) {\n\n\t\t// No argument, return index in parent\n\t\tif ( !elem ) {\n\t\t\treturn ( this[ 0 ] && this[ 0 ].parentNode ) ? this.first().prevAll().length : -1;\n\t\t}\n\n\t\t// Index in selector\n\t\tif ( typeof elem === \"string\" ) {\n\t\t\treturn indexOf.call( jQuery( elem ), this[ 0 ] );\n\t\t}\n\n\t\t// Locate the position of the desired element\n\t\treturn indexOf.call( this,\n\n\t\t\t// If it receives a jQuery object, the first element is used\n\t\t\telem.jquery ? elem[ 0 ] : elem\n\t\t);\n\t},\n\n\tadd: function( selector, context ) {\n\t\treturn this.pushStack(\n\t\t\tjQuery.uniqueSort(\n\t\t\t\tjQuery.merge( this.get(), jQuery( selector, context ) )\n\t\t\t)\n\t\t);\n\t},\n\n\taddBack: function( selector ) {\n\t\treturn this.add( selector == null ?\n\t\t\tthis.prevObject : this.prevObject.filter( selector )\n\t\t);\n\t}\n} );\n\nfunction sibling( cur, dir ) {\n\twhile ( ( cur = cur[ dir ] ) && cur.nodeType !== 1 ) {}\n\treturn cur;\n}\n\njQuery.each( {\n\tparent: function( elem ) {\n\t\tvar parent = elem.parentNode;\n\t\treturn parent && parent.nodeType !== 11 ? parent : null;\n\t},\n\tparents: function( elem ) {\n\t\treturn dir( elem, \"parentNode\" );\n\t},\n\tparentsUntil: function( elem, i, until ) {\n\t\treturn dir( elem, \"parentNode\", until );\n\t},\n\tnext: function( elem ) {\n\t\treturn sibling( elem, \"nextSibling\" );\n\t},\n\tprev: function( elem ) {\n\t\treturn sibling( elem, \"previousSibling\" );\n\t},\n\tnextAll: function( elem ) {\n\t\treturn dir( elem, \"nextSibling\" );\n\t},\n\tprevAll: function( elem ) {\n\t\treturn dir( elem, \"previousSibling\" );\n\t},\n\tnextUntil: function( elem, i, until ) {\n\t\treturn dir( elem, \"nextSibling\", until );\n\t},\n\tprevUntil: function( elem, i, until ) {\n\t\treturn dir( elem, \"previousSibling\", until );\n\t},\n\tsiblings: function( elem ) {\n\t\treturn siblings( ( elem.parentNode || {} ).firstChild, elem );\n\t},\n\tchildren: function( elem ) {\n\t\treturn siblings( elem.firstChild );\n\t},\n\tcontents: function( elem ) {\n if ( nodeName( elem, \"iframe\" ) ) {\n return elem.contentDocument;\n }\n\n // Support: IE 9 - 11 only, iOS 7 only, Android Browser <=4.3 only\n // Treat the template element as a regular one in browsers that\n // don't support it.\n if ( nodeName( elem, \"template\" ) ) {\n elem = elem.content || elem;\n }\n\n return jQuery.merge( [], elem.childNodes );\n\t}\n}, function( name, fn ) {\n\tjQuery.fn[ name ] = function( until, selector ) {\n\t\tvar matched = jQuery.map( this, fn, until );\n\n\t\tif ( name.slice( -5 ) !== \"Until\" ) {\n\t\t\tselector = until;\n\t\t}\n\n\t\tif ( selector && typeof selector === \"string\" ) {\n\t\t\tmatched = jQuery.filter( selector, matched );\n\t\t}\n\n\t\tif ( this.length > 1 ) {\n\n\t\t\t// Remove duplicates\n\t\t\tif ( !guaranteedUnique[ name ] ) {\n\t\t\t\tjQuery.uniqueSort( matched );\n\t\t\t}\n\n\t\t\t// Reverse order for parents* and prev-derivatives\n\t\t\tif ( rparentsprev.test( name ) ) {\n\t\t\t\tmatched.reverse();\n\t\t\t}\n\t\t}\n\n\t\treturn this.pushStack( matched );\n\t};\n} );\nvar rnothtmlwhite = ( /[^\\x20\\t\\r\\n\\f]+/g );\n\n\n\n// Convert String-formatted options into Object-formatted ones\nfunction createOptions( options ) {\n\tvar object = {};\n\tjQuery.each( options.match( rnothtmlwhite ) || [], function( _, flag ) {\n\t\tobject[ flag ] = true;\n\t} );\n\treturn object;\n}\n\n/*\n * Create a callback list using the following parameters:\n *\n *\toptions: an optional list of space-separated options that will change how\n *\t\t\tthe callback list behaves or a more traditional option object\n *\n * By default a callback list will act like an event callback list and can be\n * \"fired\" multiple times.\n *\n * Possible options:\n *\n *\tonce:\t\t\twill ensure the callback list can only be fired once (like a Deferred)\n *\n *\tmemory:\t\t\twill keep track of previous values and will call any callback added\n *\t\t\t\t\tafter the list has been fired right away with the latest \"memorized\"\n *\t\t\t\t\tvalues (like a Deferred)\n *\n *\tunique:\t\t\twill ensure a callback can only be added once (no duplicate in the list)\n *\n *\tstopOnFalse:\tinterrupt callings when a callback returns false\n *\n */\njQuery.Callbacks = function( options ) {\n\n\t// Convert options from String-formatted to Object-formatted if needed\n\t// (we check in cache first)\n\toptions = typeof options === \"string\" ?\n\t\tcreateOptions( options ) :\n\t\tjQuery.extend( {}, options );\n\n\tvar // Flag to know if list is currently firing\n\t\tfiring,\n\n\t\t// Last fire value for non-forgettable lists\n\t\tmemory,\n\n\t\t// Flag to know if list was already fired\n\t\tfired,\n\n\t\t// Flag to prevent firing\n\t\tlocked,\n\n\t\t// Actual callback list\n\t\tlist = [],\n\n\t\t// Queue of execution data for repeatable lists\n\t\tqueue = [],\n\n\t\t// Index of currently firing callback (modified by add/remove as needed)\n\t\tfiringIndex = -1,\n\n\t\t// Fire callbacks\n\t\tfire = function() {\n\n\t\t\t// Enforce single-firing\n\t\t\tlocked = locked || options.once;\n\n\t\t\t// Execute callbacks for all pending executions,\n\t\t\t// respecting firingIndex overrides and runtime changes\n\t\t\tfired = firing = true;\n\t\t\tfor ( ; queue.length; firingIndex = -1 ) {\n\t\t\t\tmemory = queue.shift();\n\t\t\t\twhile ( ++firingIndex < list.length ) {\n\n\t\t\t\t\t// Run callback and check for early termination\n\t\t\t\t\tif ( list[ firingIndex ].apply( memory[ 0 ], memory[ 1 ] ) === false &&\n\t\t\t\t\t\toptions.stopOnFalse ) {\n\n\t\t\t\t\t\t// Jump to end and forget the data so .add doesn't re-fire\n\t\t\t\t\t\tfiringIndex = list.length;\n\t\t\t\t\t\tmemory = false;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\n\t\t\t// Forget the data if we're done with it\n\t\t\tif ( !options.memory ) {\n\t\t\t\tmemory = false;\n\t\t\t}\n\n\t\t\tfiring = false;\n\n\t\t\t// Clean up if we're done firing for good\n\t\t\tif ( locked ) {\n\n\t\t\t\t// Keep an empty list if we have data for future add calls\n\t\t\t\tif ( memory ) {\n\t\t\t\t\tlist = [];\n\n\t\t\t\t// Otherwise, this object is spent\n\t\t\t\t} else {\n\t\t\t\t\tlist = \"\";\n\t\t\t\t}\n\t\t\t}\n\t\t},\n\n\t\t// Actual Callbacks object\n\t\tself = {\n\n\t\t\t// Add a callback or a collection of callbacks to the list\n\t\t\tadd: function() {\n\t\t\t\tif ( list ) {\n\n\t\t\t\t\t// If we have memory from a past run, we should fire after adding\n\t\t\t\t\tif ( memory && !firing ) {\n\t\t\t\t\t\tfiringIndex = list.length - 1;\n\t\t\t\t\t\tqueue.push( memory );\n\t\t\t\t\t}\n\n\t\t\t\t\t( function add( args ) {\n\t\t\t\t\t\tjQuery.each( args, function( _, arg ) {\n\t\t\t\t\t\t\tif ( isFunction( arg ) ) {\n\t\t\t\t\t\t\t\tif ( !options.unique || !self.has( arg ) ) {\n\t\t\t\t\t\t\t\t\tlist.push( arg );\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t} else if ( arg && arg.length && toType( arg ) !== \"string\" ) {\n\n\t\t\t\t\t\t\t\t// Inspect recursively\n\t\t\t\t\t\t\t\tadd( arg );\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t} );\n\t\t\t\t\t} )( arguments );\n\n\t\t\t\t\tif ( memory && !firing ) {\n\t\t\t\t\t\tfire();\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\treturn this;\n\t\t\t},\n\n\t\t\t// Remove a callback from the list\n\t\t\tremove: function() {\n\t\t\t\tjQuery.each( arguments, function( _, arg ) {\n\t\t\t\t\tvar index;\n\t\t\t\t\twhile ( ( index = jQuery.inArray( arg, list, index ) ) > -1 ) {\n\t\t\t\t\t\tlist.splice( index, 1 );\n\n\t\t\t\t\t\t// Handle firing indexes\n\t\t\t\t\t\tif ( index <= firingIndex ) {\n\t\t\t\t\t\t\tfiringIndex--;\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t} );\n\t\t\t\treturn this;\n\t\t\t},\n\n\t\t\t// Check if a given callback is in the list.\n\t\t\t// If no argument is given, return whether or not list has callbacks attached.\n\t\t\thas: function( fn ) {\n\t\t\t\treturn fn ?\n\t\t\t\t\tjQuery.inArray( fn, list ) > -1 :\n\t\t\t\t\tlist.length > 0;\n\t\t\t},\n\n\t\t\t// Remove all callbacks from the list\n\t\t\tempty: function() {\n\t\t\t\tif ( list ) {\n\t\t\t\t\tlist = [];\n\t\t\t\t}\n\t\t\t\treturn this;\n\t\t\t},\n\n\t\t\t// Disable .fire and .add\n\t\t\t// Abort any current/pending executions\n\t\t\t// Clear all callbacks and values\n\t\t\tdisable: function() {\n\t\t\t\tlocked = queue = [];\n\t\t\t\tlist = memory = \"\";\n\t\t\t\treturn this;\n\t\t\t},\n\t\t\tdisabled: function() {\n\t\t\t\treturn !list;\n\t\t\t},\n\n\t\t\t// Disable .fire\n\t\t\t// Also disable .add unless we have memory (since it would have no effect)\n\t\t\t// Abort any pending executions\n\t\t\tlock: function() {\n\t\t\t\tlocked = queue = [];\n\t\t\t\tif ( !memory && !firing ) {\n\t\t\t\t\tlist = memory = \"\";\n\t\t\t\t}\n\t\t\t\treturn this;\n\t\t\t},\n\t\t\tlocked: function() {\n\t\t\t\treturn !!locked;\n\t\t\t},\n\n\t\t\t// Call all callbacks with the given context and arguments\n\t\t\tfireWith: function( context, args ) {\n\t\t\t\tif ( !locked ) {\n\t\t\t\t\targs = args || [];\n\t\t\t\t\targs = [ context, args.slice ? args.slice() : args ];\n\t\t\t\t\tqueue.push( args );\n\t\t\t\t\tif ( !firing ) {\n\t\t\t\t\t\tfire();\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\treturn this;\n\t\t\t},\n\n\t\t\t// Call all the callbacks with the given arguments\n\t\t\tfire: function() {\n\t\t\t\tself.fireWith( this, arguments );\n\t\t\t\treturn this;\n\t\t\t},\n\n\t\t\t// To know if the callbacks have already been called at least once\n\t\t\tfired: function() {\n\t\t\t\treturn !!fired;\n\t\t\t}\n\t\t};\n\n\treturn self;\n};\n\n\nfunction Identity( v ) {\n\treturn v;\n}\nfunction Thrower( ex ) {\n\tthrow ex;\n}\n\nfunction adoptValue( value, resolve, reject, noValue ) {\n\tvar method;\n\n\ttry {\n\n\t\t// Check for promise aspect first to privilege synchronous behavior\n\t\tif ( value && isFunction( ( method = value.promise ) ) ) {\n\t\t\tmethod.call( value ).done( resolve ).fail( reject );\n\n\t\t// Other thenables\n\t\t} else if ( value && isFunction( ( method = value.then ) ) ) {\n\t\t\tmethod.call( value, resolve, reject );\n\n\t\t// Other non-thenables\n\t\t} else {\n\n\t\t\t// Control `resolve` arguments by letting Array#slice cast boolean `noValue` to integer:\n\t\t\t// * false: [ value ].slice( 0 ) => resolve( value )\n\t\t\t// * true: [ value ].slice( 1 ) => resolve()\n\t\t\tresolve.apply( undefined, [ value ].slice( noValue ) );\n\t\t}\n\n\t// For Promises/A+, convert exceptions into rejections\n\t// Since jQuery.when doesn't unwrap thenables, we can skip the extra checks appearing in\n\t// Deferred#then to conditionally suppress rejection.\n\t} catch ( value ) {\n\n\t\t// Support: Android 4.0 only\n\t\t// Strict mode functions invoked without .call/.apply get global-object context\n\t\treject.apply( undefined, [ value ] );\n\t}\n}\n\njQuery.extend( {\n\n\tDeferred: function( func ) {\n\t\tvar tuples = [\n\n\t\t\t\t// action, add listener, callbacks,\n\t\t\t\t// ... .then handlers, argument index, [final state]\n\t\t\t\t[ \"notify\", \"progress\", jQuery.Callbacks( \"memory\" ),\n\t\t\t\t\tjQuery.Callbacks( \"memory\" ), 2 ],\n\t\t\t\t[ \"resolve\", \"done\", jQuery.Callbacks( \"once memory\" ),\n\t\t\t\t\tjQuery.Callbacks( \"once memory\" ), 0, \"resolved\" ],\n\t\t\t\t[ \"reject\", \"fail\", jQuery.Callbacks( \"once memory\" ),\n\t\t\t\t\tjQuery.Callbacks( \"once memory\" ), 1, \"rejected\" ]\n\t\t\t],\n\t\t\tstate = \"pending\",\n\t\t\tpromise = {\n\t\t\t\tstate: function() {\n\t\t\t\t\treturn state;\n\t\t\t\t},\n\t\t\t\talways: function() {\n\t\t\t\t\tdeferred.done( arguments ).fail( arguments );\n\t\t\t\t\treturn this;\n\t\t\t\t},\n\t\t\t\t\"catch\": function( fn ) {\n\t\t\t\t\treturn promise.then( null, fn );\n\t\t\t\t},\n\n\t\t\t\t// Keep pipe for back-compat\n\t\t\t\tpipe: function( /* fnDone, fnFail, fnProgress */ ) {\n\t\t\t\t\tvar fns = arguments;\n\n\t\t\t\t\treturn jQuery.Deferred( function( newDefer ) {\n\t\t\t\t\t\tjQuery.each( tuples, function( i, tuple ) {\n\n\t\t\t\t\t\t\t// Map tuples (progress, done, fail) to arguments (done, fail, progress)\n\t\t\t\t\t\t\tvar fn = isFunction( fns[ tuple[ 4 ] ] ) && fns[ tuple[ 4 ] ];\n\n\t\t\t\t\t\t\t// deferred.progress(function() { bind to newDefer or newDefer.notify })\n\t\t\t\t\t\t\t// deferred.done(function() { bind to newDefer or newDefer.resolve })\n\t\t\t\t\t\t\t// deferred.fail(function() { bind to newDefer or newDefer.reject })\n\t\t\t\t\t\t\tdeferred[ tuple[ 1 ] ]( function() {\n\t\t\t\t\t\t\t\tvar returned = fn && fn.apply( this, arguments );\n\t\t\t\t\t\t\t\tif ( returned && isFunction( returned.promise ) ) {\n\t\t\t\t\t\t\t\t\treturned.promise()\n\t\t\t\t\t\t\t\t\t\t.progress( newDefer.notify )\n\t\t\t\t\t\t\t\t\t\t.done( newDefer.resolve )\n\t\t\t\t\t\t\t\t\t\t.fail( newDefer.reject );\n\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\tnewDefer[ tuple[ 0 ] + \"With\" ](\n\t\t\t\t\t\t\t\t\t\tthis,\n\t\t\t\t\t\t\t\t\t\tfn ? [ returned ] : arguments\n\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t} );\n\t\t\t\t\t\t} );\n\t\t\t\t\t\tfns = null;\n\t\t\t\t\t} ).promise();\n\t\t\t\t},\n\t\t\t\tthen: function( onFulfilled, onRejected, onProgress ) {\n\t\t\t\t\tvar maxDepth = 0;\n\t\t\t\t\tfunction resolve( depth, deferred, handler, special ) {\n\t\t\t\t\t\treturn function() {\n\t\t\t\t\t\t\tvar that = this,\n\t\t\t\t\t\t\t\targs = arguments,\n\t\t\t\t\t\t\t\tmightThrow = function() {\n\t\t\t\t\t\t\t\t\tvar returned, then;\n\n\t\t\t\t\t\t\t\t\t// Support: Promises/A+ section 2.3.3.3.3\n\t\t\t\t\t\t\t\t\t// https://promisesaplus.com/#point-59\n\t\t\t\t\t\t\t\t\t// Ignore double-resolution attempts\n\t\t\t\t\t\t\t\t\tif ( depth < maxDepth ) {\n\t\t\t\t\t\t\t\t\t\treturn;\n\t\t\t\t\t\t\t\t\t}\n\n\t\t\t\t\t\t\t\t\treturned = handler.apply( that, args );\n\n\t\t\t\t\t\t\t\t\t// Support: Promises/A+ section 2.3.1\n\t\t\t\t\t\t\t\t\t// https://promisesaplus.com/#point-48\n\t\t\t\t\t\t\t\t\tif ( returned === deferred.promise() ) {\n\t\t\t\t\t\t\t\t\t\tthrow new TypeError( \"Thenable self-resolution\" );\n\t\t\t\t\t\t\t\t\t}\n\n\t\t\t\t\t\t\t\t\t// Support: Promises/A+ sections 2.3.3.1, 3.5\n\t\t\t\t\t\t\t\t\t// https://promisesaplus.com/#point-54\n\t\t\t\t\t\t\t\t\t// https://promisesaplus.com/#point-75\n\t\t\t\t\t\t\t\t\t// Retrieve `then` only once\n\t\t\t\t\t\t\t\t\tthen = returned &&\n\n\t\t\t\t\t\t\t\t\t\t// Support: Promises/A+ section 2.3.4\n\t\t\t\t\t\t\t\t\t\t// https://promisesaplus.com/#point-64\n\t\t\t\t\t\t\t\t\t\t// Only check objects and functions for thenability\n\t\t\t\t\t\t\t\t\t\t( typeof returned === \"object\" ||\n\t\t\t\t\t\t\t\t\t\t\ttypeof returned === \"function\" ) &&\n\t\t\t\t\t\t\t\t\t\treturned.then;\n\n\t\t\t\t\t\t\t\t\t// Handle a returned thenable\n\t\t\t\t\t\t\t\t\tif ( isFunction( then ) ) {\n\n\t\t\t\t\t\t\t\t\t\t// Special processors (notify) just wait for resolution\n\t\t\t\t\t\t\t\t\t\tif ( special ) {\n\t\t\t\t\t\t\t\t\t\t\tthen.call(\n\t\t\t\t\t\t\t\t\t\t\t\treturned,\n\t\t\t\t\t\t\t\t\t\t\t\tresolve( maxDepth, deferred, Identity, special ),\n\t\t\t\t\t\t\t\t\t\t\t\tresolve( maxDepth, deferred, Thrower, special )\n\t\t\t\t\t\t\t\t\t\t\t);\n\n\t\t\t\t\t\t\t\t\t\t// Normal processors (resolve) also hook into progress\n\t\t\t\t\t\t\t\t\t\t} else {\n\n\t\t\t\t\t\t\t\t\t\t\t// ...and disregard older resolution values\n\t\t\t\t\t\t\t\t\t\t\tmaxDepth++;\n\n\t\t\t\t\t\t\t\t\t\t\tthen.call(\n\t\t\t\t\t\t\t\t\t\t\t\treturned,\n\t\t\t\t\t\t\t\t\t\t\t\tresolve( maxDepth, deferred, Identity, special ),\n\t\t\t\t\t\t\t\t\t\t\t\tresolve( maxDepth, deferred, Thrower, special ),\n\t\t\t\t\t\t\t\t\t\t\t\tresolve( maxDepth, deferred, Identity,\n\t\t\t\t\t\t\t\t\t\t\t\t\tdeferred.notifyWith )\n\t\t\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t\t\t}\n\n\t\t\t\t\t\t\t\t\t// Handle all other returned values\n\t\t\t\t\t\t\t\t\t} else {\n\n\t\t\t\t\t\t\t\t\t\t// Only substitute handlers pass on context\n\t\t\t\t\t\t\t\t\t\t// and multiple values (non-spec behavior)\n\t\t\t\t\t\t\t\t\t\tif ( handler !== Identity ) {\n\t\t\t\t\t\t\t\t\t\t\tthat = undefined;\n\t\t\t\t\t\t\t\t\t\t\targs = [ returned ];\n\t\t\t\t\t\t\t\t\t\t}\n\n\t\t\t\t\t\t\t\t\t\t// Process the value(s)\n\t\t\t\t\t\t\t\t\t\t// Default process is resolve\n\t\t\t\t\t\t\t\t\t\t( special || deferred.resolveWith )( that, args );\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t},\n\n\t\t\t\t\t\t\t\t// Only normal processors (resolve) catch and reject exceptions\n\t\t\t\t\t\t\t\tprocess = special ?\n\t\t\t\t\t\t\t\t\tmightThrow :\n\t\t\t\t\t\t\t\t\tfunction() {\n\t\t\t\t\t\t\t\t\t\ttry {\n\t\t\t\t\t\t\t\t\t\t\tmightThrow();\n\t\t\t\t\t\t\t\t\t\t} catch ( e ) {\n\n\t\t\t\t\t\t\t\t\t\t\tif ( jQuery.Deferred.exceptionHook ) {\n\t\t\t\t\t\t\t\t\t\t\t\tjQuery.Deferred.exceptionHook( e,\n\t\t\t\t\t\t\t\t\t\t\t\t\tprocess.stackTrace );\n\t\t\t\t\t\t\t\t\t\t\t}\n\n\t\t\t\t\t\t\t\t\t\t\t// Support: Promises/A+ section 2.3.3.3.4.1\n\t\t\t\t\t\t\t\t\t\t\t// https://promisesaplus.com/#point-61\n\t\t\t\t\t\t\t\t\t\t\t// Ignore post-resolution exceptions\n\t\t\t\t\t\t\t\t\t\t\tif ( depth + 1 >= maxDepth ) {\n\n\t\t\t\t\t\t\t\t\t\t\t\t// Only substitute handlers pass on context\n\t\t\t\t\t\t\t\t\t\t\t\t// and multiple values (non-spec behavior)\n\t\t\t\t\t\t\t\t\t\t\t\tif ( handler !== Thrower ) {\n\t\t\t\t\t\t\t\t\t\t\t\t\tthat = undefined;\n\t\t\t\t\t\t\t\t\t\t\t\t\targs = [ e ];\n\t\t\t\t\t\t\t\t\t\t\t\t}\n\n\t\t\t\t\t\t\t\t\t\t\t\tdeferred.rejectWith( that, args );\n\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t};\n\n\t\t\t\t\t\t\t// Support: Promises/A+ section 2.3.3.3.1\n\t\t\t\t\t\t\t// https://promisesaplus.com/#point-57\n\t\t\t\t\t\t\t// Re-resolve promises immediately to dodge false rejection from\n\t\t\t\t\t\t\t// subsequent errors\n\t\t\t\t\t\t\tif ( depth ) {\n\t\t\t\t\t\t\t\tprocess();\n\t\t\t\t\t\t\t} else {\n\n\t\t\t\t\t\t\t\t// Call an optional hook to record the stack, in case of exception\n\t\t\t\t\t\t\t\t// since it's otherwise lost when execution goes async\n\t\t\t\t\t\t\t\tif ( jQuery.Deferred.getStackHook ) {\n\t\t\t\t\t\t\t\t\tprocess.stackTrace = jQuery.Deferred.getStackHook();\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\twindow.setTimeout( process );\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t};\n\t\t\t\t\t}\n\n\t\t\t\t\treturn jQuery.Deferred( function( newDefer ) {\n\n\t\t\t\t\t\t// progress_handlers.add( ... )\n\t\t\t\t\t\ttuples[ 0 ][ 3 ].add(\n\t\t\t\t\t\t\tresolve(\n\t\t\t\t\t\t\t\t0,\n\t\t\t\t\t\t\t\tnewDefer,\n\t\t\t\t\t\t\t\tisFunction( onProgress ) ?\n\t\t\t\t\t\t\t\t\tonProgress :\n\t\t\t\t\t\t\t\t\tIdentity,\n\t\t\t\t\t\t\t\tnewDefer.notifyWith\n\t\t\t\t\t\t\t)\n\t\t\t\t\t\t);\n\n\t\t\t\t\t\t// fulfilled_handlers.add( ... )\n\t\t\t\t\t\ttuples[ 1 ][ 3 ].add(\n\t\t\t\t\t\t\tresolve(\n\t\t\t\t\t\t\t\t0,\n\t\t\t\t\t\t\t\tnewDefer,\n\t\t\t\t\t\t\t\tisFunction( onFulfilled ) ?\n\t\t\t\t\t\t\t\t\tonFulfilled :\n\t\t\t\t\t\t\t\t\tIdentity\n\t\t\t\t\t\t\t)\n\t\t\t\t\t\t);\n\n\t\t\t\t\t\t// rejected_handlers.add( ... )\n\t\t\t\t\t\ttuples[ 2 ][ 3 ].add(\n\t\t\t\t\t\t\tresolve(\n\t\t\t\t\t\t\t\t0,\n\t\t\t\t\t\t\t\tnewDefer,\n\t\t\t\t\t\t\t\tisFunction( onRejected ) ?\n\t\t\t\t\t\t\t\t\tonRejected :\n\t\t\t\t\t\t\t\t\tThrower\n\t\t\t\t\t\t\t)\n\t\t\t\t\t\t);\n\t\t\t\t\t} ).promise();\n\t\t\t\t},\n\n\t\t\t\t// Get a promise for this deferred\n\t\t\t\t// If obj is provided, the promise aspect is added to the object\n\t\t\t\tpromise: function( obj ) {\n\t\t\t\t\treturn obj != null ? jQuery.extend( obj, promise ) : promise;\n\t\t\t\t}\n\t\t\t},\n\t\t\tdeferred = {};\n\n\t\t// Add list-specific methods\n\t\tjQuery.each( tuples, function( i, tuple ) {\n\t\t\tvar list = tuple[ 2 ],\n\t\t\t\tstateString = tuple[ 5 ];\n\n\t\t\t// promise.progress = list.add\n\t\t\t// promise.done = list.add\n\t\t\t// promise.fail = list.add\n\t\t\tpromise[ tuple[ 1 ] ] = list.add;\n\n\t\t\t// Handle state\n\t\t\tif ( stateString ) {\n\t\t\t\tlist.add(\n\t\t\t\t\tfunction() {\n\n\t\t\t\t\t\t// state = \"resolved\" (i.e., fulfilled)\n\t\t\t\t\t\t// state = \"rejected\"\n\t\t\t\t\t\tstate = stateString;\n\t\t\t\t\t},\n\n\t\t\t\t\t// rejected_callbacks.disable\n\t\t\t\t\t// fulfilled_callbacks.disable\n\t\t\t\t\ttuples[ 3 - i ][ 2 ].disable,\n\n\t\t\t\t\t// rejected_handlers.disable\n\t\t\t\t\t// fulfilled_handlers.disable\n\t\t\t\t\ttuples[ 3 - i ][ 3 ].disable,\n\n\t\t\t\t\t// progress_callbacks.lock\n\t\t\t\t\ttuples[ 0 ][ 2 ].lock,\n\n\t\t\t\t\t// progress_handlers.lock\n\t\t\t\t\ttuples[ 0 ][ 3 ].lock\n\t\t\t\t);\n\t\t\t}\n\n\t\t\t// progress_handlers.fire\n\t\t\t// fulfilled_handlers.fire\n\t\t\t// rejected_handlers.fire\n\t\t\tlist.add( tuple[ 3 ].fire );\n\n\t\t\t// deferred.notify = function() { deferred.notifyWith(...) }\n\t\t\t// deferred.resolve = function() { deferred.resolveWith(...) }\n\t\t\t// deferred.reject = function() { deferred.rejectWith(...) }\n\t\t\tdeferred[ tuple[ 0 ] ] = function() {\n\t\t\t\tdeferred[ tuple[ 0 ] + \"With\" ]( this === deferred ? undefined : this, arguments );\n\t\t\t\treturn this;\n\t\t\t};\n\n\t\t\t// deferred.notifyWith = list.fireWith\n\t\t\t// deferred.resolveWith = list.fireWith\n\t\t\t// deferred.rejectWith = list.fireWith\n\t\t\tdeferred[ tuple[ 0 ] + \"With\" ] = list.fireWith;\n\t\t} );\n\n\t\t// Make the deferred a promise\n\t\tpromise.promise( deferred );\n\n\t\t// Call given func if any\n\t\tif ( func ) {\n\t\t\tfunc.call( deferred, deferred );\n\t\t}\n\n\t\t// All done!\n\t\treturn deferred;\n\t},\n\n\t// Deferred helper\n\twhen: function( singleValue ) {\n\t\tvar\n\n\t\t\t// count of uncompleted subordinates\n\t\t\tremaining = arguments.length,\n\n\t\t\t// count of unprocessed arguments\n\t\t\ti = remaining,\n\n\t\t\t// subordinate fulfillment data\n\t\t\tresolveContexts = Array( i ),\n\t\t\tresolveValues = slice.call( arguments ),\n\n\t\t\t// the master Deferred\n\t\t\tmaster = jQuery.Deferred(),\n\n\t\t\t// subordinate callback factory\n\t\t\tupdateFunc = function( i ) {\n\t\t\t\treturn function( value ) {\n\t\t\t\t\tresolveContexts[ i ] = this;\n\t\t\t\t\tresolveValues[ i ] = arguments.length > 1 ? slice.call( arguments ) : value;\n\t\t\t\t\tif ( !( --remaining ) ) {\n\t\t\t\t\t\tmaster.resolveWith( resolveContexts, resolveValues );\n\t\t\t\t\t}\n\t\t\t\t};\n\t\t\t};\n\n\t\t// Single- and empty arguments are adopted like Promise.resolve\n\t\tif ( remaining <= 1 ) {\n\t\t\tadoptValue( singleValue, master.done( updateFunc( i ) ).resolve, master.reject,\n\t\t\t\t!remaining );\n\n\t\t\t// Use .then() to unwrap secondary thenables (cf. gh-3000)\n\t\t\tif ( master.state() === \"pending\" ||\n\t\t\t\tisFunction( resolveValues[ i ] && resolveValues[ i ].then ) ) {\n\n\t\t\t\treturn master.then();\n\t\t\t}\n\t\t}\n\n\t\t// Multiple arguments are aggregated like Promise.all array elements\n\t\twhile ( i-- ) {\n\t\t\tadoptValue( resolveValues[ i ], updateFunc( i ), master.reject );\n\t\t}\n\n\t\treturn master.promise();\n\t}\n} );\n\n\n// These usually indicate a programmer mistake during development,\n// warn about them ASAP rather than swallowing them by default.\nvar rerrorNames = /^(Eval|Internal|Range|Reference|Syntax|Type|URI)Error$/;\n\njQuery.Deferred.exceptionHook = function( error, stack ) {\n\n\t// Support: IE 8 - 9 only\n\t// Console exists when dev tools are open, which can happen at any time\n\tif ( window.console && window.console.warn && error && rerrorNames.test( error.name ) ) {\n\t\twindow.console.warn( \"jQuery.Deferred exception: \" + error.message, error.stack, stack );\n\t}\n};\n\n\n\n\njQuery.readyException = function( error ) {\n\twindow.setTimeout( function() {\n\t\tthrow error;\n\t} );\n};\n\n\n\n\n// The deferred used on DOM ready\nvar readyList = jQuery.Deferred();\n\njQuery.fn.ready = function( fn ) {\n\n\treadyList\n\t\t.then( fn )\n\n\t\t// Wrap jQuery.readyException in a function so that the lookup\n\t\t// happens at the time of error handling instead of callback\n\t\t// registration.\n\t\t.catch( function( error ) {\n\t\t\tjQuery.readyException( error );\n\t\t} );\n\n\treturn this;\n};\n\njQuery.extend( {\n\n\t// Is the DOM ready to be used? Set to true once it occurs.\n\tisReady: false,\n\n\t// A counter to track how many items to wait for before\n\t// the ready event fires. See #6781\n\treadyWait: 1,\n\n\t// Handle when the DOM is ready\n\tready: function( wait ) {\n\n\t\t// Abort if there are pending holds or we're already ready\n\t\tif ( wait === true ? --jQuery.readyWait : jQuery.isReady ) {\n\t\t\treturn;\n\t\t}\n\n\t\t// Remember that the DOM is ready\n\t\tjQuery.isReady = true;\n\n\t\t// If a normal DOM Ready event fired, decrement, and wait if need be\n\t\tif ( wait !== true && --jQuery.readyWait > 0 ) {\n\t\t\treturn;\n\t\t}\n\n\t\t// If there are functions bound, to execute\n\t\treadyList.resolveWith( document, [ jQuery ] );\n\t}\n} );\n\njQuery.ready.then = readyList.then;\n\n// The ready event handler and self cleanup method\nfunction completed() {\n\tdocument.removeEventListener( \"DOMContentLoaded\", completed );\n\twindow.removeEventListener( \"load\", completed );\n\tjQuery.ready();\n}\n\n// Catch cases where $(document).ready() is called\n// after the browser event has already occurred.\n// Support: IE <=9 - 10 only\n// Older IE sometimes signals \"interactive\" too soon\nif ( document.readyState === \"complete\" ||\n\t( document.readyState !== \"loading\" && !document.documentElement.doScroll ) ) {\n\n\t// Handle it asynchronously to allow scripts the opportunity to delay ready\n\twindow.setTimeout( jQuery.ready );\n\n} else {\n\n\t// Use the handy event callback\n\tdocument.addEventListener( \"DOMContentLoaded\", completed );\n\n\t// A fallback to window.onload, that will always work\n\twindow.addEventListener( \"load\", completed );\n}\n\n\n\n\n// Multifunctional method to get and set values of a collection\n// The value/s can optionally be executed if it's a function\nvar access = function( elems, fn, key, value, chainable, emptyGet, raw ) {\n\tvar i = 0,\n\t\tlen = elems.length,\n\t\tbulk = key == null;\n\n\t// Sets many values\n\tif ( toType( key ) === \"object\" ) {\n\t\tchainable = true;\n\t\tfor ( i in key ) {\n\t\t\taccess( elems, fn, i, key[ i ], true, emptyGet, raw );\n\t\t}\n\n\t// Sets one value\n\t} else if ( value !== undefined ) {\n\t\tchainable = true;\n\n\t\tif ( !isFunction( value ) ) {\n\t\t\traw = true;\n\t\t}\n\n\t\tif ( bulk ) {\n\n\t\t\t// Bulk operations run against the entire set\n\t\t\tif ( raw ) {\n\t\t\t\tfn.call( elems, value );\n\t\t\t\tfn = null;\n\n\t\t\t// ...except when executing function values\n\t\t\t} else {\n\t\t\t\tbulk = fn;\n\t\t\t\tfn = function( elem, key, value ) {\n\t\t\t\t\treturn bulk.call( jQuery( elem ), value );\n\t\t\t\t};\n\t\t\t}\n\t\t}\n\n\t\tif ( fn ) {\n\t\t\tfor ( ; i < len; i++ ) {\n\t\t\t\tfn(\n\t\t\t\t\telems[ i ], key, raw ?\n\t\t\t\t\tvalue :\n\t\t\t\t\tvalue.call( elems[ i ], i, fn( elems[ i ], key ) )\n\t\t\t\t);\n\t\t\t}\n\t\t}\n\t}\n\n\tif ( chainable ) {\n\t\treturn elems;\n\t}\n\n\t// Gets\n\tif ( bulk ) {\n\t\treturn fn.call( elems );\n\t}\n\n\treturn len ? fn( elems[ 0 ], key ) : emptyGet;\n};\n\n\n// Matches dashed string for camelizing\nvar rmsPrefix = /^-ms-/,\n\trdashAlpha = /-([a-z])/g;\n\n// Used by camelCase as callback to replace()\nfunction fcamelCase( all, letter ) {\n\treturn letter.toUpperCase();\n}\n\n// Convert dashed to camelCase; used by the css and data modules\n// Support: IE <=9 - 11, Edge 12 - 15\n// Microsoft forgot to hump their vendor prefix (#9572)\nfunction camelCase( string ) {\n\treturn string.replace( rmsPrefix, \"ms-\" ).replace( rdashAlpha, fcamelCase );\n}\nvar acceptData = function( owner ) {\n\n\t// Accepts only:\n\t// - Node\n\t// - Node.ELEMENT_NODE\n\t// - Node.DOCUMENT_NODE\n\t// - Object\n\t// - Any\n\treturn owner.nodeType === 1 || owner.nodeType === 9 || !( +owner.nodeType );\n};\n\n\n\n\nfunction Data() {\n\tthis.expando = jQuery.expando + Data.uid++;\n}\n\nData.uid = 1;\n\nData.prototype = {\n\n\tcache: function( owner ) {\n\n\t\t// Check if the owner object already has a cache\n\t\tvar value = owner[ this.expando ];\n\n\t\t// If not, create one\n\t\tif ( !value ) {\n\t\t\tvalue = {};\n\n\t\t\t// We can accept data for non-element nodes in modern browsers,\n\t\t\t// but we should not, see #8335.\n\t\t\t// Always return an empty object.\n\t\t\tif ( acceptData( owner ) ) {\n\n\t\t\t\t// If it is a node unlikely to be stringify-ed or looped over\n\t\t\t\t// use plain assignment\n\t\t\t\tif ( owner.nodeType ) {\n\t\t\t\t\towner[ this.expando ] = value;\n\n\t\t\t\t// Otherwise secure it in a non-enumerable property\n\t\t\t\t// configurable must be true to allow the property to be\n\t\t\t\t// deleted when data is removed\n\t\t\t\t} else {\n\t\t\t\t\tObject.defineProperty( owner, this.expando, {\n\t\t\t\t\t\tvalue: value,\n\t\t\t\t\t\tconfigurable: true\n\t\t\t\t\t} );\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\treturn value;\n\t},\n\tset: function( owner, data, value ) {\n\t\tvar prop,\n\t\t\tcache = this.cache( owner );\n\n\t\t// Handle: [ owner, key, value ] args\n\t\t// Always use camelCase key (gh-2257)\n\t\tif ( typeof data === \"string\" ) {\n\t\t\tcache[ camelCase( data ) ] = value;\n\n\t\t// Handle: [ owner, { properties } ] args\n\t\t} else {\n\n\t\t\t// Copy the properties one-by-one to the cache object\n\t\t\tfor ( prop in data ) {\n\t\t\t\tcache[ camelCase( prop ) ] = data[ prop ];\n\t\t\t}\n\t\t}\n\t\treturn cache;\n\t},\n\tget: function( owner, key ) {\n\t\treturn key === undefined ?\n\t\t\tthis.cache( owner ) :\n\n\t\t\t// Always use camelCase key (gh-2257)\n\t\t\towner[ this.expando ] && owner[ this.expando ][ camelCase( key ) ];\n\t},\n\taccess: function( owner, key, value ) {\n\n\t\t// In cases where either:\n\t\t//\n\t\t// 1. No key was specified\n\t\t// 2. A string key was specified, but no value provided\n\t\t//\n\t\t// Take the \"read\" path and allow the get method to determine\n\t\t// which value to return, respectively either:\n\t\t//\n\t\t// 1. The entire cache object\n\t\t// 2. The data stored at the key\n\t\t//\n\t\tif ( key === undefined ||\n\t\t\t\t( ( key && typeof key === \"string\" ) && value === undefined ) ) {\n\n\t\t\treturn this.get( owner, key );\n\t\t}\n\n\t\t// When the key is not a string, or both a key and value\n\t\t// are specified, set or extend (existing objects) with either:\n\t\t//\n\t\t// 1. An object of properties\n\t\t// 2. A key and value\n\t\t//\n\t\tthis.set( owner, key, value );\n\n\t\t// Since the \"set\" path can have two possible entry points\n\t\t// return the expected data based on which path was taken[*]\n\t\treturn value !== undefined ? value : key;\n\t},\n\tremove: function( owner, key ) {\n\t\tvar i,\n\t\t\tcache = owner[ this.expando ];\n\n\t\tif ( cache === undefined ) {\n\t\t\treturn;\n\t\t}\n\n\t\tif ( key !== undefined ) {\n\n\t\t\t// Support array or space separated string of keys\n\t\t\tif ( Array.isArray( key ) ) {\n\n\t\t\t\t// If key is an array of keys...\n\t\t\t\t// We always set camelCase keys, so remove that.\n\t\t\t\tkey = key.map( camelCase );\n\t\t\t} else {\n\t\t\t\tkey = camelCase( key );\n\n\t\t\t\t// If a key with the spaces exists, use it.\n\t\t\t\t// Otherwise, create an array by matching non-whitespace\n\t\t\t\tkey = key in cache ?\n\t\t\t\t\t[ key ] :\n\t\t\t\t\t( key.match( rnothtmlwhite ) || [] );\n\t\t\t}\n\n\t\t\ti = key.length;\n\n\t\t\twhile ( i-- ) {\n\t\t\t\tdelete cache[ key[ i ] ];\n\t\t\t}\n\t\t}\n\n\t\t// Remove the expando if there's no more data\n\t\tif ( key === undefined || jQuery.isEmptyObject( cache ) ) {\n\n\t\t\t// Support: Chrome <=35 - 45\n\t\t\t// Webkit & Blink performance suffers when deleting properties\n\t\t\t// from DOM nodes, so set to undefined instead\n\t\t\t// https://bugs.chromium.org/p/chromium/issues/detail?id=378607 (bug restricted)\n\t\t\tif ( owner.nodeType ) {\n\t\t\t\towner[ this.expando ] = undefined;\n\t\t\t} else {\n\t\t\t\tdelete owner[ this.expando ];\n\t\t\t}\n\t\t}\n\t},\n\thasData: function( owner ) {\n\t\tvar cache = owner[ this.expando ];\n\t\treturn cache !== undefined && !jQuery.isEmptyObject( cache );\n\t}\n};\nvar dataPriv = new Data();\n\nvar dataUser = new Data();\n\n\n\n//\tImplementation Summary\n//\n//\t1. Enforce API surface and semantic compatibility with 1.9.x branch\n//\t2. Improve the module's maintainability by reducing the storage\n//\t\tpaths to a single mechanism.\n//\t3. Use the same single mechanism to support \"private\" and \"user\" data.\n//\t4. _Never_ expose \"private\" data to user code (TODO: Drop _data, _removeData)\n//\t5. Avoid exposing implementation details on user objects (eg. expando properties)\n//\t6. Provide a clear path for implementation upgrade to WeakMap in 2014\n\nvar rbrace = /^(?:\\{[\\w\\W]*\\}|\\[[\\w\\W]*\\])$/,\n\trmultiDash = /[A-Z]/g;\n\nfunction getData( data ) {\n\tif ( data === \"true\" ) {\n\t\treturn true;\n\t}\n\n\tif ( data === \"false\" ) {\n\t\treturn false;\n\t}\n\n\tif ( data === \"null\" ) {\n\t\treturn null;\n\t}\n\n\t// Only convert to a number if it doesn't change the string\n\tif ( data === +data + \"\" ) {\n\t\treturn +data;\n\t}\n\n\tif ( rbrace.test( data ) ) {\n\t\treturn JSON.parse( data );\n\t}\n\n\treturn data;\n}\n\nfunction dataAttr( elem, key, data ) {\n\tvar name;\n\n\t// If nothing was found internally, try to fetch any\n\t// data from the HTML5 data-* attribute\n\tif ( data === undefined && elem.nodeType === 1 ) {\n\t\tname = \"data-\" + key.replace( rmultiDash, \"-$&\" ).toLowerCase();\n\t\tdata = elem.getAttribute( name );\n\n\t\tif ( typeof data === \"string\" ) {\n\t\t\ttry {\n\t\t\t\tdata = getData( data );\n\t\t\t} catch ( e ) {}\n\n\t\t\t// Make sure we set the data so it isn't changed later\n\t\t\tdataUser.set( elem, key, data );\n\t\t} else {\n\t\t\tdata = undefined;\n\t\t}\n\t}\n\treturn data;\n}\n\njQuery.extend( {\n\thasData: function( elem ) {\n\t\treturn dataUser.hasData( elem ) || dataPriv.hasData( elem );\n\t},\n\n\tdata: function( elem, name, data ) {\n\t\treturn dataUser.access( elem, name, data );\n\t},\n\n\tremoveData: function( elem, name ) {\n\t\tdataUser.remove( elem, name );\n\t},\n\n\t// TODO: Now that all calls to _data and _removeData have been replaced\n\t// with direct calls to dataPriv methods, these can be deprecated.\n\t_data: function( elem, name, data ) {\n\t\treturn dataPriv.access( elem, name, data );\n\t},\n\n\t_removeData: function( elem, name ) {\n\t\tdataPriv.remove( elem, name );\n\t}\n} );\n\njQuery.fn.extend( {\n\tdata: function( key, value ) {\n\t\tvar i, name, data,\n\t\t\telem = this[ 0 ],\n\t\t\tattrs = elem && elem.attributes;\n\n\t\t// Gets all values\n\t\tif ( key === undefined ) {\n\t\t\tif ( this.length ) {\n\t\t\t\tdata = dataUser.get( elem );\n\n\t\t\t\tif ( elem.nodeType === 1 && !dataPriv.get( elem, \"hasDataAttrs\" ) ) {\n\t\t\t\t\ti = attrs.length;\n\t\t\t\t\twhile ( i-- ) {\n\n\t\t\t\t\t\t// Support: IE 11 only\n\t\t\t\t\t\t// The attrs elements can be null (#14894)\n\t\t\t\t\t\tif ( attrs[ i ] ) {\n\t\t\t\t\t\t\tname = attrs[ i ].name;\n\t\t\t\t\t\t\tif ( name.indexOf( \"data-\" ) === 0 ) {\n\t\t\t\t\t\t\t\tname = camelCase( name.slice( 5 ) );\n\t\t\t\t\t\t\t\tdataAttr( elem, name, data[ name ] );\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t\tdataPriv.set( elem, \"hasDataAttrs\", true );\n\t\t\t\t}\n\t\t\t}\n\n\t\t\treturn data;\n\t\t}\n\n\t\t// Sets multiple values\n\t\tif ( typeof key === \"object\" ) {\n\t\t\treturn this.each( function() {\n\t\t\t\tdataUser.set( this, key );\n\t\t\t} );\n\t\t}\n\n\t\treturn access( this, function( value ) {\n\t\t\tvar data;\n\n\t\t\t// The calling jQuery object (element matches) is not empty\n\t\t\t// (and therefore has an element appears at this[ 0 ]) and the\n\t\t\t// `value` parameter was not undefined. An empty jQuery object\n\t\t\t// will result in `undefined` for elem = this[ 0 ] which will\n\t\t\t// throw an exception if an attempt to read a data cache is made.\n\t\t\tif ( elem && value === undefined ) {\n\n\t\t\t\t// Attempt to get data from the cache\n\t\t\t\t// The key will always be camelCased in Data\n\t\t\t\tdata = dataUser.get( elem, key );\n\t\t\t\tif ( data !== undefined ) {\n\t\t\t\t\treturn data;\n\t\t\t\t}\n\n\t\t\t\t// Attempt to \"discover\" the data in\n\t\t\t\t// HTML5 custom data-* attrs\n\t\t\t\tdata = dataAttr( elem, key );\n\t\t\t\tif ( data !== undefined ) {\n\t\t\t\t\treturn data;\n\t\t\t\t}\n\n\t\t\t\t// We tried really hard, but the data doesn't exist.\n\t\t\t\treturn;\n\t\t\t}\n\n\t\t\t// Set the data...\n\t\t\tthis.each( function() {\n\n\t\t\t\t// We always store the camelCased key\n\t\t\t\tdataUser.set( this, key, value );\n\t\t\t} );\n\t\t}, null, value, arguments.length > 1, null, true );\n\t},\n\n\tremoveData: function( key ) {\n\t\treturn this.each( function() {\n\t\t\tdataUser.remove( this, key );\n\t\t} );\n\t}\n} );\n\n\njQuery.extend( {\n\tqueue: function( elem, type, data ) {\n\t\tvar queue;\n\n\t\tif ( elem ) {\n\t\t\ttype = ( type || \"fx\" ) + \"queue\";\n\t\t\tqueue = dataPriv.get( elem, type );\n\n\t\t\t// Speed up dequeue by getting out quickly if this is just a lookup\n\t\t\tif ( data ) {\n\t\t\t\tif ( !queue || Array.isArray( data ) ) {\n\t\t\t\t\tqueue = dataPriv.access( elem, type, jQuery.makeArray( data ) );\n\t\t\t\t} else {\n\t\t\t\t\tqueue.push( data );\n\t\t\t\t}\n\t\t\t}\n\t\t\treturn queue || [];\n\t\t}\n\t},\n\n\tdequeue: function( elem, type ) {\n\t\ttype = type || \"fx\";\n\n\t\tvar queue = jQuery.queue( elem, type ),\n\t\t\tstartLength = queue.length,\n\t\t\tfn = queue.shift(),\n\t\t\thooks = jQuery._queueHooks( elem, type ),\n\t\t\tnext = function() {\n\t\t\t\tjQuery.dequeue( elem, type );\n\t\t\t};\n\n\t\t// If the fx queue is dequeued, always remove the progress sentinel\n\t\tif ( fn === \"inprogress\" ) {\n\t\t\tfn = queue.shift();\n\t\t\tstartLength--;\n\t\t}\n\n\t\tif ( fn ) {\n\n\t\t\t// Add a progress sentinel to prevent the fx queue from being\n\t\t\t// automatically dequeued\n\t\t\tif ( type === \"fx\" ) {\n\t\t\t\tqueue.unshift( \"inprogress\" );\n\t\t\t}\n\n\t\t\t// Clear up the last queue stop function\n\t\t\tdelete hooks.stop;\n\t\t\tfn.call( elem, next, hooks );\n\t\t}\n\n\t\tif ( !startLength && hooks ) {\n\t\t\thooks.empty.fire();\n\t\t}\n\t},\n\n\t// Not public - generate a queueHooks object, or return the current one\n\t_queueHooks: function( elem, type ) {\n\t\tvar key = type + \"queueHooks\";\n\t\treturn dataPriv.get( elem, key ) || dataPriv.access( elem, key, {\n\t\t\tempty: jQuery.Callbacks( \"once memory\" ).add( function() {\n\t\t\t\tdataPriv.remove( elem, [ type + \"queue\", key ] );\n\t\t\t} )\n\t\t} );\n\t}\n} );\n\njQuery.fn.extend( {\n\tqueue: function( type, data ) {\n\t\tvar setter = 2;\n\n\t\tif ( typeof type !== \"string\" ) {\n\t\t\tdata = type;\n\t\t\ttype = \"fx\";\n\t\t\tsetter--;\n\t\t}\n\n\t\tif ( arguments.length < setter ) {\n\t\t\treturn jQuery.queue( this[ 0 ], type );\n\t\t}\n\n\t\treturn data === undefined ?\n\t\t\tthis :\n\t\t\tthis.each( function() {\n\t\t\t\tvar queue = jQuery.queue( this, type, data );\n\n\t\t\t\t// Ensure a hooks for this queue\n\t\t\t\tjQuery._queueHooks( this, type );\n\n\t\t\t\tif ( type === \"fx\" && queue[ 0 ] !== \"inprogress\" ) {\n\t\t\t\t\tjQuery.dequeue( this, type );\n\t\t\t\t}\n\t\t\t} );\n\t},\n\tdequeue: function( type ) {\n\t\treturn this.each( function() {\n\t\t\tjQuery.dequeue( this, type );\n\t\t} );\n\t},\n\tclearQueue: function( type ) {\n\t\treturn this.queue( type || \"fx\", [] );\n\t},\n\n\t// Get a promise resolved when queues of a certain type\n\t// are emptied (fx is the type by default)\n\tpromise: function( type, obj ) {\n\t\tvar tmp,\n\t\t\tcount = 1,\n\t\t\tdefer = jQuery.Deferred(),\n\t\t\telements = this,\n\t\t\ti = this.length,\n\t\t\tresolve = function() {\n\t\t\t\tif ( !( --count ) ) {\n\t\t\t\t\tdefer.resolveWith( elements, [ elements ] );\n\t\t\t\t}\n\t\t\t};\n\n\t\tif ( typeof type !== \"string\" ) {\n\t\t\tobj = type;\n\t\t\ttype = undefined;\n\t\t}\n\t\ttype = type || \"fx\";\n\n\t\twhile ( i-- ) {\n\t\t\ttmp = dataPriv.get( elements[ i ], type + \"queueHooks\" );\n\t\t\tif ( tmp && tmp.empty ) {\n\t\t\t\tcount++;\n\t\t\t\ttmp.empty.add( resolve );\n\t\t\t}\n\t\t}\n\t\tresolve();\n\t\treturn defer.promise( obj );\n\t}\n} );\nvar pnum = ( /[+-]?(?:\\d*\\.|)\\d+(?:[eE][+-]?\\d+|)/ ).source;\n\nvar rcssNum = new RegExp( \"^(?:([+-])=|)(\" + pnum + \")([a-z%]*)$\", \"i\" );\n\n\nvar cssExpand = [ \"Top\", \"Right\", \"Bottom\", \"Left\" ];\n\nvar isHiddenWithinTree = function( elem, el ) {\n\n\t\t// isHiddenWithinTree might be called from jQuery#filter function;\n\t\t// in that case, element will be second argument\n\t\telem = el || elem;\n\n\t\t// Inline style trumps all\n\t\treturn elem.style.display === \"none\" ||\n\t\t\telem.style.display === \"\" &&\n\n\t\t\t// Otherwise, check computed style\n\t\t\t// Support: Firefox <=43 - 45\n\t\t\t// Disconnected elements can have computed display: none, so first confirm that elem is\n\t\t\t// in the document.\n\t\t\tjQuery.contains( elem.ownerDocument, elem ) &&\n\n\t\t\tjQuery.css( elem, \"display\" ) === \"none\";\n\t};\n\nvar swap = function( elem, options, callback, args ) {\n\tvar ret, name,\n\t\told = {};\n\n\t// Remember the old values, and insert the new ones\n\tfor ( name in options ) {\n\t\told[ name ] = elem.style[ name ];\n\t\telem.style[ name ] = options[ name ];\n\t}\n\n\tret = callback.apply( elem, args || [] );\n\n\t// Revert the old values\n\tfor ( name in options ) {\n\t\telem.style[ name ] = old[ name ];\n\t}\n\n\treturn ret;\n};\n\n\n\n\nfunction adjustCSS( elem, prop, valueParts, tween ) {\n\tvar adjusted, scale,\n\t\tmaxIterations = 20,\n\t\tcurrentValue = tween ?\n\t\t\tfunction() {\n\t\t\t\treturn tween.cur();\n\t\t\t} :\n\t\t\tfunction() {\n\t\t\t\treturn jQuery.css( elem, prop, \"\" );\n\t\t\t},\n\t\tinitial = currentValue(),\n\t\tunit = valueParts && valueParts[ 3 ] || ( jQuery.cssNumber[ prop ] ? \"\" : \"px\" ),\n\n\t\t// Starting value computation is required for potential unit mismatches\n\t\tinitialInUnit = ( jQuery.cssNumber[ prop ] || unit !== \"px\" && +initial ) &&\n\t\t\trcssNum.exec( jQuery.css( elem, prop ) );\n\n\tif ( initialInUnit && initialInUnit[ 3 ] !== unit ) {\n\n\t\t// Support: Firefox <=54\n\t\t// Halve the iteration target value to prevent interference from CSS upper bounds (gh-2144)\n\t\tinitial = initial / 2;\n\n\t\t// Trust units reported by jQuery.css\n\t\tunit = unit || initialInUnit[ 3 ];\n\n\t\t// Iteratively approximate from a nonzero starting point\n\t\tinitialInUnit = +initial || 1;\n\n\t\twhile ( maxIterations-- ) {\n\n\t\t\t// Evaluate and update our best guess (doubling guesses that zero out).\n\t\t\t// Finish if the scale equals or crosses 1 (making the old*new product non-positive).\n\t\t\tjQuery.style( elem, prop, initialInUnit + unit );\n\t\t\tif ( ( 1 - scale ) * ( 1 - ( scale = currentValue() / initial || 0.5 ) ) <= 0 ) {\n\t\t\t\tmaxIterations = 0;\n\t\t\t}\n\t\t\tinitialInUnit = initialInUnit / scale;\n\n\t\t}\n\n\t\tinitialInUnit = initialInUnit * 2;\n\t\tjQuery.style( elem, prop, initialInUnit + unit );\n\n\t\t// Make sure we update the tween properties later on\n\t\tvalueParts = valueParts || [];\n\t}\n\n\tif ( valueParts ) {\n\t\tinitialInUnit = +initialInUnit || +initial || 0;\n\n\t\t// Apply relative offset (+=/-=) if specified\n\t\tadjusted = valueParts[ 1 ] ?\n\t\t\tinitialInUnit + ( valueParts[ 1 ] + 1 ) * valueParts[ 2 ] :\n\t\t\t+valueParts[ 2 ];\n\t\tif ( tween ) {\n\t\t\ttween.unit = unit;\n\t\t\ttween.start = initialInUnit;\n\t\t\ttween.end = adjusted;\n\t\t}\n\t}\n\treturn adjusted;\n}\n\n\nvar defaultDisplayMap = {};\n\nfunction getDefaultDisplay( elem ) {\n\tvar temp,\n\t\tdoc = elem.ownerDocument,\n\t\tnodeName = elem.nodeName,\n\t\tdisplay = defaultDisplayMap[ nodeName ];\n\n\tif ( display ) {\n\t\treturn display;\n\t}\n\n\ttemp = doc.body.appendChild( doc.createElement( nodeName ) );\n\tdisplay = jQuery.css( temp, \"display\" );\n\n\ttemp.parentNode.removeChild( temp );\n\n\tif ( display === \"none\" ) {\n\t\tdisplay = \"block\";\n\t}\n\tdefaultDisplayMap[ nodeName ] = display;\n\n\treturn display;\n}\n\nfunction showHide( elements, show ) {\n\tvar display, elem,\n\t\tvalues = [],\n\t\tindex = 0,\n\t\tlength = elements.length;\n\n\t// Determine new display value for elements that need to change\n\tfor ( ; index < length; index++ ) {\n\t\telem = elements[ index ];\n\t\tif ( !elem.style ) {\n\t\t\tcontinue;\n\t\t}\n\n\t\tdisplay = elem.style.display;\n\t\tif ( show ) {\n\n\t\t\t// Since we force visibility upon cascade-hidden elements, an immediate (and slow)\n\t\t\t// check is required in this first loop unless we have a nonempty display value (either\n\t\t\t// inline or about-to-be-restored)\n\t\t\tif ( display === \"none\" ) {\n\t\t\t\tvalues[ index ] = dataPriv.get( elem, \"display\" ) || null;\n\t\t\t\tif ( !values[ index ] ) {\n\t\t\t\t\telem.style.display = \"\";\n\t\t\t\t}\n\t\t\t}\n\t\t\tif ( elem.style.display === \"\" && isHiddenWithinTree( elem ) ) {\n\t\t\t\tvalues[ index ] = getDefaultDisplay( elem );\n\t\t\t}\n\t\t} else {\n\t\t\tif ( display !== \"none\" ) {\n\t\t\t\tvalues[ index ] = \"none\";\n\n\t\t\t\t// Remember what we're overwriting\n\t\t\t\tdataPriv.set( elem, \"display\", display );\n\t\t\t}\n\t\t}\n\t}\n\n\t// Set the display of the elements in a second loop to avoid constant reflow\n\tfor ( index = 0; index < length; index++ ) {\n\t\tif ( values[ index ] != null ) {\n\t\t\telements[ index ].style.display = values[ index ];\n\t\t}\n\t}\n\n\treturn elements;\n}\n\njQuery.fn.extend( {\n\tshow: function() {\n\t\treturn showHide( this, true );\n\t},\n\thide: function() {\n\t\treturn showHide( this );\n\t},\n\ttoggle: function( state ) {\n\t\tif ( typeof state === \"boolean\" ) {\n\t\t\treturn state ? this.show() : this.hide();\n\t\t}\n\n\t\treturn this.each( function() {\n\t\t\tif ( isHiddenWithinTree( this ) ) {\n\t\t\t\tjQuery( this ).show();\n\t\t\t} else {\n\t\t\t\tjQuery( this ).hide();\n\t\t\t}\n\t\t} );\n\t}\n} );\nvar rcheckableType = ( /^(?:checkbox|radio)$/i );\n\nvar rtagName = ( /<([a-z][^\\/\\0>\\x20\\t\\r\\n\\f]+)/i );\n\nvar rscriptType = ( /^$|^module$|\\/(?:java|ecma)script/i );\n\n\n\n// We have to close these tags to support XHTML (#13200)\nvar wrapMap = {\n\n\t// Support: IE <=9 only\n\toption: [ 1, \"<select multiple='multiple'>\", \"</select>\" ],\n\n\t// XHTML parsers do not magically insert elements in the\n\t// same way that tag soup parsers do. So we cannot shorten\n\t// this by omitting <tbody> or other required elements.\n\tthead: [ 1, \"<table>\", \"</table>\" ],\n\tcol: [ 2, \"<table><colgroup>\", \"</colgroup></table>\" ],\n\ttr: [ 2, \"<table><tbody>\", \"</tbody></table>\" ],\n\ttd: [ 3, \"<table><tbody><tr>\", \"</tr></tbody></table>\" ],\n\n\t_default: [ 0, \"\", \"\" ]\n};\n\n// Support: IE <=9 only\nwrapMap.optgroup = wrapMap.option;\n\nwrapMap.tbody = wrapMap.tfoot = wrapMap.colgroup = wrapMap.caption = wrapMap.thead;\nwrapMap.th = wrapMap.td;\n\n\nfunction getAll( context, tag ) {\n\n\t// Support: IE <=9 - 11 only\n\t// Use typeof to avoid zero-argument method invocation on host objects (#15151)\n\tvar ret;\n\n\tif ( typeof context.getElementsByTagName !== \"undefined\" ) {\n\t\tret = context.getElementsByTagName( tag || \"*\" );\n\n\t} else if ( typeof context.querySelectorAll !== \"undefined\" ) {\n\t\tret = context.querySelectorAll( tag || \"*\" );\n\n\t} else {\n\t\tret = [];\n\t}\n\n\tif ( tag === undefined || tag && nodeName( context, tag ) ) {\n\t\treturn jQuery.merge( [ context ], ret );\n\t}\n\n\treturn ret;\n}\n\n\n// Mark scripts as having already been evaluated\nfunction setGlobalEval( elems, refElements ) {\n\tvar i = 0,\n\t\tl = elems.length;\n\n\tfor ( ; i < l; i++ ) {\n\t\tdataPriv.set(\n\t\t\telems[ i ],\n\t\t\t\"globalEval\",\n\t\t\t!refElements || dataPriv.get( refElements[ i ], \"globalEval\" )\n\t\t);\n\t}\n}\n\n\nvar rhtml = /<|&#?\\w+;/;\n\nfunction buildFragment( elems, context, scripts, selection, ignored ) {\n\tvar elem, tmp, tag, wrap, contains, j,\n\t\tfragment = context.createDocumentFragment(),\n\t\tnodes = [],\n\t\ti = 0,\n\t\tl = elems.length;\n\n\tfor ( ; i < l; i++ ) {\n\t\telem = elems[ i ];\n\n\t\tif ( elem || elem === 0 ) {\n\n\t\t\t// Add nodes directly\n\t\t\tif ( toType( elem ) === \"object\" ) {\n\n\t\t\t\t// Support: Android <=4.0 only, PhantomJS 1 only\n\t\t\t\t// push.apply(_, arraylike) throws on ancient WebKit\n\t\t\t\tjQuery.merge( nodes, elem.nodeType ? [ elem ] : elem );\n\n\t\t\t// Convert non-html into a text node\n\t\t\t} else if ( !rhtml.test( elem ) ) {\n\t\t\t\tnodes.push( context.createTextNode( elem ) );\n\n\t\t\t// Convert html into DOM nodes\n\t\t\t} else {\n\t\t\t\ttmp = tmp || fragment.appendChild( context.createElement( \"div\" ) );\n\n\t\t\t\t// Deserialize a standard representation\n\t\t\t\ttag = ( rtagName.exec( elem ) || [ \"\", \"\" ] )[ 1 ].toLowerCase();\n\t\t\t\twrap = wrapMap[ tag ] || wrapMap._default;\n\t\t\t\ttmp.innerHTML = wrap[ 1 ] + jQuery.htmlPrefilter( elem ) + wrap[ 2 ];\n\n\t\t\t\t// Descend through wrappers to the right content\n\t\t\t\tj = wrap[ 0 ];\n\t\t\t\twhile ( j-- ) {\n\t\t\t\t\ttmp = tmp.lastChild;\n\t\t\t\t}\n\n\t\t\t\t// Support: Android <=4.0 only, PhantomJS 1 only\n\t\t\t\t// push.apply(_, arraylike) throws on ancient WebKit\n\t\t\t\tjQuery.merge( nodes, tmp.childNodes );\n\n\t\t\t\t// Remember the top-level container\n\t\t\t\ttmp = fragment.firstChild;\n\n\t\t\t\t// Ensure the created nodes are orphaned (#12392)\n\t\t\t\ttmp.textContent = \"\";\n\t\t\t}\n\t\t}\n\t}\n\n\t// Remove wrapper from fragment\n\tfragment.textContent = \"\";\n\n\ti = 0;\n\twhile ( ( elem = nodes[ i++ ] ) ) {\n\n\t\t// Skip elements already in the context collection (trac-4087)\n\t\tif ( selection && jQuery.inArray( elem, selection ) > -1 ) {\n\t\t\tif ( ignored ) {\n\t\t\t\tignored.push( elem );\n\t\t\t}\n\t\t\tcontinue;\n\t\t}\n\n\t\tcontains = jQuery.contains( elem.ownerDocument, elem );\n\n\t\t// Append to fragment\n\t\ttmp = getAll( fragment.appendChild( elem ), \"script\" );\n\n\t\t// Preserve script evaluation history\n\t\tif ( contains ) {\n\t\t\tsetGlobalEval( tmp );\n\t\t}\n\n\t\t// Capture executables\n\t\tif ( scripts ) {\n\t\t\tj = 0;\n\t\t\twhile ( ( elem = tmp[ j++ ] ) ) {\n\t\t\t\tif ( rscriptType.test( elem.type || \"\" ) ) {\n\t\t\t\t\tscripts.push( elem );\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n\n\treturn fragment;\n}\n\n\n( function() {\n\tvar fragment = document.createDocumentFragment(),\n\t\tdiv = fragment.appendChild( document.createElement( \"div\" ) ),\n\t\tinput = document.createElement( \"input\" );\n\n\t// Support: Android 4.0 - 4.3 only\n\t// Check state lost if the name is set (#11217)\n\t// Support: Windows Web Apps (WWA)\n\t// `name` and `type` must use .setAttribute for WWA (#14901)\n\tinput.setAttribute( \"type\", \"radio\" );\n\tinput.setAttribute( \"checked\", \"checked\" );\n\tinput.setAttribute( \"name\", \"t\" );\n\n\tdiv.appendChild( input );\n\n\t// Support: Android <=4.1 only\n\t// Older WebKit doesn't clone checked state correctly in fragments\n\tsupport.checkClone = div.cloneNode( true ).cloneNode( true ).lastChild.checked;\n\n\t// Support: IE <=11 only\n\t// Make sure textarea (and checkbox) defaultValue is properly cloned\n\tdiv.innerHTML = \"<textarea>x</textarea>\";\n\tsupport.noCloneChecked = !!div.cloneNode( true ).lastChild.defaultValue;\n} )();\nvar documentElement = document.documentElement;\n\n\n\nvar\n\trkeyEvent = /^key/,\n\trmouseEvent = /^(?:mouse|pointer|contextmenu|drag|drop)|click/,\n\trtypenamespace = /^([^.]*)(?:\\.(.+)|)/;\n\nfunction returnTrue() {\n\treturn true;\n}\n\nfunction returnFalse() {\n\treturn false;\n}\n\n// Support: IE <=9 only\n// See #13393 for more info\nfunction safeActiveElement() {\n\ttry {\n\t\treturn document.activeElement;\n\t} catch ( err ) { }\n}\n\nfunction on( elem, types, selector, data, fn, one ) {\n\tvar origFn, type;\n\n\t// Types can be a map of types/handlers\n\tif ( typeof types === \"object\" ) {\n\n\t\t// ( types-Object, selector, data )\n\t\tif ( typeof selector !== \"string\" ) {\n\n\t\t\t// ( types-Object, data )\n\t\t\tdata = data || selector;\n\t\t\tselector = undefined;\n\t\t}\n\t\tfor ( type in types ) {\n\t\t\ton( elem, type, selector, data, types[ type ], one );\n\t\t}\n\t\treturn elem;\n\t}\n\n\tif ( data == null && fn == null ) {\n\n\t\t// ( types, fn )\n\t\tfn = selector;\n\t\tdata = selector = undefined;\n\t} else if ( fn == null ) {\n\t\tif ( typeof selector === \"string\" ) {\n\n\t\t\t// ( types, selector, fn )\n\t\t\tfn = data;\n\t\t\tdata = undefined;\n\t\t} else {\n\n\t\t\t// ( types, data, fn )\n\t\t\tfn = data;\n\t\t\tdata = selector;\n\t\t\tselector = undefined;\n\t\t}\n\t}\n\tif ( fn === false ) {\n\t\tfn = returnFalse;\n\t} else if ( !fn ) {\n\t\treturn elem;\n\t}\n\n\tif ( one === 1 ) {\n\t\torigFn = fn;\n\t\tfn = function( event ) {\n\n\t\t\t// Can use an empty set, since event contains the info\n\t\t\tjQuery().off( event );\n\t\t\treturn origFn.apply( this, arguments );\n\t\t};\n\n\t\t// Use same guid so caller can remove using origFn\n\t\tfn.guid = origFn.guid || ( origFn.guid = jQuery.guid++ );\n\t}\n\treturn elem.each( function() {\n\t\tjQuery.event.add( this, types, fn, data, selector );\n\t} );\n}\n\n/*\n * Helper functions for managing events -- not part of the public interface.\n * Props to Dean Edwards' addEvent library for many of the ideas.\n */\njQuery.event = {\n\n\tglobal: {},\n\n\tadd: function( elem, types, handler, data, selector ) {\n\n\t\tvar handleObjIn, eventHandle, tmp,\n\t\t\tevents, t, handleObj,\n\t\t\tspecial, handlers, type, namespaces, origType,\n\t\t\telemData = dataPriv.get( elem );\n\n\t\t// Don't attach events to noData or text/comment nodes (but allow plain objects)\n\t\tif ( !elemData ) {\n\t\t\treturn;\n\t\t}\n\n\t\t// Caller can pass in an object of custom data in lieu of the handler\n\t\tif ( handler.handler ) {\n\t\t\thandleObjIn = handler;\n\t\t\thandler = handleObjIn.handler;\n\t\t\tselector = handleObjIn.selector;\n\t\t}\n\n\t\t// Ensure that invalid selectors throw exceptions at attach time\n\t\t// Evaluate against documentElement in case elem is a non-element node (e.g., document)\n\t\tif ( selector ) {\n\t\t\tjQuery.find.matchesSelector( documentElement, selector );\n\t\t}\n\n\t\t// Make sure that the handler has a unique ID, used to find/remove it later\n\t\tif ( !handler.guid ) {\n\t\t\thandler.guid = jQuery.guid++;\n\t\t}\n\n\t\t// Init the element's event structure and main handler, if this is the first\n\t\tif ( !( events = elemData.events ) ) {\n\t\t\tevents = elemData.events = {};\n\t\t}\n\t\tif ( !( eventHandle = elemData.handle ) ) {\n\t\t\teventHandle = elemData.handle = function( e ) {\n\n\t\t\t\t// Discard the second event of a jQuery.event.trigger() and\n\t\t\t\t// when an event is called after a page has unloaded\n\t\t\t\treturn typeof jQuery !== \"undefined\" && jQuery.event.triggered !== e.type ?\n\t\t\t\t\tjQuery.event.dispatch.apply( elem, arguments ) : undefined;\n\t\t\t};\n\t\t}\n\n\t\t// Handle multiple events separated by a space\n\t\ttypes = ( types || \"\" ).match( rnothtmlwhite ) || [ \"\" ];\n\t\tt = types.length;\n\t\twhile ( t-- ) {\n\t\t\ttmp = rtypenamespace.exec( types[ t ] ) || [];\n\t\t\ttype = origType = tmp[ 1 ];\n\t\t\tnamespaces = ( tmp[ 2 ] || \"\" ).split( \".\" ).sort();\n\n\t\t\t// There *must* be a type, no attaching namespace-only handlers\n\t\t\tif ( !type ) {\n\t\t\t\tcontinue;\n\t\t\t}\n\n\t\t\t// If event changes its type, use the special event handlers for the changed type\n\t\t\tspecial = jQuery.event.special[ type ] || {};\n\n\t\t\t// If selector defined, determine special event api type, otherwise given type\n\t\t\ttype = ( selector ? special.delegateType : special.bindType ) || type;\n\n\t\t\t// Update special based on newly reset type\n\t\t\tspecial = jQuery.event.special[ type ] || {};\n\n\t\t\t// handleObj is passed to all event handlers\n\t\t\thandleObj = jQuery.extend( {\n\t\t\t\ttype: type,\n\t\t\t\torigType: origType,\n\t\t\t\tdata: data,\n\t\t\t\thandler: handler,\n\t\t\t\tguid: handler.guid,\n\t\t\t\tselector: selector,\n\t\t\t\tneedsContext: selector && jQuery.expr.match.needsContext.test( selector ),\n\t\t\t\tnamespace: namespaces.join( \".\" )\n\t\t\t}, handleObjIn );\n\n\t\t\t// Init the event handler queue if we're the first\n\t\t\tif ( !( handlers = events[ type ] ) ) {\n\t\t\t\thandlers = events[ type ] = [];\n\t\t\t\thandlers.delegateCount = 0;\n\n\t\t\t\t// Only use addEventListener if the special events handler returns false\n\t\t\t\tif ( !special.setup ||\n\t\t\t\t\tspecial.setup.call( elem, data, namespaces, eventHandle ) === false ) {\n\n\t\t\t\t\tif ( elem.addEventListener ) {\n\t\t\t\t\t\telem.addEventListener( type, eventHandle );\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\n\t\t\tif ( special.add ) {\n\t\t\t\tspecial.add.call( elem, handleObj );\n\n\t\t\t\tif ( !handleObj.handler.guid ) {\n\t\t\t\t\thandleObj.handler.guid = handler.guid;\n\t\t\t\t}\n\t\t\t}\n\n\t\t\t// Add to the element's handler list, delegates in front\n\t\t\tif ( selector ) {\n\t\t\t\thandlers.splice( handlers.delegateCount++, 0, handleObj );\n\t\t\t} else {\n\t\t\t\thandlers.push( handleObj );\n\t\t\t}\n\n\t\t\t// Keep track of which events have ever been used, for event optimization\n\t\t\tjQuery.event.global[ type ] = true;\n\t\t}\n\n\t},\n\n\t// Detach an event or set of events from an element\n\tremove: function( elem, types, handler, selector, mappedTypes ) {\n\n\t\tvar j, origCount, tmp,\n\t\t\tevents, t, handleObj,\n\t\t\tspecial, handlers, type, namespaces, origType,\n\t\t\telemData = dataPriv.hasData( elem ) && dataPriv.get( elem );\n\n\t\tif ( !elemData || !( events = elemData.events ) ) {\n\t\t\treturn;\n\t\t}\n\n\t\t// Once for each type.namespace in types; type may be omitted\n\t\ttypes = ( types || \"\" ).match( rnothtmlwhite ) || [ \"\" ];\n\t\tt = types.length;\n\t\twhile ( t-- ) {\n\t\t\ttmp = rtypenamespace.exec( types[ t ] ) || [];\n\t\t\ttype = origType = tmp[ 1 ];\n\t\t\tnamespaces = ( tmp[ 2 ] || \"\" ).split( \".\" ).sort();\n\n\t\t\t// Unbind all events (on this namespace, if provided) for the element\n\t\t\tif ( !type ) {\n\t\t\t\tfor ( type in events ) {\n\t\t\t\t\tjQuery.event.remove( elem, type + types[ t ], handler, selector, true );\n\t\t\t\t}\n\t\t\t\tcontinue;\n\t\t\t}\n\n\t\t\tspecial = jQuery.event.special[ type ] || {};\n\t\t\ttype = ( selector ? special.delegateType : special.bindType ) || type;\n\t\t\thandlers = events[ type ] || [];\n\t\t\ttmp = tmp[ 2 ] &&\n\t\t\t\tnew RegExp( \"(^|\\\\.)\" + namespaces.join( \"\\\\.(?:.*\\\\.|)\" ) + \"(\\\\.|$)\" );\n\n\t\t\t// Remove matching events\n\t\t\torigCount = j = handlers.length;\n\t\t\twhile ( j-- ) {\n\t\t\t\thandleObj = handlers[ j ];\n\n\t\t\t\tif ( ( mappedTypes || origType === handleObj.origType ) &&\n\t\t\t\t\t( !handler || handler.guid === handleObj.guid ) &&\n\t\t\t\t\t( !tmp || tmp.test( handleObj.namespace ) ) &&\n\t\t\t\t\t( !selector || selector === handleObj.selector ||\n\t\t\t\t\t\tselector === \"**\" && handleObj.selector ) ) {\n\t\t\t\t\thandlers.splice( j, 1 );\n\n\t\t\t\t\tif ( handleObj.selector ) {\n\t\t\t\t\t\thandlers.delegateCount--;\n\t\t\t\t\t}\n\t\t\t\t\tif ( special.remove ) {\n\t\t\t\t\t\tspecial.remove.call( elem, handleObj );\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\n\t\t\t// Remove generic event handler if we removed something and no more handlers exist\n\t\t\t// (avoids potential for endless recursion during removal of special event handlers)\n\t\t\tif ( origCount && !handlers.length ) {\n\t\t\t\tif ( !special.teardown ||\n\t\t\t\t\tspecial.teardown.call( elem, namespaces, elemData.handle ) === false ) {\n\n\t\t\t\t\tjQuery.removeEvent( elem, type, elemData.handle );\n\t\t\t\t}\n\n\t\t\t\tdelete events[ type ];\n\t\t\t}\n\t\t}\n\n\t\t// Remove data and the expando if it's no longer used\n\t\tif ( jQuery.isEmptyObject( events ) ) {\n\t\t\tdataPriv.remove( elem, \"handle events\" );\n\t\t}\n\t},\n\n\tdispatch: function( nativeEvent ) {\n\n\t\t// Make a writable jQuery.Event from the native event object\n\t\tvar event = jQuery.event.fix( nativeEvent );\n\n\t\tvar i, j, ret, matched, handleObj, handlerQueue,\n\t\t\targs = new Array( arguments.length ),\n\t\t\thandlers = ( dataPriv.get( this, \"events\" ) || {} )[ event.type ] || [],\n\t\t\tspecial = jQuery.event.special[ event.type ] || {};\n\n\t\t// Use the fix-ed jQuery.Event rather than the (read-only) native event\n\t\targs[ 0 ] = event;\n\n\t\tfor ( i = 1; i < arguments.length; i++ ) {\n\t\t\targs[ i ] = arguments[ i ];\n\t\t}\n\n\t\tevent.delegateTarget = this;\n\n\t\t// Call the preDispatch hook for the mapped type, and let it bail if desired\n\t\tif ( special.preDispatch && special.preDispatch.call( this, event ) === false ) {\n\t\t\treturn;\n\t\t}\n\n\t\t// Determine handlers\n\t\thandlerQueue = jQuery.event.handlers.call( this, event, handlers );\n\n\t\t// Run delegates first; they may want to stop propagation beneath us\n\t\ti = 0;\n\t\twhile ( ( matched = handlerQueue[ i++ ] ) && !event.isPropagationStopped() ) {\n\t\t\tevent.currentTarget = matched.elem;\n\n\t\t\tj = 0;\n\t\t\twhile ( ( handleObj = matched.handlers[ j++ ] ) &&\n\t\t\t\t!event.isImmediatePropagationStopped() ) {\n\n\t\t\t\t// Triggered event must either 1) have no namespace, or 2) have namespace(s)\n\t\t\t\t// a subset or equal to those in the bound event (both can have no namespace).\n\t\t\t\tif ( !event.rnamespace || event.rnamespace.test( handleObj.namespace ) ) {\n\n\t\t\t\t\tevent.handleObj = handleObj;\n\t\t\t\t\tevent.data = handleObj.data;\n\n\t\t\t\t\tret = ( ( jQuery.event.special[ handleObj.origType ] || {} ).handle ||\n\t\t\t\t\t\thandleObj.handler ).apply( matched.elem, args );\n\n\t\t\t\t\tif ( ret !== undefined ) {\n\t\t\t\t\t\tif ( ( event.result = ret ) === false ) {\n\t\t\t\t\t\t\tevent.preventDefault();\n\t\t\t\t\t\t\tevent.stopPropagation();\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\t// Call the postDispatch hook for the mapped type\n\t\tif ( special.postDispatch ) {\n\t\t\tspecial.postDispatch.call( this, event );\n\t\t}\n\n\t\treturn event.result;\n\t},\n\n\thandlers: function( event, handlers ) {\n\t\tvar i, handleObj, sel, matchedHandlers, matchedSelectors,\n\t\t\thandlerQueue = [],\n\t\t\tdelegateCount = handlers.delegateCount,\n\t\t\tcur = event.target;\n\n\t\t// Find delegate handlers\n\t\tif ( delegateCount &&\n\n\t\t\t// Support: IE <=9\n\t\t\t// Black-hole SVG <use> instance trees (trac-13180)\n\t\t\tcur.nodeType &&\n\n\t\t\t// Support: Firefox <=42\n\t\t\t// Suppress spec-violating clicks indicating a non-primary pointer button (trac-3861)\n\t\t\t// https://www.w3.org/TR/DOM-Level-3-Events/#event-type-click\n\t\t\t// Support: IE 11 only\n\t\t\t// ...but not arrow key \"clicks\" of radio inputs, which can have `button` -1 (gh-2343)\n\t\t\t!( event.type === \"click\" && event.button >= 1 ) ) {\n\n\t\t\tfor ( ; cur !== this; cur = cur.parentNode || this ) {\n\n\t\t\t\t// Don't check non-elements (#13208)\n\t\t\t\t// Don't process clicks on disabled elements (#6911, #8165, #11382, #11764)\n\t\t\t\tif ( cur.nodeType === 1 && !( event.type === \"click\" && cur.disabled === true ) ) {\n\t\t\t\t\tmatchedHandlers = [];\n\t\t\t\t\tmatchedSelectors = {};\n\t\t\t\t\tfor ( i = 0; i < delegateCount; i++ ) {\n\t\t\t\t\t\thandleObj = handlers[ i ];\n\n\t\t\t\t\t\t// Don't conflict with Object.prototype properties (#13203)\n\t\t\t\t\t\tsel = handleObj.selector + \" \";\n\n\t\t\t\t\t\tif ( matchedSelectors[ sel ] === undefined ) {\n\t\t\t\t\t\t\tmatchedSelectors[ sel ] = handleObj.needsContext ?\n\t\t\t\t\t\t\t\tjQuery( sel, this ).index( cur ) > -1 :\n\t\t\t\t\t\t\t\tjQuery.find( sel, this, null, [ cur ] ).length;\n\t\t\t\t\t\t}\n\t\t\t\t\t\tif ( matchedSelectors[ sel ] ) {\n\t\t\t\t\t\t\tmatchedHandlers.push( handleObj );\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t\tif ( matchedHandlers.length ) {\n\t\t\t\t\t\thandlerQueue.push( { elem: cur, handlers: matchedHandlers } );\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\t// Add the remaining (directly-bound) handlers\n\t\tcur = this;\n\t\tif ( delegateCount < handlers.length ) {\n\t\t\thandlerQueue.push( { elem: cur, handlers: handlers.slice( delegateCount ) } );\n\t\t}\n\n\t\treturn handlerQueue;\n\t},\n\n\taddProp: function( name, hook ) {\n\t\tObject.defineProperty( jQuery.Event.prototype, name, {\n\t\t\tenumerable: true,\n\t\t\tconfigurable: true,\n\n\t\t\tget: isFunction( hook ) ?\n\t\t\t\tfunction() {\n\t\t\t\t\tif ( this.originalEvent ) {\n\t\t\t\t\t\t\treturn hook( this.originalEvent );\n\t\t\t\t\t}\n\t\t\t\t} :\n\t\t\t\tfunction() {\n\t\t\t\t\tif ( this.originalEvent ) {\n\t\t\t\t\t\t\treturn this.originalEvent[ name ];\n\t\t\t\t\t}\n\t\t\t\t},\n\n\t\t\tset: function( value ) {\n\t\t\t\tObject.defineProperty( this, name, {\n\t\t\t\t\tenumerable: true,\n\t\t\t\t\tconfigurable: true,\n\t\t\t\t\twritable: true,\n\t\t\t\t\tvalue: value\n\t\t\t\t} );\n\t\t\t}\n\t\t} );\n\t},\n\n\tfix: function( originalEvent ) {\n\t\treturn originalEvent[ jQuery.expando ] ?\n\t\t\toriginalEvent :\n\t\t\tnew jQuery.Event( originalEvent );\n\t},\n\n\tspecial: {\n\t\tload: {\n\n\t\t\t// Prevent triggered image.load events from bubbling to window.load\n\t\t\tnoBubble: true\n\t\t},\n\t\tfocus: {\n\n\t\t\t// Fire native event if possible so blur/focus sequence is correct\n\t\t\ttrigger: function() {\n\t\t\t\tif ( this !== safeActiveElement() && this.focus ) {\n\t\t\t\t\tthis.focus();\n\t\t\t\t\treturn false;\n\t\t\t\t}\n\t\t\t},\n\t\t\tdelegateType: \"focusin\"\n\t\t},\n\t\tblur: {\n\t\t\ttrigger: function() {\n\t\t\t\tif ( this === safeActiveElement() && this.blur ) {\n\t\t\t\t\tthis.blur();\n\t\t\t\t\treturn false;\n\t\t\t\t}\n\t\t\t},\n\t\t\tdelegateType: \"focusout\"\n\t\t},\n\t\tclick: {\n\n\t\t\t// For checkbox, fire native event so checked state will be right\n\t\t\ttrigger: function() {\n\t\t\t\tif ( this.type === \"checkbox\" && this.click && nodeName( this, \"input\" ) ) {\n\t\t\t\t\tthis.click();\n\t\t\t\t\treturn false;\n\t\t\t\t}\n\t\t\t},\n\n\t\t\t// For cross-browser consistency, don't fire native .click() on links\n\t\t\t_default: function( event ) {\n\t\t\t\treturn nodeName( event.target, \"a\" );\n\t\t\t}\n\t\t},\n\n\t\tbeforeunload: {\n\t\t\tpostDispatch: function( event ) {\n\n\t\t\t\t// Support: Firefox 20+\n\t\t\t\t// Firefox doesn't alert if the returnValue field is not set.\n\t\t\t\tif ( event.result !== undefined && event.originalEvent ) {\n\t\t\t\t\tevent.originalEvent.returnValue = event.result;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n};\n\njQuery.removeEvent = function( elem, type, handle ) {\n\n\t// This \"if\" is needed for plain objects\n\tif ( elem.removeEventListener ) {\n\t\telem.removeEventListener( type, handle );\n\t}\n};\n\njQuery.Event = function( src, props ) {\n\n\t// Allow instantiation without the 'new' keyword\n\tif ( !( this instanceof jQuery.Event ) ) {\n\t\treturn new jQuery.Event( src, props );\n\t}\n\n\t// Event object\n\tif ( src && src.type ) {\n\t\tthis.originalEvent = src;\n\t\tthis.type = src.type;\n\n\t\t// Events bubbling up the document may have been marked as prevented\n\t\t// by a handler lower down the tree; reflect the correct value.\n\t\tthis.isDefaultPrevented = src.defaultPrevented ||\n\t\t\t\tsrc.defaultPrevented === undefined &&\n\n\t\t\t\t// Support: Android <=2.3 only\n\t\t\t\tsrc.returnValue === false ?\n\t\t\treturnTrue :\n\t\t\treturnFalse;\n\n\t\t// Create target properties\n\t\t// Support: Safari <=6 - 7 only\n\t\t// Target should not be a text node (#504, #13143)\n\t\tthis.target = ( src.target && src.target.nodeType === 3 ) ?\n\t\t\tsrc.target.parentNode :\n\t\t\tsrc.target;\n\n\t\tthis.currentTarget = src.currentTarget;\n\t\tthis.relatedTarget = src.relatedTarget;\n\n\t// Event type\n\t} else {\n\t\tthis.type = src;\n\t}\n\n\t// Put explicitly provided properties onto the event object\n\tif ( props ) {\n\t\tjQuery.extend( this, props );\n\t}\n\n\t// Create a timestamp if incoming event doesn't have one\n\tthis.timeStamp = src && src.timeStamp || Date.now();\n\n\t// Mark it as fixed\n\tthis[ jQuery.expando ] = true;\n};\n\n// jQuery.Event is based on DOM3 Events as specified by the ECMAScript Language Binding\n// https://www.w3.org/TR/2003/WD-DOM-Level-3-Events-20030331/ecma-script-binding.html\njQuery.Event.prototype = {\n\tconstructor: jQuery.Event,\n\tisDefaultPrevented: returnFalse,\n\tisPropagationStopped: returnFalse,\n\tisImmediatePropagationStopped: returnFalse,\n\tisSimulated: false,\n\n\tpreventDefault: function() {\n\t\tvar e = this.originalEvent;\n\n\t\tthis.isDefaultPrevented = returnTrue;\n\n\t\tif ( e && !this.isSimulated ) {\n\t\t\te.preventDefault();\n\t\t}\n\t},\n\tstopPropagation: function() {\n\t\tvar e = this.originalEvent;\n\n\t\tthis.isPropagationStopped = returnTrue;\n\n\t\tif ( e && !this.isSimulated ) {\n\t\t\te.stopPropagation();\n\t\t}\n\t},\n\tstopImmediatePropagation: function() {\n\t\tvar e = this.originalEvent;\n\n\t\tthis.isImmediatePropagationStopped = returnTrue;\n\n\t\tif ( e && !this.isSimulated ) {\n\t\t\te.stopImmediatePropagation();\n\t\t}\n\n\t\tthis.stopPropagation();\n\t}\n};\n\n// Includes all common event props including KeyEvent and MouseEvent specific props\njQuery.each( {\n\taltKey: true,\n\tbubbles: true,\n\tcancelable: true,\n\tchangedTouches: true,\n\tctrlKey: true,\n\tdetail: true,\n\teventPhase: true,\n\tmetaKey: true,\n\tpageX: true,\n\tpageY: true,\n\tshiftKey: true,\n\tview: true,\n\t\"char\": true,\n\tcharCode: true,\n\tkey: true,\n\tkeyCode: true,\n\tbutton: true,\n\tbuttons: true,\n\tclientX: true,\n\tclientY: true,\n\toffsetX: true,\n\toffsetY: true,\n\tpointerId: true,\n\tpointerType: true,\n\tscreenX: true,\n\tscreenY: true,\n\ttargetTouches: true,\n\ttoElement: true,\n\ttouches: true,\n\n\twhich: function( event ) {\n\t\tvar button = event.button;\n\n\t\t// Add which for key events\n\t\tif ( event.which == null && rkeyEvent.test( event.type ) ) {\n\t\t\treturn event.charCode != null ? event.charCode : event.keyCode;\n\t\t}\n\n\t\t// Add which for click: 1 === left; 2 === middle; 3 === right\n\t\tif ( !event.which && button !== undefined && rmouseEvent.test( event.type ) ) {\n\t\t\tif ( button & 1 ) {\n\t\t\t\treturn 1;\n\t\t\t}\n\n\t\t\tif ( button & 2 ) {\n\t\t\t\treturn 3;\n\t\t\t}\n\n\t\t\tif ( button & 4 ) {\n\t\t\t\treturn 2;\n\t\t\t}\n\n\t\t\treturn 0;\n\t\t}\n\n\t\treturn event.which;\n\t}\n}, jQuery.event.addProp );\n\n// Create mouseenter/leave events using mouseover/out and event-time checks\n// so that event delegation works in jQuery.\n// Do the same for pointerenter/pointerleave and pointerover/pointerout\n//\n// Support: Safari 7 only\n// Safari sends mouseenter too often; see:\n// https://bugs.chromium.org/p/chromium/issues/detail?id=470258\n// for the description of the bug (it existed in older Chrome versions as well).\njQuery.each( {\n\tmouseenter: \"mouseover\",\n\tmouseleave: \"mouseout\",\n\tpointerenter: \"pointerover\",\n\tpointerleave: \"pointerout\"\n}, function( orig, fix ) {\n\tjQuery.event.special[ orig ] = {\n\t\tdelegateType: fix,\n\t\tbindType: fix,\n\n\t\thandle: function( event ) {\n\t\t\tvar ret,\n\t\t\t\ttarget = this,\n\t\t\t\trelated = event.relatedTarget,\n\t\t\t\thandleObj = event.handleObj;\n\n\t\t\t// For mouseenter/leave call the handler if related is outside the target.\n\t\t\t// NB: No relatedTarget if the mouse left/entered the browser window\n\t\t\tif ( !related || ( related !== target && !jQuery.contains( target, related ) ) ) {\n\t\t\t\tevent.type = handleObj.origType;\n\t\t\t\tret = handleObj.handler.apply( this, arguments );\n\t\t\t\tevent.type = fix;\n\t\t\t}\n\t\t\treturn ret;\n\t\t}\n\t};\n} );\n\njQuery.fn.extend( {\n\n\ton: function( types, selector, data, fn ) {\n\t\treturn on( this, types, selector, data, fn );\n\t},\n\tone: function( types, selector, data, fn ) {\n\t\treturn on( this, types, selector, data, fn, 1 );\n\t},\n\toff: function( types, selector, fn ) {\n\t\tvar handleObj, type;\n\t\tif ( types && types.preventDefault && types.handleObj ) {\n\n\t\t\t// ( event ) dispatched jQuery.Event\n\t\t\thandleObj = types.handleObj;\n\t\t\tjQuery( types.delegateTarget ).off(\n\t\t\t\thandleObj.namespace ?\n\t\t\t\t\thandleObj.origType + \".\" + handleObj.namespace :\n\t\t\t\t\thandleObj.origType,\n\t\t\t\thandleObj.selector,\n\t\t\t\thandleObj.handler\n\t\t\t);\n\t\t\treturn this;\n\t\t}\n\t\tif ( typeof types === \"object\" ) {\n\n\t\t\t// ( types-object [, selector] )\n\t\t\tfor ( type in types ) {\n\t\t\t\tthis.off( type, selector, types[ type ] );\n\t\t\t}\n\t\t\treturn this;\n\t\t}\n\t\tif ( selector === false || typeof selector === \"function\" ) {\n\n\t\t\t// ( types [, fn] )\n\t\t\tfn = selector;\n\t\t\tselector = undefined;\n\t\t}\n\t\tif ( fn === false ) {\n\t\t\tfn = returnFalse;\n\t\t}\n\t\treturn this.each( function() {\n\t\t\tjQuery.event.remove( this, types, fn, selector );\n\t\t} );\n\t}\n} );\n\n\nvar\n\n\t/* eslint-disable max-len */\n\n\t// See https://github.com/eslint/eslint/issues/3229\n\trxhtmlTag = /<(?!area|br|col|embed|hr|img|input|link|meta|param)(([a-z][^\\/\\0>\\x20\\t\\r\\n\\f]*)[^>]*)\\/>/gi,\n\n\t/* eslint-enable */\n\n\t// Support: IE <=10 - 11, Edge 12 - 13 only\n\t// In IE/Edge using regex groups here causes severe slowdowns.\n\t// See https://connect.microsoft.com/IE/feedback/details/1736512/\n\trnoInnerhtml = /<script|<style|<link/i,\n\n\t// checked=\"checked\" or checked\n\trchecked = /checked\\s*(?:[^=]|=\\s*.checked.)/i,\n\trcleanScript = /^\\s*<!(?:\\[CDATA\\[|--)|(?:\\]\\]|--)>\\s*$/g;\n\n// Prefer a tbody over its parent table for containing new rows\nfunction manipulationTarget( elem, content ) {\n\tif ( nodeName( elem, \"table\" ) &&\n\t\tnodeName( content.nodeType !== 11 ? content : content.firstChild, \"tr\" ) ) {\n\n\t\treturn jQuery( elem ).children( \"tbody\" )[ 0 ] || elem;\n\t}\n\n\treturn elem;\n}\n\n// Replace/restore the type attribute of script elements for safe DOM manipulation\nfunction disableScript( elem ) {\n\telem.type = ( elem.getAttribute( \"type\" ) !== null ) + \"/\" + elem.type;\n\treturn elem;\n}\nfunction restoreScript( elem ) {\n\tif ( ( elem.type || \"\" ).slice( 0, 5 ) === \"true/\" ) {\n\t\telem.type = elem.type.slice( 5 );\n\t} else {\n\t\telem.removeAttribute( \"type\" );\n\t}\n\n\treturn elem;\n}\n\nfunction cloneCopyEvent( src, dest ) {\n\tvar i, l, type, pdataOld, pdataCur, udataOld, udataCur, events;\n\n\tif ( dest.nodeType !== 1 ) {\n\t\treturn;\n\t}\n\n\t// 1. Copy private data: events, handlers, etc.\n\tif ( dataPriv.hasData( src ) ) {\n\t\tpdataOld = dataPriv.access( src );\n\t\tpdataCur = dataPriv.set( dest, pdataOld );\n\t\tevents = pdataOld.events;\n\n\t\tif ( events ) {\n\t\t\tdelete pdataCur.handle;\n\t\t\tpdataCur.events = {};\n\n\t\t\tfor ( type in events ) {\n\t\t\t\tfor ( i = 0, l = events[ type ].length; i < l; i++ ) {\n\t\t\t\t\tjQuery.event.add( dest, type, events[ type ][ i ] );\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n\n\t// 2. Copy user data\n\tif ( dataUser.hasData( src ) ) {\n\t\tudataOld = dataUser.access( src );\n\t\tudataCur = jQuery.extend( {}, udataOld );\n\n\t\tdataUser.set( dest, udataCur );\n\t}\n}\n\n// Fix IE bugs, see support tests\nfunction fixInput( src, dest ) {\n\tvar nodeName = dest.nodeName.toLowerCase();\n\n\t// Fails to persist the checked state of a cloned checkbox or radio button.\n\tif ( nodeName === \"input\" && rcheckableType.test( src.type ) ) {\n\t\tdest.checked = src.checked;\n\n\t// Fails to return the selected option to the default selected state when cloning options\n\t} else if ( nodeName === \"input\" || nodeName === \"textarea\" ) {\n\t\tdest.defaultValue = src.defaultValue;\n\t}\n}\n\nfunction domManip( collection, args, callback, ignored ) {\n\n\t// Flatten any nested arrays\n\targs = concat.apply( [], args );\n\n\tvar fragment, first, scripts, hasScripts, node, doc,\n\t\ti = 0,\n\t\tl = collection.length,\n\t\tiNoClone = l - 1,\n\t\tvalue = args[ 0 ],\n\t\tvalueIsFunction = isFunction( value );\n\n\t// We can't cloneNode fragments that contain checked, in WebKit\n\tif ( valueIsFunction ||\n\t\t\t( l > 1 && typeof value === \"string\" &&\n\t\t\t\t!support.checkClone && rchecked.test( value ) ) ) {\n\t\treturn collection.each( function( index ) {\n\t\t\tvar self = collection.eq( index );\n\t\t\tif ( valueIsFunction ) {\n\t\t\t\targs[ 0 ] = value.call( this, index, self.html() );\n\t\t\t}\n\t\t\tdomManip( self, args, callback, ignored );\n\t\t} );\n\t}\n\n\tif ( l ) {\n\t\tfragment = buildFragment( args, collection[ 0 ].ownerDocument, false, collection, ignored );\n\t\tfirst = fragment.firstChild;\n\n\t\tif ( fragment.childNodes.length === 1 ) {\n\t\t\tfragment = first;\n\t\t}\n\n\t\t// Require either new content or an interest in ignored elements to invoke the callback\n\t\tif ( first || ignored ) {\n\t\t\tscripts = jQuery.map( getAll( fragment, \"script\" ), disableScript );\n\t\t\thasScripts = scripts.length;\n\n\t\t\t// Use the original fragment for the last item\n\t\t\t// instead of the first because it can end up\n\t\t\t// being emptied incorrectly in certain situations (#8070).\n\t\t\tfor ( ; i < l; i++ ) {\n\t\t\t\tnode = fragment;\n\n\t\t\t\tif ( i !== iNoClone ) {\n\t\t\t\t\tnode = jQuery.clone( node, true, true );\n\n\t\t\t\t\t// Keep references to cloned scripts for later restoration\n\t\t\t\t\tif ( hasScripts ) {\n\n\t\t\t\t\t\t// Support: Android <=4.0 only, PhantomJS 1 only\n\t\t\t\t\t\t// push.apply(_, arraylike) throws on ancient WebKit\n\t\t\t\t\t\tjQuery.merge( scripts, getAll( node, \"script\" ) );\n\t\t\t\t\t}\n\t\t\t\t}\n\n\t\t\t\tcallback.call( collection[ i ], node, i );\n\t\t\t}\n\n\t\t\tif ( hasScripts ) {\n\t\t\t\tdoc = scripts[ scripts.length - 1 ].ownerDocument;\n\n\t\t\t\t// Reenable scripts\n\t\t\t\tjQuery.map( scripts, restoreScript );\n\n\t\t\t\t// Evaluate executable scripts on first document insertion\n\t\t\t\tfor ( i = 0; i < hasScripts; i++ ) {\n\t\t\t\t\tnode = scripts[ i ];\n\t\t\t\t\tif ( rscriptType.test( node.type || \"\" ) &&\n\t\t\t\t\t\t!dataPriv.access( node, \"globalEval\" ) &&\n\t\t\t\t\t\tjQuery.contains( doc, node ) ) {\n\n\t\t\t\t\t\tif ( node.src && ( node.type || \"\" ).toLowerCase() !== \"module\" ) {\n\n\t\t\t\t\t\t\t// Optional AJAX dependency, but won't run scripts if not present\n\t\t\t\t\t\t\tif ( jQuery._evalUrl ) {\n\t\t\t\t\t\t\t\tjQuery._evalUrl( node.src );\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\tDOMEval( node.textContent.replace( rcleanScript, \"\" ), doc, node );\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n\n\treturn collection;\n}\n\nfunction remove( elem, selector, keepData ) {\n\tvar node,\n\t\tnodes = selector ? jQuery.filter( selector, elem ) : elem,\n\t\ti = 0;\n\n\tfor ( ; ( node = nodes[ i ] ) != null; i++ ) {\n\t\tif ( !keepData && node.nodeType === 1 ) {\n\t\t\tjQuery.cleanData( getAll( node ) );\n\t\t}\n\n\t\tif ( node.parentNode ) {\n\t\t\tif ( keepData && jQuery.contains( node.ownerDocument, node ) ) {\n\t\t\t\tsetGlobalEval( getAll( node, \"script\" ) );\n\t\t\t}\n\t\t\tnode.parentNode.removeChild( node );\n\t\t}\n\t}\n\n\treturn elem;\n}\n\njQuery.extend( {\n\thtmlPrefilter: function( html ) {\n\t\treturn html.replace( rxhtmlTag, \"<$1></$2>\" );\n\t},\n\n\tclone: function( elem, dataAndEvents, deepDataAndEvents ) {\n\t\tvar i, l, srcElements, destElements,\n\t\t\tclone = elem.cloneNode( true ),\n\t\t\tinPage = jQuery.contains( elem.ownerDocument, elem );\n\n\t\t// Fix IE cloning issues\n\t\tif ( !support.noCloneChecked && ( elem.nodeType === 1 || elem.nodeType === 11 ) &&\n\t\t\t\t!jQuery.isXMLDoc( elem ) ) {\n\n\t\t\t// We eschew Sizzle here for performance reasons: https://jsperf.com/getall-vs-sizzle/2\n\t\t\tdestElements = getAll( clone );\n\t\t\tsrcElements = getAll( elem );\n\n\t\t\tfor ( i = 0, l = srcElements.length; i < l; i++ ) {\n\t\t\t\tfixInput( srcElements[ i ], destElements[ i ] );\n\t\t\t}\n\t\t}\n\n\t\t// Copy the events from the original to the clone\n\t\tif ( dataAndEvents ) {\n\t\t\tif ( deepDataAndEvents ) {\n\t\t\t\tsrcElements = srcElements || getAll( elem );\n\t\t\t\tdestElements = destElements || getAll( clone );\n\n\t\t\t\tfor ( i = 0, l = srcElements.length; i < l; i++ ) {\n\t\t\t\t\tcloneCopyEvent( srcElements[ i ], destElements[ i ] );\n\t\t\t\t}\n\t\t\t} else {\n\t\t\t\tcloneCopyEvent( elem, clone );\n\t\t\t}\n\t\t}\n\n\t\t// Preserve script evaluation history\n\t\tdestElements = getAll( clone, \"script\" );\n\t\tif ( destElements.length > 0 ) {\n\t\t\tsetGlobalEval( destElements, !inPage && getAll( elem, \"script\" ) );\n\t\t}\n\n\t\t// Return the cloned set\n\t\treturn clone;\n\t},\n\n\tcleanData: function( elems ) {\n\t\tvar data, elem, type,\n\t\t\tspecial = jQuery.event.special,\n\t\t\ti = 0;\n\n\t\tfor ( ; ( elem = elems[ i ] ) !== undefined; i++ ) {\n\t\t\tif ( acceptData( elem ) ) {\n\t\t\t\tif ( ( data = elem[ dataPriv.expando ] ) ) {\n\t\t\t\t\tif ( data.events ) {\n\t\t\t\t\t\tfor ( type in data.events ) {\n\t\t\t\t\t\t\tif ( special[ type ] ) {\n\t\t\t\t\t\t\t\tjQuery.event.remove( elem, type );\n\n\t\t\t\t\t\t\t// This is a shortcut to avoid jQuery.event.remove's overhead\n\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\tjQuery.removeEvent( elem, type, data.handle );\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\n\t\t\t\t\t// Support: Chrome <=35 - 45+\n\t\t\t\t\t// Assign undefined instead of using delete, see Data#remove\n\t\t\t\t\telem[ dataPriv.expando ] = undefined;\n\t\t\t\t}\n\t\t\t\tif ( elem[ dataUser.expando ] ) {\n\n\t\t\t\t\t// Support: Chrome <=35 - 45+\n\t\t\t\t\t// Assign undefined instead of using delete, see Data#remove\n\t\t\t\t\telem[ dataUser.expando ] = undefined;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n} );\n\njQuery.fn.extend( {\n\tdetach: function( selector ) {\n\t\treturn remove( this, selector, true );\n\t},\n\n\tremove: function( selector ) {\n\t\treturn remove( this, selector );\n\t},\n\n\ttext: function( value ) {\n\t\treturn access( this, function( value ) {\n\t\t\treturn value === undefined ?\n\t\t\t\tjQuery.text( this ) :\n\t\t\t\tthis.empty().each( function() {\n\t\t\t\t\tif ( this.nodeType === 1 || this.nodeType === 11 || this.nodeType === 9 ) {\n\t\t\t\t\t\tthis.textContent = value;\n\t\t\t\t\t}\n\t\t\t\t} );\n\t\t}, null, value, arguments.length );\n\t},\n\n\tappend: function() {\n\t\treturn domManip( this, arguments, function( elem ) {\n\t\t\tif ( this.nodeType === 1 || this.nodeType === 11 || this.nodeType === 9 ) {\n\t\t\t\tvar target = manipulationTarget( this, elem );\n\t\t\t\ttarget.appendChild( elem );\n\t\t\t}\n\t\t} );\n\t},\n\n\tprepend: function() {\n\t\treturn domManip( this, arguments, function( elem ) {\n\t\t\tif ( this.nodeType === 1 || this.nodeType === 11 || this.nodeType === 9 ) {\n\t\t\t\tvar target = manipulationTarget( this, elem );\n\t\t\t\ttarget.insertBefore( elem, target.firstChild );\n\t\t\t}\n\t\t} );\n\t},\n\n\tbefore: function() {\n\t\treturn domManip( this, arguments, function( elem ) {\n\t\t\tif ( this.parentNode ) {\n\t\t\t\tthis.parentNode.insertBefore( elem, this );\n\t\t\t}\n\t\t} );\n\t},\n\n\tafter: function() {\n\t\treturn domManip( this, arguments, function( elem ) {\n\t\t\tif ( this.parentNode ) {\n\t\t\t\tthis.parentNode.insertBefore( elem, this.nextSibling );\n\t\t\t}\n\t\t} );\n\t},\n\n\tempty: function() {\n\t\tvar elem,\n\t\t\ti = 0;\n\n\t\tfor ( ; ( elem = this[ i ] ) != null; i++ ) {\n\t\t\tif ( elem.nodeType === 1 ) {\n\n\t\t\t\t// Prevent memory leaks\n\t\t\t\tjQuery.cleanData( getAll( elem, false ) );\n\n\t\t\t\t// Remove any remaining nodes\n\t\t\t\telem.textContent = \"\";\n\t\t\t}\n\t\t}\n\n\t\treturn this;\n\t},\n\n\tclone: function( dataAndEvents, deepDataAndEvents ) {\n\t\tdataAndEvents = dataAndEvents == null ? false : dataAndEvents;\n\t\tdeepDataAndEvents = deepDataAndEvents == null ? dataAndEvents : deepDataAndEvents;\n\n\t\treturn this.map( function() {\n\t\t\treturn jQuery.clone( this, dataAndEvents, deepDataAndEvents );\n\t\t} );\n\t},\n\n\thtml: function( value ) {\n\t\treturn access( this, function( value ) {\n\t\t\tvar elem = this[ 0 ] || {},\n\t\t\t\ti = 0,\n\t\t\t\tl = this.length;\n\n\t\t\tif ( value === undefined && elem.nodeType === 1 ) {\n\t\t\t\treturn elem.innerHTML;\n\t\t\t}\n\n\t\t\t// See if we can take a shortcut and just use innerHTML\n\t\t\tif ( typeof value === \"string\" && !rnoInnerhtml.test( value ) &&\n\t\t\t\t!wrapMap[ ( rtagName.exec( value ) || [ \"\", \"\" ] )[ 1 ].toLowerCase() ] ) {\n\n\t\t\t\tvalue = jQuery.htmlPrefilter( value );\n\n\t\t\t\ttry {\n\t\t\t\t\tfor ( ; i < l; i++ ) {\n\t\t\t\t\t\telem = this[ i ] || {};\n\n\t\t\t\t\t\t// Remove element nodes and prevent memory leaks\n\t\t\t\t\t\tif ( elem.nodeType === 1 ) {\n\t\t\t\t\t\t\tjQuery.cleanData( getAll( elem, false ) );\n\t\t\t\t\t\t\telem.innerHTML = value;\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\n\t\t\t\t\telem = 0;\n\n\t\t\t\t// If using innerHTML throws an exception, use the fallback method\n\t\t\t\t} catch ( e ) {}\n\t\t\t}\n\n\t\t\tif ( elem ) {\n\t\t\t\tthis.empty().append( value );\n\t\t\t}\n\t\t}, null, value, arguments.length );\n\t},\n\n\treplaceWith: function() {\n\t\tvar ignored = [];\n\n\t\t// Make the changes, replacing each non-ignored context element with the new content\n\t\treturn domManip( this, arguments, function( elem ) {\n\t\t\tvar parent = this.parentNode;\n\n\t\t\tif ( jQuery.inArray( this, ignored ) < 0 ) {\n\t\t\t\tjQuery.cleanData( getAll( this ) );\n\t\t\t\tif ( parent ) {\n\t\t\t\t\tparent.replaceChild( elem, this );\n\t\t\t\t}\n\t\t\t}\n\n\t\t// Force callback invocation\n\t\t}, ignored );\n\t}\n} );\n\njQuery.each( {\n\tappendTo: \"append\",\n\tprependTo: \"prepend\",\n\tinsertBefore: \"before\",\n\tinsertAfter: \"after\",\n\treplaceAll: \"replaceWith\"\n}, function( name, original ) {\n\tjQuery.fn[ name ] = function( selector ) {\n\t\tvar elems,\n\t\t\tret = [],\n\t\t\tinsert = jQuery( selector ),\n\t\t\tlast = insert.length - 1,\n\t\t\ti = 0;\n\n\t\tfor ( ; i <= last; i++ ) {\n\t\t\telems = i === last ? this : this.clone( true );\n\t\t\tjQuery( insert[ i ] )[ original ]( elems );\n\n\t\t\t// Support: Android <=4.0 only, PhantomJS 1 only\n\t\t\t// .get() because push.apply(_, arraylike) throws on ancient WebKit\n\t\t\tpush.apply( ret, elems.get() );\n\t\t}\n\n\t\treturn this.pushStack( ret );\n\t};\n} );\nvar rnumnonpx = new RegExp( \"^(\" + pnum + \")(?!px)[a-z%]+$\", \"i\" );\n\nvar getStyles = function( elem ) {\n\n\t\t// Support: IE <=11 only, Firefox <=30 (#15098, #14150)\n\t\t// IE throws on elements created in popups\n\t\t// FF meanwhile throws on frame elements through \"defaultView.getComputedStyle\"\n\t\tvar view = elem.ownerDocument.defaultView;\n\n\t\tif ( !view || !view.opener ) {\n\t\t\tview = window;\n\t\t}\n\n\t\treturn view.getComputedStyle( elem );\n\t};\n\nvar rboxStyle = new RegExp( cssExpand.join( \"|\" ), \"i\" );\n\n\n\n( function() {\n\n\t// Executing both pixelPosition & boxSizingReliable tests require only one layout\n\t// so they're executed at the same time to save the second computation.\n\tfunction computeStyleTests() {\n\n\t\t// This is a singleton, we need to execute it only once\n\t\tif ( !div ) {\n\t\t\treturn;\n\t\t}\n\n\t\tcontainer.style.cssText = \"position:absolute;left:-11111px;width:60px;\" +\n\t\t\t\"margin-top:1px;padding:0;border:0\";\n\t\tdiv.style.cssText =\n\t\t\t\"position:relative;display:block;box-sizing:border-box;overflow:scroll;\" +\n\t\t\t\"margin:auto;border:1px;padding:1px;\" +\n\t\t\t\"width:60%;top:1%\";\n\t\tdocumentElement.appendChild( container ).appendChild( div );\n\n\t\tvar divStyle = window.getComputedStyle( div );\n\t\tpixelPositionVal = divStyle.top !== \"1%\";\n\n\t\t// Support: Android 4.0 - 4.3 only, Firefox <=3 - 44\n\t\treliableMarginLeftVal = roundPixelMeasures( divStyle.marginLeft ) === 12;\n\n\t\t// Support: Android 4.0 - 4.3 only, Safari <=9.1 - 10.1, iOS <=7.0 - 9.3\n\t\t// Some styles come back with percentage values, even though they shouldn't\n\t\tdiv.style.right = \"60%\";\n\t\tpixelBoxStylesVal = roundPixelMeasures( divStyle.right ) === 36;\n\n\t\t// Support: IE 9 - 11 only\n\t\t// Detect misreporting of content dimensions for box-sizing:border-box elements\n\t\tboxSizingReliableVal = roundPixelMeasures( divStyle.width ) === 36;\n\n\t\t// Support: IE 9 only\n\t\t// Detect overflow:scroll screwiness (gh-3699)\n\t\tdiv.style.position = \"absolute\";\n\t\tscrollboxSizeVal = div.offsetWidth === 36 || \"absolute\";\n\n\t\tdocumentElement.removeChild( container );\n\n\t\t// Nullify the div so it wouldn't be stored in the memory and\n\t\t// it will also be a sign that checks already performed\n\t\tdiv = null;\n\t}\n\n\tfunction roundPixelMeasures( measure ) {\n\t\treturn Math.round( parseFloat( measure ) );\n\t}\n\n\tvar pixelPositionVal, boxSizingReliableVal, scrollboxSizeVal, pixelBoxStylesVal,\n\t\treliableMarginLeftVal,\n\t\tcontainer = document.createElement( \"div\" ),\n\t\tdiv = document.createElement( \"div\" );\n\n\t// Finish early in limited (non-browser) environments\n\tif ( !div.style ) {\n\t\treturn;\n\t}\n\n\t// Support: IE <=9 - 11 only\n\t// Style of cloned element affects source element cloned (#8908)\n\tdiv.style.backgroundClip = \"content-box\";\n\tdiv.cloneNode( true ).style.backgroundClip = \"\";\n\tsupport.clearCloneStyle = div.style.backgroundClip === \"content-box\";\n\n\tjQuery.extend( support, {\n\t\tboxSizingReliable: function() {\n\t\t\tcomputeStyleTests();\n\t\t\treturn boxSizingReliableVal;\n\t\t},\n\t\tpixelBoxStyles: function() {\n\t\t\tcomputeStyleTests();\n\t\t\treturn pixelBoxStylesVal;\n\t\t},\n\t\tpixelPosition: function() {\n\t\t\tcomputeStyleTests();\n\t\t\treturn pixelPositionVal;\n\t\t},\n\t\treliableMarginLeft: function() {\n\t\t\tcomputeStyleTests();\n\t\t\treturn reliableMarginLeftVal;\n\t\t},\n\t\tscrollboxSize: function() {\n\t\t\tcomputeStyleTests();\n\t\t\treturn scrollboxSizeVal;\n\t\t}\n\t} );\n} )();\n\n\nfunction curCSS( elem, name, computed ) {\n\tvar width, minWidth, maxWidth, ret,\n\n\t\t// Support: Firefox 51+\n\t\t// Retrieving style before computed somehow\n\t\t// fixes an issue with getting wrong values\n\t\t// on detached elements\n\t\tstyle = elem.style;\n\n\tcomputed = computed || getStyles( elem );\n\n\t// getPropertyValue is needed for:\n\t// .css('filter') (IE 9 only, #12537)\n\t// .css('--customProperty) (#3144)\n\tif ( computed ) {\n\t\tret = computed.getPropertyValue( name ) || computed[ name ];\n\n\t\tif ( ret === \"\" && !jQuery.contains( elem.ownerDocument, elem ) ) {\n\t\t\tret = jQuery.style( elem, name );\n\t\t}\n\n\t\t// A tribute to the \"awesome hack by Dean Edwards\"\n\t\t// Android Browser returns percentage for some values,\n\t\t// but width seems to be reliably pixels.\n\t\t// This is against the CSSOM draft spec:\n\t\t// https://drafts.csswg.org/cssom/#resolved-values\n\t\tif ( !support.pixelBoxStyles() && rnumnonpx.test( ret ) && rboxStyle.test( name ) ) {\n\n\t\t\t// Remember the original values\n\t\t\twidth = style.width;\n\t\t\tminWidth = style.minWidth;\n\t\t\tmaxWidth = style.maxWidth;\n\n\t\t\t// Put in the new values to get a computed value out\n\t\t\tstyle.minWidth = style.maxWidth = style.width = ret;\n\t\t\tret = computed.width;\n\n\t\t\t// Revert the changed values\n\t\t\tstyle.width = width;\n\t\t\tstyle.minWidth = minWidth;\n\t\t\tstyle.maxWidth = maxWidth;\n\t\t}\n\t}\n\n\treturn ret !== undefined ?\n\n\t\t// Support: IE <=9 - 11 only\n\t\t// IE returns zIndex value as an integer.\n\t\tret + \"\" :\n\t\tret;\n}\n\n\nfunction addGetHookIf( conditionFn, hookFn ) {\n\n\t// Define the hook, we'll check on the first run if it's really needed.\n\treturn {\n\t\tget: function() {\n\t\t\tif ( conditionFn() ) {\n\n\t\t\t\t// Hook not needed (or it's not possible to use it due\n\t\t\t\t// to missing dependency), remove it.\n\t\t\t\tdelete this.get;\n\t\t\t\treturn;\n\t\t\t}\n\n\t\t\t// Hook needed; redefine it so that the support test is not executed again.\n\t\t\treturn ( this.get = hookFn ).apply( this, arguments );\n\t\t}\n\t};\n}\n\n\nvar\n\n\t// Swappable if display is none or starts with table\n\t// except \"table\", \"table-cell\", or \"table-caption\"\n\t// See here for display values: https://developer.mozilla.org/en-US/docs/CSS/display\n\trdisplayswap = /^(none|table(?!-c[ea]).+)/,\n\trcustomProp = /^--/,\n\tcssShow = { position: \"absolute\", visibility: \"hidden\", display: \"block\" },\n\tcssNormalTransform = {\n\t\tletterSpacing: \"0\",\n\t\tfontWeight: \"400\"\n\t},\n\n\tcssPrefixes = [ \"Webkit\", \"Moz\", \"ms\" ],\n\temptyStyle = document.createElement( \"div\" ).style;\n\n// Return a css property mapped to a potentially vendor prefixed property\nfunction vendorPropName( name ) {\n\n\t// Shortcut for names that are not vendor prefixed\n\tif ( name in emptyStyle ) {\n\t\treturn name;\n\t}\n\n\t// Check for vendor prefixed names\n\tvar capName = name[ 0 ].toUpperCase() + name.slice( 1 ),\n\t\ti = cssPrefixes.length;\n\n\twhile ( i-- ) {\n\t\tname = cssPrefixes[ i ] + capName;\n\t\tif ( name in emptyStyle ) {\n\t\t\treturn name;\n\t\t}\n\t}\n}\n\n// Return a property mapped along what jQuery.cssProps suggests or to\n// a vendor prefixed property.\nfunction finalPropName( name ) {\n\tvar ret = jQuery.cssProps[ name ];\n\tif ( !ret ) {\n\t\tret = jQuery.cssProps[ name ] = vendorPropName( name ) || name;\n\t}\n\treturn ret;\n}\n\nfunction setPositiveNumber( elem, value, subtract ) {\n\n\t// Any relative (+/-) values have already been\n\t// normalized at this point\n\tvar matches = rcssNum.exec( value );\n\treturn matches ?\n\n\t\t// Guard against undefined \"subtract\", e.g., when used as in cssHooks\n\t\tMath.max( 0, matches[ 2 ] - ( subtract || 0 ) ) + ( matches[ 3 ] || \"px\" ) :\n\t\tvalue;\n}\n\nfunction boxModelAdjustment( elem, dimension, box, isBorderBox, styles, computedVal ) {\n\tvar i = dimension === \"width\" ? 1 : 0,\n\t\textra = 0,\n\t\tdelta = 0;\n\n\t// Adjustment may not be necessary\n\tif ( box === ( isBorderBox ? \"border\" : \"content\" ) ) {\n\t\treturn 0;\n\t}\n\n\tfor ( ; i < 4; i += 2 ) {\n\n\t\t// Both box models exclude margin\n\t\tif ( box === \"margin\" ) {\n\t\t\tdelta += jQuery.css( elem, box + cssExpand[ i ], true, styles );\n\t\t}\n\n\t\t// If we get here with a content-box, we're seeking \"padding\" or \"border\" or \"margin\"\n\t\tif ( !isBorderBox ) {\n\n\t\t\t// Add padding\n\t\t\tdelta += jQuery.css( elem, \"padding\" + cssExpand[ i ], true, styles );\n\n\t\t\t// For \"border\" or \"margin\", add border\n\t\t\tif ( box !== \"padding\" ) {\n\t\t\t\tdelta += jQuery.css( elem, \"border\" + cssExpand[ i ] + \"Width\", true, styles );\n\n\t\t\t// But still keep track of it otherwise\n\t\t\t} else {\n\t\t\t\textra += jQuery.css( elem, \"border\" + cssExpand[ i ] + \"Width\", true, styles );\n\t\t\t}\n\n\t\t// If we get here with a border-box (content + padding + border), we're seeking \"content\" or\n\t\t// \"padding\" or \"margin\"\n\t\t} else {\n\n\t\t\t// For \"content\", subtract padding\n\t\t\tif ( box === \"content\" ) {\n\t\t\t\tdelta -= jQuery.css( elem, \"padding\" + cssExpand[ i ], true, styles );\n\t\t\t}\n\n\t\t\t// For \"content\" or \"padding\", subtract border\n\t\t\tif ( box !== \"margin\" ) {\n\t\t\t\tdelta -= jQuery.css( elem, \"border\" + cssExpand[ i ] + \"Width\", true, styles );\n\t\t\t}\n\t\t}\n\t}\n\n\t// Account for positive content-box scroll gutter when requested by providing computedVal\n\tif ( !isBorderBox && computedVal >= 0 ) {\n\n\t\t// offsetWidth/offsetHeight is a rounded sum of content, padding, scroll gutter, and border\n\t\t// Assuming integer scroll gutter, subtract the rest and round down\n\t\tdelta += Math.max( 0, Math.ceil(\n\t\t\telem[ \"offset\" + dimension[ 0 ].toUpperCase() + dimension.slice( 1 ) ] -\n\t\t\tcomputedVal -\n\t\t\tdelta -\n\t\t\textra -\n\t\t\t0.5\n\t\t) );\n\t}\n\n\treturn delta;\n}\n\nfunction getWidthOrHeight( elem, dimension, extra ) {\n\n\t// Start with computed style\n\tvar styles = getStyles( elem ),\n\t\tval = curCSS( elem, dimension, styles ),\n\t\tisBorderBox = jQuery.css( elem, \"boxSizing\", false, styles ) === \"border-box\",\n\t\tvalueIsBorderBox = isBorderBox;\n\n\t// Support: Firefox <=54\n\t// Return a confounding non-pixel value or feign ignorance, as appropriate.\n\tif ( rnumnonpx.test( val ) ) {\n\t\tif ( !extra ) {\n\t\t\treturn val;\n\t\t}\n\t\tval = \"auto\";\n\t}\n\n\t// Check for style in case a browser which returns unreliable values\n\t// for getComputedStyle silently falls back to the reliable elem.style\n\tvalueIsBorderBox = valueIsBorderBox &&\n\t\t( support.boxSizingReliable() || val === elem.style[ dimension ] );\n\n\t// Fall back to offsetWidth/offsetHeight when value is \"auto\"\n\t// This happens for inline elements with no explicit setting (gh-3571)\n\t// Support: Android <=4.1 - 4.3 only\n\t// Also use offsetWidth/offsetHeight for misreported inline dimensions (gh-3602)\n\tif ( val === \"auto\" ||\n\t\t!parseFloat( val ) && jQuery.css( elem, \"display\", false, styles ) === \"inline\" ) {\n\n\t\tval = elem[ \"offset\" + dimension[ 0 ].toUpperCase() + dimension.slice( 1 ) ];\n\n\t\t// offsetWidth/offsetHeight provide border-box values\n\t\tvalueIsBorderBox = true;\n\t}\n\n\t// Normalize \"\" and auto\n\tval = parseFloat( val ) || 0;\n\n\t// Adjust for the element's box model\n\treturn ( val +\n\t\tboxModelAdjustment(\n\t\t\telem,\n\t\t\tdimension,\n\t\t\textra || ( isBorderBox ? \"border\" : \"content\" ),\n\t\t\tvalueIsBorderBox,\n\t\t\tstyles,\n\n\t\t\t// Provide the current computed size to request scroll gutter calculation (gh-3589)\n\t\t\tval\n\t\t)\n\t) + \"px\";\n}\n\njQuery.extend( {\n\n\t// Add in style property hooks for overriding the default\n\t// behavior of getting and setting a style property\n\tcssHooks: {\n\t\topacity: {\n\t\t\tget: function( elem, computed ) {\n\t\t\t\tif ( computed ) {\n\n\t\t\t\t\t// We should always get a number back from opacity\n\t\t\t\t\tvar ret = curCSS( elem, \"opacity\" );\n\t\t\t\t\treturn ret === \"\" ? \"1\" : ret;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\n\t// Don't automatically add \"px\" to these possibly-unitless properties\n\tcssNumber: {\n\t\t\"animationIterationCount\": true,\n\t\t\"columnCount\": true,\n\t\t\"fillOpacity\": true,\n\t\t\"flexGrow\": true,\n\t\t\"flexShrink\": true,\n\t\t\"fontWeight\": true,\n\t\t\"lineHeight\": true,\n\t\t\"opacity\": true,\n\t\t\"order\": true,\n\t\t\"orphans\": true,\n\t\t\"widows\": true,\n\t\t\"zIndex\": true,\n\t\t\"zoom\": true\n\t},\n\n\t// Add in properties whose names you wish to fix before\n\t// setting or getting the value\n\tcssProps: {},\n\n\t// Get and set the style property on a DOM Node\n\tstyle: function( elem, name, value, extra ) {\n\n\t\t// Don't set styles on text and comment nodes\n\t\tif ( !elem || elem.nodeType === 3 || elem.nodeType === 8 || !elem.style ) {\n\t\t\treturn;\n\t\t}\n\n\t\t// Make sure that we're working with the right name\n\t\tvar ret, type, hooks,\n\t\t\torigName = camelCase( name ),\n\t\t\tisCustomProp = rcustomProp.test( name ),\n\t\t\tstyle = elem.style;\n\n\t\t// Make sure that we're working with the right name. We don't\n\t\t// want to query the value if it is a CSS custom property\n\t\t// since they are user-defined.\n\t\tif ( !isCustomProp ) {\n\t\t\tname = finalPropName( origName );\n\t\t}\n\n\t\t// Gets hook for the prefixed version, then unprefixed version\n\t\thooks = jQuery.cssHooks[ name ] || jQuery.cssHooks[ origName ];\n\n\t\t// Check if we're setting a value\n\t\tif ( value !== undefined ) {\n\t\t\ttype = typeof value;\n\n\t\t\t// Convert \"+=\" or \"-=\" to relative numbers (#7345)\n\t\t\tif ( type === \"string\" && ( ret = rcssNum.exec( value ) ) && ret[ 1 ] ) {\n\t\t\t\tvalue = adjustCSS( elem, name, ret );\n\n\t\t\t\t// Fixes bug #9237\n\t\t\t\ttype = \"number\";\n\t\t\t}\n\n\t\t\t// Make sure that null and NaN values aren't set (#7116)\n\t\t\tif ( value == null || value !== value ) {\n\t\t\t\treturn;\n\t\t\t}\n\n\t\t\t// If a number was passed in, add the unit (except for certain CSS properties)\n\t\t\tif ( type === \"number\" ) {\n\t\t\t\tvalue += ret && ret[ 3 ] || ( jQuery.cssNumber[ origName ] ? \"\" : \"px\" );\n\t\t\t}\n\n\t\t\t// background-* props affect original clone's values\n\t\t\tif ( !support.clearCloneStyle && value === \"\" && name.indexOf( \"background\" ) === 0 ) {\n\t\t\t\tstyle[ name ] = \"inherit\";\n\t\t\t}\n\n\t\t\t// If a hook was provided, use that value, otherwise just set the specified value\n\t\t\tif ( !hooks || !( \"set\" in hooks ) ||\n\t\t\t\t( value = hooks.set( elem, value, extra ) ) !== undefined ) {\n\n\t\t\t\tif ( isCustomProp ) {\n\t\t\t\t\tstyle.setProperty( name, value );\n\t\t\t\t} else {\n\t\t\t\t\tstyle[ name ] = value;\n\t\t\t\t}\n\t\t\t}\n\n\t\t} else {\n\n\t\t\t// If a hook was provided get the non-computed value from there\n\t\t\tif ( hooks && \"get\" in hooks &&\n\t\t\t\t( ret = hooks.get( elem, false, extra ) ) !== undefined ) {\n\n\t\t\t\treturn ret;\n\t\t\t}\n\n\t\t\t// Otherwise just get the value from the style object\n\t\t\treturn style[ name ];\n\t\t}\n\t},\n\n\tcss: function( elem, name, extra, styles ) {\n\t\tvar val, num, hooks,\n\t\t\torigName = camelCase( name ),\n\t\t\tisCustomProp = rcustomProp.test( name );\n\n\t\t// Make sure that we're working with the right name. We don't\n\t\t// want to modify the value if it is a CSS custom property\n\t\t// since they are user-defined.\n\t\tif ( !isCustomProp ) {\n\t\t\tname = finalPropName( origName );\n\t\t}\n\n\t\t// Try prefixed name followed by the unprefixed name\n\t\thooks = jQuery.cssHooks[ name ] || jQuery.cssHooks[ origName ];\n\n\t\t// If a hook was provided get the computed value from there\n\t\tif ( hooks && \"get\" in hooks ) {\n\t\t\tval = hooks.get( elem, true, extra );\n\t\t}\n\n\t\t// Otherwise, if a way to get the computed value exists, use that\n\t\tif ( val === undefined ) {\n\t\t\tval = curCSS( elem, name, styles );\n\t\t}\n\n\t\t// Convert \"normal\" to computed value\n\t\tif ( val === \"normal\" && name in cssNormalTransform ) {\n\t\t\tval = cssNormalTransform[ name ];\n\t\t}\n\n\t\t// Make numeric if forced or a qualifier was provided and val looks numeric\n\t\tif ( extra === \"\" || extra ) {\n\t\t\tnum = parseFloat( val );\n\t\t\treturn extra === true || isFinite( num ) ? num || 0 : val;\n\t\t}\n\n\t\treturn val;\n\t}\n} );\n\njQuery.each( [ \"height\", \"width\" ], function( i, dimension ) {\n\tjQuery.cssHooks[ dimension ] = {\n\t\tget: function( elem, computed, extra ) {\n\t\t\tif ( computed ) {\n\n\t\t\t\t// Certain elements can have dimension info if we invisibly show them\n\t\t\t\t// but it must have a current display style that would benefit\n\t\t\t\treturn rdisplayswap.test( jQuery.css( elem, \"display\" ) ) &&\n\n\t\t\t\t\t// Support: Safari 8+\n\t\t\t\t\t// Table columns in Safari have non-zero offsetWidth & zero\n\t\t\t\t\t// getBoundingClientRect().width unless display is changed.\n\t\t\t\t\t// Support: IE <=11 only\n\t\t\t\t\t// Running getBoundingClientRect on a disconnected node\n\t\t\t\t\t// in IE throws an error.\n\t\t\t\t\t( !elem.getClientRects().length || !elem.getBoundingClientRect().width ) ?\n\t\t\t\t\t\tswap( elem, cssShow, function() {\n\t\t\t\t\t\t\treturn getWidthOrHeight( elem, dimension, extra );\n\t\t\t\t\t\t} ) :\n\t\t\t\t\t\tgetWidthOrHeight( elem, dimension, extra );\n\t\t\t}\n\t\t},\n\n\t\tset: function( elem, value, extra ) {\n\t\t\tvar matches,\n\t\t\t\tstyles = getStyles( elem ),\n\t\t\t\tisBorderBox = jQuery.css( elem, \"boxSizing\", false, styles ) === \"border-box\",\n\t\t\t\tsubtract = extra && boxModelAdjustment(\n\t\t\t\t\telem,\n\t\t\t\t\tdimension,\n\t\t\t\t\textra,\n\t\t\t\t\tisBorderBox,\n\t\t\t\t\tstyles\n\t\t\t\t);\n\n\t\t\t// Account for unreliable border-box dimensions by comparing offset* to computed and\n\t\t\t// faking a content-box to get border and padding (gh-3699)\n\t\t\tif ( isBorderBox && support.scrollboxSize() === styles.position ) {\n\t\t\t\tsubtract -= Math.ceil(\n\t\t\t\t\telem[ \"offset\" + dimension[ 0 ].toUpperCase() + dimension.slice( 1 ) ] -\n\t\t\t\t\tparseFloat( styles[ dimension ] ) -\n\t\t\t\t\tboxModelAdjustment( elem, dimension, \"border\", false, styles ) -\n\t\t\t\t\t0.5\n\t\t\t\t);\n\t\t\t}\n\n\t\t\t// Convert to pixels if value adjustment is needed\n\t\t\tif ( subtract && ( matches = rcssNum.exec( value ) ) &&\n\t\t\t\t( matches[ 3 ] || \"px\" ) !== \"px\" ) {\n\n\t\t\t\telem.style[ dimension ] = value;\n\t\t\t\tvalue = jQuery.css( elem, dimension );\n\t\t\t}\n\n\t\t\treturn setPositiveNumber( elem, value, subtract );\n\t\t}\n\t};\n} );\n\njQuery.cssHooks.marginLeft = addGetHookIf( support.reliableMarginLeft,\n\tfunction( elem, computed ) {\n\t\tif ( computed ) {\n\t\t\treturn ( parseFloat( curCSS( elem, \"marginLeft\" ) ) ||\n\t\t\t\telem.getBoundingClientRect().left -\n\t\t\t\t\tswap( elem, { marginLeft: 0 }, function() {\n\t\t\t\t\t\treturn elem.getBoundingClientRect().left;\n\t\t\t\t\t} )\n\t\t\t\t) + \"px\";\n\t\t}\n\t}\n);\n\n// These hooks are used by animate to expand properties\njQuery.each( {\n\tmargin: \"\",\n\tpadding: \"\",\n\tborder: \"Width\"\n}, function( prefix, suffix ) {\n\tjQuery.cssHooks[ prefix + suffix ] = {\n\t\texpand: function( value ) {\n\t\t\tvar i = 0,\n\t\t\t\texpanded = {},\n\n\t\t\t\t// Assumes a single number if not a string\n\t\t\t\tparts = typeof value === \"string\" ? value.split( \" \" ) : [ value ];\n\n\t\t\tfor ( ; i < 4; i++ ) {\n\t\t\t\texpanded[ prefix + cssExpand[ i ] + suffix ] =\n\t\t\t\t\tparts[ i ] || parts[ i - 2 ] || parts[ 0 ];\n\t\t\t}\n\n\t\t\treturn expanded;\n\t\t}\n\t};\n\n\tif ( prefix !== \"margin\" ) {\n\t\tjQuery.cssHooks[ prefix + suffix ].set = setPositiveNumber;\n\t}\n} );\n\njQuery.fn.extend( {\n\tcss: function( name, value ) {\n\t\treturn access( this, function( elem, name, value ) {\n\t\t\tvar styles, len,\n\t\t\t\tmap = {},\n\t\t\t\ti = 0;\n\n\t\t\tif ( Array.isArray( name ) ) {\n\t\t\t\tstyles = getStyles( elem );\n\t\t\t\tlen = name.length;\n\n\t\t\t\tfor ( ; i < len; i++ ) {\n\t\t\t\t\tmap[ name[ i ] ] = jQuery.css( elem, name[ i ], false, styles );\n\t\t\t\t}\n\n\t\t\t\treturn map;\n\t\t\t}\n\n\t\t\treturn value !== undefined ?\n\t\t\t\tjQuery.style( elem, name, value ) :\n\t\t\t\tjQuery.css( elem, name );\n\t\t}, name, value, arguments.length > 1 );\n\t}\n} );\n\n\nfunction Tween( elem, options, prop, end, easing ) {\n\treturn new Tween.prototype.init( elem, options, prop, end, easing );\n}\njQuery.Tween = Tween;\n\nTween.prototype = {\n\tconstructor: Tween,\n\tinit: function( elem, options, prop, end, easing, unit ) {\n\t\tthis.elem = elem;\n\t\tthis.prop = prop;\n\t\tthis.easing = easing || jQuery.easing._default;\n\t\tthis.options = options;\n\t\tthis.start = this.now = this.cur();\n\t\tthis.end = end;\n\t\tthis.unit = unit || ( jQuery.cssNumber[ prop ] ? \"\" : \"px\" );\n\t},\n\tcur: function() {\n\t\tvar hooks = Tween.propHooks[ this.prop ];\n\n\t\treturn hooks && hooks.get ?\n\t\t\thooks.get( this ) :\n\t\t\tTween.propHooks._default.get( this );\n\t},\n\trun: function( percent ) {\n\t\tvar eased,\n\t\t\thooks = Tween.propHooks[ this.prop ];\n\n\t\tif ( this.options.duration ) {\n\t\t\tthis.pos = eased = jQuery.easing[ this.easing ](\n\t\t\t\tpercent, this.options.duration * percent, 0, 1, this.options.duration\n\t\t\t);\n\t\t} else {\n\t\t\tthis.pos = eased = percent;\n\t\t}\n\t\tthis.now = ( this.end - this.start ) * eased + this.start;\n\n\t\tif ( this.options.step ) {\n\t\t\tthis.options.step.call( this.elem, this.now, this );\n\t\t}\n\n\t\tif ( hooks && hooks.set ) {\n\t\t\thooks.set( this );\n\t\t} else {\n\t\t\tTween.propHooks._default.set( this );\n\t\t}\n\t\treturn this;\n\t}\n};\n\nTween.prototype.init.prototype = Tween.prototype;\n\nTween.propHooks = {\n\t_default: {\n\t\tget: function( tween ) {\n\t\t\tvar result;\n\n\t\t\t// Use a property on the element directly when it is not a DOM element,\n\t\t\t// or when there is no matching style property that exists.\n\t\t\tif ( tween.elem.nodeType !== 1 ||\n\t\t\t\ttween.elem[ tween.prop ] != null && tween.elem.style[ tween.prop ] == null ) {\n\t\t\t\treturn tween.elem[ tween.prop ];\n\t\t\t}\n\n\t\t\t// Passing an empty string as a 3rd parameter to .css will automatically\n\t\t\t// attempt a parseFloat and fallback to a string if the parse fails.\n\t\t\t// Simple values such as \"10px\" are parsed to Float;\n\t\t\t// complex values such as \"rotate(1rad)\" are returned as-is.\n\t\t\tresult = jQuery.css( tween.elem, tween.prop, \"\" );\n\n\t\t\t// Empty strings, null, undefined and \"auto\" are converted to 0.\n\t\t\treturn !result || result === \"auto\" ? 0 : result;\n\t\t},\n\t\tset: function( tween ) {\n\n\t\t\t// Use step hook for back compat.\n\t\t\t// Use cssHook if its there.\n\t\t\t// Use .style if available and use plain properties where available.\n\t\t\tif ( jQuery.fx.step[ tween.prop ] ) {\n\t\t\t\tjQuery.fx.step[ tween.prop ]( tween );\n\t\t\t} else if ( tween.elem.nodeType === 1 &&\n\t\t\t\t( tween.elem.style[ jQuery.cssProps[ tween.prop ] ] != null ||\n\t\t\t\t\tjQuery.cssHooks[ tween.prop ] ) ) {\n\t\t\t\tjQuery.style( tween.elem, tween.prop, tween.now + tween.unit );\n\t\t\t} else {\n\t\t\t\ttween.elem[ tween.prop ] = tween.now;\n\t\t\t}\n\t\t}\n\t}\n};\n\n// Support: IE <=9 only\n// Panic based approach to setting things on disconnected nodes\nTween.propHooks.scrollTop = Tween.propHooks.scrollLeft = {\n\tset: function( tween ) {\n\t\tif ( tween.elem.nodeType && tween.elem.parentNode ) {\n\t\t\ttween.elem[ tween.prop ] = tween.now;\n\t\t}\n\t}\n};\n\njQuery.easing = {\n\tlinear: function( p ) {\n\t\treturn p;\n\t},\n\tswing: function( p ) {\n\t\treturn 0.5 - Math.cos( p * Math.PI ) / 2;\n\t},\n\t_default: \"swing\"\n};\n\njQuery.fx = Tween.prototype.init;\n\n// Back compat <1.8 extension point\njQuery.fx.step = {};\n\n\n\n\nvar\n\tfxNow, inProgress,\n\trfxtypes = /^(?:toggle|show|hide)$/,\n\trrun = /queueHooks$/;\n\nfunction schedule() {\n\tif ( inProgress ) {\n\t\tif ( document.hidden === false && window.requestAnimationFrame ) {\n\t\t\twindow.requestAnimationFrame( schedule );\n\t\t} else {\n\t\t\twindow.setTimeout( schedule, jQuery.fx.interval );\n\t\t}\n\n\t\tjQuery.fx.tick();\n\t}\n}\n\n// Animations created synchronously will run synchronously\nfunction createFxNow() {\n\twindow.setTimeout( function() {\n\t\tfxNow = undefined;\n\t} );\n\treturn ( fxNow = Date.now() );\n}\n\n// Generate parameters to create a standard animation\nfunction genFx( type, includeWidth ) {\n\tvar which,\n\t\ti = 0,\n\t\tattrs = { height: type };\n\n\t// If we include width, step value is 1 to do all cssExpand values,\n\t// otherwise step value is 2 to skip over Left and Right\n\tincludeWidth = includeWidth ? 1 : 0;\n\tfor ( ; i < 4; i += 2 - includeWidth ) {\n\t\twhich = cssExpand[ i ];\n\t\tattrs[ \"margin\" + which ] = attrs[ \"padding\" + which ] = type;\n\t}\n\n\tif ( includeWidth ) {\n\t\tattrs.opacity = attrs.width = type;\n\t}\n\n\treturn attrs;\n}\n\nfunction createTween( value, prop, animation ) {\n\tvar tween,\n\t\tcollection = ( Animation.tweeners[ prop ] || [] ).concat( Animation.tweeners[ \"*\" ] ),\n\t\tindex = 0,\n\t\tlength = collection.length;\n\tfor ( ; index < length; index++ ) {\n\t\tif ( ( tween = collection[ index ].call( animation, prop, value ) ) ) {\n\n\t\t\t// We're done with this property\n\t\t\treturn tween;\n\t\t}\n\t}\n}\n\nfunction defaultPrefilter( elem, props, opts ) {\n\tvar prop, value, toggle, hooks, oldfire, propTween, restoreDisplay, display,\n\t\tisBox = \"width\" in props || \"height\" in props,\n\t\tanim = this,\n\t\torig = {},\n\t\tstyle = elem.style,\n\t\thidden = elem.nodeType && isHiddenWithinTree( elem ),\n\t\tdataShow = dataPriv.get( elem, \"fxshow\" );\n\n\t// Queue-skipping animations hijack the fx hooks\n\tif ( !opts.queue ) {\n\t\thooks = jQuery._queueHooks( elem, \"fx\" );\n\t\tif ( hooks.unqueued == null ) {\n\t\t\thooks.unqueued = 0;\n\t\t\toldfire = hooks.empty.fire;\n\t\t\thooks.empty.fire = function() {\n\t\t\t\tif ( !hooks.unqueued ) {\n\t\t\t\t\toldfire();\n\t\t\t\t}\n\t\t\t};\n\t\t}\n\t\thooks.unqueued++;\n\n\t\tanim.always( function() {\n\n\t\t\t// Ensure the complete handler is called before this completes\n\t\t\tanim.always( function() {\n\t\t\t\thooks.unqueued--;\n\t\t\t\tif ( !jQuery.queue( elem, \"fx\" ).length ) {\n\t\t\t\t\thooks.empty.fire();\n\t\t\t\t}\n\t\t\t} );\n\t\t} );\n\t}\n\n\t// Detect show/hide animations\n\tfor ( prop in props ) {\n\t\tvalue = props[ prop ];\n\t\tif ( rfxtypes.test( value ) ) {\n\t\t\tdelete props[ prop ];\n\t\t\ttoggle = toggle || value === \"toggle\";\n\t\t\tif ( value === ( hidden ? \"hide\" : \"show\" ) ) {\n\n\t\t\t\t// Pretend to be hidden if this is a \"show\" and\n\t\t\t\t// there is still data from a stopped show/hide\n\t\t\t\tif ( value === \"show\" && dataShow && dataShow[ prop ] !== undefined ) {\n\t\t\t\t\thidden = true;\n\n\t\t\t\t// Ignore all other no-op show/hide data\n\t\t\t\t} else {\n\t\t\t\t\tcontinue;\n\t\t\t\t}\n\t\t\t}\n\t\t\torig[ prop ] = dataShow && dataShow[ prop ] || jQuery.style( elem, prop );\n\t\t}\n\t}\n\n\t// Bail out if this is a no-op like .hide().hide()\n\tpropTween = !jQuery.isEmptyObject( props );\n\tif ( !propTween && jQuery.isEmptyObject( orig ) ) {\n\t\treturn;\n\t}\n\n\t// Restrict \"overflow\" and \"display\" styles during box animations\n\tif ( isBox && elem.nodeType === 1 ) {\n\n\t\t// Support: IE <=9 - 11, Edge 12 - 15\n\t\t// Record all 3 overflow attributes because IE does not infer the shorthand\n\t\t// from identically-valued overflowX and overflowY and Edge just mirrors\n\t\t// the overflowX value there.\n\t\topts.overflow = [ style.overflow, style.overflowX, style.overflowY ];\n\n\t\t// Identify a display type, preferring old show/hide data over the CSS cascade\n\t\trestoreDisplay = dataShow && dataShow.display;\n\t\tif ( restoreDisplay == null ) {\n\t\t\trestoreDisplay = dataPriv.get( elem, \"display\" );\n\t\t}\n\t\tdisplay = jQuery.css( elem, \"display\" );\n\t\tif ( display === \"none\" ) {\n\t\t\tif ( restoreDisplay ) {\n\t\t\t\tdisplay = restoreDisplay;\n\t\t\t} else {\n\n\t\t\t\t// Get nonempty value(s) by temporarily forcing visibility\n\t\t\t\tshowHide( [ elem ], true );\n\t\t\t\trestoreDisplay = elem.style.display || restoreDisplay;\n\t\t\t\tdisplay = jQuery.css( elem, \"display\" );\n\t\t\t\tshowHide( [ elem ] );\n\t\t\t}\n\t\t}\n\n\t\t// Animate inline elements as inline-block\n\t\tif ( display === \"inline\" || display === \"inline-block\" && restoreDisplay != null ) {\n\t\t\tif ( jQuery.css( elem, \"float\" ) === \"none\" ) {\n\n\t\t\t\t// Restore the original display value at the end of pure show/hide animations\n\t\t\t\tif ( !propTween ) {\n\t\t\t\t\tanim.done( function() {\n\t\t\t\t\t\tstyle.display = restoreDisplay;\n\t\t\t\t\t} );\n\t\t\t\t\tif ( restoreDisplay == null ) {\n\t\t\t\t\t\tdisplay = style.display;\n\t\t\t\t\t\trestoreDisplay = display === \"none\" ? \"\" : display;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\tstyle.display = \"inline-block\";\n\t\t\t}\n\t\t}\n\t}\n\n\tif ( opts.overflow ) {\n\t\tstyle.overflow = \"hidden\";\n\t\tanim.always( function() {\n\t\t\tstyle.overflow = opts.overflow[ 0 ];\n\t\t\tstyle.overflowX = opts.overflow[ 1 ];\n\t\t\tstyle.overflowY = opts.overflow[ 2 ];\n\t\t} );\n\t}\n\n\t// Implement show/hide animations\n\tpropTween = false;\n\tfor ( prop in orig ) {\n\n\t\t// General show/hide setup for this element animation\n\t\tif ( !propTween ) {\n\t\t\tif ( dataShow ) {\n\t\t\t\tif ( \"hidden\" in dataShow ) {\n\t\t\t\t\thidden = dataShow.hidden;\n\t\t\t\t}\n\t\t\t} else {\n\t\t\t\tdataShow = dataPriv.access( elem, \"fxshow\", { display: restoreDisplay } );\n\t\t\t}\n\n\t\t\t// Store hidden/visible for toggle so `.stop().toggle()` \"reverses\"\n\t\t\tif ( toggle ) {\n\t\t\t\tdataShow.hidden = !hidden;\n\t\t\t}\n\n\t\t\t// Show elements before animating them\n\t\t\tif ( hidden ) {\n\t\t\t\tshowHide( [ elem ], true );\n\t\t\t}\n\n\t\t\t/* eslint-disable no-loop-func */\n\n\t\t\tanim.done( function() {\n\n\t\t\t/* eslint-enable no-loop-func */\n\n\t\t\t\t// The final step of a \"hide\" animation is actually hiding the element\n\t\t\t\tif ( !hidden ) {\n\t\t\t\t\tshowHide( [ elem ] );\n\t\t\t\t}\n\t\t\t\tdataPriv.remove( elem, \"fxshow\" );\n\t\t\t\tfor ( prop in orig ) {\n\t\t\t\t\tjQuery.style( elem, prop, orig[ prop ] );\n\t\t\t\t}\n\t\t\t} );\n\t\t}\n\n\t\t// Per-property setup\n\t\tpropTween = createTween( hidden ? dataShow[ prop ] : 0, prop, anim );\n\t\tif ( !( prop in dataShow ) ) {\n\t\t\tdataShow[ prop ] = propTween.start;\n\t\t\tif ( hidden ) {\n\t\t\t\tpropTween.end = propTween.start;\n\t\t\t\tpropTween.start = 0;\n\t\t\t}\n\t\t}\n\t}\n}\n\nfunction propFilter( props, specialEasing ) {\n\tvar index, name, easing, value, hooks;\n\n\t// camelCase, specialEasing and expand cssHook pass\n\tfor ( index in props ) {\n\t\tname = camelCase( index );\n\t\teasing = specialEasing[ name ];\n\t\tvalue = props[ index ];\n\t\tif ( Array.isArray( value ) ) {\n\t\t\teasing = value[ 1 ];\n\t\t\tvalue = props[ index ] = value[ 0 ];\n\t\t}\n\n\t\tif ( index !== name ) {\n\t\t\tprops[ name ] = value;\n\t\t\tdelete props[ index ];\n\t\t}\n\n\t\thooks = jQuery.cssHooks[ name ];\n\t\tif ( hooks && \"expand\" in hooks ) {\n\t\t\tvalue = hooks.expand( value );\n\t\t\tdelete props[ name ];\n\n\t\t\t// Not quite $.extend, this won't overwrite existing keys.\n\t\t\t// Reusing 'index' because we have the correct \"name\"\n\t\t\tfor ( index in value ) {\n\t\t\t\tif ( !( index in props ) ) {\n\t\t\t\t\tprops[ index ] = value[ index ];\n\t\t\t\t\tspecialEasing[ index ] = easing;\n\t\t\t\t}\n\t\t\t}\n\t\t} else {\n\t\t\tspecialEasing[ name ] = easing;\n\t\t}\n\t}\n}\n\nfunction Animation( elem, properties, options ) {\n\tvar result,\n\t\tstopped,\n\t\tindex = 0,\n\t\tlength = Animation.prefilters.length,\n\t\tdeferred = jQuery.Deferred().always( function() {\n\n\t\t\t// Don't match elem in the :animated selector\n\t\t\tdelete tick.elem;\n\t\t} ),\n\t\ttick = function() {\n\t\t\tif ( stopped ) {\n\t\t\t\treturn false;\n\t\t\t}\n\t\t\tvar currentTime = fxNow || createFxNow(),\n\t\t\t\tremaining = Math.max( 0, animation.startTime + animation.duration - currentTime ),\n\n\t\t\t\t// Support: Android 2.3 only\n\t\t\t\t// Archaic crash bug won't allow us to use `1 - ( 0.5 || 0 )` (#12497)\n\t\t\t\ttemp = remaining / animation.duration || 0,\n\t\t\t\tpercent = 1 - temp,\n\t\t\t\tindex = 0,\n\t\t\t\tlength = animation.tweens.length;\n\n\t\t\tfor ( ; index < length; index++ ) {\n\t\t\t\tanimation.tweens[ index ].run( percent );\n\t\t\t}\n\n\t\t\tdeferred.notifyWith( elem, [ animation, percent, remaining ] );\n\n\t\t\t// If there's more to do, yield\n\t\t\tif ( percent < 1 && length ) {\n\t\t\t\treturn remaining;\n\t\t\t}\n\n\t\t\t// If this was an empty animation, synthesize a final progress notification\n\t\t\tif ( !length ) {\n\t\t\t\tdeferred.notifyWith( elem, [ animation, 1, 0 ] );\n\t\t\t}\n\n\t\t\t// Resolve the animation and report its conclusion\n\t\t\tdeferred.resolveWith( elem, [ animation ] );\n\t\t\treturn false;\n\t\t},\n\t\tanimation = deferred.promise( {\n\t\t\telem: elem,\n\t\t\tprops: jQuery.extend( {}, properties ),\n\t\t\topts: jQuery.extend( true, {\n\t\t\t\tspecialEasing: {},\n\t\t\t\teasing: jQuery.easing._default\n\t\t\t}, options ),\n\t\t\toriginalProperties: properties,\n\t\t\toriginalOptions: options,\n\t\t\tstartTime: fxNow || createFxNow(),\n\t\t\tduration: options.duration,\n\t\t\ttweens: [],\n\t\t\tcreateTween: function( prop, end ) {\n\t\t\t\tvar tween = jQuery.Tween( elem, animation.opts, prop, end,\n\t\t\t\t\t\tanimation.opts.specialEasing[ prop ] || animation.opts.easing );\n\t\t\t\tanimation.tweens.push( tween );\n\t\t\t\treturn tween;\n\t\t\t},\n\t\t\tstop: function( gotoEnd ) {\n\t\t\t\tvar index = 0,\n\n\t\t\t\t\t// If we are going to the end, we want to run all the tweens\n\t\t\t\t\t// otherwise we skip this part\n\t\t\t\t\tlength = gotoEnd ? animation.tweens.length : 0;\n\t\t\t\tif ( stopped ) {\n\t\t\t\t\treturn this;\n\t\t\t\t}\n\t\t\t\tstopped = true;\n\t\t\t\tfor ( ; index < length; index++ ) {\n\t\t\t\t\tanimation.tweens[ index ].run( 1 );\n\t\t\t\t}\n\n\t\t\t\t// Resolve when we played the last frame; otherwise, reject\n\t\t\t\tif ( gotoEnd ) {\n\t\t\t\t\tdeferred.notifyWith( elem, [ animation, 1, 0 ] );\n\t\t\t\t\tdeferred.resolveWith( elem, [ animation, gotoEnd ] );\n\t\t\t\t} else {\n\t\t\t\t\tdeferred.rejectWith( elem, [ animation, gotoEnd ] );\n\t\t\t\t}\n\t\t\t\treturn this;\n\t\t\t}\n\t\t} ),\n\t\tprops = animation.props;\n\n\tpropFilter( props, animation.opts.specialEasing );\n\n\tfor ( ; index < length; index++ ) {\n\t\tresult = Animation.prefilters[ index ].call( animation, elem, props, animation.opts );\n\t\tif ( result ) {\n\t\t\tif ( isFunction( result.stop ) ) {\n\t\t\t\tjQuery._queueHooks( animation.elem, animation.opts.queue ).stop =\n\t\t\t\t\tresult.stop.bind( result );\n\t\t\t}\n\t\t\treturn result;\n\t\t}\n\t}\n\n\tjQuery.map( props, createTween, animation );\n\n\tif ( isFunction( animation.opts.start ) ) {\n\t\tanimation.opts.start.call( elem, animation );\n\t}\n\n\t// Attach callbacks from options\n\tanimation\n\t\t.progress( animation.opts.progress )\n\t\t.done( animation.opts.done, animation.opts.complete )\n\t\t.fail( animation.opts.fail )\n\t\t.always( animation.opts.always );\n\n\tjQuery.fx.timer(\n\t\tjQuery.extend( tick, {\n\t\t\telem: elem,\n\t\t\tanim: animation,\n\t\t\tqueue: animation.opts.queue\n\t\t} )\n\t);\n\n\treturn animation;\n}\n\njQuery.Animation = jQuery.extend( Animation, {\n\n\ttweeners: {\n\t\t\"*\": [ function( prop, value ) {\n\t\t\tvar tween = this.createTween( prop, value );\n\t\t\tadjustCSS( tween.elem, prop, rcssNum.exec( value ), tween );\n\t\t\treturn tween;\n\t\t} ]\n\t},\n\n\ttweener: function( props, callback ) {\n\t\tif ( isFunction( props ) ) {\n\t\t\tcallback = props;\n\t\t\tprops = [ \"*\" ];\n\t\t} else {\n\t\t\tprops = props.match( rnothtmlwhite );\n\t\t}\n\n\t\tvar prop,\n\t\t\tindex = 0,\n\t\t\tlength = props.length;\n\n\t\tfor ( ; index < length; index++ ) {\n\t\t\tprop = props[ index ];\n\t\t\tAnimation.tweeners[ prop ] = Animation.tweeners[ prop ] || [];\n\t\t\tAnimation.tweeners[ prop ].unshift( callback );\n\t\t}\n\t},\n\n\tprefilters: [ defaultPrefilter ],\n\n\tprefilter: function( callback, prepend ) {\n\t\tif ( prepend ) {\n\t\t\tAnimation.prefilters.unshift( callback );\n\t\t} else {\n\t\t\tAnimation.prefilters.push( callback );\n\t\t}\n\t}\n} );\n\njQuery.speed = function( speed, easing, fn ) {\n\tvar opt = speed && typeof speed === \"object\" ? jQuery.extend( {}, speed ) : {\n\t\tcomplete: fn || !fn && easing ||\n\t\t\tisFunction( speed ) && speed,\n\t\tduration: speed,\n\t\teasing: fn && easing || easing && !isFunction( easing ) && easing\n\t};\n\n\t// Go to the end state if fx are off\n\tif ( jQuery.fx.off ) {\n\t\topt.duration = 0;\n\n\t} else {\n\t\tif ( typeof opt.duration !== \"number\" ) {\n\t\t\tif ( opt.duration in jQuery.fx.speeds ) {\n\t\t\t\topt.duration = jQuery.fx.speeds[ opt.duration ];\n\n\t\t\t} else {\n\t\t\t\topt.duration = jQuery.fx.speeds._default;\n\t\t\t}\n\t\t}\n\t}\n\n\t// Normalize opt.queue - true/undefined/null -> \"fx\"\n\tif ( opt.queue == null || opt.queue === true ) {\n\t\topt.queue = \"fx\";\n\t}\n\n\t// Queueing\n\topt.old = opt.complete;\n\n\topt.complete = function() {\n\t\tif ( isFunction( opt.old ) ) {\n\t\t\topt.old.call( this );\n\t\t}\n\n\t\tif ( opt.queue ) {\n\t\t\tjQuery.dequeue( this, opt.queue );\n\t\t}\n\t};\n\n\treturn opt;\n};\n\njQuery.fn.extend( {\n\tfadeTo: function( speed, to, easing, callback ) {\n\n\t\t// Show any hidden elements after setting opacity to 0\n\t\treturn this.filter( isHiddenWithinTree ).css( \"opacity\", 0 ).show()\n\n\t\t\t// Animate to the value specified\n\t\t\t.end().animate( { opacity: to }, speed, easing, callback );\n\t},\n\tanimate: function( prop, speed, easing, callback ) {\n\t\tvar empty = jQuery.isEmptyObject( prop ),\n\t\t\toptall = jQuery.speed( speed, easing, callback ),\n\t\t\tdoAnimation = function() {\n\n\t\t\t\t// Operate on a copy of prop so per-property easing won't be lost\n\t\t\t\tvar anim = Animation( this, jQuery.extend( {}, prop ), optall );\n\n\t\t\t\t// Empty animations, or finishing resolves immediately\n\t\t\t\tif ( empty || dataPriv.get( this, \"finish\" ) ) {\n\t\t\t\t\tanim.stop( true );\n\t\t\t\t}\n\t\t\t};\n\t\t\tdoAnimation.finish = doAnimation;\n\n\t\treturn empty || optall.queue === false ?\n\t\t\tthis.each( doAnimation ) :\n\t\t\tthis.queue( optall.queue, doAnimation );\n\t},\n\tstop: function( type, clearQueue, gotoEnd ) {\n\t\tvar stopQueue = function( hooks ) {\n\t\t\tvar stop = hooks.stop;\n\t\t\tdelete hooks.stop;\n\t\t\tstop( gotoEnd );\n\t\t};\n\n\t\tif ( typeof type !== \"string\" ) {\n\t\t\tgotoEnd = clearQueue;\n\t\t\tclearQueue = type;\n\t\t\ttype = undefined;\n\t\t}\n\t\tif ( clearQueue && type !== false ) {\n\t\t\tthis.queue( type || \"fx\", [] );\n\t\t}\n\n\t\treturn this.each( function() {\n\t\t\tvar dequeue = true,\n\t\t\t\tindex = type != null && type + \"queueHooks\",\n\t\t\t\ttimers = jQuery.timers,\n\t\t\t\tdata = dataPriv.get( this );\n\n\t\t\tif ( index ) {\n\t\t\t\tif ( data[ index ] && data[ index ].stop ) {\n\t\t\t\t\tstopQueue( data[ index ] );\n\t\t\t\t}\n\t\t\t} else {\n\t\t\t\tfor ( index in data ) {\n\t\t\t\t\tif ( data[ index ] && data[ index ].stop && rrun.test( index ) ) {\n\t\t\t\t\t\tstopQueue( data[ index ] );\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\n\t\t\tfor ( index = timers.length; index--; ) {\n\t\t\t\tif ( timers[ index ].elem === this &&\n\t\t\t\t\t( type == null || timers[ index ].queue === type ) ) {\n\n\t\t\t\t\ttimers[ index ].anim.stop( gotoEnd );\n\t\t\t\t\tdequeue = false;\n\t\t\t\t\ttimers.splice( index, 1 );\n\t\t\t\t}\n\t\t\t}\n\n\t\t\t// Start the next in the queue if the last step wasn't forced.\n\t\t\t// Timers currently will call their complete callbacks, which\n\t\t\t// will dequeue but only if they were gotoEnd.\n\t\t\tif ( dequeue || !gotoEnd ) {\n\t\t\t\tjQuery.dequeue( this, type );\n\t\t\t}\n\t\t} );\n\t},\n\tfinish: function( type ) {\n\t\tif ( type !== false ) {\n\t\t\ttype = type || \"fx\";\n\t\t}\n\t\treturn this.each( function() {\n\t\t\tvar index,\n\t\t\t\tdata = dataPriv.get( this ),\n\t\t\t\tqueue = data[ type + \"queue\" ],\n\t\t\t\thooks = data[ type + \"queueHooks\" ],\n\t\t\t\ttimers = jQuery.timers,\n\t\t\t\tlength = queue ? queue.length : 0;\n\n\t\t\t// Enable finishing flag on private data\n\t\t\tdata.finish = true;\n\n\t\t\t// Empty the queue first\n\t\t\tjQuery.queue( this, type, [] );\n\n\t\t\tif ( hooks && hooks.stop ) {\n\t\t\t\thooks.stop.call( this, true );\n\t\t\t}\n\n\t\t\t// Look for any active animations, and finish them\n\t\t\tfor ( index = timers.length; index--; ) {\n\t\t\t\tif ( timers[ index ].elem === this && timers[ index ].queue === type ) {\n\t\t\t\t\ttimers[ index ].anim.stop( true );\n\t\t\t\t\ttimers.splice( index, 1 );\n\t\t\t\t}\n\t\t\t}\n\n\t\t\t// Look for any animations in the old queue and finish them\n\t\t\tfor ( index = 0; index < length; index++ ) {\n\t\t\t\tif ( queue[ index ] && queue[ index ].finish ) {\n\t\t\t\t\tqueue[ index ].finish.call( this );\n\t\t\t\t}\n\t\t\t}\n\n\t\t\t// Turn off finishing flag\n\t\t\tdelete data.finish;\n\t\t} );\n\t}\n} );\n\njQuery.each( [ \"toggle\", \"show\", \"hide\" ], function( i, name ) {\n\tvar cssFn = jQuery.fn[ name ];\n\tjQuery.fn[ name ] = function( speed, easing, callback ) {\n\t\treturn speed == null || typeof speed === \"boolean\" ?\n\t\t\tcssFn.apply( this, arguments ) :\n\t\t\tthis.animate( genFx( name, true ), speed, easing, callback );\n\t};\n} );\n\n// Generate shortcuts for custom animations\njQuery.each( {\n\tslideDown: genFx( \"show\" ),\n\tslideUp: genFx( \"hide\" ),\n\tslideToggle: genFx( \"toggle\" ),\n\tfadeIn: { opacity: \"show\" },\n\tfadeOut: { opacity: \"hide\" },\n\tfadeToggle: { opacity: \"toggle\" }\n}, function( name, props ) {\n\tjQuery.fn[ name ] = function( speed, easing, callback ) {\n\t\treturn this.animate( props, speed, easing, callback );\n\t};\n} );\n\njQuery.timers = [];\njQuery.fx.tick = function() {\n\tvar timer,\n\t\ti = 0,\n\t\ttimers = jQuery.timers;\n\n\tfxNow = Date.now();\n\n\tfor ( ; i < timers.length; i++ ) {\n\t\ttimer = timers[ i ];\n\n\t\t// Run the timer and safely remove it when done (allowing for external removal)\n\t\tif ( !timer() && timers[ i ] === timer ) {\n\t\t\ttimers.splice( i--, 1 );\n\t\t}\n\t}\n\n\tif ( !timers.length ) {\n\t\tjQuery.fx.stop();\n\t}\n\tfxNow = undefined;\n};\n\njQuery.fx.timer = function( timer ) {\n\tjQuery.timers.push( timer );\n\tjQuery.fx.start();\n};\n\njQuery.fx.interval = 13;\njQuery.fx.start = function() {\n\tif ( inProgress ) {\n\t\treturn;\n\t}\n\n\tinProgress = true;\n\tschedule();\n};\n\njQuery.fx.stop = function() {\n\tinProgress = null;\n};\n\njQuery.fx.speeds = {\n\tslow: 600,\n\tfast: 200,\n\n\t// Default speed\n\t_default: 400\n};\n\n\n// Based off of the plugin by Clint Helfers, with permission.\n// https://web.archive.org/web/20100324014747/http://blindsignals.com/index.php/2009/07/jquery-delay/\njQuery.fn.delay = function( time, type ) {\n\ttime = jQuery.fx ? jQuery.fx.speeds[ time ] || time : time;\n\ttype = type || \"fx\";\n\n\treturn this.queue( type, function( next, hooks ) {\n\t\tvar timeout = window.setTimeout( next, time );\n\t\thooks.stop = function() {\n\t\t\twindow.clearTimeout( timeout );\n\t\t};\n\t} );\n};\n\n\n( function() {\n\tvar input = document.createElement( \"input\" ),\n\t\tselect = document.createElement( \"select\" ),\n\t\topt = select.appendChild( document.createElement( \"option\" ) );\n\n\tinput.type = \"checkbox\";\n\n\t// Support: Android <=4.3 only\n\t// Default value for a checkbox should be \"on\"\n\tsupport.checkOn = input.value !== \"\";\n\n\t// Support: IE <=11 only\n\t// Must access selectedIndex to make default options select\n\tsupport.optSelected = opt.selected;\n\n\t// Support: IE <=11 only\n\t// An input loses its value after becoming a radio\n\tinput = document.createElement( \"input\" );\n\tinput.value = \"t\";\n\tinput.type = \"radio\";\n\tsupport.radioValue = input.value === \"t\";\n} )();\n\n\nvar boolHook,\n\tattrHandle = jQuery.expr.attrHandle;\n\njQuery.fn.extend( {\n\tattr: function( name, value ) {\n\t\treturn access( this, jQuery.attr, name, value, arguments.length > 1 );\n\t},\n\n\tremoveAttr: function( name ) {\n\t\treturn this.each( function() {\n\t\t\tjQuery.removeAttr( this, name );\n\t\t} );\n\t}\n} );\n\njQuery.extend( {\n\tattr: function( elem, name, value ) {\n\t\tvar ret, hooks,\n\t\t\tnType = elem.nodeType;\n\n\t\t// Don't get/set attributes on text, comment and attribute nodes\n\t\tif ( nType === 3 || nType === 8 || nType === 2 ) {\n\t\t\treturn;\n\t\t}\n\n\t\t// Fallback to prop when attributes are not supported\n\t\tif ( typeof elem.getAttribute === \"undefined\" ) {\n\t\t\treturn jQuery.prop( elem, name, value );\n\t\t}\n\n\t\t// Attribute hooks are determined by the lowercase version\n\t\t// Grab necessary hook if one is defined\n\t\tif ( nType !== 1 || !jQuery.isXMLDoc( elem ) ) {\n\t\t\thooks = jQuery.attrHooks[ name.toLowerCase() ] ||\n\t\t\t\t( jQuery.expr.match.bool.test( name ) ? boolHook : undefined );\n\t\t}\n\n\t\tif ( value !== undefined ) {\n\t\t\tif ( value === null ) {\n\t\t\t\tjQuery.removeAttr( elem, name );\n\t\t\t\treturn;\n\t\t\t}\n\n\t\t\tif ( hooks && \"set\" in hooks &&\n\t\t\t\t( ret = hooks.set( elem, value, name ) ) !== undefined ) {\n\t\t\t\treturn ret;\n\t\t\t}\n\n\t\t\telem.setAttribute( name, value + \"\" );\n\t\t\treturn value;\n\t\t}\n\n\t\tif ( hooks && \"get\" in hooks && ( ret = hooks.get( elem, name ) ) !== null ) {\n\t\t\treturn ret;\n\t\t}\n\n\t\tret = jQuery.find.attr( elem, name );\n\n\t\t// Non-existent attributes return null, we normalize to undefined\n\t\treturn ret == null ? undefined : ret;\n\t},\n\n\tattrHooks: {\n\t\ttype: {\n\t\t\tset: function( elem, value ) {\n\t\t\t\tif ( !support.radioValue && value === \"radio\" &&\n\t\t\t\t\tnodeName( elem, \"input\" ) ) {\n\t\t\t\t\tvar val = elem.value;\n\t\t\t\t\telem.setAttribute( \"type\", value );\n\t\t\t\t\tif ( val ) {\n\t\t\t\t\t\telem.value = val;\n\t\t\t\t\t}\n\t\t\t\t\treturn value;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\n\tremoveAttr: function( elem, value ) {\n\t\tvar name,\n\t\t\ti = 0,\n\n\t\t\t// Attribute names can contain non-HTML whitespace characters\n\t\t\t// https://html.spec.whatwg.org/multipage/syntax.html#attributes-2\n\t\t\tattrNames = value && value.match( rnothtmlwhite );\n\n\t\tif ( attrNames && elem.nodeType === 1 ) {\n\t\t\twhile ( ( name = attrNames[ i++ ] ) ) {\n\t\t\t\telem.removeAttribute( name );\n\t\t\t}\n\t\t}\n\t}\n} );\n\n// Hooks for boolean attributes\nboolHook = {\n\tset: function( elem, value, name ) {\n\t\tif ( value === false ) {\n\n\t\t\t// Remove boolean attributes when set to false\n\t\t\tjQuery.removeAttr( elem, name );\n\t\t} else {\n\t\t\telem.setAttribute( name, name );\n\t\t}\n\t\treturn name;\n\t}\n};\n\njQuery.each( jQuery.expr.match.bool.source.match( /\\w+/g ), function( i, name ) {\n\tvar getter = attrHandle[ name ] || jQuery.find.attr;\n\n\tattrHandle[ name ] = function( elem, name, isXML ) {\n\t\tvar ret, handle,\n\t\t\tlowercaseName = name.toLowerCase();\n\n\t\tif ( !isXML ) {\n\n\t\t\t// Avoid an infinite loop by temporarily removing this function from the getter\n\t\t\thandle = attrHandle[ lowercaseName ];\n\t\t\tattrHandle[ lowercaseName ] = ret;\n\t\t\tret = getter( elem, name, isXML ) != null ?\n\t\t\t\tlowercaseName :\n\t\t\t\tnull;\n\t\t\tattrHandle[ lowercaseName ] = handle;\n\t\t}\n\t\treturn ret;\n\t};\n} );\n\n\n\n\nvar rfocusable = /^(?:input|select|textarea|button)$/i,\n\trclickable = /^(?:a|area)$/i;\n\njQuery.fn.extend( {\n\tprop: function( name, value ) {\n\t\treturn access( this, jQuery.prop, name, value, arguments.length > 1 );\n\t},\n\n\tremoveProp: function( name ) {\n\t\treturn this.each( function() {\n\t\t\tdelete this[ jQuery.propFix[ name ] || name ];\n\t\t} );\n\t}\n} );\n\njQuery.extend( {\n\tprop: function( elem, name, value ) {\n\t\tvar ret, hooks,\n\t\t\tnType = elem.nodeType;\n\n\t\t// Don't get/set properties on text, comment and attribute nodes\n\t\tif ( nType === 3 || nType === 8 || nType === 2 ) {\n\t\t\treturn;\n\t\t}\n\n\t\tif ( nType !== 1 || !jQuery.isXMLDoc( elem ) ) {\n\n\t\t\t// Fix name and attach hooks\n\t\t\tname = jQuery.propFix[ name ] || name;\n\t\t\thooks = jQuery.propHooks[ name ];\n\t\t}\n\n\t\tif ( value !== undefined ) {\n\t\t\tif ( hooks && \"set\" in hooks &&\n\t\t\t\t( ret = hooks.set( elem, value, name ) ) !== undefined ) {\n\t\t\t\treturn ret;\n\t\t\t}\n\n\t\t\treturn ( elem[ name ] = value );\n\t\t}\n\n\t\tif ( hooks && \"get\" in hooks && ( ret = hooks.get( elem, name ) ) !== null ) {\n\t\t\treturn ret;\n\t\t}\n\n\t\treturn elem[ name ];\n\t},\n\n\tpropHooks: {\n\t\ttabIndex: {\n\t\t\tget: function( elem ) {\n\n\t\t\t\t// Support: IE <=9 - 11 only\n\t\t\t\t// elem.tabIndex doesn't always return the\n\t\t\t\t// correct value when it hasn't been explicitly set\n\t\t\t\t// https://web.archive.org/web/20141116233347/http://fluidproject.org/blog/2008/01/09/getting-setting-and-removing-tabindex-values-with-javascript/\n\t\t\t\t// Use proper attribute retrieval(#12072)\n\t\t\t\tvar tabindex = jQuery.find.attr( elem, \"tabindex\" );\n\n\t\t\t\tif ( tabindex ) {\n\t\t\t\t\treturn parseInt( tabindex, 10 );\n\t\t\t\t}\n\n\t\t\t\tif (\n\t\t\t\t\trfocusable.test( elem.nodeName ) ||\n\t\t\t\t\trclickable.test( elem.nodeName ) &&\n\t\t\t\t\telem.href\n\t\t\t\t) {\n\t\t\t\t\treturn 0;\n\t\t\t\t}\n\n\t\t\t\treturn -1;\n\t\t\t}\n\t\t}\n\t},\n\n\tpropFix: {\n\t\t\"for\": \"htmlFor\",\n\t\t\"class\": \"className\"\n\t}\n} );\n\n// Support: IE <=11 only\n// Accessing the selectedIndex property\n// forces the browser to respect setting selected\n// on the option\n// The getter ensures a default option is selected\n// when in an optgroup\n// eslint rule \"no-unused-expressions\" is disabled for this code\n// since it considers such accessions noop\nif ( !support.optSelected ) {\n\tjQuery.propHooks.selected = {\n\t\tget: function( elem ) {\n\n\t\t\t/* eslint no-unused-expressions: \"off\" */\n\n\t\t\tvar parent = elem.parentNode;\n\t\t\tif ( parent && parent.parentNode ) {\n\t\t\t\tparent.parentNode.selectedIndex;\n\t\t\t}\n\t\t\treturn null;\n\t\t},\n\t\tset: function( elem ) {\n\n\t\t\t/* eslint no-unused-expressions: \"off\" */\n\n\t\t\tvar parent = elem.parentNode;\n\t\t\tif ( parent ) {\n\t\t\t\tparent.selectedIndex;\n\n\t\t\t\tif ( parent.parentNode ) {\n\t\t\t\t\tparent.parentNode.selectedIndex;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t};\n}\n\njQuery.each( [\n\t\"tabIndex\",\n\t\"readOnly\",\n\t\"maxLength\",\n\t\"cellSpacing\",\n\t\"cellPadding\",\n\t\"rowSpan\",\n\t\"colSpan\",\n\t\"useMap\",\n\t\"frameBorder\",\n\t\"contentEditable\"\n], function() {\n\tjQuery.propFix[ this.toLowerCase() ] = this;\n} );\n\n\n\n\n\t// Strip and collapse whitespace according to HTML spec\n\t// https://infra.spec.whatwg.org/#strip-and-collapse-ascii-whitespace\n\tfunction stripAndCollapse( value ) {\n\t\tvar tokens = value.match( rnothtmlwhite ) || [];\n\t\treturn tokens.join( \" \" );\n\t}\n\n\nfunction getClass( elem ) {\n\treturn elem.getAttribute && elem.getAttribute( \"class\" ) || \"\";\n}\n\nfunction classesToArray( value ) {\n\tif ( Array.isArray( value ) ) {\n\t\treturn value;\n\t}\n\tif ( typeof value === \"string\" ) {\n\t\treturn value.match( rnothtmlwhite ) || [];\n\t}\n\treturn [];\n}\n\njQuery.fn.extend( {\n\taddClass: function( value ) {\n\t\tvar classes, elem, cur, curValue, clazz, j, finalValue,\n\t\t\ti = 0;\n\n\t\tif ( isFunction( value ) ) {\n\t\t\treturn this.each( function( j ) {\n\t\t\t\tjQuery( this ).addClass( value.call( this, j, getClass( this ) ) );\n\t\t\t} );\n\t\t}\n\n\t\tclasses = classesToArray( value );\n\n\t\tif ( classes.length ) {\n\t\t\twhile ( ( elem = this[ i++ ] ) ) {\n\t\t\t\tcurValue = getClass( elem );\n\t\t\t\tcur = elem.nodeType === 1 && ( \" \" + stripAndCollapse( curValue ) + \" \" );\n\n\t\t\t\tif ( cur ) {\n\t\t\t\t\tj = 0;\n\t\t\t\t\twhile ( ( clazz = classes[ j++ ] ) ) {\n\t\t\t\t\t\tif ( cur.indexOf( \" \" + clazz + \" \" ) < 0 ) {\n\t\t\t\t\t\t\tcur += clazz + \" \";\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\n\t\t\t\t\t// Only assign if different to avoid unneeded rendering.\n\t\t\t\t\tfinalValue = stripAndCollapse( cur );\n\t\t\t\t\tif ( curValue !== finalValue ) {\n\t\t\t\t\t\telem.setAttribute( \"class\", finalValue );\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\treturn this;\n\t},\n\n\tremoveClass: function( value ) {\n\t\tvar classes, elem, cur, curValue, clazz, j, finalValue,\n\t\t\ti = 0;\n\n\t\tif ( isFunction( value ) ) {\n\t\t\treturn this.each( function( j ) {\n\t\t\t\tjQuery( this ).removeClass( value.call( this, j, getClass( this ) ) );\n\t\t\t} );\n\t\t}\n\n\t\tif ( !arguments.length ) {\n\t\t\treturn this.attr( \"class\", \"\" );\n\t\t}\n\n\t\tclasses = classesToArray( value );\n\n\t\tif ( classes.length ) {\n\t\t\twhile ( ( elem = this[ i++ ] ) ) {\n\t\t\t\tcurValue = getClass( elem );\n\n\t\t\t\t// This expression is here for better compressibility (see addClass)\n\t\t\t\tcur = elem.nodeType === 1 && ( \" \" + stripAndCollapse( curValue ) + \" \" );\n\n\t\t\t\tif ( cur ) {\n\t\t\t\t\tj = 0;\n\t\t\t\t\twhile ( ( clazz = classes[ j++ ] ) ) {\n\n\t\t\t\t\t\t// Remove *all* instances\n\t\t\t\t\t\twhile ( cur.indexOf( \" \" + clazz + \" \" ) > -1 ) {\n\t\t\t\t\t\t\tcur = cur.replace( \" \" + clazz + \" \", \" \" );\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\n\t\t\t\t\t// Only assign if different to avoid unneeded rendering.\n\t\t\t\t\tfinalValue = stripAndCollapse( cur );\n\t\t\t\t\tif ( curValue !== finalValue ) {\n\t\t\t\t\t\telem.setAttribute( \"class\", finalValue );\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\treturn this;\n\t},\n\n\ttoggleClass: function( value, stateVal ) {\n\t\tvar type = typeof value,\n\t\t\tisValidValue = type === \"string\" || Array.isArray( value );\n\n\t\tif ( typeof stateVal === \"boolean\" && isValidValue ) {\n\t\t\treturn stateVal ? this.addClass( value ) : this.removeClass( value );\n\t\t}\n\n\t\tif ( isFunction( value ) ) {\n\t\t\treturn this.each( function( i ) {\n\t\t\t\tjQuery( this ).toggleClass(\n\t\t\t\t\tvalue.call( this, i, getClass( this ), stateVal ),\n\t\t\t\t\tstateVal\n\t\t\t\t);\n\t\t\t} );\n\t\t}\n\n\t\treturn this.each( function() {\n\t\t\tvar className, i, self, classNames;\n\n\t\t\tif ( isValidValue ) {\n\n\t\t\t\t// Toggle individual class names\n\t\t\t\ti = 0;\n\t\t\t\tself = jQuery( this );\n\t\t\t\tclassNames = classesToArray( value );\n\n\t\t\t\twhile ( ( className = classNames[ i++ ] ) ) {\n\n\t\t\t\t\t// Check each className given, space separated list\n\t\t\t\t\tif ( self.hasClass( className ) ) {\n\t\t\t\t\t\tself.removeClass( className );\n\t\t\t\t\t} else {\n\t\t\t\t\t\tself.addClass( className );\n\t\t\t\t\t}\n\t\t\t\t}\n\n\t\t\t// Toggle whole class name\n\t\t\t} else if ( value === undefined || type === \"boolean\" ) {\n\t\t\t\tclassName = getClass( this );\n\t\t\t\tif ( className ) {\n\n\t\t\t\t\t// Store className if set\n\t\t\t\t\tdataPriv.set( this, \"__className__\", className );\n\t\t\t\t}\n\n\t\t\t\t// If the element has a class name or if we're passed `false`,\n\t\t\t\t// then remove the whole classname (if there was one, the above saved it).\n\t\t\t\t// Otherwise bring back whatever was previously saved (if anything),\n\t\t\t\t// falling back to the empty string if nothing was stored.\n\t\t\t\tif ( this.setAttribute ) {\n\t\t\t\t\tthis.setAttribute( \"class\",\n\t\t\t\t\t\tclassName || value === false ?\n\t\t\t\t\t\t\"\" :\n\t\t\t\t\t\tdataPriv.get( this, \"__className__\" ) || \"\"\n\t\t\t\t\t);\n\t\t\t\t}\n\t\t\t}\n\t\t} );\n\t},\n\n\thasClass: function( selector ) {\n\t\tvar className, elem,\n\t\t\ti = 0;\n\n\t\tclassName = \" \" + selector + \" \";\n\t\twhile ( ( elem = this[ i++ ] ) ) {\n\t\t\tif ( elem.nodeType === 1 &&\n\t\t\t\t( \" \" + stripAndCollapse( getClass( elem ) ) + \" \" ).indexOf( className ) > -1 ) {\n\t\t\t\t\treturn true;\n\t\t\t}\n\t\t}\n\n\t\treturn false;\n\t}\n} );\n\n\n\n\nvar rreturn = /\\r/g;\n\njQuery.fn.extend( {\n\tval: function( value ) {\n\t\tvar hooks, ret, valueIsFunction,\n\t\t\telem = this[ 0 ];\n\n\t\tif ( !arguments.length ) {\n\t\t\tif ( elem ) {\n\t\t\t\thooks = jQuery.valHooks[ elem.type ] ||\n\t\t\t\t\tjQuery.valHooks[ elem.nodeName.toLowerCase() ];\n\n\t\t\t\tif ( hooks &&\n\t\t\t\t\t\"get\" in hooks &&\n\t\t\t\t\t( ret = hooks.get( elem, \"value\" ) ) !== undefined\n\t\t\t\t) {\n\t\t\t\t\treturn ret;\n\t\t\t\t}\n\n\t\t\t\tret = elem.value;\n\n\t\t\t\t// Handle most common string cases\n\t\t\t\tif ( typeof ret === \"string\" ) {\n\t\t\t\t\treturn ret.replace( rreturn, \"\" );\n\t\t\t\t}\n\n\t\t\t\t// Handle cases where value is null/undef or number\n\t\t\t\treturn ret == null ? \"\" : ret;\n\t\t\t}\n\n\t\t\treturn;\n\t\t}\n\n\t\tvalueIsFunction = isFunction( value );\n\n\t\treturn this.each( function( i ) {\n\t\t\tvar val;\n\n\t\t\tif ( this.nodeType !== 1 ) {\n\t\t\t\treturn;\n\t\t\t}\n\n\t\t\tif ( valueIsFunction ) {\n\t\t\t\tval = value.call( this, i, jQuery( this ).val() );\n\t\t\t} else {\n\t\t\t\tval = value;\n\t\t\t}\n\n\t\t\t// Treat null/undefined as \"\"; convert numbers to string\n\t\t\tif ( val == null ) {\n\t\t\t\tval = \"\";\n\n\t\t\t} else if ( typeof val === \"number\" ) {\n\t\t\t\tval += \"\";\n\n\t\t\t} else if ( Array.isArray( val ) ) {\n\t\t\t\tval = jQuery.map( val, function( value ) {\n\t\t\t\t\treturn value == null ? \"\" : value + \"\";\n\t\t\t\t} );\n\t\t\t}\n\n\t\t\thooks = jQuery.valHooks[ this.type ] || jQuery.valHooks[ this.nodeName.toLowerCase() ];\n\n\t\t\t// If set returns undefined, fall back to normal setting\n\t\t\tif ( !hooks || !( \"set\" in hooks ) || hooks.set( this, val, \"value\" ) === undefined ) {\n\t\t\t\tthis.value = val;\n\t\t\t}\n\t\t} );\n\t}\n} );\n\njQuery.extend( {\n\tvalHooks: {\n\t\toption: {\n\t\t\tget: function( elem ) {\n\n\t\t\t\tvar val = jQuery.find.attr( elem, \"value\" );\n\t\t\t\treturn val != null ?\n\t\t\t\t\tval :\n\n\t\t\t\t\t// Support: IE <=10 - 11 only\n\t\t\t\t\t// option.text throws exceptions (#14686, #14858)\n\t\t\t\t\t// Strip and collapse whitespace\n\t\t\t\t\t// https://html.spec.whatwg.org/#strip-and-collapse-whitespace\n\t\t\t\t\tstripAndCollapse( jQuery.text( elem ) );\n\t\t\t}\n\t\t},\n\t\tselect: {\n\t\t\tget: function( elem ) {\n\t\t\t\tvar value, option, i,\n\t\t\t\t\toptions = elem.options,\n\t\t\t\t\tindex = elem.selectedIndex,\n\t\t\t\t\tone = elem.type === \"select-one\",\n\t\t\t\t\tvalues = one ? null : [],\n\t\t\t\t\tmax = one ? index + 1 : options.length;\n\n\t\t\t\tif ( index < 0 ) {\n\t\t\t\t\ti = max;\n\n\t\t\t\t} else {\n\t\t\t\t\ti = one ? index : 0;\n\t\t\t\t}\n\n\t\t\t\t// Loop through all the selected options\n\t\t\t\tfor ( ; i < max; i++ ) {\n\t\t\t\t\toption = options[ i ];\n\n\t\t\t\t\t// Support: IE <=9 only\n\t\t\t\t\t// IE8-9 doesn't update selected after form reset (#2551)\n\t\t\t\t\tif ( ( option.selected || i === index ) &&\n\n\t\t\t\t\t\t\t// Don't return options that are disabled or in a disabled optgroup\n\t\t\t\t\t\t\t!option.disabled &&\n\t\t\t\t\t\t\t( !option.parentNode.disabled ||\n\t\t\t\t\t\t\t\t!nodeName( option.parentNode, \"optgroup\" ) ) ) {\n\n\t\t\t\t\t\t// Get the specific value for the option\n\t\t\t\t\t\tvalue = jQuery( option ).val();\n\n\t\t\t\t\t\t// We don't need an array for one selects\n\t\t\t\t\t\tif ( one ) {\n\t\t\t\t\t\t\treturn value;\n\t\t\t\t\t\t}\n\n\t\t\t\t\t\t// Multi-Selects return an array\n\t\t\t\t\t\tvalues.push( value );\n\t\t\t\t\t}\n\t\t\t\t}\n\n\t\t\t\treturn values;\n\t\t\t},\n\n\t\t\tset: function( elem, value ) {\n\t\t\t\tvar optionSet, option,\n\t\t\t\t\toptions = elem.options,\n\t\t\t\t\tvalues = jQuery.makeArray( value ),\n\t\t\t\t\ti = options.length;\n\n\t\t\t\twhile ( i-- ) {\n\t\t\t\t\toption = options[ i ];\n\n\t\t\t\t\t/* eslint-disable no-cond-assign */\n\n\t\t\t\t\tif ( option.selected =\n\t\t\t\t\t\tjQuery.inArray( jQuery.valHooks.option.get( option ), values ) > -1\n\t\t\t\t\t) {\n\t\t\t\t\t\toptionSet = true;\n\t\t\t\t\t}\n\n\t\t\t\t\t/* eslint-enable no-cond-assign */\n\t\t\t\t}\n\n\t\t\t\t// Force browsers to behave consistently when non-matching value is set\n\t\t\t\tif ( !optionSet ) {\n\t\t\t\t\telem.selectedIndex = -1;\n\t\t\t\t}\n\t\t\t\treturn values;\n\t\t\t}\n\t\t}\n\t}\n} );\n\n// Radios and checkboxes getter/setter\njQuery.each( [ \"radio\", \"checkbox\" ], function() {\n\tjQuery.valHooks[ this ] = {\n\t\tset: function( elem, value ) {\n\t\t\tif ( Array.isArray( value ) ) {\n\t\t\t\treturn ( elem.checked = jQuery.inArray( jQuery( elem ).val(), value ) > -1 );\n\t\t\t}\n\t\t}\n\t};\n\tif ( !support.checkOn ) {\n\t\tjQuery.valHooks[ this ].get = function( elem ) {\n\t\t\treturn elem.getAttribute( \"value\" ) === null ? \"on\" : elem.value;\n\t\t};\n\t}\n} );\n\n\n\n\n// Return jQuery for attributes-only inclusion\n\n\nsupport.focusin = \"onfocusin\" in window;\n\n\nvar rfocusMorph = /^(?:focusinfocus|focusoutblur)$/,\n\tstopPropagationCallback = function( e ) {\n\t\te.stopPropagation();\n\t};\n\njQuery.extend( jQuery.event, {\n\n\ttrigger: function( event, data, elem, onlyHandlers ) {\n\n\t\tvar i, cur, tmp, bubbleType, ontype, handle, special, lastElement,\n\t\t\teventPath = [ elem || document ],\n\t\t\ttype = hasOwn.call( event, \"type\" ) ? event.type : event,\n\t\t\tnamespaces = hasOwn.call( event, \"namespace\" ) ? event.namespace.split( \".\" ) : [];\n\n\t\tcur = lastElement = tmp = elem = elem || document;\n\n\t\t// Don't do events on text and comment nodes\n\t\tif ( elem.nodeType === 3 || elem.nodeType === 8 ) {\n\t\t\treturn;\n\t\t}\n\n\t\t// focus/blur morphs to focusin/out; ensure we're not firing them right now\n\t\tif ( rfocusMorph.test( type + jQuery.event.triggered ) ) {\n\t\t\treturn;\n\t\t}\n\n\t\tif ( type.indexOf( \".\" ) > -1 ) {\n\n\t\t\t// Namespaced trigger; create a regexp to match event type in handle()\n\t\t\tnamespaces = type.split( \".\" );\n\t\t\ttype = namespaces.shift();\n\t\t\tnamespaces.sort();\n\t\t}\n\t\tontype = type.indexOf( \":\" ) < 0 && \"on\" + type;\n\n\t\t// Caller can pass in a jQuery.Event object, Object, or just an event type string\n\t\tevent = event[ jQuery.expando ] ?\n\t\t\tevent :\n\t\t\tnew jQuery.Event( type, typeof event === \"object\" && event );\n\n\t\t// Trigger bitmask: & 1 for native handlers; & 2 for jQuery (always true)\n\t\tevent.isTrigger = onlyHandlers ? 2 : 3;\n\t\tevent.namespace = namespaces.join( \".\" );\n\t\tevent.rnamespace = event.namespace ?\n\t\t\tnew RegExp( \"(^|\\\\.)\" + namespaces.join( \"\\\\.(?:.*\\\\.|)\" ) + \"(\\\\.|$)\" ) :\n\t\t\tnull;\n\n\t\t// Clean up the event in case it is being reused\n\t\tevent.result = undefined;\n\t\tif ( !event.target ) {\n\t\t\tevent.target = elem;\n\t\t}\n\n\t\t// Clone any incoming data and prepend the event, creating the handler arg list\n\t\tdata = data == null ?\n\t\t\t[ event ] :\n\t\t\tjQuery.makeArray( data, [ event ] );\n\n\t\t// Allow special events to draw outside the lines\n\t\tspecial = jQuery.event.special[ type ] || {};\n\t\tif ( !onlyHandlers && special.trigger && special.trigger.apply( elem, data ) === false ) {\n\t\t\treturn;\n\t\t}\n\n\t\t// Determine event propagation path in advance, per W3C events spec (#9951)\n\t\t// Bubble up to document, then to window; watch for a global ownerDocument var (#9724)\n\t\tif ( !onlyHandlers && !special.noBubble && !isWindow( elem ) ) {\n\n\t\t\tbubbleType = special.delegateType || type;\n\t\t\tif ( !rfocusMorph.test( bubbleType + type ) ) {\n\t\t\t\tcur = cur.parentNode;\n\t\t\t}\n\t\t\tfor ( ; cur; cur = cur.parentNode ) {\n\t\t\t\teventPath.push( cur );\n\t\t\t\ttmp = cur;\n\t\t\t}\n\n\t\t\t// Only add window if we got to document (e.g., not plain obj or detached DOM)\n\t\t\tif ( tmp === ( elem.ownerDocument || document ) ) {\n\t\t\t\teventPath.push( tmp.defaultView || tmp.parentWindow || window );\n\t\t\t}\n\t\t}\n\n\t\t// Fire handlers on the event path\n\t\ti = 0;\n\t\twhile ( ( cur = eventPath[ i++ ] ) && !event.isPropagationStopped() ) {\n\t\t\tlastElement = cur;\n\t\t\tevent.type = i > 1 ?\n\t\t\t\tbubbleType :\n\t\t\t\tspecial.bindType || type;\n\n\t\t\t// jQuery handler\n\t\t\thandle = ( dataPriv.get( cur, \"events\" ) || {} )[ event.type ] &&\n\t\t\t\tdataPriv.get( cur, \"handle\" );\n\t\t\tif ( handle ) {\n\t\t\t\thandle.apply( cur, data );\n\t\t\t}\n\n\t\t\t// Native handler\n\t\t\thandle = ontype && cur[ ontype ];\n\t\t\tif ( handle && handle.apply && acceptData( cur ) ) {\n\t\t\t\tevent.result = handle.apply( cur, data );\n\t\t\t\tif ( event.result === false ) {\n\t\t\t\t\tevent.preventDefault();\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t\tevent.type = type;\n\n\t\t// If nobody prevented the default action, do it now\n\t\tif ( !onlyHandlers && !event.isDefaultPrevented() ) {\n\n\t\t\tif ( ( !special._default ||\n\t\t\t\tspecial._default.apply( eventPath.pop(), data ) === false ) &&\n\t\t\t\tacceptData( elem ) ) {\n\n\t\t\t\t// Call a native DOM method on the target with the same name as the event.\n\t\t\t\t// Don't do default actions on window, that's where global variables be (#6170)\n\t\t\t\tif ( ontype && isFunction( elem[ type ] ) && !isWindow( elem ) ) {\n\n\t\t\t\t\t// Don't re-trigger an onFOO event when we call its FOO() method\n\t\t\t\t\ttmp = elem[ ontype ];\n\n\t\t\t\t\tif ( tmp ) {\n\t\t\t\t\t\telem[ ontype ] = null;\n\t\t\t\t\t}\n\n\t\t\t\t\t// Prevent re-triggering of the same event, since we already bubbled it above\n\t\t\t\t\tjQuery.event.triggered = type;\n\n\t\t\t\t\tif ( event.isPropagationStopped() ) {\n\t\t\t\t\t\tlastElement.addEventListener( type, stopPropagationCallback );\n\t\t\t\t\t}\n\n\t\t\t\t\telem[ type ]();\n\n\t\t\t\t\tif ( event.isPropagationStopped() ) {\n\t\t\t\t\t\tlastElement.removeEventListener( type, stopPropagationCallback );\n\t\t\t\t\t}\n\n\t\t\t\t\tjQuery.event.triggered = undefined;\n\n\t\t\t\t\tif ( tmp ) {\n\t\t\t\t\t\telem[ ontype ] = tmp;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\treturn event.result;\n\t},\n\n\t// Piggyback on a donor event to simulate a different one\n\t// Used only for `focus(in | out)` events\n\tsimulate: function( type, elem, event ) {\n\t\tvar e = jQuery.extend(\n\t\t\tnew jQuery.Event(),\n\t\t\tevent,\n\t\t\t{\n\t\t\t\ttype: type,\n\t\t\t\tisSimulated: true\n\t\t\t}\n\t\t);\n\n\t\tjQuery.event.trigger( e, null, elem );\n\t}\n\n} );\n\njQuery.fn.extend( {\n\n\ttrigger: function( type, data ) {\n\t\treturn this.each( function() {\n\t\t\tjQuery.event.trigger( type, data, this );\n\t\t} );\n\t},\n\ttriggerHandler: function( type, data ) {\n\t\tvar elem = this[ 0 ];\n\t\tif ( elem ) {\n\t\t\treturn jQuery.event.trigger( type, data, elem, true );\n\t\t}\n\t}\n} );\n\n\n// Support: Firefox <=44\n// Firefox doesn't have focus(in | out) events\n// Related ticket - https://bugzilla.mozilla.org/show_bug.cgi?id=687787\n//\n// Support: Chrome <=48 - 49, Safari <=9.0 - 9.1\n// focus(in | out) events fire after focus & blur events,\n// which is spec violation - http://www.w3.org/TR/DOM-Level-3-Events/#events-focusevent-event-order\n// Related ticket - https://bugs.chromium.org/p/chromium/issues/detail?id=449857\nif ( !support.focusin ) {\n\tjQuery.each( { focus: \"focusin\", blur: \"focusout\" }, function( orig, fix ) {\n\n\t\t// Attach a single capturing handler on the document while someone wants focusin/focusout\n\t\tvar handler = function( event ) {\n\t\t\tjQuery.event.simulate( fix, event.target, jQuery.event.fix( event ) );\n\t\t};\n\n\t\tjQuery.event.special[ fix ] = {\n\t\t\tsetup: function() {\n\t\t\t\tvar doc = this.ownerDocument || this,\n\t\t\t\t\tattaches = dataPriv.access( doc, fix );\n\n\t\t\t\tif ( !attaches ) {\n\t\t\t\t\tdoc.addEventListener( orig, handler, true );\n\t\t\t\t}\n\t\t\t\tdataPriv.access( doc, fix, ( attaches || 0 ) + 1 );\n\t\t\t},\n\t\t\tteardown: function() {\n\t\t\t\tvar doc = this.ownerDocument || this,\n\t\t\t\t\tattaches = dataPriv.access( doc, fix ) - 1;\n\n\t\t\t\tif ( !attaches ) {\n\t\t\t\t\tdoc.removeEventListener( orig, handler, true );\n\t\t\t\t\tdataPriv.remove( doc, fix );\n\n\t\t\t\t} else {\n\t\t\t\t\tdataPriv.access( doc, fix, attaches );\n\t\t\t\t}\n\t\t\t}\n\t\t};\n\t} );\n}\nvar location = window.location;\n\nvar nonce = Date.now();\n\nvar rquery = ( /\\?/ );\n\n\n\n// Cross-browser xml parsing\njQuery.parseXML = function( data ) {\n\tvar xml;\n\tif ( !data || typeof data !== \"string\" ) {\n\t\treturn null;\n\t}\n\n\t// Support: IE 9 - 11 only\n\t// IE throws on parseFromString with invalid input.\n\ttry {\n\t\txml = ( new window.DOMParser() ).parseFromString( data, \"text/xml\" );\n\t} catch ( e ) {\n\t\txml = undefined;\n\t}\n\n\tif ( !xml || xml.getElementsByTagName( \"parsererror\" ).length ) {\n\t\tjQuery.error( \"Invalid XML: \" + data );\n\t}\n\treturn xml;\n};\n\n\nvar\n\trbracket = /\\[\\]$/,\n\trCRLF = /\\r?\\n/g,\n\trsubmitterTypes = /^(?:submit|button|image|reset|file)$/i,\n\trsubmittable = /^(?:input|select|textarea|keygen)/i;\n\nfunction buildParams( prefix, obj, traditional, add ) {\n\tvar name;\n\n\tif ( Array.isArray( obj ) ) {\n\n\t\t// Serialize array item.\n\t\tjQuery.each( obj, function( i, v ) {\n\t\t\tif ( traditional || rbracket.test( prefix ) ) {\n\n\t\t\t\t// Treat each array item as a scalar.\n\t\t\t\tadd( prefix, v );\n\n\t\t\t} else {\n\n\t\t\t\t// Item is non-scalar (array or object), encode its numeric index.\n\t\t\t\tbuildParams(\n\t\t\t\t\tprefix + \"[\" + ( typeof v === \"object\" && v != null ? i : \"\" ) + \"]\",\n\t\t\t\t\tv,\n\t\t\t\t\ttraditional,\n\t\t\t\t\tadd\n\t\t\t\t);\n\t\t\t}\n\t\t} );\n\n\t} else if ( !traditional && toType( obj ) === \"object\" ) {\n\n\t\t// Serialize object item.\n\t\tfor ( name in obj ) {\n\t\t\tbuildParams( prefix + \"[\" + name + \"]\", obj[ name ], traditional, add );\n\t\t}\n\n\t} else {\n\n\t\t// Serialize scalar item.\n\t\tadd( prefix, obj );\n\t}\n}\n\n// Serialize an array of form elements or a set of\n// key/values into a query string\njQuery.param = function( a, traditional ) {\n\tvar prefix,\n\t\ts = [],\n\t\tadd = function( key, valueOrFunction ) {\n\n\t\t\t// If value is a function, invoke it and use its return value\n\t\t\tvar value = isFunction( valueOrFunction ) ?\n\t\t\t\tvalueOrFunction() :\n\t\t\t\tvalueOrFunction;\n\n\t\t\ts[ s.length ] = encodeURIComponent( key ) + \"=\" +\n\t\t\t\tencodeURIComponent( value == null ? \"\" : value );\n\t\t};\n\n\t// If an array was passed in, assume that it is an array of form elements.\n\tif ( Array.isArray( a ) || ( a.jquery && !jQuery.isPlainObject( a ) ) ) {\n\n\t\t// Serialize the form elements\n\t\tjQuery.each( a, function() {\n\t\t\tadd( this.name, this.value );\n\t\t} );\n\n\t} else {\n\n\t\t// If traditional, encode the \"old\" way (the way 1.3.2 or older\n\t\t// did it), otherwise encode params recursively.\n\t\tfor ( prefix in a ) {\n\t\t\tbuildParams( prefix, a[ prefix ], traditional, add );\n\t\t}\n\t}\n\n\t// Return the resulting serialization\n\treturn s.join( \"&\" );\n};\n\njQuery.fn.extend( {\n\tserialize: function() {\n\t\treturn jQuery.param( this.serializeArray() );\n\t},\n\tserializeArray: function() {\n\t\treturn this.map( function() {\n\n\t\t\t// Can add propHook for \"elements\" to filter or add form elements\n\t\t\tvar elements = jQuery.prop( this, \"elements\" );\n\t\t\treturn elements ? jQuery.makeArray( elements ) : this;\n\t\t} )\n\t\t.filter( function() {\n\t\t\tvar type = this.type;\n\n\t\t\t// Use .is( \":disabled\" ) so that fieldset[disabled] works\n\t\t\treturn this.name && !jQuery( this ).is( \":disabled\" ) &&\n\t\t\t\trsubmittable.test( this.nodeName ) && !rsubmitterTypes.test( type ) &&\n\t\t\t\t( this.checked || !rcheckableType.test( type ) );\n\t\t} )\n\t\t.map( function( i, elem ) {\n\t\t\tvar val = jQuery( this ).val();\n\n\t\t\tif ( val == null ) {\n\t\t\t\treturn null;\n\t\t\t}\n\n\t\t\tif ( Array.isArray( val ) ) {\n\t\t\t\treturn jQuery.map( val, function( val ) {\n\t\t\t\t\treturn { name: elem.name, value: val.replace( rCRLF, \"\\r\\n\" ) };\n\t\t\t\t} );\n\t\t\t}\n\n\t\t\treturn { name: elem.name, value: val.replace( rCRLF, \"\\r\\n\" ) };\n\t\t} ).get();\n\t}\n} );\n\n\nvar\n\tr20 = /%20/g,\n\trhash = /#.*$/,\n\trantiCache = /([?&])_=[^&]*/,\n\trheaders = /^(.*?):[ \\t]*([^\\r\\n]*)$/mg,\n\n\t// #7653, #8125, #8152: local protocol detection\n\trlocalProtocol = /^(?:about|app|app-storage|.+-extension|file|res|widget):$/,\n\trnoContent = /^(?:GET|HEAD)$/,\n\trprotocol = /^\\/\\//,\n\n\t/* Prefilters\n\t * 1) They are useful to introduce custom dataTypes (see ajax/jsonp.js for an example)\n\t * 2) These are called:\n\t * - BEFORE asking for a transport\n\t * - AFTER param serialization (s.data is a string if s.processData is true)\n\t * 3) key is the dataType\n\t * 4) the catchall symbol \"*\" can be used\n\t * 5) execution will start with transport dataType and THEN continue down to \"*\" if needed\n\t */\n\tprefilters = {},\n\n\t/* Transports bindings\n\t * 1) key is the dataType\n\t * 2) the catchall symbol \"*\" can be used\n\t * 3) selection will start with transport dataType and THEN go to \"*\" if needed\n\t */\n\ttransports = {},\n\n\t// Avoid comment-prolog char sequence (#10098); must appease lint and evade compression\n\tallTypes = \"*/\".concat( \"*\" ),\n\n\t// Anchor tag for parsing the document origin\n\toriginAnchor = document.createElement( \"a\" );\n\toriginAnchor.href = location.href;\n\n// Base \"constructor\" for jQuery.ajaxPrefilter and jQuery.ajaxTransport\nfunction addToPrefiltersOrTransports( structure ) {\n\n\t// dataTypeExpression is optional and defaults to \"*\"\n\treturn function( dataTypeExpression, func ) {\n\n\t\tif ( typeof dataTypeExpression !== \"string\" ) {\n\t\t\tfunc = dataTypeExpression;\n\t\t\tdataTypeExpression = \"*\";\n\t\t}\n\n\t\tvar dataType,\n\t\t\ti = 0,\n\t\t\tdataTypes = dataTypeExpression.toLowerCase().match( rnothtmlwhite ) || [];\n\n\t\tif ( isFunction( func ) ) {\n\n\t\t\t// For each dataType in the dataTypeExpression\n\t\t\twhile ( ( dataType = dataTypes[ i++ ] ) ) {\n\n\t\t\t\t// Prepend if requested\n\t\t\t\tif ( dataType[ 0 ] === \"+\" ) {\n\t\t\t\t\tdataType = dataType.slice( 1 ) || \"*\";\n\t\t\t\t\t( structure[ dataType ] = structure[ dataType ] || [] ).unshift( func );\n\n\t\t\t\t// Otherwise append\n\t\t\t\t} else {\n\t\t\t\t\t( structure[ dataType ] = structure[ dataType ] || [] ).push( func );\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t};\n}\n\n// Base inspection function for prefilters and transports\nfunction inspectPrefiltersOrTransports( structure, options, originalOptions, jqXHR ) {\n\n\tvar inspected = {},\n\t\tseekingTransport = ( structure === transports );\n\n\tfunction inspect( dataType ) {\n\t\tvar selected;\n\t\tinspected[ dataType ] = true;\n\t\tjQuery.each( structure[ dataType ] || [], function( _, prefilterOrFactory ) {\n\t\t\tvar dataTypeOrTransport = prefilterOrFactory( options, originalOptions, jqXHR );\n\t\t\tif ( typeof dataTypeOrTransport === \"string\" &&\n\t\t\t\t!seekingTransport && !inspected[ dataTypeOrTransport ] ) {\n\n\t\t\t\toptions.dataTypes.unshift( dataTypeOrTransport );\n\t\t\t\tinspect( dataTypeOrTransport );\n\t\t\t\treturn false;\n\t\t\t} else if ( seekingTransport ) {\n\t\t\t\treturn !( selected = dataTypeOrTransport );\n\t\t\t}\n\t\t} );\n\t\treturn selected;\n\t}\n\n\treturn inspect( options.dataTypes[ 0 ] ) || !inspected[ \"*\" ] && inspect( \"*\" );\n}\n\n// A special extend for ajax options\n// that takes \"flat\" options (not to be deep extended)\n// Fixes #9887\nfunction ajaxExtend( target, src ) {\n\tvar key, deep,\n\t\tflatOptions = jQuery.ajaxSettings.flatOptions || {};\n\n\tfor ( key in src ) {\n\t\tif ( src[ key ] !== undefined ) {\n\t\t\t( flatOptions[ key ] ? target : ( deep || ( deep = {} ) ) )[ key ] = src[ key ];\n\t\t}\n\t}\n\tif ( deep ) {\n\t\tjQuery.extend( true, target, deep );\n\t}\n\n\treturn target;\n}\n\n/* Handles responses to an ajax request:\n * - finds the right dataType (mediates between content-type and expected dataType)\n * - returns the corresponding response\n */\nfunction ajaxHandleResponses( s, jqXHR, responses ) {\n\n\tvar ct, type, finalDataType, firstDataType,\n\t\tcontents = s.contents,\n\t\tdataTypes = s.dataTypes;\n\n\t// Remove auto dataType and get content-type in the process\n\twhile ( dataTypes[ 0 ] === \"*\" ) {\n\t\tdataTypes.shift();\n\t\tif ( ct === undefined ) {\n\t\t\tct = s.mimeType || jqXHR.getResponseHeader( \"Content-Type\" );\n\t\t}\n\t}\n\n\t// Check if we're dealing with a known content-type\n\tif ( ct ) {\n\t\tfor ( type in contents ) {\n\t\t\tif ( contents[ type ] && contents[ type ].test( ct ) ) {\n\t\t\t\tdataTypes.unshift( type );\n\t\t\t\tbreak;\n\t\t\t}\n\t\t}\n\t}\n\n\t// Check to see if we have a response for the expected dataType\n\tif ( dataTypes[ 0 ] in responses ) {\n\t\tfinalDataType = dataTypes[ 0 ];\n\t} else {\n\n\t\t// Try convertible dataTypes\n\t\tfor ( type in responses ) {\n\t\t\tif ( !dataTypes[ 0 ] || s.converters[ type + \" \" + dataTypes[ 0 ] ] ) {\n\t\t\t\tfinalDataType = type;\n\t\t\t\tbreak;\n\t\t\t}\n\t\t\tif ( !firstDataType ) {\n\t\t\t\tfirstDataType = type;\n\t\t\t}\n\t\t}\n\n\t\t// Or just use first one\n\t\tfinalDataType = finalDataType || firstDataType;\n\t}\n\n\t// If we found a dataType\n\t// We add the dataType to the list if needed\n\t// and return the corresponding response\n\tif ( finalDataType ) {\n\t\tif ( finalDataType !== dataTypes[ 0 ] ) {\n\t\t\tdataTypes.unshift( finalDataType );\n\t\t}\n\t\treturn responses[ finalDataType ];\n\t}\n}\n\n/* Chain conversions given the request and the original response\n * Also sets the responseXXX fields on the jqXHR instance\n */\nfunction ajaxConvert( s, response, jqXHR, isSuccess ) {\n\tvar conv2, current, conv, tmp, prev,\n\t\tconverters = {},\n\n\t\t// Work with a copy of dataTypes in case we need to modify it for conversion\n\t\tdataTypes = s.dataTypes.slice();\n\n\t// Create converters map with lowercased keys\n\tif ( dataTypes[ 1 ] ) {\n\t\tfor ( conv in s.converters ) {\n\t\t\tconverters[ conv.toLowerCase() ] = s.converters[ conv ];\n\t\t}\n\t}\n\n\tcurrent = dataTypes.shift();\n\n\t// Convert to each sequential dataType\n\twhile ( current ) {\n\n\t\tif ( s.responseFields[ current ] ) {\n\t\t\tjqXHR[ s.responseFields[ current ] ] = response;\n\t\t}\n\n\t\t// Apply the dataFilter if provided\n\t\tif ( !prev && isSuccess && s.dataFilter ) {\n\t\t\tresponse = s.dataFilter( response, s.dataType );\n\t\t}\n\n\t\tprev = current;\n\t\tcurrent = dataTypes.shift();\n\n\t\tif ( current ) {\n\n\t\t\t// There's only work to do if current dataType is non-auto\n\t\t\tif ( current === \"*\" ) {\n\n\t\t\t\tcurrent = prev;\n\n\t\t\t// Convert response if prev dataType is non-auto and differs from current\n\t\t\t} else if ( prev !== \"*\" && prev !== current ) {\n\n\t\t\t\t// Seek a direct converter\n\t\t\t\tconv = converters[ prev + \" \" + current ] || converters[ \"* \" + current ];\n\n\t\t\t\t// If none found, seek a pair\n\t\t\t\tif ( !conv ) {\n\t\t\t\t\tfor ( conv2 in converters ) {\n\n\t\t\t\t\t\t// If conv2 outputs current\n\t\t\t\t\t\ttmp = conv2.split( \" \" );\n\t\t\t\t\t\tif ( tmp[ 1 ] === current ) {\n\n\t\t\t\t\t\t\t// If prev can be converted to accepted input\n\t\t\t\t\t\t\tconv = converters[ prev + \" \" + tmp[ 0 ] ] ||\n\t\t\t\t\t\t\t\tconverters[ \"* \" + tmp[ 0 ] ];\n\t\t\t\t\t\t\tif ( conv ) {\n\n\t\t\t\t\t\t\t\t// Condense equivalence converters\n\t\t\t\t\t\t\t\tif ( conv === true ) {\n\t\t\t\t\t\t\t\t\tconv = converters[ conv2 ];\n\n\t\t\t\t\t\t\t\t// Otherwise, insert the intermediate dataType\n\t\t\t\t\t\t\t\t} else if ( converters[ conv2 ] !== true ) {\n\t\t\t\t\t\t\t\t\tcurrent = tmp[ 0 ];\n\t\t\t\t\t\t\t\t\tdataTypes.unshift( tmp[ 1 ] );\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\tbreak;\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\n\t\t\t\t// Apply converter (if not an equivalence)\n\t\t\t\tif ( conv !== true ) {\n\n\t\t\t\t\t// Unless errors are allowed to bubble, catch and return them\n\t\t\t\t\tif ( conv && s.throws ) {\n\t\t\t\t\t\tresponse = conv( response );\n\t\t\t\t\t} else {\n\t\t\t\t\t\ttry {\n\t\t\t\t\t\t\tresponse = conv( response );\n\t\t\t\t\t\t} catch ( e ) {\n\t\t\t\t\t\t\treturn {\n\t\t\t\t\t\t\t\tstate: \"parsererror\",\n\t\t\t\t\t\t\t\terror: conv ? e : \"No conversion from \" + prev + \" to \" + current\n\t\t\t\t\t\t\t};\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n\n\treturn { state: \"success\", data: response };\n}\n\njQuery.extend( {\n\n\t// Counter for holding the number of active queries\n\tactive: 0,\n\n\t// Last-Modified header cache for next request\n\tlastModified: {},\n\tetag: {},\n\n\tajaxSettings: {\n\t\turl: location.href,\n\t\ttype: \"GET\",\n\t\tisLocal: rlocalProtocol.test( location.protocol ),\n\t\tglobal: true,\n\t\tprocessData: true,\n\t\tasync: true,\n\t\tcontentType: \"application/x-www-form-urlencoded; charset=UTF-8\",\n\n\t\t/*\n\t\ttimeout: 0,\n\t\tdata: null,\n\t\tdataType: null,\n\t\tusername: null,\n\t\tpassword: null,\n\t\tcache: null,\n\t\tthrows: false,\n\t\ttraditional: false,\n\t\theaders: {},\n\t\t*/\n\n\t\taccepts: {\n\t\t\t\"*\": allTypes,\n\t\t\ttext: \"text/plain\",\n\t\t\thtml: \"text/html\",\n\t\t\txml: \"application/xml, text/xml\",\n\t\t\tjson: \"application/json, text/javascript\"\n\t\t},\n\n\t\tcontents: {\n\t\t\txml: /\\bxml\\b/,\n\t\t\thtml: /\\bhtml/,\n\t\t\tjson: /\\bjson\\b/\n\t\t},\n\n\t\tresponseFields: {\n\t\t\txml: \"responseXML\",\n\t\t\ttext: \"responseText\",\n\t\t\tjson: \"responseJSON\"\n\t\t},\n\n\t\t// Data converters\n\t\t// Keys separate source (or catchall \"*\") and destination types with a single space\n\t\tconverters: {\n\n\t\t\t// Convert anything to text\n\t\t\t\"* text\": String,\n\n\t\t\t// Text to html (true = no transformation)\n\t\t\t\"text html\": true,\n\n\t\t\t// Evaluate text as a json expression\n\t\t\t\"text json\": JSON.parse,\n\n\t\t\t// Parse text as xml\n\t\t\t\"text xml\": jQuery.parseXML\n\t\t},\n\n\t\t// For options that shouldn't be deep extended:\n\t\t// you can add your own custom options here if\n\t\t// and when you create one that shouldn't be\n\t\t// deep extended (see ajaxExtend)\n\t\tflatOptions: {\n\t\t\turl: true,\n\t\t\tcontext: true\n\t\t}\n\t},\n\n\t// Creates a full fledged settings object into target\n\t// with both ajaxSettings and settings fields.\n\t// If target is omitted, writes into ajaxSettings.\n\tajaxSetup: function( target, settings ) {\n\t\treturn settings ?\n\n\t\t\t// Building a settings object\n\t\t\tajaxExtend( ajaxExtend( target, jQuery.ajaxSettings ), settings ) :\n\n\t\t\t// Extending ajaxSettings\n\t\t\tajaxExtend( jQuery.ajaxSettings, target );\n\t},\n\n\tajaxPrefilter: addToPrefiltersOrTransports( prefilters ),\n\tajaxTransport: addToPrefiltersOrTransports( transports ),\n\n\t// Main method\n\tajax: function( url, options ) {\n\n\t\t// If url is an object, simulate pre-1.5 signature\n\t\tif ( typeof url === \"object\" ) {\n\t\t\toptions = url;\n\t\t\turl = undefined;\n\t\t}\n\n\t\t// Force options to be an object\n\t\toptions = options || {};\n\n\t\tvar transport,\n\n\t\t\t// URL without anti-cache param\n\t\t\tcacheURL,\n\n\t\t\t// Response headers\n\t\t\tresponseHeadersString,\n\t\t\tresponseHeaders,\n\n\t\t\t// timeout handle\n\t\t\ttimeoutTimer,\n\n\t\t\t// Url cleanup var\n\t\t\turlAnchor,\n\n\t\t\t// Request state (becomes false upon send and true upon completion)\n\t\t\tcompleted,\n\n\t\t\t// To know if global events are to be dispatched\n\t\t\tfireGlobals,\n\n\t\t\t// Loop variable\n\t\t\ti,\n\n\t\t\t// uncached part of the url\n\t\t\tuncached,\n\n\t\t\t// Create the final options object\n\t\t\ts = jQuery.ajaxSetup( {}, options ),\n\n\t\t\t// Callbacks context\n\t\t\tcallbackContext = s.context || s,\n\n\t\t\t// Context for global events is callbackContext if it is a DOM node or jQuery collection\n\t\t\tglobalEventContext = s.context &&\n\t\t\t\t( callbackContext.nodeType || callbackContext.jquery ) ?\n\t\t\t\t\tjQuery( callbackContext ) :\n\t\t\t\t\tjQuery.event,\n\n\t\t\t// Deferreds\n\t\t\tdeferred = jQuery.Deferred(),\n\t\t\tcompleteDeferred = jQuery.Callbacks( \"once memory\" ),\n\n\t\t\t// Status-dependent callbacks\n\t\t\tstatusCode = s.statusCode || {},\n\n\t\t\t// Headers (they are sent all at once)\n\t\t\trequestHeaders = {},\n\t\t\trequestHeadersNames = {},\n\n\t\t\t// Default abort message\n\t\t\tstrAbort = \"canceled\",\n\n\t\t\t// Fake xhr\n\t\t\tjqXHR = {\n\t\t\t\treadyState: 0,\n\n\t\t\t\t// Builds headers hashtable if needed\n\t\t\t\tgetResponseHeader: function( key ) {\n\t\t\t\t\tvar match;\n\t\t\t\t\tif ( completed ) {\n\t\t\t\t\t\tif ( !responseHeaders ) {\n\t\t\t\t\t\t\tresponseHeaders = {};\n\t\t\t\t\t\t\twhile ( ( match = rheaders.exec( responseHeadersString ) ) ) {\n\t\t\t\t\t\t\t\tresponseHeaders[ match[ 1 ].toLowerCase() ] = match[ 2 ];\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t\tmatch = responseHeaders[ key.toLowerCase() ];\n\t\t\t\t\t}\n\t\t\t\t\treturn match == null ? null : match;\n\t\t\t\t},\n\n\t\t\t\t// Raw string\n\t\t\t\tgetAllResponseHeaders: function() {\n\t\t\t\t\treturn completed ? responseHeadersString : null;\n\t\t\t\t},\n\n\t\t\t\t// Caches the header\n\t\t\t\tsetRequestHeader: function( name, value ) {\n\t\t\t\t\tif ( completed == null ) {\n\t\t\t\t\t\tname = requestHeadersNames[ name.toLowerCase() ] =\n\t\t\t\t\t\t\trequestHeadersNames[ name.toLowerCase() ] || name;\n\t\t\t\t\t\trequestHeaders[ name ] = value;\n\t\t\t\t\t}\n\t\t\t\t\treturn this;\n\t\t\t\t},\n\n\t\t\t\t// Overrides response content-type header\n\t\t\t\toverrideMimeType: function( type ) {\n\t\t\t\t\tif ( completed == null ) {\n\t\t\t\t\t\ts.mimeType = type;\n\t\t\t\t\t}\n\t\t\t\t\treturn this;\n\t\t\t\t},\n\n\t\t\t\t// Status-dependent callbacks\n\t\t\t\tstatusCode: function( map ) {\n\t\t\t\t\tvar code;\n\t\t\t\t\tif ( map ) {\n\t\t\t\t\t\tif ( completed ) {\n\n\t\t\t\t\t\t\t// Execute the appropriate callbacks\n\t\t\t\t\t\t\tjqXHR.always( map[ jqXHR.status ] );\n\t\t\t\t\t\t} else {\n\n\t\t\t\t\t\t\t// Lazy-add the new callbacks in a way that preserves old ones\n\t\t\t\t\t\t\tfor ( code in map ) {\n\t\t\t\t\t\t\t\tstatusCode[ code ] = [ statusCode[ code ], map[ code ] ];\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t\treturn this;\n\t\t\t\t},\n\n\t\t\t\t// Cancel the request\n\t\t\t\tabort: function( statusText ) {\n\t\t\t\t\tvar finalText = statusText || strAbort;\n\t\t\t\t\tif ( transport ) {\n\t\t\t\t\t\ttransport.abort( finalText );\n\t\t\t\t\t}\n\t\t\t\t\tdone( 0, finalText );\n\t\t\t\t\treturn this;\n\t\t\t\t}\n\t\t\t};\n\n\t\t// Attach deferreds\n\t\tdeferred.promise( jqXHR );\n\n\t\t// Add protocol if not provided (prefilters might expect it)\n\t\t// Handle falsy url in the settings object (#10093: consistency with old signature)\n\t\t// We also use the url parameter if available\n\t\ts.url = ( ( url || s.url || location.href ) + \"\" )\n\t\t\t.replace( rprotocol, location.protocol + \"//\" );\n\n\t\t// Alias method option to type as per ticket #12004\n\t\ts.type = options.method || options.type || s.method || s.type;\n\n\t\t// Extract dataTypes list\n\t\ts.dataTypes = ( s.dataType || \"*\" ).toLowerCase().match( rnothtmlwhite ) || [ \"\" ];\n\n\t\t// A cross-domain request is in order when the origin doesn't match the current origin.\n\t\tif ( s.crossDomain == null ) {\n\t\t\turlAnchor = document.createElement( \"a\" );\n\n\t\t\t// Support: IE <=8 - 11, Edge 12 - 15\n\t\t\t// IE throws exception on accessing the href property if url is malformed,\n\t\t\t// e.g. http://example.com:80x/\n\t\t\ttry {\n\t\t\t\turlAnchor.href = s.url;\n\n\t\t\t\t// Support: IE <=8 - 11 only\n\t\t\t\t// Anchor's host property isn't correctly set when s.url is relative\n\t\t\t\turlAnchor.href = urlAnchor.href;\n\t\t\t\ts.crossDomain = originAnchor.protocol + \"//\" + originAnchor.host !==\n\t\t\t\t\turlAnchor.protocol + \"//\" + urlAnchor.host;\n\t\t\t} catch ( e ) {\n\n\t\t\t\t// If there is an error parsing the URL, assume it is crossDomain,\n\t\t\t\t// it can be rejected by the transport if it is invalid\n\t\t\t\ts.crossDomain = true;\n\t\t\t}\n\t\t}\n\n\t\t// Convert data if not already a string\n\t\tif ( s.data && s.processData && typeof s.data !== \"string\" ) {\n\t\t\ts.data = jQuery.param( s.data, s.traditional );\n\t\t}\n\n\t\t// Apply prefilters\n\t\tinspectPrefiltersOrTransports( prefilters, s, options, jqXHR );\n\n\t\t// If request was aborted inside a prefilter, stop there\n\t\tif ( completed ) {\n\t\t\treturn jqXHR;\n\t\t}\n\n\t\t// We can fire global events as of now if asked to\n\t\t// Don't fire events if jQuery.event is undefined in an AMD-usage scenario (#15118)\n\t\tfireGlobals = jQuery.event && s.global;\n\n\t\t// Watch for a new set of requests\n\t\tif ( fireGlobals && jQuery.active++ === 0 ) {\n\t\t\tjQuery.event.trigger( \"ajaxStart\" );\n\t\t}\n\n\t\t// Uppercase the type\n\t\ts.type = s.type.toUpperCase();\n\n\t\t// Determine if request has content\n\t\ts.hasContent = !rnoContent.test( s.type );\n\n\t\t// Save the URL in case we're toying with the If-Modified-Since\n\t\t// and/or If-None-Match header later on\n\t\t// Remove hash to simplify url manipulation\n\t\tcacheURL = s.url.replace( rhash, \"\" );\n\n\t\t// More options handling for requests with no content\n\t\tif ( !s.hasContent ) {\n\n\t\t\t// Remember the hash so we can put it back\n\t\t\tuncached = s.url.slice( cacheURL.length );\n\n\t\t\t// If data is available and should be processed, append data to url\n\t\t\tif ( s.data && ( s.processData || typeof s.data === \"string\" ) ) {\n\t\t\t\tcacheURL += ( rquery.test( cacheURL ) ? \"&\" : \"?\" ) + s.data;\n\n\t\t\t\t// #9682: remove data so that it's not used in an eventual retry\n\t\t\t\tdelete s.data;\n\t\t\t}\n\n\t\t\t// Add or update anti-cache param if needed\n\t\t\tif ( s.cache === false ) {\n\t\t\t\tcacheURL = cacheURL.replace( rantiCache, \"$1\" );\n\t\t\t\tuncached = ( rquery.test( cacheURL ) ? \"&\" : \"?\" ) + \"_=\" + ( nonce++ ) + uncached;\n\t\t\t}\n\n\t\t\t// Put hash and anti-cache on the URL that will be requested (gh-1732)\n\t\t\ts.url = cacheURL + uncached;\n\n\t\t// Change '%20' to '+' if this is encoded form body content (gh-2658)\n\t\t} else if ( s.data && s.processData &&\n\t\t\t( s.contentType || \"\" ).indexOf( \"application/x-www-form-urlencoded\" ) === 0 ) {\n\t\t\ts.data = s.data.replace( r20, \"+\" );\n\t\t}\n\n\t\t// Set the If-Modified-Since and/or If-None-Match header, if in ifModified mode.\n\t\tif ( s.ifModified ) {\n\t\t\tif ( jQuery.lastModified[ cacheURL ] ) {\n\t\t\t\tjqXHR.setRequestHeader( \"If-Modified-Since\", jQuery.lastModified[ cacheURL ] );\n\t\t\t}\n\t\t\tif ( jQuery.etag[ cacheURL ] ) {\n\t\t\t\tjqXHR.setRequestHeader( \"If-None-Match\", jQuery.etag[ cacheURL ] );\n\t\t\t}\n\t\t}\n\n\t\t// Set the correct header, if data is being sent\n\t\tif ( s.data && s.hasContent && s.contentType !== false || options.contentType ) {\n\t\t\tjqXHR.setRequestHeader( \"Content-Type\", s.contentType );\n\t\t}\n\n\t\t// Set the Accepts header for the server, depending on the dataType\n\t\tjqXHR.setRequestHeader(\n\t\t\t\"Accept\",\n\t\t\ts.dataTypes[ 0 ] && s.accepts[ s.dataTypes[ 0 ] ] ?\n\t\t\t\ts.accepts[ s.dataTypes[ 0 ] ] +\n\t\t\t\t\t( s.dataTypes[ 0 ] !== \"*\" ? \", \" + allTypes + \"; q=0.01\" : \"\" ) :\n\t\t\t\ts.accepts[ \"*\" ]\n\t\t);\n\n\t\t// Check for headers option\n\t\tfor ( i in s.headers ) {\n\t\t\tjqXHR.setRequestHeader( i, s.headers[ i ] );\n\t\t}\n\n\t\t// Allow custom headers/mimetypes and early abort\n\t\tif ( s.beforeSend &&\n\t\t\t( s.beforeSend.call( callbackContext, jqXHR, s ) === false || completed ) ) {\n\n\t\t\t// Abort if not done already and return\n\t\t\treturn jqXHR.abort();\n\t\t}\n\n\t\t// Aborting is no longer a cancellation\n\t\tstrAbort = \"abort\";\n\n\t\t// Install callbacks on deferreds\n\t\tcompleteDeferred.add( s.complete );\n\t\tjqXHR.done( s.success );\n\t\tjqXHR.fail( s.error );\n\n\t\t// Get transport\n\t\ttransport = inspectPrefiltersOrTransports( transports, s, options, jqXHR );\n\n\t\t// If no transport, we auto-abort\n\t\tif ( !transport ) {\n\t\t\tdone( -1, \"No Transport\" );\n\t\t} else {\n\t\t\tjqXHR.readyState = 1;\n\n\t\t\t// Send global event\n\t\t\tif ( fireGlobals ) {\n\t\t\t\tglobalEventContext.trigger( \"ajaxSend\", [ jqXHR, s ] );\n\t\t\t}\n\n\t\t\t// If request was aborted inside ajaxSend, stop there\n\t\t\tif ( completed ) {\n\t\t\t\treturn jqXHR;\n\t\t\t}\n\n\t\t\t// Timeout\n\t\t\tif ( s.async && s.timeout > 0 ) {\n\t\t\t\ttimeoutTimer = window.setTimeout( function() {\n\t\t\t\t\tjqXHR.abort( \"timeout\" );\n\t\t\t\t}, s.timeout );\n\t\t\t}\n\n\t\t\ttry {\n\t\t\t\tcompleted = false;\n\t\t\t\ttransport.send( requestHeaders, done );\n\t\t\t} catch ( e ) {\n\n\t\t\t\t// Rethrow post-completion exceptions\n\t\t\t\tif ( completed ) {\n\t\t\t\t\tthrow e;\n\t\t\t\t}\n\n\t\t\t\t// Propagate others as results\n\t\t\t\tdone( -1, e );\n\t\t\t}\n\t\t}\n\n\t\t// Callback for when everything is done\n\t\tfunction done( status, nativeStatusText, responses, headers ) {\n\t\t\tvar isSuccess, success, error, response, modified,\n\t\t\t\tstatusText = nativeStatusText;\n\n\t\t\t// Ignore repeat invocations\n\t\t\tif ( completed ) {\n\t\t\t\treturn;\n\t\t\t}\n\n\t\t\tcompleted = true;\n\n\t\t\t// Clear timeout if it exists\n\t\t\tif ( timeoutTimer ) {\n\t\t\t\twindow.clearTimeout( timeoutTimer );\n\t\t\t}\n\n\t\t\t// Dereference transport for early garbage collection\n\t\t\t// (no matter how long the jqXHR object will be used)\n\t\t\ttransport = undefined;\n\n\t\t\t// Cache response headers\n\t\t\tresponseHeadersString = headers || \"\";\n\n\t\t\t// Set readyState\n\t\t\tjqXHR.readyState = status > 0 ? 4 : 0;\n\n\t\t\t// Determine if successful\n\t\t\tisSuccess = status >= 200 && status < 300 || status === 304;\n\n\t\t\t// Get response data\n\t\t\tif ( responses ) {\n\t\t\t\tresponse = ajaxHandleResponses( s, jqXHR, responses );\n\t\t\t}\n\n\t\t\t// Convert no matter what (that way responseXXX fields are always set)\n\t\t\tresponse = ajaxConvert( s, response, jqXHR, isSuccess );\n\n\t\t\t// If successful, handle type chaining\n\t\t\tif ( isSuccess ) {\n\n\t\t\t\t// Set the If-Modified-Since and/or If-None-Match header, if in ifModified mode.\n\t\t\t\tif ( s.ifModified ) {\n\t\t\t\t\tmodified = jqXHR.getResponseHeader( \"Last-Modified\" );\n\t\t\t\t\tif ( modified ) {\n\t\t\t\t\t\tjQuery.lastModified[ cacheURL ] = modified;\n\t\t\t\t\t}\n\t\t\t\t\tmodified = jqXHR.getResponseHeader( \"etag\" );\n\t\t\t\t\tif ( modified ) {\n\t\t\t\t\t\tjQuery.etag[ cacheURL ] = modified;\n\t\t\t\t\t}\n\t\t\t\t}\n\n\t\t\t\t// if no content\n\t\t\t\tif ( status === 204 || s.type === \"HEAD\" ) {\n\t\t\t\t\tstatusText = \"nocontent\";\n\n\t\t\t\t// if not modified\n\t\t\t\t} else if ( status === 304 ) {\n\t\t\t\t\tstatusText = \"notmodified\";\n\n\t\t\t\t// If we have data, let's convert it\n\t\t\t\t} else {\n\t\t\t\t\tstatusText = response.state;\n\t\t\t\t\tsuccess = response.data;\n\t\t\t\t\terror = response.error;\n\t\t\t\t\tisSuccess = !error;\n\t\t\t\t}\n\t\t\t} else {\n\n\t\t\t\t// Extract error from statusText and normalize for non-aborts\n\t\t\t\terror = statusText;\n\t\t\t\tif ( status || !statusText ) {\n\t\t\t\t\tstatusText = \"error\";\n\t\t\t\t\tif ( status < 0 ) {\n\t\t\t\t\t\tstatus = 0;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\n\t\t\t// Set data for the fake xhr object\n\t\t\tjqXHR.status = status;\n\t\t\tjqXHR.statusText = ( nativeStatusText || statusText ) + \"\";\n\n\t\t\t// Success/Error\n\t\t\tif ( isSuccess ) {\n\t\t\t\tdeferred.resolveWith( callbackContext, [ success, statusText, jqXHR ] );\n\t\t\t} else {\n\t\t\t\tdeferred.rejectWith( callbackContext, [ jqXHR, statusText, error ] );\n\t\t\t}\n\n\t\t\t// Status-dependent callbacks\n\t\t\tjqXHR.statusCode( statusCode );\n\t\t\tstatusCode = undefined;\n\n\t\t\tif ( fireGlobals ) {\n\t\t\t\tglobalEventContext.trigger( isSuccess ? \"ajaxSuccess\" : \"ajaxError\",\n\t\t\t\t\t[ jqXHR, s, isSuccess ? success : error ] );\n\t\t\t}\n\n\t\t\t// Complete\n\t\t\tcompleteDeferred.fireWith( callbackContext, [ jqXHR, statusText ] );\n\n\t\t\tif ( fireGlobals ) {\n\t\t\t\tglobalEventContext.trigger( \"ajaxComplete\", [ jqXHR, s ] );\n\n\t\t\t\t// Handle the global AJAX counter\n\t\t\t\tif ( !( --jQuery.active ) ) {\n\t\t\t\t\tjQuery.event.trigger( \"ajaxStop\" );\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\treturn jqXHR;\n\t},\n\n\tgetJSON: function( url, data, callback ) {\n\t\treturn jQuery.get( url, data, callback, \"json\" );\n\t},\n\n\tgetScript: function( url, callback ) {\n\t\treturn jQuery.get( url, undefined, callback, \"script\" );\n\t}\n} );\n\njQuery.each( [ \"get\", \"post\" ], function( i, method ) {\n\tjQuery[ method ] = function( url, data, callback, type ) {\n\n\t\t// Shift arguments if data argument was omitted\n\t\tif ( isFunction( data ) ) {\n\t\t\ttype = type || callback;\n\t\t\tcallback = data;\n\t\t\tdata = undefined;\n\t\t}\n\n\t\t// The url can be an options object (which then must have .url)\n\t\treturn jQuery.ajax( jQuery.extend( {\n\t\t\turl: url,\n\t\t\ttype: method,\n\t\t\tdataType: type,\n\t\t\tdata: data,\n\t\t\tsuccess: callback\n\t\t}, jQuery.isPlainObject( url ) && url ) );\n\t};\n} );\n\n\njQuery._evalUrl = function( url ) {\n\treturn jQuery.ajax( {\n\t\turl: url,\n\n\t\t// Make this explicit, since user can override this through ajaxSetup (#11264)\n\t\ttype: \"GET\",\n\t\tdataType: \"script\",\n\t\tcache: true,\n\t\tasync: false,\n\t\tglobal: false,\n\t\t\"throws\": true\n\t} );\n};\n\n\njQuery.fn.extend( {\n\twrapAll: function( html ) {\n\t\tvar wrap;\n\n\t\tif ( this[ 0 ] ) {\n\t\t\tif ( isFunction( html ) ) {\n\t\t\t\thtml = html.call( this[ 0 ] );\n\t\t\t}\n\n\t\t\t// The elements to wrap the target around\n\t\t\twrap = jQuery( html, this[ 0 ].ownerDocument ).eq( 0 ).clone( true );\n\n\t\t\tif ( this[ 0 ].parentNode ) {\n\t\t\t\twrap.insertBefore( this[ 0 ] );\n\t\t\t}\n\n\t\t\twrap.map( function() {\n\t\t\t\tvar elem = this;\n\n\t\t\t\twhile ( elem.firstElementChild ) {\n\t\t\t\t\telem = elem.firstElementChild;\n\t\t\t\t}\n\n\t\t\t\treturn elem;\n\t\t\t} ).append( this );\n\t\t}\n\n\t\treturn this;\n\t},\n\n\twrapInner: function( html ) {\n\t\tif ( isFunction( html ) ) {\n\t\t\treturn this.each( function( i ) {\n\t\t\t\tjQuery( this ).wrapInner( html.call( this, i ) );\n\t\t\t} );\n\t\t}\n\n\t\treturn this.each( function() {\n\t\t\tvar self = jQuery( this ),\n\t\t\t\tcontents = self.contents();\n\n\t\t\tif ( contents.length ) {\n\t\t\t\tcontents.wrapAll( html );\n\n\t\t\t} else {\n\t\t\t\tself.append( html );\n\t\t\t}\n\t\t} );\n\t},\n\n\twrap: function( html ) {\n\t\tvar htmlIsFunction = isFunction( html );\n\n\t\treturn this.each( function( i ) {\n\t\t\tjQuery( this ).wrapAll( htmlIsFunction ? html.call( this, i ) : html );\n\t\t} );\n\t},\n\n\tunwrap: function( selector ) {\n\t\tthis.parent( selector ).not( \"body\" ).each( function() {\n\t\t\tjQuery( this ).replaceWith( this.childNodes );\n\t\t} );\n\t\treturn this;\n\t}\n} );\n\n\njQuery.expr.pseudos.hidden = function( elem ) {\n\treturn !jQuery.expr.pseudos.visible( elem );\n};\njQuery.expr.pseudos.visible = function( elem ) {\n\treturn !!( elem.offsetWidth || elem.offsetHeight || elem.getClientRects().length );\n};\n\n\n\n\njQuery.ajaxSettings.xhr = function() {\n\ttry {\n\t\treturn new window.XMLHttpRequest();\n\t} catch ( e ) {}\n};\n\nvar xhrSuccessStatus = {\n\n\t\t// File protocol always yields status code 0, assume 200\n\t\t0: 200,\n\n\t\t// Support: IE <=9 only\n\t\t// #1450: sometimes IE returns 1223 when it should be 204\n\t\t1223: 204\n\t},\n\txhrSupported = jQuery.ajaxSettings.xhr();\n\nsupport.cors = !!xhrSupported && ( \"withCredentials\" in xhrSupported );\nsupport.ajax = xhrSupported = !!xhrSupported;\n\njQuery.ajaxTransport( function( options ) {\n\tvar callback, errorCallback;\n\n\t// Cross domain only allowed if supported through XMLHttpRequest\n\tif ( support.cors || xhrSupported && !options.crossDomain ) {\n\t\treturn {\n\t\t\tsend: function( headers, complete ) {\n\t\t\t\tvar i,\n\t\t\t\t\txhr = options.xhr();\n\n\t\t\t\txhr.open(\n\t\t\t\t\toptions.type,\n\t\t\t\t\toptions.url,\n\t\t\t\t\toptions.async,\n\t\t\t\t\toptions.username,\n\t\t\t\t\toptions.password\n\t\t\t\t);\n\n\t\t\t\t// Apply custom fields if provided\n\t\t\t\tif ( options.xhrFields ) {\n\t\t\t\t\tfor ( i in options.xhrFields ) {\n\t\t\t\t\t\txhr[ i ] = options.xhrFields[ i ];\n\t\t\t\t\t}\n\t\t\t\t}\n\n\t\t\t\t// Override mime type if needed\n\t\t\t\tif ( options.mimeType && xhr.overrideMimeType ) {\n\t\t\t\t\txhr.overrideMimeType( options.mimeType );\n\t\t\t\t}\n\n\t\t\t\t// X-Requested-With header\n\t\t\t\t// For cross-domain requests, seeing as conditions for a preflight are\n\t\t\t\t// akin to a jigsaw puzzle, we simply never set it to be sure.\n\t\t\t\t// (it can always be set on a per-request basis or even using ajaxSetup)\n\t\t\t\t// For same-domain requests, won't change header if already provided.\n\t\t\t\tif ( !options.crossDomain && !headers[ \"X-Requested-With\" ] ) {\n\t\t\t\t\theaders[ \"X-Requested-With\" ] = \"XMLHttpRequest\";\n\t\t\t\t}\n\n\t\t\t\t// Set headers\n\t\t\t\tfor ( i in headers ) {\n\t\t\t\t\txhr.setRequestHeader( i, headers[ i ] );\n\t\t\t\t}\n\n\t\t\t\t// Callback\n\t\t\t\tcallback = function( type ) {\n\t\t\t\t\treturn function() {\n\t\t\t\t\t\tif ( callback ) {\n\t\t\t\t\t\t\tcallback = errorCallback = xhr.onload =\n\t\t\t\t\t\t\t\txhr.onerror = xhr.onabort = xhr.ontimeout =\n\t\t\t\t\t\t\t\t\txhr.onreadystatechange = null;\n\n\t\t\t\t\t\t\tif ( type === \"abort\" ) {\n\t\t\t\t\t\t\t\txhr.abort();\n\t\t\t\t\t\t\t} else if ( type === \"error\" ) {\n\n\t\t\t\t\t\t\t\t// Support: IE <=9 only\n\t\t\t\t\t\t\t\t// On a manual native abort, IE9 throws\n\t\t\t\t\t\t\t\t// errors on any property access that is not readyState\n\t\t\t\t\t\t\t\tif ( typeof xhr.status !== \"number\" ) {\n\t\t\t\t\t\t\t\t\tcomplete( 0, \"error\" );\n\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\tcomplete(\n\n\t\t\t\t\t\t\t\t\t\t// File: protocol always yields status 0; see #8605, #14207\n\t\t\t\t\t\t\t\t\t\txhr.status,\n\t\t\t\t\t\t\t\t\t\txhr.statusText\n\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\tcomplete(\n\t\t\t\t\t\t\t\t\txhrSuccessStatus[ xhr.status ] || xhr.status,\n\t\t\t\t\t\t\t\t\txhr.statusText,\n\n\t\t\t\t\t\t\t\t\t// Support: IE <=9 only\n\t\t\t\t\t\t\t\t\t// IE9 has no XHR2 but throws on binary (trac-11426)\n\t\t\t\t\t\t\t\t\t// For XHR2 non-text, let the caller handle it (gh-2498)\n\t\t\t\t\t\t\t\t\t( xhr.responseType || \"text\" ) !== \"text\" ||\n\t\t\t\t\t\t\t\t\ttypeof xhr.responseText !== \"string\" ?\n\t\t\t\t\t\t\t\t\t\t{ binary: xhr.response } :\n\t\t\t\t\t\t\t\t\t\t{ text: xhr.responseText },\n\t\t\t\t\t\t\t\t\txhr.getAllResponseHeaders()\n\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t};\n\t\t\t\t};\n\n\t\t\t\t// Listen to events\n\t\t\t\txhr.onload = callback();\n\t\t\t\terrorCallback = xhr.onerror = xhr.ontimeout = callback( \"error\" );\n\n\t\t\t\t// Support: IE 9 only\n\t\t\t\t// Use onreadystatechange to replace onabort\n\t\t\t\t// to handle uncaught aborts\n\t\t\t\tif ( xhr.onabort !== undefined ) {\n\t\t\t\t\txhr.onabort = errorCallback;\n\t\t\t\t} else {\n\t\t\t\t\txhr.onreadystatechange = function() {\n\n\t\t\t\t\t\t// Check readyState before timeout as it changes\n\t\t\t\t\t\tif ( xhr.readyState === 4 ) {\n\n\t\t\t\t\t\t\t// Allow onerror to be called first,\n\t\t\t\t\t\t\t// but that will not handle a native abort\n\t\t\t\t\t\t\t// Also, save errorCallback to a variable\n\t\t\t\t\t\t\t// as xhr.onerror cannot be accessed\n\t\t\t\t\t\t\twindow.setTimeout( function() {\n\t\t\t\t\t\t\t\tif ( callback ) {\n\t\t\t\t\t\t\t\t\terrorCallback();\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t} );\n\t\t\t\t\t\t}\n\t\t\t\t\t};\n\t\t\t\t}\n\n\t\t\t\t// Create the abort callback\n\t\t\t\tcallback = callback( \"abort\" );\n\n\t\t\t\ttry {\n\n\t\t\t\t\t// Do send the request (this may raise an exception)\n\t\t\t\t\txhr.send( options.hasContent && options.data || null );\n\t\t\t\t} catch ( e ) {\n\n\t\t\t\t\t// #14683: Only rethrow if this hasn't been notified as an error yet\n\t\t\t\t\tif ( callback ) {\n\t\t\t\t\t\tthrow e;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\n\t\t\tabort: function() {\n\t\t\t\tif ( callback ) {\n\t\t\t\t\tcallback();\n\t\t\t\t}\n\t\t\t}\n\t\t};\n\t}\n} );\n\n\n\n\n// Prevent auto-execution of scripts when no explicit dataType was provided (See gh-2432)\njQuery.ajaxPrefilter( function( s ) {\n\tif ( s.crossDomain ) {\n\t\ts.contents.script = false;\n\t}\n} );\n\n// Install script dataType\njQuery.ajaxSetup( {\n\taccepts: {\n\t\tscript: \"text/javascript, application/javascript, \" +\n\t\t\t\"application/ecmascript, application/x-ecmascript\"\n\t},\n\tcontents: {\n\t\tscript: /\\b(?:java|ecma)script\\b/\n\t},\n\tconverters: {\n\t\t\"text script\": function( text ) {\n\t\t\tjQuery.globalEval( text );\n\t\t\treturn text;\n\t\t}\n\t}\n} );\n\n// Handle cache's special case and crossDomain\njQuery.ajaxPrefilter( \"script\", function( s ) {\n\tif ( s.cache === undefined ) {\n\t\ts.cache = false;\n\t}\n\tif ( s.crossDomain ) {\n\t\ts.type = \"GET\";\n\t}\n} );\n\n// Bind script tag hack transport\njQuery.ajaxTransport( \"script\", function( s ) {\n\n\t// This transport only deals with cross domain requests\n\tif ( s.crossDomain ) {\n\t\tvar script, callback;\n\t\treturn {\n\t\t\tsend: function( _, complete ) {\n\t\t\t\tscript = jQuery( \"<script>\" ).prop( {\n\t\t\t\t\tcharset: s.scriptCharset,\n\t\t\t\t\tsrc: s.url\n\t\t\t\t} ).on(\n\t\t\t\t\t\"load error\",\n\t\t\t\t\tcallback = function( evt ) {\n\t\t\t\t\t\tscript.remove();\n\t\t\t\t\t\tcallback = null;\n\t\t\t\t\t\tif ( evt ) {\n\t\t\t\t\t\t\tcomplete( evt.type === \"error\" ? 404 : 200, evt.type );\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t);\n\n\t\t\t\t// Use native DOM manipulation to avoid our domManip AJAX trickery\n\t\t\t\tdocument.head.appendChild( script[ 0 ] );\n\t\t\t},\n\t\t\tabort: function() {\n\t\t\t\tif ( callback ) {\n\t\t\t\t\tcallback();\n\t\t\t\t}\n\t\t\t}\n\t\t};\n\t}\n} );\n\n\n\n\nvar oldCallbacks = [],\n\trjsonp = /(=)\\?(?=&|$)|\\?\\?/;\n\n// Default jsonp settings\njQuery.ajaxSetup( {\n\tjsonp: \"callback\",\n\tjsonpCallback: function() {\n\t\tvar callback = oldCallbacks.pop() || ( jQuery.expando + \"_\" + ( nonce++ ) );\n\t\tthis[ callback ] = true;\n\t\treturn callback;\n\t}\n} );\n\n// Detect, normalize options and install callbacks for jsonp requests\njQuery.ajaxPrefilter( \"json jsonp\", function( s, originalSettings, jqXHR ) {\n\n\tvar callbackName, overwritten, responseContainer,\n\t\tjsonProp = s.jsonp !== false && ( rjsonp.test( s.url ) ?\n\t\t\t\"url\" :\n\t\t\ttypeof s.data === \"string\" &&\n\t\t\t\t( s.contentType || \"\" )\n\t\t\t\t\t.indexOf( \"application/x-www-form-urlencoded\" ) === 0 &&\n\t\t\t\trjsonp.test( s.data ) && \"data\"\n\t\t);\n\n\t// Handle iff the expected data type is \"jsonp\" or we have a parameter to set\n\tif ( jsonProp || s.dataTypes[ 0 ] === \"jsonp\" ) {\n\n\t\t// Get callback name, remembering preexisting value associated with it\n\t\tcallbackName = s.jsonpCallback = isFunction( s.jsonpCallback ) ?\n\t\t\ts.jsonpCallback() :\n\t\t\ts.jsonpCallback;\n\n\t\t// Insert callback into url or form data\n\t\tif ( jsonProp ) {\n\t\t\ts[ jsonProp ] = s[ jsonProp ].replace( rjsonp, \"$1\" + callbackName );\n\t\t} else if ( s.jsonp !== false ) {\n\t\t\ts.url += ( rquery.test( s.url ) ? \"&\" : \"?\" ) + s.jsonp + \"=\" + callbackName;\n\t\t}\n\n\t\t// Use data converter to retrieve json after script execution\n\t\ts.converters[ \"script json\" ] = function() {\n\t\t\tif ( !responseContainer ) {\n\t\t\t\tjQuery.error( callbackName + \" was not called\" );\n\t\t\t}\n\t\t\treturn responseContainer[ 0 ];\n\t\t};\n\n\t\t// Force json dataType\n\t\ts.dataTypes[ 0 ] = \"json\";\n\n\t\t// Install callback\n\t\toverwritten = window[ callbackName ];\n\t\twindow[ callbackName ] = function() {\n\t\t\tresponseContainer = arguments;\n\t\t};\n\n\t\t// Clean-up function (fires after converters)\n\t\tjqXHR.always( function() {\n\n\t\t\t// If previous value didn't exist - remove it\n\t\t\tif ( overwritten === undefined ) {\n\t\t\t\tjQuery( window ).removeProp( callbackName );\n\n\t\t\t// Otherwise restore preexisting value\n\t\t\t} else {\n\t\t\t\twindow[ callbackName ] = overwritten;\n\t\t\t}\n\n\t\t\t// Save back as free\n\t\t\tif ( s[ callbackName ] ) {\n\n\t\t\t\t// Make sure that re-using the options doesn't screw things around\n\t\t\t\ts.jsonpCallback = originalSettings.jsonpCallback;\n\n\t\t\t\t// Save the callback name for future use\n\t\t\t\toldCallbacks.push( callbackName );\n\t\t\t}\n\n\t\t\t// Call if it was a function and we have a response\n\t\t\tif ( responseContainer && isFunction( overwritten ) ) {\n\t\t\t\toverwritten( responseContainer[ 0 ] );\n\t\t\t}\n\n\t\t\tresponseContainer = overwritten = undefined;\n\t\t} );\n\n\t\t// Delegate to script\n\t\treturn \"script\";\n\t}\n} );\n\n\n\n\n// Support: Safari 8 only\n// In Safari 8 documents created via document.implementation.createHTMLDocument\n// collapse sibling forms: the second one becomes a child of the first one.\n// Because of that, this security measure has to be disabled in Safari 8.\n// https://bugs.webkit.org/show_bug.cgi?id=137337\nsupport.createHTMLDocument = ( function() {\n\tvar body = document.implementation.createHTMLDocument( \"\" ).body;\n\tbody.innerHTML = \"<form></form><form></form>\";\n\treturn body.childNodes.length === 2;\n} )();\n\n\n// Argument \"data\" should be string of html\n// context (optional): If specified, the fragment will be created in this context,\n// defaults to document\n// keepScripts (optional): If true, will include scripts passed in the html string\njQuery.parseHTML = function( data, context, keepScripts ) {\n\tif ( typeof data !== \"string\" ) {\n\t\treturn [];\n\t}\n\tif ( typeof context === \"boolean\" ) {\n\t\tkeepScripts = context;\n\t\tcontext = false;\n\t}\n\n\tvar base, parsed, scripts;\n\n\tif ( !context ) {\n\n\t\t// Stop scripts or inline event handlers from being executed immediately\n\t\t// by using document.implementation\n\t\tif ( support.createHTMLDocument ) {\n\t\t\tcontext = document.implementation.createHTMLDocument( \"\" );\n\n\t\t\t// Set the base href for the created document\n\t\t\t// so any parsed elements with URLs\n\t\t\t// are based on the document's URL (gh-2965)\n\t\t\tbase = context.createElement( \"base\" );\n\t\t\tbase.href = document.location.href;\n\t\t\tcontext.head.appendChild( base );\n\t\t} else {\n\t\t\tcontext = document;\n\t\t}\n\t}\n\n\tparsed = rsingleTag.exec( data );\n\tscripts = !keepScripts && [];\n\n\t// Single tag\n\tif ( parsed ) {\n\t\treturn [ context.createElement( parsed[ 1 ] ) ];\n\t}\n\n\tparsed = buildFragment( [ data ], context, scripts );\n\n\tif ( scripts && scripts.length ) {\n\t\tjQuery( scripts ).remove();\n\t}\n\n\treturn jQuery.merge( [], parsed.childNodes );\n};\n\n\n/**\n * Load a url into a page\n */\njQuery.fn.load = function( url, params, callback ) {\n\tvar selector, type, response,\n\t\tself = this,\n\t\toff = url.indexOf( \" \" );\n\n\tif ( off > -1 ) {\n\t\tselector = stripAndCollapse( url.slice( off ) );\n\t\turl = url.slice( 0, off );\n\t}\n\n\t// If it's a function\n\tif ( isFunction( params ) ) {\n\n\t\t// We assume that it's the callback\n\t\tcallback = params;\n\t\tparams = undefined;\n\n\t// Otherwise, build a param string\n\t} else if ( params && typeof params === \"object\" ) {\n\t\ttype = \"POST\";\n\t}\n\n\t// If we have elements to modify, make the request\n\tif ( self.length > 0 ) {\n\t\tjQuery.ajax( {\n\t\t\turl: url,\n\n\t\t\t// If \"type\" variable is undefined, then \"GET\" method will be used.\n\t\t\t// Make value of this field explicit since\n\t\t\t// user can override it through ajaxSetup method\n\t\t\ttype: type || \"GET\",\n\t\t\tdataType: \"html\",\n\t\t\tdata: params\n\t\t} ).done( function( responseText ) {\n\n\t\t\t// Save response for use in complete callback\n\t\t\tresponse = arguments;\n\n\t\t\tself.html( selector ?\n\n\t\t\t\t// If a selector was specified, locate the right elements in a dummy div\n\t\t\t\t// Exclude scripts to avoid IE 'Permission Denied' errors\n\t\t\t\tjQuery( \"<div>\" ).append( jQuery.parseHTML( responseText ) ).find( selector ) :\n\n\t\t\t\t// Otherwise use the full result\n\t\t\t\tresponseText );\n\n\t\t// If the request succeeds, this function gets \"data\", \"status\", \"jqXHR\"\n\t\t// but they are ignored because response was set above.\n\t\t// If it fails, this function gets \"jqXHR\", \"status\", \"error\"\n\t\t} ).always( callback && function( jqXHR, status ) {\n\t\t\tself.each( function() {\n\t\t\t\tcallback.apply( this, response || [ jqXHR.responseText, status, jqXHR ] );\n\t\t\t} );\n\t\t} );\n\t}\n\n\treturn this;\n};\n\n\n\n\n// Attach a bunch of functions for handling common AJAX events\njQuery.each( [\n\t\"ajaxStart\",\n\t\"ajaxStop\",\n\t\"ajaxComplete\",\n\t\"ajaxError\",\n\t\"ajaxSuccess\",\n\t\"ajaxSend\"\n], function( i, type ) {\n\tjQuery.fn[ type ] = function( fn ) {\n\t\treturn this.on( type, fn );\n\t};\n} );\n\n\n\n\njQuery.expr.pseudos.animated = function( elem ) {\n\treturn jQuery.grep( jQuery.timers, function( fn ) {\n\t\treturn elem === fn.elem;\n\t} ).length;\n};\n\n\n\n\njQuery.offset = {\n\tsetOffset: function( elem, options, i ) {\n\t\tvar curPosition, curLeft, curCSSTop, curTop, curOffset, curCSSLeft, calculatePosition,\n\t\t\tposition = jQuery.css( elem, \"position\" ),\n\t\t\tcurElem = jQuery( elem ),\n\t\t\tprops = {};\n\n\t\t// Set position first, in-case top/left are set even on static elem\n\t\tif ( position === \"static\" ) {\n\t\t\telem.style.position = \"relative\";\n\t\t}\n\n\t\tcurOffset = curElem.offset();\n\t\tcurCSSTop = jQuery.css( elem, \"top\" );\n\t\tcurCSSLeft = jQuery.css( elem, \"left\" );\n\t\tcalculatePosition = ( position === \"absolute\" || position === \"fixed\" ) &&\n\t\t\t( curCSSTop + curCSSLeft ).indexOf( \"auto\" ) > -1;\n\n\t\t// Need to be able to calculate position if either\n\t\t// top or left is auto and position is either absolute or fixed\n\t\tif ( calculatePosition ) {\n\t\t\tcurPosition = curElem.position();\n\t\t\tcurTop = curPosition.top;\n\t\t\tcurLeft = curPosition.left;\n\n\t\t} else {\n\t\t\tcurTop = parseFloat( curCSSTop ) || 0;\n\t\t\tcurLeft = parseFloat( curCSSLeft ) || 0;\n\t\t}\n\n\t\tif ( isFunction( options ) ) {\n\n\t\t\t// Use jQuery.extend here to allow modification of coordinates argument (gh-1848)\n\t\t\toptions = options.call( elem, i, jQuery.extend( {}, curOffset ) );\n\t\t}\n\n\t\tif ( options.top != null ) {\n\t\t\tprops.top = ( options.top - curOffset.top ) + curTop;\n\t\t}\n\t\tif ( options.left != null ) {\n\t\t\tprops.left = ( options.left - curOffset.left ) + curLeft;\n\t\t}\n\n\t\tif ( \"using\" in options ) {\n\t\t\toptions.using.call( elem, props );\n\n\t\t} else {\n\t\t\tcurElem.css( props );\n\t\t}\n\t}\n};\n\njQuery.fn.extend( {\n\n\t// offset() relates an element's border box to the document origin\n\toffset: function( options ) {\n\n\t\t// Preserve chaining for setter\n\t\tif ( arguments.length ) {\n\t\t\treturn options === undefined ?\n\t\t\t\tthis :\n\t\t\t\tthis.each( function( i ) {\n\t\t\t\t\tjQuery.offset.setOffset( this, options, i );\n\t\t\t\t} );\n\t\t}\n\n\t\tvar rect, win,\n\t\t\telem = this[ 0 ];\n\n\t\tif ( !elem ) {\n\t\t\treturn;\n\t\t}\n\n\t\t// Return zeros for disconnected and hidden (display: none) elements (gh-2310)\n\t\t// Support: IE <=11 only\n\t\t// Running getBoundingClientRect on a\n\t\t// disconnected node in IE throws an error\n\t\tif ( !elem.getClientRects().length ) {\n\t\t\treturn { top: 0, left: 0 };\n\t\t}\n\n\t\t// Get document-relative position by adding viewport scroll to viewport-relative gBCR\n\t\trect = elem.getBoundingClientRect();\n\t\twin = elem.ownerDocument.defaultView;\n\t\treturn {\n\t\t\ttop: rect.top + win.pageYOffset,\n\t\t\tleft: rect.left + win.pageXOffset\n\t\t};\n\t},\n\n\t// position() relates an element's margin box to its offset parent's padding box\n\t// This corresponds to the behavior of CSS absolute positioning\n\tposition: function() {\n\t\tif ( !this[ 0 ] ) {\n\t\t\treturn;\n\t\t}\n\n\t\tvar offsetParent, offset, doc,\n\t\t\telem = this[ 0 ],\n\t\t\tparentOffset = { top: 0, left: 0 };\n\n\t\t// position:fixed elements are offset from the viewport, which itself always has zero offset\n\t\tif ( jQuery.css( elem, \"position\" ) === \"fixed\" ) {\n\n\t\t\t// Assume position:fixed implies availability of getBoundingClientRect\n\t\t\toffset = elem.getBoundingClientRect();\n\n\t\t} else {\n\t\t\toffset = this.offset();\n\n\t\t\t// Account for the *real* offset parent, which can be the document or its root element\n\t\t\t// when a statically positioned element is identified\n\t\t\tdoc = elem.ownerDocument;\n\t\t\toffsetParent = elem.offsetParent || doc.documentElement;\n\t\t\twhile ( offsetParent &&\n\t\t\t\t( offsetParent === doc.body || offsetParent === doc.documentElement ) &&\n\t\t\t\tjQuery.css( offsetParent, \"position\" ) === \"static\" ) {\n\n\t\t\t\toffsetParent = offsetParent.parentNode;\n\t\t\t}\n\t\t\tif ( offsetParent && offsetParent !== elem && offsetParent.nodeType === 1 ) {\n\n\t\t\t\t// Incorporate borders into its offset, since they are outside its content origin\n\t\t\t\tparentOffset = jQuery( offsetParent ).offset();\n\t\t\t\tparentOffset.top += jQuery.css( offsetParent, \"borderTopWidth\", true );\n\t\t\t\tparentOffset.left += jQuery.css( offsetParent, \"borderLeftWidth\", true );\n\t\t\t}\n\t\t}\n\n\t\t// Subtract parent offsets and element margins\n\t\treturn {\n\t\t\ttop: offset.top - parentOffset.top - jQuery.css( elem, \"marginTop\", true ),\n\t\t\tleft: offset.left - parentOffset.left - jQuery.css( elem, \"marginLeft\", true )\n\t\t};\n\t},\n\n\t// This method will return documentElement in the following cases:\n\t// 1) For the element inside the iframe without offsetParent, this method will return\n\t// documentElement of the parent window\n\t// 2) For the hidden or detached element\n\t// 3) For body or html element, i.e. in case of the html node - it will return itself\n\t//\n\t// but those exceptions were never presented as a real life use-cases\n\t// and might be considered as more preferable results.\n\t//\n\t// This logic, however, is not guaranteed and can change at any point in the future\n\toffsetParent: function() {\n\t\treturn this.map( function() {\n\t\t\tvar offsetParent = this.offsetParent;\n\n\t\t\twhile ( offsetParent && jQuery.css( offsetParent, \"position\" ) === \"static\" ) {\n\t\t\t\toffsetParent = offsetParent.offsetParent;\n\t\t\t}\n\n\t\t\treturn offsetParent || documentElement;\n\t\t} );\n\t}\n} );\n\n// Create scrollLeft and scrollTop methods\njQuery.each( { scrollLeft: \"pageXOffset\", scrollTop: \"pageYOffset\" }, function( method, prop ) {\n\tvar top = \"pageYOffset\" === prop;\n\n\tjQuery.fn[ method ] = function( val ) {\n\t\treturn access( this, function( elem, method, val ) {\n\n\t\t\t// Coalesce documents and windows\n\t\t\tvar win;\n\t\t\tif ( isWindow( elem ) ) {\n\t\t\t\twin = elem;\n\t\t\t} else if ( elem.nodeType === 9 ) {\n\t\t\t\twin = elem.defaultView;\n\t\t\t}\n\n\t\t\tif ( val === undefined ) {\n\t\t\t\treturn win ? win[ prop ] : elem[ method ];\n\t\t\t}\n\n\t\t\tif ( win ) {\n\t\t\t\twin.scrollTo(\n\t\t\t\t\t!top ? val : win.pageXOffset,\n\t\t\t\t\ttop ? val : win.pageYOffset\n\t\t\t\t);\n\n\t\t\t} else {\n\t\t\t\telem[ method ] = val;\n\t\t\t}\n\t\t}, method, val, arguments.length );\n\t};\n} );\n\n// Support: Safari <=7 - 9.1, Chrome <=37 - 49\n// Add the top/left cssHooks using jQuery.fn.position\n// Webkit bug: https://bugs.webkit.org/show_bug.cgi?id=29084\n// Blink bug: https://bugs.chromium.org/p/chromium/issues/detail?id=589347\n// getComputedStyle returns percent when specified for top/left/bottom/right;\n// rather than make the css module depend on the offset module, just check for it here\njQuery.each( [ \"top\", \"left\" ], function( i, prop ) {\n\tjQuery.cssHooks[ prop ] = addGetHookIf( support.pixelPosition,\n\t\tfunction( elem, computed ) {\n\t\t\tif ( computed ) {\n\t\t\t\tcomputed = curCSS( elem, prop );\n\n\t\t\t\t// If curCSS returns percentage, fallback to offset\n\t\t\t\treturn rnumnonpx.test( computed ) ?\n\t\t\t\t\tjQuery( elem ).position()[ prop ] + \"px\" :\n\t\t\t\t\tcomputed;\n\t\t\t}\n\t\t}\n\t);\n} );\n\n\n// Create innerHeight, innerWidth, height, width, outerHeight and outerWidth methods\njQuery.each( { Height: \"height\", Width: \"width\" }, function( name, type ) {\n\tjQuery.each( { padding: \"inner\" + name, content: type, \"\": \"outer\" + name },\n\t\tfunction( defaultExtra, funcName ) {\n\n\t\t// Margin is only for outerHeight, outerWidth\n\t\tjQuery.fn[ funcName ] = function( margin, value ) {\n\t\t\tvar chainable = arguments.length && ( defaultExtra || typeof margin !== \"boolean\" ),\n\t\t\t\textra = defaultExtra || ( margin === true || value === true ? \"margin\" : \"border\" );\n\n\t\t\treturn access( this, function( elem, type, value ) {\n\t\t\t\tvar doc;\n\n\t\t\t\tif ( isWindow( elem ) ) {\n\n\t\t\t\t\t// $( window ).outerWidth/Height return w/h including scrollbars (gh-1729)\n\t\t\t\t\treturn funcName.indexOf( \"outer\" ) === 0 ?\n\t\t\t\t\t\telem[ \"inner\" + name ] :\n\t\t\t\t\t\telem.document.documentElement[ \"client\" + name ];\n\t\t\t\t}\n\n\t\t\t\t// Get document width or height\n\t\t\t\tif ( elem.nodeType === 9 ) {\n\t\t\t\t\tdoc = elem.documentElement;\n\n\t\t\t\t\t// Either scroll[Width/Height] or offset[Width/Height] or client[Width/Height],\n\t\t\t\t\t// whichever is greatest\n\t\t\t\t\treturn Math.max(\n\t\t\t\t\t\telem.body[ \"scroll\" + name ], doc[ \"scroll\" + name ],\n\t\t\t\t\t\telem.body[ \"offset\" + name ], doc[ \"offset\" + name ],\n\t\t\t\t\t\tdoc[ \"client\" + name ]\n\t\t\t\t\t);\n\t\t\t\t}\n\n\t\t\t\treturn value === undefined ?\n\n\t\t\t\t\t// Get width or height on the element, requesting but not forcing parseFloat\n\t\t\t\t\tjQuery.css( elem, type, extra ) :\n\n\t\t\t\t\t// Set width or height on the element\n\t\t\t\t\tjQuery.style( elem, type, value, extra );\n\t\t\t}, type, chainable ? margin : undefined, chainable );\n\t\t};\n\t} );\n} );\n\n\njQuery.each( ( \"blur focus focusin focusout resize scroll click dblclick \" +\n\t\"mousedown mouseup mousemove mouseover mouseout mouseenter mouseleave \" +\n\t\"change select submit keydown keypress keyup contextmenu\" ).split( \" \" ),\n\tfunction( i, name ) {\n\n\t// Handle event binding\n\tjQuery.fn[ name ] = function( data, fn ) {\n\t\treturn arguments.length > 0 ?\n\t\t\tthis.on( name, null, data, fn ) :\n\t\t\tthis.trigger( name );\n\t};\n} );\n\njQuery.fn.extend( {\n\thover: function( fnOver, fnOut ) {\n\t\treturn this.mouseenter( fnOver ).mouseleave( fnOut || fnOver );\n\t}\n} );\n\n\n\n\njQuery.fn.extend( {\n\n\tbind: function( types, data, fn ) {\n\t\treturn this.on( types, null, data, fn );\n\t},\n\tunbind: function( types, fn ) {\n\t\treturn this.off( types, null, fn );\n\t},\n\n\tdelegate: function( selector, types, data, fn ) {\n\t\treturn this.on( types, selector, data, fn );\n\t},\n\tundelegate: function( selector, types, fn ) {\n\n\t\t// ( namespace ) or ( selector, types [, fn] )\n\t\treturn arguments.length === 1 ?\n\t\t\tthis.off( selector, \"**\" ) :\n\t\t\tthis.off( types, selector || \"**\", fn );\n\t}\n} );\n\n// Bind a function to a context, optionally partially applying any\n// arguments.\n// jQuery.proxy is deprecated to promote standards (specifically Function#bind)\n// However, it is not slated for removal any time soon\njQuery.proxy = function( fn, context ) {\n\tvar tmp, args, proxy;\n\n\tif ( typeof context === \"string\" ) {\n\t\ttmp = fn[ context ];\n\t\tcontext = fn;\n\t\tfn = tmp;\n\t}\n\n\t// Quick check to determine if target is callable, in the spec\n\t// this throws a TypeError, but we will just return undefined.\n\tif ( !isFunction( fn ) ) {\n\t\treturn undefined;\n\t}\n\n\t// Simulated bind\n\targs = slice.call( arguments, 2 );\n\tproxy = function() {\n\t\treturn fn.apply( context || this, args.concat( slice.call( arguments ) ) );\n\t};\n\n\t// Set the guid of unique handler to the same of original handler, so it can be removed\n\tproxy.guid = fn.guid = fn.guid || jQuery.guid++;\n\n\treturn proxy;\n};\n\njQuery.holdReady = function( hold ) {\n\tif ( hold ) {\n\t\tjQuery.readyWait++;\n\t} else {\n\t\tjQuery.ready( true );\n\t}\n};\njQuery.isArray = Array.isArray;\njQuery.parseJSON = JSON.parse;\njQuery.nodeName = nodeName;\njQuery.isFunction = isFunction;\njQuery.isWindow = isWindow;\njQuery.camelCase = camelCase;\njQuery.type = toType;\n\njQuery.now = Date.now;\n\njQuery.isNumeric = function( obj ) {\n\n\t// As of jQuery 3.0, isNumeric is limited to\n\t// strings and numbers (primitives or objects)\n\t// that can be coerced to finite numbers (gh-2662)\n\tvar type = jQuery.type( obj );\n\treturn ( type === \"number\" || type === \"string\" ) &&\n\n\t\t// parseFloat NaNs numeric-cast false positives (\"\")\n\t\t// ...but misinterprets leading-number strings, particularly hex literals (\"0x...\")\n\t\t// subtraction forces infinities to NaN\n\t\t!isNaN( obj - parseFloat( obj ) );\n};\n\n\n\n\n// Register as a named AMD module, since jQuery can be concatenated with other\n// files that may use define, but not via a proper concatenation script that\n// understands anonymous AMD modules. A named AMD is safest and most robust\n// way to register. Lowercase jquery is used because AMD module names are\n// derived from file names, and jQuery is normally delivered in a lowercase\n// file name. Do this after creating the global so that if an AMD module wants\n// to call noConflict to hide this version of jQuery, it will work.\n\n// Note that for maximum portability, libraries that are not jQuery should\n// declare themselves as anonymous modules, and avoid setting a global if an\n// AMD loader is present. jQuery is a special case. For more information, see\n// https://github.com/jrburke/requirejs/wiki/Updating-existing-libraries#wiki-anon\n\nif ( typeof define === \"function\" && define.amd ) {\n\tdefine( \"jquery\", [], function() {\n\t\treturn jQuery;\n\t} );\n}\n\n\n\n\nvar\n\n\t// Map over jQuery in case of overwrite\n\t_jQuery = window.jQuery,\n\n\t// Map over the $ in case of overwrite\n\t_$ = window.$;\n\njQuery.noConflict = function( deep ) {\n\tif ( window.$ === jQuery ) {\n\t\twindow.$ = _$;\n\t}\n\n\tif ( deep && window.jQuery === jQuery ) {\n\t\twindow.jQuery = _jQuery;\n\t}\n\n\treturn jQuery;\n};\n\n// Expose jQuery and $ identifiers, even in AMD\n// (#7102#comment:10, https://github.com/jquery/jquery/pull/557)\n// and CommonJS for browser emulators (#13566)\nif ( !noGlobal ) {\n\twindow.jQuery = window.$ = jQuery;\n}\n\n\n\n\nreturn jQuery;\n} );\n","// Current version.\nexport var VERSION = '1.12.0';\n\n// Establish the root object, `window` (`self`) in the browser, `global`\n// on the server, or `this` in some virtual machines. We use `self`\n// instead of `window` for `WebWorker` support.\nexport var root = typeof self == 'object' && self.self === self && self ||\n typeof global == 'object' && global.global === global && global ||\n Function('return this')() ||\n {};\n\n// Save bytes in the minified (but not gzipped) version:\nexport var ArrayProto = Array.prototype, ObjProto = Object.prototype;\nexport var SymbolProto = typeof Symbol !== 'undefined' ? Symbol.prototype : null;\n\n// Create quick reference variables for speed access to core prototypes.\nexport var push = ArrayProto.push,\n slice = ArrayProto.slice,\n toString = ObjProto.toString,\n hasOwnProperty = ObjProto.hasOwnProperty;\n\n// Modern feature detection.\nexport var supportsArrayBuffer = typeof ArrayBuffer !== 'undefined',\n supportsDataView = typeof DataView !== 'undefined';\n\n// All **ECMAScript 5+** native function implementations that we hope to use\n// are declared here.\nexport var nativeIsArray = Array.isArray,\n nativeKeys = Object.keys,\n nativeCreate = Object.create,\n nativeIsView = supportsArrayBuffer && ArrayBuffer.isView;\n\n// Create references to these builtin functions because we override them.\nexport var _isNaN = isNaN,\n _isFinite = isFinite;\n\n// Keys in IE < 9 that won't be iterated by `for key in ...` and thus missed.\nexport var hasEnumBug = !{toString: null}.propertyIsEnumerable('toString');\nexport var nonEnumerableProps = ['valueOf', 'isPrototypeOf', 'toString',\n 'propertyIsEnumerable', 'hasOwnProperty', 'toLocaleString'];\n\n// The largest integer that can be represented exactly.\nexport var MAX_ARRAY_INDEX = Math.pow(2, 53) - 1;\n","/*!\n * escape-html\n * Copyright(c) 2012-2013 TJ Holowaychuk\n * Copyright(c) 2015 Andreas Lubbe\n * Copyright(c) 2015 Tiancheng \"Timothy\" Gu\n * MIT Licensed\n */\n\n'use strict';\n\n/**\n * Module variables.\n * @private\n */\n\nvar matchHtmlRegExp = /[\"'&<>]/;\n\n/**\n * Module exports.\n * @public\n */\n\nmodule.exports = escapeHtml;\n\n/**\n * Escape special characters in the given string of html.\n *\n * @param {string} string The string to escape for inserting into HTML\n * @return {string}\n * @public\n */\n\nfunction escapeHtml(string) {\n var str = '' + string;\n var match = matchHtmlRegExp.exec(str);\n\n if (!match) {\n return str;\n }\n\n var escape;\n var html = '';\n var index = 0;\n var lastIndex = 0;\n\n for (index = match.index; index < str.length; index++) {\n switch (str.charCodeAt(index)) {\n case 34: // \"\n escape = '&quot;';\n break;\n case 38: // &\n escape = '&amp;';\n break;\n case 39: // '\n escape = '&#39;';\n break;\n case 60: // <\n escape = '&lt;';\n break;\n case 62: // >\n escape = '&gt;';\n break;\n default:\n continue;\n }\n\n if (lastIndex !== index) {\n html += str.substring(lastIndex, index);\n }\n\n lastIndex = index + 1;\n html += escape;\n }\n\n return lastIndex !== index\n ? html + str.substring(lastIndex, index)\n : html;\n}\n","var g;\n\n// This works in non-strict mode\ng = (function() {\n\treturn this;\n})();\n\ntry {\n\t// This works if eval is allowed (see CSP)\n\tg = g || new Function(\"return this\")();\n} catch (e) {\n\t// This works if the window reference is available\n\tif (typeof window === \"object\") g = window;\n}\n\n// g can still be undefined, but nothing to do about it...\n// We return undefined, instead of nothing here, so it's\n// easier to handle this case. if(!global) { ...}\n\nmodule.exports = g;\n","// Some functions take a variable number of arguments, or a few expected\n// arguments at the beginning and then a variable number of values to operate\n// on. This helper accumulates all remaining arguments past the function’s\n// argument length (or an explicit `startIndex`), into an array that becomes\n// the last argument. Similar to ES6’s \"rest parameter\".\nexport default function restArguments(func, startIndex) {\n startIndex = startIndex == null ? func.length - 1 : +startIndex;\n return function() {\n var length = Math.max(arguments.length - startIndex, 0),\n rest = Array(length),\n index = 0;\n for (; index < length; index++) {\n rest[index] = arguments[index + startIndex];\n }\n switch (startIndex) {\n case 0: return func.call(this, rest);\n case 1: return func.call(this, arguments[0], rest);\n case 2: return func.call(this, arguments[0], arguments[1], rest);\n }\n var args = Array(startIndex + 1);\n for (index = 0; index < startIndex; index++) {\n args[index] = arguments[index];\n }\n args[startIndex] = rest;\n return func.apply(this, args);\n };\n}\n","// Is a given variable an object?\nexport default function isObject(obj) {\n var type = typeof obj;\n return type === 'function' || type === 'object' && !!obj;\n}\n","// Is a given value equal to null?\nexport default function isNull(obj) {\n return obj === null;\n}\n","// Is a given variable undefined?\nexport default function isUndefined(obj) {\n return obj === void 0;\n}\n","import { toString } from './_setup.js';\n\n// Is a given value a boolean?\nexport default function isBoolean(obj) {\n return obj === true || obj === false || toString.call(obj) === '[object Boolean]';\n}\n","// Is a given value a DOM element?\nexport default function isElement(obj) {\n return !!(obj && obj.nodeType === 1);\n}\n","import { toString } from './_setup.js';\n\n// Internal function for creating a `toString`-based type tester.\nexport default function tagTester(name) {\n var tag = '[object ' + name + ']';\n return function(obj) {\n return toString.call(obj) === tag;\n };\n}\n","import tagTester from './_tagTester.js';\n\nexport default tagTester('String');\n","import tagTester from './_tagTester.js';\n\nexport default tagTester('Number');\n","import tagTester from './_tagTester.js';\n\nexport default tagTester('Date');\n","import tagTester from './_tagTester.js';\n\nexport default tagTester('RegExp');\n","import tagTester from './_tagTester.js';\n\nexport default tagTester('Error');\n","import tagTester from './_tagTester.js';\n\nexport default tagTester('Symbol');\n","import tagTester from './_tagTester.js';\n\nexport default tagTester('ArrayBuffer');\n","import tagTester from './_tagTester.js';\nimport { root } from './_setup.js';\n\nvar isFunction = tagTester('Function');\n\n// Optimize `isFunction` if appropriate. Work around some `typeof` bugs in old\n// v8, IE 11 (#1621), Safari 8 (#1929), and PhantomJS (#2236).\nvar nodelist = root.document && root.document.childNodes;\nif (typeof /./ != 'function' && typeof Int8Array != 'object' && typeof nodelist != 'function') {\n isFunction = function(obj) {\n return typeof obj == 'function' || false;\n };\n}\n\nexport default isFunction;\n","import tagTester from './_tagTester.js';\n\nexport default tagTester('Object');\n","import { supportsDataView } from './_setup.js';\nimport hasObjectTag from './_hasObjectTag.js';\n\n// In IE 10 - Edge 13, `DataView` has string tag `'[object Object]'`.\n// In IE 11, the most common among them, this problem also applies to\n// `Map`, `WeakMap` and `Set`.\nexport var hasStringTagBug = (\n supportsDataView && hasObjectTag(new DataView(new ArrayBuffer(8)))\n ),\n isIE11 = (typeof Map !== 'undefined' && hasObjectTag(new Map));\n","import tagTester from './_tagTester.js';\nimport isFunction from './isFunction.js';\nimport isArrayBuffer from './isArrayBuffer.js';\nimport { hasStringTagBug } from './_stringTagBug.js';\n\nvar isDataView = tagTester('DataView');\n\n// In IE 10 - Edge 13, we need a different heuristic\n// to determine whether an object is a `DataView`.\nfunction ie10IsDataView(obj) {\n return obj != null && isFunction(obj.getInt8) && isArrayBuffer(obj.buffer);\n}\n\nexport default (hasStringTagBug ? ie10IsDataView : isDataView);\n","import { nativeIsArray } from './_setup.js';\nimport tagTester from './_tagTester.js';\n\n// Is a given value an array?\n// Delegates to ECMA5's native `Array.isArray`.\nexport default nativeIsArray || tagTester('Array');\n","import { hasOwnProperty } from './_setup.js';\n\n// Internal function to check whether `key` is an own property name of `obj`.\nexport default function has(obj, key) {\n return obj != null && hasOwnProperty.call(obj, key);\n}\n","import tagTester from './_tagTester.js';\nimport has from './_has.js';\n\nvar isArguments = tagTester('Arguments');\n\n// Define a fallback version of the method in browsers (ahem, IE < 9), where\n// there isn't any inspectable \"Arguments\" type.\n(function() {\n if (!isArguments(arguments)) {\n isArguments = function(obj) {\n return has(obj, 'callee');\n };\n }\n}());\n\nexport default isArguments;\n","import { _isFinite } from './_setup.js';\nimport isSymbol from './isSymbol.js';\n\n// Is a given object a finite number?\nexport default function isFinite(obj) {\n return !isSymbol(obj) && _isFinite(obj) && !isNaN(parseFloat(obj));\n}\n","import { _isNaN } from './_setup.js';\nimport isNumber from './isNumber.js';\n\n// Is the given value `NaN`?\nexport default function isNaN(obj) {\n return isNumber(obj) && _isNaN(obj);\n}\n","// Predicate-generating function. Often useful outside of Underscore.\nexport default function constant(value) {\n return function() {\n return value;\n };\n}\n","import { MAX_ARRAY_INDEX } from './_setup.js';\n\n// Common internal logic for `isArrayLike` and `isBufferLike`.\nexport default function createSizePropertyCheck(getSizeProperty) {\n return function(collection) {\n var sizeProperty = getSizeProperty(collection);\n return typeof sizeProperty == 'number' && sizeProperty >= 0 && sizeProperty <= MAX_ARRAY_INDEX;\n }\n}\n","// Internal helper to generate a function to obtain property `key` from `obj`.\nexport default function shallowProperty(key) {\n return function(obj) {\n return obj == null ? void 0 : obj[key];\n };\n}\n","import shallowProperty from './_shallowProperty.js';\n\n// Internal helper to obtain the `byteLength` property of an object.\nexport default shallowProperty('byteLength');\n","import createSizePropertyCheck from './_createSizePropertyCheck.js';\nimport getByteLength from './_getByteLength.js';\n\n// Internal helper to determine whether we should spend extensive checks against\n// `ArrayBuffer` et al.\nexport default createSizePropertyCheck(getByteLength);\n","import { supportsArrayBuffer, nativeIsView, toString } from './_setup.js';\nimport isDataView from './isDataView.js';\nimport constant from './constant.js';\nimport isBufferLike from './_isBufferLike.js';\n\n// Is a given value a typed array?\nvar typedArrayPattern = /\\[object ((I|Ui)nt(8|16|32)|Float(32|64)|Uint8Clamped|Big(I|Ui)nt64)Array\\]/;\nfunction isTypedArray(obj) {\n // `ArrayBuffer.isView` is the most future-proof, so use it when available.\n // Otherwise, fall back on the above regular expression.\n return nativeIsView ? (nativeIsView(obj) && !isDataView(obj)) :\n isBufferLike(obj) && typedArrayPattern.test(toString.call(obj));\n}\n\nexport default supportsArrayBuffer ? isTypedArray : constant(false);\n","import shallowProperty from './_shallowProperty.js';\n\n// Internal helper to obtain the `length` property of an object.\nexport default shallowProperty('length');\n","import { nonEnumerableProps, ObjProto } from './_setup.js';\nimport isFunction from './isFunction.js';\nimport has from './_has.js';\n\n// Internal helper to create a simple lookup structure.\n// `collectNonEnumProps` used to depend on `_.contains`, but this led to\n// circular imports. `emulatedSet` is a one-off solution that only works for\n// arrays of strings.\nfunction emulatedSet(keys) {\n var hash = {};\n for (var l = keys.length, i = 0; i < l; ++i) hash[keys[i]] = true;\n return {\n contains: function(key) { return hash[key]; },\n push: function(key) {\n hash[key] = true;\n return keys.push(key);\n }\n };\n}\n\n// Internal helper. Checks `keys` for the presence of keys in IE < 9 that won't\n// be iterated by `for key in ...` and thus missed. Extends `keys` in place if\n// needed.\nexport default function collectNonEnumProps(obj, keys) {\n keys = emulatedSet(keys);\n var nonEnumIdx = nonEnumerableProps.length;\n var constructor = obj.constructor;\n var proto = isFunction(constructor) && constructor.prototype || ObjProto;\n\n // Constructor is a special case.\n var prop = 'constructor';\n if (has(obj, prop) && !keys.contains(prop)) keys.push(prop);\n\n while (nonEnumIdx--) {\n prop = nonEnumerableProps[nonEnumIdx];\n if (prop in obj && obj[prop] !== proto[prop] && !keys.contains(prop)) {\n keys.push(prop);\n }\n }\n}\n","import isObject from './isObject.js';\nimport { nativeKeys, hasEnumBug } from './_setup.js';\nimport has from './_has.js';\nimport collectNonEnumProps from './_collectNonEnumProps.js';\n\n// Retrieve the names of an object's own properties.\n// Delegates to **ECMAScript 5**'s native `Object.keys`.\nexport default function keys(obj) {\n if (!isObject(obj)) return [];\n if (nativeKeys) return nativeKeys(obj);\n var keys = [];\n for (var key in obj) if (has(obj, key)) keys.push(key);\n // Ahem, IE < 9.\n if (hasEnumBug) collectNonEnumProps(obj, keys);\n return keys;\n}\n","import getLength from './_getLength.js';\nimport isArray from './isArray.js';\nimport isString from './isString.js';\nimport isArguments from './isArguments.js';\nimport keys from './keys.js';\n\n// Is a given array, string, or object empty?\n// An \"empty\" object has no enumerable own-properties.\nexport default function isEmpty(obj) {\n if (obj == null) return true;\n // Skip the more expensive `toString`-based type checks if `obj` has no\n // `.length`.\n var length = getLength(obj);\n if (typeof length == 'number' && (\n isArray(obj) || isString(obj) || isArguments(obj)\n )) return length === 0;\n return getLength(keys(obj)) === 0;\n}\n","import keys from './keys.js';\n\n// Returns whether an object has a given set of `key:value` pairs.\nexport default function isMatch(object, attrs) {\n var _keys = keys(attrs), length = _keys.length;\n if (object == null) return !length;\n var obj = Object(object);\n for (var i = 0; i < length; i++) {\n var key = _keys[i];\n if (attrs[key] !== obj[key] || !(key in obj)) return false;\n }\n return true;\n}\n","import { VERSION } from './_setup.js';\n\n// If Underscore is called as a function, it returns a wrapped object that can\n// be used OO-style. This wrapper holds altered versions of all functions added\n// through `_.mixin`. Wrapped objects may be chained.\nexport default function _(obj) {\n if (obj instanceof _) return obj;\n if (!(this instanceof _)) return new _(obj);\n this._wrapped = obj;\n}\n\n_.VERSION = VERSION;\n\n// Extracts the result from a wrapped and chained object.\n_.prototype.value = function() {\n return this._wrapped;\n};\n\n// Provide unwrapping proxies for some methods used in engine operations\n// such as arithmetic and JSON stringification.\n_.prototype.valueOf = _.prototype.toJSON = _.prototype.value;\n\n_.prototype.toString = function() {\n return String(this._wrapped);\n};\n","import getByteLength from './_getByteLength.js';\n\n// Internal function to wrap or shallow-copy an ArrayBuffer,\n// typed array or DataView to a new view, reusing the buffer.\nexport default function toBufferView(bufferSource) {\n return new Uint8Array(\n bufferSource.buffer || bufferSource,\n bufferSource.byteOffset || 0,\n getByteLength(bufferSource)\n );\n}\n","import _ from './underscore.js';\nimport { toString, SymbolProto } from './_setup.js';\nimport getByteLength from './_getByteLength.js';\nimport isTypedArray from './isTypedArray.js';\nimport isFunction from './isFunction.js';\nimport { hasStringTagBug } from './_stringTagBug.js';\nimport isDataView from './isDataView.js';\nimport keys from './keys.js';\nimport has from './_has.js';\nimport toBufferView from './_toBufferView.js';\n\n// We use this string twice, so give it a name for minification.\nvar tagDataView = '[object DataView]';\n\n// Internal recursive comparison function for `_.isEqual`.\nfunction eq(a, b, aStack, bStack) {\n // Identical objects are equal. `0 === -0`, but they aren't identical.\n // See the [Harmony `egal` proposal](https://wiki.ecmascript.org/doku.php?id=harmony:egal).\n if (a === b) return a !== 0 || 1 / a === 1 / b;\n // `null` or `undefined` only equal to itself (strict comparison).\n if (a == null || b == null) return false;\n // `NaN`s are equivalent, but non-reflexive.\n if (a !== a) return b !== b;\n // Exhaust primitive checks\n var type = typeof a;\n if (type !== 'function' && type !== 'object' && typeof b != 'object') return false;\n return deepEq(a, b, aStack, bStack);\n}\n\n// Internal recursive comparison function for `_.isEqual`.\nfunction deepEq(a, b, aStack, bStack) {\n // Unwrap any wrapped objects.\n if (a instanceof _) a = a._wrapped;\n if (b instanceof _) b = b._wrapped;\n // Compare `[[Class]]` names.\n var className = toString.call(a);\n if (className !== toString.call(b)) return false;\n // Work around a bug in IE 10 - Edge 13.\n if (hasStringTagBug && className == '[object Object]' && isDataView(a)) {\n if (!isDataView(b)) return false;\n className = tagDataView;\n }\n switch (className) {\n // These types are compared by value.\n case '[object RegExp]':\n // RegExps are coerced to strings for comparison (Note: '' + /a/i === '/a/i')\n case '[object String]':\n // Primitives and their corresponding object wrappers are equivalent; thus, `\"5\"` is\n // equivalent to `new String(\"5\")`.\n return '' + a === '' + b;\n case '[object Number]':\n // `NaN`s are equivalent, but non-reflexive.\n // Object(NaN) is equivalent to NaN.\n if (+a !== +a) return +b !== +b;\n // An `egal` comparison is performed for other numeric values.\n return +a === 0 ? 1 / +a === 1 / b : +a === +b;\n case '[object Date]':\n case '[object Boolean]':\n // Coerce dates and booleans to numeric primitive values. Dates are compared by their\n // millisecond representations. Note that invalid dates with millisecond representations\n // of `NaN` are not equivalent.\n return +a === +b;\n case '[object Symbol]':\n return SymbolProto.valueOf.call(a) === SymbolProto.valueOf.call(b);\n case '[object ArrayBuffer]':\n case tagDataView:\n // Coerce to typed array so we can fall through.\n return deepEq(toBufferView(a), toBufferView(b), aStack, bStack);\n }\n\n var areArrays = className === '[object Array]';\n if (!areArrays && isTypedArray(a)) {\n var byteLength = getByteLength(a);\n if (byteLength !== getByteLength(b)) return false;\n if (a.buffer === b.buffer && a.byteOffset === b.byteOffset) return true;\n areArrays = true;\n }\n if (!areArrays) {\n if (typeof a != 'object' || typeof b != 'object') return false;\n\n // Objects with different constructors are not equivalent, but `Object`s or `Array`s\n // from different frames are.\n var aCtor = a.constructor, bCtor = b.constructor;\n if (aCtor !== bCtor && !(isFunction(aCtor) && aCtor instanceof aCtor &&\n isFunction(bCtor) && bCtor instanceof bCtor)\n && ('constructor' in a && 'constructor' in b)) {\n return false;\n }\n }\n // Assume equality for cyclic structures. The algorithm for detecting cyclic\n // structures is adapted from ES 5.1 section 15.12.3, abstract operation `JO`.\n\n // Initializing stack of traversed objects.\n // It's done here since we only need them for objects and arrays comparison.\n aStack = aStack || [];\n bStack = bStack || [];\n var length = aStack.length;\n while (length--) {\n // Linear search. Performance is inversely proportional to the number of\n // unique nested structures.\n if (aStack[length] === a) return bStack[length] === b;\n }\n\n // Add the first object to the stack of traversed objects.\n aStack.push(a);\n bStack.push(b);\n\n // Recursively compare objects and arrays.\n if (areArrays) {\n // Compare array lengths to determine if a deep comparison is necessary.\n length = a.length;\n if (length !== b.length) return false;\n // Deep compare the contents, ignoring non-numeric properties.\n while (length--) {\n if (!eq(a[length], b[length], aStack, bStack)) return false;\n }\n } else {\n // Deep compare objects.\n var _keys = keys(a), key;\n length = _keys.length;\n // Ensure that both objects contain the same number of properties before comparing deep equality.\n if (keys(b).length !== length) return false;\n while (length--) {\n // Deep compare each member\n key = _keys[length];\n if (!(has(b, key) && eq(a[key], b[key], aStack, bStack))) return false;\n }\n }\n // Remove the first object from the stack of traversed objects.\n aStack.pop();\n bStack.pop();\n return true;\n}\n\n// Perform a deep comparison to check if two objects are equal.\nexport default function isEqual(a, b) {\n return eq(a, b);\n}\n","import isObject from './isObject.js';\nimport { hasEnumBug } from './_setup.js';\nimport collectNonEnumProps from './_collectNonEnumProps.js';\n\n// Retrieve all the enumerable property names of an object.\nexport default function allKeys(obj) {\n if (!isObject(obj)) return [];\n var keys = [];\n for (var key in obj) keys.push(key);\n // Ahem, IE < 9.\n if (hasEnumBug) collectNonEnumProps(obj, keys);\n return keys;\n}\n","import getLength from './_getLength.js';\nimport isFunction from './isFunction.js';\nimport allKeys from './allKeys.js';\n\n// Since the regular `Object.prototype.toString` type tests don't work for\n// some types in IE 11, we use a fingerprinting heuristic instead, based\n// on the methods. It's not great, but it's the best we got.\n// The fingerprint method lists are defined below.\nexport function ie11fingerprint(methods) {\n var length = getLength(methods);\n return function(obj) {\n if (obj == null) return false;\n // `Map`, `WeakMap` and `Set` have no enumerable keys.\n var keys = allKeys(obj);\n if (getLength(keys)) return false;\n for (var i = 0; i < length; i++) {\n if (!isFunction(obj[methods[i]])) return false;\n }\n // If we are testing against `WeakMap`, we need to ensure that\n // `obj` doesn't have a `forEach` method in order to distinguish\n // it from a regular `Map`.\n return methods !== weakMapMethods || !isFunction(obj[forEachName]);\n };\n}\n\n// In the interest of compact minification, we write\n// each string in the fingerprints only once.\nvar forEachName = 'forEach',\n hasName = 'has',\n commonInit = ['clear', 'delete'],\n mapTail = ['get', hasName, 'set'];\n\n// `Map`, `WeakMap` and `Set` each have slightly different\n// combinations of the above sublists.\nexport var mapMethods = commonInit.concat(forEachName, mapTail),\n weakMapMethods = commonInit.concat(mapTail),\n setMethods = ['add'].concat(commonInit, forEachName, hasName);\n","import tagTester from './_tagTester.js';\nimport { isIE11 } from './_stringTagBug.js';\nimport { ie11fingerprint, mapMethods } from './_methodFingerprint.js';\n\nexport default isIE11 ? ie11fingerprint(mapMethods) : tagTester('Map');\n","import tagTester from './_tagTester.js';\nimport { isIE11 } from './_stringTagBug.js';\nimport { ie11fingerprint, weakMapMethods } from './_methodFingerprint.js';\n\nexport default isIE11 ? ie11fingerprint(weakMapMethods) : tagTester('WeakMap');\n","import tagTester from './_tagTester.js';\nimport { isIE11 } from './_stringTagBug.js';\nimport { ie11fingerprint, setMethods } from './_methodFingerprint.js';\n\nexport default isIE11 ? ie11fingerprint(setMethods) : tagTester('Set');\n","import tagTester from './_tagTester.js';\n\nexport default tagTester('WeakSet');\n","import keys from './keys.js';\n\n// Retrieve the values of an object's properties.\nexport default function values(obj) {\n var _keys = keys(obj);\n var length = _keys.length;\n var values = Array(length);\n for (var i = 0; i < length; i++) {\n values[i] = obj[_keys[i]];\n }\n return values;\n}\n","import keys from './keys.js';\n\n// Convert an object into a list of `[key, value]` pairs.\n// The opposite of `_.object` with one argument.\nexport default function pairs(obj) {\n var _keys = keys(obj);\n var length = _keys.length;\n var pairs = Array(length);\n for (var i = 0; i < length; i++) {\n pairs[i] = [_keys[i], obj[_keys[i]]];\n }\n return pairs;\n}\n","import keys from './keys.js';\n\n// Invert the keys and values of an object. The values must be serializable.\nexport default function invert(obj) {\n var result = {};\n var _keys = keys(obj);\n for (var i = 0, length = _keys.length; i < length; i++) {\n result[obj[_keys[i]]] = _keys[i];\n }\n return result;\n}\n","import isFunction from './isFunction.js';\n\n// Return a sorted list of the function names available on the object.\nexport default function functions(obj) {\n var names = [];\n for (var key in obj) {\n if (isFunction(obj[key])) names.push(key);\n }\n return names.sort();\n}\n","// An internal function for creating assigner functions.\nexport default function createAssigner(keysFunc, defaults) {\n return function(obj) {\n var length = arguments.length;\n if (defaults) obj = Object(obj);\n if (length < 2 || obj == null) return obj;\n for (var index = 1; index < length; index++) {\n var source = arguments[index],\n keys = keysFunc(source),\n l = keys.length;\n for (var i = 0; i < l; i++) {\n var key = keys[i];\n if (!defaults || obj[key] === void 0) obj[key] = source[key];\n }\n }\n return obj;\n };\n}\n","import createAssigner from './_createAssigner.js';\nimport allKeys from './allKeys.js';\n\n// Extend a given object with all the properties in passed-in object(s).\nexport default createAssigner(allKeys);\n","import createAssigner from './_createAssigner.js';\nimport keys from './keys.js';\n\n// Assigns a given object with all the own properties in the passed-in\n// object(s).\n// (https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Object/assign)\nexport default createAssigner(keys);\n","import createAssigner from './_createAssigner.js';\nimport allKeys from './allKeys.js';\n\n// Fill in a given object with default properties.\nexport default createAssigner(allKeys, true);\n","import isObject from './isObject.js';\nimport { nativeCreate } from './_setup.js';\n\n// Create a naked function reference for surrogate-prototype-swapping.\nfunction ctor() {\n return function(){};\n}\n\n// An internal function for creating a new object that inherits from another.\nexport default function baseCreate(prototype) {\n if (!isObject(prototype)) return {};\n if (nativeCreate) return nativeCreate(prototype);\n var Ctor = ctor();\n Ctor.prototype = prototype;\n var result = new Ctor;\n Ctor.prototype = null;\n return result;\n}\n","import baseCreate from './_baseCreate.js';\nimport extendOwn from './extendOwn.js';\n\n// Creates an object that inherits from the given prototype object.\n// If additional properties are provided then they will be added to the\n// created object.\nexport default function create(prototype, props) {\n var result = baseCreate(prototype);\n if (props) extendOwn(result, props);\n return result;\n}\n","import isObject from './isObject.js';\nimport isArray from './isArray.js';\nimport extend from './extend.js';\n\n// Create a (shallow-cloned) duplicate of an object.\nexport default function clone(obj) {\n if (!isObject(obj)) return obj;\n return isArray(obj) ? obj.slice() : extend({}, obj);\n}\n","// Invokes `interceptor` with the `obj` and then returns `obj`.\n// The primary purpose of this method is to \"tap into\" a method chain, in\n// order to perform operations on intermediate results within the chain.\nexport default function tap(obj, interceptor) {\n interceptor(obj);\n return obj;\n}\n","import _ from './underscore.js';\nimport isArray from './isArray.js';\n\n// Normalize a (deep) property `path` to array.\n// Like `_.iteratee`, this function can be customized.\nexport default function toPath(path) {\n return isArray(path) ? path : [path];\n}\n_.toPath = toPath;\n","import _ from './underscore.js';\nimport './toPath.js';\n\n// Internal wrapper for `_.toPath` to enable minification.\n// Similar to `cb` for `_.iteratee`.\nexport default function toPath(path) {\n return _.toPath(path);\n}\n","// Internal function to obtain a nested property in `obj` along `path`.\nexport default function deepGet(obj, path) {\n var length = path.length;\n for (var i = 0; i < length; i++) {\n if (obj == null) return void 0;\n obj = obj[path[i]];\n }\n return length ? obj : void 0;\n}\n","import toPath from './_toPath.js';\nimport deepGet from './_deepGet.js';\nimport isUndefined from './isUndefined.js';\n\n// Get the value of the (deep) property on `path` from `object`.\n// If any property in `path` does not exist or if the value is\n// `undefined`, return `defaultValue` instead.\n// The `path` is normalized through `_.toPath`.\nexport default function get(object, path, defaultValue) {\n var value = deepGet(object, toPath(path));\n return isUndefined(value) ? defaultValue : value;\n}\n","import _has from './_has.js';\nimport toPath from './_toPath.js';\n\n// Shortcut function for checking if an object has a given property directly on\n// itself (in other words, not on a prototype). Unlike the internal `has`\n// function, this public version can also traverse nested properties.\nexport default function has(obj, path) {\n path = toPath(path);\n var length = path.length;\n for (var i = 0; i < length; i++) {\n var key = path[i];\n if (!_has(obj, key)) return false;\n obj = obj[key];\n }\n return !!length;\n}\n","// Keep the identity function around for default iteratees.\nexport default function identity(value) {\n return value;\n}\n","import extendOwn from './extendOwn.js';\nimport isMatch from './isMatch.js';\n\n// Returns a predicate for checking whether an object has a given set of\n// `key:value` pairs.\nexport default function matcher(attrs) {\n attrs = extendOwn({}, attrs);\n return function(obj) {\n return isMatch(obj, attrs);\n };\n}\n","import deepGet from './_deepGet.js';\nimport toPath from './_toPath.js';\n\n// Creates a function that, when passed an object, will traverse that object’s\n// properties down the given `path`, specified as an array of keys or indices.\nexport default function property(path) {\n path = toPath(path);\n return function(obj) {\n return deepGet(obj, path);\n };\n}\n","// Internal function that returns an efficient (for current engines) version\n// of the passed-in callback, to be repeatedly applied in other Underscore\n// functions.\nexport default function optimizeCb(func, context, argCount) {\n if (context === void 0) return func;\n switch (argCount == null ? 3 : argCount) {\n case 1: return function(value) {\n return func.call(context, value);\n };\n // The 2-argument case is omitted because we’re not using it.\n case 3: return function(value, index, collection) {\n return func.call(context, value, index, collection);\n };\n case 4: return function(accumulator, value, index, collection) {\n return func.call(context, accumulator, value, index, collection);\n };\n }\n return function() {\n return func.apply(context, arguments);\n };\n}\n","import identity from './identity.js';\nimport isFunction from './isFunction.js';\nimport isObject from './isObject.js';\nimport isArray from './isArray.js';\nimport matcher from './matcher.js';\nimport property from './property.js';\nimport optimizeCb from './_optimizeCb.js';\n\n// An internal function to generate callbacks that can be applied to each\n// element in a collection, returning the desired result — either `_.identity`,\n// an arbitrary callback, a property matcher, or a property accessor.\nexport default function baseIteratee(value, context, argCount) {\n if (value == null) return identity;\n if (isFunction(value)) return optimizeCb(value, context, argCount);\n if (isObject(value) && !isArray(value)) return matcher(value);\n return property(value);\n}\n","import _ from './underscore.js';\nimport baseIteratee from './_baseIteratee.js';\n\n// External wrapper for our callback generator. Users may customize\n// `_.iteratee` if they want additional predicate/iteratee shorthand styles.\n// This abstraction hides the internal-only `argCount` argument.\nexport default function iteratee(value, context) {\n return baseIteratee(value, context, Infinity);\n}\n_.iteratee = iteratee;\n","import _ from './underscore.js';\nimport baseIteratee from './_baseIteratee.js';\nimport iteratee from './iteratee.js';\n\n// The function we call internally to generate a callback. It invokes\n// `_.iteratee` if overridden, otherwise `baseIteratee`.\nexport default function cb(value, context, argCount) {\n if (_.iteratee !== iteratee) return _.iteratee(value, context);\n return baseIteratee(value, context, argCount);\n}\n","import cb from './_cb.js';\nimport keys from './keys.js';\n\n// Returns the results of applying the `iteratee` to each element of `obj`.\n// In contrast to `_.map` it returns an object.\nexport default function mapObject(obj, iteratee, context) {\n iteratee = cb(iteratee, context);\n var _keys = keys(obj),\n length = _keys.length,\n results = {};\n for (var index = 0; index < length; index++) {\n var currentKey = _keys[index];\n results[currentKey] = iteratee(obj[currentKey], currentKey, obj);\n }\n return results;\n}\n","// Predicate-generating function. Often useful outside of Underscore.\nexport default function noop(){}\n","import noop from './noop.js';\nimport get from './get.js';\n\n// Generates a function for a given object that returns a given property.\nexport default function propertyOf(obj) {\n if (obj == null) return noop;\n return function(path) {\n return get(obj, path);\n };\n}\n","import optimizeCb from './_optimizeCb.js';\n\n// Run a function **n** times.\nexport default function times(n, iteratee, context) {\n var accum = Array(Math.max(0, n));\n iteratee = optimizeCb(iteratee, context, 1);\n for (var i = 0; i < n; i++) accum[i] = iteratee(i);\n return accum;\n}\n","// Return a random integer between `min` and `max` (inclusive).\nexport default function random(min, max) {\n if (max == null) {\n max = min;\n min = 0;\n }\n return min + Math.floor(Math.random() * (max - min + 1));\n}\n","// A (possibly faster) way to get the current timestamp as an integer.\nexport default Date.now || function() {\n return new Date().getTime();\n};\n","import keys from './keys.js';\n\n// Internal helper to generate functions for escaping and unescaping strings\n// to/from HTML interpolation.\nexport default function createEscaper(map) {\n var escaper = function(match) {\n return map[match];\n };\n // Regexes for identifying a key that needs to be escaped.\n var source = '(?:' + keys(map).join('|') + ')';\n var testRegexp = RegExp(source);\n var replaceRegexp = RegExp(source, 'g');\n return function(string) {\n string = string == null ? '' : '' + string;\n return testRegexp.test(string) ? string.replace(replaceRegexp, escaper) : string;\n };\n}\n","// Internal list of HTML entities for escaping.\nexport default {\n '&': '&amp;',\n '<': '&lt;',\n '>': '&gt;',\n '\"': '&quot;',\n \"'\": '&#x27;',\n '`': '&#x60;'\n};\n","import createEscaper from './_createEscaper.js';\nimport escapeMap from './_escapeMap.js';\n\n// Function for escaping strings to HTML interpolation.\nexport default createEscaper(escapeMap);\n","import createEscaper from './_createEscaper.js';\nimport unescapeMap from './_unescapeMap.js';\n\n// Function for unescaping strings from HTML interpolation.\nexport default createEscaper(unescapeMap);\n","import invert from './invert.js';\nimport escapeMap from './_escapeMap.js';\n\n// Internal list of HTML entities for unescaping.\nexport default invert(escapeMap);\n","import _ from './underscore.js';\n\n// By default, Underscore uses ERB-style template delimiters. Change the\n// following template settings to use alternative delimiters.\nexport default _.templateSettings = {\n evaluate: /<%([\\s\\S]+?)%>/g,\n interpolate: /<%=([\\s\\S]+?)%>/g,\n escape: /<%-([\\s\\S]+?)%>/g\n};\n","import defaults from './defaults.js';\nimport _ from './underscore.js';\nimport './templateSettings.js';\n\n// When customizing `_.templateSettings`, if you don't want to define an\n// interpolation, evaluation or escaping regex, we need one that is\n// guaranteed not to match.\nvar noMatch = /(.)^/;\n\n// Certain characters need to be escaped so that they can be put into a\n// string literal.\nvar escapes = {\n \"'\": \"'\",\n '\\\\': '\\\\',\n '\\r': 'r',\n '\\n': 'n',\n '\\u2028': 'u2028',\n '\\u2029': 'u2029'\n};\n\nvar escapeRegExp = /\\\\|'|\\r|\\n|\\u2028|\\u2029/g;\n\nfunction escapeChar(match) {\n return '\\\\' + escapes[match];\n}\n\n// JavaScript micro-templating, similar to John Resig's implementation.\n// Underscore templating handles arbitrary delimiters, preserves whitespace,\n// and correctly escapes quotes within interpolated code.\n// NB: `oldSettings` only exists for backwards compatibility.\nexport default function template(text, settings, oldSettings) {\n if (!settings && oldSettings) settings = oldSettings;\n settings = defaults({}, settings, _.templateSettings);\n\n // Combine delimiters into one regular expression via alternation.\n var matcher = RegExp([\n (settings.escape || noMatch).source,\n (settings.interpolate || noMatch).source,\n (settings.evaluate || noMatch).source\n ].join('|') + '|$', 'g');\n\n // Compile the template source, escaping string literals appropriately.\n var index = 0;\n var source = \"__p+='\";\n text.replace(matcher, function(match, escape, interpolate, evaluate, offset) {\n source += text.slice(index, offset).replace(escapeRegExp, escapeChar);\n index = offset + match.length;\n\n if (escape) {\n source += \"'+\\n((__t=(\" + escape + \"))==null?'':_.escape(__t))+\\n'\";\n } else if (interpolate) {\n source += \"'+\\n((__t=(\" + interpolate + \"))==null?'':__t)+\\n'\";\n } else if (evaluate) {\n source += \"';\\n\" + evaluate + \"\\n__p+='\";\n }\n\n // Adobe VMs need the match returned to produce the correct offset.\n return match;\n });\n source += \"';\\n\";\n\n // If a variable is not specified, place data values in local scope.\n if (!settings.variable) source = 'with(obj||{}){\\n' + source + '}\\n';\n\n source = \"var __t,__p='',__j=Array.prototype.join,\" +\n \"print=function(){__p+=__j.call(arguments,'');};\\n\" +\n source + 'return __p;\\n';\n\n var render;\n try {\n render = new Function(settings.variable || 'obj', '_', source);\n } catch (e) {\n e.source = source;\n throw e;\n }\n\n var template = function(data) {\n return render.call(this, data, _);\n };\n\n // Provide the compiled source as a convenience for precompilation.\n var argument = settings.variable || 'obj';\n template.source = 'function(' + argument + '){\\n' + source + '}';\n\n return template;\n}\n","import isFunction from './isFunction.js';\nimport toPath from './_toPath.js';\n\n// Traverses the children of `obj` along `path`. If a child is a function, it\n// is invoked with its parent as context. Returns the value of the final\n// child, or `fallback` if any child is undefined.\nexport default function result(obj, path, fallback) {\n path = toPath(path);\n var length = path.length;\n if (!length) {\n return isFunction(fallback) ? fallback.call(obj) : fallback;\n }\n for (var i = 0; i < length; i++) {\n var prop = obj == null ? void 0 : obj[path[i]];\n if (prop === void 0) {\n prop = fallback;\n i = length; // Ensure we don't continue iterating.\n }\n obj = isFunction(prop) ? prop.call(obj) : prop;\n }\n return obj;\n}\n","// Generate a unique integer id (unique within the entire client session).\n// Useful for temporary DOM ids.\nvar idCounter = 0;\nexport default function uniqueId(prefix) {\n var id = ++idCounter + '';\n return prefix ? prefix + id : id;\n}\n","import _ from './underscore.js';\n\n// Start chaining a wrapped Underscore object.\nexport default function chain(obj) {\n var instance = _(obj);\n instance._chain = true;\n return instance;\n}\n","import baseCreate from './_baseCreate.js';\nimport isObject from './isObject.js';\n\n// Internal function to execute `sourceFunc` bound to `context` with optional\n// `args`. Determines whether to execute a function as a constructor or as a\n// normal function.\nexport default function executeBound(sourceFunc, boundFunc, context, callingContext, args) {\n if (!(callingContext instanceof boundFunc)) return sourceFunc.apply(context, args);\n var self = baseCreate(sourceFunc.prototype);\n var result = sourceFunc.apply(self, args);\n if (isObject(result)) return result;\n return self;\n}\n","import restArguments from './restArguments.js';\nimport executeBound from './_executeBound.js';\nimport _ from './underscore.js';\n\n// Partially apply a function by creating a version that has had some of its\n// arguments pre-filled, without changing its dynamic `this` context. `_` acts\n// as a placeholder by default, allowing any combination of arguments to be\n// pre-filled. Set `_.partial.placeholder` for a custom placeholder argument.\nvar partial = restArguments(function(func, boundArgs) {\n var placeholder = partial.placeholder;\n var bound = function() {\n var position = 0, length = boundArgs.length;\n var args = Array(length);\n for (var i = 0; i < length; i++) {\n args[i] = boundArgs[i] === placeholder ? arguments[position++] : boundArgs[i];\n }\n while (position < arguments.length) args.push(arguments[position++]);\n return executeBound(func, bound, this, this, args);\n };\n return bound;\n});\n\npartial.placeholder = _;\nexport default partial;\n","import restArguments from './restArguments.js';\nimport isFunction from './isFunction.js';\nimport executeBound from './_executeBound.js';\n\n// Create a function bound to a given object (assigning `this`, and arguments,\n// optionally).\nexport default restArguments(function(func, context, args) {\n if (!isFunction(func)) throw new TypeError('Bind must be called on a function');\n var bound = restArguments(function(callArgs) {\n return executeBound(func, bound, context, this, args.concat(callArgs));\n });\n return bound;\n});\n","import createSizePropertyCheck from './_createSizePropertyCheck.js';\nimport getLength from './_getLength.js';\n\n// Internal helper for collection methods to determine whether a collection\n// should be iterated as an array or as an object.\n// Related: https://people.mozilla.org/~jorendorff/es6-draft.html#sec-tolength\n// Avoids a very nasty iOS 8 JIT bug on ARM-64. #2094\nexport default createSizePropertyCheck(getLength);\n","import getLength from './_getLength.js';\nimport isArrayLike from './_isArrayLike.js';\nimport isArray from './isArray.js';\nimport isArguments from './isArguments.js';\n\n// Internal implementation of a recursive `flatten` function.\nexport default function flatten(input, depth, strict, output) {\n output = output || [];\n if (!depth && depth !== 0) {\n depth = Infinity;\n } else if (depth <= 0) {\n return output.concat(input);\n }\n var idx = output.length;\n for (var i = 0, length = getLength(input); i < length; i++) {\n var value = input[i];\n if (isArrayLike(value) && (isArray(value) || isArguments(value))) {\n // Flatten current level of array or arguments object.\n if (depth > 1) {\n flatten(value, depth - 1, strict, output);\n idx = output.length;\n } else {\n var j = 0, len = value.length;\n while (j < len) output[idx++] = value[j++];\n }\n } else if (!strict) {\n output[idx++] = value;\n }\n }\n return output;\n}\n","import restArguments from './restArguments.js';\nimport flatten from './_flatten.js';\nimport bind from './bind.js';\n\n// Bind a number of an object's methods to that object. Remaining arguments\n// are the method names to be bound. Useful for ensuring that all callbacks\n// defined on an object belong to it.\nexport default restArguments(function(obj, keys) {\n keys = flatten(keys, false, false);\n var index = keys.length;\n if (index < 1) throw new Error('bindAll must be passed function names');\n while (index--) {\n var key = keys[index];\n obj[key] = bind(obj[key], obj);\n }\n return obj;\n});\n","import has from './_has.js';\n\n// Memoize an expensive function by storing its results.\nexport default function memoize(func, hasher) {\n var memoize = function(key) {\n var cache = memoize.cache;\n var address = '' + (hasher ? hasher.apply(this, arguments) : key);\n if (!has(cache, address)) cache[address] = func.apply(this, arguments);\n return cache[address];\n };\n memoize.cache = {};\n return memoize;\n}\n","import restArguments from './restArguments.js';\n\n// Delays a function for the given number of milliseconds, and then calls\n// it with the arguments supplied.\nexport default restArguments(function(func, wait, args) {\n return setTimeout(function() {\n return func.apply(null, args);\n }, wait);\n});\n","import partial from './partial.js';\nimport delay from './delay.js';\nimport _ from './underscore.js';\n\n// Defers a function, scheduling it to run after the current call stack has\n// cleared.\nexport default partial(delay, _, 1);\n","import now from './now.js';\n\n// Returns a function, that, when invoked, will only be triggered at most once\n// during a given window of time. Normally, the throttled function will run\n// as much as it can, without ever going more than once per `wait` duration;\n// but if you'd like to disable the execution on the leading edge, pass\n// `{leading: false}`. To disable execution on the trailing edge, ditto.\nexport default function throttle(func, wait, options) {\n var timeout, context, args, result;\n var previous = 0;\n if (!options) options = {};\n\n var later = function() {\n previous = options.leading === false ? 0 : now();\n timeout = null;\n result = func.apply(context, args);\n if (!timeout) context = args = null;\n };\n\n var throttled = function() {\n var _now = now();\n if (!previous && options.leading === false) previous = _now;\n var remaining = wait - (_now - previous);\n context = this;\n args = arguments;\n if (remaining <= 0 || remaining > wait) {\n if (timeout) {\n clearTimeout(timeout);\n timeout = null;\n }\n previous = _now;\n result = func.apply(context, args);\n if (!timeout) context = args = null;\n } else if (!timeout && options.trailing !== false) {\n timeout = setTimeout(later, remaining);\n }\n return result;\n };\n\n throttled.cancel = function() {\n clearTimeout(timeout);\n previous = 0;\n timeout = context = args = null;\n };\n\n return throttled;\n}\n","import restArguments from './restArguments.js';\nimport delay from './delay.js';\n\n// When a sequence of calls of the returned function ends, the argument\n// function is triggered. The end of a sequence is defined by the `wait`\n// parameter. If `immediate` is passed, the argument function will be\n// triggered at the beginning of the sequence instead of at the end.\nexport default function debounce(func, wait, immediate) {\n var timeout, result;\n\n var later = function(context, args) {\n timeout = null;\n if (args) result = func.apply(context, args);\n };\n\n var debounced = restArguments(function(args) {\n if (timeout) clearTimeout(timeout);\n if (immediate) {\n var callNow = !timeout;\n timeout = setTimeout(later, wait);\n if (callNow) result = func.apply(this, args);\n } else {\n timeout = delay(later, wait, this, args);\n }\n\n return result;\n });\n\n debounced.cancel = function() {\n clearTimeout(timeout);\n timeout = null;\n };\n\n return debounced;\n}\n","import partial from './partial.js';\n\n// Returns the first function passed as an argument to the second,\n// allowing you to adjust arguments, run code before and after, and\n// conditionally execute the original function.\nexport default function wrap(func, wrapper) {\n return partial(wrapper, func);\n}\n","// Returns a negated version of the passed-in predicate.\nexport default function negate(predicate) {\n return function() {\n return !predicate.apply(this, arguments);\n };\n}\n","// Returns a function that is the composition of a list of functions, each\n// consuming the return value of the function that follows.\nexport default function compose() {\n var args = arguments;\n var start = args.length - 1;\n return function() {\n var i = start;\n var result = args[start].apply(this, arguments);\n while (i--) result = args[i].call(this, result);\n return result;\n };\n}\n","// Returns a function that will only be executed on and after the Nth call.\nexport default function after(times, func) {\n return function() {\n if (--times < 1) {\n return func.apply(this, arguments);\n }\n };\n}\n","// Returns a function that will only be executed up to (but not including) the\n// Nth call.\nexport default function before(times, func) {\n var memo;\n return function() {\n if (--times > 0) {\n memo = func.apply(this, arguments);\n }\n if (times <= 1) func = null;\n return memo;\n };\n}\n","import partial from './partial.js';\nimport before from './before.js';\n\n// Returns a function that will be executed at most one time, no matter how\n// often you call it. Useful for lazy initialization.\nexport default partial(before, 2);\n","import cb from './_cb.js';\nimport keys from './keys.js';\n\n// Returns the first key on an object that passes a truth test.\nexport default function findKey(obj, predicate, context) {\n predicate = cb(predicate, context);\n var _keys = keys(obj), key;\n for (var i = 0, length = _keys.length; i < length; i++) {\n key = _keys[i];\n if (predicate(obj[key], key, obj)) return key;\n }\n}\n","import cb from './_cb.js';\nimport getLength from './_getLength.js';\n\n// Internal function to generate `_.findIndex` and `_.findLastIndex`.\nexport default function createPredicateIndexFinder(dir) {\n return function(array, predicate, context) {\n predicate = cb(predicate, context);\n var length = getLength(array);\n var index = dir > 0 ? 0 : length - 1;\n for (; index >= 0 && index < length; index += dir) {\n if (predicate(array[index], index, array)) return index;\n }\n return -1;\n };\n}\n","import createPredicateIndexFinder from './_createPredicateIndexFinder.js';\n\n// Returns the first index on an array-like that passes a truth test.\nexport default createPredicateIndexFinder(1);\n","import createPredicateIndexFinder from './_createPredicateIndexFinder.js';\n\n// Returns the last index on an array-like that passes a truth test.\nexport default createPredicateIndexFinder(-1);\n","import cb from './_cb.js';\nimport getLength from './_getLength.js';\n\n// Use a comparator function to figure out the smallest index at which\n// an object should be inserted so as to maintain order. Uses binary search.\nexport default function sortedIndex(array, obj, iteratee, context) {\n iteratee = cb(iteratee, context, 1);\n var value = iteratee(obj);\n var low = 0, high = getLength(array);\n while (low < high) {\n var mid = Math.floor((low + high) / 2);\n if (iteratee(array[mid]) < value) low = mid + 1; else high = mid;\n }\n return low;\n}\n","import getLength from './_getLength.js';\nimport { slice } from './_setup.js';\nimport isNaN from './isNaN.js';\n\n// Internal function to generate the `_.indexOf` and `_.lastIndexOf` functions.\nexport default function createIndexFinder(dir, predicateFind, sortedIndex) {\n return function(array, item, idx) {\n var i = 0, length = getLength(array);\n if (typeof idx == 'number') {\n if (dir > 0) {\n i = idx >= 0 ? idx : Math.max(idx + length, i);\n } else {\n length = idx >= 0 ? Math.min(idx + 1, length) : idx + length + 1;\n }\n } else if (sortedIndex && idx && length) {\n idx = sortedIndex(array, item);\n return array[idx] === item ? idx : -1;\n }\n if (item !== item) {\n idx = predicateFind(slice.call(array, i, length), isNaN);\n return idx >= 0 ? idx + i : -1;\n }\n for (idx = dir > 0 ? i : length - 1; idx >= 0 && idx < length; idx += dir) {\n if (array[idx] === item) return idx;\n }\n return -1;\n };\n}\n","import sortedIndex from './sortedIndex.js';\nimport findIndex from './findIndex.js';\nimport createIndexFinder from './_createIndexFinder.js';\n\n// Return the position of the first occurrence of an item in an array,\n// or -1 if the item is not included in the array.\n// If the array is large and already in sort order, pass `true`\n// for **isSorted** to use binary search.\nexport default createIndexFinder(1, findIndex, sortedIndex);\n","import findLastIndex from './findLastIndex.js';\nimport createIndexFinder from './_createIndexFinder.js';\n\n// Return the position of the last occurrence of an item in an array,\n// or -1 if the item is not included in the array.\nexport default createIndexFinder(-1, findLastIndex);\n","import isArrayLike from './_isArrayLike.js';\nimport findIndex from './findIndex.js';\nimport findKey from './findKey.js';\n\n// Return the first value which passes a truth test.\nexport default function find(obj, predicate, context) {\n var keyFinder = isArrayLike(obj) ? findIndex : findKey;\n var key = keyFinder(obj, predicate, context);\n if (key !== void 0 && key !== -1) return obj[key];\n}\n","import find from './find.js';\nimport matcher from './matcher.js';\n\n// Convenience version of a common use case of `_.find`: getting the first\n// object containing specific `key:value` pairs.\nexport default function findWhere(obj, attrs) {\n return find(obj, matcher(attrs));\n}\n","import optimizeCb from './_optimizeCb.js';\nimport isArrayLike from './_isArrayLike.js';\nimport keys from './keys.js';\n\n// The cornerstone for collection functions, an `each`\n// implementation, aka `forEach`.\n// Handles raw objects in addition to array-likes. Treats all\n// sparse array-likes as if they were dense.\nexport default function each(obj, iteratee, context) {\n iteratee = optimizeCb(iteratee, context);\n var i, length;\n if (isArrayLike(obj)) {\n for (i = 0, length = obj.length; i < length; i++) {\n iteratee(obj[i], i, obj);\n }\n } else {\n var _keys = keys(obj);\n for (i = 0, length = _keys.length; i < length; i++) {\n iteratee(obj[_keys[i]], _keys[i], obj);\n }\n }\n return obj;\n}\n","import cb from './_cb.js';\nimport isArrayLike from './_isArrayLike.js';\nimport keys from './keys.js';\n\n// Return the results of applying the iteratee to each element.\nexport default function map(obj, iteratee, context) {\n iteratee = cb(iteratee, context);\n var _keys = !isArrayLike(obj) && keys(obj),\n length = (_keys || obj).length,\n results = Array(length);\n for (var index = 0; index < length; index++) {\n var currentKey = _keys ? _keys[index] : index;\n results[index] = iteratee(obj[currentKey], currentKey, obj);\n }\n return results;\n}\n","import isArrayLike from './_isArrayLike.js';\nimport keys from './keys.js';\nimport optimizeCb from './_optimizeCb.js';\n\n// Internal helper to create a reducing function, iterating left or right.\nexport default function createReduce(dir) {\n // Wrap code that reassigns argument variables in a separate function than\n // the one that accesses `arguments.length` to avoid a perf hit. (#1991)\n var reducer = function(obj, iteratee, memo, initial) {\n var _keys = !isArrayLike(obj) && keys(obj),\n length = (_keys || obj).length,\n index = dir > 0 ? 0 : length - 1;\n if (!initial) {\n memo = obj[_keys ? _keys[index] : index];\n index += dir;\n }\n for (; index >= 0 && index < length; index += dir) {\n var currentKey = _keys ? _keys[index] : index;\n memo = iteratee(memo, obj[currentKey], currentKey, obj);\n }\n return memo;\n };\n\n return function(obj, iteratee, memo, context) {\n var initial = arguments.length >= 3;\n return reducer(obj, optimizeCb(iteratee, context, 4), memo, initial);\n };\n}\n","import createReduce from './_createReduce.js';\n\n// **Reduce** builds up a single result from a list of values, aka `inject`,\n// or `foldl`.\nexport default createReduce(1);\n","import createReduce from './_createReduce.js';\n\n// The right-associative version of reduce, also known as `foldr`.\nexport default createReduce(-1);\n","import cb from './_cb.js';\nimport each from './each.js';\n\n// Return all the elements that pass a truth test.\nexport default function filter(obj, predicate, context) {\n var results = [];\n predicate = cb(predicate, context);\n each(obj, function(value, index, list) {\n if (predicate(value, index, list)) results.push(value);\n });\n return results;\n}\n","import filter from './filter.js';\nimport negate from './negate.js';\nimport cb from './_cb.js';\n\n// Return all the elements for which a truth test fails.\nexport default function reject(obj, predicate, context) {\n return filter(obj, negate(cb(predicate)), context);\n}\n","import cb from './_cb.js';\nimport isArrayLike from './_isArrayLike.js';\nimport keys from './keys.js';\n\n// Determine whether all of the elements pass a truth test.\nexport default function every(obj, predicate, context) {\n predicate = cb(predicate, context);\n var _keys = !isArrayLike(obj) && keys(obj),\n length = (_keys || obj).length;\n for (var index = 0; index < length; index++) {\n var currentKey = _keys ? _keys[index] : index;\n if (!predicate(obj[currentKey], currentKey, obj)) return false;\n }\n return true;\n}\n","import cb from './_cb.js';\nimport isArrayLike from './_isArrayLike.js';\nimport keys from './keys.js';\n\n// Determine if at least one element in the object passes a truth test.\nexport default function some(obj, predicate, context) {\n predicate = cb(predicate, context);\n var _keys = !isArrayLike(obj) && keys(obj),\n length = (_keys || obj).length;\n for (var index = 0; index < length; index++) {\n var currentKey = _keys ? _keys[index] : index;\n if (predicate(obj[currentKey], currentKey, obj)) return true;\n }\n return false;\n}\n","import isArrayLike from './_isArrayLike.js';\nimport values from './values.js';\nimport indexOf from './indexOf.js';\n\n// Determine if the array or object contains a given item (using `===`).\nexport default function contains(obj, item, fromIndex, guard) {\n if (!isArrayLike(obj)) obj = values(obj);\n if (typeof fromIndex != 'number' || guard) fromIndex = 0;\n return indexOf(obj, item, fromIndex) >= 0;\n}\n","import restArguments from './restArguments.js';\nimport isFunction from './isFunction.js';\nimport map from './map.js';\nimport deepGet from './_deepGet.js';\nimport toPath from './_toPath.js';\n\n// Invoke a method (with arguments) on every item in a collection.\nexport default restArguments(function(obj, path, args) {\n var contextPath, func;\n if (isFunction(path)) {\n func = path;\n } else {\n path = toPath(path);\n contextPath = path.slice(0, -1);\n path = path[path.length - 1];\n }\n return map(obj, function(context) {\n var method = func;\n if (!method) {\n if (contextPath && contextPath.length) {\n context = deepGet(context, contextPath);\n }\n if (context == null) return void 0;\n method = context[path];\n }\n return method == null ? method : method.apply(context, args);\n });\n});\n","import map from './map.js';\nimport property from './property.js';\n\n// Convenience version of a common use case of `_.map`: fetching a property.\nexport default function pluck(obj, key) {\n return map(obj, property(key));\n}\n","import filter from './filter.js';\nimport matcher from './matcher.js';\n\n// Convenience version of a common use case of `_.filter`: selecting only\n// objects containing specific `key:value` pairs.\nexport default function where(obj, attrs) {\n return filter(obj, matcher(attrs));\n}\n","import isArrayLike from './_isArrayLike.js';\nimport values from './values.js';\nimport cb from './_cb.js';\nimport each from './each.js';\n\n// Return the maximum element (or element-based computation).\nexport default function max(obj, iteratee, context) {\n var result = -Infinity, lastComputed = -Infinity,\n value, computed;\n if (iteratee == null || typeof iteratee == 'number' && typeof obj[0] != 'object' && obj != null) {\n obj = isArrayLike(obj) ? obj : values(obj);\n for (var i = 0, length = obj.length; i < length; i++) {\n value = obj[i];\n if (value != null && value > result) {\n result = value;\n }\n }\n } else {\n iteratee = cb(iteratee, context);\n each(obj, function(v, index, list) {\n computed = iteratee(v, index, list);\n if (computed > lastComputed || computed === -Infinity && result === -Infinity) {\n result = v;\n lastComputed = computed;\n }\n });\n }\n return result;\n}\n","import isArrayLike from './_isArrayLike.js';\nimport values from './values.js';\nimport cb from './_cb.js';\nimport each from './each.js';\n\n// Return the minimum element (or element-based computation).\nexport default function min(obj, iteratee, context) {\n var result = Infinity, lastComputed = Infinity,\n value, computed;\n if (iteratee == null || typeof iteratee == 'number' && typeof obj[0] != 'object' && obj != null) {\n obj = isArrayLike(obj) ? obj : values(obj);\n for (var i = 0, length = obj.length; i < length; i++) {\n value = obj[i];\n if (value != null && value < result) {\n result = value;\n }\n }\n } else {\n iteratee = cb(iteratee, context);\n each(obj, function(v, index, list) {\n computed = iteratee(v, index, list);\n if (computed < lastComputed || computed === Infinity && result === Infinity) {\n result = v;\n lastComputed = computed;\n }\n });\n }\n return result;\n}\n","import isArrayLike from './_isArrayLike.js';\nimport clone from './clone.js';\nimport values from './values.js';\nimport getLength from './_getLength.js';\nimport random from './random.js';\n\n// Sample **n** random values from a collection using the modern version of the\n// [Fisher-Yates shuffle](https://en.wikipedia.org/wiki/Fisher–Yates_shuffle).\n// If **n** is not specified, returns a single random element.\n// The internal `guard` argument allows it to work with `_.map`.\nexport default function sample(obj, n, guard) {\n if (n == null || guard) {\n if (!isArrayLike(obj)) obj = values(obj);\n return obj[random(obj.length - 1)];\n }\n var sample = isArrayLike(obj) ? clone(obj) : values(obj);\n var length = getLength(sample);\n n = Math.max(Math.min(n, length), 0);\n var last = length - 1;\n for (var index = 0; index < n; index++) {\n var rand = random(index, last);\n var temp = sample[index];\n sample[index] = sample[rand];\n sample[rand] = temp;\n }\n return sample.slice(0, n);\n}\n","import sample from './sample.js';\n\n// Shuffle a collection.\nexport default function shuffle(obj) {\n return sample(obj, Infinity);\n}\n","import cb from './_cb.js';\nimport pluck from './pluck.js';\nimport map from './map.js';\n\n// Sort the object's values by a criterion produced by an iteratee.\nexport default function sortBy(obj, iteratee, context) {\n var index = 0;\n iteratee = cb(iteratee, context);\n return pluck(map(obj, function(value, key, list) {\n return {\n value: value,\n index: index++,\n criteria: iteratee(value, key, list)\n };\n }).sort(function(left, right) {\n var a = left.criteria;\n var b = right.criteria;\n if (a !== b) {\n if (a > b || a === void 0) return 1;\n if (a < b || b === void 0) return -1;\n }\n return left.index - right.index;\n }), 'value');\n}\n","import cb from './_cb.js';\nimport each from './each.js';\n\n// An internal function used for aggregate \"group by\" operations.\nexport default function group(behavior, partition) {\n return function(obj, iteratee, context) {\n var result = partition ? [[], []] : {};\n iteratee = cb(iteratee, context);\n each(obj, function(value, index) {\n var key = iteratee(value, index, obj);\n behavior(result, value, key);\n });\n return result;\n };\n}\n","import group from './_group.js';\nimport has from './_has.js';\n\n// Groups the object's values by a criterion. Pass either a string attribute\n// to group by, or a function that returns the criterion.\nexport default group(function(result, value, key) {\n if (has(result, key)) result[key].push(value); else result[key] = [value];\n});\n","import group from './_group.js';\n\n// Indexes the object's values by a criterion, similar to `_.groupBy`, but for\n// when you know that your index values will be unique.\nexport default group(function(result, value, key) {\n result[key] = value;\n});\n","import group from './_group.js';\nimport has from './_has.js';\n\n// Counts instances of an object that group by a certain criterion. Pass\n// either a string attribute to count by, or a function that returns the\n// criterion.\nexport default group(function(result, value, key) {\n if (has(result, key)) result[key]++; else result[key] = 1;\n});\n","import group from './_group.js';\n\n// Split a collection into two arrays: one whose elements all pass the given\n// truth test, and one whose elements all do not pass the truth test.\nexport default group(function(result, value, pass) {\n result[pass ? 0 : 1].push(value);\n}, true);\n","import isArray from './isArray.js';\nimport { slice } from './_setup.js';\nimport isString from './isString.js';\nimport isArrayLike from './_isArrayLike.js';\nimport map from './map.js';\nimport identity from './identity.js';\nimport values from './values.js';\n\n// Safely create a real, live array from anything iterable.\nvar reStrSymbol = /[^\\ud800-\\udfff]|[\\ud800-\\udbff][\\udc00-\\udfff]|[\\ud800-\\udfff]/g;\nexport default function toArray(obj) {\n if (!obj) return [];\n if (isArray(obj)) return slice.call(obj);\n if (isString(obj)) {\n // Keep surrogate pair characters together.\n return obj.match(reStrSymbol);\n }\n if (isArrayLike(obj)) return map(obj, identity);\n return values(obj);\n}\n","import isArrayLike from './_isArrayLike.js';\nimport keys from './keys.js';\n\n// Return the number of elements in a collection.\nexport default function size(obj) {\n if (obj == null) return 0;\n return isArrayLike(obj) ? obj.length : keys(obj).length;\n}\n","// Internal `_.pick` helper function to determine whether `key` is an enumerable\n// property name of `obj`.\nexport default function keyInObj(value, key, obj) {\n return key in obj;\n}\n","import restArguments from './restArguments.js';\nimport isFunction from './isFunction.js';\nimport optimizeCb from './_optimizeCb.js';\nimport allKeys from './allKeys.js';\nimport keyInObj from './_keyInObj.js';\nimport flatten from './_flatten.js';\n\n// Return a copy of the object only containing the allowed properties.\nexport default restArguments(function(obj, keys) {\n var result = {}, iteratee = keys[0];\n if (obj == null) return result;\n if (isFunction(iteratee)) {\n if (keys.length > 1) iteratee = optimizeCb(iteratee, keys[1]);\n keys = allKeys(obj);\n } else {\n iteratee = keyInObj;\n keys = flatten(keys, false, false);\n obj = Object(obj);\n }\n for (var i = 0, length = keys.length; i < length; i++) {\n var key = keys[i];\n var value = obj[key];\n if (iteratee(value, key, obj)) result[key] = value;\n }\n return result;\n});\n","import restArguments from './restArguments.js';\nimport isFunction from './isFunction.js';\nimport negate from './negate.js';\nimport map from './map.js';\nimport flatten from './_flatten.js';\nimport contains from './contains.js';\nimport pick from './pick.js';\n\n// Return a copy of the object without the disallowed properties.\nexport default restArguments(function(obj, keys) {\n var iteratee = keys[0], context;\n if (isFunction(iteratee)) {\n iteratee = negate(iteratee);\n if (keys.length > 1) context = keys[1];\n } else {\n keys = map(flatten(keys, false, false), String);\n iteratee = function(value, key) {\n return !contains(keys, key);\n };\n }\n return pick(obj, iteratee, context);\n});\n","import { slice } from './_setup.js';\n\n// Returns everything but the last entry of the array. Especially useful on\n// the arguments object. Passing **n** will return all the values in\n// the array, excluding the last N.\nexport default function initial(array, n, guard) {\n return slice.call(array, 0, Math.max(0, array.length - (n == null || guard ? 1 : n)));\n}\n","import initial from './initial.js';\n\n// Get the first element of an array. Passing **n** will return the first N\n// values in the array. The **guard** check allows it to work with `_.map`.\nexport default function first(array, n, guard) {\n if (array == null || array.length < 1) return n == null || guard ? void 0 : [];\n if (n == null || guard) return array[0];\n return initial(array, array.length - n);\n}\n","import { slice } from './_setup.js';\n\n// Returns everything but the first entry of the `array`. Especially useful on\n// the `arguments` object. Passing an **n** will return the rest N values in the\n// `array`.\nexport default function rest(array, n, guard) {\n return slice.call(array, n == null || guard ? 1 : n);\n}\n","import rest from './rest.js';\n\n// Get the last element of an array. Passing **n** will return the last N\n// values in the array.\nexport default function last(array, n, guard) {\n if (array == null || array.length < 1) return n == null || guard ? void 0 : [];\n if (n == null || guard) return array[array.length - 1];\n return rest(array, Math.max(0, array.length - n));\n}\n","import filter from './filter.js';\n\n// Trim out all falsy values from an array.\nexport default function compact(array) {\n return filter(array, Boolean);\n}\n","import _flatten from './_flatten.js';\n\n// Flatten out an array, either recursively (by default), or up to `depth`.\n// Passing `true` or `false` as `depth` means `1` or `Infinity`, respectively.\nexport default function flatten(array, depth) {\n return _flatten(array, depth, false);\n}\n","import restArguments from './restArguments.js';\nimport flatten from './_flatten.js';\nimport filter from './filter.js';\nimport contains from './contains.js';\n\n// Take the difference between one array and a number of other arrays.\n// Only the elements present in just the first array will remain.\nexport default restArguments(function(array, rest) {\n rest = flatten(rest, true, true);\n return filter(array, function(value){\n return !contains(rest, value);\n });\n});\n","import restArguments from './restArguments.js';\nimport difference from './difference.js';\n\n// Return a version of the array that does not contain the specified value(s).\nexport default restArguments(function(array, otherArrays) {\n return difference(array, otherArrays);\n});\n","import isBoolean from './isBoolean.js';\nimport cb from './_cb.js';\nimport getLength from './_getLength.js';\nimport contains from './contains.js';\n\n// Produce a duplicate-free version of the array. If the array has already\n// been sorted, you have the option of using a faster algorithm.\n// The faster algorithm will not work with an iteratee if the iteratee\n// is not a one-to-one function, so providing an iteratee will disable\n// the faster algorithm.\nexport default function uniq(array, isSorted, iteratee, context) {\n if (!isBoolean(isSorted)) {\n context = iteratee;\n iteratee = isSorted;\n isSorted = false;\n }\n if (iteratee != null) iteratee = cb(iteratee, context);\n var result = [];\n var seen = [];\n for (var i = 0, length = getLength(array); i < length; i++) {\n var value = array[i],\n computed = iteratee ? iteratee(value, i, array) : value;\n if (isSorted && !iteratee) {\n if (!i || seen !== computed) result.push(value);\n seen = computed;\n } else if (iteratee) {\n if (!contains(seen, computed)) {\n seen.push(computed);\n result.push(value);\n }\n } else if (!contains(result, value)) {\n result.push(value);\n }\n }\n return result;\n}\n","import restArguments from './restArguments.js';\nimport uniq from './uniq.js';\nimport flatten from './_flatten.js';\n\n// Produce an array that contains the union: each distinct element from all of\n// the passed-in arrays.\nexport default restArguments(function(arrays) {\n return uniq(flatten(arrays, true, true));\n});\n","import getLength from './_getLength.js';\nimport contains from './contains.js';\n\n// Produce an array that contains every item shared between all the\n// passed-in arrays.\nexport default function intersection(array) {\n var result = [];\n var argsLength = arguments.length;\n for (var i = 0, length = getLength(array); i < length; i++) {\n var item = array[i];\n if (contains(result, item)) continue;\n var j;\n for (j = 1; j < argsLength; j++) {\n if (!contains(arguments[j], item)) break;\n }\n if (j === argsLength) result.push(item);\n }\n return result;\n}\n","import max from './max.js';\nimport getLength from './_getLength.js';\nimport pluck from './pluck.js';\n\n// Complement of zip. Unzip accepts an array of arrays and groups\n// each array's elements on shared indices.\nexport default function unzip(array) {\n var length = array && max(array, getLength).length || 0;\n var result = Array(length);\n\n for (var index = 0; index < length; index++) {\n result[index] = pluck(array, index);\n }\n return result;\n}\n","import restArguments from './restArguments.js';\nimport unzip from './unzip.js';\n\n// Zip together multiple lists into a single array -- elements that share\n// an index go together.\nexport default restArguments(unzip);\n","import getLength from './_getLength.js';\n\n// Converts lists into objects. Pass either a single array of `[key, value]`\n// pairs, or two parallel arrays of the same length -- one of keys, and one of\n// the corresponding values. Passing by pairs is the reverse of `_.pairs`.\nexport default function object(list, values) {\n var result = {};\n for (var i = 0, length = getLength(list); i < length; i++) {\n if (values) {\n result[list[i]] = values[i];\n } else {\n result[list[i][0]] = list[i][1];\n }\n }\n return result;\n}\n","// Generate an integer Array containing an arithmetic progression. A port of\n// the native Python `range()` function. See\n// [the Python documentation](https://docs.python.org/library/functions.html#range).\nexport default function range(start, stop, step) {\n if (stop == null) {\n stop = start || 0;\n start = 0;\n }\n if (!step) {\n step = stop < start ? -1 : 1;\n }\n\n var length = Math.max(Math.ceil((stop - start) / step), 0);\n var range = Array(length);\n\n for (var idx = 0; idx < length; idx++, start += step) {\n range[idx] = start;\n }\n\n return range;\n}\n","import { slice } from './_setup.js';\n\n// Chunk a single array into multiple arrays, each containing `count` or fewer\n// items.\nexport default function chunk(array, count) {\n if (count == null || count < 1) return [];\n var result = [];\n var i = 0, length = array.length;\n while (i < length) {\n result.push(slice.call(array, i, i += count));\n }\n return result;\n}\n","import _ from './underscore.js';\n\n// Helper function to continue chaining intermediate results.\nexport default function chainResult(instance, obj) {\n return instance._chain ? _(obj).chain() : obj;\n}\n","import _ from './underscore.js';\nimport each from './each.js';\nimport functions from './functions.js';\nimport { push } from './_setup.js';\nimport chainResult from './_chainResult.js';\n\n// Add your own custom functions to the Underscore object.\nexport default function mixin(obj) {\n each(functions(obj), function(name) {\n var func = _[name] = obj[name];\n _.prototype[name] = function() {\n var args = [this._wrapped];\n push.apply(args, arguments);\n return chainResult(this, func.apply(_, args));\n };\n });\n return _;\n}\n","import _ from './underscore.js';\nimport each from './each.js';\nimport { ArrayProto } from './_setup.js';\nimport chainResult from './_chainResult.js';\n\n// Add all mutator `Array` functions to the wrapper.\neach(['pop', 'push', 'reverse', 'shift', 'sort', 'splice', 'unshift'], function(name) {\n var method = ArrayProto[name];\n _.prototype[name] = function() {\n var obj = this._wrapped;\n if (obj != null) {\n method.apply(obj, arguments);\n if ((name === 'shift' || name === 'splice') && obj.length === 0) {\n delete obj[0];\n }\n }\n return chainResult(this, obj);\n };\n});\n\n// Add all accessor `Array` functions to the wrapper.\neach(['concat', 'join', 'slice'], function(name) {\n var method = ArrayProto[name];\n _.prototype[name] = function() {\n var obj = this._wrapped;\n if (obj != null) obj = method.apply(obj, arguments);\n return chainResult(this, obj);\n };\n});\n\nexport default _;\n","// Default Export\n// ==============\n// In this module, we mix our bundled exports into the `_` object and export\n// the result. This is analogous to setting `module.exports = _` in CommonJS.\n// Hence, this module is also the entry point of our UMD bundle and the package\n// entry point for CommonJS and AMD users. In other words, this is (the source\n// of) the module you are interfacing with when you do any of the following:\n//\n// ```js\n// // CommonJS\n// var _ = require('underscore');\n//\n// // AMD\n// define(['underscore'], function(_) {...});\n//\n// // UMD in the browser\n// // _ is available as a global variable\n// ```\nimport * as allExports from './index.js';\nimport { mixin } from './index.js';\n\n// Add all of the Underscore functions to the wrapper object.\nvar _ = mixin(allExports);\n// Legacy Node.js API.\n_._ = _;\n// Export the Underscore API.\nexport default _;\n","/**\n * Copyright (c) 2015\n *\n * @author Bjoern Schiessle <bjoern@schiessle.org>\n * @author John Molakvoæ <skjnldsv@protonmail.com>\n * @author Julius Härtl <jus@bitgrid.net>\n * @author Lukas Reschke <lukas@statuscode.ch>\n * @author Michael Jobst <mjobst+github@tecratech.de>\n * @author Robin Appelman <robin@icewind.nl>\n * @author Roeland Jago Douma <roeland@famdouma.nl>\n * @author Thomas Citharel <nextcloud@tcit.fr>\n * @author Tomasz Grobelny <tomasz@grobelny.net>\n * @author Vincent Petry <vincent@nextcloud.com>\n * @author Vinicius Cubas Brand <vinicius@eita.org.br>\n *\n * @license GNU AGPL version 3 or any later version\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see <http://www.gnu.org/licenses/>.\n *\n */\n\n/* eslint-disable */\nimport escapeHTML from 'escape-html'\n\n/* global dav */\n\n(function(OC, FileInfo) {\n\t/**\n\t * @class OC.Files.Client\n\t * @classdesc Client to access files on the server\n\t *\n\t * @param {Object} options\n\t * @param {String} options.host host name\n\t * @param {int} [options.port] port\n\t * @param {boolean} [options.useHTTPS] whether to use https\n\t * @param {String} [options.root] root path\n\t * @param {String} [options.userName] user name\n\t * @param {String} [options.password] password\n\t *\n\t * @since 8.2\n\t */\n\tvar Client = function(options) {\n\t\tthis._root = options.root\n\t\tif (this._root.charAt(this._root.length - 1) === '/') {\n\t\t\tthis._root = this._root.substr(0, this._root.length - 1)\n\t\t}\n\n\t\tlet url = Client.PROTOCOL_HTTP + '://'\n\t\tif (options.useHTTPS) {\n\t\t\turl = Client.PROTOCOL_HTTPS + '://'\n\t\t}\n\n\t\turl += options.host + this._root\n\t\tthis._host = options.host\n\t\tthis._defaultHeaders = options.defaultHeaders || {\n\t\t\t'X-Requested-With': 'XMLHttpRequest',\n\t\t\t'requesttoken': OC.requestToken,\n\t\t}\n\t\tthis._baseUrl = url\n\n\t\tconst clientOptions = {\n\t\t\tbaseUrl: this._baseUrl,\n\t\t\txmlNamespaces: {\n\t\t\t\t'DAV:': 'd',\n\t\t\t\t'http://owncloud.org/ns': 'oc',\n\t\t\t\t'http://nextcloud.org/ns': 'nc',\n\t\t\t\t'http://open-collaboration-services.org/ns': 'ocs',\n\t\t\t},\n\t\t}\n\t\tif (options.userName) {\n\t\t\tclientOptions.userName = options.userName\n\t\t}\n\t\tif (options.password) {\n\t\t\tclientOptions.password = options.password\n\t\t}\n\t\tthis._client = new dav.Client(clientOptions)\n\t\tthis._client.xhrProvider = _.bind(this._xhrProvider, this)\n\t\tthis._fileInfoParsers = []\n\t}\n\n\tClient.NS_OWNCLOUD = 'http://owncloud.org/ns'\n\tClient.NS_NEXTCLOUD = 'http://nextcloud.org/ns'\n\tClient.NS_DAV = 'DAV:'\n\tClient.NS_OCS = 'http://open-collaboration-services.org/ns'\n\n\tClient.PROPERTY_GETLASTMODIFIED\t= '{' + Client.NS_DAV + '}getlastmodified'\n\tClient.PROPERTY_GETETAG\t= '{' + Client.NS_DAV + '}getetag'\n\tClient.PROPERTY_GETCONTENTTYPE\t= '{' + Client.NS_DAV + '}getcontenttype'\n\tClient.PROPERTY_RESOURCETYPE\t= '{' + Client.NS_DAV + '}resourcetype'\n\tClient.PROPERTY_INTERNAL_FILEID\t= '{' + Client.NS_OWNCLOUD + '}fileid'\n\tClient.PROPERTY_PERMISSIONS\t= '{' + Client.NS_OWNCLOUD + '}permissions'\n\tClient.PROPERTY_SIZE\t= '{' + Client.NS_OWNCLOUD + '}size'\n\tClient.PROPERTY_GETCONTENTLENGTH\t= '{' + Client.NS_DAV + '}getcontentlength'\n\tClient.PROPERTY_ISENCRYPTED\t= '{' + Client.NS_DAV + '}is-encrypted'\n\tClient.PROPERTY_SHARE_PERMISSIONS\t= '{' + Client.NS_OCS + '}share-permissions'\n\tClient.PROPERTY_QUOTA_AVAILABLE_BYTES\t= '{' + Client.NS_DAV + '}quota-available-bytes'\n\n\tClient.PROTOCOL_HTTP\t= 'http'\n\tClient.PROTOCOL_HTTPS\t= 'https'\n\n\tClient._PROPFIND_PROPERTIES = [\n\t\t/**\n\t\t * Modified time\n\t\t */\n\t\t[Client.NS_DAV, 'getlastmodified'],\n\t\t/**\n\t\t * Etag\n\t\t */\n\t\t[Client.NS_DAV, 'getetag'],\n\t\t/**\n\t\t * Mime type\n\t\t */\n\t\t[Client.NS_DAV, 'getcontenttype'],\n\t\t/**\n\t\t * Resource type \"collection\" for folders, empty otherwise\n\t\t */\n\t\t[Client.NS_DAV, 'resourcetype'],\n\t\t/**\n\t\t * File id\n\t\t */\n\t\t[Client.NS_OWNCLOUD, 'fileid'],\n\t\t/**\n\t\t * Letter-coded permissions\n\t\t */\n\t\t[Client.NS_OWNCLOUD, 'permissions'],\n\t\t// [Client.NS_OWNCLOUD, 'downloadURL'],\n\t\t/**\n\t\t * Folder sizes\n\t\t */\n\t\t[Client.NS_OWNCLOUD, 'size'],\n\t\t/**\n\t\t * File sizes\n\t\t */\n\t\t[Client.NS_DAV, 'getcontentlength'],\n\t\t[Client.NS_DAV, 'quota-available-bytes'],\n\t\t/**\n\t\t * Preview availability\n\t\t */\n\t\t[Client.NS_NEXTCLOUD, 'has-preview'],\n\t\t/**\n\t\t * Mount type\n\t\t */\n\t\t[Client.NS_NEXTCLOUD, 'mount-type'],\n\t\t/**\n\t\t * Encryption state\n\t\t */\n\t\t[Client.NS_NEXTCLOUD, 'is-encrypted'],\n\t\t/**\n\t\t * Share permissions\n\t\t */\n\t\t[Client.NS_OCS, 'share-permissions'],\n\t]\n\n\t/**\n\t * @memberof OC.Files\n\t */\n\tClient.prototype = {\n\n\t\t/**\n\t\t * Root path of the Webdav endpoint\n\t\t *\n\t\t * @type string\n\t\t */\n\t\t_root: null,\n\n\t\t/**\n\t\t * Client from the library\n\t\t *\n\t\t * @type dav.Client\n\t\t */\n\t\t_client: null,\n\n\t\t/**\n\t\t * Array of file info parsing functions.\n\t\t *\n\t\t * @type Array<OC.Files.Client~parseFileInfo>\n\t\t */\n\t\t_fileInfoParsers: [],\n\n\t\t/**\n\t\t * Returns the configured XHR provider for davclient\n\t\t * @returns {XMLHttpRequest}\n\t\t */\n\t\t_xhrProvider: function() {\n\t\t\tconst headers = this._defaultHeaders\n\t\t\tconst xhr = new XMLHttpRequest()\n\t\t\tconst oldOpen = xhr.open\n\t\t\t// override open() method to add headers\n\t\t\txhr.open = function() {\n\t\t\t\tconst result = oldOpen.apply(this, arguments)\n\t\t\t\t_.each(headers, function(value, key) {\n\t\t\t\t\txhr.setRequestHeader(key, value)\n\t\t\t\t})\n\t\t\t\treturn result\n\t\t\t}\n\n\t\t\tOC.registerXHRForErrorProcessing(xhr)\n\t\t\treturn xhr\n\t\t},\n\n\t\t/**\n\t\t * Prepends the base url to the given path sections\n\t\t *\n\t\t * @param {...String} path sections\n\t\t *\n\t\t * @returns {String} base url + joined path, any leading or trailing slash\n\t\t * will be kept\n\t\t */\n\t\t_buildUrl: function() {\n\t\t\tlet path = this._buildPath.apply(this, arguments)\n\t\t\tif (path.charAt([path.length - 1]) === '/') {\n\t\t\t\tpath = path.substr(0, path.length - 1)\n\t\t\t}\n\t\t\tif (path.charAt(0) === '/') {\n\t\t\t\tpath = path.substr(1)\n\t\t\t}\n\t\t\treturn this._baseUrl + '/' + path\n\t\t},\n\n\t\t/**\n\t\t * Append the path to the root and also encode path\n\t\t * sections\n\t\t *\n\t\t * @param {...String} path sections\n\t\t *\n\t\t * @returns {String} joined path, any leading or trailing slash\n\t\t * will be kept\n\t\t */\n\t\t_buildPath: function() {\n\t\t\tlet path = OC.joinPaths.apply(this, arguments)\n\t\t\tconst sections = path.split('/')\n\t\t\tlet i\n\t\t\tfor (i = 0; i < sections.length; i++) {\n\t\t\t\tsections[i] = encodeURIComponent(sections[i])\n\t\t\t}\n\t\t\tpath = sections.join('/')\n\t\t\treturn path\n\t\t},\n\n\t\t/**\n\t\t * Parse headers string into a map\n\t\t *\n\t\t * @param {string} headersString headers list as string\n\t\t *\n\t\t * @returns {Object.<String,Array>} map of header name to header contents\n\t\t */\n\t\t_parseHeaders: function(headersString) {\n\t\t\tconst headerRows = headersString.split('\\n')\n\t\t\tconst headers = {}\n\t\t\tfor (let i = 0; i < headerRows.length; i++) {\n\t\t\t\tconst sepPos = headerRows[i].indexOf(':')\n\t\t\t\tif (sepPos < 0) {\n\t\t\t\t\tcontinue\n\t\t\t\t}\n\n\t\t\t\tconst headerName = headerRows[i].substr(0, sepPos)\n\t\t\t\tconst headerValue = headerRows[i].substr(sepPos + 2)\n\n\t\t\t\tif (!headers[headerName]) {\n\t\t\t\t\t// make it an array\n\t\t\t\t\theaders[headerName] = []\n\t\t\t\t}\n\n\t\t\t\theaders[headerName].push(headerValue)\n\t\t\t}\n\t\t\treturn headers\n\t\t},\n\n\t\t/**\n\t\t * Parses the etag response which is in double quotes.\n\t\t *\n\t\t * @param {string} etag etag value in double quotes\n\t\t *\n\t\t * @returns {string} etag without double quotes\n\t\t */\n\t\t_parseEtag: function(etag) {\n\t\t\tif (etag.charAt(0) === '\"') {\n\t\t\t\treturn etag.split('\"')[1]\n\t\t\t}\n\t\t\treturn etag\n\t\t},\n\n\t\t/**\n\t\t * Parse Webdav result\n\t\t *\n\t\t * @param {Object} response XML object\n\t\t *\n\t\t * @returns {Array.<FileInfo>} array of file info\n\t\t */\n\t\t_parseFileInfo: function(response) {\n\t\t\tlet path = decodeURIComponent(response.href)\n\t\t\tif (path.substr(0, this._root.length) === this._root) {\n\t\t\t\tpath = path.substr(this._root.length)\n\t\t\t}\n\n\t\t\tif (path.charAt(path.length - 1) === '/') {\n\t\t\t\tpath = path.substr(0, path.length - 1)\n\t\t\t}\n\n\t\t\tif (response.propStat.length === 0 || response.propStat[0].status !== 'HTTP/1.1 200 OK') {\n\t\t\t\treturn null\n\t\t\t}\n\n\t\t\tconst props = response.propStat[0].properties\n\n\t\t\tconst data = {\n\t\t\t\tid: props[Client.PROPERTY_INTERNAL_FILEID],\n\t\t\t\tpath: OC.dirname(path) || '/',\n\t\t\t\tname: OC.basename(path),\n\t\t\t\tmtime: (new Date(props[Client.PROPERTY_GETLASTMODIFIED])).getTime(),\n\t\t\t}\n\n\t\t\tconst etagProp = props[Client.PROPERTY_GETETAG]\n\t\t\tif (!_.isUndefined(etagProp)) {\n\t\t\t\tdata.etag = this._parseEtag(etagProp)\n\t\t\t}\n\n\t\t\tlet sizeProp = props[Client.PROPERTY_GETCONTENTLENGTH]\n\t\t\tif (!_.isUndefined(sizeProp)) {\n\t\t\t\tdata.size = parseInt(sizeProp, 10)\n\t\t\t}\n\n\t\t\tsizeProp = props[Client.PROPERTY_SIZE]\n\t\t\tif (!_.isUndefined(sizeProp)) {\n\t\t\t\tdata.size = parseInt(sizeProp, 10)\n\t\t\t}\n\n\t\t\tconst hasPreviewProp = props['{' + Client.NS_NEXTCLOUD + '}has-preview']\n\t\t\tif (!_.isUndefined(hasPreviewProp)) {\n\t\t\t\tdata.hasPreview = hasPreviewProp === 'true'\n\t\t\t} else {\n\t\t\t\tdata.hasPreview = true\n\t\t\t}\n\n\t\t\tconst isEncryptedProp = props['{' + Client.NS_NEXTCLOUD + '}is-encrypted']\n\t\t\tif (!_.isUndefined(isEncryptedProp)) {\n\t\t\t\tdata.isEncrypted = isEncryptedProp === '1'\n\t\t\t} else {\n\t\t\t\tdata.isEncrypted = false\n\t\t\t}\n\n\t\t\tconst isFavouritedProp = props['{' + Client.NS_OWNCLOUD + '}favorite']\n\t\t\tif (!_.isUndefined(isFavouritedProp)) {\n\t\t\t\tdata.isFavourited = isFavouritedProp === '1'\n\t\t\t} else {\n\t\t\t\tdata.isFavourited = false\n\t\t\t}\n\n\t\t\tconst contentType = props[Client.PROPERTY_GETCONTENTTYPE]\n\t\t\tif (!_.isUndefined(contentType)) {\n\t\t\t\tdata.mimetype = contentType\n\t\t\t}\n\n\t\t\tconst resType = props[Client.PROPERTY_RESOURCETYPE]\n\t\t\tif (!data.mimetype && resType) {\n\t\t\t\tconst xmlvalue = resType[0]\n\t\t\t\tif (xmlvalue.namespaceURI === Client.NS_DAV && xmlvalue.nodeName.split(':')[1] === 'collection') {\n\t\t\t\t\tdata.mimetype = 'httpd/unix-directory'\n\t\t\t\t}\n\t\t\t}\n\n\t\t\tdata.permissions = OC.PERMISSION_NONE\n\t\t\tconst permissionProp = props[Client.PROPERTY_PERMISSIONS]\n\t\t\tif (!_.isUndefined(permissionProp)) {\n\t\t\t\tconst permString = permissionProp || ''\n\t\t\t\tdata.mountType = null\n\t\t\t\tfor (let i = 0; i < permString.length; i++) {\n\t\t\t\t\tconst c = permString.charAt(i)\n\t\t\t\t\tswitch (c) {\n\t\t\t\t\t// FIXME: twisted permissions\n\t\t\t\t\tcase 'C':\n\t\t\t\t\tcase 'K':\n\t\t\t\t\t\tdata.permissions |= OC.PERMISSION_CREATE\n\t\t\t\t\t\tbreak\n\t\t\t\t\tcase 'G':\n\t\t\t\t\t\tdata.permissions |= OC.PERMISSION_READ\n\t\t\t\t\t\tbreak\n\t\t\t\t\tcase 'W':\n\t\t\t\t\tcase 'N':\n\t\t\t\t\tcase 'V':\n\t\t\t\t\t\tdata.permissions |= OC.PERMISSION_UPDATE\n\t\t\t\t\t\tbreak\n\t\t\t\t\tcase 'D':\n\t\t\t\t\t\tdata.permissions |= OC.PERMISSION_DELETE\n\t\t\t\t\t\tbreak\n\t\t\t\t\tcase 'R':\n\t\t\t\t\t\tdata.permissions |= OC.PERMISSION_SHARE\n\t\t\t\t\t\tbreak\n\t\t\t\t\tcase 'M':\n\t\t\t\t\t\tif (!data.mountType) {\n\t\t\t\t\t\t\t// TODO: how to identify external-root ?\n\t\t\t\t\t\t\tdata.mountType = 'external'\n\t\t\t\t\t\t}\n\t\t\t\t\t\tbreak\n\t\t\t\t\tcase 'S':\n\t\t\t\t\t\t// TODO: how to identify shared-root ?\n\t\t\t\t\t\tdata.mountType = 'shared'\n\t\t\t\t\t\tbreak\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\n\t\t\tconst sharePermissionsProp = props[Client.PROPERTY_SHARE_PERMISSIONS]\n\t\t\tif (!_.isUndefined(sharePermissionsProp)) {\n\t\t\t\tdata.sharePermissions = parseInt(sharePermissionsProp)\n\t\t\t}\n\n\t\t\tconst mounTypeProp = props['{' + Client.NS_NEXTCLOUD + '}mount-type']\n\t\t\tif (!_.isUndefined(mounTypeProp)) {\n\t\t\t\tdata.mountType = mounTypeProp\n\t\t\t}\n\n\t\t\tconst quotaAvailableBytes = props['{' + Client.NS_DAV + '}quota-available-bytes']\n\t\t\tif (!_.isUndefined(quotaAvailableBytes)) {\n\t\t\t\tdata.quotaAvailableBytes = quotaAvailableBytes\n\t\t\t}\n\n\t\t\t// extend the parsed data using the custom parsers\n\t\t\t_.each(this._fileInfoParsers, function(parserFunction) {\n\t\t\t\t_.extend(data, parserFunction(response, data) || {})\n\t\t\t})\n\n\t\t\treturn new FileInfo(data)\n\t\t},\n\n\t\t/**\n\t\t * Parse Webdav multistatus\n\t\t *\n\t\t * @param {Array} responses\n\t\t */\n\t\t_parseResult: function(responses) {\n\t\t\tconst self = this\n\t\t\treturn _.map(responses, function(response) {\n\t\t\t\treturn self._parseFileInfo(response)\n\t\t\t})\n\t\t},\n\n\t\t/**\n\t\t * Returns whether the given status code means success\n\t\t *\n\t\t * @param {int} status status code\n\t\t *\n\t\t * @returns true if status code is between 200 and 299 included\n\t\t */\n\t\t_isSuccessStatus: function(status) {\n\t\t\treturn status >= 200 && status <= 299\n\t\t},\n\n\t\t/**\n\t\t * Parse the Sabre exception out of the given response, if any\n\t\t *\n\t\t * @param {Object} response object\n\t\t * @returns {Object} array of parsed message and exception (only the first one)\n\t\t */\n\t\t_getSabreException: function(response) {\n\t\t\tconst result = {}\n\t\t\tconst xml = response.xhr.responseXML\n\t\t\tif (xml === null) {\n\t\t\t\treturn result\n\t\t\t}\n\t\t\tconst messages = xml.getElementsByTagNameNS('http://sabredav.org/ns', 'message')\n\t\t\tconst exceptions = xml.getElementsByTagNameNS('http://sabredav.org/ns', 'exception')\n\t\t\tif (messages.length) {\n\t\t\t\tresult.message = messages[0].textContent\n\t\t\t}\n\t\t\tif (exceptions.length) {\n\t\t\t\tresult.exception = exceptions[0].textContent\n\t\t\t}\n\t\t\treturn result\n\t\t},\n\n\t\t/**\n\t\t * Returns the default PROPFIND properties to use during a call.\n\t\t *\n\t\t * @returns {Array.<Object>} array of properties\n\t\t */\n\t\tgetPropfindProperties: function() {\n\t\t\tif (!this._propfindProperties) {\n\t\t\t\tthis._propfindProperties = _.map(Client._PROPFIND_PROPERTIES, function(propDef) {\n\t\t\t\t\treturn '{' + propDef[0] + '}' + propDef[1]\n\t\t\t\t})\n\t\t\t}\n\t\t\treturn this._propfindProperties\n\t\t},\n\n\t\t/**\n\t\t * Lists the contents of a directory\n\t\t *\n\t\t * @param {String} path path to retrieve\n\t\t * @param {Object} [options] options\n\t\t * @param {boolean} [options.includeParent=false] set to true to keep\n\t\t * the parent folder in the result list\n\t\t * @param {Array} [options.properties] list of Webdav properties to retrieve\n\t\t *\n\t\t * @returns {Promise} promise\n\t\t */\n\t\tgetFolderContents: function(path, options) {\n\t\t\tif (!path) {\n\t\t\t\tpath = ''\n\t\t\t}\n\t\t\toptions = options || {}\n\t\t\tconst self = this\n\t\t\tconst deferred = $.Deferred()\n\t\t\tconst promise = deferred.promise()\n\t\t\tlet properties\n\t\t\tif (_.isUndefined(options.properties)) {\n\t\t\t\tproperties = this.getPropfindProperties()\n\t\t\t} else {\n\t\t\t\tproperties = options.properties\n\t\t\t}\n\n\t\t\tthis._client.propFind(\n\t\t\t\tthis._buildUrl(path),\n\t\t\t\tproperties,\n\t\t\t\t1\n\t\t\t).then(function(result) {\n\t\t\t\tif (self._isSuccessStatus(result.status)) {\n\t\t\t\t\tconst results = self._parseResult(result.body)\n\t\t\t\t\tif (!options || !options.includeParent) {\n\t\t\t\t\t\t// remove root dir, the first entry\n\t\t\t\t\t\tresults.shift()\n\t\t\t\t\t}\n\t\t\t\t\tdeferred.resolve(result.status, results)\n\t\t\t\t} else {\n\t\t\t\t\tresult = _.extend(result, self._getSabreException(result))\n\t\t\t\t\tdeferred.reject(result.status, result)\n\t\t\t\t}\n\t\t\t})\n\t\t\treturn promise\n\t\t},\n\n\t\t/**\n\t\t * Fetches a flat list of files filtered by a given filter criteria.\n\t\t * (currently system tags and circles are supported)\n\t\t *\n\t\t * @param {Object} filter filter criteria\n\t\t * @param {Object} [filter.systemTagIds] list of system tag ids to filter by\n\t\t * @param {bool} [filter.favorite] set it to filter by favorites\n\t\t * @param {Object} [options] options\n\t\t * @param {Array} [options.properties] list of Webdav properties to retrieve\n\t\t *\n\t\t * @returns {Promise} promise\n\t\t */\n\t\tgetFilteredFiles: function(filter, options) {\n\t\t\toptions = options || {}\n\t\t\tconst self = this\n\t\t\tconst deferred = $.Deferred()\n\t\t\tconst promise = deferred.promise()\n\t\t\tlet properties\n\t\t\tif (_.isUndefined(options.properties)) {\n\t\t\t\tproperties = this.getPropfindProperties()\n\t\t\t} else {\n\t\t\t\tproperties = options.properties\n\t\t\t}\n\n\t\t\tif (!filter\n\t\t\t\t|| (!filter.systemTagIds && _.isUndefined(filter.favorite) && !filter.circlesIds)) {\n\t\t\t\tthrow 'Missing filter argument'\n\t\t\t}\n\n\t\t\t// root element with namespaces\n\t\t\tlet body = '<oc:filter-files '\n\t\t\tlet namespace\n\t\t\tfor (namespace in this._client.xmlNamespaces) {\n\t\t\t\tbody += ' xmlns:' + this._client.xmlNamespaces[namespace] + '=\"' + namespace + '\"'\n\t\t\t}\n\t\t\tbody += '>\\n'\n\n\t\t\t// properties query\n\t\t\tbody += ' <' + this._client.xmlNamespaces['DAV:'] + ':prop>\\n'\n\t\t\t_.each(properties, function(prop) {\n\t\t\t\tconst property = self._client.parseClarkNotation(prop)\n\t\t\t\tbody += ' <' + self._client.xmlNamespaces[property.namespace] + ':' + property.name + ' />\\n'\n\t\t\t})\n\n\t\t\tbody += ' </' + this._client.xmlNamespaces['DAV:'] + ':prop>\\n'\n\n\t\t\t// rules block\n\t\t\tbody +=\t' <oc:filter-rules>\\n'\n\t\t\t_.each(filter.systemTagIds, function(systemTagIds) {\n\t\t\t\tbody += ' <oc:systemtag>' + escapeHTML(systemTagIds) + '</oc:systemtag>\\n'\n\t\t\t})\n\t\t\t_.each(filter.circlesIds, function(circlesIds) {\n\t\t\t\tbody += ' <oc:circle>' + escapeHTML(circlesIds) + '</oc:circle>\\n'\n\t\t\t})\n\t\t\tif (filter.favorite) {\n\t\t\t\tbody += ' <oc:favorite>' + (filter.favorite ? '1' : '0') + '</oc:favorite>\\n'\n\t\t\t}\n\t\t\tbody += ' </oc:filter-rules>\\n'\n\n\t\t\t// end of root\n\t\t\tbody += '</oc:filter-files>\\n'\n\n\t\t\tthis._client.request(\n\t\t\t\t'REPORT',\n\t\t\t\tthis._buildUrl(),\n\t\t\t\t{},\n\t\t\t\tbody\n\t\t\t).then(function(result) {\n\t\t\t\tif (self._isSuccessStatus(result.status)) {\n\t\t\t\t\tconst results = self._parseResult(result.body)\n\t\t\t\t\tdeferred.resolve(result.status, results)\n\t\t\t\t} else {\n\t\t\t\t\tresult = _.extend(result, self._getSabreException(result))\n\t\t\t\t\tdeferred.reject(result.status, result)\n\t\t\t\t}\n\t\t\t})\n\t\t\treturn promise\n\t\t},\n\n\t\t/**\n\t\t * Returns the file info of a given path.\n\t\t *\n\t\t * @param {String} path path\n\t\t * @param {Array} [options.properties] list of Webdav properties to retrieve\n\t\t *\n\t\t * @returns {Promise} promise\n\t\t */\n\t\tgetFileInfo: function(path, options) {\n\t\t\tif (!path) {\n\t\t\t\tpath = ''\n\t\t\t}\n\t\t\toptions = options || {}\n\t\t\tconst self = this\n\t\t\tconst deferred = $.Deferred()\n\t\t\tconst promise = deferred.promise()\n\t\t\tlet properties\n\t\t\tif (_.isUndefined(options.properties)) {\n\t\t\t\tproperties = this.getPropfindProperties()\n\t\t\t} else {\n\t\t\t\tproperties = options.properties\n\t\t\t}\n\n\t\t\t// TODO: headers\n\t\t\tthis._client.propFind(\n\t\t\t\tthis._buildUrl(path),\n\t\t\t\tproperties,\n\t\t\t\t0\n\t\t\t).then(\n\t\t\t\tfunction(result) {\n\t\t\t\t\tif (self._isSuccessStatus(result.status)) {\n\t\t\t\t\t\tdeferred.resolve(result.status, self._parseResult([result.body])[0])\n\t\t\t\t\t} else {\n\t\t\t\t\t\tresult = _.extend(result, self._getSabreException(result))\n\t\t\t\t\t\tdeferred.reject(result.status, result)\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t)\n\t\t\treturn promise\n\t\t},\n\n\t\t/**\n\t\t * Returns the contents of the given file.\n\t\t *\n\t\t * @param {String} path path to file\n\t\t *\n\t\t * @returns {Promise}\n\t\t */\n\t\tgetFileContents: function(path) {\n\t\t\tif (!path) {\n\t\t\t\tthrow 'Missing argument \"path\"'\n\t\t\t}\n\t\t\tconst self = this\n\t\t\tconst deferred = $.Deferred()\n\t\t\tconst promise = deferred.promise()\n\n\t\t\tthis._client.request(\n\t\t\t\t'GET',\n\t\t\t\tthis._buildUrl(path)\n\t\t\t).then(\n\t\t\t\tfunction(result) {\n\t\t\t\t\tif (self._isSuccessStatus(result.status)) {\n\t\t\t\t\t\tdeferred.resolve(result.status, result.body)\n\t\t\t\t\t} else {\n\t\t\t\t\t\tresult = _.extend(result, self._getSabreException(result))\n\t\t\t\t\t\tdeferred.reject(result.status, result)\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t)\n\t\t\treturn promise\n\t\t},\n\n\t\t/**\n\t\t * Puts the given data into the given file.\n\t\t *\n\t\t * @param {String} path path to file\n\t\t * @param {String} body file body\n\t\t * @param {Object} [options]\n\t\t * @param {String} [options.contentType='text/plain'] content type\n\t\t * @param {bool} [options.overwrite=true] whether to overwrite an existing file\n\t\t *\n\t\t * @returns {Promise}\n\t\t */\n\t\tputFileContents: function(path, body, options) {\n\t\t\tif (!path) {\n\t\t\t\tthrow 'Missing argument \"path\"'\n\t\t\t}\n\t\t\tconst self = this\n\t\t\tconst deferred = $.Deferred()\n\t\t\tconst promise = deferred.promise()\n\t\t\toptions = options || {}\n\t\t\tconst headers = {}\n\t\t\tlet contentType = 'text/plain;charset=utf-8'\n\t\t\tif (options.contentType) {\n\t\t\t\tcontentType = options.contentType\n\t\t\t}\n\n\t\t\theaders['Content-Type'] = contentType\n\n\t\t\tif (_.isUndefined(options.overwrite) || options.overwrite) {\n\t\t\t\t// will trigger 412 precondition failed if a file already exists\n\t\t\t\theaders['If-None-Match'] = '*'\n\t\t\t}\n\n\t\t\tthis._client.request(\n\t\t\t\t'PUT',\n\t\t\t\tthis._buildUrl(path),\n\t\t\t\theaders,\n\t\t\t\tbody || ''\n\t\t\t).then(\n\t\t\t\tfunction(result) {\n\t\t\t\t\tif (self._isSuccessStatus(result.status)) {\n\t\t\t\t\t\tdeferred.resolve(result.status)\n\t\t\t\t\t} else {\n\t\t\t\t\t\tresult = _.extend(result, self._getSabreException(result))\n\t\t\t\t\t\tdeferred.reject(result.status, result)\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t)\n\t\t\treturn promise\n\t\t},\n\n\t\t_simpleCall: function(method, path) {\n\t\t\tif (!path) {\n\t\t\t\tthrow 'Missing argument \"path\"'\n\t\t\t}\n\n\t\t\tconst self = this\n\t\t\tconst deferred = $.Deferred()\n\t\t\tconst promise = deferred.promise()\n\n\t\t\tthis._client.request(\n\t\t\t\tmethod,\n\t\t\t\tthis._buildUrl(path)\n\t\t\t).then(\n\t\t\t\tfunction(result) {\n\t\t\t\t\tif (self._isSuccessStatus(result.status)) {\n\t\t\t\t\t\tdeferred.resolve(result.status)\n\t\t\t\t\t} else {\n\t\t\t\t\t\tresult = _.extend(result, self._getSabreException(result))\n\t\t\t\t\t\tdeferred.reject(result.status, result)\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t)\n\t\t\treturn promise\n\t\t},\n\n\t\t/**\n\t\t * Creates a directory\n\t\t *\n\t\t * @param {String} path path to create\n\t\t *\n\t\t * @returns {Promise}\n\t\t */\n\t\tcreateDirectory: function(path) {\n\t\t\treturn this._simpleCall('MKCOL', path)\n\t\t},\n\n\t\t/**\n\t\t * Deletes a file or directory\n\t\t *\n\t\t * @param {String} path path to delete\n\t\t *\n\t\t * @returns {Promise}\n\t\t */\n\t\tremove: function(path) {\n\t\t\treturn this._simpleCall('DELETE', path)\n\t\t},\n\n\t\t/**\n\t\t * Moves path to another path\n\t\t *\n\t\t * @param {String} path path to move\n\t\t * @param {String} destinationPath destination path\n\t\t * @param {boolean} [allowOverwrite=false] true to allow overwriting,\n\t\t * false otherwise\n\t\t * @param {Object} [headers=null] additional headers\n\t\t *\n\t\t * @returns {Promise} promise\n\t\t */\n\t\tmove: function(path, destinationPath, allowOverwrite, headers) {\n\t\t\tif (!path) {\n\t\t\t\tthrow 'Missing argument \"path\"'\n\t\t\t}\n\t\t\tif (!destinationPath) {\n\t\t\t\tthrow 'Missing argument \"destinationPath\"'\n\t\t\t}\n\n\t\t\tconst self = this\n\t\t\tconst deferred = $.Deferred()\n\t\t\tconst promise = deferred.promise()\n\t\t\theaders = _.extend({}, headers, {\n\t\t\t\t'Destination': this._buildUrl(destinationPath),\n\t\t\t})\n\n\t\t\tif (!allowOverwrite) {\n\t\t\t\theaders.Overwrite = 'F'\n\t\t\t}\n\n\t\t\tthis._client.request(\n\t\t\t\t'MOVE',\n\t\t\t\tthis._buildUrl(path),\n\t\t\t\theaders\n\t\t\t).then(\n\t\t\t\tfunction(result) {\n\t\t\t\t\tif (self._isSuccessStatus(result.status)) {\n\t\t\t\t\t\tdeferred.resolve(result.status)\n\t\t\t\t\t} else {\n\t\t\t\t\t\tresult = _.extend(result, self._getSabreException(result))\n\t\t\t\t\t\tdeferred.reject(result.status, result)\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t)\n\t\t\treturn promise\n\t\t},\n\n\t\t/**\n\t\t * Copies path to another path\n\t\t *\n\t\t * @param {String} path path to copy\n\t\t * @param {String} destinationPath destination path\n\t\t * @param {boolean} [allowOverwrite=false] true to allow overwriting,\n\t\t * false otherwise\n\t\t *\n\t\t * @returns {Promise} promise\n\t\t */\n\t\tcopy: function(path, destinationPath, allowOverwrite) {\n\t\t\tif (!path) {\n\t\t\t\tthrow 'Missing argument \"path\"'\n\t\t\t}\n\t\t\tif (!destinationPath) {\n\t\t\t\tthrow 'Missing argument \"destinationPath\"'\n\t\t\t}\n\n\t\t\tconst self = this\n\t\t\tconst deferred = $.Deferred()\n\t\t\tconst promise = deferred.promise()\n\t\t\tconst headers = {\n\t\t\t\t'Destination': this._buildUrl(destinationPath),\n\t\t\t}\n\n\t\t\tif (!allowOverwrite) {\n\t\t\t\theaders.Overwrite = 'F'\n\t\t\t}\n\n\t\t\tthis._client.request(\n\t\t\t\t'COPY',\n\t\t\t\tthis._buildUrl(path),\n\t\t\t\theaders\n\t\t\t).then(\n\t\t\t\tfunction(response) {\n\t\t\t\t\tif (self._isSuccessStatus(response.status)) {\n\t\t\t\t\t\tdeferred.resolve(response.status)\n\t\t\t\t\t} else {\n\t\t\t\t\t\tdeferred.reject(response.status)\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t)\n\t\t\treturn promise\n\t\t},\n\n\t\t/**\n\t\t * Add a file info parser function\n\t\t *\n\t\t * @param {OC.Files.Client~parseFileInfo} parserFunction\n\t\t */\n\t\taddFileInfoParser: function(parserFunction) {\n\t\t\tthis._fileInfoParsers.push(parserFunction)\n\t\t},\n\n\t\t/**\n\t\t * Returns the dav.Client instance used internally\n\t\t *\n\t\t * @since 11.0.0\n\t\t * @returns {dav.Client}\n\t\t */\n\t\tgetClient: function() {\n\t\t\treturn this._client\n\t\t},\n\n\t\t/**\n\t\t * Returns the user name\n\t\t *\n\t\t * @since 11.0.0\n\t\t * @returns {String} userName\n\t\t */\n\t\tgetUserName: function() {\n\t\t\treturn this._client.userName\n\t\t},\n\n\t\t/**\n\t\t * Returns the password\n\t\t *\n\t\t * @since 11.0.0\n\t\t * @returns {String} password\n\t\t */\n\t\tgetPassword: function() {\n\t\t\treturn this._client.password\n\t\t},\n\n\t\t/**\n\t\t * Returns the base URL\n\t\t *\n\t\t * @since 11.0.0\n\t\t * @returns {String} base URL\n\t\t */\n\t\tgetBaseUrl: function() {\n\t\t\treturn this._client.baseUrl\n\t\t},\n\n\t\t/**\n\t\t * Returns the host\n\t\t *\n\t\t * @since 13.0.0\n\t\t * @returns {String} base URL\n\t\t */\n\t\tgetHost: function() {\n\t\t\treturn this._host\n\t\t},\n\t}\n\n\t/**\n\t * File info parser function\n\t *\n\t * This function receives a list of Webdav properties as input and\n\t * should return a hash array of parsed properties, if applicable.\n\t *\n\t * @callback OC.Files.Client~parseFileInfo\n\t * @param {Object} XML Webdav properties\n * @return {Array} array of parsed property values\n\t */\n\n\tif (!OC.Files) {\n\t\t/**\n\t\t * @namespace OC.Files\n\t\t *\n\t\t * @since 8.2\n\t\t */\n\t\tOC.Files = {}\n\t}\n\n\t/**\n\t * Returns the default instance of the files client\n\t *\n\t * @returns {OC.Files.Client} default client\n\t *\n\t * @since 8.2\n\t */\n\tOC.Files.getClient = function() {\n\t\tif (OC.Files._defaultClient) {\n\t\t\treturn OC.Files._defaultClient\n\t\t}\n\n\t\tconst client = new OC.Files.Client({\n\t\t\thost: OC.getHost(),\n\t\t\tport: OC.getPort(),\n\t\t\troot: OC.linkToRemoteBase('dav') + '/files/' + OC.getCurrentUser().uid,\n\t\t\tuseHTTPS: OC.getProtocol() === 'https',\n\t\t})\n\t\tOC.Files._defaultClient = client\n\t\treturn client\n\t}\n\n\tOC.Files.Client = Client\n})(OC, OC.Files.FileInfo)\n"],"sourceRoot":""} \ No newline at end of file
diff --git a/core/js/dist/files_fileinfo.js b/core/js/dist/files_fileinfo.js
new file mode 100644
index 00000000000..f0102f0485d
--- /dev/null
+++ b/core/js/dist/files_fileinfo.js
@@ -0,0 +1,27 @@
+!function(n){var t={};function r(u){if(t[u])return t[u].exports;var e=t[u]={i:u,l:!1,exports:{}};return n[u].call(e.exports,e,e.exports,r),e.l=!0,e.exports}r.m=n,r.c=t,r.d=function(n,t,u){r.o(n,t)||Object.defineProperty(n,t,{enumerable:!0,get:u})},r.r=function(n){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(n,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(n,"__esModule",{value:!0})},r.t=function(n,t){if(1&t&&(n=r(n)),8&t)return n;if(4&t&&"object"==typeof n&&n&&n.__esModule)return n;var u=Object.create(null);if(r.r(u),Object.defineProperty(u,"default",{enumerable:!0,value:n}),2&t&&"string"!=typeof n)for(var e in n)r.d(u,e,function(t){return n[t]}.bind(null,e));return u},r.n=function(n){var t=n&&n.__esModule?function(){return n.default}:function(){return n};return r.d(t,"a",t),t},r.o=function(n,t){return Object.prototype.hasOwnProperty.call(n,t)},r.p="",r(r.s=701)}({1:function(n,t,r){"use strict";(function(n){r.d(t,"e",(function(){return u})),r.d(t,"p",(function(){return e})),r.d(t,"a",(function(){return i})),r.d(t,"c",(function(){return o})),r.d(t,"d",(function(){return c})),r.d(t,"o",(function(){return f})),r.d(t,"q",(function(){return a})),r.d(t,"t",(function(){return d})),r.d(t,"i",(function(){return l})),r.d(t,"r",(function(){return s})),r.d(t,"s",(function(){return p})),r.d(t,"k",(function(){return h})),r.d(t,"m",(function(){return v})),r.d(t,"j",(function(){return y})),r.d(t,"l",(function(){return g})),r.d(t,"g",(function(){return m})),r.d(t,"f",(function(){return b})),r.d(t,"h",(function(){return j})),r.d(t,"n",(function(){return w})),r.d(t,"b",(function(){return x}));var u="1.12.0",e="object"==typeof self&&self.self===self&&self||"object"==typeof n&&n.global===n&&n||Function("return this")()||{},i=Array.prototype,o=Object.prototype,c="undefined"!=typeof Symbol?Symbol.prototype:null,f=i.push,a=i.slice,d=o.toString,l=o.hasOwnProperty,s="undefined"!=typeof ArrayBuffer,p="undefined"!=typeof DataView,h=Array.isArray,v=Object.keys,y=Object.create,g=s&&ArrayBuffer.isView,m=isNaN,b=isFinite,j=!{toString:null}.propertyIsEnumerable("toString"),w=["valueOf","isPrototypeOf","toString","propertyIsEnumerable","hasOwnProperty","toLocaleString"],x=Math.pow(2,53)-1}).call(this,r(17))},17:function(n,t){var r;r=function(){return this}();try{r=r||new Function("return this")()}catch(n){"object"==typeof window&&(r=window)}n.exports=r},6:function(n,t,r){"use strict";r.r(t),r.d(t,"default",(function(){return wr})),r.d(t,"VERSION",(function(){return e.e})),r.d(t,"restArguments",(function(){return i})),r.d(t,"isObject",(function(){return o})),r.d(t,"isNull",(function(){return c})),r.d(t,"isUndefined",(function(){return f})),r.d(t,"isBoolean",(function(){return a})),r.d(t,"isElement",(function(){return d})),r.d(t,"isString",(function(){return s})),r.d(t,"isNumber",(function(){return p})),r.d(t,"isDate",(function(){return h})),r.d(t,"isRegExp",(function(){return v})),r.d(t,"isError",(function(){return y})),r.d(t,"isSymbol",(function(){return g})),r.d(t,"isArrayBuffer",(function(){return m})),r.d(t,"isDataView",(function(){return S})),r.d(t,"isArray",(function(){return M})),r.d(t,"isFunction",(function(){return w})),r.d(t,"isArguments",(function(){return k})),r.d(t,"isFinite",(function(){return I})),r.d(t,"isNaN",(function(){return N})),r.d(t,"isTypedArray",(function(){return V})),r.d(t,"isEmpty",(function(){return K})),r.d(t,"isMatch",(function(){return L})),r.d(t,"isEqual",(function(){return G})),r.d(t,"isMap",(function(){return un})),r.d(t,"isWeakMap",(function(){return en})),r.d(t,"isSet",(function(){return on})),r.d(t,"isWeakSet",(function(){return cn})),r.d(t,"keys",(function(){return U})),r.d(t,"allKeys",(function(){return H})),r.d(t,"values",(function(){return fn})),r.d(t,"pairs",(function(){return an})),r.d(t,"invert",(function(){return dn})),r.d(t,"functions",(function(){return ln})),r.d(t,"methods",(function(){return ln})),r.d(t,"extend",(function(){return pn})),r.d(t,"extendOwn",(function(){return hn})),r.d(t,"assign",(function(){return hn})),r.d(t,"defaults",(function(){return vn})),r.d(t,"create",(function(){return gn})),r.d(t,"clone",(function(){return mn})),r.d(t,"tap",(function(){return bn})),r.d(t,"get",(function(){return On})),r.d(t,"has",(function(){return _n})),r.d(t,"mapObject",(function(){return Nn})),r.d(t,"identity",(function(){return An})),r.d(t,"constant",(function(){return q})),r.d(t,"noop",(function(){return qn})),r.d(t,"toPath",(function(){return jn})),r.d(t,"property",(function(){return Mn})),r.d(t,"propertyOf",(function(){return Fn})),r.d(t,"matcher",(function(){return Sn})),r.d(t,"matches",(function(){return Sn})),r.d(t,"times",(function(){return Tn})),r.d(t,"random",(function(){return Pn})),r.d(t,"now",(function(){return Dn})),r.d(t,"escape",(function(){return zn})),r.d(t,"unescape",(function(){return Wn})),r.d(t,"templateSettings",(function(){return Un})),r.d(t,"template",(function(){return $n})),r.d(t,"result",(function(){return Gn})),r.d(t,"uniqueId",(function(){return Qn})),r.d(t,"chain",(function(){return Xn})),r.d(t,"iteratee",(function(){return kn})),r.d(t,"partial",(function(){return nt})),r.d(t,"bind",(function(){return tt})),r.d(t,"bindAll",(function(){return et})),r.d(t,"memoize",(function(){return it})),r.d(t,"delay",(function(){return ot})),r.d(t,"defer",(function(){return ct})),r.d(t,"throttle",(function(){return ft})),r.d(t,"debounce",(function(){return at})),r.d(t,"wrap",(function(){return dt})),r.d(t,"negate",(function(){return lt})),r.d(t,"compose",(function(){return st})),r.d(t,"after",(function(){return pt})),r.d(t,"before",(function(){return ht})),r.d(t,"once",(function(){return vt})),r.d(t,"findKey",(function(){return yt})),r.d(t,"findIndex",(function(){return mt})),r.d(t,"findLastIndex",(function(){return bt})),r.d(t,"sortedIndex",(function(){return jt})),r.d(t,"indexOf",(function(){return xt})),r.d(t,"lastIndexOf",(function(){return Ot})),r.d(t,"find",(function(){return _t})),r.d(t,"detect",(function(){return _t})),r.d(t,"findWhere",(function(){return At})),r.d(t,"each",(function(){return St})),r.d(t,"forEach",(function(){return St})),r.d(t,"map",(function(){return Mt})),r.d(t,"collect",(function(){return Mt})),r.d(t,"reduce",(function(){return Bt})),r.d(t,"foldl",(function(){return Bt})),r.d(t,"inject",(function(){return Bt})),r.d(t,"reduceRight",(function(){return kt})),r.d(t,"foldr",(function(){return kt})),r.d(t,"filter",(function(){return It})),r.d(t,"select",(function(){return It})),r.d(t,"reject",(function(){return Nt})),r.d(t,"every",(function(){return qt})),r.d(t,"all",(function(){return qt})),r.d(t,"some",(function(){return Ft})),r.d(t,"any",(function(){return Ft})),r.d(t,"contains",(function(){return Tt})),r.d(t,"includes",(function(){return Tt})),r.d(t,"include",(function(){return Tt})),r.d(t,"invoke",(function(){return Pt})),r.d(t,"pluck",(function(){return Dt})),r.d(t,"where",(function(){return Rt})),r.d(t,"max",(function(){return Vt})),r.d(t,"min",(function(){return zt})),r.d(t,"shuffle",(function(){return Ut})),r.d(t,"sample",(function(){return Wt})),r.d(t,"sortBy",(function(){return Kt})),r.d(t,"groupBy",(function(){return Ct})),r.d(t,"indexBy",(function(){return Jt})),r.d(t,"countBy",(function(){return $t})),r.d(t,"partition",(function(){return Gt})),r.d(t,"toArray",(function(){return Qt})),r.d(t,"size",(function(){return Xt})),r.d(t,"pick",(function(){return Zt})),r.d(t,"omit",(function(){return nr})),r.d(t,"first",(function(){return rr})),r.d(t,"head",(function(){return rr})),r.d(t,"take",(function(){return rr})),r.d(t,"initial",(function(){return tr})),r.d(t,"last",(function(){return er})),r.d(t,"rest",(function(){return ur})),r.d(t,"tail",(function(){return ur})),r.d(t,"drop",(function(){return ur})),r.d(t,"compact",(function(){return ir})),r.d(t,"flatten",(function(){return or})),r.d(t,"without",(function(){return fr})),r.d(t,"uniq",(function(){return ar})),r.d(t,"unique",(function(){return ar})),r.d(t,"union",(function(){return dr})),r.d(t,"intersection",(function(){return lr})),r.d(t,"difference",(function(){return cr})),r.d(t,"unzip",(function(){return sr})),r.d(t,"transpose",(function(){return sr})),r.d(t,"zip",(function(){return pr})),r.d(t,"object",(function(){return hr})),r.d(t,"range",(function(){return vr})),r.d(t,"chunk",(function(){return yr})),r.d(t,"mixin",(function(){return mr}));var u={};r.r(u),r.d(u,"VERSION",(function(){return e.e})),r.d(u,"restArguments",(function(){return i})),r.d(u,"isObject",(function(){return o})),r.d(u,"isNull",(function(){return c})),r.d(u,"isUndefined",(function(){return f})),r.d(u,"isBoolean",(function(){return a})),r.d(u,"isElement",(function(){return d})),r.d(u,"isString",(function(){return s})),r.d(u,"isNumber",(function(){return p})),r.d(u,"isDate",(function(){return h})),r.d(u,"isRegExp",(function(){return v})),r.d(u,"isError",(function(){return y})),r.d(u,"isSymbol",(function(){return g})),r.d(u,"isArrayBuffer",(function(){return m})),r.d(u,"isDataView",(function(){return S})),r.d(u,"isArray",(function(){return M})),r.d(u,"isFunction",(function(){return w})),r.d(u,"isArguments",(function(){return k})),r.d(u,"isFinite",(function(){return I})),r.d(u,"isNaN",(function(){return N})),r.d(u,"isTypedArray",(function(){return V})),r.d(u,"isEmpty",(function(){return K})),r.d(u,"isMatch",(function(){return L})),r.d(u,"isEqual",(function(){return G})),r.d(u,"isMap",(function(){return un})),r.d(u,"isWeakMap",(function(){return en})),r.d(u,"isSet",(function(){return on})),r.d(u,"isWeakSet",(function(){return cn})),r.d(u,"keys",(function(){return U})),r.d(u,"allKeys",(function(){return H})),r.d(u,"values",(function(){return fn})),r.d(u,"pairs",(function(){return an})),r.d(u,"invert",(function(){return dn})),r.d(u,"functions",(function(){return ln})),r.d(u,"methods",(function(){return ln})),r.d(u,"extend",(function(){return pn})),r.d(u,"extendOwn",(function(){return hn})),r.d(u,"assign",(function(){return hn})),r.d(u,"defaults",(function(){return vn})),r.d(u,"create",(function(){return gn})),r.d(u,"clone",(function(){return mn})),r.d(u,"tap",(function(){return bn})),r.d(u,"get",(function(){return On})),r.d(u,"has",(function(){return _n})),r.d(u,"mapObject",(function(){return Nn})),r.d(u,"identity",(function(){return An})),r.d(u,"constant",(function(){return q})),r.d(u,"noop",(function(){return qn})),r.d(u,"toPath",(function(){return jn})),r.d(u,"property",(function(){return Mn})),r.d(u,"propertyOf",(function(){return Fn})),r.d(u,"matcher",(function(){return Sn})),r.d(u,"matches",(function(){return Sn})),r.d(u,"times",(function(){return Tn})),r.d(u,"random",(function(){return Pn})),r.d(u,"now",(function(){return Dn})),r.d(u,"escape",(function(){return zn})),r.d(u,"unescape",(function(){return Wn})),r.d(u,"templateSettings",(function(){return Un})),r.d(u,"template",(function(){return $n})),r.d(u,"result",(function(){return Gn})),r.d(u,"uniqueId",(function(){return Qn})),r.d(u,"chain",(function(){return Xn})),r.d(u,"iteratee",(function(){return kn})),r.d(u,"partial",(function(){return nt})),r.d(u,"bind",(function(){return tt})),r.d(u,"bindAll",(function(){return et})),r.d(u,"memoize",(function(){return it})),r.d(u,"delay",(function(){return ot})),r.d(u,"defer",(function(){return ct})),r.d(u,"throttle",(function(){return ft})),r.d(u,"debounce",(function(){return at})),r.d(u,"wrap",(function(){return dt})),r.d(u,"negate",(function(){return lt})),r.d(u,"compose",(function(){return st})),r.d(u,"after",(function(){return pt})),r.d(u,"before",(function(){return ht})),r.d(u,"once",(function(){return vt})),r.d(u,"findKey",(function(){return yt})),r.d(u,"findIndex",(function(){return mt})),r.d(u,"findLastIndex",(function(){return bt})),r.d(u,"sortedIndex",(function(){return jt})),r.d(u,"indexOf",(function(){return xt})),r.d(u,"lastIndexOf",(function(){return Ot})),r.d(u,"find",(function(){return _t})),r.d(u,"detect",(function(){return _t})),r.d(u,"findWhere",(function(){return At})),r.d(u,"each",(function(){return St})),r.d(u,"forEach",(function(){return St})),r.d(u,"map",(function(){return Mt})),r.d(u,"collect",(function(){return Mt})),r.d(u,"reduce",(function(){return Bt})),r.d(u,"foldl",(function(){return Bt})),r.d(u,"inject",(function(){return Bt})),r.d(u,"reduceRight",(function(){return kt})),r.d(u,"foldr",(function(){return kt})),r.d(u,"filter",(function(){return It})),r.d(u,"select",(function(){return It})),r.d(u,"reject",(function(){return Nt})),r.d(u,"every",(function(){return qt})),r.d(u,"all",(function(){return qt})),r.d(u,"some",(function(){return Ft})),r.d(u,"any",(function(){return Ft})),r.d(u,"contains",(function(){return Tt})),r.d(u,"includes",(function(){return Tt})),r.d(u,"include",(function(){return Tt})),r.d(u,"invoke",(function(){return Pt})),r.d(u,"pluck",(function(){return Dt})),r.d(u,"where",(function(){return Rt})),r.d(u,"max",(function(){return Vt})),r.d(u,"min",(function(){return zt})),r.d(u,"shuffle",(function(){return Ut})),r.d(u,"sample",(function(){return Wt})),r.d(u,"sortBy",(function(){return Kt})),r.d(u,"groupBy",(function(){return Ct})),r.d(u,"indexBy",(function(){return Jt})),r.d(u,"countBy",(function(){return $t})),r.d(u,"partition",(function(){return Gt})),r.d(u,"toArray",(function(){return Qt})),r.d(u,"size",(function(){return Xt})),r.d(u,"pick",(function(){return Zt})),r.d(u,"omit",(function(){return nr})),r.d(u,"first",(function(){return rr})),r.d(u,"head",(function(){return rr})),r.d(u,"take",(function(){return rr})),r.d(u,"initial",(function(){return tr})),r.d(u,"last",(function(){return er})),r.d(u,"rest",(function(){return ur})),r.d(u,"tail",(function(){return ur})),r.d(u,"drop",(function(){return ur})),r.d(u,"compact",(function(){return ir})),r.d(u,"flatten",(function(){return or})),r.d(u,"without",(function(){return fr})),r.d(u,"uniq",(function(){return ar})),r.d(u,"unique",(function(){return ar})),r.d(u,"union",(function(){return dr})),r.d(u,"intersection",(function(){return lr})),r.d(u,"difference",(function(){return cr})),r.d(u,"unzip",(function(){return sr})),r.d(u,"transpose",(function(){return sr})),r.d(u,"zip",(function(){return pr})),r.d(u,"object",(function(){return hr})),r.d(u,"range",(function(){return vr})),r.d(u,"chunk",(function(){return yr})),r.d(u,"mixin",(function(){return mr})),r.d(u,"default",(function(){return br}));var e=r(1);function i(n,t){return t=null==t?n.length-1:+t,function(){for(var r=Math.max(arguments.length-t,0),u=Array(r),e=0;e<r;e++)u[e]=arguments[e+t];switch(t){case 0:return n.call(this,u);case 1:return n.call(this,arguments[0],u);case 2:return n.call(this,arguments[0],arguments[1],u)}var i=Array(t+1);for(e=0;e<t;e++)i[e]=arguments[e];return i[t]=u,n.apply(this,i)}}function o(n){var t=typeof n;return"function"===t||"object"===t&&!!n}function c(n){return null===n}function f(n){return void 0===n}function a(n){return!0===n||!1===n||"[object Boolean]"===e.t.call(n)}function d(n){return!(!n||1!==n.nodeType)}function l(n){var t="[object "+n+"]";return function(n){return e.t.call(n)===t}}var s=l("String"),p=l("Number"),h=l("Date"),v=l("RegExp"),y=l("Error"),g=l("Symbol"),m=l("ArrayBuffer"),b=l("Function"),j=e.p.document&&e.p.document.childNodes;"object"!=typeof Int8Array&&"function"!=typeof j&&(b=function(n){return"function"==typeof n||!1});var w=b,x=l("Object"),O=e.s&&x(new DataView(new ArrayBuffer(8))),_="undefined"!=typeof Map&&x(new Map),A=l("DataView");var S=O?function(n){return null!=n&&w(n.getInt8)&&m(n.buffer)}:A,M=e.k||l("Array");function E(n,t){return null!=n&&e.i.call(n,t)}var B=l("Arguments");!function(){B(arguments)||(B=function(n){return E(n,"callee")})}();var k=B;function I(n){return!g(n)&&Object(e.f)(n)&&!isNaN(parseFloat(n))}function N(n){return p(n)&&Object(e.g)(n)}function q(n){return function(){return n}}function F(n){return function(t){var r=n(t);return"number"==typeof r&&r>=0&&r<=e.b}}function T(n){return function(t){return null==t?void 0:t[n]}}var P=T("byteLength"),D=F(P),R=/\[object ((I|Ui)nt(8|16|32)|Float(32|64)|Uint8Clamped|Big(I|Ui)nt64)Array\]/;var V=e.r?function(n){return e.l?Object(e.l)(n)&&!S(n):D(n)&&R.test(e.t.call(n))}:q(!1),z=T("length");function W(n,t){t=function(n){for(var t={},r=n.length,u=0;u<r;++u)t[n[u]]=!0;return{contains:function(n){return t[n]},push:function(r){return t[r]=!0,n.push(r)}}}(t);var r=e.n.length,u=n.constructor,i=w(u)&&u.prototype||e.c,o="constructor";for(E(n,o)&&!t.contains(o)&&t.push(o);r--;)(o=e.n[r])in n&&n[o]!==i[o]&&!t.contains(o)&&t.push(o)}function U(n){if(!o(n))return[];if(e.m)return Object(e.m)(n);var t=[];for(var r in n)E(n,r)&&t.push(r);return e.h&&W(n,t),t}function K(n){if(null==n)return!0;var t=z(n);return"number"==typeof t&&(M(n)||s(n)||k(n))?0===t:0===z(U(n))}function L(n,t){var r=U(t),u=r.length;if(null==n)return!u;for(var e=Object(n),i=0;i<u;i++){var o=r[i];if(t[o]!==e[o]||!(o in e))return!1}return!0}function C(n){return n instanceof C?n:this instanceof C?void(this._wrapped=n):new C(n)}function J(n){return new Uint8Array(n.buffer||n,n.byteOffset||0,P(n))}C.VERSION=e.e,C.prototype.value=function(){return this._wrapped},C.prototype.valueOf=C.prototype.toJSON=C.prototype.value,C.prototype.toString=function(){return String(this._wrapped)};function $(n,t,r,u){if(n===t)return 0!==n||1/n==1/t;if(null==n||null==t)return!1;if(n!=n)return t!=t;var i=typeof n;return("function"===i||"object"===i||"object"==typeof t)&&function n(t,r,u,i){t instanceof C&&(t=t._wrapped);r instanceof C&&(r=r._wrapped);var o=e.t.call(t);if(o!==e.t.call(r))return!1;if(O&&"[object Object]"==o&&S(t)){if(!S(r))return!1;o="[object DataView]"}switch(o){case"[object RegExp]":case"[object String]":return""+t==""+r;case"[object Number]":return+t!=+t?+r!=+r:0==+t?1/+t==1/r:+t==+r;case"[object Date]":case"[object Boolean]":return+t==+r;case"[object Symbol]":return e.d.valueOf.call(t)===e.d.valueOf.call(r);case"[object ArrayBuffer]":case"[object DataView]":return n(J(t),J(r),u,i)}var c="[object Array]"===o;if(!c&&V(t)){if(P(t)!==P(r))return!1;if(t.buffer===r.buffer&&t.byteOffset===r.byteOffset)return!0;c=!0}if(!c){if("object"!=typeof t||"object"!=typeof r)return!1;var f=t.constructor,a=r.constructor;if(f!==a&&!(w(f)&&f instanceof f&&w(a)&&a instanceof a)&&"constructor"in t&&"constructor"in r)return!1}i=i||[];var d=(u=u||[]).length;for(;d--;)if(u[d]===t)return i[d]===r;if(u.push(t),i.push(r),c){if((d=t.length)!==r.length)return!1;for(;d--;)if(!$(t[d],r[d],u,i))return!1}else{var l,s=U(t);if(d=s.length,U(r).length!==d)return!1;for(;d--;)if(l=s[d],!E(r,l)||!$(t[l],r[l],u,i))return!1}return u.pop(),i.pop(),!0}(n,t,r,u)}function G(n,t){return $(n,t)}function H(n){if(!o(n))return[];var t=[];for(var r in n)t.push(r);return e.h&&W(n,t),t}function Q(n){var t=z(n);return function(r){if(null==r)return!1;var u=H(r);if(z(u))return!1;for(var e=0;e<t;e++)if(!w(r[n[e]]))return!1;return n!==tn||!w(r[X])}}var X="forEach",Y=["clear","delete"],Z=["get","has","set"],nn=Y.concat(X,Z),tn=Y.concat(Z),rn=["add"].concat(Y,X,"has"),un=_?Q(nn):l("Map"),en=_?Q(tn):l("WeakMap"),on=_?Q(rn):l("Set"),cn=l("WeakSet");function fn(n){for(var t=U(n),r=t.length,u=Array(r),e=0;e<r;e++)u[e]=n[t[e]];return u}function an(n){for(var t=U(n),r=t.length,u=Array(r),e=0;e<r;e++)u[e]=[t[e],n[t[e]]];return u}function dn(n){for(var t={},r=U(n),u=0,e=r.length;u<e;u++)t[n[r[u]]]=r[u];return t}function ln(n){var t=[];for(var r in n)w(n[r])&&t.push(r);return t.sort()}function sn(n,t){return function(r){var u=arguments.length;if(t&&(r=Object(r)),u<2||null==r)return r;for(var e=1;e<u;e++)for(var i=arguments[e],o=n(i),c=o.length,f=0;f<c;f++){var a=o[f];t&&void 0!==r[a]||(r[a]=i[a])}return r}}var pn=sn(H),hn=sn(U),vn=sn(H,!0);function yn(n){if(!o(n))return{};if(e.j)return Object(e.j)(n);var t=function(){};t.prototype=n;var r=new t;return t.prototype=null,r}function gn(n,t){var r=yn(n);return t&&hn(r,t),r}function mn(n){return o(n)?M(n)?n.slice():pn({},n):n}function bn(n,t){return t(n),n}function jn(n){return M(n)?n:[n]}function wn(n){return C.toPath(n)}function xn(n,t){for(var r=t.length,u=0;u<r;u++){if(null==n)return;n=n[t[u]]}return r?n:void 0}function On(n,t,r){var u=xn(n,wn(t));return f(u)?r:u}function _n(n,t){for(var r=(t=wn(t)).length,u=0;u<r;u++){var e=t[u];if(!E(n,e))return!1;n=n[e]}return!!r}function An(n){return n}function Sn(n){return n=hn({},n),function(t){return L(t,n)}}function Mn(n){return n=wn(n),function(t){return xn(t,n)}}function En(n,t,r){if(void 0===t)return n;switch(null==r?3:r){case 1:return function(r){return n.call(t,r)};case 3:return function(r,u,e){return n.call(t,r,u,e)};case 4:return function(r,u,e,i){return n.call(t,r,u,e,i)}}return function(){return n.apply(t,arguments)}}function Bn(n,t,r){return null==n?An:w(n)?En(n,t,r):o(n)&&!M(n)?Sn(n):Mn(n)}function kn(n,t){return Bn(n,t,1/0)}function In(n,t,r){return C.iteratee!==kn?C.iteratee(n,t):Bn(n,t,r)}function Nn(n,t,r){t=In(t,r);for(var u=U(n),e=u.length,i={},o=0;o<e;o++){var c=u[o];i[c]=t(n[c],c,n)}return i}function qn(){}function Fn(n){return null==n?qn:function(t){return On(n,t)}}function Tn(n,t,r){var u=Array(Math.max(0,n));t=En(t,r,1);for(var e=0;e<n;e++)u[e]=t(e);return u}function Pn(n,t){return null==t&&(t=n,n=0),n+Math.floor(Math.random()*(t-n+1))}C.toPath=jn,C.iteratee=kn;var Dn=Date.now||function(){return(new Date).getTime()};function Rn(n){var t=function(t){return n[t]},r="(?:"+U(n).join("|")+")",u=RegExp(r),e=RegExp(r,"g");return function(n){return n=null==n?"":""+n,u.test(n)?n.replace(e,t):n}}var Vn={"&":"&amp;","<":"&lt;",">":"&gt;",'"':"&quot;","'":"&#x27;","`":"&#x60;"},zn=Rn(Vn),Wn=Rn(dn(Vn)),Un=C.templateSettings={evaluate:/<%([\s\S]+?)%>/g,interpolate:/<%=([\s\S]+?)%>/g,escape:/<%-([\s\S]+?)%>/g},Kn=/(.)^/,Ln={"'":"'","\\":"\\","\r":"r","\n":"n","\u2028":"u2028","\u2029":"u2029"},Cn=/\\|'|\r|\n|\u2028|\u2029/g;function Jn(n){return"\\"+Ln[n]}function $n(n,t,r){!t&&r&&(t=r),t=vn({},t,C.templateSettings);var u,e=RegExp([(t.escape||Kn).source,(t.interpolate||Kn).source,(t.evaluate||Kn).source].join("|")+"|$","g"),i=0,o="__p+='";n.replace(e,(function(t,r,u,e,c){return o+=n.slice(i,c).replace(Cn,Jn),i=c+t.length,r?o+="'+\n((__t=("+r+"))==null?'':_.escape(__t))+\n'":u?o+="'+\n((__t=("+u+"))==null?'':__t)+\n'":e&&(o+="';\n"+e+"\n__p+='"),t})),o+="';\n",t.variable||(o="with(obj||{}){\n"+o+"}\n"),o="var __t,__p='',__j=Array.prototype.join,print=function(){__p+=__j.call(arguments,'');};\n"+o+"return __p;\n";try{u=new Function(t.variable||"obj","_",o)}catch(n){throw n.source=o,n}var c=function(n){return u.call(this,n,C)},f=t.variable||"obj";return c.source="function("+f+"){\n"+o+"}",c}function Gn(n,t,r){var u=(t=wn(t)).length;if(!u)return w(r)?r.call(n):r;for(var e=0;e<u;e++){var i=null==n?void 0:n[t[e]];void 0===i&&(i=r,e=u),n=w(i)?i.call(n):i}return n}var Hn=0;function Qn(n){var t=++Hn+"";return n?n+t:t}function Xn(n){var t=C(n);return t._chain=!0,t}function Yn(n,t,r,u,e){if(!(u instanceof t))return n.apply(r,e);var i=yn(n.prototype),c=n.apply(i,e);return o(c)?c:i}var Zn=i((function(n,t){var r=Zn.placeholder,u=function(){for(var e=0,i=t.length,o=Array(i),c=0;c<i;c++)o[c]=t[c]===r?arguments[e++]:t[c];for(;e<arguments.length;)o.push(arguments[e++]);return Yn(n,u,this,this,o)};return u}));Zn.placeholder=C;var nt=Zn,tt=i((function(n,t,r){if(!w(n))throw new TypeError("Bind must be called on a function");var u=i((function(e){return Yn(n,u,t,this,r.concat(e))}));return u})),rt=F(z);function ut(n,t,r,u){if(u=u||[],t||0===t){if(t<=0)return u.concat(n)}else t=1/0;for(var e=u.length,i=0,o=z(n);i<o;i++){var c=n[i];if(rt(c)&&(M(c)||k(c)))if(t>1)ut(c,t-1,r,u),e=u.length;else for(var f=0,a=c.length;f<a;)u[e++]=c[f++];else r||(u[e++]=c)}return u}var et=i((function(n,t){var r=(t=ut(t,!1,!1)).length;if(r<1)throw new Error("bindAll must be passed function names");for(;r--;){var u=t[r];n[u]=tt(n[u],n)}return n}));function it(n,t){var r=function(u){var e=r.cache,i=""+(t?t.apply(this,arguments):u);return E(e,i)||(e[i]=n.apply(this,arguments)),e[i]};return r.cache={},r}var ot=i((function(n,t,r){return setTimeout((function(){return n.apply(null,r)}),t)})),ct=nt(ot,C,1);function ft(n,t,r){var u,e,i,o,c=0;r||(r={});var f=function(){c=!1===r.leading?0:Dn(),u=null,o=n.apply(e,i),u||(e=i=null)},a=function(){var a=Dn();c||!1!==r.leading||(c=a);var d=t-(a-c);return e=this,i=arguments,d<=0||d>t?(u&&(clearTimeout(u),u=null),c=a,o=n.apply(e,i),u||(e=i=null)):u||!1===r.trailing||(u=setTimeout(f,d)),o};return a.cancel=function(){clearTimeout(u),c=0,u=e=i=null},a}function at(n,t,r){var u,e,o=function(t,r){u=null,r&&(e=n.apply(t,r))},c=i((function(i){if(u&&clearTimeout(u),r){var c=!u;u=setTimeout(o,t),c&&(e=n.apply(this,i))}else u=ot(o,t,this,i);return e}));return c.cancel=function(){clearTimeout(u),u=null},c}function dt(n,t){return nt(t,n)}function lt(n){return function(){return!n.apply(this,arguments)}}function st(){var n=arguments,t=n.length-1;return function(){for(var r=t,u=n[t].apply(this,arguments);r--;)u=n[r].call(this,u);return u}}function pt(n,t){return function(){if(--n<1)return t.apply(this,arguments)}}function ht(n,t){var r;return function(){return--n>0&&(r=t.apply(this,arguments)),n<=1&&(t=null),r}}var vt=nt(ht,2);function yt(n,t,r){t=In(t,r);for(var u,e=U(n),i=0,o=e.length;i<o;i++)if(t(n[u=e[i]],u,n))return u}function gt(n){return function(t,r,u){r=In(r,u);for(var e=z(t),i=n>0?0:e-1;i>=0&&i<e;i+=n)if(r(t[i],i,t))return i;return-1}}var mt=gt(1),bt=gt(-1);function jt(n,t,r,u){for(var e=(r=In(r,u,1))(t),i=0,o=z(n);i<o;){var c=Math.floor((i+o)/2);r(n[c])<e?i=c+1:o=c}return i}function wt(n,t,r){return function(u,i,o){var c=0,f=z(u);if("number"==typeof o)n>0?c=o>=0?o:Math.max(o+f,c):f=o>=0?Math.min(o+1,f):o+f+1;else if(r&&o&&f)return u[o=r(u,i)]===i?o:-1;if(i!=i)return(o=t(e.q.call(u,c,f),N))>=0?o+c:-1;for(o=n>0?c:f-1;o>=0&&o<f;o+=n)if(u[o]===i)return o;return-1}}var xt=wt(1,mt,jt),Ot=wt(-1,bt);function _t(n,t,r){var u=(rt(n)?mt:yt)(n,t,r);if(void 0!==u&&-1!==u)return n[u]}function At(n,t){return _t(n,Sn(t))}function St(n,t,r){var u,e;if(t=En(t,r),rt(n))for(u=0,e=n.length;u<e;u++)t(n[u],u,n);else{var i=U(n);for(u=0,e=i.length;u<e;u++)t(n[i[u]],i[u],n)}return n}function Mt(n,t,r){t=In(t,r);for(var u=!rt(n)&&U(n),e=(u||n).length,i=Array(e),o=0;o<e;o++){var c=u?u[o]:o;i[o]=t(n[c],c,n)}return i}function Et(n){var t=function(t,r,u,e){var i=!rt(t)&&U(t),o=(i||t).length,c=n>0?0:o-1;for(e||(u=t[i?i[c]:c],c+=n);c>=0&&c<o;c+=n){var f=i?i[c]:c;u=r(u,t[f],f,t)}return u};return function(n,r,u,e){var i=arguments.length>=3;return t(n,En(r,e,4),u,i)}}var Bt=Et(1),kt=Et(-1);function It(n,t,r){var u=[];return t=In(t,r),St(n,(function(n,r,e){t(n,r,e)&&u.push(n)})),u}function Nt(n,t,r){return It(n,lt(In(t)),r)}function qt(n,t,r){t=In(t,r);for(var u=!rt(n)&&U(n),e=(u||n).length,i=0;i<e;i++){var o=u?u[i]:i;if(!t(n[o],o,n))return!1}return!0}function Ft(n,t,r){t=In(t,r);for(var u=!rt(n)&&U(n),e=(u||n).length,i=0;i<e;i++){var o=u?u[i]:i;if(t(n[o],o,n))return!0}return!1}function Tt(n,t,r,u){return rt(n)||(n=fn(n)),("number"!=typeof r||u)&&(r=0),xt(n,t,r)>=0}var Pt=i((function(n,t,r){var u,e;return w(t)?e=t:(t=wn(t),u=t.slice(0,-1),t=t[t.length-1]),Mt(n,(function(n){var i=e;if(!i){if(u&&u.length&&(n=xn(n,u)),null==n)return;i=n[t]}return null==i?i:i.apply(n,r)}))}));function Dt(n,t){return Mt(n,Mn(t))}function Rt(n,t){return It(n,Sn(t))}function Vt(n,t,r){var u,e,i=-1/0,o=-1/0;if(null==t||"number"==typeof t&&"object"!=typeof n[0]&&null!=n)for(var c=0,f=(n=rt(n)?n:fn(n)).length;c<f;c++)null!=(u=n[c])&&u>i&&(i=u);else t=In(t,r),St(n,(function(n,r,u){((e=t(n,r,u))>o||e===-1/0&&i===-1/0)&&(i=n,o=e)}));return i}function zt(n,t,r){var u,e,i=1/0,o=1/0;if(null==t||"number"==typeof t&&"object"!=typeof n[0]&&null!=n)for(var c=0,f=(n=rt(n)?n:fn(n)).length;c<f;c++)null!=(u=n[c])&&u<i&&(i=u);else t=In(t,r),St(n,(function(n,r,u){((e=t(n,r,u))<o||e===1/0&&i===1/0)&&(i=n,o=e)}));return i}function Wt(n,t,r){if(null==t||r)return rt(n)||(n=fn(n)),n[Pn(n.length-1)];var u=rt(n)?mn(n):fn(n),e=z(u);t=Math.max(Math.min(t,e),0);for(var i=e-1,o=0;o<t;o++){var c=Pn(o,i),f=u[o];u[o]=u[c],u[c]=f}return u.slice(0,t)}function Ut(n){return Wt(n,1/0)}function Kt(n,t,r){var u=0;return t=In(t,r),Dt(Mt(n,(function(n,r,e){return{value:n,index:u++,criteria:t(n,r,e)}})).sort((function(n,t){var r=n.criteria,u=t.criteria;if(r!==u){if(r>u||void 0===r)return 1;if(r<u||void 0===u)return-1}return n.index-t.index})),"value")}function Lt(n,t){return function(r,u,e){var i=t?[[],[]]:{};return u=In(u,e),St(r,(function(t,e){var o=u(t,e,r);n(i,t,o)})),i}}var Ct=Lt((function(n,t,r){E(n,r)?n[r].push(t):n[r]=[t]})),Jt=Lt((function(n,t,r){n[r]=t})),$t=Lt((function(n,t,r){E(n,r)?n[r]++:n[r]=1})),Gt=Lt((function(n,t,r){n[r?0:1].push(t)}),!0),Ht=/[^\ud800-\udfff]|[\ud800-\udbff][\udc00-\udfff]|[\ud800-\udfff]/g;function Qt(n){return n?M(n)?e.q.call(n):s(n)?n.match(Ht):rt(n)?Mt(n,An):fn(n):[]}function Xt(n){return null==n?0:rt(n)?n.length:U(n).length}function Yt(n,t,r){return t in r}var Zt=i((function(n,t){var r={},u=t[0];if(null==n)return r;w(u)?(t.length>1&&(u=En(u,t[1])),t=H(n)):(u=Yt,t=ut(t,!1,!1),n=Object(n));for(var e=0,i=t.length;e<i;e++){var o=t[e],c=n[o];u(c,o,n)&&(r[o]=c)}return r})),nr=i((function(n,t){var r,u=t[0];return w(u)?(u=lt(u),t.length>1&&(r=t[1])):(t=Mt(ut(t,!1,!1),String),u=function(n,r){return!Tt(t,r)}),Zt(n,u,r)}));function tr(n,t,r){return e.q.call(n,0,Math.max(0,n.length-(null==t||r?1:t)))}function rr(n,t,r){return null==n||n.length<1?null==t||r?void 0:[]:null==t||r?n[0]:tr(n,n.length-t)}function ur(n,t,r){return e.q.call(n,null==t||r?1:t)}function er(n,t,r){return null==n||n.length<1?null==t||r?void 0:[]:null==t||r?n[n.length-1]:ur(n,Math.max(0,n.length-t))}function ir(n){return It(n,Boolean)}function or(n,t){return ut(n,t,!1)}var cr=i((function(n,t){return t=ut(t,!0,!0),It(n,(function(n){return!Tt(t,n)}))})),fr=i((function(n,t){return cr(n,t)}));function ar(n,t,r,u){a(t)||(u=r,r=t,t=!1),null!=r&&(r=In(r,u));for(var e=[],i=[],o=0,c=z(n);o<c;o++){var f=n[o],d=r?r(f,o,n):f;t&&!r?(o&&i===d||e.push(f),i=d):r?Tt(i,d)||(i.push(d),e.push(f)):Tt(e,f)||e.push(f)}return e}var dr=i((function(n){return ar(ut(n,!0,!0))}));function lr(n){for(var t=[],r=arguments.length,u=0,e=z(n);u<e;u++){var i=n[u];if(!Tt(t,i)){var o;for(o=1;o<r&&Tt(arguments[o],i);o++);o===r&&t.push(i)}}return t}function sr(n){for(var t=n&&Vt(n,z).length||0,r=Array(t),u=0;u<t;u++)r[u]=Dt(n,u);return r}var pr=i(sr);function hr(n,t){for(var r={},u=0,e=z(n);u<e;u++)t?r[n[u]]=t[u]:r[n[u][0]]=n[u][1];return r}function vr(n,t,r){null==t&&(t=n||0,n=0),r||(r=t<n?-1:1);for(var u=Math.max(Math.ceil((t-n)/r),0),e=Array(u),i=0;i<u;i++,n+=r)e[i]=n;return e}function yr(n,t){if(null==t||t<1)return[];for(var r=[],u=0,i=n.length;u<i;)r.push(e.q.call(n,u,u+=t));return r}function gr(n,t){return n._chain?C(t).chain():t}function mr(n){return St(ln(n),(function(t){var r=C[t]=n[t];C.prototype[t]=function(){var n=[this._wrapped];return e.o.apply(n,arguments),gr(this,r.apply(C,n))}})),C}St(["pop","push","reverse","shift","sort","splice","unshift"],(function(n){var t=e.a[n];C.prototype[n]=function(){var r=this._wrapped;return null!=r&&(t.apply(r,arguments),"shift"!==n&&"splice"!==n||0!==r.length||delete r[0]),gr(this,r)}})),St(["concat","join","slice"],(function(n){var t=e.a[n];C.prototype[n]=function(){var n=this._wrapped;return null!=n&&(n=t.apply(n,arguments)),gr(this,n)}}));var br=C,jr=mr(u);jr._=jr;var wr=jr},701:function(n,t,r){(function(n){
+/**
+ * Copyright (c) 2015
+ *
+ * @author Julius Härtl <jus@bitgrid.net>
+ * @author Robin Appelman <robin@icewind.nl>
+ * @author Roeland Jago Douma <roeland@famdouma.nl>
+ * @author Vincent Petry <vincent@nextcloud.com>
+ *
+ * @license GNU AGPL version 3 or any later version
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Affero General Public License as
+ * published by the Free Software Foundation, either version 3 of the
+ * License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Affero General Public License for more details.
+ *
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ *
+ */
+!function(t){const r=function(t){const r=this;n.each(t,(function(t,u){n.isFunction(t)||(r[u]=t)})),n.isUndefined(this.id)||(this.id=parseInt(t.id,10)),this.path=t.path||"","dir"===this.type?this.mimetype="httpd/unix-directory":this.mimetype=this.mimetype||"application/octet-stream",this.type||("httpd/unix-directory"===this.mimetype?this.type="dir":this.type="file")};r.prototype={id:null,name:null,path:null,mimetype:null,icon:null,type:null,permissions:null,mtime:null,etag:null,mountType:null,hasPreview:!0,sharePermissions:null,quotaAvailableBytes:-1},t.Files||(t.Files={}),t.Files.FileInfo=r}(OC)}).call(this,r(6))}});
+//# sourceMappingURL=files_fileinfo.js.map \ No newline at end of file
diff --git a/core/js/dist/files_fileinfo.js.map b/core/js/dist/files_fileinfo.js.map
new file mode 100644
index 00000000000..6b45a28d2b4
--- /dev/null
+++ b/core/js/dist/files_fileinfo.js.map
@@ -0,0 +1 @@
+{"version":3,"sources":["webpack:///webpack/bootstrap","webpack:///./node_modules/underscore/modules/_setup.js","webpack:///(webpack)/buildin/global.js","webpack:///./node_modules/underscore/modules/restArguments.js","webpack:///./node_modules/underscore/modules/isObject.js","webpack:///./node_modules/underscore/modules/isNull.js","webpack:///./node_modules/underscore/modules/isUndefined.js","webpack:///./node_modules/underscore/modules/isBoolean.js","webpack:///./node_modules/underscore/modules/isElement.js","webpack:///./node_modules/underscore/modules/_tagTester.js","webpack:///./node_modules/underscore/modules/isString.js","webpack:///./node_modules/underscore/modules/isNumber.js","webpack:///./node_modules/underscore/modules/isDate.js","webpack:///./node_modules/underscore/modules/isRegExp.js","webpack:///./node_modules/underscore/modules/isError.js","webpack:///./node_modules/underscore/modules/isSymbol.js","webpack:///./node_modules/underscore/modules/isArrayBuffer.js","webpack:///./node_modules/underscore/modules/isFunction.js","webpack:///./node_modules/underscore/modules/_hasObjectTag.js","webpack:///./node_modules/underscore/modules/_stringTagBug.js","webpack:///./node_modules/underscore/modules/isDataView.js","webpack:///./node_modules/underscore/modules/isArray.js","webpack:///./node_modules/underscore/modules/_has.js","webpack:///./node_modules/underscore/modules/isArguments.js","webpack:///./node_modules/underscore/modules/isFinite.js","webpack:///./node_modules/underscore/modules/isNaN.js","webpack:///./node_modules/underscore/modules/constant.js","webpack:///./node_modules/underscore/modules/_createSizePropertyCheck.js","webpack:///./node_modules/underscore/modules/_shallowProperty.js","webpack:///./node_modules/underscore/modules/_getByteLength.js","webpack:///./node_modules/underscore/modules/_isBufferLike.js","webpack:///./node_modules/underscore/modules/isTypedArray.js","webpack:///./node_modules/underscore/modules/_getLength.js","webpack:///./node_modules/underscore/modules/_collectNonEnumProps.js","webpack:///./node_modules/underscore/modules/keys.js","webpack:///./node_modules/underscore/modules/isEmpty.js","webpack:///./node_modules/underscore/modules/isMatch.js","webpack:///./node_modules/underscore/modules/underscore.js","webpack:///./node_modules/underscore/modules/_toBufferView.js","webpack:///./node_modules/underscore/modules/isEqual.js","webpack:///./node_modules/underscore/modules/allKeys.js","webpack:///./node_modules/underscore/modules/_methodFingerprint.js","webpack:///./node_modules/underscore/modules/isMap.js","webpack:///./node_modules/underscore/modules/isWeakMap.js","webpack:///./node_modules/underscore/modules/isSet.js","webpack:///./node_modules/underscore/modules/isWeakSet.js","webpack:///./node_modules/underscore/modules/values.js","webpack:///./node_modules/underscore/modules/pairs.js","webpack:///./node_modules/underscore/modules/invert.js","webpack:///./node_modules/underscore/modules/functions.js","webpack:///./node_modules/underscore/modules/_createAssigner.js","webpack:///./node_modules/underscore/modules/extend.js","webpack:///./node_modules/underscore/modules/extendOwn.js","webpack:///./node_modules/underscore/modules/defaults.js","webpack:///./node_modules/underscore/modules/_baseCreate.js","webpack:///./node_modules/underscore/modules/create.js","webpack:///./node_modules/underscore/modules/clone.js","webpack:///./node_modules/underscore/modules/tap.js","webpack:///./node_modules/underscore/modules/toPath.js","webpack:///./node_modules/underscore/modules/_toPath.js","webpack:///./node_modules/underscore/modules/_deepGet.js","webpack:///./node_modules/underscore/modules/get.js","webpack:///./node_modules/underscore/modules/has.js","webpack:///./node_modules/underscore/modules/identity.js","webpack:///./node_modules/underscore/modules/matcher.js","webpack:///./node_modules/underscore/modules/property.js","webpack:///./node_modules/underscore/modules/_optimizeCb.js","webpack:///./node_modules/underscore/modules/_baseIteratee.js","webpack:///./node_modules/underscore/modules/iteratee.js","webpack:///./node_modules/underscore/modules/_cb.js","webpack:///./node_modules/underscore/modules/mapObject.js","webpack:///./node_modules/underscore/modules/noop.js","webpack:///./node_modules/underscore/modules/propertyOf.js","webpack:///./node_modules/underscore/modules/times.js","webpack:///./node_modules/underscore/modules/random.js","webpack:///./node_modules/underscore/modules/now.js","webpack:///./node_modules/underscore/modules/_createEscaper.js","webpack:///./node_modules/underscore/modules/_escapeMap.js","webpack:///./node_modules/underscore/modules/escape.js","webpack:///./node_modules/underscore/modules/unescape.js","webpack:///./node_modules/underscore/modules/_unescapeMap.js","webpack:///./node_modules/underscore/modules/templateSettings.js","webpack:///./node_modules/underscore/modules/template.js","webpack:///./node_modules/underscore/modules/result.js","webpack:///./node_modules/underscore/modules/uniqueId.js","webpack:///./node_modules/underscore/modules/chain.js","webpack:///./node_modules/underscore/modules/_executeBound.js","webpack:///./node_modules/underscore/modules/partial.js","webpack:///./node_modules/underscore/modules/bind.js","webpack:///./node_modules/underscore/modules/_isArrayLike.js","webpack:///./node_modules/underscore/modules/_flatten.js","webpack:///./node_modules/underscore/modules/bindAll.js","webpack:///./node_modules/underscore/modules/memoize.js","webpack:///./node_modules/underscore/modules/delay.js","webpack:///./node_modules/underscore/modules/defer.js","webpack:///./node_modules/underscore/modules/throttle.js","webpack:///./node_modules/underscore/modules/debounce.js","webpack:///./node_modules/underscore/modules/wrap.js","webpack:///./node_modules/underscore/modules/negate.js","webpack:///./node_modules/underscore/modules/compose.js","webpack:///./node_modules/underscore/modules/after.js","webpack:///./node_modules/underscore/modules/before.js","webpack:///./node_modules/underscore/modules/once.js","webpack:///./node_modules/underscore/modules/findKey.js","webpack:///./node_modules/underscore/modules/_createPredicateIndexFinder.js","webpack:///./node_modules/underscore/modules/findIndex.js","webpack:///./node_modules/underscore/modules/findLastIndex.js","webpack:///./node_modules/underscore/modules/sortedIndex.js","webpack:///./node_modules/underscore/modules/_createIndexFinder.js","webpack:///./node_modules/underscore/modules/indexOf.js","webpack:///./node_modules/underscore/modules/lastIndexOf.js","webpack:///./node_modules/underscore/modules/find.js","webpack:///./node_modules/underscore/modules/findWhere.js","webpack:///./node_modules/underscore/modules/each.js","webpack:///./node_modules/underscore/modules/map.js","webpack:///./node_modules/underscore/modules/_createReduce.js","webpack:///./node_modules/underscore/modules/reduce.js","webpack:///./node_modules/underscore/modules/reduceRight.js","webpack:///./node_modules/underscore/modules/filter.js","webpack:///./node_modules/underscore/modules/reject.js","webpack:///./node_modules/underscore/modules/every.js","webpack:///./node_modules/underscore/modules/some.js","webpack:///./node_modules/underscore/modules/contains.js","webpack:///./node_modules/underscore/modules/invoke.js","webpack:///./node_modules/underscore/modules/pluck.js","webpack:///./node_modules/underscore/modules/where.js","webpack:///./node_modules/underscore/modules/max.js","webpack:///./node_modules/underscore/modules/min.js","webpack:///./node_modules/underscore/modules/sample.js","webpack:///./node_modules/underscore/modules/shuffle.js","webpack:///./node_modules/underscore/modules/sortBy.js","webpack:///./node_modules/underscore/modules/_group.js","webpack:///./node_modules/underscore/modules/groupBy.js","webpack:///./node_modules/underscore/modules/indexBy.js","webpack:///./node_modules/underscore/modules/countBy.js","webpack:///./node_modules/underscore/modules/partition.js","webpack:///./node_modules/underscore/modules/toArray.js","webpack:///./node_modules/underscore/modules/size.js","webpack:///./node_modules/underscore/modules/_keyInObj.js","webpack:///./node_modules/underscore/modules/pick.js","webpack:///./node_modules/underscore/modules/omit.js","webpack:///./node_modules/underscore/modules/initial.js","webpack:///./node_modules/underscore/modules/first.js","webpack:///./node_modules/underscore/modules/rest.js","webpack:///./node_modules/underscore/modules/last.js","webpack:///./node_modules/underscore/modules/compact.js","webpack:///./node_modules/underscore/modules/flatten.js","webpack:///./node_modules/underscore/modules/difference.js","webpack:///./node_modules/underscore/modules/without.js","webpack:///./node_modules/underscore/modules/uniq.js","webpack:///./node_modules/underscore/modules/union.js","webpack:///./node_modules/underscore/modules/intersection.js","webpack:///./node_modules/underscore/modules/unzip.js","webpack:///./node_modules/underscore/modules/zip.js","webpack:///./node_modules/underscore/modules/object.js","webpack:///./node_modules/underscore/modules/range.js","webpack:///./node_modules/underscore/modules/chunk.js","webpack:///./node_modules/underscore/modules/_chainResult.js","webpack:///./node_modules/underscore/modules/mixin.js","webpack:///./node_modules/underscore/modules/underscore-array-methods.js","webpack:///./node_modules/underscore/modules/index-default.js","webpack:///./core/src/files/fileinfo.js"],"names":["installedModules","__webpack_require__","moduleId","exports","module","i","l","modules","call","m","c","d","name","getter","o","Object","defineProperty","enumerable","get","r","Symbol","toStringTag","value","t","mode","__esModule","ns","create","key","bind","n","object","property","prototype","hasOwnProperty","p","s","VERSION","root","self","global","Function","ArrayProto","Array","ObjProto","SymbolProto","push","slice","toString","supportsArrayBuffer","ArrayBuffer","supportsDataView","DataView","nativeIsArray","isArray","nativeKeys","keys","nativeCreate","nativeIsView","isView","_isNaN","isNaN","_isFinite","isFinite","hasEnumBug","propertyIsEnumerable","nonEnumerableProps","MAX_ARRAY_INDEX","Math","pow","g","this","e","window","restArguments","func","startIndex","length","max","arguments","rest","index","args","apply","isObject","obj","type","isNull","isUndefined","isBoolean","isElement","nodeType","tagTester","tag","isFunction","nodelist","document","childNodes","Int8Array","hasStringTagBug","isIE11","Map","isDataView","getInt8","isArrayBuffer","buffer","has","isArguments","isSymbol","parseFloat","isNumber","constant","createSizePropertyCheck","getSizeProperty","collection","sizeProperty","shallowProperty","typedArrayPattern","test","collectNonEnumProps","hash","contains","emulatedSet","nonEnumIdx","constructor","proto","prop","isEmpty","isString","isMatch","attrs","_keys","_","_wrapped","toBufferView","bufferSource","Uint8Array","byteOffset","valueOf","toJSON","String","eq","a","b","aStack","bStack","deepEq","className","areArrays","aCtor","bCtor","pop","isEqual","allKeys","ie11fingerprint","methods","weakMapMethods","forEachName","commonInit","mapTail","mapMethods","concat","setMethods","values","pairs","invert","result","functions","names","sort","createAssigner","keysFunc","defaults","source","baseCreate","Ctor","props","extendOwn","clone","extend","tap","interceptor","toPath","path","deepGet","defaultValue","identity","optimizeCb","context","argCount","accumulator","baseIteratee","Infinity","cb","iteratee","mapObject","results","currentKey","noop","propertyOf","times","accum","random","min","floor","Date","getTime","createEscaper","map","escaper","match","join","testRegexp","RegExp","replaceRegexp","string","replace","templateSettings","evaluate","interpolate","escape","noMatch","escapes","escapeRegExp","escapeChar","text","settings","oldSettings","render","matcher","offset","variable","template","data","argument","fallback","idCounter","uniqueId","prefix","id","chain","instance","_chain","executeBound","sourceFunc","boundFunc","callingContext","partial","boundArgs","placeholder","bound","position","TypeError","callArgs","flatten","input","depth","strict","output","idx","j","len","Error","hasher","memoize","cache","address","wait","setTimeout","delay","throttle","options","timeout","previous","later","leading","now","throttled","_now","remaining","clearTimeout","trailing","cancel","debounce","immediate","debounced","callNow","wrap","wrapper","negate","predicate","compose","start","after","before","memo","findKey","createPredicateIndexFinder","dir","array","low","high","mid","createIndexFinder","predicateFind","sortedIndex","item","findIndex","findLastIndex","find","findWhere","each","createReduce","reducer","initial","filter","list","reject","every","some","fromIndex","guard","indexOf","contextPath","method","pluck","where","computed","lastComputed","v","sample","last","rand","temp","shuffle","sortBy","criteria","left","right","group","behavior","partition","pass","reStrSymbol","toArray","size","keyInObj","pick","first","compact","Boolean","otherArrays","difference","uniq","isSorted","seen","arrays","intersection","argsLength","unzip","range","stop","step","ceil","chunk","count","chainResult","mixin","OC","FileInfo","parseInt","mimetype","icon","permissions","mtime","etag","mountType","hasPreview","sharePermissions","quotaAvailableBytes","Files"],"mappings":"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","file":"files_fileinfo.js","sourcesContent":[" \t// The module cache\n \tvar installedModules = {};\n\n \t// The require function\n \tfunction __webpack_require__(moduleId) {\n\n \t\t// Check if module is in cache\n \t\tif(installedModules[moduleId]) {\n \t\t\treturn installedModules[moduleId].exports;\n \t\t}\n \t\t// Create a new module (and put it into the cache)\n \t\tvar module = installedModules[moduleId] = {\n \t\t\ti: moduleId,\n \t\t\tl: false,\n \t\t\texports: {}\n \t\t};\n\n \t\t// Execute the module function\n \t\tmodules[moduleId].call(module.exports, module, module.exports, __webpack_require__);\n\n \t\t// Flag the module as loaded\n \t\tmodule.l = true;\n\n \t\t// Return the exports of the module\n \t\treturn module.exports;\n \t}\n\n\n \t// expose the modules object (__webpack_modules__)\n \t__webpack_require__.m = modules;\n\n \t// expose the module cache\n \t__webpack_require__.c = installedModules;\n\n \t// define getter function for harmony exports\n \t__webpack_require__.d = function(exports, name, getter) {\n \t\tif(!__webpack_require__.o(exports, name)) {\n \t\t\tObject.defineProperty(exports, name, { enumerable: true, get: getter });\n \t\t}\n \t};\n\n \t// define __esModule on exports\n \t__webpack_require__.r = function(exports) {\n \t\tif(typeof Symbol !== 'undefined' && Symbol.toStringTag) {\n \t\t\tObject.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });\n \t\t}\n \t\tObject.defineProperty(exports, '__esModule', { value: true });\n \t};\n\n \t// create a fake namespace object\n \t// mode & 1: value is a module id, require it\n \t// mode & 2: merge all properties of value into the ns\n \t// mode & 4: return value when already ns object\n \t// mode & 8|1: behave like require\n \t__webpack_require__.t = function(value, mode) {\n \t\tif(mode & 1) value = __webpack_require__(value);\n \t\tif(mode & 8) return value;\n \t\tif((mode & 4) && typeof value === 'object' && value && value.__esModule) return value;\n \t\tvar ns = Object.create(null);\n \t\t__webpack_require__.r(ns);\n \t\tObject.defineProperty(ns, 'default', { enumerable: true, value: value });\n \t\tif(mode & 2 && typeof value != 'string') for(var key in value) __webpack_require__.d(ns, key, function(key) { return value[key]; }.bind(null, key));\n \t\treturn ns;\n \t};\n\n \t// getDefaultExport function for compatibility with non-harmony modules\n \t__webpack_require__.n = function(module) {\n \t\tvar getter = module && module.__esModule ?\n \t\t\tfunction getDefault() { return module['default']; } :\n \t\t\tfunction getModuleExports() { return module; };\n \t\t__webpack_require__.d(getter, 'a', getter);\n \t\treturn getter;\n \t};\n\n \t// Object.prototype.hasOwnProperty.call\n \t__webpack_require__.o = function(object, property) { return Object.prototype.hasOwnProperty.call(object, property); };\n\n \t// __webpack_public_path__\n \t__webpack_require__.p = \"\";\n\n\n \t// Load entry module and return exports\n \treturn __webpack_require__(__webpack_require__.s = 701);\n","// Current version.\nexport var VERSION = '1.12.0';\n\n// Establish the root object, `window` (`self`) in the browser, `global`\n// on the server, or `this` in some virtual machines. We use `self`\n// instead of `window` for `WebWorker` support.\nexport var root = typeof self == 'object' && self.self === self && self ||\n typeof global == 'object' && global.global === global && global ||\n Function('return this')() ||\n {};\n\n// Save bytes in the minified (but not gzipped) version:\nexport var ArrayProto = Array.prototype, ObjProto = Object.prototype;\nexport var SymbolProto = typeof Symbol !== 'undefined' ? Symbol.prototype : null;\n\n// Create quick reference variables for speed access to core prototypes.\nexport var push = ArrayProto.push,\n slice = ArrayProto.slice,\n toString = ObjProto.toString,\n hasOwnProperty = ObjProto.hasOwnProperty;\n\n// Modern feature detection.\nexport var supportsArrayBuffer = typeof ArrayBuffer !== 'undefined',\n supportsDataView = typeof DataView !== 'undefined';\n\n// All **ECMAScript 5+** native function implementations that we hope to use\n// are declared here.\nexport var nativeIsArray = Array.isArray,\n nativeKeys = Object.keys,\n nativeCreate = Object.create,\n nativeIsView = supportsArrayBuffer && ArrayBuffer.isView;\n\n// Create references to these builtin functions because we override them.\nexport var _isNaN = isNaN,\n _isFinite = isFinite;\n\n// Keys in IE < 9 that won't be iterated by `for key in ...` and thus missed.\nexport var hasEnumBug = !{toString: null}.propertyIsEnumerable('toString');\nexport var nonEnumerableProps = ['valueOf', 'isPrototypeOf', 'toString',\n 'propertyIsEnumerable', 'hasOwnProperty', 'toLocaleString'];\n\n// The largest integer that can be represented exactly.\nexport var MAX_ARRAY_INDEX = Math.pow(2, 53) - 1;\n","var g;\n\n// This works in non-strict mode\ng = (function() {\n\treturn this;\n})();\n\ntry {\n\t// This works if eval is allowed (see CSP)\n\tg = g || new Function(\"return this\")();\n} catch (e) {\n\t// This works if the window reference is available\n\tif (typeof window === \"object\") g = window;\n}\n\n// g can still be undefined, but nothing to do about it...\n// We return undefined, instead of nothing here, so it's\n// easier to handle this case. if(!global) { ...}\n\nmodule.exports = g;\n","// Some functions take a variable number of arguments, or a few expected\n// arguments at the beginning and then a variable number of values to operate\n// on. This helper accumulates all remaining arguments past the function’s\n// argument length (or an explicit `startIndex`), into an array that becomes\n// the last argument. Similar to ES6’s \"rest parameter\".\nexport default function restArguments(func, startIndex) {\n startIndex = startIndex == null ? func.length - 1 : +startIndex;\n return function() {\n var length = Math.max(arguments.length - startIndex, 0),\n rest = Array(length),\n index = 0;\n for (; index < length; index++) {\n rest[index] = arguments[index + startIndex];\n }\n switch (startIndex) {\n case 0: return func.call(this, rest);\n case 1: return func.call(this, arguments[0], rest);\n case 2: return func.call(this, arguments[0], arguments[1], rest);\n }\n var args = Array(startIndex + 1);\n for (index = 0; index < startIndex; index++) {\n args[index] = arguments[index];\n }\n args[startIndex] = rest;\n return func.apply(this, args);\n };\n}\n","// Is a given variable an object?\nexport default function isObject(obj) {\n var type = typeof obj;\n return type === 'function' || type === 'object' && !!obj;\n}\n","// Is a given value equal to null?\nexport default function isNull(obj) {\n return obj === null;\n}\n","// Is a given variable undefined?\nexport default function isUndefined(obj) {\n return obj === void 0;\n}\n","import { toString } from './_setup.js';\n\n// Is a given value a boolean?\nexport default function isBoolean(obj) {\n return obj === true || obj === false || toString.call(obj) === '[object Boolean]';\n}\n","// Is a given value a DOM element?\nexport default function isElement(obj) {\n return !!(obj && obj.nodeType === 1);\n}\n","import { toString } from './_setup.js';\n\n// Internal function for creating a `toString`-based type tester.\nexport default function tagTester(name) {\n var tag = '[object ' + name + ']';\n return function(obj) {\n return toString.call(obj) === tag;\n };\n}\n","import tagTester from './_tagTester.js';\n\nexport default tagTester('String');\n","import tagTester from './_tagTester.js';\n\nexport default tagTester('Number');\n","import tagTester from './_tagTester.js';\n\nexport default tagTester('Date');\n","import tagTester from './_tagTester.js';\n\nexport default tagTester('RegExp');\n","import tagTester from './_tagTester.js';\n\nexport default tagTester('Error');\n","import tagTester from './_tagTester.js';\n\nexport default tagTester('Symbol');\n","import tagTester from './_tagTester.js';\n\nexport default tagTester('ArrayBuffer');\n","import tagTester from './_tagTester.js';\nimport { root } from './_setup.js';\n\nvar isFunction = tagTester('Function');\n\n// Optimize `isFunction` if appropriate. Work around some `typeof` bugs in old\n// v8, IE 11 (#1621), Safari 8 (#1929), and PhantomJS (#2236).\nvar nodelist = root.document && root.document.childNodes;\nif (typeof /./ != 'function' && typeof Int8Array != 'object' && typeof nodelist != 'function') {\n isFunction = function(obj) {\n return typeof obj == 'function' || false;\n };\n}\n\nexport default isFunction;\n","import tagTester from './_tagTester.js';\n\nexport default tagTester('Object');\n","import { supportsDataView } from './_setup.js';\nimport hasObjectTag from './_hasObjectTag.js';\n\n// In IE 10 - Edge 13, `DataView` has string tag `'[object Object]'`.\n// In IE 11, the most common among them, this problem also applies to\n// `Map`, `WeakMap` and `Set`.\nexport var hasStringTagBug = (\n supportsDataView && hasObjectTag(new DataView(new ArrayBuffer(8)))\n ),\n isIE11 = (typeof Map !== 'undefined' && hasObjectTag(new Map));\n","import tagTester from './_tagTester.js';\nimport isFunction from './isFunction.js';\nimport isArrayBuffer from './isArrayBuffer.js';\nimport { hasStringTagBug } from './_stringTagBug.js';\n\nvar isDataView = tagTester('DataView');\n\n// In IE 10 - Edge 13, we need a different heuristic\n// to determine whether an object is a `DataView`.\nfunction ie10IsDataView(obj) {\n return obj != null && isFunction(obj.getInt8) && isArrayBuffer(obj.buffer);\n}\n\nexport default (hasStringTagBug ? ie10IsDataView : isDataView);\n","import { nativeIsArray } from './_setup.js';\nimport tagTester from './_tagTester.js';\n\n// Is a given value an array?\n// Delegates to ECMA5's native `Array.isArray`.\nexport default nativeIsArray || tagTester('Array');\n","import { hasOwnProperty } from './_setup.js';\n\n// Internal function to check whether `key` is an own property name of `obj`.\nexport default function has(obj, key) {\n return obj != null && hasOwnProperty.call(obj, key);\n}\n","import tagTester from './_tagTester.js';\nimport has from './_has.js';\n\nvar isArguments = tagTester('Arguments');\n\n// Define a fallback version of the method in browsers (ahem, IE < 9), where\n// there isn't any inspectable \"Arguments\" type.\n(function() {\n if (!isArguments(arguments)) {\n isArguments = function(obj) {\n return has(obj, 'callee');\n };\n }\n}());\n\nexport default isArguments;\n","import { _isFinite } from './_setup.js';\nimport isSymbol from './isSymbol.js';\n\n// Is a given object a finite number?\nexport default function isFinite(obj) {\n return !isSymbol(obj) && _isFinite(obj) && !isNaN(parseFloat(obj));\n}\n","import { _isNaN } from './_setup.js';\nimport isNumber from './isNumber.js';\n\n// Is the given value `NaN`?\nexport default function isNaN(obj) {\n return isNumber(obj) && _isNaN(obj);\n}\n","// Predicate-generating function. Often useful outside of Underscore.\nexport default function constant(value) {\n return function() {\n return value;\n };\n}\n","import { MAX_ARRAY_INDEX } from './_setup.js';\n\n// Common internal logic for `isArrayLike` and `isBufferLike`.\nexport default function createSizePropertyCheck(getSizeProperty) {\n return function(collection) {\n var sizeProperty = getSizeProperty(collection);\n return typeof sizeProperty == 'number' && sizeProperty >= 0 && sizeProperty <= MAX_ARRAY_INDEX;\n }\n}\n","// Internal helper to generate a function to obtain property `key` from `obj`.\nexport default function shallowProperty(key) {\n return function(obj) {\n return obj == null ? void 0 : obj[key];\n };\n}\n","import shallowProperty from './_shallowProperty.js';\n\n// Internal helper to obtain the `byteLength` property of an object.\nexport default shallowProperty('byteLength');\n","import createSizePropertyCheck from './_createSizePropertyCheck.js';\nimport getByteLength from './_getByteLength.js';\n\n// Internal helper to determine whether we should spend extensive checks against\n// `ArrayBuffer` et al.\nexport default createSizePropertyCheck(getByteLength);\n","import { supportsArrayBuffer, nativeIsView, toString } from './_setup.js';\nimport isDataView from './isDataView.js';\nimport constant from './constant.js';\nimport isBufferLike from './_isBufferLike.js';\n\n// Is a given value a typed array?\nvar typedArrayPattern = /\\[object ((I|Ui)nt(8|16|32)|Float(32|64)|Uint8Clamped|Big(I|Ui)nt64)Array\\]/;\nfunction isTypedArray(obj) {\n // `ArrayBuffer.isView` is the most future-proof, so use it when available.\n // Otherwise, fall back on the above regular expression.\n return nativeIsView ? (nativeIsView(obj) && !isDataView(obj)) :\n isBufferLike(obj) && typedArrayPattern.test(toString.call(obj));\n}\n\nexport default supportsArrayBuffer ? isTypedArray : constant(false);\n","import shallowProperty from './_shallowProperty.js';\n\n// Internal helper to obtain the `length` property of an object.\nexport default shallowProperty('length');\n","import { nonEnumerableProps, ObjProto } from './_setup.js';\nimport isFunction from './isFunction.js';\nimport has from './_has.js';\n\n// Internal helper to create a simple lookup structure.\n// `collectNonEnumProps` used to depend on `_.contains`, but this led to\n// circular imports. `emulatedSet` is a one-off solution that only works for\n// arrays of strings.\nfunction emulatedSet(keys) {\n var hash = {};\n for (var l = keys.length, i = 0; i < l; ++i) hash[keys[i]] = true;\n return {\n contains: function(key) { return hash[key]; },\n push: function(key) {\n hash[key] = true;\n return keys.push(key);\n }\n };\n}\n\n// Internal helper. Checks `keys` for the presence of keys in IE < 9 that won't\n// be iterated by `for key in ...` and thus missed. Extends `keys` in place if\n// needed.\nexport default function collectNonEnumProps(obj, keys) {\n keys = emulatedSet(keys);\n var nonEnumIdx = nonEnumerableProps.length;\n var constructor = obj.constructor;\n var proto = isFunction(constructor) && constructor.prototype || ObjProto;\n\n // Constructor is a special case.\n var prop = 'constructor';\n if (has(obj, prop) && !keys.contains(prop)) keys.push(prop);\n\n while (nonEnumIdx--) {\n prop = nonEnumerableProps[nonEnumIdx];\n if (prop in obj && obj[prop] !== proto[prop] && !keys.contains(prop)) {\n keys.push(prop);\n }\n }\n}\n","import isObject from './isObject.js';\nimport { nativeKeys, hasEnumBug } from './_setup.js';\nimport has from './_has.js';\nimport collectNonEnumProps from './_collectNonEnumProps.js';\n\n// Retrieve the names of an object's own properties.\n// Delegates to **ECMAScript 5**'s native `Object.keys`.\nexport default function keys(obj) {\n if (!isObject(obj)) return [];\n if (nativeKeys) return nativeKeys(obj);\n var keys = [];\n for (var key in obj) if (has(obj, key)) keys.push(key);\n // Ahem, IE < 9.\n if (hasEnumBug) collectNonEnumProps(obj, keys);\n return keys;\n}\n","import getLength from './_getLength.js';\nimport isArray from './isArray.js';\nimport isString from './isString.js';\nimport isArguments from './isArguments.js';\nimport keys from './keys.js';\n\n// Is a given array, string, or object empty?\n// An \"empty\" object has no enumerable own-properties.\nexport default function isEmpty(obj) {\n if (obj == null) return true;\n // Skip the more expensive `toString`-based type checks if `obj` has no\n // `.length`.\n var length = getLength(obj);\n if (typeof length == 'number' && (\n isArray(obj) || isString(obj) || isArguments(obj)\n )) return length === 0;\n return getLength(keys(obj)) === 0;\n}\n","import keys from './keys.js';\n\n// Returns whether an object has a given set of `key:value` pairs.\nexport default function isMatch(object, attrs) {\n var _keys = keys(attrs), length = _keys.length;\n if (object == null) return !length;\n var obj = Object(object);\n for (var i = 0; i < length; i++) {\n var key = _keys[i];\n if (attrs[key] !== obj[key] || !(key in obj)) return false;\n }\n return true;\n}\n","import { VERSION } from './_setup.js';\n\n// If Underscore is called as a function, it returns a wrapped object that can\n// be used OO-style. This wrapper holds altered versions of all functions added\n// through `_.mixin`. Wrapped objects may be chained.\nexport default function _(obj) {\n if (obj instanceof _) return obj;\n if (!(this instanceof _)) return new _(obj);\n this._wrapped = obj;\n}\n\n_.VERSION = VERSION;\n\n// Extracts the result from a wrapped and chained object.\n_.prototype.value = function() {\n return this._wrapped;\n};\n\n// Provide unwrapping proxies for some methods used in engine operations\n// such as arithmetic and JSON stringification.\n_.prototype.valueOf = _.prototype.toJSON = _.prototype.value;\n\n_.prototype.toString = function() {\n return String(this._wrapped);\n};\n","import getByteLength from './_getByteLength.js';\n\n// Internal function to wrap or shallow-copy an ArrayBuffer,\n// typed array or DataView to a new view, reusing the buffer.\nexport default function toBufferView(bufferSource) {\n return new Uint8Array(\n bufferSource.buffer || bufferSource,\n bufferSource.byteOffset || 0,\n getByteLength(bufferSource)\n );\n}\n","import _ from './underscore.js';\nimport { toString, SymbolProto } from './_setup.js';\nimport getByteLength from './_getByteLength.js';\nimport isTypedArray from './isTypedArray.js';\nimport isFunction from './isFunction.js';\nimport { hasStringTagBug } from './_stringTagBug.js';\nimport isDataView from './isDataView.js';\nimport keys from './keys.js';\nimport has from './_has.js';\nimport toBufferView from './_toBufferView.js';\n\n// We use this string twice, so give it a name for minification.\nvar tagDataView = '[object DataView]';\n\n// Internal recursive comparison function for `_.isEqual`.\nfunction eq(a, b, aStack, bStack) {\n // Identical objects are equal. `0 === -0`, but they aren't identical.\n // See the [Harmony `egal` proposal](https://wiki.ecmascript.org/doku.php?id=harmony:egal).\n if (a === b) return a !== 0 || 1 / a === 1 / b;\n // `null` or `undefined` only equal to itself (strict comparison).\n if (a == null || b == null) return false;\n // `NaN`s are equivalent, but non-reflexive.\n if (a !== a) return b !== b;\n // Exhaust primitive checks\n var type = typeof a;\n if (type !== 'function' && type !== 'object' && typeof b != 'object') return false;\n return deepEq(a, b, aStack, bStack);\n}\n\n// Internal recursive comparison function for `_.isEqual`.\nfunction deepEq(a, b, aStack, bStack) {\n // Unwrap any wrapped objects.\n if (a instanceof _) a = a._wrapped;\n if (b instanceof _) b = b._wrapped;\n // Compare `[[Class]]` names.\n var className = toString.call(a);\n if (className !== toString.call(b)) return false;\n // Work around a bug in IE 10 - Edge 13.\n if (hasStringTagBug && className == '[object Object]' && isDataView(a)) {\n if (!isDataView(b)) return false;\n className = tagDataView;\n }\n switch (className) {\n // These types are compared by value.\n case '[object RegExp]':\n // RegExps are coerced to strings for comparison (Note: '' + /a/i === '/a/i')\n case '[object String]':\n // Primitives and their corresponding object wrappers are equivalent; thus, `\"5\"` is\n // equivalent to `new String(\"5\")`.\n return '' + a === '' + b;\n case '[object Number]':\n // `NaN`s are equivalent, but non-reflexive.\n // Object(NaN) is equivalent to NaN.\n if (+a !== +a) return +b !== +b;\n // An `egal` comparison is performed for other numeric values.\n return +a === 0 ? 1 / +a === 1 / b : +a === +b;\n case '[object Date]':\n case '[object Boolean]':\n // Coerce dates and booleans to numeric primitive values. Dates are compared by their\n // millisecond representations. Note that invalid dates with millisecond representations\n // of `NaN` are not equivalent.\n return +a === +b;\n case '[object Symbol]':\n return SymbolProto.valueOf.call(a) === SymbolProto.valueOf.call(b);\n case '[object ArrayBuffer]':\n case tagDataView:\n // Coerce to typed array so we can fall through.\n return deepEq(toBufferView(a), toBufferView(b), aStack, bStack);\n }\n\n var areArrays = className === '[object Array]';\n if (!areArrays && isTypedArray(a)) {\n var byteLength = getByteLength(a);\n if (byteLength !== getByteLength(b)) return false;\n if (a.buffer === b.buffer && a.byteOffset === b.byteOffset) return true;\n areArrays = true;\n }\n if (!areArrays) {\n if (typeof a != 'object' || typeof b != 'object') return false;\n\n // Objects with different constructors are not equivalent, but `Object`s or `Array`s\n // from different frames are.\n var aCtor = a.constructor, bCtor = b.constructor;\n if (aCtor !== bCtor && !(isFunction(aCtor) && aCtor instanceof aCtor &&\n isFunction(bCtor) && bCtor instanceof bCtor)\n && ('constructor' in a && 'constructor' in b)) {\n return false;\n }\n }\n // Assume equality for cyclic structures. The algorithm for detecting cyclic\n // structures is adapted from ES 5.1 section 15.12.3, abstract operation `JO`.\n\n // Initializing stack of traversed objects.\n // It's done here since we only need them for objects and arrays comparison.\n aStack = aStack || [];\n bStack = bStack || [];\n var length = aStack.length;\n while (length--) {\n // Linear search. Performance is inversely proportional to the number of\n // unique nested structures.\n if (aStack[length] === a) return bStack[length] === b;\n }\n\n // Add the first object to the stack of traversed objects.\n aStack.push(a);\n bStack.push(b);\n\n // Recursively compare objects and arrays.\n if (areArrays) {\n // Compare array lengths to determine if a deep comparison is necessary.\n length = a.length;\n if (length !== b.length) return false;\n // Deep compare the contents, ignoring non-numeric properties.\n while (length--) {\n if (!eq(a[length], b[length], aStack, bStack)) return false;\n }\n } else {\n // Deep compare objects.\n var _keys = keys(a), key;\n length = _keys.length;\n // Ensure that both objects contain the same number of properties before comparing deep equality.\n if (keys(b).length !== length) return false;\n while (length--) {\n // Deep compare each member\n key = _keys[length];\n if (!(has(b, key) && eq(a[key], b[key], aStack, bStack))) return false;\n }\n }\n // Remove the first object from the stack of traversed objects.\n aStack.pop();\n bStack.pop();\n return true;\n}\n\n// Perform a deep comparison to check if two objects are equal.\nexport default function isEqual(a, b) {\n return eq(a, b);\n}\n","import isObject from './isObject.js';\nimport { hasEnumBug } from './_setup.js';\nimport collectNonEnumProps from './_collectNonEnumProps.js';\n\n// Retrieve all the enumerable property names of an object.\nexport default function allKeys(obj) {\n if (!isObject(obj)) return [];\n var keys = [];\n for (var key in obj) keys.push(key);\n // Ahem, IE < 9.\n if (hasEnumBug) collectNonEnumProps(obj, keys);\n return keys;\n}\n","import getLength from './_getLength.js';\nimport isFunction from './isFunction.js';\nimport allKeys from './allKeys.js';\n\n// Since the regular `Object.prototype.toString` type tests don't work for\n// some types in IE 11, we use a fingerprinting heuristic instead, based\n// on the methods. It's not great, but it's the best we got.\n// The fingerprint method lists are defined below.\nexport function ie11fingerprint(methods) {\n var length = getLength(methods);\n return function(obj) {\n if (obj == null) return false;\n // `Map`, `WeakMap` and `Set` have no enumerable keys.\n var keys = allKeys(obj);\n if (getLength(keys)) return false;\n for (var i = 0; i < length; i++) {\n if (!isFunction(obj[methods[i]])) return false;\n }\n // If we are testing against `WeakMap`, we need to ensure that\n // `obj` doesn't have a `forEach` method in order to distinguish\n // it from a regular `Map`.\n return methods !== weakMapMethods || !isFunction(obj[forEachName]);\n };\n}\n\n// In the interest of compact minification, we write\n// each string in the fingerprints only once.\nvar forEachName = 'forEach',\n hasName = 'has',\n commonInit = ['clear', 'delete'],\n mapTail = ['get', hasName, 'set'];\n\n// `Map`, `WeakMap` and `Set` each have slightly different\n// combinations of the above sublists.\nexport var mapMethods = commonInit.concat(forEachName, mapTail),\n weakMapMethods = commonInit.concat(mapTail),\n setMethods = ['add'].concat(commonInit, forEachName, hasName);\n","import tagTester from './_tagTester.js';\nimport { isIE11 } from './_stringTagBug.js';\nimport { ie11fingerprint, mapMethods } from './_methodFingerprint.js';\n\nexport default isIE11 ? ie11fingerprint(mapMethods) : tagTester('Map');\n","import tagTester from './_tagTester.js';\nimport { isIE11 } from './_stringTagBug.js';\nimport { ie11fingerprint, weakMapMethods } from './_methodFingerprint.js';\n\nexport default isIE11 ? ie11fingerprint(weakMapMethods) : tagTester('WeakMap');\n","import tagTester from './_tagTester.js';\nimport { isIE11 } from './_stringTagBug.js';\nimport { ie11fingerprint, setMethods } from './_methodFingerprint.js';\n\nexport default isIE11 ? ie11fingerprint(setMethods) : tagTester('Set');\n","import tagTester from './_tagTester.js';\n\nexport default tagTester('WeakSet');\n","import keys from './keys.js';\n\n// Retrieve the values of an object's properties.\nexport default function values(obj) {\n var _keys = keys(obj);\n var length = _keys.length;\n var values = Array(length);\n for (var i = 0; i < length; i++) {\n values[i] = obj[_keys[i]];\n }\n return values;\n}\n","import keys from './keys.js';\n\n// Convert an object into a list of `[key, value]` pairs.\n// The opposite of `_.object` with one argument.\nexport default function pairs(obj) {\n var _keys = keys(obj);\n var length = _keys.length;\n var pairs = Array(length);\n for (var i = 0; i < length; i++) {\n pairs[i] = [_keys[i], obj[_keys[i]]];\n }\n return pairs;\n}\n","import keys from './keys.js';\n\n// Invert the keys and values of an object. The values must be serializable.\nexport default function invert(obj) {\n var result = {};\n var _keys = keys(obj);\n for (var i = 0, length = _keys.length; i < length; i++) {\n result[obj[_keys[i]]] = _keys[i];\n }\n return result;\n}\n","import isFunction from './isFunction.js';\n\n// Return a sorted list of the function names available on the object.\nexport default function functions(obj) {\n var names = [];\n for (var key in obj) {\n if (isFunction(obj[key])) names.push(key);\n }\n return names.sort();\n}\n","// An internal function for creating assigner functions.\nexport default function createAssigner(keysFunc, defaults) {\n return function(obj) {\n var length = arguments.length;\n if (defaults) obj = Object(obj);\n if (length < 2 || obj == null) return obj;\n for (var index = 1; index < length; index++) {\n var source = arguments[index],\n keys = keysFunc(source),\n l = keys.length;\n for (var i = 0; i < l; i++) {\n var key = keys[i];\n if (!defaults || obj[key] === void 0) obj[key] = source[key];\n }\n }\n return obj;\n };\n}\n","import createAssigner from './_createAssigner.js';\nimport allKeys from './allKeys.js';\n\n// Extend a given object with all the properties in passed-in object(s).\nexport default createAssigner(allKeys);\n","import createAssigner from './_createAssigner.js';\nimport keys from './keys.js';\n\n// Assigns a given object with all the own properties in the passed-in\n// object(s).\n// (https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Object/assign)\nexport default createAssigner(keys);\n","import createAssigner from './_createAssigner.js';\nimport allKeys from './allKeys.js';\n\n// Fill in a given object with default properties.\nexport default createAssigner(allKeys, true);\n","import isObject from './isObject.js';\nimport { nativeCreate } from './_setup.js';\n\n// Create a naked function reference for surrogate-prototype-swapping.\nfunction ctor() {\n return function(){};\n}\n\n// An internal function for creating a new object that inherits from another.\nexport default function baseCreate(prototype) {\n if (!isObject(prototype)) return {};\n if (nativeCreate) return nativeCreate(prototype);\n var Ctor = ctor();\n Ctor.prototype = prototype;\n var result = new Ctor;\n Ctor.prototype = null;\n return result;\n}\n","import baseCreate from './_baseCreate.js';\nimport extendOwn from './extendOwn.js';\n\n// Creates an object that inherits from the given prototype object.\n// If additional properties are provided then they will be added to the\n// created object.\nexport default function create(prototype, props) {\n var result = baseCreate(prototype);\n if (props) extendOwn(result, props);\n return result;\n}\n","import isObject from './isObject.js';\nimport isArray from './isArray.js';\nimport extend from './extend.js';\n\n// Create a (shallow-cloned) duplicate of an object.\nexport default function clone(obj) {\n if (!isObject(obj)) return obj;\n return isArray(obj) ? obj.slice() : extend({}, obj);\n}\n","// Invokes `interceptor` with the `obj` and then returns `obj`.\n// The primary purpose of this method is to \"tap into\" a method chain, in\n// order to perform operations on intermediate results within the chain.\nexport default function tap(obj, interceptor) {\n interceptor(obj);\n return obj;\n}\n","import _ from './underscore.js';\nimport isArray from './isArray.js';\n\n// Normalize a (deep) property `path` to array.\n// Like `_.iteratee`, this function can be customized.\nexport default function toPath(path) {\n return isArray(path) ? path : [path];\n}\n_.toPath = toPath;\n","import _ from './underscore.js';\nimport './toPath.js';\n\n// Internal wrapper for `_.toPath` to enable minification.\n// Similar to `cb` for `_.iteratee`.\nexport default function toPath(path) {\n return _.toPath(path);\n}\n","// Internal function to obtain a nested property in `obj` along `path`.\nexport default function deepGet(obj, path) {\n var length = path.length;\n for (var i = 0; i < length; i++) {\n if (obj == null) return void 0;\n obj = obj[path[i]];\n }\n return length ? obj : void 0;\n}\n","import toPath from './_toPath.js';\nimport deepGet from './_deepGet.js';\nimport isUndefined from './isUndefined.js';\n\n// Get the value of the (deep) property on `path` from `object`.\n// If any property in `path` does not exist or if the value is\n// `undefined`, return `defaultValue` instead.\n// The `path` is normalized through `_.toPath`.\nexport default function get(object, path, defaultValue) {\n var value = deepGet(object, toPath(path));\n return isUndefined(value) ? defaultValue : value;\n}\n","import _has from './_has.js';\nimport toPath from './_toPath.js';\n\n// Shortcut function for checking if an object has a given property directly on\n// itself (in other words, not on a prototype). Unlike the internal `has`\n// function, this public version can also traverse nested properties.\nexport default function has(obj, path) {\n path = toPath(path);\n var length = path.length;\n for (var i = 0; i < length; i++) {\n var key = path[i];\n if (!_has(obj, key)) return false;\n obj = obj[key];\n }\n return !!length;\n}\n","// Keep the identity function around for default iteratees.\nexport default function identity(value) {\n return value;\n}\n","import extendOwn from './extendOwn.js';\nimport isMatch from './isMatch.js';\n\n// Returns a predicate for checking whether an object has a given set of\n// `key:value` pairs.\nexport default function matcher(attrs) {\n attrs = extendOwn({}, attrs);\n return function(obj) {\n return isMatch(obj, attrs);\n };\n}\n","import deepGet from './_deepGet.js';\nimport toPath from './_toPath.js';\n\n// Creates a function that, when passed an object, will traverse that object’s\n// properties down the given `path`, specified as an array of keys or indices.\nexport default function property(path) {\n path = toPath(path);\n return function(obj) {\n return deepGet(obj, path);\n };\n}\n","// Internal function that returns an efficient (for current engines) version\n// of the passed-in callback, to be repeatedly applied in other Underscore\n// functions.\nexport default function optimizeCb(func, context, argCount) {\n if (context === void 0) return func;\n switch (argCount == null ? 3 : argCount) {\n case 1: return function(value) {\n return func.call(context, value);\n };\n // The 2-argument case is omitted because we’re not using it.\n case 3: return function(value, index, collection) {\n return func.call(context, value, index, collection);\n };\n case 4: return function(accumulator, value, index, collection) {\n return func.call(context, accumulator, value, index, collection);\n };\n }\n return function() {\n return func.apply(context, arguments);\n };\n}\n","import identity from './identity.js';\nimport isFunction from './isFunction.js';\nimport isObject from './isObject.js';\nimport isArray from './isArray.js';\nimport matcher from './matcher.js';\nimport property from './property.js';\nimport optimizeCb from './_optimizeCb.js';\n\n// An internal function to generate callbacks that can be applied to each\n// element in a collection, returning the desired result — either `_.identity`,\n// an arbitrary callback, a property matcher, or a property accessor.\nexport default function baseIteratee(value, context, argCount) {\n if (value == null) return identity;\n if (isFunction(value)) return optimizeCb(value, context, argCount);\n if (isObject(value) && !isArray(value)) return matcher(value);\n return property(value);\n}\n","import _ from './underscore.js';\nimport baseIteratee from './_baseIteratee.js';\n\n// External wrapper for our callback generator. Users may customize\n// `_.iteratee` if they want additional predicate/iteratee shorthand styles.\n// This abstraction hides the internal-only `argCount` argument.\nexport default function iteratee(value, context) {\n return baseIteratee(value, context, Infinity);\n}\n_.iteratee = iteratee;\n","import _ from './underscore.js';\nimport baseIteratee from './_baseIteratee.js';\nimport iteratee from './iteratee.js';\n\n// The function we call internally to generate a callback. It invokes\n// `_.iteratee` if overridden, otherwise `baseIteratee`.\nexport default function cb(value, context, argCount) {\n if (_.iteratee !== iteratee) return _.iteratee(value, context);\n return baseIteratee(value, context, argCount);\n}\n","import cb from './_cb.js';\nimport keys from './keys.js';\n\n// Returns the results of applying the `iteratee` to each element of `obj`.\n// In contrast to `_.map` it returns an object.\nexport default function mapObject(obj, iteratee, context) {\n iteratee = cb(iteratee, context);\n var _keys = keys(obj),\n length = _keys.length,\n results = {};\n for (var index = 0; index < length; index++) {\n var currentKey = _keys[index];\n results[currentKey] = iteratee(obj[currentKey], currentKey, obj);\n }\n return results;\n}\n","// Predicate-generating function. Often useful outside of Underscore.\nexport default function noop(){}\n","import noop from './noop.js';\nimport get from './get.js';\n\n// Generates a function for a given object that returns a given property.\nexport default function propertyOf(obj) {\n if (obj == null) return noop;\n return function(path) {\n return get(obj, path);\n };\n}\n","import optimizeCb from './_optimizeCb.js';\n\n// Run a function **n** times.\nexport default function times(n, iteratee, context) {\n var accum = Array(Math.max(0, n));\n iteratee = optimizeCb(iteratee, context, 1);\n for (var i = 0; i < n; i++) accum[i] = iteratee(i);\n return accum;\n}\n","// Return a random integer between `min` and `max` (inclusive).\nexport default function random(min, max) {\n if (max == null) {\n max = min;\n min = 0;\n }\n return min + Math.floor(Math.random() * (max - min + 1));\n}\n","// A (possibly faster) way to get the current timestamp as an integer.\nexport default Date.now || function() {\n return new Date().getTime();\n};\n","import keys from './keys.js';\n\n// Internal helper to generate functions for escaping and unescaping strings\n// to/from HTML interpolation.\nexport default function createEscaper(map) {\n var escaper = function(match) {\n return map[match];\n };\n // Regexes for identifying a key that needs to be escaped.\n var source = '(?:' + keys(map).join('|') + ')';\n var testRegexp = RegExp(source);\n var replaceRegexp = RegExp(source, 'g');\n return function(string) {\n string = string == null ? '' : '' + string;\n return testRegexp.test(string) ? string.replace(replaceRegexp, escaper) : string;\n };\n}\n","// Internal list of HTML entities for escaping.\nexport default {\n '&': '&amp;',\n '<': '&lt;',\n '>': '&gt;',\n '\"': '&quot;',\n \"'\": '&#x27;',\n '`': '&#x60;'\n};\n","import createEscaper from './_createEscaper.js';\nimport escapeMap from './_escapeMap.js';\n\n// Function for escaping strings to HTML interpolation.\nexport default createEscaper(escapeMap);\n","import createEscaper from './_createEscaper.js';\nimport unescapeMap from './_unescapeMap.js';\n\n// Function for unescaping strings from HTML interpolation.\nexport default createEscaper(unescapeMap);\n","import invert from './invert.js';\nimport escapeMap from './_escapeMap.js';\n\n// Internal list of HTML entities for unescaping.\nexport default invert(escapeMap);\n","import _ from './underscore.js';\n\n// By default, Underscore uses ERB-style template delimiters. Change the\n// following template settings to use alternative delimiters.\nexport default _.templateSettings = {\n evaluate: /<%([\\s\\S]+?)%>/g,\n interpolate: /<%=([\\s\\S]+?)%>/g,\n escape: /<%-([\\s\\S]+?)%>/g\n};\n","import defaults from './defaults.js';\nimport _ from './underscore.js';\nimport './templateSettings.js';\n\n// When customizing `_.templateSettings`, if you don't want to define an\n// interpolation, evaluation or escaping regex, we need one that is\n// guaranteed not to match.\nvar noMatch = /(.)^/;\n\n// Certain characters need to be escaped so that they can be put into a\n// string literal.\nvar escapes = {\n \"'\": \"'\",\n '\\\\': '\\\\',\n '\\r': 'r',\n '\\n': 'n',\n '\\u2028': 'u2028',\n '\\u2029': 'u2029'\n};\n\nvar escapeRegExp = /\\\\|'|\\r|\\n|\\u2028|\\u2029/g;\n\nfunction escapeChar(match) {\n return '\\\\' + escapes[match];\n}\n\n// JavaScript micro-templating, similar to John Resig's implementation.\n// Underscore templating handles arbitrary delimiters, preserves whitespace,\n// and correctly escapes quotes within interpolated code.\n// NB: `oldSettings` only exists for backwards compatibility.\nexport default function template(text, settings, oldSettings) {\n if (!settings && oldSettings) settings = oldSettings;\n settings = defaults({}, settings, _.templateSettings);\n\n // Combine delimiters into one regular expression via alternation.\n var matcher = RegExp([\n (settings.escape || noMatch).source,\n (settings.interpolate || noMatch).source,\n (settings.evaluate || noMatch).source\n ].join('|') + '|$', 'g');\n\n // Compile the template source, escaping string literals appropriately.\n var index = 0;\n var source = \"__p+='\";\n text.replace(matcher, function(match, escape, interpolate, evaluate, offset) {\n source += text.slice(index, offset).replace(escapeRegExp, escapeChar);\n index = offset + match.length;\n\n if (escape) {\n source += \"'+\\n((__t=(\" + escape + \"))==null?'':_.escape(__t))+\\n'\";\n } else if (interpolate) {\n source += \"'+\\n((__t=(\" + interpolate + \"))==null?'':__t)+\\n'\";\n } else if (evaluate) {\n source += \"';\\n\" + evaluate + \"\\n__p+='\";\n }\n\n // Adobe VMs need the match returned to produce the correct offset.\n return match;\n });\n source += \"';\\n\";\n\n // If a variable is not specified, place data values in local scope.\n if (!settings.variable) source = 'with(obj||{}){\\n' + source + '}\\n';\n\n source = \"var __t,__p='',__j=Array.prototype.join,\" +\n \"print=function(){__p+=__j.call(arguments,'');};\\n\" +\n source + 'return __p;\\n';\n\n var render;\n try {\n render = new Function(settings.variable || 'obj', '_', source);\n } catch (e) {\n e.source = source;\n throw e;\n }\n\n var template = function(data) {\n return render.call(this, data, _);\n };\n\n // Provide the compiled source as a convenience for precompilation.\n var argument = settings.variable || 'obj';\n template.source = 'function(' + argument + '){\\n' + source + '}';\n\n return template;\n}\n","import isFunction from './isFunction.js';\nimport toPath from './_toPath.js';\n\n// Traverses the children of `obj` along `path`. If a child is a function, it\n// is invoked with its parent as context. Returns the value of the final\n// child, or `fallback` if any child is undefined.\nexport default function result(obj, path, fallback) {\n path = toPath(path);\n var length = path.length;\n if (!length) {\n return isFunction(fallback) ? fallback.call(obj) : fallback;\n }\n for (var i = 0; i < length; i++) {\n var prop = obj == null ? void 0 : obj[path[i]];\n if (prop === void 0) {\n prop = fallback;\n i = length; // Ensure we don't continue iterating.\n }\n obj = isFunction(prop) ? prop.call(obj) : prop;\n }\n return obj;\n}\n","// Generate a unique integer id (unique within the entire client session).\n// Useful for temporary DOM ids.\nvar idCounter = 0;\nexport default function uniqueId(prefix) {\n var id = ++idCounter + '';\n return prefix ? prefix + id : id;\n}\n","import _ from './underscore.js';\n\n// Start chaining a wrapped Underscore object.\nexport default function chain(obj) {\n var instance = _(obj);\n instance._chain = true;\n return instance;\n}\n","import baseCreate from './_baseCreate.js';\nimport isObject from './isObject.js';\n\n// Internal function to execute `sourceFunc` bound to `context` with optional\n// `args`. Determines whether to execute a function as a constructor or as a\n// normal function.\nexport default function executeBound(sourceFunc, boundFunc, context, callingContext, args) {\n if (!(callingContext instanceof boundFunc)) return sourceFunc.apply(context, args);\n var self = baseCreate(sourceFunc.prototype);\n var result = sourceFunc.apply(self, args);\n if (isObject(result)) return result;\n return self;\n}\n","import restArguments from './restArguments.js';\nimport executeBound from './_executeBound.js';\nimport _ from './underscore.js';\n\n// Partially apply a function by creating a version that has had some of its\n// arguments pre-filled, without changing its dynamic `this` context. `_` acts\n// as a placeholder by default, allowing any combination of arguments to be\n// pre-filled. Set `_.partial.placeholder` for a custom placeholder argument.\nvar partial = restArguments(function(func, boundArgs) {\n var placeholder = partial.placeholder;\n var bound = function() {\n var position = 0, length = boundArgs.length;\n var args = Array(length);\n for (var i = 0; i < length; i++) {\n args[i] = boundArgs[i] === placeholder ? arguments[position++] : boundArgs[i];\n }\n while (position < arguments.length) args.push(arguments[position++]);\n return executeBound(func, bound, this, this, args);\n };\n return bound;\n});\n\npartial.placeholder = _;\nexport default partial;\n","import restArguments from './restArguments.js';\nimport isFunction from './isFunction.js';\nimport executeBound from './_executeBound.js';\n\n// Create a function bound to a given object (assigning `this`, and arguments,\n// optionally).\nexport default restArguments(function(func, context, args) {\n if (!isFunction(func)) throw new TypeError('Bind must be called on a function');\n var bound = restArguments(function(callArgs) {\n return executeBound(func, bound, context, this, args.concat(callArgs));\n });\n return bound;\n});\n","import createSizePropertyCheck from './_createSizePropertyCheck.js';\nimport getLength from './_getLength.js';\n\n// Internal helper for collection methods to determine whether a collection\n// should be iterated as an array or as an object.\n// Related: https://people.mozilla.org/~jorendorff/es6-draft.html#sec-tolength\n// Avoids a very nasty iOS 8 JIT bug on ARM-64. #2094\nexport default createSizePropertyCheck(getLength);\n","import getLength from './_getLength.js';\nimport isArrayLike from './_isArrayLike.js';\nimport isArray from './isArray.js';\nimport isArguments from './isArguments.js';\n\n// Internal implementation of a recursive `flatten` function.\nexport default function flatten(input, depth, strict, output) {\n output = output || [];\n if (!depth && depth !== 0) {\n depth = Infinity;\n } else if (depth <= 0) {\n return output.concat(input);\n }\n var idx = output.length;\n for (var i = 0, length = getLength(input); i < length; i++) {\n var value = input[i];\n if (isArrayLike(value) && (isArray(value) || isArguments(value))) {\n // Flatten current level of array or arguments object.\n if (depth > 1) {\n flatten(value, depth - 1, strict, output);\n idx = output.length;\n } else {\n var j = 0, len = value.length;\n while (j < len) output[idx++] = value[j++];\n }\n } else if (!strict) {\n output[idx++] = value;\n }\n }\n return output;\n}\n","import restArguments from './restArguments.js';\nimport flatten from './_flatten.js';\nimport bind from './bind.js';\n\n// Bind a number of an object's methods to that object. Remaining arguments\n// are the method names to be bound. Useful for ensuring that all callbacks\n// defined on an object belong to it.\nexport default restArguments(function(obj, keys) {\n keys = flatten(keys, false, false);\n var index = keys.length;\n if (index < 1) throw new Error('bindAll must be passed function names');\n while (index--) {\n var key = keys[index];\n obj[key] = bind(obj[key], obj);\n }\n return obj;\n});\n","import has from './_has.js';\n\n// Memoize an expensive function by storing its results.\nexport default function memoize(func, hasher) {\n var memoize = function(key) {\n var cache = memoize.cache;\n var address = '' + (hasher ? hasher.apply(this, arguments) : key);\n if (!has(cache, address)) cache[address] = func.apply(this, arguments);\n return cache[address];\n };\n memoize.cache = {};\n return memoize;\n}\n","import restArguments from './restArguments.js';\n\n// Delays a function for the given number of milliseconds, and then calls\n// it with the arguments supplied.\nexport default restArguments(function(func, wait, args) {\n return setTimeout(function() {\n return func.apply(null, args);\n }, wait);\n});\n","import partial from './partial.js';\nimport delay from './delay.js';\nimport _ from './underscore.js';\n\n// Defers a function, scheduling it to run after the current call stack has\n// cleared.\nexport default partial(delay, _, 1);\n","import now from './now.js';\n\n// Returns a function, that, when invoked, will only be triggered at most once\n// during a given window of time. Normally, the throttled function will run\n// as much as it can, without ever going more than once per `wait` duration;\n// but if you'd like to disable the execution on the leading edge, pass\n// `{leading: false}`. To disable execution on the trailing edge, ditto.\nexport default function throttle(func, wait, options) {\n var timeout, context, args, result;\n var previous = 0;\n if (!options) options = {};\n\n var later = function() {\n previous = options.leading === false ? 0 : now();\n timeout = null;\n result = func.apply(context, args);\n if (!timeout) context = args = null;\n };\n\n var throttled = function() {\n var _now = now();\n if (!previous && options.leading === false) previous = _now;\n var remaining = wait - (_now - previous);\n context = this;\n args = arguments;\n if (remaining <= 0 || remaining > wait) {\n if (timeout) {\n clearTimeout(timeout);\n timeout = null;\n }\n previous = _now;\n result = func.apply(context, args);\n if (!timeout) context = args = null;\n } else if (!timeout && options.trailing !== false) {\n timeout = setTimeout(later, remaining);\n }\n return result;\n };\n\n throttled.cancel = function() {\n clearTimeout(timeout);\n previous = 0;\n timeout = context = args = null;\n };\n\n return throttled;\n}\n","import restArguments from './restArguments.js';\nimport delay from './delay.js';\n\n// When a sequence of calls of the returned function ends, the argument\n// function is triggered. The end of a sequence is defined by the `wait`\n// parameter. If `immediate` is passed, the argument function will be\n// triggered at the beginning of the sequence instead of at the end.\nexport default function debounce(func, wait, immediate) {\n var timeout, result;\n\n var later = function(context, args) {\n timeout = null;\n if (args) result = func.apply(context, args);\n };\n\n var debounced = restArguments(function(args) {\n if (timeout) clearTimeout(timeout);\n if (immediate) {\n var callNow = !timeout;\n timeout = setTimeout(later, wait);\n if (callNow) result = func.apply(this, args);\n } else {\n timeout = delay(later, wait, this, args);\n }\n\n return result;\n });\n\n debounced.cancel = function() {\n clearTimeout(timeout);\n timeout = null;\n };\n\n return debounced;\n}\n","import partial from './partial.js';\n\n// Returns the first function passed as an argument to the second,\n// allowing you to adjust arguments, run code before and after, and\n// conditionally execute the original function.\nexport default function wrap(func, wrapper) {\n return partial(wrapper, func);\n}\n","// Returns a negated version of the passed-in predicate.\nexport default function negate(predicate) {\n return function() {\n return !predicate.apply(this, arguments);\n };\n}\n","// Returns a function that is the composition of a list of functions, each\n// consuming the return value of the function that follows.\nexport default function compose() {\n var args = arguments;\n var start = args.length - 1;\n return function() {\n var i = start;\n var result = args[start].apply(this, arguments);\n while (i--) result = args[i].call(this, result);\n return result;\n };\n}\n","// Returns a function that will only be executed on and after the Nth call.\nexport default function after(times, func) {\n return function() {\n if (--times < 1) {\n return func.apply(this, arguments);\n }\n };\n}\n","// Returns a function that will only be executed up to (but not including) the\n// Nth call.\nexport default function before(times, func) {\n var memo;\n return function() {\n if (--times > 0) {\n memo = func.apply(this, arguments);\n }\n if (times <= 1) func = null;\n return memo;\n };\n}\n","import partial from './partial.js';\nimport before from './before.js';\n\n// Returns a function that will be executed at most one time, no matter how\n// often you call it. Useful for lazy initialization.\nexport default partial(before, 2);\n","import cb from './_cb.js';\nimport keys from './keys.js';\n\n// Returns the first key on an object that passes a truth test.\nexport default function findKey(obj, predicate, context) {\n predicate = cb(predicate, context);\n var _keys = keys(obj), key;\n for (var i = 0, length = _keys.length; i < length; i++) {\n key = _keys[i];\n if (predicate(obj[key], key, obj)) return key;\n }\n}\n","import cb from './_cb.js';\nimport getLength from './_getLength.js';\n\n// Internal function to generate `_.findIndex` and `_.findLastIndex`.\nexport default function createPredicateIndexFinder(dir) {\n return function(array, predicate, context) {\n predicate = cb(predicate, context);\n var length = getLength(array);\n var index = dir > 0 ? 0 : length - 1;\n for (; index >= 0 && index < length; index += dir) {\n if (predicate(array[index], index, array)) return index;\n }\n return -1;\n };\n}\n","import createPredicateIndexFinder from './_createPredicateIndexFinder.js';\n\n// Returns the first index on an array-like that passes a truth test.\nexport default createPredicateIndexFinder(1);\n","import createPredicateIndexFinder from './_createPredicateIndexFinder.js';\n\n// Returns the last index on an array-like that passes a truth test.\nexport default createPredicateIndexFinder(-1);\n","import cb from './_cb.js';\nimport getLength from './_getLength.js';\n\n// Use a comparator function to figure out the smallest index at which\n// an object should be inserted so as to maintain order. Uses binary search.\nexport default function sortedIndex(array, obj, iteratee, context) {\n iteratee = cb(iteratee, context, 1);\n var value = iteratee(obj);\n var low = 0, high = getLength(array);\n while (low < high) {\n var mid = Math.floor((low + high) / 2);\n if (iteratee(array[mid]) < value) low = mid + 1; else high = mid;\n }\n return low;\n}\n","import getLength from './_getLength.js';\nimport { slice } from './_setup.js';\nimport isNaN from './isNaN.js';\n\n// Internal function to generate the `_.indexOf` and `_.lastIndexOf` functions.\nexport default function createIndexFinder(dir, predicateFind, sortedIndex) {\n return function(array, item, idx) {\n var i = 0, length = getLength(array);\n if (typeof idx == 'number') {\n if (dir > 0) {\n i = idx >= 0 ? idx : Math.max(idx + length, i);\n } else {\n length = idx >= 0 ? Math.min(idx + 1, length) : idx + length + 1;\n }\n } else if (sortedIndex && idx && length) {\n idx = sortedIndex(array, item);\n return array[idx] === item ? idx : -1;\n }\n if (item !== item) {\n idx = predicateFind(slice.call(array, i, length), isNaN);\n return idx >= 0 ? idx + i : -1;\n }\n for (idx = dir > 0 ? i : length - 1; idx >= 0 && idx < length; idx += dir) {\n if (array[idx] === item) return idx;\n }\n return -1;\n };\n}\n","import sortedIndex from './sortedIndex.js';\nimport findIndex from './findIndex.js';\nimport createIndexFinder from './_createIndexFinder.js';\n\n// Return the position of the first occurrence of an item in an array,\n// or -1 if the item is not included in the array.\n// If the array is large and already in sort order, pass `true`\n// for **isSorted** to use binary search.\nexport default createIndexFinder(1, findIndex, sortedIndex);\n","import findLastIndex from './findLastIndex.js';\nimport createIndexFinder from './_createIndexFinder.js';\n\n// Return the position of the last occurrence of an item in an array,\n// or -1 if the item is not included in the array.\nexport default createIndexFinder(-1, findLastIndex);\n","import isArrayLike from './_isArrayLike.js';\nimport findIndex from './findIndex.js';\nimport findKey from './findKey.js';\n\n// Return the first value which passes a truth test.\nexport default function find(obj, predicate, context) {\n var keyFinder = isArrayLike(obj) ? findIndex : findKey;\n var key = keyFinder(obj, predicate, context);\n if (key !== void 0 && key !== -1) return obj[key];\n}\n","import find from './find.js';\nimport matcher from './matcher.js';\n\n// Convenience version of a common use case of `_.find`: getting the first\n// object containing specific `key:value` pairs.\nexport default function findWhere(obj, attrs) {\n return find(obj, matcher(attrs));\n}\n","import optimizeCb from './_optimizeCb.js';\nimport isArrayLike from './_isArrayLike.js';\nimport keys from './keys.js';\n\n// The cornerstone for collection functions, an `each`\n// implementation, aka `forEach`.\n// Handles raw objects in addition to array-likes. Treats all\n// sparse array-likes as if they were dense.\nexport default function each(obj, iteratee, context) {\n iteratee = optimizeCb(iteratee, context);\n var i, length;\n if (isArrayLike(obj)) {\n for (i = 0, length = obj.length; i < length; i++) {\n iteratee(obj[i], i, obj);\n }\n } else {\n var _keys = keys(obj);\n for (i = 0, length = _keys.length; i < length; i++) {\n iteratee(obj[_keys[i]], _keys[i], obj);\n }\n }\n return obj;\n}\n","import cb from './_cb.js';\nimport isArrayLike from './_isArrayLike.js';\nimport keys from './keys.js';\n\n// Return the results of applying the iteratee to each element.\nexport default function map(obj, iteratee, context) {\n iteratee = cb(iteratee, context);\n var _keys = !isArrayLike(obj) && keys(obj),\n length = (_keys || obj).length,\n results = Array(length);\n for (var index = 0; index < length; index++) {\n var currentKey = _keys ? _keys[index] : index;\n results[index] = iteratee(obj[currentKey], currentKey, obj);\n }\n return results;\n}\n","import isArrayLike from './_isArrayLike.js';\nimport keys from './keys.js';\nimport optimizeCb from './_optimizeCb.js';\n\n// Internal helper to create a reducing function, iterating left or right.\nexport default function createReduce(dir) {\n // Wrap code that reassigns argument variables in a separate function than\n // the one that accesses `arguments.length` to avoid a perf hit. (#1991)\n var reducer = function(obj, iteratee, memo, initial) {\n var _keys = !isArrayLike(obj) && keys(obj),\n length = (_keys || obj).length,\n index = dir > 0 ? 0 : length - 1;\n if (!initial) {\n memo = obj[_keys ? _keys[index] : index];\n index += dir;\n }\n for (; index >= 0 && index < length; index += dir) {\n var currentKey = _keys ? _keys[index] : index;\n memo = iteratee(memo, obj[currentKey], currentKey, obj);\n }\n return memo;\n };\n\n return function(obj, iteratee, memo, context) {\n var initial = arguments.length >= 3;\n return reducer(obj, optimizeCb(iteratee, context, 4), memo, initial);\n };\n}\n","import createReduce from './_createReduce.js';\n\n// **Reduce** builds up a single result from a list of values, aka `inject`,\n// or `foldl`.\nexport default createReduce(1);\n","import createReduce from './_createReduce.js';\n\n// The right-associative version of reduce, also known as `foldr`.\nexport default createReduce(-1);\n","import cb from './_cb.js';\nimport each from './each.js';\n\n// Return all the elements that pass a truth test.\nexport default function filter(obj, predicate, context) {\n var results = [];\n predicate = cb(predicate, context);\n each(obj, function(value, index, list) {\n if (predicate(value, index, list)) results.push(value);\n });\n return results;\n}\n","import filter from './filter.js';\nimport negate from './negate.js';\nimport cb from './_cb.js';\n\n// Return all the elements for which a truth test fails.\nexport default function reject(obj, predicate, context) {\n return filter(obj, negate(cb(predicate)), context);\n}\n","import cb from './_cb.js';\nimport isArrayLike from './_isArrayLike.js';\nimport keys from './keys.js';\n\n// Determine whether all of the elements pass a truth test.\nexport default function every(obj, predicate, context) {\n predicate = cb(predicate, context);\n var _keys = !isArrayLike(obj) && keys(obj),\n length = (_keys || obj).length;\n for (var index = 0; index < length; index++) {\n var currentKey = _keys ? _keys[index] : index;\n if (!predicate(obj[currentKey], currentKey, obj)) return false;\n }\n return true;\n}\n","import cb from './_cb.js';\nimport isArrayLike from './_isArrayLike.js';\nimport keys from './keys.js';\n\n// Determine if at least one element in the object passes a truth test.\nexport default function some(obj, predicate, context) {\n predicate = cb(predicate, context);\n var _keys = !isArrayLike(obj) && keys(obj),\n length = (_keys || obj).length;\n for (var index = 0; index < length; index++) {\n var currentKey = _keys ? _keys[index] : index;\n if (predicate(obj[currentKey], currentKey, obj)) return true;\n }\n return false;\n}\n","import isArrayLike from './_isArrayLike.js';\nimport values from './values.js';\nimport indexOf from './indexOf.js';\n\n// Determine if the array or object contains a given item (using `===`).\nexport default function contains(obj, item, fromIndex, guard) {\n if (!isArrayLike(obj)) obj = values(obj);\n if (typeof fromIndex != 'number' || guard) fromIndex = 0;\n return indexOf(obj, item, fromIndex) >= 0;\n}\n","import restArguments from './restArguments.js';\nimport isFunction from './isFunction.js';\nimport map from './map.js';\nimport deepGet from './_deepGet.js';\nimport toPath from './_toPath.js';\n\n// Invoke a method (with arguments) on every item in a collection.\nexport default restArguments(function(obj, path, args) {\n var contextPath, func;\n if (isFunction(path)) {\n func = path;\n } else {\n path = toPath(path);\n contextPath = path.slice(0, -1);\n path = path[path.length - 1];\n }\n return map(obj, function(context) {\n var method = func;\n if (!method) {\n if (contextPath && contextPath.length) {\n context = deepGet(context, contextPath);\n }\n if (context == null) return void 0;\n method = context[path];\n }\n return method == null ? method : method.apply(context, args);\n });\n});\n","import map from './map.js';\nimport property from './property.js';\n\n// Convenience version of a common use case of `_.map`: fetching a property.\nexport default function pluck(obj, key) {\n return map(obj, property(key));\n}\n","import filter from './filter.js';\nimport matcher from './matcher.js';\n\n// Convenience version of a common use case of `_.filter`: selecting only\n// objects containing specific `key:value` pairs.\nexport default function where(obj, attrs) {\n return filter(obj, matcher(attrs));\n}\n","import isArrayLike from './_isArrayLike.js';\nimport values from './values.js';\nimport cb from './_cb.js';\nimport each from './each.js';\n\n// Return the maximum element (or element-based computation).\nexport default function max(obj, iteratee, context) {\n var result = -Infinity, lastComputed = -Infinity,\n value, computed;\n if (iteratee == null || typeof iteratee == 'number' && typeof obj[0] != 'object' && obj != null) {\n obj = isArrayLike(obj) ? obj : values(obj);\n for (var i = 0, length = obj.length; i < length; i++) {\n value = obj[i];\n if (value != null && value > result) {\n result = value;\n }\n }\n } else {\n iteratee = cb(iteratee, context);\n each(obj, function(v, index, list) {\n computed = iteratee(v, index, list);\n if (computed > lastComputed || computed === -Infinity && result === -Infinity) {\n result = v;\n lastComputed = computed;\n }\n });\n }\n return result;\n}\n","import isArrayLike from './_isArrayLike.js';\nimport values from './values.js';\nimport cb from './_cb.js';\nimport each from './each.js';\n\n// Return the minimum element (or element-based computation).\nexport default function min(obj, iteratee, context) {\n var result = Infinity, lastComputed = Infinity,\n value, computed;\n if (iteratee == null || typeof iteratee == 'number' && typeof obj[0] != 'object' && obj != null) {\n obj = isArrayLike(obj) ? obj : values(obj);\n for (var i = 0, length = obj.length; i < length; i++) {\n value = obj[i];\n if (value != null && value < result) {\n result = value;\n }\n }\n } else {\n iteratee = cb(iteratee, context);\n each(obj, function(v, index, list) {\n computed = iteratee(v, index, list);\n if (computed < lastComputed || computed === Infinity && result === Infinity) {\n result = v;\n lastComputed = computed;\n }\n });\n }\n return result;\n}\n","import isArrayLike from './_isArrayLike.js';\nimport clone from './clone.js';\nimport values from './values.js';\nimport getLength from './_getLength.js';\nimport random from './random.js';\n\n// Sample **n** random values from a collection using the modern version of the\n// [Fisher-Yates shuffle](https://en.wikipedia.org/wiki/Fisher–Yates_shuffle).\n// If **n** is not specified, returns a single random element.\n// The internal `guard` argument allows it to work with `_.map`.\nexport default function sample(obj, n, guard) {\n if (n == null || guard) {\n if (!isArrayLike(obj)) obj = values(obj);\n return obj[random(obj.length - 1)];\n }\n var sample = isArrayLike(obj) ? clone(obj) : values(obj);\n var length = getLength(sample);\n n = Math.max(Math.min(n, length), 0);\n var last = length - 1;\n for (var index = 0; index < n; index++) {\n var rand = random(index, last);\n var temp = sample[index];\n sample[index] = sample[rand];\n sample[rand] = temp;\n }\n return sample.slice(0, n);\n}\n","import sample from './sample.js';\n\n// Shuffle a collection.\nexport default function shuffle(obj) {\n return sample(obj, Infinity);\n}\n","import cb from './_cb.js';\nimport pluck from './pluck.js';\nimport map from './map.js';\n\n// Sort the object's values by a criterion produced by an iteratee.\nexport default function sortBy(obj, iteratee, context) {\n var index = 0;\n iteratee = cb(iteratee, context);\n return pluck(map(obj, function(value, key, list) {\n return {\n value: value,\n index: index++,\n criteria: iteratee(value, key, list)\n };\n }).sort(function(left, right) {\n var a = left.criteria;\n var b = right.criteria;\n if (a !== b) {\n if (a > b || a === void 0) return 1;\n if (a < b || b === void 0) return -1;\n }\n return left.index - right.index;\n }), 'value');\n}\n","import cb from './_cb.js';\nimport each from './each.js';\n\n// An internal function used for aggregate \"group by\" operations.\nexport default function group(behavior, partition) {\n return function(obj, iteratee, context) {\n var result = partition ? [[], []] : {};\n iteratee = cb(iteratee, context);\n each(obj, function(value, index) {\n var key = iteratee(value, index, obj);\n behavior(result, value, key);\n });\n return result;\n };\n}\n","import group from './_group.js';\nimport has from './_has.js';\n\n// Groups the object's values by a criterion. Pass either a string attribute\n// to group by, or a function that returns the criterion.\nexport default group(function(result, value, key) {\n if (has(result, key)) result[key].push(value); else result[key] = [value];\n});\n","import group from './_group.js';\n\n// Indexes the object's values by a criterion, similar to `_.groupBy`, but for\n// when you know that your index values will be unique.\nexport default group(function(result, value, key) {\n result[key] = value;\n});\n","import group from './_group.js';\nimport has from './_has.js';\n\n// Counts instances of an object that group by a certain criterion. Pass\n// either a string attribute to count by, or a function that returns the\n// criterion.\nexport default group(function(result, value, key) {\n if (has(result, key)) result[key]++; else result[key] = 1;\n});\n","import group from './_group.js';\n\n// Split a collection into two arrays: one whose elements all pass the given\n// truth test, and one whose elements all do not pass the truth test.\nexport default group(function(result, value, pass) {\n result[pass ? 0 : 1].push(value);\n}, true);\n","import isArray from './isArray.js';\nimport { slice } from './_setup.js';\nimport isString from './isString.js';\nimport isArrayLike from './_isArrayLike.js';\nimport map from './map.js';\nimport identity from './identity.js';\nimport values from './values.js';\n\n// Safely create a real, live array from anything iterable.\nvar reStrSymbol = /[^\\ud800-\\udfff]|[\\ud800-\\udbff][\\udc00-\\udfff]|[\\ud800-\\udfff]/g;\nexport default function toArray(obj) {\n if (!obj) return [];\n if (isArray(obj)) return slice.call(obj);\n if (isString(obj)) {\n // Keep surrogate pair characters together.\n return obj.match(reStrSymbol);\n }\n if (isArrayLike(obj)) return map(obj, identity);\n return values(obj);\n}\n","import isArrayLike from './_isArrayLike.js';\nimport keys from './keys.js';\n\n// Return the number of elements in a collection.\nexport default function size(obj) {\n if (obj == null) return 0;\n return isArrayLike(obj) ? obj.length : keys(obj).length;\n}\n","// Internal `_.pick` helper function to determine whether `key` is an enumerable\n// property name of `obj`.\nexport default function keyInObj(value, key, obj) {\n return key in obj;\n}\n","import restArguments from './restArguments.js';\nimport isFunction from './isFunction.js';\nimport optimizeCb from './_optimizeCb.js';\nimport allKeys from './allKeys.js';\nimport keyInObj from './_keyInObj.js';\nimport flatten from './_flatten.js';\n\n// Return a copy of the object only containing the allowed properties.\nexport default restArguments(function(obj, keys) {\n var result = {}, iteratee = keys[0];\n if (obj == null) return result;\n if (isFunction(iteratee)) {\n if (keys.length > 1) iteratee = optimizeCb(iteratee, keys[1]);\n keys = allKeys(obj);\n } else {\n iteratee = keyInObj;\n keys = flatten(keys, false, false);\n obj = Object(obj);\n }\n for (var i = 0, length = keys.length; i < length; i++) {\n var key = keys[i];\n var value = obj[key];\n if (iteratee(value, key, obj)) result[key] = value;\n }\n return result;\n});\n","import restArguments from './restArguments.js';\nimport isFunction from './isFunction.js';\nimport negate from './negate.js';\nimport map from './map.js';\nimport flatten from './_flatten.js';\nimport contains from './contains.js';\nimport pick from './pick.js';\n\n// Return a copy of the object without the disallowed properties.\nexport default restArguments(function(obj, keys) {\n var iteratee = keys[0], context;\n if (isFunction(iteratee)) {\n iteratee = negate(iteratee);\n if (keys.length > 1) context = keys[1];\n } else {\n keys = map(flatten(keys, false, false), String);\n iteratee = function(value, key) {\n return !contains(keys, key);\n };\n }\n return pick(obj, iteratee, context);\n});\n","import { slice } from './_setup.js';\n\n// Returns everything but the last entry of the array. Especially useful on\n// the arguments object. Passing **n** will return all the values in\n// the array, excluding the last N.\nexport default function initial(array, n, guard) {\n return slice.call(array, 0, Math.max(0, array.length - (n == null || guard ? 1 : n)));\n}\n","import initial from './initial.js';\n\n// Get the first element of an array. Passing **n** will return the first N\n// values in the array. The **guard** check allows it to work with `_.map`.\nexport default function first(array, n, guard) {\n if (array == null || array.length < 1) return n == null || guard ? void 0 : [];\n if (n == null || guard) return array[0];\n return initial(array, array.length - n);\n}\n","import { slice } from './_setup.js';\n\n// Returns everything but the first entry of the `array`. Especially useful on\n// the `arguments` object. Passing an **n** will return the rest N values in the\n// `array`.\nexport default function rest(array, n, guard) {\n return slice.call(array, n == null || guard ? 1 : n);\n}\n","import rest from './rest.js';\n\n// Get the last element of an array. Passing **n** will return the last N\n// values in the array.\nexport default function last(array, n, guard) {\n if (array == null || array.length < 1) return n == null || guard ? void 0 : [];\n if (n == null || guard) return array[array.length - 1];\n return rest(array, Math.max(0, array.length - n));\n}\n","import filter from './filter.js';\n\n// Trim out all falsy values from an array.\nexport default function compact(array) {\n return filter(array, Boolean);\n}\n","import _flatten from './_flatten.js';\n\n// Flatten out an array, either recursively (by default), or up to `depth`.\n// Passing `true` or `false` as `depth` means `1` or `Infinity`, respectively.\nexport default function flatten(array, depth) {\n return _flatten(array, depth, false);\n}\n","import restArguments from './restArguments.js';\nimport flatten from './_flatten.js';\nimport filter from './filter.js';\nimport contains from './contains.js';\n\n// Take the difference between one array and a number of other arrays.\n// Only the elements present in just the first array will remain.\nexport default restArguments(function(array, rest) {\n rest = flatten(rest, true, true);\n return filter(array, function(value){\n return !contains(rest, value);\n });\n});\n","import restArguments from './restArguments.js';\nimport difference from './difference.js';\n\n// Return a version of the array that does not contain the specified value(s).\nexport default restArguments(function(array, otherArrays) {\n return difference(array, otherArrays);\n});\n","import isBoolean from './isBoolean.js';\nimport cb from './_cb.js';\nimport getLength from './_getLength.js';\nimport contains from './contains.js';\n\n// Produce a duplicate-free version of the array. If the array has already\n// been sorted, you have the option of using a faster algorithm.\n// The faster algorithm will not work with an iteratee if the iteratee\n// is not a one-to-one function, so providing an iteratee will disable\n// the faster algorithm.\nexport default function uniq(array, isSorted, iteratee, context) {\n if (!isBoolean(isSorted)) {\n context = iteratee;\n iteratee = isSorted;\n isSorted = false;\n }\n if (iteratee != null) iteratee = cb(iteratee, context);\n var result = [];\n var seen = [];\n for (var i = 0, length = getLength(array); i < length; i++) {\n var value = array[i],\n computed = iteratee ? iteratee(value, i, array) : value;\n if (isSorted && !iteratee) {\n if (!i || seen !== computed) result.push(value);\n seen = computed;\n } else if (iteratee) {\n if (!contains(seen, computed)) {\n seen.push(computed);\n result.push(value);\n }\n } else if (!contains(result, value)) {\n result.push(value);\n }\n }\n return result;\n}\n","import restArguments from './restArguments.js';\nimport uniq from './uniq.js';\nimport flatten from './_flatten.js';\n\n// Produce an array that contains the union: each distinct element from all of\n// the passed-in arrays.\nexport default restArguments(function(arrays) {\n return uniq(flatten(arrays, true, true));\n});\n","import getLength from './_getLength.js';\nimport contains from './contains.js';\n\n// Produce an array that contains every item shared between all the\n// passed-in arrays.\nexport default function intersection(array) {\n var result = [];\n var argsLength = arguments.length;\n for (var i = 0, length = getLength(array); i < length; i++) {\n var item = array[i];\n if (contains(result, item)) continue;\n var j;\n for (j = 1; j < argsLength; j++) {\n if (!contains(arguments[j], item)) break;\n }\n if (j === argsLength) result.push(item);\n }\n return result;\n}\n","import max from './max.js';\nimport getLength from './_getLength.js';\nimport pluck from './pluck.js';\n\n// Complement of zip. Unzip accepts an array of arrays and groups\n// each array's elements on shared indices.\nexport default function unzip(array) {\n var length = array && max(array, getLength).length || 0;\n var result = Array(length);\n\n for (var index = 0; index < length; index++) {\n result[index] = pluck(array, index);\n }\n return result;\n}\n","import restArguments from './restArguments.js';\nimport unzip from './unzip.js';\n\n// Zip together multiple lists into a single array -- elements that share\n// an index go together.\nexport default restArguments(unzip);\n","import getLength from './_getLength.js';\n\n// Converts lists into objects. Pass either a single array of `[key, value]`\n// pairs, or two parallel arrays of the same length -- one of keys, and one of\n// the corresponding values. Passing by pairs is the reverse of `_.pairs`.\nexport default function object(list, values) {\n var result = {};\n for (var i = 0, length = getLength(list); i < length; i++) {\n if (values) {\n result[list[i]] = values[i];\n } else {\n result[list[i][0]] = list[i][1];\n }\n }\n return result;\n}\n","// Generate an integer Array containing an arithmetic progression. A port of\n// the native Python `range()` function. See\n// [the Python documentation](https://docs.python.org/library/functions.html#range).\nexport default function range(start, stop, step) {\n if (stop == null) {\n stop = start || 0;\n start = 0;\n }\n if (!step) {\n step = stop < start ? -1 : 1;\n }\n\n var length = Math.max(Math.ceil((stop - start) / step), 0);\n var range = Array(length);\n\n for (var idx = 0; idx < length; idx++, start += step) {\n range[idx] = start;\n }\n\n return range;\n}\n","import { slice } from './_setup.js';\n\n// Chunk a single array into multiple arrays, each containing `count` or fewer\n// items.\nexport default function chunk(array, count) {\n if (count == null || count < 1) return [];\n var result = [];\n var i = 0, length = array.length;\n while (i < length) {\n result.push(slice.call(array, i, i += count));\n }\n return result;\n}\n","import _ from './underscore.js';\n\n// Helper function to continue chaining intermediate results.\nexport default function chainResult(instance, obj) {\n return instance._chain ? _(obj).chain() : obj;\n}\n","import _ from './underscore.js';\nimport each from './each.js';\nimport functions from './functions.js';\nimport { push } from './_setup.js';\nimport chainResult from './_chainResult.js';\n\n// Add your own custom functions to the Underscore object.\nexport default function mixin(obj) {\n each(functions(obj), function(name) {\n var func = _[name] = obj[name];\n _.prototype[name] = function() {\n var args = [this._wrapped];\n push.apply(args, arguments);\n return chainResult(this, func.apply(_, args));\n };\n });\n return _;\n}\n","import _ from './underscore.js';\nimport each from './each.js';\nimport { ArrayProto } from './_setup.js';\nimport chainResult from './_chainResult.js';\n\n// Add all mutator `Array` functions to the wrapper.\neach(['pop', 'push', 'reverse', 'shift', 'sort', 'splice', 'unshift'], function(name) {\n var method = ArrayProto[name];\n _.prototype[name] = function() {\n var obj = this._wrapped;\n if (obj != null) {\n method.apply(obj, arguments);\n if ((name === 'shift' || name === 'splice') && obj.length === 0) {\n delete obj[0];\n }\n }\n return chainResult(this, obj);\n };\n});\n\n// Add all accessor `Array` functions to the wrapper.\neach(['concat', 'join', 'slice'], function(name) {\n var method = ArrayProto[name];\n _.prototype[name] = function() {\n var obj = this._wrapped;\n if (obj != null) obj = method.apply(obj, arguments);\n return chainResult(this, obj);\n };\n});\n\nexport default _;\n","// Default Export\n// ==============\n// In this module, we mix our bundled exports into the `_` object and export\n// the result. This is analogous to setting `module.exports = _` in CommonJS.\n// Hence, this module is also the entry point of our UMD bundle and the package\n// entry point for CommonJS and AMD users. In other words, this is (the source\n// of) the module you are interfacing with when you do any of the following:\n//\n// ```js\n// // CommonJS\n// var _ = require('underscore');\n//\n// // AMD\n// define(['underscore'], function(_) {...});\n//\n// // UMD in the browser\n// // _ is available as a global variable\n// ```\nimport * as allExports from './index.js';\nimport { mixin } from './index.js';\n\n// Add all of the Underscore functions to the wrapper object.\nvar _ = mixin(allExports);\n// Legacy Node.js API.\n_._ = _;\n// Export the Underscore API.\nexport default _;\n","/**\n * Copyright (c) 2015\n *\n * @author Julius Härtl <jus@bitgrid.net>\n * @author Robin Appelman <robin@icewind.nl>\n * @author Roeland Jago Douma <roeland@famdouma.nl>\n * @author Vincent Petry <vincent@nextcloud.com>\n *\n * @license GNU AGPL version 3 or any later version\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see <http://www.gnu.org/licenses/>.\n *\n */\n\n/* eslint-disable */\n(function(OC) {\n\n\t/**\n\t * @class OC.Files.FileInfo\n\t * @classdesc File information\n\t *\n\t * @param {Object} data file data, see attributes for details\n\t *\n\t * @since 8.2\n\t */\n\tconst FileInfo = function(data) {\n\t\tconst self = this\n\t\t_.each(data, function(value, key) {\n\t\t\tif (!_.isFunction(value)) {\n\t\t\t\tself[key] = value\n\t\t\t}\n\t\t})\n\n\t\tif (!_.isUndefined(this.id)) {\n\t\t\tthis.id = parseInt(data.id, 10)\n\t\t}\n\n\t\t// TODO: normalize path\n\t\tthis.path = data.path || ''\n\n\t\tif (this.type === 'dir') {\n\t\t\tthis.mimetype = 'httpd/unix-directory'\n\t\t} else {\n\t\t\tthis.mimetype = this.mimetype || 'application/octet-stream'\n\t\t}\n\n\t\tif (!this.type) {\n\t\t\tif (this.mimetype === 'httpd/unix-directory') {\n\t\t\t\tthis.type = 'dir'\n\t\t\t} else {\n\t\t\t\tthis.type = 'file'\n\t\t\t}\n\t\t}\n\t}\n\n\t/**\n\t * @memberof OC.Files\n\t */\n\tFileInfo.prototype = {\n\t\t/**\n\t\t * File id\n\t\t *\n\t\t * @type int\n\t\t */\n\t\tid: null,\n\n\t\t/**\n\t\t * File name\n\t\t *\n\t\t * @type String\n\t\t */\n\t\tname: null,\n\n\t\t/**\n\t\t * Path leading to the file, without the file name,\n\t\t * and with a leading slash.\n\t\t *\n\t\t * @type String\n\t\t */\n\t\tpath: null,\n\n\t\t/**\n\t\t * Mime type\n\t\t *\n\t\t * @type String\n\t\t */\n\t\tmimetype: null,\n\n\t\t/**\n\t\t * Icon URL.\n\t\t *\n\t\t * Can be used to override the mime type icon.\n\t\t *\n\t\t * @type String\n\t\t */\n\t\ticon: null,\n\n\t\t/**\n\t\t * File type. 'file' for files, 'dir' for directories.\n\t\t *\n\t\t * @type String\n\t\t * @deprecated rely on mimetype instead\n\t\t */\n\t\ttype: null,\n\n\t\t/**\n\t\t * Permissions.\n\t\t *\n\t\t * @see OC#PERMISSION_ALL for permissions\n\t\t * @type int\n\t\t */\n\t\tpermissions: null,\n\n\t\t/**\n\t\t * Modification time\n\t\t *\n\t\t * @type int\n\t\t */\n\t\tmtime: null,\n\n\t\t/**\n\t\t * Etag\n\t\t *\n\t\t * @type String\n\t\t */\n\t\tetag: null,\n\n\t\t/**\n\t\t * Mount type.\n\t\t *\n\t\t * One of null, \"external-root\", \"shared\" or \"shared-root\"\n\t\t *\n\t\t * @type string\n\t\t */\n\t\tmountType: null,\n\n\t\t/**\n\t\t * @type boolean\n\t\t */\n\t\thasPreview: true,\n\n\t\t/**\n\t\t * @type int\n\t\t */\n\t\tsharePermissions: null,\n\n\t\tquotaAvailableBytes: -1,\n\t}\n\n\tif (!OC.Files) {\n\t\tOC.Files = {}\n\t}\n\tOC.Files.FileInfo = FileInfo\n})(OC)\n"],"sourceRoot":""} \ No newline at end of file
diff --git a/core/js/dist/files_iedavclient.js b/core/js/dist/files_iedavclient.js
new file mode 100644
index 00000000000..2f033b5cbf0
--- /dev/null
+++ b/core/js/dist/files_iedavclient.js
@@ -0,0 +1,24 @@
+!function(n){var t={};function r(e){if(t[e])return t[e].exports;var u=t[e]={i:e,l:!1,exports:{}};return n[e].call(u.exports,u,u.exports,r),u.l=!0,u.exports}r.m=n,r.c=t,r.d=function(n,t,e){r.o(n,t)||Object.defineProperty(n,t,{enumerable:!0,get:e})},r.r=function(n){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(n,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(n,"__esModule",{value:!0})},r.t=function(n,t){if(1&t&&(n=r(n)),8&t)return n;if(4&t&&"object"==typeof n&&n&&n.__esModule)return n;var e=Object.create(null);if(r.r(e),Object.defineProperty(e,"default",{enumerable:!0,value:n}),2&t&&"string"!=typeof n)for(var u in n)r.d(e,u,function(t){return n[t]}.bind(null,u));return e},r.n=function(n){var t=n&&n.__esModule?function(){return n.default}:function(){return n};return r.d(t,"a",t),t},r.o=function(n,t){return Object.prototype.hasOwnProperty.call(n,t)},r.p="",r(r.s=702)}({1:function(n,t,r){"use strict";(function(n){r.d(t,"e",(function(){return e})),r.d(t,"p",(function(){return u})),r.d(t,"a",(function(){return i})),r.d(t,"c",(function(){return o})),r.d(t,"d",(function(){return c})),r.d(t,"o",(function(){return f})),r.d(t,"q",(function(){return a})),r.d(t,"t",(function(){return d})),r.d(t,"i",(function(){return l})),r.d(t,"r",(function(){return s})),r.d(t,"s",(function(){return p})),r.d(t,"k",(function(){return h})),r.d(t,"m",(function(){return v})),r.d(t,"j",(function(){return y})),r.d(t,"l",(function(){return g})),r.d(t,"g",(function(){return m})),r.d(t,"f",(function(){return b})),r.d(t,"h",(function(){return j})),r.d(t,"n",(function(){return x})),r.d(t,"b",(function(){return w}));var e="1.12.0",u="object"==typeof self&&self.self===self&&self||"object"==typeof n&&n.global===n&&n||Function("return this")()||{},i=Array.prototype,o=Object.prototype,c="undefined"!=typeof Symbol?Symbol.prototype:null,f=i.push,a=i.slice,d=o.toString,l=o.hasOwnProperty,s="undefined"!=typeof ArrayBuffer,p="undefined"!=typeof DataView,h=Array.isArray,v=Object.keys,y=Object.create,g=s&&ArrayBuffer.isView,m=isNaN,b=isFinite,j=!{toString:null}.propertyIsEnumerable("toString"),x=["valueOf","isPrototypeOf","toString","propertyIsEnumerable","hasOwnProperty","toLocaleString"],w=Math.pow(2,53)-1}).call(this,r(17))},17:function(n,t){var r;r=function(){return this}();try{r=r||new Function("return this")()}catch(n){"object"==typeof window&&(r=window)}n.exports=r},6:function(n,t,r){"use strict";r.r(t),r.d(t,"default",(function(){return xr})),r.d(t,"VERSION",(function(){return u.e})),r.d(t,"restArguments",(function(){return i})),r.d(t,"isObject",(function(){return o})),r.d(t,"isNull",(function(){return c})),r.d(t,"isUndefined",(function(){return f})),r.d(t,"isBoolean",(function(){return a})),r.d(t,"isElement",(function(){return d})),r.d(t,"isString",(function(){return s})),r.d(t,"isNumber",(function(){return p})),r.d(t,"isDate",(function(){return h})),r.d(t,"isRegExp",(function(){return v})),r.d(t,"isError",(function(){return y})),r.d(t,"isSymbol",(function(){return g})),r.d(t,"isArrayBuffer",(function(){return m})),r.d(t,"isDataView",(function(){return A})),r.d(t,"isArray",(function(){return N})),r.d(t,"isFunction",(function(){return x})),r.d(t,"isArguments",(function(){return M})),r.d(t,"isFinite",(function(){return T})),r.d(t,"isNaN",(function(){return k})),r.d(t,"isTypedArray",(function(){return V})),r.d(t,"isEmpty",(function(){return C})),r.d(t,"isMatch",(function(){return L})),r.d(t,"isEqual",(function(){return X})),r.d(t,"isMap",(function(){return en})),r.d(t,"isWeakMap",(function(){return un})),r.d(t,"isSet",(function(){return on})),r.d(t,"isWeakSet",(function(){return cn})),r.d(t,"keys",(function(){return W})),r.d(t,"allKeys",(function(){return $})),r.d(t,"values",(function(){return fn})),r.d(t,"pairs",(function(){return an})),r.d(t,"invert",(function(){return dn})),r.d(t,"functions",(function(){return ln})),r.d(t,"methods",(function(){return ln})),r.d(t,"extend",(function(){return pn})),r.d(t,"extendOwn",(function(){return hn})),r.d(t,"assign",(function(){return hn})),r.d(t,"defaults",(function(){return vn})),r.d(t,"create",(function(){return gn})),r.d(t,"clone",(function(){return mn})),r.d(t,"tap",(function(){return bn})),r.d(t,"get",(function(){return _n})),r.d(t,"has",(function(){return Sn})),r.d(t,"mapObject",(function(){return kn})),r.d(t,"identity",(function(){return On})),r.d(t,"constant",(function(){return I})),r.d(t,"noop",(function(){return In})),r.d(t,"toPath",(function(){return jn})),r.d(t,"property",(function(){return Nn})),r.d(t,"propertyOf",(function(){return qn})),r.d(t,"matcher",(function(){return An})),r.d(t,"matches",(function(){return An})),r.d(t,"times",(function(){return Pn})),r.d(t,"random",(function(){return Dn})),r.d(t,"now",(function(){return Rn})),r.d(t,"escape",(function(){return zn})),r.d(t,"unescape",(function(){return Un})),r.d(t,"templateSettings",(function(){return Wn})),r.d(t,"template",(function(){return Jn})),r.d(t,"result",(function(){return Xn})),r.d(t,"uniqueId",(function(){return Gn})),r.d(t,"chain",(function(){return Qn})),r.d(t,"iteratee",(function(){return Mn})),r.d(t,"partial",(function(){return nt})),r.d(t,"bind",(function(){return tt})),r.d(t,"bindAll",(function(){return ut})),r.d(t,"memoize",(function(){return it})),r.d(t,"delay",(function(){return ot})),r.d(t,"defer",(function(){return ct})),r.d(t,"throttle",(function(){return ft})),r.d(t,"debounce",(function(){return at})),r.d(t,"wrap",(function(){return dt})),r.d(t,"negate",(function(){return lt})),r.d(t,"compose",(function(){return st})),r.d(t,"after",(function(){return pt})),r.d(t,"before",(function(){return ht})),r.d(t,"once",(function(){return vt})),r.d(t,"findKey",(function(){return yt})),r.d(t,"findIndex",(function(){return mt})),r.d(t,"findLastIndex",(function(){return bt})),r.d(t,"sortedIndex",(function(){return jt})),r.d(t,"indexOf",(function(){return wt})),r.d(t,"lastIndexOf",(function(){return _t})),r.d(t,"find",(function(){return St})),r.d(t,"detect",(function(){return St})),r.d(t,"findWhere",(function(){return Ot})),r.d(t,"each",(function(){return At})),r.d(t,"forEach",(function(){return At})),r.d(t,"map",(function(){return Nt})),r.d(t,"collect",(function(){return Nt})),r.d(t,"reduce",(function(){return Bt})),r.d(t,"foldl",(function(){return Bt})),r.d(t,"inject",(function(){return Bt})),r.d(t,"reduceRight",(function(){return Mt})),r.d(t,"foldr",(function(){return Mt})),r.d(t,"filter",(function(){return Tt})),r.d(t,"select",(function(){return Tt})),r.d(t,"reject",(function(){return kt})),r.d(t,"every",(function(){return It})),r.d(t,"all",(function(){return It})),r.d(t,"some",(function(){return qt})),r.d(t,"any",(function(){return qt})),r.d(t,"contains",(function(){return Pt})),r.d(t,"includes",(function(){return Pt})),r.d(t,"include",(function(){return Pt})),r.d(t,"invoke",(function(){return Dt})),r.d(t,"pluck",(function(){return Rt})),r.d(t,"where",(function(){return Ft})),r.d(t,"max",(function(){return Vt})),r.d(t,"min",(function(){return zt})),r.d(t,"shuffle",(function(){return Wt})),r.d(t,"sample",(function(){return Ut})),r.d(t,"sortBy",(function(){return Ct})),r.d(t,"groupBy",(function(){return Kt})),r.d(t,"indexBy",(function(){return Ht})),r.d(t,"countBy",(function(){return Jt})),r.d(t,"partition",(function(){return Xt})),r.d(t,"toArray",(function(){return Gt})),r.d(t,"size",(function(){return Qt})),r.d(t,"pick",(function(){return Zt})),r.d(t,"omit",(function(){return nr})),r.d(t,"first",(function(){return rr})),r.d(t,"head",(function(){return rr})),r.d(t,"take",(function(){return rr})),r.d(t,"initial",(function(){return tr})),r.d(t,"last",(function(){return ur})),r.d(t,"rest",(function(){return er})),r.d(t,"tail",(function(){return er})),r.d(t,"drop",(function(){return er})),r.d(t,"compact",(function(){return ir})),r.d(t,"flatten",(function(){return or})),r.d(t,"without",(function(){return fr})),r.d(t,"uniq",(function(){return ar})),r.d(t,"unique",(function(){return ar})),r.d(t,"union",(function(){return dr})),r.d(t,"intersection",(function(){return lr})),r.d(t,"difference",(function(){return cr})),r.d(t,"unzip",(function(){return sr})),r.d(t,"transpose",(function(){return sr})),r.d(t,"zip",(function(){return pr})),r.d(t,"object",(function(){return hr})),r.d(t,"range",(function(){return vr})),r.d(t,"chunk",(function(){return yr})),r.d(t,"mixin",(function(){return mr}));var e={};r.r(e),r.d(e,"VERSION",(function(){return u.e})),r.d(e,"restArguments",(function(){return i})),r.d(e,"isObject",(function(){return o})),r.d(e,"isNull",(function(){return c})),r.d(e,"isUndefined",(function(){return f})),r.d(e,"isBoolean",(function(){return a})),r.d(e,"isElement",(function(){return d})),r.d(e,"isString",(function(){return s})),r.d(e,"isNumber",(function(){return p})),r.d(e,"isDate",(function(){return h})),r.d(e,"isRegExp",(function(){return v})),r.d(e,"isError",(function(){return y})),r.d(e,"isSymbol",(function(){return g})),r.d(e,"isArrayBuffer",(function(){return m})),r.d(e,"isDataView",(function(){return A})),r.d(e,"isArray",(function(){return N})),r.d(e,"isFunction",(function(){return x})),r.d(e,"isArguments",(function(){return M})),r.d(e,"isFinite",(function(){return T})),r.d(e,"isNaN",(function(){return k})),r.d(e,"isTypedArray",(function(){return V})),r.d(e,"isEmpty",(function(){return C})),r.d(e,"isMatch",(function(){return L})),r.d(e,"isEqual",(function(){return X})),r.d(e,"isMap",(function(){return en})),r.d(e,"isWeakMap",(function(){return un})),r.d(e,"isSet",(function(){return on})),r.d(e,"isWeakSet",(function(){return cn})),r.d(e,"keys",(function(){return W})),r.d(e,"allKeys",(function(){return $})),r.d(e,"values",(function(){return fn})),r.d(e,"pairs",(function(){return an})),r.d(e,"invert",(function(){return dn})),r.d(e,"functions",(function(){return ln})),r.d(e,"methods",(function(){return ln})),r.d(e,"extend",(function(){return pn})),r.d(e,"extendOwn",(function(){return hn})),r.d(e,"assign",(function(){return hn})),r.d(e,"defaults",(function(){return vn})),r.d(e,"create",(function(){return gn})),r.d(e,"clone",(function(){return mn})),r.d(e,"tap",(function(){return bn})),r.d(e,"get",(function(){return _n})),r.d(e,"has",(function(){return Sn})),r.d(e,"mapObject",(function(){return kn})),r.d(e,"identity",(function(){return On})),r.d(e,"constant",(function(){return I})),r.d(e,"noop",(function(){return In})),r.d(e,"toPath",(function(){return jn})),r.d(e,"property",(function(){return Nn})),r.d(e,"propertyOf",(function(){return qn})),r.d(e,"matcher",(function(){return An})),r.d(e,"matches",(function(){return An})),r.d(e,"times",(function(){return Pn})),r.d(e,"random",(function(){return Dn})),r.d(e,"now",(function(){return Rn})),r.d(e,"escape",(function(){return zn})),r.d(e,"unescape",(function(){return Un})),r.d(e,"templateSettings",(function(){return Wn})),r.d(e,"template",(function(){return Jn})),r.d(e,"result",(function(){return Xn})),r.d(e,"uniqueId",(function(){return Gn})),r.d(e,"chain",(function(){return Qn})),r.d(e,"iteratee",(function(){return Mn})),r.d(e,"partial",(function(){return nt})),r.d(e,"bind",(function(){return tt})),r.d(e,"bindAll",(function(){return ut})),r.d(e,"memoize",(function(){return it})),r.d(e,"delay",(function(){return ot})),r.d(e,"defer",(function(){return ct})),r.d(e,"throttle",(function(){return ft})),r.d(e,"debounce",(function(){return at})),r.d(e,"wrap",(function(){return dt})),r.d(e,"negate",(function(){return lt})),r.d(e,"compose",(function(){return st})),r.d(e,"after",(function(){return pt})),r.d(e,"before",(function(){return ht})),r.d(e,"once",(function(){return vt})),r.d(e,"findKey",(function(){return yt})),r.d(e,"findIndex",(function(){return mt})),r.d(e,"findLastIndex",(function(){return bt})),r.d(e,"sortedIndex",(function(){return jt})),r.d(e,"indexOf",(function(){return wt})),r.d(e,"lastIndexOf",(function(){return _t})),r.d(e,"find",(function(){return St})),r.d(e,"detect",(function(){return St})),r.d(e,"findWhere",(function(){return Ot})),r.d(e,"each",(function(){return At})),r.d(e,"forEach",(function(){return At})),r.d(e,"map",(function(){return Nt})),r.d(e,"collect",(function(){return Nt})),r.d(e,"reduce",(function(){return Bt})),r.d(e,"foldl",(function(){return Bt})),r.d(e,"inject",(function(){return Bt})),r.d(e,"reduceRight",(function(){return Mt})),r.d(e,"foldr",(function(){return Mt})),r.d(e,"filter",(function(){return Tt})),r.d(e,"select",(function(){return Tt})),r.d(e,"reject",(function(){return kt})),r.d(e,"every",(function(){return It})),r.d(e,"all",(function(){return It})),r.d(e,"some",(function(){return qt})),r.d(e,"any",(function(){return qt})),r.d(e,"contains",(function(){return Pt})),r.d(e,"includes",(function(){return Pt})),r.d(e,"include",(function(){return Pt})),r.d(e,"invoke",(function(){return Dt})),r.d(e,"pluck",(function(){return Rt})),r.d(e,"where",(function(){return Ft})),r.d(e,"max",(function(){return Vt})),r.d(e,"min",(function(){return zt})),r.d(e,"shuffle",(function(){return Wt})),r.d(e,"sample",(function(){return Ut})),r.d(e,"sortBy",(function(){return Ct})),r.d(e,"groupBy",(function(){return Kt})),r.d(e,"indexBy",(function(){return Ht})),r.d(e,"countBy",(function(){return Jt})),r.d(e,"partition",(function(){return Xt})),r.d(e,"toArray",(function(){return Gt})),r.d(e,"size",(function(){return Qt})),r.d(e,"pick",(function(){return Zt})),r.d(e,"omit",(function(){return nr})),r.d(e,"first",(function(){return rr})),r.d(e,"head",(function(){return rr})),r.d(e,"take",(function(){return rr})),r.d(e,"initial",(function(){return tr})),r.d(e,"last",(function(){return ur})),r.d(e,"rest",(function(){return er})),r.d(e,"tail",(function(){return er})),r.d(e,"drop",(function(){return er})),r.d(e,"compact",(function(){return ir})),r.d(e,"flatten",(function(){return or})),r.d(e,"without",(function(){return fr})),r.d(e,"uniq",(function(){return ar})),r.d(e,"unique",(function(){return ar})),r.d(e,"union",(function(){return dr})),r.d(e,"intersection",(function(){return lr})),r.d(e,"difference",(function(){return cr})),r.d(e,"unzip",(function(){return sr})),r.d(e,"transpose",(function(){return sr})),r.d(e,"zip",(function(){return pr})),r.d(e,"object",(function(){return hr})),r.d(e,"range",(function(){return vr})),r.d(e,"chunk",(function(){return yr})),r.d(e,"mixin",(function(){return mr})),r.d(e,"default",(function(){return br}));var u=r(1);function i(n,t){return t=null==t?n.length-1:+t,function(){for(var r=Math.max(arguments.length-t,0),e=Array(r),u=0;u<r;u++)e[u]=arguments[u+t];switch(t){case 0:return n.call(this,e);case 1:return n.call(this,arguments[0],e);case 2:return n.call(this,arguments[0],arguments[1],e)}var i=Array(t+1);for(u=0;u<t;u++)i[u]=arguments[u];return i[t]=e,n.apply(this,i)}}function o(n){var t=typeof n;return"function"===t||"object"===t&&!!n}function c(n){return null===n}function f(n){return void 0===n}function a(n){return!0===n||!1===n||"[object Boolean]"===u.t.call(n)}function d(n){return!(!n||1!==n.nodeType)}function l(n){var t="[object "+n+"]";return function(n){return u.t.call(n)===t}}var s=l("String"),p=l("Number"),h=l("Date"),v=l("RegExp"),y=l("Error"),g=l("Symbol"),m=l("ArrayBuffer"),b=l("Function"),j=u.p.document&&u.p.document.childNodes;"object"!=typeof Int8Array&&"function"!=typeof j&&(b=function(n){return"function"==typeof n||!1});var x=b,w=l("Object"),_=u.s&&w(new DataView(new ArrayBuffer(8))),S="undefined"!=typeof Map&&w(new Map),O=l("DataView");var A=_?function(n){return null!=n&&x(n.getInt8)&&m(n.buffer)}:O,N=u.k||l("Array");function E(n,t){return null!=n&&u.i.call(n,t)}var B=l("Arguments");!function(){B(arguments)||(B=function(n){return E(n,"callee")})}();var M=B;function T(n){return!g(n)&&Object(u.f)(n)&&!isNaN(parseFloat(n))}function k(n){return p(n)&&Object(u.g)(n)}function I(n){return function(){return n}}function q(n){return function(t){var r=n(t);return"number"==typeof r&&r>=0&&r<=u.b}}function P(n){return function(t){return null==t?void 0:t[n]}}var D=P("byteLength"),R=q(D),F=/\[object ((I|Ui)nt(8|16|32)|Float(32|64)|Uint8Clamped|Big(I|Ui)nt64)Array\]/;var V=u.r?function(n){return u.l?Object(u.l)(n)&&!A(n):R(n)&&F.test(u.t.call(n))}:I(!1),z=P("length");function U(n,t){t=function(n){for(var t={},r=n.length,e=0;e<r;++e)t[n[e]]=!0;return{contains:function(n){return t[n]},push:function(r){return t[r]=!0,n.push(r)}}}(t);var r=u.n.length,e=n.constructor,i=x(e)&&e.prototype||u.c,o="constructor";for(E(n,o)&&!t.contains(o)&&t.push(o);r--;)(o=u.n[r])in n&&n[o]!==i[o]&&!t.contains(o)&&t.push(o)}function W(n){if(!o(n))return[];if(u.m)return Object(u.m)(n);var t=[];for(var r in n)E(n,r)&&t.push(r);return u.h&&U(n,t),t}function C(n){if(null==n)return!0;var t=z(n);return"number"==typeof t&&(N(n)||s(n)||M(n))?0===t:0===z(W(n))}function L(n,t){var r=W(t),e=r.length;if(null==n)return!e;for(var u=Object(n),i=0;i<e;i++){var o=r[i];if(t[o]!==u[o]||!(o in u))return!1}return!0}function K(n){return n instanceof K?n:this instanceof K?void(this._wrapped=n):new K(n)}function H(n){return new Uint8Array(n.buffer||n,n.byteOffset||0,D(n))}K.VERSION=u.e,K.prototype.value=function(){return this._wrapped},K.prototype.valueOf=K.prototype.toJSON=K.prototype.value,K.prototype.toString=function(){return String(this._wrapped)};function J(n,t,r,e){if(n===t)return 0!==n||1/n==1/t;if(null==n||null==t)return!1;if(n!=n)return t!=t;var i=typeof n;return("function"===i||"object"===i||"object"==typeof t)&&function n(t,r,e,i){t instanceof K&&(t=t._wrapped);r instanceof K&&(r=r._wrapped);var o=u.t.call(t);if(o!==u.t.call(r))return!1;if(_&&"[object Object]"==o&&A(t)){if(!A(r))return!1;o="[object DataView]"}switch(o){case"[object RegExp]":case"[object String]":return""+t==""+r;case"[object Number]":return+t!=+t?+r!=+r:0==+t?1/+t==1/r:+t==+r;case"[object Date]":case"[object Boolean]":return+t==+r;case"[object Symbol]":return u.d.valueOf.call(t)===u.d.valueOf.call(r);case"[object ArrayBuffer]":case"[object DataView]":return n(H(t),H(r),e,i)}var c="[object Array]"===o;if(!c&&V(t)){if(D(t)!==D(r))return!1;if(t.buffer===r.buffer&&t.byteOffset===r.byteOffset)return!0;c=!0}if(!c){if("object"!=typeof t||"object"!=typeof r)return!1;var f=t.constructor,a=r.constructor;if(f!==a&&!(x(f)&&f instanceof f&&x(a)&&a instanceof a)&&"constructor"in t&&"constructor"in r)return!1}i=i||[];var d=(e=e||[]).length;for(;d--;)if(e[d]===t)return i[d]===r;if(e.push(t),i.push(r),c){if((d=t.length)!==r.length)return!1;for(;d--;)if(!J(t[d],r[d],e,i))return!1}else{var l,s=W(t);if(d=s.length,W(r).length!==d)return!1;for(;d--;)if(l=s[d],!E(r,l)||!J(t[l],r[l],e,i))return!1}return e.pop(),i.pop(),!0}(n,t,r,e)}function X(n,t){return J(n,t)}function $(n){if(!o(n))return[];var t=[];for(var r in n)t.push(r);return u.h&&U(n,t),t}function G(n){var t=z(n);return function(r){if(null==r)return!1;var e=$(r);if(z(e))return!1;for(var u=0;u<t;u++)if(!x(r[n[u]]))return!1;return n!==tn||!x(r[Q])}}var Q="forEach",Y=["clear","delete"],Z=["get","has","set"],nn=Y.concat(Q,Z),tn=Y.concat(Z),rn=["add"].concat(Y,Q,"has"),en=S?G(nn):l("Map"),un=S?G(tn):l("WeakMap"),on=S?G(rn):l("Set"),cn=l("WeakSet");function fn(n){for(var t=W(n),r=t.length,e=Array(r),u=0;u<r;u++)e[u]=n[t[u]];return e}function an(n){for(var t=W(n),r=t.length,e=Array(r),u=0;u<r;u++)e[u]=[t[u],n[t[u]]];return e}function dn(n){for(var t={},r=W(n),e=0,u=r.length;e<u;e++)t[n[r[e]]]=r[e];return t}function ln(n){var t=[];for(var r in n)x(n[r])&&t.push(r);return t.sort()}function sn(n,t){return function(r){var e=arguments.length;if(t&&(r=Object(r)),e<2||null==r)return r;for(var u=1;u<e;u++)for(var i=arguments[u],o=n(i),c=o.length,f=0;f<c;f++){var a=o[f];t&&void 0!==r[a]||(r[a]=i[a])}return r}}var pn=sn($),hn=sn(W),vn=sn($,!0);function yn(n){if(!o(n))return{};if(u.j)return Object(u.j)(n);var t=function(){};t.prototype=n;var r=new t;return t.prototype=null,r}function gn(n,t){var r=yn(n);return t&&hn(r,t),r}function mn(n){return o(n)?N(n)?n.slice():pn({},n):n}function bn(n,t){return t(n),n}function jn(n){return N(n)?n:[n]}function xn(n){return K.toPath(n)}function wn(n,t){for(var r=t.length,e=0;e<r;e++){if(null==n)return;n=n[t[e]]}return r?n:void 0}function _n(n,t,r){var e=wn(n,xn(t));return f(e)?r:e}function Sn(n,t){for(var r=(t=xn(t)).length,e=0;e<r;e++){var u=t[e];if(!E(n,u))return!1;n=n[u]}return!!r}function On(n){return n}function An(n){return n=hn({},n),function(t){return L(t,n)}}function Nn(n){return n=xn(n),function(t){return wn(t,n)}}function En(n,t,r){if(void 0===t)return n;switch(null==r?3:r){case 1:return function(r){return n.call(t,r)};case 3:return function(r,e,u){return n.call(t,r,e,u)};case 4:return function(r,e,u,i){return n.call(t,r,e,u,i)}}return function(){return n.apply(t,arguments)}}function Bn(n,t,r){return null==n?On:x(n)?En(n,t,r):o(n)&&!N(n)?An(n):Nn(n)}function Mn(n,t){return Bn(n,t,1/0)}function Tn(n,t,r){return K.iteratee!==Mn?K.iteratee(n,t):Bn(n,t,r)}function kn(n,t,r){t=Tn(t,r);for(var e=W(n),u=e.length,i={},o=0;o<u;o++){var c=e[o];i[c]=t(n[c],c,n)}return i}function In(){}function qn(n){return null==n?In:function(t){return _n(n,t)}}function Pn(n,t,r){var e=Array(Math.max(0,n));t=En(t,r,1);for(var u=0;u<n;u++)e[u]=t(u);return e}function Dn(n,t){return null==t&&(t=n,n=0),n+Math.floor(Math.random()*(t-n+1))}K.toPath=jn,K.iteratee=Mn;var Rn=Date.now||function(){return(new Date).getTime()};function Fn(n){var t=function(t){return n[t]},r="(?:"+W(n).join("|")+")",e=RegExp(r),u=RegExp(r,"g");return function(n){return n=null==n?"":""+n,e.test(n)?n.replace(u,t):n}}var Vn={"&":"&amp;","<":"&lt;",">":"&gt;",'"':"&quot;","'":"&#x27;","`":"&#x60;"},zn=Fn(Vn),Un=Fn(dn(Vn)),Wn=K.templateSettings={evaluate:/<%([\s\S]+?)%>/g,interpolate:/<%=([\s\S]+?)%>/g,escape:/<%-([\s\S]+?)%>/g},Cn=/(.)^/,Ln={"'":"'","\\":"\\","\r":"r","\n":"n","\u2028":"u2028","\u2029":"u2029"},Kn=/\\|'|\r|\n|\u2028|\u2029/g;function Hn(n){return"\\"+Ln[n]}function Jn(n,t,r){!t&&r&&(t=r),t=vn({},t,K.templateSettings);var e,u=RegExp([(t.escape||Cn).source,(t.interpolate||Cn).source,(t.evaluate||Cn).source].join("|")+"|$","g"),i=0,o="__p+='";n.replace(u,(function(t,r,e,u,c){return o+=n.slice(i,c).replace(Kn,Hn),i=c+t.length,r?o+="'+\n((__t=("+r+"))==null?'':_.escape(__t))+\n'":e?o+="'+\n((__t=("+e+"))==null?'':__t)+\n'":u&&(o+="';\n"+u+"\n__p+='"),t})),o+="';\n",t.variable||(o="with(obj||{}){\n"+o+"}\n"),o="var __t,__p='',__j=Array.prototype.join,print=function(){__p+=__j.call(arguments,'');};\n"+o+"return __p;\n";try{e=new Function(t.variable||"obj","_",o)}catch(n){throw n.source=o,n}var c=function(n){return e.call(this,n,K)},f=t.variable||"obj";return c.source="function("+f+"){\n"+o+"}",c}function Xn(n,t,r){var e=(t=xn(t)).length;if(!e)return x(r)?r.call(n):r;for(var u=0;u<e;u++){var i=null==n?void 0:n[t[u]];void 0===i&&(i=r,u=e),n=x(i)?i.call(n):i}return n}var $n=0;function Gn(n){var t=++$n+"";return n?n+t:t}function Qn(n){var t=K(n);return t._chain=!0,t}function Yn(n,t,r,e,u){if(!(e instanceof t))return n.apply(r,u);var i=yn(n.prototype),c=n.apply(i,u);return o(c)?c:i}var Zn=i((function(n,t){var r=Zn.placeholder,e=function(){for(var u=0,i=t.length,o=Array(i),c=0;c<i;c++)o[c]=t[c]===r?arguments[u++]:t[c];for(;u<arguments.length;)o.push(arguments[u++]);return Yn(n,e,this,this,o)};return e}));Zn.placeholder=K;var nt=Zn,tt=i((function(n,t,r){if(!x(n))throw new TypeError("Bind must be called on a function");var e=i((function(u){return Yn(n,e,t,this,r.concat(u))}));return e})),rt=q(z);function et(n,t,r,e){if(e=e||[],t||0===t){if(t<=0)return e.concat(n)}else t=1/0;for(var u=e.length,i=0,o=z(n);i<o;i++){var c=n[i];if(rt(c)&&(N(c)||M(c)))if(t>1)et(c,t-1,r,e),u=e.length;else for(var f=0,a=c.length;f<a;)e[u++]=c[f++];else r||(e[u++]=c)}return e}var ut=i((function(n,t){var r=(t=et(t,!1,!1)).length;if(r<1)throw new Error("bindAll must be passed function names");for(;r--;){var e=t[r];n[e]=tt(n[e],n)}return n}));function it(n,t){var r=function(e){var u=r.cache,i=""+(t?t.apply(this,arguments):e);return E(u,i)||(u[i]=n.apply(this,arguments)),u[i]};return r.cache={},r}var ot=i((function(n,t,r){return setTimeout((function(){return n.apply(null,r)}),t)})),ct=nt(ot,K,1);function ft(n,t,r){var e,u,i,o,c=0;r||(r={});var f=function(){c=!1===r.leading?0:Rn(),e=null,o=n.apply(u,i),e||(u=i=null)},a=function(){var a=Rn();c||!1!==r.leading||(c=a);var d=t-(a-c);return u=this,i=arguments,d<=0||d>t?(e&&(clearTimeout(e),e=null),c=a,o=n.apply(u,i),e||(u=i=null)):e||!1===r.trailing||(e=setTimeout(f,d)),o};return a.cancel=function(){clearTimeout(e),c=0,e=u=i=null},a}function at(n,t,r){var e,u,o=function(t,r){e=null,r&&(u=n.apply(t,r))},c=i((function(i){if(e&&clearTimeout(e),r){var c=!e;e=setTimeout(o,t),c&&(u=n.apply(this,i))}else e=ot(o,t,this,i);return u}));return c.cancel=function(){clearTimeout(e),e=null},c}function dt(n,t){return nt(t,n)}function lt(n){return function(){return!n.apply(this,arguments)}}function st(){var n=arguments,t=n.length-1;return function(){for(var r=t,e=n[t].apply(this,arguments);r--;)e=n[r].call(this,e);return e}}function pt(n,t){return function(){if(--n<1)return t.apply(this,arguments)}}function ht(n,t){var r;return function(){return--n>0&&(r=t.apply(this,arguments)),n<=1&&(t=null),r}}var vt=nt(ht,2);function yt(n,t,r){t=Tn(t,r);for(var e,u=W(n),i=0,o=u.length;i<o;i++)if(t(n[e=u[i]],e,n))return e}function gt(n){return function(t,r,e){r=Tn(r,e);for(var u=z(t),i=n>0?0:u-1;i>=0&&i<u;i+=n)if(r(t[i],i,t))return i;return-1}}var mt=gt(1),bt=gt(-1);function jt(n,t,r,e){for(var u=(r=Tn(r,e,1))(t),i=0,o=z(n);i<o;){var c=Math.floor((i+o)/2);r(n[c])<u?i=c+1:o=c}return i}function xt(n,t,r){return function(e,i,o){var c=0,f=z(e);if("number"==typeof o)n>0?c=o>=0?o:Math.max(o+f,c):f=o>=0?Math.min(o+1,f):o+f+1;else if(r&&o&&f)return e[o=r(e,i)]===i?o:-1;if(i!=i)return(o=t(u.q.call(e,c,f),k))>=0?o+c:-1;for(o=n>0?c:f-1;o>=0&&o<f;o+=n)if(e[o]===i)return o;return-1}}var wt=xt(1,mt,jt),_t=xt(-1,bt);function St(n,t,r){var e=(rt(n)?mt:yt)(n,t,r);if(void 0!==e&&-1!==e)return n[e]}function Ot(n,t){return St(n,An(t))}function At(n,t,r){var e,u;if(t=En(t,r),rt(n))for(e=0,u=n.length;e<u;e++)t(n[e],e,n);else{var i=W(n);for(e=0,u=i.length;e<u;e++)t(n[i[e]],i[e],n)}return n}function Nt(n,t,r){t=Tn(t,r);for(var e=!rt(n)&&W(n),u=(e||n).length,i=Array(u),o=0;o<u;o++){var c=e?e[o]:o;i[o]=t(n[c],c,n)}return i}function Et(n){var t=function(t,r,e,u){var i=!rt(t)&&W(t),o=(i||t).length,c=n>0?0:o-1;for(u||(e=t[i?i[c]:c],c+=n);c>=0&&c<o;c+=n){var f=i?i[c]:c;e=r(e,t[f],f,t)}return e};return function(n,r,e,u){var i=arguments.length>=3;return t(n,En(r,u,4),e,i)}}var Bt=Et(1),Mt=Et(-1);function Tt(n,t,r){var e=[];return t=Tn(t,r),At(n,(function(n,r,u){t(n,r,u)&&e.push(n)})),e}function kt(n,t,r){return Tt(n,lt(Tn(t)),r)}function It(n,t,r){t=Tn(t,r);for(var e=!rt(n)&&W(n),u=(e||n).length,i=0;i<u;i++){var o=e?e[i]:i;if(!t(n[o],o,n))return!1}return!0}function qt(n,t,r){t=Tn(t,r);for(var e=!rt(n)&&W(n),u=(e||n).length,i=0;i<u;i++){var o=e?e[i]:i;if(t(n[o],o,n))return!0}return!1}function Pt(n,t,r,e){return rt(n)||(n=fn(n)),("number"!=typeof r||e)&&(r=0),wt(n,t,r)>=0}var Dt=i((function(n,t,r){var e,u;return x(t)?u=t:(t=xn(t),e=t.slice(0,-1),t=t[t.length-1]),Nt(n,(function(n){var i=u;if(!i){if(e&&e.length&&(n=wn(n,e)),null==n)return;i=n[t]}return null==i?i:i.apply(n,r)}))}));function Rt(n,t){return Nt(n,Nn(t))}function Ft(n,t){return Tt(n,An(t))}function Vt(n,t,r){var e,u,i=-1/0,o=-1/0;if(null==t||"number"==typeof t&&"object"!=typeof n[0]&&null!=n)for(var c=0,f=(n=rt(n)?n:fn(n)).length;c<f;c++)null!=(e=n[c])&&e>i&&(i=e);else t=Tn(t,r),At(n,(function(n,r,e){((u=t(n,r,e))>o||u===-1/0&&i===-1/0)&&(i=n,o=u)}));return i}function zt(n,t,r){var e,u,i=1/0,o=1/0;if(null==t||"number"==typeof t&&"object"!=typeof n[0]&&null!=n)for(var c=0,f=(n=rt(n)?n:fn(n)).length;c<f;c++)null!=(e=n[c])&&e<i&&(i=e);else t=Tn(t,r),At(n,(function(n,r,e){((u=t(n,r,e))<o||u===1/0&&i===1/0)&&(i=n,o=u)}));return i}function Ut(n,t,r){if(null==t||r)return rt(n)||(n=fn(n)),n[Dn(n.length-1)];var e=rt(n)?mn(n):fn(n),u=z(e);t=Math.max(Math.min(t,u),0);for(var i=u-1,o=0;o<t;o++){var c=Dn(o,i),f=e[o];e[o]=e[c],e[c]=f}return e.slice(0,t)}function Wt(n){return Ut(n,1/0)}function Ct(n,t,r){var e=0;return t=Tn(t,r),Rt(Nt(n,(function(n,r,u){return{value:n,index:e++,criteria:t(n,r,u)}})).sort((function(n,t){var r=n.criteria,e=t.criteria;if(r!==e){if(r>e||void 0===r)return 1;if(r<e||void 0===e)return-1}return n.index-t.index})),"value")}function Lt(n,t){return function(r,e,u){var i=t?[[],[]]:{};return e=Tn(e,u),At(r,(function(t,u){var o=e(t,u,r);n(i,t,o)})),i}}var Kt=Lt((function(n,t,r){E(n,r)?n[r].push(t):n[r]=[t]})),Ht=Lt((function(n,t,r){n[r]=t})),Jt=Lt((function(n,t,r){E(n,r)?n[r]++:n[r]=1})),Xt=Lt((function(n,t,r){n[r?0:1].push(t)}),!0),$t=/[^\ud800-\udfff]|[\ud800-\udbff][\udc00-\udfff]|[\ud800-\udfff]/g;function Gt(n){return n?N(n)?u.q.call(n):s(n)?n.match($t):rt(n)?Nt(n,On):fn(n):[]}function Qt(n){return null==n?0:rt(n)?n.length:W(n).length}function Yt(n,t,r){return t in r}var Zt=i((function(n,t){var r={},e=t[0];if(null==n)return r;x(e)?(t.length>1&&(e=En(e,t[1])),t=$(n)):(e=Yt,t=et(t,!1,!1),n=Object(n));for(var u=0,i=t.length;u<i;u++){var o=t[u],c=n[o];e(c,o,n)&&(r[o]=c)}return r})),nr=i((function(n,t){var r,e=t[0];return x(e)?(e=lt(e),t.length>1&&(r=t[1])):(t=Nt(et(t,!1,!1),String),e=function(n,r){return!Pt(t,r)}),Zt(n,e,r)}));function tr(n,t,r){return u.q.call(n,0,Math.max(0,n.length-(null==t||r?1:t)))}function rr(n,t,r){return null==n||n.length<1?null==t||r?void 0:[]:null==t||r?n[0]:tr(n,n.length-t)}function er(n,t,r){return u.q.call(n,null==t||r?1:t)}function ur(n,t,r){return null==n||n.length<1?null==t||r?void 0:[]:null==t||r?n[n.length-1]:er(n,Math.max(0,n.length-t))}function ir(n){return Tt(n,Boolean)}function or(n,t){return et(n,t,!1)}var cr=i((function(n,t){return t=et(t,!0,!0),Tt(n,(function(n){return!Pt(t,n)}))})),fr=i((function(n,t){return cr(n,t)}));function ar(n,t,r,e){a(t)||(e=r,r=t,t=!1),null!=r&&(r=Tn(r,e));for(var u=[],i=[],o=0,c=z(n);o<c;o++){var f=n[o],d=r?r(f,o,n):f;t&&!r?(o&&i===d||u.push(f),i=d):r?Pt(i,d)||(i.push(d),u.push(f)):Pt(u,f)||u.push(f)}return u}var dr=i((function(n){return ar(et(n,!0,!0))}));function lr(n){for(var t=[],r=arguments.length,e=0,u=z(n);e<u;e++){var i=n[e];if(!Pt(t,i)){var o;for(o=1;o<r&&Pt(arguments[o],i);o++);o===r&&t.push(i)}}return t}function sr(n){for(var t=n&&Vt(n,z).length||0,r=Array(t),e=0;e<t;e++)r[e]=Rt(n,e);return r}var pr=i(sr);function hr(n,t){for(var r={},e=0,u=z(n);e<u;e++)t?r[n[e]]=t[e]:r[n[e][0]]=n[e][1];return r}function vr(n,t,r){null==t&&(t=n||0,n=0),r||(r=t<n?-1:1);for(var e=Math.max(Math.ceil((t-n)/r),0),u=Array(e),i=0;i<e;i++,n+=r)u[i]=n;return u}function yr(n,t){if(null==t||t<1)return[];for(var r=[],e=0,i=n.length;e<i;)r.push(u.q.call(n,e,e+=t));return r}function gr(n,t){return n._chain?K(t).chain():t}function mr(n){return At(ln(n),(function(t){var r=K[t]=n[t];K.prototype[t]=function(){var n=[this._wrapped];return u.o.apply(n,arguments),gr(this,r.apply(K,n))}})),K}At(["pop","push","reverse","shift","sort","splice","unshift"],(function(n){var t=u.a[n];K.prototype[n]=function(){var r=this._wrapped;return null!=r&&(t.apply(r,arguments),"shift"!==n&&"splice"!==n||0!==r.length||delete r[0]),gr(this,r)}})),At(["concat","join","slice"],(function(n){var t=u.a[n];K.prototype[n]=function(){var n=this._wrapped;return null!=n&&(n=t.apply(n,arguments)),gr(this,n)}}));var br=K,jr=mr(e);jr._=jr;var xr=jr},702:function(n,t,r){(function(t){
+/**
+ * Copyright (c) 2015
+ *
+ * @author Roeland Jago Douma <roeland@famdouma.nl>
+ *
+ * @license GNU AGPL version 3 or any later version
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Affero General Public License as
+ * published by the Free Software Foundation, either version 3 of the
+ * License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Affero General Public License for more details.
+ *
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ *
+ */
+!function(n){n.Client.prototype=t.extend({},n.Client.prototype,{request:function(n,t,r,e){const u=this,i=this.xhrProvider();let o;for(o in r=r||{},this.userName&&(r.Authorization="Basic "+btoa(this.userName+":"+this.password)),i.open(n,this.resolveUrl(t),!0),r)i.setRequestHeader(o,r[o]);return void 0===e?i.send():i.send(e),new Promise((function(n,t){i.onreadystatechange=function(){if(4!==i.readyState)return;let t=i.response;207===i.status&&(t=u.parseMultiStatus(i.responseXML)),n({body:t,status:i.status,xhr:i})},i.ontimeout=function(){t(new Error("Timeout exceeded"))}}))},_getElementsByTagName:function(n,t,r){const e=t.split(":"),u=e[1],i=r(e[0]);if("string"==typeof n){n=(new DOMParser).parseFromString(n,"text/xml")}return n.getElementsByTagNameNS?n.getElementsByTagNameNS(i,u):n.getElementsByTagName(t)},parseMultiStatus:function(n){const t=[],r=function(n){let t;for(t in this.xmlNamespaces)if(this.xmlNamespaces[t]===n)return t}.bind(this),e=this._getElementsByTagName(n,"d:response",r);let u;for(u=0;u<e.length;u++){const n=e[u],i={href:null,propStat:[]},o=this._getElementsByTagName(n,"d:href",r)[0];i.href=o.textContent||o.text;const c=this._getElementsByTagName(n,"d:propstat",r);let f=0;for(f=0;f<c.length;f++){const n=c[f],t=this._getElementsByTagName(n,"d:status",r)[0],e={status:t.textContent||t.text,properties:[]},u=this._getElementsByTagName(n,"d:prop",r)[0];if(!u)continue;let o=0;for(o=0;o<u.childNodes.length;o++){const n=u.childNodes[o],t=this._parsePropNode(n);e.properties["{"+n.namespaceURI+"}"+(n.localName||n.baseName)]=t}i.propStat.push(e)}t.push(i)}return t}})}(dav),n.exports={dav:dav}}).call(this,r(6))}});
+//# sourceMappingURL=files_iedavclient.js.map \ No newline at end of file
diff --git a/core/js/dist/files_iedavclient.js.map b/core/js/dist/files_iedavclient.js.map
new file mode 100644
index 00000000000..8833c186658
--- /dev/null
+++ b/core/js/dist/files_iedavclient.js.map
@@ -0,0 +1 @@
+{"version":3,"sources":["webpack:///webpack/bootstrap","webpack:///./node_modules/underscore/modules/_setup.js","webpack:///(webpack)/buildin/global.js","webpack:///./node_modules/underscore/modules/restArguments.js","webpack:///./node_modules/underscore/modules/isObject.js","webpack:///./node_modules/underscore/modules/isNull.js","webpack:///./node_modules/underscore/modules/isUndefined.js","webpack:///./node_modules/underscore/modules/isBoolean.js","webpack:///./node_modules/underscore/modules/isElement.js","webpack:///./node_modules/underscore/modules/_tagTester.js","webpack:///./node_modules/underscore/modules/isString.js","webpack:///./node_modules/underscore/modules/isNumber.js","webpack:///./node_modules/underscore/modules/isDate.js","webpack:///./node_modules/underscore/modules/isRegExp.js","webpack:///./node_modules/underscore/modules/isError.js","webpack:///./node_modules/underscore/modules/isSymbol.js","webpack:///./node_modules/underscore/modules/isArrayBuffer.js","webpack:///./node_modules/underscore/modules/isFunction.js","webpack:///./node_modules/underscore/modules/_hasObjectTag.js","webpack:///./node_modules/underscore/modules/_stringTagBug.js","webpack:///./node_modules/underscore/modules/isDataView.js","webpack:///./node_modules/underscore/modules/isArray.js","webpack:///./node_modules/underscore/modules/_has.js","webpack:///./node_modules/underscore/modules/isArguments.js","webpack:///./node_modules/underscore/modules/isFinite.js","webpack:///./node_modules/underscore/modules/isNaN.js","webpack:///./node_modules/underscore/modules/constant.js","webpack:///./node_modules/underscore/modules/_createSizePropertyCheck.js","webpack:///./node_modules/underscore/modules/_shallowProperty.js","webpack:///./node_modules/underscore/modules/_getByteLength.js","webpack:///./node_modules/underscore/modules/_isBufferLike.js","webpack:///./node_modules/underscore/modules/isTypedArray.js","webpack:///./node_modules/underscore/modules/_getLength.js","webpack:///./node_modules/underscore/modules/_collectNonEnumProps.js","webpack:///./node_modules/underscore/modules/keys.js","webpack:///./node_modules/underscore/modules/isEmpty.js","webpack:///./node_modules/underscore/modules/isMatch.js","webpack:///./node_modules/underscore/modules/underscore.js","webpack:///./node_modules/underscore/modules/_toBufferView.js","webpack:///./node_modules/underscore/modules/isEqual.js","webpack:///./node_modules/underscore/modules/allKeys.js","webpack:///./node_modules/underscore/modules/_methodFingerprint.js","webpack:///./node_modules/underscore/modules/isMap.js","webpack:///./node_modules/underscore/modules/isWeakMap.js","webpack:///./node_modules/underscore/modules/isSet.js","webpack:///./node_modules/underscore/modules/isWeakSet.js","webpack:///./node_modules/underscore/modules/values.js","webpack:///./node_modules/underscore/modules/pairs.js","webpack:///./node_modules/underscore/modules/invert.js","webpack:///./node_modules/underscore/modules/functions.js","webpack:///./node_modules/underscore/modules/_createAssigner.js","webpack:///./node_modules/underscore/modules/extend.js","webpack:///./node_modules/underscore/modules/extendOwn.js","webpack:///./node_modules/underscore/modules/defaults.js","webpack:///./node_modules/underscore/modules/_baseCreate.js","webpack:///./node_modules/underscore/modules/create.js","webpack:///./node_modules/underscore/modules/clone.js","webpack:///./node_modules/underscore/modules/tap.js","webpack:///./node_modules/underscore/modules/toPath.js","webpack:///./node_modules/underscore/modules/_toPath.js","webpack:///./node_modules/underscore/modules/_deepGet.js","webpack:///./node_modules/underscore/modules/get.js","webpack:///./node_modules/underscore/modules/has.js","webpack:///./node_modules/underscore/modules/identity.js","webpack:///./node_modules/underscore/modules/matcher.js","webpack:///./node_modules/underscore/modules/property.js","webpack:///./node_modules/underscore/modules/_optimizeCb.js","webpack:///./node_modules/underscore/modules/_baseIteratee.js","webpack:///./node_modules/underscore/modules/iteratee.js","webpack:///./node_modules/underscore/modules/_cb.js","webpack:///./node_modules/underscore/modules/mapObject.js","webpack:///./node_modules/underscore/modules/noop.js","webpack:///./node_modules/underscore/modules/propertyOf.js","webpack:///./node_modules/underscore/modules/times.js","webpack:///./node_modules/underscore/modules/random.js","webpack:///./node_modules/underscore/modules/now.js","webpack:///./node_modules/underscore/modules/_createEscaper.js","webpack:///./node_modules/underscore/modules/_escapeMap.js","webpack:///./node_modules/underscore/modules/escape.js","webpack:///./node_modules/underscore/modules/unescape.js","webpack:///./node_modules/underscore/modules/_unescapeMap.js","webpack:///./node_modules/underscore/modules/templateSettings.js","webpack:///./node_modules/underscore/modules/template.js","webpack:///./node_modules/underscore/modules/result.js","webpack:///./node_modules/underscore/modules/uniqueId.js","webpack:///./node_modules/underscore/modules/chain.js","webpack:///./node_modules/underscore/modules/_executeBound.js","webpack:///./node_modules/underscore/modules/partial.js","webpack:///./node_modules/underscore/modules/bind.js","webpack:///./node_modules/underscore/modules/_isArrayLike.js","webpack:///./node_modules/underscore/modules/_flatten.js","webpack:///./node_modules/underscore/modules/bindAll.js","webpack:///./node_modules/underscore/modules/memoize.js","webpack:///./node_modules/underscore/modules/delay.js","webpack:///./node_modules/underscore/modules/defer.js","webpack:///./node_modules/underscore/modules/throttle.js","webpack:///./node_modules/underscore/modules/debounce.js","webpack:///./node_modules/underscore/modules/wrap.js","webpack:///./node_modules/underscore/modules/negate.js","webpack:///./node_modules/underscore/modules/compose.js","webpack:///./node_modules/underscore/modules/after.js","webpack:///./node_modules/underscore/modules/before.js","webpack:///./node_modules/underscore/modules/once.js","webpack:///./node_modules/underscore/modules/findKey.js","webpack:///./node_modules/underscore/modules/_createPredicateIndexFinder.js","webpack:///./node_modules/underscore/modules/findIndex.js","webpack:///./node_modules/underscore/modules/findLastIndex.js","webpack:///./node_modules/underscore/modules/sortedIndex.js","webpack:///./node_modules/underscore/modules/_createIndexFinder.js","webpack:///./node_modules/underscore/modules/indexOf.js","webpack:///./node_modules/underscore/modules/lastIndexOf.js","webpack:///./node_modules/underscore/modules/find.js","webpack:///./node_modules/underscore/modules/findWhere.js","webpack:///./node_modules/underscore/modules/each.js","webpack:///./node_modules/underscore/modules/map.js","webpack:///./node_modules/underscore/modules/_createReduce.js","webpack:///./node_modules/underscore/modules/reduce.js","webpack:///./node_modules/underscore/modules/reduceRight.js","webpack:///./node_modules/underscore/modules/filter.js","webpack:///./node_modules/underscore/modules/reject.js","webpack:///./node_modules/underscore/modules/every.js","webpack:///./node_modules/underscore/modules/some.js","webpack:///./node_modules/underscore/modules/contains.js","webpack:///./node_modules/underscore/modules/invoke.js","webpack:///./node_modules/underscore/modules/pluck.js","webpack:///./node_modules/underscore/modules/where.js","webpack:///./node_modules/underscore/modules/max.js","webpack:///./node_modules/underscore/modules/min.js","webpack:///./node_modules/underscore/modules/sample.js","webpack:///./node_modules/underscore/modules/shuffle.js","webpack:///./node_modules/underscore/modules/sortBy.js","webpack:///./node_modules/underscore/modules/_group.js","webpack:///./node_modules/underscore/modules/groupBy.js","webpack:///./node_modules/underscore/modules/indexBy.js","webpack:///./node_modules/underscore/modules/countBy.js","webpack:///./node_modules/underscore/modules/partition.js","webpack:///./node_modules/underscore/modules/toArray.js","webpack:///./node_modules/underscore/modules/size.js","webpack:///./node_modules/underscore/modules/_keyInObj.js","webpack:///./node_modules/underscore/modules/pick.js","webpack:///./node_modules/underscore/modules/omit.js","webpack:///./node_modules/underscore/modules/initial.js","webpack:///./node_modules/underscore/modules/first.js","webpack:///./node_modules/underscore/modules/rest.js","webpack:///./node_modules/underscore/modules/last.js","webpack:///./node_modules/underscore/modules/compact.js","webpack:///./node_modules/underscore/modules/flatten.js","webpack:///./node_modules/underscore/modules/difference.js","webpack:///./node_modules/underscore/modules/without.js","webpack:///./node_modules/underscore/modules/uniq.js","webpack:///./node_modules/underscore/modules/union.js","webpack:///./node_modules/underscore/modules/intersection.js","webpack:///./node_modules/underscore/modules/unzip.js","webpack:///./node_modules/underscore/modules/zip.js","webpack:///./node_modules/underscore/modules/object.js","webpack:///./node_modules/underscore/modules/range.js","webpack:///./node_modules/underscore/modules/chunk.js","webpack:///./node_modules/underscore/modules/_chainResult.js","webpack:///./node_modules/underscore/modules/mixin.js","webpack:///./node_modules/underscore/modules/underscore-array-methods.js","webpack:///./node_modules/underscore/modules/index-default.js","webpack:///./core/src/files/iedavclient.js"],"names":["installedModules","__webpack_require__","moduleId","exports","module","i","l","modules","call","m","c","d","name","getter","o","Object","defineProperty","enumerable","get","r","Symbol","toStringTag","value","t","mode","__esModule","ns","create","key","bind","n","object","property","prototype","hasOwnProperty","p","s","VERSION","root","self","global","Function","ArrayProto","Array","ObjProto","SymbolProto","push","slice","toString","supportsArrayBuffer","ArrayBuffer","supportsDataView","DataView","nativeIsArray","isArray","nativeKeys","keys","nativeCreate","nativeIsView","isView","_isNaN","isNaN","_isFinite","isFinite","hasEnumBug","propertyIsEnumerable","nonEnumerableProps","MAX_ARRAY_INDEX","Math","pow","g","this","e","window","restArguments","func","startIndex","length","max","arguments","rest","index","args","apply","isObject","obj","type","isNull","isUndefined","isBoolean","isElement","nodeType","tagTester","tag","isFunction","nodelist","document","childNodes","Int8Array","hasStringTagBug","isIE11","Map","isDataView","getInt8","isArrayBuffer","buffer","has","isArguments","isSymbol","parseFloat","isNumber","constant","createSizePropertyCheck","getSizeProperty","collection","sizeProperty","shallowProperty","typedArrayPattern","test","collectNonEnumProps","hash","contains","emulatedSet","nonEnumIdx","constructor","proto","prop","isEmpty","isString","isMatch","attrs","_keys","_","_wrapped","toBufferView","bufferSource","Uint8Array","byteOffset","valueOf","toJSON","String","eq","a","b","aStack","bStack","deepEq","className","areArrays","aCtor","bCtor","pop","isEqual","allKeys","ie11fingerprint","methods","weakMapMethods","forEachName","commonInit","mapTail","mapMethods","concat","setMethods","values","pairs","invert","result","functions","names","sort","createAssigner","keysFunc","defaults","source","baseCreate","Ctor","props","extendOwn","clone","extend","tap","interceptor","toPath","path","deepGet","defaultValue","identity","optimizeCb","context","argCount","accumulator","baseIteratee","Infinity","cb","iteratee","mapObject","results","currentKey","noop","propertyOf","times","accum","random","min","floor","Date","getTime","createEscaper","map","escaper","match","join","testRegexp","RegExp","replaceRegexp","string","replace","templateSettings","evaluate","interpolate","escape","noMatch","escapes","escapeRegExp","escapeChar","text","settings","oldSettings","render","matcher","offset","variable","template","data","argument","fallback","idCounter","uniqueId","prefix","id","chain","instance","_chain","executeBound","sourceFunc","boundFunc","callingContext","partial","boundArgs","placeholder","bound","position","TypeError","callArgs","flatten","input","depth","strict","output","idx","j","len","Error","hasher","memoize","cache","address","wait","setTimeout","delay","throttle","options","timeout","previous","later","leading","now","throttled","_now","remaining","clearTimeout","trailing","cancel","debounce","immediate","debounced","callNow","wrap","wrapper","negate","predicate","compose","start","after","before","memo","findKey","createPredicateIndexFinder","dir","array","low","high","mid","createIndexFinder","predicateFind","sortedIndex","item","findIndex","findLastIndex","find","findWhere","each","createReduce","reducer","initial","filter","list","reject","every","some","fromIndex","guard","indexOf","contextPath","method","pluck","where","computed","lastComputed","v","sample","last","rand","temp","shuffle","sortBy","criteria","left","right","group","behavior","partition","pass","reStrSymbol","toArray","size","keyInObj","pick","first","compact","Boolean","otherArrays","difference","uniq","isSorted","seen","arrays","intersection","argsLength","unzip","range","stop","step","ceil","chunk","count","chainResult","mixin","dav","Client","request","url","headers","body","xhr","xhrProvider","ii","userName","Authorization","btoa","password","open","resolveUrl","setRequestHeader","undefined","send","Promise","fulfill","onreadystatechange","readyState","resultBody","response","status","parseMultiStatus","responseXML","ontimeout","_getElementsByTagName","node","resolver","parts","split","tagName","namespace","DOMParser","parseFromString","getElementsByTagNameNS","getElementsByTagName","doc","foo","xmlNamespaces","responses","responseNode","href","propStat","hrefNode","textContent","propStatNodes","propStatNode","statusNode","properties","propNode","k","_parsePropNode","namespaceURI","localName","baseName"],"mappings":"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","file":"files_iedavclient.js","sourcesContent":[" \t// The module cache\n \tvar installedModules = {};\n\n \t// The require function\n \tfunction __webpack_require__(moduleId) {\n\n \t\t// Check if module is in cache\n \t\tif(installedModules[moduleId]) {\n \t\t\treturn installedModules[moduleId].exports;\n \t\t}\n \t\t// Create a new module (and put it into the cache)\n \t\tvar module = installedModules[moduleId] = {\n \t\t\ti: moduleId,\n \t\t\tl: false,\n \t\t\texports: {}\n \t\t};\n\n \t\t// Execute the module function\n \t\tmodules[moduleId].call(module.exports, module, module.exports, __webpack_require__);\n\n \t\t// Flag the module as loaded\n \t\tmodule.l = true;\n\n \t\t// Return the exports of the module\n \t\treturn module.exports;\n \t}\n\n\n \t// expose the modules object (__webpack_modules__)\n \t__webpack_require__.m = modules;\n\n \t// expose the module cache\n \t__webpack_require__.c = installedModules;\n\n \t// define getter function for harmony exports\n \t__webpack_require__.d = function(exports, name, getter) {\n \t\tif(!__webpack_require__.o(exports, name)) {\n \t\t\tObject.defineProperty(exports, name, { enumerable: true, get: getter });\n \t\t}\n \t};\n\n \t// define __esModule on exports\n \t__webpack_require__.r = function(exports) {\n \t\tif(typeof Symbol !== 'undefined' && Symbol.toStringTag) {\n \t\t\tObject.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });\n \t\t}\n \t\tObject.defineProperty(exports, '__esModule', { value: true });\n \t};\n\n \t// create a fake namespace object\n \t// mode & 1: value is a module id, require it\n \t// mode & 2: merge all properties of value into the ns\n \t// mode & 4: return value when already ns object\n \t// mode & 8|1: behave like require\n \t__webpack_require__.t = function(value, mode) {\n \t\tif(mode & 1) value = __webpack_require__(value);\n \t\tif(mode & 8) return value;\n \t\tif((mode & 4) && typeof value === 'object' && value && value.__esModule) return value;\n \t\tvar ns = Object.create(null);\n \t\t__webpack_require__.r(ns);\n \t\tObject.defineProperty(ns, 'default', { enumerable: true, value: value });\n \t\tif(mode & 2 && typeof value != 'string') for(var key in value) __webpack_require__.d(ns, key, function(key) { return value[key]; }.bind(null, key));\n \t\treturn ns;\n \t};\n\n \t// getDefaultExport function for compatibility with non-harmony modules\n \t__webpack_require__.n = function(module) {\n \t\tvar getter = module && module.__esModule ?\n \t\t\tfunction getDefault() { return module['default']; } :\n \t\t\tfunction getModuleExports() { return module; };\n \t\t__webpack_require__.d(getter, 'a', getter);\n \t\treturn getter;\n \t};\n\n \t// Object.prototype.hasOwnProperty.call\n \t__webpack_require__.o = function(object, property) { return Object.prototype.hasOwnProperty.call(object, property); };\n\n \t// __webpack_public_path__\n \t__webpack_require__.p = \"\";\n\n\n \t// Load entry module and return exports\n \treturn __webpack_require__(__webpack_require__.s = 702);\n","// Current version.\nexport var VERSION = '1.12.0';\n\n// Establish the root object, `window` (`self`) in the browser, `global`\n// on the server, or `this` in some virtual machines. We use `self`\n// instead of `window` for `WebWorker` support.\nexport var root = typeof self == 'object' && self.self === self && self ||\n typeof global == 'object' && global.global === global && global ||\n Function('return this')() ||\n {};\n\n// Save bytes in the minified (but not gzipped) version:\nexport var ArrayProto = Array.prototype, ObjProto = Object.prototype;\nexport var SymbolProto = typeof Symbol !== 'undefined' ? Symbol.prototype : null;\n\n// Create quick reference variables for speed access to core prototypes.\nexport var push = ArrayProto.push,\n slice = ArrayProto.slice,\n toString = ObjProto.toString,\n hasOwnProperty = ObjProto.hasOwnProperty;\n\n// Modern feature detection.\nexport var supportsArrayBuffer = typeof ArrayBuffer !== 'undefined',\n supportsDataView = typeof DataView !== 'undefined';\n\n// All **ECMAScript 5+** native function implementations that we hope to use\n// are declared here.\nexport var nativeIsArray = Array.isArray,\n nativeKeys = Object.keys,\n nativeCreate = Object.create,\n nativeIsView = supportsArrayBuffer && ArrayBuffer.isView;\n\n// Create references to these builtin functions because we override them.\nexport var _isNaN = isNaN,\n _isFinite = isFinite;\n\n// Keys in IE < 9 that won't be iterated by `for key in ...` and thus missed.\nexport var hasEnumBug = !{toString: null}.propertyIsEnumerable('toString');\nexport var nonEnumerableProps = ['valueOf', 'isPrototypeOf', 'toString',\n 'propertyIsEnumerable', 'hasOwnProperty', 'toLocaleString'];\n\n// The largest integer that can be represented exactly.\nexport var MAX_ARRAY_INDEX = Math.pow(2, 53) - 1;\n","var g;\n\n// This works in non-strict mode\ng = (function() {\n\treturn this;\n})();\n\ntry {\n\t// This works if eval is allowed (see CSP)\n\tg = g || new Function(\"return this\")();\n} catch (e) {\n\t// This works if the window reference is available\n\tif (typeof window === \"object\") g = window;\n}\n\n// g can still be undefined, but nothing to do about it...\n// We return undefined, instead of nothing here, so it's\n// easier to handle this case. if(!global) { ...}\n\nmodule.exports = g;\n","// Some functions take a variable number of arguments, or a few expected\n// arguments at the beginning and then a variable number of values to operate\n// on. This helper accumulates all remaining arguments past the function’s\n// argument length (or an explicit `startIndex`), into an array that becomes\n// the last argument. Similar to ES6’s \"rest parameter\".\nexport default function restArguments(func, startIndex) {\n startIndex = startIndex == null ? func.length - 1 : +startIndex;\n return function() {\n var length = Math.max(arguments.length - startIndex, 0),\n rest = Array(length),\n index = 0;\n for (; index < length; index++) {\n rest[index] = arguments[index + startIndex];\n }\n switch (startIndex) {\n case 0: return func.call(this, rest);\n case 1: return func.call(this, arguments[0], rest);\n case 2: return func.call(this, arguments[0], arguments[1], rest);\n }\n var args = Array(startIndex + 1);\n for (index = 0; index < startIndex; index++) {\n args[index] = arguments[index];\n }\n args[startIndex] = rest;\n return func.apply(this, args);\n };\n}\n","// Is a given variable an object?\nexport default function isObject(obj) {\n var type = typeof obj;\n return type === 'function' || type === 'object' && !!obj;\n}\n","// Is a given value equal to null?\nexport default function isNull(obj) {\n return obj === null;\n}\n","// Is a given variable undefined?\nexport default function isUndefined(obj) {\n return obj === void 0;\n}\n","import { toString } from './_setup.js';\n\n// Is a given value a boolean?\nexport default function isBoolean(obj) {\n return obj === true || obj === false || toString.call(obj) === '[object Boolean]';\n}\n","// Is a given value a DOM element?\nexport default function isElement(obj) {\n return !!(obj && obj.nodeType === 1);\n}\n","import { toString } from './_setup.js';\n\n// Internal function for creating a `toString`-based type tester.\nexport default function tagTester(name) {\n var tag = '[object ' + name + ']';\n return function(obj) {\n return toString.call(obj) === tag;\n };\n}\n","import tagTester from './_tagTester.js';\n\nexport default tagTester('String');\n","import tagTester from './_tagTester.js';\n\nexport default tagTester('Number');\n","import tagTester from './_tagTester.js';\n\nexport default tagTester('Date');\n","import tagTester from './_tagTester.js';\n\nexport default tagTester('RegExp');\n","import tagTester from './_tagTester.js';\n\nexport default tagTester('Error');\n","import tagTester from './_tagTester.js';\n\nexport default tagTester('Symbol');\n","import tagTester from './_tagTester.js';\n\nexport default tagTester('ArrayBuffer');\n","import tagTester from './_tagTester.js';\nimport { root } from './_setup.js';\n\nvar isFunction = tagTester('Function');\n\n// Optimize `isFunction` if appropriate. Work around some `typeof` bugs in old\n// v8, IE 11 (#1621), Safari 8 (#1929), and PhantomJS (#2236).\nvar nodelist = root.document && root.document.childNodes;\nif (typeof /./ != 'function' && typeof Int8Array != 'object' && typeof nodelist != 'function') {\n isFunction = function(obj) {\n return typeof obj == 'function' || false;\n };\n}\n\nexport default isFunction;\n","import tagTester from './_tagTester.js';\n\nexport default tagTester('Object');\n","import { supportsDataView } from './_setup.js';\nimport hasObjectTag from './_hasObjectTag.js';\n\n// In IE 10 - Edge 13, `DataView` has string tag `'[object Object]'`.\n// In IE 11, the most common among them, this problem also applies to\n// `Map`, `WeakMap` and `Set`.\nexport var hasStringTagBug = (\n supportsDataView && hasObjectTag(new DataView(new ArrayBuffer(8)))\n ),\n isIE11 = (typeof Map !== 'undefined' && hasObjectTag(new Map));\n","import tagTester from './_tagTester.js';\nimport isFunction from './isFunction.js';\nimport isArrayBuffer from './isArrayBuffer.js';\nimport { hasStringTagBug } from './_stringTagBug.js';\n\nvar isDataView = tagTester('DataView');\n\n// In IE 10 - Edge 13, we need a different heuristic\n// to determine whether an object is a `DataView`.\nfunction ie10IsDataView(obj) {\n return obj != null && isFunction(obj.getInt8) && isArrayBuffer(obj.buffer);\n}\n\nexport default (hasStringTagBug ? ie10IsDataView : isDataView);\n","import { nativeIsArray } from './_setup.js';\nimport tagTester from './_tagTester.js';\n\n// Is a given value an array?\n// Delegates to ECMA5's native `Array.isArray`.\nexport default nativeIsArray || tagTester('Array');\n","import { hasOwnProperty } from './_setup.js';\n\n// Internal function to check whether `key` is an own property name of `obj`.\nexport default function has(obj, key) {\n return obj != null && hasOwnProperty.call(obj, key);\n}\n","import tagTester from './_tagTester.js';\nimport has from './_has.js';\n\nvar isArguments = tagTester('Arguments');\n\n// Define a fallback version of the method in browsers (ahem, IE < 9), where\n// there isn't any inspectable \"Arguments\" type.\n(function() {\n if (!isArguments(arguments)) {\n isArguments = function(obj) {\n return has(obj, 'callee');\n };\n }\n}());\n\nexport default isArguments;\n","import { _isFinite } from './_setup.js';\nimport isSymbol from './isSymbol.js';\n\n// Is a given object a finite number?\nexport default function isFinite(obj) {\n return !isSymbol(obj) && _isFinite(obj) && !isNaN(parseFloat(obj));\n}\n","import { _isNaN } from './_setup.js';\nimport isNumber from './isNumber.js';\n\n// Is the given value `NaN`?\nexport default function isNaN(obj) {\n return isNumber(obj) && _isNaN(obj);\n}\n","// Predicate-generating function. Often useful outside of Underscore.\nexport default function constant(value) {\n return function() {\n return value;\n };\n}\n","import { MAX_ARRAY_INDEX } from './_setup.js';\n\n// Common internal logic for `isArrayLike` and `isBufferLike`.\nexport default function createSizePropertyCheck(getSizeProperty) {\n return function(collection) {\n var sizeProperty = getSizeProperty(collection);\n return typeof sizeProperty == 'number' && sizeProperty >= 0 && sizeProperty <= MAX_ARRAY_INDEX;\n }\n}\n","// Internal helper to generate a function to obtain property `key` from `obj`.\nexport default function shallowProperty(key) {\n return function(obj) {\n return obj == null ? void 0 : obj[key];\n };\n}\n","import shallowProperty from './_shallowProperty.js';\n\n// Internal helper to obtain the `byteLength` property of an object.\nexport default shallowProperty('byteLength');\n","import createSizePropertyCheck from './_createSizePropertyCheck.js';\nimport getByteLength from './_getByteLength.js';\n\n// Internal helper to determine whether we should spend extensive checks against\n// `ArrayBuffer` et al.\nexport default createSizePropertyCheck(getByteLength);\n","import { supportsArrayBuffer, nativeIsView, toString } from './_setup.js';\nimport isDataView from './isDataView.js';\nimport constant from './constant.js';\nimport isBufferLike from './_isBufferLike.js';\n\n// Is a given value a typed array?\nvar typedArrayPattern = /\\[object ((I|Ui)nt(8|16|32)|Float(32|64)|Uint8Clamped|Big(I|Ui)nt64)Array\\]/;\nfunction isTypedArray(obj) {\n // `ArrayBuffer.isView` is the most future-proof, so use it when available.\n // Otherwise, fall back on the above regular expression.\n return nativeIsView ? (nativeIsView(obj) && !isDataView(obj)) :\n isBufferLike(obj) && typedArrayPattern.test(toString.call(obj));\n}\n\nexport default supportsArrayBuffer ? isTypedArray : constant(false);\n","import shallowProperty from './_shallowProperty.js';\n\n// Internal helper to obtain the `length` property of an object.\nexport default shallowProperty('length');\n","import { nonEnumerableProps, ObjProto } from './_setup.js';\nimport isFunction from './isFunction.js';\nimport has from './_has.js';\n\n// Internal helper to create a simple lookup structure.\n// `collectNonEnumProps` used to depend on `_.contains`, but this led to\n// circular imports. `emulatedSet` is a one-off solution that only works for\n// arrays of strings.\nfunction emulatedSet(keys) {\n var hash = {};\n for (var l = keys.length, i = 0; i < l; ++i) hash[keys[i]] = true;\n return {\n contains: function(key) { return hash[key]; },\n push: function(key) {\n hash[key] = true;\n return keys.push(key);\n }\n };\n}\n\n// Internal helper. Checks `keys` for the presence of keys in IE < 9 that won't\n// be iterated by `for key in ...` and thus missed. Extends `keys` in place if\n// needed.\nexport default function collectNonEnumProps(obj, keys) {\n keys = emulatedSet(keys);\n var nonEnumIdx = nonEnumerableProps.length;\n var constructor = obj.constructor;\n var proto = isFunction(constructor) && constructor.prototype || ObjProto;\n\n // Constructor is a special case.\n var prop = 'constructor';\n if (has(obj, prop) && !keys.contains(prop)) keys.push(prop);\n\n while (nonEnumIdx--) {\n prop = nonEnumerableProps[nonEnumIdx];\n if (prop in obj && obj[prop] !== proto[prop] && !keys.contains(prop)) {\n keys.push(prop);\n }\n }\n}\n","import isObject from './isObject.js';\nimport { nativeKeys, hasEnumBug } from './_setup.js';\nimport has from './_has.js';\nimport collectNonEnumProps from './_collectNonEnumProps.js';\n\n// Retrieve the names of an object's own properties.\n// Delegates to **ECMAScript 5**'s native `Object.keys`.\nexport default function keys(obj) {\n if (!isObject(obj)) return [];\n if (nativeKeys) return nativeKeys(obj);\n var keys = [];\n for (var key in obj) if (has(obj, key)) keys.push(key);\n // Ahem, IE < 9.\n if (hasEnumBug) collectNonEnumProps(obj, keys);\n return keys;\n}\n","import getLength from './_getLength.js';\nimport isArray from './isArray.js';\nimport isString from './isString.js';\nimport isArguments from './isArguments.js';\nimport keys from './keys.js';\n\n// Is a given array, string, or object empty?\n// An \"empty\" object has no enumerable own-properties.\nexport default function isEmpty(obj) {\n if (obj == null) return true;\n // Skip the more expensive `toString`-based type checks if `obj` has no\n // `.length`.\n var length = getLength(obj);\n if (typeof length == 'number' && (\n isArray(obj) || isString(obj) || isArguments(obj)\n )) return length === 0;\n return getLength(keys(obj)) === 0;\n}\n","import keys from './keys.js';\n\n// Returns whether an object has a given set of `key:value` pairs.\nexport default function isMatch(object, attrs) {\n var _keys = keys(attrs), length = _keys.length;\n if (object == null) return !length;\n var obj = Object(object);\n for (var i = 0; i < length; i++) {\n var key = _keys[i];\n if (attrs[key] !== obj[key] || !(key in obj)) return false;\n }\n return true;\n}\n","import { VERSION } from './_setup.js';\n\n// If Underscore is called as a function, it returns a wrapped object that can\n// be used OO-style. This wrapper holds altered versions of all functions added\n// through `_.mixin`. Wrapped objects may be chained.\nexport default function _(obj) {\n if (obj instanceof _) return obj;\n if (!(this instanceof _)) return new _(obj);\n this._wrapped = obj;\n}\n\n_.VERSION = VERSION;\n\n// Extracts the result from a wrapped and chained object.\n_.prototype.value = function() {\n return this._wrapped;\n};\n\n// Provide unwrapping proxies for some methods used in engine operations\n// such as arithmetic and JSON stringification.\n_.prototype.valueOf = _.prototype.toJSON = _.prototype.value;\n\n_.prototype.toString = function() {\n return String(this._wrapped);\n};\n","import getByteLength from './_getByteLength.js';\n\n// Internal function to wrap or shallow-copy an ArrayBuffer,\n// typed array or DataView to a new view, reusing the buffer.\nexport default function toBufferView(bufferSource) {\n return new Uint8Array(\n bufferSource.buffer || bufferSource,\n bufferSource.byteOffset || 0,\n getByteLength(bufferSource)\n );\n}\n","import _ from './underscore.js';\nimport { toString, SymbolProto } from './_setup.js';\nimport getByteLength from './_getByteLength.js';\nimport isTypedArray from './isTypedArray.js';\nimport isFunction from './isFunction.js';\nimport { hasStringTagBug } from './_stringTagBug.js';\nimport isDataView from './isDataView.js';\nimport keys from './keys.js';\nimport has from './_has.js';\nimport toBufferView from './_toBufferView.js';\n\n// We use this string twice, so give it a name for minification.\nvar tagDataView = '[object DataView]';\n\n// Internal recursive comparison function for `_.isEqual`.\nfunction eq(a, b, aStack, bStack) {\n // Identical objects are equal. `0 === -0`, but they aren't identical.\n // See the [Harmony `egal` proposal](https://wiki.ecmascript.org/doku.php?id=harmony:egal).\n if (a === b) return a !== 0 || 1 / a === 1 / b;\n // `null` or `undefined` only equal to itself (strict comparison).\n if (a == null || b == null) return false;\n // `NaN`s are equivalent, but non-reflexive.\n if (a !== a) return b !== b;\n // Exhaust primitive checks\n var type = typeof a;\n if (type !== 'function' && type !== 'object' && typeof b != 'object') return false;\n return deepEq(a, b, aStack, bStack);\n}\n\n// Internal recursive comparison function for `_.isEqual`.\nfunction deepEq(a, b, aStack, bStack) {\n // Unwrap any wrapped objects.\n if (a instanceof _) a = a._wrapped;\n if (b instanceof _) b = b._wrapped;\n // Compare `[[Class]]` names.\n var className = toString.call(a);\n if (className !== toString.call(b)) return false;\n // Work around a bug in IE 10 - Edge 13.\n if (hasStringTagBug && className == '[object Object]' && isDataView(a)) {\n if (!isDataView(b)) return false;\n className = tagDataView;\n }\n switch (className) {\n // These types are compared by value.\n case '[object RegExp]':\n // RegExps are coerced to strings for comparison (Note: '' + /a/i === '/a/i')\n case '[object String]':\n // Primitives and their corresponding object wrappers are equivalent; thus, `\"5\"` is\n // equivalent to `new String(\"5\")`.\n return '' + a === '' + b;\n case '[object Number]':\n // `NaN`s are equivalent, but non-reflexive.\n // Object(NaN) is equivalent to NaN.\n if (+a !== +a) return +b !== +b;\n // An `egal` comparison is performed for other numeric values.\n return +a === 0 ? 1 / +a === 1 / b : +a === +b;\n case '[object Date]':\n case '[object Boolean]':\n // Coerce dates and booleans to numeric primitive values. Dates are compared by their\n // millisecond representations. Note that invalid dates with millisecond representations\n // of `NaN` are not equivalent.\n return +a === +b;\n case '[object Symbol]':\n return SymbolProto.valueOf.call(a) === SymbolProto.valueOf.call(b);\n case '[object ArrayBuffer]':\n case tagDataView:\n // Coerce to typed array so we can fall through.\n return deepEq(toBufferView(a), toBufferView(b), aStack, bStack);\n }\n\n var areArrays = className === '[object Array]';\n if (!areArrays && isTypedArray(a)) {\n var byteLength = getByteLength(a);\n if (byteLength !== getByteLength(b)) return false;\n if (a.buffer === b.buffer && a.byteOffset === b.byteOffset) return true;\n areArrays = true;\n }\n if (!areArrays) {\n if (typeof a != 'object' || typeof b != 'object') return false;\n\n // Objects with different constructors are not equivalent, but `Object`s or `Array`s\n // from different frames are.\n var aCtor = a.constructor, bCtor = b.constructor;\n if (aCtor !== bCtor && !(isFunction(aCtor) && aCtor instanceof aCtor &&\n isFunction(bCtor) && bCtor instanceof bCtor)\n && ('constructor' in a && 'constructor' in b)) {\n return false;\n }\n }\n // Assume equality for cyclic structures. The algorithm for detecting cyclic\n // structures is adapted from ES 5.1 section 15.12.3, abstract operation `JO`.\n\n // Initializing stack of traversed objects.\n // It's done here since we only need them for objects and arrays comparison.\n aStack = aStack || [];\n bStack = bStack || [];\n var length = aStack.length;\n while (length--) {\n // Linear search. Performance is inversely proportional to the number of\n // unique nested structures.\n if (aStack[length] === a) return bStack[length] === b;\n }\n\n // Add the first object to the stack of traversed objects.\n aStack.push(a);\n bStack.push(b);\n\n // Recursively compare objects and arrays.\n if (areArrays) {\n // Compare array lengths to determine if a deep comparison is necessary.\n length = a.length;\n if (length !== b.length) return false;\n // Deep compare the contents, ignoring non-numeric properties.\n while (length--) {\n if (!eq(a[length], b[length], aStack, bStack)) return false;\n }\n } else {\n // Deep compare objects.\n var _keys = keys(a), key;\n length = _keys.length;\n // Ensure that both objects contain the same number of properties before comparing deep equality.\n if (keys(b).length !== length) return false;\n while (length--) {\n // Deep compare each member\n key = _keys[length];\n if (!(has(b, key) && eq(a[key], b[key], aStack, bStack))) return false;\n }\n }\n // Remove the first object from the stack of traversed objects.\n aStack.pop();\n bStack.pop();\n return true;\n}\n\n// Perform a deep comparison to check if two objects are equal.\nexport default function isEqual(a, b) {\n return eq(a, b);\n}\n","import isObject from './isObject.js';\nimport { hasEnumBug } from './_setup.js';\nimport collectNonEnumProps from './_collectNonEnumProps.js';\n\n// Retrieve all the enumerable property names of an object.\nexport default function allKeys(obj) {\n if (!isObject(obj)) return [];\n var keys = [];\n for (var key in obj) keys.push(key);\n // Ahem, IE < 9.\n if (hasEnumBug) collectNonEnumProps(obj, keys);\n return keys;\n}\n","import getLength from './_getLength.js';\nimport isFunction from './isFunction.js';\nimport allKeys from './allKeys.js';\n\n// Since the regular `Object.prototype.toString` type tests don't work for\n// some types in IE 11, we use a fingerprinting heuristic instead, based\n// on the methods. It's not great, but it's the best we got.\n// The fingerprint method lists are defined below.\nexport function ie11fingerprint(methods) {\n var length = getLength(methods);\n return function(obj) {\n if (obj == null) return false;\n // `Map`, `WeakMap` and `Set` have no enumerable keys.\n var keys = allKeys(obj);\n if (getLength(keys)) return false;\n for (var i = 0; i < length; i++) {\n if (!isFunction(obj[methods[i]])) return false;\n }\n // If we are testing against `WeakMap`, we need to ensure that\n // `obj` doesn't have a `forEach` method in order to distinguish\n // it from a regular `Map`.\n return methods !== weakMapMethods || !isFunction(obj[forEachName]);\n };\n}\n\n// In the interest of compact minification, we write\n// each string in the fingerprints only once.\nvar forEachName = 'forEach',\n hasName = 'has',\n commonInit = ['clear', 'delete'],\n mapTail = ['get', hasName, 'set'];\n\n// `Map`, `WeakMap` and `Set` each have slightly different\n// combinations of the above sublists.\nexport var mapMethods = commonInit.concat(forEachName, mapTail),\n weakMapMethods = commonInit.concat(mapTail),\n setMethods = ['add'].concat(commonInit, forEachName, hasName);\n","import tagTester from './_tagTester.js';\nimport { isIE11 } from './_stringTagBug.js';\nimport { ie11fingerprint, mapMethods } from './_methodFingerprint.js';\n\nexport default isIE11 ? ie11fingerprint(mapMethods) : tagTester('Map');\n","import tagTester from './_tagTester.js';\nimport { isIE11 } from './_stringTagBug.js';\nimport { ie11fingerprint, weakMapMethods } from './_methodFingerprint.js';\n\nexport default isIE11 ? ie11fingerprint(weakMapMethods) : tagTester('WeakMap');\n","import tagTester from './_tagTester.js';\nimport { isIE11 } from './_stringTagBug.js';\nimport { ie11fingerprint, setMethods } from './_methodFingerprint.js';\n\nexport default isIE11 ? ie11fingerprint(setMethods) : tagTester('Set');\n","import tagTester from './_tagTester.js';\n\nexport default tagTester('WeakSet');\n","import keys from './keys.js';\n\n// Retrieve the values of an object's properties.\nexport default function values(obj) {\n var _keys = keys(obj);\n var length = _keys.length;\n var values = Array(length);\n for (var i = 0; i < length; i++) {\n values[i] = obj[_keys[i]];\n }\n return values;\n}\n","import keys from './keys.js';\n\n// Convert an object into a list of `[key, value]` pairs.\n// The opposite of `_.object` with one argument.\nexport default function pairs(obj) {\n var _keys = keys(obj);\n var length = _keys.length;\n var pairs = Array(length);\n for (var i = 0; i < length; i++) {\n pairs[i] = [_keys[i], obj[_keys[i]]];\n }\n return pairs;\n}\n","import keys from './keys.js';\n\n// Invert the keys and values of an object. The values must be serializable.\nexport default function invert(obj) {\n var result = {};\n var _keys = keys(obj);\n for (var i = 0, length = _keys.length; i < length; i++) {\n result[obj[_keys[i]]] = _keys[i];\n }\n return result;\n}\n","import isFunction from './isFunction.js';\n\n// Return a sorted list of the function names available on the object.\nexport default function functions(obj) {\n var names = [];\n for (var key in obj) {\n if (isFunction(obj[key])) names.push(key);\n }\n return names.sort();\n}\n","// An internal function for creating assigner functions.\nexport default function createAssigner(keysFunc, defaults) {\n return function(obj) {\n var length = arguments.length;\n if (defaults) obj = Object(obj);\n if (length < 2 || obj == null) return obj;\n for (var index = 1; index < length; index++) {\n var source = arguments[index],\n keys = keysFunc(source),\n l = keys.length;\n for (var i = 0; i < l; i++) {\n var key = keys[i];\n if (!defaults || obj[key] === void 0) obj[key] = source[key];\n }\n }\n return obj;\n };\n}\n","import createAssigner from './_createAssigner.js';\nimport allKeys from './allKeys.js';\n\n// Extend a given object with all the properties in passed-in object(s).\nexport default createAssigner(allKeys);\n","import createAssigner from './_createAssigner.js';\nimport keys from './keys.js';\n\n// Assigns a given object with all the own properties in the passed-in\n// object(s).\n// (https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Object/assign)\nexport default createAssigner(keys);\n","import createAssigner from './_createAssigner.js';\nimport allKeys from './allKeys.js';\n\n// Fill in a given object with default properties.\nexport default createAssigner(allKeys, true);\n","import isObject from './isObject.js';\nimport { nativeCreate } from './_setup.js';\n\n// Create a naked function reference for surrogate-prototype-swapping.\nfunction ctor() {\n return function(){};\n}\n\n// An internal function for creating a new object that inherits from another.\nexport default function baseCreate(prototype) {\n if (!isObject(prototype)) return {};\n if (nativeCreate) return nativeCreate(prototype);\n var Ctor = ctor();\n Ctor.prototype = prototype;\n var result = new Ctor;\n Ctor.prototype = null;\n return result;\n}\n","import baseCreate from './_baseCreate.js';\nimport extendOwn from './extendOwn.js';\n\n// Creates an object that inherits from the given prototype object.\n// If additional properties are provided then they will be added to the\n// created object.\nexport default function create(prototype, props) {\n var result = baseCreate(prototype);\n if (props) extendOwn(result, props);\n return result;\n}\n","import isObject from './isObject.js';\nimport isArray from './isArray.js';\nimport extend from './extend.js';\n\n// Create a (shallow-cloned) duplicate of an object.\nexport default function clone(obj) {\n if (!isObject(obj)) return obj;\n return isArray(obj) ? obj.slice() : extend({}, obj);\n}\n","// Invokes `interceptor` with the `obj` and then returns `obj`.\n// The primary purpose of this method is to \"tap into\" a method chain, in\n// order to perform operations on intermediate results within the chain.\nexport default function tap(obj, interceptor) {\n interceptor(obj);\n return obj;\n}\n","import _ from './underscore.js';\nimport isArray from './isArray.js';\n\n// Normalize a (deep) property `path` to array.\n// Like `_.iteratee`, this function can be customized.\nexport default function toPath(path) {\n return isArray(path) ? path : [path];\n}\n_.toPath = toPath;\n","import _ from './underscore.js';\nimport './toPath.js';\n\n// Internal wrapper for `_.toPath` to enable minification.\n// Similar to `cb` for `_.iteratee`.\nexport default function toPath(path) {\n return _.toPath(path);\n}\n","// Internal function to obtain a nested property in `obj` along `path`.\nexport default function deepGet(obj, path) {\n var length = path.length;\n for (var i = 0; i < length; i++) {\n if (obj == null) return void 0;\n obj = obj[path[i]];\n }\n return length ? obj : void 0;\n}\n","import toPath from './_toPath.js';\nimport deepGet from './_deepGet.js';\nimport isUndefined from './isUndefined.js';\n\n// Get the value of the (deep) property on `path` from `object`.\n// If any property in `path` does not exist or if the value is\n// `undefined`, return `defaultValue` instead.\n// The `path` is normalized through `_.toPath`.\nexport default function get(object, path, defaultValue) {\n var value = deepGet(object, toPath(path));\n return isUndefined(value) ? defaultValue : value;\n}\n","import _has from './_has.js';\nimport toPath from './_toPath.js';\n\n// Shortcut function for checking if an object has a given property directly on\n// itself (in other words, not on a prototype). Unlike the internal `has`\n// function, this public version can also traverse nested properties.\nexport default function has(obj, path) {\n path = toPath(path);\n var length = path.length;\n for (var i = 0; i < length; i++) {\n var key = path[i];\n if (!_has(obj, key)) return false;\n obj = obj[key];\n }\n return !!length;\n}\n","// Keep the identity function around for default iteratees.\nexport default function identity(value) {\n return value;\n}\n","import extendOwn from './extendOwn.js';\nimport isMatch from './isMatch.js';\n\n// Returns a predicate for checking whether an object has a given set of\n// `key:value` pairs.\nexport default function matcher(attrs) {\n attrs = extendOwn({}, attrs);\n return function(obj) {\n return isMatch(obj, attrs);\n };\n}\n","import deepGet from './_deepGet.js';\nimport toPath from './_toPath.js';\n\n// Creates a function that, when passed an object, will traverse that object’s\n// properties down the given `path`, specified as an array of keys or indices.\nexport default function property(path) {\n path = toPath(path);\n return function(obj) {\n return deepGet(obj, path);\n };\n}\n","// Internal function that returns an efficient (for current engines) version\n// of the passed-in callback, to be repeatedly applied in other Underscore\n// functions.\nexport default function optimizeCb(func, context, argCount) {\n if (context === void 0) return func;\n switch (argCount == null ? 3 : argCount) {\n case 1: return function(value) {\n return func.call(context, value);\n };\n // The 2-argument case is omitted because we’re not using it.\n case 3: return function(value, index, collection) {\n return func.call(context, value, index, collection);\n };\n case 4: return function(accumulator, value, index, collection) {\n return func.call(context, accumulator, value, index, collection);\n };\n }\n return function() {\n return func.apply(context, arguments);\n };\n}\n","import identity from './identity.js';\nimport isFunction from './isFunction.js';\nimport isObject from './isObject.js';\nimport isArray from './isArray.js';\nimport matcher from './matcher.js';\nimport property from './property.js';\nimport optimizeCb from './_optimizeCb.js';\n\n// An internal function to generate callbacks that can be applied to each\n// element in a collection, returning the desired result — either `_.identity`,\n// an arbitrary callback, a property matcher, or a property accessor.\nexport default function baseIteratee(value, context, argCount) {\n if (value == null) return identity;\n if (isFunction(value)) return optimizeCb(value, context, argCount);\n if (isObject(value) && !isArray(value)) return matcher(value);\n return property(value);\n}\n","import _ from './underscore.js';\nimport baseIteratee from './_baseIteratee.js';\n\n// External wrapper for our callback generator. Users may customize\n// `_.iteratee` if they want additional predicate/iteratee shorthand styles.\n// This abstraction hides the internal-only `argCount` argument.\nexport default function iteratee(value, context) {\n return baseIteratee(value, context, Infinity);\n}\n_.iteratee = iteratee;\n","import _ from './underscore.js';\nimport baseIteratee from './_baseIteratee.js';\nimport iteratee from './iteratee.js';\n\n// The function we call internally to generate a callback. It invokes\n// `_.iteratee` if overridden, otherwise `baseIteratee`.\nexport default function cb(value, context, argCount) {\n if (_.iteratee !== iteratee) return _.iteratee(value, context);\n return baseIteratee(value, context, argCount);\n}\n","import cb from './_cb.js';\nimport keys from './keys.js';\n\n// Returns the results of applying the `iteratee` to each element of `obj`.\n// In contrast to `_.map` it returns an object.\nexport default function mapObject(obj, iteratee, context) {\n iteratee = cb(iteratee, context);\n var _keys = keys(obj),\n length = _keys.length,\n results = {};\n for (var index = 0; index < length; index++) {\n var currentKey = _keys[index];\n results[currentKey] = iteratee(obj[currentKey], currentKey, obj);\n }\n return results;\n}\n","// Predicate-generating function. Often useful outside of Underscore.\nexport default function noop(){}\n","import noop from './noop.js';\nimport get from './get.js';\n\n// Generates a function for a given object that returns a given property.\nexport default function propertyOf(obj) {\n if (obj == null) return noop;\n return function(path) {\n return get(obj, path);\n };\n}\n","import optimizeCb from './_optimizeCb.js';\n\n// Run a function **n** times.\nexport default function times(n, iteratee, context) {\n var accum = Array(Math.max(0, n));\n iteratee = optimizeCb(iteratee, context, 1);\n for (var i = 0; i < n; i++) accum[i] = iteratee(i);\n return accum;\n}\n","// Return a random integer between `min` and `max` (inclusive).\nexport default function random(min, max) {\n if (max == null) {\n max = min;\n min = 0;\n }\n return min + Math.floor(Math.random() * (max - min + 1));\n}\n","// A (possibly faster) way to get the current timestamp as an integer.\nexport default Date.now || function() {\n return new Date().getTime();\n};\n","import keys from './keys.js';\n\n// Internal helper to generate functions for escaping and unescaping strings\n// to/from HTML interpolation.\nexport default function createEscaper(map) {\n var escaper = function(match) {\n return map[match];\n };\n // Regexes for identifying a key that needs to be escaped.\n var source = '(?:' + keys(map).join('|') + ')';\n var testRegexp = RegExp(source);\n var replaceRegexp = RegExp(source, 'g');\n return function(string) {\n string = string == null ? '' : '' + string;\n return testRegexp.test(string) ? string.replace(replaceRegexp, escaper) : string;\n };\n}\n","// Internal list of HTML entities for escaping.\nexport default {\n '&': '&amp;',\n '<': '&lt;',\n '>': '&gt;',\n '\"': '&quot;',\n \"'\": '&#x27;',\n '`': '&#x60;'\n};\n","import createEscaper from './_createEscaper.js';\nimport escapeMap from './_escapeMap.js';\n\n// Function for escaping strings to HTML interpolation.\nexport default createEscaper(escapeMap);\n","import createEscaper from './_createEscaper.js';\nimport unescapeMap from './_unescapeMap.js';\n\n// Function for unescaping strings from HTML interpolation.\nexport default createEscaper(unescapeMap);\n","import invert from './invert.js';\nimport escapeMap from './_escapeMap.js';\n\n// Internal list of HTML entities for unescaping.\nexport default invert(escapeMap);\n","import _ from './underscore.js';\n\n// By default, Underscore uses ERB-style template delimiters. Change the\n// following template settings to use alternative delimiters.\nexport default _.templateSettings = {\n evaluate: /<%([\\s\\S]+?)%>/g,\n interpolate: /<%=([\\s\\S]+?)%>/g,\n escape: /<%-([\\s\\S]+?)%>/g\n};\n","import defaults from './defaults.js';\nimport _ from './underscore.js';\nimport './templateSettings.js';\n\n// When customizing `_.templateSettings`, if you don't want to define an\n// interpolation, evaluation or escaping regex, we need one that is\n// guaranteed not to match.\nvar noMatch = /(.)^/;\n\n// Certain characters need to be escaped so that they can be put into a\n// string literal.\nvar escapes = {\n \"'\": \"'\",\n '\\\\': '\\\\',\n '\\r': 'r',\n '\\n': 'n',\n '\\u2028': 'u2028',\n '\\u2029': 'u2029'\n};\n\nvar escapeRegExp = /\\\\|'|\\r|\\n|\\u2028|\\u2029/g;\n\nfunction escapeChar(match) {\n return '\\\\' + escapes[match];\n}\n\n// JavaScript micro-templating, similar to John Resig's implementation.\n// Underscore templating handles arbitrary delimiters, preserves whitespace,\n// and correctly escapes quotes within interpolated code.\n// NB: `oldSettings` only exists for backwards compatibility.\nexport default function template(text, settings, oldSettings) {\n if (!settings && oldSettings) settings = oldSettings;\n settings = defaults({}, settings, _.templateSettings);\n\n // Combine delimiters into one regular expression via alternation.\n var matcher = RegExp([\n (settings.escape || noMatch).source,\n (settings.interpolate || noMatch).source,\n (settings.evaluate || noMatch).source\n ].join('|') + '|$', 'g');\n\n // Compile the template source, escaping string literals appropriately.\n var index = 0;\n var source = \"__p+='\";\n text.replace(matcher, function(match, escape, interpolate, evaluate, offset) {\n source += text.slice(index, offset).replace(escapeRegExp, escapeChar);\n index = offset + match.length;\n\n if (escape) {\n source += \"'+\\n((__t=(\" + escape + \"))==null?'':_.escape(__t))+\\n'\";\n } else if (interpolate) {\n source += \"'+\\n((__t=(\" + interpolate + \"))==null?'':__t)+\\n'\";\n } else if (evaluate) {\n source += \"';\\n\" + evaluate + \"\\n__p+='\";\n }\n\n // Adobe VMs need the match returned to produce the correct offset.\n return match;\n });\n source += \"';\\n\";\n\n // If a variable is not specified, place data values in local scope.\n if (!settings.variable) source = 'with(obj||{}){\\n' + source + '}\\n';\n\n source = \"var __t,__p='',__j=Array.prototype.join,\" +\n \"print=function(){__p+=__j.call(arguments,'');};\\n\" +\n source + 'return __p;\\n';\n\n var render;\n try {\n render = new Function(settings.variable || 'obj', '_', source);\n } catch (e) {\n e.source = source;\n throw e;\n }\n\n var template = function(data) {\n return render.call(this, data, _);\n };\n\n // Provide the compiled source as a convenience for precompilation.\n var argument = settings.variable || 'obj';\n template.source = 'function(' + argument + '){\\n' + source + '}';\n\n return template;\n}\n","import isFunction from './isFunction.js';\nimport toPath from './_toPath.js';\n\n// Traverses the children of `obj` along `path`. If a child is a function, it\n// is invoked with its parent as context. Returns the value of the final\n// child, or `fallback` if any child is undefined.\nexport default function result(obj, path, fallback) {\n path = toPath(path);\n var length = path.length;\n if (!length) {\n return isFunction(fallback) ? fallback.call(obj) : fallback;\n }\n for (var i = 0; i < length; i++) {\n var prop = obj == null ? void 0 : obj[path[i]];\n if (prop === void 0) {\n prop = fallback;\n i = length; // Ensure we don't continue iterating.\n }\n obj = isFunction(prop) ? prop.call(obj) : prop;\n }\n return obj;\n}\n","// Generate a unique integer id (unique within the entire client session).\n// Useful for temporary DOM ids.\nvar idCounter = 0;\nexport default function uniqueId(prefix) {\n var id = ++idCounter + '';\n return prefix ? prefix + id : id;\n}\n","import _ from './underscore.js';\n\n// Start chaining a wrapped Underscore object.\nexport default function chain(obj) {\n var instance = _(obj);\n instance._chain = true;\n return instance;\n}\n","import baseCreate from './_baseCreate.js';\nimport isObject from './isObject.js';\n\n// Internal function to execute `sourceFunc` bound to `context` with optional\n// `args`. Determines whether to execute a function as a constructor or as a\n// normal function.\nexport default function executeBound(sourceFunc, boundFunc, context, callingContext, args) {\n if (!(callingContext instanceof boundFunc)) return sourceFunc.apply(context, args);\n var self = baseCreate(sourceFunc.prototype);\n var result = sourceFunc.apply(self, args);\n if (isObject(result)) return result;\n return self;\n}\n","import restArguments from './restArguments.js';\nimport executeBound from './_executeBound.js';\nimport _ from './underscore.js';\n\n// Partially apply a function by creating a version that has had some of its\n// arguments pre-filled, without changing its dynamic `this` context. `_` acts\n// as a placeholder by default, allowing any combination of arguments to be\n// pre-filled. Set `_.partial.placeholder` for a custom placeholder argument.\nvar partial = restArguments(function(func, boundArgs) {\n var placeholder = partial.placeholder;\n var bound = function() {\n var position = 0, length = boundArgs.length;\n var args = Array(length);\n for (var i = 0; i < length; i++) {\n args[i] = boundArgs[i] === placeholder ? arguments[position++] : boundArgs[i];\n }\n while (position < arguments.length) args.push(arguments[position++]);\n return executeBound(func, bound, this, this, args);\n };\n return bound;\n});\n\npartial.placeholder = _;\nexport default partial;\n","import restArguments from './restArguments.js';\nimport isFunction from './isFunction.js';\nimport executeBound from './_executeBound.js';\n\n// Create a function bound to a given object (assigning `this`, and arguments,\n// optionally).\nexport default restArguments(function(func, context, args) {\n if (!isFunction(func)) throw new TypeError('Bind must be called on a function');\n var bound = restArguments(function(callArgs) {\n return executeBound(func, bound, context, this, args.concat(callArgs));\n });\n return bound;\n});\n","import createSizePropertyCheck from './_createSizePropertyCheck.js';\nimport getLength from './_getLength.js';\n\n// Internal helper for collection methods to determine whether a collection\n// should be iterated as an array or as an object.\n// Related: https://people.mozilla.org/~jorendorff/es6-draft.html#sec-tolength\n// Avoids a very nasty iOS 8 JIT bug on ARM-64. #2094\nexport default createSizePropertyCheck(getLength);\n","import getLength from './_getLength.js';\nimport isArrayLike from './_isArrayLike.js';\nimport isArray from './isArray.js';\nimport isArguments from './isArguments.js';\n\n// Internal implementation of a recursive `flatten` function.\nexport default function flatten(input, depth, strict, output) {\n output = output || [];\n if (!depth && depth !== 0) {\n depth = Infinity;\n } else if (depth <= 0) {\n return output.concat(input);\n }\n var idx = output.length;\n for (var i = 0, length = getLength(input); i < length; i++) {\n var value = input[i];\n if (isArrayLike(value) && (isArray(value) || isArguments(value))) {\n // Flatten current level of array or arguments object.\n if (depth > 1) {\n flatten(value, depth - 1, strict, output);\n idx = output.length;\n } else {\n var j = 0, len = value.length;\n while (j < len) output[idx++] = value[j++];\n }\n } else if (!strict) {\n output[idx++] = value;\n }\n }\n return output;\n}\n","import restArguments from './restArguments.js';\nimport flatten from './_flatten.js';\nimport bind from './bind.js';\n\n// Bind a number of an object's methods to that object. Remaining arguments\n// are the method names to be bound. Useful for ensuring that all callbacks\n// defined on an object belong to it.\nexport default restArguments(function(obj, keys) {\n keys = flatten(keys, false, false);\n var index = keys.length;\n if (index < 1) throw new Error('bindAll must be passed function names');\n while (index--) {\n var key = keys[index];\n obj[key] = bind(obj[key], obj);\n }\n return obj;\n});\n","import has from './_has.js';\n\n// Memoize an expensive function by storing its results.\nexport default function memoize(func, hasher) {\n var memoize = function(key) {\n var cache = memoize.cache;\n var address = '' + (hasher ? hasher.apply(this, arguments) : key);\n if (!has(cache, address)) cache[address] = func.apply(this, arguments);\n return cache[address];\n };\n memoize.cache = {};\n return memoize;\n}\n","import restArguments from './restArguments.js';\n\n// Delays a function for the given number of milliseconds, and then calls\n// it with the arguments supplied.\nexport default restArguments(function(func, wait, args) {\n return setTimeout(function() {\n return func.apply(null, args);\n }, wait);\n});\n","import partial from './partial.js';\nimport delay from './delay.js';\nimport _ from './underscore.js';\n\n// Defers a function, scheduling it to run after the current call stack has\n// cleared.\nexport default partial(delay, _, 1);\n","import now from './now.js';\n\n// Returns a function, that, when invoked, will only be triggered at most once\n// during a given window of time. Normally, the throttled function will run\n// as much as it can, without ever going more than once per `wait` duration;\n// but if you'd like to disable the execution on the leading edge, pass\n// `{leading: false}`. To disable execution on the trailing edge, ditto.\nexport default function throttle(func, wait, options) {\n var timeout, context, args, result;\n var previous = 0;\n if (!options) options = {};\n\n var later = function() {\n previous = options.leading === false ? 0 : now();\n timeout = null;\n result = func.apply(context, args);\n if (!timeout) context = args = null;\n };\n\n var throttled = function() {\n var _now = now();\n if (!previous && options.leading === false) previous = _now;\n var remaining = wait - (_now - previous);\n context = this;\n args = arguments;\n if (remaining <= 0 || remaining > wait) {\n if (timeout) {\n clearTimeout(timeout);\n timeout = null;\n }\n previous = _now;\n result = func.apply(context, args);\n if (!timeout) context = args = null;\n } else if (!timeout && options.trailing !== false) {\n timeout = setTimeout(later, remaining);\n }\n return result;\n };\n\n throttled.cancel = function() {\n clearTimeout(timeout);\n previous = 0;\n timeout = context = args = null;\n };\n\n return throttled;\n}\n","import restArguments from './restArguments.js';\nimport delay from './delay.js';\n\n// When a sequence of calls of the returned function ends, the argument\n// function is triggered. The end of a sequence is defined by the `wait`\n// parameter. If `immediate` is passed, the argument function will be\n// triggered at the beginning of the sequence instead of at the end.\nexport default function debounce(func, wait, immediate) {\n var timeout, result;\n\n var later = function(context, args) {\n timeout = null;\n if (args) result = func.apply(context, args);\n };\n\n var debounced = restArguments(function(args) {\n if (timeout) clearTimeout(timeout);\n if (immediate) {\n var callNow = !timeout;\n timeout = setTimeout(later, wait);\n if (callNow) result = func.apply(this, args);\n } else {\n timeout = delay(later, wait, this, args);\n }\n\n return result;\n });\n\n debounced.cancel = function() {\n clearTimeout(timeout);\n timeout = null;\n };\n\n return debounced;\n}\n","import partial from './partial.js';\n\n// Returns the first function passed as an argument to the second,\n// allowing you to adjust arguments, run code before and after, and\n// conditionally execute the original function.\nexport default function wrap(func, wrapper) {\n return partial(wrapper, func);\n}\n","// Returns a negated version of the passed-in predicate.\nexport default function negate(predicate) {\n return function() {\n return !predicate.apply(this, arguments);\n };\n}\n","// Returns a function that is the composition of a list of functions, each\n// consuming the return value of the function that follows.\nexport default function compose() {\n var args = arguments;\n var start = args.length - 1;\n return function() {\n var i = start;\n var result = args[start].apply(this, arguments);\n while (i--) result = args[i].call(this, result);\n return result;\n };\n}\n","// Returns a function that will only be executed on and after the Nth call.\nexport default function after(times, func) {\n return function() {\n if (--times < 1) {\n return func.apply(this, arguments);\n }\n };\n}\n","// Returns a function that will only be executed up to (but not including) the\n// Nth call.\nexport default function before(times, func) {\n var memo;\n return function() {\n if (--times > 0) {\n memo = func.apply(this, arguments);\n }\n if (times <= 1) func = null;\n return memo;\n };\n}\n","import partial from './partial.js';\nimport before from './before.js';\n\n// Returns a function that will be executed at most one time, no matter how\n// often you call it. Useful for lazy initialization.\nexport default partial(before, 2);\n","import cb from './_cb.js';\nimport keys from './keys.js';\n\n// Returns the first key on an object that passes a truth test.\nexport default function findKey(obj, predicate, context) {\n predicate = cb(predicate, context);\n var _keys = keys(obj), key;\n for (var i = 0, length = _keys.length; i < length; i++) {\n key = _keys[i];\n if (predicate(obj[key], key, obj)) return key;\n }\n}\n","import cb from './_cb.js';\nimport getLength from './_getLength.js';\n\n// Internal function to generate `_.findIndex` and `_.findLastIndex`.\nexport default function createPredicateIndexFinder(dir) {\n return function(array, predicate, context) {\n predicate = cb(predicate, context);\n var length = getLength(array);\n var index = dir > 0 ? 0 : length - 1;\n for (; index >= 0 && index < length; index += dir) {\n if (predicate(array[index], index, array)) return index;\n }\n return -1;\n };\n}\n","import createPredicateIndexFinder from './_createPredicateIndexFinder.js';\n\n// Returns the first index on an array-like that passes a truth test.\nexport default createPredicateIndexFinder(1);\n","import createPredicateIndexFinder from './_createPredicateIndexFinder.js';\n\n// Returns the last index on an array-like that passes a truth test.\nexport default createPredicateIndexFinder(-1);\n","import cb from './_cb.js';\nimport getLength from './_getLength.js';\n\n// Use a comparator function to figure out the smallest index at which\n// an object should be inserted so as to maintain order. Uses binary search.\nexport default function sortedIndex(array, obj, iteratee, context) {\n iteratee = cb(iteratee, context, 1);\n var value = iteratee(obj);\n var low = 0, high = getLength(array);\n while (low < high) {\n var mid = Math.floor((low + high) / 2);\n if (iteratee(array[mid]) < value) low = mid + 1; else high = mid;\n }\n return low;\n}\n","import getLength from './_getLength.js';\nimport { slice } from './_setup.js';\nimport isNaN from './isNaN.js';\n\n// Internal function to generate the `_.indexOf` and `_.lastIndexOf` functions.\nexport default function createIndexFinder(dir, predicateFind, sortedIndex) {\n return function(array, item, idx) {\n var i = 0, length = getLength(array);\n if (typeof idx == 'number') {\n if (dir > 0) {\n i = idx >= 0 ? idx : Math.max(idx + length, i);\n } else {\n length = idx >= 0 ? Math.min(idx + 1, length) : idx + length + 1;\n }\n } else if (sortedIndex && idx && length) {\n idx = sortedIndex(array, item);\n return array[idx] === item ? idx : -1;\n }\n if (item !== item) {\n idx = predicateFind(slice.call(array, i, length), isNaN);\n return idx >= 0 ? idx + i : -1;\n }\n for (idx = dir > 0 ? i : length - 1; idx >= 0 && idx < length; idx += dir) {\n if (array[idx] === item) return idx;\n }\n return -1;\n };\n}\n","import sortedIndex from './sortedIndex.js';\nimport findIndex from './findIndex.js';\nimport createIndexFinder from './_createIndexFinder.js';\n\n// Return the position of the first occurrence of an item in an array,\n// or -1 if the item is not included in the array.\n// If the array is large and already in sort order, pass `true`\n// for **isSorted** to use binary search.\nexport default createIndexFinder(1, findIndex, sortedIndex);\n","import findLastIndex from './findLastIndex.js';\nimport createIndexFinder from './_createIndexFinder.js';\n\n// Return the position of the last occurrence of an item in an array,\n// or -1 if the item is not included in the array.\nexport default createIndexFinder(-1, findLastIndex);\n","import isArrayLike from './_isArrayLike.js';\nimport findIndex from './findIndex.js';\nimport findKey from './findKey.js';\n\n// Return the first value which passes a truth test.\nexport default function find(obj, predicate, context) {\n var keyFinder = isArrayLike(obj) ? findIndex : findKey;\n var key = keyFinder(obj, predicate, context);\n if (key !== void 0 && key !== -1) return obj[key];\n}\n","import find from './find.js';\nimport matcher from './matcher.js';\n\n// Convenience version of a common use case of `_.find`: getting the first\n// object containing specific `key:value` pairs.\nexport default function findWhere(obj, attrs) {\n return find(obj, matcher(attrs));\n}\n","import optimizeCb from './_optimizeCb.js';\nimport isArrayLike from './_isArrayLike.js';\nimport keys from './keys.js';\n\n// The cornerstone for collection functions, an `each`\n// implementation, aka `forEach`.\n// Handles raw objects in addition to array-likes. Treats all\n// sparse array-likes as if they were dense.\nexport default function each(obj, iteratee, context) {\n iteratee = optimizeCb(iteratee, context);\n var i, length;\n if (isArrayLike(obj)) {\n for (i = 0, length = obj.length; i < length; i++) {\n iteratee(obj[i], i, obj);\n }\n } else {\n var _keys = keys(obj);\n for (i = 0, length = _keys.length; i < length; i++) {\n iteratee(obj[_keys[i]], _keys[i], obj);\n }\n }\n return obj;\n}\n","import cb from './_cb.js';\nimport isArrayLike from './_isArrayLike.js';\nimport keys from './keys.js';\n\n// Return the results of applying the iteratee to each element.\nexport default function map(obj, iteratee, context) {\n iteratee = cb(iteratee, context);\n var _keys = !isArrayLike(obj) && keys(obj),\n length = (_keys || obj).length,\n results = Array(length);\n for (var index = 0; index < length; index++) {\n var currentKey = _keys ? _keys[index] : index;\n results[index] = iteratee(obj[currentKey], currentKey, obj);\n }\n return results;\n}\n","import isArrayLike from './_isArrayLike.js';\nimport keys from './keys.js';\nimport optimizeCb from './_optimizeCb.js';\n\n// Internal helper to create a reducing function, iterating left or right.\nexport default function createReduce(dir) {\n // Wrap code that reassigns argument variables in a separate function than\n // the one that accesses `arguments.length` to avoid a perf hit. (#1991)\n var reducer = function(obj, iteratee, memo, initial) {\n var _keys = !isArrayLike(obj) && keys(obj),\n length = (_keys || obj).length,\n index = dir > 0 ? 0 : length - 1;\n if (!initial) {\n memo = obj[_keys ? _keys[index] : index];\n index += dir;\n }\n for (; index >= 0 && index < length; index += dir) {\n var currentKey = _keys ? _keys[index] : index;\n memo = iteratee(memo, obj[currentKey], currentKey, obj);\n }\n return memo;\n };\n\n return function(obj, iteratee, memo, context) {\n var initial = arguments.length >= 3;\n return reducer(obj, optimizeCb(iteratee, context, 4), memo, initial);\n };\n}\n","import createReduce from './_createReduce.js';\n\n// **Reduce** builds up a single result from a list of values, aka `inject`,\n// or `foldl`.\nexport default createReduce(1);\n","import createReduce from './_createReduce.js';\n\n// The right-associative version of reduce, also known as `foldr`.\nexport default createReduce(-1);\n","import cb from './_cb.js';\nimport each from './each.js';\n\n// Return all the elements that pass a truth test.\nexport default function filter(obj, predicate, context) {\n var results = [];\n predicate = cb(predicate, context);\n each(obj, function(value, index, list) {\n if (predicate(value, index, list)) results.push(value);\n });\n return results;\n}\n","import filter from './filter.js';\nimport negate from './negate.js';\nimport cb from './_cb.js';\n\n// Return all the elements for which a truth test fails.\nexport default function reject(obj, predicate, context) {\n return filter(obj, negate(cb(predicate)), context);\n}\n","import cb from './_cb.js';\nimport isArrayLike from './_isArrayLike.js';\nimport keys from './keys.js';\n\n// Determine whether all of the elements pass a truth test.\nexport default function every(obj, predicate, context) {\n predicate = cb(predicate, context);\n var _keys = !isArrayLike(obj) && keys(obj),\n length = (_keys || obj).length;\n for (var index = 0; index < length; index++) {\n var currentKey = _keys ? _keys[index] : index;\n if (!predicate(obj[currentKey], currentKey, obj)) return false;\n }\n return true;\n}\n","import cb from './_cb.js';\nimport isArrayLike from './_isArrayLike.js';\nimport keys from './keys.js';\n\n// Determine if at least one element in the object passes a truth test.\nexport default function some(obj, predicate, context) {\n predicate = cb(predicate, context);\n var _keys = !isArrayLike(obj) && keys(obj),\n length = (_keys || obj).length;\n for (var index = 0; index < length; index++) {\n var currentKey = _keys ? _keys[index] : index;\n if (predicate(obj[currentKey], currentKey, obj)) return true;\n }\n return false;\n}\n","import isArrayLike from './_isArrayLike.js';\nimport values from './values.js';\nimport indexOf from './indexOf.js';\n\n// Determine if the array or object contains a given item (using `===`).\nexport default function contains(obj, item, fromIndex, guard) {\n if (!isArrayLike(obj)) obj = values(obj);\n if (typeof fromIndex != 'number' || guard) fromIndex = 0;\n return indexOf(obj, item, fromIndex) >= 0;\n}\n","import restArguments from './restArguments.js';\nimport isFunction from './isFunction.js';\nimport map from './map.js';\nimport deepGet from './_deepGet.js';\nimport toPath from './_toPath.js';\n\n// Invoke a method (with arguments) on every item in a collection.\nexport default restArguments(function(obj, path, args) {\n var contextPath, func;\n if (isFunction(path)) {\n func = path;\n } else {\n path = toPath(path);\n contextPath = path.slice(0, -1);\n path = path[path.length - 1];\n }\n return map(obj, function(context) {\n var method = func;\n if (!method) {\n if (contextPath && contextPath.length) {\n context = deepGet(context, contextPath);\n }\n if (context == null) return void 0;\n method = context[path];\n }\n return method == null ? method : method.apply(context, args);\n });\n});\n","import map from './map.js';\nimport property from './property.js';\n\n// Convenience version of a common use case of `_.map`: fetching a property.\nexport default function pluck(obj, key) {\n return map(obj, property(key));\n}\n","import filter from './filter.js';\nimport matcher from './matcher.js';\n\n// Convenience version of a common use case of `_.filter`: selecting only\n// objects containing specific `key:value` pairs.\nexport default function where(obj, attrs) {\n return filter(obj, matcher(attrs));\n}\n","import isArrayLike from './_isArrayLike.js';\nimport values from './values.js';\nimport cb from './_cb.js';\nimport each from './each.js';\n\n// Return the maximum element (or element-based computation).\nexport default function max(obj, iteratee, context) {\n var result = -Infinity, lastComputed = -Infinity,\n value, computed;\n if (iteratee == null || typeof iteratee == 'number' && typeof obj[0] != 'object' && obj != null) {\n obj = isArrayLike(obj) ? obj : values(obj);\n for (var i = 0, length = obj.length; i < length; i++) {\n value = obj[i];\n if (value != null && value > result) {\n result = value;\n }\n }\n } else {\n iteratee = cb(iteratee, context);\n each(obj, function(v, index, list) {\n computed = iteratee(v, index, list);\n if (computed > lastComputed || computed === -Infinity && result === -Infinity) {\n result = v;\n lastComputed = computed;\n }\n });\n }\n return result;\n}\n","import isArrayLike from './_isArrayLike.js';\nimport values from './values.js';\nimport cb from './_cb.js';\nimport each from './each.js';\n\n// Return the minimum element (or element-based computation).\nexport default function min(obj, iteratee, context) {\n var result = Infinity, lastComputed = Infinity,\n value, computed;\n if (iteratee == null || typeof iteratee == 'number' && typeof obj[0] != 'object' && obj != null) {\n obj = isArrayLike(obj) ? obj : values(obj);\n for (var i = 0, length = obj.length; i < length; i++) {\n value = obj[i];\n if (value != null && value < result) {\n result = value;\n }\n }\n } else {\n iteratee = cb(iteratee, context);\n each(obj, function(v, index, list) {\n computed = iteratee(v, index, list);\n if (computed < lastComputed || computed === Infinity && result === Infinity) {\n result = v;\n lastComputed = computed;\n }\n });\n }\n return result;\n}\n","import isArrayLike from './_isArrayLike.js';\nimport clone from './clone.js';\nimport values from './values.js';\nimport getLength from './_getLength.js';\nimport random from './random.js';\n\n// Sample **n** random values from a collection using the modern version of the\n// [Fisher-Yates shuffle](https://en.wikipedia.org/wiki/Fisher–Yates_shuffle).\n// If **n** is not specified, returns a single random element.\n// The internal `guard` argument allows it to work with `_.map`.\nexport default function sample(obj, n, guard) {\n if (n == null || guard) {\n if (!isArrayLike(obj)) obj = values(obj);\n return obj[random(obj.length - 1)];\n }\n var sample = isArrayLike(obj) ? clone(obj) : values(obj);\n var length = getLength(sample);\n n = Math.max(Math.min(n, length), 0);\n var last = length - 1;\n for (var index = 0; index < n; index++) {\n var rand = random(index, last);\n var temp = sample[index];\n sample[index] = sample[rand];\n sample[rand] = temp;\n }\n return sample.slice(0, n);\n}\n","import sample from './sample.js';\n\n// Shuffle a collection.\nexport default function shuffle(obj) {\n return sample(obj, Infinity);\n}\n","import cb from './_cb.js';\nimport pluck from './pluck.js';\nimport map from './map.js';\n\n// Sort the object's values by a criterion produced by an iteratee.\nexport default function sortBy(obj, iteratee, context) {\n var index = 0;\n iteratee = cb(iteratee, context);\n return pluck(map(obj, function(value, key, list) {\n return {\n value: value,\n index: index++,\n criteria: iteratee(value, key, list)\n };\n }).sort(function(left, right) {\n var a = left.criteria;\n var b = right.criteria;\n if (a !== b) {\n if (a > b || a === void 0) return 1;\n if (a < b || b === void 0) return -1;\n }\n return left.index - right.index;\n }), 'value');\n}\n","import cb from './_cb.js';\nimport each from './each.js';\n\n// An internal function used for aggregate \"group by\" operations.\nexport default function group(behavior, partition) {\n return function(obj, iteratee, context) {\n var result = partition ? [[], []] : {};\n iteratee = cb(iteratee, context);\n each(obj, function(value, index) {\n var key = iteratee(value, index, obj);\n behavior(result, value, key);\n });\n return result;\n };\n}\n","import group from './_group.js';\nimport has from './_has.js';\n\n// Groups the object's values by a criterion. Pass either a string attribute\n// to group by, or a function that returns the criterion.\nexport default group(function(result, value, key) {\n if (has(result, key)) result[key].push(value); else result[key] = [value];\n});\n","import group from './_group.js';\n\n// Indexes the object's values by a criterion, similar to `_.groupBy`, but for\n// when you know that your index values will be unique.\nexport default group(function(result, value, key) {\n result[key] = value;\n});\n","import group from './_group.js';\nimport has from './_has.js';\n\n// Counts instances of an object that group by a certain criterion. Pass\n// either a string attribute to count by, or a function that returns the\n// criterion.\nexport default group(function(result, value, key) {\n if (has(result, key)) result[key]++; else result[key] = 1;\n});\n","import group from './_group.js';\n\n// Split a collection into two arrays: one whose elements all pass the given\n// truth test, and one whose elements all do not pass the truth test.\nexport default group(function(result, value, pass) {\n result[pass ? 0 : 1].push(value);\n}, true);\n","import isArray from './isArray.js';\nimport { slice } from './_setup.js';\nimport isString from './isString.js';\nimport isArrayLike from './_isArrayLike.js';\nimport map from './map.js';\nimport identity from './identity.js';\nimport values from './values.js';\n\n// Safely create a real, live array from anything iterable.\nvar reStrSymbol = /[^\\ud800-\\udfff]|[\\ud800-\\udbff][\\udc00-\\udfff]|[\\ud800-\\udfff]/g;\nexport default function toArray(obj) {\n if (!obj) return [];\n if (isArray(obj)) return slice.call(obj);\n if (isString(obj)) {\n // Keep surrogate pair characters together.\n return obj.match(reStrSymbol);\n }\n if (isArrayLike(obj)) return map(obj, identity);\n return values(obj);\n}\n","import isArrayLike from './_isArrayLike.js';\nimport keys from './keys.js';\n\n// Return the number of elements in a collection.\nexport default function size(obj) {\n if (obj == null) return 0;\n return isArrayLike(obj) ? obj.length : keys(obj).length;\n}\n","// Internal `_.pick` helper function to determine whether `key` is an enumerable\n// property name of `obj`.\nexport default function keyInObj(value, key, obj) {\n return key in obj;\n}\n","import restArguments from './restArguments.js';\nimport isFunction from './isFunction.js';\nimport optimizeCb from './_optimizeCb.js';\nimport allKeys from './allKeys.js';\nimport keyInObj from './_keyInObj.js';\nimport flatten from './_flatten.js';\n\n// Return a copy of the object only containing the allowed properties.\nexport default restArguments(function(obj, keys) {\n var result = {}, iteratee = keys[0];\n if (obj == null) return result;\n if (isFunction(iteratee)) {\n if (keys.length > 1) iteratee = optimizeCb(iteratee, keys[1]);\n keys = allKeys(obj);\n } else {\n iteratee = keyInObj;\n keys = flatten(keys, false, false);\n obj = Object(obj);\n }\n for (var i = 0, length = keys.length; i < length; i++) {\n var key = keys[i];\n var value = obj[key];\n if (iteratee(value, key, obj)) result[key] = value;\n }\n return result;\n});\n","import restArguments from './restArguments.js';\nimport isFunction from './isFunction.js';\nimport negate from './negate.js';\nimport map from './map.js';\nimport flatten from './_flatten.js';\nimport contains from './contains.js';\nimport pick from './pick.js';\n\n// Return a copy of the object without the disallowed properties.\nexport default restArguments(function(obj, keys) {\n var iteratee = keys[0], context;\n if (isFunction(iteratee)) {\n iteratee = negate(iteratee);\n if (keys.length > 1) context = keys[1];\n } else {\n keys = map(flatten(keys, false, false), String);\n iteratee = function(value, key) {\n return !contains(keys, key);\n };\n }\n return pick(obj, iteratee, context);\n});\n","import { slice } from './_setup.js';\n\n// Returns everything but the last entry of the array. Especially useful on\n// the arguments object. Passing **n** will return all the values in\n// the array, excluding the last N.\nexport default function initial(array, n, guard) {\n return slice.call(array, 0, Math.max(0, array.length - (n == null || guard ? 1 : n)));\n}\n","import initial from './initial.js';\n\n// Get the first element of an array. Passing **n** will return the first N\n// values in the array. The **guard** check allows it to work with `_.map`.\nexport default function first(array, n, guard) {\n if (array == null || array.length < 1) return n == null || guard ? void 0 : [];\n if (n == null || guard) return array[0];\n return initial(array, array.length - n);\n}\n","import { slice } from './_setup.js';\n\n// Returns everything but the first entry of the `array`. Especially useful on\n// the `arguments` object. Passing an **n** will return the rest N values in the\n// `array`.\nexport default function rest(array, n, guard) {\n return slice.call(array, n == null || guard ? 1 : n);\n}\n","import rest from './rest.js';\n\n// Get the last element of an array. Passing **n** will return the last N\n// values in the array.\nexport default function last(array, n, guard) {\n if (array == null || array.length < 1) return n == null || guard ? void 0 : [];\n if (n == null || guard) return array[array.length - 1];\n return rest(array, Math.max(0, array.length - n));\n}\n","import filter from './filter.js';\n\n// Trim out all falsy values from an array.\nexport default function compact(array) {\n return filter(array, Boolean);\n}\n","import _flatten from './_flatten.js';\n\n// Flatten out an array, either recursively (by default), or up to `depth`.\n// Passing `true` or `false` as `depth` means `1` or `Infinity`, respectively.\nexport default function flatten(array, depth) {\n return _flatten(array, depth, false);\n}\n","import restArguments from './restArguments.js';\nimport flatten from './_flatten.js';\nimport filter from './filter.js';\nimport contains from './contains.js';\n\n// Take the difference between one array and a number of other arrays.\n// Only the elements present in just the first array will remain.\nexport default restArguments(function(array, rest) {\n rest = flatten(rest, true, true);\n return filter(array, function(value){\n return !contains(rest, value);\n });\n});\n","import restArguments from './restArguments.js';\nimport difference from './difference.js';\n\n// Return a version of the array that does not contain the specified value(s).\nexport default restArguments(function(array, otherArrays) {\n return difference(array, otherArrays);\n});\n","import isBoolean from './isBoolean.js';\nimport cb from './_cb.js';\nimport getLength from './_getLength.js';\nimport contains from './contains.js';\n\n// Produce a duplicate-free version of the array. If the array has already\n// been sorted, you have the option of using a faster algorithm.\n// The faster algorithm will not work with an iteratee if the iteratee\n// is not a one-to-one function, so providing an iteratee will disable\n// the faster algorithm.\nexport default function uniq(array, isSorted, iteratee, context) {\n if (!isBoolean(isSorted)) {\n context = iteratee;\n iteratee = isSorted;\n isSorted = false;\n }\n if (iteratee != null) iteratee = cb(iteratee, context);\n var result = [];\n var seen = [];\n for (var i = 0, length = getLength(array); i < length; i++) {\n var value = array[i],\n computed = iteratee ? iteratee(value, i, array) : value;\n if (isSorted && !iteratee) {\n if (!i || seen !== computed) result.push(value);\n seen = computed;\n } else if (iteratee) {\n if (!contains(seen, computed)) {\n seen.push(computed);\n result.push(value);\n }\n } else if (!contains(result, value)) {\n result.push(value);\n }\n }\n return result;\n}\n","import restArguments from './restArguments.js';\nimport uniq from './uniq.js';\nimport flatten from './_flatten.js';\n\n// Produce an array that contains the union: each distinct element from all of\n// the passed-in arrays.\nexport default restArguments(function(arrays) {\n return uniq(flatten(arrays, true, true));\n});\n","import getLength from './_getLength.js';\nimport contains from './contains.js';\n\n// Produce an array that contains every item shared between all the\n// passed-in arrays.\nexport default function intersection(array) {\n var result = [];\n var argsLength = arguments.length;\n for (var i = 0, length = getLength(array); i < length; i++) {\n var item = array[i];\n if (contains(result, item)) continue;\n var j;\n for (j = 1; j < argsLength; j++) {\n if (!contains(arguments[j], item)) break;\n }\n if (j === argsLength) result.push(item);\n }\n return result;\n}\n","import max from './max.js';\nimport getLength from './_getLength.js';\nimport pluck from './pluck.js';\n\n// Complement of zip. Unzip accepts an array of arrays and groups\n// each array's elements on shared indices.\nexport default function unzip(array) {\n var length = array && max(array, getLength).length || 0;\n var result = Array(length);\n\n for (var index = 0; index < length; index++) {\n result[index] = pluck(array, index);\n }\n return result;\n}\n","import restArguments from './restArguments.js';\nimport unzip from './unzip.js';\n\n// Zip together multiple lists into a single array -- elements that share\n// an index go together.\nexport default restArguments(unzip);\n","import getLength from './_getLength.js';\n\n// Converts lists into objects. Pass either a single array of `[key, value]`\n// pairs, or two parallel arrays of the same length -- one of keys, and one of\n// the corresponding values. Passing by pairs is the reverse of `_.pairs`.\nexport default function object(list, values) {\n var result = {};\n for (var i = 0, length = getLength(list); i < length; i++) {\n if (values) {\n result[list[i]] = values[i];\n } else {\n result[list[i][0]] = list[i][1];\n }\n }\n return result;\n}\n","// Generate an integer Array containing an arithmetic progression. A port of\n// the native Python `range()` function. See\n// [the Python documentation](https://docs.python.org/library/functions.html#range).\nexport default function range(start, stop, step) {\n if (stop == null) {\n stop = start || 0;\n start = 0;\n }\n if (!step) {\n step = stop < start ? -1 : 1;\n }\n\n var length = Math.max(Math.ceil((stop - start) / step), 0);\n var range = Array(length);\n\n for (var idx = 0; idx < length; idx++, start += step) {\n range[idx] = start;\n }\n\n return range;\n}\n","import { slice } from './_setup.js';\n\n// Chunk a single array into multiple arrays, each containing `count` or fewer\n// items.\nexport default function chunk(array, count) {\n if (count == null || count < 1) return [];\n var result = [];\n var i = 0, length = array.length;\n while (i < length) {\n result.push(slice.call(array, i, i += count));\n }\n return result;\n}\n","import _ from './underscore.js';\n\n// Helper function to continue chaining intermediate results.\nexport default function chainResult(instance, obj) {\n return instance._chain ? _(obj).chain() : obj;\n}\n","import _ from './underscore.js';\nimport each from './each.js';\nimport functions from './functions.js';\nimport { push } from './_setup.js';\nimport chainResult from './_chainResult.js';\n\n// Add your own custom functions to the Underscore object.\nexport default function mixin(obj) {\n each(functions(obj), function(name) {\n var func = _[name] = obj[name];\n _.prototype[name] = function() {\n var args = [this._wrapped];\n push.apply(args, arguments);\n return chainResult(this, func.apply(_, args));\n };\n });\n return _;\n}\n","import _ from './underscore.js';\nimport each from './each.js';\nimport { ArrayProto } from './_setup.js';\nimport chainResult from './_chainResult.js';\n\n// Add all mutator `Array` functions to the wrapper.\neach(['pop', 'push', 'reverse', 'shift', 'sort', 'splice', 'unshift'], function(name) {\n var method = ArrayProto[name];\n _.prototype[name] = function() {\n var obj = this._wrapped;\n if (obj != null) {\n method.apply(obj, arguments);\n if ((name === 'shift' || name === 'splice') && obj.length === 0) {\n delete obj[0];\n }\n }\n return chainResult(this, obj);\n };\n});\n\n// Add all accessor `Array` functions to the wrapper.\neach(['concat', 'join', 'slice'], function(name) {\n var method = ArrayProto[name];\n _.prototype[name] = function() {\n var obj = this._wrapped;\n if (obj != null) obj = method.apply(obj, arguments);\n return chainResult(this, obj);\n };\n});\n\nexport default _;\n","// Default Export\n// ==============\n// In this module, we mix our bundled exports into the `_` object and export\n// the result. This is analogous to setting `module.exports = _` in CommonJS.\n// Hence, this module is also the entry point of our UMD bundle and the package\n// entry point for CommonJS and AMD users. In other words, this is (the source\n// of) the module you are interfacing with when you do any of the following:\n//\n// ```js\n// // CommonJS\n// var _ = require('underscore');\n//\n// // AMD\n// define(['underscore'], function(_) {...});\n//\n// // UMD in the browser\n// // _ is available as a global variable\n// ```\nimport * as allExports from './index.js';\nimport { mixin } from './index.js';\n\n// Add all of the Underscore functions to the wrapper object.\nvar _ = mixin(allExports);\n// Legacy Node.js API.\n_._ = _;\n// Export the Underscore API.\nexport default _;\n","/**\n * Copyright (c) 2015\n *\n * @author Roeland Jago Douma <roeland@famdouma.nl>\n *\n * @license GNU AGPL version 3 or any later version\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see <http://www.gnu.org/licenses/>.\n *\n */\n\n/* eslint-disable */\n(function(dav) {\n\n\t/**\n\t * Override davclient.js methods with IE-compatible logic\n\t */\n\tdav.Client.prototype = _.extend({}, dav.Client.prototype, {\n\n\t\t/**\n\t\t * Performs a HTTP request, and returns a Promise\n\t\t *\n\t\t * @param {string} method HTTP method\n\t\t * @param {string} url Relative or absolute url\n\t\t * @param {Object} headers HTTP headers as an object.\n\t\t * @param {string} body HTTP request body.\n\t\t * @returns {Promise}\n\t\t */\n\t\trequest: function(method, url, headers, body) {\n\n\t\t\tconst self = this\n\t\t\tconst xhr = this.xhrProvider()\n\t\t\theaders = headers || {}\n\n\t\t\tif (this.userName) {\n\t\t\t\theaders.Authorization = 'Basic ' + btoa(this.userName + ':' + this.password)\n\t\t\t\t// xhr.open(method, this.resolveUrl(url), true, this.userName, this.password);\n\t\t\t}\n\t\t\txhr.open(method, this.resolveUrl(url), true)\n\t\t\tlet ii\n\t\t\tfor (ii in headers) {\n\t\t\t\txhr.setRequestHeader(ii, headers[ii])\n\t\t\t}\n\n\t\t\tif (body === undefined) {\n\t\t\t\txhr.send()\n\t\t\t} else {\n\t\t\t\txhr.send(body)\n\t\t\t}\n\n\t\t\treturn new Promise(function(fulfill, reject) {\n\n\t\t\t\txhr.onreadystatechange = function() {\n\n\t\t\t\t\tif (xhr.readyState !== 4) {\n\t\t\t\t\t\treturn\n\t\t\t\t\t}\n\n\t\t\t\t\tlet resultBody = xhr.response\n\t\t\t\t\tif (xhr.status === 207) {\n\t\t\t\t\t\tresultBody = self.parseMultiStatus(xhr.responseXML)\n\t\t\t\t\t}\n\n\t\t\t\t\tfulfill({\n\t\t\t\t\t\tbody: resultBody,\n\t\t\t\t\t\tstatus: xhr.status,\n\t\t\t\t\t\txhr: xhr,\n\t\t\t\t\t})\n\n\t\t\t\t}\n\n\t\t\t\txhr.ontimeout = function() {\n\n\t\t\t\t\treject(new Error('Timeout exceeded'))\n\n\t\t\t\t}\n\n\t\t\t})\n\n\t\t},\n\n\t\t_getElementsByTagName: function(node, name, resolver) {\n\t\t\tconst parts = name.split(':')\n\t\t\tconst tagName = parts[1]\n\t\t\tconst namespace = resolver(parts[0])\n\t\t\t// make sure we can get elements\n\t\t\tif (typeof node === 'string') {\n\t\t\t\tconst parser = new DOMParser()\n\t\t\t\tnode = parser.parseFromString(node, 'text/xml')\n\t\t\t}\n\t\t\tif (node.getElementsByTagNameNS) {\n\t\t\t\treturn node.getElementsByTagNameNS(namespace, tagName)\n\t\t\t}\n\t\t\treturn node.getElementsByTagName(name)\n\t\t},\n\n\t\t/**\n\t\t * Parses a multi-status response body.\n\t\t *\n\t\t * @param {string} xmlBody\n\t\t * @param {Array}\n\t\t */\n\t\tparseMultiStatus: function(doc) {\n\t\t\tconst result = []\n\t\t\tconst resolver = function(foo) {\n\t\t\t\tlet ii\n\t\t\t\tfor (ii in this.xmlNamespaces) {\n\t\t\t\t\tif (this.xmlNamespaces[ii] === foo) {\n\t\t\t\t\t\treturn ii\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}.bind(this)\n\n\t\t\tconst responses = this._getElementsByTagName(doc, 'd:response', resolver)\n\t\t\tlet i\n\t\t\tfor (i = 0; i < responses.length; i++) {\n\t\t\t\tconst responseNode = responses[i]\n\t\t\t\tconst response = {\n\t\t\t\t\thref: null,\n\t\t\t\t\tpropStat: [],\n\t\t\t\t}\n\n\t\t\t\tconst hrefNode = this._getElementsByTagName(responseNode, 'd:href', resolver)[0]\n\n\t\t\t\tresponse.href = hrefNode.textContent || hrefNode.text\n\n\t\t\t\tconst propStatNodes = this._getElementsByTagName(responseNode, 'd:propstat', resolver)\n\t\t\t\tlet j = 0\n\n\t\t\t\tfor (j = 0; j < propStatNodes.length; j++) {\n\t\t\t\t\tconst propStatNode = propStatNodes[j]\n\t\t\t\t\tconst statusNode = this._getElementsByTagName(propStatNode, 'd:status', resolver)[0]\n\n\t\t\t\t\tconst propStat = {\n\t\t\t\t\t\tstatus: statusNode.textContent || statusNode.text,\n\t\t\t\t\t\tproperties: [],\n\t\t\t\t\t}\n\n\t\t\t\t\tconst propNode = this._getElementsByTagName(propStatNode, 'd:prop', resolver)[0]\n\t\t\t\t\tif (!propNode) {\n\t\t\t\t\t\tcontinue\n\t\t\t\t\t}\n\t\t\t\t\tlet k = 0\n\t\t\t\t\tfor (k = 0; k < propNode.childNodes.length; k++) {\n\t\t\t\t\t\tconst prop = propNode.childNodes[k]\n\t\t\t\t\t\tconst value = this._parsePropNode(prop)\n\t\t\t\t\t\tpropStat.properties['{' + prop.namespaceURI + '}' + (prop.localName || prop.baseName)] = value\n\n\t\t\t\t\t}\n\t\t\t\t\tresponse.propStat.push(propStat)\n\t\t\t\t}\n\n\t\t\t\tresult.push(response)\n\t\t\t}\n\n\t\t\treturn result\n\n\t\t},\n\n\t})\n\n})(dav)\n\n/*** EXPORTS FROM exports-loader ***/\nmodule.exports = {\n dav\n};\n"],"sourceRoot":""} \ No newline at end of file
diff --git a/core/js/dist/install.js b/core/js/dist/install.js
index 1e0e0a103d7..9aac9edf177 100644
--- a/core/js/dist/install.js
+++ b/core/js/dist/install.js
@@ -1,28 +1,142 @@
-!function(e){var t={};function n(i){if(t[i])return t[i].exports;var o=t[i]={i:i,l:!1,exports:{}};return e[i].call(o.exports,o,o.exports,n),o.l=!0,o.exports}n.m=e,n.c=t,n.d=function(e,t,i){n.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:i})},n.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},n.t=function(e,t){if(1&t&&(e=n(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var i=Object.create(null);if(n.r(i),Object.defineProperty(i,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var o in e)n.d(i,o,function(t){return e[t]}.bind(null,o));return i},n.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return n.d(t,"a",t),t},n.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},n.p="",n(n.s=1144)}({0:function(e,t,n){var i,o,r;
+!function(t){var e={};function n(i){if(e[i])return e[i].exports;var o=e[i]={i:i,l:!1,exports:{}};return t[i].call(o.exports,o,o.exports,n),o.l=!0,o.exports}n.m=t,n.c=e,n.d=function(t,e,i){n.o(t,e)||Object.defineProperty(t,e,{enumerable:!0,get:i})},n.r=function(t){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})},n.t=function(t,e){if(1&e&&(t=n(t)),8&e)return t;if(4&e&&"object"==typeof t&&t&&t.__esModule)return t;var i=Object.create(null);if(n.r(i),Object.defineProperty(i,"default",{enumerable:!0,value:t}),2&e&&"string"!=typeof t)for(var o in t)n.d(i,o,function(e){return t[e]}.bind(null,o));return i},n.n=function(t){var e=t&&t.__esModule?function(){return t.default}:function(){return t};return n.d(e,"a",e),e},n.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},n.p="",n(n.s=946)}({0:function(t,e,n){var i;
/*!
- * jQuery JavaScript Library v2.1.4
- * http://jquery.com/
+ * jQuery JavaScript Library v3.3.1
+ * https://jquery.com/
*
* Includes Sizzle.js
- * http://sizzlejs.com/
+ * https://sizzlejs.com/
*
- * Copyright 2005, 2014 jQuery Foundation, Inc. and other contributors
+ * Copyright JS Foundation and other contributors
* Released under the MIT license
- * http://jquery.org/license
+ * https://jquery.org/license
*
- * Date: 2015-04-28T16:01Z
- */o="undefined"!=typeof window?window:this,r=function(n,o){var r=[],s=r.slice,a=r.concat,u=r.push,c=r.indexOf,l={},p=l.toString,f=l.hasOwnProperty,d={},h=n.document,g=function(e,t){return new g.fn.init(e,t)},v=/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g,m=/^-ms-/,A=/-([\da-z])/gi,y=function(e,t){return t.toUpperCase()};function b(e){var t="length"in e&&e.length,n=g.type(e);return"function"!==n&&!g.isWindow(e)&&(!(1!==e.nodeType||!t)||"array"===n||0===t||"number"==typeof t&&t>0&&t-1 in e)}g.fn=g.prototype={jquery:"2.1.4",constructor:g,selector:"",length:0,toArray:function(){return s.call(this)},get:function(e){return null!=e?e<0?this[e+this.length]:this[e]:s.call(this)},pushStack:function(e){var t=g.merge(this.constructor(),e);return t.prevObject=this,t.context=this.context,t},each:function(e,t){return g.each(this,e,t)},map:function(e){return this.pushStack(g.map(this,(function(t,n){return e.call(t,n,t)})))},slice:function(){return this.pushStack(s.apply(this,arguments))},first:function(){return this.eq(0)},last:function(){return this.eq(-1)},eq:function(e){var t=this.length,n=+e+(e<0?t:0);return this.pushStack(n>=0&&n<t?[this[n]]:[])},end:function(){return this.prevObject||this.constructor(null)},push:u,sort:r.sort,splice:r.splice},g.extend=g.fn.extend=function(){var e,t,n,i,o,r,s=arguments[0]||{},a=1,u=arguments.length,c=!1;for("boolean"==typeof s&&(c=s,s=arguments[a]||{},a++),"object"==typeof s||g.isFunction(s)||(s={}),a===u&&(s=this,a--);a<u;a++)if(null!=(e=arguments[a]))for(t in e)n=s[t],s!==(i=e[t])&&(c&&i&&(g.isPlainObject(i)||(o=g.isArray(i)))?(o?(o=!1,r=n&&g.isArray(n)?n:[]):r=n&&g.isPlainObject(n)?n:{},s[t]=g.extend(c,r,i)):void 0!==i&&(s[t]=i));return s},g.extend({expando:"jQuery"+("2.1.4"+Math.random()).replace(/\D/g,""),isReady:!0,error:function(e){throw new Error(e)},noop:function(){},isFunction:function(e){return"function"===g.type(e)},isArray:Array.isArray,isWindow:function(e){return null!=e&&e===e.window},isNumeric:function(e){return!g.isArray(e)&&e-parseFloat(e)+1>=0},isPlainObject:function(e){return!("object"!==g.type(e)||e.nodeType||g.isWindow(e)||e.constructor&&!f.call(e.constructor.prototype,"isPrototypeOf"))},isEmptyObject:function(e){var t;for(t in e)return!1;return!0},type:function(e){return null==e?e+"":"object"==typeof e||"function"==typeof e?l[p.call(e)]||"object":typeof e},globalEval:function(e){var t,n=eval;(e=g.trim(e))&&(1===e.indexOf("use strict")?((t=h.createElement("script")).text=e,h.head.appendChild(t).parentNode.removeChild(t)):n(e))},camelCase:function(e){return e.replace(m,"ms-").replace(A,y)},nodeName:function(e,t){return e.nodeName&&e.nodeName.toLowerCase()===t.toLowerCase()},each:function(e,t,n){var i=0,o=e.length,r=b(e);if(n){if(r)for(;i<o&&!1!==t.apply(e[i],n);i++);else for(i in e)if(!1===t.apply(e[i],n))break}else if(r)for(;i<o&&!1!==t.call(e[i],i,e[i]);i++);else for(i in e)if(!1===t.call(e[i],i,e[i]))break;return e},trim:function(e){return null==e?"":(e+"").replace(v,"")},makeArray:function(e,t){var n=t||[];return null!=e&&(b(Object(e))?g.merge(n,"string"==typeof e?[e]:e):u.call(n,e)),n},inArray:function(e,t,n){return null==t?-1:c.call(t,e,n)},merge:function(e,t){for(var n=+t.length,i=0,o=e.length;i<n;i++)e[o++]=t[i];return e.length=o,e},grep:function(e,t,n){for(var i=[],o=0,r=e.length,s=!n;o<r;o++)!t(e[o],o)!==s&&i.push(e[o]);return i},map:function(e,t,n){var i,o=0,r=e.length,s=[];if(b(e))for(;o<r;o++)null!=(i=t(e[o],o,n))&&s.push(i);else for(o in e)null!=(i=t(e[o],o,n))&&s.push(i);return a.apply([],s)},guid:1,proxy:function(e,t){var n,i,o;if("string"==typeof t&&(n=e[t],t=e,e=n),g.isFunction(e))return i=s.call(arguments,2),(o=function(){return e.apply(t||this,i.concat(s.call(arguments)))}).guid=e.guid=e.guid||g.guid++,o},now:Date.now,support:d}),g.each("Boolean Number String Function Array Date RegExp Object Error".split(" "),(function(e,t){l["[object "+t+"]"]=t.toLowerCase()}));var x=
+ * Date: 2018-01-20T17:24Z
+ */!function(e,n){"use strict";"object"==typeof t.exports?t.exports=e.document?n(e,!0):function(t){if(!t.document)throw new Error("jQuery requires a window with a document");return n(t)}:n(e)}("undefined"!=typeof window?window:this,(function(n,o){"use strict";var r=[],a=n.document,s=Object.getPrototypeOf,u=r.slice,c=r.concat,l=r.push,p=r.indexOf,f={},d=f.toString,A=f.hasOwnProperty,h=A.toString,g=h.call(Object),v={},m=function(t){return"function"==typeof t&&"number"!=typeof t.nodeType},b=function(t){return null!=t&&t===t.window},C={type:!0,src:!0,noModule:!0};function y(t,e,n){var i,o=(e=e||a).createElement("script");if(o.text=t,n)for(i in C)n[i]&&(o[i]=n[i]);e.head.appendChild(o).parentNode.removeChild(o)}function x(t){return null==t?t+"":"object"==typeof t||"function"==typeof t?f[d.call(t)]||"object":typeof t}var E=function(t,e){return new E.fn.init(t,e)},w=/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g;function k(t){var e=!!t&&"length"in t&&t.length,n=x(t);return!m(t)&&!b(t)&&("array"===n||0===e||"number"==typeof e&&e>0&&e-1 in t)}E.fn=E.prototype={jquery:"3.3.1",constructor:E,length:0,toArray:function(){return u.call(this)},get:function(t){return null==t?u.call(this):t<0?this[t+this.length]:this[t]},pushStack:function(t){var e=E.merge(this.constructor(),t);return e.prevObject=this,e},each:function(t){return E.each(this,t)},map:function(t){return this.pushStack(E.map(this,(function(e,n){return t.call(e,n,e)})))},slice:function(){return this.pushStack(u.apply(this,arguments))},first:function(){return this.eq(0)},last:function(){return this.eq(-1)},eq:function(t){var e=this.length,n=+t+(t<0?e:0);return this.pushStack(n>=0&&n<e?[this[n]]:[])},end:function(){return this.prevObject||this.constructor()},push:l,sort:r.sort,splice:r.splice},E.extend=E.fn.extend=function(){var t,e,n,i,o,r,a=arguments[0]||{},s=1,u=arguments.length,c=!1;for("boolean"==typeof a&&(c=a,a=arguments[s]||{},s++),"object"==typeof a||m(a)||(a={}),s===u&&(a=this,s--);s<u;s++)if(null!=(t=arguments[s]))for(e in t)n=a[e],a!==(i=t[e])&&(c&&i&&(E.isPlainObject(i)||(o=Array.isArray(i)))?(o?(o=!1,r=n&&Array.isArray(n)?n:[]):r=n&&E.isPlainObject(n)?n:{},a[e]=E.extend(c,r,i)):void 0!==i&&(a[e]=i));return a},E.extend({expando:"jQuery"+("3.3.1"+Math.random()).replace(/\D/g,""),isReady:!0,error:function(t){throw new Error(t)},noop:function(){},isPlainObject:function(t){var e,n;return!(!t||"[object Object]"!==d.call(t))&&(!(e=s(t))||"function"==typeof(n=A.call(e,"constructor")&&e.constructor)&&h.call(n)===g)},isEmptyObject:function(t){var e;for(e in t)return!1;return!0},globalEval:function(t){y(t)},each:function(t,e){var n,i=0;if(k(t))for(n=t.length;i<n&&!1!==e.call(t[i],i,t[i]);i++);else for(i in t)if(!1===e.call(t[i],i,t[i]))break;return t},trim:function(t){return null==t?"":(t+"").replace(w,"")},makeArray:function(t,e){var n=e||[];return null!=t&&(k(Object(t))?E.merge(n,"string"==typeof t?[t]:t):l.call(n,t)),n},inArray:function(t,e,n){return null==e?-1:p.call(e,t,n)},merge:function(t,e){for(var n=+e.length,i=0,o=t.length;i<n;i++)t[o++]=e[i];return t.length=o,t},grep:function(t,e,n){for(var i=[],o=0,r=t.length,a=!n;o<r;o++)!e(t[o],o)!==a&&i.push(t[o]);return i},map:function(t,e,n){var i,o,r=0,a=[];if(k(t))for(i=t.length;r<i;r++)null!=(o=e(t[r],r,n))&&a.push(o);else for(r in t)null!=(o=e(t[r],r,n))&&a.push(o);return c.apply([],a)},guid:1,support:v}),"function"==typeof Symbol&&(E.fn[Symbol.iterator]=r[Symbol.iterator]),E.each("Boolean Number String Function Array Date RegExp Object Error Symbol".split(" "),(function(t,e){f["[object "+e+"]"]=e.toLowerCase()}));var B=
/*!
- * Sizzle CSS Selector Engine v2.2.0-pre
- * http://sizzlejs.com/
+ * Sizzle CSS Selector Engine v2.3.3
+ * https://sizzlejs.com/
*
- * Copyright 2008, 2014 jQuery Foundation, Inc. and other contributors
+ * Copyright jQuery Foundation and other contributors
* Released under the MIT license
* http://jquery.org/license
*
- * Date: 2014-12-16
+ * Date: 2016-08-08
+ */
+function(t){var e,n,i,o,r,a,s,u,c,l,p,f,d,A,h,g,v,m,b,C="sizzle"+1*new Date,y=t.document,x=0,E=0,w=at(),k=at(),B=at(),D=function(t,e){return t===e&&(p=!0),0},T={}.hasOwnProperty,O=[],S=O.pop,V=O.push,I=O.push,P=O.slice,R=function(t,e){for(var n=0,i=t.length;n<i;n++)if(t[n]===e)return n;return-1},M="checked|selected|async|autofocus|autoplay|controls|defer|disabled|hidden|ismap|loop|multiple|open|readonly|required|scoped",L="[\\x20\\t\\r\\n\\f]",N="(?:\\\\.|[\\w-]|[^\0-\\xa0])+",j="\\["+L+"*("+N+")(?:"+L+"*([*^$|!~]?=)"+L+"*(?:'((?:\\\\.|[^\\\\'])*)'|\"((?:\\\\.|[^\\\\\"])*)\"|("+N+"))|)"+L+"*\\]",H=":("+N+")(?:\\((('((?:\\\\.|[^\\\\'])*)'|\"((?:\\\\.|[^\\\\\"])*)\")|((?:\\\\.|[^\\\\()[\\]]|"+j+")*)|.*)\\)|)",F=new RegExp(L+"+","g"),q=new RegExp("^"+L+"+|((?:^|[^\\\\])(?:\\\\.)*)"+L+"+$","g"),Q=new RegExp("^"+L+"*,"+L+"*"),Y=new RegExp("^"+L+"*([>+~]|"+L+")"+L+"*"),z=new RegExp("="+L+"*([^\\]'\"]*?)"+L+"*\\]","g"),U=new RegExp(H),_=new RegExp("^"+N+"$"),G={ID:new RegExp("^#("+N+")"),CLASS:new RegExp("^\\.("+N+")"),TAG:new RegExp("^("+N+"|[*])"),ATTR:new RegExp("^"+j),PSEUDO:new RegExp("^"+H),CHILD:new RegExp("^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\("+L+"*(even|odd|(([+-]|)(\\d*)n|)"+L+"*(?:([+-]|)"+L+"*(\\d+)|))"+L+"*\\)|)","i"),bool:new RegExp("^(?:"+M+")$","i"),needsContext:new RegExp("^"+L+"*[>+~]|:(even|odd|eq|gt|lt|nth|first|last)(?:\\("+L+"*((?:-\\d)?\\d*)"+L+"*\\)|)(?=[^-]|$)","i")},X=/^(?:input|select|textarea|button)$/i,W=/^h\d$/i,Z=/^[^{]+\{\s*\[native \w/,J=/^(?:#([\w-]+)|(\w+)|\.([\w-]+))$/,K=/[+~]/,$=new RegExp("\\\\([\\da-f]{1,6}"+L+"?|("+L+")|.)","ig"),tt=function(t,e,n){var i="0x"+e-65536;return i!=i||n?e:i<0?String.fromCharCode(i+65536):String.fromCharCode(i>>10|55296,1023&i|56320)},et=/([\0-\x1f\x7f]|^-?\d)|^-$|[^\0-\x1f\x7f-\uFFFF\w-]/g,nt=function(t,e){return e?"\0"===t?"�":t.slice(0,-1)+"\\"+t.charCodeAt(t.length-1).toString(16)+" ":"\\"+t},it=function(){f()},ot=mt((function(t){return!0===t.disabled&&("form"in t||"label"in t)}),{dir:"parentNode",next:"legend"});try{I.apply(O=P.call(y.childNodes),y.childNodes),O[y.childNodes.length].nodeType}catch(t){I={apply:O.length?function(t,e){V.apply(t,P.call(e))}:function(t,e){for(var n=t.length,i=0;t[n++]=e[i++];);t.length=n-1}}}function rt(t,e,i,o){var r,s,c,l,p,A,v,m=e&&e.ownerDocument,x=e?e.nodeType:9;if(i=i||[],"string"!=typeof t||!t||1!==x&&9!==x&&11!==x)return i;if(!o&&((e?e.ownerDocument||e:y)!==d&&f(e),e=e||d,h)){if(11!==x&&(p=J.exec(t)))if(r=p[1]){if(9===x){if(!(c=e.getElementById(r)))return i;if(c.id===r)return i.push(c),i}else if(m&&(c=m.getElementById(r))&&b(e,c)&&c.id===r)return i.push(c),i}else{if(p[2])return I.apply(i,e.getElementsByTagName(t)),i;if((r=p[3])&&n.getElementsByClassName&&e.getElementsByClassName)return I.apply(i,e.getElementsByClassName(r)),i}if(n.qsa&&!B[t+" "]&&(!g||!g.test(t))){if(1!==x)m=e,v=t;else if("object"!==e.nodeName.toLowerCase()){for((l=e.getAttribute("id"))?l=l.replace(et,nt):e.setAttribute("id",l=C),s=(A=a(t)).length;s--;)A[s]="#"+l+" "+vt(A[s]);v=A.join(","),m=K.test(t)&&ht(e.parentNode)||e}if(v)try{return I.apply(i,m.querySelectorAll(v)),i}catch(t){}finally{l===C&&e.removeAttribute("id")}}}return u(t.replace(q,"$1"),e,i,o)}function at(){var t=[];return function e(n,o){return t.push(n+" ")>i.cacheLength&&delete e[t.shift()],e[n+" "]=o}}function st(t){return t[C]=!0,t}function ut(t){var e=d.createElement("fieldset");try{return!!t(e)}catch(t){return!1}finally{e.parentNode&&e.parentNode.removeChild(e),e=null}}function ct(t,e){for(var n=t.split("|"),o=n.length;o--;)i.attrHandle[n[o]]=e}function lt(t,e){var n=e&&t,i=n&&1===t.nodeType&&1===e.nodeType&&t.sourceIndex-e.sourceIndex;if(i)return i;if(n)for(;n=n.nextSibling;)if(n===e)return-1;return t?1:-1}function pt(t){return function(e){return"input"===e.nodeName.toLowerCase()&&e.type===t}}function ft(t){return function(e){var n=e.nodeName.toLowerCase();return("input"===n||"button"===n)&&e.type===t}}function dt(t){return function(e){return"form"in e?e.parentNode&&!1===e.disabled?"label"in e?"label"in e.parentNode?e.parentNode.disabled===t:e.disabled===t:e.isDisabled===t||e.isDisabled!==!t&&ot(e)===t:e.disabled===t:"label"in e&&e.disabled===t}}function At(t){return st((function(e){return e=+e,st((function(n,i){for(var o,r=t([],n.length,e),a=r.length;a--;)n[o=r[a]]&&(n[o]=!(i[o]=n[o]))}))}))}function ht(t){return t&&void 0!==t.getElementsByTagName&&t}for(e in n=rt.support={},r=rt.isXML=function(t){var e=t&&(t.ownerDocument||t).documentElement;return!!e&&"HTML"!==e.nodeName},f=rt.setDocument=function(t){var e,o,a=t?t.ownerDocument||t:y;return a!==d&&9===a.nodeType&&a.documentElement?(A=(d=a).documentElement,h=!r(d),y!==d&&(o=d.defaultView)&&o.top!==o&&(o.addEventListener?o.addEventListener("unload",it,!1):o.attachEvent&&o.attachEvent("onunload",it)),n.attributes=ut((function(t){return t.className="i",!t.getAttribute("className")})),n.getElementsByTagName=ut((function(t){return t.appendChild(d.createComment("")),!t.getElementsByTagName("*").length})),n.getElementsByClassName=Z.test(d.getElementsByClassName),n.getById=ut((function(t){return A.appendChild(t).id=C,!d.getElementsByName||!d.getElementsByName(C).length})),n.getById?(i.filter.ID=function(t){var e=t.replace($,tt);return function(t){return t.getAttribute("id")===e}},i.find.ID=function(t,e){if(void 0!==e.getElementById&&h){var n=e.getElementById(t);return n?[n]:[]}}):(i.filter.ID=function(t){var e=t.replace($,tt);return function(t){var n=void 0!==t.getAttributeNode&&t.getAttributeNode("id");return n&&n.value===e}},i.find.ID=function(t,e){if(void 0!==e.getElementById&&h){var n,i,o,r=e.getElementById(t);if(r){if((n=r.getAttributeNode("id"))&&n.value===t)return[r];for(o=e.getElementsByName(t),i=0;r=o[i++];)if((n=r.getAttributeNode("id"))&&n.value===t)return[r]}return[]}}),i.find.TAG=n.getElementsByTagName?function(t,e){return void 0!==e.getElementsByTagName?e.getElementsByTagName(t):n.qsa?e.querySelectorAll(t):void 0}:function(t,e){var n,i=[],o=0,r=e.getElementsByTagName(t);if("*"===t){for(;n=r[o++];)1===n.nodeType&&i.push(n);return i}return r},i.find.CLASS=n.getElementsByClassName&&function(t,e){if(void 0!==e.getElementsByClassName&&h)return e.getElementsByClassName(t)},v=[],g=[],(n.qsa=Z.test(d.querySelectorAll))&&(ut((function(t){A.appendChild(t).innerHTML="<a id='"+C+"'></a><select id='"+C+"-\r\\' msallowcapture=''><option selected=''></option></select>",t.querySelectorAll("[msallowcapture^='']").length&&g.push("[*^$]="+L+"*(?:''|\"\")"),t.querySelectorAll("[selected]").length||g.push("\\["+L+"*(?:value|"+M+")"),t.querySelectorAll("[id~="+C+"-]").length||g.push("~="),t.querySelectorAll(":checked").length||g.push(":checked"),t.querySelectorAll("a#"+C+"+*").length||g.push(".#.+[+~]")})),ut((function(t){t.innerHTML="<a href='' disabled='disabled'></a><select disabled='disabled'><option/></select>";var e=d.createElement("input");e.setAttribute("type","hidden"),t.appendChild(e).setAttribute("name","D"),t.querySelectorAll("[name=d]").length&&g.push("name"+L+"*[*^$|!~]?="),2!==t.querySelectorAll(":enabled").length&&g.push(":enabled",":disabled"),A.appendChild(t).disabled=!0,2!==t.querySelectorAll(":disabled").length&&g.push(":enabled",":disabled"),t.querySelectorAll("*,:x"),g.push(",.*:")}))),(n.matchesSelector=Z.test(m=A.matches||A.webkitMatchesSelector||A.mozMatchesSelector||A.oMatchesSelector||A.msMatchesSelector))&&ut((function(t){n.disconnectedMatch=m.call(t,"*"),m.call(t,"[s!='']:x"),v.push("!=",H)})),g=g.length&&new RegExp(g.join("|")),v=v.length&&new RegExp(v.join("|")),e=Z.test(A.compareDocumentPosition),b=e||Z.test(A.contains)?function(t,e){var n=9===t.nodeType?t.documentElement:t,i=e&&e.parentNode;return t===i||!(!i||1!==i.nodeType||!(n.contains?n.contains(i):t.compareDocumentPosition&&16&t.compareDocumentPosition(i)))}:function(t,e){if(e)for(;e=e.parentNode;)if(e===t)return!0;return!1},D=e?function(t,e){if(t===e)return p=!0,0;var i=!t.compareDocumentPosition-!e.compareDocumentPosition;return i||(1&(i=(t.ownerDocument||t)===(e.ownerDocument||e)?t.compareDocumentPosition(e):1)||!n.sortDetached&&e.compareDocumentPosition(t)===i?t===d||t.ownerDocument===y&&b(y,t)?-1:e===d||e.ownerDocument===y&&b(y,e)?1:l?R(l,t)-R(l,e):0:4&i?-1:1)}:function(t,e){if(t===e)return p=!0,0;var n,i=0,o=t.parentNode,r=e.parentNode,a=[t],s=[e];if(!o||!r)return t===d?-1:e===d?1:o?-1:r?1:l?R(l,t)-R(l,e):0;if(o===r)return lt(t,e);for(n=t;n=n.parentNode;)a.unshift(n);for(n=e;n=n.parentNode;)s.unshift(n);for(;a[i]===s[i];)i++;return i?lt(a[i],s[i]):a[i]===y?-1:s[i]===y?1:0},d):d},rt.matches=function(t,e){return rt(t,null,null,e)},rt.matchesSelector=function(t,e){if((t.ownerDocument||t)!==d&&f(t),e=e.replace(z,"='$1']"),n.matchesSelector&&h&&!B[e+" "]&&(!v||!v.test(e))&&(!g||!g.test(e)))try{var i=m.call(t,e);if(i||n.disconnectedMatch||t.document&&11!==t.document.nodeType)return i}catch(t){}return rt(e,d,null,[t]).length>0},rt.contains=function(t,e){return(t.ownerDocument||t)!==d&&f(t),b(t,e)},rt.attr=function(t,e){(t.ownerDocument||t)!==d&&f(t);var o=i.attrHandle[e.toLowerCase()],r=o&&T.call(i.attrHandle,e.toLowerCase())?o(t,e,!h):void 0;return void 0!==r?r:n.attributes||!h?t.getAttribute(e):(r=t.getAttributeNode(e))&&r.specified?r.value:null},rt.escape=function(t){return(t+"").replace(et,nt)},rt.error=function(t){throw new Error("Syntax error, unrecognized expression: "+t)},rt.uniqueSort=function(t){var e,i=[],o=0,r=0;if(p=!n.detectDuplicates,l=!n.sortStable&&t.slice(0),t.sort(D),p){for(;e=t[r++];)e===t[r]&&(o=i.push(r));for(;o--;)t.splice(i[o],1)}return l=null,t},o=rt.getText=function(t){var e,n="",i=0,r=t.nodeType;if(r){if(1===r||9===r||11===r){if("string"==typeof t.textContent)return t.textContent;for(t=t.firstChild;t;t=t.nextSibling)n+=o(t)}else if(3===r||4===r)return t.nodeValue}else for(;e=t[i++];)n+=o(e);return n},(i=rt.selectors={cacheLength:50,createPseudo:st,match:G,attrHandle:{},find:{},relative:{">":{dir:"parentNode",first:!0}," ":{dir:"parentNode"},"+":{dir:"previousSibling",first:!0},"~":{dir:"previousSibling"}},preFilter:{ATTR:function(t){return t[1]=t[1].replace($,tt),t[3]=(t[3]||t[4]||t[5]||"").replace($,tt),"~="===t[2]&&(t[3]=" "+t[3]+" "),t.slice(0,4)},CHILD:function(t){return t[1]=t[1].toLowerCase(),"nth"===t[1].slice(0,3)?(t[3]||rt.error(t[0]),t[4]=+(t[4]?t[5]+(t[6]||1):2*("even"===t[3]||"odd"===t[3])),t[5]=+(t[7]+t[8]||"odd"===t[3])):t[3]&&rt.error(t[0]),t},PSEUDO:function(t){var e,n=!t[6]&&t[2];return G.CHILD.test(t[0])?null:(t[3]?t[2]=t[4]||t[5]||"":n&&U.test(n)&&(e=a(n,!0))&&(e=n.indexOf(")",n.length-e)-n.length)&&(t[0]=t[0].slice(0,e),t[2]=n.slice(0,e)),t.slice(0,3))}},filter:{TAG:function(t){var e=t.replace($,tt).toLowerCase();return"*"===t?function(){return!0}:function(t){return t.nodeName&&t.nodeName.toLowerCase()===e}},CLASS:function(t){var e=w[t+" "];return e||(e=new RegExp("(^|"+L+")"+t+"("+L+"|$)"))&&w(t,(function(t){return e.test("string"==typeof t.className&&t.className||void 0!==t.getAttribute&&t.getAttribute("class")||"")}))},ATTR:function(t,e,n){return function(i){var o=rt.attr(i,t);return null==o?"!="===e:!e||(o+="","="===e?o===n:"!="===e?o!==n:"^="===e?n&&0===o.indexOf(n):"*="===e?n&&o.indexOf(n)>-1:"$="===e?n&&o.slice(-n.length)===n:"~="===e?(" "+o.replace(F," ")+" ").indexOf(n)>-1:"|="===e&&(o===n||o.slice(0,n.length+1)===n+"-"))}},CHILD:function(t,e,n,i,o){var r="nth"!==t.slice(0,3),a="last"!==t.slice(-4),s="of-type"===e;return 1===i&&0===o?function(t){return!!t.parentNode}:function(e,n,u){var c,l,p,f,d,A,h=r!==a?"nextSibling":"previousSibling",g=e.parentNode,v=s&&e.nodeName.toLowerCase(),m=!u&&!s,b=!1;if(g){if(r){for(;h;){for(f=e;f=f[h];)if(s?f.nodeName.toLowerCase()===v:1===f.nodeType)return!1;A=h="only"===t&&!A&&"nextSibling"}return!0}if(A=[a?g.firstChild:g.lastChild],a&&m){for(b=(d=(c=(l=(p=(f=g)[C]||(f[C]={}))[f.uniqueID]||(p[f.uniqueID]={}))[t]||[])[0]===x&&c[1])&&c[2],f=d&&g.childNodes[d];f=++d&&f&&f[h]||(b=d=0)||A.pop();)if(1===f.nodeType&&++b&&f===e){l[t]=[x,d,b];break}}else if(m&&(b=d=(c=(l=(p=(f=e)[C]||(f[C]={}))[f.uniqueID]||(p[f.uniqueID]={}))[t]||[])[0]===x&&c[1]),!1===b)for(;(f=++d&&f&&f[h]||(b=d=0)||A.pop())&&((s?f.nodeName.toLowerCase()!==v:1!==f.nodeType)||!++b||(m&&((l=(p=f[C]||(f[C]={}))[f.uniqueID]||(p[f.uniqueID]={}))[t]=[x,b]),f!==e)););return(b-=o)===i||b%i==0&&b/i>=0}}},PSEUDO:function(t,e){var n,o=i.pseudos[t]||i.setFilters[t.toLowerCase()]||rt.error("unsupported pseudo: "+t);return o[C]?o(e):o.length>1?(n=[t,t,"",e],i.setFilters.hasOwnProperty(t.toLowerCase())?st((function(t,n){for(var i,r=o(t,e),a=r.length;a--;)t[i=R(t,r[a])]=!(n[i]=r[a])})):function(t){return o(t,0,n)}):o}},pseudos:{not:st((function(t){var e=[],n=[],i=s(t.replace(q,"$1"));return i[C]?st((function(t,e,n,o){for(var r,a=i(t,null,o,[]),s=t.length;s--;)(r=a[s])&&(t[s]=!(e[s]=r))})):function(t,o,r){return e[0]=t,i(e,null,r,n),e[0]=null,!n.pop()}})),has:st((function(t){return function(e){return rt(t,e).length>0}})),contains:st((function(t){return t=t.replace($,tt),function(e){return(e.textContent||e.innerText||o(e)).indexOf(t)>-1}})),lang:st((function(t){return _.test(t||"")||rt.error("unsupported lang: "+t),t=t.replace($,tt).toLowerCase(),function(e){var n;do{if(n=h?e.lang:e.getAttribute("xml:lang")||e.getAttribute("lang"))return(n=n.toLowerCase())===t||0===n.indexOf(t+"-")}while((e=e.parentNode)&&1===e.nodeType);return!1}})),target:function(e){var n=t.location&&t.location.hash;return n&&n.slice(1)===e.id},root:function(t){return t===A},focus:function(t){return t===d.activeElement&&(!d.hasFocus||d.hasFocus())&&!!(t.type||t.href||~t.tabIndex)},enabled:dt(!1),disabled:dt(!0),checked:function(t){var e=t.nodeName.toLowerCase();return"input"===e&&!!t.checked||"option"===e&&!!t.selected},selected:function(t){return t.parentNode&&t.parentNode.selectedIndex,!0===t.selected},empty:function(t){for(t=t.firstChild;t;t=t.nextSibling)if(t.nodeType<6)return!1;return!0},parent:function(t){return!i.pseudos.empty(t)},header:function(t){return W.test(t.nodeName)},input:function(t){return X.test(t.nodeName)},button:function(t){var e=t.nodeName.toLowerCase();return"input"===e&&"button"===t.type||"button"===e},text:function(t){var e;return"input"===t.nodeName.toLowerCase()&&"text"===t.type&&(null==(e=t.getAttribute("type"))||"text"===e.toLowerCase())},first:At((function(){return[0]})),last:At((function(t,e){return[e-1]})),eq:At((function(t,e,n){return[n<0?n+e:n]})),even:At((function(t,e){for(var n=0;n<e;n+=2)t.push(n);return t})),odd:At((function(t,e){for(var n=1;n<e;n+=2)t.push(n);return t})),lt:At((function(t,e,n){for(var i=n<0?n+e:n;--i>=0;)t.push(i);return t})),gt:At((function(t,e,n){for(var i=n<0?n+e:n;++i<e;)t.push(i);return t}))}}).pseudos.nth=i.pseudos.eq,{radio:!0,checkbox:!0,file:!0,password:!0,image:!0})i.pseudos[e]=pt(e);for(e in{submit:!0,reset:!0})i.pseudos[e]=ft(e);function gt(){}function vt(t){for(var e=0,n=t.length,i="";e<n;e++)i+=t[e].value;return i}function mt(t,e,n){var i=e.dir,o=e.next,r=o||i,a=n&&"parentNode"===r,s=E++;return e.first?function(e,n,o){for(;e=e[i];)if(1===e.nodeType||a)return t(e,n,o);return!1}:function(e,n,u){var c,l,p,f=[x,s];if(u){for(;e=e[i];)if((1===e.nodeType||a)&&t(e,n,u))return!0}else for(;e=e[i];)if(1===e.nodeType||a)if(l=(p=e[C]||(e[C]={}))[e.uniqueID]||(p[e.uniqueID]={}),o&&o===e.nodeName.toLowerCase())e=e[i]||e;else{if((c=l[r])&&c[0]===x&&c[1]===s)return f[2]=c[2];if(l[r]=f,f[2]=t(e,n,u))return!0}return!1}}function bt(t){return t.length>1?function(e,n,i){for(var o=t.length;o--;)if(!t[o](e,n,i))return!1;return!0}:t[0]}function Ct(t,e,n,i,o){for(var r,a=[],s=0,u=t.length,c=null!=e;s<u;s++)(r=t[s])&&(n&&!n(r,i,o)||(a.push(r),c&&e.push(s)));return a}function yt(t,e,n,i,o,r){return i&&!i[C]&&(i=yt(i)),o&&!o[C]&&(o=yt(o,r)),st((function(r,a,s,u){var c,l,p,f=[],d=[],A=a.length,h=r||function(t,e,n){for(var i=0,o=e.length;i<o;i++)rt(t,e[i],n);return n}(e||"*",s.nodeType?[s]:s,[]),g=!t||!r&&e?h:Ct(h,f,t,s,u),v=n?o||(r?t:A||i)?[]:a:g;if(n&&n(g,v,s,u),i)for(c=Ct(v,d),i(c,[],s,u),l=c.length;l--;)(p=c[l])&&(v[d[l]]=!(g[d[l]]=p));if(r){if(o||t){if(o){for(c=[],l=v.length;l--;)(p=v[l])&&c.push(g[l]=p);o(null,v=[],c,u)}for(l=v.length;l--;)(p=v[l])&&(c=o?R(r,p):f[l])>-1&&(r[c]=!(a[c]=p))}}else v=Ct(v===a?v.splice(A,v.length):v),o?o(null,a,v,u):I.apply(a,v)}))}function xt(t){for(var e,n,o,r=t.length,a=i.relative[t[0].type],s=a||i.relative[" "],u=a?1:0,l=mt((function(t){return t===e}),s,!0),p=mt((function(t){return R(e,t)>-1}),s,!0),f=[function(t,n,i){var o=!a&&(i||n!==c)||((e=n).nodeType?l(t,n,i):p(t,n,i));return e=null,o}];u<r;u++)if(n=i.relative[t[u].type])f=[mt(bt(f),n)];else{if((n=i.filter[t[u].type].apply(null,t[u].matches))[C]){for(o=++u;o<r&&!i.relative[t[o].type];o++);return yt(u>1&&bt(f),u>1&&vt(t.slice(0,u-1).concat({value:" "===t[u-2].type?"*":""})).replace(q,"$1"),n,u<o&&xt(t.slice(u,o)),o<r&&xt(t=t.slice(o)),o<r&&vt(t))}f.push(n)}return bt(f)}return gt.prototype=i.filters=i.pseudos,i.setFilters=new gt,a=rt.tokenize=function(t,e){var n,o,r,a,s,u,c,l=k[t+" "];if(l)return e?0:l.slice(0);for(s=t,u=[],c=i.preFilter;s;){for(a in n&&!(o=Q.exec(s))||(o&&(s=s.slice(o[0].length)||s),u.push(r=[])),n=!1,(o=Y.exec(s))&&(n=o.shift(),r.push({value:n,type:o[0].replace(q," ")}),s=s.slice(n.length)),i.filter)!(o=G[a].exec(s))||c[a]&&!(o=c[a](o))||(n=o.shift(),r.push({value:n,type:a,matches:o}),s=s.slice(n.length));if(!n)break}return e?s.length:s?rt.error(t):k(t,u).slice(0)},s=rt.compile=function(t,e){var n,o=[],r=[],s=B[t+" "];if(!s){for(e||(e=a(t)),n=e.length;n--;)(s=xt(e[n]))[C]?o.push(s):r.push(s);(s=B(t,function(t,e){var n=e.length>0,o=t.length>0,r=function(r,a,s,u,l){var p,A,g,v=0,m="0",b=r&&[],C=[],y=c,E=r||o&&i.find.TAG("*",l),w=x+=null==y?1:Math.random()||.1,k=E.length;for(l&&(c=a===d||a||l);m!==k&&null!=(p=E[m]);m++){if(o&&p){for(A=0,a||p.ownerDocument===d||(f(p),s=!h);g=t[A++];)if(g(p,a||d,s)){u.push(p);break}l&&(x=w)}n&&((p=!g&&p)&&v--,r&&b.push(p))}if(v+=m,n&&m!==v){for(A=0;g=e[A++];)g(b,C,a,s);if(r){if(v>0)for(;m--;)b[m]||C[m]||(C[m]=S.call(u));C=Ct(C)}I.apply(u,C),l&&!r&&C.length>0&&v+e.length>1&&rt.uniqueSort(u)}return l&&(x=w,c=y),b};return n?st(r):r}(r,o))).selector=t}return s},u=rt.select=function(t,e,n,o){var r,u,c,l,p,f="function"==typeof t&&t,d=!o&&a(t=f.selector||t);if(n=n||[],1===d.length){if((u=d[0]=d[0].slice(0)).length>2&&"ID"===(c=u[0]).type&&9===e.nodeType&&h&&i.relative[u[1].type]){if(!(e=(i.find.ID(c.matches[0].replace($,tt),e)||[])[0]))return n;f&&(e=e.parentNode),t=t.slice(u.shift().value.length)}for(r=G.needsContext.test(t)?0:u.length;r--&&(c=u[r],!i.relative[l=c.type]);)if((p=i.find[l])&&(o=p(c.matches[0].replace($,tt),K.test(u[0].type)&&ht(e.parentNode)||e))){if(u.splice(r,1),!(t=o.length&&vt(u)))return I.apply(n,o),n;break}}return(f||s(t,d))(o,e,!h,n,!e||K.test(t)&&ht(e.parentNode)||e),n},n.sortStable=C.split("").sort(D).join("")===C,n.detectDuplicates=!!p,f(),n.sortDetached=ut((function(t){return 1&t.compareDocumentPosition(d.createElement("fieldset"))})),ut((function(t){return t.innerHTML="<a href='#'></a>","#"===t.firstChild.getAttribute("href")}))||ct("type|href|height|width",(function(t,e,n){if(!n)return t.getAttribute(e,"type"===e.toLowerCase()?1:2)})),n.attributes&&ut((function(t){return t.innerHTML="<input/>",t.firstChild.setAttribute("value",""),""===t.firstChild.getAttribute("value")}))||ct("value",(function(t,e,n){if(!n&&"input"===t.nodeName.toLowerCase())return t.defaultValue})),ut((function(t){return null==t.getAttribute("disabled")}))||ct(M,(function(t,e,n){var i;if(!n)return!0===t[e]?e.toLowerCase():(i=t.getAttributeNode(e))&&i.specified?i.value:null})),rt}(n);E.find=B,E.expr=B.selectors,E.expr[":"]=E.expr.pseudos,E.uniqueSort=E.unique=B.uniqueSort,E.text=B.getText,E.isXMLDoc=B.isXML,E.contains=B.contains,E.escapeSelector=B.escape;var D=function(t,e,n){for(var i=[],o=void 0!==n;(t=t[e])&&9!==t.nodeType;)if(1===t.nodeType){if(o&&E(t).is(n))break;i.push(t)}return i},T=function(t,e){for(var n=[];t;t=t.nextSibling)1===t.nodeType&&t!==e&&n.push(t);return n},O=E.expr.match.needsContext;function S(t,e){return t.nodeName&&t.nodeName.toLowerCase()===e.toLowerCase()}var V=/^<([a-z][^\/\0>:\x20\t\r\n\f]*)[\x20\t\r\n\f]*\/?>(?:<\/\1>|)$/i;function I(t,e,n){return m(e)?E.grep(t,(function(t,i){return!!e.call(t,i,t)!==n})):e.nodeType?E.grep(t,(function(t){return t===e!==n})):"string"!=typeof e?E.grep(t,(function(t){return p.call(e,t)>-1!==n})):E.filter(e,t,n)}E.filter=function(t,e,n){var i=e[0];return n&&(t=":not("+t+")"),1===e.length&&1===i.nodeType?E.find.matchesSelector(i,t)?[i]:[]:E.find.matches(t,E.grep(e,(function(t){return 1===t.nodeType})))},E.fn.extend({find:function(t){var e,n,i=this.length,o=this;if("string"!=typeof t)return this.pushStack(E(t).filter((function(){for(e=0;e<i;e++)if(E.contains(o[e],this))return!0})));for(n=this.pushStack([]),e=0;e<i;e++)E.find(t,o[e],n);return i>1?E.uniqueSort(n):n},filter:function(t){return this.pushStack(I(this,t||[],!1))},not:function(t){return this.pushStack(I(this,t||[],!0))},is:function(t){return!!I(this,"string"==typeof t&&O.test(t)?E(t):t||[],!1).length}});var P,R=/^(?:\s*(<[\w\W]+>)[^>]*|#([\w-]+))$/;(E.fn.init=function(t,e,n){var i,o;if(!t)return this;if(n=n||P,"string"==typeof t){if(!(i="<"===t[0]&&">"===t[t.length-1]&&t.length>=3?[null,t,null]:R.exec(t))||!i[1]&&e)return!e||e.jquery?(e||n).find(t):this.constructor(e).find(t);if(i[1]){if(e=e instanceof E?e[0]:e,E.merge(this,E.parseHTML(i[1],e&&e.nodeType?e.ownerDocument||e:a,!0)),V.test(i[1])&&E.isPlainObject(e))for(i in e)m(this[i])?this[i](e[i]):this.attr(i,e[i]);return this}return(o=a.getElementById(i[2]))&&(this[0]=o,this.length=1),this}return t.nodeType?(this[0]=t,this.length=1,this):m(t)?void 0!==n.ready?n.ready(t):t(E):E.makeArray(t,this)}).prototype=E.fn,P=E(a);var M=/^(?:parents|prev(?:Until|All))/,L={children:!0,contents:!0,next:!0,prev:!0};function N(t,e){for(;(t=t[e])&&1!==t.nodeType;);return t}E.fn.extend({has:function(t){var e=E(t,this),n=e.length;return this.filter((function(){for(var t=0;t<n;t++)if(E.contains(this,e[t]))return!0}))},closest:function(t,e){var n,i=0,o=this.length,r=[],a="string"!=typeof t&&E(t);if(!O.test(t))for(;i<o;i++)for(n=this[i];n&&n!==e;n=n.parentNode)if(n.nodeType<11&&(a?a.index(n)>-1:1===n.nodeType&&E.find.matchesSelector(n,t))){r.push(n);break}return this.pushStack(r.length>1?E.uniqueSort(r):r)},index:function(t){return t?"string"==typeof t?p.call(E(t),this[0]):p.call(this,t.jquery?t[0]:t):this[0]&&this[0].parentNode?this.first().prevAll().length:-1},add:function(t,e){return this.pushStack(E.uniqueSort(E.merge(this.get(),E(t,e))))},addBack:function(t){return this.add(null==t?this.prevObject:this.prevObject.filter(t))}}),E.each({parent:function(t){var e=t.parentNode;return e&&11!==e.nodeType?e:null},parents:function(t){return D(t,"parentNode")},parentsUntil:function(t,e,n){return D(t,"parentNode",n)},next:function(t){return N(t,"nextSibling")},prev:function(t){return N(t,"previousSibling")},nextAll:function(t){return D(t,"nextSibling")},prevAll:function(t){return D(t,"previousSibling")},nextUntil:function(t,e,n){return D(t,"nextSibling",n)},prevUntil:function(t,e,n){return D(t,"previousSibling",n)},siblings:function(t){return T((t.parentNode||{}).firstChild,t)},children:function(t){return T(t.firstChild)},contents:function(t){return S(t,"iframe")?t.contentDocument:(S(t,"template")&&(t=t.content||t),E.merge([],t.childNodes))}},(function(t,e){E.fn[t]=function(n,i){var o=E.map(this,e,n);return"Until"!==t.slice(-5)&&(i=n),i&&"string"==typeof i&&(o=E.filter(i,o)),this.length>1&&(L[t]||E.uniqueSort(o),M.test(t)&&o.reverse()),this.pushStack(o)}}));var j=/[^\x20\t\r\n\f]+/g;function H(t){return t}function F(t){throw t}function q(t,e,n,i){var o;try{t&&m(o=t.promise)?o.call(t).done(e).fail(n):t&&m(o=t.then)?o.call(t,e,n):e.apply(void 0,[t].slice(i))}catch(t){n.apply(void 0,[t])}}E.Callbacks=function(t){t="string"==typeof t?function(t){var e={};return E.each(t.match(j)||[],(function(t,n){e[n]=!0})),e}(t):E.extend({},t);var e,n,i,o,r=[],a=[],s=-1,u=function(){for(o=o||t.once,i=e=!0;a.length;s=-1)for(n=a.shift();++s<r.length;)!1===r[s].apply(n[0],n[1])&&t.stopOnFalse&&(s=r.length,n=!1);t.memory||(n=!1),e=!1,o&&(r=n?[]:"")},c={add:function(){return r&&(n&&!e&&(s=r.length-1,a.push(n)),function e(n){E.each(n,(function(n,i){m(i)?t.unique&&c.has(i)||r.push(i):i&&i.length&&"string"!==x(i)&&e(i)}))}(arguments),n&&!e&&u()),this},remove:function(){return E.each(arguments,(function(t,e){for(var n;(n=E.inArray(e,r,n))>-1;)r.splice(n,1),n<=s&&s--})),this},has:function(t){return t?E.inArray(t,r)>-1:r.length>0},empty:function(){return r&&(r=[]),this},disable:function(){return o=a=[],r=n="",this},disabled:function(){return!r},lock:function(){return o=a=[],n||e||(r=n=""),this},locked:function(){return!!o},fireWith:function(t,n){return o||(n=[t,(n=n||[]).slice?n.slice():n],a.push(n),e||u()),this},fire:function(){return c.fireWith(this,arguments),this},fired:function(){return!!i}};return c},E.extend({Deferred:function(t){var e=[["notify","progress",E.Callbacks("memory"),E.Callbacks("memory"),2],["resolve","done",E.Callbacks("once memory"),E.Callbacks("once memory"),0,"resolved"],["reject","fail",E.Callbacks("once memory"),E.Callbacks("once memory"),1,"rejected"]],i="pending",o={state:function(){return i},always:function(){return r.done(arguments).fail(arguments),this},catch:function(t){return o.then(null,t)},pipe:function(){var t=arguments;return E.Deferred((function(n){E.each(e,(function(e,i){var o=m(t[i[4]])&&t[i[4]];r[i[1]]((function(){var t=o&&o.apply(this,arguments);t&&m(t.promise)?t.promise().progress(n.notify).done(n.resolve).fail(n.reject):n[i[0]+"With"](this,o?[t]:arguments)}))})),t=null})).promise()},then:function(t,i,o){var r=0;function a(t,e,i,o){return function(){var s=this,u=arguments,c=function(){var n,c;if(!(t<r)){if((n=i.apply(s,u))===e.promise())throw new TypeError("Thenable self-resolution");c=n&&("object"==typeof n||"function"==typeof n)&&n.then,m(c)?o?c.call(n,a(r,e,H,o),a(r,e,F,o)):(r++,c.call(n,a(r,e,H,o),a(r,e,F,o),a(r,e,H,e.notifyWith))):(i!==H&&(s=void 0,u=[n]),(o||e.resolveWith)(s,u))}},l=o?c:function(){try{c()}catch(n){E.Deferred.exceptionHook&&E.Deferred.exceptionHook(n,l.stackTrace),t+1>=r&&(i!==F&&(s=void 0,u=[n]),e.rejectWith(s,u))}};t?l():(E.Deferred.getStackHook&&(l.stackTrace=E.Deferred.getStackHook()),n.setTimeout(l))}}return E.Deferred((function(n){e[0][3].add(a(0,n,m(o)?o:H,n.notifyWith)),e[1][3].add(a(0,n,m(t)?t:H)),e[2][3].add(a(0,n,m(i)?i:F))})).promise()},promise:function(t){return null!=t?E.extend(t,o):o}},r={};return E.each(e,(function(t,n){var a=n[2],s=n[5];o[n[1]]=a.add,s&&a.add((function(){i=s}),e[3-t][2].disable,e[3-t][3].disable,e[0][2].lock,e[0][3].lock),a.add(n[3].fire),r[n[0]]=function(){return r[n[0]+"With"](this===r?void 0:this,arguments),this},r[n[0]+"With"]=a.fireWith})),o.promise(r),t&&t.call(r,r),r},when:function(t){var e=arguments.length,n=e,i=Array(n),o=u.call(arguments),r=E.Deferred(),a=function(t){return function(n){i[t]=this,o[t]=arguments.length>1?u.call(arguments):n,--e||r.resolveWith(i,o)}};if(e<=1&&(q(t,r.done(a(n)).resolve,r.reject,!e),"pending"===r.state()||m(o[n]&&o[n].then)))return r.then();for(;n--;)q(o[n],a(n),r.reject);return r.promise()}});var Q=/^(Eval|Internal|Range|Reference|Syntax|Type|URI)Error$/;E.Deferred.exceptionHook=function(t,e){n.console&&n.console.warn&&t&&Q.test(t.name)&&n.console.warn("jQuery.Deferred exception: "+t.message,t.stack,e)},E.readyException=function(t){n.setTimeout((function(){throw t}))};var Y=E.Deferred();function z(){a.removeEventListener("DOMContentLoaded",z),n.removeEventListener("load",z),E.ready()}E.fn.ready=function(t){return Y.then(t).catch((function(t){E.readyException(t)})),this},E.extend({isReady:!1,readyWait:1,ready:function(t){(!0===t?--E.readyWait:E.isReady)||(E.isReady=!0,!0!==t&&--E.readyWait>0||Y.resolveWith(a,[E]))}}),E.ready.then=Y.then,"complete"===a.readyState||"loading"!==a.readyState&&!a.documentElement.doScroll?n.setTimeout(E.ready):(a.addEventListener("DOMContentLoaded",z),n.addEventListener("load",z));var U=function(t,e,n,i,o,r,a){var s=0,u=t.length,c=null==n;if("object"===x(n))for(s in o=!0,n)U(t,e,s,n[s],!0,r,a);else if(void 0!==i&&(o=!0,m(i)||(a=!0),c&&(a?(e.call(t,i),e=null):(c=e,e=function(t,e,n){return c.call(E(t),n)})),e))for(;s<u;s++)e(t[s],n,a?i:i.call(t[s],s,e(t[s],n)));return o?t:c?e.call(t):u?e(t[0],n):r},_=/^-ms-/,G=/-([a-z])/g;function X(t,e){return e.toUpperCase()}function W(t){return t.replace(_,"ms-").replace(G,X)}var Z=function(t){return 1===t.nodeType||9===t.nodeType||!+t.nodeType};function J(){this.expando=E.expando+J.uid++}J.uid=1,J.prototype={cache:function(t){var e=t[this.expando];return e||(e={},Z(t)&&(t.nodeType?t[this.expando]=e:Object.defineProperty(t,this.expando,{value:e,configurable:!0}))),e},set:function(t,e,n){var i,o=this.cache(t);if("string"==typeof e)o[W(e)]=n;else for(i in e)o[W(i)]=e[i];return o},get:function(t,e){return void 0===e?this.cache(t):t[this.expando]&&t[this.expando][W(e)]},access:function(t,e,n){return void 0===e||e&&"string"==typeof e&&void 0===n?this.get(t,e):(this.set(t,e,n),void 0!==n?n:e)},remove:function(t,e){var n,i=t[this.expando];if(void 0!==i){if(void 0!==e){n=(e=Array.isArray(e)?e.map(W):(e=W(e))in i?[e]:e.match(j)||[]).length;for(;n--;)delete i[e[n]]}(void 0===e||E.isEmptyObject(i))&&(t.nodeType?t[this.expando]=void 0:delete t[this.expando])}},hasData:function(t){var e=t[this.expando];return void 0!==e&&!E.isEmptyObject(e)}};var K=new J,$=new J,tt=/^(?:\{[\w\W]*\}|\[[\w\W]*\])$/,et=/[A-Z]/g;function nt(t,e,n){var i;if(void 0===n&&1===t.nodeType)if(i="data-"+e.replace(et,"-$&").toLowerCase(),"string"==typeof(n=t.getAttribute(i))){try{n=function(t){return"true"===t||"false"!==t&&("null"===t?null:t===+t+""?+t:tt.test(t)?JSON.parse(t):t)}(n)}catch(t){}$.set(t,e,n)}else n=void 0;return n}E.extend({hasData:function(t){return $.hasData(t)||K.hasData(t)},data:function(t,e,n){return $.access(t,e,n)},removeData:function(t,e){$.remove(t,e)},_data:function(t,e,n){return K.access(t,e,n)},_removeData:function(t,e){K.remove(t,e)}}),E.fn.extend({data:function(t,e){var n,i,o,r=this[0],a=r&&r.attributes;if(void 0===t){if(this.length&&(o=$.get(r),1===r.nodeType&&!K.get(r,"hasDataAttrs"))){for(n=a.length;n--;)a[n]&&0===(i=a[n].name).indexOf("data-")&&(i=W(i.slice(5)),nt(r,i,o[i]));K.set(r,"hasDataAttrs",!0)}return o}return"object"==typeof t?this.each((function(){$.set(this,t)})):U(this,(function(e){var n;if(r&&void 0===e)return void 0!==(n=$.get(r,t))||void 0!==(n=nt(r,t))?n:void 0;this.each((function(){$.set(this,t,e)}))}),null,e,arguments.length>1,null,!0)},removeData:function(t){return this.each((function(){$.remove(this,t)}))}}),E.extend({queue:function(t,e,n){var i;if(t)return e=(e||"fx")+"queue",i=K.get(t,e),n&&(!i||Array.isArray(n)?i=K.access(t,e,E.makeArray(n)):i.push(n)),i||[]},dequeue:function(t,e){e=e||"fx";var n=E.queue(t,e),i=n.length,o=n.shift(),r=E._queueHooks(t,e);"inprogress"===o&&(o=n.shift(),i--),o&&("fx"===e&&n.unshift("inprogress"),delete r.stop,o.call(t,(function(){E.dequeue(t,e)}),r)),!i&&r&&r.empty.fire()},_queueHooks:function(t,e){var n=e+"queueHooks";return K.get(t,n)||K.access(t,n,{empty:E.Callbacks("once memory").add((function(){K.remove(t,[e+"queue",n])}))})}}),E.fn.extend({queue:function(t,e){var n=2;return"string"!=typeof t&&(e=t,t="fx",n--),arguments.length<n?E.queue(this[0],t):void 0===e?this:this.each((function(){var n=E.queue(this,t,e);E._queueHooks(this,t),"fx"===t&&"inprogress"!==n[0]&&E.dequeue(this,t)}))},dequeue:function(t){return this.each((function(){E.dequeue(this,t)}))},clearQueue:function(t){return this.queue(t||"fx",[])},promise:function(t,e){var n,i=1,o=E.Deferred(),r=this,a=this.length,s=function(){--i||o.resolveWith(r,[r])};for("string"!=typeof t&&(e=t,t=void 0),t=t||"fx";a--;)(n=K.get(r[a],t+"queueHooks"))&&n.empty&&(i++,n.empty.add(s));return s(),o.promise(e)}});var it=/[+-]?(?:\d*\.|)\d+(?:[eE][+-]?\d+|)/.source,ot=new RegExp("^(?:([+-])=|)("+it+")([a-z%]*)$","i"),rt=["Top","Right","Bottom","Left"],at=function(t,e){return"none"===(t=e||t).style.display||""===t.style.display&&E.contains(t.ownerDocument,t)&&"none"===E.css(t,"display")},st=function(t,e,n,i){var o,r,a={};for(r in e)a[r]=t.style[r],t.style[r]=e[r];for(r in o=n.apply(t,i||[]),e)t.style[r]=a[r];return o};function ut(t,e,n,i){var o,r,a=20,s=i?function(){return i.cur()}:function(){return E.css(t,e,"")},u=s(),c=n&&n[3]||(E.cssNumber[e]?"":"px"),l=(E.cssNumber[e]||"px"!==c&&+u)&&ot.exec(E.css(t,e));if(l&&l[3]!==c){for(u/=2,c=c||l[3],l=+u||1;a--;)E.style(t,e,l+c),(1-r)*(1-(r=s()/u||.5))<=0&&(a=0),l/=r;l*=2,E.style(t,e,l+c),n=n||[]}return n&&(l=+l||+u||0,o=n[1]?l+(n[1]+1)*n[2]:+n[2],i&&(i.unit=c,i.start=l,i.end=o)),o}var ct={};function lt(t){var e,n=t.ownerDocument,i=t.nodeName,o=ct[i];return o||(e=n.body.appendChild(n.createElement(i)),o=E.css(e,"display"),e.parentNode.removeChild(e),"none"===o&&(o="block"),ct[i]=o,o)}function pt(t,e){for(var n,i,o=[],r=0,a=t.length;r<a;r++)(i=t[r]).style&&(n=i.style.display,e?("none"===n&&(o[r]=K.get(i,"display")||null,o[r]||(i.style.display="")),""===i.style.display&&at(i)&&(o[r]=lt(i))):"none"!==n&&(o[r]="none",K.set(i,"display",n)));for(r=0;r<a;r++)null!=o[r]&&(t[r].style.display=o[r]);return t}E.fn.extend({show:function(){return pt(this,!0)},hide:function(){return pt(this)},toggle:function(t){return"boolean"==typeof t?t?this.show():this.hide():this.each((function(){at(this)?E(this).show():E(this).hide()}))}});var ft=/^(?:checkbox|radio)$/i,dt=/<([a-z][^\/\0>\x20\t\r\n\f]+)/i,At=/^$|^module$|\/(?:java|ecma)script/i,ht={option:[1,"<select multiple='multiple'>","</select>"],thead:[1,"<table>","</table>"],col:[2,"<table><colgroup>","</colgroup></table>"],tr:[2,"<table><tbody>","</tbody></table>"],td:[3,"<table><tbody><tr>","</tr></tbody></table>"],_default:[0,"",""]};function gt(t,e){var n;return n=void 0!==t.getElementsByTagName?t.getElementsByTagName(e||"*"):void 0!==t.querySelectorAll?t.querySelectorAll(e||"*"):[],void 0===e||e&&S(t,e)?E.merge([t],n):n}function vt(t,e){for(var n=0,i=t.length;n<i;n++)K.set(t[n],"globalEval",!e||K.get(e[n],"globalEval"))}ht.optgroup=ht.option,ht.tbody=ht.tfoot=ht.colgroup=ht.caption=ht.thead,ht.th=ht.td;var mt,bt,Ct=/<|&#?\w+;/;function yt(t,e,n,i,o){for(var r,a,s,u,c,l,p=e.createDocumentFragment(),f=[],d=0,A=t.length;d<A;d++)if((r=t[d])||0===r)if("object"===x(r))E.merge(f,r.nodeType?[r]:r);else if(Ct.test(r)){for(a=a||p.appendChild(e.createElement("div")),s=(dt.exec(r)||["",""])[1].toLowerCase(),u=ht[s]||ht._default,a.innerHTML=u[1]+E.htmlPrefilter(r)+u[2],l=u[0];l--;)a=a.lastChild;E.merge(f,a.childNodes),(a=p.firstChild).textContent=""}else f.push(e.createTextNode(r));for(p.textContent="",d=0;r=f[d++];)if(i&&E.inArray(r,i)>-1)o&&o.push(r);else if(c=E.contains(r.ownerDocument,r),a=gt(p.appendChild(r),"script"),c&&vt(a),n)for(l=0;r=a[l++];)At.test(r.type||"")&&n.push(r);return p}mt=a.createDocumentFragment().appendChild(a.createElement("div")),(bt=a.createElement("input")).setAttribute("type","radio"),bt.setAttribute("checked","checked"),bt.setAttribute("name","t"),mt.appendChild(bt),v.checkClone=mt.cloneNode(!0).cloneNode(!0).lastChild.checked,mt.innerHTML="<textarea>x</textarea>",v.noCloneChecked=!!mt.cloneNode(!0).lastChild.defaultValue;var xt=a.documentElement,Et=/^key/,wt=/^(?:mouse|pointer|contextmenu|drag|drop)|click/,kt=/^([^.]*)(?:\.(.+)|)/;function Bt(){return!0}function Dt(){return!1}function Tt(){try{return a.activeElement}catch(t){}}function Ot(t,e,n,i,o,r){var a,s;if("object"==typeof e){for(s in"string"!=typeof n&&(i=i||n,n=void 0),e)Ot(t,s,n,i,e[s],r);return t}if(null==i&&null==o?(o=n,i=n=void 0):null==o&&("string"==typeof n?(o=i,i=void 0):(o=i,i=n,n=void 0)),!1===o)o=Dt;else if(!o)return t;return 1===r&&(a=o,(o=function(t){return E().off(t),a.apply(this,arguments)}).guid=a.guid||(a.guid=E.guid++)),t.each((function(){E.event.add(this,e,o,i,n)}))}E.event={global:{},add:function(t,e,n,i,o){var r,a,s,u,c,l,p,f,d,A,h,g=K.get(t);if(g)for(n.handler&&(n=(r=n).handler,o=r.selector),o&&E.find.matchesSelector(xt,o),n.guid||(n.guid=E.guid++),(u=g.events)||(u=g.events={}),(a=g.handle)||(a=g.handle=function(e){return void 0!==E&&E.event.triggered!==e.type?E.event.dispatch.apply(t,arguments):void 0}),c=(e=(e||"").match(j)||[""]).length;c--;)d=h=(s=kt.exec(e[c])||[])[1],A=(s[2]||"").split(".").sort(),d&&(p=E.event.special[d]||{},d=(o?p.delegateType:p.bindType)||d,p=E.event.special[d]||{},l=E.extend({type:d,origType:h,data:i,handler:n,guid:n.guid,selector:o,needsContext:o&&E.expr.match.needsContext.test(o),namespace:A.join(".")},r),(f=u[d])||((f=u[d]=[]).delegateCount=0,p.setup&&!1!==p.setup.call(t,i,A,a)||t.addEventListener&&t.addEventListener(d,a)),p.add&&(p.add.call(t,l),l.handler.guid||(l.handler.guid=n.guid)),o?f.splice(f.delegateCount++,0,l):f.push(l),E.event.global[d]=!0)},remove:function(t,e,n,i,o){var r,a,s,u,c,l,p,f,d,A,h,g=K.hasData(t)&&K.get(t);if(g&&(u=g.events)){for(c=(e=(e||"").match(j)||[""]).length;c--;)if(d=h=(s=kt.exec(e[c])||[])[1],A=(s[2]||"").split(".").sort(),d){for(p=E.event.special[d]||{},f=u[d=(i?p.delegateType:p.bindType)||d]||[],s=s[2]&&new RegExp("(^|\\.)"+A.join("\\.(?:.*\\.|)")+"(\\.|$)"),a=r=f.length;r--;)l=f[r],!o&&h!==l.origType||n&&n.guid!==l.guid||s&&!s.test(l.namespace)||i&&i!==l.selector&&("**"!==i||!l.selector)||(f.splice(r,1),l.selector&&f.delegateCount--,p.remove&&p.remove.call(t,l));a&&!f.length&&(p.teardown&&!1!==p.teardown.call(t,A,g.handle)||E.removeEvent(t,d,g.handle),delete u[d])}else for(d in u)E.event.remove(t,d+e[c],n,i,!0);E.isEmptyObject(u)&&K.remove(t,"handle events")}},dispatch:function(t){var e,n,i,o,r,a,s=E.event.fix(t),u=new Array(arguments.length),c=(K.get(this,"events")||{})[s.type]||[],l=E.event.special[s.type]||{};for(u[0]=s,e=1;e<arguments.length;e++)u[e]=arguments[e];if(s.delegateTarget=this,!l.preDispatch||!1!==l.preDispatch.call(this,s)){for(a=E.event.handlers.call(this,s,c),e=0;(o=a[e++])&&!s.isPropagationStopped();)for(s.currentTarget=o.elem,n=0;(r=o.handlers[n++])&&!s.isImmediatePropagationStopped();)s.rnamespace&&!s.rnamespace.test(r.namespace)||(s.handleObj=r,s.data=r.data,void 0!==(i=((E.event.special[r.origType]||{}).handle||r.handler).apply(o.elem,u))&&!1===(s.result=i)&&(s.preventDefault(),s.stopPropagation()));return l.postDispatch&&l.postDispatch.call(this,s),s.result}},handlers:function(t,e){var n,i,o,r,a,s=[],u=e.delegateCount,c=t.target;if(u&&c.nodeType&&!("click"===t.type&&t.button>=1))for(;c!==this;c=c.parentNode||this)if(1===c.nodeType&&("click"!==t.type||!0!==c.disabled)){for(r=[],a={},n=0;n<u;n++)void 0===a[o=(i=e[n]).selector+" "]&&(a[o]=i.needsContext?E(o,this).index(c)>-1:E.find(o,this,null,[c]).length),a[o]&&r.push(i);r.length&&s.push({elem:c,handlers:r})}return c=this,u<e.length&&s.push({elem:c,handlers:e.slice(u)}),s},addProp:function(t,e){Object.defineProperty(E.Event.prototype,t,{enumerable:!0,configurable:!0,get:m(e)?function(){if(this.originalEvent)return e(this.originalEvent)}:function(){if(this.originalEvent)return this.originalEvent[t]},set:function(e){Object.defineProperty(this,t,{enumerable:!0,configurable:!0,writable:!0,value:e})}})},fix:function(t){return t[E.expando]?t:new E.Event(t)},special:{load:{noBubble:!0},focus:{trigger:function(){if(this!==Tt()&&this.focus)return this.focus(),!1},delegateType:"focusin"},blur:{trigger:function(){if(this===Tt()&&this.blur)return this.blur(),!1},delegateType:"focusout"},click:{trigger:function(){if("checkbox"===this.type&&this.click&&S(this,"input"))return this.click(),!1},_default:function(t){return S(t.target,"a")}},beforeunload:{postDispatch:function(t){void 0!==t.result&&t.originalEvent&&(t.originalEvent.returnValue=t.result)}}}},E.removeEvent=function(t,e,n){t.removeEventListener&&t.removeEventListener(e,n)},E.Event=function(t,e){if(!(this instanceof E.Event))return new E.Event(t,e);t&&t.type?(this.originalEvent=t,this.type=t.type,this.isDefaultPrevented=t.defaultPrevented||void 0===t.defaultPrevented&&!1===t.returnValue?Bt:Dt,this.target=t.target&&3===t.target.nodeType?t.target.parentNode:t.target,this.currentTarget=t.currentTarget,this.relatedTarget=t.relatedTarget):this.type=t,e&&E.extend(this,e),this.timeStamp=t&&t.timeStamp||Date.now(),this[E.expando]=!0},E.Event.prototype={constructor:E.Event,isDefaultPrevented:Dt,isPropagationStopped:Dt,isImmediatePropagationStopped:Dt,isSimulated:!1,preventDefault:function(){var t=this.originalEvent;this.isDefaultPrevented=Bt,t&&!this.isSimulated&&t.preventDefault()},stopPropagation:function(){var t=this.originalEvent;this.isPropagationStopped=Bt,t&&!this.isSimulated&&t.stopPropagation()},stopImmediatePropagation:function(){var t=this.originalEvent;this.isImmediatePropagationStopped=Bt,t&&!this.isSimulated&&t.stopImmediatePropagation(),this.stopPropagation()}},E.each({altKey:!0,bubbles:!0,cancelable:!0,changedTouches:!0,ctrlKey:!0,detail:!0,eventPhase:!0,metaKey:!0,pageX:!0,pageY:!0,shiftKey:!0,view:!0,char:!0,charCode:!0,key:!0,keyCode:!0,button:!0,buttons:!0,clientX:!0,clientY:!0,offsetX:!0,offsetY:!0,pointerId:!0,pointerType:!0,screenX:!0,screenY:!0,targetTouches:!0,toElement:!0,touches:!0,which:function(t){var e=t.button;return null==t.which&&Et.test(t.type)?null!=t.charCode?t.charCode:t.keyCode:!t.which&&void 0!==e&&wt.test(t.type)?1&e?1:2&e?3:4&e?2:0:t.which}},E.event.addProp),E.each({mouseenter:"mouseover",mouseleave:"mouseout",pointerenter:"pointerover",pointerleave:"pointerout"},(function(t,e){E.event.special[t]={delegateType:e,bindType:e,handle:function(t){var n,i=this,o=t.relatedTarget,r=t.handleObj;return o&&(o===i||E.contains(i,o))||(t.type=r.origType,n=r.handler.apply(this,arguments),t.type=e),n}}})),E.fn.extend({on:function(t,e,n,i){return Ot(this,t,e,n,i)},one:function(t,e,n,i){return Ot(this,t,e,n,i,1)},off:function(t,e,n){var i,o;if(t&&t.preventDefault&&t.handleObj)return i=t.handleObj,E(t.delegateTarget).off(i.namespace?i.origType+"."+i.namespace:i.origType,i.selector,i.handler),this;if("object"==typeof t){for(o in t)this.off(o,e,t[o]);return this}return!1!==e&&"function"!=typeof e||(n=e,e=void 0),!1===n&&(n=Dt),this.each((function(){E.event.remove(this,t,n,e)}))}});var St=/<(?!area|br|col|embed|hr|img|input|link|meta|param)(([a-z][^\/\0>\x20\t\r\n\f]*)[^>]*)\/>/gi,Vt=/<script|<style|<link/i,It=/checked\s*(?:[^=]|=\s*.checked.)/i,Pt=/^\s*<!(?:\[CDATA\[|--)|(?:\]\]|--)>\s*$/g;function Rt(t,e){return S(t,"table")&&S(11!==e.nodeType?e:e.firstChild,"tr")&&E(t).children("tbody")[0]||t}function Mt(t){return t.type=(null!==t.getAttribute("type"))+"/"+t.type,t}function Lt(t){return"true/"===(t.type||"").slice(0,5)?t.type=t.type.slice(5):t.removeAttribute("type"),t}function Nt(t,e){var n,i,o,r,a,s,u,c;if(1===e.nodeType){if(K.hasData(t)&&(r=K.access(t),a=K.set(e,r),c=r.events))for(o in delete a.handle,a.events={},c)for(n=0,i=c[o].length;n<i;n++)E.event.add(e,o,c[o][n]);$.hasData(t)&&(s=$.access(t),u=E.extend({},s),$.set(e,u))}}function jt(t,e){var n=e.nodeName.toLowerCase();"input"===n&&ft.test(t.type)?e.checked=t.checked:"input"!==n&&"textarea"!==n||(e.defaultValue=t.defaultValue)}function Ht(t,e,n,i){e=c.apply([],e);var o,r,a,s,u,l,p=0,f=t.length,d=f-1,A=e[0],h=m(A);if(h||f>1&&"string"==typeof A&&!v.checkClone&&It.test(A))return t.each((function(o){var r=t.eq(o);h&&(e[0]=A.call(this,o,r.html())),Ht(r,e,n,i)}));if(f&&(r=(o=yt(e,t[0].ownerDocument,!1,t,i)).firstChild,1===o.childNodes.length&&(o=r),r||i)){for(s=(a=E.map(gt(o,"script"),Mt)).length;p<f;p++)u=o,p!==d&&(u=E.clone(u,!0,!0),s&&E.merge(a,gt(u,"script"))),n.call(t[p],u,p);if(s)for(l=a[a.length-1].ownerDocument,E.map(a,Lt),p=0;p<s;p++)u=a[p],At.test(u.type||"")&&!K.access(u,"globalEval")&&E.contains(l,u)&&(u.src&&"module"!==(u.type||"").toLowerCase()?E._evalUrl&&E._evalUrl(u.src):y(u.textContent.replace(Pt,""),l,u))}return t}function Ft(t,e,n){for(var i,o=e?E.filter(e,t):t,r=0;null!=(i=o[r]);r++)n||1!==i.nodeType||E.cleanData(gt(i)),i.parentNode&&(n&&E.contains(i.ownerDocument,i)&&vt(gt(i,"script")),i.parentNode.removeChild(i));return t}E.extend({htmlPrefilter:function(t){return t.replace(St,"<$1></$2>")},clone:function(t,e,n){var i,o,r,a,s=t.cloneNode(!0),u=E.contains(t.ownerDocument,t);if(!(v.noCloneChecked||1!==t.nodeType&&11!==t.nodeType||E.isXMLDoc(t)))for(a=gt(s),i=0,o=(r=gt(t)).length;i<o;i++)jt(r[i],a[i]);if(e)if(n)for(r=r||gt(t),a=a||gt(s),i=0,o=r.length;i<o;i++)Nt(r[i],a[i]);else Nt(t,s);return(a=gt(s,"script")).length>0&&vt(a,!u&&gt(t,"script")),s},cleanData:function(t){for(var e,n,i,o=E.event.special,r=0;void 0!==(n=t[r]);r++)if(Z(n)){if(e=n[K.expando]){if(e.events)for(i in e.events)o[i]?E.event.remove(n,i):E.removeEvent(n,i,e.handle);n[K.expando]=void 0}n[$.expando]&&(n[$.expando]=void 0)}}}),E.fn.extend({detach:function(t){return Ft(this,t,!0)},remove:function(t){return Ft(this,t)},text:function(t){return U(this,(function(t){return void 0===t?E.text(this):this.empty().each((function(){1!==this.nodeType&&11!==this.nodeType&&9!==this.nodeType||(this.textContent=t)}))}),null,t,arguments.length)},append:function(){return Ht(this,arguments,(function(t){1!==this.nodeType&&11!==this.nodeType&&9!==this.nodeType||Rt(this,t).appendChild(t)}))},prepend:function(){return Ht(this,arguments,(function(t){if(1===this.nodeType||11===this.nodeType||9===this.nodeType){var e=Rt(this,t);e.insertBefore(t,e.firstChild)}}))},before:function(){return Ht(this,arguments,(function(t){this.parentNode&&this.parentNode.insertBefore(t,this)}))},after:function(){return Ht(this,arguments,(function(t){this.parentNode&&this.parentNode.insertBefore(t,this.nextSibling)}))},empty:function(){for(var t,e=0;null!=(t=this[e]);e++)1===t.nodeType&&(E.cleanData(gt(t,!1)),t.textContent="");return this},clone:function(t,e){return t=null!=t&&t,e=null==e?t:e,this.map((function(){return E.clone(this,t,e)}))},html:function(t){return U(this,(function(t){var e=this[0]||{},n=0,i=this.length;if(void 0===t&&1===e.nodeType)return e.innerHTML;if("string"==typeof t&&!Vt.test(t)&&!ht[(dt.exec(t)||["",""])[1].toLowerCase()]){t=E.htmlPrefilter(t);try{for(;n<i;n++)1===(e=this[n]||{}).nodeType&&(E.cleanData(gt(e,!1)),e.innerHTML=t);e=0}catch(t){}}e&&this.empty().append(t)}),null,t,arguments.length)},replaceWith:function(){var t=[];return Ht(this,arguments,(function(e){var n=this.parentNode;E.inArray(this,t)<0&&(E.cleanData(gt(this)),n&&n.replaceChild(e,this))}),t)}}),E.each({appendTo:"append",prependTo:"prepend",insertBefore:"before",insertAfter:"after",replaceAll:"replaceWith"},(function(t,e){E.fn[t]=function(t){for(var n,i=[],o=E(t),r=o.length-1,a=0;a<=r;a++)n=a===r?this:this.clone(!0),E(o[a])[e](n),l.apply(i,n.get());return this.pushStack(i)}}));var qt=new RegExp("^("+it+")(?!px)[a-z%]+$","i"),Qt=function(t){var e=t.ownerDocument.defaultView;return e&&e.opener||(e=n),e.getComputedStyle(t)},Yt=new RegExp(rt.join("|"),"i");function zt(t,e,n){var i,o,r,a,s=t.style;return(n=n||Qt(t))&&(""!==(a=n.getPropertyValue(e)||n[e])||E.contains(t.ownerDocument,t)||(a=E.style(t,e)),!v.pixelBoxStyles()&&qt.test(a)&&Yt.test(e)&&(i=s.width,o=s.minWidth,r=s.maxWidth,s.minWidth=s.maxWidth=s.width=a,a=n.width,s.width=i,s.minWidth=o,s.maxWidth=r)),void 0!==a?a+"":a}function Ut(t,e){return{get:function(){if(!t())return(this.get=e).apply(this,arguments);delete this.get}}}!function(){function t(){if(l){c.style.cssText="position:absolute;left:-11111px;width:60px;margin-top:1px;padding:0;border:0",l.style.cssText="position:relative;display:block;box-sizing:border-box;overflow:scroll;margin:auto;border:1px;padding:1px;width:60%;top:1%",xt.appendChild(c).appendChild(l);var t=n.getComputedStyle(l);i="1%"!==t.top,u=12===e(t.marginLeft),l.style.right="60%",s=36===e(t.right),o=36===e(t.width),l.style.position="absolute",r=36===l.offsetWidth||"absolute",xt.removeChild(c),l=null}}function e(t){return Math.round(parseFloat(t))}var i,o,r,s,u,c=a.createElement("div"),l=a.createElement("div");l.style&&(l.style.backgroundClip="content-box",l.cloneNode(!0).style.backgroundClip="",v.clearCloneStyle="content-box"===l.style.backgroundClip,E.extend(v,{boxSizingReliable:function(){return t(),o},pixelBoxStyles:function(){return t(),s},pixelPosition:function(){return t(),i},reliableMarginLeft:function(){return t(),u},scrollboxSize:function(){return t(),r}}))}();var _t=/^(none|table(?!-c[ea]).+)/,Gt=/^--/,Xt={position:"absolute",visibility:"hidden",display:"block"},Wt={letterSpacing:"0",fontWeight:"400"},Zt=["Webkit","Moz","ms"],Jt=a.createElement("div").style;function Kt(t){var e=E.cssProps[t];return e||(e=E.cssProps[t]=function(t){if(t in Jt)return t;for(var e=t[0].toUpperCase()+t.slice(1),n=Zt.length;n--;)if((t=Zt[n]+e)in Jt)return t}(t)||t),e}function $t(t,e,n){var i=ot.exec(e);return i?Math.max(0,i[2]-(n||0))+(i[3]||"px"):e}function te(t,e,n,i,o,r){var a="width"===e?1:0,s=0,u=0;if(n===(i?"border":"content"))return 0;for(;a<4;a+=2)"margin"===n&&(u+=E.css(t,n+rt[a],!0,o)),i?("content"===n&&(u-=E.css(t,"padding"+rt[a],!0,o)),"margin"!==n&&(u-=E.css(t,"border"+rt[a]+"Width",!0,o))):(u+=E.css(t,"padding"+rt[a],!0,o),"padding"!==n?u+=E.css(t,"border"+rt[a]+"Width",!0,o):s+=E.css(t,"border"+rt[a]+"Width",!0,o));return!i&&r>=0&&(u+=Math.max(0,Math.ceil(t["offset"+e[0].toUpperCase()+e.slice(1)]-r-u-s-.5))),u}function ee(t,e,n){var i=Qt(t),o=zt(t,e,i),r="border-box"===E.css(t,"boxSizing",!1,i),a=r;if(qt.test(o)){if(!n)return o;o="auto"}return a=a&&(v.boxSizingReliable()||o===t.style[e]),("auto"===o||!parseFloat(o)&&"inline"===E.css(t,"display",!1,i))&&(o=t["offset"+e[0].toUpperCase()+e.slice(1)],a=!0),(o=parseFloat(o)||0)+te(t,e,n||(r?"border":"content"),a,i,o)+"px"}function ne(t,e,n,i,o){return new ne.prototype.init(t,e,n,i,o)}E.extend({cssHooks:{opacity:{get:function(t,e){if(e){var n=zt(t,"opacity");return""===n?"1":n}}}},cssNumber:{animationIterationCount:!0,columnCount:!0,fillOpacity:!0,flexGrow:!0,flexShrink:!0,fontWeight:!0,lineHeight:!0,opacity:!0,order:!0,orphans:!0,widows:!0,zIndex:!0,zoom:!0},cssProps:{},style:function(t,e,n,i){if(t&&3!==t.nodeType&&8!==t.nodeType&&t.style){var o,r,a,s=W(e),u=Gt.test(e),c=t.style;if(u||(e=Kt(s)),a=E.cssHooks[e]||E.cssHooks[s],void 0===n)return a&&"get"in a&&void 0!==(o=a.get(t,!1,i))?o:c[e];"string"===(r=typeof n)&&(o=ot.exec(n))&&o[1]&&(n=ut(t,e,o),r="number"),null!=n&&n==n&&("number"===r&&(n+=o&&o[3]||(E.cssNumber[s]?"":"px")),v.clearCloneStyle||""!==n||0!==e.indexOf("background")||(c[e]="inherit"),a&&"set"in a&&void 0===(n=a.set(t,n,i))||(u?c.setProperty(e,n):c[e]=n))}},css:function(t,e,n,i){var o,r,a,s=W(e);return Gt.test(e)||(e=Kt(s)),(a=E.cssHooks[e]||E.cssHooks[s])&&"get"in a&&(o=a.get(t,!0,n)),void 0===o&&(o=zt(t,e,i)),"normal"===o&&e in Wt&&(o=Wt[e]),""===n||n?(r=parseFloat(o),!0===n||isFinite(r)?r||0:o):o}}),E.each(["height","width"],(function(t,e){E.cssHooks[e]={get:function(t,n,i){if(n)return!_t.test(E.css(t,"display"))||t.getClientRects().length&&t.getBoundingClientRect().width?ee(t,e,i):st(t,Xt,(function(){return ee(t,e,i)}))},set:function(t,n,i){var o,r=Qt(t),a="border-box"===E.css(t,"boxSizing",!1,r),s=i&&te(t,e,i,a,r);return a&&v.scrollboxSize()===r.position&&(s-=Math.ceil(t["offset"+e[0].toUpperCase()+e.slice(1)]-parseFloat(r[e])-te(t,e,"border",!1,r)-.5)),s&&(o=ot.exec(n))&&"px"!==(o[3]||"px")&&(t.style[e]=n,n=E.css(t,e)),$t(0,n,s)}}})),E.cssHooks.marginLeft=Ut(v.reliableMarginLeft,(function(t,e){if(e)return(parseFloat(zt(t,"marginLeft"))||t.getBoundingClientRect().left-st(t,{marginLeft:0},(function(){return t.getBoundingClientRect().left})))+"px"})),E.each({margin:"",padding:"",border:"Width"},(function(t,e){E.cssHooks[t+e]={expand:function(n){for(var i=0,o={},r="string"==typeof n?n.split(" "):[n];i<4;i++)o[t+rt[i]+e]=r[i]||r[i-2]||r[0];return o}},"margin"!==t&&(E.cssHooks[t+e].set=$t)})),E.fn.extend({css:function(t,e){return U(this,(function(t,e,n){var i,o,r={},a=0;if(Array.isArray(e)){for(i=Qt(t),o=e.length;a<o;a++)r[e[a]]=E.css(t,e[a],!1,i);return r}return void 0!==n?E.style(t,e,n):E.css(t,e)}),t,e,arguments.length>1)}}),E.Tween=ne,ne.prototype={constructor:ne,init:function(t,e,n,i,o,r){this.elem=t,this.prop=n,this.easing=o||E.easing._default,this.options=e,this.start=this.now=this.cur(),this.end=i,this.unit=r||(E.cssNumber[n]?"":"px")},cur:function(){var t=ne.propHooks[this.prop];return t&&t.get?t.get(this):ne.propHooks._default.get(this)},run:function(t){var e,n=ne.propHooks[this.prop];return this.options.duration?this.pos=e=E.easing[this.easing](t,this.options.duration*t,0,1,this.options.duration):this.pos=e=t,this.now=(this.end-this.start)*e+this.start,this.options.step&&this.options.step.call(this.elem,this.now,this),n&&n.set?n.set(this):ne.propHooks._default.set(this),this}},ne.prototype.init.prototype=ne.prototype,ne.propHooks={_default:{get:function(t){var e;return 1!==t.elem.nodeType||null!=t.elem[t.prop]&&null==t.elem.style[t.prop]?t.elem[t.prop]:(e=E.css(t.elem,t.prop,""))&&"auto"!==e?e:0},set:function(t){E.fx.step[t.prop]?E.fx.step[t.prop](t):1!==t.elem.nodeType||null==t.elem.style[E.cssProps[t.prop]]&&!E.cssHooks[t.prop]?t.elem[t.prop]=t.now:E.style(t.elem,t.prop,t.now+t.unit)}}},ne.propHooks.scrollTop=ne.propHooks.scrollLeft={set:function(t){t.elem.nodeType&&t.elem.parentNode&&(t.elem[t.prop]=t.now)}},E.easing={linear:function(t){return t},swing:function(t){return.5-Math.cos(t*Math.PI)/2},_default:"swing"},E.fx=ne.prototype.init,E.fx.step={};var ie,oe,re=/^(?:toggle|show|hide)$/,ae=/queueHooks$/;function se(){oe&&(!1===a.hidden&&n.requestAnimationFrame?n.requestAnimationFrame(se):n.setTimeout(se,E.fx.interval),E.fx.tick())}function ue(){return n.setTimeout((function(){ie=void 0})),ie=Date.now()}function ce(t,e){var n,i=0,o={height:t};for(e=e?1:0;i<4;i+=2-e)o["margin"+(n=rt[i])]=o["padding"+n]=t;return e&&(o.opacity=o.width=t),o}function le(t,e,n){for(var i,o=(pe.tweeners[e]||[]).concat(pe.tweeners["*"]),r=0,a=o.length;r<a;r++)if(i=o[r].call(n,e,t))return i}function pe(t,e,n){var i,o,r=0,a=pe.prefilters.length,s=E.Deferred().always((function(){delete u.elem})),u=function(){if(o)return!1;for(var e=ie||ue(),n=Math.max(0,c.startTime+c.duration-e),i=1-(n/c.duration||0),r=0,a=c.tweens.length;r<a;r++)c.tweens[r].run(i);return s.notifyWith(t,[c,i,n]),i<1&&a?n:(a||s.notifyWith(t,[c,1,0]),s.resolveWith(t,[c]),!1)},c=s.promise({elem:t,props:E.extend({},e),opts:E.extend(!0,{specialEasing:{},easing:E.easing._default},n),originalProperties:e,originalOptions:n,startTime:ie||ue(),duration:n.duration,tweens:[],createTween:function(e,n){var i=E.Tween(t,c.opts,e,n,c.opts.specialEasing[e]||c.opts.easing);return c.tweens.push(i),i},stop:function(e){var n=0,i=e?c.tweens.length:0;if(o)return this;for(o=!0;n<i;n++)c.tweens[n].run(1);return e?(s.notifyWith(t,[c,1,0]),s.resolveWith(t,[c,e])):s.rejectWith(t,[c,e]),this}}),l=c.props;for(!function(t,e){var n,i,o,r,a;for(n in t)if(o=e[i=W(n)],r=t[n],Array.isArray(r)&&(o=r[1],r=t[n]=r[0]),n!==i&&(t[i]=r,delete t[n]),(a=E.cssHooks[i])&&"expand"in a)for(n in r=a.expand(r),delete t[i],r)n in t||(t[n]=r[n],e[n]=o);else e[i]=o}(l,c.opts.specialEasing);r<a;r++)if(i=pe.prefilters[r].call(c,t,l,c.opts))return m(i.stop)&&(E._queueHooks(c.elem,c.opts.queue).stop=i.stop.bind(i)),i;return E.map(l,le,c),m(c.opts.start)&&c.opts.start.call(t,c),c.progress(c.opts.progress).done(c.opts.done,c.opts.complete).fail(c.opts.fail).always(c.opts.always),E.fx.timer(E.extend(u,{elem:t,anim:c,queue:c.opts.queue})),c}E.Animation=E.extend(pe,{tweeners:{"*":[function(t,e){var n=this.createTween(t,e);return ut(n.elem,t,ot.exec(e),n),n}]},tweener:function(t,e){m(t)?(e=t,t=["*"]):t=t.match(j);for(var n,i=0,o=t.length;i<o;i++)n=t[i],pe.tweeners[n]=pe.tweeners[n]||[],pe.tweeners[n].unshift(e)},prefilters:[function(t,e,n){var i,o,r,a,s,u,c,l,p="width"in e||"height"in e,f=this,d={},A=t.style,h=t.nodeType&&at(t),g=K.get(t,"fxshow");for(i in n.queue||(null==(a=E._queueHooks(t,"fx")).unqueued&&(a.unqueued=0,s=a.empty.fire,a.empty.fire=function(){a.unqueued||s()}),a.unqueued++,f.always((function(){f.always((function(){a.unqueued--,E.queue(t,"fx").length||a.empty.fire()}))}))),e)if(o=e[i],re.test(o)){if(delete e[i],r=r||"toggle"===o,o===(h?"hide":"show")){if("show"!==o||!g||void 0===g[i])continue;h=!0}d[i]=g&&g[i]||E.style(t,i)}if((u=!E.isEmptyObject(e))||!E.isEmptyObject(d))for(i in p&&1===t.nodeType&&(n.overflow=[A.overflow,A.overflowX,A.overflowY],null==(c=g&&g.display)&&(c=K.get(t,"display")),"none"===(l=E.css(t,"display"))&&(c?l=c:(pt([t],!0),c=t.style.display||c,l=E.css(t,"display"),pt([t]))),("inline"===l||"inline-block"===l&&null!=c)&&"none"===E.css(t,"float")&&(u||(f.done((function(){A.display=c})),null==c&&(l=A.display,c="none"===l?"":l)),A.display="inline-block")),n.overflow&&(A.overflow="hidden",f.always((function(){A.overflow=n.overflow[0],A.overflowX=n.overflow[1],A.overflowY=n.overflow[2]}))),u=!1,d)u||(g?"hidden"in g&&(h=g.hidden):g=K.access(t,"fxshow",{display:c}),r&&(g.hidden=!h),h&&pt([t],!0),f.done((function(){for(i in h||pt([t]),K.remove(t,"fxshow"),d)E.style(t,i,d[i])}))),u=le(h?g[i]:0,i,f),i in g||(g[i]=u.start,h&&(u.end=u.start,u.start=0))}],prefilter:function(t,e){e?pe.prefilters.unshift(t):pe.prefilters.push(t)}}),E.speed=function(t,e,n){var i=t&&"object"==typeof t?E.extend({},t):{complete:n||!n&&e||m(t)&&t,duration:t,easing:n&&e||e&&!m(e)&&e};return E.fx.off?i.duration=0:"number"!=typeof i.duration&&(i.duration in E.fx.speeds?i.duration=E.fx.speeds[i.duration]:i.duration=E.fx.speeds._default),null!=i.queue&&!0!==i.queue||(i.queue="fx"),i.old=i.complete,i.complete=function(){m(i.old)&&i.old.call(this),i.queue&&E.dequeue(this,i.queue)},i},E.fn.extend({fadeTo:function(t,e,n,i){return this.filter(at).css("opacity",0).show().end().animate({opacity:e},t,n,i)},animate:function(t,e,n,i){var o=E.isEmptyObject(t),r=E.speed(e,n,i),a=function(){var e=pe(this,E.extend({},t),r);(o||K.get(this,"finish"))&&e.stop(!0)};return a.finish=a,o||!1===r.queue?this.each(a):this.queue(r.queue,a)},stop:function(t,e,n){var i=function(t){var e=t.stop;delete t.stop,e(n)};return"string"!=typeof t&&(n=e,e=t,t=void 0),e&&!1!==t&&this.queue(t||"fx",[]),this.each((function(){var e=!0,o=null!=t&&t+"queueHooks",r=E.timers,a=K.get(this);if(o)a[o]&&a[o].stop&&i(a[o]);else for(o in a)a[o]&&a[o].stop&&ae.test(o)&&i(a[o]);for(o=r.length;o--;)r[o].elem!==this||null!=t&&r[o].queue!==t||(r[o].anim.stop(n),e=!1,r.splice(o,1));!e&&n||E.dequeue(this,t)}))},finish:function(t){return!1!==t&&(t=t||"fx"),this.each((function(){var e,n=K.get(this),i=n[t+"queue"],o=n[t+"queueHooks"],r=E.timers,a=i?i.length:0;for(n.finish=!0,E.queue(this,t,[]),o&&o.stop&&o.stop.call(this,!0),e=r.length;e--;)r[e].elem===this&&r[e].queue===t&&(r[e].anim.stop(!0),r.splice(e,1));for(e=0;e<a;e++)i[e]&&i[e].finish&&i[e].finish.call(this);delete n.finish}))}}),E.each(["toggle","show","hide"],(function(t,e){var n=E.fn[e];E.fn[e]=function(t,i,o){return null==t||"boolean"==typeof t?n.apply(this,arguments):this.animate(ce(e,!0),t,i,o)}})),E.each({slideDown:ce("show"),slideUp:ce("hide"),slideToggle:ce("toggle"),fadeIn:{opacity:"show"},fadeOut:{opacity:"hide"},fadeToggle:{opacity:"toggle"}},(function(t,e){E.fn[t]=function(t,n,i){return this.animate(e,t,n,i)}})),E.timers=[],E.fx.tick=function(){var t,e=0,n=E.timers;for(ie=Date.now();e<n.length;e++)(t=n[e])()||n[e]!==t||n.splice(e--,1);n.length||E.fx.stop(),ie=void 0},E.fx.timer=function(t){E.timers.push(t),E.fx.start()},E.fx.interval=13,E.fx.start=function(){oe||(oe=!0,se())},E.fx.stop=function(){oe=null},E.fx.speeds={slow:600,fast:200,_default:400},E.fn.delay=function(t,e){return t=E.fx&&E.fx.speeds[t]||t,e=e||"fx",this.queue(e,(function(e,i){var o=n.setTimeout(e,t);i.stop=function(){n.clearTimeout(o)}}))},function(){var t=a.createElement("input"),e=a.createElement("select").appendChild(a.createElement("option"));t.type="checkbox",v.checkOn=""!==t.value,v.optSelected=e.selected,(t=a.createElement("input")).value="t",t.type="radio",v.radioValue="t"===t.value}();var fe,de=E.expr.attrHandle;E.fn.extend({attr:function(t,e){return U(this,E.attr,t,e,arguments.length>1)},removeAttr:function(t){return this.each((function(){E.removeAttr(this,t)}))}}),E.extend({attr:function(t,e,n){var i,o,r=t.nodeType;if(3!==r&&8!==r&&2!==r)return void 0===t.getAttribute?E.prop(t,e,n):(1===r&&E.isXMLDoc(t)||(o=E.attrHooks[e.toLowerCase()]||(E.expr.match.bool.test(e)?fe:void 0)),void 0!==n?null===n?void E.removeAttr(t,e):o&&"set"in o&&void 0!==(i=o.set(t,n,e))?i:(t.setAttribute(e,n+""),n):o&&"get"in o&&null!==(i=o.get(t,e))?i:null==(i=E.find.attr(t,e))?void 0:i)},attrHooks:{type:{set:function(t,e){if(!v.radioValue&&"radio"===e&&S(t,"input")){var n=t.value;return t.setAttribute("type",e),n&&(t.value=n),e}}}},removeAttr:function(t,e){var n,i=0,o=e&&e.match(j);if(o&&1===t.nodeType)for(;n=o[i++];)t.removeAttribute(n)}}),fe={set:function(t,e,n){return!1===e?E.removeAttr(t,n):t.setAttribute(n,n),n}},E.each(E.expr.match.bool.source.match(/\w+/g),(function(t,e){var n=de[e]||E.find.attr;de[e]=function(t,e,i){var o,r,a=e.toLowerCase();return i||(r=de[a],de[a]=o,o=null!=n(t,e,i)?a:null,de[a]=r),o}}));var Ae=/^(?:input|select|textarea|button)$/i,he=/^(?:a|area)$/i;function ge(t){return(t.match(j)||[]).join(" ")}function ve(t){return t.getAttribute&&t.getAttribute("class")||""}function me(t){return Array.isArray(t)?t:"string"==typeof t&&t.match(j)||[]}E.fn.extend({prop:function(t,e){return U(this,E.prop,t,e,arguments.length>1)},removeProp:function(t){return this.each((function(){delete this[E.propFix[t]||t]}))}}),E.extend({prop:function(t,e,n){var i,o,r=t.nodeType;if(3!==r&&8!==r&&2!==r)return 1===r&&E.isXMLDoc(t)||(e=E.propFix[e]||e,o=E.propHooks[e]),void 0!==n?o&&"set"in o&&void 0!==(i=o.set(t,n,e))?i:t[e]=n:o&&"get"in o&&null!==(i=o.get(t,e))?i:t[e]},propHooks:{tabIndex:{get:function(t){var e=E.find.attr(t,"tabindex");return e?parseInt(e,10):Ae.test(t.nodeName)||he.test(t.nodeName)&&t.href?0:-1}}},propFix:{for:"htmlFor",class:"className"}}),v.optSelected||(E.propHooks.selected={get:function(t){var e=t.parentNode;return e&&e.parentNode&&e.parentNode.selectedIndex,null},set:function(t){var e=t.parentNode;e&&(e.selectedIndex,e.parentNode&&e.parentNode.selectedIndex)}}),E.each(["tabIndex","readOnly","maxLength","cellSpacing","cellPadding","rowSpan","colSpan","useMap","frameBorder","contentEditable"],(function(){E.propFix[this.toLowerCase()]=this})),E.fn.extend({addClass:function(t){var e,n,i,o,r,a,s,u=0;if(m(t))return this.each((function(e){E(this).addClass(t.call(this,e,ve(this)))}));if((e=me(t)).length)for(;n=this[u++];)if(o=ve(n),i=1===n.nodeType&&" "+ge(o)+" "){for(a=0;r=e[a++];)i.indexOf(" "+r+" ")<0&&(i+=r+" ");o!==(s=ge(i))&&n.setAttribute("class",s)}return this},removeClass:function(t){var e,n,i,o,r,a,s,u=0;if(m(t))return this.each((function(e){E(this).removeClass(t.call(this,e,ve(this)))}));if(!arguments.length)return this.attr("class","");if((e=me(t)).length)for(;n=this[u++];)if(o=ve(n),i=1===n.nodeType&&" "+ge(o)+" "){for(a=0;r=e[a++];)for(;i.indexOf(" "+r+" ")>-1;)i=i.replace(" "+r+" "," ");o!==(s=ge(i))&&n.setAttribute("class",s)}return this},toggleClass:function(t,e){var n=typeof t,i="string"===n||Array.isArray(t);return"boolean"==typeof e&&i?e?this.addClass(t):this.removeClass(t):m(t)?this.each((function(n){E(this).toggleClass(t.call(this,n,ve(this),e),e)})):this.each((function(){var e,o,r,a;if(i)for(o=0,r=E(this),a=me(t);e=a[o++];)r.hasClass(e)?r.removeClass(e):r.addClass(e);else void 0!==t&&"boolean"!==n||((e=ve(this))&&K.set(this,"__className__",e),this.setAttribute&&this.setAttribute("class",e||!1===t?"":K.get(this,"__className__")||""))}))},hasClass:function(t){var e,n,i=0;for(e=" "+t+" ";n=this[i++];)if(1===n.nodeType&&(" "+ge(ve(n))+" ").indexOf(e)>-1)return!0;return!1}});var be=/\r/g;E.fn.extend({val:function(t){var e,n,i,o=this[0];return arguments.length?(i=m(t),this.each((function(n){var o;1===this.nodeType&&(null==(o=i?t.call(this,n,E(this).val()):t)?o="":"number"==typeof o?o+="":Array.isArray(o)&&(o=E.map(o,(function(t){return null==t?"":t+""}))),(e=E.valHooks[this.type]||E.valHooks[this.nodeName.toLowerCase()])&&"set"in e&&void 0!==e.set(this,o,"value")||(this.value=o))}))):o?(e=E.valHooks[o.type]||E.valHooks[o.nodeName.toLowerCase()])&&"get"in e&&void 0!==(n=e.get(o,"value"))?n:"string"==typeof(n=o.value)?n.replace(be,""):null==n?"":n:void 0}}),E.extend({valHooks:{option:{get:function(t){var e=E.find.attr(t,"value");return null!=e?e:ge(E.text(t))}},select:{get:function(t){var e,n,i,o=t.options,r=t.selectedIndex,a="select-one"===t.type,s=a?null:[],u=a?r+1:o.length;for(i=r<0?u:a?r:0;i<u;i++)if(((n=o[i]).selected||i===r)&&!n.disabled&&(!n.parentNode.disabled||!S(n.parentNode,"optgroup"))){if(e=E(n).val(),a)return e;s.push(e)}return s},set:function(t,e){for(var n,i,o=t.options,r=E.makeArray(e),a=o.length;a--;)((i=o[a]).selected=E.inArray(E.valHooks.option.get(i),r)>-1)&&(n=!0);return n||(t.selectedIndex=-1),r}}}}),E.each(["radio","checkbox"],(function(){E.valHooks[this]={set:function(t,e){if(Array.isArray(e))return t.checked=E.inArray(E(t).val(),e)>-1}},v.checkOn||(E.valHooks[this].get=function(t){return null===t.getAttribute("value")?"on":t.value})})),v.focusin="onfocusin"in n;var Ce=/^(?:focusinfocus|focusoutblur)$/,ye=function(t){t.stopPropagation()};E.extend(E.event,{trigger:function(t,e,i,o){var r,s,u,c,l,p,f,d,h=[i||a],g=A.call(t,"type")?t.type:t,v=A.call(t,"namespace")?t.namespace.split("."):[];if(s=d=u=i=i||a,3!==i.nodeType&&8!==i.nodeType&&!Ce.test(g+E.event.triggered)&&(g.indexOf(".")>-1&&(v=g.split("."),g=v.shift(),v.sort()),l=g.indexOf(":")<0&&"on"+g,(t=t[E.expando]?t:new E.Event(g,"object"==typeof t&&t)).isTrigger=o?2:3,t.namespace=v.join("."),t.rnamespace=t.namespace?new RegExp("(^|\\.)"+v.join("\\.(?:.*\\.|)")+"(\\.|$)"):null,t.result=void 0,t.target||(t.target=i),e=null==e?[t]:E.makeArray(e,[t]),f=E.event.special[g]||{},o||!f.trigger||!1!==f.trigger.apply(i,e))){if(!o&&!f.noBubble&&!b(i)){for(c=f.delegateType||g,Ce.test(c+g)||(s=s.parentNode);s;s=s.parentNode)h.push(s),u=s;u===(i.ownerDocument||a)&&h.push(u.defaultView||u.parentWindow||n)}for(r=0;(s=h[r++])&&!t.isPropagationStopped();)d=s,t.type=r>1?c:f.bindType||g,(p=(K.get(s,"events")||{})[t.type]&&K.get(s,"handle"))&&p.apply(s,e),(p=l&&s[l])&&p.apply&&Z(s)&&(t.result=p.apply(s,e),!1===t.result&&t.preventDefault());return t.type=g,o||t.isDefaultPrevented()||f._default&&!1!==f._default.apply(h.pop(),e)||!Z(i)||l&&m(i[g])&&!b(i)&&((u=i[l])&&(i[l]=null),E.event.triggered=g,t.isPropagationStopped()&&d.addEventListener(g,ye),i[g](),t.isPropagationStopped()&&d.removeEventListener(g,ye),E.event.triggered=void 0,u&&(i[l]=u)),t.result}},simulate:function(t,e,n){var i=E.extend(new E.Event,n,{type:t,isSimulated:!0});E.event.trigger(i,null,e)}}),E.fn.extend({trigger:function(t,e){return this.each((function(){E.event.trigger(t,e,this)}))},triggerHandler:function(t,e){var n=this[0];if(n)return E.event.trigger(t,e,n,!0)}}),v.focusin||E.each({focus:"focusin",blur:"focusout"},(function(t,e){var n=function(t){E.event.simulate(e,t.target,E.event.fix(t))};E.event.special[e]={setup:function(){var i=this.ownerDocument||this,o=K.access(i,e);o||i.addEventListener(t,n,!0),K.access(i,e,(o||0)+1)},teardown:function(){var i=this.ownerDocument||this,o=K.access(i,e)-1;o?K.access(i,e,o):(i.removeEventListener(t,n,!0),K.remove(i,e))}}}));var xe=n.location,Ee=Date.now(),we=/\?/;E.parseXML=function(t){var e;if(!t||"string"!=typeof t)return null;try{e=(new n.DOMParser).parseFromString(t,"text/xml")}catch(t){e=void 0}return e&&!e.getElementsByTagName("parsererror").length||E.error("Invalid XML: "+t),e};var ke=/\[\]$/,Be=/\r?\n/g,De=/^(?:submit|button|image|reset|file)$/i,Te=/^(?:input|select|textarea|keygen)/i;function Oe(t,e,n,i){var o;if(Array.isArray(e))E.each(e,(function(e,o){n||ke.test(t)?i(t,o):Oe(t+"["+("object"==typeof o&&null!=o?e:"")+"]",o,n,i)}));else if(n||"object"!==x(e))i(t,e);else for(o in e)Oe(t+"["+o+"]",e[o],n,i)}E.param=function(t,e){var n,i=[],o=function(t,e){var n=m(e)?e():e;i[i.length]=encodeURIComponent(t)+"="+encodeURIComponent(null==n?"":n)};if(Array.isArray(t)||t.jquery&&!E.isPlainObject(t))E.each(t,(function(){o(this.name,this.value)}));else for(n in t)Oe(n,t[n],e,o);return i.join("&")},E.fn.extend({serialize:function(){return E.param(this.serializeArray())},serializeArray:function(){return this.map((function(){var t=E.prop(this,"elements");return t?E.makeArray(t):this})).filter((function(){var t=this.type;return this.name&&!E(this).is(":disabled")&&Te.test(this.nodeName)&&!De.test(t)&&(this.checked||!ft.test(t))})).map((function(t,e){var n=E(this).val();return null==n?null:Array.isArray(n)?E.map(n,(function(t){return{name:e.name,value:t.replace(Be,"\r\n")}})):{name:e.name,value:n.replace(Be,"\r\n")}})).get()}});var Se=/%20/g,Ve=/#.*$/,Ie=/([?&])_=[^&]*/,Pe=/^(.*?):[ \t]*([^\r\n]*)$/gm,Re=/^(?:GET|HEAD)$/,Me=/^\/\//,Le={},Ne={},je="*/".concat("*"),He=a.createElement("a");function Fe(t){return function(e,n){"string"!=typeof e&&(n=e,e="*");var i,o=0,r=e.toLowerCase().match(j)||[];if(m(n))for(;i=r[o++];)"+"===i[0]?(i=i.slice(1)||"*",(t[i]=t[i]||[]).unshift(n)):(t[i]=t[i]||[]).push(n)}}function qe(t,e,n,i){var o={},r=t===Ne;function a(s){var u;return o[s]=!0,E.each(t[s]||[],(function(t,s){var c=s(e,n,i);return"string"!=typeof c||r||o[c]?r?!(u=c):void 0:(e.dataTypes.unshift(c),a(c),!1)})),u}return a(e.dataTypes[0])||!o["*"]&&a("*")}function Qe(t,e){var n,i,o=E.ajaxSettings.flatOptions||{};for(n in e)void 0!==e[n]&&((o[n]?t:i||(i={}))[n]=e[n]);return i&&E.extend(!0,t,i),t}He.href=xe.href,E.extend({active:0,lastModified:{},etag:{},ajaxSettings:{url:xe.href,type:"GET",isLocal:/^(?:about|app|app-storage|.+-extension|file|res|widget):$/.test(xe.protocol),global:!0,processData:!0,async:!0,contentType:"application/x-www-form-urlencoded; charset=UTF-8",accepts:{"*":je,text:"text/plain",html:"text/html",xml:"application/xml, text/xml",json:"application/json, text/javascript"},contents:{xml:/\bxml\b/,html:/\bhtml/,json:/\bjson\b/},responseFields:{xml:"responseXML",text:"responseText",json:"responseJSON"},converters:{"* text":String,"text html":!0,"text json":JSON.parse,"text xml":E.parseXML},flatOptions:{url:!0,context:!0}},ajaxSetup:function(t,e){return e?Qe(Qe(t,E.ajaxSettings),e):Qe(E.ajaxSettings,t)},ajaxPrefilter:Fe(Le),ajaxTransport:Fe(Ne),ajax:function(t,e){"object"==typeof t&&(e=t,t=void 0),e=e||{};var i,o,r,s,u,c,l,p,f,d,A=E.ajaxSetup({},e),h=A.context||A,g=A.context&&(h.nodeType||h.jquery)?E(h):E.event,v=E.Deferred(),m=E.Callbacks("once memory"),b=A.statusCode||{},C={},y={},x="canceled",w={readyState:0,getResponseHeader:function(t){var e;if(l){if(!s)for(s={};e=Pe.exec(r);)s[e[1].toLowerCase()]=e[2];e=s[t.toLowerCase()]}return null==e?null:e},getAllResponseHeaders:function(){return l?r:null},setRequestHeader:function(t,e){return null==l&&(t=y[t.toLowerCase()]=y[t.toLowerCase()]||t,C[t]=e),this},overrideMimeType:function(t){return null==l&&(A.mimeType=t),this},statusCode:function(t){var e;if(t)if(l)w.always(t[w.status]);else for(e in t)b[e]=[b[e],t[e]];return this},abort:function(t){var e=t||x;return i&&i.abort(e),k(0,e),this}};if(v.promise(w),A.url=((t||A.url||xe.href)+"").replace(Me,xe.protocol+"//"),A.type=e.method||e.type||A.method||A.type,A.dataTypes=(A.dataType||"*").toLowerCase().match(j)||[""],null==A.crossDomain){c=a.createElement("a");try{c.href=A.url,c.href=c.href,A.crossDomain=He.protocol+"//"+He.host!=c.protocol+"//"+c.host}catch(t){A.crossDomain=!0}}if(A.data&&A.processData&&"string"!=typeof A.data&&(A.data=E.param(A.data,A.traditional)),qe(Le,A,e,w),l)return w;for(f in(p=E.event&&A.global)&&0==E.active++&&E.event.trigger("ajaxStart"),A.type=A.type.toUpperCase(),A.hasContent=!Re.test(A.type),o=A.url.replace(Ve,""),A.hasContent?A.data&&A.processData&&0===(A.contentType||"").indexOf("application/x-www-form-urlencoded")&&(A.data=A.data.replace(Se,"+")):(d=A.url.slice(o.length),A.data&&(A.processData||"string"==typeof A.data)&&(o+=(we.test(o)?"&":"?")+A.data,delete A.data),!1===A.cache&&(o=o.replace(Ie,"$1"),d=(we.test(o)?"&":"?")+"_="+Ee+++d),A.url=o+d),A.ifModified&&(E.lastModified[o]&&w.setRequestHeader("If-Modified-Since",E.lastModified[o]),E.etag[o]&&w.setRequestHeader("If-None-Match",E.etag[o])),(A.data&&A.hasContent&&!1!==A.contentType||e.contentType)&&w.setRequestHeader("Content-Type",A.contentType),w.setRequestHeader("Accept",A.dataTypes[0]&&A.accepts[A.dataTypes[0]]?A.accepts[A.dataTypes[0]]+("*"!==A.dataTypes[0]?", "+je+"; q=0.01":""):A.accepts["*"]),A.headers)w.setRequestHeader(f,A.headers[f]);if(A.beforeSend&&(!1===A.beforeSend.call(h,w,A)||l))return w.abort();if(x="abort",m.add(A.complete),w.done(A.success),w.fail(A.error),i=qe(Ne,A,e,w)){if(w.readyState=1,p&&g.trigger("ajaxSend",[w,A]),l)return w;A.async&&A.timeout>0&&(u=n.setTimeout((function(){w.abort("timeout")}),A.timeout));try{l=!1,i.send(C,k)}catch(t){if(l)throw t;k(-1,t)}}else k(-1,"No Transport");function k(t,e,a,s){var c,f,d,C,y,x=e;l||(l=!0,u&&n.clearTimeout(u),i=void 0,r=s||"",w.readyState=t>0?4:0,c=t>=200&&t<300||304===t,a&&(C=function(t,e,n){for(var i,o,r,a,s=t.contents,u=t.dataTypes;"*"===u[0];)u.shift(),void 0===i&&(i=t.mimeType||e.getResponseHeader("Content-Type"));if(i)for(o in s)if(s[o]&&s[o].test(i)){u.unshift(o);break}if(u[0]in n)r=u[0];else{for(o in n){if(!u[0]||t.converters[o+" "+u[0]]){r=o;break}a||(a=o)}r=r||a}if(r)return r!==u[0]&&u.unshift(r),n[r]}(A,w,a)),C=function(t,e,n,i){var o,r,a,s,u,c={},l=t.dataTypes.slice();if(l[1])for(a in t.converters)c[a.toLowerCase()]=t.converters[a];for(r=l.shift();r;)if(t.responseFields[r]&&(n[t.responseFields[r]]=e),!u&&i&&t.dataFilter&&(e=t.dataFilter(e,t.dataType)),u=r,r=l.shift())if("*"===r)r=u;else if("*"!==u&&u!==r){if(!(a=c[u+" "+r]||c["* "+r]))for(o in c)if((s=o.split(" "))[1]===r&&(a=c[u+" "+s[0]]||c["* "+s[0]])){!0===a?a=c[o]:!0!==c[o]&&(r=s[0],l.unshift(s[1]));break}if(!0!==a)if(a&&t.throws)e=a(e);else try{e=a(e)}catch(t){return{state:"parsererror",error:a?t:"No conversion from "+u+" to "+r}}}return{state:"success",data:e}}(A,C,w,c),c?(A.ifModified&&((y=w.getResponseHeader("Last-Modified"))&&(E.lastModified[o]=y),(y=w.getResponseHeader("etag"))&&(E.etag[o]=y)),204===t||"HEAD"===A.type?x="nocontent":304===t?x="notmodified":(x=C.state,f=C.data,c=!(d=C.error))):(d=x,!t&&x||(x="error",t<0&&(t=0))),w.status=t,w.statusText=(e||x)+"",c?v.resolveWith(h,[f,x,w]):v.rejectWith(h,[w,x,d]),w.statusCode(b),b=void 0,p&&g.trigger(c?"ajaxSuccess":"ajaxError",[w,A,c?f:d]),m.fireWith(h,[w,x]),p&&(g.trigger("ajaxComplete",[w,A]),--E.active||E.event.trigger("ajaxStop")))}return w},getJSON:function(t,e,n){return E.get(t,e,n,"json")},getScript:function(t,e){return E.get(t,void 0,e,"script")}}),E.each(["get","post"],(function(t,e){E[e]=function(t,n,i,o){return m(n)&&(o=o||i,i=n,n=void 0),E.ajax(E.extend({url:t,type:e,dataType:o,data:n,success:i},E.isPlainObject(t)&&t))}})),E._evalUrl=function(t){return E.ajax({url:t,type:"GET",dataType:"script",cache:!0,async:!1,global:!1,throws:!0})},E.fn.extend({wrapAll:function(t){var e;return this[0]&&(m(t)&&(t=t.call(this[0])),e=E(t,this[0].ownerDocument).eq(0).clone(!0),this[0].parentNode&&e.insertBefore(this[0]),e.map((function(){for(var t=this;t.firstElementChild;)t=t.firstElementChild;return t})).append(this)),this},wrapInner:function(t){return m(t)?this.each((function(e){E(this).wrapInner(t.call(this,e))})):this.each((function(){var e=E(this),n=e.contents();n.length?n.wrapAll(t):e.append(t)}))},wrap:function(t){var e=m(t);return this.each((function(n){E(this).wrapAll(e?t.call(this,n):t)}))},unwrap:function(t){return this.parent(t).not("body").each((function(){E(this).replaceWith(this.childNodes)})),this}}),E.expr.pseudos.hidden=function(t){return!E.expr.pseudos.visible(t)},E.expr.pseudos.visible=function(t){return!!(t.offsetWidth||t.offsetHeight||t.getClientRects().length)},E.ajaxSettings.xhr=function(){try{return new n.XMLHttpRequest}catch(t){}};var Ye={0:200,1223:204},ze=E.ajaxSettings.xhr();v.cors=!!ze&&"withCredentials"in ze,v.ajax=ze=!!ze,E.ajaxTransport((function(t){var e,i;if(v.cors||ze&&!t.crossDomain)return{send:function(o,r){var a,s=t.xhr();if(s.open(t.type,t.url,t.async,t.username,t.password),t.xhrFields)for(a in t.xhrFields)s[a]=t.xhrFields[a];for(a in t.mimeType&&s.overrideMimeType&&s.overrideMimeType(t.mimeType),t.crossDomain||o["X-Requested-With"]||(o["X-Requested-With"]="XMLHttpRequest"),o)s.setRequestHeader(a,o[a]);e=function(t){return function(){e&&(e=i=s.onload=s.onerror=s.onabort=s.ontimeout=s.onreadystatechange=null,"abort"===t?s.abort():"error"===t?"number"!=typeof s.status?r(0,"error"):r(s.status,s.statusText):r(Ye[s.status]||s.status,s.statusText,"text"!==(s.responseType||"text")||"string"!=typeof s.responseText?{binary:s.response}:{text:s.responseText},s.getAllResponseHeaders()))}},s.onload=e(),i=s.onerror=s.ontimeout=e("error"),void 0!==s.onabort?s.onabort=i:s.onreadystatechange=function(){4===s.readyState&&n.setTimeout((function(){e&&i()}))},e=e("abort");try{s.send(t.hasContent&&t.data||null)}catch(t){if(e)throw t}},abort:function(){e&&e()}}})),E.ajaxPrefilter((function(t){t.crossDomain&&(t.contents.script=!1)})),E.ajaxSetup({accepts:{script:"text/javascript, application/javascript, application/ecmascript, application/x-ecmascript"},contents:{script:/\b(?:java|ecma)script\b/},converters:{"text script":function(t){return E.globalEval(t),t}}}),E.ajaxPrefilter("script",(function(t){void 0===t.cache&&(t.cache=!1),t.crossDomain&&(t.type="GET")})),E.ajaxTransport("script",(function(t){var e,n;if(t.crossDomain)return{send:function(i,o){e=E("<script>").prop({charset:t.scriptCharset,src:t.url}).on("load error",n=function(t){e.remove(),n=null,t&&o("error"===t.type?404:200,t.type)}),a.head.appendChild(e[0])},abort:function(){n&&n()}}}));var Ue,_e=[],Ge=/(=)\?(?=&|$)|\?\?/;E.ajaxSetup({jsonp:"callback",jsonpCallback:function(){var t=_e.pop()||E.expando+"_"+Ee++;return this[t]=!0,t}}),E.ajaxPrefilter("json jsonp",(function(t,e,i){var o,r,a,s=!1!==t.jsonp&&(Ge.test(t.url)?"url":"string"==typeof t.data&&0===(t.contentType||"").indexOf("application/x-www-form-urlencoded")&&Ge.test(t.data)&&"data");if(s||"jsonp"===t.dataTypes[0])return o=t.jsonpCallback=m(t.jsonpCallback)?t.jsonpCallback():t.jsonpCallback,s?t[s]=t[s].replace(Ge,"$1"+o):!1!==t.jsonp&&(t.url+=(we.test(t.url)?"&":"?")+t.jsonp+"="+o),t.converters["script json"]=function(){return a||E.error(o+" was not called"),a[0]},t.dataTypes[0]="json",r=n[o],n[o]=function(){a=arguments},i.always((function(){void 0===r?E(n).removeProp(o):n[o]=r,t[o]&&(t.jsonpCallback=e.jsonpCallback,_e.push(o)),a&&m(r)&&r(a[0]),a=r=void 0})),"script"})),v.createHTMLDocument=((Ue=a.implementation.createHTMLDocument("").body).innerHTML="<form></form><form></form>",2===Ue.childNodes.length),E.parseHTML=function(t,e,n){return"string"!=typeof t?[]:("boolean"==typeof e&&(n=e,e=!1),e||(v.createHTMLDocument?((i=(e=a.implementation.createHTMLDocument("")).createElement("base")).href=a.location.href,e.head.appendChild(i)):e=a),r=!n&&[],(o=V.exec(t))?[e.createElement(o[1])]:(o=yt([t],e,r),r&&r.length&&E(r).remove(),E.merge([],o.childNodes)));var i,o,r},E.fn.load=function(t,e,n){var i,o,r,a=this,s=t.indexOf(" ");return s>-1&&(i=ge(t.slice(s)),t=t.slice(0,s)),m(e)?(n=e,e=void 0):e&&"object"==typeof e&&(o="POST"),a.length>0&&E.ajax({url:t,type:o||"GET",dataType:"html",data:e}).done((function(t){r=arguments,a.html(i?E("<div>").append(E.parseHTML(t)).find(i):t)})).always(n&&function(t,e){a.each((function(){n.apply(this,r||[t.responseText,e,t])}))}),this},E.each(["ajaxStart","ajaxStop","ajaxComplete","ajaxError","ajaxSuccess","ajaxSend"],(function(t,e){E.fn[e]=function(t){return this.on(e,t)}})),E.expr.pseudos.animated=function(t){return E.grep(E.timers,(function(e){return t===e.elem})).length},E.offset={setOffset:function(t,e,n){var i,o,r,a,s,u,c=E.css(t,"position"),l=E(t),p={};"static"===c&&(t.style.position="relative"),s=l.offset(),r=E.css(t,"top"),u=E.css(t,"left"),("absolute"===c||"fixed"===c)&&(r+u).indexOf("auto")>-1?(a=(i=l.position()).top,o=i.left):(a=parseFloat(r)||0,o=parseFloat(u)||0),m(e)&&(e=e.call(t,n,E.extend({},s))),null!=e.top&&(p.top=e.top-s.top+a),null!=e.left&&(p.left=e.left-s.left+o),"using"in e?e.using.call(t,p):l.css(p)}},E.fn.extend({offset:function(t){if(arguments.length)return void 0===t?this:this.each((function(e){E.offset.setOffset(this,t,e)}));var e,n,i=this[0];return i?i.getClientRects().length?(e=i.getBoundingClientRect(),n=i.ownerDocument.defaultView,{top:e.top+n.pageYOffset,left:e.left+n.pageXOffset}):{top:0,left:0}:void 0},position:function(){if(this[0]){var t,e,n,i=this[0],o={top:0,left:0};if("fixed"===E.css(i,"position"))e=i.getBoundingClientRect();else{for(e=this.offset(),n=i.ownerDocument,t=i.offsetParent||n.documentElement;t&&(t===n.body||t===n.documentElement)&&"static"===E.css(t,"position");)t=t.parentNode;t&&t!==i&&1===t.nodeType&&((o=E(t).offset()).top+=E.css(t,"borderTopWidth",!0),o.left+=E.css(t,"borderLeftWidth",!0))}return{top:e.top-o.top-E.css(i,"marginTop",!0),left:e.left-o.left-E.css(i,"marginLeft",!0)}}},offsetParent:function(){return this.map((function(){for(var t=this.offsetParent;t&&"static"===E.css(t,"position");)t=t.offsetParent;return t||xt}))}}),E.each({scrollLeft:"pageXOffset",scrollTop:"pageYOffset"},(function(t,e){var n="pageYOffset"===e;E.fn[t]=function(i){return U(this,(function(t,i,o){var r;if(b(t)?r=t:9===t.nodeType&&(r=t.defaultView),void 0===o)return r?r[e]:t[i];r?r.scrollTo(n?r.pageXOffset:o,n?o:r.pageYOffset):t[i]=o}),t,i,arguments.length)}})),E.each(["top","left"],(function(t,e){E.cssHooks[e]=Ut(v.pixelPosition,(function(t,n){if(n)return n=zt(t,e),qt.test(n)?E(t).position()[e]+"px":n}))})),E.each({Height:"height",Width:"width"},(function(t,e){E.each({padding:"inner"+t,content:e,"":"outer"+t},(function(n,i){E.fn[i]=function(o,r){var a=arguments.length&&(n||"boolean"!=typeof o),s=n||(!0===o||!0===r?"margin":"border");return U(this,(function(e,n,o){var r;return b(e)?0===i.indexOf("outer")?e["inner"+t]:e.document.documentElement["client"+t]:9===e.nodeType?(r=e.documentElement,Math.max(e.body["scroll"+t],r["scroll"+t],e.body["offset"+t],r["offset"+t],r["client"+t])):void 0===o?E.css(e,n,s):E.style(e,n,o,s)}),e,a?o:void 0,a)}}))})),E.each("blur focus focusin focusout resize scroll click dblclick mousedown mouseup mousemove mouseover mouseout mouseenter mouseleave change select submit keydown keypress keyup contextmenu".split(" "),(function(t,e){E.fn[e]=function(t,n){return arguments.length>0?this.on(e,null,t,n):this.trigger(e)}})),E.fn.extend({hover:function(t,e){return this.mouseenter(t).mouseleave(e||t)}}),E.fn.extend({bind:function(t,e,n){return this.on(t,null,e,n)},unbind:function(t,e){return this.off(t,null,e)},delegate:function(t,e,n,i){return this.on(e,t,n,i)},undelegate:function(t,e,n){return 1===arguments.length?this.off(t,"**"):this.off(e,t||"**",n)}}),E.proxy=function(t,e){var n,i,o;if("string"==typeof e&&(n=t[e],e=t,t=n),m(t))return i=u.call(arguments,2),(o=function(){return t.apply(e||this,i.concat(u.call(arguments)))}).guid=t.guid=t.guid||E.guid++,o},E.holdReady=function(t){t?E.readyWait++:E.ready(!0)},E.isArray=Array.isArray,E.parseJSON=JSON.parse,E.nodeName=S,E.isFunction=m,E.isWindow=b,E.camelCase=W,E.type=x,E.now=Date.now,E.isNumeric=function(t){var e=E.type(t);return("number"===e||"string"===e)&&!isNaN(t-parseFloat(t))},void 0===(i=function(){return E}.apply(e,[]))||(t.exports=i);var Xe=n.jQuery,We=n.$;return E.noConflict=function(t){return n.$===E&&(n.$=We),t&&n.jQuery===E&&(n.jQuery=Xe),E},o||(n.jQuery=n.$=E),E}))},10:function(t,e){t.exports=function(t){return"object"==typeof t?null!==t:"function"==typeof t}},102:function(t,e,n){var i=n(5),o=n(10),r=i.document,a=o(r)&&o(r.createElement);t.exports=function(t){return a?r.createElement(t):{}}},103:function(t,e,n){var i=n(32),o=n(65),r=n(74),a=n(8);t.exports=i("Reflect","ownKeys")||function(t){var e=o.f(a(t)),n=r.f;return n?e.concat(n(t)):e}},104:function(t,e,n){var i=n(5);t.exports=i},11:function(t,e,n){var i=n(4);t.exports=!i((function(){return 7!=Object.defineProperty({},1,{get:function(){return 7}})[1]}))},110:function(t,e,n){var i=n(13),o=n(103),r=n(29),a=n(19);t.exports=function(t,e){for(var n=o(e),s=a.f,u=r.f,c=0;c<n.length;c++){var l=n[c];i(t,l)||s(t,l,u(e,l))}}},111:function(t,e,n){var i=n(67);t.exports=i&&!Symbol.sham&&"symbol"==typeof Symbol.iterator},121:function(t,e,n){var i=n(5),o=n(72),r=i.WeakMap;t.exports="function"==typeof r&&/native code/.test(o(r))},122:function(t,e,n){var i=n(14),o=Math.floor,r="".replace,a=/\$([$&'`]|\d{1,2}|<[^>]*>)/g,s=/\$([$&'`]|\d{1,2})/g;t.exports=function(t,e,n,u,c,l){var p=n+t.length,f=u.length,d=s;return void 0!==c&&(c=i(c),d=a),r.call(l,d,(function(i,r){var a;switch(r.charAt(0)){case"$":return"$";case"&":return t;case"`":return e.slice(0,n);case"'":return e.slice(p);case"<":a=c[r.slice(1,-1)];break;default:var s=+r;if(0===s)return i;if(s>f){var l=o(s/10);return 0===l?i:l<=f?void 0===u[l-1]?r.charAt(1):u[l-1]+r.charAt(1):i}a=u[s-1]}return void 0===a?"":a}))}},13:function(t,e,n){var i=n(14),o={}.hasOwnProperty;t.exports=Object.hasOwn||function(t,e){return o.call(i(t),e)}},14:function(t,e,n){var i=n(20);t.exports=function(t){return Object(i(t))}},15:function(t,e,n){var i=n(23),o=Math.min;t.exports=function(t){return t>0?o(i(t),9007199254740991):0}},17:function(t,e){var n;n=function(){return this}();try{n=n||new Function("return this")()}catch(t){"object"==typeof window&&(n=window)}t.exports=n},18:function(t,e,n){var i=n(11),o=n(19),r=n(33);t.exports=i?function(t,e,n){return o.f(t,e,r(1,n))}:function(t,e,n){return t[e]=n,t}},19:function(t,e,n){var i=n(11),o=n(77),r=n(8),a=n(34),s=Object.defineProperty;e.f=i?s:function(t,e,n){if(r(t),e=a(e,!0),r(n),o)try{return s(t,e,n)}catch(t){}if("get"in n||"set"in n)throw TypeError("Accessors not supported");return"value"in n&&(t[e]=n.value),t}},20:function(t,e){t.exports=function(t){if(null==t)throw TypeError("Can't call method on "+t);return t}},21:function(t,e,n){var i=n(5),o=n(18),r=n(13),a=n(52),s=n(72),u=n(35),c=u.get,l=u.enforce,p=String(String).split("String");(t.exports=function(t,e,n,s){var u,c=!!s&&!!s.unsafe,f=!!s&&!!s.enumerable,d=!!s&&!!s.noTargetGet;"function"==typeof n&&("string"!=typeof e||r(n,"name")||o(n,"name",e),(u=l(n)).source||(u.source=p.join("string"==typeof e?e:""))),t!==i?(c?!d&&t[e]&&(f=!0):delete t[e],f?t[e]=n:o(t,e,n)):f?t[e]=n:a(e,n)})(Function.prototype,"toString",(function(){return"function"==typeof this&&c(this).source||s(this)}))},22:function(t,e,n){var i=n(43),o=n(20);t.exports=function(t){return i(o(t))}},228:function(t,e,n){"use strict";n.r(e),function(t){
+/**!
+ * @fileOverview Kickass library to create and place poppers near their reference elements.
+ * @version 1.16.1
+ * @license
+ * Copyright (c) 2016 Federico Zivolo and contributors
+ *
+ * Permission is hereby granted, free of charge, to any person obtaining a copy
+ * of this software and associated documentation files (the "Software"), to deal
+ * in the Software without restriction, including without limitation the rights
+ * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+ * copies of the Software, and to permit persons to whom the Software is
+ * furnished to do so, subject to the following conditions:
+ *
+ * The above copyright notice and this permission notice shall be included in all
+ * copies or substantial portions of the Software.
+ *
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+ * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+ * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+ * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+ * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+ * SOFTWARE.
+ */
+var n="undefined"!=typeof window&&"undefined"!=typeof document&&"undefined"!=typeof navigator,i=function(){for(var t=["Edge","Trident","Firefox"],e=0;e<t.length;e+=1)if(n&&navigator.userAgent.indexOf(t[e])>=0)return 1;return 0}();var o=n&&window.Promise?function(t){var e=!1;return function(){e||(e=!0,window.Promise.resolve().then((function(){e=!1,t()})))}}:function(t){var e=!1;return function(){e||(e=!0,setTimeout((function(){e=!1,t()}),i))}};function r(t){return t&&"[object Function]"==={}.toString.call(t)}function a(t,e){if(1!==t.nodeType)return[];var n=t.ownerDocument.defaultView.getComputedStyle(t,null);return e?n[e]:n}function s(t){return"HTML"===t.nodeName?t:t.parentNode||t.host}function u(t){if(!t)return document.body;switch(t.nodeName){case"HTML":case"BODY":return t.ownerDocument.body;case"#document":return t.body}var e=a(t),n=e.overflow,i=e.overflowX,o=e.overflowY;return/(auto|scroll|overlay)/.test(n+o+i)?t:u(s(t))}function c(t){return t&&t.referenceNode?t.referenceNode:t}var l=n&&!(!window.MSInputMethodContext||!document.documentMode),p=n&&/MSIE 10/.test(navigator.userAgent);function f(t){return 11===t?l:10===t?p:l||p}function d(t){if(!t)return document.documentElement;for(var e=f(10)?document.body:null,n=t.offsetParent||null;n===e&&t.nextElementSibling;)n=(t=t.nextElementSibling).offsetParent;var i=n&&n.nodeName;return i&&"BODY"!==i&&"HTML"!==i?-1!==["TH","TD","TABLE"].indexOf(n.nodeName)&&"static"===a(n,"position")?d(n):n:t?t.ownerDocument.documentElement:document.documentElement}function A(t){return null!==t.parentNode?A(t.parentNode):t}function h(t,e){if(!(t&&t.nodeType&&e&&e.nodeType))return document.documentElement;var n=t.compareDocumentPosition(e)&Node.DOCUMENT_POSITION_FOLLOWING,i=n?t:e,o=n?e:t,r=document.createRange();r.setStart(i,0),r.setEnd(o,0);var a,s,u=r.commonAncestorContainer;if(t!==u&&e!==u||i.contains(o))return"BODY"===(s=(a=u).nodeName)||"HTML"!==s&&d(a.firstElementChild)!==a?d(u):u;var c=A(t);return c.host?h(c.host,e):h(t,A(e).host)}function g(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"top",n="top"===e?"scrollTop":"scrollLeft",i=t.nodeName;if("BODY"===i||"HTML"===i){var o=t.ownerDocument.documentElement,r=t.ownerDocument.scrollingElement||o;return r[n]}return t[n]}function v(t,e){var n=arguments.length>2&&void 0!==arguments[2]&&arguments[2],i=g(e,"top"),o=g(e,"left"),r=n?-1:1;return t.top+=i*r,t.bottom+=i*r,t.left+=o*r,t.right+=o*r,t}function m(t,e){var n="x"===e?"Left":"Top",i="Left"===n?"Right":"Bottom";return parseFloat(t["border"+n+"Width"])+parseFloat(t["border"+i+"Width"])}function b(t,e,n,i){return Math.max(e["offset"+t],e["scroll"+t],n["client"+t],n["offset"+t],n["scroll"+t],f(10)?parseInt(n["offset"+t])+parseInt(i["margin"+("Height"===t?"Top":"Left")])+parseInt(i["margin"+("Height"===t?"Bottom":"Right")]):0)}function C(t){var e=t.body,n=t.documentElement,i=f(10)&&getComputedStyle(n);return{height:b("Height",e,n,i),width:b("Width",e,n,i)}}var y=function(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")},x=function(){function t(t,e){for(var n=0;n<e.length;n++){var i=e[n];i.enumerable=i.enumerable||!1,i.configurable=!0,"value"in i&&(i.writable=!0),Object.defineProperty(t,i.key,i)}}return function(e,n,i){return n&&t(e.prototype,n),i&&t(e,i),e}}(),E=function(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t},w=Object.assign||function(t){for(var e=1;e<arguments.length;e++){var n=arguments[e];for(var i in n)Object.prototype.hasOwnProperty.call(n,i)&&(t[i]=n[i])}return t};function k(t){return w({},t,{right:t.left+t.width,bottom:t.top+t.height})}function B(t){var e={};try{if(f(10)){e=t.getBoundingClientRect();var n=g(t,"top"),i=g(t,"left");e.top+=n,e.left+=i,e.bottom+=n,e.right+=i}else e=t.getBoundingClientRect()}catch(t){}var o={left:e.left,top:e.top,width:e.right-e.left,height:e.bottom-e.top},r="HTML"===t.nodeName?C(t.ownerDocument):{},s=r.width||t.clientWidth||o.width,u=r.height||t.clientHeight||o.height,c=t.offsetWidth-s,l=t.offsetHeight-u;if(c||l){var p=a(t);c-=m(p,"x"),l-=m(p,"y"),o.width-=c,o.height-=l}return k(o)}function D(t,e){var n=arguments.length>2&&void 0!==arguments[2]&&arguments[2],i=f(10),o="HTML"===e.nodeName,r=B(t),s=B(e),c=u(t),l=a(e),p=parseFloat(l.borderTopWidth),d=parseFloat(l.borderLeftWidth);n&&o&&(s.top=Math.max(s.top,0),s.left=Math.max(s.left,0));var A=k({top:r.top-s.top-p,left:r.left-s.left-d,width:r.width,height:r.height});if(A.marginTop=0,A.marginLeft=0,!i&&o){var h=parseFloat(l.marginTop),g=parseFloat(l.marginLeft);A.top-=p-h,A.bottom-=p-h,A.left-=d-g,A.right-=d-g,A.marginTop=h,A.marginLeft=g}return(i&&!n?e.contains(c):e===c&&"BODY"!==c.nodeName)&&(A=v(A,e)),A}function T(t){var e=arguments.length>1&&void 0!==arguments[1]&&arguments[1],n=t.ownerDocument.documentElement,i=D(t,n),o=Math.max(n.clientWidth,window.innerWidth||0),r=Math.max(n.clientHeight,window.innerHeight||0),a=e?0:g(n),s=e?0:g(n,"left"),u={top:a-i.top+i.marginTop,left:s-i.left+i.marginLeft,width:o,height:r};return k(u)}function O(t){var e=t.nodeName;if("BODY"===e||"HTML"===e)return!1;if("fixed"===a(t,"position"))return!0;var n=s(t);return!!n&&O(n)}function S(t){if(!t||!t.parentElement||f())return document.documentElement;for(var e=t.parentElement;e&&"none"===a(e,"transform");)e=e.parentElement;return e||document.documentElement}function V(t,e,n,i){var o=arguments.length>4&&void 0!==arguments[4]&&arguments[4],r={top:0,left:0},a=o?S(t):h(t,c(e));if("viewport"===i)r=T(a,o);else{var l=void 0;"scrollParent"===i?"BODY"===(l=u(s(e))).nodeName&&(l=t.ownerDocument.documentElement):l="window"===i?t.ownerDocument.documentElement:i;var p=D(l,a,o);if("HTML"!==l.nodeName||O(a))r=p;else{var f=C(t.ownerDocument),d=f.height,A=f.width;r.top+=p.top-p.marginTop,r.bottom=d+p.top,r.left+=p.left-p.marginLeft,r.right=A+p.left}}var g="number"==typeof(n=n||0);return r.left+=g?n:n.left||0,r.top+=g?n:n.top||0,r.right-=g?n:n.right||0,r.bottom-=g?n:n.bottom||0,r}function I(t){return t.width*t.height}function P(t,e,n,i,o){var r=arguments.length>5&&void 0!==arguments[5]?arguments[5]:0;if(-1===t.indexOf("auto"))return t;var a=V(n,i,r,o),s={top:{width:a.width,height:e.top-a.top},right:{width:a.right-e.right,height:a.height},bottom:{width:a.width,height:a.bottom-e.bottom},left:{width:e.left-a.left,height:a.height}},u=Object.keys(s).map((function(t){return w({key:t},s[t],{area:I(s[t])})})).sort((function(t,e){return e.area-t.area})),c=u.filter((function(t){var e=t.width,i=t.height;return e>=n.clientWidth&&i>=n.clientHeight})),l=c.length>0?c[0].key:u[0].key,p=t.split("-")[1];return l+(p?"-"+p:"")}function R(t,e,n){var i=arguments.length>3&&void 0!==arguments[3]?arguments[3]:null,o=i?S(e):h(e,c(n));return D(n,o,i)}function M(t){var e=t.ownerDocument.defaultView.getComputedStyle(t),n=parseFloat(e.marginTop||0)+parseFloat(e.marginBottom||0),i=parseFloat(e.marginLeft||0)+parseFloat(e.marginRight||0);return{width:t.offsetWidth+i,height:t.offsetHeight+n}}function L(t){var e={left:"right",right:"left",bottom:"top",top:"bottom"};return t.replace(/left|right|bottom|top/g,(function(t){return e[t]}))}function N(t,e,n){n=n.split("-")[0];var i=M(t),o={width:i.width,height:i.height},r=-1!==["right","left"].indexOf(n),a=r?"top":"left",s=r?"left":"top",u=r?"height":"width",c=r?"width":"height";return o[a]=e[a]+e[u]/2-i[u]/2,o[s]=n===s?e[s]-i[c]:e[L(s)],o}function j(t,e){return Array.prototype.find?t.find(e):t.filter(e)[0]}function H(t,e,n){return(void 0===n?t:t.slice(0,function(t,e,n){if(Array.prototype.findIndex)return t.findIndex((function(t){return t[e]===n}));var i=j(t,(function(t){return t[e]===n}));return t.indexOf(i)}(t,"name",n))).forEach((function(t){t.function&&console.warn("`modifier.function` is deprecated, use `modifier.fn`!");var n=t.function||t.fn;t.enabled&&r(n)&&(e.offsets.popper=k(e.offsets.popper),e.offsets.reference=k(e.offsets.reference),e=n(e,t))})),e}function F(){if(!this.state.isDestroyed){var t={instance:this,styles:{},arrowStyles:{},attributes:{},flipped:!1,offsets:{}};t.offsets.reference=R(this.state,this.popper,this.reference,this.options.positionFixed),t.placement=P(this.options.placement,t.offsets.reference,this.popper,this.reference,this.options.modifiers.flip.boundariesElement,this.options.modifiers.flip.padding),t.originalPlacement=t.placement,t.positionFixed=this.options.positionFixed,t.offsets.popper=N(this.popper,t.offsets.reference,t.placement),t.offsets.popper.position=this.options.positionFixed?"fixed":"absolute",t=H(this.modifiers,t),this.state.isCreated?this.options.onUpdate(t):(this.state.isCreated=!0,this.options.onCreate(t))}}function q(t,e){return t.some((function(t){var n=t.name;return t.enabled&&n===e}))}function Q(t){for(var e=[!1,"ms","Webkit","Moz","O"],n=t.charAt(0).toUpperCase()+t.slice(1),i=0;i<e.length;i++){var o=e[i],r=o?""+o+n:t;if(void 0!==document.body.style[r])return r}return null}function Y(){return this.state.isDestroyed=!0,q(this.modifiers,"applyStyle")&&(this.popper.removeAttribute("x-placement"),this.popper.style.position="",this.popper.style.top="",this.popper.style.left="",this.popper.style.right="",this.popper.style.bottom="",this.popper.style.willChange="",this.popper.style[Q("transform")]=""),this.disableEventListeners(),this.options.removeOnDestroy&&this.popper.parentNode.removeChild(this.popper),this}function z(t){var e=t.ownerDocument;return e?e.defaultView:window}function U(t,e,n,i){n.updateBound=i,z(t).addEventListener("resize",n.updateBound,{passive:!0});var o=u(t);return function t(e,n,i,o){var r="BODY"===e.nodeName,a=r?e.ownerDocument.defaultView:e;a.addEventListener(n,i,{passive:!0}),r||t(u(a.parentNode),n,i,o),o.push(a)}(o,"scroll",n.updateBound,n.scrollParents),n.scrollElement=o,n.eventsEnabled=!0,n}function _(){this.state.eventsEnabled||(this.state=U(this.reference,this.options,this.state,this.scheduleUpdate))}function G(){var t,e;this.state.eventsEnabled&&(cancelAnimationFrame(this.scheduleUpdate),this.state=(t=this.reference,e=this.state,z(t).removeEventListener("resize",e.updateBound),e.scrollParents.forEach((function(t){t.removeEventListener("scroll",e.updateBound)})),e.updateBound=null,e.scrollParents=[],e.scrollElement=null,e.eventsEnabled=!1,e))}function X(t){return""!==t&&!isNaN(parseFloat(t))&&isFinite(t)}function W(t,e){Object.keys(e).forEach((function(n){var i="";-1!==["width","height","top","right","bottom","left"].indexOf(n)&&X(e[n])&&(i="px"),t.style[n]=e[n]+i}))}var Z=n&&/Firefox/i.test(navigator.userAgent);function J(t,e,n){var i=j(t,(function(t){return t.name===e})),o=!!i&&t.some((function(t){return t.name===n&&t.enabled&&t.order<i.order}));if(!o){var r="`"+e+"`",a="`"+n+"`";console.warn(a+" modifier is required by "+r+" modifier in order to work, be sure to include it before "+r+"!")}return o}var K=["auto-start","auto","auto-end","top-start","top","top-end","right-start","right","right-end","bottom-end","bottom","bottom-start","left-end","left","left-start"],$=K.slice(3);function tt(t){var e=arguments.length>1&&void 0!==arguments[1]&&arguments[1],n=$.indexOf(t),i=$.slice(n+1).concat($.slice(0,n));return e?i.reverse():i}var et="flip",nt="clockwise",it="counterclockwise";function ot(t,e,n,i){var o=[0,0],r=-1!==["right","left"].indexOf(i),a=t.split(/(\+|\-)/).map((function(t){return t.trim()})),s=a.indexOf(j(a,(function(t){return-1!==t.search(/,|\s/)})));a[s]&&-1===a[s].indexOf(",")&&console.warn("Offsets separated by white space(s) are deprecated, use a comma (,) instead.");var u=/\s*,\s*|\s+/,c=-1!==s?[a.slice(0,s).concat([a[s].split(u)[0]]),[a[s].split(u)[1]].concat(a.slice(s+1))]:[a];return(c=c.map((function(t,i){var o=(1===i?!r:r)?"height":"width",a=!1;return t.reduce((function(t,e){return""===t[t.length-1]&&-1!==["+","-"].indexOf(e)?(t[t.length-1]=e,a=!0,t):a?(t[t.length-1]+=e,a=!1,t):t.concat(e)}),[]).map((function(t){return function(t,e,n,i){var o=t.match(/((?:\-|\+)?\d*\.?\d*)(.*)/),r=+o[1],a=o[2];if(!r)return t;if(0===a.indexOf("%")){var s=void 0;switch(a){case"%p":s=n;break;case"%":case"%r":default:s=i}return k(s)[e]/100*r}if("vh"===a||"vw"===a){return("vh"===a?Math.max(document.documentElement.clientHeight,window.innerHeight||0):Math.max(document.documentElement.clientWidth,window.innerWidth||0))/100*r}return r}(t,o,e,n)}))}))).forEach((function(t,e){t.forEach((function(n,i){X(n)&&(o[e]+=n*("-"===t[i-1]?-1:1))}))})),o}var rt={placement:"bottom",positionFixed:!1,eventsEnabled:!0,removeOnDestroy:!1,onCreate:function(){},onUpdate:function(){},modifiers:{shift:{order:100,enabled:!0,fn:function(t){var e=t.placement,n=e.split("-")[0],i=e.split("-")[1];if(i){var o=t.offsets,r=o.reference,a=o.popper,s=-1!==["bottom","top"].indexOf(n),u=s?"left":"top",c=s?"width":"height",l={start:E({},u,r[u]),end:E({},u,r[u]+r[c]-a[c])};t.offsets.popper=w({},a,l[i])}return t}},offset:{order:200,enabled:!0,fn:function(t,e){var n=e.offset,i=t.placement,o=t.offsets,r=o.popper,a=o.reference,s=i.split("-")[0],u=void 0;return u=X(+n)?[+n,0]:ot(n,r,a,s),"left"===s?(r.top+=u[0],r.left-=u[1]):"right"===s?(r.top+=u[0],r.left+=u[1]):"top"===s?(r.left+=u[0],r.top-=u[1]):"bottom"===s&&(r.left+=u[0],r.top+=u[1]),t.popper=r,t},offset:0},preventOverflow:{order:300,enabled:!0,fn:function(t,e){var n=e.boundariesElement||d(t.instance.popper);t.instance.reference===n&&(n=d(n));var i=Q("transform"),o=t.instance.popper.style,r=o.top,a=o.left,s=o[i];o.top="",o.left="",o[i]="";var u=V(t.instance.popper,t.instance.reference,e.padding,n,t.positionFixed);o.top=r,o.left=a,o[i]=s,e.boundaries=u;var c=e.priority,l=t.offsets.popper,p={primary:function(t){var n=l[t];return l[t]<u[t]&&!e.escapeWithReference&&(n=Math.max(l[t],u[t])),E({},t,n)},secondary:function(t){var n="right"===t?"left":"top",i=l[n];return l[t]>u[t]&&!e.escapeWithReference&&(i=Math.min(l[n],u[t]-("right"===t?l.width:l.height))),E({},n,i)}};return c.forEach((function(t){var e=-1!==["left","top"].indexOf(t)?"primary":"secondary";l=w({},l,p[e](t))})),t.offsets.popper=l,t},priority:["left","right","top","bottom"],padding:5,boundariesElement:"scrollParent"},keepTogether:{order:400,enabled:!0,fn:function(t){var e=t.offsets,n=e.popper,i=e.reference,o=t.placement.split("-")[0],r=Math.floor,a=-1!==["top","bottom"].indexOf(o),s=a?"right":"bottom",u=a?"left":"top",c=a?"width":"height";return n[s]<r(i[u])&&(t.offsets.popper[u]=r(i[u])-n[c]),n[u]>r(i[s])&&(t.offsets.popper[u]=r(i[s])),t}},arrow:{order:500,enabled:!0,fn:function(t,e){var n;if(!J(t.instance.modifiers,"arrow","keepTogether"))return t;var i=e.element;if("string"==typeof i){if(!(i=t.instance.popper.querySelector(i)))return t}else if(!t.instance.popper.contains(i))return console.warn("WARNING: `arrow.element` must be child of its popper element!"),t;var o=t.placement.split("-")[0],r=t.offsets,s=r.popper,u=r.reference,c=-1!==["left","right"].indexOf(o),l=c?"height":"width",p=c?"Top":"Left",f=p.toLowerCase(),d=c?"left":"top",A=c?"bottom":"right",h=M(i)[l];u[A]-h<s[f]&&(t.offsets.popper[f]-=s[f]-(u[A]-h)),u[f]+h>s[A]&&(t.offsets.popper[f]+=u[f]+h-s[A]),t.offsets.popper=k(t.offsets.popper);var g=u[f]+u[l]/2-h/2,v=a(t.instance.popper),m=parseFloat(v["margin"+p]),b=parseFloat(v["border"+p+"Width"]),C=g-t.offsets.popper[f]-m-b;return C=Math.max(Math.min(s[l]-h,C),0),t.arrowElement=i,t.offsets.arrow=(E(n={},f,Math.round(C)),E(n,d,""),n),t},element:"[x-arrow]"},flip:{order:600,enabled:!0,fn:function(t,e){if(q(t.instance.modifiers,"inner"))return t;if(t.flipped&&t.placement===t.originalPlacement)return t;var n=V(t.instance.popper,t.instance.reference,e.padding,e.boundariesElement,t.positionFixed),i=t.placement.split("-")[0],o=L(i),r=t.placement.split("-")[1]||"",a=[];switch(e.behavior){case et:a=[i,o];break;case nt:a=tt(i);break;case it:a=tt(i,!0);break;default:a=e.behavior}return a.forEach((function(s,u){if(i!==s||a.length===u+1)return t;i=t.placement.split("-")[0],o=L(i);var c=t.offsets.popper,l=t.offsets.reference,p=Math.floor,f="left"===i&&p(c.right)>p(l.left)||"right"===i&&p(c.left)<p(l.right)||"top"===i&&p(c.bottom)>p(l.top)||"bottom"===i&&p(c.top)<p(l.bottom),d=p(c.left)<p(n.left),A=p(c.right)>p(n.right),h=p(c.top)<p(n.top),g=p(c.bottom)>p(n.bottom),v="left"===i&&d||"right"===i&&A||"top"===i&&h||"bottom"===i&&g,m=-1!==["top","bottom"].indexOf(i),b=!!e.flipVariations&&(m&&"start"===r&&d||m&&"end"===r&&A||!m&&"start"===r&&h||!m&&"end"===r&&g),C=!!e.flipVariationsByContent&&(m&&"start"===r&&A||m&&"end"===r&&d||!m&&"start"===r&&g||!m&&"end"===r&&h),y=b||C;(f||v||y)&&(t.flipped=!0,(f||v)&&(i=a[u+1]),y&&(r=function(t){return"end"===t?"start":"start"===t?"end":t}(r)),t.placement=i+(r?"-"+r:""),t.offsets.popper=w({},t.offsets.popper,N(t.instance.popper,t.offsets.reference,t.placement)),t=H(t.instance.modifiers,t,"flip"))})),t},behavior:"flip",padding:5,boundariesElement:"viewport",flipVariations:!1,flipVariationsByContent:!1},inner:{order:700,enabled:!1,fn:function(t){var e=t.placement,n=e.split("-")[0],i=t.offsets,o=i.popper,r=i.reference,a=-1!==["left","right"].indexOf(n),s=-1===["top","left"].indexOf(n);return o[a?"left":"top"]=r[n]-(s?o[a?"width":"height"]:0),t.placement=L(e),t.offsets.popper=k(o),t}},hide:{order:800,enabled:!0,fn:function(t){if(!J(t.instance.modifiers,"hide","preventOverflow"))return t;var e=t.offsets.reference,n=j(t.instance.modifiers,(function(t){return"preventOverflow"===t.name})).boundaries;if(e.bottom<n.top||e.left>n.right||e.top>n.bottom||e.right<n.left){if(!0===t.hide)return t;t.hide=!0,t.attributes["x-out-of-boundaries"]=""}else{if(!1===t.hide)return t;t.hide=!1,t.attributes["x-out-of-boundaries"]=!1}return t}},computeStyle:{order:850,enabled:!0,fn:function(t,e){var n=e.x,i=e.y,o=t.offsets.popper,r=j(t.instance.modifiers,(function(t){return"applyStyle"===t.name})).gpuAcceleration;void 0!==r&&console.warn("WARNING: `gpuAcceleration` option moved to `computeStyle` modifier and will not be supported in future versions of Popper.js!");var a=void 0!==r?r:e.gpuAcceleration,s=d(t.instance.popper),u=B(s),c={position:o.position},l=function(t,e){var n=t.offsets,i=n.popper,o=n.reference,r=Math.round,a=Math.floor,s=function(t){return t},u=r(o.width),c=r(i.width),l=-1!==["left","right"].indexOf(t.placement),p=-1!==t.placement.indexOf("-"),f=e?l||p||u%2==c%2?r:a:s,d=e?r:s;return{left:f(u%2==1&&c%2==1&&!p&&e?i.left-1:i.left),top:d(i.top),bottom:d(i.bottom),right:f(i.right)}}(t,window.devicePixelRatio<2||!Z),p="bottom"===n?"top":"bottom",f="right"===i?"left":"right",A=Q("transform"),h=void 0,g=void 0;if(g="bottom"===p?"HTML"===s.nodeName?-s.clientHeight+l.bottom:-u.height+l.bottom:l.top,h="right"===f?"HTML"===s.nodeName?-s.clientWidth+l.right:-u.width+l.right:l.left,a&&A)c[A]="translate3d("+h+"px, "+g+"px, 0)",c[p]=0,c[f]=0,c.willChange="transform";else{var v="bottom"===p?-1:1,m="right"===f?-1:1;c[p]=g*v,c[f]=h*m,c.willChange=p+", "+f}var b={"x-placement":t.placement};return t.attributes=w({},b,t.attributes),t.styles=w({},c,t.styles),t.arrowStyles=w({},t.offsets.arrow,t.arrowStyles),t},gpuAcceleration:!0,x:"bottom",y:"right"},applyStyle:{order:900,enabled:!0,fn:function(t){var e,n;return W(t.instance.popper,t.styles),e=t.instance.popper,n=t.attributes,Object.keys(n).forEach((function(t){!1!==n[t]?e.setAttribute(t,n[t]):e.removeAttribute(t)})),t.arrowElement&&Object.keys(t.arrowStyles).length&&W(t.arrowElement,t.arrowStyles),t},onLoad:function(t,e,n,i,o){var r=R(o,e,t,n.positionFixed),a=P(n.placement,r,e,t,n.modifiers.flip.boundariesElement,n.modifiers.flip.padding);return e.setAttribute("x-placement",a),W(e,{position:n.positionFixed?"fixed":"absolute"}),n},gpuAcceleration:void 0}}},at=function(){function t(e,n){var i=this,a=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{};y(this,t),this.scheduleUpdate=function(){return requestAnimationFrame(i.update)},this.update=o(this.update.bind(this)),this.options=w({},t.Defaults,a),this.state={isDestroyed:!1,isCreated:!1,scrollParents:[]},this.reference=e&&e.jquery?e[0]:e,this.popper=n&&n.jquery?n[0]:n,this.options.modifiers={},Object.keys(w({},t.Defaults.modifiers,a.modifiers)).forEach((function(e){i.options.modifiers[e]=w({},t.Defaults.modifiers[e]||{},a.modifiers?a.modifiers[e]:{})})),this.modifiers=Object.keys(this.options.modifiers).map((function(t){return w({name:t},i.options.modifiers[t])})).sort((function(t,e){return t.order-e.order})),this.modifiers.forEach((function(t){t.enabled&&r(t.onLoad)&&t.onLoad(i.reference,i.popper,i.options,t,i.state)})),this.update();var s=this.options.eventsEnabled;s&&this.enableEventListeners(),this.state.eventsEnabled=s}return x(t,[{key:"update",value:function(){return F.call(this)}},{key:"destroy",value:function(){return Y.call(this)}},{key:"enableEventListeners",value:function(){return _.call(this)}},{key:"disableEventListeners",value:function(){return G.call(this)}}]),t}();at.Utils=("undefined"!=typeof window?window:t).PopperUtils,at.placements=K,at.Defaults=rt,e.default=at}.call(this,n(17))},23:function(t,e){var n=Math.ceil,i=Math.floor;t.exports=function(t){return isNaN(t=+t)?0:(t>0?i:n)(t)}},232:function(t,e,n){"use strict";var i=n(26),o=n.n(i),r=n(27),a=n.n(r)()(o.a);a.push([t.i,'/**\n * Strengthify - show the weakness of a password (uses zxcvbn for this)\n * https://github.com/MorrisJobke/strengthify\n * Version: 0.5.9\n * License: The MIT License (MIT)\n * Copyright (c) 2013-2020 Morris Jobke <morris.jobke@gmail.com>\n */\n\n.strengthify-wrapper {\n position: relative;\n}\n\n.strengthify-wrapper > * {\n\t-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";\n\tfilter: alpha(opacity=0);\n\topacity: 0;\n\t-webkit-transition:all .5s ease-in-out;\n\t-moz-transition:all .5s ease-in-out;\n\ttransition:all .5s ease-in-out;\n}\n\n.strengthify-bg, .strengthify-container, .strengthify-separator {\n\theight: 3px;\n}\n\n.strengthify-bg, .strengthify-container {\n\tdisplay: block;\n\tposition: absolute;\n\twidth: 100%;\n}\n\n.strengthify-bg {\n\tbackground-color: #BBB;\n}\n\n.strengthify-separator {\n\tdisplay: inline-block;\n\tposition: absolute;\n\tbackground-color: #FFF;\n\twidth: 1px;\n\tz-index: 10;\n}\n\n.password-bad {\n\tbackground-color: #C33;\n}\n.password-medium {\n\tbackground-color: #F80;\n}\n.password-good {\n\tbackground-color: #3C3;\n}\n\ndiv[data-strengthifyMessage] {\n padding: 3px 8px;\n}\n\n.strengthify-tiles{\n\tfloat: right;\n}\n',"",{version:3,sources:["webpack://./node_modules/strengthify/strengthify.css"],names:[],mappings:"AAAA;;;;;;EAME;;AAEF;IACI,kBAAkB;AACtB;;AAEA;CACC,+DAA+D;CAC/D,wBAAwB;CACxB,UAAU;CACV,sCAAsC;CACtC,mCAAmC;CACnC,8BAA8B;AAC/B;;AAEA;CACC,WAAW;AACZ;;AAEA;CACC,cAAc;CACd,kBAAkB;CAClB,WAAW;AACZ;;AAEA;CACC,sBAAsB;AACvB;;AAEA;CACC,qBAAqB;CACrB,kBAAkB;CAClB,sBAAsB;CACtB,UAAU;CACV,WAAW;AACZ;;AAEA;CACC,sBAAsB;AACvB;AACA;CACC,sBAAsB;AACvB;AACA;CACC,sBAAsB;AACvB;;AAEA;IACI,gBAAgB;AACpB;;AAEA;CACC,YAAY;AACb",sourcesContent:['/**\n * Strengthify - show the weakness of a password (uses zxcvbn for this)\n * https://github.com/MorrisJobke/strengthify\n * Version: 0.5.9\n * License: The MIT License (MIT)\n * Copyright (c) 2013-2020 Morris Jobke <morris.jobke@gmail.com>\n */\n\n.strengthify-wrapper {\n position: relative;\n}\n\n.strengthify-wrapper > * {\n\t-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";\n\tfilter: alpha(opacity=0);\n\topacity: 0;\n\t-webkit-transition:all .5s ease-in-out;\n\t-moz-transition:all .5s ease-in-out;\n\ttransition:all .5s ease-in-out;\n}\n\n.strengthify-bg, .strengthify-container, .strengthify-separator {\n\theight: 3px;\n}\n\n.strengthify-bg, .strengthify-container {\n\tdisplay: block;\n\tposition: absolute;\n\twidth: 100%;\n}\n\n.strengthify-bg {\n\tbackground-color: #BBB;\n}\n\n.strengthify-separator {\n\tdisplay: inline-block;\n\tposition: absolute;\n\tbackground-color: #FFF;\n\twidth: 1px;\n\tz-index: 10;\n}\n\n.password-bad {\n\tbackground-color: #C33;\n}\n.password-medium {\n\tbackground-color: #F80;\n}\n.password-good {\n\tbackground-color: #3C3;\n}\n\ndiv[data-strengthifyMessage] {\n padding: 3px 8px;\n}\n\n.strengthify-tiles{\n\tfloat: right;\n}\n'],sourceRoot:""}]),e.a=a},235:function(t,e,n){var i,o,r;o=[n(0)],void 0===(r="function"==typeof(i=function(t){return t.ui=t.ui||{},t.ui.version="1.12.1"})?i.apply(e,o):i)||(t.exports=r)},25:function(t,e,n){"use strict";var i,o=function(){return void 0===i&&(i=Boolean(window&&document&&document.all&&!window.atob)),i},r=function(){var t={};return function(e){if(void 0===t[e]){var n=document.querySelector(e);if(window.HTMLIFrameElement&&n instanceof window.HTMLIFrameElement)try{n=n.contentDocument.head}catch(t){n=null}t[e]=n}return t[e]}}(),a=[];function s(t){for(var e=-1,n=0;n<a.length;n++)if(a[n].identifier===t){e=n;break}return e}function u(t,e){for(var n={},i=[],o=0;o<t.length;o++){var r=t[o],u=e.base?r[0]+e.base:r[0],c=n[u]||0,l="".concat(u," ").concat(c);n[u]=c+1;var p=s(l),f={css:r[1],media:r[2],sourceMap:r[3]};-1!==p?(a[p].references++,a[p].updater(f)):a.push({identifier:l,updater:g(f,e),references:1}),i.push(l)}return i}function c(t){var e=document.createElement("style"),i=t.attributes||{};if(void 0===i.nonce){var o=n.nc;o&&(i.nonce=o)}if(Object.keys(i).forEach((function(t){e.setAttribute(t,i[t])})),"function"==typeof t.insert)t.insert(e);else{var a=r(t.insert||"head");if(!a)throw new Error("Couldn't find a style target. This probably means that the value for the 'insert' parameter is invalid.");a.appendChild(e)}return e}var l,p=(l=[],function(t,e){return l[t]=e,l.filter(Boolean).join("\n")});function f(t,e,n,i){var o=n?"":i.media?"@media ".concat(i.media," {").concat(i.css,"}"):i.css;if(t.styleSheet)t.styleSheet.cssText=p(e,o);else{var r=document.createTextNode(o),a=t.childNodes;a[e]&&t.removeChild(a[e]),a.length?t.insertBefore(r,a[e]):t.appendChild(r)}}function d(t,e,n){var i=n.css,o=n.media,r=n.sourceMap;if(o?t.setAttribute("media",o):t.removeAttribute("media"),r&&"undefined"!=typeof btoa&&(i+="\n/*# sourceMappingURL=data:application/json;base64,".concat(btoa(unescape(encodeURIComponent(JSON.stringify(r))))," */")),t.styleSheet)t.styleSheet.cssText=i;else{for(;t.firstChild;)t.removeChild(t.firstChild);t.appendChild(document.createTextNode(i))}}var A=null,h=0;function g(t,e){var n,i,o;if(e.singleton){var r=h++;n=A||(A=c(e)),i=f.bind(null,n,r,!1),o=f.bind(null,n,r,!0)}else n=c(e),i=d.bind(null,n,e),o=function(){!function(t){if(null===t.parentNode)return!1;t.parentNode.removeChild(t)}(n)};return i(t),function(e){if(e){if(e.css===t.css&&e.media===t.media&&e.sourceMap===t.sourceMap)return;i(t=e)}else o()}}t.exports=function(t,e){(e=e||{}).singleton||"boolean"==typeof e.singleton||(e.singleton=o());var n=u(t=t||[],e);return function(t){if(t=t||[],"[object Array]"===Object.prototype.toString.call(t)){for(var i=0;i<n.length;i++){var o=s(n[i]);a[o].references--}for(var r=u(t,e),c=0;c<n.length;c++){var l=s(n[c]);0===a[l].references&&(a[l].updater(),a.splice(l,1))}n=r}}}},26:function(t,e,n){"use strict";function i(t,e){return function(t){if(Array.isArray(t))return t}(t)||function(t,e){var n=t&&("undefined"!=typeof Symbol&&t[Symbol.iterator]||t["@@iterator"]);if(null==n)return;var i,o,r=[],a=!0,s=!1;try{for(n=n.call(t);!(a=(i=n.next()).done)&&(r.push(i.value),!e||r.length!==e);a=!0);}catch(t){s=!0,o=t}finally{try{a||null==n.return||n.return()}finally{if(s)throw o}}return r}(t,e)||function(t,e){if(!t)return;if("string"==typeof t)return o(t,e);var n=Object.prototype.toString.call(t).slice(8,-1);"Object"===n&&t.constructor&&(n=t.constructor.name);if("Map"===n||"Set"===n)return Array.from(t);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return o(t,e)}(t,e)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function o(t,e){(null==e||e>t.length)&&(e=t.length);for(var n=0,i=new Array(e);n<e;n++)i[n]=t[n];return i}t.exports=function(t){var e=i(t,4),n=e[1],o=e[3];if("function"==typeof btoa){var r=btoa(unescape(encodeURIComponent(JSON.stringify(o)))),a="sourceMappingURL=data:application/json;charset=utf-8;base64,".concat(r),s="/*# ".concat(a," */"),u=o.sources.map((function(t){return"/*# sourceURL=".concat(o.sourceRoot||"").concat(t," */")}));return[n].concat(u).concat([s]).join("\n")}return[n].join("\n")}},27:function(t,e,n){"use strict";t.exports=function(t){var e=[];return e.toString=function(){return this.map((function(e){var n=t(e);return e[2]?"@media ".concat(e[2]," {").concat(n,"}"):n})).join("")},e.i=function(t,n,i){"string"==typeof t&&(t=[[null,t,""]]);var o={};if(i)for(var r=0;r<this.length;r++){var a=this[r][0];null!=a&&(o[a]=!0)}for(var s=0;s<t.length;s++){var u=[].concat(t[s]);i&&o[u[0]]||(n&&(u[2]?u[2]="".concat(n," and ").concat(u[2]):u[2]=n),e.push(u))}},e}},28:function(t,e){var n={}.toString;t.exports=function(t){return n.call(t).slice(8,-1)}},29:function(t,e,n){var i=n(11),o=n(64),r=n(33),a=n(22),s=n(34),u=n(13),c=n(77),l=Object.getOwnPropertyDescriptor;e.f=i?l:function(t,e){if(t=a(t),e=s(e,!0),c)try{return l(t,e)}catch(t){}if(u(t,e))return r(!o.f.call(t,e),t[e])}},3:function(t,e,n){var i=n(5),o=n(29).f,r=n(18),a=n(21),s=n(52),u=n(110),c=n(94);t.exports=function(t,e){var n,l,p,f,d,A=t.target,h=t.global,g=t.stat;if(n=h?i:g?i[A]||s(A,{}):(i[A]||{}).prototype)for(l in e){if(f=e[l],p=t.noTargetGet?(d=o(n,l))&&d.value:n[l],!c(h?l:A+(g?".":"#")+l,t.forced)&&void 0!==p){if(typeof f==typeof p)continue;u(f,p)}(t.sham||p&&p.sham)&&r(f,"sham",!0),a(n,l,f,t)}}},30:function(t,e,n){"use strict";t.exports=function(t,e){return e||(e={}),"string"!=typeof(t=t&&t.__esModule?t.default:t)?t:(/^['"].*['"]$/.test(t)&&(t=t.slice(1,-1)),e.hash&&(t+=e.hash),/["'() \t\n]/.test(t)||e.needQuotes?'"'.concat(t.replace(/"/g,'\\"').replace(/\n/g,"\\n"),'"'):t)}},32:function(t,e,n){var i=n(104),o=n(5),r=function(t){return"function"==typeof t?t:void 0};t.exports=function(t,e){return arguments.length<2?r(i[t])||r(o[t]):i[t]&&i[t][e]||o[t]&&o[t][e]}},33:function(t,e){t.exports=function(t,e){return{enumerable:!(1&t),configurable:!(2&t),writable:!(4&t),value:e}}},34:function(t,e,n){var i=n(10);t.exports=function(t,e){if(!i(t))return t;var n,o;if(e&&"function"==typeof(n=t.toString)&&!i(o=n.call(t)))return o;if("function"==typeof(n=t.valueOf)&&!i(o=n.call(t)))return o;if(!e&&"function"==typeof(n=t.toString)&&!i(o=n.call(t)))return o;throw TypeError("Can't convert object to primitive value")}},35:function(t,e,n){var i,o,r,a=n(121),s=n(5),u=n(10),c=n(18),l=n(13),p=n(53),f=n(78),d=n(55),A=s.WeakMap;if(a||p.state){var h=p.state||(p.state=new A),g=h.get,v=h.has,m=h.set;i=function(t,e){if(v.call(h,t))throw new TypeError("Object already initialized");return e.facade=t,m.call(h,t,e),e},o=function(t){return g.call(h,t)||{}},r=function(t){return v.call(h,t)}}else{var b=f("state");d[b]=!0,i=function(t,e){if(l(t,b))throw new TypeError("Object already initialized");return e.facade=t,c(t,b,e),e},o=function(t){return l(t,b)?t[b]:{}},r=function(t){return l(t,b)}}t.exports={set:i,get:o,has:r,enforce:function(t){return r(t)?o(t):i(t,{})},getterFor:function(t){return function(e){var n;if(!u(e)||(n=o(e)).type!==t)throw TypeError("Incompatible receiver, "+t+" required");return n}}}},39:function(t,e,n){"use strict";function i(){return"undefined"==typeof OC?(console.warn("No OC found"),"en"):OC.getLocale()}n(40),n(62),Object.defineProperty(e,"__esModule",{value:!0}),e.getLocale=i,e.getCanonicalLocale=function(){return i().replace(/_/g,"-")},e.getLanguage=function(){if("undefined"==typeof OC)return console.warn("No OC found"),"en";return OC.getLanguage()},e.translate=function(t,e,n,i,o){if("undefined"==typeof OC)return console.warn("No OC found"),e;return OC.L10N.translate(t,e,n,i,o)},e.translatePlural=function(t,e,n,i,o,r){if("undefined"==typeof OC)return console.warn("No OC found"),e;return OC.L10N.translatePlural(t,e,n,i,o,r)},e.getFirstDay=function(){if(void 0===window.firstDay)return console.warn("No firstDay found"),1;return window.firstDay},e.getDayNames=function(){if(void 0===window.dayNames)return console.warn("No dayNames found"),["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"];return window.dayNames},e.getDayNamesShort=function(){if(void 0===window.dayNamesShort)return console.warn("No dayNamesShort found"),["Sun.","Mon.","Tue.","Wed.","Thu.","Fri.","Sat."];return window.dayNamesShort},e.getDayNamesMin=function(){if(void 0===window.dayNamesMin)return console.warn("No dayNamesMin found"),["Su","Mo","Tu","We","Th","Fr","Sa"];return window.dayNamesMin},e.getMonthNames=function(){if(void 0===window.monthNames)return console.warn("No monthNames found"),["January","February","March","April","May","June","July","August","September","October","November","December"];return window.monthNames},e.getMonthNamesShort=function(){if(void 0===window.monthNamesShort)return console.warn("No monthNamesShort found"),["Jan.","Feb.","Mar.","Apr.","May.","Jun.","Jul.","Aug.","Sep.","Oct.","Nov.","Dec."];return window.monthNamesShort}},4:function(t,e){t.exports=function(t){try{return!!t()}catch(t){return!0}}},40:function(t,e,n){"use strict";var i=n(3),o=n(48);i({target:"RegExp",proto:!0,forced:/./.exec!==o},{exec:o})},41:function(t,e,n){"use strict";n.r(e),function(t,i){n.d(e,"emit",(function(){return So})),n.d(e,"subscribe",(function(){return To})),n.d(e,"unsubscribe",(function(){return Oo}));var o="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof window?window:void 0!==t?t:"undefined"!=typeof self?self:{};function r(t){var e={exports:{}};return t(e,e.exports),e.exports}var a=function(t){return t&&t.Math==Math&&t},s=a("object"==typeof globalThis&&globalThis)||a("object"==typeof window&&window)||a("object"==typeof self&&self)||a("object"==typeof o&&o)||function(){return this}()||Function("return this")(),u=function(t){try{return!!t()}catch(t){return!0}},c=!u((function(){return 7!=Object.defineProperty({},1,{get:function(){return 7}})[1]})),l={}.propertyIsEnumerable,p=Object.getOwnPropertyDescriptor,f={f:p&&!l.call({1:2},1)?function(t){var e=p(this,t);return!!e&&e.enumerable}:l},d=function(t,e){return{enumerable:!(1&t),configurable:!(2&t),writable:!(4&t),value:e}},A={}.toString,h=function(t){return A.call(t).slice(8,-1)},g="".split,v=u((function(){return!Object("z").propertyIsEnumerable(0)}))?function(t){return"String"==h(t)?g.call(t,""):Object(t)}:Object,m=function(t){if(null==t)throw TypeError("Can't call method on "+t);return t},b=function(t){return v(m(t))},C=function(t){return"object"==typeof t?null!==t:"function"==typeof t},y=function(t,e){if(!C(t))return t;var n,i;if(e&&"function"==typeof(n=t.toString)&&!C(i=n.call(t)))return i;if("function"==typeof(n=t.valueOf)&&!C(i=n.call(t)))return i;if(!e&&"function"==typeof(n=t.toString)&&!C(i=n.call(t)))return i;throw TypeError("Can't convert object to primitive value")},x=function(t){return Object(m(t))},E={}.hasOwnProperty,w=function(t,e){return E.call(x(t),e)},k=s.document,B=C(k)&&C(k.createElement),D=function(t){return B?k.createElement(t):{}},T=!c&&!u((function(){return 7!=Object.defineProperty(D("div"),"a",{get:function(){return 7}}).a})),O=Object.getOwnPropertyDescriptor,S={f:c?O:function(t,e){if(t=b(t),e=y(e,!0),T)try{return O(t,e)}catch(t){}if(w(t,e))return d(!f.f.call(t,e),t[e])}},V=function(t){if(!C(t))throw TypeError(String(t)+" is not an object");return t},I=Object.defineProperty,P={f:c?I:function(t,e,n){if(V(t),e=y(e,!0),V(n),T)try{return I(t,e,n)}catch(t){}if("get"in n||"set"in n)throw TypeError("Accessors not supported");return"value"in n&&(t[e]=n.value),t}},R=c?function(t,e,n){return P.f(t,e,d(1,n))}:function(t,e,n){return t[e]=n,t},M=function(t,e){try{R(s,t,e)}catch(n){s[t]=e}return e},L=s["__core-js_shared__"]||M("__core-js_shared__",{}),N=Function.toString;"function"!=typeof L.inspectSource&&(L.inspectSource=function(t){return N.call(t)});var j,H,F,q=L.inspectSource,Q=s.WeakMap,Y="function"==typeof Q&&/native code/.test(q(Q)),z=r((function(t){(t.exports=function(t,e){return L[t]||(L[t]=void 0!==e?e:{})})("versions",[]).push({version:"3.11.2",mode:"global",copyright:"© 2021 Denis Pushkarev (zloirock.ru)"})})),U=0,_=Math.random(),G=function(t){return"Symbol("+String(void 0===t?"":t)+")_"+(++U+_).toString(36)},X=z("keys"),W=function(t){return X[t]||(X[t]=G(t))},Z={},J=s.WeakMap;if(Y){var K=L.state||(L.state=new J),$=K.get,tt=K.has,et=K.set;j=function(t,e){if(tt.call(K,t))throw new TypeError("Object already initialized");return e.facade=t,et.call(K,t,e),e},H=function(t){return $.call(K,t)||{}},F=function(t){return tt.call(K,t)}}else{var nt=W("state");Z[nt]=!0,j=function(t,e){if(w(t,nt))throw new TypeError("Object already initialized");return e.facade=t,R(t,nt,e),e},H=function(t){return w(t,nt)?t[nt]:{}},F=function(t){return w(t,nt)}}var it={set:j,get:H,has:F,enforce:function(t){return F(t)?H(t):j(t,{})},getterFor:function(t){return function(e){var n;if(!C(e)||(n=H(e)).type!==t)throw TypeError("Incompatible receiver, "+t+" required");return n}}},ot=r((function(t){var e=it.get,n=it.enforce,i=String(String).split("String");(t.exports=function(t,e,o,r){var a,u=!!r&&!!r.unsafe,c=!!r&&!!r.enumerable,l=!!r&&!!r.noTargetGet;"function"==typeof o&&("string"!=typeof e||w(o,"name")||R(o,"name",e),(a=n(o)).source||(a.source=i.join("string"==typeof e?e:""))),t!==s?(u?!l&&t[e]&&(c=!0):delete t[e],c?t[e]=o:R(t,e,o)):c?t[e]=o:M(e,o)})(Function.prototype,"toString",(function(){return"function"==typeof this&&e(this).source||q(this)}))})),rt=s,at=function(t){return"function"==typeof t?t:void 0},st=function(t,e){return arguments.length<2?at(rt[t])||at(s[t]):rt[t]&&rt[t][e]||s[t]&&s[t][e]},ut=Math.ceil,ct=Math.floor,lt=function(t){return isNaN(t=+t)?0:(t>0?ct:ut)(t)},pt=Math.min,ft=function(t){return t>0?pt(lt(t),9007199254740991):0},dt=Math.max,At=Math.min,ht=function(t){return function(e,n,i){var o,r=b(e),a=ft(r.length),s=function(t,e){var n=lt(t);return n<0?dt(n+e,0):At(n,e)}(i,a);if(t&&n!=n){for(;a>s;)if((o=r[s++])!=o)return!0}else for(;a>s;s++)if((t||s in r)&&r[s]===n)return t||s||0;return!t&&-1}},gt={includes:ht(!0),indexOf:ht(!1)}.indexOf,vt=function(t,e){var n,i=b(t),o=0,r=[];for(n in i)!w(Z,n)&&w(i,n)&&r.push(n);for(;e.length>o;)w(i,n=e[o++])&&(~gt(r,n)||r.push(n));return r},mt=["constructor","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","toLocaleString","toString","valueOf"],bt=mt.concat("length","prototype"),Ct={f:Object.getOwnPropertyNames||function(t){return vt(t,bt)}},yt={f:Object.getOwnPropertySymbols},xt=st("Reflect","ownKeys")||function(t){var e=Ct.f(V(t)),n=yt.f;return n?e.concat(n(t)):e},Et=function(t,e){for(var n=xt(e),i=P.f,o=S.f,r=0;r<n.length;r++){var a=n[r];w(t,a)||i(t,a,o(e,a))}},wt=/#|\.prototype\./,kt=function(t,e){var n=Dt[Bt(t)];return n==Ot||n!=Tt&&("function"==typeof e?u(e):!!e)},Bt=kt.normalize=function(t){return String(t).replace(wt,".").toLowerCase()},Dt=kt.data={},Tt=kt.NATIVE="N",Ot=kt.POLYFILL="P",St=kt,Vt=S.f,It=function(t,e){var n,i,o,r,a,u=t.target,c=t.global,l=t.stat;if(n=c?s:l?s[u]||M(u,{}):(s[u]||{}).prototype)for(i in e){if(r=e[i],o=t.noTargetGet?(a=Vt(n,i))&&a.value:n[i],!St(c?i:u+(l?".":"#")+i,t.forced)&&void 0!==o){if(typeof r==typeof o)continue;Et(r,o)}(t.sham||o&&o.sham)&&R(r,"sham",!0),ot(n,i,r,t)}};It({target:"Number",stat:!0},{MAX_SAFE_INTEGER:9007199254740991});var Pt,Rt=Object.setPrototypeOf||("__proto__"in{}?function(){var t,e=!1,n={};try{(t=Object.getOwnPropertyDescriptor(Object.prototype,"__proto__").set).call(n,[]),e=n instanceof Array}catch(t){}return function(n,i){return V(n),function(t){if(!C(t)&&null!==t)throw TypeError("Can't set "+String(t)+" as a prototype")}(i),e?t.call(n,i):n.__proto__=i,n}}():void 0),Mt=function(t,e,n){var i,o;return Rt&&"function"==typeof(i=e.constructor)&&i!==n&&C(o=i.prototype)&&o!==n.prototype&&Rt(t,o),t},Lt=Object.keys||function(t){return vt(t,mt)},Nt=c?Object.defineProperties:function(t,e){V(t);for(var n,i=Lt(e),o=i.length,r=0;o>r;)P.f(t,n=i[r++],e[n]);return t},jt=st("document","documentElement"),Ht=W("IE_PROTO"),Ft=function(){},qt=function(t){return"<script>"+t+"<\/script>"},Qt=function(){try{Pt=document.domain&&new ActiveXObject("htmlfile")}catch(t){}var t,e;Qt=Pt?function(t){t.write(qt("")),t.close();var e=t.parentWindow.Object;return t=null,e}(Pt):((e=D("iframe")).style.display="none",jt.appendChild(e),e.src=String("javascript:"),(t=e.contentWindow.document).open(),t.write(qt("document.F=Object")),t.close(),t.F);for(var n=mt.length;n--;)delete Qt.prototype[mt[n]];return Qt()};Z[Ht]=!0;var Yt=Object.create||function(t,e){var n;return null!==t?(Ft.prototype=V(t),n=new Ft,Ft.prototype=null,n[Ht]=t):n=Qt(),void 0===e?n:Nt(n,e)},zt="\t\n\v\f\r                 \u2028\u2029\ufeff",Ut="["+zt+"]",_t=RegExp("^"+Ut+Ut+"*"),Gt=RegExp(Ut+Ut+"*$"),Xt=function(t){return function(e){var n=String(m(e));return 1&t&&(n=n.replace(_t,"")),2&t&&(n=n.replace(Gt,"")),n}},Wt={start:Xt(1),end:Xt(2),trim:Xt(3)},Zt=Ct.f,Jt=S.f,Kt=P.f,$t=Wt.trim,te=s.Number,ee=te.prototype,ne="Number"==h(Yt(ee)),ie=function(t){var e,n,i,o,r,a,s,u,c=y(t,!1);if("string"==typeof c&&c.length>2)if(43===(e=(c=$t(c)).charCodeAt(0))||45===e){if(88===(n=c.charCodeAt(2))||120===n)return NaN}else if(48===e){switch(c.charCodeAt(1)){case 66:case 98:i=2,o=49;break;case 79:case 111:i=8,o=55;break;default:return+c}for(a=(r=c.slice(2)).length,s=0;s<a;s++)if((u=r.charCodeAt(s))<48||u>o)return NaN;return parseInt(r,i)}return+c};if(St("Number",!te(" 0o1")||!te("0b1")||te("+0x1"))){for(var oe,re=function(t){var e=arguments.length<1?0:t,n=this;return n instanceof re&&(ne?u((function(){ee.valueOf.call(n)})):"Number"!=h(n))?Mt(new te(ie(e)),n,re):ie(e)},ae=c?Zt(te):"MAX_VALUE,MIN_VALUE,NaN,NEGATIVE_INFINITY,POSITIVE_INFINITY,EPSILON,isFinite,isInteger,isNaN,isSafeInteger,MAX_SAFE_INTEGER,MIN_SAFE_INTEGER,parseFloat,parseInt,isInteger,fromString,range".split(","),se=0;ae.length>se;se++)w(te,oe=ae[se])&&!w(re,oe)&&Kt(re,oe,Jt(te,oe));re.prototype=ee,ee.constructor=re,ot(s,"Number",re)}var ue,ce,le={SEMVER_SPEC_VERSION:"2.0.0",MAX_LENGTH:256,MAX_SAFE_INTEGER:Number.MAX_SAFE_INTEGER||9007199254740991,MAX_SAFE_COMPONENT_LENGTH:16},pe="process"==h(s.process),fe=st("navigator","userAgent")||"",de=s.process,Ae=de&&de.versions,he=Ae&&Ae.v8;he?ce=(ue=he.split("."))[0]+ue[1]:fe&&(!(ue=fe.match(/Edge\/(\d+)/))||ue[1]>=74)&&(ue=fe.match(/Chrome\/(\d+)/))&&(ce=ue[1]);var ge=ce&&+ce,ve=!!Object.getOwnPropertySymbols&&!u((function(){return!Symbol.sham&&(pe?38===ge:ge>37&&ge<41)})),me=ve&&!Symbol.sham&&"symbol"==typeof Symbol.iterator,be=z("wks"),Ce=s.Symbol,ye=me?Ce:Ce&&Ce.withoutSetter||G,xe=function(t){return w(be,t)&&(ve||"string"==typeof be[t])||(ve&&w(Ce,t)?be[t]=Ce[t]:be[t]=ye("Symbol."+t)),be[t]},Ee=xe("match"),we=function(t){var e;return C(t)&&(void 0!==(e=t[Ee])?!!e:"RegExp"==h(t))},ke=function(){var t=V(this),e="";return t.global&&(e+="g"),t.ignoreCase&&(e+="i"),t.multiline&&(e+="m"),t.dotAll&&(e+="s"),t.unicode&&(e+="u"),t.sticky&&(e+="y"),e};function Be(t,e){return RegExp(t,e)}var De={UNSUPPORTED_Y:u((function(){var t=Be("a","y");return t.lastIndex=2,null!=t.exec("abcd")})),BROKEN_CARET:u((function(){var t=Be("^r","gy");return t.lastIndex=2,null!=t.exec("str")}))},Te=xe("species"),Oe=function(t){var e=st(t),n=P.f;c&&e&&!e[Te]&&n(e,Te,{configurable:!0,get:function(){return this}})},Se=P.f,Ve=Ct.f,Ie=it.enforce,Pe=xe("match"),Re=s.RegExp,Me=Re.prototype,Le=/a/g,Ne=/a/g,je=new Re(Le)!==Le,He=De.UNSUPPORTED_Y;if(c&&St("RegExp",!je||He||u((function(){return Ne[Pe]=!1,Re(Le)!=Le||Re(Ne)==Ne||"/a/i"!=Re(Le,"i")})))){for(var Fe=function(t,e){var n,i=this instanceof Fe,o=we(t),r=void 0===e;if(!i&&o&&t.constructor===Fe&&r)return t;je?o&&!r&&(t=t.source):t instanceof Fe&&(r&&(e=ke.call(t)),t=t.source),He&&(n=!!e&&e.indexOf("y")>-1)&&(e=e.replace(/y/g,""));var a=Mt(je?new Re(t,e):Re(t,e),i?this:Me,Fe);He&&n&&(Ie(a).sticky=!0);return a},qe=function(t){t in Fe||Se(Fe,t,{configurable:!0,get:function(){return Re[t]},set:function(e){Re[t]=e}})},Qe=Ve(Re),Ye=0;Qe.length>Ye;)qe(Qe[Ye++]);Me.constructor=Fe,Fe.prototype=Me,ot(s,"RegExp",Fe)}Oe("RegExp");var ze=RegExp.prototype.exec,Ue=z("native-string-replace",String.prototype.replace),_e=ze,Ge=function(){var t=/a/,e=/b*/g;return ze.call(t,"a"),ze.call(e,"a"),0!==t.lastIndex||0!==e.lastIndex}(),Xe=De.UNSUPPORTED_Y||De.BROKEN_CARET,We=void 0!==/()??/.exec("")[1];(Ge||We||Xe)&&(_e=function(t){var e,n,i,o,r=this,a=Xe&&r.sticky,s=ke.call(r),u=r.source,c=0,l=t;return a&&(-1===(s=s.replace("y","")).indexOf("g")&&(s+="g"),l=String(t).slice(r.lastIndex),r.lastIndex>0&&(!r.multiline||r.multiline&&"\n"!==t[r.lastIndex-1])&&(u="(?: "+u+")",l=" "+l,c++),n=new RegExp("^(?:"+u+")",s)),We&&(n=new RegExp("^"+u+"$(?!\\s)",s)),Ge&&(e=r.lastIndex),i=ze.call(a?n:r,l),a?i?(i.input=i.input.slice(c),i[0]=i[0].slice(c),i.index=r.lastIndex,r.lastIndex+=i[0].length):r.lastIndex=0:Ge&&i&&(r.lastIndex=r.global?i.index+i[0].length:e),We&&i&&i.length>1&&Ue.call(i[0],n,(function(){for(o=1;o<arguments.length-2;o++)void 0===arguments[o]&&(i[o]=void 0)})),i});var Ze=_e;It({target:"RegExp",proto:!0,forced:/./.exec!==Ze},{exec:Ze});var Je=RegExp.prototype,Ke=Je.toString,$e=u((function(){return"/a/b"!=Ke.call({source:"a",flags:"b"})})),tn="toString"!=Ke.name;($e||tn)&&ot(RegExp.prototype,"toString",(function(){var t=V(this),e=String(t.source),n=t.flags;return"/"+e+"/"+String(void 0===n&&t instanceof RegExp&&!("flags"in Je)?ke.call(t):n)}),{unsafe:!0});var en=Array.isArray||function(t){return"Array"==h(t)},nn=function(t,e,n){var i=y(e);i in t?P.f(t,i,d(0,n)):t[i]=n},on=xe("species"),rn=function(t,e){var n;return en(t)&&("function"!=typeof(n=t.constructor)||n!==Array&&!en(n.prototype)?C(n)&&null===(n=n[on])&&(n=void 0):n=void 0),new(void 0===n?Array:n)(0===e?0:e)},an=xe("species"),sn=function(t){return ge>=51||!u((function(){var e=[];return(e.constructor={})[an]=function(){return{foo:1}},1!==e[t](Boolean).foo}))},un=xe("isConcatSpreadable"),cn=ge>=51||!u((function(){var t=[];return t[un]=!1,t.concat()[0]!==t})),ln=sn("concat"),pn=function(t){if(!C(t))return!1;var e=t[un];return void 0!==e?!!e:en(t)};function fn(t){return(fn="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(t)}function dn(t,e){for(var n=0;n<e.length;n++){var i=e[n];i.enumerable=i.enumerable||!1,i.configurable=!0,"value"in i&&(i.writable=!0),Object.defineProperty(t,i.key,i)}}It({target:"Array",proto:!0,forced:!cn||!ln},{concat:function(t){var e,n,i,o,r,a=x(this),s=rn(a,0),u=0;for(e=-1,i=arguments.length;e<i;e++)if(pn(r=-1===e?a:arguments[e])){if(u+(o=ft(r.length))>9007199254740991)throw TypeError("Maximum allowed index exceeded");for(n=0;n<o;n++,u++)n in r&&nn(s,u,r[n])}else{if(u>=9007199254740991)throw TypeError("Maximum allowed index exceeded");nn(s,u++,r)}return s.length=u,s}});var An="object"===(void 0===i?"undefined":fn(i))&&i.env&&i.env.NODE_DEBUG&&/\bsemver\b/i.test(i.env.NODE_DEBUG)?function(){for(var t,e=arguments.length,n=new Array(e),i=0;i<e;i++)n[i]=arguments[i];return(t=console).error.apply(t,["SEMVER"].concat(n))}:function(){},hn=r((function(t,e){var n=le.MAX_SAFE_COMPONENT_LENGTH,i=(e=t.exports={}).re=[],o=e.src=[],r=e.t={},a=0,s=function(t,e,n){var s=a++;An(s,e),r[t]=s,o[s]=e,i[s]=new RegExp(e,n?"g":void 0)};s("NUMERICIDENTIFIER","0|[1-9]\\d*"),s("NUMERICIDENTIFIERLOOSE","[0-9]+"),s("NONNUMERICIDENTIFIER","\\d*[a-zA-Z-][a-zA-Z0-9-]*"),s("MAINVERSION","(".concat(o[r.NUMERICIDENTIFIER],")\\.")+"(".concat(o[r.NUMERICIDENTIFIER],")\\.")+"(".concat(o[r.NUMERICIDENTIFIER],")")),s("MAINVERSIONLOOSE","(".concat(o[r.NUMERICIDENTIFIERLOOSE],")\\.")+"(".concat(o[r.NUMERICIDENTIFIERLOOSE],")\\.")+"(".concat(o[r.NUMERICIDENTIFIERLOOSE],")")),s("PRERELEASEIDENTIFIER","(?:".concat(o[r.NUMERICIDENTIFIER],"|").concat(o[r.NONNUMERICIDENTIFIER],")")),s("PRERELEASEIDENTIFIERLOOSE","(?:".concat(o[r.NUMERICIDENTIFIERLOOSE],"|").concat(o[r.NONNUMERICIDENTIFIER],")")),s("PRERELEASE","(?:-(".concat(o[r.PRERELEASEIDENTIFIER],"(?:\\.").concat(o[r.PRERELEASEIDENTIFIER],")*))")),s("PRERELEASELOOSE","(?:-?(".concat(o[r.PRERELEASEIDENTIFIERLOOSE],"(?:\\.").concat(o[r.PRERELEASEIDENTIFIERLOOSE],")*))")),s("BUILDIDENTIFIER","[0-9A-Za-z-]+"),s("BUILD","(?:\\+(".concat(o[r.BUILDIDENTIFIER],"(?:\\.").concat(o[r.BUILDIDENTIFIER],")*))")),s("FULLPLAIN","v?".concat(o[r.MAINVERSION]).concat(o[r.PRERELEASE],"?").concat(o[r.BUILD],"?")),s("FULL","^".concat(o[r.FULLPLAIN],"$")),s("LOOSEPLAIN","[v=\\s]*".concat(o[r.MAINVERSIONLOOSE]).concat(o[r.PRERELEASELOOSE],"?").concat(o[r.BUILD],"?")),s("LOOSE","^".concat(o[r.LOOSEPLAIN],"$")),s("GTLT","((?:<|>)?=?)"),s("XRANGEIDENTIFIERLOOSE","".concat(o[r.NUMERICIDENTIFIERLOOSE],"|x|X|\\*")),s("XRANGEIDENTIFIER","".concat(o[r.NUMERICIDENTIFIER],"|x|X|\\*")),s("XRANGEPLAIN","[v=\\s]*(".concat(o[r.XRANGEIDENTIFIER],")")+"(?:\\.(".concat(o[r.XRANGEIDENTIFIER],")")+"(?:\\.(".concat(o[r.XRANGEIDENTIFIER],")")+"(?:".concat(o[r.PRERELEASE],")?").concat(o[r.BUILD],"?")+")?)?"),s("XRANGEPLAINLOOSE","[v=\\s]*(".concat(o[r.XRANGEIDENTIFIERLOOSE],")")+"(?:\\.(".concat(o[r.XRANGEIDENTIFIERLOOSE],")")+"(?:\\.(".concat(o[r.XRANGEIDENTIFIERLOOSE],")")+"(?:".concat(o[r.PRERELEASELOOSE],")?").concat(o[r.BUILD],"?")+")?)?"),s("XRANGE","^".concat(o[r.GTLT],"\\s*").concat(o[r.XRANGEPLAIN],"$")),s("XRANGELOOSE","^".concat(o[r.GTLT],"\\s*").concat(o[r.XRANGEPLAINLOOSE],"$")),s("COERCE","".concat("(^|[^\\d])(\\d{1,").concat(n,"})")+"(?:\\.(\\d{1,".concat(n,"}))?")+"(?:\\.(\\d{1,".concat(n,"}))?")+"(?:$|[^\\d])"),s("COERCERTL",o[r.COERCE],!0),s("LONETILDE","(?:~>?)"),s("TILDETRIM","(\\s*)".concat(o[r.LONETILDE],"\\s+"),!0),e.tildeTrimReplace="$1~",s("TILDE","^".concat(o[r.LONETILDE]).concat(o[r.XRANGEPLAIN],"$")),s("TILDELOOSE","^".concat(o[r.LONETILDE]).concat(o[r.XRANGEPLAINLOOSE],"$")),s("LONECARET","(?:\\^)"),s("CARETTRIM","(\\s*)".concat(o[r.LONECARET],"\\s+"),!0),e.caretTrimReplace="$1^",s("CARET","^".concat(o[r.LONECARET]).concat(o[r.XRANGEPLAIN],"$")),s("CARETLOOSE","^".concat(o[r.LONECARET]).concat(o[r.XRANGEPLAINLOOSE],"$")),s("COMPARATORLOOSE","^".concat(o[r.GTLT],"\\s*(").concat(o[r.LOOSEPLAIN],")$|^$")),s("COMPARATOR","^".concat(o[r.GTLT],"\\s*(").concat(o[r.FULLPLAIN],")$|^$")),s("COMPARATORTRIM","(\\s*)".concat(o[r.GTLT],"\\s*(").concat(o[r.LOOSEPLAIN],"|").concat(o[r.XRANGEPLAIN],")"),!0),e.comparatorTrimReplace="$1$2$3",s("HYPHENRANGE","^\\s*(".concat(o[r.XRANGEPLAIN],")")+"\\s+-\\s+"+"(".concat(o[r.XRANGEPLAIN],")")+"\\s*$"),s("HYPHENRANGELOOSE","^\\s*(".concat(o[r.XRANGEPLAINLOOSE],")")+"\\s+-\\s+"+"(".concat(o[r.XRANGEPLAINLOOSE],")")+"\\s*$"),s("STAR","(<|>)?=?\\s*\\*"),s("GTE0","^\\s*>=\\s*0.0.0\\s*$"),s("GTE0PRE","^\\s*>=\\s*0.0.0-0\\s*$")})),gn=xe("species"),vn=!u((function(){var t=/./;return t.exec=function(){var t=[];return t.groups={a:"7"},t},"7"!=="".replace(t,"$<a>")})),mn="$0"==="a".replace(/./,"$0"),bn=xe("replace"),Cn=!!/./[bn]&&""===/./[bn]("a","$0"),yn=!u((function(){var t=/(?:)/,e=t.exec;t.exec=function(){return e.apply(this,arguments)};var n="ab".split(t);return 2!==n.length||"a"!==n[0]||"b"!==n[1]})),xn=function(t,e,n,i){var o=xe(t),r=!u((function(){var e={};return e[o]=function(){return 7},7!=""[t](e)})),a=r&&!u((function(){var e=!1,n=/a/;return"split"===t&&((n={}).constructor={},n.constructor[gn]=function(){return n},n.flags="",n[o]=/./[o]),n.exec=function(){return e=!0,null},n[o](""),!e}));if(!r||!a||"replace"===t&&(!vn||!mn||Cn)||"split"===t&&!yn){var s=/./[o],c=n(o,""[t],(function(t,e,n,i,o){return e.exec===RegExp.prototype.exec?r&&!o?{done:!0,value:s.call(e,n,i)}:{done:!0,value:t.call(n,e,i)}:{done:!1}}),{REPLACE_KEEPS_$0:mn,REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE:Cn}),l=c[0],p=c[1];ot(String.prototype,t,l),ot(RegExp.prototype,o,2==e?function(t,e){return p.call(t,this,e)}:function(t){return p.call(t,this)})}i&&R(RegExp.prototype[o],"sham",!0)},En=function(t){return function(e,n){var i,o,r=String(m(e)),a=lt(n),s=r.length;return a<0||a>=s?t?"":void 0:(i=r.charCodeAt(a))<55296||i>56319||a+1===s||(o=r.charCodeAt(a+1))<56320||o>57343?t?r.charAt(a):i:t?r.slice(a,a+2):o-56320+(i-55296<<10)+65536}},wn={codeAt:En(!1),charAt:En(!0)},kn=wn.charAt,Bn=function(t,e,n){return e+(n?kn(t,e).length:1)},Dn=function(t,e){var n=t.exec;if("function"==typeof n){var i=n.call(t,e);if("object"!=typeof i)throw TypeError("RegExp exec method returned something other than an Object or null");return i}if("RegExp"!==h(t))throw TypeError("RegExp#exec called on incompatible receiver");return Ze.call(t,e)};xn("match",1,(function(t,e,n){return[function(e){var n=m(this),i=null==e?void 0:e[t];return void 0!==i?i.call(e,n):new RegExp(e)[t](String(n))},function(t){var i=n(e,t,this);if(i.done)return i.value;var o=V(t),r=String(this);if(!o.global)return Dn(o,r);var a=o.unicode;o.lastIndex=0;for(var s,u=[],c=0;null!==(s=Dn(o,r));){var l=String(s[0]);u[c]=l,""===l&&(o.lastIndex=Bn(r,ft(o.lastIndex),a)),c++}return 0===c?null:u}]}));var Tn=Wt.trim;It({target:"String",proto:!0,forced:function(t){return u((function(){return!!zt[t]()||"​…᠎"!="​…᠎"[t]()||zt[t].name!==t}))}("trim")},{trim:function(){return Tn(this)}});var On=function(t){if("function"!=typeof t)throw TypeError(String(t)+" is not a function");return t},Sn=function(t,e,n){if(On(t),void 0===e)return t;switch(n){case 0:return function(){return t.call(e)};case 1:return function(n){return t.call(e,n)};case 2:return function(n,i){return t.call(e,n,i)};case 3:return function(n,i,o){return t.call(e,n,i,o)}}return function(){return t.apply(e,arguments)}},Vn=[].push,In=function(t){var e=1==t,n=2==t,i=3==t,o=4==t,r=6==t,a=7==t,s=5==t||r;return function(u,c,l,p){for(var f,d,A=x(u),h=v(A),g=Sn(c,l,3),m=ft(h.length),b=0,C=p||rn,y=e?C(u,m):n||a?C(u,0):void 0;m>b;b++)if((s||b in h)&&(d=g(f=h[b],b,A),t))if(e)y[b]=d;else if(d)switch(t){case 3:return!0;case 5:return f;case 6:return b;case 2:Vn.call(y,f)}else switch(t){case 4:return!1;case 7:Vn.call(y,f)}return r?-1:i||o?o:y}},Pn={forEach:In(0),map:In(1),filter:In(2),some:In(3),every:In(4),find:In(5),findIndex:In(6),filterOut:In(7)},Rn=Pn.map,Mn=sn("map");It({target:"Array",proto:!0,forced:!Mn},{map:function(t){return Rn(this,t,arguments.length>1?arguments[1]:void 0)}});var Ln=xe("species"),Nn=De.UNSUPPORTED_Y,jn=[].push,Hn=Math.min;xn("split",2,(function(t,e,n){var i;return i="c"=="abbc".split(/(b)*/)[1]||4!="test".split(/(?:)/,-1).length||2!="ab".split(/(?:ab)*/).length||4!=".".split(/(.?)(.?)/).length||".".split(/()()/).length>1||"".split(/.?/).length?function(t,n){var i=String(m(this)),o=void 0===n?4294967295:n>>>0;if(0===o)return[];if(void 0===t)return[i];if(!we(t))return e.call(i,t,o);for(var r,a,s,u=[],c=(t.ignoreCase?"i":"")+(t.multiline?"m":"")+(t.unicode?"u":"")+(t.sticky?"y":""),l=0,p=new RegExp(t.source,c+"g");(r=Ze.call(p,i))&&!((a=p.lastIndex)>l&&(u.push(i.slice(l,r.index)),r.length>1&&r.index<i.length&&jn.apply(u,r.slice(1)),s=r[0].length,l=a,u.length>=o));)p.lastIndex===r.index&&p.lastIndex++;return l===i.length?!s&&p.test("")||u.push(""):u.push(i.slice(l)),u.length>o?u.slice(0,o):u}:"0".split(void 0,0).length?function(t,n){return void 0===t&&0===n?[]:e.call(this,t,n)}:e,[function(e,n){var o=m(this),r=null==e?void 0:e[t];return void 0!==r?r.call(e,o,n):i.call(String(o),e,n)},function(t,o){var r=n(i,t,this,o,i!==e);if(r.done)return r.value;var a=V(t),s=String(this),u=function(t,e){var n,i=V(t).constructor;return void 0===i||null==(n=V(i)[Ln])?e:On(n)}(a,RegExp),c=a.unicode,l=(a.ignoreCase?"i":"")+(a.multiline?"m":"")+(a.unicode?"u":"")+(Nn?"g":"y"),p=new u(Nn?"^(?:"+a.source+")":a,l),f=void 0===o?4294967295:o>>>0;if(0===f)return[];if(0===s.length)return null===Dn(p,s)?[s]:[];for(var d=0,A=0,h=[];A<s.length;){p.lastIndex=Nn?0:A;var g,v=Dn(p,Nn?s.slice(A):s);if(null===v||(g=Hn(ft(p.lastIndex+(Nn?A:0)),s.length))===d)A=Bn(s,A,c);else{if(h.push(s.slice(d,A)),h.length===f)return h;for(var m=1;m<=v.length-1;m++)if(h.push(v[m]),h.length===f)return h;A=d=g}}return h.push(s.slice(d)),h}]}),Nn);var Fn=function(t,e){var n=[][t];return!!n&&u((function(){n.call(null,e||function(){throw 1},1)}))},qn=[].join,Qn=v!=Object,Yn=Fn("join",",");It({target:"Array",proto:!0,forced:Qn||!Yn},{join:function(t){return qn.call(b(this),void 0===t?",":t)}});var zn=Pn.filter,Un=sn("filter");It({target:"Array",proto:!0,forced:!Un},{filter:function(t){return zn(this,t,arguments.length>1?arguments[1]:void 0)}});var _n=["includePrerelease","loose","rtl"],Gn=function(t){return t?"object"!==fn(t)?{loose:!0}:_n.filter((function(e){return t[e]})).reduce((function(t,e){return t[e]=!0,t}),{}):{}},Xn=/^[0-9]+$/,Wn=function(t,e){var n=Xn.test(t),i=Xn.test(e);return n&&i&&(t=+t,e=+e),t===e?0:n&&!i?-1:i&&!n?1:t<e?-1:1},Zn=Wn,Jn=le.MAX_LENGTH,Kn=le.MAX_SAFE_INTEGER,$n=hn.re,ti=hn.t,ei=Zn,ni=function(){function t(e,n){if(function(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}(this,t),n=Gn(n),e instanceof t){if(e.loose===!!n.loose&&e.includePrerelease===!!n.includePrerelease)return e;e=e.version}else if("string"!=typeof e)throw new TypeError("Invalid Version: ".concat(e));if(e.length>Jn)throw new TypeError("version is longer than ".concat(Jn," characters"));An("SemVer",e,n),this.options=n,this.loose=!!n.loose,this.includePrerelease=!!n.includePrerelease;var i=e.trim().match(n.loose?$n[ti.LOOSE]:$n[ti.FULL]);if(!i)throw new TypeError("Invalid Version: ".concat(e));if(this.raw=e,this.major=+i[1],this.minor=+i[2],this.patch=+i[3],this.major>Kn||this.major<0)throw new TypeError("Invalid major version");if(this.minor>Kn||this.minor<0)throw new TypeError("Invalid minor version");if(this.patch>Kn||this.patch<0)throw new TypeError("Invalid patch version");i[4]?this.prerelease=i[4].split(".").map((function(t){if(/^[0-9]+$/.test(t)){var e=+t;if(e>=0&&e<Kn)return e}return t})):this.prerelease=[],this.build=i[5]?i[5].split("."):[],this.format()}var e,n,i;return e=t,(n=[{key:"format",value:function(){return this.version="".concat(this.major,".").concat(this.minor,".").concat(this.patch),this.prerelease.length&&(this.version+="-".concat(this.prerelease.join("."))),this.version}},{key:"toString",value:function(){return this.version}},{key:"compare",value:function(e){if(An("SemVer.compare",this.version,this.options,e),!(e instanceof t)){if("string"==typeof e&&e===this.version)return 0;e=new t(e,this.options)}return e.version===this.version?0:this.compareMain(e)||this.comparePre(e)}},{key:"compareMain",value:function(e){return e instanceof t||(e=new t(e,this.options)),ei(this.major,e.major)||ei(this.minor,e.minor)||ei(this.patch,e.patch)}},{key:"comparePre",value:function(e){if(e instanceof t||(e=new t(e,this.options)),this.prerelease.length&&!e.prerelease.length)return-1;if(!this.prerelease.length&&e.prerelease.length)return 1;if(!this.prerelease.length&&!e.prerelease.length)return 0;var n=0;do{var i=this.prerelease[n],o=e.prerelease[n];if(An("prerelease compare",n,i,o),void 0===i&&void 0===o)return 0;if(void 0===o)return 1;if(void 0===i)return-1;if(i!==o)return ei(i,o)}while(++n)}},{key:"compareBuild",value:function(e){e instanceof t||(e=new t(e,this.options));var n=0;do{var i=this.build[n],o=e.build[n];if(An("prerelease compare",n,i,o),void 0===i&&void 0===o)return 0;if(void 0===o)return 1;if(void 0===i)return-1;if(i!==o)return ei(i,o)}while(++n)}},{key:"inc",value:function(t,e){switch(t){case"premajor":this.prerelease.length=0,this.patch=0,this.minor=0,this.major++,this.inc("pre",e);break;case"preminor":this.prerelease.length=0,this.patch=0,this.minor++,this.inc("pre",e);break;case"prepatch":this.prerelease.length=0,this.inc("patch",e),this.inc("pre",e);break;case"prerelease":0===this.prerelease.length&&this.inc("patch",e),this.inc("pre",e);break;case"major":0===this.minor&&0===this.patch&&0!==this.prerelease.length||this.major++,this.minor=0,this.patch=0,this.prerelease=[];break;case"minor":0===this.patch&&0!==this.prerelease.length||this.minor++,this.patch=0,this.prerelease=[];break;case"patch":0===this.prerelease.length&&this.patch++,this.prerelease=[];break;case"pre":if(0===this.prerelease.length)this.prerelease=[0];else{for(var n=this.prerelease.length;--n>=0;)"number"==typeof this.prerelease[n]&&(this.prerelease[n]++,n=-2);-1===n&&this.prerelease.push(0)}e&&(this.prerelease[0]===e?isNaN(this.prerelease[1])&&(this.prerelease=[e,0]):this.prerelease=[e,0]);break;default:throw new Error("invalid increment argument: ".concat(t))}return this.format(),this.raw=this.version,this}}])&&dn(e.prototype,n),i&&dn(e,i),t}(),ii=le.MAX_LENGTH,oi=hn.re,ri=hn.t,ai=function(t,e){if(e=Gn(e),t instanceof ni)return t;if("string"!=typeof t)return null;if(t.length>ii)return null;if(!(e.loose?oi[ri.LOOSE]:oi[ri.FULL]).test(t))return null;try{return new ni(t,e)}catch(t){return null}},si=function(t,e){var n=ai(t,e);return n?n.version:null},ui=function(t,e){return new ni(t,e).major},ci="1.3.0",li=function(){function t(t){"function"==typeof t.getVersion&&si(t.getVersion())?ui(t.getVersion())!==ui(this.getVersion())&&console.warn("Proxying an event bus of version "+t.getVersion()+" with "+this.getVersion()):console.warn("Proxying an event bus with an unknown or invalid version"),this.bus=t}return t.prototype.getVersion=function(){return ci},t.prototype.subscribe=function(t,e){this.bus.subscribe(t,e)},t.prototype.unsubscribe=function(t,e){this.bus.unsubscribe(t,e)},t.prototype.emit=function(t,e){this.bus.emit(t,e)},t}(),pi=xe("unscopables"),fi=Array.prototype;null==fi[pi]&&P.f(fi,pi,{configurable:!0,value:Yt(null)});var di,Ai,hi,gi=function(t){fi[pi][t]=!0},vi={},mi=!u((function(){function t(){}return t.prototype.constructor=null,Object.getPrototypeOf(new t)!==t.prototype})),bi=W("IE_PROTO"),Ci=Object.prototype,yi=mi?Object.getPrototypeOf:function(t){return t=x(t),w(t,bi)?t[bi]:"function"==typeof t.constructor&&t instanceof t.constructor?t.constructor.prototype:t instanceof Object?Ci:null},xi=xe("iterator"),Ei=!1;[].keys&&("next"in(hi=[].keys())?(Ai=yi(yi(hi)))!==Object.prototype&&(di=Ai):Ei=!0),(null==di||u((function(){var t={};return di[xi].call(t)!==t})))&&(di={}),w(di,xi)||R(di,xi,(function(){return this}));var wi={IteratorPrototype:di,BUGGY_SAFARI_ITERATORS:Ei},ki=P.f,Bi=xe("toStringTag"),Di=function(t,e,n){t&&!w(t=n?t:t.prototype,Bi)&&ki(t,Bi,{configurable:!0,value:e})},Ti=wi.IteratorPrototype,Oi=function(){return this},Si=wi.IteratorPrototype,Vi=wi.BUGGY_SAFARI_ITERATORS,Ii=xe("iterator"),Pi=function(){return this},Ri=function(t,e,n,i,o,r,a){!function(t,e,n){var i=e+" Iterator";t.prototype=Yt(Ti,{next:d(1,n)}),Di(t,i,!1),vi[i]=Oi}(n,e,i);var s,u,c,l=function(t){if(t===o&&g)return g;if(!Vi&&t in A)return A[t];switch(t){case"keys":case"values":case"entries":return function(){return new n(this,t)}}return function(){return new n(this)}},p=e+" Iterator",f=!1,A=t.prototype,h=A[Ii]||A["@@iterator"]||o&&A[o],g=!Vi&&h||l(o),v="Array"==e&&A.entries||h;if(v&&(s=yi(v.call(new t)),Si!==Object.prototype&&s.next&&(yi(s)!==Si&&(Rt?Rt(s,Si):"function"!=typeof s[Ii]&&R(s,Ii,Pi)),Di(s,p,!0))),"values"==o&&h&&"values"!==h.name&&(f=!0,g=function(){return h.call(this)}),A[Ii]!==g&&R(A,Ii,g),vi[e]=g,o)if(u={values:l("values"),keys:r?g:l("keys"),entries:l("entries")},a)for(c in u)(Vi||f||!(c in A))&&ot(A,c,u[c]);else It({target:e,proto:!0,forced:Vi||f},u);return u},Mi=it.set,Li=it.getterFor("Array Iterator"),Ni=Ri(Array,"Array",(function(t,e){Mi(this,{type:"Array Iterator",target:b(t),index:0,kind:e})}),(function(){var t=Li(this),e=t.target,n=t.kind,i=t.index++;return!e||i>=e.length?(t.target=void 0,{value:void 0,done:!0}):"keys"==n?{value:i,done:!1}:"values"==n?{value:e[i],done:!1}:{value:[i,e[i]],done:!1}}),"values");vi.Arguments=vi.Array,gi("keys"),gi("values"),gi("entries");var ji=!u((function(){return Object.isExtensible(Object.preventExtensions({}))})),Hi=r((function(t){var e=P.f,n=G("meta"),i=0,o=Object.isExtensible||function(){return!0},r=function(t){e(t,n,{value:{objectID:"O"+ ++i,weakData:{}}})},a=t.exports={REQUIRED:!1,fastKey:function(t,e){if(!C(t))return"symbol"==typeof t?t:("string"==typeof t?"S":"P")+t;if(!w(t,n)){if(!o(t))return"F";if(!e)return"E";r(t)}return t[n].objectID},getWeakData:function(t,e){if(!w(t,n)){if(!o(t))return!0;if(!e)return!1;r(t)}return t[n].weakData},onFreeze:function(t){return ji&&a.REQUIRED&&o(t)&&!w(t,n)&&r(t),t}};Z[n]=!0})),Fi=xe("iterator"),qi=Array.prototype,Qi={};Qi[xe("toStringTag")]="z";var Yi="[object z]"===String(Qi),zi=xe("toStringTag"),Ui="Arguments"==h(function(){return arguments}()),_i=Yi?h:function(t){var e,n,i;return void 0===t?"Undefined":null===t?"Null":"string"==typeof(n=function(t,e){try{return t[e]}catch(t){}}(e=Object(t),zi))?n:Ui?h(e):"Object"==(i=h(e))&&"function"==typeof e.callee?"Arguments":i},Gi=xe("iterator"),Xi=function(t){var e=t.return;if(void 0!==e)return V(e.call(t)).value},Wi=function(t,e){this.stopped=t,this.result=e},Zi=function(t,e,n){var i,o,r,a,s,u,c,l,p=n&&n.that,f=!(!n||!n.AS_ENTRIES),d=!(!n||!n.IS_ITERATOR),A=!(!n||!n.INTERRUPTED),h=Sn(e,p,1+f+A),g=function(t){return i&&Xi(i),new Wi(!0,t)},v=function(t){return f?(V(t),A?h(t[0],t[1],g):h(t[0],t[1])):A?h(t,g):h(t)};if(d)i=t;else{if("function"!=typeof(o=function(t){if(null!=t)return t[Gi]||t["@@iterator"]||vi[_i(t)]}(t)))throw TypeError("Target is not iterable");if(void 0!==(l=o)&&(vi.Array===l||qi[Fi]===l)){for(r=0,a=ft(t.length);a>r;r++)if((s=v(t[r]))&&s instanceof Wi)return s;return new Wi(!1)}i=o.call(t)}for(u=i.next;!(c=u.call(i)).done;){try{s=v(c.value)}catch(t){throw Xi(i),t}if("object"==typeof s&&s&&s instanceof Wi)return s}return new Wi(!1)},Ji=function(t,e,n){if(!(t instanceof e))throw TypeError("Incorrect "+(n?n+" ":"")+"invocation");return t},Ki=xe("iterator"),$i=!1;try{var to=0,eo={next:function(){return{done:!!to++}},return:function(){$i=!0}};eo[Ki]=function(){return this},Array.from(eo,(function(){throw 2}))}catch(t){}var no=function(t,e,n){for(var i in e)ot(t,i,e[i],n);return t},io=P.f,oo=Hi.fastKey,ro=it.set,ao=it.getterFor;!function(t,e,n){var i=-1!==t.indexOf("Map"),o=-1!==t.indexOf("Weak"),r=i?"set":"add",a=s[t],c=a&&a.prototype,l=a,p={},f=function(t){var e=c[t];ot(c,t,"add"==t?function(t){return e.call(this,0===t?0:t),this}:"delete"==t?function(t){return!(o&&!C(t))&&e.call(this,0===t?0:t)}:"get"==t?function(t){return o&&!C(t)?void 0:e.call(this,0===t?0:t)}:"has"==t?function(t){return!(o&&!C(t))&&e.call(this,0===t?0:t)}:function(t,n){return e.call(this,0===t?0:t,n),this})};if(St(t,"function"!=typeof a||!(o||c.forEach&&!u((function(){(new a).entries().next()})))))l=n.getConstructor(e,t,i,r),Hi.REQUIRED=!0;else if(St(t,!0)){var d=new l,A=d[r](o?{}:-0,1)!=d,h=u((function(){d.has(1)})),g=function(t,e){if(!e&&!$i)return!1;var n=!1;try{var i={};i[Ki]=function(){return{next:function(){return{done:n=!0}}}},t(i)}catch(t){}return n}((function(t){new a(t)})),v=!o&&u((function(){for(var t=new a,e=5;e--;)t[r](e,e);return!t.has(-0)}));g||((l=e((function(e,n){Ji(e,l,t);var o=Mt(new a,e,l);return null!=n&&Zi(n,o[r],{that:o,AS_ENTRIES:i}),o}))).prototype=c,c.constructor=l),(h||v)&&(f("delete"),f("has"),i&&f("get")),(v||A)&&f(r),o&&c.clear&&delete c.clear}p[t]=l,It({global:!0,forced:l!=a},p),Di(l,t),o||n.setStrong(l,t,i)}("Map",(function(t){return function(){return t(this,arguments.length?arguments[0]:void 0)}}),{getConstructor:function(t,e,n,i){var o=t((function(t,r){Ji(t,o,e),ro(t,{type:e,index:Yt(null),first:void 0,last:void 0,size:0}),c||(t.size=0),null!=r&&Zi(r,t[i],{that:t,AS_ENTRIES:n})})),r=ao(e),a=function(t,e,n){var i,o,a=r(t),u=s(t,e);return u?u.value=n:(a.last=u={index:o=oo(e,!0),key:e,value:n,previous:i=a.last,next:void 0,removed:!1},a.first||(a.first=u),i&&(i.next=u),c?a.size++:t.size++,"F"!==o&&(a.index[o]=u)),t},s=function(t,e){var n,i=r(t),o=oo(e);if("F"!==o)return i.index[o];for(n=i.first;n;n=n.next)if(n.key==e)return n};return no(o.prototype,{clear:function(){for(var t=r(this),e=t.index,n=t.first;n;)n.removed=!0,n.previous&&(n.previous=n.previous.next=void 0),delete e[n.index],n=n.next;t.first=t.last=void 0,c?t.size=0:this.size=0},delete:function(t){var e=r(this),n=s(this,t);if(n){var i=n.next,o=n.previous;delete e.index[n.index],n.removed=!0,o&&(o.next=i),i&&(i.previous=o),e.first==n&&(e.first=i),e.last==n&&(e.last=o),c?e.size--:this.size--}return!!n},forEach:function(t){for(var e,n=r(this),i=Sn(t,arguments.length>1?arguments[1]:void 0,3);e=e?e.next:n.first;)for(i(e.value,e.key,this);e&&e.removed;)e=e.previous},has:function(t){return!!s(this,t)}}),no(o.prototype,n?{get:function(t){var e=s(this,t);return e&&e.value},set:function(t,e){return a(this,0===t?0:t,e)}}:{add:function(t){return a(this,t=0===t?0:t,t)}}),c&&io(o.prototype,"size",{get:function(){return r(this).size}}),o},setStrong:function(t,e,n){var i=e+" Iterator",o=ao(e),r=ao(i);Ri(t,e,(function(t,e){ro(this,{type:i,target:t,state:o(t),kind:e,last:void 0})}),(function(){for(var t=r(this),e=t.kind,n=t.last;n&&n.removed;)n=n.previous;return t.target&&(t.last=n=n?n.next:t.state.first)?"keys"==e?{value:n.key,done:!1}:"values"==e?{value:n.value,done:!1}:{value:[n.key,n.value],done:!1}:(t.target=void 0,{value:void 0,done:!0})}),n?"entries":"values",!n,!0),Oe(e)}});var so=Yi?{}.toString:function(){return"[object "+_i(this)+"]"};Yi||ot(Object.prototype,"toString",so,{unsafe:!0});var uo=wn.charAt,co=it.set,lo=it.getterFor("String Iterator");Ri(String,"String",(function(t){co(this,{type:"String Iterator",string:String(t),index:0})}),(function(){var t,e=lo(this),n=e.string,i=e.index;return i>=n.length?{value:void 0,done:!0}:(t=uo(n,i),e.index+=t.length,{value:t,done:!1})}));var po={CSSRuleList:0,CSSStyleDeclaration:0,CSSValueList:0,ClientRectList:0,DOMRectList:0,DOMStringList:0,DOMTokenList:1,DataTransferItemList:0,FileList:0,HTMLAllCollection:0,HTMLCollection:0,HTMLFormElement:0,HTMLSelectElement:0,MediaList:0,MimeTypeArray:0,NamedNodeMap:0,NodeList:1,PaintRequestList:0,Plugin:0,PluginArray:0,SVGLengthList:0,SVGNumberList:0,SVGPathSegList:0,SVGPointList:0,SVGStringList:0,SVGTransformList:0,SourceBufferList:0,StyleSheetList:0,TextTrackCueList:0,TextTrackList:0,TouchList:0},fo=xe("iterator"),Ao=xe("toStringTag"),ho=Ni.values;for(var go in po){var vo=s[go],mo=vo&&vo.prototype;if(mo){if(mo[fo]!==ho)try{R(mo,fo,ho)}catch(t){mo[fo]=ho}if(mo[Ao]||R(mo,Ao,go),po[go])for(var bo in Ni)if(mo[bo]!==Ni[bo])try{R(mo,bo,Ni[bo])}catch(t){mo[bo]=Ni[bo]}}}var Co=Pn.forEach,yo=Fn("forEach")?[].forEach:function(t){return Co(this,t,arguments.length>1?arguments[1]:void 0)};for(var xo in po){var Eo=s[xo],wo=Eo&&Eo.prototype;if(wo&&wo.forEach!==yo)try{R(wo,"forEach",yo)}catch(t){wo.forEach=yo}}var ko="1.3.0",Bo=function(){function t(){this.handlers=new Map}return t.prototype.getVersion=function(){return ko},t.prototype.subscribe=function(t,e){this.handlers.set(t,(this.handlers.get(t)||[]).concat(e))},t.prototype.unsubscribe=function(t,e){this.handlers.set(t,(this.handlers.get(t)||[]).filter((function(t){return t!=e})))},t.prototype.emit=function(t,e){(this.handlers.get(t)||[]).forEach((function(t){try{t(e)}catch(t){console.error("could not invoke event listener",t)}}))},t}();var Do=(void 0!==window.OC&&window.OC._eventBus&&void 0===window._nc_event_bus&&(console.warn("found old event bus instance at OC._eventBus. Update your version!"),window._nc_event_bus=window.OC._eventBus),void 0!==window._nc_event_bus?new li(window._nc_event_bus):window._nc_event_bus=new Bo);function To(t,e){Do.subscribe(t,e)}function Oo(t,e){Do.unsubscribe(t,e)}function So(t,e){Do.emit(t,e)}}.call(this,n(17),n(57))},43:function(t,e,n){var i=n(4),o=n(28),r="".split;t.exports=i((function(){return!Object("z").propertyIsEnumerable(0)}))?function(t){return"String"==o(t)?r.call(t,""):Object(t)}:Object},44:function(t,e){t.exports=!1},47:function(t,e,n){var i=n(44),o=n(53);(t.exports=function(t,e){return o[t]||(o[t]=void 0!==e?e:{})})("versions",[]).push({version:"3.13.1",mode:i?"pure":"global",copyright:"© 2021 Denis Pushkarev (zloirock.ru)"})},48:function(t,e,n){"use strict";var i,o,r=n(61),a=n(86),s=n(47),u=RegExp.prototype.exec,c=s("native-string-replace",String.prototype.replace),l=u,p=(i=/a/,o=/b*/g,u.call(i,"a"),u.call(o,"a"),0!==i.lastIndex||0!==o.lastIndex),f=a.UNSUPPORTED_Y||a.BROKEN_CARET,d=void 0!==/()??/.exec("")[1];(p||d||f)&&(l=function(t){var e,n,i,o,a=this,s=f&&a.sticky,l=r.call(a),A=a.source,h=0,g=t;return s&&(-1===(l=l.replace("y","")).indexOf("g")&&(l+="g"),g=String(t).slice(a.lastIndex),a.lastIndex>0&&(!a.multiline||a.multiline&&"\n"!==t[a.lastIndex-1])&&(A="(?: "+A+")",g=" "+g,h++),n=new RegExp("^(?:"+A+")",l)),d&&(n=new RegExp("^"+A+"$(?!\\s)",l)),p&&(e=a.lastIndex),i=u.call(s?n:a,g),s?i?(i.input=i.input.slice(h),i[0]=i[0].slice(h),i.index=a.lastIndex,a.lastIndex+=i[0].length):a.lastIndex=0:p&&i&&(a.lastIndex=a.global?i.index+i[0].length:e),d&&i&&i.length>1&&c.call(i[0],n,(function(){for(o=1;o<arguments.length-2;o++)void 0===arguments[o]&&(i[o]=void 0)})),i}),t.exports=l},5:function(t,e,n){(function(e){var n=function(t){return t&&t.Math==Math&&t};t.exports=n("object"==typeof globalThis&&globalThis)||n("object"==typeof window&&window)||n("object"==typeof self&&self)||n("object"==typeof e&&e)||function(){return this}()||Function("return this")()}).call(this,n(17))},50:function(t,e,n){var i,o,r=n(5),a=n(88),s=r.process,u=s&&s.versions,c=u&&u.v8;c?o=(i=c.split("."))[0]<4?1:i[0]+i[1]:a&&(!(i=a.match(/Edge\/(\d+)/))||i[1]>=74)&&(i=a.match(/Chrome\/(\d+)/))&&(o=i[1]),t.exports=o&&+o},515:function(t,e,n){"use strict";var i=n(0),o=n.n(i);
+/**
+ * @copyright 2018 Christoph Wurst <christoph@winzerhof-wurst.at>
+ *
+ * @author Christoph Wurst <christoph@winzerhof-wurst.at>
+ * @author John Molakvoæ <skjnldsv@protonmail.com>
+ *
+ * @license GNU AGPL version 3 or any later version
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Affero General Public License as
+ * published by the Free Software Foundation, either version 3 of the
+ * License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Affero General Public License for more details.
+ *
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ *
*/
-function(e){var t,n,i,o,r,s,a,u,c,l,p,f,d,h,g,v,m,A,y,b="sizzle"+1*new Date,x=e.document,w=0,E=0,C=re(),k=re(),D=re(),O=function(e,t){return e===t&&(p=!0),0},V={}.hasOwnProperty,T=[],R=T.pop,S=T.push,B=T.push,P=T.slice,L=function(e,t){for(var n=0,i=e.length;n<i;n++)if(e[n]===t)return n;return-1},I="checked|selected|async|autofocus|autoplay|controls|defer|disabled|hidden|ismap|loop|multiple|open|readonly|required|scoped",M="[\\x20\\t\\r\\n\\f]",N="(?:\\\\.|[\\w-]|[^\\x00-\\xa0])+",j=N.replace("w","w#"),H="\\["+M+"*("+N+")(?:"+M+"*([*^$|!~]?=)"+M+"*(?:'((?:\\\\.|[^\\\\'])*)'|\"((?:\\\\.|[^\\\\\"])*)\"|("+j+"))|)"+M+"*\\]",F=":("+N+")(?:\\((('((?:\\\\.|[^\\\\'])*)'|\"((?:\\\\.|[^\\\\\"])*)\")|((?:\\\\.|[^\\\\()[\\]]|"+H+")*)|.*)\\)|)",Q=new RegExp(M+"+","g"),Y=new RegExp("^"+M+"+|((?:^|[^\\\\])(?:\\\\.)*)"+M+"+$","g"),z=new RegExp("^"+M+"*,"+M+"*"),q=new RegExp("^"+M+"*([>+~]|"+M+")"+M+"*"),G=new RegExp("="+M+"*([^\\]'\"]*?)"+M+"*\\]","g"),U=new RegExp(F),X=new RegExp("^"+j+"$"),Z={ID:new RegExp("^#("+N+")"),CLASS:new RegExp("^\\.("+N+")"),TAG:new RegExp("^("+N.replace("w","w*")+")"),ATTR:new RegExp("^"+H),PSEUDO:new RegExp("^"+F),CHILD:new RegExp("^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\("+M+"*(even|odd|(([+-]|)(\\d*)n|)"+M+"*(?:([+-]|)"+M+"*(\\d+)|))"+M+"*\\)|)","i"),bool:new RegExp("^(?:"+I+")$","i"),needsContext:new RegExp("^"+M+"*[>+~]|:(even|odd|eq|gt|lt|nth|first|last)(?:\\("+M+"*((?:-\\d)?\\d*)"+M+"*\\)|)(?=[^-]|$)","i")},W=/^(?:input|select|textarea|button)$/i,J=/^h\d$/i,K=/^[^{]+\{\s*\[native \w/,_=/^(?:#([\w-]+)|(\w+)|\.([\w-]+))$/,$=/[+~]/,ee=/'|\\/g,te=new RegExp("\\\\([\\da-f]{1,6}"+M+"?|("+M+")|.)","ig"),ne=function(e,t,n){var i="0x"+t-65536;return i!=i||n?t:i<0?String.fromCharCode(i+65536):String.fromCharCode(i>>10|55296,1023&i|56320)},ie=function(){f()};try{B.apply(T=P.call(x.childNodes),x.childNodes),T[x.childNodes.length].nodeType}catch(e){B={apply:T.length?function(e,t){S.apply(e,P.call(t))}:function(e,t){for(var n=e.length,i=0;e[n++]=t[i++];);e.length=n-1}}}function oe(e,t,i,o){var r,a,c,l,p,h,m,A,w,E;if((t?t.ownerDocument||t:x)!==d&&f(t),i=i||[],l=(t=t||d).nodeType,"string"!=typeof e||!e||1!==l&&9!==l&&11!==l)return i;if(!o&&g){if(11!==l&&(r=_.exec(e)))if(c=r[1]){if(9===l){if(!(a=t.getElementById(c))||!a.parentNode)return i;if(a.id===c)return i.push(a),i}else if(t.ownerDocument&&(a=t.ownerDocument.getElementById(c))&&y(t,a)&&a.id===c)return i.push(a),i}else{if(r[2])return B.apply(i,t.getElementsByTagName(e)),i;if((c=r[3])&&n.getElementsByClassName)return B.apply(i,t.getElementsByClassName(c)),i}if(n.qsa&&(!v||!v.test(e))){if(A=m=b,w=t,E=1!==l&&e,1===l&&"object"!==t.nodeName.toLowerCase()){for(h=s(e),(m=t.getAttribute("id"))?A=m.replace(ee,"\\$&"):t.setAttribute("id",A),A="[id='"+A+"'] ",p=h.length;p--;)h[p]=A+ge(h[p]);w=$.test(e)&&de(t.parentNode)||t,E=h.join(",")}if(E)try{return B.apply(i,w.querySelectorAll(E)),i}catch(e){}finally{m||t.removeAttribute("id")}}}return u(e.replace(Y,"$1"),t,i,o)}function re(){var e=[];return function t(n,o){return e.push(n+" ")>i.cacheLength&&delete t[e.shift()],t[n+" "]=o}}function se(e){return e[b]=!0,e}function ae(e){var t=d.createElement("div");try{return!!e(t)}catch(e){return!1}finally{t.parentNode&&t.parentNode.removeChild(t),t=null}}function ue(e,t){for(var n=e.split("|"),o=e.length;o--;)i.attrHandle[n[o]]=t}function ce(e,t){var n=t&&e,i=n&&1===e.nodeType&&1===t.nodeType&&(~t.sourceIndex||1<<31)-(~e.sourceIndex||1<<31);if(i)return i;if(n)for(;n=n.nextSibling;)if(n===t)return-1;return e?1:-1}function le(e){return function(t){return"input"===t.nodeName.toLowerCase()&&t.type===e}}function pe(e){return function(t){var n=t.nodeName.toLowerCase();return("input"===n||"button"===n)&&t.type===e}}function fe(e){return se((function(t){return t=+t,se((function(n,i){for(var o,r=e([],n.length,t),s=r.length;s--;)n[o=r[s]]&&(n[o]=!(i[o]=n[o]))}))}))}function de(e){return e&&void 0!==e.getElementsByTagName&&e}for(t in n=oe.support={},r=oe.isXML=function(e){var t=e&&(e.ownerDocument||e).documentElement;return!!t&&"HTML"!==t.nodeName},f=oe.setDocument=function(e){var t,o,s=e?e.ownerDocument||e:x;return s!==d&&9===s.nodeType&&s.documentElement?(d=s,h=s.documentElement,(o=s.defaultView)&&o!==o.top&&(o.addEventListener?o.addEventListener("unload",ie,!1):o.attachEvent&&o.attachEvent("onunload",ie)),g=!r(s),n.attributes=ae((function(e){return e.className="i",!e.getAttribute("className")})),n.getElementsByTagName=ae((function(e){return e.appendChild(s.createComment("")),!e.getElementsByTagName("*").length})),n.getElementsByClassName=K.test(s.getElementsByClassName),n.getById=ae((function(e){return h.appendChild(e).id=b,!s.getElementsByName||!s.getElementsByName(b).length})),n.getById?(i.find.ID=function(e,t){if(void 0!==t.getElementById&&g){var n=t.getElementById(e);return n&&n.parentNode?[n]:[]}},i.filter.ID=function(e){var t=e.replace(te,ne);return function(e){return e.getAttribute("id")===t}}):(delete i.find.ID,i.filter.ID=function(e){var t=e.replace(te,ne);return function(e){var n=void 0!==e.getAttributeNode&&e.getAttributeNode("id");return n&&n.value===t}}),i.find.TAG=n.getElementsByTagName?function(e,t){return void 0!==t.getElementsByTagName?t.getElementsByTagName(e):n.qsa?t.querySelectorAll(e):void 0}:function(e,t){var n,i=[],o=0,r=t.getElementsByTagName(e);if("*"===e){for(;n=r[o++];)1===n.nodeType&&i.push(n);return i}return r},i.find.CLASS=n.getElementsByClassName&&function(e,t){if(g)return t.getElementsByClassName(e)},m=[],v=[],(n.qsa=K.test(s.querySelectorAll))&&(ae((function(e){h.appendChild(e).innerHTML="<a id='"+b+"'></a><select id='"+b+"-\f]' msallowcapture=''><option selected=''></option></select>",e.querySelectorAll("[msallowcapture^='']").length&&v.push("[*^$]="+M+"*(?:''|\"\")"),e.querySelectorAll("[selected]").length||v.push("\\["+M+"*(?:value|"+I+")"),e.querySelectorAll("[id~="+b+"-]").length||v.push("~="),e.querySelectorAll(":checked").length||v.push(":checked"),e.querySelectorAll("a#"+b+"+*").length||v.push(".#.+[+~]")})),ae((function(e){var t=s.createElement("input");t.setAttribute("type","hidden"),e.appendChild(t).setAttribute("name","D"),e.querySelectorAll("[name=d]").length&&v.push("name"+M+"*[*^$|!~]?="),e.querySelectorAll(":enabled").length||v.push(":enabled",":disabled"),e.querySelectorAll("*,:x"),v.push(",.*:")}))),(n.matchesSelector=K.test(A=h.matches||h.webkitMatchesSelector||h.mozMatchesSelector||h.oMatchesSelector||h.msMatchesSelector))&&ae((function(e){n.disconnectedMatch=A.call(e,"div"),A.call(e,"[s!='']:x"),m.push("!=",F)})),v=v.length&&new RegExp(v.join("|")),m=m.length&&new RegExp(m.join("|")),t=K.test(h.compareDocumentPosition),y=t||K.test(h.contains)?function(e,t){var n=9===e.nodeType?e.documentElement:e,i=t&&t.parentNode;return e===i||!(!i||1!==i.nodeType||!(n.contains?n.contains(i):e.compareDocumentPosition&&16&e.compareDocumentPosition(i)))}:function(e,t){if(t)for(;t=t.parentNode;)if(t===e)return!0;return!1},O=t?function(e,t){if(e===t)return p=!0,0;var i=!e.compareDocumentPosition-!t.compareDocumentPosition;return i||(1&(i=(e.ownerDocument||e)===(t.ownerDocument||t)?e.compareDocumentPosition(t):1)||!n.sortDetached&&t.compareDocumentPosition(e)===i?e===s||e.ownerDocument===x&&y(x,e)?-1:t===s||t.ownerDocument===x&&y(x,t)?1:l?L(l,e)-L(l,t):0:4&i?-1:1)}:function(e,t){if(e===t)return p=!0,0;var n,i=0,o=e.parentNode,r=t.parentNode,a=[e],u=[t];if(!o||!r)return e===s?-1:t===s?1:o?-1:r?1:l?L(l,e)-L(l,t):0;if(o===r)return ce(e,t);for(n=e;n=n.parentNode;)a.unshift(n);for(n=t;n=n.parentNode;)u.unshift(n);for(;a[i]===u[i];)i++;return i?ce(a[i],u[i]):a[i]===x?-1:u[i]===x?1:0},s):d},oe.matches=function(e,t){return oe(e,null,null,t)},oe.matchesSelector=function(e,t){if((e.ownerDocument||e)!==d&&f(e),t=t.replace(G,"='$1']"),n.matchesSelector&&g&&(!m||!m.test(t))&&(!v||!v.test(t)))try{var i=A.call(e,t);if(i||n.disconnectedMatch||e.document&&11!==e.document.nodeType)return i}catch(e){}return oe(t,d,null,[e]).length>0},oe.contains=function(e,t){return(e.ownerDocument||e)!==d&&f(e),y(e,t)},oe.attr=function(e,t){(e.ownerDocument||e)!==d&&f(e);var o=i.attrHandle[t.toLowerCase()],r=o&&V.call(i.attrHandle,t.toLowerCase())?o(e,t,!g):void 0;return void 0!==r?r:n.attributes||!g?e.getAttribute(t):(r=e.getAttributeNode(t))&&r.specified?r.value:null},oe.error=function(e){throw new Error("Syntax error, unrecognized expression: "+e)},oe.uniqueSort=function(e){var t,i=[],o=0,r=0;if(p=!n.detectDuplicates,l=!n.sortStable&&e.slice(0),e.sort(O),p){for(;t=e[r++];)t===e[r]&&(o=i.push(r));for(;o--;)e.splice(i[o],1)}return l=null,e},o=oe.getText=function(e){var t,n="",i=0,r=e.nodeType;if(r){if(1===r||9===r||11===r){if("string"==typeof e.textContent)return e.textContent;for(e=e.firstChild;e;e=e.nextSibling)n+=o(e)}else if(3===r||4===r)return e.nodeValue}else for(;t=e[i++];)n+=o(t);return n},(i=oe.selectors={cacheLength:50,createPseudo:se,match:Z,attrHandle:{},find:{},relative:{">":{dir:"parentNode",first:!0}," ":{dir:"parentNode"},"+":{dir:"previousSibling",first:!0},"~":{dir:"previousSibling"}},preFilter:{ATTR:function(e){return e[1]=e[1].replace(te,ne),e[3]=(e[3]||e[4]||e[5]||"").replace(te,ne),"~="===e[2]&&(e[3]=" "+e[3]+" "),e.slice(0,4)},CHILD:function(e){return e[1]=e[1].toLowerCase(),"nth"===e[1].slice(0,3)?(e[3]||oe.error(e[0]),e[4]=+(e[4]?e[5]+(e[6]||1):2*("even"===e[3]||"odd"===e[3])),e[5]=+(e[7]+e[8]||"odd"===e[3])):e[3]&&oe.error(e[0]),e},PSEUDO:function(e){var t,n=!e[6]&&e[2];return Z.CHILD.test(e[0])?null:(e[3]?e[2]=e[4]||e[5]||"":n&&U.test(n)&&(t=s(n,!0))&&(t=n.indexOf(")",n.length-t)-n.length)&&(e[0]=e[0].slice(0,t),e[2]=n.slice(0,t)),e.slice(0,3))}},filter:{TAG:function(e){var t=e.replace(te,ne).toLowerCase();return"*"===e?function(){return!0}:function(e){return e.nodeName&&e.nodeName.toLowerCase()===t}},CLASS:function(e){var t=C[e+" "];return t||(t=new RegExp("(^|"+M+")"+e+"("+M+"|$)"))&&C(e,(function(e){return t.test("string"==typeof e.className&&e.className||void 0!==e.getAttribute&&e.getAttribute("class")||"")}))},ATTR:function(e,t,n){return function(i){var o=oe.attr(i,e);return null==o?"!="===t:!t||(o+="","="===t?o===n:"!="===t?o!==n:"^="===t?n&&0===o.indexOf(n):"*="===t?n&&o.indexOf(n)>-1:"$="===t?n&&o.slice(-n.length)===n:"~="===t?(" "+o.replace(Q," ")+" ").indexOf(n)>-1:"|="===t&&(o===n||o.slice(0,n.length+1)===n+"-"))}},CHILD:function(e,t,n,i,o){var r="nth"!==e.slice(0,3),s="last"!==e.slice(-4),a="of-type"===t;return 1===i&&0===o?function(e){return!!e.parentNode}:function(t,n,u){var c,l,p,f,d,h,g=r!==s?"nextSibling":"previousSibling",v=t.parentNode,m=a&&t.nodeName.toLowerCase(),A=!u&&!a;if(v){if(r){for(;g;){for(p=t;p=p[g];)if(a?p.nodeName.toLowerCase()===m:1===p.nodeType)return!1;h=g="only"===e&&!h&&"nextSibling"}return!0}if(h=[s?v.firstChild:v.lastChild],s&&A){for(d=(c=(l=v[b]||(v[b]={}))[e]||[])[0]===w&&c[1],f=c[0]===w&&c[2],p=d&&v.childNodes[d];p=++d&&p&&p[g]||(f=d=0)||h.pop();)if(1===p.nodeType&&++f&&p===t){l[e]=[w,d,f];break}}else if(A&&(c=(t[b]||(t[b]={}))[e])&&c[0]===w)f=c[1];else for(;(p=++d&&p&&p[g]||(f=d=0)||h.pop())&&((a?p.nodeName.toLowerCase()!==m:1!==p.nodeType)||!++f||(A&&((p[b]||(p[b]={}))[e]=[w,f]),p!==t)););return(f-=o)===i||f%i==0&&f/i>=0}}},PSEUDO:function(e,t){var n,o=i.pseudos[e]||i.setFilters[e.toLowerCase()]||oe.error("unsupported pseudo: "+e);return o[b]?o(t):o.length>1?(n=[e,e,"",t],i.setFilters.hasOwnProperty(e.toLowerCase())?se((function(e,n){for(var i,r=o(e,t),s=r.length;s--;)e[i=L(e,r[s])]=!(n[i]=r[s])})):function(e){return o(e,0,n)}):o}},pseudos:{not:se((function(e){var t=[],n=[],i=a(e.replace(Y,"$1"));return i[b]?se((function(e,t,n,o){for(var r,s=i(e,null,o,[]),a=e.length;a--;)(r=s[a])&&(e[a]=!(t[a]=r))})):function(e,o,r){return t[0]=e,i(t,null,r,n),t[0]=null,!n.pop()}})),has:se((function(e){return function(t){return oe(e,t).length>0}})),contains:se((function(e){return e=e.replace(te,ne),function(t){return(t.textContent||t.innerText||o(t)).indexOf(e)>-1}})),lang:se((function(e){return X.test(e||"")||oe.error("unsupported lang: "+e),e=e.replace(te,ne).toLowerCase(),function(t){var n;do{if(n=g?t.lang:t.getAttribute("xml:lang")||t.getAttribute("lang"))return(n=n.toLowerCase())===e||0===n.indexOf(e+"-")}while((t=t.parentNode)&&1===t.nodeType);return!1}})),target:function(t){var n=e.location&&e.location.hash;return n&&n.slice(1)===t.id},root:function(e){return e===h},focus:function(e){return e===d.activeElement&&(!d.hasFocus||d.hasFocus())&&!!(e.type||e.href||~e.tabIndex)},enabled:function(e){return!1===e.disabled},disabled:function(e){return!0===e.disabled},checked:function(e){var t=e.nodeName.toLowerCase();return"input"===t&&!!e.checked||"option"===t&&!!e.selected},selected:function(e){return e.parentNode&&e.parentNode.selectedIndex,!0===e.selected},empty:function(e){for(e=e.firstChild;e;e=e.nextSibling)if(e.nodeType<6)return!1;return!0},parent:function(e){return!i.pseudos.empty(e)},header:function(e){return J.test(e.nodeName)},input:function(e){return W.test(e.nodeName)},button:function(e){var t=e.nodeName.toLowerCase();return"input"===t&&"button"===e.type||"button"===t},text:function(e){var t;return"input"===e.nodeName.toLowerCase()&&"text"===e.type&&(null==(t=e.getAttribute("type"))||"text"===t.toLowerCase())},first:fe((function(){return[0]})),last:fe((function(e,t){return[t-1]})),eq:fe((function(e,t,n){return[n<0?n+t:n]})),even:fe((function(e,t){for(var n=0;n<t;n+=2)e.push(n);return e})),odd:fe((function(e,t){for(var n=1;n<t;n+=2)e.push(n);return e})),lt:fe((function(e,t,n){for(var i=n<0?n+t:n;--i>=0;)e.push(i);return e})),gt:fe((function(e,t,n){for(var i=n<0?n+t:n;++i<t;)e.push(i);return e}))}}).pseudos.nth=i.pseudos.eq,{radio:!0,checkbox:!0,file:!0,password:!0,image:!0})i.pseudos[t]=le(t);for(t in{submit:!0,reset:!0})i.pseudos[t]=pe(t);function he(){}function ge(e){for(var t=0,n=e.length,i="";t<n;t++)i+=e[t].value;return i}function ve(e,t,n){var i=t.dir,o=n&&"parentNode"===i,r=E++;return t.first?function(t,n,r){for(;t=t[i];)if(1===t.nodeType||o)return e(t,n,r)}:function(t,n,s){var a,u,c=[w,r];if(s){for(;t=t[i];)if((1===t.nodeType||o)&&e(t,n,s))return!0}else for(;t=t[i];)if(1===t.nodeType||o){if((a=(u=t[b]||(t[b]={}))[i])&&a[0]===w&&a[1]===r)return c[2]=a[2];if(u[i]=c,c[2]=e(t,n,s))return!0}}}function me(e){return e.length>1?function(t,n,i){for(var o=e.length;o--;)if(!e[o](t,n,i))return!1;return!0}:e[0]}function Ae(e,t,n,i,o){for(var r,s=[],a=0,u=e.length,c=null!=t;a<u;a++)(r=e[a])&&(n&&!n(r,i,o)||(s.push(r),c&&t.push(a)));return s}function ye(e,t,n,i,o,r){return i&&!i[b]&&(i=ye(i)),o&&!o[b]&&(o=ye(o,r)),se((function(r,s,a,u){var c,l,p,f=[],d=[],h=s.length,g=r||function(e,t,n){for(var i=0,o=t.length;i<o;i++)oe(e,t[i],n);return n}(t||"*",a.nodeType?[a]:a,[]),v=!e||!r&&t?g:Ae(g,f,e,a,u),m=n?o||(r?e:h||i)?[]:s:v;if(n&&n(v,m,a,u),i)for(c=Ae(m,d),i(c,[],a,u),l=c.length;l--;)(p=c[l])&&(m[d[l]]=!(v[d[l]]=p));if(r){if(o||e){if(o){for(c=[],l=m.length;l--;)(p=m[l])&&c.push(v[l]=p);o(null,m=[],c,u)}for(l=m.length;l--;)(p=m[l])&&(c=o?L(r,p):f[l])>-1&&(r[c]=!(s[c]=p))}}else m=Ae(m===s?m.splice(h,m.length):m),o?o(null,s,m,u):B.apply(s,m)}))}function be(e){for(var t,n,o,r=e.length,s=i.relative[e[0].type],a=s||i.relative[" "],u=s?1:0,l=ve((function(e){return e===t}),a,!0),p=ve((function(e){return L(t,e)>-1}),a,!0),f=[function(e,n,i){var o=!s&&(i||n!==c)||((t=n).nodeType?l(e,n,i):p(e,n,i));return t=null,o}];u<r;u++)if(n=i.relative[e[u].type])f=[ve(me(f),n)];else{if((n=i.filter[e[u].type].apply(null,e[u].matches))[b]){for(o=++u;o<r&&!i.relative[e[o].type];o++);return ye(u>1&&me(f),u>1&&ge(e.slice(0,u-1).concat({value:" "===e[u-2].type?"*":""})).replace(Y,"$1"),n,u<o&&be(e.slice(u,o)),o<r&&be(e=e.slice(o)),o<r&&ge(e))}f.push(n)}return me(f)}return he.prototype=i.filters=i.pseudos,i.setFilters=new he,s=oe.tokenize=function(e,t){var n,o,r,s,a,u,c,l=k[e+" "];if(l)return t?0:l.slice(0);for(a=e,u=[],c=i.preFilter;a;){for(s in n&&!(o=z.exec(a))||(o&&(a=a.slice(o[0].length)||a),u.push(r=[])),n=!1,(o=q.exec(a))&&(n=o.shift(),r.push({value:n,type:o[0].replace(Y," ")}),a=a.slice(n.length)),i.filter)!(o=Z[s].exec(a))||c[s]&&!(o=c[s](o))||(n=o.shift(),r.push({value:n,type:s,matches:o}),a=a.slice(n.length));if(!n)break}return t?a.length:a?oe.error(e):k(e,u).slice(0)},a=oe.compile=function(e,t){var n,o=[],r=[],a=D[e+" "];if(!a){for(t||(t=s(e)),n=t.length;n--;)(a=be(t[n]))[b]?o.push(a):r.push(a);(a=D(e,function(e,t){var n=t.length>0,o=e.length>0,r=function(r,s,a,u,l){var p,f,h,g=0,v="0",m=r&&[],A=[],y=c,b=r||o&&i.find.TAG("*",l),x=w+=null==y?1:Math.random()||.1,E=b.length;for(l&&(c=s!==d&&s);v!==E&&null!=(p=b[v]);v++){if(o&&p){for(f=0;h=e[f++];)if(h(p,s,a)){u.push(p);break}l&&(w=x)}n&&((p=!h&&p)&&g--,r&&m.push(p))}if(g+=v,n&&v!==g){for(f=0;h=t[f++];)h(m,A,s,a);if(r){if(g>0)for(;v--;)m[v]||A[v]||(A[v]=R.call(u));A=Ae(A)}B.apply(u,A),l&&!r&&A.length>0&&g+t.length>1&&oe.uniqueSort(u)}return l&&(w=x,c=y),m};return n?se(r):r}(r,o))).selector=e}return a},u=oe.select=function(e,t,o,r){var u,c,l,p,f,d="function"==typeof e&&e,h=!r&&s(e=d.selector||e);if(o=o||[],1===h.length){if((c=h[0]=h[0].slice(0)).length>2&&"ID"===(l=c[0]).type&&n.getById&&9===t.nodeType&&g&&i.relative[c[1].type]){if(!(t=(i.find.ID(l.matches[0].replace(te,ne),t)||[])[0]))return o;d&&(t=t.parentNode),e=e.slice(c.shift().value.length)}for(u=Z.needsContext.test(e)?0:c.length;u--&&(l=c[u],!i.relative[p=l.type]);)if((f=i.find[p])&&(r=f(l.matches[0].replace(te,ne),$.test(c[0].type)&&de(t.parentNode)||t))){if(c.splice(u,1),!(e=r.length&&ge(c)))return B.apply(o,r),o;break}}return(d||a(e,h))(r,t,!g,o,$.test(e)&&de(t.parentNode)||t),o},n.sortStable=b.split("").sort(O).join("")===b,n.detectDuplicates=!!p,f(),n.sortDetached=ae((function(e){return 1&e.compareDocumentPosition(d.createElement("div"))})),ae((function(e){return e.innerHTML="<a href='#'></a>","#"===e.firstChild.getAttribute("href")}))||ue("type|href|height|width",(function(e,t,n){if(!n)return e.getAttribute(t,"type"===t.toLowerCase()?1:2)})),n.attributes&&ae((function(e){return e.innerHTML="<input/>",e.firstChild.setAttribute("value",""),""===e.firstChild.getAttribute("value")}))||ue("value",(function(e,t,n){if(!n&&"input"===e.nodeName.toLowerCase())return e.defaultValue})),ae((function(e){return null==e.getAttribute("disabled")}))||ue(I,(function(e,t,n){var i;if(!n)return!0===e[t]?t.toLowerCase():(i=e.getAttributeNode(t))&&i.specified?i.value:null})),oe}(n);g.find=x,g.expr=x.selectors,g.expr[":"]=g.expr.pseudos,g.unique=x.uniqueSort,g.text=x.getText,g.isXMLDoc=x.isXML,g.contains=x.contains;var w=g.expr.match.needsContext,E=/^<(\w+)\s*\/?>(?:<\/\1>|)$/,C=/^.[^:#\[\.,]*$/;function k(e,t,n){if(g.isFunction(t))return g.grep(e,(function(e,i){return!!t.call(e,i,e)!==n}));if(t.nodeType)return g.grep(e,(function(e){return e===t!==n}));if("string"==typeof t){if(C.test(t))return g.filter(t,e,n);t=g.filter(t,e)}return g.grep(e,(function(e){return c.call(t,e)>=0!==n}))}g.filter=function(e,t,n){var i=t[0];return n&&(e=":not("+e+")"),1===t.length&&1===i.nodeType?g.find.matchesSelector(i,e)?[i]:[]:g.find.matches(e,g.grep(t,(function(e){return 1===e.nodeType})))},g.fn.extend({find:function(e){var t,n=this.length,i=[],o=this;if("string"!=typeof e)return this.pushStack(g(e).filter((function(){for(t=0;t<n;t++)if(g.contains(o[t],this))return!0})));for(t=0;t<n;t++)g.find(e,o[t],i);return(i=this.pushStack(n>1?g.unique(i):i)).selector=this.selector?this.selector+" "+e:e,i},filter:function(e){return this.pushStack(k(this,e||[],!1))},not:function(e){return this.pushStack(k(this,e||[],!0))},is:function(e){return!!k(this,"string"==typeof e&&w.test(e)?g(e):e||[],!1).length}});var D,O=/^(?:\s*(<[\w\W]+>)[^>]*|#([\w-]*))$/;(g.fn.init=function(e,t){var n,i;if(!e)return this;if("string"==typeof e){if(!(n="<"===e[0]&&">"===e[e.length-1]&&e.length>=3?[null,e,null]:O.exec(e))||!n[1]&&t)return!t||t.jquery?(t||D).find(e):this.constructor(t).find(e);if(n[1]){if(t=t instanceof g?t[0]:t,g.merge(this,g.parseHTML(n[1],t&&t.nodeType?t.ownerDocument||t:h,!0)),E.test(n[1])&&g.isPlainObject(t))for(n in t)g.isFunction(this[n])?this[n](t[n]):this.attr(n,t[n]);return this}return(i=h.getElementById(n[2]))&&i.parentNode&&(this.length=1,this[0]=i),this.context=h,this.selector=e,this}return e.nodeType?(this.context=this[0]=e,this.length=1,this):g.isFunction(e)?void 0!==D.ready?D.ready(e):e(g):(void 0!==e.selector&&(this.selector=e.selector,this.context=e.context),g.makeArray(e,this))}).prototype=g.fn,D=g(h);var V=/^(?:parents|prev(?:Until|All))/,T={children:!0,contents:!0,next:!0,prev:!0};function R(e,t){for(;(e=e[t])&&1!==e.nodeType;);return e}g.extend({dir:function(e,t,n){for(var i=[],o=void 0!==n;(e=e[t])&&9!==e.nodeType;)if(1===e.nodeType){if(o&&g(e).is(n))break;i.push(e)}return i},sibling:function(e,t){for(var n=[];e;e=e.nextSibling)1===e.nodeType&&e!==t&&n.push(e);return n}}),g.fn.extend({has:function(e){var t=g(e,this),n=t.length;return this.filter((function(){for(var e=0;e<n;e++)if(g.contains(this,t[e]))return!0}))},closest:function(e,t){for(var n,i=0,o=this.length,r=[],s=w.test(e)||"string"!=typeof e?g(e,t||this.context):0;i<o;i++)for(n=this[i];n&&n!==t;n=n.parentNode)if(n.nodeType<11&&(s?s.index(n)>-1:1===n.nodeType&&g.find.matchesSelector(n,e))){r.push(n);break}return this.pushStack(r.length>1?g.unique(r):r)},index:function(e){return e?"string"==typeof e?c.call(g(e),this[0]):c.call(this,e.jquery?e[0]:e):this[0]&&this[0].parentNode?this.first().prevAll().length:-1},add:function(e,t){return this.pushStack(g.unique(g.merge(this.get(),g(e,t))))},addBack:function(e){return this.add(null==e?this.prevObject:this.prevObject.filter(e))}}),g.each({parent:function(e){var t=e.parentNode;return t&&11!==t.nodeType?t:null},parents:function(e){return g.dir(e,"parentNode")},parentsUntil:function(e,t,n){return g.dir(e,"parentNode",n)},next:function(e){return R(e,"nextSibling")},prev:function(e){return R(e,"previousSibling")},nextAll:function(e){return g.dir(e,"nextSibling")},prevAll:function(e){return g.dir(e,"previousSibling")},nextUntil:function(e,t,n){return g.dir(e,"nextSibling",n)},prevUntil:function(e,t,n){return g.dir(e,"previousSibling",n)},siblings:function(e){return g.sibling((e.parentNode||{}).firstChild,e)},children:function(e){return g.sibling(e.firstChild)},contents:function(e){return e.contentDocument||g.merge([],e.childNodes)}},(function(e,t){g.fn[e]=function(n,i){var o=g.map(this,t,n);return"Until"!==e.slice(-5)&&(i=n),i&&"string"==typeof i&&(o=g.filter(i,o)),this.length>1&&(T[e]||g.unique(o),V.test(e)&&o.reverse()),this.pushStack(o)}}));var S,B=/\S+/g,P={};function L(){h.removeEventListener("DOMContentLoaded",L,!1),n.removeEventListener("load",L,!1),g.ready()}g.Callbacks=function(e){e="string"==typeof e?P[e]||function(e){var t=P[e]={};return g.each(e.match(B)||[],(function(e,n){t[n]=!0})),t}(e):g.extend({},e);var t,n,i,o,r,s,a=[],u=!e.once&&[],c=function(p){for(t=e.memory&&p,n=!0,s=o||0,o=0,r=a.length,i=!0;a&&s<r;s++)if(!1===a[s].apply(p[0],p[1])&&e.stopOnFalse){t=!1;break}i=!1,a&&(u?u.length&&c(u.shift()):t?a=[]:l.disable())},l={add:function(){if(a){var n=a.length;!function t(n){g.each(n,(function(n,i){var o=g.type(i);"function"===o?e.unique&&l.has(i)||a.push(i):i&&i.length&&"string"!==o&&t(i)}))}(arguments),i?r=a.length:t&&(o=n,c(t))}return this},remove:function(){return a&&g.each(arguments,(function(e,t){for(var n;(n=g.inArray(t,a,n))>-1;)a.splice(n,1),i&&(n<=r&&r--,n<=s&&s--)})),this},has:function(e){return e?g.inArray(e,a)>-1:!(!a||!a.length)},empty:function(){return a=[],r=0,this},disable:function(){return a=u=t=void 0,this},disabled:function(){return!a},lock:function(){return u=void 0,t||l.disable(),this},locked:function(){return!u},fireWith:function(e,t){return!a||n&&!u||(t=[e,(t=t||[]).slice?t.slice():t],i?u.push(t):c(t)),this},fire:function(){return l.fireWith(this,arguments),this},fired:function(){return!!n}};return l},g.extend({Deferred:function(e){var t=[["resolve","done",g.Callbacks("once memory"),"resolved"],["reject","fail",g.Callbacks("once memory"),"rejected"],["notify","progress",g.Callbacks("memory")]],n="pending",i={state:function(){return n},always:function(){return o.done(arguments).fail(arguments),this},then:function(){var e=arguments;return g.Deferred((function(n){g.each(t,(function(t,r){var s=g.isFunction(e[t])&&e[t];o[r[1]]((function(){var e=s&&s.apply(this,arguments);e&&g.isFunction(e.promise)?e.promise().done(n.resolve).fail(n.reject).progress(n.notify):n[r[0]+"With"](this===i?n.promise():this,s?[e]:arguments)}))})),e=null})).promise()},promise:function(e){return null!=e?g.extend(e,i):i}},o={};return i.pipe=i.then,g.each(t,(function(e,r){var s=r[2],a=r[3];i[r[1]]=s.add,a&&s.add((function(){n=a}),t[1^e][2].disable,t[2][2].lock),o[r[0]]=function(){return o[r[0]+"With"](this===o?i:this,arguments),this},o[r[0]+"With"]=s.fireWith})),i.promise(o),e&&e.call(o,o),o},when:function(e){var t,n,i,o=0,r=s.call(arguments),a=r.length,u=1!==a||e&&g.isFunction(e.promise)?a:0,c=1===u?e:g.Deferred(),l=function(e,n,i){return function(o){n[e]=this,i[e]=arguments.length>1?s.call(arguments):o,i===t?c.notifyWith(n,i):--u||c.resolveWith(n,i)}};if(a>1)for(t=new Array(a),n=new Array(a),i=new Array(a);o<a;o++)r[o]&&g.isFunction(r[o].promise)?r[o].promise().done(l(o,i,r)).fail(c.reject).progress(l(o,n,t)):--u;return u||c.resolveWith(i,r),c.promise()}}),g.fn.ready=function(e){return g.ready.promise().done(e),this},g.extend({isReady:!1,readyWait:1,holdReady:function(e){e?g.readyWait++:g.ready(!0)},ready:function(e){(!0===e?--g.readyWait:g.isReady)||(g.isReady=!0,!0!==e&&--g.readyWait>0||(S.resolveWith(h,[g]),g.fn.triggerHandler&&(g(h).triggerHandler("ready"),g(h).off("ready"))))}}),g.ready.promise=function(e){return S||(S=g.Deferred(),"complete"===h.readyState?setTimeout(g.ready):(h.addEventListener("DOMContentLoaded",L,!1),n.addEventListener("load",L,!1))),S.promise(e)},g.ready.promise();var I=g.access=function(e,t,n,i,o,r,s){var a=0,u=e.length,c=null==n;if("object"===g.type(n))for(a in o=!0,n)g.access(e,t,a,n[a],!0,r,s);else if(void 0!==i&&(o=!0,g.isFunction(i)||(s=!0),c&&(s?(t.call(e,i),t=null):(c=t,t=function(e,t,n){return c.call(g(e),n)})),t))for(;a<u;a++)t(e[a],n,s?i:i.call(e[a],a,t(e[a],n)));return o?e:c?t.call(e):u?t(e[0],n):r};function M(){Object.defineProperty(this.cache={},0,{get:function(){return{}}}),this.expando=g.expando+M.uid++}g.acceptData=function(e){return 1===e.nodeType||9===e.nodeType||!+e.nodeType},M.uid=1,M.accepts=g.acceptData,M.prototype={key:function(e){if(!M.accepts(e))return 0;var t={},n=e[this.expando];if(!n){n=M.uid++;try{t[this.expando]={value:n},Object.defineProperties(e,t)}catch(i){t[this.expando]=n,g.extend(e,t)}}return this.cache[n]||(this.cache[n]={}),n},set:function(e,t,n){var i,o=this.key(e),r=this.cache[o];if("string"==typeof t)r[t]=n;else if(g.isEmptyObject(r))g.extend(this.cache[o],t);else for(i in t)r[i]=t[i];return r},get:function(e,t){var n=this.cache[this.key(e)];return void 0===t?n:n[t]},access:function(e,t,n){var i;return void 0===t||t&&"string"==typeof t&&void 0===n?void 0!==(i=this.get(e,t))?i:this.get(e,g.camelCase(t)):(this.set(e,t,n),void 0!==n?n:t)},remove:function(e,t){var n,i,o,r=this.key(e),s=this.cache[r];if(void 0===t)this.cache[r]={};else{g.isArray(t)?i=t.concat(t.map(g.camelCase)):(o=g.camelCase(t),i=t in s?[t,o]:(i=o)in s?[i]:i.match(B)||[]),n=i.length;for(;n--;)delete s[i[n]]}},hasData:function(e){return!g.isEmptyObject(this.cache[e[this.expando]]||{})},discard:function(e){e[this.expando]&&delete this.cache[e[this.expando]]}};var N=new M,j=new M,H=/^(?:\{[\w\W]*\}|\[[\w\W]*\])$/,F=/([A-Z])/g;function Q(e,t,n){var i;if(void 0===n&&1===e.nodeType)if(i="data-"+t.replace(F,"-$1").toLowerCase(),"string"==typeof(n=e.getAttribute(i))){try{n="true"===n||"false"!==n&&("null"===n?null:+n+""===n?+n:H.test(n)?g.parseJSON(n):n)}catch(e){}j.set(e,t,n)}else n=void 0;return n}g.extend({hasData:function(e){return j.hasData(e)||N.hasData(e)},data:function(e,t,n){return j.access(e,t,n)},removeData:function(e,t){j.remove(e,t)},_data:function(e,t,n){return N.access(e,t,n)},_removeData:function(e,t){N.remove(e,t)}}),g.fn.extend({data:function(e,t){var n,i,o,r=this[0],s=r&&r.attributes;if(void 0===e){if(this.length&&(o=j.get(r),1===r.nodeType&&!N.get(r,"hasDataAttrs"))){for(n=s.length;n--;)s[n]&&0===(i=s[n].name).indexOf("data-")&&(i=g.camelCase(i.slice(5)),Q(r,i,o[i]));N.set(r,"hasDataAttrs",!0)}return o}return"object"==typeof e?this.each((function(){j.set(this,e)})):I(this,(function(t){var n,i=g.camelCase(e);if(r&&void 0===t)return void 0!==(n=j.get(r,e))||void 0!==(n=j.get(r,i))||void 0!==(n=Q(r,i,void 0))?n:void 0;this.each((function(){var n=j.get(this,i);j.set(this,i,t),-1!==e.indexOf("-")&&void 0!==n&&j.set(this,e,t)}))}),null,t,arguments.length>1,null,!0)},removeData:function(e){return this.each((function(){j.remove(this,e)}))}}),g.extend({queue:function(e,t,n){var i;if(e)return t=(t||"fx")+"queue",i=N.get(e,t),n&&(!i||g.isArray(n)?i=N.access(e,t,g.makeArray(n)):i.push(n)),i||[]},dequeue:function(e,t){t=t||"fx";var n=g.queue(e,t),i=n.length,o=n.shift(),r=g._queueHooks(e,t);"inprogress"===o&&(o=n.shift(),i--),o&&("fx"===t&&n.unshift("inprogress"),delete r.stop,o.call(e,(function(){g.dequeue(e,t)}),r)),!i&&r&&r.empty.fire()},_queueHooks:function(e,t){var n=t+"queueHooks";return N.get(e,n)||N.access(e,n,{empty:g.Callbacks("once memory").add((function(){N.remove(e,[t+"queue",n])}))})}}),g.fn.extend({queue:function(e,t){var n=2;return"string"!=typeof e&&(t=e,e="fx",n--),arguments.length<n?g.queue(this[0],e):void 0===t?this:this.each((function(){var n=g.queue(this,e,t);g._queueHooks(this,e),"fx"===e&&"inprogress"!==n[0]&&g.dequeue(this,e)}))},dequeue:function(e){return this.each((function(){g.dequeue(this,e)}))},clearQueue:function(e){return this.queue(e||"fx",[])},promise:function(e,t){var n,i=1,o=g.Deferred(),r=this,s=this.length,a=function(){--i||o.resolveWith(r,[r])};for("string"!=typeof e&&(t=e,e=void 0),e=e||"fx";s--;)(n=N.get(r[s],e+"queueHooks"))&&n.empty&&(i++,n.empty.add(a));return a(),o.promise(t)}});var Y,z,q=/[+-]?(?:\d*\.|)\d+(?:[eE][+-]?\d+|)/.source,G=["Top","Right","Bottom","Left"],U=function(e,t){return e=t||e,"none"===g.css(e,"display")||!g.contains(e.ownerDocument,e)},X=/^(?:checkbox|radio)$/i;Y=h.createDocumentFragment().appendChild(h.createElement("div")),(z=h.createElement("input")).setAttribute("type","radio"),z.setAttribute("checked","checked"),z.setAttribute("name","t"),Y.appendChild(z),d.checkClone=Y.cloneNode(!0).cloneNode(!0).lastChild.checked,Y.innerHTML="<textarea>x</textarea>",d.noCloneChecked=!!Y.cloneNode(!0).lastChild.defaultValue,d.focusinBubbles="onfocusin"in n;var Z=/^key/,W=/^(?:mouse|pointer|contextmenu)|click/,J=/^(?:focusinfocus|focusoutblur)$/,K=/^([^.]*)(?:\.(.+)|)$/;function _(){return!0}function $(){return!1}function ee(){try{return h.activeElement}catch(e){}}g.event={global:{},add:function(e,t,n,i,o){var r,s,a,u,c,l,p,f,d,h,v,m=N.get(e);if(m)for(n.handler&&(n=(r=n).handler,o=r.selector),n.guid||(n.guid=g.guid++),(u=m.events)||(u=m.events={}),(s=m.handle)||(s=m.handle=function(t){return void 0!==g&&g.event.triggered!==t.type?g.event.dispatch.apply(e,arguments):void 0}),c=(t=(t||"").match(B)||[""]).length;c--;)d=v=(a=K.exec(t[c])||[])[1],h=(a[2]||"").split(".").sort(),d&&(p=g.event.special[d]||{},d=(o?p.delegateType:p.bindType)||d,p=g.event.special[d]||{},l=g.extend({type:d,origType:v,data:i,handler:n,guid:n.guid,selector:o,needsContext:o&&g.expr.match.needsContext.test(o),namespace:h.join(".")},r),(f=u[d])||((f=u[d]=[]).delegateCount=0,p.setup&&!1!==p.setup.call(e,i,h,s)||e.addEventListener&&e.addEventListener(d,s,!1)),p.add&&(p.add.call(e,l),l.handler.guid||(l.handler.guid=n.guid)),o?f.splice(f.delegateCount++,0,l):f.push(l),g.event.global[d]=!0)},remove:function(e,t,n,i,o){var r,s,a,u,c,l,p,f,d,h,v,m=N.hasData(e)&&N.get(e);if(m&&(u=m.events)){for(c=(t=(t||"").match(B)||[""]).length;c--;)if(d=v=(a=K.exec(t[c])||[])[1],h=(a[2]||"").split(".").sort(),d){for(p=g.event.special[d]||{},f=u[d=(i?p.delegateType:p.bindType)||d]||[],a=a[2]&&new RegExp("(^|\\.)"+h.join("\\.(?:.*\\.|)")+"(\\.|$)"),s=r=f.length;r--;)l=f[r],!o&&v!==l.origType||n&&n.guid!==l.guid||a&&!a.test(l.namespace)||i&&i!==l.selector&&("**"!==i||!l.selector)||(f.splice(r,1),l.selector&&f.delegateCount--,p.remove&&p.remove.call(e,l));s&&!f.length&&(p.teardown&&!1!==p.teardown.call(e,h,m.handle)||g.removeEvent(e,d,m.handle),delete u[d])}else for(d in u)g.event.remove(e,d+t[c],n,i,!0);g.isEmptyObject(u)&&(delete m.handle,N.remove(e,"events"))}},trigger:function(e,t,i,o){var r,s,a,u,c,l,p,d=[i||h],v=f.call(e,"type")?e.type:e,m=f.call(e,"namespace")?e.namespace.split("."):[];if(s=a=i=i||h,3!==i.nodeType&&8!==i.nodeType&&!J.test(v+g.event.triggered)&&(v.indexOf(".")>=0&&(m=v.split("."),v=m.shift(),m.sort()),c=v.indexOf(":")<0&&"on"+v,(e=e[g.expando]?e:new g.Event(v,"object"==typeof e&&e)).isTrigger=o?2:3,e.namespace=m.join("."),e.namespace_re=e.namespace?new RegExp("(^|\\.)"+m.join("\\.(?:.*\\.|)")+"(\\.|$)"):null,e.result=void 0,e.target||(e.target=i),t=null==t?[e]:g.makeArray(t,[e]),p=g.event.special[v]||{},o||!p.trigger||!1!==p.trigger.apply(i,t))){if(!o&&!p.noBubble&&!g.isWindow(i)){for(u=p.delegateType||v,J.test(u+v)||(s=s.parentNode);s;s=s.parentNode)d.push(s),a=s;a===(i.ownerDocument||h)&&d.push(a.defaultView||a.parentWindow||n)}for(r=0;(s=d[r++])&&!e.isPropagationStopped();)e.type=r>1?u:p.bindType||v,(l=(N.get(s,"events")||{})[e.type]&&N.get(s,"handle"))&&l.apply(s,t),(l=c&&s[c])&&l.apply&&g.acceptData(s)&&(e.result=l.apply(s,t),!1===e.result&&e.preventDefault());return e.type=v,o||e.isDefaultPrevented()||p._default&&!1!==p._default.apply(d.pop(),t)||!g.acceptData(i)||c&&g.isFunction(i[v])&&!g.isWindow(i)&&((a=i[c])&&(i[c]=null),g.event.triggered=v,i[v](),g.event.triggered=void 0,a&&(i[c]=a)),e.result}},dispatch:function(e){e=g.event.fix(e);var t,n,i,o,r,a=[],u=s.call(arguments),c=(N.get(this,"events")||{})[e.type]||[],l=g.event.special[e.type]||{};if(u[0]=e,e.delegateTarget=this,!l.preDispatch||!1!==l.preDispatch.call(this,e)){for(a=g.event.handlers.call(this,e,c),t=0;(o=a[t++])&&!e.isPropagationStopped();)for(e.currentTarget=o.elem,n=0;(r=o.handlers[n++])&&!e.isImmediatePropagationStopped();)e.namespace_re&&!e.namespace_re.test(r.namespace)||(e.handleObj=r,e.data=r.data,void 0!==(i=((g.event.special[r.origType]||{}).handle||r.handler).apply(o.elem,u))&&!1===(e.result=i)&&(e.preventDefault(),e.stopPropagation()));return l.postDispatch&&l.postDispatch.call(this,e),e.result}},handlers:function(e,t){var n,i,o,r,s=[],a=t.delegateCount,u=e.target;if(a&&u.nodeType&&(!e.button||"click"!==e.type))for(;u!==this;u=u.parentNode||this)if(!0!==u.disabled||"click"!==e.type){for(i=[],n=0;n<a;n++)void 0===i[o=(r=t[n]).selector+" "]&&(i[o]=r.needsContext?g(o,this).index(u)>=0:g.find(o,this,null,[u]).length),i[o]&&i.push(r);i.length&&s.push({elem:u,handlers:i})}return a<t.length&&s.push({elem:this,handlers:t.slice(a)}),s},props:"altKey bubbles cancelable ctrlKey currentTarget eventPhase metaKey relatedTarget shiftKey target timeStamp view which".split(" "),fixHooks:{},keyHooks:{props:"char charCode key keyCode".split(" "),filter:function(e,t){return null==e.which&&(e.which=null!=t.charCode?t.charCode:t.keyCode),e}},mouseHooks:{props:"button buttons clientX clientY offsetX offsetY pageX pageY screenX screenY toElement".split(" "),filter:function(e,t){var n,i,o,r=t.button;return null==e.pageX&&null!=t.clientX&&(i=(n=e.target.ownerDocument||h).documentElement,o=n.body,e.pageX=t.clientX+(i&&i.scrollLeft||o&&o.scrollLeft||0)-(i&&i.clientLeft||o&&o.clientLeft||0),e.pageY=t.clientY+(i&&i.scrollTop||o&&o.scrollTop||0)-(i&&i.clientTop||o&&o.clientTop||0)),e.which||void 0===r||(e.which=1&r?1:2&r?3:4&r?2:0),e}},fix:function(e){if(e[g.expando])return e;var t,n,i,o=e.type,r=e,s=this.fixHooks[o];for(s||(this.fixHooks[o]=s=W.test(o)?this.mouseHooks:Z.test(o)?this.keyHooks:{}),i=s.props?this.props.concat(s.props):this.props,e=new g.Event(r),t=i.length;t--;)e[n=i[t]]=r[n];return e.target||(e.target=h),3===e.target.nodeType&&(e.target=e.target.parentNode),s.filter?s.filter(e,r):e},special:{load:{noBubble:!0},focus:{trigger:function(){if(this!==ee()&&this.focus)return this.focus(),!1},delegateType:"focusin"},blur:{trigger:function(){if(this===ee()&&this.blur)return this.blur(),!1},delegateType:"focusout"},click:{trigger:function(){if("checkbox"===this.type&&this.click&&g.nodeName(this,"input"))return this.click(),!1},_default:function(e){return g.nodeName(e.target,"a")}},beforeunload:{postDispatch:function(e){void 0!==e.result&&e.originalEvent&&(e.originalEvent.returnValue=e.result)}}},simulate:function(e,t,n,i){var o=g.extend(new g.Event,n,{type:e,isSimulated:!0,originalEvent:{}});i?g.event.trigger(o,null,t):g.event.dispatch.call(t,o),o.isDefaultPrevented()&&n.preventDefault()}},g.removeEvent=function(e,t,n){e.removeEventListener&&e.removeEventListener(t,n,!1)},g.Event=function(e,t){if(!(this instanceof g.Event))return new g.Event(e,t);e&&e.type?(this.originalEvent=e,this.type=e.type,this.isDefaultPrevented=e.defaultPrevented||void 0===e.defaultPrevented&&!1===e.returnValue?_:$):this.type=e,t&&g.extend(this,t),this.timeStamp=e&&e.timeStamp||g.now(),this[g.expando]=!0},g.Event.prototype={isDefaultPrevented:$,isPropagationStopped:$,isImmediatePropagationStopped:$,preventDefault:function(){var e=this.originalEvent;this.isDefaultPrevented=_,e&&e.preventDefault&&e.preventDefault()},stopPropagation:function(){var e=this.originalEvent;this.isPropagationStopped=_,e&&e.stopPropagation&&e.stopPropagation()},stopImmediatePropagation:function(){var e=this.originalEvent;this.isImmediatePropagationStopped=_,e&&e.stopImmediatePropagation&&e.stopImmediatePropagation(),this.stopPropagation()}},g.each({mouseenter:"mouseover",mouseleave:"mouseout",pointerenter:"pointerover",pointerleave:"pointerout"},(function(e,t){g.event.special[e]={delegateType:t,bindType:t,handle:function(e){var n,i=this,o=e.relatedTarget,r=e.handleObj;return o&&(o===i||g.contains(i,o))||(e.type=r.origType,n=r.handler.apply(this,arguments),e.type=t),n}}})),d.focusinBubbles||g.each({focus:"focusin",blur:"focusout"},(function(e,t){var n=function(e){g.event.simulate(t,e.target,g.event.fix(e),!0)};g.event.special[t]={setup:function(){var i=this.ownerDocument||this,o=N.access(i,t);o||i.addEventListener(e,n,!0),N.access(i,t,(o||0)+1)},teardown:function(){var i=this.ownerDocument||this,o=N.access(i,t)-1;o?N.access(i,t,o):(i.removeEventListener(e,n,!0),N.remove(i,t))}}})),g.fn.extend({on:function(e,t,n,i,o){var r,s;if("object"==typeof e){for(s in"string"!=typeof t&&(n=n||t,t=void 0),e)this.on(s,t,n,e[s],o);return this}if(null==n&&null==i?(i=t,n=t=void 0):null==i&&("string"==typeof t?(i=n,n=void 0):(i=n,n=t,t=void 0)),!1===i)i=$;else if(!i)return this;return 1===o&&(r=i,(i=function(e){return g().off(e),r.apply(this,arguments)}).guid=r.guid||(r.guid=g.guid++)),this.each((function(){g.event.add(this,e,i,n,t)}))},one:function(e,t,n,i){return this.on(e,t,n,i,1)},off:function(e,t,n){var i,o;if(e&&e.preventDefault&&e.handleObj)return i=e.handleObj,g(e.delegateTarget).off(i.namespace?i.origType+"."+i.namespace:i.origType,i.selector,i.handler),this;if("object"==typeof e){for(o in e)this.off(o,t,e[o]);return this}return!1!==t&&"function"!=typeof t||(n=t,t=void 0),!1===n&&(n=$),this.each((function(){g.event.remove(this,e,n,t)}))},trigger:function(e,t){return this.each((function(){g.event.trigger(e,t,this)}))},triggerHandler:function(e,t){var n=this[0];if(n)return g.event.trigger(e,t,n,!0)}});var te=/<(?!area|br|col|embed|hr|img|input|link|meta|param)(([\w:]+)[^>]*)\/>/gi,ne=/<([\w:]+)/,ie=/<|&#?\w+;/,oe=/<(?:script|style|link)/i,re=/checked\s*(?:[^=]|=\s*.checked.)/i,se=/^$|\/(?:java|ecma)script/i,ae=/^true\/(.*)/,ue=/^\s*<!(?:\[CDATA\[|--)|(?:\]\]|--)>\s*$/g,ce={option:[1,"<select multiple='multiple'>","</select>"],thead:[1,"<table>","</table>"],col:[2,"<table><colgroup>","</colgroup></table>"],tr:[2,"<table><tbody>","</tbody></table>"],td:[3,"<table><tbody><tr>","</tr></tbody></table>"],_default:[0,"",""]};function le(e,t){return g.nodeName(e,"table")&&g.nodeName(11!==t.nodeType?t:t.firstChild,"tr")?e.getElementsByTagName("tbody")[0]||e.appendChild(e.ownerDocument.createElement("tbody")):e}function pe(e){return e.type=(null!==e.getAttribute("type"))+"/"+e.type,e}function fe(e){var t=ae.exec(e.type);return t?e.type=t[1]:e.removeAttribute("type"),e}function de(e,t){for(var n=0,i=e.length;n<i;n++)N.set(e[n],"globalEval",!t||N.get(t[n],"globalEval"))}function he(e,t){var n,i,o,r,s,a,u,c;if(1===t.nodeType){if(N.hasData(e)&&(r=N.access(e),s=N.set(t,r),c=r.events))for(o in delete s.handle,s.events={},c)for(n=0,i=c[o].length;n<i;n++)g.event.add(t,o,c[o][n]);j.hasData(e)&&(a=j.access(e),u=g.extend({},a),j.set(t,u))}}function ge(e,t){var n=e.getElementsByTagName?e.getElementsByTagName(t||"*"):e.querySelectorAll?e.querySelectorAll(t||"*"):[];return void 0===t||t&&g.nodeName(e,t)?g.merge([e],n):n}ce.optgroup=ce.option,ce.tbody=ce.tfoot=ce.colgroup=ce.caption=ce.thead,ce.th=ce.td,g.extend({clone:function(e,t,n){var i,o,r,s,a,u,c,l=e.cloneNode(!0),p=g.contains(e.ownerDocument,e);if(!(d.noCloneChecked||1!==e.nodeType&&11!==e.nodeType||g.isXMLDoc(e)))for(s=ge(l),i=0,o=(r=ge(e)).length;i<o;i++)a=r[i],u=s[i],c=void 0,"input"===(c=u.nodeName.toLowerCase())&&X.test(a.type)?u.checked=a.checked:"input"!==c&&"textarea"!==c||(u.defaultValue=a.defaultValue);if(t)if(n)for(r=r||ge(e),s=s||ge(l),i=0,o=r.length;i<o;i++)he(r[i],s[i]);else he(e,l);return(s=ge(l,"script")).length>0&&de(s,!p&&ge(e,"script")),l},buildFragment:function(e,t,n,i){for(var o,r,s,a,u,c,l=t.createDocumentFragment(),p=[],f=0,d=e.length;f<d;f++)if((o=e[f])||0===o)if("object"===g.type(o))g.merge(p,o.nodeType?[o]:o);else if(ie.test(o)){for(r=r||l.appendChild(t.createElement("div")),s=(ne.exec(o)||["",""])[1].toLowerCase(),a=ce[s]||ce._default,r.innerHTML=a[1]+o.replace(te,"<$1></$2>")+a[2],c=a[0];c--;)r=r.lastChild;g.merge(p,r.childNodes),(r=l.firstChild).textContent=""}else p.push(t.createTextNode(o));for(l.textContent="",f=0;o=p[f++];)if((!i||-1===g.inArray(o,i))&&(u=g.contains(o.ownerDocument,o),r=ge(l.appendChild(o),"script"),u&&de(r),n))for(c=0;o=r[c++];)se.test(o.type||"")&&n.push(o);return l},cleanData:function(e){for(var t,n,i,o,r=g.event.special,s=0;void 0!==(n=e[s]);s++){if(g.acceptData(n)&&(o=n[N.expando])&&(t=N.cache[o])){if(t.events)for(i in t.events)r[i]?g.event.remove(n,i):g.removeEvent(n,i,t.handle);N.cache[o]&&delete N.cache[o]}delete j.cache[n[j.expando]]}}}),g.fn.extend({text:function(e){return I(this,(function(e){return void 0===e?g.text(this):this.empty().each((function(){1!==this.nodeType&&11!==this.nodeType&&9!==this.nodeType||(this.textContent=e)}))}),null,e,arguments.length)},append:function(){return this.domManip(arguments,(function(e){1!==this.nodeType&&11!==this.nodeType&&9!==this.nodeType||le(this,e).appendChild(e)}))},prepend:function(){return this.domManip(arguments,(function(e){if(1===this.nodeType||11===this.nodeType||9===this.nodeType){var t=le(this,e);t.insertBefore(e,t.firstChild)}}))},before:function(){return this.domManip(arguments,(function(e){this.parentNode&&this.parentNode.insertBefore(e,this)}))},after:function(){return this.domManip(arguments,(function(e){this.parentNode&&this.parentNode.insertBefore(e,this.nextSibling)}))},remove:function(e,t){for(var n,i=e?g.filter(e,this):this,o=0;null!=(n=i[o]);o++)t||1!==n.nodeType||g.cleanData(ge(n)),n.parentNode&&(t&&g.contains(n.ownerDocument,n)&&de(ge(n,"script")),n.parentNode.removeChild(n));return this},empty:function(){for(var e,t=0;null!=(e=this[t]);t++)1===e.nodeType&&(g.cleanData(ge(e,!1)),e.textContent="");return this},clone:function(e,t){return e=null!=e&&e,t=null==t?e:t,this.map((function(){return g.clone(this,e,t)}))},html:function(e){return I(this,(function(e){var t=this[0]||{},n=0,i=this.length;if(void 0===e&&1===t.nodeType)return t.innerHTML;if("string"==typeof e&&!oe.test(e)&&!ce[(ne.exec(e)||["",""])[1].toLowerCase()]){e=e.replace(te,"<$1></$2>");try{for(;n<i;n++)1===(t=this[n]||{}).nodeType&&(g.cleanData(ge(t,!1)),t.innerHTML=e);t=0}catch(e){}}t&&this.empty().append(e)}),null,e,arguments.length)},replaceWith:function(){var e=arguments[0];return this.domManip(arguments,(function(t){e=this.parentNode,g.cleanData(ge(this)),e&&e.replaceChild(t,this)})),e&&(e.length||e.nodeType)?this:this.remove()},detach:function(e){return this.remove(e,!0)},domManip:function(e,t){e=a.apply([],e);var n,i,o,r,s,u,c=0,l=this.length,p=this,f=l-1,h=e[0],v=g.isFunction(h);if(v||l>1&&"string"==typeof h&&!d.checkClone&&re.test(h))return this.each((function(n){var i=p.eq(n);v&&(e[0]=h.call(this,n,i.html())),i.domManip(e,t)}));if(l&&(i=(n=g.buildFragment(e,this[0].ownerDocument,!1,this)).firstChild,1===n.childNodes.length&&(n=i),i)){for(r=(o=g.map(ge(n,"script"),pe)).length;c<l;c++)s=n,c!==f&&(s=g.clone(s,!0,!0),r&&g.merge(o,ge(s,"script"))),t.call(this[c],s,c);if(r)for(u=o[o.length-1].ownerDocument,g.map(o,fe),c=0;c<r;c++)s=o[c],se.test(s.type||"")&&!N.access(s,"globalEval")&&g.contains(u,s)&&(s.src?g._evalUrl&&g._evalUrl(s.src):g.globalEval(s.textContent.replace(ue,"")))}return this}}),g.each({appendTo:"append",prependTo:"prepend",insertBefore:"before",insertAfter:"after",replaceAll:"replaceWith"},(function(e,t){g.fn[e]=function(e){for(var n,i=[],o=g(e),r=o.length-1,s=0;s<=r;s++)n=s===r?this:this.clone(!0),g(o[s])[t](n),u.apply(i,n.get());return this.pushStack(i)}}));var ve,me={};function Ae(e,t){var i,o=g(t.createElement(e)).appendTo(t.body),r=n.getDefaultComputedStyle&&(i=n.getDefaultComputedStyle(o[0]))?i.display:g.css(o[0],"display");return o.detach(),r}function ye(e){var t=h,n=me[e];return n||("none"!==(n=Ae(e,t))&&n||((t=(ve=(ve||g("<iframe frameborder='0' width='0' height='0'/>")).appendTo(t.documentElement))[0].contentDocument).write(),t.close(),n=Ae(e,t),ve.detach()),me[e]=n),n}var be=/^margin/,xe=new RegExp("^("+q+")(?!px)[a-z%]+$","i"),we=function(e){return e.ownerDocument.defaultView.opener?e.ownerDocument.defaultView.getComputedStyle(e,null):n.getComputedStyle(e,null)};function Ee(e,t,n){var i,o,r,s,a=e.style;return(n=n||we(e))&&(s=n.getPropertyValue(t)||n[t]),n&&(""!==s||g.contains(e.ownerDocument,e)||(s=g.style(e,t)),xe.test(s)&&be.test(t)&&(i=a.width,o=a.minWidth,r=a.maxWidth,a.minWidth=a.maxWidth=a.width=s,s=n.width,a.width=i,a.minWidth=o,a.maxWidth=r)),void 0!==s?s+"":s}function Ce(e,t){return{get:function(){if(!e())return(this.get=t).apply(this,arguments);delete this.get}}}!function(){var e,t,i=h.documentElement,o=h.createElement("div"),r=h.createElement("div");function s(){r.style.cssText="-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;display:block;margin-top:1%;top:1%;border:1px;padding:1px;width:4px;position:absolute",r.innerHTML="",i.appendChild(o);var s=n.getComputedStyle(r,null);e="1%"!==s.top,t="4px"===s.width,i.removeChild(o)}r.style&&(r.style.backgroundClip="content-box",r.cloneNode(!0).style.backgroundClip="",d.clearCloneStyle="content-box"===r.style.backgroundClip,o.style.cssText="border:0;width:0;height:0;top:0;left:-9999px;margin-top:1px;position:absolute",o.appendChild(r),n.getComputedStyle&&g.extend(d,{pixelPosition:function(){return s(),e},boxSizingReliable:function(){return null==t&&s(),t},reliableMarginRight:function(){var e,t=r.appendChild(h.createElement("div"));return t.style.cssText=r.style.cssText="-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;display:block;margin:0;border:0;padding:0",t.style.marginRight=t.style.width="0",r.style.width="1px",i.appendChild(o),e=!parseFloat(n.getComputedStyle(t,null).marginRight),i.removeChild(o),r.removeChild(t),e}}))}(),g.swap=function(e,t,n,i){var o,r,s={};for(r in t)s[r]=e.style[r],e.style[r]=t[r];for(r in o=n.apply(e,i||[]),t)e.style[r]=s[r];return o};var ke=/^(none|table(?!-c[ea]).+)/,De=new RegExp("^("+q+")(.*)$","i"),Oe=new RegExp("^([+-])=("+q+")","i"),Ve={position:"absolute",visibility:"hidden",display:"block"},Te={letterSpacing:"0",fontWeight:"400"},Re=["Webkit","O","Moz","ms"];function Se(e,t){if(t in e)return t;for(var n=t[0].toUpperCase()+t.slice(1),i=t,o=Re.length;o--;)if((t=Re[o]+n)in e)return t;return i}function Be(e,t,n){var i=De.exec(t);return i?Math.max(0,i[1]-(n||0))+(i[2]||"px"):t}function Pe(e,t,n,i,o){for(var r=n===(i?"border":"content")?4:"width"===t?1:0,s=0;r<4;r+=2)"margin"===n&&(s+=g.css(e,n+G[r],!0,o)),i?("content"===n&&(s-=g.css(e,"padding"+G[r],!0,o)),"margin"!==n&&(s-=g.css(e,"border"+G[r]+"Width",!0,o))):(s+=g.css(e,"padding"+G[r],!0,o),"padding"!==n&&(s+=g.css(e,"border"+G[r]+"Width",!0,o)));return s}function Le(e,t,n){var i=!0,o="width"===t?e.offsetWidth:e.offsetHeight,r=we(e),s="border-box"===g.css(e,"boxSizing",!1,r);if(o<=0||null==o){if(((o=Ee(e,t,r))<0||null==o)&&(o=e.style[t]),xe.test(o))return o;i=s&&(d.boxSizingReliable()||o===e.style[t]),o=parseFloat(o)||0}return o+Pe(e,t,n||(s?"border":"content"),i,r)+"px"}function Ie(e,t){for(var n,i,o,r=[],s=0,a=e.length;s<a;s++)(i=e[s]).style&&(r[s]=N.get(i,"olddisplay"),n=i.style.display,t?(r[s]||"none"!==n||(i.style.display=""),""===i.style.display&&U(i)&&(r[s]=N.access(i,"olddisplay",ye(i.nodeName)))):(o=U(i),"none"===n&&o||N.set(i,"olddisplay",o?n:g.css(i,"display"))));for(s=0;s<a;s++)(i=e[s]).style&&(t&&"none"!==i.style.display&&""!==i.style.display||(i.style.display=t?r[s]||"":"none"));return e}function Me(e,t,n,i,o){return new Me.prototype.init(e,t,n,i,o)}g.extend({cssHooks:{opacity:{get:function(e,t){if(t){var n=Ee(e,"opacity");return""===n?"1":n}}}},cssNumber:{columnCount:!0,fillOpacity:!0,flexGrow:!0,flexShrink:!0,fontWeight:!0,lineHeight:!0,opacity:!0,order:!0,orphans:!0,widows:!0,zIndex:!0,zoom:!0},cssProps:{float:"cssFloat"},style:function(e,t,n,i){if(e&&3!==e.nodeType&&8!==e.nodeType&&e.style){var o,r,s,a=g.camelCase(t),u=e.style;if(t=g.cssProps[a]||(g.cssProps[a]=Se(u,a)),s=g.cssHooks[t]||g.cssHooks[a],void 0===n)return s&&"get"in s&&void 0!==(o=s.get(e,!1,i))?o:u[t];"string"==(r=typeof n)&&(o=Oe.exec(n))&&(n=(o[1]+1)*o[2]+parseFloat(g.css(e,t)),r="number"),null!=n&&n==n&&("number"!==r||g.cssNumber[a]||(n+="px"),d.clearCloneStyle||""!==n||0!==t.indexOf("background")||(u[t]="inherit"),s&&"set"in s&&void 0===(n=s.set(e,n,i))||(u[t]=n))}},css:function(e,t,n,i){var o,r,s,a=g.camelCase(t);return t=g.cssProps[a]||(g.cssProps[a]=Se(e.style,a)),(s=g.cssHooks[t]||g.cssHooks[a])&&"get"in s&&(o=s.get(e,!0,n)),void 0===o&&(o=Ee(e,t,i)),"normal"===o&&t in Te&&(o=Te[t]),""===n||n?(r=parseFloat(o),!0===n||g.isNumeric(r)?r||0:o):o}}),g.each(["height","width"],(function(e,t){g.cssHooks[t]={get:function(e,n,i){if(n)return ke.test(g.css(e,"display"))&&0===e.offsetWidth?g.swap(e,Ve,(function(){return Le(e,t,i)})):Le(e,t,i)},set:function(e,n,i){var o=i&&we(e);return Be(0,n,i?Pe(e,t,i,"border-box"===g.css(e,"boxSizing",!1,o),o):0)}}})),g.cssHooks.marginRight=Ce(d.reliableMarginRight,(function(e,t){if(t)return g.swap(e,{display:"inline-block"},Ee,[e,"marginRight"])})),g.each({margin:"",padding:"",border:"Width"},(function(e,t){g.cssHooks[e+t]={expand:function(n){for(var i=0,o={},r="string"==typeof n?n.split(" "):[n];i<4;i++)o[e+G[i]+t]=r[i]||r[i-2]||r[0];return o}},be.test(e)||(g.cssHooks[e+t].set=Be)})),g.fn.extend({css:function(e,t){return I(this,(function(e,t,n){var i,o,r={},s=0;if(g.isArray(t)){for(i=we(e),o=t.length;s<o;s++)r[t[s]]=g.css(e,t[s],!1,i);return r}return void 0!==n?g.style(e,t,n):g.css(e,t)}),e,t,arguments.length>1)},show:function(){return Ie(this,!0)},hide:function(){return Ie(this)},toggle:function(e){return"boolean"==typeof e?e?this.show():this.hide():this.each((function(){U(this)?g(this).show():g(this).hide()}))}}),g.Tween=Me,Me.prototype={constructor:Me,init:function(e,t,n,i,o,r){this.elem=e,this.prop=n,this.easing=o||"swing",this.options=t,this.start=this.now=this.cur(),this.end=i,this.unit=r||(g.cssNumber[n]?"":"px")},cur:function(){var e=Me.propHooks[this.prop];return e&&e.get?e.get(this):Me.propHooks._default.get(this)},run:function(e){var t,n=Me.propHooks[this.prop];return this.options.duration?this.pos=t=g.easing[this.easing](e,this.options.duration*e,0,1,this.options.duration):this.pos=t=e,this.now=(this.end-this.start)*t+this.start,this.options.step&&this.options.step.call(this.elem,this.now,this),n&&n.set?n.set(this):Me.propHooks._default.set(this),this}},Me.prototype.init.prototype=Me.prototype,Me.propHooks={_default:{get:function(e){var t;return null==e.elem[e.prop]||e.elem.style&&null!=e.elem.style[e.prop]?(t=g.css(e.elem,e.prop,""))&&"auto"!==t?t:0:e.elem[e.prop]},set:function(e){g.fx.step[e.prop]?g.fx.step[e.prop](e):e.elem.style&&(null!=e.elem.style[g.cssProps[e.prop]]||g.cssHooks[e.prop])?g.style(e.elem,e.prop,e.now+e.unit):e.elem[e.prop]=e.now}}},Me.propHooks.scrollTop=Me.propHooks.scrollLeft={set:function(e){e.elem.nodeType&&e.elem.parentNode&&(e.elem[e.prop]=e.now)}},g.easing={linear:function(e){return e},swing:function(e){return.5-Math.cos(e*Math.PI)/2}},g.fx=Me.prototype.init,g.fx.step={};var Ne,je,He=/^(?:toggle|show|hide)$/,Fe=new RegExp("^(?:([+-])=|)("+q+")([a-z%]*)$","i"),Qe=/queueHooks$/,Ye=[function(e,t,n){var i,o,r,s,a,u,c,l=this,p={},f=e.style,d=e.nodeType&&U(e),h=N.get(e,"fxshow");for(i in n.queue||(null==(a=g._queueHooks(e,"fx")).unqueued&&(a.unqueued=0,u=a.empty.fire,a.empty.fire=function(){a.unqueued||u()}),a.unqueued++,l.always((function(){l.always((function(){a.unqueued--,g.queue(e,"fx").length||a.empty.fire()}))}))),1===e.nodeType&&("height"in t||"width"in t)&&(n.overflow=[f.overflow,f.overflowX,f.overflowY],"inline"===("none"===(c=g.css(e,"display"))?N.get(e,"olddisplay")||ye(e.nodeName):c)&&"none"===g.css(e,"float")&&(f.display="inline-block")),n.overflow&&(f.overflow="hidden",l.always((function(){f.overflow=n.overflow[0],f.overflowX=n.overflow[1],f.overflowY=n.overflow[2]}))),t)if(o=t[i],He.exec(o)){if(delete t[i],r=r||"toggle"===o,o===(d?"hide":"show")){if("show"!==o||!h||void 0===h[i])continue;d=!0}p[i]=h&&h[i]||g.style(e,i)}else c=void 0;if(g.isEmptyObject(p))"inline"===("none"===c?ye(e.nodeName):c)&&(f.display=c);else for(i in h?"hidden"in h&&(d=h.hidden):h=N.access(e,"fxshow",{}),r&&(h.hidden=!d),d?g(e).show():l.done((function(){g(e).hide()})),l.done((function(){var t;for(t in N.remove(e,"fxshow"),p)g.style(e,t,p[t])})),p)s=Ue(d?h[i]:0,i,l),i in h||(h[i]=s.start,d&&(s.end=s.start,s.start="width"===i||"height"===i?1:0))}],ze={"*":[function(e,t){var n=this.createTween(e,t),i=n.cur(),o=Fe.exec(t),r=o&&o[3]||(g.cssNumber[e]?"":"px"),s=(g.cssNumber[e]||"px"!==r&&+i)&&Fe.exec(g.css(n.elem,e)),a=1,u=20;if(s&&s[3]!==r){r=r||s[3],o=o||[],s=+i||1;do{s/=a=a||".5",g.style(n.elem,e,s+r)}while(a!==(a=n.cur()/i)&&1!==a&&--u)}return o&&(s=n.start=+s||+i||0,n.unit=r,n.end=o[1]?s+(o[1]+1)*o[2]:+o[2]),n}]};function qe(){return setTimeout((function(){Ne=void 0})),Ne=g.now()}function Ge(e,t){var n,i=0,o={height:e};for(t=t?1:0;i<4;i+=2-t)o["margin"+(n=G[i])]=o["padding"+n]=e;return t&&(o.opacity=o.width=e),o}function Ue(e,t,n){for(var i,o=(ze[t]||[]).concat(ze["*"]),r=0,s=o.length;r<s;r++)if(i=o[r].call(n,t,e))return i}function Xe(e,t,n){var i,o,r=0,s=Ye.length,a=g.Deferred().always((function(){delete u.elem})),u=function(){if(o)return!1;for(var t=Ne||qe(),n=Math.max(0,c.startTime+c.duration-t),i=1-(n/c.duration||0),r=0,s=c.tweens.length;r<s;r++)c.tweens[r].run(i);return a.notifyWith(e,[c,i,n]),i<1&&s?n:(a.resolveWith(e,[c]),!1)},c=a.promise({elem:e,props:g.extend({},t),opts:g.extend(!0,{specialEasing:{}},n),originalProperties:t,originalOptions:n,startTime:Ne||qe(),duration:n.duration,tweens:[],createTween:function(t,n){var i=g.Tween(e,c.opts,t,n,c.opts.specialEasing[t]||c.opts.easing);return c.tweens.push(i),i},stop:function(t){var n=0,i=t?c.tweens.length:0;if(o)return this;for(o=!0;n<i;n++)c.tweens[n].run(1);return t?a.resolveWith(e,[c,t]):a.rejectWith(e,[c,t]),this}}),l=c.props;for(function(e,t){var n,i,o,r,s;for(n in e)if(o=t[i=g.camelCase(n)],r=e[n],g.isArray(r)&&(o=r[1],r=e[n]=r[0]),n!==i&&(e[i]=r,delete e[n]),(s=g.cssHooks[i])&&"expand"in s)for(n in r=s.expand(r),delete e[i],r)n in e||(e[n]=r[n],t[n]=o);else t[i]=o}(l,c.opts.specialEasing);r<s;r++)if(i=Ye[r].call(c,e,l,c.opts))return i;return g.map(l,Ue,c),g.isFunction(c.opts.start)&&c.opts.start.call(e,c),g.fx.timer(g.extend(u,{elem:e,anim:c,queue:c.opts.queue})),c.progress(c.opts.progress).done(c.opts.done,c.opts.complete).fail(c.opts.fail).always(c.opts.always)}g.Animation=g.extend(Xe,{tweener:function(e,t){g.isFunction(e)?(t=e,e=["*"]):e=e.split(" ");for(var n,i=0,o=e.length;i<o;i++)n=e[i],ze[n]=ze[n]||[],ze[n].unshift(t)},prefilter:function(e,t){t?Ye.unshift(e):Ye.push(e)}}),g.speed=function(e,t,n){var i=e&&"object"==typeof e?g.extend({},e):{complete:n||!n&&t||g.isFunction(e)&&e,duration:e,easing:n&&t||t&&!g.isFunction(t)&&t};return i.duration=g.fx.off?0:"number"==typeof i.duration?i.duration:i.duration in g.fx.speeds?g.fx.speeds[i.duration]:g.fx.speeds._default,null!=i.queue&&!0!==i.queue||(i.queue="fx"),i.old=i.complete,i.complete=function(){g.isFunction(i.old)&&i.old.call(this),i.queue&&g.dequeue(this,i.queue)},i},g.fn.extend({fadeTo:function(e,t,n,i){return this.filter(U).css("opacity",0).show().end().animate({opacity:t},e,n,i)},animate:function(e,t,n,i){var o=g.isEmptyObject(e),r=g.speed(t,n,i),s=function(){var t=Xe(this,g.extend({},e),r);(o||N.get(this,"finish"))&&t.stop(!0)};return s.finish=s,o||!1===r.queue?this.each(s):this.queue(r.queue,s)},stop:function(e,t,n){var i=function(e){var t=e.stop;delete e.stop,t(n)};return"string"!=typeof e&&(n=t,t=e,e=void 0),t&&!1!==e&&this.queue(e||"fx",[]),this.each((function(){var t=!0,o=null!=e&&e+"queueHooks",r=g.timers,s=N.get(this);if(o)s[o]&&s[o].stop&&i(s[o]);else for(o in s)s[o]&&s[o].stop&&Qe.test(o)&&i(s[o]);for(o=r.length;o--;)r[o].elem!==this||null!=e&&r[o].queue!==e||(r[o].anim.stop(n),t=!1,r.splice(o,1));!t&&n||g.dequeue(this,e)}))},finish:function(e){return!1!==e&&(e=e||"fx"),this.each((function(){var t,n=N.get(this),i=n[e+"queue"],o=n[e+"queueHooks"],r=g.timers,s=i?i.length:0;for(n.finish=!0,g.queue(this,e,[]),o&&o.stop&&o.stop.call(this,!0),t=r.length;t--;)r[t].elem===this&&r[t].queue===e&&(r[t].anim.stop(!0),r.splice(t,1));for(t=0;t<s;t++)i[t]&&i[t].finish&&i[t].finish.call(this);delete n.finish}))}}),g.each(["toggle","show","hide"],(function(e,t){var n=g.fn[t];g.fn[t]=function(e,i,o){return null==e||"boolean"==typeof e?n.apply(this,arguments):this.animate(Ge(t,!0),e,i,o)}})),g.each({slideDown:Ge("show"),slideUp:Ge("hide"),slideToggle:Ge("toggle"),fadeIn:{opacity:"show"},fadeOut:{opacity:"hide"},fadeToggle:{opacity:"toggle"}},(function(e,t){g.fn[e]=function(e,n,i){return this.animate(t,e,n,i)}})),g.timers=[],g.fx.tick=function(){var e,t=0,n=g.timers;for(Ne=g.now();t<n.length;t++)(e=n[t])()||n[t]!==e||n.splice(t--,1);n.length||g.fx.stop(),Ne=void 0},g.fx.timer=function(e){g.timers.push(e),e()?g.fx.start():g.timers.pop()},g.fx.interval=13,g.fx.start=function(){je||(je=setInterval(g.fx.tick,g.fx.interval))},g.fx.stop=function(){clearInterval(je),je=null},g.fx.speeds={slow:600,fast:200,_default:400},g.fn.delay=function(e,t){return e=g.fx&&g.fx.speeds[e]||e,t=t||"fx",this.queue(t,(function(t,n){var i=setTimeout(t,e);n.stop=function(){clearTimeout(i)}}))},function(){var e=h.createElement("input"),t=h.createElement("select"),n=t.appendChild(h.createElement("option"));e.type="checkbox",d.checkOn=""!==e.value,d.optSelected=n.selected,t.disabled=!0,d.optDisabled=!n.disabled,(e=h.createElement("input")).value="t",e.type="radio",d.radioValue="t"===e.value}();var Ze,We=g.expr.attrHandle;g.fn.extend({attr:function(e,t){return I(this,g.attr,e,t,arguments.length>1)},removeAttr:function(e){return this.each((function(){g.removeAttr(this,e)}))}}),g.extend({attr:function(e,t,n){var i,o,r=e.nodeType;if(e&&3!==r&&8!==r&&2!==r)return void 0===e.getAttribute?g.prop(e,t,n):(1===r&&g.isXMLDoc(e)||(t=t.toLowerCase(),i=g.attrHooks[t]||(g.expr.match.bool.test(t)?Ze:void 0)),void 0===n?i&&"get"in i&&null!==(o=i.get(e,t))?o:null==(o=g.find.attr(e,t))?void 0:o:null!==n?i&&"set"in i&&void 0!==(o=i.set(e,n,t))?o:(e.setAttribute(t,n+""),n):void g.removeAttr(e,t))},removeAttr:function(e,t){var n,i,o=0,r=t&&t.match(B);if(r&&1===e.nodeType)for(;n=r[o++];)i=g.propFix[n]||n,g.expr.match.bool.test(n)&&(e[i]=!1),e.removeAttribute(n)},attrHooks:{type:{set:function(e,t){if(!d.radioValue&&"radio"===t&&g.nodeName(e,"input")){var n=e.value;return e.setAttribute("type",t),n&&(e.value=n),t}}}}}),Ze={set:function(e,t,n){return!1===t?g.removeAttr(e,n):e.setAttribute(n,n),n}},g.each(g.expr.match.bool.source.match(/\w+/g),(function(e,t){var n=We[t]||g.find.attr;We[t]=function(e,t,i){var o,r;return i||(r=We[t],We[t]=o,o=null!=n(e,t,i)?t.toLowerCase():null,We[t]=r),o}}));var Je=/^(?:input|select|textarea|button)$/i;g.fn.extend({prop:function(e,t){return I(this,g.prop,e,t,arguments.length>1)},removeProp:function(e){return this.each((function(){delete this[g.propFix[e]||e]}))}}),g.extend({propFix:{for:"htmlFor",class:"className"},prop:function(e,t,n){var i,o,r=e.nodeType;if(e&&3!==r&&8!==r&&2!==r)return(1!==r||!g.isXMLDoc(e))&&(t=g.propFix[t]||t,o=g.propHooks[t]),void 0!==n?o&&"set"in o&&void 0!==(i=o.set(e,n,t))?i:e[t]=n:o&&"get"in o&&null!==(i=o.get(e,t))?i:e[t]},propHooks:{tabIndex:{get:function(e){return e.hasAttribute("tabindex")||Je.test(e.nodeName)||e.href?e.tabIndex:-1}}}}),d.optSelected||(g.propHooks.selected={get:function(e){var t=e.parentNode;return t&&t.parentNode&&t.parentNode.selectedIndex,null}}),g.each(["tabIndex","readOnly","maxLength","cellSpacing","cellPadding","rowSpan","colSpan","useMap","frameBorder","contentEditable"],(function(){g.propFix[this.toLowerCase()]=this}));var Ke=/[\t\r\n\f]/g;g.fn.extend({addClass:function(e){var t,n,i,o,r,s,a="string"==typeof e&&e,u=0,c=this.length;if(g.isFunction(e))return this.each((function(t){g(this).addClass(e.call(this,t,this.className))}));if(a)for(t=(e||"").match(B)||[];u<c;u++)if(i=1===(n=this[u]).nodeType&&(n.className?(" "+n.className+" ").replace(Ke," "):" ")){for(r=0;o=t[r++];)i.indexOf(" "+o+" ")<0&&(i+=o+" ");s=g.trim(i),n.className!==s&&(n.className=s)}return this},removeClass:function(e){var t,n,i,o,r,s,a=0===arguments.length||"string"==typeof e&&e,u=0,c=this.length;if(g.isFunction(e))return this.each((function(t){g(this).removeClass(e.call(this,t,this.className))}));if(a)for(t=(e||"").match(B)||[];u<c;u++)if(i=1===(n=this[u]).nodeType&&(n.className?(" "+n.className+" ").replace(Ke," "):"")){for(r=0;o=t[r++];)for(;i.indexOf(" "+o+" ")>=0;)i=i.replace(" "+o+" "," ");s=e?g.trim(i):"",n.className!==s&&(n.className=s)}return this},toggleClass:function(e,t){var n=typeof e;return"boolean"==typeof t&&"string"===n?t?this.addClass(e):this.removeClass(e):g.isFunction(e)?this.each((function(n){g(this).toggleClass(e.call(this,n,this.className,t),t)})):this.each((function(){if("string"===n)for(var t,i=0,o=g(this),r=e.match(B)||[];t=r[i++];)o.hasClass(t)?o.removeClass(t):o.addClass(t);else"undefined"!==n&&"boolean"!==n||(this.className&&N.set(this,"__className__",this.className),this.className=this.className||!1===e?"":N.get(this,"__className__")||"")}))},hasClass:function(e){for(var t=" "+e+" ",n=0,i=this.length;n<i;n++)if(1===this[n].nodeType&&(" "+this[n].className+" ").replace(Ke," ").indexOf(t)>=0)return!0;return!1}});var _e=/\r/g;g.fn.extend({val:function(e){var t,n,i,o=this[0];return arguments.length?(i=g.isFunction(e),this.each((function(n){var o;1===this.nodeType&&(null==(o=i?e.call(this,n,g(this).val()):e)?o="":"number"==typeof o?o+="":g.isArray(o)&&(o=g.map(o,(function(e){return null==e?"":e+""}))),(t=g.valHooks[this.type]||g.valHooks[this.nodeName.toLowerCase()])&&"set"in t&&void 0!==t.set(this,o,"value")||(this.value=o))}))):o?(t=g.valHooks[o.type]||g.valHooks[o.nodeName.toLowerCase()])&&"get"in t&&void 0!==(n=t.get(o,"value"))?n:"string"==typeof(n=o.value)?n.replace(_e,""):null==n?"":n:void 0}}),g.extend({valHooks:{option:{get:function(e){var t=g.find.attr(e,"value");return null!=t?t:g.trim(g.text(e))}},select:{get:function(e){for(var t,n,i=e.options,o=e.selectedIndex,r="select-one"===e.type||o<0,s=r?null:[],a=r?o+1:i.length,u=o<0?a:r?o:0;u<a;u++)if(((n=i[u]).selected||u===o)&&(d.optDisabled?!n.disabled:null===n.getAttribute("disabled"))&&(!n.parentNode.disabled||!g.nodeName(n.parentNode,"optgroup"))){if(t=g(n).val(),r)return t;s.push(t)}return s},set:function(e,t){for(var n,i,o=e.options,r=g.makeArray(t),s=o.length;s--;)((i=o[s]).selected=g.inArray(i.value,r)>=0)&&(n=!0);return n||(e.selectedIndex=-1),r}}}}),g.each(["radio","checkbox"],(function(){g.valHooks[this]={set:function(e,t){if(g.isArray(t))return e.checked=g.inArray(g(e).val(),t)>=0}},d.checkOn||(g.valHooks[this].get=function(e){return null===e.getAttribute("value")?"on":e.value})})),g.each("blur focus focusin focusout load resize scroll unload click dblclick mousedown mouseup mousemove mouseover mouseout mouseenter mouseleave change select submit keydown keypress keyup error contextmenu".split(" "),(function(e,t){g.fn[t]=function(e,n){return arguments.length>0?this.on(t,null,e,n):this.trigger(t)}})),g.fn.extend({hover:function(e,t){return this.mouseenter(e).mouseleave(t||e)},bind:function(e,t,n){return this.on(e,null,t,n)},unbind:function(e,t){return this.off(e,null,t)},delegate:function(e,t,n,i){return this.on(t,e,n,i)},undelegate:function(e,t,n){return 1===arguments.length?this.off(e,"**"):this.off(t,e||"**",n)}});var $e=g.now(),et=/\?/;g.parseJSON=function(e){return JSON.parse(e+"")},g.parseXML=function(e){var t;if(!e||"string"!=typeof e)return null;try{t=(new DOMParser).parseFromString(e,"text/xml")}catch(e){t=void 0}return t&&!t.getElementsByTagName("parsererror").length||g.error("Invalid XML: "+e),t};var tt=/#.*$/,nt=/([?&])_=[^&]*/,it=/^(.*?):[ \t]*([^\r\n]*)$/gm,ot=/^(?:GET|HEAD)$/,rt=/^\/\//,st=/^([\w.+-]+:)(?:\/\/(?:[^\/?#]*@|)([^\/?#:]*)(?::(\d+)|)|)/,at={},ut={},ct="*/".concat("*"),lt=n.location.href,pt=st.exec(lt.toLowerCase())||[];function ft(e){return function(t,n){"string"!=typeof t&&(n=t,t="*");var i,o=0,r=t.toLowerCase().match(B)||[];if(g.isFunction(n))for(;i=r[o++];)"+"===i[0]?(i=i.slice(1)||"*",(e[i]=e[i]||[]).unshift(n)):(e[i]=e[i]||[]).push(n)}}function dt(e,t,n,i){var o={},r=e===ut;function s(a){var u;return o[a]=!0,g.each(e[a]||[],(function(e,a){var c=a(t,n,i);return"string"!=typeof c||r||o[c]?r?!(u=c):void 0:(t.dataTypes.unshift(c),s(c),!1)})),u}return s(t.dataTypes[0])||!o["*"]&&s("*")}function ht(e,t){var n,i,o=g.ajaxSettings.flatOptions||{};for(n in t)void 0!==t[n]&&((o[n]?e:i||(i={}))[n]=t[n]);return i&&g.extend(!0,e,i),e}g.extend({active:0,lastModified:{},etag:{},ajaxSettings:{url:lt,type:"GET",isLocal:/^(?:about|app|app-storage|.+-extension|file|res|widget):$/.test(pt[1]),global:!0,processData:!0,async:!0,contentType:"application/x-www-form-urlencoded; charset=UTF-8",accepts:{"*":ct,text:"text/plain",html:"text/html",xml:"application/xml, text/xml",json:"application/json, text/javascript"},contents:{xml:/xml/,html:/html/,json:/json/},responseFields:{xml:"responseXML",text:"responseText",json:"responseJSON"},converters:{"* text":String,"text html":!0,"text json":g.parseJSON,"text xml":g.parseXML},flatOptions:{url:!0,context:!0}},ajaxSetup:function(e,t){return t?ht(ht(e,g.ajaxSettings),t):ht(g.ajaxSettings,e)},ajaxPrefilter:ft(at),ajaxTransport:ft(ut),ajax:function(e,t){"object"==typeof e&&(t=e,e=void 0),t=t||{};var n,i,o,r,s,a,u,c,l=g.ajaxSetup({},t),p=l.context||l,f=l.context&&(p.nodeType||p.jquery)?g(p):g.event,d=g.Deferred(),h=g.Callbacks("once memory"),v=l.statusCode||{},m={},A={},y=0,b="canceled",x={readyState:0,getResponseHeader:function(e){var t;if(2===y){if(!r)for(r={};t=it.exec(o);)r[t[1].toLowerCase()]=t[2];t=r[e.toLowerCase()]}return null==t?null:t},getAllResponseHeaders:function(){return 2===y?o:null},setRequestHeader:function(e,t){var n=e.toLowerCase();return y||(e=A[n]=A[n]||e,m[e]=t),this},overrideMimeType:function(e){return y||(l.mimeType=e),this},statusCode:function(e){var t;if(e)if(y<2)for(t in e)v[t]=[v[t],e[t]];else x.always(e[x.status]);return this},abort:function(e){var t=e||b;return n&&n.abort(t),w(0,t),this}};if(d.promise(x).complete=h.add,x.success=x.done,x.error=x.fail,l.url=((e||l.url||lt)+"").replace(tt,"").replace(rt,pt[1]+"//"),l.type=t.method||t.type||l.method||l.type,l.dataTypes=g.trim(l.dataType||"*").toLowerCase().match(B)||[""],null==l.crossDomain&&(a=st.exec(l.url.toLowerCase()),l.crossDomain=!(!a||a[1]===pt[1]&&a[2]===pt[2]&&(a[3]||("http:"===a[1]?"80":"443"))===(pt[3]||("http:"===pt[1]?"80":"443")))),l.data&&l.processData&&"string"!=typeof l.data&&(l.data=g.param(l.data,l.traditional)),dt(at,l,t,x),2===y)return x;for(c in(u=g.event&&l.global)&&0==g.active++&&g.event.trigger("ajaxStart"),l.type=l.type.toUpperCase(),l.hasContent=!ot.test(l.type),i=l.url,l.hasContent||(l.data&&(i=l.url+=(et.test(i)?"&":"?")+l.data,delete l.data),!1===l.cache&&(l.url=nt.test(i)?i.replace(nt,"$1_="+$e++):i+(et.test(i)?"&":"?")+"_="+$e++)),l.ifModified&&(g.lastModified[i]&&x.setRequestHeader("If-Modified-Since",g.lastModified[i]),g.etag[i]&&x.setRequestHeader("If-None-Match",g.etag[i])),(l.data&&l.hasContent&&!1!==l.contentType||t.contentType)&&x.setRequestHeader("Content-Type",l.contentType),x.setRequestHeader("Accept",l.dataTypes[0]&&l.accepts[l.dataTypes[0]]?l.accepts[l.dataTypes[0]]+("*"!==l.dataTypes[0]?", "+ct+"; q=0.01":""):l.accepts["*"]),l.headers)x.setRequestHeader(c,l.headers[c]);if(l.beforeSend&&(!1===l.beforeSend.call(p,x,l)||2===y))return x.abort();for(c in b="abort",{success:1,error:1,complete:1})x[c](l[c]);if(n=dt(ut,l,t,x)){x.readyState=1,u&&f.trigger("ajaxSend",[x,l]),l.async&&l.timeout>0&&(s=setTimeout((function(){x.abort("timeout")}),l.timeout));try{y=1,n.send(m,w)}catch(e){if(!(y<2))throw e;w(-1,e)}}else w(-1,"No Transport");function w(e,t,r,a){var c,m,A,b,w,E=t;2!==y&&(y=2,s&&clearTimeout(s),n=void 0,o=a||"",x.readyState=e>0?4:0,c=e>=200&&e<300||304===e,r&&(b=function(e,t,n){for(var i,o,r,s,a=e.contents,u=e.dataTypes;"*"===u[0];)u.shift(),void 0===i&&(i=e.mimeType||t.getResponseHeader("Content-Type"));if(i)for(o in a)if(a[o]&&a[o].test(i)){u.unshift(o);break}if(u[0]in n)r=u[0];else{for(o in n){if(!u[0]||e.converters[o+" "+u[0]]){r=o;break}s||(s=o)}r=r||s}if(r)return r!==u[0]&&u.unshift(r),n[r]}(l,x,r)),b=function(e,t,n,i){var o,r,s,a,u,c={},l=e.dataTypes.slice();if(l[1])for(s in e.converters)c[s.toLowerCase()]=e.converters[s];for(r=l.shift();r;)if(e.responseFields[r]&&(n[e.responseFields[r]]=t),!u&&i&&e.dataFilter&&(t=e.dataFilter(t,e.dataType)),u=r,r=l.shift())if("*"===r)r=u;else if("*"!==u&&u!==r){if(!(s=c[u+" "+r]||c["* "+r]))for(o in c)if((a=o.split(" "))[1]===r&&(s=c[u+" "+a[0]]||c["* "+a[0]])){!0===s?s=c[o]:!0!==c[o]&&(r=a[0],l.unshift(a[1]));break}if(!0!==s)if(s&&e.throws)t=s(t);else try{t=s(t)}catch(e){return{state:"parsererror",error:s?e:"No conversion from "+u+" to "+r}}}return{state:"success",data:t}}(l,b,x,c),c?(l.ifModified&&((w=x.getResponseHeader("Last-Modified"))&&(g.lastModified[i]=w),(w=x.getResponseHeader("etag"))&&(g.etag[i]=w)),204===e||"HEAD"===l.type?E="nocontent":304===e?E="notmodified":(E=b.state,m=b.data,c=!(A=b.error))):(A=E,!e&&E||(E="error",e<0&&(e=0))),x.status=e,x.statusText=(t||E)+"",c?d.resolveWith(p,[m,E,x]):d.rejectWith(p,[x,E,A]),x.statusCode(v),v=void 0,u&&f.trigger(c?"ajaxSuccess":"ajaxError",[x,l,c?m:A]),h.fireWith(p,[x,E]),u&&(f.trigger("ajaxComplete",[x,l]),--g.active||g.event.trigger("ajaxStop")))}return x},getJSON:function(e,t,n){return g.get(e,t,n,"json")},getScript:function(e,t){return g.get(e,void 0,t,"script")}}),g.each(["get","post"],(function(e,t){g[t]=function(e,n,i,o){return g.isFunction(n)&&(o=o||i,i=n,n=void 0),g.ajax({url:e,type:t,dataType:o,data:n,success:i})}})),g._evalUrl=function(e){return g.ajax({url:e,type:"GET",dataType:"script",async:!1,global:!1,throws:!0})},g.fn.extend({wrapAll:function(e){var t;return g.isFunction(e)?this.each((function(t){g(this).wrapAll(e.call(this,t))})):(this[0]&&(t=g(e,this[0].ownerDocument).eq(0).clone(!0),this[0].parentNode&&t.insertBefore(this[0]),t.map((function(){for(var e=this;e.firstElementChild;)e=e.firstElementChild;return e})).append(this)),this)},wrapInner:function(e){return g.isFunction(e)?this.each((function(t){g(this).wrapInner(e.call(this,t))})):this.each((function(){var t=g(this),n=t.contents();n.length?n.wrapAll(e):t.append(e)}))},wrap:function(e){var t=g.isFunction(e);return this.each((function(n){g(this).wrapAll(t?e.call(this,n):e)}))},unwrap:function(){return this.parent().each((function(){g.nodeName(this,"body")||g(this).replaceWith(this.childNodes)})).end()}}),g.expr.filters.hidden=function(e){return e.offsetWidth<=0&&e.offsetHeight<=0},g.expr.filters.visible=function(e){return!g.expr.filters.hidden(e)};var gt=/%20/g,vt=/\[\]$/,mt=/\r?\n/g,At=/^(?:submit|button|image|reset|file)$/i,yt=/^(?:input|select|textarea|keygen)/i;function bt(e,t,n,i){var o;if(g.isArray(t))g.each(t,(function(t,o){n||vt.test(e)?i(e,o):bt(e+"["+("object"==typeof o?t:"")+"]",o,n,i)}));else if(n||"object"!==g.type(t))i(e,t);else for(o in t)bt(e+"["+o+"]",t[o],n,i)}g.param=function(e,t){var n,i=[],o=function(e,t){t=g.isFunction(t)?t():null==t?"":t,i[i.length]=encodeURIComponent(e)+"="+encodeURIComponent(t)};if(void 0===t&&(t=g.ajaxSettings&&g.ajaxSettings.traditional),g.isArray(e)||e.jquery&&!g.isPlainObject(e))g.each(e,(function(){o(this.name,this.value)}));else for(n in e)bt(n,e[n],t,o);return i.join("&").replace(gt,"+")},g.fn.extend({serialize:function(){return g.param(this.serializeArray())},serializeArray:function(){return this.map((function(){var e=g.prop(this,"elements");return e?g.makeArray(e):this})).filter((function(){var e=this.type;return this.name&&!g(this).is(":disabled")&&yt.test(this.nodeName)&&!At.test(e)&&(this.checked||!X.test(e))})).map((function(e,t){var n=g(this).val();return null==n?null:g.isArray(n)?g.map(n,(function(e){return{name:t.name,value:e.replace(mt,"\r\n")}})):{name:t.name,value:n.replace(mt,"\r\n")}})).get()}}),g.ajaxSettings.xhr=function(){try{return new XMLHttpRequest}catch(e){}};var xt=0,wt={},Et={0:200,1223:204},Ct=g.ajaxSettings.xhr();n.attachEvent&&n.attachEvent("onunload",(function(){for(var e in wt)wt[e]()})),d.cors=!!Ct&&"withCredentials"in Ct,d.ajax=Ct=!!Ct,g.ajaxTransport((function(e){var t;if(d.cors||Ct&&!e.crossDomain)return{send:function(n,i){var o,r=e.xhr(),s=++xt;if(r.open(e.type,e.url,e.async,e.username,e.password),e.xhrFields)for(o in e.xhrFields)r[o]=e.xhrFields[o];for(o in e.mimeType&&r.overrideMimeType&&r.overrideMimeType(e.mimeType),e.crossDomain||n["X-Requested-With"]||(n["X-Requested-With"]="XMLHttpRequest"),n)r.setRequestHeader(o,n[o]);t=function(e){return function(){t&&(delete wt[s],t=r.onload=r.onerror=null,"abort"===e?r.abort():"error"===e?i(r.status,r.statusText):i(Et[r.status]||r.status,r.statusText,"string"==typeof r.responseText?{text:r.responseText}:void 0,r.getAllResponseHeaders()))}},r.onload=t(),r.onerror=t("error"),t=wt[s]=t("abort");try{r.send(e.hasContent&&e.data||null)}catch(e){if(t)throw e}},abort:function(){t&&t()}}})),g.ajaxSetup({accepts:{script:"text/javascript, application/javascript, application/ecmascript, application/x-ecmascript"},contents:{script:/(?:java|ecma)script/},converters:{"text script":function(e){return g.globalEval(e),e}}}),g.ajaxPrefilter("script",(function(e){void 0===e.cache&&(e.cache=!1),e.crossDomain&&(e.type="GET")})),g.ajaxTransport("script",(function(e){var t,n;if(e.crossDomain)return{send:function(i,o){t=g("<script>").prop({async:!0,charset:e.scriptCharset,src:e.url}).on("load error",n=function(e){t.remove(),n=null,e&&o("error"===e.type?404:200,e.type)}),h.head.appendChild(t[0])},abort:function(){n&&n()}}}));var kt=[],Dt=/(=)\?(?=&|$)|\?\?/;g.ajaxSetup({jsonp:"callback",jsonpCallback:function(){var e=kt.pop()||g.expando+"_"+$e++;return this[e]=!0,e}}),g.ajaxPrefilter("json jsonp",(function(e,t,i){var o,r,s,a=!1!==e.jsonp&&(Dt.test(e.url)?"url":"string"==typeof e.data&&!(e.contentType||"").indexOf("application/x-www-form-urlencoded")&&Dt.test(e.data)&&"data");if(a||"jsonp"===e.dataTypes[0])return o=e.jsonpCallback=g.isFunction(e.jsonpCallback)?e.jsonpCallback():e.jsonpCallback,a?e[a]=e[a].replace(Dt,"$1"+o):!1!==e.jsonp&&(e.url+=(et.test(e.url)?"&":"?")+e.jsonp+"="+o),e.converters["script json"]=function(){return s||g.error(o+" was not called"),s[0]},e.dataTypes[0]="json",r=n[o],n[o]=function(){s=arguments},i.always((function(){n[o]=r,e[o]&&(e.jsonpCallback=t.jsonpCallback,kt.push(o)),s&&g.isFunction(r)&&r(s[0]),s=r=void 0})),"script"})),g.parseHTML=function(e,t,n){if(!e||"string"!=typeof e)return null;"boolean"==typeof t&&(n=t,t=!1),t=t||h;var i=E.exec(e),o=!n&&[];return i?[t.createElement(i[1])]:(i=g.buildFragment([e],t,o),o&&o.length&&g(o).remove(),g.merge([],i.childNodes))};var Ot=g.fn.load;g.fn.load=function(e,t,n){if("string"!=typeof e&&Ot)return Ot.apply(this,arguments);var i,o,r,s=this,a=e.indexOf(" ");return a>=0&&(i=g.trim(e.slice(a)),e=e.slice(0,a)),g.isFunction(t)?(n=t,t=void 0):t&&"object"==typeof t&&(o="POST"),s.length>0&&g.ajax({url:e,type:o,dataType:"html",data:t}).done((function(e){r=arguments,s.html(i?g("<div>").append(g.parseHTML(e)).find(i):e)})).complete(n&&function(e,t){s.each(n,r||[e.responseText,t,e])}),this},g.each(["ajaxStart","ajaxStop","ajaxComplete","ajaxError","ajaxSuccess","ajaxSend"],(function(e,t){g.fn[t]=function(e){return this.on(t,e)}})),g.expr.filters.animated=function(e){return g.grep(g.timers,(function(t){return e===t.elem})).length};var Vt=n.document.documentElement;function Tt(e){return g.isWindow(e)?e:9===e.nodeType&&e.defaultView}g.offset={setOffset:function(e,t,n){var i,o,r,s,a,u,c=g.css(e,"position"),l=g(e),p={};"static"===c&&(e.style.position="relative"),a=l.offset(),r=g.css(e,"top"),u=g.css(e,"left"),("absolute"===c||"fixed"===c)&&(r+u).indexOf("auto")>-1?(s=(i=l.position()).top,o=i.left):(s=parseFloat(r)||0,o=parseFloat(u)||0),g.isFunction(t)&&(t=t.call(e,n,a)),null!=t.top&&(p.top=t.top-a.top+s),null!=t.left&&(p.left=t.left-a.left+o),"using"in t?t.using.call(e,p):l.css(p)}},g.fn.extend({offset:function(e){if(arguments.length)return void 0===e?this:this.each((function(t){g.offset.setOffset(this,e,t)}));var t,n,i=this[0],o={top:0,left:0},r=i&&i.ownerDocument;return r?(t=r.documentElement,g.contains(t,i)?(void 0!==i.getBoundingClientRect&&(o=i.getBoundingClientRect()),n=Tt(r),{top:o.top+n.pageYOffset-t.clientTop,left:o.left+n.pageXOffset-t.clientLeft}):o):void 0},position:function(){if(this[0]){var e,t,n=this[0],i={top:0,left:0};return"fixed"===g.css(n,"position")?t=n.getBoundingClientRect():(e=this.offsetParent(),t=this.offset(),g.nodeName(e[0],"html")||(i=e.offset()),i.top+=g.css(e[0],"borderTopWidth",!0),i.left+=g.css(e[0],"borderLeftWidth",!0)),{top:t.top-i.top-g.css(n,"marginTop",!0),left:t.left-i.left-g.css(n,"marginLeft",!0)}}},offsetParent:function(){return this.map((function(){for(var e=this.offsetParent||Vt;e&&!g.nodeName(e,"html")&&"static"===g.css(e,"position");)e=e.offsetParent;return e||Vt}))}}),g.each({scrollLeft:"pageXOffset",scrollTop:"pageYOffset"},(function(e,t){var i="pageYOffset"===t;g.fn[e]=function(o){return I(this,(function(e,o,r){var s=Tt(e);if(void 0===r)return s?s[t]:e[o];s?s.scrollTo(i?n.pageXOffset:r,i?r:n.pageYOffset):e[o]=r}),e,o,arguments.length,null)}})),g.each(["top","left"],(function(e,t){g.cssHooks[t]=Ce(d.pixelPosition,(function(e,n){if(n)return n=Ee(e,t),xe.test(n)?g(e).position()[t]+"px":n}))})),g.each({Height:"height",Width:"width"},(function(e,t){g.each({padding:"inner"+e,content:t,"":"outer"+e},(function(n,i){g.fn[i]=function(i,o){var r=arguments.length&&(n||"boolean"!=typeof i),s=n||(!0===i||!0===o?"margin":"border");return I(this,(function(t,n,i){var o;return g.isWindow(t)?t.document.documentElement["client"+e]:9===t.nodeType?(o=t.documentElement,Math.max(t.body["scroll"+e],o["scroll"+e],t.body["offset"+e],o["offset"+e],o["client"+e])):void 0===i?g.css(t,n,s):g.style(t,n,i,s)}),t,r?i:void 0,r,null)}}))})),g.fn.size=function(){return this.length},g.fn.andSelf=g.fn.addBack,void 0===(i=function(){return g}.apply(t,[]))||(e.exports=i);var Rt=n.jQuery,St=n.$;return g.noConflict=function(e){return n.$===g&&(n.$=St),e&&n.jQuery===g&&(n.jQuery=Rt),g},void 0===o&&(n.jQuery=n.$=g),g},"object"==typeof e.exports?e.exports=o.document?r(o,!0):function(e){if(!e.document)throw new Error("jQuery requires a window with a document");return r(e)}:r(o)},10:function(e,t){e.exports=function(e){return"object"==typeof e?null!==e:"function"==typeof e}},101:function(e,t,n){"use strict";function i(e,t){for(var n=[],i={},o=0;o<t.length;o++){var r=t[o],s=r[0],a={id:e+":"+o,css:r[1],media:r[2],sourceMap:r[3]};i[s]?i[s].parts.push(a):n.push(i[s]={id:s,parts:[a]})}return n}n.r(t),n.d(t,"default",(function(){return d}));var o="undefined"!=typeof document;if("undefined"!=typeof DEBUG&&DEBUG&&!o)throw new Error("vue-style-loader cannot be used in a non-browser environment. Use { target: 'node' } in your Webpack config to indicate a server-rendering environment.");var r={},s=o&&(document.head||document.getElementsByTagName("head")[0]),a=null,u=0,c=!1,l=function(){},p=null,f="undefined"!=typeof navigator&&/msie [6-9]\b/.test(navigator.userAgent.toLowerCase());function d(e,t,n,o){c=n,p=o||{};var s=i(e,t);return h(s),function(t){for(var n=[],o=0;o<s.length;o++){var a=s[o];(u=r[a.id]).refs--,n.push(u)}t?h(s=i(e,t)):s=[];for(o=0;o<n.length;o++){var u;if(0===(u=n[o]).refs){for(var c=0;c<u.parts.length;c++)u.parts[c]();delete r[u.id]}}}}function h(e){for(var t=0;t<e.length;t++){var n=e[t],i=r[n.id];if(i){i.refs++;for(var o=0;o<i.parts.length;o++)i.parts[o](n.parts[o]);for(;o<n.parts.length;o++)i.parts.push(v(n.parts[o]));i.parts.length>n.parts.length&&(i.parts.length=n.parts.length)}else{var s=[];for(o=0;o<n.parts.length;o++)s.push(v(n.parts[o]));r[n.id]={id:n.id,refs:1,parts:s}}}}function g(){var e=document.createElement("style");return e.type="text/css",s.appendChild(e),e}function v(e){var t,n,i=document.querySelector('style[data-vue-ssr-id~="'+e.id+'"]');if(i){if(c)return l;i.parentNode.removeChild(i)}if(f){var o=u++;i=a||(a=g()),t=y.bind(null,i,o,!1),n=y.bind(null,i,o,!0)}else i=g(),t=b.bind(null,i),n=function(){i.parentNode.removeChild(i)};return t(e),function(i){if(i){if(i.css===e.css&&i.media===e.media&&i.sourceMap===e.sourceMap)return;t(e=i)}else n()}}var m,A=(m=[],function(e,t){return m[e]=t,m.filter(Boolean).join("\n")});function y(e,t,n,i){var o=n?"":i.css;if(e.styleSheet)e.styleSheet.cssText=A(t,o);else{var r=document.createTextNode(o),s=e.childNodes;s[t]&&e.removeChild(s[t]),s.length?e.insertBefore(r,s[t]):e.appendChild(r)}}function b(e,t){var n=t.css,i=t.media,o=t.sourceMap;if(i&&e.setAttribute("media",i),p.ssrId&&e.setAttribute("data-vue-ssr-id",t.id),o&&(n+="\n/*# sourceURL="+o.sources[0]+" */",n+="\n/*# sourceMappingURL=data:application/json;base64,"+btoa(unescape(encodeURIComponent(JSON.stringify(o))))+" */"),e.styleSheet)e.styleSheet.cssText=n;else{for(;e.firstChild;)e.removeChild(e.firstChild);e.appendChild(document.createTextNode(n))}}},104:function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.getLocale=function(){if("undefined"==typeof OC)return console.warn("No OC found"),"en";return OC.getLocale()},t.getLanguage=function(){if("undefined"==typeof OC)return console.warn("No OC found"),"en";return OC.getLanguage()},t.translate=function(e,t,n,i,o){if("undefined"==typeof OC)return console.warn("No OC found"),t;return OC.L10N.translate(e,t,n,i,o)},t.translatePlural=function(e,t,n,i,o,r){if("undefined"==typeof OC)return console.warn("No OC found"),t;return OC.L10N.translatePlural(e,t,n,i,o,r)},t.getFirstDay=function(){if(void 0===window.firstDay)return console.warn("No firstDay found"),1;return window.firstDay},t.getDayNames=function(){if(void 0===window.dayNames)return console.warn("No dayNames found"),["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"];return window.dayNames},t.getDayNamesShort=function(){if(void 0===window.dayNamesShort)return console.warn("No dayNamesShort found"),["Sun.","Mon.","Tue.","Wed.","Thu.","Fri.","Sat."];return window.dayNamesShort},t.getDayNamesMin=function(){if(void 0===window.dayNamesMin)return console.warn("No dayNamesMin found"),["Su","Mo","Tu","We","Th","Fr","Sa"];return window.dayNamesMin},t.getMonthNames=function(){if(void 0===window.monthNames)return console.warn("No monthNames found"),["January","February","March","April","May","June","July","August","September","October","November","December"];return window.monthNames},t.getMonthNamesShort=function(){if(void 0===window.monthNamesShort)return console.warn("No monthNamesShort found"),["Jan.","Feb.","Mar.","Apr.","May.","Jun.","Jul.","Aug.","Sep.","Oct.","Nov.","Dec."];return window.monthNamesShort}},1123:function(e,t,n){var i,o,r;
+o.a.fn.extend({showPassword(t){const e={fn:null,args:{}};e.fn=t;const n=function(t,e){e.val(t.val())},i=function(t,e,i){t.is(":checked")?(n(e,i),i.show(),e.hide()):(n(i,e),i.hide(),e.show())};return this.each((function(){const t=o()(this),r=o()(t.data("typetoggle")),a=function(t){const e=o()(t),n=o()("<input />");return n.attr({type:"text",class:e.attr("class"),style:e.attr("style"),size:e.attr("size"),name:e.attr("name")+"-clone",tabindex:e.attr("tabindex"),autocomplete:"off"}),void 0!==e.attr("placeholder")&&n.attr("placeholder",e.attr("placeholder")),n}(t);a.insertAfter(t),e.fn&&(e.args.input=t,e.args.checkbox=r,e.args.clone=a),r.bind("click",(function(){i(r,t,a)})),t.bind("keyup",(function(){n(t,a)})),a.bind("keyup",(function(){n(a,t),t.trigger("keyup")})),a.bind("blur",(function(){t.trigger("focusout")})),i(r,t,a),a.closest("form").submit((function(t){a.prop("type","password")})),e.fn&&e.fn(e.args)}))}})},516:function(t,e,n){var i,o,r;
+/*!
+ * jQuery UI Widget 1.12.1
+ * http://jqueryui.com
+ *
+ * Copyright jQuery Foundation and other contributors
+ * Released under the MIT license.
+ * http://jquery.org/license
+ */o=[n(0),n(235)],void 0===(r="function"==typeof(i=function(t){var e,n=0,i=Array.prototype.slice;return t.cleanData=(e=t.cleanData,function(n){var i,o,r;for(r=0;null!=(o=n[r]);r++)try{(i=t._data(o,"events"))&&i.remove&&t(o).triggerHandler("remove")}catch(t){}e(n)}),t.widget=function(e,n,i){var o,r,a,s={},u=e.split(".")[0],c=u+"-"+(e=e.split(".")[1]);return i||(i=n,n=t.Widget),t.isArray(i)&&(i=t.extend.apply(null,[{}].concat(i))),t.expr[":"][c.toLowerCase()]=function(e){return!!t.data(e,c)},t[u]=t[u]||{},o=t[u][e],r=t[u][e]=function(t,e){if(!this._createWidget)return new r(t,e);arguments.length&&this._createWidget(t,e)},t.extend(r,o,{version:i.version,_proto:t.extend({},i),_childConstructors:[]}),(a=new n).options=t.widget.extend({},a.options),t.each(i,(function(e,i){t.isFunction(i)?s[e]=function(){function t(){return n.prototype[e].apply(this,arguments)}function o(t){return n.prototype[e].apply(this,t)}return function(){var e,n=this._super,r=this._superApply;return this._super=t,this._superApply=o,e=i.apply(this,arguments),this._super=n,this._superApply=r,e}}():s[e]=i})),r.prototype=t.widget.extend(a,{widgetEventPrefix:o&&a.widgetEventPrefix||e},s,{constructor:r,namespace:u,widgetName:e,widgetFullName:c}),o?(t.each(o._childConstructors,(function(e,n){var i=n.prototype;t.widget(i.namespace+"."+i.widgetName,r,n._proto)})),delete o._childConstructors):n._childConstructors.push(r),t.widget.bridge(e,r),r},t.widget.extend=function(e){for(var n,o,r=i.call(arguments,1),a=0,s=r.length;a<s;a++)for(n in r[a])o=r[a][n],r[a].hasOwnProperty(n)&&void 0!==o&&(t.isPlainObject(o)?e[n]=t.isPlainObject(e[n])?t.widget.extend({},e[n],o):t.widget.extend({},o):e[n]=o);return e},t.widget.bridge=function(e,n){var o=n.prototype.widgetFullName||e;t.fn[e]=function(r){var a="string"==typeof r,s=i.call(arguments,1),u=this;return a?this.length||"instance"!==r?this.each((function(){var n,i=t.data(this,o);return"instance"===r?(u=i,!1):i?t.isFunction(i[r])&&"_"!==r.charAt(0)?(n=i[r].apply(i,s))!==i&&void 0!==n?(u=n&&n.jquery?u.pushStack(n.get()):n,!1):void 0:t.error("no such method '"+r+"' for "+e+" widget instance"):t.error("cannot call methods on "+e+" prior to initialization; attempted to call method '"+r+"'")})):u=void 0:(s.length&&(r=t.widget.extend.apply(null,[r].concat(s))),this.each((function(){var e=t.data(this,o);e?(e.option(r||{}),e._init&&e._init()):t.data(this,o,new n(r,this))}))),u}},t.Widget=function(){},t.Widget._childConstructors=[],t.Widget.prototype={widgetName:"widget",widgetEventPrefix:"",defaultElement:"<div>",options:{classes:{},disabled:!1,create:null},_createWidget:function(e,i){i=t(i||this.defaultElement||this)[0],this.element=t(i),this.uuid=n++,this.eventNamespace="."+this.widgetName+this.uuid,this.bindings=t(),this.hoverable=t(),this.focusable=t(),this.classesElementLookup={},i!==this&&(t.data(i,this.widgetFullName,this),this._on(!0,this.element,{remove:function(t){t.target===i&&this.destroy()}}),this.document=t(i.style?i.ownerDocument:i.document||i),this.window=t(this.document[0].defaultView||this.document[0].parentWindow)),this.options=t.widget.extend({},this.options,this._getCreateOptions(),e),this._create(),this.options.disabled&&this._setOptionDisabled(this.options.disabled),this._trigger("create",null,this._getCreateEventData()),this._init()},_getCreateOptions:function(){return{}},_getCreateEventData:t.noop,_create:t.noop,_init:t.noop,destroy:function(){var e=this;this._destroy(),t.each(this.classesElementLookup,(function(t,n){e._removeClass(n,t)})),this.element.off(this.eventNamespace).removeData(this.widgetFullName),this.widget().off(this.eventNamespace).removeAttr("aria-disabled"),this.bindings.off(this.eventNamespace)},_destroy:t.noop,widget:function(){return this.element},option:function(e,n){var i,o,r,a=e;if(0===arguments.length)return t.widget.extend({},this.options);if("string"==typeof e)if(a={},i=e.split("."),e=i.shift(),i.length){for(o=a[e]=t.widget.extend({},this.options[e]),r=0;r<i.length-1;r++)o[i[r]]=o[i[r]]||{},o=o[i[r]];if(e=i.pop(),1===arguments.length)return void 0===o[e]?null:o[e];o[e]=n}else{if(1===arguments.length)return void 0===this.options[e]?null:this.options[e];a[e]=n}return this._setOptions(a),this},_setOptions:function(t){var e;for(e in t)this._setOption(e,t[e]);return this},_setOption:function(t,e){return"classes"===t&&this._setOptionClasses(e),this.options[t]=e,"disabled"===t&&this._setOptionDisabled(e),this},_setOptionClasses:function(e){var n,i,o;for(n in e)o=this.classesElementLookup[n],e[n]!==this.options.classes[n]&&o&&o.length&&(i=t(o.get()),this._removeClass(o,n),i.addClass(this._classes({element:i,keys:n,classes:e,add:!0})))},_setOptionDisabled:function(t){this._toggleClass(this.widget(),this.widgetFullName+"-disabled",null,!!t),t&&(this._removeClass(this.hoverable,null,"ui-state-hover"),this._removeClass(this.focusable,null,"ui-state-focus"))},enable:function(){return this._setOptions({disabled:!1})},disable:function(){return this._setOptions({disabled:!0})},_classes:function(e){var n=[],i=this;function o(o,r){var a,s;for(s=0;s<o.length;s++)a=i.classesElementLookup[o[s]]||t(),a=e.add?t(t.unique(a.get().concat(e.element.get()))):t(a.not(e.element).get()),i.classesElementLookup[o[s]]=a,n.push(o[s]),r&&e.classes[o[s]]&&n.push(e.classes[o[s]])}return e=t.extend({element:this.element,classes:this.options.classes||{}},e),this._on(e.element,{remove:"_untrackClassesElement"}),e.keys&&o(e.keys.match(/\S+/g)||[],!0),e.extra&&o(e.extra.match(/\S+/g)||[]),n.join(" ")},_untrackClassesElement:function(e){var n=this;t.each(n.classesElementLookup,(function(i,o){-1!==t.inArray(e.target,o)&&(n.classesElementLookup[i]=t(o.not(e.target).get()))}))},_removeClass:function(t,e,n){return this._toggleClass(t,e,n,!1)},_addClass:function(t,e,n){return this._toggleClass(t,e,n,!0)},_toggleClass:function(t,e,n,i){i="boolean"==typeof i?i:n;var o="string"==typeof t||null===t,r={extra:o?e:n,keys:o?t:e,element:o?this.element:t,add:i};return r.element.toggleClass(this._classes(r),i),this},_on:function(e,n,i){var o,r=this;"boolean"!=typeof e&&(i=n,n=e,e=!1),i?(n=o=t(n),this.bindings=this.bindings.add(n)):(i=n,n=this.element,o=this.widget()),t.each(i,(function(i,a){function s(){if(e||!0!==r.options.disabled&&!t(this).hasClass("ui-state-disabled"))return("string"==typeof a?r[a]:a).apply(r,arguments)}"string"!=typeof a&&(s.guid=a.guid=a.guid||s.guid||t.guid++);var u=i.match(/^([\w:-]*)\s*(.*)$/),c=u[1]+r.eventNamespace,l=u[2];l?o.on(c,l,s):n.on(c,s)}))},_off:function(e,n){n=(n||"").split(" ").join(this.eventNamespace+" ")+this.eventNamespace,e.off(n).off(n),this.bindings=t(this.bindings.not(e).get()),this.focusable=t(this.focusable.not(e).get()),this.hoverable=t(this.hoverable.not(e).get())},_delay:function(t,e){var n=this;return setTimeout((function(){return("string"==typeof t?n[t]:t).apply(n,arguments)}),e||0)},_hoverable:function(e){this.hoverable=this.hoverable.add(e),this._on(e,{mouseenter:function(e){this._addClass(t(e.currentTarget),null,"ui-state-hover")},mouseleave:function(e){this._removeClass(t(e.currentTarget),null,"ui-state-hover")}})},_focusable:function(e){this.focusable=this.focusable.add(e),this._on(e,{focusin:function(e){this._addClass(t(e.currentTarget),null,"ui-state-focus")},focusout:function(e){this._removeClass(t(e.currentTarget),null,"ui-state-focus")}})},_trigger:function(e,n,i){var o,r,a=this.options[e];if(i=i||{},(n=t.Event(n)).type=(e===this.widgetEventPrefix?e:this.widgetEventPrefix+e).toLowerCase(),n.target=this.element[0],r=n.originalEvent)for(o in r)o in n||(n[o]=r[o]);return this.element.trigger(n,i),!(t.isFunction(a)&&!1===a.apply(this.element[0],[n].concat(i))||n.isDefaultPrevented())}},t.each({show:"fadeIn",hide:"fadeOut"},(function(e,n){t.Widget.prototype["_"+e]=function(i,o,r){var a;"string"==typeof o&&(o={effect:o});var s=o?!0===o||"number"==typeof o?n:o.effect||n:e;"number"==typeof(o=o||{})&&(o={duration:o}),a=!t.isEmptyObject(o),o.complete=r,o.delay&&i.delay(o.delay),a&&t.effects&&t.effects.effect[s]?i[e](o):s!==e&&i[s]?i[s](o.duration,o.easing,r):i.queue((function(n){t(this)[e](),r&&r.call(i[0]),n()}))}})),t.widget})?i.apply(e,o):i)||(t.exports=r)},517:function(t,e,n){
+/*!
+ * Bootstrap tooltip.js v4.6.0 (https://getbootstrap.com/)
+ * Copyright 2011-2021 The Bootstrap Authors (https://github.com/twbs/bootstrap/graphs/contributors)
+ * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
+ */
+t.exports=function(t,e,n){"use strict";function i(t){return t&&"object"==typeof t&&"default"in t?t:{default:t}}var o=i(t),r=i(e),a=i(n);function s(t,e){for(var n=0;n<e.length;n++){var i=e[n];i.enumerable=i.enumerable||!1,i.configurable=!0,"value"in i&&(i.writable=!0),Object.defineProperty(t,i.key,i)}}function u(){return(u=Object.assign||function(t){for(var e=1;e<arguments.length;e++){var n=arguments[e];for(var i in n)Object.prototype.hasOwnProperty.call(n,i)&&(t[i]=n[i])}return t}).apply(this,arguments)}var c=["background","cite","href","itemtype","longdesc","poster","src","xlink:href"],l={"*":["class","dir","id","lang","role",/^aria-[\w-]*$/i],a:["target","href","title","rel"],area:[],b:[],br:[],col:[],code:[],div:[],em:[],hr:[],h1:[],h2:[],h3:[],h4:[],h5:[],h6:[],i:[],img:["src","srcset","alt","title","width","height"],li:[],ol:[],p:[],pre:[],s:[],small:[],span:[],sub:[],sup:[],strong:[],u:[],ul:[]},p=/^(?:(?:https?|mailto|ftp|tel|file):|[^#&/:?]*(?:[#/?]|$))/gi,f=/^data:(?:image\/(?:bmp|gif|jpeg|jpg|png|tiff|webp)|video\/(?:mpeg|mp4|ogg|webm)|audio\/(?:mp3|oga|ogg|opus));base64,[\d+/a-z]+=*$/i;function d(t,e,n){if(0===t.length)return t;if(n&&"function"==typeof n)return n(t);for(var i=(new window.DOMParser).parseFromString(t,"text/html"),o=Object.keys(e),r=[].slice.call(i.body.querySelectorAll("*")),a=function(t,n){var i=r[t],a=i.nodeName.toLowerCase();if(-1===o.indexOf(i.nodeName.toLowerCase()))return i.parentNode.removeChild(i),"continue";var s=[].slice.call(i.attributes),u=[].concat(e["*"]||[],e[a]||[]);s.forEach((function(t){(function(t,e){var n=t.nodeName.toLowerCase();if(-1!==e.indexOf(n))return-1===c.indexOf(n)||Boolean(t.nodeValue.match(p)||t.nodeValue.match(f));for(var i=e.filter((function(t){return t instanceof RegExp})),o=0,r=i.length;o<r;o++)if(n.match(i[o]))return!0;return!1})(t,u)||i.removeAttribute(t.nodeName)}))},s=0,u=r.length;s<u;s++)a(s);return i.body.innerHTML}var A="tooltip",h=".bs.tooltip",g=o.default.fn[A],v=new RegExp("(^|\\s)bs-tooltip\\S+","g"),m=["sanitize","whiteList","sanitizeFn"],b={animation:"boolean",template:"string",title:"(string|element|function)",trigger:"string",delay:"(number|object)",html:"boolean",selector:"(string|boolean)",placement:"(string|function)",offset:"(number|string|function)",container:"(string|element|boolean)",fallbackPlacement:"(string|array)",boundary:"(string|element)",customClass:"(string|function)",sanitize:"boolean",sanitizeFn:"(null|function)",whiteList:"object",popperConfig:"(null|object)"},C={AUTO:"auto",TOP:"top",RIGHT:"right",BOTTOM:"bottom",LEFT:"left"},y={animation:!0,template:'<div class="tooltip" role="tooltip"><div class="arrow"></div><div class="tooltip-inner"></div></div>',trigger:"hover focus",title:"",delay:0,html:!1,selector:!1,placement:"top",offset:0,container:!1,fallbackPlacement:"flip",boundary:"scrollParent",customClass:"",sanitize:!0,sanitizeFn:null,whiteList:l,popperConfig:null},x={HIDE:"hide"+h,HIDDEN:"hidden"+h,SHOW:"show"+h,SHOWN:"shown"+h,INSERTED:"inserted"+h,CLICK:"click"+h,FOCUSIN:"focusin"+h,FOCUSOUT:"focusout"+h,MOUSEENTER:"mouseenter"+h,MOUSELEAVE:"mouseleave"+h},E=function(){function t(t,e){if(void 0===r.default)throw new TypeError("Bootstrap's tooltips require Popper (https://popper.js.org)");this._isEnabled=!0,this._timeout=0,this._hoverState="",this._activeTrigger={},this._popper=null,this.element=t,this.config=this._getConfig(e),this.tip=null,this._setListeners()}var e,n,i,c=t.prototype;return c.enable=function(){this._isEnabled=!0},c.disable=function(){this._isEnabled=!1},c.toggleEnabled=function(){this._isEnabled=!this._isEnabled},c.toggle=function(t){if(this._isEnabled)if(t){var e=this.constructor.DATA_KEY,n=o.default(t.currentTarget).data(e);n||(n=new this.constructor(t.currentTarget,this._getDelegateConfig()),o.default(t.currentTarget).data(e,n)),n._activeTrigger.click=!n._activeTrigger.click,n._isWithActiveTrigger()?n._enter(null,n):n._leave(null,n)}else{if(o.default(this.getTipElement()).hasClass("show"))return void this._leave(null,this);this._enter(null,this)}},c.dispose=function(){clearTimeout(this._timeout),o.default.removeData(this.element,this.constructor.DATA_KEY),o.default(this.element).off(this.constructor.EVENT_KEY),o.default(this.element).closest(".modal").off("hide.bs.modal",this._hideModalHandler),this.tip&&o.default(this.tip).remove(),this._isEnabled=null,this._timeout=null,this._hoverState=null,this._activeTrigger=null,this._popper&&this._popper.destroy(),this._popper=null,this.element=null,this.config=null,this.tip=null},c.show=function(){var t=this;if("none"===o.default(this.element).css("display"))throw new Error("Please use show on visible elements");var e=o.default.Event(this.constructor.Event.SHOW);if(this.isWithContent()&&this._isEnabled){o.default(this.element).trigger(e);var n=a.default.findShadowRoot(this.element),i=o.default.contains(null!==n?n:this.element.ownerDocument.documentElement,this.element);if(e.isDefaultPrevented()||!i)return;var s=this.getTipElement(),u=a.default.getUID(this.constructor.NAME);s.setAttribute("id",u),this.element.setAttribute("aria-describedby",u),this.setContent(),this.config.animation&&o.default(s).addClass("fade");var c="function"==typeof this.config.placement?this.config.placement.call(this,s,this.element):this.config.placement,l=this._getAttachment(c);this.addAttachmentClass(l);var p=this._getContainer();o.default(s).data(this.constructor.DATA_KEY,this),o.default.contains(this.element.ownerDocument.documentElement,this.tip)||o.default(s).appendTo(p),o.default(this.element).trigger(this.constructor.Event.INSERTED),this._popper=new r.default(this.element,s,this._getPopperConfig(l)),o.default(s).addClass("show"),o.default(s).addClass(this.config.customClass),"ontouchstart"in document.documentElement&&o.default(document.body).children().on("mouseover",null,o.default.noop);var f=function(){t.config.animation&&t._fixTransition();var e=t._hoverState;t._hoverState=null,o.default(t.element).trigger(t.constructor.Event.SHOWN),"out"===e&&t._leave(null,t)};if(o.default(this.tip).hasClass("fade")){var d=a.default.getTransitionDurationFromElement(this.tip);o.default(this.tip).one(a.default.TRANSITION_END,f).emulateTransitionEnd(d)}else f()}},c.hide=function(t){var e=this,n=this.getTipElement(),i=o.default.Event(this.constructor.Event.HIDE),r=function(){"show"!==e._hoverState&&n.parentNode&&n.parentNode.removeChild(n),e._cleanTipClass(),e.element.removeAttribute("aria-describedby"),o.default(e.element).trigger(e.constructor.Event.HIDDEN),null!==e._popper&&e._popper.destroy(),t&&t()};if(o.default(this.element).trigger(i),!i.isDefaultPrevented()){if(o.default(n).removeClass("show"),"ontouchstart"in document.documentElement&&o.default(document.body).children().off("mouseover",null,o.default.noop),this._activeTrigger.click=!1,this._activeTrigger.focus=!1,this._activeTrigger.hover=!1,o.default(this.tip).hasClass("fade")){var s=a.default.getTransitionDurationFromElement(n);o.default(n).one(a.default.TRANSITION_END,r).emulateTransitionEnd(s)}else r();this._hoverState=""}},c.update=function(){null!==this._popper&&this._popper.scheduleUpdate()},c.isWithContent=function(){return Boolean(this.getTitle())},c.addAttachmentClass=function(t){o.default(this.getTipElement()).addClass("bs-tooltip-"+t)},c.getTipElement=function(){return this.tip=this.tip||o.default(this.config.template)[0],this.tip},c.setContent=function(){var t=this.getTipElement();this.setElementContent(o.default(t.querySelectorAll(".tooltip-inner")),this.getTitle()),o.default(t).removeClass("fade show")},c.setElementContent=function(t,e){"object"!=typeof e||!e.nodeType&&!e.jquery?this.config.html?(this.config.sanitize&&(e=d(e,this.config.whiteList,this.config.sanitizeFn)),t.html(e)):t.text(e):this.config.html?o.default(e).parent().is(t)||t.empty().append(e):t.text(o.default(e).text())},c.getTitle=function(){var t=this.element.getAttribute("data-original-title");return t||(t="function"==typeof this.config.title?this.config.title.call(this.element):this.config.title),t},c._getPopperConfig=function(t){var e=this;return u({},{placement:t,modifiers:{offset:this._getOffset(),flip:{behavior:this.config.fallbackPlacement},arrow:{element:".arrow"},preventOverflow:{boundariesElement:this.config.boundary}},onCreate:function(t){t.originalPlacement!==t.placement&&e._handlePopperPlacementChange(t)},onUpdate:function(t){return e._handlePopperPlacementChange(t)}},this.config.popperConfig)},c._getOffset=function(){var t=this,e={};return"function"==typeof this.config.offset?e.fn=function(e){return e.offsets=u({},e.offsets,t.config.offset(e.offsets,t.element)||{}),e}:e.offset=this.config.offset,e},c._getContainer=function(){return!1===this.config.container?document.body:a.default.isElement(this.config.container)?o.default(this.config.container):o.default(document).find(this.config.container)},c._getAttachment=function(t){return C[t.toUpperCase()]},c._setListeners=function(){var t=this;this.config.trigger.split(" ").forEach((function(e){if("click"===e)o.default(t.element).on(t.constructor.Event.CLICK,t.config.selector,(function(e){return t.toggle(e)}));else if("manual"!==e){var n="hover"===e?t.constructor.Event.MOUSEENTER:t.constructor.Event.FOCUSIN,i="hover"===e?t.constructor.Event.MOUSELEAVE:t.constructor.Event.FOCUSOUT;o.default(t.element).on(n,t.config.selector,(function(e){return t._enter(e)})).on(i,t.config.selector,(function(e){return t._leave(e)}))}})),this._hideModalHandler=function(){t.element&&t.hide()},o.default(this.element).closest(".modal").on("hide.bs.modal",this._hideModalHandler),this.config.selector?this.config=u({},this.config,{trigger:"manual",selector:""}):this._fixTitle()},c._fixTitle=function(){var t=typeof this.element.getAttribute("data-original-title");(this.element.getAttribute("title")||"string"!==t)&&(this.element.setAttribute("data-original-title",this.element.getAttribute("title")||""),this.element.setAttribute("title",""))},c._enter=function(t,e){var n=this.constructor.DATA_KEY;(e=e||o.default(t.currentTarget).data(n))||(e=new this.constructor(t.currentTarget,this._getDelegateConfig()),o.default(t.currentTarget).data(n,e)),t&&(e._activeTrigger["focusin"===t.type?"focus":"hover"]=!0),o.default(e.getTipElement()).hasClass("show")||"show"===e._hoverState?e._hoverState="show":(clearTimeout(e._timeout),e._hoverState="show",e.config.delay&&e.config.delay.show?e._timeout=setTimeout((function(){"show"===e._hoverState&&e.show()}),e.config.delay.show):e.show())},c._leave=function(t,e){var n=this.constructor.DATA_KEY;(e=e||o.default(t.currentTarget).data(n))||(e=new this.constructor(t.currentTarget,this._getDelegateConfig()),o.default(t.currentTarget).data(n,e)),t&&(e._activeTrigger["focusout"===t.type?"focus":"hover"]=!1),e._isWithActiveTrigger()||(clearTimeout(e._timeout),e._hoverState="out",e.config.delay&&e.config.delay.hide?e._timeout=setTimeout((function(){"out"===e._hoverState&&e.hide()}),e.config.delay.hide):e.hide())},c._isWithActiveTrigger=function(){for(var t in this._activeTrigger)if(this._activeTrigger[t])return!0;return!1},c._getConfig=function(t){var e=o.default(this.element).data();return Object.keys(e).forEach((function(t){-1!==m.indexOf(t)&&delete e[t]})),"number"==typeof(t=u({},this.constructor.Default,e,"object"==typeof t&&t?t:{})).delay&&(t.delay={show:t.delay,hide:t.delay}),"number"==typeof t.title&&(t.title=t.title.toString()),"number"==typeof t.content&&(t.content=t.content.toString()),a.default.typeCheckConfig(A,t,this.constructor.DefaultType),t.sanitize&&(t.template=d(t.template,t.whiteList,t.sanitizeFn)),t},c._getDelegateConfig=function(){var t={};if(this.config)for(var e in this.config)this.constructor.Default[e]!==this.config[e]&&(t[e]=this.config[e]);return t},c._cleanTipClass=function(){var t=o.default(this.getTipElement()),e=t.attr("class").match(v);null!==e&&e.length&&t.removeClass(e.join(""))},c._handlePopperPlacementChange=function(t){this.tip=t.instance.popper,this._cleanTipClass(),this.addAttachmentClass(this._getAttachment(t.placement))},c._fixTransition=function(){var t=this.getTipElement(),e=this.config.animation;null===t.getAttribute("x-placement")&&(o.default(t).removeClass("fade"),this.config.animation=!1,this.hide(),this.show(),this.config.animation=e)},t._jQueryInterface=function(e){return this.each((function(){var n=o.default(this),i=n.data("bs.tooltip"),r="object"==typeof e&&e;if((i||!/dispose|hide/.test(e))&&(i||(i=new t(this,r),n.data("bs.tooltip",i)),"string"==typeof e)){if(void 0===i[e])throw new TypeError('No method named "'+e+'"');i[e]()}}))},e=t,i=[{key:"VERSION",get:function(){return"4.6.0"}},{key:"Default",get:function(){return y}},{key:"NAME",get:function(){return A}},{key:"DATA_KEY",get:function(){return"bs.tooltip"}},{key:"Event",get:function(){return x}},{key:"EVENT_KEY",get:function(){return h}},{key:"DefaultType",get:function(){return b}}],(n=null)&&s(e.prototype,n),i&&s(e,i),t}();return o.default.fn[A]=E._jQueryInterface,o.default.fn[A].Constructor=E,o.default.fn[A].noConflict=function(){return o.default.fn[A]=g,E._jQueryInterface},E}(n(0),n(228),n(518))},518:function(t,e,n){
+/*!
+ * Bootstrap util.js v4.6.0 (https://getbootstrap.com/)
+ * Copyright 2011-2021 The Bootstrap Authors (https://github.com/twbs/bootstrap/graphs/contributors)
+ * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
+ */
+t.exports=function(t){"use strict";function e(t){return t&&"object"==typeof t&&"default"in t?t:{default:t}}var n=e(t);function i(t){var e=this,i=!1;return n.default(this).one(o.TRANSITION_END,(function(){i=!0})),setTimeout((function(){i||o.triggerTransitionEnd(e)}),t),this}var o={TRANSITION_END:"bsTransitionEnd",getUID:function(t){do{t+=~~(1e6*Math.random())}while(document.getElementById(t));return t},getSelectorFromElement:function(t){var e=t.getAttribute("data-target");if(!e||"#"===e){var n=t.getAttribute("href");e=n&&"#"!==n?n.trim():""}try{return document.querySelector(e)?e:null}catch(t){return null}},getTransitionDurationFromElement:function(t){if(!t)return 0;var e=n.default(t).css("transition-duration"),i=n.default(t).css("transition-delay"),o=parseFloat(e),r=parseFloat(i);return o||r?(e=e.split(",")[0],i=i.split(",")[0],1e3*(parseFloat(e)+parseFloat(i))):0},reflow:function(t){return t.offsetHeight},triggerTransitionEnd:function(t){n.default(t).trigger("transitionend")},supportsTransitionEnd:function(){return Boolean("transitionend")},isElement:function(t){return(t[0]||t).nodeType},typeCheckConfig:function(t,e,n){for(var i in n)if(Object.prototype.hasOwnProperty.call(n,i)){var r=n[i],a=e[i],s=a&&o.isElement(a)?"element":null==(u=a)?""+u:{}.toString.call(u).match(/\s([a-z]+)/i)[1].toLowerCase();if(!new RegExp(r).test(s))throw new Error(t.toUpperCase()+': Option "'+i+'" provided type "'+s+'" but expected type "'+r+'".')}var u},findShadowRoot:function(t){if(!document.documentElement.attachShadow)return null;if("function"==typeof t.getRootNode){var e=t.getRootNode();return e instanceof ShadowRoot?e:null}return t instanceof ShadowRoot?t:t.parentNode?o.findShadowRoot(t.parentNode):null},jQueryDetection:function(){if(void 0===n.default)throw new TypeError("Bootstrap's JavaScript requires jQuery. jQuery must be included before Bootstrap's JavaScript.");var t=n.default.fn.jquery.split(" ")[0].split(".");if(t[0]<2&&t[1]<9||1===t[0]&&9===t[1]&&t[2]<1||t[0]>=4)throw new Error("Bootstrap's JavaScript requires at least jQuery v1.9.1 but less than v4.0.0")}};return o.jQueryDetection(),n.default.fn.emulateTransitionEnd=i,n.default.event.special[o.TRANSITION_END]={bindType:"transitionend",delegateType:"transitionend",handle:function(t){if(n.default(t.target).is(this))return t.handleObj.handler.apply(this,arguments)}},o}(n(0))},519:function(t,e,n){(function(t){var e;
+/**
+ * @copyright 2019 Julius Härtl <jus@bitgrid.net>
+ *
+ * @author Christoph Wurst <christoph@winzerhof-wurst.at>
+ * @author John Molakvoæ <skjnldsv@protonmail.com>
+ * @author Julius Härtl <jus@bitgrid.net>
+ *
+ * @license GNU AGPL version 3 or any later version
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Affero General Public License as
+ * published by the Free Software Foundation, either version 3 of the
+ * License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Affero General Public License for more details.
+ *
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ *
+ */
+t.prototype.tooltip=(e=t.prototype.tooltip,function(t){try{return e.call(this,t)}catch(n){if(n instanceof TypeError&&"destroy"===t)return void 0===window.TESTING&&console.error("Deprecated call $.tooltip('destroy') has been deprecated and should be removed"),e.call(this,"dispose");if(n instanceof TypeError&&"fixTitle"===t)return void 0===window.TESTING&&console.error("Deprecated call $.tooltip('fixTitle') has been deprecated and should be removed"),e.call(this,"_fixTitle")}})}).call(this,n(0))},52:function(t,e,n){var i=n(5),o=n(18);t.exports=function(t,e){try{o(i,t,e)}catch(n){i[t]=e}return e}},520:function(t,e,n){(function(t){var e;(e=t).fn.strengthify=function(t){"use strict";var n={zxcvbn:"zxcvbn/zxcvbn.js",userInputs:[],titles:["Weakest","Weak","So-so","Good","Perfect"],tilesOptions:{tooltip:!0,element:!1},drawTitles:!1,drawMessage:!1,drawBars:!0,$addAfter:null,nonce:null};return this.each((function(){var i=e.extend(n,t);function o(t){return e('div[data-strengthifyFor="'+t+'"]')}function r(){var t=e(this).val().substring(0,100),n=e(this).attr("id"),r=""===t?0:1,a=zxcvbn(t,i.userInputs),s="",u="",c="",l=o(n),p=l.find(".strengthify-container"),f=l.find("[data-strengthifyMessage]");switch(l.children().css("opacity",r).css("-ms-filter",'"progid:DXImageTransform.Microsoft.Alpha(Opacity='+100*r+')"'),i.onResult&&i.onResult(a),a.score){case 0:case 1:s="password-bad",u="danger",c=a.feedback?a.feedback.suggestions.join("<br/>"):"";break;case 2:u="warning",c=a.feedback?a.feedback.suggestions.join("<br/>"):"",s="password-medium";break;case 3:s="password-good",u="info",c="Getting better.";break;case 4:s="password-good",u="success",c="Looks good."}f&&(f.removeAttr("class"),f.addClass("bg-"+u),""===t&&(c=""),f.html(c)),p&&(p.attr("class",s+" strengthify-container").css("width",25*(0===a.score?1:a.score)+"%"),""===t&&p.css("width",0)),i.drawTitles&&(i.tilesOptions.tooltip&&(l.attr("title",i.titles[a.score]).tooltip({placement:"bottom",trigger:"manual"}).tooltip("fixTitle").tooltip("show"),0===r&&l.tooltip("hide")),i.tilesOptions.element&&l.find(".strengthify-tiles").text(i.titles[a.score]))}i.drawTitles||i.drawMessage||i.drawBars||console.warn("expect at least one of 'drawTitles', 'drawMessage', or 'drawBars' to be true"),function(){var t=e(this),n=t.attr("id"),a=r.bind(this),s=i.$addAfter;s||(s=t),s.after('<div class="strengthify-wrapper" data-strengthifyFor="'+t.attr("id")+'"></div>'),i.drawBars&&o(n).append('<div class="strengthify-bg" />').append('<div class="strengthify-container" />').append('<div class="strengthify-separator" style="left: 25%" />').append('<div class="strengthify-separator" style="left: 50%" />').append('<div class="strengthify-separator" style="left: 75%" />'),i.drawMessage&&o(n).append("<div data-strengthifyMessage></div>"),i.drawTitles&&i.tilesOptions&&o(n).append('<div class="strengthify-tiles"></div>');var u=document.createElement("script");u.src=i.zxcvbn,null!==i.nonce&&u.setAttribute("nonce",i.nonce),u.onload=function(){t.parent().on("scroll",a),t.bind("keyup input change",a)},document.head.appendChild(u)}.call(this)}))}}).call(this,n(0))},521:function(t,e,n){"use strict";var i=n(25),o=n.n(i),r=n(232),a={insert:"head",singleton:!1};o()(r.a,a),r.a.locals},53:function(t,e,n){var i=n(5),o=n(52),r=i["__core-js_shared__"]||o("__core-js_shared__",{});t.exports=r},55:function(t,e){t.exports={}},56:function(t,e){var n=0,i=Math.random();t.exports=function(t){return"Symbol("+String(void 0===t?"":t)+")_"+(++n+i).toString(36)}},57:function(t,e){var n,i,o=t.exports={};function r(){throw new Error("setTimeout has not been defined")}function a(){throw new Error("clearTimeout has not been defined")}function s(t){if(n===setTimeout)return setTimeout(t,0);if((n===r||!n)&&setTimeout)return n=setTimeout,setTimeout(t,0);try{return n(t,0)}catch(e){try{return n.call(null,t,0)}catch(e){return n.call(this,t,0)}}}!function(){try{n="function"==typeof setTimeout?setTimeout:r}catch(t){n=r}try{i="function"==typeof clearTimeout?clearTimeout:a}catch(t){i=a}}();var u,c=[],l=!1,p=-1;function f(){l&&u&&(l=!1,u.length?c=u.concat(c):p=-1,c.length&&d())}function d(){if(!l){var t=s(f);l=!0;for(var e=c.length;e;){for(u=c,c=[];++p<e;)u&&u[p].run();p=-1,e=c.length}u=null,l=!1,function(t){if(i===clearTimeout)return clearTimeout(t);if((i===a||!i)&&clearTimeout)return i=clearTimeout,clearTimeout(t);try{i(t)}catch(e){try{return i.call(null,t)}catch(e){return i.call(this,t)}}}(t)}}function A(t,e){this.fun=t,this.array=e}function h(){}o.nextTick=function(t){var e=new Array(arguments.length-1);if(arguments.length>1)for(var n=1;n<arguments.length;n++)e[n-1]=arguments[n];c.push(new A(t,e)),1!==c.length||l||s(d)},A.prototype.run=function(){this.fun.apply(null,this.array)},o.title="browser",o.browser=!0,o.env={},o.argv=[],o.version="",o.versions={},o.on=h,o.addListener=h,o.once=h,o.off=h,o.removeListener=h,o.removeAllListeners=h,o.emit=h,o.prependListener=h,o.prependOnceListener=h,o.listeners=function(t){return[]},o.binding=function(t){throw new Error("process.binding is not supported")},o.cwd=function(){return"/"},o.chdir=function(t){throw new Error("process.chdir is not supported")},o.umask=function(){return 0}},60:function(t,e,n){var i=n(23),o=Math.max,r=Math.min;t.exports=function(t,e){var n=i(t);return n<0?o(n+e,0):r(n,e)}},61:function(t,e,n){"use strict";var i=n(8);t.exports=function(){var t=i(this),e="";return t.global&&(e+="g"),t.ignoreCase&&(e+="i"),t.multiline&&(e+="m"),t.dotAll&&(e+="s"),t.unicode&&(e+="u"),t.sticky&&(e+="y"),e}},62:function(t,e,n){"use strict";var i=n(87),o=n(8),r=n(15),a=n(23),s=n(20),u=n(95),c=n(122),l=n(90),p=Math.max,f=Math.min;i("replace",2,(function(t,e,n,i){var d=i.REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE,A=i.REPLACE_KEEPS_$0,h=d?"$":"$0";return[function(n,i){var o=s(this),r=null==n?void 0:n[t];return void 0!==r?r.call(n,o,i):e.call(String(o),n,i)},function(t,i){if(!d&&A||"string"==typeof i&&-1===i.indexOf(h)){var s=n(e,t,this,i);if(s.done)return s.value}var g=o(t),v=String(this),m="function"==typeof i;m||(i=String(i));var b=g.global;if(b){var C=g.unicode;g.lastIndex=0}for(var y=[];;){var x=l(g,v);if(null===x)break;if(y.push(x),!b)break;""===String(x[0])&&(g.lastIndex=u(v,r(g.lastIndex),C))}for(var E,w="",k=0,B=0;B<y.length;B++){x=y[B];for(var D=String(x[0]),T=p(f(a(x.index),v.length),0),O=[],S=1;S<x.length;S++)O.push(void 0===(E=x[S])?E:String(E));var V=x.groups;if(m){var I=[D].concat(O,T,v);void 0!==V&&I.push(V);var P=String(i.apply(void 0,I))}else P=c(D,v,T,O,V,i);T>=k&&(w+=v.slice(k,T)+P,k=T+D.length)}return w+v.slice(k)}]}))},630:function(t,e,n){"use strict";var i=n(26),o=n.n(i),r=n(27),a=n.n(r),s=n(30),u=n.n(s),c=n(668),l=n(669),p=n(670),f=n(671),d=n(672),A=n(673),h=a()(o.a),g=u()(c.a),v=u()(l.a),m=u()(p.a),b=u()(f.a),C=u()(d.a),y=u()(A.a);h.push([t.i,"/*!\n * jQuery UI CSS Framework 1.12.1\n * http://jqueryui.com\n *\n * Copyright jQuery Foundation and other contributors\n * Released under the MIT license.\n * http://jquery.org/license\n *\n * http://api.jqueryui.com/category/theming/\n *\n * To view and modify this theme, visit http://jqueryui.com/themeroller/\n */\n\n\n/* Component containers\n----------------------------------*/\n.ui-widget {\n\tfont-family: Arial,Helvetica,sans-serif/*{ffDefault}*/;\n\tfont-size: 1em/*{fsDefault}*/;\n}\n.ui-widget .ui-widget {\n\tfont-size: 1em;\n}\n.ui-widget input,\n.ui-widget select,\n.ui-widget textarea,\n.ui-widget button {\n\tfont-family: Arial,Helvetica,sans-serif/*{ffDefault}*/;\n\tfont-size: 1em;\n}\n.ui-widget.ui-widget-content {\n\tborder: 1px solid #c5c5c5/*{borderColorDefault}*/;\n}\n.ui-widget-content {\n\tborder: 1px solid #dddddd/*{borderColorContent}*/;\n\tbackground: #ffffff/*{bgColorContent}*/ /*{bgImgUrlContent}*/ /*{bgContentXPos}*/ /*{bgContentYPos}*/ /*{bgContentRepeat}*/;\n\tcolor: #333333/*{fcContent}*/;\n}\n.ui-widget-content a {\n\tcolor: #333333/*{fcContent}*/;\n}\n.ui-widget-header {\n\tborder: 1px solid #dddddd/*{borderColorHeader}*/;\n\tbackground: #e9e9e9/*{bgColorHeader}*/ /*{bgImgUrlHeader}*/ /*{bgHeaderXPos}*/ /*{bgHeaderYPos}*/ /*{bgHeaderRepeat}*/;\n\tcolor: #333333/*{fcHeader}*/;\n\tfont-weight: bold;\n}\n.ui-widget-header a {\n\tcolor: #333333/*{fcHeader}*/;\n}\n\n/* Interaction states\n----------------------------------*/\n.ui-state-default,\n.ui-widget-content .ui-state-default,\n.ui-widget-header .ui-state-default,\n.ui-button,\n\n/* We use html here because we need a greater specificity to make sure disabled\nworks properly when clicked or hovered */\nhtml .ui-button.ui-state-disabled:hover,\nhtml .ui-button.ui-state-disabled:active {\n\tborder: 1px solid #c5c5c5/*{borderColorDefault}*/;\n\tbackground: #f6f6f6/*{bgColorDefault}*/ /*{bgImgUrlDefault}*/ /*{bgDefaultXPos}*/ /*{bgDefaultYPos}*/ /*{bgDefaultRepeat}*/;\n\tfont-weight: normal/*{fwDefault}*/;\n\tcolor: #454545/*{fcDefault}*/;\n}\n.ui-state-default a,\n.ui-state-default a:link,\n.ui-state-default a:visited,\na.ui-button,\na:link.ui-button,\na:visited.ui-button,\n.ui-button {\n\tcolor: #454545/*{fcDefault}*/;\n\ttext-decoration: none;\n}\n.ui-state-hover,\n.ui-widget-content .ui-state-hover,\n.ui-widget-header .ui-state-hover,\n.ui-state-focus,\n.ui-widget-content .ui-state-focus,\n.ui-widget-header .ui-state-focus,\n.ui-button:hover,\n.ui-button:focus {\n\tborder: 1px solid #cccccc/*{borderColorHover}*/;\n\tbackground: #ededed/*{bgColorHover}*/ /*{bgImgUrlHover}*/ /*{bgHoverXPos}*/ /*{bgHoverYPos}*/ /*{bgHoverRepeat}*/;\n\tfont-weight: normal/*{fwDefault}*/;\n\tcolor: #2b2b2b/*{fcHover}*/;\n}\n.ui-state-hover a,\n.ui-state-hover a:hover,\n.ui-state-hover a:link,\n.ui-state-hover a:visited,\n.ui-state-focus a,\n.ui-state-focus a:hover,\n.ui-state-focus a:link,\n.ui-state-focus a:visited,\na.ui-button:hover,\na.ui-button:focus {\n\tcolor: #2b2b2b/*{fcHover}*/;\n\ttext-decoration: none;\n}\n\n.ui-visual-focus {\n\tbox-shadow: 0 0 3px 1px rgb(94, 158, 214);\n}\n.ui-state-active,\n.ui-widget-content .ui-state-active,\n.ui-widget-header .ui-state-active,\na.ui-button:active,\n.ui-button:active,\n.ui-button.ui-state-active:hover {\n\tborder: 1px solid #003eff/*{borderColorActive}*/;\n\tbackground: #007fff/*{bgColorActive}*/ /*{bgImgUrlActive}*/ /*{bgActiveXPos}*/ /*{bgActiveYPos}*/ /*{bgActiveRepeat}*/;\n\tfont-weight: normal/*{fwDefault}*/;\n\tcolor: #ffffff/*{fcActive}*/;\n}\n.ui-icon-background,\n.ui-state-active .ui-icon-background {\n\tborder: #003eff/*{borderColorActive}*/;\n\tbackground-color: #ffffff/*{fcActive}*/;\n}\n.ui-state-active a,\n.ui-state-active a:link,\n.ui-state-active a:visited {\n\tcolor: #ffffff/*{fcActive}*/;\n\ttext-decoration: none;\n}\n\n/* Interaction Cues\n----------------------------------*/\n.ui-state-highlight,\n.ui-widget-content .ui-state-highlight,\n.ui-widget-header .ui-state-highlight {\n\tborder: 1px solid #dad55e/*{borderColorHighlight}*/;\n\tbackground: #fffa90/*{bgColorHighlight}*/ /*{bgImgUrlHighlight}*/ /*{bgHighlightXPos}*/ /*{bgHighlightYPos}*/ /*{bgHighlightRepeat}*/;\n\tcolor: #777620/*{fcHighlight}*/;\n}\n.ui-state-checked {\n\tborder: 1px solid #dad55e/*{borderColorHighlight}*/;\n\tbackground: #fffa90/*{bgColorHighlight}*/;\n}\n.ui-state-highlight a,\n.ui-widget-content .ui-state-highlight a,\n.ui-widget-header .ui-state-highlight a {\n\tcolor: #777620/*{fcHighlight}*/;\n}\n.ui-state-error,\n.ui-widget-content .ui-state-error,\n.ui-widget-header .ui-state-error {\n\tborder: 1px solid #f1a899/*{borderColorError}*/;\n\tbackground: #fddfdf/*{bgColorError}*/ /*{bgImgUrlError}*/ /*{bgErrorXPos}*/ /*{bgErrorYPos}*/ /*{bgErrorRepeat}*/;\n\tcolor: #5f3f3f/*{fcError}*/;\n}\n.ui-state-error a,\n.ui-widget-content .ui-state-error a,\n.ui-widget-header .ui-state-error a {\n\tcolor: #5f3f3f/*{fcError}*/;\n}\n.ui-state-error-text,\n.ui-widget-content .ui-state-error-text,\n.ui-widget-header .ui-state-error-text {\n\tcolor: #5f3f3f/*{fcError}*/;\n}\n.ui-priority-primary,\n.ui-widget-content .ui-priority-primary,\n.ui-widget-header .ui-priority-primary {\n\tfont-weight: bold;\n}\n.ui-priority-secondary,\n.ui-widget-content .ui-priority-secondary,\n.ui-widget-header .ui-priority-secondary {\n\topacity: .7;\n\tfilter:Alpha(Opacity=70); /* support: IE8 */\n\tfont-weight: normal;\n}\n.ui-state-disabled,\n.ui-widget-content .ui-state-disabled,\n.ui-widget-header .ui-state-disabled {\n\topacity: .35;\n\tfilter:Alpha(Opacity=35); /* support: IE8 */\n\tbackground-image: none;\n}\n.ui-state-disabled .ui-icon {\n\tfilter:Alpha(Opacity=35); /* support: IE8 - See #6059 */\n}\n\n/* Icons\n----------------------------------*/\n\n/* states and images */\n.ui-icon {\n\twidth: 16px;\n\theight: 16px;\n}\n.ui-icon,\n.ui-widget-content .ui-icon {\n\tbackground-image: url("+g+")/*{iconsContent}*/;\n}\n.ui-widget-header .ui-icon {\n\tbackground-image: url("+g+")/*{iconsHeader}*/;\n}\n.ui-state-hover .ui-icon,\n.ui-state-focus .ui-icon,\n.ui-button:hover .ui-icon,\n.ui-button:focus .ui-icon {\n\tbackground-image: url("+v+")/*{iconsHover}*/;\n}\n.ui-state-active .ui-icon,\n.ui-button:active .ui-icon {\n\tbackground-image: url("+m+")/*{iconsActive}*/;\n}\n.ui-state-highlight .ui-icon,\n.ui-button .ui-state-highlight.ui-icon {\n\tbackground-image: url("+b+")/*{iconsHighlight}*/;\n}\n.ui-state-error .ui-icon,\n.ui-state-error-text .ui-icon {\n\tbackground-image: url("+C+")/*{iconsError}*/;\n}\n.ui-button .ui-icon {\n\tbackground-image: url("+y+")/*{iconsDefault}*/;\n}\n\n/* positioning */\n.ui-icon-blank { background-position: 16px 16px; }\n.ui-icon-caret-1-n { background-position: 0 0; }\n.ui-icon-caret-1-ne { background-position: -16px 0; }\n.ui-icon-caret-1-e { background-position: -32px 0; }\n.ui-icon-caret-1-se { background-position: -48px 0; }\n.ui-icon-caret-1-s { background-position: -65px 0; }\n.ui-icon-caret-1-sw { background-position: -80px 0; }\n.ui-icon-caret-1-w { background-position: -96px 0; }\n.ui-icon-caret-1-nw { background-position: -112px 0; }\n.ui-icon-caret-2-n-s { background-position: -128px 0; }\n.ui-icon-caret-2-e-w { background-position: -144px 0; }\n.ui-icon-triangle-1-n { background-position: 0 -16px; }\n.ui-icon-triangle-1-ne { background-position: -16px -16px; }\n.ui-icon-triangle-1-e { background-position: -32px -16px; }\n.ui-icon-triangle-1-se { background-position: -48px -16px; }\n.ui-icon-triangle-1-s { background-position: -65px -16px; }\n.ui-icon-triangle-1-sw { background-position: -80px -16px; }\n.ui-icon-triangle-1-w { background-position: -96px -16px; }\n.ui-icon-triangle-1-nw { background-position: -112px -16px; }\n.ui-icon-triangle-2-n-s { background-position: -128px -16px; }\n.ui-icon-triangle-2-e-w { background-position: -144px -16px; }\n.ui-icon-arrow-1-n { background-position: 0 -32px; }\n.ui-icon-arrow-1-ne { background-position: -16px -32px; }\n.ui-icon-arrow-1-e { background-position: -32px -32px; }\n.ui-icon-arrow-1-se { background-position: -48px -32px; }\n.ui-icon-arrow-1-s { background-position: -65px -32px; }\n.ui-icon-arrow-1-sw { background-position: -80px -32px; }\n.ui-icon-arrow-1-w { background-position: -96px -32px; }\n.ui-icon-arrow-1-nw { background-position: -112px -32px; }\n.ui-icon-arrow-2-n-s { background-position: -128px -32px; }\n.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }\n.ui-icon-arrow-2-e-w { background-position: -160px -32px; }\n.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }\n.ui-icon-arrowstop-1-n { background-position: -192px -32px; }\n.ui-icon-arrowstop-1-e { background-position: -208px -32px; }\n.ui-icon-arrowstop-1-s { background-position: -224px -32px; }\n.ui-icon-arrowstop-1-w { background-position: -240px -32px; }\n.ui-icon-arrowthick-1-n { background-position: 1px -48px; }\n.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }\n.ui-icon-arrowthick-1-e { background-position: -32px -48px; }\n.ui-icon-arrowthick-1-se { background-position: -48px -48px; }\n.ui-icon-arrowthick-1-s { background-position: -64px -48px; }\n.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }\n.ui-icon-arrowthick-1-w { background-position: -96px -48px; }\n.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }\n.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }\n.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }\n.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }\n.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }\n.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }\n.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }\n.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }\n.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }\n.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }\n.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }\n.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }\n.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }\n.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }\n.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }\n.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }\n.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }\n.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }\n.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }\n.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }\n.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }\n.ui-icon-arrow-4 { background-position: 0 -80px; }\n.ui-icon-arrow-4-diag { background-position: -16px -80px; }\n.ui-icon-extlink { background-position: -32px -80px; }\n.ui-icon-newwin { background-position: -48px -80px; }\n.ui-icon-refresh { background-position: -64px -80px; }\n.ui-icon-shuffle { background-position: -80px -80px; }\n.ui-icon-transfer-e-w { background-position: -96px -80px; }\n.ui-icon-transferthick-e-w { background-position: -112px -80px; }\n.ui-icon-folder-collapsed { background-position: 0 -96px; }\n.ui-icon-folder-open { background-position: -16px -96px; }\n.ui-icon-document { background-position: -32px -96px; }\n.ui-icon-document-b { background-position: -48px -96px; }\n.ui-icon-note { background-position: -64px -96px; }\n.ui-icon-mail-closed { background-position: -80px -96px; }\n.ui-icon-mail-open { background-position: -96px -96px; }\n.ui-icon-suitcase { background-position: -112px -96px; }\n.ui-icon-comment { background-position: -128px -96px; }\n.ui-icon-person { background-position: -144px -96px; }\n.ui-icon-print { background-position: -160px -96px; }\n.ui-icon-trash { background-position: -176px -96px; }\n.ui-icon-locked { background-position: -192px -96px; }\n.ui-icon-unlocked { background-position: -208px -96px; }\n.ui-icon-bookmark { background-position: -224px -96px; }\n.ui-icon-tag { background-position: -240px -96px; }\n.ui-icon-home { background-position: 0 -112px; }\n.ui-icon-flag { background-position: -16px -112px; }\n.ui-icon-calendar { background-position: -32px -112px; }\n.ui-icon-cart { background-position: -48px -112px; }\n.ui-icon-pencil { background-position: -64px -112px; }\n.ui-icon-clock { background-position: -80px -112px; }\n.ui-icon-disk { background-position: -96px -112px; }\n.ui-icon-calculator { background-position: -112px -112px; }\n.ui-icon-zoomin { background-position: -128px -112px; }\n.ui-icon-zoomout { background-position: -144px -112px; }\n.ui-icon-search { background-position: -160px -112px; }\n.ui-icon-wrench { background-position: -176px -112px; }\n.ui-icon-gear { background-position: -192px -112px; }\n.ui-icon-heart { background-position: -208px -112px; }\n.ui-icon-star { background-position: -224px -112px; }\n.ui-icon-link { background-position: -240px -112px; }\n.ui-icon-cancel { background-position: 0 -128px; }\n.ui-icon-plus { background-position: -16px -128px; }\n.ui-icon-plusthick { background-position: -32px -128px; }\n.ui-icon-minus { background-position: -48px -128px; }\n.ui-icon-minusthick { background-position: -64px -128px; }\n.ui-icon-close { background-position: -80px -128px; }\n.ui-icon-closethick { background-position: -96px -128px; }\n.ui-icon-key { background-position: -112px -128px; }\n.ui-icon-lightbulb { background-position: -128px -128px; }\n.ui-icon-scissors { background-position: -144px -128px; }\n.ui-icon-clipboard { background-position: -160px -128px; }\n.ui-icon-copy { background-position: -176px -128px; }\n.ui-icon-contact { background-position: -192px -128px; }\n.ui-icon-image { background-position: -208px -128px; }\n.ui-icon-video { background-position: -224px -128px; }\n.ui-icon-script { background-position: -240px -128px; }\n.ui-icon-alert { background-position: 0 -144px; }\n.ui-icon-info { background-position: -16px -144px; }\n.ui-icon-notice { background-position: -32px -144px; }\n.ui-icon-help { background-position: -48px -144px; }\n.ui-icon-check { background-position: -64px -144px; }\n.ui-icon-bullet { background-position: -80px -144px; }\n.ui-icon-radio-on { background-position: -96px -144px; }\n.ui-icon-radio-off { background-position: -112px -144px; }\n.ui-icon-pin-w { background-position: -128px -144px; }\n.ui-icon-pin-s { background-position: -144px -144px; }\n.ui-icon-play { background-position: 0 -160px; }\n.ui-icon-pause { background-position: -16px -160px; }\n.ui-icon-seek-next { background-position: -32px -160px; }\n.ui-icon-seek-prev { background-position: -48px -160px; }\n.ui-icon-seek-end { background-position: -64px -160px; }\n.ui-icon-seek-start { background-position: -80px -160px; }\n/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */\n.ui-icon-seek-first { background-position: -80px -160px; }\n.ui-icon-stop { background-position: -96px -160px; }\n.ui-icon-eject { background-position: -112px -160px; }\n.ui-icon-volume-off { background-position: -128px -160px; }\n.ui-icon-volume-on { background-position: -144px -160px; }\n.ui-icon-power { background-position: 0 -176px; }\n.ui-icon-signal-diag { background-position: -16px -176px; }\n.ui-icon-signal { background-position: -32px -176px; }\n.ui-icon-battery-0 { background-position: -48px -176px; }\n.ui-icon-battery-1 { background-position: -64px -176px; }\n.ui-icon-battery-2 { background-position: -80px -176px; }\n.ui-icon-battery-3 { background-position: -96px -176px; }\n.ui-icon-circle-plus { background-position: 0 -192px; }\n.ui-icon-circle-minus { background-position: -16px -192px; }\n.ui-icon-circle-close { background-position: -32px -192px; }\n.ui-icon-circle-triangle-e { background-position: -48px -192px; }\n.ui-icon-circle-triangle-s { background-position: -64px -192px; }\n.ui-icon-circle-triangle-w { background-position: -80px -192px; }\n.ui-icon-circle-triangle-n { background-position: -96px -192px; }\n.ui-icon-circle-arrow-e { background-position: -112px -192px; }\n.ui-icon-circle-arrow-s { background-position: -128px -192px; }\n.ui-icon-circle-arrow-w { background-position: -144px -192px; }\n.ui-icon-circle-arrow-n { background-position: -160px -192px; }\n.ui-icon-circle-zoomin { background-position: -176px -192px; }\n.ui-icon-circle-zoomout { background-position: -192px -192px; }\n.ui-icon-circle-check { background-position: -208px -192px; }\n.ui-icon-circlesmall-plus { background-position: 0 -208px; }\n.ui-icon-circlesmall-minus { background-position: -16px -208px; }\n.ui-icon-circlesmall-close { background-position: -32px -208px; }\n.ui-icon-squaresmall-plus { background-position: -48px -208px; }\n.ui-icon-squaresmall-minus { background-position: -64px -208px; }\n.ui-icon-squaresmall-close { background-position: -80px -208px; }\n.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }\n.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }\n.ui-icon-grip-solid-vertical { background-position: -32px -224px; }\n.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }\n.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }\n.ui-icon-grip-diagonal-se { background-position: -80px -224px; }\n\n\n/* Misc visuals\n----------------------------------*/\n\n/* Corner radius */\n.ui-corner-all,\n.ui-corner-top,\n.ui-corner-left,\n.ui-corner-tl {\n\tborder-top-left-radius: 3px/*{cornerRadius}*/;\n}\n.ui-corner-all,\n.ui-corner-top,\n.ui-corner-right,\n.ui-corner-tr {\n\tborder-top-right-radius: 3px/*{cornerRadius}*/;\n}\n.ui-corner-all,\n.ui-corner-bottom,\n.ui-corner-left,\n.ui-corner-bl {\n\tborder-bottom-left-radius: 3px/*{cornerRadius}*/;\n}\n.ui-corner-all,\n.ui-corner-bottom,\n.ui-corner-right,\n.ui-corner-br {\n\tborder-bottom-right-radius: 3px/*{cornerRadius}*/;\n}\n\n/* Overlays */\n.ui-widget-overlay {\n\tbackground: #aaaaaa/*{bgColorOverlay}*/ /*{bgImgUrlOverlay}*/ /*{bgOverlayXPos}*/ /*{bgOverlayYPos}*/ /*{bgOverlayRepeat}*/;\n\topacity: .3/*{opacityOverlay}*/;\n\tfilter: Alpha(Opacity=30)/*{opacityFilterOverlay}*/; /* support: IE8 */\n}\n.ui-widget-shadow {\n\t-webkit-box-shadow: 0/*{offsetLeftShadow}*/ 0/*{offsetTopShadow}*/ 5px/*{thicknessShadow}*/ #666666/*{bgColorShadow}*/;\n\tbox-shadow: 0/*{offsetLeftShadow}*/ 0/*{offsetTopShadow}*/ 5px/*{thicknessShadow}*/ #666666/*{bgColorShadow}*/;\n}\n","",{version:3,sources:["webpack://./node_modules/jquery-ui/themes/base/theme.css"],names:[],mappings:"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",sourcesContent:['/*!\n * jQuery UI CSS Framework 1.12.1\n * http://jqueryui.com\n *\n * Copyright jQuery Foundation and other contributors\n * Released under the MIT license.\n * http://jquery.org/license\n *\n * http://api.jqueryui.com/category/theming/\n *\n * To view and modify this theme, visit http://jqueryui.com/themeroller/\n */\n\n\n/* Component containers\n----------------------------------*/\n.ui-widget {\n\tfont-family: Arial,Helvetica,sans-serif/*{ffDefault}*/;\n\tfont-size: 1em/*{fsDefault}*/;\n}\n.ui-widget .ui-widget {\n\tfont-size: 1em;\n}\n.ui-widget input,\n.ui-widget select,\n.ui-widget textarea,\n.ui-widget button {\n\tfont-family: Arial,Helvetica,sans-serif/*{ffDefault}*/;\n\tfont-size: 1em;\n}\n.ui-widget.ui-widget-content {\n\tborder: 1px solid #c5c5c5/*{borderColorDefault}*/;\n}\n.ui-widget-content {\n\tborder: 1px solid #dddddd/*{borderColorContent}*/;\n\tbackground: #ffffff/*{bgColorContent}*/ /*{bgImgUrlContent}*/ /*{bgContentXPos}*/ /*{bgContentYPos}*/ /*{bgContentRepeat}*/;\n\tcolor: #333333/*{fcContent}*/;\n}\n.ui-widget-content a {\n\tcolor: #333333/*{fcContent}*/;\n}\n.ui-widget-header {\n\tborder: 1px solid #dddddd/*{borderColorHeader}*/;\n\tbackground: #e9e9e9/*{bgColorHeader}*/ /*{bgImgUrlHeader}*/ /*{bgHeaderXPos}*/ /*{bgHeaderYPos}*/ /*{bgHeaderRepeat}*/;\n\tcolor: #333333/*{fcHeader}*/;\n\tfont-weight: bold;\n}\n.ui-widget-header a {\n\tcolor: #333333/*{fcHeader}*/;\n}\n\n/* Interaction states\n----------------------------------*/\n.ui-state-default,\n.ui-widget-content .ui-state-default,\n.ui-widget-header .ui-state-default,\n.ui-button,\n\n/* We use html here because we need a greater specificity to make sure disabled\nworks properly when clicked or hovered */\nhtml .ui-button.ui-state-disabled:hover,\nhtml .ui-button.ui-state-disabled:active {\n\tborder: 1px solid #c5c5c5/*{borderColorDefault}*/;\n\tbackground: #f6f6f6/*{bgColorDefault}*/ /*{bgImgUrlDefault}*/ /*{bgDefaultXPos}*/ /*{bgDefaultYPos}*/ /*{bgDefaultRepeat}*/;\n\tfont-weight: normal/*{fwDefault}*/;\n\tcolor: #454545/*{fcDefault}*/;\n}\n.ui-state-default a,\n.ui-state-default a:link,\n.ui-state-default a:visited,\na.ui-button,\na:link.ui-button,\na:visited.ui-button,\n.ui-button {\n\tcolor: #454545/*{fcDefault}*/;\n\ttext-decoration: none;\n}\n.ui-state-hover,\n.ui-widget-content .ui-state-hover,\n.ui-widget-header .ui-state-hover,\n.ui-state-focus,\n.ui-widget-content .ui-state-focus,\n.ui-widget-header .ui-state-focus,\n.ui-button:hover,\n.ui-button:focus {\n\tborder: 1px solid #cccccc/*{borderColorHover}*/;\n\tbackground: #ededed/*{bgColorHover}*/ /*{bgImgUrlHover}*/ /*{bgHoverXPos}*/ /*{bgHoverYPos}*/ /*{bgHoverRepeat}*/;\n\tfont-weight: normal/*{fwDefault}*/;\n\tcolor: #2b2b2b/*{fcHover}*/;\n}\n.ui-state-hover a,\n.ui-state-hover a:hover,\n.ui-state-hover a:link,\n.ui-state-hover a:visited,\n.ui-state-focus a,\n.ui-state-focus a:hover,\n.ui-state-focus a:link,\n.ui-state-focus a:visited,\na.ui-button:hover,\na.ui-button:focus {\n\tcolor: #2b2b2b/*{fcHover}*/;\n\ttext-decoration: none;\n}\n\n.ui-visual-focus {\n\tbox-shadow: 0 0 3px 1px rgb(94, 158, 214);\n}\n.ui-state-active,\n.ui-widget-content .ui-state-active,\n.ui-widget-header .ui-state-active,\na.ui-button:active,\n.ui-button:active,\n.ui-button.ui-state-active:hover {\n\tborder: 1px solid #003eff/*{borderColorActive}*/;\n\tbackground: #007fff/*{bgColorActive}*/ /*{bgImgUrlActive}*/ /*{bgActiveXPos}*/ /*{bgActiveYPos}*/ /*{bgActiveRepeat}*/;\n\tfont-weight: normal/*{fwDefault}*/;\n\tcolor: #ffffff/*{fcActive}*/;\n}\n.ui-icon-background,\n.ui-state-active .ui-icon-background {\n\tborder: #003eff/*{borderColorActive}*/;\n\tbackground-color: #ffffff/*{fcActive}*/;\n}\n.ui-state-active a,\n.ui-state-active a:link,\n.ui-state-active a:visited {\n\tcolor: #ffffff/*{fcActive}*/;\n\ttext-decoration: none;\n}\n\n/* Interaction Cues\n----------------------------------*/\n.ui-state-highlight,\n.ui-widget-content .ui-state-highlight,\n.ui-widget-header .ui-state-highlight {\n\tborder: 1px solid #dad55e/*{borderColorHighlight}*/;\n\tbackground: #fffa90/*{bgColorHighlight}*/ /*{bgImgUrlHighlight}*/ /*{bgHighlightXPos}*/ /*{bgHighlightYPos}*/ /*{bgHighlightRepeat}*/;\n\tcolor: #777620/*{fcHighlight}*/;\n}\n.ui-state-checked {\n\tborder: 1px solid #dad55e/*{borderColorHighlight}*/;\n\tbackground: #fffa90/*{bgColorHighlight}*/;\n}\n.ui-state-highlight a,\n.ui-widget-content .ui-state-highlight a,\n.ui-widget-header .ui-state-highlight a {\n\tcolor: #777620/*{fcHighlight}*/;\n}\n.ui-state-error,\n.ui-widget-content .ui-state-error,\n.ui-widget-header .ui-state-error {\n\tborder: 1px solid #f1a899/*{borderColorError}*/;\n\tbackground: #fddfdf/*{bgColorError}*/ /*{bgImgUrlError}*/ /*{bgErrorXPos}*/ /*{bgErrorYPos}*/ /*{bgErrorRepeat}*/;\n\tcolor: #5f3f3f/*{fcError}*/;\n}\n.ui-state-error a,\n.ui-widget-content .ui-state-error a,\n.ui-widget-header .ui-state-error a {\n\tcolor: #5f3f3f/*{fcError}*/;\n}\n.ui-state-error-text,\n.ui-widget-content .ui-state-error-text,\n.ui-widget-header .ui-state-error-text {\n\tcolor: #5f3f3f/*{fcError}*/;\n}\n.ui-priority-primary,\n.ui-widget-content .ui-priority-primary,\n.ui-widget-header .ui-priority-primary {\n\tfont-weight: bold;\n}\n.ui-priority-secondary,\n.ui-widget-content .ui-priority-secondary,\n.ui-widget-header .ui-priority-secondary {\n\topacity: .7;\n\tfilter:Alpha(Opacity=70); /* support: IE8 */\n\tfont-weight: normal;\n}\n.ui-state-disabled,\n.ui-widget-content .ui-state-disabled,\n.ui-widget-header .ui-state-disabled {\n\topacity: .35;\n\tfilter:Alpha(Opacity=35); /* support: IE8 */\n\tbackground-image: none;\n}\n.ui-state-disabled .ui-icon {\n\tfilter:Alpha(Opacity=35); /* support: IE8 - See #6059 */\n}\n\n/* Icons\n----------------------------------*/\n\n/* states and images */\n.ui-icon {\n\twidth: 16px;\n\theight: 16px;\n}\n.ui-icon,\n.ui-widget-content .ui-icon {\n\tbackground-image: url("images/ui-icons_444444_256x240.png")/*{iconsContent}*/;\n}\n.ui-widget-header .ui-icon {\n\tbackground-image: url("images/ui-icons_444444_256x240.png")/*{iconsHeader}*/;\n}\n.ui-state-hover .ui-icon,\n.ui-state-focus .ui-icon,\n.ui-button:hover .ui-icon,\n.ui-button:focus .ui-icon {\n\tbackground-image: url("images/ui-icons_555555_256x240.png")/*{iconsHover}*/;\n}\n.ui-state-active .ui-icon,\n.ui-button:active .ui-icon {\n\tbackground-image: url("images/ui-icons_ffffff_256x240.png")/*{iconsActive}*/;\n}\n.ui-state-highlight .ui-icon,\n.ui-button .ui-state-highlight.ui-icon {\n\tbackground-image: url("images/ui-icons_777620_256x240.png")/*{iconsHighlight}*/;\n}\n.ui-state-error .ui-icon,\n.ui-state-error-text .ui-icon {\n\tbackground-image: url("images/ui-icons_cc0000_256x240.png")/*{iconsError}*/;\n}\n.ui-button .ui-icon {\n\tbackground-image: url("images/ui-icons_777777_256x240.png")/*{iconsDefault}*/;\n}\n\n/* positioning */\n.ui-icon-blank { background-position: 16px 16px; }\n.ui-icon-caret-1-n { background-position: 0 0; }\n.ui-icon-caret-1-ne { background-position: -16px 0; }\n.ui-icon-caret-1-e { background-position: -32px 0; }\n.ui-icon-caret-1-se { background-position: -48px 0; }\n.ui-icon-caret-1-s { background-position: -65px 0; }\n.ui-icon-caret-1-sw { background-position: -80px 0; }\n.ui-icon-caret-1-w { background-position: -96px 0; }\n.ui-icon-caret-1-nw { background-position: -112px 0; }\n.ui-icon-caret-2-n-s { background-position: -128px 0; }\n.ui-icon-caret-2-e-w { background-position: -144px 0; }\n.ui-icon-triangle-1-n { background-position: 0 -16px; }\n.ui-icon-triangle-1-ne { background-position: -16px -16px; }\n.ui-icon-triangle-1-e { background-position: -32px -16px; }\n.ui-icon-triangle-1-se { background-position: -48px -16px; }\n.ui-icon-triangle-1-s { background-position: -65px -16px; }\n.ui-icon-triangle-1-sw { background-position: -80px -16px; }\n.ui-icon-triangle-1-w { background-position: -96px -16px; }\n.ui-icon-triangle-1-nw { background-position: -112px -16px; }\n.ui-icon-triangle-2-n-s { background-position: -128px -16px; }\n.ui-icon-triangle-2-e-w { background-position: -144px -16px; }\n.ui-icon-arrow-1-n { background-position: 0 -32px; }\n.ui-icon-arrow-1-ne { background-position: -16px -32px; }\n.ui-icon-arrow-1-e { background-position: -32px -32px; }\n.ui-icon-arrow-1-se { background-position: -48px -32px; }\n.ui-icon-arrow-1-s { background-position: -65px -32px; }\n.ui-icon-arrow-1-sw { background-position: -80px -32px; }\n.ui-icon-arrow-1-w { background-position: -96px -32px; }\n.ui-icon-arrow-1-nw { background-position: -112px -32px; }\n.ui-icon-arrow-2-n-s { background-position: -128px -32px; }\n.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }\n.ui-icon-arrow-2-e-w { background-position: -160px -32px; }\n.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }\n.ui-icon-arrowstop-1-n { background-position: -192px -32px; }\n.ui-icon-arrowstop-1-e { background-position: -208px -32px; }\n.ui-icon-arrowstop-1-s { background-position: -224px -32px; }\n.ui-icon-arrowstop-1-w { background-position: -240px -32px; }\n.ui-icon-arrowthick-1-n { background-position: 1px -48px; }\n.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }\n.ui-icon-arrowthick-1-e { background-position: -32px -48px; }\n.ui-icon-arrowthick-1-se { background-position: -48px -48px; }\n.ui-icon-arrowthick-1-s { background-position: -64px -48px; }\n.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }\n.ui-icon-arrowthick-1-w { background-position: -96px -48px; }\n.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }\n.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }\n.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }\n.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }\n.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }\n.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }\n.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }\n.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }\n.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }\n.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }\n.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }\n.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }\n.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }\n.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }\n.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }\n.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }\n.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }\n.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }\n.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }\n.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }\n.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }\n.ui-icon-arrow-4 { background-position: 0 -80px; }\n.ui-icon-arrow-4-diag { background-position: -16px -80px; }\n.ui-icon-extlink { background-position: -32px -80px; }\n.ui-icon-newwin { background-position: -48px -80px; }\n.ui-icon-refresh { background-position: -64px -80px; }\n.ui-icon-shuffle { background-position: -80px -80px; }\n.ui-icon-transfer-e-w { background-position: -96px -80px; }\n.ui-icon-transferthick-e-w { background-position: -112px -80px; }\n.ui-icon-folder-collapsed { background-position: 0 -96px; }\n.ui-icon-folder-open { background-position: -16px -96px; }\n.ui-icon-document { background-position: -32px -96px; }\n.ui-icon-document-b { background-position: -48px -96px; }\n.ui-icon-note { background-position: -64px -96px; }\n.ui-icon-mail-closed { background-position: -80px -96px; }\n.ui-icon-mail-open { background-position: -96px -96px; }\n.ui-icon-suitcase { background-position: -112px -96px; }\n.ui-icon-comment { background-position: -128px -96px; }\n.ui-icon-person { background-position: -144px -96px; }\n.ui-icon-print { background-position: -160px -96px; }\n.ui-icon-trash { background-position: -176px -96px; }\n.ui-icon-locked { background-position: -192px -96px; }\n.ui-icon-unlocked { background-position: -208px -96px; }\n.ui-icon-bookmark { background-position: -224px -96px; }\n.ui-icon-tag { background-position: -240px -96px; }\n.ui-icon-home { background-position: 0 -112px; }\n.ui-icon-flag { background-position: -16px -112px; }\n.ui-icon-calendar { background-position: -32px -112px; }\n.ui-icon-cart { background-position: -48px -112px; }\n.ui-icon-pencil { background-position: -64px -112px; }\n.ui-icon-clock { background-position: -80px -112px; }\n.ui-icon-disk { background-position: -96px -112px; }\n.ui-icon-calculator { background-position: -112px -112px; }\n.ui-icon-zoomin { background-position: -128px -112px; }\n.ui-icon-zoomout { background-position: -144px -112px; }\n.ui-icon-search { background-position: -160px -112px; }\n.ui-icon-wrench { background-position: -176px -112px; }\n.ui-icon-gear { background-position: -192px -112px; }\n.ui-icon-heart { background-position: -208px -112px; }\n.ui-icon-star { background-position: -224px -112px; }\n.ui-icon-link { background-position: -240px -112px; }\n.ui-icon-cancel { background-position: 0 -128px; }\n.ui-icon-plus { background-position: -16px -128px; }\n.ui-icon-plusthick { background-position: -32px -128px; }\n.ui-icon-minus { background-position: -48px -128px; }\n.ui-icon-minusthick { background-position: -64px -128px; }\n.ui-icon-close { background-position: -80px -128px; }\n.ui-icon-closethick { background-position: -96px -128px; }\n.ui-icon-key { background-position: -112px -128px; }\n.ui-icon-lightbulb { background-position: -128px -128px; }\n.ui-icon-scissors { background-position: -144px -128px; }\n.ui-icon-clipboard { background-position: -160px -128px; }\n.ui-icon-copy { background-position: -176px -128px; }\n.ui-icon-contact { background-position: -192px -128px; }\n.ui-icon-image { background-position: -208px -128px; }\n.ui-icon-video { background-position: -224px -128px; }\n.ui-icon-script { background-position: -240px -128px; }\n.ui-icon-alert { background-position: 0 -144px; }\n.ui-icon-info { background-position: -16px -144px; }\n.ui-icon-notice { background-position: -32px -144px; }\n.ui-icon-help { background-position: -48px -144px; }\n.ui-icon-check { background-position: -64px -144px; }\n.ui-icon-bullet { background-position: -80px -144px; }\n.ui-icon-radio-on { background-position: -96px -144px; }\n.ui-icon-radio-off { background-position: -112px -144px; }\n.ui-icon-pin-w { background-position: -128px -144px; }\n.ui-icon-pin-s { background-position: -144px -144px; }\n.ui-icon-play { background-position: 0 -160px; }\n.ui-icon-pause { background-position: -16px -160px; }\n.ui-icon-seek-next { background-position: -32px -160px; }\n.ui-icon-seek-prev { background-position: -48px -160px; }\n.ui-icon-seek-end { background-position: -64px -160px; }\n.ui-icon-seek-start { background-position: -80px -160px; }\n/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */\n.ui-icon-seek-first { background-position: -80px -160px; }\n.ui-icon-stop { background-position: -96px -160px; }\n.ui-icon-eject { background-position: -112px -160px; }\n.ui-icon-volume-off { background-position: -128px -160px; }\n.ui-icon-volume-on { background-position: -144px -160px; }\n.ui-icon-power { background-position: 0 -176px; }\n.ui-icon-signal-diag { background-position: -16px -176px; }\n.ui-icon-signal { background-position: -32px -176px; }\n.ui-icon-battery-0 { background-position: -48px -176px; }\n.ui-icon-battery-1 { background-position: -64px -176px; }\n.ui-icon-battery-2 { background-position: -80px -176px; }\n.ui-icon-battery-3 { background-position: -96px -176px; }\n.ui-icon-circle-plus { background-position: 0 -192px; }\n.ui-icon-circle-minus { background-position: -16px -192px; }\n.ui-icon-circle-close { background-position: -32px -192px; }\n.ui-icon-circle-triangle-e { background-position: -48px -192px; }\n.ui-icon-circle-triangle-s { background-position: -64px -192px; }\n.ui-icon-circle-triangle-w { background-position: -80px -192px; }\n.ui-icon-circle-triangle-n { background-position: -96px -192px; }\n.ui-icon-circle-arrow-e { background-position: -112px -192px; }\n.ui-icon-circle-arrow-s { background-position: -128px -192px; }\n.ui-icon-circle-arrow-w { background-position: -144px -192px; }\n.ui-icon-circle-arrow-n { background-position: -160px -192px; }\n.ui-icon-circle-zoomin { background-position: -176px -192px; }\n.ui-icon-circle-zoomout { background-position: -192px -192px; }\n.ui-icon-circle-check { background-position: -208px -192px; }\n.ui-icon-circlesmall-plus { background-position: 0 -208px; }\n.ui-icon-circlesmall-minus { background-position: -16px -208px; }\n.ui-icon-circlesmall-close { background-position: -32px -208px; }\n.ui-icon-squaresmall-plus { background-position: -48px -208px; }\n.ui-icon-squaresmall-minus { background-position: -64px -208px; }\n.ui-icon-squaresmall-close { background-position: -80px -208px; }\n.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }\n.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }\n.ui-icon-grip-solid-vertical { background-position: -32px -224px; }\n.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }\n.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }\n.ui-icon-grip-diagonal-se { background-position: -80px -224px; }\n\n\n/* Misc visuals\n----------------------------------*/\n\n/* Corner radius */\n.ui-corner-all,\n.ui-corner-top,\n.ui-corner-left,\n.ui-corner-tl {\n\tborder-top-left-radius: 3px/*{cornerRadius}*/;\n}\n.ui-corner-all,\n.ui-corner-top,\n.ui-corner-right,\n.ui-corner-tr {\n\tborder-top-right-radius: 3px/*{cornerRadius}*/;\n}\n.ui-corner-all,\n.ui-corner-bottom,\n.ui-corner-left,\n.ui-corner-bl {\n\tborder-bottom-left-radius: 3px/*{cornerRadius}*/;\n}\n.ui-corner-all,\n.ui-corner-bottom,\n.ui-corner-right,\n.ui-corner-br {\n\tborder-bottom-right-radius: 3px/*{cornerRadius}*/;\n}\n\n/* Overlays */\n.ui-widget-overlay {\n\tbackground: #aaaaaa/*{bgColorOverlay}*/ /*{bgImgUrlOverlay}*/ /*{bgOverlayXPos}*/ /*{bgOverlayYPos}*/ /*{bgOverlayRepeat}*/;\n\topacity: .3/*{opacityOverlay}*/;\n\tfilter: Alpha(Opacity=30)/*{opacityFilterOverlay}*/; /* support: IE8 */\n}\n.ui-widget-shadow {\n\t-webkit-box-shadow: 0/*{offsetLeftShadow}*/ 0/*{offsetTopShadow}*/ 5px/*{thicknessShadow}*/ #666666/*{bgColorShadow}*/;\n\tbox-shadow: 0/*{offsetLeftShadow}*/ 0/*{offsetTopShadow}*/ 5px/*{thicknessShadow}*/ #666666/*{bgColorShadow}*/;\n}\n'],sourceRoot:""}]),e.a=h},631:function(t,e,n){"use strict";var i=n(26),o=n.n(i),r=n(27),a=n.n(r)()(o.a);a.push([t.i,"/*!\n * jQuery UI Button 1.12.1\n * http://jqueryui.com\n *\n * Copyright jQuery Foundation and other contributors\n * Released under the MIT license.\n * http://jquery.org/license\n *\n * http://api.jqueryui.com/button/#theming\n */\n.ui-button {\n\tpadding: .4em 1em;\n\tdisplay: inline-block;\n\tposition: relative;\n\tline-height: normal;\n\tmargin-right: .1em;\n\tcursor: pointer;\n\tvertical-align: middle;\n\ttext-align: center;\n\t-webkit-user-select: none;\n\t-moz-user-select: none;\n\t-ms-user-select: none;\n\tuser-select: none;\n\n\t/* Support: IE <= 11 */\n\toverflow: visible;\n}\n\n.ui-button,\n.ui-button:link,\n.ui-button:visited,\n.ui-button:hover,\n.ui-button:active {\n\ttext-decoration: none;\n}\n\n/* to make room for the icon, a width needs to be set here */\n.ui-button-icon-only {\n\twidth: 2em;\n\tbox-sizing: border-box;\n\ttext-indent: -9999px;\n\twhite-space: nowrap;\n}\n\n/* no icon support for input elements */\ninput.ui-button.ui-button-icon-only {\n\ttext-indent: 0;\n}\n\n/* button icon element(s) */\n.ui-button-icon-only .ui-icon {\n\tposition: absolute;\n\ttop: 50%;\n\tleft: 50%;\n\tmargin-top: -8px;\n\tmargin-left: -8px;\n}\n\n.ui-button.ui-icon-notext .ui-icon {\n\tpadding: 0;\n\twidth: 2.1em;\n\theight: 2.1em;\n\ttext-indent: -9999px;\n\twhite-space: nowrap;\n\n}\n\ninput.ui-button.ui-icon-notext .ui-icon {\n\twidth: auto;\n\theight: auto;\n\ttext-indent: 0;\n\twhite-space: normal;\n\tpadding: .4em 1em;\n}\n\n/* workarounds */\n/* Support: Firefox 5 - 40 */\ninput.ui-button::-moz-focus-inner,\nbutton.ui-button::-moz-focus-inner {\n\tborder: 0;\n\tpadding: 0;\n}\n","",{version:3,sources:["webpack://./node_modules/jquery-ui/themes/base/button.css"],names:[],mappings:"AAAA;;;;;;;;;EASE;AACF;CACC,iBAAiB;CACjB,qBAAqB;CACrB,kBAAkB;CAClB,mBAAmB;CACnB,kBAAkB;CAClB,eAAe;CACf,sBAAsB;CACtB,kBAAkB;CAClB,yBAAyB;CACzB,sBAAsB;CACtB,qBAAqB;CACrB,iBAAiB;;CAEjB,sBAAsB;CACtB,iBAAiB;AAClB;;AAEA;;;;;CAKC,qBAAqB;AACtB;;AAEA,4DAA4D;AAC5D;CACC,UAAU;CACV,sBAAsB;CACtB,oBAAoB;CACpB,mBAAmB;AACpB;;AAEA,uCAAuC;AACvC;CACC,cAAc;AACf;;AAEA,2BAA2B;AAC3B;CACC,kBAAkB;CAClB,QAAQ;CACR,SAAS;CACT,gBAAgB;CAChB,iBAAiB;AAClB;;AAEA;CACC,UAAU;CACV,YAAY;CACZ,aAAa;CACb,oBAAoB;CACpB,mBAAmB;;AAEpB;;AAEA;CACC,WAAW;CACX,YAAY;CACZ,cAAc;CACd,mBAAmB;CACnB,iBAAiB;AAClB;;AAEA,gBAAgB;AAChB,4BAA4B;AAC5B;;CAEC,SAAS;CACT,UAAU;AACX",sourcesContent:["/*!\n * jQuery UI Button 1.12.1\n * http://jqueryui.com\n *\n * Copyright jQuery Foundation and other contributors\n * Released under the MIT license.\n * http://jquery.org/license\n *\n * http://api.jqueryui.com/button/#theming\n */\n.ui-button {\n\tpadding: .4em 1em;\n\tdisplay: inline-block;\n\tposition: relative;\n\tline-height: normal;\n\tmargin-right: .1em;\n\tcursor: pointer;\n\tvertical-align: middle;\n\ttext-align: center;\n\t-webkit-user-select: none;\n\t-moz-user-select: none;\n\t-ms-user-select: none;\n\tuser-select: none;\n\n\t/* Support: IE <= 11 */\n\toverflow: visible;\n}\n\n.ui-button,\n.ui-button:link,\n.ui-button:visited,\n.ui-button:hover,\n.ui-button:active {\n\ttext-decoration: none;\n}\n\n/* to make room for the icon, a width needs to be set here */\n.ui-button-icon-only {\n\twidth: 2em;\n\tbox-sizing: border-box;\n\ttext-indent: -9999px;\n\twhite-space: nowrap;\n}\n\n/* no icon support for input elements */\ninput.ui-button.ui-button-icon-only {\n\ttext-indent: 0;\n}\n\n/* button icon element(s) */\n.ui-button-icon-only .ui-icon {\n\tposition: absolute;\n\ttop: 50%;\n\tleft: 50%;\n\tmargin-top: -8px;\n\tmargin-left: -8px;\n}\n\n.ui-button.ui-icon-notext .ui-icon {\n\tpadding: 0;\n\twidth: 2.1em;\n\theight: 2.1em;\n\ttext-indent: -9999px;\n\twhite-space: nowrap;\n\n}\n\ninput.ui-button.ui-icon-notext .ui-icon {\n\twidth: auto;\n\theight: auto;\n\ttext-indent: 0;\n\twhite-space: normal;\n\tpadding: .4em 1em;\n}\n\n/* workarounds */\n/* Support: Firefox 5 - 40 */\ninput.ui-button::-moz-focus-inner,\nbutton.ui-button::-moz-focus-inner {\n\tborder: 0;\n\tpadding: 0;\n}\n"],sourceRoot:""}]),e.a=a},64:function(t,e,n){"use strict";var i={}.propertyIsEnumerable,o=Object.getOwnPropertyDescriptor,r=o&&!i.call({1:2},1);e.f=r?function(t){var e=o(this,t);return!!e&&e.enumerable}:i},646:function(t,e,n){var i,o,r;o=[n(0),n(235)],void 0===(r="function"==typeof(i=function(t){return t.ui.escapeSelector=(e=/([!"#$%&'()*+,./:;<=>?@[\]^`{|}~])/g,function(t){return t.replace(e,"\\$1")});var e})?i.apply(e,o):i)||(t.exports=r)},65:function(t,e,n){var i=n(85),o=n(73).concat("length","prototype");e.f=Object.getOwnPropertyNames||function(t){return i(t,o)}},66:function(t,e,n){var i=n(22),o=n(15),r=n(60),a=function(t){return function(e,n,a){var s,u=i(e),c=o(u.length),l=r(a,c);if(t&&n!=n){for(;c>l;)if((s=u[l++])!=s)return!0}else for(;c>l;l++)if((t||l in u)&&u[l]===n)return t||l||0;return!t&&-1}};t.exports={includes:a(!0),indexOf:a(!1)}},668:function(t,e,n){"use strict";e.a="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAQAAAADwCAMAAADYSUr5AAABDlBMVEVEREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREQf23IJAAAAWnRSTlMAGf8QMwQIUL+CmS8iVXFAZmAaEzLMDSE8FkJISyAeWiMnMVMshTSHgMNqyM/GOEUcvLi+fKu1pYyqqK0fsin9AZ5RJO8KBgIDj6JilEqgr23fnEdjP29/kWiyI5UtAAAM80lEQVR4Aezb3XLzOgiFYXh8//e8T8MwQeNJ8yXd5T2zF8RiCfm3jWVZvoGUf7x+X+6AfLnEUZRkCZYf7EBQAsgoEFVNilpJ2gFafgkmP9eBoM1R2cEwg0GM6WDqh5ryXur4hxIGPZFD9vTrDbIe8e2QY4FtCsF5DU0dMAygdsCn6EM8d/AQkBzsJUsw+XeuApHIGiz3RmhZlmVZluVP3Anmd92Igbojh4IAg1/z+4CkZqSQn3wjld2AFlC3kM/9St2AHB8eg/yn9ZOnEQ9yIge/Zj8bCMS/AjD3rCzi+X1ATn4W9YMdMJDe+T4gT0sw5F4FlmVZlmVZ/gTiFcBLv++zBQTmHWdxxr3jw/AD5gOcM6DKekhN17SCvmkcjfPx53oMcjg4xslAoYp127GDWoIq3jo+0PWyY5CBuYJz+hCibAM1gBoOxg4yWzS3MCd/e8Xm9HkA5yPcKu+4xmFqQdz7RRwbuoA754CjKl7EV+eDWJZlWZZl6SQZL8EPDwCiMGhADMxqcm8A0WCOqsB5AOpnJVmlETk9QItIs4H9KPPxiRgLKDjPINQPi2TVpg4iRwOS4/hbyOQAY/2aaM5HKP485Ii5g4Dw1GB9jzgPQFefOoyInt/1nt9l9AEPBaLq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"},669:function(t,e,n){"use strict";e.a="data:image/png;base64,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"},67:function(t,e,n){var i=n(50),o=n(4);t.exports=!!Object.getOwnPropertySymbols&&!o((function(){var t=Symbol();return!String(t)||!(Object(t)instanceof Symbol)||!Symbol.sham&&i&&i<41}))},670:function(t,e,n){"use strict";e.a="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAQAAAADwCAMAAADYSUr5AAABDlBMVEX////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////uKVtWAAAAWnRSTlMAGf8QMwQIUL+CmS8iVXFAZmAaEzLMDSE8FkJISyAeWiMnMVMshTSHgMNqyM/GOEUcvLi+fKu1pYyqqK0fsin9AZ5RJO8KBgIDj6JilEqgr23fnEdjP29/kWiyI5UtAAAM80lEQVR4Aezb3XLzOgiFYXh8//e8T8MwQeNJ8yXd5T2zF8RiCfm3jWVZvoGUf7x+X+6AfLnEUZRkCZYf7EBQAsgoEFVNilpJ2gFafgkmP9eBoM1R2cEwg0GM6WDqh5ryXur4hxIGPZFD9vTrDbIe8e2QY4FtCsF5DU0dMAygdsCn6EM8d/AQkBzsJUsw+XeuApHIGiz3RmhZlmVZluVP3Anmd92Igbojh4IAg1/z+4CkZqSQn3wjld2AFlC3kM/9St2AHB8eg/yn9ZOnEQ9yIge/Zj8bCMS/AjD3rCzi+X1ATn4W9YMdMJDe+T4gT0sw5F4FlmVZlmVZ/gTiFcBLv++zBQTmHWdxxr3jw/AD5gOcM6DKekhN17SCvmkcjfPx53oMcjg4xslAoYp127GDWoIq3jo+0PWyY5CBuYJz+hCibAM1gBoOxg4yWzS3MCd/e8Xm9HkA5yPcKu+4xmFqQdz7RRwbuoA754CjKl7EV+eDWJZlWZZl6SQZL8EPDwCiMGhADMxqcm8A0WCOqsB5AOpnJVmlETk9QItIs4H9KPPxiRgLKDjPINQPi2TVpg4iRwOS4/hbyOQAY/2aaM5HKP485Ii5g4Dw1GB9jzgPQFefOoyInt/1nt9l9AEPBaLq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"},671:function(t,e,n){"use strict";e.a="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAQAAAADwCAMAAADYSUr5AAABDlBMVEV3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diBVLkeJAAAAWnRSTlMAGf8QMwQIUL+CmS8iVXFAZmAaEzLMDSE8FkJISyAeWiMnMVMshTSHgMNqyM/GOEUcvLi+fKu1pYyqqK0fsin9AZ5RJO8KBgIDj6JilEqgr23fnEdjP29/kWiyI5UtAAAM80lEQVR4Aezb3XLzOgiFYXh8//e8T8MwQeNJ8yXd5T2zF8RiCfm3jWVZvoGUf7x+X+6AfLnEUZRkCZYf7EBQAsgoEFVNilpJ2gFafgkmP9eBoM1R2cEwg0GM6WDqh5ryXur4hxIGPZFD9vTrDbIe8e2QY4FtCsF5DU0dMAygdsCn6EM8d/AQkBzsJUsw+XeuApHIGiz3RmhZlmVZluVP3Anmd92Igbojh4IAg1/z+4CkZqSQn3wjld2AFlC3kM/9St2AHB8eg/yn9ZOnEQ9yIge/Zj8bCMS/AjD3rCzi+X1ATn4W9YMdMJDe+T4gT0sw5F4FlmVZlmVZ/gTiFcBLv++zBQTmHWdxxr3jw/AD5gOcM6DKekhN17SCvmkcjfPx53oMcjg4xslAoYp127GDWoIq3jo+0PWyY5CBuYJz+hCibAM1gBoOxg4yWzS3MCd/e8Xm9HkA5yPcKu+4xmFqQdz7RRwbuoA754CjKl7EV+eDWJZlWZZl6SQZL8EPDwCiMGhADMxqcm8A0WCOqsB5AOpnJVmlETk9QItIs4H9KPPxiRgLKDjPINQPi2TVpg4iRwOS4/hbyOQAY/2aaM5HKP485Ii5g4Dw1GB9jzgPQFefOoyInt/1nt9l9AEPBaLq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"},672:function(t,e,n){"use strict";e.a="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAQAAAADwCAMAAADYSUr5AAABDlBMVEXMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADP1XLPAAAAWnRSTlMAGf8QMwQIUL+CmS8iVXFAZmAaEzLMDSE8FkJISyAeWiMnMVMshTSHgMNqyM/GOEUcvLi+fKu1pYyqqK0fsin9AZ5RJO8KBgIDj6JilEqgr23fnEdjP29/kWiyI5UtAAAM80lEQVR4Aezb3XLzOgiFYXh8//e8T8MwQeNJ8yXd5T2zF8RiCfm3jWVZvoGUf7x+X+6AfLnEUZRkCZYf7EBQAsgoEFVNilpJ2gFafgkmP9eBoM1R2cEwg0GM6WDqh5ryXur4hxIGPZFD9vTrDbIe8e2QY4FtCsF5DU0dMAygdsCn6EM8d/AQkBzsJUsw+XeuApHIGiz3RmhZlmVZluVP3Anmd92Igbojh4IAg1/z+4CkZqSQn3wjld2AFlC3kM/9St2AHB8eg/yn9ZOnEQ9yIge/Zj8bCMS/AjD3rCzi+X1ATn4W9YMdMJDe+T4gT0sw5F4FlmVZlmVZ/gTiFcBLv++zBQTmHWdxxr3jw/AD5gOcM6DKekhN17SCvmkcjfPx53oMcjg4xslAoYp127GDWoIq3jo+0PWyY5CBuYJz+hCibAM1gBoOxg4yWzS3MCd/e8Xm9HkA5yPcKu+4xmFqQdz7RRwbuoA754CjKl7EV+eDWJZlWZZl6SQZL8EPDwCiMGhADMxqcm8A0WCOqsB5AOpnJVmlETk9QItIs4H9KPPxiRgLKDjPINQPi2TVpg4iRwOS4/hbyOQAY/2aaM5HKP485Ii5g4Dw1GB9jzgPQFefOoyInt/1nt9l9AEPBaLqCXnHAIwvJLSAs8ywCoie3pfAcIiYlkCSd5YAotKPbziJ6QU0mGYwCql/oTcbkIf3AWlegtGQ8xzNcnSMazgOmA2oAL/0RmRZlmVZFvFO0nxh1jMQPwhixhD+KknfQ471F9fcnjLT92q9YAb9VYBse0otqn4qFlOAsk8NYjKkhb+O6kArkYwoOodbbSEMMyY6ouaq6W80IOlFKTqYO0AUjLro0VqFY7AftCD1ESo6eD7jJgN6hhBTfjeg63jbpUAGGRVyeofZChJDAN2fgyFdf+OVFtnkvPP0aqh/WC+DQ3uf87Usy7Isy+V/dB2m32vqm7xWv4xPM39nokzxaAC44ubdXn5rB4Ty99iIy+XBII9Jl7g8bHP8lwPA91Sve1D0yxVqfISHyi4Rarpnn6PTdxkAYDCotHczoE+xkl/3JX0JfHsHtHhQDXrWAUCohgsZv+Uc0Ka3J7vC1c8BPb6v/++/CqAEUOMvMJhateTX3Qeccb3wGaLwXzvnwaa20YXRlzMTiVjrFWIDqTgxaZveeyW99/r//8gHLPfR6D4eHtnhw2V1th5U75urkRSLvRvJ1z8wMDAwMBABonpzX7HmPh2JEhiX2sP9ACgLV2BfidFPjmaZ+lVBpTaB6Fd/ApzIuxfj6g63gJXEaV2XbLFAoPRXSUzIXsw2kS1Np16I3jsrdHuT7HVRURRURfbfCg0ZZl0xYHKjLdoL1HUdLnCBjDsBJAlQbMB1gAUAmq4R7Nw6gEwAFBdgAVCcnT1AGsBsNhPKAgIv+QBOOgES1rDFAhlZIO0OdgOfb8h1ACXJDwkbA8wR3T2eAzBvAzh78OShTgAPP/ywyHSgc/eCC8DqfyQNAOgEMAr4iDYgg4c3ZDtgWiJRTtm5FCFK5gQgQLq6DbSHwKOPpofATEVRaCaDuPm4lQCs/quPPZIPYOReEKPRaDoaIYPFYpEfA5hOSyinaQBSGkAEYhLANYBr1+yFs4tB8MyVA/kAkA9ALoDH1SqT5ipQ5wLwG+SJLcjg+vXrUGQ7IE7LchrbAC48H8D1C9CWUcWDVbWkGnUCiEI7eHL7IQMofACFC4BOB0ys/kwALvCntriWK4pcB8TplkjGKYGSzjFZVdhZoGJHle0AC6D/IQDd7UEtHwCxuz13HcD9ysCV/qdB2x8moBailS9h0HfQa9LN+xdcAJZArcMRY7Ml6pbB6u8HALp1Tqg1MDAwMHBpePpp7SVAUB6QQPuJRO14BoBnTEsgvceecMHE3Z6d9HDjWVBKXWsPc5irS9M0af0xEszGBXBelcnNzgQmV9j71GYEkvqVJACTDZC/n6eqql5ugNSY1AQIWAYBJppAkPEcPOfqB5pFWz+0CeCfDse7eH79cUpav0piMr8gWzB6QS/qJSGDSqjquLo+L+aJq4Gmye0gwKT1CfiOU0kTaMyIAJFcAP52GL187ZVXH7tWJvVTKqpvAK/x+vrjjbRAoHL+VOqFispf+2Ia2BJuvL2nTZNxYMxpQxO05UpkS7ySC0ACKXFOeZOnSesnqncAektv653CXNeTDjBX6q4DGjrX+jUgAfWNt/cuW96VsVi4eweIEaQeAVgHPP7E+sPVb4C/Hw+EEFp/j/fXHx+Yj0iOcfMHnNt0O37XPJEJINDtCN3o3mnPKE9RagHUuQAiO1z9bnsugMQ/fPvh8cMffbzzKTtOerjVL8MdAuZOn3uu9U3vM94XgBxIIUgoA1j96VkQnkkDkHKHBPCUjD4uV7/Y0UkkyHjlk4k0+eQVC4DThrBneeSY4AdROrO5+v11gP/f3t5hJKOPN77+5DRohLTC+qrWXK3lOihHpbuQulYv7BrodjIwMDAwUEItowa4Ls+nMgT6f1IBVNoDoFsmsJK0IsjQObQJPMJnn33+OR8nu3O6qX+LpOVjvPwyjy0zz1uU7Cid+xfK3L8rVIzL8otOAvBfAmioVNGYAiut/NX4AnO+3PCVqViVVGrczY27O0UG7heCgb1OjBEhmwF1brYYSyu+4GABAA1gugK2X90GaAP4+ptPP/3ma1NRirqBRrkAOo+MoEgUtAHolPRtLECcTCAJ4NXpmnSDK1ZlNgCMXLlG55CiUppAWn+gG8CnG05M9S0whsY9QIE53eUpgGQGQoBSizYAbQNIWqVaLquqSgJYsVKJrygXQEZBylxur1z9kXQMeJ+TNXwro647yzPfH8AZcAZn5uEcKFkEbrz/kVdfnb665Fw7+IKVND5cAL4DvgPguW79jYxqtWUhc9cwhDCfzzsBdI75xZoP159081llx4DlcnMAIKPii7IcUx16DEjrX7UJEKEOSlgCLGSwOuU8SQBJZ8mwF+kG8NRTu0/XINkxoIzL5ZIl2dPg4c8Cz+k5wJRaXVaTybutUYs6tAnQ+WG/nogbnwZZGJkxgHIDS5QHDnod8Jyk5wi2rigHQBIHfBEU4FOb+v3LI9EJ4GSNvVBEYiQWutnrgDuHsx9+OEu0OQ2SwqfBjzn+ycnDMDAwMFCWifz4E8BPP+ry8DP8LOMXdvyiy8KjAI/af38ACeBHGTNmSvgVqOWodShmAMyO2QAhYC3wWxvAb33+9pVRU2fuheyFvDOLm7r9+o/YABLWAiTkrwQD+Pqh3v/gZuK/F7+bZx8FPeoIEALWAgD4fZgw8fWPZdRWf6YcQRMakMHvkn7vzDC7jQHU7KjzAVh/G/BiSKZZ/dkAQqdlKCQV5oALIDKbzYg6Em3B+QA8kNQPVv+BOuC4g2ANEAJWww9tAD/4DsivwKYfZAwwPQ5+0HsFg1eyg6CpG/8OdRaQ0NGYscOa7g/TP5QfA5D81HvnDwz++S3At38Of2FxYGBgYGDgKNR4PSaM6x7vkDgkV674+vF6TACLwAdg8YR0hnocNt/o5jcxZ3IxU/72toZaXUdeqXUswCLwASTxYDtUw7Y8P0MSgE3PBdBVMO8qxw0AJtkAYCwBO5XGgJ8hCcCmG2Qrzivinu0AUs8r9+4Y4MmPAffmWYAtd8ZZYLgOGBgYGBgYoNElJvwl/v4wSAZwHi5R/YzF3zVBRlV/C5UcZP7+QX+/Q1nxj/hbrJQQxvgE8D/jTfsdSeBF6e9aL7YtAKuFxhdu0BZSzItivv5g5/P2eXZzul5QYH7HETnXhnOidlQNLAKnmQCmG0bTkRU4YjTavIBNZ8ra0+lMsel3ZgdI1gHtuLCiW74pH19AvGm/MxnTSGoYywCVLEoXwD07CFbw4vmLUKUBiLqmWz66V6l+Bn6udBkZGBgYGLD3B/R1/xBVf/frO47n8e8P6Of+Mbr+7td3BO/Bjxj82MPdg5Q35359x/D9+PcHmEPqfwj0x85/ABAAP5iDd2Wm2/rd9uSdvdNnklLHO6CN98E/HE2LufTHHxLQc36bnnek/HTT1P1PpNT//fff1AFpCX0DsF/IOH9If7gdFvn5kS8oM78PoO/+CNjny239BwygkZpcAJmfuYL6uw+ofwcsdVE/hzsEmiazQz0dnOcDbKfu75C8w1JLegZgg5ryg5oNghvPDVJ4V2Z6ZpCUd/LTzfIOS/MeHPM05td3BO/B8S5k/PqO43mOfSnr13csHxgYGBgYGNgDFxzc7xooNtDf78EA2B8ABamD9gcgdHcFABTk3QeEJPY5GjpgGAMYzgKXloGBgYGBgYERultAaC9E4s3XP9Ldwkij/xzAiEz9l6IDXL3md2cHMLKPTAAY3XpR1+/dMSAa3fpHvn5Gl6MDrH4y9V+CDsjWf1nOApn6L+F1gNV/F48BB4BR+zUwcIfzP/8S/ZOlvFfuAAAAAElFTkSuQmCC"},673:function(t,e,n){"use strict";e.a="data:image/png;base64,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"},69:function(t,e,n){"use strict";n.d(e,"a",(function(){return r})),n.d(e,"b",(function(){return a}));var i=n(41);
+/**
+ * @copyright 2019 Christoph Wurst <christoph@winzerhof-wurst.at>
+ *
+ * @author Christoph Wurst <christoph@winzerhof-wurst.at>
+ * @author John Molakvoæ <skjnldsv@protonmail.com>
+ *
+ * @license GNU AGPL version 3 or any later version
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Affero General Public License as
+ * published by the Free Software Foundation, either version 3 of the
+ * License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Affero General Public License for more details.
+ *
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ *
+ */const o=((t,e)=>{let n=t.getElementsByTagName("head")[0].getAttribute("data-requesttoken");return{getToken:()=>n,setToken:t=>{n=t,e("csrf-token-update",{token:n})}}})(document,i.emit),r=o.getToken,a=o.setToken},703:function(t,e,n){var i,o,r;
/*!
* jQuery UI Button 1.12.1
* http://jqueryui.com
@@ -30,7 +144,7 @@ function(e){var t,n,i,o,r,s,a,u,c,l,p,f,d,h,g,v,m,A,y,b="sizzle"+1*new Date,x=e.
* Copyright jQuery Foundation and other contributors
* Released under the MIT license.
* http://jquery.org/license
- */o=[n(0),n(1124),n(1125),n(1129),n(750)],void 0===(r="function"==typeof(i=function(e){var t;return e.widget("ui.button",{version:"1.12.1",defaultElement:"<button>",options:{classes:{"ui-button":"ui-corner-all"},disabled:null,icon:null,iconPosition:"beginning",label:null,showLabel:!0},_getCreateOptions:function(){var e,t=this._super()||{};return this.isInput=this.element.is("input"),null!=(e=this.element[0].disabled)&&(t.disabled=e),this.originalLabel=this.isInput?this.element.val():this.element.html(),this.originalLabel&&(t.label=this.originalLabel),t},_create:function(){!this.option.showLabel&!this.options.icon&&(this.options.showLabel=!0),null==this.options.disabled&&(this.options.disabled=this.element[0].disabled||!1),this.hasTitle=!!this.element.attr("title"),this.options.label&&this.options.label!==this.originalLabel&&(this.isInput?this.element.val(this.options.label):this.element.html(this.options.label)),this._addClass("ui-button","ui-widget"),this._setOption("disabled",this.options.disabled),this._enhance(),this.element.is("a")&&this._on({keyup:function(t){t.keyCode===e.ui.keyCode.SPACE&&(t.preventDefault(),this.element[0].click?this.element[0].click():this.element.trigger("click"))}})},_enhance:function(){this.element.is("button")||this.element.attr("role","button"),this.options.icon&&(this._updateIcon("icon",this.options.icon),this._updateTooltip())},_updateTooltip:function(){this.title=this.element.attr("title"),this.options.showLabel||this.title||this.element.attr("title",this.options.label)},_updateIcon:function(t,n){var i="iconPosition"!==t,o=i?this.options.iconPosition:n,r="top"===o||"bottom"===o;this.icon?i&&this._removeClass(this.icon,null,this.options.icon):(this.icon=e("<span>"),this._addClass(this.icon,"ui-button-icon","ui-icon"),this.options.showLabel||this._addClass("ui-button-icon-only")),i&&this._addClass(this.icon,null,n),this._attachIcon(o),r?(this._addClass(this.icon,null,"ui-widget-icon-block"),this.iconSpace&&this.iconSpace.remove()):(this.iconSpace||(this.iconSpace=e("<span> </span>"),this._addClass(this.iconSpace,"ui-button-icon-space")),this._removeClass(this.icon,null,"ui-wiget-icon-block"),this._attachIconSpace(o))},_destroy:function(){this.element.removeAttr("role"),this.icon&&this.icon.remove(),this.iconSpace&&this.iconSpace.remove(),this.hasTitle||this.element.removeAttr("title")},_attachIconSpace:function(e){this.icon[/^(?:end|bottom)/.test(e)?"before":"after"](this.iconSpace)},_attachIcon:function(e){this.element[/^(?:end|bottom)/.test(e)?"append":"prepend"](this.icon)},_setOptions:function(e){var t=void 0===e.showLabel?this.options.showLabel:e.showLabel,n=void 0===e.icon?this.options.icon:e.icon;t||n||(e.showLabel=!0),this._super(e)},_setOption:function(e,t){"icon"===e&&(t?this._updateIcon(e,t):this.icon&&(this.icon.remove(),this.iconSpace&&this.iconSpace.remove())),"iconPosition"===e&&this._updateIcon(e,t),"showLabel"===e&&(this._toggleClass("ui-button-icon-only",null,!t),this._updateTooltip()),"label"===e&&(this.isInput?this.element.val(t):(this.element.html(t),this.icon&&(this._attachIcon(this.options.iconPosition),this._attachIconSpace(this.options.iconPosition)))),this._super(e,t),"disabled"===e&&(this._toggleClass(null,"ui-state-disabled",t),this.element[0].disabled=t,t&&this.element.blur())},refresh:function(){var e=this.element.is("input, button")?this.element[0].disabled:this.element.hasClass("ui-button-disabled");e!==this.options.disabled&&this._setOptions({disabled:e}),this._updateTooltip()}}),!1!==e.uiBackCompat&&(e.widget("ui.button",e.ui.button,{options:{text:!0,icons:{primary:null,secondary:null}},_create:function(){this.options.showLabel&&!this.options.text&&(this.options.showLabel=this.options.text),!this.options.showLabel&&this.options.text&&(this.options.text=this.options.showLabel),this.options.icon||!this.options.icons.primary&&!this.options.icons.secondary?this.options.icon&&(this.options.icons.primary=this.options.icon):this.options.icons.primary?this.options.icon=this.options.icons.primary:(this.options.icon=this.options.icons.secondary,this.options.iconPosition="end"),this._super()},_setOption:function(e,t){"text"!==e?("showLabel"===e&&(this.options.text=t),"icon"===e&&(this.options.icons.primary=t),"icons"===e&&(t.primary?(this._super("icon",t.primary),this._super("iconPosition","beginning")):t.secondary&&(this._super("icon",t.secondary),this._super("iconPosition","end"))),this._superApply(arguments)):this._super("showLabel",t)}}),e.fn.button=(t=e.fn.button,function(){return!this.length||this.length&&"INPUT"!==this[0].tagName||this.length&&"INPUT"===this[0].tagName&&"checkbox"!==this.attr("type")&&"radio"!==this.attr("type")?t.apply(this,arguments):(e.ui.checkboxradio||e.error("Checkboxradio widget missing"),0===arguments.length?this.checkboxradio({icon:!1}):this.checkboxradio.apply(this,arguments))}),e.fn.buttonset=function(){return e.ui.controlgroup||e.error("Controlgroup widget missing"),"option"===arguments[0]&&"items"===arguments[1]&&arguments[2]?this.controlgroup.apply(this,[arguments[0],"items.button",arguments[2]]):"option"===arguments[0]&&"items"===arguments[1]?this.controlgroup.apply(this,[arguments[0],"items.button"]):("object"==typeof arguments[0]&&arguments[0].items&&(arguments[0].items={button:arguments[0].items}),this.controlgroup.apply(this,arguments))}),e.ui.button})?i.apply(t,o):i)||(e.exports=r)},1124:function(e,t,n){var i,o,r;
+ */o=[n(0),n(704),n(705),n(709),n(516)],void 0===(r="function"==typeof(i=function(t){var e;return t.widget("ui.button",{version:"1.12.1",defaultElement:"<button>",options:{classes:{"ui-button":"ui-corner-all"},disabled:null,icon:null,iconPosition:"beginning",label:null,showLabel:!0},_getCreateOptions:function(){var t,e=this._super()||{};return this.isInput=this.element.is("input"),null!=(t=this.element[0].disabled)&&(e.disabled=t),this.originalLabel=this.isInput?this.element.val():this.element.html(),this.originalLabel&&(e.label=this.originalLabel),e},_create:function(){!this.option.showLabel&!this.options.icon&&(this.options.showLabel=!0),null==this.options.disabled&&(this.options.disabled=this.element[0].disabled||!1),this.hasTitle=!!this.element.attr("title"),this.options.label&&this.options.label!==this.originalLabel&&(this.isInput?this.element.val(this.options.label):this.element.html(this.options.label)),this._addClass("ui-button","ui-widget"),this._setOption("disabled",this.options.disabled),this._enhance(),this.element.is("a")&&this._on({keyup:function(e){e.keyCode===t.ui.keyCode.SPACE&&(e.preventDefault(),this.element[0].click?this.element[0].click():this.element.trigger("click"))}})},_enhance:function(){this.element.is("button")||this.element.attr("role","button"),this.options.icon&&(this._updateIcon("icon",this.options.icon),this._updateTooltip())},_updateTooltip:function(){this.title=this.element.attr("title"),this.options.showLabel||this.title||this.element.attr("title",this.options.label)},_updateIcon:function(e,n){var i="iconPosition"!==e,o=i?this.options.iconPosition:n,r="top"===o||"bottom"===o;this.icon?i&&this._removeClass(this.icon,null,this.options.icon):(this.icon=t("<span>"),this._addClass(this.icon,"ui-button-icon","ui-icon"),this.options.showLabel||this._addClass("ui-button-icon-only")),i&&this._addClass(this.icon,null,n),this._attachIcon(o),r?(this._addClass(this.icon,null,"ui-widget-icon-block"),this.iconSpace&&this.iconSpace.remove()):(this.iconSpace||(this.iconSpace=t("<span> </span>"),this._addClass(this.iconSpace,"ui-button-icon-space")),this._removeClass(this.icon,null,"ui-wiget-icon-block"),this._attachIconSpace(o))},_destroy:function(){this.element.removeAttr("role"),this.icon&&this.icon.remove(),this.iconSpace&&this.iconSpace.remove(),this.hasTitle||this.element.removeAttr("title")},_attachIconSpace:function(t){this.icon[/^(?:end|bottom)/.test(t)?"before":"after"](this.iconSpace)},_attachIcon:function(t){this.element[/^(?:end|bottom)/.test(t)?"append":"prepend"](this.icon)},_setOptions:function(t){var e=void 0===t.showLabel?this.options.showLabel:t.showLabel,n=void 0===t.icon?this.options.icon:t.icon;e||n||(t.showLabel=!0),this._super(t)},_setOption:function(t,e){"icon"===t&&(e?this._updateIcon(t,e):this.icon&&(this.icon.remove(),this.iconSpace&&this.iconSpace.remove())),"iconPosition"===t&&this._updateIcon(t,e),"showLabel"===t&&(this._toggleClass("ui-button-icon-only",null,!e),this._updateTooltip()),"label"===t&&(this.isInput?this.element.val(e):(this.element.html(e),this.icon&&(this._attachIcon(this.options.iconPosition),this._attachIconSpace(this.options.iconPosition)))),this._super(t,e),"disabled"===t&&(this._toggleClass(null,"ui-state-disabled",e),this.element[0].disabled=e,e&&this.element.blur())},refresh:function(){var t=this.element.is("input, button")?this.element[0].disabled:this.element.hasClass("ui-button-disabled");t!==this.options.disabled&&this._setOptions({disabled:t}),this._updateTooltip()}}),!1!==t.uiBackCompat&&(t.widget("ui.button",t.ui.button,{options:{text:!0,icons:{primary:null,secondary:null}},_create:function(){this.options.showLabel&&!this.options.text&&(this.options.showLabel=this.options.text),!this.options.showLabel&&this.options.text&&(this.options.text=this.options.showLabel),this.options.icon||!this.options.icons.primary&&!this.options.icons.secondary?this.options.icon&&(this.options.icons.primary=this.options.icon):this.options.icons.primary?this.options.icon=this.options.icons.primary:(this.options.icon=this.options.icons.secondary,this.options.iconPosition="end"),this._super()},_setOption:function(t,e){"text"!==t?("showLabel"===t&&(this.options.text=e),"icon"===t&&(this.options.icons.primary=e),"icons"===t&&(e.primary?(this._super("icon",e.primary),this._super("iconPosition","beginning")):e.secondary&&(this._super("icon",e.secondary),this._super("iconPosition","end"))),this._superApply(arguments)):this._super("showLabel",e)}}),t.fn.button=(e=t.fn.button,function(){return!this.length||this.length&&"INPUT"!==this[0].tagName||this.length&&"INPUT"===this[0].tagName&&"checkbox"!==this.attr("type")&&"radio"!==this.attr("type")?e.apply(this,arguments):(t.ui.checkboxradio||t.error("Checkboxradio widget missing"),0===arguments.length?this.checkboxradio({icon:!1}):this.checkboxradio.apply(this,arguments))}),t.fn.buttonset=function(){return t.ui.controlgroup||t.error("Controlgroup widget missing"),"option"===arguments[0]&&"items"===arguments[1]&&arguments[2]?this.controlgroup.apply(this,[arguments[0],"items.button",arguments[2]]):"option"===arguments[0]&&"items"===arguments[1]?this.controlgroup.apply(this,[arguments[0],"items.button"]):("object"==typeof arguments[0]&&arguments[0].items&&(arguments[0].items={button:arguments[0].items}),this.controlgroup.apply(this,arguments))}),t.ui.button})?i.apply(e,o):i)||(t.exports=r)},704:function(t,e,n){var i,o,r;
/*!
* jQuery UI Controlgroup 1.12.1
* http://jqueryui.com
@@ -38,7 +152,7 @@ function(e){var t,n,i,o,r,s,a,u,c,l,p,f,d,h,g,v,m,A,y,b="sizzle"+1*new Date,x=e.
* Copyright jQuery Foundation and other contributors
* Released under the MIT license.
* http://jquery.org/license
- */o=[n(0),n(750)],void 0===(r="function"==typeof(i=function(e){var t=/ui-corner-([a-z]){2,6}/g;return e.widget("ui.controlgroup",{version:"1.12.1",defaultElement:"<div>",options:{direction:"horizontal",disabled:null,onlyVisible:!0,items:{button:"input[type=button], input[type=submit], input[type=reset], button, a",controlgroupLabel:".ui-controlgroup-label",checkboxradio:"input[type='checkbox'], input[type='radio']",selectmenu:"select",spinner:".ui-spinner-input"}},_create:function(){this._enhance()},_enhance:function(){this.element.attr("role","toolbar"),this.refresh()},_destroy:function(){this._callChildMethod("destroy"),this.childWidgets.removeData("ui-controlgroup-data"),this.element.removeAttr("role"),this.options.items.controlgroupLabel&&this.element.find(this.options.items.controlgroupLabel).find(".ui-controlgroup-label-contents").contents().unwrap()},_initWidgets:function(){var t=this,n=[];e.each(this.options.items,(function(i,o){var r,s={};if(o)return"controlgroupLabel"===i?((r=t.element.find(o)).each((function(){var t=e(this);t.children(".ui-controlgroup-label-contents").length||t.contents().wrapAll("<span class='ui-controlgroup-label-contents'></span>")})),t._addClass(r,null,"ui-widget ui-widget-content ui-state-default"),void(n=n.concat(r.get()))):void(e.fn[i]&&(s=t["_"+i+"Options"]?t["_"+i+"Options"]("middle"):{classes:{}},t.element.find(o).each((function(){var o=e(this),r=o[i]("instance"),a=e.widget.extend({},s);if("button"!==i||!o.parent(".ui-spinner").length){r||(r=o[i]()[i]("instance")),r&&(a.classes=t._resolveClassesValues(a.classes,r)),o[i](a);var u=o[i]("widget");e.data(u[0],"ui-controlgroup-data",r||o[i]("instance")),n.push(u[0])}}))))})),this.childWidgets=e(e.unique(n)),this._addClass(this.childWidgets,"ui-controlgroup-item")},_callChildMethod:function(t){this.childWidgets.each((function(){var n=e(this).data("ui-controlgroup-data");n&&n[t]&&n[t]()}))},_updateCornerClass:function(e,t){var n=this._buildSimpleOptions(t,"label").classes.label;this._removeClass(e,null,"ui-corner-top ui-corner-bottom ui-corner-left ui-corner-right ui-corner-all"),this._addClass(e,null,n)},_buildSimpleOptions:function(e,t){var n="vertical"===this.options.direction,i={classes:{}};return i.classes[t]={middle:"",first:"ui-corner-"+(n?"top":"left"),last:"ui-corner-"+(n?"bottom":"right"),only:"ui-corner-all"}[e],i},_spinnerOptions:function(e){var t=this._buildSimpleOptions(e,"ui-spinner");return t.classes["ui-spinner-up"]="",t.classes["ui-spinner-down"]="",t},_buttonOptions:function(e){return this._buildSimpleOptions(e,"ui-button")},_checkboxradioOptions:function(e){return this._buildSimpleOptions(e,"ui-checkboxradio-label")},_selectmenuOptions:function(e){var t="vertical"===this.options.direction;return{width:!!t&&"auto",classes:{middle:{"ui-selectmenu-button-open":"","ui-selectmenu-button-closed":""},first:{"ui-selectmenu-button-open":"ui-corner-"+(t?"top":"tl"),"ui-selectmenu-button-closed":"ui-corner-"+(t?"top":"left")},last:{"ui-selectmenu-button-open":t?"":"ui-corner-tr","ui-selectmenu-button-closed":"ui-corner-"+(t?"bottom":"right")},only:{"ui-selectmenu-button-open":"ui-corner-top","ui-selectmenu-button-closed":"ui-corner-all"}}[e]}},_resolveClassesValues:function(n,i){var o={};return e.each(n,(function(r){var s=i.options.classes[r]||"";s=e.trim(s.replace(t,"")),o[r]=(s+" "+n[r]).replace(/\s+/g," ")})),o},_setOption:function(e,t){"direction"===e&&this._removeClass("ui-controlgroup-"+this.options.direction),this._super(e,t),"disabled"!==e?this.refresh():this._callChildMethod(t?"disable":"enable")},refresh:function(){var t,n=this;this._addClass("ui-controlgroup ui-controlgroup-"+this.options.direction),"horizontal"===this.options.direction&&this._addClass(null,"ui-helper-clearfix"),this._initWidgets(),t=this.childWidgets,this.options.onlyVisible&&(t=t.filter(":visible")),t.length&&(e.each(["first","last"],(function(e,i){var o=t[i]().data("ui-controlgroup-data");if(o&&n["_"+o.widgetName+"Options"]){var r=n["_"+o.widgetName+"Options"](1===t.length?"only":i);r.classes=n._resolveClassesValues(r.classes,o),o.element[o.widgetName](r)}else n._updateCornerClass(t[i](),i)})),this._callChildMethod("refresh"))}})})?i.apply(t,o):i)||(e.exports=r)},1125:function(e,t,n){var i,o,r;
+ */o=[n(0),n(516)],void 0===(r="function"==typeof(i=function(t){var e=/ui-corner-([a-z]){2,6}/g;return t.widget("ui.controlgroup",{version:"1.12.1",defaultElement:"<div>",options:{direction:"horizontal",disabled:null,onlyVisible:!0,items:{button:"input[type=button], input[type=submit], input[type=reset], button, a",controlgroupLabel:".ui-controlgroup-label",checkboxradio:"input[type='checkbox'], input[type='radio']",selectmenu:"select",spinner:".ui-spinner-input"}},_create:function(){this._enhance()},_enhance:function(){this.element.attr("role","toolbar"),this.refresh()},_destroy:function(){this._callChildMethod("destroy"),this.childWidgets.removeData("ui-controlgroup-data"),this.element.removeAttr("role"),this.options.items.controlgroupLabel&&this.element.find(this.options.items.controlgroupLabel).find(".ui-controlgroup-label-contents").contents().unwrap()},_initWidgets:function(){var e=this,n=[];t.each(this.options.items,(function(i,o){var r,a={};if(o)return"controlgroupLabel"===i?((r=e.element.find(o)).each((function(){var e=t(this);e.children(".ui-controlgroup-label-contents").length||e.contents().wrapAll("<span class='ui-controlgroup-label-contents'></span>")})),e._addClass(r,null,"ui-widget ui-widget-content ui-state-default"),void(n=n.concat(r.get()))):void(t.fn[i]&&(a=e["_"+i+"Options"]?e["_"+i+"Options"]("middle"):{classes:{}},e.element.find(o).each((function(){var o=t(this),r=o[i]("instance"),s=t.widget.extend({},a);if("button"!==i||!o.parent(".ui-spinner").length){r||(r=o[i]()[i]("instance")),r&&(s.classes=e._resolveClassesValues(s.classes,r)),o[i](s);var u=o[i]("widget");t.data(u[0],"ui-controlgroup-data",r||o[i]("instance")),n.push(u[0])}}))))})),this.childWidgets=t(t.unique(n)),this._addClass(this.childWidgets,"ui-controlgroup-item")},_callChildMethod:function(e){this.childWidgets.each((function(){var n=t(this).data("ui-controlgroup-data");n&&n[e]&&n[e]()}))},_updateCornerClass:function(t,e){var n=this._buildSimpleOptions(e,"label").classes.label;this._removeClass(t,null,"ui-corner-top ui-corner-bottom ui-corner-left ui-corner-right ui-corner-all"),this._addClass(t,null,n)},_buildSimpleOptions:function(t,e){var n="vertical"===this.options.direction,i={classes:{}};return i.classes[e]={middle:"",first:"ui-corner-"+(n?"top":"left"),last:"ui-corner-"+(n?"bottom":"right"),only:"ui-corner-all"}[t],i},_spinnerOptions:function(t){var e=this._buildSimpleOptions(t,"ui-spinner");return e.classes["ui-spinner-up"]="",e.classes["ui-spinner-down"]="",e},_buttonOptions:function(t){return this._buildSimpleOptions(t,"ui-button")},_checkboxradioOptions:function(t){return this._buildSimpleOptions(t,"ui-checkboxradio-label")},_selectmenuOptions:function(t){var e="vertical"===this.options.direction;return{width:!!e&&"auto",classes:{middle:{"ui-selectmenu-button-open":"","ui-selectmenu-button-closed":""},first:{"ui-selectmenu-button-open":"ui-corner-"+(e?"top":"tl"),"ui-selectmenu-button-closed":"ui-corner-"+(e?"top":"left")},last:{"ui-selectmenu-button-open":e?"":"ui-corner-tr","ui-selectmenu-button-closed":"ui-corner-"+(e?"bottom":"right")},only:{"ui-selectmenu-button-open":"ui-corner-top","ui-selectmenu-button-closed":"ui-corner-all"}}[t]}},_resolveClassesValues:function(n,i){var o={};return t.each(n,(function(r){var a=i.options.classes[r]||"";a=t.trim(a.replace(e,"")),o[r]=(a+" "+n[r]).replace(/\s+/g," ")})),o},_setOption:function(t,e){"direction"===t&&this._removeClass("ui-controlgroup-"+this.options.direction),this._super(t,e),"disabled"!==t?this.refresh():this._callChildMethod(e?"disable":"enable")},refresh:function(){var e,n=this;this._addClass("ui-controlgroup ui-controlgroup-"+this.options.direction),"horizontal"===this.options.direction&&this._addClass(null,"ui-helper-clearfix"),this._initWidgets(),e=this.childWidgets,this.options.onlyVisible&&(e=e.filter(":visible")),e.length&&(t.each(["first","last"],(function(t,i){var o=e[i]().data("ui-controlgroup-data");if(o&&n["_"+o.widgetName+"Options"]){var r=n["_"+o.widgetName+"Options"](1===e.length?"only":i);r.classes=n._resolveClassesValues(r.classes,o),o.element[o.widgetName](r)}else n._updateCornerClass(e[i](),i)})),this._callChildMethod("refresh"))}})})?i.apply(e,o):i)||(t.exports=r)},705:function(t,e,n){var i,o,r;
/*!
* jQuery UI Checkboxradio 1.12.1
* http://jqueryui.com
@@ -46,7 +160,7 @@ function(e){var t,n,i,o,r,s,a,u,c,l,p,f,d,h,g,v,m,A,y,b="sizzle"+1*new Date,x=e.
* Copyright jQuery Foundation and other contributors
* Released under the MIT license.
* http://jquery.org/license
- */o=[n(0),n(815),n(1126),n(1128),n(750)],void 0===(r="function"==typeof(i=function(e){return e.widget("ui.checkboxradio",[e.ui.formResetMixin,{version:"1.12.1",options:{disabled:null,label:null,icon:!0,classes:{"ui-checkboxradio-label":"ui-corner-all","ui-checkboxradio-icon":"ui-corner-all"}},_getCreateOptions:function(){var t,n,i=this,o=this._super()||{};return this._readType(),n=this.element.labels(),this.label=e(n[n.length-1]),this.label.length||e.error("No label found for checkboxradio widget"),this.originalLabel="",this.label.contents().not(this.element[0]).each((function(){i.originalLabel+=3===this.nodeType?e(this).text():this.outerHTML})),this.originalLabel&&(o.label=this.originalLabel),null!=(t=this.element[0].disabled)&&(o.disabled=t),o},_create:function(){var e=this.element[0].checked;this._bindFormResetHandler(),null==this.options.disabled&&(this.options.disabled=this.element[0].disabled),this._setOption("disabled",this.options.disabled),this._addClass("ui-checkboxradio","ui-helper-hidden-accessible"),this._addClass(this.label,"ui-checkboxradio-label","ui-button ui-widget"),"radio"===this.type&&this._addClass(this.label,"ui-checkboxradio-radio-label"),this.options.label&&this.options.label!==this.originalLabel?this._updateLabel():this.originalLabel&&(this.options.label=this.originalLabel),this._enhance(),e&&(this._addClass(this.label,"ui-checkboxradio-checked","ui-state-active"),this.icon&&this._addClass(this.icon,null,"ui-state-hover")),this._on({change:"_toggleClasses",focus:function(){this._addClass(this.label,null,"ui-state-focus ui-visual-focus")},blur:function(){this._removeClass(this.label,null,"ui-state-focus ui-visual-focus")}})},_readType:function(){var t=this.element[0].nodeName.toLowerCase();this.type=this.element[0].type,"input"===t&&/radio|checkbox/.test(this.type)||e.error("Can't create checkboxradio on element.nodeName="+t+" and element.type="+this.type)},_enhance:function(){this._updateIcon(this.element[0].checked)},widget:function(){return this.label},_getRadioGroup:function(){var t=this.element[0].name,n="input[name='"+e.ui.escapeSelector(t)+"']";return t?(this.form.length?e(this.form[0].elements).filter(n):e(n).filter((function(){return 0===e(this).form().length}))).not(this.element):e([])},_toggleClasses:function(){var t=this.element[0].checked;this._toggleClass(this.label,"ui-checkboxradio-checked","ui-state-active",t),this.options.icon&&"checkbox"===this.type&&this._toggleClass(this.icon,null,"ui-icon-check ui-state-checked",t)._toggleClass(this.icon,null,"ui-icon-blank",!t),"radio"===this.type&&this._getRadioGroup().each((function(){var t=e(this).checkboxradio("instance");t&&t._removeClass(t.label,"ui-checkboxradio-checked","ui-state-active")}))},_destroy:function(){this._unbindFormResetHandler(),this.icon&&(this.icon.remove(),this.iconSpace.remove())},_setOption:function(e,t){if("label"!==e||t){if(this._super(e,t),"disabled"===e)return this._toggleClass(this.label,null,"ui-state-disabled",t),void(this.element[0].disabled=t);this.refresh()}},_updateIcon:function(t){var n="ui-icon ui-icon-background ";this.options.icon?(this.icon||(this.icon=e("<span>"),this.iconSpace=e("<span> </span>"),this._addClass(this.iconSpace,"ui-checkboxradio-icon-space")),"checkbox"===this.type?(n+=t?"ui-icon-check ui-state-checked":"ui-icon-blank",this._removeClass(this.icon,null,t?"ui-icon-blank":"ui-icon-check")):n+="ui-icon-blank",this._addClass(this.icon,"ui-checkboxradio-icon",n),t||this._removeClass(this.icon,null,"ui-icon-check ui-state-checked"),this.icon.prependTo(this.label).after(this.iconSpace)):void 0!==this.icon&&(this.icon.remove(),this.iconSpace.remove(),delete this.icon)},_updateLabel:function(){var e=this.label.contents().not(this.element[0]);this.icon&&(e=e.not(this.icon[0])),this.iconSpace&&(e=e.not(this.iconSpace[0])),e.remove(),this.label.append(this.options.label)},refresh:function(){var e=this.element[0].checked,t=this.element[0].disabled;this._updateIcon(e),this._toggleClass(this.label,"ui-checkboxradio-checked","ui-state-active",e),null!==this.options.label&&this._updateLabel(),t!==this.options.disabled&&this._setOptions({disabled:t})}}]),e.ui.checkboxradio})?i.apply(t,o):i)||(e.exports=r)},1126:function(e,t,n){var i,o,r;
+ */o=[n(0),n(646),n(706),n(708),n(516)],void 0===(r="function"==typeof(i=function(t){return t.widget("ui.checkboxradio",[t.ui.formResetMixin,{version:"1.12.1",options:{disabled:null,label:null,icon:!0,classes:{"ui-checkboxradio-label":"ui-corner-all","ui-checkboxradio-icon":"ui-corner-all"}},_getCreateOptions:function(){var e,n,i=this,o=this._super()||{};return this._readType(),n=this.element.labels(),this.label=t(n[n.length-1]),this.label.length||t.error("No label found for checkboxradio widget"),this.originalLabel="",this.label.contents().not(this.element[0]).each((function(){i.originalLabel+=3===this.nodeType?t(this).text():this.outerHTML})),this.originalLabel&&(o.label=this.originalLabel),null!=(e=this.element[0].disabled)&&(o.disabled=e),o},_create:function(){var t=this.element[0].checked;this._bindFormResetHandler(),null==this.options.disabled&&(this.options.disabled=this.element[0].disabled),this._setOption("disabled",this.options.disabled),this._addClass("ui-checkboxradio","ui-helper-hidden-accessible"),this._addClass(this.label,"ui-checkboxradio-label","ui-button ui-widget"),"radio"===this.type&&this._addClass(this.label,"ui-checkboxradio-radio-label"),this.options.label&&this.options.label!==this.originalLabel?this._updateLabel():this.originalLabel&&(this.options.label=this.originalLabel),this._enhance(),t&&(this._addClass(this.label,"ui-checkboxradio-checked","ui-state-active"),this.icon&&this._addClass(this.icon,null,"ui-state-hover")),this._on({change:"_toggleClasses",focus:function(){this._addClass(this.label,null,"ui-state-focus ui-visual-focus")},blur:function(){this._removeClass(this.label,null,"ui-state-focus ui-visual-focus")}})},_readType:function(){var e=this.element[0].nodeName.toLowerCase();this.type=this.element[0].type,"input"===e&&/radio|checkbox/.test(this.type)||t.error("Can't create checkboxradio on element.nodeName="+e+" and element.type="+this.type)},_enhance:function(){this._updateIcon(this.element[0].checked)},widget:function(){return this.label},_getRadioGroup:function(){var e=this.element[0].name,n="input[name='"+t.ui.escapeSelector(e)+"']";return e?(this.form.length?t(this.form[0].elements).filter(n):t(n).filter((function(){return 0===t(this).form().length}))).not(this.element):t([])},_toggleClasses:function(){var e=this.element[0].checked;this._toggleClass(this.label,"ui-checkboxradio-checked","ui-state-active",e),this.options.icon&&"checkbox"===this.type&&this._toggleClass(this.icon,null,"ui-icon-check ui-state-checked",e)._toggleClass(this.icon,null,"ui-icon-blank",!e),"radio"===this.type&&this._getRadioGroup().each((function(){var e=t(this).checkboxradio("instance");e&&e._removeClass(e.label,"ui-checkboxradio-checked","ui-state-active")}))},_destroy:function(){this._unbindFormResetHandler(),this.icon&&(this.icon.remove(),this.iconSpace.remove())},_setOption:function(t,e){if("label"!==t||e){if(this._super(t,e),"disabled"===t)return this._toggleClass(this.label,null,"ui-state-disabled",e),void(this.element[0].disabled=e);this.refresh()}},_updateIcon:function(e){var n="ui-icon ui-icon-background ";this.options.icon?(this.icon||(this.icon=t("<span>"),this.iconSpace=t("<span> </span>"),this._addClass(this.iconSpace,"ui-checkboxradio-icon-space")),"checkbox"===this.type?(n+=e?"ui-icon-check ui-state-checked":"ui-icon-blank",this._removeClass(this.icon,null,e?"ui-icon-blank":"ui-icon-check")):n+="ui-icon-blank",this._addClass(this.icon,"ui-checkboxradio-icon",n),e||this._removeClass(this.icon,null,"ui-icon-check ui-state-checked"),this.icon.prependTo(this.label).after(this.iconSpace)):void 0!==this.icon&&(this.icon.remove(),this.iconSpace.remove(),delete this.icon)},_updateLabel:function(){var t=this.label.contents().not(this.element[0]);this.icon&&(t=t.not(this.icon[0])),this.iconSpace&&(t=t.not(this.iconSpace[0])),t.remove(),this.label.append(this.options.label)},refresh:function(){var t=this.element[0].checked,e=this.element[0].disabled;this._updateIcon(t),this._toggleClass(this.label,"ui-checkboxradio-checked","ui-state-active",t),null!==this.options.label&&this._updateLabel(),e!==this.options.disabled&&this._setOptions({disabled:e})}}]),t.ui.checkboxradio})?i.apply(e,o):i)||(t.exports=r)},706:function(t,e,n){var i,o,r;
/*!
* jQuery UI Form Reset Mixin 1.12.1
* http://jqueryui.com
@@ -54,7 +168,7 @@ function(e){var t,n,i,o,r,s,a,u,c,l,p,f,d,h,g,v,m,A,y,b="sizzle"+1*new Date,x=e.
* Copyright jQuery Foundation and other contributors
* Released under the MIT license.
* http://jquery.org/license
- */o=[n(0),n(1127),n(517)],void 0===(r="function"==typeof(i=function(e){return e.ui.formResetMixin={_formResetHandler:function(){var t=e(this);setTimeout((function(){var n=t.data("ui-form-reset-instances");e.each(n,(function(){this.refresh()}))}))},_bindFormResetHandler:function(){if(this.form=this.element.form(),this.form.length){var e=this.form.data("ui-form-reset-instances")||[];e.length||this.form.on("reset.ui-form-reset",this._formResetHandler),e.push(this),this.form.data("ui-form-reset-instances",e)}},_unbindFormResetHandler:function(){if(this.form.length){var t=this.form.data("ui-form-reset-instances");t.splice(e.inArray(this,t),1),t.length?this.form.data("ui-form-reset-instances",t):this.form.removeData("ui-form-reset-instances").off("reset.ui-form-reset")}}}})?i.apply(t,o):i)||(e.exports=r)},1127:function(e,t,n){var i,o,r;o=[n(0),n(517)],void 0===(r="function"==typeof(i=function(e){return e.fn.form=function(){return"string"==typeof this[0].form?this.closest("form"):e(this[0].form)}})?i.apply(t,o):i)||(e.exports=r)},1128:function(e,t,n){var i,o,r;
+ */o=[n(0),n(707),n(235)],void 0===(r="function"==typeof(i=function(t){return t.ui.formResetMixin={_formResetHandler:function(){var e=t(this);setTimeout((function(){var n=e.data("ui-form-reset-instances");t.each(n,(function(){this.refresh()}))}))},_bindFormResetHandler:function(){if(this.form=this.element.form(),this.form.length){var t=this.form.data("ui-form-reset-instances")||[];t.length||this.form.on("reset.ui-form-reset",this._formResetHandler),t.push(this),this.form.data("ui-form-reset-instances",t)}},_unbindFormResetHandler:function(){if(this.form.length){var e=this.form.data("ui-form-reset-instances");e.splice(t.inArray(this,e),1),e.length?this.form.data("ui-form-reset-instances",e):this.form.removeData("ui-form-reset-instances").off("reset.ui-form-reset")}}}})?i.apply(e,o):i)||(t.exports=r)},707:function(t,e,n){var i,o,r;o=[n(0),n(235)],void 0===(r="function"==typeof(i=function(t){return t.fn.form=function(){return"string"==typeof this[0].form?this.closest("form"):t(this[0].form)}})?i.apply(e,o):i)||(t.exports=r)},708:function(t,e,n){var i,o,r;
/*!
* jQuery UI Labels 1.12.1
* http://jqueryui.com
@@ -62,7 +176,7 @@ function(e){var t,n,i,o,r,s,a,u,c,l,p,f,d,h,g,v,m,A,y,b="sizzle"+1*new Date,x=e.
* Copyright jQuery Foundation and other contributors
* Released under the MIT license.
* http://jquery.org/license
- */o=[n(0),n(517),n(815)],void 0===(r="function"==typeof(i=function(e){return e.fn.labels=function(){var t,n,i,o,r;return this[0].labels&&this[0].labels.length?this.pushStack(this[0].labels):(o=this.eq(0).parents("label"),(i=this.attr("id"))&&(r=(t=this.eq(0).parents().last()).add(t.length?t.siblings():this.siblings()),n="label[for='"+e.ui.escapeSelector(i)+"']",o=o.add(r.find(n).addBack(n))),this.pushStack(o))}})?i.apply(t,o):i)||(e.exports=r)},1129:function(e,t,n){var i,o,r;
+ */o=[n(0),n(235),n(646)],void 0===(r="function"==typeof(i=function(t){return t.fn.labels=function(){var e,n,i,o,r;return this[0].labels&&this[0].labels.length?this.pushStack(this[0].labels):(o=this.eq(0).parents("label"),(i=this.attr("id"))&&(r=(e=this.eq(0).parents().last()).add(e.length?e.siblings():this.siblings()),n="label[for='"+t.ui.escapeSelector(i)+"']",o=o.add(r.find(n).addBack(n))),this.pushStack(o))}})?i.apply(e,o):i)||(t.exports=r)},709:function(t,e,n){var i,o,r;
/*!
* jQuery UI Keycode 1.12.1
* http://jqueryui.com
@@ -70,13 +184,29 @@ function(e){var t,n,i,o,r,s,a,u,c,l,p,f,d,h,g,v,m,A,y,b="sizzle"+1*new Date,x=e.
* Copyright jQuery Foundation and other contributors
* Released under the MIT license.
* http://jquery.org/license
- */o=[n(0),n(517)],void 0===(r="function"==typeof(i=function(e){return e.ui.keyCode={BACKSPACE:8,COMMA:188,DELETE:46,DOWN:40,END:35,ENTER:13,ESCAPE:27,HOME:36,LEFT:37,PAGE_DOWN:34,PAGE_UP:33,PERIOD:190,RIGHT:39,SPACE:32,TAB:9,UP:38}})?i.apply(t,o):i)||(e.exports=r)},1130:function(e,t,n){var i=n(1131);"string"==typeof i&&(i=[[e.i,i,""]]),i.locals&&(e.exports=i.locals);(0,n(101).default)("49a5ecab",i,!0,{})},1131:function(e,t,n){var i=n(99),o=n(511),r=n(1132),s=n(1133),a=n(1134),u=n(1135),c=n(1136),l=n(1137);t=i(!1);var p=o(r),f=o(s),d=o(a),h=o(u),g=o(c),v=o(l);t.push([e.i,"/*!\n * jQuery UI CSS Framework 1.12.1\n * http://jqueryui.com\n *\n * Copyright jQuery Foundation and other contributors\n * Released under the MIT license.\n * http://jquery.org/license\n *\n * http://api.jqueryui.com/category/theming/\n *\n * To view and modify this theme, visit http://jqueryui.com/themeroller/\n */\n\n\n/* Component containers\n----------------------------------*/\n.ui-widget {\n\tfont-family: Arial,Helvetica,sans-serif/*{ffDefault}*/;\n\tfont-size: 1em/*{fsDefault}*/;\n}\n.ui-widget .ui-widget {\n\tfont-size: 1em;\n}\n.ui-widget input,\n.ui-widget select,\n.ui-widget textarea,\n.ui-widget button {\n\tfont-family: Arial,Helvetica,sans-serif/*{ffDefault}*/;\n\tfont-size: 1em;\n}\n.ui-widget.ui-widget-content {\n\tborder: 1px solid #c5c5c5/*{borderColorDefault}*/;\n}\n.ui-widget-content {\n\tborder: 1px solid #dddddd/*{borderColorContent}*/;\n\tbackground: #ffffff/*{bgColorContent}*/ /*{bgImgUrlContent}*/ /*{bgContentXPos}*/ /*{bgContentYPos}*/ /*{bgContentRepeat}*/;\n\tcolor: #333333/*{fcContent}*/;\n}\n.ui-widget-content a {\n\tcolor: #333333/*{fcContent}*/;\n}\n.ui-widget-header {\n\tborder: 1px solid #dddddd/*{borderColorHeader}*/;\n\tbackground: #e9e9e9/*{bgColorHeader}*/ /*{bgImgUrlHeader}*/ /*{bgHeaderXPos}*/ /*{bgHeaderYPos}*/ /*{bgHeaderRepeat}*/;\n\tcolor: #333333/*{fcHeader}*/;\n\tfont-weight: bold;\n}\n.ui-widget-header a {\n\tcolor: #333333/*{fcHeader}*/;\n}\n\n/* Interaction states\n----------------------------------*/\n.ui-state-default,\n.ui-widget-content .ui-state-default,\n.ui-widget-header .ui-state-default,\n.ui-button,\n\n/* We use html here because we need a greater specificity to make sure disabled\nworks properly when clicked or hovered */\nhtml .ui-button.ui-state-disabled:hover,\nhtml .ui-button.ui-state-disabled:active {\n\tborder: 1px solid #c5c5c5/*{borderColorDefault}*/;\n\tbackground: #f6f6f6/*{bgColorDefault}*/ /*{bgImgUrlDefault}*/ /*{bgDefaultXPos}*/ /*{bgDefaultYPos}*/ /*{bgDefaultRepeat}*/;\n\tfont-weight: normal/*{fwDefault}*/;\n\tcolor: #454545/*{fcDefault}*/;\n}\n.ui-state-default a,\n.ui-state-default a:link,\n.ui-state-default a:visited,\na.ui-button,\na:link.ui-button,\na:visited.ui-button,\n.ui-button {\n\tcolor: #454545/*{fcDefault}*/;\n\ttext-decoration: none;\n}\n.ui-state-hover,\n.ui-widget-content .ui-state-hover,\n.ui-widget-header .ui-state-hover,\n.ui-state-focus,\n.ui-widget-content .ui-state-focus,\n.ui-widget-header .ui-state-focus,\n.ui-button:hover,\n.ui-button:focus {\n\tborder: 1px solid #cccccc/*{borderColorHover}*/;\n\tbackground: #ededed/*{bgColorHover}*/ /*{bgImgUrlHover}*/ /*{bgHoverXPos}*/ /*{bgHoverYPos}*/ /*{bgHoverRepeat}*/;\n\tfont-weight: normal/*{fwDefault}*/;\n\tcolor: #2b2b2b/*{fcHover}*/;\n}\n.ui-state-hover a,\n.ui-state-hover a:hover,\n.ui-state-hover a:link,\n.ui-state-hover a:visited,\n.ui-state-focus a,\n.ui-state-focus a:hover,\n.ui-state-focus a:link,\n.ui-state-focus a:visited,\na.ui-button:hover,\na.ui-button:focus {\n\tcolor: #2b2b2b/*{fcHover}*/;\n\ttext-decoration: none;\n}\n\n.ui-visual-focus {\n\tbox-shadow: 0 0 3px 1px rgb(94, 158, 214);\n}\n.ui-state-active,\n.ui-widget-content .ui-state-active,\n.ui-widget-header .ui-state-active,\na.ui-button:active,\n.ui-button:active,\n.ui-button.ui-state-active:hover {\n\tborder: 1px solid #003eff/*{borderColorActive}*/;\n\tbackground: #007fff/*{bgColorActive}*/ /*{bgImgUrlActive}*/ /*{bgActiveXPos}*/ /*{bgActiveYPos}*/ /*{bgActiveRepeat}*/;\n\tfont-weight: normal/*{fwDefault}*/;\n\tcolor: #ffffff/*{fcActive}*/;\n}\n.ui-icon-background,\n.ui-state-active .ui-icon-background {\n\tborder: #003eff/*{borderColorActive}*/;\n\tbackground-color: #ffffff/*{fcActive}*/;\n}\n.ui-state-active a,\n.ui-state-active a:link,\n.ui-state-active a:visited {\n\tcolor: #ffffff/*{fcActive}*/;\n\ttext-decoration: none;\n}\n\n/* Interaction Cues\n----------------------------------*/\n.ui-state-highlight,\n.ui-widget-content .ui-state-highlight,\n.ui-widget-header .ui-state-highlight {\n\tborder: 1px solid #dad55e/*{borderColorHighlight}*/;\n\tbackground: #fffa90/*{bgColorHighlight}*/ /*{bgImgUrlHighlight}*/ /*{bgHighlightXPos}*/ /*{bgHighlightYPos}*/ /*{bgHighlightRepeat}*/;\n\tcolor: #777620/*{fcHighlight}*/;\n}\n.ui-state-checked {\n\tborder: 1px solid #dad55e/*{borderColorHighlight}*/;\n\tbackground: #fffa90/*{bgColorHighlight}*/;\n}\n.ui-state-highlight a,\n.ui-widget-content .ui-state-highlight a,\n.ui-widget-header .ui-state-highlight a {\n\tcolor: #777620/*{fcHighlight}*/;\n}\n.ui-state-error,\n.ui-widget-content .ui-state-error,\n.ui-widget-header .ui-state-error {\n\tborder: 1px solid #f1a899/*{borderColorError}*/;\n\tbackground: #fddfdf/*{bgColorError}*/ /*{bgImgUrlError}*/ /*{bgErrorXPos}*/ /*{bgErrorYPos}*/ /*{bgErrorRepeat}*/;\n\tcolor: #5f3f3f/*{fcError}*/;\n}\n.ui-state-error a,\n.ui-widget-content .ui-state-error a,\n.ui-widget-header .ui-state-error a {\n\tcolor: #5f3f3f/*{fcError}*/;\n}\n.ui-state-error-text,\n.ui-widget-content .ui-state-error-text,\n.ui-widget-header .ui-state-error-text {\n\tcolor: #5f3f3f/*{fcError}*/;\n}\n.ui-priority-primary,\n.ui-widget-content .ui-priority-primary,\n.ui-widget-header .ui-priority-primary {\n\tfont-weight: bold;\n}\n.ui-priority-secondary,\n.ui-widget-content .ui-priority-secondary,\n.ui-widget-header .ui-priority-secondary {\n\topacity: .7;\n\tfilter:Alpha(Opacity=70); /* support: IE8 */\n\tfont-weight: normal;\n}\n.ui-state-disabled,\n.ui-widget-content .ui-state-disabled,\n.ui-widget-header .ui-state-disabled {\n\topacity: .35;\n\tfilter:Alpha(Opacity=35); /* support: IE8 */\n\tbackground-image: none;\n}\n.ui-state-disabled .ui-icon {\n\tfilter:Alpha(Opacity=35); /* support: IE8 - See #6059 */\n}\n\n/* Icons\n----------------------------------*/\n\n/* states and images */\n.ui-icon {\n\twidth: 16px;\n\theight: 16px;\n}\n.ui-icon,\n.ui-widget-content .ui-icon {\n\tbackground-image: url("+p+");\n}\n.ui-widget-header .ui-icon {\n\tbackground-image: url("+p+");\n}\n.ui-state-hover .ui-icon,\n.ui-state-focus .ui-icon,\n.ui-button:hover .ui-icon,\n.ui-button:focus .ui-icon {\n\tbackground-image: url("+f+");\n}\n.ui-state-active .ui-icon,\n.ui-button:active .ui-icon {\n\tbackground-image: url("+d+");\n}\n.ui-state-highlight .ui-icon,\n.ui-button .ui-state-highlight.ui-icon {\n\tbackground-image: url("+h+");\n}\n.ui-state-error .ui-icon,\n.ui-state-error-text .ui-icon {\n\tbackground-image: url("+g+");\n}\n.ui-button .ui-icon {\n\tbackground-image: url("+v+");\n}\n\n/* positioning */\n.ui-icon-blank { background-position: 16px 16px; }\n.ui-icon-caret-1-n { background-position: 0 0; }\n.ui-icon-caret-1-ne { background-position: -16px 0; }\n.ui-icon-caret-1-e { background-position: -32px 0; }\n.ui-icon-caret-1-se { background-position: -48px 0; }\n.ui-icon-caret-1-s { background-position: -65px 0; }\n.ui-icon-caret-1-sw { background-position: -80px 0; }\n.ui-icon-caret-1-w { background-position: -96px 0; }\n.ui-icon-caret-1-nw { background-position: -112px 0; }\n.ui-icon-caret-2-n-s { background-position: -128px 0; }\n.ui-icon-caret-2-e-w { background-position: -144px 0; }\n.ui-icon-triangle-1-n { background-position: 0 -16px; }\n.ui-icon-triangle-1-ne { background-position: -16px -16px; }\n.ui-icon-triangle-1-e { background-position: -32px -16px; }\n.ui-icon-triangle-1-se { background-position: -48px -16px; }\n.ui-icon-triangle-1-s { background-position: -65px -16px; }\n.ui-icon-triangle-1-sw { background-position: -80px -16px; }\n.ui-icon-triangle-1-w { background-position: -96px -16px; }\n.ui-icon-triangle-1-nw { background-position: -112px -16px; }\n.ui-icon-triangle-2-n-s { background-position: -128px -16px; }\n.ui-icon-triangle-2-e-w { background-position: -144px -16px; }\n.ui-icon-arrow-1-n { background-position: 0 -32px; }\n.ui-icon-arrow-1-ne { background-position: -16px -32px; }\n.ui-icon-arrow-1-e { background-position: -32px -32px; }\n.ui-icon-arrow-1-se { background-position: -48px -32px; }\n.ui-icon-arrow-1-s { background-position: -65px -32px; }\n.ui-icon-arrow-1-sw { background-position: -80px -32px; }\n.ui-icon-arrow-1-w { background-position: -96px -32px; }\n.ui-icon-arrow-1-nw { background-position: -112px -32px; }\n.ui-icon-arrow-2-n-s { background-position: -128px -32px; }\n.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }\n.ui-icon-arrow-2-e-w { background-position: -160px -32px; }\n.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }\n.ui-icon-arrowstop-1-n { background-position: -192px -32px; }\n.ui-icon-arrowstop-1-e { background-position: -208px -32px; }\n.ui-icon-arrowstop-1-s { background-position: -224px -32px; }\n.ui-icon-arrowstop-1-w { background-position: -240px -32px; }\n.ui-icon-arrowthick-1-n { background-position: 1px -48px; }\n.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }\n.ui-icon-arrowthick-1-e { background-position: -32px -48px; }\n.ui-icon-arrowthick-1-se { background-position: -48px -48px; }\n.ui-icon-arrowthick-1-s { background-position: -64px -48px; }\n.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }\n.ui-icon-arrowthick-1-w { background-position: -96px -48px; }\n.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }\n.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }\n.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }\n.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }\n.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }\n.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }\n.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }\n.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }\n.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }\n.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }\n.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }\n.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }\n.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }\n.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }\n.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }\n.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }\n.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }\n.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }\n.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }\n.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }\n.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }\n.ui-icon-arrow-4 { background-position: 0 -80px; }\n.ui-icon-arrow-4-diag { background-position: -16px -80px; }\n.ui-icon-extlink { background-position: -32px -80px; }\n.ui-icon-newwin { background-position: -48px -80px; }\n.ui-icon-refresh { background-position: -64px -80px; }\n.ui-icon-shuffle { background-position: -80px -80px; }\n.ui-icon-transfer-e-w { background-position: -96px -80px; }\n.ui-icon-transferthick-e-w { background-position: -112px -80px; }\n.ui-icon-folder-collapsed { background-position: 0 -96px; }\n.ui-icon-folder-open { background-position: -16px -96px; }\n.ui-icon-document { background-position: -32px -96px; }\n.ui-icon-document-b { background-position: -48px -96px; }\n.ui-icon-note { background-position: -64px -96px; }\n.ui-icon-mail-closed { background-position: -80px -96px; }\n.ui-icon-mail-open { background-position: -96px -96px; }\n.ui-icon-suitcase { background-position: -112px -96px; }\n.ui-icon-comment { background-position: -128px -96px; }\n.ui-icon-person { background-position: -144px -96px; }\n.ui-icon-print { background-position: -160px -96px; }\n.ui-icon-trash { background-position: -176px -96px; }\n.ui-icon-locked { background-position: -192px -96px; }\n.ui-icon-unlocked { background-position: -208px -96px; }\n.ui-icon-bookmark { background-position: -224px -96px; }\n.ui-icon-tag { background-position: -240px -96px; }\n.ui-icon-home { background-position: 0 -112px; }\n.ui-icon-flag { background-position: -16px -112px; }\n.ui-icon-calendar { background-position: -32px -112px; }\n.ui-icon-cart { background-position: -48px -112px; }\n.ui-icon-pencil { background-position: -64px -112px; }\n.ui-icon-clock { background-position: -80px -112px; }\n.ui-icon-disk { background-position: -96px -112px; }\n.ui-icon-calculator { background-position: -112px -112px; }\n.ui-icon-zoomin { background-position: -128px -112px; }\n.ui-icon-zoomout { background-position: -144px -112px; }\n.ui-icon-search { background-position: -160px -112px; }\n.ui-icon-wrench { background-position: -176px -112px; }\n.ui-icon-gear { background-position: -192px -112px; }\n.ui-icon-heart { background-position: -208px -112px; }\n.ui-icon-star { background-position: -224px -112px; }\n.ui-icon-link { background-position: -240px -112px; }\n.ui-icon-cancel { background-position: 0 -128px; }\n.ui-icon-plus { background-position: -16px -128px; }\n.ui-icon-plusthick { background-position: -32px -128px; }\n.ui-icon-minus { background-position: -48px -128px; }\n.ui-icon-minusthick { background-position: -64px -128px; }\n.ui-icon-close { background-position: -80px -128px; }\n.ui-icon-closethick { background-position: -96px -128px; }\n.ui-icon-key { background-position: -112px -128px; }\n.ui-icon-lightbulb { background-position: -128px -128px; }\n.ui-icon-scissors { background-position: -144px -128px; }\n.ui-icon-clipboard { background-position: -160px -128px; }\n.ui-icon-copy { background-position: -176px -128px; }\n.ui-icon-contact { background-position: -192px -128px; }\n.ui-icon-image { background-position: -208px -128px; }\n.ui-icon-video { background-position: -224px -128px; }\n.ui-icon-script { background-position: -240px -128px; }\n.ui-icon-alert { background-position: 0 -144px; }\n.ui-icon-info { background-position: -16px -144px; }\n.ui-icon-notice { background-position: -32px -144px; }\n.ui-icon-help { background-position: -48px -144px; }\n.ui-icon-check { background-position: -64px -144px; }\n.ui-icon-bullet { background-position: -80px -144px; }\n.ui-icon-radio-on { background-position: -96px -144px; }\n.ui-icon-radio-off { background-position: -112px -144px; }\n.ui-icon-pin-w { background-position: -128px -144px; }\n.ui-icon-pin-s { background-position: -144px -144px; }\n.ui-icon-play { background-position: 0 -160px; }\n.ui-icon-pause { background-position: -16px -160px; }\n.ui-icon-seek-next { background-position: -32px -160px; }\n.ui-icon-seek-prev { background-position: -48px -160px; }\n.ui-icon-seek-end { background-position: -64px -160px; }\n.ui-icon-seek-start { background-position: -80px -160px; }\n/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */\n.ui-icon-seek-first { background-position: -80px -160px; }\n.ui-icon-stop { background-position: -96px -160px; }\n.ui-icon-eject { background-position: -112px -160px; }\n.ui-icon-volume-off { background-position: -128px -160px; }\n.ui-icon-volume-on { background-position: -144px -160px; }\n.ui-icon-power { background-position: 0 -176px; }\n.ui-icon-signal-diag { background-position: -16px -176px; }\n.ui-icon-signal { background-position: -32px -176px; }\n.ui-icon-battery-0 { background-position: -48px -176px; }\n.ui-icon-battery-1 { background-position: -64px -176px; }\n.ui-icon-battery-2 { background-position: -80px -176px; }\n.ui-icon-battery-3 { background-position: -96px -176px; }\n.ui-icon-circle-plus { background-position: 0 -192px; }\n.ui-icon-circle-minus { background-position: -16px -192px; }\n.ui-icon-circle-close { background-position: -32px -192px; }\n.ui-icon-circle-triangle-e { background-position: -48px -192px; }\n.ui-icon-circle-triangle-s { background-position: -64px -192px; }\n.ui-icon-circle-triangle-w { background-position: -80px -192px; }\n.ui-icon-circle-triangle-n { background-position: -96px -192px; }\n.ui-icon-circle-arrow-e { background-position: -112px -192px; }\n.ui-icon-circle-arrow-s { background-position: -128px -192px; }\n.ui-icon-circle-arrow-w { background-position: -144px -192px; }\n.ui-icon-circle-arrow-n { background-position: -160px -192px; }\n.ui-icon-circle-zoomin { background-position: -176px -192px; }\n.ui-icon-circle-zoomout { background-position: -192px -192px; }\n.ui-icon-circle-check { background-position: -208px -192px; }\n.ui-icon-circlesmall-plus { background-position: 0 -208px; }\n.ui-icon-circlesmall-minus { background-position: -16px -208px; }\n.ui-icon-circlesmall-close { background-position: -32px -208px; }\n.ui-icon-squaresmall-plus { background-position: -48px -208px; }\n.ui-icon-squaresmall-minus { background-position: -64px -208px; }\n.ui-icon-squaresmall-close { background-position: -80px -208px; }\n.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }\n.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }\n.ui-icon-grip-solid-vertical { background-position: -32px -224px; }\n.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }\n.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }\n.ui-icon-grip-diagonal-se { background-position: -80px -224px; }\n\n\n/* Misc visuals\n----------------------------------*/\n\n/* Corner radius */\n.ui-corner-all,\n.ui-corner-top,\n.ui-corner-left,\n.ui-corner-tl {\n\tborder-top-left-radius: 3px/*{cornerRadius}*/;\n}\n.ui-corner-all,\n.ui-corner-top,\n.ui-corner-right,\n.ui-corner-tr {\n\tborder-top-right-radius: 3px/*{cornerRadius}*/;\n}\n.ui-corner-all,\n.ui-corner-bottom,\n.ui-corner-left,\n.ui-corner-bl {\n\tborder-bottom-left-radius: 3px/*{cornerRadius}*/;\n}\n.ui-corner-all,\n.ui-corner-bottom,\n.ui-corner-right,\n.ui-corner-br {\n\tborder-bottom-right-radius: 3px/*{cornerRadius}*/;\n}\n\n/* Overlays */\n.ui-widget-overlay {\n\tbackground: #aaaaaa/*{bgColorOverlay}*/ /*{bgImgUrlOverlay}*/ /*{bgOverlayXPos}*/ /*{bgOverlayYPos}*/ /*{bgOverlayRepeat}*/;\n\topacity: .3/*{opacityOverlay}*/;\n\tfilter: Alpha(Opacity=30)/*{opacityFilterOverlay}*/; /* support: IE8 */\n}\n.ui-widget-shadow {\n\t-webkit-box-shadow: 0/*{offsetLeftShadow}*/ 0/*{offsetTopShadow}*/ 5px/*{thicknessShadow}*/ #666666/*{bgColorShadow}*/;\n\tbox-shadow: 0/*{offsetLeftShadow}*/ 0/*{offsetTopShadow}*/ 5px/*{thicknessShadow}*/ #666666/*{bgColorShadow}*/;\n}\n",""]),e.exports=t},1132:function(e,t,n){"use strict";n.r(t),t.default="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAQAAAADwCAMAAADYSUr5AAABDlBMVEVEREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREQf23IJAAAAWnRSTlMAGf8QMwQIUL+CmS8iVXFAZmAaEzLMDSE8FkJISyAeWiMnMVMshTSHgMNqyM/GOEUcvLi+fKu1pYyqqK0fsin9AZ5RJO8KBgIDj6JilEqgr23fnEdjP29/kWiyI5UtAAAM80lEQVR4Aezb3XLzOgiFYXh8//e8T8MwQeNJ8yXd5T2zF8RiCfm3jWVZvoGUf7x+X+6AfLnEUZRkCZYf7EBQAsgoEFVNilpJ2gFafgkmP9eBoM1R2cEwg0GM6WDqh5ryXur4hxIGPZFD9vTrDbIe8e2QY4FtCsF5DU0dMAygdsCn6EM8d/AQkBzsJUsw+XeuApHIGiz3RmhZlmVZluVP3Anmd92Igbojh4IAg1/z+4CkZqSQn3wjld2AFlC3kM/9St2AHB8eg/yn9ZOnEQ9yIge/Zj8bCMS/AjD3rCzi+X1ATn4W9YMdMJDe+T4gT0sw5F4FlmVZlmVZ/gTiFcBLv++zBQTmHWdxxr3jw/AD5gOcM6DKekhN17SCvmkcjfPx53oMcjg4xslAoYp127GDWoIq3jo+0PWyY5CBuYJz+hCibAM1gBoOxg4yWzS3MCd/e8Xm9HkA5yPcKu+4xmFqQdz7RRwbuoA754CjKl7EV+eDWJZlWZZl6SQZL8EPDwCiMGhADMxqcm8A0WCOqsB5AOpnJVmlETk9QItIs4H9KPPxiRgLKDjPINQPi2TVpg4iRwOS4/hbyOQAY/2aaM5HKP485Ii5g4Dw1GB9jzgPQFefOoyInt/1nt9l9AEPBaLq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"},1133:function(e,t,n){"use strict";n.r(t),t.default="data:image/png;base64,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"},1134:function(e,t,n){"use strict";n.r(t),t.default="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAQAAAADwCAMAAADYSUr5AAABDlBMVEX////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////uKVtWAAAAWnRSTlMAGf8QMwQIUL+CmS8iVXFAZmAaEzLMDSE8FkJISyAeWiMnMVMshTSHgMNqyM/GOEUcvLi+fKu1pYyqqK0fsin9AZ5RJO8KBgIDj6JilEqgr23fnEdjP29/kWiyI5UtAAAM80lEQVR4Aezb3XLzOgiFYXh8//e8T8MwQeNJ8yXd5T2zF8RiCfm3jWVZvoGUf7x+X+6AfLnEUZRkCZYf7EBQAsgoEFVNilpJ2gFafgkmP9eBoM1R2cEwg0GM6WDqh5ryXur4hxIGPZFD9vTrDbIe8e2QY4FtCsF5DU0dMAygdsCn6EM8d/AQkBzsJUsw+XeuApHIGiz3RmhZlmVZluVP3Anmd92Igbojh4IAg1/z+4CkZqSQn3wjld2AFlC3kM/9St2AHB8eg/yn9ZOnEQ9yIge/Zj8bCMS/AjD3rCzi+X1ATn4W9YMdMJDe+T4gT0sw5F4FlmVZlmVZ/gTiFcBLv++zBQTmHWdxxr3jw/AD5gOcM6DKekhN17SCvmkcjfPx53oMcjg4xslAoYp127GDWoIq3jo+0PWyY5CBuYJz+hCibAM1gBoOxg4yWzS3MCd/e8Xm9HkA5yPcKu+4xmFqQdz7RRwbuoA754CjKl7EV+eDWJZlWZZl6SQZL8EPDwCiMGhADMxqcm8A0WCOqsB5AOpnJVmlETk9QItIs4H9KPPxiRgLKDjPINQPi2TVpg4iRwOS4/hbyOQAY/2aaM5HKP485Ii5g4Dw1GB9jzgPQFefOoyInt/1nt9l9AEPBaLq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"},1135:function(e,t,n){"use strict";n.r(t),t.default="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAQAAAADwCAMAAADYSUr5AAABDlBMVEV3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diBVLkeJAAAAWnRSTlMAGf8QMwQIUL+CmS8iVXFAZmAaEzLMDSE8FkJISyAeWiMnMVMshTSHgMNqyM/GOEUcvLi+fKu1pYyqqK0fsin9AZ5RJO8KBgIDj6JilEqgr23fnEdjP29/kWiyI5UtAAAM80lEQVR4Aezb3XLzOgiFYXh8//e8T8MwQeNJ8yXd5T2zF8RiCfm3jWVZvoGUf7x+X+6AfLnEUZRkCZYf7EBQAsgoEFVNilpJ2gFafgkmP9eBoM1R2cEwg0GM6WDqh5ryXur4hxIGPZFD9vTrDbIe8e2QY4FtCsF5DU0dMAygdsCn6EM8d/AQkBzsJUsw+XeuApHIGiz3RmhZlmVZluVP3Anmd92Igbojh4IAg1/z+4CkZqSQn3wjld2AFlC3kM/9St2AHB8eg/yn9ZOnEQ9yIge/Zj8bCMS/AjD3rCzi+X1ATn4W9YMdMJDe+T4gT0sw5F4FlmVZlmVZ/gTiFcBLv++zBQTmHWdxxr3jw/AD5gOcM6DKekhN17SCvmkcjfPx53oMcjg4xslAoYp127GDWoIq3jo+0PWyY5CBuYJz+hCibAM1gBoOxg4yWzS3MCd/e8Xm9HkA5yPcKu+4xmFqQdz7RRwbuoA754CjKl7EV+eDWJZlWZZl6SQZL8EPDwCiMGhADMxqcm8A0WCOqsB5AOpnJVmlETk9QItIs4H9KPPxiRgLKDjPINQPi2TVpg4iRwOS4/hbyOQAY/2aaM5HKP485Ii5g4Dw1GB9jzgPQFefOoyInt/1nt9l9AEPBaLq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"},1136:function(e,t,n){"use strict";n.r(t),t.default="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAQAAAADwCAMAAADYSUr5AAABDlBMVEXMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADP1XLPAAAAWnRSTlMAGf8QMwQIUL+CmS8iVXFAZmAaEzLMDSE8FkJISyAeWiMnMVMshTSHgMNqyM/GOEUcvLi+fKu1pYyqqK0fsin9AZ5RJO8KBgIDj6JilEqgr23fnEdjP29/kWiyI5UtAAAM80lEQVR4Aezb3XLzOgiFYXh8//e8T8MwQeNJ8yXd5T2zF8RiCfm3jWVZvoGUf7x+X+6AfLnEUZRkCZYf7EBQAsgoEFVNilpJ2gFafgkmP9eBoM1R2cEwg0GM6WDqh5ryXur4hxIGPZFD9vTrDbIe8e2QY4FtCsF5DU0dMAygdsCn6EM8d/AQkBzsJUsw+XeuApHIGiz3RmhZlmVZluVP3Anmd92Igbojh4IAg1/z+4CkZqSQn3wjld2AFlC3kM/9St2AHB8eg/yn9ZOnEQ9yIge/Zj8bCMS/AjD3rCzi+X1ATn4W9YMdMJDe+T4gT0sw5F4FlmVZlmVZ/gTiFcBLv++zBQTmHWdxxr3jw/AD5gOcM6DKekhN17SCvmkcjfPx53oMcjg4xslAoYp127GDWoIq3jo+0PWyY5CBuYJz+hCibAM1gBoOxg4yWzS3MCd/e8Xm9HkA5yPcKu+4xmFqQdz7RRwbuoA754CjKl7EV+eDWJZlWZZl6SQZL8EPDwCiMGhADMxqcm8A0WCOqsB5AOpnJVmlETk9QItIs4H9KPPxiRgLKDjPINQPi2TVpg4iRwOS4/hbyOQAY/2aaM5HKP485Ii5g4Dw1GB9jzgPQFefOoyInt/1nt9l9AEPBaLq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"},1137:function(e,t,n){"use strict";n.r(t),t.default="data:image/png;base64,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"},1138:function(e,t,n){var i=n(1139);"string"==typeof i&&(i=[[e.i,i,""]]),i.locals&&(e.exports=i.locals);(0,n(101).default)("825aa046",i,!0,{})},1139:function(e,t,n){(t=n(99)(!1)).push([e.i,"/*!\n * jQuery UI Button 1.12.1\n * http://jqueryui.com\n *\n * Copyright jQuery Foundation and other contributors\n * Released under the MIT license.\n * http://jquery.org/license\n *\n * http://api.jqueryui.com/button/#theming\n */\n.ui-button {\n\tpadding: .4em 1em;\n\tdisplay: inline-block;\n\tposition: relative;\n\tline-height: normal;\n\tmargin-right: .1em;\n\tcursor: pointer;\n\tvertical-align: middle;\n\ttext-align: center;\n\t-webkit-user-select: none;\n\t-moz-user-select: none;\n\t-ms-user-select: none;\n\tuser-select: none;\n\n\t/* Support: IE <= 11 */\n\toverflow: visible;\n}\n\n.ui-button,\n.ui-button:link,\n.ui-button:visited,\n.ui-button:hover,\n.ui-button:active {\n\ttext-decoration: none;\n}\n\n/* to make room for the icon, a width needs to be set here */\n.ui-button-icon-only {\n\twidth: 2em;\n\tbox-sizing: border-box;\n\ttext-indent: -9999px;\n\twhite-space: nowrap;\n}\n\n/* no icon support for input elements */\ninput.ui-button.ui-button-icon-only {\n\ttext-indent: 0;\n}\n\n/* button icon element(s) */\n.ui-button-icon-only .ui-icon {\n\tposition: absolute;\n\ttop: 50%;\n\tleft: 50%;\n\tmargin-top: -8px;\n\tmargin-left: -8px;\n}\n\n.ui-button.ui-icon-notext .ui-icon {\n\tpadding: 0;\n\twidth: 2.1em;\n\theight: 2.1em;\n\ttext-indent: -9999px;\n\twhite-space: nowrap;\n\n}\n\ninput.ui-button.ui-icon-notext .ui-icon {\n\twidth: auto;\n\theight: auto;\n\ttext-indent: 0;\n\twhite-space: normal;\n\tpadding: .4em 1em;\n}\n\n/* workarounds */\n/* Support: Firefox 5 - 40 */\ninput.ui-button::-moz-focus-inner,\nbutton.ui-button::-moz-focus-inner {\n\tborder: 0;\n\tpadding: 0;\n}\n",""]),e.exports=t},1144:function(e,t,n){"use strict";n.r(t);var i=n(0),o=n.n(i),r=n(104),s=n(58);n(1123),n(1130),n(1138),n(745),n(746);o()(document).ready((function(){var e=!!o()("#hasSQLite").val();o()("#hasMySQL").val(),o()("#hasPostgreSQL").val(),o()("#hasOracle").val();o()("#selectDbType").buttonset(),o()("#selectDbType p.info a").button("destroy"),o()("#hasSQLite").val()?(o()("#use_other_db").hide(),o()("#use_oracle_db").hide()):o()("#sqliteInformation").hide(),o()("#adminlogin").change((function(){o()("#adminlogin").val(o.a.trim(o()("#adminlogin").val()))})),o()("#sqlite").click((function(){o()("#use_other_db").slideUp(250),o()("#use_oracle_db").slideUp(250),o()("#sqliteInformation").show(),o()("#dbname").attr("pattern","[0-9a-zA-Z$_-]+")})),o()("#mysql,#pgsql").click((function(){o()("#use_other_db").slideDown(250),o()("#use_oracle_db").slideUp(250),o()("#sqliteInformation").hide(),o()("#dbname").attr("pattern","[0-9a-zA-Z$_-]+")})),o()("#oci").click((function(){o()("#use_other_db").slideDown(250),o()("#use_oracle_db").show(250),o()("#sqliteInformation").hide(),o()("#dbname").attr("pattern","[0-9a-zA-Z$_-.]+")})),o()("#showAdvanced").click((function(e){e.preventDefault(),o()("#datadirContent").slideToggle(250),o()("#databaseBackend").slideToggle(250),o()("#databaseField").slideToggle(250)})),o()("form").submit((function(){var e=o()(this).serializeArray();o()(".float-spinner").show(250),o()(":submit",this).attr("disabled","disabled").val(o()(":submit",this).data("finishing")),o()("input",this).addClass("ui-state-disabled").attr("disabled","disabled"),o()("#selectDbType").find(".ui-button").length>0&&o()("#selectDbType").buttonset("disable"),o()(".strengthify-wrapper, .tipsy").css("-ms-filter",'"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)"').css("filter","alpha(opacity=30)").css("opacity",.3);var t=o()("<form>");t.attr("action",o()(this).attr("action")),t.attr("method","POST");for(var n=0;n<e.length;n++){var i=o()('<input type="hidden">');i.attr(e[n]),t.append(i)}var r=decodeURIComponent((new RegExp("[?|&]"+"redirect_url"+"=([^&;]+?)(&|#|;|$)").exec(location.search)||[,""])[1].replace(/\+/g,"%20"))||"";if(r){var s=o()('<input type="hidden">');s.attr({name:"redirect_url",value:r}),t.append(s)}return t.appendTo(document.body),t.submit(),!1}));var t=o()('input[type="radio"]:checked').val();void 0===t&&o()('input[type="radio"]').first().click(),("sqlite"===t||e&&void 0===t)&&(o()("#datadirContent").hide(250),o()("#databaseBackend").hide(250),o()("#databaseField").hide(250),o()(".float-spinner").hide(250)),o()("#adminpass").strengthify({zxcvbn:OC.linkTo("core","vendor/zxcvbn/dist/zxcvbn.js"),titles:[Object(r.translate)("core","Very weak password"),Object(r.translate)("core","Weak password"),Object(r.translate)("core","So-so password"),Object(r.translate)("core","Good password"),Object(r.translate)("core","Strong password")],drawTitles:!0,nonce:btoa(Object(s.a)())})}))},117:function(e,t){var n,i,o=e.exports={};function r(){throw new Error("setTimeout has not been defined")}function s(){throw new Error("clearTimeout has not been defined")}function a(e){if(n===setTimeout)return setTimeout(e,0);if((n===r||!n)&&setTimeout)return n=setTimeout,setTimeout(e,0);try{return n(e,0)}catch(t){try{return n.call(null,e,0)}catch(t){return n.call(this,e,0)}}}!function(){try{n="function"==typeof setTimeout?setTimeout:r}catch(e){n=r}try{i="function"==typeof clearTimeout?clearTimeout:s}catch(e){i=s}}();var u,c=[],l=!1,p=-1;function f(){l&&u&&(l=!1,u.length?c=u.concat(c):p=-1,c.length&&d())}function d(){if(!l){var e=a(f);l=!0;for(var t=c.length;t;){for(u=c,c=[];++p<t;)u&&u[p].run();p=-1,t=c.length}u=null,l=!1,function(e){if(i===clearTimeout)return clearTimeout(e);if((i===s||!i)&&clearTimeout)return i=clearTimeout,clearTimeout(e);try{i(e)}catch(t){try{return i.call(null,e)}catch(t){return i.call(this,e)}}}(e)}}function h(e,t){this.fun=e,this.array=t}function g(){}o.nextTick=function(e){var t=new Array(arguments.length-1);if(arguments.length>1)for(var n=1;n<arguments.length;n++)t[n-1]=arguments[n];c.push(new h(e,t)),1!==c.length||l||a(d)},h.prototype.run=function(){this.fun.apply(null,this.array)},o.title="browser",o.browser=!0,o.env={},o.argv=[],o.version="",o.versions={},o.on=g,o.addListener=g,o.once=g,o.off=g,o.removeListener=g,o.removeAllListeners=g,o.emit=g,o.prependListener=g,o.prependOnceListener=g,o.listeners=function(e){return[]},o.binding=function(e){throw new Error("process.binding is not supported")},o.cwd=function(){return"/"},o.chdir=function(e){throw new Error("process.chdir is not supported")},o.umask=function(){return 0}},118:function(e,t,n){var i=n(15),o=n(217),r=n(43),s=n(44),a=n(72),u=n(8),c=n(120),l=Object.getOwnPropertyDescriptor;t.f=i?l:function(e,t){if(e=s(e),t=a(t,!0),c)try{return l(e,t)}catch(e){}if(u(e,t))return r(!o.f.call(e,t),e[t])}},119:function(e,t,n){var i=n(7),o=n(70),r="".split;e.exports=i((function(){return!Object("z").propertyIsEnumerable(0)}))?function(e){return"String"==o(e)?r.call(e,""):Object(e)}:Object},12:function(e,t,n){var i=n(15),o=n(120),r=n(20),s=n(72),a=Object.defineProperty;t.f=i?a:function(e,t,n){if(r(e),t=s(t,!0),r(n),o)try{return a(e,t,n)}catch(e){}if("get"in n||"set"in n)throw TypeError("Accessors not supported");return"value"in n&&(e[t]=n.value),e}},120:function(e,t,n){var i=n(15),o=n(7),r=n(121);e.exports=!i&&!o((function(){return 7!=Object.defineProperty(r("div"),"a",{get:function(){return 7}}).a}))},121:function(e,t,n){var i=n(5),o=n(10),r=i.document,s=o(r)&&o(r.createElement);e.exports=function(e){return s?r.createElement(e):{}}},122:function(e,t,n){var i=n(123),o=Function.toString;"function"!=typeof i.inspectSource&&(i.inspectSource=function(e){return o.call(e)}),e.exports=i.inspectSource},123:function(e,t,n){var i=n(5),o=n(73),r=i["__core-js_shared__"]||o("__core-js_shared__",{});e.exports=r},124:function(e,t,n){var i=n(75),o=n(123);(e.exports=function(e,t){return o[e]||(o[e]=void 0!==t?t:{})})("versions",[]).push({version:"3.6.4",mode:i?"pure":"global",copyright:"© 2020 Denis Pushkarev (zloirock.ru)"})},125:function(e,t,n){var i=n(8),o=n(44),r=n(223).indexOf,s=n(46);e.exports=function(e,t){var n,a=o(e),u=0,c=[];for(n in a)!i(s,n)&&i(a,n)&&c.push(n);for(;t.length>u;)i(a,n=t[u++])&&(~r(c,n)||c.push(n));return c}},126:function(e,t,n){var i=n(7),o=/#|\.prototype\./,r=function(e,t){var n=a[s(e)];return n==c||n!=u&&("function"==typeof t?i(t):!!t)},s=r.normalize=function(e){return String(e).replace(o,".").toLowerCase()},a=r.data={},u=r.NATIVE="N",c=r.POLYFILL="P";e.exports=r},127:function(e,t,n){var i=n(70);e.exports=Array.isArray||function(e){return"Array"==i(e)}},128:function(e,t,n){var i=n(10),o=n(127),r=n(6)("species");e.exports=function(e,t){var n;return o(e)&&("function"!=typeof(n=e.constructor)||n!==Array&&!o(n.prototype)?i(n)&&null===(n=n[r])&&(n=void 0):n=void 0),new(void 0===n?Array:n)(0===t?0:t)}},129:function(e,t,n){var i=n(7);e.exports=!!Object.getOwnPropertySymbols&&!i((function(){return!String(Symbol())}))},130:function(e,t,n){var i=n(7),o=n(6),r=n(131),s=o("species");e.exports=function(e){return r>=51||!i((function(){var t=[];return(t.constructor={})[s]=function(){return{foo:1}},1!==t[e](Boolean).foo}))}},131:function(e,t,n){var i,o,r=n(5),s=n(228),a=r.process,u=a&&a.versions,c=u&&u.v8;c?o=(i=c.split("."))[0]+i[1]:s&&(!(i=s.match(/Edge\/(\d+)/))||i[1]>=74)&&(i=s.match(/Chrome\/(\d+)/))&&(o=i[1]),e.exports=o&&+o},132:function(e,t,n){var i=n(80),o=n(119),r=n(79),s=n(48),a=n(128),u=[].push,c=function(e){var t=1==e,n=2==e,c=3==e,l=4==e,p=6==e,f=5==e||p;return function(d,h,g,v){for(var m,A,y=r(d),b=o(y),x=i(h,g,3),w=s(b.length),E=0,C=v||a,k=t?C(d,w):n?C(d,0):void 0;w>E;E++)if((f||E in b)&&(A=x(m=b[E],E,y),e))if(t)k[E]=A;else if(A)switch(e){case 3:return!0;case 5:return m;case 6:return E;case 2:u.call(k,m)}else if(l)return!1;return p?-1:c||l?l:k}};e.exports={forEach:c(0),map:c(1),filter:c(2),some:c(3),every:c(4),find:c(5),findIndex:c(6)}},133:function(e,t,n){var i=n(15),o=n(7),r=n(8),s=Object.defineProperty,a={},u=function(e){throw e};e.exports=function(e,t){if(r(a,e))return a[e];t||(t={});var n=[][e],c=!!r(t,"ACCESSORS")&&t.ACCESSORS,l=r(t,0)?t[0]:u,p=r(t,1)?t[1]:void 0;return a[e]=!!n&&!o((function(){if(c&&!i)return!0;var e={length:-1};c?s(e,1,{enumerable:!0,get:u}):e[1]=1,n.call(e,l,p)}))}},134:function(e,t,n){"use strict";var i=n(132).forEach,o=n(232),r=n(133),s=o("forEach"),a=r("forEach");e.exports=s&&a?[].forEach:function(e){return i(this,e,arguments.length>1?arguments[1]:void 0)}},135:function(e,t,n){"use strict";var i=n(44),o=n(233),r=n(34),s=n(45),a=n(82),u=s.set,c=s.getterFor("Array Iterator");e.exports=a(Array,"Array",(function(e,t){u(this,{type:"Array Iterator",target:i(e),index:0,kind:t})}),(function(){var e=c(this),t=e.target,n=e.kind,i=e.index++;return!t||i>=t.length?(e.target=void 0,{value:void 0,done:!0}):"keys"==n?{value:i,done:!1}:"values"==n?{value:t[i],done:!1}:{value:[i,t[i]],done:!1}}),"values"),r.Arguments=r.Array,o("keys"),o("values"),o("entries")},136:function(e,t,n){"use strict";var i,o,r,s=n(137),a=n(16),u=n(8),c=n(6),l=n(75),p=c("iterator"),f=!1;[].keys&&("next"in(r=[].keys())?(o=s(s(r)))!==Object.prototype&&(i=o):f=!0),null==i&&(i={}),l||u(i,p)||a(i,p,(function(){return this})),e.exports={IteratorPrototype:i,BUGGY_SAFARI_ITERATORS:f}},137:function(e,t,n){var i=n(8),o=n(79),r=n(74),s=n(238),a=r("IE_PROTO"),u=Object.prototype;e.exports=s?Object.getPrototypeOf:function(e){return e=o(e),i(e,a)?e[a]:"function"==typeof e.constructor&&e instanceof e.constructor?e.constructor.prototype:e instanceof Object?u:null}},138:function(e,t,n){var i=n(20),o=n(239);e.exports=Object.setPrototypeOf||("__proto__"in{}?function(){var e,t=!1,n={};try{(e=Object.getOwnPropertyDescriptor(Object.prototype,"__proto__").set).call(n,[]),t=n instanceof Array}catch(e){}return function(n,r){return i(n),o(r),t?e.call(n,r):n.__proto__=r,n}}():void 0)},139:function(e,t,n){var i=n(46),o=n(10),r=n(8),s=n(12).f,a=n(76),u=n(242),c=a("meta"),l=0,p=Object.isExtensible||function(){return!0},f=function(e){s(e,c,{value:{objectID:"O"+ ++l,weakData:{}}})},d=e.exports={REQUIRED:!1,fastKey:function(e,t){if(!o(e))return"symbol"==typeof e?e:("string"==typeof e?"S":"P")+e;if(!r(e,c)){if(!p(e))return"F";if(!t)return"E";f(e)}return e[c].objectID},getWeakData:function(e,t){if(!r(e,c)){if(!p(e))return!0;if(!t)return!1;f(e)}return e[c].weakData},onFreeze:function(e){return u&&d.REQUIRED&&p(e)&&!r(e,c)&&f(e),e}};i[c]=!0},14:function(e,t){var n;n=function(){return this}();try{n=n||new Function("return this")()}catch(e){"object"==typeof window&&(n=window)}e.exports=n},140:function(e,t,n){var i=n(20),o=n(243),r=n(48),s=n(80),a=n(244),u=n(245),c=function(e,t){this.stopped=e,this.result=t};(e.exports=function(e,t,n,l,p){var f,d,h,g,v,m,A,y=s(t,n,l?2:1);if(p)f=e;else{if("function"!=typeof(d=a(e)))throw TypeError("Target is not iterable");if(o(d)){for(h=0,g=r(e.length);g>h;h++)if((v=l?y(i(A=e[h])[0],A[1]):y(e[h]))&&v instanceof c)return v;return new c(!1)}f=d.call(e)}for(m=f.next;!(A=m.call(f)).done;)if("object"==typeof(v=u(f,y,A.value,l))&&v&&v instanceof c)return v;return new c(!1)}).stop=function(e){return new c(!0,e)}},141:function(e,t,n){var i=n(84),o=n(70),r=n(6)("toStringTag"),s="Arguments"==o(function(){return arguments}());e.exports=i?o:function(e){var t,n,i;return void 0===e?"Undefined":null===e?"Null":"string"==typeof(n=function(e,t){try{return e[t]}catch(e){}}(t=Object(e),r))?n:s?o(t):"Object"==(i=o(t))&&"function"==typeof t.callee?"Arguments":i}},142:function(e,t){e.exports=function(e,t,n){if(!(e instanceof t))throw TypeError("Incorrect "+(n?n+" ":"")+"invocation");return e}},143:function(e,t){e.exports={CSSRuleList:0,CSSStyleDeclaration:0,CSSValueList:0,ClientRectList:0,DOMRectList:0,DOMStringList:0,DOMTokenList:1,DataTransferItemList:0,FileList:0,HTMLAllCollection:0,HTMLCollection:0,HTMLFormElement:0,HTMLSelectElement:0,MediaList:0,MimeTypeArray:0,NamedNodeMap:0,NodeList:1,PaintRequestList:0,Plugin:0,PluginArray:0,SVGLengthList:0,SVGNumberList:0,SVGPathSegList:0,SVGPointList:0,SVGStringList:0,SVGTransformList:0,SourceBufferList:0,StyleSheetList:0,TextTrackCueList:0,TextTrackList:0,TouchList:0}},15:function(e,t,n){var i=n(7);e.exports=!i((function(){return 7!=Object.defineProperty({},1,{get:function(){return 7}})[1]}))},16:function(e,t,n){var i=n(15),o=n(12),r=n(43);e.exports=i?function(e,t,n){return o.f(e,t,r(1,n))}:function(e,t,n){return e[t]=n,e}},20:function(e,t,n){var i=n(10);e.exports=function(e){if(!i(e))throw TypeError(String(e)+" is not an object");return e}},213:function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.ProxyBus=void 0;var i,o=(i=n(214))&&i.__esModule?i:{default:i};function r(e,t){for(var n=0;n<t.length;n++){var i=t[n];i.enumerable=i.enumerable||!1,i.configurable=!0,"value"in i&&(i.writable=!0),Object.defineProperty(e,i.key,i)}}var s="1.1.3",a=function(){function e(t){!function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,e),function(e,t,n){t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n}(this,"bus",void 0),"function"==typeof t.getVersion&&o.default.valid(t.getVersion())?o.default.major(t.getVersion())!==o.default.major(this.getVersion())&&console.warn("Proxying an event bus of version "+t.getVersion()+" with "+this.getVersion()):console.warn("Proxying an event bus with an unknown or invalid version"),this.bus=t}var t,n,i;return t=e,(n=[{key:"getVersion",value:function(){return s}},{key:"subscribe",value:function(e,t){this.bus.subscribe(e,t)}},{key:"unsubscribe",value:function(e,t){this.bus.unsubscribe(e,t)}},{key:"emit",value:function(e,t){this.bus.emit(e,t)}}])&&r(t.prototype,n),i&&r(t,i),e}();t.ProxyBus=a},214:function(e,t,n){(function(n){var i;t=e.exports=f,i="object"==typeof n&&n.env&&n.env.NODE_DEBUG&&/\bsemver\b/i.test(n.env.NODE_DEBUG)?function(){var e=Array.prototype.slice.call(arguments,0);e.unshift("SEMVER"),console.log.apply(console,e)}:function(){},t.SEMVER_SPEC_VERSION="2.0.0";var o=Number.MAX_SAFE_INTEGER||9007199254740991,r=t.re=[],s=t.src=[],a=t.tokens={},u=0;function c(e){a[e]=u++}c("NUMERICIDENTIFIER"),s[a.NUMERICIDENTIFIER]="0|[1-9]\\d*",c("NUMERICIDENTIFIERLOOSE"),s[a.NUMERICIDENTIFIERLOOSE]="[0-9]+",c("NONNUMERICIDENTIFIER"),s[a.NONNUMERICIDENTIFIER]="\\d*[a-zA-Z-][a-zA-Z0-9-]*",c("MAINVERSION"),s[a.MAINVERSION]="("+s[a.NUMERICIDENTIFIER]+")\\.("+s[a.NUMERICIDENTIFIER]+")\\.("+s[a.NUMERICIDENTIFIER]+")",c("MAINVERSIONLOOSE"),s[a.MAINVERSIONLOOSE]="("+s[a.NUMERICIDENTIFIERLOOSE]+")\\.("+s[a.NUMERICIDENTIFIERLOOSE]+")\\.("+s[a.NUMERICIDENTIFIERLOOSE]+")",c("PRERELEASEIDENTIFIER"),s[a.PRERELEASEIDENTIFIER]="(?:"+s[a.NUMERICIDENTIFIER]+"|"+s[a.NONNUMERICIDENTIFIER]+")",c("PRERELEASEIDENTIFIERLOOSE"),s[a.PRERELEASEIDENTIFIERLOOSE]="(?:"+s[a.NUMERICIDENTIFIERLOOSE]+"|"+s[a.NONNUMERICIDENTIFIER]+")",c("PRERELEASE"),s[a.PRERELEASE]="(?:-("+s[a.PRERELEASEIDENTIFIER]+"(?:\\."+s[a.PRERELEASEIDENTIFIER]+")*))",c("PRERELEASELOOSE"),s[a.PRERELEASELOOSE]="(?:-?("+s[a.PRERELEASEIDENTIFIERLOOSE]+"(?:\\."+s[a.PRERELEASEIDENTIFIERLOOSE]+")*))",c("BUILDIDENTIFIER"),s[a.BUILDIDENTIFIER]="[0-9A-Za-z-]+",c("BUILD"),s[a.BUILD]="(?:\\+("+s[a.BUILDIDENTIFIER]+"(?:\\."+s[a.BUILDIDENTIFIER]+")*))",c("FULL"),c("FULLPLAIN"),s[a.FULLPLAIN]="v?"+s[a.MAINVERSION]+s[a.PRERELEASE]+"?"+s[a.BUILD]+"?",s[a.FULL]="^"+s[a.FULLPLAIN]+"$",c("LOOSEPLAIN"),s[a.LOOSEPLAIN]="[v=\\s]*"+s[a.MAINVERSIONLOOSE]+s[a.PRERELEASELOOSE]+"?"+s[a.BUILD]+"?",c("LOOSE"),s[a.LOOSE]="^"+s[a.LOOSEPLAIN]+"$",c("GTLT"),s[a.GTLT]="((?:<|>)?=?)",c("XRANGEIDENTIFIERLOOSE"),s[a.XRANGEIDENTIFIERLOOSE]=s[a.NUMERICIDENTIFIERLOOSE]+"|x|X|\\*",c("XRANGEIDENTIFIER"),s[a.XRANGEIDENTIFIER]=s[a.NUMERICIDENTIFIER]+"|x|X|\\*",c("XRANGEPLAIN"),s[a.XRANGEPLAIN]="[v=\\s]*("+s[a.XRANGEIDENTIFIER]+")(?:\\.("+s[a.XRANGEIDENTIFIER]+")(?:\\.("+s[a.XRANGEIDENTIFIER]+")(?:"+s[a.PRERELEASE]+")?"+s[a.BUILD]+"?)?)?",c("XRANGEPLAINLOOSE"),s[a.XRANGEPLAINLOOSE]="[v=\\s]*("+s[a.XRANGEIDENTIFIERLOOSE]+")(?:\\.("+s[a.XRANGEIDENTIFIERLOOSE]+")(?:\\.("+s[a.XRANGEIDENTIFIERLOOSE]+")(?:"+s[a.PRERELEASELOOSE]+")?"+s[a.BUILD]+"?)?)?",c("XRANGE"),s[a.XRANGE]="^"+s[a.GTLT]+"\\s*"+s[a.XRANGEPLAIN]+"$",c("XRANGELOOSE"),s[a.XRANGELOOSE]="^"+s[a.GTLT]+"\\s*"+s[a.XRANGEPLAINLOOSE]+"$",c("COERCE"),s[a.COERCE]="(^|[^\\d])(\\d{1,16})(?:\\.(\\d{1,16}))?(?:\\.(\\d{1,16}))?(?:$|[^\\d])",c("COERCERTL"),r[a.COERCERTL]=new RegExp(s[a.COERCE],"g"),c("LONETILDE"),s[a.LONETILDE]="(?:~>?)",c("TILDETRIM"),s[a.TILDETRIM]="(\\s*)"+s[a.LONETILDE]+"\\s+",r[a.TILDETRIM]=new RegExp(s[a.TILDETRIM],"g");c("TILDE"),s[a.TILDE]="^"+s[a.LONETILDE]+s[a.XRANGEPLAIN]+"$",c("TILDELOOSE"),s[a.TILDELOOSE]="^"+s[a.LONETILDE]+s[a.XRANGEPLAINLOOSE]+"$",c("LONECARET"),s[a.LONECARET]="(?:\\^)",c("CARETTRIM"),s[a.CARETTRIM]="(\\s*)"+s[a.LONECARET]+"\\s+",r[a.CARETTRIM]=new RegExp(s[a.CARETTRIM],"g");c("CARET"),s[a.CARET]="^"+s[a.LONECARET]+s[a.XRANGEPLAIN]+"$",c("CARETLOOSE"),s[a.CARETLOOSE]="^"+s[a.LONECARET]+s[a.XRANGEPLAINLOOSE]+"$",c("COMPARATORLOOSE"),s[a.COMPARATORLOOSE]="^"+s[a.GTLT]+"\\s*("+s[a.LOOSEPLAIN]+")$|^$",c("COMPARATOR"),s[a.COMPARATOR]="^"+s[a.GTLT]+"\\s*("+s[a.FULLPLAIN]+")$|^$",c("COMPARATORTRIM"),s[a.COMPARATORTRIM]="(\\s*)"+s[a.GTLT]+"\\s*("+s[a.LOOSEPLAIN]+"|"+s[a.XRANGEPLAIN]+")",r[a.COMPARATORTRIM]=new RegExp(s[a.COMPARATORTRIM],"g");c("HYPHENRANGE"),s[a.HYPHENRANGE]="^\\s*("+s[a.XRANGEPLAIN]+")\\s+-\\s+("+s[a.XRANGEPLAIN]+")\\s*$",c("HYPHENRANGELOOSE"),s[a.HYPHENRANGELOOSE]="^\\s*("+s[a.XRANGEPLAINLOOSE]+")\\s+-\\s+("+s[a.XRANGEPLAINLOOSE]+")\\s*$",c("STAR"),s[a.STAR]="(<|>)?=?\\s*\\*";for(var l=0;l<u;l++)i(l,s[l]),r[l]||(r[l]=new RegExp(s[l]));function p(e,t){if(t&&"object"==typeof t||(t={loose:!!t,includePrerelease:!1}),e instanceof f)return e;if("string"!=typeof e)return null;if(e.length>256)return null;if(!(t.loose?r[a.LOOSE]:r[a.FULL]).test(e))return null;try{return new f(e,t)}catch(e){return null}}function f(e,t){if(t&&"object"==typeof t||(t={loose:!!t,includePrerelease:!1}),e instanceof f){if(e.loose===t.loose)return e;e=e.version}else if("string"!=typeof e)throw new TypeError("Invalid Version: "+e);if(e.length>256)throw new TypeError("version is longer than 256 characters");if(!(this instanceof f))return new f(e,t);i("SemVer",e,t),this.options=t,this.loose=!!t.loose;var n=e.trim().match(t.loose?r[a.LOOSE]:r[a.FULL]);if(!n)throw new TypeError("Invalid Version: "+e);if(this.raw=e,this.major=+n[1],this.minor=+n[2],this.patch=+n[3],this.major>o||this.major<0)throw new TypeError("Invalid major version");if(this.minor>o||this.minor<0)throw new TypeError("Invalid minor version");if(this.patch>o||this.patch<0)throw new TypeError("Invalid patch version");n[4]?this.prerelease=n[4].split(".").map((function(e){if(/^[0-9]+$/.test(e)){var t=+e;if(t>=0&&t<o)return t}return e})):this.prerelease=[],this.build=n[5]?n[5].split("."):[],this.format()}t.parse=p,t.valid=function(e,t){var n=p(e,t);return n?n.version:null},t.clean=function(e,t){var n=p(e.trim().replace(/^[=v]+/,""),t);return n?n.version:null},t.SemVer=f,f.prototype.format=function(){return this.version=this.major+"."+this.minor+"."+this.patch,this.prerelease.length&&(this.version+="-"+this.prerelease.join(".")),this.version},f.prototype.toString=function(){return this.version},f.prototype.compare=function(e){return i("SemVer.compare",this.version,this.options,e),e instanceof f||(e=new f(e,this.options)),this.compareMain(e)||this.comparePre(e)},f.prototype.compareMain=function(e){return e instanceof f||(e=new f(e,this.options)),h(this.major,e.major)||h(this.minor,e.minor)||h(this.patch,e.patch)},f.prototype.comparePre=function(e){if(e instanceof f||(e=new f(e,this.options)),this.prerelease.length&&!e.prerelease.length)return-1;if(!this.prerelease.length&&e.prerelease.length)return 1;if(!this.prerelease.length&&!e.prerelease.length)return 0;var t=0;do{var n=this.prerelease[t],o=e.prerelease[t];if(i("prerelease compare",t,n,o),void 0===n&&void 0===o)return 0;if(void 0===o)return 1;if(void 0===n)return-1;if(n!==o)return h(n,o)}while(++t)},f.prototype.compareBuild=function(e){e instanceof f||(e=new f(e,this.options));var t=0;do{var n=this.build[t],o=e.build[t];if(i("prerelease compare",t,n,o),void 0===n&&void 0===o)return 0;if(void 0===o)return 1;if(void 0===n)return-1;if(n!==o)return h(n,o)}while(++t)},f.prototype.inc=function(e,t){switch(e){case"premajor":this.prerelease.length=0,this.patch=0,this.minor=0,this.major++,this.inc("pre",t);break;case"preminor":this.prerelease.length=0,this.patch=0,this.minor++,this.inc("pre",t);break;case"prepatch":this.prerelease.length=0,this.inc("patch",t),this.inc("pre",t);break;case"prerelease":0===this.prerelease.length&&this.inc("patch",t),this.inc("pre",t);break;case"major":0===this.minor&&0===this.patch&&0!==this.prerelease.length||this.major++,this.minor=0,this.patch=0,this.prerelease=[];break;case"minor":0===this.patch&&0!==this.prerelease.length||this.minor++,this.patch=0,this.prerelease=[];break;case"patch":0===this.prerelease.length&&this.patch++,this.prerelease=[];break;case"pre":if(0===this.prerelease.length)this.prerelease=[0];else{for(var n=this.prerelease.length;--n>=0;)"number"==typeof this.prerelease[n]&&(this.prerelease[n]++,n=-2);-1===n&&this.prerelease.push(0)}t&&(this.prerelease[0]===t?isNaN(this.prerelease[1])&&(this.prerelease=[t,0]):this.prerelease=[t,0]);break;default:throw new Error("invalid increment argument: "+e)}return this.format(),this.raw=this.version,this},t.inc=function(e,t,n,i){"string"==typeof n&&(i=n,n=void 0);try{return new f(e,n).inc(t,i).version}catch(e){return null}},t.diff=function(e,t){if(A(e,t))return null;var n=p(e),i=p(t),o="";if(n.prerelease.length||i.prerelease.length){o="pre";var r="prerelease"}for(var s in n)if(("major"===s||"minor"===s||"patch"===s)&&n[s]!==i[s])return o+s;return r},t.compareIdentifiers=h;var d=/^[0-9]+$/;function h(e,t){var n=d.test(e),i=d.test(t);return n&&i&&(e=+e,t=+t),e===t?0:n&&!i?-1:i&&!n?1:e<t?-1:1}function g(e,t,n){return new f(e,n).compare(new f(t,n))}function v(e,t,n){return g(e,t,n)>0}function m(e,t,n){return g(e,t,n)<0}function A(e,t,n){return 0===g(e,t,n)}function y(e,t,n){return 0!==g(e,t,n)}function b(e,t,n){return g(e,t,n)>=0}function x(e,t,n){return g(e,t,n)<=0}function w(e,t,n,i){switch(t){case"===":return"object"==typeof e&&(e=e.version),"object"==typeof n&&(n=n.version),e===n;case"!==":return"object"==typeof e&&(e=e.version),"object"==typeof n&&(n=n.version),e!==n;case"":case"=":case"==":return A(e,n,i);case"!=":return y(e,n,i);case">":return v(e,n,i);case">=":return b(e,n,i);case"<":return m(e,n,i);case"<=":return x(e,n,i);default:throw new TypeError("Invalid operator: "+t)}}function E(e,t){if(t&&"object"==typeof t||(t={loose:!!t,includePrerelease:!1}),e instanceof E){if(e.loose===!!t.loose)return e;e=e.value}if(!(this instanceof E))return new E(e,t);i("comparator",e,t),this.options=t,this.loose=!!t.loose,this.parse(e),this.semver===C?this.value="":this.value=this.operator+this.semver.version,i("comp",this)}t.rcompareIdentifiers=function(e,t){return h(t,e)},t.major=function(e,t){return new f(e,t).major},t.minor=function(e,t){return new f(e,t).minor},t.patch=function(e,t){return new f(e,t).patch},t.compare=g,t.compareLoose=function(e,t){return g(e,t,!0)},t.compareBuild=function(e,t,n){var i=new f(e,n),o=new f(t,n);return i.compare(o)||i.compareBuild(o)},t.rcompare=function(e,t,n){return g(t,e,n)},t.sort=function(e,n){return e.sort((function(e,i){return t.compareBuild(e,i,n)}))},t.rsort=function(e,n){return e.sort((function(e,i){return t.compareBuild(i,e,n)}))},t.gt=v,t.lt=m,t.eq=A,t.neq=y,t.gte=b,t.lte=x,t.cmp=w,t.Comparator=E;var C={};function k(e,t){if(t&&"object"==typeof t||(t={loose:!!t,includePrerelease:!1}),e instanceof k)return e.loose===!!t.loose&&e.includePrerelease===!!t.includePrerelease?e:new k(e.raw,t);if(e instanceof E)return new k(e.value,t);if(!(this instanceof k))return new k(e,t);if(this.options=t,this.loose=!!t.loose,this.includePrerelease=!!t.includePrerelease,this.raw=e,this.set=e.split(/\s*\|\|\s*/).map((function(e){return this.parseRange(e.trim())}),this).filter((function(e){return e.length})),!this.set.length)throw new TypeError("Invalid SemVer Range: "+e);this.format()}function D(e,t){for(var n=!0,i=e.slice(),o=i.pop();n&&i.length;)n=i.every((function(e){return o.intersects(e,t)})),o=i.pop();return n}function O(e){return!e||"x"===e.toLowerCase()||"*"===e}function V(e,t,n,i,o,r,s,a,u,c,l,p,f){return((t=O(n)?"":O(i)?">="+n+".0.0":O(o)?">="+n+"."+i+".0":">="+t)+" "+(a=O(u)?"":O(c)?"<"+(+u+1)+".0.0":O(l)?"<"+u+"."+(+c+1)+".0":p?"<="+u+"."+c+"."+l+"-"+p:"<="+a)).trim()}function T(e,t,n){for(var o=0;o<e.length;o++)if(!e[o].test(t))return!1;if(t.prerelease.length&&!n.includePrerelease){for(o=0;o<e.length;o++)if(i(e[o].semver),e[o].semver!==C&&e[o].semver.prerelease.length>0){var r=e[o].semver;if(r.major===t.major&&r.minor===t.minor&&r.patch===t.patch)return!0}return!1}return!0}function R(e,t,n){try{t=new k(t,n)}catch(e){return!1}return t.test(e)}function S(e,t,n,i){var o,r,s,a,u;switch(e=new f(e,i),t=new k(t,i),n){case">":o=v,r=x,s=m,a=">",u=">=";break;case"<":o=m,r=b,s=v,a="<",u="<=";break;default:throw new TypeError('Must provide a hilo val of "<" or ">"')}if(R(e,t,i))return!1;for(var c=0;c<t.set.length;++c){var l=t.set[c],p=null,d=null;if(l.forEach((function(e){e.semver===C&&(e=new E(">=0.0.0")),p=p||e,d=d||e,o(e.semver,p.semver,i)?p=e:s(e.semver,d.semver,i)&&(d=e)})),p.operator===a||p.operator===u)return!1;if((!d.operator||d.operator===a)&&r(e,d.semver))return!1;if(d.operator===u&&s(e,d.semver))return!1}return!0}E.prototype.parse=function(e){var t=this.options.loose?r[a.COMPARATORLOOSE]:r[a.COMPARATOR],n=e.match(t);if(!n)throw new TypeError("Invalid comparator: "+e);this.operator=void 0!==n[1]?n[1]:"","="===this.operator&&(this.operator=""),n[2]?this.semver=new f(n[2],this.options.loose):this.semver=C},E.prototype.toString=function(){return this.value},E.prototype.test=function(e){if(i("Comparator.test",e,this.options.loose),this.semver===C||e===C)return!0;if("string"==typeof e)try{e=new f(e,this.options)}catch(e){return!1}return w(e,this.operator,this.semver,this.options)},E.prototype.intersects=function(e,t){if(!(e instanceof E))throw new TypeError("a Comparator is required");var n;if(t&&"object"==typeof t||(t={loose:!!t,includePrerelease:!1}),""===this.operator)return""===this.value||(n=new k(e.value,t),R(this.value,n,t));if(""===e.operator)return""===e.value||(n=new k(this.value,t),R(e.semver,n,t));var i=!(">="!==this.operator&&">"!==this.operator||">="!==e.operator&&">"!==e.operator),o=!("<="!==this.operator&&"<"!==this.operator||"<="!==e.operator&&"<"!==e.operator),r=this.semver.version===e.semver.version,s=!(">="!==this.operator&&"<="!==this.operator||">="!==e.operator&&"<="!==e.operator),a=w(this.semver,"<",e.semver,t)&&(">="===this.operator||">"===this.operator)&&("<="===e.operator||"<"===e.operator),u=w(this.semver,">",e.semver,t)&&("<="===this.operator||"<"===this.operator)&&(">="===e.operator||">"===e.operator);return i||o||r&&s||a||u},t.Range=k,k.prototype.format=function(){return this.range=this.set.map((function(e){return e.join(" ").trim()})).join("||").trim(),this.range},k.prototype.toString=function(){return this.range},k.prototype.parseRange=function(e){var t=this.options.loose;e=e.trim();var n=t?r[a.HYPHENRANGELOOSE]:r[a.HYPHENRANGE];e=e.replace(n,V),i("hyphen replace",e),e=e.replace(r[a.COMPARATORTRIM],"$1$2$3"),i("comparator trim",e,r[a.COMPARATORTRIM]),e=(e=(e=e.replace(r[a.TILDETRIM],"$1~")).replace(r[a.CARETTRIM],"$1^")).split(/\s+/).join(" ");var o=t?r[a.COMPARATORLOOSE]:r[a.COMPARATOR],s=e.split(" ").map((function(e){return function(e,t){return i("comp",e,t),e=function(e,t){return e.trim().split(/\s+/).map((function(e){return function(e,t){i("caret",e,t);var n=t.loose?r[a.CARETLOOSE]:r[a.CARET];return e.replace(n,(function(t,n,o,r,s){var a;return i("caret",e,t,n,o,r,s),O(n)?a="":O(o)?a=">="+n+".0.0 <"+(+n+1)+".0.0":O(r)?a="0"===n?">="+n+"."+o+".0 <"+n+"."+(+o+1)+".0":">="+n+"."+o+".0 <"+(+n+1)+".0.0":s?(i("replaceCaret pr",s),a="0"===n?"0"===o?">="+n+"."+o+"."+r+"-"+s+" <"+n+"."+o+"."+(+r+1):">="+n+"."+o+"."+r+"-"+s+" <"+n+"."+(+o+1)+".0":">="+n+"."+o+"."+r+"-"+s+" <"+(+n+1)+".0.0"):(i("no pr"),a="0"===n?"0"===o?">="+n+"."+o+"."+r+" <"+n+"."+o+"."+(+r+1):">="+n+"."+o+"."+r+" <"+n+"."+(+o+1)+".0":">="+n+"."+o+"."+r+" <"+(+n+1)+".0.0"),i("caret return",a),a}))}(e,t)})).join(" ")}(e,t),i("caret",e),e=function(e,t){return e.trim().split(/\s+/).map((function(e){return function(e,t){var n=t.loose?r[a.TILDELOOSE]:r[a.TILDE];return e.replace(n,(function(t,n,o,r,s){var a;return i("tilde",e,t,n,o,r,s),O(n)?a="":O(o)?a=">="+n+".0.0 <"+(+n+1)+".0.0":O(r)?a=">="+n+"."+o+".0 <"+n+"."+(+o+1)+".0":s?(i("replaceTilde pr",s),a=">="+n+"."+o+"."+r+"-"+s+" <"+n+"."+(+o+1)+".0"):a=">="+n+"."+o+"."+r+" <"+n+"."+(+o+1)+".0",i("tilde return",a),a}))}(e,t)})).join(" ")}(e,t),i("tildes",e),e=function(e,t){return i("replaceXRanges",e,t),e.split(/\s+/).map((function(e){return function(e,t){e=e.trim();var n=t.loose?r[a.XRANGELOOSE]:r[a.XRANGE];return e.replace(n,(function(n,o,r,s,a,u){i("xRange",e,n,o,r,s,a,u);var c=O(r),l=c||O(s),p=l||O(a),f=p;return"="===o&&f&&(o=""),u=t.includePrerelease?"-0":"",c?n=">"===o||"<"===o?"<0.0.0-0":"*":o&&f?(l&&(s=0),a=0,">"===o?(o=">=",l?(r=+r+1,s=0,a=0):(s=+s+1,a=0)):"<="===o&&(o="<",l?r=+r+1:s=+s+1),n=o+r+"."+s+"."+a+u):l?n=">="+r+".0.0"+u+" <"+(+r+1)+".0.0"+u:p&&(n=">="+r+"."+s+".0"+u+" <"+r+"."+(+s+1)+".0"+u),i("xRange return",n),n}))}(e,t)})).join(" ")}(e,t),i("xrange",e),e=function(e,t){return i("replaceStars",e,t),e.trim().replace(r[a.STAR],"")}(e,t),i("stars",e),e}(e,this.options)}),this).join(" ").split(/\s+/);return this.options.loose&&(s=s.filter((function(e){return!!e.match(o)}))),s=s.map((function(e){return new E(e,this.options)}),this)},k.prototype.intersects=function(e,t){if(!(e instanceof k))throw new TypeError("a Range is required");return this.set.some((function(n){return D(n,t)&&e.set.some((function(e){return D(e,t)&&n.every((function(n){return e.every((function(e){return n.intersects(e,t)}))}))}))}))},t.toComparators=function(e,t){return new k(e,t).set.map((function(e){return e.map((function(e){return e.value})).join(" ").trim().split(" ")}))},k.prototype.test=function(e){if(!e)return!1;if("string"==typeof e)try{e=new f(e,this.options)}catch(e){return!1}for(var t=0;t<this.set.length;t++)if(T(this.set[t],e,this.options))return!0;return!1},t.satisfies=R,t.maxSatisfying=function(e,t,n){var i=null,o=null;try{var r=new k(t,n)}catch(e){return null}return e.forEach((function(e){r.test(e)&&(i&&-1!==o.compare(e)||(o=new f(i=e,n)))})),i},t.minSatisfying=function(e,t,n){var i=null,o=null;try{var r=new k(t,n)}catch(e){return null}return e.forEach((function(e){r.test(e)&&(i&&1!==o.compare(e)||(o=new f(i=e,n)))})),i},t.minVersion=function(e,t){e=new k(e,t);var n=new f("0.0.0");if(e.test(n))return n;if(n=new f("0.0.0-0"),e.test(n))return n;n=null;for(var i=0;i<e.set.length;++i){e.set[i].forEach((function(e){var t=new f(e.semver.version);switch(e.operator){case">":0===t.prerelease.length?t.patch++:t.prerelease.push(0),t.raw=t.format();case"":case">=":n&&!v(n,t)||(n=t);break;case"<":case"<=":break;default:throw new Error("Unexpected operation: "+e.operator)}}))}if(n&&e.test(n))return n;return null},t.validRange=function(e,t){try{return new k(e,t).range||"*"}catch(e){return null}},t.ltr=function(e,t,n){return S(e,t,"<",n)},t.gtr=function(e,t,n){return S(e,t,">",n)},t.outside=S,t.prerelease=function(e,t){var n=p(e,t);return n&&n.prerelease.length?n.prerelease:null},t.intersects=function(e,t,n){return e=new k(e,n),t=new k(t,n),e.intersects(t)},t.coerce=function(e,t){if(e instanceof f)return e;"number"==typeof e&&(e=String(e));if("string"!=typeof e)return null;var n=null;if((t=t||{}).rtl){for(var i;(i=r[a.COERCERTL].exec(e))&&(!n||n.index+n[0].length!==e.length);)n&&i.index+i[0].length===n.index+n[0].length||(n=i),r[a.COERCERTL].lastIndex=i.index+i[1].length+i[2].length;r[a.COERCERTL].lastIndex=-1}else n=e.match(r[a.COERCE]);if(null===n)return null;return p(n[2]+"."+(n[3]||"0")+"."+(n[4]||"0"),t)}}).call(this,n(117))},215:function(e,t,n){"use strict";function i(e,t){for(var n=0;n<t.length;n++){var i=t[n];i.enumerable=i.enumerable||!1,i.configurable=!0,"value"in i&&(i.writable=!0),Object.defineProperty(e,i.key,i)}}n(216),n(229),n(231),n(135),n(240),n(251),n(253),n(255),n(256),Object.defineProperty(t,"__esModule",{value:!0}),t.SimpleBus=void 0;var o="1.1.3",r=function(){function e(){var t,n,i;!function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,e),t=this,n="handlers",i=new Map,n in t?Object.defineProperty(t,n,{value:i,enumerable:!0,configurable:!0,writable:!0}):t[n]=i}var t,n,r;return t=e,(n=[{key:"getVersion",value:function(){return o}},{key:"subscribe",value:function(e,t){this.handlers.set(e,(this.handlers.get(e)||[]).concat(t))}},{key:"unsubscribe",value:function(e,t){this.handlers.set(e,(this.handlers.get(e)||[]).filter((function(e){return e!=t})))}},{key:"emit",value:function(e,t){(this.handlers.get(e)||[]).forEach((function(e){try{e(t)}catch(e){console.error("could not invoke event listener",e)}}))}}])&&i(t.prototype,n),r&&i(t,r),e}();t.SimpleBus=r},216:function(e,t,n){"use strict";var i=n(32),o=n(7),r=n(127),s=n(10),a=n(79),u=n(48),c=n(226),l=n(128),p=n(130),f=n(6),d=n(131),h=f("isConcatSpreadable"),g=d>=51||!o((function(){var e=[];return e[h]=!1,e.concat()[0]!==e})),v=p("concat"),m=function(e){if(!s(e))return!1;var t=e[h];return void 0!==t?!!t:r(e)};i({target:"Array",proto:!0,forced:!g||!v},{concat:function(e){var t,n,i,o,r,s=a(this),p=l(s,0),f=0;for(t=-1,i=arguments.length;t<i;t++)if(r=-1===t?s:arguments[t],m(r)){if(f+(o=u(r.length))>9007199254740991)throw TypeError("Maximum allowed index exceeded");for(n=0;n<o;n++,f++)n in r&&c(p,f,r[n])}else{if(f>=9007199254740991)throw TypeError("Maximum allowed index exceeded");c(p,f++,r)}return p.length=f,p}})},217:function(e,t,n){"use strict";var i={}.propertyIsEnumerable,o=Object.getOwnPropertyDescriptor,r=o&&!i.call({1:2},1);t.f=r?function(e){var t=o(this,e);return!!t&&t.enumerable}:i},218:function(e,t,n){var i=n(5),o=n(122),r=i.WeakMap;e.exports="function"==typeof r&&/native code/.test(o(r))},219:function(e,t,n){var i=n(8),o=n(220),r=n(118),s=n(12);e.exports=function(e,t){for(var n=o(t),a=s.f,u=r.f,c=0;c<n.length;c++){var l=n[c];i(e,l)||a(e,l,u(t,l))}}},220:function(e,t,n){var i=n(47),o=n(222),r=n(225),s=n(20);e.exports=i("Reflect","ownKeys")||function(e){var t=o.f(s(e)),n=r.f;return n?t.concat(n(e)):t}},221:function(e,t,n){var i=n(5);e.exports=i},222:function(e,t,n){var i=n(125),o=n(78).concat("length","prototype");t.f=Object.getOwnPropertyNames||function(e){return i(e,o)}},223:function(e,t,n){var i=n(44),o=n(48),r=n(224),s=function(e){return function(t,n,s){var a,u=i(t),c=o(u.length),l=r(s,c);if(e&&n!=n){for(;c>l;)if((a=u[l++])!=a)return!0}else for(;c>l;l++)if((e||l in u)&&u[l]===n)return e||l||0;return!e&&-1}};e.exports={includes:s(!0),indexOf:s(!1)}},224:function(e,t,n){var i=n(77),o=Math.max,r=Math.min;e.exports=function(e,t){var n=i(e);return n<0?o(n+t,0):r(n,t)}},225:function(e,t){t.f=Object.getOwnPropertySymbols},226:function(e,t,n){"use strict";var i=n(72),o=n(12),r=n(43);e.exports=function(e,t,n){var s=i(t);s in e?o.f(e,s,r(0,n)):e[s]=n}},227:function(e,t,n){var i=n(129);e.exports=i&&!Symbol.sham&&"symbol"==typeof Symbol.iterator},228:function(e,t,n){var i=n(47);e.exports=i("navigator","userAgent")||""},229:function(e,t,n){"use strict";var i=n(32),o=n(132).filter,r=n(130),s=n(133),a=r("filter"),u=s("filter");i({target:"Array",proto:!0,forced:!a||!u},{filter:function(e){return o(this,e,arguments.length>1?arguments[1]:void 0)}})},230:function(e,t){e.exports=function(e){if("function"!=typeof e)throw TypeError(String(e)+" is not a function");return e}},231:function(e,t,n){"use strict";var i=n(32),o=n(134);i({target:"Array",proto:!0,forced:[].forEach!=o},{forEach:o})},232:function(e,t,n){"use strict";var i=n(7);e.exports=function(e,t){var n=[][e];return!!n&&i((function(){n.call(null,t||function(){throw 1},1)}))}},233:function(e,t,n){var i=n(6),o=n(81),r=n(12),s=i("unscopables"),a=Array.prototype;null==a[s]&&r.f(a,s,{configurable:!0,value:o(null)}),e.exports=function(e){a[s][e]=!0}},234:function(e,t,n){var i=n(15),o=n(12),r=n(20),s=n(235);e.exports=i?Object.defineProperties:function(e,t){r(e);for(var n,i=s(t),a=i.length,u=0;a>u;)o.f(e,n=i[u++],t[n]);return e}},235:function(e,t,n){var i=n(125),o=n(78);e.exports=Object.keys||function(e){return i(e,o)}},236:function(e,t,n){var i=n(47);e.exports=i("document","documentElement")},237:function(e,t,n){"use strict";var i=n(136).IteratorPrototype,o=n(81),r=n(43),s=n(83),a=n(34),u=function(){return this};e.exports=function(e,t,n){var c=t+" Iterator";return e.prototype=o(i,{next:r(1,n)}),s(e,c,!1,!0),a[c]=u,e}},238:function(e,t,n){var i=n(7);e.exports=!i((function(){function e(){}return e.prototype.constructor=null,Object.getPrototypeOf(new e)!==e.prototype}))},239:function(e,t,n){var i=n(10);e.exports=function(e){if(!i(e)&&null!==e)throw TypeError("Can't set "+String(e)+" as a prototype");return e}},240:function(e,t,n){"use strict";var i=n(241),o=n(248);e.exports=i("Map",(function(e){return function(){return e(this,arguments.length?arguments[0]:void 0)}}),o)},241:function(e,t,n){"use strict";var i=n(32),o=n(5),r=n(126),s=n(33),a=n(139),u=n(140),c=n(142),l=n(10),p=n(7),f=n(246),d=n(83),h=n(247);e.exports=function(e,t,n){var g=-1!==e.indexOf("Map"),v=-1!==e.indexOf("Weak"),m=g?"set":"add",A=o[e],y=A&&A.prototype,b=A,x={},w=function(e){var t=y[e];s(y,e,"add"==e?function(e){return t.call(this,0===e?0:e),this}:"delete"==e?function(e){return!(v&&!l(e))&&t.call(this,0===e?0:e)}:"get"==e?function(e){return v&&!l(e)?void 0:t.call(this,0===e?0:e)}:"has"==e?function(e){return!(v&&!l(e))&&t.call(this,0===e?0:e)}:function(e,n){return t.call(this,0===e?0:e,n),this})};if(r(e,"function"!=typeof A||!(v||y.forEach&&!p((function(){(new A).entries().next()})))))b=n.getConstructor(t,e,g,m),a.REQUIRED=!0;else if(r(e,!0)){var E=new b,C=E[m](v?{}:-0,1)!=E,k=p((function(){E.has(1)})),D=f((function(e){new A(e)})),O=!v&&p((function(){for(var e=new A,t=5;t--;)e[m](t,t);return!e.has(-0)}));D||((b=t((function(t,n){c(t,b,e);var i=h(new A,t,b);return null!=n&&u(n,i[m],i,g),i}))).prototype=y,y.constructor=b),(k||O)&&(w("delete"),w("has"),g&&w("get")),(O||C)&&w(m),v&&y.clear&&delete y.clear}return x[e]=b,i({global:!0,forced:b!=A},x),d(b,e),v||n.setStrong(b,e,g),b}},242:function(e,t,n){var i=n(7);e.exports=!i((function(){return Object.isExtensible(Object.preventExtensions({}))}))},243:function(e,t,n){var i=n(6),o=n(34),r=i("iterator"),s=Array.prototype;e.exports=function(e){return void 0!==e&&(o.Array===e||s[r]===e)}},244:function(e,t,n){var i=n(141),o=n(34),r=n(6)("iterator");e.exports=function(e){if(null!=e)return e[r]||e["@@iterator"]||o[i(e)]}},245:function(e,t,n){var i=n(20);e.exports=function(e,t,n,o){try{return o?t(i(n)[0],n[1]):t(n)}catch(t){var r=e.return;throw void 0!==r&&i(r.call(e)),t}}},246:function(e,t,n){var i=n(6)("iterator"),o=!1;try{var r=0,s={next:function(){return{done:!!r++}},return:function(){o=!0}};s[i]=function(){return this},Array.from(s,(function(){throw 2}))}catch(e){}e.exports=function(e,t){if(!t&&!o)return!1;var n=!1;try{var r={};r[i]=function(){return{next:function(){return{done:n=!0}}}},e(r)}catch(e){}return n}},247:function(e,t,n){var i=n(10),o=n(138);e.exports=function(e,t,n){var r,s;return o&&"function"==typeof(r=t.constructor)&&r!==n&&i(s=r.prototype)&&s!==n.prototype&&o(e,s),e}},248:function(e,t,n){"use strict";var i=n(12).f,o=n(81),r=n(249),s=n(80),a=n(142),u=n(140),c=n(82),l=n(250),p=n(15),f=n(139).fastKey,d=n(45),h=d.set,g=d.getterFor;e.exports={getConstructor:function(e,t,n,c){var l=e((function(e,i){a(e,l,t),h(e,{type:t,index:o(null),first:void 0,last:void 0,size:0}),p||(e.size=0),null!=i&&u(i,e[c],e,n)})),d=g(t),v=function(e,t,n){var i,o,r=d(e),s=m(e,t);return s?s.value=n:(r.last=s={index:o=f(t,!0),key:t,value:n,previous:i=r.last,next:void 0,removed:!1},r.first||(r.first=s),i&&(i.next=s),p?r.size++:e.size++,"F"!==o&&(r.index[o]=s)),e},m=function(e,t){var n,i=d(e),o=f(t);if("F"!==o)return i.index[o];for(n=i.first;n;n=n.next)if(n.key==t)return n};return r(l.prototype,{clear:function(){for(var e=d(this),t=e.index,n=e.first;n;)n.removed=!0,n.previous&&(n.previous=n.previous.next=void 0),delete t[n.index],n=n.next;e.first=e.last=void 0,p?e.size=0:this.size=0},delete:function(e){var t=d(this),n=m(this,e);if(n){var i=n.next,o=n.previous;delete t.index[n.index],n.removed=!0,o&&(o.next=i),i&&(i.previous=o),t.first==n&&(t.first=i),t.last==n&&(t.last=o),p?t.size--:this.size--}return!!n},forEach:function(e){for(var t,n=d(this),i=s(e,arguments.length>1?arguments[1]:void 0,3);t=t?t.next:n.first;)for(i(t.value,t.key,this);t&&t.removed;)t=t.previous},has:function(e){return!!m(this,e)}}),r(l.prototype,n?{get:function(e){var t=m(this,e);return t&&t.value},set:function(e,t){return v(this,0===e?0:e,t)}}:{add:function(e){return v(this,e=0===e?0:e,e)}}),p&&i(l.prototype,"size",{get:function(){return d(this).size}}),l},setStrong:function(e,t,n){var i=t+" Iterator",o=g(t),r=g(i);c(e,t,(function(e,t){h(this,{type:i,target:e,state:o(e),kind:t,last:void 0})}),(function(){for(var e=r(this),t=e.kind,n=e.last;n&&n.removed;)n=n.previous;return e.target&&(e.last=n=n?n.next:e.state.first)?"keys"==t?{value:n.key,done:!1}:"values"==t?{value:n.value,done:!1}:{value:[n.key,n.value],done:!1}:(e.target=void 0,{value:void 0,done:!0})}),n?"entries":"values",!n,!0),l(t)}}},249:function(e,t,n){var i=n(33);e.exports=function(e,t,n){for(var o in t)i(e,o,t[o],n);return e}},250:function(e,t,n){"use strict";var i=n(47),o=n(12),r=n(6),s=n(15),a=r("species");e.exports=function(e){var t=i(e),n=o.f;s&&t&&!t[a]&&n(t,a,{configurable:!0,get:function(){return this}})}},251:function(e,t,n){var i=n(84),o=n(33),r=n(252);i||o(Object.prototype,"toString",r,{unsafe:!0})},252:function(e,t,n){"use strict";var i=n(84),o=n(141);e.exports=i?{}.toString:function(){return"[object "+o(this)+"]"}},253:function(e,t,n){"use strict";var i=n(254).charAt,o=n(45),r=n(82),s=o.set,a=o.getterFor("String Iterator");r(String,"String",(function(e){s(this,{type:"String Iterator",string:String(e),index:0})}),(function(){var e,t=a(this),n=t.string,o=t.index;return o>=n.length?{value:void 0,done:!0}:(e=i(n,o),t.index+=e.length,{value:e,done:!1})}))},254:function(e,t,n){var i=n(77),o=n(71),r=function(e){return function(t,n){var r,s,a=String(o(t)),u=i(n),c=a.length;return u<0||u>=c?e?"":void 0:(r=a.charCodeAt(u))<55296||r>56319||u+1===c||(s=a.charCodeAt(u+1))<56320||s>57343?e?a.charAt(u):r:e?a.slice(u,u+2):s-56320+(r-55296<<10)+65536}};e.exports={codeAt:r(!1),charAt:r(!0)}},255:function(e,t,n){var i=n(5),o=n(143),r=n(134),s=n(16);for(var a in o){var u=i[a],c=u&&u.prototype;if(c&&c.forEach!==r)try{s(c,"forEach",r)}catch(e){c.forEach=r}}},256:function(e,t,n){var i=n(5),o=n(143),r=n(135),s=n(16),a=n(6),u=a("iterator"),c=a("toStringTag"),l=r.values;for(var p in o){var f=i[p],d=f&&f.prototype;if(d){if(d[u]!==l)try{s(d,u,l)}catch(e){d[u]=l}if(d[c]||s(d,c,p),o[p])for(var h in r)if(d[h]!==r[h])try{s(d,h,r[h])}catch(e){d[h]=r[h]}}}},32:function(e,t,n){var i=n(5),o=n(118).f,r=n(16),s=n(33),a=n(73),u=n(219),c=n(126);e.exports=function(e,t){var n,l,p,f,d,h=e.target,g=e.global,v=e.stat;if(n=g?i:v?i[h]||a(h,{}):(i[h]||{}).prototype)for(l in t){if(f=t[l],p=e.noTargetGet?(d=o(n,l))&&d.value:n[l],!c(g?l:h+(v?".":"#")+l,e.forced)&&void 0!==p){if(typeof f==typeof p)continue;u(f,p)}(e.sham||p&&p.sham)&&r(f,"sham",!0),s(n,l,f,e)}}},33:function(e,t,n){var i=n(5),o=n(16),r=n(8),s=n(73),a=n(122),u=n(45),c=u.get,l=u.enforce,p=String(String).split("String");(e.exports=function(e,t,n,a){var u=!!a&&!!a.unsafe,c=!!a&&!!a.enumerable,f=!!a&&!!a.noTargetGet;"function"==typeof n&&("string"!=typeof t||r(n,"name")||o(n,"name",t),l(n).source=p.join("string"==typeof t?t:"")),e!==i?(u?!f&&e[t]&&(c=!0):delete e[t],c?e[t]=n:o(e,t,n)):c?e[t]=n:s(t,n)})(Function.prototype,"toString",(function(){return"function"==typeof this&&c(this).source||a(this)}))},34:function(e,t){e.exports={}},41:function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.subscribe=function(e,t){r.subscribe(e,t)},t.unsubscribe=function(e,t){r.unsubscribe(e,t)},t.emit=function(e,t){r.emit(e,t)};var i=n(213),o=n(215);var r=(void 0!==window.OC&&window.OC._eventBus&&void 0===window._nc_event_bus&&(console.warn("found old event bus instance at OC._eventBus. Update your version!"),window._nc_event_bus=window.OC._eventBus),void 0!==window._nc_event_bus?new i.ProxyBus(window._nc_event_bus):window._nc_event_bus=new o.SimpleBus)},43:function(e,t){e.exports=function(e,t){return{enumerable:!(1&e),configurable:!(2&e),writable:!(4&e),value:t}}},44:function(e,t,n){var i=n(119),o=n(71);e.exports=function(e){return i(o(e))}},45:function(e,t,n){var i,o,r,s=n(218),a=n(5),u=n(10),c=n(16),l=n(8),p=n(74),f=n(46),d=a.WeakMap;if(s){var h=new d,g=h.get,v=h.has,m=h.set;i=function(e,t){return m.call(h,e,t),t},o=function(e){return g.call(h,e)||{}},r=function(e){return v.call(h,e)}}else{var A=p("state");f[A]=!0,i=function(e,t){return c(e,A,t),t},o=function(e){return l(e,A)?e[A]:{}},r=function(e){return l(e,A)}}e.exports={set:i,get:o,has:r,enforce:function(e){return r(e)?o(e):i(e,{})},getterFor:function(e){return function(t){var n;if(!u(t)||(n=o(t)).type!==e)throw TypeError("Incompatible receiver, "+e+" required");return n}}}},46:function(e,t){e.exports={}},47:function(e,t,n){var i=n(221),o=n(5),r=function(e){return"function"==typeof e?e:void 0};e.exports=function(e,t){return arguments.length<2?r(i[e])||r(o[e]):i[e]&&i[e][t]||o[e]&&o[e][t]}},48:function(e,t,n){var i=n(77),o=Math.min;e.exports=function(e){return e>0?o(i(e),9007199254740991):0}},5:function(e,t,n){(function(t){var n=function(e){return e&&e.Math==Math&&e};e.exports=n("object"==typeof globalThis&&globalThis)||n("object"==typeof window&&window)||n("object"==typeof self&&self)||n("object"==typeof t&&t)||Function("return this")()}).call(this,n(14))},511:function(e,t,n){"use strict";e.exports=function(e,t){return t||(t={}),"string"!=typeof(e=e&&e.__esModule?e.default:e)?e:(/^['"].*['"]$/.test(e)&&(e=e.slice(1,-1)),t.hash&&(e+=t.hash),/["'() \t\n]/.test(e)||t.needQuotes?'"'.concat(e.replace(/"/g,'\\"').replace(/\n/g,"\\n"),'"'):e)}},517:function(e,t,n){var i,o,r;o=[n(0)],void 0===(r="function"==typeof(i=function(e){return e.ui=e.ui||{},e.ui.version="1.12.1"})?i.apply(t,o):i)||(e.exports=r)},58:function(e,t,n){"use strict";n.d(t,"a",(function(){return u})),n.d(t,"b",(function(){return c}));var i,o,r,s=n(41),a=(i=document,o=s.emit,r=i.getElementsByTagName("head")[0].getAttribute("data-requesttoken"),{getToken:function(){return r},setToken:function(e){o("csrf-token-update",{token:r=e})}}),u=a.getToken,c=a.setToken},6:function(e,t,n){var i=n(5),o=n(124),r=n(8),s=n(76),a=n(129),u=n(227),c=o("wks"),l=i.Symbol,p=u?l:l&&l.withoutSetter||s;e.exports=function(e){return r(c,e)||(a&&r(l,e)?c[e]=l[e]:c[e]=p("Symbol."+e)),c[e]}},7:function(e,t){e.exports=function(e){try{return!!e()}catch(e){return!0}}},70:function(e,t){var n={}.toString;e.exports=function(e){return n.call(e).slice(8,-1)}},71:function(e,t){e.exports=function(e){if(null==e)throw TypeError("Can't call method on "+e);return e}},72:function(e,t,n){var i=n(10);e.exports=function(e,t){if(!i(e))return e;var n,o;if(t&&"function"==typeof(n=e.toString)&&!i(o=n.call(e)))return o;if("function"==typeof(n=e.valueOf)&&!i(o=n.call(e)))return o;if(!t&&"function"==typeof(n=e.toString)&&!i(o=n.call(e)))return o;throw TypeError("Can't convert object to primitive value")}},73:function(e,t,n){var i=n(5),o=n(16);e.exports=function(e,t){try{o(i,e,t)}catch(n){i[e]=t}return t}},74:function(e,t,n){var i=n(124),o=n(76),r=i("keys");e.exports=function(e){return r[e]||(r[e]=o(e))}},745:function(e,t,n){(function(e){var t;(t=e).fn.strengthify=function(e){"use strict";var n={zxcvbn:"zxcvbn/zxcvbn.js",userInputs:[],titles:["Weakest","Weak","So-so","Good","Perfect"],tilesOptions:{tooltip:!0,element:!1},drawTitles:!1,drawMessage:!1,drawBars:!0,$addAfter:null,nonce:null};return this.each((function(){var i=t.extend(n,e);function o(e){return t('div[data-strengthifyFor="'+e+'"]')}function r(){var e=t(this).val(),n=t(this).attr("id"),r=""===e?0:1,s=zxcvbn(e,i.userInputs),a="",u="",c="",l=o(n),p=l.find(".strengthify-container"),f=l.find("[data-strengthifyMessage]");switch(l.children().css("opacity",r).css("-ms-filter",'"progid:DXImageTransform.Microsoft.Alpha(Opacity='+100*r+')"'),i.onResult&&i.onResult(s),s.score){case 0:case 1:a="password-bad",u="danger",c=s.feedback?s.feedback.suggestions.join("<br/>"):"";break;case 2:u="warning",c=s.feedback?s.feedback.suggestions.join("<br/>"):"",a="password-medium";break;case 3:a="password-good",u="info",c="Getting better.";break;case 4:a="password-good",u="success",c="Looks good."}f&&(f.removeAttr("class"),f.addClass("bg-"+u),""===e&&(c=""),f.html(c)),p&&(p.attr("class",a+" strengthify-container").css("width",25*(0===s.score?1:s.score)+"%"),""===e&&p.css("width",0)),i.drawTitles&&(i.tilesOptions.tooltip&&(l.attr("title",i.titles[s.score]).tooltip({placement:"bottom",trigger:"manual"}).tooltip("fixTitle").tooltip("show"),0===r&&l.tooltip("hide")),i.tilesOptions.element&&l.find(".strengthify-tiles").text(i.titles[s.score]))}i.drawTitles||i.drawMessage||i.drawBars||console.warn("expect at least one of 'drawTitles', 'drawMessage', or 'drawBars' to be true"),function(){var e=t(this),n=e.attr("id"),s=r.bind(this),a=i.$addAfter;a||(a=e),a.after('<div class="strengthify-wrapper" data-strengthifyFor="'+e.attr("id")+'"></div>'),i.drawBars&&o(n).append('<div class="strengthify-bg" />').append('<div class="strengthify-container" />').append('<div class="strengthify-separator" style="left: 25%" />').append('<div class="strengthify-separator" style="left: 50%" />').append('<div class="strengthify-separator" style="left: 75%" />'),i.drawMessage&&o(n).append("<div data-strengthifyMessage></div>"),i.drawTitles&&i.tilesOptions&&o(n).append('<div class="strengthify-tiles"></div>');var u=document.createElement("script");u.src=i.zxcvbn,null!==i.nonce&&u.setAttribute("nonce",i.nonce),u.onload=function(){e.parent().on("scroll",s),e.bind("keyup input change",s)},document.head.appendChild(u)}.call(this)}))}}).call(this,n(0))},746:function(e,t,n){var i=n(747);"string"==typeof i&&(i=[[e.i,i,""]]),i.locals&&(e.exports=i.locals);(0,n(101).default)("2f61b848",i,!0,{})},747:function(e,t,n){(t=n(99)(!1)).push([e.i,'/**\n * Strengthify - show the weakness of a password (uses zxcvbn for this)\n * https://github.com/MorrisJobke/strengthify\n * Version: 0.5.8\n * License: The MIT License (MIT)\n * Copyright (c) 2013-2019 Morris Jobke <morris.jobke@gmail.com>\n */\n\n.strengthify-wrapper {\n position: relative;\n}\n\n.strengthify-wrapper > * {\n\t-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";\n\tfilter: alpha(opacity=0);\n\topacity: 0;\n\t-webkit-transition:all .5s ease-in-out;\n\t-moz-transition:all .5s ease-in-out;\n\ttransition:all .5s ease-in-out;\n}\n\n.strengthify-bg, .strengthify-container, .strengthify-separator {\n\theight: 3px;\n}\n\n.strengthify-bg, .strengthify-container {\n\tdisplay: block;\n\tposition: absolute;\n\twidth: 100%;\n}\n\n.strengthify-bg {\n\tbackground-color: #BBB;\n}\n\n.strengthify-separator {\n\tdisplay: inline-block;\n\tposition: absolute;\n\tbackground-color: #FFF;\n\twidth: 1px;\n\tz-index: 10;\n}\n\n.password-bad {\n\tbackground-color: #C33;\n}\n.password-medium {\n\tbackground-color: #F80;\n}\n.password-good {\n\tbackground-color: #3C3;\n}\n\ndiv[data-strengthifyMessage] {\n padding: 3px 8px;\n}\n\n.strengthify-tiles{\n\tfloat: right;\n}\n',""]),e.exports=t},75:function(e,t){e.exports=!1},750:function(e,t,n){var i,o,r;
-/*!
- * jQuery UI Widget 1.12.1
- * http://jqueryui.com
+ */o=[n(0),n(235)],void 0===(r="function"==typeof(i=function(t){return t.ui.keyCode={BACKSPACE:8,COMMA:188,DELETE:46,DOWN:40,END:35,ENTER:13,ESCAPE:27,HOME:36,LEFT:37,PAGE_DOWN:34,PAGE_UP:33,PERIOD:190,RIGHT:39,SPACE:32,TAB:9,UP:38}})?i.apply(e,o):i)||(t.exports=r)},72:function(t,e,n){var i=n(53),o=Function.toString;"function"!=typeof i.inspectSource&&(i.inspectSource=function(t){return o.call(t)}),t.exports=i.inspectSource},73:function(t,e){t.exports=["constructor","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","toLocaleString","toString","valueOf"]},74:function(t,e){e.f=Object.getOwnPropertySymbols},77:function(t,e,n){var i=n(11),o=n(4),r=n(102);t.exports=!i&&!o((function(){return 7!=Object.defineProperty(r("div"),"a",{get:function(){return 7}}).a}))},78:function(t,e,n){var i=n(47),o=n(56),r=i("keys");t.exports=function(t){return r[t]||(r[t]=o(t))}},8:function(t,e,n){var i=n(10);t.exports=function(t){if(!i(t))throw TypeError(String(t)+" is not an object");return t}},85:function(t,e,n){var i=n(13),o=n(22),r=n(66).indexOf,a=n(55);t.exports=function(t,e){var n,s=o(t),u=0,c=[];for(n in s)!i(a,n)&&i(s,n)&&c.push(n);for(;e.length>u;)i(s,n=e[u++])&&(~r(c,n)||c.push(n));return c}},86:function(t,e,n){"use strict";var i=n(4);function o(t,e){return RegExp(t,e)}e.UNSUPPORTED_Y=i((function(){var t=o("a","y");return t.lastIndex=2,null!=t.exec("abcd")})),e.BROKEN_CARET=i((function(){var t=o("^r","gy");return t.lastIndex=2,null!=t.exec("str")}))},87:function(t,e,n){"use strict";n(40);var i=n(21),o=n(48),r=n(4),a=n(9),s=n(18),u=a("species"),c=RegExp.prototype,l=!r((function(){var t=/./;return t.exec=function(){var t=[];return t.groups={a:"7"},t},"7"!=="".replace(t,"$<a>")})),p="$0"==="a".replace(/./,"$0"),f=a("replace"),d=!!/./[f]&&""===/./[f]("a","$0"),A=!r((function(){var t=/(?:)/,e=t.exec;t.exec=function(){return e.apply(this,arguments)};var n="ab".split(t);return 2!==n.length||"a"!==n[0]||"b"!==n[1]}));t.exports=function(t,e,n,f){var h=a(t),g=!r((function(){var e={};return e[h]=function(){return 7},7!=""[t](e)})),v=g&&!r((function(){var e=!1,n=/a/;return"split"===t&&((n={}).constructor={},n.constructor[u]=function(){return n},n.flags="",n[h]=/./[h]),n.exec=function(){return e=!0,null},n[h](""),!e}));if(!g||!v||"replace"===t&&(!l||!p||d)||"split"===t&&!A){var m=/./[h],b=n(h,""[t],(function(t,e,n,i,r){var a=e.exec;return a===o||a===c.exec?g&&!r?{done:!0,value:m.call(e,n,i)}:{done:!0,value:t.call(n,e,i)}:{done:!1}}),{REPLACE_KEEPS_$0:p,REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE:d}),C=b[0],y=b[1];i(String.prototype,t,C),i(c,h,2==e?function(t,e){return y.call(t,this,e)}:function(t){return y.call(t,this)})}f&&s(c[h],"sham",!0)}},88:function(t,e,n){var i=n(32);t.exports=i("navigator","userAgent")||""},89:function(t,e,n){var i=n(23),o=n(20),r=function(t){return function(e,n){var r,a,s=String(o(e)),u=i(n),c=s.length;return u<0||u>=c?t?"":void 0:(r=s.charCodeAt(u))<55296||r>56319||u+1===c||(a=s.charCodeAt(u+1))<56320||a>57343?t?s.charAt(u):r:t?s.slice(u,u+2):a-56320+(r-55296<<10)+65536}};t.exports={codeAt:r(!1),charAt:r(!0)}},9:function(t,e,n){var i=n(5),o=n(47),r=n(13),a=n(56),s=n(67),u=n(111),c=o("wks"),l=i.Symbol,p=u?l:l&&l.withoutSetter||a;t.exports=function(t){return r(c,t)&&(s||"string"==typeof c[t])||(s&&r(l,t)?c[t]=l[t]:c[t]=p("Symbol."+t)),c[t]}},90:function(t,e,n){var i=n(28),o=n(48);t.exports=function(t,e){var n=t.exec;if("function"==typeof n){var r=n.call(t,e);if("object"!=typeof r)throw TypeError("RegExp exec method returned something other than an Object or null");return r}if("RegExp"!==i(t))throw TypeError("RegExp#exec called on incompatible receiver");return o.call(t,e)}},94:function(t,e,n){var i=n(4),o=/#|\.prototype\./,r=function(t,e){var n=s[a(t)];return n==c||n!=u&&("function"==typeof e?i(e):!!e)},a=r.normalize=function(t){return String(t).replace(o,".").toLowerCase()},s=r.data={},u=r.NATIVE="N",c=r.POLYFILL="P";t.exports=r},946:function(t,e,n){"use strict";n.r(e);var i=n(0),o=n.n(i),r=n(39),a=n(69);n(515),n(703);var s=n(25),u=n.n(s),c=n(630),l={insert:"head",singleton:!1},p=(u()(c.a,l),c.a.locals,n(631)),f={insert:"head",singleton:!1};u()(p.a,f),p.a.locals,n(517),n(519),n(520),n(521);
+/**
+ * @copyright Copyright (c) 2016 Julius Härtl <jus@bitgrid.net>
*
- * Copyright jQuery Foundation and other contributors
- * Released under the MIT license.
- * http://jquery.org/license
- */o=[n(0),n(517)],void 0===(r="function"==typeof(i=function(e){var t,n=0,i=Array.prototype.slice;return e.cleanData=(t=e.cleanData,function(n){var i,o,r;for(r=0;null!=(o=n[r]);r++)try{(i=e._data(o,"events"))&&i.remove&&e(o).triggerHandler("remove")}catch(e){}t(n)}),e.widget=function(t,n,i){var o,r,s,a={},u=t.split(".")[0],c=u+"-"+(t=t.split(".")[1]);return i||(i=n,n=e.Widget),e.isArray(i)&&(i=e.extend.apply(null,[{}].concat(i))),e.expr[":"][c.toLowerCase()]=function(t){return!!e.data(t,c)},e[u]=e[u]||{},o=e[u][t],r=e[u][t]=function(e,t){if(!this._createWidget)return new r(e,t);arguments.length&&this._createWidget(e,t)},e.extend(r,o,{version:i.version,_proto:e.extend({},i),_childConstructors:[]}),(s=new n).options=e.widget.extend({},s.options),e.each(i,(function(t,i){e.isFunction(i)?a[t]=function(){function e(){return n.prototype[t].apply(this,arguments)}function o(e){return n.prototype[t].apply(this,e)}return function(){var t,n=this._super,r=this._superApply;return this._super=e,this._superApply=o,t=i.apply(this,arguments),this._super=n,this._superApply=r,t}}():a[t]=i})),r.prototype=e.widget.extend(s,{widgetEventPrefix:o&&s.widgetEventPrefix||t},a,{constructor:r,namespace:u,widgetName:t,widgetFullName:c}),o?(e.each(o._childConstructors,(function(t,n){var i=n.prototype;e.widget(i.namespace+"."+i.widgetName,r,n._proto)})),delete o._childConstructors):n._childConstructors.push(r),e.widget.bridge(t,r),r},e.widget.extend=function(t){for(var n,o,r=i.call(arguments,1),s=0,a=r.length;s<a;s++)for(n in r[s])o=r[s][n],r[s].hasOwnProperty(n)&&void 0!==o&&(e.isPlainObject(o)?t[n]=e.isPlainObject(t[n])?e.widget.extend({},t[n],o):e.widget.extend({},o):t[n]=o);return t},e.widget.bridge=function(t,n){var o=n.prototype.widgetFullName||t;e.fn[t]=function(r){var s="string"==typeof r,a=i.call(arguments,1),u=this;return s?this.length||"instance"!==r?this.each((function(){var n,i=e.data(this,o);return"instance"===r?(u=i,!1):i?e.isFunction(i[r])&&"_"!==r.charAt(0)?(n=i[r].apply(i,a))!==i&&void 0!==n?(u=n&&n.jquery?u.pushStack(n.get()):n,!1):void 0:e.error("no such method '"+r+"' for "+t+" widget instance"):e.error("cannot call methods on "+t+" prior to initialization; attempted to call method '"+r+"'")})):u=void 0:(a.length&&(r=e.widget.extend.apply(null,[r].concat(a))),this.each((function(){var t=e.data(this,o);t?(t.option(r||{}),t._init&&t._init()):e.data(this,o,new n(r,this))}))),u}},e.Widget=function(){},e.Widget._childConstructors=[],e.Widget.prototype={widgetName:"widget",widgetEventPrefix:"",defaultElement:"<div>",options:{classes:{},disabled:!1,create:null},_createWidget:function(t,i){i=e(i||this.defaultElement||this)[0],this.element=e(i),this.uuid=n++,this.eventNamespace="."+this.widgetName+this.uuid,this.bindings=e(),this.hoverable=e(),this.focusable=e(),this.classesElementLookup={},i!==this&&(e.data(i,this.widgetFullName,this),this._on(!0,this.element,{remove:function(e){e.target===i&&this.destroy()}}),this.document=e(i.style?i.ownerDocument:i.document||i),this.window=e(this.document[0].defaultView||this.document[0].parentWindow)),this.options=e.widget.extend({},this.options,this._getCreateOptions(),t),this._create(),this.options.disabled&&this._setOptionDisabled(this.options.disabled),this._trigger("create",null,this._getCreateEventData()),this._init()},_getCreateOptions:function(){return{}},_getCreateEventData:e.noop,_create:e.noop,_init:e.noop,destroy:function(){var t=this;this._destroy(),e.each(this.classesElementLookup,(function(e,n){t._removeClass(n,e)})),this.element.off(this.eventNamespace).removeData(this.widgetFullName),this.widget().off(this.eventNamespace).removeAttr("aria-disabled"),this.bindings.off(this.eventNamespace)},_destroy:e.noop,widget:function(){return this.element},option:function(t,n){var i,o,r,s=t;if(0===arguments.length)return e.widget.extend({},this.options);if("string"==typeof t)if(s={},i=t.split("."),t=i.shift(),i.length){for(o=s[t]=e.widget.extend({},this.options[t]),r=0;r<i.length-1;r++)o[i[r]]=o[i[r]]||{},o=o[i[r]];if(t=i.pop(),1===arguments.length)return void 0===o[t]?null:o[t];o[t]=n}else{if(1===arguments.length)return void 0===this.options[t]?null:this.options[t];s[t]=n}return this._setOptions(s),this},_setOptions:function(e){var t;for(t in e)this._setOption(t,e[t]);return this},_setOption:function(e,t){return"classes"===e&&this._setOptionClasses(t),this.options[e]=t,"disabled"===e&&this._setOptionDisabled(t),this},_setOptionClasses:function(t){var n,i,o;for(n in t)o=this.classesElementLookup[n],t[n]!==this.options.classes[n]&&o&&o.length&&(i=e(o.get()),this._removeClass(o,n),i.addClass(this._classes({element:i,keys:n,classes:t,add:!0})))},_setOptionDisabled:function(e){this._toggleClass(this.widget(),this.widgetFullName+"-disabled",null,!!e),e&&(this._removeClass(this.hoverable,null,"ui-state-hover"),this._removeClass(this.focusable,null,"ui-state-focus"))},enable:function(){return this._setOptions({disabled:!1})},disable:function(){return this._setOptions({disabled:!0})},_classes:function(t){var n=[],i=this;function o(o,r){var s,a;for(a=0;a<o.length;a++)s=i.classesElementLookup[o[a]]||e(),s=t.add?e(e.unique(s.get().concat(t.element.get()))):e(s.not(t.element).get()),i.classesElementLookup[o[a]]=s,n.push(o[a]),r&&t.classes[o[a]]&&n.push(t.classes[o[a]])}return t=e.extend({element:this.element,classes:this.options.classes||{}},t),this._on(t.element,{remove:"_untrackClassesElement"}),t.keys&&o(t.keys.match(/\S+/g)||[],!0),t.extra&&o(t.extra.match(/\S+/g)||[]),n.join(" ")},_untrackClassesElement:function(t){var n=this;e.each(n.classesElementLookup,(function(i,o){-1!==e.inArray(t.target,o)&&(n.classesElementLookup[i]=e(o.not(t.target).get()))}))},_removeClass:function(e,t,n){return this._toggleClass(e,t,n,!1)},_addClass:function(e,t,n){return this._toggleClass(e,t,n,!0)},_toggleClass:function(e,t,n,i){i="boolean"==typeof i?i:n;var o="string"==typeof e||null===e,r={extra:o?t:n,keys:o?e:t,element:o?this.element:e,add:i};return r.element.toggleClass(this._classes(r),i),this},_on:function(t,n,i){var o,r=this;"boolean"!=typeof t&&(i=n,n=t,t=!1),i?(n=o=e(n),this.bindings=this.bindings.add(n)):(i=n,n=this.element,o=this.widget()),e.each(i,(function(i,s){function a(){if(t||!0!==r.options.disabled&&!e(this).hasClass("ui-state-disabled"))return("string"==typeof s?r[s]:s).apply(r,arguments)}"string"!=typeof s&&(a.guid=s.guid=s.guid||a.guid||e.guid++);var u=i.match(/^([\w:-]*)\s*(.*)$/),c=u[1]+r.eventNamespace,l=u[2];l?o.on(c,l,a):n.on(c,a)}))},_off:function(t,n){n=(n||"").split(" ").join(this.eventNamespace+" ")+this.eventNamespace,t.off(n).off(n),this.bindings=e(this.bindings.not(t).get()),this.focusable=e(this.focusable.not(t).get()),this.hoverable=e(this.hoverable.not(t).get())},_delay:function(e,t){var n=this;return setTimeout((function(){return("string"==typeof e?n[e]:e).apply(n,arguments)}),t||0)},_hoverable:function(t){this.hoverable=this.hoverable.add(t),this._on(t,{mouseenter:function(t){this._addClass(e(t.currentTarget),null,"ui-state-hover")},mouseleave:function(t){this._removeClass(e(t.currentTarget),null,"ui-state-hover")}})},_focusable:function(t){this.focusable=this.focusable.add(t),this._on(t,{focusin:function(t){this._addClass(e(t.currentTarget),null,"ui-state-focus")},focusout:function(t){this._removeClass(e(t.currentTarget),null,"ui-state-focus")}})},_trigger:function(t,n,i){var o,r,s=this.options[t];if(i=i||{},(n=e.Event(n)).type=(t===this.widgetEventPrefix?t:this.widgetEventPrefix+t).toLowerCase(),n.target=this.element[0],r=n.originalEvent)for(o in r)o in n||(n[o]=r[o]);return this.element.trigger(n,i),!(e.isFunction(s)&&!1===s.apply(this.element[0],[n].concat(i))||n.isDefaultPrevented())}},e.each({show:"fadeIn",hide:"fadeOut"},(function(t,n){e.Widget.prototype["_"+t]=function(i,o,r){var s;"string"==typeof o&&(o={effect:o});var a=o?!0===o||"number"==typeof o?n:o.effect||n:t;"number"==typeof(o=o||{})&&(o={duration:o}),s=!e.isEmptyObject(o),o.complete=r,o.delay&&i.delay(o.delay),s&&e.effects&&e.effects.effect[a]?i[t](o):a!==t&&i[a]?i[a](o.duration,o.easing,r):i.queue((function(n){e(this)[t](),r&&r.call(i[0]),n()}))}})),e.widget})?i.apply(t,o):i)||(e.exports=r)},76:function(e,t){var n=0,i=Math.random();e.exports=function(e){return"Symbol("+String(void 0===e?"":e)+")_"+(++n+i).toString(36)}},77:function(e,t){var n=Math.ceil,i=Math.floor;e.exports=function(e){return isNaN(e=+e)?0:(e>0?i:n)(e)}},78:function(e,t){e.exports=["constructor","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","toLocaleString","toString","valueOf"]},79:function(e,t,n){var i=n(71);e.exports=function(e){return Object(i(e))}},8:function(e,t){var n={}.hasOwnProperty;e.exports=function(e,t){return n.call(e,t)}},80:function(e,t,n){var i=n(230);e.exports=function(e,t,n){if(i(e),void 0===t)return e;switch(n){case 0:return function(){return e.call(t)};case 1:return function(n){return e.call(t,n)};case 2:return function(n,i){return e.call(t,n,i)};case 3:return function(n,i,o){return e.call(t,n,i,o)}}return function(){return e.apply(t,arguments)}}},81:function(e,t,n){var i,o=n(20),r=n(234),s=n(78),a=n(46),u=n(236),c=n(121),l=n(74),p=l("IE_PROTO"),f=function(){},d=function(e){return"<script>"+e+"<\/script>"},h=function(){try{i=document.domain&&new ActiveXObject("htmlfile")}catch(e){}var e,t;h=i?function(e){e.write(d("")),e.close();var t=e.parentWindow.Object;return e=null,t}(i):((t=c("iframe")).style.display="none",u.appendChild(t),t.src=String("javascript:"),(e=t.contentWindow.document).open(),e.write(d("document.F=Object")),e.close(),e.F);for(var n=s.length;n--;)delete h.prototype[s[n]];return h()};a[p]=!0,e.exports=Object.create||function(e,t){var n;return null!==e?(f.prototype=o(e),n=new f,f.prototype=null,n[p]=e):n=h(),void 0===t?n:r(n,t)}},815:function(e,t,n){var i,o,r;o=[n(0),n(517)],void 0===(r="function"==typeof(i=function(e){return e.ui.escapeSelector=(t=/([!"#$%&'()*+,./:;<=>?@[\]^`{|}~])/g,function(e){return e.replace(t,"\\$1")});var t})?i.apply(t,o):i)||(e.exports=r)},82:function(e,t,n){"use strict";var i=n(32),o=n(237),r=n(137),s=n(138),a=n(83),u=n(16),c=n(33),l=n(6),p=n(75),f=n(34),d=n(136),h=d.IteratorPrototype,g=d.BUGGY_SAFARI_ITERATORS,v=l("iterator"),m=function(){return this};e.exports=function(e,t,n,l,d,A,y){o(n,t,l);var b,x,w,E=function(e){if(e===d&&V)return V;if(!g&&e in D)return D[e];switch(e){case"keys":case"values":case"entries":return function(){return new n(this,e)}}return function(){return new n(this)}},C=t+" Iterator",k=!1,D=e.prototype,O=D[v]||D["@@iterator"]||d&&D[d],V=!g&&O||E(d),T="Array"==t&&D.entries||O;if(T&&(b=r(T.call(new e)),h!==Object.prototype&&b.next&&(p||r(b)===h||(s?s(b,h):"function"!=typeof b[v]&&u(b,v,m)),a(b,C,!0,!0),p&&(f[C]=m))),"values"==d&&O&&"values"!==O.name&&(k=!0,V=function(){return O.call(this)}),p&&!y||D[v]===V||u(D,v,V),f[t]=V,d)if(x={values:E("values"),keys:A?V:E("keys"),entries:E("entries")},y)for(w in x)!g&&!k&&w in D||c(D,w,x[w]);else i({target:t,proto:!0,forced:g||k},x);return x}},83:function(e,t,n){var i=n(12).f,o=n(8),r=n(6)("toStringTag");e.exports=function(e,t,n){e&&!o(e=n?e:e.prototype,r)&&i(e,r,{configurable:!0,value:t})}},84:function(e,t,n){var i={};i[n(6)("toStringTag")]="z",e.exports="[object z]"===String(i)},99:function(e,t,n){"use strict";e.exports=function(e){var t=[];return t.toString=function(){return this.map((function(t){var n=function(e,t){var n=e[1]||"",i=e[3];if(!i)return n;if(t&&"function"==typeof btoa){var o=(s=i,a=btoa(unescape(encodeURIComponent(JSON.stringify(s)))),u="sourceMappingURL=data:application/json;charset=utf-8;base64,".concat(a),"/*# ".concat(u," */")),r=i.sources.map((function(e){return"/*# sourceURL=".concat(i.sourceRoot||"").concat(e," */")}));return[n].concat(r).concat([o]).join("\n")}var s,a,u;return[n].join("\n")}(t,e);return t[2]?"@media ".concat(t[2]," {").concat(n,"}"):n})).join("")},t.i=function(e,n){"string"==typeof e&&(e=[[null,e,""]]);for(var i=0;i<e.length;i++){var o=[].concat(e[i]);n&&(o[2]?o[2]="".concat(n," and ").concat(o[2]):o[2]=n),t.push(o)}},t}}});
+ * @author John Molakvoæ <skjnldsv@protonmail.com>
+ * @author Julius Härtl <jus@bitgrid.net>
+ * @author Richard Steinmetz <richard@steinmetz.cloud>
+ *
+ * @license GNU AGPL version 3 or any later version
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Affero General Public License as
+ * published by the Free Software Foundation, either version 3 of the
+ * License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Affero General Public License for more details.
+ *
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ *
+ */
+window.addEventListener("DOMContentLoaded",(function(){const t=!!o()("#hasSQLite").val();o()("#hasMySQL").val(),o()("#hasPostgreSQL").val(),o()("#hasOracle").val();o()("#selectDbType").buttonset(),o()("#selectDbType p.info a").button("destroy"),o()("#hasSQLite").val()?(o()("#use_other_db").hide(),o()("#use_oracle_db").hide()):o()("#sqliteInformation").hide(),o()("#adminlogin").change((function(){o()("#adminlogin").val(o.a.trim(o()("#adminlogin").val()))})),o()("#sqlite").click((function(){o()("#use_other_db").slideUp(250),o()("#use_oracle_db").slideUp(250),o()("#sqliteInformation").show(),o()("#dbname").attr("pattern","[0-9a-zA-Z$_-]+")})),o()("#mysql,#pgsql").click((function(){o()("#use_other_db").slideDown(250),o()("#use_oracle_db").slideUp(250),o()("#sqliteInformation").hide(),o()("#dbname").attr("pattern","[0-9a-zA-Z$_-]+")})),o()("#oci").click((function(){o()("#use_other_db").slideDown(250),o()("#use_oracle_db").show(250),o()("#sqliteInformation").hide(),o()("#dbname").attr("pattern","[0-9a-zA-Z$_-.]+")})),o()("#showAdvanced").click((function(t){t.preventDefault(),o()("#datadirContent").slideToggle(250),o()("#databaseBackend").slideToggle(250),o()("#databaseField").slideToggle(250)})),o()("form").submit((function(){const t=o()(this).serializeArray();o()(".float-spinner").show(250),o()(":submit",this).attr("disabled","disabled").val(o()(":submit",this).data("finishing")),o()("input",this).addClass("ui-state-disabled").attr("disabled","disabled"),o()("#selectDbType").find(".ui-button").length>0&&o()("#selectDbType").buttonset("disable"),o()(".strengthify-wrapper, .tipsy").css("-ms-filter",'"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)"').css("filter","alpha(opacity=30)").css("opacity",.3);const e=o()("<form>");e.attr("action",o()(this).attr("action")),e.attr("method","POST");for(let n=0;n<t.length;n++){const i=o()('<input type="hidden">');i.attr(t[n]),e.append(i)}const n=decodeURIComponent((new RegExp("[?|&]"+"redirect_url"+"=([^&;]+?)(&|#|;|$)").exec(location.search)||[,""])[1].replace(/\+/g,"%20"))||"";if(n){const t=o()('<input type="hidden">');t.attr({name:"redirect_url",value:n}),e.append(t)}return e.appendTo(document.body),e.submit(),!1}));const e=o()('input[type="radio"]:checked').val();void 0===e&&o()('input[type="radio"]').first().click(),("sqlite"===e||t&&void 0===e)&&(o()("#datadirContent").hide(250),o()("#databaseBackend").hide(250),o()("#databaseField").hide(250),o()(".float-spinner").hide(250)),o()("#adminpass").strengthify({zxcvbn:OC.linkTo("core","vendor/zxcvbn/dist/zxcvbn.js"),titles:[Object(r.translate)("core","Very weak password"),Object(r.translate)("core","Weak password"),Object(r.translate)("core","So-so password"),Object(r.translate)("core","Good password"),Object(r.translate)("core","Strong password")],drawTitles:!0,nonce:btoa(Object(a.a)())}),o()("#dbpass").showPassword().keyup(),o()("#adminpass").showPassword().keyup()}))},95:function(t,e,n){"use strict";var i=n(89).charAt;t.exports=function(t,e,n){return e+(n?i(t,e).length:1)}}});
//# sourceMappingURL=install.js.map \ No newline at end of file
diff --git a/core/js/dist/install.js.map b/core/js/dist/install.js.map
index 909357f6a46..7689eadcfbc 100644
--- a/core/js/dist/install.js.map
+++ b/core/js/dist/install.js.map
@@ -1 +1 @@
-{"version":3,"sources":["webpack:///webpack/bootstrap","webpack:///./node_modules/jquery/dist/jquery.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/is-object.js","webpack:///./node_modules/vue-style-loader/lib/listToStyles.js","webpack:///./node_modules/vue-style-loader/lib/addStylesClient.js","webpack:///./node_modules/@nextcloud/l10n/dist/index.js","webpack:///./node_modules/jquery-ui/ui/widgets/button.js","webpack:///./node_modules/jquery-ui/ui/widgets/controlgroup.js","webpack:///./node_modules/jquery-ui/ui/widgets/checkboxradio.js","webpack:///./node_modules/jquery-ui/ui/form-reset-mixin.js","webpack:///./node_modules/jquery-ui/ui/form.js","webpack:///./node_modules/jquery-ui/ui/labels.js","webpack:///./node_modules/jquery-ui/ui/keycode.js","webpack:///./node_modules/jquery-ui/themes/base/theme.css?a20c","webpack:///./node_modules/jquery-ui/themes/base/theme.css","webpack:///./node_modules/jquery-ui/themes/base/images/ui-icons_444444_256x240.png","webpack:///./node_modules/jquery-ui/themes/base/images/ui-icons_555555_256x240.png","webpack:///./node_modules/jquery-ui/themes/base/images/ui-icons_ffffff_256x240.png","webpack:///./node_modules/jquery-ui/themes/base/images/ui-icons_777620_256x240.png","webpack:///./node_modules/jquery-ui/themes/base/images/ui-icons_cc0000_256x240.png","webpack:///./node_modules/jquery-ui/themes/base/images/ui-icons_777777_256x240.png","webpack:///./node_modules/jquery-ui/themes/base/button.css?81c6","webpack:///./node_modules/jquery-ui/themes/base/button.css","webpack:///./core/src/install.js","webpack:///./core/src/Util/get-url-parameter.js","webpack:///./node_modules/process/browser.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/object-get-own-property-descriptor.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/indexed-object.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/object-define-property.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/ie8-dom-define.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/document-create-element.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/inspect-source.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/shared-store.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/shared.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/object-keys-internal.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/is-forced.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/is-array.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/array-species-create.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/native-symbol.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/array-method-has-species-support.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/engine-v8-version.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/array-iteration.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/array-method-uses-to-length.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/array-for-each.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/modules/es.array.iterator.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/iterators-core.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/object-get-prototype-of.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/object-set-prototype-of.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/internal-metadata.js","webpack:///(webpack)/buildin/global.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/iterate.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/classof.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/an-instance.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/dom-iterables.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/descriptors.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/create-non-enumerable-property.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/an-object.js","webpack:///./node_modules/@nextcloud/event-bus/dist/ProxyBus.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/semver/semver.js","webpack:///./node_modules/@nextcloud/event-bus/dist/SimpleBus.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/modules/es.array.concat.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/object-property-is-enumerable.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/native-weak-map.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/copy-constructor-properties.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/own-keys.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/path.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/object-get-own-property-names.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/array-includes.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/to-absolute-index.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/object-get-own-property-symbols.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/create-property.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/use-symbol-as-uid.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/engine-user-agent.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/modules/es.array.filter.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/a-function.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/modules/es.array.for-each.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/array-method-is-strict.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/add-to-unscopables.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/object-define-properties.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/object-keys.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/html.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/create-iterator-constructor.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/correct-prototype-getter.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/a-possible-prototype.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/modules/es.map.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/collection.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/freezing.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/is-array-iterator-method.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/get-iterator-method.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/call-with-safe-iteration-closing.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/check-correctness-of-iteration.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/inherit-if-required.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/collection-strong.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/redefine-all.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/set-species.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/modules/es.object.to-string.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/object-to-string.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/modules/es.string.iterator.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/string-multibyte.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/modules/web.dom-collections.for-each.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/modules/web.dom-collections.iterator.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/export.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/redefine.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/iterators.js","webpack:///./node_modules/@nextcloud/event-bus/dist/index.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/create-property-descriptor.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/to-indexed-object.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/internal-state.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/hidden-keys.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/get-built-in.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/to-length.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/global.js","webpack:///./node_modules/css-loader/dist/runtime/getUrl.js","webpack:///./node_modules/jquery-ui/ui/version.js","webpack:///./core/src/OC/requesttoken.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/well-known-symbol.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/fails.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/classof-raw.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/require-object-coercible.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/to-primitive.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/set-global.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/shared-key.js","webpack:///./node_modules/strengthify/jquery.strengthify.js","webpack:///./node_modules/strengthify/strengthify.css?7441","webpack:///./node_modules/strengthify/strengthify.css","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/is-pure.js","webpack:///./node_modules/jquery-ui/ui/widget.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/uid.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/to-integer.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/enum-bug-keys.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/to-object.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/has.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/function-bind-context.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/object-create.js","webpack:///./node_modules/jquery-ui/ui/escape-selector.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/define-iterator.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/set-to-string-tag.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/to-string-tag-support.js","webpack:///./node_modules/css-loader/dist/runtime/api.js"],"names":["installedModules","__webpack_require__","moduleId","exports","module","i","l","modules","call","m","c","d","name","getter","o","Object","defineProperty","enumerable","get","r","Symbol","toStringTag","value","t","mode","__esModule","ns","create","key","bind","n","object","property","prototype","hasOwnProperty","p","s","global","factory","window","this","noGlobal","arr","slice","concat","push","indexOf","class2type","toString","hasOwn","support","document","jQuery","selector","context","fn","init","rtrim","rmsPrefix","rdashAlpha","fcamelCase","all","letter","toUpperCase","isArraylike","obj","length","type","isWindow","nodeType","jquery","constructor","toArray","num","pushStack","elems","ret","merge","prevObject","each","callback","args","map","elem","apply","arguments","first","eq","last","len","j","end","sort","splice","extend","options","src","copy","copyIsArray","clone","target","deep","isFunction","isPlainObject","isArray","undefined","expando","Math","random","replace","isReady","error","msg","Error","noop","Array","isNumeric","parseFloat","isEmptyObject","globalEval","code","script","indirect","eval","trim","createElement","text","head","appendChild","parentNode","removeChild","camelCase","string","nodeName","toLowerCase","makeArray","results","inArray","second","grep","invert","matches","callbackExpect","arg","guid","proxy","tmp","now","Date","split","Sizzle","Expr","getText","isXML","tokenize","compile","select","outermostContext","sortInput","hasDuplicate","setDocument","docElem","documentIsHTML","rbuggyQSA","rbuggyMatches","contains","preferredDoc","dirruns","done","classCache","createCache","tokenCache","compilerCache","sortOrder","a","b","pop","push_native","list","booleans","whitespace","characterEncoding","identifier","attributes","pseudos","rwhitespace","RegExp","rcomma","rcombinators","rattributeQuotes","rpseudo","ridentifier","matchExpr","rinputs","rheader","rnative","rquickExpr","rsibling","rescape","runescape","funescape","_","escaped","escapedWhitespace","high","String","fromCharCode","unloadHandler","childNodes","e","els","seed","match","groups","old","nid","newContext","newSelector","ownerDocument","exec","getElementById","id","getElementsByTagName","getElementsByClassName","qsa","test","getAttribute","setAttribute","toSelector","testContext","join","querySelectorAll","qsaError","removeAttribute","keys","cache","cacheLength","shift","markFunction","assert","div","addHandle","attrs","handler","attrHandle","siblingCheck","cur","diff","sourceIndex","nextSibling","createInputPseudo","createButtonPseudo","createPositionalPseudo","argument","matchIndexes","documentElement","node","hasCompare","parent","doc","defaultView","top","addEventListener","attachEvent","className","createComment","getById","getElementsByName","find","filter","attrId","getAttributeNode","tag","innerHTML","input","matchesSelector","webkitMatchesSelector","mozMatchesSelector","oMatchesSelector","msMatchesSelector","disconnectedMatch","compareDocumentPosition","adown","bup","compare","sortDetached","aup","ap","bp","unshift","expr","elements","attr","val","specified","uniqueSort","duplicates","detectDuplicates","sortStable","textContent","firstChild","nodeValue","selectors","createPseudo","relative","dir","preFilter","excess","unquoted","nodeNameSelector","pattern","operator","check","result","what","simple","forward","ofType","xml","outerCache","nodeIndex","start","useCache","lastChild","pseudo","setFilters","idx","matched","matcher","unmatched","innerText","lang","elemLang","hash","location","activeElement","hasFocus","href","tabIndex","disabled","checked","selected","selectedIndex","radio","checkbox","file","password","image","submit","reset","tokens","addCombinator","combinator","base","checkNonElements","doneName","oldCache","newCache","elementMatcher","matchers","condense","newUnmatched","mapped","setMatcher","postFilter","postFinder","postSelector","temp","preMap","postMap","preexisting","contexts","multipleContexts","matcherIn","matcherOut","matcherFromTokens","checkContext","leadingRelative","implicitRelative","matchContext","matchAnyContext","filters","parseOnly","soFar","preFilters","cached","setMatchers","elementMatchers","bySet","byElement","superMatcher","outermost","matchedCount","setMatched","contextBackup","dirrunsUnique","matcherFromGroupMatchers","token","compiled","div1","defaultValue","unique","isXMLDoc","rneedsContext","needsContext","rsingleTag","risSimple","winnow","qualifier","not","self","is","rootjQuery","parseHTML","ready","rparentsprev","guaranteedUnique","children","contents","next","prev","sibling","until","truncate","has","targets","closest","pos","index","prevAll","add","addBack","parents","parentsUntil","nextAll","nextUntil","prevUntil","siblings","contentDocument","reverse","readyList","rnotwhite","optionsCache","completed","removeEventListener","Callbacks","flag","createOptions","memory","fired","firing","firingStart","firingLength","firingIndex","stack","once","fire","data","stopOnFalse","disable","remove","empty","lock","locked","fireWith","Deferred","func","tuples","state","promise","always","deferred","fail","then","fns","newDefer","tuple","returned","resolve","reject","progress","notify","pipe","stateString","when","subordinate","progressValues","progressContexts","resolveContexts","resolveValues","remaining","updateFunc","values","notifyWith","resolveWith","readyWait","holdReady","hold","wait","triggerHandler","off","readyState","setTimeout","access","chainable","emptyGet","raw","bulk","Data","uid","acceptData","owner","accepts","descriptor","unlock","defineProperties","set","prop","stored","camel","hasData","discard","data_priv","data_user","rbrace","rmultiDash","dataAttr","parseJSON","removeData","_data","_removeData","camelKey","queue","dequeue","startLength","hooks","_queueHooks","stop","setter","clearQueue","count","defer","pnum","source","cssExpand","isHidden","el","css","rcheckableType","createDocumentFragment","checkClone","cloneNode","noCloneChecked","focusinBubbles","rkeyEvent","rmouseEvent","rfocusMorph","rtypenamespace","returnTrue","returnFalse","safeActiveElement","err","event","types","handleObjIn","eventHandle","events","handleObj","special","handlers","namespaces","origType","elemData","handle","triggered","dispatch","delegateType","bindType","namespace","delegateCount","setup","mappedTypes","origCount","teardown","removeEvent","trigger","onlyHandlers","bubbleType","ontype","eventPath","Event","isTrigger","namespace_re","noBubble","parentWindow","isPropagationStopped","preventDefault","isDefaultPrevented","_default","fix","handlerQueue","delegateTarget","preDispatch","currentTarget","isImmediatePropagationStopped","stopPropagation","postDispatch","sel","button","props","fixHooks","keyHooks","original","which","charCode","keyCode","mouseHooks","eventDoc","body","pageX","clientX","scrollLeft","clientLeft","pageY","clientY","scrollTop","clientTop","originalEvent","fixHook","load","focus","blur","click","beforeunload","returnValue","simulate","bubble","isSimulated","defaultPrevented","timeStamp","stopImmediatePropagation","mouseenter","mouseleave","pointerenter","pointerleave","orig","related","relatedTarget","attaches","on","one","origFn","rxhtmlTag","rtagName","rhtml","rnoInnerhtml","rchecked","rscriptType","rscriptTypeMasked","rcleanScript","wrapMap","option","thead","col","tr","td","manipulationTarget","content","disableScript","restoreScript","setGlobalEval","refElements","cloneCopyEvent","dest","pdataOld","pdataCur","udataOld","udataCur","getAll","optgroup","tbody","tfoot","colgroup","caption","th","dataAndEvents","deepDataAndEvents","srcElements","destElements","inPage","buildFragment","scripts","selection","wrap","fragment","nodes","createTextNode","cleanData","append","domManip","prepend","insertBefore","before","after","keepData","html","replaceWith","replaceChild","detach","hasScripts","iNoClone","_evalUrl","appendTo","prependTo","insertAfter","replaceAll","insert","iframe","elemdisplay","actualDisplay","style","display","getDefaultComputedStyle","defaultDisplay","write","close","rmargin","rnumnonpx","getStyles","opener","getComputedStyle","curCSS","computed","width","minWidth","maxWidth","getPropertyValue","addGetHookIf","conditionFn","hookFn","pixelPositionVal","boxSizingReliableVal","container","computePixelPositionAndBoxSizingReliable","cssText","divStyle","backgroundClip","clearCloneStyle","pixelPosition","boxSizingReliable","reliableMarginRight","marginDiv","marginRight","swap","rdisplayswap","rnumsplit","rrelNum","cssShow","position","visibility","cssNormalTransform","letterSpacing","fontWeight","cssPrefixes","vendorPropName","capName","origName","setPositiveNumber","subtract","max","augmentWidthOrHeight","extra","isBorderBox","styles","getWidthOrHeight","valueIsBorderBox","offsetWidth","offsetHeight","showHide","show","hidden","Tween","easing","cssHooks","opacity","cssNumber","cssProps","margin","padding","border","prefix","suffix","expand","expanded","parts","hide","toggle","unit","propHooks","run","percent","eased","duration","step","tween","fx","linear","swing","cos","PI","fxNow","timerId","rfxtypes","rfxnum","rrun","animationPrefilters","opts","oldfire","anim","dataShow","unqueued","overflow","overflowX","overflowY","createTween","tweeners","scale","maxIterations","createFxNow","genFx","includeWidth","height","animation","collection","Animation","properties","stopped","tick","currentTime","startTime","tweens","specialEasing","originalProperties","originalOptions","gotoEnd","rejectWith","propFilter","timer","complete","tweener","prefilter","speed","opt","speeds","fadeTo","to","animate","optall","doAnimation","finish","stopQueue","timers","cssFn","slideDown","slideUp","slideToggle","fadeIn","fadeOut","fadeToggle","interval","setInterval","clearInterval","slow","fast","delay","time","timeout","clearTimeout","checkOn","optSelected","optDisabled","radioValue","boolHook","removeAttr","nType","attrHooks","bool","nodeHook","propName","attrNames","propFix","rfocusable","removeProp","hasAttribute","rclass","addClass","classes","clazz","finalValue","proceed","removeClass","toggleClass","stateVal","classNames","hasClass","rreturn","valHooks","optionSet","hover","fnOver","fnOut","unbind","delegate","undelegate","nonce","rquery","JSON","parse","parseXML","DOMParser","parseFromString","rhash","rts","rheaders","rnoContent","rprotocol","rurl","prefilters","transports","allTypes","ajaxLocation","ajaxLocParts","addToPrefiltersOrTransports","structure","dataTypeExpression","dataType","dataTypes","inspectPrefiltersOrTransports","jqXHR","inspected","seekingTransport","inspect","prefilterOrFactory","dataTypeOrTransport","ajaxExtend","flatOptions","ajaxSettings","active","lastModified","etag","url","isLocal","processData","async","contentType","json","responseFields","converters","ajaxSetup","settings","ajaxPrefilter","ajaxTransport","ajax","transport","cacheURL","responseHeadersString","responseHeaders","timeoutTimer","fireGlobals","callbackContext","globalEventContext","completeDeferred","statusCode","requestHeaders","requestHeadersNames","strAbort","getResponseHeader","getAllResponseHeaders","setRequestHeader","lname","overrideMimeType","mimeType","status","abort","statusText","finalText","success","method","crossDomain","param","traditional","hasContent","ifModified","headers","beforeSend","send","nativeStatusText","responses","isSuccess","response","modified","ct","finalDataType","firstDataType","ajaxHandleResponses","conv2","current","conv","dataFilter","ajaxConvert","getJSON","getScript","wrapAll","firstElementChild","wrapInner","unwrap","visible","r20","rbracket","rCRLF","rsubmitterTypes","rsubmittable","buildParams","v","encodeURIComponent","serialize","serializeArray","xhr","XMLHttpRequest","xhrId","xhrCallbacks","xhrSuccessStatus","0","1223","xhrSupported","cors","open","username","xhrFields","onload","onerror","responseText","charset","scriptCharset","evt","oldCallbacks","rjsonp","jsonp","jsonpCallback","originalSettings","callbackName","overwritten","responseContainer","jsonProp","keepScripts","parsed","_load","params","animated","getWindow","offset","setOffset","curPosition","curLeft","curCSSTop","curTop","curOffset","curCSSLeft","curElem","left","using","win","box","getBoundingClientRect","pageYOffset","pageXOffset","offsetParent","parentOffset","scrollTo","Height","Width","defaultExtra","funcName","size","andSelf","_jQuery","_$","$","noConflict","w","it","listToStyles","parentId","newStyles","item","part","media","sourceMap","hasDocument","DEBUG","stylesInDom","singletonElement","singletonCounter","isProduction","isOldIE","navigator","userAgent","addStylesClient","_isProduction","_options","addStylesToDom","newList","mayRemove","domStyle","refs","addStyle","createStyleElement","styleElement","update","querySelector","styleIndex","applyToSingletonTag","applyToTag","newObj","textStore","replaceText","replacement","Boolean","styleSheet","cssNode","ssrId","sources","btoa","unescape","stringify","getLocale","OC","console","warn","getLanguage","translate","app","vars","L10N","translatePlural","textSingular","textPlural","getFirstDay","firstDay","getDayNames","dayNames","getDayNamesShort","dayNamesShort","getDayNamesMin","dayNamesMin","getMonthNames","monthNames","getMonthNamesShort","monthNamesShort","widget","version","defaultElement","icon","iconPosition","label","showLabel","_getCreateOptions","_super","isInput","element","originalLabel","_create","hasTitle","_addClass","_setOption","_enhance","_on","ui","SPACE","_updateIcon","_updateTooltip","title","displayBlock","_removeClass","_attachIcon","iconSpace","_attachIconSpace","_destroy","_setOptions","newShowLabel","newIcon","_toggleClass","refresh","isDisabled","uiBackCompat","icons","primary","secondary","_superApply","tagName","checkboxradio","buttonset","controlgroup","items","controlgroupCornerRegex","direction","onlyVisible","_callChildMethod","childWidgets","controlgroupLabel","_initWidgets","that","labels","instance","instanceOptions","_resolveClassesValues","widgetElement","_updateCornerClass","_buildSimpleOptions","_spinnerOptions","_buttonOptions","_checkboxradioOptions","_selectmenuOptions","middle","only","widgetName","formResetMixin","_readType","outerHTML","_bindFormResetHandler","_updateLabel","change","_getRadioGroup","nameSelector","escapeSelector","form","_toggleClasses","_unbindFormResetHandler","toAdd","_formResetHandler","instances","ancestor","ancestors","BACKSPACE","COMMA","DELETE","DOWN","END","ENTER","ESCAPE","HOME","LEFT","PAGE_DOWN","PAGE_UP","PERIOD","RIGHT","TAB","UP","locals","default","___CSS_LOADER_API_IMPORT___","___CSS_LOADER_GET_URL_IMPORT___","___CSS_LOADER_URL_IMPORT_0___","___CSS_LOADER_URL_IMPORT_1___","___CSS_LOADER_URL_IMPORT_2___","___CSS_LOADER_URL_IMPORT_3___","___CSS_LOADER_URL_IMPORT_4___","___CSS_LOADER_URL_IMPORT_5___","___CSS_LOADER_URL_REPLACEMENT_0___","___CSS_LOADER_URL_REPLACEMENT_1___","___CSS_LOADER_URL_REPLACEMENT_2___","___CSS_LOADER_URL_REPLACEMENT_3___","___CSS_LOADER_URL_REPLACEMENT_4___","___CSS_LOADER_URL_REPLACEMENT_5___","dbtypes","post","redirectURL","decodeURIComponent","search","redirectURLInput","currentDbType","strengthify","zxcvbn","linkTo","titles","drawTitles","getToken","cachedSetTimeout","cachedClearTimeout","process","defaultSetTimout","defaultClearTimeout","runTimeout","fun","currentQueue","draining","queueIndex","cleanUpNextTick","drainQueue","marker","runClearTimeout","Item","array","nextTick","browser","env","argv","versions","addListener","removeListener","removeAllListeners","emit","prependListener","prependOnceListener","listeners","binding","cwd","chdir","umask","DESCRIPTORS","propertyIsEnumerableModule","createPropertyDescriptor","toIndexedObject","toPrimitive","IE8_DOM_DEFINE","nativeGetOwnPropertyDescriptor","getOwnPropertyDescriptor","f","O","P","fails","classof","propertyIsEnumerable","anObject","nativeDefineProperty","Attributes","TypeError","isObject","EXISTS","store","functionToString","Function","inspectSource","setGlobal","IS_PURE","copyright","hiddenKeys","names","isForced","feature","detection","normalize","POLYFILL","NATIVE","SPECIES","wellKnownSymbol","originalArray","C","getOwnPropertySymbols","V8_VERSION","METHOD_NAME","foo","v8","IndexedObject","toObject","toLength","arraySpeciesCreate","createMethod","TYPE","IS_MAP","IS_FILTER","IS_SOME","IS_EVERY","IS_FIND_INDEX","NO_HOLES","$this","callbackfn","specificCreate","boundFunction","forEach","some","every","findIndex","thrower","ACCESSORS","argument0","argument1","$forEach","arrayMethodIsStrict","arrayMethodUsesToLength","STRICT_METHOD","USES_TO_LENGTH","addToUnscopables","Iterators","InternalStateModule","defineIterator","setInternalState","getInternalState","getterFor","iterated","kind","Arguments","IteratorPrototype","PrototypeOfArrayIteratorPrototype","arrayIterator","getPrototypeOf","createNonEnumerableProperty","ITERATOR","BUGGY_SAFARI_ITERATORS","sharedKey","CORRECT_PROTOTYPE_GETTER","IE_PROTO","ObjectPrototype","aPossiblePrototype","setPrototypeOf","CORRECT_SETTER","proto","__proto__","FREEZING","METADATA","isExtensible","setMetadata","objectID","weakData","meta","REQUIRED","fastKey","getWeakData","onFreeze","g","isArrayIteratorMethod","getIteratorMethod","callWithSafeIterationClosing","Result","iterable","AS_ENTRIES","IS_ITERATOR","iterator","iterFn","TO_STRING_TAG_SUPPORT","classofRaw","TO_STRING_TAG","CORRECT_ARGUMENTS","tryGet","callee","Constructor","CSSRuleList","CSSStyleDeclaration","CSSValueList","ClientRectList","DOMRectList","DOMStringList","DOMTokenList","DataTransferItemList","FileList","HTMLAllCollection","HTMLCollection","HTMLFormElement","HTMLSelectElement","MediaList","MimeTypeArray","NamedNodeMap","NodeList","PaintRequestList","Plugin","PluginArray","SVGLengthList","SVGNumberList","SVGPathSegList","SVGPointList","SVGStringList","SVGTransformList","SourceBufferList","StyleSheetList","TextTrackCueList","TextTrackList","TouchList","definePropertyModule","ProxyBus","_semver","_defineProperties","configurable","writable","packageJson","bus","_classCallCheck","_defineProperty","getVersion","valid","major","protoProps","staticProps","subscribe","unsubscribe","debug","NODE_DEBUG","log","SEMVER_SPEC_VERSION","MAX_SAFE_INTEGER","Number","re","R","tok","NUMERICIDENTIFIER","NUMERICIDENTIFIERLOOSE","NONNUMERICIDENTIFIER","MAINVERSION","MAINVERSIONLOOSE","PRERELEASEIDENTIFIER","PRERELEASEIDENTIFIERLOOSE","PRERELEASE","PRERELEASELOOSE","BUILDIDENTIFIER","BUILD","FULLPLAIN","FULL","LOOSEPLAIN","LOOSE","GTLT","XRANGEIDENTIFIERLOOSE","XRANGEIDENTIFIER","XRANGEPLAIN","XRANGEPLAINLOOSE","XRANGE","XRANGELOOSE","COERCE","COERCERTL","LONETILDE","TILDETRIM","TILDE","TILDELOOSE","LONECARET","CARETTRIM","CARET","CARETLOOSE","COMPARATORLOOSE","COMPARATOR","COMPARATORTRIM","HYPHENRANGE","HYPHENRANGELOOSE","STAR","loose","includePrerelease","SemVer","er","minor","patch","prerelease","build","format","clean","other","compareMain","comparePre","compareIdentifiers","compareBuild","inc","release","isNaN","version1","version2","v1","v2","defaultResult","numeric","anum","bnum","gt","lt","neq","gte","lte","cmp","op","Comparator","comp","semver","ANY","rcompareIdentifiers","compareLoose","versionA","versionB","rcompare","rsort","Range","range","parseRange","isSatisfiable","comparators","remainingComparators","testComparator","otherComparator","intersects","isX","hyphenReplace","$0","from","fM","fm","fp","fpr","fb","tM","tm","tp","tpr","tb","testSet","allowed","satisfies","outside","hilo","gtfn","ltefn","ltfn","ecomp","low","comparator","rangeTmp","sameDirectionIncreasing","sameDirectionDecreasing","sameSemVer","differentDirectionsInclusive","oppositeDirectionsLessThan","oppositeDirectionsGreaterThan","comps","hr","compRe","M","pr","replaceCaret","replaceCarets","replaceTilde","replaceTildes","gtlt","xM","xm","xp","anyX","replaceXRange","replaceXRanges","replaceStars","parseComparator","thisComparators","rangeComparators","thisComparator","rangeComparator","toComparators","maxSatisfying","maxSV","rangeObj","minSatisfying","min","minSV","minVersion","minver","compver","validRange","ltr","gtr","r1","r2","coerce","rtl","lastIndex","SimpleBus","Map","h","createProperty","arrayMethodHasSpeciesSupport","IS_CONCAT_SPREADABLE","IS_CONCAT_SPREADABLE_SUPPORT","SPECIES_SUPPORT","isConcatSpreadable","spreadable","forced","k","E","A","nativePropertyIsEnumerable","NASHORN_BUG","1","V","WeakMap","ownKeys","getOwnPropertyDescriptorModule","getBuiltIn","getOwnPropertyNamesModule","getOwnPropertySymbolsModule","internalObjectKeys","getOwnPropertyNames","toAbsoluteIndex","IS_INCLUDES","fromIndex","includes","toInteger","integer","propertyKey","NATIVE_SYMBOL","sham","$filter","HAS_SPECIES_SUPPORT","UNSCOPABLES","ArrayPrototype","objectKeys","Properties","enumBugKeys","setToStringTag","returnThis","IteratorConstructor","NAME","F","collectionStrong","redefine","InternalMetadataModule","iterate","anInstance","checkCorrectnessOfIteration","inheritIfRequired","CONSTRUCTOR_NAME","wrapper","common","IS_WEAK","ADDER","NativeConstructor","NativePrototype","exported","fixMethod","KEY","nativeMethod","entries","getConstructor","HASNT_CHAINING","THROWS_ON_PRIMITIVES","ACCEPT_ITERABLES","BUGGY_ZERO","$instance","dummy","clear","setStrong","preventExtensions","ENTRIES","returnMethod","SAFE_CLOSING","called","iteratorWithReturn","SKIP_CLOSING","ITERATION_SUPPORT","Wrapper","NewTarget","NewTargetPrototype","redefineAll","setSpecies","internalStateGetterFor","define","previous","entry","getEntry","removed","ITERATOR_NAME","getInternalCollectionState","getInternalIteratorState","unsafe","charAt","point","requireObjectCoercible","CONVERT_TO_STRING","S","charCodeAt","codeAt","DOMIterables","COLLECTION_NAME","Collection","CollectionPrototype","ArrayIteratorMethods","ArrayValues","copyConstructorProperties","targetProperty","sourceProperty","TARGET","GLOBAL","STATIC","stat","noTargetGet","enforceInternalState","enforce","TEMPLATE","_ProxyBus","_SimpleBus","_eventBus","_nc_event_bus","bitmap","NATIVE_WEAK_MAP","objectHas","wmget","wmhas","wmset","metadata","STATE","path","aFunction","variable","globalThis","needQuotes","manageFromDocument","setToken","newToken","shared","USE_SYMBOL_AS_UID","WellKnownSymbolsStore","createWellKnownSymbol","withoutSetter","PREFERRED_STRING","valueOf","paramOptions","defaults","userInputs","tilesOptions","tooltip","drawMessage","drawBars","$addAfter","getWrapperFor","drawStrengthify","elemId","bsLevel","message","$wrapper","$container","$message","onResult","score","feedback","suggestions","placement","$elem","drawSelf","widgetUuid","widgetSlice","existingConstructor","basePrototype","proxiedPrototype","fullName","Widget","_createWidget","_proto","_childConstructors","__super","__superApply","widgetEventPrefix","widgetFullName","child","childPrototype","bridge","inputIndex","inputLength","isMethodCall","methodValue","_init","uuid","eventNamespace","bindings","hoverable","focusable","classesElementLookup","destroy","_setOptionDisabled","_trigger","_getCreateEventData","curOption","_setOptionClasses","classKey","currentElements","_classes","enable","full","processClassString","checkOption","_untrackClassesElement","suppressDisabledCheck","delegateElement","handlerProxy","eventName","_off","_delay","_hoverable","_focusable","focusin","focusout","defaultEffect","hasOptions","effect","effectName","effects","postfix","ceil","floor","activeXDocument","documentCreateElement","EmptyConstructor","scriptTag","LT","NullProtoObject","domain","ActiveXObject","iframeDocument","NullProtoObjectViaActiveX","contentWindow","selectorEscape","createIteratorConstructor","IteratorsCore","Iterable","DEFAULT","IS_SET","FORCED","CurrentIteratorPrototype","methods","getIterationMethod","KIND","defaultIterator","IterablePrototype","INCORRECT_VALUES_NAME","nativeIterator","anyNativeIterator","TAG","useSourceMap","cssMapping","sourceMapping","base64","sourceURLs","sourceRoot","cssWithMappingToString","mediaQuery"],"mappings":"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","file":"install.js","sourcesContent":[" \t// The module cache\n \tvar installedModules = {};\n\n \t// The require function\n \tfunction __webpack_require__(moduleId) {\n\n \t\t// Check if module is in cache\n \t\tif(installedModules[moduleId]) {\n \t\t\treturn installedModules[moduleId].exports;\n \t\t}\n \t\t// Create a new module (and put it into the cache)\n \t\tvar module = installedModules[moduleId] = {\n \t\t\ti: moduleId,\n \t\t\tl: false,\n \t\t\texports: {}\n \t\t};\n\n \t\t// Execute the module function\n \t\tmodules[moduleId].call(module.exports, module, module.exports, __webpack_require__);\n\n \t\t// Flag the module as loaded\n \t\tmodule.l = true;\n\n \t\t// Return the exports of the module\n \t\treturn module.exports;\n \t}\n\n\n \t// expose the modules object (__webpack_modules__)\n \t__webpack_require__.m = modules;\n\n \t// expose the module cache\n \t__webpack_require__.c = installedModules;\n\n \t// define getter function for harmony exports\n \t__webpack_require__.d = function(exports, name, getter) {\n \t\tif(!__webpack_require__.o(exports, name)) {\n \t\t\tObject.defineProperty(exports, name, { enumerable: true, get: getter });\n \t\t}\n \t};\n\n \t// define __esModule on exports\n \t__webpack_require__.r = function(exports) {\n \t\tif(typeof Symbol !== 'undefined' && Symbol.toStringTag) {\n \t\t\tObject.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });\n \t\t}\n \t\tObject.defineProperty(exports, '__esModule', { value: true });\n \t};\n\n \t// create a fake namespace object\n \t// mode & 1: value is a module id, require it\n \t// mode & 2: merge all properties of value into the ns\n \t// mode & 4: return value when already ns object\n \t// mode & 8|1: behave like require\n \t__webpack_require__.t = function(value, mode) {\n \t\tif(mode & 1) value = __webpack_require__(value);\n \t\tif(mode & 8) return value;\n \t\tif((mode & 4) && typeof value === 'object' && value && value.__esModule) return value;\n \t\tvar ns = Object.create(null);\n \t\t__webpack_require__.r(ns);\n \t\tObject.defineProperty(ns, 'default', { enumerable: true, value: value });\n \t\tif(mode & 2 && typeof value != 'string') for(var key in value) __webpack_require__.d(ns, key, function(key) { return value[key]; }.bind(null, key));\n \t\treturn ns;\n \t};\n\n \t// getDefaultExport function for compatibility with non-harmony modules\n \t__webpack_require__.n = function(module) {\n \t\tvar getter = module && module.__esModule ?\n \t\t\tfunction getDefault() { return module['default']; } :\n \t\t\tfunction getModuleExports() { return module; };\n \t\t__webpack_require__.d(getter, 'a', getter);\n \t\treturn getter;\n \t};\n\n \t// Object.prototype.hasOwnProperty.call\n \t__webpack_require__.o = function(object, property) { return Object.prototype.hasOwnProperty.call(object, property); };\n\n \t// __webpack_public_path__\n \t__webpack_require__.p = \"\";\n\n\n \t// Load entry module and return exports\n \treturn __webpack_require__(__webpack_require__.s = 1144);\n","/*!\n * jQuery JavaScript Library v2.1.4\n * http://jquery.com/\n *\n * Includes Sizzle.js\n * http://sizzlejs.com/\n *\n * Copyright 2005, 2014 jQuery Foundation, Inc. and other contributors\n * Released under the MIT license\n * http://jquery.org/license\n *\n * Date: 2015-04-28T16:01Z\n */\n\n(function( global, factory ) {\n\n\tif ( typeof module === \"object\" && typeof module.exports === \"object\" ) {\n\t\t// For CommonJS and CommonJS-like environments where a proper `window`\n\t\t// is present, execute the factory and get jQuery.\n\t\t// For environments that do not have a `window` with a `document`\n\t\t// (such as Node.js), expose a factory as module.exports.\n\t\t// This accentuates the need for the creation of a real `window`.\n\t\t// e.g. var jQuery = require(\"jquery\")(window);\n\t\t// See ticket #14549 for more info.\n\t\tmodule.exports = global.document ?\n\t\t\tfactory( global, true ) :\n\t\t\tfunction( w ) {\n\t\t\t\tif ( !w.document ) {\n\t\t\t\t\tthrow new Error( \"jQuery requires a window with a document\" );\n\t\t\t\t}\n\t\t\t\treturn factory( w );\n\t\t\t};\n\t} else {\n\t\tfactory( global );\n\t}\n\n// Pass this if window is not defined yet\n}(typeof window !== \"undefined\" ? window : this, function( window, noGlobal ) {\n\n// Support: Firefox 18+\n// Can't be in strict mode, several libs including ASP.NET trace\n// the stack via arguments.caller.callee and Firefox dies if\n// you try to trace through \"use strict\" call chains. (#13335)\n//\n\nvar arr = [];\n\nvar slice = arr.slice;\n\nvar concat = arr.concat;\n\nvar push = arr.push;\n\nvar indexOf = arr.indexOf;\n\nvar class2type = {};\n\nvar toString = class2type.toString;\n\nvar hasOwn = class2type.hasOwnProperty;\n\nvar support = {};\n\n\n\nvar\n\t// Use the correct document accordingly with window argument (sandbox)\n\tdocument = window.document,\n\n\tversion = \"2.1.4\",\n\n\t// Define a local copy of jQuery\n\tjQuery = function( selector, context ) {\n\t\t// The jQuery object is actually just the init constructor 'enhanced'\n\t\t// Need init if jQuery is called (just allow error to be thrown if not included)\n\t\treturn new jQuery.fn.init( selector, context );\n\t},\n\n\t// Support: Android<4.1\n\t// Make sure we trim BOM and NBSP\n\trtrim = /^[\\s\\uFEFF\\xA0]+|[\\s\\uFEFF\\xA0]+$/g,\n\n\t// Matches dashed string for camelizing\n\trmsPrefix = /^-ms-/,\n\trdashAlpha = /-([\\da-z])/gi,\n\n\t// Used by jQuery.camelCase as callback to replace()\n\tfcamelCase = function( all, letter ) {\n\t\treturn letter.toUpperCase();\n\t};\n\njQuery.fn = jQuery.prototype = {\n\t// The current version of jQuery being used\n\tjquery: version,\n\n\tconstructor: jQuery,\n\n\t// Start with an empty selector\n\tselector: \"\",\n\n\t// The default length of a jQuery object is 0\n\tlength: 0,\n\n\ttoArray: function() {\n\t\treturn slice.call( this );\n\t},\n\n\t// Get the Nth element in the matched element set OR\n\t// Get the whole matched element set as a clean array\n\tget: function( num ) {\n\t\treturn num != null ?\n\n\t\t\t// Return just the one element from the set\n\t\t\t( num < 0 ? this[ num + this.length ] : this[ num ] ) :\n\n\t\t\t// Return all the elements in a clean array\n\t\t\tslice.call( this );\n\t},\n\n\t// Take an array of elements and push it onto the stack\n\t// (returning the new matched element set)\n\tpushStack: function( elems ) {\n\n\t\t// Build a new jQuery matched element set\n\t\tvar ret = jQuery.merge( this.constructor(), elems );\n\n\t\t// Add the old object onto the stack (as a reference)\n\t\tret.prevObject = this;\n\t\tret.context = this.context;\n\n\t\t// Return the newly-formed element set\n\t\treturn ret;\n\t},\n\n\t// Execute a callback for every element in the matched set.\n\t// (You can seed the arguments with an array of args, but this is\n\t// only used internally.)\n\teach: function( callback, args ) {\n\t\treturn jQuery.each( this, callback, args );\n\t},\n\n\tmap: function( callback ) {\n\t\treturn this.pushStack( jQuery.map(this, function( elem, i ) {\n\t\t\treturn callback.call( elem, i, elem );\n\t\t}));\n\t},\n\n\tslice: function() {\n\t\treturn this.pushStack( slice.apply( this, arguments ) );\n\t},\n\n\tfirst: function() {\n\t\treturn this.eq( 0 );\n\t},\n\n\tlast: function() {\n\t\treturn this.eq( -1 );\n\t},\n\n\teq: function( i ) {\n\t\tvar len = this.length,\n\t\t\tj = +i + ( i < 0 ? len : 0 );\n\t\treturn this.pushStack( j >= 0 && j < len ? [ this[j] ] : [] );\n\t},\n\n\tend: function() {\n\t\treturn this.prevObject || this.constructor(null);\n\t},\n\n\t// For internal use only.\n\t// Behaves like an Array's method, not like a jQuery method.\n\tpush: push,\n\tsort: arr.sort,\n\tsplice: arr.splice\n};\n\njQuery.extend = jQuery.fn.extend = function() {\n\tvar options, name, src, copy, copyIsArray, clone,\n\t\ttarget = arguments[0] || {},\n\t\ti = 1,\n\t\tlength = arguments.length,\n\t\tdeep = false;\n\n\t// Handle a deep copy situation\n\tif ( typeof target === \"boolean\" ) {\n\t\tdeep = target;\n\n\t\t// Skip the boolean and the target\n\t\ttarget = arguments[ i ] || {};\n\t\ti++;\n\t}\n\n\t// Handle case when target is a string or something (possible in deep copy)\n\tif ( typeof target !== \"object\" && !jQuery.isFunction(target) ) {\n\t\ttarget = {};\n\t}\n\n\t// Extend jQuery itself if only one argument is passed\n\tif ( i === length ) {\n\t\ttarget = this;\n\t\ti--;\n\t}\n\n\tfor ( ; i < length; i++ ) {\n\t\t// Only deal with non-null/undefined values\n\t\tif ( (options = arguments[ i ]) != null ) {\n\t\t\t// Extend the base object\n\t\t\tfor ( name in options ) {\n\t\t\t\tsrc = target[ name ];\n\t\t\t\tcopy = options[ name ];\n\n\t\t\t\t// Prevent never-ending loop\n\t\t\t\tif ( target === copy ) {\n\t\t\t\t\tcontinue;\n\t\t\t\t}\n\n\t\t\t\t// Recurse if we're merging plain objects or arrays\n\t\t\t\tif ( deep && copy && ( jQuery.isPlainObject(copy) || (copyIsArray = jQuery.isArray(copy)) ) ) {\n\t\t\t\t\tif ( copyIsArray ) {\n\t\t\t\t\t\tcopyIsArray = false;\n\t\t\t\t\t\tclone = src && jQuery.isArray(src) ? src : [];\n\n\t\t\t\t\t} else {\n\t\t\t\t\t\tclone = src && jQuery.isPlainObject(src) ? src : {};\n\t\t\t\t\t}\n\n\t\t\t\t\t// Never move original objects, clone them\n\t\t\t\t\ttarget[ name ] = jQuery.extend( deep, clone, copy );\n\n\t\t\t\t// Don't bring in undefined values\n\t\t\t\t} else if ( copy !== undefined ) {\n\t\t\t\t\ttarget[ name ] = copy;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n\n\t// Return the modified object\n\treturn target;\n};\n\njQuery.extend({\n\t// Unique for each copy of jQuery on the page\n\texpando: \"jQuery\" + ( version + Math.random() ).replace( /\\D/g, \"\" ),\n\n\t// Assume jQuery is ready without the ready module\n\tisReady: true,\n\n\terror: function( msg ) {\n\t\tthrow new Error( msg );\n\t},\n\n\tnoop: function() {},\n\n\tisFunction: function( obj ) {\n\t\treturn jQuery.type(obj) === \"function\";\n\t},\n\n\tisArray: Array.isArray,\n\n\tisWindow: function( obj ) {\n\t\treturn obj != null && obj === obj.window;\n\t},\n\n\tisNumeric: function( obj ) {\n\t\t// parseFloat NaNs numeric-cast false positives (null|true|false|\"\")\n\t\t// ...but misinterprets leading-number strings, particularly hex literals (\"0x...\")\n\t\t// subtraction forces infinities to NaN\n\t\t// adding 1 corrects loss of precision from parseFloat (#15100)\n\t\treturn !jQuery.isArray( obj ) && (obj - parseFloat( obj ) + 1) >= 0;\n\t},\n\n\tisPlainObject: function( obj ) {\n\t\t// Not plain objects:\n\t\t// - Any object or value whose internal [[Class]] property is not \"[object Object]\"\n\t\t// - DOM nodes\n\t\t// - window\n\t\tif ( jQuery.type( obj ) !== \"object\" || obj.nodeType || jQuery.isWindow( obj ) ) {\n\t\t\treturn false;\n\t\t}\n\n\t\tif ( obj.constructor &&\n\t\t\t\t!hasOwn.call( obj.constructor.prototype, \"isPrototypeOf\" ) ) {\n\t\t\treturn false;\n\t\t}\n\n\t\t// If the function hasn't returned already, we're confident that\n\t\t// |obj| is a plain object, created by {} or constructed with new Object\n\t\treturn true;\n\t},\n\n\tisEmptyObject: function( obj ) {\n\t\tvar name;\n\t\tfor ( name in obj ) {\n\t\t\treturn false;\n\t\t}\n\t\treturn true;\n\t},\n\n\ttype: function( obj ) {\n\t\tif ( obj == null ) {\n\t\t\treturn obj + \"\";\n\t\t}\n\t\t// Support: Android<4.0, iOS<6 (functionish RegExp)\n\t\treturn typeof obj === \"object\" || typeof obj === \"function\" ?\n\t\t\tclass2type[ toString.call(obj) ] || \"object\" :\n\t\t\ttypeof obj;\n\t},\n\n\t// Evaluates a script in a global context\n\tglobalEval: function( code ) {\n\t\tvar script,\n\t\t\tindirect = eval;\n\n\t\tcode = jQuery.trim( code );\n\n\t\tif ( code ) {\n\t\t\t// If the code includes a valid, prologue position\n\t\t\t// strict mode pragma, execute code by injecting a\n\t\t\t// script tag into the document.\n\t\t\tif ( code.indexOf(\"use strict\") === 1 ) {\n\t\t\t\tscript = document.createElement(\"script\");\n\t\t\t\tscript.text = code;\n\t\t\t\tdocument.head.appendChild( script ).parentNode.removeChild( script );\n\t\t\t} else {\n\t\t\t// Otherwise, avoid the DOM node creation, insertion\n\t\t\t// and removal by using an indirect global eval\n\t\t\t\tindirect( code );\n\t\t\t}\n\t\t}\n\t},\n\n\t// Convert dashed to camelCase; used by the css and data modules\n\t// Support: IE9-11+\n\t// Microsoft forgot to hump their vendor prefix (#9572)\n\tcamelCase: function( string ) {\n\t\treturn string.replace( rmsPrefix, \"ms-\" ).replace( rdashAlpha, fcamelCase );\n\t},\n\n\tnodeName: function( elem, name ) {\n\t\treturn elem.nodeName && elem.nodeName.toLowerCase() === name.toLowerCase();\n\t},\n\n\t// args is for internal usage only\n\teach: function( obj, callback, args ) {\n\t\tvar value,\n\t\t\ti = 0,\n\t\t\tlength = obj.length,\n\t\t\tisArray = isArraylike( obj );\n\n\t\tif ( args ) {\n\t\t\tif ( isArray ) {\n\t\t\t\tfor ( ; i < length; i++ ) {\n\t\t\t\t\tvalue = callback.apply( obj[ i ], args );\n\n\t\t\t\t\tif ( value === false ) {\n\t\t\t\t\t\tbreak;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t} else {\n\t\t\t\tfor ( i in obj ) {\n\t\t\t\t\tvalue = callback.apply( obj[ i ], args );\n\n\t\t\t\t\tif ( value === false ) {\n\t\t\t\t\t\tbreak;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\n\t\t// A special, fast, case for the most common use of each\n\t\t} else {\n\t\t\tif ( isArray ) {\n\t\t\t\tfor ( ; i < length; i++ ) {\n\t\t\t\t\tvalue = callback.call( obj[ i ], i, obj[ i ] );\n\n\t\t\t\t\tif ( value === false ) {\n\t\t\t\t\t\tbreak;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t} else {\n\t\t\t\tfor ( i in obj ) {\n\t\t\t\t\tvalue = callback.call( obj[ i ], i, obj[ i ] );\n\n\t\t\t\t\tif ( value === false ) {\n\t\t\t\t\t\tbreak;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\treturn obj;\n\t},\n\n\t// Support: Android<4.1\n\ttrim: function( text ) {\n\t\treturn text == null ?\n\t\t\t\"\" :\n\t\t\t( text + \"\" ).replace( rtrim, \"\" );\n\t},\n\n\t// results is for internal usage only\n\tmakeArray: function( arr, results ) {\n\t\tvar ret = results || [];\n\n\t\tif ( arr != null ) {\n\t\t\tif ( isArraylike( Object(arr) ) ) {\n\t\t\t\tjQuery.merge( ret,\n\t\t\t\t\ttypeof arr === \"string\" ?\n\t\t\t\t\t[ arr ] : arr\n\t\t\t\t);\n\t\t\t} else {\n\t\t\t\tpush.call( ret, arr );\n\t\t\t}\n\t\t}\n\n\t\treturn ret;\n\t},\n\n\tinArray: function( elem, arr, i ) {\n\t\treturn arr == null ? -1 : indexOf.call( arr, elem, i );\n\t},\n\n\tmerge: function( first, second ) {\n\t\tvar len = +second.length,\n\t\t\tj = 0,\n\t\t\ti = first.length;\n\n\t\tfor ( ; j < len; j++ ) {\n\t\t\tfirst[ i++ ] = second[ j ];\n\t\t}\n\n\t\tfirst.length = i;\n\n\t\treturn first;\n\t},\n\n\tgrep: function( elems, callback, invert ) {\n\t\tvar callbackInverse,\n\t\t\tmatches = [],\n\t\t\ti = 0,\n\t\t\tlength = elems.length,\n\t\t\tcallbackExpect = !invert;\n\n\t\t// Go through the array, only saving the items\n\t\t// that pass the validator function\n\t\tfor ( ; i < length; i++ ) {\n\t\t\tcallbackInverse = !callback( elems[ i ], i );\n\t\t\tif ( callbackInverse !== callbackExpect ) {\n\t\t\t\tmatches.push( elems[ i ] );\n\t\t\t}\n\t\t}\n\n\t\treturn matches;\n\t},\n\n\t// arg is for internal usage only\n\tmap: function( elems, callback, arg ) {\n\t\tvar value,\n\t\t\ti = 0,\n\t\t\tlength = elems.length,\n\t\t\tisArray = isArraylike( elems ),\n\t\t\tret = [];\n\n\t\t// Go through the array, translating each of the items to their new values\n\t\tif ( isArray ) {\n\t\t\tfor ( ; i < length; i++ ) {\n\t\t\t\tvalue = callback( elems[ i ], i, arg );\n\n\t\t\t\tif ( value != null ) {\n\t\t\t\t\tret.push( value );\n\t\t\t\t}\n\t\t\t}\n\n\t\t// Go through every key on the object,\n\t\t} else {\n\t\t\tfor ( i in elems ) {\n\t\t\t\tvalue = callback( elems[ i ], i, arg );\n\n\t\t\t\tif ( value != null ) {\n\t\t\t\t\tret.push( value );\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\t// Flatten any nested arrays\n\t\treturn concat.apply( [], ret );\n\t},\n\n\t// A global GUID counter for objects\n\tguid: 1,\n\n\t// Bind a function to a context, optionally partially applying any\n\t// arguments.\n\tproxy: function( fn, context ) {\n\t\tvar tmp, args, proxy;\n\n\t\tif ( typeof context === \"string\" ) {\n\t\t\ttmp = fn[ context ];\n\t\t\tcontext = fn;\n\t\t\tfn = tmp;\n\t\t}\n\n\t\t// Quick check to determine if target is callable, in the spec\n\t\t// this throws a TypeError, but we will just return undefined.\n\t\tif ( !jQuery.isFunction( fn ) ) {\n\t\t\treturn undefined;\n\t\t}\n\n\t\t// Simulated bind\n\t\targs = slice.call( arguments, 2 );\n\t\tproxy = function() {\n\t\t\treturn fn.apply( context || this, args.concat( slice.call( arguments ) ) );\n\t\t};\n\n\t\t// Set the guid of unique handler to the same of original handler, so it can be removed\n\t\tproxy.guid = fn.guid = fn.guid || jQuery.guid++;\n\n\t\treturn proxy;\n\t},\n\n\tnow: Date.now,\n\n\t// jQuery.support is not used in Core but other projects attach their\n\t// properties to it so it needs to exist.\n\tsupport: support\n});\n\n// Populate the class2type map\njQuery.each(\"Boolean Number String Function Array Date RegExp Object Error\".split(\" \"), function(i, name) {\n\tclass2type[ \"[object \" + name + \"]\" ] = name.toLowerCase();\n});\n\nfunction isArraylike( obj ) {\n\n\t// Support: iOS 8.2 (not reproducible in simulator)\n\t// `in` check used to prevent JIT error (gh-2145)\n\t// hasOwn isn't used here due to false negatives\n\t// regarding Nodelist length in IE\n\tvar length = \"length\" in obj && obj.length,\n\t\ttype = jQuery.type( obj );\n\n\tif ( type === \"function\" || jQuery.isWindow( obj ) ) {\n\t\treturn false;\n\t}\n\n\tif ( obj.nodeType === 1 && length ) {\n\t\treturn true;\n\t}\n\n\treturn type === \"array\" || length === 0 ||\n\t\ttypeof length === \"number\" && length > 0 && ( length - 1 ) in obj;\n}\nvar Sizzle =\n/*!\n * Sizzle CSS Selector Engine v2.2.0-pre\n * http://sizzlejs.com/\n *\n * Copyright 2008, 2014 jQuery Foundation, Inc. and other contributors\n * Released under the MIT license\n * http://jquery.org/license\n *\n * Date: 2014-12-16\n */\n(function( window ) {\n\nvar i,\n\tsupport,\n\tExpr,\n\tgetText,\n\tisXML,\n\ttokenize,\n\tcompile,\n\tselect,\n\toutermostContext,\n\tsortInput,\n\thasDuplicate,\n\n\t// Local document vars\n\tsetDocument,\n\tdocument,\n\tdocElem,\n\tdocumentIsHTML,\n\trbuggyQSA,\n\trbuggyMatches,\n\tmatches,\n\tcontains,\n\n\t// Instance-specific data\n\texpando = \"sizzle\" + 1 * new Date(),\n\tpreferredDoc = window.document,\n\tdirruns = 0,\n\tdone = 0,\n\tclassCache = createCache(),\n\ttokenCache = createCache(),\n\tcompilerCache = createCache(),\n\tsortOrder = function( a, b ) {\n\t\tif ( a === b ) {\n\t\t\thasDuplicate = true;\n\t\t}\n\t\treturn 0;\n\t},\n\n\t// General-purpose constants\n\tMAX_NEGATIVE = 1 << 31,\n\n\t// Instance methods\n\thasOwn = ({}).hasOwnProperty,\n\tarr = [],\n\tpop = arr.pop,\n\tpush_native = arr.push,\n\tpush = arr.push,\n\tslice = arr.slice,\n\t// Use a stripped-down indexOf as it's faster than native\n\t// http://jsperf.com/thor-indexof-vs-for/5\n\tindexOf = function( list, elem ) {\n\t\tvar i = 0,\n\t\t\tlen = list.length;\n\t\tfor ( ; i < len; i++ ) {\n\t\t\tif ( list[i] === elem ) {\n\t\t\t\treturn i;\n\t\t\t}\n\t\t}\n\t\treturn -1;\n\t},\n\n\tbooleans = \"checked|selected|async|autofocus|autoplay|controls|defer|disabled|hidden|ismap|loop|multiple|open|readonly|required|scoped\",\n\n\t// Regular expressions\n\n\t// Whitespace characters http://www.w3.org/TR/css3-selectors/#whitespace\n\twhitespace = \"[\\\\x20\\\\t\\\\r\\\\n\\\\f]\",\n\t// http://www.w3.org/TR/css3-syntax/#characters\n\tcharacterEncoding = \"(?:\\\\\\\\.|[\\\\w-]|[^\\\\x00-\\\\xa0])+\",\n\n\t// Loosely modeled on CSS identifier characters\n\t// An unquoted value should be a CSS identifier http://www.w3.org/TR/css3-selectors/#attribute-selectors\n\t// Proper syntax: http://www.w3.org/TR/CSS21/syndata.html#value-def-identifier\n\tidentifier = characterEncoding.replace( \"w\", \"w#\" ),\n\n\t// Attribute selectors: http://www.w3.org/TR/selectors/#attribute-selectors\n\tattributes = \"\\\\[\" + whitespace + \"*(\" + characterEncoding + \")(?:\" + whitespace +\n\t\t// Operator (capture 2)\n\t\t\"*([*^$|!~]?=)\" + whitespace +\n\t\t// \"Attribute values must be CSS identifiers [capture 5] or strings [capture 3 or capture 4]\"\n\t\t\"*(?:'((?:\\\\\\\\.|[^\\\\\\\\'])*)'|\\\"((?:\\\\\\\\.|[^\\\\\\\\\\\"])*)\\\"|(\" + identifier + \"))|)\" + whitespace +\n\t\t\"*\\\\]\",\n\n\tpseudos = \":(\" + characterEncoding + \")(?:\\\\((\" +\n\t\t// To reduce the number of selectors needing tokenize in the preFilter, prefer arguments:\n\t\t// 1. quoted (capture 3; capture 4 or capture 5)\n\t\t\"('((?:\\\\\\\\.|[^\\\\\\\\'])*)'|\\\"((?:\\\\\\\\.|[^\\\\\\\\\\\"])*)\\\")|\" +\n\t\t// 2. simple (capture 6)\n\t\t\"((?:\\\\\\\\.|[^\\\\\\\\()[\\\\]]|\" + attributes + \")*)|\" +\n\t\t// 3. anything else (capture 2)\n\t\t\".*\" +\n\t\t\")\\\\)|)\",\n\n\t// Leading and non-escaped trailing whitespace, capturing some non-whitespace characters preceding the latter\n\trwhitespace = new RegExp( whitespace + \"+\", \"g\" ),\n\trtrim = new RegExp( \"^\" + whitespace + \"+|((?:^|[^\\\\\\\\])(?:\\\\\\\\.)*)\" + whitespace + \"+$\", \"g\" ),\n\n\trcomma = new RegExp( \"^\" + whitespace + \"*,\" + whitespace + \"*\" ),\n\trcombinators = new RegExp( \"^\" + whitespace + \"*([>+~]|\" + whitespace + \")\" + whitespace + \"*\" ),\n\n\trattributeQuotes = new RegExp( \"=\" + whitespace + \"*([^\\\\]'\\\"]*?)\" + whitespace + \"*\\\\]\", \"g\" ),\n\n\trpseudo = new RegExp( pseudos ),\n\tridentifier = new RegExp( \"^\" + identifier + \"$\" ),\n\n\tmatchExpr = {\n\t\t\"ID\": new RegExp( \"^#(\" + characterEncoding + \")\" ),\n\t\t\"CLASS\": new RegExp( \"^\\\\.(\" + characterEncoding + \")\" ),\n\t\t\"TAG\": new RegExp( \"^(\" + characterEncoding.replace( \"w\", \"w*\" ) + \")\" ),\n\t\t\"ATTR\": new RegExp( \"^\" + attributes ),\n\t\t\"PSEUDO\": new RegExp( \"^\" + pseudos ),\n\t\t\"CHILD\": new RegExp( \"^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\\\(\" + whitespace +\n\t\t\t\"*(even|odd|(([+-]|)(\\\\d*)n|)\" + whitespace + \"*(?:([+-]|)\" + whitespace +\n\t\t\t\"*(\\\\d+)|))\" + whitespace + \"*\\\\)|)\", \"i\" ),\n\t\t\"bool\": new RegExp( \"^(?:\" + booleans + \")$\", \"i\" ),\n\t\t// For use in libraries implementing .is()\n\t\t// We use this for POS matching in `select`\n\t\t\"needsContext\": new RegExp( \"^\" + whitespace + \"*[>+~]|:(even|odd|eq|gt|lt|nth|first|last)(?:\\\\(\" +\n\t\t\twhitespace + \"*((?:-\\\\d)?\\\\d*)\" + whitespace + \"*\\\\)|)(?=[^-]|$)\", \"i\" )\n\t},\n\n\trinputs = /^(?:input|select|textarea|button)$/i,\n\trheader = /^h\\d$/i,\n\n\trnative = /^[^{]+\\{\\s*\\[native \\w/,\n\n\t// Easily-parseable/retrievable ID or TAG or CLASS selectors\n\trquickExpr = /^(?:#([\\w-]+)|(\\w+)|\\.([\\w-]+))$/,\n\n\trsibling = /[+~]/,\n\trescape = /'|\\\\/g,\n\n\t// CSS escapes http://www.w3.org/TR/CSS21/syndata.html#escaped-characters\n\trunescape = new RegExp( \"\\\\\\\\([\\\\da-f]{1,6}\" + whitespace + \"?|(\" + whitespace + \")|.)\", \"ig\" ),\n\tfunescape = function( _, escaped, escapedWhitespace ) {\n\t\tvar high = \"0x\" + escaped - 0x10000;\n\t\t// NaN means non-codepoint\n\t\t// Support: Firefox<24\n\t\t// Workaround erroneous numeric interpretation of +\"0x\"\n\t\treturn high !== high || escapedWhitespace ?\n\t\t\tescaped :\n\t\t\thigh < 0 ?\n\t\t\t\t// BMP codepoint\n\t\t\t\tString.fromCharCode( high + 0x10000 ) :\n\t\t\t\t// Supplemental Plane codepoint (surrogate pair)\n\t\t\t\tString.fromCharCode( high >> 10 | 0xD800, high & 0x3FF | 0xDC00 );\n\t},\n\n\t// Used for iframes\n\t// See setDocument()\n\t// Removing the function wrapper causes a \"Permission Denied\"\n\t// error in IE\n\tunloadHandler = function() {\n\t\tsetDocument();\n\t};\n\n// Optimize for push.apply( _, NodeList )\ntry {\n\tpush.apply(\n\t\t(arr = slice.call( preferredDoc.childNodes )),\n\t\tpreferredDoc.childNodes\n\t);\n\t// Support: Android<4.0\n\t// Detect silently failing push.apply\n\tarr[ preferredDoc.childNodes.length ].nodeType;\n} catch ( e ) {\n\tpush = { apply: arr.length ?\n\n\t\t// Leverage slice if possible\n\t\tfunction( target, els ) {\n\t\t\tpush_native.apply( target, slice.call(els) );\n\t\t} :\n\n\t\t// Support: IE<9\n\t\t// Otherwise append directly\n\t\tfunction( target, els ) {\n\t\t\tvar j = target.length,\n\t\t\t\ti = 0;\n\t\t\t// Can't trust NodeList.length\n\t\t\twhile ( (target[j++] = els[i++]) ) {}\n\t\t\ttarget.length = j - 1;\n\t\t}\n\t};\n}\n\nfunction Sizzle( selector, context, results, seed ) {\n\tvar match, elem, m, nodeType,\n\t\t// QSA vars\n\t\ti, groups, old, nid, newContext, newSelector;\n\n\tif ( ( context ? context.ownerDocument || context : preferredDoc ) !== document ) {\n\t\tsetDocument( context );\n\t}\n\n\tcontext = context || document;\n\tresults = results || [];\n\tnodeType = context.nodeType;\n\n\tif ( typeof selector !== \"string\" || !selector ||\n\t\tnodeType !== 1 && nodeType !== 9 && nodeType !== 11 ) {\n\n\t\treturn results;\n\t}\n\n\tif ( !seed && documentIsHTML ) {\n\n\t\t// Try to shortcut find operations when possible (e.g., not under DocumentFragment)\n\t\tif ( nodeType !== 11 && (match = rquickExpr.exec( selector )) ) {\n\t\t\t// Speed-up: Sizzle(\"#ID\")\n\t\t\tif ( (m = match[1]) ) {\n\t\t\t\tif ( nodeType === 9 ) {\n\t\t\t\t\telem = context.getElementById( m );\n\t\t\t\t\t// Check parentNode to catch when Blackberry 4.6 returns\n\t\t\t\t\t// nodes that are no longer in the document (jQuery #6963)\n\t\t\t\t\tif ( elem && elem.parentNode ) {\n\t\t\t\t\t\t// Handle the case where IE, Opera, and Webkit return items\n\t\t\t\t\t\t// by name instead of ID\n\t\t\t\t\t\tif ( elem.id === m ) {\n\t\t\t\t\t\t\tresults.push( elem );\n\t\t\t\t\t\t\treturn results;\n\t\t\t\t\t\t}\n\t\t\t\t\t} else {\n\t\t\t\t\t\treturn results;\n\t\t\t\t\t}\n\t\t\t\t} else {\n\t\t\t\t\t// Context is not a document\n\t\t\t\t\tif ( context.ownerDocument && (elem = context.ownerDocument.getElementById( m )) &&\n\t\t\t\t\t\tcontains( context, elem ) && elem.id === m ) {\n\t\t\t\t\t\tresults.push( elem );\n\t\t\t\t\t\treturn results;\n\t\t\t\t\t}\n\t\t\t\t}\n\n\t\t\t// Speed-up: Sizzle(\"TAG\")\n\t\t\t} else if ( match[2] ) {\n\t\t\t\tpush.apply( results, context.getElementsByTagName( selector ) );\n\t\t\t\treturn results;\n\n\t\t\t// Speed-up: Sizzle(\".CLASS\")\n\t\t\t} else if ( (m = match[3]) && support.getElementsByClassName ) {\n\t\t\t\tpush.apply( results, context.getElementsByClassName( m ) );\n\t\t\t\treturn results;\n\t\t\t}\n\t\t}\n\n\t\t// QSA path\n\t\tif ( support.qsa && (!rbuggyQSA || !rbuggyQSA.test( selector )) ) {\n\t\t\tnid = old = expando;\n\t\t\tnewContext = context;\n\t\t\tnewSelector = nodeType !== 1 && selector;\n\n\t\t\t// qSA works strangely on Element-rooted queries\n\t\t\t// We can work around this by specifying an extra ID on the root\n\t\t\t// and working up from there (Thanks to Andrew Dupont for the technique)\n\t\t\t// IE 8 doesn't work on object elements\n\t\t\tif ( nodeType === 1 && context.nodeName.toLowerCase() !== \"object\" ) {\n\t\t\t\tgroups = tokenize( selector );\n\n\t\t\t\tif ( (old = context.getAttribute(\"id\")) ) {\n\t\t\t\t\tnid = old.replace( rescape, \"\\\\$&\" );\n\t\t\t\t} else {\n\t\t\t\t\tcontext.setAttribute( \"id\", nid );\n\t\t\t\t}\n\t\t\t\tnid = \"[id='\" + nid + \"'] \";\n\n\t\t\t\ti = groups.length;\n\t\t\t\twhile ( i-- ) {\n\t\t\t\t\tgroups[i] = nid + toSelector( groups[i] );\n\t\t\t\t}\n\t\t\t\tnewContext = rsibling.test( selector ) && testContext( context.parentNode ) || context;\n\t\t\t\tnewSelector = groups.join(\",\");\n\t\t\t}\n\n\t\t\tif ( newSelector ) {\n\t\t\t\ttry {\n\t\t\t\t\tpush.apply( results,\n\t\t\t\t\t\tnewContext.querySelectorAll( newSelector )\n\t\t\t\t\t);\n\t\t\t\t\treturn results;\n\t\t\t\t} catch(qsaError) {\n\t\t\t\t} finally {\n\t\t\t\t\tif ( !old ) {\n\t\t\t\t\t\tcontext.removeAttribute(\"id\");\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n\n\t// All others\n\treturn select( selector.replace( rtrim, \"$1\" ), context, results, seed );\n}\n\n/**\n * Create key-value caches of limited size\n * @returns {Function(string, Object)} Returns the Object data after storing it on itself with\n *\tproperty name the (space-suffixed) string and (if the cache is larger than Expr.cacheLength)\n *\tdeleting the oldest entry\n */\nfunction createCache() {\n\tvar keys = [];\n\n\tfunction cache( key, value ) {\n\t\t// Use (key + \" \") to avoid collision with native prototype properties (see Issue #157)\n\t\tif ( keys.push( key + \" \" ) > Expr.cacheLength ) {\n\t\t\t// Only keep the most recent entries\n\t\t\tdelete cache[ keys.shift() ];\n\t\t}\n\t\treturn (cache[ key + \" \" ] = value);\n\t}\n\treturn cache;\n}\n\n/**\n * Mark a function for special use by Sizzle\n * @param {Function} fn The function to mark\n */\nfunction markFunction( fn ) {\n\tfn[ expando ] = true;\n\treturn fn;\n}\n\n/**\n * Support testing using an element\n * @param {Function} fn Passed the created div and expects a boolean result\n */\nfunction assert( fn ) {\n\tvar div = document.createElement(\"div\");\n\n\ttry {\n\t\treturn !!fn( div );\n\t} catch (e) {\n\t\treturn false;\n\t} finally {\n\t\t// Remove from its parent by default\n\t\tif ( div.parentNode ) {\n\t\t\tdiv.parentNode.removeChild( div );\n\t\t}\n\t\t// release memory in IE\n\t\tdiv = null;\n\t}\n}\n\n/**\n * Adds the same handler for all of the specified attrs\n * @param {String} attrs Pipe-separated list of attributes\n * @param {Function} handler The method that will be applied\n */\nfunction addHandle( attrs, handler ) {\n\tvar arr = attrs.split(\"|\"),\n\t\ti = attrs.length;\n\n\twhile ( i-- ) {\n\t\tExpr.attrHandle[ arr[i] ] = handler;\n\t}\n}\n\n/**\n * Checks document order of two siblings\n * @param {Element} a\n * @param {Element} b\n * @returns {Number} Returns less than 0 if a precedes b, greater than 0 if a follows b\n */\nfunction siblingCheck( a, b ) {\n\tvar cur = b && a,\n\t\tdiff = cur && a.nodeType === 1 && b.nodeType === 1 &&\n\t\t\t( ~b.sourceIndex || MAX_NEGATIVE ) -\n\t\t\t( ~a.sourceIndex || MAX_NEGATIVE );\n\n\t// Use IE sourceIndex if available on both nodes\n\tif ( diff ) {\n\t\treturn diff;\n\t}\n\n\t// Check if b follows a\n\tif ( cur ) {\n\t\twhile ( (cur = cur.nextSibling) ) {\n\t\t\tif ( cur === b ) {\n\t\t\t\treturn -1;\n\t\t\t}\n\t\t}\n\t}\n\n\treturn a ? 1 : -1;\n}\n\n/**\n * Returns a function to use in pseudos for input types\n * @param {String} type\n */\nfunction createInputPseudo( type ) {\n\treturn function( elem ) {\n\t\tvar name = elem.nodeName.toLowerCase();\n\t\treturn name === \"input\" && elem.type === type;\n\t};\n}\n\n/**\n * Returns a function to use in pseudos for buttons\n * @param {String} type\n */\nfunction createButtonPseudo( type ) {\n\treturn function( elem ) {\n\t\tvar name = elem.nodeName.toLowerCase();\n\t\treturn (name === \"input\" || name === \"button\") && elem.type === type;\n\t};\n}\n\n/**\n * Returns a function to use in pseudos for positionals\n * @param {Function} fn\n */\nfunction createPositionalPseudo( fn ) {\n\treturn markFunction(function( argument ) {\n\t\targument = +argument;\n\t\treturn markFunction(function( seed, matches ) {\n\t\t\tvar j,\n\t\t\t\tmatchIndexes = fn( [], seed.length, argument ),\n\t\t\t\ti = matchIndexes.length;\n\n\t\t\t// Match elements found at the specified indexes\n\t\t\twhile ( i-- ) {\n\t\t\t\tif ( seed[ (j = matchIndexes[i]) ] ) {\n\t\t\t\t\tseed[j] = !(matches[j] = seed[j]);\n\t\t\t\t}\n\t\t\t}\n\t\t});\n\t});\n}\n\n/**\n * Checks a node for validity as a Sizzle context\n * @param {Element|Object=} context\n * @returns {Element|Object|Boolean} The input node if acceptable, otherwise a falsy value\n */\nfunction testContext( context ) {\n\treturn context && typeof context.getElementsByTagName !== \"undefined\" && context;\n}\n\n// Expose support vars for convenience\nsupport = Sizzle.support = {};\n\n/**\n * Detects XML nodes\n * @param {Element|Object} elem An element or a document\n * @returns {Boolean} True iff elem is a non-HTML XML node\n */\nisXML = Sizzle.isXML = function( elem ) {\n\t// documentElement is verified for cases where it doesn't yet exist\n\t// (such as loading iframes in IE - #4833)\n\tvar documentElement = elem && (elem.ownerDocument || elem).documentElement;\n\treturn documentElement ? documentElement.nodeName !== \"HTML\" : false;\n};\n\n/**\n * Sets document-related variables once based on the current document\n * @param {Element|Object} [doc] An element or document object to use to set the document\n * @returns {Object} Returns the current document\n */\nsetDocument = Sizzle.setDocument = function( node ) {\n\tvar hasCompare, parent,\n\t\tdoc = node ? node.ownerDocument || node : preferredDoc;\n\n\t// If no document and documentElement is available, return\n\tif ( doc === document || doc.nodeType !== 9 || !doc.documentElement ) {\n\t\treturn document;\n\t}\n\n\t// Set our document\n\tdocument = doc;\n\tdocElem = doc.documentElement;\n\tparent = doc.defaultView;\n\n\t// Support: IE>8\n\t// If iframe document is assigned to \"document\" variable and if iframe has been reloaded,\n\t// IE will throw \"permission denied\" error when accessing \"document\" variable, see jQuery #13936\n\t// IE6-8 do not support the defaultView property so parent will be undefined\n\tif ( parent && parent !== parent.top ) {\n\t\t// IE11 does not have attachEvent, so all must suffer\n\t\tif ( parent.addEventListener ) {\n\t\t\tparent.addEventListener( \"unload\", unloadHandler, false );\n\t\t} else if ( parent.attachEvent ) {\n\t\t\tparent.attachEvent( \"onunload\", unloadHandler );\n\t\t}\n\t}\n\n\t/* Support tests\n\t---------------------------------------------------------------------- */\n\tdocumentIsHTML = !isXML( doc );\n\n\t/* Attributes\n\t---------------------------------------------------------------------- */\n\n\t// Support: IE<8\n\t// Verify that getAttribute really returns attributes and not properties\n\t// (excepting IE8 booleans)\n\tsupport.attributes = assert(function( div ) {\n\t\tdiv.className = \"i\";\n\t\treturn !div.getAttribute(\"className\");\n\t});\n\n\t/* getElement(s)By*\n\t---------------------------------------------------------------------- */\n\n\t// Check if getElementsByTagName(\"*\") returns only elements\n\tsupport.getElementsByTagName = assert(function( div ) {\n\t\tdiv.appendChild( doc.createComment(\"\") );\n\t\treturn !div.getElementsByTagName(\"*\").length;\n\t});\n\n\t// Support: IE<9\n\tsupport.getElementsByClassName = rnative.test( doc.getElementsByClassName );\n\n\t// Support: IE<10\n\t// Check if getElementById returns elements by name\n\t// The broken getElementById methods don't pick up programatically-set names,\n\t// so use a roundabout getElementsByName test\n\tsupport.getById = assert(function( div ) {\n\t\tdocElem.appendChild( div ).id = expando;\n\t\treturn !doc.getElementsByName || !doc.getElementsByName( expando ).length;\n\t});\n\n\t// ID find and filter\n\tif ( support.getById ) {\n\t\tExpr.find[\"ID\"] = function( id, context ) {\n\t\t\tif ( typeof context.getElementById !== \"undefined\" && documentIsHTML ) {\n\t\t\t\tvar m = context.getElementById( id );\n\t\t\t\t// Check parentNode to catch when Blackberry 4.6 returns\n\t\t\t\t// nodes that are no longer in the document #6963\n\t\t\t\treturn m && m.parentNode ? [ m ] : [];\n\t\t\t}\n\t\t};\n\t\tExpr.filter[\"ID\"] = function( id ) {\n\t\t\tvar attrId = id.replace( runescape, funescape );\n\t\t\treturn function( elem ) {\n\t\t\t\treturn elem.getAttribute(\"id\") === attrId;\n\t\t\t};\n\t\t};\n\t} else {\n\t\t// Support: IE6/7\n\t\t// getElementById is not reliable as a find shortcut\n\t\tdelete Expr.find[\"ID\"];\n\n\t\tExpr.filter[\"ID\"] = function( id ) {\n\t\t\tvar attrId = id.replace( runescape, funescape );\n\t\t\treturn function( elem ) {\n\t\t\t\tvar node = typeof elem.getAttributeNode !== \"undefined\" && elem.getAttributeNode(\"id\");\n\t\t\t\treturn node && node.value === attrId;\n\t\t\t};\n\t\t};\n\t}\n\n\t// Tag\n\tExpr.find[\"TAG\"] = support.getElementsByTagName ?\n\t\tfunction( tag, context ) {\n\t\t\tif ( typeof context.getElementsByTagName !== \"undefined\" ) {\n\t\t\t\treturn context.getElementsByTagName( tag );\n\n\t\t\t// DocumentFragment nodes don't have gEBTN\n\t\t\t} else if ( support.qsa ) {\n\t\t\t\treturn context.querySelectorAll( tag );\n\t\t\t}\n\t\t} :\n\n\t\tfunction( tag, context ) {\n\t\t\tvar elem,\n\t\t\t\ttmp = [],\n\t\t\t\ti = 0,\n\t\t\t\t// By happy coincidence, a (broken) gEBTN appears on DocumentFragment nodes too\n\t\t\t\tresults = context.getElementsByTagName( tag );\n\n\t\t\t// Filter out possible comments\n\t\t\tif ( tag === \"*\" ) {\n\t\t\t\twhile ( (elem = results[i++]) ) {\n\t\t\t\t\tif ( elem.nodeType === 1 ) {\n\t\t\t\t\t\ttmp.push( elem );\n\t\t\t\t\t}\n\t\t\t\t}\n\n\t\t\t\treturn tmp;\n\t\t\t}\n\t\t\treturn results;\n\t\t};\n\n\t// Class\n\tExpr.find[\"CLASS\"] = support.getElementsByClassName && function( className, context ) {\n\t\tif ( documentIsHTML ) {\n\t\t\treturn context.getElementsByClassName( className );\n\t\t}\n\t};\n\n\t/* QSA/matchesSelector\n\t---------------------------------------------------------------------- */\n\n\t// QSA and matchesSelector support\n\n\t// matchesSelector(:active) reports false when true (IE9/Opera 11.5)\n\trbuggyMatches = [];\n\n\t// qSa(:focus) reports false when true (Chrome 21)\n\t// We allow this because of a bug in IE8/9 that throws an error\n\t// whenever `document.activeElement` is accessed on an iframe\n\t// So, we allow :focus to pass through QSA all the time to avoid the IE error\n\t// See http://bugs.jquery.com/ticket/13378\n\trbuggyQSA = [];\n\n\tif ( (support.qsa = rnative.test( doc.querySelectorAll )) ) {\n\t\t// Build QSA regex\n\t\t// Regex strategy adopted from Diego Perini\n\t\tassert(function( div ) {\n\t\t\t// Select is set to empty string on purpose\n\t\t\t// This is to test IE's treatment of not explicitly\n\t\t\t// setting a boolean content attribute,\n\t\t\t// since its presence should be enough\n\t\t\t// http://bugs.jquery.com/ticket/12359\n\t\t\tdocElem.appendChild( div ).innerHTML = \"<a id='\" + expando + \"'></a>\" +\n\t\t\t\t\"<select id='\" + expando + \"-\\f]' msallowcapture=''>\" +\n\t\t\t\t\"<option selected=''></option></select>\";\n\n\t\t\t// Support: IE8, Opera 11-12.16\n\t\t\t// Nothing should be selected when empty strings follow ^= or $= or *=\n\t\t\t// The test attribute must be unknown in Opera but \"safe\" for WinRT\n\t\t\t// http://msdn.microsoft.com/en-us/library/ie/hh465388.aspx#attribute_section\n\t\t\tif ( div.querySelectorAll(\"[msallowcapture^='']\").length ) {\n\t\t\t\trbuggyQSA.push( \"[*^$]=\" + whitespace + \"*(?:''|\\\"\\\")\" );\n\t\t\t}\n\n\t\t\t// Support: IE8\n\t\t\t// Boolean attributes and \"value\" are not treated correctly\n\t\t\tif ( !div.querySelectorAll(\"[selected]\").length ) {\n\t\t\t\trbuggyQSA.push( \"\\\\[\" + whitespace + \"*(?:value|\" + booleans + \")\" );\n\t\t\t}\n\n\t\t\t// Support: Chrome<29, Android<4.2+, Safari<7.0+, iOS<7.0+, PhantomJS<1.9.7+\n\t\t\tif ( !div.querySelectorAll( \"[id~=\" + expando + \"-]\" ).length ) {\n\t\t\t\trbuggyQSA.push(\"~=\");\n\t\t\t}\n\n\t\t\t// Webkit/Opera - :checked should return selected option elements\n\t\t\t// http://www.w3.org/TR/2011/REC-css3-selectors-20110929/#checked\n\t\t\t// IE8 throws error here and will not see later tests\n\t\t\tif ( !div.querySelectorAll(\":checked\").length ) {\n\t\t\t\trbuggyQSA.push(\":checked\");\n\t\t\t}\n\n\t\t\t// Support: Safari 8+, iOS 8+\n\t\t\t// https://bugs.webkit.org/show_bug.cgi?id=136851\n\t\t\t// In-page `selector#id sibing-combinator selector` fails\n\t\t\tif ( !div.querySelectorAll( \"a#\" + expando + \"+*\" ).length ) {\n\t\t\t\trbuggyQSA.push(\".#.+[+~]\");\n\t\t\t}\n\t\t});\n\n\t\tassert(function( div ) {\n\t\t\t// Support: Windows 8 Native Apps\n\t\t\t// The type and name attributes are restricted during .innerHTML assignment\n\t\t\tvar input = doc.createElement(\"input\");\n\t\t\tinput.setAttribute( \"type\", \"hidden\" );\n\t\t\tdiv.appendChild( input ).setAttribute( \"name\", \"D\" );\n\n\t\t\t// Support: IE8\n\t\t\t// Enforce case-sensitivity of name attribute\n\t\t\tif ( div.querySelectorAll(\"[name=d]\").length ) {\n\t\t\t\trbuggyQSA.push( \"name\" + whitespace + \"*[*^$|!~]?=\" );\n\t\t\t}\n\n\t\t\t// FF 3.5 - :enabled/:disabled and hidden elements (hidden elements are still enabled)\n\t\t\t// IE8 throws error here and will not see later tests\n\t\t\tif ( !div.querySelectorAll(\":enabled\").length ) {\n\t\t\t\trbuggyQSA.push( \":enabled\", \":disabled\" );\n\t\t\t}\n\n\t\t\t// Opera 10-11 does not throw on post-comma invalid pseudos\n\t\t\tdiv.querySelectorAll(\"*,:x\");\n\t\t\trbuggyQSA.push(\",.*:\");\n\t\t});\n\t}\n\n\tif ( (support.matchesSelector = rnative.test( (matches = docElem.matches ||\n\t\tdocElem.webkitMatchesSelector ||\n\t\tdocElem.mozMatchesSelector ||\n\t\tdocElem.oMatchesSelector ||\n\t\tdocElem.msMatchesSelector) )) ) {\n\n\t\tassert(function( div ) {\n\t\t\t// Check to see if it's possible to do matchesSelector\n\t\t\t// on a disconnected node (IE 9)\n\t\t\tsupport.disconnectedMatch = matches.call( div, \"div\" );\n\n\t\t\t// This should fail with an exception\n\t\t\t// Gecko does not error, returns false instead\n\t\t\tmatches.call( div, \"[s!='']:x\" );\n\t\t\trbuggyMatches.push( \"!=\", pseudos );\n\t\t});\n\t}\n\n\trbuggyQSA = rbuggyQSA.length && new RegExp( rbuggyQSA.join(\"|\") );\n\trbuggyMatches = rbuggyMatches.length && new RegExp( rbuggyMatches.join(\"|\") );\n\n\t/* Contains\n\t---------------------------------------------------------------------- */\n\thasCompare = rnative.test( docElem.compareDocumentPosition );\n\n\t// Element contains another\n\t// Purposefully does not implement inclusive descendent\n\t// As in, an element does not contain itself\n\tcontains = hasCompare || rnative.test( docElem.contains ) ?\n\t\tfunction( a, b ) {\n\t\t\tvar adown = a.nodeType === 9 ? a.documentElement : a,\n\t\t\t\tbup = b && b.parentNode;\n\t\t\treturn a === bup || !!( bup && bup.nodeType === 1 && (\n\t\t\t\tadown.contains ?\n\t\t\t\t\tadown.contains( bup ) :\n\t\t\t\t\ta.compareDocumentPosition && a.compareDocumentPosition( bup ) & 16\n\t\t\t));\n\t\t} :\n\t\tfunction( a, b ) {\n\t\t\tif ( b ) {\n\t\t\t\twhile ( (b = b.parentNode) ) {\n\t\t\t\t\tif ( b === a ) {\n\t\t\t\t\t\treturn true;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t\treturn false;\n\t\t};\n\n\t/* Sorting\n\t---------------------------------------------------------------------- */\n\n\t// Document order sorting\n\tsortOrder = hasCompare ?\n\tfunction( a, b ) {\n\n\t\t// Flag for duplicate removal\n\t\tif ( a === b ) {\n\t\t\thasDuplicate = true;\n\t\t\treturn 0;\n\t\t}\n\n\t\t// Sort on method existence if only one input has compareDocumentPosition\n\t\tvar compare = !a.compareDocumentPosition - !b.compareDocumentPosition;\n\t\tif ( compare ) {\n\t\t\treturn compare;\n\t\t}\n\n\t\t// Calculate position if both inputs belong to the same document\n\t\tcompare = ( a.ownerDocument || a ) === ( b.ownerDocument || b ) ?\n\t\t\ta.compareDocumentPosition( b ) :\n\n\t\t\t// Otherwise we know they are disconnected\n\t\t\t1;\n\n\t\t// Disconnected nodes\n\t\tif ( compare & 1 ||\n\t\t\t(!support.sortDetached && b.compareDocumentPosition( a ) === compare) ) {\n\n\t\t\t// Choose the first element that is related to our preferred document\n\t\t\tif ( a === doc || a.ownerDocument === preferredDoc && contains(preferredDoc, a) ) {\n\t\t\t\treturn -1;\n\t\t\t}\n\t\t\tif ( b === doc || b.ownerDocument === preferredDoc && contains(preferredDoc, b) ) {\n\t\t\t\treturn 1;\n\t\t\t}\n\n\t\t\t// Maintain original order\n\t\t\treturn sortInput ?\n\t\t\t\t( indexOf( sortInput, a ) - indexOf( sortInput, b ) ) :\n\t\t\t\t0;\n\t\t}\n\n\t\treturn compare & 4 ? -1 : 1;\n\t} :\n\tfunction( a, b ) {\n\t\t// Exit early if the nodes are identical\n\t\tif ( a === b ) {\n\t\t\thasDuplicate = true;\n\t\t\treturn 0;\n\t\t}\n\n\t\tvar cur,\n\t\t\ti = 0,\n\t\t\taup = a.parentNode,\n\t\t\tbup = b.parentNode,\n\t\t\tap = [ a ],\n\t\t\tbp = [ b ];\n\n\t\t// Parentless nodes are either documents or disconnected\n\t\tif ( !aup || !bup ) {\n\t\t\treturn a === doc ? -1 :\n\t\t\t\tb === doc ? 1 :\n\t\t\t\taup ? -1 :\n\t\t\t\tbup ? 1 :\n\t\t\t\tsortInput ?\n\t\t\t\t( indexOf( sortInput, a ) - indexOf( sortInput, b ) ) :\n\t\t\t\t0;\n\n\t\t// If the nodes are siblings, we can do a quick check\n\t\t} else if ( aup === bup ) {\n\t\t\treturn siblingCheck( a, b );\n\t\t}\n\n\t\t// Otherwise we need full lists of their ancestors for comparison\n\t\tcur = a;\n\t\twhile ( (cur = cur.parentNode) ) {\n\t\t\tap.unshift( cur );\n\t\t}\n\t\tcur = b;\n\t\twhile ( (cur = cur.parentNode) ) {\n\t\t\tbp.unshift( cur );\n\t\t}\n\n\t\t// Walk down the tree looking for a discrepancy\n\t\twhile ( ap[i] === bp[i] ) {\n\t\t\ti++;\n\t\t}\n\n\t\treturn i ?\n\t\t\t// Do a sibling check if the nodes have a common ancestor\n\t\t\tsiblingCheck( ap[i], bp[i] ) :\n\n\t\t\t// Otherwise nodes in our document sort first\n\t\t\tap[i] === preferredDoc ? -1 :\n\t\t\tbp[i] === preferredDoc ? 1 :\n\t\t\t0;\n\t};\n\n\treturn doc;\n};\n\nSizzle.matches = function( expr, elements ) {\n\treturn Sizzle( expr, null, null, elements );\n};\n\nSizzle.matchesSelector = function( elem, expr ) {\n\t// Set document vars if needed\n\tif ( ( elem.ownerDocument || elem ) !== document ) {\n\t\tsetDocument( elem );\n\t}\n\n\t// Make sure that attribute selectors are quoted\n\texpr = expr.replace( rattributeQuotes, \"='$1']\" );\n\n\tif ( support.matchesSelector && documentIsHTML &&\n\t\t( !rbuggyMatches || !rbuggyMatches.test( expr ) ) &&\n\t\t( !rbuggyQSA || !rbuggyQSA.test( expr ) ) ) {\n\n\t\ttry {\n\t\t\tvar ret = matches.call( elem, expr );\n\n\t\t\t// IE 9's matchesSelector returns false on disconnected nodes\n\t\t\tif ( ret || support.disconnectedMatch ||\n\t\t\t\t\t// As well, disconnected nodes are said to be in a document\n\t\t\t\t\t// fragment in IE 9\n\t\t\t\t\telem.document && elem.document.nodeType !== 11 ) {\n\t\t\t\treturn ret;\n\t\t\t}\n\t\t} catch (e) {}\n\t}\n\n\treturn Sizzle( expr, document, null, [ elem ] ).length > 0;\n};\n\nSizzle.contains = function( context, elem ) {\n\t// Set document vars if needed\n\tif ( ( context.ownerDocument || context ) !== document ) {\n\t\tsetDocument( context );\n\t}\n\treturn contains( context, elem );\n};\n\nSizzle.attr = function( elem, name ) {\n\t// Set document vars if needed\n\tif ( ( elem.ownerDocument || elem ) !== document ) {\n\t\tsetDocument( elem );\n\t}\n\n\tvar fn = Expr.attrHandle[ name.toLowerCase() ],\n\t\t// Don't get fooled by Object.prototype properties (jQuery #13807)\n\t\tval = fn && hasOwn.call( Expr.attrHandle, name.toLowerCase() ) ?\n\t\t\tfn( elem, name, !documentIsHTML ) :\n\t\t\tundefined;\n\n\treturn val !== undefined ?\n\t\tval :\n\t\tsupport.attributes || !documentIsHTML ?\n\t\t\telem.getAttribute( name ) :\n\t\t\t(val = elem.getAttributeNode(name)) && val.specified ?\n\t\t\t\tval.value :\n\t\t\t\tnull;\n};\n\nSizzle.error = function( msg ) {\n\tthrow new Error( \"Syntax error, unrecognized expression: \" + msg );\n};\n\n/**\n * Document sorting and removing duplicates\n * @param {ArrayLike} results\n */\nSizzle.uniqueSort = function( results ) {\n\tvar elem,\n\t\tduplicates = [],\n\t\tj = 0,\n\t\ti = 0;\n\n\t// Unless we *know* we can detect duplicates, assume their presence\n\thasDuplicate = !support.detectDuplicates;\n\tsortInput = !support.sortStable && results.slice( 0 );\n\tresults.sort( sortOrder );\n\n\tif ( hasDuplicate ) {\n\t\twhile ( (elem = results[i++]) ) {\n\t\t\tif ( elem === results[ i ] ) {\n\t\t\t\tj = duplicates.push( i );\n\t\t\t}\n\t\t}\n\t\twhile ( j-- ) {\n\t\t\tresults.splice( duplicates[ j ], 1 );\n\t\t}\n\t}\n\n\t// Clear input after sorting to release objects\n\t// See https://github.com/jquery/sizzle/pull/225\n\tsortInput = null;\n\n\treturn results;\n};\n\n/**\n * Utility function for retrieving the text value of an array of DOM nodes\n * @param {Array|Element} elem\n */\ngetText = Sizzle.getText = function( elem ) {\n\tvar node,\n\t\tret = \"\",\n\t\ti = 0,\n\t\tnodeType = elem.nodeType;\n\n\tif ( !nodeType ) {\n\t\t// If no nodeType, this is expected to be an array\n\t\twhile ( (node = elem[i++]) ) {\n\t\t\t// Do not traverse comment nodes\n\t\t\tret += getText( node );\n\t\t}\n\t} else if ( nodeType === 1 || nodeType === 9 || nodeType === 11 ) {\n\t\t// Use textContent for elements\n\t\t// innerText usage removed for consistency of new lines (jQuery #11153)\n\t\tif ( typeof elem.textContent === \"string\" ) {\n\t\t\treturn elem.textContent;\n\t\t} else {\n\t\t\t// Traverse its children\n\t\t\tfor ( elem = elem.firstChild; elem; elem = elem.nextSibling ) {\n\t\t\t\tret += getText( elem );\n\t\t\t}\n\t\t}\n\t} else if ( nodeType === 3 || nodeType === 4 ) {\n\t\treturn elem.nodeValue;\n\t}\n\t// Do not include comment or processing instruction nodes\n\n\treturn ret;\n};\n\nExpr = Sizzle.selectors = {\n\n\t// Can be adjusted by the user\n\tcacheLength: 50,\n\n\tcreatePseudo: markFunction,\n\n\tmatch: matchExpr,\n\n\tattrHandle: {},\n\n\tfind: {},\n\n\trelative: {\n\t\t\">\": { dir: \"parentNode\", first: true },\n\t\t\" \": { dir: \"parentNode\" },\n\t\t\"+\": { dir: \"previousSibling\", first: true },\n\t\t\"~\": { dir: \"previousSibling\" }\n\t},\n\n\tpreFilter: {\n\t\t\"ATTR\": function( match ) {\n\t\t\tmatch[1] = match[1].replace( runescape, funescape );\n\n\t\t\t// Move the given value to match[3] whether quoted or unquoted\n\t\t\tmatch[3] = ( match[3] || match[4] || match[5] || \"\" ).replace( runescape, funescape );\n\n\t\t\tif ( match[2] === \"~=\" ) {\n\t\t\t\tmatch[3] = \" \" + match[3] + \" \";\n\t\t\t}\n\n\t\t\treturn match.slice( 0, 4 );\n\t\t},\n\n\t\t\"CHILD\": function( match ) {\n\t\t\t/* matches from matchExpr[\"CHILD\"]\n\t\t\t\t1 type (only|nth|...)\n\t\t\t\t2 what (child|of-type)\n\t\t\t\t3 argument (even|odd|\\d*|\\d*n([+-]\\d+)?|...)\n\t\t\t\t4 xn-component of xn+y argument ([+-]?\\d*n|)\n\t\t\t\t5 sign of xn-component\n\t\t\t\t6 x of xn-component\n\t\t\t\t7 sign of y-component\n\t\t\t\t8 y of y-component\n\t\t\t*/\n\t\t\tmatch[1] = match[1].toLowerCase();\n\n\t\t\tif ( match[1].slice( 0, 3 ) === \"nth\" ) {\n\t\t\t\t// nth-* requires argument\n\t\t\t\tif ( !match[3] ) {\n\t\t\t\t\tSizzle.error( match[0] );\n\t\t\t\t}\n\n\t\t\t\t// numeric x and y parameters for Expr.filter.CHILD\n\t\t\t\t// remember that false/true cast respectively to 0/1\n\t\t\t\tmatch[4] = +( match[4] ? match[5] + (match[6] || 1) : 2 * ( match[3] === \"even\" || match[3] === \"odd\" ) );\n\t\t\t\tmatch[5] = +( ( match[7] + match[8] ) || match[3] === \"odd\" );\n\n\t\t\t// other types prohibit arguments\n\t\t\t} else if ( match[3] ) {\n\t\t\t\tSizzle.error( match[0] );\n\t\t\t}\n\n\t\t\treturn match;\n\t\t},\n\n\t\t\"PSEUDO\": function( match ) {\n\t\t\tvar excess,\n\t\t\t\tunquoted = !match[6] && match[2];\n\n\t\t\tif ( matchExpr[\"CHILD\"].test( match[0] ) ) {\n\t\t\t\treturn null;\n\t\t\t}\n\n\t\t\t// Accept quoted arguments as-is\n\t\t\tif ( match[3] ) {\n\t\t\t\tmatch[2] = match[4] || match[5] || \"\";\n\n\t\t\t// Strip excess characters from unquoted arguments\n\t\t\t} else if ( unquoted && rpseudo.test( unquoted ) &&\n\t\t\t\t// Get excess from tokenize (recursively)\n\t\t\t\t(excess = tokenize( unquoted, true )) &&\n\t\t\t\t// advance to the next closing parenthesis\n\t\t\t\t(excess = unquoted.indexOf( \")\", unquoted.length - excess ) - unquoted.length) ) {\n\n\t\t\t\t// excess is a negative index\n\t\t\t\tmatch[0] = match[0].slice( 0, excess );\n\t\t\t\tmatch[2] = unquoted.slice( 0, excess );\n\t\t\t}\n\n\t\t\t// Return only captures needed by the pseudo filter method (type and argument)\n\t\t\treturn match.slice( 0, 3 );\n\t\t}\n\t},\n\n\tfilter: {\n\n\t\t\"TAG\": function( nodeNameSelector ) {\n\t\t\tvar nodeName = nodeNameSelector.replace( runescape, funescape ).toLowerCase();\n\t\t\treturn nodeNameSelector === \"*\" ?\n\t\t\t\tfunction() { return true; } :\n\t\t\t\tfunction( elem ) {\n\t\t\t\t\treturn elem.nodeName && elem.nodeName.toLowerCase() === nodeName;\n\t\t\t\t};\n\t\t},\n\n\t\t\"CLASS\": function( className ) {\n\t\t\tvar pattern = classCache[ className + \" \" ];\n\n\t\t\treturn pattern ||\n\t\t\t\t(pattern = new RegExp( \"(^|\" + whitespace + \")\" + className + \"(\" + whitespace + \"|$)\" )) &&\n\t\t\t\tclassCache( className, function( elem ) {\n\t\t\t\t\treturn pattern.test( typeof elem.className === \"string\" && elem.className || typeof elem.getAttribute !== \"undefined\" && elem.getAttribute(\"class\") || \"\" );\n\t\t\t\t});\n\t\t},\n\n\t\t\"ATTR\": function( name, operator, check ) {\n\t\t\treturn function( elem ) {\n\t\t\t\tvar result = Sizzle.attr( elem, name );\n\n\t\t\t\tif ( result == null ) {\n\t\t\t\t\treturn operator === \"!=\";\n\t\t\t\t}\n\t\t\t\tif ( !operator ) {\n\t\t\t\t\treturn true;\n\t\t\t\t}\n\n\t\t\t\tresult += \"\";\n\n\t\t\t\treturn operator === \"=\" ? result === check :\n\t\t\t\t\toperator === \"!=\" ? result !== check :\n\t\t\t\t\toperator === \"^=\" ? check && result.indexOf( check ) === 0 :\n\t\t\t\t\toperator === \"*=\" ? check && result.indexOf( check ) > -1 :\n\t\t\t\t\toperator === \"$=\" ? check && result.slice( -check.length ) === check :\n\t\t\t\t\toperator === \"~=\" ? ( \" \" + result.replace( rwhitespace, \" \" ) + \" \" ).indexOf( check ) > -1 :\n\t\t\t\t\toperator === \"|=\" ? result === check || result.slice( 0, check.length + 1 ) === check + \"-\" :\n\t\t\t\t\tfalse;\n\t\t\t};\n\t\t},\n\n\t\t\"CHILD\": function( type, what, argument, first, last ) {\n\t\t\tvar simple = type.slice( 0, 3 ) !== \"nth\",\n\t\t\t\tforward = type.slice( -4 ) !== \"last\",\n\t\t\t\tofType = what === \"of-type\";\n\n\t\t\treturn first === 1 && last === 0 ?\n\n\t\t\t\t// Shortcut for :nth-*(n)\n\t\t\t\tfunction( elem ) {\n\t\t\t\t\treturn !!elem.parentNode;\n\t\t\t\t} :\n\n\t\t\t\tfunction( elem, context, xml ) {\n\t\t\t\t\tvar cache, outerCache, node, diff, nodeIndex, start,\n\t\t\t\t\t\tdir = simple !== forward ? \"nextSibling\" : \"previousSibling\",\n\t\t\t\t\t\tparent = elem.parentNode,\n\t\t\t\t\t\tname = ofType && elem.nodeName.toLowerCase(),\n\t\t\t\t\t\tuseCache = !xml && !ofType;\n\n\t\t\t\t\tif ( parent ) {\n\n\t\t\t\t\t\t// :(first|last|only)-(child|of-type)\n\t\t\t\t\t\tif ( simple ) {\n\t\t\t\t\t\t\twhile ( dir ) {\n\t\t\t\t\t\t\t\tnode = elem;\n\t\t\t\t\t\t\t\twhile ( (node = node[ dir ]) ) {\n\t\t\t\t\t\t\t\t\tif ( ofType ? node.nodeName.toLowerCase() === name : node.nodeType === 1 ) {\n\t\t\t\t\t\t\t\t\t\treturn false;\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t// Reverse direction for :only-* (if we haven't yet done so)\n\t\t\t\t\t\t\t\tstart = dir = type === \"only\" && !start && \"nextSibling\";\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\treturn true;\n\t\t\t\t\t\t}\n\n\t\t\t\t\t\tstart = [ forward ? parent.firstChild : parent.lastChild ];\n\n\t\t\t\t\t\t// non-xml :nth-child(...) stores cache data on `parent`\n\t\t\t\t\t\tif ( forward && useCache ) {\n\t\t\t\t\t\t\t// Seek `elem` from a previously-cached index\n\t\t\t\t\t\t\touterCache = parent[ expando ] || (parent[ expando ] = {});\n\t\t\t\t\t\t\tcache = outerCache[ type ] || [];\n\t\t\t\t\t\t\tnodeIndex = cache[0] === dirruns && cache[1];\n\t\t\t\t\t\t\tdiff = cache[0] === dirruns && cache[2];\n\t\t\t\t\t\t\tnode = nodeIndex && parent.childNodes[ nodeIndex ];\n\n\t\t\t\t\t\t\twhile ( (node = ++nodeIndex && node && node[ dir ] ||\n\n\t\t\t\t\t\t\t\t// Fallback to seeking `elem` from the start\n\t\t\t\t\t\t\t\t(diff = nodeIndex = 0) || start.pop()) ) {\n\n\t\t\t\t\t\t\t\t// When found, cache indexes on `parent` and break\n\t\t\t\t\t\t\t\tif ( node.nodeType === 1 && ++diff && node === elem ) {\n\t\t\t\t\t\t\t\t\touterCache[ type ] = [ dirruns, nodeIndex, diff ];\n\t\t\t\t\t\t\t\t\tbreak;\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t}\n\n\t\t\t\t\t\t// Use previously-cached element index if available\n\t\t\t\t\t\t} else if ( useCache && (cache = (elem[ expando ] || (elem[ expando ] = {}))[ type ]) && cache[0] === dirruns ) {\n\t\t\t\t\t\t\tdiff = cache[1];\n\n\t\t\t\t\t\t// xml :nth-child(...) or :nth-last-child(...) or :nth(-last)?-of-type(...)\n\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t// Use the same loop as above to seek `elem` from the start\n\t\t\t\t\t\t\twhile ( (node = ++nodeIndex && node && node[ dir ] ||\n\t\t\t\t\t\t\t\t(diff = nodeIndex = 0) || start.pop()) ) {\n\n\t\t\t\t\t\t\t\tif ( ( ofType ? node.nodeName.toLowerCase() === name : node.nodeType === 1 ) && ++diff ) {\n\t\t\t\t\t\t\t\t\t// Cache the index of each encountered element\n\t\t\t\t\t\t\t\t\tif ( useCache ) {\n\t\t\t\t\t\t\t\t\t\t(node[ expando ] || (node[ expando ] = {}))[ type ] = [ dirruns, diff ];\n\t\t\t\t\t\t\t\t\t}\n\n\t\t\t\t\t\t\t\t\tif ( node === elem ) {\n\t\t\t\t\t\t\t\t\t\tbreak;\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\n\t\t\t\t\t\t// Incorporate the offset, then check against cycle size\n\t\t\t\t\t\tdiff -= last;\n\t\t\t\t\t\treturn diff === first || ( diff % first === 0 && diff / first >= 0 );\n\t\t\t\t\t}\n\t\t\t\t};\n\t\t},\n\n\t\t\"PSEUDO\": function( pseudo, argument ) {\n\t\t\t// pseudo-class names are case-insensitive\n\t\t\t// http://www.w3.org/TR/selectors/#pseudo-classes\n\t\t\t// Prioritize by case sensitivity in case custom pseudos are added with uppercase letters\n\t\t\t// Remember that setFilters inherits from pseudos\n\t\t\tvar args,\n\t\t\t\tfn = Expr.pseudos[ pseudo ] || Expr.setFilters[ pseudo.toLowerCase() ] ||\n\t\t\t\t\tSizzle.error( \"unsupported pseudo: \" + pseudo );\n\n\t\t\t// The user may use createPseudo to indicate that\n\t\t\t// arguments are needed to create the filter function\n\t\t\t// just as Sizzle does\n\t\t\tif ( fn[ expando ] ) {\n\t\t\t\treturn fn( argument );\n\t\t\t}\n\n\t\t\t// But maintain support for old signatures\n\t\t\tif ( fn.length > 1 ) {\n\t\t\t\targs = [ pseudo, pseudo, \"\", argument ];\n\t\t\t\treturn Expr.setFilters.hasOwnProperty( pseudo.toLowerCase() ) ?\n\t\t\t\t\tmarkFunction(function( seed, matches ) {\n\t\t\t\t\t\tvar idx,\n\t\t\t\t\t\t\tmatched = fn( seed, argument ),\n\t\t\t\t\t\t\ti = matched.length;\n\t\t\t\t\t\twhile ( i-- ) {\n\t\t\t\t\t\t\tidx = indexOf( seed, matched[i] );\n\t\t\t\t\t\t\tseed[ idx ] = !( matches[ idx ] = matched[i] );\n\t\t\t\t\t\t}\n\t\t\t\t\t}) :\n\t\t\t\t\tfunction( elem ) {\n\t\t\t\t\t\treturn fn( elem, 0, args );\n\t\t\t\t\t};\n\t\t\t}\n\n\t\t\treturn fn;\n\t\t}\n\t},\n\n\tpseudos: {\n\t\t// Potentially complex pseudos\n\t\t\"not\": markFunction(function( selector ) {\n\t\t\t// Trim the selector passed to compile\n\t\t\t// to avoid treating leading and trailing\n\t\t\t// spaces as combinators\n\t\t\tvar input = [],\n\t\t\t\tresults = [],\n\t\t\t\tmatcher = compile( selector.replace( rtrim, \"$1\" ) );\n\n\t\t\treturn matcher[ expando ] ?\n\t\t\t\tmarkFunction(function( seed, matches, context, xml ) {\n\t\t\t\t\tvar elem,\n\t\t\t\t\t\tunmatched = matcher( seed, null, xml, [] ),\n\t\t\t\t\t\ti = seed.length;\n\n\t\t\t\t\t// Match elements unmatched by `matcher`\n\t\t\t\t\twhile ( i-- ) {\n\t\t\t\t\t\tif ( (elem = unmatched[i]) ) {\n\t\t\t\t\t\t\tseed[i] = !(matches[i] = elem);\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}) :\n\t\t\t\tfunction( elem, context, xml ) {\n\t\t\t\t\tinput[0] = elem;\n\t\t\t\t\tmatcher( input, null, xml, results );\n\t\t\t\t\t// Don't keep the element (issue #299)\n\t\t\t\t\tinput[0] = null;\n\t\t\t\t\treturn !results.pop();\n\t\t\t\t};\n\t\t}),\n\n\t\t\"has\": markFunction(function( selector ) {\n\t\t\treturn function( elem ) {\n\t\t\t\treturn Sizzle( selector, elem ).length > 0;\n\t\t\t};\n\t\t}),\n\n\t\t\"contains\": markFunction(function( text ) {\n\t\t\ttext = text.replace( runescape, funescape );\n\t\t\treturn function( elem ) {\n\t\t\t\treturn ( elem.textContent || elem.innerText || getText( elem ) ).indexOf( text ) > -1;\n\t\t\t};\n\t\t}),\n\n\t\t// \"Whether an element is represented by a :lang() selector\n\t\t// is based solely on the element's language value\n\t\t// being equal to the identifier C,\n\t\t// or beginning with the identifier C immediately followed by \"-\".\n\t\t// The matching of C against the element's language value is performed case-insensitively.\n\t\t// The identifier C does not have to be a valid language name.\"\n\t\t// http://www.w3.org/TR/selectors/#lang-pseudo\n\t\t\"lang\": markFunction( function( lang ) {\n\t\t\t// lang value must be a valid identifier\n\t\t\tif ( !ridentifier.test(lang || \"\") ) {\n\t\t\t\tSizzle.error( \"unsupported lang: \" + lang );\n\t\t\t}\n\t\t\tlang = lang.replace( runescape, funescape ).toLowerCase();\n\t\t\treturn function( elem ) {\n\t\t\t\tvar elemLang;\n\t\t\t\tdo {\n\t\t\t\t\tif ( (elemLang = documentIsHTML ?\n\t\t\t\t\t\telem.lang :\n\t\t\t\t\t\telem.getAttribute(\"xml:lang\") || elem.getAttribute(\"lang\")) ) {\n\n\t\t\t\t\t\telemLang = elemLang.toLowerCase();\n\t\t\t\t\t\treturn elemLang === lang || elemLang.indexOf( lang + \"-\" ) === 0;\n\t\t\t\t\t}\n\t\t\t\t} while ( (elem = elem.parentNode) && elem.nodeType === 1 );\n\t\t\t\treturn false;\n\t\t\t};\n\t\t}),\n\n\t\t// Miscellaneous\n\t\t\"target\": function( elem ) {\n\t\t\tvar hash = window.location && window.location.hash;\n\t\t\treturn hash && hash.slice( 1 ) === elem.id;\n\t\t},\n\n\t\t\"root\": function( elem ) {\n\t\t\treturn elem === docElem;\n\t\t},\n\n\t\t\"focus\": function( elem ) {\n\t\t\treturn elem === document.activeElement && (!document.hasFocus || document.hasFocus()) && !!(elem.type || elem.href || ~elem.tabIndex);\n\t\t},\n\n\t\t// Boolean properties\n\t\t\"enabled\": function( elem ) {\n\t\t\treturn elem.disabled === false;\n\t\t},\n\n\t\t\"disabled\": function( elem ) {\n\t\t\treturn elem.disabled === true;\n\t\t},\n\n\t\t\"checked\": function( elem ) {\n\t\t\t// In CSS3, :checked should return both checked and selected elements\n\t\t\t// http://www.w3.org/TR/2011/REC-css3-selectors-20110929/#checked\n\t\t\tvar nodeName = elem.nodeName.toLowerCase();\n\t\t\treturn (nodeName === \"input\" && !!elem.checked) || (nodeName === \"option\" && !!elem.selected);\n\t\t},\n\n\t\t\"selected\": function( elem ) {\n\t\t\t// Accessing this property makes selected-by-default\n\t\t\t// options in Safari work properly\n\t\t\tif ( elem.parentNode ) {\n\t\t\t\telem.parentNode.selectedIndex;\n\t\t\t}\n\n\t\t\treturn elem.selected === true;\n\t\t},\n\n\t\t// Contents\n\t\t\"empty\": function( elem ) {\n\t\t\t// http://www.w3.org/TR/selectors/#empty-pseudo\n\t\t\t// :empty is negated by element (1) or content nodes (text: 3; cdata: 4; entity ref: 5),\n\t\t\t// but not by others (comment: 8; processing instruction: 7; etc.)\n\t\t\t// nodeType < 6 works because attributes (2) do not appear as children\n\t\t\tfor ( elem = elem.firstChild; elem; elem = elem.nextSibling ) {\n\t\t\t\tif ( elem.nodeType < 6 ) {\n\t\t\t\t\treturn false;\n\t\t\t\t}\n\t\t\t}\n\t\t\treturn true;\n\t\t},\n\n\t\t\"parent\": function( elem ) {\n\t\t\treturn !Expr.pseudos[\"empty\"]( elem );\n\t\t},\n\n\t\t// Element/input types\n\t\t\"header\": function( elem ) {\n\t\t\treturn rheader.test( elem.nodeName );\n\t\t},\n\n\t\t\"input\": function( elem ) {\n\t\t\treturn rinputs.test( elem.nodeName );\n\t\t},\n\n\t\t\"button\": function( elem ) {\n\t\t\tvar name = elem.nodeName.toLowerCase();\n\t\t\treturn name === \"input\" && elem.type === \"button\" || name === \"button\";\n\t\t},\n\n\t\t\"text\": function( elem ) {\n\t\t\tvar attr;\n\t\t\treturn elem.nodeName.toLowerCase() === \"input\" &&\n\t\t\t\telem.type === \"text\" &&\n\n\t\t\t\t// Support: IE<8\n\t\t\t\t// New HTML5 attribute values (e.g., \"search\") appear with elem.type === \"text\"\n\t\t\t\t( (attr = elem.getAttribute(\"type\")) == null || attr.toLowerCase() === \"text\" );\n\t\t},\n\n\t\t// Position-in-collection\n\t\t\"first\": createPositionalPseudo(function() {\n\t\t\treturn [ 0 ];\n\t\t}),\n\n\t\t\"last\": createPositionalPseudo(function( matchIndexes, length ) {\n\t\t\treturn [ length - 1 ];\n\t\t}),\n\n\t\t\"eq\": createPositionalPseudo(function( matchIndexes, length, argument ) {\n\t\t\treturn [ argument < 0 ? argument + length : argument ];\n\t\t}),\n\n\t\t\"even\": createPositionalPseudo(function( matchIndexes, length ) {\n\t\t\tvar i = 0;\n\t\t\tfor ( ; i < length; i += 2 ) {\n\t\t\t\tmatchIndexes.push( i );\n\t\t\t}\n\t\t\treturn matchIndexes;\n\t\t}),\n\n\t\t\"odd\": createPositionalPseudo(function( matchIndexes, length ) {\n\t\t\tvar i = 1;\n\t\t\tfor ( ; i < length; i += 2 ) {\n\t\t\t\tmatchIndexes.push( i );\n\t\t\t}\n\t\t\treturn matchIndexes;\n\t\t}),\n\n\t\t\"lt\": createPositionalPseudo(function( matchIndexes, length, argument ) {\n\t\t\tvar i = argument < 0 ? argument + length : argument;\n\t\t\tfor ( ; --i >= 0; ) {\n\t\t\t\tmatchIndexes.push( i );\n\t\t\t}\n\t\t\treturn matchIndexes;\n\t\t}),\n\n\t\t\"gt\": createPositionalPseudo(function( matchIndexes, length, argument ) {\n\t\t\tvar i = argument < 0 ? argument + length : argument;\n\t\t\tfor ( ; ++i < length; ) {\n\t\t\t\tmatchIndexes.push( i );\n\t\t\t}\n\t\t\treturn matchIndexes;\n\t\t})\n\t}\n};\n\nExpr.pseudos[\"nth\"] = Expr.pseudos[\"eq\"];\n\n// Add button/input type pseudos\nfor ( i in { radio: true, checkbox: true, file: true, password: true, image: true } ) {\n\tExpr.pseudos[ i ] = createInputPseudo( i );\n}\nfor ( i in { submit: true, reset: true } ) {\n\tExpr.pseudos[ i ] = createButtonPseudo( i );\n}\n\n// Easy API for creating new setFilters\nfunction setFilters() {}\nsetFilters.prototype = Expr.filters = Expr.pseudos;\nExpr.setFilters = new setFilters();\n\ntokenize = Sizzle.tokenize = function( selector, parseOnly ) {\n\tvar matched, match, tokens, type,\n\t\tsoFar, groups, preFilters,\n\t\tcached = tokenCache[ selector + \" \" ];\n\n\tif ( cached ) {\n\t\treturn parseOnly ? 0 : cached.slice( 0 );\n\t}\n\n\tsoFar = selector;\n\tgroups = [];\n\tpreFilters = Expr.preFilter;\n\n\twhile ( soFar ) {\n\n\t\t// Comma and first run\n\t\tif ( !matched || (match = rcomma.exec( soFar )) ) {\n\t\t\tif ( match ) {\n\t\t\t\t// Don't consume trailing commas as valid\n\t\t\t\tsoFar = soFar.slice( match[0].length ) || soFar;\n\t\t\t}\n\t\t\tgroups.push( (tokens = []) );\n\t\t}\n\n\t\tmatched = false;\n\n\t\t// Combinators\n\t\tif ( (match = rcombinators.exec( soFar )) ) {\n\t\t\tmatched = match.shift();\n\t\t\ttokens.push({\n\t\t\t\tvalue: matched,\n\t\t\t\t// Cast descendant combinators to space\n\t\t\t\ttype: match[0].replace( rtrim, \" \" )\n\t\t\t});\n\t\t\tsoFar = soFar.slice( matched.length );\n\t\t}\n\n\t\t// Filters\n\t\tfor ( type in Expr.filter ) {\n\t\t\tif ( (match = matchExpr[ type ].exec( soFar )) && (!preFilters[ type ] ||\n\t\t\t\t(match = preFilters[ type ]( match ))) ) {\n\t\t\t\tmatched = match.shift();\n\t\t\t\ttokens.push({\n\t\t\t\t\tvalue: matched,\n\t\t\t\t\ttype: type,\n\t\t\t\t\tmatches: match\n\t\t\t\t});\n\t\t\t\tsoFar = soFar.slice( matched.length );\n\t\t\t}\n\t\t}\n\n\t\tif ( !matched ) {\n\t\t\tbreak;\n\t\t}\n\t}\n\n\t// Return the length of the invalid excess\n\t// if we're just parsing\n\t// Otherwise, throw an error or return tokens\n\treturn parseOnly ?\n\t\tsoFar.length :\n\t\tsoFar ?\n\t\t\tSizzle.error( selector ) :\n\t\t\t// Cache the tokens\n\t\t\ttokenCache( selector, groups ).slice( 0 );\n};\n\nfunction toSelector( tokens ) {\n\tvar i = 0,\n\t\tlen = tokens.length,\n\t\tselector = \"\";\n\tfor ( ; i < len; i++ ) {\n\t\tselector += tokens[i].value;\n\t}\n\treturn selector;\n}\n\nfunction addCombinator( matcher, combinator, base ) {\n\tvar dir = combinator.dir,\n\t\tcheckNonElements = base && dir === \"parentNode\",\n\t\tdoneName = done++;\n\n\treturn combinator.first ?\n\t\t// Check against closest ancestor/preceding element\n\t\tfunction( elem, context, xml ) {\n\t\t\twhile ( (elem = elem[ dir ]) ) {\n\t\t\t\tif ( elem.nodeType === 1 || checkNonElements ) {\n\t\t\t\t\treturn matcher( elem, context, xml );\n\t\t\t\t}\n\t\t\t}\n\t\t} :\n\n\t\t// Check against all ancestor/preceding elements\n\t\tfunction( elem, context, xml ) {\n\t\t\tvar oldCache, outerCache,\n\t\t\t\tnewCache = [ dirruns, doneName ];\n\n\t\t\t// We can't set arbitrary data on XML nodes, so they don't benefit from dir caching\n\t\t\tif ( xml ) {\n\t\t\t\twhile ( (elem = elem[ dir ]) ) {\n\t\t\t\t\tif ( elem.nodeType === 1 || checkNonElements ) {\n\t\t\t\t\t\tif ( matcher( elem, context, xml ) ) {\n\t\t\t\t\t\t\treturn true;\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t} else {\n\t\t\t\twhile ( (elem = elem[ dir ]) ) {\n\t\t\t\t\tif ( elem.nodeType === 1 || checkNonElements ) {\n\t\t\t\t\t\touterCache = elem[ expando ] || (elem[ expando ] = {});\n\t\t\t\t\t\tif ( (oldCache = outerCache[ dir ]) &&\n\t\t\t\t\t\t\toldCache[ 0 ] === dirruns && oldCache[ 1 ] === doneName ) {\n\n\t\t\t\t\t\t\t// Assign to newCache so results back-propagate to previous elements\n\t\t\t\t\t\t\treturn (newCache[ 2 ] = oldCache[ 2 ]);\n\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t// Reuse newcache so results back-propagate to previous elements\n\t\t\t\t\t\t\touterCache[ dir ] = newCache;\n\n\t\t\t\t\t\t\t// A match means we're done; a fail means we have to keep checking\n\t\t\t\t\t\t\tif ( (newCache[ 2 ] = matcher( elem, context, xml )) ) {\n\t\t\t\t\t\t\t\treturn true;\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t};\n}\n\nfunction elementMatcher( matchers ) {\n\treturn matchers.length > 1 ?\n\t\tfunction( elem, context, xml ) {\n\t\t\tvar i = matchers.length;\n\t\t\twhile ( i-- ) {\n\t\t\t\tif ( !matchers[i]( elem, context, xml ) ) {\n\t\t\t\t\treturn false;\n\t\t\t\t}\n\t\t\t}\n\t\t\treturn true;\n\t\t} :\n\t\tmatchers[0];\n}\n\nfunction multipleContexts( selector, contexts, results ) {\n\tvar i = 0,\n\t\tlen = contexts.length;\n\tfor ( ; i < len; i++ ) {\n\t\tSizzle( selector, contexts[i], results );\n\t}\n\treturn results;\n}\n\nfunction condense( unmatched, map, filter, context, xml ) {\n\tvar elem,\n\t\tnewUnmatched = [],\n\t\ti = 0,\n\t\tlen = unmatched.length,\n\t\tmapped = map != null;\n\n\tfor ( ; i < len; i++ ) {\n\t\tif ( (elem = unmatched[i]) ) {\n\t\t\tif ( !filter || filter( elem, context, xml ) ) {\n\t\t\t\tnewUnmatched.push( elem );\n\t\t\t\tif ( mapped ) {\n\t\t\t\t\tmap.push( i );\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n\n\treturn newUnmatched;\n}\n\nfunction setMatcher( preFilter, selector, matcher, postFilter, postFinder, postSelector ) {\n\tif ( postFilter && !postFilter[ expando ] ) {\n\t\tpostFilter = setMatcher( postFilter );\n\t}\n\tif ( postFinder && !postFinder[ expando ] ) {\n\t\tpostFinder = setMatcher( postFinder, postSelector );\n\t}\n\treturn markFunction(function( seed, results, context, xml ) {\n\t\tvar temp, i, elem,\n\t\t\tpreMap = [],\n\t\t\tpostMap = [],\n\t\t\tpreexisting = results.length,\n\n\t\t\t// Get initial elements from seed or context\n\t\t\telems = seed || multipleContexts( selector || \"*\", context.nodeType ? [ context ] : context, [] ),\n\n\t\t\t// Prefilter to get matcher input, preserving a map for seed-results synchronization\n\t\t\tmatcherIn = preFilter && ( seed || !selector ) ?\n\t\t\t\tcondense( elems, preMap, preFilter, context, xml ) :\n\t\t\t\telems,\n\n\t\t\tmatcherOut = matcher ?\n\t\t\t\t// If we have a postFinder, or filtered seed, or non-seed postFilter or preexisting results,\n\t\t\t\tpostFinder || ( seed ? preFilter : preexisting || postFilter ) ?\n\n\t\t\t\t\t// ...intermediate processing is necessary\n\t\t\t\t\t[] :\n\n\t\t\t\t\t// ...otherwise use results directly\n\t\t\t\t\tresults :\n\t\t\t\tmatcherIn;\n\n\t\t// Find primary matches\n\t\tif ( matcher ) {\n\t\t\tmatcher( matcherIn, matcherOut, context, xml );\n\t\t}\n\n\t\t// Apply postFilter\n\t\tif ( postFilter ) {\n\t\t\ttemp = condense( matcherOut, postMap );\n\t\t\tpostFilter( temp, [], context, xml );\n\n\t\t\t// Un-match failing elements by moving them back to matcherIn\n\t\t\ti = temp.length;\n\t\t\twhile ( i-- ) {\n\t\t\t\tif ( (elem = temp[i]) ) {\n\t\t\t\t\tmatcherOut[ postMap[i] ] = !(matcherIn[ postMap[i] ] = elem);\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\tif ( seed ) {\n\t\t\tif ( postFinder || preFilter ) {\n\t\t\t\tif ( postFinder ) {\n\t\t\t\t\t// Get the final matcherOut by condensing this intermediate into postFinder contexts\n\t\t\t\t\ttemp = [];\n\t\t\t\t\ti = matcherOut.length;\n\t\t\t\t\twhile ( i-- ) {\n\t\t\t\t\t\tif ( (elem = matcherOut[i]) ) {\n\t\t\t\t\t\t\t// Restore matcherIn since elem is not yet a final match\n\t\t\t\t\t\t\ttemp.push( (matcherIn[i] = elem) );\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t\tpostFinder( null, (matcherOut = []), temp, xml );\n\t\t\t\t}\n\n\t\t\t\t// Move matched elements from seed to results to keep them synchronized\n\t\t\t\ti = matcherOut.length;\n\t\t\t\twhile ( i-- ) {\n\t\t\t\t\tif ( (elem = matcherOut[i]) &&\n\t\t\t\t\t\t(temp = postFinder ? indexOf( seed, elem ) : preMap[i]) > -1 ) {\n\n\t\t\t\t\t\tseed[temp] = !(results[temp] = elem);\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\n\t\t// Add elements to results, through postFinder if defined\n\t\t} else {\n\t\t\tmatcherOut = condense(\n\t\t\t\tmatcherOut === results ?\n\t\t\t\t\tmatcherOut.splice( preexisting, matcherOut.length ) :\n\t\t\t\t\tmatcherOut\n\t\t\t);\n\t\t\tif ( postFinder ) {\n\t\t\t\tpostFinder( null, results, matcherOut, xml );\n\t\t\t} else {\n\t\t\t\tpush.apply( results, matcherOut );\n\t\t\t}\n\t\t}\n\t});\n}\n\nfunction matcherFromTokens( tokens ) {\n\tvar checkContext, matcher, j,\n\t\tlen = tokens.length,\n\t\tleadingRelative = Expr.relative[ tokens[0].type ],\n\t\timplicitRelative = leadingRelative || Expr.relative[\" \"],\n\t\ti = leadingRelative ? 1 : 0,\n\n\t\t// The foundational matcher ensures that elements are reachable from top-level context(s)\n\t\tmatchContext = addCombinator( function( elem ) {\n\t\t\treturn elem === checkContext;\n\t\t}, implicitRelative, true ),\n\t\tmatchAnyContext = addCombinator( function( elem ) {\n\t\t\treturn indexOf( checkContext, elem ) > -1;\n\t\t}, implicitRelative, true ),\n\t\tmatchers = [ function( elem, context, xml ) {\n\t\t\tvar ret = ( !leadingRelative && ( xml || context !== outermostContext ) ) || (\n\t\t\t\t(checkContext = context).nodeType ?\n\t\t\t\t\tmatchContext( elem, context, xml ) :\n\t\t\t\t\tmatchAnyContext( elem, context, xml ) );\n\t\t\t// Avoid hanging onto element (issue #299)\n\t\t\tcheckContext = null;\n\t\t\treturn ret;\n\t\t} ];\n\n\tfor ( ; i < len; i++ ) {\n\t\tif ( (matcher = Expr.relative[ tokens[i].type ]) ) {\n\t\t\tmatchers = [ addCombinator(elementMatcher( matchers ), matcher) ];\n\t\t} else {\n\t\t\tmatcher = Expr.filter[ tokens[i].type ].apply( null, tokens[i].matches );\n\n\t\t\t// Return special upon seeing a positional matcher\n\t\t\tif ( matcher[ expando ] ) {\n\t\t\t\t// Find the next relative operator (if any) for proper handling\n\t\t\t\tj = ++i;\n\t\t\t\tfor ( ; j < len; j++ ) {\n\t\t\t\t\tif ( Expr.relative[ tokens[j].type ] ) {\n\t\t\t\t\t\tbreak;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\treturn setMatcher(\n\t\t\t\t\ti > 1 && elementMatcher( matchers ),\n\t\t\t\t\ti > 1 && toSelector(\n\t\t\t\t\t\t// If the preceding token was a descendant combinator, insert an implicit any-element `*`\n\t\t\t\t\t\ttokens.slice( 0, i - 1 ).concat({ value: tokens[ i - 2 ].type === \" \" ? \"*\" : \"\" })\n\t\t\t\t\t).replace( rtrim, \"$1\" ),\n\t\t\t\t\tmatcher,\n\t\t\t\t\ti < j && matcherFromTokens( tokens.slice( i, j ) ),\n\t\t\t\t\tj < len && matcherFromTokens( (tokens = tokens.slice( j )) ),\n\t\t\t\t\tj < len && toSelector( tokens )\n\t\t\t\t);\n\t\t\t}\n\t\t\tmatchers.push( matcher );\n\t\t}\n\t}\n\n\treturn elementMatcher( matchers );\n}\n\nfunction matcherFromGroupMatchers( elementMatchers, setMatchers ) {\n\tvar bySet = setMatchers.length > 0,\n\t\tbyElement = elementMatchers.length > 0,\n\t\tsuperMatcher = function( seed, context, xml, results, outermost ) {\n\t\t\tvar elem, j, matcher,\n\t\t\t\tmatchedCount = 0,\n\t\t\t\ti = \"0\",\n\t\t\t\tunmatched = seed && [],\n\t\t\t\tsetMatched = [],\n\t\t\t\tcontextBackup = outermostContext,\n\t\t\t\t// We must always have either seed elements or outermost context\n\t\t\t\telems = seed || byElement && Expr.find[\"TAG\"]( \"*\", outermost ),\n\t\t\t\t// Use integer dirruns iff this is the outermost matcher\n\t\t\t\tdirrunsUnique = (dirruns += contextBackup == null ? 1 : Math.random() || 0.1),\n\t\t\t\tlen = elems.length;\n\n\t\t\tif ( outermost ) {\n\t\t\t\toutermostContext = context !== document && context;\n\t\t\t}\n\n\t\t\t// Add elements passing elementMatchers directly to results\n\t\t\t// Keep `i` a string if there are no elements so `matchedCount` will be \"00\" below\n\t\t\t// Support: IE<9, Safari\n\t\t\t// Tolerate NodeList properties (IE: \"length\"; Safari: <number>) matching elements by id\n\t\t\tfor ( ; i !== len && (elem = elems[i]) != null; i++ ) {\n\t\t\t\tif ( byElement && elem ) {\n\t\t\t\t\tj = 0;\n\t\t\t\t\twhile ( (matcher = elementMatchers[j++]) ) {\n\t\t\t\t\t\tif ( matcher( elem, context, xml ) ) {\n\t\t\t\t\t\t\tresults.push( elem );\n\t\t\t\t\t\t\tbreak;\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t\tif ( outermost ) {\n\t\t\t\t\t\tdirruns = dirrunsUnique;\n\t\t\t\t\t}\n\t\t\t\t}\n\n\t\t\t\t// Track unmatched elements for set filters\n\t\t\t\tif ( bySet ) {\n\t\t\t\t\t// They will have gone through all possible matchers\n\t\t\t\t\tif ( (elem = !matcher && elem) ) {\n\t\t\t\t\t\tmatchedCount--;\n\t\t\t\t\t}\n\n\t\t\t\t\t// Lengthen the array for every element, matched or not\n\t\t\t\t\tif ( seed ) {\n\t\t\t\t\t\tunmatched.push( elem );\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\n\t\t\t// Apply set filters to unmatched elements\n\t\t\tmatchedCount += i;\n\t\t\tif ( bySet && i !== matchedCount ) {\n\t\t\t\tj = 0;\n\t\t\t\twhile ( (matcher = setMatchers[j++]) ) {\n\t\t\t\t\tmatcher( unmatched, setMatched, context, xml );\n\t\t\t\t}\n\n\t\t\t\tif ( seed ) {\n\t\t\t\t\t// Reintegrate element matches to eliminate the need for sorting\n\t\t\t\t\tif ( matchedCount > 0 ) {\n\t\t\t\t\t\twhile ( i-- ) {\n\t\t\t\t\t\t\tif ( !(unmatched[i] || setMatched[i]) ) {\n\t\t\t\t\t\t\t\tsetMatched[i] = pop.call( results );\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\n\t\t\t\t\t// Discard index placeholder values to get only actual matches\n\t\t\t\t\tsetMatched = condense( setMatched );\n\t\t\t\t}\n\n\t\t\t\t// Add matches to results\n\t\t\t\tpush.apply( results, setMatched );\n\n\t\t\t\t// Seedless set matches succeeding multiple successful matchers stipulate sorting\n\t\t\t\tif ( outermost && !seed && setMatched.length > 0 &&\n\t\t\t\t\t( matchedCount + setMatchers.length ) > 1 ) {\n\n\t\t\t\t\tSizzle.uniqueSort( results );\n\t\t\t\t}\n\t\t\t}\n\n\t\t\t// Override manipulation of globals by nested matchers\n\t\t\tif ( outermost ) {\n\t\t\t\tdirruns = dirrunsUnique;\n\t\t\t\toutermostContext = contextBackup;\n\t\t\t}\n\n\t\t\treturn unmatched;\n\t\t};\n\n\treturn bySet ?\n\t\tmarkFunction( superMatcher ) :\n\t\tsuperMatcher;\n}\n\ncompile = Sizzle.compile = function( selector, match /* Internal Use Only */ ) {\n\tvar i,\n\t\tsetMatchers = [],\n\t\telementMatchers = [],\n\t\tcached = compilerCache[ selector + \" \" ];\n\n\tif ( !cached ) {\n\t\t// Generate a function of recursive functions that can be used to check each element\n\t\tif ( !match ) {\n\t\t\tmatch = tokenize( selector );\n\t\t}\n\t\ti = match.length;\n\t\twhile ( i-- ) {\n\t\t\tcached = matcherFromTokens( match[i] );\n\t\t\tif ( cached[ expando ] ) {\n\t\t\t\tsetMatchers.push( cached );\n\t\t\t} else {\n\t\t\t\telementMatchers.push( cached );\n\t\t\t}\n\t\t}\n\n\t\t// Cache the compiled function\n\t\tcached = compilerCache( selector, matcherFromGroupMatchers( elementMatchers, setMatchers ) );\n\n\t\t// Save selector and tokenization\n\t\tcached.selector = selector;\n\t}\n\treturn cached;\n};\n\n/**\n * A low-level selection function that works with Sizzle's compiled\n * selector functions\n * @param {String|Function} selector A selector or a pre-compiled\n * selector function built with Sizzle.compile\n * @param {Element} context\n * @param {Array} [results]\n * @param {Array} [seed] A set of elements to match against\n */\nselect = Sizzle.select = function( selector, context, results, seed ) {\n\tvar i, tokens, token, type, find,\n\t\tcompiled = typeof selector === \"function\" && selector,\n\t\tmatch = !seed && tokenize( (selector = compiled.selector || selector) );\n\n\tresults = results || [];\n\n\t// Try to minimize operations if there is no seed and only one group\n\tif ( match.length === 1 ) {\n\n\t\t// Take a shortcut and set the context if the root selector is an ID\n\t\ttokens = match[0] = match[0].slice( 0 );\n\t\tif ( tokens.length > 2 && (token = tokens[0]).type === \"ID\" &&\n\t\t\t\tsupport.getById && context.nodeType === 9 && documentIsHTML &&\n\t\t\t\tExpr.relative[ tokens[1].type ] ) {\n\n\t\t\tcontext = ( Expr.find[\"ID\"]( token.matches[0].replace(runescape, funescape), context ) || [] )[0];\n\t\t\tif ( !context ) {\n\t\t\t\treturn results;\n\n\t\t\t// Precompiled matchers will still verify ancestry, so step up a level\n\t\t\t} else if ( compiled ) {\n\t\t\t\tcontext = context.parentNode;\n\t\t\t}\n\n\t\t\tselector = selector.slice( tokens.shift().value.length );\n\t\t}\n\n\t\t// Fetch a seed set for right-to-left matching\n\t\ti = matchExpr[\"needsContext\"].test( selector ) ? 0 : tokens.length;\n\t\twhile ( i-- ) {\n\t\t\ttoken = tokens[i];\n\n\t\t\t// Abort if we hit a combinator\n\t\t\tif ( Expr.relative[ (type = token.type) ] ) {\n\t\t\t\tbreak;\n\t\t\t}\n\t\t\tif ( (find = Expr.find[ type ]) ) {\n\t\t\t\t// Search, expanding context for leading sibling combinators\n\t\t\t\tif ( (seed = find(\n\t\t\t\t\ttoken.matches[0].replace( runescape, funescape ),\n\t\t\t\t\trsibling.test( tokens[0].type ) && testContext( context.parentNode ) || context\n\t\t\t\t)) ) {\n\n\t\t\t\t\t// If seed is empty or no tokens remain, we can return early\n\t\t\t\t\ttokens.splice( i, 1 );\n\t\t\t\t\tselector = seed.length && toSelector( tokens );\n\t\t\t\t\tif ( !selector ) {\n\t\t\t\t\t\tpush.apply( results, seed );\n\t\t\t\t\t\treturn results;\n\t\t\t\t\t}\n\n\t\t\t\t\tbreak;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n\n\t// Compile and execute a filtering function if one is not provided\n\t// Provide `match` to avoid retokenization if we modified the selector above\n\t( compiled || compile( selector, match ) )(\n\t\tseed,\n\t\tcontext,\n\t\t!documentIsHTML,\n\t\tresults,\n\t\trsibling.test( selector ) && testContext( context.parentNode ) || context\n\t);\n\treturn results;\n};\n\n// One-time assignments\n\n// Sort stability\nsupport.sortStable = expando.split(\"\").sort( sortOrder ).join(\"\") === expando;\n\n// Support: Chrome 14-35+\n// Always assume duplicates if they aren't passed to the comparison function\nsupport.detectDuplicates = !!hasDuplicate;\n\n// Initialize against the default document\nsetDocument();\n\n// Support: Webkit<537.32 - Safari 6.0.3/Chrome 25 (fixed in Chrome 27)\n// Detached nodes confoundingly follow *each other*\nsupport.sortDetached = assert(function( div1 ) {\n\t// Should return 1, but returns 4 (following)\n\treturn div1.compareDocumentPosition( document.createElement(\"div\") ) & 1;\n});\n\n// Support: IE<8\n// Prevent attribute/property \"interpolation\"\n// http://msdn.microsoft.com/en-us/library/ms536429%28VS.85%29.aspx\nif ( !assert(function( div ) {\n\tdiv.innerHTML = \"<a href='#'></a>\";\n\treturn div.firstChild.getAttribute(\"href\") === \"#\" ;\n}) ) {\n\taddHandle( \"type|href|height|width\", function( elem, name, isXML ) {\n\t\tif ( !isXML ) {\n\t\t\treturn elem.getAttribute( name, name.toLowerCase() === \"type\" ? 1 : 2 );\n\t\t}\n\t});\n}\n\n// Support: IE<9\n// Use defaultValue in place of getAttribute(\"value\")\nif ( !support.attributes || !assert(function( div ) {\n\tdiv.innerHTML = \"<input/>\";\n\tdiv.firstChild.setAttribute( \"value\", \"\" );\n\treturn div.firstChild.getAttribute( \"value\" ) === \"\";\n}) ) {\n\taddHandle( \"value\", function( elem, name, isXML ) {\n\t\tif ( !isXML && elem.nodeName.toLowerCase() === \"input\" ) {\n\t\t\treturn elem.defaultValue;\n\t\t}\n\t});\n}\n\n// Support: IE<9\n// Use getAttributeNode to fetch booleans when getAttribute lies\nif ( !assert(function( div ) {\n\treturn div.getAttribute(\"disabled\") == null;\n}) ) {\n\taddHandle( booleans, function( elem, name, isXML ) {\n\t\tvar val;\n\t\tif ( !isXML ) {\n\t\t\treturn elem[ name ] === true ? name.toLowerCase() :\n\t\t\t\t\t(val = elem.getAttributeNode( name )) && val.specified ?\n\t\t\t\t\tval.value :\n\t\t\t\tnull;\n\t\t}\n\t});\n}\n\nreturn Sizzle;\n\n})( window );\n\n\n\njQuery.find = Sizzle;\njQuery.expr = Sizzle.selectors;\njQuery.expr[\":\"] = jQuery.expr.pseudos;\njQuery.unique = Sizzle.uniqueSort;\njQuery.text = Sizzle.getText;\njQuery.isXMLDoc = Sizzle.isXML;\njQuery.contains = Sizzle.contains;\n\n\n\nvar rneedsContext = jQuery.expr.match.needsContext;\n\nvar rsingleTag = (/^<(\\w+)\\s*\\/?>(?:<\\/\\1>|)$/);\n\n\n\nvar risSimple = /^.[^:#\\[\\.,]*$/;\n\n// Implement the identical functionality for filter and not\nfunction winnow( elements, qualifier, not ) {\n\tif ( jQuery.isFunction( qualifier ) ) {\n\t\treturn jQuery.grep( elements, function( elem, i ) {\n\t\t\t/* jshint -W018 */\n\t\t\treturn !!qualifier.call( elem, i, elem ) !== not;\n\t\t});\n\n\t}\n\n\tif ( qualifier.nodeType ) {\n\t\treturn jQuery.grep( elements, function( elem ) {\n\t\t\treturn ( elem === qualifier ) !== not;\n\t\t});\n\n\t}\n\n\tif ( typeof qualifier === \"string\" ) {\n\t\tif ( risSimple.test( qualifier ) ) {\n\t\t\treturn jQuery.filter( qualifier, elements, not );\n\t\t}\n\n\t\tqualifier = jQuery.filter( qualifier, elements );\n\t}\n\n\treturn jQuery.grep( elements, function( elem ) {\n\t\treturn ( indexOf.call( qualifier, elem ) >= 0 ) !== not;\n\t});\n}\n\njQuery.filter = function( expr, elems, not ) {\n\tvar elem = elems[ 0 ];\n\n\tif ( not ) {\n\t\texpr = \":not(\" + expr + \")\";\n\t}\n\n\treturn elems.length === 1 && elem.nodeType === 1 ?\n\t\tjQuery.find.matchesSelector( elem, expr ) ? [ elem ] : [] :\n\t\tjQuery.find.matches( expr, jQuery.grep( elems, function( elem ) {\n\t\t\treturn elem.nodeType === 1;\n\t\t}));\n};\n\njQuery.fn.extend({\n\tfind: function( selector ) {\n\t\tvar i,\n\t\t\tlen = this.length,\n\t\t\tret = [],\n\t\t\tself = this;\n\n\t\tif ( typeof selector !== \"string\" ) {\n\t\t\treturn this.pushStack( jQuery( selector ).filter(function() {\n\t\t\t\tfor ( i = 0; i < len; i++ ) {\n\t\t\t\t\tif ( jQuery.contains( self[ i ], this ) ) {\n\t\t\t\t\t\treturn true;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}) );\n\t\t}\n\n\t\tfor ( i = 0; i < len; i++ ) {\n\t\t\tjQuery.find( selector, self[ i ], ret );\n\t\t}\n\n\t\t// Needed because $( selector, context ) becomes $( context ).find( selector )\n\t\tret = this.pushStack( len > 1 ? jQuery.unique( ret ) : ret );\n\t\tret.selector = this.selector ? this.selector + \" \" + selector : selector;\n\t\treturn ret;\n\t},\n\tfilter: function( selector ) {\n\t\treturn this.pushStack( winnow(this, selector || [], false) );\n\t},\n\tnot: function( selector ) {\n\t\treturn this.pushStack( winnow(this, selector || [], true) );\n\t},\n\tis: function( selector ) {\n\t\treturn !!winnow(\n\t\t\tthis,\n\n\t\t\t// If this is a positional/relative selector, check membership in the returned set\n\t\t\t// so $(\"p:first\").is(\"p:last\") won't return true for a doc with two \"p\".\n\t\t\ttypeof selector === \"string\" && rneedsContext.test( selector ) ?\n\t\t\t\tjQuery( selector ) :\n\t\t\t\tselector || [],\n\t\t\tfalse\n\t\t).length;\n\t}\n});\n\n\n// Initialize a jQuery object\n\n\n// A central reference to the root jQuery(document)\nvar rootjQuery,\n\n\t// A simple way to check for HTML strings\n\t// Prioritize #id over <tag> to avoid XSS via location.hash (#9521)\n\t// Strict HTML recognition (#11290: must start with <)\n\trquickExpr = /^(?:\\s*(<[\\w\\W]+>)[^>]*|#([\\w-]*))$/,\n\n\tinit = jQuery.fn.init = function( selector, context ) {\n\t\tvar match, elem;\n\n\t\t// HANDLE: $(\"\"), $(null), $(undefined), $(false)\n\t\tif ( !selector ) {\n\t\t\treturn this;\n\t\t}\n\n\t\t// Handle HTML strings\n\t\tif ( typeof selector === \"string\" ) {\n\t\t\tif ( selector[0] === \"<\" && selector[ selector.length - 1 ] === \">\" && selector.length >= 3 ) {\n\t\t\t\t// Assume that strings that start and end with <> are HTML and skip the regex check\n\t\t\t\tmatch = [ null, selector, null ];\n\n\t\t\t} else {\n\t\t\t\tmatch = rquickExpr.exec( selector );\n\t\t\t}\n\n\t\t\t// Match html or make sure no context is specified for #id\n\t\t\tif ( match && (match[1] || !context) ) {\n\n\t\t\t\t// HANDLE: $(html) -> $(array)\n\t\t\t\tif ( match[1] ) {\n\t\t\t\t\tcontext = context instanceof jQuery ? context[0] : context;\n\n\t\t\t\t\t// Option to run scripts is true for back-compat\n\t\t\t\t\t// Intentionally let the error be thrown if parseHTML is not present\n\t\t\t\t\tjQuery.merge( this, jQuery.parseHTML(\n\t\t\t\t\t\tmatch[1],\n\t\t\t\t\t\tcontext && context.nodeType ? context.ownerDocument || context : document,\n\t\t\t\t\t\ttrue\n\t\t\t\t\t) );\n\n\t\t\t\t\t// HANDLE: $(html, props)\n\t\t\t\t\tif ( rsingleTag.test( match[1] ) && jQuery.isPlainObject( context ) ) {\n\t\t\t\t\t\tfor ( match in context ) {\n\t\t\t\t\t\t\t// Properties of context are called as methods if possible\n\t\t\t\t\t\t\tif ( jQuery.isFunction( this[ match ] ) ) {\n\t\t\t\t\t\t\t\tthis[ match ]( context[ match ] );\n\n\t\t\t\t\t\t\t// ...and otherwise set as attributes\n\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\tthis.attr( match, context[ match ] );\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\n\t\t\t\t\treturn this;\n\n\t\t\t\t// HANDLE: $(#id)\n\t\t\t\t} else {\n\t\t\t\t\telem = document.getElementById( match[2] );\n\n\t\t\t\t\t// Support: Blackberry 4.6\n\t\t\t\t\t// gEBID returns nodes no longer in the document (#6963)\n\t\t\t\t\tif ( elem && elem.parentNode ) {\n\t\t\t\t\t\t// Inject the element directly into the jQuery object\n\t\t\t\t\t\tthis.length = 1;\n\t\t\t\t\t\tthis[0] = elem;\n\t\t\t\t\t}\n\n\t\t\t\t\tthis.context = document;\n\t\t\t\t\tthis.selector = selector;\n\t\t\t\t\treturn this;\n\t\t\t\t}\n\n\t\t\t// HANDLE: $(expr, $(...))\n\t\t\t} else if ( !context || context.jquery ) {\n\t\t\t\treturn ( context || rootjQuery ).find( selector );\n\n\t\t\t// HANDLE: $(expr, context)\n\t\t\t// (which is just equivalent to: $(context).find(expr)\n\t\t\t} else {\n\t\t\t\treturn this.constructor( context ).find( selector );\n\t\t\t}\n\n\t\t// HANDLE: $(DOMElement)\n\t\t} else if ( selector.nodeType ) {\n\t\t\tthis.context = this[0] = selector;\n\t\t\tthis.length = 1;\n\t\t\treturn this;\n\n\t\t// HANDLE: $(function)\n\t\t// Shortcut for document ready\n\t\t} else if ( jQuery.isFunction( selector ) ) {\n\t\t\treturn typeof rootjQuery.ready !== \"undefined\" ?\n\t\t\t\trootjQuery.ready( selector ) :\n\t\t\t\t// Execute immediately if ready is not present\n\t\t\t\tselector( jQuery );\n\t\t}\n\n\t\tif ( selector.selector !== undefined ) {\n\t\t\tthis.selector = selector.selector;\n\t\t\tthis.context = selector.context;\n\t\t}\n\n\t\treturn jQuery.makeArray( selector, this );\n\t};\n\n// Give the init function the jQuery prototype for later instantiation\ninit.prototype = jQuery.fn;\n\n// Initialize central reference\nrootjQuery = jQuery( document );\n\n\nvar rparentsprev = /^(?:parents|prev(?:Until|All))/,\n\t// Methods guaranteed to produce a unique set when starting from a unique set\n\tguaranteedUnique = {\n\t\tchildren: true,\n\t\tcontents: true,\n\t\tnext: true,\n\t\tprev: true\n\t};\n\njQuery.extend({\n\tdir: function( elem, dir, until ) {\n\t\tvar matched = [],\n\t\t\ttruncate = until !== undefined;\n\n\t\twhile ( (elem = elem[ dir ]) && elem.nodeType !== 9 ) {\n\t\t\tif ( elem.nodeType === 1 ) {\n\t\t\t\tif ( truncate && jQuery( elem ).is( until ) ) {\n\t\t\t\t\tbreak;\n\t\t\t\t}\n\t\t\t\tmatched.push( elem );\n\t\t\t}\n\t\t}\n\t\treturn matched;\n\t},\n\n\tsibling: function( n, elem ) {\n\t\tvar matched = [];\n\n\t\tfor ( ; n; n = n.nextSibling ) {\n\t\t\tif ( n.nodeType === 1 && n !== elem ) {\n\t\t\t\tmatched.push( n );\n\t\t\t}\n\t\t}\n\n\t\treturn matched;\n\t}\n});\n\njQuery.fn.extend({\n\thas: function( target ) {\n\t\tvar targets = jQuery( target, this ),\n\t\t\tl = targets.length;\n\n\t\treturn this.filter(function() {\n\t\t\tvar i = 0;\n\t\t\tfor ( ; i < l; i++ ) {\n\t\t\t\tif ( jQuery.contains( this, targets[i] ) ) {\n\t\t\t\t\treturn true;\n\t\t\t\t}\n\t\t\t}\n\t\t});\n\t},\n\n\tclosest: function( selectors, context ) {\n\t\tvar cur,\n\t\t\ti = 0,\n\t\t\tl = this.length,\n\t\t\tmatched = [],\n\t\t\tpos = rneedsContext.test( selectors ) || typeof selectors !== \"string\" ?\n\t\t\t\tjQuery( selectors, context || this.context ) :\n\t\t\t\t0;\n\n\t\tfor ( ; i < l; i++ ) {\n\t\t\tfor ( cur = this[i]; cur && cur !== context; cur = cur.parentNode ) {\n\t\t\t\t// Always skip document fragments\n\t\t\t\tif ( cur.nodeType < 11 && (pos ?\n\t\t\t\t\tpos.index(cur) > -1 :\n\n\t\t\t\t\t// Don't pass non-elements to Sizzle\n\t\t\t\t\tcur.nodeType === 1 &&\n\t\t\t\t\t\tjQuery.find.matchesSelector(cur, selectors)) ) {\n\n\t\t\t\t\tmatched.push( cur );\n\t\t\t\t\tbreak;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\treturn this.pushStack( matched.length > 1 ? jQuery.unique( matched ) : matched );\n\t},\n\n\t// Determine the position of an element within the set\n\tindex: function( elem ) {\n\n\t\t// No argument, return index in parent\n\t\tif ( !elem ) {\n\t\t\treturn ( this[ 0 ] && this[ 0 ].parentNode ) ? this.first().prevAll().length : -1;\n\t\t}\n\n\t\t// Index in selector\n\t\tif ( typeof elem === \"string\" ) {\n\t\t\treturn indexOf.call( jQuery( elem ), this[ 0 ] );\n\t\t}\n\n\t\t// Locate the position of the desired element\n\t\treturn indexOf.call( this,\n\n\t\t\t// If it receives a jQuery object, the first element is used\n\t\t\telem.jquery ? elem[ 0 ] : elem\n\t\t);\n\t},\n\n\tadd: function( selector, context ) {\n\t\treturn this.pushStack(\n\t\t\tjQuery.unique(\n\t\t\t\tjQuery.merge( this.get(), jQuery( selector, context ) )\n\t\t\t)\n\t\t);\n\t},\n\n\taddBack: function( selector ) {\n\t\treturn this.add( selector == null ?\n\t\t\tthis.prevObject : this.prevObject.filter(selector)\n\t\t);\n\t}\n});\n\nfunction sibling( cur, dir ) {\n\twhile ( (cur = cur[dir]) && cur.nodeType !== 1 ) {}\n\treturn cur;\n}\n\njQuery.each({\n\tparent: function( elem ) {\n\t\tvar parent = elem.parentNode;\n\t\treturn parent && parent.nodeType !== 11 ? parent : null;\n\t},\n\tparents: function( elem ) {\n\t\treturn jQuery.dir( elem, \"parentNode\" );\n\t},\n\tparentsUntil: function( elem, i, until ) {\n\t\treturn jQuery.dir( elem, \"parentNode\", until );\n\t},\n\tnext: function( elem ) {\n\t\treturn sibling( elem, \"nextSibling\" );\n\t},\n\tprev: function( elem ) {\n\t\treturn sibling( elem, \"previousSibling\" );\n\t},\n\tnextAll: function( elem ) {\n\t\treturn jQuery.dir( elem, \"nextSibling\" );\n\t},\n\tprevAll: function( elem ) {\n\t\treturn jQuery.dir( elem, \"previousSibling\" );\n\t},\n\tnextUntil: function( elem, i, until ) {\n\t\treturn jQuery.dir( elem, \"nextSibling\", until );\n\t},\n\tprevUntil: function( elem, i, until ) {\n\t\treturn jQuery.dir( elem, \"previousSibling\", until );\n\t},\n\tsiblings: function( elem ) {\n\t\treturn jQuery.sibling( ( elem.parentNode || {} ).firstChild, elem );\n\t},\n\tchildren: function( elem ) {\n\t\treturn jQuery.sibling( elem.firstChild );\n\t},\n\tcontents: function( elem ) {\n\t\treturn elem.contentDocument || jQuery.merge( [], elem.childNodes );\n\t}\n}, function( name, fn ) {\n\tjQuery.fn[ name ] = function( until, selector ) {\n\t\tvar matched = jQuery.map( this, fn, until );\n\n\t\tif ( name.slice( -5 ) !== \"Until\" ) {\n\t\t\tselector = until;\n\t\t}\n\n\t\tif ( selector && typeof selector === \"string\" ) {\n\t\t\tmatched = jQuery.filter( selector, matched );\n\t\t}\n\n\t\tif ( this.length > 1 ) {\n\t\t\t// Remove duplicates\n\t\t\tif ( !guaranteedUnique[ name ] ) {\n\t\t\t\tjQuery.unique( matched );\n\t\t\t}\n\n\t\t\t// Reverse order for parents* and prev-derivatives\n\t\t\tif ( rparentsprev.test( name ) ) {\n\t\t\t\tmatched.reverse();\n\t\t\t}\n\t\t}\n\n\t\treturn this.pushStack( matched );\n\t};\n});\nvar rnotwhite = (/\\S+/g);\n\n\n\n// String to Object options format cache\nvar optionsCache = {};\n\n// Convert String-formatted options into Object-formatted ones and store in cache\nfunction createOptions( options ) {\n\tvar object = optionsCache[ options ] = {};\n\tjQuery.each( options.match( rnotwhite ) || [], function( _, flag ) {\n\t\tobject[ flag ] = true;\n\t});\n\treturn object;\n}\n\n/*\n * Create a callback list using the following parameters:\n *\n *\toptions: an optional list of space-separated options that will change how\n *\t\t\tthe callback list behaves or a more traditional option object\n *\n * By default a callback list will act like an event callback list and can be\n * \"fired\" multiple times.\n *\n * Possible options:\n *\n *\tonce:\t\t\twill ensure the callback list can only be fired once (like a Deferred)\n *\n *\tmemory:\t\t\twill keep track of previous values and will call any callback added\n *\t\t\t\t\tafter the list has been fired right away with the latest \"memorized\"\n *\t\t\t\t\tvalues (like a Deferred)\n *\n *\tunique:\t\t\twill ensure a callback can only be added once (no duplicate in the list)\n *\n *\tstopOnFalse:\tinterrupt callings when a callback returns false\n *\n */\njQuery.Callbacks = function( options ) {\n\n\t// Convert options from String-formatted to Object-formatted if needed\n\t// (we check in cache first)\n\toptions = typeof options === \"string\" ?\n\t\t( optionsCache[ options ] || createOptions( options ) ) :\n\t\tjQuery.extend( {}, options );\n\n\tvar // Last fire value (for non-forgettable lists)\n\t\tmemory,\n\t\t// Flag to know if list was already fired\n\t\tfired,\n\t\t// Flag to know if list is currently firing\n\t\tfiring,\n\t\t// First callback to fire (used internally by add and fireWith)\n\t\tfiringStart,\n\t\t// End of the loop when firing\n\t\tfiringLength,\n\t\t// Index of currently firing callback (modified by remove if needed)\n\t\tfiringIndex,\n\t\t// Actual callback list\n\t\tlist = [],\n\t\t// Stack of fire calls for repeatable lists\n\t\tstack = !options.once && [],\n\t\t// Fire callbacks\n\t\tfire = function( data ) {\n\t\t\tmemory = options.memory && data;\n\t\t\tfired = true;\n\t\t\tfiringIndex = firingStart || 0;\n\t\t\tfiringStart = 0;\n\t\t\tfiringLength = list.length;\n\t\t\tfiring = true;\n\t\t\tfor ( ; list && firingIndex < firingLength; firingIndex++ ) {\n\t\t\t\tif ( list[ firingIndex ].apply( data[ 0 ], data[ 1 ] ) === false && options.stopOnFalse ) {\n\t\t\t\t\tmemory = false; // To prevent further calls using add\n\t\t\t\t\tbreak;\n\t\t\t\t}\n\t\t\t}\n\t\t\tfiring = false;\n\t\t\tif ( list ) {\n\t\t\t\tif ( stack ) {\n\t\t\t\t\tif ( stack.length ) {\n\t\t\t\t\t\tfire( stack.shift() );\n\t\t\t\t\t}\n\t\t\t\t} else if ( memory ) {\n\t\t\t\t\tlist = [];\n\t\t\t\t} else {\n\t\t\t\t\tself.disable();\n\t\t\t\t}\n\t\t\t}\n\t\t},\n\t\t// Actual Callbacks object\n\t\tself = {\n\t\t\t// Add a callback or a collection of callbacks to the list\n\t\t\tadd: function() {\n\t\t\t\tif ( list ) {\n\t\t\t\t\t// First, we save the current length\n\t\t\t\t\tvar start = list.length;\n\t\t\t\t\t(function add( args ) {\n\t\t\t\t\t\tjQuery.each( args, function( _, arg ) {\n\t\t\t\t\t\t\tvar type = jQuery.type( arg );\n\t\t\t\t\t\t\tif ( type === \"function\" ) {\n\t\t\t\t\t\t\t\tif ( !options.unique || !self.has( arg ) ) {\n\t\t\t\t\t\t\t\t\tlist.push( arg );\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t} else if ( arg && arg.length && type !== \"string\" ) {\n\t\t\t\t\t\t\t\t// Inspect recursively\n\t\t\t\t\t\t\t\tadd( arg );\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t});\n\t\t\t\t\t})( arguments );\n\t\t\t\t\t// Do we need to add the callbacks to the\n\t\t\t\t\t// current firing batch?\n\t\t\t\t\tif ( firing ) {\n\t\t\t\t\t\tfiringLength = list.length;\n\t\t\t\t\t// With memory, if we're not firing then\n\t\t\t\t\t// we should call right away\n\t\t\t\t\t} else if ( memory ) {\n\t\t\t\t\t\tfiringStart = start;\n\t\t\t\t\t\tfire( memory );\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\treturn this;\n\t\t\t},\n\t\t\t// Remove a callback from the list\n\t\t\tremove: function() {\n\t\t\t\tif ( list ) {\n\t\t\t\t\tjQuery.each( arguments, function( _, arg ) {\n\t\t\t\t\t\tvar index;\n\t\t\t\t\t\twhile ( ( index = jQuery.inArray( arg, list, index ) ) > -1 ) {\n\t\t\t\t\t\t\tlist.splice( index, 1 );\n\t\t\t\t\t\t\t// Handle firing indexes\n\t\t\t\t\t\t\tif ( firing ) {\n\t\t\t\t\t\t\t\tif ( index <= firingLength ) {\n\t\t\t\t\t\t\t\t\tfiringLength--;\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\tif ( index <= firingIndex ) {\n\t\t\t\t\t\t\t\t\tfiringIndex--;\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t});\n\t\t\t\t}\n\t\t\t\treturn this;\n\t\t\t},\n\t\t\t// Check if a given callback is in the list.\n\t\t\t// If no argument is given, return whether or not list has callbacks attached.\n\t\t\thas: function( fn ) {\n\t\t\t\treturn fn ? jQuery.inArray( fn, list ) > -1 : !!( list && list.length );\n\t\t\t},\n\t\t\t// Remove all callbacks from the list\n\t\t\tempty: function() {\n\t\t\t\tlist = [];\n\t\t\t\tfiringLength = 0;\n\t\t\t\treturn this;\n\t\t\t},\n\t\t\t// Have the list do nothing anymore\n\t\t\tdisable: function() {\n\t\t\t\tlist = stack = memory = undefined;\n\t\t\t\treturn this;\n\t\t\t},\n\t\t\t// Is it disabled?\n\t\t\tdisabled: function() {\n\t\t\t\treturn !list;\n\t\t\t},\n\t\t\t// Lock the list in its current state\n\t\t\tlock: function() {\n\t\t\t\tstack = undefined;\n\t\t\t\tif ( !memory ) {\n\t\t\t\t\tself.disable();\n\t\t\t\t}\n\t\t\t\treturn this;\n\t\t\t},\n\t\t\t// Is it locked?\n\t\t\tlocked: function() {\n\t\t\t\treturn !stack;\n\t\t\t},\n\t\t\t// Call all callbacks with the given context and arguments\n\t\t\tfireWith: function( context, args ) {\n\t\t\t\tif ( list && ( !fired || stack ) ) {\n\t\t\t\t\targs = args || [];\n\t\t\t\t\targs = [ context, args.slice ? args.slice() : args ];\n\t\t\t\t\tif ( firing ) {\n\t\t\t\t\t\tstack.push( args );\n\t\t\t\t\t} else {\n\t\t\t\t\t\tfire( args );\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\treturn this;\n\t\t\t},\n\t\t\t// Call all the callbacks with the given arguments\n\t\t\tfire: function() {\n\t\t\t\tself.fireWith( this, arguments );\n\t\t\t\treturn this;\n\t\t\t},\n\t\t\t// To know if the callbacks have already been called at least once\n\t\t\tfired: function() {\n\t\t\t\treturn !!fired;\n\t\t\t}\n\t\t};\n\n\treturn self;\n};\n\n\njQuery.extend({\n\n\tDeferred: function( func ) {\n\t\tvar tuples = [\n\t\t\t\t// action, add listener, listener list, final state\n\t\t\t\t[ \"resolve\", \"done\", jQuery.Callbacks(\"once memory\"), \"resolved\" ],\n\t\t\t\t[ \"reject\", \"fail\", jQuery.Callbacks(\"once memory\"), \"rejected\" ],\n\t\t\t\t[ \"notify\", \"progress\", jQuery.Callbacks(\"memory\") ]\n\t\t\t],\n\t\t\tstate = \"pending\",\n\t\t\tpromise = {\n\t\t\t\tstate: function() {\n\t\t\t\t\treturn state;\n\t\t\t\t},\n\t\t\t\talways: function() {\n\t\t\t\t\tdeferred.done( arguments ).fail( arguments );\n\t\t\t\t\treturn this;\n\t\t\t\t},\n\t\t\t\tthen: function( /* fnDone, fnFail, fnProgress */ ) {\n\t\t\t\t\tvar fns = arguments;\n\t\t\t\t\treturn jQuery.Deferred(function( newDefer ) {\n\t\t\t\t\t\tjQuery.each( tuples, function( i, tuple ) {\n\t\t\t\t\t\t\tvar fn = jQuery.isFunction( fns[ i ] ) && fns[ i ];\n\t\t\t\t\t\t\t// deferred[ done | fail | progress ] for forwarding actions to newDefer\n\t\t\t\t\t\t\tdeferred[ tuple[1] ](function() {\n\t\t\t\t\t\t\t\tvar returned = fn && fn.apply( this, arguments );\n\t\t\t\t\t\t\t\tif ( returned && jQuery.isFunction( returned.promise ) ) {\n\t\t\t\t\t\t\t\t\treturned.promise()\n\t\t\t\t\t\t\t\t\t\t.done( newDefer.resolve )\n\t\t\t\t\t\t\t\t\t\t.fail( newDefer.reject )\n\t\t\t\t\t\t\t\t\t\t.progress( newDefer.notify );\n\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\tnewDefer[ tuple[ 0 ] + \"With\" ]( this === promise ? newDefer.promise() : this, fn ? [ returned ] : arguments );\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t});\n\t\t\t\t\t\t});\n\t\t\t\t\t\tfns = null;\n\t\t\t\t\t}).promise();\n\t\t\t\t},\n\t\t\t\t// Get a promise for this deferred\n\t\t\t\t// If obj is provided, the promise aspect is added to the object\n\t\t\t\tpromise: function( obj ) {\n\t\t\t\t\treturn obj != null ? jQuery.extend( obj, promise ) : promise;\n\t\t\t\t}\n\t\t\t},\n\t\t\tdeferred = {};\n\n\t\t// Keep pipe for back-compat\n\t\tpromise.pipe = promise.then;\n\n\t\t// Add list-specific methods\n\t\tjQuery.each( tuples, function( i, tuple ) {\n\t\t\tvar list = tuple[ 2 ],\n\t\t\t\tstateString = tuple[ 3 ];\n\n\t\t\t// promise[ done | fail | progress ] = list.add\n\t\t\tpromise[ tuple[1] ] = list.add;\n\n\t\t\t// Handle state\n\t\t\tif ( stateString ) {\n\t\t\t\tlist.add(function() {\n\t\t\t\t\t// state = [ resolved | rejected ]\n\t\t\t\t\tstate = stateString;\n\n\t\t\t\t// [ reject_list | resolve_list ].disable; progress_list.lock\n\t\t\t\t}, tuples[ i ^ 1 ][ 2 ].disable, tuples[ 2 ][ 2 ].lock );\n\t\t\t}\n\n\t\t\t// deferred[ resolve | reject | notify ]\n\t\t\tdeferred[ tuple[0] ] = function() {\n\t\t\t\tdeferred[ tuple[0] + \"With\" ]( this === deferred ? promise : this, arguments );\n\t\t\t\treturn this;\n\t\t\t};\n\t\t\tdeferred[ tuple[0] + \"With\" ] = list.fireWith;\n\t\t});\n\n\t\t// Make the deferred a promise\n\t\tpromise.promise( deferred );\n\n\t\t// Call given func if any\n\t\tif ( func ) {\n\t\t\tfunc.call( deferred, deferred );\n\t\t}\n\n\t\t// All done!\n\t\treturn deferred;\n\t},\n\n\t// Deferred helper\n\twhen: function( subordinate /* , ..., subordinateN */ ) {\n\t\tvar i = 0,\n\t\t\tresolveValues = slice.call( arguments ),\n\t\t\tlength = resolveValues.length,\n\n\t\t\t// the count of uncompleted subordinates\n\t\t\tremaining = length !== 1 || ( subordinate && jQuery.isFunction( subordinate.promise ) ) ? length : 0,\n\n\t\t\t// the master Deferred. If resolveValues consist of only a single Deferred, just use that.\n\t\t\tdeferred = remaining === 1 ? subordinate : jQuery.Deferred(),\n\n\t\t\t// Update function for both resolve and progress values\n\t\t\tupdateFunc = function( i, contexts, values ) {\n\t\t\t\treturn function( value ) {\n\t\t\t\t\tcontexts[ i ] = this;\n\t\t\t\t\tvalues[ i ] = arguments.length > 1 ? slice.call( arguments ) : value;\n\t\t\t\t\tif ( values === progressValues ) {\n\t\t\t\t\t\tdeferred.notifyWith( contexts, values );\n\t\t\t\t\t} else if ( !( --remaining ) ) {\n\t\t\t\t\t\tdeferred.resolveWith( contexts, values );\n\t\t\t\t\t}\n\t\t\t\t};\n\t\t\t},\n\n\t\t\tprogressValues, progressContexts, resolveContexts;\n\n\t\t// Add listeners to Deferred subordinates; treat others as resolved\n\t\tif ( length > 1 ) {\n\t\t\tprogressValues = new Array( length );\n\t\t\tprogressContexts = new Array( length );\n\t\t\tresolveContexts = new Array( length );\n\t\t\tfor ( ; i < length; i++ ) {\n\t\t\t\tif ( resolveValues[ i ] && jQuery.isFunction( resolveValues[ i ].promise ) ) {\n\t\t\t\t\tresolveValues[ i ].promise()\n\t\t\t\t\t\t.done( updateFunc( i, resolveContexts, resolveValues ) )\n\t\t\t\t\t\t.fail( deferred.reject )\n\t\t\t\t\t\t.progress( updateFunc( i, progressContexts, progressValues ) );\n\t\t\t\t} else {\n\t\t\t\t\t--remaining;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\t// If we're not waiting on anything, resolve the master\n\t\tif ( !remaining ) {\n\t\t\tdeferred.resolveWith( resolveContexts, resolveValues );\n\t\t}\n\n\t\treturn deferred.promise();\n\t}\n});\n\n\n// The deferred used on DOM ready\nvar readyList;\n\njQuery.fn.ready = function( fn ) {\n\t// Add the callback\n\tjQuery.ready.promise().done( fn );\n\n\treturn this;\n};\n\njQuery.extend({\n\t// Is the DOM ready to be used? Set to true once it occurs.\n\tisReady: false,\n\n\t// A counter to track how many items to wait for before\n\t// the ready event fires. See #6781\n\treadyWait: 1,\n\n\t// Hold (or release) the ready event\n\tholdReady: function( hold ) {\n\t\tif ( hold ) {\n\t\t\tjQuery.readyWait++;\n\t\t} else {\n\t\t\tjQuery.ready( true );\n\t\t}\n\t},\n\n\t// Handle when the DOM is ready\n\tready: function( wait ) {\n\n\t\t// Abort if there are pending holds or we're already ready\n\t\tif ( wait === true ? --jQuery.readyWait : jQuery.isReady ) {\n\t\t\treturn;\n\t\t}\n\n\t\t// Remember that the DOM is ready\n\t\tjQuery.isReady = true;\n\n\t\t// If a normal DOM Ready event fired, decrement, and wait if need be\n\t\tif ( wait !== true && --jQuery.readyWait > 0 ) {\n\t\t\treturn;\n\t\t}\n\n\t\t// If there are functions bound, to execute\n\t\treadyList.resolveWith( document, [ jQuery ] );\n\n\t\t// Trigger any bound ready events\n\t\tif ( jQuery.fn.triggerHandler ) {\n\t\t\tjQuery( document ).triggerHandler( \"ready\" );\n\t\t\tjQuery( document ).off( \"ready\" );\n\t\t}\n\t}\n});\n\n/**\n * The ready event handler and self cleanup method\n */\nfunction completed() {\n\tdocument.removeEventListener( \"DOMContentLoaded\", completed, false );\n\twindow.removeEventListener( \"load\", completed, false );\n\tjQuery.ready();\n}\n\njQuery.ready.promise = function( obj ) {\n\tif ( !readyList ) {\n\n\t\treadyList = jQuery.Deferred();\n\n\t\t// Catch cases where $(document).ready() is called after the browser event has already occurred.\n\t\t// We once tried to use readyState \"interactive\" here, but it caused issues like the one\n\t\t// discovered by ChrisS here: http://bugs.jquery.com/ticket/12282#comment:15\n\t\tif ( document.readyState === \"complete\" ) {\n\t\t\t// Handle it asynchronously to allow scripts the opportunity to delay ready\n\t\t\tsetTimeout( jQuery.ready );\n\n\t\t} else {\n\n\t\t\t// Use the handy event callback\n\t\t\tdocument.addEventListener( \"DOMContentLoaded\", completed, false );\n\n\t\t\t// A fallback to window.onload, that will always work\n\t\t\twindow.addEventListener( \"load\", completed, false );\n\t\t}\n\t}\n\treturn readyList.promise( obj );\n};\n\n// Kick off the DOM ready check even if the user does not\njQuery.ready.promise();\n\n\n\n\n// Multifunctional method to get and set values of a collection\n// The value/s can optionally be executed if it's a function\nvar access = jQuery.access = function( elems, fn, key, value, chainable, emptyGet, raw ) {\n\tvar i = 0,\n\t\tlen = elems.length,\n\t\tbulk = key == null;\n\n\t// Sets many values\n\tif ( jQuery.type( key ) === \"object\" ) {\n\t\tchainable = true;\n\t\tfor ( i in key ) {\n\t\t\tjQuery.access( elems, fn, i, key[i], true, emptyGet, raw );\n\t\t}\n\n\t// Sets one value\n\t} else if ( value !== undefined ) {\n\t\tchainable = true;\n\n\t\tif ( !jQuery.isFunction( value ) ) {\n\t\t\traw = true;\n\t\t}\n\n\t\tif ( bulk ) {\n\t\t\t// Bulk operations run against the entire set\n\t\t\tif ( raw ) {\n\t\t\t\tfn.call( elems, value );\n\t\t\t\tfn = null;\n\n\t\t\t// ...except when executing function values\n\t\t\t} else {\n\t\t\t\tbulk = fn;\n\t\t\t\tfn = function( elem, key, value ) {\n\t\t\t\t\treturn bulk.call( jQuery( elem ), value );\n\t\t\t\t};\n\t\t\t}\n\t\t}\n\n\t\tif ( fn ) {\n\t\t\tfor ( ; i < len; i++ ) {\n\t\t\t\tfn( elems[i], key, raw ? value : value.call( elems[i], i, fn( elems[i], key ) ) );\n\t\t\t}\n\t\t}\n\t}\n\n\treturn chainable ?\n\t\telems :\n\n\t\t// Gets\n\t\tbulk ?\n\t\t\tfn.call( elems ) :\n\t\t\tlen ? fn( elems[0], key ) : emptyGet;\n};\n\n\n/**\n * Determines whether an object can have data\n */\njQuery.acceptData = function( owner ) {\n\t// Accepts only:\n\t// - Node\n\t// - Node.ELEMENT_NODE\n\t// - Node.DOCUMENT_NODE\n\t// - Object\n\t// - Any\n\t/* jshint -W018 */\n\treturn owner.nodeType === 1 || owner.nodeType === 9 || !( +owner.nodeType );\n};\n\n\nfunction Data() {\n\t// Support: Android<4,\n\t// Old WebKit does not have Object.preventExtensions/freeze method,\n\t// return new empty object instead with no [[set]] accessor\n\tObject.defineProperty( this.cache = {}, 0, {\n\t\tget: function() {\n\t\t\treturn {};\n\t\t}\n\t});\n\n\tthis.expando = jQuery.expando + Data.uid++;\n}\n\nData.uid = 1;\nData.accepts = jQuery.acceptData;\n\nData.prototype = {\n\tkey: function( owner ) {\n\t\t// We can accept data for non-element nodes in modern browsers,\n\t\t// but we should not, see #8335.\n\t\t// Always return the key for a frozen object.\n\t\tif ( !Data.accepts( owner ) ) {\n\t\t\treturn 0;\n\t\t}\n\n\t\tvar descriptor = {},\n\t\t\t// Check if the owner object already has a cache key\n\t\t\tunlock = owner[ this.expando ];\n\n\t\t// If not, create one\n\t\tif ( !unlock ) {\n\t\t\tunlock = Data.uid++;\n\n\t\t\t// Secure it in a non-enumerable, non-writable property\n\t\t\ttry {\n\t\t\t\tdescriptor[ this.expando ] = { value: unlock };\n\t\t\t\tObject.defineProperties( owner, descriptor );\n\n\t\t\t// Support: Android<4\n\t\t\t// Fallback to a less secure definition\n\t\t\t} catch ( e ) {\n\t\t\t\tdescriptor[ this.expando ] = unlock;\n\t\t\t\tjQuery.extend( owner, descriptor );\n\t\t\t}\n\t\t}\n\n\t\t// Ensure the cache object\n\t\tif ( !this.cache[ unlock ] ) {\n\t\t\tthis.cache[ unlock ] = {};\n\t\t}\n\n\t\treturn unlock;\n\t},\n\tset: function( owner, data, value ) {\n\t\tvar prop,\n\t\t\t// There may be an unlock assigned to this node,\n\t\t\t// if there is no entry for this \"owner\", create one inline\n\t\t\t// and set the unlock as though an owner entry had always existed\n\t\t\tunlock = this.key( owner ),\n\t\t\tcache = this.cache[ unlock ];\n\n\t\t// Handle: [ owner, key, value ] args\n\t\tif ( typeof data === \"string\" ) {\n\t\t\tcache[ data ] = value;\n\n\t\t// Handle: [ owner, { properties } ] args\n\t\t} else {\n\t\t\t// Fresh assignments by object are shallow copied\n\t\t\tif ( jQuery.isEmptyObject( cache ) ) {\n\t\t\t\tjQuery.extend( this.cache[ unlock ], data );\n\t\t\t// Otherwise, copy the properties one-by-one to the cache object\n\t\t\t} else {\n\t\t\t\tfor ( prop in data ) {\n\t\t\t\t\tcache[ prop ] = data[ prop ];\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t\treturn cache;\n\t},\n\tget: function( owner, key ) {\n\t\t// Either a valid cache is found, or will be created.\n\t\t// New caches will be created and the unlock returned,\n\t\t// allowing direct access to the newly created\n\t\t// empty data object. A valid owner object must be provided.\n\t\tvar cache = this.cache[ this.key( owner ) ];\n\n\t\treturn key === undefined ?\n\t\t\tcache : cache[ key ];\n\t},\n\taccess: function( owner, key, value ) {\n\t\tvar stored;\n\t\t// In cases where either:\n\t\t//\n\t\t// 1. No key was specified\n\t\t// 2. A string key was specified, but no value provided\n\t\t//\n\t\t// Take the \"read\" path and allow the get method to determine\n\t\t// which value to return, respectively either:\n\t\t//\n\t\t// 1. The entire cache object\n\t\t// 2. The data stored at the key\n\t\t//\n\t\tif ( key === undefined ||\n\t\t\t\t((key && typeof key === \"string\") && value === undefined) ) {\n\n\t\t\tstored = this.get( owner, key );\n\n\t\t\treturn stored !== undefined ?\n\t\t\t\tstored : this.get( owner, jQuery.camelCase(key) );\n\t\t}\n\n\t\t// [*]When the key is not a string, or both a key and value\n\t\t// are specified, set or extend (existing objects) with either:\n\t\t//\n\t\t// 1. An object of properties\n\t\t// 2. A key and value\n\t\t//\n\t\tthis.set( owner, key, value );\n\n\t\t// Since the \"set\" path can have two possible entry points\n\t\t// return the expected data based on which path was taken[*]\n\t\treturn value !== undefined ? value : key;\n\t},\n\tremove: function( owner, key ) {\n\t\tvar i, name, camel,\n\t\t\tunlock = this.key( owner ),\n\t\t\tcache = this.cache[ unlock ];\n\n\t\tif ( key === undefined ) {\n\t\t\tthis.cache[ unlock ] = {};\n\n\t\t} else {\n\t\t\t// Support array or space separated string of keys\n\t\t\tif ( jQuery.isArray( key ) ) {\n\t\t\t\t// If \"name\" is an array of keys...\n\t\t\t\t// When data is initially created, via (\"key\", \"val\") signature,\n\t\t\t\t// keys will be converted to camelCase.\n\t\t\t\t// Since there is no way to tell _how_ a key was added, remove\n\t\t\t\t// both plain key and camelCase key. #12786\n\t\t\t\t// This will only penalize the array argument path.\n\t\t\t\tname = key.concat( key.map( jQuery.camelCase ) );\n\t\t\t} else {\n\t\t\t\tcamel = jQuery.camelCase( key );\n\t\t\t\t// Try the string as a key before any manipulation\n\t\t\t\tif ( key in cache ) {\n\t\t\t\t\tname = [ key, camel ];\n\t\t\t\t} else {\n\t\t\t\t\t// If a key with the spaces exists, use it.\n\t\t\t\t\t// Otherwise, create an array by matching non-whitespace\n\t\t\t\t\tname = camel;\n\t\t\t\t\tname = name in cache ?\n\t\t\t\t\t\t[ name ] : ( name.match( rnotwhite ) || [] );\n\t\t\t\t}\n\t\t\t}\n\n\t\t\ti = name.length;\n\t\t\twhile ( i-- ) {\n\t\t\t\tdelete cache[ name[ i ] ];\n\t\t\t}\n\t\t}\n\t},\n\thasData: function( owner ) {\n\t\treturn !jQuery.isEmptyObject(\n\t\t\tthis.cache[ owner[ this.expando ] ] || {}\n\t\t);\n\t},\n\tdiscard: function( owner ) {\n\t\tif ( owner[ this.expando ] ) {\n\t\t\tdelete this.cache[ owner[ this.expando ] ];\n\t\t}\n\t}\n};\nvar data_priv = new Data();\n\nvar data_user = new Data();\n\n\n\n//\tImplementation Summary\n//\n//\t1. Enforce API surface and semantic compatibility with 1.9.x branch\n//\t2. Improve the module's maintainability by reducing the storage\n//\t\tpaths to a single mechanism.\n//\t3. Use the same single mechanism to support \"private\" and \"user\" data.\n//\t4. _Never_ expose \"private\" data to user code (TODO: Drop _data, _removeData)\n//\t5. Avoid exposing implementation details on user objects (eg. expando properties)\n//\t6. Provide a clear path for implementation upgrade to WeakMap in 2014\n\nvar rbrace = /^(?:\\{[\\w\\W]*\\}|\\[[\\w\\W]*\\])$/,\n\trmultiDash = /([A-Z])/g;\n\nfunction dataAttr( elem, key, data ) {\n\tvar name;\n\n\t// If nothing was found internally, try to fetch any\n\t// data from the HTML5 data-* attribute\n\tif ( data === undefined && elem.nodeType === 1 ) {\n\t\tname = \"data-\" + key.replace( rmultiDash, \"-$1\" ).toLowerCase();\n\t\tdata = elem.getAttribute( name );\n\n\t\tif ( typeof data === \"string\" ) {\n\t\t\ttry {\n\t\t\t\tdata = data === \"true\" ? true :\n\t\t\t\t\tdata === \"false\" ? false :\n\t\t\t\t\tdata === \"null\" ? null :\n\t\t\t\t\t// Only convert to a number if it doesn't change the string\n\t\t\t\t\t+data + \"\" === data ? +data :\n\t\t\t\t\trbrace.test( data ) ? jQuery.parseJSON( data ) :\n\t\t\t\t\tdata;\n\t\t\t} catch( e ) {}\n\n\t\t\t// Make sure we set the data so it isn't changed later\n\t\t\tdata_user.set( elem, key, data );\n\t\t} else {\n\t\t\tdata = undefined;\n\t\t}\n\t}\n\treturn data;\n}\n\njQuery.extend({\n\thasData: function( elem ) {\n\t\treturn data_user.hasData( elem ) || data_priv.hasData( elem );\n\t},\n\n\tdata: function( elem, name, data ) {\n\t\treturn data_user.access( elem, name, data );\n\t},\n\n\tremoveData: function( elem, name ) {\n\t\tdata_user.remove( elem, name );\n\t},\n\n\t// TODO: Now that all calls to _data and _removeData have been replaced\n\t// with direct calls to data_priv methods, these can be deprecated.\n\t_data: function( elem, name, data ) {\n\t\treturn data_priv.access( elem, name, data );\n\t},\n\n\t_removeData: function( elem, name ) {\n\t\tdata_priv.remove( elem, name );\n\t}\n});\n\njQuery.fn.extend({\n\tdata: function( key, value ) {\n\t\tvar i, name, data,\n\t\t\telem = this[ 0 ],\n\t\t\tattrs = elem && elem.attributes;\n\n\t\t// Gets all values\n\t\tif ( key === undefined ) {\n\t\t\tif ( this.length ) {\n\t\t\t\tdata = data_user.get( elem );\n\n\t\t\t\tif ( elem.nodeType === 1 && !data_priv.get( elem, \"hasDataAttrs\" ) ) {\n\t\t\t\t\ti = attrs.length;\n\t\t\t\t\twhile ( i-- ) {\n\n\t\t\t\t\t\t// Support: IE11+\n\t\t\t\t\t\t// The attrs elements can be null (#14894)\n\t\t\t\t\t\tif ( attrs[ i ] ) {\n\t\t\t\t\t\t\tname = attrs[ i ].name;\n\t\t\t\t\t\t\tif ( name.indexOf( \"data-\" ) === 0 ) {\n\t\t\t\t\t\t\t\tname = jQuery.camelCase( name.slice(5) );\n\t\t\t\t\t\t\t\tdataAttr( elem, name, data[ name ] );\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t\tdata_priv.set( elem, \"hasDataAttrs\", true );\n\t\t\t\t}\n\t\t\t}\n\n\t\t\treturn data;\n\t\t}\n\n\t\t// Sets multiple values\n\t\tif ( typeof key === \"object\" ) {\n\t\t\treturn this.each(function() {\n\t\t\t\tdata_user.set( this, key );\n\t\t\t});\n\t\t}\n\n\t\treturn access( this, function( value ) {\n\t\t\tvar data,\n\t\t\t\tcamelKey = jQuery.camelCase( key );\n\n\t\t\t// The calling jQuery object (element matches) is not empty\n\t\t\t// (and therefore has an element appears at this[ 0 ]) and the\n\t\t\t// `value` parameter was not undefined. An empty jQuery object\n\t\t\t// will result in `undefined` for elem = this[ 0 ] which will\n\t\t\t// throw an exception if an attempt to read a data cache is made.\n\t\t\tif ( elem && value === undefined ) {\n\t\t\t\t// Attempt to get data from the cache\n\t\t\t\t// with the key as-is\n\t\t\t\tdata = data_user.get( elem, key );\n\t\t\t\tif ( data !== undefined ) {\n\t\t\t\t\treturn data;\n\t\t\t\t}\n\n\t\t\t\t// Attempt to get data from the cache\n\t\t\t\t// with the key camelized\n\t\t\t\tdata = data_user.get( elem, camelKey );\n\t\t\t\tif ( data !== undefined ) {\n\t\t\t\t\treturn data;\n\t\t\t\t}\n\n\t\t\t\t// Attempt to \"discover\" the data in\n\t\t\t\t// HTML5 custom data-* attrs\n\t\t\t\tdata = dataAttr( elem, camelKey, undefined );\n\t\t\t\tif ( data !== undefined ) {\n\t\t\t\t\treturn data;\n\t\t\t\t}\n\n\t\t\t\t// We tried really hard, but the data doesn't exist.\n\t\t\t\treturn;\n\t\t\t}\n\n\t\t\t// Set the data...\n\t\t\tthis.each(function() {\n\t\t\t\t// First, attempt to store a copy or reference of any\n\t\t\t\t// data that might've been store with a camelCased key.\n\t\t\t\tvar data = data_user.get( this, camelKey );\n\n\t\t\t\t// For HTML5 data-* attribute interop, we have to\n\t\t\t\t// store property names with dashes in a camelCase form.\n\t\t\t\t// This might not apply to all properties...*\n\t\t\t\tdata_user.set( this, camelKey, value );\n\n\t\t\t\t// *... In the case of properties that might _actually_\n\t\t\t\t// have dashes, we need to also store a copy of that\n\t\t\t\t// unchanged property.\n\t\t\t\tif ( key.indexOf(\"-\") !== -1 && data !== undefined ) {\n\t\t\t\t\tdata_user.set( this, key, value );\n\t\t\t\t}\n\t\t\t});\n\t\t}, null, value, arguments.length > 1, null, true );\n\t},\n\n\tremoveData: function( key ) {\n\t\treturn this.each(function() {\n\t\t\tdata_user.remove( this, key );\n\t\t});\n\t}\n});\n\n\njQuery.extend({\n\tqueue: function( elem, type, data ) {\n\t\tvar queue;\n\n\t\tif ( elem ) {\n\t\t\ttype = ( type || \"fx\" ) + \"queue\";\n\t\t\tqueue = data_priv.get( elem, type );\n\n\t\t\t// Speed up dequeue by getting out quickly if this is just a lookup\n\t\t\tif ( data ) {\n\t\t\t\tif ( !queue || jQuery.isArray( data ) ) {\n\t\t\t\t\tqueue = data_priv.access( elem, type, jQuery.makeArray(data) );\n\t\t\t\t} else {\n\t\t\t\t\tqueue.push( data );\n\t\t\t\t}\n\t\t\t}\n\t\t\treturn queue || [];\n\t\t}\n\t},\n\n\tdequeue: function( elem, type ) {\n\t\ttype = type || \"fx\";\n\n\t\tvar queue = jQuery.queue( elem, type ),\n\t\t\tstartLength = queue.length,\n\t\t\tfn = queue.shift(),\n\t\t\thooks = jQuery._queueHooks( elem, type ),\n\t\t\tnext = function() {\n\t\t\t\tjQuery.dequeue( elem, type );\n\t\t\t};\n\n\t\t// If the fx queue is dequeued, always remove the progress sentinel\n\t\tif ( fn === \"inprogress\" ) {\n\t\t\tfn = queue.shift();\n\t\t\tstartLength--;\n\t\t}\n\n\t\tif ( fn ) {\n\n\t\t\t// Add a progress sentinel to prevent the fx queue from being\n\t\t\t// automatically dequeued\n\t\t\tif ( type === \"fx\" ) {\n\t\t\t\tqueue.unshift( \"inprogress\" );\n\t\t\t}\n\n\t\t\t// Clear up the last queue stop function\n\t\t\tdelete hooks.stop;\n\t\t\tfn.call( elem, next, hooks );\n\t\t}\n\n\t\tif ( !startLength && hooks ) {\n\t\t\thooks.empty.fire();\n\t\t}\n\t},\n\n\t// Not public - generate a queueHooks object, or return the current one\n\t_queueHooks: function( elem, type ) {\n\t\tvar key = type + \"queueHooks\";\n\t\treturn data_priv.get( elem, key ) || data_priv.access( elem, key, {\n\t\t\tempty: jQuery.Callbacks(\"once memory\").add(function() {\n\t\t\t\tdata_priv.remove( elem, [ type + \"queue\", key ] );\n\t\t\t})\n\t\t});\n\t}\n});\n\njQuery.fn.extend({\n\tqueue: function( type, data ) {\n\t\tvar setter = 2;\n\n\t\tif ( typeof type !== \"string\" ) {\n\t\t\tdata = type;\n\t\t\ttype = \"fx\";\n\t\t\tsetter--;\n\t\t}\n\n\t\tif ( arguments.length < setter ) {\n\t\t\treturn jQuery.queue( this[0], type );\n\t\t}\n\n\t\treturn data === undefined ?\n\t\t\tthis :\n\t\t\tthis.each(function() {\n\t\t\t\tvar queue = jQuery.queue( this, type, data );\n\n\t\t\t\t// Ensure a hooks for this queue\n\t\t\t\tjQuery._queueHooks( this, type );\n\n\t\t\t\tif ( type === \"fx\" && queue[0] !== \"inprogress\" ) {\n\t\t\t\t\tjQuery.dequeue( this, type );\n\t\t\t\t}\n\t\t\t});\n\t},\n\tdequeue: function( type ) {\n\t\treturn this.each(function() {\n\t\t\tjQuery.dequeue( this, type );\n\t\t});\n\t},\n\tclearQueue: function( type ) {\n\t\treturn this.queue( type || \"fx\", [] );\n\t},\n\t// Get a promise resolved when queues of a certain type\n\t// are emptied (fx is the type by default)\n\tpromise: function( type, obj ) {\n\t\tvar tmp,\n\t\t\tcount = 1,\n\t\t\tdefer = jQuery.Deferred(),\n\t\t\telements = this,\n\t\t\ti = this.length,\n\t\t\tresolve = function() {\n\t\t\t\tif ( !( --count ) ) {\n\t\t\t\t\tdefer.resolveWith( elements, [ elements ] );\n\t\t\t\t}\n\t\t\t};\n\n\t\tif ( typeof type !== \"string\" ) {\n\t\t\tobj = type;\n\t\t\ttype = undefined;\n\t\t}\n\t\ttype = type || \"fx\";\n\n\t\twhile ( i-- ) {\n\t\t\ttmp = data_priv.get( elements[ i ], type + \"queueHooks\" );\n\t\t\tif ( tmp && tmp.empty ) {\n\t\t\t\tcount++;\n\t\t\t\ttmp.empty.add( resolve );\n\t\t\t}\n\t\t}\n\t\tresolve();\n\t\treturn defer.promise( obj );\n\t}\n});\nvar pnum = (/[+-]?(?:\\d*\\.|)\\d+(?:[eE][+-]?\\d+|)/).source;\n\nvar cssExpand = [ \"Top\", \"Right\", \"Bottom\", \"Left\" ];\n\nvar isHidden = function( elem, el ) {\n\t\t// isHidden might be called from jQuery#filter function;\n\t\t// in that case, element will be second argument\n\t\telem = el || elem;\n\t\treturn jQuery.css( elem, \"display\" ) === \"none\" || !jQuery.contains( elem.ownerDocument, elem );\n\t};\n\nvar rcheckableType = (/^(?:checkbox|radio)$/i);\n\n\n\n(function() {\n\tvar fragment = document.createDocumentFragment(),\n\t\tdiv = fragment.appendChild( document.createElement( \"div\" ) ),\n\t\tinput = document.createElement( \"input\" );\n\n\t// Support: Safari<=5.1\n\t// Check state lost if the name is set (#11217)\n\t// Support: Windows Web Apps (WWA)\n\t// `name` and `type` must use .setAttribute for WWA (#14901)\n\tinput.setAttribute( \"type\", \"radio\" );\n\tinput.setAttribute( \"checked\", \"checked\" );\n\tinput.setAttribute( \"name\", \"t\" );\n\n\tdiv.appendChild( input );\n\n\t// Support: Safari<=5.1, Android<4.2\n\t// Older WebKit doesn't clone checked state correctly in fragments\n\tsupport.checkClone = div.cloneNode( true ).cloneNode( true ).lastChild.checked;\n\n\t// Support: IE<=11+\n\t// Make sure textarea (and checkbox) defaultValue is properly cloned\n\tdiv.innerHTML = \"<textarea>x</textarea>\";\n\tsupport.noCloneChecked = !!div.cloneNode( true ).lastChild.defaultValue;\n})();\nvar strundefined = typeof undefined;\n\n\n\nsupport.focusinBubbles = \"onfocusin\" in window;\n\n\nvar\n\trkeyEvent = /^key/,\n\trmouseEvent = /^(?:mouse|pointer|contextmenu)|click/,\n\trfocusMorph = /^(?:focusinfocus|focusoutblur)$/,\n\trtypenamespace = /^([^.]*)(?:\\.(.+)|)$/;\n\nfunction returnTrue() {\n\treturn true;\n}\n\nfunction returnFalse() {\n\treturn false;\n}\n\nfunction safeActiveElement() {\n\ttry {\n\t\treturn document.activeElement;\n\t} catch ( err ) { }\n}\n\n/*\n * Helper functions for managing events -- not part of the public interface.\n * Props to Dean Edwards' addEvent library for many of the ideas.\n */\njQuery.event = {\n\n\tglobal: {},\n\n\tadd: function( elem, types, handler, data, selector ) {\n\n\t\tvar handleObjIn, eventHandle, tmp,\n\t\t\tevents, t, handleObj,\n\t\t\tspecial, handlers, type, namespaces, origType,\n\t\t\telemData = data_priv.get( elem );\n\n\t\t// Don't attach events to noData or text/comment nodes (but allow plain objects)\n\t\tif ( !elemData ) {\n\t\t\treturn;\n\t\t}\n\n\t\t// Caller can pass in an object of custom data in lieu of the handler\n\t\tif ( handler.handler ) {\n\t\t\thandleObjIn = handler;\n\t\t\thandler = handleObjIn.handler;\n\t\t\tselector = handleObjIn.selector;\n\t\t}\n\n\t\t// Make sure that the handler has a unique ID, used to find/remove it later\n\t\tif ( !handler.guid ) {\n\t\t\thandler.guid = jQuery.guid++;\n\t\t}\n\n\t\t// Init the element's event structure and main handler, if this is the first\n\t\tif ( !(events = elemData.events) ) {\n\t\t\tevents = elemData.events = {};\n\t\t}\n\t\tif ( !(eventHandle = elemData.handle) ) {\n\t\t\teventHandle = elemData.handle = function( e ) {\n\t\t\t\t// Discard the second event of a jQuery.event.trigger() and\n\t\t\t\t// when an event is called after a page has unloaded\n\t\t\t\treturn typeof jQuery !== strundefined && jQuery.event.triggered !== e.type ?\n\t\t\t\t\tjQuery.event.dispatch.apply( elem, arguments ) : undefined;\n\t\t\t};\n\t\t}\n\n\t\t// Handle multiple events separated by a space\n\t\ttypes = ( types || \"\" ).match( rnotwhite ) || [ \"\" ];\n\t\tt = types.length;\n\t\twhile ( t-- ) {\n\t\t\ttmp = rtypenamespace.exec( types[t] ) || [];\n\t\t\ttype = origType = tmp[1];\n\t\t\tnamespaces = ( tmp[2] || \"\" ).split( \".\" ).sort();\n\n\t\t\t// There *must* be a type, no attaching namespace-only handlers\n\t\t\tif ( !type ) {\n\t\t\t\tcontinue;\n\t\t\t}\n\n\t\t\t// If event changes its type, use the special event handlers for the changed type\n\t\t\tspecial = jQuery.event.special[ type ] || {};\n\n\t\t\t// If selector defined, determine special event api type, otherwise given type\n\t\t\ttype = ( selector ? special.delegateType : special.bindType ) || type;\n\n\t\t\t// Update special based on newly reset type\n\t\t\tspecial = jQuery.event.special[ type ] || {};\n\n\t\t\t// handleObj is passed to all event handlers\n\t\t\thandleObj = jQuery.extend({\n\t\t\t\ttype: type,\n\t\t\t\torigType: origType,\n\t\t\t\tdata: data,\n\t\t\t\thandler: handler,\n\t\t\t\tguid: handler.guid,\n\t\t\t\tselector: selector,\n\t\t\t\tneedsContext: selector && jQuery.expr.match.needsContext.test( selector ),\n\t\t\t\tnamespace: namespaces.join(\".\")\n\t\t\t}, handleObjIn );\n\n\t\t\t// Init the event handler queue if we're the first\n\t\t\tif ( !(handlers = events[ type ]) ) {\n\t\t\t\thandlers = events[ type ] = [];\n\t\t\t\thandlers.delegateCount = 0;\n\n\t\t\t\t// Only use addEventListener if the special events handler returns false\n\t\t\t\tif ( !special.setup || special.setup.call( elem, data, namespaces, eventHandle ) === false ) {\n\t\t\t\t\tif ( elem.addEventListener ) {\n\t\t\t\t\t\telem.addEventListener( type, eventHandle, false );\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\n\t\t\tif ( special.add ) {\n\t\t\t\tspecial.add.call( elem, handleObj );\n\n\t\t\t\tif ( !handleObj.handler.guid ) {\n\t\t\t\t\thandleObj.handler.guid = handler.guid;\n\t\t\t\t}\n\t\t\t}\n\n\t\t\t// Add to the element's handler list, delegates in front\n\t\t\tif ( selector ) {\n\t\t\t\thandlers.splice( handlers.delegateCount++, 0, handleObj );\n\t\t\t} else {\n\t\t\t\thandlers.push( handleObj );\n\t\t\t}\n\n\t\t\t// Keep track of which events have ever been used, for event optimization\n\t\t\tjQuery.event.global[ type ] = true;\n\t\t}\n\n\t},\n\n\t// Detach an event or set of events from an element\n\tremove: function( elem, types, handler, selector, mappedTypes ) {\n\n\t\tvar j, origCount, tmp,\n\t\t\tevents, t, handleObj,\n\t\t\tspecial, handlers, type, namespaces, origType,\n\t\t\telemData = data_priv.hasData( elem ) && data_priv.get( elem );\n\n\t\tif ( !elemData || !(events = elemData.events) ) {\n\t\t\treturn;\n\t\t}\n\n\t\t// Once for each type.namespace in types; type may be omitted\n\t\ttypes = ( types || \"\" ).match( rnotwhite ) || [ \"\" ];\n\t\tt = types.length;\n\t\twhile ( t-- ) {\n\t\t\ttmp = rtypenamespace.exec( types[t] ) || [];\n\t\t\ttype = origType = tmp[1];\n\t\t\tnamespaces = ( tmp[2] || \"\" ).split( \".\" ).sort();\n\n\t\t\t// Unbind all events (on this namespace, if provided) for the element\n\t\t\tif ( !type ) {\n\t\t\t\tfor ( type in events ) {\n\t\t\t\t\tjQuery.event.remove( elem, type + types[ t ], handler, selector, true );\n\t\t\t\t}\n\t\t\t\tcontinue;\n\t\t\t}\n\n\t\t\tspecial = jQuery.event.special[ type ] || {};\n\t\t\ttype = ( selector ? special.delegateType : special.bindType ) || type;\n\t\t\thandlers = events[ type ] || [];\n\t\t\ttmp = tmp[2] && new RegExp( \"(^|\\\\.)\" + namespaces.join(\"\\\\.(?:.*\\\\.|)\") + \"(\\\\.|$)\" );\n\n\t\t\t// Remove matching events\n\t\t\torigCount = j = handlers.length;\n\t\t\twhile ( j-- ) {\n\t\t\t\thandleObj = handlers[ j ];\n\n\t\t\t\tif ( ( mappedTypes || origType === handleObj.origType ) &&\n\t\t\t\t\t( !handler || handler.guid === handleObj.guid ) &&\n\t\t\t\t\t( !tmp || tmp.test( handleObj.namespace ) ) &&\n\t\t\t\t\t( !selector || selector === handleObj.selector || selector === \"**\" && handleObj.selector ) ) {\n\t\t\t\t\thandlers.splice( j, 1 );\n\n\t\t\t\t\tif ( handleObj.selector ) {\n\t\t\t\t\t\thandlers.delegateCount--;\n\t\t\t\t\t}\n\t\t\t\t\tif ( special.remove ) {\n\t\t\t\t\t\tspecial.remove.call( elem, handleObj );\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\n\t\t\t// Remove generic event handler if we removed something and no more handlers exist\n\t\t\t// (avoids potential for endless recursion during removal of special event handlers)\n\t\t\tif ( origCount && !handlers.length ) {\n\t\t\t\tif ( !special.teardown || special.teardown.call( elem, namespaces, elemData.handle ) === false ) {\n\t\t\t\t\tjQuery.removeEvent( elem, type, elemData.handle );\n\t\t\t\t}\n\n\t\t\t\tdelete events[ type ];\n\t\t\t}\n\t\t}\n\n\t\t// Remove the expando if it's no longer used\n\t\tif ( jQuery.isEmptyObject( events ) ) {\n\t\t\tdelete elemData.handle;\n\t\t\tdata_priv.remove( elem, \"events\" );\n\t\t}\n\t},\n\n\ttrigger: function( event, data, elem, onlyHandlers ) {\n\n\t\tvar i, cur, tmp, bubbleType, ontype, handle, special,\n\t\t\teventPath = [ elem || document ],\n\t\t\ttype = hasOwn.call( event, \"type\" ) ? event.type : event,\n\t\t\tnamespaces = hasOwn.call( event, \"namespace\" ) ? event.namespace.split(\".\") : [];\n\n\t\tcur = tmp = elem = elem || document;\n\n\t\t// Don't do events on text and comment nodes\n\t\tif ( elem.nodeType === 3 || elem.nodeType === 8 ) {\n\t\t\treturn;\n\t\t}\n\n\t\t// focus/blur morphs to focusin/out; ensure we're not firing them right now\n\t\tif ( rfocusMorph.test( type + jQuery.event.triggered ) ) {\n\t\t\treturn;\n\t\t}\n\n\t\tif ( type.indexOf(\".\") >= 0 ) {\n\t\t\t// Namespaced trigger; create a regexp to match event type in handle()\n\t\t\tnamespaces = type.split(\".\");\n\t\t\ttype = namespaces.shift();\n\t\t\tnamespaces.sort();\n\t\t}\n\t\tontype = type.indexOf(\":\") < 0 && \"on\" + type;\n\n\t\t// Caller can pass in a jQuery.Event object, Object, or just an event type string\n\t\tevent = event[ jQuery.expando ] ?\n\t\t\tevent :\n\t\t\tnew jQuery.Event( type, typeof event === \"object\" && event );\n\n\t\t// Trigger bitmask: & 1 for native handlers; & 2 for jQuery (always true)\n\t\tevent.isTrigger = onlyHandlers ? 2 : 3;\n\t\tevent.namespace = namespaces.join(\".\");\n\t\tevent.namespace_re = event.namespace ?\n\t\t\tnew RegExp( \"(^|\\\\.)\" + namespaces.join(\"\\\\.(?:.*\\\\.|)\") + \"(\\\\.|$)\" ) :\n\t\t\tnull;\n\n\t\t// Clean up the event in case it is being reused\n\t\tevent.result = undefined;\n\t\tif ( !event.target ) {\n\t\t\tevent.target = elem;\n\t\t}\n\n\t\t// Clone any incoming data and prepend the event, creating the handler arg list\n\t\tdata = data == null ?\n\t\t\t[ event ] :\n\t\t\tjQuery.makeArray( data, [ event ] );\n\n\t\t// Allow special events to draw outside the lines\n\t\tspecial = jQuery.event.special[ type ] || {};\n\t\tif ( !onlyHandlers && special.trigger && special.trigger.apply( elem, data ) === false ) {\n\t\t\treturn;\n\t\t}\n\n\t\t// Determine event propagation path in advance, per W3C events spec (#9951)\n\t\t// Bubble up to document, then to window; watch for a global ownerDocument var (#9724)\n\t\tif ( !onlyHandlers && !special.noBubble && !jQuery.isWindow( elem ) ) {\n\n\t\t\tbubbleType = special.delegateType || type;\n\t\t\tif ( !rfocusMorph.test( bubbleType + type ) ) {\n\t\t\t\tcur = cur.parentNode;\n\t\t\t}\n\t\t\tfor ( ; cur; cur = cur.parentNode ) {\n\t\t\t\teventPath.push( cur );\n\t\t\t\ttmp = cur;\n\t\t\t}\n\n\t\t\t// Only add window if we got to document (e.g., not plain obj or detached DOM)\n\t\t\tif ( tmp === (elem.ownerDocument || document) ) {\n\t\t\t\teventPath.push( tmp.defaultView || tmp.parentWindow || window );\n\t\t\t}\n\t\t}\n\n\t\t// Fire handlers on the event path\n\t\ti = 0;\n\t\twhile ( (cur = eventPath[i++]) && !event.isPropagationStopped() ) {\n\n\t\t\tevent.type = i > 1 ?\n\t\t\t\tbubbleType :\n\t\t\t\tspecial.bindType || type;\n\n\t\t\t// jQuery handler\n\t\t\thandle = ( data_priv.get( cur, \"events\" ) || {} )[ event.type ] && data_priv.get( cur, \"handle\" );\n\t\t\tif ( handle ) {\n\t\t\t\thandle.apply( cur, data );\n\t\t\t}\n\n\t\t\t// Native handler\n\t\t\thandle = ontype && cur[ ontype ];\n\t\t\tif ( handle && handle.apply && jQuery.acceptData( cur ) ) {\n\t\t\t\tevent.result = handle.apply( cur, data );\n\t\t\t\tif ( event.result === false ) {\n\t\t\t\t\tevent.preventDefault();\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t\tevent.type = type;\n\n\t\t// If nobody prevented the default action, do it now\n\t\tif ( !onlyHandlers && !event.isDefaultPrevented() ) {\n\n\t\t\tif ( (!special._default || special._default.apply( eventPath.pop(), data ) === false) &&\n\t\t\t\tjQuery.acceptData( elem ) ) {\n\n\t\t\t\t// Call a native DOM method on the target with the same name name as the event.\n\t\t\t\t// Don't do default actions on window, that's where global variables be (#6170)\n\t\t\t\tif ( ontype && jQuery.isFunction( elem[ type ] ) && !jQuery.isWindow( elem ) ) {\n\n\t\t\t\t\t// Don't re-trigger an onFOO event when we call its FOO() method\n\t\t\t\t\ttmp = elem[ ontype ];\n\n\t\t\t\t\tif ( tmp ) {\n\t\t\t\t\t\telem[ ontype ] = null;\n\t\t\t\t\t}\n\n\t\t\t\t\t// Prevent re-triggering of the same event, since we already bubbled it above\n\t\t\t\t\tjQuery.event.triggered = type;\n\t\t\t\t\telem[ type ]();\n\t\t\t\t\tjQuery.event.triggered = undefined;\n\n\t\t\t\t\tif ( tmp ) {\n\t\t\t\t\t\telem[ ontype ] = tmp;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\treturn event.result;\n\t},\n\n\tdispatch: function( event ) {\n\n\t\t// Make a writable jQuery.Event from the native event object\n\t\tevent = jQuery.event.fix( event );\n\n\t\tvar i, j, ret, matched, handleObj,\n\t\t\thandlerQueue = [],\n\t\t\targs = slice.call( arguments ),\n\t\t\thandlers = ( data_priv.get( this, \"events\" ) || {} )[ event.type ] || [],\n\t\t\tspecial = jQuery.event.special[ event.type ] || {};\n\n\t\t// Use the fix-ed jQuery.Event rather than the (read-only) native event\n\t\targs[0] = event;\n\t\tevent.delegateTarget = this;\n\n\t\t// Call the preDispatch hook for the mapped type, and let it bail if desired\n\t\tif ( special.preDispatch && special.preDispatch.call( this, event ) === false ) {\n\t\t\treturn;\n\t\t}\n\n\t\t// Determine handlers\n\t\thandlerQueue = jQuery.event.handlers.call( this, event, handlers );\n\n\t\t// Run delegates first; they may want to stop propagation beneath us\n\t\ti = 0;\n\t\twhile ( (matched = handlerQueue[ i++ ]) && !event.isPropagationStopped() ) {\n\t\t\tevent.currentTarget = matched.elem;\n\n\t\t\tj = 0;\n\t\t\twhile ( (handleObj = matched.handlers[ j++ ]) && !event.isImmediatePropagationStopped() ) {\n\n\t\t\t\t// Triggered event must either 1) have no namespace, or 2) have namespace(s)\n\t\t\t\t// a subset or equal to those in the bound event (both can have no namespace).\n\t\t\t\tif ( !event.namespace_re || event.namespace_re.test( handleObj.namespace ) ) {\n\n\t\t\t\t\tevent.handleObj = handleObj;\n\t\t\t\t\tevent.data = handleObj.data;\n\n\t\t\t\t\tret = ( (jQuery.event.special[ handleObj.origType ] || {}).handle || handleObj.handler )\n\t\t\t\t\t\t\t.apply( matched.elem, args );\n\n\t\t\t\t\tif ( ret !== undefined ) {\n\t\t\t\t\t\tif ( (event.result = ret) === false ) {\n\t\t\t\t\t\t\tevent.preventDefault();\n\t\t\t\t\t\t\tevent.stopPropagation();\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\t// Call the postDispatch hook for the mapped type\n\t\tif ( special.postDispatch ) {\n\t\t\tspecial.postDispatch.call( this, event );\n\t\t}\n\n\t\treturn event.result;\n\t},\n\n\thandlers: function( event, handlers ) {\n\t\tvar i, matches, sel, handleObj,\n\t\t\thandlerQueue = [],\n\t\t\tdelegateCount = handlers.delegateCount,\n\t\t\tcur = event.target;\n\n\t\t// Find delegate handlers\n\t\t// Black-hole SVG <use> instance trees (#13180)\n\t\t// Avoid non-left-click bubbling in Firefox (#3861)\n\t\tif ( delegateCount && cur.nodeType && (!event.button || event.type !== \"click\") ) {\n\n\t\t\tfor ( ; cur !== this; cur = cur.parentNode || this ) {\n\n\t\t\t\t// Don't process clicks on disabled elements (#6911, #8165, #11382, #11764)\n\t\t\t\tif ( cur.disabled !== true || event.type !== \"click\" ) {\n\t\t\t\t\tmatches = [];\n\t\t\t\t\tfor ( i = 0; i < delegateCount; i++ ) {\n\t\t\t\t\t\thandleObj = handlers[ i ];\n\n\t\t\t\t\t\t// Don't conflict with Object.prototype properties (#13203)\n\t\t\t\t\t\tsel = handleObj.selector + \" \";\n\n\t\t\t\t\t\tif ( matches[ sel ] === undefined ) {\n\t\t\t\t\t\t\tmatches[ sel ] = handleObj.needsContext ?\n\t\t\t\t\t\t\t\tjQuery( sel, this ).index( cur ) >= 0 :\n\t\t\t\t\t\t\t\tjQuery.find( sel, this, null, [ cur ] ).length;\n\t\t\t\t\t\t}\n\t\t\t\t\t\tif ( matches[ sel ] ) {\n\t\t\t\t\t\t\tmatches.push( handleObj );\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t\tif ( matches.length ) {\n\t\t\t\t\t\thandlerQueue.push({ elem: cur, handlers: matches });\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\t// Add the remaining (directly-bound) handlers\n\t\tif ( delegateCount < handlers.length ) {\n\t\t\thandlerQueue.push({ elem: this, handlers: handlers.slice( delegateCount ) });\n\t\t}\n\n\t\treturn handlerQueue;\n\t},\n\n\t// Includes some event props shared by KeyEvent and MouseEvent\n\tprops: \"altKey bubbles cancelable ctrlKey currentTarget eventPhase metaKey relatedTarget shiftKey target timeStamp view which\".split(\" \"),\n\n\tfixHooks: {},\n\n\tkeyHooks: {\n\t\tprops: \"char charCode key keyCode\".split(\" \"),\n\t\tfilter: function( event, original ) {\n\n\t\t\t// Add which for key events\n\t\t\tif ( event.which == null ) {\n\t\t\t\tevent.which = original.charCode != null ? original.charCode : original.keyCode;\n\t\t\t}\n\n\t\t\treturn event;\n\t\t}\n\t},\n\n\tmouseHooks: {\n\t\tprops: \"button buttons clientX clientY offsetX offsetY pageX pageY screenX screenY toElement\".split(\" \"),\n\t\tfilter: function( event, original ) {\n\t\t\tvar eventDoc, doc, body,\n\t\t\t\tbutton = original.button;\n\n\t\t\t// Calculate pageX/Y if missing and clientX/Y available\n\t\t\tif ( event.pageX == null && original.clientX != null ) {\n\t\t\t\teventDoc = event.target.ownerDocument || document;\n\t\t\t\tdoc = eventDoc.documentElement;\n\t\t\t\tbody = eventDoc.body;\n\n\t\t\t\tevent.pageX = original.clientX + ( doc && doc.scrollLeft || body && body.scrollLeft || 0 ) - ( doc && doc.clientLeft || body && body.clientLeft || 0 );\n\t\t\t\tevent.pageY = original.clientY + ( doc && doc.scrollTop || body && body.scrollTop || 0 ) - ( doc && doc.clientTop || body && body.clientTop || 0 );\n\t\t\t}\n\n\t\t\t// Add which for click: 1 === left; 2 === middle; 3 === right\n\t\t\t// Note: button is not normalized, so don't use it\n\t\t\tif ( !event.which && button !== undefined ) {\n\t\t\t\tevent.which = ( button & 1 ? 1 : ( button & 2 ? 3 : ( button & 4 ? 2 : 0 ) ) );\n\t\t\t}\n\n\t\t\treturn event;\n\t\t}\n\t},\n\n\tfix: function( event ) {\n\t\tif ( event[ jQuery.expando ] ) {\n\t\t\treturn event;\n\t\t}\n\n\t\t// Create a writable copy of the event object and normalize some properties\n\t\tvar i, prop, copy,\n\t\t\ttype = event.type,\n\t\t\toriginalEvent = event,\n\t\t\tfixHook = this.fixHooks[ type ];\n\n\t\tif ( !fixHook ) {\n\t\t\tthis.fixHooks[ type ] = fixHook =\n\t\t\t\trmouseEvent.test( type ) ? this.mouseHooks :\n\t\t\t\trkeyEvent.test( type ) ? this.keyHooks :\n\t\t\t\t{};\n\t\t}\n\t\tcopy = fixHook.props ? this.props.concat( fixHook.props ) : this.props;\n\n\t\tevent = new jQuery.Event( originalEvent );\n\n\t\ti = copy.length;\n\t\twhile ( i-- ) {\n\t\t\tprop = copy[ i ];\n\t\t\tevent[ prop ] = originalEvent[ prop ];\n\t\t}\n\n\t\t// Support: Cordova 2.5 (WebKit) (#13255)\n\t\t// All events should have a target; Cordova deviceready doesn't\n\t\tif ( !event.target ) {\n\t\t\tevent.target = document;\n\t\t}\n\n\t\t// Support: Safari 6.0+, Chrome<28\n\t\t// Target should not be a text node (#504, #13143)\n\t\tif ( event.target.nodeType === 3 ) {\n\t\t\tevent.target = event.target.parentNode;\n\t\t}\n\n\t\treturn fixHook.filter ? fixHook.filter( event, originalEvent ) : event;\n\t},\n\n\tspecial: {\n\t\tload: {\n\t\t\t// Prevent triggered image.load events from bubbling to window.load\n\t\t\tnoBubble: true\n\t\t},\n\t\tfocus: {\n\t\t\t// Fire native event if possible so blur/focus sequence is correct\n\t\t\ttrigger: function() {\n\t\t\t\tif ( this !== safeActiveElement() && this.focus ) {\n\t\t\t\t\tthis.focus();\n\t\t\t\t\treturn false;\n\t\t\t\t}\n\t\t\t},\n\t\t\tdelegateType: \"focusin\"\n\t\t},\n\t\tblur: {\n\t\t\ttrigger: function() {\n\t\t\t\tif ( this === safeActiveElement() && this.blur ) {\n\t\t\t\t\tthis.blur();\n\t\t\t\t\treturn false;\n\t\t\t\t}\n\t\t\t},\n\t\t\tdelegateType: \"focusout\"\n\t\t},\n\t\tclick: {\n\t\t\t// For checkbox, fire native event so checked state will be right\n\t\t\ttrigger: function() {\n\t\t\t\tif ( this.type === \"checkbox\" && this.click && jQuery.nodeName( this, \"input\" ) ) {\n\t\t\t\t\tthis.click();\n\t\t\t\t\treturn false;\n\t\t\t\t}\n\t\t\t},\n\n\t\t\t// For cross-browser consistency, don't fire native .click() on links\n\t\t\t_default: function( event ) {\n\t\t\t\treturn jQuery.nodeName( event.target, \"a\" );\n\t\t\t}\n\t\t},\n\n\t\tbeforeunload: {\n\t\t\tpostDispatch: function( event ) {\n\n\t\t\t\t// Support: Firefox 20+\n\t\t\t\t// Firefox doesn't alert if the returnValue field is not set.\n\t\t\t\tif ( event.result !== undefined && event.originalEvent ) {\n\t\t\t\t\tevent.originalEvent.returnValue = event.result;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\n\tsimulate: function( type, elem, event, bubble ) {\n\t\t// Piggyback on a donor event to simulate a different one.\n\t\t// Fake originalEvent to avoid donor's stopPropagation, but if the\n\t\t// simulated event prevents default then we do the same on the donor.\n\t\tvar e = jQuery.extend(\n\t\t\tnew jQuery.Event(),\n\t\t\tevent,\n\t\t\t{\n\t\t\t\ttype: type,\n\t\t\t\tisSimulated: true,\n\t\t\t\toriginalEvent: {}\n\t\t\t}\n\t\t);\n\t\tif ( bubble ) {\n\t\t\tjQuery.event.trigger( e, null, elem );\n\t\t} else {\n\t\t\tjQuery.event.dispatch.call( elem, e );\n\t\t}\n\t\tif ( e.isDefaultPrevented() ) {\n\t\t\tevent.preventDefault();\n\t\t}\n\t}\n};\n\njQuery.removeEvent = function( elem, type, handle ) {\n\tif ( elem.removeEventListener ) {\n\t\telem.removeEventListener( type, handle, false );\n\t}\n};\n\njQuery.Event = function( src, props ) {\n\t// Allow instantiation without the 'new' keyword\n\tif ( !(this instanceof jQuery.Event) ) {\n\t\treturn new jQuery.Event( src, props );\n\t}\n\n\t// Event object\n\tif ( src && src.type ) {\n\t\tthis.originalEvent = src;\n\t\tthis.type = src.type;\n\n\t\t// Events bubbling up the document may have been marked as prevented\n\t\t// by a handler lower down the tree; reflect the correct value.\n\t\tthis.isDefaultPrevented = src.defaultPrevented ||\n\t\t\t\tsrc.defaultPrevented === undefined &&\n\t\t\t\t// Support: Android<4.0\n\t\t\t\tsrc.returnValue === false ?\n\t\t\treturnTrue :\n\t\t\treturnFalse;\n\n\t// Event type\n\t} else {\n\t\tthis.type = src;\n\t}\n\n\t// Put explicitly provided properties onto the event object\n\tif ( props ) {\n\t\tjQuery.extend( this, props );\n\t}\n\n\t// Create a timestamp if incoming event doesn't have one\n\tthis.timeStamp = src && src.timeStamp || jQuery.now();\n\n\t// Mark it as fixed\n\tthis[ jQuery.expando ] = true;\n};\n\n// jQuery.Event is based on DOM3 Events as specified by the ECMAScript Language Binding\n// http://www.w3.org/TR/2003/WD-DOM-Level-3-Events-20030331/ecma-script-binding.html\njQuery.Event.prototype = {\n\tisDefaultPrevented: returnFalse,\n\tisPropagationStopped: returnFalse,\n\tisImmediatePropagationStopped: returnFalse,\n\n\tpreventDefault: function() {\n\t\tvar e = this.originalEvent;\n\n\t\tthis.isDefaultPrevented = returnTrue;\n\n\t\tif ( e && e.preventDefault ) {\n\t\t\te.preventDefault();\n\t\t}\n\t},\n\tstopPropagation: function() {\n\t\tvar e = this.originalEvent;\n\n\t\tthis.isPropagationStopped = returnTrue;\n\n\t\tif ( e && e.stopPropagation ) {\n\t\t\te.stopPropagation();\n\t\t}\n\t},\n\tstopImmediatePropagation: function() {\n\t\tvar e = this.originalEvent;\n\n\t\tthis.isImmediatePropagationStopped = returnTrue;\n\n\t\tif ( e && e.stopImmediatePropagation ) {\n\t\t\te.stopImmediatePropagation();\n\t\t}\n\n\t\tthis.stopPropagation();\n\t}\n};\n\n// Create mouseenter/leave events using mouseover/out and event-time checks\n// Support: Chrome 15+\njQuery.each({\n\tmouseenter: \"mouseover\",\n\tmouseleave: \"mouseout\",\n\tpointerenter: \"pointerover\",\n\tpointerleave: \"pointerout\"\n}, function( orig, fix ) {\n\tjQuery.event.special[ orig ] = {\n\t\tdelegateType: fix,\n\t\tbindType: fix,\n\n\t\thandle: function( event ) {\n\t\t\tvar ret,\n\t\t\t\ttarget = this,\n\t\t\t\trelated = event.relatedTarget,\n\t\t\t\thandleObj = event.handleObj;\n\n\t\t\t// For mousenter/leave call the handler if related is outside the target.\n\t\t\t// NB: No relatedTarget if the mouse left/entered the browser window\n\t\t\tif ( !related || (related !== target && !jQuery.contains( target, related )) ) {\n\t\t\t\tevent.type = handleObj.origType;\n\t\t\t\tret = handleObj.handler.apply( this, arguments );\n\t\t\t\tevent.type = fix;\n\t\t\t}\n\t\t\treturn ret;\n\t\t}\n\t};\n});\n\n// Support: Firefox, Chrome, Safari\n// Create \"bubbling\" focus and blur events\nif ( !support.focusinBubbles ) {\n\tjQuery.each({ focus: \"focusin\", blur: \"focusout\" }, function( orig, fix ) {\n\n\t\t// Attach a single capturing handler on the document while someone wants focusin/focusout\n\t\tvar handler = function( event ) {\n\t\t\t\tjQuery.event.simulate( fix, event.target, jQuery.event.fix( event ), true );\n\t\t\t};\n\n\t\tjQuery.event.special[ fix ] = {\n\t\t\tsetup: function() {\n\t\t\t\tvar doc = this.ownerDocument || this,\n\t\t\t\t\tattaches = data_priv.access( doc, fix );\n\n\t\t\t\tif ( !attaches ) {\n\t\t\t\t\tdoc.addEventListener( orig, handler, true );\n\t\t\t\t}\n\t\t\t\tdata_priv.access( doc, fix, ( attaches || 0 ) + 1 );\n\t\t\t},\n\t\t\tteardown: function() {\n\t\t\t\tvar doc = this.ownerDocument || this,\n\t\t\t\t\tattaches = data_priv.access( doc, fix ) - 1;\n\n\t\t\t\tif ( !attaches ) {\n\t\t\t\t\tdoc.removeEventListener( orig, handler, true );\n\t\t\t\t\tdata_priv.remove( doc, fix );\n\n\t\t\t\t} else {\n\t\t\t\t\tdata_priv.access( doc, fix, attaches );\n\t\t\t\t}\n\t\t\t}\n\t\t};\n\t});\n}\n\njQuery.fn.extend({\n\n\ton: function( types, selector, data, fn, /*INTERNAL*/ one ) {\n\t\tvar origFn, type;\n\n\t\t// Types can be a map of types/handlers\n\t\tif ( typeof types === \"object\" ) {\n\t\t\t// ( types-Object, selector, data )\n\t\t\tif ( typeof selector !== \"string\" ) {\n\t\t\t\t// ( types-Object, data )\n\t\t\t\tdata = data || selector;\n\t\t\t\tselector = undefined;\n\t\t\t}\n\t\t\tfor ( type in types ) {\n\t\t\t\tthis.on( type, selector, data, types[ type ], one );\n\t\t\t}\n\t\t\treturn this;\n\t\t}\n\n\t\tif ( data == null && fn == null ) {\n\t\t\t// ( types, fn )\n\t\t\tfn = selector;\n\t\t\tdata = selector = undefined;\n\t\t} else if ( fn == null ) {\n\t\t\tif ( typeof selector === \"string\" ) {\n\t\t\t\t// ( types, selector, fn )\n\t\t\t\tfn = data;\n\t\t\t\tdata = undefined;\n\t\t\t} else {\n\t\t\t\t// ( types, data, fn )\n\t\t\t\tfn = data;\n\t\t\t\tdata = selector;\n\t\t\t\tselector = undefined;\n\t\t\t}\n\t\t}\n\t\tif ( fn === false ) {\n\t\t\tfn = returnFalse;\n\t\t} else if ( !fn ) {\n\t\t\treturn this;\n\t\t}\n\n\t\tif ( one === 1 ) {\n\t\t\torigFn = fn;\n\t\t\tfn = function( event ) {\n\t\t\t\t// Can use an empty set, since event contains the info\n\t\t\t\tjQuery().off( event );\n\t\t\t\treturn origFn.apply( this, arguments );\n\t\t\t};\n\t\t\t// Use same guid so caller can remove using origFn\n\t\t\tfn.guid = origFn.guid || ( origFn.guid = jQuery.guid++ );\n\t\t}\n\t\treturn this.each( function() {\n\t\t\tjQuery.event.add( this, types, fn, data, selector );\n\t\t});\n\t},\n\tone: function( types, selector, data, fn ) {\n\t\treturn this.on( types, selector, data, fn, 1 );\n\t},\n\toff: function( types, selector, fn ) {\n\t\tvar handleObj, type;\n\t\tif ( types && types.preventDefault && types.handleObj ) {\n\t\t\t// ( event ) dispatched jQuery.Event\n\t\t\thandleObj = types.handleObj;\n\t\t\tjQuery( types.delegateTarget ).off(\n\t\t\t\thandleObj.namespace ? handleObj.origType + \".\" + handleObj.namespace : handleObj.origType,\n\t\t\t\thandleObj.selector,\n\t\t\t\thandleObj.handler\n\t\t\t);\n\t\t\treturn this;\n\t\t}\n\t\tif ( typeof types === \"object\" ) {\n\t\t\t// ( types-object [, selector] )\n\t\t\tfor ( type in types ) {\n\t\t\t\tthis.off( type, selector, types[ type ] );\n\t\t\t}\n\t\t\treturn this;\n\t\t}\n\t\tif ( selector === false || typeof selector === \"function\" ) {\n\t\t\t// ( types [, fn] )\n\t\t\tfn = selector;\n\t\t\tselector = undefined;\n\t\t}\n\t\tif ( fn === false ) {\n\t\t\tfn = returnFalse;\n\t\t}\n\t\treturn this.each(function() {\n\t\t\tjQuery.event.remove( this, types, fn, selector );\n\t\t});\n\t},\n\n\ttrigger: function( type, data ) {\n\t\treturn this.each(function() {\n\t\t\tjQuery.event.trigger( type, data, this );\n\t\t});\n\t},\n\ttriggerHandler: function( type, data ) {\n\t\tvar elem = this[0];\n\t\tif ( elem ) {\n\t\t\treturn jQuery.event.trigger( type, data, elem, true );\n\t\t}\n\t}\n});\n\n\nvar\n\trxhtmlTag = /<(?!area|br|col|embed|hr|img|input|link|meta|param)(([\\w:]+)[^>]*)\\/>/gi,\n\trtagName = /<([\\w:]+)/,\n\trhtml = /<|&#?\\w+;/,\n\trnoInnerhtml = /<(?:script|style|link)/i,\n\t// checked=\"checked\" or checked\n\trchecked = /checked\\s*(?:[^=]|=\\s*.checked.)/i,\n\trscriptType = /^$|\\/(?:java|ecma)script/i,\n\trscriptTypeMasked = /^true\\/(.*)/,\n\trcleanScript = /^\\s*<!(?:\\[CDATA\\[|--)|(?:\\]\\]|--)>\\s*$/g,\n\n\t// We have to close these tags to support XHTML (#13200)\n\twrapMap = {\n\n\t\t// Support: IE9\n\t\toption: [ 1, \"<select multiple='multiple'>\", \"</select>\" ],\n\n\t\tthead: [ 1, \"<table>\", \"</table>\" ],\n\t\tcol: [ 2, \"<table><colgroup>\", \"</colgroup></table>\" ],\n\t\ttr: [ 2, \"<table><tbody>\", \"</tbody></table>\" ],\n\t\ttd: [ 3, \"<table><tbody><tr>\", \"</tr></tbody></table>\" ],\n\n\t\t_default: [ 0, \"\", \"\" ]\n\t};\n\n// Support: IE9\nwrapMap.optgroup = wrapMap.option;\n\nwrapMap.tbody = wrapMap.tfoot = wrapMap.colgroup = wrapMap.caption = wrapMap.thead;\nwrapMap.th = wrapMap.td;\n\n// Support: 1.x compatibility\n// Manipulating tables requires a tbody\nfunction manipulationTarget( elem, content ) {\n\treturn jQuery.nodeName( elem, \"table\" ) &&\n\t\tjQuery.nodeName( content.nodeType !== 11 ? content : content.firstChild, \"tr\" ) ?\n\n\t\telem.getElementsByTagName(\"tbody\")[0] ||\n\t\t\telem.appendChild( elem.ownerDocument.createElement(\"tbody\") ) :\n\t\telem;\n}\n\n// Replace/restore the type attribute of script elements for safe DOM manipulation\nfunction disableScript( elem ) {\n\telem.type = (elem.getAttribute(\"type\") !== null) + \"/\" + elem.type;\n\treturn elem;\n}\nfunction restoreScript( elem ) {\n\tvar match = rscriptTypeMasked.exec( elem.type );\n\n\tif ( match ) {\n\t\telem.type = match[ 1 ];\n\t} else {\n\t\telem.removeAttribute(\"type\");\n\t}\n\n\treturn elem;\n}\n\n// Mark scripts as having already been evaluated\nfunction setGlobalEval( elems, refElements ) {\n\tvar i = 0,\n\t\tl = elems.length;\n\n\tfor ( ; i < l; i++ ) {\n\t\tdata_priv.set(\n\t\t\telems[ i ], \"globalEval\", !refElements || data_priv.get( refElements[ i ], \"globalEval\" )\n\t\t);\n\t}\n}\n\nfunction cloneCopyEvent( src, dest ) {\n\tvar i, l, type, pdataOld, pdataCur, udataOld, udataCur, events;\n\n\tif ( dest.nodeType !== 1 ) {\n\t\treturn;\n\t}\n\n\t// 1. Copy private data: events, handlers, etc.\n\tif ( data_priv.hasData( src ) ) {\n\t\tpdataOld = data_priv.access( src );\n\t\tpdataCur = data_priv.set( dest, pdataOld );\n\t\tevents = pdataOld.events;\n\n\t\tif ( events ) {\n\t\t\tdelete pdataCur.handle;\n\t\t\tpdataCur.events = {};\n\n\t\t\tfor ( type in events ) {\n\t\t\t\tfor ( i = 0, l = events[ type ].length; i < l; i++ ) {\n\t\t\t\t\tjQuery.event.add( dest, type, events[ type ][ i ] );\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n\n\t// 2. Copy user data\n\tif ( data_user.hasData( src ) ) {\n\t\tudataOld = data_user.access( src );\n\t\tudataCur = jQuery.extend( {}, udataOld );\n\n\t\tdata_user.set( dest, udataCur );\n\t}\n}\n\nfunction getAll( context, tag ) {\n\tvar ret = context.getElementsByTagName ? context.getElementsByTagName( tag || \"*\" ) :\n\t\t\tcontext.querySelectorAll ? context.querySelectorAll( tag || \"*\" ) :\n\t\t\t[];\n\n\treturn tag === undefined || tag && jQuery.nodeName( context, tag ) ?\n\t\tjQuery.merge( [ context ], ret ) :\n\t\tret;\n}\n\n// Fix IE bugs, see support tests\nfunction fixInput( src, dest ) {\n\tvar nodeName = dest.nodeName.toLowerCase();\n\n\t// Fails to persist the checked state of a cloned checkbox or radio button.\n\tif ( nodeName === \"input\" && rcheckableType.test( src.type ) ) {\n\t\tdest.checked = src.checked;\n\n\t// Fails to return the selected option to the default selected state when cloning options\n\t} else if ( nodeName === \"input\" || nodeName === \"textarea\" ) {\n\t\tdest.defaultValue = src.defaultValue;\n\t}\n}\n\njQuery.extend({\n\tclone: function( elem, dataAndEvents, deepDataAndEvents ) {\n\t\tvar i, l, srcElements, destElements,\n\t\t\tclone = elem.cloneNode( true ),\n\t\t\tinPage = jQuery.contains( elem.ownerDocument, elem );\n\n\t\t// Fix IE cloning issues\n\t\tif ( !support.noCloneChecked && ( elem.nodeType === 1 || elem.nodeType === 11 ) &&\n\t\t\t\t!jQuery.isXMLDoc( elem ) ) {\n\n\t\t\t// We eschew Sizzle here for performance reasons: http://jsperf.com/getall-vs-sizzle/2\n\t\t\tdestElements = getAll( clone );\n\t\t\tsrcElements = getAll( elem );\n\n\t\t\tfor ( i = 0, l = srcElements.length; i < l; i++ ) {\n\t\t\t\tfixInput( srcElements[ i ], destElements[ i ] );\n\t\t\t}\n\t\t}\n\n\t\t// Copy the events from the original to the clone\n\t\tif ( dataAndEvents ) {\n\t\t\tif ( deepDataAndEvents ) {\n\t\t\t\tsrcElements = srcElements || getAll( elem );\n\t\t\t\tdestElements = destElements || getAll( clone );\n\n\t\t\t\tfor ( i = 0, l = srcElements.length; i < l; i++ ) {\n\t\t\t\t\tcloneCopyEvent( srcElements[ i ], destElements[ i ] );\n\t\t\t\t}\n\t\t\t} else {\n\t\t\t\tcloneCopyEvent( elem, clone );\n\t\t\t}\n\t\t}\n\n\t\t// Preserve script evaluation history\n\t\tdestElements = getAll( clone, \"script\" );\n\t\tif ( destElements.length > 0 ) {\n\t\t\tsetGlobalEval( destElements, !inPage && getAll( elem, \"script\" ) );\n\t\t}\n\n\t\t// Return the cloned set\n\t\treturn clone;\n\t},\n\n\tbuildFragment: function( elems, context, scripts, selection ) {\n\t\tvar elem, tmp, tag, wrap, contains, j,\n\t\t\tfragment = context.createDocumentFragment(),\n\t\t\tnodes = [],\n\t\t\ti = 0,\n\t\t\tl = elems.length;\n\n\t\tfor ( ; i < l; i++ ) {\n\t\t\telem = elems[ i ];\n\n\t\t\tif ( elem || elem === 0 ) {\n\n\t\t\t\t// Add nodes directly\n\t\t\t\tif ( jQuery.type( elem ) === \"object\" ) {\n\t\t\t\t\t// Support: QtWebKit, PhantomJS\n\t\t\t\t\t// push.apply(_, arraylike) throws on ancient WebKit\n\t\t\t\t\tjQuery.merge( nodes, elem.nodeType ? [ elem ] : elem );\n\n\t\t\t\t// Convert non-html into a text node\n\t\t\t\t} else if ( !rhtml.test( elem ) ) {\n\t\t\t\t\tnodes.push( context.createTextNode( elem ) );\n\n\t\t\t\t// Convert html into DOM nodes\n\t\t\t\t} else {\n\t\t\t\t\ttmp = tmp || fragment.appendChild( context.createElement(\"div\") );\n\n\t\t\t\t\t// Deserialize a standard representation\n\t\t\t\t\ttag = ( rtagName.exec( elem ) || [ \"\", \"\" ] )[ 1 ].toLowerCase();\n\t\t\t\t\twrap = wrapMap[ tag ] || wrapMap._default;\n\t\t\t\t\ttmp.innerHTML = wrap[ 1 ] + elem.replace( rxhtmlTag, \"<$1></$2>\" ) + wrap[ 2 ];\n\n\t\t\t\t\t// Descend through wrappers to the right content\n\t\t\t\t\tj = wrap[ 0 ];\n\t\t\t\t\twhile ( j-- ) {\n\t\t\t\t\t\ttmp = tmp.lastChild;\n\t\t\t\t\t}\n\n\t\t\t\t\t// Support: QtWebKit, PhantomJS\n\t\t\t\t\t// push.apply(_, arraylike) throws on ancient WebKit\n\t\t\t\t\tjQuery.merge( nodes, tmp.childNodes );\n\n\t\t\t\t\t// Remember the top-level container\n\t\t\t\t\ttmp = fragment.firstChild;\n\n\t\t\t\t\t// Ensure the created nodes are orphaned (#12392)\n\t\t\t\t\ttmp.textContent = \"\";\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\t// Remove wrapper from fragment\n\t\tfragment.textContent = \"\";\n\n\t\ti = 0;\n\t\twhile ( (elem = nodes[ i++ ]) ) {\n\n\t\t\t// #4087 - If origin and destination elements are the same, and this is\n\t\t\t// that element, do not do anything\n\t\t\tif ( selection && jQuery.inArray( elem, selection ) !== -1 ) {\n\t\t\t\tcontinue;\n\t\t\t}\n\n\t\t\tcontains = jQuery.contains( elem.ownerDocument, elem );\n\n\t\t\t// Append to fragment\n\t\t\ttmp = getAll( fragment.appendChild( elem ), \"script\" );\n\n\t\t\t// Preserve script evaluation history\n\t\t\tif ( contains ) {\n\t\t\t\tsetGlobalEval( tmp );\n\t\t\t}\n\n\t\t\t// Capture executables\n\t\t\tif ( scripts ) {\n\t\t\t\tj = 0;\n\t\t\t\twhile ( (elem = tmp[ j++ ]) ) {\n\t\t\t\t\tif ( rscriptType.test( elem.type || \"\" ) ) {\n\t\t\t\t\t\tscripts.push( elem );\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\treturn fragment;\n\t},\n\n\tcleanData: function( elems ) {\n\t\tvar data, elem, type, key,\n\t\t\tspecial = jQuery.event.special,\n\t\t\ti = 0;\n\n\t\tfor ( ; (elem = elems[ i ]) !== undefined; i++ ) {\n\t\t\tif ( jQuery.acceptData( elem ) ) {\n\t\t\t\tkey = elem[ data_priv.expando ];\n\n\t\t\t\tif ( key && (data = data_priv.cache[ key ]) ) {\n\t\t\t\t\tif ( data.events ) {\n\t\t\t\t\t\tfor ( type in data.events ) {\n\t\t\t\t\t\t\tif ( special[ type ] ) {\n\t\t\t\t\t\t\t\tjQuery.event.remove( elem, type );\n\n\t\t\t\t\t\t\t// This is a shortcut to avoid jQuery.event.remove's overhead\n\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\tjQuery.removeEvent( elem, type, data.handle );\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t\tif ( data_priv.cache[ key ] ) {\n\t\t\t\t\t\t// Discard any remaining `private` data\n\t\t\t\t\t\tdelete data_priv.cache[ key ];\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t\t// Discard any remaining `user` data\n\t\t\tdelete data_user.cache[ elem[ data_user.expando ] ];\n\t\t}\n\t}\n});\n\njQuery.fn.extend({\n\ttext: function( value ) {\n\t\treturn access( this, function( value ) {\n\t\t\treturn value === undefined ?\n\t\t\t\tjQuery.text( this ) :\n\t\t\t\tthis.empty().each(function() {\n\t\t\t\t\tif ( this.nodeType === 1 || this.nodeType === 11 || this.nodeType === 9 ) {\n\t\t\t\t\t\tthis.textContent = value;\n\t\t\t\t\t}\n\t\t\t\t});\n\t\t}, null, value, arguments.length );\n\t},\n\n\tappend: function() {\n\t\treturn this.domManip( arguments, function( elem ) {\n\t\t\tif ( this.nodeType === 1 || this.nodeType === 11 || this.nodeType === 9 ) {\n\t\t\t\tvar target = manipulationTarget( this, elem );\n\t\t\t\ttarget.appendChild( elem );\n\t\t\t}\n\t\t});\n\t},\n\n\tprepend: function() {\n\t\treturn this.domManip( arguments, function( elem ) {\n\t\t\tif ( this.nodeType === 1 || this.nodeType === 11 || this.nodeType === 9 ) {\n\t\t\t\tvar target = manipulationTarget( this, elem );\n\t\t\t\ttarget.insertBefore( elem, target.firstChild );\n\t\t\t}\n\t\t});\n\t},\n\n\tbefore: function() {\n\t\treturn this.domManip( arguments, function( elem ) {\n\t\t\tif ( this.parentNode ) {\n\t\t\t\tthis.parentNode.insertBefore( elem, this );\n\t\t\t}\n\t\t});\n\t},\n\n\tafter: function() {\n\t\treturn this.domManip( arguments, function( elem ) {\n\t\t\tif ( this.parentNode ) {\n\t\t\t\tthis.parentNode.insertBefore( elem, this.nextSibling );\n\t\t\t}\n\t\t});\n\t},\n\n\tremove: function( selector, keepData /* Internal Use Only */ ) {\n\t\tvar elem,\n\t\t\telems = selector ? jQuery.filter( selector, this ) : this,\n\t\t\ti = 0;\n\n\t\tfor ( ; (elem = elems[i]) != null; i++ ) {\n\t\t\tif ( !keepData && elem.nodeType === 1 ) {\n\t\t\t\tjQuery.cleanData( getAll( elem ) );\n\t\t\t}\n\n\t\t\tif ( elem.parentNode ) {\n\t\t\t\tif ( keepData && jQuery.contains( elem.ownerDocument, elem ) ) {\n\t\t\t\t\tsetGlobalEval( getAll( elem, \"script\" ) );\n\t\t\t\t}\n\t\t\t\telem.parentNode.removeChild( elem );\n\t\t\t}\n\t\t}\n\n\t\treturn this;\n\t},\n\n\tempty: function() {\n\t\tvar elem,\n\t\t\ti = 0;\n\n\t\tfor ( ; (elem = this[i]) != null; i++ ) {\n\t\t\tif ( elem.nodeType === 1 ) {\n\n\t\t\t\t// Prevent memory leaks\n\t\t\t\tjQuery.cleanData( getAll( elem, false ) );\n\n\t\t\t\t// Remove any remaining nodes\n\t\t\t\telem.textContent = \"\";\n\t\t\t}\n\t\t}\n\n\t\treturn this;\n\t},\n\n\tclone: function( dataAndEvents, deepDataAndEvents ) {\n\t\tdataAndEvents = dataAndEvents == null ? false : dataAndEvents;\n\t\tdeepDataAndEvents = deepDataAndEvents == null ? dataAndEvents : deepDataAndEvents;\n\n\t\treturn this.map(function() {\n\t\t\treturn jQuery.clone( this, dataAndEvents, deepDataAndEvents );\n\t\t});\n\t},\n\n\thtml: function( value ) {\n\t\treturn access( this, function( value ) {\n\t\t\tvar elem = this[ 0 ] || {},\n\t\t\t\ti = 0,\n\t\t\t\tl = this.length;\n\n\t\t\tif ( value === undefined && elem.nodeType === 1 ) {\n\t\t\t\treturn elem.innerHTML;\n\t\t\t}\n\n\t\t\t// See if we can take a shortcut and just use innerHTML\n\t\t\tif ( typeof value === \"string\" && !rnoInnerhtml.test( value ) &&\n\t\t\t\t!wrapMap[ ( rtagName.exec( value ) || [ \"\", \"\" ] )[ 1 ].toLowerCase() ] ) {\n\n\t\t\t\tvalue = value.replace( rxhtmlTag, \"<$1></$2>\" );\n\n\t\t\t\ttry {\n\t\t\t\t\tfor ( ; i < l; i++ ) {\n\t\t\t\t\t\telem = this[ i ] || {};\n\n\t\t\t\t\t\t// Remove element nodes and prevent memory leaks\n\t\t\t\t\t\tif ( elem.nodeType === 1 ) {\n\t\t\t\t\t\t\tjQuery.cleanData( getAll( elem, false ) );\n\t\t\t\t\t\t\telem.innerHTML = value;\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\n\t\t\t\t\telem = 0;\n\n\t\t\t\t// If using innerHTML throws an exception, use the fallback method\n\t\t\t\t} catch( e ) {}\n\t\t\t}\n\n\t\t\tif ( elem ) {\n\t\t\t\tthis.empty().append( value );\n\t\t\t}\n\t\t}, null, value, arguments.length );\n\t},\n\n\treplaceWith: function() {\n\t\tvar arg = arguments[ 0 ];\n\n\t\t// Make the changes, replacing each context element with the new content\n\t\tthis.domManip( arguments, function( elem ) {\n\t\t\targ = this.parentNode;\n\n\t\t\tjQuery.cleanData( getAll( this ) );\n\n\t\t\tif ( arg ) {\n\t\t\t\targ.replaceChild( elem, this );\n\t\t\t}\n\t\t});\n\n\t\t// Force removal if there was no new content (e.g., from empty arguments)\n\t\treturn arg && (arg.length || arg.nodeType) ? this : this.remove();\n\t},\n\n\tdetach: function( selector ) {\n\t\treturn this.remove( selector, true );\n\t},\n\n\tdomManip: function( args, callback ) {\n\n\t\t// Flatten any nested arrays\n\t\targs = concat.apply( [], args );\n\n\t\tvar fragment, first, scripts, hasScripts, node, doc,\n\t\t\ti = 0,\n\t\t\tl = this.length,\n\t\t\tset = this,\n\t\t\tiNoClone = l - 1,\n\t\t\tvalue = args[ 0 ],\n\t\t\tisFunction = jQuery.isFunction( value );\n\n\t\t// We can't cloneNode fragments that contain checked, in WebKit\n\t\tif ( isFunction ||\n\t\t\t\t( l > 1 && typeof value === \"string\" &&\n\t\t\t\t\t!support.checkClone && rchecked.test( value ) ) ) {\n\t\t\treturn this.each(function( index ) {\n\t\t\t\tvar self = set.eq( index );\n\t\t\t\tif ( isFunction ) {\n\t\t\t\t\targs[ 0 ] = value.call( this, index, self.html() );\n\t\t\t\t}\n\t\t\t\tself.domManip( args, callback );\n\t\t\t});\n\t\t}\n\n\t\tif ( l ) {\n\t\t\tfragment = jQuery.buildFragment( args, this[ 0 ].ownerDocument, false, this );\n\t\t\tfirst = fragment.firstChild;\n\n\t\t\tif ( fragment.childNodes.length === 1 ) {\n\t\t\t\tfragment = first;\n\t\t\t}\n\n\t\t\tif ( first ) {\n\t\t\t\tscripts = jQuery.map( getAll( fragment, \"script\" ), disableScript );\n\t\t\t\thasScripts = scripts.length;\n\n\t\t\t\t// Use the original fragment for the last item instead of the first because it can end up\n\t\t\t\t// being emptied incorrectly in certain situations (#8070).\n\t\t\t\tfor ( ; i < l; i++ ) {\n\t\t\t\t\tnode = fragment;\n\n\t\t\t\t\tif ( i !== iNoClone ) {\n\t\t\t\t\t\tnode = jQuery.clone( node, true, true );\n\n\t\t\t\t\t\t// Keep references to cloned scripts for later restoration\n\t\t\t\t\t\tif ( hasScripts ) {\n\t\t\t\t\t\t\t// Support: QtWebKit\n\t\t\t\t\t\t\t// jQuery.merge because push.apply(_, arraylike) throws\n\t\t\t\t\t\t\tjQuery.merge( scripts, getAll( node, \"script\" ) );\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\n\t\t\t\t\tcallback.call( this[ i ], node, i );\n\t\t\t\t}\n\n\t\t\t\tif ( hasScripts ) {\n\t\t\t\t\tdoc = scripts[ scripts.length - 1 ].ownerDocument;\n\n\t\t\t\t\t// Reenable scripts\n\t\t\t\t\tjQuery.map( scripts, restoreScript );\n\n\t\t\t\t\t// Evaluate executable scripts on first document insertion\n\t\t\t\t\tfor ( i = 0; i < hasScripts; i++ ) {\n\t\t\t\t\t\tnode = scripts[ i ];\n\t\t\t\t\t\tif ( rscriptType.test( node.type || \"\" ) &&\n\t\t\t\t\t\t\t!data_priv.access( node, \"globalEval\" ) && jQuery.contains( doc, node ) ) {\n\n\t\t\t\t\t\t\tif ( node.src ) {\n\t\t\t\t\t\t\t\t// Optional AJAX dependency, but won't run scripts if not present\n\t\t\t\t\t\t\t\tif ( jQuery._evalUrl ) {\n\t\t\t\t\t\t\t\t\tjQuery._evalUrl( node.src );\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\tjQuery.globalEval( node.textContent.replace( rcleanScript, \"\" ) );\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\treturn this;\n\t}\n});\n\njQuery.each({\n\tappendTo: \"append\",\n\tprependTo: \"prepend\",\n\tinsertBefore: \"before\",\n\tinsertAfter: \"after\",\n\treplaceAll: \"replaceWith\"\n}, function( name, original ) {\n\tjQuery.fn[ name ] = function( selector ) {\n\t\tvar elems,\n\t\t\tret = [],\n\t\t\tinsert = jQuery( selector ),\n\t\t\tlast = insert.length - 1,\n\t\t\ti = 0;\n\n\t\tfor ( ; i <= last; i++ ) {\n\t\t\telems = i === last ? this : this.clone( true );\n\t\t\tjQuery( insert[ i ] )[ original ]( elems );\n\n\t\t\t// Support: QtWebKit\n\t\t\t// .get() because push.apply(_, arraylike) throws\n\t\t\tpush.apply( ret, elems.get() );\n\t\t}\n\n\t\treturn this.pushStack( ret );\n\t};\n});\n\n\nvar iframe,\n\telemdisplay = {};\n\n/**\n * Retrieve the actual display of a element\n * @param {String} name nodeName of the element\n * @param {Object} doc Document object\n */\n// Called only from within defaultDisplay\nfunction actualDisplay( name, doc ) {\n\tvar style,\n\t\telem = jQuery( doc.createElement( name ) ).appendTo( doc.body ),\n\n\t\t// getDefaultComputedStyle might be reliably used only on attached element\n\t\tdisplay = window.getDefaultComputedStyle && ( style = window.getDefaultComputedStyle( elem[ 0 ] ) ) ?\n\n\t\t\t// Use of this method is a temporary fix (more like optimization) until something better comes along,\n\t\t\t// since it was removed from specification and supported only in FF\n\t\t\tstyle.display : jQuery.css( elem[ 0 ], \"display\" );\n\n\t// We don't have any data stored on the element,\n\t// so use \"detach\" method as fast way to get rid of the element\n\telem.detach();\n\n\treturn display;\n}\n\n/**\n * Try to determine the default display value of an element\n * @param {String} nodeName\n */\nfunction defaultDisplay( nodeName ) {\n\tvar doc = document,\n\t\tdisplay = elemdisplay[ nodeName ];\n\n\tif ( !display ) {\n\t\tdisplay = actualDisplay( nodeName, doc );\n\n\t\t// If the simple way fails, read from inside an iframe\n\t\tif ( display === \"none\" || !display ) {\n\n\t\t\t// Use the already-created iframe if possible\n\t\t\tiframe = (iframe || jQuery( \"<iframe frameborder='0' width='0' height='0'/>\" )).appendTo( doc.documentElement );\n\n\t\t\t// Always write a new HTML skeleton so Webkit and Firefox don't choke on reuse\n\t\t\tdoc = iframe[ 0 ].contentDocument;\n\n\t\t\t// Support: IE\n\t\t\tdoc.write();\n\t\t\tdoc.close();\n\n\t\t\tdisplay = actualDisplay( nodeName, doc );\n\t\t\tiframe.detach();\n\t\t}\n\n\t\t// Store the correct default display\n\t\telemdisplay[ nodeName ] = display;\n\t}\n\n\treturn display;\n}\nvar rmargin = (/^margin/);\n\nvar rnumnonpx = new RegExp( \"^(\" + pnum + \")(?!px)[a-z%]+$\", \"i\" );\n\nvar getStyles = function( elem ) {\n\t\t// Support: IE<=11+, Firefox<=30+ (#15098, #14150)\n\t\t// IE throws on elements created in popups\n\t\t// FF meanwhile throws on frame elements through \"defaultView.getComputedStyle\"\n\t\tif ( elem.ownerDocument.defaultView.opener ) {\n\t\t\treturn elem.ownerDocument.defaultView.getComputedStyle( elem, null );\n\t\t}\n\n\t\treturn window.getComputedStyle( elem, null );\n\t};\n\n\n\nfunction curCSS( elem, name, computed ) {\n\tvar width, minWidth, maxWidth, ret,\n\t\tstyle = elem.style;\n\n\tcomputed = computed || getStyles( elem );\n\n\t// Support: IE9\n\t// getPropertyValue is only needed for .css('filter') (#12537)\n\tif ( computed ) {\n\t\tret = computed.getPropertyValue( name ) || computed[ name ];\n\t}\n\n\tif ( computed ) {\n\n\t\tif ( ret === \"\" && !jQuery.contains( elem.ownerDocument, elem ) ) {\n\t\t\tret = jQuery.style( elem, name );\n\t\t}\n\n\t\t// Support: iOS < 6\n\t\t// A tribute to the \"awesome hack by Dean Edwards\"\n\t\t// iOS < 6 (at least) returns percentage for a larger set of values, but width seems to be reliably pixels\n\t\t// this is against the CSSOM draft spec: http://dev.w3.org/csswg/cssom/#resolved-values\n\t\tif ( rnumnonpx.test( ret ) && rmargin.test( name ) ) {\n\n\t\t\t// Remember the original values\n\t\t\twidth = style.width;\n\t\t\tminWidth = style.minWidth;\n\t\t\tmaxWidth = style.maxWidth;\n\n\t\t\t// Put in the new values to get a computed value out\n\t\t\tstyle.minWidth = style.maxWidth = style.width = ret;\n\t\t\tret = computed.width;\n\n\t\t\t// Revert the changed values\n\t\t\tstyle.width = width;\n\t\t\tstyle.minWidth = minWidth;\n\t\t\tstyle.maxWidth = maxWidth;\n\t\t}\n\t}\n\n\treturn ret !== undefined ?\n\t\t// Support: IE\n\t\t// IE returns zIndex value as an integer.\n\t\tret + \"\" :\n\t\tret;\n}\n\n\nfunction addGetHookIf( conditionFn, hookFn ) {\n\t// Define the hook, we'll check on the first run if it's really needed.\n\treturn {\n\t\tget: function() {\n\t\t\tif ( conditionFn() ) {\n\t\t\t\t// Hook not needed (or it's not possible to use it due\n\t\t\t\t// to missing dependency), remove it.\n\t\t\t\tdelete this.get;\n\t\t\t\treturn;\n\t\t\t}\n\n\t\t\t// Hook needed; redefine it so that the support test is not executed again.\n\t\t\treturn (this.get = hookFn).apply( this, arguments );\n\t\t}\n\t};\n}\n\n\n(function() {\n\tvar pixelPositionVal, boxSizingReliableVal,\n\t\tdocElem = document.documentElement,\n\t\tcontainer = document.createElement( \"div\" ),\n\t\tdiv = document.createElement( \"div\" );\n\n\tif ( !div.style ) {\n\t\treturn;\n\t}\n\n\t// Support: IE9-11+\n\t// Style of cloned element affects source element cloned (#8908)\n\tdiv.style.backgroundClip = \"content-box\";\n\tdiv.cloneNode( true ).style.backgroundClip = \"\";\n\tsupport.clearCloneStyle = div.style.backgroundClip === \"content-box\";\n\n\tcontainer.style.cssText = \"border:0;width:0;height:0;top:0;left:-9999px;margin-top:1px;\" +\n\t\t\"position:absolute\";\n\tcontainer.appendChild( div );\n\n\t// Executing both pixelPosition & boxSizingReliable tests require only one layout\n\t// so they're executed at the same time to save the second computation.\n\tfunction computePixelPositionAndBoxSizingReliable() {\n\t\tdiv.style.cssText =\n\t\t\t// Support: Firefox<29, Android 2.3\n\t\t\t// Vendor-prefix box-sizing\n\t\t\t\"-webkit-box-sizing:border-box;-moz-box-sizing:border-box;\" +\n\t\t\t\"box-sizing:border-box;display:block;margin-top:1%;top:1%;\" +\n\t\t\t\"border:1px;padding:1px;width:4px;position:absolute\";\n\t\tdiv.innerHTML = \"\";\n\t\tdocElem.appendChild( container );\n\n\t\tvar divStyle = window.getComputedStyle( div, null );\n\t\tpixelPositionVal = divStyle.top !== \"1%\";\n\t\tboxSizingReliableVal = divStyle.width === \"4px\";\n\n\t\tdocElem.removeChild( container );\n\t}\n\n\t// Support: node.js jsdom\n\t// Don't assume that getComputedStyle is a property of the global object\n\tif ( window.getComputedStyle ) {\n\t\tjQuery.extend( support, {\n\t\t\tpixelPosition: function() {\n\n\t\t\t\t// This test is executed only once but we still do memoizing\n\t\t\t\t// since we can use the boxSizingReliable pre-computing.\n\t\t\t\t// No need to check if the test was already performed, though.\n\t\t\t\tcomputePixelPositionAndBoxSizingReliable();\n\t\t\t\treturn pixelPositionVal;\n\t\t\t},\n\t\t\tboxSizingReliable: function() {\n\t\t\t\tif ( boxSizingReliableVal == null ) {\n\t\t\t\t\tcomputePixelPositionAndBoxSizingReliable();\n\t\t\t\t}\n\t\t\t\treturn boxSizingReliableVal;\n\t\t\t},\n\t\t\treliableMarginRight: function() {\n\n\t\t\t\t// Support: Android 2.3\n\t\t\t\t// Check if div with explicit width and no margin-right incorrectly\n\t\t\t\t// gets computed margin-right based on width of container. (#3333)\n\t\t\t\t// WebKit Bug 13343 - getComputedStyle returns wrong value for margin-right\n\t\t\t\t// This support function is only executed once so no memoizing is needed.\n\t\t\t\tvar ret,\n\t\t\t\t\tmarginDiv = div.appendChild( document.createElement( \"div\" ) );\n\n\t\t\t\t// Reset CSS: box-sizing; display; margin; border; padding\n\t\t\t\tmarginDiv.style.cssText = div.style.cssText =\n\t\t\t\t\t// Support: Firefox<29, Android 2.3\n\t\t\t\t\t// Vendor-prefix box-sizing\n\t\t\t\t\t\"-webkit-box-sizing:content-box;-moz-box-sizing:content-box;\" +\n\t\t\t\t\t\"box-sizing:content-box;display:block;margin:0;border:0;padding:0\";\n\t\t\t\tmarginDiv.style.marginRight = marginDiv.style.width = \"0\";\n\t\t\t\tdiv.style.width = \"1px\";\n\t\t\t\tdocElem.appendChild( container );\n\n\t\t\t\tret = !parseFloat( window.getComputedStyle( marginDiv, null ).marginRight );\n\n\t\t\t\tdocElem.removeChild( container );\n\t\t\t\tdiv.removeChild( marginDiv );\n\n\t\t\t\treturn ret;\n\t\t\t}\n\t\t});\n\t}\n})();\n\n\n// A method for quickly swapping in/out CSS properties to get correct calculations.\njQuery.swap = function( elem, options, callback, args ) {\n\tvar ret, name,\n\t\told = {};\n\n\t// Remember the old values, and insert the new ones\n\tfor ( name in options ) {\n\t\told[ name ] = elem.style[ name ];\n\t\telem.style[ name ] = options[ name ];\n\t}\n\n\tret = callback.apply( elem, args || [] );\n\n\t// Revert the old values\n\tfor ( name in options ) {\n\t\telem.style[ name ] = old[ name ];\n\t}\n\n\treturn ret;\n};\n\n\nvar\n\t// Swappable if display is none or starts with table except \"table\", \"table-cell\", or \"table-caption\"\n\t// See here for display values: https://developer.mozilla.org/en-US/docs/CSS/display\n\trdisplayswap = /^(none|table(?!-c[ea]).+)/,\n\trnumsplit = new RegExp( \"^(\" + pnum + \")(.*)$\", \"i\" ),\n\trrelNum = new RegExp( \"^([+-])=(\" + pnum + \")\", \"i\" ),\n\n\tcssShow = { position: \"absolute\", visibility: \"hidden\", display: \"block\" },\n\tcssNormalTransform = {\n\t\tletterSpacing: \"0\",\n\t\tfontWeight: \"400\"\n\t},\n\n\tcssPrefixes = [ \"Webkit\", \"O\", \"Moz\", \"ms\" ];\n\n// Return a css property mapped to a potentially vendor prefixed property\nfunction vendorPropName( style, name ) {\n\n\t// Shortcut for names that are not vendor prefixed\n\tif ( name in style ) {\n\t\treturn name;\n\t}\n\n\t// Check for vendor prefixed names\n\tvar capName = name[0].toUpperCase() + name.slice(1),\n\t\torigName = name,\n\t\ti = cssPrefixes.length;\n\n\twhile ( i-- ) {\n\t\tname = cssPrefixes[ i ] + capName;\n\t\tif ( name in style ) {\n\t\t\treturn name;\n\t\t}\n\t}\n\n\treturn origName;\n}\n\nfunction setPositiveNumber( elem, value, subtract ) {\n\tvar matches = rnumsplit.exec( value );\n\treturn matches ?\n\t\t// Guard against undefined \"subtract\", e.g., when used as in cssHooks\n\t\tMath.max( 0, matches[ 1 ] - ( subtract || 0 ) ) + ( matches[ 2 ] || \"px\" ) :\n\t\tvalue;\n}\n\nfunction augmentWidthOrHeight( elem, name, extra, isBorderBox, styles ) {\n\tvar i = extra === ( isBorderBox ? \"border\" : \"content\" ) ?\n\t\t// If we already have the right measurement, avoid augmentation\n\t\t4 :\n\t\t// Otherwise initialize for horizontal or vertical properties\n\t\tname === \"width\" ? 1 : 0,\n\n\t\tval = 0;\n\n\tfor ( ; i < 4; i += 2 ) {\n\t\t// Both box models exclude margin, so add it if we want it\n\t\tif ( extra === \"margin\" ) {\n\t\t\tval += jQuery.css( elem, extra + cssExpand[ i ], true, styles );\n\t\t}\n\n\t\tif ( isBorderBox ) {\n\t\t\t// border-box includes padding, so remove it if we want content\n\t\t\tif ( extra === \"content\" ) {\n\t\t\t\tval -= jQuery.css( elem, \"padding\" + cssExpand[ i ], true, styles );\n\t\t\t}\n\n\t\t\t// At this point, extra isn't border nor margin, so remove border\n\t\t\tif ( extra !== \"margin\" ) {\n\t\t\t\tval -= jQuery.css( elem, \"border\" + cssExpand[ i ] + \"Width\", true, styles );\n\t\t\t}\n\t\t} else {\n\t\t\t// At this point, extra isn't content, so add padding\n\t\t\tval += jQuery.css( elem, \"padding\" + cssExpand[ i ], true, styles );\n\n\t\t\t// At this point, extra isn't content nor padding, so add border\n\t\t\tif ( extra !== \"padding\" ) {\n\t\t\t\tval += jQuery.css( elem, \"border\" + cssExpand[ i ] + \"Width\", true, styles );\n\t\t\t}\n\t\t}\n\t}\n\n\treturn val;\n}\n\nfunction getWidthOrHeight( elem, name, extra ) {\n\n\t// Start with offset property, which is equivalent to the border-box value\n\tvar valueIsBorderBox = true,\n\t\tval = name === \"width\" ? elem.offsetWidth : elem.offsetHeight,\n\t\tstyles = getStyles( elem ),\n\t\tisBorderBox = jQuery.css( elem, \"boxSizing\", false, styles ) === \"border-box\";\n\n\t// Some non-html elements return undefined for offsetWidth, so check for null/undefined\n\t// svg - https://bugzilla.mozilla.org/show_bug.cgi?id=649285\n\t// MathML - https://bugzilla.mozilla.org/show_bug.cgi?id=491668\n\tif ( val <= 0 || val == null ) {\n\t\t// Fall back to computed then uncomputed css if necessary\n\t\tval = curCSS( elem, name, styles );\n\t\tif ( val < 0 || val == null ) {\n\t\t\tval = elem.style[ name ];\n\t\t}\n\n\t\t// Computed unit is not pixels. Stop here and return.\n\t\tif ( rnumnonpx.test(val) ) {\n\t\t\treturn val;\n\t\t}\n\n\t\t// Check for style in case a browser which returns unreliable values\n\t\t// for getComputedStyle silently falls back to the reliable elem.style\n\t\tvalueIsBorderBox = isBorderBox &&\n\t\t\t( support.boxSizingReliable() || val === elem.style[ name ] );\n\n\t\t// Normalize \"\", auto, and prepare for extra\n\t\tval = parseFloat( val ) || 0;\n\t}\n\n\t// Use the active box-sizing model to add/subtract irrelevant styles\n\treturn ( val +\n\t\taugmentWidthOrHeight(\n\t\t\telem,\n\t\t\tname,\n\t\t\textra || ( isBorderBox ? \"border\" : \"content\" ),\n\t\t\tvalueIsBorderBox,\n\t\t\tstyles\n\t\t)\n\t) + \"px\";\n}\n\nfunction showHide( elements, show ) {\n\tvar display, elem, hidden,\n\t\tvalues = [],\n\t\tindex = 0,\n\t\tlength = elements.length;\n\n\tfor ( ; index < length; index++ ) {\n\t\telem = elements[ index ];\n\t\tif ( !elem.style ) {\n\t\t\tcontinue;\n\t\t}\n\n\t\tvalues[ index ] = data_priv.get( elem, \"olddisplay\" );\n\t\tdisplay = elem.style.display;\n\t\tif ( show ) {\n\t\t\t// Reset the inline display of this element to learn if it is\n\t\t\t// being hidden by cascaded rules or not\n\t\t\tif ( !values[ index ] && display === \"none\" ) {\n\t\t\t\telem.style.display = \"\";\n\t\t\t}\n\n\t\t\t// Set elements which have been overridden with display: none\n\t\t\t// in a stylesheet to whatever the default browser style is\n\t\t\t// for such an element\n\t\t\tif ( elem.style.display === \"\" && isHidden( elem ) ) {\n\t\t\t\tvalues[ index ] = data_priv.access( elem, \"olddisplay\", defaultDisplay(elem.nodeName) );\n\t\t\t}\n\t\t} else {\n\t\t\thidden = isHidden( elem );\n\n\t\t\tif ( display !== \"none\" || !hidden ) {\n\t\t\t\tdata_priv.set( elem, \"olddisplay\", hidden ? display : jQuery.css( elem, \"display\" ) );\n\t\t\t}\n\t\t}\n\t}\n\n\t// Set the display of most of the elements in a second loop\n\t// to avoid the constant reflow\n\tfor ( index = 0; index < length; index++ ) {\n\t\telem = elements[ index ];\n\t\tif ( !elem.style ) {\n\t\t\tcontinue;\n\t\t}\n\t\tif ( !show || elem.style.display === \"none\" || elem.style.display === \"\" ) {\n\t\t\telem.style.display = show ? values[ index ] || \"\" : \"none\";\n\t\t}\n\t}\n\n\treturn elements;\n}\n\njQuery.extend({\n\n\t// Add in style property hooks for overriding the default\n\t// behavior of getting and setting a style property\n\tcssHooks: {\n\t\topacity: {\n\t\t\tget: function( elem, computed ) {\n\t\t\t\tif ( computed ) {\n\n\t\t\t\t\t// We should always get a number back from opacity\n\t\t\t\t\tvar ret = curCSS( elem, \"opacity\" );\n\t\t\t\t\treturn ret === \"\" ? \"1\" : ret;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\n\t// Don't automatically add \"px\" to these possibly-unitless properties\n\tcssNumber: {\n\t\t\"columnCount\": true,\n\t\t\"fillOpacity\": true,\n\t\t\"flexGrow\": true,\n\t\t\"flexShrink\": true,\n\t\t\"fontWeight\": true,\n\t\t\"lineHeight\": true,\n\t\t\"opacity\": true,\n\t\t\"order\": true,\n\t\t\"orphans\": true,\n\t\t\"widows\": true,\n\t\t\"zIndex\": true,\n\t\t\"zoom\": true\n\t},\n\n\t// Add in properties whose names you wish to fix before\n\t// setting or getting the value\n\tcssProps: {\n\t\t\"float\": \"cssFloat\"\n\t},\n\n\t// Get and set the style property on a DOM Node\n\tstyle: function( elem, name, value, extra ) {\n\n\t\t// Don't set styles on text and comment nodes\n\t\tif ( !elem || elem.nodeType === 3 || elem.nodeType === 8 || !elem.style ) {\n\t\t\treturn;\n\t\t}\n\n\t\t// Make sure that we're working with the right name\n\t\tvar ret, type, hooks,\n\t\t\torigName = jQuery.camelCase( name ),\n\t\t\tstyle = elem.style;\n\n\t\tname = jQuery.cssProps[ origName ] || ( jQuery.cssProps[ origName ] = vendorPropName( style, origName ) );\n\n\t\t// Gets hook for the prefixed version, then unprefixed version\n\t\thooks = jQuery.cssHooks[ name ] || jQuery.cssHooks[ origName ];\n\n\t\t// Check if we're setting a value\n\t\tif ( value !== undefined ) {\n\t\t\ttype = typeof value;\n\n\t\t\t// Convert \"+=\" or \"-=\" to relative numbers (#7345)\n\t\t\tif ( type === \"string\" && (ret = rrelNum.exec( value )) ) {\n\t\t\t\tvalue = ( ret[1] + 1 ) * ret[2] + parseFloat( jQuery.css( elem, name ) );\n\t\t\t\t// Fixes bug #9237\n\t\t\t\ttype = \"number\";\n\t\t\t}\n\n\t\t\t// Make sure that null and NaN values aren't set (#7116)\n\t\t\tif ( value == null || value !== value ) {\n\t\t\t\treturn;\n\t\t\t}\n\n\t\t\t// If a number, add 'px' to the (except for certain CSS properties)\n\t\t\tif ( type === \"number\" && !jQuery.cssNumber[ origName ] ) {\n\t\t\t\tvalue += \"px\";\n\t\t\t}\n\n\t\t\t// Support: IE9-11+\n\t\t\t// background-* props affect original clone's values\n\t\t\tif ( !support.clearCloneStyle && value === \"\" && name.indexOf( \"background\" ) === 0 ) {\n\t\t\t\tstyle[ name ] = \"inherit\";\n\t\t\t}\n\n\t\t\t// If a hook was provided, use that value, otherwise just set the specified value\n\t\t\tif ( !hooks || !(\"set\" in hooks) || (value = hooks.set( elem, value, extra )) !== undefined ) {\n\t\t\t\tstyle[ name ] = value;\n\t\t\t}\n\n\t\t} else {\n\t\t\t// If a hook was provided get the non-computed value from there\n\t\t\tif ( hooks && \"get\" in hooks && (ret = hooks.get( elem, false, extra )) !== undefined ) {\n\t\t\t\treturn ret;\n\t\t\t}\n\n\t\t\t// Otherwise just get the value from the style object\n\t\t\treturn style[ name ];\n\t\t}\n\t},\n\n\tcss: function( elem, name, extra, styles ) {\n\t\tvar val, num, hooks,\n\t\t\torigName = jQuery.camelCase( name );\n\n\t\t// Make sure that we're working with the right name\n\t\tname = jQuery.cssProps[ origName ] || ( jQuery.cssProps[ origName ] = vendorPropName( elem.style, origName ) );\n\n\t\t// Try prefixed name followed by the unprefixed name\n\t\thooks = jQuery.cssHooks[ name ] || jQuery.cssHooks[ origName ];\n\n\t\t// If a hook was provided get the computed value from there\n\t\tif ( hooks && \"get\" in hooks ) {\n\t\t\tval = hooks.get( elem, true, extra );\n\t\t}\n\n\t\t// Otherwise, if a way to get the computed value exists, use that\n\t\tif ( val === undefined ) {\n\t\t\tval = curCSS( elem, name, styles );\n\t\t}\n\n\t\t// Convert \"normal\" to computed value\n\t\tif ( val === \"normal\" && name in cssNormalTransform ) {\n\t\t\tval = cssNormalTransform[ name ];\n\t\t}\n\n\t\t// Make numeric if forced or a qualifier was provided and val looks numeric\n\t\tif ( extra === \"\" || extra ) {\n\t\t\tnum = parseFloat( val );\n\t\t\treturn extra === true || jQuery.isNumeric( num ) ? num || 0 : val;\n\t\t}\n\t\treturn val;\n\t}\n});\n\njQuery.each([ \"height\", \"width\" ], function( i, name ) {\n\tjQuery.cssHooks[ name ] = {\n\t\tget: function( elem, computed, extra ) {\n\t\t\tif ( computed ) {\n\n\t\t\t\t// Certain elements can have dimension info if we invisibly show them\n\t\t\t\t// but it must have a current display style that would benefit\n\t\t\t\treturn rdisplayswap.test( jQuery.css( elem, \"display\" ) ) && elem.offsetWidth === 0 ?\n\t\t\t\t\tjQuery.swap( elem, cssShow, function() {\n\t\t\t\t\t\treturn getWidthOrHeight( elem, name, extra );\n\t\t\t\t\t}) :\n\t\t\t\t\tgetWidthOrHeight( elem, name, extra );\n\t\t\t}\n\t\t},\n\n\t\tset: function( elem, value, extra ) {\n\t\t\tvar styles = extra && getStyles( elem );\n\t\t\treturn setPositiveNumber( elem, value, extra ?\n\t\t\t\taugmentWidthOrHeight(\n\t\t\t\t\telem,\n\t\t\t\t\tname,\n\t\t\t\t\textra,\n\t\t\t\t\tjQuery.css( elem, \"boxSizing\", false, styles ) === \"border-box\",\n\t\t\t\t\tstyles\n\t\t\t\t) : 0\n\t\t\t);\n\t\t}\n\t};\n});\n\n// Support: Android 2.3\njQuery.cssHooks.marginRight = addGetHookIf( support.reliableMarginRight,\n\tfunction( elem, computed ) {\n\t\tif ( computed ) {\n\t\t\treturn jQuery.swap( elem, { \"display\": \"inline-block\" },\n\t\t\t\tcurCSS, [ elem, \"marginRight\" ] );\n\t\t}\n\t}\n);\n\n// These hooks are used by animate to expand properties\njQuery.each({\n\tmargin: \"\",\n\tpadding: \"\",\n\tborder: \"Width\"\n}, function( prefix, suffix ) {\n\tjQuery.cssHooks[ prefix + suffix ] = {\n\t\texpand: function( value ) {\n\t\t\tvar i = 0,\n\t\t\t\texpanded = {},\n\n\t\t\t\t// Assumes a single number if not a string\n\t\t\t\tparts = typeof value === \"string\" ? value.split(\" \") : [ value ];\n\n\t\t\tfor ( ; i < 4; i++ ) {\n\t\t\t\texpanded[ prefix + cssExpand[ i ] + suffix ] =\n\t\t\t\t\tparts[ i ] || parts[ i - 2 ] || parts[ 0 ];\n\t\t\t}\n\n\t\t\treturn expanded;\n\t\t}\n\t};\n\n\tif ( !rmargin.test( prefix ) ) {\n\t\tjQuery.cssHooks[ prefix + suffix ].set = setPositiveNumber;\n\t}\n});\n\njQuery.fn.extend({\n\tcss: function( name, value ) {\n\t\treturn access( this, function( elem, name, value ) {\n\t\t\tvar styles, len,\n\t\t\t\tmap = {},\n\t\t\t\ti = 0;\n\n\t\t\tif ( jQuery.isArray( name ) ) {\n\t\t\t\tstyles = getStyles( elem );\n\t\t\t\tlen = name.length;\n\n\t\t\t\tfor ( ; i < len; i++ ) {\n\t\t\t\t\tmap[ name[ i ] ] = jQuery.css( elem, name[ i ], false, styles );\n\t\t\t\t}\n\n\t\t\t\treturn map;\n\t\t\t}\n\n\t\t\treturn value !== undefined ?\n\t\t\t\tjQuery.style( elem, name, value ) :\n\t\t\t\tjQuery.css( elem, name );\n\t\t}, name, value, arguments.length > 1 );\n\t},\n\tshow: function() {\n\t\treturn showHide( this, true );\n\t},\n\thide: function() {\n\t\treturn showHide( this );\n\t},\n\ttoggle: function( state ) {\n\t\tif ( typeof state === \"boolean\" ) {\n\t\t\treturn state ? this.show() : this.hide();\n\t\t}\n\n\t\treturn this.each(function() {\n\t\t\tif ( isHidden( this ) ) {\n\t\t\t\tjQuery( this ).show();\n\t\t\t} else {\n\t\t\t\tjQuery( this ).hide();\n\t\t\t}\n\t\t});\n\t}\n});\n\n\nfunction Tween( elem, options, prop, end, easing ) {\n\treturn new Tween.prototype.init( elem, options, prop, end, easing );\n}\njQuery.Tween = Tween;\n\nTween.prototype = {\n\tconstructor: Tween,\n\tinit: function( elem, options, prop, end, easing, unit ) {\n\t\tthis.elem = elem;\n\t\tthis.prop = prop;\n\t\tthis.easing = easing || \"swing\";\n\t\tthis.options = options;\n\t\tthis.start = this.now = this.cur();\n\t\tthis.end = end;\n\t\tthis.unit = unit || ( jQuery.cssNumber[ prop ] ? \"\" : \"px\" );\n\t},\n\tcur: function() {\n\t\tvar hooks = Tween.propHooks[ this.prop ];\n\n\t\treturn hooks && hooks.get ?\n\t\t\thooks.get( this ) :\n\t\t\tTween.propHooks._default.get( this );\n\t},\n\trun: function( percent ) {\n\t\tvar eased,\n\t\t\thooks = Tween.propHooks[ this.prop ];\n\n\t\tif ( this.options.duration ) {\n\t\t\tthis.pos = eased = jQuery.easing[ this.easing ](\n\t\t\t\tpercent, this.options.duration * percent, 0, 1, this.options.duration\n\t\t\t);\n\t\t} else {\n\t\t\tthis.pos = eased = percent;\n\t\t}\n\t\tthis.now = ( this.end - this.start ) * eased + this.start;\n\n\t\tif ( this.options.step ) {\n\t\t\tthis.options.step.call( this.elem, this.now, this );\n\t\t}\n\n\t\tif ( hooks && hooks.set ) {\n\t\t\thooks.set( this );\n\t\t} else {\n\t\t\tTween.propHooks._default.set( this );\n\t\t}\n\t\treturn this;\n\t}\n};\n\nTween.prototype.init.prototype = Tween.prototype;\n\nTween.propHooks = {\n\t_default: {\n\t\tget: function( tween ) {\n\t\t\tvar result;\n\n\t\t\tif ( tween.elem[ tween.prop ] != null &&\n\t\t\t\t(!tween.elem.style || tween.elem.style[ tween.prop ] == null) ) {\n\t\t\t\treturn tween.elem[ tween.prop ];\n\t\t\t}\n\n\t\t\t// Passing an empty string as a 3rd parameter to .css will automatically\n\t\t\t// attempt a parseFloat and fallback to a string if the parse fails.\n\t\t\t// Simple values such as \"10px\" are parsed to Float;\n\t\t\t// complex values such as \"rotate(1rad)\" are returned as-is.\n\t\t\tresult = jQuery.css( tween.elem, tween.prop, \"\" );\n\t\t\t// Empty strings, null, undefined and \"auto\" are converted to 0.\n\t\t\treturn !result || result === \"auto\" ? 0 : result;\n\t\t},\n\t\tset: function( tween ) {\n\t\t\t// Use step hook for back compat.\n\t\t\t// Use cssHook if its there.\n\t\t\t// Use .style if available and use plain properties where available.\n\t\t\tif ( jQuery.fx.step[ tween.prop ] ) {\n\t\t\t\tjQuery.fx.step[ tween.prop ]( tween );\n\t\t\t} else if ( tween.elem.style && ( tween.elem.style[ jQuery.cssProps[ tween.prop ] ] != null || jQuery.cssHooks[ tween.prop ] ) ) {\n\t\t\t\tjQuery.style( tween.elem, tween.prop, tween.now + tween.unit );\n\t\t\t} else {\n\t\t\t\ttween.elem[ tween.prop ] = tween.now;\n\t\t\t}\n\t\t}\n\t}\n};\n\n// Support: IE9\n// Panic based approach to setting things on disconnected nodes\nTween.propHooks.scrollTop = Tween.propHooks.scrollLeft = {\n\tset: function( tween ) {\n\t\tif ( tween.elem.nodeType && tween.elem.parentNode ) {\n\t\t\ttween.elem[ tween.prop ] = tween.now;\n\t\t}\n\t}\n};\n\njQuery.easing = {\n\tlinear: function( p ) {\n\t\treturn p;\n\t},\n\tswing: function( p ) {\n\t\treturn 0.5 - Math.cos( p * Math.PI ) / 2;\n\t}\n};\n\njQuery.fx = Tween.prototype.init;\n\n// Back Compat <1.8 extension point\njQuery.fx.step = {};\n\n\n\n\nvar\n\tfxNow, timerId,\n\trfxtypes = /^(?:toggle|show|hide)$/,\n\trfxnum = new RegExp( \"^(?:([+-])=|)(\" + pnum + \")([a-z%]*)$\", \"i\" ),\n\trrun = /queueHooks$/,\n\tanimationPrefilters = [ defaultPrefilter ],\n\ttweeners = {\n\t\t\"*\": [ function( prop, value ) {\n\t\t\tvar tween = this.createTween( prop, value ),\n\t\t\t\ttarget = tween.cur(),\n\t\t\t\tparts = rfxnum.exec( value ),\n\t\t\t\tunit = parts && parts[ 3 ] || ( jQuery.cssNumber[ prop ] ? \"\" : \"px\" ),\n\n\t\t\t\t// Starting value computation is required for potential unit mismatches\n\t\t\t\tstart = ( jQuery.cssNumber[ prop ] || unit !== \"px\" && +target ) &&\n\t\t\t\t\trfxnum.exec( jQuery.css( tween.elem, prop ) ),\n\t\t\t\tscale = 1,\n\t\t\t\tmaxIterations = 20;\n\n\t\t\tif ( start && start[ 3 ] !== unit ) {\n\t\t\t\t// Trust units reported by jQuery.css\n\t\t\t\tunit = unit || start[ 3 ];\n\n\t\t\t\t// Make sure we update the tween properties later on\n\t\t\t\tparts = parts || [];\n\n\t\t\t\t// Iteratively approximate from a nonzero starting point\n\t\t\t\tstart = +target || 1;\n\n\t\t\t\tdo {\n\t\t\t\t\t// If previous iteration zeroed out, double until we get *something*.\n\t\t\t\t\t// Use string for doubling so we don't accidentally see scale as unchanged below\n\t\t\t\t\tscale = scale || \".5\";\n\n\t\t\t\t\t// Adjust and apply\n\t\t\t\t\tstart = start / scale;\n\t\t\t\t\tjQuery.style( tween.elem, prop, start + unit );\n\n\t\t\t\t// Update scale, tolerating zero or NaN from tween.cur(),\n\t\t\t\t// break the loop if scale is unchanged or perfect, or if we've just had enough\n\t\t\t\t} while ( scale !== (scale = tween.cur() / target) && scale !== 1 && --maxIterations );\n\t\t\t}\n\n\t\t\t// Update tween properties\n\t\t\tif ( parts ) {\n\t\t\t\tstart = tween.start = +start || +target || 0;\n\t\t\t\ttween.unit = unit;\n\t\t\t\t// If a +=/-= token was provided, we're doing a relative animation\n\t\t\t\ttween.end = parts[ 1 ] ?\n\t\t\t\t\tstart + ( parts[ 1 ] + 1 ) * parts[ 2 ] :\n\t\t\t\t\t+parts[ 2 ];\n\t\t\t}\n\n\t\t\treturn tween;\n\t\t} ]\n\t};\n\n// Animations created synchronously will run synchronously\nfunction createFxNow() {\n\tsetTimeout(function() {\n\t\tfxNow = undefined;\n\t});\n\treturn ( fxNow = jQuery.now() );\n}\n\n// Generate parameters to create a standard animation\nfunction genFx( type, includeWidth ) {\n\tvar which,\n\t\ti = 0,\n\t\tattrs = { height: type };\n\n\t// If we include width, step value is 1 to do all cssExpand values,\n\t// otherwise step value is 2 to skip over Left and Right\n\tincludeWidth = includeWidth ? 1 : 0;\n\tfor ( ; i < 4 ; i += 2 - includeWidth ) {\n\t\twhich = cssExpand[ i ];\n\t\tattrs[ \"margin\" + which ] = attrs[ \"padding\" + which ] = type;\n\t}\n\n\tif ( includeWidth ) {\n\t\tattrs.opacity = attrs.width = type;\n\t}\n\n\treturn attrs;\n}\n\nfunction createTween( value, prop, animation ) {\n\tvar tween,\n\t\tcollection = ( tweeners[ prop ] || [] ).concat( tweeners[ \"*\" ] ),\n\t\tindex = 0,\n\t\tlength = collection.length;\n\tfor ( ; index < length; index++ ) {\n\t\tif ( (tween = collection[ index ].call( animation, prop, value )) ) {\n\n\t\t\t// We're done with this property\n\t\t\treturn tween;\n\t\t}\n\t}\n}\n\nfunction defaultPrefilter( elem, props, opts ) {\n\t/* jshint validthis: true */\n\tvar prop, value, toggle, tween, hooks, oldfire, display, checkDisplay,\n\t\tanim = this,\n\t\torig = {},\n\t\tstyle = elem.style,\n\t\thidden = elem.nodeType && isHidden( elem ),\n\t\tdataShow = data_priv.get( elem, \"fxshow\" );\n\n\t// Handle queue: false promises\n\tif ( !opts.queue ) {\n\t\thooks = jQuery._queueHooks( elem, \"fx\" );\n\t\tif ( hooks.unqueued == null ) {\n\t\t\thooks.unqueued = 0;\n\t\t\toldfire = hooks.empty.fire;\n\t\t\thooks.empty.fire = function() {\n\t\t\t\tif ( !hooks.unqueued ) {\n\t\t\t\t\toldfire();\n\t\t\t\t}\n\t\t\t};\n\t\t}\n\t\thooks.unqueued++;\n\n\t\tanim.always(function() {\n\t\t\t// Ensure the complete handler is called before this completes\n\t\t\tanim.always(function() {\n\t\t\t\thooks.unqueued--;\n\t\t\t\tif ( !jQuery.queue( elem, \"fx\" ).length ) {\n\t\t\t\t\thooks.empty.fire();\n\t\t\t\t}\n\t\t\t});\n\t\t});\n\t}\n\n\t// Height/width overflow pass\n\tif ( elem.nodeType === 1 && ( \"height\" in props || \"width\" in props ) ) {\n\t\t// Make sure that nothing sneaks out\n\t\t// Record all 3 overflow attributes because IE9-10 do not\n\t\t// change the overflow attribute when overflowX and\n\t\t// overflowY are set to the same value\n\t\topts.overflow = [ style.overflow, style.overflowX, style.overflowY ];\n\n\t\t// Set display property to inline-block for height/width\n\t\t// animations on inline elements that are having width/height animated\n\t\tdisplay = jQuery.css( elem, \"display\" );\n\n\t\t// Test default display if display is currently \"none\"\n\t\tcheckDisplay = display === \"none\" ?\n\t\t\tdata_priv.get( elem, \"olddisplay\" ) || defaultDisplay( elem.nodeName ) : display;\n\n\t\tif ( checkDisplay === \"inline\" && jQuery.css( elem, \"float\" ) === \"none\" ) {\n\t\t\tstyle.display = \"inline-block\";\n\t\t}\n\t}\n\n\tif ( opts.overflow ) {\n\t\tstyle.overflow = \"hidden\";\n\t\tanim.always(function() {\n\t\t\tstyle.overflow = opts.overflow[ 0 ];\n\t\t\tstyle.overflowX = opts.overflow[ 1 ];\n\t\t\tstyle.overflowY = opts.overflow[ 2 ];\n\t\t});\n\t}\n\n\t// show/hide pass\n\tfor ( prop in props ) {\n\t\tvalue = props[ prop ];\n\t\tif ( rfxtypes.exec( value ) ) {\n\t\t\tdelete props[ prop ];\n\t\t\ttoggle = toggle || value === \"toggle\";\n\t\t\tif ( value === ( hidden ? \"hide\" : \"show\" ) ) {\n\n\t\t\t\t// If there is dataShow left over from a stopped hide or show and we are going to proceed with show, we should pretend to be hidden\n\t\t\t\tif ( value === \"show\" && dataShow && dataShow[ prop ] !== undefined ) {\n\t\t\t\t\thidden = true;\n\t\t\t\t} else {\n\t\t\t\t\tcontinue;\n\t\t\t\t}\n\t\t\t}\n\t\t\torig[ prop ] = dataShow && dataShow[ prop ] || jQuery.style( elem, prop );\n\n\t\t// Any non-fx value stops us from restoring the original display value\n\t\t} else {\n\t\t\tdisplay = undefined;\n\t\t}\n\t}\n\n\tif ( !jQuery.isEmptyObject( orig ) ) {\n\t\tif ( dataShow ) {\n\t\t\tif ( \"hidden\" in dataShow ) {\n\t\t\t\thidden = dataShow.hidden;\n\t\t\t}\n\t\t} else {\n\t\t\tdataShow = data_priv.access( elem, \"fxshow\", {} );\n\t\t}\n\n\t\t// Store state if its toggle - enables .stop().toggle() to \"reverse\"\n\t\tif ( toggle ) {\n\t\t\tdataShow.hidden = !hidden;\n\t\t}\n\t\tif ( hidden ) {\n\t\t\tjQuery( elem ).show();\n\t\t} else {\n\t\t\tanim.done(function() {\n\t\t\t\tjQuery( elem ).hide();\n\t\t\t});\n\t\t}\n\t\tanim.done(function() {\n\t\t\tvar prop;\n\n\t\t\tdata_priv.remove( elem, \"fxshow\" );\n\t\t\tfor ( prop in orig ) {\n\t\t\t\tjQuery.style( elem, prop, orig[ prop ] );\n\t\t\t}\n\t\t});\n\t\tfor ( prop in orig ) {\n\t\t\ttween = createTween( hidden ? dataShow[ prop ] : 0, prop, anim );\n\n\t\t\tif ( !( prop in dataShow ) ) {\n\t\t\t\tdataShow[ prop ] = tween.start;\n\t\t\t\tif ( hidden ) {\n\t\t\t\t\ttween.end = tween.start;\n\t\t\t\t\ttween.start = prop === \"width\" || prop === \"height\" ? 1 : 0;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t// If this is a noop like .hide().hide(), restore an overwritten display value\n\t} else if ( (display === \"none\" ? defaultDisplay( elem.nodeName ) : display) === \"inline\" ) {\n\t\tstyle.display = display;\n\t}\n}\n\nfunction propFilter( props, specialEasing ) {\n\tvar index, name, easing, value, hooks;\n\n\t// camelCase, specialEasing and expand cssHook pass\n\tfor ( index in props ) {\n\t\tname = jQuery.camelCase( index );\n\t\teasing = specialEasing[ name ];\n\t\tvalue = props[ index ];\n\t\tif ( jQuery.isArray( value ) ) {\n\t\t\teasing = value[ 1 ];\n\t\t\tvalue = props[ index ] = value[ 0 ];\n\t\t}\n\n\t\tif ( index !== name ) {\n\t\t\tprops[ name ] = value;\n\t\t\tdelete props[ index ];\n\t\t}\n\n\t\thooks = jQuery.cssHooks[ name ];\n\t\tif ( hooks && \"expand\" in hooks ) {\n\t\t\tvalue = hooks.expand( value );\n\t\t\tdelete props[ name ];\n\n\t\t\t// Not quite $.extend, this won't overwrite existing keys.\n\t\t\t// Reusing 'index' because we have the correct \"name\"\n\t\t\tfor ( index in value ) {\n\t\t\t\tif ( !( index in props ) ) {\n\t\t\t\t\tprops[ index ] = value[ index ];\n\t\t\t\t\tspecialEasing[ index ] = easing;\n\t\t\t\t}\n\t\t\t}\n\t\t} else {\n\t\t\tspecialEasing[ name ] = easing;\n\t\t}\n\t}\n}\n\nfunction Animation( elem, properties, options ) {\n\tvar result,\n\t\tstopped,\n\t\tindex = 0,\n\t\tlength = animationPrefilters.length,\n\t\tdeferred = jQuery.Deferred().always( function() {\n\t\t\t// Don't match elem in the :animated selector\n\t\t\tdelete tick.elem;\n\t\t}),\n\t\ttick = function() {\n\t\t\tif ( stopped ) {\n\t\t\t\treturn false;\n\t\t\t}\n\t\t\tvar currentTime = fxNow || createFxNow(),\n\t\t\t\tremaining = Math.max( 0, animation.startTime + animation.duration - currentTime ),\n\t\t\t\t// Support: Android 2.3\n\t\t\t\t// Archaic crash bug won't allow us to use `1 - ( 0.5 || 0 )` (#12497)\n\t\t\t\ttemp = remaining / animation.duration || 0,\n\t\t\t\tpercent = 1 - temp,\n\t\t\t\tindex = 0,\n\t\t\t\tlength = animation.tweens.length;\n\n\t\t\tfor ( ; index < length ; index++ ) {\n\t\t\t\tanimation.tweens[ index ].run( percent );\n\t\t\t}\n\n\t\t\tdeferred.notifyWith( elem, [ animation, percent, remaining ]);\n\n\t\t\tif ( percent < 1 && length ) {\n\t\t\t\treturn remaining;\n\t\t\t} else {\n\t\t\t\tdeferred.resolveWith( elem, [ animation ] );\n\t\t\t\treturn false;\n\t\t\t}\n\t\t},\n\t\tanimation = deferred.promise({\n\t\t\telem: elem,\n\t\t\tprops: jQuery.extend( {}, properties ),\n\t\t\topts: jQuery.extend( true, { specialEasing: {} }, options ),\n\t\t\toriginalProperties: properties,\n\t\t\toriginalOptions: options,\n\t\t\tstartTime: fxNow || createFxNow(),\n\t\t\tduration: options.duration,\n\t\t\ttweens: [],\n\t\t\tcreateTween: function( prop, end ) {\n\t\t\t\tvar tween = jQuery.Tween( elem, animation.opts, prop, end,\n\t\t\t\t\t\tanimation.opts.specialEasing[ prop ] || animation.opts.easing );\n\t\t\t\tanimation.tweens.push( tween );\n\t\t\t\treturn tween;\n\t\t\t},\n\t\t\tstop: function( gotoEnd ) {\n\t\t\t\tvar index = 0,\n\t\t\t\t\t// If we are going to the end, we want to run all the tweens\n\t\t\t\t\t// otherwise we skip this part\n\t\t\t\t\tlength = gotoEnd ? animation.tweens.length : 0;\n\t\t\t\tif ( stopped ) {\n\t\t\t\t\treturn this;\n\t\t\t\t}\n\t\t\t\tstopped = true;\n\t\t\t\tfor ( ; index < length ; index++ ) {\n\t\t\t\t\tanimation.tweens[ index ].run( 1 );\n\t\t\t\t}\n\n\t\t\t\t// Resolve when we played the last frame; otherwise, reject\n\t\t\t\tif ( gotoEnd ) {\n\t\t\t\t\tdeferred.resolveWith( elem, [ animation, gotoEnd ] );\n\t\t\t\t} else {\n\t\t\t\t\tdeferred.rejectWith( elem, [ animation, gotoEnd ] );\n\t\t\t\t}\n\t\t\t\treturn this;\n\t\t\t}\n\t\t}),\n\t\tprops = animation.props;\n\n\tpropFilter( props, animation.opts.specialEasing );\n\n\tfor ( ; index < length ; index++ ) {\n\t\tresult = animationPrefilters[ index ].call( animation, elem, props, animation.opts );\n\t\tif ( result ) {\n\t\t\treturn result;\n\t\t}\n\t}\n\n\tjQuery.map( props, createTween, animation );\n\n\tif ( jQuery.isFunction( animation.opts.start ) ) {\n\t\tanimation.opts.start.call( elem, animation );\n\t}\n\n\tjQuery.fx.timer(\n\t\tjQuery.extend( tick, {\n\t\t\telem: elem,\n\t\t\tanim: animation,\n\t\t\tqueue: animation.opts.queue\n\t\t})\n\t);\n\n\t// attach callbacks from options\n\treturn animation.progress( animation.opts.progress )\n\t\t.done( animation.opts.done, animation.opts.complete )\n\t\t.fail( animation.opts.fail )\n\t\t.always( animation.opts.always );\n}\n\njQuery.Animation = jQuery.extend( Animation, {\n\n\ttweener: function( props, callback ) {\n\t\tif ( jQuery.isFunction( props ) ) {\n\t\t\tcallback = props;\n\t\t\tprops = [ \"*\" ];\n\t\t} else {\n\t\t\tprops = props.split(\" \");\n\t\t}\n\n\t\tvar prop,\n\t\t\tindex = 0,\n\t\t\tlength = props.length;\n\n\t\tfor ( ; index < length ; index++ ) {\n\t\t\tprop = props[ index ];\n\t\t\ttweeners[ prop ] = tweeners[ prop ] || [];\n\t\t\ttweeners[ prop ].unshift( callback );\n\t\t}\n\t},\n\n\tprefilter: function( callback, prepend ) {\n\t\tif ( prepend ) {\n\t\t\tanimationPrefilters.unshift( callback );\n\t\t} else {\n\t\t\tanimationPrefilters.push( callback );\n\t\t}\n\t}\n});\n\njQuery.speed = function( speed, easing, fn ) {\n\tvar opt = speed && typeof speed === \"object\" ? jQuery.extend( {}, speed ) : {\n\t\tcomplete: fn || !fn && easing ||\n\t\t\tjQuery.isFunction( speed ) && speed,\n\t\tduration: speed,\n\t\teasing: fn && easing || easing && !jQuery.isFunction( easing ) && easing\n\t};\n\n\topt.duration = jQuery.fx.off ? 0 : typeof opt.duration === \"number\" ? opt.duration :\n\t\topt.duration in jQuery.fx.speeds ? jQuery.fx.speeds[ opt.duration ] : jQuery.fx.speeds._default;\n\n\t// Normalize opt.queue - true/undefined/null -> \"fx\"\n\tif ( opt.queue == null || opt.queue === true ) {\n\t\topt.queue = \"fx\";\n\t}\n\n\t// Queueing\n\topt.old = opt.complete;\n\n\topt.complete = function() {\n\t\tif ( jQuery.isFunction( opt.old ) ) {\n\t\t\topt.old.call( this );\n\t\t}\n\n\t\tif ( opt.queue ) {\n\t\t\tjQuery.dequeue( this, opt.queue );\n\t\t}\n\t};\n\n\treturn opt;\n};\n\njQuery.fn.extend({\n\tfadeTo: function( speed, to, easing, callback ) {\n\n\t\t// Show any hidden elements after setting opacity to 0\n\t\treturn this.filter( isHidden ).css( \"opacity\", 0 ).show()\n\n\t\t\t// Animate to the value specified\n\t\t\t.end().animate({ opacity: to }, speed, easing, callback );\n\t},\n\tanimate: function( prop, speed, easing, callback ) {\n\t\tvar empty = jQuery.isEmptyObject( prop ),\n\t\t\toptall = jQuery.speed( speed, easing, callback ),\n\t\t\tdoAnimation = function() {\n\t\t\t\t// Operate on a copy of prop so per-property easing won't be lost\n\t\t\t\tvar anim = Animation( this, jQuery.extend( {}, prop ), optall );\n\n\t\t\t\t// Empty animations, or finishing resolves immediately\n\t\t\t\tif ( empty || data_priv.get( this, \"finish\" ) ) {\n\t\t\t\t\tanim.stop( true );\n\t\t\t\t}\n\t\t\t};\n\t\t\tdoAnimation.finish = doAnimation;\n\n\t\treturn empty || optall.queue === false ?\n\t\t\tthis.each( doAnimation ) :\n\t\t\tthis.queue( optall.queue, doAnimation );\n\t},\n\tstop: function( type, clearQueue, gotoEnd ) {\n\t\tvar stopQueue = function( hooks ) {\n\t\t\tvar stop = hooks.stop;\n\t\t\tdelete hooks.stop;\n\t\t\tstop( gotoEnd );\n\t\t};\n\n\t\tif ( typeof type !== \"string\" ) {\n\t\t\tgotoEnd = clearQueue;\n\t\t\tclearQueue = type;\n\t\t\ttype = undefined;\n\t\t}\n\t\tif ( clearQueue && type !== false ) {\n\t\t\tthis.queue( type || \"fx\", [] );\n\t\t}\n\n\t\treturn this.each(function() {\n\t\t\tvar dequeue = true,\n\t\t\t\tindex = type != null && type + \"queueHooks\",\n\t\t\t\ttimers = jQuery.timers,\n\t\t\t\tdata = data_priv.get( this );\n\n\t\t\tif ( index ) {\n\t\t\t\tif ( data[ index ] && data[ index ].stop ) {\n\t\t\t\t\tstopQueue( data[ index ] );\n\t\t\t\t}\n\t\t\t} else {\n\t\t\t\tfor ( index in data ) {\n\t\t\t\t\tif ( data[ index ] && data[ index ].stop && rrun.test( index ) ) {\n\t\t\t\t\t\tstopQueue( data[ index ] );\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\n\t\t\tfor ( index = timers.length; index--; ) {\n\t\t\t\tif ( timers[ index ].elem === this && (type == null || timers[ index ].queue === type) ) {\n\t\t\t\t\ttimers[ index ].anim.stop( gotoEnd );\n\t\t\t\t\tdequeue = false;\n\t\t\t\t\ttimers.splice( index, 1 );\n\t\t\t\t}\n\t\t\t}\n\n\t\t\t// Start the next in the queue if the last step wasn't forced.\n\t\t\t// Timers currently will call their complete callbacks, which\n\t\t\t// will dequeue but only if they were gotoEnd.\n\t\t\tif ( dequeue || !gotoEnd ) {\n\t\t\t\tjQuery.dequeue( this, type );\n\t\t\t}\n\t\t});\n\t},\n\tfinish: function( type ) {\n\t\tif ( type !== false ) {\n\t\t\ttype = type || \"fx\";\n\t\t}\n\t\treturn this.each(function() {\n\t\t\tvar index,\n\t\t\t\tdata = data_priv.get( this ),\n\t\t\t\tqueue = data[ type + \"queue\" ],\n\t\t\t\thooks = data[ type + \"queueHooks\" ],\n\t\t\t\ttimers = jQuery.timers,\n\t\t\t\tlength = queue ? queue.length : 0;\n\n\t\t\t// Enable finishing flag on private data\n\t\t\tdata.finish = true;\n\n\t\t\t// Empty the queue first\n\t\t\tjQuery.queue( this, type, [] );\n\n\t\t\tif ( hooks && hooks.stop ) {\n\t\t\t\thooks.stop.call( this, true );\n\t\t\t}\n\n\t\t\t// Look for any active animations, and finish them\n\t\t\tfor ( index = timers.length; index--; ) {\n\t\t\t\tif ( timers[ index ].elem === this && timers[ index ].queue === type ) {\n\t\t\t\t\ttimers[ index ].anim.stop( true );\n\t\t\t\t\ttimers.splice( index, 1 );\n\t\t\t\t}\n\t\t\t}\n\n\t\t\t// Look for any animations in the old queue and finish them\n\t\t\tfor ( index = 0; index < length; index++ ) {\n\t\t\t\tif ( queue[ index ] && queue[ index ].finish ) {\n\t\t\t\t\tqueue[ index ].finish.call( this );\n\t\t\t\t}\n\t\t\t}\n\n\t\t\t// Turn off finishing flag\n\t\t\tdelete data.finish;\n\t\t});\n\t}\n});\n\njQuery.each([ \"toggle\", \"show\", \"hide\" ], function( i, name ) {\n\tvar cssFn = jQuery.fn[ name ];\n\tjQuery.fn[ name ] = function( speed, easing, callback ) {\n\t\treturn speed == null || typeof speed === \"boolean\" ?\n\t\t\tcssFn.apply( this, arguments ) :\n\t\t\tthis.animate( genFx( name, true ), speed, easing, callback );\n\t};\n});\n\n// Generate shortcuts for custom animations\njQuery.each({\n\tslideDown: genFx(\"show\"),\n\tslideUp: genFx(\"hide\"),\n\tslideToggle: genFx(\"toggle\"),\n\tfadeIn: { opacity: \"show\" },\n\tfadeOut: { opacity: \"hide\" },\n\tfadeToggle: { opacity: \"toggle\" }\n}, function( name, props ) {\n\tjQuery.fn[ name ] = function( speed, easing, callback ) {\n\t\treturn this.animate( props, speed, easing, callback );\n\t};\n});\n\njQuery.timers = [];\njQuery.fx.tick = function() {\n\tvar timer,\n\t\ti = 0,\n\t\ttimers = jQuery.timers;\n\n\tfxNow = jQuery.now();\n\n\tfor ( ; i < timers.length; i++ ) {\n\t\ttimer = timers[ i ];\n\t\t// Checks the timer has not already been removed\n\t\tif ( !timer() && timers[ i ] === timer ) {\n\t\t\ttimers.splice( i--, 1 );\n\t\t}\n\t}\n\n\tif ( !timers.length ) {\n\t\tjQuery.fx.stop();\n\t}\n\tfxNow = undefined;\n};\n\njQuery.fx.timer = function( timer ) {\n\tjQuery.timers.push( timer );\n\tif ( timer() ) {\n\t\tjQuery.fx.start();\n\t} else {\n\t\tjQuery.timers.pop();\n\t}\n};\n\njQuery.fx.interval = 13;\n\njQuery.fx.start = function() {\n\tif ( !timerId ) {\n\t\ttimerId = setInterval( jQuery.fx.tick, jQuery.fx.interval );\n\t}\n};\n\njQuery.fx.stop = function() {\n\tclearInterval( timerId );\n\ttimerId = null;\n};\n\njQuery.fx.speeds = {\n\tslow: 600,\n\tfast: 200,\n\t// Default speed\n\t_default: 400\n};\n\n\n// Based off of the plugin by Clint Helfers, with permission.\n// http://blindsignals.com/index.php/2009/07/jquery-delay/\njQuery.fn.delay = function( time, type ) {\n\ttime = jQuery.fx ? jQuery.fx.speeds[ time ] || time : time;\n\ttype = type || \"fx\";\n\n\treturn this.queue( type, function( next, hooks ) {\n\t\tvar timeout = setTimeout( next, time );\n\t\thooks.stop = function() {\n\t\t\tclearTimeout( timeout );\n\t\t};\n\t});\n};\n\n\n(function() {\n\tvar input = document.createElement( \"input\" ),\n\t\tselect = document.createElement( \"select\" ),\n\t\topt = select.appendChild( document.createElement( \"option\" ) );\n\n\tinput.type = \"checkbox\";\n\n\t// Support: iOS<=5.1, Android<=4.2+\n\t// Default value for a checkbox should be \"on\"\n\tsupport.checkOn = input.value !== \"\";\n\n\t// Support: IE<=11+\n\t// Must access selectedIndex to make default options select\n\tsupport.optSelected = opt.selected;\n\n\t// Support: Android<=2.3\n\t// Options inside disabled selects are incorrectly marked as disabled\n\tselect.disabled = true;\n\tsupport.optDisabled = !opt.disabled;\n\n\t// Support: IE<=11+\n\t// An input loses its value after becoming a radio\n\tinput = document.createElement( \"input\" );\n\tinput.value = \"t\";\n\tinput.type = \"radio\";\n\tsupport.radioValue = input.value === \"t\";\n})();\n\n\nvar nodeHook, boolHook,\n\tattrHandle = jQuery.expr.attrHandle;\n\njQuery.fn.extend({\n\tattr: function( name, value ) {\n\t\treturn access( this, jQuery.attr, name, value, arguments.length > 1 );\n\t},\n\n\tremoveAttr: function( name ) {\n\t\treturn this.each(function() {\n\t\t\tjQuery.removeAttr( this, name );\n\t\t});\n\t}\n});\n\njQuery.extend({\n\tattr: function( elem, name, value ) {\n\t\tvar hooks, ret,\n\t\t\tnType = elem.nodeType;\n\n\t\t// don't get/set attributes on text, comment and attribute nodes\n\t\tif ( !elem || nType === 3 || nType === 8 || nType === 2 ) {\n\t\t\treturn;\n\t\t}\n\n\t\t// Fallback to prop when attributes are not supported\n\t\tif ( typeof elem.getAttribute === strundefined ) {\n\t\t\treturn jQuery.prop( elem, name, value );\n\t\t}\n\n\t\t// All attributes are lowercase\n\t\t// Grab necessary hook if one is defined\n\t\tif ( nType !== 1 || !jQuery.isXMLDoc( elem ) ) {\n\t\t\tname = name.toLowerCase();\n\t\t\thooks = jQuery.attrHooks[ name ] ||\n\t\t\t\t( jQuery.expr.match.bool.test( name ) ? boolHook : nodeHook );\n\t\t}\n\n\t\tif ( value !== undefined ) {\n\n\t\t\tif ( value === null ) {\n\t\t\t\tjQuery.removeAttr( elem, name );\n\n\t\t\t} else if ( hooks && \"set\" in hooks && (ret = hooks.set( elem, value, name )) !== undefined ) {\n\t\t\t\treturn ret;\n\n\t\t\t} else {\n\t\t\t\telem.setAttribute( name, value + \"\" );\n\t\t\t\treturn value;\n\t\t\t}\n\n\t\t} else if ( hooks && \"get\" in hooks && (ret = hooks.get( elem, name )) !== null ) {\n\t\t\treturn ret;\n\n\t\t} else {\n\t\t\tret = jQuery.find.attr( elem, name );\n\n\t\t\t// Non-existent attributes return null, we normalize to undefined\n\t\t\treturn ret == null ?\n\t\t\t\tundefined :\n\t\t\t\tret;\n\t\t}\n\t},\n\n\tremoveAttr: function( elem, value ) {\n\t\tvar name, propName,\n\t\t\ti = 0,\n\t\t\tattrNames = value && value.match( rnotwhite );\n\n\t\tif ( attrNames && elem.nodeType === 1 ) {\n\t\t\twhile ( (name = attrNames[i++]) ) {\n\t\t\t\tpropName = jQuery.propFix[ name ] || name;\n\n\t\t\t\t// Boolean attributes get special treatment (#10870)\n\t\t\t\tif ( jQuery.expr.match.bool.test( name ) ) {\n\t\t\t\t\t// Set corresponding property to false\n\t\t\t\t\telem[ propName ] = false;\n\t\t\t\t}\n\n\t\t\t\telem.removeAttribute( name );\n\t\t\t}\n\t\t}\n\t},\n\n\tattrHooks: {\n\t\ttype: {\n\t\t\tset: function( elem, value ) {\n\t\t\t\tif ( !support.radioValue && value === \"radio\" &&\n\t\t\t\t\tjQuery.nodeName( elem, \"input\" ) ) {\n\t\t\t\t\tvar val = elem.value;\n\t\t\t\t\telem.setAttribute( \"type\", value );\n\t\t\t\t\tif ( val ) {\n\t\t\t\t\t\telem.value = val;\n\t\t\t\t\t}\n\t\t\t\t\treturn value;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n});\n\n// Hooks for boolean attributes\nboolHook = {\n\tset: function( elem, value, name ) {\n\t\tif ( value === false ) {\n\t\t\t// Remove boolean attributes when set to false\n\t\t\tjQuery.removeAttr( elem, name );\n\t\t} else {\n\t\t\telem.setAttribute( name, name );\n\t\t}\n\t\treturn name;\n\t}\n};\njQuery.each( jQuery.expr.match.bool.source.match( /\\w+/g ), function( i, name ) {\n\tvar getter = attrHandle[ name ] || jQuery.find.attr;\n\n\tattrHandle[ name ] = function( elem, name, isXML ) {\n\t\tvar ret, handle;\n\t\tif ( !isXML ) {\n\t\t\t// Avoid an infinite loop by temporarily removing this function from the getter\n\t\t\thandle = attrHandle[ name ];\n\t\t\tattrHandle[ name ] = ret;\n\t\t\tret = getter( elem, name, isXML ) != null ?\n\t\t\t\tname.toLowerCase() :\n\t\t\t\tnull;\n\t\t\tattrHandle[ name ] = handle;\n\t\t}\n\t\treturn ret;\n\t};\n});\n\n\n\n\nvar rfocusable = /^(?:input|select|textarea|button)$/i;\n\njQuery.fn.extend({\n\tprop: function( name, value ) {\n\t\treturn access( this, jQuery.prop, name, value, arguments.length > 1 );\n\t},\n\n\tremoveProp: function( name ) {\n\t\treturn this.each(function() {\n\t\t\tdelete this[ jQuery.propFix[ name ] || name ];\n\t\t});\n\t}\n});\n\njQuery.extend({\n\tpropFix: {\n\t\t\"for\": \"htmlFor\",\n\t\t\"class\": \"className\"\n\t},\n\n\tprop: function( elem, name, value ) {\n\t\tvar ret, hooks, notxml,\n\t\t\tnType = elem.nodeType;\n\n\t\t// Don't get/set properties on text, comment and attribute nodes\n\t\tif ( !elem || nType === 3 || nType === 8 || nType === 2 ) {\n\t\t\treturn;\n\t\t}\n\n\t\tnotxml = nType !== 1 || !jQuery.isXMLDoc( elem );\n\n\t\tif ( notxml ) {\n\t\t\t// Fix name and attach hooks\n\t\t\tname = jQuery.propFix[ name ] || name;\n\t\t\thooks = jQuery.propHooks[ name ];\n\t\t}\n\n\t\tif ( value !== undefined ) {\n\t\t\treturn hooks && \"set\" in hooks && (ret = hooks.set( elem, value, name )) !== undefined ?\n\t\t\t\tret :\n\t\t\t\t( elem[ name ] = value );\n\n\t\t} else {\n\t\t\treturn hooks && \"get\" in hooks && (ret = hooks.get( elem, name )) !== null ?\n\t\t\t\tret :\n\t\t\t\telem[ name ];\n\t\t}\n\t},\n\n\tpropHooks: {\n\t\ttabIndex: {\n\t\t\tget: function( elem ) {\n\t\t\t\treturn elem.hasAttribute( \"tabindex\" ) || rfocusable.test( elem.nodeName ) || elem.href ?\n\t\t\t\t\telem.tabIndex :\n\t\t\t\t\t-1;\n\t\t\t}\n\t\t}\n\t}\n});\n\nif ( !support.optSelected ) {\n\tjQuery.propHooks.selected = {\n\t\tget: function( elem ) {\n\t\t\tvar parent = elem.parentNode;\n\t\t\tif ( parent && parent.parentNode ) {\n\t\t\t\tparent.parentNode.selectedIndex;\n\t\t\t}\n\t\t\treturn null;\n\t\t}\n\t};\n}\n\njQuery.each([\n\t\"tabIndex\",\n\t\"readOnly\",\n\t\"maxLength\",\n\t\"cellSpacing\",\n\t\"cellPadding\",\n\t\"rowSpan\",\n\t\"colSpan\",\n\t\"useMap\",\n\t\"frameBorder\",\n\t\"contentEditable\"\n], function() {\n\tjQuery.propFix[ this.toLowerCase() ] = this;\n});\n\n\n\n\nvar rclass = /[\\t\\r\\n\\f]/g;\n\njQuery.fn.extend({\n\taddClass: function( value ) {\n\t\tvar classes, elem, cur, clazz, j, finalValue,\n\t\t\tproceed = typeof value === \"string\" && value,\n\t\t\ti = 0,\n\t\t\tlen = this.length;\n\n\t\tif ( jQuery.isFunction( value ) ) {\n\t\t\treturn this.each(function( j ) {\n\t\t\t\tjQuery( this ).addClass( value.call( this, j, this.className ) );\n\t\t\t});\n\t\t}\n\n\t\tif ( proceed ) {\n\t\t\t// The disjunction here is for better compressibility (see removeClass)\n\t\t\tclasses = ( value || \"\" ).match( rnotwhite ) || [];\n\n\t\t\tfor ( ; i < len; i++ ) {\n\t\t\t\telem = this[ i ];\n\t\t\t\tcur = elem.nodeType === 1 && ( elem.className ?\n\t\t\t\t\t( \" \" + elem.className + \" \" ).replace( rclass, \" \" ) :\n\t\t\t\t\t\" \"\n\t\t\t\t);\n\n\t\t\t\tif ( cur ) {\n\t\t\t\t\tj = 0;\n\t\t\t\t\twhile ( (clazz = classes[j++]) ) {\n\t\t\t\t\t\tif ( cur.indexOf( \" \" + clazz + \" \" ) < 0 ) {\n\t\t\t\t\t\t\tcur += clazz + \" \";\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\n\t\t\t\t\t// only assign if different to avoid unneeded rendering.\n\t\t\t\t\tfinalValue = jQuery.trim( cur );\n\t\t\t\t\tif ( elem.className !== finalValue ) {\n\t\t\t\t\t\telem.className = finalValue;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\treturn this;\n\t},\n\n\tremoveClass: function( value ) {\n\t\tvar classes, elem, cur, clazz, j, finalValue,\n\t\t\tproceed = arguments.length === 0 || typeof value === \"string\" && value,\n\t\t\ti = 0,\n\t\t\tlen = this.length;\n\n\t\tif ( jQuery.isFunction( value ) ) {\n\t\t\treturn this.each(function( j ) {\n\t\t\t\tjQuery( this ).removeClass( value.call( this, j, this.className ) );\n\t\t\t});\n\t\t}\n\t\tif ( proceed ) {\n\t\t\tclasses = ( value || \"\" ).match( rnotwhite ) || [];\n\n\t\t\tfor ( ; i < len; i++ ) {\n\t\t\t\telem = this[ i ];\n\t\t\t\t// This expression is here for better compressibility (see addClass)\n\t\t\t\tcur = elem.nodeType === 1 && ( elem.className ?\n\t\t\t\t\t( \" \" + elem.className + \" \" ).replace( rclass, \" \" ) :\n\t\t\t\t\t\"\"\n\t\t\t\t);\n\n\t\t\t\tif ( cur ) {\n\t\t\t\t\tj = 0;\n\t\t\t\t\twhile ( (clazz = classes[j++]) ) {\n\t\t\t\t\t\t// Remove *all* instances\n\t\t\t\t\t\twhile ( cur.indexOf( \" \" + clazz + \" \" ) >= 0 ) {\n\t\t\t\t\t\t\tcur = cur.replace( \" \" + clazz + \" \", \" \" );\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\n\t\t\t\t\t// Only assign if different to avoid unneeded rendering.\n\t\t\t\t\tfinalValue = value ? jQuery.trim( cur ) : \"\";\n\t\t\t\t\tif ( elem.className !== finalValue ) {\n\t\t\t\t\t\telem.className = finalValue;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\treturn this;\n\t},\n\n\ttoggleClass: function( value, stateVal ) {\n\t\tvar type = typeof value;\n\n\t\tif ( typeof stateVal === \"boolean\" && type === \"string\" ) {\n\t\t\treturn stateVal ? this.addClass( value ) : this.removeClass( value );\n\t\t}\n\n\t\tif ( jQuery.isFunction( value ) ) {\n\t\t\treturn this.each(function( i ) {\n\t\t\t\tjQuery( this ).toggleClass( value.call(this, i, this.className, stateVal), stateVal );\n\t\t\t});\n\t\t}\n\n\t\treturn this.each(function() {\n\t\t\tif ( type === \"string\" ) {\n\t\t\t\t// Toggle individual class names\n\t\t\t\tvar className,\n\t\t\t\t\ti = 0,\n\t\t\t\t\tself = jQuery( this ),\n\t\t\t\t\tclassNames = value.match( rnotwhite ) || [];\n\n\t\t\t\twhile ( (className = classNames[ i++ ]) ) {\n\t\t\t\t\t// Check each className given, space separated list\n\t\t\t\t\tif ( self.hasClass( className ) ) {\n\t\t\t\t\t\tself.removeClass( className );\n\t\t\t\t\t} else {\n\t\t\t\t\t\tself.addClass( className );\n\t\t\t\t\t}\n\t\t\t\t}\n\n\t\t\t// Toggle whole class name\n\t\t\t} else if ( type === strundefined || type === \"boolean\" ) {\n\t\t\t\tif ( this.className ) {\n\t\t\t\t\t// store className if set\n\t\t\t\t\tdata_priv.set( this, \"__className__\", this.className );\n\t\t\t\t}\n\n\t\t\t\t// If the element has a class name or if we're passed `false`,\n\t\t\t\t// then remove the whole classname (if there was one, the above saved it).\n\t\t\t\t// Otherwise bring back whatever was previously saved (if anything),\n\t\t\t\t// falling back to the empty string if nothing was stored.\n\t\t\t\tthis.className = this.className || value === false ? \"\" : data_priv.get( this, \"__className__\" ) || \"\";\n\t\t\t}\n\t\t});\n\t},\n\n\thasClass: function( selector ) {\n\t\tvar className = \" \" + selector + \" \",\n\t\t\ti = 0,\n\t\t\tl = this.length;\n\t\tfor ( ; i < l; i++ ) {\n\t\t\tif ( this[i].nodeType === 1 && (\" \" + this[i].className + \" \").replace(rclass, \" \").indexOf( className ) >= 0 ) {\n\t\t\t\treturn true;\n\t\t\t}\n\t\t}\n\n\t\treturn false;\n\t}\n});\n\n\n\n\nvar rreturn = /\\r/g;\n\njQuery.fn.extend({\n\tval: function( value ) {\n\t\tvar hooks, ret, isFunction,\n\t\t\telem = this[0];\n\n\t\tif ( !arguments.length ) {\n\t\t\tif ( elem ) {\n\t\t\t\thooks = jQuery.valHooks[ elem.type ] || jQuery.valHooks[ elem.nodeName.toLowerCase() ];\n\n\t\t\t\tif ( hooks && \"get\" in hooks && (ret = hooks.get( elem, \"value\" )) !== undefined ) {\n\t\t\t\t\treturn ret;\n\t\t\t\t}\n\n\t\t\t\tret = elem.value;\n\n\t\t\t\treturn typeof ret === \"string\" ?\n\t\t\t\t\t// Handle most common string cases\n\t\t\t\t\tret.replace(rreturn, \"\") :\n\t\t\t\t\t// Handle cases where value is null/undef or number\n\t\t\t\t\tret == null ? \"\" : ret;\n\t\t\t}\n\n\t\t\treturn;\n\t\t}\n\n\t\tisFunction = jQuery.isFunction( value );\n\n\t\treturn this.each(function( i ) {\n\t\t\tvar val;\n\n\t\t\tif ( this.nodeType !== 1 ) {\n\t\t\t\treturn;\n\t\t\t}\n\n\t\t\tif ( isFunction ) {\n\t\t\t\tval = value.call( this, i, jQuery( this ).val() );\n\t\t\t} else {\n\t\t\t\tval = value;\n\t\t\t}\n\n\t\t\t// Treat null/undefined as \"\"; convert numbers to string\n\t\t\tif ( val == null ) {\n\t\t\t\tval = \"\";\n\n\t\t\t} else if ( typeof val === \"number\" ) {\n\t\t\t\tval += \"\";\n\n\t\t\t} else if ( jQuery.isArray( val ) ) {\n\t\t\t\tval = jQuery.map( val, function( value ) {\n\t\t\t\t\treturn value == null ? \"\" : value + \"\";\n\t\t\t\t});\n\t\t\t}\n\n\t\t\thooks = jQuery.valHooks[ this.type ] || jQuery.valHooks[ this.nodeName.toLowerCase() ];\n\n\t\t\t// If set returns undefined, fall back to normal setting\n\t\t\tif ( !hooks || !(\"set\" in hooks) || hooks.set( this, val, \"value\" ) === undefined ) {\n\t\t\t\tthis.value = val;\n\t\t\t}\n\t\t});\n\t}\n});\n\njQuery.extend({\n\tvalHooks: {\n\t\toption: {\n\t\t\tget: function( elem ) {\n\t\t\t\tvar val = jQuery.find.attr( elem, \"value\" );\n\t\t\t\treturn val != null ?\n\t\t\t\t\tval :\n\t\t\t\t\t// Support: IE10-11+\n\t\t\t\t\t// option.text throws exceptions (#14686, #14858)\n\t\t\t\t\tjQuery.trim( jQuery.text( elem ) );\n\t\t\t}\n\t\t},\n\t\tselect: {\n\t\t\tget: function( elem ) {\n\t\t\t\tvar value, option,\n\t\t\t\t\toptions = elem.options,\n\t\t\t\t\tindex = elem.selectedIndex,\n\t\t\t\t\tone = elem.type === \"select-one\" || index < 0,\n\t\t\t\t\tvalues = one ? null : [],\n\t\t\t\t\tmax = one ? index + 1 : options.length,\n\t\t\t\t\ti = index < 0 ?\n\t\t\t\t\t\tmax :\n\t\t\t\t\t\tone ? index : 0;\n\n\t\t\t\t// Loop through all the selected options\n\t\t\t\tfor ( ; i < max; i++ ) {\n\t\t\t\t\toption = options[ i ];\n\n\t\t\t\t\t// IE6-9 doesn't update selected after form reset (#2551)\n\t\t\t\t\tif ( ( option.selected || i === index ) &&\n\t\t\t\t\t\t\t// Don't return options that are disabled or in a disabled optgroup\n\t\t\t\t\t\t\t( support.optDisabled ? !option.disabled : option.getAttribute( \"disabled\" ) === null ) &&\n\t\t\t\t\t\t\t( !option.parentNode.disabled || !jQuery.nodeName( option.parentNode, \"optgroup\" ) ) ) {\n\n\t\t\t\t\t\t// Get the specific value for the option\n\t\t\t\t\t\tvalue = jQuery( option ).val();\n\n\t\t\t\t\t\t// We don't need an array for one selects\n\t\t\t\t\t\tif ( one ) {\n\t\t\t\t\t\t\treturn value;\n\t\t\t\t\t\t}\n\n\t\t\t\t\t\t// Multi-Selects return an array\n\t\t\t\t\t\tvalues.push( value );\n\t\t\t\t\t}\n\t\t\t\t}\n\n\t\t\t\treturn values;\n\t\t\t},\n\n\t\t\tset: function( elem, value ) {\n\t\t\t\tvar optionSet, option,\n\t\t\t\t\toptions = elem.options,\n\t\t\t\t\tvalues = jQuery.makeArray( value ),\n\t\t\t\t\ti = options.length;\n\n\t\t\t\twhile ( i-- ) {\n\t\t\t\t\toption = options[ i ];\n\t\t\t\t\tif ( (option.selected = jQuery.inArray( option.value, values ) >= 0) ) {\n\t\t\t\t\t\toptionSet = true;\n\t\t\t\t\t}\n\t\t\t\t}\n\n\t\t\t\t// Force browsers to behave consistently when non-matching value is set\n\t\t\t\tif ( !optionSet ) {\n\t\t\t\t\telem.selectedIndex = -1;\n\t\t\t\t}\n\t\t\t\treturn values;\n\t\t\t}\n\t\t}\n\t}\n});\n\n// Radios and checkboxes getter/setter\njQuery.each([ \"radio\", \"checkbox\" ], function() {\n\tjQuery.valHooks[ this ] = {\n\t\tset: function( elem, value ) {\n\t\t\tif ( jQuery.isArray( value ) ) {\n\t\t\t\treturn ( elem.checked = jQuery.inArray( jQuery(elem).val(), value ) >= 0 );\n\t\t\t}\n\t\t}\n\t};\n\tif ( !support.checkOn ) {\n\t\tjQuery.valHooks[ this ].get = function( elem ) {\n\t\t\treturn elem.getAttribute(\"value\") === null ? \"on\" : elem.value;\n\t\t};\n\t}\n});\n\n\n\n\n// Return jQuery for attributes-only inclusion\n\n\njQuery.each( (\"blur focus focusin focusout load resize scroll unload click dblclick \" +\n\t\"mousedown mouseup mousemove mouseover mouseout mouseenter mouseleave \" +\n\t\"change select submit keydown keypress keyup error contextmenu\").split(\" \"), function( i, name ) {\n\n\t// Handle event binding\n\tjQuery.fn[ name ] = function( data, fn ) {\n\t\treturn arguments.length > 0 ?\n\t\t\tthis.on( name, null, data, fn ) :\n\t\t\tthis.trigger( name );\n\t};\n});\n\njQuery.fn.extend({\n\thover: function( fnOver, fnOut ) {\n\t\treturn this.mouseenter( fnOver ).mouseleave( fnOut || fnOver );\n\t},\n\n\tbind: function( types, data, fn ) {\n\t\treturn this.on( types, null, data, fn );\n\t},\n\tunbind: function( types, fn ) {\n\t\treturn this.off( types, null, fn );\n\t},\n\n\tdelegate: function( selector, types, data, fn ) {\n\t\treturn this.on( types, selector, data, fn );\n\t},\n\tundelegate: function( selector, types, fn ) {\n\t\t// ( namespace ) or ( selector, types [, fn] )\n\t\treturn arguments.length === 1 ? this.off( selector, \"**\" ) : this.off( types, selector || \"**\", fn );\n\t}\n});\n\n\nvar nonce = jQuery.now();\n\nvar rquery = (/\\?/);\n\n\n\n// Support: Android 2.3\n// Workaround failure to string-cast null input\njQuery.parseJSON = function( data ) {\n\treturn JSON.parse( data + \"\" );\n};\n\n\n// Cross-browser xml parsing\njQuery.parseXML = function( data ) {\n\tvar xml, tmp;\n\tif ( !data || typeof data !== \"string\" ) {\n\t\treturn null;\n\t}\n\n\t// Support: IE9\n\ttry {\n\t\ttmp = new DOMParser();\n\t\txml = tmp.parseFromString( data, \"text/xml\" );\n\t} catch ( e ) {\n\t\txml = undefined;\n\t}\n\n\tif ( !xml || xml.getElementsByTagName( \"parsererror\" ).length ) {\n\t\tjQuery.error( \"Invalid XML: \" + data );\n\t}\n\treturn xml;\n};\n\n\nvar\n\trhash = /#.*$/,\n\trts = /([?&])_=[^&]*/,\n\trheaders = /^(.*?):[ \\t]*([^\\r\\n]*)$/mg,\n\t// #7653, #8125, #8152: local protocol detection\n\trlocalProtocol = /^(?:about|app|app-storage|.+-extension|file|res|widget):$/,\n\trnoContent = /^(?:GET|HEAD)$/,\n\trprotocol = /^\\/\\//,\n\trurl = /^([\\w.+-]+:)(?:\\/\\/(?:[^\\/?#]*@|)([^\\/?#:]*)(?::(\\d+)|)|)/,\n\n\t/* Prefilters\n\t * 1) They are useful to introduce custom dataTypes (see ajax/jsonp.js for an example)\n\t * 2) These are called:\n\t * - BEFORE asking for a transport\n\t * - AFTER param serialization (s.data is a string if s.processData is true)\n\t * 3) key is the dataType\n\t * 4) the catchall symbol \"*\" can be used\n\t * 5) execution will start with transport dataType and THEN continue down to \"*\" if needed\n\t */\n\tprefilters = {},\n\n\t/* Transports bindings\n\t * 1) key is the dataType\n\t * 2) the catchall symbol \"*\" can be used\n\t * 3) selection will start with transport dataType and THEN go to \"*\" if needed\n\t */\n\ttransports = {},\n\n\t// Avoid comment-prolog char sequence (#10098); must appease lint and evade compression\n\tallTypes = \"*/\".concat( \"*\" ),\n\n\t// Document location\n\tajaxLocation = window.location.href,\n\n\t// Segment location into parts\n\tajaxLocParts = rurl.exec( ajaxLocation.toLowerCase() ) || [];\n\n// Base \"constructor\" for jQuery.ajaxPrefilter and jQuery.ajaxTransport\nfunction addToPrefiltersOrTransports( structure ) {\n\n\t// dataTypeExpression is optional and defaults to \"*\"\n\treturn function( dataTypeExpression, func ) {\n\n\t\tif ( typeof dataTypeExpression !== \"string\" ) {\n\t\t\tfunc = dataTypeExpression;\n\t\t\tdataTypeExpression = \"*\";\n\t\t}\n\n\t\tvar dataType,\n\t\t\ti = 0,\n\t\t\tdataTypes = dataTypeExpression.toLowerCase().match( rnotwhite ) || [];\n\n\t\tif ( jQuery.isFunction( func ) ) {\n\t\t\t// For each dataType in the dataTypeExpression\n\t\t\twhile ( (dataType = dataTypes[i++]) ) {\n\t\t\t\t// Prepend if requested\n\t\t\t\tif ( dataType[0] === \"+\" ) {\n\t\t\t\t\tdataType = dataType.slice( 1 ) || \"*\";\n\t\t\t\t\t(structure[ dataType ] = structure[ dataType ] || []).unshift( func );\n\n\t\t\t\t// Otherwise append\n\t\t\t\t} else {\n\t\t\t\t\t(structure[ dataType ] = structure[ dataType ] || []).push( func );\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t};\n}\n\n// Base inspection function for prefilters and transports\nfunction inspectPrefiltersOrTransports( structure, options, originalOptions, jqXHR ) {\n\n\tvar inspected = {},\n\t\tseekingTransport = ( structure === transports );\n\n\tfunction inspect( dataType ) {\n\t\tvar selected;\n\t\tinspected[ dataType ] = true;\n\t\tjQuery.each( structure[ dataType ] || [], function( _, prefilterOrFactory ) {\n\t\t\tvar dataTypeOrTransport = prefilterOrFactory( options, originalOptions, jqXHR );\n\t\t\tif ( typeof dataTypeOrTransport === \"string\" && !seekingTransport && !inspected[ dataTypeOrTransport ] ) {\n\t\t\t\toptions.dataTypes.unshift( dataTypeOrTransport );\n\t\t\t\tinspect( dataTypeOrTransport );\n\t\t\t\treturn false;\n\t\t\t} else if ( seekingTransport ) {\n\t\t\t\treturn !( selected = dataTypeOrTransport );\n\t\t\t}\n\t\t});\n\t\treturn selected;\n\t}\n\n\treturn inspect( options.dataTypes[ 0 ] ) || !inspected[ \"*\" ] && inspect( \"*\" );\n}\n\n// A special extend for ajax options\n// that takes \"flat\" options (not to be deep extended)\n// Fixes #9887\nfunction ajaxExtend( target, src ) {\n\tvar key, deep,\n\t\tflatOptions = jQuery.ajaxSettings.flatOptions || {};\n\n\tfor ( key in src ) {\n\t\tif ( src[ key ] !== undefined ) {\n\t\t\t( flatOptions[ key ] ? target : ( deep || (deep = {}) ) )[ key ] = src[ key ];\n\t\t}\n\t}\n\tif ( deep ) {\n\t\tjQuery.extend( true, target, deep );\n\t}\n\n\treturn target;\n}\n\n/* Handles responses to an ajax request:\n * - finds the right dataType (mediates between content-type and expected dataType)\n * - returns the corresponding response\n */\nfunction ajaxHandleResponses( s, jqXHR, responses ) {\n\n\tvar ct, type, finalDataType, firstDataType,\n\t\tcontents = s.contents,\n\t\tdataTypes = s.dataTypes;\n\n\t// Remove auto dataType and get content-type in the process\n\twhile ( dataTypes[ 0 ] === \"*\" ) {\n\t\tdataTypes.shift();\n\t\tif ( ct === undefined ) {\n\t\t\tct = s.mimeType || jqXHR.getResponseHeader(\"Content-Type\");\n\t\t}\n\t}\n\n\t// Check if we're dealing with a known content-type\n\tif ( ct ) {\n\t\tfor ( type in contents ) {\n\t\t\tif ( contents[ type ] && contents[ type ].test( ct ) ) {\n\t\t\t\tdataTypes.unshift( type );\n\t\t\t\tbreak;\n\t\t\t}\n\t\t}\n\t}\n\n\t// Check to see if we have a response for the expected dataType\n\tif ( dataTypes[ 0 ] in responses ) {\n\t\tfinalDataType = dataTypes[ 0 ];\n\t} else {\n\t\t// Try convertible dataTypes\n\t\tfor ( type in responses ) {\n\t\t\tif ( !dataTypes[ 0 ] || s.converters[ type + \" \" + dataTypes[0] ] ) {\n\t\t\t\tfinalDataType = type;\n\t\t\t\tbreak;\n\t\t\t}\n\t\t\tif ( !firstDataType ) {\n\t\t\t\tfirstDataType = type;\n\t\t\t}\n\t\t}\n\t\t// Or just use first one\n\t\tfinalDataType = finalDataType || firstDataType;\n\t}\n\n\t// If we found a dataType\n\t// We add the dataType to the list if needed\n\t// and return the corresponding response\n\tif ( finalDataType ) {\n\t\tif ( finalDataType !== dataTypes[ 0 ] ) {\n\t\t\tdataTypes.unshift( finalDataType );\n\t\t}\n\t\treturn responses[ finalDataType ];\n\t}\n}\n\n/* Chain conversions given the request and the original response\n * Also sets the responseXXX fields on the jqXHR instance\n */\nfunction ajaxConvert( s, response, jqXHR, isSuccess ) {\n\tvar conv2, current, conv, tmp, prev,\n\t\tconverters = {},\n\t\t// Work with a copy of dataTypes in case we need to modify it for conversion\n\t\tdataTypes = s.dataTypes.slice();\n\n\t// Create converters map with lowercased keys\n\tif ( dataTypes[ 1 ] ) {\n\t\tfor ( conv in s.converters ) {\n\t\t\tconverters[ conv.toLowerCase() ] = s.converters[ conv ];\n\t\t}\n\t}\n\n\tcurrent = dataTypes.shift();\n\n\t// Convert to each sequential dataType\n\twhile ( current ) {\n\n\t\tif ( s.responseFields[ current ] ) {\n\t\t\tjqXHR[ s.responseFields[ current ] ] = response;\n\t\t}\n\n\t\t// Apply the dataFilter if provided\n\t\tif ( !prev && isSuccess && s.dataFilter ) {\n\t\t\tresponse = s.dataFilter( response, s.dataType );\n\t\t}\n\n\t\tprev = current;\n\t\tcurrent = dataTypes.shift();\n\n\t\tif ( current ) {\n\n\t\t// There's only work to do if current dataType is non-auto\n\t\t\tif ( current === \"*\" ) {\n\n\t\t\t\tcurrent = prev;\n\n\t\t\t// Convert response if prev dataType is non-auto and differs from current\n\t\t\t} else if ( prev !== \"*\" && prev !== current ) {\n\n\t\t\t\t// Seek a direct converter\n\t\t\t\tconv = converters[ prev + \" \" + current ] || converters[ \"* \" + current ];\n\n\t\t\t\t// If none found, seek a pair\n\t\t\t\tif ( !conv ) {\n\t\t\t\t\tfor ( conv2 in converters ) {\n\n\t\t\t\t\t\t// If conv2 outputs current\n\t\t\t\t\t\ttmp = conv2.split( \" \" );\n\t\t\t\t\t\tif ( tmp[ 1 ] === current ) {\n\n\t\t\t\t\t\t\t// If prev can be converted to accepted input\n\t\t\t\t\t\t\tconv = converters[ prev + \" \" + tmp[ 0 ] ] ||\n\t\t\t\t\t\t\t\tconverters[ \"* \" + tmp[ 0 ] ];\n\t\t\t\t\t\t\tif ( conv ) {\n\t\t\t\t\t\t\t\t// Condense equivalence converters\n\t\t\t\t\t\t\t\tif ( conv === true ) {\n\t\t\t\t\t\t\t\t\tconv = converters[ conv2 ];\n\n\t\t\t\t\t\t\t\t// Otherwise, insert the intermediate dataType\n\t\t\t\t\t\t\t\t} else if ( converters[ conv2 ] !== true ) {\n\t\t\t\t\t\t\t\t\tcurrent = tmp[ 0 ];\n\t\t\t\t\t\t\t\t\tdataTypes.unshift( tmp[ 1 ] );\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\tbreak;\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\n\t\t\t\t// Apply converter (if not an equivalence)\n\t\t\t\tif ( conv !== true ) {\n\n\t\t\t\t\t// Unless errors are allowed to bubble, catch and return them\n\t\t\t\t\tif ( conv && s[ \"throws\" ] ) {\n\t\t\t\t\t\tresponse = conv( response );\n\t\t\t\t\t} else {\n\t\t\t\t\t\ttry {\n\t\t\t\t\t\t\tresponse = conv( response );\n\t\t\t\t\t\t} catch ( e ) {\n\t\t\t\t\t\t\treturn { state: \"parsererror\", error: conv ? e : \"No conversion from \" + prev + \" to \" + current };\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n\n\treturn { state: \"success\", data: response };\n}\n\njQuery.extend({\n\n\t// Counter for holding the number of active queries\n\tactive: 0,\n\n\t// Last-Modified header cache for next request\n\tlastModified: {},\n\tetag: {},\n\n\tajaxSettings: {\n\t\turl: ajaxLocation,\n\t\ttype: \"GET\",\n\t\tisLocal: rlocalProtocol.test( ajaxLocParts[ 1 ] ),\n\t\tglobal: true,\n\t\tprocessData: true,\n\t\tasync: true,\n\t\tcontentType: \"application/x-www-form-urlencoded; charset=UTF-8\",\n\t\t/*\n\t\ttimeout: 0,\n\t\tdata: null,\n\t\tdataType: null,\n\t\tusername: null,\n\t\tpassword: null,\n\t\tcache: null,\n\t\tthrows: false,\n\t\ttraditional: false,\n\t\theaders: {},\n\t\t*/\n\n\t\taccepts: {\n\t\t\t\"*\": allTypes,\n\t\t\ttext: \"text/plain\",\n\t\t\thtml: \"text/html\",\n\t\t\txml: \"application/xml, text/xml\",\n\t\t\tjson: \"application/json, text/javascript\"\n\t\t},\n\n\t\tcontents: {\n\t\t\txml: /xml/,\n\t\t\thtml: /html/,\n\t\t\tjson: /json/\n\t\t},\n\n\t\tresponseFields: {\n\t\t\txml: \"responseXML\",\n\t\t\ttext: \"responseText\",\n\t\t\tjson: \"responseJSON\"\n\t\t},\n\n\t\t// Data converters\n\t\t// Keys separate source (or catchall \"*\") and destination types with a single space\n\t\tconverters: {\n\n\t\t\t// Convert anything to text\n\t\t\t\"* text\": String,\n\n\t\t\t// Text to html (true = no transformation)\n\t\t\t\"text html\": true,\n\n\t\t\t// Evaluate text as a json expression\n\t\t\t\"text json\": jQuery.parseJSON,\n\n\t\t\t// Parse text as xml\n\t\t\t\"text xml\": jQuery.parseXML\n\t\t},\n\n\t\t// For options that shouldn't be deep extended:\n\t\t// you can add your own custom options here if\n\t\t// and when you create one that shouldn't be\n\t\t// deep extended (see ajaxExtend)\n\t\tflatOptions: {\n\t\t\turl: true,\n\t\t\tcontext: true\n\t\t}\n\t},\n\n\t// Creates a full fledged settings object into target\n\t// with both ajaxSettings and settings fields.\n\t// If target is omitted, writes into ajaxSettings.\n\tajaxSetup: function( target, settings ) {\n\t\treturn settings ?\n\n\t\t\t// Building a settings object\n\t\t\tajaxExtend( ajaxExtend( target, jQuery.ajaxSettings ), settings ) :\n\n\t\t\t// Extending ajaxSettings\n\t\t\tajaxExtend( jQuery.ajaxSettings, target );\n\t},\n\n\tajaxPrefilter: addToPrefiltersOrTransports( prefilters ),\n\tajaxTransport: addToPrefiltersOrTransports( transports ),\n\n\t// Main method\n\tajax: function( url, options ) {\n\n\t\t// If url is an object, simulate pre-1.5 signature\n\t\tif ( typeof url === \"object\" ) {\n\t\t\toptions = url;\n\t\t\turl = undefined;\n\t\t}\n\n\t\t// Force options to be an object\n\t\toptions = options || {};\n\n\t\tvar transport,\n\t\t\t// URL without anti-cache param\n\t\t\tcacheURL,\n\t\t\t// Response headers\n\t\t\tresponseHeadersString,\n\t\t\tresponseHeaders,\n\t\t\t// timeout handle\n\t\t\ttimeoutTimer,\n\t\t\t// Cross-domain detection vars\n\t\t\tparts,\n\t\t\t// To know if global events are to be dispatched\n\t\t\tfireGlobals,\n\t\t\t// Loop variable\n\t\t\ti,\n\t\t\t// Create the final options object\n\t\t\ts = jQuery.ajaxSetup( {}, options ),\n\t\t\t// Callbacks context\n\t\t\tcallbackContext = s.context || s,\n\t\t\t// Context for global events is callbackContext if it is a DOM node or jQuery collection\n\t\t\tglobalEventContext = s.context && ( callbackContext.nodeType || callbackContext.jquery ) ?\n\t\t\t\tjQuery( callbackContext ) :\n\t\t\t\tjQuery.event,\n\t\t\t// Deferreds\n\t\t\tdeferred = jQuery.Deferred(),\n\t\t\tcompleteDeferred = jQuery.Callbacks(\"once memory\"),\n\t\t\t// Status-dependent callbacks\n\t\t\tstatusCode = s.statusCode || {},\n\t\t\t// Headers (they are sent all at once)\n\t\t\trequestHeaders = {},\n\t\t\trequestHeadersNames = {},\n\t\t\t// The jqXHR state\n\t\t\tstate = 0,\n\t\t\t// Default abort message\n\t\t\tstrAbort = \"canceled\",\n\t\t\t// Fake xhr\n\t\t\tjqXHR = {\n\t\t\t\treadyState: 0,\n\n\t\t\t\t// Builds headers hashtable if needed\n\t\t\t\tgetResponseHeader: function( key ) {\n\t\t\t\t\tvar match;\n\t\t\t\t\tif ( state === 2 ) {\n\t\t\t\t\t\tif ( !responseHeaders ) {\n\t\t\t\t\t\t\tresponseHeaders = {};\n\t\t\t\t\t\t\twhile ( (match = rheaders.exec( responseHeadersString )) ) {\n\t\t\t\t\t\t\t\tresponseHeaders[ match[1].toLowerCase() ] = match[ 2 ];\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t\tmatch = responseHeaders[ key.toLowerCase() ];\n\t\t\t\t\t}\n\t\t\t\t\treturn match == null ? null : match;\n\t\t\t\t},\n\n\t\t\t\t// Raw string\n\t\t\t\tgetAllResponseHeaders: function() {\n\t\t\t\t\treturn state === 2 ? responseHeadersString : null;\n\t\t\t\t},\n\n\t\t\t\t// Caches the header\n\t\t\t\tsetRequestHeader: function( name, value ) {\n\t\t\t\t\tvar lname = name.toLowerCase();\n\t\t\t\t\tif ( !state ) {\n\t\t\t\t\t\tname = requestHeadersNames[ lname ] = requestHeadersNames[ lname ] || name;\n\t\t\t\t\t\trequestHeaders[ name ] = value;\n\t\t\t\t\t}\n\t\t\t\t\treturn this;\n\t\t\t\t},\n\n\t\t\t\t// Overrides response content-type header\n\t\t\t\toverrideMimeType: function( type ) {\n\t\t\t\t\tif ( !state ) {\n\t\t\t\t\t\ts.mimeType = type;\n\t\t\t\t\t}\n\t\t\t\t\treturn this;\n\t\t\t\t},\n\n\t\t\t\t// Status-dependent callbacks\n\t\t\t\tstatusCode: function( map ) {\n\t\t\t\t\tvar code;\n\t\t\t\t\tif ( map ) {\n\t\t\t\t\t\tif ( state < 2 ) {\n\t\t\t\t\t\t\tfor ( code in map ) {\n\t\t\t\t\t\t\t\t// Lazy-add the new callback in a way that preserves old ones\n\t\t\t\t\t\t\t\tstatusCode[ code ] = [ statusCode[ code ], map[ code ] ];\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t// Execute the appropriate callbacks\n\t\t\t\t\t\t\tjqXHR.always( map[ jqXHR.status ] );\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t\treturn this;\n\t\t\t\t},\n\n\t\t\t\t// Cancel the request\n\t\t\t\tabort: function( statusText ) {\n\t\t\t\t\tvar finalText = statusText || strAbort;\n\t\t\t\t\tif ( transport ) {\n\t\t\t\t\t\ttransport.abort( finalText );\n\t\t\t\t\t}\n\t\t\t\t\tdone( 0, finalText );\n\t\t\t\t\treturn this;\n\t\t\t\t}\n\t\t\t};\n\n\t\t// Attach deferreds\n\t\tdeferred.promise( jqXHR ).complete = completeDeferred.add;\n\t\tjqXHR.success = jqXHR.done;\n\t\tjqXHR.error = jqXHR.fail;\n\n\t\t// Remove hash character (#7531: and string promotion)\n\t\t// Add protocol if not provided (prefilters might expect it)\n\t\t// Handle falsy url in the settings object (#10093: consistency with old signature)\n\t\t// We also use the url parameter if available\n\t\ts.url = ( ( url || s.url || ajaxLocation ) + \"\" ).replace( rhash, \"\" )\n\t\t\t.replace( rprotocol, ajaxLocParts[ 1 ] + \"//\" );\n\n\t\t// Alias method option to type as per ticket #12004\n\t\ts.type = options.method || options.type || s.method || s.type;\n\n\t\t// Extract dataTypes list\n\t\ts.dataTypes = jQuery.trim( s.dataType || \"*\" ).toLowerCase().match( rnotwhite ) || [ \"\" ];\n\n\t\t// A cross-domain request is in order when we have a protocol:host:port mismatch\n\t\tif ( s.crossDomain == null ) {\n\t\t\tparts = rurl.exec( s.url.toLowerCase() );\n\t\t\ts.crossDomain = !!( parts &&\n\t\t\t\t( parts[ 1 ] !== ajaxLocParts[ 1 ] || parts[ 2 ] !== ajaxLocParts[ 2 ] ||\n\t\t\t\t\t( parts[ 3 ] || ( parts[ 1 ] === \"http:\" ? \"80\" : \"443\" ) ) !==\n\t\t\t\t\t\t( ajaxLocParts[ 3 ] || ( ajaxLocParts[ 1 ] === \"http:\" ? \"80\" : \"443\" ) ) )\n\t\t\t);\n\t\t}\n\n\t\t// Convert data if not already a string\n\t\tif ( s.data && s.processData && typeof s.data !== \"string\" ) {\n\t\t\ts.data = jQuery.param( s.data, s.traditional );\n\t\t}\n\n\t\t// Apply prefilters\n\t\tinspectPrefiltersOrTransports( prefilters, s, options, jqXHR );\n\n\t\t// If request was aborted inside a prefilter, stop there\n\t\tif ( state === 2 ) {\n\t\t\treturn jqXHR;\n\t\t}\n\n\t\t// We can fire global events as of now if asked to\n\t\t// Don't fire events if jQuery.event is undefined in an AMD-usage scenario (#15118)\n\t\tfireGlobals = jQuery.event && s.global;\n\n\t\t// Watch for a new set of requests\n\t\tif ( fireGlobals && jQuery.active++ === 0 ) {\n\t\t\tjQuery.event.trigger(\"ajaxStart\");\n\t\t}\n\n\t\t// Uppercase the type\n\t\ts.type = s.type.toUpperCase();\n\n\t\t// Determine if request has content\n\t\ts.hasContent = !rnoContent.test( s.type );\n\n\t\t// Save the URL in case we're toying with the If-Modified-Since\n\t\t// and/or If-None-Match header later on\n\t\tcacheURL = s.url;\n\n\t\t// More options handling for requests with no content\n\t\tif ( !s.hasContent ) {\n\n\t\t\t// If data is available, append data to url\n\t\t\tif ( s.data ) {\n\t\t\t\tcacheURL = ( s.url += ( rquery.test( cacheURL ) ? \"&\" : \"?\" ) + s.data );\n\t\t\t\t// #9682: remove data so that it's not used in an eventual retry\n\t\t\t\tdelete s.data;\n\t\t\t}\n\n\t\t\t// Add anti-cache in url if needed\n\t\t\tif ( s.cache === false ) {\n\t\t\t\ts.url = rts.test( cacheURL ) ?\n\n\t\t\t\t\t// If there is already a '_' parameter, set its value\n\t\t\t\t\tcacheURL.replace( rts, \"$1_=\" + nonce++ ) :\n\n\t\t\t\t\t// Otherwise add one to the end\n\t\t\t\t\tcacheURL + ( rquery.test( cacheURL ) ? \"&\" : \"?\" ) + \"_=\" + nonce++;\n\t\t\t}\n\t\t}\n\n\t\t// Set the If-Modified-Since and/or If-None-Match header, if in ifModified mode.\n\t\tif ( s.ifModified ) {\n\t\t\tif ( jQuery.lastModified[ cacheURL ] ) {\n\t\t\t\tjqXHR.setRequestHeader( \"If-Modified-Since\", jQuery.lastModified[ cacheURL ] );\n\t\t\t}\n\t\t\tif ( jQuery.etag[ cacheURL ] ) {\n\t\t\t\tjqXHR.setRequestHeader( \"If-None-Match\", jQuery.etag[ cacheURL ] );\n\t\t\t}\n\t\t}\n\n\t\t// Set the correct header, if data is being sent\n\t\tif ( s.data && s.hasContent && s.contentType !== false || options.contentType ) {\n\t\t\tjqXHR.setRequestHeader( \"Content-Type\", s.contentType );\n\t\t}\n\n\t\t// Set the Accepts header for the server, depending on the dataType\n\t\tjqXHR.setRequestHeader(\n\t\t\t\"Accept\",\n\t\t\ts.dataTypes[ 0 ] && s.accepts[ s.dataTypes[0] ] ?\n\t\t\t\ts.accepts[ s.dataTypes[0] ] + ( s.dataTypes[ 0 ] !== \"*\" ? \", \" + allTypes + \"; q=0.01\" : \"\" ) :\n\t\t\t\ts.accepts[ \"*\" ]\n\t\t);\n\n\t\t// Check for headers option\n\t\tfor ( i in s.headers ) {\n\t\t\tjqXHR.setRequestHeader( i, s.headers[ i ] );\n\t\t}\n\n\t\t// Allow custom headers/mimetypes and early abort\n\t\tif ( s.beforeSend && ( s.beforeSend.call( callbackContext, jqXHR, s ) === false || state === 2 ) ) {\n\t\t\t// Abort if not done already and return\n\t\t\treturn jqXHR.abort();\n\t\t}\n\n\t\t// Aborting is no longer a cancellation\n\t\tstrAbort = \"abort\";\n\n\t\t// Install callbacks on deferreds\n\t\tfor ( i in { success: 1, error: 1, complete: 1 } ) {\n\t\t\tjqXHR[ i ]( s[ i ] );\n\t\t}\n\n\t\t// Get transport\n\t\ttransport = inspectPrefiltersOrTransports( transports, s, options, jqXHR );\n\n\t\t// If no transport, we auto-abort\n\t\tif ( !transport ) {\n\t\t\tdone( -1, \"No Transport\" );\n\t\t} else {\n\t\t\tjqXHR.readyState = 1;\n\n\t\t\t// Send global event\n\t\t\tif ( fireGlobals ) {\n\t\t\t\tglobalEventContext.trigger( \"ajaxSend\", [ jqXHR, s ] );\n\t\t\t}\n\t\t\t// Timeout\n\t\t\tif ( s.async && s.timeout > 0 ) {\n\t\t\t\ttimeoutTimer = setTimeout(function() {\n\t\t\t\t\tjqXHR.abort(\"timeout\");\n\t\t\t\t}, s.timeout );\n\t\t\t}\n\n\t\t\ttry {\n\t\t\t\tstate = 1;\n\t\t\t\ttransport.send( requestHeaders, done );\n\t\t\t} catch ( e ) {\n\t\t\t\t// Propagate exception as error if not done\n\t\t\t\tif ( state < 2 ) {\n\t\t\t\t\tdone( -1, e );\n\t\t\t\t// Simply rethrow otherwise\n\t\t\t\t} else {\n\t\t\t\t\tthrow e;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\t// Callback for when everything is done\n\t\tfunction done( status, nativeStatusText, responses, headers ) {\n\t\t\tvar isSuccess, success, error, response, modified,\n\t\t\t\tstatusText = nativeStatusText;\n\n\t\t\t// Called once\n\t\t\tif ( state === 2 ) {\n\t\t\t\treturn;\n\t\t\t}\n\n\t\t\t// State is \"done\" now\n\t\t\tstate = 2;\n\n\t\t\t// Clear timeout if it exists\n\t\t\tif ( timeoutTimer ) {\n\t\t\t\tclearTimeout( timeoutTimer );\n\t\t\t}\n\n\t\t\t// Dereference transport for early garbage collection\n\t\t\t// (no matter how long the jqXHR object will be used)\n\t\t\ttransport = undefined;\n\n\t\t\t// Cache response headers\n\t\t\tresponseHeadersString = headers || \"\";\n\n\t\t\t// Set readyState\n\t\t\tjqXHR.readyState = status > 0 ? 4 : 0;\n\n\t\t\t// Determine if successful\n\t\t\tisSuccess = status >= 200 && status < 300 || status === 304;\n\n\t\t\t// Get response data\n\t\t\tif ( responses ) {\n\t\t\t\tresponse = ajaxHandleResponses( s, jqXHR, responses );\n\t\t\t}\n\n\t\t\t// Convert no matter what (that way responseXXX fields are always set)\n\t\t\tresponse = ajaxConvert( s, response, jqXHR, isSuccess );\n\n\t\t\t// If successful, handle type chaining\n\t\t\tif ( isSuccess ) {\n\n\t\t\t\t// Set the If-Modified-Since and/or If-None-Match header, if in ifModified mode.\n\t\t\t\tif ( s.ifModified ) {\n\t\t\t\t\tmodified = jqXHR.getResponseHeader(\"Last-Modified\");\n\t\t\t\t\tif ( modified ) {\n\t\t\t\t\t\tjQuery.lastModified[ cacheURL ] = modified;\n\t\t\t\t\t}\n\t\t\t\t\tmodified = jqXHR.getResponseHeader(\"etag\");\n\t\t\t\t\tif ( modified ) {\n\t\t\t\t\t\tjQuery.etag[ cacheURL ] = modified;\n\t\t\t\t\t}\n\t\t\t\t}\n\n\t\t\t\t// if no content\n\t\t\t\tif ( status === 204 || s.type === \"HEAD\" ) {\n\t\t\t\t\tstatusText = \"nocontent\";\n\n\t\t\t\t// if not modified\n\t\t\t\t} else if ( status === 304 ) {\n\t\t\t\t\tstatusText = \"notmodified\";\n\n\t\t\t\t// If we have data, let's convert it\n\t\t\t\t} else {\n\t\t\t\t\tstatusText = response.state;\n\t\t\t\t\tsuccess = response.data;\n\t\t\t\t\terror = response.error;\n\t\t\t\t\tisSuccess = !error;\n\t\t\t\t}\n\t\t\t} else {\n\t\t\t\t// Extract error from statusText and normalize for non-aborts\n\t\t\t\terror = statusText;\n\t\t\t\tif ( status || !statusText ) {\n\t\t\t\t\tstatusText = \"error\";\n\t\t\t\t\tif ( status < 0 ) {\n\t\t\t\t\t\tstatus = 0;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\n\t\t\t// Set data for the fake xhr object\n\t\t\tjqXHR.status = status;\n\t\t\tjqXHR.statusText = ( nativeStatusText || statusText ) + \"\";\n\n\t\t\t// Success/Error\n\t\t\tif ( isSuccess ) {\n\t\t\t\tdeferred.resolveWith( callbackContext, [ success, statusText, jqXHR ] );\n\t\t\t} else {\n\t\t\t\tdeferred.rejectWith( callbackContext, [ jqXHR, statusText, error ] );\n\t\t\t}\n\n\t\t\t// Status-dependent callbacks\n\t\t\tjqXHR.statusCode( statusCode );\n\t\t\tstatusCode = undefined;\n\n\t\t\tif ( fireGlobals ) {\n\t\t\t\tglobalEventContext.trigger( isSuccess ? \"ajaxSuccess\" : \"ajaxError\",\n\t\t\t\t\t[ jqXHR, s, isSuccess ? success : error ] );\n\t\t\t}\n\n\t\t\t// Complete\n\t\t\tcompleteDeferred.fireWith( callbackContext, [ jqXHR, statusText ] );\n\n\t\t\tif ( fireGlobals ) {\n\t\t\t\tglobalEventContext.trigger( \"ajaxComplete\", [ jqXHR, s ] );\n\t\t\t\t// Handle the global AJAX counter\n\t\t\t\tif ( !( --jQuery.active ) ) {\n\t\t\t\t\tjQuery.event.trigger(\"ajaxStop\");\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\treturn jqXHR;\n\t},\n\n\tgetJSON: function( url, data, callback ) {\n\t\treturn jQuery.get( url, data, callback, \"json\" );\n\t},\n\n\tgetScript: function( url, callback ) {\n\t\treturn jQuery.get( url, undefined, callback, \"script\" );\n\t}\n});\n\njQuery.each( [ \"get\", \"post\" ], function( i, method ) {\n\tjQuery[ method ] = function( url, data, callback, type ) {\n\t\t// Shift arguments if data argument was omitted\n\t\tif ( jQuery.isFunction( data ) ) {\n\t\t\ttype = type || callback;\n\t\t\tcallback = data;\n\t\t\tdata = undefined;\n\t\t}\n\n\t\treturn jQuery.ajax({\n\t\t\turl: url,\n\t\t\ttype: method,\n\t\t\tdataType: type,\n\t\t\tdata: data,\n\t\t\tsuccess: callback\n\t\t});\n\t};\n});\n\n\njQuery._evalUrl = function( url ) {\n\treturn jQuery.ajax({\n\t\turl: url,\n\t\ttype: \"GET\",\n\t\tdataType: \"script\",\n\t\tasync: false,\n\t\tglobal: false,\n\t\t\"throws\": true\n\t});\n};\n\n\njQuery.fn.extend({\n\twrapAll: function( html ) {\n\t\tvar wrap;\n\n\t\tif ( jQuery.isFunction( html ) ) {\n\t\t\treturn this.each(function( i ) {\n\t\t\t\tjQuery( this ).wrapAll( html.call(this, i) );\n\t\t\t});\n\t\t}\n\n\t\tif ( this[ 0 ] ) {\n\n\t\t\t// The elements to wrap the target around\n\t\t\twrap = jQuery( html, this[ 0 ].ownerDocument ).eq( 0 ).clone( true );\n\n\t\t\tif ( this[ 0 ].parentNode ) {\n\t\t\t\twrap.insertBefore( this[ 0 ] );\n\t\t\t}\n\n\t\t\twrap.map(function() {\n\t\t\t\tvar elem = this;\n\n\t\t\t\twhile ( elem.firstElementChild ) {\n\t\t\t\t\telem = elem.firstElementChild;\n\t\t\t\t}\n\n\t\t\t\treturn elem;\n\t\t\t}).append( this );\n\t\t}\n\n\t\treturn this;\n\t},\n\n\twrapInner: function( html ) {\n\t\tif ( jQuery.isFunction( html ) ) {\n\t\t\treturn this.each(function( i ) {\n\t\t\t\tjQuery( this ).wrapInner( html.call(this, i) );\n\t\t\t});\n\t\t}\n\n\t\treturn this.each(function() {\n\t\t\tvar self = jQuery( this ),\n\t\t\t\tcontents = self.contents();\n\n\t\t\tif ( contents.length ) {\n\t\t\t\tcontents.wrapAll( html );\n\n\t\t\t} else {\n\t\t\t\tself.append( html );\n\t\t\t}\n\t\t});\n\t},\n\n\twrap: function( html ) {\n\t\tvar isFunction = jQuery.isFunction( html );\n\n\t\treturn this.each(function( i ) {\n\t\t\tjQuery( this ).wrapAll( isFunction ? html.call(this, i) : html );\n\t\t});\n\t},\n\n\tunwrap: function() {\n\t\treturn this.parent().each(function() {\n\t\t\tif ( !jQuery.nodeName( this, \"body\" ) ) {\n\t\t\t\tjQuery( this ).replaceWith( this.childNodes );\n\t\t\t}\n\t\t}).end();\n\t}\n});\n\n\njQuery.expr.filters.hidden = function( elem ) {\n\t// Support: Opera <= 12.12\n\t// Opera reports offsetWidths and offsetHeights less than zero on some elements\n\treturn elem.offsetWidth <= 0 && elem.offsetHeight <= 0;\n};\njQuery.expr.filters.visible = function( elem ) {\n\treturn !jQuery.expr.filters.hidden( elem );\n};\n\n\n\n\nvar r20 = /%20/g,\n\trbracket = /\\[\\]$/,\n\trCRLF = /\\r?\\n/g,\n\trsubmitterTypes = /^(?:submit|button|image|reset|file)$/i,\n\trsubmittable = /^(?:input|select|textarea|keygen)/i;\n\nfunction buildParams( prefix, obj, traditional, add ) {\n\tvar name;\n\n\tif ( jQuery.isArray( obj ) ) {\n\t\t// Serialize array item.\n\t\tjQuery.each( obj, function( i, v ) {\n\t\t\tif ( traditional || rbracket.test( prefix ) ) {\n\t\t\t\t// Treat each array item as a scalar.\n\t\t\t\tadd( prefix, v );\n\n\t\t\t} else {\n\t\t\t\t// Item is non-scalar (array or object), encode its numeric index.\n\t\t\t\tbuildParams( prefix + \"[\" + ( typeof v === \"object\" ? i : \"\" ) + \"]\", v, traditional, add );\n\t\t\t}\n\t\t});\n\n\t} else if ( !traditional && jQuery.type( obj ) === \"object\" ) {\n\t\t// Serialize object item.\n\t\tfor ( name in obj ) {\n\t\t\tbuildParams( prefix + \"[\" + name + \"]\", obj[ name ], traditional, add );\n\t\t}\n\n\t} else {\n\t\t// Serialize scalar item.\n\t\tadd( prefix, obj );\n\t}\n}\n\n// Serialize an array of form elements or a set of\n// key/values into a query string\njQuery.param = function( a, traditional ) {\n\tvar prefix,\n\t\ts = [],\n\t\tadd = function( key, value ) {\n\t\t\t// If value is a function, invoke it and return its value\n\t\t\tvalue = jQuery.isFunction( value ) ? value() : ( value == null ? \"\" : value );\n\t\t\ts[ s.length ] = encodeURIComponent( key ) + \"=\" + encodeURIComponent( value );\n\t\t};\n\n\t// Set traditional to true for jQuery <= 1.3.2 behavior.\n\tif ( traditional === undefined ) {\n\t\ttraditional = jQuery.ajaxSettings && jQuery.ajaxSettings.traditional;\n\t}\n\n\t// If an array was passed in, assume that it is an array of form elements.\n\tif ( jQuery.isArray( a ) || ( a.jquery && !jQuery.isPlainObject( a ) ) ) {\n\t\t// Serialize the form elements\n\t\tjQuery.each( a, function() {\n\t\t\tadd( this.name, this.value );\n\t\t});\n\n\t} else {\n\t\t// If traditional, encode the \"old\" way (the way 1.3.2 or older\n\t\t// did it), otherwise encode params recursively.\n\t\tfor ( prefix in a ) {\n\t\t\tbuildParams( prefix, a[ prefix ], traditional, add );\n\t\t}\n\t}\n\n\t// Return the resulting serialization\n\treturn s.join( \"&\" ).replace( r20, \"+\" );\n};\n\njQuery.fn.extend({\n\tserialize: function() {\n\t\treturn jQuery.param( this.serializeArray() );\n\t},\n\tserializeArray: function() {\n\t\treturn this.map(function() {\n\t\t\t// Can add propHook for \"elements\" to filter or add form elements\n\t\t\tvar elements = jQuery.prop( this, \"elements\" );\n\t\t\treturn elements ? jQuery.makeArray( elements ) : this;\n\t\t})\n\t\t.filter(function() {\n\t\t\tvar type = this.type;\n\n\t\t\t// Use .is( \":disabled\" ) so that fieldset[disabled] works\n\t\t\treturn this.name && !jQuery( this ).is( \":disabled\" ) &&\n\t\t\t\trsubmittable.test( this.nodeName ) && !rsubmitterTypes.test( type ) &&\n\t\t\t\t( this.checked || !rcheckableType.test( type ) );\n\t\t})\n\t\t.map(function( i, elem ) {\n\t\t\tvar val = jQuery( this ).val();\n\n\t\t\treturn val == null ?\n\t\t\t\tnull :\n\t\t\t\tjQuery.isArray( val ) ?\n\t\t\t\t\tjQuery.map( val, function( val ) {\n\t\t\t\t\t\treturn { name: elem.name, value: val.replace( rCRLF, \"\\r\\n\" ) };\n\t\t\t\t\t}) :\n\t\t\t\t\t{ name: elem.name, value: val.replace( rCRLF, \"\\r\\n\" ) };\n\t\t}).get();\n\t}\n});\n\n\njQuery.ajaxSettings.xhr = function() {\n\ttry {\n\t\treturn new XMLHttpRequest();\n\t} catch( e ) {}\n};\n\nvar xhrId = 0,\n\txhrCallbacks = {},\n\txhrSuccessStatus = {\n\t\t// file protocol always yields status code 0, assume 200\n\t\t0: 200,\n\t\t// Support: IE9\n\t\t// #1450: sometimes IE returns 1223 when it should be 204\n\t\t1223: 204\n\t},\n\txhrSupported = jQuery.ajaxSettings.xhr();\n\n// Support: IE9\n// Open requests must be manually aborted on unload (#5280)\n// See https://support.microsoft.com/kb/2856746 for more info\nif ( window.attachEvent ) {\n\twindow.attachEvent( \"onunload\", function() {\n\t\tfor ( var key in xhrCallbacks ) {\n\t\t\txhrCallbacks[ key ]();\n\t\t}\n\t});\n}\n\nsupport.cors = !!xhrSupported && ( \"withCredentials\" in xhrSupported );\nsupport.ajax = xhrSupported = !!xhrSupported;\n\njQuery.ajaxTransport(function( options ) {\n\tvar callback;\n\n\t// Cross domain only allowed if supported through XMLHttpRequest\n\tif ( support.cors || xhrSupported && !options.crossDomain ) {\n\t\treturn {\n\t\t\tsend: function( headers, complete ) {\n\t\t\t\tvar i,\n\t\t\t\t\txhr = options.xhr(),\n\t\t\t\t\tid = ++xhrId;\n\n\t\t\t\txhr.open( options.type, options.url, options.async, options.username, options.password );\n\n\t\t\t\t// Apply custom fields if provided\n\t\t\t\tif ( options.xhrFields ) {\n\t\t\t\t\tfor ( i in options.xhrFields ) {\n\t\t\t\t\t\txhr[ i ] = options.xhrFields[ i ];\n\t\t\t\t\t}\n\t\t\t\t}\n\n\t\t\t\t// Override mime type if needed\n\t\t\t\tif ( options.mimeType && xhr.overrideMimeType ) {\n\t\t\t\t\txhr.overrideMimeType( options.mimeType );\n\t\t\t\t}\n\n\t\t\t\t// X-Requested-With header\n\t\t\t\t// For cross-domain requests, seeing as conditions for a preflight are\n\t\t\t\t// akin to a jigsaw puzzle, we simply never set it to be sure.\n\t\t\t\t// (it can always be set on a per-request basis or even using ajaxSetup)\n\t\t\t\t// For same-domain requests, won't change header if already provided.\n\t\t\t\tif ( !options.crossDomain && !headers[\"X-Requested-With\"] ) {\n\t\t\t\t\theaders[\"X-Requested-With\"] = \"XMLHttpRequest\";\n\t\t\t\t}\n\n\t\t\t\t// Set headers\n\t\t\t\tfor ( i in headers ) {\n\t\t\t\t\txhr.setRequestHeader( i, headers[ i ] );\n\t\t\t\t}\n\n\t\t\t\t// Callback\n\t\t\t\tcallback = function( type ) {\n\t\t\t\t\treturn function() {\n\t\t\t\t\t\tif ( callback ) {\n\t\t\t\t\t\t\tdelete xhrCallbacks[ id ];\n\t\t\t\t\t\t\tcallback = xhr.onload = xhr.onerror = null;\n\n\t\t\t\t\t\t\tif ( type === \"abort\" ) {\n\t\t\t\t\t\t\t\txhr.abort();\n\t\t\t\t\t\t\t} else if ( type === \"error\" ) {\n\t\t\t\t\t\t\t\tcomplete(\n\t\t\t\t\t\t\t\t\t// file: protocol always yields status 0; see #8605, #14207\n\t\t\t\t\t\t\t\t\txhr.status,\n\t\t\t\t\t\t\t\t\txhr.statusText\n\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\tcomplete(\n\t\t\t\t\t\t\t\t\txhrSuccessStatus[ xhr.status ] || xhr.status,\n\t\t\t\t\t\t\t\t\txhr.statusText,\n\t\t\t\t\t\t\t\t\t// Support: IE9\n\t\t\t\t\t\t\t\t\t// Accessing binary-data responseText throws an exception\n\t\t\t\t\t\t\t\t\t// (#11426)\n\t\t\t\t\t\t\t\t\ttypeof xhr.responseText === \"string\" ? {\n\t\t\t\t\t\t\t\t\t\ttext: xhr.responseText\n\t\t\t\t\t\t\t\t\t} : undefined,\n\t\t\t\t\t\t\t\t\txhr.getAllResponseHeaders()\n\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t};\n\t\t\t\t};\n\n\t\t\t\t// Listen to events\n\t\t\t\txhr.onload = callback();\n\t\t\t\txhr.onerror = callback(\"error\");\n\n\t\t\t\t// Create the abort callback\n\t\t\t\tcallback = xhrCallbacks[ id ] = callback(\"abort\");\n\n\t\t\t\ttry {\n\t\t\t\t\t// Do send the request (this may raise an exception)\n\t\t\t\t\txhr.send( options.hasContent && options.data || null );\n\t\t\t\t} catch ( e ) {\n\t\t\t\t\t// #14683: Only rethrow if this hasn't been notified as an error yet\n\t\t\t\t\tif ( callback ) {\n\t\t\t\t\t\tthrow e;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\n\t\t\tabort: function() {\n\t\t\t\tif ( callback ) {\n\t\t\t\t\tcallback();\n\t\t\t\t}\n\t\t\t}\n\t\t};\n\t}\n});\n\n\n\n\n// Install script dataType\njQuery.ajaxSetup({\n\taccepts: {\n\t\tscript: \"text/javascript, application/javascript, application/ecmascript, application/x-ecmascript\"\n\t},\n\tcontents: {\n\t\tscript: /(?:java|ecma)script/\n\t},\n\tconverters: {\n\t\t\"text script\": function( text ) {\n\t\t\tjQuery.globalEval( text );\n\t\t\treturn text;\n\t\t}\n\t}\n});\n\n// Handle cache's special case and crossDomain\njQuery.ajaxPrefilter( \"script\", function( s ) {\n\tif ( s.cache === undefined ) {\n\t\ts.cache = false;\n\t}\n\tif ( s.crossDomain ) {\n\t\ts.type = \"GET\";\n\t}\n});\n\n// Bind script tag hack transport\njQuery.ajaxTransport( \"script\", function( s ) {\n\t// This transport only deals with cross domain requests\n\tif ( s.crossDomain ) {\n\t\tvar script, callback;\n\t\treturn {\n\t\t\tsend: function( _, complete ) {\n\t\t\t\tscript = jQuery(\"<script>\").prop({\n\t\t\t\t\tasync: true,\n\t\t\t\t\tcharset: s.scriptCharset,\n\t\t\t\t\tsrc: s.url\n\t\t\t\t}).on(\n\t\t\t\t\t\"load error\",\n\t\t\t\t\tcallback = function( evt ) {\n\t\t\t\t\t\tscript.remove();\n\t\t\t\t\t\tcallback = null;\n\t\t\t\t\t\tif ( evt ) {\n\t\t\t\t\t\t\tcomplete( evt.type === \"error\" ? 404 : 200, evt.type );\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t);\n\t\t\t\tdocument.head.appendChild( script[ 0 ] );\n\t\t\t},\n\t\t\tabort: function() {\n\t\t\t\tif ( callback ) {\n\t\t\t\t\tcallback();\n\t\t\t\t}\n\t\t\t}\n\t\t};\n\t}\n});\n\n\n\n\nvar oldCallbacks = [],\n\trjsonp = /(=)\\?(?=&|$)|\\?\\?/;\n\n// Default jsonp settings\njQuery.ajaxSetup({\n\tjsonp: \"callback\",\n\tjsonpCallback: function() {\n\t\tvar callback = oldCallbacks.pop() || ( jQuery.expando + \"_\" + ( nonce++ ) );\n\t\tthis[ callback ] = true;\n\t\treturn callback;\n\t}\n});\n\n// Detect, normalize options and install callbacks for jsonp requests\njQuery.ajaxPrefilter( \"json jsonp\", function( s, originalSettings, jqXHR ) {\n\n\tvar callbackName, overwritten, responseContainer,\n\t\tjsonProp = s.jsonp !== false && ( rjsonp.test( s.url ) ?\n\t\t\t\"url\" :\n\t\t\ttypeof s.data === \"string\" && !( s.contentType || \"\" ).indexOf(\"application/x-www-form-urlencoded\") && rjsonp.test( s.data ) && \"data\"\n\t\t);\n\n\t// Handle iff the expected data type is \"jsonp\" or we have a parameter to set\n\tif ( jsonProp || s.dataTypes[ 0 ] === \"jsonp\" ) {\n\n\t\t// Get callback name, remembering preexisting value associated with it\n\t\tcallbackName = s.jsonpCallback = jQuery.isFunction( s.jsonpCallback ) ?\n\t\t\ts.jsonpCallback() :\n\t\t\ts.jsonpCallback;\n\n\t\t// Insert callback into url or form data\n\t\tif ( jsonProp ) {\n\t\t\ts[ jsonProp ] = s[ jsonProp ].replace( rjsonp, \"$1\" + callbackName );\n\t\t} else if ( s.jsonp !== false ) {\n\t\t\ts.url += ( rquery.test( s.url ) ? \"&\" : \"?\" ) + s.jsonp + \"=\" + callbackName;\n\t\t}\n\n\t\t// Use data converter to retrieve json after script execution\n\t\ts.converters[\"script json\"] = function() {\n\t\t\tif ( !responseContainer ) {\n\t\t\t\tjQuery.error( callbackName + \" was not called\" );\n\t\t\t}\n\t\t\treturn responseContainer[ 0 ];\n\t\t};\n\n\t\t// force json dataType\n\t\ts.dataTypes[ 0 ] = \"json\";\n\n\t\t// Install callback\n\t\toverwritten = window[ callbackName ];\n\t\twindow[ callbackName ] = function() {\n\t\t\tresponseContainer = arguments;\n\t\t};\n\n\t\t// Clean-up function (fires after converters)\n\t\tjqXHR.always(function() {\n\t\t\t// Restore preexisting value\n\t\t\twindow[ callbackName ] = overwritten;\n\n\t\t\t// Save back as free\n\t\t\tif ( s[ callbackName ] ) {\n\t\t\t\t// make sure that re-using the options doesn't screw things around\n\t\t\t\ts.jsonpCallback = originalSettings.jsonpCallback;\n\n\t\t\t\t// save the callback name for future use\n\t\t\t\toldCallbacks.push( callbackName );\n\t\t\t}\n\n\t\t\t// Call if it was a function and we have a response\n\t\t\tif ( responseContainer && jQuery.isFunction( overwritten ) ) {\n\t\t\t\toverwritten( responseContainer[ 0 ] );\n\t\t\t}\n\n\t\t\tresponseContainer = overwritten = undefined;\n\t\t});\n\n\t\t// Delegate to script\n\t\treturn \"script\";\n\t}\n});\n\n\n\n\n// data: string of html\n// context (optional): If specified, the fragment will be created in this context, defaults to document\n// keepScripts (optional): If true, will include scripts passed in the html string\njQuery.parseHTML = function( data, context, keepScripts ) {\n\tif ( !data || typeof data !== \"string\" ) {\n\t\treturn null;\n\t}\n\tif ( typeof context === \"boolean\" ) {\n\t\tkeepScripts = context;\n\t\tcontext = false;\n\t}\n\tcontext = context || document;\n\n\tvar parsed = rsingleTag.exec( data ),\n\t\tscripts = !keepScripts && [];\n\n\t// Single tag\n\tif ( parsed ) {\n\t\treturn [ context.createElement( parsed[1] ) ];\n\t}\n\n\tparsed = jQuery.buildFragment( [ data ], context, scripts );\n\n\tif ( scripts && scripts.length ) {\n\t\tjQuery( scripts ).remove();\n\t}\n\n\treturn jQuery.merge( [], parsed.childNodes );\n};\n\n\n// Keep a copy of the old load method\nvar _load = jQuery.fn.load;\n\n/**\n * Load a url into a page\n */\njQuery.fn.load = function( url, params, callback ) {\n\tif ( typeof url !== \"string\" && _load ) {\n\t\treturn _load.apply( this, arguments );\n\t}\n\n\tvar selector, type, response,\n\t\tself = this,\n\t\toff = url.indexOf(\" \");\n\n\tif ( off >= 0 ) {\n\t\tselector = jQuery.trim( url.slice( off ) );\n\t\turl = url.slice( 0, off );\n\t}\n\n\t// If it's a function\n\tif ( jQuery.isFunction( params ) ) {\n\n\t\t// We assume that it's the callback\n\t\tcallback = params;\n\t\tparams = undefined;\n\n\t// Otherwise, build a param string\n\t} else if ( params && typeof params === \"object\" ) {\n\t\ttype = \"POST\";\n\t}\n\n\t// If we have elements to modify, make the request\n\tif ( self.length > 0 ) {\n\t\tjQuery.ajax({\n\t\t\turl: url,\n\n\t\t\t// if \"type\" variable is undefined, then \"GET\" method will be used\n\t\t\ttype: type,\n\t\t\tdataType: \"html\",\n\t\t\tdata: params\n\t\t}).done(function( responseText ) {\n\n\t\t\t// Save response for use in complete callback\n\t\t\tresponse = arguments;\n\n\t\t\tself.html( selector ?\n\n\t\t\t\t// If a selector was specified, locate the right elements in a dummy div\n\t\t\t\t// Exclude scripts to avoid IE 'Permission Denied' errors\n\t\t\t\tjQuery(\"<div>\").append( jQuery.parseHTML( responseText ) ).find( selector ) :\n\n\t\t\t\t// Otherwise use the full result\n\t\t\t\tresponseText );\n\n\t\t}).complete( callback && function( jqXHR, status ) {\n\t\t\tself.each( callback, response || [ jqXHR.responseText, status, jqXHR ] );\n\t\t});\n\t}\n\n\treturn this;\n};\n\n\n\n\n// Attach a bunch of functions for handling common AJAX events\njQuery.each( [ \"ajaxStart\", \"ajaxStop\", \"ajaxComplete\", \"ajaxError\", \"ajaxSuccess\", \"ajaxSend\" ], function( i, type ) {\n\tjQuery.fn[ type ] = function( fn ) {\n\t\treturn this.on( type, fn );\n\t};\n});\n\n\n\n\njQuery.expr.filters.animated = function( elem ) {\n\treturn jQuery.grep(jQuery.timers, function( fn ) {\n\t\treturn elem === fn.elem;\n\t}).length;\n};\n\n\n\n\nvar docElem = window.document.documentElement;\n\n/**\n * Gets a window from an element\n */\nfunction getWindow( elem ) {\n\treturn jQuery.isWindow( elem ) ? elem : elem.nodeType === 9 && elem.defaultView;\n}\n\njQuery.offset = {\n\tsetOffset: function( elem, options, i ) {\n\t\tvar curPosition, curLeft, curCSSTop, curTop, curOffset, curCSSLeft, calculatePosition,\n\t\t\tposition = jQuery.css( elem, \"position\" ),\n\t\t\tcurElem = jQuery( elem ),\n\t\t\tprops = {};\n\n\t\t// Set position first, in-case top/left are set even on static elem\n\t\tif ( position === \"static\" ) {\n\t\t\telem.style.position = \"relative\";\n\t\t}\n\n\t\tcurOffset = curElem.offset();\n\t\tcurCSSTop = jQuery.css( elem, \"top\" );\n\t\tcurCSSLeft = jQuery.css( elem, \"left\" );\n\t\tcalculatePosition = ( position === \"absolute\" || position === \"fixed\" ) &&\n\t\t\t( curCSSTop + curCSSLeft ).indexOf(\"auto\") > -1;\n\n\t\t// Need to be able to calculate position if either\n\t\t// top or left is auto and position is either absolute or fixed\n\t\tif ( calculatePosition ) {\n\t\t\tcurPosition = curElem.position();\n\t\t\tcurTop = curPosition.top;\n\t\t\tcurLeft = curPosition.left;\n\n\t\t} else {\n\t\t\tcurTop = parseFloat( curCSSTop ) || 0;\n\t\t\tcurLeft = parseFloat( curCSSLeft ) || 0;\n\t\t}\n\n\t\tif ( jQuery.isFunction( options ) ) {\n\t\t\toptions = options.call( elem, i, curOffset );\n\t\t}\n\n\t\tif ( options.top != null ) {\n\t\t\tprops.top = ( options.top - curOffset.top ) + curTop;\n\t\t}\n\t\tif ( options.left != null ) {\n\t\t\tprops.left = ( options.left - curOffset.left ) + curLeft;\n\t\t}\n\n\t\tif ( \"using\" in options ) {\n\t\t\toptions.using.call( elem, props );\n\n\t\t} else {\n\t\t\tcurElem.css( props );\n\t\t}\n\t}\n};\n\njQuery.fn.extend({\n\toffset: function( options ) {\n\t\tif ( arguments.length ) {\n\t\t\treturn options === undefined ?\n\t\t\t\tthis :\n\t\t\t\tthis.each(function( i ) {\n\t\t\t\t\tjQuery.offset.setOffset( this, options, i );\n\t\t\t\t});\n\t\t}\n\n\t\tvar docElem, win,\n\t\t\telem = this[ 0 ],\n\t\t\tbox = { top: 0, left: 0 },\n\t\t\tdoc = elem && elem.ownerDocument;\n\n\t\tif ( !doc ) {\n\t\t\treturn;\n\t\t}\n\n\t\tdocElem = doc.documentElement;\n\n\t\t// Make sure it's not a disconnected DOM node\n\t\tif ( !jQuery.contains( docElem, elem ) ) {\n\t\t\treturn box;\n\t\t}\n\n\t\t// Support: BlackBerry 5, iOS 3 (original iPhone)\n\t\t// If we don't have gBCR, just use 0,0 rather than error\n\t\tif ( typeof elem.getBoundingClientRect !== strundefined ) {\n\t\t\tbox = elem.getBoundingClientRect();\n\t\t}\n\t\twin = getWindow( doc );\n\t\treturn {\n\t\t\ttop: box.top + win.pageYOffset - docElem.clientTop,\n\t\t\tleft: box.left + win.pageXOffset - docElem.clientLeft\n\t\t};\n\t},\n\n\tposition: function() {\n\t\tif ( !this[ 0 ] ) {\n\t\t\treturn;\n\t\t}\n\n\t\tvar offsetParent, offset,\n\t\t\telem = this[ 0 ],\n\t\t\tparentOffset = { top: 0, left: 0 };\n\n\t\t// Fixed elements are offset from window (parentOffset = {top:0, left: 0}, because it is its only offset parent\n\t\tif ( jQuery.css( elem, \"position\" ) === \"fixed\" ) {\n\t\t\t// Assume getBoundingClientRect is there when computed position is fixed\n\t\t\toffset = elem.getBoundingClientRect();\n\n\t\t} else {\n\t\t\t// Get *real* offsetParent\n\t\t\toffsetParent = this.offsetParent();\n\n\t\t\t// Get correct offsets\n\t\t\toffset = this.offset();\n\t\t\tif ( !jQuery.nodeName( offsetParent[ 0 ], \"html\" ) ) {\n\t\t\t\tparentOffset = offsetParent.offset();\n\t\t\t}\n\n\t\t\t// Add offsetParent borders\n\t\t\tparentOffset.top += jQuery.css( offsetParent[ 0 ], \"borderTopWidth\", true );\n\t\t\tparentOffset.left += jQuery.css( offsetParent[ 0 ], \"borderLeftWidth\", true );\n\t\t}\n\n\t\t// Subtract parent offsets and element margins\n\t\treturn {\n\t\t\ttop: offset.top - parentOffset.top - jQuery.css( elem, \"marginTop\", true ),\n\t\t\tleft: offset.left - parentOffset.left - jQuery.css( elem, \"marginLeft\", true )\n\t\t};\n\t},\n\n\toffsetParent: function() {\n\t\treturn this.map(function() {\n\t\t\tvar offsetParent = this.offsetParent || docElem;\n\n\t\t\twhile ( offsetParent && ( !jQuery.nodeName( offsetParent, \"html\" ) && jQuery.css( offsetParent, \"position\" ) === \"static\" ) ) {\n\t\t\t\toffsetParent = offsetParent.offsetParent;\n\t\t\t}\n\n\t\t\treturn offsetParent || docElem;\n\t\t});\n\t}\n});\n\n// Create scrollLeft and scrollTop methods\njQuery.each( { scrollLeft: \"pageXOffset\", scrollTop: \"pageYOffset\" }, function( method, prop ) {\n\tvar top = \"pageYOffset\" === prop;\n\n\tjQuery.fn[ method ] = function( val ) {\n\t\treturn access( this, function( elem, method, val ) {\n\t\t\tvar win = getWindow( elem );\n\n\t\t\tif ( val === undefined ) {\n\t\t\t\treturn win ? win[ prop ] : elem[ method ];\n\t\t\t}\n\n\t\t\tif ( win ) {\n\t\t\t\twin.scrollTo(\n\t\t\t\t\t!top ? val : window.pageXOffset,\n\t\t\t\t\ttop ? val : window.pageYOffset\n\t\t\t\t);\n\n\t\t\t} else {\n\t\t\t\telem[ method ] = val;\n\t\t\t}\n\t\t}, method, val, arguments.length, null );\n\t};\n});\n\n// Support: Safari<7+, Chrome<37+\n// Add the top/left cssHooks using jQuery.fn.position\n// Webkit bug: https://bugs.webkit.org/show_bug.cgi?id=29084\n// Blink bug: https://code.google.com/p/chromium/issues/detail?id=229280\n// getComputedStyle returns percent when specified for top/left/bottom/right;\n// rather than make the css module depend on the offset module, just check for it here\njQuery.each( [ \"top\", \"left\" ], function( i, prop ) {\n\tjQuery.cssHooks[ prop ] = addGetHookIf( support.pixelPosition,\n\t\tfunction( elem, computed ) {\n\t\t\tif ( computed ) {\n\t\t\t\tcomputed = curCSS( elem, prop );\n\t\t\t\t// If curCSS returns percentage, fallback to offset\n\t\t\t\treturn rnumnonpx.test( computed ) ?\n\t\t\t\t\tjQuery( elem ).position()[ prop ] + \"px\" :\n\t\t\t\t\tcomputed;\n\t\t\t}\n\t\t}\n\t);\n});\n\n\n// Create innerHeight, innerWidth, height, width, outerHeight and outerWidth methods\njQuery.each( { Height: \"height\", Width: \"width\" }, function( name, type ) {\n\tjQuery.each( { padding: \"inner\" + name, content: type, \"\": \"outer\" + name }, function( defaultExtra, funcName ) {\n\t\t// Margin is only for outerHeight, outerWidth\n\t\tjQuery.fn[ funcName ] = function( margin, value ) {\n\t\t\tvar chainable = arguments.length && ( defaultExtra || typeof margin !== \"boolean\" ),\n\t\t\t\textra = defaultExtra || ( margin === true || value === true ? \"margin\" : \"border\" );\n\n\t\t\treturn access( this, function( elem, type, value ) {\n\t\t\t\tvar doc;\n\n\t\t\t\tif ( jQuery.isWindow( elem ) ) {\n\t\t\t\t\t// As of 5/8/2012 this will yield incorrect results for Mobile Safari, but there\n\t\t\t\t\t// isn't a whole lot we can do. See pull request at this URL for discussion:\n\t\t\t\t\t// https://github.com/jquery/jquery/pull/764\n\t\t\t\t\treturn elem.document.documentElement[ \"client\" + name ];\n\t\t\t\t}\n\n\t\t\t\t// Get document width or height\n\t\t\t\tif ( elem.nodeType === 9 ) {\n\t\t\t\t\tdoc = elem.documentElement;\n\n\t\t\t\t\t// Either scroll[Width/Height] or offset[Width/Height] or client[Width/Height],\n\t\t\t\t\t// whichever is greatest\n\t\t\t\t\treturn Math.max(\n\t\t\t\t\t\telem.body[ \"scroll\" + name ], doc[ \"scroll\" + name ],\n\t\t\t\t\t\telem.body[ \"offset\" + name ], doc[ \"offset\" + name ],\n\t\t\t\t\t\tdoc[ \"client\" + name ]\n\t\t\t\t\t);\n\t\t\t\t}\n\n\t\t\t\treturn value === undefined ?\n\t\t\t\t\t// Get width or height on the element, requesting but not forcing parseFloat\n\t\t\t\t\tjQuery.css( elem, type, extra ) :\n\n\t\t\t\t\t// Set width or height on the element\n\t\t\t\t\tjQuery.style( elem, type, value, extra );\n\t\t\t}, type, chainable ? margin : undefined, chainable, null );\n\t\t};\n\t});\n});\n\n\n// The number of elements contained in the matched element set\njQuery.fn.size = function() {\n\treturn this.length;\n};\n\njQuery.fn.andSelf = jQuery.fn.addBack;\n\n\n\n\n// Register as a named AMD module, since jQuery can be concatenated with other\n// files that may use define, but not via a proper concatenation script that\n// understands anonymous AMD modules. A named AMD is safest and most robust\n// way to register. Lowercase jquery is used because AMD module names are\n// derived from file names, and jQuery is normally delivered in a lowercase\n// file name. Do this after creating the global so that if an AMD module wants\n// to call noConflict to hide this version of jQuery, it will work.\n\n// Note that for maximum portability, libraries that are not jQuery should\n// declare themselves as anonymous modules, and avoid setting a global if an\n// AMD loader is present. jQuery is a special case. For more information, see\n// https://github.com/jrburke/requirejs/wiki/Updating-existing-libraries#wiki-anon\n\nif ( typeof define === \"function\" && define.amd ) {\n\tdefine( \"jquery\", [], function() {\n\t\treturn jQuery;\n\t});\n}\n\n\n\n\nvar\n\t// Map over jQuery in case of overwrite\n\t_jQuery = window.jQuery,\n\n\t// Map over the $ in case of overwrite\n\t_$ = window.$;\n\njQuery.noConflict = function( deep ) {\n\tif ( window.$ === jQuery ) {\n\t\twindow.$ = _$;\n\t}\n\n\tif ( deep && window.jQuery === jQuery ) {\n\t\twindow.jQuery = _jQuery;\n\t}\n\n\treturn jQuery;\n};\n\n// Expose jQuery and $ identifiers, even in AMD\n// (#7102#comment:10, https://github.com/jquery/jquery/pull/557)\n// and CommonJS for browser emulators (#13566)\nif ( typeof noGlobal === strundefined ) {\n\twindow.jQuery = window.$ = jQuery;\n}\n\n\n\n\nreturn jQuery;\n\n}));\n","module.exports = function (it) {\n return typeof it === 'object' ? it !== null : typeof it === 'function';\n};\n","/**\n * Translates the list format produced by css-loader into something\n * easier to manipulate.\n */\nexport default function listToStyles (parentId, list) {\n var styles = []\n var newStyles = {}\n for (var i = 0; i < list.length; i++) {\n var item = list[i]\n var id = item[0]\n var css = item[1]\n var media = item[2]\n var sourceMap = item[3]\n var part = {\n id: parentId + ':' + i,\n css: css,\n media: media,\n sourceMap: sourceMap\n }\n if (!newStyles[id]) {\n styles.push(newStyles[id] = { id: id, parts: [part] })\n } else {\n newStyles[id].parts.push(part)\n }\n }\n return styles\n}\n","/*\n MIT License http://www.opensource.org/licenses/mit-license.php\n Author Tobias Koppers @sokra\n Modified by Evan You @yyx990803\n*/\n\nimport listToStyles from './listToStyles'\n\nvar hasDocument = typeof document !== 'undefined'\n\nif (typeof DEBUG !== 'undefined' && DEBUG) {\n if (!hasDocument) {\n throw new Error(\n 'vue-style-loader cannot be used in a non-browser environment. ' +\n \"Use { target: 'node' } in your Webpack config to indicate a server-rendering environment.\"\n ) }\n}\n\n/*\ntype StyleObject = {\n id: number;\n parts: Array<StyleObjectPart>\n}\n\ntype StyleObjectPart = {\n css: string;\n media: string;\n sourceMap: ?string\n}\n*/\n\nvar stylesInDom = {/*\n [id: number]: {\n id: number,\n refs: number,\n parts: Array<(obj?: StyleObjectPart) => void>\n }\n*/}\n\nvar head = hasDocument && (document.head || document.getElementsByTagName('head')[0])\nvar singletonElement = null\nvar singletonCounter = 0\nvar isProduction = false\nvar noop = function () {}\nvar options = null\nvar ssrIdKey = 'data-vue-ssr-id'\n\n// Force single-tag solution on IE6-9, which has a hard limit on the # of <style>\n// tags it will allow on a page\nvar isOldIE = typeof navigator !== 'undefined' && /msie [6-9]\\b/.test(navigator.userAgent.toLowerCase())\n\nexport default function addStylesClient (parentId, list, _isProduction, _options) {\n isProduction = _isProduction\n\n options = _options || {}\n\n var styles = listToStyles(parentId, list)\n addStylesToDom(styles)\n\n return function update (newList) {\n var mayRemove = []\n for (var i = 0; i < styles.length; i++) {\n var item = styles[i]\n var domStyle = stylesInDom[item.id]\n domStyle.refs--\n mayRemove.push(domStyle)\n }\n if (newList) {\n styles = listToStyles(parentId, newList)\n addStylesToDom(styles)\n } else {\n styles = []\n }\n for (var i = 0; i < mayRemove.length; i++) {\n var domStyle = mayRemove[i]\n if (domStyle.refs === 0) {\n for (var j = 0; j < domStyle.parts.length; j++) {\n domStyle.parts[j]()\n }\n delete stylesInDom[domStyle.id]\n }\n }\n }\n}\n\nfunction addStylesToDom (styles /* Array<StyleObject> */) {\n for (var i = 0; i < styles.length; i++) {\n var item = styles[i]\n var domStyle = stylesInDom[item.id]\n if (domStyle) {\n domStyle.refs++\n for (var j = 0; j < domStyle.parts.length; j++) {\n domStyle.parts[j](item.parts[j])\n }\n for (; j < item.parts.length; j++) {\n domStyle.parts.push(addStyle(item.parts[j]))\n }\n if (domStyle.parts.length > item.parts.length) {\n domStyle.parts.length = item.parts.length\n }\n } else {\n var parts = []\n for (var j = 0; j < item.parts.length; j++) {\n parts.push(addStyle(item.parts[j]))\n }\n stylesInDom[item.id] = { id: item.id, refs: 1, parts: parts }\n }\n }\n}\n\nfunction createStyleElement () {\n var styleElement = document.createElement('style')\n styleElement.type = 'text/css'\n head.appendChild(styleElement)\n return styleElement\n}\n\nfunction addStyle (obj /* StyleObjectPart */) {\n var update, remove\n var styleElement = document.querySelector('style[' + ssrIdKey + '~=\"' + obj.id + '\"]')\n\n if (styleElement) {\n if (isProduction) {\n // has SSR styles and in production mode.\n // simply do nothing.\n return noop\n } else {\n // has SSR styles but in dev mode.\n // for some reason Chrome can't handle source map in server-rendered\n // style tags - source maps in <style> only works if the style tag is\n // created and inserted dynamically. So we remove the server rendered\n // styles and inject new ones.\n styleElement.parentNode.removeChild(styleElement)\n }\n }\n\n if (isOldIE) {\n // use singleton mode for IE9.\n var styleIndex = singletonCounter++\n styleElement = singletonElement || (singletonElement = createStyleElement())\n update = applyToSingletonTag.bind(null, styleElement, styleIndex, false)\n remove = applyToSingletonTag.bind(null, styleElement, styleIndex, true)\n } else {\n // use multi-style-tag mode in all other cases\n styleElement = createStyleElement()\n update = applyToTag.bind(null, styleElement)\n remove = function () {\n styleElement.parentNode.removeChild(styleElement)\n }\n }\n\n update(obj)\n\n return function updateStyle (newObj /* StyleObjectPart */) {\n if (newObj) {\n if (newObj.css === obj.css &&\n newObj.media === obj.media &&\n newObj.sourceMap === obj.sourceMap) {\n return\n }\n update(obj = newObj)\n } else {\n remove()\n }\n }\n}\n\nvar replaceText = (function () {\n var textStore = []\n\n return function (index, replacement) {\n textStore[index] = replacement\n return textStore.filter(Boolean).join('\\n')\n }\n})()\n\nfunction applyToSingletonTag (styleElement, index, remove, obj) {\n var css = remove ? '' : obj.css\n\n if (styleElement.styleSheet) {\n styleElement.styleSheet.cssText = replaceText(index, css)\n } else {\n var cssNode = document.createTextNode(css)\n var childNodes = styleElement.childNodes\n if (childNodes[index]) styleElement.removeChild(childNodes[index])\n if (childNodes.length) {\n styleElement.insertBefore(cssNode, childNodes[index])\n } else {\n styleElement.appendChild(cssNode)\n }\n }\n}\n\nfunction applyToTag (styleElement, obj) {\n var css = obj.css\n var media = obj.media\n var sourceMap = obj.sourceMap\n\n if (media) {\n styleElement.setAttribute('media', media)\n }\n if (options.ssrId) {\n styleElement.setAttribute(ssrIdKey, obj.id)\n }\n\n if (sourceMap) {\n // https://developer.chrome.com/devtools/docs/javascript-debugging\n // this makes source maps inside style tags work properly in Chrome\n css += '\\n/*# sourceURL=' + sourceMap.sources[0] + ' */'\n // http://stackoverflow.com/a/26603875\n css += '\\n/*# sourceMappingURL=data:application/json;base64,' + btoa(unescape(encodeURIComponent(JSON.stringify(sourceMap)))) + ' */'\n }\n\n if (styleElement.styleSheet) {\n styleElement.styleSheet.cssText = css\n } else {\n while (styleElement.firstChild) {\n styleElement.removeChild(styleElement.firstChild)\n }\n styleElement.appendChild(document.createTextNode(css))\n }\n}\n","\"use strict\";\n\nObject.defineProperty(exports, \"__esModule\", {\n value: true\n});\nexports.getLocale = getLocale;\nexports.getLanguage = getLanguage;\nexports.translate = translate;\nexports.translatePlural = translatePlural;\nexports.getFirstDay = getFirstDay;\nexports.getDayNames = getDayNames;\nexports.getDayNamesShort = getDayNamesShort;\nexports.getDayNamesMin = getDayNamesMin;\nexports.getMonthNames = getMonthNames;\nexports.getMonthNamesShort = getMonthNamesShort;\n\n/// <reference types=\"@nextcloud/typings\" />\n\n/**\n * Returns the user's locale\n */\nfunction getLocale() {\n if (typeof OC === 'undefined') {\n console.warn('No OC found');\n return 'en';\n }\n\n return OC.getLocale();\n}\n/**\n * Returns the user's language\n */\n\n\nfunction getLanguage() {\n if (typeof OC === 'undefined') {\n console.warn('No OC found');\n return 'en';\n }\n\n return OC.getLanguage();\n}\n\n/**\n * Translate a string\n *\n * @param {string} app the id of the app for which to translate the string\n * @param {string} text the string to translate\n * @param {object} vars map of placeholder key to value\n * @param {number} number to replace %n with\n * @param {object} [options] options object\n * @return {string}\n */\nfunction translate(app, text, vars, count, options) {\n if (typeof OC === 'undefined') {\n console.warn('No OC found');\n return text;\n }\n\n return OC.L10N.translate(app, text, vars, count, options);\n}\n/**\n * Translate a plural string\n *\n * @param {string} app the id of the app for which to translate the string\n * @param {string} textSingular the string to translate for exactly one object\n * @param {string} textPlural the string to translate for n objects\n * @param {number} count number to determine whether to use singular or plural\n * @param {Object} vars of placeholder key to value\n * @param {object} options options object\n * @return {string}\n */\n\n\nfunction translatePlural(app, textSingular, textPlural, count, vars, options) {\n if (typeof OC === 'undefined') {\n console.warn('No OC found');\n return textSingular;\n }\n\n return OC.L10N.translatePlural(app, textSingular, textPlural, count, vars, options);\n}\n/**\n * Get the first day of the week\n *\n * @return {number}\n */\n\n\nfunction getFirstDay() {\n if (typeof window.firstDay === 'undefined') {\n console.warn('No firstDay found');\n return 1;\n }\n\n return window.firstDay;\n}\n/**\n * Get a list of day names (full names)\n *\n * @return {string[]}\n */\n\n\nfunction getDayNames() {\n if (typeof window.dayNames === 'undefined') {\n console.warn('No dayNames found');\n return ['Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday'];\n }\n\n return window.dayNames;\n}\n/**\n * Get a list of day names (short names)\n *\n * @return {string[]}\n */\n\n\nfunction getDayNamesShort() {\n if (typeof window.dayNamesShort === 'undefined') {\n console.warn('No dayNamesShort found');\n return ['Sun.', 'Mon.', 'Tue.', 'Wed.', 'Thu.', 'Fri.', 'Sat.'];\n }\n\n return window.dayNamesShort;\n}\n/**\n * Get a list of day names (minified names)\n *\n * @return {string[]}\n */\n\n\nfunction getDayNamesMin() {\n if (typeof window.dayNamesMin === 'undefined') {\n console.warn('No dayNamesMin found');\n return ['Su', 'Mo', 'Tu', 'We', 'Th', 'Fr', 'Sa'];\n }\n\n return window.dayNamesMin;\n}\n/**\n * Get a list of month names (full names)\n *\n * @return {string[]}\n */\n\n\nfunction getMonthNames() {\n if (typeof window.monthNames === 'undefined') {\n console.warn('No monthNames found');\n return ['January', 'February', 'March', 'April', 'May', 'June', 'July', 'August', 'September', 'October', 'November', 'December'];\n }\n\n return window.monthNames;\n}\n/**\n * Get a list of month names (short names)\n *\n * @return {string[]}\n */\n\n\nfunction getMonthNamesShort() {\n if (typeof window.monthNamesShort === 'undefined') {\n console.warn('No monthNamesShort found');\n return ['Jan.', 'Feb.', 'Mar.', 'Apr.', 'May.', 'Jun.', 'Jul.', 'Aug.', 'Sep.', 'Oct.', 'Nov.', 'Dec.'];\n }\n\n return window.monthNamesShort;\n}\n//# sourceMappingURL=index.js.map","/*!\n * jQuery UI Button 1.12.1\n * http://jqueryui.com\n *\n * Copyright jQuery Foundation and other contributors\n * Released under the MIT license.\n * http://jquery.org/license\n */\n\n//>>label: Button\n//>>group: Widgets\n//>>description: Enhances a form with themeable buttons.\n//>>docs: http://api.jqueryui.com/button/\n//>>demos: http://jqueryui.com/button/\n//>>css.structure: ../../themes/base/core.css\n//>>css.structure: ../../themes/base/button.css\n//>>css.theme: ../../themes/base/theme.css\n\n( function( factory ) {\n\tif ( typeof define === \"function\" && define.amd ) {\n\n\t\t// AMD. Register as an anonymous module.\n\t\tdefine( [\n\t\t\t\"jquery\",\n\n\t\t\t// These are only for backcompat\n\t\t\t// TODO: Remove after 1.12\n\t\t\t\"./controlgroup\",\n\t\t\t\"./checkboxradio\",\n\n\t\t\t\"../keycode\",\n\t\t\t\"../widget\"\n\t\t], factory );\n\t} else {\n\n\t\t// Browser globals\n\t\tfactory( jQuery );\n\t}\n}( function( $ ) {\n\n$.widget( \"ui.button\", {\n\tversion: \"1.12.1\",\n\tdefaultElement: \"<button>\",\n\toptions: {\n\t\tclasses: {\n\t\t\t\"ui-button\": \"ui-corner-all\"\n\t\t},\n\t\tdisabled: null,\n\t\ticon: null,\n\t\ticonPosition: \"beginning\",\n\t\tlabel: null,\n\t\tshowLabel: true\n\t},\n\n\t_getCreateOptions: function() {\n\t\tvar disabled,\n\n\t\t\t// This is to support cases like in jQuery Mobile where the base widget does have\n\t\t\t// an implementation of _getCreateOptions\n\t\t\toptions = this._super() || {};\n\n\t\tthis.isInput = this.element.is( \"input\" );\n\n\t\tdisabled = this.element[ 0 ].disabled;\n\t\tif ( disabled != null ) {\n\t\t\toptions.disabled = disabled;\n\t\t}\n\n\t\tthis.originalLabel = this.isInput ? this.element.val() : this.element.html();\n\t\tif ( this.originalLabel ) {\n\t\t\toptions.label = this.originalLabel;\n\t\t}\n\n\t\treturn options;\n\t},\n\n\t_create: function() {\n\t\tif ( !this.option.showLabel & !this.options.icon ) {\n\t\t\tthis.options.showLabel = true;\n\t\t}\n\n\t\t// We have to check the option again here even though we did in _getCreateOptions,\n\t\t// because null may have been passed on init which would override what was set in\n\t\t// _getCreateOptions\n\t\tif ( this.options.disabled == null ) {\n\t\t\tthis.options.disabled = this.element[ 0 ].disabled || false;\n\t\t}\n\n\t\tthis.hasTitle = !!this.element.attr( \"title\" );\n\n\t\t// Check to see if the label needs to be set or if its already correct\n\t\tif ( this.options.label && this.options.label !== this.originalLabel ) {\n\t\t\tif ( this.isInput ) {\n\t\t\t\tthis.element.val( this.options.label );\n\t\t\t} else {\n\t\t\t\tthis.element.html( this.options.label );\n\t\t\t}\n\t\t}\n\t\tthis._addClass( \"ui-button\", \"ui-widget\" );\n\t\tthis._setOption( \"disabled\", this.options.disabled );\n\t\tthis._enhance();\n\n\t\tif ( this.element.is( \"a\" ) ) {\n\t\t\tthis._on( {\n\t\t\t\t\"keyup\": function( event ) {\n\t\t\t\t\tif ( event.keyCode === $.ui.keyCode.SPACE ) {\n\t\t\t\t\t\tevent.preventDefault();\n\n\t\t\t\t\t\t// Support: PhantomJS <= 1.9, IE 8 Only\n\t\t\t\t\t\t// If a native click is available use it so we actually cause navigation\n\t\t\t\t\t\t// otherwise just trigger a click event\n\t\t\t\t\t\tif ( this.element[ 0 ].click ) {\n\t\t\t\t\t\t\tthis.element[ 0 ].click();\n\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\tthis.element.trigger( \"click\" );\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t} );\n\t\t}\n\t},\n\n\t_enhance: function() {\n\t\tif ( !this.element.is( \"button\" ) ) {\n\t\t\tthis.element.attr( \"role\", \"button\" );\n\t\t}\n\n\t\tif ( this.options.icon ) {\n\t\t\tthis._updateIcon( \"icon\", this.options.icon );\n\t\t\tthis._updateTooltip();\n\t\t}\n\t},\n\n\t_updateTooltip: function() {\n\t\tthis.title = this.element.attr( \"title\" );\n\n\t\tif ( !this.options.showLabel && !this.title ) {\n\t\t\tthis.element.attr( \"title\", this.options.label );\n\t\t}\n\t},\n\n\t_updateIcon: function( option, value ) {\n\t\tvar icon = option !== \"iconPosition\",\n\t\t\tposition = icon ? this.options.iconPosition : value,\n\t\t\tdisplayBlock = position === \"top\" || position === \"bottom\";\n\n\t\t// Create icon\n\t\tif ( !this.icon ) {\n\t\t\tthis.icon = $( \"<span>\" );\n\n\t\t\tthis._addClass( this.icon, \"ui-button-icon\", \"ui-icon\" );\n\n\t\t\tif ( !this.options.showLabel ) {\n\t\t\t\tthis._addClass( \"ui-button-icon-only\" );\n\t\t\t}\n\t\t} else if ( icon ) {\n\n\t\t\t// If we are updating the icon remove the old icon class\n\t\t\tthis._removeClass( this.icon, null, this.options.icon );\n\t\t}\n\n\t\t// If we are updating the icon add the new icon class\n\t\tif ( icon ) {\n\t\t\tthis._addClass( this.icon, null, value );\n\t\t}\n\n\t\tthis._attachIcon( position );\n\n\t\t// If the icon is on top or bottom we need to add the ui-widget-icon-block class and remove\n\t\t// the iconSpace if there is one.\n\t\tif ( displayBlock ) {\n\t\t\tthis._addClass( this.icon, null, \"ui-widget-icon-block\" );\n\t\t\tif ( this.iconSpace ) {\n\t\t\t\tthis.iconSpace.remove();\n\t\t\t}\n\t\t} else {\n\n\t\t\t// Position is beginning or end so remove the ui-widget-icon-block class and add the\n\t\t\t// space if it does not exist\n\t\t\tif ( !this.iconSpace ) {\n\t\t\t\tthis.iconSpace = $( \"<span> </span>\" );\n\t\t\t\tthis._addClass( this.iconSpace, \"ui-button-icon-space\" );\n\t\t\t}\n\t\t\tthis._removeClass( this.icon, null, \"ui-wiget-icon-block\" );\n\t\t\tthis._attachIconSpace( position );\n\t\t}\n\t},\n\n\t_destroy: function() {\n\t\tthis.element.removeAttr( \"role\" );\n\n\t\tif ( this.icon ) {\n\t\t\tthis.icon.remove();\n\t\t}\n\t\tif ( this.iconSpace ) {\n\t\t\tthis.iconSpace.remove();\n\t\t}\n\t\tif ( !this.hasTitle ) {\n\t\t\tthis.element.removeAttr( \"title\" );\n\t\t}\n\t},\n\n\t_attachIconSpace: function( iconPosition ) {\n\t\tthis.icon[ /^(?:end|bottom)/.test( iconPosition ) ? \"before\" : \"after\" ]( this.iconSpace );\n\t},\n\n\t_attachIcon: function( iconPosition ) {\n\t\tthis.element[ /^(?:end|bottom)/.test( iconPosition ) ? \"append\" : \"prepend\" ]( this.icon );\n\t},\n\n\t_setOptions: function( options ) {\n\t\tvar newShowLabel = options.showLabel === undefined ?\n\t\t\t\tthis.options.showLabel :\n\t\t\t\toptions.showLabel,\n\t\t\tnewIcon = options.icon === undefined ? this.options.icon : options.icon;\n\n\t\tif ( !newShowLabel && !newIcon ) {\n\t\t\toptions.showLabel = true;\n\t\t}\n\t\tthis._super( options );\n\t},\n\n\t_setOption: function( key, value ) {\n\t\tif ( key === \"icon\" ) {\n\t\t\tif ( value ) {\n\t\t\t\tthis._updateIcon( key, value );\n\t\t\t} else if ( this.icon ) {\n\t\t\t\tthis.icon.remove();\n\t\t\t\tif ( this.iconSpace ) {\n\t\t\t\t\tthis.iconSpace.remove();\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\tif ( key === \"iconPosition\" ) {\n\t\t\tthis._updateIcon( key, value );\n\t\t}\n\n\t\t// Make sure we can't end up with a button that has neither text nor icon\n\t\tif ( key === \"showLabel\" ) {\n\t\t\t\tthis._toggleClass( \"ui-button-icon-only\", null, !value );\n\t\t\t\tthis._updateTooltip();\n\t\t}\n\n\t\tif ( key === \"label\" ) {\n\t\t\tif ( this.isInput ) {\n\t\t\t\tthis.element.val( value );\n\t\t\t} else {\n\n\t\t\t\t// If there is an icon, append it, else nothing then append the value\n\t\t\t\t// this avoids removal of the icon when setting label text\n\t\t\t\tthis.element.html( value );\n\t\t\t\tif ( this.icon ) {\n\t\t\t\t\tthis._attachIcon( this.options.iconPosition );\n\t\t\t\t\tthis._attachIconSpace( this.options.iconPosition );\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\tthis._super( key, value );\n\n\t\tif ( key === \"disabled\" ) {\n\t\t\tthis._toggleClass( null, \"ui-state-disabled\", value );\n\t\t\tthis.element[ 0 ].disabled = value;\n\t\t\tif ( value ) {\n\t\t\t\tthis.element.blur();\n\t\t\t}\n\t\t}\n\t},\n\n\trefresh: function() {\n\n\t\t// Make sure to only check disabled if its an element that supports this otherwise\n\t\t// check for the disabled class to determine state\n\t\tvar isDisabled = this.element.is( \"input, button\" ) ?\n\t\t\tthis.element[ 0 ].disabled : this.element.hasClass( \"ui-button-disabled\" );\n\n\t\tif ( isDisabled !== this.options.disabled ) {\n\t\t\tthis._setOptions( { disabled: isDisabled } );\n\t\t}\n\n\t\tthis._updateTooltip();\n\t}\n} );\n\n// DEPRECATED\nif ( $.uiBackCompat !== false ) {\n\n\t// Text and Icons options\n\t$.widget( \"ui.button\", $.ui.button, {\n\t\toptions: {\n\t\t\ttext: true,\n\t\t\ticons: {\n\t\t\t\tprimary: null,\n\t\t\t\tsecondary: null\n\t\t\t}\n\t\t},\n\n\t\t_create: function() {\n\t\t\tif ( this.options.showLabel && !this.options.text ) {\n\t\t\t\tthis.options.showLabel = this.options.text;\n\t\t\t}\n\t\t\tif ( !this.options.showLabel && this.options.text ) {\n\t\t\t\tthis.options.text = this.options.showLabel;\n\t\t\t}\n\t\t\tif ( !this.options.icon && ( this.options.icons.primary ||\n\t\t\t\t\tthis.options.icons.secondary ) ) {\n\t\t\t\tif ( this.options.icons.primary ) {\n\t\t\t\t\tthis.options.icon = this.options.icons.primary;\n\t\t\t\t} else {\n\t\t\t\t\tthis.options.icon = this.options.icons.secondary;\n\t\t\t\t\tthis.options.iconPosition = \"end\";\n\t\t\t\t}\n\t\t\t} else if ( this.options.icon ) {\n\t\t\t\tthis.options.icons.primary = this.options.icon;\n\t\t\t}\n\t\t\tthis._super();\n\t\t},\n\n\t\t_setOption: function( key, value ) {\n\t\t\tif ( key === \"text\" ) {\n\t\t\t\tthis._super( \"showLabel\", value );\n\t\t\t\treturn;\n\t\t\t}\n\t\t\tif ( key === \"showLabel\" ) {\n\t\t\t\tthis.options.text = value;\n\t\t\t}\n\t\t\tif ( key === \"icon\" ) {\n\t\t\t\tthis.options.icons.primary = value;\n\t\t\t}\n\t\t\tif ( key === \"icons\" ) {\n\t\t\t\tif ( value.primary ) {\n\t\t\t\t\tthis._super( \"icon\", value.primary );\n\t\t\t\t\tthis._super( \"iconPosition\", \"beginning\" );\n\t\t\t\t} else if ( value.secondary ) {\n\t\t\t\t\tthis._super( \"icon\", value.secondary );\n\t\t\t\t\tthis._super( \"iconPosition\", \"end\" );\n\t\t\t\t}\n\t\t\t}\n\t\t\tthis._superApply( arguments );\n\t\t}\n\t} );\n\n\t$.fn.button = ( function( orig ) {\n\t\treturn function() {\n\t\t\tif ( !this.length || ( this.length && this[ 0 ].tagName !== \"INPUT\" ) ||\n\t\t\t\t\t( this.length && this[ 0 ].tagName === \"INPUT\" && (\n\t\t\t\t\t\tthis.attr( \"type\" ) !== \"checkbox\" && this.attr( \"type\" ) !== \"radio\"\n\t\t\t\t\t) ) ) {\n\t\t\t\treturn orig.apply( this, arguments );\n\t\t\t}\n\t\t\tif ( !$.ui.checkboxradio ) {\n\t\t\t\t$.error( \"Checkboxradio widget missing\" );\n\t\t\t}\n\t\t\tif ( arguments.length === 0 ) {\n\t\t\t\treturn this.checkboxradio( {\n\t\t\t\t\t\"icon\": false\n\t\t\t\t} );\n\t\t\t}\n\t\t\treturn this.checkboxradio.apply( this, arguments );\n\t\t};\n\t} )( $.fn.button );\n\n\t$.fn.buttonset = function() {\n\t\tif ( !$.ui.controlgroup ) {\n\t\t\t$.error( \"Controlgroup widget missing\" );\n\t\t}\n\t\tif ( arguments[ 0 ] === \"option\" && arguments[ 1 ] === \"items\" && arguments[ 2 ] ) {\n\t\t\treturn this.controlgroup.apply( this,\n\t\t\t\t[ arguments[ 0 ], \"items.button\", arguments[ 2 ] ] );\n\t\t}\n\t\tif ( arguments[ 0 ] === \"option\" && arguments[ 1 ] === \"items\" ) {\n\t\t\treturn this.controlgroup.apply( this, [ arguments[ 0 ], \"items.button\" ] );\n\t\t}\n\t\tif ( typeof arguments[ 0 ] === \"object\" && arguments[ 0 ].items ) {\n\t\t\targuments[ 0 ].items = {\n\t\t\t\tbutton: arguments[ 0 ].items\n\t\t\t};\n\t\t}\n\t\treturn this.controlgroup.apply( this, arguments );\n\t};\n}\n\nreturn $.ui.button;\n\n} ) );\n","/*!\n * jQuery UI Controlgroup 1.12.1\n * http://jqueryui.com\n *\n * Copyright jQuery Foundation and other contributors\n * Released under the MIT license.\n * http://jquery.org/license\n */\n\n//>>label: Controlgroup\n//>>group: Widgets\n//>>description: Visually groups form control widgets\n//>>docs: http://api.jqueryui.com/controlgroup/\n//>>demos: http://jqueryui.com/controlgroup/\n//>>css.structure: ../../themes/base/core.css\n//>>css.structure: ../../themes/base/controlgroup.css\n//>>css.theme: ../../themes/base/theme.css\n\n( function( factory ) {\n\tif ( typeof define === \"function\" && define.amd ) {\n\n\t\t// AMD. Register as an anonymous module.\n\t\tdefine( [\n\t\t\t\"jquery\",\n\t\t\t\"../widget\"\n\t\t], factory );\n\t} else {\n\n\t\t// Browser globals\n\t\tfactory( jQuery );\n\t}\n}( function( $ ) {\nvar controlgroupCornerRegex = /ui-corner-([a-z]){2,6}/g;\n\nreturn $.widget( \"ui.controlgroup\", {\n\tversion: \"1.12.1\",\n\tdefaultElement: \"<div>\",\n\toptions: {\n\t\tdirection: \"horizontal\",\n\t\tdisabled: null,\n\t\tonlyVisible: true,\n\t\titems: {\n\t\t\t\"button\": \"input[type=button], input[type=submit], input[type=reset], button, a\",\n\t\t\t\"controlgroupLabel\": \".ui-controlgroup-label\",\n\t\t\t\"checkboxradio\": \"input[type='checkbox'], input[type='radio']\",\n\t\t\t\"selectmenu\": \"select\",\n\t\t\t\"spinner\": \".ui-spinner-input\"\n\t\t}\n\t},\n\n\t_create: function() {\n\t\tthis._enhance();\n\t},\n\n\t// To support the enhanced option in jQuery Mobile, we isolate DOM manipulation\n\t_enhance: function() {\n\t\tthis.element.attr( \"role\", \"toolbar\" );\n\t\tthis.refresh();\n\t},\n\n\t_destroy: function() {\n\t\tthis._callChildMethod( \"destroy\" );\n\t\tthis.childWidgets.removeData( \"ui-controlgroup-data\" );\n\t\tthis.element.removeAttr( \"role\" );\n\t\tif ( this.options.items.controlgroupLabel ) {\n\t\t\tthis.element\n\t\t\t\t.find( this.options.items.controlgroupLabel )\n\t\t\t\t.find( \".ui-controlgroup-label-contents\" )\n\t\t\t\t.contents().unwrap();\n\t\t}\n\t},\n\n\t_initWidgets: function() {\n\t\tvar that = this,\n\t\t\tchildWidgets = [];\n\n\t\t// First we iterate over each of the items options\n\t\t$.each( this.options.items, function( widget, selector ) {\n\t\t\tvar labels;\n\t\t\tvar options = {};\n\n\t\t\t// Make sure the widget has a selector set\n\t\t\tif ( !selector ) {\n\t\t\t\treturn;\n\t\t\t}\n\n\t\t\tif ( widget === \"controlgroupLabel\" ) {\n\t\t\t\tlabels = that.element.find( selector );\n\t\t\t\tlabels.each( function() {\n\t\t\t\t\tvar element = $( this );\n\n\t\t\t\t\tif ( element.children( \".ui-controlgroup-label-contents\" ).length ) {\n\t\t\t\t\t\treturn;\n\t\t\t\t\t}\n\t\t\t\t\telement.contents()\n\t\t\t\t\t\t.wrapAll( \"<span class='ui-controlgroup-label-contents'></span>\" );\n\t\t\t\t} );\n\t\t\t\tthat._addClass( labels, null, \"ui-widget ui-widget-content ui-state-default\" );\n\t\t\t\tchildWidgets = childWidgets.concat( labels.get() );\n\t\t\t\treturn;\n\t\t\t}\n\n\t\t\t// Make sure the widget actually exists\n\t\t\tif ( !$.fn[ widget ] ) {\n\t\t\t\treturn;\n\t\t\t}\n\n\t\t\t// We assume everything is in the middle to start because we can't determine\n\t\t\t// first / last elements until all enhancments are done.\n\t\t\tif ( that[ \"_\" + widget + \"Options\" ] ) {\n\t\t\t\toptions = that[ \"_\" + widget + \"Options\" ]( \"middle\" );\n\t\t\t} else {\n\t\t\t\toptions = { classes: {} };\n\t\t\t}\n\n\t\t\t// Find instances of this widget inside controlgroup and init them\n\t\t\tthat.element\n\t\t\t\t.find( selector )\n\t\t\t\t.each( function() {\n\t\t\t\t\tvar element = $( this );\n\t\t\t\t\tvar instance = element[ widget ]( \"instance\" );\n\n\t\t\t\t\t// We need to clone the default options for this type of widget to avoid\n\t\t\t\t\t// polluting the variable options which has a wider scope than a single widget.\n\t\t\t\t\tvar instanceOptions = $.widget.extend( {}, options );\n\n\t\t\t\t\t// If the button is the child of a spinner ignore it\n\t\t\t\t\t// TODO: Find a more generic solution\n\t\t\t\t\tif ( widget === \"button\" && element.parent( \".ui-spinner\" ).length ) {\n\t\t\t\t\t\treturn;\n\t\t\t\t\t}\n\n\t\t\t\t\t// Create the widget if it doesn't exist\n\t\t\t\t\tif ( !instance ) {\n\t\t\t\t\t\tinstance = element[ widget ]()[ widget ]( \"instance\" );\n\t\t\t\t\t}\n\t\t\t\t\tif ( instance ) {\n\t\t\t\t\t\tinstanceOptions.classes =\n\t\t\t\t\t\t\tthat._resolveClassesValues( instanceOptions.classes, instance );\n\t\t\t\t\t}\n\t\t\t\t\telement[ widget ]( instanceOptions );\n\n\t\t\t\t\t// Store an instance of the controlgroup to be able to reference\n\t\t\t\t\t// from the outermost element for changing options and refresh\n\t\t\t\t\tvar widgetElement = element[ widget ]( \"widget\" );\n\t\t\t\t\t$.data( widgetElement[ 0 ], \"ui-controlgroup-data\",\n\t\t\t\t\t\tinstance ? instance : element[ widget ]( \"instance\" ) );\n\n\t\t\t\t\tchildWidgets.push( widgetElement[ 0 ] );\n\t\t\t\t} );\n\t\t} );\n\n\t\tthis.childWidgets = $( $.unique( childWidgets ) );\n\t\tthis._addClass( this.childWidgets, \"ui-controlgroup-item\" );\n\t},\n\n\t_callChildMethod: function( method ) {\n\t\tthis.childWidgets.each( function() {\n\t\t\tvar element = $( this ),\n\t\t\t\tdata = element.data( \"ui-controlgroup-data\" );\n\t\t\tif ( data && data[ method ] ) {\n\t\t\t\tdata[ method ]();\n\t\t\t}\n\t\t} );\n\t},\n\n\t_updateCornerClass: function( element, position ) {\n\t\tvar remove = \"ui-corner-top ui-corner-bottom ui-corner-left ui-corner-right ui-corner-all\";\n\t\tvar add = this._buildSimpleOptions( position, \"label\" ).classes.label;\n\n\t\tthis._removeClass( element, null, remove );\n\t\tthis._addClass( element, null, add );\n\t},\n\n\t_buildSimpleOptions: function( position, key ) {\n\t\tvar direction = this.options.direction === \"vertical\";\n\t\tvar result = {\n\t\t\tclasses: {}\n\t\t};\n\t\tresult.classes[ key ] = {\n\t\t\t\"middle\": \"\",\n\t\t\t\"first\": \"ui-corner-\" + ( direction ? \"top\" : \"left\" ),\n\t\t\t\"last\": \"ui-corner-\" + ( direction ? \"bottom\" : \"right\" ),\n\t\t\t\"only\": \"ui-corner-all\"\n\t\t}[ position ];\n\n\t\treturn result;\n\t},\n\n\t_spinnerOptions: function( position ) {\n\t\tvar options = this._buildSimpleOptions( position, \"ui-spinner\" );\n\n\t\toptions.classes[ \"ui-spinner-up\" ] = \"\";\n\t\toptions.classes[ \"ui-spinner-down\" ] = \"\";\n\n\t\treturn options;\n\t},\n\n\t_buttonOptions: function( position ) {\n\t\treturn this._buildSimpleOptions( position, \"ui-button\" );\n\t},\n\n\t_checkboxradioOptions: function( position ) {\n\t\treturn this._buildSimpleOptions( position, \"ui-checkboxradio-label\" );\n\t},\n\n\t_selectmenuOptions: function( position ) {\n\t\tvar direction = this.options.direction === \"vertical\";\n\t\treturn {\n\t\t\twidth: direction ? \"auto\" : false,\n\t\t\tclasses: {\n\t\t\t\tmiddle: {\n\t\t\t\t\t\"ui-selectmenu-button-open\": \"\",\n\t\t\t\t\t\"ui-selectmenu-button-closed\": \"\"\n\t\t\t\t},\n\t\t\t\tfirst: {\n\t\t\t\t\t\"ui-selectmenu-button-open\": \"ui-corner-\" + ( direction ? \"top\" : \"tl\" ),\n\t\t\t\t\t\"ui-selectmenu-button-closed\": \"ui-corner-\" + ( direction ? \"top\" : \"left\" )\n\t\t\t\t},\n\t\t\t\tlast: {\n\t\t\t\t\t\"ui-selectmenu-button-open\": direction ? \"\" : \"ui-corner-tr\",\n\t\t\t\t\t\"ui-selectmenu-button-closed\": \"ui-corner-\" + ( direction ? \"bottom\" : \"right\" )\n\t\t\t\t},\n\t\t\t\tonly: {\n\t\t\t\t\t\"ui-selectmenu-button-open\": \"ui-corner-top\",\n\t\t\t\t\t\"ui-selectmenu-button-closed\": \"ui-corner-all\"\n\t\t\t\t}\n\n\t\t\t}[ position ]\n\t\t};\n\t},\n\n\t_resolveClassesValues: function( classes, instance ) {\n\t\tvar result = {};\n\t\t$.each( classes, function( key ) {\n\t\t\tvar current = instance.options.classes[ key ] || \"\";\n\t\t\tcurrent = $.trim( current.replace( controlgroupCornerRegex, \"\" ) );\n\t\t\tresult[ key ] = ( current + \" \" + classes[ key ] ).replace( /\\s+/g, \" \" );\n\t\t} );\n\t\treturn result;\n\t},\n\n\t_setOption: function( key, value ) {\n\t\tif ( key === \"direction\" ) {\n\t\t\tthis._removeClass( \"ui-controlgroup-\" + this.options.direction );\n\t\t}\n\n\t\tthis._super( key, value );\n\t\tif ( key === \"disabled\" ) {\n\t\t\tthis._callChildMethod( value ? \"disable\" : \"enable\" );\n\t\t\treturn;\n\t\t}\n\n\t\tthis.refresh();\n\t},\n\n\trefresh: function() {\n\t\tvar children,\n\t\t\tthat = this;\n\n\t\tthis._addClass( \"ui-controlgroup ui-controlgroup-\" + this.options.direction );\n\n\t\tif ( this.options.direction === \"horizontal\" ) {\n\t\t\tthis._addClass( null, \"ui-helper-clearfix\" );\n\t\t}\n\t\tthis._initWidgets();\n\n\t\tchildren = this.childWidgets;\n\n\t\t// We filter here because we need to track all childWidgets not just the visible ones\n\t\tif ( this.options.onlyVisible ) {\n\t\t\tchildren = children.filter( \":visible\" );\n\t\t}\n\n\t\tif ( children.length ) {\n\n\t\t\t// We do this last because we need to make sure all enhancment is done\n\t\t\t// before determining first and last\n\t\t\t$.each( [ \"first\", \"last\" ], function( index, value ) {\n\t\t\t\tvar instance = children[ value ]().data( \"ui-controlgroup-data\" );\n\n\t\t\t\tif ( instance && that[ \"_\" + instance.widgetName + \"Options\" ] ) {\n\t\t\t\t\tvar options = that[ \"_\" + instance.widgetName + \"Options\" ](\n\t\t\t\t\t\tchildren.length === 1 ? \"only\" : value\n\t\t\t\t\t);\n\t\t\t\t\toptions.classes = that._resolveClassesValues( options.classes, instance );\n\t\t\t\t\tinstance.element[ instance.widgetName ]( options );\n\t\t\t\t} else {\n\t\t\t\t\tthat._updateCornerClass( children[ value ](), value );\n\t\t\t\t}\n\t\t\t} );\n\n\t\t\t// Finally call the refresh method on each of the child widgets.\n\t\t\tthis._callChildMethod( \"refresh\" );\n\t\t}\n\t}\n} );\n} ) );\n","/*!\n * jQuery UI Checkboxradio 1.12.1\n * http://jqueryui.com\n *\n * Copyright jQuery Foundation and other contributors\n * Released under the MIT license.\n * http://jquery.org/license\n */\n\n//>>label: Checkboxradio\n//>>group: Widgets\n//>>description: Enhances a form with multiple themeable checkboxes or radio buttons.\n//>>docs: http://api.jqueryui.com/checkboxradio/\n//>>demos: http://jqueryui.com/checkboxradio/\n//>>css.structure: ../../themes/base/core.css\n//>>css.structure: ../../themes/base/button.css\n//>>css.structure: ../../themes/base/checkboxradio.css\n//>>css.theme: ../../themes/base/theme.css\n\n( function( factory ) {\n\tif ( typeof define === \"function\" && define.amd ) {\n\n\t\t// AMD. Register as an anonymous module.\n\t\tdefine( [\n\t\t\t\"jquery\",\n\t\t\t\"../escape-selector\",\n\t\t\t\"../form-reset-mixin\",\n\t\t\t\"../labels\",\n\t\t\t\"../widget\"\n\t\t], factory );\n\t} else {\n\n\t\t// Browser globals\n\t\tfactory( jQuery );\n\t}\n}( function( $ ) {\n\n$.widget( \"ui.checkboxradio\", [ $.ui.formResetMixin, {\n\tversion: \"1.12.1\",\n\toptions: {\n\t\tdisabled: null,\n\t\tlabel: null,\n\t\ticon: true,\n\t\tclasses: {\n\t\t\t\"ui-checkboxradio-label\": \"ui-corner-all\",\n\t\t\t\"ui-checkboxradio-icon\": \"ui-corner-all\"\n\t\t}\n\t},\n\n\t_getCreateOptions: function() {\n\t\tvar disabled, labels;\n\t\tvar that = this;\n\t\tvar options = this._super() || {};\n\n\t\t// We read the type here, because it makes more sense to throw a element type error first,\n\t\t// rather then the error for lack of a label. Often if its the wrong type, it\n\t\t// won't have a label (e.g. calling on a div, btn, etc)\n\t\tthis._readType();\n\n\t\tlabels = this.element.labels();\n\n\t\t// If there are multiple labels, use the last one\n\t\tthis.label = $( labels[ labels.length - 1 ] );\n\t\tif ( !this.label.length ) {\n\t\t\t$.error( \"No label found for checkboxradio widget\" );\n\t\t}\n\n\t\tthis.originalLabel = \"\";\n\n\t\t// We need to get the label text but this may also need to make sure it does not contain the\n\t\t// input itself.\n\t\tthis.label.contents().not( this.element[ 0 ] ).each( function() {\n\n\t\t\t// The label contents could be text, html, or a mix. We concat each element to get a\n\t\t\t// string representation of the label, without the input as part of it.\n\t\t\tthat.originalLabel += this.nodeType === 3 ? $( this ).text() : this.outerHTML;\n\t\t} );\n\n\t\t// Set the label option if we found label text\n\t\tif ( this.originalLabel ) {\n\t\t\toptions.label = this.originalLabel;\n\t\t}\n\n\t\tdisabled = this.element[ 0 ].disabled;\n\t\tif ( disabled != null ) {\n\t\t\toptions.disabled = disabled;\n\t\t}\n\t\treturn options;\n\t},\n\n\t_create: function() {\n\t\tvar checked = this.element[ 0 ].checked;\n\n\t\tthis._bindFormResetHandler();\n\n\t\tif ( this.options.disabled == null ) {\n\t\t\tthis.options.disabled = this.element[ 0 ].disabled;\n\t\t}\n\n\t\tthis._setOption( \"disabled\", this.options.disabled );\n\t\tthis._addClass( \"ui-checkboxradio\", \"ui-helper-hidden-accessible\" );\n\t\tthis._addClass( this.label, \"ui-checkboxradio-label\", \"ui-button ui-widget\" );\n\n\t\tif ( this.type === \"radio\" ) {\n\t\t\tthis._addClass( this.label, \"ui-checkboxradio-radio-label\" );\n\t\t}\n\n\t\tif ( this.options.label && this.options.label !== this.originalLabel ) {\n\t\t\tthis._updateLabel();\n\t\t} else if ( this.originalLabel ) {\n\t\t\tthis.options.label = this.originalLabel;\n\t\t}\n\n\t\tthis._enhance();\n\n\t\tif ( checked ) {\n\t\t\tthis._addClass( this.label, \"ui-checkboxradio-checked\", \"ui-state-active\" );\n\t\t\tif ( this.icon ) {\n\t\t\t\tthis._addClass( this.icon, null, \"ui-state-hover\" );\n\t\t\t}\n\t\t}\n\n\t\tthis._on( {\n\t\t\tchange: \"_toggleClasses\",\n\t\t\tfocus: function() {\n\t\t\t\tthis._addClass( this.label, null, \"ui-state-focus ui-visual-focus\" );\n\t\t\t},\n\t\t\tblur: function() {\n\t\t\t\tthis._removeClass( this.label, null, \"ui-state-focus ui-visual-focus\" );\n\t\t\t}\n\t\t} );\n\t},\n\n\t_readType: function() {\n\t\tvar nodeName = this.element[ 0 ].nodeName.toLowerCase();\n\t\tthis.type = this.element[ 0 ].type;\n\t\tif ( nodeName !== \"input\" || !/radio|checkbox/.test( this.type ) ) {\n\t\t\t$.error( \"Can't create checkboxradio on element.nodeName=\" + nodeName +\n\t\t\t\t\" and element.type=\" + this.type );\n\t\t}\n\t},\n\n\t// Support jQuery Mobile enhanced option\n\t_enhance: function() {\n\t\tthis._updateIcon( this.element[ 0 ].checked );\n\t},\n\n\twidget: function() {\n\t\treturn this.label;\n\t},\n\n\t_getRadioGroup: function() {\n\t\tvar group;\n\t\tvar name = this.element[ 0 ].name;\n\t\tvar nameSelector = \"input[name='\" + $.ui.escapeSelector( name ) + \"']\";\n\n\t\tif ( !name ) {\n\t\t\treturn $( [] );\n\t\t}\n\n\t\tif ( this.form.length ) {\n\t\t\tgroup = $( this.form[ 0 ].elements ).filter( nameSelector );\n\t\t} else {\n\n\t\t\t// Not inside a form, check all inputs that also are not inside a form\n\t\t\tgroup = $( nameSelector ).filter( function() {\n\t\t\t\treturn $( this ).form().length === 0;\n\t\t\t} );\n\t\t}\n\n\t\treturn group.not( this.element );\n\t},\n\n\t_toggleClasses: function() {\n\t\tvar checked = this.element[ 0 ].checked;\n\t\tthis._toggleClass( this.label, \"ui-checkboxradio-checked\", \"ui-state-active\", checked );\n\n\t\tif ( this.options.icon && this.type === \"checkbox\" ) {\n\t\t\tthis._toggleClass( this.icon, null, \"ui-icon-check ui-state-checked\", checked )\n\t\t\t\t._toggleClass( this.icon, null, \"ui-icon-blank\", !checked );\n\t\t}\n\n\t\tif ( this.type === \"radio\" ) {\n\t\t\tthis._getRadioGroup()\n\t\t\t\t.each( function() {\n\t\t\t\t\tvar instance = $( this ).checkboxradio( \"instance\" );\n\n\t\t\t\t\tif ( instance ) {\n\t\t\t\t\t\tinstance._removeClass( instance.label,\n\t\t\t\t\t\t\t\"ui-checkboxradio-checked\", \"ui-state-active\" );\n\t\t\t\t\t}\n\t\t\t\t} );\n\t\t}\n\t},\n\n\t_destroy: function() {\n\t\tthis._unbindFormResetHandler();\n\n\t\tif ( this.icon ) {\n\t\t\tthis.icon.remove();\n\t\t\tthis.iconSpace.remove();\n\t\t}\n\t},\n\n\t_setOption: function( key, value ) {\n\n\t\t// We don't allow the value to be set to nothing\n\t\tif ( key === \"label\" && !value ) {\n\t\t\treturn;\n\t\t}\n\n\t\tthis._super( key, value );\n\n\t\tif ( key === \"disabled\" ) {\n\t\t\tthis._toggleClass( this.label, null, \"ui-state-disabled\", value );\n\t\t\tthis.element[ 0 ].disabled = value;\n\n\t\t\t// Don't refresh when setting disabled\n\t\t\treturn;\n\t\t}\n\t\tthis.refresh();\n\t},\n\n\t_updateIcon: function( checked ) {\n\t\tvar toAdd = \"ui-icon ui-icon-background \";\n\n\t\tif ( this.options.icon ) {\n\t\t\tif ( !this.icon ) {\n\t\t\t\tthis.icon = $( \"<span>\" );\n\t\t\t\tthis.iconSpace = $( \"<span> </span>\" );\n\t\t\t\tthis._addClass( this.iconSpace, \"ui-checkboxradio-icon-space\" );\n\t\t\t}\n\n\t\t\tif ( this.type === \"checkbox\" ) {\n\t\t\t\ttoAdd += checked ? \"ui-icon-check ui-state-checked\" : \"ui-icon-blank\";\n\t\t\t\tthis._removeClass( this.icon, null, checked ? \"ui-icon-blank\" : \"ui-icon-check\" );\n\t\t\t} else {\n\t\t\t\ttoAdd += \"ui-icon-blank\";\n\t\t\t}\n\t\t\tthis._addClass( this.icon, \"ui-checkboxradio-icon\", toAdd );\n\t\t\tif ( !checked ) {\n\t\t\t\tthis._removeClass( this.icon, null, \"ui-icon-check ui-state-checked\" );\n\t\t\t}\n\t\t\tthis.icon.prependTo( this.label ).after( this.iconSpace );\n\t\t} else if ( this.icon !== undefined ) {\n\t\t\tthis.icon.remove();\n\t\t\tthis.iconSpace.remove();\n\t\t\tdelete this.icon;\n\t\t}\n\t},\n\n\t_updateLabel: function() {\n\n\t\t// Remove the contents of the label ( minus the icon, icon space, and input )\n\t\tvar contents = this.label.contents().not( this.element[ 0 ] );\n\t\tif ( this.icon ) {\n\t\t\tcontents = contents.not( this.icon[ 0 ] );\n\t\t}\n\t\tif ( this.iconSpace ) {\n\t\t\tcontents = contents.not( this.iconSpace[ 0 ] );\n\t\t}\n\t\tcontents.remove();\n\n\t\tthis.label.append( this.options.label );\n\t},\n\n\trefresh: function() {\n\t\tvar checked = this.element[ 0 ].checked,\n\t\t\tisDisabled = this.element[ 0 ].disabled;\n\n\t\tthis._updateIcon( checked );\n\t\tthis._toggleClass( this.label, \"ui-checkboxradio-checked\", \"ui-state-active\", checked );\n\t\tif ( this.options.label !== null ) {\n\t\t\tthis._updateLabel();\n\t\t}\n\n\t\tif ( isDisabled !== this.options.disabled ) {\n\t\t\tthis._setOptions( { \"disabled\": isDisabled } );\n\t\t}\n\t}\n\n} ] );\n\nreturn $.ui.checkboxradio;\n\n} ) );\n","/*!\n * jQuery UI Form Reset Mixin 1.12.1\n * http://jqueryui.com\n *\n * Copyright jQuery Foundation and other contributors\n * Released under the MIT license.\n * http://jquery.org/license\n */\n\n//>>label: Form Reset Mixin\n//>>group: Core\n//>>description: Refresh input widgets when their form is reset\n//>>docs: http://api.jqueryui.com/form-reset-mixin/\n\n( function( factory ) {\n\tif ( typeof define === \"function\" && define.amd ) {\n\n\t\t// AMD. Register as an anonymous module.\n\t\tdefine( [\n\t\t\t\"jquery\",\n\t\t\t\"./form\",\n\t\t\t\"./version\"\n\t\t], factory );\n\t} else {\n\n\t\t// Browser globals\n\t\tfactory( jQuery );\n\t}\n}( function( $ ) {\n\nreturn $.ui.formResetMixin = {\n\t_formResetHandler: function() {\n\t\tvar form = $( this );\n\n\t\t// Wait for the form reset to actually happen before refreshing\n\t\tsetTimeout( function() {\n\t\t\tvar instances = form.data( \"ui-form-reset-instances\" );\n\t\t\t$.each( instances, function() {\n\t\t\t\tthis.refresh();\n\t\t\t} );\n\t\t} );\n\t},\n\n\t_bindFormResetHandler: function() {\n\t\tthis.form = this.element.form();\n\t\tif ( !this.form.length ) {\n\t\t\treturn;\n\t\t}\n\n\t\tvar instances = this.form.data( \"ui-form-reset-instances\" ) || [];\n\t\tif ( !instances.length ) {\n\n\t\t\t// We don't use _on() here because we use a single event handler per form\n\t\t\tthis.form.on( \"reset.ui-form-reset\", this._formResetHandler );\n\t\t}\n\t\tinstances.push( this );\n\t\tthis.form.data( \"ui-form-reset-instances\", instances );\n\t},\n\n\t_unbindFormResetHandler: function() {\n\t\tif ( !this.form.length ) {\n\t\t\treturn;\n\t\t}\n\n\t\tvar instances = this.form.data( \"ui-form-reset-instances\" );\n\t\tinstances.splice( $.inArray( this, instances ), 1 );\n\t\tif ( instances.length ) {\n\t\t\tthis.form.data( \"ui-form-reset-instances\", instances );\n\t\t} else {\n\t\t\tthis.form\n\t\t\t\t.removeData( \"ui-form-reset-instances\" )\n\t\t\t\t.off( \"reset.ui-form-reset\" );\n\t\t}\n\t}\n};\n\n} ) );\n","( function( factory ) {\n\tif ( typeof define === \"function\" && define.amd ) {\n\n\t\t// AMD. Register as an anonymous module.\n\t\tdefine( [ \"jquery\", \"./version\" ], factory );\n\t} else {\n\n\t\t// Browser globals\n\t\tfactory( jQuery );\n\t}\n} ( function( $ ) {\n\n// Support: IE8 Only\n// IE8 does not support the form attribute and when it is supplied. It overwrites the form prop\n// with a string, so we need to find the proper form.\nreturn $.fn.form = function() {\n\treturn typeof this[ 0 ].form === \"string\" ? this.closest( \"form\" ) : $( this[ 0 ].form );\n};\n\n} ) );\n","/*!\n * jQuery UI Labels 1.12.1\n * http://jqueryui.com\n *\n * Copyright jQuery Foundation and other contributors\n * Released under the MIT license.\n * http://jquery.org/license\n */\n\n//>>label: labels\n//>>group: Core\n//>>description: Find all the labels associated with a given input\n//>>docs: http://api.jqueryui.com/labels/\n\n( function( factory ) {\n\tif ( typeof define === \"function\" && define.amd ) {\n\n\t\t// AMD. Register as an anonymous module.\n\t\tdefine( [ \"jquery\", \"./version\", \"./escape-selector\" ], factory );\n\t} else {\n\n\t\t// Browser globals\n\t\tfactory( jQuery );\n\t}\n} ( function( $ ) {\n\nreturn $.fn.labels = function() {\n\tvar ancestor, selector, id, labels, ancestors;\n\n\t// Check control.labels first\n\tif ( this[ 0 ].labels && this[ 0 ].labels.length ) {\n\t\treturn this.pushStack( this[ 0 ].labels );\n\t}\n\n\t// Support: IE <= 11, FF <= 37, Android <= 2.3 only\n\t// Above browsers do not support control.labels. Everything below is to support them\n\t// as well as document fragments. control.labels does not work on document fragments\n\tlabels = this.eq( 0 ).parents( \"label\" );\n\n\t// Look for the label based on the id\n\tid = this.attr( \"id\" );\n\tif ( id ) {\n\n\t\t// We don't search against the document in case the element\n\t\t// is disconnected from the DOM\n\t\tancestor = this.eq( 0 ).parents().last();\n\n\t\t// Get a full set of top level ancestors\n\t\tancestors = ancestor.add( ancestor.length ? ancestor.siblings() : this.siblings() );\n\n\t\t// Create a selector for the label based on the id\n\t\tselector = \"label[for='\" + $.ui.escapeSelector( id ) + \"']\";\n\n\t\tlabels = labels.add( ancestors.find( selector ).addBack( selector ) );\n\n\t}\n\n\t// Return whatever we have found for labels\n\treturn this.pushStack( labels );\n};\n\n} ) );\n","/*!\n * jQuery UI Keycode 1.12.1\n * http://jqueryui.com\n *\n * Copyright jQuery Foundation and other contributors\n * Released under the MIT license.\n * http://jquery.org/license\n */\n\n//>>label: Keycode\n//>>group: Core\n//>>description: Provide keycodes as keynames\n//>>docs: http://api.jqueryui.com/jQuery.ui.keyCode/\n\n( function( factory ) {\n\tif ( typeof define === \"function\" && define.amd ) {\n\n\t\t// AMD. Register as an anonymous module.\n\t\tdefine( [ \"jquery\", \"./version\" ], factory );\n\t} else {\n\n\t\t// Browser globals\n\t\tfactory( jQuery );\n\t}\n} ( function( $ ) {\nreturn $.ui.keyCode = {\n\tBACKSPACE: 8,\n\tCOMMA: 188,\n\tDELETE: 46,\n\tDOWN: 40,\n\tEND: 35,\n\tENTER: 13,\n\tESCAPE: 27,\n\tHOME: 36,\n\tLEFT: 37,\n\tPAGE_DOWN: 34,\n\tPAGE_UP: 33,\n\tPERIOD: 190,\n\tRIGHT: 39,\n\tSPACE: 32,\n\tTAB: 9,\n\tUP: 38\n};\n\n} ) );\n","// style-loader: Adds some css to the DOM by adding a <style> tag\n\n// load the styles\nvar content = require(\"!!../../../css-loader/dist/cjs.js!./theme.css\");\nif(typeof content === 'string') content = [[module.id, content, '']];\nif(content.locals) module.exports = content.locals;\n// add the styles to the DOM\nvar add = require(\"!../../../vue-style-loader/lib/addStylesClient.js\").default\nvar update = add(\"49a5ecab\", content, true, {});","// Imports\nvar ___CSS_LOADER_API_IMPORT___ = require(\"../../../css-loader/dist/runtime/api.js\");\nvar ___CSS_LOADER_GET_URL_IMPORT___ = require(\"../../../css-loader/dist/runtime/getUrl.js\");\nvar ___CSS_LOADER_URL_IMPORT_0___ = require(\"./images/ui-icons_444444_256x240.png\");\nvar ___CSS_LOADER_URL_IMPORT_1___ = require(\"./images/ui-icons_555555_256x240.png\");\nvar ___CSS_LOADER_URL_IMPORT_2___ = require(\"./images/ui-icons_ffffff_256x240.png\");\nvar ___CSS_LOADER_URL_IMPORT_3___ = require(\"./images/ui-icons_777620_256x240.png\");\nvar ___CSS_LOADER_URL_IMPORT_4___ = require(\"./images/ui-icons_cc0000_256x240.png\");\nvar ___CSS_LOADER_URL_IMPORT_5___ = require(\"./images/ui-icons_777777_256x240.png\");\nexports = ___CSS_LOADER_API_IMPORT___(false);\nvar ___CSS_LOADER_URL_REPLACEMENT_0___ = ___CSS_LOADER_GET_URL_IMPORT___(___CSS_LOADER_URL_IMPORT_0___);\nvar ___CSS_LOADER_URL_REPLACEMENT_1___ = ___CSS_LOADER_GET_URL_IMPORT___(___CSS_LOADER_URL_IMPORT_1___);\nvar ___CSS_LOADER_URL_REPLACEMENT_2___ = ___CSS_LOADER_GET_URL_IMPORT___(___CSS_LOADER_URL_IMPORT_2___);\nvar ___CSS_LOADER_URL_REPLACEMENT_3___ = ___CSS_LOADER_GET_URL_IMPORT___(___CSS_LOADER_URL_IMPORT_3___);\nvar ___CSS_LOADER_URL_REPLACEMENT_4___ = ___CSS_LOADER_GET_URL_IMPORT___(___CSS_LOADER_URL_IMPORT_4___);\nvar ___CSS_LOADER_URL_REPLACEMENT_5___ = ___CSS_LOADER_GET_URL_IMPORT___(___CSS_LOADER_URL_IMPORT_5___);\n// Module\nexports.push([module.id, \"/*!\\n * jQuery UI CSS Framework 1.12.1\\n * http://jqueryui.com\\n *\\n * Copyright jQuery Foundation and other contributors\\n * Released under the MIT license.\\n * http://jquery.org/license\\n *\\n * http://api.jqueryui.com/category/theming/\\n *\\n * To view and modify this theme, visit http://jqueryui.com/themeroller/\\n */\\n\\n\\n/* Component containers\\n----------------------------------*/\\n.ui-widget {\\n\\tfont-family: Arial,Helvetica,sans-serif/*{ffDefault}*/;\\n\\tfont-size: 1em/*{fsDefault}*/;\\n}\\n.ui-widget .ui-widget {\\n\\tfont-size: 1em;\\n}\\n.ui-widget input,\\n.ui-widget select,\\n.ui-widget textarea,\\n.ui-widget button {\\n\\tfont-family: Arial,Helvetica,sans-serif/*{ffDefault}*/;\\n\\tfont-size: 1em;\\n}\\n.ui-widget.ui-widget-content {\\n\\tborder: 1px solid #c5c5c5/*{borderColorDefault}*/;\\n}\\n.ui-widget-content {\\n\\tborder: 1px solid #dddddd/*{borderColorContent}*/;\\n\\tbackground: #ffffff/*{bgColorContent}*/ /*{bgImgUrlContent}*/ /*{bgContentXPos}*/ /*{bgContentYPos}*/ /*{bgContentRepeat}*/;\\n\\tcolor: #333333/*{fcContent}*/;\\n}\\n.ui-widget-content a {\\n\\tcolor: #333333/*{fcContent}*/;\\n}\\n.ui-widget-header {\\n\\tborder: 1px solid #dddddd/*{borderColorHeader}*/;\\n\\tbackground: #e9e9e9/*{bgColorHeader}*/ /*{bgImgUrlHeader}*/ /*{bgHeaderXPos}*/ /*{bgHeaderYPos}*/ /*{bgHeaderRepeat}*/;\\n\\tcolor: #333333/*{fcHeader}*/;\\n\\tfont-weight: bold;\\n}\\n.ui-widget-header a {\\n\\tcolor: #333333/*{fcHeader}*/;\\n}\\n\\n/* Interaction states\\n----------------------------------*/\\n.ui-state-default,\\n.ui-widget-content .ui-state-default,\\n.ui-widget-header .ui-state-default,\\n.ui-button,\\n\\n/* We use html here because we need a greater specificity to make sure disabled\\nworks properly when clicked or hovered */\\nhtml .ui-button.ui-state-disabled:hover,\\nhtml .ui-button.ui-state-disabled:active {\\n\\tborder: 1px solid #c5c5c5/*{borderColorDefault}*/;\\n\\tbackground: #f6f6f6/*{bgColorDefault}*/ /*{bgImgUrlDefault}*/ /*{bgDefaultXPos}*/ /*{bgDefaultYPos}*/ /*{bgDefaultRepeat}*/;\\n\\tfont-weight: normal/*{fwDefault}*/;\\n\\tcolor: #454545/*{fcDefault}*/;\\n}\\n.ui-state-default a,\\n.ui-state-default a:link,\\n.ui-state-default a:visited,\\na.ui-button,\\na:link.ui-button,\\na:visited.ui-button,\\n.ui-button {\\n\\tcolor: #454545/*{fcDefault}*/;\\n\\ttext-decoration: none;\\n}\\n.ui-state-hover,\\n.ui-widget-content .ui-state-hover,\\n.ui-widget-header .ui-state-hover,\\n.ui-state-focus,\\n.ui-widget-content .ui-state-focus,\\n.ui-widget-header .ui-state-focus,\\n.ui-button:hover,\\n.ui-button:focus {\\n\\tborder: 1px solid #cccccc/*{borderColorHover}*/;\\n\\tbackground: #ededed/*{bgColorHover}*/ /*{bgImgUrlHover}*/ /*{bgHoverXPos}*/ /*{bgHoverYPos}*/ /*{bgHoverRepeat}*/;\\n\\tfont-weight: normal/*{fwDefault}*/;\\n\\tcolor: #2b2b2b/*{fcHover}*/;\\n}\\n.ui-state-hover a,\\n.ui-state-hover a:hover,\\n.ui-state-hover a:link,\\n.ui-state-hover a:visited,\\n.ui-state-focus a,\\n.ui-state-focus a:hover,\\n.ui-state-focus a:link,\\n.ui-state-focus a:visited,\\na.ui-button:hover,\\na.ui-button:focus {\\n\\tcolor: #2b2b2b/*{fcHover}*/;\\n\\ttext-decoration: none;\\n}\\n\\n.ui-visual-focus {\\n\\tbox-shadow: 0 0 3px 1px rgb(94, 158, 214);\\n}\\n.ui-state-active,\\n.ui-widget-content .ui-state-active,\\n.ui-widget-header .ui-state-active,\\na.ui-button:active,\\n.ui-button:active,\\n.ui-button.ui-state-active:hover {\\n\\tborder: 1px solid #003eff/*{borderColorActive}*/;\\n\\tbackground: #007fff/*{bgColorActive}*/ /*{bgImgUrlActive}*/ /*{bgActiveXPos}*/ /*{bgActiveYPos}*/ /*{bgActiveRepeat}*/;\\n\\tfont-weight: normal/*{fwDefault}*/;\\n\\tcolor: #ffffff/*{fcActive}*/;\\n}\\n.ui-icon-background,\\n.ui-state-active .ui-icon-background {\\n\\tborder: #003eff/*{borderColorActive}*/;\\n\\tbackground-color: #ffffff/*{fcActive}*/;\\n}\\n.ui-state-active a,\\n.ui-state-active a:link,\\n.ui-state-active a:visited {\\n\\tcolor: #ffffff/*{fcActive}*/;\\n\\ttext-decoration: none;\\n}\\n\\n/* Interaction Cues\\n----------------------------------*/\\n.ui-state-highlight,\\n.ui-widget-content .ui-state-highlight,\\n.ui-widget-header .ui-state-highlight {\\n\\tborder: 1px solid #dad55e/*{borderColorHighlight}*/;\\n\\tbackground: #fffa90/*{bgColorHighlight}*/ /*{bgImgUrlHighlight}*/ /*{bgHighlightXPos}*/ /*{bgHighlightYPos}*/ /*{bgHighlightRepeat}*/;\\n\\tcolor: #777620/*{fcHighlight}*/;\\n}\\n.ui-state-checked {\\n\\tborder: 1px solid #dad55e/*{borderColorHighlight}*/;\\n\\tbackground: #fffa90/*{bgColorHighlight}*/;\\n}\\n.ui-state-highlight a,\\n.ui-widget-content .ui-state-highlight a,\\n.ui-widget-header .ui-state-highlight a {\\n\\tcolor: #777620/*{fcHighlight}*/;\\n}\\n.ui-state-error,\\n.ui-widget-content .ui-state-error,\\n.ui-widget-header .ui-state-error {\\n\\tborder: 1px solid #f1a899/*{borderColorError}*/;\\n\\tbackground: #fddfdf/*{bgColorError}*/ /*{bgImgUrlError}*/ /*{bgErrorXPos}*/ /*{bgErrorYPos}*/ /*{bgErrorRepeat}*/;\\n\\tcolor: #5f3f3f/*{fcError}*/;\\n}\\n.ui-state-error a,\\n.ui-widget-content .ui-state-error a,\\n.ui-widget-header .ui-state-error a {\\n\\tcolor: #5f3f3f/*{fcError}*/;\\n}\\n.ui-state-error-text,\\n.ui-widget-content .ui-state-error-text,\\n.ui-widget-header .ui-state-error-text {\\n\\tcolor: #5f3f3f/*{fcError}*/;\\n}\\n.ui-priority-primary,\\n.ui-widget-content .ui-priority-primary,\\n.ui-widget-header .ui-priority-primary {\\n\\tfont-weight: bold;\\n}\\n.ui-priority-secondary,\\n.ui-widget-content .ui-priority-secondary,\\n.ui-widget-header .ui-priority-secondary {\\n\\topacity: .7;\\n\\tfilter:Alpha(Opacity=70); /* support: IE8 */\\n\\tfont-weight: normal;\\n}\\n.ui-state-disabled,\\n.ui-widget-content .ui-state-disabled,\\n.ui-widget-header .ui-state-disabled {\\n\\topacity: .35;\\n\\tfilter:Alpha(Opacity=35); /* support: IE8 */\\n\\tbackground-image: none;\\n}\\n.ui-state-disabled .ui-icon {\\n\\tfilter:Alpha(Opacity=35); /* support: IE8 - See #6059 */\\n}\\n\\n/* Icons\\n----------------------------------*/\\n\\n/* states and images */\\n.ui-icon {\\n\\twidth: 16px;\\n\\theight: 16px;\\n}\\n.ui-icon,\\n.ui-widget-content .ui-icon {\\n\\tbackground-image: url(\" + ___CSS_LOADER_URL_REPLACEMENT_0___ + \");\\n}\\n.ui-widget-header .ui-icon {\\n\\tbackground-image: url(\" + ___CSS_LOADER_URL_REPLACEMENT_0___ + \");\\n}\\n.ui-state-hover .ui-icon,\\n.ui-state-focus .ui-icon,\\n.ui-button:hover .ui-icon,\\n.ui-button:focus .ui-icon {\\n\\tbackground-image: url(\" + ___CSS_LOADER_URL_REPLACEMENT_1___ + \");\\n}\\n.ui-state-active .ui-icon,\\n.ui-button:active .ui-icon {\\n\\tbackground-image: url(\" + ___CSS_LOADER_URL_REPLACEMENT_2___ + \");\\n}\\n.ui-state-highlight .ui-icon,\\n.ui-button .ui-state-highlight.ui-icon {\\n\\tbackground-image: url(\" + ___CSS_LOADER_URL_REPLACEMENT_3___ + \");\\n}\\n.ui-state-error .ui-icon,\\n.ui-state-error-text .ui-icon {\\n\\tbackground-image: url(\" + ___CSS_LOADER_URL_REPLACEMENT_4___ + \");\\n}\\n.ui-button .ui-icon {\\n\\tbackground-image: url(\" + ___CSS_LOADER_URL_REPLACEMENT_5___ + \");\\n}\\n\\n/* positioning */\\n.ui-icon-blank { background-position: 16px 16px; }\\n.ui-icon-caret-1-n { background-position: 0 0; }\\n.ui-icon-caret-1-ne { background-position: -16px 0; }\\n.ui-icon-caret-1-e { background-position: -32px 0; }\\n.ui-icon-caret-1-se { background-position: -48px 0; }\\n.ui-icon-caret-1-s { background-position: -65px 0; }\\n.ui-icon-caret-1-sw { background-position: -80px 0; }\\n.ui-icon-caret-1-w { background-position: -96px 0; }\\n.ui-icon-caret-1-nw { background-position: -112px 0; }\\n.ui-icon-caret-2-n-s { background-position: -128px 0; }\\n.ui-icon-caret-2-e-w { background-position: -144px 0; }\\n.ui-icon-triangle-1-n { background-position: 0 -16px; }\\n.ui-icon-triangle-1-ne { background-position: -16px -16px; }\\n.ui-icon-triangle-1-e { background-position: -32px -16px; }\\n.ui-icon-triangle-1-se { background-position: -48px -16px; }\\n.ui-icon-triangle-1-s { background-position: -65px -16px; }\\n.ui-icon-triangle-1-sw { background-position: -80px -16px; }\\n.ui-icon-triangle-1-w { background-position: -96px -16px; }\\n.ui-icon-triangle-1-nw { background-position: -112px -16px; }\\n.ui-icon-triangle-2-n-s { background-position: -128px -16px; }\\n.ui-icon-triangle-2-e-w { background-position: -144px -16px; }\\n.ui-icon-arrow-1-n { background-position: 0 -32px; }\\n.ui-icon-arrow-1-ne { background-position: -16px -32px; }\\n.ui-icon-arrow-1-e { background-position: -32px -32px; }\\n.ui-icon-arrow-1-se { background-position: -48px -32px; }\\n.ui-icon-arrow-1-s { background-position: -65px -32px; }\\n.ui-icon-arrow-1-sw { background-position: -80px -32px; }\\n.ui-icon-arrow-1-w { background-position: -96px -32px; }\\n.ui-icon-arrow-1-nw { background-position: -112px -32px; }\\n.ui-icon-arrow-2-n-s { background-position: -128px -32px; }\\n.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }\\n.ui-icon-arrow-2-e-w { background-position: -160px -32px; }\\n.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }\\n.ui-icon-arrowstop-1-n { background-position: -192px -32px; }\\n.ui-icon-arrowstop-1-e { background-position: -208px -32px; }\\n.ui-icon-arrowstop-1-s { background-position: -224px -32px; }\\n.ui-icon-arrowstop-1-w { background-position: -240px -32px; }\\n.ui-icon-arrowthick-1-n { background-position: 1px -48px; }\\n.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }\\n.ui-icon-arrowthick-1-e { background-position: -32px -48px; }\\n.ui-icon-arrowthick-1-se { background-position: -48px -48px; }\\n.ui-icon-arrowthick-1-s { background-position: -64px -48px; }\\n.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }\\n.ui-icon-arrowthick-1-w { background-position: -96px -48px; }\\n.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }\\n.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }\\n.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }\\n.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }\\n.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }\\n.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }\\n.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }\\n.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }\\n.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }\\n.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }\\n.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }\\n.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }\\n.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }\\n.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }\\n.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }\\n.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }\\n.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }\\n.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }\\n.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }\\n.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }\\n.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }\\n.ui-icon-arrow-4 { background-position: 0 -80px; }\\n.ui-icon-arrow-4-diag { background-position: -16px -80px; }\\n.ui-icon-extlink { background-position: -32px -80px; }\\n.ui-icon-newwin { background-position: -48px -80px; }\\n.ui-icon-refresh { background-position: -64px -80px; }\\n.ui-icon-shuffle { background-position: -80px -80px; }\\n.ui-icon-transfer-e-w { background-position: -96px -80px; }\\n.ui-icon-transferthick-e-w { background-position: -112px -80px; }\\n.ui-icon-folder-collapsed { background-position: 0 -96px; }\\n.ui-icon-folder-open { background-position: -16px -96px; }\\n.ui-icon-document { background-position: -32px -96px; }\\n.ui-icon-document-b { background-position: -48px -96px; }\\n.ui-icon-note { background-position: -64px -96px; }\\n.ui-icon-mail-closed { background-position: -80px -96px; }\\n.ui-icon-mail-open { background-position: -96px -96px; }\\n.ui-icon-suitcase { background-position: -112px -96px; }\\n.ui-icon-comment { background-position: -128px -96px; }\\n.ui-icon-person { background-position: -144px -96px; }\\n.ui-icon-print { background-position: -160px -96px; }\\n.ui-icon-trash { background-position: -176px -96px; }\\n.ui-icon-locked { background-position: -192px -96px; }\\n.ui-icon-unlocked { background-position: -208px -96px; }\\n.ui-icon-bookmark { background-position: -224px -96px; }\\n.ui-icon-tag { background-position: -240px -96px; }\\n.ui-icon-home { background-position: 0 -112px; }\\n.ui-icon-flag { background-position: -16px -112px; }\\n.ui-icon-calendar { background-position: -32px -112px; }\\n.ui-icon-cart { background-position: -48px -112px; }\\n.ui-icon-pencil { background-position: -64px -112px; }\\n.ui-icon-clock { background-position: -80px -112px; }\\n.ui-icon-disk { background-position: -96px -112px; }\\n.ui-icon-calculator { background-position: -112px -112px; }\\n.ui-icon-zoomin { background-position: -128px -112px; }\\n.ui-icon-zoomout { background-position: -144px -112px; }\\n.ui-icon-search { background-position: -160px -112px; }\\n.ui-icon-wrench { background-position: -176px -112px; }\\n.ui-icon-gear { background-position: -192px -112px; }\\n.ui-icon-heart { background-position: -208px -112px; }\\n.ui-icon-star { background-position: -224px -112px; }\\n.ui-icon-link { background-position: -240px -112px; }\\n.ui-icon-cancel { background-position: 0 -128px; }\\n.ui-icon-plus { background-position: -16px -128px; }\\n.ui-icon-plusthick { background-position: -32px -128px; }\\n.ui-icon-minus { background-position: -48px -128px; }\\n.ui-icon-minusthick { background-position: -64px -128px; }\\n.ui-icon-close { background-position: -80px -128px; }\\n.ui-icon-closethick { background-position: -96px -128px; }\\n.ui-icon-key { background-position: -112px -128px; }\\n.ui-icon-lightbulb { background-position: -128px -128px; }\\n.ui-icon-scissors { background-position: -144px -128px; }\\n.ui-icon-clipboard { background-position: -160px -128px; }\\n.ui-icon-copy { background-position: -176px -128px; }\\n.ui-icon-contact { background-position: -192px -128px; }\\n.ui-icon-image { background-position: -208px -128px; }\\n.ui-icon-video { background-position: -224px -128px; }\\n.ui-icon-script { background-position: -240px -128px; }\\n.ui-icon-alert { background-position: 0 -144px; }\\n.ui-icon-info { background-position: -16px -144px; }\\n.ui-icon-notice { background-position: -32px -144px; }\\n.ui-icon-help { background-position: -48px -144px; }\\n.ui-icon-check { background-position: -64px -144px; }\\n.ui-icon-bullet { background-position: -80px -144px; }\\n.ui-icon-radio-on { background-position: -96px -144px; }\\n.ui-icon-radio-off { background-position: -112px -144px; }\\n.ui-icon-pin-w { background-position: -128px -144px; }\\n.ui-icon-pin-s { background-position: -144px -144px; }\\n.ui-icon-play { background-position: 0 -160px; }\\n.ui-icon-pause { background-position: -16px -160px; }\\n.ui-icon-seek-next { background-position: -32px -160px; }\\n.ui-icon-seek-prev { background-position: -48px -160px; }\\n.ui-icon-seek-end { background-position: -64px -160px; }\\n.ui-icon-seek-start { background-position: -80px -160px; }\\n/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */\\n.ui-icon-seek-first { background-position: -80px -160px; }\\n.ui-icon-stop { background-position: -96px -160px; }\\n.ui-icon-eject { background-position: -112px -160px; }\\n.ui-icon-volume-off { background-position: -128px -160px; }\\n.ui-icon-volume-on { background-position: -144px -160px; }\\n.ui-icon-power { background-position: 0 -176px; }\\n.ui-icon-signal-diag { background-position: -16px -176px; }\\n.ui-icon-signal { background-position: -32px -176px; }\\n.ui-icon-battery-0 { background-position: -48px -176px; }\\n.ui-icon-battery-1 { background-position: -64px -176px; }\\n.ui-icon-battery-2 { background-position: -80px -176px; }\\n.ui-icon-battery-3 { background-position: -96px -176px; }\\n.ui-icon-circle-plus { background-position: 0 -192px; }\\n.ui-icon-circle-minus { background-position: -16px -192px; }\\n.ui-icon-circle-close { background-position: -32px -192px; }\\n.ui-icon-circle-triangle-e { background-position: -48px -192px; }\\n.ui-icon-circle-triangle-s { background-position: -64px -192px; }\\n.ui-icon-circle-triangle-w { background-position: -80px -192px; }\\n.ui-icon-circle-triangle-n { background-position: -96px -192px; }\\n.ui-icon-circle-arrow-e { background-position: -112px -192px; }\\n.ui-icon-circle-arrow-s { background-position: -128px -192px; }\\n.ui-icon-circle-arrow-w { background-position: -144px -192px; }\\n.ui-icon-circle-arrow-n { background-position: -160px -192px; }\\n.ui-icon-circle-zoomin { background-position: -176px -192px; }\\n.ui-icon-circle-zoomout { background-position: -192px -192px; }\\n.ui-icon-circle-check { background-position: -208px -192px; }\\n.ui-icon-circlesmall-plus { background-position: 0 -208px; }\\n.ui-icon-circlesmall-minus { background-position: -16px -208px; }\\n.ui-icon-circlesmall-close { background-position: -32px -208px; }\\n.ui-icon-squaresmall-plus { background-position: -48px -208px; }\\n.ui-icon-squaresmall-minus { background-position: -64px -208px; }\\n.ui-icon-squaresmall-close { background-position: -80px -208px; }\\n.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }\\n.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }\\n.ui-icon-grip-solid-vertical { background-position: -32px -224px; }\\n.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }\\n.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }\\n.ui-icon-grip-diagonal-se { background-position: -80px -224px; }\\n\\n\\n/* Misc visuals\\n----------------------------------*/\\n\\n/* Corner radius */\\n.ui-corner-all,\\n.ui-corner-top,\\n.ui-corner-left,\\n.ui-corner-tl {\\n\\tborder-top-left-radius: 3px/*{cornerRadius}*/;\\n}\\n.ui-corner-all,\\n.ui-corner-top,\\n.ui-corner-right,\\n.ui-corner-tr {\\n\\tborder-top-right-radius: 3px/*{cornerRadius}*/;\\n}\\n.ui-corner-all,\\n.ui-corner-bottom,\\n.ui-corner-left,\\n.ui-corner-bl {\\n\\tborder-bottom-left-radius: 3px/*{cornerRadius}*/;\\n}\\n.ui-corner-all,\\n.ui-corner-bottom,\\n.ui-corner-right,\\n.ui-corner-br {\\n\\tborder-bottom-right-radius: 3px/*{cornerRadius}*/;\\n}\\n\\n/* Overlays */\\n.ui-widget-overlay {\\n\\tbackground: #aaaaaa/*{bgColorOverlay}*/ /*{bgImgUrlOverlay}*/ /*{bgOverlayXPos}*/ /*{bgOverlayYPos}*/ /*{bgOverlayRepeat}*/;\\n\\topacity: .3/*{opacityOverlay}*/;\\n\\tfilter: Alpha(Opacity=30)/*{opacityFilterOverlay}*/; /* support: IE8 */\\n}\\n.ui-widget-shadow {\\n\\t-webkit-box-shadow: 0/*{offsetLeftShadow}*/ 0/*{offsetTopShadow}*/ 5px/*{thicknessShadow}*/ #666666/*{bgColorShadow}*/;\\n\\tbox-shadow: 0/*{offsetLeftShadow}*/ 0/*{offsetTopShadow}*/ 5px/*{thicknessShadow}*/ #666666/*{bgColorShadow}*/;\\n}\\n\", \"\"]);\n// Exports\nmodule.exports = exports;\n","export default \"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAQAAAADwCAMAAADYSUr5AAABDlBMVEVEREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREQf23IJAAAAWnRSTlMAGf8QMwQIUL+CmS8iVXFAZmAaEzLMDSE8FkJISyAeWiMnMVMshTSHgMNqyM/GOEUcvLi+fKu1pYyqqK0fsin9AZ5RJO8KBgIDj6JilEqgr23fnEdjP29/kWiyI5UtAAAM80lEQVR4Aezb3XLzOgiFYXh8//e8T8MwQeNJ8yXd5T2zF8RiCfm3jWVZvoGUf7x+X+6AfLnEUZRkCZYf7EBQAsgoEFVNilpJ2gFafgkmP9eBoM1R2cEwg0GM6WDqh5ryXur4hxIGPZFD9vTrDbIe8e2QY4FtCsF5DU0dMAygdsCn6EM8d/AQkBzsJUsw+XeuApHIGiz3RmhZlmVZluVP3Anmd92Igbojh4IAg1/z+4CkZqSQn3wjld2AFlC3kM/9St2AHB8eg/yn9ZOnEQ9yIge/Zj8bCMS/AjD3rCzi+X1ATn4W9YMdMJDe+T4gT0sw5F4FlmVZlmVZ/gTiFcBLv++zBQTmHWdxxr3jw/AD5gOcM6DKekhN17SCvmkcjfPx53oMcjg4xslAoYp127GDWoIq3jo+0PWyY5CBuYJz+hCibAM1gBoOxg4yWzS3MCd/e8Xm9HkA5yPcKu+4xmFqQdz7RRwbuoA754CjKl7EV+eDWJZlWZZl6SQZL8EPDwCiMGhADMxqcm8A0WCOqsB5AOpnJVmlETk9QItIs4H9KPPxiRgLKDjPINQPi2TVpg4iRwOS4/hbyOQAY/2aaM5HKP485Ii5g4Dw1GB9jzgPQFefOoyInt/1nt9l9AEPBaLq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\"","export default \"data:image/png;base64,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\"","export default \"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAQAAAADwCAMAAADYSUr5AAABDlBMVEX////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////uKVtWAAAAWnRSTlMAGf8QMwQIUL+CmS8iVXFAZmAaEzLMDSE8FkJISyAeWiMnMVMshTSHgMNqyM/GOEUcvLi+fKu1pYyqqK0fsin9AZ5RJO8KBgIDj6JilEqgr23fnEdjP29/kWiyI5UtAAAM80lEQVR4Aezb3XLzOgiFYXh8//e8T8MwQeNJ8yXd5T2zF8RiCfm3jWVZvoGUf7x+X+6AfLnEUZRkCZYf7EBQAsgoEFVNilpJ2gFafgkmP9eBoM1R2cEwg0GM6WDqh5ryXur4hxIGPZFD9vTrDbIe8e2QY4FtCsF5DU0dMAygdsCn6EM8d/AQkBzsJUsw+XeuApHIGiz3RmhZlmVZluVP3Anmd92Igbojh4IAg1/z+4CkZqSQn3wjld2AFlC3kM/9St2AHB8eg/yn9ZOnEQ9yIge/Zj8bCMS/AjD3rCzi+X1ATn4W9YMdMJDe+T4gT0sw5F4FlmVZlmVZ/gTiFcBLv++zBQTmHWdxxr3jw/AD5gOcM6DKekhN17SCvmkcjfPx53oMcjg4xslAoYp127GDWoIq3jo+0PWyY5CBuYJz+hCibAM1gBoOxg4yWzS3MCd/e8Xm9HkA5yPcKu+4xmFqQdz7RRwbuoA754CjKl7EV+eDWJZlWZZl6SQZL8EPDwCiMGhADMxqcm8A0WCOqsB5AOpnJVmlETk9QItIs4H9KPPxiRgLKDjPINQPi2TVpg4iRwOS4/hbyOQAY/2aaM5HKP485Ii5g4Dw1GB9jzgPQFefOoyInt/1nt9l9AEPBaLq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\"","export default \"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAQAAAADwCAMAAADYSUr5AAABDlBMVEV3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diBVLkeJAAAAWnRSTlMAGf8QMwQIUL+CmS8iVXFAZmAaEzLMDSE8FkJISyAeWiMnMVMshTSHgMNqyM/GOEUcvLi+fKu1pYyqqK0fsin9AZ5RJO8KBgIDj6JilEqgr23fnEdjP29/kWiyI5UtAAAM80lEQVR4Aezb3XLzOgiFYXh8//e8T8MwQeNJ8yXd5T2zF8RiCfm3jWVZvoGUf7x+X+6AfLnEUZRkCZYf7EBQAsgoEFVNilpJ2gFafgkmP9eBoM1R2cEwg0GM6WDqh5ryXur4hxIGPZFD9vTrDbIe8e2QY4FtCsF5DU0dMAygdsCn6EM8d/AQkBzsJUsw+XeuApHIGiz3RmhZlmVZluVP3Anmd92Igbojh4IAg1/z+4CkZqSQn3wjld2AFlC3kM/9St2AHB8eg/yn9ZOnEQ9yIge/Zj8bCMS/AjD3rCzi+X1ATn4W9YMdMJDe+T4gT0sw5F4FlmVZlmVZ/gTiFcBLv++zBQTmHWdxxr3jw/AD5gOcM6DKekhN17SCvmkcjfPx53oMcjg4xslAoYp127GDWoIq3jo+0PWyY5CBuYJz+hCibAM1gBoOxg4yWzS3MCd/e8Xm9HkA5yPcKu+4xmFqQdz7RRwbuoA754CjKl7EV+eDWJZlWZZl6SQZL8EPDwCiMGhADMxqcm8A0WCOqsB5AOpnJVmlETk9QItIs4H9KPPxiRgLKDjPINQPi2TVpg4iRwOS4/hbyOQAY/2aaM5HKP485Ii5g4Dw1GB9jzgPQFefOoyInt/1nt9l9AEPBaLq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\"","export default \"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAQAAAADwCAMAAADYSUr5AAABDlBMVEXMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADP1XLPAAAAWnRSTlMAGf8QMwQIUL+CmS8iVXFAZmAaEzLMDSE8FkJISyAeWiMnMVMshTSHgMNqyM/GOEUcvLi+fKu1pYyqqK0fsin9AZ5RJO8KBgIDj6JilEqgr23fnEdjP29/kWiyI5UtAAAM80lEQVR4Aezb3XLzOgiFYXh8//e8T8MwQeNJ8yXd5T2zF8RiCfm3jWVZvoGUf7x+X+6AfLnEUZRkCZYf7EBQAsgoEFVNilpJ2gFafgkmP9eBoM1R2cEwg0GM6WDqh5ryXur4hxIGPZFD9vTrDbIe8e2QY4FtCsF5DU0dMAygdsCn6EM8d/AQkBzsJUsw+XeuApHIGiz3RmhZlmVZluVP3Anmd92Igbojh4IAg1/z+4CkZqSQn3wjld2AFlC3kM/9St2AHB8eg/yn9ZOnEQ9yIge/Zj8bCMS/AjD3rCzi+X1ATn4W9YMdMJDe+T4gT0sw5F4FlmVZlmVZ/gTiFcBLv++zBQTmHWdxxr3jw/AD5gOcM6DKekhN17SCvmkcjfPx53oMcjg4xslAoYp127GDWoIq3jo+0PWyY5CBuYJz+hCibAM1gBoOxg4yWzS3MCd/e8Xm9HkA5yPcKu+4xmFqQdz7RRwbuoA754CjKl7EV+eDWJZlWZZl6SQZL8EPDwCiMGhADMxqcm8A0WCOqsB5AOpnJVmlETk9QItIs4H9KPPxiRgLKDjPINQPi2TVpg4iRwOS4/hbyOQAY/2aaM5HKP485Ii5g4Dw1GB9jzgPQFefOoyInt/1nt9l9AEPBaLq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\"","export default \"data:image/png;base64,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\"","// style-loader: Adds some css to the DOM by adding a <style> tag\n\n// load the styles\nvar content = require(\"!!../../../css-loader/dist/cjs.js!./button.css\");\nif(typeof content === 'string') content = [[module.id, content, '']];\nif(content.locals) module.exports = content.locals;\n// add the styles to the DOM\nvar add = require(\"!../../../vue-style-loader/lib/addStylesClient.js\").default\nvar update = add(\"825aa046\", content, true, {});","// Imports\nvar ___CSS_LOADER_API_IMPORT___ = require(\"../../../css-loader/dist/runtime/api.js\");\nexports = ___CSS_LOADER_API_IMPORT___(false);\n// Module\nexports.push([module.id, \"/*!\\n * jQuery UI Button 1.12.1\\n * http://jqueryui.com\\n *\\n * Copyright jQuery Foundation and other contributors\\n * Released under the MIT license.\\n * http://jquery.org/license\\n *\\n * http://api.jqueryui.com/button/#theming\\n */\\n.ui-button {\\n\\tpadding: .4em 1em;\\n\\tdisplay: inline-block;\\n\\tposition: relative;\\n\\tline-height: normal;\\n\\tmargin-right: .1em;\\n\\tcursor: pointer;\\n\\tvertical-align: middle;\\n\\ttext-align: center;\\n\\t-webkit-user-select: none;\\n\\t-moz-user-select: none;\\n\\t-ms-user-select: none;\\n\\tuser-select: none;\\n\\n\\t/* Support: IE <= 11 */\\n\\toverflow: visible;\\n}\\n\\n.ui-button,\\n.ui-button:link,\\n.ui-button:visited,\\n.ui-button:hover,\\n.ui-button:active {\\n\\ttext-decoration: none;\\n}\\n\\n/* to make room for the icon, a width needs to be set here */\\n.ui-button-icon-only {\\n\\twidth: 2em;\\n\\tbox-sizing: border-box;\\n\\ttext-indent: -9999px;\\n\\twhite-space: nowrap;\\n}\\n\\n/* no icon support for input elements */\\ninput.ui-button.ui-button-icon-only {\\n\\ttext-indent: 0;\\n}\\n\\n/* button icon element(s) */\\n.ui-button-icon-only .ui-icon {\\n\\tposition: absolute;\\n\\ttop: 50%;\\n\\tleft: 50%;\\n\\tmargin-top: -8px;\\n\\tmargin-left: -8px;\\n}\\n\\n.ui-button.ui-icon-notext .ui-icon {\\n\\tpadding: 0;\\n\\twidth: 2.1em;\\n\\theight: 2.1em;\\n\\ttext-indent: -9999px;\\n\\twhite-space: nowrap;\\n\\n}\\n\\ninput.ui-button.ui-icon-notext .ui-icon {\\n\\twidth: auto;\\n\\theight: auto;\\n\\ttext-indent: 0;\\n\\twhite-space: normal;\\n\\tpadding: .4em 1em;\\n}\\n\\n/* workarounds */\\n/* Support: Firefox 5 - 40 */\\ninput.ui-button::-moz-focus-inner,\\nbutton.ui-button::-moz-focus-inner {\\n\\tborder: 0;\\n\\tpadding: 0;\\n}\\n\", \"\"]);\n// Exports\nmodule.exports = exports;\n","import $ from 'jquery'\nimport { translate as t } from '@nextcloud/l10n'\nimport { getToken } from './OC/requesttoken'\nimport getURLParameter from './Util/get-url-parameter'\n\nimport 'jquery-ui/ui/widgets/button'\nimport 'jquery-ui/themes/base/theme.css'\nimport 'jquery-ui/themes/base/button.css'\n\nimport 'strengthify'\nimport 'strengthify/strengthify.css'\n\n$(document).ready(function() {\n\tconst dbtypes = {\n\t\tsqlite: !!$('#hasSQLite').val(),\n\t\tmysql: !!$('#hasMySQL').val(),\n\t\tpostgresql: !!$('#hasPostgreSQL').val(),\n\t\toracle: !!$('#hasOracle').val(),\n\t}\n\n\t$('#selectDbType').buttonset()\n\t// change links inside an info box back to their default appearance\n\t$('#selectDbType p.info a').button('destroy')\n\n\tif ($('#hasSQLite').val()) {\n\t\t$('#use_other_db').hide()\n\t\t$('#use_oracle_db').hide()\n\t} else {\n\t\t$('#sqliteInformation').hide()\n\t}\n\t$('#adminlogin').change(function() {\n\t\t$('#adminlogin').val($.trim($('#adminlogin').val()))\n\t})\n\t$('#sqlite').click(function() {\n\t\t$('#use_other_db').slideUp(250)\n\t\t$('#use_oracle_db').slideUp(250)\n\t\t$('#sqliteInformation').show()\n\t\t$('#dbname').attr('pattern', '[0-9a-zA-Z$_-]+')\n\t})\n\n\t$('#mysql,#pgsql').click(function() {\n\t\t$('#use_other_db').slideDown(250)\n\t\t$('#use_oracle_db').slideUp(250)\n\t\t$('#sqliteInformation').hide()\n\t\t$('#dbname').attr('pattern', '[0-9a-zA-Z$_-]+')\n\t})\n\n\t$('#oci').click(function() {\n\t\t$('#use_other_db').slideDown(250)\n\t\t$('#use_oracle_db').show(250)\n\t\t$('#sqliteInformation').hide()\n\t\t$('#dbname').attr('pattern', '[0-9a-zA-Z$_-.]+')\n\t})\n\n\t$('#showAdvanced').click(function(e) {\n\t\te.preventDefault()\n\t\t$('#datadirContent').slideToggle(250)\n\t\t$('#databaseBackend').slideToggle(250)\n\t\t$('#databaseField').slideToggle(250)\n\t})\n\t$('form').submit(function() {\n\t\t// Save form parameters\n\t\tconst post = $(this).serializeArray()\n\n\t\t// Show spinner while finishing setup\n\t\t$('.float-spinner').show(250)\n\n\t\t// Disable inputs\n\t\t$(':submit', this).attr('disabled', 'disabled').val($(':submit', this).data('finishing'))\n\t\t$('input', this).addClass('ui-state-disabled').attr('disabled', 'disabled')\n\t\t// only disable buttons if they are present\n\t\tif ($('#selectDbType').find('.ui-button').length > 0) {\n\t\t\t$('#selectDbType').buttonset('disable')\n\t\t}\n\t\t$('.strengthify-wrapper, .tipsy')\n\t\t\t.css('-ms-filter', '\"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\"')\n\t\t\t.css('filter', 'alpha(opacity=30)')\n\t\t\t.css('opacity', 0.3)\n\n\t\t// Create the form\n\t\tconst form = $('<form>')\n\t\tform.attr('action', $(this).attr('action'))\n\t\tform.attr('method', 'POST')\n\n\t\tfor (let i = 0; i < post.length; i++) {\n\t\t\tconst input = $('<input type=\"hidden\">')\n\t\t\tinput.attr(post[i])\n\t\t\tform.append(input)\n\t\t}\n\n\t\t// Add redirect_url\n\t\tconst redirectURL = getURLParameter('redirect_url')\n\t\tif (redirectURL) {\n\t\t\tconst redirectURLInput = $('<input type=\"hidden\">')\n\t\t\tredirectURLInput.attr({\n\t\t\t\tname: 'redirect_url',\n\t\t\t\tvalue: redirectURL,\n\t\t\t})\n\t\t\tform.append(redirectURLInput)\n\t\t}\n\n\t\t// Submit the form\n\t\tform.appendTo(document.body)\n\t\tform.submit()\n\t\treturn false\n\t})\n\n\t// Expand latest db settings if page was reloaded on error\n\tconst currentDbType = $('input[type=\"radio\"]:checked').val()\n\n\tif (currentDbType === undefined) {\n\t\t$('input[type=\"radio\"]').first().click()\n\t}\n\n\tif (\n\t\tcurrentDbType === 'sqlite'\n\t\t|| (dbtypes.sqlite && currentDbType === undefined)\n\t) {\n\t\t$('#datadirContent').hide(250)\n\t\t$('#databaseBackend').hide(250)\n\t\t$('#databaseField').hide(250)\n\t\t$('.float-spinner').hide(250)\n\t}\n\n\t$('#adminpass').strengthify({\n\t\tzxcvbn: OC.linkTo('core', 'vendor/zxcvbn/dist/zxcvbn.js'),\n\t\ttitles: [\n\t\t\tt('core', 'Very weak password'),\n\t\t\tt('core', 'Weak password'),\n\t\t\tt('core', 'So-so password'),\n\t\t\tt('core', 'Good password'),\n\t\t\tt('core', 'Strong password'),\n\t\t],\n\t\tdrawTitles: true,\n\t\tnonce: btoa(getToken()),\n\t})\n})\n","/**\n * @copyright 2019 Christoph Wurst <christoph@winzerhof-wurst.at>\n *\n * @author 2019 Christoph Wurst <christoph@winzerhof-wurst.at>\n *\n * @license GNU AGPL version 3 or any later version\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see <http://www.gnu.org/licenses/>.\n */\n\n/**\n * Get the value of a URL parameter\n * @link http://stackoverflow.com/questions/1403888/get-url-parameter-with-jquery\n * @param {string} name URL parameter\n * @returns {string}\n */\nexport default function getURLParameter(name) {\n\treturn decodeURIComponent(\n\t\t// eslint-disable-next-line no-sparse-arrays\n\t\t(new RegExp('[?|&]' + name + '=' + '([^&;]+?)(&|#|;|$)').exec(location.search) || [, ''])[1].replace(/\\+/g, '%20')\n\t) || ''\n}\n","// shim for using process in browser\nvar process = module.exports = {};\n\n// cached from whatever global is present so that test runners that stub it\n// don't break things. But we need to wrap it in a try catch in case it is\n// wrapped in strict mode code which doesn't define any globals. It's inside a\n// function because try/catches deoptimize in certain engines.\n\nvar cachedSetTimeout;\nvar cachedClearTimeout;\n\nfunction defaultSetTimout() {\n throw new Error('setTimeout has not been defined');\n}\nfunction defaultClearTimeout () {\n throw new Error('clearTimeout has not been defined');\n}\n(function () {\n try {\n if (typeof setTimeout === 'function') {\n cachedSetTimeout = setTimeout;\n } else {\n cachedSetTimeout = defaultSetTimout;\n }\n } catch (e) {\n cachedSetTimeout = defaultSetTimout;\n }\n try {\n if (typeof clearTimeout === 'function') {\n cachedClearTimeout = clearTimeout;\n } else {\n cachedClearTimeout = defaultClearTimeout;\n }\n } catch (e) {\n cachedClearTimeout = defaultClearTimeout;\n }\n} ())\nfunction runTimeout(fun) {\n if (cachedSetTimeout === setTimeout) {\n //normal enviroments in sane situations\n return setTimeout(fun, 0);\n }\n // if setTimeout wasn't available but was latter defined\n if ((cachedSetTimeout === defaultSetTimout || !cachedSetTimeout) && setTimeout) {\n cachedSetTimeout = setTimeout;\n return setTimeout(fun, 0);\n }\n try {\n // when when somebody has screwed with setTimeout but no I.E. maddness\n return cachedSetTimeout(fun, 0);\n } catch(e){\n try {\n // When we are in I.E. but the script has been evaled so I.E. doesn't trust the global object when called normally\n return cachedSetTimeout.call(null, fun, 0);\n } catch(e){\n // same as above but when it's a version of I.E. that must have the global object for 'this', hopfully our context correct otherwise it will throw a global error\n return cachedSetTimeout.call(this, fun, 0);\n }\n }\n\n\n}\nfunction runClearTimeout(marker) {\n if (cachedClearTimeout === clearTimeout) {\n //normal enviroments in sane situations\n return clearTimeout(marker);\n }\n // if clearTimeout wasn't available but was latter defined\n if ((cachedClearTimeout === defaultClearTimeout || !cachedClearTimeout) && clearTimeout) {\n cachedClearTimeout = clearTimeout;\n return clearTimeout(marker);\n }\n try {\n // when when somebody has screwed with setTimeout but no I.E. maddness\n return cachedClearTimeout(marker);\n } catch (e){\n try {\n // When we are in I.E. but the script has been evaled so I.E. doesn't trust the global object when called normally\n return cachedClearTimeout.call(null, marker);\n } catch (e){\n // same as above but when it's a version of I.E. that must have the global object for 'this', hopfully our context correct otherwise it will throw a global error.\n // Some versions of I.E. have different rules for clearTimeout vs setTimeout\n return cachedClearTimeout.call(this, marker);\n }\n }\n\n\n\n}\nvar queue = [];\nvar draining = false;\nvar currentQueue;\nvar queueIndex = -1;\n\nfunction cleanUpNextTick() {\n if (!draining || !currentQueue) {\n return;\n }\n draining = false;\n if (currentQueue.length) {\n queue = currentQueue.concat(queue);\n } else {\n queueIndex = -1;\n }\n if (queue.length) {\n drainQueue();\n }\n}\n\nfunction drainQueue() {\n if (draining) {\n return;\n }\n var timeout = runTimeout(cleanUpNextTick);\n draining = true;\n\n var len = queue.length;\n while(len) {\n currentQueue = queue;\n queue = [];\n while (++queueIndex < len) {\n if (currentQueue) {\n currentQueue[queueIndex].run();\n }\n }\n queueIndex = -1;\n len = queue.length;\n }\n currentQueue = null;\n draining = false;\n runClearTimeout(timeout);\n}\n\nprocess.nextTick = function (fun) {\n var args = new Array(arguments.length - 1);\n if (arguments.length > 1) {\n for (var i = 1; i < arguments.length; i++) {\n args[i - 1] = arguments[i];\n }\n }\n queue.push(new Item(fun, args));\n if (queue.length === 1 && !draining) {\n runTimeout(drainQueue);\n }\n};\n\n// v8 likes predictible objects\nfunction Item(fun, array) {\n this.fun = fun;\n this.array = array;\n}\nItem.prototype.run = function () {\n this.fun.apply(null, this.array);\n};\nprocess.title = 'browser';\nprocess.browser = true;\nprocess.env = {};\nprocess.argv = [];\nprocess.version = ''; // empty string to avoid regexp issues\nprocess.versions = {};\n\nfunction noop() {}\n\nprocess.on = noop;\nprocess.addListener = noop;\nprocess.once = noop;\nprocess.off = noop;\nprocess.removeListener = noop;\nprocess.removeAllListeners = noop;\nprocess.emit = noop;\nprocess.prependListener = noop;\nprocess.prependOnceListener = noop;\n\nprocess.listeners = function (name) { return [] }\n\nprocess.binding = function (name) {\n throw new Error('process.binding is not supported');\n};\n\nprocess.cwd = function () { return '/' };\nprocess.chdir = function (dir) {\n throw new Error('process.chdir is not supported');\n};\nprocess.umask = function() { return 0; };\n","var DESCRIPTORS = require('../internals/descriptors');\nvar propertyIsEnumerableModule = require('../internals/object-property-is-enumerable');\nvar createPropertyDescriptor = require('../internals/create-property-descriptor');\nvar toIndexedObject = require('../internals/to-indexed-object');\nvar toPrimitive = require('../internals/to-primitive');\nvar has = require('../internals/has');\nvar IE8_DOM_DEFINE = require('../internals/ie8-dom-define');\n\nvar nativeGetOwnPropertyDescriptor = Object.getOwnPropertyDescriptor;\n\n// `Object.getOwnPropertyDescriptor` method\n// https://tc39.github.io/ecma262/#sec-object.getownpropertydescriptor\nexports.f = DESCRIPTORS ? nativeGetOwnPropertyDescriptor : function getOwnPropertyDescriptor(O, P) {\n O = toIndexedObject(O);\n P = toPrimitive(P, true);\n if (IE8_DOM_DEFINE) try {\n return nativeGetOwnPropertyDescriptor(O, P);\n } catch (error) { /* empty */ }\n if (has(O, P)) return createPropertyDescriptor(!propertyIsEnumerableModule.f.call(O, P), O[P]);\n};\n","var fails = require('../internals/fails');\nvar classof = require('../internals/classof-raw');\n\nvar split = ''.split;\n\n// fallback for non-array-like ES3 and non-enumerable old V8 strings\nmodule.exports = fails(function () {\n // throws an error in rhino, see https://github.com/mozilla/rhino/issues/346\n // eslint-disable-next-line no-prototype-builtins\n return !Object('z').propertyIsEnumerable(0);\n}) ? function (it) {\n return classof(it) == 'String' ? split.call(it, '') : Object(it);\n} : Object;\n","var DESCRIPTORS = require('../internals/descriptors');\nvar IE8_DOM_DEFINE = require('../internals/ie8-dom-define');\nvar anObject = require('../internals/an-object');\nvar toPrimitive = require('../internals/to-primitive');\n\nvar nativeDefineProperty = Object.defineProperty;\n\n// `Object.defineProperty` method\n// https://tc39.github.io/ecma262/#sec-object.defineproperty\nexports.f = DESCRIPTORS ? nativeDefineProperty : function defineProperty(O, P, Attributes) {\n anObject(O);\n P = toPrimitive(P, true);\n anObject(Attributes);\n if (IE8_DOM_DEFINE) try {\n return nativeDefineProperty(O, P, Attributes);\n } catch (error) { /* empty */ }\n if ('get' in Attributes || 'set' in Attributes) throw TypeError('Accessors not supported');\n if ('value' in Attributes) O[P] = Attributes.value;\n return O;\n};\n","var DESCRIPTORS = require('../internals/descriptors');\nvar fails = require('../internals/fails');\nvar createElement = require('../internals/document-create-element');\n\n// Thank's IE8 for his funny defineProperty\nmodule.exports = !DESCRIPTORS && !fails(function () {\n return Object.defineProperty(createElement('div'), 'a', {\n get: function () { return 7; }\n }).a != 7;\n});\n","var global = require('../internals/global');\nvar isObject = require('../internals/is-object');\n\nvar document = global.document;\n// typeof document.createElement is 'object' in old IE\nvar EXISTS = isObject(document) && isObject(document.createElement);\n\nmodule.exports = function (it) {\n return EXISTS ? document.createElement(it) : {};\n};\n","var store = require('../internals/shared-store');\n\nvar functionToString = Function.toString;\n\n// this helper broken in `3.4.1-3.4.4`, so we can't use `shared` helper\nif (typeof store.inspectSource != 'function') {\n store.inspectSource = function (it) {\n return functionToString.call(it);\n };\n}\n\nmodule.exports = store.inspectSource;\n","var global = require('../internals/global');\nvar setGlobal = require('../internals/set-global');\n\nvar SHARED = '__core-js_shared__';\nvar store = global[SHARED] || setGlobal(SHARED, {});\n\nmodule.exports = store;\n","var IS_PURE = require('../internals/is-pure');\nvar store = require('../internals/shared-store');\n\n(module.exports = function (key, value) {\n return store[key] || (store[key] = value !== undefined ? value : {});\n})('versions', []).push({\n version: '3.6.4',\n mode: IS_PURE ? 'pure' : 'global',\n copyright: '© 2020 Denis Pushkarev (zloirock.ru)'\n});\n","var has = require('../internals/has');\nvar toIndexedObject = require('../internals/to-indexed-object');\nvar indexOf = require('../internals/array-includes').indexOf;\nvar hiddenKeys = require('../internals/hidden-keys');\n\nmodule.exports = function (object, names) {\n var O = toIndexedObject(object);\n var i = 0;\n var result = [];\n var key;\n for (key in O) !has(hiddenKeys, key) && has(O, key) && result.push(key);\n // Don't enum bug & hidden keys\n while (names.length > i) if (has(O, key = names[i++])) {\n ~indexOf(result, key) || result.push(key);\n }\n return result;\n};\n","var fails = require('../internals/fails');\n\nvar replacement = /#|\\.prototype\\./;\n\nvar isForced = function (feature, detection) {\n var value = data[normalize(feature)];\n return value == POLYFILL ? true\n : value == NATIVE ? false\n : typeof detection == 'function' ? fails(detection)\n : !!detection;\n};\n\nvar normalize = isForced.normalize = function (string) {\n return String(string).replace(replacement, '.').toLowerCase();\n};\n\nvar data = isForced.data = {};\nvar NATIVE = isForced.NATIVE = 'N';\nvar POLYFILL = isForced.POLYFILL = 'P';\n\nmodule.exports = isForced;\n","var classof = require('../internals/classof-raw');\n\n// `IsArray` abstract operation\n// https://tc39.github.io/ecma262/#sec-isarray\nmodule.exports = Array.isArray || function isArray(arg) {\n return classof(arg) == 'Array';\n};\n","var isObject = require('../internals/is-object');\nvar isArray = require('../internals/is-array');\nvar wellKnownSymbol = require('../internals/well-known-symbol');\n\nvar SPECIES = wellKnownSymbol('species');\n\n// `ArraySpeciesCreate` abstract operation\n// https://tc39.github.io/ecma262/#sec-arrayspeciescreate\nmodule.exports = function (originalArray, length) {\n var C;\n if (isArray(originalArray)) {\n C = originalArray.constructor;\n // cross-realm fallback\n if (typeof C == 'function' && (C === Array || isArray(C.prototype))) C = undefined;\n else if (isObject(C)) {\n C = C[SPECIES];\n if (C === null) C = undefined;\n }\n } return new (C === undefined ? Array : C)(length === 0 ? 0 : length);\n};\n","var fails = require('../internals/fails');\n\nmodule.exports = !!Object.getOwnPropertySymbols && !fails(function () {\n // Chrome 38 Symbol has incorrect toString conversion\n // eslint-disable-next-line no-undef\n return !String(Symbol());\n});\n","var fails = require('../internals/fails');\nvar wellKnownSymbol = require('../internals/well-known-symbol');\nvar V8_VERSION = require('../internals/engine-v8-version');\n\nvar SPECIES = wellKnownSymbol('species');\n\nmodule.exports = function (METHOD_NAME) {\n // We can't use this feature detection in V8 since it causes\n // deoptimization and serious performance degradation\n // https://github.com/zloirock/core-js/issues/677\n return V8_VERSION >= 51 || !fails(function () {\n var array = [];\n var constructor = array.constructor = {};\n constructor[SPECIES] = function () {\n return { foo: 1 };\n };\n return array[METHOD_NAME](Boolean).foo !== 1;\n });\n};\n","var global = require('../internals/global');\nvar userAgent = require('../internals/engine-user-agent');\n\nvar process = global.process;\nvar versions = process && process.versions;\nvar v8 = versions && versions.v8;\nvar match, version;\n\nif (v8) {\n match = v8.split('.');\n version = match[0] + match[1];\n} else if (userAgent) {\n match = userAgent.match(/Edge\\/(\\d+)/);\n if (!match || match[1] >= 74) {\n match = userAgent.match(/Chrome\\/(\\d+)/);\n if (match) version = match[1];\n }\n}\n\nmodule.exports = version && +version;\n","var bind = require('../internals/function-bind-context');\nvar IndexedObject = require('../internals/indexed-object');\nvar toObject = require('../internals/to-object');\nvar toLength = require('../internals/to-length');\nvar arraySpeciesCreate = require('../internals/array-species-create');\n\nvar push = [].push;\n\n// `Array.prototype.{ forEach, map, filter, some, every, find, findIndex }` methods implementation\nvar createMethod = function (TYPE) {\n var IS_MAP = TYPE == 1;\n var IS_FILTER = TYPE == 2;\n var IS_SOME = TYPE == 3;\n var IS_EVERY = TYPE == 4;\n var IS_FIND_INDEX = TYPE == 6;\n var NO_HOLES = TYPE == 5 || IS_FIND_INDEX;\n return function ($this, callbackfn, that, specificCreate) {\n var O = toObject($this);\n var self = IndexedObject(O);\n var boundFunction = bind(callbackfn, that, 3);\n var length = toLength(self.length);\n var index = 0;\n var create = specificCreate || arraySpeciesCreate;\n var target = IS_MAP ? create($this, length) : IS_FILTER ? create($this, 0) : undefined;\n var value, result;\n for (;length > index; index++) if (NO_HOLES || index in self) {\n value = self[index];\n result = boundFunction(value, index, O);\n if (TYPE) {\n if (IS_MAP) target[index] = result; // map\n else if (result) switch (TYPE) {\n case 3: return true; // some\n case 5: return value; // find\n case 6: return index; // findIndex\n case 2: push.call(target, value); // filter\n } else if (IS_EVERY) return false; // every\n }\n }\n return IS_FIND_INDEX ? -1 : IS_SOME || IS_EVERY ? IS_EVERY : target;\n };\n};\n\nmodule.exports = {\n // `Array.prototype.forEach` method\n // https://tc39.github.io/ecma262/#sec-array.prototype.foreach\n forEach: createMethod(0),\n // `Array.prototype.map` method\n // https://tc39.github.io/ecma262/#sec-array.prototype.map\n map: createMethod(1),\n // `Array.prototype.filter` method\n // https://tc39.github.io/ecma262/#sec-array.prototype.filter\n filter: createMethod(2),\n // `Array.prototype.some` method\n // https://tc39.github.io/ecma262/#sec-array.prototype.some\n some: createMethod(3),\n // `Array.prototype.every` method\n // https://tc39.github.io/ecma262/#sec-array.prototype.every\n every: createMethod(4),\n // `Array.prototype.find` method\n // https://tc39.github.io/ecma262/#sec-array.prototype.find\n find: createMethod(5),\n // `Array.prototype.findIndex` method\n // https://tc39.github.io/ecma262/#sec-array.prototype.findIndex\n findIndex: createMethod(6)\n};\n","var DESCRIPTORS = require('../internals/descriptors');\nvar fails = require('../internals/fails');\nvar has = require('../internals/has');\n\nvar defineProperty = Object.defineProperty;\nvar cache = {};\n\nvar thrower = function (it) { throw it; };\n\nmodule.exports = function (METHOD_NAME, options) {\n if (has(cache, METHOD_NAME)) return cache[METHOD_NAME];\n if (!options) options = {};\n var method = [][METHOD_NAME];\n var ACCESSORS = has(options, 'ACCESSORS') ? options.ACCESSORS : false;\n var argument0 = has(options, 0) ? options[0] : thrower;\n var argument1 = has(options, 1) ? options[1] : undefined;\n\n return cache[METHOD_NAME] = !!method && !fails(function () {\n if (ACCESSORS && !DESCRIPTORS) return true;\n var O = { length: -1 };\n\n if (ACCESSORS) defineProperty(O, 1, { enumerable: true, get: thrower });\n else O[1] = 1;\n\n method.call(O, argument0, argument1);\n });\n};\n","'use strict';\nvar $forEach = require('../internals/array-iteration').forEach;\nvar arrayMethodIsStrict = require('../internals/array-method-is-strict');\nvar arrayMethodUsesToLength = require('../internals/array-method-uses-to-length');\n\nvar STRICT_METHOD = arrayMethodIsStrict('forEach');\nvar USES_TO_LENGTH = arrayMethodUsesToLength('forEach');\n\n// `Array.prototype.forEach` method implementation\n// https://tc39.github.io/ecma262/#sec-array.prototype.foreach\nmodule.exports = (!STRICT_METHOD || !USES_TO_LENGTH) ? function forEach(callbackfn /* , thisArg */) {\n return $forEach(this, callbackfn, arguments.length > 1 ? arguments[1] : undefined);\n} : [].forEach;\n","'use strict';\nvar toIndexedObject = require('../internals/to-indexed-object');\nvar addToUnscopables = require('../internals/add-to-unscopables');\nvar Iterators = require('../internals/iterators');\nvar InternalStateModule = require('../internals/internal-state');\nvar defineIterator = require('../internals/define-iterator');\n\nvar ARRAY_ITERATOR = 'Array Iterator';\nvar setInternalState = InternalStateModule.set;\nvar getInternalState = InternalStateModule.getterFor(ARRAY_ITERATOR);\n\n// `Array.prototype.entries` method\n// https://tc39.github.io/ecma262/#sec-array.prototype.entries\n// `Array.prototype.keys` method\n// https://tc39.github.io/ecma262/#sec-array.prototype.keys\n// `Array.prototype.values` method\n// https://tc39.github.io/ecma262/#sec-array.prototype.values\n// `Array.prototype[@@iterator]` method\n// https://tc39.github.io/ecma262/#sec-array.prototype-@@iterator\n// `CreateArrayIterator` internal method\n// https://tc39.github.io/ecma262/#sec-createarrayiterator\nmodule.exports = defineIterator(Array, 'Array', function (iterated, kind) {\n setInternalState(this, {\n type: ARRAY_ITERATOR,\n target: toIndexedObject(iterated), // target\n index: 0, // next index\n kind: kind // kind\n });\n// `%ArrayIteratorPrototype%.next` method\n// https://tc39.github.io/ecma262/#sec-%arrayiteratorprototype%.next\n}, function () {\n var state = getInternalState(this);\n var target = state.target;\n var kind = state.kind;\n var index = state.index++;\n if (!target || index >= target.length) {\n state.target = undefined;\n return { value: undefined, done: true };\n }\n if (kind == 'keys') return { value: index, done: false };\n if (kind == 'values') return { value: target[index], done: false };\n return { value: [index, target[index]], done: false };\n}, 'values');\n\n// argumentsList[@@iterator] is %ArrayProto_values%\n// https://tc39.github.io/ecma262/#sec-createunmappedargumentsobject\n// https://tc39.github.io/ecma262/#sec-createmappedargumentsobject\nIterators.Arguments = Iterators.Array;\n\n// https://tc39.github.io/ecma262/#sec-array.prototype-@@unscopables\naddToUnscopables('keys');\naddToUnscopables('values');\naddToUnscopables('entries');\n","'use strict';\nvar getPrototypeOf = require('../internals/object-get-prototype-of');\nvar createNonEnumerableProperty = require('../internals/create-non-enumerable-property');\nvar has = require('../internals/has');\nvar wellKnownSymbol = require('../internals/well-known-symbol');\nvar IS_PURE = require('../internals/is-pure');\n\nvar ITERATOR = wellKnownSymbol('iterator');\nvar BUGGY_SAFARI_ITERATORS = false;\n\nvar returnThis = function () { return this; };\n\n// `%IteratorPrototype%` object\n// https://tc39.github.io/ecma262/#sec-%iteratorprototype%-object\nvar IteratorPrototype, PrototypeOfArrayIteratorPrototype, arrayIterator;\n\nif ([].keys) {\n arrayIterator = [].keys();\n // Safari 8 has buggy iterators w/o `next`\n if (!('next' in arrayIterator)) BUGGY_SAFARI_ITERATORS = true;\n else {\n PrototypeOfArrayIteratorPrototype = getPrototypeOf(getPrototypeOf(arrayIterator));\n if (PrototypeOfArrayIteratorPrototype !== Object.prototype) IteratorPrototype = PrototypeOfArrayIteratorPrototype;\n }\n}\n\nif (IteratorPrototype == undefined) IteratorPrototype = {};\n\n// 25.1.2.1.1 %IteratorPrototype%[@@iterator]()\nif (!IS_PURE && !has(IteratorPrototype, ITERATOR)) {\n createNonEnumerableProperty(IteratorPrototype, ITERATOR, returnThis);\n}\n\nmodule.exports = {\n IteratorPrototype: IteratorPrototype,\n BUGGY_SAFARI_ITERATORS: BUGGY_SAFARI_ITERATORS\n};\n","var has = require('../internals/has');\nvar toObject = require('../internals/to-object');\nvar sharedKey = require('../internals/shared-key');\nvar CORRECT_PROTOTYPE_GETTER = require('../internals/correct-prototype-getter');\n\nvar IE_PROTO = sharedKey('IE_PROTO');\nvar ObjectPrototype = Object.prototype;\n\n// `Object.getPrototypeOf` method\n// https://tc39.github.io/ecma262/#sec-object.getprototypeof\nmodule.exports = CORRECT_PROTOTYPE_GETTER ? Object.getPrototypeOf : function (O) {\n O = toObject(O);\n if (has(O, IE_PROTO)) return O[IE_PROTO];\n if (typeof O.constructor == 'function' && O instanceof O.constructor) {\n return O.constructor.prototype;\n } return O instanceof Object ? ObjectPrototype : null;\n};\n","var anObject = require('../internals/an-object');\nvar aPossiblePrototype = require('../internals/a-possible-prototype');\n\n// `Object.setPrototypeOf` method\n// https://tc39.github.io/ecma262/#sec-object.setprototypeof\n// Works with __proto__ only. Old v8 can't work with null proto objects.\n/* eslint-disable no-proto */\nmodule.exports = Object.setPrototypeOf || ('__proto__' in {} ? function () {\n var CORRECT_SETTER = false;\n var test = {};\n var setter;\n try {\n setter = Object.getOwnPropertyDescriptor(Object.prototype, '__proto__').set;\n setter.call(test, []);\n CORRECT_SETTER = test instanceof Array;\n } catch (error) { /* empty */ }\n return function setPrototypeOf(O, proto) {\n anObject(O);\n aPossiblePrototype(proto);\n if (CORRECT_SETTER) setter.call(O, proto);\n else O.__proto__ = proto;\n return O;\n };\n}() : undefined);\n","var hiddenKeys = require('../internals/hidden-keys');\nvar isObject = require('../internals/is-object');\nvar has = require('../internals/has');\nvar defineProperty = require('../internals/object-define-property').f;\nvar uid = require('../internals/uid');\nvar FREEZING = require('../internals/freezing');\n\nvar METADATA = uid('meta');\nvar id = 0;\n\nvar isExtensible = Object.isExtensible || function () {\n return true;\n};\n\nvar setMetadata = function (it) {\n defineProperty(it, METADATA, { value: {\n objectID: 'O' + ++id, // object ID\n weakData: {} // weak collections IDs\n } });\n};\n\nvar fastKey = function (it, create) {\n // return a primitive with prefix\n if (!isObject(it)) return typeof it == 'symbol' ? it : (typeof it == 'string' ? 'S' : 'P') + it;\n if (!has(it, METADATA)) {\n // can't set metadata to uncaught frozen object\n if (!isExtensible(it)) return 'F';\n // not necessary to add metadata\n if (!create) return 'E';\n // add missing metadata\n setMetadata(it);\n // return object ID\n } return it[METADATA].objectID;\n};\n\nvar getWeakData = function (it, create) {\n if (!has(it, METADATA)) {\n // can't set metadata to uncaught frozen object\n if (!isExtensible(it)) return true;\n // not necessary to add metadata\n if (!create) return false;\n // add missing metadata\n setMetadata(it);\n // return the store of weak collections IDs\n } return it[METADATA].weakData;\n};\n\n// add metadata on freeze-family methods calling\nvar onFreeze = function (it) {\n if (FREEZING && meta.REQUIRED && isExtensible(it) && !has(it, METADATA)) setMetadata(it);\n return it;\n};\n\nvar meta = module.exports = {\n REQUIRED: false,\n fastKey: fastKey,\n getWeakData: getWeakData,\n onFreeze: onFreeze\n};\n\nhiddenKeys[METADATA] = true;\n","var g;\n\n// This works in non-strict mode\ng = (function() {\n\treturn this;\n})();\n\ntry {\n\t// This works if eval is allowed (see CSP)\n\tg = g || new Function(\"return this\")();\n} catch (e) {\n\t// This works if the window reference is available\n\tif (typeof window === \"object\") g = window;\n}\n\n// g can still be undefined, but nothing to do about it...\n// We return undefined, instead of nothing here, so it's\n// easier to handle this case. if(!global) { ...}\n\nmodule.exports = g;\n","var anObject = require('../internals/an-object');\nvar isArrayIteratorMethod = require('../internals/is-array-iterator-method');\nvar toLength = require('../internals/to-length');\nvar bind = require('../internals/function-bind-context');\nvar getIteratorMethod = require('../internals/get-iterator-method');\nvar callWithSafeIterationClosing = require('../internals/call-with-safe-iteration-closing');\n\nvar Result = function (stopped, result) {\n this.stopped = stopped;\n this.result = result;\n};\n\nvar iterate = module.exports = function (iterable, fn, that, AS_ENTRIES, IS_ITERATOR) {\n var boundFunction = bind(fn, that, AS_ENTRIES ? 2 : 1);\n var iterator, iterFn, index, length, result, next, step;\n\n if (IS_ITERATOR) {\n iterator = iterable;\n } else {\n iterFn = getIteratorMethod(iterable);\n if (typeof iterFn != 'function') throw TypeError('Target is not iterable');\n // optimisation for array iterators\n if (isArrayIteratorMethod(iterFn)) {\n for (index = 0, length = toLength(iterable.length); length > index; index++) {\n result = AS_ENTRIES\n ? boundFunction(anObject(step = iterable[index])[0], step[1])\n : boundFunction(iterable[index]);\n if (result && result instanceof Result) return result;\n } return new Result(false);\n }\n iterator = iterFn.call(iterable);\n }\n\n next = iterator.next;\n while (!(step = next.call(iterator)).done) {\n result = callWithSafeIterationClosing(iterator, boundFunction, step.value, AS_ENTRIES);\n if (typeof result == 'object' && result && result instanceof Result) return result;\n } return new Result(false);\n};\n\niterate.stop = function (result) {\n return new Result(true, result);\n};\n","var TO_STRING_TAG_SUPPORT = require('../internals/to-string-tag-support');\nvar classofRaw = require('../internals/classof-raw');\nvar wellKnownSymbol = require('../internals/well-known-symbol');\n\nvar TO_STRING_TAG = wellKnownSymbol('toStringTag');\n// ES3 wrong here\nvar CORRECT_ARGUMENTS = classofRaw(function () { return arguments; }()) == 'Arguments';\n\n// fallback for IE11 Script Access Denied error\nvar tryGet = function (it, key) {\n try {\n return it[key];\n } catch (error) { /* empty */ }\n};\n\n// getting tag from ES6+ `Object.prototype.toString`\nmodule.exports = TO_STRING_TAG_SUPPORT ? classofRaw : function (it) {\n var O, tag, result;\n return it === undefined ? 'Undefined' : it === null ? 'Null'\n // @@toStringTag case\n : typeof (tag = tryGet(O = Object(it), TO_STRING_TAG)) == 'string' ? tag\n // builtinTag case\n : CORRECT_ARGUMENTS ? classofRaw(O)\n // ES3 arguments fallback\n : (result = classofRaw(O)) == 'Object' && typeof O.callee == 'function' ? 'Arguments' : result;\n};\n","module.exports = function (it, Constructor, name) {\n if (!(it instanceof Constructor)) {\n throw TypeError('Incorrect ' + (name ? name + ' ' : '') + 'invocation');\n } return it;\n};\n","// iterable DOM collections\n// flag - `iterable` interface - 'entries', 'keys', 'values', 'forEach' methods\nmodule.exports = {\n CSSRuleList: 0,\n CSSStyleDeclaration: 0,\n CSSValueList: 0,\n ClientRectList: 0,\n DOMRectList: 0,\n DOMStringList: 0,\n DOMTokenList: 1,\n DataTransferItemList: 0,\n FileList: 0,\n HTMLAllCollection: 0,\n HTMLCollection: 0,\n HTMLFormElement: 0,\n HTMLSelectElement: 0,\n MediaList: 0,\n MimeTypeArray: 0,\n NamedNodeMap: 0,\n NodeList: 1,\n PaintRequestList: 0,\n Plugin: 0,\n PluginArray: 0,\n SVGLengthList: 0,\n SVGNumberList: 0,\n SVGPathSegList: 0,\n SVGPointList: 0,\n SVGStringList: 0,\n SVGTransformList: 0,\n SourceBufferList: 0,\n StyleSheetList: 0,\n TextTrackCueList: 0,\n TextTrackList: 0,\n TouchList: 0\n};\n","var fails = require('../internals/fails');\n\n// Thank's IE8 for his funny defineProperty\nmodule.exports = !fails(function () {\n return Object.defineProperty({}, 1, { get: function () { return 7; } })[1] != 7;\n});\n","var DESCRIPTORS = require('../internals/descriptors');\nvar definePropertyModule = require('../internals/object-define-property');\nvar createPropertyDescriptor = require('../internals/create-property-descriptor');\n\nmodule.exports = DESCRIPTORS ? function (object, key, value) {\n return definePropertyModule.f(object, key, createPropertyDescriptor(1, value));\n} : function (object, key, value) {\n object[key] = value;\n return object;\n};\n","var isObject = require('../internals/is-object');\n\nmodule.exports = function (it) {\n if (!isObject(it)) {\n throw TypeError(String(it) + ' is not an object');\n } return it;\n};\n","\"use strict\";\n\nObject.defineProperty(exports, \"__esModule\", {\n value: true\n});\nexports.ProxyBus = void 0;\n\nvar _semver = _interopRequireDefault(require(\"semver\"));\n\nfunction _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }\n\nfunction _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError(\"Cannot call a class as a function\"); } }\n\nfunction _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if (\"value\" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } }\n\nfunction _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); return Constructor; }\n\nfunction _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }\n\nvar packageJson = {\n name: \"@nextcloud/event-bus\",\n version: \"1.1.3\",\n description: \"\",\n main: \"dist/index.js\",\n types: \"dist/index.d.ts\",\n scripts: {\n build: \"babel ./lib --out-dir dist --extensions '.ts,.tsx' --source-maps && tsc --emitDeclarationOnly\",\n \"build:doc\": \"typedoc --excludeNotExported --mode file --out dist/doc lib/index.ts && touch dist/doc/.nojekyll\",\n \"check-types\": \"tsc\",\n dev: \"babel ./lib --out-dir dist --extensions '.ts,.tsx' --watch\",\n test: \"jest\",\n \"test:watch\": \"jest --watchAll\"\n },\n keywords: [\"nextcloud\"],\n homepage: \"https://github.com/nextcloud/nextcloud-event-bus#readme\",\n author: \"Christoph Wurst\",\n license: \"GPL-3.0-or-later\",\n repository: {\n type: \"git\",\n url: \"https://github.com/nextcloud/nextcloud-event-bus\"\n },\n dependencies: {\n \"@types/semver\": \"^6.2.1\",\n \"core-js\": \"^3.6.2\",\n semver: \"^6.3.0\"\n },\n devDependencies: {\n \"@babel/cli\": \"^7.6.0\",\n \"@babel/core\": \"^7.6.0\",\n \"@babel/plugin-proposal-class-properties\": \"^7.5.5\",\n \"@babel/preset-env\": \"^7.6.0\",\n \"@babel/preset-typescript\": \"^7.6.0\",\n \"@nextcloud/browserslist-config\": \"^1.0.0\",\n \"babel-jest\": \"^25.1.0\",\n \"babel-plugin-inline-json-import\": \"^0.3.2\",\n jest: \"^25.1.0\",\n typedoc: \"^0.16.7\",\n typescript: \"^3.6.3\"\n },\n browserslist: [\"extends @nextcloud/browserslist-config\"]\n};\n\nvar ProxyBus = /*#__PURE__*/function () {\n function ProxyBus(bus) {\n _classCallCheck(this, ProxyBus);\n\n _defineProperty(this, \"bus\", void 0);\n\n if (typeof bus.getVersion !== 'function' || !_semver.default.valid(bus.getVersion())) {\n console.warn('Proxying an event bus with an unknown or invalid version');\n } else if (_semver.default.major(bus.getVersion()) !== _semver.default.major(this.getVersion())) {\n console.warn('Proxying an event bus of version ' + bus.getVersion() + ' with ' + this.getVersion());\n }\n\n this.bus = bus;\n }\n\n _createClass(ProxyBus, [{\n key: \"getVersion\",\n value: function getVersion() {\n return packageJson.version;\n }\n }, {\n key: \"subscribe\",\n value: function subscribe(name, handler) {\n this.bus.subscribe(name, handler);\n }\n }, {\n key: \"unsubscribe\",\n value: function unsubscribe(name, handler) {\n this.bus.unsubscribe(name, handler);\n }\n }, {\n key: \"emit\",\n value: function emit(name, event) {\n this.bus.emit(name, event);\n }\n }]);\n\n return ProxyBus;\n}();\n\nexports.ProxyBus = ProxyBus;\n//# sourceMappingURL=ProxyBus.js.map","exports = module.exports = SemVer\n\nvar debug\n/* istanbul ignore next */\nif (typeof process === 'object' &&\n process.env &&\n process.env.NODE_DEBUG &&\n /\\bsemver\\b/i.test(process.env.NODE_DEBUG)) {\n debug = function () {\n var args = Array.prototype.slice.call(arguments, 0)\n args.unshift('SEMVER')\n console.log.apply(console, args)\n }\n} else {\n debug = function () {}\n}\n\n// Note: this is the semver.org version of the spec that it implements\n// Not necessarily the package version of this code.\nexports.SEMVER_SPEC_VERSION = '2.0.0'\n\nvar MAX_LENGTH = 256\nvar MAX_SAFE_INTEGER = Number.MAX_SAFE_INTEGER ||\n /* istanbul ignore next */ 9007199254740991\n\n// Max safe segment length for coercion.\nvar MAX_SAFE_COMPONENT_LENGTH = 16\n\n// The actual regexps go on exports.re\nvar re = exports.re = []\nvar src = exports.src = []\nvar t = exports.tokens = {}\nvar R = 0\n\nfunction tok (n) {\n t[n] = R++\n}\n\n// The following Regular Expressions can be used for tokenizing,\n// validating, and parsing SemVer version strings.\n\n// ## Numeric Identifier\n// A single `0`, or a non-zero digit followed by zero or more digits.\n\ntok('NUMERICIDENTIFIER')\nsrc[t.NUMERICIDENTIFIER] = '0|[1-9]\\\\d*'\ntok('NUMERICIDENTIFIERLOOSE')\nsrc[t.NUMERICIDENTIFIERLOOSE] = '[0-9]+'\n\n// ## Non-numeric Identifier\n// Zero or more digits, followed by a letter or hyphen, and then zero or\n// more letters, digits, or hyphens.\n\ntok('NONNUMERICIDENTIFIER')\nsrc[t.NONNUMERICIDENTIFIER] = '\\\\d*[a-zA-Z-][a-zA-Z0-9-]*'\n\n// ## Main Version\n// Three dot-separated numeric identifiers.\n\ntok('MAINVERSION')\nsrc[t.MAINVERSION] = '(' + src[t.NUMERICIDENTIFIER] + ')\\\\.' +\n '(' + src[t.NUMERICIDENTIFIER] + ')\\\\.' +\n '(' + src[t.NUMERICIDENTIFIER] + ')'\n\ntok('MAINVERSIONLOOSE')\nsrc[t.MAINVERSIONLOOSE] = '(' + src[t.NUMERICIDENTIFIERLOOSE] + ')\\\\.' +\n '(' + src[t.NUMERICIDENTIFIERLOOSE] + ')\\\\.' +\n '(' + src[t.NUMERICIDENTIFIERLOOSE] + ')'\n\n// ## Pre-release Version Identifier\n// A numeric identifier, or a non-numeric identifier.\n\ntok('PRERELEASEIDENTIFIER')\nsrc[t.PRERELEASEIDENTIFIER] = '(?:' + src[t.NUMERICIDENTIFIER] +\n '|' + src[t.NONNUMERICIDENTIFIER] + ')'\n\ntok('PRERELEASEIDENTIFIERLOOSE')\nsrc[t.PRERELEASEIDENTIFIERLOOSE] = '(?:' + src[t.NUMERICIDENTIFIERLOOSE] +\n '|' + src[t.NONNUMERICIDENTIFIER] + ')'\n\n// ## Pre-release Version\n// Hyphen, followed by one or more dot-separated pre-release version\n// identifiers.\n\ntok('PRERELEASE')\nsrc[t.PRERELEASE] = '(?:-(' + src[t.PRERELEASEIDENTIFIER] +\n '(?:\\\\.' + src[t.PRERELEASEIDENTIFIER] + ')*))'\n\ntok('PRERELEASELOOSE')\nsrc[t.PRERELEASELOOSE] = '(?:-?(' + src[t.PRERELEASEIDENTIFIERLOOSE] +\n '(?:\\\\.' + src[t.PRERELEASEIDENTIFIERLOOSE] + ')*))'\n\n// ## Build Metadata Identifier\n// Any combination of digits, letters, or hyphens.\n\ntok('BUILDIDENTIFIER')\nsrc[t.BUILDIDENTIFIER] = '[0-9A-Za-z-]+'\n\n// ## Build Metadata\n// Plus sign, followed by one or more period-separated build metadata\n// identifiers.\n\ntok('BUILD')\nsrc[t.BUILD] = '(?:\\\\+(' + src[t.BUILDIDENTIFIER] +\n '(?:\\\\.' + src[t.BUILDIDENTIFIER] + ')*))'\n\n// ## Full Version String\n// A main version, followed optionally by a pre-release version and\n// build metadata.\n\n// Note that the only major, minor, patch, and pre-release sections of\n// the version string are capturing groups. The build metadata is not a\n// capturing group, because it should not ever be used in version\n// comparison.\n\ntok('FULL')\ntok('FULLPLAIN')\nsrc[t.FULLPLAIN] = 'v?' + src[t.MAINVERSION] +\n src[t.PRERELEASE] + '?' +\n src[t.BUILD] + '?'\n\nsrc[t.FULL] = '^' + src[t.FULLPLAIN] + '$'\n\n// like full, but allows v1.2.3 and =1.2.3, which people do sometimes.\n// also, 1.0.0alpha1 (prerelease without the hyphen) which is pretty\n// common in the npm registry.\ntok('LOOSEPLAIN')\nsrc[t.LOOSEPLAIN] = '[v=\\\\s]*' + src[t.MAINVERSIONLOOSE] +\n src[t.PRERELEASELOOSE] + '?' +\n src[t.BUILD] + '?'\n\ntok('LOOSE')\nsrc[t.LOOSE] = '^' + src[t.LOOSEPLAIN] + '$'\n\ntok('GTLT')\nsrc[t.GTLT] = '((?:<|>)?=?)'\n\n// Something like \"2.*\" or \"1.2.x\".\n// Note that \"x.x\" is a valid xRange identifer, meaning \"any version\"\n// Only the first item is strictly required.\ntok('XRANGEIDENTIFIERLOOSE')\nsrc[t.XRANGEIDENTIFIERLOOSE] = src[t.NUMERICIDENTIFIERLOOSE] + '|x|X|\\\\*'\ntok('XRANGEIDENTIFIER')\nsrc[t.XRANGEIDENTIFIER] = src[t.NUMERICIDENTIFIER] + '|x|X|\\\\*'\n\ntok('XRANGEPLAIN')\nsrc[t.XRANGEPLAIN] = '[v=\\\\s]*(' + src[t.XRANGEIDENTIFIER] + ')' +\n '(?:\\\\.(' + src[t.XRANGEIDENTIFIER] + ')' +\n '(?:\\\\.(' + src[t.XRANGEIDENTIFIER] + ')' +\n '(?:' + src[t.PRERELEASE] + ')?' +\n src[t.BUILD] + '?' +\n ')?)?'\n\ntok('XRANGEPLAINLOOSE')\nsrc[t.XRANGEPLAINLOOSE] = '[v=\\\\s]*(' + src[t.XRANGEIDENTIFIERLOOSE] + ')' +\n '(?:\\\\.(' + src[t.XRANGEIDENTIFIERLOOSE] + ')' +\n '(?:\\\\.(' + src[t.XRANGEIDENTIFIERLOOSE] + ')' +\n '(?:' + src[t.PRERELEASELOOSE] + ')?' +\n src[t.BUILD] + '?' +\n ')?)?'\n\ntok('XRANGE')\nsrc[t.XRANGE] = '^' + src[t.GTLT] + '\\\\s*' + src[t.XRANGEPLAIN] + '$'\ntok('XRANGELOOSE')\nsrc[t.XRANGELOOSE] = '^' + src[t.GTLT] + '\\\\s*' + src[t.XRANGEPLAINLOOSE] + '$'\n\n// Coercion.\n// Extract anything that could conceivably be a part of a valid semver\ntok('COERCE')\nsrc[t.COERCE] = '(^|[^\\\\d])' +\n '(\\\\d{1,' + MAX_SAFE_COMPONENT_LENGTH + '})' +\n '(?:\\\\.(\\\\d{1,' + MAX_SAFE_COMPONENT_LENGTH + '}))?' +\n '(?:\\\\.(\\\\d{1,' + MAX_SAFE_COMPONENT_LENGTH + '}))?' +\n '(?:$|[^\\\\d])'\ntok('COERCERTL')\nre[t.COERCERTL] = new RegExp(src[t.COERCE], 'g')\n\n// Tilde ranges.\n// Meaning is \"reasonably at or greater than\"\ntok('LONETILDE')\nsrc[t.LONETILDE] = '(?:~>?)'\n\ntok('TILDETRIM')\nsrc[t.TILDETRIM] = '(\\\\s*)' + src[t.LONETILDE] + '\\\\s+'\nre[t.TILDETRIM] = new RegExp(src[t.TILDETRIM], 'g')\nvar tildeTrimReplace = '$1~'\n\ntok('TILDE')\nsrc[t.TILDE] = '^' + src[t.LONETILDE] + src[t.XRANGEPLAIN] + '$'\ntok('TILDELOOSE')\nsrc[t.TILDELOOSE] = '^' + src[t.LONETILDE] + src[t.XRANGEPLAINLOOSE] + '$'\n\n// Caret ranges.\n// Meaning is \"at least and backwards compatible with\"\ntok('LONECARET')\nsrc[t.LONECARET] = '(?:\\\\^)'\n\ntok('CARETTRIM')\nsrc[t.CARETTRIM] = '(\\\\s*)' + src[t.LONECARET] + '\\\\s+'\nre[t.CARETTRIM] = new RegExp(src[t.CARETTRIM], 'g')\nvar caretTrimReplace = '$1^'\n\ntok('CARET')\nsrc[t.CARET] = '^' + src[t.LONECARET] + src[t.XRANGEPLAIN] + '$'\ntok('CARETLOOSE')\nsrc[t.CARETLOOSE] = '^' + src[t.LONECARET] + src[t.XRANGEPLAINLOOSE] + '$'\n\n// A simple gt/lt/eq thing, or just \"\" to indicate \"any version\"\ntok('COMPARATORLOOSE')\nsrc[t.COMPARATORLOOSE] = '^' + src[t.GTLT] + '\\\\s*(' + src[t.LOOSEPLAIN] + ')$|^$'\ntok('COMPARATOR')\nsrc[t.COMPARATOR] = '^' + src[t.GTLT] + '\\\\s*(' + src[t.FULLPLAIN] + ')$|^$'\n\n// An expression to strip any whitespace between the gtlt and the thing\n// it modifies, so that `> 1.2.3` ==> `>1.2.3`\ntok('COMPARATORTRIM')\nsrc[t.COMPARATORTRIM] = '(\\\\s*)' + src[t.GTLT] +\n '\\\\s*(' + src[t.LOOSEPLAIN] + '|' + src[t.XRANGEPLAIN] + ')'\n\n// this one has to use the /g flag\nre[t.COMPARATORTRIM] = new RegExp(src[t.COMPARATORTRIM], 'g')\nvar comparatorTrimReplace = '$1$2$3'\n\n// Something like `1.2.3 - 1.2.4`\n// Note that these all use the loose form, because they'll be\n// checked against either the strict or loose comparator form\n// later.\ntok('HYPHENRANGE')\nsrc[t.HYPHENRANGE] = '^\\\\s*(' + src[t.XRANGEPLAIN] + ')' +\n '\\\\s+-\\\\s+' +\n '(' + src[t.XRANGEPLAIN] + ')' +\n '\\\\s*$'\n\ntok('HYPHENRANGELOOSE')\nsrc[t.HYPHENRANGELOOSE] = '^\\\\s*(' + src[t.XRANGEPLAINLOOSE] + ')' +\n '\\\\s+-\\\\s+' +\n '(' + src[t.XRANGEPLAINLOOSE] + ')' +\n '\\\\s*$'\n\n// Star ranges basically just allow anything at all.\ntok('STAR')\nsrc[t.STAR] = '(<|>)?=?\\\\s*\\\\*'\n\n// Compile to actual regexp objects.\n// All are flag-free, unless they were created above with a flag.\nfor (var i = 0; i < R; i++) {\n debug(i, src[i])\n if (!re[i]) {\n re[i] = new RegExp(src[i])\n }\n}\n\nexports.parse = parse\nfunction parse (version, options) {\n if (!options || typeof options !== 'object') {\n options = {\n loose: !!options,\n includePrerelease: false\n }\n }\n\n if (version instanceof SemVer) {\n return version\n }\n\n if (typeof version !== 'string') {\n return null\n }\n\n if (version.length > MAX_LENGTH) {\n return null\n }\n\n var r = options.loose ? re[t.LOOSE] : re[t.FULL]\n if (!r.test(version)) {\n return null\n }\n\n try {\n return new SemVer(version, options)\n } catch (er) {\n return null\n }\n}\n\nexports.valid = valid\nfunction valid (version, options) {\n var v = parse(version, options)\n return v ? v.version : null\n}\n\nexports.clean = clean\nfunction clean (version, options) {\n var s = parse(version.trim().replace(/^[=v]+/, ''), options)\n return s ? s.version : null\n}\n\nexports.SemVer = SemVer\n\nfunction SemVer (version, options) {\n if (!options || typeof options !== 'object') {\n options = {\n loose: !!options,\n includePrerelease: false\n }\n }\n if (version instanceof SemVer) {\n if (version.loose === options.loose) {\n return version\n } else {\n version = version.version\n }\n } else if (typeof version !== 'string') {\n throw new TypeError('Invalid Version: ' + version)\n }\n\n if (version.length > MAX_LENGTH) {\n throw new TypeError('version is longer than ' + MAX_LENGTH + ' characters')\n }\n\n if (!(this instanceof SemVer)) {\n return new SemVer(version, options)\n }\n\n debug('SemVer', version, options)\n this.options = options\n this.loose = !!options.loose\n\n var m = version.trim().match(options.loose ? re[t.LOOSE] : re[t.FULL])\n\n if (!m) {\n throw new TypeError('Invalid Version: ' + version)\n }\n\n this.raw = version\n\n // these are actually numbers\n this.major = +m[1]\n this.minor = +m[2]\n this.patch = +m[3]\n\n if (this.major > MAX_SAFE_INTEGER || this.major < 0) {\n throw new TypeError('Invalid major version')\n }\n\n if (this.minor > MAX_SAFE_INTEGER || this.minor < 0) {\n throw new TypeError('Invalid minor version')\n }\n\n if (this.patch > MAX_SAFE_INTEGER || this.patch < 0) {\n throw new TypeError('Invalid patch version')\n }\n\n // numberify any prerelease numeric ids\n if (!m[4]) {\n this.prerelease = []\n } else {\n this.prerelease = m[4].split('.').map(function (id) {\n if (/^[0-9]+$/.test(id)) {\n var num = +id\n if (num >= 0 && num < MAX_SAFE_INTEGER) {\n return num\n }\n }\n return id\n })\n }\n\n this.build = m[5] ? m[5].split('.') : []\n this.format()\n}\n\nSemVer.prototype.format = function () {\n this.version = this.major + '.' + this.minor + '.' + this.patch\n if (this.prerelease.length) {\n this.version += '-' + this.prerelease.join('.')\n }\n return this.version\n}\n\nSemVer.prototype.toString = function () {\n return this.version\n}\n\nSemVer.prototype.compare = function (other) {\n debug('SemVer.compare', this.version, this.options, other)\n if (!(other instanceof SemVer)) {\n other = new SemVer(other, this.options)\n }\n\n return this.compareMain(other) || this.comparePre(other)\n}\n\nSemVer.prototype.compareMain = function (other) {\n if (!(other instanceof SemVer)) {\n other = new SemVer(other, this.options)\n }\n\n return compareIdentifiers(this.major, other.major) ||\n compareIdentifiers(this.minor, other.minor) ||\n compareIdentifiers(this.patch, other.patch)\n}\n\nSemVer.prototype.comparePre = function (other) {\n if (!(other instanceof SemVer)) {\n other = new SemVer(other, this.options)\n }\n\n // NOT having a prerelease is > having one\n if (this.prerelease.length && !other.prerelease.length) {\n return -1\n } else if (!this.prerelease.length && other.prerelease.length) {\n return 1\n } else if (!this.prerelease.length && !other.prerelease.length) {\n return 0\n }\n\n var i = 0\n do {\n var a = this.prerelease[i]\n var b = other.prerelease[i]\n debug('prerelease compare', i, a, b)\n if (a === undefined && b === undefined) {\n return 0\n } else if (b === undefined) {\n return 1\n } else if (a === undefined) {\n return -1\n } else if (a === b) {\n continue\n } else {\n return compareIdentifiers(a, b)\n }\n } while (++i)\n}\n\nSemVer.prototype.compareBuild = function (other) {\n if (!(other instanceof SemVer)) {\n other = new SemVer(other, this.options)\n }\n\n var i = 0\n do {\n var a = this.build[i]\n var b = other.build[i]\n debug('prerelease compare', i, a, b)\n if (a === undefined && b === undefined) {\n return 0\n } else if (b === undefined) {\n return 1\n } else if (a === undefined) {\n return -1\n } else if (a === b) {\n continue\n } else {\n return compareIdentifiers(a, b)\n }\n } while (++i)\n}\n\n// preminor will bump the version up to the next minor release, and immediately\n// down to pre-release. premajor and prepatch work the same way.\nSemVer.prototype.inc = function (release, identifier) {\n switch (release) {\n case 'premajor':\n this.prerelease.length = 0\n this.patch = 0\n this.minor = 0\n this.major++\n this.inc('pre', identifier)\n break\n case 'preminor':\n this.prerelease.length = 0\n this.patch = 0\n this.minor++\n this.inc('pre', identifier)\n break\n case 'prepatch':\n // If this is already a prerelease, it will bump to the next version\n // drop any prereleases that might already exist, since they are not\n // relevant at this point.\n this.prerelease.length = 0\n this.inc('patch', identifier)\n this.inc('pre', identifier)\n break\n // If the input is a non-prerelease version, this acts the same as\n // prepatch.\n case 'prerelease':\n if (this.prerelease.length === 0) {\n this.inc('patch', identifier)\n }\n this.inc('pre', identifier)\n break\n\n case 'major':\n // If this is a pre-major version, bump up to the same major version.\n // Otherwise increment major.\n // 1.0.0-5 bumps to 1.0.0\n // 1.1.0 bumps to 2.0.0\n if (this.minor !== 0 ||\n this.patch !== 0 ||\n this.prerelease.length === 0) {\n this.major++\n }\n this.minor = 0\n this.patch = 0\n this.prerelease = []\n break\n case 'minor':\n // If this is a pre-minor version, bump up to the same minor version.\n // Otherwise increment minor.\n // 1.2.0-5 bumps to 1.2.0\n // 1.2.1 bumps to 1.3.0\n if (this.patch !== 0 || this.prerelease.length === 0) {\n this.minor++\n }\n this.patch = 0\n this.prerelease = []\n break\n case 'patch':\n // If this is not a pre-release version, it will increment the patch.\n // If it is a pre-release it will bump up to the same patch version.\n // 1.2.0-5 patches to 1.2.0\n // 1.2.0 patches to 1.2.1\n if (this.prerelease.length === 0) {\n this.patch++\n }\n this.prerelease = []\n break\n // This probably shouldn't be used publicly.\n // 1.0.0 \"pre\" would become 1.0.0-0 which is the wrong direction.\n case 'pre':\n if (this.prerelease.length === 0) {\n this.prerelease = [0]\n } else {\n var i = this.prerelease.length\n while (--i >= 0) {\n if (typeof this.prerelease[i] === 'number') {\n this.prerelease[i]++\n i = -2\n }\n }\n if (i === -1) {\n // didn't increment anything\n this.prerelease.push(0)\n }\n }\n if (identifier) {\n // 1.2.0-beta.1 bumps to 1.2.0-beta.2,\n // 1.2.0-beta.fooblz or 1.2.0-beta bumps to 1.2.0-beta.0\n if (this.prerelease[0] === identifier) {\n if (isNaN(this.prerelease[1])) {\n this.prerelease = [identifier, 0]\n }\n } else {\n this.prerelease = [identifier, 0]\n }\n }\n break\n\n default:\n throw new Error('invalid increment argument: ' + release)\n }\n this.format()\n this.raw = this.version\n return this\n}\n\nexports.inc = inc\nfunction inc (version, release, loose, identifier) {\n if (typeof (loose) === 'string') {\n identifier = loose\n loose = undefined\n }\n\n try {\n return new SemVer(version, loose).inc(release, identifier).version\n } catch (er) {\n return null\n }\n}\n\nexports.diff = diff\nfunction diff (version1, version2) {\n if (eq(version1, version2)) {\n return null\n } else {\n var v1 = parse(version1)\n var v2 = parse(version2)\n var prefix = ''\n if (v1.prerelease.length || v2.prerelease.length) {\n prefix = 'pre'\n var defaultResult = 'prerelease'\n }\n for (var key in v1) {\n if (key === 'major' || key === 'minor' || key === 'patch') {\n if (v1[key] !== v2[key]) {\n return prefix + key\n }\n }\n }\n return defaultResult // may be undefined\n }\n}\n\nexports.compareIdentifiers = compareIdentifiers\n\nvar numeric = /^[0-9]+$/\nfunction compareIdentifiers (a, b) {\n var anum = numeric.test(a)\n var bnum = numeric.test(b)\n\n if (anum && bnum) {\n a = +a\n b = +b\n }\n\n return a === b ? 0\n : (anum && !bnum) ? -1\n : (bnum && !anum) ? 1\n : a < b ? -1\n : 1\n}\n\nexports.rcompareIdentifiers = rcompareIdentifiers\nfunction rcompareIdentifiers (a, b) {\n return compareIdentifiers(b, a)\n}\n\nexports.major = major\nfunction major (a, loose) {\n return new SemVer(a, loose).major\n}\n\nexports.minor = minor\nfunction minor (a, loose) {\n return new SemVer(a, loose).minor\n}\n\nexports.patch = patch\nfunction patch (a, loose) {\n return new SemVer(a, loose).patch\n}\n\nexports.compare = compare\nfunction compare (a, b, loose) {\n return new SemVer(a, loose).compare(new SemVer(b, loose))\n}\n\nexports.compareLoose = compareLoose\nfunction compareLoose (a, b) {\n return compare(a, b, true)\n}\n\nexports.compareBuild = compareBuild\nfunction compareBuild (a, b, loose) {\n var versionA = new SemVer(a, loose)\n var versionB = new SemVer(b, loose)\n return versionA.compare(versionB) || versionA.compareBuild(versionB)\n}\n\nexports.rcompare = rcompare\nfunction rcompare (a, b, loose) {\n return compare(b, a, loose)\n}\n\nexports.sort = sort\nfunction sort (list, loose) {\n return list.sort(function (a, b) {\n return exports.compareBuild(a, b, loose)\n })\n}\n\nexports.rsort = rsort\nfunction rsort (list, loose) {\n return list.sort(function (a, b) {\n return exports.compareBuild(b, a, loose)\n })\n}\n\nexports.gt = gt\nfunction gt (a, b, loose) {\n return compare(a, b, loose) > 0\n}\n\nexports.lt = lt\nfunction lt (a, b, loose) {\n return compare(a, b, loose) < 0\n}\n\nexports.eq = eq\nfunction eq (a, b, loose) {\n return compare(a, b, loose) === 0\n}\n\nexports.neq = neq\nfunction neq (a, b, loose) {\n return compare(a, b, loose) !== 0\n}\n\nexports.gte = gte\nfunction gte (a, b, loose) {\n return compare(a, b, loose) >= 0\n}\n\nexports.lte = lte\nfunction lte (a, b, loose) {\n return compare(a, b, loose) <= 0\n}\n\nexports.cmp = cmp\nfunction cmp (a, op, b, loose) {\n switch (op) {\n case '===':\n if (typeof a === 'object')\n a = a.version\n if (typeof b === 'object')\n b = b.version\n return a === b\n\n case '!==':\n if (typeof a === 'object')\n a = a.version\n if (typeof b === 'object')\n b = b.version\n return a !== b\n\n case '':\n case '=':\n case '==':\n return eq(a, b, loose)\n\n case '!=':\n return neq(a, b, loose)\n\n case '>':\n return gt(a, b, loose)\n\n case '>=':\n return gte(a, b, loose)\n\n case '<':\n return lt(a, b, loose)\n\n case '<=':\n return lte(a, b, loose)\n\n default:\n throw new TypeError('Invalid operator: ' + op)\n }\n}\n\nexports.Comparator = Comparator\nfunction Comparator (comp, options) {\n if (!options || typeof options !== 'object') {\n options = {\n loose: !!options,\n includePrerelease: false\n }\n }\n\n if (comp instanceof Comparator) {\n if (comp.loose === !!options.loose) {\n return comp\n } else {\n comp = comp.value\n }\n }\n\n if (!(this instanceof Comparator)) {\n return new Comparator(comp, options)\n }\n\n debug('comparator', comp, options)\n this.options = options\n this.loose = !!options.loose\n this.parse(comp)\n\n if (this.semver === ANY) {\n this.value = ''\n } else {\n this.value = this.operator + this.semver.version\n }\n\n debug('comp', this)\n}\n\nvar ANY = {}\nComparator.prototype.parse = function (comp) {\n var r = this.options.loose ? re[t.COMPARATORLOOSE] : re[t.COMPARATOR]\n var m = comp.match(r)\n\n if (!m) {\n throw new TypeError('Invalid comparator: ' + comp)\n }\n\n this.operator = m[1] !== undefined ? m[1] : ''\n if (this.operator === '=') {\n this.operator = ''\n }\n\n // if it literally is just '>' or '' then allow anything.\n if (!m[2]) {\n this.semver = ANY\n } else {\n this.semver = new SemVer(m[2], this.options.loose)\n }\n}\n\nComparator.prototype.toString = function () {\n return this.value\n}\n\nComparator.prototype.test = function (version) {\n debug('Comparator.test', version, this.options.loose)\n\n if (this.semver === ANY || version === ANY) {\n return true\n }\n\n if (typeof version === 'string') {\n try {\n version = new SemVer(version, this.options)\n } catch (er) {\n return false\n }\n }\n\n return cmp(version, this.operator, this.semver, this.options)\n}\n\nComparator.prototype.intersects = function (comp, options) {\n if (!(comp instanceof Comparator)) {\n throw new TypeError('a Comparator is required')\n }\n\n if (!options || typeof options !== 'object') {\n options = {\n loose: !!options,\n includePrerelease: false\n }\n }\n\n var rangeTmp\n\n if (this.operator === '') {\n if (this.value === '') {\n return true\n }\n rangeTmp = new Range(comp.value, options)\n return satisfies(this.value, rangeTmp, options)\n } else if (comp.operator === '') {\n if (comp.value === '') {\n return true\n }\n rangeTmp = new Range(this.value, options)\n return satisfies(comp.semver, rangeTmp, options)\n }\n\n var sameDirectionIncreasing =\n (this.operator === '>=' || this.operator === '>') &&\n (comp.operator === '>=' || comp.operator === '>')\n var sameDirectionDecreasing =\n (this.operator === '<=' || this.operator === '<') &&\n (comp.operator === '<=' || comp.operator === '<')\n var sameSemVer = this.semver.version === comp.semver.version\n var differentDirectionsInclusive =\n (this.operator === '>=' || this.operator === '<=') &&\n (comp.operator === '>=' || comp.operator === '<=')\n var oppositeDirectionsLessThan =\n cmp(this.semver, '<', comp.semver, options) &&\n ((this.operator === '>=' || this.operator === '>') &&\n (comp.operator === '<=' || comp.operator === '<'))\n var oppositeDirectionsGreaterThan =\n cmp(this.semver, '>', comp.semver, options) &&\n ((this.operator === '<=' || this.operator === '<') &&\n (comp.operator === '>=' || comp.operator === '>'))\n\n return sameDirectionIncreasing || sameDirectionDecreasing ||\n (sameSemVer && differentDirectionsInclusive) ||\n oppositeDirectionsLessThan || oppositeDirectionsGreaterThan\n}\n\nexports.Range = Range\nfunction Range (range, options) {\n if (!options || typeof options !== 'object') {\n options = {\n loose: !!options,\n includePrerelease: false\n }\n }\n\n if (range instanceof Range) {\n if (range.loose === !!options.loose &&\n range.includePrerelease === !!options.includePrerelease) {\n return range\n } else {\n return new Range(range.raw, options)\n }\n }\n\n if (range instanceof Comparator) {\n return new Range(range.value, options)\n }\n\n if (!(this instanceof Range)) {\n return new Range(range, options)\n }\n\n this.options = options\n this.loose = !!options.loose\n this.includePrerelease = !!options.includePrerelease\n\n // First, split based on boolean or ||\n this.raw = range\n this.set = range.split(/\\s*\\|\\|\\s*/).map(function (range) {\n return this.parseRange(range.trim())\n }, this).filter(function (c) {\n // throw out any that are not relevant for whatever reason\n return c.length\n })\n\n if (!this.set.length) {\n throw new TypeError('Invalid SemVer Range: ' + range)\n }\n\n this.format()\n}\n\nRange.prototype.format = function () {\n this.range = this.set.map(function (comps) {\n return comps.join(' ').trim()\n }).join('||').trim()\n return this.range\n}\n\nRange.prototype.toString = function () {\n return this.range\n}\n\nRange.prototype.parseRange = function (range) {\n var loose = this.options.loose\n range = range.trim()\n // `1.2.3 - 1.2.4` => `>=1.2.3 <=1.2.4`\n var hr = loose ? re[t.HYPHENRANGELOOSE] : re[t.HYPHENRANGE]\n range = range.replace(hr, hyphenReplace)\n debug('hyphen replace', range)\n // `> 1.2.3 < 1.2.5` => `>1.2.3 <1.2.5`\n range = range.replace(re[t.COMPARATORTRIM], comparatorTrimReplace)\n debug('comparator trim', range, re[t.COMPARATORTRIM])\n\n // `~ 1.2.3` => `~1.2.3`\n range = range.replace(re[t.TILDETRIM], tildeTrimReplace)\n\n // `^ 1.2.3` => `^1.2.3`\n range = range.replace(re[t.CARETTRIM], caretTrimReplace)\n\n // normalize spaces\n range = range.split(/\\s+/).join(' ')\n\n // At this point, the range is completely trimmed and\n // ready to be split into comparators.\n\n var compRe = loose ? re[t.COMPARATORLOOSE] : re[t.COMPARATOR]\n var set = range.split(' ').map(function (comp) {\n return parseComparator(comp, this.options)\n }, this).join(' ').split(/\\s+/)\n if (this.options.loose) {\n // in loose mode, throw out any that are not valid comparators\n set = set.filter(function (comp) {\n return !!comp.match(compRe)\n })\n }\n set = set.map(function (comp) {\n return new Comparator(comp, this.options)\n }, this)\n\n return set\n}\n\nRange.prototype.intersects = function (range, options) {\n if (!(range instanceof Range)) {\n throw new TypeError('a Range is required')\n }\n\n return this.set.some(function (thisComparators) {\n return (\n isSatisfiable(thisComparators, options) &&\n range.set.some(function (rangeComparators) {\n return (\n isSatisfiable(rangeComparators, options) &&\n thisComparators.every(function (thisComparator) {\n return rangeComparators.every(function (rangeComparator) {\n return thisComparator.intersects(rangeComparator, options)\n })\n })\n )\n })\n )\n })\n}\n\n// take a set of comparators and determine whether there\n// exists a version which can satisfy it\nfunction isSatisfiable (comparators, options) {\n var result = true\n var remainingComparators = comparators.slice()\n var testComparator = remainingComparators.pop()\n\n while (result && remainingComparators.length) {\n result = remainingComparators.every(function (otherComparator) {\n return testComparator.intersects(otherComparator, options)\n })\n\n testComparator = remainingComparators.pop()\n }\n\n return result\n}\n\n// Mostly just for testing and legacy API reasons\nexports.toComparators = toComparators\nfunction toComparators (range, options) {\n return new Range(range, options).set.map(function (comp) {\n return comp.map(function (c) {\n return c.value\n }).join(' ').trim().split(' ')\n })\n}\n\n// comprised of xranges, tildes, stars, and gtlt's at this point.\n// already replaced the hyphen ranges\n// turn into a set of JUST comparators.\nfunction parseComparator (comp, options) {\n debug('comp', comp, options)\n comp = replaceCarets(comp, options)\n debug('caret', comp)\n comp = replaceTildes(comp, options)\n debug('tildes', comp)\n comp = replaceXRanges(comp, options)\n debug('xrange', comp)\n comp = replaceStars(comp, options)\n debug('stars', comp)\n return comp\n}\n\nfunction isX (id) {\n return !id || id.toLowerCase() === 'x' || id === '*'\n}\n\n// ~, ~> --> * (any, kinda silly)\n// ~2, ~2.x, ~2.x.x, ~>2, ~>2.x ~>2.x.x --> >=2.0.0 <3.0.0\n// ~2.0, ~2.0.x, ~>2.0, ~>2.0.x --> >=2.0.0 <2.1.0\n// ~1.2, ~1.2.x, ~>1.2, ~>1.2.x --> >=1.2.0 <1.3.0\n// ~1.2.3, ~>1.2.3 --> >=1.2.3 <1.3.0\n// ~1.2.0, ~>1.2.0 --> >=1.2.0 <1.3.0\nfunction replaceTildes (comp, options) {\n return comp.trim().split(/\\s+/).map(function (comp) {\n return replaceTilde(comp, options)\n }).join(' ')\n}\n\nfunction replaceTilde (comp, options) {\n var r = options.loose ? re[t.TILDELOOSE] : re[t.TILDE]\n return comp.replace(r, function (_, M, m, p, pr) {\n debug('tilde', comp, _, M, m, p, pr)\n var ret\n\n if (isX(M)) {\n ret = ''\n } else if (isX(m)) {\n ret = '>=' + M + '.0.0 <' + (+M + 1) + '.0.0'\n } else if (isX(p)) {\n // ~1.2 == >=1.2.0 <1.3.0\n ret = '>=' + M + '.' + m + '.0 <' + M + '.' + (+m + 1) + '.0'\n } else if (pr) {\n debug('replaceTilde pr', pr)\n ret = '>=' + M + '.' + m + '.' + p + '-' + pr +\n ' <' + M + '.' + (+m + 1) + '.0'\n } else {\n // ~1.2.3 == >=1.2.3 <1.3.0\n ret = '>=' + M + '.' + m + '.' + p +\n ' <' + M + '.' + (+m + 1) + '.0'\n }\n\n debug('tilde return', ret)\n return ret\n })\n}\n\n// ^ --> * (any, kinda silly)\n// ^2, ^2.x, ^2.x.x --> >=2.0.0 <3.0.0\n// ^2.0, ^2.0.x --> >=2.0.0 <3.0.0\n// ^1.2, ^1.2.x --> >=1.2.0 <2.0.0\n// ^1.2.3 --> >=1.2.3 <2.0.0\n// ^1.2.0 --> >=1.2.0 <2.0.0\nfunction replaceCarets (comp, options) {\n return comp.trim().split(/\\s+/).map(function (comp) {\n return replaceCaret(comp, options)\n }).join(' ')\n}\n\nfunction replaceCaret (comp, options) {\n debug('caret', comp, options)\n var r = options.loose ? re[t.CARETLOOSE] : re[t.CARET]\n return comp.replace(r, function (_, M, m, p, pr) {\n debug('caret', comp, _, M, m, p, pr)\n var ret\n\n if (isX(M)) {\n ret = ''\n } else if (isX(m)) {\n ret = '>=' + M + '.0.0 <' + (+M + 1) + '.0.0'\n } else if (isX(p)) {\n if (M === '0') {\n ret = '>=' + M + '.' + m + '.0 <' + M + '.' + (+m + 1) + '.0'\n } else {\n ret = '>=' + M + '.' + m + '.0 <' + (+M + 1) + '.0.0'\n }\n } else if (pr) {\n debug('replaceCaret pr', pr)\n if (M === '0') {\n if (m === '0') {\n ret = '>=' + M + '.' + m + '.' + p + '-' + pr +\n ' <' + M + '.' + m + '.' + (+p + 1)\n } else {\n ret = '>=' + M + '.' + m + '.' + p + '-' + pr +\n ' <' + M + '.' + (+m + 1) + '.0'\n }\n } else {\n ret = '>=' + M + '.' + m + '.' + p + '-' + pr +\n ' <' + (+M + 1) + '.0.0'\n }\n } else {\n debug('no pr')\n if (M === '0') {\n if (m === '0') {\n ret = '>=' + M + '.' + m + '.' + p +\n ' <' + M + '.' + m + '.' + (+p + 1)\n } else {\n ret = '>=' + M + '.' + m + '.' + p +\n ' <' + M + '.' + (+m + 1) + '.0'\n }\n } else {\n ret = '>=' + M + '.' + m + '.' + p +\n ' <' + (+M + 1) + '.0.0'\n }\n }\n\n debug('caret return', ret)\n return ret\n })\n}\n\nfunction replaceXRanges (comp, options) {\n debug('replaceXRanges', comp, options)\n return comp.split(/\\s+/).map(function (comp) {\n return replaceXRange(comp, options)\n }).join(' ')\n}\n\nfunction replaceXRange (comp, options) {\n comp = comp.trim()\n var r = options.loose ? re[t.XRANGELOOSE] : re[t.XRANGE]\n return comp.replace(r, function (ret, gtlt, M, m, p, pr) {\n debug('xRange', comp, ret, gtlt, M, m, p, pr)\n var xM = isX(M)\n var xm = xM || isX(m)\n var xp = xm || isX(p)\n var anyX = xp\n\n if (gtlt === '=' && anyX) {\n gtlt = ''\n }\n\n // if we're including prereleases in the match, then we need\n // to fix this to -0, the lowest possible prerelease value\n pr = options.includePrerelease ? '-0' : ''\n\n if (xM) {\n if (gtlt === '>' || gtlt === '<') {\n // nothing is allowed\n ret = '<0.0.0-0'\n } else {\n // nothing is forbidden\n ret = '*'\n }\n } else if (gtlt && anyX) {\n // we know patch is an x, because we have any x at all.\n // replace X with 0\n if (xm) {\n m = 0\n }\n p = 0\n\n if (gtlt === '>') {\n // >1 => >=2.0.0\n // >1.2 => >=1.3.0\n // >1.2.3 => >= 1.2.4\n gtlt = '>='\n if (xm) {\n M = +M + 1\n m = 0\n p = 0\n } else {\n m = +m + 1\n p = 0\n }\n } else if (gtlt === '<=') {\n // <=0.7.x is actually <0.8.0, since any 0.7.x should\n // pass. Similarly, <=7.x is actually <8.0.0, etc.\n gtlt = '<'\n if (xm) {\n M = +M + 1\n } else {\n m = +m + 1\n }\n }\n\n ret = gtlt + M + '.' + m + '.' + p + pr\n } else if (xm) {\n ret = '>=' + M + '.0.0' + pr + ' <' + (+M + 1) + '.0.0' + pr\n } else if (xp) {\n ret = '>=' + M + '.' + m + '.0' + pr +\n ' <' + M + '.' + (+m + 1) + '.0' + pr\n }\n\n debug('xRange return', ret)\n\n return ret\n })\n}\n\n// Because * is AND-ed with everything else in the comparator,\n// and '' means \"any version\", just remove the *s entirely.\nfunction replaceStars (comp, options) {\n debug('replaceStars', comp, options)\n // Looseness is ignored here. star is always as loose as it gets!\n return comp.trim().replace(re[t.STAR], '')\n}\n\n// This function is passed to string.replace(re[t.HYPHENRANGE])\n// M, m, patch, prerelease, build\n// 1.2 - 3.4.5 => >=1.2.0 <=3.4.5\n// 1.2.3 - 3.4 => >=1.2.0 <3.5.0 Any 3.4.x will do\n// 1.2 - 3.4 => >=1.2.0 <3.5.0\nfunction hyphenReplace ($0,\n from, fM, fm, fp, fpr, fb,\n to, tM, tm, tp, tpr, tb) {\n if (isX(fM)) {\n from = ''\n } else if (isX(fm)) {\n from = '>=' + fM + '.0.0'\n } else if (isX(fp)) {\n from = '>=' + fM + '.' + fm + '.0'\n } else {\n from = '>=' + from\n }\n\n if (isX(tM)) {\n to = ''\n } else if (isX(tm)) {\n to = '<' + (+tM + 1) + '.0.0'\n } else if (isX(tp)) {\n to = '<' + tM + '.' + (+tm + 1) + '.0'\n } else if (tpr) {\n to = '<=' + tM + '.' + tm + '.' + tp + '-' + tpr\n } else {\n to = '<=' + to\n }\n\n return (from + ' ' + to).trim()\n}\n\n// if ANY of the sets match ALL of its comparators, then pass\nRange.prototype.test = function (version) {\n if (!version) {\n return false\n }\n\n if (typeof version === 'string') {\n try {\n version = new SemVer(version, this.options)\n } catch (er) {\n return false\n }\n }\n\n for (var i = 0; i < this.set.length; i++) {\n if (testSet(this.set[i], version, this.options)) {\n return true\n }\n }\n return false\n}\n\nfunction testSet (set, version, options) {\n for (var i = 0; i < set.length; i++) {\n if (!set[i].test(version)) {\n return false\n }\n }\n\n if (version.prerelease.length && !options.includePrerelease) {\n // Find the set of versions that are allowed to have prereleases\n // For example, ^1.2.3-pr.1 desugars to >=1.2.3-pr.1 <2.0.0\n // That should allow `1.2.3-pr.2` to pass.\n // However, `1.2.4-alpha.notready` should NOT be allowed,\n // even though it's within the range set by the comparators.\n for (i = 0; i < set.length; i++) {\n debug(set[i].semver)\n if (set[i].semver === ANY) {\n continue\n }\n\n if (set[i].semver.prerelease.length > 0) {\n var allowed = set[i].semver\n if (allowed.major === version.major &&\n allowed.minor === version.minor &&\n allowed.patch === version.patch) {\n return true\n }\n }\n }\n\n // Version has a -pre, but it's not one of the ones we like.\n return false\n }\n\n return true\n}\n\nexports.satisfies = satisfies\nfunction satisfies (version, range, options) {\n try {\n range = new Range(range, options)\n } catch (er) {\n return false\n }\n return range.test(version)\n}\n\nexports.maxSatisfying = maxSatisfying\nfunction maxSatisfying (versions, range, options) {\n var max = null\n var maxSV = null\n try {\n var rangeObj = new Range(range, options)\n } catch (er) {\n return null\n }\n versions.forEach(function (v) {\n if (rangeObj.test(v)) {\n // satisfies(v, range, options)\n if (!max || maxSV.compare(v) === -1) {\n // compare(max, v, true)\n max = v\n maxSV = new SemVer(max, options)\n }\n }\n })\n return max\n}\n\nexports.minSatisfying = minSatisfying\nfunction minSatisfying (versions, range, options) {\n var min = null\n var minSV = null\n try {\n var rangeObj = new Range(range, options)\n } catch (er) {\n return null\n }\n versions.forEach(function (v) {\n if (rangeObj.test(v)) {\n // satisfies(v, range, options)\n if (!min || minSV.compare(v) === 1) {\n // compare(min, v, true)\n min = v\n minSV = new SemVer(min, options)\n }\n }\n })\n return min\n}\n\nexports.minVersion = minVersion\nfunction minVersion (range, loose) {\n range = new Range(range, loose)\n\n var minver = new SemVer('0.0.0')\n if (range.test(minver)) {\n return minver\n }\n\n minver = new SemVer('0.0.0-0')\n if (range.test(minver)) {\n return minver\n }\n\n minver = null\n for (var i = 0; i < range.set.length; ++i) {\n var comparators = range.set[i]\n\n comparators.forEach(function (comparator) {\n // Clone to avoid manipulating the comparator's semver object.\n var compver = new SemVer(comparator.semver.version)\n switch (comparator.operator) {\n case '>':\n if (compver.prerelease.length === 0) {\n compver.patch++\n } else {\n compver.prerelease.push(0)\n }\n compver.raw = compver.format()\n /* fallthrough */\n case '':\n case '>=':\n if (!minver || gt(minver, compver)) {\n minver = compver\n }\n break\n case '<':\n case '<=':\n /* Ignore maximum versions */\n break\n /* istanbul ignore next */\n default:\n throw new Error('Unexpected operation: ' + comparator.operator)\n }\n })\n }\n\n if (minver && range.test(minver)) {\n return minver\n }\n\n return null\n}\n\nexports.validRange = validRange\nfunction validRange (range, options) {\n try {\n // Return '*' instead of '' so that truthiness works.\n // This will throw if it's invalid anyway\n return new Range(range, options).range || '*'\n } catch (er) {\n return null\n }\n}\n\n// Determine if version is less than all the versions possible in the range\nexports.ltr = ltr\nfunction ltr (version, range, options) {\n return outside(version, range, '<', options)\n}\n\n// Determine if version is greater than all the versions possible in the range.\nexports.gtr = gtr\nfunction gtr (version, range, options) {\n return outside(version, range, '>', options)\n}\n\nexports.outside = outside\nfunction outside (version, range, hilo, options) {\n version = new SemVer(version, options)\n range = new Range(range, options)\n\n var gtfn, ltefn, ltfn, comp, ecomp\n switch (hilo) {\n case '>':\n gtfn = gt\n ltefn = lte\n ltfn = lt\n comp = '>'\n ecomp = '>='\n break\n case '<':\n gtfn = lt\n ltefn = gte\n ltfn = gt\n comp = '<'\n ecomp = '<='\n break\n default:\n throw new TypeError('Must provide a hilo val of \"<\" or \">\"')\n }\n\n // If it satisifes the range it is not outside\n if (satisfies(version, range, options)) {\n return false\n }\n\n // From now on, variable terms are as if we're in \"gtr\" mode.\n // but note that everything is flipped for the \"ltr\" function.\n\n for (var i = 0; i < range.set.length; ++i) {\n var comparators = range.set[i]\n\n var high = null\n var low = null\n\n comparators.forEach(function (comparator) {\n if (comparator.semver === ANY) {\n comparator = new Comparator('>=0.0.0')\n }\n high = high || comparator\n low = low || comparator\n if (gtfn(comparator.semver, high.semver, options)) {\n high = comparator\n } else if (ltfn(comparator.semver, low.semver, options)) {\n low = comparator\n }\n })\n\n // If the edge version comparator has a operator then our version\n // isn't outside it\n if (high.operator === comp || high.operator === ecomp) {\n return false\n }\n\n // If the lowest version comparator has an operator and our version\n // is less than it then it isn't higher than the range\n if ((!low.operator || low.operator === comp) &&\n ltefn(version, low.semver)) {\n return false\n } else if (low.operator === ecomp && ltfn(version, low.semver)) {\n return false\n }\n }\n return true\n}\n\nexports.prerelease = prerelease\nfunction prerelease (version, options) {\n var parsed = parse(version, options)\n return (parsed && parsed.prerelease.length) ? parsed.prerelease : null\n}\n\nexports.intersects = intersects\nfunction intersects (r1, r2, options) {\n r1 = new Range(r1, options)\n r2 = new Range(r2, options)\n return r1.intersects(r2)\n}\n\nexports.coerce = coerce\nfunction coerce (version, options) {\n if (version instanceof SemVer) {\n return version\n }\n\n if (typeof version === 'number') {\n version = String(version)\n }\n\n if (typeof version !== 'string') {\n return null\n }\n\n options = options || {}\n\n var match = null\n if (!options.rtl) {\n match = version.match(re[t.COERCE])\n } else {\n // Find the right-most coercible string that does not share\n // a terminus with a more left-ward coercible string.\n // Eg, '1.2.3.4' wants to coerce '2.3.4', not '3.4' or '4'\n //\n // Walk through the string checking with a /g regexp\n // Manually set the index so as to pick up overlapping matches.\n // Stop when we get a match that ends at the string end, since no\n // coercible string can be more right-ward without the same terminus.\n var next\n while ((next = re[t.COERCERTL].exec(version)) &&\n (!match || match.index + match[0].length !== version.length)\n ) {\n if (!match ||\n next.index + next[0].length !== match.index + match[0].length) {\n match = next\n }\n re[t.COERCERTL].lastIndex = next.index + next[1].length + next[2].length\n }\n // leave it in a clean state\n re[t.COERCERTL].lastIndex = -1\n }\n\n if (match === null) {\n return null\n }\n\n return parse(match[2] +\n '.' + (match[3] || '0') +\n '.' + (match[4] || '0'), options)\n}\n","\"use strict\";\n\nrequire(\"core-js/modules/es.array.concat\");\n\nrequire(\"core-js/modules/es.array.filter\");\n\nrequire(\"core-js/modules/es.array.for-each\");\n\nrequire(\"core-js/modules/es.array.iterator\");\n\nrequire(\"core-js/modules/es.map\");\n\nrequire(\"core-js/modules/es.object.to-string\");\n\nrequire(\"core-js/modules/es.string.iterator\");\n\nrequire(\"core-js/modules/web.dom-collections.for-each\");\n\nrequire(\"core-js/modules/web.dom-collections.iterator\");\n\nObject.defineProperty(exports, \"__esModule\", {\n value: true\n});\nexports.SimpleBus = void 0;\n\nfunction _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError(\"Cannot call a class as a function\"); } }\n\nfunction _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if (\"value\" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } }\n\nfunction _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); return Constructor; }\n\nfunction _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }\n\nvar packageJson = {\n name: \"@nextcloud/event-bus\",\n version: \"1.1.3\",\n description: \"\",\n main: \"dist/index.js\",\n types: \"dist/index.d.ts\",\n scripts: {\n build: \"babel ./lib --out-dir dist --extensions '.ts,.tsx' --source-maps && tsc --emitDeclarationOnly\",\n \"build:doc\": \"typedoc --excludeNotExported --mode file --out dist/doc lib/index.ts && touch dist/doc/.nojekyll\",\n \"check-types\": \"tsc\",\n dev: \"babel ./lib --out-dir dist --extensions '.ts,.tsx' --watch\",\n test: \"jest\",\n \"test:watch\": \"jest --watchAll\"\n },\n keywords: [\"nextcloud\"],\n homepage: \"https://github.com/nextcloud/nextcloud-event-bus#readme\",\n author: \"Christoph Wurst\",\n license: \"GPL-3.0-or-later\",\n repository: {\n type: \"git\",\n url: \"https://github.com/nextcloud/nextcloud-event-bus\"\n },\n dependencies: {\n \"@types/semver\": \"^6.2.1\",\n \"core-js\": \"^3.6.2\",\n semver: \"^6.3.0\"\n },\n devDependencies: {\n \"@babel/cli\": \"^7.6.0\",\n \"@babel/core\": \"^7.6.0\",\n \"@babel/plugin-proposal-class-properties\": \"^7.5.5\",\n \"@babel/preset-env\": \"^7.6.0\",\n \"@babel/preset-typescript\": \"^7.6.0\",\n \"@nextcloud/browserslist-config\": \"^1.0.0\",\n \"babel-jest\": \"^25.1.0\",\n \"babel-plugin-inline-json-import\": \"^0.3.2\",\n jest: \"^25.1.0\",\n typedoc: \"^0.16.7\",\n typescript: \"^3.6.3\"\n },\n browserslist: [\"extends @nextcloud/browserslist-config\"]\n};\n\nvar SimpleBus = /*#__PURE__*/function () {\n function SimpleBus() {\n _classCallCheck(this, SimpleBus);\n\n _defineProperty(this, \"handlers\", new Map());\n }\n\n _createClass(SimpleBus, [{\n key: \"getVersion\",\n value: function getVersion() {\n return packageJson.version;\n }\n }, {\n key: \"subscribe\",\n value: function subscribe(name, handler) {\n this.handlers.set(name, (this.handlers.get(name) || []).concat(handler));\n }\n }, {\n key: \"unsubscribe\",\n value: function unsubscribe(name, handler) {\n this.handlers.set(name, (this.handlers.get(name) || []).filter(function (h) {\n return h != handler;\n }));\n }\n }, {\n key: \"emit\",\n value: function emit(name, event) {\n (this.handlers.get(name) || []).forEach(function (h) {\n try {\n h(event);\n } catch (e) {\n console.error('could not invoke event listener', e);\n }\n });\n }\n }]);\n\n return SimpleBus;\n}();\n\nexports.SimpleBus = SimpleBus;\n//# sourceMappingURL=SimpleBus.js.map","'use strict';\nvar $ = require('../internals/export');\nvar fails = require('../internals/fails');\nvar isArray = require('../internals/is-array');\nvar isObject = require('../internals/is-object');\nvar toObject = require('../internals/to-object');\nvar toLength = require('../internals/to-length');\nvar createProperty = require('../internals/create-property');\nvar arraySpeciesCreate = require('../internals/array-species-create');\nvar arrayMethodHasSpeciesSupport = require('../internals/array-method-has-species-support');\nvar wellKnownSymbol = require('../internals/well-known-symbol');\nvar V8_VERSION = require('../internals/engine-v8-version');\n\nvar IS_CONCAT_SPREADABLE = wellKnownSymbol('isConcatSpreadable');\nvar MAX_SAFE_INTEGER = 0x1FFFFFFFFFFFFF;\nvar MAXIMUM_ALLOWED_INDEX_EXCEEDED = 'Maximum allowed index exceeded';\n\n// We can't use this feature detection in V8 since it causes\n// deoptimization and serious performance degradation\n// https://github.com/zloirock/core-js/issues/679\nvar IS_CONCAT_SPREADABLE_SUPPORT = V8_VERSION >= 51 || !fails(function () {\n var array = [];\n array[IS_CONCAT_SPREADABLE] = false;\n return array.concat()[0] !== array;\n});\n\nvar SPECIES_SUPPORT = arrayMethodHasSpeciesSupport('concat');\n\nvar isConcatSpreadable = function (O) {\n if (!isObject(O)) return false;\n var spreadable = O[IS_CONCAT_SPREADABLE];\n return spreadable !== undefined ? !!spreadable : isArray(O);\n};\n\nvar FORCED = !IS_CONCAT_SPREADABLE_SUPPORT || !SPECIES_SUPPORT;\n\n// `Array.prototype.concat` method\n// https://tc39.github.io/ecma262/#sec-array.prototype.concat\n// with adding support of @@isConcatSpreadable and @@species\n$({ target: 'Array', proto: true, forced: FORCED }, {\n concat: function concat(arg) { // eslint-disable-line no-unused-vars\n var O = toObject(this);\n var A = arraySpeciesCreate(O, 0);\n var n = 0;\n var i, k, length, len, E;\n for (i = -1, length = arguments.length; i < length; i++) {\n E = i === -1 ? O : arguments[i];\n if (isConcatSpreadable(E)) {\n len = toLength(E.length);\n if (n + len > MAX_SAFE_INTEGER) throw TypeError(MAXIMUM_ALLOWED_INDEX_EXCEEDED);\n for (k = 0; k < len; k++, n++) if (k in E) createProperty(A, n, E[k]);\n } else {\n if (n >= MAX_SAFE_INTEGER) throw TypeError(MAXIMUM_ALLOWED_INDEX_EXCEEDED);\n createProperty(A, n++, E);\n }\n }\n A.length = n;\n return A;\n }\n});\n","'use strict';\nvar nativePropertyIsEnumerable = {}.propertyIsEnumerable;\nvar getOwnPropertyDescriptor = Object.getOwnPropertyDescriptor;\n\n// Nashorn ~ JDK8 bug\nvar NASHORN_BUG = getOwnPropertyDescriptor && !nativePropertyIsEnumerable.call({ 1: 2 }, 1);\n\n// `Object.prototype.propertyIsEnumerable` method implementation\n// https://tc39.github.io/ecma262/#sec-object.prototype.propertyisenumerable\nexports.f = NASHORN_BUG ? function propertyIsEnumerable(V) {\n var descriptor = getOwnPropertyDescriptor(this, V);\n return !!descriptor && descriptor.enumerable;\n} : nativePropertyIsEnumerable;\n","var global = require('../internals/global');\nvar inspectSource = require('../internals/inspect-source');\n\nvar WeakMap = global.WeakMap;\n\nmodule.exports = typeof WeakMap === 'function' && /native code/.test(inspectSource(WeakMap));\n","var has = require('../internals/has');\nvar ownKeys = require('../internals/own-keys');\nvar getOwnPropertyDescriptorModule = require('../internals/object-get-own-property-descriptor');\nvar definePropertyModule = require('../internals/object-define-property');\n\nmodule.exports = function (target, source) {\n var keys = ownKeys(source);\n var defineProperty = definePropertyModule.f;\n var getOwnPropertyDescriptor = getOwnPropertyDescriptorModule.f;\n for (var i = 0; i < keys.length; i++) {\n var key = keys[i];\n if (!has(target, key)) defineProperty(target, key, getOwnPropertyDescriptor(source, key));\n }\n};\n","var getBuiltIn = require('../internals/get-built-in');\nvar getOwnPropertyNamesModule = require('../internals/object-get-own-property-names');\nvar getOwnPropertySymbolsModule = require('../internals/object-get-own-property-symbols');\nvar anObject = require('../internals/an-object');\n\n// all object keys, includes non-enumerable and symbols\nmodule.exports = getBuiltIn('Reflect', 'ownKeys') || function ownKeys(it) {\n var keys = getOwnPropertyNamesModule.f(anObject(it));\n var getOwnPropertySymbols = getOwnPropertySymbolsModule.f;\n return getOwnPropertySymbols ? keys.concat(getOwnPropertySymbols(it)) : keys;\n};\n","var global = require('../internals/global');\n\nmodule.exports = global;\n","var internalObjectKeys = require('../internals/object-keys-internal');\nvar enumBugKeys = require('../internals/enum-bug-keys');\n\nvar hiddenKeys = enumBugKeys.concat('length', 'prototype');\n\n// `Object.getOwnPropertyNames` method\n// https://tc39.github.io/ecma262/#sec-object.getownpropertynames\nexports.f = Object.getOwnPropertyNames || function getOwnPropertyNames(O) {\n return internalObjectKeys(O, hiddenKeys);\n};\n","var toIndexedObject = require('../internals/to-indexed-object');\nvar toLength = require('../internals/to-length');\nvar toAbsoluteIndex = require('../internals/to-absolute-index');\n\n// `Array.prototype.{ indexOf, includes }` methods implementation\nvar createMethod = function (IS_INCLUDES) {\n return function ($this, el, fromIndex) {\n var O = toIndexedObject($this);\n var length = toLength(O.length);\n var index = toAbsoluteIndex(fromIndex, length);\n var value;\n // Array#includes uses SameValueZero equality algorithm\n // eslint-disable-next-line no-self-compare\n if (IS_INCLUDES && el != el) while (length > index) {\n value = O[index++];\n // eslint-disable-next-line no-self-compare\n if (value != value) return true;\n // Array#indexOf ignores holes, Array#includes - not\n } else for (;length > index; index++) {\n if ((IS_INCLUDES || index in O) && O[index] === el) return IS_INCLUDES || index || 0;\n } return !IS_INCLUDES && -1;\n };\n};\n\nmodule.exports = {\n // `Array.prototype.includes` method\n // https://tc39.github.io/ecma262/#sec-array.prototype.includes\n includes: createMethod(true),\n // `Array.prototype.indexOf` method\n // https://tc39.github.io/ecma262/#sec-array.prototype.indexof\n indexOf: createMethod(false)\n};\n","var toInteger = require('../internals/to-integer');\n\nvar max = Math.max;\nvar min = Math.min;\n\n// Helper for a popular repeating case of the spec:\n// Let integer be ? ToInteger(index).\n// If integer < 0, let result be max((length + integer), 0); else let result be min(integer, length).\nmodule.exports = function (index, length) {\n var integer = toInteger(index);\n return integer < 0 ? max(integer + length, 0) : min(integer, length);\n};\n","exports.f = Object.getOwnPropertySymbols;\n","'use strict';\nvar toPrimitive = require('../internals/to-primitive');\nvar definePropertyModule = require('../internals/object-define-property');\nvar createPropertyDescriptor = require('../internals/create-property-descriptor');\n\nmodule.exports = function (object, key, value) {\n var propertyKey = toPrimitive(key);\n if (propertyKey in object) definePropertyModule.f(object, propertyKey, createPropertyDescriptor(0, value));\n else object[propertyKey] = value;\n};\n","var NATIVE_SYMBOL = require('../internals/native-symbol');\n\nmodule.exports = NATIVE_SYMBOL\n // eslint-disable-next-line no-undef\n && !Symbol.sham\n // eslint-disable-next-line no-undef\n && typeof Symbol.iterator == 'symbol';\n","var getBuiltIn = require('../internals/get-built-in');\n\nmodule.exports = getBuiltIn('navigator', 'userAgent') || '';\n","'use strict';\nvar $ = require('../internals/export');\nvar $filter = require('../internals/array-iteration').filter;\nvar arrayMethodHasSpeciesSupport = require('../internals/array-method-has-species-support');\nvar arrayMethodUsesToLength = require('../internals/array-method-uses-to-length');\n\nvar HAS_SPECIES_SUPPORT = arrayMethodHasSpeciesSupport('filter');\n// Edge 14- issue\nvar USES_TO_LENGTH = arrayMethodUsesToLength('filter');\n\n// `Array.prototype.filter` method\n// https://tc39.github.io/ecma262/#sec-array.prototype.filter\n// with adding support of @@species\n$({ target: 'Array', proto: true, forced: !HAS_SPECIES_SUPPORT || !USES_TO_LENGTH }, {\n filter: function filter(callbackfn /* , thisArg */) {\n return $filter(this, callbackfn, arguments.length > 1 ? arguments[1] : undefined);\n }\n});\n","module.exports = function (it) {\n if (typeof it != 'function') {\n throw TypeError(String(it) + ' is not a function');\n } return it;\n};\n","'use strict';\nvar $ = require('../internals/export');\nvar forEach = require('../internals/array-for-each');\n\n// `Array.prototype.forEach` method\n// https://tc39.github.io/ecma262/#sec-array.prototype.foreach\n$({ target: 'Array', proto: true, forced: [].forEach != forEach }, {\n forEach: forEach\n});\n","'use strict';\nvar fails = require('../internals/fails');\n\nmodule.exports = function (METHOD_NAME, argument) {\n var method = [][METHOD_NAME];\n return !!method && fails(function () {\n // eslint-disable-next-line no-useless-call,no-throw-literal\n method.call(null, argument || function () { throw 1; }, 1);\n });\n};\n","var wellKnownSymbol = require('../internals/well-known-symbol');\nvar create = require('../internals/object-create');\nvar definePropertyModule = require('../internals/object-define-property');\n\nvar UNSCOPABLES = wellKnownSymbol('unscopables');\nvar ArrayPrototype = Array.prototype;\n\n// Array.prototype[@@unscopables]\n// https://tc39.github.io/ecma262/#sec-array.prototype-@@unscopables\nif (ArrayPrototype[UNSCOPABLES] == undefined) {\n definePropertyModule.f(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 DESCRIPTORS = require('../internals/descriptors');\nvar definePropertyModule = require('../internals/object-define-property');\nvar anObject = require('../internals/an-object');\nvar objectKeys = require('../internals/object-keys');\n\n// `Object.defineProperties` method\n// https://tc39.github.io/ecma262/#sec-object.defineproperties\nmodule.exports = DESCRIPTORS ? Object.defineProperties : function defineProperties(O, Properties) {\n anObject(O);\n var keys = objectKeys(Properties);\n var length = keys.length;\n var index = 0;\n var key;\n while (length > index) definePropertyModule.f(O, key = keys[index++], Properties[key]);\n return O;\n};\n","var internalObjectKeys = require('../internals/object-keys-internal');\nvar enumBugKeys = require('../internals/enum-bug-keys');\n\n// `Object.keys` method\n// https://tc39.github.io/ecma262/#sec-object.keys\nmodule.exports = Object.keys || function keys(O) {\n return internalObjectKeys(O, enumBugKeys);\n};\n","var getBuiltIn = require('../internals/get-built-in');\n\nmodule.exports = getBuiltIn('document', 'documentElement');\n","'use strict';\nvar IteratorPrototype = require('../internals/iterators-core').IteratorPrototype;\nvar create = require('../internals/object-create');\nvar createPropertyDescriptor = require('../internals/create-property-descriptor');\nvar setToStringTag = require('../internals/set-to-string-tag');\nvar Iterators = require('../internals/iterators');\n\nvar returnThis = function () { return this; };\n\nmodule.exports = function (IteratorConstructor, NAME, next) {\n var TO_STRING_TAG = NAME + ' Iterator';\n IteratorConstructor.prototype = create(IteratorPrototype, { next: createPropertyDescriptor(1, next) });\n setToStringTag(IteratorConstructor, TO_STRING_TAG, false, true);\n Iterators[TO_STRING_TAG] = returnThis;\n return IteratorConstructor;\n};\n","var fails = require('../internals/fails');\n\nmodule.exports = !fails(function () {\n function F() { /* empty */ }\n F.prototype.constructor = null;\n return Object.getPrototypeOf(new F()) !== F.prototype;\n});\n","var isObject = require('../internals/is-object');\n\nmodule.exports = function (it) {\n if (!isObject(it) && it !== null) {\n throw TypeError(\"Can't set \" + String(it) + ' as a prototype');\n } return it;\n};\n","'use strict';\nvar collection = require('../internals/collection');\nvar collectionStrong = require('../internals/collection-strong');\n\n// `Map` constructor\n// https://tc39.github.io/ecma262/#sec-map-objects\nmodule.exports = collection('Map', function (init) {\n return function Map() { return init(this, arguments.length ? arguments[0] : undefined); };\n}, collectionStrong);\n","'use strict';\nvar $ = require('../internals/export');\nvar global = require('../internals/global');\nvar isForced = require('../internals/is-forced');\nvar redefine = require('../internals/redefine');\nvar InternalMetadataModule = require('../internals/internal-metadata');\nvar iterate = require('../internals/iterate');\nvar anInstance = require('../internals/an-instance');\nvar isObject = require('../internals/is-object');\nvar fails = require('../internals/fails');\nvar checkCorrectnessOfIteration = require('../internals/check-correctness-of-iteration');\nvar setToStringTag = require('../internals/set-to-string-tag');\nvar inheritIfRequired = require('../internals/inherit-if-required');\n\nmodule.exports = function (CONSTRUCTOR_NAME, wrapper, common) {\n var IS_MAP = CONSTRUCTOR_NAME.indexOf('Map') !== -1;\n var IS_WEAK = CONSTRUCTOR_NAME.indexOf('Weak') !== -1;\n var ADDER = IS_MAP ? 'set' : 'add';\n var NativeConstructor = global[CONSTRUCTOR_NAME];\n var NativePrototype = NativeConstructor && NativeConstructor.prototype;\n var Constructor = NativeConstructor;\n var exported = {};\n\n var fixMethod = function (KEY) {\n var nativeMethod = NativePrototype[KEY];\n redefine(NativePrototype, KEY,\n KEY == 'add' ? function add(value) {\n nativeMethod.call(this, value === 0 ? 0 : value);\n return this;\n } : KEY == 'delete' ? function (key) {\n return IS_WEAK && !isObject(key) ? false : nativeMethod.call(this, key === 0 ? 0 : key);\n } : KEY == 'get' ? function get(key) {\n return IS_WEAK && !isObject(key) ? undefined : nativeMethod.call(this, key === 0 ? 0 : key);\n } : KEY == 'has' ? function has(key) {\n return IS_WEAK && !isObject(key) ? false : nativeMethod.call(this, key === 0 ? 0 : key);\n } : function set(key, value) {\n nativeMethod.call(this, key === 0 ? 0 : key, value);\n return this;\n }\n );\n };\n\n // eslint-disable-next-line max-len\n if (isForced(CONSTRUCTOR_NAME, typeof NativeConstructor != 'function' || !(IS_WEAK || NativePrototype.forEach && !fails(function () {\n new NativeConstructor().entries().next();\n })))) {\n // create collection constructor\n Constructor = common.getConstructor(wrapper, CONSTRUCTOR_NAME, IS_MAP, ADDER);\n InternalMetadataModule.REQUIRED = true;\n } else if (isForced(CONSTRUCTOR_NAME, true)) {\n var instance = new Constructor();\n // early implementations not supports chaining\n var HASNT_CHAINING = instance[ADDER](IS_WEAK ? {} : -0, 1) != instance;\n // V8 ~ Chromium 40- weak-collections throws on primitives, but should return false\n var THROWS_ON_PRIMITIVES = fails(function () { instance.has(1); });\n // most early implementations doesn't supports iterables, most modern - not close it correctly\n // eslint-disable-next-line no-new\n var ACCEPT_ITERABLES = checkCorrectnessOfIteration(function (iterable) { new NativeConstructor(iterable); });\n // for early implementations -0 and +0 not the same\n var BUGGY_ZERO = !IS_WEAK && fails(function () {\n // V8 ~ Chromium 42- fails only with 5+ elements\n var $instance = new NativeConstructor();\n var index = 5;\n while (index--) $instance[ADDER](index, index);\n return !$instance.has(-0);\n });\n\n if (!ACCEPT_ITERABLES) {\n Constructor = wrapper(function (dummy, iterable) {\n anInstance(dummy, Constructor, CONSTRUCTOR_NAME);\n var that = inheritIfRequired(new NativeConstructor(), dummy, Constructor);\n if (iterable != undefined) iterate(iterable, that[ADDER], that, IS_MAP);\n return that;\n });\n Constructor.prototype = NativePrototype;\n NativePrototype.constructor = Constructor;\n }\n\n if (THROWS_ON_PRIMITIVES || BUGGY_ZERO) {\n fixMethod('delete');\n fixMethod('has');\n IS_MAP && fixMethod('get');\n }\n\n if (BUGGY_ZERO || HASNT_CHAINING) fixMethod(ADDER);\n\n // weak collections should not contains .clear method\n if (IS_WEAK && NativePrototype.clear) delete NativePrototype.clear;\n }\n\n exported[CONSTRUCTOR_NAME] = Constructor;\n $({ global: true, forced: Constructor != NativeConstructor }, exported);\n\n setToStringTag(Constructor, CONSTRUCTOR_NAME);\n\n if (!IS_WEAK) common.setStrong(Constructor, CONSTRUCTOR_NAME, IS_MAP);\n\n return Constructor;\n};\n","var fails = require('../internals/fails');\n\nmodule.exports = !fails(function () {\n return Object.isExtensible(Object.preventExtensions({}));\n});\n","var wellKnownSymbol = require('../internals/well-known-symbol');\nvar Iterators = require('../internals/iterators');\n\nvar ITERATOR = wellKnownSymbol('iterator');\nvar ArrayPrototype = Array.prototype;\n\n// check on default Array iterator\nmodule.exports = function (it) {\n return it !== undefined && (Iterators.Array === it || ArrayPrototype[ITERATOR] === it);\n};\n","var classof = require('../internals/classof');\nvar Iterators = require('../internals/iterators');\nvar wellKnownSymbol = require('../internals/well-known-symbol');\n\nvar ITERATOR = wellKnownSymbol('iterator');\n\nmodule.exports = function (it) {\n if (it != undefined) return it[ITERATOR]\n || it['@@iterator']\n || Iterators[classof(it)];\n};\n","var anObject = require('../internals/an-object');\n\n// call something on iterator step with safe closing on error\nmodule.exports = function (iterator, fn, value, ENTRIES) {\n try {\n return ENTRIES ? fn(anObject(value)[0], value[1]) : fn(value);\n // 7.4.6 IteratorClose(iterator, completion)\n } catch (error) {\n var returnMethod = iterator['return'];\n if (returnMethod !== undefined) anObject(returnMethod.call(iterator));\n throw error;\n }\n};\n","var wellKnownSymbol = require('../internals/well-known-symbol');\n\nvar ITERATOR = wellKnownSymbol('iterator');\nvar SAFE_CLOSING = false;\n\ntry {\n var called = 0;\n var iteratorWithReturn = {\n next: function () {\n return { done: !!called++ };\n },\n 'return': function () {\n SAFE_CLOSING = true;\n }\n };\n iteratorWithReturn[ITERATOR] = function () {\n return this;\n };\n // eslint-disable-next-line no-throw-literal\n Array.from(iteratorWithReturn, function () { throw 2; });\n} catch (error) { /* empty */ }\n\nmodule.exports = function (exec, SKIP_CLOSING) {\n if (!SKIP_CLOSING && !SAFE_CLOSING) return false;\n var ITERATION_SUPPORT = false;\n try {\n var object = {};\n object[ITERATOR] = function () {\n return {\n next: function () {\n return { done: ITERATION_SUPPORT = true };\n }\n };\n };\n exec(object);\n } catch (error) { /* empty */ }\n return ITERATION_SUPPORT;\n};\n","var isObject = require('../internals/is-object');\nvar setPrototypeOf = require('../internals/object-set-prototype-of');\n\n// makes subclassing work correct for wrapped built-ins\nmodule.exports = function ($this, dummy, Wrapper) {\n var NewTarget, NewTargetPrototype;\n if (\n // it can work only with native `setPrototypeOf`\n setPrototypeOf &&\n // we haven't completely correct pre-ES6 way for getting `new.target`, so use this\n typeof (NewTarget = dummy.constructor) == 'function' &&\n NewTarget !== Wrapper &&\n isObject(NewTargetPrototype = NewTarget.prototype) &&\n NewTargetPrototype !== Wrapper.prototype\n ) setPrototypeOf($this, NewTargetPrototype);\n return $this;\n};\n","'use strict';\nvar defineProperty = require('../internals/object-define-property').f;\nvar create = require('../internals/object-create');\nvar redefineAll = require('../internals/redefine-all');\nvar bind = require('../internals/function-bind-context');\nvar anInstance = require('../internals/an-instance');\nvar iterate = require('../internals/iterate');\nvar defineIterator = require('../internals/define-iterator');\nvar setSpecies = require('../internals/set-species');\nvar DESCRIPTORS = require('../internals/descriptors');\nvar fastKey = require('../internals/internal-metadata').fastKey;\nvar InternalStateModule = require('../internals/internal-state');\n\nvar setInternalState = InternalStateModule.set;\nvar internalStateGetterFor = InternalStateModule.getterFor;\n\nmodule.exports = {\n getConstructor: function (wrapper, CONSTRUCTOR_NAME, IS_MAP, ADDER) {\n var C = wrapper(function (that, iterable) {\n anInstance(that, C, CONSTRUCTOR_NAME);\n setInternalState(that, {\n type: CONSTRUCTOR_NAME,\n index: create(null),\n first: undefined,\n last: undefined,\n size: 0\n });\n if (!DESCRIPTORS) that.size = 0;\n if (iterable != undefined) iterate(iterable, that[ADDER], that, IS_MAP);\n });\n\n var getInternalState = internalStateGetterFor(CONSTRUCTOR_NAME);\n\n var define = function (that, key, value) {\n var state = getInternalState(that);\n var entry = getEntry(that, key);\n var previous, index;\n // change existing entry\n if (entry) {\n entry.value = value;\n // create new entry\n } else {\n state.last = entry = {\n index: index = fastKey(key, true),\n key: key,\n value: value,\n previous: previous = state.last,\n next: undefined,\n removed: false\n };\n if (!state.first) state.first = entry;\n if (previous) previous.next = entry;\n if (DESCRIPTORS) state.size++;\n else that.size++;\n // add to index\n if (index !== 'F') state.index[index] = entry;\n } return that;\n };\n\n var getEntry = function (that, key) {\n var state = getInternalState(that);\n // fast case\n var index = fastKey(key);\n var entry;\n if (index !== 'F') return state.index[index];\n // frozen object case\n for (entry = state.first; entry; entry = entry.next) {\n if (entry.key == key) return entry;\n }\n };\n\n redefineAll(C.prototype, {\n // 23.1.3.1 Map.prototype.clear()\n // 23.2.3.2 Set.prototype.clear()\n clear: function clear() {\n var that = this;\n var state = getInternalState(that);\n var data = state.index;\n var entry = state.first;\n while (entry) {\n entry.removed = true;\n if (entry.previous) entry.previous = entry.previous.next = undefined;\n delete data[entry.index];\n entry = entry.next;\n }\n state.first = state.last = undefined;\n if (DESCRIPTORS) state.size = 0;\n else that.size = 0;\n },\n // 23.1.3.3 Map.prototype.delete(key)\n // 23.2.3.4 Set.prototype.delete(value)\n 'delete': function (key) {\n var that = this;\n var state = getInternalState(that);\n var entry = getEntry(that, key);\n if (entry) {\n var next = entry.next;\n var prev = entry.previous;\n delete state.index[entry.index];\n entry.removed = true;\n if (prev) prev.next = next;\n if (next) next.previous = prev;\n if (state.first == entry) state.first = next;\n if (state.last == entry) state.last = prev;\n if (DESCRIPTORS) state.size--;\n else that.size--;\n } return !!entry;\n },\n // 23.2.3.6 Set.prototype.forEach(callbackfn, thisArg = undefined)\n // 23.1.3.5 Map.prototype.forEach(callbackfn, thisArg = undefined)\n forEach: function forEach(callbackfn /* , that = undefined */) {\n var state = getInternalState(this);\n var boundFunction = bind(callbackfn, arguments.length > 1 ? arguments[1] : undefined, 3);\n var entry;\n while (entry = entry ? entry.next : state.first) {\n boundFunction(entry.value, entry.key, this);\n // revert to the last existing entry\n while (entry && entry.removed) entry = entry.previous;\n }\n },\n // 23.1.3.7 Map.prototype.has(key)\n // 23.2.3.7 Set.prototype.has(value)\n has: function has(key) {\n return !!getEntry(this, key);\n }\n });\n\n redefineAll(C.prototype, IS_MAP ? {\n // 23.1.3.6 Map.prototype.get(key)\n get: function get(key) {\n var entry = getEntry(this, key);\n return entry && entry.value;\n },\n // 23.1.3.9 Map.prototype.set(key, value)\n set: function set(key, value) {\n return define(this, key === 0 ? 0 : key, value);\n }\n } : {\n // 23.2.3.1 Set.prototype.add(value)\n add: function add(value) {\n return define(this, value = value === 0 ? 0 : value, value);\n }\n });\n if (DESCRIPTORS) defineProperty(C.prototype, 'size', {\n get: function () {\n return getInternalState(this).size;\n }\n });\n return C;\n },\n setStrong: function (C, CONSTRUCTOR_NAME, IS_MAP) {\n var ITERATOR_NAME = CONSTRUCTOR_NAME + ' Iterator';\n var getInternalCollectionState = internalStateGetterFor(CONSTRUCTOR_NAME);\n var getInternalIteratorState = internalStateGetterFor(ITERATOR_NAME);\n // add .keys, .values, .entries, [@@iterator]\n // 23.1.3.4, 23.1.3.8, 23.1.3.11, 23.1.3.12, 23.2.3.5, 23.2.3.8, 23.2.3.10, 23.2.3.11\n defineIterator(C, CONSTRUCTOR_NAME, function (iterated, kind) {\n setInternalState(this, {\n type: ITERATOR_NAME,\n target: iterated,\n state: getInternalCollectionState(iterated),\n kind: kind,\n last: undefined\n });\n }, function () {\n var state = getInternalIteratorState(this);\n var kind = state.kind;\n var entry = state.last;\n // revert to the last existing entry\n while (entry && entry.removed) entry = entry.previous;\n // get next entry\n if (!state.target || !(state.last = entry = entry ? entry.next : state.state.first)) {\n // or finish the iteration\n state.target = undefined;\n return { value: undefined, done: true };\n }\n // return step by kind\n if (kind == 'keys') return { value: entry.key, done: false };\n if (kind == 'values') return { value: entry.value, done: false };\n return { value: [entry.key, entry.value], done: false };\n }, IS_MAP ? 'entries' : 'values', !IS_MAP, true);\n\n // add [@@species], 23.1.2.2, 23.2.2.2\n setSpecies(CONSTRUCTOR_NAME);\n }\n};\n","var redefine = require('../internals/redefine');\n\nmodule.exports = function (target, src, options) {\n for (var key in src) redefine(target, key, src[key], options);\n return target;\n};\n","'use strict';\nvar getBuiltIn = require('../internals/get-built-in');\nvar definePropertyModule = require('../internals/object-define-property');\nvar wellKnownSymbol = require('../internals/well-known-symbol');\nvar DESCRIPTORS = require('../internals/descriptors');\n\nvar SPECIES = wellKnownSymbol('species');\n\nmodule.exports = function (CONSTRUCTOR_NAME) {\n var Constructor = getBuiltIn(CONSTRUCTOR_NAME);\n var defineProperty = definePropertyModule.f;\n\n if (DESCRIPTORS && Constructor && !Constructor[SPECIES]) {\n defineProperty(Constructor, SPECIES, {\n configurable: true,\n get: function () { return this; }\n });\n }\n};\n","var TO_STRING_TAG_SUPPORT = require('../internals/to-string-tag-support');\nvar redefine = require('../internals/redefine');\nvar toString = require('../internals/object-to-string');\n\n// `Object.prototype.toString` method\n// https://tc39.github.io/ecma262/#sec-object.prototype.tostring\nif (!TO_STRING_TAG_SUPPORT) {\n redefine(Object.prototype, 'toString', toString, { unsafe: true });\n}\n","'use strict';\nvar TO_STRING_TAG_SUPPORT = require('../internals/to-string-tag-support');\nvar classof = require('../internals/classof');\n\n// `Object.prototype.toString` method implementation\n// https://tc39.github.io/ecma262/#sec-object.prototype.tostring\nmodule.exports = TO_STRING_TAG_SUPPORT ? {}.toString : function toString() {\n return '[object ' + classof(this) + ']';\n};\n","'use strict';\nvar charAt = require('../internals/string-multibyte').charAt;\nvar InternalStateModule = require('../internals/internal-state');\nvar defineIterator = require('../internals/define-iterator');\n\nvar STRING_ITERATOR = 'String Iterator';\nvar setInternalState = InternalStateModule.set;\nvar getInternalState = InternalStateModule.getterFor(STRING_ITERATOR);\n\n// `String.prototype[@@iterator]` method\n// https://tc39.github.io/ecma262/#sec-string.prototype-@@iterator\ndefineIterator(String, 'String', function (iterated) {\n setInternalState(this, {\n type: STRING_ITERATOR,\n string: String(iterated),\n index: 0\n });\n// `%StringIteratorPrototype%.next` method\n// https://tc39.github.io/ecma262/#sec-%stringiteratorprototype%.next\n}, function next() {\n var state = getInternalState(this);\n var string = state.string;\n var index = state.index;\n var point;\n if (index >= string.length) return { value: undefined, done: true };\n point = charAt(string, index);\n state.index += point.length;\n return { value: point, done: false };\n});\n","var toInteger = require('../internals/to-integer');\nvar requireObjectCoercible = require('../internals/require-object-coercible');\n\n// `String.prototype.{ codePointAt, at }` methods implementation\nvar createMethod = function (CONVERT_TO_STRING) {\n return function ($this, pos) {\n var S = String(requireObjectCoercible($this));\n var position = toInteger(pos);\n var size = S.length;\n var first, second;\n if (position < 0 || position >= size) return CONVERT_TO_STRING ? '' : undefined;\n first = S.charCodeAt(position);\n return first < 0xD800 || first > 0xDBFF || position + 1 === size\n || (second = S.charCodeAt(position + 1)) < 0xDC00 || second > 0xDFFF\n ? CONVERT_TO_STRING ? S.charAt(position) : first\n : CONVERT_TO_STRING ? S.slice(position, position + 2) : (first - 0xD800 << 10) + (second - 0xDC00) + 0x10000;\n };\n};\n\nmodule.exports = {\n // `String.prototype.codePointAt` method\n // https://tc39.github.io/ecma262/#sec-string.prototype.codepointat\n codeAt: createMethod(false),\n // `String.prototype.at` method\n // https://github.com/mathiasbynens/String.prototype.at\n charAt: createMethod(true)\n};\n","var global = require('../internals/global');\nvar DOMIterables = require('../internals/dom-iterables');\nvar forEach = require('../internals/array-for-each');\nvar createNonEnumerableProperty = require('../internals/create-non-enumerable-property');\n\nfor (var COLLECTION_NAME in DOMIterables) {\n var Collection = global[COLLECTION_NAME];\n var CollectionPrototype = Collection && Collection.prototype;\n // some Chrome versions have non-configurable methods on DOMTokenList\n if (CollectionPrototype && CollectionPrototype.forEach !== forEach) try {\n createNonEnumerableProperty(CollectionPrototype, 'forEach', forEach);\n } catch (error) {\n CollectionPrototype.forEach = forEach;\n }\n}\n","var global = require('../internals/global');\nvar DOMIterables = require('../internals/dom-iterables');\nvar ArrayIteratorMethods = require('../modules/es.array.iterator');\nvar createNonEnumerableProperty = require('../internals/create-non-enumerable-property');\nvar wellKnownSymbol = require('../internals/well-known-symbol');\n\nvar ITERATOR = wellKnownSymbol('iterator');\nvar TO_STRING_TAG = wellKnownSymbol('toStringTag');\nvar ArrayValues = ArrayIteratorMethods.values;\n\nfor (var COLLECTION_NAME in DOMIterables) {\n var Collection = global[COLLECTION_NAME];\n var CollectionPrototype = Collection && Collection.prototype;\n if (CollectionPrototype) {\n // some Chrome versions have non-configurable methods on DOMTokenList\n if (CollectionPrototype[ITERATOR] !== ArrayValues) try {\n createNonEnumerableProperty(CollectionPrototype, ITERATOR, ArrayValues);\n } catch (error) {\n CollectionPrototype[ITERATOR] = ArrayValues;\n }\n if (!CollectionPrototype[TO_STRING_TAG]) {\n createNonEnumerableProperty(CollectionPrototype, TO_STRING_TAG, COLLECTION_NAME);\n }\n if (DOMIterables[COLLECTION_NAME]) for (var METHOD_NAME in ArrayIteratorMethods) {\n // some Chrome versions have non-configurable methods on DOMTokenList\n if (CollectionPrototype[METHOD_NAME] !== ArrayIteratorMethods[METHOD_NAME]) try {\n createNonEnumerableProperty(CollectionPrototype, METHOD_NAME, ArrayIteratorMethods[METHOD_NAME]);\n } catch (error) {\n CollectionPrototype[METHOD_NAME] = ArrayIteratorMethods[METHOD_NAME];\n }\n }\n }\n}\n","var global = require('../internals/global');\nvar getOwnPropertyDescriptor = require('../internals/object-get-own-property-descriptor').f;\nvar createNonEnumerableProperty = require('../internals/create-non-enumerable-property');\nvar redefine = require('../internals/redefine');\nvar setGlobal = require('../internals/set-global');\nvar copyConstructorProperties = require('../internals/copy-constructor-properties');\nvar isForced = require('../internals/is-forced');\n\n/*\n options.target - name of the target object\n options.global - target is the global object\n options.stat - export as static methods of target\n options.proto - export as prototype methods of target\n options.real - real prototype method for the `pure` version\n options.forced - export even if the native feature is available\n options.bind - bind methods to the target, required for the `pure` version\n options.wrap - wrap constructors to preventing global pollution, required for the `pure` version\n options.unsafe - use the simple assignment of property instead of delete + defineProperty\n options.sham - add a flag to not completely full polyfills\n options.enumerable - export as enumerable property\n options.noTargetGet - prevent calling a getter on target\n*/\nmodule.exports = function (options, source) {\n var TARGET = options.target;\n var GLOBAL = options.global;\n var STATIC = options.stat;\n var FORCED, target, key, targetProperty, sourceProperty, descriptor;\n if (GLOBAL) {\n target = global;\n } else if (STATIC) {\n target = global[TARGET] || setGlobal(TARGET, {});\n } else {\n target = (global[TARGET] || {}).prototype;\n }\n if (target) for (key in source) {\n sourceProperty = source[key];\n if (options.noTargetGet) {\n descriptor = getOwnPropertyDescriptor(target, key);\n targetProperty = descriptor && descriptor.value;\n } else targetProperty = target[key];\n FORCED = isForced(GLOBAL ? key : TARGET + (STATIC ? '.' : '#') + key, options.forced);\n // contained in target\n if (!FORCED && targetProperty !== undefined) {\n if (typeof sourceProperty === typeof targetProperty) continue;\n copyConstructorProperties(sourceProperty, targetProperty);\n }\n // add a flag to not completely full polyfills\n if (options.sham || (targetProperty && targetProperty.sham)) {\n createNonEnumerableProperty(sourceProperty, 'sham', true);\n }\n // extend global\n redefine(target, key, sourceProperty, options);\n }\n};\n","var global = require('../internals/global');\nvar createNonEnumerableProperty = require('../internals/create-non-enumerable-property');\nvar has = require('../internals/has');\nvar setGlobal = require('../internals/set-global');\nvar inspectSource = require('../internals/inspect-source');\nvar InternalStateModule = require('../internals/internal-state');\n\nvar getInternalState = InternalStateModule.get;\nvar enforceInternalState = InternalStateModule.enforce;\nvar TEMPLATE = String(String).split('String');\n\n(module.exports = function (O, key, value, options) {\n var unsafe = options ? !!options.unsafe : false;\n var simple = options ? !!options.enumerable : false;\n var noTargetGet = options ? !!options.noTargetGet : false;\n if (typeof value == 'function') {\n if (typeof key == 'string' && !has(value, 'name')) createNonEnumerableProperty(value, 'name', key);\n enforceInternalState(value).source = TEMPLATE.join(typeof key == 'string' ? key : '');\n }\n if (O === global) {\n if (simple) O[key] = value;\n else setGlobal(key, value);\n return;\n } else if (!unsafe) {\n delete O[key];\n } else if (!noTargetGet && O[key]) {\n simple = true;\n }\n if (simple) O[key] = value;\n else createNonEnumerableProperty(O, key, value);\n// add fake Function#toString for correct work wrapped methods / constructors with methods like LoDash isNative\n})(Function.prototype, 'toString', function toString() {\n return typeof this == 'function' && getInternalState(this).source || inspectSource(this);\n});\n","module.exports = {};\n","\"use strict\";\n\nObject.defineProperty(exports, \"__esModule\", {\n value: true\n});\nexports.subscribe = subscribe;\nexports.unsubscribe = unsubscribe;\nexports.emit = emit;\n\nvar _ProxyBus = require(\"./ProxyBus\");\n\nvar _SimpleBus = require(\"./SimpleBus\");\n\nfunction getBus() {\n if (typeof window.OC !== 'undefined' && window.OC._eventBus && typeof window._nc_event_bus === 'undefined') {\n console.warn('found old event bus instance at OC._eventBus. Update your version!');\n window._nc_event_bus = window.OC._eventBus;\n } // Either use an existing event bus instance or create one\n\n\n if (typeof window._nc_event_bus !== 'undefined') {\n return new _ProxyBus.ProxyBus(window._nc_event_bus);\n } else {\n return window._nc_event_bus = new _SimpleBus.SimpleBus();\n }\n}\n\nvar bus = getBus();\n/**\n * Register an event listener\n *\n * @param name name of the event\n * @param handler callback invoked for every matching event emitted on the bus\n */\n\nfunction subscribe(name, handler) {\n bus.subscribe(name, handler);\n}\n/**\n * Unregister a previously registered event listener\n *\n * Note: doesn't work with anonymous functions (closures). Use method of an object or store listener function in variable.\n *\n * @param name name of the event\n * @param handler callback passed to `subscribed`\n */\n\n\nfunction unsubscribe(name, handler) {\n bus.unsubscribe(name, handler);\n}\n/**\n * Emit an event\n *\n * @param name name of the event\n * @param event event payload\n */\n\n\nfunction emit(name, event) {\n bus.emit(name, event);\n}\n//# sourceMappingURL=index.js.map","module.exports = function (bitmap, value) {\n return {\n enumerable: !(bitmap & 1),\n configurable: !(bitmap & 2),\n writable: !(bitmap & 4),\n value: value\n };\n};\n","// toObject with fallback for non-array-like ES3 strings\nvar IndexedObject = require('../internals/indexed-object');\nvar requireObjectCoercible = require('../internals/require-object-coercible');\n\nmodule.exports = function (it) {\n return IndexedObject(requireObjectCoercible(it));\n};\n","var NATIVE_WEAK_MAP = require('../internals/native-weak-map');\nvar global = require('../internals/global');\nvar isObject = require('../internals/is-object');\nvar createNonEnumerableProperty = require('../internals/create-non-enumerable-property');\nvar objectHas = require('../internals/has');\nvar sharedKey = require('../internals/shared-key');\nvar hiddenKeys = require('../internals/hidden-keys');\n\nvar WeakMap = global.WeakMap;\nvar set, get, has;\n\nvar enforce = function (it) {\n return has(it) ? get(it) : set(it, {});\n};\n\nvar getterFor = function (TYPE) {\n return function (it) {\n var state;\n if (!isObject(it) || (state = get(it)).type !== TYPE) {\n throw TypeError('Incompatible receiver, ' + TYPE + ' required');\n } return state;\n };\n};\n\nif (NATIVE_WEAK_MAP) {\n var store = new WeakMap();\n var wmget = store.get;\n var wmhas = store.has;\n var wmset = store.set;\n set = function (it, metadata) {\n wmset.call(store, it, metadata);\n return metadata;\n };\n get = function (it) {\n return wmget.call(store, it) || {};\n };\n has = function (it) {\n return wmhas.call(store, it);\n };\n} else {\n var STATE = sharedKey('state');\n hiddenKeys[STATE] = true;\n set = function (it, metadata) {\n createNonEnumerableProperty(it, STATE, metadata);\n return metadata;\n };\n get = function (it) {\n return objectHas(it, STATE) ? it[STATE] : {};\n };\n has = function (it) {\n return objectHas(it, STATE);\n };\n}\n\nmodule.exports = {\n set: set,\n get: get,\n has: has,\n enforce: enforce,\n getterFor: getterFor\n};\n","module.exports = {};\n","var path = require('../internals/path');\nvar global = require('../internals/global');\n\nvar aFunction = function (variable) {\n return typeof variable == 'function' ? variable : undefined;\n};\n\nmodule.exports = function (namespace, method) {\n return arguments.length < 2 ? aFunction(path[namespace]) || aFunction(global[namespace])\n : path[namespace] && path[namespace][method] || global[namespace] && global[namespace][method];\n};\n","var toInteger = require('../internals/to-integer');\n\nvar min = Math.min;\n\n// `ToLength` abstract operation\n// https://tc39.github.io/ecma262/#sec-tolength\nmodule.exports = function (argument) {\n return argument > 0 ? min(toInteger(argument), 0x1FFFFFFFFFFFFF) : 0; // 2 ** 53 - 1 == 9007199254740991\n};\n","var check = function (it) {\n return it && it.Math == Math && it;\n};\n\n// https://github.com/zloirock/core-js/issues/86#issuecomment-115759028\nmodule.exports =\n // eslint-disable-next-line no-undef\n check(typeof globalThis == 'object' && globalThis) ||\n check(typeof window == 'object' && window) ||\n check(typeof self == 'object' && self) ||\n check(typeof global == 'object' && global) ||\n // eslint-disable-next-line no-new-func\n Function('return this')();\n","\"use strict\";\n\nmodule.exports = function (url, options) {\n if (!options) {\n // eslint-disable-next-line no-param-reassign\n options = {};\n } // eslint-disable-next-line no-underscore-dangle, no-param-reassign\n\n\n url = url && url.__esModule ? url.default : url;\n\n if (typeof url !== 'string') {\n return url;\n } // If url is already wrapped in quotes, remove them\n\n\n if (/^['\"].*['\"]$/.test(url)) {\n // eslint-disable-next-line no-param-reassign\n url = url.slice(1, -1);\n }\n\n if (options.hash) {\n // eslint-disable-next-line no-param-reassign\n url += options.hash;\n } // Should url be wrapped?\n // See https://drafts.csswg.org/css-values-3/#urls\n\n\n if (/[\"'() \\t\\n]/.test(url) || options.needQuotes) {\n return \"\\\"\".concat(url.replace(/\"/g, '\\\\\"').replace(/\\n/g, '\\\\n'), \"\\\"\");\n }\n\n return url;\n};","( function( factory ) {\n\tif ( typeof define === \"function\" && define.amd ) {\n\n\t\t// AMD. Register as an anonymous module.\n\t\tdefine( [ \"jquery\" ], factory );\n\t} else {\n\n\t\t// Browser globals\n\t\tfactory( jQuery );\n\t}\n} ( function( $ ) {\n\n$.ui = $.ui || {};\n\nreturn $.ui.version = \"1.12.1\";\n\n} ) );\n","/**\n * @copyright 2019 Christoph Wurst <christoph@winzerhof-wurst.at>\n *\n * @author 2019 Christoph Wurst <christoph@winzerhof-wurst.at>\n *\n * @license GNU AGPL version 3 or any later version\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see <http://www.gnu.org/licenses/>.\n */\n\nimport { emit } from '@nextcloud/event-bus'\n\n/**\n * @private\n * @param {Document} global the document to read the initial value from\n * @param {Function} emit the function to invoke for every new token\n * @returns {Object}\n */\nexport const manageToken = (global, emit) => {\n\tlet token = global.getElementsByTagName('head')[0].getAttribute('data-requesttoken')\n\n\treturn {\n\t\tgetToken: () => token,\n\t\tsetToken: newToken => {\n\t\t\ttoken = newToken\n\n\t\t\temit('csrf-token-update', {\n\t\t\t\ttoken,\n\t\t\t})\n\t\t},\n\t}\n}\n\nconst manageFromDocument = manageToken(document, emit)\n\n/**\n * @returns {string}\n */\nexport const getToken = manageFromDocument.getToken\n\n/**\n * @param {String} newToken new token\n */\nexport const setToken = manageFromDocument.setToken\n","var global = require('../internals/global');\nvar shared = require('../internals/shared');\nvar has = require('../internals/has');\nvar uid = require('../internals/uid');\nvar NATIVE_SYMBOL = require('../internals/native-symbol');\nvar USE_SYMBOL_AS_UID = require('../internals/use-symbol-as-uid');\n\nvar WellKnownSymbolsStore = shared('wks');\nvar Symbol = global.Symbol;\nvar createWellKnownSymbol = USE_SYMBOL_AS_UID ? Symbol : Symbol && Symbol.withoutSetter || uid;\n\nmodule.exports = function (name) {\n if (!has(WellKnownSymbolsStore, name)) {\n if (NATIVE_SYMBOL && has(Symbol, name)) WellKnownSymbolsStore[name] = Symbol[name];\n else WellKnownSymbolsStore[name] = createWellKnownSymbol('Symbol.' + name);\n } return WellKnownSymbolsStore[name];\n};\n","module.exports = function (exec) {\n try {\n return !!exec();\n } catch (error) {\n return true;\n }\n};\n","var toString = {}.toString;\n\nmodule.exports = function (it) {\n return toString.call(it).slice(8, -1);\n};\n","// `RequireObjectCoercible` abstract operation\n// https://tc39.github.io/ecma262/#sec-requireobjectcoercible\nmodule.exports = function (it) {\n if (it == undefined) throw TypeError(\"Can't call method on \" + it);\n return it;\n};\n","var isObject = require('../internals/is-object');\n\n// `ToPrimitive` abstract operation\n// https://tc39.github.io/ecma262/#sec-toprimitive\n// instead of the ES6 spec version, we didn't implement @@toPrimitive case\n// and the second argument - flag - preferred type is a string\nmodule.exports = function (input, PREFERRED_STRING) {\n if (!isObject(input)) return input;\n var fn, val;\n if (PREFERRED_STRING && typeof (fn = input.toString) == 'function' && !isObject(val = fn.call(input))) return val;\n if (typeof (fn = input.valueOf) == 'function' && !isObject(val = fn.call(input))) return val;\n if (!PREFERRED_STRING && typeof (fn = input.toString) == 'function' && !isObject(val = fn.call(input))) return val;\n throw TypeError(\"Can't convert object to primitive value\");\n};\n","var global = require('../internals/global');\nvar createNonEnumerableProperty = require('../internals/create-non-enumerable-property');\n\nmodule.exports = function (key, value) {\n try {\n createNonEnumerableProperty(global, key, value);\n } catch (error) {\n global[key] = value;\n } return value;\n};\n","var shared = require('../internals/shared');\nvar uid = require('../internals/uid');\n\nvar keys = shared('keys');\n\nmodule.exports = function (key) {\n return keys[key] || (keys[key] = uid(key));\n};\n","/**\n * Strengthify - show the weakness of a password (uses zxcvbn for this)\n * https://github.com/MorrisJobke/strengthify\n *\n * Version: 0.5.8\n * Author: Morris Jobke (github.com/MorrisJobke) - original\n * Eve Ragins @ Eve Corp (github.com/eve-corp)\n *\n *\n * License:\n *\n * The MIT License (MIT)\n *\n * Copyright (c) 2013-2019 Morris Jobke <morris.jobke@gmail.com>\n *\n * Permission is hereby granted, free of charge, to any person obtaining a copy of\n * this software and associated documentation files (the \"Software\"), to deal in\n * the Software without restriction, including without limitation the rights to\n * use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of\n * the Software, and to permit persons to whom the Software is furnished to do so,\n * subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in all\n * copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS\n * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR\n * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER\n * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n */\n\n/* global jQuery */\n(function($) {\n $.fn.strengthify = function(paramOptions) {\n \"use strict\";\n\n var defaults = {\n zxcvbn: 'zxcvbn/zxcvbn.js',\n userInputs: [],\n titles: [\n 'Weakest',\n 'Weak',\n 'So-so',\n 'Good',\n 'Perfect'\n ],\n tilesOptions:{\n tooltip: true,\n element: false\n },\n drawTitles: false,\n drawMessage: false,\n drawBars: true,\n $addAfter: null,\n nonce: null\n };\n\n return this.each(function() {\n var options = $.extend(defaults, paramOptions);\n\n if (!options.drawTitles\n && !options.drawMessage\n && !options.drawBars)\n console.warn(\"expect at least one of 'drawTitles', 'drawMessage', or 'drawBars' to be true\");\n\n function getWrapperFor(id) {\n return $('div[data-strengthifyFor=\"' + id + '\"]');\n };\n\n function drawStrengthify() {\n var password = $(this).val(),\n elemId = $(this).attr('id'),\n // hide strengthify if no input is provided\n opacity = (password === '') ? 0 : 1,\n // calculate result\n result = zxcvbn(password, options.userInputs),\n // setup some vars for later\n css = '',\n bsLevel = '',\n message = '',\n // cache jQuery selections\n $wrapper = getWrapperFor(elemId),\n $container = $wrapper.find('.strengthify-container'),\n $message = $wrapper.find('[data-strengthifyMessage]');\n\n\n $wrapper.children()\n .css('opacity', opacity)\n .css('-ms-filter',\n '\"progid:DXImageTransform.Microsoft.Alpha(Opacity=' + opacity * 100 + ')\"'\n );\n\n if (options.onResult) {\n options.onResult(result);\n }\n\n // style strengthify bar\n // possible scores: 0-4\n switch (result.score) {\n case 0:\n case 1:\n css = 'password-bad';\n bsLevel = 'danger';\n message = result.feedback ? result.feedback.suggestions.join('<br/>') : \"\";\n break;\n case 2:\n bsLevel = 'warning';\n message = result.feedback ? result.feedback.suggestions.join('<br/>') : \"\";\n css = 'password-medium';\n break;\n case 3:\n css = 'password-good';\n bsLevel = 'info';\n message = \"Getting better.\";\n break;\n case 4:\n css = 'password-good';\n bsLevel = 'success';\n message = \"Looks good.\";\n break;\n }\n\n if ($message) {\n $message.removeAttr('class');\n $message.addClass('bg-' + bsLevel);\n\n // reset state for empty string password\n if (password === '') {\n message = '';\n }\n $message.html(message);\n }\n if ($container) {\n $container\n .attr('class', css + ' strengthify-container')\n // possible scores: 0-4\n .css(\n 'width',\n // if score is '0' it will be changed to '1' to\n // not hide strengthify if the password is extremely weak\n ((result.score === 0 ? 1 : result.score) * 25) + '%'\n );\n\n // reset state for empty string password\n if (password === '') {\n $container.css('width', 0);\n }\n }\n\n if (options.drawTitles) {\n // set a title for the wrapper\n if(options.tilesOptions.tooltip){\n $wrapper.attr(\n 'title',\n options.titles[result.score]\n ).tooltip({\n placement: 'bottom',\n trigger: 'manual',\n }).tooltip(\n 'fixTitle'\n ).tooltip(\n 'show'\n );\n\n if (opacity === 0) {\n $wrapper.tooltip(\n 'hide'\n );\n }\n }\n\n if(options.tilesOptions.element){\n $wrapper.find(\".strengthify-tiles\").text(options.titles[result.score]);\n }\n }\n };\n\n function init() {\n var $elem = $(this),\n elemId = $elem.attr('id');\n var drawSelf = drawStrengthify.bind(this);\n\n var $addAfter = options.$addAfter;\n if (!$addAfter) {\n $addAfter = $elem;\n }\n\n // add elements\n $addAfter.after('<div class=\"strengthify-wrapper\" data-strengthifyFor=\"' + $elem.attr('id') + '\"></div>');\n\n if (options.drawBars) {\n getWrapperFor(elemId)\n .append('<div class=\"strengthify-bg\" />')\n .append('<div class=\"strengthify-container\" />')\n .append('<div class=\"strengthify-separator\" style=\"left: 25%\" />')\n .append('<div class=\"strengthify-separator\" style=\"left: 50%\" />')\n .append('<div class=\"strengthify-separator\" style=\"left: 75%\" />');\n }\n\n if (options.drawMessage) {\n getWrapperFor(elemId).append('<div data-strengthifyMessage></div>');\n }\n\n if (options.drawTitles && options.tilesOptions) {\n getWrapperFor(elemId).append('<div class=\"strengthify-tiles\"></div>');\n }\n\n var script = document.createElement(\"script\");\n script.src = options.zxcvbn;\n if (options.nonce !== null) {\n script.setAttribute('nonce', options.nonce);\n }\n\n script.onload = function() {\n \t$elem.parent().on('scroll', drawSelf);\n $elem.bind('keyup input change', drawSelf);\n }\n\n document.head.appendChild(script);\n };\n\n init.call(this);\n\n //return me;\n });\n };\n\n} (jQuery));\n","// style-loader: Adds some css to the DOM by adding a <style> tag\n\n// load the styles\nvar content = require(\"!!../css-loader/dist/cjs.js!./strengthify.css\");\nif(typeof content === 'string') content = [[module.id, content, '']];\nif(content.locals) module.exports = content.locals;\n// add the styles to the DOM\nvar add = require(\"!../vue-style-loader/lib/addStylesClient.js\").default\nvar update = add(\"2f61b848\", content, true, {});","// Imports\nvar ___CSS_LOADER_API_IMPORT___ = require(\"../css-loader/dist/runtime/api.js\");\nexports = ___CSS_LOADER_API_IMPORT___(false);\n// Module\nexports.push([module.id, \"/**\\n * Strengthify - show the weakness of a password (uses zxcvbn for this)\\n * https://github.com/MorrisJobke/strengthify\\n * Version: 0.5.8\\n * License: The MIT License (MIT)\\n * Copyright (c) 2013-2019 Morris Jobke <morris.jobke@gmail.com>\\n */\\n\\n.strengthify-wrapper {\\n position: relative;\\n}\\n\\n.strengthify-wrapper > * {\\n\\t-ms-filter:\\\"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\\\";\\n\\tfilter: alpha(opacity=0);\\n\\topacity: 0;\\n\\t-webkit-transition:all .5s ease-in-out;\\n\\t-moz-transition:all .5s ease-in-out;\\n\\ttransition:all .5s ease-in-out;\\n}\\n\\n.strengthify-bg, .strengthify-container, .strengthify-separator {\\n\\theight: 3px;\\n}\\n\\n.strengthify-bg, .strengthify-container {\\n\\tdisplay: block;\\n\\tposition: absolute;\\n\\twidth: 100%;\\n}\\n\\n.strengthify-bg {\\n\\tbackground-color: #BBB;\\n}\\n\\n.strengthify-separator {\\n\\tdisplay: inline-block;\\n\\tposition: absolute;\\n\\tbackground-color: #FFF;\\n\\twidth: 1px;\\n\\tz-index: 10;\\n}\\n\\n.password-bad {\\n\\tbackground-color: #C33;\\n}\\n.password-medium {\\n\\tbackground-color: #F80;\\n}\\n.password-good {\\n\\tbackground-color: #3C3;\\n}\\n\\ndiv[data-strengthifyMessage] {\\n padding: 3px 8px;\\n}\\n\\n.strengthify-tiles{\\n\\tfloat: right;\\n}\\n\", \"\"]);\n// Exports\nmodule.exports = exports;\n","module.exports = false;\n","/*!\n * jQuery UI Widget 1.12.1\n * http://jqueryui.com\n *\n * Copyright jQuery Foundation and other contributors\n * Released under the MIT license.\n * http://jquery.org/license\n */\n\n//>>label: Widget\n//>>group: Core\n//>>description: Provides a factory for creating stateful widgets with a common API.\n//>>docs: http://api.jqueryui.com/jQuery.widget/\n//>>demos: http://jqueryui.com/widget/\n\n( function( factory ) {\n\tif ( typeof define === \"function\" && define.amd ) {\n\n\t\t// AMD. Register as an anonymous module.\n\t\tdefine( [ \"jquery\", \"./version\" ], factory );\n\t} else {\n\n\t\t// Browser globals\n\t\tfactory( jQuery );\n\t}\n}( function( $ ) {\n\nvar widgetUuid = 0;\nvar widgetSlice = Array.prototype.slice;\n\n$.cleanData = ( function( orig ) {\n\treturn function( elems ) {\n\t\tvar events, elem, i;\n\t\tfor ( i = 0; ( elem = elems[ i ] ) != null; i++ ) {\n\t\t\ttry {\n\n\t\t\t\t// Only trigger remove when necessary to save time\n\t\t\t\tevents = $._data( elem, \"events\" );\n\t\t\t\tif ( events && events.remove ) {\n\t\t\t\t\t$( elem ).triggerHandler( \"remove\" );\n\t\t\t\t}\n\n\t\t\t// Http://bugs.jquery.com/ticket/8235\n\t\t\t} catch ( e ) {}\n\t\t}\n\t\torig( elems );\n\t};\n} )( $.cleanData );\n\n$.widget = function( name, base, prototype ) {\n\tvar existingConstructor, constructor, basePrototype;\n\n\t// ProxiedPrototype allows the provided prototype to remain unmodified\n\t// so that it can be used as a mixin for multiple widgets (#8876)\n\tvar proxiedPrototype = {};\n\n\tvar namespace = name.split( \".\" )[ 0 ];\n\tname = name.split( \".\" )[ 1 ];\n\tvar fullName = namespace + \"-\" + name;\n\n\tif ( !prototype ) {\n\t\tprototype = base;\n\t\tbase = $.Widget;\n\t}\n\n\tif ( $.isArray( prototype ) ) {\n\t\tprototype = $.extend.apply( null, [ {} ].concat( prototype ) );\n\t}\n\n\t// Create selector for plugin\n\t$.expr[ \":\" ][ fullName.toLowerCase() ] = function( elem ) {\n\t\treturn !!$.data( elem, fullName );\n\t};\n\n\t$[ namespace ] = $[ namespace ] || {};\n\texistingConstructor = $[ namespace ][ name ];\n\tconstructor = $[ namespace ][ name ] = function( options, element ) {\n\n\t\t// Allow instantiation without \"new\" keyword\n\t\tif ( !this._createWidget ) {\n\t\t\treturn new constructor( options, element );\n\t\t}\n\n\t\t// Allow instantiation without initializing for simple inheritance\n\t\t// must use \"new\" keyword (the code above always passes args)\n\t\tif ( arguments.length ) {\n\t\t\tthis._createWidget( options, element );\n\t\t}\n\t};\n\n\t// Extend with the existing constructor to carry over any static properties\n\t$.extend( constructor, existingConstructor, {\n\t\tversion: prototype.version,\n\n\t\t// Copy the object used to create the prototype in case we need to\n\t\t// redefine the widget later\n\t\t_proto: $.extend( {}, prototype ),\n\n\t\t// Track widgets that inherit from this widget in case this widget is\n\t\t// redefined after a widget inherits from it\n\t\t_childConstructors: []\n\t} );\n\n\tbasePrototype = new base();\n\n\t// We need to make the options hash a property directly on the new instance\n\t// otherwise we'll modify the options hash on the prototype that we're\n\t// inheriting from\n\tbasePrototype.options = $.widget.extend( {}, basePrototype.options );\n\t$.each( prototype, function( prop, value ) {\n\t\tif ( !$.isFunction( value ) ) {\n\t\t\tproxiedPrototype[ prop ] = value;\n\t\t\treturn;\n\t\t}\n\t\tproxiedPrototype[ prop ] = ( function() {\n\t\t\tfunction _super() {\n\t\t\t\treturn base.prototype[ prop ].apply( this, arguments );\n\t\t\t}\n\n\t\t\tfunction _superApply( args ) {\n\t\t\t\treturn base.prototype[ prop ].apply( this, args );\n\t\t\t}\n\n\t\t\treturn function() {\n\t\t\t\tvar __super = this._super;\n\t\t\t\tvar __superApply = this._superApply;\n\t\t\t\tvar returnValue;\n\n\t\t\t\tthis._super = _super;\n\t\t\t\tthis._superApply = _superApply;\n\n\t\t\t\treturnValue = value.apply( this, arguments );\n\n\t\t\t\tthis._super = __super;\n\t\t\t\tthis._superApply = __superApply;\n\n\t\t\t\treturn returnValue;\n\t\t\t};\n\t\t} )();\n\t} );\n\tconstructor.prototype = $.widget.extend( basePrototype, {\n\n\t\t// TODO: remove support for widgetEventPrefix\n\t\t// always use the name + a colon as the prefix, e.g., draggable:start\n\t\t// don't prefix for widgets that aren't DOM-based\n\t\twidgetEventPrefix: existingConstructor ? ( basePrototype.widgetEventPrefix || name ) : name\n\t}, proxiedPrototype, {\n\t\tconstructor: constructor,\n\t\tnamespace: namespace,\n\t\twidgetName: name,\n\t\twidgetFullName: fullName\n\t} );\n\n\t// If this widget is being redefined then we need to find all widgets that\n\t// are inheriting from it and redefine all of them so that they inherit from\n\t// the new version of this widget. We're essentially trying to replace one\n\t// level in the prototype chain.\n\tif ( existingConstructor ) {\n\t\t$.each( existingConstructor._childConstructors, function( i, child ) {\n\t\t\tvar childPrototype = child.prototype;\n\n\t\t\t// Redefine the child widget using the same prototype that was\n\t\t\t// originally used, but inherit from the new version of the base\n\t\t\t$.widget( childPrototype.namespace + \".\" + childPrototype.widgetName, constructor,\n\t\t\t\tchild._proto );\n\t\t} );\n\n\t\t// Remove the list of existing child constructors from the old constructor\n\t\t// so the old child constructors can be garbage collected\n\t\tdelete existingConstructor._childConstructors;\n\t} else {\n\t\tbase._childConstructors.push( constructor );\n\t}\n\n\t$.widget.bridge( name, constructor );\n\n\treturn constructor;\n};\n\n$.widget.extend = function( target ) {\n\tvar input = widgetSlice.call( arguments, 1 );\n\tvar inputIndex = 0;\n\tvar inputLength = input.length;\n\tvar key;\n\tvar value;\n\n\tfor ( ; inputIndex < inputLength; inputIndex++ ) {\n\t\tfor ( key in input[ inputIndex ] ) {\n\t\t\tvalue = input[ inputIndex ][ key ];\n\t\t\tif ( input[ inputIndex ].hasOwnProperty( key ) && value !== undefined ) {\n\n\t\t\t\t// Clone objects\n\t\t\t\tif ( $.isPlainObject( value ) ) {\n\t\t\t\t\ttarget[ key ] = $.isPlainObject( target[ key ] ) ?\n\t\t\t\t\t\t$.widget.extend( {}, target[ key ], value ) :\n\n\t\t\t\t\t\t// Don't extend strings, arrays, etc. with objects\n\t\t\t\t\t\t$.widget.extend( {}, value );\n\n\t\t\t\t// Copy everything else by reference\n\t\t\t\t} else {\n\t\t\t\t\ttarget[ key ] = value;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n\treturn target;\n};\n\n$.widget.bridge = function( name, object ) {\n\tvar fullName = object.prototype.widgetFullName || name;\n\t$.fn[ name ] = function( options ) {\n\t\tvar isMethodCall = typeof options === \"string\";\n\t\tvar args = widgetSlice.call( arguments, 1 );\n\t\tvar returnValue = this;\n\n\t\tif ( isMethodCall ) {\n\n\t\t\t// If this is an empty collection, we need to have the instance method\n\t\t\t// return undefined instead of the jQuery instance\n\t\t\tif ( !this.length && options === \"instance\" ) {\n\t\t\t\treturnValue = undefined;\n\t\t\t} else {\n\t\t\t\tthis.each( function() {\n\t\t\t\t\tvar methodValue;\n\t\t\t\t\tvar instance = $.data( this, fullName );\n\n\t\t\t\t\tif ( options === \"instance\" ) {\n\t\t\t\t\t\treturnValue = instance;\n\t\t\t\t\t\treturn false;\n\t\t\t\t\t}\n\n\t\t\t\t\tif ( !instance ) {\n\t\t\t\t\t\treturn $.error( \"cannot call methods on \" + name +\n\t\t\t\t\t\t\t\" prior to initialization; \" +\n\t\t\t\t\t\t\t\"attempted to call method '\" + options + \"'\" );\n\t\t\t\t\t}\n\n\t\t\t\t\tif ( !$.isFunction( instance[ options ] ) || options.charAt( 0 ) === \"_\" ) {\n\t\t\t\t\t\treturn $.error( \"no such method '\" + options + \"' for \" + name +\n\t\t\t\t\t\t\t\" widget instance\" );\n\t\t\t\t\t}\n\n\t\t\t\t\tmethodValue = instance[ options ].apply( instance, args );\n\n\t\t\t\t\tif ( methodValue !== instance && methodValue !== undefined ) {\n\t\t\t\t\t\treturnValue = methodValue && methodValue.jquery ?\n\t\t\t\t\t\t\treturnValue.pushStack( methodValue.get() ) :\n\t\t\t\t\t\t\tmethodValue;\n\t\t\t\t\t\treturn false;\n\t\t\t\t\t}\n\t\t\t\t} );\n\t\t\t}\n\t\t} else {\n\n\t\t\t// Allow multiple hashes to be passed on init\n\t\t\tif ( args.length ) {\n\t\t\t\toptions = $.widget.extend.apply( null, [ options ].concat( args ) );\n\t\t\t}\n\n\t\t\tthis.each( function() {\n\t\t\t\tvar instance = $.data( this, fullName );\n\t\t\t\tif ( instance ) {\n\t\t\t\t\tinstance.option( options || {} );\n\t\t\t\t\tif ( instance._init ) {\n\t\t\t\t\t\tinstance._init();\n\t\t\t\t\t}\n\t\t\t\t} else {\n\t\t\t\t\t$.data( this, fullName, new object( options, this ) );\n\t\t\t\t}\n\t\t\t} );\n\t\t}\n\n\t\treturn returnValue;\n\t};\n};\n\n$.Widget = function( /* options, element */ ) {};\n$.Widget._childConstructors = [];\n\n$.Widget.prototype = {\n\twidgetName: \"widget\",\n\twidgetEventPrefix: \"\",\n\tdefaultElement: \"<div>\",\n\n\toptions: {\n\t\tclasses: {},\n\t\tdisabled: false,\n\n\t\t// Callbacks\n\t\tcreate: null\n\t},\n\n\t_createWidget: function( options, element ) {\n\t\telement = $( element || this.defaultElement || this )[ 0 ];\n\t\tthis.element = $( element );\n\t\tthis.uuid = widgetUuid++;\n\t\tthis.eventNamespace = \".\" + this.widgetName + this.uuid;\n\n\t\tthis.bindings = $();\n\t\tthis.hoverable = $();\n\t\tthis.focusable = $();\n\t\tthis.classesElementLookup = {};\n\n\t\tif ( element !== this ) {\n\t\t\t$.data( element, this.widgetFullName, this );\n\t\t\tthis._on( true, this.element, {\n\t\t\t\tremove: function( event ) {\n\t\t\t\t\tif ( event.target === element ) {\n\t\t\t\t\t\tthis.destroy();\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t} );\n\t\t\tthis.document = $( element.style ?\n\n\t\t\t\t// Element within the document\n\t\t\t\telement.ownerDocument :\n\n\t\t\t\t// Element is window or document\n\t\t\t\telement.document || element );\n\t\t\tthis.window = $( this.document[ 0 ].defaultView || this.document[ 0 ].parentWindow );\n\t\t}\n\n\t\tthis.options = $.widget.extend( {},\n\t\t\tthis.options,\n\t\t\tthis._getCreateOptions(),\n\t\t\toptions );\n\n\t\tthis._create();\n\n\t\tif ( this.options.disabled ) {\n\t\t\tthis._setOptionDisabled( this.options.disabled );\n\t\t}\n\n\t\tthis._trigger( \"create\", null, this._getCreateEventData() );\n\t\tthis._init();\n\t},\n\n\t_getCreateOptions: function() {\n\t\treturn {};\n\t},\n\n\t_getCreateEventData: $.noop,\n\n\t_create: $.noop,\n\n\t_init: $.noop,\n\n\tdestroy: function() {\n\t\tvar that = this;\n\n\t\tthis._destroy();\n\t\t$.each( this.classesElementLookup, function( key, value ) {\n\t\t\tthat._removeClass( value, key );\n\t\t} );\n\n\t\t// We can probably remove the unbind calls in 2.0\n\t\t// all event bindings should go through this._on()\n\t\tthis.element\n\t\t\t.off( this.eventNamespace )\n\t\t\t.removeData( this.widgetFullName );\n\t\tthis.widget()\n\t\t\t.off( this.eventNamespace )\n\t\t\t.removeAttr( \"aria-disabled\" );\n\n\t\t// Clean up events and states\n\t\tthis.bindings.off( this.eventNamespace );\n\t},\n\n\t_destroy: $.noop,\n\n\twidget: function() {\n\t\treturn this.element;\n\t},\n\n\toption: function( key, value ) {\n\t\tvar options = key;\n\t\tvar parts;\n\t\tvar curOption;\n\t\tvar i;\n\n\t\tif ( arguments.length === 0 ) {\n\n\t\t\t// Don't return a reference to the internal hash\n\t\t\treturn $.widget.extend( {}, this.options );\n\t\t}\n\n\t\tif ( typeof key === \"string\" ) {\n\n\t\t\t// Handle nested keys, e.g., \"foo.bar\" => { foo: { bar: ___ } }\n\t\t\toptions = {};\n\t\t\tparts = key.split( \".\" );\n\t\t\tkey = parts.shift();\n\t\t\tif ( parts.length ) {\n\t\t\t\tcurOption = options[ key ] = $.widget.extend( {}, this.options[ key ] );\n\t\t\t\tfor ( i = 0; i < parts.length - 1; i++ ) {\n\t\t\t\t\tcurOption[ parts[ i ] ] = curOption[ parts[ i ] ] || {};\n\t\t\t\t\tcurOption = curOption[ parts[ i ] ];\n\t\t\t\t}\n\t\t\t\tkey = parts.pop();\n\t\t\t\tif ( arguments.length === 1 ) {\n\t\t\t\t\treturn curOption[ key ] === undefined ? null : curOption[ key ];\n\t\t\t\t}\n\t\t\t\tcurOption[ key ] = value;\n\t\t\t} else {\n\t\t\t\tif ( arguments.length === 1 ) {\n\t\t\t\t\treturn this.options[ key ] === undefined ? null : this.options[ key ];\n\t\t\t\t}\n\t\t\t\toptions[ key ] = value;\n\t\t\t}\n\t\t}\n\n\t\tthis._setOptions( options );\n\n\t\treturn this;\n\t},\n\n\t_setOptions: function( options ) {\n\t\tvar key;\n\n\t\tfor ( key in options ) {\n\t\t\tthis._setOption( key, options[ key ] );\n\t\t}\n\n\t\treturn this;\n\t},\n\n\t_setOption: function( key, value ) {\n\t\tif ( key === \"classes\" ) {\n\t\t\tthis._setOptionClasses( value );\n\t\t}\n\n\t\tthis.options[ key ] = value;\n\n\t\tif ( key === \"disabled\" ) {\n\t\t\tthis._setOptionDisabled( value );\n\t\t}\n\n\t\treturn this;\n\t},\n\n\t_setOptionClasses: function( value ) {\n\t\tvar classKey, elements, currentElements;\n\n\t\tfor ( classKey in value ) {\n\t\t\tcurrentElements = this.classesElementLookup[ classKey ];\n\t\t\tif ( value[ classKey ] === this.options.classes[ classKey ] ||\n\t\t\t\t\t!currentElements ||\n\t\t\t\t\t!currentElements.length ) {\n\t\t\t\tcontinue;\n\t\t\t}\n\n\t\t\t// We are doing this to create a new jQuery object because the _removeClass() call\n\t\t\t// on the next line is going to destroy the reference to the current elements being\n\t\t\t// tracked. We need to save a copy of this collection so that we can add the new classes\n\t\t\t// below.\n\t\t\telements = $( currentElements.get() );\n\t\t\tthis._removeClass( currentElements, classKey );\n\n\t\t\t// We don't use _addClass() here, because that uses this.options.classes\n\t\t\t// for generating the string of classes. We want to use the value passed in from\n\t\t\t// _setOption(), this is the new value of the classes option which was passed to\n\t\t\t// _setOption(). We pass this value directly to _classes().\n\t\t\telements.addClass( this._classes( {\n\t\t\t\telement: elements,\n\t\t\t\tkeys: classKey,\n\t\t\t\tclasses: value,\n\t\t\t\tadd: true\n\t\t\t} ) );\n\t\t}\n\t},\n\n\t_setOptionDisabled: function( value ) {\n\t\tthis._toggleClass( this.widget(), this.widgetFullName + \"-disabled\", null, !!value );\n\n\t\t// If the widget is becoming disabled, then nothing is interactive\n\t\tif ( value ) {\n\t\t\tthis._removeClass( this.hoverable, null, \"ui-state-hover\" );\n\t\t\tthis._removeClass( this.focusable, null, \"ui-state-focus\" );\n\t\t}\n\t},\n\n\tenable: function() {\n\t\treturn this._setOptions( { disabled: false } );\n\t},\n\n\tdisable: function() {\n\t\treturn this._setOptions( { disabled: true } );\n\t},\n\n\t_classes: function( options ) {\n\t\tvar full = [];\n\t\tvar that = this;\n\n\t\toptions = $.extend( {\n\t\t\telement: this.element,\n\t\t\tclasses: this.options.classes || {}\n\t\t}, options );\n\n\t\tfunction processClassString( classes, checkOption ) {\n\t\t\tvar current, i;\n\t\t\tfor ( i = 0; i < classes.length; i++ ) {\n\t\t\t\tcurrent = that.classesElementLookup[ classes[ i ] ] || $();\n\t\t\t\tif ( options.add ) {\n\t\t\t\t\tcurrent = $( $.unique( current.get().concat( options.element.get() ) ) );\n\t\t\t\t} else {\n\t\t\t\t\tcurrent = $( current.not( options.element ).get() );\n\t\t\t\t}\n\t\t\t\tthat.classesElementLookup[ classes[ i ] ] = current;\n\t\t\t\tfull.push( classes[ i ] );\n\t\t\t\tif ( checkOption && options.classes[ classes[ i ] ] ) {\n\t\t\t\t\tfull.push( options.classes[ classes[ i ] ] );\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\tthis._on( options.element, {\n\t\t\t\"remove\": \"_untrackClassesElement\"\n\t\t} );\n\n\t\tif ( options.keys ) {\n\t\t\tprocessClassString( options.keys.match( /\\S+/g ) || [], true );\n\t\t}\n\t\tif ( options.extra ) {\n\t\t\tprocessClassString( options.extra.match( /\\S+/g ) || [] );\n\t\t}\n\n\t\treturn full.join( \" \" );\n\t},\n\n\t_untrackClassesElement: function( event ) {\n\t\tvar that = this;\n\t\t$.each( that.classesElementLookup, function( key, value ) {\n\t\t\tif ( $.inArray( event.target, value ) !== -1 ) {\n\t\t\t\tthat.classesElementLookup[ key ] = $( value.not( event.target ).get() );\n\t\t\t}\n\t\t} );\n\t},\n\n\t_removeClass: function( element, keys, extra ) {\n\t\treturn this._toggleClass( element, keys, extra, false );\n\t},\n\n\t_addClass: function( element, keys, extra ) {\n\t\treturn this._toggleClass( element, keys, extra, true );\n\t},\n\n\t_toggleClass: function( element, keys, extra, add ) {\n\t\tadd = ( typeof add === \"boolean\" ) ? add : extra;\n\t\tvar shift = ( typeof element === \"string\" || element === null ),\n\t\t\toptions = {\n\t\t\t\textra: shift ? keys : extra,\n\t\t\t\tkeys: shift ? element : keys,\n\t\t\t\telement: shift ? this.element : element,\n\t\t\t\tadd: add\n\t\t\t};\n\t\toptions.element.toggleClass( this._classes( options ), add );\n\t\treturn this;\n\t},\n\n\t_on: function( suppressDisabledCheck, element, handlers ) {\n\t\tvar delegateElement;\n\t\tvar instance = this;\n\n\t\t// No suppressDisabledCheck flag, shuffle arguments\n\t\tif ( typeof suppressDisabledCheck !== \"boolean\" ) {\n\t\t\thandlers = element;\n\t\t\telement = suppressDisabledCheck;\n\t\t\tsuppressDisabledCheck = false;\n\t\t}\n\n\t\t// No element argument, shuffle and use this.element\n\t\tif ( !handlers ) {\n\t\t\thandlers = element;\n\t\t\telement = this.element;\n\t\t\tdelegateElement = this.widget();\n\t\t} else {\n\t\t\telement = delegateElement = $( element );\n\t\t\tthis.bindings = this.bindings.add( element );\n\t\t}\n\n\t\t$.each( handlers, function( event, handler ) {\n\t\t\tfunction handlerProxy() {\n\n\t\t\t\t// Allow widgets to customize the disabled handling\n\t\t\t\t// - disabled as an array instead of boolean\n\t\t\t\t// - disabled class as method for disabling individual parts\n\t\t\t\tif ( !suppressDisabledCheck &&\n\t\t\t\t\t\t( instance.options.disabled === true ||\n\t\t\t\t\t\t$( this ).hasClass( \"ui-state-disabled\" ) ) ) {\n\t\t\t\t\treturn;\n\t\t\t\t}\n\t\t\t\treturn ( typeof handler === \"string\" ? instance[ handler ] : handler )\n\t\t\t\t\t.apply( instance, arguments );\n\t\t\t}\n\n\t\t\t// Copy the guid so direct unbinding works\n\t\t\tif ( typeof handler !== \"string\" ) {\n\t\t\t\thandlerProxy.guid = handler.guid =\n\t\t\t\t\thandler.guid || handlerProxy.guid || $.guid++;\n\t\t\t}\n\n\t\t\tvar match = event.match( /^([\\w:-]*)\\s*(.*)$/ );\n\t\t\tvar eventName = match[ 1 ] + instance.eventNamespace;\n\t\t\tvar selector = match[ 2 ];\n\n\t\t\tif ( selector ) {\n\t\t\t\tdelegateElement.on( eventName, selector, handlerProxy );\n\t\t\t} else {\n\t\t\t\telement.on( eventName, handlerProxy );\n\t\t\t}\n\t\t} );\n\t},\n\n\t_off: function( element, eventName ) {\n\t\teventName = ( eventName || \"\" ).split( \" \" ).join( this.eventNamespace + \" \" ) +\n\t\t\tthis.eventNamespace;\n\t\telement.off( eventName ).off( eventName );\n\n\t\t// Clear the stack to avoid memory leaks (#10056)\n\t\tthis.bindings = $( this.bindings.not( element ).get() );\n\t\tthis.focusable = $( this.focusable.not( element ).get() );\n\t\tthis.hoverable = $( this.hoverable.not( element ).get() );\n\t},\n\n\t_delay: function( handler, delay ) {\n\t\tfunction handlerProxy() {\n\t\t\treturn ( typeof handler === \"string\" ? instance[ handler ] : handler )\n\t\t\t\t.apply( instance, arguments );\n\t\t}\n\t\tvar instance = this;\n\t\treturn setTimeout( handlerProxy, delay || 0 );\n\t},\n\n\t_hoverable: function( element ) {\n\t\tthis.hoverable = this.hoverable.add( element );\n\t\tthis._on( element, {\n\t\t\tmouseenter: function( event ) {\n\t\t\t\tthis._addClass( $( event.currentTarget ), null, \"ui-state-hover\" );\n\t\t\t},\n\t\t\tmouseleave: function( event ) {\n\t\t\t\tthis._removeClass( $( event.currentTarget ), null, \"ui-state-hover\" );\n\t\t\t}\n\t\t} );\n\t},\n\n\t_focusable: function( element ) {\n\t\tthis.focusable = this.focusable.add( element );\n\t\tthis._on( element, {\n\t\t\tfocusin: function( event ) {\n\t\t\t\tthis._addClass( $( event.currentTarget ), null, \"ui-state-focus\" );\n\t\t\t},\n\t\t\tfocusout: function( event ) {\n\t\t\t\tthis._removeClass( $( event.currentTarget ), null, \"ui-state-focus\" );\n\t\t\t}\n\t\t} );\n\t},\n\n\t_trigger: function( type, event, data ) {\n\t\tvar prop, orig;\n\t\tvar callback = this.options[ type ];\n\n\t\tdata = data || {};\n\t\tevent = $.Event( event );\n\t\tevent.type = ( type === this.widgetEventPrefix ?\n\t\t\ttype :\n\t\t\tthis.widgetEventPrefix + type ).toLowerCase();\n\n\t\t// The original event may come from any element\n\t\t// so we need to reset the target on the new event\n\t\tevent.target = this.element[ 0 ];\n\n\t\t// Copy original event properties over to the new event\n\t\torig = event.originalEvent;\n\t\tif ( orig ) {\n\t\t\tfor ( prop in orig ) {\n\t\t\t\tif ( !( prop in event ) ) {\n\t\t\t\t\tevent[ prop ] = orig[ prop ];\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\tthis.element.trigger( event, data );\n\t\treturn !( $.isFunction( callback ) &&\n\t\t\tcallback.apply( this.element[ 0 ], [ event ].concat( data ) ) === false ||\n\t\t\tevent.isDefaultPrevented() );\n\t}\n};\n\n$.each( { show: \"fadeIn\", hide: \"fadeOut\" }, function( method, defaultEffect ) {\n\t$.Widget.prototype[ \"_\" + method ] = function( element, options, callback ) {\n\t\tif ( typeof options === \"string\" ) {\n\t\t\toptions = { effect: options };\n\t\t}\n\n\t\tvar hasOptions;\n\t\tvar effectName = !options ?\n\t\t\tmethod :\n\t\t\toptions === true || typeof options === \"number\" ?\n\t\t\t\tdefaultEffect :\n\t\t\t\toptions.effect || defaultEffect;\n\n\t\toptions = options || {};\n\t\tif ( typeof options === \"number\" ) {\n\t\t\toptions = { duration: options };\n\t\t}\n\n\t\thasOptions = !$.isEmptyObject( options );\n\t\toptions.complete = callback;\n\n\t\tif ( options.delay ) {\n\t\t\telement.delay( options.delay );\n\t\t}\n\n\t\tif ( hasOptions && $.effects && $.effects.effect[ effectName ] ) {\n\t\t\telement[ method ]( options );\n\t\t} else if ( effectName !== method && element[ effectName ] ) {\n\t\t\telement[ effectName ]( options.duration, options.easing, callback );\n\t\t} else {\n\t\t\telement.queue( function( next ) {\n\t\t\t\t$( this )[ method ]();\n\t\t\t\tif ( callback ) {\n\t\t\t\t\tcallback.call( element[ 0 ] );\n\t\t\t\t}\n\t\t\t\tnext();\n\t\t\t} );\n\t\t}\n\t};\n} );\n\nreturn $.widget;\n\n} ) );\n","var id = 0;\nvar postfix = Math.random();\n\nmodule.exports = function (key) {\n return 'Symbol(' + String(key === undefined ? '' : key) + ')_' + (++id + postfix).toString(36);\n};\n","var ceil = Math.ceil;\nvar floor = Math.floor;\n\n// `ToInteger` abstract operation\n// https://tc39.github.io/ecma262/#sec-tointeger\nmodule.exports = function (argument) {\n return isNaN(argument = +argument) ? 0 : (argument > 0 ? floor : ceil)(argument);\n};\n","// IE8- don't enum bug keys\nmodule.exports = [\n 'constructor',\n 'hasOwnProperty',\n 'isPrototypeOf',\n 'propertyIsEnumerable',\n 'toLocaleString',\n 'toString',\n 'valueOf'\n];\n","var requireObjectCoercible = require('../internals/require-object-coercible');\n\n// `ToObject` abstract operation\n// https://tc39.github.io/ecma262/#sec-toobject\nmodule.exports = function (argument) {\n return Object(requireObjectCoercible(argument));\n};\n","var hasOwnProperty = {}.hasOwnProperty;\n\nmodule.exports = function (it, key) {\n return hasOwnProperty.call(it, key);\n};\n","var aFunction = require('../internals/a-function');\n\n// optional / simple context binding\nmodule.exports = function (fn, that, length) {\n aFunction(fn);\n if (that === undefined) return fn;\n switch (length) {\n case 0: return function () {\n return fn.call(that);\n };\n case 1: return function (a) {\n return fn.call(that, a);\n };\n case 2: return function (a, b) {\n return fn.call(that, a, b);\n };\n case 3: return function (a, b, c) {\n return fn.call(that, a, b, c);\n };\n }\n return function (/* ...args */) {\n return fn.apply(that, arguments);\n };\n};\n","var anObject = require('../internals/an-object');\nvar defineProperties = require('../internals/object-define-properties');\nvar enumBugKeys = require('../internals/enum-bug-keys');\nvar hiddenKeys = require('../internals/hidden-keys');\nvar html = require('../internals/html');\nvar documentCreateElement = require('../internals/document-create-element');\nvar sharedKey = require('../internals/shared-key');\n\nvar GT = '>';\nvar LT = '<';\nvar PROTOTYPE = 'prototype';\nvar SCRIPT = 'script';\nvar IE_PROTO = sharedKey('IE_PROTO');\n\nvar EmptyConstructor = function () { /* empty */ };\n\nvar scriptTag = function (content) {\n return LT + SCRIPT + GT + content + LT + '/' + SCRIPT + GT;\n};\n\n// Create object with fake `null` prototype: use ActiveX Object with cleared prototype\nvar NullProtoObjectViaActiveX = function (activeXDocument) {\n activeXDocument.write(scriptTag(''));\n activeXDocument.close();\n var temp = activeXDocument.parentWindow.Object;\n activeXDocument = null; // avoid memory leak\n return temp;\n};\n\n// Create object with fake `null` prototype: use iframe Object with cleared prototype\nvar NullProtoObjectViaIFrame = function () {\n // Thrash, waste and sodomy: IE GC bug\n var iframe = documentCreateElement('iframe');\n var JS = 'java' + SCRIPT + ':';\n var iframeDocument;\n iframe.style.display = 'none';\n html.appendChild(iframe);\n // https://github.com/zloirock/core-js/issues/475\n iframe.src = String(JS);\n iframeDocument = iframe.contentWindow.document;\n iframeDocument.open();\n iframeDocument.write(scriptTag('document.F=Object'));\n iframeDocument.close();\n return iframeDocument.F;\n};\n\n// Check for document.domain and active x support\n// No need to use active x approach when document.domain is not set\n// see https://github.com/es-shims/es5-shim/issues/150\n// variation of https://github.com/kitcambridge/es5-shim/commit/4f738ac066346\n// avoid IE GC bug\nvar activeXDocument;\nvar NullProtoObject = function () {\n try {\n /* global ActiveXObject */\n activeXDocument = document.domain && new ActiveXObject('htmlfile');\n } catch (error) { /* ignore */ }\n NullProtoObject = activeXDocument ? NullProtoObjectViaActiveX(activeXDocument) : NullProtoObjectViaIFrame();\n var length = enumBugKeys.length;\n while (length--) delete NullProtoObject[PROTOTYPE][enumBugKeys[length]];\n return NullProtoObject();\n};\n\nhiddenKeys[IE_PROTO] = true;\n\n// `Object.create` method\n// https://tc39.github.io/ecma262/#sec-object.create\nmodule.exports = Object.create || function create(O, Properties) {\n var result;\n if (O !== null) {\n EmptyConstructor[PROTOTYPE] = anObject(O);\n result = new EmptyConstructor();\n EmptyConstructor[PROTOTYPE] = null;\n // add \"__proto__\" for Object.getPrototypeOf polyfill\n result[IE_PROTO] = O;\n } else result = NullProtoObject();\n return Properties === undefined ? result : defineProperties(result, Properties);\n};\n","( function( factory ) {\n\tif ( typeof define === \"function\" && define.amd ) {\n\n\t\t// AMD. Register as an anonymous module.\n\t\tdefine( [ \"jquery\", \"./version\" ], factory );\n\t} else {\n\n\t\t// Browser globals\n\t\tfactory( jQuery );\n\t}\n} ( function( $ ) {\n\n// Internal use only\nreturn $.ui.escapeSelector = ( function() {\n\tvar selectorEscape = /([!\"#$%&'()*+,./:;<=>?@[\\]^`{|}~])/g;\n\treturn function( selector ) {\n\t\treturn selector.replace( selectorEscape, \"\\\\$1\" );\n\t};\n} )();\n\n} ) );\n","'use strict';\nvar $ = require('../internals/export');\nvar createIteratorConstructor = require('../internals/create-iterator-constructor');\nvar getPrototypeOf = require('../internals/object-get-prototype-of');\nvar setPrototypeOf = require('../internals/object-set-prototype-of');\nvar setToStringTag = require('../internals/set-to-string-tag');\nvar createNonEnumerableProperty = require('../internals/create-non-enumerable-property');\nvar redefine = require('../internals/redefine');\nvar wellKnownSymbol = require('../internals/well-known-symbol');\nvar IS_PURE = require('../internals/is-pure');\nvar Iterators = require('../internals/iterators');\nvar IteratorsCore = require('../internals/iterators-core');\n\nvar IteratorPrototype = IteratorsCore.IteratorPrototype;\nvar BUGGY_SAFARI_ITERATORS = IteratorsCore.BUGGY_SAFARI_ITERATORS;\nvar ITERATOR = wellKnownSymbol('iterator');\nvar KEYS = 'keys';\nvar VALUES = 'values';\nvar ENTRIES = 'entries';\n\nvar returnThis = function () { return this; };\n\nmodule.exports = function (Iterable, NAME, IteratorConstructor, next, DEFAULT, IS_SET, FORCED) {\n createIteratorConstructor(IteratorConstructor, NAME, next);\n\n var getIterationMethod = function (KIND) {\n if (KIND === DEFAULT && defaultIterator) return defaultIterator;\n if (!BUGGY_SAFARI_ITERATORS && KIND in IterablePrototype) return IterablePrototype[KIND];\n switch (KIND) {\n case KEYS: return function keys() { return new IteratorConstructor(this, KIND); };\n case VALUES: return function values() { return new IteratorConstructor(this, KIND); };\n case ENTRIES: return function entries() { return new IteratorConstructor(this, KIND); };\n } return function () { return new IteratorConstructor(this); };\n };\n\n var TO_STRING_TAG = NAME + ' Iterator';\n var INCORRECT_VALUES_NAME = false;\n var IterablePrototype = Iterable.prototype;\n var nativeIterator = IterablePrototype[ITERATOR]\n || IterablePrototype['@@iterator']\n || DEFAULT && IterablePrototype[DEFAULT];\n var defaultIterator = !BUGGY_SAFARI_ITERATORS && nativeIterator || getIterationMethod(DEFAULT);\n var anyNativeIterator = NAME == 'Array' ? IterablePrototype.entries || nativeIterator : nativeIterator;\n var CurrentIteratorPrototype, methods, KEY;\n\n // fix native\n if (anyNativeIterator) {\n CurrentIteratorPrototype = getPrototypeOf(anyNativeIterator.call(new Iterable()));\n if (IteratorPrototype !== Object.prototype && CurrentIteratorPrototype.next) {\n if (!IS_PURE && getPrototypeOf(CurrentIteratorPrototype) !== IteratorPrototype) {\n if (setPrototypeOf) {\n setPrototypeOf(CurrentIteratorPrototype, IteratorPrototype);\n } else if (typeof CurrentIteratorPrototype[ITERATOR] != 'function') {\n createNonEnumerableProperty(CurrentIteratorPrototype, ITERATOR, returnThis);\n }\n }\n // Set @@toStringTag to native iterators\n setToStringTag(CurrentIteratorPrototype, TO_STRING_TAG, true, true);\n if (IS_PURE) Iterators[TO_STRING_TAG] = returnThis;\n }\n }\n\n // fix Array#{values, @@iterator}.name in V8 / FF\n if (DEFAULT == VALUES && nativeIterator && nativeIterator.name !== VALUES) {\n INCORRECT_VALUES_NAME = true;\n defaultIterator = function values() { return nativeIterator.call(this); };\n }\n\n // define iterator\n if ((!IS_PURE || FORCED) && IterablePrototype[ITERATOR] !== defaultIterator) {\n createNonEnumerableProperty(IterablePrototype, ITERATOR, defaultIterator);\n }\n Iterators[NAME] = defaultIterator;\n\n // export additional methods\n if (DEFAULT) {\n methods = {\n values: getIterationMethod(VALUES),\n keys: IS_SET ? defaultIterator : getIterationMethod(KEYS),\n entries: getIterationMethod(ENTRIES)\n };\n if (FORCED) for (KEY in methods) {\n if (BUGGY_SAFARI_ITERATORS || INCORRECT_VALUES_NAME || !(KEY in IterablePrototype)) {\n redefine(IterablePrototype, KEY, methods[KEY]);\n }\n } else $({ target: NAME, proto: true, forced: BUGGY_SAFARI_ITERATORS || INCORRECT_VALUES_NAME }, methods);\n }\n\n return methods;\n};\n","var defineProperty = require('../internals/object-define-property').f;\nvar has = require('../internals/has');\nvar wellKnownSymbol = require('../internals/well-known-symbol');\n\nvar TO_STRING_TAG = wellKnownSymbol('toStringTag');\n\nmodule.exports = function (it, TAG, STATIC) {\n if (it && !has(it = STATIC ? it : it.prototype, TO_STRING_TAG)) {\n defineProperty(it, TO_STRING_TAG, { configurable: true, value: TAG });\n }\n};\n","var wellKnownSymbol = require('../internals/well-known-symbol');\n\nvar TO_STRING_TAG = wellKnownSymbol('toStringTag');\nvar test = {};\n\ntest[TO_STRING_TAG] = 'z';\n\nmodule.exports = String(test) === '[object z]';\n","\"use strict\";\n\n/*\n MIT License http://www.opensource.org/licenses/mit-license.php\n Author Tobias Koppers @sokra\n*/\n// css base code, injected by the css-loader\n// eslint-disable-next-line func-names\nmodule.exports = function (useSourceMap) {\n var list = []; // return the list of modules as css string\n\n list.toString = function toString() {\n return this.map(function (item) {\n var content = cssWithMappingToString(item, useSourceMap);\n\n if (item[2]) {\n return \"@media \".concat(item[2], \" {\").concat(content, \"}\");\n }\n\n return content;\n }).join('');\n }; // import a list of modules into the list\n // eslint-disable-next-line func-names\n\n\n list.i = function (modules, mediaQuery) {\n if (typeof modules === 'string') {\n // eslint-disable-next-line no-param-reassign\n modules = [[null, modules, '']];\n }\n\n for (var i = 0; i < modules.length; i++) {\n var item = [].concat(modules[i]);\n\n if (mediaQuery) {\n if (!item[2]) {\n item[2] = mediaQuery;\n } else {\n item[2] = \"\".concat(mediaQuery, \" and \").concat(item[2]);\n }\n }\n\n list.push(item);\n }\n };\n\n return list;\n};\n\nfunction cssWithMappingToString(item, useSourceMap) {\n var content = item[1] || ''; // eslint-disable-next-line prefer-destructuring\n\n var cssMapping = item[3];\n\n if (!cssMapping) {\n return content;\n }\n\n if (useSourceMap && typeof btoa === 'function') {\n var sourceMapping = toComment(cssMapping);\n var sourceURLs = cssMapping.sources.map(function (source) {\n return \"/*# sourceURL=\".concat(cssMapping.sourceRoot || '').concat(source, \" */\");\n });\n return [content].concat(sourceURLs).concat([sourceMapping]).join('\\n');\n }\n\n return [content].join('\\n');\n} // Adapted from convert-source-map (MIT)\n\n\nfunction toComment(sourceMap) {\n // eslint-disable-next-line no-undef\n var base64 = btoa(unescape(encodeURIComponent(JSON.stringify(sourceMap))));\n var data = \"sourceMappingURL=data:application/json;charset=utf-8;base64,\".concat(base64);\n return \"/*# \".concat(data, \" */\");\n}"],"sourceRoot":""} \ No newline at end of file
+{"version":3,"sources":["webpack:///webpack/bootstrap","webpack:///./node_modules/jquery/dist/jquery.js","webpack:///./node_modules/core-js/internals/is-object.js","webpack:///./node_modules/core-js/internals/document-create-element.js","webpack:///./node_modules/core-js/internals/own-keys.js","webpack:///./node_modules/core-js/internals/path.js","webpack:///./node_modules/core-js/internals/descriptors.js","webpack:///./node_modules/core-js/internals/copy-constructor-properties.js","webpack:///./node_modules/core-js/internals/use-symbol-as-uid.js","webpack:///./node_modules/core-js/internals/native-weak-map.js","webpack:///./node_modules/core-js/internals/get-substitution.js","webpack:///./node_modules/core-js/internals/has.js","webpack:///./node_modules/core-js/internals/to-object.js","webpack:///./node_modules/core-js/internals/to-length.js","webpack:///(webpack)/buildin/global.js","webpack:///./node_modules/core-js/internals/create-non-enumerable-property.js","webpack:///./node_modules/core-js/internals/object-define-property.js","webpack:///./node_modules/core-js/internals/require-object-coercible.js","webpack:///./node_modules/core-js/internals/redefine.js","webpack:///./node_modules/core-js/internals/to-indexed-object.js","webpack:///./node_modules/popper.js/dist/esm/popper.js","webpack:///./node_modules/core-js/internals/to-integer.js","webpack:///./node_modules/strengthify/strengthify.css","webpack:///./node_modules/jquery-ui/ui/version.js","webpack:///./node_modules/style-loader/dist/runtime/injectStylesIntoStyleTag.js","webpack:///./node_modules/css-loader/dist/runtime/cssWithMappingToString.js","webpack:///./node_modules/css-loader/dist/runtime/api.js","webpack:///./node_modules/core-js/internals/classof-raw.js","webpack:///./node_modules/core-js/internals/object-get-own-property-descriptor.js","webpack:///./node_modules/core-js/internals/export.js","webpack:///./node_modules/css-loader/dist/runtime/getUrl.js","webpack:///./node_modules/core-js/internals/get-built-in.js","webpack:///./node_modules/core-js/internals/create-property-descriptor.js","webpack:///./node_modules/core-js/internals/to-primitive.js","webpack:///./node_modules/core-js/internals/internal-state.js","webpack:///./node_modules/@nextcloud/l10n/dist/index.js","webpack:///./node_modules/core-js/internals/fails.js","webpack:///./node_modules/core-js/modules/es.regexp.exec.js","webpack:///../node_modules/core-js/internals/global.js","webpack:///../node_modules/core-js/internals/fails.js","webpack:///../node_modules/core-js/internals/descriptors.js","webpack:///../node_modules/core-js/internals/object-property-is-enumerable.js","webpack:///../node_modules/core-js/internals/create-property-descriptor.js","webpack:///../node_modules/core-js/internals/classof-raw.js","webpack:///../node_modules/core-js/internals/indexed-object.js","webpack:///../node_modules/core-js/internals/require-object-coercible.js","webpack:///../node_modules/core-js/internals/to-indexed-object.js","webpack:///../node_modules/core-js/internals/is-object.js","webpack:///../node_modules/core-js/internals/to-primitive.js","webpack:///../node_modules/core-js/internals/to-object.js","webpack:///../node_modules/core-js/internals/has.js","webpack:///../node_modules/core-js/internals/document-create-element.js","webpack:///../node_modules/core-js/internals/ie8-dom-define.js","webpack:///../node_modules/core-js/internals/object-get-own-property-descriptor.js","webpack:///../node_modules/core-js/internals/an-object.js","webpack:///../node_modules/core-js/internals/object-define-property.js","webpack:///../node_modules/core-js/internals/create-non-enumerable-property.js","webpack:///../node_modules/core-js/internals/set-global.js","webpack:///../node_modules/core-js/internals/shared-store.js","webpack:///../node_modules/core-js/internals/inspect-source.js","webpack:///../node_modules/core-js/internals/internal-state.js","webpack:///../node_modules/core-js/internals/native-weak-map.js","webpack:///../node_modules/core-js/internals/shared.js","webpack:///../node_modules/core-js/internals/uid.js","webpack:///../node_modules/core-js/internals/shared-key.js","webpack:///../node_modules/core-js/internals/hidden-keys.js","webpack:///../node_modules/core-js/internals/redefine.js","webpack:///../node_modules/core-js/internals/path.js","webpack:///../node_modules/core-js/internals/get-built-in.js","webpack:///../node_modules/core-js/internals/to-integer.js","webpack:///../node_modules/core-js/internals/to-length.js","webpack:///../node_modules/core-js/internals/to-absolute-index.js","webpack:///../node_modules/core-js/internals/array-includes.js","webpack:///../node_modules/core-js/internals/object-keys-internal.js","webpack:///../node_modules/core-js/internals/enum-bug-keys.js","webpack:///../node_modules/core-js/internals/object-get-own-property-names.js","webpack:///../node_modules/core-js/internals/object-get-own-property-symbols.js","webpack:///../node_modules/core-js/internals/own-keys.js","webpack:///../node_modules/core-js/internals/copy-constructor-properties.js","webpack:///../node_modules/core-js/internals/is-forced.js","webpack:///../node_modules/core-js/internals/export.js","webpack:///../node_modules/core-js/modules/es.number.max-safe-integer.js","webpack:///../node_modules/core-js/internals/a-possible-prototype.js","webpack:///../node_modules/core-js/internals/object-create.js","webpack:///../node_modules/core-js/internals/object-set-prototype-of.js","webpack:///../node_modules/core-js/internals/inherit-if-required.js","webpack:///../node_modules/core-js/internals/object-keys.js","webpack:///../node_modules/core-js/internals/object-define-properties.js","webpack:///../node_modules/core-js/internals/html.js","webpack:///../node_modules/core-js/internals/whitespaces.js","webpack:///../node_modules/core-js/internals/string-trim.js","webpack:///../node_modules/core-js/modules/es.number.constructor.js","webpack:///../node_modules/semver/internal/constants.js","webpack:///../node_modules/core-js/internals/engine-v8-version.js","webpack:///../node_modules/core-js/internals/engine-is-node.js","webpack:///../node_modules/core-js/internals/engine-user-agent.js","webpack:///../node_modules/core-js/internals/native-symbol.js","webpack:///../node_modules/core-js/internals/use-symbol-as-uid.js","webpack:///../node_modules/core-js/internals/well-known-symbol.js","webpack:///../node_modules/core-js/internals/is-regexp.js","webpack:///../node_modules/core-js/internals/regexp-flags.js","webpack:///../node_modules/core-js/internals/regexp-sticky-helpers.js","webpack:///../node_modules/core-js/internals/set-species.js","webpack:///../node_modules/core-js/modules/es.regexp.constructor.js","webpack:///../node_modules/core-js/internals/regexp-exec.js","webpack:///../node_modules/core-js/modules/es.regexp.exec.js","webpack:///../node_modules/core-js/modules/es.regexp.to-string.js","webpack:///../node_modules/core-js/internals/is-array.js","webpack:///../node_modules/core-js/internals/create-property.js","webpack:///../node_modules/core-js/internals/array-species-create.js","webpack:///../node_modules/core-js/internals/array-method-has-species-support.js","webpack:///../node_modules/core-js/modules/es.array.concat.js","webpack:///../node_modules/semver/internal/debug.js","webpack:///../node_modules/semver/internal/re.js","webpack:///../node_modules/core-js/internals/fix-regexp-well-known-symbol-logic.js","webpack:///../node_modules/core-js/internals/string-multibyte.js","webpack:///../node_modules/core-js/internals/advance-string-index.js","webpack:///../node_modules/core-js/internals/regexp-exec-abstract.js","webpack:///../node_modules/core-js/modules/es.string.match.js","webpack:///../node_modules/core-js/internals/string-trim-forced.js","webpack:///../node_modules/core-js/modules/es.string.trim.js","webpack:///../node_modules/core-js/internals/a-function.js","webpack:///../node_modules/core-js/internals/function-bind-context.js","webpack:///../node_modules/core-js/internals/array-iteration.js","webpack:///../node_modules/core-js/modules/es.array.map.js","webpack:///../node_modules/core-js/internals/species-constructor.js","webpack:///../node_modules/core-js/modules/es.string.split.js","webpack:///../node_modules/core-js/internals/array-method-is-strict.js","webpack:///../node_modules/core-js/modules/es.array.join.js","webpack:///../node_modules/core-js/modules/es.array.filter.js","webpack:///../node_modules/semver/internal/parse-options.js","webpack:///../node_modules/semver/internal/identifiers.js","webpack:///../node_modules/semver/classes/semver.js","webpack:///../node_modules/semver/functions/parse.js","webpack:///../node_modules/semver/functions/valid.js","webpack:///../node_modules/semver/functions/major.js","webpack:///../node_modules/core-js/internals/add-to-unscopables.js","webpack:///../node_modules/core-js/internals/iterators-core.js","webpack:///../node_modules/core-js/internals/iterators.js","webpack:///../node_modules/core-js/internals/correct-prototype-getter.js","webpack:///../node_modules/core-js/internals/object-get-prototype-of.js","webpack:///../node_modules/core-js/internals/set-to-string-tag.js","webpack:///../node_modules/core-js/internals/create-iterator-constructor.js","webpack:///../node_modules/core-js/internals/define-iterator.js","webpack:///../node_modules/core-js/modules/es.array.iterator.js","webpack:///../node_modules/core-js/internals/freezing.js","webpack:///../node_modules/core-js/internals/internal-metadata.js","webpack:///../node_modules/core-js/internals/is-array-iterator-method.js","webpack:///../node_modules/core-js/internals/to-string-tag-support.js","webpack:///../node_modules/core-js/internals/classof.js","webpack:///../node_modules/core-js/internals/get-iterator-method.js","webpack:///../node_modules/core-js/internals/iterator-close.js","webpack:///../node_modules/core-js/internals/iterate.js","webpack:///../node_modules/core-js/internals/an-instance.js","webpack:///../node_modules/core-js/internals/check-correctness-of-iteration.js","webpack:///../node_modules/core-js/internals/redefine-all.js","webpack:///../node_modules/core-js/internals/collection-strong.js","webpack:///../node_modules/core-js/internals/collection.js","webpack:///../node_modules/core-js/modules/es.map.js","webpack:///../node_modules/core-js/internals/object-to-string.js","webpack:///../node_modules/core-js/modules/es.object.to-string.js","webpack:///../node_modules/core-js/modules/es.string.iterator.js","webpack:///../node_modules/core-js/internals/dom-iterables.js","webpack:///../node_modules/core-js/modules/web.dom-collections.iterator.js","webpack:///../node_modules/core-js/internals/array-for-each.js","webpack:///../node_modules/core-js/modules/web.dom-collections.for-each.js","webpack:///./node_modules/core-js/internals/indexed-object.js","webpack:///./node_modules/core-js/internals/is-pure.js","webpack:///./node_modules/core-js/internals/shared.js","webpack:///./node_modules/core-js/internals/regexp-exec.js","webpack:///./node_modules/core-js/internals/global.js","webpack:///./node_modules/core-js/internals/engine-v8-version.js","webpack:///./core/src/jquery/showpassword.js","webpack:///./node_modules/jquery-ui/ui/widget.js","webpack:///./node_modules/bootstrap/js/dist/tooltip.js","webpack:///./node_modules/bootstrap/js/dist/util.js","webpack:///./core/src/Polyfill/tooltip.js","webpack:///./node_modules/core-js/internals/set-global.js","webpack:///./node_modules/strengthify/jquery.strengthify.js","webpack:///./node_modules/strengthify/strengthify.css?eaf5","webpack:///./node_modules/core-js/internals/shared-store.js","webpack:///./node_modules/core-js/internals/hidden-keys.js","webpack:///./node_modules/core-js/internals/uid.js","webpack:///./node_modules/process/browser.js","webpack:///./node_modules/core-js/internals/to-absolute-index.js","webpack:///./node_modules/core-js/internals/regexp-flags.js","webpack:///./node_modules/core-js/modules/es.string.replace.js","webpack:///./node_modules/jquery-ui/themes/base/theme.css","webpack:///./node_modules/jquery-ui/themes/base/button.css","webpack:///./node_modules/core-js/internals/object-property-is-enumerable.js","webpack:///./node_modules/jquery-ui/ui/escape-selector.js","webpack:///./node_modules/core-js/internals/object-get-own-property-names.js","webpack:///./node_modules/core-js/internals/array-includes.js","webpack:///./node_modules/jquery-ui/themes/base/images/ui-icons_444444_256x240.png","webpack:///./node_modules/jquery-ui/themes/base/images/ui-icons_555555_256x240.png","webpack:///./node_modules/core-js/internals/native-symbol.js","webpack:///./node_modules/jquery-ui/themes/base/images/ui-icons_ffffff_256x240.png","webpack:///./node_modules/jquery-ui/themes/base/images/ui-icons_777620_256x240.png","webpack:///./node_modules/jquery-ui/themes/base/images/ui-icons_cc0000_256x240.png","webpack:///./node_modules/jquery-ui/themes/base/images/ui-icons_777777_256x240.png","webpack:///./core/src/OC/requesttoken.js","webpack:///./node_modules/jquery-ui/ui/widgets/button.js","webpack:///./node_modules/jquery-ui/ui/widgets/controlgroup.js","webpack:///./node_modules/jquery-ui/ui/widgets/checkboxradio.js","webpack:///./node_modules/jquery-ui/ui/form-reset-mixin.js","webpack:///./node_modules/jquery-ui/ui/form.js","webpack:///./node_modules/jquery-ui/ui/labels.js","webpack:///./node_modules/jquery-ui/ui/keycode.js","webpack:///./node_modules/core-js/internals/inspect-source.js","webpack:///./node_modules/core-js/internals/enum-bug-keys.js","webpack:///./node_modules/core-js/internals/object-get-own-property-symbols.js","webpack:///./node_modules/core-js/internals/ie8-dom-define.js","webpack:///./node_modules/core-js/internals/shared-key.js","webpack:///./node_modules/core-js/internals/an-object.js","webpack:///./node_modules/core-js/internals/object-keys-internal.js","webpack:///./node_modules/core-js/internals/regexp-sticky-helpers.js","webpack:///./node_modules/core-js/internals/fix-regexp-well-known-symbol-logic.js","webpack:///./node_modules/core-js/internals/engine-user-agent.js","webpack:///./node_modules/core-js/internals/string-multibyte.js","webpack:///./node_modules/core-js/internals/well-known-symbol.js","webpack:///./node_modules/core-js/internals/regexp-exec-abstract.js","webpack:///./node_modules/core-js/internals/is-forced.js","webpack:///./node_modules/jquery-ui/themes/base/theme.css?2c27","webpack:///./node_modules/jquery-ui/themes/base/button.css?358e","webpack:///./core/src/install.js","webpack:///./core/src/Util/get-url-parameter.js","webpack:///./node_modules/core-js/internals/advance-string-index.js"],"names":["installedModules","__webpack_require__","moduleId","exports","module","i","l","modules","call","m","c","d","name","getter","o","Object","defineProperty","enumerable","get","r","Symbol","toStringTag","value","t","mode","__esModule","ns","create","key","bind","n","object","property","prototype","hasOwnProperty","p","s","global","factory","document","w","Error","window","this","noGlobal","arr","getProto","getPrototypeOf","slice","concat","push","indexOf","class2type","toString","hasOwn","fnToString","ObjectFunctionString","support","isFunction","obj","nodeType","isWindow","preservedScriptAttributes","type","src","noModule","DOMEval","code","doc","node","script","createElement","text","head","appendChild","parentNode","removeChild","toType","jQuery","selector","context","fn","init","rtrim","isArrayLike","length","jquery","constructor","toArray","num","pushStack","elems","ret","merge","prevObject","each","callback","map","elem","apply","arguments","first","eq","last","len","j","end","sort","splice","extend","options","copy","copyIsArray","clone","target","deep","isPlainObject","Array","isArray","undefined","expando","Math","random","replace","isReady","error","msg","noop","proto","Ctor","isEmptyObject","globalEval","trim","makeArray","results","inArray","second","grep","invert","matches","callbackExpect","arg","guid","iterator","split","toLowerCase","Sizzle","Expr","getText","isXML","tokenize","compile","select","outermostContext","sortInput","hasDuplicate","setDocument","docElem","documentIsHTML","rbuggyQSA","rbuggyMatches","contains","Date","preferredDoc","dirruns","done","classCache","createCache","tokenCache","compilerCache","sortOrder","a","b","pop","push_native","list","booleans","whitespace","identifier","attributes","pseudos","rwhitespace","RegExp","rcomma","rcombinators","rattributeQuotes","rpseudo","ridentifier","matchExpr","rinputs","rheader","rnative","rquickExpr","rsibling","runescape","funescape","_","escaped","escapedWhitespace","high","String","fromCharCode","rcssescape","fcssescape","ch","asCodePoint","charCodeAt","unloadHandler","disabledAncestor","addCombinator","disabled","dir","next","childNodes","e","els","seed","nid","match","groups","newSelector","newContext","ownerDocument","exec","getElementById","id","getElementsByTagName","getElementsByClassName","qsa","test","nodeName","getAttribute","setAttribute","toSelector","join","testContext","querySelectorAll","qsaError","removeAttribute","keys","cache","cacheLength","shift","markFunction","assert","el","addHandle","attrs","handler","attrHandle","siblingCheck","cur","diff","sourceIndex","nextSibling","createInputPseudo","createButtonPseudo","createDisabledPseudo","isDisabled","createPositionalPseudo","argument","matchIndexes","documentElement","hasCompare","subWindow","defaultView","top","addEventListener","attachEvent","className","createComment","getById","getElementsByName","filter","attrId","find","getAttributeNode","tag","tmp","innerHTML","input","matchesSelector","webkitMatchesSelector","mozMatchesSelector","oMatchesSelector","msMatchesSelector","disconnectedMatch","compareDocumentPosition","adown","bup","compare","sortDetached","aup","ap","bp","unshift","expr","elements","attr","val","specified","escape","sel","uniqueSort","duplicates","detectDuplicates","sortStable","textContent","firstChild","nodeValue","selectors","createPseudo","relative","preFilter","excess","unquoted","nodeNameSelector","pattern","operator","check","result","what","simple","forward","ofType","xml","uniqueCache","outerCache","nodeIndex","start","parent","useCache","lastChild","uniqueID","pseudo","args","setFilters","idx","matched","matcher","unmatched","innerText","lang","elemLang","hash","location","activeElement","hasFocus","href","tabIndex","checked","selected","selectedIndex","radio","checkbox","file","password","image","submit","reset","tokens","combinator","base","skip","checkNonElements","doneName","oldCache","newCache","elementMatcher","matchers","condense","newUnmatched","mapped","setMatcher","postFilter","postFinder","postSelector","temp","preMap","postMap","preexisting","contexts","multipleContexts","matcherIn","matcherOut","matcherFromTokens","checkContext","leadingRelative","implicitRelative","matchContext","matchAnyContext","filters","parseOnly","soFar","preFilters","cached","setMatchers","elementMatchers","bySet","byElement","superMatcher","outermost","matchedCount","setMatched","contextBackup","dirrunsUnique","matcherFromGroupMatchers","token","compiled","defaultValue","unique","isXMLDoc","escapeSelector","until","truncate","is","siblings","rneedsContext","needsContext","rsingleTag","winnow","qualifier","not","self","rootjQuery","root","parseHTML","ready","rparentsprev","guaranteedUnique","children","contents","prev","sibling","has","targets","closest","index","prevAll","add","addBack","parents","parentsUntil","nextAll","nextUntil","prevUntil","contentDocument","content","reverse","rnothtmlwhite","Identity","v","Thrower","ex","adoptValue","resolve","reject","noValue","method","promise","fail","then","Callbacks","flag","createOptions","firing","memory","fired","locked","queue","firingIndex","fire","once","stopOnFalse","remove","empty","disable","lock","fireWith","Deferred","func","tuples","state","always","deferred","pipe","fns","newDefer","tuple","returned","progress","notify","onFulfilled","onRejected","onProgress","maxDepth","depth","special","that","mightThrow","TypeError","notifyWith","resolveWith","process","exceptionHook","stackTrace","rejectWith","getStackHook","setTimeout","stateString","when","singleValue","remaining","resolveContexts","resolveValues","master","updateFunc","rerrorNames","stack","console","warn","message","readyException","readyList","completed","removeEventListener","catch","readyWait","wait","readyState","doScroll","access","chainable","emptyGet","raw","bulk","rmsPrefix","rdashAlpha","fcamelCase","all","letter","toUpperCase","camelCase","string","acceptData","owner","Data","uid","configurable","set","data","prop","hasData","dataPriv","dataUser","rbrace","rmultiDash","dataAttr","JSON","parse","getData","removeData","_data","_removeData","dequeue","startLength","hooks","_queueHooks","stop","setter","clearQueue","count","defer","pnum","source","rcssNum","cssExpand","isHiddenWithinTree","style","display","css","swap","old","adjustCSS","valueParts","tween","adjusted","scale","maxIterations","currentValue","initial","unit","cssNumber","initialInUnit","defaultDisplayMap","getDefaultDisplay","body","showHide","show","values","hide","toggle","rcheckableType","rtagName","rscriptType","wrapMap","option","thead","col","tr","td","_default","getAll","setGlobalEval","refElements","optgroup","tbody","tfoot","colgroup","caption","th","div","rhtml","buildFragment","scripts","selection","ignored","wrap","fragment","createDocumentFragment","nodes","htmlPrefilter","createTextNode","checkClone","cloneNode","noCloneChecked","rkeyEvent","rmouseEvent","rtypenamespace","returnTrue","returnFalse","safeActiveElement","err","on","types","one","origFn","event","off","handleObjIn","eventHandle","events","handleObj","handlers","namespaces","origType","elemData","handle","triggered","dispatch","delegateType","bindType","namespace","delegateCount","setup","mappedTypes","origCount","teardown","removeEvent","nativeEvent","handlerQueue","fix","delegateTarget","preDispatch","isPropagationStopped","currentTarget","isImmediatePropagationStopped","rnamespace","preventDefault","stopPropagation","postDispatch","matchedHandlers","matchedSelectors","button","addProp","hook","Event","originalEvent","writable","load","noBubble","focus","trigger","blur","click","beforeunload","returnValue","props","isDefaultPrevented","defaultPrevented","relatedTarget","timeStamp","now","isSimulated","stopImmediatePropagation","altKey","bubbles","cancelable","changedTouches","ctrlKey","detail","eventPhase","metaKey","pageX","pageY","shiftKey","view","charCode","keyCode","buttons","clientX","clientY","offsetX","offsetY","pointerId","pointerType","screenX","screenY","targetTouches","toElement","touches","which","mouseenter","mouseleave","pointerenter","pointerleave","orig","related","rxhtmlTag","rnoInnerhtml","rchecked","rcleanScript","manipulationTarget","disableScript","restoreScript","cloneCopyEvent","dest","pdataOld","pdataCur","udataOld","udataCur","fixInput","domManip","collection","hasScripts","iNoClone","valueIsFunction","html","_evalUrl","keepData","cleanData","dataAndEvents","deepDataAndEvents","srcElements","destElements","inPage","detach","append","prepend","insertBefore","before","after","replaceWith","replaceChild","appendTo","prependTo","insertAfter","replaceAll","original","insert","rnumnonpx","getStyles","opener","getComputedStyle","rboxStyle","curCSS","computed","width","minWidth","maxWidth","getPropertyValue","pixelBoxStyles","addGetHookIf","conditionFn","hookFn","computeStyleTests","container","cssText","divStyle","pixelPositionVal","reliableMarginLeftVal","roundPixelMeasures","marginLeft","right","pixelBoxStylesVal","boxSizingReliableVal","position","scrollboxSizeVal","offsetWidth","measure","round","parseFloat","backgroundClip","clearCloneStyle","boxSizingReliable","pixelPosition","reliableMarginLeft","scrollboxSize","rdisplayswap","rcustomProp","cssShow","visibility","cssNormalTransform","letterSpacing","fontWeight","cssPrefixes","emptyStyle","finalPropName","cssProps","capName","vendorPropName","setPositiveNumber","subtract","max","boxModelAdjustment","dimension","box","isBorderBox","styles","computedVal","extra","delta","ceil","getWidthOrHeight","valueIsBorderBox","Tween","easing","cssHooks","opacity","origName","isCustomProp","setProperty","isFinite","getClientRects","getBoundingClientRect","left","margin","padding","border","prefix","suffix","expand","expanded","parts","propHooks","run","percent","eased","duration","pos","step","fx","scrollTop","scrollLeft","linear","swing","cos","PI","fxNow","inProgress","rfxtypes","rrun","schedule","hidden","requestAnimationFrame","interval","tick","createFxNow","genFx","includeWidth","height","createTween","animation","Animation","tweeners","properties","stopped","prefilters","currentTime","startTime","tweens","opts","specialEasing","originalProperties","originalOptions","gotoEnd","propFilter","complete","timer","anim","tweener","oldfire","propTween","restoreDisplay","isBox","dataShow","unqueued","overflow","overflowX","overflowY","prefilter","speed","opt","speeds","fadeTo","to","animate","optall","doAnimation","finish","stopQueue","timers","cssFn","slideDown","slideUp","slideToggle","fadeIn","fadeOut","fadeToggle","slow","fast","delay","time","timeout","clearTimeout","checkOn","optSelected","radioValue","boolHook","removeAttr","nType","attrHooks","bool","attrNames","lowercaseName","rfocusable","rclickable","stripAndCollapse","getClass","classesToArray","removeProp","propFix","tabindex","parseInt","addClass","classes","curValue","clazz","finalValue","removeClass","toggleClass","stateVal","isValidValue","classNames","hasClass","rreturn","valHooks","optionSet","focusin","rfocusMorph","stopPropagationCallback","onlyHandlers","bubbleType","ontype","lastElement","eventPath","isTrigger","parentWindow","simulate","triggerHandler","attaches","nonce","rquery","parseXML","DOMParser","parseFromString","rbracket","rCRLF","rsubmitterTypes","rsubmittable","buildParams","traditional","param","valueOrFunction","encodeURIComponent","serialize","serializeArray","r20","rhash","rantiCache","rheaders","rnoContent","rprotocol","transports","allTypes","originAnchor","addToPrefiltersOrTransports","structure","dataTypeExpression","dataType","dataTypes","inspectPrefiltersOrTransports","jqXHR","inspected","seekingTransport","inspect","prefilterOrFactory","dataTypeOrTransport","ajaxExtend","flatOptions","ajaxSettings","active","lastModified","etag","url","isLocal","protocol","processData","async","contentType","accepts","json","responseFields","converters","ajaxSetup","settings","ajaxPrefilter","ajaxTransport","ajax","transport","cacheURL","responseHeadersString","responseHeaders","timeoutTimer","urlAnchor","fireGlobals","uncached","callbackContext","globalEventContext","completeDeferred","statusCode","requestHeaders","requestHeadersNames","strAbort","getResponseHeader","getAllResponseHeaders","setRequestHeader","overrideMimeType","mimeType","status","abort","statusText","finalText","crossDomain","host","hasContent","ifModified","headers","beforeSend","success","send","nativeStatusText","responses","isSuccess","response","modified","ct","finalDataType","firstDataType","ajaxHandleResponses","conv2","current","conv","dataFilter","throws","ajaxConvert","getJSON","getScript","wrapAll","firstElementChild","wrapInner","htmlIsFunction","unwrap","visible","offsetHeight","xhr","XMLHttpRequest","xhrSuccessStatus","0","1223","xhrSupported","cors","errorCallback","open","username","xhrFields","onload","onerror","onabort","ontimeout","onreadystatechange","responseType","responseText","binary","charset","scriptCharset","evt","oldCallbacks","rjsonp","jsonp","jsonpCallback","originalSettings","callbackName","overwritten","responseContainer","jsonProp","createHTMLDocument","implementation","keepScripts","parsed","params","animated","offset","setOffset","curPosition","curLeft","curCSSTop","curTop","curOffset","curCSSLeft","curElem","using","rect","win","pageYOffset","pageXOffset","offsetParent","parentOffset","scrollTo","Height","Width","defaultExtra","funcName","hover","fnOver","fnOut","unbind","delegate","undelegate","proxy","holdReady","hold","parseJSON","isNumeric","isNaN","_jQuery","_$","$","noConflict","it","isObject","EXISTS","getBuiltIn","getOwnPropertyNamesModule","getOwnPropertySymbolsModule","anObject","f","getOwnPropertySymbols","fails","ownKeys","getOwnPropertyDescriptorModule","definePropertyModule","getOwnPropertyDescriptor","NATIVE_SYMBOL","sham","inspectSource","WeakMap","toObject","floor","SUBSTITUTION_SYMBOLS","SUBSTITUTION_SYMBOLS_NO_NAMED","str","captures","namedCaptures","replacement","tailPos","symbols","capture","charAt","requireObjectCoercible","toInteger","min","g","Function","DESCRIPTORS","createPropertyDescriptor","IE8_DOM_DEFINE","toPrimitive","$defineProperty","O","P","Attributes","createNonEnumerableProperty","setGlobal","InternalStateModule","getInternalState","enforceInternalState","enforce","TEMPLATE","unsafe","noTargetGet","IndexedObject","isBrowser","navigator","timeoutDuration","longerTimeoutBrowsers","userAgent","debounce","Promise","called","scheduled","functionToCheck","getStyleComputedProperty","element","getParentNode","getScrollParent","_getStyleComputedProp","getReferenceNode","reference","referenceNode","isIE11","MSInputMethodContext","documentMode","isIE10","isIE","version","getOffsetParent","noOffsetParent","nextElementSibling","getRoot","findCommonOffsetParent","element1","element2","order","Node","DOCUMENT_POSITION_FOLLOWING","range","createRange","setStart","setEnd","commonAncestorContainer","element1root","getScroll","side","upperSide","scrollingElement","includeScroll","modifier","bottom","getBordersSize","axis","sideA","sideB","getSize","computedStyle","getWindowSizes","classCallCheck","instance","Constructor","createClass","defineProperties","descriptor","protoProps","staticProps","_extends","assign","getClientRect","offsets","sizes","clientWidth","clientHeight","horizScrollbar","vertScrollbar","getOffsetRectRelativeToArbitraryNode","fixedPosition","isHTML","childrenRect","parentRect","scrollParent","borderTopWidth","borderLeftWidth","marginTop","getViewportOffsetRectRelativeToArtbitraryNode","excludeScroll","relativeOffset","innerWidth","innerHeight","isFixed","getFixedPositionOffsetParent","parentElement","getBoundaries","popper","boundariesElement","boundaries","boundariesNode","_getWindowSizes","isPaddingNumber","getArea","_ref","computeAutoPlacement","placement","refRect","rects","sortedAreas","area","filteredAreas","_ref2","computedPlacement","variation","getReferenceOffsets","commonOffsetParent","getOuterSizes","x","marginBottom","y","marginRight","getOppositePlacement","getPopperOffsets","referenceOffsets","popperRect","popperOffsets","isHoriz","mainSide","secondarySide","measurement","secondaryMeasurement","runModifiers","modifiers","ends","findIndex","forEach","enabled","update","isDestroyed","arrowStyles","flipped","positionFixed","flip","originalPlacement","isCreated","onUpdate","onCreate","isModifierEnabled","modifierName","some","getSupportedPropertyName","prefixes","upperProp","toCheck","destroy","willChange","disableEventListeners","removeOnDestroy","getWindow","setupEventListeners","updateBound","passive","scrollElement","attachToScrollParents","scrollParents","isBody","eventsEnabled","enableEventListeners","scheduleUpdate","cancelAnimationFrame","setStyles","isFirefox","isModifierRequired","requestingName","requestedName","requesting","isRequired","_requesting","requested","placements","validPlacements","clockwise","counter","BEHAVIORS","parseOffset","basePlacement","useHeight","fragments","frag","divider","search","splitRegex","ops","op","mergeWithPrevious","reduce","toValue","index2","Defaults","shiftvariation","_data$offsets","isVertical","shiftOffsets","preventOverflow","transformProp","popperStyles","transform","priority","primary","escapeWithReference","secondary","keepTogether","opSide","arrow","_data$offsets$arrow","arrowElement","querySelector","sideCapitalized","altSide","arrowElementSize","center","popperMarginSide","popperBorderSide","sideValue","placementOpposite","flipOrder","behavior","refOffsets","overlapsRef","overflowsLeft","overflowsRight","overflowsTop","overflowsBottom","overflowsBoundaries","flippedVariationByRef","flipVariations","flippedVariationByContent","flipVariationsByContent","flippedVariation","getOppositeVariation","inner","subtractLength","bound","computeStyle","legacyGpuAccelerationOption","gpuAcceleration","offsetParentRect","shouldRound","noRound","referenceWidth","popperWidth","isVariation","horizontalToInteger","verticalToInteger","getRoundedOffsets","devicePixelRatio","prefixedProperty","invertTop","invertLeft","applyStyle","onLoad","modifierOptions","Popper","_this","Utils","PopperUtils","___CSS_LOADER_EXPORT___","ui","memo","isOldIE","Boolean","atob","getTarget","styleTarget","HTMLIFrameElement","stylesInDom","getIndexByIdentifier","modulesToDom","idCountMap","identifiers","item","media","sourceMap","references","updater","addStyle","insertStyleElement","textStore","replaceText","applyToSingletonTag","styleSheet","cssNode","applyToTag","btoa","unescape","stringify","singleton","singletonCounter","styleIndex","removeStyleElement","newObj","lastIdentifiers","newList","newLastIdentifiers","_i","_index","_slicedToArray","_arrayWithHoles","_s","_e","_arr","_n","_d","_iterableToArrayLimit","minLen","_arrayLikeToArray","from","_unsupportedIterableToArray","_nonIterableRest","arr2","_item","cssMapping","base64","sourceMapping","sourceURLs","sources","sourceRoot","cssWithMappingToString","mediaQuery","dedupe","alreadyImportedModules","propertyIsEnumerableModule","toIndexedObject","$getOwnPropertyDescriptor","redefine","copyConstructorProperties","isForced","targetProperty","sourceProperty","TARGET","GLOBAL","STATIC","stat","forced","default","needQuotes","path","aFunction","variable","bitmap","PREFERRED_STRING","valueOf","NATIVE_WEAK_MAP","objectHas","shared","sharedKey","hiddenKeys","store","wmget","wmhas","wmset","metadata","facade","STATE","getterFor","TYPE","getLocale","OC","getCanonicalLocale","getLanguage","translate","app","vars","L10N","translatePlural","textSingular","textPlural","getFirstDay","firstDay","getDayNames","dayNames","getDayNamesShort","dayNamesShort","getDayNamesMin","dayNamesMin","getMonthNames","monthNames","getMonthNamesShort","monthNamesShort","globalThis","$propertyIsEnumerable","propertyIsEnumerable","1","V","classof","functionToString","copyright","postfix","createMethod","IS_INCLUDES","$this","fromIndex","toLength","integer","toAbsoluteIndex","includes","names","enumBugKeys","getOwnPropertyNames","internalObjectKeys","feature","detection","normalize","POLYFILL","NATIVE","require$$0","MAX_SAFE_INTEGER","activeXDocument","setPrototypeOf","CORRECT_SETTER","aPossiblePrototype","__proto__","dummy","Wrapper","NewTarget","NewTargetPrototype","Properties","objectKeys","IE_PROTO","EmptyConstructor","scriptTag","LT","NullProtoObject","domain","ActiveXObject","iframeDocument","iframe","write","close","NullProtoObjectViaActiveX","documentCreateElement","contentWindow","F","whitespaces","ltrim","require$$1","require$$2","require$$3","NativeNumber","NumberPrototype","BROKEN_CLASSOF","toNumber","third","radix","maxCode","digits","NaN","NumberWrapper","inheritIfRequired","SEMVER_SPEC_VERSION","MAX_LENGTH","Number","MAX_SAFE_COMPONENT_LENGTH","versions","v8","IS_NODE","V8_VERSION","WellKnownSymbolsStore","createWellKnownSymbol","USE_SYMBOL_AS_UID","withoutSetter","MATCH","wellKnownSymbol","isRegExp","ignoreCase","multiline","dotAll","unicode","sticky","RE","re","lastIndex","SPECIES","CONSTRUCTOR_NAME","NativeRegExp","RegExpPrototype","re1","re2","CORRECT_NEW","UNSUPPORTED_Y","stickyHelpers","RegExpWrapper","flags","thisIsRegExp","patternIsRegExp","flagsAreUndefined","getFlags","setSpecies","nativeExec","nativeReplace","patchedExec","UPDATES_LAST_INDEX_WRONG","BROKEN_CARET","NPCG_INCLUDED","reCopy","regexpFlags","charsAdded","strCopy","nativeToString","NOT_GENERIC","INCORRECT_NAME","R","rf","propertyKey","originalArray","C","METHOD_NAME","array","foo","IS_CONCAT_SPREADABLE","IS_CONCAT_SPREADABLE_SUPPORT","SPECIES_SUPPORT","arrayMethodHasSpeciesSupport","isConcatSpreadable","spreadable","k","E","A","arraySpeciesCreate","createProperty","createToken","isGlobal","debug","REPLACE_SUPPORTS_NAMED_GROUPS","REPLACE_KEEPS_$0","REPLACE","REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE","SPLIT_WORKS_WITH_OVERWRITTEN_EXEC","originalExec","KEY","SYMBOL","DELEGATES_TO_SYMBOL","DELEGATES_TO_EXEC","execCalled","nativeRegExpMethod","methods","nativeMethod","regexp","arg2","forceStringMethod","stringMethod","regexMethod","CONVERT_TO_STRING","S","size","codeAt","regexpExec","fixRegExpWellKnownSymbolLogic","nativeMatch","maybeCallNative","res","rx","regExpExec","fullUnicode","matchStr","advanceStringIndex","$trim","forcedStringTrimMethod","IS_MAP","IS_FILTER","IS_SOME","IS_EVERY","IS_FIND_INDEX","IS_FILTER_OUT","NO_HOLES","callbackfn","specificCreate","boundFunction","every","filterOut","$map","HAS_SPECIES_SUPPORT","arrayPush","SPLIT","nativeSplit","internalSplit","separator","limit","lim","lastLength","output","lastLastIndex","separatorCopy","splitter","defaultConstructor","speciesConstructor","unicodeMatching","callRegExpExec","q","z","nativeJoin","ES3_STRINGS","STRICT_METHOD","arrayMethodIsStrict","$filter","loose","numeric","compareIdentifiers","anum","bnum","SemVer","parseOptions","major","minor","patch","prerelease","other","compareMain","comparePre","build","er","UNSCOPABLES","ArrayPrototype","IteratorPrototype","PrototypeOfArrayIteratorPrototype","arrayIterator","ObjectPrototype","CORRECT_PROTOTYPE_GETTER","ITERATOR","BUGGY_SAFARI_ITERATORS","TO_STRING_TAG","TAG","returnThis","IteratorsCore","Iterable","NAME","IteratorConstructor","DEFAULT","IS_SET","FORCED","setToStringTag","Iterators","createIteratorConstructor","CurrentIteratorPrototype","getIterationMethod","KIND","defaultIterator","IterablePrototype","INCORRECT_VALUES_NAME","nativeIterator","anyNativeIterator","entries","setInternalState","defineIterator","iterated","kind","Arguments","addToUnscopables","isExtensible","preventExtensions","METADATA","setMetadata","objectID","weakData","meta","REQUIRED","fastKey","getWeakData","onFreeze","FREEZING","CORRECT_ARGUMENTS","classofRaw","TO_STRING_TAG_SUPPORT","tryGet","callee","returnMethod","Result","iterable","unboundFunction","iterFn","AS_ENTRIES","IS_ITERATOR","INTERRUPTED","condition","iteratorClose","callFn","getIteratorMethod","SAFE_CLOSING","iteratorWithReturn","internalStateGetterFor","wrapper","common","IS_WEAK","ADDER","NativeConstructor","NativePrototype","exported","fixMethod","getConstructor","InternalMetadataModule","HASNT_CHAINING","THROWS_ON_PRIMITIVES","ACCEPT_ITERABLES","SKIP_CLOSING","ITERATION_SUPPORT","checkCorrectnessOfIteration","BUGGY_ZERO","$instance","anInstance","iterate","clear","setStrong","define","previous","entry","getEntry","removed","redefineAll","ITERATOR_NAME","getInternalCollectionState","getInternalIteratorState","point","CSSRuleList","CSSStyleDeclaration","CSSValueList","ClientRectList","DOMRectList","DOMStringList","DOMTokenList","DataTransferItemList","FileList","HTMLAllCollection","HTMLCollection","HTMLFormElement","HTMLSelectElement","MediaList","MimeTypeArray","NamedNodeMap","NodeList","PaintRequestList","Plugin","PluginArray","SVGLengthList","SVGNumberList","SVGPathSegList","SVGPointList","SVGStringList","SVGTransformList","SourceBufferList","StyleSheetList","TextTrackCueList","TextTrackList","TouchList","ArrayValues","ArrayIteratorMethods","COLLECTION_NAME","DOMIterables","Collection","CollectionPrototype","$forEach","IS_PURE","showPassword","setState","$input","$checkbox","$clone","$element","class","autocomplete","cloneElement","widgetUuid","widgetSlice","widget","existingConstructor","basePrototype","proxiedPrototype","fullName","Widget","_createWidget","_proto","_childConstructors","_super","_superApply","__super","__superApply","widgetEventPrefix","widgetName","widgetFullName","child","childPrototype","bridge","inputIndex","inputLength","isMethodCall","methodValue","_init","defaultElement","uuid","eventNamespace","bindings","hoverable","focusable","classesElementLookup","_on","_getCreateOptions","_create","_setOptionDisabled","_trigger","_getCreateEventData","_destroy","_removeClass","curOption","_setOptions","_setOption","_setOptionClasses","classKey","currentElements","_classes","_toggleClass","enable","full","processClassString","checkOption","_untrackClassesElement","_addClass","suppressDisabledCheck","delegateElement","handlerProxy","eventName","_off","_delay","_hoverable","_focusable","focusout","defaultEffect","hasOptions","effect","effectName","effects","Util","_interopDefaultLegacy","$__default","Popper__default","Util__default","_defineProperties","uriAttrs","DefaultWhitelist","br","em","hr","h1","h2","h3","h4","h5","h6","img","li","ol","pre","small","span","sub","sup","strong","u","ul","SAFE_URL_PATTERN","DATA_URL_PATTERN","sanitizeHtml","unsafeHtml","whiteList","sanitizeFn","createdDocument","whitelistKeys","_loop","elName","attributeList","whitelistedAttributes","allowedAttributeList","attrName","regExp","attrRegex","allowedAttribute","EVENT_KEY","JQUERY_NO_CONFLICT","BSCLS_PREFIX_REGEX","DISALLOWED_ATTRIBUTES","DefaultType","template","title","fallbackPlacement","boundary","customClass","sanitize","popperConfig","AttachmentMap","AUTO","TOP","RIGHT","BOTTOM","LEFT","Default","HIDE","HIDDEN","SHOW","SHOWN","INSERTED","CLICK","FOCUSIN","FOCUSOUT","MOUSEENTER","MOUSELEAVE","Tooltip","config","_isEnabled","_timeout","_hoverState","_activeTrigger","_popper","_getConfig","tip","_setListeners","toggleEnabled","dataKey","DATA_KEY","_getDelegateConfig","_isWithActiveTrigger","_enter","_leave","getTipElement","dispose","_hideModalHandler","showEvent","isWithContent","shadowRoot","findShadowRoot","isInTheDom","tipId","getUID","setContent","attachment","_getAttachment","addAttachmentClass","_getContainer","_getPopperConfig","_fixTransition","prevHoverState","transitionDuration","getTransitionDurationFromElement","TRANSITION_END","emulateTransitionEnd","_this2","hideEvent","_cleanTipClass","getTitle","CLASS_PREFIX","setElementContent","CLASS_NAME_FADE","_this3","_getOffset","_handlePopperPlacementChange","_this4","isElement","_this5","eventIn","eventOut","_fixTitle","titleType","dataAttributes","typeCheckConfig","$tip","tabClass","popperData","initConfigAnimation","_jQueryInterface","_config","transitionEndEmulator","triggerTransitionEnd","getSelectorFromElement","hrefAttr","transitionDelay","floatTransitionDuration","floatTransitionDelay","reflow","supportsTransitionEnd","componentName","configTypes","expectedTypes","valueType","attachShadow","getRootNode","ShadowRoot","jQueryDetection","tooltip","TESTING","strengthify","paramOptions","defaults","zxcvbn","userInputs","titles","tilesOptions","drawTitles","drawMessage","drawBars","$addAfter","getWrapperFor","drawStrengthify","substring","elemId","bsLevel","$wrapper","$container","$message","onResult","score","feedback","suggestions","$elem","drawSelf","locals","cachedSetTimeout","cachedClearTimeout","defaultSetTimout","defaultClearTimeout","runTimeout","fun","currentQueue","draining","queueIndex","cleanUpNextTick","drainQueue","marker","runClearTimeout","Item","nextTick","browser","env","argv","addListener","removeListener","removeAllListeners","emit","prependListener","prependOnceListener","listeners","binding","cwd","chdir","umask","getSubstitution","reason","UNSAFE_SUBSTITUTE","searchValue","replaceValue","replacer","functionalReplace","accumulatedResult","nextSourcePosition","replacerArgs","___CSS_LOADER_URL_REPLACEMENT_0___","___CSS_LOADER_URL_REPLACEMENT_1___","___CSS_LOADER_URL_REPLACEMENT_2___","___CSS_LOADER_URL_REPLACEMENT_3___","___CSS_LOADER_URL_REPLACEMENT_4___","___CSS_LOADER_URL_REPLACEMENT_5___","NASHORN_BUG","selectorEscape","symbol","manageFromDocument","getToken","setToken","newToken","manageToken","icon","iconPosition","label","showLabel","isInput","originalLabel","hasTitle","_enhance","SPACE","_updateIcon","_updateTooltip","displayBlock","_attachIcon","iconSpace","_attachIconSpace","newShowLabel","newIcon","refresh","uiBackCompat","icons","tagName","checkboxradio","buttonset","controlgroup","items","controlgroupCornerRegex","direction","onlyVisible","_callChildMethod","childWidgets","controlgroupLabel","_initWidgets","labels","instanceOptions","_resolveClassesValues","widgetElement","_updateCornerClass","_buildSimpleOptions","_spinnerOptions","_buttonOptions","_checkboxradioOptions","_selectmenuOptions","middle","only","formResetMixin","_readType","outerHTML","_bindFormResetHandler","_updateLabel","change","_getRadioGroup","nameSelector","form","_toggleClasses","_unbindFormResetHandler","toAdd","_formResetHandler","instances","ancestor","ancestors","BACKSPACE","COMMA","DELETE","DOWN","END","ENTER","ESCAPE","HOME","PAGE_DOWN","PAGE_UP","PERIOD","TAB","UP","$exec","dbtypes","post","redirectURL","decodeURIComponent","redirectURLInput","currentDbType","linkTo","keyup"],"mappings":"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","file":"install.js","sourcesContent":[" \t// The module cache\n \tvar installedModules = {};\n\n \t// The require function\n \tfunction __webpack_require__(moduleId) {\n\n \t\t// Check if module is in cache\n \t\tif(installedModules[moduleId]) {\n \t\t\treturn installedModules[moduleId].exports;\n \t\t}\n \t\t// Create a new module (and put it into the cache)\n \t\tvar module = installedModules[moduleId] = {\n \t\t\ti: moduleId,\n \t\t\tl: false,\n \t\t\texports: {}\n \t\t};\n\n \t\t// Execute the module function\n \t\tmodules[moduleId].call(module.exports, module, module.exports, __webpack_require__);\n\n \t\t// Flag the module as loaded\n \t\tmodule.l = true;\n\n \t\t// Return the exports of the module\n \t\treturn module.exports;\n \t}\n\n\n \t// expose the modules object (__webpack_modules__)\n \t__webpack_require__.m = modules;\n\n \t// expose the module cache\n \t__webpack_require__.c = installedModules;\n\n \t// define getter function for harmony exports\n \t__webpack_require__.d = function(exports, name, getter) {\n \t\tif(!__webpack_require__.o(exports, name)) {\n \t\t\tObject.defineProperty(exports, name, { enumerable: true, get: getter });\n \t\t}\n \t};\n\n \t// define __esModule on exports\n \t__webpack_require__.r = function(exports) {\n \t\tif(typeof Symbol !== 'undefined' && Symbol.toStringTag) {\n \t\t\tObject.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });\n \t\t}\n \t\tObject.defineProperty(exports, '__esModule', { value: true });\n \t};\n\n \t// create a fake namespace object\n \t// mode & 1: value is a module id, require it\n \t// mode & 2: merge all properties of value into the ns\n \t// mode & 4: return value when already ns object\n \t// mode & 8|1: behave like require\n \t__webpack_require__.t = function(value, mode) {\n \t\tif(mode & 1) value = __webpack_require__(value);\n \t\tif(mode & 8) return value;\n \t\tif((mode & 4) && typeof value === 'object' && value && value.__esModule) return value;\n \t\tvar ns = Object.create(null);\n \t\t__webpack_require__.r(ns);\n \t\tObject.defineProperty(ns, 'default', { enumerable: true, value: value });\n \t\tif(mode & 2 && typeof value != 'string') for(var key in value) __webpack_require__.d(ns, key, function(key) { return value[key]; }.bind(null, key));\n \t\treturn ns;\n \t};\n\n \t// getDefaultExport function for compatibility with non-harmony modules\n \t__webpack_require__.n = function(module) {\n \t\tvar getter = module && module.__esModule ?\n \t\t\tfunction getDefault() { return module['default']; } :\n \t\t\tfunction getModuleExports() { return module; };\n \t\t__webpack_require__.d(getter, 'a', getter);\n \t\treturn getter;\n \t};\n\n \t// Object.prototype.hasOwnProperty.call\n \t__webpack_require__.o = function(object, property) { return Object.prototype.hasOwnProperty.call(object, property); };\n\n \t// __webpack_public_path__\n \t__webpack_require__.p = \"\";\n\n\n \t// Load entry module and return exports\n \treturn __webpack_require__(__webpack_require__.s = 946);\n","/*!\n * jQuery JavaScript Library v3.3.1\n * https://jquery.com/\n *\n * Includes Sizzle.js\n * https://sizzlejs.com/\n *\n * Copyright JS Foundation and other contributors\n * Released under the MIT license\n * https://jquery.org/license\n *\n * Date: 2018-01-20T17:24Z\n */\n( function( global, factory ) {\n\n\t\"use strict\";\n\n\tif ( typeof module === \"object\" && typeof module.exports === \"object\" ) {\n\n\t\t// For CommonJS and CommonJS-like environments where a proper `window`\n\t\t// is present, execute the factory and get jQuery.\n\t\t// For environments that do not have a `window` with a `document`\n\t\t// (such as Node.js), expose a factory as module.exports.\n\t\t// This accentuates the need for the creation of a real `window`.\n\t\t// e.g. var jQuery = require(\"jquery\")(window);\n\t\t// See ticket #14549 for more info.\n\t\tmodule.exports = global.document ?\n\t\t\tfactory( global, true ) :\n\t\t\tfunction( w ) {\n\t\t\t\tif ( !w.document ) {\n\t\t\t\t\tthrow new Error( \"jQuery requires a window with a document\" );\n\t\t\t\t}\n\t\t\t\treturn factory( w );\n\t\t\t};\n\t} else {\n\t\tfactory( global );\n\t}\n\n// Pass this if window is not defined yet\n} )( typeof window !== \"undefined\" ? window : this, function( window, noGlobal ) {\n\n// Edge <= 12 - 13+, Firefox <=18 - 45+, IE 10 - 11, Safari 5.1 - 9+, iOS 6 - 9.1\n// throw exceptions when non-strict code (e.g., ASP.NET 4.5) accesses strict mode\n// arguments.callee.caller (trac-13335). But as of jQuery 3.0 (2016), strict mode should be common\n// enough that all such attempts are guarded in a try block.\n\"use strict\";\n\nvar arr = [];\n\nvar document = window.document;\n\nvar getProto = Object.getPrototypeOf;\n\nvar slice = arr.slice;\n\nvar concat = arr.concat;\n\nvar push = arr.push;\n\nvar indexOf = arr.indexOf;\n\nvar class2type = {};\n\nvar toString = class2type.toString;\n\nvar hasOwn = class2type.hasOwnProperty;\n\nvar fnToString = hasOwn.toString;\n\nvar ObjectFunctionString = fnToString.call( Object );\n\nvar support = {};\n\nvar isFunction = function isFunction( obj ) {\n\n // Support: Chrome <=57, Firefox <=52\n // In some browsers, typeof returns \"function\" for HTML <object> elements\n // (i.e., `typeof document.createElement( \"object\" ) === \"function\"`).\n // We don't want to classify *any* DOM node as a function.\n return typeof obj === \"function\" && typeof obj.nodeType !== \"number\";\n };\n\n\nvar isWindow = function isWindow( obj ) {\n\t\treturn obj != null && obj === obj.window;\n\t};\n\n\n\n\n\tvar preservedScriptAttributes = {\n\t\ttype: true,\n\t\tsrc: true,\n\t\tnoModule: true\n\t};\n\n\tfunction DOMEval( code, doc, node ) {\n\t\tdoc = doc || document;\n\n\t\tvar i,\n\t\t\tscript = doc.createElement( \"script\" );\n\n\t\tscript.text = code;\n\t\tif ( node ) {\n\t\t\tfor ( i in preservedScriptAttributes ) {\n\t\t\t\tif ( node[ i ] ) {\n\t\t\t\t\tscript[ i ] = node[ i ];\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t\tdoc.head.appendChild( script ).parentNode.removeChild( script );\n\t}\n\n\nfunction toType( obj ) {\n\tif ( obj == null ) {\n\t\treturn obj + \"\";\n\t}\n\n\t// Support: Android <=2.3 only (functionish RegExp)\n\treturn typeof obj === \"object\" || typeof obj === \"function\" ?\n\t\tclass2type[ toString.call( obj ) ] || \"object\" :\n\t\ttypeof obj;\n}\n/* global Symbol */\n// Defining this global in .eslintrc.json would create a danger of using the global\n// unguarded in another place, it seems safer to define global only for this module\n\n\n\nvar\n\tversion = \"3.3.1\",\n\n\t// Define a local copy of jQuery\n\tjQuery = function( selector, context ) {\n\n\t\t// The jQuery object is actually just the init constructor 'enhanced'\n\t\t// Need init if jQuery is called (just allow error to be thrown if not included)\n\t\treturn new jQuery.fn.init( selector, context );\n\t},\n\n\t// Support: Android <=4.0 only\n\t// Make sure we trim BOM and NBSP\n\trtrim = /^[\\s\\uFEFF\\xA0]+|[\\s\\uFEFF\\xA0]+$/g;\n\njQuery.fn = jQuery.prototype = {\n\n\t// The current version of jQuery being used\n\tjquery: version,\n\n\tconstructor: jQuery,\n\n\t// The default length of a jQuery object is 0\n\tlength: 0,\n\n\ttoArray: function() {\n\t\treturn slice.call( this );\n\t},\n\n\t// Get the Nth element in the matched element set OR\n\t// Get the whole matched element set as a clean array\n\tget: function( num ) {\n\n\t\t// Return all the elements in a clean array\n\t\tif ( num == null ) {\n\t\t\treturn slice.call( this );\n\t\t}\n\n\t\t// Return just the one element from the set\n\t\treturn num < 0 ? this[ num + this.length ] : this[ num ];\n\t},\n\n\t// Take an array of elements and push it onto the stack\n\t// (returning the new matched element set)\n\tpushStack: function( elems ) {\n\n\t\t// Build a new jQuery matched element set\n\t\tvar ret = jQuery.merge( this.constructor(), elems );\n\n\t\t// Add the old object onto the stack (as a reference)\n\t\tret.prevObject = this;\n\n\t\t// Return the newly-formed element set\n\t\treturn ret;\n\t},\n\n\t// Execute a callback for every element in the matched set.\n\teach: function( callback ) {\n\t\treturn jQuery.each( this, callback );\n\t},\n\n\tmap: function( callback ) {\n\t\treturn this.pushStack( jQuery.map( this, function( elem, i ) {\n\t\t\treturn callback.call( elem, i, elem );\n\t\t} ) );\n\t},\n\n\tslice: function() {\n\t\treturn this.pushStack( slice.apply( this, arguments ) );\n\t},\n\n\tfirst: function() {\n\t\treturn this.eq( 0 );\n\t},\n\n\tlast: function() {\n\t\treturn this.eq( -1 );\n\t},\n\n\teq: function( i ) {\n\t\tvar len = this.length,\n\t\t\tj = +i + ( i < 0 ? len : 0 );\n\t\treturn this.pushStack( j >= 0 && j < len ? [ this[ j ] ] : [] );\n\t},\n\n\tend: function() {\n\t\treturn this.prevObject || this.constructor();\n\t},\n\n\t// For internal use only.\n\t// Behaves like an Array's method, not like a jQuery method.\n\tpush: push,\n\tsort: arr.sort,\n\tsplice: arr.splice\n};\n\njQuery.extend = jQuery.fn.extend = function() {\n\tvar options, name, src, copy, copyIsArray, clone,\n\t\ttarget = arguments[ 0 ] || {},\n\t\ti = 1,\n\t\tlength = arguments.length,\n\t\tdeep = false;\n\n\t// Handle a deep copy situation\n\tif ( typeof target === \"boolean\" ) {\n\t\tdeep = target;\n\n\t\t// Skip the boolean and the target\n\t\ttarget = arguments[ i ] || {};\n\t\ti++;\n\t}\n\n\t// Handle case when target is a string or something (possible in deep copy)\n\tif ( typeof target !== \"object\" && !isFunction( target ) ) {\n\t\ttarget = {};\n\t}\n\n\t// Extend jQuery itself if only one argument is passed\n\tif ( i === length ) {\n\t\ttarget = this;\n\t\ti--;\n\t}\n\n\tfor ( ; i < length; i++ ) {\n\n\t\t// Only deal with non-null/undefined values\n\t\tif ( ( options = arguments[ i ] ) != null ) {\n\n\t\t\t// Extend the base object\n\t\t\tfor ( name in options ) {\n\t\t\t\tsrc = target[ name ];\n\t\t\t\tcopy = options[ name ];\n\n\t\t\t\t// Prevent never-ending loop\n\t\t\t\tif ( target === copy ) {\n\t\t\t\t\tcontinue;\n\t\t\t\t}\n\n\t\t\t\t// Recurse if we're merging plain objects or arrays\n\t\t\t\tif ( deep && copy && ( jQuery.isPlainObject( copy ) ||\n\t\t\t\t\t( copyIsArray = Array.isArray( copy ) ) ) ) {\n\n\t\t\t\t\tif ( copyIsArray ) {\n\t\t\t\t\t\tcopyIsArray = false;\n\t\t\t\t\t\tclone = src && Array.isArray( src ) ? src : [];\n\n\t\t\t\t\t} else {\n\t\t\t\t\t\tclone = src && jQuery.isPlainObject( src ) ? src : {};\n\t\t\t\t\t}\n\n\t\t\t\t\t// Never move original objects, clone them\n\t\t\t\t\ttarget[ name ] = jQuery.extend( deep, clone, copy );\n\n\t\t\t\t// Don't bring in undefined values\n\t\t\t\t} else if ( copy !== undefined ) {\n\t\t\t\t\ttarget[ name ] = copy;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n\n\t// Return the modified object\n\treturn target;\n};\n\njQuery.extend( {\n\n\t// Unique for each copy of jQuery on the page\n\texpando: \"jQuery\" + ( version + Math.random() ).replace( /\\D/g, \"\" ),\n\n\t// Assume jQuery is ready without the ready module\n\tisReady: true,\n\n\terror: function( msg ) {\n\t\tthrow new Error( msg );\n\t},\n\n\tnoop: function() {},\n\n\tisPlainObject: function( obj ) {\n\t\tvar proto, Ctor;\n\n\t\t// Detect obvious negatives\n\t\t// Use toString instead of jQuery.type to catch host objects\n\t\tif ( !obj || toString.call( obj ) !== \"[object Object]\" ) {\n\t\t\treturn false;\n\t\t}\n\n\t\tproto = getProto( obj );\n\n\t\t// Objects with no prototype (e.g., `Object.create( null )`) are plain\n\t\tif ( !proto ) {\n\t\t\treturn true;\n\t\t}\n\n\t\t// Objects with prototype are plain iff they were constructed by a global Object function\n\t\tCtor = hasOwn.call( proto, \"constructor\" ) && proto.constructor;\n\t\treturn typeof Ctor === \"function\" && fnToString.call( Ctor ) === ObjectFunctionString;\n\t},\n\n\tisEmptyObject: function( obj ) {\n\n\t\t/* eslint-disable no-unused-vars */\n\t\t// See https://github.com/eslint/eslint/issues/6125\n\t\tvar name;\n\n\t\tfor ( name in obj ) {\n\t\t\treturn false;\n\t\t}\n\t\treturn true;\n\t},\n\n\t// Evaluates a script in a global context\n\tglobalEval: function( code ) {\n\t\tDOMEval( code );\n\t},\n\n\teach: function( obj, callback ) {\n\t\tvar length, i = 0;\n\n\t\tif ( isArrayLike( obj ) ) {\n\t\t\tlength = obj.length;\n\t\t\tfor ( ; i < length; i++ ) {\n\t\t\t\tif ( callback.call( obj[ i ], i, obj[ i ] ) === false ) {\n\t\t\t\t\tbreak;\n\t\t\t\t}\n\t\t\t}\n\t\t} else {\n\t\t\tfor ( i in obj ) {\n\t\t\t\tif ( callback.call( obj[ i ], i, obj[ i ] ) === false ) {\n\t\t\t\t\tbreak;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\treturn obj;\n\t},\n\n\t// Support: Android <=4.0 only\n\ttrim: function( text ) {\n\t\treturn text == null ?\n\t\t\t\"\" :\n\t\t\t( text + \"\" ).replace( rtrim, \"\" );\n\t},\n\n\t// results is for internal usage only\n\tmakeArray: function( arr, results ) {\n\t\tvar ret = results || [];\n\n\t\tif ( arr != null ) {\n\t\t\tif ( isArrayLike( Object( arr ) ) ) {\n\t\t\t\tjQuery.merge( ret,\n\t\t\t\t\ttypeof arr === \"string\" ?\n\t\t\t\t\t[ arr ] : arr\n\t\t\t\t);\n\t\t\t} else {\n\t\t\t\tpush.call( ret, arr );\n\t\t\t}\n\t\t}\n\n\t\treturn ret;\n\t},\n\n\tinArray: function( elem, arr, i ) {\n\t\treturn arr == null ? -1 : indexOf.call( arr, elem, i );\n\t},\n\n\t// Support: Android <=4.0 only, PhantomJS 1 only\n\t// push.apply(_, arraylike) throws on ancient WebKit\n\tmerge: function( first, second ) {\n\t\tvar len = +second.length,\n\t\t\tj = 0,\n\t\t\ti = first.length;\n\n\t\tfor ( ; j < len; j++ ) {\n\t\t\tfirst[ i++ ] = second[ j ];\n\t\t}\n\n\t\tfirst.length = i;\n\n\t\treturn first;\n\t},\n\n\tgrep: function( elems, callback, invert ) {\n\t\tvar callbackInverse,\n\t\t\tmatches = [],\n\t\t\ti = 0,\n\t\t\tlength = elems.length,\n\t\t\tcallbackExpect = !invert;\n\n\t\t// Go through the array, only saving the items\n\t\t// that pass the validator function\n\t\tfor ( ; i < length; i++ ) {\n\t\t\tcallbackInverse = !callback( elems[ i ], i );\n\t\t\tif ( callbackInverse !== callbackExpect ) {\n\t\t\t\tmatches.push( elems[ i ] );\n\t\t\t}\n\t\t}\n\n\t\treturn matches;\n\t},\n\n\t// arg is for internal usage only\n\tmap: function( elems, callback, arg ) {\n\t\tvar length, value,\n\t\t\ti = 0,\n\t\t\tret = [];\n\n\t\t// Go through the array, translating each of the items to their new values\n\t\tif ( isArrayLike( elems ) ) {\n\t\t\tlength = elems.length;\n\t\t\tfor ( ; i < length; i++ ) {\n\t\t\t\tvalue = callback( elems[ i ], i, arg );\n\n\t\t\t\tif ( value != null ) {\n\t\t\t\t\tret.push( value );\n\t\t\t\t}\n\t\t\t}\n\n\t\t// Go through every key on the object,\n\t\t} else {\n\t\t\tfor ( i in elems ) {\n\t\t\t\tvalue = callback( elems[ i ], i, arg );\n\n\t\t\t\tif ( value != null ) {\n\t\t\t\t\tret.push( value );\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\t// Flatten any nested arrays\n\t\treturn concat.apply( [], ret );\n\t},\n\n\t// A global GUID counter for objects\n\tguid: 1,\n\n\t// jQuery.support is not used in Core but other projects attach their\n\t// properties to it so it needs to exist.\n\tsupport: support\n} );\n\nif ( typeof Symbol === \"function\" ) {\n\tjQuery.fn[ Symbol.iterator ] = arr[ Symbol.iterator ];\n}\n\n// Populate the class2type map\njQuery.each( \"Boolean Number String Function Array Date RegExp Object Error Symbol\".split( \" \" ),\nfunction( i, name ) {\n\tclass2type[ \"[object \" + name + \"]\" ] = name.toLowerCase();\n} );\n\nfunction isArrayLike( obj ) {\n\n\t// Support: real iOS 8.2 only (not reproducible in simulator)\n\t// `in` check used to prevent JIT error (gh-2145)\n\t// hasOwn isn't used here due to false negatives\n\t// regarding Nodelist length in IE\n\tvar length = !!obj && \"length\" in obj && obj.length,\n\t\ttype = toType( obj );\n\n\tif ( isFunction( obj ) || isWindow( obj ) ) {\n\t\treturn false;\n\t}\n\n\treturn type === \"array\" || length === 0 ||\n\t\ttypeof length === \"number\" && length > 0 && ( length - 1 ) in obj;\n}\nvar Sizzle =\n/*!\n * Sizzle CSS Selector Engine v2.3.3\n * https://sizzlejs.com/\n *\n * Copyright jQuery Foundation and other contributors\n * Released under the MIT license\n * http://jquery.org/license\n *\n * Date: 2016-08-08\n */\n(function( window ) {\n\nvar i,\n\tsupport,\n\tExpr,\n\tgetText,\n\tisXML,\n\ttokenize,\n\tcompile,\n\tselect,\n\toutermostContext,\n\tsortInput,\n\thasDuplicate,\n\n\t// Local document vars\n\tsetDocument,\n\tdocument,\n\tdocElem,\n\tdocumentIsHTML,\n\trbuggyQSA,\n\trbuggyMatches,\n\tmatches,\n\tcontains,\n\n\t// Instance-specific data\n\texpando = \"sizzle\" + 1 * new Date(),\n\tpreferredDoc = window.document,\n\tdirruns = 0,\n\tdone = 0,\n\tclassCache = createCache(),\n\ttokenCache = createCache(),\n\tcompilerCache = createCache(),\n\tsortOrder = function( a, b ) {\n\t\tif ( a === b ) {\n\t\t\thasDuplicate = true;\n\t\t}\n\t\treturn 0;\n\t},\n\n\t// Instance methods\n\thasOwn = ({}).hasOwnProperty,\n\tarr = [],\n\tpop = arr.pop,\n\tpush_native = arr.push,\n\tpush = arr.push,\n\tslice = arr.slice,\n\t// Use a stripped-down indexOf as it's faster than native\n\t// https://jsperf.com/thor-indexof-vs-for/5\n\tindexOf = function( list, elem ) {\n\t\tvar i = 0,\n\t\t\tlen = list.length;\n\t\tfor ( ; i < len; i++ ) {\n\t\t\tif ( list[i] === elem ) {\n\t\t\t\treturn i;\n\t\t\t}\n\t\t}\n\t\treturn -1;\n\t},\n\n\tbooleans = \"checked|selected|async|autofocus|autoplay|controls|defer|disabled|hidden|ismap|loop|multiple|open|readonly|required|scoped\",\n\n\t// Regular expressions\n\n\t// http://www.w3.org/TR/css3-selectors/#whitespace\n\twhitespace = \"[\\\\x20\\\\t\\\\r\\\\n\\\\f]\",\n\n\t// http://www.w3.org/TR/CSS21/syndata.html#value-def-identifier\n\tidentifier = \"(?:\\\\\\\\.|[\\\\w-]|[^\\0-\\\\xa0])+\",\n\n\t// Attribute selectors: http://www.w3.org/TR/selectors/#attribute-selectors\n\tattributes = \"\\\\[\" + whitespace + \"*(\" + identifier + \")(?:\" + whitespace +\n\t\t// Operator (capture 2)\n\t\t\"*([*^$|!~]?=)\" + whitespace +\n\t\t// \"Attribute values must be CSS identifiers [capture 5] or strings [capture 3 or capture 4]\"\n\t\t\"*(?:'((?:\\\\\\\\.|[^\\\\\\\\'])*)'|\\\"((?:\\\\\\\\.|[^\\\\\\\\\\\"])*)\\\"|(\" + identifier + \"))|)\" + whitespace +\n\t\t\"*\\\\]\",\n\n\tpseudos = \":(\" + identifier + \")(?:\\\\((\" +\n\t\t// To reduce the number of selectors needing tokenize in the preFilter, prefer arguments:\n\t\t// 1. quoted (capture 3; capture 4 or capture 5)\n\t\t\"('((?:\\\\\\\\.|[^\\\\\\\\'])*)'|\\\"((?:\\\\\\\\.|[^\\\\\\\\\\\"])*)\\\")|\" +\n\t\t// 2. simple (capture 6)\n\t\t\"((?:\\\\\\\\.|[^\\\\\\\\()[\\\\]]|\" + attributes + \")*)|\" +\n\t\t// 3. anything else (capture 2)\n\t\t\".*\" +\n\t\t\")\\\\)|)\",\n\n\t// Leading and non-escaped trailing whitespace, capturing some non-whitespace characters preceding the latter\n\trwhitespace = new RegExp( whitespace + \"+\", \"g\" ),\n\trtrim = new RegExp( \"^\" + whitespace + \"+|((?:^|[^\\\\\\\\])(?:\\\\\\\\.)*)\" + whitespace + \"+$\", \"g\" ),\n\n\trcomma = new RegExp( \"^\" + whitespace + \"*,\" + whitespace + \"*\" ),\n\trcombinators = new RegExp( \"^\" + whitespace + \"*([>+~]|\" + whitespace + \")\" + whitespace + \"*\" ),\n\n\trattributeQuotes = new RegExp( \"=\" + whitespace + \"*([^\\\\]'\\\"]*?)\" + whitespace + \"*\\\\]\", \"g\" ),\n\n\trpseudo = new RegExp( pseudos ),\n\tridentifier = new RegExp( \"^\" + identifier + \"$\" ),\n\n\tmatchExpr = {\n\t\t\"ID\": new RegExp( \"^#(\" + identifier + \")\" ),\n\t\t\"CLASS\": new RegExp( \"^\\\\.(\" + identifier + \")\" ),\n\t\t\"TAG\": new RegExp( \"^(\" + identifier + \"|[*])\" ),\n\t\t\"ATTR\": new RegExp( \"^\" + attributes ),\n\t\t\"PSEUDO\": new RegExp( \"^\" + pseudos ),\n\t\t\"CHILD\": new RegExp( \"^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\\\(\" + whitespace +\n\t\t\t\"*(even|odd|(([+-]|)(\\\\d*)n|)\" + whitespace + \"*(?:([+-]|)\" + whitespace +\n\t\t\t\"*(\\\\d+)|))\" + whitespace + \"*\\\\)|)\", \"i\" ),\n\t\t\"bool\": new RegExp( \"^(?:\" + booleans + \")$\", \"i\" ),\n\t\t// For use in libraries implementing .is()\n\t\t// We use this for POS matching in `select`\n\t\t\"needsContext\": new RegExp( \"^\" + whitespace + \"*[>+~]|:(even|odd|eq|gt|lt|nth|first|last)(?:\\\\(\" +\n\t\t\twhitespace + \"*((?:-\\\\d)?\\\\d*)\" + whitespace + \"*\\\\)|)(?=[^-]|$)\", \"i\" )\n\t},\n\n\trinputs = /^(?:input|select|textarea|button)$/i,\n\trheader = /^h\\d$/i,\n\n\trnative = /^[^{]+\\{\\s*\\[native \\w/,\n\n\t// Easily-parseable/retrievable ID or TAG or CLASS selectors\n\trquickExpr = /^(?:#([\\w-]+)|(\\w+)|\\.([\\w-]+))$/,\n\n\trsibling = /[+~]/,\n\n\t// CSS escapes\n\t// http://www.w3.org/TR/CSS21/syndata.html#escaped-characters\n\trunescape = new RegExp( \"\\\\\\\\([\\\\da-f]{1,6}\" + whitespace + \"?|(\" + whitespace + \")|.)\", \"ig\" ),\n\tfunescape = function( _, escaped, escapedWhitespace ) {\n\t\tvar high = \"0x\" + escaped - 0x10000;\n\t\t// NaN means non-codepoint\n\t\t// Support: Firefox<24\n\t\t// Workaround erroneous numeric interpretation of +\"0x\"\n\t\treturn high !== high || escapedWhitespace ?\n\t\t\tescaped :\n\t\t\thigh < 0 ?\n\t\t\t\t// BMP codepoint\n\t\t\t\tString.fromCharCode( high + 0x10000 ) :\n\t\t\t\t// Supplemental Plane codepoint (surrogate pair)\n\t\t\t\tString.fromCharCode( high >> 10 | 0xD800, high & 0x3FF | 0xDC00 );\n\t},\n\n\t// CSS string/identifier serialization\n\t// https://drafts.csswg.org/cssom/#common-serializing-idioms\n\trcssescape = /([\\0-\\x1f\\x7f]|^-?\\d)|^-$|[^\\0-\\x1f\\x7f-\\uFFFF\\w-]/g,\n\tfcssescape = function( ch, asCodePoint ) {\n\t\tif ( asCodePoint ) {\n\n\t\t\t// U+0000 NULL becomes U+FFFD REPLACEMENT CHARACTER\n\t\t\tif ( ch === \"\\0\" ) {\n\t\t\t\treturn \"\\uFFFD\";\n\t\t\t}\n\n\t\t\t// Control characters and (dependent upon position) numbers get escaped as code points\n\t\t\treturn ch.slice( 0, -1 ) + \"\\\\\" + ch.charCodeAt( ch.length - 1 ).toString( 16 ) + \" \";\n\t\t}\n\n\t\t// Other potentially-special ASCII characters get backslash-escaped\n\t\treturn \"\\\\\" + ch;\n\t},\n\n\t// Used for iframes\n\t// See setDocument()\n\t// Removing the function wrapper causes a \"Permission Denied\"\n\t// error in IE\n\tunloadHandler = function() {\n\t\tsetDocument();\n\t},\n\n\tdisabledAncestor = addCombinator(\n\t\tfunction( elem ) {\n\t\t\treturn elem.disabled === true && (\"form\" in elem || \"label\" in elem);\n\t\t},\n\t\t{ dir: \"parentNode\", next: \"legend\" }\n\t);\n\n// Optimize for push.apply( _, NodeList )\ntry {\n\tpush.apply(\n\t\t(arr = slice.call( preferredDoc.childNodes )),\n\t\tpreferredDoc.childNodes\n\t);\n\t// Support: Android<4.0\n\t// Detect silently failing push.apply\n\tarr[ preferredDoc.childNodes.length ].nodeType;\n} catch ( e ) {\n\tpush = { apply: arr.length ?\n\n\t\t// Leverage slice if possible\n\t\tfunction( target, els ) {\n\t\t\tpush_native.apply( target, slice.call(els) );\n\t\t} :\n\n\t\t// Support: IE<9\n\t\t// Otherwise append directly\n\t\tfunction( target, els ) {\n\t\t\tvar j = target.length,\n\t\t\t\ti = 0;\n\t\t\t// Can't trust NodeList.length\n\t\t\twhile ( (target[j++] = els[i++]) ) {}\n\t\t\ttarget.length = j - 1;\n\t\t}\n\t};\n}\n\nfunction Sizzle( selector, context, results, seed ) {\n\tvar m, i, elem, nid, match, groups, newSelector,\n\t\tnewContext = context && context.ownerDocument,\n\n\t\t// nodeType defaults to 9, since context defaults to document\n\t\tnodeType = context ? context.nodeType : 9;\n\n\tresults = results || [];\n\n\t// Return early from calls with invalid selector or context\n\tif ( typeof selector !== \"string\" || !selector ||\n\t\tnodeType !== 1 && nodeType !== 9 && nodeType !== 11 ) {\n\n\t\treturn results;\n\t}\n\n\t// Try to shortcut find operations (as opposed to filters) in HTML documents\n\tif ( !seed ) {\n\n\t\tif ( ( context ? context.ownerDocument || context : preferredDoc ) !== document ) {\n\t\t\tsetDocument( context );\n\t\t}\n\t\tcontext = context || document;\n\n\t\tif ( documentIsHTML ) {\n\n\t\t\t// If the selector is sufficiently simple, try using a \"get*By*\" DOM method\n\t\t\t// (excepting DocumentFragment context, where the methods don't exist)\n\t\t\tif ( nodeType !== 11 && (match = rquickExpr.exec( selector )) ) {\n\n\t\t\t\t// ID selector\n\t\t\t\tif ( (m = match[1]) ) {\n\n\t\t\t\t\t// Document context\n\t\t\t\t\tif ( nodeType === 9 ) {\n\t\t\t\t\t\tif ( (elem = context.getElementById( m )) ) {\n\n\t\t\t\t\t\t\t// Support: IE, Opera, Webkit\n\t\t\t\t\t\t\t// TODO: identify versions\n\t\t\t\t\t\t\t// getElementById can match elements by name instead of ID\n\t\t\t\t\t\t\tif ( elem.id === m ) {\n\t\t\t\t\t\t\t\tresults.push( elem );\n\t\t\t\t\t\t\t\treturn results;\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\treturn results;\n\t\t\t\t\t\t}\n\n\t\t\t\t\t// Element context\n\t\t\t\t\t} else {\n\n\t\t\t\t\t\t// Support: IE, Opera, Webkit\n\t\t\t\t\t\t// TODO: identify versions\n\t\t\t\t\t\t// getElementById can match elements by name instead of ID\n\t\t\t\t\t\tif ( newContext && (elem = newContext.getElementById( m )) &&\n\t\t\t\t\t\t\tcontains( context, elem ) &&\n\t\t\t\t\t\t\telem.id === m ) {\n\n\t\t\t\t\t\t\tresults.push( elem );\n\t\t\t\t\t\t\treturn results;\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\n\t\t\t\t// Type selector\n\t\t\t\t} else if ( match[2] ) {\n\t\t\t\t\tpush.apply( results, context.getElementsByTagName( selector ) );\n\t\t\t\t\treturn results;\n\n\t\t\t\t// Class selector\n\t\t\t\t} else if ( (m = match[3]) && support.getElementsByClassName &&\n\t\t\t\t\tcontext.getElementsByClassName ) {\n\n\t\t\t\t\tpush.apply( results, context.getElementsByClassName( m ) );\n\t\t\t\t\treturn results;\n\t\t\t\t}\n\t\t\t}\n\n\t\t\t// Take advantage of querySelectorAll\n\t\t\tif ( support.qsa &&\n\t\t\t\t!compilerCache[ selector + \" \" ] &&\n\t\t\t\t(!rbuggyQSA || !rbuggyQSA.test( selector )) ) {\n\n\t\t\t\tif ( nodeType !== 1 ) {\n\t\t\t\t\tnewContext = context;\n\t\t\t\t\tnewSelector = selector;\n\n\t\t\t\t// qSA looks outside Element context, which is not what we want\n\t\t\t\t// Thanks to Andrew Dupont for this workaround technique\n\t\t\t\t// Support: IE <=8\n\t\t\t\t// Exclude object elements\n\t\t\t\t} else if ( context.nodeName.toLowerCase() !== \"object\" ) {\n\n\t\t\t\t\t// Capture the context ID, setting it first if necessary\n\t\t\t\t\tif ( (nid = context.getAttribute( \"id\" )) ) {\n\t\t\t\t\t\tnid = nid.replace( rcssescape, fcssescape );\n\t\t\t\t\t} else {\n\t\t\t\t\t\tcontext.setAttribute( \"id\", (nid = expando) );\n\t\t\t\t\t}\n\n\t\t\t\t\t// Prefix every selector in the list\n\t\t\t\t\tgroups = tokenize( selector );\n\t\t\t\t\ti = groups.length;\n\t\t\t\t\twhile ( i-- ) {\n\t\t\t\t\t\tgroups[i] = \"#\" + nid + \" \" + toSelector( groups[i] );\n\t\t\t\t\t}\n\t\t\t\t\tnewSelector = groups.join( \",\" );\n\n\t\t\t\t\t// Expand context for sibling selectors\n\t\t\t\t\tnewContext = rsibling.test( selector ) && testContext( context.parentNode ) ||\n\t\t\t\t\t\tcontext;\n\t\t\t\t}\n\n\t\t\t\tif ( newSelector ) {\n\t\t\t\t\ttry {\n\t\t\t\t\t\tpush.apply( results,\n\t\t\t\t\t\t\tnewContext.querySelectorAll( newSelector )\n\t\t\t\t\t\t);\n\t\t\t\t\t\treturn results;\n\t\t\t\t\t} catch ( qsaError ) {\n\t\t\t\t\t} finally {\n\t\t\t\t\t\tif ( nid === expando ) {\n\t\t\t\t\t\t\tcontext.removeAttribute( \"id\" );\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n\n\t// All others\n\treturn select( selector.replace( rtrim, \"$1\" ), context, results, seed );\n}\n\n/**\n * Create key-value caches of limited size\n * @returns {function(string, object)} Returns the Object data after storing it on itself with\n *\tproperty name the (space-suffixed) string and (if the cache is larger than Expr.cacheLength)\n *\tdeleting the oldest entry\n */\nfunction createCache() {\n\tvar keys = [];\n\n\tfunction cache( key, value ) {\n\t\t// Use (key + \" \") to avoid collision with native prototype properties (see Issue #157)\n\t\tif ( keys.push( key + \" \" ) > Expr.cacheLength ) {\n\t\t\t// Only keep the most recent entries\n\t\t\tdelete cache[ keys.shift() ];\n\t\t}\n\t\treturn (cache[ key + \" \" ] = value);\n\t}\n\treturn cache;\n}\n\n/**\n * Mark a function for special use by Sizzle\n * @param {Function} fn The function to mark\n */\nfunction markFunction( fn ) {\n\tfn[ expando ] = true;\n\treturn fn;\n}\n\n/**\n * Support testing using an element\n * @param {Function} fn Passed the created element and returns a boolean result\n */\nfunction assert( fn ) {\n\tvar el = document.createElement(\"fieldset\");\n\n\ttry {\n\t\treturn !!fn( el );\n\t} catch (e) {\n\t\treturn false;\n\t} finally {\n\t\t// Remove from its parent by default\n\t\tif ( el.parentNode ) {\n\t\t\tel.parentNode.removeChild( el );\n\t\t}\n\t\t// release memory in IE\n\t\tel = null;\n\t}\n}\n\n/**\n * Adds the same handler for all of the specified attrs\n * @param {String} attrs Pipe-separated list of attributes\n * @param {Function} handler The method that will be applied\n */\nfunction addHandle( attrs, handler ) {\n\tvar arr = attrs.split(\"|\"),\n\t\ti = arr.length;\n\n\twhile ( i-- ) {\n\t\tExpr.attrHandle[ arr[i] ] = handler;\n\t}\n}\n\n/**\n * Checks document order of two siblings\n * @param {Element} a\n * @param {Element} b\n * @returns {Number} Returns less than 0 if a precedes b, greater than 0 if a follows b\n */\nfunction siblingCheck( a, b ) {\n\tvar cur = b && a,\n\t\tdiff = cur && a.nodeType === 1 && b.nodeType === 1 &&\n\t\t\ta.sourceIndex - b.sourceIndex;\n\n\t// Use IE sourceIndex if available on both nodes\n\tif ( diff ) {\n\t\treturn diff;\n\t}\n\n\t// Check if b follows a\n\tif ( cur ) {\n\t\twhile ( (cur = cur.nextSibling) ) {\n\t\t\tif ( cur === b ) {\n\t\t\t\treturn -1;\n\t\t\t}\n\t\t}\n\t}\n\n\treturn a ? 1 : -1;\n}\n\n/**\n * Returns a function to use in pseudos for input types\n * @param {String} type\n */\nfunction createInputPseudo( type ) {\n\treturn function( elem ) {\n\t\tvar name = elem.nodeName.toLowerCase();\n\t\treturn name === \"input\" && elem.type === type;\n\t};\n}\n\n/**\n * Returns a function to use in pseudos for buttons\n * @param {String} type\n */\nfunction createButtonPseudo( type ) {\n\treturn function( elem ) {\n\t\tvar name = elem.nodeName.toLowerCase();\n\t\treturn (name === \"input\" || name === \"button\") && elem.type === type;\n\t};\n}\n\n/**\n * Returns a function to use in pseudos for :enabled/:disabled\n * @param {Boolean} disabled true for :disabled; false for :enabled\n */\nfunction createDisabledPseudo( disabled ) {\n\n\t// Known :disabled false positives: fieldset[disabled] > legend:nth-of-type(n+2) :can-disable\n\treturn function( elem ) {\n\n\t\t// Only certain elements can match :enabled or :disabled\n\t\t// https://html.spec.whatwg.org/multipage/scripting.html#selector-enabled\n\t\t// https://html.spec.whatwg.org/multipage/scripting.html#selector-disabled\n\t\tif ( \"form\" in elem ) {\n\n\t\t\t// Check for inherited disabledness on relevant non-disabled elements:\n\t\t\t// * listed form-associated elements in a disabled fieldset\n\t\t\t// https://html.spec.whatwg.org/multipage/forms.html#category-listed\n\t\t\t// https://html.spec.whatwg.org/multipage/forms.html#concept-fe-disabled\n\t\t\t// * option elements in a disabled optgroup\n\t\t\t// https://html.spec.whatwg.org/multipage/forms.html#concept-option-disabled\n\t\t\t// All such elements have a \"form\" property.\n\t\t\tif ( elem.parentNode && elem.disabled === false ) {\n\n\t\t\t\t// Option elements defer to a parent optgroup if present\n\t\t\t\tif ( \"label\" in elem ) {\n\t\t\t\t\tif ( \"label\" in elem.parentNode ) {\n\t\t\t\t\t\treturn elem.parentNode.disabled === disabled;\n\t\t\t\t\t} else {\n\t\t\t\t\t\treturn elem.disabled === disabled;\n\t\t\t\t\t}\n\t\t\t\t}\n\n\t\t\t\t// Support: IE 6 - 11\n\t\t\t\t// Use the isDisabled shortcut property to check for disabled fieldset ancestors\n\t\t\t\treturn elem.isDisabled === disabled ||\n\n\t\t\t\t\t// Where there is no isDisabled, check manually\n\t\t\t\t\t/* jshint -W018 */\n\t\t\t\t\telem.isDisabled !== !disabled &&\n\t\t\t\t\t\tdisabledAncestor( elem ) === disabled;\n\t\t\t}\n\n\t\t\treturn elem.disabled === disabled;\n\n\t\t// Try to winnow out elements that can't be disabled before trusting the disabled property.\n\t\t// Some victims get caught in our net (label, legend, menu, track), but it shouldn't\n\t\t// even exist on them, let alone have a boolean value.\n\t\t} else if ( \"label\" in elem ) {\n\t\t\treturn elem.disabled === disabled;\n\t\t}\n\n\t\t// Remaining elements are neither :enabled nor :disabled\n\t\treturn false;\n\t};\n}\n\n/**\n * Returns a function to use in pseudos for positionals\n * @param {Function} fn\n */\nfunction createPositionalPseudo( fn ) {\n\treturn markFunction(function( argument ) {\n\t\targument = +argument;\n\t\treturn markFunction(function( seed, matches ) {\n\t\t\tvar j,\n\t\t\t\tmatchIndexes = fn( [], seed.length, argument ),\n\t\t\t\ti = matchIndexes.length;\n\n\t\t\t// Match elements found at the specified indexes\n\t\t\twhile ( i-- ) {\n\t\t\t\tif ( seed[ (j = matchIndexes[i]) ] ) {\n\t\t\t\t\tseed[j] = !(matches[j] = seed[j]);\n\t\t\t\t}\n\t\t\t}\n\t\t});\n\t});\n}\n\n/**\n * Checks a node for validity as a Sizzle context\n * @param {Element|Object=} context\n * @returns {Element|Object|Boolean} The input node if acceptable, otherwise a falsy value\n */\nfunction testContext( context ) {\n\treturn context && typeof context.getElementsByTagName !== \"undefined\" && context;\n}\n\n// Expose support vars for convenience\nsupport = Sizzle.support = {};\n\n/**\n * Detects XML nodes\n * @param {Element|Object} elem An element or a document\n * @returns {Boolean} True iff elem is a non-HTML XML node\n */\nisXML = Sizzle.isXML = function( elem ) {\n\t// documentElement is verified for cases where it doesn't yet exist\n\t// (such as loading iframes in IE - #4833)\n\tvar documentElement = elem && (elem.ownerDocument || elem).documentElement;\n\treturn documentElement ? documentElement.nodeName !== \"HTML\" : false;\n};\n\n/**\n * Sets document-related variables once based on the current document\n * @param {Element|Object} [doc] An element or document object to use to set the document\n * @returns {Object} Returns the current document\n */\nsetDocument = Sizzle.setDocument = function( node ) {\n\tvar hasCompare, subWindow,\n\t\tdoc = node ? node.ownerDocument || node : preferredDoc;\n\n\t// Return early if doc is invalid or already selected\n\tif ( doc === document || doc.nodeType !== 9 || !doc.documentElement ) {\n\t\treturn document;\n\t}\n\n\t// Update global variables\n\tdocument = doc;\n\tdocElem = document.documentElement;\n\tdocumentIsHTML = !isXML( document );\n\n\t// Support: IE 9-11, Edge\n\t// Accessing iframe documents after unload throws \"permission denied\" errors (jQuery #13936)\n\tif ( preferredDoc !== document &&\n\t\t(subWindow = document.defaultView) && subWindow.top !== subWindow ) {\n\n\t\t// Support: IE 11, Edge\n\t\tif ( subWindow.addEventListener ) {\n\t\t\tsubWindow.addEventListener( \"unload\", unloadHandler, false );\n\n\t\t// Support: IE 9 - 10 only\n\t\t} else if ( subWindow.attachEvent ) {\n\t\t\tsubWindow.attachEvent( \"onunload\", unloadHandler );\n\t\t}\n\t}\n\n\t/* Attributes\n\t---------------------------------------------------------------------- */\n\n\t// Support: IE<8\n\t// Verify that getAttribute really returns attributes and not properties\n\t// (excepting IE8 booleans)\n\tsupport.attributes = assert(function( el ) {\n\t\tel.className = \"i\";\n\t\treturn !el.getAttribute(\"className\");\n\t});\n\n\t/* getElement(s)By*\n\t---------------------------------------------------------------------- */\n\n\t// Check if getElementsByTagName(\"*\") returns only elements\n\tsupport.getElementsByTagName = assert(function( el ) {\n\t\tel.appendChild( document.createComment(\"\") );\n\t\treturn !el.getElementsByTagName(\"*\").length;\n\t});\n\n\t// Support: IE<9\n\tsupport.getElementsByClassName = rnative.test( document.getElementsByClassName );\n\n\t// Support: IE<10\n\t// Check if getElementById returns elements by name\n\t// The broken getElementById methods don't pick up programmatically-set names,\n\t// so use a roundabout getElementsByName test\n\tsupport.getById = assert(function( el ) {\n\t\tdocElem.appendChild( el ).id = expando;\n\t\treturn !document.getElementsByName || !document.getElementsByName( expando ).length;\n\t});\n\n\t// ID filter and find\n\tif ( support.getById ) {\n\t\tExpr.filter[\"ID\"] = function( id ) {\n\t\t\tvar attrId = id.replace( runescape, funescape );\n\t\t\treturn function( elem ) {\n\t\t\t\treturn elem.getAttribute(\"id\") === attrId;\n\t\t\t};\n\t\t};\n\t\tExpr.find[\"ID\"] = function( id, context ) {\n\t\t\tif ( typeof context.getElementById !== \"undefined\" && documentIsHTML ) {\n\t\t\t\tvar elem = context.getElementById( id );\n\t\t\t\treturn elem ? [ elem ] : [];\n\t\t\t}\n\t\t};\n\t} else {\n\t\tExpr.filter[\"ID\"] = function( id ) {\n\t\t\tvar attrId = id.replace( runescape, funescape );\n\t\t\treturn function( elem ) {\n\t\t\t\tvar node = typeof elem.getAttributeNode !== \"undefined\" &&\n\t\t\t\t\telem.getAttributeNode(\"id\");\n\t\t\t\treturn node && node.value === attrId;\n\t\t\t};\n\t\t};\n\n\t\t// Support: IE 6 - 7 only\n\t\t// getElementById is not reliable as a find shortcut\n\t\tExpr.find[\"ID\"] = function( id, context ) {\n\t\t\tif ( typeof context.getElementById !== \"undefined\" && documentIsHTML ) {\n\t\t\t\tvar node, i, elems,\n\t\t\t\t\telem = context.getElementById( id );\n\n\t\t\t\tif ( elem ) {\n\n\t\t\t\t\t// Verify the id attribute\n\t\t\t\t\tnode = elem.getAttributeNode(\"id\");\n\t\t\t\t\tif ( node && node.value === id ) {\n\t\t\t\t\t\treturn [ elem ];\n\t\t\t\t\t}\n\n\t\t\t\t\t// Fall back on getElementsByName\n\t\t\t\t\telems = context.getElementsByName( id );\n\t\t\t\t\ti = 0;\n\t\t\t\t\twhile ( (elem = elems[i++]) ) {\n\t\t\t\t\t\tnode = elem.getAttributeNode(\"id\");\n\t\t\t\t\t\tif ( node && node.value === id ) {\n\t\t\t\t\t\t\treturn [ elem ];\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\n\t\t\t\treturn [];\n\t\t\t}\n\t\t};\n\t}\n\n\t// Tag\n\tExpr.find[\"TAG\"] = support.getElementsByTagName ?\n\t\tfunction( tag, context ) {\n\t\t\tif ( typeof context.getElementsByTagName !== \"undefined\" ) {\n\t\t\t\treturn context.getElementsByTagName( tag );\n\n\t\t\t// DocumentFragment nodes don't have gEBTN\n\t\t\t} else if ( support.qsa ) {\n\t\t\t\treturn context.querySelectorAll( tag );\n\t\t\t}\n\t\t} :\n\n\t\tfunction( tag, context ) {\n\t\t\tvar elem,\n\t\t\t\ttmp = [],\n\t\t\t\ti = 0,\n\t\t\t\t// By happy coincidence, a (broken) gEBTN appears on DocumentFragment nodes too\n\t\t\t\tresults = context.getElementsByTagName( tag );\n\n\t\t\t// Filter out possible comments\n\t\t\tif ( tag === \"*\" ) {\n\t\t\t\twhile ( (elem = results[i++]) ) {\n\t\t\t\t\tif ( elem.nodeType === 1 ) {\n\t\t\t\t\t\ttmp.push( elem );\n\t\t\t\t\t}\n\t\t\t\t}\n\n\t\t\t\treturn tmp;\n\t\t\t}\n\t\t\treturn results;\n\t\t};\n\n\t// Class\n\tExpr.find[\"CLASS\"] = support.getElementsByClassName && function( className, context ) {\n\t\tif ( typeof context.getElementsByClassName !== \"undefined\" && documentIsHTML ) {\n\t\t\treturn context.getElementsByClassName( className );\n\t\t}\n\t};\n\n\t/* QSA/matchesSelector\n\t---------------------------------------------------------------------- */\n\n\t// QSA and matchesSelector support\n\n\t// matchesSelector(:active) reports false when true (IE9/Opera 11.5)\n\trbuggyMatches = [];\n\n\t// qSa(:focus) reports false when true (Chrome 21)\n\t// We allow this because of a bug in IE8/9 that throws an error\n\t// whenever `document.activeElement` is accessed on an iframe\n\t// So, we allow :focus to pass through QSA all the time to avoid the IE error\n\t// See https://bugs.jquery.com/ticket/13378\n\trbuggyQSA = [];\n\n\tif ( (support.qsa = rnative.test( document.querySelectorAll )) ) {\n\t\t// Build QSA regex\n\t\t// Regex strategy adopted from Diego Perini\n\t\tassert(function( el ) {\n\t\t\t// Select is set to empty string on purpose\n\t\t\t// This is to test IE's treatment of not explicitly\n\t\t\t// setting a boolean content attribute,\n\t\t\t// since its presence should be enough\n\t\t\t// https://bugs.jquery.com/ticket/12359\n\t\t\tdocElem.appendChild( el ).innerHTML = \"<a id='\" + expando + \"'></a>\" +\n\t\t\t\t\"<select id='\" + expando + \"-\\r\\\\' msallowcapture=''>\" +\n\t\t\t\t\"<option selected=''></option></select>\";\n\n\t\t\t// Support: IE8, Opera 11-12.16\n\t\t\t// Nothing should be selected when empty strings follow ^= or $= or *=\n\t\t\t// The test attribute must be unknown in Opera but \"safe\" for WinRT\n\t\t\t// https://msdn.microsoft.com/en-us/library/ie/hh465388.aspx#attribute_section\n\t\t\tif ( el.querySelectorAll(\"[msallowcapture^='']\").length ) {\n\t\t\t\trbuggyQSA.push( \"[*^$]=\" + whitespace + \"*(?:''|\\\"\\\")\" );\n\t\t\t}\n\n\t\t\t// Support: IE8\n\t\t\t// Boolean attributes and \"value\" are not treated correctly\n\t\t\tif ( !el.querySelectorAll(\"[selected]\").length ) {\n\t\t\t\trbuggyQSA.push( \"\\\\[\" + whitespace + \"*(?:value|\" + booleans + \")\" );\n\t\t\t}\n\n\t\t\t// Support: Chrome<29, Android<4.4, Safari<7.0+, iOS<7.0+, PhantomJS<1.9.8+\n\t\t\tif ( !el.querySelectorAll( \"[id~=\" + expando + \"-]\" ).length ) {\n\t\t\t\trbuggyQSA.push(\"~=\");\n\t\t\t}\n\n\t\t\t// Webkit/Opera - :checked should return selected option elements\n\t\t\t// http://www.w3.org/TR/2011/REC-css3-selectors-20110929/#checked\n\t\t\t// IE8 throws error here and will not see later tests\n\t\t\tif ( !el.querySelectorAll(\":checked\").length ) {\n\t\t\t\trbuggyQSA.push(\":checked\");\n\t\t\t}\n\n\t\t\t// Support: Safari 8+, iOS 8+\n\t\t\t// https://bugs.webkit.org/show_bug.cgi?id=136851\n\t\t\t// In-page `selector#id sibling-combinator selector` fails\n\t\t\tif ( !el.querySelectorAll( \"a#\" + expando + \"+*\" ).length ) {\n\t\t\t\trbuggyQSA.push(\".#.+[+~]\");\n\t\t\t}\n\t\t});\n\n\t\tassert(function( el ) {\n\t\t\tel.innerHTML = \"<a href='' disabled='disabled'></a>\" +\n\t\t\t\t\"<select disabled='disabled'><option/></select>\";\n\n\t\t\t// Support: Windows 8 Native Apps\n\t\t\t// The type and name attributes are restricted during .innerHTML assignment\n\t\t\tvar input = document.createElement(\"input\");\n\t\t\tinput.setAttribute( \"type\", \"hidden\" );\n\t\t\tel.appendChild( input ).setAttribute( \"name\", \"D\" );\n\n\t\t\t// Support: IE8\n\t\t\t// Enforce case-sensitivity of name attribute\n\t\t\tif ( el.querySelectorAll(\"[name=d]\").length ) {\n\t\t\t\trbuggyQSA.push( \"name\" + whitespace + \"*[*^$|!~]?=\" );\n\t\t\t}\n\n\t\t\t// FF 3.5 - :enabled/:disabled and hidden elements (hidden elements are still enabled)\n\t\t\t// IE8 throws error here and will not see later tests\n\t\t\tif ( el.querySelectorAll(\":enabled\").length !== 2 ) {\n\t\t\t\trbuggyQSA.push( \":enabled\", \":disabled\" );\n\t\t\t}\n\n\t\t\t// Support: IE9-11+\n\t\t\t// IE's :disabled selector does not pick up the children of disabled fieldsets\n\t\t\tdocElem.appendChild( el ).disabled = true;\n\t\t\tif ( el.querySelectorAll(\":disabled\").length !== 2 ) {\n\t\t\t\trbuggyQSA.push( \":enabled\", \":disabled\" );\n\t\t\t}\n\n\t\t\t// Opera 10-11 does not throw on post-comma invalid pseudos\n\t\t\tel.querySelectorAll(\"*,:x\");\n\t\t\trbuggyQSA.push(\",.*:\");\n\t\t});\n\t}\n\n\tif ( (support.matchesSelector = rnative.test( (matches = docElem.matches ||\n\t\tdocElem.webkitMatchesSelector ||\n\t\tdocElem.mozMatchesSelector ||\n\t\tdocElem.oMatchesSelector ||\n\t\tdocElem.msMatchesSelector) )) ) {\n\n\t\tassert(function( el ) {\n\t\t\t// Check to see if it's possible to do matchesSelector\n\t\t\t// on a disconnected node (IE 9)\n\t\t\tsupport.disconnectedMatch = matches.call( el, \"*\" );\n\n\t\t\t// This should fail with an exception\n\t\t\t// Gecko does not error, returns false instead\n\t\t\tmatches.call( el, \"[s!='']:x\" );\n\t\t\trbuggyMatches.push( \"!=\", pseudos );\n\t\t});\n\t}\n\n\trbuggyQSA = rbuggyQSA.length && new RegExp( rbuggyQSA.join(\"|\") );\n\trbuggyMatches = rbuggyMatches.length && new RegExp( rbuggyMatches.join(\"|\") );\n\n\t/* Contains\n\t---------------------------------------------------------------------- */\n\thasCompare = rnative.test( docElem.compareDocumentPosition );\n\n\t// Element contains another\n\t// Purposefully self-exclusive\n\t// As in, an element does not contain itself\n\tcontains = hasCompare || rnative.test( docElem.contains ) ?\n\t\tfunction( a, b ) {\n\t\t\tvar adown = a.nodeType === 9 ? a.documentElement : a,\n\t\t\t\tbup = b && b.parentNode;\n\t\t\treturn a === bup || !!( bup && bup.nodeType === 1 && (\n\t\t\t\tadown.contains ?\n\t\t\t\t\tadown.contains( bup ) :\n\t\t\t\t\ta.compareDocumentPosition && a.compareDocumentPosition( bup ) & 16\n\t\t\t));\n\t\t} :\n\t\tfunction( a, b ) {\n\t\t\tif ( b ) {\n\t\t\t\twhile ( (b = b.parentNode) ) {\n\t\t\t\t\tif ( b === a ) {\n\t\t\t\t\t\treturn true;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t\treturn false;\n\t\t};\n\n\t/* Sorting\n\t---------------------------------------------------------------------- */\n\n\t// Document order sorting\n\tsortOrder = hasCompare ?\n\tfunction( a, b ) {\n\n\t\t// Flag for duplicate removal\n\t\tif ( a === b ) {\n\t\t\thasDuplicate = true;\n\t\t\treturn 0;\n\t\t}\n\n\t\t// Sort on method existence if only one input has compareDocumentPosition\n\t\tvar compare = !a.compareDocumentPosition - !b.compareDocumentPosition;\n\t\tif ( compare ) {\n\t\t\treturn compare;\n\t\t}\n\n\t\t// Calculate position if both inputs belong to the same document\n\t\tcompare = ( a.ownerDocument || a ) === ( b.ownerDocument || b ) ?\n\t\t\ta.compareDocumentPosition( b ) :\n\n\t\t\t// Otherwise we know they are disconnected\n\t\t\t1;\n\n\t\t// Disconnected nodes\n\t\tif ( compare & 1 ||\n\t\t\t(!support.sortDetached && b.compareDocumentPosition( a ) === compare) ) {\n\n\t\t\t// Choose the first element that is related to our preferred document\n\t\t\tif ( a === document || a.ownerDocument === preferredDoc && contains(preferredDoc, a) ) {\n\t\t\t\treturn -1;\n\t\t\t}\n\t\t\tif ( b === document || b.ownerDocument === preferredDoc && contains(preferredDoc, b) ) {\n\t\t\t\treturn 1;\n\t\t\t}\n\n\t\t\t// Maintain original order\n\t\t\treturn sortInput ?\n\t\t\t\t( indexOf( sortInput, a ) - indexOf( sortInput, b ) ) :\n\t\t\t\t0;\n\t\t}\n\n\t\treturn compare & 4 ? -1 : 1;\n\t} :\n\tfunction( a, b ) {\n\t\t// Exit early if the nodes are identical\n\t\tif ( a === b ) {\n\t\t\thasDuplicate = true;\n\t\t\treturn 0;\n\t\t}\n\n\t\tvar cur,\n\t\t\ti = 0,\n\t\t\taup = a.parentNode,\n\t\t\tbup = b.parentNode,\n\t\t\tap = [ a ],\n\t\t\tbp = [ b ];\n\n\t\t// Parentless nodes are either documents or disconnected\n\t\tif ( !aup || !bup ) {\n\t\t\treturn a === document ? -1 :\n\t\t\t\tb === document ? 1 :\n\t\t\t\taup ? -1 :\n\t\t\t\tbup ? 1 :\n\t\t\t\tsortInput ?\n\t\t\t\t( indexOf( sortInput, a ) - indexOf( sortInput, b ) ) :\n\t\t\t\t0;\n\n\t\t// If the nodes are siblings, we can do a quick check\n\t\t} else if ( aup === bup ) {\n\t\t\treturn siblingCheck( a, b );\n\t\t}\n\n\t\t// Otherwise we need full lists of their ancestors for comparison\n\t\tcur = a;\n\t\twhile ( (cur = cur.parentNode) ) {\n\t\t\tap.unshift( cur );\n\t\t}\n\t\tcur = b;\n\t\twhile ( (cur = cur.parentNode) ) {\n\t\t\tbp.unshift( cur );\n\t\t}\n\n\t\t// Walk down the tree looking for a discrepancy\n\t\twhile ( ap[i] === bp[i] ) {\n\t\t\ti++;\n\t\t}\n\n\t\treturn i ?\n\t\t\t// Do a sibling check if the nodes have a common ancestor\n\t\t\tsiblingCheck( ap[i], bp[i] ) :\n\n\t\t\t// Otherwise nodes in our document sort first\n\t\t\tap[i] === preferredDoc ? -1 :\n\t\t\tbp[i] === preferredDoc ? 1 :\n\t\t\t0;\n\t};\n\n\treturn document;\n};\n\nSizzle.matches = function( expr, elements ) {\n\treturn Sizzle( expr, null, null, elements );\n};\n\nSizzle.matchesSelector = function( elem, expr ) {\n\t// Set document vars if needed\n\tif ( ( elem.ownerDocument || elem ) !== document ) {\n\t\tsetDocument( elem );\n\t}\n\n\t// Make sure that attribute selectors are quoted\n\texpr = expr.replace( rattributeQuotes, \"='$1']\" );\n\n\tif ( support.matchesSelector && documentIsHTML &&\n\t\t!compilerCache[ expr + \" \" ] &&\n\t\t( !rbuggyMatches || !rbuggyMatches.test( expr ) ) &&\n\t\t( !rbuggyQSA || !rbuggyQSA.test( expr ) ) ) {\n\n\t\ttry {\n\t\t\tvar ret = matches.call( elem, expr );\n\n\t\t\t// IE 9's matchesSelector returns false on disconnected nodes\n\t\t\tif ( ret || support.disconnectedMatch ||\n\t\t\t\t\t// As well, disconnected nodes are said to be in a document\n\t\t\t\t\t// fragment in IE 9\n\t\t\t\t\telem.document && elem.document.nodeType !== 11 ) {\n\t\t\t\treturn ret;\n\t\t\t}\n\t\t} catch (e) {}\n\t}\n\n\treturn Sizzle( expr, document, null, [ elem ] ).length > 0;\n};\n\nSizzle.contains = function( context, elem ) {\n\t// Set document vars if needed\n\tif ( ( context.ownerDocument || context ) !== document ) {\n\t\tsetDocument( context );\n\t}\n\treturn contains( context, elem );\n};\n\nSizzle.attr = function( elem, name ) {\n\t// Set document vars if needed\n\tif ( ( elem.ownerDocument || elem ) !== document ) {\n\t\tsetDocument( elem );\n\t}\n\n\tvar fn = Expr.attrHandle[ name.toLowerCase() ],\n\t\t// Don't get fooled by Object.prototype properties (jQuery #13807)\n\t\tval = fn && hasOwn.call( Expr.attrHandle, name.toLowerCase() ) ?\n\t\t\tfn( elem, name, !documentIsHTML ) :\n\t\t\tundefined;\n\n\treturn val !== undefined ?\n\t\tval :\n\t\tsupport.attributes || !documentIsHTML ?\n\t\t\telem.getAttribute( name ) :\n\t\t\t(val = elem.getAttributeNode(name)) && val.specified ?\n\t\t\t\tval.value :\n\t\t\t\tnull;\n};\n\nSizzle.escape = function( sel ) {\n\treturn (sel + \"\").replace( rcssescape, fcssescape );\n};\n\nSizzle.error = function( msg ) {\n\tthrow new Error( \"Syntax error, unrecognized expression: \" + msg );\n};\n\n/**\n * Document sorting and removing duplicates\n * @param {ArrayLike} results\n */\nSizzle.uniqueSort = function( results ) {\n\tvar elem,\n\t\tduplicates = [],\n\t\tj = 0,\n\t\ti = 0;\n\n\t// Unless we *know* we can detect duplicates, assume their presence\n\thasDuplicate = !support.detectDuplicates;\n\tsortInput = !support.sortStable && results.slice( 0 );\n\tresults.sort( sortOrder );\n\n\tif ( hasDuplicate ) {\n\t\twhile ( (elem = results[i++]) ) {\n\t\t\tif ( elem === results[ i ] ) {\n\t\t\t\tj = duplicates.push( i );\n\t\t\t}\n\t\t}\n\t\twhile ( j-- ) {\n\t\t\tresults.splice( duplicates[ j ], 1 );\n\t\t}\n\t}\n\n\t// Clear input after sorting to release objects\n\t// See https://github.com/jquery/sizzle/pull/225\n\tsortInput = null;\n\n\treturn results;\n};\n\n/**\n * Utility function for retrieving the text value of an array of DOM nodes\n * @param {Array|Element} elem\n */\ngetText = Sizzle.getText = function( elem ) {\n\tvar node,\n\t\tret = \"\",\n\t\ti = 0,\n\t\tnodeType = elem.nodeType;\n\n\tif ( !nodeType ) {\n\t\t// If no nodeType, this is expected to be an array\n\t\twhile ( (node = elem[i++]) ) {\n\t\t\t// Do not traverse comment nodes\n\t\t\tret += getText( node );\n\t\t}\n\t} else if ( nodeType === 1 || nodeType === 9 || nodeType === 11 ) {\n\t\t// Use textContent for elements\n\t\t// innerText usage removed for consistency of new lines (jQuery #11153)\n\t\tif ( typeof elem.textContent === \"string\" ) {\n\t\t\treturn elem.textContent;\n\t\t} else {\n\t\t\t// Traverse its children\n\t\t\tfor ( elem = elem.firstChild; elem; elem = elem.nextSibling ) {\n\t\t\t\tret += getText( elem );\n\t\t\t}\n\t\t}\n\t} else if ( nodeType === 3 || nodeType === 4 ) {\n\t\treturn elem.nodeValue;\n\t}\n\t// Do not include comment or processing instruction nodes\n\n\treturn ret;\n};\n\nExpr = Sizzle.selectors = {\n\n\t// Can be adjusted by the user\n\tcacheLength: 50,\n\n\tcreatePseudo: markFunction,\n\n\tmatch: matchExpr,\n\n\tattrHandle: {},\n\n\tfind: {},\n\n\trelative: {\n\t\t\">\": { dir: \"parentNode\", first: true },\n\t\t\" \": { dir: \"parentNode\" },\n\t\t\"+\": { dir: \"previousSibling\", first: true },\n\t\t\"~\": { dir: \"previousSibling\" }\n\t},\n\n\tpreFilter: {\n\t\t\"ATTR\": function( match ) {\n\t\t\tmatch[1] = match[1].replace( runescape, funescape );\n\n\t\t\t// Move the given value to match[3] whether quoted or unquoted\n\t\t\tmatch[3] = ( match[3] || match[4] || match[5] || \"\" ).replace( runescape, funescape );\n\n\t\t\tif ( match[2] === \"~=\" ) {\n\t\t\t\tmatch[3] = \" \" + match[3] + \" \";\n\t\t\t}\n\n\t\t\treturn match.slice( 0, 4 );\n\t\t},\n\n\t\t\"CHILD\": function( match ) {\n\t\t\t/* matches from matchExpr[\"CHILD\"]\n\t\t\t\t1 type (only|nth|...)\n\t\t\t\t2 what (child|of-type)\n\t\t\t\t3 argument (even|odd|\\d*|\\d*n([+-]\\d+)?|...)\n\t\t\t\t4 xn-component of xn+y argument ([+-]?\\d*n|)\n\t\t\t\t5 sign of xn-component\n\t\t\t\t6 x of xn-component\n\t\t\t\t7 sign of y-component\n\t\t\t\t8 y of y-component\n\t\t\t*/\n\t\t\tmatch[1] = match[1].toLowerCase();\n\n\t\t\tif ( match[1].slice( 0, 3 ) === \"nth\" ) {\n\t\t\t\t// nth-* requires argument\n\t\t\t\tif ( !match[3] ) {\n\t\t\t\t\tSizzle.error( match[0] );\n\t\t\t\t}\n\n\t\t\t\t// numeric x and y parameters for Expr.filter.CHILD\n\t\t\t\t// remember that false/true cast respectively to 0/1\n\t\t\t\tmatch[4] = +( match[4] ? match[5] + (match[6] || 1) : 2 * ( match[3] === \"even\" || match[3] === \"odd\" ) );\n\t\t\t\tmatch[5] = +( ( match[7] + match[8] ) || match[3] === \"odd\" );\n\n\t\t\t// other types prohibit arguments\n\t\t\t} else if ( match[3] ) {\n\t\t\t\tSizzle.error( match[0] );\n\t\t\t}\n\n\t\t\treturn match;\n\t\t},\n\n\t\t\"PSEUDO\": function( match ) {\n\t\t\tvar excess,\n\t\t\t\tunquoted = !match[6] && match[2];\n\n\t\t\tif ( matchExpr[\"CHILD\"].test( match[0] ) ) {\n\t\t\t\treturn null;\n\t\t\t}\n\n\t\t\t// Accept quoted arguments as-is\n\t\t\tif ( match[3] ) {\n\t\t\t\tmatch[2] = match[4] || match[5] || \"\";\n\n\t\t\t// Strip excess characters from unquoted arguments\n\t\t\t} else if ( unquoted && rpseudo.test( unquoted ) &&\n\t\t\t\t// Get excess from tokenize (recursively)\n\t\t\t\t(excess = tokenize( unquoted, true )) &&\n\t\t\t\t// advance to the next closing parenthesis\n\t\t\t\t(excess = unquoted.indexOf( \")\", unquoted.length - excess ) - unquoted.length) ) {\n\n\t\t\t\t// excess is a negative index\n\t\t\t\tmatch[0] = match[0].slice( 0, excess );\n\t\t\t\tmatch[2] = unquoted.slice( 0, excess );\n\t\t\t}\n\n\t\t\t// Return only captures needed by the pseudo filter method (type and argument)\n\t\t\treturn match.slice( 0, 3 );\n\t\t}\n\t},\n\n\tfilter: {\n\n\t\t\"TAG\": function( nodeNameSelector ) {\n\t\t\tvar nodeName = nodeNameSelector.replace( runescape, funescape ).toLowerCase();\n\t\t\treturn nodeNameSelector === \"*\" ?\n\t\t\t\tfunction() { return true; } :\n\t\t\t\tfunction( elem ) {\n\t\t\t\t\treturn elem.nodeName && elem.nodeName.toLowerCase() === nodeName;\n\t\t\t\t};\n\t\t},\n\n\t\t\"CLASS\": function( className ) {\n\t\t\tvar pattern = classCache[ className + \" \" ];\n\n\t\t\treturn pattern ||\n\t\t\t\t(pattern = new RegExp( \"(^|\" + whitespace + \")\" + className + \"(\" + whitespace + \"|$)\" )) &&\n\t\t\t\tclassCache( className, function( elem ) {\n\t\t\t\t\treturn pattern.test( typeof elem.className === \"string\" && elem.className || typeof elem.getAttribute !== \"undefined\" && elem.getAttribute(\"class\") || \"\" );\n\t\t\t\t});\n\t\t},\n\n\t\t\"ATTR\": function( name, operator, check ) {\n\t\t\treturn function( elem ) {\n\t\t\t\tvar result = Sizzle.attr( elem, name );\n\n\t\t\t\tif ( result == null ) {\n\t\t\t\t\treturn operator === \"!=\";\n\t\t\t\t}\n\t\t\t\tif ( !operator ) {\n\t\t\t\t\treturn true;\n\t\t\t\t}\n\n\t\t\t\tresult += \"\";\n\n\t\t\t\treturn operator === \"=\" ? result === check :\n\t\t\t\t\toperator === \"!=\" ? result !== check :\n\t\t\t\t\toperator === \"^=\" ? check && result.indexOf( check ) === 0 :\n\t\t\t\t\toperator === \"*=\" ? check && result.indexOf( check ) > -1 :\n\t\t\t\t\toperator === \"$=\" ? check && result.slice( -check.length ) === check :\n\t\t\t\t\toperator === \"~=\" ? ( \" \" + result.replace( rwhitespace, \" \" ) + \" \" ).indexOf( check ) > -1 :\n\t\t\t\t\toperator === \"|=\" ? result === check || result.slice( 0, check.length + 1 ) === check + \"-\" :\n\t\t\t\t\tfalse;\n\t\t\t};\n\t\t},\n\n\t\t\"CHILD\": function( type, what, argument, first, last ) {\n\t\t\tvar simple = type.slice( 0, 3 ) !== \"nth\",\n\t\t\t\tforward = type.slice( -4 ) !== \"last\",\n\t\t\t\tofType = what === \"of-type\";\n\n\t\t\treturn first === 1 && last === 0 ?\n\n\t\t\t\t// Shortcut for :nth-*(n)\n\t\t\t\tfunction( elem ) {\n\t\t\t\t\treturn !!elem.parentNode;\n\t\t\t\t} :\n\n\t\t\t\tfunction( elem, context, xml ) {\n\t\t\t\t\tvar cache, uniqueCache, outerCache, node, nodeIndex, start,\n\t\t\t\t\t\tdir = simple !== forward ? \"nextSibling\" : \"previousSibling\",\n\t\t\t\t\t\tparent = elem.parentNode,\n\t\t\t\t\t\tname = ofType && elem.nodeName.toLowerCase(),\n\t\t\t\t\t\tuseCache = !xml && !ofType,\n\t\t\t\t\t\tdiff = false;\n\n\t\t\t\t\tif ( parent ) {\n\n\t\t\t\t\t\t// :(first|last|only)-(child|of-type)\n\t\t\t\t\t\tif ( simple ) {\n\t\t\t\t\t\t\twhile ( dir ) {\n\t\t\t\t\t\t\t\tnode = elem;\n\t\t\t\t\t\t\t\twhile ( (node = node[ dir ]) ) {\n\t\t\t\t\t\t\t\t\tif ( ofType ?\n\t\t\t\t\t\t\t\t\t\tnode.nodeName.toLowerCase() === name :\n\t\t\t\t\t\t\t\t\t\tnode.nodeType === 1 ) {\n\n\t\t\t\t\t\t\t\t\t\treturn false;\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t// Reverse direction for :only-* (if we haven't yet done so)\n\t\t\t\t\t\t\t\tstart = dir = type === \"only\" && !start && \"nextSibling\";\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\treturn true;\n\t\t\t\t\t\t}\n\n\t\t\t\t\t\tstart = [ forward ? parent.firstChild : parent.lastChild ];\n\n\t\t\t\t\t\t// non-xml :nth-child(...) stores cache data on `parent`\n\t\t\t\t\t\tif ( forward && useCache ) {\n\n\t\t\t\t\t\t\t// Seek `elem` from a previously-cached index\n\n\t\t\t\t\t\t\t// ...in a gzip-friendly way\n\t\t\t\t\t\t\tnode = parent;\n\t\t\t\t\t\t\touterCache = node[ expando ] || (node[ expando ] = {});\n\n\t\t\t\t\t\t\t// Support: IE <9 only\n\t\t\t\t\t\t\t// Defend against cloned attroperties (jQuery gh-1709)\n\t\t\t\t\t\t\tuniqueCache = outerCache[ node.uniqueID ] ||\n\t\t\t\t\t\t\t\t(outerCache[ node.uniqueID ] = {});\n\n\t\t\t\t\t\t\tcache = uniqueCache[ type ] || [];\n\t\t\t\t\t\t\tnodeIndex = cache[ 0 ] === dirruns && cache[ 1 ];\n\t\t\t\t\t\t\tdiff = nodeIndex && cache[ 2 ];\n\t\t\t\t\t\t\tnode = nodeIndex && parent.childNodes[ nodeIndex ];\n\n\t\t\t\t\t\t\twhile ( (node = ++nodeIndex && node && node[ dir ] ||\n\n\t\t\t\t\t\t\t\t// Fallback to seeking `elem` from the start\n\t\t\t\t\t\t\t\t(diff = nodeIndex = 0) || start.pop()) ) {\n\n\t\t\t\t\t\t\t\t// When found, cache indexes on `parent` and break\n\t\t\t\t\t\t\t\tif ( node.nodeType === 1 && ++diff && node === elem ) {\n\t\t\t\t\t\t\t\t\tuniqueCache[ type ] = [ dirruns, nodeIndex, diff ];\n\t\t\t\t\t\t\t\t\tbreak;\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t}\n\n\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t// Use previously-cached element index if available\n\t\t\t\t\t\t\tif ( useCache ) {\n\t\t\t\t\t\t\t\t// ...in a gzip-friendly way\n\t\t\t\t\t\t\t\tnode = elem;\n\t\t\t\t\t\t\t\touterCache = node[ expando ] || (node[ expando ] = {});\n\n\t\t\t\t\t\t\t\t// Support: IE <9 only\n\t\t\t\t\t\t\t\t// Defend against cloned attroperties (jQuery gh-1709)\n\t\t\t\t\t\t\t\tuniqueCache = outerCache[ node.uniqueID ] ||\n\t\t\t\t\t\t\t\t\t(outerCache[ node.uniqueID ] = {});\n\n\t\t\t\t\t\t\t\tcache = uniqueCache[ type ] || [];\n\t\t\t\t\t\t\t\tnodeIndex = cache[ 0 ] === dirruns && cache[ 1 ];\n\t\t\t\t\t\t\t\tdiff = nodeIndex;\n\t\t\t\t\t\t\t}\n\n\t\t\t\t\t\t\t// xml :nth-child(...)\n\t\t\t\t\t\t\t// or :nth-last-child(...) or :nth(-last)?-of-type(...)\n\t\t\t\t\t\t\tif ( diff === false ) {\n\t\t\t\t\t\t\t\t// Use the same loop as above to seek `elem` from the start\n\t\t\t\t\t\t\t\twhile ( (node = ++nodeIndex && node && node[ dir ] ||\n\t\t\t\t\t\t\t\t\t(diff = nodeIndex = 0) || start.pop()) ) {\n\n\t\t\t\t\t\t\t\t\tif ( ( ofType ?\n\t\t\t\t\t\t\t\t\t\tnode.nodeName.toLowerCase() === name :\n\t\t\t\t\t\t\t\t\t\tnode.nodeType === 1 ) &&\n\t\t\t\t\t\t\t\t\t\t++diff ) {\n\n\t\t\t\t\t\t\t\t\t\t// Cache the index of each encountered element\n\t\t\t\t\t\t\t\t\t\tif ( useCache ) {\n\t\t\t\t\t\t\t\t\t\t\touterCache = node[ expando ] || (node[ expando ] = {});\n\n\t\t\t\t\t\t\t\t\t\t\t// Support: IE <9 only\n\t\t\t\t\t\t\t\t\t\t\t// Defend against cloned attroperties (jQuery gh-1709)\n\t\t\t\t\t\t\t\t\t\t\tuniqueCache = outerCache[ node.uniqueID ] ||\n\t\t\t\t\t\t\t\t\t\t\t\t(outerCache[ node.uniqueID ] = {});\n\n\t\t\t\t\t\t\t\t\t\t\tuniqueCache[ type ] = [ dirruns, diff ];\n\t\t\t\t\t\t\t\t\t\t}\n\n\t\t\t\t\t\t\t\t\t\tif ( node === elem ) {\n\t\t\t\t\t\t\t\t\t\t\tbreak;\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\n\t\t\t\t\t\t// Incorporate the offset, then check against cycle size\n\t\t\t\t\t\tdiff -= last;\n\t\t\t\t\t\treturn diff === first || ( diff % first === 0 && diff / first >= 0 );\n\t\t\t\t\t}\n\t\t\t\t};\n\t\t},\n\n\t\t\"PSEUDO\": function( pseudo, argument ) {\n\t\t\t// pseudo-class names are case-insensitive\n\t\t\t// http://www.w3.org/TR/selectors/#pseudo-classes\n\t\t\t// Prioritize by case sensitivity in case custom pseudos are added with uppercase letters\n\t\t\t// Remember that setFilters inherits from pseudos\n\t\t\tvar args,\n\t\t\t\tfn = Expr.pseudos[ pseudo ] || Expr.setFilters[ pseudo.toLowerCase() ] ||\n\t\t\t\t\tSizzle.error( \"unsupported pseudo: \" + pseudo );\n\n\t\t\t// The user may use createPseudo to indicate that\n\t\t\t// arguments are needed to create the filter function\n\t\t\t// just as Sizzle does\n\t\t\tif ( fn[ expando ] ) {\n\t\t\t\treturn fn( argument );\n\t\t\t}\n\n\t\t\t// But maintain support for old signatures\n\t\t\tif ( fn.length > 1 ) {\n\t\t\t\targs = [ pseudo, pseudo, \"\", argument ];\n\t\t\t\treturn Expr.setFilters.hasOwnProperty( pseudo.toLowerCase() ) ?\n\t\t\t\t\tmarkFunction(function( seed, matches ) {\n\t\t\t\t\t\tvar idx,\n\t\t\t\t\t\t\tmatched = fn( seed, argument ),\n\t\t\t\t\t\t\ti = matched.length;\n\t\t\t\t\t\twhile ( i-- ) {\n\t\t\t\t\t\t\tidx = indexOf( seed, matched[i] );\n\t\t\t\t\t\t\tseed[ idx ] = !( matches[ idx ] = matched[i] );\n\t\t\t\t\t\t}\n\t\t\t\t\t}) :\n\t\t\t\t\tfunction( elem ) {\n\t\t\t\t\t\treturn fn( elem, 0, args );\n\t\t\t\t\t};\n\t\t\t}\n\n\t\t\treturn fn;\n\t\t}\n\t},\n\n\tpseudos: {\n\t\t// Potentially complex pseudos\n\t\t\"not\": markFunction(function( selector ) {\n\t\t\t// Trim the selector passed to compile\n\t\t\t// to avoid treating leading and trailing\n\t\t\t// spaces as combinators\n\t\t\tvar input = [],\n\t\t\t\tresults = [],\n\t\t\t\tmatcher = compile( selector.replace( rtrim, \"$1\" ) );\n\n\t\t\treturn matcher[ expando ] ?\n\t\t\t\tmarkFunction(function( seed, matches, context, xml ) {\n\t\t\t\t\tvar elem,\n\t\t\t\t\t\tunmatched = matcher( seed, null, xml, [] ),\n\t\t\t\t\t\ti = seed.length;\n\n\t\t\t\t\t// Match elements unmatched by `matcher`\n\t\t\t\t\twhile ( i-- ) {\n\t\t\t\t\t\tif ( (elem = unmatched[i]) ) {\n\t\t\t\t\t\t\tseed[i] = !(matches[i] = elem);\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}) :\n\t\t\t\tfunction( elem, context, xml ) {\n\t\t\t\t\tinput[0] = elem;\n\t\t\t\t\tmatcher( input, null, xml, results );\n\t\t\t\t\t// Don't keep the element (issue #299)\n\t\t\t\t\tinput[0] = null;\n\t\t\t\t\treturn !results.pop();\n\t\t\t\t};\n\t\t}),\n\n\t\t\"has\": markFunction(function( selector ) {\n\t\t\treturn function( elem ) {\n\t\t\t\treturn Sizzle( selector, elem ).length > 0;\n\t\t\t};\n\t\t}),\n\n\t\t\"contains\": markFunction(function( text ) {\n\t\t\ttext = text.replace( runescape, funescape );\n\t\t\treturn function( elem ) {\n\t\t\t\treturn ( elem.textContent || elem.innerText || getText( elem ) ).indexOf( text ) > -1;\n\t\t\t};\n\t\t}),\n\n\t\t// \"Whether an element is represented by a :lang() selector\n\t\t// is based solely on the element's language value\n\t\t// being equal to the identifier C,\n\t\t// or beginning with the identifier C immediately followed by \"-\".\n\t\t// The matching of C against the element's language value is performed case-insensitively.\n\t\t// The identifier C does not have to be a valid language name.\"\n\t\t// http://www.w3.org/TR/selectors/#lang-pseudo\n\t\t\"lang\": markFunction( function( lang ) {\n\t\t\t// lang value must be a valid identifier\n\t\t\tif ( !ridentifier.test(lang || \"\") ) {\n\t\t\t\tSizzle.error( \"unsupported lang: \" + lang );\n\t\t\t}\n\t\t\tlang = lang.replace( runescape, funescape ).toLowerCase();\n\t\t\treturn function( elem ) {\n\t\t\t\tvar elemLang;\n\t\t\t\tdo {\n\t\t\t\t\tif ( (elemLang = documentIsHTML ?\n\t\t\t\t\t\telem.lang :\n\t\t\t\t\t\telem.getAttribute(\"xml:lang\") || elem.getAttribute(\"lang\")) ) {\n\n\t\t\t\t\t\telemLang = elemLang.toLowerCase();\n\t\t\t\t\t\treturn elemLang === lang || elemLang.indexOf( lang + \"-\" ) === 0;\n\t\t\t\t\t}\n\t\t\t\t} while ( (elem = elem.parentNode) && elem.nodeType === 1 );\n\t\t\t\treturn false;\n\t\t\t};\n\t\t}),\n\n\t\t// Miscellaneous\n\t\t\"target\": function( elem ) {\n\t\t\tvar hash = window.location && window.location.hash;\n\t\t\treturn hash && hash.slice( 1 ) === elem.id;\n\t\t},\n\n\t\t\"root\": function( elem ) {\n\t\t\treturn elem === docElem;\n\t\t},\n\n\t\t\"focus\": function( elem ) {\n\t\t\treturn elem === document.activeElement && (!document.hasFocus || document.hasFocus()) && !!(elem.type || elem.href || ~elem.tabIndex);\n\t\t},\n\n\t\t// Boolean properties\n\t\t\"enabled\": createDisabledPseudo( false ),\n\t\t\"disabled\": createDisabledPseudo( true ),\n\n\t\t\"checked\": function( elem ) {\n\t\t\t// In CSS3, :checked should return both checked and selected elements\n\t\t\t// http://www.w3.org/TR/2011/REC-css3-selectors-20110929/#checked\n\t\t\tvar nodeName = elem.nodeName.toLowerCase();\n\t\t\treturn (nodeName === \"input\" && !!elem.checked) || (nodeName === \"option\" && !!elem.selected);\n\t\t},\n\n\t\t\"selected\": function( elem ) {\n\t\t\t// Accessing this property makes selected-by-default\n\t\t\t// options in Safari work properly\n\t\t\tif ( elem.parentNode ) {\n\t\t\t\telem.parentNode.selectedIndex;\n\t\t\t}\n\n\t\t\treturn elem.selected === true;\n\t\t},\n\n\t\t// Contents\n\t\t\"empty\": function( elem ) {\n\t\t\t// http://www.w3.org/TR/selectors/#empty-pseudo\n\t\t\t// :empty is negated by element (1) or content nodes (text: 3; cdata: 4; entity ref: 5),\n\t\t\t// but not by others (comment: 8; processing instruction: 7; etc.)\n\t\t\t// nodeType < 6 works because attributes (2) do not appear as children\n\t\t\tfor ( elem = elem.firstChild; elem; elem = elem.nextSibling ) {\n\t\t\t\tif ( elem.nodeType < 6 ) {\n\t\t\t\t\treturn false;\n\t\t\t\t}\n\t\t\t}\n\t\t\treturn true;\n\t\t},\n\n\t\t\"parent\": function( elem ) {\n\t\t\treturn !Expr.pseudos[\"empty\"]( elem );\n\t\t},\n\n\t\t// Element/input types\n\t\t\"header\": function( elem ) {\n\t\t\treturn rheader.test( elem.nodeName );\n\t\t},\n\n\t\t\"input\": function( elem ) {\n\t\t\treturn rinputs.test( elem.nodeName );\n\t\t},\n\n\t\t\"button\": function( elem ) {\n\t\t\tvar name = elem.nodeName.toLowerCase();\n\t\t\treturn name === \"input\" && elem.type === \"button\" || name === \"button\";\n\t\t},\n\n\t\t\"text\": function( elem ) {\n\t\t\tvar attr;\n\t\t\treturn elem.nodeName.toLowerCase() === \"input\" &&\n\t\t\t\telem.type === \"text\" &&\n\n\t\t\t\t// Support: IE<8\n\t\t\t\t// New HTML5 attribute values (e.g., \"search\") appear with elem.type === \"text\"\n\t\t\t\t( (attr = elem.getAttribute(\"type\")) == null || attr.toLowerCase() === \"text\" );\n\t\t},\n\n\t\t// Position-in-collection\n\t\t\"first\": createPositionalPseudo(function() {\n\t\t\treturn [ 0 ];\n\t\t}),\n\n\t\t\"last\": createPositionalPseudo(function( matchIndexes, length ) {\n\t\t\treturn [ length - 1 ];\n\t\t}),\n\n\t\t\"eq\": createPositionalPseudo(function( matchIndexes, length, argument ) {\n\t\t\treturn [ argument < 0 ? argument + length : argument ];\n\t\t}),\n\n\t\t\"even\": createPositionalPseudo(function( matchIndexes, length ) {\n\t\t\tvar i = 0;\n\t\t\tfor ( ; i < length; i += 2 ) {\n\t\t\t\tmatchIndexes.push( i );\n\t\t\t}\n\t\t\treturn matchIndexes;\n\t\t}),\n\n\t\t\"odd\": createPositionalPseudo(function( matchIndexes, length ) {\n\t\t\tvar i = 1;\n\t\t\tfor ( ; i < length; i += 2 ) {\n\t\t\t\tmatchIndexes.push( i );\n\t\t\t}\n\t\t\treturn matchIndexes;\n\t\t}),\n\n\t\t\"lt\": createPositionalPseudo(function( matchIndexes, length, argument ) {\n\t\t\tvar i = argument < 0 ? argument + length : argument;\n\t\t\tfor ( ; --i >= 0; ) {\n\t\t\t\tmatchIndexes.push( i );\n\t\t\t}\n\t\t\treturn matchIndexes;\n\t\t}),\n\n\t\t\"gt\": createPositionalPseudo(function( matchIndexes, length, argument ) {\n\t\t\tvar i = argument < 0 ? argument + length : argument;\n\t\t\tfor ( ; ++i < length; ) {\n\t\t\t\tmatchIndexes.push( i );\n\t\t\t}\n\t\t\treturn matchIndexes;\n\t\t})\n\t}\n};\n\nExpr.pseudos[\"nth\"] = Expr.pseudos[\"eq\"];\n\n// Add button/input type pseudos\nfor ( i in { radio: true, checkbox: true, file: true, password: true, image: true } ) {\n\tExpr.pseudos[ i ] = createInputPseudo( i );\n}\nfor ( i in { submit: true, reset: true } ) {\n\tExpr.pseudos[ i ] = createButtonPseudo( i );\n}\n\n// Easy API for creating new setFilters\nfunction setFilters() {}\nsetFilters.prototype = Expr.filters = Expr.pseudos;\nExpr.setFilters = new setFilters();\n\ntokenize = Sizzle.tokenize = function( selector, parseOnly ) {\n\tvar matched, match, tokens, type,\n\t\tsoFar, groups, preFilters,\n\t\tcached = tokenCache[ selector + \" \" ];\n\n\tif ( cached ) {\n\t\treturn parseOnly ? 0 : cached.slice( 0 );\n\t}\n\n\tsoFar = selector;\n\tgroups = [];\n\tpreFilters = Expr.preFilter;\n\n\twhile ( soFar ) {\n\n\t\t// Comma and first run\n\t\tif ( !matched || (match = rcomma.exec( soFar )) ) {\n\t\t\tif ( match ) {\n\t\t\t\t// Don't consume trailing commas as valid\n\t\t\t\tsoFar = soFar.slice( match[0].length ) || soFar;\n\t\t\t}\n\t\t\tgroups.push( (tokens = []) );\n\t\t}\n\n\t\tmatched = false;\n\n\t\t// Combinators\n\t\tif ( (match = rcombinators.exec( soFar )) ) {\n\t\t\tmatched = match.shift();\n\t\t\ttokens.push({\n\t\t\t\tvalue: matched,\n\t\t\t\t// Cast descendant combinators to space\n\t\t\t\ttype: match[0].replace( rtrim, \" \" )\n\t\t\t});\n\t\t\tsoFar = soFar.slice( matched.length );\n\t\t}\n\n\t\t// Filters\n\t\tfor ( type in Expr.filter ) {\n\t\t\tif ( (match = matchExpr[ type ].exec( soFar )) && (!preFilters[ type ] ||\n\t\t\t\t(match = preFilters[ type ]( match ))) ) {\n\t\t\t\tmatched = match.shift();\n\t\t\t\ttokens.push({\n\t\t\t\t\tvalue: matched,\n\t\t\t\t\ttype: type,\n\t\t\t\t\tmatches: match\n\t\t\t\t});\n\t\t\t\tsoFar = soFar.slice( matched.length );\n\t\t\t}\n\t\t}\n\n\t\tif ( !matched ) {\n\t\t\tbreak;\n\t\t}\n\t}\n\n\t// Return the length of the invalid excess\n\t// if we're just parsing\n\t// Otherwise, throw an error or return tokens\n\treturn parseOnly ?\n\t\tsoFar.length :\n\t\tsoFar ?\n\t\t\tSizzle.error( selector ) :\n\t\t\t// Cache the tokens\n\t\t\ttokenCache( selector, groups ).slice( 0 );\n};\n\nfunction toSelector( tokens ) {\n\tvar i = 0,\n\t\tlen = tokens.length,\n\t\tselector = \"\";\n\tfor ( ; i < len; i++ ) {\n\t\tselector += tokens[i].value;\n\t}\n\treturn selector;\n}\n\nfunction addCombinator( matcher, combinator, base ) {\n\tvar dir = combinator.dir,\n\t\tskip = combinator.next,\n\t\tkey = skip || dir,\n\t\tcheckNonElements = base && key === \"parentNode\",\n\t\tdoneName = done++;\n\n\treturn combinator.first ?\n\t\t// Check against closest ancestor/preceding element\n\t\tfunction( elem, context, xml ) {\n\t\t\twhile ( (elem = elem[ dir ]) ) {\n\t\t\t\tif ( elem.nodeType === 1 || checkNonElements ) {\n\t\t\t\t\treturn matcher( elem, context, xml );\n\t\t\t\t}\n\t\t\t}\n\t\t\treturn false;\n\t\t} :\n\n\t\t// Check against all ancestor/preceding elements\n\t\tfunction( elem, context, xml ) {\n\t\t\tvar oldCache, uniqueCache, outerCache,\n\t\t\t\tnewCache = [ dirruns, doneName ];\n\n\t\t\t// We can't set arbitrary data on XML nodes, so they don't benefit from combinator caching\n\t\t\tif ( xml ) {\n\t\t\t\twhile ( (elem = elem[ dir ]) ) {\n\t\t\t\t\tif ( elem.nodeType === 1 || checkNonElements ) {\n\t\t\t\t\t\tif ( matcher( elem, context, xml ) ) {\n\t\t\t\t\t\t\treturn true;\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t} else {\n\t\t\t\twhile ( (elem = elem[ dir ]) ) {\n\t\t\t\t\tif ( elem.nodeType === 1 || checkNonElements ) {\n\t\t\t\t\t\touterCache = elem[ expando ] || (elem[ expando ] = {});\n\n\t\t\t\t\t\t// Support: IE <9 only\n\t\t\t\t\t\t// Defend against cloned attroperties (jQuery gh-1709)\n\t\t\t\t\t\tuniqueCache = outerCache[ elem.uniqueID ] || (outerCache[ elem.uniqueID ] = {});\n\n\t\t\t\t\t\tif ( skip && skip === elem.nodeName.toLowerCase() ) {\n\t\t\t\t\t\t\telem = elem[ dir ] || elem;\n\t\t\t\t\t\t} else if ( (oldCache = uniqueCache[ key ]) &&\n\t\t\t\t\t\t\toldCache[ 0 ] === dirruns && oldCache[ 1 ] === doneName ) {\n\n\t\t\t\t\t\t\t// Assign to newCache so results back-propagate to previous elements\n\t\t\t\t\t\t\treturn (newCache[ 2 ] = oldCache[ 2 ]);\n\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t// Reuse newcache so results back-propagate to previous elements\n\t\t\t\t\t\t\tuniqueCache[ key ] = newCache;\n\n\t\t\t\t\t\t\t// A match means we're done; a fail means we have to keep checking\n\t\t\t\t\t\t\tif ( (newCache[ 2 ] = matcher( elem, context, xml )) ) {\n\t\t\t\t\t\t\t\treturn true;\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t\treturn false;\n\t\t};\n}\n\nfunction elementMatcher( matchers ) {\n\treturn matchers.length > 1 ?\n\t\tfunction( elem, context, xml ) {\n\t\t\tvar i = matchers.length;\n\t\t\twhile ( i-- ) {\n\t\t\t\tif ( !matchers[i]( elem, context, xml ) ) {\n\t\t\t\t\treturn false;\n\t\t\t\t}\n\t\t\t}\n\t\t\treturn true;\n\t\t} :\n\t\tmatchers[0];\n}\n\nfunction multipleContexts( selector, contexts, results ) {\n\tvar i = 0,\n\t\tlen = contexts.length;\n\tfor ( ; i < len; i++ ) {\n\t\tSizzle( selector, contexts[i], results );\n\t}\n\treturn results;\n}\n\nfunction condense( unmatched, map, filter, context, xml ) {\n\tvar elem,\n\t\tnewUnmatched = [],\n\t\ti = 0,\n\t\tlen = unmatched.length,\n\t\tmapped = map != null;\n\n\tfor ( ; i < len; i++ ) {\n\t\tif ( (elem = unmatched[i]) ) {\n\t\t\tif ( !filter || filter( elem, context, xml ) ) {\n\t\t\t\tnewUnmatched.push( elem );\n\t\t\t\tif ( mapped ) {\n\t\t\t\t\tmap.push( i );\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n\n\treturn newUnmatched;\n}\n\nfunction setMatcher( preFilter, selector, matcher, postFilter, postFinder, postSelector ) {\n\tif ( postFilter && !postFilter[ expando ] ) {\n\t\tpostFilter = setMatcher( postFilter );\n\t}\n\tif ( postFinder && !postFinder[ expando ] ) {\n\t\tpostFinder = setMatcher( postFinder, postSelector );\n\t}\n\treturn markFunction(function( seed, results, context, xml ) {\n\t\tvar temp, i, elem,\n\t\t\tpreMap = [],\n\t\t\tpostMap = [],\n\t\t\tpreexisting = results.length,\n\n\t\t\t// Get initial elements from seed or context\n\t\t\telems = seed || multipleContexts( selector || \"*\", context.nodeType ? [ context ] : context, [] ),\n\n\t\t\t// Prefilter to get matcher input, preserving a map for seed-results synchronization\n\t\t\tmatcherIn = preFilter && ( seed || !selector ) ?\n\t\t\t\tcondense( elems, preMap, preFilter, context, xml ) :\n\t\t\t\telems,\n\n\t\t\tmatcherOut = matcher ?\n\t\t\t\t// If we have a postFinder, or filtered seed, or non-seed postFilter or preexisting results,\n\t\t\t\tpostFinder || ( seed ? preFilter : preexisting || postFilter ) ?\n\n\t\t\t\t\t// ...intermediate processing is necessary\n\t\t\t\t\t[] :\n\n\t\t\t\t\t// ...otherwise use results directly\n\t\t\t\t\tresults :\n\t\t\t\tmatcherIn;\n\n\t\t// Find primary matches\n\t\tif ( matcher ) {\n\t\t\tmatcher( matcherIn, matcherOut, context, xml );\n\t\t}\n\n\t\t// Apply postFilter\n\t\tif ( postFilter ) {\n\t\t\ttemp = condense( matcherOut, postMap );\n\t\t\tpostFilter( temp, [], context, xml );\n\n\t\t\t// Un-match failing elements by moving them back to matcherIn\n\t\t\ti = temp.length;\n\t\t\twhile ( i-- ) {\n\t\t\t\tif ( (elem = temp[i]) ) {\n\t\t\t\t\tmatcherOut[ postMap[i] ] = !(matcherIn[ postMap[i] ] = elem);\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\tif ( seed ) {\n\t\t\tif ( postFinder || preFilter ) {\n\t\t\t\tif ( postFinder ) {\n\t\t\t\t\t// Get the final matcherOut by condensing this intermediate into postFinder contexts\n\t\t\t\t\ttemp = [];\n\t\t\t\t\ti = matcherOut.length;\n\t\t\t\t\twhile ( i-- ) {\n\t\t\t\t\t\tif ( (elem = matcherOut[i]) ) {\n\t\t\t\t\t\t\t// Restore matcherIn since elem is not yet a final match\n\t\t\t\t\t\t\ttemp.push( (matcherIn[i] = elem) );\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t\tpostFinder( null, (matcherOut = []), temp, xml );\n\t\t\t\t}\n\n\t\t\t\t// Move matched elements from seed to results to keep them synchronized\n\t\t\t\ti = matcherOut.length;\n\t\t\t\twhile ( i-- ) {\n\t\t\t\t\tif ( (elem = matcherOut[i]) &&\n\t\t\t\t\t\t(temp = postFinder ? indexOf( seed, elem ) : preMap[i]) > -1 ) {\n\n\t\t\t\t\t\tseed[temp] = !(results[temp] = elem);\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\n\t\t// Add elements to results, through postFinder if defined\n\t\t} else {\n\t\t\tmatcherOut = condense(\n\t\t\t\tmatcherOut === results ?\n\t\t\t\t\tmatcherOut.splice( preexisting, matcherOut.length ) :\n\t\t\t\t\tmatcherOut\n\t\t\t);\n\t\t\tif ( postFinder ) {\n\t\t\t\tpostFinder( null, results, matcherOut, xml );\n\t\t\t} else {\n\t\t\t\tpush.apply( results, matcherOut );\n\t\t\t}\n\t\t}\n\t});\n}\n\nfunction matcherFromTokens( tokens ) {\n\tvar checkContext, matcher, j,\n\t\tlen = tokens.length,\n\t\tleadingRelative = Expr.relative[ tokens[0].type ],\n\t\timplicitRelative = leadingRelative || Expr.relative[\" \"],\n\t\ti = leadingRelative ? 1 : 0,\n\n\t\t// The foundational matcher ensures that elements are reachable from top-level context(s)\n\t\tmatchContext = addCombinator( function( elem ) {\n\t\t\treturn elem === checkContext;\n\t\t}, implicitRelative, true ),\n\t\tmatchAnyContext = addCombinator( function( elem ) {\n\t\t\treturn indexOf( checkContext, elem ) > -1;\n\t\t}, implicitRelative, true ),\n\t\tmatchers = [ function( elem, context, xml ) {\n\t\t\tvar ret = ( !leadingRelative && ( xml || context !== outermostContext ) ) || (\n\t\t\t\t(checkContext = context).nodeType ?\n\t\t\t\t\tmatchContext( elem, context, xml ) :\n\t\t\t\t\tmatchAnyContext( elem, context, xml ) );\n\t\t\t// Avoid hanging onto element (issue #299)\n\t\t\tcheckContext = null;\n\t\t\treturn ret;\n\t\t} ];\n\n\tfor ( ; i < len; i++ ) {\n\t\tif ( (matcher = Expr.relative[ tokens[i].type ]) ) {\n\t\t\tmatchers = [ addCombinator(elementMatcher( matchers ), matcher) ];\n\t\t} else {\n\t\t\tmatcher = Expr.filter[ tokens[i].type ].apply( null, tokens[i].matches );\n\n\t\t\t// Return special upon seeing a positional matcher\n\t\t\tif ( matcher[ expando ] ) {\n\t\t\t\t// Find the next relative operator (if any) for proper handling\n\t\t\t\tj = ++i;\n\t\t\t\tfor ( ; j < len; j++ ) {\n\t\t\t\t\tif ( Expr.relative[ tokens[j].type ] ) {\n\t\t\t\t\t\tbreak;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\treturn setMatcher(\n\t\t\t\t\ti > 1 && elementMatcher( matchers ),\n\t\t\t\t\ti > 1 && toSelector(\n\t\t\t\t\t\t// If the preceding token was a descendant combinator, insert an implicit any-element `*`\n\t\t\t\t\t\ttokens.slice( 0, i - 1 ).concat({ value: tokens[ i - 2 ].type === \" \" ? \"*\" : \"\" })\n\t\t\t\t\t).replace( rtrim, \"$1\" ),\n\t\t\t\t\tmatcher,\n\t\t\t\t\ti < j && matcherFromTokens( tokens.slice( i, j ) ),\n\t\t\t\t\tj < len && matcherFromTokens( (tokens = tokens.slice( j )) ),\n\t\t\t\t\tj < len && toSelector( tokens )\n\t\t\t\t);\n\t\t\t}\n\t\t\tmatchers.push( matcher );\n\t\t}\n\t}\n\n\treturn elementMatcher( matchers );\n}\n\nfunction matcherFromGroupMatchers( elementMatchers, setMatchers ) {\n\tvar bySet = setMatchers.length > 0,\n\t\tbyElement = elementMatchers.length > 0,\n\t\tsuperMatcher = function( seed, context, xml, results, outermost ) {\n\t\t\tvar elem, j, matcher,\n\t\t\t\tmatchedCount = 0,\n\t\t\t\ti = \"0\",\n\t\t\t\tunmatched = seed && [],\n\t\t\t\tsetMatched = [],\n\t\t\t\tcontextBackup = outermostContext,\n\t\t\t\t// We must always have either seed elements or outermost context\n\t\t\t\telems = seed || byElement && Expr.find[\"TAG\"]( \"*\", outermost ),\n\t\t\t\t// Use integer dirruns iff this is the outermost matcher\n\t\t\t\tdirrunsUnique = (dirruns += contextBackup == null ? 1 : Math.random() || 0.1),\n\t\t\t\tlen = elems.length;\n\n\t\t\tif ( outermost ) {\n\t\t\t\toutermostContext = context === document || context || outermost;\n\t\t\t}\n\n\t\t\t// Add elements passing elementMatchers directly to results\n\t\t\t// Support: IE<9, Safari\n\t\t\t// Tolerate NodeList properties (IE: \"length\"; Safari: <number>) matching elements by id\n\t\t\tfor ( ; i !== len && (elem = elems[i]) != null; i++ ) {\n\t\t\t\tif ( byElement && elem ) {\n\t\t\t\t\tj = 0;\n\t\t\t\t\tif ( !context && elem.ownerDocument !== document ) {\n\t\t\t\t\t\tsetDocument( elem );\n\t\t\t\t\t\txml = !documentIsHTML;\n\t\t\t\t\t}\n\t\t\t\t\twhile ( (matcher = elementMatchers[j++]) ) {\n\t\t\t\t\t\tif ( matcher( elem, context || document, xml) ) {\n\t\t\t\t\t\t\tresults.push( elem );\n\t\t\t\t\t\t\tbreak;\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t\tif ( outermost ) {\n\t\t\t\t\t\tdirruns = dirrunsUnique;\n\t\t\t\t\t}\n\t\t\t\t}\n\n\t\t\t\t// Track unmatched elements for set filters\n\t\t\t\tif ( bySet ) {\n\t\t\t\t\t// They will have gone through all possible matchers\n\t\t\t\t\tif ( (elem = !matcher && elem) ) {\n\t\t\t\t\t\tmatchedCount--;\n\t\t\t\t\t}\n\n\t\t\t\t\t// Lengthen the array for every element, matched or not\n\t\t\t\t\tif ( seed ) {\n\t\t\t\t\t\tunmatched.push( elem );\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\n\t\t\t// `i` is now the count of elements visited above, and adding it to `matchedCount`\n\t\t\t// makes the latter nonnegative.\n\t\t\tmatchedCount += i;\n\n\t\t\t// Apply set filters to unmatched elements\n\t\t\t// NOTE: This can be skipped if there are no unmatched elements (i.e., `matchedCount`\n\t\t\t// equals `i`), unless we didn't visit _any_ elements in the above loop because we have\n\t\t\t// no element matchers and no seed.\n\t\t\t// Incrementing an initially-string \"0\" `i` allows `i` to remain a string only in that\n\t\t\t// case, which will result in a \"00\" `matchedCount` that differs from `i` but is also\n\t\t\t// numerically zero.\n\t\t\tif ( bySet && i !== matchedCount ) {\n\t\t\t\tj = 0;\n\t\t\t\twhile ( (matcher = setMatchers[j++]) ) {\n\t\t\t\t\tmatcher( unmatched, setMatched, context, xml );\n\t\t\t\t}\n\n\t\t\t\tif ( seed ) {\n\t\t\t\t\t// Reintegrate element matches to eliminate the need for sorting\n\t\t\t\t\tif ( matchedCount > 0 ) {\n\t\t\t\t\t\twhile ( i-- ) {\n\t\t\t\t\t\t\tif ( !(unmatched[i] || setMatched[i]) ) {\n\t\t\t\t\t\t\t\tsetMatched[i] = pop.call( results );\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\n\t\t\t\t\t// Discard index placeholder values to get only actual matches\n\t\t\t\t\tsetMatched = condense( setMatched );\n\t\t\t\t}\n\n\t\t\t\t// Add matches to results\n\t\t\t\tpush.apply( results, setMatched );\n\n\t\t\t\t// Seedless set matches succeeding multiple successful matchers stipulate sorting\n\t\t\t\tif ( outermost && !seed && setMatched.length > 0 &&\n\t\t\t\t\t( matchedCount + setMatchers.length ) > 1 ) {\n\n\t\t\t\t\tSizzle.uniqueSort( results );\n\t\t\t\t}\n\t\t\t}\n\n\t\t\t// Override manipulation of globals by nested matchers\n\t\t\tif ( outermost ) {\n\t\t\t\tdirruns = dirrunsUnique;\n\t\t\t\toutermostContext = contextBackup;\n\t\t\t}\n\n\t\t\treturn unmatched;\n\t\t};\n\n\treturn bySet ?\n\t\tmarkFunction( superMatcher ) :\n\t\tsuperMatcher;\n}\n\ncompile = Sizzle.compile = function( selector, match /* Internal Use Only */ ) {\n\tvar i,\n\t\tsetMatchers = [],\n\t\telementMatchers = [],\n\t\tcached = compilerCache[ selector + \" \" ];\n\n\tif ( !cached ) {\n\t\t// Generate a function of recursive functions that can be used to check each element\n\t\tif ( !match ) {\n\t\t\tmatch = tokenize( selector );\n\t\t}\n\t\ti = match.length;\n\t\twhile ( i-- ) {\n\t\t\tcached = matcherFromTokens( match[i] );\n\t\t\tif ( cached[ expando ] ) {\n\t\t\t\tsetMatchers.push( cached );\n\t\t\t} else {\n\t\t\t\telementMatchers.push( cached );\n\t\t\t}\n\t\t}\n\n\t\t// Cache the compiled function\n\t\tcached = compilerCache( selector, matcherFromGroupMatchers( elementMatchers, setMatchers ) );\n\n\t\t// Save selector and tokenization\n\t\tcached.selector = selector;\n\t}\n\treturn cached;\n};\n\n/**\n * A low-level selection function that works with Sizzle's compiled\n * selector functions\n * @param {String|Function} selector A selector or a pre-compiled\n * selector function built with Sizzle.compile\n * @param {Element} context\n * @param {Array} [results]\n * @param {Array} [seed] A set of elements to match against\n */\nselect = Sizzle.select = function( selector, context, results, seed ) {\n\tvar i, tokens, token, type, find,\n\t\tcompiled = typeof selector === \"function\" && selector,\n\t\tmatch = !seed && tokenize( (selector = compiled.selector || selector) );\n\n\tresults = results || [];\n\n\t// Try to minimize operations if there is only one selector in the list and no seed\n\t// (the latter of which guarantees us context)\n\tif ( match.length === 1 ) {\n\n\t\t// Reduce context if the leading compound selector is an ID\n\t\ttokens = match[0] = match[0].slice( 0 );\n\t\tif ( tokens.length > 2 && (token = tokens[0]).type === \"ID\" &&\n\t\t\t\tcontext.nodeType === 9 && documentIsHTML && Expr.relative[ tokens[1].type ] ) {\n\n\t\t\tcontext = ( Expr.find[\"ID\"]( token.matches[0].replace(runescape, funescape), context ) || [] )[0];\n\t\t\tif ( !context ) {\n\t\t\t\treturn results;\n\n\t\t\t// Precompiled matchers will still verify ancestry, so step up a level\n\t\t\t} else if ( compiled ) {\n\t\t\t\tcontext = context.parentNode;\n\t\t\t}\n\n\t\t\tselector = selector.slice( tokens.shift().value.length );\n\t\t}\n\n\t\t// Fetch a seed set for right-to-left matching\n\t\ti = matchExpr[\"needsContext\"].test( selector ) ? 0 : tokens.length;\n\t\twhile ( i-- ) {\n\t\t\ttoken = tokens[i];\n\n\t\t\t// Abort if we hit a combinator\n\t\t\tif ( Expr.relative[ (type = token.type) ] ) {\n\t\t\t\tbreak;\n\t\t\t}\n\t\t\tif ( (find = Expr.find[ type ]) ) {\n\t\t\t\t// Search, expanding context for leading sibling combinators\n\t\t\t\tif ( (seed = find(\n\t\t\t\t\ttoken.matches[0].replace( runescape, funescape ),\n\t\t\t\t\trsibling.test( tokens[0].type ) && testContext( context.parentNode ) || context\n\t\t\t\t)) ) {\n\n\t\t\t\t\t// If seed is empty or no tokens remain, we can return early\n\t\t\t\t\ttokens.splice( i, 1 );\n\t\t\t\t\tselector = seed.length && toSelector( tokens );\n\t\t\t\t\tif ( !selector ) {\n\t\t\t\t\t\tpush.apply( results, seed );\n\t\t\t\t\t\treturn results;\n\t\t\t\t\t}\n\n\t\t\t\t\tbreak;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n\n\t// Compile and execute a filtering function if one is not provided\n\t// Provide `match` to avoid retokenization if we modified the selector above\n\t( compiled || compile( selector, match ) )(\n\t\tseed,\n\t\tcontext,\n\t\t!documentIsHTML,\n\t\tresults,\n\t\t!context || rsibling.test( selector ) && testContext( context.parentNode ) || context\n\t);\n\treturn results;\n};\n\n// One-time assignments\n\n// Sort stability\nsupport.sortStable = expando.split(\"\").sort( sortOrder ).join(\"\") === expando;\n\n// Support: Chrome 14-35+\n// Always assume duplicates if they aren't passed to the comparison function\nsupport.detectDuplicates = !!hasDuplicate;\n\n// Initialize against the default document\nsetDocument();\n\n// Support: Webkit<537.32 - Safari 6.0.3/Chrome 25 (fixed in Chrome 27)\n// Detached nodes confoundingly follow *each other*\nsupport.sortDetached = assert(function( el ) {\n\t// Should return 1, but returns 4 (following)\n\treturn el.compareDocumentPosition( document.createElement(\"fieldset\") ) & 1;\n});\n\n// Support: IE<8\n// Prevent attribute/property \"interpolation\"\n// https://msdn.microsoft.com/en-us/library/ms536429%28VS.85%29.aspx\nif ( !assert(function( el ) {\n\tel.innerHTML = \"<a href='#'></a>\";\n\treturn el.firstChild.getAttribute(\"href\") === \"#\" ;\n}) ) {\n\taddHandle( \"type|href|height|width\", function( elem, name, isXML ) {\n\t\tif ( !isXML ) {\n\t\t\treturn elem.getAttribute( name, name.toLowerCase() === \"type\" ? 1 : 2 );\n\t\t}\n\t});\n}\n\n// Support: IE<9\n// Use defaultValue in place of getAttribute(\"value\")\nif ( !support.attributes || !assert(function( el ) {\n\tel.innerHTML = \"<input/>\";\n\tel.firstChild.setAttribute( \"value\", \"\" );\n\treturn el.firstChild.getAttribute( \"value\" ) === \"\";\n}) ) {\n\taddHandle( \"value\", function( elem, name, isXML ) {\n\t\tif ( !isXML && elem.nodeName.toLowerCase() === \"input\" ) {\n\t\t\treturn elem.defaultValue;\n\t\t}\n\t});\n}\n\n// Support: IE<9\n// Use getAttributeNode to fetch booleans when getAttribute lies\nif ( !assert(function( el ) {\n\treturn el.getAttribute(\"disabled\") == null;\n}) ) {\n\taddHandle( booleans, function( elem, name, isXML ) {\n\t\tvar val;\n\t\tif ( !isXML ) {\n\t\t\treturn elem[ name ] === true ? name.toLowerCase() :\n\t\t\t\t\t(val = elem.getAttributeNode( name )) && val.specified ?\n\t\t\t\t\tval.value :\n\t\t\t\tnull;\n\t\t}\n\t});\n}\n\nreturn Sizzle;\n\n})( window );\n\n\n\njQuery.find = Sizzle;\njQuery.expr = Sizzle.selectors;\n\n// Deprecated\njQuery.expr[ \":\" ] = jQuery.expr.pseudos;\njQuery.uniqueSort = jQuery.unique = Sizzle.uniqueSort;\njQuery.text = Sizzle.getText;\njQuery.isXMLDoc = Sizzle.isXML;\njQuery.contains = Sizzle.contains;\njQuery.escapeSelector = Sizzle.escape;\n\n\n\n\nvar dir = function( elem, dir, until ) {\n\tvar matched = [],\n\t\ttruncate = until !== undefined;\n\n\twhile ( ( elem = elem[ dir ] ) && elem.nodeType !== 9 ) {\n\t\tif ( elem.nodeType === 1 ) {\n\t\t\tif ( truncate && jQuery( elem ).is( until ) ) {\n\t\t\t\tbreak;\n\t\t\t}\n\t\t\tmatched.push( elem );\n\t\t}\n\t}\n\treturn matched;\n};\n\n\nvar siblings = function( n, elem ) {\n\tvar matched = [];\n\n\tfor ( ; n; n = n.nextSibling ) {\n\t\tif ( n.nodeType === 1 && n !== elem ) {\n\t\t\tmatched.push( n );\n\t\t}\n\t}\n\n\treturn matched;\n};\n\n\nvar rneedsContext = jQuery.expr.match.needsContext;\n\n\n\nfunction nodeName( elem, name ) {\n\n return elem.nodeName && elem.nodeName.toLowerCase() === name.toLowerCase();\n\n};\nvar rsingleTag = ( /^<([a-z][^\\/\\0>:\\x20\\t\\r\\n\\f]*)[\\x20\\t\\r\\n\\f]*\\/?>(?:<\\/\\1>|)$/i );\n\n\n\n// Implement the identical functionality for filter and not\nfunction winnow( elements, qualifier, not ) {\n\tif ( isFunction( qualifier ) ) {\n\t\treturn jQuery.grep( elements, function( elem, i ) {\n\t\t\treturn !!qualifier.call( elem, i, elem ) !== not;\n\t\t} );\n\t}\n\n\t// Single element\n\tif ( qualifier.nodeType ) {\n\t\treturn jQuery.grep( elements, function( elem ) {\n\t\t\treturn ( elem === qualifier ) !== not;\n\t\t} );\n\t}\n\n\t// Arraylike of elements (jQuery, arguments, Array)\n\tif ( typeof qualifier !== \"string\" ) {\n\t\treturn jQuery.grep( elements, function( elem ) {\n\t\t\treturn ( indexOf.call( qualifier, elem ) > -1 ) !== not;\n\t\t} );\n\t}\n\n\t// Filtered directly for both simple and complex selectors\n\treturn jQuery.filter( qualifier, elements, not );\n}\n\njQuery.filter = function( expr, elems, not ) {\n\tvar elem = elems[ 0 ];\n\n\tif ( not ) {\n\t\texpr = \":not(\" + expr + \")\";\n\t}\n\n\tif ( elems.length === 1 && elem.nodeType === 1 ) {\n\t\treturn jQuery.find.matchesSelector( elem, expr ) ? [ elem ] : [];\n\t}\n\n\treturn jQuery.find.matches( expr, jQuery.grep( elems, function( elem ) {\n\t\treturn elem.nodeType === 1;\n\t} ) );\n};\n\njQuery.fn.extend( {\n\tfind: function( selector ) {\n\t\tvar i, ret,\n\t\t\tlen = this.length,\n\t\t\tself = this;\n\n\t\tif ( typeof selector !== \"string\" ) {\n\t\t\treturn this.pushStack( jQuery( selector ).filter( function() {\n\t\t\t\tfor ( i = 0; i < len; i++ ) {\n\t\t\t\t\tif ( jQuery.contains( self[ i ], this ) ) {\n\t\t\t\t\t\treturn true;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t} ) );\n\t\t}\n\n\t\tret = this.pushStack( [] );\n\n\t\tfor ( i = 0; i < len; i++ ) {\n\t\t\tjQuery.find( selector, self[ i ], ret );\n\t\t}\n\n\t\treturn len > 1 ? jQuery.uniqueSort( ret ) : ret;\n\t},\n\tfilter: function( selector ) {\n\t\treturn this.pushStack( winnow( this, selector || [], false ) );\n\t},\n\tnot: function( selector ) {\n\t\treturn this.pushStack( winnow( this, selector || [], true ) );\n\t},\n\tis: function( selector ) {\n\t\treturn !!winnow(\n\t\t\tthis,\n\n\t\t\t// If this is a positional/relative selector, check membership in the returned set\n\t\t\t// so $(\"p:first\").is(\"p:last\") won't return true for a doc with two \"p\".\n\t\t\ttypeof selector === \"string\" && rneedsContext.test( selector ) ?\n\t\t\t\tjQuery( selector ) :\n\t\t\t\tselector || [],\n\t\t\tfalse\n\t\t).length;\n\t}\n} );\n\n\n// Initialize a jQuery object\n\n\n// A central reference to the root jQuery(document)\nvar rootjQuery,\n\n\t// A simple way to check for HTML strings\n\t// Prioritize #id over <tag> to avoid XSS via location.hash (#9521)\n\t// Strict HTML recognition (#11290: must start with <)\n\t// Shortcut simple #id case for speed\n\trquickExpr = /^(?:\\s*(<[\\w\\W]+>)[^>]*|#([\\w-]+))$/,\n\n\tinit = jQuery.fn.init = function( selector, context, root ) {\n\t\tvar match, elem;\n\n\t\t// HANDLE: $(\"\"), $(null), $(undefined), $(false)\n\t\tif ( !selector ) {\n\t\t\treturn this;\n\t\t}\n\n\t\t// Method init() accepts an alternate rootjQuery\n\t\t// so migrate can support jQuery.sub (gh-2101)\n\t\troot = root || rootjQuery;\n\n\t\t// Handle HTML strings\n\t\tif ( typeof selector === \"string\" ) {\n\t\t\tif ( selector[ 0 ] === \"<\" &&\n\t\t\t\tselector[ selector.length - 1 ] === \">\" &&\n\t\t\t\tselector.length >= 3 ) {\n\n\t\t\t\t// Assume that strings that start and end with <> are HTML and skip the regex check\n\t\t\t\tmatch = [ null, selector, null ];\n\n\t\t\t} else {\n\t\t\t\tmatch = rquickExpr.exec( selector );\n\t\t\t}\n\n\t\t\t// Match html or make sure no context is specified for #id\n\t\t\tif ( match && ( match[ 1 ] || !context ) ) {\n\n\t\t\t\t// HANDLE: $(html) -> $(array)\n\t\t\t\tif ( match[ 1 ] ) {\n\t\t\t\t\tcontext = context instanceof jQuery ? context[ 0 ] : context;\n\n\t\t\t\t\t// Option to run scripts is true for back-compat\n\t\t\t\t\t// Intentionally let the error be thrown if parseHTML is not present\n\t\t\t\t\tjQuery.merge( this, jQuery.parseHTML(\n\t\t\t\t\t\tmatch[ 1 ],\n\t\t\t\t\t\tcontext && context.nodeType ? context.ownerDocument || context : document,\n\t\t\t\t\t\ttrue\n\t\t\t\t\t) );\n\n\t\t\t\t\t// HANDLE: $(html, props)\n\t\t\t\t\tif ( rsingleTag.test( match[ 1 ] ) && jQuery.isPlainObject( context ) ) {\n\t\t\t\t\t\tfor ( match in context ) {\n\n\t\t\t\t\t\t\t// Properties of context are called as methods if possible\n\t\t\t\t\t\t\tif ( isFunction( this[ match ] ) ) {\n\t\t\t\t\t\t\t\tthis[ match ]( context[ match ] );\n\n\t\t\t\t\t\t\t// ...and otherwise set as attributes\n\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\tthis.attr( match, context[ match ] );\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\n\t\t\t\t\treturn this;\n\n\t\t\t\t// HANDLE: $(#id)\n\t\t\t\t} else {\n\t\t\t\t\telem = document.getElementById( match[ 2 ] );\n\n\t\t\t\t\tif ( elem ) {\n\n\t\t\t\t\t\t// Inject the element directly into the jQuery object\n\t\t\t\t\t\tthis[ 0 ] = elem;\n\t\t\t\t\t\tthis.length = 1;\n\t\t\t\t\t}\n\t\t\t\t\treturn this;\n\t\t\t\t}\n\n\t\t\t// HANDLE: $(expr, $(...))\n\t\t\t} else if ( !context || context.jquery ) {\n\t\t\t\treturn ( context || root ).find( selector );\n\n\t\t\t// HANDLE: $(expr, context)\n\t\t\t// (which is just equivalent to: $(context).find(expr)\n\t\t\t} else {\n\t\t\t\treturn this.constructor( context ).find( selector );\n\t\t\t}\n\n\t\t// HANDLE: $(DOMElement)\n\t\t} else if ( selector.nodeType ) {\n\t\t\tthis[ 0 ] = selector;\n\t\t\tthis.length = 1;\n\t\t\treturn this;\n\n\t\t// HANDLE: $(function)\n\t\t// Shortcut for document ready\n\t\t} else if ( isFunction( selector ) ) {\n\t\t\treturn root.ready !== undefined ?\n\t\t\t\troot.ready( selector ) :\n\n\t\t\t\t// Execute immediately if ready is not present\n\t\t\t\tselector( jQuery );\n\t\t}\n\n\t\treturn jQuery.makeArray( selector, this );\n\t};\n\n// Give the init function the jQuery prototype for later instantiation\ninit.prototype = jQuery.fn;\n\n// Initialize central reference\nrootjQuery = jQuery( document );\n\n\nvar rparentsprev = /^(?:parents|prev(?:Until|All))/,\n\n\t// Methods guaranteed to produce a unique set when starting from a unique set\n\tguaranteedUnique = {\n\t\tchildren: true,\n\t\tcontents: true,\n\t\tnext: true,\n\t\tprev: true\n\t};\n\njQuery.fn.extend( {\n\thas: function( target ) {\n\t\tvar targets = jQuery( target, this ),\n\t\t\tl = targets.length;\n\n\t\treturn this.filter( function() {\n\t\t\tvar i = 0;\n\t\t\tfor ( ; i < l; i++ ) {\n\t\t\t\tif ( jQuery.contains( this, targets[ i ] ) ) {\n\t\t\t\t\treturn true;\n\t\t\t\t}\n\t\t\t}\n\t\t} );\n\t},\n\n\tclosest: function( selectors, context ) {\n\t\tvar cur,\n\t\t\ti = 0,\n\t\t\tl = this.length,\n\t\t\tmatched = [],\n\t\t\ttargets = typeof selectors !== \"string\" && jQuery( selectors );\n\n\t\t// Positional selectors never match, since there's no _selection_ context\n\t\tif ( !rneedsContext.test( selectors ) ) {\n\t\t\tfor ( ; i < l; i++ ) {\n\t\t\t\tfor ( cur = this[ i ]; cur && cur !== context; cur = cur.parentNode ) {\n\n\t\t\t\t\t// Always skip document fragments\n\t\t\t\t\tif ( cur.nodeType < 11 && ( targets ?\n\t\t\t\t\t\ttargets.index( cur ) > -1 :\n\n\t\t\t\t\t\t// Don't pass non-elements to Sizzle\n\t\t\t\t\t\tcur.nodeType === 1 &&\n\t\t\t\t\t\t\tjQuery.find.matchesSelector( cur, selectors ) ) ) {\n\n\t\t\t\t\t\tmatched.push( cur );\n\t\t\t\t\t\tbreak;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\treturn this.pushStack( matched.length > 1 ? jQuery.uniqueSort( matched ) : matched );\n\t},\n\n\t// Determine the position of an element within the set\n\tindex: function( elem ) {\n\n\t\t// No argument, return index in parent\n\t\tif ( !elem ) {\n\t\t\treturn ( this[ 0 ] && this[ 0 ].parentNode ) ? this.first().prevAll().length : -1;\n\t\t}\n\n\t\t// Index in selector\n\t\tif ( typeof elem === \"string\" ) {\n\t\t\treturn indexOf.call( jQuery( elem ), this[ 0 ] );\n\t\t}\n\n\t\t// Locate the position of the desired element\n\t\treturn indexOf.call( this,\n\n\t\t\t// If it receives a jQuery object, the first element is used\n\t\t\telem.jquery ? elem[ 0 ] : elem\n\t\t);\n\t},\n\n\tadd: function( selector, context ) {\n\t\treturn this.pushStack(\n\t\t\tjQuery.uniqueSort(\n\t\t\t\tjQuery.merge( this.get(), jQuery( selector, context ) )\n\t\t\t)\n\t\t);\n\t},\n\n\taddBack: function( selector ) {\n\t\treturn this.add( selector == null ?\n\t\t\tthis.prevObject : this.prevObject.filter( selector )\n\t\t);\n\t}\n} );\n\nfunction sibling( cur, dir ) {\n\twhile ( ( cur = cur[ dir ] ) && cur.nodeType !== 1 ) {}\n\treturn cur;\n}\n\njQuery.each( {\n\tparent: function( elem ) {\n\t\tvar parent = elem.parentNode;\n\t\treturn parent && parent.nodeType !== 11 ? parent : null;\n\t},\n\tparents: function( elem ) {\n\t\treturn dir( elem, \"parentNode\" );\n\t},\n\tparentsUntil: function( elem, i, until ) {\n\t\treturn dir( elem, \"parentNode\", until );\n\t},\n\tnext: function( elem ) {\n\t\treturn sibling( elem, \"nextSibling\" );\n\t},\n\tprev: function( elem ) {\n\t\treturn sibling( elem, \"previousSibling\" );\n\t},\n\tnextAll: function( elem ) {\n\t\treturn dir( elem, \"nextSibling\" );\n\t},\n\tprevAll: function( elem ) {\n\t\treturn dir( elem, \"previousSibling\" );\n\t},\n\tnextUntil: function( elem, i, until ) {\n\t\treturn dir( elem, \"nextSibling\", until );\n\t},\n\tprevUntil: function( elem, i, until ) {\n\t\treturn dir( elem, \"previousSibling\", until );\n\t},\n\tsiblings: function( elem ) {\n\t\treturn siblings( ( elem.parentNode || {} ).firstChild, elem );\n\t},\n\tchildren: function( elem ) {\n\t\treturn siblings( elem.firstChild );\n\t},\n\tcontents: function( elem ) {\n if ( nodeName( elem, \"iframe\" ) ) {\n return elem.contentDocument;\n }\n\n // Support: IE 9 - 11 only, iOS 7 only, Android Browser <=4.3 only\n // Treat the template element as a regular one in browsers that\n // don't support it.\n if ( nodeName( elem, \"template\" ) ) {\n elem = elem.content || elem;\n }\n\n return jQuery.merge( [], elem.childNodes );\n\t}\n}, function( name, fn ) {\n\tjQuery.fn[ name ] = function( until, selector ) {\n\t\tvar matched = jQuery.map( this, fn, until );\n\n\t\tif ( name.slice( -5 ) !== \"Until\" ) {\n\t\t\tselector = until;\n\t\t}\n\n\t\tif ( selector && typeof selector === \"string\" ) {\n\t\t\tmatched = jQuery.filter( selector, matched );\n\t\t}\n\n\t\tif ( this.length > 1 ) {\n\n\t\t\t// Remove duplicates\n\t\t\tif ( !guaranteedUnique[ name ] ) {\n\t\t\t\tjQuery.uniqueSort( matched );\n\t\t\t}\n\n\t\t\t// Reverse order for parents* and prev-derivatives\n\t\t\tif ( rparentsprev.test( name ) ) {\n\t\t\t\tmatched.reverse();\n\t\t\t}\n\t\t}\n\n\t\treturn this.pushStack( matched );\n\t};\n} );\nvar rnothtmlwhite = ( /[^\\x20\\t\\r\\n\\f]+/g );\n\n\n\n// Convert String-formatted options into Object-formatted ones\nfunction createOptions( options ) {\n\tvar object = {};\n\tjQuery.each( options.match( rnothtmlwhite ) || [], function( _, flag ) {\n\t\tobject[ flag ] = true;\n\t} );\n\treturn object;\n}\n\n/*\n * Create a callback list using the following parameters:\n *\n *\toptions: an optional list of space-separated options that will change how\n *\t\t\tthe callback list behaves or a more traditional option object\n *\n * By default a callback list will act like an event callback list and can be\n * \"fired\" multiple times.\n *\n * Possible options:\n *\n *\tonce:\t\t\twill ensure the callback list can only be fired once (like a Deferred)\n *\n *\tmemory:\t\t\twill keep track of previous values and will call any callback added\n *\t\t\t\t\tafter the list has been fired right away with the latest \"memorized\"\n *\t\t\t\t\tvalues (like a Deferred)\n *\n *\tunique:\t\t\twill ensure a callback can only be added once (no duplicate in the list)\n *\n *\tstopOnFalse:\tinterrupt callings when a callback returns false\n *\n */\njQuery.Callbacks = function( options ) {\n\n\t// Convert options from String-formatted to Object-formatted if needed\n\t// (we check in cache first)\n\toptions = typeof options === \"string\" ?\n\t\tcreateOptions( options ) :\n\t\tjQuery.extend( {}, options );\n\n\tvar // Flag to know if list is currently firing\n\t\tfiring,\n\n\t\t// Last fire value for non-forgettable lists\n\t\tmemory,\n\n\t\t// Flag to know if list was already fired\n\t\tfired,\n\n\t\t// Flag to prevent firing\n\t\tlocked,\n\n\t\t// Actual callback list\n\t\tlist = [],\n\n\t\t// Queue of execution data for repeatable lists\n\t\tqueue = [],\n\n\t\t// Index of currently firing callback (modified by add/remove as needed)\n\t\tfiringIndex = -1,\n\n\t\t// Fire callbacks\n\t\tfire = function() {\n\n\t\t\t// Enforce single-firing\n\t\t\tlocked = locked || options.once;\n\n\t\t\t// Execute callbacks for all pending executions,\n\t\t\t// respecting firingIndex overrides and runtime changes\n\t\t\tfired = firing = true;\n\t\t\tfor ( ; queue.length; firingIndex = -1 ) {\n\t\t\t\tmemory = queue.shift();\n\t\t\t\twhile ( ++firingIndex < list.length ) {\n\n\t\t\t\t\t// Run callback and check for early termination\n\t\t\t\t\tif ( list[ firingIndex ].apply( memory[ 0 ], memory[ 1 ] ) === false &&\n\t\t\t\t\t\toptions.stopOnFalse ) {\n\n\t\t\t\t\t\t// Jump to end and forget the data so .add doesn't re-fire\n\t\t\t\t\t\tfiringIndex = list.length;\n\t\t\t\t\t\tmemory = false;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\n\t\t\t// Forget the data if we're done with it\n\t\t\tif ( !options.memory ) {\n\t\t\t\tmemory = false;\n\t\t\t}\n\n\t\t\tfiring = false;\n\n\t\t\t// Clean up if we're done firing for good\n\t\t\tif ( locked ) {\n\n\t\t\t\t// Keep an empty list if we have data for future add calls\n\t\t\t\tif ( memory ) {\n\t\t\t\t\tlist = [];\n\n\t\t\t\t// Otherwise, this object is spent\n\t\t\t\t} else {\n\t\t\t\t\tlist = \"\";\n\t\t\t\t}\n\t\t\t}\n\t\t},\n\n\t\t// Actual Callbacks object\n\t\tself = {\n\n\t\t\t// Add a callback or a collection of callbacks to the list\n\t\t\tadd: function() {\n\t\t\t\tif ( list ) {\n\n\t\t\t\t\t// If we have memory from a past run, we should fire after adding\n\t\t\t\t\tif ( memory && !firing ) {\n\t\t\t\t\t\tfiringIndex = list.length - 1;\n\t\t\t\t\t\tqueue.push( memory );\n\t\t\t\t\t}\n\n\t\t\t\t\t( function add( args ) {\n\t\t\t\t\t\tjQuery.each( args, function( _, arg ) {\n\t\t\t\t\t\t\tif ( isFunction( arg ) ) {\n\t\t\t\t\t\t\t\tif ( !options.unique || !self.has( arg ) ) {\n\t\t\t\t\t\t\t\t\tlist.push( arg );\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t} else if ( arg && arg.length && toType( arg ) !== \"string\" ) {\n\n\t\t\t\t\t\t\t\t// Inspect recursively\n\t\t\t\t\t\t\t\tadd( arg );\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t} );\n\t\t\t\t\t} )( arguments );\n\n\t\t\t\t\tif ( memory && !firing ) {\n\t\t\t\t\t\tfire();\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\treturn this;\n\t\t\t},\n\n\t\t\t// Remove a callback from the list\n\t\t\tremove: function() {\n\t\t\t\tjQuery.each( arguments, function( _, arg ) {\n\t\t\t\t\tvar index;\n\t\t\t\t\twhile ( ( index = jQuery.inArray( arg, list, index ) ) > -1 ) {\n\t\t\t\t\t\tlist.splice( index, 1 );\n\n\t\t\t\t\t\t// Handle firing indexes\n\t\t\t\t\t\tif ( index <= firingIndex ) {\n\t\t\t\t\t\t\tfiringIndex--;\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t} );\n\t\t\t\treturn this;\n\t\t\t},\n\n\t\t\t// Check if a given callback is in the list.\n\t\t\t// If no argument is given, return whether or not list has callbacks attached.\n\t\t\thas: function( fn ) {\n\t\t\t\treturn fn ?\n\t\t\t\t\tjQuery.inArray( fn, list ) > -1 :\n\t\t\t\t\tlist.length > 0;\n\t\t\t},\n\n\t\t\t// Remove all callbacks from the list\n\t\t\tempty: function() {\n\t\t\t\tif ( list ) {\n\t\t\t\t\tlist = [];\n\t\t\t\t}\n\t\t\t\treturn this;\n\t\t\t},\n\n\t\t\t// Disable .fire and .add\n\t\t\t// Abort any current/pending executions\n\t\t\t// Clear all callbacks and values\n\t\t\tdisable: function() {\n\t\t\t\tlocked = queue = [];\n\t\t\t\tlist = memory = \"\";\n\t\t\t\treturn this;\n\t\t\t},\n\t\t\tdisabled: function() {\n\t\t\t\treturn !list;\n\t\t\t},\n\n\t\t\t// Disable .fire\n\t\t\t// Also disable .add unless we have memory (since it would have no effect)\n\t\t\t// Abort any pending executions\n\t\t\tlock: function() {\n\t\t\t\tlocked = queue = [];\n\t\t\t\tif ( !memory && !firing ) {\n\t\t\t\t\tlist = memory = \"\";\n\t\t\t\t}\n\t\t\t\treturn this;\n\t\t\t},\n\t\t\tlocked: function() {\n\t\t\t\treturn !!locked;\n\t\t\t},\n\n\t\t\t// Call all callbacks with the given context and arguments\n\t\t\tfireWith: function( context, args ) {\n\t\t\t\tif ( !locked ) {\n\t\t\t\t\targs = args || [];\n\t\t\t\t\targs = [ context, args.slice ? args.slice() : args ];\n\t\t\t\t\tqueue.push( args );\n\t\t\t\t\tif ( !firing ) {\n\t\t\t\t\t\tfire();\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\treturn this;\n\t\t\t},\n\n\t\t\t// Call all the callbacks with the given arguments\n\t\t\tfire: function() {\n\t\t\t\tself.fireWith( this, arguments );\n\t\t\t\treturn this;\n\t\t\t},\n\n\t\t\t// To know if the callbacks have already been called at least once\n\t\t\tfired: function() {\n\t\t\t\treturn !!fired;\n\t\t\t}\n\t\t};\n\n\treturn self;\n};\n\n\nfunction Identity( v ) {\n\treturn v;\n}\nfunction Thrower( ex ) {\n\tthrow ex;\n}\n\nfunction adoptValue( value, resolve, reject, noValue ) {\n\tvar method;\n\n\ttry {\n\n\t\t// Check for promise aspect first to privilege synchronous behavior\n\t\tif ( value && isFunction( ( method = value.promise ) ) ) {\n\t\t\tmethod.call( value ).done( resolve ).fail( reject );\n\n\t\t// Other thenables\n\t\t} else if ( value && isFunction( ( method = value.then ) ) ) {\n\t\t\tmethod.call( value, resolve, reject );\n\n\t\t// Other non-thenables\n\t\t} else {\n\n\t\t\t// Control `resolve` arguments by letting Array#slice cast boolean `noValue` to integer:\n\t\t\t// * false: [ value ].slice( 0 ) => resolve( value )\n\t\t\t// * true: [ value ].slice( 1 ) => resolve()\n\t\t\tresolve.apply( undefined, [ value ].slice( noValue ) );\n\t\t}\n\n\t// For Promises/A+, convert exceptions into rejections\n\t// Since jQuery.when doesn't unwrap thenables, we can skip the extra checks appearing in\n\t// Deferred#then to conditionally suppress rejection.\n\t} catch ( value ) {\n\n\t\t// Support: Android 4.0 only\n\t\t// Strict mode functions invoked without .call/.apply get global-object context\n\t\treject.apply( undefined, [ value ] );\n\t}\n}\n\njQuery.extend( {\n\n\tDeferred: function( func ) {\n\t\tvar tuples = [\n\n\t\t\t\t// action, add listener, callbacks,\n\t\t\t\t// ... .then handlers, argument index, [final state]\n\t\t\t\t[ \"notify\", \"progress\", jQuery.Callbacks( \"memory\" ),\n\t\t\t\t\tjQuery.Callbacks( \"memory\" ), 2 ],\n\t\t\t\t[ \"resolve\", \"done\", jQuery.Callbacks( \"once memory\" ),\n\t\t\t\t\tjQuery.Callbacks( \"once memory\" ), 0, \"resolved\" ],\n\t\t\t\t[ \"reject\", \"fail\", jQuery.Callbacks( \"once memory\" ),\n\t\t\t\t\tjQuery.Callbacks( \"once memory\" ), 1, \"rejected\" ]\n\t\t\t],\n\t\t\tstate = \"pending\",\n\t\t\tpromise = {\n\t\t\t\tstate: function() {\n\t\t\t\t\treturn state;\n\t\t\t\t},\n\t\t\t\talways: function() {\n\t\t\t\t\tdeferred.done( arguments ).fail( arguments );\n\t\t\t\t\treturn this;\n\t\t\t\t},\n\t\t\t\t\"catch\": function( fn ) {\n\t\t\t\t\treturn promise.then( null, fn );\n\t\t\t\t},\n\n\t\t\t\t// Keep pipe for back-compat\n\t\t\t\tpipe: function( /* fnDone, fnFail, fnProgress */ ) {\n\t\t\t\t\tvar fns = arguments;\n\n\t\t\t\t\treturn jQuery.Deferred( function( newDefer ) {\n\t\t\t\t\t\tjQuery.each( tuples, function( i, tuple ) {\n\n\t\t\t\t\t\t\t// Map tuples (progress, done, fail) to arguments (done, fail, progress)\n\t\t\t\t\t\t\tvar fn = isFunction( fns[ tuple[ 4 ] ] ) && fns[ tuple[ 4 ] ];\n\n\t\t\t\t\t\t\t// deferred.progress(function() { bind to newDefer or newDefer.notify })\n\t\t\t\t\t\t\t// deferred.done(function() { bind to newDefer or newDefer.resolve })\n\t\t\t\t\t\t\t// deferred.fail(function() { bind to newDefer or newDefer.reject })\n\t\t\t\t\t\t\tdeferred[ tuple[ 1 ] ]( function() {\n\t\t\t\t\t\t\t\tvar returned = fn && fn.apply( this, arguments );\n\t\t\t\t\t\t\t\tif ( returned && isFunction( returned.promise ) ) {\n\t\t\t\t\t\t\t\t\treturned.promise()\n\t\t\t\t\t\t\t\t\t\t.progress( newDefer.notify )\n\t\t\t\t\t\t\t\t\t\t.done( newDefer.resolve )\n\t\t\t\t\t\t\t\t\t\t.fail( newDefer.reject );\n\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\tnewDefer[ tuple[ 0 ] + \"With\" ](\n\t\t\t\t\t\t\t\t\t\tthis,\n\t\t\t\t\t\t\t\t\t\tfn ? [ returned ] : arguments\n\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t} );\n\t\t\t\t\t\t} );\n\t\t\t\t\t\tfns = null;\n\t\t\t\t\t} ).promise();\n\t\t\t\t},\n\t\t\t\tthen: function( onFulfilled, onRejected, onProgress ) {\n\t\t\t\t\tvar maxDepth = 0;\n\t\t\t\t\tfunction resolve( depth, deferred, handler, special ) {\n\t\t\t\t\t\treturn function() {\n\t\t\t\t\t\t\tvar that = this,\n\t\t\t\t\t\t\t\targs = arguments,\n\t\t\t\t\t\t\t\tmightThrow = function() {\n\t\t\t\t\t\t\t\t\tvar returned, then;\n\n\t\t\t\t\t\t\t\t\t// Support: Promises/A+ section 2.3.3.3.3\n\t\t\t\t\t\t\t\t\t// https://promisesaplus.com/#point-59\n\t\t\t\t\t\t\t\t\t// Ignore double-resolution attempts\n\t\t\t\t\t\t\t\t\tif ( depth < maxDepth ) {\n\t\t\t\t\t\t\t\t\t\treturn;\n\t\t\t\t\t\t\t\t\t}\n\n\t\t\t\t\t\t\t\t\treturned = handler.apply( that, args );\n\n\t\t\t\t\t\t\t\t\t// Support: Promises/A+ section 2.3.1\n\t\t\t\t\t\t\t\t\t// https://promisesaplus.com/#point-48\n\t\t\t\t\t\t\t\t\tif ( returned === deferred.promise() ) {\n\t\t\t\t\t\t\t\t\t\tthrow new TypeError( \"Thenable self-resolution\" );\n\t\t\t\t\t\t\t\t\t}\n\n\t\t\t\t\t\t\t\t\t// Support: Promises/A+ sections 2.3.3.1, 3.5\n\t\t\t\t\t\t\t\t\t// https://promisesaplus.com/#point-54\n\t\t\t\t\t\t\t\t\t// https://promisesaplus.com/#point-75\n\t\t\t\t\t\t\t\t\t// Retrieve `then` only once\n\t\t\t\t\t\t\t\t\tthen = returned &&\n\n\t\t\t\t\t\t\t\t\t\t// Support: Promises/A+ section 2.3.4\n\t\t\t\t\t\t\t\t\t\t// https://promisesaplus.com/#point-64\n\t\t\t\t\t\t\t\t\t\t// Only check objects and functions for thenability\n\t\t\t\t\t\t\t\t\t\t( typeof returned === \"object\" ||\n\t\t\t\t\t\t\t\t\t\t\ttypeof returned === \"function\" ) &&\n\t\t\t\t\t\t\t\t\t\treturned.then;\n\n\t\t\t\t\t\t\t\t\t// Handle a returned thenable\n\t\t\t\t\t\t\t\t\tif ( isFunction( then ) ) {\n\n\t\t\t\t\t\t\t\t\t\t// Special processors (notify) just wait for resolution\n\t\t\t\t\t\t\t\t\t\tif ( special ) {\n\t\t\t\t\t\t\t\t\t\t\tthen.call(\n\t\t\t\t\t\t\t\t\t\t\t\treturned,\n\t\t\t\t\t\t\t\t\t\t\t\tresolve( maxDepth, deferred, Identity, special ),\n\t\t\t\t\t\t\t\t\t\t\t\tresolve( maxDepth, deferred, Thrower, special )\n\t\t\t\t\t\t\t\t\t\t\t);\n\n\t\t\t\t\t\t\t\t\t\t// Normal processors (resolve) also hook into progress\n\t\t\t\t\t\t\t\t\t\t} else {\n\n\t\t\t\t\t\t\t\t\t\t\t// ...and disregard older resolution values\n\t\t\t\t\t\t\t\t\t\t\tmaxDepth++;\n\n\t\t\t\t\t\t\t\t\t\t\tthen.call(\n\t\t\t\t\t\t\t\t\t\t\t\treturned,\n\t\t\t\t\t\t\t\t\t\t\t\tresolve( maxDepth, deferred, Identity, special ),\n\t\t\t\t\t\t\t\t\t\t\t\tresolve( maxDepth, deferred, Thrower, special ),\n\t\t\t\t\t\t\t\t\t\t\t\tresolve( maxDepth, deferred, Identity,\n\t\t\t\t\t\t\t\t\t\t\t\t\tdeferred.notifyWith )\n\t\t\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t\t\t}\n\n\t\t\t\t\t\t\t\t\t// Handle all other returned values\n\t\t\t\t\t\t\t\t\t} else {\n\n\t\t\t\t\t\t\t\t\t\t// Only substitute handlers pass on context\n\t\t\t\t\t\t\t\t\t\t// and multiple values (non-spec behavior)\n\t\t\t\t\t\t\t\t\t\tif ( handler !== Identity ) {\n\t\t\t\t\t\t\t\t\t\t\tthat = undefined;\n\t\t\t\t\t\t\t\t\t\t\targs = [ returned ];\n\t\t\t\t\t\t\t\t\t\t}\n\n\t\t\t\t\t\t\t\t\t\t// Process the value(s)\n\t\t\t\t\t\t\t\t\t\t// Default process is resolve\n\t\t\t\t\t\t\t\t\t\t( special || deferred.resolveWith )( that, args );\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t},\n\n\t\t\t\t\t\t\t\t// Only normal processors (resolve) catch and reject exceptions\n\t\t\t\t\t\t\t\tprocess = special ?\n\t\t\t\t\t\t\t\t\tmightThrow :\n\t\t\t\t\t\t\t\t\tfunction() {\n\t\t\t\t\t\t\t\t\t\ttry {\n\t\t\t\t\t\t\t\t\t\t\tmightThrow();\n\t\t\t\t\t\t\t\t\t\t} catch ( e ) {\n\n\t\t\t\t\t\t\t\t\t\t\tif ( jQuery.Deferred.exceptionHook ) {\n\t\t\t\t\t\t\t\t\t\t\t\tjQuery.Deferred.exceptionHook( e,\n\t\t\t\t\t\t\t\t\t\t\t\t\tprocess.stackTrace );\n\t\t\t\t\t\t\t\t\t\t\t}\n\n\t\t\t\t\t\t\t\t\t\t\t// Support: Promises/A+ section 2.3.3.3.4.1\n\t\t\t\t\t\t\t\t\t\t\t// https://promisesaplus.com/#point-61\n\t\t\t\t\t\t\t\t\t\t\t// Ignore post-resolution exceptions\n\t\t\t\t\t\t\t\t\t\t\tif ( depth + 1 >= maxDepth ) {\n\n\t\t\t\t\t\t\t\t\t\t\t\t// Only substitute handlers pass on context\n\t\t\t\t\t\t\t\t\t\t\t\t// and multiple values (non-spec behavior)\n\t\t\t\t\t\t\t\t\t\t\t\tif ( handler !== Thrower ) {\n\t\t\t\t\t\t\t\t\t\t\t\t\tthat = undefined;\n\t\t\t\t\t\t\t\t\t\t\t\t\targs = [ e ];\n\t\t\t\t\t\t\t\t\t\t\t\t}\n\n\t\t\t\t\t\t\t\t\t\t\t\tdeferred.rejectWith( that, args );\n\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t};\n\n\t\t\t\t\t\t\t// Support: Promises/A+ section 2.3.3.3.1\n\t\t\t\t\t\t\t// https://promisesaplus.com/#point-57\n\t\t\t\t\t\t\t// Re-resolve promises immediately to dodge false rejection from\n\t\t\t\t\t\t\t// subsequent errors\n\t\t\t\t\t\t\tif ( depth ) {\n\t\t\t\t\t\t\t\tprocess();\n\t\t\t\t\t\t\t} else {\n\n\t\t\t\t\t\t\t\t// Call an optional hook to record the stack, in case of exception\n\t\t\t\t\t\t\t\t// since it's otherwise lost when execution goes async\n\t\t\t\t\t\t\t\tif ( jQuery.Deferred.getStackHook ) {\n\t\t\t\t\t\t\t\t\tprocess.stackTrace = jQuery.Deferred.getStackHook();\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\twindow.setTimeout( process );\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t};\n\t\t\t\t\t}\n\n\t\t\t\t\treturn jQuery.Deferred( function( newDefer ) {\n\n\t\t\t\t\t\t// progress_handlers.add( ... )\n\t\t\t\t\t\ttuples[ 0 ][ 3 ].add(\n\t\t\t\t\t\t\tresolve(\n\t\t\t\t\t\t\t\t0,\n\t\t\t\t\t\t\t\tnewDefer,\n\t\t\t\t\t\t\t\tisFunction( onProgress ) ?\n\t\t\t\t\t\t\t\t\tonProgress :\n\t\t\t\t\t\t\t\t\tIdentity,\n\t\t\t\t\t\t\t\tnewDefer.notifyWith\n\t\t\t\t\t\t\t)\n\t\t\t\t\t\t);\n\n\t\t\t\t\t\t// fulfilled_handlers.add( ... )\n\t\t\t\t\t\ttuples[ 1 ][ 3 ].add(\n\t\t\t\t\t\t\tresolve(\n\t\t\t\t\t\t\t\t0,\n\t\t\t\t\t\t\t\tnewDefer,\n\t\t\t\t\t\t\t\tisFunction( onFulfilled ) ?\n\t\t\t\t\t\t\t\t\tonFulfilled :\n\t\t\t\t\t\t\t\t\tIdentity\n\t\t\t\t\t\t\t)\n\t\t\t\t\t\t);\n\n\t\t\t\t\t\t// rejected_handlers.add( ... )\n\t\t\t\t\t\ttuples[ 2 ][ 3 ].add(\n\t\t\t\t\t\t\tresolve(\n\t\t\t\t\t\t\t\t0,\n\t\t\t\t\t\t\t\tnewDefer,\n\t\t\t\t\t\t\t\tisFunction( onRejected ) ?\n\t\t\t\t\t\t\t\t\tonRejected :\n\t\t\t\t\t\t\t\t\tThrower\n\t\t\t\t\t\t\t)\n\t\t\t\t\t\t);\n\t\t\t\t\t} ).promise();\n\t\t\t\t},\n\n\t\t\t\t// Get a promise for this deferred\n\t\t\t\t// If obj is provided, the promise aspect is added to the object\n\t\t\t\tpromise: function( obj ) {\n\t\t\t\t\treturn obj != null ? jQuery.extend( obj, promise ) : promise;\n\t\t\t\t}\n\t\t\t},\n\t\t\tdeferred = {};\n\n\t\t// Add list-specific methods\n\t\tjQuery.each( tuples, function( i, tuple ) {\n\t\t\tvar list = tuple[ 2 ],\n\t\t\t\tstateString = tuple[ 5 ];\n\n\t\t\t// promise.progress = list.add\n\t\t\t// promise.done = list.add\n\t\t\t// promise.fail = list.add\n\t\t\tpromise[ tuple[ 1 ] ] = list.add;\n\n\t\t\t// Handle state\n\t\t\tif ( stateString ) {\n\t\t\t\tlist.add(\n\t\t\t\t\tfunction() {\n\n\t\t\t\t\t\t// state = \"resolved\" (i.e., fulfilled)\n\t\t\t\t\t\t// state = \"rejected\"\n\t\t\t\t\t\tstate = stateString;\n\t\t\t\t\t},\n\n\t\t\t\t\t// rejected_callbacks.disable\n\t\t\t\t\t// fulfilled_callbacks.disable\n\t\t\t\t\ttuples[ 3 - i ][ 2 ].disable,\n\n\t\t\t\t\t// rejected_handlers.disable\n\t\t\t\t\t// fulfilled_handlers.disable\n\t\t\t\t\ttuples[ 3 - i ][ 3 ].disable,\n\n\t\t\t\t\t// progress_callbacks.lock\n\t\t\t\t\ttuples[ 0 ][ 2 ].lock,\n\n\t\t\t\t\t// progress_handlers.lock\n\t\t\t\t\ttuples[ 0 ][ 3 ].lock\n\t\t\t\t);\n\t\t\t}\n\n\t\t\t// progress_handlers.fire\n\t\t\t// fulfilled_handlers.fire\n\t\t\t// rejected_handlers.fire\n\t\t\tlist.add( tuple[ 3 ].fire );\n\n\t\t\t// deferred.notify = function() { deferred.notifyWith(...) }\n\t\t\t// deferred.resolve = function() { deferred.resolveWith(...) }\n\t\t\t// deferred.reject = function() { deferred.rejectWith(...) }\n\t\t\tdeferred[ tuple[ 0 ] ] = function() {\n\t\t\t\tdeferred[ tuple[ 0 ] + \"With\" ]( this === deferred ? undefined : this, arguments );\n\t\t\t\treturn this;\n\t\t\t};\n\n\t\t\t// deferred.notifyWith = list.fireWith\n\t\t\t// deferred.resolveWith = list.fireWith\n\t\t\t// deferred.rejectWith = list.fireWith\n\t\t\tdeferred[ tuple[ 0 ] + \"With\" ] = list.fireWith;\n\t\t} );\n\n\t\t// Make the deferred a promise\n\t\tpromise.promise( deferred );\n\n\t\t// Call given func if any\n\t\tif ( func ) {\n\t\t\tfunc.call( deferred, deferred );\n\t\t}\n\n\t\t// All done!\n\t\treturn deferred;\n\t},\n\n\t// Deferred helper\n\twhen: function( singleValue ) {\n\t\tvar\n\n\t\t\t// count of uncompleted subordinates\n\t\t\tremaining = arguments.length,\n\n\t\t\t// count of unprocessed arguments\n\t\t\ti = remaining,\n\n\t\t\t// subordinate fulfillment data\n\t\t\tresolveContexts = Array( i ),\n\t\t\tresolveValues = slice.call( arguments ),\n\n\t\t\t// the master Deferred\n\t\t\tmaster = jQuery.Deferred(),\n\n\t\t\t// subordinate callback factory\n\t\t\tupdateFunc = function( i ) {\n\t\t\t\treturn function( value ) {\n\t\t\t\t\tresolveContexts[ i ] = this;\n\t\t\t\t\tresolveValues[ i ] = arguments.length > 1 ? slice.call( arguments ) : value;\n\t\t\t\t\tif ( !( --remaining ) ) {\n\t\t\t\t\t\tmaster.resolveWith( resolveContexts, resolveValues );\n\t\t\t\t\t}\n\t\t\t\t};\n\t\t\t};\n\n\t\t// Single- and empty arguments are adopted like Promise.resolve\n\t\tif ( remaining <= 1 ) {\n\t\t\tadoptValue( singleValue, master.done( updateFunc( i ) ).resolve, master.reject,\n\t\t\t\t!remaining );\n\n\t\t\t// Use .then() to unwrap secondary thenables (cf. gh-3000)\n\t\t\tif ( master.state() === \"pending\" ||\n\t\t\t\tisFunction( resolveValues[ i ] && resolveValues[ i ].then ) ) {\n\n\t\t\t\treturn master.then();\n\t\t\t}\n\t\t}\n\n\t\t// Multiple arguments are aggregated like Promise.all array elements\n\t\twhile ( i-- ) {\n\t\t\tadoptValue( resolveValues[ i ], updateFunc( i ), master.reject );\n\t\t}\n\n\t\treturn master.promise();\n\t}\n} );\n\n\n// These usually indicate a programmer mistake during development,\n// warn about them ASAP rather than swallowing them by default.\nvar rerrorNames = /^(Eval|Internal|Range|Reference|Syntax|Type|URI)Error$/;\n\njQuery.Deferred.exceptionHook = function( error, stack ) {\n\n\t// Support: IE 8 - 9 only\n\t// Console exists when dev tools are open, which can happen at any time\n\tif ( window.console && window.console.warn && error && rerrorNames.test( error.name ) ) {\n\t\twindow.console.warn( \"jQuery.Deferred exception: \" + error.message, error.stack, stack );\n\t}\n};\n\n\n\n\njQuery.readyException = function( error ) {\n\twindow.setTimeout( function() {\n\t\tthrow error;\n\t} );\n};\n\n\n\n\n// The deferred used on DOM ready\nvar readyList = jQuery.Deferred();\n\njQuery.fn.ready = function( fn ) {\n\n\treadyList\n\t\t.then( fn )\n\n\t\t// Wrap jQuery.readyException in a function so that the lookup\n\t\t// happens at the time of error handling instead of callback\n\t\t// registration.\n\t\t.catch( function( error ) {\n\t\t\tjQuery.readyException( error );\n\t\t} );\n\n\treturn this;\n};\n\njQuery.extend( {\n\n\t// Is the DOM ready to be used? Set to true once it occurs.\n\tisReady: false,\n\n\t// A counter to track how many items to wait for before\n\t// the ready event fires. See #6781\n\treadyWait: 1,\n\n\t// Handle when the DOM is ready\n\tready: function( wait ) {\n\n\t\t// Abort if there are pending holds or we're already ready\n\t\tif ( wait === true ? --jQuery.readyWait : jQuery.isReady ) {\n\t\t\treturn;\n\t\t}\n\n\t\t// Remember that the DOM is ready\n\t\tjQuery.isReady = true;\n\n\t\t// If a normal DOM Ready event fired, decrement, and wait if need be\n\t\tif ( wait !== true && --jQuery.readyWait > 0 ) {\n\t\t\treturn;\n\t\t}\n\n\t\t// If there are functions bound, to execute\n\t\treadyList.resolveWith( document, [ jQuery ] );\n\t}\n} );\n\njQuery.ready.then = readyList.then;\n\n// The ready event handler and self cleanup method\nfunction completed() {\n\tdocument.removeEventListener( \"DOMContentLoaded\", completed );\n\twindow.removeEventListener( \"load\", completed );\n\tjQuery.ready();\n}\n\n// Catch cases where $(document).ready() is called\n// after the browser event has already occurred.\n// Support: IE <=9 - 10 only\n// Older IE sometimes signals \"interactive\" too soon\nif ( document.readyState === \"complete\" ||\n\t( document.readyState !== \"loading\" && !document.documentElement.doScroll ) ) {\n\n\t// Handle it asynchronously to allow scripts the opportunity to delay ready\n\twindow.setTimeout( jQuery.ready );\n\n} else {\n\n\t// Use the handy event callback\n\tdocument.addEventListener( \"DOMContentLoaded\", completed );\n\n\t// A fallback to window.onload, that will always work\n\twindow.addEventListener( \"load\", completed );\n}\n\n\n\n\n// Multifunctional method to get and set values of a collection\n// The value/s can optionally be executed if it's a function\nvar access = function( elems, fn, key, value, chainable, emptyGet, raw ) {\n\tvar i = 0,\n\t\tlen = elems.length,\n\t\tbulk = key == null;\n\n\t// Sets many values\n\tif ( toType( key ) === \"object\" ) {\n\t\tchainable = true;\n\t\tfor ( i in key ) {\n\t\t\taccess( elems, fn, i, key[ i ], true, emptyGet, raw );\n\t\t}\n\n\t// Sets one value\n\t} else if ( value !== undefined ) {\n\t\tchainable = true;\n\n\t\tif ( !isFunction( value ) ) {\n\t\t\traw = true;\n\t\t}\n\n\t\tif ( bulk ) {\n\n\t\t\t// Bulk operations run against the entire set\n\t\t\tif ( raw ) {\n\t\t\t\tfn.call( elems, value );\n\t\t\t\tfn = null;\n\n\t\t\t// ...except when executing function values\n\t\t\t} else {\n\t\t\t\tbulk = fn;\n\t\t\t\tfn = function( elem, key, value ) {\n\t\t\t\t\treturn bulk.call( jQuery( elem ), value );\n\t\t\t\t};\n\t\t\t}\n\t\t}\n\n\t\tif ( fn ) {\n\t\t\tfor ( ; i < len; i++ ) {\n\t\t\t\tfn(\n\t\t\t\t\telems[ i ], key, raw ?\n\t\t\t\t\tvalue :\n\t\t\t\t\tvalue.call( elems[ i ], i, fn( elems[ i ], key ) )\n\t\t\t\t);\n\t\t\t}\n\t\t}\n\t}\n\n\tif ( chainable ) {\n\t\treturn elems;\n\t}\n\n\t// Gets\n\tif ( bulk ) {\n\t\treturn fn.call( elems );\n\t}\n\n\treturn len ? fn( elems[ 0 ], key ) : emptyGet;\n};\n\n\n// Matches dashed string for camelizing\nvar rmsPrefix = /^-ms-/,\n\trdashAlpha = /-([a-z])/g;\n\n// Used by camelCase as callback to replace()\nfunction fcamelCase( all, letter ) {\n\treturn letter.toUpperCase();\n}\n\n// Convert dashed to camelCase; used by the css and data modules\n// Support: IE <=9 - 11, Edge 12 - 15\n// Microsoft forgot to hump their vendor prefix (#9572)\nfunction camelCase( string ) {\n\treturn string.replace( rmsPrefix, \"ms-\" ).replace( rdashAlpha, fcamelCase );\n}\nvar acceptData = function( owner ) {\n\n\t// Accepts only:\n\t// - Node\n\t// - Node.ELEMENT_NODE\n\t// - Node.DOCUMENT_NODE\n\t// - Object\n\t// - Any\n\treturn owner.nodeType === 1 || owner.nodeType === 9 || !( +owner.nodeType );\n};\n\n\n\n\nfunction Data() {\n\tthis.expando = jQuery.expando + Data.uid++;\n}\n\nData.uid = 1;\n\nData.prototype = {\n\n\tcache: function( owner ) {\n\n\t\t// Check if the owner object already has a cache\n\t\tvar value = owner[ this.expando ];\n\n\t\t// If not, create one\n\t\tif ( !value ) {\n\t\t\tvalue = {};\n\n\t\t\t// We can accept data for non-element nodes in modern browsers,\n\t\t\t// but we should not, see #8335.\n\t\t\t// Always return an empty object.\n\t\t\tif ( acceptData( owner ) ) {\n\n\t\t\t\t// If it is a node unlikely to be stringify-ed or looped over\n\t\t\t\t// use plain assignment\n\t\t\t\tif ( owner.nodeType ) {\n\t\t\t\t\towner[ this.expando ] = value;\n\n\t\t\t\t// Otherwise secure it in a non-enumerable property\n\t\t\t\t// configurable must be true to allow the property to be\n\t\t\t\t// deleted when data is removed\n\t\t\t\t} else {\n\t\t\t\t\tObject.defineProperty( owner, this.expando, {\n\t\t\t\t\t\tvalue: value,\n\t\t\t\t\t\tconfigurable: true\n\t\t\t\t\t} );\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\treturn value;\n\t},\n\tset: function( owner, data, value ) {\n\t\tvar prop,\n\t\t\tcache = this.cache( owner );\n\n\t\t// Handle: [ owner, key, value ] args\n\t\t// Always use camelCase key (gh-2257)\n\t\tif ( typeof data === \"string\" ) {\n\t\t\tcache[ camelCase( data ) ] = value;\n\n\t\t// Handle: [ owner, { properties } ] args\n\t\t} else {\n\n\t\t\t// Copy the properties one-by-one to the cache object\n\t\t\tfor ( prop in data ) {\n\t\t\t\tcache[ camelCase( prop ) ] = data[ prop ];\n\t\t\t}\n\t\t}\n\t\treturn cache;\n\t},\n\tget: function( owner, key ) {\n\t\treturn key === undefined ?\n\t\t\tthis.cache( owner ) :\n\n\t\t\t// Always use camelCase key (gh-2257)\n\t\t\towner[ this.expando ] && owner[ this.expando ][ camelCase( key ) ];\n\t},\n\taccess: function( owner, key, value ) {\n\n\t\t// In cases where either:\n\t\t//\n\t\t// 1. No key was specified\n\t\t// 2. A string key was specified, but no value provided\n\t\t//\n\t\t// Take the \"read\" path and allow the get method to determine\n\t\t// which value to return, respectively either:\n\t\t//\n\t\t// 1. The entire cache object\n\t\t// 2. The data stored at the key\n\t\t//\n\t\tif ( key === undefined ||\n\t\t\t\t( ( key && typeof key === \"string\" ) && value === undefined ) ) {\n\n\t\t\treturn this.get( owner, key );\n\t\t}\n\n\t\t// When the key is not a string, or both a key and value\n\t\t// are specified, set or extend (existing objects) with either:\n\t\t//\n\t\t// 1. An object of properties\n\t\t// 2. A key and value\n\t\t//\n\t\tthis.set( owner, key, value );\n\n\t\t// Since the \"set\" path can have two possible entry points\n\t\t// return the expected data based on which path was taken[*]\n\t\treturn value !== undefined ? value : key;\n\t},\n\tremove: function( owner, key ) {\n\t\tvar i,\n\t\t\tcache = owner[ this.expando ];\n\n\t\tif ( cache === undefined ) {\n\t\t\treturn;\n\t\t}\n\n\t\tif ( key !== undefined ) {\n\n\t\t\t// Support array or space separated string of keys\n\t\t\tif ( Array.isArray( key ) ) {\n\n\t\t\t\t// If key is an array of keys...\n\t\t\t\t// We always set camelCase keys, so remove that.\n\t\t\t\tkey = key.map( camelCase );\n\t\t\t} else {\n\t\t\t\tkey = camelCase( key );\n\n\t\t\t\t// If a key with the spaces exists, use it.\n\t\t\t\t// Otherwise, create an array by matching non-whitespace\n\t\t\t\tkey = key in cache ?\n\t\t\t\t\t[ key ] :\n\t\t\t\t\t( key.match( rnothtmlwhite ) || [] );\n\t\t\t}\n\n\t\t\ti = key.length;\n\n\t\t\twhile ( i-- ) {\n\t\t\t\tdelete cache[ key[ i ] ];\n\t\t\t}\n\t\t}\n\n\t\t// Remove the expando if there's no more data\n\t\tif ( key === undefined || jQuery.isEmptyObject( cache ) ) {\n\n\t\t\t// Support: Chrome <=35 - 45\n\t\t\t// Webkit & Blink performance suffers when deleting properties\n\t\t\t// from DOM nodes, so set to undefined instead\n\t\t\t// https://bugs.chromium.org/p/chromium/issues/detail?id=378607 (bug restricted)\n\t\t\tif ( owner.nodeType ) {\n\t\t\t\towner[ this.expando ] = undefined;\n\t\t\t} else {\n\t\t\t\tdelete owner[ this.expando ];\n\t\t\t}\n\t\t}\n\t},\n\thasData: function( owner ) {\n\t\tvar cache = owner[ this.expando ];\n\t\treturn cache !== undefined && !jQuery.isEmptyObject( cache );\n\t}\n};\nvar dataPriv = new Data();\n\nvar dataUser = new Data();\n\n\n\n//\tImplementation Summary\n//\n//\t1. Enforce API surface and semantic compatibility with 1.9.x branch\n//\t2. Improve the module's maintainability by reducing the storage\n//\t\tpaths to a single mechanism.\n//\t3. Use the same single mechanism to support \"private\" and \"user\" data.\n//\t4. _Never_ expose \"private\" data to user code (TODO: Drop _data, _removeData)\n//\t5. Avoid exposing implementation details on user objects (eg. expando properties)\n//\t6. Provide a clear path for implementation upgrade to WeakMap in 2014\n\nvar rbrace = /^(?:\\{[\\w\\W]*\\}|\\[[\\w\\W]*\\])$/,\n\trmultiDash = /[A-Z]/g;\n\nfunction getData( data ) {\n\tif ( data === \"true\" ) {\n\t\treturn true;\n\t}\n\n\tif ( data === \"false\" ) {\n\t\treturn false;\n\t}\n\n\tif ( data === \"null\" ) {\n\t\treturn null;\n\t}\n\n\t// Only convert to a number if it doesn't change the string\n\tif ( data === +data + \"\" ) {\n\t\treturn +data;\n\t}\n\n\tif ( rbrace.test( data ) ) {\n\t\treturn JSON.parse( data );\n\t}\n\n\treturn data;\n}\n\nfunction dataAttr( elem, key, data ) {\n\tvar name;\n\n\t// If nothing was found internally, try to fetch any\n\t// data from the HTML5 data-* attribute\n\tif ( data === undefined && elem.nodeType === 1 ) {\n\t\tname = \"data-\" + key.replace( rmultiDash, \"-$&\" ).toLowerCase();\n\t\tdata = elem.getAttribute( name );\n\n\t\tif ( typeof data === \"string\" ) {\n\t\t\ttry {\n\t\t\t\tdata = getData( data );\n\t\t\t} catch ( e ) {}\n\n\t\t\t// Make sure we set the data so it isn't changed later\n\t\t\tdataUser.set( elem, key, data );\n\t\t} else {\n\t\t\tdata = undefined;\n\t\t}\n\t}\n\treturn data;\n}\n\njQuery.extend( {\n\thasData: function( elem ) {\n\t\treturn dataUser.hasData( elem ) || dataPriv.hasData( elem );\n\t},\n\n\tdata: function( elem, name, data ) {\n\t\treturn dataUser.access( elem, name, data );\n\t},\n\n\tremoveData: function( elem, name ) {\n\t\tdataUser.remove( elem, name );\n\t},\n\n\t// TODO: Now that all calls to _data and _removeData have been replaced\n\t// with direct calls to dataPriv methods, these can be deprecated.\n\t_data: function( elem, name, data ) {\n\t\treturn dataPriv.access( elem, name, data );\n\t},\n\n\t_removeData: function( elem, name ) {\n\t\tdataPriv.remove( elem, name );\n\t}\n} );\n\njQuery.fn.extend( {\n\tdata: function( key, value ) {\n\t\tvar i, name, data,\n\t\t\telem = this[ 0 ],\n\t\t\tattrs = elem && elem.attributes;\n\n\t\t// Gets all values\n\t\tif ( key === undefined ) {\n\t\t\tif ( this.length ) {\n\t\t\t\tdata = dataUser.get( elem );\n\n\t\t\t\tif ( elem.nodeType === 1 && !dataPriv.get( elem, \"hasDataAttrs\" ) ) {\n\t\t\t\t\ti = attrs.length;\n\t\t\t\t\twhile ( i-- ) {\n\n\t\t\t\t\t\t// Support: IE 11 only\n\t\t\t\t\t\t// The attrs elements can be null (#14894)\n\t\t\t\t\t\tif ( attrs[ i ] ) {\n\t\t\t\t\t\t\tname = attrs[ i ].name;\n\t\t\t\t\t\t\tif ( name.indexOf( \"data-\" ) === 0 ) {\n\t\t\t\t\t\t\t\tname = camelCase( name.slice( 5 ) );\n\t\t\t\t\t\t\t\tdataAttr( elem, name, data[ name ] );\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t\tdataPriv.set( elem, \"hasDataAttrs\", true );\n\t\t\t\t}\n\t\t\t}\n\n\t\t\treturn data;\n\t\t}\n\n\t\t// Sets multiple values\n\t\tif ( typeof key === \"object\" ) {\n\t\t\treturn this.each( function() {\n\t\t\t\tdataUser.set( this, key );\n\t\t\t} );\n\t\t}\n\n\t\treturn access( this, function( value ) {\n\t\t\tvar data;\n\n\t\t\t// The calling jQuery object (element matches) is not empty\n\t\t\t// (and therefore has an element appears at this[ 0 ]) and the\n\t\t\t// `value` parameter was not undefined. An empty jQuery object\n\t\t\t// will result in `undefined` for elem = this[ 0 ] which will\n\t\t\t// throw an exception if an attempt to read a data cache is made.\n\t\t\tif ( elem && value === undefined ) {\n\n\t\t\t\t// Attempt to get data from the cache\n\t\t\t\t// The key will always be camelCased in Data\n\t\t\t\tdata = dataUser.get( elem, key );\n\t\t\t\tif ( data !== undefined ) {\n\t\t\t\t\treturn data;\n\t\t\t\t}\n\n\t\t\t\t// Attempt to \"discover\" the data in\n\t\t\t\t// HTML5 custom data-* attrs\n\t\t\t\tdata = dataAttr( elem, key );\n\t\t\t\tif ( data !== undefined ) {\n\t\t\t\t\treturn data;\n\t\t\t\t}\n\n\t\t\t\t// We tried really hard, but the data doesn't exist.\n\t\t\t\treturn;\n\t\t\t}\n\n\t\t\t// Set the data...\n\t\t\tthis.each( function() {\n\n\t\t\t\t// We always store the camelCased key\n\t\t\t\tdataUser.set( this, key, value );\n\t\t\t} );\n\t\t}, null, value, arguments.length > 1, null, true );\n\t},\n\n\tremoveData: function( key ) {\n\t\treturn this.each( function() {\n\t\t\tdataUser.remove( this, key );\n\t\t} );\n\t}\n} );\n\n\njQuery.extend( {\n\tqueue: function( elem, type, data ) {\n\t\tvar queue;\n\n\t\tif ( elem ) {\n\t\t\ttype = ( type || \"fx\" ) + \"queue\";\n\t\t\tqueue = dataPriv.get( elem, type );\n\n\t\t\t// Speed up dequeue by getting out quickly if this is just a lookup\n\t\t\tif ( data ) {\n\t\t\t\tif ( !queue || Array.isArray( data ) ) {\n\t\t\t\t\tqueue = dataPriv.access( elem, type, jQuery.makeArray( data ) );\n\t\t\t\t} else {\n\t\t\t\t\tqueue.push( data );\n\t\t\t\t}\n\t\t\t}\n\t\t\treturn queue || [];\n\t\t}\n\t},\n\n\tdequeue: function( elem, type ) {\n\t\ttype = type || \"fx\";\n\n\t\tvar queue = jQuery.queue( elem, type ),\n\t\t\tstartLength = queue.length,\n\t\t\tfn = queue.shift(),\n\t\t\thooks = jQuery._queueHooks( elem, type ),\n\t\t\tnext = function() {\n\t\t\t\tjQuery.dequeue( elem, type );\n\t\t\t};\n\n\t\t// If the fx queue is dequeued, always remove the progress sentinel\n\t\tif ( fn === \"inprogress\" ) {\n\t\t\tfn = queue.shift();\n\t\t\tstartLength--;\n\t\t}\n\n\t\tif ( fn ) {\n\n\t\t\t// Add a progress sentinel to prevent the fx queue from being\n\t\t\t// automatically dequeued\n\t\t\tif ( type === \"fx\" ) {\n\t\t\t\tqueue.unshift( \"inprogress\" );\n\t\t\t}\n\n\t\t\t// Clear up the last queue stop function\n\t\t\tdelete hooks.stop;\n\t\t\tfn.call( elem, next, hooks );\n\t\t}\n\n\t\tif ( !startLength && hooks ) {\n\t\t\thooks.empty.fire();\n\t\t}\n\t},\n\n\t// Not public - generate a queueHooks object, or return the current one\n\t_queueHooks: function( elem, type ) {\n\t\tvar key = type + \"queueHooks\";\n\t\treturn dataPriv.get( elem, key ) || dataPriv.access( elem, key, {\n\t\t\tempty: jQuery.Callbacks( \"once memory\" ).add( function() {\n\t\t\t\tdataPriv.remove( elem, [ type + \"queue\", key ] );\n\t\t\t} )\n\t\t} );\n\t}\n} );\n\njQuery.fn.extend( {\n\tqueue: function( type, data ) {\n\t\tvar setter = 2;\n\n\t\tif ( typeof type !== \"string\" ) {\n\t\t\tdata = type;\n\t\t\ttype = \"fx\";\n\t\t\tsetter--;\n\t\t}\n\n\t\tif ( arguments.length < setter ) {\n\t\t\treturn jQuery.queue( this[ 0 ], type );\n\t\t}\n\n\t\treturn data === undefined ?\n\t\t\tthis :\n\t\t\tthis.each( function() {\n\t\t\t\tvar queue = jQuery.queue( this, type, data );\n\n\t\t\t\t// Ensure a hooks for this queue\n\t\t\t\tjQuery._queueHooks( this, type );\n\n\t\t\t\tif ( type === \"fx\" && queue[ 0 ] !== \"inprogress\" ) {\n\t\t\t\t\tjQuery.dequeue( this, type );\n\t\t\t\t}\n\t\t\t} );\n\t},\n\tdequeue: function( type ) {\n\t\treturn this.each( function() {\n\t\t\tjQuery.dequeue( this, type );\n\t\t} );\n\t},\n\tclearQueue: function( type ) {\n\t\treturn this.queue( type || \"fx\", [] );\n\t},\n\n\t// Get a promise resolved when queues of a certain type\n\t// are emptied (fx is the type by default)\n\tpromise: function( type, obj ) {\n\t\tvar tmp,\n\t\t\tcount = 1,\n\t\t\tdefer = jQuery.Deferred(),\n\t\t\telements = this,\n\t\t\ti = this.length,\n\t\t\tresolve = function() {\n\t\t\t\tif ( !( --count ) ) {\n\t\t\t\t\tdefer.resolveWith( elements, [ elements ] );\n\t\t\t\t}\n\t\t\t};\n\n\t\tif ( typeof type !== \"string\" ) {\n\t\t\tobj = type;\n\t\t\ttype = undefined;\n\t\t}\n\t\ttype = type || \"fx\";\n\n\t\twhile ( i-- ) {\n\t\t\ttmp = dataPriv.get( elements[ i ], type + \"queueHooks\" );\n\t\t\tif ( tmp && tmp.empty ) {\n\t\t\t\tcount++;\n\t\t\t\ttmp.empty.add( resolve );\n\t\t\t}\n\t\t}\n\t\tresolve();\n\t\treturn defer.promise( obj );\n\t}\n} );\nvar pnum = ( /[+-]?(?:\\d*\\.|)\\d+(?:[eE][+-]?\\d+|)/ ).source;\n\nvar rcssNum = new RegExp( \"^(?:([+-])=|)(\" + pnum + \")([a-z%]*)$\", \"i\" );\n\n\nvar cssExpand = [ \"Top\", \"Right\", \"Bottom\", \"Left\" ];\n\nvar isHiddenWithinTree = function( elem, el ) {\n\n\t\t// isHiddenWithinTree might be called from jQuery#filter function;\n\t\t// in that case, element will be second argument\n\t\telem = el || elem;\n\n\t\t// Inline style trumps all\n\t\treturn elem.style.display === \"none\" ||\n\t\t\telem.style.display === \"\" &&\n\n\t\t\t// Otherwise, check computed style\n\t\t\t// Support: Firefox <=43 - 45\n\t\t\t// Disconnected elements can have computed display: none, so first confirm that elem is\n\t\t\t// in the document.\n\t\t\tjQuery.contains( elem.ownerDocument, elem ) &&\n\n\t\t\tjQuery.css( elem, \"display\" ) === \"none\";\n\t};\n\nvar swap = function( elem, options, callback, args ) {\n\tvar ret, name,\n\t\told = {};\n\n\t// Remember the old values, and insert the new ones\n\tfor ( name in options ) {\n\t\told[ name ] = elem.style[ name ];\n\t\telem.style[ name ] = options[ name ];\n\t}\n\n\tret = callback.apply( elem, args || [] );\n\n\t// Revert the old values\n\tfor ( name in options ) {\n\t\telem.style[ name ] = old[ name ];\n\t}\n\n\treturn ret;\n};\n\n\n\n\nfunction adjustCSS( elem, prop, valueParts, tween ) {\n\tvar adjusted, scale,\n\t\tmaxIterations = 20,\n\t\tcurrentValue = tween ?\n\t\t\tfunction() {\n\t\t\t\treturn tween.cur();\n\t\t\t} :\n\t\t\tfunction() {\n\t\t\t\treturn jQuery.css( elem, prop, \"\" );\n\t\t\t},\n\t\tinitial = currentValue(),\n\t\tunit = valueParts && valueParts[ 3 ] || ( jQuery.cssNumber[ prop ] ? \"\" : \"px\" ),\n\n\t\t// Starting value computation is required for potential unit mismatches\n\t\tinitialInUnit = ( jQuery.cssNumber[ prop ] || unit !== \"px\" && +initial ) &&\n\t\t\trcssNum.exec( jQuery.css( elem, prop ) );\n\n\tif ( initialInUnit && initialInUnit[ 3 ] !== unit ) {\n\n\t\t// Support: Firefox <=54\n\t\t// Halve the iteration target value to prevent interference from CSS upper bounds (gh-2144)\n\t\tinitial = initial / 2;\n\n\t\t// Trust units reported by jQuery.css\n\t\tunit = unit || initialInUnit[ 3 ];\n\n\t\t// Iteratively approximate from a nonzero starting point\n\t\tinitialInUnit = +initial || 1;\n\n\t\twhile ( maxIterations-- ) {\n\n\t\t\t// Evaluate and update our best guess (doubling guesses that zero out).\n\t\t\t// Finish if the scale equals or crosses 1 (making the old*new product non-positive).\n\t\t\tjQuery.style( elem, prop, initialInUnit + unit );\n\t\t\tif ( ( 1 - scale ) * ( 1 - ( scale = currentValue() / initial || 0.5 ) ) <= 0 ) {\n\t\t\t\tmaxIterations = 0;\n\t\t\t}\n\t\t\tinitialInUnit = initialInUnit / scale;\n\n\t\t}\n\n\t\tinitialInUnit = initialInUnit * 2;\n\t\tjQuery.style( elem, prop, initialInUnit + unit );\n\n\t\t// Make sure we update the tween properties later on\n\t\tvalueParts = valueParts || [];\n\t}\n\n\tif ( valueParts ) {\n\t\tinitialInUnit = +initialInUnit || +initial || 0;\n\n\t\t// Apply relative offset (+=/-=) if specified\n\t\tadjusted = valueParts[ 1 ] ?\n\t\t\tinitialInUnit + ( valueParts[ 1 ] + 1 ) * valueParts[ 2 ] :\n\t\t\t+valueParts[ 2 ];\n\t\tif ( tween ) {\n\t\t\ttween.unit = unit;\n\t\t\ttween.start = initialInUnit;\n\t\t\ttween.end = adjusted;\n\t\t}\n\t}\n\treturn adjusted;\n}\n\n\nvar defaultDisplayMap = {};\n\nfunction getDefaultDisplay( elem ) {\n\tvar temp,\n\t\tdoc = elem.ownerDocument,\n\t\tnodeName = elem.nodeName,\n\t\tdisplay = defaultDisplayMap[ nodeName ];\n\n\tif ( display ) {\n\t\treturn display;\n\t}\n\n\ttemp = doc.body.appendChild( doc.createElement( nodeName ) );\n\tdisplay = jQuery.css( temp, \"display\" );\n\n\ttemp.parentNode.removeChild( temp );\n\n\tif ( display === \"none\" ) {\n\t\tdisplay = \"block\";\n\t}\n\tdefaultDisplayMap[ nodeName ] = display;\n\n\treturn display;\n}\n\nfunction showHide( elements, show ) {\n\tvar display, elem,\n\t\tvalues = [],\n\t\tindex = 0,\n\t\tlength = elements.length;\n\n\t// Determine new display value for elements that need to change\n\tfor ( ; index < length; index++ ) {\n\t\telem = elements[ index ];\n\t\tif ( !elem.style ) {\n\t\t\tcontinue;\n\t\t}\n\n\t\tdisplay = elem.style.display;\n\t\tif ( show ) {\n\n\t\t\t// Since we force visibility upon cascade-hidden elements, an immediate (and slow)\n\t\t\t// check is required in this first loop unless we have a nonempty display value (either\n\t\t\t// inline or about-to-be-restored)\n\t\t\tif ( display === \"none\" ) {\n\t\t\t\tvalues[ index ] = dataPriv.get( elem, \"display\" ) || null;\n\t\t\t\tif ( !values[ index ] ) {\n\t\t\t\t\telem.style.display = \"\";\n\t\t\t\t}\n\t\t\t}\n\t\t\tif ( elem.style.display === \"\" && isHiddenWithinTree( elem ) ) {\n\t\t\t\tvalues[ index ] = getDefaultDisplay( elem );\n\t\t\t}\n\t\t} else {\n\t\t\tif ( display !== \"none\" ) {\n\t\t\t\tvalues[ index ] = \"none\";\n\n\t\t\t\t// Remember what we're overwriting\n\t\t\t\tdataPriv.set( elem, \"display\", display );\n\t\t\t}\n\t\t}\n\t}\n\n\t// Set the display of the elements in a second loop to avoid constant reflow\n\tfor ( index = 0; index < length; index++ ) {\n\t\tif ( values[ index ] != null ) {\n\t\t\telements[ index ].style.display = values[ index ];\n\t\t}\n\t}\n\n\treturn elements;\n}\n\njQuery.fn.extend( {\n\tshow: function() {\n\t\treturn showHide( this, true );\n\t},\n\thide: function() {\n\t\treturn showHide( this );\n\t},\n\ttoggle: function( state ) {\n\t\tif ( typeof state === \"boolean\" ) {\n\t\t\treturn state ? this.show() : this.hide();\n\t\t}\n\n\t\treturn this.each( function() {\n\t\t\tif ( isHiddenWithinTree( this ) ) {\n\t\t\t\tjQuery( this ).show();\n\t\t\t} else {\n\t\t\t\tjQuery( this ).hide();\n\t\t\t}\n\t\t} );\n\t}\n} );\nvar rcheckableType = ( /^(?:checkbox|radio)$/i );\n\nvar rtagName = ( /<([a-z][^\\/\\0>\\x20\\t\\r\\n\\f]+)/i );\n\nvar rscriptType = ( /^$|^module$|\\/(?:java|ecma)script/i );\n\n\n\n// We have to close these tags to support XHTML (#13200)\nvar wrapMap = {\n\n\t// Support: IE <=9 only\n\toption: [ 1, \"<select multiple='multiple'>\", \"</select>\" ],\n\n\t// XHTML parsers do not magically insert elements in the\n\t// same way that tag soup parsers do. So we cannot shorten\n\t// this by omitting <tbody> or other required elements.\n\tthead: [ 1, \"<table>\", \"</table>\" ],\n\tcol: [ 2, \"<table><colgroup>\", \"</colgroup></table>\" ],\n\ttr: [ 2, \"<table><tbody>\", \"</tbody></table>\" ],\n\ttd: [ 3, \"<table><tbody><tr>\", \"</tr></tbody></table>\" ],\n\n\t_default: [ 0, \"\", \"\" ]\n};\n\n// Support: IE <=9 only\nwrapMap.optgroup = wrapMap.option;\n\nwrapMap.tbody = wrapMap.tfoot = wrapMap.colgroup = wrapMap.caption = wrapMap.thead;\nwrapMap.th = wrapMap.td;\n\n\nfunction getAll( context, tag ) {\n\n\t// Support: IE <=9 - 11 only\n\t// Use typeof to avoid zero-argument method invocation on host objects (#15151)\n\tvar ret;\n\n\tif ( typeof context.getElementsByTagName !== \"undefined\" ) {\n\t\tret = context.getElementsByTagName( tag || \"*\" );\n\n\t} else if ( typeof context.querySelectorAll !== \"undefined\" ) {\n\t\tret = context.querySelectorAll( tag || \"*\" );\n\n\t} else {\n\t\tret = [];\n\t}\n\n\tif ( tag === undefined || tag && nodeName( context, tag ) ) {\n\t\treturn jQuery.merge( [ context ], ret );\n\t}\n\n\treturn ret;\n}\n\n\n// Mark scripts as having already been evaluated\nfunction setGlobalEval( elems, refElements ) {\n\tvar i = 0,\n\t\tl = elems.length;\n\n\tfor ( ; i < l; i++ ) {\n\t\tdataPriv.set(\n\t\t\telems[ i ],\n\t\t\t\"globalEval\",\n\t\t\t!refElements || dataPriv.get( refElements[ i ], \"globalEval\" )\n\t\t);\n\t}\n}\n\n\nvar rhtml = /<|&#?\\w+;/;\n\nfunction buildFragment( elems, context, scripts, selection, ignored ) {\n\tvar elem, tmp, tag, wrap, contains, j,\n\t\tfragment = context.createDocumentFragment(),\n\t\tnodes = [],\n\t\ti = 0,\n\t\tl = elems.length;\n\n\tfor ( ; i < l; i++ ) {\n\t\telem = elems[ i ];\n\n\t\tif ( elem || elem === 0 ) {\n\n\t\t\t// Add nodes directly\n\t\t\tif ( toType( elem ) === \"object\" ) {\n\n\t\t\t\t// Support: Android <=4.0 only, PhantomJS 1 only\n\t\t\t\t// push.apply(_, arraylike) throws on ancient WebKit\n\t\t\t\tjQuery.merge( nodes, elem.nodeType ? [ elem ] : elem );\n\n\t\t\t// Convert non-html into a text node\n\t\t\t} else if ( !rhtml.test( elem ) ) {\n\t\t\t\tnodes.push( context.createTextNode( elem ) );\n\n\t\t\t// Convert html into DOM nodes\n\t\t\t} else {\n\t\t\t\ttmp = tmp || fragment.appendChild( context.createElement( \"div\" ) );\n\n\t\t\t\t// Deserialize a standard representation\n\t\t\t\ttag = ( rtagName.exec( elem ) || [ \"\", \"\" ] )[ 1 ].toLowerCase();\n\t\t\t\twrap = wrapMap[ tag ] || wrapMap._default;\n\t\t\t\ttmp.innerHTML = wrap[ 1 ] + jQuery.htmlPrefilter( elem ) + wrap[ 2 ];\n\n\t\t\t\t// Descend through wrappers to the right content\n\t\t\t\tj = wrap[ 0 ];\n\t\t\t\twhile ( j-- ) {\n\t\t\t\t\ttmp = tmp.lastChild;\n\t\t\t\t}\n\n\t\t\t\t// Support: Android <=4.0 only, PhantomJS 1 only\n\t\t\t\t// push.apply(_, arraylike) throws on ancient WebKit\n\t\t\t\tjQuery.merge( nodes, tmp.childNodes );\n\n\t\t\t\t// Remember the top-level container\n\t\t\t\ttmp = fragment.firstChild;\n\n\t\t\t\t// Ensure the created nodes are orphaned (#12392)\n\t\t\t\ttmp.textContent = \"\";\n\t\t\t}\n\t\t}\n\t}\n\n\t// Remove wrapper from fragment\n\tfragment.textContent = \"\";\n\n\ti = 0;\n\twhile ( ( elem = nodes[ i++ ] ) ) {\n\n\t\t// Skip elements already in the context collection (trac-4087)\n\t\tif ( selection && jQuery.inArray( elem, selection ) > -1 ) {\n\t\t\tif ( ignored ) {\n\t\t\t\tignored.push( elem );\n\t\t\t}\n\t\t\tcontinue;\n\t\t}\n\n\t\tcontains = jQuery.contains( elem.ownerDocument, elem );\n\n\t\t// Append to fragment\n\t\ttmp = getAll( fragment.appendChild( elem ), \"script\" );\n\n\t\t// Preserve script evaluation history\n\t\tif ( contains ) {\n\t\t\tsetGlobalEval( tmp );\n\t\t}\n\n\t\t// Capture executables\n\t\tif ( scripts ) {\n\t\t\tj = 0;\n\t\t\twhile ( ( elem = tmp[ j++ ] ) ) {\n\t\t\t\tif ( rscriptType.test( elem.type || \"\" ) ) {\n\t\t\t\t\tscripts.push( elem );\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n\n\treturn fragment;\n}\n\n\n( function() {\n\tvar fragment = document.createDocumentFragment(),\n\t\tdiv = fragment.appendChild( document.createElement( \"div\" ) ),\n\t\tinput = document.createElement( \"input\" );\n\n\t// Support: Android 4.0 - 4.3 only\n\t// Check state lost if the name is set (#11217)\n\t// Support: Windows Web Apps (WWA)\n\t// `name` and `type` must use .setAttribute for WWA (#14901)\n\tinput.setAttribute( \"type\", \"radio\" );\n\tinput.setAttribute( \"checked\", \"checked\" );\n\tinput.setAttribute( \"name\", \"t\" );\n\n\tdiv.appendChild( input );\n\n\t// Support: Android <=4.1 only\n\t// Older WebKit doesn't clone checked state correctly in fragments\n\tsupport.checkClone = div.cloneNode( true ).cloneNode( true ).lastChild.checked;\n\n\t// Support: IE <=11 only\n\t// Make sure textarea (and checkbox) defaultValue is properly cloned\n\tdiv.innerHTML = \"<textarea>x</textarea>\";\n\tsupport.noCloneChecked = !!div.cloneNode( true ).lastChild.defaultValue;\n} )();\nvar documentElement = document.documentElement;\n\n\n\nvar\n\trkeyEvent = /^key/,\n\trmouseEvent = /^(?:mouse|pointer|contextmenu|drag|drop)|click/,\n\trtypenamespace = /^([^.]*)(?:\\.(.+)|)/;\n\nfunction returnTrue() {\n\treturn true;\n}\n\nfunction returnFalse() {\n\treturn false;\n}\n\n// Support: IE <=9 only\n// See #13393 for more info\nfunction safeActiveElement() {\n\ttry {\n\t\treturn document.activeElement;\n\t} catch ( err ) { }\n}\n\nfunction on( elem, types, selector, data, fn, one ) {\n\tvar origFn, type;\n\n\t// Types can be a map of types/handlers\n\tif ( typeof types === \"object\" ) {\n\n\t\t// ( types-Object, selector, data )\n\t\tif ( typeof selector !== \"string\" ) {\n\n\t\t\t// ( types-Object, data )\n\t\t\tdata = data || selector;\n\t\t\tselector = undefined;\n\t\t}\n\t\tfor ( type in types ) {\n\t\t\ton( elem, type, selector, data, types[ type ], one );\n\t\t}\n\t\treturn elem;\n\t}\n\n\tif ( data == null && fn == null ) {\n\n\t\t// ( types, fn )\n\t\tfn = selector;\n\t\tdata = selector = undefined;\n\t} else if ( fn == null ) {\n\t\tif ( typeof selector === \"string\" ) {\n\n\t\t\t// ( types, selector, fn )\n\t\t\tfn = data;\n\t\t\tdata = undefined;\n\t\t} else {\n\n\t\t\t// ( types, data, fn )\n\t\t\tfn = data;\n\t\t\tdata = selector;\n\t\t\tselector = undefined;\n\t\t}\n\t}\n\tif ( fn === false ) {\n\t\tfn = returnFalse;\n\t} else if ( !fn ) {\n\t\treturn elem;\n\t}\n\n\tif ( one === 1 ) {\n\t\torigFn = fn;\n\t\tfn = function( event ) {\n\n\t\t\t// Can use an empty set, since event contains the info\n\t\t\tjQuery().off( event );\n\t\t\treturn origFn.apply( this, arguments );\n\t\t};\n\n\t\t// Use same guid so caller can remove using origFn\n\t\tfn.guid = origFn.guid || ( origFn.guid = jQuery.guid++ );\n\t}\n\treturn elem.each( function() {\n\t\tjQuery.event.add( this, types, fn, data, selector );\n\t} );\n}\n\n/*\n * Helper functions for managing events -- not part of the public interface.\n * Props to Dean Edwards' addEvent library for many of the ideas.\n */\njQuery.event = {\n\n\tglobal: {},\n\n\tadd: function( elem, types, handler, data, selector ) {\n\n\t\tvar handleObjIn, eventHandle, tmp,\n\t\t\tevents, t, handleObj,\n\t\t\tspecial, handlers, type, namespaces, origType,\n\t\t\telemData = dataPriv.get( elem );\n\n\t\t// Don't attach events to noData or text/comment nodes (but allow plain objects)\n\t\tif ( !elemData ) {\n\t\t\treturn;\n\t\t}\n\n\t\t// Caller can pass in an object of custom data in lieu of the handler\n\t\tif ( handler.handler ) {\n\t\t\thandleObjIn = handler;\n\t\t\thandler = handleObjIn.handler;\n\t\t\tselector = handleObjIn.selector;\n\t\t}\n\n\t\t// Ensure that invalid selectors throw exceptions at attach time\n\t\t// Evaluate against documentElement in case elem is a non-element node (e.g., document)\n\t\tif ( selector ) {\n\t\t\tjQuery.find.matchesSelector( documentElement, selector );\n\t\t}\n\n\t\t// Make sure that the handler has a unique ID, used to find/remove it later\n\t\tif ( !handler.guid ) {\n\t\t\thandler.guid = jQuery.guid++;\n\t\t}\n\n\t\t// Init the element's event structure and main handler, if this is the first\n\t\tif ( !( events = elemData.events ) ) {\n\t\t\tevents = elemData.events = {};\n\t\t}\n\t\tif ( !( eventHandle = elemData.handle ) ) {\n\t\t\teventHandle = elemData.handle = function( e ) {\n\n\t\t\t\t// Discard the second event of a jQuery.event.trigger() and\n\t\t\t\t// when an event is called after a page has unloaded\n\t\t\t\treturn typeof jQuery !== \"undefined\" && jQuery.event.triggered !== e.type ?\n\t\t\t\t\tjQuery.event.dispatch.apply( elem, arguments ) : undefined;\n\t\t\t};\n\t\t}\n\n\t\t// Handle multiple events separated by a space\n\t\ttypes = ( types || \"\" ).match( rnothtmlwhite ) || [ \"\" ];\n\t\tt = types.length;\n\t\twhile ( t-- ) {\n\t\t\ttmp = rtypenamespace.exec( types[ t ] ) || [];\n\t\t\ttype = origType = tmp[ 1 ];\n\t\t\tnamespaces = ( tmp[ 2 ] || \"\" ).split( \".\" ).sort();\n\n\t\t\t// There *must* be a type, no attaching namespace-only handlers\n\t\t\tif ( !type ) {\n\t\t\t\tcontinue;\n\t\t\t}\n\n\t\t\t// If event changes its type, use the special event handlers for the changed type\n\t\t\tspecial = jQuery.event.special[ type ] || {};\n\n\t\t\t// If selector defined, determine special event api type, otherwise given type\n\t\t\ttype = ( selector ? special.delegateType : special.bindType ) || type;\n\n\t\t\t// Update special based on newly reset type\n\t\t\tspecial = jQuery.event.special[ type ] || {};\n\n\t\t\t// handleObj is passed to all event handlers\n\t\t\thandleObj = jQuery.extend( {\n\t\t\t\ttype: type,\n\t\t\t\torigType: origType,\n\t\t\t\tdata: data,\n\t\t\t\thandler: handler,\n\t\t\t\tguid: handler.guid,\n\t\t\t\tselector: selector,\n\t\t\t\tneedsContext: selector && jQuery.expr.match.needsContext.test( selector ),\n\t\t\t\tnamespace: namespaces.join( \".\" )\n\t\t\t}, handleObjIn );\n\n\t\t\t// Init the event handler queue if we're the first\n\t\t\tif ( !( handlers = events[ type ] ) ) {\n\t\t\t\thandlers = events[ type ] = [];\n\t\t\t\thandlers.delegateCount = 0;\n\n\t\t\t\t// Only use addEventListener if the special events handler returns false\n\t\t\t\tif ( !special.setup ||\n\t\t\t\t\tspecial.setup.call( elem, data, namespaces, eventHandle ) === false ) {\n\n\t\t\t\t\tif ( elem.addEventListener ) {\n\t\t\t\t\t\telem.addEventListener( type, eventHandle );\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\n\t\t\tif ( special.add ) {\n\t\t\t\tspecial.add.call( elem, handleObj );\n\n\t\t\t\tif ( !handleObj.handler.guid ) {\n\t\t\t\t\thandleObj.handler.guid = handler.guid;\n\t\t\t\t}\n\t\t\t}\n\n\t\t\t// Add to the element's handler list, delegates in front\n\t\t\tif ( selector ) {\n\t\t\t\thandlers.splice( handlers.delegateCount++, 0, handleObj );\n\t\t\t} else {\n\t\t\t\thandlers.push( handleObj );\n\t\t\t}\n\n\t\t\t// Keep track of which events have ever been used, for event optimization\n\t\t\tjQuery.event.global[ type ] = true;\n\t\t}\n\n\t},\n\n\t// Detach an event or set of events from an element\n\tremove: function( elem, types, handler, selector, mappedTypes ) {\n\n\t\tvar j, origCount, tmp,\n\t\t\tevents, t, handleObj,\n\t\t\tspecial, handlers, type, namespaces, origType,\n\t\t\telemData = dataPriv.hasData( elem ) && dataPriv.get( elem );\n\n\t\tif ( !elemData || !( events = elemData.events ) ) {\n\t\t\treturn;\n\t\t}\n\n\t\t// Once for each type.namespace in types; type may be omitted\n\t\ttypes = ( types || \"\" ).match( rnothtmlwhite ) || [ \"\" ];\n\t\tt = types.length;\n\t\twhile ( t-- ) {\n\t\t\ttmp = rtypenamespace.exec( types[ t ] ) || [];\n\t\t\ttype = origType = tmp[ 1 ];\n\t\t\tnamespaces = ( tmp[ 2 ] || \"\" ).split( \".\" ).sort();\n\n\t\t\t// Unbind all events (on this namespace, if provided) for the element\n\t\t\tif ( !type ) {\n\t\t\t\tfor ( type in events ) {\n\t\t\t\t\tjQuery.event.remove( elem, type + types[ t ], handler, selector, true );\n\t\t\t\t}\n\t\t\t\tcontinue;\n\t\t\t}\n\n\t\t\tspecial = jQuery.event.special[ type ] || {};\n\t\t\ttype = ( selector ? special.delegateType : special.bindType ) || type;\n\t\t\thandlers = events[ type ] || [];\n\t\t\ttmp = tmp[ 2 ] &&\n\t\t\t\tnew RegExp( \"(^|\\\\.)\" + namespaces.join( \"\\\\.(?:.*\\\\.|)\" ) + \"(\\\\.|$)\" );\n\n\t\t\t// Remove matching events\n\t\t\torigCount = j = handlers.length;\n\t\t\twhile ( j-- ) {\n\t\t\t\thandleObj = handlers[ j ];\n\n\t\t\t\tif ( ( mappedTypes || origType === handleObj.origType ) &&\n\t\t\t\t\t( !handler || handler.guid === handleObj.guid ) &&\n\t\t\t\t\t( !tmp || tmp.test( handleObj.namespace ) ) &&\n\t\t\t\t\t( !selector || selector === handleObj.selector ||\n\t\t\t\t\t\tselector === \"**\" && handleObj.selector ) ) {\n\t\t\t\t\thandlers.splice( j, 1 );\n\n\t\t\t\t\tif ( handleObj.selector ) {\n\t\t\t\t\t\thandlers.delegateCount--;\n\t\t\t\t\t}\n\t\t\t\t\tif ( special.remove ) {\n\t\t\t\t\t\tspecial.remove.call( elem, handleObj );\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\n\t\t\t// Remove generic event handler if we removed something and no more handlers exist\n\t\t\t// (avoids potential for endless recursion during removal of special event handlers)\n\t\t\tif ( origCount && !handlers.length ) {\n\t\t\t\tif ( !special.teardown ||\n\t\t\t\t\tspecial.teardown.call( elem, namespaces, elemData.handle ) === false ) {\n\n\t\t\t\t\tjQuery.removeEvent( elem, type, elemData.handle );\n\t\t\t\t}\n\n\t\t\t\tdelete events[ type ];\n\t\t\t}\n\t\t}\n\n\t\t// Remove data and the expando if it's no longer used\n\t\tif ( jQuery.isEmptyObject( events ) ) {\n\t\t\tdataPriv.remove( elem, \"handle events\" );\n\t\t}\n\t},\n\n\tdispatch: function( nativeEvent ) {\n\n\t\t// Make a writable jQuery.Event from the native event object\n\t\tvar event = jQuery.event.fix( nativeEvent );\n\n\t\tvar i, j, ret, matched, handleObj, handlerQueue,\n\t\t\targs = new Array( arguments.length ),\n\t\t\thandlers = ( dataPriv.get( this, \"events\" ) || {} )[ event.type ] || [],\n\t\t\tspecial = jQuery.event.special[ event.type ] || {};\n\n\t\t// Use the fix-ed jQuery.Event rather than the (read-only) native event\n\t\targs[ 0 ] = event;\n\n\t\tfor ( i = 1; i < arguments.length; i++ ) {\n\t\t\targs[ i ] = arguments[ i ];\n\t\t}\n\n\t\tevent.delegateTarget = this;\n\n\t\t// Call the preDispatch hook for the mapped type, and let it bail if desired\n\t\tif ( special.preDispatch && special.preDispatch.call( this, event ) === false ) {\n\t\t\treturn;\n\t\t}\n\n\t\t// Determine handlers\n\t\thandlerQueue = jQuery.event.handlers.call( this, event, handlers );\n\n\t\t// Run delegates first; they may want to stop propagation beneath us\n\t\ti = 0;\n\t\twhile ( ( matched = handlerQueue[ i++ ] ) && !event.isPropagationStopped() ) {\n\t\t\tevent.currentTarget = matched.elem;\n\n\t\t\tj = 0;\n\t\t\twhile ( ( handleObj = matched.handlers[ j++ ] ) &&\n\t\t\t\t!event.isImmediatePropagationStopped() ) {\n\n\t\t\t\t// Triggered event must either 1) have no namespace, or 2) have namespace(s)\n\t\t\t\t// a subset or equal to those in the bound event (both can have no namespace).\n\t\t\t\tif ( !event.rnamespace || event.rnamespace.test( handleObj.namespace ) ) {\n\n\t\t\t\t\tevent.handleObj = handleObj;\n\t\t\t\t\tevent.data = handleObj.data;\n\n\t\t\t\t\tret = ( ( jQuery.event.special[ handleObj.origType ] || {} ).handle ||\n\t\t\t\t\t\thandleObj.handler ).apply( matched.elem, args );\n\n\t\t\t\t\tif ( ret !== undefined ) {\n\t\t\t\t\t\tif ( ( event.result = ret ) === false ) {\n\t\t\t\t\t\t\tevent.preventDefault();\n\t\t\t\t\t\t\tevent.stopPropagation();\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\t// Call the postDispatch hook for the mapped type\n\t\tif ( special.postDispatch ) {\n\t\t\tspecial.postDispatch.call( this, event );\n\t\t}\n\n\t\treturn event.result;\n\t},\n\n\thandlers: function( event, handlers ) {\n\t\tvar i, handleObj, sel, matchedHandlers, matchedSelectors,\n\t\t\thandlerQueue = [],\n\t\t\tdelegateCount = handlers.delegateCount,\n\t\t\tcur = event.target;\n\n\t\t// Find delegate handlers\n\t\tif ( delegateCount &&\n\n\t\t\t// Support: IE <=9\n\t\t\t// Black-hole SVG <use> instance trees (trac-13180)\n\t\t\tcur.nodeType &&\n\n\t\t\t// Support: Firefox <=42\n\t\t\t// Suppress spec-violating clicks indicating a non-primary pointer button (trac-3861)\n\t\t\t// https://www.w3.org/TR/DOM-Level-3-Events/#event-type-click\n\t\t\t// Support: IE 11 only\n\t\t\t// ...but not arrow key \"clicks\" of radio inputs, which can have `button` -1 (gh-2343)\n\t\t\t!( event.type === \"click\" && event.button >= 1 ) ) {\n\n\t\t\tfor ( ; cur !== this; cur = cur.parentNode || this ) {\n\n\t\t\t\t// Don't check non-elements (#13208)\n\t\t\t\t// Don't process clicks on disabled elements (#6911, #8165, #11382, #11764)\n\t\t\t\tif ( cur.nodeType === 1 && !( event.type === \"click\" && cur.disabled === true ) ) {\n\t\t\t\t\tmatchedHandlers = [];\n\t\t\t\t\tmatchedSelectors = {};\n\t\t\t\t\tfor ( i = 0; i < delegateCount; i++ ) {\n\t\t\t\t\t\thandleObj = handlers[ i ];\n\n\t\t\t\t\t\t// Don't conflict with Object.prototype properties (#13203)\n\t\t\t\t\t\tsel = handleObj.selector + \" \";\n\n\t\t\t\t\t\tif ( matchedSelectors[ sel ] === undefined ) {\n\t\t\t\t\t\t\tmatchedSelectors[ sel ] = handleObj.needsContext ?\n\t\t\t\t\t\t\t\tjQuery( sel, this ).index( cur ) > -1 :\n\t\t\t\t\t\t\t\tjQuery.find( sel, this, null, [ cur ] ).length;\n\t\t\t\t\t\t}\n\t\t\t\t\t\tif ( matchedSelectors[ sel ] ) {\n\t\t\t\t\t\t\tmatchedHandlers.push( handleObj );\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t\tif ( matchedHandlers.length ) {\n\t\t\t\t\t\thandlerQueue.push( { elem: cur, handlers: matchedHandlers } );\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\t// Add the remaining (directly-bound) handlers\n\t\tcur = this;\n\t\tif ( delegateCount < handlers.length ) {\n\t\t\thandlerQueue.push( { elem: cur, handlers: handlers.slice( delegateCount ) } );\n\t\t}\n\n\t\treturn handlerQueue;\n\t},\n\n\taddProp: function( name, hook ) {\n\t\tObject.defineProperty( jQuery.Event.prototype, name, {\n\t\t\tenumerable: true,\n\t\t\tconfigurable: true,\n\n\t\t\tget: isFunction( hook ) ?\n\t\t\t\tfunction() {\n\t\t\t\t\tif ( this.originalEvent ) {\n\t\t\t\t\t\t\treturn hook( this.originalEvent );\n\t\t\t\t\t}\n\t\t\t\t} :\n\t\t\t\tfunction() {\n\t\t\t\t\tif ( this.originalEvent ) {\n\t\t\t\t\t\t\treturn this.originalEvent[ name ];\n\t\t\t\t\t}\n\t\t\t\t},\n\n\t\t\tset: function( value ) {\n\t\t\t\tObject.defineProperty( this, name, {\n\t\t\t\t\tenumerable: true,\n\t\t\t\t\tconfigurable: true,\n\t\t\t\t\twritable: true,\n\t\t\t\t\tvalue: value\n\t\t\t\t} );\n\t\t\t}\n\t\t} );\n\t},\n\n\tfix: function( originalEvent ) {\n\t\treturn originalEvent[ jQuery.expando ] ?\n\t\t\toriginalEvent :\n\t\t\tnew jQuery.Event( originalEvent );\n\t},\n\n\tspecial: {\n\t\tload: {\n\n\t\t\t// Prevent triggered image.load events from bubbling to window.load\n\t\t\tnoBubble: true\n\t\t},\n\t\tfocus: {\n\n\t\t\t// Fire native event if possible so blur/focus sequence is correct\n\t\t\ttrigger: function() {\n\t\t\t\tif ( this !== safeActiveElement() && this.focus ) {\n\t\t\t\t\tthis.focus();\n\t\t\t\t\treturn false;\n\t\t\t\t}\n\t\t\t},\n\t\t\tdelegateType: \"focusin\"\n\t\t},\n\t\tblur: {\n\t\t\ttrigger: function() {\n\t\t\t\tif ( this === safeActiveElement() && this.blur ) {\n\t\t\t\t\tthis.blur();\n\t\t\t\t\treturn false;\n\t\t\t\t}\n\t\t\t},\n\t\t\tdelegateType: \"focusout\"\n\t\t},\n\t\tclick: {\n\n\t\t\t// For checkbox, fire native event so checked state will be right\n\t\t\ttrigger: function() {\n\t\t\t\tif ( this.type === \"checkbox\" && this.click && nodeName( this, \"input\" ) ) {\n\t\t\t\t\tthis.click();\n\t\t\t\t\treturn false;\n\t\t\t\t}\n\t\t\t},\n\n\t\t\t// For cross-browser consistency, don't fire native .click() on links\n\t\t\t_default: function( event ) {\n\t\t\t\treturn nodeName( event.target, \"a\" );\n\t\t\t}\n\t\t},\n\n\t\tbeforeunload: {\n\t\t\tpostDispatch: function( event ) {\n\n\t\t\t\t// Support: Firefox 20+\n\t\t\t\t// Firefox doesn't alert if the returnValue field is not set.\n\t\t\t\tif ( event.result !== undefined && event.originalEvent ) {\n\t\t\t\t\tevent.originalEvent.returnValue = event.result;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n};\n\njQuery.removeEvent = function( elem, type, handle ) {\n\n\t// This \"if\" is needed for plain objects\n\tif ( elem.removeEventListener ) {\n\t\telem.removeEventListener( type, handle );\n\t}\n};\n\njQuery.Event = function( src, props ) {\n\n\t// Allow instantiation without the 'new' keyword\n\tif ( !( this instanceof jQuery.Event ) ) {\n\t\treturn new jQuery.Event( src, props );\n\t}\n\n\t// Event object\n\tif ( src && src.type ) {\n\t\tthis.originalEvent = src;\n\t\tthis.type = src.type;\n\n\t\t// Events bubbling up the document may have been marked as prevented\n\t\t// by a handler lower down the tree; reflect the correct value.\n\t\tthis.isDefaultPrevented = src.defaultPrevented ||\n\t\t\t\tsrc.defaultPrevented === undefined &&\n\n\t\t\t\t// Support: Android <=2.3 only\n\t\t\t\tsrc.returnValue === false ?\n\t\t\treturnTrue :\n\t\t\treturnFalse;\n\n\t\t// Create target properties\n\t\t// Support: Safari <=6 - 7 only\n\t\t// Target should not be a text node (#504, #13143)\n\t\tthis.target = ( src.target && src.target.nodeType === 3 ) ?\n\t\t\tsrc.target.parentNode :\n\t\t\tsrc.target;\n\n\t\tthis.currentTarget = src.currentTarget;\n\t\tthis.relatedTarget = src.relatedTarget;\n\n\t// Event type\n\t} else {\n\t\tthis.type = src;\n\t}\n\n\t// Put explicitly provided properties onto the event object\n\tif ( props ) {\n\t\tjQuery.extend( this, props );\n\t}\n\n\t// Create a timestamp if incoming event doesn't have one\n\tthis.timeStamp = src && src.timeStamp || Date.now();\n\n\t// Mark it as fixed\n\tthis[ jQuery.expando ] = true;\n};\n\n// jQuery.Event is based on DOM3 Events as specified by the ECMAScript Language Binding\n// https://www.w3.org/TR/2003/WD-DOM-Level-3-Events-20030331/ecma-script-binding.html\njQuery.Event.prototype = {\n\tconstructor: jQuery.Event,\n\tisDefaultPrevented: returnFalse,\n\tisPropagationStopped: returnFalse,\n\tisImmediatePropagationStopped: returnFalse,\n\tisSimulated: false,\n\n\tpreventDefault: function() {\n\t\tvar e = this.originalEvent;\n\n\t\tthis.isDefaultPrevented = returnTrue;\n\n\t\tif ( e && !this.isSimulated ) {\n\t\t\te.preventDefault();\n\t\t}\n\t},\n\tstopPropagation: function() {\n\t\tvar e = this.originalEvent;\n\n\t\tthis.isPropagationStopped = returnTrue;\n\n\t\tif ( e && !this.isSimulated ) {\n\t\t\te.stopPropagation();\n\t\t}\n\t},\n\tstopImmediatePropagation: function() {\n\t\tvar e = this.originalEvent;\n\n\t\tthis.isImmediatePropagationStopped = returnTrue;\n\n\t\tif ( e && !this.isSimulated ) {\n\t\t\te.stopImmediatePropagation();\n\t\t}\n\n\t\tthis.stopPropagation();\n\t}\n};\n\n// Includes all common event props including KeyEvent and MouseEvent specific props\njQuery.each( {\n\taltKey: true,\n\tbubbles: true,\n\tcancelable: true,\n\tchangedTouches: true,\n\tctrlKey: true,\n\tdetail: true,\n\teventPhase: true,\n\tmetaKey: true,\n\tpageX: true,\n\tpageY: true,\n\tshiftKey: true,\n\tview: true,\n\t\"char\": true,\n\tcharCode: true,\n\tkey: true,\n\tkeyCode: true,\n\tbutton: true,\n\tbuttons: true,\n\tclientX: true,\n\tclientY: true,\n\toffsetX: true,\n\toffsetY: true,\n\tpointerId: true,\n\tpointerType: true,\n\tscreenX: true,\n\tscreenY: true,\n\ttargetTouches: true,\n\ttoElement: true,\n\ttouches: true,\n\n\twhich: function( event ) {\n\t\tvar button = event.button;\n\n\t\t// Add which for key events\n\t\tif ( event.which == null && rkeyEvent.test( event.type ) ) {\n\t\t\treturn event.charCode != null ? event.charCode : event.keyCode;\n\t\t}\n\n\t\t// Add which for click: 1 === left; 2 === middle; 3 === right\n\t\tif ( !event.which && button !== undefined && rmouseEvent.test( event.type ) ) {\n\t\t\tif ( button & 1 ) {\n\t\t\t\treturn 1;\n\t\t\t}\n\n\t\t\tif ( button & 2 ) {\n\t\t\t\treturn 3;\n\t\t\t}\n\n\t\t\tif ( button & 4 ) {\n\t\t\t\treturn 2;\n\t\t\t}\n\n\t\t\treturn 0;\n\t\t}\n\n\t\treturn event.which;\n\t}\n}, jQuery.event.addProp );\n\n// Create mouseenter/leave events using mouseover/out and event-time checks\n// so that event delegation works in jQuery.\n// Do the same for pointerenter/pointerleave and pointerover/pointerout\n//\n// Support: Safari 7 only\n// Safari sends mouseenter too often; see:\n// https://bugs.chromium.org/p/chromium/issues/detail?id=470258\n// for the description of the bug (it existed in older Chrome versions as well).\njQuery.each( {\n\tmouseenter: \"mouseover\",\n\tmouseleave: \"mouseout\",\n\tpointerenter: \"pointerover\",\n\tpointerleave: \"pointerout\"\n}, function( orig, fix ) {\n\tjQuery.event.special[ orig ] = {\n\t\tdelegateType: fix,\n\t\tbindType: fix,\n\n\t\thandle: function( event ) {\n\t\t\tvar ret,\n\t\t\t\ttarget = this,\n\t\t\t\trelated = event.relatedTarget,\n\t\t\t\thandleObj = event.handleObj;\n\n\t\t\t// For mouseenter/leave call the handler if related is outside the target.\n\t\t\t// NB: No relatedTarget if the mouse left/entered the browser window\n\t\t\tif ( !related || ( related !== target && !jQuery.contains( target, related ) ) ) {\n\t\t\t\tevent.type = handleObj.origType;\n\t\t\t\tret = handleObj.handler.apply( this, arguments );\n\t\t\t\tevent.type = fix;\n\t\t\t}\n\t\t\treturn ret;\n\t\t}\n\t};\n} );\n\njQuery.fn.extend( {\n\n\ton: function( types, selector, data, fn ) {\n\t\treturn on( this, types, selector, data, fn );\n\t},\n\tone: function( types, selector, data, fn ) {\n\t\treturn on( this, types, selector, data, fn, 1 );\n\t},\n\toff: function( types, selector, fn ) {\n\t\tvar handleObj, type;\n\t\tif ( types && types.preventDefault && types.handleObj ) {\n\n\t\t\t// ( event ) dispatched jQuery.Event\n\t\t\thandleObj = types.handleObj;\n\t\t\tjQuery( types.delegateTarget ).off(\n\t\t\t\thandleObj.namespace ?\n\t\t\t\t\thandleObj.origType + \".\" + handleObj.namespace :\n\t\t\t\t\thandleObj.origType,\n\t\t\t\thandleObj.selector,\n\t\t\t\thandleObj.handler\n\t\t\t);\n\t\t\treturn this;\n\t\t}\n\t\tif ( typeof types === \"object\" ) {\n\n\t\t\t// ( types-object [, selector] )\n\t\t\tfor ( type in types ) {\n\t\t\t\tthis.off( type, selector, types[ type ] );\n\t\t\t}\n\t\t\treturn this;\n\t\t}\n\t\tif ( selector === false || typeof selector === \"function\" ) {\n\n\t\t\t// ( types [, fn] )\n\t\t\tfn = selector;\n\t\t\tselector = undefined;\n\t\t}\n\t\tif ( fn === false ) {\n\t\t\tfn = returnFalse;\n\t\t}\n\t\treturn this.each( function() {\n\t\t\tjQuery.event.remove( this, types, fn, selector );\n\t\t} );\n\t}\n} );\n\n\nvar\n\n\t/* eslint-disable max-len */\n\n\t// See https://github.com/eslint/eslint/issues/3229\n\trxhtmlTag = /<(?!area|br|col|embed|hr|img|input|link|meta|param)(([a-z][^\\/\\0>\\x20\\t\\r\\n\\f]*)[^>]*)\\/>/gi,\n\n\t/* eslint-enable */\n\n\t// Support: IE <=10 - 11, Edge 12 - 13 only\n\t// In IE/Edge using regex groups here causes severe slowdowns.\n\t// See https://connect.microsoft.com/IE/feedback/details/1736512/\n\trnoInnerhtml = /<script|<style|<link/i,\n\n\t// checked=\"checked\" or checked\n\trchecked = /checked\\s*(?:[^=]|=\\s*.checked.)/i,\n\trcleanScript = /^\\s*<!(?:\\[CDATA\\[|--)|(?:\\]\\]|--)>\\s*$/g;\n\n// Prefer a tbody over its parent table for containing new rows\nfunction manipulationTarget( elem, content ) {\n\tif ( nodeName( elem, \"table\" ) &&\n\t\tnodeName( content.nodeType !== 11 ? content : content.firstChild, \"tr\" ) ) {\n\n\t\treturn jQuery( elem ).children( \"tbody\" )[ 0 ] || elem;\n\t}\n\n\treturn elem;\n}\n\n// Replace/restore the type attribute of script elements for safe DOM manipulation\nfunction disableScript( elem ) {\n\telem.type = ( elem.getAttribute( \"type\" ) !== null ) + \"/\" + elem.type;\n\treturn elem;\n}\nfunction restoreScript( elem ) {\n\tif ( ( elem.type || \"\" ).slice( 0, 5 ) === \"true/\" ) {\n\t\telem.type = elem.type.slice( 5 );\n\t} else {\n\t\telem.removeAttribute( \"type\" );\n\t}\n\n\treturn elem;\n}\n\nfunction cloneCopyEvent( src, dest ) {\n\tvar i, l, type, pdataOld, pdataCur, udataOld, udataCur, events;\n\n\tif ( dest.nodeType !== 1 ) {\n\t\treturn;\n\t}\n\n\t// 1. Copy private data: events, handlers, etc.\n\tif ( dataPriv.hasData( src ) ) {\n\t\tpdataOld = dataPriv.access( src );\n\t\tpdataCur = dataPriv.set( dest, pdataOld );\n\t\tevents = pdataOld.events;\n\n\t\tif ( events ) {\n\t\t\tdelete pdataCur.handle;\n\t\t\tpdataCur.events = {};\n\n\t\t\tfor ( type in events ) {\n\t\t\t\tfor ( i = 0, l = events[ type ].length; i < l; i++ ) {\n\t\t\t\t\tjQuery.event.add( dest, type, events[ type ][ i ] );\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n\n\t// 2. Copy user data\n\tif ( dataUser.hasData( src ) ) {\n\t\tudataOld = dataUser.access( src );\n\t\tudataCur = jQuery.extend( {}, udataOld );\n\n\t\tdataUser.set( dest, udataCur );\n\t}\n}\n\n// Fix IE bugs, see support tests\nfunction fixInput( src, dest ) {\n\tvar nodeName = dest.nodeName.toLowerCase();\n\n\t// Fails to persist the checked state of a cloned checkbox or radio button.\n\tif ( nodeName === \"input\" && rcheckableType.test( src.type ) ) {\n\t\tdest.checked = src.checked;\n\n\t// Fails to return the selected option to the default selected state when cloning options\n\t} else if ( nodeName === \"input\" || nodeName === \"textarea\" ) {\n\t\tdest.defaultValue = src.defaultValue;\n\t}\n}\n\nfunction domManip( collection, args, callback, ignored ) {\n\n\t// Flatten any nested arrays\n\targs = concat.apply( [], args );\n\n\tvar fragment, first, scripts, hasScripts, node, doc,\n\t\ti = 0,\n\t\tl = collection.length,\n\t\tiNoClone = l - 1,\n\t\tvalue = args[ 0 ],\n\t\tvalueIsFunction = isFunction( value );\n\n\t// We can't cloneNode fragments that contain checked, in WebKit\n\tif ( valueIsFunction ||\n\t\t\t( l > 1 && typeof value === \"string\" &&\n\t\t\t\t!support.checkClone && rchecked.test( value ) ) ) {\n\t\treturn collection.each( function( index ) {\n\t\t\tvar self = collection.eq( index );\n\t\t\tif ( valueIsFunction ) {\n\t\t\t\targs[ 0 ] = value.call( this, index, self.html() );\n\t\t\t}\n\t\t\tdomManip( self, args, callback, ignored );\n\t\t} );\n\t}\n\n\tif ( l ) {\n\t\tfragment = buildFragment( args, collection[ 0 ].ownerDocument, false, collection, ignored );\n\t\tfirst = fragment.firstChild;\n\n\t\tif ( fragment.childNodes.length === 1 ) {\n\t\t\tfragment = first;\n\t\t}\n\n\t\t// Require either new content or an interest in ignored elements to invoke the callback\n\t\tif ( first || ignored ) {\n\t\t\tscripts = jQuery.map( getAll( fragment, \"script\" ), disableScript );\n\t\t\thasScripts = scripts.length;\n\n\t\t\t// Use the original fragment for the last item\n\t\t\t// instead of the first because it can end up\n\t\t\t// being emptied incorrectly in certain situations (#8070).\n\t\t\tfor ( ; i < l; i++ ) {\n\t\t\t\tnode = fragment;\n\n\t\t\t\tif ( i !== iNoClone ) {\n\t\t\t\t\tnode = jQuery.clone( node, true, true );\n\n\t\t\t\t\t// Keep references to cloned scripts for later restoration\n\t\t\t\t\tif ( hasScripts ) {\n\n\t\t\t\t\t\t// Support: Android <=4.0 only, PhantomJS 1 only\n\t\t\t\t\t\t// push.apply(_, arraylike) throws on ancient WebKit\n\t\t\t\t\t\tjQuery.merge( scripts, getAll( node, \"script\" ) );\n\t\t\t\t\t}\n\t\t\t\t}\n\n\t\t\t\tcallback.call( collection[ i ], node, i );\n\t\t\t}\n\n\t\t\tif ( hasScripts ) {\n\t\t\t\tdoc = scripts[ scripts.length - 1 ].ownerDocument;\n\n\t\t\t\t// Reenable scripts\n\t\t\t\tjQuery.map( scripts, restoreScript );\n\n\t\t\t\t// Evaluate executable scripts on first document insertion\n\t\t\t\tfor ( i = 0; i < hasScripts; i++ ) {\n\t\t\t\t\tnode = scripts[ i ];\n\t\t\t\t\tif ( rscriptType.test( node.type || \"\" ) &&\n\t\t\t\t\t\t!dataPriv.access( node, \"globalEval\" ) &&\n\t\t\t\t\t\tjQuery.contains( doc, node ) ) {\n\n\t\t\t\t\t\tif ( node.src && ( node.type || \"\" ).toLowerCase() !== \"module\" ) {\n\n\t\t\t\t\t\t\t// Optional AJAX dependency, but won't run scripts if not present\n\t\t\t\t\t\t\tif ( jQuery._evalUrl ) {\n\t\t\t\t\t\t\t\tjQuery._evalUrl( node.src );\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\tDOMEval( node.textContent.replace( rcleanScript, \"\" ), doc, node );\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n\n\treturn collection;\n}\n\nfunction remove( elem, selector, keepData ) {\n\tvar node,\n\t\tnodes = selector ? jQuery.filter( selector, elem ) : elem,\n\t\ti = 0;\n\n\tfor ( ; ( node = nodes[ i ] ) != null; i++ ) {\n\t\tif ( !keepData && node.nodeType === 1 ) {\n\t\t\tjQuery.cleanData( getAll( node ) );\n\t\t}\n\n\t\tif ( node.parentNode ) {\n\t\t\tif ( keepData && jQuery.contains( node.ownerDocument, node ) ) {\n\t\t\t\tsetGlobalEval( getAll( node, \"script\" ) );\n\t\t\t}\n\t\t\tnode.parentNode.removeChild( node );\n\t\t}\n\t}\n\n\treturn elem;\n}\n\njQuery.extend( {\n\thtmlPrefilter: function( html ) {\n\t\treturn html.replace( rxhtmlTag, \"<$1></$2>\" );\n\t},\n\n\tclone: function( elem, dataAndEvents, deepDataAndEvents ) {\n\t\tvar i, l, srcElements, destElements,\n\t\t\tclone = elem.cloneNode( true ),\n\t\t\tinPage = jQuery.contains( elem.ownerDocument, elem );\n\n\t\t// Fix IE cloning issues\n\t\tif ( !support.noCloneChecked && ( elem.nodeType === 1 || elem.nodeType === 11 ) &&\n\t\t\t\t!jQuery.isXMLDoc( elem ) ) {\n\n\t\t\t// We eschew Sizzle here for performance reasons: https://jsperf.com/getall-vs-sizzle/2\n\t\t\tdestElements = getAll( clone );\n\t\t\tsrcElements = getAll( elem );\n\n\t\t\tfor ( i = 0, l = srcElements.length; i < l; i++ ) {\n\t\t\t\tfixInput( srcElements[ i ], destElements[ i ] );\n\t\t\t}\n\t\t}\n\n\t\t// Copy the events from the original to the clone\n\t\tif ( dataAndEvents ) {\n\t\t\tif ( deepDataAndEvents ) {\n\t\t\t\tsrcElements = srcElements || getAll( elem );\n\t\t\t\tdestElements = destElements || getAll( clone );\n\n\t\t\t\tfor ( i = 0, l = srcElements.length; i < l; i++ ) {\n\t\t\t\t\tcloneCopyEvent( srcElements[ i ], destElements[ i ] );\n\t\t\t\t}\n\t\t\t} else {\n\t\t\t\tcloneCopyEvent( elem, clone );\n\t\t\t}\n\t\t}\n\n\t\t// Preserve script evaluation history\n\t\tdestElements = getAll( clone, \"script\" );\n\t\tif ( destElements.length > 0 ) {\n\t\t\tsetGlobalEval( destElements, !inPage && getAll( elem, \"script\" ) );\n\t\t}\n\n\t\t// Return the cloned set\n\t\treturn clone;\n\t},\n\n\tcleanData: function( elems ) {\n\t\tvar data, elem, type,\n\t\t\tspecial = jQuery.event.special,\n\t\t\ti = 0;\n\n\t\tfor ( ; ( elem = elems[ i ] ) !== undefined; i++ ) {\n\t\t\tif ( acceptData( elem ) ) {\n\t\t\t\tif ( ( data = elem[ dataPriv.expando ] ) ) {\n\t\t\t\t\tif ( data.events ) {\n\t\t\t\t\t\tfor ( type in data.events ) {\n\t\t\t\t\t\t\tif ( special[ type ] ) {\n\t\t\t\t\t\t\t\tjQuery.event.remove( elem, type );\n\n\t\t\t\t\t\t\t// This is a shortcut to avoid jQuery.event.remove's overhead\n\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\tjQuery.removeEvent( elem, type, data.handle );\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\n\t\t\t\t\t// Support: Chrome <=35 - 45+\n\t\t\t\t\t// Assign undefined instead of using delete, see Data#remove\n\t\t\t\t\telem[ dataPriv.expando ] = undefined;\n\t\t\t\t}\n\t\t\t\tif ( elem[ dataUser.expando ] ) {\n\n\t\t\t\t\t// Support: Chrome <=35 - 45+\n\t\t\t\t\t// Assign undefined instead of using delete, see Data#remove\n\t\t\t\t\telem[ dataUser.expando ] = undefined;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n} );\n\njQuery.fn.extend( {\n\tdetach: function( selector ) {\n\t\treturn remove( this, selector, true );\n\t},\n\n\tremove: function( selector ) {\n\t\treturn remove( this, selector );\n\t},\n\n\ttext: function( value ) {\n\t\treturn access( this, function( value ) {\n\t\t\treturn value === undefined ?\n\t\t\t\tjQuery.text( this ) :\n\t\t\t\tthis.empty().each( function() {\n\t\t\t\t\tif ( this.nodeType === 1 || this.nodeType === 11 || this.nodeType === 9 ) {\n\t\t\t\t\t\tthis.textContent = value;\n\t\t\t\t\t}\n\t\t\t\t} );\n\t\t}, null, value, arguments.length );\n\t},\n\n\tappend: function() {\n\t\treturn domManip( this, arguments, function( elem ) {\n\t\t\tif ( this.nodeType === 1 || this.nodeType === 11 || this.nodeType === 9 ) {\n\t\t\t\tvar target = manipulationTarget( this, elem );\n\t\t\t\ttarget.appendChild( elem );\n\t\t\t}\n\t\t} );\n\t},\n\n\tprepend: function() {\n\t\treturn domManip( this, arguments, function( elem ) {\n\t\t\tif ( this.nodeType === 1 || this.nodeType === 11 || this.nodeType === 9 ) {\n\t\t\t\tvar target = manipulationTarget( this, elem );\n\t\t\t\ttarget.insertBefore( elem, target.firstChild );\n\t\t\t}\n\t\t} );\n\t},\n\n\tbefore: function() {\n\t\treturn domManip( this, arguments, function( elem ) {\n\t\t\tif ( this.parentNode ) {\n\t\t\t\tthis.parentNode.insertBefore( elem, this );\n\t\t\t}\n\t\t} );\n\t},\n\n\tafter: function() {\n\t\treturn domManip( this, arguments, function( elem ) {\n\t\t\tif ( this.parentNode ) {\n\t\t\t\tthis.parentNode.insertBefore( elem, this.nextSibling );\n\t\t\t}\n\t\t} );\n\t},\n\n\tempty: function() {\n\t\tvar elem,\n\t\t\ti = 0;\n\n\t\tfor ( ; ( elem = this[ i ] ) != null; i++ ) {\n\t\t\tif ( elem.nodeType === 1 ) {\n\n\t\t\t\t// Prevent memory leaks\n\t\t\t\tjQuery.cleanData( getAll( elem, false ) );\n\n\t\t\t\t// Remove any remaining nodes\n\t\t\t\telem.textContent = \"\";\n\t\t\t}\n\t\t}\n\n\t\treturn this;\n\t},\n\n\tclone: function( dataAndEvents, deepDataAndEvents ) {\n\t\tdataAndEvents = dataAndEvents == null ? false : dataAndEvents;\n\t\tdeepDataAndEvents = deepDataAndEvents == null ? dataAndEvents : deepDataAndEvents;\n\n\t\treturn this.map( function() {\n\t\t\treturn jQuery.clone( this, dataAndEvents, deepDataAndEvents );\n\t\t} );\n\t},\n\n\thtml: function( value ) {\n\t\treturn access( this, function( value ) {\n\t\t\tvar elem = this[ 0 ] || {},\n\t\t\t\ti = 0,\n\t\t\t\tl = this.length;\n\n\t\t\tif ( value === undefined && elem.nodeType === 1 ) {\n\t\t\t\treturn elem.innerHTML;\n\t\t\t}\n\n\t\t\t// See if we can take a shortcut and just use innerHTML\n\t\t\tif ( typeof value === \"string\" && !rnoInnerhtml.test( value ) &&\n\t\t\t\t!wrapMap[ ( rtagName.exec( value ) || [ \"\", \"\" ] )[ 1 ].toLowerCase() ] ) {\n\n\t\t\t\tvalue = jQuery.htmlPrefilter( value );\n\n\t\t\t\ttry {\n\t\t\t\t\tfor ( ; i < l; i++ ) {\n\t\t\t\t\t\telem = this[ i ] || {};\n\n\t\t\t\t\t\t// Remove element nodes and prevent memory leaks\n\t\t\t\t\t\tif ( elem.nodeType === 1 ) {\n\t\t\t\t\t\t\tjQuery.cleanData( getAll( elem, false ) );\n\t\t\t\t\t\t\telem.innerHTML = value;\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\n\t\t\t\t\telem = 0;\n\n\t\t\t\t// If using innerHTML throws an exception, use the fallback method\n\t\t\t\t} catch ( e ) {}\n\t\t\t}\n\n\t\t\tif ( elem ) {\n\t\t\t\tthis.empty().append( value );\n\t\t\t}\n\t\t}, null, value, arguments.length );\n\t},\n\n\treplaceWith: function() {\n\t\tvar ignored = [];\n\n\t\t// Make the changes, replacing each non-ignored context element with the new content\n\t\treturn domManip( this, arguments, function( elem ) {\n\t\t\tvar parent = this.parentNode;\n\n\t\t\tif ( jQuery.inArray( this, ignored ) < 0 ) {\n\t\t\t\tjQuery.cleanData( getAll( this ) );\n\t\t\t\tif ( parent ) {\n\t\t\t\t\tparent.replaceChild( elem, this );\n\t\t\t\t}\n\t\t\t}\n\n\t\t// Force callback invocation\n\t\t}, ignored );\n\t}\n} );\n\njQuery.each( {\n\tappendTo: \"append\",\n\tprependTo: \"prepend\",\n\tinsertBefore: \"before\",\n\tinsertAfter: \"after\",\n\treplaceAll: \"replaceWith\"\n}, function( name, original ) {\n\tjQuery.fn[ name ] = function( selector ) {\n\t\tvar elems,\n\t\t\tret = [],\n\t\t\tinsert = jQuery( selector ),\n\t\t\tlast = insert.length - 1,\n\t\t\ti = 0;\n\n\t\tfor ( ; i <= last; i++ ) {\n\t\t\telems = i === last ? this : this.clone( true );\n\t\t\tjQuery( insert[ i ] )[ original ]( elems );\n\n\t\t\t// Support: Android <=4.0 only, PhantomJS 1 only\n\t\t\t// .get() because push.apply(_, arraylike) throws on ancient WebKit\n\t\t\tpush.apply( ret, elems.get() );\n\t\t}\n\n\t\treturn this.pushStack( ret );\n\t};\n} );\nvar rnumnonpx = new RegExp( \"^(\" + pnum + \")(?!px)[a-z%]+$\", \"i\" );\n\nvar getStyles = function( elem ) {\n\n\t\t// Support: IE <=11 only, Firefox <=30 (#15098, #14150)\n\t\t// IE throws on elements created in popups\n\t\t// FF meanwhile throws on frame elements through \"defaultView.getComputedStyle\"\n\t\tvar view = elem.ownerDocument.defaultView;\n\n\t\tif ( !view || !view.opener ) {\n\t\t\tview = window;\n\t\t}\n\n\t\treturn view.getComputedStyle( elem );\n\t};\n\nvar rboxStyle = new RegExp( cssExpand.join( \"|\" ), \"i\" );\n\n\n\n( function() {\n\n\t// Executing both pixelPosition & boxSizingReliable tests require only one layout\n\t// so they're executed at the same time to save the second computation.\n\tfunction computeStyleTests() {\n\n\t\t// This is a singleton, we need to execute it only once\n\t\tif ( !div ) {\n\t\t\treturn;\n\t\t}\n\n\t\tcontainer.style.cssText = \"position:absolute;left:-11111px;width:60px;\" +\n\t\t\t\"margin-top:1px;padding:0;border:0\";\n\t\tdiv.style.cssText =\n\t\t\t\"position:relative;display:block;box-sizing:border-box;overflow:scroll;\" +\n\t\t\t\"margin:auto;border:1px;padding:1px;\" +\n\t\t\t\"width:60%;top:1%\";\n\t\tdocumentElement.appendChild( container ).appendChild( div );\n\n\t\tvar divStyle = window.getComputedStyle( div );\n\t\tpixelPositionVal = divStyle.top !== \"1%\";\n\n\t\t// Support: Android 4.0 - 4.3 only, Firefox <=3 - 44\n\t\treliableMarginLeftVal = roundPixelMeasures( divStyle.marginLeft ) === 12;\n\n\t\t// Support: Android 4.0 - 4.3 only, Safari <=9.1 - 10.1, iOS <=7.0 - 9.3\n\t\t// Some styles come back with percentage values, even though they shouldn't\n\t\tdiv.style.right = \"60%\";\n\t\tpixelBoxStylesVal = roundPixelMeasures( divStyle.right ) === 36;\n\n\t\t// Support: IE 9 - 11 only\n\t\t// Detect misreporting of content dimensions for box-sizing:border-box elements\n\t\tboxSizingReliableVal = roundPixelMeasures( divStyle.width ) === 36;\n\n\t\t// Support: IE 9 only\n\t\t// Detect overflow:scroll screwiness (gh-3699)\n\t\tdiv.style.position = \"absolute\";\n\t\tscrollboxSizeVal = div.offsetWidth === 36 || \"absolute\";\n\n\t\tdocumentElement.removeChild( container );\n\n\t\t// Nullify the div so it wouldn't be stored in the memory and\n\t\t// it will also be a sign that checks already performed\n\t\tdiv = null;\n\t}\n\n\tfunction roundPixelMeasures( measure ) {\n\t\treturn Math.round( parseFloat( measure ) );\n\t}\n\n\tvar pixelPositionVal, boxSizingReliableVal, scrollboxSizeVal, pixelBoxStylesVal,\n\t\treliableMarginLeftVal,\n\t\tcontainer = document.createElement( \"div\" ),\n\t\tdiv = document.createElement( \"div\" );\n\n\t// Finish early in limited (non-browser) environments\n\tif ( !div.style ) {\n\t\treturn;\n\t}\n\n\t// Support: IE <=9 - 11 only\n\t// Style of cloned element affects source element cloned (#8908)\n\tdiv.style.backgroundClip = \"content-box\";\n\tdiv.cloneNode( true ).style.backgroundClip = \"\";\n\tsupport.clearCloneStyle = div.style.backgroundClip === \"content-box\";\n\n\tjQuery.extend( support, {\n\t\tboxSizingReliable: function() {\n\t\t\tcomputeStyleTests();\n\t\t\treturn boxSizingReliableVal;\n\t\t},\n\t\tpixelBoxStyles: function() {\n\t\t\tcomputeStyleTests();\n\t\t\treturn pixelBoxStylesVal;\n\t\t},\n\t\tpixelPosition: function() {\n\t\t\tcomputeStyleTests();\n\t\t\treturn pixelPositionVal;\n\t\t},\n\t\treliableMarginLeft: function() {\n\t\t\tcomputeStyleTests();\n\t\t\treturn reliableMarginLeftVal;\n\t\t},\n\t\tscrollboxSize: function() {\n\t\t\tcomputeStyleTests();\n\t\t\treturn scrollboxSizeVal;\n\t\t}\n\t} );\n} )();\n\n\nfunction curCSS( elem, name, computed ) {\n\tvar width, minWidth, maxWidth, ret,\n\n\t\t// Support: Firefox 51+\n\t\t// Retrieving style before computed somehow\n\t\t// fixes an issue with getting wrong values\n\t\t// on detached elements\n\t\tstyle = elem.style;\n\n\tcomputed = computed || getStyles( elem );\n\n\t// getPropertyValue is needed for:\n\t// .css('filter') (IE 9 only, #12537)\n\t// .css('--customProperty) (#3144)\n\tif ( computed ) {\n\t\tret = computed.getPropertyValue( name ) || computed[ name ];\n\n\t\tif ( ret === \"\" && !jQuery.contains( elem.ownerDocument, elem ) ) {\n\t\t\tret = jQuery.style( elem, name );\n\t\t}\n\n\t\t// A tribute to the \"awesome hack by Dean Edwards\"\n\t\t// Android Browser returns percentage for some values,\n\t\t// but width seems to be reliably pixels.\n\t\t// This is against the CSSOM draft spec:\n\t\t// https://drafts.csswg.org/cssom/#resolved-values\n\t\tif ( !support.pixelBoxStyles() && rnumnonpx.test( ret ) && rboxStyle.test( name ) ) {\n\n\t\t\t// Remember the original values\n\t\t\twidth = style.width;\n\t\t\tminWidth = style.minWidth;\n\t\t\tmaxWidth = style.maxWidth;\n\n\t\t\t// Put in the new values to get a computed value out\n\t\t\tstyle.minWidth = style.maxWidth = style.width = ret;\n\t\t\tret = computed.width;\n\n\t\t\t// Revert the changed values\n\t\t\tstyle.width = width;\n\t\t\tstyle.minWidth = minWidth;\n\t\t\tstyle.maxWidth = maxWidth;\n\t\t}\n\t}\n\n\treturn ret !== undefined ?\n\n\t\t// Support: IE <=9 - 11 only\n\t\t// IE returns zIndex value as an integer.\n\t\tret + \"\" :\n\t\tret;\n}\n\n\nfunction addGetHookIf( conditionFn, hookFn ) {\n\n\t// Define the hook, we'll check on the first run if it's really needed.\n\treturn {\n\t\tget: function() {\n\t\t\tif ( conditionFn() ) {\n\n\t\t\t\t// Hook not needed (or it's not possible to use it due\n\t\t\t\t// to missing dependency), remove it.\n\t\t\t\tdelete this.get;\n\t\t\t\treturn;\n\t\t\t}\n\n\t\t\t// Hook needed; redefine it so that the support test is not executed again.\n\t\t\treturn ( this.get = hookFn ).apply( this, arguments );\n\t\t}\n\t};\n}\n\n\nvar\n\n\t// Swappable if display is none or starts with table\n\t// except \"table\", \"table-cell\", or \"table-caption\"\n\t// See here for display values: https://developer.mozilla.org/en-US/docs/CSS/display\n\trdisplayswap = /^(none|table(?!-c[ea]).+)/,\n\trcustomProp = /^--/,\n\tcssShow = { position: \"absolute\", visibility: \"hidden\", display: \"block\" },\n\tcssNormalTransform = {\n\t\tletterSpacing: \"0\",\n\t\tfontWeight: \"400\"\n\t},\n\n\tcssPrefixes = [ \"Webkit\", \"Moz\", \"ms\" ],\n\temptyStyle = document.createElement( \"div\" ).style;\n\n// Return a css property mapped to a potentially vendor prefixed property\nfunction vendorPropName( name ) {\n\n\t// Shortcut for names that are not vendor prefixed\n\tif ( name in emptyStyle ) {\n\t\treturn name;\n\t}\n\n\t// Check for vendor prefixed names\n\tvar capName = name[ 0 ].toUpperCase() + name.slice( 1 ),\n\t\ti = cssPrefixes.length;\n\n\twhile ( i-- ) {\n\t\tname = cssPrefixes[ i ] + capName;\n\t\tif ( name in emptyStyle ) {\n\t\t\treturn name;\n\t\t}\n\t}\n}\n\n// Return a property mapped along what jQuery.cssProps suggests or to\n// a vendor prefixed property.\nfunction finalPropName( name ) {\n\tvar ret = jQuery.cssProps[ name ];\n\tif ( !ret ) {\n\t\tret = jQuery.cssProps[ name ] = vendorPropName( name ) || name;\n\t}\n\treturn ret;\n}\n\nfunction setPositiveNumber( elem, value, subtract ) {\n\n\t// Any relative (+/-) values have already been\n\t// normalized at this point\n\tvar matches = rcssNum.exec( value );\n\treturn matches ?\n\n\t\t// Guard against undefined \"subtract\", e.g., when used as in cssHooks\n\t\tMath.max( 0, matches[ 2 ] - ( subtract || 0 ) ) + ( matches[ 3 ] || \"px\" ) :\n\t\tvalue;\n}\n\nfunction boxModelAdjustment( elem, dimension, box, isBorderBox, styles, computedVal ) {\n\tvar i = dimension === \"width\" ? 1 : 0,\n\t\textra = 0,\n\t\tdelta = 0;\n\n\t// Adjustment may not be necessary\n\tif ( box === ( isBorderBox ? \"border\" : \"content\" ) ) {\n\t\treturn 0;\n\t}\n\n\tfor ( ; i < 4; i += 2 ) {\n\n\t\t// Both box models exclude margin\n\t\tif ( box === \"margin\" ) {\n\t\t\tdelta += jQuery.css( elem, box + cssExpand[ i ], true, styles );\n\t\t}\n\n\t\t// If we get here with a content-box, we're seeking \"padding\" or \"border\" or \"margin\"\n\t\tif ( !isBorderBox ) {\n\n\t\t\t// Add padding\n\t\t\tdelta += jQuery.css( elem, \"padding\" + cssExpand[ i ], true, styles );\n\n\t\t\t// For \"border\" or \"margin\", add border\n\t\t\tif ( box !== \"padding\" ) {\n\t\t\t\tdelta += jQuery.css( elem, \"border\" + cssExpand[ i ] + \"Width\", true, styles );\n\n\t\t\t// But still keep track of it otherwise\n\t\t\t} else {\n\t\t\t\textra += jQuery.css( elem, \"border\" + cssExpand[ i ] + \"Width\", true, styles );\n\t\t\t}\n\n\t\t// If we get here with a border-box (content + padding + border), we're seeking \"content\" or\n\t\t// \"padding\" or \"margin\"\n\t\t} else {\n\n\t\t\t// For \"content\", subtract padding\n\t\t\tif ( box === \"content\" ) {\n\t\t\t\tdelta -= jQuery.css( elem, \"padding\" + cssExpand[ i ], true, styles );\n\t\t\t}\n\n\t\t\t// For \"content\" or \"padding\", subtract border\n\t\t\tif ( box !== \"margin\" ) {\n\t\t\t\tdelta -= jQuery.css( elem, \"border\" + cssExpand[ i ] + \"Width\", true, styles );\n\t\t\t}\n\t\t}\n\t}\n\n\t// Account for positive content-box scroll gutter when requested by providing computedVal\n\tif ( !isBorderBox && computedVal >= 0 ) {\n\n\t\t// offsetWidth/offsetHeight is a rounded sum of content, padding, scroll gutter, and border\n\t\t// Assuming integer scroll gutter, subtract the rest and round down\n\t\tdelta += Math.max( 0, Math.ceil(\n\t\t\telem[ \"offset\" + dimension[ 0 ].toUpperCase() + dimension.slice( 1 ) ] -\n\t\t\tcomputedVal -\n\t\t\tdelta -\n\t\t\textra -\n\t\t\t0.5\n\t\t) );\n\t}\n\n\treturn delta;\n}\n\nfunction getWidthOrHeight( elem, dimension, extra ) {\n\n\t// Start with computed style\n\tvar styles = getStyles( elem ),\n\t\tval = curCSS( elem, dimension, styles ),\n\t\tisBorderBox = jQuery.css( elem, \"boxSizing\", false, styles ) === \"border-box\",\n\t\tvalueIsBorderBox = isBorderBox;\n\n\t// Support: Firefox <=54\n\t// Return a confounding non-pixel value or feign ignorance, as appropriate.\n\tif ( rnumnonpx.test( val ) ) {\n\t\tif ( !extra ) {\n\t\t\treturn val;\n\t\t}\n\t\tval = \"auto\";\n\t}\n\n\t// Check for style in case a browser which returns unreliable values\n\t// for getComputedStyle silently falls back to the reliable elem.style\n\tvalueIsBorderBox = valueIsBorderBox &&\n\t\t( support.boxSizingReliable() || val === elem.style[ dimension ] );\n\n\t// Fall back to offsetWidth/offsetHeight when value is \"auto\"\n\t// This happens for inline elements with no explicit setting (gh-3571)\n\t// Support: Android <=4.1 - 4.3 only\n\t// Also use offsetWidth/offsetHeight for misreported inline dimensions (gh-3602)\n\tif ( val === \"auto\" ||\n\t\t!parseFloat( val ) && jQuery.css( elem, \"display\", false, styles ) === \"inline\" ) {\n\n\t\tval = elem[ \"offset\" + dimension[ 0 ].toUpperCase() + dimension.slice( 1 ) ];\n\n\t\t// offsetWidth/offsetHeight provide border-box values\n\t\tvalueIsBorderBox = true;\n\t}\n\n\t// Normalize \"\" and auto\n\tval = parseFloat( val ) || 0;\n\n\t// Adjust for the element's box model\n\treturn ( val +\n\t\tboxModelAdjustment(\n\t\t\telem,\n\t\t\tdimension,\n\t\t\textra || ( isBorderBox ? \"border\" : \"content\" ),\n\t\t\tvalueIsBorderBox,\n\t\t\tstyles,\n\n\t\t\t// Provide the current computed size to request scroll gutter calculation (gh-3589)\n\t\t\tval\n\t\t)\n\t) + \"px\";\n}\n\njQuery.extend( {\n\n\t// Add in style property hooks for overriding the default\n\t// behavior of getting and setting a style property\n\tcssHooks: {\n\t\topacity: {\n\t\t\tget: function( elem, computed ) {\n\t\t\t\tif ( computed ) {\n\n\t\t\t\t\t// We should always get a number back from opacity\n\t\t\t\t\tvar ret = curCSS( elem, \"opacity\" );\n\t\t\t\t\treturn ret === \"\" ? \"1\" : ret;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\n\t// Don't automatically add \"px\" to these possibly-unitless properties\n\tcssNumber: {\n\t\t\"animationIterationCount\": true,\n\t\t\"columnCount\": true,\n\t\t\"fillOpacity\": true,\n\t\t\"flexGrow\": true,\n\t\t\"flexShrink\": true,\n\t\t\"fontWeight\": true,\n\t\t\"lineHeight\": true,\n\t\t\"opacity\": true,\n\t\t\"order\": true,\n\t\t\"orphans\": true,\n\t\t\"widows\": true,\n\t\t\"zIndex\": true,\n\t\t\"zoom\": true\n\t},\n\n\t// Add in properties whose names you wish to fix before\n\t// setting or getting the value\n\tcssProps: {},\n\n\t// Get and set the style property on a DOM Node\n\tstyle: function( elem, name, value, extra ) {\n\n\t\t// Don't set styles on text and comment nodes\n\t\tif ( !elem || elem.nodeType === 3 || elem.nodeType === 8 || !elem.style ) {\n\t\t\treturn;\n\t\t}\n\n\t\t// Make sure that we're working with the right name\n\t\tvar ret, type, hooks,\n\t\t\torigName = camelCase( name ),\n\t\t\tisCustomProp = rcustomProp.test( name ),\n\t\t\tstyle = elem.style;\n\n\t\t// Make sure that we're working with the right name. We don't\n\t\t// want to query the value if it is a CSS custom property\n\t\t// since they are user-defined.\n\t\tif ( !isCustomProp ) {\n\t\t\tname = finalPropName( origName );\n\t\t}\n\n\t\t// Gets hook for the prefixed version, then unprefixed version\n\t\thooks = jQuery.cssHooks[ name ] || jQuery.cssHooks[ origName ];\n\n\t\t// Check if we're setting a value\n\t\tif ( value !== undefined ) {\n\t\t\ttype = typeof value;\n\n\t\t\t// Convert \"+=\" or \"-=\" to relative numbers (#7345)\n\t\t\tif ( type === \"string\" && ( ret = rcssNum.exec( value ) ) && ret[ 1 ] ) {\n\t\t\t\tvalue = adjustCSS( elem, name, ret );\n\n\t\t\t\t// Fixes bug #9237\n\t\t\t\ttype = \"number\";\n\t\t\t}\n\n\t\t\t// Make sure that null and NaN values aren't set (#7116)\n\t\t\tif ( value == null || value !== value ) {\n\t\t\t\treturn;\n\t\t\t}\n\n\t\t\t// If a number was passed in, add the unit (except for certain CSS properties)\n\t\t\tif ( type === \"number\" ) {\n\t\t\t\tvalue += ret && ret[ 3 ] || ( jQuery.cssNumber[ origName ] ? \"\" : \"px\" );\n\t\t\t}\n\n\t\t\t// background-* props affect original clone's values\n\t\t\tif ( !support.clearCloneStyle && value === \"\" && name.indexOf( \"background\" ) === 0 ) {\n\t\t\t\tstyle[ name ] = \"inherit\";\n\t\t\t}\n\n\t\t\t// If a hook was provided, use that value, otherwise just set the specified value\n\t\t\tif ( !hooks || !( \"set\" in hooks ) ||\n\t\t\t\t( value = hooks.set( elem, value, extra ) ) !== undefined ) {\n\n\t\t\t\tif ( isCustomProp ) {\n\t\t\t\t\tstyle.setProperty( name, value );\n\t\t\t\t} else {\n\t\t\t\t\tstyle[ name ] = value;\n\t\t\t\t}\n\t\t\t}\n\n\t\t} else {\n\n\t\t\t// If a hook was provided get the non-computed value from there\n\t\t\tif ( hooks && \"get\" in hooks &&\n\t\t\t\t( ret = hooks.get( elem, false, extra ) ) !== undefined ) {\n\n\t\t\t\treturn ret;\n\t\t\t}\n\n\t\t\t// Otherwise just get the value from the style object\n\t\t\treturn style[ name ];\n\t\t}\n\t},\n\n\tcss: function( elem, name, extra, styles ) {\n\t\tvar val, num, hooks,\n\t\t\torigName = camelCase( name ),\n\t\t\tisCustomProp = rcustomProp.test( name );\n\n\t\t// Make sure that we're working with the right name. We don't\n\t\t// want to modify the value if it is a CSS custom property\n\t\t// since they are user-defined.\n\t\tif ( !isCustomProp ) {\n\t\t\tname = finalPropName( origName );\n\t\t}\n\n\t\t// Try prefixed name followed by the unprefixed name\n\t\thooks = jQuery.cssHooks[ name ] || jQuery.cssHooks[ origName ];\n\n\t\t// If a hook was provided get the computed value from there\n\t\tif ( hooks && \"get\" in hooks ) {\n\t\t\tval = hooks.get( elem, true, extra );\n\t\t}\n\n\t\t// Otherwise, if a way to get the computed value exists, use that\n\t\tif ( val === undefined ) {\n\t\t\tval = curCSS( elem, name, styles );\n\t\t}\n\n\t\t// Convert \"normal\" to computed value\n\t\tif ( val === \"normal\" && name in cssNormalTransform ) {\n\t\t\tval = cssNormalTransform[ name ];\n\t\t}\n\n\t\t// Make numeric if forced or a qualifier was provided and val looks numeric\n\t\tif ( extra === \"\" || extra ) {\n\t\t\tnum = parseFloat( val );\n\t\t\treturn extra === true || isFinite( num ) ? num || 0 : val;\n\t\t}\n\n\t\treturn val;\n\t}\n} );\n\njQuery.each( [ \"height\", \"width\" ], function( i, dimension ) {\n\tjQuery.cssHooks[ dimension ] = {\n\t\tget: function( elem, computed, extra ) {\n\t\t\tif ( computed ) {\n\n\t\t\t\t// Certain elements can have dimension info if we invisibly show them\n\t\t\t\t// but it must have a current display style that would benefit\n\t\t\t\treturn rdisplayswap.test( jQuery.css( elem, \"display\" ) ) &&\n\n\t\t\t\t\t// Support: Safari 8+\n\t\t\t\t\t// Table columns in Safari have non-zero offsetWidth & zero\n\t\t\t\t\t// getBoundingClientRect().width unless display is changed.\n\t\t\t\t\t// Support: IE <=11 only\n\t\t\t\t\t// Running getBoundingClientRect on a disconnected node\n\t\t\t\t\t// in IE throws an error.\n\t\t\t\t\t( !elem.getClientRects().length || !elem.getBoundingClientRect().width ) ?\n\t\t\t\t\t\tswap( elem, cssShow, function() {\n\t\t\t\t\t\t\treturn getWidthOrHeight( elem, dimension, extra );\n\t\t\t\t\t\t} ) :\n\t\t\t\t\t\tgetWidthOrHeight( elem, dimension, extra );\n\t\t\t}\n\t\t},\n\n\t\tset: function( elem, value, extra ) {\n\t\t\tvar matches,\n\t\t\t\tstyles = getStyles( elem ),\n\t\t\t\tisBorderBox = jQuery.css( elem, \"boxSizing\", false, styles ) === \"border-box\",\n\t\t\t\tsubtract = extra && boxModelAdjustment(\n\t\t\t\t\telem,\n\t\t\t\t\tdimension,\n\t\t\t\t\textra,\n\t\t\t\t\tisBorderBox,\n\t\t\t\t\tstyles\n\t\t\t\t);\n\n\t\t\t// Account for unreliable border-box dimensions by comparing offset* to computed and\n\t\t\t// faking a content-box to get border and padding (gh-3699)\n\t\t\tif ( isBorderBox && support.scrollboxSize() === styles.position ) {\n\t\t\t\tsubtract -= Math.ceil(\n\t\t\t\t\telem[ \"offset\" + dimension[ 0 ].toUpperCase() + dimension.slice( 1 ) ] -\n\t\t\t\t\tparseFloat( styles[ dimension ] ) -\n\t\t\t\t\tboxModelAdjustment( elem, dimension, \"border\", false, styles ) -\n\t\t\t\t\t0.5\n\t\t\t\t);\n\t\t\t}\n\n\t\t\t// Convert to pixels if value adjustment is needed\n\t\t\tif ( subtract && ( matches = rcssNum.exec( value ) ) &&\n\t\t\t\t( matches[ 3 ] || \"px\" ) !== \"px\" ) {\n\n\t\t\t\telem.style[ dimension ] = value;\n\t\t\t\tvalue = jQuery.css( elem, dimension );\n\t\t\t}\n\n\t\t\treturn setPositiveNumber( elem, value, subtract );\n\t\t}\n\t};\n} );\n\njQuery.cssHooks.marginLeft = addGetHookIf( support.reliableMarginLeft,\n\tfunction( elem, computed ) {\n\t\tif ( computed ) {\n\t\t\treturn ( parseFloat( curCSS( elem, \"marginLeft\" ) ) ||\n\t\t\t\telem.getBoundingClientRect().left -\n\t\t\t\t\tswap( elem, { marginLeft: 0 }, function() {\n\t\t\t\t\t\treturn elem.getBoundingClientRect().left;\n\t\t\t\t\t} )\n\t\t\t\t) + \"px\";\n\t\t}\n\t}\n);\n\n// These hooks are used by animate to expand properties\njQuery.each( {\n\tmargin: \"\",\n\tpadding: \"\",\n\tborder: \"Width\"\n}, function( prefix, suffix ) {\n\tjQuery.cssHooks[ prefix + suffix ] = {\n\t\texpand: function( value ) {\n\t\t\tvar i = 0,\n\t\t\t\texpanded = {},\n\n\t\t\t\t// Assumes a single number if not a string\n\t\t\t\tparts = typeof value === \"string\" ? value.split( \" \" ) : [ value ];\n\n\t\t\tfor ( ; i < 4; i++ ) {\n\t\t\t\texpanded[ prefix + cssExpand[ i ] + suffix ] =\n\t\t\t\t\tparts[ i ] || parts[ i - 2 ] || parts[ 0 ];\n\t\t\t}\n\n\t\t\treturn expanded;\n\t\t}\n\t};\n\n\tif ( prefix !== \"margin\" ) {\n\t\tjQuery.cssHooks[ prefix + suffix ].set = setPositiveNumber;\n\t}\n} );\n\njQuery.fn.extend( {\n\tcss: function( name, value ) {\n\t\treturn access( this, function( elem, name, value ) {\n\t\t\tvar styles, len,\n\t\t\t\tmap = {},\n\t\t\t\ti = 0;\n\n\t\t\tif ( Array.isArray( name ) ) {\n\t\t\t\tstyles = getStyles( elem );\n\t\t\t\tlen = name.length;\n\n\t\t\t\tfor ( ; i < len; i++ ) {\n\t\t\t\t\tmap[ name[ i ] ] = jQuery.css( elem, name[ i ], false, styles );\n\t\t\t\t}\n\n\t\t\t\treturn map;\n\t\t\t}\n\n\t\t\treturn value !== undefined ?\n\t\t\t\tjQuery.style( elem, name, value ) :\n\t\t\t\tjQuery.css( elem, name );\n\t\t}, name, value, arguments.length > 1 );\n\t}\n} );\n\n\nfunction Tween( elem, options, prop, end, easing ) {\n\treturn new Tween.prototype.init( elem, options, prop, end, easing );\n}\njQuery.Tween = Tween;\n\nTween.prototype = {\n\tconstructor: Tween,\n\tinit: function( elem, options, prop, end, easing, unit ) {\n\t\tthis.elem = elem;\n\t\tthis.prop = prop;\n\t\tthis.easing = easing || jQuery.easing._default;\n\t\tthis.options = options;\n\t\tthis.start = this.now = this.cur();\n\t\tthis.end = end;\n\t\tthis.unit = unit || ( jQuery.cssNumber[ prop ] ? \"\" : \"px\" );\n\t},\n\tcur: function() {\n\t\tvar hooks = Tween.propHooks[ this.prop ];\n\n\t\treturn hooks && hooks.get ?\n\t\t\thooks.get( this ) :\n\t\t\tTween.propHooks._default.get( this );\n\t},\n\trun: function( percent ) {\n\t\tvar eased,\n\t\t\thooks = Tween.propHooks[ this.prop ];\n\n\t\tif ( this.options.duration ) {\n\t\t\tthis.pos = eased = jQuery.easing[ this.easing ](\n\t\t\t\tpercent, this.options.duration * percent, 0, 1, this.options.duration\n\t\t\t);\n\t\t} else {\n\t\t\tthis.pos = eased = percent;\n\t\t}\n\t\tthis.now = ( this.end - this.start ) * eased + this.start;\n\n\t\tif ( this.options.step ) {\n\t\t\tthis.options.step.call( this.elem, this.now, this );\n\t\t}\n\n\t\tif ( hooks && hooks.set ) {\n\t\t\thooks.set( this );\n\t\t} else {\n\t\t\tTween.propHooks._default.set( this );\n\t\t}\n\t\treturn this;\n\t}\n};\n\nTween.prototype.init.prototype = Tween.prototype;\n\nTween.propHooks = {\n\t_default: {\n\t\tget: function( tween ) {\n\t\t\tvar result;\n\n\t\t\t// Use a property on the element directly when it is not a DOM element,\n\t\t\t// or when there is no matching style property that exists.\n\t\t\tif ( tween.elem.nodeType !== 1 ||\n\t\t\t\ttween.elem[ tween.prop ] != null && tween.elem.style[ tween.prop ] == null ) {\n\t\t\t\treturn tween.elem[ tween.prop ];\n\t\t\t}\n\n\t\t\t// Passing an empty string as a 3rd parameter to .css will automatically\n\t\t\t// attempt a parseFloat and fallback to a string if the parse fails.\n\t\t\t// Simple values such as \"10px\" are parsed to Float;\n\t\t\t// complex values such as \"rotate(1rad)\" are returned as-is.\n\t\t\tresult = jQuery.css( tween.elem, tween.prop, \"\" );\n\n\t\t\t// Empty strings, null, undefined and \"auto\" are converted to 0.\n\t\t\treturn !result || result === \"auto\" ? 0 : result;\n\t\t},\n\t\tset: function( tween ) {\n\n\t\t\t// Use step hook for back compat.\n\t\t\t// Use cssHook if its there.\n\t\t\t// Use .style if available and use plain properties where available.\n\t\t\tif ( jQuery.fx.step[ tween.prop ] ) {\n\t\t\t\tjQuery.fx.step[ tween.prop ]( tween );\n\t\t\t} else if ( tween.elem.nodeType === 1 &&\n\t\t\t\t( tween.elem.style[ jQuery.cssProps[ tween.prop ] ] != null ||\n\t\t\t\t\tjQuery.cssHooks[ tween.prop ] ) ) {\n\t\t\t\tjQuery.style( tween.elem, tween.prop, tween.now + tween.unit );\n\t\t\t} else {\n\t\t\t\ttween.elem[ tween.prop ] = tween.now;\n\t\t\t}\n\t\t}\n\t}\n};\n\n// Support: IE <=9 only\n// Panic based approach to setting things on disconnected nodes\nTween.propHooks.scrollTop = Tween.propHooks.scrollLeft = {\n\tset: function( tween ) {\n\t\tif ( tween.elem.nodeType && tween.elem.parentNode ) {\n\t\t\ttween.elem[ tween.prop ] = tween.now;\n\t\t}\n\t}\n};\n\njQuery.easing = {\n\tlinear: function( p ) {\n\t\treturn p;\n\t},\n\tswing: function( p ) {\n\t\treturn 0.5 - Math.cos( p * Math.PI ) / 2;\n\t},\n\t_default: \"swing\"\n};\n\njQuery.fx = Tween.prototype.init;\n\n// Back compat <1.8 extension point\njQuery.fx.step = {};\n\n\n\n\nvar\n\tfxNow, inProgress,\n\trfxtypes = /^(?:toggle|show|hide)$/,\n\trrun = /queueHooks$/;\n\nfunction schedule() {\n\tif ( inProgress ) {\n\t\tif ( document.hidden === false && window.requestAnimationFrame ) {\n\t\t\twindow.requestAnimationFrame( schedule );\n\t\t} else {\n\t\t\twindow.setTimeout( schedule, jQuery.fx.interval );\n\t\t}\n\n\t\tjQuery.fx.tick();\n\t}\n}\n\n// Animations created synchronously will run synchronously\nfunction createFxNow() {\n\twindow.setTimeout( function() {\n\t\tfxNow = undefined;\n\t} );\n\treturn ( fxNow = Date.now() );\n}\n\n// Generate parameters to create a standard animation\nfunction genFx( type, includeWidth ) {\n\tvar which,\n\t\ti = 0,\n\t\tattrs = { height: type };\n\n\t// If we include width, step value is 1 to do all cssExpand values,\n\t// otherwise step value is 2 to skip over Left and Right\n\tincludeWidth = includeWidth ? 1 : 0;\n\tfor ( ; i < 4; i += 2 - includeWidth ) {\n\t\twhich = cssExpand[ i ];\n\t\tattrs[ \"margin\" + which ] = attrs[ \"padding\" + which ] = type;\n\t}\n\n\tif ( includeWidth ) {\n\t\tattrs.opacity = attrs.width = type;\n\t}\n\n\treturn attrs;\n}\n\nfunction createTween( value, prop, animation ) {\n\tvar tween,\n\t\tcollection = ( Animation.tweeners[ prop ] || [] ).concat( Animation.tweeners[ \"*\" ] ),\n\t\tindex = 0,\n\t\tlength = collection.length;\n\tfor ( ; index < length; index++ ) {\n\t\tif ( ( tween = collection[ index ].call( animation, prop, value ) ) ) {\n\n\t\t\t// We're done with this property\n\t\t\treturn tween;\n\t\t}\n\t}\n}\n\nfunction defaultPrefilter( elem, props, opts ) {\n\tvar prop, value, toggle, hooks, oldfire, propTween, restoreDisplay, display,\n\t\tisBox = \"width\" in props || \"height\" in props,\n\t\tanim = this,\n\t\torig = {},\n\t\tstyle = elem.style,\n\t\thidden = elem.nodeType && isHiddenWithinTree( elem ),\n\t\tdataShow = dataPriv.get( elem, \"fxshow\" );\n\n\t// Queue-skipping animations hijack the fx hooks\n\tif ( !opts.queue ) {\n\t\thooks = jQuery._queueHooks( elem, \"fx\" );\n\t\tif ( hooks.unqueued == null ) {\n\t\t\thooks.unqueued = 0;\n\t\t\toldfire = hooks.empty.fire;\n\t\t\thooks.empty.fire = function() {\n\t\t\t\tif ( !hooks.unqueued ) {\n\t\t\t\t\toldfire();\n\t\t\t\t}\n\t\t\t};\n\t\t}\n\t\thooks.unqueued++;\n\n\t\tanim.always( function() {\n\n\t\t\t// Ensure the complete handler is called before this completes\n\t\t\tanim.always( function() {\n\t\t\t\thooks.unqueued--;\n\t\t\t\tif ( !jQuery.queue( elem, \"fx\" ).length ) {\n\t\t\t\t\thooks.empty.fire();\n\t\t\t\t}\n\t\t\t} );\n\t\t} );\n\t}\n\n\t// Detect show/hide animations\n\tfor ( prop in props ) {\n\t\tvalue = props[ prop ];\n\t\tif ( rfxtypes.test( value ) ) {\n\t\t\tdelete props[ prop ];\n\t\t\ttoggle = toggle || value === \"toggle\";\n\t\t\tif ( value === ( hidden ? \"hide\" : \"show\" ) ) {\n\n\t\t\t\t// Pretend to be hidden if this is a \"show\" and\n\t\t\t\t// there is still data from a stopped show/hide\n\t\t\t\tif ( value === \"show\" && dataShow && dataShow[ prop ] !== undefined ) {\n\t\t\t\t\thidden = true;\n\n\t\t\t\t// Ignore all other no-op show/hide data\n\t\t\t\t} else {\n\t\t\t\t\tcontinue;\n\t\t\t\t}\n\t\t\t}\n\t\t\torig[ prop ] = dataShow && dataShow[ prop ] || jQuery.style( elem, prop );\n\t\t}\n\t}\n\n\t// Bail out if this is a no-op like .hide().hide()\n\tpropTween = !jQuery.isEmptyObject( props );\n\tif ( !propTween && jQuery.isEmptyObject( orig ) ) {\n\t\treturn;\n\t}\n\n\t// Restrict \"overflow\" and \"display\" styles during box animations\n\tif ( isBox && elem.nodeType === 1 ) {\n\n\t\t// Support: IE <=9 - 11, Edge 12 - 15\n\t\t// Record all 3 overflow attributes because IE does not infer the shorthand\n\t\t// from identically-valued overflowX and overflowY and Edge just mirrors\n\t\t// the overflowX value there.\n\t\topts.overflow = [ style.overflow, style.overflowX, style.overflowY ];\n\n\t\t// Identify a display type, preferring old show/hide data over the CSS cascade\n\t\trestoreDisplay = dataShow && dataShow.display;\n\t\tif ( restoreDisplay == null ) {\n\t\t\trestoreDisplay = dataPriv.get( elem, \"display\" );\n\t\t}\n\t\tdisplay = jQuery.css( elem, \"display\" );\n\t\tif ( display === \"none\" ) {\n\t\t\tif ( restoreDisplay ) {\n\t\t\t\tdisplay = restoreDisplay;\n\t\t\t} else {\n\n\t\t\t\t// Get nonempty value(s) by temporarily forcing visibility\n\t\t\t\tshowHide( [ elem ], true );\n\t\t\t\trestoreDisplay = elem.style.display || restoreDisplay;\n\t\t\t\tdisplay = jQuery.css( elem, \"display\" );\n\t\t\t\tshowHide( [ elem ] );\n\t\t\t}\n\t\t}\n\n\t\t// Animate inline elements as inline-block\n\t\tif ( display === \"inline\" || display === \"inline-block\" && restoreDisplay != null ) {\n\t\t\tif ( jQuery.css( elem, \"float\" ) === \"none\" ) {\n\n\t\t\t\t// Restore the original display value at the end of pure show/hide animations\n\t\t\t\tif ( !propTween ) {\n\t\t\t\t\tanim.done( function() {\n\t\t\t\t\t\tstyle.display = restoreDisplay;\n\t\t\t\t\t} );\n\t\t\t\t\tif ( restoreDisplay == null ) {\n\t\t\t\t\t\tdisplay = style.display;\n\t\t\t\t\t\trestoreDisplay = display === \"none\" ? \"\" : display;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\tstyle.display = \"inline-block\";\n\t\t\t}\n\t\t}\n\t}\n\n\tif ( opts.overflow ) {\n\t\tstyle.overflow = \"hidden\";\n\t\tanim.always( function() {\n\t\t\tstyle.overflow = opts.overflow[ 0 ];\n\t\t\tstyle.overflowX = opts.overflow[ 1 ];\n\t\t\tstyle.overflowY = opts.overflow[ 2 ];\n\t\t} );\n\t}\n\n\t// Implement show/hide animations\n\tpropTween = false;\n\tfor ( prop in orig ) {\n\n\t\t// General show/hide setup for this element animation\n\t\tif ( !propTween ) {\n\t\t\tif ( dataShow ) {\n\t\t\t\tif ( \"hidden\" in dataShow ) {\n\t\t\t\t\thidden = dataShow.hidden;\n\t\t\t\t}\n\t\t\t} else {\n\t\t\t\tdataShow = dataPriv.access( elem, \"fxshow\", { display: restoreDisplay } );\n\t\t\t}\n\n\t\t\t// Store hidden/visible for toggle so `.stop().toggle()` \"reverses\"\n\t\t\tif ( toggle ) {\n\t\t\t\tdataShow.hidden = !hidden;\n\t\t\t}\n\n\t\t\t// Show elements before animating them\n\t\t\tif ( hidden ) {\n\t\t\t\tshowHide( [ elem ], true );\n\t\t\t}\n\n\t\t\t/* eslint-disable no-loop-func */\n\n\t\t\tanim.done( function() {\n\n\t\t\t/* eslint-enable no-loop-func */\n\n\t\t\t\t// The final step of a \"hide\" animation is actually hiding the element\n\t\t\t\tif ( !hidden ) {\n\t\t\t\t\tshowHide( [ elem ] );\n\t\t\t\t}\n\t\t\t\tdataPriv.remove( elem, \"fxshow\" );\n\t\t\t\tfor ( prop in orig ) {\n\t\t\t\t\tjQuery.style( elem, prop, orig[ prop ] );\n\t\t\t\t}\n\t\t\t} );\n\t\t}\n\n\t\t// Per-property setup\n\t\tpropTween = createTween( hidden ? dataShow[ prop ] : 0, prop, anim );\n\t\tif ( !( prop in dataShow ) ) {\n\t\t\tdataShow[ prop ] = propTween.start;\n\t\t\tif ( hidden ) {\n\t\t\t\tpropTween.end = propTween.start;\n\t\t\t\tpropTween.start = 0;\n\t\t\t}\n\t\t}\n\t}\n}\n\nfunction propFilter( props, specialEasing ) {\n\tvar index, name, easing, value, hooks;\n\n\t// camelCase, specialEasing and expand cssHook pass\n\tfor ( index in props ) {\n\t\tname = camelCase( index );\n\t\teasing = specialEasing[ name ];\n\t\tvalue = props[ index ];\n\t\tif ( Array.isArray( value ) ) {\n\t\t\teasing = value[ 1 ];\n\t\t\tvalue = props[ index ] = value[ 0 ];\n\t\t}\n\n\t\tif ( index !== name ) {\n\t\t\tprops[ name ] = value;\n\t\t\tdelete props[ index ];\n\t\t}\n\n\t\thooks = jQuery.cssHooks[ name ];\n\t\tif ( hooks && \"expand\" in hooks ) {\n\t\t\tvalue = hooks.expand( value );\n\t\t\tdelete props[ name ];\n\n\t\t\t// Not quite $.extend, this won't overwrite existing keys.\n\t\t\t// Reusing 'index' because we have the correct \"name\"\n\t\t\tfor ( index in value ) {\n\t\t\t\tif ( !( index in props ) ) {\n\t\t\t\t\tprops[ index ] = value[ index ];\n\t\t\t\t\tspecialEasing[ index ] = easing;\n\t\t\t\t}\n\t\t\t}\n\t\t} else {\n\t\t\tspecialEasing[ name ] = easing;\n\t\t}\n\t}\n}\n\nfunction Animation( elem, properties, options ) {\n\tvar result,\n\t\tstopped,\n\t\tindex = 0,\n\t\tlength = Animation.prefilters.length,\n\t\tdeferred = jQuery.Deferred().always( function() {\n\n\t\t\t// Don't match elem in the :animated selector\n\t\t\tdelete tick.elem;\n\t\t} ),\n\t\ttick = function() {\n\t\t\tif ( stopped ) {\n\t\t\t\treturn false;\n\t\t\t}\n\t\t\tvar currentTime = fxNow || createFxNow(),\n\t\t\t\tremaining = Math.max( 0, animation.startTime + animation.duration - currentTime ),\n\n\t\t\t\t// Support: Android 2.3 only\n\t\t\t\t// Archaic crash bug won't allow us to use `1 - ( 0.5 || 0 )` (#12497)\n\t\t\t\ttemp = remaining / animation.duration || 0,\n\t\t\t\tpercent = 1 - temp,\n\t\t\t\tindex = 0,\n\t\t\t\tlength = animation.tweens.length;\n\n\t\t\tfor ( ; index < length; index++ ) {\n\t\t\t\tanimation.tweens[ index ].run( percent );\n\t\t\t}\n\n\t\t\tdeferred.notifyWith( elem, [ animation, percent, remaining ] );\n\n\t\t\t// If there's more to do, yield\n\t\t\tif ( percent < 1 && length ) {\n\t\t\t\treturn remaining;\n\t\t\t}\n\n\t\t\t// If this was an empty animation, synthesize a final progress notification\n\t\t\tif ( !length ) {\n\t\t\t\tdeferred.notifyWith( elem, [ animation, 1, 0 ] );\n\t\t\t}\n\n\t\t\t// Resolve the animation and report its conclusion\n\t\t\tdeferred.resolveWith( elem, [ animation ] );\n\t\t\treturn false;\n\t\t},\n\t\tanimation = deferred.promise( {\n\t\t\telem: elem,\n\t\t\tprops: jQuery.extend( {}, properties ),\n\t\t\topts: jQuery.extend( true, {\n\t\t\t\tspecialEasing: {},\n\t\t\t\teasing: jQuery.easing._default\n\t\t\t}, options ),\n\t\t\toriginalProperties: properties,\n\t\t\toriginalOptions: options,\n\t\t\tstartTime: fxNow || createFxNow(),\n\t\t\tduration: options.duration,\n\t\t\ttweens: [],\n\t\t\tcreateTween: function( prop, end ) {\n\t\t\t\tvar tween = jQuery.Tween( elem, animation.opts, prop, end,\n\t\t\t\t\t\tanimation.opts.specialEasing[ prop ] || animation.opts.easing );\n\t\t\t\tanimation.tweens.push( tween );\n\t\t\t\treturn tween;\n\t\t\t},\n\t\t\tstop: function( gotoEnd ) {\n\t\t\t\tvar index = 0,\n\n\t\t\t\t\t// If we are going to the end, we want to run all the tweens\n\t\t\t\t\t// otherwise we skip this part\n\t\t\t\t\tlength = gotoEnd ? animation.tweens.length : 0;\n\t\t\t\tif ( stopped ) {\n\t\t\t\t\treturn this;\n\t\t\t\t}\n\t\t\t\tstopped = true;\n\t\t\t\tfor ( ; index < length; index++ ) {\n\t\t\t\t\tanimation.tweens[ index ].run( 1 );\n\t\t\t\t}\n\n\t\t\t\t// Resolve when we played the last frame; otherwise, reject\n\t\t\t\tif ( gotoEnd ) {\n\t\t\t\t\tdeferred.notifyWith( elem, [ animation, 1, 0 ] );\n\t\t\t\t\tdeferred.resolveWith( elem, [ animation, gotoEnd ] );\n\t\t\t\t} else {\n\t\t\t\t\tdeferred.rejectWith( elem, [ animation, gotoEnd ] );\n\t\t\t\t}\n\t\t\t\treturn this;\n\t\t\t}\n\t\t} ),\n\t\tprops = animation.props;\n\n\tpropFilter( props, animation.opts.specialEasing );\n\n\tfor ( ; index < length; index++ ) {\n\t\tresult = Animation.prefilters[ index ].call( animation, elem, props, animation.opts );\n\t\tif ( result ) {\n\t\t\tif ( isFunction( result.stop ) ) {\n\t\t\t\tjQuery._queueHooks( animation.elem, animation.opts.queue ).stop =\n\t\t\t\t\tresult.stop.bind( result );\n\t\t\t}\n\t\t\treturn result;\n\t\t}\n\t}\n\n\tjQuery.map( props, createTween, animation );\n\n\tif ( isFunction( animation.opts.start ) ) {\n\t\tanimation.opts.start.call( elem, animation );\n\t}\n\n\t// Attach callbacks from options\n\tanimation\n\t\t.progress( animation.opts.progress )\n\t\t.done( animation.opts.done, animation.opts.complete )\n\t\t.fail( animation.opts.fail )\n\t\t.always( animation.opts.always );\n\n\tjQuery.fx.timer(\n\t\tjQuery.extend( tick, {\n\t\t\telem: elem,\n\t\t\tanim: animation,\n\t\t\tqueue: animation.opts.queue\n\t\t} )\n\t);\n\n\treturn animation;\n}\n\njQuery.Animation = jQuery.extend( Animation, {\n\n\ttweeners: {\n\t\t\"*\": [ function( prop, value ) {\n\t\t\tvar tween = this.createTween( prop, value );\n\t\t\tadjustCSS( tween.elem, prop, rcssNum.exec( value ), tween );\n\t\t\treturn tween;\n\t\t} ]\n\t},\n\n\ttweener: function( props, callback ) {\n\t\tif ( isFunction( props ) ) {\n\t\t\tcallback = props;\n\t\t\tprops = [ \"*\" ];\n\t\t} else {\n\t\t\tprops = props.match( rnothtmlwhite );\n\t\t}\n\n\t\tvar prop,\n\t\t\tindex = 0,\n\t\t\tlength = props.length;\n\n\t\tfor ( ; index < length; index++ ) {\n\t\t\tprop = props[ index ];\n\t\t\tAnimation.tweeners[ prop ] = Animation.tweeners[ prop ] || [];\n\t\t\tAnimation.tweeners[ prop ].unshift( callback );\n\t\t}\n\t},\n\n\tprefilters: [ defaultPrefilter ],\n\n\tprefilter: function( callback, prepend ) {\n\t\tif ( prepend ) {\n\t\t\tAnimation.prefilters.unshift( callback );\n\t\t} else {\n\t\t\tAnimation.prefilters.push( callback );\n\t\t}\n\t}\n} );\n\njQuery.speed = function( speed, easing, fn ) {\n\tvar opt = speed && typeof speed === \"object\" ? jQuery.extend( {}, speed ) : {\n\t\tcomplete: fn || !fn && easing ||\n\t\t\tisFunction( speed ) && speed,\n\t\tduration: speed,\n\t\teasing: fn && easing || easing && !isFunction( easing ) && easing\n\t};\n\n\t// Go to the end state if fx are off\n\tif ( jQuery.fx.off ) {\n\t\topt.duration = 0;\n\n\t} else {\n\t\tif ( typeof opt.duration !== \"number\" ) {\n\t\t\tif ( opt.duration in jQuery.fx.speeds ) {\n\t\t\t\topt.duration = jQuery.fx.speeds[ opt.duration ];\n\n\t\t\t} else {\n\t\t\t\topt.duration = jQuery.fx.speeds._default;\n\t\t\t}\n\t\t}\n\t}\n\n\t// Normalize opt.queue - true/undefined/null -> \"fx\"\n\tif ( opt.queue == null || opt.queue === true ) {\n\t\topt.queue = \"fx\";\n\t}\n\n\t// Queueing\n\topt.old = opt.complete;\n\n\topt.complete = function() {\n\t\tif ( isFunction( opt.old ) ) {\n\t\t\topt.old.call( this );\n\t\t}\n\n\t\tif ( opt.queue ) {\n\t\t\tjQuery.dequeue( this, opt.queue );\n\t\t}\n\t};\n\n\treturn opt;\n};\n\njQuery.fn.extend( {\n\tfadeTo: function( speed, to, easing, callback ) {\n\n\t\t// Show any hidden elements after setting opacity to 0\n\t\treturn this.filter( isHiddenWithinTree ).css( \"opacity\", 0 ).show()\n\n\t\t\t// Animate to the value specified\n\t\t\t.end().animate( { opacity: to }, speed, easing, callback );\n\t},\n\tanimate: function( prop, speed, easing, callback ) {\n\t\tvar empty = jQuery.isEmptyObject( prop ),\n\t\t\toptall = jQuery.speed( speed, easing, callback ),\n\t\t\tdoAnimation = function() {\n\n\t\t\t\t// Operate on a copy of prop so per-property easing won't be lost\n\t\t\t\tvar anim = Animation( this, jQuery.extend( {}, prop ), optall );\n\n\t\t\t\t// Empty animations, or finishing resolves immediately\n\t\t\t\tif ( empty || dataPriv.get( this, \"finish\" ) ) {\n\t\t\t\t\tanim.stop( true );\n\t\t\t\t}\n\t\t\t};\n\t\t\tdoAnimation.finish = doAnimation;\n\n\t\treturn empty || optall.queue === false ?\n\t\t\tthis.each( doAnimation ) :\n\t\t\tthis.queue( optall.queue, doAnimation );\n\t},\n\tstop: function( type, clearQueue, gotoEnd ) {\n\t\tvar stopQueue = function( hooks ) {\n\t\t\tvar stop = hooks.stop;\n\t\t\tdelete hooks.stop;\n\t\t\tstop( gotoEnd );\n\t\t};\n\n\t\tif ( typeof type !== \"string\" ) {\n\t\t\tgotoEnd = clearQueue;\n\t\t\tclearQueue = type;\n\t\t\ttype = undefined;\n\t\t}\n\t\tif ( clearQueue && type !== false ) {\n\t\t\tthis.queue( type || \"fx\", [] );\n\t\t}\n\n\t\treturn this.each( function() {\n\t\t\tvar dequeue = true,\n\t\t\t\tindex = type != null && type + \"queueHooks\",\n\t\t\t\ttimers = jQuery.timers,\n\t\t\t\tdata = dataPriv.get( this );\n\n\t\t\tif ( index ) {\n\t\t\t\tif ( data[ index ] && data[ index ].stop ) {\n\t\t\t\t\tstopQueue( data[ index ] );\n\t\t\t\t}\n\t\t\t} else {\n\t\t\t\tfor ( index in data ) {\n\t\t\t\t\tif ( data[ index ] && data[ index ].stop && rrun.test( index ) ) {\n\t\t\t\t\t\tstopQueue( data[ index ] );\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\n\t\t\tfor ( index = timers.length; index--; ) {\n\t\t\t\tif ( timers[ index ].elem === this &&\n\t\t\t\t\t( type == null || timers[ index ].queue === type ) ) {\n\n\t\t\t\t\ttimers[ index ].anim.stop( gotoEnd );\n\t\t\t\t\tdequeue = false;\n\t\t\t\t\ttimers.splice( index, 1 );\n\t\t\t\t}\n\t\t\t}\n\n\t\t\t// Start the next in the queue if the last step wasn't forced.\n\t\t\t// Timers currently will call their complete callbacks, which\n\t\t\t// will dequeue but only if they were gotoEnd.\n\t\t\tif ( dequeue || !gotoEnd ) {\n\t\t\t\tjQuery.dequeue( this, type );\n\t\t\t}\n\t\t} );\n\t},\n\tfinish: function( type ) {\n\t\tif ( type !== false ) {\n\t\t\ttype = type || \"fx\";\n\t\t}\n\t\treturn this.each( function() {\n\t\t\tvar index,\n\t\t\t\tdata = dataPriv.get( this ),\n\t\t\t\tqueue = data[ type + \"queue\" ],\n\t\t\t\thooks = data[ type + \"queueHooks\" ],\n\t\t\t\ttimers = jQuery.timers,\n\t\t\t\tlength = queue ? queue.length : 0;\n\n\t\t\t// Enable finishing flag on private data\n\t\t\tdata.finish = true;\n\n\t\t\t// Empty the queue first\n\t\t\tjQuery.queue( this, type, [] );\n\n\t\t\tif ( hooks && hooks.stop ) {\n\t\t\t\thooks.stop.call( this, true );\n\t\t\t}\n\n\t\t\t// Look for any active animations, and finish them\n\t\t\tfor ( index = timers.length; index--; ) {\n\t\t\t\tif ( timers[ index ].elem === this && timers[ index ].queue === type ) {\n\t\t\t\t\ttimers[ index ].anim.stop( true );\n\t\t\t\t\ttimers.splice( index, 1 );\n\t\t\t\t}\n\t\t\t}\n\n\t\t\t// Look for any animations in the old queue and finish them\n\t\t\tfor ( index = 0; index < length; index++ ) {\n\t\t\t\tif ( queue[ index ] && queue[ index ].finish ) {\n\t\t\t\t\tqueue[ index ].finish.call( this );\n\t\t\t\t}\n\t\t\t}\n\n\t\t\t// Turn off finishing flag\n\t\t\tdelete data.finish;\n\t\t} );\n\t}\n} );\n\njQuery.each( [ \"toggle\", \"show\", \"hide\" ], function( i, name ) {\n\tvar cssFn = jQuery.fn[ name ];\n\tjQuery.fn[ name ] = function( speed, easing, callback ) {\n\t\treturn speed == null || typeof speed === \"boolean\" ?\n\t\t\tcssFn.apply( this, arguments ) :\n\t\t\tthis.animate( genFx( name, true ), speed, easing, callback );\n\t};\n} );\n\n// Generate shortcuts for custom animations\njQuery.each( {\n\tslideDown: genFx( \"show\" ),\n\tslideUp: genFx( \"hide\" ),\n\tslideToggle: genFx( \"toggle\" ),\n\tfadeIn: { opacity: \"show\" },\n\tfadeOut: { opacity: \"hide\" },\n\tfadeToggle: { opacity: \"toggle\" }\n}, function( name, props ) {\n\tjQuery.fn[ name ] = function( speed, easing, callback ) {\n\t\treturn this.animate( props, speed, easing, callback );\n\t};\n} );\n\njQuery.timers = [];\njQuery.fx.tick = function() {\n\tvar timer,\n\t\ti = 0,\n\t\ttimers = jQuery.timers;\n\n\tfxNow = Date.now();\n\n\tfor ( ; i < timers.length; i++ ) {\n\t\ttimer = timers[ i ];\n\n\t\t// Run the timer and safely remove it when done (allowing for external removal)\n\t\tif ( !timer() && timers[ i ] === timer ) {\n\t\t\ttimers.splice( i--, 1 );\n\t\t}\n\t}\n\n\tif ( !timers.length ) {\n\t\tjQuery.fx.stop();\n\t}\n\tfxNow = undefined;\n};\n\njQuery.fx.timer = function( timer ) {\n\tjQuery.timers.push( timer );\n\tjQuery.fx.start();\n};\n\njQuery.fx.interval = 13;\njQuery.fx.start = function() {\n\tif ( inProgress ) {\n\t\treturn;\n\t}\n\n\tinProgress = true;\n\tschedule();\n};\n\njQuery.fx.stop = function() {\n\tinProgress = null;\n};\n\njQuery.fx.speeds = {\n\tslow: 600,\n\tfast: 200,\n\n\t// Default speed\n\t_default: 400\n};\n\n\n// Based off of the plugin by Clint Helfers, with permission.\n// https://web.archive.org/web/20100324014747/http://blindsignals.com/index.php/2009/07/jquery-delay/\njQuery.fn.delay = function( time, type ) {\n\ttime = jQuery.fx ? jQuery.fx.speeds[ time ] || time : time;\n\ttype = type || \"fx\";\n\n\treturn this.queue( type, function( next, hooks ) {\n\t\tvar timeout = window.setTimeout( next, time );\n\t\thooks.stop = function() {\n\t\t\twindow.clearTimeout( timeout );\n\t\t};\n\t} );\n};\n\n\n( function() {\n\tvar input = document.createElement( \"input\" ),\n\t\tselect = document.createElement( \"select\" ),\n\t\topt = select.appendChild( document.createElement( \"option\" ) );\n\n\tinput.type = \"checkbox\";\n\n\t// Support: Android <=4.3 only\n\t// Default value for a checkbox should be \"on\"\n\tsupport.checkOn = input.value !== \"\";\n\n\t// Support: IE <=11 only\n\t// Must access selectedIndex to make default options select\n\tsupport.optSelected = opt.selected;\n\n\t// Support: IE <=11 only\n\t// An input loses its value after becoming a radio\n\tinput = document.createElement( \"input\" );\n\tinput.value = \"t\";\n\tinput.type = \"radio\";\n\tsupport.radioValue = input.value === \"t\";\n} )();\n\n\nvar boolHook,\n\tattrHandle = jQuery.expr.attrHandle;\n\njQuery.fn.extend( {\n\tattr: function( name, value ) {\n\t\treturn access( this, jQuery.attr, name, value, arguments.length > 1 );\n\t},\n\n\tremoveAttr: function( name ) {\n\t\treturn this.each( function() {\n\t\t\tjQuery.removeAttr( this, name );\n\t\t} );\n\t}\n} );\n\njQuery.extend( {\n\tattr: function( elem, name, value ) {\n\t\tvar ret, hooks,\n\t\t\tnType = elem.nodeType;\n\n\t\t// Don't get/set attributes on text, comment and attribute nodes\n\t\tif ( nType === 3 || nType === 8 || nType === 2 ) {\n\t\t\treturn;\n\t\t}\n\n\t\t// Fallback to prop when attributes are not supported\n\t\tif ( typeof elem.getAttribute === \"undefined\" ) {\n\t\t\treturn jQuery.prop( elem, name, value );\n\t\t}\n\n\t\t// Attribute hooks are determined by the lowercase version\n\t\t// Grab necessary hook if one is defined\n\t\tif ( nType !== 1 || !jQuery.isXMLDoc( elem ) ) {\n\t\t\thooks = jQuery.attrHooks[ name.toLowerCase() ] ||\n\t\t\t\t( jQuery.expr.match.bool.test( name ) ? boolHook : undefined );\n\t\t}\n\n\t\tif ( value !== undefined ) {\n\t\t\tif ( value === null ) {\n\t\t\t\tjQuery.removeAttr( elem, name );\n\t\t\t\treturn;\n\t\t\t}\n\n\t\t\tif ( hooks && \"set\" in hooks &&\n\t\t\t\t( ret = hooks.set( elem, value, name ) ) !== undefined ) {\n\t\t\t\treturn ret;\n\t\t\t}\n\n\t\t\telem.setAttribute( name, value + \"\" );\n\t\t\treturn value;\n\t\t}\n\n\t\tif ( hooks && \"get\" in hooks && ( ret = hooks.get( elem, name ) ) !== null ) {\n\t\t\treturn ret;\n\t\t}\n\n\t\tret = jQuery.find.attr( elem, name );\n\n\t\t// Non-existent attributes return null, we normalize to undefined\n\t\treturn ret == null ? undefined : ret;\n\t},\n\n\tattrHooks: {\n\t\ttype: {\n\t\t\tset: function( elem, value ) {\n\t\t\t\tif ( !support.radioValue && value === \"radio\" &&\n\t\t\t\t\tnodeName( elem, \"input\" ) ) {\n\t\t\t\t\tvar val = elem.value;\n\t\t\t\t\telem.setAttribute( \"type\", value );\n\t\t\t\t\tif ( val ) {\n\t\t\t\t\t\telem.value = val;\n\t\t\t\t\t}\n\t\t\t\t\treturn value;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\n\tremoveAttr: function( elem, value ) {\n\t\tvar name,\n\t\t\ti = 0,\n\n\t\t\t// Attribute names can contain non-HTML whitespace characters\n\t\t\t// https://html.spec.whatwg.org/multipage/syntax.html#attributes-2\n\t\t\tattrNames = value && value.match( rnothtmlwhite );\n\n\t\tif ( attrNames && elem.nodeType === 1 ) {\n\t\t\twhile ( ( name = attrNames[ i++ ] ) ) {\n\t\t\t\telem.removeAttribute( name );\n\t\t\t}\n\t\t}\n\t}\n} );\n\n// Hooks for boolean attributes\nboolHook = {\n\tset: function( elem, value, name ) {\n\t\tif ( value === false ) {\n\n\t\t\t// Remove boolean attributes when set to false\n\t\t\tjQuery.removeAttr( elem, name );\n\t\t} else {\n\t\t\telem.setAttribute( name, name );\n\t\t}\n\t\treturn name;\n\t}\n};\n\njQuery.each( jQuery.expr.match.bool.source.match( /\\w+/g ), function( i, name ) {\n\tvar getter = attrHandle[ name ] || jQuery.find.attr;\n\n\tattrHandle[ name ] = function( elem, name, isXML ) {\n\t\tvar ret, handle,\n\t\t\tlowercaseName = name.toLowerCase();\n\n\t\tif ( !isXML ) {\n\n\t\t\t// Avoid an infinite loop by temporarily removing this function from the getter\n\t\t\thandle = attrHandle[ lowercaseName ];\n\t\t\tattrHandle[ lowercaseName ] = ret;\n\t\t\tret = getter( elem, name, isXML ) != null ?\n\t\t\t\tlowercaseName :\n\t\t\t\tnull;\n\t\t\tattrHandle[ lowercaseName ] = handle;\n\t\t}\n\t\treturn ret;\n\t};\n} );\n\n\n\n\nvar rfocusable = /^(?:input|select|textarea|button)$/i,\n\trclickable = /^(?:a|area)$/i;\n\njQuery.fn.extend( {\n\tprop: function( name, value ) {\n\t\treturn access( this, jQuery.prop, name, value, arguments.length > 1 );\n\t},\n\n\tremoveProp: function( name ) {\n\t\treturn this.each( function() {\n\t\t\tdelete this[ jQuery.propFix[ name ] || name ];\n\t\t} );\n\t}\n} );\n\njQuery.extend( {\n\tprop: function( elem, name, value ) {\n\t\tvar ret, hooks,\n\t\t\tnType = elem.nodeType;\n\n\t\t// Don't get/set properties on text, comment and attribute nodes\n\t\tif ( nType === 3 || nType === 8 || nType === 2 ) {\n\t\t\treturn;\n\t\t}\n\n\t\tif ( nType !== 1 || !jQuery.isXMLDoc( elem ) ) {\n\n\t\t\t// Fix name and attach hooks\n\t\t\tname = jQuery.propFix[ name ] || name;\n\t\t\thooks = jQuery.propHooks[ name ];\n\t\t}\n\n\t\tif ( value !== undefined ) {\n\t\t\tif ( hooks && \"set\" in hooks &&\n\t\t\t\t( ret = hooks.set( elem, value, name ) ) !== undefined ) {\n\t\t\t\treturn ret;\n\t\t\t}\n\n\t\t\treturn ( elem[ name ] = value );\n\t\t}\n\n\t\tif ( hooks && \"get\" in hooks && ( ret = hooks.get( elem, name ) ) !== null ) {\n\t\t\treturn ret;\n\t\t}\n\n\t\treturn elem[ name ];\n\t},\n\n\tpropHooks: {\n\t\ttabIndex: {\n\t\t\tget: function( elem ) {\n\n\t\t\t\t// Support: IE <=9 - 11 only\n\t\t\t\t// elem.tabIndex doesn't always return the\n\t\t\t\t// correct value when it hasn't been explicitly set\n\t\t\t\t// https://web.archive.org/web/20141116233347/http://fluidproject.org/blog/2008/01/09/getting-setting-and-removing-tabindex-values-with-javascript/\n\t\t\t\t// Use proper attribute retrieval(#12072)\n\t\t\t\tvar tabindex = jQuery.find.attr( elem, \"tabindex\" );\n\n\t\t\t\tif ( tabindex ) {\n\t\t\t\t\treturn parseInt( tabindex, 10 );\n\t\t\t\t}\n\n\t\t\t\tif (\n\t\t\t\t\trfocusable.test( elem.nodeName ) ||\n\t\t\t\t\trclickable.test( elem.nodeName ) &&\n\t\t\t\t\telem.href\n\t\t\t\t) {\n\t\t\t\t\treturn 0;\n\t\t\t\t}\n\n\t\t\t\treturn -1;\n\t\t\t}\n\t\t}\n\t},\n\n\tpropFix: {\n\t\t\"for\": \"htmlFor\",\n\t\t\"class\": \"className\"\n\t}\n} );\n\n// Support: IE <=11 only\n// Accessing the selectedIndex property\n// forces the browser to respect setting selected\n// on the option\n// The getter ensures a default option is selected\n// when in an optgroup\n// eslint rule \"no-unused-expressions\" is disabled for this code\n// since it considers such accessions noop\nif ( !support.optSelected ) {\n\tjQuery.propHooks.selected = {\n\t\tget: function( elem ) {\n\n\t\t\t/* eslint no-unused-expressions: \"off\" */\n\n\t\t\tvar parent = elem.parentNode;\n\t\t\tif ( parent && parent.parentNode ) {\n\t\t\t\tparent.parentNode.selectedIndex;\n\t\t\t}\n\t\t\treturn null;\n\t\t},\n\t\tset: function( elem ) {\n\n\t\t\t/* eslint no-unused-expressions: \"off\" */\n\n\t\t\tvar parent = elem.parentNode;\n\t\t\tif ( parent ) {\n\t\t\t\tparent.selectedIndex;\n\n\t\t\t\tif ( parent.parentNode ) {\n\t\t\t\t\tparent.parentNode.selectedIndex;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t};\n}\n\njQuery.each( [\n\t\"tabIndex\",\n\t\"readOnly\",\n\t\"maxLength\",\n\t\"cellSpacing\",\n\t\"cellPadding\",\n\t\"rowSpan\",\n\t\"colSpan\",\n\t\"useMap\",\n\t\"frameBorder\",\n\t\"contentEditable\"\n], function() {\n\tjQuery.propFix[ this.toLowerCase() ] = this;\n} );\n\n\n\n\n\t// Strip and collapse whitespace according to HTML spec\n\t// https://infra.spec.whatwg.org/#strip-and-collapse-ascii-whitespace\n\tfunction stripAndCollapse( value ) {\n\t\tvar tokens = value.match( rnothtmlwhite ) || [];\n\t\treturn tokens.join( \" \" );\n\t}\n\n\nfunction getClass( elem ) {\n\treturn elem.getAttribute && elem.getAttribute( \"class\" ) || \"\";\n}\n\nfunction classesToArray( value ) {\n\tif ( Array.isArray( value ) ) {\n\t\treturn value;\n\t}\n\tif ( typeof value === \"string\" ) {\n\t\treturn value.match( rnothtmlwhite ) || [];\n\t}\n\treturn [];\n}\n\njQuery.fn.extend( {\n\taddClass: function( value ) {\n\t\tvar classes, elem, cur, curValue, clazz, j, finalValue,\n\t\t\ti = 0;\n\n\t\tif ( isFunction( value ) ) {\n\t\t\treturn this.each( function( j ) {\n\t\t\t\tjQuery( this ).addClass( value.call( this, j, getClass( this ) ) );\n\t\t\t} );\n\t\t}\n\n\t\tclasses = classesToArray( value );\n\n\t\tif ( classes.length ) {\n\t\t\twhile ( ( elem = this[ i++ ] ) ) {\n\t\t\t\tcurValue = getClass( elem );\n\t\t\t\tcur = elem.nodeType === 1 && ( \" \" + stripAndCollapse( curValue ) + \" \" );\n\n\t\t\t\tif ( cur ) {\n\t\t\t\t\tj = 0;\n\t\t\t\t\twhile ( ( clazz = classes[ j++ ] ) ) {\n\t\t\t\t\t\tif ( cur.indexOf( \" \" + clazz + \" \" ) < 0 ) {\n\t\t\t\t\t\t\tcur += clazz + \" \";\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\n\t\t\t\t\t// Only assign if different to avoid unneeded rendering.\n\t\t\t\t\tfinalValue = stripAndCollapse( cur );\n\t\t\t\t\tif ( curValue !== finalValue ) {\n\t\t\t\t\t\telem.setAttribute( \"class\", finalValue );\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\treturn this;\n\t},\n\n\tremoveClass: function( value ) {\n\t\tvar classes, elem, cur, curValue, clazz, j, finalValue,\n\t\t\ti = 0;\n\n\t\tif ( isFunction( value ) ) {\n\t\t\treturn this.each( function( j ) {\n\t\t\t\tjQuery( this ).removeClass( value.call( this, j, getClass( this ) ) );\n\t\t\t} );\n\t\t}\n\n\t\tif ( !arguments.length ) {\n\t\t\treturn this.attr( \"class\", \"\" );\n\t\t}\n\n\t\tclasses = classesToArray( value );\n\n\t\tif ( classes.length ) {\n\t\t\twhile ( ( elem = this[ i++ ] ) ) {\n\t\t\t\tcurValue = getClass( elem );\n\n\t\t\t\t// This expression is here for better compressibility (see addClass)\n\t\t\t\tcur = elem.nodeType === 1 && ( \" \" + stripAndCollapse( curValue ) + \" \" );\n\n\t\t\t\tif ( cur ) {\n\t\t\t\t\tj = 0;\n\t\t\t\t\twhile ( ( clazz = classes[ j++ ] ) ) {\n\n\t\t\t\t\t\t// Remove *all* instances\n\t\t\t\t\t\twhile ( cur.indexOf( \" \" + clazz + \" \" ) > -1 ) {\n\t\t\t\t\t\t\tcur = cur.replace( \" \" + clazz + \" \", \" \" );\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\n\t\t\t\t\t// Only assign if different to avoid unneeded rendering.\n\t\t\t\t\tfinalValue = stripAndCollapse( cur );\n\t\t\t\t\tif ( curValue !== finalValue ) {\n\t\t\t\t\t\telem.setAttribute( \"class\", finalValue );\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\treturn this;\n\t},\n\n\ttoggleClass: function( value, stateVal ) {\n\t\tvar type = typeof value,\n\t\t\tisValidValue = type === \"string\" || Array.isArray( value );\n\n\t\tif ( typeof stateVal === \"boolean\" && isValidValue ) {\n\t\t\treturn stateVal ? this.addClass( value ) : this.removeClass( value );\n\t\t}\n\n\t\tif ( isFunction( value ) ) {\n\t\t\treturn this.each( function( i ) {\n\t\t\t\tjQuery( this ).toggleClass(\n\t\t\t\t\tvalue.call( this, i, getClass( this ), stateVal ),\n\t\t\t\t\tstateVal\n\t\t\t\t);\n\t\t\t} );\n\t\t}\n\n\t\treturn this.each( function() {\n\t\t\tvar className, i, self, classNames;\n\n\t\t\tif ( isValidValue ) {\n\n\t\t\t\t// Toggle individual class names\n\t\t\t\ti = 0;\n\t\t\t\tself = jQuery( this );\n\t\t\t\tclassNames = classesToArray( value );\n\n\t\t\t\twhile ( ( className = classNames[ i++ ] ) ) {\n\n\t\t\t\t\t// Check each className given, space separated list\n\t\t\t\t\tif ( self.hasClass( className ) ) {\n\t\t\t\t\t\tself.removeClass( className );\n\t\t\t\t\t} else {\n\t\t\t\t\t\tself.addClass( className );\n\t\t\t\t\t}\n\t\t\t\t}\n\n\t\t\t// Toggle whole class name\n\t\t\t} else if ( value === undefined || type === \"boolean\" ) {\n\t\t\t\tclassName = getClass( this );\n\t\t\t\tif ( className ) {\n\n\t\t\t\t\t// Store className if set\n\t\t\t\t\tdataPriv.set( this, \"__className__\", className );\n\t\t\t\t}\n\n\t\t\t\t// If the element has a class name or if we're passed `false`,\n\t\t\t\t// then remove the whole classname (if there was one, the above saved it).\n\t\t\t\t// Otherwise bring back whatever was previously saved (if anything),\n\t\t\t\t// falling back to the empty string if nothing was stored.\n\t\t\t\tif ( this.setAttribute ) {\n\t\t\t\t\tthis.setAttribute( \"class\",\n\t\t\t\t\t\tclassName || value === false ?\n\t\t\t\t\t\t\"\" :\n\t\t\t\t\t\tdataPriv.get( this, \"__className__\" ) || \"\"\n\t\t\t\t\t);\n\t\t\t\t}\n\t\t\t}\n\t\t} );\n\t},\n\n\thasClass: function( selector ) {\n\t\tvar className, elem,\n\t\t\ti = 0;\n\n\t\tclassName = \" \" + selector + \" \";\n\t\twhile ( ( elem = this[ i++ ] ) ) {\n\t\t\tif ( elem.nodeType === 1 &&\n\t\t\t\t( \" \" + stripAndCollapse( getClass( elem ) ) + \" \" ).indexOf( className ) > -1 ) {\n\t\t\t\t\treturn true;\n\t\t\t}\n\t\t}\n\n\t\treturn false;\n\t}\n} );\n\n\n\n\nvar rreturn = /\\r/g;\n\njQuery.fn.extend( {\n\tval: function( value ) {\n\t\tvar hooks, ret, valueIsFunction,\n\t\t\telem = this[ 0 ];\n\n\t\tif ( !arguments.length ) {\n\t\t\tif ( elem ) {\n\t\t\t\thooks = jQuery.valHooks[ elem.type ] ||\n\t\t\t\t\tjQuery.valHooks[ elem.nodeName.toLowerCase() ];\n\n\t\t\t\tif ( hooks &&\n\t\t\t\t\t\"get\" in hooks &&\n\t\t\t\t\t( ret = hooks.get( elem, \"value\" ) ) !== undefined\n\t\t\t\t) {\n\t\t\t\t\treturn ret;\n\t\t\t\t}\n\n\t\t\t\tret = elem.value;\n\n\t\t\t\t// Handle most common string cases\n\t\t\t\tif ( typeof ret === \"string\" ) {\n\t\t\t\t\treturn ret.replace( rreturn, \"\" );\n\t\t\t\t}\n\n\t\t\t\t// Handle cases where value is null/undef or number\n\t\t\t\treturn ret == null ? \"\" : ret;\n\t\t\t}\n\n\t\t\treturn;\n\t\t}\n\n\t\tvalueIsFunction = isFunction( value );\n\n\t\treturn this.each( function( i ) {\n\t\t\tvar val;\n\n\t\t\tif ( this.nodeType !== 1 ) {\n\t\t\t\treturn;\n\t\t\t}\n\n\t\t\tif ( valueIsFunction ) {\n\t\t\t\tval = value.call( this, i, jQuery( this ).val() );\n\t\t\t} else {\n\t\t\t\tval = value;\n\t\t\t}\n\n\t\t\t// Treat null/undefined as \"\"; convert numbers to string\n\t\t\tif ( val == null ) {\n\t\t\t\tval = \"\";\n\n\t\t\t} else if ( typeof val === \"number\" ) {\n\t\t\t\tval += \"\";\n\n\t\t\t} else if ( Array.isArray( val ) ) {\n\t\t\t\tval = jQuery.map( val, function( value ) {\n\t\t\t\t\treturn value == null ? \"\" : value + \"\";\n\t\t\t\t} );\n\t\t\t}\n\n\t\t\thooks = jQuery.valHooks[ this.type ] || jQuery.valHooks[ this.nodeName.toLowerCase() ];\n\n\t\t\t// If set returns undefined, fall back to normal setting\n\t\t\tif ( !hooks || !( \"set\" in hooks ) || hooks.set( this, val, \"value\" ) === undefined ) {\n\t\t\t\tthis.value = val;\n\t\t\t}\n\t\t} );\n\t}\n} );\n\njQuery.extend( {\n\tvalHooks: {\n\t\toption: {\n\t\t\tget: function( elem ) {\n\n\t\t\t\tvar val = jQuery.find.attr( elem, \"value\" );\n\t\t\t\treturn val != null ?\n\t\t\t\t\tval :\n\n\t\t\t\t\t// Support: IE <=10 - 11 only\n\t\t\t\t\t// option.text throws exceptions (#14686, #14858)\n\t\t\t\t\t// Strip and collapse whitespace\n\t\t\t\t\t// https://html.spec.whatwg.org/#strip-and-collapse-whitespace\n\t\t\t\t\tstripAndCollapse( jQuery.text( elem ) );\n\t\t\t}\n\t\t},\n\t\tselect: {\n\t\t\tget: function( elem ) {\n\t\t\t\tvar value, option, i,\n\t\t\t\t\toptions = elem.options,\n\t\t\t\t\tindex = elem.selectedIndex,\n\t\t\t\t\tone = elem.type === \"select-one\",\n\t\t\t\t\tvalues = one ? null : [],\n\t\t\t\t\tmax = one ? index + 1 : options.length;\n\n\t\t\t\tif ( index < 0 ) {\n\t\t\t\t\ti = max;\n\n\t\t\t\t} else {\n\t\t\t\t\ti = one ? index : 0;\n\t\t\t\t}\n\n\t\t\t\t// Loop through all the selected options\n\t\t\t\tfor ( ; i < max; i++ ) {\n\t\t\t\t\toption = options[ i ];\n\n\t\t\t\t\t// Support: IE <=9 only\n\t\t\t\t\t// IE8-9 doesn't update selected after form reset (#2551)\n\t\t\t\t\tif ( ( option.selected || i === index ) &&\n\n\t\t\t\t\t\t\t// Don't return options that are disabled or in a disabled optgroup\n\t\t\t\t\t\t\t!option.disabled &&\n\t\t\t\t\t\t\t( !option.parentNode.disabled ||\n\t\t\t\t\t\t\t\t!nodeName( option.parentNode, \"optgroup\" ) ) ) {\n\n\t\t\t\t\t\t// Get the specific value for the option\n\t\t\t\t\t\tvalue = jQuery( option ).val();\n\n\t\t\t\t\t\t// We don't need an array for one selects\n\t\t\t\t\t\tif ( one ) {\n\t\t\t\t\t\t\treturn value;\n\t\t\t\t\t\t}\n\n\t\t\t\t\t\t// Multi-Selects return an array\n\t\t\t\t\t\tvalues.push( value );\n\t\t\t\t\t}\n\t\t\t\t}\n\n\t\t\t\treturn values;\n\t\t\t},\n\n\t\t\tset: function( elem, value ) {\n\t\t\t\tvar optionSet, option,\n\t\t\t\t\toptions = elem.options,\n\t\t\t\t\tvalues = jQuery.makeArray( value ),\n\t\t\t\t\ti = options.length;\n\n\t\t\t\twhile ( i-- ) {\n\t\t\t\t\toption = options[ i ];\n\n\t\t\t\t\t/* eslint-disable no-cond-assign */\n\n\t\t\t\t\tif ( option.selected =\n\t\t\t\t\t\tjQuery.inArray( jQuery.valHooks.option.get( option ), values ) > -1\n\t\t\t\t\t) {\n\t\t\t\t\t\toptionSet = true;\n\t\t\t\t\t}\n\n\t\t\t\t\t/* eslint-enable no-cond-assign */\n\t\t\t\t}\n\n\t\t\t\t// Force browsers to behave consistently when non-matching value is set\n\t\t\t\tif ( !optionSet ) {\n\t\t\t\t\telem.selectedIndex = -1;\n\t\t\t\t}\n\t\t\t\treturn values;\n\t\t\t}\n\t\t}\n\t}\n} );\n\n// Radios and checkboxes getter/setter\njQuery.each( [ \"radio\", \"checkbox\" ], function() {\n\tjQuery.valHooks[ this ] = {\n\t\tset: function( elem, value ) {\n\t\t\tif ( Array.isArray( value ) ) {\n\t\t\t\treturn ( elem.checked = jQuery.inArray( jQuery( elem ).val(), value ) > -1 );\n\t\t\t}\n\t\t}\n\t};\n\tif ( !support.checkOn ) {\n\t\tjQuery.valHooks[ this ].get = function( elem ) {\n\t\t\treturn elem.getAttribute( \"value\" ) === null ? \"on\" : elem.value;\n\t\t};\n\t}\n} );\n\n\n\n\n// Return jQuery for attributes-only inclusion\n\n\nsupport.focusin = \"onfocusin\" in window;\n\n\nvar rfocusMorph = /^(?:focusinfocus|focusoutblur)$/,\n\tstopPropagationCallback = function( e ) {\n\t\te.stopPropagation();\n\t};\n\njQuery.extend( jQuery.event, {\n\n\ttrigger: function( event, data, elem, onlyHandlers ) {\n\n\t\tvar i, cur, tmp, bubbleType, ontype, handle, special, lastElement,\n\t\t\teventPath = [ elem || document ],\n\t\t\ttype = hasOwn.call( event, \"type\" ) ? event.type : event,\n\t\t\tnamespaces = hasOwn.call( event, \"namespace\" ) ? event.namespace.split( \".\" ) : [];\n\n\t\tcur = lastElement = tmp = elem = elem || document;\n\n\t\t// Don't do events on text and comment nodes\n\t\tif ( elem.nodeType === 3 || elem.nodeType === 8 ) {\n\t\t\treturn;\n\t\t}\n\n\t\t// focus/blur morphs to focusin/out; ensure we're not firing them right now\n\t\tif ( rfocusMorph.test( type + jQuery.event.triggered ) ) {\n\t\t\treturn;\n\t\t}\n\n\t\tif ( type.indexOf( \".\" ) > -1 ) {\n\n\t\t\t// Namespaced trigger; create a regexp to match event type in handle()\n\t\t\tnamespaces = type.split( \".\" );\n\t\t\ttype = namespaces.shift();\n\t\t\tnamespaces.sort();\n\t\t}\n\t\tontype = type.indexOf( \":\" ) < 0 && \"on\" + type;\n\n\t\t// Caller can pass in a jQuery.Event object, Object, or just an event type string\n\t\tevent = event[ jQuery.expando ] ?\n\t\t\tevent :\n\t\t\tnew jQuery.Event( type, typeof event === \"object\" && event );\n\n\t\t// Trigger bitmask: & 1 for native handlers; & 2 for jQuery (always true)\n\t\tevent.isTrigger = onlyHandlers ? 2 : 3;\n\t\tevent.namespace = namespaces.join( \".\" );\n\t\tevent.rnamespace = event.namespace ?\n\t\t\tnew RegExp( \"(^|\\\\.)\" + namespaces.join( \"\\\\.(?:.*\\\\.|)\" ) + \"(\\\\.|$)\" ) :\n\t\t\tnull;\n\n\t\t// Clean up the event in case it is being reused\n\t\tevent.result = undefined;\n\t\tif ( !event.target ) {\n\t\t\tevent.target = elem;\n\t\t}\n\n\t\t// Clone any incoming data and prepend the event, creating the handler arg list\n\t\tdata = data == null ?\n\t\t\t[ event ] :\n\t\t\tjQuery.makeArray( data, [ event ] );\n\n\t\t// Allow special events to draw outside the lines\n\t\tspecial = jQuery.event.special[ type ] || {};\n\t\tif ( !onlyHandlers && special.trigger && special.trigger.apply( elem, data ) === false ) {\n\t\t\treturn;\n\t\t}\n\n\t\t// Determine event propagation path in advance, per W3C events spec (#9951)\n\t\t// Bubble up to document, then to window; watch for a global ownerDocument var (#9724)\n\t\tif ( !onlyHandlers && !special.noBubble && !isWindow( elem ) ) {\n\n\t\t\tbubbleType = special.delegateType || type;\n\t\t\tif ( !rfocusMorph.test( bubbleType + type ) ) {\n\t\t\t\tcur = cur.parentNode;\n\t\t\t}\n\t\t\tfor ( ; cur; cur = cur.parentNode ) {\n\t\t\t\teventPath.push( cur );\n\t\t\t\ttmp = cur;\n\t\t\t}\n\n\t\t\t// Only add window if we got to document (e.g., not plain obj or detached DOM)\n\t\t\tif ( tmp === ( elem.ownerDocument || document ) ) {\n\t\t\t\teventPath.push( tmp.defaultView || tmp.parentWindow || window );\n\t\t\t}\n\t\t}\n\n\t\t// Fire handlers on the event path\n\t\ti = 0;\n\t\twhile ( ( cur = eventPath[ i++ ] ) && !event.isPropagationStopped() ) {\n\t\t\tlastElement = cur;\n\t\t\tevent.type = i > 1 ?\n\t\t\t\tbubbleType :\n\t\t\t\tspecial.bindType || type;\n\n\t\t\t// jQuery handler\n\t\t\thandle = ( dataPriv.get( cur, \"events\" ) || {} )[ event.type ] &&\n\t\t\t\tdataPriv.get( cur, \"handle\" );\n\t\t\tif ( handle ) {\n\t\t\t\thandle.apply( cur, data );\n\t\t\t}\n\n\t\t\t// Native handler\n\t\t\thandle = ontype && cur[ ontype ];\n\t\t\tif ( handle && handle.apply && acceptData( cur ) ) {\n\t\t\t\tevent.result = handle.apply( cur, data );\n\t\t\t\tif ( event.result === false ) {\n\t\t\t\t\tevent.preventDefault();\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t\tevent.type = type;\n\n\t\t// If nobody prevented the default action, do it now\n\t\tif ( !onlyHandlers && !event.isDefaultPrevented() ) {\n\n\t\t\tif ( ( !special._default ||\n\t\t\t\tspecial._default.apply( eventPath.pop(), data ) === false ) &&\n\t\t\t\tacceptData( elem ) ) {\n\n\t\t\t\t// Call a native DOM method on the target with the same name as the event.\n\t\t\t\t// Don't do default actions on window, that's where global variables be (#6170)\n\t\t\t\tif ( ontype && isFunction( elem[ type ] ) && !isWindow( elem ) ) {\n\n\t\t\t\t\t// Don't re-trigger an onFOO event when we call its FOO() method\n\t\t\t\t\ttmp = elem[ ontype ];\n\n\t\t\t\t\tif ( tmp ) {\n\t\t\t\t\t\telem[ ontype ] = null;\n\t\t\t\t\t}\n\n\t\t\t\t\t// Prevent re-triggering of the same event, since we already bubbled it above\n\t\t\t\t\tjQuery.event.triggered = type;\n\n\t\t\t\t\tif ( event.isPropagationStopped() ) {\n\t\t\t\t\t\tlastElement.addEventListener( type, stopPropagationCallback );\n\t\t\t\t\t}\n\n\t\t\t\t\telem[ type ]();\n\n\t\t\t\t\tif ( event.isPropagationStopped() ) {\n\t\t\t\t\t\tlastElement.removeEventListener( type, stopPropagationCallback );\n\t\t\t\t\t}\n\n\t\t\t\t\tjQuery.event.triggered = undefined;\n\n\t\t\t\t\tif ( tmp ) {\n\t\t\t\t\t\telem[ ontype ] = tmp;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\treturn event.result;\n\t},\n\n\t// Piggyback on a donor event to simulate a different one\n\t// Used only for `focus(in | out)` events\n\tsimulate: function( type, elem, event ) {\n\t\tvar e = jQuery.extend(\n\t\t\tnew jQuery.Event(),\n\t\t\tevent,\n\t\t\t{\n\t\t\t\ttype: type,\n\t\t\t\tisSimulated: true\n\t\t\t}\n\t\t);\n\n\t\tjQuery.event.trigger( e, null, elem );\n\t}\n\n} );\n\njQuery.fn.extend( {\n\n\ttrigger: function( type, data ) {\n\t\treturn this.each( function() {\n\t\t\tjQuery.event.trigger( type, data, this );\n\t\t} );\n\t},\n\ttriggerHandler: function( type, data ) {\n\t\tvar elem = this[ 0 ];\n\t\tif ( elem ) {\n\t\t\treturn jQuery.event.trigger( type, data, elem, true );\n\t\t}\n\t}\n} );\n\n\n// Support: Firefox <=44\n// Firefox doesn't have focus(in | out) events\n// Related ticket - https://bugzilla.mozilla.org/show_bug.cgi?id=687787\n//\n// Support: Chrome <=48 - 49, Safari <=9.0 - 9.1\n// focus(in | out) events fire after focus & blur events,\n// which is spec violation - http://www.w3.org/TR/DOM-Level-3-Events/#events-focusevent-event-order\n// Related ticket - https://bugs.chromium.org/p/chromium/issues/detail?id=449857\nif ( !support.focusin ) {\n\tjQuery.each( { focus: \"focusin\", blur: \"focusout\" }, function( orig, fix ) {\n\n\t\t// Attach a single capturing handler on the document while someone wants focusin/focusout\n\t\tvar handler = function( event ) {\n\t\t\tjQuery.event.simulate( fix, event.target, jQuery.event.fix( event ) );\n\t\t};\n\n\t\tjQuery.event.special[ fix ] = {\n\t\t\tsetup: function() {\n\t\t\t\tvar doc = this.ownerDocument || this,\n\t\t\t\t\tattaches = dataPriv.access( doc, fix );\n\n\t\t\t\tif ( !attaches ) {\n\t\t\t\t\tdoc.addEventListener( orig, handler, true );\n\t\t\t\t}\n\t\t\t\tdataPriv.access( doc, fix, ( attaches || 0 ) + 1 );\n\t\t\t},\n\t\t\tteardown: function() {\n\t\t\t\tvar doc = this.ownerDocument || this,\n\t\t\t\t\tattaches = dataPriv.access( doc, fix ) - 1;\n\n\t\t\t\tif ( !attaches ) {\n\t\t\t\t\tdoc.removeEventListener( orig, handler, true );\n\t\t\t\t\tdataPriv.remove( doc, fix );\n\n\t\t\t\t} else {\n\t\t\t\t\tdataPriv.access( doc, fix, attaches );\n\t\t\t\t}\n\t\t\t}\n\t\t};\n\t} );\n}\nvar location = window.location;\n\nvar nonce = Date.now();\n\nvar rquery = ( /\\?/ );\n\n\n\n// Cross-browser xml parsing\njQuery.parseXML = function( data ) {\n\tvar xml;\n\tif ( !data || typeof data !== \"string\" ) {\n\t\treturn null;\n\t}\n\n\t// Support: IE 9 - 11 only\n\t// IE throws on parseFromString with invalid input.\n\ttry {\n\t\txml = ( new window.DOMParser() ).parseFromString( data, \"text/xml\" );\n\t} catch ( e ) {\n\t\txml = undefined;\n\t}\n\n\tif ( !xml || xml.getElementsByTagName( \"parsererror\" ).length ) {\n\t\tjQuery.error( \"Invalid XML: \" + data );\n\t}\n\treturn xml;\n};\n\n\nvar\n\trbracket = /\\[\\]$/,\n\trCRLF = /\\r?\\n/g,\n\trsubmitterTypes = /^(?:submit|button|image|reset|file)$/i,\n\trsubmittable = /^(?:input|select|textarea|keygen)/i;\n\nfunction buildParams( prefix, obj, traditional, add ) {\n\tvar name;\n\n\tif ( Array.isArray( obj ) ) {\n\n\t\t// Serialize array item.\n\t\tjQuery.each( obj, function( i, v ) {\n\t\t\tif ( traditional || rbracket.test( prefix ) ) {\n\n\t\t\t\t// Treat each array item as a scalar.\n\t\t\t\tadd( prefix, v );\n\n\t\t\t} else {\n\n\t\t\t\t// Item is non-scalar (array or object), encode its numeric index.\n\t\t\t\tbuildParams(\n\t\t\t\t\tprefix + \"[\" + ( typeof v === \"object\" && v != null ? i : \"\" ) + \"]\",\n\t\t\t\t\tv,\n\t\t\t\t\ttraditional,\n\t\t\t\t\tadd\n\t\t\t\t);\n\t\t\t}\n\t\t} );\n\n\t} else if ( !traditional && toType( obj ) === \"object\" ) {\n\n\t\t// Serialize object item.\n\t\tfor ( name in obj ) {\n\t\t\tbuildParams( prefix + \"[\" + name + \"]\", obj[ name ], traditional, add );\n\t\t}\n\n\t} else {\n\n\t\t// Serialize scalar item.\n\t\tadd( prefix, obj );\n\t}\n}\n\n// Serialize an array of form elements or a set of\n// key/values into a query string\njQuery.param = function( a, traditional ) {\n\tvar prefix,\n\t\ts = [],\n\t\tadd = function( key, valueOrFunction ) {\n\n\t\t\t// If value is a function, invoke it and use its return value\n\t\t\tvar value = isFunction( valueOrFunction ) ?\n\t\t\t\tvalueOrFunction() :\n\t\t\t\tvalueOrFunction;\n\n\t\t\ts[ s.length ] = encodeURIComponent( key ) + \"=\" +\n\t\t\t\tencodeURIComponent( value == null ? \"\" : value );\n\t\t};\n\n\t// If an array was passed in, assume that it is an array of form elements.\n\tif ( Array.isArray( a ) || ( a.jquery && !jQuery.isPlainObject( a ) ) ) {\n\n\t\t// Serialize the form elements\n\t\tjQuery.each( a, function() {\n\t\t\tadd( this.name, this.value );\n\t\t} );\n\n\t} else {\n\n\t\t// If traditional, encode the \"old\" way (the way 1.3.2 or older\n\t\t// did it), otherwise encode params recursively.\n\t\tfor ( prefix in a ) {\n\t\t\tbuildParams( prefix, a[ prefix ], traditional, add );\n\t\t}\n\t}\n\n\t// Return the resulting serialization\n\treturn s.join( \"&\" );\n};\n\njQuery.fn.extend( {\n\tserialize: function() {\n\t\treturn jQuery.param( this.serializeArray() );\n\t},\n\tserializeArray: function() {\n\t\treturn this.map( function() {\n\n\t\t\t// Can add propHook for \"elements\" to filter or add form elements\n\t\t\tvar elements = jQuery.prop( this, \"elements\" );\n\t\t\treturn elements ? jQuery.makeArray( elements ) : this;\n\t\t} )\n\t\t.filter( function() {\n\t\t\tvar type = this.type;\n\n\t\t\t// Use .is( \":disabled\" ) so that fieldset[disabled] works\n\t\t\treturn this.name && !jQuery( this ).is( \":disabled\" ) &&\n\t\t\t\trsubmittable.test( this.nodeName ) && !rsubmitterTypes.test( type ) &&\n\t\t\t\t( this.checked || !rcheckableType.test( type ) );\n\t\t} )\n\t\t.map( function( i, elem ) {\n\t\t\tvar val = jQuery( this ).val();\n\n\t\t\tif ( val == null ) {\n\t\t\t\treturn null;\n\t\t\t}\n\n\t\t\tif ( Array.isArray( val ) ) {\n\t\t\t\treturn jQuery.map( val, function( val ) {\n\t\t\t\t\treturn { name: elem.name, value: val.replace( rCRLF, \"\\r\\n\" ) };\n\t\t\t\t} );\n\t\t\t}\n\n\t\t\treturn { name: elem.name, value: val.replace( rCRLF, \"\\r\\n\" ) };\n\t\t} ).get();\n\t}\n} );\n\n\nvar\n\tr20 = /%20/g,\n\trhash = /#.*$/,\n\trantiCache = /([?&])_=[^&]*/,\n\trheaders = /^(.*?):[ \\t]*([^\\r\\n]*)$/mg,\n\n\t// #7653, #8125, #8152: local protocol detection\n\trlocalProtocol = /^(?:about|app|app-storage|.+-extension|file|res|widget):$/,\n\trnoContent = /^(?:GET|HEAD)$/,\n\trprotocol = /^\\/\\//,\n\n\t/* Prefilters\n\t * 1) They are useful to introduce custom dataTypes (see ajax/jsonp.js for an example)\n\t * 2) These are called:\n\t * - BEFORE asking for a transport\n\t * - AFTER param serialization (s.data is a string if s.processData is true)\n\t * 3) key is the dataType\n\t * 4) the catchall symbol \"*\" can be used\n\t * 5) execution will start with transport dataType and THEN continue down to \"*\" if needed\n\t */\n\tprefilters = {},\n\n\t/* Transports bindings\n\t * 1) key is the dataType\n\t * 2) the catchall symbol \"*\" can be used\n\t * 3) selection will start with transport dataType and THEN go to \"*\" if needed\n\t */\n\ttransports = {},\n\n\t// Avoid comment-prolog char sequence (#10098); must appease lint and evade compression\n\tallTypes = \"*/\".concat( \"*\" ),\n\n\t// Anchor tag for parsing the document origin\n\toriginAnchor = document.createElement( \"a\" );\n\toriginAnchor.href = location.href;\n\n// Base \"constructor\" for jQuery.ajaxPrefilter and jQuery.ajaxTransport\nfunction addToPrefiltersOrTransports( structure ) {\n\n\t// dataTypeExpression is optional and defaults to \"*\"\n\treturn function( dataTypeExpression, func ) {\n\n\t\tif ( typeof dataTypeExpression !== \"string\" ) {\n\t\t\tfunc = dataTypeExpression;\n\t\t\tdataTypeExpression = \"*\";\n\t\t}\n\n\t\tvar dataType,\n\t\t\ti = 0,\n\t\t\tdataTypes = dataTypeExpression.toLowerCase().match( rnothtmlwhite ) || [];\n\n\t\tif ( isFunction( func ) ) {\n\n\t\t\t// For each dataType in the dataTypeExpression\n\t\t\twhile ( ( dataType = dataTypes[ i++ ] ) ) {\n\n\t\t\t\t// Prepend if requested\n\t\t\t\tif ( dataType[ 0 ] === \"+\" ) {\n\t\t\t\t\tdataType = dataType.slice( 1 ) || \"*\";\n\t\t\t\t\t( structure[ dataType ] = structure[ dataType ] || [] ).unshift( func );\n\n\t\t\t\t// Otherwise append\n\t\t\t\t} else {\n\t\t\t\t\t( structure[ dataType ] = structure[ dataType ] || [] ).push( func );\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t};\n}\n\n// Base inspection function for prefilters and transports\nfunction inspectPrefiltersOrTransports( structure, options, originalOptions, jqXHR ) {\n\n\tvar inspected = {},\n\t\tseekingTransport = ( structure === transports );\n\n\tfunction inspect( dataType ) {\n\t\tvar selected;\n\t\tinspected[ dataType ] = true;\n\t\tjQuery.each( structure[ dataType ] || [], function( _, prefilterOrFactory ) {\n\t\t\tvar dataTypeOrTransport = prefilterOrFactory( options, originalOptions, jqXHR );\n\t\t\tif ( typeof dataTypeOrTransport === \"string\" &&\n\t\t\t\t!seekingTransport && !inspected[ dataTypeOrTransport ] ) {\n\n\t\t\t\toptions.dataTypes.unshift( dataTypeOrTransport );\n\t\t\t\tinspect( dataTypeOrTransport );\n\t\t\t\treturn false;\n\t\t\t} else if ( seekingTransport ) {\n\t\t\t\treturn !( selected = dataTypeOrTransport );\n\t\t\t}\n\t\t} );\n\t\treturn selected;\n\t}\n\n\treturn inspect( options.dataTypes[ 0 ] ) || !inspected[ \"*\" ] && inspect( \"*\" );\n}\n\n// A special extend for ajax options\n// that takes \"flat\" options (not to be deep extended)\n// Fixes #9887\nfunction ajaxExtend( target, src ) {\n\tvar key, deep,\n\t\tflatOptions = jQuery.ajaxSettings.flatOptions || {};\n\n\tfor ( key in src ) {\n\t\tif ( src[ key ] !== undefined ) {\n\t\t\t( flatOptions[ key ] ? target : ( deep || ( deep = {} ) ) )[ key ] = src[ key ];\n\t\t}\n\t}\n\tif ( deep ) {\n\t\tjQuery.extend( true, target, deep );\n\t}\n\n\treturn target;\n}\n\n/* Handles responses to an ajax request:\n * - finds the right dataType (mediates between content-type and expected dataType)\n * - returns the corresponding response\n */\nfunction ajaxHandleResponses( s, jqXHR, responses ) {\n\n\tvar ct, type, finalDataType, firstDataType,\n\t\tcontents = s.contents,\n\t\tdataTypes = s.dataTypes;\n\n\t// Remove auto dataType and get content-type in the process\n\twhile ( dataTypes[ 0 ] === \"*\" ) {\n\t\tdataTypes.shift();\n\t\tif ( ct === undefined ) {\n\t\t\tct = s.mimeType || jqXHR.getResponseHeader( \"Content-Type\" );\n\t\t}\n\t}\n\n\t// Check if we're dealing with a known content-type\n\tif ( ct ) {\n\t\tfor ( type in contents ) {\n\t\t\tif ( contents[ type ] && contents[ type ].test( ct ) ) {\n\t\t\t\tdataTypes.unshift( type );\n\t\t\t\tbreak;\n\t\t\t}\n\t\t}\n\t}\n\n\t// Check to see if we have a response for the expected dataType\n\tif ( dataTypes[ 0 ] in responses ) {\n\t\tfinalDataType = dataTypes[ 0 ];\n\t} else {\n\n\t\t// Try convertible dataTypes\n\t\tfor ( type in responses ) {\n\t\t\tif ( !dataTypes[ 0 ] || s.converters[ type + \" \" + dataTypes[ 0 ] ] ) {\n\t\t\t\tfinalDataType = type;\n\t\t\t\tbreak;\n\t\t\t}\n\t\t\tif ( !firstDataType ) {\n\t\t\t\tfirstDataType = type;\n\t\t\t}\n\t\t}\n\n\t\t// Or just use first one\n\t\tfinalDataType = finalDataType || firstDataType;\n\t}\n\n\t// If we found a dataType\n\t// We add the dataType to the list if needed\n\t// and return the corresponding response\n\tif ( finalDataType ) {\n\t\tif ( finalDataType !== dataTypes[ 0 ] ) {\n\t\t\tdataTypes.unshift( finalDataType );\n\t\t}\n\t\treturn responses[ finalDataType ];\n\t}\n}\n\n/* Chain conversions given the request and the original response\n * Also sets the responseXXX fields on the jqXHR instance\n */\nfunction ajaxConvert( s, response, jqXHR, isSuccess ) {\n\tvar conv2, current, conv, tmp, prev,\n\t\tconverters = {},\n\n\t\t// Work with a copy of dataTypes in case we need to modify it for conversion\n\t\tdataTypes = s.dataTypes.slice();\n\n\t// Create converters map with lowercased keys\n\tif ( dataTypes[ 1 ] ) {\n\t\tfor ( conv in s.converters ) {\n\t\t\tconverters[ conv.toLowerCase() ] = s.converters[ conv ];\n\t\t}\n\t}\n\n\tcurrent = dataTypes.shift();\n\n\t// Convert to each sequential dataType\n\twhile ( current ) {\n\n\t\tif ( s.responseFields[ current ] ) {\n\t\t\tjqXHR[ s.responseFields[ current ] ] = response;\n\t\t}\n\n\t\t// Apply the dataFilter if provided\n\t\tif ( !prev && isSuccess && s.dataFilter ) {\n\t\t\tresponse = s.dataFilter( response, s.dataType );\n\t\t}\n\n\t\tprev = current;\n\t\tcurrent = dataTypes.shift();\n\n\t\tif ( current ) {\n\n\t\t\t// There's only work to do if current dataType is non-auto\n\t\t\tif ( current === \"*\" ) {\n\n\t\t\t\tcurrent = prev;\n\n\t\t\t// Convert response if prev dataType is non-auto and differs from current\n\t\t\t} else if ( prev !== \"*\" && prev !== current ) {\n\n\t\t\t\t// Seek a direct converter\n\t\t\t\tconv = converters[ prev + \" \" + current ] || converters[ \"* \" + current ];\n\n\t\t\t\t// If none found, seek a pair\n\t\t\t\tif ( !conv ) {\n\t\t\t\t\tfor ( conv2 in converters ) {\n\n\t\t\t\t\t\t// If conv2 outputs current\n\t\t\t\t\t\ttmp = conv2.split( \" \" );\n\t\t\t\t\t\tif ( tmp[ 1 ] === current ) {\n\n\t\t\t\t\t\t\t// If prev can be converted to accepted input\n\t\t\t\t\t\t\tconv = converters[ prev + \" \" + tmp[ 0 ] ] ||\n\t\t\t\t\t\t\t\tconverters[ \"* \" + tmp[ 0 ] ];\n\t\t\t\t\t\t\tif ( conv ) {\n\n\t\t\t\t\t\t\t\t// Condense equivalence converters\n\t\t\t\t\t\t\t\tif ( conv === true ) {\n\t\t\t\t\t\t\t\t\tconv = converters[ conv2 ];\n\n\t\t\t\t\t\t\t\t// Otherwise, insert the intermediate dataType\n\t\t\t\t\t\t\t\t} else if ( converters[ conv2 ] !== true ) {\n\t\t\t\t\t\t\t\t\tcurrent = tmp[ 0 ];\n\t\t\t\t\t\t\t\t\tdataTypes.unshift( tmp[ 1 ] );\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\tbreak;\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\n\t\t\t\t// Apply converter (if not an equivalence)\n\t\t\t\tif ( conv !== true ) {\n\n\t\t\t\t\t// Unless errors are allowed to bubble, catch and return them\n\t\t\t\t\tif ( conv && s.throws ) {\n\t\t\t\t\t\tresponse = conv( response );\n\t\t\t\t\t} else {\n\t\t\t\t\t\ttry {\n\t\t\t\t\t\t\tresponse = conv( response );\n\t\t\t\t\t\t} catch ( e ) {\n\t\t\t\t\t\t\treturn {\n\t\t\t\t\t\t\t\tstate: \"parsererror\",\n\t\t\t\t\t\t\t\terror: conv ? e : \"No conversion from \" + prev + \" to \" + current\n\t\t\t\t\t\t\t};\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n\n\treturn { state: \"success\", data: response };\n}\n\njQuery.extend( {\n\n\t// Counter for holding the number of active queries\n\tactive: 0,\n\n\t// Last-Modified header cache for next request\n\tlastModified: {},\n\tetag: {},\n\n\tajaxSettings: {\n\t\turl: location.href,\n\t\ttype: \"GET\",\n\t\tisLocal: rlocalProtocol.test( location.protocol ),\n\t\tglobal: true,\n\t\tprocessData: true,\n\t\tasync: true,\n\t\tcontentType: \"application/x-www-form-urlencoded; charset=UTF-8\",\n\n\t\t/*\n\t\ttimeout: 0,\n\t\tdata: null,\n\t\tdataType: null,\n\t\tusername: null,\n\t\tpassword: null,\n\t\tcache: null,\n\t\tthrows: false,\n\t\ttraditional: false,\n\t\theaders: {},\n\t\t*/\n\n\t\taccepts: {\n\t\t\t\"*\": allTypes,\n\t\t\ttext: \"text/plain\",\n\t\t\thtml: \"text/html\",\n\t\t\txml: \"application/xml, text/xml\",\n\t\t\tjson: \"application/json, text/javascript\"\n\t\t},\n\n\t\tcontents: {\n\t\t\txml: /\\bxml\\b/,\n\t\t\thtml: /\\bhtml/,\n\t\t\tjson: /\\bjson\\b/\n\t\t},\n\n\t\tresponseFields: {\n\t\t\txml: \"responseXML\",\n\t\t\ttext: \"responseText\",\n\t\t\tjson: \"responseJSON\"\n\t\t},\n\n\t\t// Data converters\n\t\t// Keys separate source (or catchall \"*\") and destination types with a single space\n\t\tconverters: {\n\n\t\t\t// Convert anything to text\n\t\t\t\"* text\": String,\n\n\t\t\t// Text to html (true = no transformation)\n\t\t\t\"text html\": true,\n\n\t\t\t// Evaluate text as a json expression\n\t\t\t\"text json\": JSON.parse,\n\n\t\t\t// Parse text as xml\n\t\t\t\"text xml\": jQuery.parseXML\n\t\t},\n\n\t\t// For options that shouldn't be deep extended:\n\t\t// you can add your own custom options here if\n\t\t// and when you create one that shouldn't be\n\t\t// deep extended (see ajaxExtend)\n\t\tflatOptions: {\n\t\t\turl: true,\n\t\t\tcontext: true\n\t\t}\n\t},\n\n\t// Creates a full fledged settings object into target\n\t// with both ajaxSettings and settings fields.\n\t// If target is omitted, writes into ajaxSettings.\n\tajaxSetup: function( target, settings ) {\n\t\treturn settings ?\n\n\t\t\t// Building a settings object\n\t\t\tajaxExtend( ajaxExtend( target, jQuery.ajaxSettings ), settings ) :\n\n\t\t\t// Extending ajaxSettings\n\t\t\tajaxExtend( jQuery.ajaxSettings, target );\n\t},\n\n\tajaxPrefilter: addToPrefiltersOrTransports( prefilters ),\n\tajaxTransport: addToPrefiltersOrTransports( transports ),\n\n\t// Main method\n\tajax: function( url, options ) {\n\n\t\t// If url is an object, simulate pre-1.5 signature\n\t\tif ( typeof url === \"object\" ) {\n\t\t\toptions = url;\n\t\t\turl = undefined;\n\t\t}\n\n\t\t// Force options to be an object\n\t\toptions = options || {};\n\n\t\tvar transport,\n\n\t\t\t// URL without anti-cache param\n\t\t\tcacheURL,\n\n\t\t\t// Response headers\n\t\t\tresponseHeadersString,\n\t\t\tresponseHeaders,\n\n\t\t\t// timeout handle\n\t\t\ttimeoutTimer,\n\n\t\t\t// Url cleanup var\n\t\t\turlAnchor,\n\n\t\t\t// Request state (becomes false upon send and true upon completion)\n\t\t\tcompleted,\n\n\t\t\t// To know if global events are to be dispatched\n\t\t\tfireGlobals,\n\n\t\t\t// Loop variable\n\t\t\ti,\n\n\t\t\t// uncached part of the url\n\t\t\tuncached,\n\n\t\t\t// Create the final options object\n\t\t\ts = jQuery.ajaxSetup( {}, options ),\n\n\t\t\t// Callbacks context\n\t\t\tcallbackContext = s.context || s,\n\n\t\t\t// Context for global events is callbackContext if it is a DOM node or jQuery collection\n\t\t\tglobalEventContext = s.context &&\n\t\t\t\t( callbackContext.nodeType || callbackContext.jquery ) ?\n\t\t\t\t\tjQuery( callbackContext ) :\n\t\t\t\t\tjQuery.event,\n\n\t\t\t// Deferreds\n\t\t\tdeferred = jQuery.Deferred(),\n\t\t\tcompleteDeferred = jQuery.Callbacks( \"once memory\" ),\n\n\t\t\t// Status-dependent callbacks\n\t\t\tstatusCode = s.statusCode || {},\n\n\t\t\t// Headers (they are sent all at once)\n\t\t\trequestHeaders = {},\n\t\t\trequestHeadersNames = {},\n\n\t\t\t// Default abort message\n\t\t\tstrAbort = \"canceled\",\n\n\t\t\t// Fake xhr\n\t\t\tjqXHR = {\n\t\t\t\treadyState: 0,\n\n\t\t\t\t// Builds headers hashtable if needed\n\t\t\t\tgetResponseHeader: function( key ) {\n\t\t\t\t\tvar match;\n\t\t\t\t\tif ( completed ) {\n\t\t\t\t\t\tif ( !responseHeaders ) {\n\t\t\t\t\t\t\tresponseHeaders = {};\n\t\t\t\t\t\t\twhile ( ( match = rheaders.exec( responseHeadersString ) ) ) {\n\t\t\t\t\t\t\t\tresponseHeaders[ match[ 1 ].toLowerCase() ] = match[ 2 ];\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t\tmatch = responseHeaders[ key.toLowerCase() ];\n\t\t\t\t\t}\n\t\t\t\t\treturn match == null ? null : match;\n\t\t\t\t},\n\n\t\t\t\t// Raw string\n\t\t\t\tgetAllResponseHeaders: function() {\n\t\t\t\t\treturn completed ? responseHeadersString : null;\n\t\t\t\t},\n\n\t\t\t\t// Caches the header\n\t\t\t\tsetRequestHeader: function( name, value ) {\n\t\t\t\t\tif ( completed == null ) {\n\t\t\t\t\t\tname = requestHeadersNames[ name.toLowerCase() ] =\n\t\t\t\t\t\t\trequestHeadersNames[ name.toLowerCase() ] || name;\n\t\t\t\t\t\trequestHeaders[ name ] = value;\n\t\t\t\t\t}\n\t\t\t\t\treturn this;\n\t\t\t\t},\n\n\t\t\t\t// Overrides response content-type header\n\t\t\t\toverrideMimeType: function( type ) {\n\t\t\t\t\tif ( completed == null ) {\n\t\t\t\t\t\ts.mimeType = type;\n\t\t\t\t\t}\n\t\t\t\t\treturn this;\n\t\t\t\t},\n\n\t\t\t\t// Status-dependent callbacks\n\t\t\t\tstatusCode: function( map ) {\n\t\t\t\t\tvar code;\n\t\t\t\t\tif ( map ) {\n\t\t\t\t\t\tif ( completed ) {\n\n\t\t\t\t\t\t\t// Execute the appropriate callbacks\n\t\t\t\t\t\t\tjqXHR.always( map[ jqXHR.status ] );\n\t\t\t\t\t\t} else {\n\n\t\t\t\t\t\t\t// Lazy-add the new callbacks in a way that preserves old ones\n\t\t\t\t\t\t\tfor ( code in map ) {\n\t\t\t\t\t\t\t\tstatusCode[ code ] = [ statusCode[ code ], map[ code ] ];\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t\treturn this;\n\t\t\t\t},\n\n\t\t\t\t// Cancel the request\n\t\t\t\tabort: function( statusText ) {\n\t\t\t\t\tvar finalText = statusText || strAbort;\n\t\t\t\t\tif ( transport ) {\n\t\t\t\t\t\ttransport.abort( finalText );\n\t\t\t\t\t}\n\t\t\t\t\tdone( 0, finalText );\n\t\t\t\t\treturn this;\n\t\t\t\t}\n\t\t\t};\n\n\t\t// Attach deferreds\n\t\tdeferred.promise( jqXHR );\n\n\t\t// Add protocol if not provided (prefilters might expect it)\n\t\t// Handle falsy url in the settings object (#10093: consistency with old signature)\n\t\t// We also use the url parameter if available\n\t\ts.url = ( ( url || s.url || location.href ) + \"\" )\n\t\t\t.replace( rprotocol, location.protocol + \"//\" );\n\n\t\t// Alias method option to type as per ticket #12004\n\t\ts.type = options.method || options.type || s.method || s.type;\n\n\t\t// Extract dataTypes list\n\t\ts.dataTypes = ( s.dataType || \"*\" ).toLowerCase().match( rnothtmlwhite ) || [ \"\" ];\n\n\t\t// A cross-domain request is in order when the origin doesn't match the current origin.\n\t\tif ( s.crossDomain == null ) {\n\t\t\turlAnchor = document.createElement( \"a\" );\n\n\t\t\t// Support: IE <=8 - 11, Edge 12 - 15\n\t\t\t// IE throws exception on accessing the href property if url is malformed,\n\t\t\t// e.g. http://example.com:80x/\n\t\t\ttry {\n\t\t\t\turlAnchor.href = s.url;\n\n\t\t\t\t// Support: IE <=8 - 11 only\n\t\t\t\t// Anchor's host property isn't correctly set when s.url is relative\n\t\t\t\turlAnchor.href = urlAnchor.href;\n\t\t\t\ts.crossDomain = originAnchor.protocol + \"//\" + originAnchor.host !==\n\t\t\t\t\turlAnchor.protocol + \"//\" + urlAnchor.host;\n\t\t\t} catch ( e ) {\n\n\t\t\t\t// If there is an error parsing the URL, assume it is crossDomain,\n\t\t\t\t// it can be rejected by the transport if it is invalid\n\t\t\t\ts.crossDomain = true;\n\t\t\t}\n\t\t}\n\n\t\t// Convert data if not already a string\n\t\tif ( s.data && s.processData && typeof s.data !== \"string\" ) {\n\t\t\ts.data = jQuery.param( s.data, s.traditional );\n\t\t}\n\n\t\t// Apply prefilters\n\t\tinspectPrefiltersOrTransports( prefilters, s, options, jqXHR );\n\n\t\t// If request was aborted inside a prefilter, stop there\n\t\tif ( completed ) {\n\t\t\treturn jqXHR;\n\t\t}\n\n\t\t// We can fire global events as of now if asked to\n\t\t// Don't fire events if jQuery.event is undefined in an AMD-usage scenario (#15118)\n\t\tfireGlobals = jQuery.event && s.global;\n\n\t\t// Watch for a new set of requests\n\t\tif ( fireGlobals && jQuery.active++ === 0 ) {\n\t\t\tjQuery.event.trigger( \"ajaxStart\" );\n\t\t}\n\n\t\t// Uppercase the type\n\t\ts.type = s.type.toUpperCase();\n\n\t\t// Determine if request has content\n\t\ts.hasContent = !rnoContent.test( s.type );\n\n\t\t// Save the URL in case we're toying with the If-Modified-Since\n\t\t// and/or If-None-Match header later on\n\t\t// Remove hash to simplify url manipulation\n\t\tcacheURL = s.url.replace( rhash, \"\" );\n\n\t\t// More options handling for requests with no content\n\t\tif ( !s.hasContent ) {\n\n\t\t\t// Remember the hash so we can put it back\n\t\t\tuncached = s.url.slice( cacheURL.length );\n\n\t\t\t// If data is available and should be processed, append data to url\n\t\t\tif ( s.data && ( s.processData || typeof s.data === \"string\" ) ) {\n\t\t\t\tcacheURL += ( rquery.test( cacheURL ) ? \"&\" : \"?\" ) + s.data;\n\n\t\t\t\t// #9682: remove data so that it's not used in an eventual retry\n\t\t\t\tdelete s.data;\n\t\t\t}\n\n\t\t\t// Add or update anti-cache param if needed\n\t\t\tif ( s.cache === false ) {\n\t\t\t\tcacheURL = cacheURL.replace( rantiCache, \"$1\" );\n\t\t\t\tuncached = ( rquery.test( cacheURL ) ? \"&\" : \"?\" ) + \"_=\" + ( nonce++ ) + uncached;\n\t\t\t}\n\n\t\t\t// Put hash and anti-cache on the URL that will be requested (gh-1732)\n\t\t\ts.url = cacheURL + uncached;\n\n\t\t// Change '%20' to '+' if this is encoded form body content (gh-2658)\n\t\t} else if ( s.data && s.processData &&\n\t\t\t( s.contentType || \"\" ).indexOf( \"application/x-www-form-urlencoded\" ) === 0 ) {\n\t\t\ts.data = s.data.replace( r20, \"+\" );\n\t\t}\n\n\t\t// Set the If-Modified-Since and/or If-None-Match header, if in ifModified mode.\n\t\tif ( s.ifModified ) {\n\t\t\tif ( jQuery.lastModified[ cacheURL ] ) {\n\t\t\t\tjqXHR.setRequestHeader( \"If-Modified-Since\", jQuery.lastModified[ cacheURL ] );\n\t\t\t}\n\t\t\tif ( jQuery.etag[ cacheURL ] ) {\n\t\t\t\tjqXHR.setRequestHeader( \"If-None-Match\", jQuery.etag[ cacheURL ] );\n\t\t\t}\n\t\t}\n\n\t\t// Set the correct header, if data is being sent\n\t\tif ( s.data && s.hasContent && s.contentType !== false || options.contentType ) {\n\t\t\tjqXHR.setRequestHeader( \"Content-Type\", s.contentType );\n\t\t}\n\n\t\t// Set the Accepts header for the server, depending on the dataType\n\t\tjqXHR.setRequestHeader(\n\t\t\t\"Accept\",\n\t\t\ts.dataTypes[ 0 ] && s.accepts[ s.dataTypes[ 0 ] ] ?\n\t\t\t\ts.accepts[ s.dataTypes[ 0 ] ] +\n\t\t\t\t\t( s.dataTypes[ 0 ] !== \"*\" ? \", \" + allTypes + \"; q=0.01\" : \"\" ) :\n\t\t\t\ts.accepts[ \"*\" ]\n\t\t);\n\n\t\t// Check for headers option\n\t\tfor ( i in s.headers ) {\n\t\t\tjqXHR.setRequestHeader( i, s.headers[ i ] );\n\t\t}\n\n\t\t// Allow custom headers/mimetypes and early abort\n\t\tif ( s.beforeSend &&\n\t\t\t( s.beforeSend.call( callbackContext, jqXHR, s ) === false || completed ) ) {\n\n\t\t\t// Abort if not done already and return\n\t\t\treturn jqXHR.abort();\n\t\t}\n\n\t\t// Aborting is no longer a cancellation\n\t\tstrAbort = \"abort\";\n\n\t\t// Install callbacks on deferreds\n\t\tcompleteDeferred.add( s.complete );\n\t\tjqXHR.done( s.success );\n\t\tjqXHR.fail( s.error );\n\n\t\t// Get transport\n\t\ttransport = inspectPrefiltersOrTransports( transports, s, options, jqXHR );\n\n\t\t// If no transport, we auto-abort\n\t\tif ( !transport ) {\n\t\t\tdone( -1, \"No Transport\" );\n\t\t} else {\n\t\t\tjqXHR.readyState = 1;\n\n\t\t\t// Send global event\n\t\t\tif ( fireGlobals ) {\n\t\t\t\tglobalEventContext.trigger( \"ajaxSend\", [ jqXHR, s ] );\n\t\t\t}\n\n\t\t\t// If request was aborted inside ajaxSend, stop there\n\t\t\tif ( completed ) {\n\t\t\t\treturn jqXHR;\n\t\t\t}\n\n\t\t\t// Timeout\n\t\t\tif ( s.async && s.timeout > 0 ) {\n\t\t\t\ttimeoutTimer = window.setTimeout( function() {\n\t\t\t\t\tjqXHR.abort( \"timeout\" );\n\t\t\t\t}, s.timeout );\n\t\t\t}\n\n\t\t\ttry {\n\t\t\t\tcompleted = false;\n\t\t\t\ttransport.send( requestHeaders, done );\n\t\t\t} catch ( e ) {\n\n\t\t\t\t// Rethrow post-completion exceptions\n\t\t\t\tif ( completed ) {\n\t\t\t\t\tthrow e;\n\t\t\t\t}\n\n\t\t\t\t// Propagate others as results\n\t\t\t\tdone( -1, e );\n\t\t\t}\n\t\t}\n\n\t\t// Callback for when everything is done\n\t\tfunction done( status, nativeStatusText, responses, headers ) {\n\t\t\tvar isSuccess, success, error, response, modified,\n\t\t\t\tstatusText = nativeStatusText;\n\n\t\t\t// Ignore repeat invocations\n\t\t\tif ( completed ) {\n\t\t\t\treturn;\n\t\t\t}\n\n\t\t\tcompleted = true;\n\n\t\t\t// Clear timeout if it exists\n\t\t\tif ( timeoutTimer ) {\n\t\t\t\twindow.clearTimeout( timeoutTimer );\n\t\t\t}\n\n\t\t\t// Dereference transport for early garbage collection\n\t\t\t// (no matter how long the jqXHR object will be used)\n\t\t\ttransport = undefined;\n\n\t\t\t// Cache response headers\n\t\t\tresponseHeadersString = headers || \"\";\n\n\t\t\t// Set readyState\n\t\t\tjqXHR.readyState = status > 0 ? 4 : 0;\n\n\t\t\t// Determine if successful\n\t\t\tisSuccess = status >= 200 && status < 300 || status === 304;\n\n\t\t\t// Get response data\n\t\t\tif ( responses ) {\n\t\t\t\tresponse = ajaxHandleResponses( s, jqXHR, responses );\n\t\t\t}\n\n\t\t\t// Convert no matter what (that way responseXXX fields are always set)\n\t\t\tresponse = ajaxConvert( s, response, jqXHR, isSuccess );\n\n\t\t\t// If successful, handle type chaining\n\t\t\tif ( isSuccess ) {\n\n\t\t\t\t// Set the If-Modified-Since and/or If-None-Match header, if in ifModified mode.\n\t\t\t\tif ( s.ifModified ) {\n\t\t\t\t\tmodified = jqXHR.getResponseHeader( \"Last-Modified\" );\n\t\t\t\t\tif ( modified ) {\n\t\t\t\t\t\tjQuery.lastModified[ cacheURL ] = modified;\n\t\t\t\t\t}\n\t\t\t\t\tmodified = jqXHR.getResponseHeader( \"etag\" );\n\t\t\t\t\tif ( modified ) {\n\t\t\t\t\t\tjQuery.etag[ cacheURL ] = modified;\n\t\t\t\t\t}\n\t\t\t\t}\n\n\t\t\t\t// if no content\n\t\t\t\tif ( status === 204 || s.type === \"HEAD\" ) {\n\t\t\t\t\tstatusText = \"nocontent\";\n\n\t\t\t\t// if not modified\n\t\t\t\t} else if ( status === 304 ) {\n\t\t\t\t\tstatusText = \"notmodified\";\n\n\t\t\t\t// If we have data, let's convert it\n\t\t\t\t} else {\n\t\t\t\t\tstatusText = response.state;\n\t\t\t\t\tsuccess = response.data;\n\t\t\t\t\terror = response.error;\n\t\t\t\t\tisSuccess = !error;\n\t\t\t\t}\n\t\t\t} else {\n\n\t\t\t\t// Extract error from statusText and normalize for non-aborts\n\t\t\t\terror = statusText;\n\t\t\t\tif ( status || !statusText ) {\n\t\t\t\t\tstatusText = \"error\";\n\t\t\t\t\tif ( status < 0 ) {\n\t\t\t\t\t\tstatus = 0;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\n\t\t\t// Set data for the fake xhr object\n\t\t\tjqXHR.status = status;\n\t\t\tjqXHR.statusText = ( nativeStatusText || statusText ) + \"\";\n\n\t\t\t// Success/Error\n\t\t\tif ( isSuccess ) {\n\t\t\t\tdeferred.resolveWith( callbackContext, [ success, statusText, jqXHR ] );\n\t\t\t} else {\n\t\t\t\tdeferred.rejectWith( callbackContext, [ jqXHR, statusText, error ] );\n\t\t\t}\n\n\t\t\t// Status-dependent callbacks\n\t\t\tjqXHR.statusCode( statusCode );\n\t\t\tstatusCode = undefined;\n\n\t\t\tif ( fireGlobals ) {\n\t\t\t\tglobalEventContext.trigger( isSuccess ? \"ajaxSuccess\" : \"ajaxError\",\n\t\t\t\t\t[ jqXHR, s, isSuccess ? success : error ] );\n\t\t\t}\n\n\t\t\t// Complete\n\t\t\tcompleteDeferred.fireWith( callbackContext, [ jqXHR, statusText ] );\n\n\t\t\tif ( fireGlobals ) {\n\t\t\t\tglobalEventContext.trigger( \"ajaxComplete\", [ jqXHR, s ] );\n\n\t\t\t\t// Handle the global AJAX counter\n\t\t\t\tif ( !( --jQuery.active ) ) {\n\t\t\t\t\tjQuery.event.trigger( \"ajaxStop\" );\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\treturn jqXHR;\n\t},\n\n\tgetJSON: function( url, data, callback ) {\n\t\treturn jQuery.get( url, data, callback, \"json\" );\n\t},\n\n\tgetScript: function( url, callback ) {\n\t\treturn jQuery.get( url, undefined, callback, \"script\" );\n\t}\n} );\n\njQuery.each( [ \"get\", \"post\" ], function( i, method ) {\n\tjQuery[ method ] = function( url, data, callback, type ) {\n\n\t\t// Shift arguments if data argument was omitted\n\t\tif ( isFunction( data ) ) {\n\t\t\ttype = type || callback;\n\t\t\tcallback = data;\n\t\t\tdata = undefined;\n\t\t}\n\n\t\t// The url can be an options object (which then must have .url)\n\t\treturn jQuery.ajax( jQuery.extend( {\n\t\t\turl: url,\n\t\t\ttype: method,\n\t\t\tdataType: type,\n\t\t\tdata: data,\n\t\t\tsuccess: callback\n\t\t}, jQuery.isPlainObject( url ) && url ) );\n\t};\n} );\n\n\njQuery._evalUrl = function( url ) {\n\treturn jQuery.ajax( {\n\t\turl: url,\n\n\t\t// Make this explicit, since user can override this through ajaxSetup (#11264)\n\t\ttype: \"GET\",\n\t\tdataType: \"script\",\n\t\tcache: true,\n\t\tasync: false,\n\t\tglobal: false,\n\t\t\"throws\": true\n\t} );\n};\n\n\njQuery.fn.extend( {\n\twrapAll: function( html ) {\n\t\tvar wrap;\n\n\t\tif ( this[ 0 ] ) {\n\t\t\tif ( isFunction( html ) ) {\n\t\t\t\thtml = html.call( this[ 0 ] );\n\t\t\t}\n\n\t\t\t// The elements to wrap the target around\n\t\t\twrap = jQuery( html, this[ 0 ].ownerDocument ).eq( 0 ).clone( true );\n\n\t\t\tif ( this[ 0 ].parentNode ) {\n\t\t\t\twrap.insertBefore( this[ 0 ] );\n\t\t\t}\n\n\t\t\twrap.map( function() {\n\t\t\t\tvar elem = this;\n\n\t\t\t\twhile ( elem.firstElementChild ) {\n\t\t\t\t\telem = elem.firstElementChild;\n\t\t\t\t}\n\n\t\t\t\treturn elem;\n\t\t\t} ).append( this );\n\t\t}\n\n\t\treturn this;\n\t},\n\n\twrapInner: function( html ) {\n\t\tif ( isFunction( html ) ) {\n\t\t\treturn this.each( function( i ) {\n\t\t\t\tjQuery( this ).wrapInner( html.call( this, i ) );\n\t\t\t} );\n\t\t}\n\n\t\treturn this.each( function() {\n\t\t\tvar self = jQuery( this ),\n\t\t\t\tcontents = self.contents();\n\n\t\t\tif ( contents.length ) {\n\t\t\t\tcontents.wrapAll( html );\n\n\t\t\t} else {\n\t\t\t\tself.append( html );\n\t\t\t}\n\t\t} );\n\t},\n\n\twrap: function( html ) {\n\t\tvar htmlIsFunction = isFunction( html );\n\n\t\treturn this.each( function( i ) {\n\t\t\tjQuery( this ).wrapAll( htmlIsFunction ? html.call( this, i ) : html );\n\t\t} );\n\t},\n\n\tunwrap: function( selector ) {\n\t\tthis.parent( selector ).not( \"body\" ).each( function() {\n\t\t\tjQuery( this ).replaceWith( this.childNodes );\n\t\t} );\n\t\treturn this;\n\t}\n} );\n\n\njQuery.expr.pseudos.hidden = function( elem ) {\n\treturn !jQuery.expr.pseudos.visible( elem );\n};\njQuery.expr.pseudos.visible = function( elem ) {\n\treturn !!( elem.offsetWidth || elem.offsetHeight || elem.getClientRects().length );\n};\n\n\n\n\njQuery.ajaxSettings.xhr = function() {\n\ttry {\n\t\treturn new window.XMLHttpRequest();\n\t} catch ( e ) {}\n};\n\nvar xhrSuccessStatus = {\n\n\t\t// File protocol always yields status code 0, assume 200\n\t\t0: 200,\n\n\t\t// Support: IE <=9 only\n\t\t// #1450: sometimes IE returns 1223 when it should be 204\n\t\t1223: 204\n\t},\n\txhrSupported = jQuery.ajaxSettings.xhr();\n\nsupport.cors = !!xhrSupported && ( \"withCredentials\" in xhrSupported );\nsupport.ajax = xhrSupported = !!xhrSupported;\n\njQuery.ajaxTransport( function( options ) {\n\tvar callback, errorCallback;\n\n\t// Cross domain only allowed if supported through XMLHttpRequest\n\tif ( support.cors || xhrSupported && !options.crossDomain ) {\n\t\treturn {\n\t\t\tsend: function( headers, complete ) {\n\t\t\t\tvar i,\n\t\t\t\t\txhr = options.xhr();\n\n\t\t\t\txhr.open(\n\t\t\t\t\toptions.type,\n\t\t\t\t\toptions.url,\n\t\t\t\t\toptions.async,\n\t\t\t\t\toptions.username,\n\t\t\t\t\toptions.password\n\t\t\t\t);\n\n\t\t\t\t// Apply custom fields if provided\n\t\t\t\tif ( options.xhrFields ) {\n\t\t\t\t\tfor ( i in options.xhrFields ) {\n\t\t\t\t\t\txhr[ i ] = options.xhrFields[ i ];\n\t\t\t\t\t}\n\t\t\t\t}\n\n\t\t\t\t// Override mime type if needed\n\t\t\t\tif ( options.mimeType && xhr.overrideMimeType ) {\n\t\t\t\t\txhr.overrideMimeType( options.mimeType );\n\t\t\t\t}\n\n\t\t\t\t// X-Requested-With header\n\t\t\t\t// For cross-domain requests, seeing as conditions for a preflight are\n\t\t\t\t// akin to a jigsaw puzzle, we simply never set it to be sure.\n\t\t\t\t// (it can always be set on a per-request basis or even using ajaxSetup)\n\t\t\t\t// For same-domain requests, won't change header if already provided.\n\t\t\t\tif ( !options.crossDomain && !headers[ \"X-Requested-With\" ] ) {\n\t\t\t\t\theaders[ \"X-Requested-With\" ] = \"XMLHttpRequest\";\n\t\t\t\t}\n\n\t\t\t\t// Set headers\n\t\t\t\tfor ( i in headers ) {\n\t\t\t\t\txhr.setRequestHeader( i, headers[ i ] );\n\t\t\t\t}\n\n\t\t\t\t// Callback\n\t\t\t\tcallback = function( type ) {\n\t\t\t\t\treturn function() {\n\t\t\t\t\t\tif ( callback ) {\n\t\t\t\t\t\t\tcallback = errorCallback = xhr.onload =\n\t\t\t\t\t\t\t\txhr.onerror = xhr.onabort = xhr.ontimeout =\n\t\t\t\t\t\t\t\t\txhr.onreadystatechange = null;\n\n\t\t\t\t\t\t\tif ( type === \"abort\" ) {\n\t\t\t\t\t\t\t\txhr.abort();\n\t\t\t\t\t\t\t} else if ( type === \"error\" ) {\n\n\t\t\t\t\t\t\t\t// Support: IE <=9 only\n\t\t\t\t\t\t\t\t// On a manual native abort, IE9 throws\n\t\t\t\t\t\t\t\t// errors on any property access that is not readyState\n\t\t\t\t\t\t\t\tif ( typeof xhr.status !== \"number\" ) {\n\t\t\t\t\t\t\t\t\tcomplete( 0, \"error\" );\n\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\tcomplete(\n\n\t\t\t\t\t\t\t\t\t\t// File: protocol always yields status 0; see #8605, #14207\n\t\t\t\t\t\t\t\t\t\txhr.status,\n\t\t\t\t\t\t\t\t\t\txhr.statusText\n\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\tcomplete(\n\t\t\t\t\t\t\t\t\txhrSuccessStatus[ xhr.status ] || xhr.status,\n\t\t\t\t\t\t\t\t\txhr.statusText,\n\n\t\t\t\t\t\t\t\t\t// Support: IE <=9 only\n\t\t\t\t\t\t\t\t\t// IE9 has no XHR2 but throws on binary (trac-11426)\n\t\t\t\t\t\t\t\t\t// For XHR2 non-text, let the caller handle it (gh-2498)\n\t\t\t\t\t\t\t\t\t( xhr.responseType || \"text\" ) !== \"text\" ||\n\t\t\t\t\t\t\t\t\ttypeof xhr.responseText !== \"string\" ?\n\t\t\t\t\t\t\t\t\t\t{ binary: xhr.response } :\n\t\t\t\t\t\t\t\t\t\t{ text: xhr.responseText },\n\t\t\t\t\t\t\t\t\txhr.getAllResponseHeaders()\n\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t};\n\t\t\t\t};\n\n\t\t\t\t// Listen to events\n\t\t\t\txhr.onload = callback();\n\t\t\t\terrorCallback = xhr.onerror = xhr.ontimeout = callback( \"error\" );\n\n\t\t\t\t// Support: IE 9 only\n\t\t\t\t// Use onreadystatechange to replace onabort\n\t\t\t\t// to handle uncaught aborts\n\t\t\t\tif ( xhr.onabort !== undefined ) {\n\t\t\t\t\txhr.onabort = errorCallback;\n\t\t\t\t} else {\n\t\t\t\t\txhr.onreadystatechange = function() {\n\n\t\t\t\t\t\t// Check readyState before timeout as it changes\n\t\t\t\t\t\tif ( xhr.readyState === 4 ) {\n\n\t\t\t\t\t\t\t// Allow onerror to be called first,\n\t\t\t\t\t\t\t// but that will not handle a native abort\n\t\t\t\t\t\t\t// Also, save errorCallback to a variable\n\t\t\t\t\t\t\t// as xhr.onerror cannot be accessed\n\t\t\t\t\t\t\twindow.setTimeout( function() {\n\t\t\t\t\t\t\t\tif ( callback ) {\n\t\t\t\t\t\t\t\t\terrorCallback();\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t} );\n\t\t\t\t\t\t}\n\t\t\t\t\t};\n\t\t\t\t}\n\n\t\t\t\t// Create the abort callback\n\t\t\t\tcallback = callback( \"abort\" );\n\n\t\t\t\ttry {\n\n\t\t\t\t\t// Do send the request (this may raise an exception)\n\t\t\t\t\txhr.send( options.hasContent && options.data || null );\n\t\t\t\t} catch ( e ) {\n\n\t\t\t\t\t// #14683: Only rethrow if this hasn't been notified as an error yet\n\t\t\t\t\tif ( callback ) {\n\t\t\t\t\t\tthrow e;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\n\t\t\tabort: function() {\n\t\t\t\tif ( callback ) {\n\t\t\t\t\tcallback();\n\t\t\t\t}\n\t\t\t}\n\t\t};\n\t}\n} );\n\n\n\n\n// Prevent auto-execution of scripts when no explicit dataType was provided (See gh-2432)\njQuery.ajaxPrefilter( function( s ) {\n\tif ( s.crossDomain ) {\n\t\ts.contents.script = false;\n\t}\n} );\n\n// Install script dataType\njQuery.ajaxSetup( {\n\taccepts: {\n\t\tscript: \"text/javascript, application/javascript, \" +\n\t\t\t\"application/ecmascript, application/x-ecmascript\"\n\t},\n\tcontents: {\n\t\tscript: /\\b(?:java|ecma)script\\b/\n\t},\n\tconverters: {\n\t\t\"text script\": function( text ) {\n\t\t\tjQuery.globalEval( text );\n\t\t\treturn text;\n\t\t}\n\t}\n} );\n\n// Handle cache's special case and crossDomain\njQuery.ajaxPrefilter( \"script\", function( s ) {\n\tif ( s.cache === undefined ) {\n\t\ts.cache = false;\n\t}\n\tif ( s.crossDomain ) {\n\t\ts.type = \"GET\";\n\t}\n} );\n\n// Bind script tag hack transport\njQuery.ajaxTransport( \"script\", function( s ) {\n\n\t// This transport only deals with cross domain requests\n\tif ( s.crossDomain ) {\n\t\tvar script, callback;\n\t\treturn {\n\t\t\tsend: function( _, complete ) {\n\t\t\t\tscript = jQuery( \"<script>\" ).prop( {\n\t\t\t\t\tcharset: s.scriptCharset,\n\t\t\t\t\tsrc: s.url\n\t\t\t\t} ).on(\n\t\t\t\t\t\"load error\",\n\t\t\t\t\tcallback = function( evt ) {\n\t\t\t\t\t\tscript.remove();\n\t\t\t\t\t\tcallback = null;\n\t\t\t\t\t\tif ( evt ) {\n\t\t\t\t\t\t\tcomplete( evt.type === \"error\" ? 404 : 200, evt.type );\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t);\n\n\t\t\t\t// Use native DOM manipulation to avoid our domManip AJAX trickery\n\t\t\t\tdocument.head.appendChild( script[ 0 ] );\n\t\t\t},\n\t\t\tabort: function() {\n\t\t\t\tif ( callback ) {\n\t\t\t\t\tcallback();\n\t\t\t\t}\n\t\t\t}\n\t\t};\n\t}\n} );\n\n\n\n\nvar oldCallbacks = [],\n\trjsonp = /(=)\\?(?=&|$)|\\?\\?/;\n\n// Default jsonp settings\njQuery.ajaxSetup( {\n\tjsonp: \"callback\",\n\tjsonpCallback: function() {\n\t\tvar callback = oldCallbacks.pop() || ( jQuery.expando + \"_\" + ( nonce++ ) );\n\t\tthis[ callback ] = true;\n\t\treturn callback;\n\t}\n} );\n\n// Detect, normalize options and install callbacks for jsonp requests\njQuery.ajaxPrefilter( \"json jsonp\", function( s, originalSettings, jqXHR ) {\n\n\tvar callbackName, overwritten, responseContainer,\n\t\tjsonProp = s.jsonp !== false && ( rjsonp.test( s.url ) ?\n\t\t\t\"url\" :\n\t\t\ttypeof s.data === \"string\" &&\n\t\t\t\t( s.contentType || \"\" )\n\t\t\t\t\t.indexOf( \"application/x-www-form-urlencoded\" ) === 0 &&\n\t\t\t\trjsonp.test( s.data ) && \"data\"\n\t\t);\n\n\t// Handle iff the expected data type is \"jsonp\" or we have a parameter to set\n\tif ( jsonProp || s.dataTypes[ 0 ] === \"jsonp\" ) {\n\n\t\t// Get callback name, remembering preexisting value associated with it\n\t\tcallbackName = s.jsonpCallback = isFunction( s.jsonpCallback ) ?\n\t\t\ts.jsonpCallback() :\n\t\t\ts.jsonpCallback;\n\n\t\t// Insert callback into url or form data\n\t\tif ( jsonProp ) {\n\t\t\ts[ jsonProp ] = s[ jsonProp ].replace( rjsonp, \"$1\" + callbackName );\n\t\t} else if ( s.jsonp !== false ) {\n\t\t\ts.url += ( rquery.test( s.url ) ? \"&\" : \"?\" ) + s.jsonp + \"=\" + callbackName;\n\t\t}\n\n\t\t// Use data converter to retrieve json after script execution\n\t\ts.converters[ \"script json\" ] = function() {\n\t\t\tif ( !responseContainer ) {\n\t\t\t\tjQuery.error( callbackName + \" was not called\" );\n\t\t\t}\n\t\t\treturn responseContainer[ 0 ];\n\t\t};\n\n\t\t// Force json dataType\n\t\ts.dataTypes[ 0 ] = \"json\";\n\n\t\t// Install callback\n\t\toverwritten = window[ callbackName ];\n\t\twindow[ callbackName ] = function() {\n\t\t\tresponseContainer = arguments;\n\t\t};\n\n\t\t// Clean-up function (fires after converters)\n\t\tjqXHR.always( function() {\n\n\t\t\t// If previous value didn't exist - remove it\n\t\t\tif ( overwritten === undefined ) {\n\t\t\t\tjQuery( window ).removeProp( callbackName );\n\n\t\t\t// Otherwise restore preexisting value\n\t\t\t} else {\n\t\t\t\twindow[ callbackName ] = overwritten;\n\t\t\t}\n\n\t\t\t// Save back as free\n\t\t\tif ( s[ callbackName ] ) {\n\n\t\t\t\t// Make sure that re-using the options doesn't screw things around\n\t\t\t\ts.jsonpCallback = originalSettings.jsonpCallback;\n\n\t\t\t\t// Save the callback name for future use\n\t\t\t\toldCallbacks.push( callbackName );\n\t\t\t}\n\n\t\t\t// Call if it was a function and we have a response\n\t\t\tif ( responseContainer && isFunction( overwritten ) ) {\n\t\t\t\toverwritten( responseContainer[ 0 ] );\n\t\t\t}\n\n\t\t\tresponseContainer = overwritten = undefined;\n\t\t} );\n\n\t\t// Delegate to script\n\t\treturn \"script\";\n\t}\n} );\n\n\n\n\n// Support: Safari 8 only\n// In Safari 8 documents created via document.implementation.createHTMLDocument\n// collapse sibling forms: the second one becomes a child of the first one.\n// Because of that, this security measure has to be disabled in Safari 8.\n// https://bugs.webkit.org/show_bug.cgi?id=137337\nsupport.createHTMLDocument = ( function() {\n\tvar body = document.implementation.createHTMLDocument( \"\" ).body;\n\tbody.innerHTML = \"<form></form><form></form>\";\n\treturn body.childNodes.length === 2;\n} )();\n\n\n// Argument \"data\" should be string of html\n// context (optional): If specified, the fragment will be created in this context,\n// defaults to document\n// keepScripts (optional): If true, will include scripts passed in the html string\njQuery.parseHTML = function( data, context, keepScripts ) {\n\tif ( typeof data !== \"string\" ) {\n\t\treturn [];\n\t}\n\tif ( typeof context === \"boolean\" ) {\n\t\tkeepScripts = context;\n\t\tcontext = false;\n\t}\n\n\tvar base, parsed, scripts;\n\n\tif ( !context ) {\n\n\t\t// Stop scripts or inline event handlers from being executed immediately\n\t\t// by using document.implementation\n\t\tif ( support.createHTMLDocument ) {\n\t\t\tcontext = document.implementation.createHTMLDocument( \"\" );\n\n\t\t\t// Set the base href for the created document\n\t\t\t// so any parsed elements with URLs\n\t\t\t// are based on the document's URL (gh-2965)\n\t\t\tbase = context.createElement( \"base\" );\n\t\t\tbase.href = document.location.href;\n\t\t\tcontext.head.appendChild( base );\n\t\t} else {\n\t\t\tcontext = document;\n\t\t}\n\t}\n\n\tparsed = rsingleTag.exec( data );\n\tscripts = !keepScripts && [];\n\n\t// Single tag\n\tif ( parsed ) {\n\t\treturn [ context.createElement( parsed[ 1 ] ) ];\n\t}\n\n\tparsed = buildFragment( [ data ], context, scripts );\n\n\tif ( scripts && scripts.length ) {\n\t\tjQuery( scripts ).remove();\n\t}\n\n\treturn jQuery.merge( [], parsed.childNodes );\n};\n\n\n/**\n * Load a url into a page\n */\njQuery.fn.load = function( url, params, callback ) {\n\tvar selector, type, response,\n\t\tself = this,\n\t\toff = url.indexOf( \" \" );\n\n\tif ( off > -1 ) {\n\t\tselector = stripAndCollapse( url.slice( off ) );\n\t\turl = url.slice( 0, off );\n\t}\n\n\t// If it's a function\n\tif ( isFunction( params ) ) {\n\n\t\t// We assume that it's the callback\n\t\tcallback = params;\n\t\tparams = undefined;\n\n\t// Otherwise, build a param string\n\t} else if ( params && typeof params === \"object\" ) {\n\t\ttype = \"POST\";\n\t}\n\n\t// If we have elements to modify, make the request\n\tif ( self.length > 0 ) {\n\t\tjQuery.ajax( {\n\t\t\turl: url,\n\n\t\t\t// If \"type\" variable is undefined, then \"GET\" method will be used.\n\t\t\t// Make value of this field explicit since\n\t\t\t// user can override it through ajaxSetup method\n\t\t\ttype: type || \"GET\",\n\t\t\tdataType: \"html\",\n\t\t\tdata: params\n\t\t} ).done( function( responseText ) {\n\n\t\t\t// Save response for use in complete callback\n\t\t\tresponse = arguments;\n\n\t\t\tself.html( selector ?\n\n\t\t\t\t// If a selector was specified, locate the right elements in a dummy div\n\t\t\t\t// Exclude scripts to avoid IE 'Permission Denied' errors\n\t\t\t\tjQuery( \"<div>\" ).append( jQuery.parseHTML( responseText ) ).find( selector ) :\n\n\t\t\t\t// Otherwise use the full result\n\t\t\t\tresponseText );\n\n\t\t// If the request succeeds, this function gets \"data\", \"status\", \"jqXHR\"\n\t\t// but they are ignored because response was set above.\n\t\t// If it fails, this function gets \"jqXHR\", \"status\", \"error\"\n\t\t} ).always( callback && function( jqXHR, status ) {\n\t\t\tself.each( function() {\n\t\t\t\tcallback.apply( this, response || [ jqXHR.responseText, status, jqXHR ] );\n\t\t\t} );\n\t\t} );\n\t}\n\n\treturn this;\n};\n\n\n\n\n// Attach a bunch of functions for handling common AJAX events\njQuery.each( [\n\t\"ajaxStart\",\n\t\"ajaxStop\",\n\t\"ajaxComplete\",\n\t\"ajaxError\",\n\t\"ajaxSuccess\",\n\t\"ajaxSend\"\n], function( i, type ) {\n\tjQuery.fn[ type ] = function( fn ) {\n\t\treturn this.on( type, fn );\n\t};\n} );\n\n\n\n\njQuery.expr.pseudos.animated = function( elem ) {\n\treturn jQuery.grep( jQuery.timers, function( fn ) {\n\t\treturn elem === fn.elem;\n\t} ).length;\n};\n\n\n\n\njQuery.offset = {\n\tsetOffset: function( elem, options, i ) {\n\t\tvar curPosition, curLeft, curCSSTop, curTop, curOffset, curCSSLeft, calculatePosition,\n\t\t\tposition = jQuery.css( elem, \"position\" ),\n\t\t\tcurElem = jQuery( elem ),\n\t\t\tprops = {};\n\n\t\t// Set position first, in-case top/left are set even on static elem\n\t\tif ( position === \"static\" ) {\n\t\t\telem.style.position = \"relative\";\n\t\t}\n\n\t\tcurOffset = curElem.offset();\n\t\tcurCSSTop = jQuery.css( elem, \"top\" );\n\t\tcurCSSLeft = jQuery.css( elem, \"left\" );\n\t\tcalculatePosition = ( position === \"absolute\" || position === \"fixed\" ) &&\n\t\t\t( curCSSTop + curCSSLeft ).indexOf( \"auto\" ) > -1;\n\n\t\t// Need to be able to calculate position if either\n\t\t// top or left is auto and position is either absolute or fixed\n\t\tif ( calculatePosition ) {\n\t\t\tcurPosition = curElem.position();\n\t\t\tcurTop = curPosition.top;\n\t\t\tcurLeft = curPosition.left;\n\n\t\t} else {\n\t\t\tcurTop = parseFloat( curCSSTop ) || 0;\n\t\t\tcurLeft = parseFloat( curCSSLeft ) || 0;\n\t\t}\n\n\t\tif ( isFunction( options ) ) {\n\n\t\t\t// Use jQuery.extend here to allow modification of coordinates argument (gh-1848)\n\t\t\toptions = options.call( elem, i, jQuery.extend( {}, curOffset ) );\n\t\t}\n\n\t\tif ( options.top != null ) {\n\t\t\tprops.top = ( options.top - curOffset.top ) + curTop;\n\t\t}\n\t\tif ( options.left != null ) {\n\t\t\tprops.left = ( options.left - curOffset.left ) + curLeft;\n\t\t}\n\n\t\tif ( \"using\" in options ) {\n\t\t\toptions.using.call( elem, props );\n\n\t\t} else {\n\t\t\tcurElem.css( props );\n\t\t}\n\t}\n};\n\njQuery.fn.extend( {\n\n\t// offset() relates an element's border box to the document origin\n\toffset: function( options ) {\n\n\t\t// Preserve chaining for setter\n\t\tif ( arguments.length ) {\n\t\t\treturn options === undefined ?\n\t\t\t\tthis :\n\t\t\t\tthis.each( function( i ) {\n\t\t\t\t\tjQuery.offset.setOffset( this, options, i );\n\t\t\t\t} );\n\t\t}\n\n\t\tvar rect, win,\n\t\t\telem = this[ 0 ];\n\n\t\tif ( !elem ) {\n\t\t\treturn;\n\t\t}\n\n\t\t// Return zeros for disconnected and hidden (display: none) elements (gh-2310)\n\t\t// Support: IE <=11 only\n\t\t// Running getBoundingClientRect on a\n\t\t// disconnected node in IE throws an error\n\t\tif ( !elem.getClientRects().length ) {\n\t\t\treturn { top: 0, left: 0 };\n\t\t}\n\n\t\t// Get document-relative position by adding viewport scroll to viewport-relative gBCR\n\t\trect = elem.getBoundingClientRect();\n\t\twin = elem.ownerDocument.defaultView;\n\t\treturn {\n\t\t\ttop: rect.top + win.pageYOffset,\n\t\t\tleft: rect.left + win.pageXOffset\n\t\t};\n\t},\n\n\t// position() relates an element's margin box to its offset parent's padding box\n\t// This corresponds to the behavior of CSS absolute positioning\n\tposition: function() {\n\t\tif ( !this[ 0 ] ) {\n\t\t\treturn;\n\t\t}\n\n\t\tvar offsetParent, offset, doc,\n\t\t\telem = this[ 0 ],\n\t\t\tparentOffset = { top: 0, left: 0 };\n\n\t\t// position:fixed elements are offset from the viewport, which itself always has zero offset\n\t\tif ( jQuery.css( elem, \"position\" ) === \"fixed\" ) {\n\n\t\t\t// Assume position:fixed implies availability of getBoundingClientRect\n\t\t\toffset = elem.getBoundingClientRect();\n\n\t\t} else {\n\t\t\toffset = this.offset();\n\n\t\t\t// Account for the *real* offset parent, which can be the document or its root element\n\t\t\t// when a statically positioned element is identified\n\t\t\tdoc = elem.ownerDocument;\n\t\t\toffsetParent = elem.offsetParent || doc.documentElement;\n\t\t\twhile ( offsetParent &&\n\t\t\t\t( offsetParent === doc.body || offsetParent === doc.documentElement ) &&\n\t\t\t\tjQuery.css( offsetParent, \"position\" ) === \"static\" ) {\n\n\t\t\t\toffsetParent = offsetParent.parentNode;\n\t\t\t}\n\t\t\tif ( offsetParent && offsetParent !== elem && offsetParent.nodeType === 1 ) {\n\n\t\t\t\t// Incorporate borders into its offset, since they are outside its content origin\n\t\t\t\tparentOffset = jQuery( offsetParent ).offset();\n\t\t\t\tparentOffset.top += jQuery.css( offsetParent, \"borderTopWidth\", true );\n\t\t\t\tparentOffset.left += jQuery.css( offsetParent, \"borderLeftWidth\", true );\n\t\t\t}\n\t\t}\n\n\t\t// Subtract parent offsets and element margins\n\t\treturn {\n\t\t\ttop: offset.top - parentOffset.top - jQuery.css( elem, \"marginTop\", true ),\n\t\t\tleft: offset.left - parentOffset.left - jQuery.css( elem, \"marginLeft\", true )\n\t\t};\n\t},\n\n\t// This method will return documentElement in the following cases:\n\t// 1) For the element inside the iframe without offsetParent, this method will return\n\t// documentElement of the parent window\n\t// 2) For the hidden or detached element\n\t// 3) For body or html element, i.e. in case of the html node - it will return itself\n\t//\n\t// but those exceptions were never presented as a real life use-cases\n\t// and might be considered as more preferable results.\n\t//\n\t// This logic, however, is not guaranteed and can change at any point in the future\n\toffsetParent: function() {\n\t\treturn this.map( function() {\n\t\t\tvar offsetParent = this.offsetParent;\n\n\t\t\twhile ( offsetParent && jQuery.css( offsetParent, \"position\" ) === \"static\" ) {\n\t\t\t\toffsetParent = offsetParent.offsetParent;\n\t\t\t}\n\n\t\t\treturn offsetParent || documentElement;\n\t\t} );\n\t}\n} );\n\n// Create scrollLeft and scrollTop methods\njQuery.each( { scrollLeft: \"pageXOffset\", scrollTop: \"pageYOffset\" }, function( method, prop ) {\n\tvar top = \"pageYOffset\" === prop;\n\n\tjQuery.fn[ method ] = function( val ) {\n\t\treturn access( this, function( elem, method, val ) {\n\n\t\t\t// Coalesce documents and windows\n\t\t\tvar win;\n\t\t\tif ( isWindow( elem ) ) {\n\t\t\t\twin = elem;\n\t\t\t} else if ( elem.nodeType === 9 ) {\n\t\t\t\twin = elem.defaultView;\n\t\t\t}\n\n\t\t\tif ( val === undefined ) {\n\t\t\t\treturn win ? win[ prop ] : elem[ method ];\n\t\t\t}\n\n\t\t\tif ( win ) {\n\t\t\t\twin.scrollTo(\n\t\t\t\t\t!top ? val : win.pageXOffset,\n\t\t\t\t\ttop ? val : win.pageYOffset\n\t\t\t\t);\n\n\t\t\t} else {\n\t\t\t\telem[ method ] = val;\n\t\t\t}\n\t\t}, method, val, arguments.length );\n\t};\n} );\n\n// Support: Safari <=7 - 9.1, Chrome <=37 - 49\n// Add the top/left cssHooks using jQuery.fn.position\n// Webkit bug: https://bugs.webkit.org/show_bug.cgi?id=29084\n// Blink bug: https://bugs.chromium.org/p/chromium/issues/detail?id=589347\n// getComputedStyle returns percent when specified for top/left/bottom/right;\n// rather than make the css module depend on the offset module, just check for it here\njQuery.each( [ \"top\", \"left\" ], function( i, prop ) {\n\tjQuery.cssHooks[ prop ] = addGetHookIf( support.pixelPosition,\n\t\tfunction( elem, computed ) {\n\t\t\tif ( computed ) {\n\t\t\t\tcomputed = curCSS( elem, prop );\n\n\t\t\t\t// If curCSS returns percentage, fallback to offset\n\t\t\t\treturn rnumnonpx.test( computed ) ?\n\t\t\t\t\tjQuery( elem ).position()[ prop ] + \"px\" :\n\t\t\t\t\tcomputed;\n\t\t\t}\n\t\t}\n\t);\n} );\n\n\n// Create innerHeight, innerWidth, height, width, outerHeight and outerWidth methods\njQuery.each( { Height: \"height\", Width: \"width\" }, function( name, type ) {\n\tjQuery.each( { padding: \"inner\" + name, content: type, \"\": \"outer\" + name },\n\t\tfunction( defaultExtra, funcName ) {\n\n\t\t// Margin is only for outerHeight, outerWidth\n\t\tjQuery.fn[ funcName ] = function( margin, value ) {\n\t\t\tvar chainable = arguments.length && ( defaultExtra || typeof margin !== \"boolean\" ),\n\t\t\t\textra = defaultExtra || ( margin === true || value === true ? \"margin\" : \"border\" );\n\n\t\t\treturn access( this, function( elem, type, value ) {\n\t\t\t\tvar doc;\n\n\t\t\t\tif ( isWindow( elem ) ) {\n\n\t\t\t\t\t// $( window ).outerWidth/Height return w/h including scrollbars (gh-1729)\n\t\t\t\t\treturn funcName.indexOf( \"outer\" ) === 0 ?\n\t\t\t\t\t\telem[ \"inner\" + name ] :\n\t\t\t\t\t\telem.document.documentElement[ \"client\" + name ];\n\t\t\t\t}\n\n\t\t\t\t// Get document width or height\n\t\t\t\tif ( elem.nodeType === 9 ) {\n\t\t\t\t\tdoc = elem.documentElement;\n\n\t\t\t\t\t// Either scroll[Width/Height] or offset[Width/Height] or client[Width/Height],\n\t\t\t\t\t// whichever is greatest\n\t\t\t\t\treturn Math.max(\n\t\t\t\t\t\telem.body[ \"scroll\" + name ], doc[ \"scroll\" + name ],\n\t\t\t\t\t\telem.body[ \"offset\" + name ], doc[ \"offset\" + name ],\n\t\t\t\t\t\tdoc[ \"client\" + name ]\n\t\t\t\t\t);\n\t\t\t\t}\n\n\t\t\t\treturn value === undefined ?\n\n\t\t\t\t\t// Get width or height on the element, requesting but not forcing parseFloat\n\t\t\t\t\tjQuery.css( elem, type, extra ) :\n\n\t\t\t\t\t// Set width or height on the element\n\t\t\t\t\tjQuery.style( elem, type, value, extra );\n\t\t\t}, type, chainable ? margin : undefined, chainable );\n\t\t};\n\t} );\n} );\n\n\njQuery.each( ( \"blur focus focusin focusout resize scroll click dblclick \" +\n\t\"mousedown mouseup mousemove mouseover mouseout mouseenter mouseleave \" +\n\t\"change select submit keydown keypress keyup contextmenu\" ).split( \" \" ),\n\tfunction( i, name ) {\n\n\t// Handle event binding\n\tjQuery.fn[ name ] = function( data, fn ) {\n\t\treturn arguments.length > 0 ?\n\t\t\tthis.on( name, null, data, fn ) :\n\t\t\tthis.trigger( name );\n\t};\n} );\n\njQuery.fn.extend( {\n\thover: function( fnOver, fnOut ) {\n\t\treturn this.mouseenter( fnOver ).mouseleave( fnOut || fnOver );\n\t}\n} );\n\n\n\n\njQuery.fn.extend( {\n\n\tbind: function( types, data, fn ) {\n\t\treturn this.on( types, null, data, fn );\n\t},\n\tunbind: function( types, fn ) {\n\t\treturn this.off( types, null, fn );\n\t},\n\n\tdelegate: function( selector, types, data, fn ) {\n\t\treturn this.on( types, selector, data, fn );\n\t},\n\tundelegate: function( selector, types, fn ) {\n\n\t\t// ( namespace ) or ( selector, types [, fn] )\n\t\treturn arguments.length === 1 ?\n\t\t\tthis.off( selector, \"**\" ) :\n\t\t\tthis.off( types, selector || \"**\", fn );\n\t}\n} );\n\n// Bind a function to a context, optionally partially applying any\n// arguments.\n// jQuery.proxy is deprecated to promote standards (specifically Function#bind)\n// However, it is not slated for removal any time soon\njQuery.proxy = function( fn, context ) {\n\tvar tmp, args, proxy;\n\n\tif ( typeof context === \"string\" ) {\n\t\ttmp = fn[ context ];\n\t\tcontext = fn;\n\t\tfn = tmp;\n\t}\n\n\t// Quick check to determine if target is callable, in the spec\n\t// this throws a TypeError, but we will just return undefined.\n\tif ( !isFunction( fn ) ) {\n\t\treturn undefined;\n\t}\n\n\t// Simulated bind\n\targs = slice.call( arguments, 2 );\n\tproxy = function() {\n\t\treturn fn.apply( context || this, args.concat( slice.call( arguments ) ) );\n\t};\n\n\t// Set the guid of unique handler to the same of original handler, so it can be removed\n\tproxy.guid = fn.guid = fn.guid || jQuery.guid++;\n\n\treturn proxy;\n};\n\njQuery.holdReady = function( hold ) {\n\tif ( hold ) {\n\t\tjQuery.readyWait++;\n\t} else {\n\t\tjQuery.ready( true );\n\t}\n};\njQuery.isArray = Array.isArray;\njQuery.parseJSON = JSON.parse;\njQuery.nodeName = nodeName;\njQuery.isFunction = isFunction;\njQuery.isWindow = isWindow;\njQuery.camelCase = camelCase;\njQuery.type = toType;\n\njQuery.now = Date.now;\n\njQuery.isNumeric = function( obj ) {\n\n\t// As of jQuery 3.0, isNumeric is limited to\n\t// strings and numbers (primitives or objects)\n\t// that can be coerced to finite numbers (gh-2662)\n\tvar type = jQuery.type( obj );\n\treturn ( type === \"number\" || type === \"string\" ) &&\n\n\t\t// parseFloat NaNs numeric-cast false positives (\"\")\n\t\t// ...but misinterprets leading-number strings, particularly hex literals (\"0x...\")\n\t\t// subtraction forces infinities to NaN\n\t\t!isNaN( obj - parseFloat( obj ) );\n};\n\n\n\n\n// Register as a named AMD module, since jQuery can be concatenated with other\n// files that may use define, but not via a proper concatenation script that\n// understands anonymous AMD modules. A named AMD is safest and most robust\n// way to register. Lowercase jquery is used because AMD module names are\n// derived from file names, and jQuery is normally delivered in a lowercase\n// file name. Do this after creating the global so that if an AMD module wants\n// to call noConflict to hide this version of jQuery, it will work.\n\n// Note that for maximum portability, libraries that are not jQuery should\n// declare themselves as anonymous modules, and avoid setting a global if an\n// AMD loader is present. jQuery is a special case. For more information, see\n// https://github.com/jrburke/requirejs/wiki/Updating-existing-libraries#wiki-anon\n\nif ( typeof define === \"function\" && define.amd ) {\n\tdefine( \"jquery\", [], function() {\n\t\treturn jQuery;\n\t} );\n}\n\n\n\n\nvar\n\n\t// Map over jQuery in case of overwrite\n\t_jQuery = window.jQuery,\n\n\t// Map over the $ in case of overwrite\n\t_$ = window.$;\n\njQuery.noConflict = function( deep ) {\n\tif ( window.$ === jQuery ) {\n\t\twindow.$ = _$;\n\t}\n\n\tif ( deep && window.jQuery === jQuery ) {\n\t\twindow.jQuery = _jQuery;\n\t}\n\n\treturn jQuery;\n};\n\n// Expose jQuery and $ identifiers, even in AMD\n// (#7102#comment:10, https://github.com/jquery/jquery/pull/557)\n// and CommonJS for browser emulators (#13566)\nif ( !noGlobal ) {\n\twindow.jQuery = window.$ = jQuery;\n}\n\n\n\n\nreturn jQuery;\n} );\n","module.exports = function (it) {\n return typeof it === 'object' ? it !== null : typeof it === 'function';\n};\n","var global = require('../internals/global');\nvar isObject = require('../internals/is-object');\n\nvar document = global.document;\n// typeof document.createElement is 'object' in old IE\nvar EXISTS = isObject(document) && isObject(document.createElement);\n\nmodule.exports = function (it) {\n return EXISTS ? document.createElement(it) : {};\n};\n","var getBuiltIn = require('../internals/get-built-in');\nvar getOwnPropertyNamesModule = require('../internals/object-get-own-property-names');\nvar getOwnPropertySymbolsModule = require('../internals/object-get-own-property-symbols');\nvar anObject = require('../internals/an-object');\n\n// all object keys, includes non-enumerable and symbols\nmodule.exports = getBuiltIn('Reflect', 'ownKeys') || function ownKeys(it) {\n var keys = getOwnPropertyNamesModule.f(anObject(it));\n var getOwnPropertySymbols = getOwnPropertySymbolsModule.f;\n return getOwnPropertySymbols ? keys.concat(getOwnPropertySymbols(it)) : keys;\n};\n","var global = require('../internals/global');\n\nmodule.exports = global;\n","var fails = require('../internals/fails');\n\n// Detect IE8's incomplete defineProperty implementation\nmodule.exports = !fails(function () {\n // eslint-disable-next-line es/no-object-defineproperty -- required for testing\n return Object.defineProperty({}, 1, { get: function () { return 7; } })[1] != 7;\n});\n","var has = require('../internals/has');\nvar ownKeys = require('../internals/own-keys');\nvar getOwnPropertyDescriptorModule = require('../internals/object-get-own-property-descriptor');\nvar definePropertyModule = require('../internals/object-define-property');\n\nmodule.exports = function (target, source) {\n var keys = ownKeys(source);\n var defineProperty = definePropertyModule.f;\n var getOwnPropertyDescriptor = getOwnPropertyDescriptorModule.f;\n for (var i = 0; i < keys.length; i++) {\n var key = keys[i];\n if (!has(target, key)) defineProperty(target, key, getOwnPropertyDescriptor(source, key));\n }\n};\n","/* eslint-disable es/no-symbol -- required for testing */\nvar NATIVE_SYMBOL = require('../internals/native-symbol');\n\nmodule.exports = NATIVE_SYMBOL\n && !Symbol.sham\n && typeof Symbol.iterator == 'symbol';\n","var global = require('../internals/global');\nvar inspectSource = require('../internals/inspect-source');\n\nvar WeakMap = global.WeakMap;\n\nmodule.exports = typeof WeakMap === 'function' && /native code/.test(inspectSource(WeakMap));\n","var toObject = require('../internals/to-object');\n\nvar floor = Math.floor;\nvar replace = ''.replace;\nvar SUBSTITUTION_SYMBOLS = /\\$([$&'`]|\\d{1,2}|<[^>]*>)/g;\nvar SUBSTITUTION_SYMBOLS_NO_NAMED = /\\$([$&'`]|\\d{1,2})/g;\n\n// `GetSubstitution` abstract operation\n// https://tc39.es/ecma262/#sec-getsubstitution\nmodule.exports = function (matched, str, position, captures, namedCaptures, replacement) {\n var tailPos = position + matched.length;\n var m = captures.length;\n var symbols = SUBSTITUTION_SYMBOLS_NO_NAMED;\n if (namedCaptures !== undefined) {\n namedCaptures = toObject(namedCaptures);\n symbols = SUBSTITUTION_SYMBOLS;\n }\n return replace.call(replacement, symbols, function (match, ch) {\n var capture;\n switch (ch.charAt(0)) {\n case '$': return '$';\n case '&': return matched;\n case '`': return str.slice(0, position);\n case \"'\": return str.slice(tailPos);\n case '<':\n capture = namedCaptures[ch.slice(1, -1)];\n break;\n default: // \\d\\d?\n var n = +ch;\n if (n === 0) return match;\n if (n > m) {\n var f = floor(n / 10);\n if (f === 0) return match;\n if (f <= m) return captures[f - 1] === undefined ? ch.charAt(1) : captures[f - 1] + ch.charAt(1);\n return match;\n }\n capture = captures[n - 1];\n }\n return capture === undefined ? '' : capture;\n });\n};\n","var toObject = require('../internals/to-object');\n\nvar hasOwnProperty = {}.hasOwnProperty;\n\nmodule.exports = Object.hasOwn || function hasOwn(it, key) {\n return hasOwnProperty.call(toObject(it), key);\n};\n","var requireObjectCoercible = require('../internals/require-object-coercible');\n\n// `ToObject` abstract operation\n// https://tc39.es/ecma262/#sec-toobject\nmodule.exports = function (argument) {\n return Object(requireObjectCoercible(argument));\n};\n","var toInteger = require('../internals/to-integer');\n\nvar min = Math.min;\n\n// `ToLength` abstract operation\n// https://tc39.es/ecma262/#sec-tolength\nmodule.exports = function (argument) {\n return argument > 0 ? min(toInteger(argument), 0x1FFFFFFFFFFFFF) : 0; // 2 ** 53 - 1 == 9007199254740991\n};\n","var g;\n\n// This works in non-strict mode\ng = (function() {\n\treturn this;\n})();\n\ntry {\n\t// This works if eval is allowed (see CSP)\n\tg = g || new Function(\"return this\")();\n} catch (e) {\n\t// This works if the window reference is available\n\tif (typeof window === \"object\") g = window;\n}\n\n// g can still be undefined, but nothing to do about it...\n// We return undefined, instead of nothing here, so it's\n// easier to handle this case. if(!global) { ...}\n\nmodule.exports = g;\n","var DESCRIPTORS = require('../internals/descriptors');\nvar definePropertyModule = require('../internals/object-define-property');\nvar createPropertyDescriptor = require('../internals/create-property-descriptor');\n\nmodule.exports = DESCRIPTORS ? function (object, key, value) {\n return definePropertyModule.f(object, key, createPropertyDescriptor(1, value));\n} : function (object, key, value) {\n object[key] = value;\n return object;\n};\n","var DESCRIPTORS = require('../internals/descriptors');\nvar IE8_DOM_DEFINE = require('../internals/ie8-dom-define');\nvar anObject = require('../internals/an-object');\nvar toPrimitive = require('../internals/to-primitive');\n\n// eslint-disable-next-line es/no-object-defineproperty -- safe\nvar $defineProperty = Object.defineProperty;\n\n// `Object.defineProperty` method\n// https://tc39.es/ecma262/#sec-object.defineproperty\nexports.f = DESCRIPTORS ? $defineProperty : function defineProperty(O, P, Attributes) {\n anObject(O);\n P = toPrimitive(P, true);\n anObject(Attributes);\n if (IE8_DOM_DEFINE) try {\n return $defineProperty(O, P, Attributes);\n } catch (error) { /* empty */ }\n if ('get' in Attributes || 'set' in Attributes) throw TypeError('Accessors not supported');\n if ('value' in Attributes) O[P] = Attributes.value;\n return O;\n};\n","// `RequireObjectCoercible` abstract operation\n// https://tc39.es/ecma262/#sec-requireobjectcoercible\nmodule.exports = function (it) {\n if (it == undefined) throw TypeError(\"Can't call method on \" + it);\n return it;\n};\n","var global = require('../internals/global');\nvar createNonEnumerableProperty = require('../internals/create-non-enumerable-property');\nvar has = require('../internals/has');\nvar setGlobal = require('../internals/set-global');\nvar inspectSource = require('../internals/inspect-source');\nvar InternalStateModule = require('../internals/internal-state');\n\nvar getInternalState = InternalStateModule.get;\nvar enforceInternalState = InternalStateModule.enforce;\nvar TEMPLATE = String(String).split('String');\n\n(module.exports = function (O, key, value, options) {\n var unsafe = options ? !!options.unsafe : false;\n var simple = options ? !!options.enumerable : false;\n var noTargetGet = options ? !!options.noTargetGet : false;\n var state;\n if (typeof value == 'function') {\n if (typeof key == 'string' && !has(value, 'name')) {\n createNonEnumerableProperty(value, 'name', key);\n }\n state = enforceInternalState(value);\n if (!state.source) {\n state.source = TEMPLATE.join(typeof key == 'string' ? key : '');\n }\n }\n if (O === global) {\n if (simple) O[key] = value;\n else setGlobal(key, value);\n return;\n } else if (!unsafe) {\n delete O[key];\n } else if (!noTargetGet && O[key]) {\n simple = true;\n }\n if (simple) O[key] = value;\n else createNonEnumerableProperty(O, key, value);\n// add fake Function#toString for correct work wrapped methods / constructors with methods like LoDash isNative\n})(Function.prototype, 'toString', function toString() {\n return typeof this == 'function' && getInternalState(this).source || inspectSource(this);\n});\n","// toObject with fallback for non-array-like ES3 strings\nvar IndexedObject = require('../internals/indexed-object');\nvar requireObjectCoercible = require('../internals/require-object-coercible');\n\nmodule.exports = function (it) {\n return IndexedObject(requireObjectCoercible(it));\n};\n","/**!\n * @fileOverview Kickass library to create and place poppers near their reference elements.\n * @version 1.16.1\n * @license\n * Copyright (c) 2016 Federico Zivolo and contributors\n *\n * Permission is hereby granted, free of charge, to any person obtaining a copy\n * of this software and associated documentation files (the \"Software\"), to deal\n * in the Software without restriction, including without limitation the rights\n * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\n * copies of the Software, and to permit persons to whom the Software is\n * furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in all\n * copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\n * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\n * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n * SOFTWARE.\n */\nvar isBrowser = typeof window !== 'undefined' && typeof document !== 'undefined' && typeof navigator !== 'undefined';\n\nvar timeoutDuration = function () {\n var longerTimeoutBrowsers = ['Edge', 'Trident', 'Firefox'];\n for (var i = 0; i < longerTimeoutBrowsers.length; i += 1) {\n if (isBrowser && navigator.userAgent.indexOf(longerTimeoutBrowsers[i]) >= 0) {\n return 1;\n }\n }\n return 0;\n}();\n\nfunction microtaskDebounce(fn) {\n var called = false;\n return function () {\n if (called) {\n return;\n }\n called = true;\n window.Promise.resolve().then(function () {\n called = false;\n fn();\n });\n };\n}\n\nfunction taskDebounce(fn) {\n var scheduled = false;\n return function () {\n if (!scheduled) {\n scheduled = true;\n setTimeout(function () {\n scheduled = false;\n fn();\n }, timeoutDuration);\n }\n };\n}\n\nvar supportsMicroTasks = isBrowser && window.Promise;\n\n/**\n* Create a debounced version of a method, that's asynchronously deferred\n* but called in the minimum time possible.\n*\n* @method\n* @memberof Popper.Utils\n* @argument {Function} fn\n* @returns {Function}\n*/\nvar debounce = supportsMicroTasks ? microtaskDebounce : taskDebounce;\n\n/**\n * Check if the given variable is a function\n * @method\n * @memberof Popper.Utils\n * @argument {Any} functionToCheck - variable to check\n * @returns {Boolean} answer to: is a function?\n */\nfunction isFunction(functionToCheck) {\n var getType = {};\n return functionToCheck && getType.toString.call(functionToCheck) === '[object Function]';\n}\n\n/**\n * Get CSS computed property of the given element\n * @method\n * @memberof Popper.Utils\n * @argument {Eement} element\n * @argument {String} property\n */\nfunction getStyleComputedProperty(element, property) {\n if (element.nodeType !== 1) {\n return [];\n }\n // NOTE: 1 DOM access here\n var window = element.ownerDocument.defaultView;\n var css = window.getComputedStyle(element, null);\n return property ? css[property] : css;\n}\n\n/**\n * Returns the parentNode or the host of the element\n * @method\n * @memberof Popper.Utils\n * @argument {Element} element\n * @returns {Element} parent\n */\nfunction getParentNode(element) {\n if (element.nodeName === 'HTML') {\n return element;\n }\n return element.parentNode || element.host;\n}\n\n/**\n * Returns the scrolling parent of the given element\n * @method\n * @memberof Popper.Utils\n * @argument {Element} element\n * @returns {Element} scroll parent\n */\nfunction getScrollParent(element) {\n // Return body, `getScroll` will take care to get the correct `scrollTop` from it\n if (!element) {\n return document.body;\n }\n\n switch (element.nodeName) {\n case 'HTML':\n case 'BODY':\n return element.ownerDocument.body;\n case '#document':\n return element.body;\n }\n\n // Firefox want us to check `-x` and `-y` variations as well\n\n var _getStyleComputedProp = getStyleComputedProperty(element),\n overflow = _getStyleComputedProp.overflow,\n overflowX = _getStyleComputedProp.overflowX,\n overflowY = _getStyleComputedProp.overflowY;\n\n if (/(auto|scroll|overlay)/.test(overflow + overflowY + overflowX)) {\n return element;\n }\n\n return getScrollParent(getParentNode(element));\n}\n\n/**\n * Returns the reference node of the reference object, or the reference object itself.\n * @method\n * @memberof Popper.Utils\n * @param {Element|Object} reference - the reference element (the popper will be relative to this)\n * @returns {Element} parent\n */\nfunction getReferenceNode(reference) {\n return reference && reference.referenceNode ? reference.referenceNode : reference;\n}\n\nvar isIE11 = isBrowser && !!(window.MSInputMethodContext && document.documentMode);\nvar isIE10 = isBrowser && /MSIE 10/.test(navigator.userAgent);\n\n/**\n * Determines if the browser is Internet Explorer\n * @method\n * @memberof Popper.Utils\n * @param {Number} version to check\n * @returns {Boolean} isIE\n */\nfunction isIE(version) {\n if (version === 11) {\n return isIE11;\n }\n if (version === 10) {\n return isIE10;\n }\n return isIE11 || isIE10;\n}\n\n/**\n * Returns the offset parent of the given element\n * @method\n * @memberof Popper.Utils\n * @argument {Element} element\n * @returns {Element} offset parent\n */\nfunction getOffsetParent(element) {\n if (!element) {\n return document.documentElement;\n }\n\n var noOffsetParent = isIE(10) ? document.body : null;\n\n // NOTE: 1 DOM access here\n var offsetParent = element.offsetParent || null;\n // Skip hidden elements which don't have an offsetParent\n while (offsetParent === noOffsetParent && element.nextElementSibling) {\n offsetParent = (element = element.nextElementSibling).offsetParent;\n }\n\n var nodeName = offsetParent && offsetParent.nodeName;\n\n if (!nodeName || nodeName === 'BODY' || nodeName === 'HTML') {\n return element ? element.ownerDocument.documentElement : document.documentElement;\n }\n\n // .offsetParent will return the closest TH, TD or TABLE in case\n // no offsetParent is present, I hate this job...\n if (['TH', 'TD', 'TABLE'].indexOf(offsetParent.nodeName) !== -1 && getStyleComputedProperty(offsetParent, 'position') === 'static') {\n return getOffsetParent(offsetParent);\n }\n\n return offsetParent;\n}\n\nfunction isOffsetContainer(element) {\n var nodeName = element.nodeName;\n\n if (nodeName === 'BODY') {\n return false;\n }\n return nodeName === 'HTML' || getOffsetParent(element.firstElementChild) === element;\n}\n\n/**\n * Finds the root node (document, shadowDOM root) of the given element\n * @method\n * @memberof Popper.Utils\n * @argument {Element} node\n * @returns {Element} root node\n */\nfunction getRoot(node) {\n if (node.parentNode !== null) {\n return getRoot(node.parentNode);\n }\n\n return node;\n}\n\n/**\n * Finds the offset parent common to the two provided nodes\n * @method\n * @memberof Popper.Utils\n * @argument {Element} element1\n * @argument {Element} element2\n * @returns {Element} common offset parent\n */\nfunction findCommonOffsetParent(element1, element2) {\n // This check is needed to avoid errors in case one of the elements isn't defined for any reason\n if (!element1 || !element1.nodeType || !element2 || !element2.nodeType) {\n return document.documentElement;\n }\n\n // Here we make sure to give as \"start\" the element that comes first in the DOM\n var order = element1.compareDocumentPosition(element2) & Node.DOCUMENT_POSITION_FOLLOWING;\n var start = order ? element1 : element2;\n var end = order ? element2 : element1;\n\n // Get common ancestor container\n var range = document.createRange();\n range.setStart(start, 0);\n range.setEnd(end, 0);\n var commonAncestorContainer = range.commonAncestorContainer;\n\n // Both nodes are inside #document\n\n if (element1 !== commonAncestorContainer && element2 !== commonAncestorContainer || start.contains(end)) {\n if (isOffsetContainer(commonAncestorContainer)) {\n return commonAncestorContainer;\n }\n\n return getOffsetParent(commonAncestorContainer);\n }\n\n // one of the nodes is inside shadowDOM, find which one\n var element1root = getRoot(element1);\n if (element1root.host) {\n return findCommonOffsetParent(element1root.host, element2);\n } else {\n return findCommonOffsetParent(element1, getRoot(element2).host);\n }\n}\n\n/**\n * Gets the scroll value of the given element in the given side (top and left)\n * @method\n * @memberof Popper.Utils\n * @argument {Element} element\n * @argument {String} side `top` or `left`\n * @returns {number} amount of scrolled pixels\n */\nfunction getScroll(element) {\n var side = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : 'top';\n\n var upperSide = side === 'top' ? 'scrollTop' : 'scrollLeft';\n var nodeName = element.nodeName;\n\n if (nodeName === 'BODY' || nodeName === 'HTML') {\n var html = element.ownerDocument.documentElement;\n var scrollingElement = element.ownerDocument.scrollingElement || html;\n return scrollingElement[upperSide];\n }\n\n return element[upperSide];\n}\n\n/*\n * Sum or subtract the element scroll values (left and top) from a given rect object\n * @method\n * @memberof Popper.Utils\n * @param {Object} rect - Rect object you want to change\n * @param {HTMLElement} element - The element from the function reads the scroll values\n * @param {Boolean} subtract - set to true if you want to subtract the scroll values\n * @return {Object} rect - The modifier rect object\n */\nfunction includeScroll(rect, element) {\n var subtract = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : false;\n\n var scrollTop = getScroll(element, 'top');\n var scrollLeft = getScroll(element, 'left');\n var modifier = subtract ? -1 : 1;\n rect.top += scrollTop * modifier;\n rect.bottom += scrollTop * modifier;\n rect.left += scrollLeft * modifier;\n rect.right += scrollLeft * modifier;\n return rect;\n}\n\n/*\n * Helper to detect borders of a given element\n * @method\n * @memberof Popper.Utils\n * @param {CSSStyleDeclaration} styles\n * Result of `getStyleComputedProperty` on the given element\n * @param {String} axis - `x` or `y`\n * @return {number} borders - The borders size of the given axis\n */\n\nfunction getBordersSize(styles, axis) {\n var sideA = axis === 'x' ? 'Left' : 'Top';\n var sideB = sideA === 'Left' ? 'Right' : 'Bottom';\n\n return parseFloat(styles['border' + sideA + 'Width']) + parseFloat(styles['border' + sideB + 'Width']);\n}\n\nfunction getSize(axis, body, html, computedStyle) {\n return Math.max(body['offset' + axis], body['scroll' + axis], html['client' + axis], html['offset' + axis], html['scroll' + axis], isIE(10) ? parseInt(html['offset' + axis]) + parseInt(computedStyle['margin' + (axis === 'Height' ? 'Top' : 'Left')]) + parseInt(computedStyle['margin' + (axis === 'Height' ? 'Bottom' : 'Right')]) : 0);\n}\n\nfunction getWindowSizes(document) {\n var body = document.body;\n var html = document.documentElement;\n var computedStyle = isIE(10) && getComputedStyle(html);\n\n return {\n height: getSize('Height', body, html, computedStyle),\n width: getSize('Width', body, html, computedStyle)\n };\n}\n\nvar classCallCheck = function (instance, Constructor) {\n if (!(instance instanceof Constructor)) {\n throw new TypeError(\"Cannot call a class as a function\");\n }\n};\n\nvar createClass = function () {\n function defineProperties(target, props) {\n for (var i = 0; i < props.length; i++) {\n var descriptor = props[i];\n descriptor.enumerable = descriptor.enumerable || false;\n descriptor.configurable = true;\n if (\"value\" in descriptor) descriptor.writable = true;\n Object.defineProperty(target, descriptor.key, descriptor);\n }\n }\n\n return function (Constructor, protoProps, staticProps) {\n if (protoProps) defineProperties(Constructor.prototype, protoProps);\n if (staticProps) defineProperties(Constructor, staticProps);\n return Constructor;\n };\n}();\n\n\n\n\n\nvar defineProperty = function (obj, key, value) {\n if (key in obj) {\n Object.defineProperty(obj, key, {\n value: value,\n enumerable: true,\n configurable: true,\n writable: true\n });\n } else {\n obj[key] = value;\n }\n\n return obj;\n};\n\nvar _extends = Object.assign || function (target) {\n for (var i = 1; i < arguments.length; i++) {\n var source = arguments[i];\n\n for (var key in source) {\n if (Object.prototype.hasOwnProperty.call(source, key)) {\n target[key] = source[key];\n }\n }\n }\n\n return target;\n};\n\n/**\n * Given element offsets, generate an output similar to getBoundingClientRect\n * @method\n * @memberof Popper.Utils\n * @argument {Object} offsets\n * @returns {Object} ClientRect like output\n */\nfunction getClientRect(offsets) {\n return _extends({}, offsets, {\n right: offsets.left + offsets.width,\n bottom: offsets.top + offsets.height\n });\n}\n\n/**\n * Get bounding client rect of given element\n * @method\n * @memberof Popper.Utils\n * @param {HTMLElement} element\n * @return {Object} client rect\n */\nfunction getBoundingClientRect(element) {\n var rect = {};\n\n // IE10 10 FIX: Please, don't ask, the element isn't\n // considered in DOM in some circumstances...\n // This isn't reproducible in IE10 compatibility mode of IE11\n try {\n if (isIE(10)) {\n rect = element.getBoundingClientRect();\n var scrollTop = getScroll(element, 'top');\n var scrollLeft = getScroll(element, 'left');\n rect.top += scrollTop;\n rect.left += scrollLeft;\n rect.bottom += scrollTop;\n rect.right += scrollLeft;\n } else {\n rect = element.getBoundingClientRect();\n }\n } catch (e) {}\n\n var result = {\n left: rect.left,\n top: rect.top,\n width: rect.right - rect.left,\n height: rect.bottom - rect.top\n };\n\n // subtract scrollbar size from sizes\n var sizes = element.nodeName === 'HTML' ? getWindowSizes(element.ownerDocument) : {};\n var width = sizes.width || element.clientWidth || result.width;\n var height = sizes.height || element.clientHeight || result.height;\n\n var horizScrollbar = element.offsetWidth - width;\n var vertScrollbar = element.offsetHeight - height;\n\n // if an hypothetical scrollbar is detected, we must be sure it's not a `border`\n // we make this check conditional for performance reasons\n if (horizScrollbar || vertScrollbar) {\n var styles = getStyleComputedProperty(element);\n horizScrollbar -= getBordersSize(styles, 'x');\n vertScrollbar -= getBordersSize(styles, 'y');\n\n result.width -= horizScrollbar;\n result.height -= vertScrollbar;\n }\n\n return getClientRect(result);\n}\n\nfunction getOffsetRectRelativeToArbitraryNode(children, parent) {\n var fixedPosition = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : false;\n\n var isIE10 = isIE(10);\n var isHTML = parent.nodeName === 'HTML';\n var childrenRect = getBoundingClientRect(children);\n var parentRect = getBoundingClientRect(parent);\n var scrollParent = getScrollParent(children);\n\n var styles = getStyleComputedProperty(parent);\n var borderTopWidth = parseFloat(styles.borderTopWidth);\n var borderLeftWidth = parseFloat(styles.borderLeftWidth);\n\n // In cases where the parent is fixed, we must ignore negative scroll in offset calc\n if (fixedPosition && isHTML) {\n parentRect.top = Math.max(parentRect.top, 0);\n parentRect.left = Math.max(parentRect.left, 0);\n }\n var offsets = getClientRect({\n top: childrenRect.top - parentRect.top - borderTopWidth,\n left: childrenRect.left - parentRect.left - borderLeftWidth,\n width: childrenRect.width,\n height: childrenRect.height\n });\n offsets.marginTop = 0;\n offsets.marginLeft = 0;\n\n // Subtract margins of documentElement in case it's being used as parent\n // we do this only on HTML because it's the only element that behaves\n // differently when margins are applied to it. The margins are included in\n // the box of the documentElement, in the other cases not.\n if (!isIE10 && isHTML) {\n var marginTop = parseFloat(styles.marginTop);\n var marginLeft = parseFloat(styles.marginLeft);\n\n offsets.top -= borderTopWidth - marginTop;\n offsets.bottom -= borderTopWidth - marginTop;\n offsets.left -= borderLeftWidth - marginLeft;\n offsets.right -= borderLeftWidth - marginLeft;\n\n // Attach marginTop and marginLeft because in some circumstances we may need them\n offsets.marginTop = marginTop;\n offsets.marginLeft = marginLeft;\n }\n\n if (isIE10 && !fixedPosition ? parent.contains(scrollParent) : parent === scrollParent && scrollParent.nodeName !== 'BODY') {\n offsets = includeScroll(offsets, parent);\n }\n\n return offsets;\n}\n\nfunction getViewportOffsetRectRelativeToArtbitraryNode(element) {\n var excludeScroll = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : false;\n\n var html = element.ownerDocument.documentElement;\n var relativeOffset = getOffsetRectRelativeToArbitraryNode(element, html);\n var width = Math.max(html.clientWidth, window.innerWidth || 0);\n var height = Math.max(html.clientHeight, window.innerHeight || 0);\n\n var scrollTop = !excludeScroll ? getScroll(html) : 0;\n var scrollLeft = !excludeScroll ? getScroll(html, 'left') : 0;\n\n var offset = {\n top: scrollTop - relativeOffset.top + relativeOffset.marginTop,\n left: scrollLeft - relativeOffset.left + relativeOffset.marginLeft,\n width: width,\n height: height\n };\n\n return getClientRect(offset);\n}\n\n/**\n * Check if the given element is fixed or is inside a fixed parent\n * @method\n * @memberof Popper.Utils\n * @argument {Element} element\n * @argument {Element} customContainer\n * @returns {Boolean} answer to \"isFixed?\"\n */\nfunction isFixed(element) {\n var nodeName = element.nodeName;\n if (nodeName === 'BODY' || nodeName === 'HTML') {\n return false;\n }\n if (getStyleComputedProperty(element, 'position') === 'fixed') {\n return true;\n }\n var parentNode = getParentNode(element);\n if (!parentNode) {\n return false;\n }\n return isFixed(parentNode);\n}\n\n/**\n * Finds the first parent of an element that has a transformed property defined\n * @method\n * @memberof Popper.Utils\n * @argument {Element} element\n * @returns {Element} first transformed parent or documentElement\n */\n\nfunction getFixedPositionOffsetParent(element) {\n // This check is needed to avoid errors in case one of the elements isn't defined for any reason\n if (!element || !element.parentElement || isIE()) {\n return document.documentElement;\n }\n var el = element.parentElement;\n while (el && getStyleComputedProperty(el, 'transform') === 'none') {\n el = el.parentElement;\n }\n return el || document.documentElement;\n}\n\n/**\n * Computed the boundaries limits and return them\n * @method\n * @memberof Popper.Utils\n * @param {HTMLElement} popper\n * @param {HTMLElement} reference\n * @param {number} padding\n * @param {HTMLElement} boundariesElement - Element used to define the boundaries\n * @param {Boolean} fixedPosition - Is in fixed position mode\n * @returns {Object} Coordinates of the boundaries\n */\nfunction getBoundaries(popper, reference, padding, boundariesElement) {\n var fixedPosition = arguments.length > 4 && arguments[4] !== undefined ? arguments[4] : false;\n\n // NOTE: 1 DOM access here\n\n var boundaries = { top: 0, left: 0 };\n var offsetParent = fixedPosition ? getFixedPositionOffsetParent(popper) : findCommonOffsetParent(popper, getReferenceNode(reference));\n\n // Handle viewport case\n if (boundariesElement === 'viewport') {\n boundaries = getViewportOffsetRectRelativeToArtbitraryNode(offsetParent, fixedPosition);\n } else {\n // Handle other cases based on DOM element used as boundaries\n var boundariesNode = void 0;\n if (boundariesElement === 'scrollParent') {\n boundariesNode = getScrollParent(getParentNode(reference));\n if (boundariesNode.nodeName === 'BODY') {\n boundariesNode = popper.ownerDocument.documentElement;\n }\n } else if (boundariesElement === 'window') {\n boundariesNode = popper.ownerDocument.documentElement;\n } else {\n boundariesNode = boundariesElement;\n }\n\n var offsets = getOffsetRectRelativeToArbitraryNode(boundariesNode, offsetParent, fixedPosition);\n\n // In case of HTML, we need a different computation\n if (boundariesNode.nodeName === 'HTML' && !isFixed(offsetParent)) {\n var _getWindowSizes = getWindowSizes(popper.ownerDocument),\n height = _getWindowSizes.height,\n width = _getWindowSizes.width;\n\n boundaries.top += offsets.top - offsets.marginTop;\n boundaries.bottom = height + offsets.top;\n boundaries.left += offsets.left - offsets.marginLeft;\n boundaries.right = width + offsets.left;\n } else {\n // for all the other DOM elements, this one is good\n boundaries = offsets;\n }\n }\n\n // Add paddings\n padding = padding || 0;\n var isPaddingNumber = typeof padding === 'number';\n boundaries.left += isPaddingNumber ? padding : padding.left || 0;\n boundaries.top += isPaddingNumber ? padding : padding.top || 0;\n boundaries.right -= isPaddingNumber ? padding : padding.right || 0;\n boundaries.bottom -= isPaddingNumber ? padding : padding.bottom || 0;\n\n return boundaries;\n}\n\nfunction getArea(_ref) {\n var width = _ref.width,\n height = _ref.height;\n\n return width * height;\n}\n\n/**\n * Utility used to transform the `auto` placement to the placement with more\n * available space.\n * @method\n * @memberof Popper.Utils\n * @argument {Object} data - The data object generated by update method\n * @argument {Object} options - Modifiers configuration and options\n * @returns {Object} The data object, properly modified\n */\nfunction computeAutoPlacement(placement, refRect, popper, reference, boundariesElement) {\n var padding = arguments.length > 5 && arguments[5] !== undefined ? arguments[5] : 0;\n\n if (placement.indexOf('auto') === -1) {\n return placement;\n }\n\n var boundaries = getBoundaries(popper, reference, padding, boundariesElement);\n\n var rects = {\n top: {\n width: boundaries.width,\n height: refRect.top - boundaries.top\n },\n right: {\n width: boundaries.right - refRect.right,\n height: boundaries.height\n },\n bottom: {\n width: boundaries.width,\n height: boundaries.bottom - refRect.bottom\n },\n left: {\n width: refRect.left - boundaries.left,\n height: boundaries.height\n }\n };\n\n var sortedAreas = Object.keys(rects).map(function (key) {\n return _extends({\n key: key\n }, rects[key], {\n area: getArea(rects[key])\n });\n }).sort(function (a, b) {\n return b.area - a.area;\n });\n\n var filteredAreas = sortedAreas.filter(function (_ref2) {\n var width = _ref2.width,\n height = _ref2.height;\n return width >= popper.clientWidth && height >= popper.clientHeight;\n });\n\n var computedPlacement = filteredAreas.length > 0 ? filteredAreas[0].key : sortedAreas[0].key;\n\n var variation = placement.split('-')[1];\n\n return computedPlacement + (variation ? '-' + variation : '');\n}\n\n/**\n * Get offsets to the reference element\n * @method\n * @memberof Popper.Utils\n * @param {Object} state\n * @param {Element} popper - the popper element\n * @param {Element} reference - the reference element (the popper will be relative to this)\n * @param {Element} fixedPosition - is in fixed position mode\n * @returns {Object} An object containing the offsets which will be applied to the popper\n */\nfunction getReferenceOffsets(state, popper, reference) {\n var fixedPosition = arguments.length > 3 && arguments[3] !== undefined ? arguments[3] : null;\n\n var commonOffsetParent = fixedPosition ? getFixedPositionOffsetParent(popper) : findCommonOffsetParent(popper, getReferenceNode(reference));\n return getOffsetRectRelativeToArbitraryNode(reference, commonOffsetParent, fixedPosition);\n}\n\n/**\n * Get the outer sizes of the given element (offset size + margins)\n * @method\n * @memberof Popper.Utils\n * @argument {Element} element\n * @returns {Object} object containing width and height properties\n */\nfunction getOuterSizes(element) {\n var window = element.ownerDocument.defaultView;\n var styles = window.getComputedStyle(element);\n var x = parseFloat(styles.marginTop || 0) + parseFloat(styles.marginBottom || 0);\n var y = parseFloat(styles.marginLeft || 0) + parseFloat(styles.marginRight || 0);\n var result = {\n width: element.offsetWidth + y,\n height: element.offsetHeight + x\n };\n return result;\n}\n\n/**\n * Get the opposite placement of the given one\n * @method\n * @memberof Popper.Utils\n * @argument {String} placement\n * @returns {String} flipped placement\n */\nfunction getOppositePlacement(placement) {\n var hash = { left: 'right', right: 'left', bottom: 'top', top: 'bottom' };\n return placement.replace(/left|right|bottom|top/g, function (matched) {\n return hash[matched];\n });\n}\n\n/**\n * Get offsets to the popper\n * @method\n * @memberof Popper.Utils\n * @param {Object} position - CSS position the Popper will get applied\n * @param {HTMLElement} popper - the popper element\n * @param {Object} referenceOffsets - the reference offsets (the popper will be relative to this)\n * @param {String} placement - one of the valid placement options\n * @returns {Object} popperOffsets - An object containing the offsets which will be applied to the popper\n */\nfunction getPopperOffsets(popper, referenceOffsets, placement) {\n placement = placement.split('-')[0];\n\n // Get popper node sizes\n var popperRect = getOuterSizes(popper);\n\n // Add position, width and height to our offsets object\n var popperOffsets = {\n width: popperRect.width,\n height: popperRect.height\n };\n\n // depending by the popper placement we have to compute its offsets slightly differently\n var isHoriz = ['right', 'left'].indexOf(placement) !== -1;\n var mainSide = isHoriz ? 'top' : 'left';\n var secondarySide = isHoriz ? 'left' : 'top';\n var measurement = isHoriz ? 'height' : 'width';\n var secondaryMeasurement = !isHoriz ? 'height' : 'width';\n\n popperOffsets[mainSide] = referenceOffsets[mainSide] + referenceOffsets[measurement] / 2 - popperRect[measurement] / 2;\n if (placement === secondarySide) {\n popperOffsets[secondarySide] = referenceOffsets[secondarySide] - popperRect[secondaryMeasurement];\n } else {\n popperOffsets[secondarySide] = referenceOffsets[getOppositePlacement(secondarySide)];\n }\n\n return popperOffsets;\n}\n\n/**\n * Mimics the `find` method of Array\n * @method\n * @memberof Popper.Utils\n * @argument {Array} arr\n * @argument prop\n * @argument value\n * @returns index or -1\n */\nfunction find(arr, check) {\n // use native find if supported\n if (Array.prototype.find) {\n return arr.find(check);\n }\n\n // use `filter` to obtain the same behavior of `find`\n return arr.filter(check)[0];\n}\n\n/**\n * Return the index of the matching object\n * @method\n * @memberof Popper.Utils\n * @argument {Array} arr\n * @argument prop\n * @argument value\n * @returns index or -1\n */\nfunction findIndex(arr, prop, value) {\n // use native findIndex if supported\n if (Array.prototype.findIndex) {\n return arr.findIndex(function (cur) {\n return cur[prop] === value;\n });\n }\n\n // use `find` + `indexOf` if `findIndex` isn't supported\n var match = find(arr, function (obj) {\n return obj[prop] === value;\n });\n return arr.indexOf(match);\n}\n\n/**\n * Loop trough the list of modifiers and run them in order,\n * each of them will then edit the data object.\n * @method\n * @memberof Popper.Utils\n * @param {dataObject} data\n * @param {Array} modifiers\n * @param {String} ends - Optional modifier name used as stopper\n * @returns {dataObject}\n */\nfunction runModifiers(modifiers, data, ends) {\n var modifiersToRun = ends === undefined ? modifiers : modifiers.slice(0, findIndex(modifiers, 'name', ends));\n\n modifiersToRun.forEach(function (modifier) {\n if (modifier['function']) {\n // eslint-disable-line dot-notation\n console.warn('`modifier.function` is deprecated, use `modifier.fn`!');\n }\n var fn = modifier['function'] || modifier.fn; // eslint-disable-line dot-notation\n if (modifier.enabled && isFunction(fn)) {\n // Add properties to offsets to make them a complete clientRect object\n // we do this before each modifier to make sure the previous one doesn't\n // mess with these values\n data.offsets.popper = getClientRect(data.offsets.popper);\n data.offsets.reference = getClientRect(data.offsets.reference);\n\n data = fn(data, modifier);\n }\n });\n\n return data;\n}\n\n/**\n * Updates the position of the popper, computing the new offsets and applying\n * the new style.<br />\n * Prefer `scheduleUpdate` over `update` because of performance reasons.\n * @method\n * @memberof Popper\n */\nfunction update() {\n // if popper is destroyed, don't perform any further update\n if (this.state.isDestroyed) {\n return;\n }\n\n var data = {\n instance: this,\n styles: {},\n arrowStyles: {},\n attributes: {},\n flipped: false,\n offsets: {}\n };\n\n // compute reference element offsets\n data.offsets.reference = getReferenceOffsets(this.state, this.popper, this.reference, this.options.positionFixed);\n\n // compute auto placement, store placement inside the data object,\n // modifiers will be able to edit `placement` if needed\n // and refer to originalPlacement to know the original value\n data.placement = computeAutoPlacement(this.options.placement, data.offsets.reference, this.popper, this.reference, this.options.modifiers.flip.boundariesElement, this.options.modifiers.flip.padding);\n\n // store the computed placement inside `originalPlacement`\n data.originalPlacement = data.placement;\n\n data.positionFixed = this.options.positionFixed;\n\n // compute the popper offsets\n data.offsets.popper = getPopperOffsets(this.popper, data.offsets.reference, data.placement);\n\n data.offsets.popper.position = this.options.positionFixed ? 'fixed' : 'absolute';\n\n // run the modifiers\n data = runModifiers(this.modifiers, data);\n\n // the first `update` will call `onCreate` callback\n // the other ones will call `onUpdate` callback\n if (!this.state.isCreated) {\n this.state.isCreated = true;\n this.options.onCreate(data);\n } else {\n this.options.onUpdate(data);\n }\n}\n\n/**\n * Helper used to know if the given modifier is enabled.\n * @method\n * @memberof Popper.Utils\n * @returns {Boolean}\n */\nfunction isModifierEnabled(modifiers, modifierName) {\n return modifiers.some(function (_ref) {\n var name = _ref.name,\n enabled = _ref.enabled;\n return enabled && name === modifierName;\n });\n}\n\n/**\n * Get the prefixed supported property name\n * @method\n * @memberof Popper.Utils\n * @argument {String} property (camelCase)\n * @returns {String} prefixed property (camelCase or PascalCase, depending on the vendor prefix)\n */\nfunction getSupportedPropertyName(property) {\n var prefixes = [false, 'ms', 'Webkit', 'Moz', 'O'];\n var upperProp = property.charAt(0).toUpperCase() + property.slice(1);\n\n for (var i = 0; i < prefixes.length; i++) {\n var prefix = prefixes[i];\n var toCheck = prefix ? '' + prefix + upperProp : property;\n if (typeof document.body.style[toCheck] !== 'undefined') {\n return toCheck;\n }\n }\n return null;\n}\n\n/**\n * Destroys the popper.\n * @method\n * @memberof Popper\n */\nfunction destroy() {\n this.state.isDestroyed = true;\n\n // touch DOM only if `applyStyle` modifier is enabled\n if (isModifierEnabled(this.modifiers, 'applyStyle')) {\n this.popper.removeAttribute('x-placement');\n this.popper.style.position = '';\n this.popper.style.top = '';\n this.popper.style.left = '';\n this.popper.style.right = '';\n this.popper.style.bottom = '';\n this.popper.style.willChange = '';\n this.popper.style[getSupportedPropertyName('transform')] = '';\n }\n\n this.disableEventListeners();\n\n // remove the popper if user explicitly asked for the deletion on destroy\n // do not use `remove` because IE11 doesn't support it\n if (this.options.removeOnDestroy) {\n this.popper.parentNode.removeChild(this.popper);\n }\n return this;\n}\n\n/**\n * Get the window associated with the element\n * @argument {Element} element\n * @returns {Window}\n */\nfunction getWindow(element) {\n var ownerDocument = element.ownerDocument;\n return ownerDocument ? ownerDocument.defaultView : window;\n}\n\nfunction attachToScrollParents(scrollParent, event, callback, scrollParents) {\n var isBody = scrollParent.nodeName === 'BODY';\n var target = isBody ? scrollParent.ownerDocument.defaultView : scrollParent;\n target.addEventListener(event, callback, { passive: true });\n\n if (!isBody) {\n attachToScrollParents(getScrollParent(target.parentNode), event, callback, scrollParents);\n }\n scrollParents.push(target);\n}\n\n/**\n * Setup needed event listeners used to update the popper position\n * @method\n * @memberof Popper.Utils\n * @private\n */\nfunction setupEventListeners(reference, options, state, updateBound) {\n // Resize event listener on window\n state.updateBound = updateBound;\n getWindow(reference).addEventListener('resize', state.updateBound, { passive: true });\n\n // Scroll event listener on scroll parents\n var scrollElement = getScrollParent(reference);\n attachToScrollParents(scrollElement, 'scroll', state.updateBound, state.scrollParents);\n state.scrollElement = scrollElement;\n state.eventsEnabled = true;\n\n return state;\n}\n\n/**\n * It will add resize/scroll events and start recalculating\n * position of the popper element when they are triggered.\n * @method\n * @memberof Popper\n */\nfunction enableEventListeners() {\n if (!this.state.eventsEnabled) {\n this.state = setupEventListeners(this.reference, this.options, this.state, this.scheduleUpdate);\n }\n}\n\n/**\n * Remove event listeners used to update the popper position\n * @method\n * @memberof Popper.Utils\n * @private\n */\nfunction removeEventListeners(reference, state) {\n // Remove resize event listener on window\n getWindow(reference).removeEventListener('resize', state.updateBound);\n\n // Remove scroll event listener on scroll parents\n state.scrollParents.forEach(function (target) {\n target.removeEventListener('scroll', state.updateBound);\n });\n\n // Reset state\n state.updateBound = null;\n state.scrollParents = [];\n state.scrollElement = null;\n state.eventsEnabled = false;\n return state;\n}\n\n/**\n * It will remove resize/scroll events and won't recalculate popper position\n * when they are triggered. It also won't trigger `onUpdate` callback anymore,\n * unless you call `update` method manually.\n * @method\n * @memberof Popper\n */\nfunction disableEventListeners() {\n if (this.state.eventsEnabled) {\n cancelAnimationFrame(this.scheduleUpdate);\n this.state = removeEventListeners(this.reference, this.state);\n }\n}\n\n/**\n * Tells if a given input is a number\n * @method\n * @memberof Popper.Utils\n * @param {*} input to check\n * @return {Boolean}\n */\nfunction isNumeric(n) {\n return n !== '' && !isNaN(parseFloat(n)) && isFinite(n);\n}\n\n/**\n * Set the style to the given popper\n * @method\n * @memberof Popper.Utils\n * @argument {Element} element - Element to apply the style to\n * @argument {Object} styles\n * Object with a list of properties and values which will be applied to the element\n */\nfunction setStyles(element, styles) {\n Object.keys(styles).forEach(function (prop) {\n var unit = '';\n // add unit if the value is numeric and is one of the following\n if (['width', 'height', 'top', 'right', 'bottom', 'left'].indexOf(prop) !== -1 && isNumeric(styles[prop])) {\n unit = 'px';\n }\n element.style[prop] = styles[prop] + unit;\n });\n}\n\n/**\n * Set the attributes to the given popper\n * @method\n * @memberof Popper.Utils\n * @argument {Element} element - Element to apply the attributes to\n * @argument {Object} styles\n * Object with a list of properties and values which will be applied to the element\n */\nfunction setAttributes(element, attributes) {\n Object.keys(attributes).forEach(function (prop) {\n var value = attributes[prop];\n if (value !== false) {\n element.setAttribute(prop, attributes[prop]);\n } else {\n element.removeAttribute(prop);\n }\n });\n}\n\n/**\n * @function\n * @memberof Modifiers\n * @argument {Object} data - The data object generated by `update` method\n * @argument {Object} data.styles - List of style properties - values to apply to popper element\n * @argument {Object} data.attributes - List of attribute properties - values to apply to popper element\n * @argument {Object} options - Modifiers configuration and options\n * @returns {Object} The same data object\n */\nfunction applyStyle(data) {\n // any property present in `data.styles` will be applied to the popper,\n // in this way we can make the 3rd party modifiers add custom styles to it\n // Be aware, modifiers could override the properties defined in the previous\n // lines of this modifier!\n setStyles(data.instance.popper, data.styles);\n\n // any property present in `data.attributes` will be applied to the popper,\n // they will be set as HTML attributes of the element\n setAttributes(data.instance.popper, data.attributes);\n\n // if arrowElement is defined and arrowStyles has some properties\n if (data.arrowElement && Object.keys(data.arrowStyles).length) {\n setStyles(data.arrowElement, data.arrowStyles);\n }\n\n return data;\n}\n\n/**\n * Set the x-placement attribute before everything else because it could be used\n * to add margins to the popper margins needs to be calculated to get the\n * correct popper offsets.\n * @method\n * @memberof Popper.modifiers\n * @param {HTMLElement} reference - The reference element used to position the popper\n * @param {HTMLElement} popper - The HTML element used as popper\n * @param {Object} options - Popper.js options\n */\nfunction applyStyleOnLoad(reference, popper, options, modifierOptions, state) {\n // compute reference element offsets\n var referenceOffsets = getReferenceOffsets(state, popper, reference, options.positionFixed);\n\n // compute auto placement, store placement inside the data object,\n // modifiers will be able to edit `placement` if needed\n // and refer to originalPlacement to know the original value\n var placement = computeAutoPlacement(options.placement, referenceOffsets, popper, reference, options.modifiers.flip.boundariesElement, options.modifiers.flip.padding);\n\n popper.setAttribute('x-placement', placement);\n\n // Apply `position` to popper before anything else because\n // without the position applied we can't guarantee correct computations\n setStyles(popper, { position: options.positionFixed ? 'fixed' : 'absolute' });\n\n return options;\n}\n\n/**\n * @function\n * @memberof Popper.Utils\n * @argument {Object} data - The data object generated by `update` method\n * @argument {Boolean} shouldRound - If the offsets should be rounded at all\n * @returns {Object} The popper's position offsets rounded\n *\n * The tale of pixel-perfect positioning. It's still not 100% perfect, but as\n * good as it can be within reason.\n * Discussion here: https://github.com/FezVrasta/popper.js/pull/715\n *\n * Low DPI screens cause a popper to be blurry if not using full pixels (Safari\n * as well on High DPI screens).\n *\n * Firefox prefers no rounding for positioning and does not have blurriness on\n * high DPI screens.\n *\n * Only horizontal placement and left/right values need to be considered.\n */\nfunction getRoundedOffsets(data, shouldRound) {\n var _data$offsets = data.offsets,\n popper = _data$offsets.popper,\n reference = _data$offsets.reference;\n var round = Math.round,\n floor = Math.floor;\n\n var noRound = function noRound(v) {\n return v;\n };\n\n var referenceWidth = round(reference.width);\n var popperWidth = round(popper.width);\n\n var isVertical = ['left', 'right'].indexOf(data.placement) !== -1;\n var isVariation = data.placement.indexOf('-') !== -1;\n var sameWidthParity = referenceWidth % 2 === popperWidth % 2;\n var bothOddWidth = referenceWidth % 2 === 1 && popperWidth % 2 === 1;\n\n var horizontalToInteger = !shouldRound ? noRound : isVertical || isVariation || sameWidthParity ? round : floor;\n var verticalToInteger = !shouldRound ? noRound : round;\n\n return {\n left: horizontalToInteger(bothOddWidth && !isVariation && shouldRound ? popper.left - 1 : popper.left),\n top: verticalToInteger(popper.top),\n bottom: verticalToInteger(popper.bottom),\n right: horizontalToInteger(popper.right)\n };\n}\n\nvar isFirefox = isBrowser && /Firefox/i.test(navigator.userAgent);\n\n/**\n * @function\n * @memberof Modifiers\n * @argument {Object} data - The data object generated by `update` method\n * @argument {Object} options - Modifiers configuration and options\n * @returns {Object} The data object, properly modified\n */\nfunction computeStyle(data, options) {\n var x = options.x,\n y = options.y;\n var popper = data.offsets.popper;\n\n // Remove this legacy support in Popper.js v2\n\n var legacyGpuAccelerationOption = find(data.instance.modifiers, function (modifier) {\n return modifier.name === 'applyStyle';\n }).gpuAcceleration;\n if (legacyGpuAccelerationOption !== undefined) {\n console.warn('WARNING: `gpuAcceleration` option moved to `computeStyle` modifier and will not be supported in future versions of Popper.js!');\n }\n var gpuAcceleration = legacyGpuAccelerationOption !== undefined ? legacyGpuAccelerationOption : options.gpuAcceleration;\n\n var offsetParent = getOffsetParent(data.instance.popper);\n var offsetParentRect = getBoundingClientRect(offsetParent);\n\n // Styles\n var styles = {\n position: popper.position\n };\n\n var offsets = getRoundedOffsets(data, window.devicePixelRatio < 2 || !isFirefox);\n\n var sideA = x === 'bottom' ? 'top' : 'bottom';\n var sideB = y === 'right' ? 'left' : 'right';\n\n // if gpuAcceleration is set to `true` and transform is supported,\n // we use `translate3d` to apply the position to the popper we\n // automatically use the supported prefixed version if needed\n var prefixedProperty = getSupportedPropertyName('transform');\n\n // now, let's make a step back and look at this code closely (wtf?)\n // If the content of the popper grows once it's been positioned, it\n // may happen that the popper gets misplaced because of the new content\n // overflowing its reference element\n // To avoid this problem, we provide two options (x and y), which allow\n // the consumer to define the offset origin.\n // If we position a popper on top of a reference element, we can set\n // `x` to `top` to make the popper grow towards its top instead of\n // its bottom.\n var left = void 0,\n top = void 0;\n if (sideA === 'bottom') {\n // when offsetParent is <html> the positioning is relative to the bottom of the screen (excluding the scrollbar)\n // and not the bottom of the html element\n if (offsetParent.nodeName === 'HTML') {\n top = -offsetParent.clientHeight + offsets.bottom;\n } else {\n top = -offsetParentRect.height + offsets.bottom;\n }\n } else {\n top = offsets.top;\n }\n if (sideB === 'right') {\n if (offsetParent.nodeName === 'HTML') {\n left = -offsetParent.clientWidth + offsets.right;\n } else {\n left = -offsetParentRect.width + offsets.right;\n }\n } else {\n left = offsets.left;\n }\n if (gpuAcceleration && prefixedProperty) {\n styles[prefixedProperty] = 'translate3d(' + left + 'px, ' + top + 'px, 0)';\n styles[sideA] = 0;\n styles[sideB] = 0;\n styles.willChange = 'transform';\n } else {\n // othwerise, we use the standard `top`, `left`, `bottom` and `right` properties\n var invertTop = sideA === 'bottom' ? -1 : 1;\n var invertLeft = sideB === 'right' ? -1 : 1;\n styles[sideA] = top * invertTop;\n styles[sideB] = left * invertLeft;\n styles.willChange = sideA + ', ' + sideB;\n }\n\n // Attributes\n var attributes = {\n 'x-placement': data.placement\n };\n\n // Update `data` attributes, styles and arrowStyles\n data.attributes = _extends({}, attributes, data.attributes);\n data.styles = _extends({}, styles, data.styles);\n data.arrowStyles = _extends({}, data.offsets.arrow, data.arrowStyles);\n\n return data;\n}\n\n/**\n * Helper used to know if the given modifier depends from another one.<br />\n * It checks if the needed modifier is listed and enabled.\n * @method\n * @memberof Popper.Utils\n * @param {Array} modifiers - list of modifiers\n * @param {String} requestingName - name of requesting modifier\n * @param {String} requestedName - name of requested modifier\n * @returns {Boolean}\n */\nfunction isModifierRequired(modifiers, requestingName, requestedName) {\n var requesting = find(modifiers, function (_ref) {\n var name = _ref.name;\n return name === requestingName;\n });\n\n var isRequired = !!requesting && modifiers.some(function (modifier) {\n return modifier.name === requestedName && modifier.enabled && modifier.order < requesting.order;\n });\n\n if (!isRequired) {\n var _requesting = '`' + requestingName + '`';\n var requested = '`' + requestedName + '`';\n console.warn(requested + ' modifier is required by ' + _requesting + ' modifier in order to work, be sure to include it before ' + _requesting + '!');\n }\n return isRequired;\n}\n\n/**\n * @function\n * @memberof Modifiers\n * @argument {Object} data - The data object generated by update method\n * @argument {Object} options - Modifiers configuration and options\n * @returns {Object} The data object, properly modified\n */\nfunction arrow(data, options) {\n var _data$offsets$arrow;\n\n // arrow depends on keepTogether in order to work\n if (!isModifierRequired(data.instance.modifiers, 'arrow', 'keepTogether')) {\n return data;\n }\n\n var arrowElement = options.element;\n\n // if arrowElement is a string, suppose it's a CSS selector\n if (typeof arrowElement === 'string') {\n arrowElement = data.instance.popper.querySelector(arrowElement);\n\n // if arrowElement is not found, don't run the modifier\n if (!arrowElement) {\n return data;\n }\n } else {\n // if the arrowElement isn't a query selector we must check that the\n // provided DOM node is child of its popper node\n if (!data.instance.popper.contains(arrowElement)) {\n console.warn('WARNING: `arrow.element` must be child of its popper element!');\n return data;\n }\n }\n\n var placement = data.placement.split('-')[0];\n var _data$offsets = data.offsets,\n popper = _data$offsets.popper,\n reference = _data$offsets.reference;\n\n var isVertical = ['left', 'right'].indexOf(placement) !== -1;\n\n var len = isVertical ? 'height' : 'width';\n var sideCapitalized = isVertical ? 'Top' : 'Left';\n var side = sideCapitalized.toLowerCase();\n var altSide = isVertical ? 'left' : 'top';\n var opSide = isVertical ? 'bottom' : 'right';\n var arrowElementSize = getOuterSizes(arrowElement)[len];\n\n //\n // extends keepTogether behavior making sure the popper and its\n // reference have enough pixels in conjunction\n //\n\n // top/left side\n if (reference[opSide] - arrowElementSize < popper[side]) {\n data.offsets.popper[side] -= popper[side] - (reference[opSide] - arrowElementSize);\n }\n // bottom/right side\n if (reference[side] + arrowElementSize > popper[opSide]) {\n data.offsets.popper[side] += reference[side] + arrowElementSize - popper[opSide];\n }\n data.offsets.popper = getClientRect(data.offsets.popper);\n\n // compute center of the popper\n var center = reference[side] + reference[len] / 2 - arrowElementSize / 2;\n\n // Compute the sideValue using the updated popper offsets\n // take popper margin in account because we don't have this info available\n var css = getStyleComputedProperty(data.instance.popper);\n var popperMarginSide = parseFloat(css['margin' + sideCapitalized]);\n var popperBorderSide = parseFloat(css['border' + sideCapitalized + 'Width']);\n var sideValue = center - data.offsets.popper[side] - popperMarginSide - popperBorderSide;\n\n // prevent arrowElement from being placed not contiguously to its popper\n sideValue = Math.max(Math.min(popper[len] - arrowElementSize, sideValue), 0);\n\n data.arrowElement = arrowElement;\n data.offsets.arrow = (_data$offsets$arrow = {}, defineProperty(_data$offsets$arrow, side, Math.round(sideValue)), defineProperty(_data$offsets$arrow, altSide, ''), _data$offsets$arrow);\n\n return data;\n}\n\n/**\n * Get the opposite placement variation of the given one\n * @method\n * @memberof Popper.Utils\n * @argument {String} placement variation\n * @returns {String} flipped placement variation\n */\nfunction getOppositeVariation(variation) {\n if (variation === 'end') {\n return 'start';\n } else if (variation === 'start') {\n return 'end';\n }\n return variation;\n}\n\n/**\n * List of accepted placements to use as values of the `placement` option.<br />\n * Valid placements are:\n * - `auto`\n * - `top`\n * - `right`\n * - `bottom`\n * - `left`\n *\n * Each placement can have a variation from this list:\n * - `-start`\n * - `-end`\n *\n * Variations are interpreted easily if you think of them as the left to right\n * written languages. Horizontally (`top` and `bottom`), `start` is left and `end`\n * is right.<br />\n * Vertically (`left` and `right`), `start` is top and `end` is bottom.\n *\n * Some valid examples are:\n * - `top-end` (on top of reference, right aligned)\n * - `right-start` (on right of reference, top aligned)\n * - `bottom` (on bottom, centered)\n * - `auto-end` (on the side with more space available, alignment depends by placement)\n *\n * @static\n * @type {Array}\n * @enum {String}\n * @readonly\n * @method placements\n * @memberof Popper\n */\nvar placements = ['auto-start', 'auto', 'auto-end', 'top-start', 'top', 'top-end', 'right-start', 'right', 'right-end', 'bottom-end', 'bottom', 'bottom-start', 'left-end', 'left', 'left-start'];\n\n// Get rid of `auto` `auto-start` and `auto-end`\nvar validPlacements = placements.slice(3);\n\n/**\n * Given an initial placement, returns all the subsequent placements\n * clockwise (or counter-clockwise).\n *\n * @method\n * @memberof Popper.Utils\n * @argument {String} placement - A valid placement (it accepts variations)\n * @argument {Boolean} counter - Set to true to walk the placements counterclockwise\n * @returns {Array} placements including their variations\n */\nfunction clockwise(placement) {\n var counter = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : false;\n\n var index = validPlacements.indexOf(placement);\n var arr = validPlacements.slice(index + 1).concat(validPlacements.slice(0, index));\n return counter ? arr.reverse() : arr;\n}\n\nvar BEHAVIORS = {\n FLIP: 'flip',\n CLOCKWISE: 'clockwise',\n COUNTERCLOCKWISE: 'counterclockwise'\n};\n\n/**\n * @function\n * @memberof Modifiers\n * @argument {Object} data - The data object generated by update method\n * @argument {Object} options - Modifiers configuration and options\n * @returns {Object} The data object, properly modified\n */\nfunction flip(data, options) {\n // if `inner` modifier is enabled, we can't use the `flip` modifier\n if (isModifierEnabled(data.instance.modifiers, 'inner')) {\n return data;\n }\n\n if (data.flipped && data.placement === data.originalPlacement) {\n // seems like flip is trying to loop, probably there's not enough space on any of the flippable sides\n return data;\n }\n\n var boundaries = getBoundaries(data.instance.popper, data.instance.reference, options.padding, options.boundariesElement, data.positionFixed);\n\n var placement = data.placement.split('-')[0];\n var placementOpposite = getOppositePlacement(placement);\n var variation = data.placement.split('-')[1] || '';\n\n var flipOrder = [];\n\n switch (options.behavior) {\n case BEHAVIORS.FLIP:\n flipOrder = [placement, placementOpposite];\n break;\n case BEHAVIORS.CLOCKWISE:\n flipOrder = clockwise(placement);\n break;\n case BEHAVIORS.COUNTERCLOCKWISE:\n flipOrder = clockwise(placement, true);\n break;\n default:\n flipOrder = options.behavior;\n }\n\n flipOrder.forEach(function (step, index) {\n if (placement !== step || flipOrder.length === index + 1) {\n return data;\n }\n\n placement = data.placement.split('-')[0];\n placementOpposite = getOppositePlacement(placement);\n\n var popperOffsets = data.offsets.popper;\n var refOffsets = data.offsets.reference;\n\n // using floor because the reference offsets may contain decimals we are not going to consider here\n var floor = Math.floor;\n var overlapsRef = placement === 'left' && floor(popperOffsets.right) > floor(refOffsets.left) || placement === 'right' && floor(popperOffsets.left) < floor(refOffsets.right) || placement === 'top' && floor(popperOffsets.bottom) > floor(refOffsets.top) || placement === 'bottom' && floor(popperOffsets.top) < floor(refOffsets.bottom);\n\n var overflowsLeft = floor(popperOffsets.left) < floor(boundaries.left);\n var overflowsRight = floor(popperOffsets.right) > floor(boundaries.right);\n var overflowsTop = floor(popperOffsets.top) < floor(boundaries.top);\n var overflowsBottom = floor(popperOffsets.bottom) > floor(boundaries.bottom);\n\n var overflowsBoundaries = placement === 'left' && overflowsLeft || placement === 'right' && overflowsRight || placement === 'top' && overflowsTop || placement === 'bottom' && overflowsBottom;\n\n // flip the variation if required\n var isVertical = ['top', 'bottom'].indexOf(placement) !== -1;\n\n // flips variation if reference element overflows boundaries\n var flippedVariationByRef = !!options.flipVariations && (isVertical && variation === 'start' && overflowsLeft || isVertical && variation === 'end' && overflowsRight || !isVertical && variation === 'start' && overflowsTop || !isVertical && variation === 'end' && overflowsBottom);\n\n // flips variation if popper content overflows boundaries\n var flippedVariationByContent = !!options.flipVariationsByContent && (isVertical && variation === 'start' && overflowsRight || isVertical && variation === 'end' && overflowsLeft || !isVertical && variation === 'start' && overflowsBottom || !isVertical && variation === 'end' && overflowsTop);\n\n var flippedVariation = flippedVariationByRef || flippedVariationByContent;\n\n if (overlapsRef || overflowsBoundaries || flippedVariation) {\n // this boolean to detect any flip loop\n data.flipped = true;\n\n if (overlapsRef || overflowsBoundaries) {\n placement = flipOrder[index + 1];\n }\n\n if (flippedVariation) {\n variation = getOppositeVariation(variation);\n }\n\n data.placement = placement + (variation ? '-' + variation : '');\n\n // this object contains `position`, we want to preserve it along with\n // any additional property we may add in the future\n data.offsets.popper = _extends({}, data.offsets.popper, getPopperOffsets(data.instance.popper, data.offsets.reference, data.placement));\n\n data = runModifiers(data.instance.modifiers, data, 'flip');\n }\n });\n return data;\n}\n\n/**\n * @function\n * @memberof Modifiers\n * @argument {Object} data - The data object generated by update method\n * @argument {Object} options - Modifiers configuration and options\n * @returns {Object} The data object, properly modified\n */\nfunction keepTogether(data) {\n var _data$offsets = data.offsets,\n popper = _data$offsets.popper,\n reference = _data$offsets.reference;\n\n var placement = data.placement.split('-')[0];\n var floor = Math.floor;\n var isVertical = ['top', 'bottom'].indexOf(placement) !== -1;\n var side = isVertical ? 'right' : 'bottom';\n var opSide = isVertical ? 'left' : 'top';\n var measurement = isVertical ? 'width' : 'height';\n\n if (popper[side] < floor(reference[opSide])) {\n data.offsets.popper[opSide] = floor(reference[opSide]) - popper[measurement];\n }\n if (popper[opSide] > floor(reference[side])) {\n data.offsets.popper[opSide] = floor(reference[side]);\n }\n\n return data;\n}\n\n/**\n * Converts a string containing value + unit into a px value number\n * @function\n * @memberof {modifiers~offset}\n * @private\n * @argument {String} str - Value + unit string\n * @argument {String} measurement - `height` or `width`\n * @argument {Object} popperOffsets\n * @argument {Object} referenceOffsets\n * @returns {Number|String}\n * Value in pixels, or original string if no values were extracted\n */\nfunction toValue(str, measurement, popperOffsets, referenceOffsets) {\n // separate value from unit\n var split = str.match(/((?:\\-|\\+)?\\d*\\.?\\d*)(.*)/);\n var value = +split[1];\n var unit = split[2];\n\n // If it's not a number it's an operator, I guess\n if (!value) {\n return str;\n }\n\n if (unit.indexOf('%') === 0) {\n var element = void 0;\n switch (unit) {\n case '%p':\n element = popperOffsets;\n break;\n case '%':\n case '%r':\n default:\n element = referenceOffsets;\n }\n\n var rect = getClientRect(element);\n return rect[measurement] / 100 * value;\n } else if (unit === 'vh' || unit === 'vw') {\n // if is a vh or vw, we calculate the size based on the viewport\n var size = void 0;\n if (unit === 'vh') {\n size = Math.max(document.documentElement.clientHeight, window.innerHeight || 0);\n } else {\n size = Math.max(document.documentElement.clientWidth, window.innerWidth || 0);\n }\n return size / 100 * value;\n } else {\n // if is an explicit pixel unit, we get rid of the unit and keep the value\n // if is an implicit unit, it's px, and we return just the value\n return value;\n }\n}\n\n/**\n * Parse an `offset` string to extrapolate `x` and `y` numeric offsets.\n * @function\n * @memberof {modifiers~offset}\n * @private\n * @argument {String} offset\n * @argument {Object} popperOffsets\n * @argument {Object} referenceOffsets\n * @argument {String} basePlacement\n * @returns {Array} a two cells array with x and y offsets in numbers\n */\nfunction parseOffset(offset, popperOffsets, referenceOffsets, basePlacement) {\n var offsets = [0, 0];\n\n // Use height if placement is left or right and index is 0 otherwise use width\n // in this way the first offset will use an axis and the second one\n // will use the other one\n var useHeight = ['right', 'left'].indexOf(basePlacement) !== -1;\n\n // Split the offset string to obtain a list of values and operands\n // The regex addresses values with the plus or minus sign in front (+10, -20, etc)\n var fragments = offset.split(/(\\+|\\-)/).map(function (frag) {\n return frag.trim();\n });\n\n // Detect if the offset string contains a pair of values or a single one\n // they could be separated by comma or space\n var divider = fragments.indexOf(find(fragments, function (frag) {\n return frag.search(/,|\\s/) !== -1;\n }));\n\n if (fragments[divider] && fragments[divider].indexOf(',') === -1) {\n console.warn('Offsets separated by white space(s) are deprecated, use a comma (,) instead.');\n }\n\n // If divider is found, we divide the list of values and operands to divide\n // them by ofset X and Y.\n var splitRegex = /\\s*,\\s*|\\s+/;\n var ops = divider !== -1 ? [fragments.slice(0, divider).concat([fragments[divider].split(splitRegex)[0]]), [fragments[divider].split(splitRegex)[1]].concat(fragments.slice(divider + 1))] : [fragments];\n\n // Convert the values with units to absolute pixels to allow our computations\n ops = ops.map(function (op, index) {\n // Most of the units rely on the orientation of the popper\n var measurement = (index === 1 ? !useHeight : useHeight) ? 'height' : 'width';\n var mergeWithPrevious = false;\n return op\n // This aggregates any `+` or `-` sign that aren't considered operators\n // e.g.: 10 + +5 => [10, +, +5]\n .reduce(function (a, b) {\n if (a[a.length - 1] === '' && ['+', '-'].indexOf(b) !== -1) {\n a[a.length - 1] = b;\n mergeWithPrevious = true;\n return a;\n } else if (mergeWithPrevious) {\n a[a.length - 1] += b;\n mergeWithPrevious = false;\n return a;\n } else {\n return a.concat(b);\n }\n }, [])\n // Here we convert the string values into number values (in px)\n .map(function (str) {\n return toValue(str, measurement, popperOffsets, referenceOffsets);\n });\n });\n\n // Loop trough the offsets arrays and execute the operations\n ops.forEach(function (op, index) {\n op.forEach(function (frag, index2) {\n if (isNumeric(frag)) {\n offsets[index] += frag * (op[index2 - 1] === '-' ? -1 : 1);\n }\n });\n });\n return offsets;\n}\n\n/**\n * @function\n * @memberof Modifiers\n * @argument {Object} data - The data object generated by update method\n * @argument {Object} options - Modifiers configuration and options\n * @argument {Number|String} options.offset=0\n * The offset value as described in the modifier description\n * @returns {Object} The data object, properly modified\n */\nfunction offset(data, _ref) {\n var offset = _ref.offset;\n var placement = data.placement,\n _data$offsets = data.offsets,\n popper = _data$offsets.popper,\n reference = _data$offsets.reference;\n\n var basePlacement = placement.split('-')[0];\n\n var offsets = void 0;\n if (isNumeric(+offset)) {\n offsets = [+offset, 0];\n } else {\n offsets = parseOffset(offset, popper, reference, basePlacement);\n }\n\n if (basePlacement === 'left') {\n popper.top += offsets[0];\n popper.left -= offsets[1];\n } else if (basePlacement === 'right') {\n popper.top += offsets[0];\n popper.left += offsets[1];\n } else if (basePlacement === 'top') {\n popper.left += offsets[0];\n popper.top -= offsets[1];\n } else if (basePlacement === 'bottom') {\n popper.left += offsets[0];\n popper.top += offsets[1];\n }\n\n data.popper = popper;\n return data;\n}\n\n/**\n * @function\n * @memberof Modifiers\n * @argument {Object} data - The data object generated by `update` method\n * @argument {Object} options - Modifiers configuration and options\n * @returns {Object} The data object, properly modified\n */\nfunction preventOverflow(data, options) {\n var boundariesElement = options.boundariesElement || getOffsetParent(data.instance.popper);\n\n // If offsetParent is the reference element, we really want to\n // go one step up and use the next offsetParent as reference to\n // avoid to make this modifier completely useless and look like broken\n if (data.instance.reference === boundariesElement) {\n boundariesElement = getOffsetParent(boundariesElement);\n }\n\n // NOTE: DOM access here\n // resets the popper's position so that the document size can be calculated excluding\n // the size of the popper element itself\n var transformProp = getSupportedPropertyName('transform');\n var popperStyles = data.instance.popper.style; // assignment to help minification\n var top = popperStyles.top,\n left = popperStyles.left,\n transform = popperStyles[transformProp];\n\n popperStyles.top = '';\n popperStyles.left = '';\n popperStyles[transformProp] = '';\n\n var boundaries = getBoundaries(data.instance.popper, data.instance.reference, options.padding, boundariesElement, data.positionFixed);\n\n // NOTE: DOM access here\n // restores the original style properties after the offsets have been computed\n popperStyles.top = top;\n popperStyles.left = left;\n popperStyles[transformProp] = transform;\n\n options.boundaries = boundaries;\n\n var order = options.priority;\n var popper = data.offsets.popper;\n\n var check = {\n primary: function primary(placement) {\n var value = popper[placement];\n if (popper[placement] < boundaries[placement] && !options.escapeWithReference) {\n value = Math.max(popper[placement], boundaries[placement]);\n }\n return defineProperty({}, placement, value);\n },\n secondary: function secondary(placement) {\n var mainSide = placement === 'right' ? 'left' : 'top';\n var value = popper[mainSide];\n if (popper[placement] > boundaries[placement] && !options.escapeWithReference) {\n value = Math.min(popper[mainSide], boundaries[placement] - (placement === 'right' ? popper.width : popper.height));\n }\n return defineProperty({}, mainSide, value);\n }\n };\n\n order.forEach(function (placement) {\n var side = ['left', 'top'].indexOf(placement) !== -1 ? 'primary' : 'secondary';\n popper = _extends({}, popper, check[side](placement));\n });\n\n data.offsets.popper = popper;\n\n return data;\n}\n\n/**\n * @function\n * @memberof Modifiers\n * @argument {Object} data - The data object generated by `update` method\n * @argument {Object} options - Modifiers configuration and options\n * @returns {Object} The data object, properly modified\n */\nfunction shift(data) {\n var placement = data.placement;\n var basePlacement = placement.split('-')[0];\n var shiftvariation = placement.split('-')[1];\n\n // if shift shiftvariation is specified, run the modifier\n if (shiftvariation) {\n var _data$offsets = data.offsets,\n reference = _data$offsets.reference,\n popper = _data$offsets.popper;\n\n var isVertical = ['bottom', 'top'].indexOf(basePlacement) !== -1;\n var side = isVertical ? 'left' : 'top';\n var measurement = isVertical ? 'width' : 'height';\n\n var shiftOffsets = {\n start: defineProperty({}, side, reference[side]),\n end: defineProperty({}, side, reference[side] + reference[measurement] - popper[measurement])\n };\n\n data.offsets.popper = _extends({}, popper, shiftOffsets[shiftvariation]);\n }\n\n return data;\n}\n\n/**\n * @function\n * @memberof Modifiers\n * @argument {Object} data - The data object generated by update method\n * @argument {Object} options - Modifiers configuration and options\n * @returns {Object} The data object, properly modified\n */\nfunction hide(data) {\n if (!isModifierRequired(data.instance.modifiers, 'hide', 'preventOverflow')) {\n return data;\n }\n\n var refRect = data.offsets.reference;\n var bound = find(data.instance.modifiers, function (modifier) {\n return modifier.name === 'preventOverflow';\n }).boundaries;\n\n if (refRect.bottom < bound.top || refRect.left > bound.right || refRect.top > bound.bottom || refRect.right < bound.left) {\n // Avoid unnecessary DOM access if visibility hasn't changed\n if (data.hide === true) {\n return data;\n }\n\n data.hide = true;\n data.attributes['x-out-of-boundaries'] = '';\n } else {\n // Avoid unnecessary DOM access if visibility hasn't changed\n if (data.hide === false) {\n return data;\n }\n\n data.hide = false;\n data.attributes['x-out-of-boundaries'] = false;\n }\n\n return data;\n}\n\n/**\n * @function\n * @memberof Modifiers\n * @argument {Object} data - The data object generated by `update` method\n * @argument {Object} options - Modifiers configuration and options\n * @returns {Object} The data object, properly modified\n */\nfunction inner(data) {\n var placement = data.placement;\n var basePlacement = placement.split('-')[0];\n var _data$offsets = data.offsets,\n popper = _data$offsets.popper,\n reference = _data$offsets.reference;\n\n var isHoriz = ['left', 'right'].indexOf(basePlacement) !== -1;\n\n var subtractLength = ['top', 'left'].indexOf(basePlacement) === -1;\n\n popper[isHoriz ? 'left' : 'top'] = reference[basePlacement] - (subtractLength ? popper[isHoriz ? 'width' : 'height'] : 0);\n\n data.placement = getOppositePlacement(placement);\n data.offsets.popper = getClientRect(popper);\n\n return data;\n}\n\n/**\n * Modifier function, each modifier can have a function of this type assigned\n * to its `fn` property.<br />\n * These functions will be called on each update, this means that you must\n * make sure they are performant enough to avoid performance bottlenecks.\n *\n * @function ModifierFn\n * @argument {dataObject} data - The data object generated by `update` method\n * @argument {Object} options - Modifiers configuration and options\n * @returns {dataObject} The data object, properly modified\n */\n\n/**\n * Modifiers are plugins used to alter the behavior of your poppers.<br />\n * Popper.js uses a set of 9 modifiers to provide all the basic functionalities\n * needed by the library.\n *\n * Usually you don't want to override the `order`, `fn` and `onLoad` props.\n * All the other properties are configurations that could be tweaked.\n * @namespace modifiers\n */\nvar modifiers = {\n /**\n * Modifier used to shift the popper on the start or end of its reference\n * element.<br />\n * It will read the variation of the `placement` property.<br />\n * It can be one either `-end` or `-start`.\n * @memberof modifiers\n * @inner\n */\n shift: {\n /** @prop {number} order=100 - Index used to define the order of execution */\n order: 100,\n /** @prop {Boolean} enabled=true - Whether the modifier is enabled or not */\n enabled: true,\n /** @prop {ModifierFn} */\n fn: shift\n },\n\n /**\n * The `offset` modifier can shift your popper on both its axis.\n *\n * It accepts the following units:\n * - `px` or unit-less, interpreted as pixels\n * - `%` or `%r`, percentage relative to the length of the reference element\n * - `%p`, percentage relative to the length of the popper element\n * - `vw`, CSS viewport width unit\n * - `vh`, CSS viewport height unit\n *\n * For length is intended the main axis relative to the placement of the popper.<br />\n * This means that if the placement is `top` or `bottom`, the length will be the\n * `width`. In case of `left` or `right`, it will be the `height`.\n *\n * You can provide a single value (as `Number` or `String`), or a pair of values\n * as `String` divided by a comma or one (or more) white spaces.<br />\n * The latter is a deprecated method because it leads to confusion and will be\n * removed in v2.<br />\n * Additionally, it accepts additions and subtractions between different units.\n * Note that multiplications and divisions aren't supported.\n *\n * Valid examples are:\n * ```\n * 10\n * '10%'\n * '10, 10'\n * '10%, 10'\n * '10 + 10%'\n * '10 - 5vh + 3%'\n * '-10px + 5vh, 5px - 6%'\n * ```\n * > **NB**: If you desire to apply offsets to your poppers in a way that may make them overlap\n * > with their reference element, unfortunately, you will have to disable the `flip` modifier.\n * > You can read more on this at this [issue](https://github.com/FezVrasta/popper.js/issues/373).\n *\n * @memberof modifiers\n * @inner\n */\n offset: {\n /** @prop {number} order=200 - Index used to define the order of execution */\n order: 200,\n /** @prop {Boolean} enabled=true - Whether the modifier is enabled or not */\n enabled: true,\n /** @prop {ModifierFn} */\n fn: offset,\n /** @prop {Number|String} offset=0\n * The offset value as described in the modifier description\n */\n offset: 0\n },\n\n /**\n * Modifier used to prevent the popper from being positioned outside the boundary.\n *\n * A scenario exists where the reference itself is not within the boundaries.<br />\n * We can say it has \"escaped the boundaries\" — or just \"escaped\".<br />\n * In this case we need to decide whether the popper should either:\n *\n * - detach from the reference and remain \"trapped\" in the boundaries, or\n * - if it should ignore the boundary and \"escape with its reference\"\n *\n * When `escapeWithReference` is set to`true` and reference is completely\n * outside its boundaries, the popper will overflow (or completely leave)\n * the boundaries in order to remain attached to the edge of the reference.\n *\n * @memberof modifiers\n * @inner\n */\n preventOverflow: {\n /** @prop {number} order=300 - Index used to define the order of execution */\n order: 300,\n /** @prop {Boolean} enabled=true - Whether the modifier is enabled or not */\n enabled: true,\n /** @prop {ModifierFn} */\n fn: preventOverflow,\n /**\n * @prop {Array} [priority=['left','right','top','bottom']]\n * Popper will try to prevent overflow following these priorities by default,\n * then, it could overflow on the left and on top of the `boundariesElement`\n */\n priority: ['left', 'right', 'top', 'bottom'],\n /**\n * @prop {number} padding=5\n * Amount of pixel used to define a minimum distance between the boundaries\n * and the popper. This makes sure the popper always has a little padding\n * between the edges of its container\n */\n padding: 5,\n /**\n * @prop {String|HTMLElement} boundariesElement='scrollParent'\n * Boundaries used by the modifier. Can be `scrollParent`, `window`,\n * `viewport` or any DOM element.\n */\n boundariesElement: 'scrollParent'\n },\n\n /**\n * Modifier used to make sure the reference and its popper stay near each other\n * without leaving any gap between the two. Especially useful when the arrow is\n * enabled and you want to ensure that it points to its reference element.\n * It cares only about the first axis. You can still have poppers with margin\n * between the popper and its reference element.\n * @memberof modifiers\n * @inner\n */\n keepTogether: {\n /** @prop {number} order=400 - Index used to define the order of execution */\n order: 400,\n /** @prop {Boolean} enabled=true - Whether the modifier is enabled or not */\n enabled: true,\n /** @prop {ModifierFn} */\n fn: keepTogether\n },\n\n /**\n * This modifier is used to move the `arrowElement` of the popper to make\n * sure it is positioned between the reference element and its popper element.\n * It will read the outer size of the `arrowElement` node to detect how many\n * pixels of conjunction are needed.\n *\n * It has no effect if no `arrowElement` is provided.\n * @memberof modifiers\n * @inner\n */\n arrow: {\n /** @prop {number} order=500 - Index used to define the order of execution */\n order: 500,\n /** @prop {Boolean} enabled=true - Whether the modifier is enabled or not */\n enabled: true,\n /** @prop {ModifierFn} */\n fn: arrow,\n /** @prop {String|HTMLElement} element='[x-arrow]' - Selector or node used as arrow */\n element: '[x-arrow]'\n },\n\n /**\n * Modifier used to flip the popper's placement when it starts to overlap its\n * reference element.\n *\n * Requires the `preventOverflow` modifier before it in order to work.\n *\n * **NOTE:** this modifier will interrupt the current update cycle and will\n * restart it if it detects the need to flip the placement.\n * @memberof modifiers\n * @inner\n */\n flip: {\n /** @prop {number} order=600 - Index used to define the order of execution */\n order: 600,\n /** @prop {Boolean} enabled=true - Whether the modifier is enabled or not */\n enabled: true,\n /** @prop {ModifierFn} */\n fn: flip,\n /**\n * @prop {String|Array} behavior='flip'\n * The behavior used to change the popper's placement. It can be one of\n * `flip`, `clockwise`, `counterclockwise` or an array with a list of valid\n * placements (with optional variations)\n */\n behavior: 'flip',\n /**\n * @prop {number} padding=5\n * The popper will flip if it hits the edges of the `boundariesElement`\n */\n padding: 5,\n /**\n * @prop {String|HTMLElement} boundariesElement='viewport'\n * The element which will define the boundaries of the popper position.\n * The popper will never be placed outside of the defined boundaries\n * (except if `keepTogether` is enabled)\n */\n boundariesElement: 'viewport',\n /**\n * @prop {Boolean} flipVariations=false\n * The popper will switch placement variation between `-start` and `-end` when\n * the reference element overlaps its boundaries.\n *\n * The original placement should have a set variation.\n */\n flipVariations: false,\n /**\n * @prop {Boolean} flipVariationsByContent=false\n * The popper will switch placement variation between `-start` and `-end` when\n * the popper element overlaps its reference boundaries.\n *\n * The original placement should have a set variation.\n */\n flipVariationsByContent: false\n },\n\n /**\n * Modifier used to make the popper flow toward the inner of the reference element.\n * By default, when this modifier is disabled, the popper will be placed outside\n * the reference element.\n * @memberof modifiers\n * @inner\n */\n inner: {\n /** @prop {number} order=700 - Index used to define the order of execution */\n order: 700,\n /** @prop {Boolean} enabled=false - Whether the modifier is enabled or not */\n enabled: false,\n /** @prop {ModifierFn} */\n fn: inner\n },\n\n /**\n * Modifier used to hide the popper when its reference element is outside of the\n * popper boundaries. It will set a `x-out-of-boundaries` attribute which can\n * be used to hide with a CSS selector the popper when its reference is\n * out of boundaries.\n *\n * Requires the `preventOverflow` modifier before it in order to work.\n * @memberof modifiers\n * @inner\n */\n hide: {\n /** @prop {number} order=800 - Index used to define the order of execution */\n order: 800,\n /** @prop {Boolean} enabled=true - Whether the modifier is enabled or not */\n enabled: true,\n /** @prop {ModifierFn} */\n fn: hide\n },\n\n /**\n * Computes the style that will be applied to the popper element to gets\n * properly positioned.\n *\n * Note that this modifier will not touch the DOM, it just prepares the styles\n * so that `applyStyle` modifier can apply it. This separation is useful\n * in case you need to replace `applyStyle` with a custom implementation.\n *\n * This modifier has `850` as `order` value to maintain backward compatibility\n * with previous versions of Popper.js. Expect the modifiers ordering method\n * to change in future major versions of the library.\n *\n * @memberof modifiers\n * @inner\n */\n computeStyle: {\n /** @prop {number} order=850 - Index used to define the order of execution */\n order: 850,\n /** @prop {Boolean} enabled=true - Whether the modifier is enabled or not */\n enabled: true,\n /** @prop {ModifierFn} */\n fn: computeStyle,\n /**\n * @prop {Boolean} gpuAcceleration=true\n * If true, it uses the CSS 3D transformation to position the popper.\n * Otherwise, it will use the `top` and `left` properties\n */\n gpuAcceleration: true,\n /**\n * @prop {string} [x='bottom']\n * Where to anchor the X axis (`bottom` or `top`). AKA X offset origin.\n * Change this if your popper should grow in a direction different from `bottom`\n */\n x: 'bottom',\n /**\n * @prop {string} [x='left']\n * Where to anchor the Y axis (`left` or `right`). AKA Y offset origin.\n * Change this if your popper should grow in a direction different from `right`\n */\n y: 'right'\n },\n\n /**\n * Applies the computed styles to the popper element.\n *\n * All the DOM manipulations are limited to this modifier. This is useful in case\n * you want to integrate Popper.js inside a framework or view library and you\n * want to delegate all the DOM manipulations to it.\n *\n * Note that if you disable this modifier, you must make sure the popper element\n * has its position set to `absolute` before Popper.js can do its work!\n *\n * Just disable this modifier and define your own to achieve the desired effect.\n *\n * @memberof modifiers\n * @inner\n */\n applyStyle: {\n /** @prop {number} order=900 - Index used to define the order of execution */\n order: 900,\n /** @prop {Boolean} enabled=true - Whether the modifier is enabled or not */\n enabled: true,\n /** @prop {ModifierFn} */\n fn: applyStyle,\n /** @prop {Function} */\n onLoad: applyStyleOnLoad,\n /**\n * @deprecated since version 1.10.0, the property moved to `computeStyle` modifier\n * @prop {Boolean} gpuAcceleration=true\n * If true, it uses the CSS 3D transformation to position the popper.\n * Otherwise, it will use the `top` and `left` properties\n */\n gpuAcceleration: undefined\n }\n};\n\n/**\n * The `dataObject` is an object containing all the information used by Popper.js.\n * This object is passed to modifiers and to the `onCreate` and `onUpdate` callbacks.\n * @name dataObject\n * @property {Object} data.instance The Popper.js instance\n * @property {String} data.placement Placement applied to popper\n * @property {String} data.originalPlacement Placement originally defined on init\n * @property {Boolean} data.flipped True if popper has been flipped by flip modifier\n * @property {Boolean} data.hide True if the reference element is out of boundaries, useful to know when to hide the popper\n * @property {HTMLElement} data.arrowElement Node used as arrow by arrow modifier\n * @property {Object} data.styles Any CSS property defined here will be applied to the popper. It expects the JavaScript nomenclature (eg. `marginBottom`)\n * @property {Object} data.arrowStyles Any CSS property defined here will be applied to the popper arrow. It expects the JavaScript nomenclature (eg. `marginBottom`)\n * @property {Object} data.boundaries Offsets of the popper boundaries\n * @property {Object} data.offsets The measurements of popper, reference and arrow elements\n * @property {Object} data.offsets.popper `top`, `left`, `width`, `height` values\n * @property {Object} data.offsets.reference `top`, `left`, `width`, `height` values\n * @property {Object} data.offsets.arrow] `top` and `left` offsets, only one of them will be different from 0\n */\n\n/**\n * Default options provided to Popper.js constructor.<br />\n * These can be overridden using the `options` argument of Popper.js.<br />\n * To override an option, simply pass an object with the same\n * structure of the `options` object, as the 3rd argument. For example:\n * ```\n * new Popper(ref, pop, {\n * modifiers: {\n * preventOverflow: { enabled: false }\n * }\n * })\n * ```\n * @type {Object}\n * @static\n * @memberof Popper\n */\nvar Defaults = {\n /**\n * Popper's placement.\n * @prop {Popper.placements} placement='bottom'\n */\n placement: 'bottom',\n\n /**\n * Set this to true if you want popper to position it self in 'fixed' mode\n * @prop {Boolean} positionFixed=false\n */\n positionFixed: false,\n\n /**\n * Whether events (resize, scroll) are initially enabled.\n * @prop {Boolean} eventsEnabled=true\n */\n eventsEnabled: true,\n\n /**\n * Set to true if you want to automatically remove the popper when\n * you call the `destroy` method.\n * @prop {Boolean} removeOnDestroy=false\n */\n removeOnDestroy: false,\n\n /**\n * Callback called when the popper is created.<br />\n * By default, it is set to no-op.<br />\n * Access Popper.js instance with `data.instance`.\n * @prop {onCreate}\n */\n onCreate: function onCreate() {},\n\n /**\n * Callback called when the popper is updated. This callback is not called\n * on the initialization/creation of the popper, but only on subsequent\n * updates.<br />\n * By default, it is set to no-op.<br />\n * Access Popper.js instance with `data.instance`.\n * @prop {onUpdate}\n */\n onUpdate: function onUpdate() {},\n\n /**\n * List of modifiers used to modify the offsets before they are applied to the popper.\n * They provide most of the functionalities of Popper.js.\n * @prop {modifiers}\n */\n modifiers: modifiers\n};\n\n/**\n * @callback onCreate\n * @param {dataObject} data\n */\n\n/**\n * @callback onUpdate\n * @param {dataObject} data\n */\n\n// Utils\n// Methods\nvar Popper = function () {\n /**\n * Creates a new Popper.js instance.\n * @class Popper\n * @param {Element|referenceObject} reference - The reference element used to position the popper\n * @param {Element} popper - The HTML / XML element used as the popper\n * @param {Object} options - Your custom options to override the ones defined in [Defaults](#defaults)\n * @return {Object} instance - The generated Popper.js instance\n */\n function Popper(reference, popper) {\n var _this = this;\n\n var options = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : {};\n classCallCheck(this, Popper);\n\n this.scheduleUpdate = function () {\n return requestAnimationFrame(_this.update);\n };\n\n // make update() debounced, so that it only runs at most once-per-tick\n this.update = debounce(this.update.bind(this));\n\n // with {} we create a new object with the options inside it\n this.options = _extends({}, Popper.Defaults, options);\n\n // init state\n this.state = {\n isDestroyed: false,\n isCreated: false,\n scrollParents: []\n };\n\n // get reference and popper elements (allow jQuery wrappers)\n this.reference = reference && reference.jquery ? reference[0] : reference;\n this.popper = popper && popper.jquery ? popper[0] : popper;\n\n // Deep merge modifiers options\n this.options.modifiers = {};\n Object.keys(_extends({}, Popper.Defaults.modifiers, options.modifiers)).forEach(function (name) {\n _this.options.modifiers[name] = _extends({}, Popper.Defaults.modifiers[name] || {}, options.modifiers ? options.modifiers[name] : {});\n });\n\n // Refactoring modifiers' list (Object => Array)\n this.modifiers = Object.keys(this.options.modifiers).map(function (name) {\n return _extends({\n name: name\n }, _this.options.modifiers[name]);\n })\n // sort the modifiers by order\n .sort(function (a, b) {\n return a.order - b.order;\n });\n\n // modifiers have the ability to execute arbitrary code when Popper.js get inited\n // such code is executed in the same order of its modifier\n // they could add new properties to their options configuration\n // BE AWARE: don't add options to `options.modifiers.name` but to `modifierOptions`!\n this.modifiers.forEach(function (modifierOptions) {\n if (modifierOptions.enabled && isFunction(modifierOptions.onLoad)) {\n modifierOptions.onLoad(_this.reference, _this.popper, _this.options, modifierOptions, _this.state);\n }\n });\n\n // fire the first update to position the popper in the right place\n this.update();\n\n var eventsEnabled = this.options.eventsEnabled;\n if (eventsEnabled) {\n // setup event listeners, they will take care of update the position in specific situations\n this.enableEventListeners();\n }\n\n this.state.eventsEnabled = eventsEnabled;\n }\n\n // We can't use class properties because they don't get listed in the\n // class prototype and break stuff like Sinon stubs\n\n\n createClass(Popper, [{\n key: 'update',\n value: function update$$1() {\n return update.call(this);\n }\n }, {\n key: 'destroy',\n value: function destroy$$1() {\n return destroy.call(this);\n }\n }, {\n key: 'enableEventListeners',\n value: function enableEventListeners$$1() {\n return enableEventListeners.call(this);\n }\n }, {\n key: 'disableEventListeners',\n value: function disableEventListeners$$1() {\n return disableEventListeners.call(this);\n }\n\n /**\n * Schedules an update. It will run on the next UI update available.\n * @method scheduleUpdate\n * @memberof Popper\n */\n\n\n /**\n * Collection of utilities useful when writing custom modifiers.\n * Starting from version 1.7, this method is available only if you\n * include `popper-utils.js` before `popper.js`.\n *\n * **DEPRECATION**: This way to access PopperUtils is deprecated\n * and will be removed in v2! Use the PopperUtils module directly instead.\n * Due to the high instability of the methods contained in Utils, we can't\n * guarantee them to follow semver. Use them at your own risk!\n * @static\n * @private\n * @type {Object}\n * @deprecated since version 1.8\n * @member Utils\n * @memberof Popper\n */\n\n }]);\n return Popper;\n}();\n\n/**\n * The `referenceObject` is an object that provides an interface compatible with Popper.js\n * and lets you use it as replacement of a real DOM node.<br />\n * You can use this method to position a popper relatively to a set of coordinates\n * in case you don't have a DOM node to use as reference.\n *\n * ```\n * new Popper(referenceObject, popperNode);\n * ```\n *\n * NB: This feature isn't supported in Internet Explorer 10.\n * @name referenceObject\n * @property {Function} data.getBoundingClientRect\n * A function that returns a set of coordinates compatible with the native `getBoundingClientRect` method.\n * @property {number} data.clientWidth\n * An ES6 getter that will return the width of the virtual reference element.\n * @property {number} data.clientHeight\n * An ES6 getter that will return the height of the virtual reference element.\n */\n\n\nPopper.Utils = (typeof window !== 'undefined' ? window : global).PopperUtils;\nPopper.placements = placements;\nPopper.Defaults = Defaults;\n\nexport default Popper;\n//# sourceMappingURL=popper.js.map\n","var ceil = Math.ceil;\nvar floor = Math.floor;\n\n// `ToInteger` abstract operation\n// https://tc39.es/ecma262/#sec-tointeger\nmodule.exports = function (argument) {\n return isNaN(argument = +argument) ? 0 : (argument > 0 ? floor : ceil)(argument);\n};\n","// Imports\nimport ___CSS_LOADER_API_SOURCEMAP_IMPORT___ from \"../css-loader/dist/runtime/cssWithMappingToString.js\";\nimport ___CSS_LOADER_API_IMPORT___ from \"../css-loader/dist/runtime/api.js\";\nvar ___CSS_LOADER_EXPORT___ = ___CSS_LOADER_API_IMPORT___(___CSS_LOADER_API_SOURCEMAP_IMPORT___);\n// Module\n___CSS_LOADER_EXPORT___.push([module.id, \"/**\\n * Strengthify - show the weakness of a password (uses zxcvbn for this)\\n * https://github.com/MorrisJobke/strengthify\\n * Version: 0.5.9\\n * License: The MIT License (MIT)\\n * Copyright (c) 2013-2020 Morris Jobke <morris.jobke@gmail.com>\\n */\\n\\n.strengthify-wrapper {\\n position: relative;\\n}\\n\\n.strengthify-wrapper > * {\\n\\t-ms-filter:\\\"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\\\";\\n\\tfilter: alpha(opacity=0);\\n\\topacity: 0;\\n\\t-webkit-transition:all .5s ease-in-out;\\n\\t-moz-transition:all .5s ease-in-out;\\n\\ttransition:all .5s ease-in-out;\\n}\\n\\n.strengthify-bg, .strengthify-container, .strengthify-separator {\\n\\theight: 3px;\\n}\\n\\n.strengthify-bg, .strengthify-container {\\n\\tdisplay: block;\\n\\tposition: absolute;\\n\\twidth: 100%;\\n}\\n\\n.strengthify-bg {\\n\\tbackground-color: #BBB;\\n}\\n\\n.strengthify-separator {\\n\\tdisplay: inline-block;\\n\\tposition: absolute;\\n\\tbackground-color: #FFF;\\n\\twidth: 1px;\\n\\tz-index: 10;\\n}\\n\\n.password-bad {\\n\\tbackground-color: #C33;\\n}\\n.password-medium {\\n\\tbackground-color: #F80;\\n}\\n.password-good {\\n\\tbackground-color: #3C3;\\n}\\n\\ndiv[data-strengthifyMessage] {\\n padding: 3px 8px;\\n}\\n\\n.strengthify-tiles{\\n\\tfloat: right;\\n}\\n\", \"\",{\"version\":3,\"sources\":[\"webpack://./node_modules/strengthify/strengthify.css\"],\"names\":[],\"mappings\":\"AAAA;;;;;;EAME;;AAEF;IACI,kBAAkB;AACtB;;AAEA;CACC,+DAA+D;CAC/D,wBAAwB;CACxB,UAAU;CACV,sCAAsC;CACtC,mCAAmC;CACnC,8BAA8B;AAC/B;;AAEA;CACC,WAAW;AACZ;;AAEA;CACC,cAAc;CACd,kBAAkB;CAClB,WAAW;AACZ;;AAEA;CACC,sBAAsB;AACvB;;AAEA;CACC,qBAAqB;CACrB,kBAAkB;CAClB,sBAAsB;CACtB,UAAU;CACV,WAAW;AACZ;;AAEA;CACC,sBAAsB;AACvB;AACA;CACC,sBAAsB;AACvB;AACA;CACC,sBAAsB;AACvB;;AAEA;IACI,gBAAgB;AACpB;;AAEA;CACC,YAAY;AACb\",\"sourcesContent\":[\"/**\\n * Strengthify - show the weakness of a password (uses zxcvbn for this)\\n * https://github.com/MorrisJobke/strengthify\\n * Version: 0.5.9\\n * License: The MIT License (MIT)\\n * Copyright (c) 2013-2020 Morris Jobke <morris.jobke@gmail.com>\\n */\\n\\n.strengthify-wrapper {\\n position: relative;\\n}\\n\\n.strengthify-wrapper > * {\\n\\t-ms-filter:\\\"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\\\";\\n\\tfilter: alpha(opacity=0);\\n\\topacity: 0;\\n\\t-webkit-transition:all .5s ease-in-out;\\n\\t-moz-transition:all .5s ease-in-out;\\n\\ttransition:all .5s ease-in-out;\\n}\\n\\n.strengthify-bg, .strengthify-container, .strengthify-separator {\\n\\theight: 3px;\\n}\\n\\n.strengthify-bg, .strengthify-container {\\n\\tdisplay: block;\\n\\tposition: absolute;\\n\\twidth: 100%;\\n}\\n\\n.strengthify-bg {\\n\\tbackground-color: #BBB;\\n}\\n\\n.strengthify-separator {\\n\\tdisplay: inline-block;\\n\\tposition: absolute;\\n\\tbackground-color: #FFF;\\n\\twidth: 1px;\\n\\tz-index: 10;\\n}\\n\\n.password-bad {\\n\\tbackground-color: #C33;\\n}\\n.password-medium {\\n\\tbackground-color: #F80;\\n}\\n.password-good {\\n\\tbackground-color: #3C3;\\n}\\n\\ndiv[data-strengthifyMessage] {\\n padding: 3px 8px;\\n}\\n\\n.strengthify-tiles{\\n\\tfloat: right;\\n}\\n\"],\"sourceRoot\":\"\"}]);\n// Exports\nexport default ___CSS_LOADER_EXPORT___;\n","( function( factory ) {\n\tif ( typeof define === \"function\" && define.amd ) {\n\n\t\t// AMD. Register as an anonymous module.\n\t\tdefine( [ \"jquery\" ], factory );\n\t} else {\n\n\t\t// Browser globals\n\t\tfactory( jQuery );\n\t}\n} ( function( $ ) {\n\n$.ui = $.ui || {};\n\nreturn $.ui.version = \"1.12.1\";\n\n} ) );\n","\"use strict\";\n\nvar isOldIE = function isOldIE() {\n var memo;\n return function memorize() {\n if (typeof memo === 'undefined') {\n // Test for IE <= 9 as proposed by Browserhacks\n // @see http://browserhacks.com/#hack-e71d8692f65334173fee715c222cb805\n // Tests for existence of standard globals is to allow style-loader\n // to operate correctly into non-standard environments\n // @see https://github.com/webpack-contrib/style-loader/issues/177\n memo = Boolean(window && document && document.all && !window.atob);\n }\n\n return memo;\n };\n}();\n\nvar getTarget = function getTarget() {\n var memo = {};\n return function memorize(target) {\n if (typeof memo[target] === 'undefined') {\n var styleTarget = document.querySelector(target); // Special case to return head of iframe instead of iframe itself\n\n if (window.HTMLIFrameElement && styleTarget instanceof window.HTMLIFrameElement) {\n try {\n // This will throw an exception if access to iframe is blocked\n // due to cross-origin restrictions\n styleTarget = styleTarget.contentDocument.head;\n } catch (e) {\n // istanbul ignore next\n styleTarget = null;\n }\n }\n\n memo[target] = styleTarget;\n }\n\n return memo[target];\n };\n}();\n\nvar stylesInDom = [];\n\nfunction getIndexByIdentifier(identifier) {\n var result = -1;\n\n for (var i = 0; i < stylesInDom.length; i++) {\n if (stylesInDom[i].identifier === identifier) {\n result = i;\n break;\n }\n }\n\n return result;\n}\n\nfunction modulesToDom(list, options) {\n var idCountMap = {};\n var identifiers = [];\n\n for (var i = 0; i < list.length; i++) {\n var item = list[i];\n var id = options.base ? item[0] + options.base : item[0];\n var count = idCountMap[id] || 0;\n var identifier = \"\".concat(id, \" \").concat(count);\n idCountMap[id] = count + 1;\n var index = getIndexByIdentifier(identifier);\n var obj = {\n css: item[1],\n media: item[2],\n sourceMap: item[3]\n };\n\n if (index !== -1) {\n stylesInDom[index].references++;\n stylesInDom[index].updater(obj);\n } else {\n stylesInDom.push({\n identifier: identifier,\n updater: addStyle(obj, options),\n references: 1\n });\n }\n\n identifiers.push(identifier);\n }\n\n return identifiers;\n}\n\nfunction insertStyleElement(options) {\n var style = document.createElement('style');\n var attributes = options.attributes || {};\n\n if (typeof attributes.nonce === 'undefined') {\n var nonce = typeof __webpack_nonce__ !== 'undefined' ? __webpack_nonce__ : null;\n\n if (nonce) {\n attributes.nonce = nonce;\n }\n }\n\n Object.keys(attributes).forEach(function (key) {\n style.setAttribute(key, attributes[key]);\n });\n\n if (typeof options.insert === 'function') {\n options.insert(style);\n } else {\n var target = getTarget(options.insert || 'head');\n\n if (!target) {\n throw new Error(\"Couldn't find a style target. This probably means that the value for the 'insert' parameter is invalid.\");\n }\n\n target.appendChild(style);\n }\n\n return style;\n}\n\nfunction removeStyleElement(style) {\n // istanbul ignore if\n if (style.parentNode === null) {\n return false;\n }\n\n style.parentNode.removeChild(style);\n}\n/* istanbul ignore next */\n\n\nvar replaceText = function replaceText() {\n var textStore = [];\n return function replace(index, replacement) {\n textStore[index] = replacement;\n return textStore.filter(Boolean).join('\\n');\n };\n}();\n\nfunction applyToSingletonTag(style, index, remove, obj) {\n var css = remove ? '' : obj.media ? \"@media \".concat(obj.media, \" {\").concat(obj.css, \"}\") : obj.css; // For old IE\n\n /* istanbul ignore if */\n\n if (style.styleSheet) {\n style.styleSheet.cssText = replaceText(index, css);\n } else {\n var cssNode = document.createTextNode(css);\n var childNodes = style.childNodes;\n\n if (childNodes[index]) {\n style.removeChild(childNodes[index]);\n }\n\n if (childNodes.length) {\n style.insertBefore(cssNode, childNodes[index]);\n } else {\n style.appendChild(cssNode);\n }\n }\n}\n\nfunction applyToTag(style, options, obj) {\n var css = obj.css;\n var media = obj.media;\n var sourceMap = obj.sourceMap;\n\n if (media) {\n style.setAttribute('media', media);\n } else {\n style.removeAttribute('media');\n }\n\n if (sourceMap && typeof btoa !== 'undefined') {\n css += \"\\n/*# sourceMappingURL=data:application/json;base64,\".concat(btoa(unescape(encodeURIComponent(JSON.stringify(sourceMap)))), \" */\");\n } // For old IE\n\n /* istanbul ignore if */\n\n\n if (style.styleSheet) {\n style.styleSheet.cssText = css;\n } else {\n while (style.firstChild) {\n style.removeChild(style.firstChild);\n }\n\n style.appendChild(document.createTextNode(css));\n }\n}\n\nvar singleton = null;\nvar singletonCounter = 0;\n\nfunction addStyle(obj, options) {\n var style;\n var update;\n var remove;\n\n if (options.singleton) {\n var styleIndex = singletonCounter++;\n style = singleton || (singleton = insertStyleElement(options));\n update = applyToSingletonTag.bind(null, style, styleIndex, false);\n remove = applyToSingletonTag.bind(null, style, styleIndex, true);\n } else {\n style = insertStyleElement(options);\n update = applyToTag.bind(null, style, options);\n\n remove = function remove() {\n removeStyleElement(style);\n };\n }\n\n update(obj);\n return function updateStyle(newObj) {\n if (newObj) {\n if (newObj.css === obj.css && newObj.media === obj.media && newObj.sourceMap === obj.sourceMap) {\n return;\n }\n\n update(obj = newObj);\n } else {\n remove();\n }\n };\n}\n\nmodule.exports = function (list, options) {\n options = options || {}; // Force single-tag solution on IE6-9, which has a hard limit on the # of <style>\n // tags it will allow on a page\n\n if (!options.singleton && typeof options.singleton !== 'boolean') {\n options.singleton = isOldIE();\n }\n\n list = list || [];\n var lastIdentifiers = modulesToDom(list, options);\n return function update(newList) {\n newList = newList || [];\n\n if (Object.prototype.toString.call(newList) !== '[object Array]') {\n return;\n }\n\n for (var i = 0; i < lastIdentifiers.length; i++) {\n var identifier = lastIdentifiers[i];\n var index = getIndexByIdentifier(identifier);\n stylesInDom[index].references--;\n }\n\n var newLastIdentifiers = modulesToDom(newList, options);\n\n for (var _i = 0; _i < lastIdentifiers.length; _i++) {\n var _identifier = lastIdentifiers[_i];\n\n var _index = getIndexByIdentifier(_identifier);\n\n if (stylesInDom[_index].references === 0) {\n stylesInDom[_index].updater();\n\n stylesInDom.splice(_index, 1);\n }\n }\n\n lastIdentifiers = newLastIdentifiers;\n };\n};","\"use strict\";\n\nfunction _slicedToArray(arr, i) { return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _unsupportedIterableToArray(arr, i) || _nonIterableRest(); }\n\nfunction _nonIterableRest() { throw new TypeError(\"Invalid attempt to destructure non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.\"); }\n\nfunction _unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === \"string\") return _arrayLikeToArray(o, minLen); var n = Object.prototype.toString.call(o).slice(8, -1); if (n === \"Object\" && o.constructor) n = o.constructor.name; if (n === \"Map\" || n === \"Set\") return Array.from(o); if (n === \"Arguments\" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen); }\n\nfunction _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) { arr2[i] = arr[i]; } return arr2; }\n\nfunction _iterableToArrayLimit(arr, i) { var _i = arr && (typeof Symbol !== \"undefined\" && arr[Symbol.iterator] || arr[\"@@iterator\"]); if (_i == null) return; var _arr = []; var _n = true; var _d = false; var _s, _e; try { for (_i = _i.call(arr); !(_n = (_s = _i.next()).done); _n = true) { _arr.push(_s.value); if (i && _arr.length === i) break; } } catch (err) { _d = true; _e = err; } finally { try { if (!_n && _i[\"return\"] != null) _i[\"return\"](); } finally { if (_d) throw _e; } } return _arr; }\n\nfunction _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }\n\nmodule.exports = function cssWithMappingToString(item) {\n var _item = _slicedToArray(item, 4),\n content = _item[1],\n cssMapping = _item[3];\n\n if (typeof btoa === \"function\") {\n // eslint-disable-next-line no-undef\n var base64 = btoa(unescape(encodeURIComponent(JSON.stringify(cssMapping))));\n var data = \"sourceMappingURL=data:application/json;charset=utf-8;base64,\".concat(base64);\n var sourceMapping = \"/*# \".concat(data, \" */\");\n var sourceURLs = cssMapping.sources.map(function (source) {\n return \"/*# sourceURL=\".concat(cssMapping.sourceRoot || \"\").concat(source, \" */\");\n });\n return [content].concat(sourceURLs).concat([sourceMapping]).join(\"\\n\");\n }\n\n return [content].join(\"\\n\");\n};","\"use strict\";\n\n/*\n MIT License http://www.opensource.org/licenses/mit-license.php\n Author Tobias Koppers @sokra\n*/\n// css base code, injected by the css-loader\n// eslint-disable-next-line func-names\nmodule.exports = function (cssWithMappingToString) {\n var list = []; // return the list of modules as css string\n\n list.toString = function toString() {\n return this.map(function (item) {\n var content = cssWithMappingToString(item);\n\n if (item[2]) {\n return \"@media \".concat(item[2], \" {\").concat(content, \"}\");\n }\n\n return content;\n }).join(\"\");\n }; // import a list of modules into the list\n // eslint-disable-next-line func-names\n\n\n list.i = function (modules, mediaQuery, dedupe) {\n if (typeof modules === \"string\") {\n // eslint-disable-next-line no-param-reassign\n modules = [[null, modules, \"\"]];\n }\n\n var alreadyImportedModules = {};\n\n if (dedupe) {\n for (var i = 0; i < this.length; i++) {\n // eslint-disable-next-line prefer-destructuring\n var id = this[i][0];\n\n if (id != null) {\n alreadyImportedModules[id] = true;\n }\n }\n }\n\n for (var _i = 0; _i < modules.length; _i++) {\n var item = [].concat(modules[_i]);\n\n if (dedupe && alreadyImportedModules[item[0]]) {\n // eslint-disable-next-line no-continue\n continue;\n }\n\n if (mediaQuery) {\n if (!item[2]) {\n item[2] = mediaQuery;\n } else {\n item[2] = \"\".concat(mediaQuery, \" and \").concat(item[2]);\n }\n }\n\n list.push(item);\n }\n };\n\n return list;\n};","var toString = {}.toString;\n\nmodule.exports = function (it) {\n return toString.call(it).slice(8, -1);\n};\n","var DESCRIPTORS = require('../internals/descriptors');\nvar propertyIsEnumerableModule = require('../internals/object-property-is-enumerable');\nvar createPropertyDescriptor = require('../internals/create-property-descriptor');\nvar toIndexedObject = require('../internals/to-indexed-object');\nvar toPrimitive = require('../internals/to-primitive');\nvar has = require('../internals/has');\nvar IE8_DOM_DEFINE = require('../internals/ie8-dom-define');\n\n// eslint-disable-next-line es/no-object-getownpropertydescriptor -- safe\nvar $getOwnPropertyDescriptor = Object.getOwnPropertyDescriptor;\n\n// `Object.getOwnPropertyDescriptor` method\n// https://tc39.es/ecma262/#sec-object.getownpropertydescriptor\nexports.f = DESCRIPTORS ? $getOwnPropertyDescriptor : function getOwnPropertyDescriptor(O, P) {\n O = toIndexedObject(O);\n P = toPrimitive(P, true);\n if (IE8_DOM_DEFINE) try {\n return $getOwnPropertyDescriptor(O, P);\n } catch (error) { /* empty */ }\n if (has(O, P)) return createPropertyDescriptor(!propertyIsEnumerableModule.f.call(O, P), O[P]);\n};\n","var global = require('../internals/global');\nvar getOwnPropertyDescriptor = require('../internals/object-get-own-property-descriptor').f;\nvar createNonEnumerableProperty = require('../internals/create-non-enumerable-property');\nvar redefine = require('../internals/redefine');\nvar setGlobal = require('../internals/set-global');\nvar copyConstructorProperties = require('../internals/copy-constructor-properties');\nvar isForced = require('../internals/is-forced');\n\n/*\n options.target - name of the target object\n options.global - target is the global object\n options.stat - export as static methods of target\n options.proto - export as prototype methods of target\n options.real - real prototype method for the `pure` version\n options.forced - export even if the native feature is available\n options.bind - bind methods to the target, required for the `pure` version\n options.wrap - wrap constructors to preventing global pollution, required for the `pure` version\n options.unsafe - use the simple assignment of property instead of delete + defineProperty\n options.sham - add a flag to not completely full polyfills\n options.enumerable - export as enumerable property\n options.noTargetGet - prevent calling a getter on target\n*/\nmodule.exports = function (options, source) {\n var TARGET = options.target;\n var GLOBAL = options.global;\n var STATIC = options.stat;\n var FORCED, target, key, targetProperty, sourceProperty, descriptor;\n if (GLOBAL) {\n target = global;\n } else if (STATIC) {\n target = global[TARGET] || setGlobal(TARGET, {});\n } else {\n target = (global[TARGET] || {}).prototype;\n }\n if (target) for (key in source) {\n sourceProperty = source[key];\n if (options.noTargetGet) {\n descriptor = getOwnPropertyDescriptor(target, key);\n targetProperty = descriptor && descriptor.value;\n } else targetProperty = target[key];\n FORCED = isForced(GLOBAL ? key : TARGET + (STATIC ? '.' : '#') + key, options.forced);\n // contained in target\n if (!FORCED && targetProperty !== undefined) {\n if (typeof sourceProperty === typeof targetProperty) continue;\n copyConstructorProperties(sourceProperty, targetProperty);\n }\n // add a flag to not completely full polyfills\n if (options.sham || (targetProperty && targetProperty.sham)) {\n createNonEnumerableProperty(sourceProperty, 'sham', true);\n }\n // extend global\n redefine(target, key, sourceProperty, options);\n }\n};\n","\"use strict\";\n\nmodule.exports = function (url, options) {\n if (!options) {\n // eslint-disable-next-line no-param-reassign\n options = {};\n } // eslint-disable-next-line no-underscore-dangle, no-param-reassign\n\n\n url = url && url.__esModule ? url.default : url;\n\n if (typeof url !== \"string\") {\n return url;\n } // If url is already wrapped in quotes, remove them\n\n\n if (/^['\"].*['\"]$/.test(url)) {\n // eslint-disable-next-line no-param-reassign\n url = url.slice(1, -1);\n }\n\n if (options.hash) {\n // eslint-disable-next-line no-param-reassign\n url += options.hash;\n } // Should url be wrapped?\n // See https://drafts.csswg.org/css-values-3/#urls\n\n\n if (/[\"'() \\t\\n]/.test(url) || options.needQuotes) {\n return \"\\\"\".concat(url.replace(/\"/g, '\\\\\"').replace(/\\n/g, \"\\\\n\"), \"\\\"\");\n }\n\n return url;\n};","var path = require('../internals/path');\nvar global = require('../internals/global');\n\nvar aFunction = function (variable) {\n return typeof variable == 'function' ? variable : undefined;\n};\n\nmodule.exports = function (namespace, method) {\n return arguments.length < 2 ? aFunction(path[namespace]) || aFunction(global[namespace])\n : path[namespace] && path[namespace][method] || global[namespace] && global[namespace][method];\n};\n","module.exports = function (bitmap, value) {\n return {\n enumerable: !(bitmap & 1),\n configurable: !(bitmap & 2),\n writable: !(bitmap & 4),\n value: value\n };\n};\n","var isObject = require('../internals/is-object');\n\n// `ToPrimitive` abstract operation\n// https://tc39.es/ecma262/#sec-toprimitive\n// instead of the ES6 spec version, we didn't implement @@toPrimitive case\n// and the second argument - flag - preferred type is a string\nmodule.exports = function (input, PREFERRED_STRING) {\n if (!isObject(input)) return input;\n var fn, val;\n if (PREFERRED_STRING && typeof (fn = input.toString) == 'function' && !isObject(val = fn.call(input))) return val;\n if (typeof (fn = input.valueOf) == 'function' && !isObject(val = fn.call(input))) return val;\n if (!PREFERRED_STRING && typeof (fn = input.toString) == 'function' && !isObject(val = fn.call(input))) return val;\n throw TypeError(\"Can't convert object to primitive value\");\n};\n","var NATIVE_WEAK_MAP = require('../internals/native-weak-map');\nvar global = require('../internals/global');\nvar isObject = require('../internals/is-object');\nvar createNonEnumerableProperty = require('../internals/create-non-enumerable-property');\nvar objectHas = require('../internals/has');\nvar shared = require('../internals/shared-store');\nvar sharedKey = require('../internals/shared-key');\nvar hiddenKeys = require('../internals/hidden-keys');\n\nvar OBJECT_ALREADY_INITIALIZED = 'Object already initialized';\nvar WeakMap = global.WeakMap;\nvar set, get, has;\n\nvar enforce = function (it) {\n return has(it) ? get(it) : set(it, {});\n};\n\nvar getterFor = function (TYPE) {\n return function (it) {\n var state;\n if (!isObject(it) || (state = get(it)).type !== TYPE) {\n throw TypeError('Incompatible receiver, ' + TYPE + ' required');\n } return state;\n };\n};\n\nif (NATIVE_WEAK_MAP || shared.state) {\n var store = shared.state || (shared.state = new WeakMap());\n var wmget = store.get;\n var wmhas = store.has;\n var wmset = store.set;\n set = function (it, metadata) {\n if (wmhas.call(store, it)) throw new TypeError(OBJECT_ALREADY_INITIALIZED);\n metadata.facade = it;\n wmset.call(store, it, metadata);\n return metadata;\n };\n get = function (it) {\n return wmget.call(store, it) || {};\n };\n has = function (it) {\n return wmhas.call(store, it);\n };\n} else {\n var STATE = sharedKey('state');\n hiddenKeys[STATE] = true;\n set = function (it, metadata) {\n if (objectHas(it, STATE)) throw new TypeError(OBJECT_ALREADY_INITIALIZED);\n metadata.facade = it;\n createNonEnumerableProperty(it, STATE, metadata);\n return metadata;\n };\n get = function (it) {\n return objectHas(it, STATE) ? it[STATE] : {};\n };\n has = function (it) {\n return objectHas(it, STATE);\n };\n}\n\nmodule.exports = {\n set: set,\n get: get,\n has: has,\n enforce: enforce,\n getterFor: getterFor\n};\n","\"use strict\";\n\nrequire(\"core-js/modules/es.regexp.exec\");\n\nrequire(\"core-js/modules/es.string.replace\");\n\nObject.defineProperty(exports, \"__esModule\", {\n value: true\n});\nexports.getLocale = getLocale;\nexports.getCanonicalLocale = getCanonicalLocale;\nexports.getLanguage = getLanguage;\nexports.translate = translate;\nexports.translatePlural = translatePlural;\nexports.getFirstDay = getFirstDay;\nexports.getDayNames = getDayNames;\nexports.getDayNamesShort = getDayNamesShort;\nexports.getDayNamesMin = getDayNamesMin;\nexports.getMonthNames = getMonthNames;\nexports.getMonthNamesShort = getMonthNamesShort;\n\n/// <reference types=\"@nextcloud/typings\" />\n\n/**\n * Returns the user's locale\n */\nfunction getLocale() {\n if (typeof OC === 'undefined') {\n console.warn('No OC found');\n return 'en';\n }\n\n return OC.getLocale();\n}\n\nfunction getCanonicalLocale() {\n return getLocale().replace(/_/g, '-');\n}\n/**\n * Returns the user's language\n */\n\n\nfunction getLanguage() {\n if (typeof OC === 'undefined') {\n console.warn('No OC found');\n return 'en';\n }\n\n return OC.getLanguage();\n}\n\n/**\n * Translate a string\n *\n * @param {string} app the id of the app for which to translate the string\n * @param {string} text the string to translate\n * @param {object} vars map of placeholder key to value\n * @param {number} number to replace %n with\n * @param {object} [options] options object\n * @return {string}\n */\nfunction translate(app, text, vars, count, options) {\n if (typeof OC === 'undefined') {\n console.warn('No OC found');\n return text;\n }\n\n return OC.L10N.translate(app, text, vars, count, options);\n}\n/**\n * Translate a plural string\n *\n * @param {string} app the id of the app for which to translate the string\n * @param {string} textSingular the string to translate for exactly one object\n * @param {string} textPlural the string to translate for n objects\n * @param {number} count number to determine whether to use singular or plural\n * @param {Object} vars of placeholder key to value\n * @param {object} options options object\n * @return {string}\n */\n\n\nfunction translatePlural(app, textSingular, textPlural, count, vars, options) {\n if (typeof OC === 'undefined') {\n console.warn('No OC found');\n return textSingular;\n }\n\n return OC.L10N.translatePlural(app, textSingular, textPlural, count, vars, options);\n}\n/**\n * Get the first day of the week\n *\n * @return {number}\n */\n\n\nfunction getFirstDay() {\n if (typeof window.firstDay === 'undefined') {\n console.warn('No firstDay found');\n return 1;\n }\n\n return window.firstDay;\n}\n/**\n * Get a list of day names (full names)\n *\n * @return {string[]}\n */\n\n\nfunction getDayNames() {\n if (typeof window.dayNames === 'undefined') {\n console.warn('No dayNames found');\n return ['Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday'];\n }\n\n return window.dayNames;\n}\n/**\n * Get a list of day names (short names)\n *\n * @return {string[]}\n */\n\n\nfunction getDayNamesShort() {\n if (typeof window.dayNamesShort === 'undefined') {\n console.warn('No dayNamesShort found');\n return ['Sun.', 'Mon.', 'Tue.', 'Wed.', 'Thu.', 'Fri.', 'Sat.'];\n }\n\n return window.dayNamesShort;\n}\n/**\n * Get a list of day names (minified names)\n *\n * @return {string[]}\n */\n\n\nfunction getDayNamesMin() {\n if (typeof window.dayNamesMin === 'undefined') {\n console.warn('No dayNamesMin found');\n return ['Su', 'Mo', 'Tu', 'We', 'Th', 'Fr', 'Sa'];\n }\n\n return window.dayNamesMin;\n}\n/**\n * Get a list of month names (full names)\n *\n * @return {string[]}\n */\n\n\nfunction getMonthNames() {\n if (typeof window.monthNames === 'undefined') {\n console.warn('No monthNames found');\n return ['January', 'February', 'March', 'April', 'May', 'June', 'July', 'August', 'September', 'October', 'November', 'December'];\n }\n\n return window.monthNames;\n}\n/**\n * Get a list of month names (short names)\n *\n * @return {string[]}\n */\n\n\nfunction getMonthNamesShort() {\n if (typeof window.monthNamesShort === 'undefined') {\n console.warn('No monthNamesShort found');\n return ['Jan.', 'Feb.', 'Mar.', 'Apr.', 'May.', 'Jun.', 'Jul.', 'Aug.', 'Sep.', 'Oct.', 'Nov.', 'Dec.'];\n }\n\n return window.monthNamesShort;\n}\n//# sourceMappingURL=index.js.map","module.exports = function (exec) {\n try {\n return !!exec();\n } catch (error) {\n return true;\n }\n};\n","'use strict';\nvar $ = require('../internals/export');\nvar exec = require('../internals/regexp-exec');\n\n// `RegExp.prototype.exec` method\n// https://tc39.es/ecma262/#sec-regexp.prototype.exec\n$({ target: 'RegExp', proto: true, forced: /./.exec !== exec }, {\n exec: exec\n});\n","var check = function (it) {\n return it && it.Math == Math && it;\n};\n\n// https://github.com/zloirock/core-js/issues/86#issuecomment-115759028\nmodule.exports =\n // eslint-disable-next-line es/no-global-this -- safe\n check(typeof globalThis == 'object' && globalThis) ||\n check(typeof window == 'object' && window) ||\n // eslint-disable-next-line no-restricted-globals -- safe\n check(typeof self == 'object' && self) ||\n check(typeof global == 'object' && global) ||\n // eslint-disable-next-line no-new-func -- fallback\n (function () { return this; })() || Function('return this')();\n","module.exports = function (exec) {\n try {\n return !!exec();\n } catch (error) {\n return true;\n }\n};\n","var fails = require('../internals/fails');\n\n// Detect IE8's incomplete defineProperty implementation\nmodule.exports = !fails(function () {\n // eslint-disable-next-line es/no-object-defineproperty -- required for testing\n return Object.defineProperty({}, 1, { get: function () { return 7; } })[1] != 7;\n});\n","'use strict';\nvar $propertyIsEnumerable = {}.propertyIsEnumerable;\n// eslint-disable-next-line es/no-object-getownpropertydescriptor -- safe\nvar getOwnPropertyDescriptor = Object.getOwnPropertyDescriptor;\n\n// Nashorn ~ JDK8 bug\nvar NASHORN_BUG = getOwnPropertyDescriptor && !$propertyIsEnumerable.call({ 1: 2 }, 1);\n\n// `Object.prototype.propertyIsEnumerable` method implementation\n// https://tc39.es/ecma262/#sec-object.prototype.propertyisenumerable\nexports.f = NASHORN_BUG ? function propertyIsEnumerable(V) {\n var descriptor = getOwnPropertyDescriptor(this, V);\n return !!descriptor && descriptor.enumerable;\n} : $propertyIsEnumerable;\n","module.exports = function (bitmap, value) {\n return {\n enumerable: !(bitmap & 1),\n configurable: !(bitmap & 2),\n writable: !(bitmap & 4),\n value: value\n };\n};\n","var toString = {}.toString;\n\nmodule.exports = function (it) {\n return toString.call(it).slice(8, -1);\n};\n","var fails = require('../internals/fails');\nvar classof = require('../internals/classof-raw');\n\nvar split = ''.split;\n\n// fallback for non-array-like ES3 and non-enumerable old V8 strings\nmodule.exports = fails(function () {\n // throws an error in rhino, see https://github.com/mozilla/rhino/issues/346\n // eslint-disable-next-line no-prototype-builtins -- safe\n return !Object('z').propertyIsEnumerable(0);\n}) ? function (it) {\n return classof(it) == 'String' ? split.call(it, '') : Object(it);\n} : Object;\n","// `RequireObjectCoercible` abstract operation\n// https://tc39.es/ecma262/#sec-requireobjectcoercible\nmodule.exports = function (it) {\n if (it == undefined) throw TypeError(\"Can't call method on \" + it);\n return it;\n};\n","// toObject with fallback for non-array-like ES3 strings\nvar IndexedObject = require('../internals/indexed-object');\nvar requireObjectCoercible = require('../internals/require-object-coercible');\n\nmodule.exports = function (it) {\n return IndexedObject(requireObjectCoercible(it));\n};\n","module.exports = function (it) {\n return typeof it === 'object' ? it !== null : typeof it === 'function';\n};\n","var isObject = require('../internals/is-object');\n\n// `ToPrimitive` abstract operation\n// https://tc39.es/ecma262/#sec-toprimitive\n// instead of the ES6 spec version, we didn't implement @@toPrimitive case\n// and the second argument - flag - preferred type is a string\nmodule.exports = function (input, PREFERRED_STRING) {\n if (!isObject(input)) return input;\n var fn, val;\n if (PREFERRED_STRING && typeof (fn = input.toString) == 'function' && !isObject(val = fn.call(input))) return val;\n if (typeof (fn = input.valueOf) == 'function' && !isObject(val = fn.call(input))) return val;\n if (!PREFERRED_STRING && typeof (fn = input.toString) == 'function' && !isObject(val = fn.call(input))) return val;\n throw TypeError(\"Can't convert object to primitive value\");\n};\n","var requireObjectCoercible = require('../internals/require-object-coercible');\n\n// `ToObject` abstract operation\n// https://tc39.es/ecma262/#sec-toobject\nmodule.exports = function (argument) {\n return Object(requireObjectCoercible(argument));\n};\n","var toObject = require('../internals/to-object');\n\nvar hasOwnProperty = {}.hasOwnProperty;\n\nmodule.exports = function hasOwn(it, key) {\n return hasOwnProperty.call(toObject(it), key);\n};\n","var global = require('../internals/global');\nvar isObject = require('../internals/is-object');\n\nvar document = global.document;\n// typeof document.createElement is 'object' in old IE\nvar EXISTS = isObject(document) && isObject(document.createElement);\n\nmodule.exports = function (it) {\n return EXISTS ? document.createElement(it) : {};\n};\n","var DESCRIPTORS = require('../internals/descriptors');\nvar fails = require('../internals/fails');\nvar createElement = require('../internals/document-create-element');\n\n// Thank's IE8 for his funny defineProperty\nmodule.exports = !DESCRIPTORS && !fails(function () {\n // eslint-disable-next-line es/no-object-defineproperty -- requied for testing\n return Object.defineProperty(createElement('div'), 'a', {\n get: function () { return 7; }\n }).a != 7;\n});\n","var DESCRIPTORS = require('../internals/descriptors');\nvar propertyIsEnumerableModule = require('../internals/object-property-is-enumerable');\nvar createPropertyDescriptor = require('../internals/create-property-descriptor');\nvar toIndexedObject = require('../internals/to-indexed-object');\nvar toPrimitive = require('../internals/to-primitive');\nvar has = require('../internals/has');\nvar IE8_DOM_DEFINE = require('../internals/ie8-dom-define');\n\n// eslint-disable-next-line es/no-object-getownpropertydescriptor -- safe\nvar $getOwnPropertyDescriptor = Object.getOwnPropertyDescriptor;\n\n// `Object.getOwnPropertyDescriptor` method\n// https://tc39.es/ecma262/#sec-object.getownpropertydescriptor\nexports.f = DESCRIPTORS ? $getOwnPropertyDescriptor : function getOwnPropertyDescriptor(O, P) {\n O = toIndexedObject(O);\n P = toPrimitive(P, true);\n if (IE8_DOM_DEFINE) try {\n return $getOwnPropertyDescriptor(O, P);\n } catch (error) { /* empty */ }\n if (has(O, P)) return createPropertyDescriptor(!propertyIsEnumerableModule.f.call(O, P), O[P]);\n};\n","var isObject = require('../internals/is-object');\n\nmodule.exports = function (it) {\n if (!isObject(it)) {\n throw TypeError(String(it) + ' is not an object');\n } return it;\n};\n","var DESCRIPTORS = require('../internals/descriptors');\nvar IE8_DOM_DEFINE = require('../internals/ie8-dom-define');\nvar anObject = require('../internals/an-object');\nvar toPrimitive = require('../internals/to-primitive');\n\n// eslint-disable-next-line es/no-object-defineproperty -- safe\nvar $defineProperty = Object.defineProperty;\n\n// `Object.defineProperty` method\n// https://tc39.es/ecma262/#sec-object.defineproperty\nexports.f = DESCRIPTORS ? $defineProperty : function defineProperty(O, P, Attributes) {\n anObject(O);\n P = toPrimitive(P, true);\n anObject(Attributes);\n if (IE8_DOM_DEFINE) try {\n return $defineProperty(O, P, Attributes);\n } catch (error) { /* empty */ }\n if ('get' in Attributes || 'set' in Attributes) throw TypeError('Accessors not supported');\n if ('value' in Attributes) O[P] = Attributes.value;\n return O;\n};\n","var DESCRIPTORS = require('../internals/descriptors');\nvar definePropertyModule = require('../internals/object-define-property');\nvar createPropertyDescriptor = require('../internals/create-property-descriptor');\n\nmodule.exports = DESCRIPTORS ? function (object, key, value) {\n return definePropertyModule.f(object, key, createPropertyDescriptor(1, value));\n} : function (object, key, value) {\n object[key] = value;\n return object;\n};\n","var global = require('../internals/global');\nvar createNonEnumerableProperty = require('../internals/create-non-enumerable-property');\n\nmodule.exports = function (key, value) {\n try {\n createNonEnumerableProperty(global, key, value);\n } catch (error) {\n global[key] = value;\n } return value;\n};\n","var global = require('../internals/global');\nvar setGlobal = require('../internals/set-global');\n\nvar SHARED = '__core-js_shared__';\nvar store = global[SHARED] || setGlobal(SHARED, {});\n\nmodule.exports = store;\n","var store = require('../internals/shared-store');\n\nvar functionToString = Function.toString;\n\n// this helper broken in `3.4.1-3.4.4`, so we can't use `shared` helper\nif (typeof store.inspectSource != 'function') {\n store.inspectSource = function (it) {\n return functionToString.call(it);\n };\n}\n\nmodule.exports = store.inspectSource;\n","var NATIVE_WEAK_MAP = require('../internals/native-weak-map');\nvar global = require('../internals/global');\nvar isObject = require('../internals/is-object');\nvar createNonEnumerableProperty = require('../internals/create-non-enumerable-property');\nvar objectHas = require('../internals/has');\nvar shared = require('../internals/shared-store');\nvar sharedKey = require('../internals/shared-key');\nvar hiddenKeys = require('../internals/hidden-keys');\n\nvar OBJECT_ALREADY_INITIALIZED = 'Object already initialized';\nvar WeakMap = global.WeakMap;\nvar set, get, has;\n\nvar enforce = function (it) {\n return has(it) ? get(it) : set(it, {});\n};\n\nvar getterFor = function (TYPE) {\n return function (it) {\n var state;\n if (!isObject(it) || (state = get(it)).type !== TYPE) {\n throw TypeError('Incompatible receiver, ' + TYPE + ' required');\n } return state;\n };\n};\n\nif (NATIVE_WEAK_MAP) {\n var store = shared.state || (shared.state = new WeakMap());\n var wmget = store.get;\n var wmhas = store.has;\n var wmset = store.set;\n set = function (it, metadata) {\n if (wmhas.call(store, it)) throw new TypeError(OBJECT_ALREADY_INITIALIZED);\n metadata.facade = it;\n wmset.call(store, it, metadata);\n return metadata;\n };\n get = function (it) {\n return wmget.call(store, it) || {};\n };\n has = function (it) {\n return wmhas.call(store, it);\n };\n} else {\n var STATE = sharedKey('state');\n hiddenKeys[STATE] = true;\n set = function (it, metadata) {\n if (objectHas(it, STATE)) throw new TypeError(OBJECT_ALREADY_INITIALIZED);\n metadata.facade = it;\n createNonEnumerableProperty(it, STATE, metadata);\n return metadata;\n };\n get = function (it) {\n return objectHas(it, STATE) ? it[STATE] : {};\n };\n has = function (it) {\n return objectHas(it, STATE);\n };\n}\n\nmodule.exports = {\n set: set,\n get: get,\n has: has,\n enforce: enforce,\n getterFor: getterFor\n};\n","var global = require('../internals/global');\nvar inspectSource = require('../internals/inspect-source');\n\nvar WeakMap = global.WeakMap;\n\nmodule.exports = typeof WeakMap === 'function' && /native code/.test(inspectSource(WeakMap));\n","var IS_PURE = require('../internals/is-pure');\nvar store = require('../internals/shared-store');\n\n(module.exports = function (key, value) {\n return store[key] || (store[key] = value !== undefined ? value : {});\n})('versions', []).push({\n version: '3.11.2',\n mode: IS_PURE ? 'pure' : 'global',\n copyright: '© 2021 Denis Pushkarev (zloirock.ru)'\n});\n","var id = 0;\nvar postfix = Math.random();\n\nmodule.exports = function (key) {\n return 'Symbol(' + String(key === undefined ? '' : key) + ')_' + (++id + postfix).toString(36);\n};\n","var shared = require('../internals/shared');\nvar uid = require('../internals/uid');\n\nvar keys = shared('keys');\n\nmodule.exports = function (key) {\n return keys[key] || (keys[key] = uid(key));\n};\n","module.exports = {};\n","var global = require('../internals/global');\nvar createNonEnumerableProperty = require('../internals/create-non-enumerable-property');\nvar has = require('../internals/has');\nvar setGlobal = require('../internals/set-global');\nvar inspectSource = require('../internals/inspect-source');\nvar InternalStateModule = require('../internals/internal-state');\n\nvar getInternalState = InternalStateModule.get;\nvar enforceInternalState = InternalStateModule.enforce;\nvar TEMPLATE = String(String).split('String');\n\n(module.exports = function (O, key, value, options) {\n var unsafe = options ? !!options.unsafe : false;\n var simple = options ? !!options.enumerable : false;\n var noTargetGet = options ? !!options.noTargetGet : false;\n var state;\n if (typeof value == 'function') {\n if (typeof key == 'string' && !has(value, 'name')) {\n createNonEnumerableProperty(value, 'name', key);\n }\n state = enforceInternalState(value);\n if (!state.source) {\n state.source = TEMPLATE.join(typeof key == 'string' ? key : '');\n }\n }\n if (O === global) {\n if (simple) O[key] = value;\n else setGlobal(key, value);\n return;\n } else if (!unsafe) {\n delete O[key];\n } else if (!noTargetGet && O[key]) {\n simple = true;\n }\n if (simple) O[key] = value;\n else createNonEnumerableProperty(O, key, value);\n// add fake Function#toString for correct work wrapped methods / constructors with methods like LoDash isNative\n})(Function.prototype, 'toString', function toString() {\n return typeof this == 'function' && getInternalState(this).source || inspectSource(this);\n});\n","var global = require('../internals/global');\n\nmodule.exports = global;\n","var path = require('../internals/path');\nvar global = require('../internals/global');\n\nvar aFunction = function (variable) {\n return typeof variable == 'function' ? variable : undefined;\n};\n\nmodule.exports = function (namespace, method) {\n return arguments.length < 2 ? aFunction(path[namespace]) || aFunction(global[namespace])\n : path[namespace] && path[namespace][method] || global[namespace] && global[namespace][method];\n};\n","var ceil = Math.ceil;\nvar floor = Math.floor;\n\n// `ToInteger` abstract operation\n// https://tc39.es/ecma262/#sec-tointeger\nmodule.exports = function (argument) {\n return isNaN(argument = +argument) ? 0 : (argument > 0 ? floor : ceil)(argument);\n};\n","var toInteger = require('../internals/to-integer');\n\nvar min = Math.min;\n\n// `ToLength` abstract operation\n// https://tc39.es/ecma262/#sec-tolength\nmodule.exports = function (argument) {\n return argument > 0 ? min(toInteger(argument), 0x1FFFFFFFFFFFFF) : 0; // 2 ** 53 - 1 == 9007199254740991\n};\n","var toInteger = require('../internals/to-integer');\n\nvar max = Math.max;\nvar min = Math.min;\n\n// Helper for a popular repeating case of the spec:\n// Let integer be ? ToInteger(index).\n// If integer < 0, let result be max((length + integer), 0); else let result be min(integer, length).\nmodule.exports = function (index, length) {\n var integer = toInteger(index);\n return integer < 0 ? max(integer + length, 0) : min(integer, length);\n};\n","var toIndexedObject = require('../internals/to-indexed-object');\nvar toLength = require('../internals/to-length');\nvar toAbsoluteIndex = require('../internals/to-absolute-index');\n\n// `Array.prototype.{ indexOf, includes }` methods implementation\nvar createMethod = function (IS_INCLUDES) {\n return function ($this, el, fromIndex) {\n var O = toIndexedObject($this);\n var length = toLength(O.length);\n var index = toAbsoluteIndex(fromIndex, length);\n var value;\n // Array#includes uses SameValueZero equality algorithm\n // eslint-disable-next-line no-self-compare -- NaN check\n if (IS_INCLUDES && el != el) while (length > index) {\n value = O[index++];\n // eslint-disable-next-line no-self-compare -- NaN check\n if (value != value) return true;\n // Array#indexOf ignores holes, Array#includes - not\n } else for (;length > index; index++) {\n if ((IS_INCLUDES || index in O) && O[index] === el) return IS_INCLUDES || index || 0;\n } return !IS_INCLUDES && -1;\n };\n};\n\nmodule.exports = {\n // `Array.prototype.includes` method\n // https://tc39.es/ecma262/#sec-array.prototype.includes\n includes: createMethod(true),\n // `Array.prototype.indexOf` method\n // https://tc39.es/ecma262/#sec-array.prototype.indexof\n indexOf: createMethod(false)\n};\n","var has = require('../internals/has');\nvar toIndexedObject = require('../internals/to-indexed-object');\nvar indexOf = require('../internals/array-includes').indexOf;\nvar hiddenKeys = require('../internals/hidden-keys');\n\nmodule.exports = function (object, names) {\n var O = toIndexedObject(object);\n var i = 0;\n var result = [];\n var key;\n for (key in O) !has(hiddenKeys, key) && has(O, key) && result.push(key);\n // Don't enum bug & hidden keys\n while (names.length > i) if (has(O, key = names[i++])) {\n ~indexOf(result, key) || result.push(key);\n }\n return result;\n};\n","// IE8- don't enum bug keys\nmodule.exports = [\n 'constructor',\n 'hasOwnProperty',\n 'isPrototypeOf',\n 'propertyIsEnumerable',\n 'toLocaleString',\n 'toString',\n 'valueOf'\n];\n","var internalObjectKeys = require('../internals/object-keys-internal');\nvar enumBugKeys = require('../internals/enum-bug-keys');\n\nvar hiddenKeys = enumBugKeys.concat('length', 'prototype');\n\n// `Object.getOwnPropertyNames` method\n// https://tc39.es/ecma262/#sec-object.getownpropertynames\n// eslint-disable-next-line es/no-object-getownpropertynames -- safe\nexports.f = Object.getOwnPropertyNames || function getOwnPropertyNames(O) {\n return internalObjectKeys(O, hiddenKeys);\n};\n","// eslint-disable-next-line es/no-object-getownpropertysymbols -- safe\nexports.f = Object.getOwnPropertySymbols;\n","var getBuiltIn = require('../internals/get-built-in');\nvar getOwnPropertyNamesModule = require('../internals/object-get-own-property-names');\nvar getOwnPropertySymbolsModule = require('../internals/object-get-own-property-symbols');\nvar anObject = require('../internals/an-object');\n\n// all object keys, includes non-enumerable and symbols\nmodule.exports = getBuiltIn('Reflect', 'ownKeys') || function ownKeys(it) {\n var keys = getOwnPropertyNamesModule.f(anObject(it));\n var getOwnPropertySymbols = getOwnPropertySymbolsModule.f;\n return getOwnPropertySymbols ? keys.concat(getOwnPropertySymbols(it)) : keys;\n};\n","var has = require('../internals/has');\nvar ownKeys = require('../internals/own-keys');\nvar getOwnPropertyDescriptorModule = require('../internals/object-get-own-property-descriptor');\nvar definePropertyModule = require('../internals/object-define-property');\n\nmodule.exports = function (target, source) {\n var keys = ownKeys(source);\n var defineProperty = definePropertyModule.f;\n var getOwnPropertyDescriptor = getOwnPropertyDescriptorModule.f;\n for (var i = 0; i < keys.length; i++) {\n var key = keys[i];\n if (!has(target, key)) defineProperty(target, key, getOwnPropertyDescriptor(source, key));\n }\n};\n","var fails = require('../internals/fails');\n\nvar replacement = /#|\\.prototype\\./;\n\nvar isForced = function (feature, detection) {\n var value = data[normalize(feature)];\n return value == POLYFILL ? true\n : value == NATIVE ? false\n : typeof detection == 'function' ? fails(detection)\n : !!detection;\n};\n\nvar normalize = isForced.normalize = function (string) {\n return String(string).replace(replacement, '.').toLowerCase();\n};\n\nvar data = isForced.data = {};\nvar NATIVE = isForced.NATIVE = 'N';\nvar POLYFILL = isForced.POLYFILL = 'P';\n\nmodule.exports = isForced;\n","var global = require('../internals/global');\nvar getOwnPropertyDescriptor = require('../internals/object-get-own-property-descriptor').f;\nvar createNonEnumerableProperty = require('../internals/create-non-enumerable-property');\nvar redefine = require('../internals/redefine');\nvar setGlobal = require('../internals/set-global');\nvar copyConstructorProperties = require('../internals/copy-constructor-properties');\nvar isForced = require('../internals/is-forced');\n\n/*\n options.target - name of the target object\n options.global - target is the global object\n options.stat - export as static methods of target\n options.proto - export as prototype methods of target\n options.real - real prototype method for the `pure` version\n options.forced - export even if the native feature is available\n options.bind - bind methods to the target, required for the `pure` version\n options.wrap - wrap constructors to preventing global pollution, required for the `pure` version\n options.unsafe - use the simple assignment of property instead of delete + defineProperty\n options.sham - add a flag to not completely full polyfills\n options.enumerable - export as enumerable property\n options.noTargetGet - prevent calling a getter on target\n*/\nmodule.exports = function (options, source) {\n var TARGET = options.target;\n var GLOBAL = options.global;\n var STATIC = options.stat;\n var FORCED, target, key, targetProperty, sourceProperty, descriptor;\n if (GLOBAL) {\n target = global;\n } else if (STATIC) {\n target = global[TARGET] || setGlobal(TARGET, {});\n } else {\n target = (global[TARGET] || {}).prototype;\n }\n if (target) for (key in source) {\n sourceProperty = source[key];\n if (options.noTargetGet) {\n descriptor = getOwnPropertyDescriptor(target, key);\n targetProperty = descriptor && descriptor.value;\n } else targetProperty = target[key];\n FORCED = isForced(GLOBAL ? key : TARGET + (STATIC ? '.' : '#') + key, options.forced);\n // contained in target\n if (!FORCED && targetProperty !== undefined) {\n if (typeof sourceProperty === typeof targetProperty) continue;\n copyConstructorProperties(sourceProperty, targetProperty);\n }\n // add a flag to not completely full polyfills\n if (options.sham || (targetProperty && targetProperty.sham)) {\n createNonEnumerableProperty(sourceProperty, 'sham', true);\n }\n // extend global\n redefine(target, key, sourceProperty, options);\n }\n};\n","var $ = require('../internals/export');\n\n// `Number.MAX_SAFE_INTEGER` constant\n// https://tc39.es/ecma262/#sec-number.max_safe_integer\n$({ target: 'Number', stat: true }, {\n MAX_SAFE_INTEGER: 0x1FFFFFFFFFFFFF\n});\n","var isObject = require('../internals/is-object');\n\nmodule.exports = function (it) {\n if (!isObject(it) && it !== null) {\n throw TypeError(\"Can't set \" + String(it) + ' as a prototype');\n } return it;\n};\n","var anObject = require('../internals/an-object');\nvar defineProperties = require('../internals/object-define-properties');\nvar enumBugKeys = require('../internals/enum-bug-keys');\nvar hiddenKeys = require('../internals/hidden-keys');\nvar html = require('../internals/html');\nvar documentCreateElement = require('../internals/document-create-element');\nvar sharedKey = require('../internals/shared-key');\n\nvar GT = '>';\nvar LT = '<';\nvar PROTOTYPE = 'prototype';\nvar SCRIPT = 'script';\nvar IE_PROTO = sharedKey('IE_PROTO');\n\nvar EmptyConstructor = function () { /* empty */ };\n\nvar scriptTag = function (content) {\n return LT + SCRIPT + GT + content + LT + '/' + SCRIPT + GT;\n};\n\n// Create object with fake `null` prototype: use ActiveX Object with cleared prototype\nvar NullProtoObjectViaActiveX = function (activeXDocument) {\n activeXDocument.write(scriptTag(''));\n activeXDocument.close();\n var temp = activeXDocument.parentWindow.Object;\n activeXDocument = null; // avoid memory leak\n return temp;\n};\n\n// Create object with fake `null` prototype: use iframe Object with cleared prototype\nvar NullProtoObjectViaIFrame = function () {\n // Thrash, waste and sodomy: IE GC bug\n var iframe = documentCreateElement('iframe');\n var JS = 'java' + SCRIPT + ':';\n var iframeDocument;\n iframe.style.display = 'none';\n html.appendChild(iframe);\n // https://github.com/zloirock/core-js/issues/475\n iframe.src = String(JS);\n iframeDocument = iframe.contentWindow.document;\n iframeDocument.open();\n iframeDocument.write(scriptTag('document.F=Object'));\n iframeDocument.close();\n return iframeDocument.F;\n};\n\n// Check for document.domain and active x support\n// No need to use active x approach when document.domain is not set\n// see https://github.com/es-shims/es5-shim/issues/150\n// variation of https://github.com/kitcambridge/es5-shim/commit/4f738ac066346\n// avoid IE GC bug\nvar activeXDocument;\nvar NullProtoObject = function () {\n try {\n /* global ActiveXObject -- old IE */\n activeXDocument = document.domain && new ActiveXObject('htmlfile');\n } catch (error) { /* ignore */ }\n NullProtoObject = activeXDocument ? NullProtoObjectViaActiveX(activeXDocument) : NullProtoObjectViaIFrame();\n var length = enumBugKeys.length;\n while (length--) delete NullProtoObject[PROTOTYPE][enumBugKeys[length]];\n return NullProtoObject();\n};\n\nhiddenKeys[IE_PROTO] = true;\n\n// `Object.create` method\n// https://tc39.es/ecma262/#sec-object.create\nmodule.exports = Object.create || function create(O, Properties) {\n var result;\n if (O !== null) {\n EmptyConstructor[PROTOTYPE] = anObject(O);\n result = new EmptyConstructor();\n EmptyConstructor[PROTOTYPE] = null;\n // add \"__proto__\" for Object.getPrototypeOf polyfill\n result[IE_PROTO] = O;\n } else result = NullProtoObject();\n return Properties === undefined ? result : defineProperties(result, Properties);\n};\n","/* eslint-disable no-proto -- safe */\nvar anObject = require('../internals/an-object');\nvar aPossiblePrototype = require('../internals/a-possible-prototype');\n\n// `Object.setPrototypeOf` method\n// https://tc39.es/ecma262/#sec-object.setprototypeof\n// Works with __proto__ only. Old v8 can't work with null proto objects.\n// eslint-disable-next-line es/no-object-setprototypeof -- safe\nmodule.exports = Object.setPrototypeOf || ('__proto__' in {} ? function () {\n var CORRECT_SETTER = false;\n var test = {};\n var setter;\n try {\n // eslint-disable-next-line es/no-object-getownpropertydescriptor -- safe\n setter = Object.getOwnPropertyDescriptor(Object.prototype, '__proto__').set;\n setter.call(test, []);\n CORRECT_SETTER = test instanceof Array;\n } catch (error) { /* empty */ }\n return function setPrototypeOf(O, proto) {\n anObject(O);\n aPossiblePrototype(proto);\n if (CORRECT_SETTER) setter.call(O, proto);\n else O.__proto__ = proto;\n return O;\n };\n}() : undefined);\n","var isObject = require('../internals/is-object');\nvar setPrototypeOf = require('../internals/object-set-prototype-of');\n\n// makes subclassing work correct for wrapped built-ins\nmodule.exports = function ($this, dummy, Wrapper) {\n var NewTarget, NewTargetPrototype;\n if (\n // it can work only with native `setPrototypeOf`\n setPrototypeOf &&\n // we haven't completely correct pre-ES6 way for getting `new.target`, so use this\n typeof (NewTarget = dummy.constructor) == 'function' &&\n NewTarget !== Wrapper &&\n isObject(NewTargetPrototype = NewTarget.prototype) &&\n NewTargetPrototype !== Wrapper.prototype\n ) setPrototypeOf($this, NewTargetPrototype);\n return $this;\n};\n","var internalObjectKeys = require('../internals/object-keys-internal');\nvar enumBugKeys = require('../internals/enum-bug-keys');\n\n// `Object.keys` method\n// https://tc39.es/ecma262/#sec-object.keys\n// eslint-disable-next-line es/no-object-keys -- safe\nmodule.exports = Object.keys || function keys(O) {\n return internalObjectKeys(O, enumBugKeys);\n};\n","var DESCRIPTORS = require('../internals/descriptors');\nvar definePropertyModule = require('../internals/object-define-property');\nvar anObject = require('../internals/an-object');\nvar objectKeys = require('../internals/object-keys');\n\n// `Object.defineProperties` method\n// https://tc39.es/ecma262/#sec-object.defineproperties\n// eslint-disable-next-line es/no-object-defineproperties -- safe\nmodule.exports = DESCRIPTORS ? Object.defineProperties : function defineProperties(O, Properties) {\n anObject(O);\n var keys = objectKeys(Properties);\n var length = keys.length;\n var index = 0;\n var key;\n while (length > index) definePropertyModule.f(O, key = keys[index++], Properties[key]);\n return O;\n};\n","var getBuiltIn = require('../internals/get-built-in');\n\nmodule.exports = getBuiltIn('document', 'documentElement');\n","// a string of all valid unicode whitespaces\nmodule.exports = '\\u0009\\u000A\\u000B\\u000C\\u000D\\u0020\\u00A0\\u1680\\u2000\\u2001\\u2002' +\n '\\u2003\\u2004\\u2005\\u2006\\u2007\\u2008\\u2009\\u200A\\u202F\\u205F\\u3000\\u2028\\u2029\\uFEFF';\n","var requireObjectCoercible = require('../internals/require-object-coercible');\nvar whitespaces = require('../internals/whitespaces');\n\nvar whitespace = '[' + whitespaces + ']';\nvar ltrim = RegExp('^' + whitespace + whitespace + '*');\nvar rtrim = RegExp(whitespace + whitespace + '*$');\n\n// `String.prototype.{ trim, trimStart, trimEnd, trimLeft, trimRight }` methods implementation\nvar createMethod = function (TYPE) {\n return function ($this) {\n var string = String(requireObjectCoercible($this));\n if (TYPE & 1) string = string.replace(ltrim, '');\n if (TYPE & 2) string = string.replace(rtrim, '');\n return string;\n };\n};\n\nmodule.exports = {\n // `String.prototype.{ trimLeft, trimStart }` methods\n // https://tc39.es/ecma262/#sec-string.prototype.trimstart\n start: createMethod(1),\n // `String.prototype.{ trimRight, trimEnd }` methods\n // https://tc39.es/ecma262/#sec-string.prototype.trimend\n end: createMethod(2),\n // `String.prototype.trim` method\n // https://tc39.es/ecma262/#sec-string.prototype.trim\n trim: createMethod(3)\n};\n","'use strict';\nvar DESCRIPTORS = require('../internals/descriptors');\nvar global = require('../internals/global');\nvar isForced = require('../internals/is-forced');\nvar redefine = require('../internals/redefine');\nvar has = require('../internals/has');\nvar classof = require('../internals/classof-raw');\nvar inheritIfRequired = require('../internals/inherit-if-required');\nvar toPrimitive = require('../internals/to-primitive');\nvar fails = require('../internals/fails');\nvar create = require('../internals/object-create');\nvar getOwnPropertyNames = require('../internals/object-get-own-property-names').f;\nvar getOwnPropertyDescriptor = require('../internals/object-get-own-property-descriptor').f;\nvar defineProperty = require('../internals/object-define-property').f;\nvar trim = require('../internals/string-trim').trim;\n\nvar NUMBER = 'Number';\nvar NativeNumber = global[NUMBER];\nvar NumberPrototype = NativeNumber.prototype;\n\n// Opera ~12 has broken Object#toString\nvar BROKEN_CLASSOF = classof(create(NumberPrototype)) == NUMBER;\n\n// `ToNumber` abstract operation\n// https://tc39.es/ecma262/#sec-tonumber\nvar toNumber = function (argument) {\n var it = toPrimitive(argument, false);\n var first, third, radix, maxCode, digits, length, index, code;\n if (typeof it == 'string' && it.length > 2) {\n it = trim(it);\n first = it.charCodeAt(0);\n if (first === 43 || first === 45) {\n third = it.charCodeAt(2);\n if (third === 88 || third === 120) return NaN; // Number('+0x1') should be NaN, old V8 fix\n } else if (first === 48) {\n switch (it.charCodeAt(1)) {\n case 66: case 98: radix = 2; maxCode = 49; break; // fast equal of /^0b[01]+$/i\n case 79: case 111: radix = 8; maxCode = 55; break; // fast equal of /^0o[0-7]+$/i\n default: return +it;\n }\n digits = it.slice(2);\n length = digits.length;\n for (index = 0; index < length; index++) {\n code = digits.charCodeAt(index);\n // parseInt parses a string to a first unavailable symbol\n // but ToNumber should return NaN if a string contains unavailable symbols\n if (code < 48 || code > maxCode) return NaN;\n } return parseInt(digits, radix);\n }\n } return +it;\n};\n\n// `Number` constructor\n// https://tc39.es/ecma262/#sec-number-constructor\nif (isForced(NUMBER, !NativeNumber(' 0o1') || !NativeNumber('0b1') || NativeNumber('+0x1'))) {\n var NumberWrapper = function Number(value) {\n var it = arguments.length < 1 ? 0 : value;\n var dummy = this;\n return dummy instanceof NumberWrapper\n // check on 1..constructor(foo) case\n && (BROKEN_CLASSOF ? fails(function () { NumberPrototype.valueOf.call(dummy); }) : classof(dummy) != NUMBER)\n ? inheritIfRequired(new NativeNumber(toNumber(it)), dummy, NumberWrapper) : toNumber(it);\n };\n for (var keys = DESCRIPTORS ? getOwnPropertyNames(NativeNumber) : (\n // ES3:\n 'MAX_VALUE,MIN_VALUE,NaN,NEGATIVE_INFINITY,POSITIVE_INFINITY,' +\n // ES2015 (in case, if modules with ES2015 Number statics required before):\n 'EPSILON,isFinite,isInteger,isNaN,isSafeInteger,MAX_SAFE_INTEGER,' +\n 'MIN_SAFE_INTEGER,parseFloat,parseInt,isInteger,' +\n // ESNext\n 'fromString,range'\n ).split(','), j = 0, key; keys.length > j; j++) {\n if (has(NativeNumber, key = keys[j]) && !has(NumberWrapper, key)) {\n defineProperty(NumberWrapper, key, getOwnPropertyDescriptor(NativeNumber, key));\n }\n }\n NumberWrapper.prototype = NumberPrototype;\n NumberPrototype.constructor = NumberWrapper;\n redefine(global, NUMBER, NumberWrapper);\n}\n","// Note: this is the semver.org version of the spec that it implements\n// Not necessarily the package version of this code.\nconst SEMVER_SPEC_VERSION = '2.0.0'\n\nconst MAX_LENGTH = 256\nconst MAX_SAFE_INTEGER = Number.MAX_SAFE_INTEGER ||\n /* istanbul ignore next */ 9007199254740991\n\n// Max safe segment length for coercion.\nconst MAX_SAFE_COMPONENT_LENGTH = 16\n\nmodule.exports = {\n SEMVER_SPEC_VERSION,\n MAX_LENGTH,\n MAX_SAFE_INTEGER,\n MAX_SAFE_COMPONENT_LENGTH\n}\n","var global = require('../internals/global');\nvar userAgent = require('../internals/engine-user-agent');\n\nvar process = global.process;\nvar versions = process && process.versions;\nvar v8 = versions && versions.v8;\nvar match, version;\n\nif (v8) {\n match = v8.split('.');\n version = match[0] + match[1];\n} else if (userAgent) {\n match = userAgent.match(/Edge\\/(\\d+)/);\n if (!match || match[1] >= 74) {\n match = userAgent.match(/Chrome\\/(\\d+)/);\n if (match) version = match[1];\n }\n}\n\nmodule.exports = version && +version;\n","var classof = require('../internals/classof-raw');\nvar global = require('../internals/global');\n\nmodule.exports = classof(global.process) == 'process';\n","var getBuiltIn = require('../internals/get-built-in');\n\nmodule.exports = getBuiltIn('navigator', 'userAgent') || '';\n","var IS_NODE = require('../internals/engine-is-node');\nvar V8_VERSION = require('../internals/engine-v8-version');\nvar fails = require('../internals/fails');\n\n// eslint-disable-next-line es/no-object-getownpropertysymbols -- required for testing\nmodule.exports = !!Object.getOwnPropertySymbols && !fails(function () {\n // eslint-disable-next-line es/no-symbol -- required for testing\n return !Symbol.sham &&\n // Chrome 38 Symbol has incorrect toString conversion\n // Chrome 38-40 symbols are not inherited from DOM collections prototypes to instances\n (IS_NODE ? V8_VERSION === 38 : V8_VERSION > 37 && V8_VERSION < 41);\n});\n","/* eslint-disable es/no-symbol -- required for testing */\nvar NATIVE_SYMBOL = require('../internals/native-symbol');\n\nmodule.exports = NATIVE_SYMBOL\n && !Symbol.sham\n && typeof Symbol.iterator == 'symbol';\n","var global = require('../internals/global');\nvar shared = require('../internals/shared');\nvar has = require('../internals/has');\nvar uid = require('../internals/uid');\nvar NATIVE_SYMBOL = require('../internals/native-symbol');\nvar USE_SYMBOL_AS_UID = require('../internals/use-symbol-as-uid');\n\nvar WellKnownSymbolsStore = shared('wks');\nvar Symbol = global.Symbol;\nvar createWellKnownSymbol = USE_SYMBOL_AS_UID ? Symbol : Symbol && Symbol.withoutSetter || uid;\n\nmodule.exports = function (name) {\n if (!has(WellKnownSymbolsStore, name) || !(NATIVE_SYMBOL || typeof WellKnownSymbolsStore[name] == 'string')) {\n if (NATIVE_SYMBOL && has(Symbol, name)) {\n WellKnownSymbolsStore[name] = Symbol[name];\n } else {\n WellKnownSymbolsStore[name] = createWellKnownSymbol('Symbol.' + name);\n }\n } return WellKnownSymbolsStore[name];\n};\n","var isObject = require('../internals/is-object');\nvar classof = require('../internals/classof-raw');\nvar wellKnownSymbol = require('../internals/well-known-symbol');\n\nvar MATCH = wellKnownSymbol('match');\n\n// `IsRegExp` abstract operation\n// https://tc39.es/ecma262/#sec-isregexp\nmodule.exports = function (it) {\n var isRegExp;\n return isObject(it) && ((isRegExp = it[MATCH]) !== undefined ? !!isRegExp : classof(it) == 'RegExp');\n};\n","'use strict';\nvar anObject = require('../internals/an-object');\n\n// `RegExp.prototype.flags` getter implementation\n// https://tc39.es/ecma262/#sec-get-regexp.prototype.flags\nmodule.exports = function () {\n var that = anObject(this);\n var result = '';\n if (that.global) result += 'g';\n if (that.ignoreCase) result += 'i';\n if (that.multiline) result += 'm';\n if (that.dotAll) result += 's';\n if (that.unicode) result += 'u';\n if (that.sticky) result += 'y';\n return result;\n};\n","'use strict';\n\nvar fails = require('./fails');\n\n// babel-minify transpiles RegExp('a', 'y') -> /a/y and it causes SyntaxError,\n// so we use an intermediate function.\nfunction RE(s, f) {\n return RegExp(s, f);\n}\n\nexports.UNSUPPORTED_Y = fails(function () {\n // babel-minify transpiles RegExp('a', 'y') -> /a/y and it causes SyntaxError\n var re = RE('a', 'y');\n re.lastIndex = 2;\n return re.exec('abcd') != null;\n});\n\nexports.BROKEN_CARET = fails(function () {\n // https://bugzilla.mozilla.org/show_bug.cgi?id=773687\n var re = RE('^r', 'gy');\n re.lastIndex = 2;\n return re.exec('str') != null;\n});\n","'use strict';\nvar getBuiltIn = require('../internals/get-built-in');\nvar definePropertyModule = require('../internals/object-define-property');\nvar wellKnownSymbol = require('../internals/well-known-symbol');\nvar DESCRIPTORS = require('../internals/descriptors');\n\nvar SPECIES = wellKnownSymbol('species');\n\nmodule.exports = function (CONSTRUCTOR_NAME) {\n var Constructor = getBuiltIn(CONSTRUCTOR_NAME);\n var defineProperty = definePropertyModule.f;\n\n if (DESCRIPTORS && Constructor && !Constructor[SPECIES]) {\n defineProperty(Constructor, SPECIES, {\n configurable: true,\n get: function () { return this; }\n });\n }\n};\n","var DESCRIPTORS = require('../internals/descriptors');\nvar global = require('../internals/global');\nvar isForced = require('../internals/is-forced');\nvar inheritIfRequired = require('../internals/inherit-if-required');\nvar defineProperty = require('../internals/object-define-property').f;\nvar getOwnPropertyNames = require('../internals/object-get-own-property-names').f;\nvar isRegExp = require('../internals/is-regexp');\nvar getFlags = require('../internals/regexp-flags');\nvar stickyHelpers = require('../internals/regexp-sticky-helpers');\nvar redefine = require('../internals/redefine');\nvar fails = require('../internals/fails');\nvar enforceInternalState = require('../internals/internal-state').enforce;\nvar setSpecies = require('../internals/set-species');\nvar wellKnownSymbol = require('../internals/well-known-symbol');\n\nvar MATCH = wellKnownSymbol('match');\nvar NativeRegExp = global.RegExp;\nvar RegExpPrototype = NativeRegExp.prototype;\nvar re1 = /a/g;\nvar re2 = /a/g;\n\n// \"new\" should create a new object, old webkit bug\nvar CORRECT_NEW = new NativeRegExp(re1) !== re1;\n\nvar UNSUPPORTED_Y = stickyHelpers.UNSUPPORTED_Y;\n\nvar FORCED = DESCRIPTORS && isForced('RegExp', (!CORRECT_NEW || UNSUPPORTED_Y || fails(function () {\n re2[MATCH] = false;\n // RegExp constructor can alter flags and IsRegExp works correct with @@match\n return NativeRegExp(re1) != re1 || NativeRegExp(re2) == re2 || NativeRegExp(re1, 'i') != '/a/i';\n})));\n\n// `RegExp` constructor\n// https://tc39.es/ecma262/#sec-regexp-constructor\nif (FORCED) {\n var RegExpWrapper = function RegExp(pattern, flags) {\n var thisIsRegExp = this instanceof RegExpWrapper;\n var patternIsRegExp = isRegExp(pattern);\n var flagsAreUndefined = flags === undefined;\n var sticky;\n\n if (!thisIsRegExp && patternIsRegExp && pattern.constructor === RegExpWrapper && flagsAreUndefined) {\n return pattern;\n }\n\n if (CORRECT_NEW) {\n if (patternIsRegExp && !flagsAreUndefined) pattern = pattern.source;\n } else if (pattern instanceof RegExpWrapper) {\n if (flagsAreUndefined) flags = getFlags.call(pattern);\n pattern = pattern.source;\n }\n\n if (UNSUPPORTED_Y) {\n sticky = !!flags && flags.indexOf('y') > -1;\n if (sticky) flags = flags.replace(/y/g, '');\n }\n\n var result = inheritIfRequired(\n CORRECT_NEW ? new NativeRegExp(pattern, flags) : NativeRegExp(pattern, flags),\n thisIsRegExp ? this : RegExpPrototype,\n RegExpWrapper\n );\n\n if (UNSUPPORTED_Y && sticky) {\n var state = enforceInternalState(result);\n state.sticky = true;\n }\n\n return result;\n };\n var proxy = function (key) {\n key in RegExpWrapper || defineProperty(RegExpWrapper, key, {\n configurable: true,\n get: function () { return NativeRegExp[key]; },\n set: function (it) { NativeRegExp[key] = it; }\n });\n };\n var keys = getOwnPropertyNames(NativeRegExp);\n var index = 0;\n while (keys.length > index) proxy(keys[index++]);\n RegExpPrototype.constructor = RegExpWrapper;\n RegExpWrapper.prototype = RegExpPrototype;\n redefine(global, 'RegExp', RegExpWrapper);\n}\n\n// https://tc39.es/ecma262/#sec-get-regexp-@@species\nsetSpecies('RegExp');\n","'use strict';\nvar regexpFlags = require('./regexp-flags');\nvar stickyHelpers = require('./regexp-sticky-helpers');\nvar shared = require('./shared');\n\nvar nativeExec = RegExp.prototype.exec;\nvar nativeReplace = shared('native-string-replace', String.prototype.replace);\n\nvar patchedExec = nativeExec;\n\nvar UPDATES_LAST_INDEX_WRONG = (function () {\n var re1 = /a/;\n var re2 = /b*/g;\n nativeExec.call(re1, 'a');\n nativeExec.call(re2, 'a');\n return re1.lastIndex !== 0 || re2.lastIndex !== 0;\n})();\n\nvar UNSUPPORTED_Y = stickyHelpers.UNSUPPORTED_Y || stickyHelpers.BROKEN_CARET;\n\n// nonparticipating capturing group, copied from es5-shim's String#split patch.\n// eslint-disable-next-line regexp/no-assertion-capturing-group, regexp/no-empty-group, regexp/no-lazy-ends -- testing\nvar NPCG_INCLUDED = /()??/.exec('')[1] !== undefined;\n\nvar PATCH = UPDATES_LAST_INDEX_WRONG || NPCG_INCLUDED || UNSUPPORTED_Y;\n\nif (PATCH) {\n patchedExec = function exec(str) {\n var re = this;\n var lastIndex, reCopy, match, i;\n var sticky = UNSUPPORTED_Y && re.sticky;\n var flags = regexpFlags.call(re);\n var source = re.source;\n var charsAdded = 0;\n var strCopy = str;\n\n if (sticky) {\n flags = flags.replace('y', '');\n if (flags.indexOf('g') === -1) {\n flags += 'g';\n }\n\n strCopy = String(str).slice(re.lastIndex);\n // Support anchored sticky behavior.\n if (re.lastIndex > 0 && (!re.multiline || re.multiline && str[re.lastIndex - 1] !== '\\n')) {\n source = '(?: ' + source + ')';\n strCopy = ' ' + strCopy;\n charsAdded++;\n }\n // ^(? + rx + ) is needed, in combination with some str slicing, to\n // simulate the 'y' flag.\n reCopy = new RegExp('^(?:' + source + ')', flags);\n }\n\n if (NPCG_INCLUDED) {\n reCopy = new RegExp('^' + source + '$(?!\\\\s)', flags);\n }\n if (UPDATES_LAST_INDEX_WRONG) lastIndex = re.lastIndex;\n\n match = nativeExec.call(sticky ? reCopy : re, strCopy);\n\n if (sticky) {\n if (match) {\n match.input = match.input.slice(charsAdded);\n match[0] = match[0].slice(charsAdded);\n match.index = re.lastIndex;\n re.lastIndex += match[0].length;\n } else re.lastIndex = 0;\n } else if (UPDATES_LAST_INDEX_WRONG && match) {\n re.lastIndex = re.global ? match.index + match[0].length : lastIndex;\n }\n if (NPCG_INCLUDED && match && match.length > 1) {\n // Fix browsers whose `exec` methods don't consistently return `undefined`\n // for NPCG, like IE8. NOTE: This doesn' work for /(.?)?/\n nativeReplace.call(match[0], reCopy, function () {\n for (i = 1; i < arguments.length - 2; i++) {\n if (arguments[i] === undefined) match[i] = undefined;\n }\n });\n }\n\n return match;\n };\n}\n\nmodule.exports = patchedExec;\n","'use strict';\nvar $ = require('../internals/export');\nvar exec = require('../internals/regexp-exec');\n\n// `RegExp.prototype.exec` method\n// https://tc39.es/ecma262/#sec-regexp.prototype.exec\n$({ target: 'RegExp', proto: true, forced: /./.exec !== exec }, {\n exec: exec\n});\n","'use strict';\nvar redefine = require('../internals/redefine');\nvar anObject = require('../internals/an-object');\nvar fails = require('../internals/fails');\nvar flags = require('../internals/regexp-flags');\n\nvar TO_STRING = 'toString';\nvar RegExpPrototype = RegExp.prototype;\nvar nativeToString = RegExpPrototype[TO_STRING];\n\nvar NOT_GENERIC = fails(function () { return nativeToString.call({ source: 'a', flags: 'b' }) != '/a/b'; });\n// FF44- RegExp#toString has a wrong name\nvar INCORRECT_NAME = nativeToString.name != TO_STRING;\n\n// `RegExp.prototype.toString` method\n// https://tc39.es/ecma262/#sec-regexp.prototype.tostring\nif (NOT_GENERIC || INCORRECT_NAME) {\n redefine(RegExp.prototype, TO_STRING, function toString() {\n var R = anObject(this);\n var p = String(R.source);\n var rf = R.flags;\n var f = String(rf === undefined && R instanceof RegExp && !('flags' in RegExpPrototype) ? flags.call(R) : rf);\n return '/' + p + '/' + f;\n }, { unsafe: true });\n}\n","var classof = require('../internals/classof-raw');\n\n// `IsArray` abstract operation\n// https://tc39.es/ecma262/#sec-isarray\n// eslint-disable-next-line es/no-array-isarray -- safe\nmodule.exports = Array.isArray || function isArray(arg) {\n return classof(arg) == 'Array';\n};\n","'use strict';\nvar toPrimitive = require('../internals/to-primitive');\nvar definePropertyModule = require('../internals/object-define-property');\nvar createPropertyDescriptor = require('../internals/create-property-descriptor');\n\nmodule.exports = function (object, key, value) {\n var propertyKey = toPrimitive(key);\n if (propertyKey in object) definePropertyModule.f(object, propertyKey, createPropertyDescriptor(0, value));\n else object[propertyKey] = value;\n};\n","var isObject = require('../internals/is-object');\nvar isArray = require('../internals/is-array');\nvar wellKnownSymbol = require('../internals/well-known-symbol');\n\nvar SPECIES = wellKnownSymbol('species');\n\n// `ArraySpeciesCreate` abstract operation\n// https://tc39.es/ecma262/#sec-arrayspeciescreate\nmodule.exports = function (originalArray, length) {\n var C;\n if (isArray(originalArray)) {\n C = originalArray.constructor;\n // cross-realm fallback\n if (typeof C == 'function' && (C === Array || isArray(C.prototype))) C = undefined;\n else if (isObject(C)) {\n C = C[SPECIES];\n if (C === null) C = undefined;\n }\n } return new (C === undefined ? Array : C)(length === 0 ? 0 : length);\n};\n","var fails = require('../internals/fails');\nvar wellKnownSymbol = require('../internals/well-known-symbol');\nvar V8_VERSION = require('../internals/engine-v8-version');\n\nvar SPECIES = wellKnownSymbol('species');\n\nmodule.exports = function (METHOD_NAME) {\n // We can't use this feature detection in V8 since it causes\n // deoptimization and serious performance degradation\n // https://github.com/zloirock/core-js/issues/677\n return V8_VERSION >= 51 || !fails(function () {\n var array = [];\n var constructor = array.constructor = {};\n constructor[SPECIES] = function () {\n return { foo: 1 };\n };\n return array[METHOD_NAME](Boolean).foo !== 1;\n });\n};\n","'use strict';\nvar $ = require('../internals/export');\nvar fails = require('../internals/fails');\nvar isArray = require('../internals/is-array');\nvar isObject = require('../internals/is-object');\nvar toObject = require('../internals/to-object');\nvar toLength = require('../internals/to-length');\nvar createProperty = require('../internals/create-property');\nvar arraySpeciesCreate = require('../internals/array-species-create');\nvar arrayMethodHasSpeciesSupport = require('../internals/array-method-has-species-support');\nvar wellKnownSymbol = require('../internals/well-known-symbol');\nvar V8_VERSION = require('../internals/engine-v8-version');\n\nvar IS_CONCAT_SPREADABLE = wellKnownSymbol('isConcatSpreadable');\nvar MAX_SAFE_INTEGER = 0x1FFFFFFFFFFFFF;\nvar MAXIMUM_ALLOWED_INDEX_EXCEEDED = 'Maximum allowed index exceeded';\n\n// We can't use this feature detection in V8 since it causes\n// deoptimization and serious performance degradation\n// https://github.com/zloirock/core-js/issues/679\nvar IS_CONCAT_SPREADABLE_SUPPORT = V8_VERSION >= 51 || !fails(function () {\n var array = [];\n array[IS_CONCAT_SPREADABLE] = false;\n return array.concat()[0] !== array;\n});\n\nvar SPECIES_SUPPORT = arrayMethodHasSpeciesSupport('concat');\n\nvar isConcatSpreadable = function (O) {\n if (!isObject(O)) return false;\n var spreadable = O[IS_CONCAT_SPREADABLE];\n return spreadable !== undefined ? !!spreadable : isArray(O);\n};\n\nvar FORCED = !IS_CONCAT_SPREADABLE_SUPPORT || !SPECIES_SUPPORT;\n\n// `Array.prototype.concat` method\n// https://tc39.es/ecma262/#sec-array.prototype.concat\n// with adding support of @@isConcatSpreadable and @@species\n$({ target: 'Array', proto: true, forced: FORCED }, {\n // eslint-disable-next-line no-unused-vars -- required for `.length`\n concat: function concat(arg) {\n var O = toObject(this);\n var A = arraySpeciesCreate(O, 0);\n var n = 0;\n var i, k, length, len, E;\n for (i = -1, length = arguments.length; i < length; i++) {\n E = i === -1 ? O : arguments[i];\n if (isConcatSpreadable(E)) {\n len = toLength(E.length);\n if (n + len > MAX_SAFE_INTEGER) throw TypeError(MAXIMUM_ALLOWED_INDEX_EXCEEDED);\n for (k = 0; k < len; k++, n++) if (k in E) createProperty(A, n, E[k]);\n } else {\n if (n >= MAX_SAFE_INTEGER) throw TypeError(MAXIMUM_ALLOWED_INDEX_EXCEEDED);\n createProperty(A, n++, E);\n }\n }\n A.length = n;\n return A;\n }\n});\n","const debug = (\n typeof process === 'object' &&\n process.env &&\n process.env.NODE_DEBUG &&\n /\\bsemver\\b/i.test(process.env.NODE_DEBUG)\n) ? (...args) => console.error('SEMVER', ...args)\n : () => {}\n\nmodule.exports = debug\n","const { MAX_SAFE_COMPONENT_LENGTH } = require('./constants')\nconst debug = require('./debug')\nexports = module.exports = {}\n\n// The actual regexps go on exports.re\nconst re = exports.re = []\nconst src = exports.src = []\nconst t = exports.t = {}\nlet R = 0\n\nconst createToken = (name, value, isGlobal) => {\n const index = R++\n debug(index, value)\n t[name] = index\n src[index] = value\n re[index] = new RegExp(value, isGlobal ? 'g' : undefined)\n}\n\n// The following Regular Expressions can be used for tokenizing,\n// validating, and parsing SemVer version strings.\n\n// ## Numeric Identifier\n// A single `0`, or a non-zero digit followed by zero or more digits.\n\ncreateToken('NUMERICIDENTIFIER', '0|[1-9]\\\\d*')\ncreateToken('NUMERICIDENTIFIERLOOSE', '[0-9]+')\n\n// ## Non-numeric Identifier\n// Zero or more digits, followed by a letter or hyphen, and then zero or\n// more letters, digits, or hyphens.\n\ncreateToken('NONNUMERICIDENTIFIER', '\\\\d*[a-zA-Z-][a-zA-Z0-9-]*')\n\n// ## Main Version\n// Three dot-separated numeric identifiers.\n\ncreateToken('MAINVERSION', `(${src[t.NUMERICIDENTIFIER]})\\\\.` +\n `(${src[t.NUMERICIDENTIFIER]})\\\\.` +\n `(${src[t.NUMERICIDENTIFIER]})`)\n\ncreateToken('MAINVERSIONLOOSE', `(${src[t.NUMERICIDENTIFIERLOOSE]})\\\\.` +\n `(${src[t.NUMERICIDENTIFIERLOOSE]})\\\\.` +\n `(${src[t.NUMERICIDENTIFIERLOOSE]})`)\n\n// ## Pre-release Version Identifier\n// A numeric identifier, or a non-numeric identifier.\n\ncreateToken('PRERELEASEIDENTIFIER', `(?:${src[t.NUMERICIDENTIFIER]\n}|${src[t.NONNUMERICIDENTIFIER]})`)\n\ncreateToken('PRERELEASEIDENTIFIERLOOSE', `(?:${src[t.NUMERICIDENTIFIERLOOSE]\n}|${src[t.NONNUMERICIDENTIFIER]})`)\n\n// ## Pre-release Version\n// Hyphen, followed by one or more dot-separated pre-release version\n// identifiers.\n\ncreateToken('PRERELEASE', `(?:-(${src[t.PRERELEASEIDENTIFIER]\n}(?:\\\\.${src[t.PRERELEASEIDENTIFIER]})*))`)\n\ncreateToken('PRERELEASELOOSE', `(?:-?(${src[t.PRERELEASEIDENTIFIERLOOSE]\n}(?:\\\\.${src[t.PRERELEASEIDENTIFIERLOOSE]})*))`)\n\n// ## Build Metadata Identifier\n// Any combination of digits, letters, or hyphens.\n\ncreateToken('BUILDIDENTIFIER', '[0-9A-Za-z-]+')\n\n// ## Build Metadata\n// Plus sign, followed by one or more period-separated build metadata\n// identifiers.\n\ncreateToken('BUILD', `(?:\\\\+(${src[t.BUILDIDENTIFIER]\n}(?:\\\\.${src[t.BUILDIDENTIFIER]})*))`)\n\n// ## Full Version String\n// A main version, followed optionally by a pre-release version and\n// build metadata.\n\n// Note that the only major, minor, patch, and pre-release sections of\n// the version string are capturing groups. The build metadata is not a\n// capturing group, because it should not ever be used in version\n// comparison.\n\ncreateToken('FULLPLAIN', `v?${src[t.MAINVERSION]\n}${src[t.PRERELEASE]}?${\n src[t.BUILD]}?`)\n\ncreateToken('FULL', `^${src[t.FULLPLAIN]}$`)\n\n// like full, but allows v1.2.3 and =1.2.3, which people do sometimes.\n// also, 1.0.0alpha1 (prerelease without the hyphen) which is pretty\n// common in the npm registry.\ncreateToken('LOOSEPLAIN', `[v=\\\\s]*${src[t.MAINVERSIONLOOSE]\n}${src[t.PRERELEASELOOSE]}?${\n src[t.BUILD]}?`)\n\ncreateToken('LOOSE', `^${src[t.LOOSEPLAIN]}$`)\n\ncreateToken('GTLT', '((?:<|>)?=?)')\n\n// Something like \"2.*\" or \"1.2.x\".\n// Note that \"x.x\" is a valid xRange identifer, meaning \"any version\"\n// Only the first item is strictly required.\ncreateToken('XRANGEIDENTIFIERLOOSE', `${src[t.NUMERICIDENTIFIERLOOSE]}|x|X|\\\\*`)\ncreateToken('XRANGEIDENTIFIER', `${src[t.NUMERICIDENTIFIER]}|x|X|\\\\*`)\n\ncreateToken('XRANGEPLAIN', `[v=\\\\s]*(${src[t.XRANGEIDENTIFIER]})` +\n `(?:\\\\.(${src[t.XRANGEIDENTIFIER]})` +\n `(?:\\\\.(${src[t.XRANGEIDENTIFIER]})` +\n `(?:${src[t.PRERELEASE]})?${\n src[t.BUILD]}?` +\n `)?)?`)\n\ncreateToken('XRANGEPLAINLOOSE', `[v=\\\\s]*(${src[t.XRANGEIDENTIFIERLOOSE]})` +\n `(?:\\\\.(${src[t.XRANGEIDENTIFIERLOOSE]})` +\n `(?:\\\\.(${src[t.XRANGEIDENTIFIERLOOSE]})` +\n `(?:${src[t.PRERELEASELOOSE]})?${\n src[t.BUILD]}?` +\n `)?)?`)\n\ncreateToken('XRANGE', `^${src[t.GTLT]}\\\\s*${src[t.XRANGEPLAIN]}$`)\ncreateToken('XRANGELOOSE', `^${src[t.GTLT]}\\\\s*${src[t.XRANGEPLAINLOOSE]}$`)\n\n// Coercion.\n// Extract anything that could conceivably be a part of a valid semver\ncreateToken('COERCE', `${'(^|[^\\\\d])' +\n '(\\\\d{1,'}${MAX_SAFE_COMPONENT_LENGTH}})` +\n `(?:\\\\.(\\\\d{1,${MAX_SAFE_COMPONENT_LENGTH}}))?` +\n `(?:\\\\.(\\\\d{1,${MAX_SAFE_COMPONENT_LENGTH}}))?` +\n `(?:$|[^\\\\d])`)\ncreateToken('COERCERTL', src[t.COERCE], true)\n\n// Tilde ranges.\n// Meaning is \"reasonably at or greater than\"\ncreateToken('LONETILDE', '(?:~>?)')\n\ncreateToken('TILDETRIM', `(\\\\s*)${src[t.LONETILDE]}\\\\s+`, true)\nexports.tildeTrimReplace = '$1~'\n\ncreateToken('TILDE', `^${src[t.LONETILDE]}${src[t.XRANGEPLAIN]}$`)\ncreateToken('TILDELOOSE', `^${src[t.LONETILDE]}${src[t.XRANGEPLAINLOOSE]}$`)\n\n// Caret ranges.\n// Meaning is \"at least and backwards compatible with\"\ncreateToken('LONECARET', '(?:\\\\^)')\n\ncreateToken('CARETTRIM', `(\\\\s*)${src[t.LONECARET]}\\\\s+`, true)\nexports.caretTrimReplace = '$1^'\n\ncreateToken('CARET', `^${src[t.LONECARET]}${src[t.XRANGEPLAIN]}$`)\ncreateToken('CARETLOOSE', `^${src[t.LONECARET]}${src[t.XRANGEPLAINLOOSE]}$`)\n\n// A simple gt/lt/eq thing, or just \"\" to indicate \"any version\"\ncreateToken('COMPARATORLOOSE', `^${src[t.GTLT]}\\\\s*(${src[t.LOOSEPLAIN]})$|^$`)\ncreateToken('COMPARATOR', `^${src[t.GTLT]}\\\\s*(${src[t.FULLPLAIN]})$|^$`)\n\n// An expression to strip any whitespace between the gtlt and the thing\n// it modifies, so that `> 1.2.3` ==> `>1.2.3`\ncreateToken('COMPARATORTRIM', `(\\\\s*)${src[t.GTLT]\n}\\\\s*(${src[t.LOOSEPLAIN]}|${src[t.XRANGEPLAIN]})`, true)\nexports.comparatorTrimReplace = '$1$2$3'\n\n// Something like `1.2.3 - 1.2.4`\n// Note that these all use the loose form, because they'll be\n// checked against either the strict or loose comparator form\n// later.\ncreateToken('HYPHENRANGE', `^\\\\s*(${src[t.XRANGEPLAIN]})` +\n `\\\\s+-\\\\s+` +\n `(${src[t.XRANGEPLAIN]})` +\n `\\\\s*$`)\n\ncreateToken('HYPHENRANGELOOSE', `^\\\\s*(${src[t.XRANGEPLAINLOOSE]})` +\n `\\\\s+-\\\\s+` +\n `(${src[t.XRANGEPLAINLOOSE]})` +\n `\\\\s*$`)\n\n// Star ranges basically just allow anything at all.\ncreateToken('STAR', '(<|>)?=?\\\\s*\\\\*')\n// >=0.0.0 is like a star\ncreateToken('GTE0', '^\\\\s*>=\\\\s*0\\.0\\.0\\\\s*$')\ncreateToken('GTE0PRE', '^\\\\s*>=\\\\s*0\\.0\\.0-0\\\\s*$')\n","'use strict';\n// TODO: Remove from `core-js@4` since it's moved to entry points\nrequire('../modules/es.regexp.exec');\nvar redefine = require('../internals/redefine');\nvar fails = require('../internals/fails');\nvar wellKnownSymbol = require('../internals/well-known-symbol');\nvar createNonEnumerableProperty = require('../internals/create-non-enumerable-property');\n\nvar SPECIES = wellKnownSymbol('species');\n\nvar REPLACE_SUPPORTS_NAMED_GROUPS = !fails(function () {\n // #replace needs built-in support for named groups.\n // #match works fine because it just return the exec results, even if it has\n // a \"grops\" property.\n var re = /./;\n re.exec = function () {\n var result = [];\n result.groups = { a: '7' };\n return result;\n };\n return ''.replace(re, '$<a>') !== '7';\n});\n\n// IE <= 11 replaces $0 with the whole match, as if it was $&\n// https://stackoverflow.com/questions/6024666/getting-ie-to-replace-a-regex-with-the-literal-string-0\nvar REPLACE_KEEPS_$0 = (function () {\n // eslint-disable-next-line regexp/prefer-escape-replacement-dollar-char -- required for testing\n return 'a'.replace(/./, '$0') === '$0';\n})();\n\nvar REPLACE = wellKnownSymbol('replace');\n// Safari <= 13.0.3(?) substitutes nth capture where n>m with an empty string\nvar REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE = (function () {\n if (/./[REPLACE]) {\n return /./[REPLACE]('a', '$0') === '';\n }\n return false;\n})();\n\n// Chrome 51 has a buggy \"split\" implementation when RegExp#exec !== nativeExec\n// Weex JS has frozen built-in prototypes, so use try / catch wrapper\nvar SPLIT_WORKS_WITH_OVERWRITTEN_EXEC = !fails(function () {\n // eslint-disable-next-line regexp/no-empty-group -- required for testing\n var re = /(?:)/;\n var originalExec = re.exec;\n re.exec = function () { return originalExec.apply(this, arguments); };\n var result = 'ab'.split(re);\n return result.length !== 2 || result[0] !== 'a' || result[1] !== 'b';\n});\n\nmodule.exports = function (KEY, length, exec, sham) {\n var SYMBOL = wellKnownSymbol(KEY);\n\n var DELEGATES_TO_SYMBOL = !fails(function () {\n // String methods call symbol-named RegEp methods\n var O = {};\n O[SYMBOL] = function () { return 7; };\n return ''[KEY](O) != 7;\n });\n\n var DELEGATES_TO_EXEC = DELEGATES_TO_SYMBOL && !fails(function () {\n // Symbol-named RegExp methods call .exec\n var execCalled = false;\n var re = /a/;\n\n if (KEY === 'split') {\n // We can't use real regex here since it causes deoptimization\n // and serious performance degradation in V8\n // https://github.com/zloirock/core-js/issues/306\n re = {};\n // RegExp[@@split] doesn't call the regex's exec method, but first creates\n // a new one. We need to return the patched regex when creating the new one.\n re.constructor = {};\n re.constructor[SPECIES] = function () { return re; };\n re.flags = '';\n re[SYMBOL] = /./[SYMBOL];\n }\n\n re.exec = function () { execCalled = true; return null; };\n\n re[SYMBOL]('');\n return !execCalled;\n });\n\n if (\n !DELEGATES_TO_SYMBOL ||\n !DELEGATES_TO_EXEC ||\n (KEY === 'replace' && !(\n REPLACE_SUPPORTS_NAMED_GROUPS &&\n REPLACE_KEEPS_$0 &&\n !REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE\n )) ||\n (KEY === 'split' && !SPLIT_WORKS_WITH_OVERWRITTEN_EXEC)\n ) {\n var nativeRegExpMethod = /./[SYMBOL];\n var methods = exec(SYMBOL, ''[KEY], function (nativeMethod, regexp, str, arg2, forceStringMethod) {\n if (regexp.exec === RegExp.prototype.exec) {\n if (DELEGATES_TO_SYMBOL && !forceStringMethod) {\n // The native String method already delegates to @@method (this\n // polyfilled function), leasing to infinite recursion.\n // We avoid it by directly calling the native @@method method.\n return { done: true, value: nativeRegExpMethod.call(regexp, str, arg2) };\n }\n return { done: true, value: nativeMethod.call(str, regexp, arg2) };\n }\n return { done: false };\n }, {\n REPLACE_KEEPS_$0: REPLACE_KEEPS_$0,\n REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE: REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE\n });\n var stringMethod = methods[0];\n var regexMethod = methods[1];\n\n redefine(String.prototype, KEY, stringMethod);\n redefine(RegExp.prototype, SYMBOL, length == 2\n // 21.2.5.8 RegExp.prototype[@@replace](string, replaceValue)\n // 21.2.5.11 RegExp.prototype[@@split](string, limit)\n ? function (string, arg) { return regexMethod.call(string, this, arg); }\n // 21.2.5.6 RegExp.prototype[@@match](string)\n // 21.2.5.9 RegExp.prototype[@@search](string)\n : function (string) { return regexMethod.call(string, this); }\n );\n }\n\n if (sham) createNonEnumerableProperty(RegExp.prototype[SYMBOL], 'sham', true);\n};\n","var toInteger = require('../internals/to-integer');\nvar requireObjectCoercible = require('../internals/require-object-coercible');\n\n// `String.prototype.{ codePointAt, at }` methods implementation\nvar createMethod = function (CONVERT_TO_STRING) {\n return function ($this, pos) {\n var S = String(requireObjectCoercible($this));\n var position = toInteger(pos);\n var size = S.length;\n var first, second;\n if (position < 0 || position >= size) return CONVERT_TO_STRING ? '' : undefined;\n first = S.charCodeAt(position);\n return first < 0xD800 || first > 0xDBFF || position + 1 === size\n || (second = S.charCodeAt(position + 1)) < 0xDC00 || second > 0xDFFF\n ? CONVERT_TO_STRING ? S.charAt(position) : first\n : CONVERT_TO_STRING ? S.slice(position, position + 2) : (first - 0xD800 << 10) + (second - 0xDC00) + 0x10000;\n };\n};\n\nmodule.exports = {\n // `String.prototype.codePointAt` method\n // https://tc39.es/ecma262/#sec-string.prototype.codepointat\n codeAt: createMethod(false),\n // `String.prototype.at` method\n // https://github.com/mathiasbynens/String.prototype.at\n charAt: createMethod(true)\n};\n","'use strict';\nvar charAt = require('../internals/string-multibyte').charAt;\n\n// `AdvanceStringIndex` abstract operation\n// https://tc39.es/ecma262/#sec-advancestringindex\nmodule.exports = function (S, index, unicode) {\n return index + (unicode ? charAt(S, index).length : 1);\n};\n","var classof = require('./classof-raw');\nvar regexpExec = require('./regexp-exec');\n\n// `RegExpExec` abstract operation\n// https://tc39.es/ecma262/#sec-regexpexec\nmodule.exports = function (R, S) {\n var exec = R.exec;\n if (typeof exec === 'function') {\n var result = exec.call(R, S);\n if (typeof result !== 'object') {\n throw TypeError('RegExp exec method returned something other than an Object or null');\n }\n return result;\n }\n\n if (classof(R) !== 'RegExp') {\n throw TypeError('RegExp#exec called on incompatible receiver');\n }\n\n return regexpExec.call(R, S);\n};\n\n","'use strict';\nvar fixRegExpWellKnownSymbolLogic = require('../internals/fix-regexp-well-known-symbol-logic');\nvar anObject = require('../internals/an-object');\nvar toLength = require('../internals/to-length');\nvar requireObjectCoercible = require('../internals/require-object-coercible');\nvar advanceStringIndex = require('../internals/advance-string-index');\nvar regExpExec = require('../internals/regexp-exec-abstract');\n\n// @@match logic\nfixRegExpWellKnownSymbolLogic('match', 1, function (MATCH, nativeMatch, maybeCallNative) {\n return [\n // `String.prototype.match` method\n // https://tc39.es/ecma262/#sec-string.prototype.match\n function match(regexp) {\n var O = requireObjectCoercible(this);\n var matcher = regexp == undefined ? undefined : regexp[MATCH];\n return matcher !== undefined ? matcher.call(regexp, O) : new RegExp(regexp)[MATCH](String(O));\n },\n // `RegExp.prototype[@@match]` method\n // https://tc39.es/ecma262/#sec-regexp.prototype-@@match\n function (regexp) {\n var res = maybeCallNative(nativeMatch, regexp, this);\n if (res.done) return res.value;\n\n var rx = anObject(regexp);\n var S = String(this);\n\n if (!rx.global) return regExpExec(rx, S);\n\n var fullUnicode = rx.unicode;\n rx.lastIndex = 0;\n var A = [];\n var n = 0;\n var result;\n while ((result = regExpExec(rx, S)) !== null) {\n var matchStr = String(result[0]);\n A[n] = matchStr;\n if (matchStr === '') rx.lastIndex = advanceStringIndex(S, toLength(rx.lastIndex), fullUnicode);\n n++;\n }\n return n === 0 ? null : A;\n }\n ];\n});\n","var fails = require('../internals/fails');\nvar whitespaces = require('../internals/whitespaces');\n\nvar non = '\\u200B\\u0085\\u180E';\n\n// check that a method works with the correct list\n// of whitespaces and has a correct name\nmodule.exports = function (METHOD_NAME) {\n return fails(function () {\n return !!whitespaces[METHOD_NAME]() || non[METHOD_NAME]() != non || whitespaces[METHOD_NAME].name !== METHOD_NAME;\n });\n};\n","'use strict';\nvar $ = require('../internals/export');\nvar $trim = require('../internals/string-trim').trim;\nvar forcedStringTrimMethod = require('../internals/string-trim-forced');\n\n// `String.prototype.trim` method\n// https://tc39.es/ecma262/#sec-string.prototype.trim\n$({ target: 'String', proto: true, forced: forcedStringTrimMethod('trim') }, {\n trim: function trim() {\n return $trim(this);\n }\n});\n","module.exports = function (it) {\n if (typeof it != 'function') {\n throw TypeError(String(it) + ' is not a function');\n } return it;\n};\n","var aFunction = require('../internals/a-function');\n\n// optional / simple context binding\nmodule.exports = function (fn, that, length) {\n aFunction(fn);\n if (that === undefined) return fn;\n switch (length) {\n case 0: return function () {\n return fn.call(that);\n };\n case 1: return function (a) {\n return fn.call(that, a);\n };\n case 2: return function (a, b) {\n return fn.call(that, a, b);\n };\n case 3: return function (a, b, c) {\n return fn.call(that, a, b, c);\n };\n }\n return function (/* ...args */) {\n return fn.apply(that, arguments);\n };\n};\n","var bind = require('../internals/function-bind-context');\nvar IndexedObject = require('../internals/indexed-object');\nvar toObject = require('../internals/to-object');\nvar toLength = require('../internals/to-length');\nvar arraySpeciesCreate = require('../internals/array-species-create');\n\nvar push = [].push;\n\n// `Array.prototype.{ forEach, map, filter, some, every, find, findIndex, filterOut }` methods implementation\nvar createMethod = function (TYPE) {\n var IS_MAP = TYPE == 1;\n var IS_FILTER = TYPE == 2;\n var IS_SOME = TYPE == 3;\n var IS_EVERY = TYPE == 4;\n var IS_FIND_INDEX = TYPE == 6;\n var IS_FILTER_OUT = TYPE == 7;\n var NO_HOLES = TYPE == 5 || IS_FIND_INDEX;\n return function ($this, callbackfn, that, specificCreate) {\n var O = toObject($this);\n var self = IndexedObject(O);\n var boundFunction = bind(callbackfn, that, 3);\n var length = toLength(self.length);\n var index = 0;\n var create = specificCreate || arraySpeciesCreate;\n var target = IS_MAP ? create($this, length) : IS_FILTER || IS_FILTER_OUT ? create($this, 0) : undefined;\n var value, result;\n for (;length > index; index++) if (NO_HOLES || index in self) {\n value = self[index];\n result = boundFunction(value, index, O);\n if (TYPE) {\n if (IS_MAP) target[index] = result; // map\n else if (result) switch (TYPE) {\n case 3: return true; // some\n case 5: return value; // find\n case 6: return index; // findIndex\n case 2: push.call(target, value); // filter\n } else switch (TYPE) {\n case 4: return false; // every\n case 7: push.call(target, value); // filterOut\n }\n }\n }\n return IS_FIND_INDEX ? -1 : IS_SOME || IS_EVERY ? IS_EVERY : target;\n };\n};\n\nmodule.exports = {\n // `Array.prototype.forEach` method\n // https://tc39.es/ecma262/#sec-array.prototype.foreach\n forEach: createMethod(0),\n // `Array.prototype.map` method\n // https://tc39.es/ecma262/#sec-array.prototype.map\n map: createMethod(1),\n // `Array.prototype.filter` method\n // https://tc39.es/ecma262/#sec-array.prototype.filter\n filter: createMethod(2),\n // `Array.prototype.some` method\n // https://tc39.es/ecma262/#sec-array.prototype.some\n some: createMethod(3),\n // `Array.prototype.every` method\n // https://tc39.es/ecma262/#sec-array.prototype.every\n every: createMethod(4),\n // `Array.prototype.find` method\n // https://tc39.es/ecma262/#sec-array.prototype.find\n find: createMethod(5),\n // `Array.prototype.findIndex` method\n // https://tc39.es/ecma262/#sec-array.prototype.findIndex\n findIndex: createMethod(6),\n // `Array.prototype.filterOut` method\n // https://github.com/tc39/proposal-array-filtering\n filterOut: createMethod(7)\n};\n","'use strict';\nvar $ = require('../internals/export');\nvar $map = require('../internals/array-iteration').map;\nvar arrayMethodHasSpeciesSupport = require('../internals/array-method-has-species-support');\n\nvar HAS_SPECIES_SUPPORT = arrayMethodHasSpeciesSupport('map');\n\n// `Array.prototype.map` method\n// https://tc39.es/ecma262/#sec-array.prototype.map\n// with adding support of @@species\n$({ target: 'Array', proto: true, forced: !HAS_SPECIES_SUPPORT }, {\n map: function map(callbackfn /* , thisArg */) {\n return $map(this, callbackfn, arguments.length > 1 ? arguments[1] : undefined);\n }\n});\n","var anObject = require('../internals/an-object');\nvar aFunction = require('../internals/a-function');\nvar wellKnownSymbol = require('../internals/well-known-symbol');\n\nvar SPECIES = wellKnownSymbol('species');\n\n// `SpeciesConstructor` abstract operation\n// https://tc39.es/ecma262/#sec-speciesconstructor\nmodule.exports = function (O, defaultConstructor) {\n var C = anObject(O).constructor;\n var S;\n return C === undefined || (S = anObject(C)[SPECIES]) == undefined ? defaultConstructor : aFunction(S);\n};\n","'use strict';\nvar fixRegExpWellKnownSymbolLogic = require('../internals/fix-regexp-well-known-symbol-logic');\nvar isRegExp = require('../internals/is-regexp');\nvar anObject = require('../internals/an-object');\nvar requireObjectCoercible = require('../internals/require-object-coercible');\nvar speciesConstructor = require('../internals/species-constructor');\nvar advanceStringIndex = require('../internals/advance-string-index');\nvar toLength = require('../internals/to-length');\nvar callRegExpExec = require('../internals/regexp-exec-abstract');\nvar regexpExec = require('../internals/regexp-exec');\nvar stickyHelpers = require('../internals/regexp-sticky-helpers');\n\nvar UNSUPPORTED_Y = stickyHelpers.UNSUPPORTED_Y;\nvar arrayPush = [].push;\nvar min = Math.min;\nvar MAX_UINT32 = 0xFFFFFFFF;\n\n// @@split logic\nfixRegExpWellKnownSymbolLogic('split', 2, function (SPLIT, nativeSplit, maybeCallNative) {\n var internalSplit;\n if (\n 'abbc'.split(/(b)*/)[1] == 'c' ||\n // eslint-disable-next-line regexp/no-empty-group -- required for testing\n 'test'.split(/(?:)/, -1).length != 4 ||\n 'ab'.split(/(?:ab)*/).length != 2 ||\n '.'.split(/(.?)(.?)/).length != 4 ||\n // eslint-disable-next-line regexp/no-assertion-capturing-group, regexp/no-empty-group -- required for testing\n '.'.split(/()()/).length > 1 ||\n ''.split(/.?/).length\n ) {\n // based on es5-shim implementation, need to rework it\n internalSplit = function (separator, limit) {\n var string = String(requireObjectCoercible(this));\n var lim = limit === undefined ? MAX_UINT32 : limit >>> 0;\n if (lim === 0) return [];\n if (separator === undefined) return [string];\n // If `separator` is not a regex, use native split\n if (!isRegExp(separator)) {\n return nativeSplit.call(string, separator, lim);\n }\n var output = [];\n var flags = (separator.ignoreCase ? 'i' : '') +\n (separator.multiline ? 'm' : '') +\n (separator.unicode ? 'u' : '') +\n (separator.sticky ? 'y' : '');\n var lastLastIndex = 0;\n // Make `global` and avoid `lastIndex` issues by working with a copy\n var separatorCopy = new RegExp(separator.source, flags + 'g');\n var match, lastIndex, lastLength;\n while (match = regexpExec.call(separatorCopy, string)) {\n lastIndex = separatorCopy.lastIndex;\n if (lastIndex > lastLastIndex) {\n output.push(string.slice(lastLastIndex, match.index));\n if (match.length > 1 && match.index < string.length) arrayPush.apply(output, match.slice(1));\n lastLength = match[0].length;\n lastLastIndex = lastIndex;\n if (output.length >= lim) break;\n }\n if (separatorCopy.lastIndex === match.index) separatorCopy.lastIndex++; // Avoid an infinite loop\n }\n if (lastLastIndex === string.length) {\n if (lastLength || !separatorCopy.test('')) output.push('');\n } else output.push(string.slice(lastLastIndex));\n return output.length > lim ? output.slice(0, lim) : output;\n };\n // Chakra, V8\n } else if ('0'.split(undefined, 0).length) {\n internalSplit = function (separator, limit) {\n return separator === undefined && limit === 0 ? [] : nativeSplit.call(this, separator, limit);\n };\n } else internalSplit = nativeSplit;\n\n return [\n // `String.prototype.split` method\n // https://tc39.es/ecma262/#sec-string.prototype.split\n function split(separator, limit) {\n var O = requireObjectCoercible(this);\n var splitter = separator == undefined ? undefined : separator[SPLIT];\n return splitter !== undefined\n ? splitter.call(separator, O, limit)\n : internalSplit.call(String(O), separator, limit);\n },\n // `RegExp.prototype[@@split]` method\n // https://tc39.es/ecma262/#sec-regexp.prototype-@@split\n //\n // NOTE: This cannot be properly polyfilled in engines that don't support\n // the 'y' flag.\n function (regexp, limit) {\n var res = maybeCallNative(internalSplit, regexp, this, limit, internalSplit !== nativeSplit);\n if (res.done) return res.value;\n\n var rx = anObject(regexp);\n var S = String(this);\n var C = speciesConstructor(rx, RegExp);\n\n var unicodeMatching = rx.unicode;\n var flags = (rx.ignoreCase ? 'i' : '') +\n (rx.multiline ? 'm' : '') +\n (rx.unicode ? 'u' : '') +\n (UNSUPPORTED_Y ? 'g' : 'y');\n\n // ^(? + rx + ) is needed, in combination with some S slicing, to\n // simulate the 'y' flag.\n var splitter = new C(UNSUPPORTED_Y ? '^(?:' + rx.source + ')' : rx, flags);\n var lim = limit === undefined ? MAX_UINT32 : limit >>> 0;\n if (lim === 0) return [];\n if (S.length === 0) return callRegExpExec(splitter, S) === null ? [S] : [];\n var p = 0;\n var q = 0;\n var A = [];\n while (q < S.length) {\n splitter.lastIndex = UNSUPPORTED_Y ? 0 : q;\n var z = callRegExpExec(splitter, UNSUPPORTED_Y ? S.slice(q) : S);\n var e;\n if (\n z === null ||\n (e = min(toLength(splitter.lastIndex + (UNSUPPORTED_Y ? q : 0)), S.length)) === p\n ) {\n q = advanceStringIndex(S, q, unicodeMatching);\n } else {\n A.push(S.slice(p, q));\n if (A.length === lim) return A;\n for (var i = 1; i <= z.length - 1; i++) {\n A.push(z[i]);\n if (A.length === lim) return A;\n }\n q = p = e;\n }\n }\n A.push(S.slice(p));\n return A;\n }\n ];\n}, UNSUPPORTED_Y);\n","'use strict';\nvar fails = require('../internals/fails');\n\nmodule.exports = function (METHOD_NAME, argument) {\n var method = [][METHOD_NAME];\n return !!method && fails(function () {\n // eslint-disable-next-line no-useless-call,no-throw-literal -- required for testing\n method.call(null, argument || function () { throw 1; }, 1);\n });\n};\n","'use strict';\nvar $ = require('../internals/export');\nvar IndexedObject = require('../internals/indexed-object');\nvar toIndexedObject = require('../internals/to-indexed-object');\nvar arrayMethodIsStrict = require('../internals/array-method-is-strict');\n\nvar nativeJoin = [].join;\n\nvar ES3_STRINGS = IndexedObject != Object;\nvar STRICT_METHOD = arrayMethodIsStrict('join', ',');\n\n// `Array.prototype.join` method\n// https://tc39.es/ecma262/#sec-array.prototype.join\n$({ target: 'Array', proto: true, forced: ES3_STRINGS || !STRICT_METHOD }, {\n join: function join(separator) {\n return nativeJoin.call(toIndexedObject(this), separator === undefined ? ',' : separator);\n }\n});\n","'use strict';\nvar $ = require('../internals/export');\nvar $filter = require('../internals/array-iteration').filter;\nvar arrayMethodHasSpeciesSupport = require('../internals/array-method-has-species-support');\n\nvar HAS_SPECIES_SUPPORT = arrayMethodHasSpeciesSupport('filter');\n\n// `Array.prototype.filter` method\n// https://tc39.es/ecma262/#sec-array.prototype.filter\n// with adding support of @@species\n$({ target: 'Array', proto: true, forced: !HAS_SPECIES_SUPPORT }, {\n filter: function filter(callbackfn /* , thisArg */) {\n return $filter(this, callbackfn, arguments.length > 1 ? arguments[1] : undefined);\n }\n});\n","// parse out just the options we care about so we always get a consistent\n// obj with keys in a consistent order.\nconst opts = ['includePrerelease', 'loose', 'rtl']\nconst parseOptions = options =>\n !options ? {}\n : typeof options !== 'object' ? { loose: true }\n : opts.filter(k => options[k]).reduce((options, k) => {\n options[k] = true\n return options\n }, {})\nmodule.exports = parseOptions\n","const numeric = /^[0-9]+$/\nconst compareIdentifiers = (a, b) => {\n const anum = numeric.test(a)\n const bnum = numeric.test(b)\n\n if (anum && bnum) {\n a = +a\n b = +b\n }\n\n return a === b ? 0\n : (anum && !bnum) ? -1\n : (bnum && !anum) ? 1\n : a < b ? -1\n : 1\n}\n\nconst rcompareIdentifiers = (a, b) => compareIdentifiers(b, a)\n\nmodule.exports = {\n compareIdentifiers,\n rcompareIdentifiers\n}\n","const debug = require('../internal/debug')\nconst { MAX_LENGTH, MAX_SAFE_INTEGER } = require('../internal/constants')\nconst { re, t } = require('../internal/re')\n\nconst parseOptions = require('../internal/parse-options')\nconst { compareIdentifiers } = require('../internal/identifiers')\nclass SemVer {\n constructor (version, options) {\n options = parseOptions(options)\n\n if (version instanceof SemVer) {\n if (version.loose === !!options.loose &&\n version.includePrerelease === !!options.includePrerelease) {\n return version\n } else {\n version = version.version\n }\n } else if (typeof version !== 'string') {\n throw new TypeError(`Invalid Version: ${version}`)\n }\n\n if (version.length > MAX_LENGTH) {\n throw new TypeError(\n `version is longer than ${MAX_LENGTH} characters`\n )\n }\n\n debug('SemVer', version, options)\n this.options = options\n this.loose = !!options.loose\n // this isn't actually relevant for versions, but keep it so that we\n // don't run into trouble passing this.options around.\n this.includePrerelease = !!options.includePrerelease\n\n const m = version.trim().match(options.loose ? re[t.LOOSE] : re[t.FULL])\n\n if (!m) {\n throw new TypeError(`Invalid Version: ${version}`)\n }\n\n this.raw = version\n\n // these are actually numbers\n this.major = +m[1]\n this.minor = +m[2]\n this.patch = +m[3]\n\n if (this.major > MAX_SAFE_INTEGER || this.major < 0) {\n throw new TypeError('Invalid major version')\n }\n\n if (this.minor > MAX_SAFE_INTEGER || this.minor < 0) {\n throw new TypeError('Invalid minor version')\n }\n\n if (this.patch > MAX_SAFE_INTEGER || this.patch < 0) {\n throw new TypeError('Invalid patch version')\n }\n\n // numberify any prerelease numeric ids\n if (!m[4]) {\n this.prerelease = []\n } else {\n this.prerelease = m[4].split('.').map((id) => {\n if (/^[0-9]+$/.test(id)) {\n const num = +id\n if (num >= 0 && num < MAX_SAFE_INTEGER) {\n return num\n }\n }\n return id\n })\n }\n\n this.build = m[5] ? m[5].split('.') : []\n this.format()\n }\n\n format () {\n this.version = `${this.major}.${this.minor}.${this.patch}`\n if (this.prerelease.length) {\n this.version += `-${this.prerelease.join('.')}`\n }\n return this.version\n }\n\n toString () {\n return this.version\n }\n\n compare (other) {\n debug('SemVer.compare', this.version, this.options, other)\n if (!(other instanceof SemVer)) {\n if (typeof other === 'string' && other === this.version) {\n return 0\n }\n other = new SemVer(other, this.options)\n }\n\n if (other.version === this.version) {\n return 0\n }\n\n return this.compareMain(other) || this.comparePre(other)\n }\n\n compareMain (other) {\n if (!(other instanceof SemVer)) {\n other = new SemVer(other, this.options)\n }\n\n return (\n compareIdentifiers(this.major, other.major) ||\n compareIdentifiers(this.minor, other.minor) ||\n compareIdentifiers(this.patch, other.patch)\n )\n }\n\n comparePre (other) {\n if (!(other instanceof SemVer)) {\n other = new SemVer(other, this.options)\n }\n\n // NOT having a prerelease is > having one\n if (this.prerelease.length && !other.prerelease.length) {\n return -1\n } else if (!this.prerelease.length && other.prerelease.length) {\n return 1\n } else if (!this.prerelease.length && !other.prerelease.length) {\n return 0\n }\n\n let i = 0\n do {\n const a = this.prerelease[i]\n const b = other.prerelease[i]\n debug('prerelease compare', i, a, b)\n if (a === undefined && b === undefined) {\n return 0\n } else if (b === undefined) {\n return 1\n } else if (a === undefined) {\n return -1\n } else if (a === b) {\n continue\n } else {\n return compareIdentifiers(a, b)\n }\n } while (++i)\n }\n\n compareBuild (other) {\n if (!(other instanceof SemVer)) {\n other = new SemVer(other, this.options)\n }\n\n let i = 0\n do {\n const a = this.build[i]\n const b = other.build[i]\n debug('prerelease compare', i, a, b)\n if (a === undefined && b === undefined) {\n return 0\n } else if (b === undefined) {\n return 1\n } else if (a === undefined) {\n return -1\n } else if (a === b) {\n continue\n } else {\n return compareIdentifiers(a, b)\n }\n } while (++i)\n }\n\n // preminor will bump the version up to the next minor release, and immediately\n // down to pre-release. premajor and prepatch work the same way.\n inc (release, identifier) {\n switch (release) {\n case 'premajor':\n this.prerelease.length = 0\n this.patch = 0\n this.minor = 0\n this.major++\n this.inc('pre', identifier)\n break\n case 'preminor':\n this.prerelease.length = 0\n this.patch = 0\n this.minor++\n this.inc('pre', identifier)\n break\n case 'prepatch':\n // If this is already a prerelease, it will bump to the next version\n // drop any prereleases that might already exist, since they are not\n // relevant at this point.\n this.prerelease.length = 0\n this.inc('patch', identifier)\n this.inc('pre', identifier)\n break\n // If the input is a non-prerelease version, this acts the same as\n // prepatch.\n case 'prerelease':\n if (this.prerelease.length === 0) {\n this.inc('patch', identifier)\n }\n this.inc('pre', identifier)\n break\n\n case 'major':\n // If this is a pre-major version, bump up to the same major version.\n // Otherwise increment major.\n // 1.0.0-5 bumps to 1.0.0\n // 1.1.0 bumps to 2.0.0\n if (\n this.minor !== 0 ||\n this.patch !== 0 ||\n this.prerelease.length === 0\n ) {\n this.major++\n }\n this.minor = 0\n this.patch = 0\n this.prerelease = []\n break\n case 'minor':\n // If this is a pre-minor version, bump up to the same minor version.\n // Otherwise increment minor.\n // 1.2.0-5 bumps to 1.2.0\n // 1.2.1 bumps to 1.3.0\n if (this.patch !== 0 || this.prerelease.length === 0) {\n this.minor++\n }\n this.patch = 0\n this.prerelease = []\n break\n case 'patch':\n // If this is not a pre-release version, it will increment the patch.\n // If it is a pre-release it will bump up to the same patch version.\n // 1.2.0-5 patches to 1.2.0\n // 1.2.0 patches to 1.2.1\n if (this.prerelease.length === 0) {\n this.patch++\n }\n this.prerelease = []\n break\n // This probably shouldn't be used publicly.\n // 1.0.0 'pre' would become 1.0.0-0 which is the wrong direction.\n case 'pre':\n if (this.prerelease.length === 0) {\n this.prerelease = [0]\n } else {\n let i = this.prerelease.length\n while (--i >= 0) {\n if (typeof this.prerelease[i] === 'number') {\n this.prerelease[i]++\n i = -2\n }\n }\n if (i === -1) {\n // didn't increment anything\n this.prerelease.push(0)\n }\n }\n if (identifier) {\n // 1.2.0-beta.1 bumps to 1.2.0-beta.2,\n // 1.2.0-beta.fooblz or 1.2.0-beta bumps to 1.2.0-beta.0\n if (this.prerelease[0] === identifier) {\n if (isNaN(this.prerelease[1])) {\n this.prerelease = [identifier, 0]\n }\n } else {\n this.prerelease = [identifier, 0]\n }\n }\n break\n\n default:\n throw new Error(`invalid increment argument: ${release}`)\n }\n this.format()\n this.raw = this.version\n return this\n }\n}\n\nmodule.exports = SemVer\n","const {MAX_LENGTH} = require('../internal/constants')\nconst { re, t } = require('../internal/re')\nconst SemVer = require('../classes/semver')\n\nconst parseOptions = require('../internal/parse-options')\nconst parse = (version, options) => {\n options = parseOptions(options)\n\n if (version instanceof SemVer) {\n return version\n }\n\n if (typeof version !== 'string') {\n return null\n }\n\n if (version.length > MAX_LENGTH) {\n return null\n }\n\n const r = options.loose ? re[t.LOOSE] : re[t.FULL]\n if (!r.test(version)) {\n return null\n }\n\n try {\n return new SemVer(version, options)\n } catch (er) {\n return null\n }\n}\n\nmodule.exports = parse\n","const parse = require('./parse')\nconst valid = (version, options) => {\n const v = parse(version, options)\n return v ? v.version : null\n}\nmodule.exports = valid\n","const SemVer = require('../classes/semver')\nconst major = (a, loose) => new SemVer(a, loose).major\nmodule.exports = major\n","var wellKnownSymbol = require('../internals/well-known-symbol');\nvar create = require('../internals/object-create');\nvar definePropertyModule = require('../internals/object-define-property');\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 definePropertyModule.f(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","'use strict';\nvar fails = require('../internals/fails');\nvar getPrototypeOf = require('../internals/object-get-prototype-of');\nvar createNonEnumerableProperty = require('../internals/create-non-enumerable-property');\nvar has = require('../internals/has');\nvar wellKnownSymbol = require('../internals/well-known-symbol');\nvar IS_PURE = require('../internals/is-pure');\n\nvar ITERATOR = wellKnownSymbol('iterator');\nvar BUGGY_SAFARI_ITERATORS = false;\n\nvar returnThis = function () { return this; };\n\n// `%IteratorPrototype%` object\n// https://tc39.es/ecma262/#sec-%iteratorprototype%-object\nvar IteratorPrototype, PrototypeOfArrayIteratorPrototype, arrayIterator;\n\n/* eslint-disable es/no-array-prototype-keys -- safe */\nif ([].keys) {\n arrayIterator = [].keys();\n // Safari 8 has buggy iterators w/o `next`\n if (!('next' in arrayIterator)) BUGGY_SAFARI_ITERATORS = true;\n else {\n PrototypeOfArrayIteratorPrototype = getPrototypeOf(getPrototypeOf(arrayIterator));\n if (PrototypeOfArrayIteratorPrototype !== Object.prototype) IteratorPrototype = PrototypeOfArrayIteratorPrototype;\n }\n}\n\nvar NEW_ITERATOR_PROTOTYPE = IteratorPrototype == undefined || fails(function () {\n var test = {};\n // FF44- legacy iterators case\n return IteratorPrototype[ITERATOR].call(test) !== test;\n});\n\nif (NEW_ITERATOR_PROTOTYPE) IteratorPrototype = {};\n\n// 25.1.2.1.1 %IteratorPrototype%[@@iterator]()\nif ((!IS_PURE || NEW_ITERATOR_PROTOTYPE) && !has(IteratorPrototype, ITERATOR)) {\n createNonEnumerableProperty(IteratorPrototype, ITERATOR, returnThis);\n}\n\nmodule.exports = {\n IteratorPrototype: IteratorPrototype,\n BUGGY_SAFARI_ITERATORS: BUGGY_SAFARI_ITERATORS\n};\n","module.exports = {};\n","var fails = require('../internals/fails');\n\nmodule.exports = !fails(function () {\n function F() { /* empty */ }\n F.prototype.constructor = null;\n // eslint-disable-next-line es/no-object-getprototypeof -- required for testing\n return Object.getPrototypeOf(new F()) !== F.prototype;\n});\n","var has = require('../internals/has');\nvar toObject = require('../internals/to-object');\nvar sharedKey = require('../internals/shared-key');\nvar CORRECT_PROTOTYPE_GETTER = require('../internals/correct-prototype-getter');\n\nvar IE_PROTO = sharedKey('IE_PROTO');\nvar ObjectPrototype = Object.prototype;\n\n// `Object.getPrototypeOf` method\n// https://tc39.es/ecma262/#sec-object.getprototypeof\n// eslint-disable-next-line es/no-object-getprototypeof -- safe\nmodule.exports = CORRECT_PROTOTYPE_GETTER ? Object.getPrototypeOf : function (O) {\n O = toObject(O);\n if (has(O, IE_PROTO)) return O[IE_PROTO];\n if (typeof O.constructor == 'function' && O instanceof O.constructor) {\n return O.constructor.prototype;\n } return O instanceof Object ? ObjectPrototype : null;\n};\n","var defineProperty = require('../internals/object-define-property').f;\nvar has = require('../internals/has');\nvar wellKnownSymbol = require('../internals/well-known-symbol');\n\nvar TO_STRING_TAG = wellKnownSymbol('toStringTag');\n\nmodule.exports = function (it, TAG, STATIC) {\n if (it && !has(it = STATIC ? it : it.prototype, TO_STRING_TAG)) {\n defineProperty(it, TO_STRING_TAG, { configurable: true, value: TAG });\n }\n};\n","'use strict';\nvar IteratorPrototype = require('../internals/iterators-core').IteratorPrototype;\nvar create = require('../internals/object-create');\nvar createPropertyDescriptor = require('../internals/create-property-descriptor');\nvar setToStringTag = require('../internals/set-to-string-tag');\nvar Iterators = require('../internals/iterators');\n\nvar returnThis = function () { return this; };\n\nmodule.exports = function (IteratorConstructor, NAME, next) {\n var TO_STRING_TAG = NAME + ' Iterator';\n IteratorConstructor.prototype = create(IteratorPrototype, { next: createPropertyDescriptor(1, next) });\n setToStringTag(IteratorConstructor, TO_STRING_TAG, false, true);\n Iterators[TO_STRING_TAG] = returnThis;\n return IteratorConstructor;\n};\n","'use strict';\nvar $ = require('../internals/export');\nvar createIteratorConstructor = require('../internals/create-iterator-constructor');\nvar getPrototypeOf = require('../internals/object-get-prototype-of');\nvar setPrototypeOf = require('../internals/object-set-prototype-of');\nvar setToStringTag = require('../internals/set-to-string-tag');\nvar createNonEnumerableProperty = require('../internals/create-non-enumerable-property');\nvar redefine = require('../internals/redefine');\nvar wellKnownSymbol = require('../internals/well-known-symbol');\nvar IS_PURE = require('../internals/is-pure');\nvar Iterators = require('../internals/iterators');\nvar IteratorsCore = require('../internals/iterators-core');\n\nvar IteratorPrototype = IteratorsCore.IteratorPrototype;\nvar BUGGY_SAFARI_ITERATORS = IteratorsCore.BUGGY_SAFARI_ITERATORS;\nvar ITERATOR = wellKnownSymbol('iterator');\nvar KEYS = 'keys';\nvar VALUES = 'values';\nvar ENTRIES = 'entries';\n\nvar returnThis = function () { return this; };\n\nmodule.exports = function (Iterable, NAME, IteratorConstructor, next, DEFAULT, IS_SET, FORCED) {\n createIteratorConstructor(IteratorConstructor, NAME, next);\n\n var getIterationMethod = function (KIND) {\n if (KIND === DEFAULT && defaultIterator) return defaultIterator;\n if (!BUGGY_SAFARI_ITERATORS && KIND in IterablePrototype) return IterablePrototype[KIND];\n switch (KIND) {\n case KEYS: return function keys() { return new IteratorConstructor(this, KIND); };\n case VALUES: return function values() { return new IteratorConstructor(this, KIND); };\n case ENTRIES: return function entries() { return new IteratorConstructor(this, KIND); };\n } return function () { return new IteratorConstructor(this); };\n };\n\n var TO_STRING_TAG = NAME + ' Iterator';\n var INCORRECT_VALUES_NAME = false;\n var IterablePrototype = Iterable.prototype;\n var nativeIterator = IterablePrototype[ITERATOR]\n || IterablePrototype['@@iterator']\n || DEFAULT && IterablePrototype[DEFAULT];\n var defaultIterator = !BUGGY_SAFARI_ITERATORS && nativeIterator || getIterationMethod(DEFAULT);\n var anyNativeIterator = NAME == 'Array' ? IterablePrototype.entries || nativeIterator : nativeIterator;\n var CurrentIteratorPrototype, methods, KEY;\n\n // fix native\n if (anyNativeIterator) {\n CurrentIteratorPrototype = getPrototypeOf(anyNativeIterator.call(new Iterable()));\n if (IteratorPrototype !== Object.prototype && CurrentIteratorPrototype.next) {\n if (!IS_PURE && getPrototypeOf(CurrentIteratorPrototype) !== IteratorPrototype) {\n if (setPrototypeOf) {\n setPrototypeOf(CurrentIteratorPrototype, IteratorPrototype);\n } else if (typeof CurrentIteratorPrototype[ITERATOR] != 'function') {\n createNonEnumerableProperty(CurrentIteratorPrototype, ITERATOR, returnThis);\n }\n }\n // Set @@toStringTag to native iterators\n setToStringTag(CurrentIteratorPrototype, TO_STRING_TAG, true, true);\n if (IS_PURE) Iterators[TO_STRING_TAG] = returnThis;\n }\n }\n\n // fix Array#{values, @@iterator}.name in V8 / FF\n if (DEFAULT == VALUES && nativeIterator && nativeIterator.name !== VALUES) {\n INCORRECT_VALUES_NAME = true;\n defaultIterator = function values() { return nativeIterator.call(this); };\n }\n\n // define iterator\n if ((!IS_PURE || FORCED) && IterablePrototype[ITERATOR] !== defaultIterator) {\n createNonEnumerableProperty(IterablePrototype, ITERATOR, defaultIterator);\n }\n Iterators[NAME] = defaultIterator;\n\n // export additional methods\n if (DEFAULT) {\n methods = {\n values: getIterationMethod(VALUES),\n keys: IS_SET ? defaultIterator : getIterationMethod(KEYS),\n entries: getIterationMethod(ENTRIES)\n };\n if (FORCED) for (KEY in methods) {\n if (BUGGY_SAFARI_ITERATORS || INCORRECT_VALUES_NAME || !(KEY in IterablePrototype)) {\n redefine(IterablePrototype, KEY, methods[KEY]);\n }\n } else $({ target: NAME, proto: true, forced: BUGGY_SAFARI_ITERATORS || INCORRECT_VALUES_NAME }, methods);\n }\n\n return methods;\n};\n","'use strict';\nvar toIndexedObject = require('../internals/to-indexed-object');\nvar addToUnscopables = require('../internals/add-to-unscopables');\nvar Iterators = require('../internals/iterators');\nvar InternalStateModule = require('../internals/internal-state');\nvar defineIterator = require('../internals/define-iterator');\n\nvar ARRAY_ITERATOR = 'Array Iterator';\nvar setInternalState = InternalStateModule.set;\nvar getInternalState = InternalStateModule.getterFor(ARRAY_ITERATOR);\n\n// `Array.prototype.entries` method\n// https://tc39.es/ecma262/#sec-array.prototype.entries\n// `Array.prototype.keys` method\n// https://tc39.es/ecma262/#sec-array.prototype.keys\n// `Array.prototype.values` method\n// https://tc39.es/ecma262/#sec-array.prototype.values\n// `Array.prototype[@@iterator]` method\n// https://tc39.es/ecma262/#sec-array.prototype-@@iterator\n// `CreateArrayIterator` internal method\n// https://tc39.es/ecma262/#sec-createarrayiterator\nmodule.exports = defineIterator(Array, 'Array', function (iterated, kind) {\n setInternalState(this, {\n type: ARRAY_ITERATOR,\n target: toIndexedObject(iterated), // target\n index: 0, // next index\n kind: kind // kind\n });\n// `%ArrayIteratorPrototype%.next` method\n// https://tc39.es/ecma262/#sec-%arrayiteratorprototype%.next\n}, function () {\n var state = getInternalState(this);\n var target = state.target;\n var kind = state.kind;\n var index = state.index++;\n if (!target || index >= target.length) {\n state.target = undefined;\n return { value: undefined, done: true };\n }\n if (kind == 'keys') return { value: index, done: false };\n if (kind == 'values') return { value: target[index], done: false };\n return { value: [index, target[index]], done: false };\n}, 'values');\n\n// argumentsList[@@iterator] is %ArrayProto_values%\n// https://tc39.es/ecma262/#sec-createunmappedargumentsobject\n// https://tc39.es/ecma262/#sec-createmappedargumentsobject\nIterators.Arguments = Iterators.Array;\n\n// https://tc39.es/ecma262/#sec-array.prototype-@@unscopables\naddToUnscopables('keys');\naddToUnscopables('values');\naddToUnscopables('entries');\n","var fails = require('../internals/fails');\n\nmodule.exports = !fails(function () {\n // eslint-disable-next-line es/no-object-isextensible, es/no-object-preventextensions -- required for testing\n return Object.isExtensible(Object.preventExtensions({}));\n});\n","var hiddenKeys = require('../internals/hidden-keys');\nvar isObject = require('../internals/is-object');\nvar has = require('../internals/has');\nvar defineProperty = require('../internals/object-define-property').f;\nvar uid = require('../internals/uid');\nvar FREEZING = require('../internals/freezing');\n\nvar METADATA = uid('meta');\nvar id = 0;\n\n// eslint-disable-next-line es/no-object-isextensible -- safe\nvar isExtensible = Object.isExtensible || function () {\n return true;\n};\n\nvar setMetadata = function (it) {\n defineProperty(it, METADATA, { value: {\n objectID: 'O' + ++id, // object ID\n weakData: {} // weak collections IDs\n } });\n};\n\nvar fastKey = function (it, create) {\n // return a primitive with prefix\n if (!isObject(it)) return typeof it == 'symbol' ? it : (typeof it == 'string' ? 'S' : 'P') + it;\n if (!has(it, METADATA)) {\n // can't set metadata to uncaught frozen object\n if (!isExtensible(it)) return 'F';\n // not necessary to add metadata\n if (!create) return 'E';\n // add missing metadata\n setMetadata(it);\n // return object ID\n } return it[METADATA].objectID;\n};\n\nvar getWeakData = function (it, create) {\n if (!has(it, METADATA)) {\n // can't set metadata to uncaught frozen object\n if (!isExtensible(it)) return true;\n // not necessary to add metadata\n if (!create) return false;\n // add missing metadata\n setMetadata(it);\n // return the store of weak collections IDs\n } return it[METADATA].weakData;\n};\n\n// add metadata on freeze-family methods calling\nvar onFreeze = function (it) {\n if (FREEZING && meta.REQUIRED && isExtensible(it) && !has(it, METADATA)) setMetadata(it);\n return it;\n};\n\nvar meta = module.exports = {\n REQUIRED: false,\n fastKey: fastKey,\n getWeakData: getWeakData,\n onFreeze: onFreeze\n};\n\nhiddenKeys[METADATA] = true;\n","var wellKnownSymbol = require('../internals/well-known-symbol');\nvar Iterators = require('../internals/iterators');\n\nvar ITERATOR = wellKnownSymbol('iterator');\nvar ArrayPrototype = Array.prototype;\n\n// check on default Array iterator\nmodule.exports = function (it) {\n return it !== undefined && (Iterators.Array === it || ArrayPrototype[ITERATOR] === it);\n};\n","var wellKnownSymbol = require('../internals/well-known-symbol');\n\nvar TO_STRING_TAG = wellKnownSymbol('toStringTag');\nvar test = {};\n\ntest[TO_STRING_TAG] = 'z';\n\nmodule.exports = String(test) === '[object z]';\n","var TO_STRING_TAG_SUPPORT = require('../internals/to-string-tag-support');\nvar classofRaw = require('../internals/classof-raw');\nvar wellKnownSymbol = require('../internals/well-known-symbol');\n\nvar TO_STRING_TAG = wellKnownSymbol('toStringTag');\n// ES3 wrong here\nvar CORRECT_ARGUMENTS = classofRaw(function () { return arguments; }()) == 'Arguments';\n\n// fallback for IE11 Script Access Denied error\nvar tryGet = function (it, key) {\n try {\n return it[key];\n } catch (error) { /* empty */ }\n};\n\n// getting tag from ES6+ `Object.prototype.toString`\nmodule.exports = TO_STRING_TAG_SUPPORT ? classofRaw : function (it) {\n var O, tag, result;\n return it === undefined ? 'Undefined' : it === null ? 'Null'\n // @@toStringTag case\n : typeof (tag = tryGet(O = Object(it), TO_STRING_TAG)) == 'string' ? tag\n // builtinTag case\n : CORRECT_ARGUMENTS ? classofRaw(O)\n // ES3 arguments fallback\n : (result = classofRaw(O)) == 'Object' && typeof O.callee == 'function' ? 'Arguments' : result;\n};\n","var classof = require('../internals/classof');\nvar Iterators = require('../internals/iterators');\nvar wellKnownSymbol = require('../internals/well-known-symbol');\n\nvar ITERATOR = wellKnownSymbol('iterator');\n\nmodule.exports = function (it) {\n if (it != undefined) return it[ITERATOR]\n || it['@@iterator']\n || Iterators[classof(it)];\n};\n","var anObject = require('../internals/an-object');\n\nmodule.exports = function (iterator) {\n var returnMethod = iterator['return'];\n if (returnMethod !== undefined) {\n return anObject(returnMethod.call(iterator)).value;\n }\n};\n","var anObject = require('../internals/an-object');\nvar isArrayIteratorMethod = require('../internals/is-array-iterator-method');\nvar toLength = require('../internals/to-length');\nvar bind = require('../internals/function-bind-context');\nvar getIteratorMethod = require('../internals/get-iterator-method');\nvar iteratorClose = require('../internals/iterator-close');\n\nvar Result = function (stopped, result) {\n this.stopped = stopped;\n this.result = result;\n};\n\nmodule.exports = function (iterable, unboundFunction, options) {\n var that = options && options.that;\n var AS_ENTRIES = !!(options && options.AS_ENTRIES);\n var IS_ITERATOR = !!(options && options.IS_ITERATOR);\n var INTERRUPTED = !!(options && options.INTERRUPTED);\n var fn = bind(unboundFunction, that, 1 + AS_ENTRIES + INTERRUPTED);\n var iterator, iterFn, index, length, result, next, step;\n\n var stop = function (condition) {\n if (iterator) iteratorClose(iterator);\n return new Result(true, condition);\n };\n\n var callFn = function (value) {\n if (AS_ENTRIES) {\n anObject(value);\n return INTERRUPTED ? fn(value[0], value[1], stop) : fn(value[0], value[1]);\n } return INTERRUPTED ? fn(value, stop) : fn(value);\n };\n\n if (IS_ITERATOR) {\n iterator = iterable;\n } else {\n iterFn = getIteratorMethod(iterable);\n if (typeof iterFn != 'function') throw TypeError('Target is not iterable');\n // optimisation for array iterators\n if (isArrayIteratorMethod(iterFn)) {\n for (index = 0, length = toLength(iterable.length); length > index; index++) {\n result = callFn(iterable[index]);\n if (result && result instanceof Result) return result;\n } return new Result(false);\n }\n iterator = iterFn.call(iterable);\n }\n\n next = iterator.next;\n while (!(step = next.call(iterator)).done) {\n try {\n result = callFn(step.value);\n } catch (error) {\n iteratorClose(iterator);\n throw error;\n }\n if (typeof result == 'object' && result && result instanceof Result) return result;\n } return new Result(false);\n};\n","module.exports = function (it, Constructor, name) {\n if (!(it instanceof Constructor)) {\n throw TypeError('Incorrect ' + (name ? name + ' ' : '') + 'invocation');\n } return it;\n};\n","var wellKnownSymbol = require('../internals/well-known-symbol');\n\nvar ITERATOR = wellKnownSymbol('iterator');\nvar SAFE_CLOSING = false;\n\ntry {\n var called = 0;\n var iteratorWithReturn = {\n next: function () {\n return { done: !!called++ };\n },\n 'return': function () {\n SAFE_CLOSING = true;\n }\n };\n iteratorWithReturn[ITERATOR] = function () {\n return this;\n };\n // eslint-disable-next-line es/no-array-from, no-throw-literal -- required for testing\n Array.from(iteratorWithReturn, function () { throw 2; });\n} catch (error) { /* empty */ }\n\nmodule.exports = function (exec, SKIP_CLOSING) {\n if (!SKIP_CLOSING && !SAFE_CLOSING) return false;\n var ITERATION_SUPPORT = false;\n try {\n var object = {};\n object[ITERATOR] = function () {\n return {\n next: function () {\n return { done: ITERATION_SUPPORT = true };\n }\n };\n };\n exec(object);\n } catch (error) { /* empty */ }\n return ITERATION_SUPPORT;\n};\n","var redefine = require('../internals/redefine');\n\nmodule.exports = function (target, src, options) {\n for (var key in src) redefine(target, key, src[key], options);\n return target;\n};\n","'use strict';\nvar defineProperty = require('../internals/object-define-property').f;\nvar create = require('../internals/object-create');\nvar redefineAll = require('../internals/redefine-all');\nvar bind = require('../internals/function-bind-context');\nvar anInstance = require('../internals/an-instance');\nvar iterate = require('../internals/iterate');\nvar defineIterator = require('../internals/define-iterator');\nvar setSpecies = require('../internals/set-species');\nvar DESCRIPTORS = require('../internals/descriptors');\nvar fastKey = require('../internals/internal-metadata').fastKey;\nvar InternalStateModule = require('../internals/internal-state');\n\nvar setInternalState = InternalStateModule.set;\nvar internalStateGetterFor = InternalStateModule.getterFor;\n\nmodule.exports = {\n getConstructor: function (wrapper, CONSTRUCTOR_NAME, IS_MAP, ADDER) {\n var C = wrapper(function (that, iterable) {\n anInstance(that, C, CONSTRUCTOR_NAME);\n setInternalState(that, {\n type: CONSTRUCTOR_NAME,\n index: create(null),\n first: undefined,\n last: undefined,\n size: 0\n });\n if (!DESCRIPTORS) that.size = 0;\n if (iterable != undefined) iterate(iterable, that[ADDER], { that: that, AS_ENTRIES: IS_MAP });\n });\n\n var getInternalState = internalStateGetterFor(CONSTRUCTOR_NAME);\n\n var define = function (that, key, value) {\n var state = getInternalState(that);\n var entry = getEntry(that, key);\n var previous, index;\n // change existing entry\n if (entry) {\n entry.value = value;\n // create new entry\n } else {\n state.last = entry = {\n index: index = fastKey(key, true),\n key: key,\n value: value,\n previous: previous = state.last,\n next: undefined,\n removed: false\n };\n if (!state.first) state.first = entry;\n if (previous) previous.next = entry;\n if (DESCRIPTORS) state.size++;\n else that.size++;\n // add to index\n if (index !== 'F') state.index[index] = entry;\n } return that;\n };\n\n var getEntry = function (that, key) {\n var state = getInternalState(that);\n // fast case\n var index = fastKey(key);\n var entry;\n if (index !== 'F') return state.index[index];\n // frozen object case\n for (entry = state.first; entry; entry = entry.next) {\n if (entry.key == key) return entry;\n }\n };\n\n redefineAll(C.prototype, {\n // 23.1.3.1 Map.prototype.clear()\n // 23.2.3.2 Set.prototype.clear()\n clear: function clear() {\n var that = this;\n var state = getInternalState(that);\n var data = state.index;\n var entry = state.first;\n while (entry) {\n entry.removed = true;\n if (entry.previous) entry.previous = entry.previous.next = undefined;\n delete data[entry.index];\n entry = entry.next;\n }\n state.first = state.last = undefined;\n if (DESCRIPTORS) state.size = 0;\n else that.size = 0;\n },\n // 23.1.3.3 Map.prototype.delete(key)\n // 23.2.3.4 Set.prototype.delete(value)\n 'delete': function (key) {\n var that = this;\n var state = getInternalState(that);\n var entry = getEntry(that, key);\n if (entry) {\n var next = entry.next;\n var prev = entry.previous;\n delete state.index[entry.index];\n entry.removed = true;\n if (prev) prev.next = next;\n if (next) next.previous = prev;\n if (state.first == entry) state.first = next;\n if (state.last == entry) state.last = prev;\n if (DESCRIPTORS) state.size--;\n else that.size--;\n } return !!entry;\n },\n // 23.2.3.6 Set.prototype.forEach(callbackfn, thisArg = undefined)\n // 23.1.3.5 Map.prototype.forEach(callbackfn, thisArg = undefined)\n forEach: function forEach(callbackfn /* , that = undefined */) {\n var state = getInternalState(this);\n var boundFunction = bind(callbackfn, arguments.length > 1 ? arguments[1] : undefined, 3);\n var entry;\n while (entry = entry ? entry.next : state.first) {\n boundFunction(entry.value, entry.key, this);\n // revert to the last existing entry\n while (entry && entry.removed) entry = entry.previous;\n }\n },\n // 23.1.3.7 Map.prototype.has(key)\n // 23.2.3.7 Set.prototype.has(value)\n has: function has(key) {\n return !!getEntry(this, key);\n }\n });\n\n redefineAll(C.prototype, IS_MAP ? {\n // 23.1.3.6 Map.prototype.get(key)\n get: function get(key) {\n var entry = getEntry(this, key);\n return entry && entry.value;\n },\n // 23.1.3.9 Map.prototype.set(key, value)\n set: function set(key, value) {\n return define(this, key === 0 ? 0 : key, value);\n }\n } : {\n // 23.2.3.1 Set.prototype.add(value)\n add: function add(value) {\n return define(this, value = value === 0 ? 0 : value, value);\n }\n });\n if (DESCRIPTORS) defineProperty(C.prototype, 'size', {\n get: function () {\n return getInternalState(this).size;\n }\n });\n return C;\n },\n setStrong: function (C, CONSTRUCTOR_NAME, IS_MAP) {\n var ITERATOR_NAME = CONSTRUCTOR_NAME + ' Iterator';\n var getInternalCollectionState = internalStateGetterFor(CONSTRUCTOR_NAME);\n var getInternalIteratorState = internalStateGetterFor(ITERATOR_NAME);\n // add .keys, .values, .entries, [@@iterator]\n // 23.1.3.4, 23.1.3.8, 23.1.3.11, 23.1.3.12, 23.2.3.5, 23.2.3.8, 23.2.3.10, 23.2.3.11\n defineIterator(C, CONSTRUCTOR_NAME, function (iterated, kind) {\n setInternalState(this, {\n type: ITERATOR_NAME,\n target: iterated,\n state: getInternalCollectionState(iterated),\n kind: kind,\n last: undefined\n });\n }, function () {\n var state = getInternalIteratorState(this);\n var kind = state.kind;\n var entry = state.last;\n // revert to the last existing entry\n while (entry && entry.removed) entry = entry.previous;\n // get next entry\n if (!state.target || !(state.last = entry = entry ? entry.next : state.state.first)) {\n // or finish the iteration\n state.target = undefined;\n return { value: undefined, done: true };\n }\n // return step by kind\n if (kind == 'keys') return { value: entry.key, done: false };\n if (kind == 'values') return { value: entry.value, done: false };\n return { value: [entry.key, entry.value], done: false };\n }, IS_MAP ? 'entries' : 'values', !IS_MAP, true);\n\n // add [@@species], 23.1.2.2, 23.2.2.2\n setSpecies(CONSTRUCTOR_NAME);\n }\n};\n","'use strict';\nvar $ = require('../internals/export');\nvar global = require('../internals/global');\nvar isForced = require('../internals/is-forced');\nvar redefine = require('../internals/redefine');\nvar InternalMetadataModule = require('../internals/internal-metadata');\nvar iterate = require('../internals/iterate');\nvar anInstance = require('../internals/an-instance');\nvar isObject = require('../internals/is-object');\nvar fails = require('../internals/fails');\nvar checkCorrectnessOfIteration = require('../internals/check-correctness-of-iteration');\nvar setToStringTag = require('../internals/set-to-string-tag');\nvar inheritIfRequired = require('../internals/inherit-if-required');\n\nmodule.exports = function (CONSTRUCTOR_NAME, wrapper, common) {\n var IS_MAP = CONSTRUCTOR_NAME.indexOf('Map') !== -1;\n var IS_WEAK = CONSTRUCTOR_NAME.indexOf('Weak') !== -1;\n var ADDER = IS_MAP ? 'set' : 'add';\n var NativeConstructor = global[CONSTRUCTOR_NAME];\n var NativePrototype = NativeConstructor && NativeConstructor.prototype;\n var Constructor = NativeConstructor;\n var exported = {};\n\n var fixMethod = function (KEY) {\n var nativeMethod = NativePrototype[KEY];\n redefine(NativePrototype, KEY,\n KEY == 'add' ? function add(value) {\n nativeMethod.call(this, value === 0 ? 0 : value);\n return this;\n } : KEY == 'delete' ? function (key) {\n return IS_WEAK && !isObject(key) ? false : nativeMethod.call(this, key === 0 ? 0 : key);\n } : KEY == 'get' ? function get(key) {\n return IS_WEAK && !isObject(key) ? undefined : nativeMethod.call(this, key === 0 ? 0 : key);\n } : KEY == 'has' ? function has(key) {\n return IS_WEAK && !isObject(key) ? false : nativeMethod.call(this, key === 0 ? 0 : key);\n } : function set(key, value) {\n nativeMethod.call(this, key === 0 ? 0 : key, value);\n return this;\n }\n );\n };\n\n var REPLACE = isForced(\n CONSTRUCTOR_NAME,\n typeof NativeConstructor != 'function' || !(IS_WEAK || NativePrototype.forEach && !fails(function () {\n new NativeConstructor().entries().next();\n }))\n );\n\n if (REPLACE) {\n // create collection constructor\n Constructor = common.getConstructor(wrapper, CONSTRUCTOR_NAME, IS_MAP, ADDER);\n InternalMetadataModule.REQUIRED = true;\n } else if (isForced(CONSTRUCTOR_NAME, true)) {\n var instance = new Constructor();\n // early implementations not supports chaining\n var HASNT_CHAINING = instance[ADDER](IS_WEAK ? {} : -0, 1) != instance;\n // V8 ~ Chromium 40- weak-collections throws on primitives, but should return false\n var THROWS_ON_PRIMITIVES = fails(function () { instance.has(1); });\n // most early implementations doesn't supports iterables, most modern - not close it correctly\n // eslint-disable-next-line no-new -- required for testing\n var ACCEPT_ITERABLES = checkCorrectnessOfIteration(function (iterable) { new NativeConstructor(iterable); });\n // for early implementations -0 and +0 not the same\n var BUGGY_ZERO = !IS_WEAK && fails(function () {\n // V8 ~ Chromium 42- fails only with 5+ elements\n var $instance = new NativeConstructor();\n var index = 5;\n while (index--) $instance[ADDER](index, index);\n return !$instance.has(-0);\n });\n\n if (!ACCEPT_ITERABLES) {\n Constructor = wrapper(function (dummy, iterable) {\n anInstance(dummy, Constructor, CONSTRUCTOR_NAME);\n var that = inheritIfRequired(new NativeConstructor(), dummy, Constructor);\n if (iterable != undefined) iterate(iterable, that[ADDER], { that: that, AS_ENTRIES: IS_MAP });\n return that;\n });\n Constructor.prototype = NativePrototype;\n NativePrototype.constructor = Constructor;\n }\n\n if (THROWS_ON_PRIMITIVES || BUGGY_ZERO) {\n fixMethod('delete');\n fixMethod('has');\n IS_MAP && fixMethod('get');\n }\n\n if (BUGGY_ZERO || HASNT_CHAINING) fixMethod(ADDER);\n\n // weak collections should not contains .clear method\n if (IS_WEAK && NativePrototype.clear) delete NativePrototype.clear;\n }\n\n exported[CONSTRUCTOR_NAME] = Constructor;\n $({ global: true, forced: Constructor != NativeConstructor }, exported);\n\n setToStringTag(Constructor, CONSTRUCTOR_NAME);\n\n if (!IS_WEAK) common.setStrong(Constructor, CONSTRUCTOR_NAME, IS_MAP);\n\n return Constructor;\n};\n","'use strict';\nvar collection = require('../internals/collection');\nvar collectionStrong = require('../internals/collection-strong');\n\n// `Map` constructor\n// https://tc39.es/ecma262/#sec-map-objects\nmodule.exports = collection('Map', function (init) {\n return function Map() { return init(this, arguments.length ? arguments[0] : undefined); };\n}, collectionStrong);\n","'use strict';\nvar TO_STRING_TAG_SUPPORT = require('../internals/to-string-tag-support');\nvar classof = require('../internals/classof');\n\n// `Object.prototype.toString` method implementation\n// https://tc39.es/ecma262/#sec-object.prototype.tostring\nmodule.exports = TO_STRING_TAG_SUPPORT ? {}.toString : function toString() {\n return '[object ' + classof(this) + ']';\n};\n","var TO_STRING_TAG_SUPPORT = require('../internals/to-string-tag-support');\nvar redefine = require('../internals/redefine');\nvar toString = require('../internals/object-to-string');\n\n// `Object.prototype.toString` method\n// https://tc39.es/ecma262/#sec-object.prototype.tostring\nif (!TO_STRING_TAG_SUPPORT) {\n redefine(Object.prototype, 'toString', toString, { unsafe: true });\n}\n","'use strict';\nvar charAt = require('../internals/string-multibyte').charAt;\nvar InternalStateModule = require('../internals/internal-state');\nvar defineIterator = require('../internals/define-iterator');\n\nvar STRING_ITERATOR = 'String Iterator';\nvar setInternalState = InternalStateModule.set;\nvar getInternalState = InternalStateModule.getterFor(STRING_ITERATOR);\n\n// `String.prototype[@@iterator]` method\n// https://tc39.es/ecma262/#sec-string.prototype-@@iterator\ndefineIterator(String, 'String', function (iterated) {\n setInternalState(this, {\n type: STRING_ITERATOR,\n string: String(iterated),\n index: 0\n });\n// `%StringIteratorPrototype%.next` method\n// https://tc39.es/ecma262/#sec-%stringiteratorprototype%.next\n}, function next() {\n var state = getInternalState(this);\n var string = state.string;\n var index = state.index;\n var point;\n if (index >= string.length) return { value: undefined, done: true };\n point = charAt(string, index);\n state.index += point.length;\n return { value: point, done: false };\n});\n","// iterable DOM collections\n// flag - `iterable` interface - 'entries', 'keys', 'values', 'forEach' methods\nmodule.exports = {\n CSSRuleList: 0,\n CSSStyleDeclaration: 0,\n CSSValueList: 0,\n ClientRectList: 0,\n DOMRectList: 0,\n DOMStringList: 0,\n DOMTokenList: 1,\n DataTransferItemList: 0,\n FileList: 0,\n HTMLAllCollection: 0,\n HTMLCollection: 0,\n HTMLFormElement: 0,\n HTMLSelectElement: 0,\n MediaList: 0,\n MimeTypeArray: 0,\n NamedNodeMap: 0,\n NodeList: 1,\n PaintRequestList: 0,\n Plugin: 0,\n PluginArray: 0,\n SVGLengthList: 0,\n SVGNumberList: 0,\n SVGPathSegList: 0,\n SVGPointList: 0,\n SVGStringList: 0,\n SVGTransformList: 0,\n SourceBufferList: 0,\n StyleSheetList: 0,\n TextTrackCueList: 0,\n TextTrackList: 0,\n TouchList: 0\n};\n","var global = require('../internals/global');\nvar DOMIterables = require('../internals/dom-iterables');\nvar ArrayIteratorMethods = require('../modules/es.array.iterator');\nvar createNonEnumerableProperty = require('../internals/create-non-enumerable-property');\nvar wellKnownSymbol = require('../internals/well-known-symbol');\n\nvar ITERATOR = wellKnownSymbol('iterator');\nvar TO_STRING_TAG = wellKnownSymbol('toStringTag');\nvar ArrayValues = ArrayIteratorMethods.values;\n\nfor (var COLLECTION_NAME in DOMIterables) {\n var Collection = global[COLLECTION_NAME];\n var CollectionPrototype = Collection && Collection.prototype;\n if (CollectionPrototype) {\n // some Chrome versions have non-configurable methods on DOMTokenList\n if (CollectionPrototype[ITERATOR] !== ArrayValues) try {\n createNonEnumerableProperty(CollectionPrototype, ITERATOR, ArrayValues);\n } catch (error) {\n CollectionPrototype[ITERATOR] = ArrayValues;\n }\n if (!CollectionPrototype[TO_STRING_TAG]) {\n createNonEnumerableProperty(CollectionPrototype, TO_STRING_TAG, COLLECTION_NAME);\n }\n if (DOMIterables[COLLECTION_NAME]) for (var METHOD_NAME in ArrayIteratorMethods) {\n // some Chrome versions have non-configurable methods on DOMTokenList\n if (CollectionPrototype[METHOD_NAME] !== ArrayIteratorMethods[METHOD_NAME]) try {\n createNonEnumerableProperty(CollectionPrototype, METHOD_NAME, ArrayIteratorMethods[METHOD_NAME]);\n } catch (error) {\n CollectionPrototype[METHOD_NAME] = ArrayIteratorMethods[METHOD_NAME];\n }\n }\n }\n}\n","'use strict';\nvar $forEach = require('../internals/array-iteration').forEach;\nvar arrayMethodIsStrict = require('../internals/array-method-is-strict');\n\nvar STRICT_METHOD = arrayMethodIsStrict('forEach');\n\n// `Array.prototype.forEach` method implementation\n// https://tc39.es/ecma262/#sec-array.prototype.foreach\nmodule.exports = !STRICT_METHOD ? function forEach(callbackfn /* , thisArg */) {\n return $forEach(this, callbackfn, arguments.length > 1 ? arguments[1] : undefined);\n// eslint-disable-next-line es/no-array-prototype-foreach -- safe\n} : [].forEach;\n","var global = require('../internals/global');\nvar DOMIterables = require('../internals/dom-iterables');\nvar forEach = require('../internals/array-for-each');\nvar createNonEnumerableProperty = require('../internals/create-non-enumerable-property');\n\nfor (var COLLECTION_NAME in DOMIterables) {\n var Collection = global[COLLECTION_NAME];\n var CollectionPrototype = Collection && Collection.prototype;\n // some Chrome versions have non-configurable methods on DOMTokenList\n if (CollectionPrototype && CollectionPrototype.forEach !== forEach) try {\n createNonEnumerableProperty(CollectionPrototype, 'forEach', forEach);\n } catch (error) {\n CollectionPrototype.forEach = forEach;\n }\n}\n","var fails = require('../internals/fails');\nvar classof = require('../internals/classof-raw');\n\nvar split = ''.split;\n\n// fallback for non-array-like ES3 and non-enumerable old V8 strings\nmodule.exports = fails(function () {\n // throws an error in rhino, see https://github.com/mozilla/rhino/issues/346\n // eslint-disable-next-line no-prototype-builtins -- safe\n return !Object('z').propertyIsEnumerable(0);\n}) ? function (it) {\n return classof(it) == 'String' ? split.call(it, '') : Object(it);\n} : Object;\n","module.exports = false;\n","var IS_PURE = require('../internals/is-pure');\nvar store = require('../internals/shared-store');\n\n(module.exports = function (key, value) {\n return store[key] || (store[key] = value !== undefined ? value : {});\n})('versions', []).push({\n version: '3.13.1',\n mode: IS_PURE ? 'pure' : 'global',\n copyright: '© 2021 Denis Pushkarev (zloirock.ru)'\n});\n","'use strict';\n/* eslint-disable regexp/no-assertion-capturing-group, regexp/no-empty-group, regexp/no-lazy-ends -- testing */\n/* eslint-disable regexp/no-useless-quantifier -- testing */\nvar regexpFlags = require('./regexp-flags');\nvar stickyHelpers = require('./regexp-sticky-helpers');\nvar shared = require('./shared');\n\nvar nativeExec = RegExp.prototype.exec;\nvar nativeReplace = shared('native-string-replace', String.prototype.replace);\n\nvar patchedExec = nativeExec;\n\nvar UPDATES_LAST_INDEX_WRONG = (function () {\n var re1 = /a/;\n var re2 = /b*/g;\n nativeExec.call(re1, 'a');\n nativeExec.call(re2, 'a');\n return re1.lastIndex !== 0 || re2.lastIndex !== 0;\n})();\n\nvar UNSUPPORTED_Y = stickyHelpers.UNSUPPORTED_Y || stickyHelpers.BROKEN_CARET;\n\n// nonparticipating capturing group, copied from es5-shim's String#split patch.\nvar NPCG_INCLUDED = /()??/.exec('')[1] !== undefined;\n\nvar PATCH = UPDATES_LAST_INDEX_WRONG || NPCG_INCLUDED || UNSUPPORTED_Y;\n\nif (PATCH) {\n patchedExec = function exec(str) {\n var re = this;\n var lastIndex, reCopy, match, i;\n var sticky = UNSUPPORTED_Y && re.sticky;\n var flags = regexpFlags.call(re);\n var source = re.source;\n var charsAdded = 0;\n var strCopy = str;\n\n if (sticky) {\n flags = flags.replace('y', '');\n if (flags.indexOf('g') === -1) {\n flags += 'g';\n }\n\n strCopy = String(str).slice(re.lastIndex);\n // Support anchored sticky behavior.\n if (re.lastIndex > 0 && (!re.multiline || re.multiline && str[re.lastIndex - 1] !== '\\n')) {\n source = '(?: ' + source + ')';\n strCopy = ' ' + strCopy;\n charsAdded++;\n }\n // ^(? + rx + ) is needed, in combination with some str slicing, to\n // simulate the 'y' flag.\n reCopy = new RegExp('^(?:' + source + ')', flags);\n }\n\n if (NPCG_INCLUDED) {\n reCopy = new RegExp('^' + source + '$(?!\\\\s)', flags);\n }\n if (UPDATES_LAST_INDEX_WRONG) lastIndex = re.lastIndex;\n\n match = nativeExec.call(sticky ? reCopy : re, strCopy);\n\n if (sticky) {\n if (match) {\n match.input = match.input.slice(charsAdded);\n match[0] = match[0].slice(charsAdded);\n match.index = re.lastIndex;\n re.lastIndex += match[0].length;\n } else re.lastIndex = 0;\n } else if (UPDATES_LAST_INDEX_WRONG && match) {\n re.lastIndex = re.global ? match.index + match[0].length : lastIndex;\n }\n if (NPCG_INCLUDED && match && match.length > 1) {\n // Fix browsers whose `exec` methods don't consistently return `undefined`\n // for NPCG, like IE8. NOTE: This doesn' work for /(.?)?/\n nativeReplace.call(match[0], reCopy, function () {\n for (i = 1; i < arguments.length - 2; i++) {\n if (arguments[i] === undefined) match[i] = undefined;\n }\n });\n }\n\n return match;\n };\n}\n\nmodule.exports = patchedExec;\n","var check = function (it) {\n return it && it.Math == Math && it;\n};\n\n// https://github.com/zloirock/core-js/issues/86#issuecomment-115759028\nmodule.exports =\n // eslint-disable-next-line es/no-global-this -- safe\n check(typeof globalThis == 'object' && globalThis) ||\n check(typeof window == 'object' && window) ||\n // eslint-disable-next-line no-restricted-globals -- safe\n check(typeof self == 'object' && self) ||\n check(typeof global == 'object' && global) ||\n // eslint-disable-next-line no-new-func -- fallback\n (function () { return this; })() || Function('return this')();\n","var global = require('../internals/global');\nvar userAgent = require('../internals/engine-user-agent');\n\nvar process = global.process;\nvar versions = process && process.versions;\nvar v8 = versions && versions.v8;\nvar match, version;\n\nif (v8) {\n match = v8.split('.');\n version = match[0] < 4 ? 1 : match[0] + match[1];\n} else if (userAgent) {\n match = userAgent.match(/Edge\\/(\\d+)/);\n if (!match || match[1] >= 74) {\n match = userAgent.match(/Chrome\\/(\\d+)/);\n if (match) version = match[1];\n }\n}\n\nmodule.exports = version && +version;\n","/**\n * @copyright 2018 Christoph Wurst <christoph@winzerhof-wurst.at>\n *\n * @author Christoph Wurst <christoph@winzerhof-wurst.at>\n * @author John Molakvoæ <skjnldsv@protonmail.com>\n *\n * @license GNU AGPL version 3 or any later version\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see <http://www.gnu.org/licenses/>.\n *\n */\n\nimport $ from 'jquery'\n\n/*\n*\t@name\t\t\t\t\t\t\tShow Password\n*\t@description\n*\t@version\t\t\t\t\t\t1.3\n*\t@requires\t\t\t\t\t\tJquery 1.5\n*\n*\t@author\t\t\t\t\t\t\tJan Jarfalk\n*\t@author-email\t\t\t\t\tjan.jarfalk@unwrongest.com\n*\t@author-website\t\t\t\t\thttp://www.unwrongest.com\n*\n*\t@special-thanks\t\t\t\t\tMichel Gratton\n*\n*\t@licens\t\t\t\t\t\t\tMIT License - http://www.opensource.org/licenses/mit-license.php\n*/\n$.fn.extend({\n\tshowPassword(c) {\n\n\t\t// Setup callback object\n\t\tconst callback = { fn: null, args: {} }\n\t\tcallback.fn = c\n\n\t\t// Clones passwords and turn the clones into text inputs\n\t\tconst cloneElement = function(element) {\n\n\t\t\tconst $element = $(element)\n\n\t\t\tconst $clone = $('<input />')\n\n\t\t\t// Name added for JQuery Validation compatibility\n\t\t\t// Element name is required to avoid script warning.\n\t\t\t$clone.attr({\n\t\t\t\ttype: 'text',\n\t\t\t\tclass: $element.attr('class'),\n\t\t\t\tstyle: $element.attr('style'),\n\t\t\t\tsize: $element.attr('size'),\n\t\t\t\tname: $element.attr('name') + '-clone',\n\t\t\t\ttabindex: $element.attr('tabindex'),\n\t\t\t\tautocomplete: 'off',\n\t\t\t})\n\n\t\t\tif ($element.attr('placeholder') !== undefined) {\n\t\t\t\t$clone.attr('placeholder', $element.attr('placeholder'))\n\t\t\t}\n\n\t\t\treturn $clone\n\n\t\t}\n\n\t\t// Transfers values between two elements\n\t\tconst update = function(a, b) {\n\t\t\tb.val(a.val())\n\t\t}\n\n\t\t// Shows a or b depending on checkbox\n\t\tconst setState = function(checkbox, a, b) {\n\n\t\t\tif (checkbox.is(':checked')) {\n\t\t\t\tupdate(a, b)\n\t\t\t\tb.show()\n\t\t\t\ta.hide()\n\t\t\t} else {\n\t\t\t\tupdate(b, a)\n\t\t\t\tb.hide()\n\t\t\t\ta.show()\n\t\t\t}\n\n\t\t}\n\n\t\treturn this.each(function() {\n\n\t\t\tconst $input = $(this)\n\t\t\tconst $checkbox = $($input.data('typetoggle'))\n\n\t\t\t// Create clone\n\t\t\tconst $clone = cloneElement($input)\n\t\t\t$clone.insertAfter($input)\n\n\t\t\t// Set callback arguments\n\t\t\tif (callback.fn) {\n\t\t\t\tcallback.args.input = $input\n\t\t\t\tcallback.args.checkbox = $checkbox\n\t\t\t\tcallback.args.clone = $clone\n\t\t\t}\n\n\t\t\t$checkbox.bind('click', function() {\n\t\t\t\tsetState($checkbox, $input, $clone)\n\t\t\t})\n\n\t\t\t$input.bind('keyup', function() {\n\t\t\t\tupdate($input, $clone)\n\t\t\t})\n\n\t\t\t$clone.bind('keyup', function() {\n\t\t\t\tupdate($clone, $input)\n\n\t\t\t\t// Added for JQuery Validation compatibility\n\t\t\t\t// This will trigger validation if it's ON for keyup event\n\t\t\t\t$input.trigger('keyup')\n\n\t\t\t})\n\n\t\t\t// Added for JQuery Validation compatibility\n\t\t\t// This will trigger validation if it's ON for blur event\n\t\t\t$clone.bind('blur', function() {\n\t\t\t\t$input.trigger('focusout')\n\t\t\t})\n\n\t\t\tsetState($checkbox, $input, $clone)\n\n\t\t\t// set type of password field clone (type=text) to password right on submit\n\t\t\t// to prevent browser save the value of this field\n\t\t\t$clone.closest('form').submit(function(e) {\n\t\t\t\t// .prop has to be used, because .attr throws\n\t\t\t\t// an error while changing a type of an input\n\t\t\t\t// element\n\t\t\t\t$clone.prop('type', 'password')\n\t\t\t})\n\n\t\t\tif (callback.fn) {\n\t\t\t\tcallback.fn(callback.args)\n\t\t\t}\n\n\t\t})\n\t},\n})\n","/*!\n * jQuery UI Widget 1.12.1\n * http://jqueryui.com\n *\n * Copyright jQuery Foundation and other contributors\n * Released under the MIT license.\n * http://jquery.org/license\n */\n\n//>>label: Widget\n//>>group: Core\n//>>description: Provides a factory for creating stateful widgets with a common API.\n//>>docs: http://api.jqueryui.com/jQuery.widget/\n//>>demos: http://jqueryui.com/widget/\n\n( function( factory ) {\n\tif ( typeof define === \"function\" && define.amd ) {\n\n\t\t// AMD. Register as an anonymous module.\n\t\tdefine( [ \"jquery\", \"./version\" ], factory );\n\t} else {\n\n\t\t// Browser globals\n\t\tfactory( jQuery );\n\t}\n}( function( $ ) {\n\nvar widgetUuid = 0;\nvar widgetSlice = Array.prototype.slice;\n\n$.cleanData = ( function( orig ) {\n\treturn function( elems ) {\n\t\tvar events, elem, i;\n\t\tfor ( i = 0; ( elem = elems[ i ] ) != null; i++ ) {\n\t\t\ttry {\n\n\t\t\t\t// Only trigger remove when necessary to save time\n\t\t\t\tevents = $._data( elem, \"events\" );\n\t\t\t\tif ( events && events.remove ) {\n\t\t\t\t\t$( elem ).triggerHandler( \"remove\" );\n\t\t\t\t}\n\n\t\t\t// Http://bugs.jquery.com/ticket/8235\n\t\t\t} catch ( e ) {}\n\t\t}\n\t\torig( elems );\n\t};\n} )( $.cleanData );\n\n$.widget = function( name, base, prototype ) {\n\tvar existingConstructor, constructor, basePrototype;\n\n\t// ProxiedPrototype allows the provided prototype to remain unmodified\n\t// so that it can be used as a mixin for multiple widgets (#8876)\n\tvar proxiedPrototype = {};\n\n\tvar namespace = name.split( \".\" )[ 0 ];\n\tname = name.split( \".\" )[ 1 ];\n\tvar fullName = namespace + \"-\" + name;\n\n\tif ( !prototype ) {\n\t\tprototype = base;\n\t\tbase = $.Widget;\n\t}\n\n\tif ( $.isArray( prototype ) ) {\n\t\tprototype = $.extend.apply( null, [ {} ].concat( prototype ) );\n\t}\n\n\t// Create selector for plugin\n\t$.expr[ \":\" ][ fullName.toLowerCase() ] = function( elem ) {\n\t\treturn !!$.data( elem, fullName );\n\t};\n\n\t$[ namespace ] = $[ namespace ] || {};\n\texistingConstructor = $[ namespace ][ name ];\n\tconstructor = $[ namespace ][ name ] = function( options, element ) {\n\n\t\t// Allow instantiation without \"new\" keyword\n\t\tif ( !this._createWidget ) {\n\t\t\treturn new constructor( options, element );\n\t\t}\n\n\t\t// Allow instantiation without initializing for simple inheritance\n\t\t// must use \"new\" keyword (the code above always passes args)\n\t\tif ( arguments.length ) {\n\t\t\tthis._createWidget( options, element );\n\t\t}\n\t};\n\n\t// Extend with the existing constructor to carry over any static properties\n\t$.extend( constructor, existingConstructor, {\n\t\tversion: prototype.version,\n\n\t\t// Copy the object used to create the prototype in case we need to\n\t\t// redefine the widget later\n\t\t_proto: $.extend( {}, prototype ),\n\n\t\t// Track widgets that inherit from this widget in case this widget is\n\t\t// redefined after a widget inherits from it\n\t\t_childConstructors: []\n\t} );\n\n\tbasePrototype = new base();\n\n\t// We need to make the options hash a property directly on the new instance\n\t// otherwise we'll modify the options hash on the prototype that we're\n\t// inheriting from\n\tbasePrototype.options = $.widget.extend( {}, basePrototype.options );\n\t$.each( prototype, function( prop, value ) {\n\t\tif ( !$.isFunction( value ) ) {\n\t\t\tproxiedPrototype[ prop ] = value;\n\t\t\treturn;\n\t\t}\n\t\tproxiedPrototype[ prop ] = ( function() {\n\t\t\tfunction _super() {\n\t\t\t\treturn base.prototype[ prop ].apply( this, arguments );\n\t\t\t}\n\n\t\t\tfunction _superApply( args ) {\n\t\t\t\treturn base.prototype[ prop ].apply( this, args );\n\t\t\t}\n\n\t\t\treturn function() {\n\t\t\t\tvar __super = this._super;\n\t\t\t\tvar __superApply = this._superApply;\n\t\t\t\tvar returnValue;\n\n\t\t\t\tthis._super = _super;\n\t\t\t\tthis._superApply = _superApply;\n\n\t\t\t\treturnValue = value.apply( this, arguments );\n\n\t\t\t\tthis._super = __super;\n\t\t\t\tthis._superApply = __superApply;\n\n\t\t\t\treturn returnValue;\n\t\t\t};\n\t\t} )();\n\t} );\n\tconstructor.prototype = $.widget.extend( basePrototype, {\n\n\t\t// TODO: remove support for widgetEventPrefix\n\t\t// always use the name + a colon as the prefix, e.g., draggable:start\n\t\t// don't prefix for widgets that aren't DOM-based\n\t\twidgetEventPrefix: existingConstructor ? ( basePrototype.widgetEventPrefix || name ) : name\n\t}, proxiedPrototype, {\n\t\tconstructor: constructor,\n\t\tnamespace: namespace,\n\t\twidgetName: name,\n\t\twidgetFullName: fullName\n\t} );\n\n\t// If this widget is being redefined then we need to find all widgets that\n\t// are inheriting from it and redefine all of them so that they inherit from\n\t// the new version of this widget. We're essentially trying to replace one\n\t// level in the prototype chain.\n\tif ( existingConstructor ) {\n\t\t$.each( existingConstructor._childConstructors, function( i, child ) {\n\t\t\tvar childPrototype = child.prototype;\n\n\t\t\t// Redefine the child widget using the same prototype that was\n\t\t\t// originally used, but inherit from the new version of the base\n\t\t\t$.widget( childPrototype.namespace + \".\" + childPrototype.widgetName, constructor,\n\t\t\t\tchild._proto );\n\t\t} );\n\n\t\t// Remove the list of existing child constructors from the old constructor\n\t\t// so the old child constructors can be garbage collected\n\t\tdelete existingConstructor._childConstructors;\n\t} else {\n\t\tbase._childConstructors.push( constructor );\n\t}\n\n\t$.widget.bridge( name, constructor );\n\n\treturn constructor;\n};\n\n$.widget.extend = function( target ) {\n\tvar input = widgetSlice.call( arguments, 1 );\n\tvar inputIndex = 0;\n\tvar inputLength = input.length;\n\tvar key;\n\tvar value;\n\n\tfor ( ; inputIndex < inputLength; inputIndex++ ) {\n\t\tfor ( key in input[ inputIndex ] ) {\n\t\t\tvalue = input[ inputIndex ][ key ];\n\t\t\tif ( input[ inputIndex ].hasOwnProperty( key ) && value !== undefined ) {\n\n\t\t\t\t// Clone objects\n\t\t\t\tif ( $.isPlainObject( value ) ) {\n\t\t\t\t\ttarget[ key ] = $.isPlainObject( target[ key ] ) ?\n\t\t\t\t\t\t$.widget.extend( {}, target[ key ], value ) :\n\n\t\t\t\t\t\t// Don't extend strings, arrays, etc. with objects\n\t\t\t\t\t\t$.widget.extend( {}, value );\n\n\t\t\t\t// Copy everything else by reference\n\t\t\t\t} else {\n\t\t\t\t\ttarget[ key ] = value;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n\treturn target;\n};\n\n$.widget.bridge = function( name, object ) {\n\tvar fullName = object.prototype.widgetFullName || name;\n\t$.fn[ name ] = function( options ) {\n\t\tvar isMethodCall = typeof options === \"string\";\n\t\tvar args = widgetSlice.call( arguments, 1 );\n\t\tvar returnValue = this;\n\n\t\tif ( isMethodCall ) {\n\n\t\t\t// If this is an empty collection, we need to have the instance method\n\t\t\t// return undefined instead of the jQuery instance\n\t\t\tif ( !this.length && options === \"instance\" ) {\n\t\t\t\treturnValue = undefined;\n\t\t\t} else {\n\t\t\t\tthis.each( function() {\n\t\t\t\t\tvar methodValue;\n\t\t\t\t\tvar instance = $.data( this, fullName );\n\n\t\t\t\t\tif ( options === \"instance\" ) {\n\t\t\t\t\t\treturnValue = instance;\n\t\t\t\t\t\treturn false;\n\t\t\t\t\t}\n\n\t\t\t\t\tif ( !instance ) {\n\t\t\t\t\t\treturn $.error( \"cannot call methods on \" + name +\n\t\t\t\t\t\t\t\" prior to initialization; \" +\n\t\t\t\t\t\t\t\"attempted to call method '\" + options + \"'\" );\n\t\t\t\t\t}\n\n\t\t\t\t\tif ( !$.isFunction( instance[ options ] ) || options.charAt( 0 ) === \"_\" ) {\n\t\t\t\t\t\treturn $.error( \"no such method '\" + options + \"' for \" + name +\n\t\t\t\t\t\t\t\" widget instance\" );\n\t\t\t\t\t}\n\n\t\t\t\t\tmethodValue = instance[ options ].apply( instance, args );\n\n\t\t\t\t\tif ( methodValue !== instance && methodValue !== undefined ) {\n\t\t\t\t\t\treturnValue = methodValue && methodValue.jquery ?\n\t\t\t\t\t\t\treturnValue.pushStack( methodValue.get() ) :\n\t\t\t\t\t\t\tmethodValue;\n\t\t\t\t\t\treturn false;\n\t\t\t\t\t}\n\t\t\t\t} );\n\t\t\t}\n\t\t} else {\n\n\t\t\t// Allow multiple hashes to be passed on init\n\t\t\tif ( args.length ) {\n\t\t\t\toptions = $.widget.extend.apply( null, [ options ].concat( args ) );\n\t\t\t}\n\n\t\t\tthis.each( function() {\n\t\t\t\tvar instance = $.data( this, fullName );\n\t\t\t\tif ( instance ) {\n\t\t\t\t\tinstance.option( options || {} );\n\t\t\t\t\tif ( instance._init ) {\n\t\t\t\t\t\tinstance._init();\n\t\t\t\t\t}\n\t\t\t\t} else {\n\t\t\t\t\t$.data( this, fullName, new object( options, this ) );\n\t\t\t\t}\n\t\t\t} );\n\t\t}\n\n\t\treturn returnValue;\n\t};\n};\n\n$.Widget = function( /* options, element */ ) {};\n$.Widget._childConstructors = [];\n\n$.Widget.prototype = {\n\twidgetName: \"widget\",\n\twidgetEventPrefix: \"\",\n\tdefaultElement: \"<div>\",\n\n\toptions: {\n\t\tclasses: {},\n\t\tdisabled: false,\n\n\t\t// Callbacks\n\t\tcreate: null\n\t},\n\n\t_createWidget: function( options, element ) {\n\t\telement = $( element || this.defaultElement || this )[ 0 ];\n\t\tthis.element = $( element );\n\t\tthis.uuid = widgetUuid++;\n\t\tthis.eventNamespace = \".\" + this.widgetName + this.uuid;\n\n\t\tthis.bindings = $();\n\t\tthis.hoverable = $();\n\t\tthis.focusable = $();\n\t\tthis.classesElementLookup = {};\n\n\t\tif ( element !== this ) {\n\t\t\t$.data( element, this.widgetFullName, this );\n\t\t\tthis._on( true, this.element, {\n\t\t\t\tremove: function( event ) {\n\t\t\t\t\tif ( event.target === element ) {\n\t\t\t\t\t\tthis.destroy();\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t} );\n\t\t\tthis.document = $( element.style ?\n\n\t\t\t\t// Element within the document\n\t\t\t\telement.ownerDocument :\n\n\t\t\t\t// Element is window or document\n\t\t\t\telement.document || element );\n\t\t\tthis.window = $( this.document[ 0 ].defaultView || this.document[ 0 ].parentWindow );\n\t\t}\n\n\t\tthis.options = $.widget.extend( {},\n\t\t\tthis.options,\n\t\t\tthis._getCreateOptions(),\n\t\t\toptions );\n\n\t\tthis._create();\n\n\t\tif ( this.options.disabled ) {\n\t\t\tthis._setOptionDisabled( this.options.disabled );\n\t\t}\n\n\t\tthis._trigger( \"create\", null, this._getCreateEventData() );\n\t\tthis._init();\n\t},\n\n\t_getCreateOptions: function() {\n\t\treturn {};\n\t},\n\n\t_getCreateEventData: $.noop,\n\n\t_create: $.noop,\n\n\t_init: $.noop,\n\n\tdestroy: function() {\n\t\tvar that = this;\n\n\t\tthis._destroy();\n\t\t$.each( this.classesElementLookup, function( key, value ) {\n\t\t\tthat._removeClass( value, key );\n\t\t} );\n\n\t\t// We can probably remove the unbind calls in 2.0\n\t\t// all event bindings should go through this._on()\n\t\tthis.element\n\t\t\t.off( this.eventNamespace )\n\t\t\t.removeData( this.widgetFullName );\n\t\tthis.widget()\n\t\t\t.off( this.eventNamespace )\n\t\t\t.removeAttr( \"aria-disabled\" );\n\n\t\t// Clean up events and states\n\t\tthis.bindings.off( this.eventNamespace );\n\t},\n\n\t_destroy: $.noop,\n\n\twidget: function() {\n\t\treturn this.element;\n\t},\n\n\toption: function( key, value ) {\n\t\tvar options = key;\n\t\tvar parts;\n\t\tvar curOption;\n\t\tvar i;\n\n\t\tif ( arguments.length === 0 ) {\n\n\t\t\t// Don't return a reference to the internal hash\n\t\t\treturn $.widget.extend( {}, this.options );\n\t\t}\n\n\t\tif ( typeof key === \"string\" ) {\n\n\t\t\t// Handle nested keys, e.g., \"foo.bar\" => { foo: { bar: ___ } }\n\t\t\toptions = {};\n\t\t\tparts = key.split( \".\" );\n\t\t\tkey = parts.shift();\n\t\t\tif ( parts.length ) {\n\t\t\t\tcurOption = options[ key ] = $.widget.extend( {}, this.options[ key ] );\n\t\t\t\tfor ( i = 0; i < parts.length - 1; i++ ) {\n\t\t\t\t\tcurOption[ parts[ i ] ] = curOption[ parts[ i ] ] || {};\n\t\t\t\t\tcurOption = curOption[ parts[ i ] ];\n\t\t\t\t}\n\t\t\t\tkey = parts.pop();\n\t\t\t\tif ( arguments.length === 1 ) {\n\t\t\t\t\treturn curOption[ key ] === undefined ? null : curOption[ key ];\n\t\t\t\t}\n\t\t\t\tcurOption[ key ] = value;\n\t\t\t} else {\n\t\t\t\tif ( arguments.length === 1 ) {\n\t\t\t\t\treturn this.options[ key ] === undefined ? null : this.options[ key ];\n\t\t\t\t}\n\t\t\t\toptions[ key ] = value;\n\t\t\t}\n\t\t}\n\n\t\tthis._setOptions( options );\n\n\t\treturn this;\n\t},\n\n\t_setOptions: function( options ) {\n\t\tvar key;\n\n\t\tfor ( key in options ) {\n\t\t\tthis._setOption( key, options[ key ] );\n\t\t}\n\n\t\treturn this;\n\t},\n\n\t_setOption: function( key, value ) {\n\t\tif ( key === \"classes\" ) {\n\t\t\tthis._setOptionClasses( value );\n\t\t}\n\n\t\tthis.options[ key ] = value;\n\n\t\tif ( key === \"disabled\" ) {\n\t\t\tthis._setOptionDisabled( value );\n\t\t}\n\n\t\treturn this;\n\t},\n\n\t_setOptionClasses: function( value ) {\n\t\tvar classKey, elements, currentElements;\n\n\t\tfor ( classKey in value ) {\n\t\t\tcurrentElements = this.classesElementLookup[ classKey ];\n\t\t\tif ( value[ classKey ] === this.options.classes[ classKey ] ||\n\t\t\t\t\t!currentElements ||\n\t\t\t\t\t!currentElements.length ) {\n\t\t\t\tcontinue;\n\t\t\t}\n\n\t\t\t// We are doing this to create a new jQuery object because the _removeClass() call\n\t\t\t// on the next line is going to destroy the reference to the current elements being\n\t\t\t// tracked. We need to save a copy of this collection so that we can add the new classes\n\t\t\t// below.\n\t\t\telements = $( currentElements.get() );\n\t\t\tthis._removeClass( currentElements, classKey );\n\n\t\t\t// We don't use _addClass() here, because that uses this.options.classes\n\t\t\t// for generating the string of classes. We want to use the value passed in from\n\t\t\t// _setOption(), this is the new value of the classes option which was passed to\n\t\t\t// _setOption(). We pass this value directly to _classes().\n\t\t\telements.addClass( this._classes( {\n\t\t\t\telement: elements,\n\t\t\t\tkeys: classKey,\n\t\t\t\tclasses: value,\n\t\t\t\tadd: true\n\t\t\t} ) );\n\t\t}\n\t},\n\n\t_setOptionDisabled: function( value ) {\n\t\tthis._toggleClass( this.widget(), this.widgetFullName + \"-disabled\", null, !!value );\n\n\t\t// If the widget is becoming disabled, then nothing is interactive\n\t\tif ( value ) {\n\t\t\tthis._removeClass( this.hoverable, null, \"ui-state-hover\" );\n\t\t\tthis._removeClass( this.focusable, null, \"ui-state-focus\" );\n\t\t}\n\t},\n\n\tenable: function() {\n\t\treturn this._setOptions( { disabled: false } );\n\t},\n\n\tdisable: function() {\n\t\treturn this._setOptions( { disabled: true } );\n\t},\n\n\t_classes: function( options ) {\n\t\tvar full = [];\n\t\tvar that = this;\n\n\t\toptions = $.extend( {\n\t\t\telement: this.element,\n\t\t\tclasses: this.options.classes || {}\n\t\t}, options );\n\n\t\tfunction processClassString( classes, checkOption ) {\n\t\t\tvar current, i;\n\t\t\tfor ( i = 0; i < classes.length; i++ ) {\n\t\t\t\tcurrent = that.classesElementLookup[ classes[ i ] ] || $();\n\t\t\t\tif ( options.add ) {\n\t\t\t\t\tcurrent = $( $.unique( current.get().concat( options.element.get() ) ) );\n\t\t\t\t} else {\n\t\t\t\t\tcurrent = $( current.not( options.element ).get() );\n\t\t\t\t}\n\t\t\t\tthat.classesElementLookup[ classes[ i ] ] = current;\n\t\t\t\tfull.push( classes[ i ] );\n\t\t\t\tif ( checkOption && options.classes[ classes[ i ] ] ) {\n\t\t\t\t\tfull.push( options.classes[ classes[ i ] ] );\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\tthis._on( options.element, {\n\t\t\t\"remove\": \"_untrackClassesElement\"\n\t\t} );\n\n\t\tif ( options.keys ) {\n\t\t\tprocessClassString( options.keys.match( /\\S+/g ) || [], true );\n\t\t}\n\t\tif ( options.extra ) {\n\t\t\tprocessClassString( options.extra.match( /\\S+/g ) || [] );\n\t\t}\n\n\t\treturn full.join( \" \" );\n\t},\n\n\t_untrackClassesElement: function( event ) {\n\t\tvar that = this;\n\t\t$.each( that.classesElementLookup, function( key, value ) {\n\t\t\tif ( $.inArray( event.target, value ) !== -1 ) {\n\t\t\t\tthat.classesElementLookup[ key ] = $( value.not( event.target ).get() );\n\t\t\t}\n\t\t} );\n\t},\n\n\t_removeClass: function( element, keys, extra ) {\n\t\treturn this._toggleClass( element, keys, extra, false );\n\t},\n\n\t_addClass: function( element, keys, extra ) {\n\t\treturn this._toggleClass( element, keys, extra, true );\n\t},\n\n\t_toggleClass: function( element, keys, extra, add ) {\n\t\tadd = ( typeof add === \"boolean\" ) ? add : extra;\n\t\tvar shift = ( typeof element === \"string\" || element === null ),\n\t\t\toptions = {\n\t\t\t\textra: shift ? keys : extra,\n\t\t\t\tkeys: shift ? element : keys,\n\t\t\t\telement: shift ? this.element : element,\n\t\t\t\tadd: add\n\t\t\t};\n\t\toptions.element.toggleClass( this._classes( options ), add );\n\t\treturn this;\n\t},\n\n\t_on: function( suppressDisabledCheck, element, handlers ) {\n\t\tvar delegateElement;\n\t\tvar instance = this;\n\n\t\t// No suppressDisabledCheck flag, shuffle arguments\n\t\tif ( typeof suppressDisabledCheck !== \"boolean\" ) {\n\t\t\thandlers = element;\n\t\t\telement = suppressDisabledCheck;\n\t\t\tsuppressDisabledCheck = false;\n\t\t}\n\n\t\t// No element argument, shuffle and use this.element\n\t\tif ( !handlers ) {\n\t\t\thandlers = element;\n\t\t\telement = this.element;\n\t\t\tdelegateElement = this.widget();\n\t\t} else {\n\t\t\telement = delegateElement = $( element );\n\t\t\tthis.bindings = this.bindings.add( element );\n\t\t}\n\n\t\t$.each( handlers, function( event, handler ) {\n\t\t\tfunction handlerProxy() {\n\n\t\t\t\t// Allow widgets to customize the disabled handling\n\t\t\t\t// - disabled as an array instead of boolean\n\t\t\t\t// - disabled class as method for disabling individual parts\n\t\t\t\tif ( !suppressDisabledCheck &&\n\t\t\t\t\t\t( instance.options.disabled === true ||\n\t\t\t\t\t\t$( this ).hasClass( \"ui-state-disabled\" ) ) ) {\n\t\t\t\t\treturn;\n\t\t\t\t}\n\t\t\t\treturn ( typeof handler === \"string\" ? instance[ handler ] : handler )\n\t\t\t\t\t.apply( instance, arguments );\n\t\t\t}\n\n\t\t\t// Copy the guid so direct unbinding works\n\t\t\tif ( typeof handler !== \"string\" ) {\n\t\t\t\thandlerProxy.guid = handler.guid =\n\t\t\t\t\thandler.guid || handlerProxy.guid || $.guid++;\n\t\t\t}\n\n\t\t\tvar match = event.match( /^([\\w:-]*)\\s*(.*)$/ );\n\t\t\tvar eventName = match[ 1 ] + instance.eventNamespace;\n\t\t\tvar selector = match[ 2 ];\n\n\t\t\tif ( selector ) {\n\t\t\t\tdelegateElement.on( eventName, selector, handlerProxy );\n\t\t\t} else {\n\t\t\t\telement.on( eventName, handlerProxy );\n\t\t\t}\n\t\t} );\n\t},\n\n\t_off: function( element, eventName ) {\n\t\teventName = ( eventName || \"\" ).split( \" \" ).join( this.eventNamespace + \" \" ) +\n\t\t\tthis.eventNamespace;\n\t\telement.off( eventName ).off( eventName );\n\n\t\t// Clear the stack to avoid memory leaks (#10056)\n\t\tthis.bindings = $( this.bindings.not( element ).get() );\n\t\tthis.focusable = $( this.focusable.not( element ).get() );\n\t\tthis.hoverable = $( this.hoverable.not( element ).get() );\n\t},\n\n\t_delay: function( handler, delay ) {\n\t\tfunction handlerProxy() {\n\t\t\treturn ( typeof handler === \"string\" ? instance[ handler ] : handler )\n\t\t\t\t.apply( instance, arguments );\n\t\t}\n\t\tvar instance = this;\n\t\treturn setTimeout( handlerProxy, delay || 0 );\n\t},\n\n\t_hoverable: function( element ) {\n\t\tthis.hoverable = this.hoverable.add( element );\n\t\tthis._on( element, {\n\t\t\tmouseenter: function( event ) {\n\t\t\t\tthis._addClass( $( event.currentTarget ), null, \"ui-state-hover\" );\n\t\t\t},\n\t\t\tmouseleave: function( event ) {\n\t\t\t\tthis._removeClass( $( event.currentTarget ), null, \"ui-state-hover\" );\n\t\t\t}\n\t\t} );\n\t},\n\n\t_focusable: function( element ) {\n\t\tthis.focusable = this.focusable.add( element );\n\t\tthis._on( element, {\n\t\t\tfocusin: function( event ) {\n\t\t\t\tthis._addClass( $( event.currentTarget ), null, \"ui-state-focus\" );\n\t\t\t},\n\t\t\tfocusout: function( event ) {\n\t\t\t\tthis._removeClass( $( event.currentTarget ), null, \"ui-state-focus\" );\n\t\t\t}\n\t\t} );\n\t},\n\n\t_trigger: function( type, event, data ) {\n\t\tvar prop, orig;\n\t\tvar callback = this.options[ type ];\n\n\t\tdata = data || {};\n\t\tevent = $.Event( event );\n\t\tevent.type = ( type === this.widgetEventPrefix ?\n\t\t\ttype :\n\t\t\tthis.widgetEventPrefix + type ).toLowerCase();\n\n\t\t// The original event may come from any element\n\t\t// so we need to reset the target on the new event\n\t\tevent.target = this.element[ 0 ];\n\n\t\t// Copy original event properties over to the new event\n\t\torig = event.originalEvent;\n\t\tif ( orig ) {\n\t\t\tfor ( prop in orig ) {\n\t\t\t\tif ( !( prop in event ) ) {\n\t\t\t\t\tevent[ prop ] = orig[ prop ];\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\tthis.element.trigger( event, data );\n\t\treturn !( $.isFunction( callback ) &&\n\t\t\tcallback.apply( this.element[ 0 ], [ event ].concat( data ) ) === false ||\n\t\t\tevent.isDefaultPrevented() );\n\t}\n};\n\n$.each( { show: \"fadeIn\", hide: \"fadeOut\" }, function( method, defaultEffect ) {\n\t$.Widget.prototype[ \"_\" + method ] = function( element, options, callback ) {\n\t\tif ( typeof options === \"string\" ) {\n\t\t\toptions = { effect: options };\n\t\t}\n\n\t\tvar hasOptions;\n\t\tvar effectName = !options ?\n\t\t\tmethod :\n\t\t\toptions === true || typeof options === \"number\" ?\n\t\t\t\tdefaultEffect :\n\t\t\t\toptions.effect || defaultEffect;\n\n\t\toptions = options || {};\n\t\tif ( typeof options === \"number\" ) {\n\t\t\toptions = { duration: options };\n\t\t}\n\n\t\thasOptions = !$.isEmptyObject( options );\n\t\toptions.complete = callback;\n\n\t\tif ( options.delay ) {\n\t\t\telement.delay( options.delay );\n\t\t}\n\n\t\tif ( hasOptions && $.effects && $.effects.effect[ effectName ] ) {\n\t\t\telement[ method ]( options );\n\t\t} else if ( effectName !== method && element[ effectName ] ) {\n\t\t\telement[ effectName ]( options.duration, options.easing, callback );\n\t\t} else {\n\t\t\telement.queue( function( next ) {\n\t\t\t\t$( this )[ method ]();\n\t\t\t\tif ( callback ) {\n\t\t\t\t\tcallback.call( element[ 0 ] );\n\t\t\t\t}\n\t\t\t\tnext();\n\t\t\t} );\n\t\t}\n\t};\n} );\n\nreturn $.widget;\n\n} ) );\n","/*!\n * Bootstrap tooltip.js v4.6.0 (https://getbootstrap.com/)\n * Copyright 2011-2021 The Bootstrap Authors (https://github.com/twbs/bootstrap/graphs/contributors)\n * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)\n */\n(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory(require('jquery'), require('popper.js'), require('./util.js')) :\n typeof define === 'function' && define.amd ? define(['jquery', 'popper.js', './util'], factory) :\n (global = typeof globalThis !== 'undefined' ? globalThis : global || self, global.Tooltip = factory(global.jQuery, global.Popper, global.Util));\n}(this, (function ($, Popper, Util) { 'use strict';\n\n function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }\n\n var $__default = /*#__PURE__*/_interopDefaultLegacy($);\n var Popper__default = /*#__PURE__*/_interopDefaultLegacy(Popper);\n var Util__default = /*#__PURE__*/_interopDefaultLegacy(Util);\n\n function _defineProperties(target, props) {\n for (var i = 0; i < props.length; i++) {\n var descriptor = props[i];\n descriptor.enumerable = descriptor.enumerable || false;\n descriptor.configurable = true;\n if (\"value\" in descriptor) descriptor.writable = true;\n Object.defineProperty(target, descriptor.key, descriptor);\n }\n }\n\n function _createClass(Constructor, protoProps, staticProps) {\n if (protoProps) _defineProperties(Constructor.prototype, protoProps);\n if (staticProps) _defineProperties(Constructor, staticProps);\n return Constructor;\n }\n\n function _extends() {\n _extends = Object.assign || function (target) {\n for (var i = 1; i < arguments.length; i++) {\n var source = arguments[i];\n\n for (var key in source) {\n if (Object.prototype.hasOwnProperty.call(source, key)) {\n target[key] = source[key];\n }\n }\n }\n\n return target;\n };\n\n return _extends.apply(this, arguments);\n }\n\n /**\n * --------------------------------------------------------------------------\n * Bootstrap (v4.6.0): tools/sanitizer.js\n * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)\n * --------------------------------------------------------------------------\n */\n var uriAttrs = ['background', 'cite', 'href', 'itemtype', 'longdesc', 'poster', 'src', 'xlink:href'];\n var ARIA_ATTRIBUTE_PATTERN = /^aria-[\\w-]*$/i;\n var DefaultWhitelist = {\n // Global attributes allowed on any supplied element below.\n '*': ['class', 'dir', 'id', 'lang', 'role', ARIA_ATTRIBUTE_PATTERN],\n a: ['target', 'href', 'title', 'rel'],\n area: [],\n b: [],\n br: [],\n col: [],\n code: [],\n div: [],\n em: [],\n hr: [],\n h1: [],\n h2: [],\n h3: [],\n h4: [],\n h5: [],\n h6: [],\n i: [],\n img: ['src', 'srcset', 'alt', 'title', 'width', 'height'],\n li: [],\n ol: [],\n p: [],\n pre: [],\n s: [],\n small: [],\n span: [],\n sub: [],\n sup: [],\n strong: [],\n u: [],\n ul: []\n };\n /**\n * A pattern that recognizes a commonly useful subset of URLs that are safe.\n *\n * Shoutout to Angular 7 https://github.com/angular/angular/blob/7.2.4/packages/core/src/sanitization/url_sanitizer.ts\n */\n\n var SAFE_URL_PATTERN = /^(?:(?:https?|mailto|ftp|tel|file):|[^#&/:?]*(?:[#/?]|$))/gi;\n /**\n * A pattern that matches safe data URLs. Only matches image, video and audio types.\n *\n * Shoutout to Angular 7 https://github.com/angular/angular/blob/7.2.4/packages/core/src/sanitization/url_sanitizer.ts\n */\n\n var DATA_URL_PATTERN = /^data:(?:image\\/(?:bmp|gif|jpeg|jpg|png|tiff|webp)|video\\/(?:mpeg|mp4|ogg|webm)|audio\\/(?:mp3|oga|ogg|opus));base64,[\\d+/a-z]+=*$/i;\n\n function allowedAttribute(attr, allowedAttributeList) {\n var attrName = attr.nodeName.toLowerCase();\n\n if (allowedAttributeList.indexOf(attrName) !== -1) {\n if (uriAttrs.indexOf(attrName) !== -1) {\n return Boolean(attr.nodeValue.match(SAFE_URL_PATTERN) || attr.nodeValue.match(DATA_URL_PATTERN));\n }\n\n return true;\n }\n\n var regExp = allowedAttributeList.filter(function (attrRegex) {\n return attrRegex instanceof RegExp;\n }); // Check if a regular expression validates the attribute.\n\n for (var i = 0, len = regExp.length; i < len; i++) {\n if (attrName.match(regExp[i])) {\n return true;\n }\n }\n\n return false;\n }\n\n function sanitizeHtml(unsafeHtml, whiteList, sanitizeFn) {\n if (unsafeHtml.length === 0) {\n return unsafeHtml;\n }\n\n if (sanitizeFn && typeof sanitizeFn === 'function') {\n return sanitizeFn(unsafeHtml);\n }\n\n var domParser = new window.DOMParser();\n var createdDocument = domParser.parseFromString(unsafeHtml, 'text/html');\n var whitelistKeys = Object.keys(whiteList);\n var elements = [].slice.call(createdDocument.body.querySelectorAll('*'));\n\n var _loop = function _loop(i, len) {\n var el = elements[i];\n var elName = el.nodeName.toLowerCase();\n\n if (whitelistKeys.indexOf(el.nodeName.toLowerCase()) === -1) {\n el.parentNode.removeChild(el);\n return \"continue\";\n }\n\n var attributeList = [].slice.call(el.attributes);\n var whitelistedAttributes = [].concat(whiteList['*'] || [], whiteList[elName] || []);\n attributeList.forEach(function (attr) {\n if (!allowedAttribute(attr, whitelistedAttributes)) {\n el.removeAttribute(attr.nodeName);\n }\n });\n };\n\n for (var i = 0, len = elements.length; i < len; i++) {\n var _ret = _loop(i);\n\n if (_ret === \"continue\") continue;\n }\n\n return createdDocument.body.innerHTML;\n }\n\n /**\n * ------------------------------------------------------------------------\n * Constants\n * ------------------------------------------------------------------------\n */\n\n var NAME = 'tooltip';\n var VERSION = '4.6.0';\n var DATA_KEY = 'bs.tooltip';\n var EVENT_KEY = \".\" + DATA_KEY;\n var JQUERY_NO_CONFLICT = $__default['default'].fn[NAME];\n var CLASS_PREFIX = 'bs-tooltip';\n var BSCLS_PREFIX_REGEX = new RegExp(\"(^|\\\\s)\" + CLASS_PREFIX + \"\\\\S+\", 'g');\n var DISALLOWED_ATTRIBUTES = ['sanitize', 'whiteList', 'sanitizeFn'];\n var DefaultType = {\n animation: 'boolean',\n template: 'string',\n title: '(string|element|function)',\n trigger: 'string',\n delay: '(number|object)',\n html: 'boolean',\n selector: '(string|boolean)',\n placement: '(string|function)',\n offset: '(number|string|function)',\n container: '(string|element|boolean)',\n fallbackPlacement: '(string|array)',\n boundary: '(string|element)',\n customClass: '(string|function)',\n sanitize: 'boolean',\n sanitizeFn: '(null|function)',\n whiteList: 'object',\n popperConfig: '(null|object)'\n };\n var AttachmentMap = {\n AUTO: 'auto',\n TOP: 'top',\n RIGHT: 'right',\n BOTTOM: 'bottom',\n LEFT: 'left'\n };\n var Default = {\n animation: true,\n template: '<div class=\"tooltip\" role=\"tooltip\">' + '<div class=\"arrow\"></div>' + '<div class=\"tooltip-inner\"></div></div>',\n trigger: 'hover focus',\n title: '',\n delay: 0,\n html: false,\n selector: false,\n placement: 'top',\n offset: 0,\n container: false,\n fallbackPlacement: 'flip',\n boundary: 'scrollParent',\n customClass: '',\n sanitize: true,\n sanitizeFn: null,\n whiteList: DefaultWhitelist,\n popperConfig: null\n };\n var HOVER_STATE_SHOW = 'show';\n var HOVER_STATE_OUT = 'out';\n var Event = {\n HIDE: \"hide\" + EVENT_KEY,\n HIDDEN: \"hidden\" + EVENT_KEY,\n SHOW: \"show\" + EVENT_KEY,\n SHOWN: \"shown\" + EVENT_KEY,\n INSERTED: \"inserted\" + EVENT_KEY,\n CLICK: \"click\" + EVENT_KEY,\n FOCUSIN: \"focusin\" + EVENT_KEY,\n FOCUSOUT: \"focusout\" + EVENT_KEY,\n MOUSEENTER: \"mouseenter\" + EVENT_KEY,\n MOUSELEAVE: \"mouseleave\" + EVENT_KEY\n };\n var CLASS_NAME_FADE = 'fade';\n var CLASS_NAME_SHOW = 'show';\n var SELECTOR_TOOLTIP_INNER = '.tooltip-inner';\n var SELECTOR_ARROW = '.arrow';\n var TRIGGER_HOVER = 'hover';\n var TRIGGER_FOCUS = 'focus';\n var TRIGGER_CLICK = 'click';\n var TRIGGER_MANUAL = 'manual';\n /**\n * ------------------------------------------------------------------------\n * Class Definition\n * ------------------------------------------------------------------------\n */\n\n var Tooltip = /*#__PURE__*/function () {\n function Tooltip(element, config) {\n if (typeof Popper__default['default'] === 'undefined') {\n throw new TypeError('Bootstrap\\'s tooltips require Popper (https://popper.js.org)');\n } // private\n\n\n this._isEnabled = true;\n this._timeout = 0;\n this._hoverState = '';\n this._activeTrigger = {};\n this._popper = null; // Protected\n\n this.element = element;\n this.config = this._getConfig(config);\n this.tip = null;\n\n this._setListeners();\n } // Getters\n\n\n var _proto = Tooltip.prototype;\n\n // Public\n _proto.enable = function enable() {\n this._isEnabled = true;\n };\n\n _proto.disable = function disable() {\n this._isEnabled = false;\n };\n\n _proto.toggleEnabled = function toggleEnabled() {\n this._isEnabled = !this._isEnabled;\n };\n\n _proto.toggle = function toggle(event) {\n if (!this._isEnabled) {\n return;\n }\n\n if (event) {\n var dataKey = this.constructor.DATA_KEY;\n var context = $__default['default'](event.currentTarget).data(dataKey);\n\n if (!context) {\n context = new this.constructor(event.currentTarget, this._getDelegateConfig());\n $__default['default'](event.currentTarget).data(dataKey, context);\n }\n\n context._activeTrigger.click = !context._activeTrigger.click;\n\n if (context._isWithActiveTrigger()) {\n context._enter(null, context);\n } else {\n context._leave(null, context);\n }\n } else {\n if ($__default['default'](this.getTipElement()).hasClass(CLASS_NAME_SHOW)) {\n this._leave(null, this);\n\n return;\n }\n\n this._enter(null, this);\n }\n };\n\n _proto.dispose = function dispose() {\n clearTimeout(this._timeout);\n $__default['default'].removeData(this.element, this.constructor.DATA_KEY);\n $__default['default'](this.element).off(this.constructor.EVENT_KEY);\n $__default['default'](this.element).closest('.modal').off('hide.bs.modal', this._hideModalHandler);\n\n if (this.tip) {\n $__default['default'](this.tip).remove();\n }\n\n this._isEnabled = null;\n this._timeout = null;\n this._hoverState = null;\n this._activeTrigger = null;\n\n if (this._popper) {\n this._popper.destroy();\n }\n\n this._popper = null;\n this.element = null;\n this.config = null;\n this.tip = null;\n };\n\n _proto.show = function show() {\n var _this = this;\n\n if ($__default['default'](this.element).css('display') === 'none') {\n throw new Error('Please use show on visible elements');\n }\n\n var showEvent = $__default['default'].Event(this.constructor.Event.SHOW);\n\n if (this.isWithContent() && this._isEnabled) {\n $__default['default'](this.element).trigger(showEvent);\n var shadowRoot = Util__default['default'].findShadowRoot(this.element);\n var isInTheDom = $__default['default'].contains(shadowRoot !== null ? shadowRoot : this.element.ownerDocument.documentElement, this.element);\n\n if (showEvent.isDefaultPrevented() || !isInTheDom) {\n return;\n }\n\n var tip = this.getTipElement();\n var tipId = Util__default['default'].getUID(this.constructor.NAME);\n tip.setAttribute('id', tipId);\n this.element.setAttribute('aria-describedby', tipId);\n this.setContent();\n\n if (this.config.animation) {\n $__default['default'](tip).addClass(CLASS_NAME_FADE);\n }\n\n var placement = typeof this.config.placement === 'function' ? this.config.placement.call(this, tip, this.element) : this.config.placement;\n\n var attachment = this._getAttachment(placement);\n\n this.addAttachmentClass(attachment);\n\n var container = this._getContainer();\n\n $__default['default'](tip).data(this.constructor.DATA_KEY, this);\n\n if (!$__default['default'].contains(this.element.ownerDocument.documentElement, this.tip)) {\n $__default['default'](tip).appendTo(container);\n }\n\n $__default['default'](this.element).trigger(this.constructor.Event.INSERTED);\n this._popper = new Popper__default['default'](this.element, tip, this._getPopperConfig(attachment));\n $__default['default'](tip).addClass(CLASS_NAME_SHOW);\n $__default['default'](tip).addClass(this.config.customClass); // If this is a touch-enabled device we add extra\n // empty mouseover listeners to the body's immediate children;\n // only needed because of broken event delegation on iOS\n // https://www.quirksmode.org/blog/archives/2014/02/mouse_event_bub.html\n\n if ('ontouchstart' in document.documentElement) {\n $__default['default'](document.body).children().on('mouseover', null, $__default['default'].noop);\n }\n\n var complete = function complete() {\n if (_this.config.animation) {\n _this._fixTransition();\n }\n\n var prevHoverState = _this._hoverState;\n _this._hoverState = null;\n $__default['default'](_this.element).trigger(_this.constructor.Event.SHOWN);\n\n if (prevHoverState === HOVER_STATE_OUT) {\n _this._leave(null, _this);\n }\n };\n\n if ($__default['default'](this.tip).hasClass(CLASS_NAME_FADE)) {\n var transitionDuration = Util__default['default'].getTransitionDurationFromElement(this.tip);\n $__default['default'](this.tip).one(Util__default['default'].TRANSITION_END, complete).emulateTransitionEnd(transitionDuration);\n } else {\n complete();\n }\n }\n };\n\n _proto.hide = function hide(callback) {\n var _this2 = this;\n\n var tip = this.getTipElement();\n var hideEvent = $__default['default'].Event(this.constructor.Event.HIDE);\n\n var complete = function complete() {\n if (_this2._hoverState !== HOVER_STATE_SHOW && tip.parentNode) {\n tip.parentNode.removeChild(tip);\n }\n\n _this2._cleanTipClass();\n\n _this2.element.removeAttribute('aria-describedby');\n\n $__default['default'](_this2.element).trigger(_this2.constructor.Event.HIDDEN);\n\n if (_this2._popper !== null) {\n _this2._popper.destroy();\n }\n\n if (callback) {\n callback();\n }\n };\n\n $__default['default'](this.element).trigger(hideEvent);\n\n if (hideEvent.isDefaultPrevented()) {\n return;\n }\n\n $__default['default'](tip).removeClass(CLASS_NAME_SHOW); // If this is a touch-enabled device we remove the extra\n // empty mouseover listeners we added for iOS support\n\n if ('ontouchstart' in document.documentElement) {\n $__default['default'](document.body).children().off('mouseover', null, $__default['default'].noop);\n }\n\n this._activeTrigger[TRIGGER_CLICK] = false;\n this._activeTrigger[TRIGGER_FOCUS] = false;\n this._activeTrigger[TRIGGER_HOVER] = false;\n\n if ($__default['default'](this.tip).hasClass(CLASS_NAME_FADE)) {\n var transitionDuration = Util__default['default'].getTransitionDurationFromElement(tip);\n $__default['default'](tip).one(Util__default['default'].TRANSITION_END, complete).emulateTransitionEnd(transitionDuration);\n } else {\n complete();\n }\n\n this._hoverState = '';\n };\n\n _proto.update = function update() {\n if (this._popper !== null) {\n this._popper.scheduleUpdate();\n }\n } // Protected\n ;\n\n _proto.isWithContent = function isWithContent() {\n return Boolean(this.getTitle());\n };\n\n _proto.addAttachmentClass = function addAttachmentClass(attachment) {\n $__default['default'](this.getTipElement()).addClass(CLASS_PREFIX + \"-\" + attachment);\n };\n\n _proto.getTipElement = function getTipElement() {\n this.tip = this.tip || $__default['default'](this.config.template)[0];\n return this.tip;\n };\n\n _proto.setContent = function setContent() {\n var tip = this.getTipElement();\n this.setElementContent($__default['default'](tip.querySelectorAll(SELECTOR_TOOLTIP_INNER)), this.getTitle());\n $__default['default'](tip).removeClass(CLASS_NAME_FADE + \" \" + CLASS_NAME_SHOW);\n };\n\n _proto.setElementContent = function setElementContent($element, content) {\n if (typeof content === 'object' && (content.nodeType || content.jquery)) {\n // Content is a DOM node or a jQuery\n if (this.config.html) {\n if (!$__default['default'](content).parent().is($element)) {\n $element.empty().append(content);\n }\n } else {\n $element.text($__default['default'](content).text());\n }\n\n return;\n }\n\n if (this.config.html) {\n if (this.config.sanitize) {\n content = sanitizeHtml(content, this.config.whiteList, this.config.sanitizeFn);\n }\n\n $element.html(content);\n } else {\n $element.text(content);\n }\n };\n\n _proto.getTitle = function getTitle() {\n var title = this.element.getAttribute('data-original-title');\n\n if (!title) {\n title = typeof this.config.title === 'function' ? this.config.title.call(this.element) : this.config.title;\n }\n\n return title;\n } // Private\n ;\n\n _proto._getPopperConfig = function _getPopperConfig(attachment) {\n var _this3 = this;\n\n var defaultBsConfig = {\n placement: attachment,\n modifiers: {\n offset: this._getOffset(),\n flip: {\n behavior: this.config.fallbackPlacement\n },\n arrow: {\n element: SELECTOR_ARROW\n },\n preventOverflow: {\n boundariesElement: this.config.boundary\n }\n },\n onCreate: function onCreate(data) {\n if (data.originalPlacement !== data.placement) {\n _this3._handlePopperPlacementChange(data);\n }\n },\n onUpdate: function onUpdate(data) {\n return _this3._handlePopperPlacementChange(data);\n }\n };\n return _extends({}, defaultBsConfig, this.config.popperConfig);\n };\n\n _proto._getOffset = function _getOffset() {\n var _this4 = this;\n\n var offset = {};\n\n if (typeof this.config.offset === 'function') {\n offset.fn = function (data) {\n data.offsets = _extends({}, data.offsets, _this4.config.offset(data.offsets, _this4.element) || {});\n return data;\n };\n } else {\n offset.offset = this.config.offset;\n }\n\n return offset;\n };\n\n _proto._getContainer = function _getContainer() {\n if (this.config.container === false) {\n return document.body;\n }\n\n if (Util__default['default'].isElement(this.config.container)) {\n return $__default['default'](this.config.container);\n }\n\n return $__default['default'](document).find(this.config.container);\n };\n\n _proto._getAttachment = function _getAttachment(placement) {\n return AttachmentMap[placement.toUpperCase()];\n };\n\n _proto._setListeners = function _setListeners() {\n var _this5 = this;\n\n var triggers = this.config.trigger.split(' ');\n triggers.forEach(function (trigger) {\n if (trigger === 'click') {\n $__default['default'](_this5.element).on(_this5.constructor.Event.CLICK, _this5.config.selector, function (event) {\n return _this5.toggle(event);\n });\n } else if (trigger !== TRIGGER_MANUAL) {\n var eventIn = trigger === TRIGGER_HOVER ? _this5.constructor.Event.MOUSEENTER : _this5.constructor.Event.FOCUSIN;\n var eventOut = trigger === TRIGGER_HOVER ? _this5.constructor.Event.MOUSELEAVE : _this5.constructor.Event.FOCUSOUT;\n $__default['default'](_this5.element).on(eventIn, _this5.config.selector, function (event) {\n return _this5._enter(event);\n }).on(eventOut, _this5.config.selector, function (event) {\n return _this5._leave(event);\n });\n }\n });\n\n this._hideModalHandler = function () {\n if (_this5.element) {\n _this5.hide();\n }\n };\n\n $__default['default'](this.element).closest('.modal').on('hide.bs.modal', this._hideModalHandler);\n\n if (this.config.selector) {\n this.config = _extends({}, this.config, {\n trigger: 'manual',\n selector: ''\n });\n } else {\n this._fixTitle();\n }\n };\n\n _proto._fixTitle = function _fixTitle() {\n var titleType = typeof this.element.getAttribute('data-original-title');\n\n if (this.element.getAttribute('title') || titleType !== 'string') {\n this.element.setAttribute('data-original-title', this.element.getAttribute('title') || '');\n this.element.setAttribute('title', '');\n }\n };\n\n _proto._enter = function _enter(event, context) {\n var dataKey = this.constructor.DATA_KEY;\n context = context || $__default['default'](event.currentTarget).data(dataKey);\n\n if (!context) {\n context = new this.constructor(event.currentTarget, this._getDelegateConfig());\n $__default['default'](event.currentTarget).data(dataKey, context);\n }\n\n if (event) {\n context._activeTrigger[event.type === 'focusin' ? TRIGGER_FOCUS : TRIGGER_HOVER] = true;\n }\n\n if ($__default['default'](context.getTipElement()).hasClass(CLASS_NAME_SHOW) || context._hoverState === HOVER_STATE_SHOW) {\n context._hoverState = HOVER_STATE_SHOW;\n return;\n }\n\n clearTimeout(context._timeout);\n context._hoverState = HOVER_STATE_SHOW;\n\n if (!context.config.delay || !context.config.delay.show) {\n context.show();\n return;\n }\n\n context._timeout = setTimeout(function () {\n if (context._hoverState === HOVER_STATE_SHOW) {\n context.show();\n }\n }, context.config.delay.show);\n };\n\n _proto._leave = function _leave(event, context) {\n var dataKey = this.constructor.DATA_KEY;\n context = context || $__default['default'](event.currentTarget).data(dataKey);\n\n if (!context) {\n context = new this.constructor(event.currentTarget, this._getDelegateConfig());\n $__default['default'](event.currentTarget).data(dataKey, context);\n }\n\n if (event) {\n context._activeTrigger[event.type === 'focusout' ? TRIGGER_FOCUS : TRIGGER_HOVER] = false;\n }\n\n if (context._isWithActiveTrigger()) {\n return;\n }\n\n clearTimeout(context._timeout);\n context._hoverState = HOVER_STATE_OUT;\n\n if (!context.config.delay || !context.config.delay.hide) {\n context.hide();\n return;\n }\n\n context._timeout = setTimeout(function () {\n if (context._hoverState === HOVER_STATE_OUT) {\n context.hide();\n }\n }, context.config.delay.hide);\n };\n\n _proto._isWithActiveTrigger = function _isWithActiveTrigger() {\n for (var trigger in this._activeTrigger) {\n if (this._activeTrigger[trigger]) {\n return true;\n }\n }\n\n return false;\n };\n\n _proto._getConfig = function _getConfig(config) {\n var dataAttributes = $__default['default'](this.element).data();\n Object.keys(dataAttributes).forEach(function (dataAttr) {\n if (DISALLOWED_ATTRIBUTES.indexOf(dataAttr) !== -1) {\n delete dataAttributes[dataAttr];\n }\n });\n config = _extends({}, this.constructor.Default, dataAttributes, typeof config === 'object' && config ? config : {});\n\n if (typeof config.delay === 'number') {\n config.delay = {\n show: config.delay,\n hide: config.delay\n };\n }\n\n if (typeof config.title === 'number') {\n config.title = config.title.toString();\n }\n\n if (typeof config.content === 'number') {\n config.content = config.content.toString();\n }\n\n Util__default['default'].typeCheckConfig(NAME, config, this.constructor.DefaultType);\n\n if (config.sanitize) {\n config.template = sanitizeHtml(config.template, config.whiteList, config.sanitizeFn);\n }\n\n return config;\n };\n\n _proto._getDelegateConfig = function _getDelegateConfig() {\n var config = {};\n\n if (this.config) {\n for (var key in this.config) {\n if (this.constructor.Default[key] !== this.config[key]) {\n config[key] = this.config[key];\n }\n }\n }\n\n return config;\n };\n\n _proto._cleanTipClass = function _cleanTipClass() {\n var $tip = $__default['default'](this.getTipElement());\n var tabClass = $tip.attr('class').match(BSCLS_PREFIX_REGEX);\n\n if (tabClass !== null && tabClass.length) {\n $tip.removeClass(tabClass.join(''));\n }\n };\n\n _proto._handlePopperPlacementChange = function _handlePopperPlacementChange(popperData) {\n this.tip = popperData.instance.popper;\n\n this._cleanTipClass();\n\n this.addAttachmentClass(this._getAttachment(popperData.placement));\n };\n\n _proto._fixTransition = function _fixTransition() {\n var tip = this.getTipElement();\n var initConfigAnimation = this.config.animation;\n\n if (tip.getAttribute('x-placement') !== null) {\n return;\n }\n\n $__default['default'](tip).removeClass(CLASS_NAME_FADE);\n this.config.animation = false;\n this.hide();\n this.show();\n this.config.animation = initConfigAnimation;\n } // Static\n ;\n\n Tooltip._jQueryInterface = function _jQueryInterface(config) {\n return this.each(function () {\n var $element = $__default['default'](this);\n var data = $element.data(DATA_KEY);\n\n var _config = typeof config === 'object' && config;\n\n if (!data && /dispose|hide/.test(config)) {\n return;\n }\n\n if (!data) {\n data = new Tooltip(this, _config);\n $element.data(DATA_KEY, data);\n }\n\n if (typeof config === 'string') {\n if (typeof data[config] === 'undefined') {\n throw new TypeError(\"No method named \\\"\" + config + \"\\\"\");\n }\n\n data[config]();\n }\n });\n };\n\n _createClass(Tooltip, null, [{\n key: \"VERSION\",\n get: function get() {\n return VERSION;\n }\n }, {\n key: \"Default\",\n get: function get() {\n return Default;\n }\n }, {\n key: \"NAME\",\n get: function get() {\n return NAME;\n }\n }, {\n key: \"DATA_KEY\",\n get: function get() {\n return DATA_KEY;\n }\n }, {\n key: \"Event\",\n get: function get() {\n return Event;\n }\n }, {\n key: \"EVENT_KEY\",\n get: function get() {\n return EVENT_KEY;\n }\n }, {\n key: \"DefaultType\",\n get: function get() {\n return DefaultType;\n }\n }]);\n\n return Tooltip;\n }();\n /**\n * ------------------------------------------------------------------------\n * jQuery\n * ------------------------------------------------------------------------\n */\n\n\n $__default['default'].fn[NAME] = Tooltip._jQueryInterface;\n $__default['default'].fn[NAME].Constructor = Tooltip;\n\n $__default['default'].fn[NAME].noConflict = function () {\n $__default['default'].fn[NAME] = JQUERY_NO_CONFLICT;\n return Tooltip._jQueryInterface;\n };\n\n return Tooltip;\n\n})));\n//# sourceMappingURL=tooltip.js.map\n","/*!\n * Bootstrap util.js v4.6.0 (https://getbootstrap.com/)\n * Copyright 2011-2021 The Bootstrap Authors (https://github.com/twbs/bootstrap/graphs/contributors)\n * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)\n */\n(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory(require('jquery')) :\n typeof define === 'function' && define.amd ? define(['jquery'], factory) :\n (global = typeof globalThis !== 'undefined' ? globalThis : global || self, global.Util = factory(global.jQuery));\n}(this, (function ($) { 'use strict';\n\n function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }\n\n var $__default = /*#__PURE__*/_interopDefaultLegacy($);\n\n /**\n * --------------------------------------------------------------------------\n * Bootstrap (v4.6.0): util.js\n * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)\n * --------------------------------------------------------------------------\n */\n /**\n * ------------------------------------------------------------------------\n * Private TransitionEnd Helpers\n * ------------------------------------------------------------------------\n */\n\n var TRANSITION_END = 'transitionend';\n var MAX_UID = 1000000;\n var MILLISECONDS_MULTIPLIER = 1000; // Shoutout AngusCroll (https://goo.gl/pxwQGp)\n\n function toType(obj) {\n if (obj === null || typeof obj === 'undefined') {\n return \"\" + obj;\n }\n\n return {}.toString.call(obj).match(/\\s([a-z]+)/i)[1].toLowerCase();\n }\n\n function getSpecialTransitionEndEvent() {\n return {\n bindType: TRANSITION_END,\n delegateType: TRANSITION_END,\n handle: function handle(event) {\n if ($__default['default'](event.target).is(this)) {\n return event.handleObj.handler.apply(this, arguments); // eslint-disable-line prefer-rest-params\n }\n\n return undefined;\n }\n };\n }\n\n function transitionEndEmulator(duration) {\n var _this = this;\n\n var called = false;\n $__default['default'](this).one(Util.TRANSITION_END, function () {\n called = true;\n });\n setTimeout(function () {\n if (!called) {\n Util.triggerTransitionEnd(_this);\n }\n }, duration);\n return this;\n }\n\n function setTransitionEndSupport() {\n $__default['default'].fn.emulateTransitionEnd = transitionEndEmulator;\n $__default['default'].event.special[Util.TRANSITION_END] = getSpecialTransitionEndEvent();\n }\n /**\n * --------------------------------------------------------------------------\n * Public Util Api\n * --------------------------------------------------------------------------\n */\n\n\n var Util = {\n TRANSITION_END: 'bsTransitionEnd',\n getUID: function getUID(prefix) {\n do {\n prefix += ~~(Math.random() * MAX_UID); // \"~~\" acts like a faster Math.floor() here\n } while (document.getElementById(prefix));\n\n return prefix;\n },\n getSelectorFromElement: function getSelectorFromElement(element) {\n var selector = element.getAttribute('data-target');\n\n if (!selector || selector === '#') {\n var hrefAttr = element.getAttribute('href');\n selector = hrefAttr && hrefAttr !== '#' ? hrefAttr.trim() : '';\n }\n\n try {\n return document.querySelector(selector) ? selector : null;\n } catch (_) {\n return null;\n }\n },\n getTransitionDurationFromElement: function getTransitionDurationFromElement(element) {\n if (!element) {\n return 0;\n } // Get transition-duration of the element\n\n\n var transitionDuration = $__default['default'](element).css('transition-duration');\n var transitionDelay = $__default['default'](element).css('transition-delay');\n var floatTransitionDuration = parseFloat(transitionDuration);\n var floatTransitionDelay = parseFloat(transitionDelay); // Return 0 if element or transition duration is not found\n\n if (!floatTransitionDuration && !floatTransitionDelay) {\n return 0;\n } // If multiple durations are defined, take the first\n\n\n transitionDuration = transitionDuration.split(',')[0];\n transitionDelay = transitionDelay.split(',')[0];\n return (parseFloat(transitionDuration) + parseFloat(transitionDelay)) * MILLISECONDS_MULTIPLIER;\n },\n reflow: function reflow(element) {\n return element.offsetHeight;\n },\n triggerTransitionEnd: function triggerTransitionEnd(element) {\n $__default['default'](element).trigger(TRANSITION_END);\n },\n supportsTransitionEnd: function supportsTransitionEnd() {\n return Boolean(TRANSITION_END);\n },\n isElement: function isElement(obj) {\n return (obj[0] || obj).nodeType;\n },\n typeCheckConfig: function typeCheckConfig(componentName, config, configTypes) {\n for (var property in configTypes) {\n if (Object.prototype.hasOwnProperty.call(configTypes, property)) {\n var expectedTypes = configTypes[property];\n var value = config[property];\n var valueType = value && Util.isElement(value) ? 'element' : toType(value);\n\n if (!new RegExp(expectedTypes).test(valueType)) {\n throw new Error(componentName.toUpperCase() + \": \" + (\"Option \\\"\" + property + \"\\\" provided type \\\"\" + valueType + \"\\\" \") + (\"but expected type \\\"\" + expectedTypes + \"\\\".\"));\n }\n }\n }\n },\n findShadowRoot: function findShadowRoot(element) {\n if (!document.documentElement.attachShadow) {\n return null;\n } // Can find the shadow root otherwise it'll return the document\n\n\n if (typeof element.getRootNode === 'function') {\n var root = element.getRootNode();\n return root instanceof ShadowRoot ? root : null;\n }\n\n if (element instanceof ShadowRoot) {\n return element;\n } // when we don't find a shadow root\n\n\n if (!element.parentNode) {\n return null;\n }\n\n return Util.findShadowRoot(element.parentNode);\n },\n jQueryDetection: function jQueryDetection() {\n if (typeof $__default['default'] === 'undefined') {\n throw new TypeError('Bootstrap\\'s JavaScript requires jQuery. jQuery must be included before Bootstrap\\'s JavaScript.');\n }\n\n var version = $__default['default'].fn.jquery.split(' ')[0].split('.');\n var minMajor = 1;\n var ltMajor = 2;\n var minMinor = 9;\n var minPatch = 1;\n var maxMajor = 4;\n\n if (version[0] < ltMajor && version[1] < minMinor || version[0] === minMajor && version[1] === minMinor && version[2] < minPatch || version[0] >= maxMajor) {\n throw new Error('Bootstrap\\'s JavaScript requires at least jQuery v1.9.1 but less than v4.0.0');\n }\n }\n };\n Util.jQueryDetection();\n setTransitionEndSupport();\n\n return Util;\n\n})));\n//# sourceMappingURL=util.js.map\n","/**\n * @copyright 2019 Julius Härtl <jus@bitgrid.net>\n *\n * @author Christoph Wurst <christoph@winzerhof-wurst.at>\n * @author John Molakvoæ <skjnldsv@protonmail.com>\n * @author Julius Härtl <jus@bitgrid.net>\n *\n * @license GNU AGPL version 3 or any later version\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see <http://www.gnu.org/licenses/>.\n *\n */\n\n$.prototype.tooltip = (function(tooltip) {\n\treturn function(config) {\n\t\ttry {\n\t\t\treturn tooltip.call(this, config)\n\t\t} catch (ex) {\n\t\t\tif (ex instanceof TypeError && config === 'destroy') {\n\t\t\t\tif (window.TESTING === undefined) {\n\t\t\t\t\tconsole.error('Deprecated call $.tooltip(\\'destroy\\') has been deprecated and should be removed')\n\t\t\t\t}\n\t\t\t\treturn tooltip.call(this, 'dispose')\n\t\t\t}\n\t\t\tif (ex instanceof TypeError && config === 'fixTitle') {\n\t\t\t\tif (window.TESTING === undefined) {\n\t\t\t\t\tconsole.error('Deprecated call $.tooltip(\\'fixTitle\\') has been deprecated and should be removed')\n\t\t\t\t}\n\t\t\t\treturn tooltip.call(this, '_fixTitle')\n\t\t\t}\n\t\t}\n\t}\n})($.prototype.tooltip)\n","var global = require('../internals/global');\nvar createNonEnumerableProperty = require('../internals/create-non-enumerable-property');\n\nmodule.exports = function (key, value) {\n try {\n createNonEnumerableProperty(global, key, value);\n } catch (error) {\n global[key] = value;\n } return value;\n};\n","/**\n * Strengthify - show the weakness of a password (uses zxcvbn for this)\n * https://github.com/MorrisJobke/strengthify\n *\n * Version: 0.5.9\n * Author: Morris Jobke (github.com/MorrisJobke) - original\n * Eve Ragins @ Eve Corp (github.com/eve-corp)\n *\n *\n * License:\n *\n * The MIT License (MIT)\n *\n * Copyright (c) 2013-2020 Morris Jobke <morris.jobke@gmail.com>\n *\n * Permission is hereby granted, free of charge, to any person obtaining a copy of\n * this software and associated documentation files (the \"Software\"), to deal in\n * the Software without restriction, including without limitation the rights to\n * use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of\n * the Software, and to permit persons to whom the Software is furnished to do so,\n * subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in all\n * copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS\n * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR\n * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER\n * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n */\n\n/* global jQuery */\n(function($) {\n $.fn.strengthify = function(paramOptions) {\n \"use strict\";\n\n var defaults = {\n zxcvbn: 'zxcvbn/zxcvbn.js',\n userInputs: [],\n titles: [\n 'Weakest',\n 'Weak',\n 'So-so',\n 'Good',\n 'Perfect'\n ],\n tilesOptions:{\n tooltip: true,\n element: false\n },\n drawTitles: false,\n drawMessage: false,\n drawBars: true,\n $addAfter: null,\n nonce: null\n };\n\n return this.each(function() {\n var options = $.extend(defaults, paramOptions);\n\n if (!options.drawTitles\n && !options.drawMessage\n && !options.drawBars)\n console.warn(\"expect at least one of 'drawTitles', 'drawMessage', or 'drawBars' to be true\");\n\n function getWrapperFor(id) {\n return $('div[data-strengthifyFor=\"' + id + '\"]');\n };\n\n function drawStrengthify() {\n var password = $(this).val().substring(0, 100),\n elemId = $(this).attr('id'),\n // hide strengthify if no input is provided\n opacity = (password === '') ? 0 : 1,\n // calculate result\n result = zxcvbn(password, options.userInputs),\n // setup some vars for later\n css = '',\n bsLevel = '',\n message = '',\n // cache jQuery selections\n $wrapper = getWrapperFor(elemId),\n $container = $wrapper.find('.strengthify-container'),\n $message = $wrapper.find('[data-strengthifyMessage]');\n\n\n $wrapper.children()\n .css('opacity', opacity)\n .css('-ms-filter',\n '\"progid:DXImageTransform.Microsoft.Alpha(Opacity=' + opacity * 100 + ')\"'\n );\n\n if (options.onResult) {\n options.onResult(result);\n }\n\n // style strengthify bar\n // possible scores: 0-4\n switch (result.score) {\n case 0:\n case 1:\n css = 'password-bad';\n bsLevel = 'danger';\n message = result.feedback ? result.feedback.suggestions.join('<br/>') : \"\";\n break;\n case 2:\n bsLevel = 'warning';\n message = result.feedback ? result.feedback.suggestions.join('<br/>') : \"\";\n css = 'password-medium';\n break;\n case 3:\n css = 'password-good';\n bsLevel = 'info';\n message = \"Getting better.\";\n break;\n case 4:\n css = 'password-good';\n bsLevel = 'success';\n message = \"Looks good.\";\n break;\n }\n\n if ($message) {\n $message.removeAttr('class');\n $message.addClass('bg-' + bsLevel);\n\n // reset state for empty string password\n if (password === '') {\n message = '';\n }\n $message.html(message);\n }\n if ($container) {\n $container\n .attr('class', css + ' strengthify-container')\n // possible scores: 0-4\n .css(\n 'width',\n // if score is '0' it will be changed to '1' to\n // not hide strengthify if the password is extremely weak\n ((result.score === 0 ? 1 : result.score) * 25) + '%'\n );\n\n // reset state for empty string password\n if (password === '') {\n $container.css('width', 0);\n }\n }\n\n if (options.drawTitles) {\n // set a title for the wrapper\n if(options.tilesOptions.tooltip){\n $wrapper.attr(\n 'title',\n options.titles[result.score]\n ).tooltip({\n placement: 'bottom',\n trigger: 'manual',\n }).tooltip(\n 'fixTitle'\n ).tooltip(\n 'show'\n );\n\n if (opacity === 0) {\n $wrapper.tooltip(\n 'hide'\n );\n }\n }\n\n if(options.tilesOptions.element){\n $wrapper.find(\".strengthify-tiles\").text(options.titles[result.score]);\n }\n }\n };\n\n function init() {\n var $elem = $(this),\n elemId = $elem.attr('id');\n var drawSelf = drawStrengthify.bind(this);\n\n var $addAfter = options.$addAfter;\n if (!$addAfter) {\n $addAfter = $elem;\n }\n\n // add elements\n $addAfter.after('<div class=\"strengthify-wrapper\" data-strengthifyFor=\"' + $elem.attr('id') + '\"></div>');\n\n if (options.drawBars) {\n getWrapperFor(elemId)\n .append('<div class=\"strengthify-bg\" />')\n .append('<div class=\"strengthify-container\" />')\n .append('<div class=\"strengthify-separator\" style=\"left: 25%\" />')\n .append('<div class=\"strengthify-separator\" style=\"left: 50%\" />')\n .append('<div class=\"strengthify-separator\" style=\"left: 75%\" />');\n }\n\n if (options.drawMessage) {\n getWrapperFor(elemId).append('<div data-strengthifyMessage></div>');\n }\n\n if (options.drawTitles && options.tilesOptions) {\n getWrapperFor(elemId).append('<div class=\"strengthify-tiles\"></div>');\n }\n\n var script = document.createElement(\"script\");\n script.src = options.zxcvbn;\n if (options.nonce !== null) {\n script.setAttribute('nonce', options.nonce);\n }\n\n script.onload = function() {\n \t$elem.parent().on('scroll', drawSelf);\n $elem.bind('keyup input change', drawSelf);\n }\n\n document.head.appendChild(script);\n };\n\n init.call(this);\n\n //return me;\n });\n };\n\n} (jQuery));\n","import api from \"!../style-loader/dist/runtime/injectStylesIntoStyleTag.js\";\n import content from \"!!../css-loader/dist/cjs.js!./strengthify.css\";\n\nvar options = {};\n\noptions.insert = \"head\";\noptions.singleton = false;\n\nvar update = api(content, options);\n\n\n\nexport default content.locals || {};","var global = require('../internals/global');\nvar setGlobal = require('../internals/set-global');\n\nvar SHARED = '__core-js_shared__';\nvar store = global[SHARED] || setGlobal(SHARED, {});\n\nmodule.exports = store;\n","module.exports = {};\n","var id = 0;\nvar postfix = Math.random();\n\nmodule.exports = function (key) {\n return 'Symbol(' + String(key === undefined ? '' : key) + ')_' + (++id + postfix).toString(36);\n};\n","// shim for using process in browser\nvar process = module.exports = {};\n\n// cached from whatever global is present so that test runners that stub it\n// don't break things. But we need to wrap it in a try catch in case it is\n// wrapped in strict mode code which doesn't define any globals. It's inside a\n// function because try/catches deoptimize in certain engines.\n\nvar cachedSetTimeout;\nvar cachedClearTimeout;\n\nfunction defaultSetTimout() {\n throw new Error('setTimeout has not been defined');\n}\nfunction defaultClearTimeout () {\n throw new Error('clearTimeout has not been defined');\n}\n(function () {\n try {\n if (typeof setTimeout === 'function') {\n cachedSetTimeout = setTimeout;\n } else {\n cachedSetTimeout = defaultSetTimout;\n }\n } catch (e) {\n cachedSetTimeout = defaultSetTimout;\n }\n try {\n if (typeof clearTimeout === 'function') {\n cachedClearTimeout = clearTimeout;\n } else {\n cachedClearTimeout = defaultClearTimeout;\n }\n } catch (e) {\n cachedClearTimeout = defaultClearTimeout;\n }\n} ())\nfunction runTimeout(fun) {\n if (cachedSetTimeout === setTimeout) {\n //normal enviroments in sane situations\n return setTimeout(fun, 0);\n }\n // if setTimeout wasn't available but was latter defined\n if ((cachedSetTimeout === defaultSetTimout || !cachedSetTimeout) && setTimeout) {\n cachedSetTimeout = setTimeout;\n return setTimeout(fun, 0);\n }\n try {\n // when when somebody has screwed with setTimeout but no I.E. maddness\n return cachedSetTimeout(fun, 0);\n } catch(e){\n try {\n // When we are in I.E. but the script has been evaled so I.E. doesn't trust the global object when called normally\n return cachedSetTimeout.call(null, fun, 0);\n } catch(e){\n // same as above but when it's a version of I.E. that must have the global object for 'this', hopfully our context correct otherwise it will throw a global error\n return cachedSetTimeout.call(this, fun, 0);\n }\n }\n\n\n}\nfunction runClearTimeout(marker) {\n if (cachedClearTimeout === clearTimeout) {\n //normal enviroments in sane situations\n return clearTimeout(marker);\n }\n // if clearTimeout wasn't available but was latter defined\n if ((cachedClearTimeout === defaultClearTimeout || !cachedClearTimeout) && clearTimeout) {\n cachedClearTimeout = clearTimeout;\n return clearTimeout(marker);\n }\n try {\n // when when somebody has screwed with setTimeout but no I.E. maddness\n return cachedClearTimeout(marker);\n } catch (e){\n try {\n // When we are in I.E. but the script has been evaled so I.E. doesn't trust the global object when called normally\n return cachedClearTimeout.call(null, marker);\n } catch (e){\n // same as above but when it's a version of I.E. that must have the global object for 'this', hopfully our context correct otherwise it will throw a global error.\n // Some versions of I.E. have different rules for clearTimeout vs setTimeout\n return cachedClearTimeout.call(this, marker);\n }\n }\n\n\n\n}\nvar queue = [];\nvar draining = false;\nvar currentQueue;\nvar queueIndex = -1;\n\nfunction cleanUpNextTick() {\n if (!draining || !currentQueue) {\n return;\n }\n draining = false;\n if (currentQueue.length) {\n queue = currentQueue.concat(queue);\n } else {\n queueIndex = -1;\n }\n if (queue.length) {\n drainQueue();\n }\n}\n\nfunction drainQueue() {\n if (draining) {\n return;\n }\n var timeout = runTimeout(cleanUpNextTick);\n draining = true;\n\n var len = queue.length;\n while(len) {\n currentQueue = queue;\n queue = [];\n while (++queueIndex < len) {\n if (currentQueue) {\n currentQueue[queueIndex].run();\n }\n }\n queueIndex = -1;\n len = queue.length;\n }\n currentQueue = null;\n draining = false;\n runClearTimeout(timeout);\n}\n\nprocess.nextTick = function (fun) {\n var args = new Array(arguments.length - 1);\n if (arguments.length > 1) {\n for (var i = 1; i < arguments.length; i++) {\n args[i - 1] = arguments[i];\n }\n }\n queue.push(new Item(fun, args));\n if (queue.length === 1 && !draining) {\n runTimeout(drainQueue);\n }\n};\n\n// v8 likes predictible objects\nfunction Item(fun, array) {\n this.fun = fun;\n this.array = array;\n}\nItem.prototype.run = function () {\n this.fun.apply(null, this.array);\n};\nprocess.title = 'browser';\nprocess.browser = true;\nprocess.env = {};\nprocess.argv = [];\nprocess.version = ''; // empty string to avoid regexp issues\nprocess.versions = {};\n\nfunction noop() {}\n\nprocess.on = noop;\nprocess.addListener = noop;\nprocess.once = noop;\nprocess.off = noop;\nprocess.removeListener = noop;\nprocess.removeAllListeners = noop;\nprocess.emit = noop;\nprocess.prependListener = noop;\nprocess.prependOnceListener = noop;\n\nprocess.listeners = function (name) { return [] }\n\nprocess.binding = function (name) {\n throw new Error('process.binding is not supported');\n};\n\nprocess.cwd = function () { return '/' };\nprocess.chdir = function (dir) {\n throw new Error('process.chdir is not supported');\n};\nprocess.umask = function() { return 0; };\n","var toInteger = require('../internals/to-integer');\n\nvar max = Math.max;\nvar min = Math.min;\n\n// Helper for a popular repeating case of the spec:\n// Let integer be ? ToInteger(index).\n// If integer < 0, let result be max((length + integer), 0); else let result be min(integer, length).\nmodule.exports = function (index, length) {\n var integer = toInteger(index);\n return integer < 0 ? max(integer + length, 0) : min(integer, length);\n};\n","'use strict';\nvar anObject = require('../internals/an-object');\n\n// `RegExp.prototype.flags` getter implementation\n// https://tc39.es/ecma262/#sec-get-regexp.prototype.flags\nmodule.exports = function () {\n var that = anObject(this);\n var result = '';\n if (that.global) result += 'g';\n if (that.ignoreCase) result += 'i';\n if (that.multiline) result += 'm';\n if (that.dotAll) result += 's';\n if (that.unicode) result += 'u';\n if (that.sticky) result += 'y';\n return result;\n};\n","'use strict';\nvar fixRegExpWellKnownSymbolLogic = require('../internals/fix-regexp-well-known-symbol-logic');\nvar anObject = require('../internals/an-object');\nvar toLength = require('../internals/to-length');\nvar toInteger = require('../internals/to-integer');\nvar requireObjectCoercible = require('../internals/require-object-coercible');\nvar advanceStringIndex = require('../internals/advance-string-index');\nvar getSubstitution = require('../internals/get-substitution');\nvar regExpExec = require('../internals/regexp-exec-abstract');\n\nvar max = Math.max;\nvar min = Math.min;\n\nvar maybeToString = function (it) {\n return it === undefined ? it : String(it);\n};\n\n// @@replace logic\nfixRegExpWellKnownSymbolLogic('replace', 2, function (REPLACE, nativeReplace, maybeCallNative, reason) {\n var REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE = reason.REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE;\n var REPLACE_KEEPS_$0 = reason.REPLACE_KEEPS_$0;\n var UNSAFE_SUBSTITUTE = REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE ? '$' : '$0';\n\n return [\n // `String.prototype.replace` method\n // https://tc39.es/ecma262/#sec-string.prototype.replace\n function replace(searchValue, replaceValue) {\n var O = requireObjectCoercible(this);\n var replacer = searchValue == undefined ? undefined : searchValue[REPLACE];\n return replacer !== undefined\n ? replacer.call(searchValue, O, replaceValue)\n : nativeReplace.call(String(O), searchValue, replaceValue);\n },\n // `RegExp.prototype[@@replace]` method\n // https://tc39.es/ecma262/#sec-regexp.prototype-@@replace\n function (regexp, replaceValue) {\n if (\n (!REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE && REPLACE_KEEPS_$0) ||\n (typeof replaceValue === 'string' && replaceValue.indexOf(UNSAFE_SUBSTITUTE) === -1)\n ) {\n var res = maybeCallNative(nativeReplace, regexp, this, replaceValue);\n if (res.done) return res.value;\n }\n\n var rx = anObject(regexp);\n var S = String(this);\n\n var functionalReplace = typeof replaceValue === 'function';\n if (!functionalReplace) replaceValue = String(replaceValue);\n\n var global = rx.global;\n if (global) {\n var fullUnicode = rx.unicode;\n rx.lastIndex = 0;\n }\n var results = [];\n while (true) {\n var result = regExpExec(rx, S);\n if (result === null) break;\n\n results.push(result);\n if (!global) break;\n\n var matchStr = String(result[0]);\n if (matchStr === '') rx.lastIndex = advanceStringIndex(S, toLength(rx.lastIndex), fullUnicode);\n }\n\n var accumulatedResult = '';\n var nextSourcePosition = 0;\n for (var i = 0; i < results.length; i++) {\n result = results[i];\n\n var matched = String(result[0]);\n var position = max(min(toInteger(result.index), S.length), 0);\n var captures = [];\n // NOTE: This is equivalent to\n // captures = result.slice(1).map(maybeToString)\n // but for some reason `nativeSlice.call(result, 1, result.length)` (called in\n // the slice polyfill when slicing native arrays) \"doesn't work\" in safari 9 and\n // causes a crash (https://pastebin.com/N21QzeQA) when trying to debug it.\n for (var j = 1; j < result.length; j++) captures.push(maybeToString(result[j]));\n var namedCaptures = result.groups;\n if (functionalReplace) {\n var replacerArgs = [matched].concat(captures, position, S);\n if (namedCaptures !== undefined) replacerArgs.push(namedCaptures);\n var replacement = String(replaceValue.apply(undefined, replacerArgs));\n } else {\n replacement = getSubstitution(matched, S, position, captures, namedCaptures, replaceValue);\n }\n if (position >= nextSourcePosition) {\n accumulatedResult += S.slice(nextSourcePosition, position) + replacement;\n nextSourcePosition = position + matched.length;\n }\n }\n return accumulatedResult + S.slice(nextSourcePosition);\n }\n ];\n});\n","// Imports\nimport ___CSS_LOADER_API_SOURCEMAP_IMPORT___ from \"../../../css-loader/dist/runtime/cssWithMappingToString.js\";\nimport ___CSS_LOADER_API_IMPORT___ from \"../../../css-loader/dist/runtime/api.js\";\nimport ___CSS_LOADER_GET_URL_IMPORT___ from \"../../../css-loader/dist/runtime/getUrl.js\";\nimport ___CSS_LOADER_URL_IMPORT_0___ from \"./images/ui-icons_444444_256x240.png\";\nimport ___CSS_LOADER_URL_IMPORT_1___ from \"./images/ui-icons_555555_256x240.png\";\nimport ___CSS_LOADER_URL_IMPORT_2___ from \"./images/ui-icons_ffffff_256x240.png\";\nimport ___CSS_LOADER_URL_IMPORT_3___ from \"./images/ui-icons_777620_256x240.png\";\nimport ___CSS_LOADER_URL_IMPORT_4___ from \"./images/ui-icons_cc0000_256x240.png\";\nimport ___CSS_LOADER_URL_IMPORT_5___ from \"./images/ui-icons_777777_256x240.png\";\nvar ___CSS_LOADER_EXPORT___ = ___CSS_LOADER_API_IMPORT___(___CSS_LOADER_API_SOURCEMAP_IMPORT___);\nvar ___CSS_LOADER_URL_REPLACEMENT_0___ = ___CSS_LOADER_GET_URL_IMPORT___(___CSS_LOADER_URL_IMPORT_0___);\nvar ___CSS_LOADER_URL_REPLACEMENT_1___ = ___CSS_LOADER_GET_URL_IMPORT___(___CSS_LOADER_URL_IMPORT_1___);\nvar ___CSS_LOADER_URL_REPLACEMENT_2___ = ___CSS_LOADER_GET_URL_IMPORT___(___CSS_LOADER_URL_IMPORT_2___);\nvar ___CSS_LOADER_URL_REPLACEMENT_3___ = ___CSS_LOADER_GET_URL_IMPORT___(___CSS_LOADER_URL_IMPORT_3___);\nvar ___CSS_LOADER_URL_REPLACEMENT_4___ = ___CSS_LOADER_GET_URL_IMPORT___(___CSS_LOADER_URL_IMPORT_4___);\nvar ___CSS_LOADER_URL_REPLACEMENT_5___ = ___CSS_LOADER_GET_URL_IMPORT___(___CSS_LOADER_URL_IMPORT_5___);\n// Module\n___CSS_LOADER_EXPORT___.push([module.id, \"/*!\\n * jQuery UI CSS Framework 1.12.1\\n * http://jqueryui.com\\n *\\n * Copyright jQuery Foundation and other contributors\\n * Released under the MIT license.\\n * http://jquery.org/license\\n *\\n * http://api.jqueryui.com/category/theming/\\n *\\n * To view and modify this theme, visit http://jqueryui.com/themeroller/\\n */\\n\\n\\n/* Component containers\\n----------------------------------*/\\n.ui-widget {\\n\\tfont-family: Arial,Helvetica,sans-serif/*{ffDefault}*/;\\n\\tfont-size: 1em/*{fsDefault}*/;\\n}\\n.ui-widget .ui-widget {\\n\\tfont-size: 1em;\\n}\\n.ui-widget input,\\n.ui-widget select,\\n.ui-widget textarea,\\n.ui-widget button {\\n\\tfont-family: Arial,Helvetica,sans-serif/*{ffDefault}*/;\\n\\tfont-size: 1em;\\n}\\n.ui-widget.ui-widget-content {\\n\\tborder: 1px solid #c5c5c5/*{borderColorDefault}*/;\\n}\\n.ui-widget-content {\\n\\tborder: 1px solid #dddddd/*{borderColorContent}*/;\\n\\tbackground: #ffffff/*{bgColorContent}*/ /*{bgImgUrlContent}*/ /*{bgContentXPos}*/ /*{bgContentYPos}*/ /*{bgContentRepeat}*/;\\n\\tcolor: #333333/*{fcContent}*/;\\n}\\n.ui-widget-content a {\\n\\tcolor: #333333/*{fcContent}*/;\\n}\\n.ui-widget-header {\\n\\tborder: 1px solid #dddddd/*{borderColorHeader}*/;\\n\\tbackground: #e9e9e9/*{bgColorHeader}*/ /*{bgImgUrlHeader}*/ /*{bgHeaderXPos}*/ /*{bgHeaderYPos}*/ /*{bgHeaderRepeat}*/;\\n\\tcolor: #333333/*{fcHeader}*/;\\n\\tfont-weight: bold;\\n}\\n.ui-widget-header a {\\n\\tcolor: #333333/*{fcHeader}*/;\\n}\\n\\n/* Interaction states\\n----------------------------------*/\\n.ui-state-default,\\n.ui-widget-content .ui-state-default,\\n.ui-widget-header .ui-state-default,\\n.ui-button,\\n\\n/* We use html here because we need a greater specificity to make sure disabled\\nworks properly when clicked or hovered */\\nhtml .ui-button.ui-state-disabled:hover,\\nhtml .ui-button.ui-state-disabled:active {\\n\\tborder: 1px solid #c5c5c5/*{borderColorDefault}*/;\\n\\tbackground: #f6f6f6/*{bgColorDefault}*/ /*{bgImgUrlDefault}*/ /*{bgDefaultXPos}*/ /*{bgDefaultYPos}*/ /*{bgDefaultRepeat}*/;\\n\\tfont-weight: normal/*{fwDefault}*/;\\n\\tcolor: #454545/*{fcDefault}*/;\\n}\\n.ui-state-default a,\\n.ui-state-default a:link,\\n.ui-state-default a:visited,\\na.ui-button,\\na:link.ui-button,\\na:visited.ui-button,\\n.ui-button {\\n\\tcolor: #454545/*{fcDefault}*/;\\n\\ttext-decoration: none;\\n}\\n.ui-state-hover,\\n.ui-widget-content .ui-state-hover,\\n.ui-widget-header .ui-state-hover,\\n.ui-state-focus,\\n.ui-widget-content .ui-state-focus,\\n.ui-widget-header .ui-state-focus,\\n.ui-button:hover,\\n.ui-button:focus {\\n\\tborder: 1px solid #cccccc/*{borderColorHover}*/;\\n\\tbackground: #ededed/*{bgColorHover}*/ /*{bgImgUrlHover}*/ /*{bgHoverXPos}*/ /*{bgHoverYPos}*/ /*{bgHoverRepeat}*/;\\n\\tfont-weight: normal/*{fwDefault}*/;\\n\\tcolor: #2b2b2b/*{fcHover}*/;\\n}\\n.ui-state-hover a,\\n.ui-state-hover a:hover,\\n.ui-state-hover a:link,\\n.ui-state-hover a:visited,\\n.ui-state-focus a,\\n.ui-state-focus a:hover,\\n.ui-state-focus a:link,\\n.ui-state-focus a:visited,\\na.ui-button:hover,\\na.ui-button:focus {\\n\\tcolor: #2b2b2b/*{fcHover}*/;\\n\\ttext-decoration: none;\\n}\\n\\n.ui-visual-focus {\\n\\tbox-shadow: 0 0 3px 1px rgb(94, 158, 214);\\n}\\n.ui-state-active,\\n.ui-widget-content .ui-state-active,\\n.ui-widget-header .ui-state-active,\\na.ui-button:active,\\n.ui-button:active,\\n.ui-button.ui-state-active:hover {\\n\\tborder: 1px solid #003eff/*{borderColorActive}*/;\\n\\tbackground: #007fff/*{bgColorActive}*/ /*{bgImgUrlActive}*/ /*{bgActiveXPos}*/ /*{bgActiveYPos}*/ /*{bgActiveRepeat}*/;\\n\\tfont-weight: normal/*{fwDefault}*/;\\n\\tcolor: #ffffff/*{fcActive}*/;\\n}\\n.ui-icon-background,\\n.ui-state-active .ui-icon-background {\\n\\tborder: #003eff/*{borderColorActive}*/;\\n\\tbackground-color: #ffffff/*{fcActive}*/;\\n}\\n.ui-state-active a,\\n.ui-state-active a:link,\\n.ui-state-active a:visited {\\n\\tcolor: #ffffff/*{fcActive}*/;\\n\\ttext-decoration: none;\\n}\\n\\n/* Interaction Cues\\n----------------------------------*/\\n.ui-state-highlight,\\n.ui-widget-content .ui-state-highlight,\\n.ui-widget-header .ui-state-highlight {\\n\\tborder: 1px solid #dad55e/*{borderColorHighlight}*/;\\n\\tbackground: #fffa90/*{bgColorHighlight}*/ /*{bgImgUrlHighlight}*/ /*{bgHighlightXPos}*/ /*{bgHighlightYPos}*/ /*{bgHighlightRepeat}*/;\\n\\tcolor: #777620/*{fcHighlight}*/;\\n}\\n.ui-state-checked {\\n\\tborder: 1px solid #dad55e/*{borderColorHighlight}*/;\\n\\tbackground: #fffa90/*{bgColorHighlight}*/;\\n}\\n.ui-state-highlight a,\\n.ui-widget-content .ui-state-highlight a,\\n.ui-widget-header .ui-state-highlight a {\\n\\tcolor: #777620/*{fcHighlight}*/;\\n}\\n.ui-state-error,\\n.ui-widget-content .ui-state-error,\\n.ui-widget-header .ui-state-error {\\n\\tborder: 1px solid #f1a899/*{borderColorError}*/;\\n\\tbackground: #fddfdf/*{bgColorError}*/ /*{bgImgUrlError}*/ /*{bgErrorXPos}*/ /*{bgErrorYPos}*/ /*{bgErrorRepeat}*/;\\n\\tcolor: #5f3f3f/*{fcError}*/;\\n}\\n.ui-state-error a,\\n.ui-widget-content .ui-state-error a,\\n.ui-widget-header .ui-state-error a {\\n\\tcolor: #5f3f3f/*{fcError}*/;\\n}\\n.ui-state-error-text,\\n.ui-widget-content .ui-state-error-text,\\n.ui-widget-header .ui-state-error-text {\\n\\tcolor: #5f3f3f/*{fcError}*/;\\n}\\n.ui-priority-primary,\\n.ui-widget-content .ui-priority-primary,\\n.ui-widget-header .ui-priority-primary {\\n\\tfont-weight: bold;\\n}\\n.ui-priority-secondary,\\n.ui-widget-content .ui-priority-secondary,\\n.ui-widget-header .ui-priority-secondary {\\n\\topacity: .7;\\n\\tfilter:Alpha(Opacity=70); /* support: IE8 */\\n\\tfont-weight: normal;\\n}\\n.ui-state-disabled,\\n.ui-widget-content .ui-state-disabled,\\n.ui-widget-header .ui-state-disabled {\\n\\topacity: .35;\\n\\tfilter:Alpha(Opacity=35); /* support: IE8 */\\n\\tbackground-image: none;\\n}\\n.ui-state-disabled .ui-icon {\\n\\tfilter:Alpha(Opacity=35); /* support: IE8 - See #6059 */\\n}\\n\\n/* Icons\\n----------------------------------*/\\n\\n/* states and images */\\n.ui-icon {\\n\\twidth: 16px;\\n\\theight: 16px;\\n}\\n.ui-icon,\\n.ui-widget-content .ui-icon {\\n\\tbackground-image: url(\" + ___CSS_LOADER_URL_REPLACEMENT_0___ + \")/*{iconsContent}*/;\\n}\\n.ui-widget-header .ui-icon {\\n\\tbackground-image: url(\" + ___CSS_LOADER_URL_REPLACEMENT_0___ + \")/*{iconsHeader}*/;\\n}\\n.ui-state-hover .ui-icon,\\n.ui-state-focus .ui-icon,\\n.ui-button:hover .ui-icon,\\n.ui-button:focus .ui-icon {\\n\\tbackground-image: url(\" + ___CSS_LOADER_URL_REPLACEMENT_1___ + \")/*{iconsHover}*/;\\n}\\n.ui-state-active .ui-icon,\\n.ui-button:active .ui-icon {\\n\\tbackground-image: url(\" + ___CSS_LOADER_URL_REPLACEMENT_2___ + \")/*{iconsActive}*/;\\n}\\n.ui-state-highlight .ui-icon,\\n.ui-button .ui-state-highlight.ui-icon {\\n\\tbackground-image: url(\" + ___CSS_LOADER_URL_REPLACEMENT_3___ + \")/*{iconsHighlight}*/;\\n}\\n.ui-state-error .ui-icon,\\n.ui-state-error-text .ui-icon {\\n\\tbackground-image: url(\" + ___CSS_LOADER_URL_REPLACEMENT_4___ + \")/*{iconsError}*/;\\n}\\n.ui-button .ui-icon {\\n\\tbackground-image: url(\" + ___CSS_LOADER_URL_REPLACEMENT_5___ + \")/*{iconsDefault}*/;\\n}\\n\\n/* positioning */\\n.ui-icon-blank { background-position: 16px 16px; }\\n.ui-icon-caret-1-n { background-position: 0 0; }\\n.ui-icon-caret-1-ne { background-position: -16px 0; }\\n.ui-icon-caret-1-e { background-position: -32px 0; }\\n.ui-icon-caret-1-se { background-position: -48px 0; }\\n.ui-icon-caret-1-s { background-position: -65px 0; }\\n.ui-icon-caret-1-sw { background-position: -80px 0; }\\n.ui-icon-caret-1-w { background-position: -96px 0; }\\n.ui-icon-caret-1-nw { background-position: -112px 0; }\\n.ui-icon-caret-2-n-s { background-position: -128px 0; }\\n.ui-icon-caret-2-e-w { background-position: -144px 0; }\\n.ui-icon-triangle-1-n { background-position: 0 -16px; }\\n.ui-icon-triangle-1-ne { background-position: -16px -16px; }\\n.ui-icon-triangle-1-e { background-position: -32px -16px; }\\n.ui-icon-triangle-1-se { background-position: -48px -16px; }\\n.ui-icon-triangle-1-s { background-position: -65px -16px; }\\n.ui-icon-triangle-1-sw { background-position: -80px -16px; }\\n.ui-icon-triangle-1-w { background-position: -96px -16px; }\\n.ui-icon-triangle-1-nw { background-position: -112px -16px; }\\n.ui-icon-triangle-2-n-s { background-position: -128px -16px; }\\n.ui-icon-triangle-2-e-w { background-position: -144px -16px; }\\n.ui-icon-arrow-1-n { background-position: 0 -32px; }\\n.ui-icon-arrow-1-ne { background-position: -16px -32px; }\\n.ui-icon-arrow-1-e { background-position: -32px -32px; }\\n.ui-icon-arrow-1-se { background-position: -48px -32px; }\\n.ui-icon-arrow-1-s { background-position: -65px -32px; }\\n.ui-icon-arrow-1-sw { background-position: -80px -32px; }\\n.ui-icon-arrow-1-w { background-position: -96px -32px; }\\n.ui-icon-arrow-1-nw { background-position: -112px -32px; }\\n.ui-icon-arrow-2-n-s { background-position: -128px -32px; }\\n.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }\\n.ui-icon-arrow-2-e-w { background-position: -160px -32px; }\\n.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }\\n.ui-icon-arrowstop-1-n { background-position: -192px -32px; }\\n.ui-icon-arrowstop-1-e { background-position: -208px -32px; }\\n.ui-icon-arrowstop-1-s { background-position: -224px -32px; }\\n.ui-icon-arrowstop-1-w { background-position: -240px -32px; }\\n.ui-icon-arrowthick-1-n { background-position: 1px -48px; }\\n.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }\\n.ui-icon-arrowthick-1-e { background-position: -32px -48px; }\\n.ui-icon-arrowthick-1-se { background-position: -48px -48px; }\\n.ui-icon-arrowthick-1-s { background-position: -64px -48px; }\\n.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }\\n.ui-icon-arrowthick-1-w { background-position: -96px -48px; }\\n.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }\\n.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }\\n.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }\\n.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }\\n.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }\\n.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }\\n.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }\\n.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }\\n.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }\\n.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }\\n.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }\\n.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }\\n.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }\\n.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }\\n.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }\\n.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }\\n.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }\\n.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }\\n.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }\\n.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }\\n.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }\\n.ui-icon-arrow-4 { background-position: 0 -80px; }\\n.ui-icon-arrow-4-diag { background-position: -16px -80px; }\\n.ui-icon-extlink { background-position: -32px -80px; }\\n.ui-icon-newwin { background-position: -48px -80px; }\\n.ui-icon-refresh { background-position: -64px -80px; }\\n.ui-icon-shuffle { background-position: -80px -80px; }\\n.ui-icon-transfer-e-w { background-position: -96px -80px; }\\n.ui-icon-transferthick-e-w { background-position: -112px -80px; }\\n.ui-icon-folder-collapsed { background-position: 0 -96px; }\\n.ui-icon-folder-open { background-position: -16px -96px; }\\n.ui-icon-document { background-position: -32px -96px; }\\n.ui-icon-document-b { background-position: -48px -96px; }\\n.ui-icon-note { background-position: -64px -96px; }\\n.ui-icon-mail-closed { background-position: -80px -96px; }\\n.ui-icon-mail-open { background-position: -96px -96px; }\\n.ui-icon-suitcase { background-position: -112px -96px; }\\n.ui-icon-comment { background-position: -128px -96px; }\\n.ui-icon-person { background-position: -144px -96px; }\\n.ui-icon-print { background-position: -160px -96px; }\\n.ui-icon-trash { background-position: -176px -96px; }\\n.ui-icon-locked { background-position: -192px -96px; }\\n.ui-icon-unlocked { background-position: -208px -96px; }\\n.ui-icon-bookmark { background-position: -224px -96px; }\\n.ui-icon-tag { background-position: -240px -96px; }\\n.ui-icon-home { background-position: 0 -112px; }\\n.ui-icon-flag { background-position: -16px -112px; }\\n.ui-icon-calendar { background-position: -32px -112px; }\\n.ui-icon-cart { background-position: -48px -112px; }\\n.ui-icon-pencil { background-position: -64px -112px; }\\n.ui-icon-clock { background-position: -80px -112px; }\\n.ui-icon-disk { background-position: -96px -112px; }\\n.ui-icon-calculator { background-position: -112px -112px; }\\n.ui-icon-zoomin { background-position: -128px -112px; }\\n.ui-icon-zoomout { background-position: -144px -112px; }\\n.ui-icon-search { background-position: -160px -112px; }\\n.ui-icon-wrench { background-position: -176px -112px; }\\n.ui-icon-gear { background-position: -192px -112px; }\\n.ui-icon-heart { background-position: -208px -112px; }\\n.ui-icon-star { background-position: -224px -112px; }\\n.ui-icon-link { background-position: -240px -112px; }\\n.ui-icon-cancel { background-position: 0 -128px; }\\n.ui-icon-plus { background-position: -16px -128px; }\\n.ui-icon-plusthick { background-position: -32px -128px; }\\n.ui-icon-minus { background-position: -48px -128px; }\\n.ui-icon-minusthick { background-position: -64px -128px; }\\n.ui-icon-close { background-position: -80px -128px; }\\n.ui-icon-closethick { background-position: -96px -128px; }\\n.ui-icon-key { background-position: -112px -128px; }\\n.ui-icon-lightbulb { background-position: -128px -128px; }\\n.ui-icon-scissors { background-position: -144px -128px; }\\n.ui-icon-clipboard { background-position: -160px -128px; }\\n.ui-icon-copy { background-position: -176px -128px; }\\n.ui-icon-contact { background-position: -192px -128px; }\\n.ui-icon-image { background-position: -208px -128px; }\\n.ui-icon-video { background-position: -224px -128px; }\\n.ui-icon-script { background-position: -240px -128px; }\\n.ui-icon-alert { background-position: 0 -144px; }\\n.ui-icon-info { background-position: -16px -144px; }\\n.ui-icon-notice { background-position: -32px -144px; }\\n.ui-icon-help { background-position: -48px -144px; }\\n.ui-icon-check { background-position: -64px -144px; }\\n.ui-icon-bullet { background-position: -80px -144px; }\\n.ui-icon-radio-on { background-position: -96px -144px; }\\n.ui-icon-radio-off { background-position: -112px -144px; }\\n.ui-icon-pin-w { background-position: -128px -144px; }\\n.ui-icon-pin-s { background-position: -144px -144px; }\\n.ui-icon-play { background-position: 0 -160px; }\\n.ui-icon-pause { background-position: -16px -160px; }\\n.ui-icon-seek-next { background-position: -32px -160px; }\\n.ui-icon-seek-prev { background-position: -48px -160px; }\\n.ui-icon-seek-end { background-position: -64px -160px; }\\n.ui-icon-seek-start { background-position: -80px -160px; }\\n/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */\\n.ui-icon-seek-first { background-position: -80px -160px; }\\n.ui-icon-stop { background-position: -96px -160px; }\\n.ui-icon-eject { background-position: -112px -160px; }\\n.ui-icon-volume-off { background-position: -128px -160px; }\\n.ui-icon-volume-on { background-position: -144px -160px; }\\n.ui-icon-power { background-position: 0 -176px; }\\n.ui-icon-signal-diag { background-position: -16px -176px; }\\n.ui-icon-signal { background-position: -32px -176px; }\\n.ui-icon-battery-0 { background-position: -48px -176px; }\\n.ui-icon-battery-1 { background-position: -64px -176px; }\\n.ui-icon-battery-2 { background-position: -80px -176px; }\\n.ui-icon-battery-3 { background-position: -96px -176px; }\\n.ui-icon-circle-plus { background-position: 0 -192px; }\\n.ui-icon-circle-minus { background-position: -16px -192px; }\\n.ui-icon-circle-close { background-position: -32px -192px; }\\n.ui-icon-circle-triangle-e { background-position: -48px -192px; }\\n.ui-icon-circle-triangle-s { background-position: -64px -192px; }\\n.ui-icon-circle-triangle-w { background-position: -80px -192px; }\\n.ui-icon-circle-triangle-n { background-position: -96px -192px; }\\n.ui-icon-circle-arrow-e { background-position: -112px -192px; }\\n.ui-icon-circle-arrow-s { background-position: -128px -192px; }\\n.ui-icon-circle-arrow-w { background-position: -144px -192px; }\\n.ui-icon-circle-arrow-n { background-position: -160px -192px; }\\n.ui-icon-circle-zoomin { background-position: -176px -192px; }\\n.ui-icon-circle-zoomout { background-position: -192px -192px; }\\n.ui-icon-circle-check { background-position: -208px -192px; }\\n.ui-icon-circlesmall-plus { background-position: 0 -208px; }\\n.ui-icon-circlesmall-minus { background-position: -16px -208px; }\\n.ui-icon-circlesmall-close { background-position: -32px -208px; }\\n.ui-icon-squaresmall-plus { background-position: -48px -208px; }\\n.ui-icon-squaresmall-minus { background-position: -64px -208px; }\\n.ui-icon-squaresmall-close { background-position: -80px -208px; }\\n.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }\\n.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }\\n.ui-icon-grip-solid-vertical { background-position: -32px -224px; }\\n.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }\\n.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }\\n.ui-icon-grip-diagonal-se { background-position: -80px -224px; }\\n\\n\\n/* Misc visuals\\n----------------------------------*/\\n\\n/* Corner radius */\\n.ui-corner-all,\\n.ui-corner-top,\\n.ui-corner-left,\\n.ui-corner-tl {\\n\\tborder-top-left-radius: 3px/*{cornerRadius}*/;\\n}\\n.ui-corner-all,\\n.ui-corner-top,\\n.ui-corner-right,\\n.ui-corner-tr {\\n\\tborder-top-right-radius: 3px/*{cornerRadius}*/;\\n}\\n.ui-corner-all,\\n.ui-corner-bottom,\\n.ui-corner-left,\\n.ui-corner-bl {\\n\\tborder-bottom-left-radius: 3px/*{cornerRadius}*/;\\n}\\n.ui-corner-all,\\n.ui-corner-bottom,\\n.ui-corner-right,\\n.ui-corner-br {\\n\\tborder-bottom-right-radius: 3px/*{cornerRadius}*/;\\n}\\n\\n/* Overlays */\\n.ui-widget-overlay {\\n\\tbackground: #aaaaaa/*{bgColorOverlay}*/ /*{bgImgUrlOverlay}*/ /*{bgOverlayXPos}*/ /*{bgOverlayYPos}*/ /*{bgOverlayRepeat}*/;\\n\\topacity: .3/*{opacityOverlay}*/;\\n\\tfilter: Alpha(Opacity=30)/*{opacityFilterOverlay}*/; /* support: IE8 */\\n}\\n.ui-widget-shadow {\\n\\t-webkit-box-shadow: 0/*{offsetLeftShadow}*/ 0/*{offsetTopShadow}*/ 5px/*{thicknessShadow}*/ #666666/*{bgColorShadow}*/;\\n\\tbox-shadow: 0/*{offsetLeftShadow}*/ 0/*{offsetTopShadow}*/ 5px/*{thicknessShadow}*/ #666666/*{bgColorShadow}*/;\\n}\\n\", \"\",{\"version\":3,\"sources\":[\"webpack://./node_modules/jquery-ui/themes/base/theme.css\"],\"names\":[],\"mappings\":\"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\",\"sourcesContent\":[\"/*!\\n * jQuery UI CSS Framework 1.12.1\\n * http://jqueryui.com\\n *\\n * Copyright jQuery Foundation and other contributors\\n * Released under the MIT license.\\n * http://jquery.org/license\\n *\\n * http://api.jqueryui.com/category/theming/\\n *\\n * To view and modify this theme, visit http://jqueryui.com/themeroller/\\n */\\n\\n\\n/* Component containers\\n----------------------------------*/\\n.ui-widget {\\n\\tfont-family: Arial,Helvetica,sans-serif/*{ffDefault}*/;\\n\\tfont-size: 1em/*{fsDefault}*/;\\n}\\n.ui-widget .ui-widget {\\n\\tfont-size: 1em;\\n}\\n.ui-widget input,\\n.ui-widget select,\\n.ui-widget textarea,\\n.ui-widget button {\\n\\tfont-family: Arial,Helvetica,sans-serif/*{ffDefault}*/;\\n\\tfont-size: 1em;\\n}\\n.ui-widget.ui-widget-content {\\n\\tborder: 1px solid #c5c5c5/*{borderColorDefault}*/;\\n}\\n.ui-widget-content {\\n\\tborder: 1px solid #dddddd/*{borderColorContent}*/;\\n\\tbackground: #ffffff/*{bgColorContent}*/ /*{bgImgUrlContent}*/ /*{bgContentXPos}*/ /*{bgContentYPos}*/ /*{bgContentRepeat}*/;\\n\\tcolor: #333333/*{fcContent}*/;\\n}\\n.ui-widget-content a {\\n\\tcolor: #333333/*{fcContent}*/;\\n}\\n.ui-widget-header {\\n\\tborder: 1px solid #dddddd/*{borderColorHeader}*/;\\n\\tbackground: #e9e9e9/*{bgColorHeader}*/ /*{bgImgUrlHeader}*/ /*{bgHeaderXPos}*/ /*{bgHeaderYPos}*/ /*{bgHeaderRepeat}*/;\\n\\tcolor: #333333/*{fcHeader}*/;\\n\\tfont-weight: bold;\\n}\\n.ui-widget-header a {\\n\\tcolor: #333333/*{fcHeader}*/;\\n}\\n\\n/* Interaction states\\n----------------------------------*/\\n.ui-state-default,\\n.ui-widget-content .ui-state-default,\\n.ui-widget-header .ui-state-default,\\n.ui-button,\\n\\n/* We use html here because we need a greater specificity to make sure disabled\\nworks properly when clicked or hovered */\\nhtml .ui-button.ui-state-disabled:hover,\\nhtml .ui-button.ui-state-disabled:active {\\n\\tborder: 1px solid #c5c5c5/*{borderColorDefault}*/;\\n\\tbackground: #f6f6f6/*{bgColorDefault}*/ /*{bgImgUrlDefault}*/ /*{bgDefaultXPos}*/ /*{bgDefaultYPos}*/ /*{bgDefaultRepeat}*/;\\n\\tfont-weight: normal/*{fwDefault}*/;\\n\\tcolor: #454545/*{fcDefault}*/;\\n}\\n.ui-state-default a,\\n.ui-state-default a:link,\\n.ui-state-default a:visited,\\na.ui-button,\\na:link.ui-button,\\na:visited.ui-button,\\n.ui-button {\\n\\tcolor: #454545/*{fcDefault}*/;\\n\\ttext-decoration: none;\\n}\\n.ui-state-hover,\\n.ui-widget-content .ui-state-hover,\\n.ui-widget-header .ui-state-hover,\\n.ui-state-focus,\\n.ui-widget-content .ui-state-focus,\\n.ui-widget-header .ui-state-focus,\\n.ui-button:hover,\\n.ui-button:focus {\\n\\tborder: 1px solid #cccccc/*{borderColorHover}*/;\\n\\tbackground: #ededed/*{bgColorHover}*/ /*{bgImgUrlHover}*/ /*{bgHoverXPos}*/ /*{bgHoverYPos}*/ /*{bgHoverRepeat}*/;\\n\\tfont-weight: normal/*{fwDefault}*/;\\n\\tcolor: #2b2b2b/*{fcHover}*/;\\n}\\n.ui-state-hover a,\\n.ui-state-hover a:hover,\\n.ui-state-hover a:link,\\n.ui-state-hover a:visited,\\n.ui-state-focus a,\\n.ui-state-focus a:hover,\\n.ui-state-focus a:link,\\n.ui-state-focus a:visited,\\na.ui-button:hover,\\na.ui-button:focus {\\n\\tcolor: #2b2b2b/*{fcHover}*/;\\n\\ttext-decoration: none;\\n}\\n\\n.ui-visual-focus {\\n\\tbox-shadow: 0 0 3px 1px rgb(94, 158, 214);\\n}\\n.ui-state-active,\\n.ui-widget-content .ui-state-active,\\n.ui-widget-header .ui-state-active,\\na.ui-button:active,\\n.ui-button:active,\\n.ui-button.ui-state-active:hover {\\n\\tborder: 1px solid #003eff/*{borderColorActive}*/;\\n\\tbackground: #007fff/*{bgColorActive}*/ /*{bgImgUrlActive}*/ /*{bgActiveXPos}*/ /*{bgActiveYPos}*/ /*{bgActiveRepeat}*/;\\n\\tfont-weight: normal/*{fwDefault}*/;\\n\\tcolor: #ffffff/*{fcActive}*/;\\n}\\n.ui-icon-background,\\n.ui-state-active .ui-icon-background {\\n\\tborder: #003eff/*{borderColorActive}*/;\\n\\tbackground-color: #ffffff/*{fcActive}*/;\\n}\\n.ui-state-active a,\\n.ui-state-active a:link,\\n.ui-state-active a:visited {\\n\\tcolor: #ffffff/*{fcActive}*/;\\n\\ttext-decoration: none;\\n}\\n\\n/* Interaction Cues\\n----------------------------------*/\\n.ui-state-highlight,\\n.ui-widget-content .ui-state-highlight,\\n.ui-widget-header .ui-state-highlight {\\n\\tborder: 1px solid #dad55e/*{borderColorHighlight}*/;\\n\\tbackground: #fffa90/*{bgColorHighlight}*/ /*{bgImgUrlHighlight}*/ /*{bgHighlightXPos}*/ /*{bgHighlightYPos}*/ /*{bgHighlightRepeat}*/;\\n\\tcolor: #777620/*{fcHighlight}*/;\\n}\\n.ui-state-checked {\\n\\tborder: 1px solid #dad55e/*{borderColorHighlight}*/;\\n\\tbackground: #fffa90/*{bgColorHighlight}*/;\\n}\\n.ui-state-highlight a,\\n.ui-widget-content .ui-state-highlight a,\\n.ui-widget-header .ui-state-highlight a {\\n\\tcolor: #777620/*{fcHighlight}*/;\\n}\\n.ui-state-error,\\n.ui-widget-content .ui-state-error,\\n.ui-widget-header .ui-state-error {\\n\\tborder: 1px solid #f1a899/*{borderColorError}*/;\\n\\tbackground: #fddfdf/*{bgColorError}*/ /*{bgImgUrlError}*/ /*{bgErrorXPos}*/ /*{bgErrorYPos}*/ /*{bgErrorRepeat}*/;\\n\\tcolor: #5f3f3f/*{fcError}*/;\\n}\\n.ui-state-error a,\\n.ui-widget-content .ui-state-error a,\\n.ui-widget-header .ui-state-error a {\\n\\tcolor: #5f3f3f/*{fcError}*/;\\n}\\n.ui-state-error-text,\\n.ui-widget-content .ui-state-error-text,\\n.ui-widget-header .ui-state-error-text {\\n\\tcolor: #5f3f3f/*{fcError}*/;\\n}\\n.ui-priority-primary,\\n.ui-widget-content .ui-priority-primary,\\n.ui-widget-header .ui-priority-primary {\\n\\tfont-weight: bold;\\n}\\n.ui-priority-secondary,\\n.ui-widget-content .ui-priority-secondary,\\n.ui-widget-header .ui-priority-secondary {\\n\\topacity: .7;\\n\\tfilter:Alpha(Opacity=70); /* support: IE8 */\\n\\tfont-weight: normal;\\n}\\n.ui-state-disabled,\\n.ui-widget-content .ui-state-disabled,\\n.ui-widget-header .ui-state-disabled {\\n\\topacity: .35;\\n\\tfilter:Alpha(Opacity=35); /* support: IE8 */\\n\\tbackground-image: none;\\n}\\n.ui-state-disabled .ui-icon {\\n\\tfilter:Alpha(Opacity=35); /* support: IE8 - See #6059 */\\n}\\n\\n/* Icons\\n----------------------------------*/\\n\\n/* states and images */\\n.ui-icon {\\n\\twidth: 16px;\\n\\theight: 16px;\\n}\\n.ui-icon,\\n.ui-widget-content .ui-icon {\\n\\tbackground-image: url(\\\"images/ui-icons_444444_256x240.png\\\")/*{iconsContent}*/;\\n}\\n.ui-widget-header .ui-icon {\\n\\tbackground-image: url(\\\"images/ui-icons_444444_256x240.png\\\")/*{iconsHeader}*/;\\n}\\n.ui-state-hover .ui-icon,\\n.ui-state-focus .ui-icon,\\n.ui-button:hover .ui-icon,\\n.ui-button:focus .ui-icon {\\n\\tbackground-image: url(\\\"images/ui-icons_555555_256x240.png\\\")/*{iconsHover}*/;\\n}\\n.ui-state-active .ui-icon,\\n.ui-button:active .ui-icon {\\n\\tbackground-image: url(\\\"images/ui-icons_ffffff_256x240.png\\\")/*{iconsActive}*/;\\n}\\n.ui-state-highlight .ui-icon,\\n.ui-button .ui-state-highlight.ui-icon {\\n\\tbackground-image: url(\\\"images/ui-icons_777620_256x240.png\\\")/*{iconsHighlight}*/;\\n}\\n.ui-state-error .ui-icon,\\n.ui-state-error-text .ui-icon {\\n\\tbackground-image: url(\\\"images/ui-icons_cc0000_256x240.png\\\")/*{iconsError}*/;\\n}\\n.ui-button .ui-icon {\\n\\tbackground-image: url(\\\"images/ui-icons_777777_256x240.png\\\")/*{iconsDefault}*/;\\n}\\n\\n/* positioning */\\n.ui-icon-blank { background-position: 16px 16px; }\\n.ui-icon-caret-1-n { background-position: 0 0; }\\n.ui-icon-caret-1-ne { background-position: -16px 0; }\\n.ui-icon-caret-1-e { background-position: -32px 0; }\\n.ui-icon-caret-1-se { background-position: -48px 0; }\\n.ui-icon-caret-1-s { background-position: -65px 0; }\\n.ui-icon-caret-1-sw { background-position: -80px 0; }\\n.ui-icon-caret-1-w { background-position: -96px 0; }\\n.ui-icon-caret-1-nw { background-position: -112px 0; }\\n.ui-icon-caret-2-n-s { background-position: -128px 0; }\\n.ui-icon-caret-2-e-w { background-position: -144px 0; }\\n.ui-icon-triangle-1-n { background-position: 0 -16px; }\\n.ui-icon-triangle-1-ne { background-position: -16px -16px; }\\n.ui-icon-triangle-1-e { background-position: -32px -16px; }\\n.ui-icon-triangle-1-se { background-position: -48px -16px; }\\n.ui-icon-triangle-1-s { background-position: -65px -16px; }\\n.ui-icon-triangle-1-sw { background-position: -80px -16px; }\\n.ui-icon-triangle-1-w { background-position: -96px -16px; }\\n.ui-icon-triangle-1-nw { background-position: -112px -16px; }\\n.ui-icon-triangle-2-n-s { background-position: -128px -16px; }\\n.ui-icon-triangle-2-e-w { background-position: -144px -16px; }\\n.ui-icon-arrow-1-n { background-position: 0 -32px; }\\n.ui-icon-arrow-1-ne { background-position: -16px -32px; }\\n.ui-icon-arrow-1-e { background-position: -32px -32px; }\\n.ui-icon-arrow-1-se { background-position: -48px -32px; }\\n.ui-icon-arrow-1-s { background-position: -65px -32px; }\\n.ui-icon-arrow-1-sw { background-position: -80px -32px; }\\n.ui-icon-arrow-1-w { background-position: -96px -32px; }\\n.ui-icon-arrow-1-nw { background-position: -112px -32px; }\\n.ui-icon-arrow-2-n-s { background-position: -128px -32px; }\\n.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }\\n.ui-icon-arrow-2-e-w { background-position: -160px -32px; }\\n.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }\\n.ui-icon-arrowstop-1-n { background-position: -192px -32px; }\\n.ui-icon-arrowstop-1-e { background-position: -208px -32px; }\\n.ui-icon-arrowstop-1-s { background-position: -224px -32px; }\\n.ui-icon-arrowstop-1-w { background-position: -240px -32px; }\\n.ui-icon-arrowthick-1-n { background-position: 1px -48px; }\\n.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }\\n.ui-icon-arrowthick-1-e { background-position: -32px -48px; }\\n.ui-icon-arrowthick-1-se { background-position: -48px -48px; }\\n.ui-icon-arrowthick-1-s { background-position: -64px -48px; }\\n.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }\\n.ui-icon-arrowthick-1-w { background-position: -96px -48px; }\\n.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }\\n.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }\\n.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }\\n.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }\\n.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }\\n.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }\\n.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }\\n.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }\\n.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }\\n.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }\\n.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }\\n.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }\\n.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }\\n.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }\\n.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }\\n.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }\\n.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }\\n.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }\\n.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }\\n.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }\\n.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }\\n.ui-icon-arrow-4 { background-position: 0 -80px; }\\n.ui-icon-arrow-4-diag { background-position: -16px -80px; }\\n.ui-icon-extlink { background-position: -32px -80px; }\\n.ui-icon-newwin { background-position: -48px -80px; }\\n.ui-icon-refresh { background-position: -64px -80px; }\\n.ui-icon-shuffle { background-position: -80px -80px; }\\n.ui-icon-transfer-e-w { background-position: -96px -80px; }\\n.ui-icon-transferthick-e-w { background-position: -112px -80px; }\\n.ui-icon-folder-collapsed { background-position: 0 -96px; }\\n.ui-icon-folder-open { background-position: -16px -96px; }\\n.ui-icon-document { background-position: -32px -96px; }\\n.ui-icon-document-b { background-position: -48px -96px; }\\n.ui-icon-note { background-position: -64px -96px; }\\n.ui-icon-mail-closed { background-position: -80px -96px; }\\n.ui-icon-mail-open { background-position: -96px -96px; }\\n.ui-icon-suitcase { background-position: -112px -96px; }\\n.ui-icon-comment { background-position: -128px -96px; }\\n.ui-icon-person { background-position: -144px -96px; }\\n.ui-icon-print { background-position: -160px -96px; }\\n.ui-icon-trash { background-position: -176px -96px; }\\n.ui-icon-locked { background-position: -192px -96px; }\\n.ui-icon-unlocked { background-position: -208px -96px; }\\n.ui-icon-bookmark { background-position: -224px -96px; }\\n.ui-icon-tag { background-position: -240px -96px; }\\n.ui-icon-home { background-position: 0 -112px; }\\n.ui-icon-flag { background-position: -16px -112px; }\\n.ui-icon-calendar { background-position: -32px -112px; }\\n.ui-icon-cart { background-position: -48px -112px; }\\n.ui-icon-pencil { background-position: -64px -112px; }\\n.ui-icon-clock { background-position: -80px -112px; }\\n.ui-icon-disk { background-position: -96px -112px; }\\n.ui-icon-calculator { background-position: -112px -112px; }\\n.ui-icon-zoomin { background-position: -128px -112px; }\\n.ui-icon-zoomout { background-position: -144px -112px; }\\n.ui-icon-search { background-position: -160px -112px; }\\n.ui-icon-wrench { background-position: -176px -112px; }\\n.ui-icon-gear { background-position: -192px -112px; }\\n.ui-icon-heart { background-position: -208px -112px; }\\n.ui-icon-star { background-position: -224px -112px; }\\n.ui-icon-link { background-position: -240px -112px; }\\n.ui-icon-cancel { background-position: 0 -128px; }\\n.ui-icon-plus { background-position: -16px -128px; }\\n.ui-icon-plusthick { background-position: -32px -128px; }\\n.ui-icon-minus { background-position: -48px -128px; }\\n.ui-icon-minusthick { background-position: -64px -128px; }\\n.ui-icon-close { background-position: -80px -128px; }\\n.ui-icon-closethick { background-position: -96px -128px; }\\n.ui-icon-key { background-position: -112px -128px; }\\n.ui-icon-lightbulb { background-position: -128px -128px; }\\n.ui-icon-scissors { background-position: -144px -128px; }\\n.ui-icon-clipboard { background-position: -160px -128px; }\\n.ui-icon-copy { background-position: -176px -128px; }\\n.ui-icon-contact { background-position: -192px -128px; }\\n.ui-icon-image { background-position: -208px -128px; }\\n.ui-icon-video { background-position: -224px -128px; }\\n.ui-icon-script { background-position: -240px -128px; }\\n.ui-icon-alert { background-position: 0 -144px; }\\n.ui-icon-info { background-position: -16px -144px; }\\n.ui-icon-notice { background-position: -32px -144px; }\\n.ui-icon-help { background-position: -48px -144px; }\\n.ui-icon-check { background-position: -64px -144px; }\\n.ui-icon-bullet { background-position: -80px -144px; }\\n.ui-icon-radio-on { background-position: -96px -144px; }\\n.ui-icon-radio-off { background-position: -112px -144px; }\\n.ui-icon-pin-w { background-position: -128px -144px; }\\n.ui-icon-pin-s { background-position: -144px -144px; }\\n.ui-icon-play { background-position: 0 -160px; }\\n.ui-icon-pause { background-position: -16px -160px; }\\n.ui-icon-seek-next { background-position: -32px -160px; }\\n.ui-icon-seek-prev { background-position: -48px -160px; }\\n.ui-icon-seek-end { background-position: -64px -160px; }\\n.ui-icon-seek-start { background-position: -80px -160px; }\\n/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */\\n.ui-icon-seek-first { background-position: -80px -160px; }\\n.ui-icon-stop { background-position: -96px -160px; }\\n.ui-icon-eject { background-position: -112px -160px; }\\n.ui-icon-volume-off { background-position: -128px -160px; }\\n.ui-icon-volume-on { background-position: -144px -160px; }\\n.ui-icon-power { background-position: 0 -176px; }\\n.ui-icon-signal-diag { background-position: -16px -176px; }\\n.ui-icon-signal { background-position: -32px -176px; }\\n.ui-icon-battery-0 { background-position: -48px -176px; }\\n.ui-icon-battery-1 { background-position: -64px -176px; }\\n.ui-icon-battery-2 { background-position: -80px -176px; }\\n.ui-icon-battery-3 { background-position: -96px -176px; }\\n.ui-icon-circle-plus { background-position: 0 -192px; }\\n.ui-icon-circle-minus { background-position: -16px -192px; }\\n.ui-icon-circle-close { background-position: -32px -192px; }\\n.ui-icon-circle-triangle-e { background-position: -48px -192px; }\\n.ui-icon-circle-triangle-s { background-position: -64px -192px; }\\n.ui-icon-circle-triangle-w { background-position: -80px -192px; }\\n.ui-icon-circle-triangle-n { background-position: -96px -192px; }\\n.ui-icon-circle-arrow-e { background-position: -112px -192px; }\\n.ui-icon-circle-arrow-s { background-position: -128px -192px; }\\n.ui-icon-circle-arrow-w { background-position: -144px -192px; }\\n.ui-icon-circle-arrow-n { background-position: -160px -192px; }\\n.ui-icon-circle-zoomin { background-position: -176px -192px; }\\n.ui-icon-circle-zoomout { background-position: -192px -192px; }\\n.ui-icon-circle-check { background-position: -208px -192px; }\\n.ui-icon-circlesmall-plus { background-position: 0 -208px; }\\n.ui-icon-circlesmall-minus { background-position: -16px -208px; }\\n.ui-icon-circlesmall-close { background-position: -32px -208px; }\\n.ui-icon-squaresmall-plus { background-position: -48px -208px; }\\n.ui-icon-squaresmall-minus { background-position: -64px -208px; }\\n.ui-icon-squaresmall-close { background-position: -80px -208px; }\\n.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }\\n.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }\\n.ui-icon-grip-solid-vertical { background-position: -32px -224px; }\\n.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }\\n.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }\\n.ui-icon-grip-diagonal-se { background-position: -80px -224px; }\\n\\n\\n/* Misc visuals\\n----------------------------------*/\\n\\n/* Corner radius */\\n.ui-corner-all,\\n.ui-corner-top,\\n.ui-corner-left,\\n.ui-corner-tl {\\n\\tborder-top-left-radius: 3px/*{cornerRadius}*/;\\n}\\n.ui-corner-all,\\n.ui-corner-top,\\n.ui-corner-right,\\n.ui-corner-tr {\\n\\tborder-top-right-radius: 3px/*{cornerRadius}*/;\\n}\\n.ui-corner-all,\\n.ui-corner-bottom,\\n.ui-corner-left,\\n.ui-corner-bl {\\n\\tborder-bottom-left-radius: 3px/*{cornerRadius}*/;\\n}\\n.ui-corner-all,\\n.ui-corner-bottom,\\n.ui-corner-right,\\n.ui-corner-br {\\n\\tborder-bottom-right-radius: 3px/*{cornerRadius}*/;\\n}\\n\\n/* Overlays */\\n.ui-widget-overlay {\\n\\tbackground: #aaaaaa/*{bgColorOverlay}*/ /*{bgImgUrlOverlay}*/ /*{bgOverlayXPos}*/ /*{bgOverlayYPos}*/ /*{bgOverlayRepeat}*/;\\n\\topacity: .3/*{opacityOverlay}*/;\\n\\tfilter: Alpha(Opacity=30)/*{opacityFilterOverlay}*/; /* support: IE8 */\\n}\\n.ui-widget-shadow {\\n\\t-webkit-box-shadow: 0/*{offsetLeftShadow}*/ 0/*{offsetTopShadow}*/ 5px/*{thicknessShadow}*/ #666666/*{bgColorShadow}*/;\\n\\tbox-shadow: 0/*{offsetLeftShadow}*/ 0/*{offsetTopShadow}*/ 5px/*{thicknessShadow}*/ #666666/*{bgColorShadow}*/;\\n}\\n\"],\"sourceRoot\":\"\"}]);\n// Exports\nexport default ___CSS_LOADER_EXPORT___;\n","// Imports\nimport ___CSS_LOADER_API_SOURCEMAP_IMPORT___ from \"../../../css-loader/dist/runtime/cssWithMappingToString.js\";\nimport ___CSS_LOADER_API_IMPORT___ from \"../../../css-loader/dist/runtime/api.js\";\nvar ___CSS_LOADER_EXPORT___ = ___CSS_LOADER_API_IMPORT___(___CSS_LOADER_API_SOURCEMAP_IMPORT___);\n// Module\n___CSS_LOADER_EXPORT___.push([module.id, \"/*!\\n * jQuery UI Button 1.12.1\\n * http://jqueryui.com\\n *\\n * Copyright jQuery Foundation and other contributors\\n * Released under the MIT license.\\n * http://jquery.org/license\\n *\\n * http://api.jqueryui.com/button/#theming\\n */\\n.ui-button {\\n\\tpadding: .4em 1em;\\n\\tdisplay: inline-block;\\n\\tposition: relative;\\n\\tline-height: normal;\\n\\tmargin-right: .1em;\\n\\tcursor: pointer;\\n\\tvertical-align: middle;\\n\\ttext-align: center;\\n\\t-webkit-user-select: none;\\n\\t-moz-user-select: none;\\n\\t-ms-user-select: none;\\n\\tuser-select: none;\\n\\n\\t/* Support: IE <= 11 */\\n\\toverflow: visible;\\n}\\n\\n.ui-button,\\n.ui-button:link,\\n.ui-button:visited,\\n.ui-button:hover,\\n.ui-button:active {\\n\\ttext-decoration: none;\\n}\\n\\n/* to make room for the icon, a width needs to be set here */\\n.ui-button-icon-only {\\n\\twidth: 2em;\\n\\tbox-sizing: border-box;\\n\\ttext-indent: -9999px;\\n\\twhite-space: nowrap;\\n}\\n\\n/* no icon support for input elements */\\ninput.ui-button.ui-button-icon-only {\\n\\ttext-indent: 0;\\n}\\n\\n/* button icon element(s) */\\n.ui-button-icon-only .ui-icon {\\n\\tposition: absolute;\\n\\ttop: 50%;\\n\\tleft: 50%;\\n\\tmargin-top: -8px;\\n\\tmargin-left: -8px;\\n}\\n\\n.ui-button.ui-icon-notext .ui-icon {\\n\\tpadding: 0;\\n\\twidth: 2.1em;\\n\\theight: 2.1em;\\n\\ttext-indent: -9999px;\\n\\twhite-space: nowrap;\\n\\n}\\n\\ninput.ui-button.ui-icon-notext .ui-icon {\\n\\twidth: auto;\\n\\theight: auto;\\n\\ttext-indent: 0;\\n\\twhite-space: normal;\\n\\tpadding: .4em 1em;\\n}\\n\\n/* workarounds */\\n/* Support: Firefox 5 - 40 */\\ninput.ui-button::-moz-focus-inner,\\nbutton.ui-button::-moz-focus-inner {\\n\\tborder: 0;\\n\\tpadding: 0;\\n}\\n\", \"\",{\"version\":3,\"sources\":[\"webpack://./node_modules/jquery-ui/themes/base/button.css\"],\"names\":[],\"mappings\":\"AAAA;;;;;;;;;EASE;AACF;CACC,iBAAiB;CACjB,qBAAqB;CACrB,kBAAkB;CAClB,mBAAmB;CACnB,kBAAkB;CAClB,eAAe;CACf,sBAAsB;CACtB,kBAAkB;CAClB,yBAAyB;CACzB,sBAAsB;CACtB,qBAAqB;CACrB,iBAAiB;;CAEjB,sBAAsB;CACtB,iBAAiB;AAClB;;AAEA;;;;;CAKC,qBAAqB;AACtB;;AAEA,4DAA4D;AAC5D;CACC,UAAU;CACV,sBAAsB;CACtB,oBAAoB;CACpB,mBAAmB;AACpB;;AAEA,uCAAuC;AACvC;CACC,cAAc;AACf;;AAEA,2BAA2B;AAC3B;CACC,kBAAkB;CAClB,QAAQ;CACR,SAAS;CACT,gBAAgB;CAChB,iBAAiB;AAClB;;AAEA;CACC,UAAU;CACV,YAAY;CACZ,aAAa;CACb,oBAAoB;CACpB,mBAAmB;;AAEpB;;AAEA;CACC,WAAW;CACX,YAAY;CACZ,cAAc;CACd,mBAAmB;CACnB,iBAAiB;AAClB;;AAEA,gBAAgB;AAChB,4BAA4B;AAC5B;;CAEC,SAAS;CACT,UAAU;AACX\",\"sourcesContent\":[\"/*!\\n * jQuery UI Button 1.12.1\\n * http://jqueryui.com\\n *\\n * Copyright jQuery Foundation and other contributors\\n * Released under the MIT license.\\n * http://jquery.org/license\\n *\\n * http://api.jqueryui.com/button/#theming\\n */\\n.ui-button {\\n\\tpadding: .4em 1em;\\n\\tdisplay: inline-block;\\n\\tposition: relative;\\n\\tline-height: normal;\\n\\tmargin-right: .1em;\\n\\tcursor: pointer;\\n\\tvertical-align: middle;\\n\\ttext-align: center;\\n\\t-webkit-user-select: none;\\n\\t-moz-user-select: none;\\n\\t-ms-user-select: none;\\n\\tuser-select: none;\\n\\n\\t/* Support: IE <= 11 */\\n\\toverflow: visible;\\n}\\n\\n.ui-button,\\n.ui-button:link,\\n.ui-button:visited,\\n.ui-button:hover,\\n.ui-button:active {\\n\\ttext-decoration: none;\\n}\\n\\n/* to make room for the icon, a width needs to be set here */\\n.ui-button-icon-only {\\n\\twidth: 2em;\\n\\tbox-sizing: border-box;\\n\\ttext-indent: -9999px;\\n\\twhite-space: nowrap;\\n}\\n\\n/* no icon support for input elements */\\ninput.ui-button.ui-button-icon-only {\\n\\ttext-indent: 0;\\n}\\n\\n/* button icon element(s) */\\n.ui-button-icon-only .ui-icon {\\n\\tposition: absolute;\\n\\ttop: 50%;\\n\\tleft: 50%;\\n\\tmargin-top: -8px;\\n\\tmargin-left: -8px;\\n}\\n\\n.ui-button.ui-icon-notext .ui-icon {\\n\\tpadding: 0;\\n\\twidth: 2.1em;\\n\\theight: 2.1em;\\n\\ttext-indent: -9999px;\\n\\twhite-space: nowrap;\\n\\n}\\n\\ninput.ui-button.ui-icon-notext .ui-icon {\\n\\twidth: auto;\\n\\theight: auto;\\n\\ttext-indent: 0;\\n\\twhite-space: normal;\\n\\tpadding: .4em 1em;\\n}\\n\\n/* workarounds */\\n/* Support: Firefox 5 - 40 */\\ninput.ui-button::-moz-focus-inner,\\nbutton.ui-button::-moz-focus-inner {\\n\\tborder: 0;\\n\\tpadding: 0;\\n}\\n\"],\"sourceRoot\":\"\"}]);\n// Exports\nexport default ___CSS_LOADER_EXPORT___;\n","'use strict';\nvar $propertyIsEnumerable = {}.propertyIsEnumerable;\n// eslint-disable-next-line es/no-object-getownpropertydescriptor -- safe\nvar getOwnPropertyDescriptor = Object.getOwnPropertyDescriptor;\n\n// Nashorn ~ JDK8 bug\nvar NASHORN_BUG = getOwnPropertyDescriptor && !$propertyIsEnumerable.call({ 1: 2 }, 1);\n\n// `Object.prototype.propertyIsEnumerable` method implementation\n// https://tc39.es/ecma262/#sec-object.prototype.propertyisenumerable\nexports.f = NASHORN_BUG ? function propertyIsEnumerable(V) {\n var descriptor = getOwnPropertyDescriptor(this, V);\n return !!descriptor && descriptor.enumerable;\n} : $propertyIsEnumerable;\n","( function( factory ) {\n\tif ( typeof define === \"function\" && define.amd ) {\n\n\t\t// AMD. Register as an anonymous module.\n\t\tdefine( [ \"jquery\", \"./version\" ], factory );\n\t} else {\n\n\t\t// Browser globals\n\t\tfactory( jQuery );\n\t}\n} ( function( $ ) {\n\n// Internal use only\nreturn $.ui.escapeSelector = ( function() {\n\tvar selectorEscape = /([!\"#$%&'()*+,./:;<=>?@[\\]^`{|}~])/g;\n\treturn function( selector ) {\n\t\treturn selector.replace( selectorEscape, \"\\\\$1\" );\n\t};\n} )();\n\n} ) );\n","var internalObjectKeys = require('../internals/object-keys-internal');\nvar enumBugKeys = require('../internals/enum-bug-keys');\n\nvar hiddenKeys = enumBugKeys.concat('length', 'prototype');\n\n// `Object.getOwnPropertyNames` method\n// https://tc39.es/ecma262/#sec-object.getownpropertynames\n// eslint-disable-next-line es/no-object-getownpropertynames -- safe\nexports.f = Object.getOwnPropertyNames || function getOwnPropertyNames(O) {\n return internalObjectKeys(O, hiddenKeys);\n};\n","var toIndexedObject = require('../internals/to-indexed-object');\nvar toLength = require('../internals/to-length');\nvar toAbsoluteIndex = require('../internals/to-absolute-index');\n\n// `Array.prototype.{ indexOf, includes }` methods implementation\nvar createMethod = function (IS_INCLUDES) {\n return function ($this, el, fromIndex) {\n var O = toIndexedObject($this);\n var length = toLength(O.length);\n var index = toAbsoluteIndex(fromIndex, length);\n var value;\n // Array#includes uses SameValueZero equality algorithm\n // eslint-disable-next-line no-self-compare -- NaN check\n if (IS_INCLUDES && el != el) while (length > index) {\n value = O[index++];\n // eslint-disable-next-line no-self-compare -- NaN check\n if (value != value) return true;\n // Array#indexOf ignores holes, Array#includes - not\n } else for (;length > index; index++) {\n if ((IS_INCLUDES || index in O) && O[index] === el) return IS_INCLUDES || index || 0;\n } return !IS_INCLUDES && -1;\n };\n};\n\nmodule.exports = {\n // `Array.prototype.includes` method\n // https://tc39.es/ecma262/#sec-array.prototype.includes\n includes: createMethod(true),\n // `Array.prototype.indexOf` method\n // https://tc39.es/ecma262/#sec-array.prototype.indexof\n indexOf: createMethod(false)\n};\n","export default \"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAQAAAADwCAMAAADYSUr5AAABDlBMVEVEREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREQf23IJAAAAWnRSTlMAGf8QMwQIUL+CmS8iVXFAZmAaEzLMDSE8FkJISyAeWiMnMVMshTSHgMNqyM/GOEUcvLi+fKu1pYyqqK0fsin9AZ5RJO8KBgIDj6JilEqgr23fnEdjP29/kWiyI5UtAAAM80lEQVR4Aezb3XLzOgiFYXh8//e8T8MwQeNJ8yXd5T2zF8RiCfm3jWVZvoGUf7x+X+6AfLnEUZRkCZYf7EBQAsgoEFVNilpJ2gFafgkmP9eBoM1R2cEwg0GM6WDqh5ryXur4hxIGPZFD9vTrDbIe8e2QY4FtCsF5DU0dMAygdsCn6EM8d/AQkBzsJUsw+XeuApHIGiz3RmhZlmVZluVP3Anmd92Igbojh4IAg1/z+4CkZqSQn3wjld2AFlC3kM/9St2AHB8eg/yn9ZOnEQ9yIge/Zj8bCMS/AjD3rCzi+X1ATn4W9YMdMJDe+T4gT0sw5F4FlmVZlmVZ/gTiFcBLv++zBQTmHWdxxr3jw/AD5gOcM6DKekhN17SCvmkcjfPx53oMcjg4xslAoYp127GDWoIq3jo+0PWyY5CBuYJz+hCibAM1gBoOxg4yWzS3MCd/e8Xm9HkA5yPcKu+4xmFqQdz7RRwbuoA754CjKl7EV+eDWJZlWZZl6SQZL8EPDwCiMGhADMxqcm8A0WCOqsB5AOpnJVmlETk9QItIs4H9KPPxiRgLKDjPINQPi2TVpg4iRwOS4/hbyOQAY/2aaM5HKP485Ii5g4Dw1GB9jzgPQFefOoyInt/1nt9l9AEPBaLq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\"","export default \"data:image/png;base64,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\"","/* eslint-disable es/no-symbol -- required for testing */\nvar V8_VERSION = require('../internals/engine-v8-version');\nvar fails = require('../internals/fails');\n\n// eslint-disable-next-line es/no-object-getownpropertysymbols -- required for testing\nmodule.exports = !!Object.getOwnPropertySymbols && !fails(function () {\n var symbol = Symbol();\n // Chrome 38 Symbol has incorrect toString conversion\n // `get-own-property-symbols` polyfill symbols converted to object are not Symbol instances\n return !String(symbol) || !(Object(symbol) instanceof Symbol) ||\n // Chrome 38-40 symbols are not inherited from DOM collections prototypes to instances\n !Symbol.sham && V8_VERSION && V8_VERSION < 41;\n});\n","export default \"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAQAAAADwCAMAAADYSUr5AAABDlBMVEX////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////uKVtWAAAAWnRSTlMAGf8QMwQIUL+CmS8iVXFAZmAaEzLMDSE8FkJISyAeWiMnMVMshTSHgMNqyM/GOEUcvLi+fKu1pYyqqK0fsin9AZ5RJO8KBgIDj6JilEqgr23fnEdjP29/kWiyI5UtAAAM80lEQVR4Aezb3XLzOgiFYXh8//e8T8MwQeNJ8yXd5T2zF8RiCfm3jWVZvoGUf7x+X+6AfLnEUZRkCZYf7EBQAsgoEFVNilpJ2gFafgkmP9eBoM1R2cEwg0GM6WDqh5ryXur4hxIGPZFD9vTrDbIe8e2QY4FtCsF5DU0dMAygdsCn6EM8d/AQkBzsJUsw+XeuApHIGiz3RmhZlmVZluVP3Anmd92Igbojh4IAg1/z+4CkZqSQn3wjld2AFlC3kM/9St2AHB8eg/yn9ZOnEQ9yIge/Zj8bCMS/AjD3rCzi+X1ATn4W9YMdMJDe+T4gT0sw5F4FlmVZlmVZ/gTiFcBLv++zBQTmHWdxxr3jw/AD5gOcM6DKekhN17SCvmkcjfPx53oMcjg4xslAoYp127GDWoIq3jo+0PWyY5CBuYJz+hCibAM1gBoOxg4yWzS3MCd/e8Xm9HkA5yPcKu+4xmFqQdz7RRwbuoA754CjKl7EV+eDWJZlWZZl6SQZL8EPDwCiMGhADMxqcm8A0WCOqsB5AOpnJVmlETk9QItIs4H9KPPxiRgLKDjPINQPi2TVpg4iRwOS4/hbyOQAY/2aaM5HKP485Ii5g4Dw1GB9jzgPQFefOoyInt/1nt9l9AEPBaLq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\"","export default \"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAQAAAADwCAMAAADYSUr5AAABDlBMVEV3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diBVLkeJAAAAWnRSTlMAGf8QMwQIUL+CmS8iVXFAZmAaEzLMDSE8FkJISyAeWiMnMVMshTSHgMNqyM/GOEUcvLi+fKu1pYyqqK0fsin9AZ5RJO8KBgIDj6JilEqgr23fnEdjP29/kWiyI5UtAAAM80lEQVR4Aezb3XLzOgiFYXh8//e8T8MwQeNJ8yXd5T2zF8RiCfm3jWVZvoGUf7x+X+6AfLnEUZRkCZYf7EBQAsgoEFVNilpJ2gFafgkmP9eBoM1R2cEwg0GM6WDqh5ryXur4hxIGPZFD9vTrDbIe8e2QY4FtCsF5DU0dMAygdsCn6EM8d/AQkBzsJUsw+XeuApHIGiz3RmhZlmVZluVP3Anmd92Igbojh4IAg1/z+4CkZqSQn3wjld2AFlC3kM/9St2AHB8eg/yn9ZOnEQ9yIge/Zj8bCMS/AjD3rCzi+X1ATn4W9YMdMJDe+T4gT0sw5F4FlmVZlmVZ/gTiFcBLv++zBQTmHWdxxr3jw/AD5gOcM6DKekhN17SCvmkcjfPx53oMcjg4xslAoYp127GDWoIq3jo+0PWyY5CBuYJz+hCibAM1gBoOxg4yWzS3MCd/e8Xm9HkA5yPcKu+4xmFqQdz7RRwbuoA754CjKl7EV+eDWJZlWZZl6SQZL8EPDwCiMGhADMxqcm8A0WCOqsB5AOpnJVmlETk9QItIs4H9KPPxiRgLKDjPINQPi2TVpg4iRwOS4/hbyOQAY/2aaM5HKP485Ii5g4Dw1GB9jzgPQFefOoyInt/1nt9l9AEPBaLq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\"","export default \"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAQAAAADwCAMAAADYSUr5AAABDlBMVEXMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADP1XLPAAAAWnRSTlMAGf8QMwQIUL+CmS8iVXFAZmAaEzLMDSE8FkJISyAeWiMnMVMshTSHgMNqyM/GOEUcvLi+fKu1pYyqqK0fsin9AZ5RJO8KBgIDj6JilEqgr23fnEdjP29/kWiyI5UtAAAM80lEQVR4Aezb3XLzOgiFYXh8//e8T8MwQeNJ8yXd5T2zF8RiCfm3jWVZvoGUf7x+X+6AfLnEUZRkCZYf7EBQAsgoEFVNilpJ2gFafgkmP9eBoM1R2cEwg0GM6WDqh5ryXur4hxIGPZFD9vTrDbIe8e2QY4FtCsF5DU0dMAygdsCn6EM8d/AQkBzsJUsw+XeuApHIGiz3RmhZlmVZluVP3Anmd92Igbojh4IAg1/z+4CkZqSQn3wjld2AFlC3kM/9St2AHB8eg/yn9ZOnEQ9yIge/Zj8bCMS/AjD3rCzi+X1ATn4W9YMdMJDe+T4gT0sw5F4FlmVZlmVZ/gTiFcBLv++zBQTmHWdxxr3jw/AD5gOcM6DKekhN17SCvmkcjfPx53oMcjg4xslAoYp127GDWoIq3jo+0PWyY5CBuYJz+hCibAM1gBoOxg4yWzS3MCd/e8Xm9HkA5yPcKu+4xmFqQdz7RRwbuoA754CjKl7EV+eDWJZlWZZl6SQZL8EPDwCiMGhADMxqcm8A0WCOqsB5AOpnJVmlETk9QItIs4H9KPPxiRgLKDjPINQPi2TVpg4iRwOS4/hbyOQAY/2aaM5HKP485Ii5g4Dw1GB9jzgPQFefOoyInt/1nt9l9AEPBaLq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\"","export default \"data:image/png;base64,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\"","/**\n * @copyright 2019 Christoph Wurst <christoph@winzerhof-wurst.at>\n *\n * @author Christoph Wurst <christoph@winzerhof-wurst.at>\n * @author John Molakvoæ <skjnldsv@protonmail.com>\n *\n * @license GNU AGPL version 3 or any later version\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see <http://www.gnu.org/licenses/>.\n *\n */\n\nimport { emit } from '@nextcloud/event-bus'\n\n/**\n * @private\n * @param {Document} global the document to read the initial value from\n * @param {Function} emit the function to invoke for every new token\n * @returns {Object}\n */\nexport const manageToken = (global, emit) => {\n\tlet token = global.getElementsByTagName('head')[0].getAttribute('data-requesttoken')\n\n\treturn {\n\t\tgetToken: () => token,\n\t\tsetToken: newToken => {\n\t\t\ttoken = newToken\n\n\t\t\temit('csrf-token-update', {\n\t\t\t\ttoken,\n\t\t\t})\n\t\t},\n\t}\n}\n\nconst manageFromDocument = manageToken(document, emit)\n\n/**\n * @returns {string}\n */\nexport const getToken = manageFromDocument.getToken\n\n/**\n * @param {String} newToken new token\n */\nexport const setToken = manageFromDocument.setToken\n","/*!\n * jQuery UI Button 1.12.1\n * http://jqueryui.com\n *\n * Copyright jQuery Foundation and other contributors\n * Released under the MIT license.\n * http://jquery.org/license\n */\n\n//>>label: Button\n//>>group: Widgets\n//>>description: Enhances a form with themeable buttons.\n//>>docs: http://api.jqueryui.com/button/\n//>>demos: http://jqueryui.com/button/\n//>>css.structure: ../../themes/base/core.css\n//>>css.structure: ../../themes/base/button.css\n//>>css.theme: ../../themes/base/theme.css\n\n( function( factory ) {\n\tif ( typeof define === \"function\" && define.amd ) {\n\n\t\t// AMD. Register as an anonymous module.\n\t\tdefine( [\n\t\t\t\"jquery\",\n\n\t\t\t// These are only for backcompat\n\t\t\t// TODO: Remove after 1.12\n\t\t\t\"./controlgroup\",\n\t\t\t\"./checkboxradio\",\n\n\t\t\t\"../keycode\",\n\t\t\t\"../widget\"\n\t\t], factory );\n\t} else {\n\n\t\t// Browser globals\n\t\tfactory( jQuery );\n\t}\n}( function( $ ) {\n\n$.widget( \"ui.button\", {\n\tversion: \"1.12.1\",\n\tdefaultElement: \"<button>\",\n\toptions: {\n\t\tclasses: {\n\t\t\t\"ui-button\": \"ui-corner-all\"\n\t\t},\n\t\tdisabled: null,\n\t\ticon: null,\n\t\ticonPosition: \"beginning\",\n\t\tlabel: null,\n\t\tshowLabel: true\n\t},\n\n\t_getCreateOptions: function() {\n\t\tvar disabled,\n\n\t\t\t// This is to support cases like in jQuery Mobile where the base widget does have\n\t\t\t// an implementation of _getCreateOptions\n\t\t\toptions = this._super() || {};\n\n\t\tthis.isInput = this.element.is( \"input\" );\n\n\t\tdisabled = this.element[ 0 ].disabled;\n\t\tif ( disabled != null ) {\n\t\t\toptions.disabled = disabled;\n\t\t}\n\n\t\tthis.originalLabel = this.isInput ? this.element.val() : this.element.html();\n\t\tif ( this.originalLabel ) {\n\t\t\toptions.label = this.originalLabel;\n\t\t}\n\n\t\treturn options;\n\t},\n\n\t_create: function() {\n\t\tif ( !this.option.showLabel & !this.options.icon ) {\n\t\t\tthis.options.showLabel = true;\n\t\t}\n\n\t\t// We have to check the option again here even though we did in _getCreateOptions,\n\t\t// because null may have been passed on init which would override what was set in\n\t\t// _getCreateOptions\n\t\tif ( this.options.disabled == null ) {\n\t\t\tthis.options.disabled = this.element[ 0 ].disabled || false;\n\t\t}\n\n\t\tthis.hasTitle = !!this.element.attr( \"title\" );\n\n\t\t// Check to see if the label needs to be set or if its already correct\n\t\tif ( this.options.label && this.options.label !== this.originalLabel ) {\n\t\t\tif ( this.isInput ) {\n\t\t\t\tthis.element.val( this.options.label );\n\t\t\t} else {\n\t\t\t\tthis.element.html( this.options.label );\n\t\t\t}\n\t\t}\n\t\tthis._addClass( \"ui-button\", \"ui-widget\" );\n\t\tthis._setOption( \"disabled\", this.options.disabled );\n\t\tthis._enhance();\n\n\t\tif ( this.element.is( \"a\" ) ) {\n\t\t\tthis._on( {\n\t\t\t\t\"keyup\": function( event ) {\n\t\t\t\t\tif ( event.keyCode === $.ui.keyCode.SPACE ) {\n\t\t\t\t\t\tevent.preventDefault();\n\n\t\t\t\t\t\t// Support: PhantomJS <= 1.9, IE 8 Only\n\t\t\t\t\t\t// If a native click is available use it so we actually cause navigation\n\t\t\t\t\t\t// otherwise just trigger a click event\n\t\t\t\t\t\tif ( this.element[ 0 ].click ) {\n\t\t\t\t\t\t\tthis.element[ 0 ].click();\n\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\tthis.element.trigger( \"click\" );\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t} );\n\t\t}\n\t},\n\n\t_enhance: function() {\n\t\tif ( !this.element.is( \"button\" ) ) {\n\t\t\tthis.element.attr( \"role\", \"button\" );\n\t\t}\n\n\t\tif ( this.options.icon ) {\n\t\t\tthis._updateIcon( \"icon\", this.options.icon );\n\t\t\tthis._updateTooltip();\n\t\t}\n\t},\n\n\t_updateTooltip: function() {\n\t\tthis.title = this.element.attr( \"title\" );\n\n\t\tif ( !this.options.showLabel && !this.title ) {\n\t\t\tthis.element.attr( \"title\", this.options.label );\n\t\t}\n\t},\n\n\t_updateIcon: function( option, value ) {\n\t\tvar icon = option !== \"iconPosition\",\n\t\t\tposition = icon ? this.options.iconPosition : value,\n\t\t\tdisplayBlock = position === \"top\" || position === \"bottom\";\n\n\t\t// Create icon\n\t\tif ( !this.icon ) {\n\t\t\tthis.icon = $( \"<span>\" );\n\n\t\t\tthis._addClass( this.icon, \"ui-button-icon\", \"ui-icon\" );\n\n\t\t\tif ( !this.options.showLabel ) {\n\t\t\t\tthis._addClass( \"ui-button-icon-only\" );\n\t\t\t}\n\t\t} else if ( icon ) {\n\n\t\t\t// If we are updating the icon remove the old icon class\n\t\t\tthis._removeClass( this.icon, null, this.options.icon );\n\t\t}\n\n\t\t// If we are updating the icon add the new icon class\n\t\tif ( icon ) {\n\t\t\tthis._addClass( this.icon, null, value );\n\t\t}\n\n\t\tthis._attachIcon( position );\n\n\t\t// If the icon is on top or bottom we need to add the ui-widget-icon-block class and remove\n\t\t// the iconSpace if there is one.\n\t\tif ( displayBlock ) {\n\t\t\tthis._addClass( this.icon, null, \"ui-widget-icon-block\" );\n\t\t\tif ( this.iconSpace ) {\n\t\t\t\tthis.iconSpace.remove();\n\t\t\t}\n\t\t} else {\n\n\t\t\t// Position is beginning or end so remove the ui-widget-icon-block class and add the\n\t\t\t// space if it does not exist\n\t\t\tif ( !this.iconSpace ) {\n\t\t\t\tthis.iconSpace = $( \"<span> </span>\" );\n\t\t\t\tthis._addClass( this.iconSpace, \"ui-button-icon-space\" );\n\t\t\t}\n\t\t\tthis._removeClass( this.icon, null, \"ui-wiget-icon-block\" );\n\t\t\tthis._attachIconSpace( position );\n\t\t}\n\t},\n\n\t_destroy: function() {\n\t\tthis.element.removeAttr( \"role\" );\n\n\t\tif ( this.icon ) {\n\t\t\tthis.icon.remove();\n\t\t}\n\t\tif ( this.iconSpace ) {\n\t\t\tthis.iconSpace.remove();\n\t\t}\n\t\tif ( !this.hasTitle ) {\n\t\t\tthis.element.removeAttr( \"title\" );\n\t\t}\n\t},\n\n\t_attachIconSpace: function( iconPosition ) {\n\t\tthis.icon[ /^(?:end|bottom)/.test( iconPosition ) ? \"before\" : \"after\" ]( this.iconSpace );\n\t},\n\n\t_attachIcon: function( iconPosition ) {\n\t\tthis.element[ /^(?:end|bottom)/.test( iconPosition ) ? \"append\" : \"prepend\" ]( this.icon );\n\t},\n\n\t_setOptions: function( options ) {\n\t\tvar newShowLabel = options.showLabel === undefined ?\n\t\t\t\tthis.options.showLabel :\n\t\t\t\toptions.showLabel,\n\t\t\tnewIcon = options.icon === undefined ? this.options.icon : options.icon;\n\n\t\tif ( !newShowLabel && !newIcon ) {\n\t\t\toptions.showLabel = true;\n\t\t}\n\t\tthis._super( options );\n\t},\n\n\t_setOption: function( key, value ) {\n\t\tif ( key === \"icon\" ) {\n\t\t\tif ( value ) {\n\t\t\t\tthis._updateIcon( key, value );\n\t\t\t} else if ( this.icon ) {\n\t\t\t\tthis.icon.remove();\n\t\t\t\tif ( this.iconSpace ) {\n\t\t\t\t\tthis.iconSpace.remove();\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\tif ( key === \"iconPosition\" ) {\n\t\t\tthis._updateIcon( key, value );\n\t\t}\n\n\t\t// Make sure we can't end up with a button that has neither text nor icon\n\t\tif ( key === \"showLabel\" ) {\n\t\t\t\tthis._toggleClass( \"ui-button-icon-only\", null, !value );\n\t\t\t\tthis._updateTooltip();\n\t\t}\n\n\t\tif ( key === \"label\" ) {\n\t\t\tif ( this.isInput ) {\n\t\t\t\tthis.element.val( value );\n\t\t\t} else {\n\n\t\t\t\t// If there is an icon, append it, else nothing then append the value\n\t\t\t\t// this avoids removal of the icon when setting label text\n\t\t\t\tthis.element.html( value );\n\t\t\t\tif ( this.icon ) {\n\t\t\t\t\tthis._attachIcon( this.options.iconPosition );\n\t\t\t\t\tthis._attachIconSpace( this.options.iconPosition );\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\tthis._super( key, value );\n\n\t\tif ( key === \"disabled\" ) {\n\t\t\tthis._toggleClass( null, \"ui-state-disabled\", value );\n\t\t\tthis.element[ 0 ].disabled = value;\n\t\t\tif ( value ) {\n\t\t\t\tthis.element.blur();\n\t\t\t}\n\t\t}\n\t},\n\n\trefresh: function() {\n\n\t\t// Make sure to only check disabled if its an element that supports this otherwise\n\t\t// check for the disabled class to determine state\n\t\tvar isDisabled = this.element.is( \"input, button\" ) ?\n\t\t\tthis.element[ 0 ].disabled : this.element.hasClass( \"ui-button-disabled\" );\n\n\t\tif ( isDisabled !== this.options.disabled ) {\n\t\t\tthis._setOptions( { disabled: isDisabled } );\n\t\t}\n\n\t\tthis._updateTooltip();\n\t}\n} );\n\n// DEPRECATED\nif ( $.uiBackCompat !== false ) {\n\n\t// Text and Icons options\n\t$.widget( \"ui.button\", $.ui.button, {\n\t\toptions: {\n\t\t\ttext: true,\n\t\t\ticons: {\n\t\t\t\tprimary: null,\n\t\t\t\tsecondary: null\n\t\t\t}\n\t\t},\n\n\t\t_create: function() {\n\t\t\tif ( this.options.showLabel && !this.options.text ) {\n\t\t\t\tthis.options.showLabel = this.options.text;\n\t\t\t}\n\t\t\tif ( !this.options.showLabel && this.options.text ) {\n\t\t\t\tthis.options.text = this.options.showLabel;\n\t\t\t}\n\t\t\tif ( !this.options.icon && ( this.options.icons.primary ||\n\t\t\t\t\tthis.options.icons.secondary ) ) {\n\t\t\t\tif ( this.options.icons.primary ) {\n\t\t\t\t\tthis.options.icon = this.options.icons.primary;\n\t\t\t\t} else {\n\t\t\t\t\tthis.options.icon = this.options.icons.secondary;\n\t\t\t\t\tthis.options.iconPosition = \"end\";\n\t\t\t\t}\n\t\t\t} else if ( this.options.icon ) {\n\t\t\t\tthis.options.icons.primary = this.options.icon;\n\t\t\t}\n\t\t\tthis._super();\n\t\t},\n\n\t\t_setOption: function( key, value ) {\n\t\t\tif ( key === \"text\" ) {\n\t\t\t\tthis._super( \"showLabel\", value );\n\t\t\t\treturn;\n\t\t\t}\n\t\t\tif ( key === \"showLabel\" ) {\n\t\t\t\tthis.options.text = value;\n\t\t\t}\n\t\t\tif ( key === \"icon\" ) {\n\t\t\t\tthis.options.icons.primary = value;\n\t\t\t}\n\t\t\tif ( key === \"icons\" ) {\n\t\t\t\tif ( value.primary ) {\n\t\t\t\t\tthis._super( \"icon\", value.primary );\n\t\t\t\t\tthis._super( \"iconPosition\", \"beginning\" );\n\t\t\t\t} else if ( value.secondary ) {\n\t\t\t\t\tthis._super( \"icon\", value.secondary );\n\t\t\t\t\tthis._super( \"iconPosition\", \"end\" );\n\t\t\t\t}\n\t\t\t}\n\t\t\tthis._superApply( arguments );\n\t\t}\n\t} );\n\n\t$.fn.button = ( function( orig ) {\n\t\treturn function() {\n\t\t\tif ( !this.length || ( this.length && this[ 0 ].tagName !== \"INPUT\" ) ||\n\t\t\t\t\t( this.length && this[ 0 ].tagName === \"INPUT\" && (\n\t\t\t\t\t\tthis.attr( \"type\" ) !== \"checkbox\" && this.attr( \"type\" ) !== \"radio\"\n\t\t\t\t\t) ) ) {\n\t\t\t\treturn orig.apply( this, arguments );\n\t\t\t}\n\t\t\tif ( !$.ui.checkboxradio ) {\n\t\t\t\t$.error( \"Checkboxradio widget missing\" );\n\t\t\t}\n\t\t\tif ( arguments.length === 0 ) {\n\t\t\t\treturn this.checkboxradio( {\n\t\t\t\t\t\"icon\": false\n\t\t\t\t} );\n\t\t\t}\n\t\t\treturn this.checkboxradio.apply( this, arguments );\n\t\t};\n\t} )( $.fn.button );\n\n\t$.fn.buttonset = function() {\n\t\tif ( !$.ui.controlgroup ) {\n\t\t\t$.error( \"Controlgroup widget missing\" );\n\t\t}\n\t\tif ( arguments[ 0 ] === \"option\" && arguments[ 1 ] === \"items\" && arguments[ 2 ] ) {\n\t\t\treturn this.controlgroup.apply( this,\n\t\t\t\t[ arguments[ 0 ], \"items.button\", arguments[ 2 ] ] );\n\t\t}\n\t\tif ( arguments[ 0 ] === \"option\" && arguments[ 1 ] === \"items\" ) {\n\t\t\treturn this.controlgroup.apply( this, [ arguments[ 0 ], \"items.button\" ] );\n\t\t}\n\t\tif ( typeof arguments[ 0 ] === \"object\" && arguments[ 0 ].items ) {\n\t\t\targuments[ 0 ].items = {\n\t\t\t\tbutton: arguments[ 0 ].items\n\t\t\t};\n\t\t}\n\t\treturn this.controlgroup.apply( this, arguments );\n\t};\n}\n\nreturn $.ui.button;\n\n} ) );\n","/*!\n * jQuery UI Controlgroup 1.12.1\n * http://jqueryui.com\n *\n * Copyright jQuery Foundation and other contributors\n * Released under the MIT license.\n * http://jquery.org/license\n */\n\n//>>label: Controlgroup\n//>>group: Widgets\n//>>description: Visually groups form control widgets\n//>>docs: http://api.jqueryui.com/controlgroup/\n//>>demos: http://jqueryui.com/controlgroup/\n//>>css.structure: ../../themes/base/core.css\n//>>css.structure: ../../themes/base/controlgroup.css\n//>>css.theme: ../../themes/base/theme.css\n\n( function( factory ) {\n\tif ( typeof define === \"function\" && define.amd ) {\n\n\t\t// AMD. Register as an anonymous module.\n\t\tdefine( [\n\t\t\t\"jquery\",\n\t\t\t\"../widget\"\n\t\t], factory );\n\t} else {\n\n\t\t// Browser globals\n\t\tfactory( jQuery );\n\t}\n}( function( $ ) {\nvar controlgroupCornerRegex = /ui-corner-([a-z]){2,6}/g;\n\nreturn $.widget( \"ui.controlgroup\", {\n\tversion: \"1.12.1\",\n\tdefaultElement: \"<div>\",\n\toptions: {\n\t\tdirection: \"horizontal\",\n\t\tdisabled: null,\n\t\tonlyVisible: true,\n\t\titems: {\n\t\t\t\"button\": \"input[type=button], input[type=submit], input[type=reset], button, a\",\n\t\t\t\"controlgroupLabel\": \".ui-controlgroup-label\",\n\t\t\t\"checkboxradio\": \"input[type='checkbox'], input[type='radio']\",\n\t\t\t\"selectmenu\": \"select\",\n\t\t\t\"spinner\": \".ui-spinner-input\"\n\t\t}\n\t},\n\n\t_create: function() {\n\t\tthis._enhance();\n\t},\n\n\t// To support the enhanced option in jQuery Mobile, we isolate DOM manipulation\n\t_enhance: function() {\n\t\tthis.element.attr( \"role\", \"toolbar\" );\n\t\tthis.refresh();\n\t},\n\n\t_destroy: function() {\n\t\tthis._callChildMethod( \"destroy\" );\n\t\tthis.childWidgets.removeData( \"ui-controlgroup-data\" );\n\t\tthis.element.removeAttr( \"role\" );\n\t\tif ( this.options.items.controlgroupLabel ) {\n\t\t\tthis.element\n\t\t\t\t.find( this.options.items.controlgroupLabel )\n\t\t\t\t.find( \".ui-controlgroup-label-contents\" )\n\t\t\t\t.contents().unwrap();\n\t\t}\n\t},\n\n\t_initWidgets: function() {\n\t\tvar that = this,\n\t\t\tchildWidgets = [];\n\n\t\t// First we iterate over each of the items options\n\t\t$.each( this.options.items, function( widget, selector ) {\n\t\t\tvar labels;\n\t\t\tvar options = {};\n\n\t\t\t// Make sure the widget has a selector set\n\t\t\tif ( !selector ) {\n\t\t\t\treturn;\n\t\t\t}\n\n\t\t\tif ( widget === \"controlgroupLabel\" ) {\n\t\t\t\tlabels = that.element.find( selector );\n\t\t\t\tlabels.each( function() {\n\t\t\t\t\tvar element = $( this );\n\n\t\t\t\t\tif ( element.children( \".ui-controlgroup-label-contents\" ).length ) {\n\t\t\t\t\t\treturn;\n\t\t\t\t\t}\n\t\t\t\t\telement.contents()\n\t\t\t\t\t\t.wrapAll( \"<span class='ui-controlgroup-label-contents'></span>\" );\n\t\t\t\t} );\n\t\t\t\tthat._addClass( labels, null, \"ui-widget ui-widget-content ui-state-default\" );\n\t\t\t\tchildWidgets = childWidgets.concat( labels.get() );\n\t\t\t\treturn;\n\t\t\t}\n\n\t\t\t// Make sure the widget actually exists\n\t\t\tif ( !$.fn[ widget ] ) {\n\t\t\t\treturn;\n\t\t\t}\n\n\t\t\t// We assume everything is in the middle to start because we can't determine\n\t\t\t// first / last elements until all enhancments are done.\n\t\t\tif ( that[ \"_\" + widget + \"Options\" ] ) {\n\t\t\t\toptions = that[ \"_\" + widget + \"Options\" ]( \"middle\" );\n\t\t\t} else {\n\t\t\t\toptions = { classes: {} };\n\t\t\t}\n\n\t\t\t// Find instances of this widget inside controlgroup and init them\n\t\t\tthat.element\n\t\t\t\t.find( selector )\n\t\t\t\t.each( function() {\n\t\t\t\t\tvar element = $( this );\n\t\t\t\t\tvar instance = element[ widget ]( \"instance\" );\n\n\t\t\t\t\t// We need to clone the default options for this type of widget to avoid\n\t\t\t\t\t// polluting the variable options which has a wider scope than a single widget.\n\t\t\t\t\tvar instanceOptions = $.widget.extend( {}, options );\n\n\t\t\t\t\t// If the button is the child of a spinner ignore it\n\t\t\t\t\t// TODO: Find a more generic solution\n\t\t\t\t\tif ( widget === \"button\" && element.parent( \".ui-spinner\" ).length ) {\n\t\t\t\t\t\treturn;\n\t\t\t\t\t}\n\n\t\t\t\t\t// Create the widget if it doesn't exist\n\t\t\t\t\tif ( !instance ) {\n\t\t\t\t\t\tinstance = element[ widget ]()[ widget ]( \"instance\" );\n\t\t\t\t\t}\n\t\t\t\t\tif ( instance ) {\n\t\t\t\t\t\tinstanceOptions.classes =\n\t\t\t\t\t\t\tthat._resolveClassesValues( instanceOptions.classes, instance );\n\t\t\t\t\t}\n\t\t\t\t\telement[ widget ]( instanceOptions );\n\n\t\t\t\t\t// Store an instance of the controlgroup to be able to reference\n\t\t\t\t\t// from the outermost element for changing options and refresh\n\t\t\t\t\tvar widgetElement = element[ widget ]( \"widget\" );\n\t\t\t\t\t$.data( widgetElement[ 0 ], \"ui-controlgroup-data\",\n\t\t\t\t\t\tinstance ? instance : element[ widget ]( \"instance\" ) );\n\n\t\t\t\t\tchildWidgets.push( widgetElement[ 0 ] );\n\t\t\t\t} );\n\t\t} );\n\n\t\tthis.childWidgets = $( $.unique( childWidgets ) );\n\t\tthis._addClass( this.childWidgets, \"ui-controlgroup-item\" );\n\t},\n\n\t_callChildMethod: function( method ) {\n\t\tthis.childWidgets.each( function() {\n\t\t\tvar element = $( this ),\n\t\t\t\tdata = element.data( \"ui-controlgroup-data\" );\n\t\t\tif ( data && data[ method ] ) {\n\t\t\t\tdata[ method ]();\n\t\t\t}\n\t\t} );\n\t},\n\n\t_updateCornerClass: function( element, position ) {\n\t\tvar remove = \"ui-corner-top ui-corner-bottom ui-corner-left ui-corner-right ui-corner-all\";\n\t\tvar add = this._buildSimpleOptions( position, \"label\" ).classes.label;\n\n\t\tthis._removeClass( element, null, remove );\n\t\tthis._addClass( element, null, add );\n\t},\n\n\t_buildSimpleOptions: function( position, key ) {\n\t\tvar direction = this.options.direction === \"vertical\";\n\t\tvar result = {\n\t\t\tclasses: {}\n\t\t};\n\t\tresult.classes[ key ] = {\n\t\t\t\"middle\": \"\",\n\t\t\t\"first\": \"ui-corner-\" + ( direction ? \"top\" : \"left\" ),\n\t\t\t\"last\": \"ui-corner-\" + ( direction ? \"bottom\" : \"right\" ),\n\t\t\t\"only\": \"ui-corner-all\"\n\t\t}[ position ];\n\n\t\treturn result;\n\t},\n\n\t_spinnerOptions: function( position ) {\n\t\tvar options = this._buildSimpleOptions( position, \"ui-spinner\" );\n\n\t\toptions.classes[ \"ui-spinner-up\" ] = \"\";\n\t\toptions.classes[ \"ui-spinner-down\" ] = \"\";\n\n\t\treturn options;\n\t},\n\n\t_buttonOptions: function( position ) {\n\t\treturn this._buildSimpleOptions( position, \"ui-button\" );\n\t},\n\n\t_checkboxradioOptions: function( position ) {\n\t\treturn this._buildSimpleOptions( position, \"ui-checkboxradio-label\" );\n\t},\n\n\t_selectmenuOptions: function( position ) {\n\t\tvar direction = this.options.direction === \"vertical\";\n\t\treturn {\n\t\t\twidth: direction ? \"auto\" : false,\n\t\t\tclasses: {\n\t\t\t\tmiddle: {\n\t\t\t\t\t\"ui-selectmenu-button-open\": \"\",\n\t\t\t\t\t\"ui-selectmenu-button-closed\": \"\"\n\t\t\t\t},\n\t\t\t\tfirst: {\n\t\t\t\t\t\"ui-selectmenu-button-open\": \"ui-corner-\" + ( direction ? \"top\" : \"tl\" ),\n\t\t\t\t\t\"ui-selectmenu-button-closed\": \"ui-corner-\" + ( direction ? \"top\" : \"left\" )\n\t\t\t\t},\n\t\t\t\tlast: {\n\t\t\t\t\t\"ui-selectmenu-button-open\": direction ? \"\" : \"ui-corner-tr\",\n\t\t\t\t\t\"ui-selectmenu-button-closed\": \"ui-corner-\" + ( direction ? \"bottom\" : \"right\" )\n\t\t\t\t},\n\t\t\t\tonly: {\n\t\t\t\t\t\"ui-selectmenu-button-open\": \"ui-corner-top\",\n\t\t\t\t\t\"ui-selectmenu-button-closed\": \"ui-corner-all\"\n\t\t\t\t}\n\n\t\t\t}[ position ]\n\t\t};\n\t},\n\n\t_resolveClassesValues: function( classes, instance ) {\n\t\tvar result = {};\n\t\t$.each( classes, function( key ) {\n\t\t\tvar current = instance.options.classes[ key ] || \"\";\n\t\t\tcurrent = $.trim( current.replace( controlgroupCornerRegex, \"\" ) );\n\t\t\tresult[ key ] = ( current + \" \" + classes[ key ] ).replace( /\\s+/g, \" \" );\n\t\t} );\n\t\treturn result;\n\t},\n\n\t_setOption: function( key, value ) {\n\t\tif ( key === \"direction\" ) {\n\t\t\tthis._removeClass( \"ui-controlgroup-\" + this.options.direction );\n\t\t}\n\n\t\tthis._super( key, value );\n\t\tif ( key === \"disabled\" ) {\n\t\t\tthis._callChildMethod( value ? \"disable\" : \"enable\" );\n\t\t\treturn;\n\t\t}\n\n\t\tthis.refresh();\n\t},\n\n\trefresh: function() {\n\t\tvar children,\n\t\t\tthat = this;\n\n\t\tthis._addClass( \"ui-controlgroup ui-controlgroup-\" + this.options.direction );\n\n\t\tif ( this.options.direction === \"horizontal\" ) {\n\t\t\tthis._addClass( null, \"ui-helper-clearfix\" );\n\t\t}\n\t\tthis._initWidgets();\n\n\t\tchildren = this.childWidgets;\n\n\t\t// We filter here because we need to track all childWidgets not just the visible ones\n\t\tif ( this.options.onlyVisible ) {\n\t\t\tchildren = children.filter( \":visible\" );\n\t\t}\n\n\t\tif ( children.length ) {\n\n\t\t\t// We do this last because we need to make sure all enhancment is done\n\t\t\t// before determining first and last\n\t\t\t$.each( [ \"first\", \"last\" ], function( index, value ) {\n\t\t\t\tvar instance = children[ value ]().data( \"ui-controlgroup-data\" );\n\n\t\t\t\tif ( instance && that[ \"_\" + instance.widgetName + \"Options\" ] ) {\n\t\t\t\t\tvar options = that[ \"_\" + instance.widgetName + \"Options\" ](\n\t\t\t\t\t\tchildren.length === 1 ? \"only\" : value\n\t\t\t\t\t);\n\t\t\t\t\toptions.classes = that._resolveClassesValues( options.classes, instance );\n\t\t\t\t\tinstance.element[ instance.widgetName ]( options );\n\t\t\t\t} else {\n\t\t\t\t\tthat._updateCornerClass( children[ value ](), value );\n\t\t\t\t}\n\t\t\t} );\n\n\t\t\t// Finally call the refresh method on each of the child widgets.\n\t\t\tthis._callChildMethod( \"refresh\" );\n\t\t}\n\t}\n} );\n} ) );\n","/*!\n * jQuery UI Checkboxradio 1.12.1\n * http://jqueryui.com\n *\n * Copyright jQuery Foundation and other contributors\n * Released under the MIT license.\n * http://jquery.org/license\n */\n\n//>>label: Checkboxradio\n//>>group: Widgets\n//>>description: Enhances a form with multiple themeable checkboxes or radio buttons.\n//>>docs: http://api.jqueryui.com/checkboxradio/\n//>>demos: http://jqueryui.com/checkboxradio/\n//>>css.structure: ../../themes/base/core.css\n//>>css.structure: ../../themes/base/button.css\n//>>css.structure: ../../themes/base/checkboxradio.css\n//>>css.theme: ../../themes/base/theme.css\n\n( function( factory ) {\n\tif ( typeof define === \"function\" && define.amd ) {\n\n\t\t// AMD. Register as an anonymous module.\n\t\tdefine( [\n\t\t\t\"jquery\",\n\t\t\t\"../escape-selector\",\n\t\t\t\"../form-reset-mixin\",\n\t\t\t\"../labels\",\n\t\t\t\"../widget\"\n\t\t], factory );\n\t} else {\n\n\t\t// Browser globals\n\t\tfactory( jQuery );\n\t}\n}( function( $ ) {\n\n$.widget( \"ui.checkboxradio\", [ $.ui.formResetMixin, {\n\tversion: \"1.12.1\",\n\toptions: {\n\t\tdisabled: null,\n\t\tlabel: null,\n\t\ticon: true,\n\t\tclasses: {\n\t\t\t\"ui-checkboxradio-label\": \"ui-corner-all\",\n\t\t\t\"ui-checkboxradio-icon\": \"ui-corner-all\"\n\t\t}\n\t},\n\n\t_getCreateOptions: function() {\n\t\tvar disabled, labels;\n\t\tvar that = this;\n\t\tvar options = this._super() || {};\n\n\t\t// We read the type here, because it makes more sense to throw a element type error first,\n\t\t// rather then the error for lack of a label. Often if its the wrong type, it\n\t\t// won't have a label (e.g. calling on a div, btn, etc)\n\t\tthis._readType();\n\n\t\tlabels = this.element.labels();\n\n\t\t// If there are multiple labels, use the last one\n\t\tthis.label = $( labels[ labels.length - 1 ] );\n\t\tif ( !this.label.length ) {\n\t\t\t$.error( \"No label found for checkboxradio widget\" );\n\t\t}\n\n\t\tthis.originalLabel = \"\";\n\n\t\t// We need to get the label text but this may also need to make sure it does not contain the\n\t\t// input itself.\n\t\tthis.label.contents().not( this.element[ 0 ] ).each( function() {\n\n\t\t\t// The label contents could be text, html, or a mix. We concat each element to get a\n\t\t\t// string representation of the label, without the input as part of it.\n\t\t\tthat.originalLabel += this.nodeType === 3 ? $( this ).text() : this.outerHTML;\n\t\t} );\n\n\t\t// Set the label option if we found label text\n\t\tif ( this.originalLabel ) {\n\t\t\toptions.label = this.originalLabel;\n\t\t}\n\n\t\tdisabled = this.element[ 0 ].disabled;\n\t\tif ( disabled != null ) {\n\t\t\toptions.disabled = disabled;\n\t\t}\n\t\treturn options;\n\t},\n\n\t_create: function() {\n\t\tvar checked = this.element[ 0 ].checked;\n\n\t\tthis._bindFormResetHandler();\n\n\t\tif ( this.options.disabled == null ) {\n\t\t\tthis.options.disabled = this.element[ 0 ].disabled;\n\t\t}\n\n\t\tthis._setOption( \"disabled\", this.options.disabled );\n\t\tthis._addClass( \"ui-checkboxradio\", \"ui-helper-hidden-accessible\" );\n\t\tthis._addClass( this.label, \"ui-checkboxradio-label\", \"ui-button ui-widget\" );\n\n\t\tif ( this.type === \"radio\" ) {\n\t\t\tthis._addClass( this.label, \"ui-checkboxradio-radio-label\" );\n\t\t}\n\n\t\tif ( this.options.label && this.options.label !== this.originalLabel ) {\n\t\t\tthis._updateLabel();\n\t\t} else if ( this.originalLabel ) {\n\t\t\tthis.options.label = this.originalLabel;\n\t\t}\n\n\t\tthis._enhance();\n\n\t\tif ( checked ) {\n\t\t\tthis._addClass( this.label, \"ui-checkboxradio-checked\", \"ui-state-active\" );\n\t\t\tif ( this.icon ) {\n\t\t\t\tthis._addClass( this.icon, null, \"ui-state-hover\" );\n\t\t\t}\n\t\t}\n\n\t\tthis._on( {\n\t\t\tchange: \"_toggleClasses\",\n\t\t\tfocus: function() {\n\t\t\t\tthis._addClass( this.label, null, \"ui-state-focus ui-visual-focus\" );\n\t\t\t},\n\t\t\tblur: function() {\n\t\t\t\tthis._removeClass( this.label, null, \"ui-state-focus ui-visual-focus\" );\n\t\t\t}\n\t\t} );\n\t},\n\n\t_readType: function() {\n\t\tvar nodeName = this.element[ 0 ].nodeName.toLowerCase();\n\t\tthis.type = this.element[ 0 ].type;\n\t\tif ( nodeName !== \"input\" || !/radio|checkbox/.test( this.type ) ) {\n\t\t\t$.error( \"Can't create checkboxradio on element.nodeName=\" + nodeName +\n\t\t\t\t\" and element.type=\" + this.type );\n\t\t}\n\t},\n\n\t// Support jQuery Mobile enhanced option\n\t_enhance: function() {\n\t\tthis._updateIcon( this.element[ 0 ].checked );\n\t},\n\n\twidget: function() {\n\t\treturn this.label;\n\t},\n\n\t_getRadioGroup: function() {\n\t\tvar group;\n\t\tvar name = this.element[ 0 ].name;\n\t\tvar nameSelector = \"input[name='\" + $.ui.escapeSelector( name ) + \"']\";\n\n\t\tif ( !name ) {\n\t\t\treturn $( [] );\n\t\t}\n\n\t\tif ( this.form.length ) {\n\t\t\tgroup = $( this.form[ 0 ].elements ).filter( nameSelector );\n\t\t} else {\n\n\t\t\t// Not inside a form, check all inputs that also are not inside a form\n\t\t\tgroup = $( nameSelector ).filter( function() {\n\t\t\t\treturn $( this ).form().length === 0;\n\t\t\t} );\n\t\t}\n\n\t\treturn group.not( this.element );\n\t},\n\n\t_toggleClasses: function() {\n\t\tvar checked = this.element[ 0 ].checked;\n\t\tthis._toggleClass( this.label, \"ui-checkboxradio-checked\", \"ui-state-active\", checked );\n\n\t\tif ( this.options.icon && this.type === \"checkbox\" ) {\n\t\t\tthis._toggleClass( this.icon, null, \"ui-icon-check ui-state-checked\", checked )\n\t\t\t\t._toggleClass( this.icon, null, \"ui-icon-blank\", !checked );\n\t\t}\n\n\t\tif ( this.type === \"radio\" ) {\n\t\t\tthis._getRadioGroup()\n\t\t\t\t.each( function() {\n\t\t\t\t\tvar instance = $( this ).checkboxradio( \"instance\" );\n\n\t\t\t\t\tif ( instance ) {\n\t\t\t\t\t\tinstance._removeClass( instance.label,\n\t\t\t\t\t\t\t\"ui-checkboxradio-checked\", \"ui-state-active\" );\n\t\t\t\t\t}\n\t\t\t\t} );\n\t\t}\n\t},\n\n\t_destroy: function() {\n\t\tthis._unbindFormResetHandler();\n\n\t\tif ( this.icon ) {\n\t\t\tthis.icon.remove();\n\t\t\tthis.iconSpace.remove();\n\t\t}\n\t},\n\n\t_setOption: function( key, value ) {\n\n\t\t// We don't allow the value to be set to nothing\n\t\tif ( key === \"label\" && !value ) {\n\t\t\treturn;\n\t\t}\n\n\t\tthis._super( key, value );\n\n\t\tif ( key === \"disabled\" ) {\n\t\t\tthis._toggleClass( this.label, null, \"ui-state-disabled\", value );\n\t\t\tthis.element[ 0 ].disabled = value;\n\n\t\t\t// Don't refresh when setting disabled\n\t\t\treturn;\n\t\t}\n\t\tthis.refresh();\n\t},\n\n\t_updateIcon: function( checked ) {\n\t\tvar toAdd = \"ui-icon ui-icon-background \";\n\n\t\tif ( this.options.icon ) {\n\t\t\tif ( !this.icon ) {\n\t\t\t\tthis.icon = $( \"<span>\" );\n\t\t\t\tthis.iconSpace = $( \"<span> </span>\" );\n\t\t\t\tthis._addClass( this.iconSpace, \"ui-checkboxradio-icon-space\" );\n\t\t\t}\n\n\t\t\tif ( this.type === \"checkbox\" ) {\n\t\t\t\ttoAdd += checked ? \"ui-icon-check ui-state-checked\" : \"ui-icon-blank\";\n\t\t\t\tthis._removeClass( this.icon, null, checked ? \"ui-icon-blank\" : \"ui-icon-check\" );\n\t\t\t} else {\n\t\t\t\ttoAdd += \"ui-icon-blank\";\n\t\t\t}\n\t\t\tthis._addClass( this.icon, \"ui-checkboxradio-icon\", toAdd );\n\t\t\tif ( !checked ) {\n\t\t\t\tthis._removeClass( this.icon, null, \"ui-icon-check ui-state-checked\" );\n\t\t\t}\n\t\t\tthis.icon.prependTo( this.label ).after( this.iconSpace );\n\t\t} else if ( this.icon !== undefined ) {\n\t\t\tthis.icon.remove();\n\t\t\tthis.iconSpace.remove();\n\t\t\tdelete this.icon;\n\t\t}\n\t},\n\n\t_updateLabel: function() {\n\n\t\t// Remove the contents of the label ( minus the icon, icon space, and input )\n\t\tvar contents = this.label.contents().not( this.element[ 0 ] );\n\t\tif ( this.icon ) {\n\t\t\tcontents = contents.not( this.icon[ 0 ] );\n\t\t}\n\t\tif ( this.iconSpace ) {\n\t\t\tcontents = contents.not( this.iconSpace[ 0 ] );\n\t\t}\n\t\tcontents.remove();\n\n\t\tthis.label.append( this.options.label );\n\t},\n\n\trefresh: function() {\n\t\tvar checked = this.element[ 0 ].checked,\n\t\t\tisDisabled = this.element[ 0 ].disabled;\n\n\t\tthis._updateIcon( checked );\n\t\tthis._toggleClass( this.label, \"ui-checkboxradio-checked\", \"ui-state-active\", checked );\n\t\tif ( this.options.label !== null ) {\n\t\t\tthis._updateLabel();\n\t\t}\n\n\t\tif ( isDisabled !== this.options.disabled ) {\n\t\t\tthis._setOptions( { \"disabled\": isDisabled } );\n\t\t}\n\t}\n\n} ] );\n\nreturn $.ui.checkboxradio;\n\n} ) );\n","/*!\n * jQuery UI Form Reset Mixin 1.12.1\n * http://jqueryui.com\n *\n * Copyright jQuery Foundation and other contributors\n * Released under the MIT license.\n * http://jquery.org/license\n */\n\n//>>label: Form Reset Mixin\n//>>group: Core\n//>>description: Refresh input widgets when their form is reset\n//>>docs: http://api.jqueryui.com/form-reset-mixin/\n\n( function( factory ) {\n\tif ( typeof define === \"function\" && define.amd ) {\n\n\t\t// AMD. Register as an anonymous module.\n\t\tdefine( [\n\t\t\t\"jquery\",\n\t\t\t\"./form\",\n\t\t\t\"./version\"\n\t\t], factory );\n\t} else {\n\n\t\t// Browser globals\n\t\tfactory( jQuery );\n\t}\n}( function( $ ) {\n\nreturn $.ui.formResetMixin = {\n\t_formResetHandler: function() {\n\t\tvar form = $( this );\n\n\t\t// Wait for the form reset to actually happen before refreshing\n\t\tsetTimeout( function() {\n\t\t\tvar instances = form.data( \"ui-form-reset-instances\" );\n\t\t\t$.each( instances, function() {\n\t\t\t\tthis.refresh();\n\t\t\t} );\n\t\t} );\n\t},\n\n\t_bindFormResetHandler: function() {\n\t\tthis.form = this.element.form();\n\t\tif ( !this.form.length ) {\n\t\t\treturn;\n\t\t}\n\n\t\tvar instances = this.form.data( \"ui-form-reset-instances\" ) || [];\n\t\tif ( !instances.length ) {\n\n\t\t\t// We don't use _on() here because we use a single event handler per form\n\t\t\tthis.form.on( \"reset.ui-form-reset\", this._formResetHandler );\n\t\t}\n\t\tinstances.push( this );\n\t\tthis.form.data( \"ui-form-reset-instances\", instances );\n\t},\n\n\t_unbindFormResetHandler: function() {\n\t\tif ( !this.form.length ) {\n\t\t\treturn;\n\t\t}\n\n\t\tvar instances = this.form.data( \"ui-form-reset-instances\" );\n\t\tinstances.splice( $.inArray( this, instances ), 1 );\n\t\tif ( instances.length ) {\n\t\t\tthis.form.data( \"ui-form-reset-instances\", instances );\n\t\t} else {\n\t\t\tthis.form\n\t\t\t\t.removeData( \"ui-form-reset-instances\" )\n\t\t\t\t.off( \"reset.ui-form-reset\" );\n\t\t}\n\t}\n};\n\n} ) );\n","( function( factory ) {\n\tif ( typeof define === \"function\" && define.amd ) {\n\n\t\t// AMD. Register as an anonymous module.\n\t\tdefine( [ \"jquery\", \"./version\" ], factory );\n\t} else {\n\n\t\t// Browser globals\n\t\tfactory( jQuery );\n\t}\n} ( function( $ ) {\n\n// Support: IE8 Only\n// IE8 does not support the form attribute and when it is supplied. It overwrites the form prop\n// with a string, so we need to find the proper form.\nreturn $.fn.form = function() {\n\treturn typeof this[ 0 ].form === \"string\" ? this.closest( \"form\" ) : $( this[ 0 ].form );\n};\n\n} ) );\n","/*!\n * jQuery UI Labels 1.12.1\n * http://jqueryui.com\n *\n * Copyright jQuery Foundation and other contributors\n * Released under the MIT license.\n * http://jquery.org/license\n */\n\n//>>label: labels\n//>>group: Core\n//>>description: Find all the labels associated with a given input\n//>>docs: http://api.jqueryui.com/labels/\n\n( function( factory ) {\n\tif ( typeof define === \"function\" && define.amd ) {\n\n\t\t// AMD. Register as an anonymous module.\n\t\tdefine( [ \"jquery\", \"./version\", \"./escape-selector\" ], factory );\n\t} else {\n\n\t\t// Browser globals\n\t\tfactory( jQuery );\n\t}\n} ( function( $ ) {\n\nreturn $.fn.labels = function() {\n\tvar ancestor, selector, id, labels, ancestors;\n\n\t// Check control.labels first\n\tif ( this[ 0 ].labels && this[ 0 ].labels.length ) {\n\t\treturn this.pushStack( this[ 0 ].labels );\n\t}\n\n\t// Support: IE <= 11, FF <= 37, Android <= 2.3 only\n\t// Above browsers do not support control.labels. Everything below is to support them\n\t// as well as document fragments. control.labels does not work on document fragments\n\tlabels = this.eq( 0 ).parents( \"label\" );\n\n\t// Look for the label based on the id\n\tid = this.attr( \"id\" );\n\tif ( id ) {\n\n\t\t// We don't search against the document in case the element\n\t\t// is disconnected from the DOM\n\t\tancestor = this.eq( 0 ).parents().last();\n\n\t\t// Get a full set of top level ancestors\n\t\tancestors = ancestor.add( ancestor.length ? ancestor.siblings() : this.siblings() );\n\n\t\t// Create a selector for the label based on the id\n\t\tselector = \"label[for='\" + $.ui.escapeSelector( id ) + \"']\";\n\n\t\tlabels = labels.add( ancestors.find( selector ).addBack( selector ) );\n\n\t}\n\n\t// Return whatever we have found for labels\n\treturn this.pushStack( labels );\n};\n\n} ) );\n","/*!\n * jQuery UI Keycode 1.12.1\n * http://jqueryui.com\n *\n * Copyright jQuery Foundation and other contributors\n * Released under the MIT license.\n * http://jquery.org/license\n */\n\n//>>label: Keycode\n//>>group: Core\n//>>description: Provide keycodes as keynames\n//>>docs: http://api.jqueryui.com/jQuery.ui.keyCode/\n\n( function( factory ) {\n\tif ( typeof define === \"function\" && define.amd ) {\n\n\t\t// AMD. Register as an anonymous module.\n\t\tdefine( [ \"jquery\", \"./version\" ], factory );\n\t} else {\n\n\t\t// Browser globals\n\t\tfactory( jQuery );\n\t}\n} ( function( $ ) {\nreturn $.ui.keyCode = {\n\tBACKSPACE: 8,\n\tCOMMA: 188,\n\tDELETE: 46,\n\tDOWN: 40,\n\tEND: 35,\n\tENTER: 13,\n\tESCAPE: 27,\n\tHOME: 36,\n\tLEFT: 37,\n\tPAGE_DOWN: 34,\n\tPAGE_UP: 33,\n\tPERIOD: 190,\n\tRIGHT: 39,\n\tSPACE: 32,\n\tTAB: 9,\n\tUP: 38\n};\n\n} ) );\n","var store = require('../internals/shared-store');\n\nvar functionToString = Function.toString;\n\n// this helper broken in `core-js@3.4.1-3.4.4`, so we can't use `shared` helper\nif (typeof store.inspectSource != 'function') {\n store.inspectSource = function (it) {\n return functionToString.call(it);\n };\n}\n\nmodule.exports = store.inspectSource;\n","// IE8- don't enum bug keys\nmodule.exports = [\n 'constructor',\n 'hasOwnProperty',\n 'isPrototypeOf',\n 'propertyIsEnumerable',\n 'toLocaleString',\n 'toString',\n 'valueOf'\n];\n","// eslint-disable-next-line es/no-object-getownpropertysymbols -- safe\nexports.f = Object.getOwnPropertySymbols;\n","var DESCRIPTORS = require('../internals/descriptors');\nvar fails = require('../internals/fails');\nvar createElement = require('../internals/document-create-element');\n\n// Thank's IE8 for his funny defineProperty\nmodule.exports = !DESCRIPTORS && !fails(function () {\n // eslint-disable-next-line es/no-object-defineproperty -- requied for testing\n return Object.defineProperty(createElement('div'), 'a', {\n get: function () { return 7; }\n }).a != 7;\n});\n","var shared = require('../internals/shared');\nvar uid = require('../internals/uid');\n\nvar keys = shared('keys');\n\nmodule.exports = function (key) {\n return keys[key] || (keys[key] = uid(key));\n};\n","var isObject = require('../internals/is-object');\n\nmodule.exports = function (it) {\n if (!isObject(it)) {\n throw TypeError(String(it) + ' is not an object');\n } return it;\n};\n","var has = require('../internals/has');\nvar toIndexedObject = require('../internals/to-indexed-object');\nvar indexOf = require('../internals/array-includes').indexOf;\nvar hiddenKeys = require('../internals/hidden-keys');\n\nmodule.exports = function (object, names) {\n var O = toIndexedObject(object);\n var i = 0;\n var result = [];\n var key;\n for (key in O) !has(hiddenKeys, key) && has(O, key) && result.push(key);\n // Don't enum bug & hidden keys\n while (names.length > i) if (has(O, key = names[i++])) {\n ~indexOf(result, key) || result.push(key);\n }\n return result;\n};\n","'use strict';\n\nvar fails = require('./fails');\n\n// babel-minify transpiles RegExp('a', 'y') -> /a/y and it causes SyntaxError,\n// so we use an intermediate function.\nfunction RE(s, f) {\n return RegExp(s, f);\n}\n\nexports.UNSUPPORTED_Y = fails(function () {\n // babel-minify transpiles RegExp('a', 'y') -> /a/y and it causes SyntaxError\n var re = RE('a', 'y');\n re.lastIndex = 2;\n return re.exec('abcd') != null;\n});\n\nexports.BROKEN_CARET = fails(function () {\n // https://bugzilla.mozilla.org/show_bug.cgi?id=773687\n var re = RE('^r', 'gy');\n re.lastIndex = 2;\n return re.exec('str') != null;\n});\n","'use strict';\n// TODO: Remove from `core-js@4` since it's moved to entry points\nrequire('../modules/es.regexp.exec');\nvar redefine = require('../internals/redefine');\nvar regexpExec = require('../internals/regexp-exec');\nvar fails = require('../internals/fails');\nvar wellKnownSymbol = require('../internals/well-known-symbol');\nvar createNonEnumerableProperty = require('../internals/create-non-enumerable-property');\n\nvar SPECIES = wellKnownSymbol('species');\nvar RegExpPrototype = RegExp.prototype;\n\nvar REPLACE_SUPPORTS_NAMED_GROUPS = !fails(function () {\n // #replace needs built-in support for named groups.\n // #match works fine because it just return the exec results, even if it has\n // a \"grops\" property.\n var re = /./;\n re.exec = function () {\n var result = [];\n result.groups = { a: '7' };\n return result;\n };\n return ''.replace(re, '$<a>') !== '7';\n});\n\n// IE <= 11 replaces $0 with the whole match, as if it was $&\n// https://stackoverflow.com/questions/6024666/getting-ie-to-replace-a-regex-with-the-literal-string-0\nvar REPLACE_KEEPS_$0 = (function () {\n // eslint-disable-next-line regexp/prefer-escape-replacement-dollar-char -- required for testing\n return 'a'.replace(/./, '$0') === '$0';\n})();\n\nvar REPLACE = wellKnownSymbol('replace');\n// Safari <= 13.0.3(?) substitutes nth capture where n>m with an empty string\nvar REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE = (function () {\n if (/./[REPLACE]) {\n return /./[REPLACE]('a', '$0') === '';\n }\n return false;\n})();\n\n// Chrome 51 has a buggy \"split\" implementation when RegExp#exec !== nativeExec\n// Weex JS has frozen built-in prototypes, so use try / catch wrapper\nvar SPLIT_WORKS_WITH_OVERWRITTEN_EXEC = !fails(function () {\n // eslint-disable-next-line regexp/no-empty-group -- required for testing\n var re = /(?:)/;\n var originalExec = re.exec;\n re.exec = function () { return originalExec.apply(this, arguments); };\n var result = 'ab'.split(re);\n return result.length !== 2 || result[0] !== 'a' || result[1] !== 'b';\n});\n\nmodule.exports = function (KEY, length, exec, sham) {\n var SYMBOL = wellKnownSymbol(KEY);\n\n var DELEGATES_TO_SYMBOL = !fails(function () {\n // String methods call symbol-named RegEp methods\n var O = {};\n O[SYMBOL] = function () { return 7; };\n return ''[KEY](O) != 7;\n });\n\n var DELEGATES_TO_EXEC = DELEGATES_TO_SYMBOL && !fails(function () {\n // Symbol-named RegExp methods call .exec\n var execCalled = false;\n var re = /a/;\n\n if (KEY === 'split') {\n // We can't use real regex here since it causes deoptimization\n // and serious performance degradation in V8\n // https://github.com/zloirock/core-js/issues/306\n re = {};\n // RegExp[@@split] doesn't call the regex's exec method, but first creates\n // a new one. We need to return the patched regex when creating the new one.\n re.constructor = {};\n re.constructor[SPECIES] = function () { return re; };\n re.flags = '';\n re[SYMBOL] = /./[SYMBOL];\n }\n\n re.exec = function () { execCalled = true; return null; };\n\n re[SYMBOL]('');\n return !execCalled;\n });\n\n if (\n !DELEGATES_TO_SYMBOL ||\n !DELEGATES_TO_EXEC ||\n (KEY === 'replace' && !(\n REPLACE_SUPPORTS_NAMED_GROUPS &&\n REPLACE_KEEPS_$0 &&\n !REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE\n )) ||\n (KEY === 'split' && !SPLIT_WORKS_WITH_OVERWRITTEN_EXEC)\n ) {\n var nativeRegExpMethod = /./[SYMBOL];\n var methods = exec(SYMBOL, ''[KEY], function (nativeMethod, regexp, str, arg2, forceStringMethod) {\n var $exec = regexp.exec;\n if ($exec === regexpExec || $exec === RegExpPrototype.exec) {\n if (DELEGATES_TO_SYMBOL && !forceStringMethod) {\n // The native String method already delegates to @@method (this\n // polyfilled function), leasing to infinite recursion.\n // We avoid it by directly calling the native @@method method.\n return { done: true, value: nativeRegExpMethod.call(regexp, str, arg2) };\n }\n return { done: true, value: nativeMethod.call(str, regexp, arg2) };\n }\n return { done: false };\n }, {\n REPLACE_KEEPS_$0: REPLACE_KEEPS_$0,\n REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE: REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE\n });\n var stringMethod = methods[0];\n var regexMethod = methods[1];\n\n redefine(String.prototype, KEY, stringMethod);\n redefine(RegExpPrototype, SYMBOL, length == 2\n // 21.2.5.8 RegExp.prototype[@@replace](string, replaceValue)\n // 21.2.5.11 RegExp.prototype[@@split](string, limit)\n ? function (string, arg) { return regexMethod.call(string, this, arg); }\n // 21.2.5.6 RegExp.prototype[@@match](string)\n // 21.2.5.9 RegExp.prototype[@@search](string)\n : function (string) { return regexMethod.call(string, this); }\n );\n }\n\n if (sham) createNonEnumerableProperty(RegExpPrototype[SYMBOL], 'sham', true);\n};\n","var getBuiltIn = require('../internals/get-built-in');\n\nmodule.exports = getBuiltIn('navigator', 'userAgent') || '';\n","var toInteger = require('../internals/to-integer');\nvar requireObjectCoercible = require('../internals/require-object-coercible');\n\n// `String.prototype.{ codePointAt, at }` methods implementation\nvar createMethod = function (CONVERT_TO_STRING) {\n return function ($this, pos) {\n var S = String(requireObjectCoercible($this));\n var position = toInteger(pos);\n var size = S.length;\n var first, second;\n if (position < 0 || position >= size) return CONVERT_TO_STRING ? '' : undefined;\n first = S.charCodeAt(position);\n return first < 0xD800 || first > 0xDBFF || position + 1 === size\n || (second = S.charCodeAt(position + 1)) < 0xDC00 || second > 0xDFFF\n ? CONVERT_TO_STRING ? S.charAt(position) : first\n : CONVERT_TO_STRING ? S.slice(position, position + 2) : (first - 0xD800 << 10) + (second - 0xDC00) + 0x10000;\n };\n};\n\nmodule.exports = {\n // `String.prototype.codePointAt` method\n // https://tc39.es/ecma262/#sec-string.prototype.codepointat\n codeAt: createMethod(false),\n // `String.prototype.at` method\n // https://github.com/mathiasbynens/String.prototype.at\n charAt: createMethod(true)\n};\n","var global = require('../internals/global');\nvar shared = require('../internals/shared');\nvar has = require('../internals/has');\nvar uid = require('../internals/uid');\nvar NATIVE_SYMBOL = require('../internals/native-symbol');\nvar USE_SYMBOL_AS_UID = require('../internals/use-symbol-as-uid');\n\nvar WellKnownSymbolsStore = shared('wks');\nvar Symbol = global.Symbol;\nvar createWellKnownSymbol = USE_SYMBOL_AS_UID ? Symbol : Symbol && Symbol.withoutSetter || uid;\n\nmodule.exports = function (name) {\n if (!has(WellKnownSymbolsStore, name) || !(NATIVE_SYMBOL || typeof WellKnownSymbolsStore[name] == 'string')) {\n if (NATIVE_SYMBOL && has(Symbol, name)) {\n WellKnownSymbolsStore[name] = Symbol[name];\n } else {\n WellKnownSymbolsStore[name] = createWellKnownSymbol('Symbol.' + name);\n }\n } return WellKnownSymbolsStore[name];\n};\n","var classof = require('./classof-raw');\nvar regexpExec = require('./regexp-exec');\n\n// `RegExpExec` abstract operation\n// https://tc39.es/ecma262/#sec-regexpexec\nmodule.exports = function (R, S) {\n var exec = R.exec;\n if (typeof exec === 'function') {\n var result = exec.call(R, S);\n if (typeof result !== 'object') {\n throw TypeError('RegExp exec method returned something other than an Object or null');\n }\n return result;\n }\n\n if (classof(R) !== 'RegExp') {\n throw TypeError('RegExp#exec called on incompatible receiver');\n }\n\n return regexpExec.call(R, S);\n};\n\n","var fails = require('../internals/fails');\n\nvar replacement = /#|\\.prototype\\./;\n\nvar isForced = function (feature, detection) {\n var value = data[normalize(feature)];\n return value == POLYFILL ? true\n : value == NATIVE ? false\n : typeof detection == 'function' ? fails(detection)\n : !!detection;\n};\n\nvar normalize = isForced.normalize = function (string) {\n return String(string).replace(replacement, '.').toLowerCase();\n};\n\nvar data = isForced.data = {};\nvar NATIVE = isForced.NATIVE = 'N';\nvar POLYFILL = isForced.POLYFILL = 'P';\n\nmodule.exports = isForced;\n","import api from \"!../../../style-loader/dist/runtime/injectStylesIntoStyleTag.js\";\n import content from \"!!../../../css-loader/dist/cjs.js!./theme.css\";\n\nvar options = {};\n\noptions.insert = \"head\";\noptions.singleton = false;\n\nvar update = api(content, options);\n\n\n\nexport default content.locals || {};","import api from \"!../../../style-loader/dist/runtime/injectStylesIntoStyleTag.js\";\n import content from \"!!../../../css-loader/dist/cjs.js!./button.css\";\n\nvar options = {};\n\noptions.insert = \"head\";\noptions.singleton = false;\n\nvar update = api(content, options);\n\n\n\nexport default content.locals || {};","/**\n * @copyright Copyright (c) 2016 Julius Härtl <jus@bitgrid.net>\n *\n * @author John Molakvoæ <skjnldsv@protonmail.com>\n * @author Julius Härtl <jus@bitgrid.net>\n * @author Richard Steinmetz <richard@steinmetz.cloud>\n *\n * @license GNU AGPL version 3 or any later version\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see <http://www.gnu.org/licenses/>.\n *\n */\n\nimport $ from 'jquery'\nimport { translate as t } from '@nextcloud/l10n'\nimport { getToken } from './OC/requesttoken'\nimport getURLParameter from './Util/get-url-parameter'\n\nimport './jquery/showpassword'\n\nimport 'jquery-ui/ui/widgets/button'\nimport 'jquery-ui/themes/base/theme.css'\nimport 'jquery-ui/themes/base/button.css'\n\nimport 'bootstrap/js/dist/tooltip'\nimport './Polyfill/tooltip'\n\nimport 'strengthify'\nimport 'strengthify/strengthify.css'\n\nwindow.addEventListener('DOMContentLoaded', function() {\n\tconst dbtypes = {\n\t\tsqlite: !!$('#hasSQLite').val(),\n\t\tmysql: !!$('#hasMySQL').val(),\n\t\tpostgresql: !!$('#hasPostgreSQL').val(),\n\t\toracle: !!$('#hasOracle').val(),\n\t}\n\n\t$('#selectDbType').buttonset()\n\t// change links inside an info box back to their default appearance\n\t$('#selectDbType p.info a').button('destroy')\n\n\tif ($('#hasSQLite').val()) {\n\t\t$('#use_other_db').hide()\n\t\t$('#use_oracle_db').hide()\n\t} else {\n\t\t$('#sqliteInformation').hide()\n\t}\n\t$('#adminlogin').change(function() {\n\t\t$('#adminlogin').val($.trim($('#adminlogin').val()))\n\t})\n\t$('#sqlite').click(function() {\n\t\t$('#use_other_db').slideUp(250)\n\t\t$('#use_oracle_db').slideUp(250)\n\t\t$('#sqliteInformation').show()\n\t\t$('#dbname').attr('pattern', '[0-9a-zA-Z$_-]+')\n\t})\n\n\t$('#mysql,#pgsql').click(function() {\n\t\t$('#use_other_db').slideDown(250)\n\t\t$('#use_oracle_db').slideUp(250)\n\t\t$('#sqliteInformation').hide()\n\t\t$('#dbname').attr('pattern', '[0-9a-zA-Z$_-]+')\n\t})\n\n\t$('#oci').click(function() {\n\t\t$('#use_other_db').slideDown(250)\n\t\t$('#use_oracle_db').show(250)\n\t\t$('#sqliteInformation').hide()\n\t\t$('#dbname').attr('pattern', '[0-9a-zA-Z$_-.]+')\n\t})\n\n\t$('#showAdvanced').click(function(e) {\n\t\te.preventDefault()\n\t\t$('#datadirContent').slideToggle(250)\n\t\t$('#databaseBackend').slideToggle(250)\n\t\t$('#databaseField').slideToggle(250)\n\t})\n\t$('form').submit(function() {\n\t\t// Save form parameters\n\t\tconst post = $(this).serializeArray()\n\n\t\t// Show spinner while finishing setup\n\t\t$('.float-spinner').show(250)\n\n\t\t// Disable inputs\n\t\t$(':submit', this).attr('disabled', 'disabled').val($(':submit', this).data('finishing'))\n\t\t$('input', this).addClass('ui-state-disabled').attr('disabled', 'disabled')\n\t\t// only disable buttons if they are present\n\t\tif ($('#selectDbType').find('.ui-button').length > 0) {\n\t\t\t$('#selectDbType').buttonset('disable')\n\t\t}\n\t\t$('.strengthify-wrapper, .tipsy')\n\t\t\t.css('-ms-filter', '\"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\"')\n\t\t\t.css('filter', 'alpha(opacity=30)')\n\t\t\t.css('opacity', 0.3)\n\n\t\t// Create the form\n\t\tconst form = $('<form>')\n\t\tform.attr('action', $(this).attr('action'))\n\t\tform.attr('method', 'POST')\n\n\t\tfor (let i = 0; i < post.length; i++) {\n\t\t\tconst input = $('<input type=\"hidden\">')\n\t\t\tinput.attr(post[i])\n\t\t\tform.append(input)\n\t\t}\n\n\t\t// Add redirect_url\n\t\tconst redirectURL = getURLParameter('redirect_url')\n\t\tif (redirectURL) {\n\t\t\tconst redirectURLInput = $('<input type=\"hidden\">')\n\t\t\tredirectURLInput.attr({\n\t\t\t\tname: 'redirect_url',\n\t\t\t\tvalue: redirectURL,\n\t\t\t})\n\t\t\tform.append(redirectURLInput)\n\t\t}\n\n\t\t// Submit the form\n\t\tform.appendTo(document.body)\n\t\tform.submit()\n\t\treturn false\n\t})\n\n\t// Expand latest db settings if page was reloaded on error\n\tconst currentDbType = $('input[type=\"radio\"]:checked').val()\n\n\tif (currentDbType === undefined) {\n\t\t$('input[type=\"radio\"]').first().click()\n\t}\n\n\tif (\n\t\tcurrentDbType === 'sqlite'\n\t\t|| (dbtypes.sqlite && currentDbType === undefined)\n\t) {\n\t\t$('#datadirContent').hide(250)\n\t\t$('#databaseBackend').hide(250)\n\t\t$('#databaseField').hide(250)\n\t\t$('.float-spinner').hide(250)\n\t}\n\n\t$('#adminpass').strengthify({\n\t\tzxcvbn: OC.linkTo('core', 'vendor/zxcvbn/dist/zxcvbn.js'),\n\t\ttitles: [\n\t\t\tt('core', 'Very weak password'),\n\t\t\tt('core', 'Weak password'),\n\t\t\tt('core', 'So-so password'),\n\t\t\tt('core', 'Good password'),\n\t\t\tt('core', 'Strong password'),\n\t\t],\n\t\tdrawTitles: true,\n\t\tnonce: btoa(getToken()),\n\t})\n\n\t$('#dbpass').showPassword().keyup()\n\t$('#adminpass').showPassword().keyup()\n})\n","/**\n * @copyright 2019 Christoph Wurst <christoph@winzerhof-wurst.at>\n *\n * @author Christoph Wurst <christoph@winzerhof-wurst.at>\n * @author John Molakvoæ <skjnldsv@protonmail.com>\n *\n * @license GNU AGPL version 3 or any later version\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see <http://www.gnu.org/licenses/>.\n *\n */\n\nexport default function getURLParameter(name) {\n\treturn decodeURIComponent(\n\t\t// eslint-disable-next-line no-sparse-arrays\n\t\t(new RegExp('[?|&]' + name + '=' + '([^&;]+?)(&|#|;|$)').exec(location.search) || [, ''])[1].replace(/\\+/g, '%20')\n\t) || ''\n}\n","'use strict';\nvar charAt = require('../internals/string-multibyte').charAt;\n\n// `AdvanceStringIndex` abstract operation\n// https://tc39.es/ecma262/#sec-advancestringindex\nmodule.exports = function (S, index, unicode) {\n return index + (unicode ? charAt(S, index).length : 1);\n};\n"],"sourceRoot":""} \ No newline at end of file
diff --git a/core/js/dist/login.js b/core/js/dist/login.js
index 5fd34e91b2e..c781aed5240 100644
--- a/core/js/dist/login.js
+++ b/core/js/dist/login.js
@@ -1,34 +1,221 @@
-!function(e){var t={};function n(r){if(t[r])return t[r].exports;var i=t[r]={i:r,l:!1,exports:{}};return e[r].call(i.exports,i,i.exports,n),i.l=!0,i.exports}n.m=e,n.c=t,n.d=function(e,t,r){n.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:r})},n.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},n.t=function(e,t){if(1&t&&(e=n(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var r=Object.create(null);if(n.r(r),Object.defineProperty(r,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var i in e)n.d(r,i,function(t){return e[t]}.bind(null,i));return r},n.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return n.d(t,"a",t),t},n.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},n.p="",n(n.s=1140)}([function(e,t,n){var r,i,a;
+!function(e){var t={};function n(r){if(t[r])return t[r].exports;var a=t[r]={i:r,l:!1,exports:{}};return e[r].call(a.exports,a,a.exports,n),a.l=!0,a.exports}n.m=e,n.c=t,n.d=function(e,t,r){n.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:r})},n.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},n.t=function(e,t){if(1&t&&(e=n(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var r=Object.create(null);if(n.r(r),Object.defineProperty(r,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var a in e)n.d(r,a,function(t){return e[t]}.bind(null,a));return r},n.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return n.d(t,"a",t),t},n.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},n.p="",n(n.s=941)}([function(e,t,n){var r;
/*!
- * jQuery JavaScript Library v2.1.4
- * http://jquery.com/
+ * jQuery JavaScript Library v3.3.1
+ * https://jquery.com/
*
* Includes Sizzle.js
- * http://sizzlejs.com/
+ * https://sizzlejs.com/
*
- * Copyright 2005, 2014 jQuery Foundation, Inc. and other contributors
+ * Copyright JS Foundation and other contributors
* Released under the MIT license
- * http://jquery.org/license
+ * https://jquery.org/license
*
- * Date: 2015-04-28T16:01Z
- */i="undefined"!=typeof window?window:this,a=function(n,i){var a=[],o=a.slice,s=a.concat,u=a.push,c=a.indexOf,l={},d=l.toString,f=l.hasOwnProperty,h={},p=n.document,m=function(e,t){return new m.fn.init(e,t)},_=/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g,y=/^-ms-/,v=/-([\da-z])/gi,g=function(e,t){return t.toUpperCase()};function M(e){var t="length"in e&&e.length,n=m.type(e);return"function"!==n&&!m.isWindow(e)&&(!(1!==e.nodeType||!t)||"array"===n||0===t||"number"==typeof t&&t>0&&t-1 in e)}m.fn=m.prototype={jquery:"2.1.4",constructor:m,selector:"",length:0,toArray:function(){return o.call(this)},get:function(e){return null!=e?e<0?this[e+this.length]:this[e]:o.call(this)},pushStack:function(e){var t=m.merge(this.constructor(),e);return t.prevObject=this,t.context=this.context,t},each:function(e,t){return m.each(this,e,t)},map:function(e){return this.pushStack(m.map(this,(function(t,n){return e.call(t,n,t)})))},slice:function(){return this.pushStack(o.apply(this,arguments))},first:function(){return this.eq(0)},last:function(){return this.eq(-1)},eq:function(e){var t=this.length,n=+e+(e<0?t:0);return this.pushStack(n>=0&&n<t?[this[n]]:[])},end:function(){return this.prevObject||this.constructor(null)},push:u,sort:a.sort,splice:a.splice},m.extend=m.fn.extend=function(){var e,t,n,r,i,a,o=arguments[0]||{},s=1,u=arguments.length,c=!1;for("boolean"==typeof o&&(c=o,o=arguments[s]||{},s++),"object"==typeof o||m.isFunction(o)||(o={}),s===u&&(o=this,s--);s<u;s++)if(null!=(e=arguments[s]))for(t in e)n=o[t],o!==(r=e[t])&&(c&&r&&(m.isPlainObject(r)||(i=m.isArray(r)))?(i?(i=!1,a=n&&m.isArray(n)?n:[]):a=n&&m.isPlainObject(n)?n:{},o[t]=m.extend(c,a,r)):void 0!==r&&(o[t]=r));return o},m.extend({expando:"jQuery"+("2.1.4"+Math.random()).replace(/\D/g,""),isReady:!0,error:function(e){throw new Error(e)},noop:function(){},isFunction:function(e){return"function"===m.type(e)},isArray:Array.isArray,isWindow:function(e){return null!=e&&e===e.window},isNumeric:function(e){return!m.isArray(e)&&e-parseFloat(e)+1>=0},isPlainObject:function(e){return!("object"!==m.type(e)||e.nodeType||m.isWindow(e)||e.constructor&&!f.call(e.constructor.prototype,"isPrototypeOf"))},isEmptyObject:function(e){var t;for(t in e)return!1;return!0},type:function(e){return null==e?e+"":"object"==typeof e||"function"==typeof e?l[d.call(e)]||"object":typeof e},globalEval:function(e){var t,n=eval;(e=m.trim(e))&&(1===e.indexOf("use strict")?((t=p.createElement("script")).text=e,p.head.appendChild(t).parentNode.removeChild(t)):n(e))},camelCase:function(e){return e.replace(y,"ms-").replace(v,g)},nodeName:function(e,t){return e.nodeName&&e.nodeName.toLowerCase()===t.toLowerCase()},each:function(e,t,n){var r=0,i=e.length,a=M(e);if(n){if(a)for(;r<i&&!1!==t.apply(e[r],n);r++);else for(r in e)if(!1===t.apply(e[r],n))break}else if(a)for(;r<i&&!1!==t.call(e[r],r,e[r]);r++);else for(r in e)if(!1===t.call(e[r],r,e[r]))break;return e},trim:function(e){return null==e?"":(e+"").replace(_,"")},makeArray:function(e,t){var n=t||[];return null!=e&&(M(Object(e))?m.merge(n,"string"==typeof e?[e]:e):u.call(n,e)),n},inArray:function(e,t,n){return null==t?-1:c.call(t,e,n)},merge:function(e,t){for(var n=+t.length,r=0,i=e.length;r<n;r++)e[i++]=t[r];return e.length=i,e},grep:function(e,t,n){for(var r=[],i=0,a=e.length,o=!n;i<a;i++)!t(e[i],i)!==o&&r.push(e[i]);return r},map:function(e,t,n){var r,i=0,a=e.length,o=[];if(M(e))for(;i<a;i++)null!=(r=t(e[i],i,n))&&o.push(r);else for(i in e)null!=(r=t(e[i],i,n))&&o.push(r);return s.apply([],o)},guid:1,proxy:function(e,t){var n,r,i;if("string"==typeof t&&(n=e[t],t=e,e=n),m.isFunction(e))return r=o.call(arguments,2),(i=function(){return e.apply(t||this,r.concat(o.call(arguments)))}).guid=e.guid=e.guid||m.guid++,i},now:Date.now,support:h}),m.each("Boolean Number String Function Array Date RegExp Object Error".split(" "),(function(e,t){l["[object "+t+"]"]=t.toLowerCase()}));var L=
+ * Date: 2018-01-20T17:24Z
+ */!function(t,n){"use strict";"object"==typeof e.exports?e.exports=t.document?n(t,!0):function(e){if(!e.document)throw new Error("jQuery requires a window with a document");return n(e)}:n(t)}("undefined"!=typeof window?window:this,(function(n,a){"use strict";var i=[],o=n.document,s=Object.getPrototypeOf,u=i.slice,l=i.concat,c=i.push,d=i.indexOf,f={},p=f.toString,m=f.hasOwnProperty,h=m.toString,_=h.call(Object),g={},y=function(e){return"function"==typeof e&&"number"!=typeof e.nodeType},v=function(e){return null!=e&&e===e.window},M={type:!0,src:!0,noModule:!0};function L(e,t,n){var r,a=(t=t||o).createElement("script");if(a.text=e,n)for(r in M)n[r]&&(a[r]=n[r]);t.head.appendChild(a).parentNode.removeChild(a)}function w(e){return null==e?e+"":"object"==typeof e||"function"==typeof e?f[p.call(e)]||"object":typeof e}var b=function(e,t){return new b.fn.init(e,t)},T=/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g;function x(e){var t=!!e&&"length"in e&&e.length,n=w(e);return!y(e)&&!v(e)&&("array"===n||0===t||"number"==typeof t&&t>0&&t-1 in e)}b.fn=b.prototype={jquery:"3.3.1",constructor:b,length:0,toArray:function(){return u.call(this)},get:function(e){return null==e?u.call(this):e<0?this[e+this.length]:this[e]},pushStack:function(e){var t=b.merge(this.constructor(),e);return t.prevObject=this,t},each:function(e){return b.each(this,e)},map:function(e){return this.pushStack(b.map(this,(function(t,n){return e.call(t,n,t)})))},slice:function(){return this.pushStack(u.apply(this,arguments))},first:function(){return this.eq(0)},last:function(){return this.eq(-1)},eq:function(e){var t=this.length,n=+e+(e<0?t:0);return this.pushStack(n>=0&&n<t?[this[n]]:[])},end:function(){return this.prevObject||this.constructor()},push:c,sort:i.sort,splice:i.splice},b.extend=b.fn.extend=function(){var e,t,n,r,a,i,o=arguments[0]||{},s=1,u=arguments.length,l=!1;for("boolean"==typeof o&&(l=o,o=arguments[s]||{},s++),"object"==typeof o||y(o)||(o={}),s===u&&(o=this,s--);s<u;s++)if(null!=(e=arguments[s]))for(t in e)n=o[t],o!==(r=e[t])&&(l&&r&&(b.isPlainObject(r)||(a=Array.isArray(r)))?(a?(a=!1,i=n&&Array.isArray(n)?n:[]):i=n&&b.isPlainObject(n)?n:{},o[t]=b.extend(l,i,r)):void 0!==r&&(o[t]=r));return o},b.extend({expando:"jQuery"+("3.3.1"+Math.random()).replace(/\D/g,""),isReady:!0,error:function(e){throw new Error(e)},noop:function(){},isPlainObject:function(e){var t,n;return!(!e||"[object Object]"!==p.call(e))&&(!(t=s(e))||"function"==typeof(n=m.call(t,"constructor")&&t.constructor)&&h.call(n)===_)},isEmptyObject:function(e){var t;for(t in e)return!1;return!0},globalEval:function(e){L(e)},each:function(e,t){var n,r=0;if(x(e))for(n=e.length;r<n&&!1!==t.call(e[r],r,e[r]);r++);else for(r in e)if(!1===t.call(e[r],r,e[r]))break;return e},trim:function(e){return null==e?"":(e+"").replace(T,"")},makeArray:function(e,t){var n=t||[];return null!=e&&(x(Object(e))?b.merge(n,"string"==typeof e?[e]:e):c.call(n,e)),n},inArray:function(e,t,n){return null==t?-1:d.call(t,e,n)},merge:function(e,t){for(var n=+t.length,r=0,a=e.length;r<n;r++)e[a++]=t[r];return e.length=a,e},grep:function(e,t,n){for(var r=[],a=0,i=e.length,o=!n;a<i;a++)!t(e[a],a)!==o&&r.push(e[a]);return r},map:function(e,t,n){var r,a,i=0,o=[];if(x(e))for(r=e.length;i<r;i++)null!=(a=t(e[i],i,n))&&o.push(a);else for(i in e)null!=(a=t(e[i],i,n))&&o.push(a);return l.apply([],o)},guid:1,support:g}),"function"==typeof Symbol&&(b.fn[Symbol.iterator]=i[Symbol.iterator]),b.each("Boolean Number String Function Array Date RegExp Object Error Symbol".split(" "),(function(e,t){f["[object "+t+"]"]=t.toLowerCase()}));var k=
/*!
- * Sizzle CSS Selector Engine v2.2.0-pre
- * http://sizzlejs.com/
+ * Sizzle CSS Selector Engine v2.3.3
+ * https://sizzlejs.com/
*
- * Copyright 2008, 2014 jQuery Foundation, Inc. and other contributors
+ * Copyright jQuery Foundation and other contributors
* Released under the MIT license
* http://jquery.org/license
*
- * Date: 2014-12-16
+ * Date: 2016-08-08
*/
-function(e){var t,n,r,i,a,o,s,u,c,l,d,f,h,p,m,_,y,v,g,M="sizzle"+1*new Date,L=e.document,w=0,b=0,k=ae(),Y=ae(),T=ae(),x=function(e,t){return e===t&&(d=!0),0},D={}.hasOwnProperty,S=[],E=S.pop,O=S.push,j=S.push,A=S.slice,P=function(e,t){for(var n=0,r=e.length;n<r;n++)if(e[n]===t)return n;return-1},H="checked|selected|async|autofocus|autoplay|controls|defer|disabled|hidden|ismap|loop|multiple|open|readonly|required|scoped",C="[\\x20\\t\\r\\n\\f]",N="(?:\\\\.|[\\w-]|[^\\x00-\\xa0])+",I=N.replace("w","w#"),R="\\["+C+"*("+N+")(?:"+C+"*([*^$|!~]?=)"+C+"*(?:'((?:\\\\.|[^\\\\'])*)'|\"((?:\\\\.|[^\\\\\"])*)\"|("+I+"))|)"+C+"*\\]",F=":("+N+")(?:\\((('((?:\\\\.|[^\\\\'])*)'|\"((?:\\\\.|[^\\\\\"])*)\")|((?:\\\\.|[^\\\\()[\\]]|"+R+")*)|.*)\\)|)",W=new RegExp(C+"+","g"),$=new RegExp("^"+C+"+|((?:^|[^\\\\])(?:\\\\.)*)"+C+"+$","g"),z=new RegExp("^"+C+"*,"+C+"*"),U=new RegExp("^"+C+"*([>+~]|"+C+")"+C+"*"),B=new RegExp("="+C+"*([^\\]'\"]*?)"+C+"*\\]","g"),q=new RegExp(F),J=new RegExp("^"+I+"$"),G={ID:new RegExp("^#("+N+")"),CLASS:new RegExp("^\\.("+N+")"),TAG:new RegExp("^("+N.replace("w","w*")+")"),ATTR:new RegExp("^"+R),PSEUDO:new RegExp("^"+F),CHILD:new RegExp("^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\("+C+"*(even|odd|(([+-]|)(\\d*)n|)"+C+"*(?:([+-]|)"+C+"*(\\d+)|))"+C+"*\\)|)","i"),bool:new RegExp("^(?:"+H+")$","i"),needsContext:new RegExp("^"+C+"*[>+~]|:(even|odd|eq|gt|lt|nth|first|last)(?:\\("+C+"*((?:-\\d)?\\d*)"+C+"*\\)|)(?=[^-]|$)","i")},V=/^(?:input|select|textarea|button)$/i,K=/^h\d$/i,X=/^[^{]+\{\s*\[native \w/,Z=/^(?:#([\w-]+)|(\w+)|\.([\w-]+))$/,Q=/[+~]/,ee=/'|\\/g,te=new RegExp("\\\\([\\da-f]{1,6}"+C+"?|("+C+")|.)","ig"),ne=function(e,t,n){var r="0x"+t-65536;return r!=r||n?t:r<0?String.fromCharCode(r+65536):String.fromCharCode(r>>10|55296,1023&r|56320)},re=function(){f()};try{j.apply(S=A.call(L.childNodes),L.childNodes),S[L.childNodes.length].nodeType}catch(e){j={apply:S.length?function(e,t){O.apply(e,A.call(t))}:function(e,t){for(var n=e.length,r=0;e[n++]=t[r++];);e.length=n-1}}}function ie(e,t,r,i){var a,s,c,l,d,p,y,v,w,b;if((t?t.ownerDocument||t:L)!==h&&f(t),r=r||[],l=(t=t||h).nodeType,"string"!=typeof e||!e||1!==l&&9!==l&&11!==l)return r;if(!i&&m){if(11!==l&&(a=Z.exec(e)))if(c=a[1]){if(9===l){if(!(s=t.getElementById(c))||!s.parentNode)return r;if(s.id===c)return r.push(s),r}else if(t.ownerDocument&&(s=t.ownerDocument.getElementById(c))&&g(t,s)&&s.id===c)return r.push(s),r}else{if(a[2])return j.apply(r,t.getElementsByTagName(e)),r;if((c=a[3])&&n.getElementsByClassName)return j.apply(r,t.getElementsByClassName(c)),r}if(n.qsa&&(!_||!_.test(e))){if(v=y=M,w=t,b=1!==l&&e,1===l&&"object"!==t.nodeName.toLowerCase()){for(p=o(e),(y=t.getAttribute("id"))?v=y.replace(ee,"\\$&"):t.setAttribute("id",v),v="[id='"+v+"'] ",d=p.length;d--;)p[d]=v+me(p[d]);w=Q.test(e)&&he(t.parentNode)||t,b=p.join(",")}if(b)try{return j.apply(r,w.querySelectorAll(b)),r}catch(e){}finally{y||t.removeAttribute("id")}}}return u(e.replace($,"$1"),t,r,i)}function ae(){var e=[];return function t(n,i){return e.push(n+" ")>r.cacheLength&&delete t[e.shift()],t[n+" "]=i}}function oe(e){return e[M]=!0,e}function se(e){var t=h.createElement("div");try{return!!e(t)}catch(e){return!1}finally{t.parentNode&&t.parentNode.removeChild(t),t=null}}function ue(e,t){for(var n=e.split("|"),i=e.length;i--;)r.attrHandle[n[i]]=t}function ce(e,t){var n=t&&e,r=n&&1===e.nodeType&&1===t.nodeType&&(~t.sourceIndex||1<<31)-(~e.sourceIndex||1<<31);if(r)return r;if(n)for(;n=n.nextSibling;)if(n===t)return-1;return e?1:-1}function le(e){return function(t){return"input"===t.nodeName.toLowerCase()&&t.type===e}}function de(e){return function(t){var n=t.nodeName.toLowerCase();return("input"===n||"button"===n)&&t.type===e}}function fe(e){return oe((function(t){return t=+t,oe((function(n,r){for(var i,a=e([],n.length,t),o=a.length;o--;)n[i=a[o]]&&(n[i]=!(r[i]=n[i]))}))}))}function he(e){return e&&void 0!==e.getElementsByTagName&&e}for(t in n=ie.support={},a=ie.isXML=function(e){var t=e&&(e.ownerDocument||e).documentElement;return!!t&&"HTML"!==t.nodeName},f=ie.setDocument=function(e){var t,i,o=e?e.ownerDocument||e:L;return o!==h&&9===o.nodeType&&o.documentElement?(h=o,p=o.documentElement,(i=o.defaultView)&&i!==i.top&&(i.addEventListener?i.addEventListener("unload",re,!1):i.attachEvent&&i.attachEvent("onunload",re)),m=!a(o),n.attributes=se((function(e){return e.className="i",!e.getAttribute("className")})),n.getElementsByTagName=se((function(e){return e.appendChild(o.createComment("")),!e.getElementsByTagName("*").length})),n.getElementsByClassName=X.test(o.getElementsByClassName),n.getById=se((function(e){return p.appendChild(e).id=M,!o.getElementsByName||!o.getElementsByName(M).length})),n.getById?(r.find.ID=function(e,t){if(void 0!==t.getElementById&&m){var n=t.getElementById(e);return n&&n.parentNode?[n]:[]}},r.filter.ID=function(e){var t=e.replace(te,ne);return function(e){return e.getAttribute("id")===t}}):(delete r.find.ID,r.filter.ID=function(e){var t=e.replace(te,ne);return function(e){var n=void 0!==e.getAttributeNode&&e.getAttributeNode("id");return n&&n.value===t}}),r.find.TAG=n.getElementsByTagName?function(e,t){return void 0!==t.getElementsByTagName?t.getElementsByTagName(e):n.qsa?t.querySelectorAll(e):void 0}:function(e,t){var n,r=[],i=0,a=t.getElementsByTagName(e);if("*"===e){for(;n=a[i++];)1===n.nodeType&&r.push(n);return r}return a},r.find.CLASS=n.getElementsByClassName&&function(e,t){if(m)return t.getElementsByClassName(e)},y=[],_=[],(n.qsa=X.test(o.querySelectorAll))&&(se((function(e){p.appendChild(e).innerHTML="<a id='"+M+"'></a><select id='"+M+"-\f]' msallowcapture=''><option selected=''></option></select>",e.querySelectorAll("[msallowcapture^='']").length&&_.push("[*^$]="+C+"*(?:''|\"\")"),e.querySelectorAll("[selected]").length||_.push("\\["+C+"*(?:value|"+H+")"),e.querySelectorAll("[id~="+M+"-]").length||_.push("~="),e.querySelectorAll(":checked").length||_.push(":checked"),e.querySelectorAll("a#"+M+"+*").length||_.push(".#.+[+~]")})),se((function(e){var t=o.createElement("input");t.setAttribute("type","hidden"),e.appendChild(t).setAttribute("name","D"),e.querySelectorAll("[name=d]").length&&_.push("name"+C+"*[*^$|!~]?="),e.querySelectorAll(":enabled").length||_.push(":enabled",":disabled"),e.querySelectorAll("*,:x"),_.push(",.*:")}))),(n.matchesSelector=X.test(v=p.matches||p.webkitMatchesSelector||p.mozMatchesSelector||p.oMatchesSelector||p.msMatchesSelector))&&se((function(e){n.disconnectedMatch=v.call(e,"div"),v.call(e,"[s!='']:x"),y.push("!=",F)})),_=_.length&&new RegExp(_.join("|")),y=y.length&&new RegExp(y.join("|")),t=X.test(p.compareDocumentPosition),g=t||X.test(p.contains)?function(e,t){var n=9===e.nodeType?e.documentElement:e,r=t&&t.parentNode;return e===r||!(!r||1!==r.nodeType||!(n.contains?n.contains(r):e.compareDocumentPosition&&16&e.compareDocumentPosition(r)))}:function(e,t){if(t)for(;t=t.parentNode;)if(t===e)return!0;return!1},x=t?function(e,t){if(e===t)return d=!0,0;var r=!e.compareDocumentPosition-!t.compareDocumentPosition;return r||(1&(r=(e.ownerDocument||e)===(t.ownerDocument||t)?e.compareDocumentPosition(t):1)||!n.sortDetached&&t.compareDocumentPosition(e)===r?e===o||e.ownerDocument===L&&g(L,e)?-1:t===o||t.ownerDocument===L&&g(L,t)?1:l?P(l,e)-P(l,t):0:4&r?-1:1)}:function(e,t){if(e===t)return d=!0,0;var n,r=0,i=e.parentNode,a=t.parentNode,s=[e],u=[t];if(!i||!a)return e===o?-1:t===o?1:i?-1:a?1:l?P(l,e)-P(l,t):0;if(i===a)return ce(e,t);for(n=e;n=n.parentNode;)s.unshift(n);for(n=t;n=n.parentNode;)u.unshift(n);for(;s[r]===u[r];)r++;return r?ce(s[r],u[r]):s[r]===L?-1:u[r]===L?1:0},o):h},ie.matches=function(e,t){return ie(e,null,null,t)},ie.matchesSelector=function(e,t){if((e.ownerDocument||e)!==h&&f(e),t=t.replace(B,"='$1']"),n.matchesSelector&&m&&(!y||!y.test(t))&&(!_||!_.test(t)))try{var r=v.call(e,t);if(r||n.disconnectedMatch||e.document&&11!==e.document.nodeType)return r}catch(e){}return ie(t,h,null,[e]).length>0},ie.contains=function(e,t){return(e.ownerDocument||e)!==h&&f(e),g(e,t)},ie.attr=function(e,t){(e.ownerDocument||e)!==h&&f(e);var i=r.attrHandle[t.toLowerCase()],a=i&&D.call(r.attrHandle,t.toLowerCase())?i(e,t,!m):void 0;return void 0!==a?a:n.attributes||!m?e.getAttribute(t):(a=e.getAttributeNode(t))&&a.specified?a.value:null},ie.error=function(e){throw new Error("Syntax error, unrecognized expression: "+e)},ie.uniqueSort=function(e){var t,r=[],i=0,a=0;if(d=!n.detectDuplicates,l=!n.sortStable&&e.slice(0),e.sort(x),d){for(;t=e[a++];)t===e[a]&&(i=r.push(a));for(;i--;)e.splice(r[i],1)}return l=null,e},i=ie.getText=function(e){var t,n="",r=0,a=e.nodeType;if(a){if(1===a||9===a||11===a){if("string"==typeof e.textContent)return e.textContent;for(e=e.firstChild;e;e=e.nextSibling)n+=i(e)}else if(3===a||4===a)return e.nodeValue}else for(;t=e[r++];)n+=i(t);return n},(r=ie.selectors={cacheLength:50,createPseudo:oe,match:G,attrHandle:{},find:{},relative:{">":{dir:"parentNode",first:!0}," ":{dir:"parentNode"},"+":{dir:"previousSibling",first:!0},"~":{dir:"previousSibling"}},preFilter:{ATTR:function(e){return e[1]=e[1].replace(te,ne),e[3]=(e[3]||e[4]||e[5]||"").replace(te,ne),"~="===e[2]&&(e[3]=" "+e[3]+" "),e.slice(0,4)},CHILD:function(e){return e[1]=e[1].toLowerCase(),"nth"===e[1].slice(0,3)?(e[3]||ie.error(e[0]),e[4]=+(e[4]?e[5]+(e[6]||1):2*("even"===e[3]||"odd"===e[3])),e[5]=+(e[7]+e[8]||"odd"===e[3])):e[3]&&ie.error(e[0]),e},PSEUDO:function(e){var t,n=!e[6]&&e[2];return G.CHILD.test(e[0])?null:(e[3]?e[2]=e[4]||e[5]||"":n&&q.test(n)&&(t=o(n,!0))&&(t=n.indexOf(")",n.length-t)-n.length)&&(e[0]=e[0].slice(0,t),e[2]=n.slice(0,t)),e.slice(0,3))}},filter:{TAG:function(e){var t=e.replace(te,ne).toLowerCase();return"*"===e?function(){return!0}:function(e){return e.nodeName&&e.nodeName.toLowerCase()===t}},CLASS:function(e){var t=k[e+" "];return t||(t=new RegExp("(^|"+C+")"+e+"("+C+"|$)"))&&k(e,(function(e){return t.test("string"==typeof e.className&&e.className||void 0!==e.getAttribute&&e.getAttribute("class")||"")}))},ATTR:function(e,t,n){return function(r){var i=ie.attr(r,e);return null==i?"!="===t:!t||(i+="","="===t?i===n:"!="===t?i!==n:"^="===t?n&&0===i.indexOf(n):"*="===t?n&&i.indexOf(n)>-1:"$="===t?n&&i.slice(-n.length)===n:"~="===t?(" "+i.replace(W," ")+" ").indexOf(n)>-1:"|="===t&&(i===n||i.slice(0,n.length+1)===n+"-"))}},CHILD:function(e,t,n,r,i){var a="nth"!==e.slice(0,3),o="last"!==e.slice(-4),s="of-type"===t;return 1===r&&0===i?function(e){return!!e.parentNode}:function(t,n,u){var c,l,d,f,h,p,m=a!==o?"nextSibling":"previousSibling",_=t.parentNode,y=s&&t.nodeName.toLowerCase(),v=!u&&!s;if(_){if(a){for(;m;){for(d=t;d=d[m];)if(s?d.nodeName.toLowerCase()===y:1===d.nodeType)return!1;p=m="only"===e&&!p&&"nextSibling"}return!0}if(p=[o?_.firstChild:_.lastChild],o&&v){for(h=(c=(l=_[M]||(_[M]={}))[e]||[])[0]===w&&c[1],f=c[0]===w&&c[2],d=h&&_.childNodes[h];d=++h&&d&&d[m]||(f=h=0)||p.pop();)if(1===d.nodeType&&++f&&d===t){l[e]=[w,h,f];break}}else if(v&&(c=(t[M]||(t[M]={}))[e])&&c[0]===w)f=c[1];else for(;(d=++h&&d&&d[m]||(f=h=0)||p.pop())&&((s?d.nodeName.toLowerCase()!==y:1!==d.nodeType)||!++f||(v&&((d[M]||(d[M]={}))[e]=[w,f]),d!==t)););return(f-=i)===r||f%r==0&&f/r>=0}}},PSEUDO:function(e,t){var n,i=r.pseudos[e]||r.setFilters[e.toLowerCase()]||ie.error("unsupported pseudo: "+e);return i[M]?i(t):i.length>1?(n=[e,e,"",t],r.setFilters.hasOwnProperty(e.toLowerCase())?oe((function(e,n){for(var r,a=i(e,t),o=a.length;o--;)e[r=P(e,a[o])]=!(n[r]=a[o])})):function(e){return i(e,0,n)}):i}},pseudos:{not:oe((function(e){var t=[],n=[],r=s(e.replace($,"$1"));return r[M]?oe((function(e,t,n,i){for(var a,o=r(e,null,i,[]),s=e.length;s--;)(a=o[s])&&(e[s]=!(t[s]=a))})):function(e,i,a){return t[0]=e,r(t,null,a,n),t[0]=null,!n.pop()}})),has:oe((function(e){return function(t){return ie(e,t).length>0}})),contains:oe((function(e){return e=e.replace(te,ne),function(t){return(t.textContent||t.innerText||i(t)).indexOf(e)>-1}})),lang:oe((function(e){return J.test(e||"")||ie.error("unsupported lang: "+e),e=e.replace(te,ne).toLowerCase(),function(t){var n;do{if(n=m?t.lang:t.getAttribute("xml:lang")||t.getAttribute("lang"))return(n=n.toLowerCase())===e||0===n.indexOf(e+"-")}while((t=t.parentNode)&&1===t.nodeType);return!1}})),target:function(t){var n=e.location&&e.location.hash;return n&&n.slice(1)===t.id},root:function(e){return e===p},focus:function(e){return e===h.activeElement&&(!h.hasFocus||h.hasFocus())&&!!(e.type||e.href||~e.tabIndex)},enabled:function(e){return!1===e.disabled},disabled:function(e){return!0===e.disabled},checked:function(e){var t=e.nodeName.toLowerCase();return"input"===t&&!!e.checked||"option"===t&&!!e.selected},selected:function(e){return e.parentNode&&e.parentNode.selectedIndex,!0===e.selected},empty:function(e){for(e=e.firstChild;e;e=e.nextSibling)if(e.nodeType<6)return!1;return!0},parent:function(e){return!r.pseudos.empty(e)},header:function(e){return K.test(e.nodeName)},input:function(e){return V.test(e.nodeName)},button:function(e){var t=e.nodeName.toLowerCase();return"input"===t&&"button"===e.type||"button"===t},text:function(e){var t;return"input"===e.nodeName.toLowerCase()&&"text"===e.type&&(null==(t=e.getAttribute("type"))||"text"===t.toLowerCase())},first:fe((function(){return[0]})),last:fe((function(e,t){return[t-1]})),eq:fe((function(e,t,n){return[n<0?n+t:n]})),even:fe((function(e,t){for(var n=0;n<t;n+=2)e.push(n);return e})),odd:fe((function(e,t){for(var n=1;n<t;n+=2)e.push(n);return e})),lt:fe((function(e,t,n){for(var r=n<0?n+t:n;--r>=0;)e.push(r);return e})),gt:fe((function(e,t,n){for(var r=n<0?n+t:n;++r<t;)e.push(r);return e}))}}).pseudos.nth=r.pseudos.eq,{radio:!0,checkbox:!0,file:!0,password:!0,image:!0})r.pseudos[t]=le(t);for(t in{submit:!0,reset:!0})r.pseudos[t]=de(t);function pe(){}function me(e){for(var t=0,n=e.length,r="";t<n;t++)r+=e[t].value;return r}function _e(e,t,n){var r=t.dir,i=n&&"parentNode"===r,a=b++;return t.first?function(t,n,a){for(;t=t[r];)if(1===t.nodeType||i)return e(t,n,a)}:function(t,n,o){var s,u,c=[w,a];if(o){for(;t=t[r];)if((1===t.nodeType||i)&&e(t,n,o))return!0}else for(;t=t[r];)if(1===t.nodeType||i){if((s=(u=t[M]||(t[M]={}))[r])&&s[0]===w&&s[1]===a)return c[2]=s[2];if(u[r]=c,c[2]=e(t,n,o))return!0}}}function ye(e){return e.length>1?function(t,n,r){for(var i=e.length;i--;)if(!e[i](t,n,r))return!1;return!0}:e[0]}function ve(e,t,n,r,i){for(var a,o=[],s=0,u=e.length,c=null!=t;s<u;s++)(a=e[s])&&(n&&!n(a,r,i)||(o.push(a),c&&t.push(s)));return o}function ge(e,t,n,r,i,a){return r&&!r[M]&&(r=ge(r)),i&&!i[M]&&(i=ge(i,a)),oe((function(a,o,s,u){var c,l,d,f=[],h=[],p=o.length,m=a||function(e,t,n){for(var r=0,i=t.length;r<i;r++)ie(e,t[r],n);return n}(t||"*",s.nodeType?[s]:s,[]),_=!e||!a&&t?m:ve(m,f,e,s,u),y=n?i||(a?e:p||r)?[]:o:_;if(n&&n(_,y,s,u),r)for(c=ve(y,h),r(c,[],s,u),l=c.length;l--;)(d=c[l])&&(y[h[l]]=!(_[h[l]]=d));if(a){if(i||e){if(i){for(c=[],l=y.length;l--;)(d=y[l])&&c.push(_[l]=d);i(null,y=[],c,u)}for(l=y.length;l--;)(d=y[l])&&(c=i?P(a,d):f[l])>-1&&(a[c]=!(o[c]=d))}}else y=ve(y===o?y.splice(p,y.length):y),i?i(null,o,y,u):j.apply(o,y)}))}function Me(e){for(var t,n,i,a=e.length,o=r.relative[e[0].type],s=o||r.relative[" "],u=o?1:0,l=_e((function(e){return e===t}),s,!0),d=_e((function(e){return P(t,e)>-1}),s,!0),f=[function(e,n,r){var i=!o&&(r||n!==c)||((t=n).nodeType?l(e,n,r):d(e,n,r));return t=null,i}];u<a;u++)if(n=r.relative[e[u].type])f=[_e(ye(f),n)];else{if((n=r.filter[e[u].type].apply(null,e[u].matches))[M]){for(i=++u;i<a&&!r.relative[e[i].type];i++);return ge(u>1&&ye(f),u>1&&me(e.slice(0,u-1).concat({value:" "===e[u-2].type?"*":""})).replace($,"$1"),n,u<i&&Me(e.slice(u,i)),i<a&&Me(e=e.slice(i)),i<a&&me(e))}f.push(n)}return ye(f)}return pe.prototype=r.filters=r.pseudos,r.setFilters=new pe,o=ie.tokenize=function(e,t){var n,i,a,o,s,u,c,l=Y[e+" "];if(l)return t?0:l.slice(0);for(s=e,u=[],c=r.preFilter;s;){for(o in n&&!(i=z.exec(s))||(i&&(s=s.slice(i[0].length)||s),u.push(a=[])),n=!1,(i=U.exec(s))&&(n=i.shift(),a.push({value:n,type:i[0].replace($," ")}),s=s.slice(n.length)),r.filter)!(i=G[o].exec(s))||c[o]&&!(i=c[o](i))||(n=i.shift(),a.push({value:n,type:o,matches:i}),s=s.slice(n.length));if(!n)break}return t?s.length:s?ie.error(e):Y(e,u).slice(0)},s=ie.compile=function(e,t){var n,i=[],a=[],s=T[e+" "];if(!s){for(t||(t=o(e)),n=t.length;n--;)(s=Me(t[n]))[M]?i.push(s):a.push(s);(s=T(e,function(e,t){var n=t.length>0,i=e.length>0,a=function(a,o,s,u,l){var d,f,p,m=0,_="0",y=a&&[],v=[],g=c,M=a||i&&r.find.TAG("*",l),L=w+=null==g?1:Math.random()||.1,b=M.length;for(l&&(c=o!==h&&o);_!==b&&null!=(d=M[_]);_++){if(i&&d){for(f=0;p=e[f++];)if(p(d,o,s)){u.push(d);break}l&&(w=L)}n&&((d=!p&&d)&&m--,a&&y.push(d))}if(m+=_,n&&_!==m){for(f=0;p=t[f++];)p(y,v,o,s);if(a){if(m>0)for(;_--;)y[_]||v[_]||(v[_]=E.call(u));v=ve(v)}j.apply(u,v),l&&!a&&v.length>0&&m+t.length>1&&ie.uniqueSort(u)}return l&&(w=L,c=g),y};return n?oe(a):a}(a,i))).selector=e}return s},u=ie.select=function(e,t,i,a){var u,c,l,d,f,h="function"==typeof e&&e,p=!a&&o(e=h.selector||e);if(i=i||[],1===p.length){if((c=p[0]=p[0].slice(0)).length>2&&"ID"===(l=c[0]).type&&n.getById&&9===t.nodeType&&m&&r.relative[c[1].type]){if(!(t=(r.find.ID(l.matches[0].replace(te,ne),t)||[])[0]))return i;h&&(t=t.parentNode),e=e.slice(c.shift().value.length)}for(u=G.needsContext.test(e)?0:c.length;u--&&(l=c[u],!r.relative[d=l.type]);)if((f=r.find[d])&&(a=f(l.matches[0].replace(te,ne),Q.test(c[0].type)&&he(t.parentNode)||t))){if(c.splice(u,1),!(e=a.length&&me(c)))return j.apply(i,a),i;break}}return(h||s(e,p))(a,t,!m,i,Q.test(e)&&he(t.parentNode)||t),i},n.sortStable=M.split("").sort(x).join("")===M,n.detectDuplicates=!!d,f(),n.sortDetached=se((function(e){return 1&e.compareDocumentPosition(h.createElement("div"))})),se((function(e){return e.innerHTML="<a href='#'></a>","#"===e.firstChild.getAttribute("href")}))||ue("type|href|height|width",(function(e,t,n){if(!n)return e.getAttribute(t,"type"===t.toLowerCase()?1:2)})),n.attributes&&se((function(e){return e.innerHTML="<input/>",e.firstChild.setAttribute("value",""),""===e.firstChild.getAttribute("value")}))||ue("value",(function(e,t,n){if(!n&&"input"===e.nodeName.toLowerCase())return e.defaultValue})),se((function(e){return null==e.getAttribute("disabled")}))||ue(H,(function(e,t,n){var r;if(!n)return!0===e[t]?t.toLowerCase():(r=e.getAttributeNode(t))&&r.specified?r.value:null})),ie}(n);m.find=L,m.expr=L.selectors,m.expr[":"]=m.expr.pseudos,m.unique=L.uniqueSort,m.text=L.getText,m.isXMLDoc=L.isXML,m.contains=L.contains;var w=m.expr.match.needsContext,b=/^<(\w+)\s*\/?>(?:<\/\1>|)$/,k=/^.[^:#\[\.,]*$/;function Y(e,t,n){if(m.isFunction(t))return m.grep(e,(function(e,r){return!!t.call(e,r,e)!==n}));if(t.nodeType)return m.grep(e,(function(e){return e===t!==n}));if("string"==typeof t){if(k.test(t))return m.filter(t,e,n);t=m.filter(t,e)}return m.grep(e,(function(e){return c.call(t,e)>=0!==n}))}m.filter=function(e,t,n){var r=t[0];return n&&(e=":not("+e+")"),1===t.length&&1===r.nodeType?m.find.matchesSelector(r,e)?[r]:[]:m.find.matches(e,m.grep(t,(function(e){return 1===e.nodeType})))},m.fn.extend({find:function(e){var t,n=this.length,r=[],i=this;if("string"!=typeof e)return this.pushStack(m(e).filter((function(){for(t=0;t<n;t++)if(m.contains(i[t],this))return!0})));for(t=0;t<n;t++)m.find(e,i[t],r);return(r=this.pushStack(n>1?m.unique(r):r)).selector=this.selector?this.selector+" "+e:e,r},filter:function(e){return this.pushStack(Y(this,e||[],!1))},not:function(e){return this.pushStack(Y(this,e||[],!0))},is:function(e){return!!Y(this,"string"==typeof e&&w.test(e)?m(e):e||[],!1).length}});var T,x=/^(?:\s*(<[\w\W]+>)[^>]*|#([\w-]*))$/;(m.fn.init=function(e,t){var n,r;if(!e)return this;if("string"==typeof e){if(!(n="<"===e[0]&&">"===e[e.length-1]&&e.length>=3?[null,e,null]:x.exec(e))||!n[1]&&t)return!t||t.jquery?(t||T).find(e):this.constructor(t).find(e);if(n[1]){if(t=t instanceof m?t[0]:t,m.merge(this,m.parseHTML(n[1],t&&t.nodeType?t.ownerDocument||t:p,!0)),b.test(n[1])&&m.isPlainObject(t))for(n in t)m.isFunction(this[n])?this[n](t[n]):this.attr(n,t[n]);return this}return(r=p.getElementById(n[2]))&&r.parentNode&&(this.length=1,this[0]=r),this.context=p,this.selector=e,this}return e.nodeType?(this.context=this[0]=e,this.length=1,this):m.isFunction(e)?void 0!==T.ready?T.ready(e):e(m):(void 0!==e.selector&&(this.selector=e.selector,this.context=e.context),m.makeArray(e,this))}).prototype=m.fn,T=m(p);var D=/^(?:parents|prev(?:Until|All))/,S={children:!0,contents:!0,next:!0,prev:!0};function E(e,t){for(;(e=e[t])&&1!==e.nodeType;);return e}m.extend({dir:function(e,t,n){for(var r=[],i=void 0!==n;(e=e[t])&&9!==e.nodeType;)if(1===e.nodeType){if(i&&m(e).is(n))break;r.push(e)}return r},sibling:function(e,t){for(var n=[];e;e=e.nextSibling)1===e.nodeType&&e!==t&&n.push(e);return n}}),m.fn.extend({has:function(e){var t=m(e,this),n=t.length;return this.filter((function(){for(var e=0;e<n;e++)if(m.contains(this,t[e]))return!0}))},closest:function(e,t){for(var n,r=0,i=this.length,a=[],o=w.test(e)||"string"!=typeof e?m(e,t||this.context):0;r<i;r++)for(n=this[r];n&&n!==t;n=n.parentNode)if(n.nodeType<11&&(o?o.index(n)>-1:1===n.nodeType&&m.find.matchesSelector(n,e))){a.push(n);break}return this.pushStack(a.length>1?m.unique(a):a)},index:function(e){return e?"string"==typeof e?c.call(m(e),this[0]):c.call(this,e.jquery?e[0]:e):this[0]&&this[0].parentNode?this.first().prevAll().length:-1},add:function(e,t){return this.pushStack(m.unique(m.merge(this.get(),m(e,t))))},addBack:function(e){return this.add(null==e?this.prevObject:this.prevObject.filter(e))}}),m.each({parent:function(e){var t=e.parentNode;return t&&11!==t.nodeType?t:null},parents:function(e){return m.dir(e,"parentNode")},parentsUntil:function(e,t,n){return m.dir(e,"parentNode",n)},next:function(e){return E(e,"nextSibling")},prev:function(e){return E(e,"previousSibling")},nextAll:function(e){return m.dir(e,"nextSibling")},prevAll:function(e){return m.dir(e,"previousSibling")},nextUntil:function(e,t,n){return m.dir(e,"nextSibling",n)},prevUntil:function(e,t,n){return m.dir(e,"previousSibling",n)},siblings:function(e){return m.sibling((e.parentNode||{}).firstChild,e)},children:function(e){return m.sibling(e.firstChild)},contents:function(e){return e.contentDocument||m.merge([],e.childNodes)}},(function(e,t){m.fn[e]=function(n,r){var i=m.map(this,t,n);return"Until"!==e.slice(-5)&&(r=n),r&&"string"==typeof r&&(i=m.filter(r,i)),this.length>1&&(S[e]||m.unique(i),D.test(e)&&i.reverse()),this.pushStack(i)}}));var O,j=/\S+/g,A={};function P(){p.removeEventListener("DOMContentLoaded",P,!1),n.removeEventListener("load",P,!1),m.ready()}m.Callbacks=function(e){e="string"==typeof e?A[e]||function(e){var t=A[e]={};return m.each(e.match(j)||[],(function(e,n){t[n]=!0})),t}(e):m.extend({},e);var t,n,r,i,a,o,s=[],u=!e.once&&[],c=function(d){for(t=e.memory&&d,n=!0,o=i||0,i=0,a=s.length,r=!0;s&&o<a;o++)if(!1===s[o].apply(d[0],d[1])&&e.stopOnFalse){t=!1;break}r=!1,s&&(u?u.length&&c(u.shift()):t?s=[]:l.disable())},l={add:function(){if(s){var n=s.length;!function t(n){m.each(n,(function(n,r){var i=m.type(r);"function"===i?e.unique&&l.has(r)||s.push(r):r&&r.length&&"string"!==i&&t(r)}))}(arguments),r?a=s.length:t&&(i=n,c(t))}return this},remove:function(){return s&&m.each(arguments,(function(e,t){for(var n;(n=m.inArray(t,s,n))>-1;)s.splice(n,1),r&&(n<=a&&a--,n<=o&&o--)})),this},has:function(e){return e?m.inArray(e,s)>-1:!(!s||!s.length)},empty:function(){return s=[],a=0,this},disable:function(){return s=u=t=void 0,this},disabled:function(){return!s},lock:function(){return u=void 0,t||l.disable(),this},locked:function(){return!u},fireWith:function(e,t){return!s||n&&!u||(t=[e,(t=t||[]).slice?t.slice():t],r?u.push(t):c(t)),this},fire:function(){return l.fireWith(this,arguments),this},fired:function(){return!!n}};return l},m.extend({Deferred:function(e){var t=[["resolve","done",m.Callbacks("once memory"),"resolved"],["reject","fail",m.Callbacks("once memory"),"rejected"],["notify","progress",m.Callbacks("memory")]],n="pending",r={state:function(){return n},always:function(){return i.done(arguments).fail(arguments),this},then:function(){var e=arguments;return m.Deferred((function(n){m.each(t,(function(t,a){var o=m.isFunction(e[t])&&e[t];i[a[1]]((function(){var e=o&&o.apply(this,arguments);e&&m.isFunction(e.promise)?e.promise().done(n.resolve).fail(n.reject).progress(n.notify):n[a[0]+"With"](this===r?n.promise():this,o?[e]:arguments)}))})),e=null})).promise()},promise:function(e){return null!=e?m.extend(e,r):r}},i={};return r.pipe=r.then,m.each(t,(function(e,a){var o=a[2],s=a[3];r[a[1]]=o.add,s&&o.add((function(){n=s}),t[1^e][2].disable,t[2][2].lock),i[a[0]]=function(){return i[a[0]+"With"](this===i?r:this,arguments),this},i[a[0]+"With"]=o.fireWith})),r.promise(i),e&&e.call(i,i),i},when:function(e){var t,n,r,i=0,a=o.call(arguments),s=a.length,u=1!==s||e&&m.isFunction(e.promise)?s:0,c=1===u?e:m.Deferred(),l=function(e,n,r){return function(i){n[e]=this,r[e]=arguments.length>1?o.call(arguments):i,r===t?c.notifyWith(n,r):--u||c.resolveWith(n,r)}};if(s>1)for(t=new Array(s),n=new Array(s),r=new Array(s);i<s;i++)a[i]&&m.isFunction(a[i].promise)?a[i].promise().done(l(i,r,a)).fail(c.reject).progress(l(i,n,t)):--u;return u||c.resolveWith(r,a),c.promise()}}),m.fn.ready=function(e){return m.ready.promise().done(e),this},m.extend({isReady:!1,readyWait:1,holdReady:function(e){e?m.readyWait++:m.ready(!0)},ready:function(e){(!0===e?--m.readyWait:m.isReady)||(m.isReady=!0,!0!==e&&--m.readyWait>0||(O.resolveWith(p,[m]),m.fn.triggerHandler&&(m(p).triggerHandler("ready"),m(p).off("ready"))))}}),m.ready.promise=function(e){return O||(O=m.Deferred(),"complete"===p.readyState?setTimeout(m.ready):(p.addEventListener("DOMContentLoaded",P,!1),n.addEventListener("load",P,!1))),O.promise(e)},m.ready.promise();var H=m.access=function(e,t,n,r,i,a,o){var s=0,u=e.length,c=null==n;if("object"===m.type(n))for(s in i=!0,n)m.access(e,t,s,n[s],!0,a,o);else if(void 0!==r&&(i=!0,m.isFunction(r)||(o=!0),c&&(o?(t.call(e,r),t=null):(c=t,t=function(e,t,n){return c.call(m(e),n)})),t))for(;s<u;s++)t(e[s],n,o?r:r.call(e[s],s,t(e[s],n)));return i?e:c?t.call(e):u?t(e[0],n):a};function C(){Object.defineProperty(this.cache={},0,{get:function(){return{}}}),this.expando=m.expando+C.uid++}m.acceptData=function(e){return 1===e.nodeType||9===e.nodeType||!+e.nodeType},C.uid=1,C.accepts=m.acceptData,C.prototype={key:function(e){if(!C.accepts(e))return 0;var t={},n=e[this.expando];if(!n){n=C.uid++;try{t[this.expando]={value:n},Object.defineProperties(e,t)}catch(r){t[this.expando]=n,m.extend(e,t)}}return this.cache[n]||(this.cache[n]={}),n},set:function(e,t,n){var r,i=this.key(e),a=this.cache[i];if("string"==typeof t)a[t]=n;else if(m.isEmptyObject(a))m.extend(this.cache[i],t);else for(r in t)a[r]=t[r];return a},get:function(e,t){var n=this.cache[this.key(e)];return void 0===t?n:n[t]},access:function(e,t,n){var r;return void 0===t||t&&"string"==typeof t&&void 0===n?void 0!==(r=this.get(e,t))?r:this.get(e,m.camelCase(t)):(this.set(e,t,n),void 0!==n?n:t)},remove:function(e,t){var n,r,i,a=this.key(e),o=this.cache[a];if(void 0===t)this.cache[a]={};else{m.isArray(t)?r=t.concat(t.map(m.camelCase)):(i=m.camelCase(t),r=t in o?[t,i]:(r=i)in o?[r]:r.match(j)||[]),n=r.length;for(;n--;)delete o[r[n]]}},hasData:function(e){return!m.isEmptyObject(this.cache[e[this.expando]]||{})},discard:function(e){e[this.expando]&&delete this.cache[e[this.expando]]}};var N=new C,I=new C,R=/^(?:\{[\w\W]*\}|\[[\w\W]*\])$/,F=/([A-Z])/g;function W(e,t,n){var r;if(void 0===n&&1===e.nodeType)if(r="data-"+t.replace(F,"-$1").toLowerCase(),"string"==typeof(n=e.getAttribute(r))){try{n="true"===n||"false"!==n&&("null"===n?null:+n+""===n?+n:R.test(n)?m.parseJSON(n):n)}catch(e){}I.set(e,t,n)}else n=void 0;return n}m.extend({hasData:function(e){return I.hasData(e)||N.hasData(e)},data:function(e,t,n){return I.access(e,t,n)},removeData:function(e,t){I.remove(e,t)},_data:function(e,t,n){return N.access(e,t,n)},_removeData:function(e,t){N.remove(e,t)}}),m.fn.extend({data:function(e,t){var n,r,i,a=this[0],o=a&&a.attributes;if(void 0===e){if(this.length&&(i=I.get(a),1===a.nodeType&&!N.get(a,"hasDataAttrs"))){for(n=o.length;n--;)o[n]&&0===(r=o[n].name).indexOf("data-")&&(r=m.camelCase(r.slice(5)),W(a,r,i[r]));N.set(a,"hasDataAttrs",!0)}return i}return"object"==typeof e?this.each((function(){I.set(this,e)})):H(this,(function(t){var n,r=m.camelCase(e);if(a&&void 0===t)return void 0!==(n=I.get(a,e))||void 0!==(n=I.get(a,r))||void 0!==(n=W(a,r,void 0))?n:void 0;this.each((function(){var n=I.get(this,r);I.set(this,r,t),-1!==e.indexOf("-")&&void 0!==n&&I.set(this,e,t)}))}),null,t,arguments.length>1,null,!0)},removeData:function(e){return this.each((function(){I.remove(this,e)}))}}),m.extend({queue:function(e,t,n){var r;if(e)return t=(t||"fx")+"queue",r=N.get(e,t),n&&(!r||m.isArray(n)?r=N.access(e,t,m.makeArray(n)):r.push(n)),r||[]},dequeue:function(e,t){t=t||"fx";var n=m.queue(e,t),r=n.length,i=n.shift(),a=m._queueHooks(e,t);"inprogress"===i&&(i=n.shift(),r--),i&&("fx"===t&&n.unshift("inprogress"),delete a.stop,i.call(e,(function(){m.dequeue(e,t)}),a)),!r&&a&&a.empty.fire()},_queueHooks:function(e,t){var n=t+"queueHooks";return N.get(e,n)||N.access(e,n,{empty:m.Callbacks("once memory").add((function(){N.remove(e,[t+"queue",n])}))})}}),m.fn.extend({queue:function(e,t){var n=2;return"string"!=typeof e&&(t=e,e="fx",n--),arguments.length<n?m.queue(this[0],e):void 0===t?this:this.each((function(){var n=m.queue(this,e,t);m._queueHooks(this,e),"fx"===e&&"inprogress"!==n[0]&&m.dequeue(this,e)}))},dequeue:function(e){return this.each((function(){m.dequeue(this,e)}))},clearQueue:function(e){return this.queue(e||"fx",[])},promise:function(e,t){var n,r=1,i=m.Deferred(),a=this,o=this.length,s=function(){--r||i.resolveWith(a,[a])};for("string"!=typeof e&&(t=e,e=void 0),e=e||"fx";o--;)(n=N.get(a[o],e+"queueHooks"))&&n.empty&&(r++,n.empty.add(s));return s(),i.promise(t)}});var $,z,U=/[+-]?(?:\d*\.|)\d+(?:[eE][+-]?\d+|)/.source,B=["Top","Right","Bottom","Left"],q=function(e,t){return e=t||e,"none"===m.css(e,"display")||!m.contains(e.ownerDocument,e)},J=/^(?:checkbox|radio)$/i;$=p.createDocumentFragment().appendChild(p.createElement("div")),(z=p.createElement("input")).setAttribute("type","radio"),z.setAttribute("checked","checked"),z.setAttribute("name","t"),$.appendChild(z),h.checkClone=$.cloneNode(!0).cloneNode(!0).lastChild.checked,$.innerHTML="<textarea>x</textarea>",h.noCloneChecked=!!$.cloneNode(!0).lastChild.defaultValue,h.focusinBubbles="onfocusin"in n;var G=/^key/,V=/^(?:mouse|pointer|contextmenu)|click/,K=/^(?:focusinfocus|focusoutblur)$/,X=/^([^.]*)(?:\.(.+)|)$/;function Z(){return!0}function Q(){return!1}function ee(){try{return p.activeElement}catch(e){}}m.event={global:{},add:function(e,t,n,r,i){var a,o,s,u,c,l,d,f,h,p,_,y=N.get(e);if(y)for(n.handler&&(n=(a=n).handler,i=a.selector),n.guid||(n.guid=m.guid++),(u=y.events)||(u=y.events={}),(o=y.handle)||(o=y.handle=function(t){return void 0!==m&&m.event.triggered!==t.type?m.event.dispatch.apply(e,arguments):void 0}),c=(t=(t||"").match(j)||[""]).length;c--;)h=_=(s=X.exec(t[c])||[])[1],p=(s[2]||"").split(".").sort(),h&&(d=m.event.special[h]||{},h=(i?d.delegateType:d.bindType)||h,d=m.event.special[h]||{},l=m.extend({type:h,origType:_,data:r,handler:n,guid:n.guid,selector:i,needsContext:i&&m.expr.match.needsContext.test(i),namespace:p.join(".")},a),(f=u[h])||((f=u[h]=[]).delegateCount=0,d.setup&&!1!==d.setup.call(e,r,p,o)||e.addEventListener&&e.addEventListener(h,o,!1)),d.add&&(d.add.call(e,l),l.handler.guid||(l.handler.guid=n.guid)),i?f.splice(f.delegateCount++,0,l):f.push(l),m.event.global[h]=!0)},remove:function(e,t,n,r,i){var a,o,s,u,c,l,d,f,h,p,_,y=N.hasData(e)&&N.get(e);if(y&&(u=y.events)){for(c=(t=(t||"").match(j)||[""]).length;c--;)if(h=_=(s=X.exec(t[c])||[])[1],p=(s[2]||"").split(".").sort(),h){for(d=m.event.special[h]||{},f=u[h=(r?d.delegateType:d.bindType)||h]||[],s=s[2]&&new RegExp("(^|\\.)"+p.join("\\.(?:.*\\.|)")+"(\\.|$)"),o=a=f.length;a--;)l=f[a],!i&&_!==l.origType||n&&n.guid!==l.guid||s&&!s.test(l.namespace)||r&&r!==l.selector&&("**"!==r||!l.selector)||(f.splice(a,1),l.selector&&f.delegateCount--,d.remove&&d.remove.call(e,l));o&&!f.length&&(d.teardown&&!1!==d.teardown.call(e,p,y.handle)||m.removeEvent(e,h,y.handle),delete u[h])}else for(h in u)m.event.remove(e,h+t[c],n,r,!0);m.isEmptyObject(u)&&(delete y.handle,N.remove(e,"events"))}},trigger:function(e,t,r,i){var a,o,s,u,c,l,d,h=[r||p],_=f.call(e,"type")?e.type:e,y=f.call(e,"namespace")?e.namespace.split("."):[];if(o=s=r=r||p,3!==r.nodeType&&8!==r.nodeType&&!K.test(_+m.event.triggered)&&(_.indexOf(".")>=0&&(y=_.split("."),_=y.shift(),y.sort()),c=_.indexOf(":")<0&&"on"+_,(e=e[m.expando]?e:new m.Event(_,"object"==typeof e&&e)).isTrigger=i?2:3,e.namespace=y.join("."),e.namespace_re=e.namespace?new RegExp("(^|\\.)"+y.join("\\.(?:.*\\.|)")+"(\\.|$)"):null,e.result=void 0,e.target||(e.target=r),t=null==t?[e]:m.makeArray(t,[e]),d=m.event.special[_]||{},i||!d.trigger||!1!==d.trigger.apply(r,t))){if(!i&&!d.noBubble&&!m.isWindow(r)){for(u=d.delegateType||_,K.test(u+_)||(o=o.parentNode);o;o=o.parentNode)h.push(o),s=o;s===(r.ownerDocument||p)&&h.push(s.defaultView||s.parentWindow||n)}for(a=0;(o=h[a++])&&!e.isPropagationStopped();)e.type=a>1?u:d.bindType||_,(l=(N.get(o,"events")||{})[e.type]&&N.get(o,"handle"))&&l.apply(o,t),(l=c&&o[c])&&l.apply&&m.acceptData(o)&&(e.result=l.apply(o,t),!1===e.result&&e.preventDefault());return e.type=_,i||e.isDefaultPrevented()||d._default&&!1!==d._default.apply(h.pop(),t)||!m.acceptData(r)||c&&m.isFunction(r[_])&&!m.isWindow(r)&&((s=r[c])&&(r[c]=null),m.event.triggered=_,r[_](),m.event.triggered=void 0,s&&(r[c]=s)),e.result}},dispatch:function(e){e=m.event.fix(e);var t,n,r,i,a,s=[],u=o.call(arguments),c=(N.get(this,"events")||{})[e.type]||[],l=m.event.special[e.type]||{};if(u[0]=e,e.delegateTarget=this,!l.preDispatch||!1!==l.preDispatch.call(this,e)){for(s=m.event.handlers.call(this,e,c),t=0;(i=s[t++])&&!e.isPropagationStopped();)for(e.currentTarget=i.elem,n=0;(a=i.handlers[n++])&&!e.isImmediatePropagationStopped();)e.namespace_re&&!e.namespace_re.test(a.namespace)||(e.handleObj=a,e.data=a.data,void 0!==(r=((m.event.special[a.origType]||{}).handle||a.handler).apply(i.elem,u))&&!1===(e.result=r)&&(e.preventDefault(),e.stopPropagation()));return l.postDispatch&&l.postDispatch.call(this,e),e.result}},handlers:function(e,t){var n,r,i,a,o=[],s=t.delegateCount,u=e.target;if(s&&u.nodeType&&(!e.button||"click"!==e.type))for(;u!==this;u=u.parentNode||this)if(!0!==u.disabled||"click"!==e.type){for(r=[],n=0;n<s;n++)void 0===r[i=(a=t[n]).selector+" "]&&(r[i]=a.needsContext?m(i,this).index(u)>=0:m.find(i,this,null,[u]).length),r[i]&&r.push(a);r.length&&o.push({elem:u,handlers:r})}return s<t.length&&o.push({elem:this,handlers:t.slice(s)}),o},props:"altKey bubbles cancelable ctrlKey currentTarget eventPhase metaKey relatedTarget shiftKey target timeStamp view which".split(" "),fixHooks:{},keyHooks:{props:"char charCode key keyCode".split(" "),filter:function(e,t){return null==e.which&&(e.which=null!=t.charCode?t.charCode:t.keyCode),e}},mouseHooks:{props:"button buttons clientX clientY offsetX offsetY pageX pageY screenX screenY toElement".split(" "),filter:function(e,t){var n,r,i,a=t.button;return null==e.pageX&&null!=t.clientX&&(r=(n=e.target.ownerDocument||p).documentElement,i=n.body,e.pageX=t.clientX+(r&&r.scrollLeft||i&&i.scrollLeft||0)-(r&&r.clientLeft||i&&i.clientLeft||0),e.pageY=t.clientY+(r&&r.scrollTop||i&&i.scrollTop||0)-(r&&r.clientTop||i&&i.clientTop||0)),e.which||void 0===a||(e.which=1&a?1:2&a?3:4&a?2:0),e}},fix:function(e){if(e[m.expando])return e;var t,n,r,i=e.type,a=e,o=this.fixHooks[i];for(o||(this.fixHooks[i]=o=V.test(i)?this.mouseHooks:G.test(i)?this.keyHooks:{}),r=o.props?this.props.concat(o.props):this.props,e=new m.Event(a),t=r.length;t--;)e[n=r[t]]=a[n];return e.target||(e.target=p),3===e.target.nodeType&&(e.target=e.target.parentNode),o.filter?o.filter(e,a):e},special:{load:{noBubble:!0},focus:{trigger:function(){if(this!==ee()&&this.focus)return this.focus(),!1},delegateType:"focusin"},blur:{trigger:function(){if(this===ee()&&this.blur)return this.blur(),!1},delegateType:"focusout"},click:{trigger:function(){if("checkbox"===this.type&&this.click&&m.nodeName(this,"input"))return this.click(),!1},_default:function(e){return m.nodeName(e.target,"a")}},beforeunload:{postDispatch:function(e){void 0!==e.result&&e.originalEvent&&(e.originalEvent.returnValue=e.result)}}},simulate:function(e,t,n,r){var i=m.extend(new m.Event,n,{type:e,isSimulated:!0,originalEvent:{}});r?m.event.trigger(i,null,t):m.event.dispatch.call(t,i),i.isDefaultPrevented()&&n.preventDefault()}},m.removeEvent=function(e,t,n){e.removeEventListener&&e.removeEventListener(t,n,!1)},m.Event=function(e,t){if(!(this instanceof m.Event))return new m.Event(e,t);e&&e.type?(this.originalEvent=e,this.type=e.type,this.isDefaultPrevented=e.defaultPrevented||void 0===e.defaultPrevented&&!1===e.returnValue?Z:Q):this.type=e,t&&m.extend(this,t),this.timeStamp=e&&e.timeStamp||m.now(),this[m.expando]=!0},m.Event.prototype={isDefaultPrevented:Q,isPropagationStopped:Q,isImmediatePropagationStopped:Q,preventDefault:function(){var e=this.originalEvent;this.isDefaultPrevented=Z,e&&e.preventDefault&&e.preventDefault()},stopPropagation:function(){var e=this.originalEvent;this.isPropagationStopped=Z,e&&e.stopPropagation&&e.stopPropagation()},stopImmediatePropagation:function(){var e=this.originalEvent;this.isImmediatePropagationStopped=Z,e&&e.stopImmediatePropagation&&e.stopImmediatePropagation(),this.stopPropagation()}},m.each({mouseenter:"mouseover",mouseleave:"mouseout",pointerenter:"pointerover",pointerleave:"pointerout"},(function(e,t){m.event.special[e]={delegateType:t,bindType:t,handle:function(e){var n,r=this,i=e.relatedTarget,a=e.handleObj;return i&&(i===r||m.contains(r,i))||(e.type=a.origType,n=a.handler.apply(this,arguments),e.type=t),n}}})),h.focusinBubbles||m.each({focus:"focusin",blur:"focusout"},(function(e,t){var n=function(e){m.event.simulate(t,e.target,m.event.fix(e),!0)};m.event.special[t]={setup:function(){var r=this.ownerDocument||this,i=N.access(r,t);i||r.addEventListener(e,n,!0),N.access(r,t,(i||0)+1)},teardown:function(){var r=this.ownerDocument||this,i=N.access(r,t)-1;i?N.access(r,t,i):(r.removeEventListener(e,n,!0),N.remove(r,t))}}})),m.fn.extend({on:function(e,t,n,r,i){var a,o;if("object"==typeof e){for(o in"string"!=typeof t&&(n=n||t,t=void 0),e)this.on(o,t,n,e[o],i);return this}if(null==n&&null==r?(r=t,n=t=void 0):null==r&&("string"==typeof t?(r=n,n=void 0):(r=n,n=t,t=void 0)),!1===r)r=Q;else if(!r)return this;return 1===i&&(a=r,(r=function(e){return m().off(e),a.apply(this,arguments)}).guid=a.guid||(a.guid=m.guid++)),this.each((function(){m.event.add(this,e,r,n,t)}))},one:function(e,t,n,r){return this.on(e,t,n,r,1)},off:function(e,t,n){var r,i;if(e&&e.preventDefault&&e.handleObj)return r=e.handleObj,m(e.delegateTarget).off(r.namespace?r.origType+"."+r.namespace:r.origType,r.selector,r.handler),this;if("object"==typeof e){for(i in e)this.off(i,t,e[i]);return this}return!1!==t&&"function"!=typeof t||(n=t,t=void 0),!1===n&&(n=Q),this.each((function(){m.event.remove(this,e,n,t)}))},trigger:function(e,t){return this.each((function(){m.event.trigger(e,t,this)}))},triggerHandler:function(e,t){var n=this[0];if(n)return m.event.trigger(e,t,n,!0)}});var te=/<(?!area|br|col|embed|hr|img|input|link|meta|param)(([\w:]+)[^>]*)\/>/gi,ne=/<([\w:]+)/,re=/<|&#?\w+;/,ie=/<(?:script|style|link)/i,ae=/checked\s*(?:[^=]|=\s*.checked.)/i,oe=/^$|\/(?:java|ecma)script/i,se=/^true\/(.*)/,ue=/^\s*<!(?:\[CDATA\[|--)|(?:\]\]|--)>\s*$/g,ce={option:[1,"<select multiple='multiple'>","</select>"],thead:[1,"<table>","</table>"],col:[2,"<table><colgroup>","</colgroup></table>"],tr:[2,"<table><tbody>","</tbody></table>"],td:[3,"<table><tbody><tr>","</tr></tbody></table>"],_default:[0,"",""]};function le(e,t){return m.nodeName(e,"table")&&m.nodeName(11!==t.nodeType?t:t.firstChild,"tr")?e.getElementsByTagName("tbody")[0]||e.appendChild(e.ownerDocument.createElement("tbody")):e}function de(e){return e.type=(null!==e.getAttribute("type"))+"/"+e.type,e}function fe(e){var t=se.exec(e.type);return t?e.type=t[1]:e.removeAttribute("type"),e}function he(e,t){for(var n=0,r=e.length;n<r;n++)N.set(e[n],"globalEval",!t||N.get(t[n],"globalEval"))}function pe(e,t){var n,r,i,a,o,s,u,c;if(1===t.nodeType){if(N.hasData(e)&&(a=N.access(e),o=N.set(t,a),c=a.events))for(i in delete o.handle,o.events={},c)for(n=0,r=c[i].length;n<r;n++)m.event.add(t,i,c[i][n]);I.hasData(e)&&(s=I.access(e),u=m.extend({},s),I.set(t,u))}}function me(e,t){var n=e.getElementsByTagName?e.getElementsByTagName(t||"*"):e.querySelectorAll?e.querySelectorAll(t||"*"):[];return void 0===t||t&&m.nodeName(e,t)?m.merge([e],n):n}ce.optgroup=ce.option,ce.tbody=ce.tfoot=ce.colgroup=ce.caption=ce.thead,ce.th=ce.td,m.extend({clone:function(e,t,n){var r,i,a,o,s,u,c,l=e.cloneNode(!0),d=m.contains(e.ownerDocument,e);if(!(h.noCloneChecked||1!==e.nodeType&&11!==e.nodeType||m.isXMLDoc(e)))for(o=me(l),r=0,i=(a=me(e)).length;r<i;r++)s=a[r],u=o[r],c=void 0,"input"===(c=u.nodeName.toLowerCase())&&J.test(s.type)?u.checked=s.checked:"input"!==c&&"textarea"!==c||(u.defaultValue=s.defaultValue);if(t)if(n)for(a=a||me(e),o=o||me(l),r=0,i=a.length;r<i;r++)pe(a[r],o[r]);else pe(e,l);return(o=me(l,"script")).length>0&&he(o,!d&&me(e,"script")),l},buildFragment:function(e,t,n,r){for(var i,a,o,s,u,c,l=t.createDocumentFragment(),d=[],f=0,h=e.length;f<h;f++)if((i=e[f])||0===i)if("object"===m.type(i))m.merge(d,i.nodeType?[i]:i);else if(re.test(i)){for(a=a||l.appendChild(t.createElement("div")),o=(ne.exec(i)||["",""])[1].toLowerCase(),s=ce[o]||ce._default,a.innerHTML=s[1]+i.replace(te,"<$1></$2>")+s[2],c=s[0];c--;)a=a.lastChild;m.merge(d,a.childNodes),(a=l.firstChild).textContent=""}else d.push(t.createTextNode(i));for(l.textContent="",f=0;i=d[f++];)if((!r||-1===m.inArray(i,r))&&(u=m.contains(i.ownerDocument,i),a=me(l.appendChild(i),"script"),u&&he(a),n))for(c=0;i=a[c++];)oe.test(i.type||"")&&n.push(i);return l},cleanData:function(e){for(var t,n,r,i,a=m.event.special,o=0;void 0!==(n=e[o]);o++){if(m.acceptData(n)&&(i=n[N.expando])&&(t=N.cache[i])){if(t.events)for(r in t.events)a[r]?m.event.remove(n,r):m.removeEvent(n,r,t.handle);N.cache[i]&&delete N.cache[i]}delete I.cache[n[I.expando]]}}}),m.fn.extend({text:function(e){return H(this,(function(e){return void 0===e?m.text(this):this.empty().each((function(){1!==this.nodeType&&11!==this.nodeType&&9!==this.nodeType||(this.textContent=e)}))}),null,e,arguments.length)},append:function(){return this.domManip(arguments,(function(e){1!==this.nodeType&&11!==this.nodeType&&9!==this.nodeType||le(this,e).appendChild(e)}))},prepend:function(){return this.domManip(arguments,(function(e){if(1===this.nodeType||11===this.nodeType||9===this.nodeType){var t=le(this,e);t.insertBefore(e,t.firstChild)}}))},before:function(){return this.domManip(arguments,(function(e){this.parentNode&&this.parentNode.insertBefore(e,this)}))},after:function(){return this.domManip(arguments,(function(e){this.parentNode&&this.parentNode.insertBefore(e,this.nextSibling)}))},remove:function(e,t){for(var n,r=e?m.filter(e,this):this,i=0;null!=(n=r[i]);i++)t||1!==n.nodeType||m.cleanData(me(n)),n.parentNode&&(t&&m.contains(n.ownerDocument,n)&&he(me(n,"script")),n.parentNode.removeChild(n));return this},empty:function(){for(var e,t=0;null!=(e=this[t]);t++)1===e.nodeType&&(m.cleanData(me(e,!1)),e.textContent="");return this},clone:function(e,t){return e=null!=e&&e,t=null==t?e:t,this.map((function(){return m.clone(this,e,t)}))},html:function(e){return H(this,(function(e){var t=this[0]||{},n=0,r=this.length;if(void 0===e&&1===t.nodeType)return t.innerHTML;if("string"==typeof e&&!ie.test(e)&&!ce[(ne.exec(e)||["",""])[1].toLowerCase()]){e=e.replace(te,"<$1></$2>");try{for(;n<r;n++)1===(t=this[n]||{}).nodeType&&(m.cleanData(me(t,!1)),t.innerHTML=e);t=0}catch(e){}}t&&this.empty().append(e)}),null,e,arguments.length)},replaceWith:function(){var e=arguments[0];return this.domManip(arguments,(function(t){e=this.parentNode,m.cleanData(me(this)),e&&e.replaceChild(t,this)})),e&&(e.length||e.nodeType)?this:this.remove()},detach:function(e){return this.remove(e,!0)},domManip:function(e,t){e=s.apply([],e);var n,r,i,a,o,u,c=0,l=this.length,d=this,f=l-1,p=e[0],_=m.isFunction(p);if(_||l>1&&"string"==typeof p&&!h.checkClone&&ae.test(p))return this.each((function(n){var r=d.eq(n);_&&(e[0]=p.call(this,n,r.html())),r.domManip(e,t)}));if(l&&(r=(n=m.buildFragment(e,this[0].ownerDocument,!1,this)).firstChild,1===n.childNodes.length&&(n=r),r)){for(a=(i=m.map(me(n,"script"),de)).length;c<l;c++)o=n,c!==f&&(o=m.clone(o,!0,!0),a&&m.merge(i,me(o,"script"))),t.call(this[c],o,c);if(a)for(u=i[i.length-1].ownerDocument,m.map(i,fe),c=0;c<a;c++)o=i[c],oe.test(o.type||"")&&!N.access(o,"globalEval")&&m.contains(u,o)&&(o.src?m._evalUrl&&m._evalUrl(o.src):m.globalEval(o.textContent.replace(ue,"")))}return this}}),m.each({appendTo:"append",prependTo:"prepend",insertBefore:"before",insertAfter:"after",replaceAll:"replaceWith"},(function(e,t){m.fn[e]=function(e){for(var n,r=[],i=m(e),a=i.length-1,o=0;o<=a;o++)n=o===a?this:this.clone(!0),m(i[o])[t](n),u.apply(r,n.get());return this.pushStack(r)}}));var _e,ye={};function ve(e,t){var r,i=m(t.createElement(e)).appendTo(t.body),a=n.getDefaultComputedStyle&&(r=n.getDefaultComputedStyle(i[0]))?r.display:m.css(i[0],"display");return i.detach(),a}function ge(e){var t=p,n=ye[e];return n||("none"!==(n=ve(e,t))&&n||((t=(_e=(_e||m("<iframe frameborder='0' width='0' height='0'/>")).appendTo(t.documentElement))[0].contentDocument).write(),t.close(),n=ve(e,t),_e.detach()),ye[e]=n),n}var Me=/^margin/,Le=new RegExp("^("+U+")(?!px)[a-z%]+$","i"),we=function(e){return e.ownerDocument.defaultView.opener?e.ownerDocument.defaultView.getComputedStyle(e,null):n.getComputedStyle(e,null)};function be(e,t,n){var r,i,a,o,s=e.style;return(n=n||we(e))&&(o=n.getPropertyValue(t)||n[t]),n&&(""!==o||m.contains(e.ownerDocument,e)||(o=m.style(e,t)),Le.test(o)&&Me.test(t)&&(r=s.width,i=s.minWidth,a=s.maxWidth,s.minWidth=s.maxWidth=s.width=o,o=n.width,s.width=r,s.minWidth=i,s.maxWidth=a)),void 0!==o?o+"":o}function ke(e,t){return{get:function(){if(!e())return(this.get=t).apply(this,arguments);delete this.get}}}!function(){var e,t,r=p.documentElement,i=p.createElement("div"),a=p.createElement("div");function o(){a.style.cssText="-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;display:block;margin-top:1%;top:1%;border:1px;padding:1px;width:4px;position:absolute",a.innerHTML="",r.appendChild(i);var o=n.getComputedStyle(a,null);e="1%"!==o.top,t="4px"===o.width,r.removeChild(i)}a.style&&(a.style.backgroundClip="content-box",a.cloneNode(!0).style.backgroundClip="",h.clearCloneStyle="content-box"===a.style.backgroundClip,i.style.cssText="border:0;width:0;height:0;top:0;left:-9999px;margin-top:1px;position:absolute",i.appendChild(a),n.getComputedStyle&&m.extend(h,{pixelPosition:function(){return o(),e},boxSizingReliable:function(){return null==t&&o(),t},reliableMarginRight:function(){var e,t=a.appendChild(p.createElement("div"));return t.style.cssText=a.style.cssText="-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;display:block;margin:0;border:0;padding:0",t.style.marginRight=t.style.width="0",a.style.width="1px",r.appendChild(i),e=!parseFloat(n.getComputedStyle(t,null).marginRight),r.removeChild(i),a.removeChild(t),e}}))}(),m.swap=function(e,t,n,r){var i,a,o={};for(a in t)o[a]=e.style[a],e.style[a]=t[a];for(a in i=n.apply(e,r||[]),t)e.style[a]=o[a];return i};var Ye=/^(none|table(?!-c[ea]).+)/,Te=new RegExp("^("+U+")(.*)$","i"),xe=new RegExp("^([+-])=("+U+")","i"),De={position:"absolute",visibility:"hidden",display:"block"},Se={letterSpacing:"0",fontWeight:"400"},Ee=["Webkit","O","Moz","ms"];function Oe(e,t){if(t in e)return t;for(var n=t[0].toUpperCase()+t.slice(1),r=t,i=Ee.length;i--;)if((t=Ee[i]+n)in e)return t;return r}function je(e,t,n){var r=Te.exec(t);return r?Math.max(0,r[1]-(n||0))+(r[2]||"px"):t}function Ae(e,t,n,r,i){for(var a=n===(r?"border":"content")?4:"width"===t?1:0,o=0;a<4;a+=2)"margin"===n&&(o+=m.css(e,n+B[a],!0,i)),r?("content"===n&&(o-=m.css(e,"padding"+B[a],!0,i)),"margin"!==n&&(o-=m.css(e,"border"+B[a]+"Width",!0,i))):(o+=m.css(e,"padding"+B[a],!0,i),"padding"!==n&&(o+=m.css(e,"border"+B[a]+"Width",!0,i)));return o}function Pe(e,t,n){var r=!0,i="width"===t?e.offsetWidth:e.offsetHeight,a=we(e),o="border-box"===m.css(e,"boxSizing",!1,a);if(i<=0||null==i){if(((i=be(e,t,a))<0||null==i)&&(i=e.style[t]),Le.test(i))return i;r=o&&(h.boxSizingReliable()||i===e.style[t]),i=parseFloat(i)||0}return i+Ae(e,t,n||(o?"border":"content"),r,a)+"px"}function He(e,t){for(var n,r,i,a=[],o=0,s=e.length;o<s;o++)(r=e[o]).style&&(a[o]=N.get(r,"olddisplay"),n=r.style.display,t?(a[o]||"none"!==n||(r.style.display=""),""===r.style.display&&q(r)&&(a[o]=N.access(r,"olddisplay",ge(r.nodeName)))):(i=q(r),"none"===n&&i||N.set(r,"olddisplay",i?n:m.css(r,"display"))));for(o=0;o<s;o++)(r=e[o]).style&&(t&&"none"!==r.style.display&&""!==r.style.display||(r.style.display=t?a[o]||"":"none"));return e}function Ce(e,t,n,r,i){return new Ce.prototype.init(e,t,n,r,i)}m.extend({cssHooks:{opacity:{get:function(e,t){if(t){var n=be(e,"opacity");return""===n?"1":n}}}},cssNumber:{columnCount:!0,fillOpacity:!0,flexGrow:!0,flexShrink:!0,fontWeight:!0,lineHeight:!0,opacity:!0,order:!0,orphans:!0,widows:!0,zIndex:!0,zoom:!0},cssProps:{float:"cssFloat"},style:function(e,t,n,r){if(e&&3!==e.nodeType&&8!==e.nodeType&&e.style){var i,a,o,s=m.camelCase(t),u=e.style;if(t=m.cssProps[s]||(m.cssProps[s]=Oe(u,s)),o=m.cssHooks[t]||m.cssHooks[s],void 0===n)return o&&"get"in o&&void 0!==(i=o.get(e,!1,r))?i:u[t];"string"==(a=typeof n)&&(i=xe.exec(n))&&(n=(i[1]+1)*i[2]+parseFloat(m.css(e,t)),a="number"),null!=n&&n==n&&("number"!==a||m.cssNumber[s]||(n+="px"),h.clearCloneStyle||""!==n||0!==t.indexOf("background")||(u[t]="inherit"),o&&"set"in o&&void 0===(n=o.set(e,n,r))||(u[t]=n))}},css:function(e,t,n,r){var i,a,o,s=m.camelCase(t);return t=m.cssProps[s]||(m.cssProps[s]=Oe(e.style,s)),(o=m.cssHooks[t]||m.cssHooks[s])&&"get"in o&&(i=o.get(e,!0,n)),void 0===i&&(i=be(e,t,r)),"normal"===i&&t in Se&&(i=Se[t]),""===n||n?(a=parseFloat(i),!0===n||m.isNumeric(a)?a||0:i):i}}),m.each(["height","width"],(function(e,t){m.cssHooks[t]={get:function(e,n,r){if(n)return Ye.test(m.css(e,"display"))&&0===e.offsetWidth?m.swap(e,De,(function(){return Pe(e,t,r)})):Pe(e,t,r)},set:function(e,n,r){var i=r&&we(e);return je(0,n,r?Ae(e,t,r,"border-box"===m.css(e,"boxSizing",!1,i),i):0)}}})),m.cssHooks.marginRight=ke(h.reliableMarginRight,(function(e,t){if(t)return m.swap(e,{display:"inline-block"},be,[e,"marginRight"])})),m.each({margin:"",padding:"",border:"Width"},(function(e,t){m.cssHooks[e+t]={expand:function(n){for(var r=0,i={},a="string"==typeof n?n.split(" "):[n];r<4;r++)i[e+B[r]+t]=a[r]||a[r-2]||a[0];return i}},Me.test(e)||(m.cssHooks[e+t].set=je)})),m.fn.extend({css:function(e,t){return H(this,(function(e,t,n){var r,i,a={},o=0;if(m.isArray(t)){for(r=we(e),i=t.length;o<i;o++)a[t[o]]=m.css(e,t[o],!1,r);return a}return void 0!==n?m.style(e,t,n):m.css(e,t)}),e,t,arguments.length>1)},show:function(){return He(this,!0)},hide:function(){return He(this)},toggle:function(e){return"boolean"==typeof e?e?this.show():this.hide():this.each((function(){q(this)?m(this).show():m(this).hide()}))}}),m.Tween=Ce,Ce.prototype={constructor:Ce,init:function(e,t,n,r,i,a){this.elem=e,this.prop=n,this.easing=i||"swing",this.options=t,this.start=this.now=this.cur(),this.end=r,this.unit=a||(m.cssNumber[n]?"":"px")},cur:function(){var e=Ce.propHooks[this.prop];return e&&e.get?e.get(this):Ce.propHooks._default.get(this)},run:function(e){var t,n=Ce.propHooks[this.prop];return this.options.duration?this.pos=t=m.easing[this.easing](e,this.options.duration*e,0,1,this.options.duration):this.pos=t=e,this.now=(this.end-this.start)*t+this.start,this.options.step&&this.options.step.call(this.elem,this.now,this),n&&n.set?n.set(this):Ce.propHooks._default.set(this),this}},Ce.prototype.init.prototype=Ce.prototype,Ce.propHooks={_default:{get:function(e){var t;return null==e.elem[e.prop]||e.elem.style&&null!=e.elem.style[e.prop]?(t=m.css(e.elem,e.prop,""))&&"auto"!==t?t:0:e.elem[e.prop]},set:function(e){m.fx.step[e.prop]?m.fx.step[e.prop](e):e.elem.style&&(null!=e.elem.style[m.cssProps[e.prop]]||m.cssHooks[e.prop])?m.style(e.elem,e.prop,e.now+e.unit):e.elem[e.prop]=e.now}}},Ce.propHooks.scrollTop=Ce.propHooks.scrollLeft={set:function(e){e.elem.nodeType&&e.elem.parentNode&&(e.elem[e.prop]=e.now)}},m.easing={linear:function(e){return e},swing:function(e){return.5-Math.cos(e*Math.PI)/2}},m.fx=Ce.prototype.init,m.fx.step={};var Ne,Ie,Re=/^(?:toggle|show|hide)$/,Fe=new RegExp("^(?:([+-])=|)("+U+")([a-z%]*)$","i"),We=/queueHooks$/,$e=[function(e,t,n){var r,i,a,o,s,u,c,l=this,d={},f=e.style,h=e.nodeType&&q(e),p=N.get(e,"fxshow");for(r in n.queue||(null==(s=m._queueHooks(e,"fx")).unqueued&&(s.unqueued=0,u=s.empty.fire,s.empty.fire=function(){s.unqueued||u()}),s.unqueued++,l.always((function(){l.always((function(){s.unqueued--,m.queue(e,"fx").length||s.empty.fire()}))}))),1===e.nodeType&&("height"in t||"width"in t)&&(n.overflow=[f.overflow,f.overflowX,f.overflowY],"inline"===("none"===(c=m.css(e,"display"))?N.get(e,"olddisplay")||ge(e.nodeName):c)&&"none"===m.css(e,"float")&&(f.display="inline-block")),n.overflow&&(f.overflow="hidden",l.always((function(){f.overflow=n.overflow[0],f.overflowX=n.overflow[1],f.overflowY=n.overflow[2]}))),t)if(i=t[r],Re.exec(i)){if(delete t[r],a=a||"toggle"===i,i===(h?"hide":"show")){if("show"!==i||!p||void 0===p[r])continue;h=!0}d[r]=p&&p[r]||m.style(e,r)}else c=void 0;if(m.isEmptyObject(d))"inline"===("none"===c?ge(e.nodeName):c)&&(f.display=c);else for(r in p?"hidden"in p&&(h=p.hidden):p=N.access(e,"fxshow",{}),a&&(p.hidden=!h),h?m(e).show():l.done((function(){m(e).hide()})),l.done((function(){var t;for(t in N.remove(e,"fxshow"),d)m.style(e,t,d[t])})),d)o=qe(h?p[r]:0,r,l),r in p||(p[r]=o.start,h&&(o.end=o.start,o.start="width"===r||"height"===r?1:0))}],ze={"*":[function(e,t){var n=this.createTween(e,t),r=n.cur(),i=Fe.exec(t),a=i&&i[3]||(m.cssNumber[e]?"":"px"),o=(m.cssNumber[e]||"px"!==a&&+r)&&Fe.exec(m.css(n.elem,e)),s=1,u=20;if(o&&o[3]!==a){a=a||o[3],i=i||[],o=+r||1;do{o/=s=s||".5",m.style(n.elem,e,o+a)}while(s!==(s=n.cur()/r)&&1!==s&&--u)}return i&&(o=n.start=+o||+r||0,n.unit=a,n.end=i[1]?o+(i[1]+1)*i[2]:+i[2]),n}]};function Ue(){return setTimeout((function(){Ne=void 0})),Ne=m.now()}function Be(e,t){var n,r=0,i={height:e};for(t=t?1:0;r<4;r+=2-t)i["margin"+(n=B[r])]=i["padding"+n]=e;return t&&(i.opacity=i.width=e),i}function qe(e,t,n){for(var r,i=(ze[t]||[]).concat(ze["*"]),a=0,o=i.length;a<o;a++)if(r=i[a].call(n,t,e))return r}function Je(e,t,n){var r,i,a=0,o=$e.length,s=m.Deferred().always((function(){delete u.elem})),u=function(){if(i)return!1;for(var t=Ne||Ue(),n=Math.max(0,c.startTime+c.duration-t),r=1-(n/c.duration||0),a=0,o=c.tweens.length;a<o;a++)c.tweens[a].run(r);return s.notifyWith(e,[c,r,n]),r<1&&o?n:(s.resolveWith(e,[c]),!1)},c=s.promise({elem:e,props:m.extend({},t),opts:m.extend(!0,{specialEasing:{}},n),originalProperties:t,originalOptions:n,startTime:Ne||Ue(),duration:n.duration,tweens:[],createTween:function(t,n){var r=m.Tween(e,c.opts,t,n,c.opts.specialEasing[t]||c.opts.easing);return c.tweens.push(r),r},stop:function(t){var n=0,r=t?c.tweens.length:0;if(i)return this;for(i=!0;n<r;n++)c.tweens[n].run(1);return t?s.resolveWith(e,[c,t]):s.rejectWith(e,[c,t]),this}}),l=c.props;for(function(e,t){var n,r,i,a,o;for(n in e)if(i=t[r=m.camelCase(n)],a=e[n],m.isArray(a)&&(i=a[1],a=e[n]=a[0]),n!==r&&(e[r]=a,delete e[n]),(o=m.cssHooks[r])&&"expand"in o)for(n in a=o.expand(a),delete e[r],a)n in e||(e[n]=a[n],t[n]=i);else t[r]=i}(l,c.opts.specialEasing);a<o;a++)if(r=$e[a].call(c,e,l,c.opts))return r;return m.map(l,qe,c),m.isFunction(c.opts.start)&&c.opts.start.call(e,c),m.fx.timer(m.extend(u,{elem:e,anim:c,queue:c.opts.queue})),c.progress(c.opts.progress).done(c.opts.done,c.opts.complete).fail(c.opts.fail).always(c.opts.always)}m.Animation=m.extend(Je,{tweener:function(e,t){m.isFunction(e)?(t=e,e=["*"]):e=e.split(" ");for(var n,r=0,i=e.length;r<i;r++)n=e[r],ze[n]=ze[n]||[],ze[n].unshift(t)},prefilter:function(e,t){t?$e.unshift(e):$e.push(e)}}),m.speed=function(e,t,n){var r=e&&"object"==typeof e?m.extend({},e):{complete:n||!n&&t||m.isFunction(e)&&e,duration:e,easing:n&&t||t&&!m.isFunction(t)&&t};return r.duration=m.fx.off?0:"number"==typeof r.duration?r.duration:r.duration in m.fx.speeds?m.fx.speeds[r.duration]:m.fx.speeds._default,null!=r.queue&&!0!==r.queue||(r.queue="fx"),r.old=r.complete,r.complete=function(){m.isFunction(r.old)&&r.old.call(this),r.queue&&m.dequeue(this,r.queue)},r},m.fn.extend({fadeTo:function(e,t,n,r){return this.filter(q).css("opacity",0).show().end().animate({opacity:t},e,n,r)},animate:function(e,t,n,r){var i=m.isEmptyObject(e),a=m.speed(t,n,r),o=function(){var t=Je(this,m.extend({},e),a);(i||N.get(this,"finish"))&&t.stop(!0)};return o.finish=o,i||!1===a.queue?this.each(o):this.queue(a.queue,o)},stop:function(e,t,n){var r=function(e){var t=e.stop;delete e.stop,t(n)};return"string"!=typeof e&&(n=t,t=e,e=void 0),t&&!1!==e&&this.queue(e||"fx",[]),this.each((function(){var t=!0,i=null!=e&&e+"queueHooks",a=m.timers,o=N.get(this);if(i)o[i]&&o[i].stop&&r(o[i]);else for(i in o)o[i]&&o[i].stop&&We.test(i)&&r(o[i]);for(i=a.length;i--;)a[i].elem!==this||null!=e&&a[i].queue!==e||(a[i].anim.stop(n),t=!1,a.splice(i,1));!t&&n||m.dequeue(this,e)}))},finish:function(e){return!1!==e&&(e=e||"fx"),this.each((function(){var t,n=N.get(this),r=n[e+"queue"],i=n[e+"queueHooks"],a=m.timers,o=r?r.length:0;for(n.finish=!0,m.queue(this,e,[]),i&&i.stop&&i.stop.call(this,!0),t=a.length;t--;)a[t].elem===this&&a[t].queue===e&&(a[t].anim.stop(!0),a.splice(t,1));for(t=0;t<o;t++)r[t]&&r[t].finish&&r[t].finish.call(this);delete n.finish}))}}),m.each(["toggle","show","hide"],(function(e,t){var n=m.fn[t];m.fn[t]=function(e,r,i){return null==e||"boolean"==typeof e?n.apply(this,arguments):this.animate(Be(t,!0),e,r,i)}})),m.each({slideDown:Be("show"),slideUp:Be("hide"),slideToggle:Be("toggle"),fadeIn:{opacity:"show"},fadeOut:{opacity:"hide"},fadeToggle:{opacity:"toggle"}},(function(e,t){m.fn[e]=function(e,n,r){return this.animate(t,e,n,r)}})),m.timers=[],m.fx.tick=function(){var e,t=0,n=m.timers;for(Ne=m.now();t<n.length;t++)(e=n[t])()||n[t]!==e||n.splice(t--,1);n.length||m.fx.stop(),Ne=void 0},m.fx.timer=function(e){m.timers.push(e),e()?m.fx.start():m.timers.pop()},m.fx.interval=13,m.fx.start=function(){Ie||(Ie=setInterval(m.fx.tick,m.fx.interval))},m.fx.stop=function(){clearInterval(Ie),Ie=null},m.fx.speeds={slow:600,fast:200,_default:400},m.fn.delay=function(e,t){return e=m.fx&&m.fx.speeds[e]||e,t=t||"fx",this.queue(t,(function(t,n){var r=setTimeout(t,e);n.stop=function(){clearTimeout(r)}}))},function(){var e=p.createElement("input"),t=p.createElement("select"),n=t.appendChild(p.createElement("option"));e.type="checkbox",h.checkOn=""!==e.value,h.optSelected=n.selected,t.disabled=!0,h.optDisabled=!n.disabled,(e=p.createElement("input")).value="t",e.type="radio",h.radioValue="t"===e.value}();var Ge,Ve=m.expr.attrHandle;m.fn.extend({attr:function(e,t){return H(this,m.attr,e,t,arguments.length>1)},removeAttr:function(e){return this.each((function(){m.removeAttr(this,e)}))}}),m.extend({attr:function(e,t,n){var r,i,a=e.nodeType;if(e&&3!==a&&8!==a&&2!==a)return void 0===e.getAttribute?m.prop(e,t,n):(1===a&&m.isXMLDoc(e)||(t=t.toLowerCase(),r=m.attrHooks[t]||(m.expr.match.bool.test(t)?Ge:void 0)),void 0===n?r&&"get"in r&&null!==(i=r.get(e,t))?i:null==(i=m.find.attr(e,t))?void 0:i:null!==n?r&&"set"in r&&void 0!==(i=r.set(e,n,t))?i:(e.setAttribute(t,n+""),n):void m.removeAttr(e,t))},removeAttr:function(e,t){var n,r,i=0,a=t&&t.match(j);if(a&&1===e.nodeType)for(;n=a[i++];)r=m.propFix[n]||n,m.expr.match.bool.test(n)&&(e[r]=!1),e.removeAttribute(n)},attrHooks:{type:{set:function(e,t){if(!h.radioValue&&"radio"===t&&m.nodeName(e,"input")){var n=e.value;return e.setAttribute("type",t),n&&(e.value=n),t}}}}}),Ge={set:function(e,t,n){return!1===t?m.removeAttr(e,n):e.setAttribute(n,n),n}},m.each(m.expr.match.bool.source.match(/\w+/g),(function(e,t){var n=Ve[t]||m.find.attr;Ve[t]=function(e,t,r){var i,a;return r||(a=Ve[t],Ve[t]=i,i=null!=n(e,t,r)?t.toLowerCase():null,Ve[t]=a),i}}));var Ke=/^(?:input|select|textarea|button)$/i;m.fn.extend({prop:function(e,t){return H(this,m.prop,e,t,arguments.length>1)},removeProp:function(e){return this.each((function(){delete this[m.propFix[e]||e]}))}}),m.extend({propFix:{for:"htmlFor",class:"className"},prop:function(e,t,n){var r,i,a=e.nodeType;if(e&&3!==a&&8!==a&&2!==a)return(1!==a||!m.isXMLDoc(e))&&(t=m.propFix[t]||t,i=m.propHooks[t]),void 0!==n?i&&"set"in i&&void 0!==(r=i.set(e,n,t))?r:e[t]=n:i&&"get"in i&&null!==(r=i.get(e,t))?r:e[t]},propHooks:{tabIndex:{get:function(e){return e.hasAttribute("tabindex")||Ke.test(e.nodeName)||e.href?e.tabIndex:-1}}}}),h.optSelected||(m.propHooks.selected={get:function(e){var t=e.parentNode;return t&&t.parentNode&&t.parentNode.selectedIndex,null}}),m.each(["tabIndex","readOnly","maxLength","cellSpacing","cellPadding","rowSpan","colSpan","useMap","frameBorder","contentEditable"],(function(){m.propFix[this.toLowerCase()]=this}));var Xe=/[\t\r\n\f]/g;m.fn.extend({addClass:function(e){var t,n,r,i,a,o,s="string"==typeof e&&e,u=0,c=this.length;if(m.isFunction(e))return this.each((function(t){m(this).addClass(e.call(this,t,this.className))}));if(s)for(t=(e||"").match(j)||[];u<c;u++)if(r=1===(n=this[u]).nodeType&&(n.className?(" "+n.className+" ").replace(Xe," "):" ")){for(a=0;i=t[a++];)r.indexOf(" "+i+" ")<0&&(r+=i+" ");o=m.trim(r),n.className!==o&&(n.className=o)}return this},removeClass:function(e){var t,n,r,i,a,o,s=0===arguments.length||"string"==typeof e&&e,u=0,c=this.length;if(m.isFunction(e))return this.each((function(t){m(this).removeClass(e.call(this,t,this.className))}));if(s)for(t=(e||"").match(j)||[];u<c;u++)if(r=1===(n=this[u]).nodeType&&(n.className?(" "+n.className+" ").replace(Xe," "):"")){for(a=0;i=t[a++];)for(;r.indexOf(" "+i+" ")>=0;)r=r.replace(" "+i+" "," ");o=e?m.trim(r):"",n.className!==o&&(n.className=o)}return this},toggleClass:function(e,t){var n=typeof e;return"boolean"==typeof t&&"string"===n?t?this.addClass(e):this.removeClass(e):m.isFunction(e)?this.each((function(n){m(this).toggleClass(e.call(this,n,this.className,t),t)})):this.each((function(){if("string"===n)for(var t,r=0,i=m(this),a=e.match(j)||[];t=a[r++];)i.hasClass(t)?i.removeClass(t):i.addClass(t);else"undefined"!==n&&"boolean"!==n||(this.className&&N.set(this,"__className__",this.className),this.className=this.className||!1===e?"":N.get(this,"__className__")||"")}))},hasClass:function(e){for(var t=" "+e+" ",n=0,r=this.length;n<r;n++)if(1===this[n].nodeType&&(" "+this[n].className+" ").replace(Xe," ").indexOf(t)>=0)return!0;return!1}});var Ze=/\r/g;m.fn.extend({val:function(e){var t,n,r,i=this[0];return arguments.length?(r=m.isFunction(e),this.each((function(n){var i;1===this.nodeType&&(null==(i=r?e.call(this,n,m(this).val()):e)?i="":"number"==typeof i?i+="":m.isArray(i)&&(i=m.map(i,(function(e){return null==e?"":e+""}))),(t=m.valHooks[this.type]||m.valHooks[this.nodeName.toLowerCase()])&&"set"in t&&void 0!==t.set(this,i,"value")||(this.value=i))}))):i?(t=m.valHooks[i.type]||m.valHooks[i.nodeName.toLowerCase()])&&"get"in t&&void 0!==(n=t.get(i,"value"))?n:"string"==typeof(n=i.value)?n.replace(Ze,""):null==n?"":n:void 0}}),m.extend({valHooks:{option:{get:function(e){var t=m.find.attr(e,"value");return null!=t?t:m.trim(m.text(e))}},select:{get:function(e){for(var t,n,r=e.options,i=e.selectedIndex,a="select-one"===e.type||i<0,o=a?null:[],s=a?i+1:r.length,u=i<0?s:a?i:0;u<s;u++)if(((n=r[u]).selected||u===i)&&(h.optDisabled?!n.disabled:null===n.getAttribute("disabled"))&&(!n.parentNode.disabled||!m.nodeName(n.parentNode,"optgroup"))){if(t=m(n).val(),a)return t;o.push(t)}return o},set:function(e,t){for(var n,r,i=e.options,a=m.makeArray(t),o=i.length;o--;)((r=i[o]).selected=m.inArray(r.value,a)>=0)&&(n=!0);return n||(e.selectedIndex=-1),a}}}}),m.each(["radio","checkbox"],(function(){m.valHooks[this]={set:function(e,t){if(m.isArray(t))return e.checked=m.inArray(m(e).val(),t)>=0}},h.checkOn||(m.valHooks[this].get=function(e){return null===e.getAttribute("value")?"on":e.value})})),m.each("blur focus focusin focusout load resize scroll unload click dblclick mousedown mouseup mousemove mouseover mouseout mouseenter mouseleave change select submit keydown keypress keyup error contextmenu".split(" "),(function(e,t){m.fn[t]=function(e,n){return arguments.length>0?this.on(t,null,e,n):this.trigger(t)}})),m.fn.extend({hover:function(e,t){return this.mouseenter(e).mouseleave(t||e)},bind:function(e,t,n){return this.on(e,null,t,n)},unbind:function(e,t){return this.off(e,null,t)},delegate:function(e,t,n,r){return this.on(t,e,n,r)},undelegate:function(e,t,n){return 1===arguments.length?this.off(e,"**"):this.off(t,e||"**",n)}});var Qe=m.now(),et=/\?/;m.parseJSON=function(e){return JSON.parse(e+"")},m.parseXML=function(e){var t;if(!e||"string"!=typeof e)return null;try{t=(new DOMParser).parseFromString(e,"text/xml")}catch(e){t=void 0}return t&&!t.getElementsByTagName("parsererror").length||m.error("Invalid XML: "+e),t};var tt=/#.*$/,nt=/([?&])_=[^&]*/,rt=/^(.*?):[ \t]*([^\r\n]*)$/gm,it=/^(?:GET|HEAD)$/,at=/^\/\//,ot=/^([\w.+-]+:)(?:\/\/(?:[^\/?#]*@|)([^\/?#:]*)(?::(\d+)|)|)/,st={},ut={},ct="*/".concat("*"),lt=n.location.href,dt=ot.exec(lt.toLowerCase())||[];function ft(e){return function(t,n){"string"!=typeof t&&(n=t,t="*");var r,i=0,a=t.toLowerCase().match(j)||[];if(m.isFunction(n))for(;r=a[i++];)"+"===r[0]?(r=r.slice(1)||"*",(e[r]=e[r]||[]).unshift(n)):(e[r]=e[r]||[]).push(n)}}function ht(e,t,n,r){var i={},a=e===ut;function o(s){var u;return i[s]=!0,m.each(e[s]||[],(function(e,s){var c=s(t,n,r);return"string"!=typeof c||a||i[c]?a?!(u=c):void 0:(t.dataTypes.unshift(c),o(c),!1)})),u}return o(t.dataTypes[0])||!i["*"]&&o("*")}function pt(e,t){var n,r,i=m.ajaxSettings.flatOptions||{};for(n in t)void 0!==t[n]&&((i[n]?e:r||(r={}))[n]=t[n]);return r&&m.extend(!0,e,r),e}m.extend({active:0,lastModified:{},etag:{},ajaxSettings:{url:lt,type:"GET",isLocal:/^(?:about|app|app-storage|.+-extension|file|res|widget):$/.test(dt[1]),global:!0,processData:!0,async:!0,contentType:"application/x-www-form-urlencoded; charset=UTF-8",accepts:{"*":ct,text:"text/plain",html:"text/html",xml:"application/xml, text/xml",json:"application/json, text/javascript"},contents:{xml:/xml/,html:/html/,json:/json/},responseFields:{xml:"responseXML",text:"responseText",json:"responseJSON"},converters:{"* text":String,"text html":!0,"text json":m.parseJSON,"text xml":m.parseXML},flatOptions:{url:!0,context:!0}},ajaxSetup:function(e,t){return t?pt(pt(e,m.ajaxSettings),t):pt(m.ajaxSettings,e)},ajaxPrefilter:ft(st),ajaxTransport:ft(ut),ajax:function(e,t){"object"==typeof e&&(t=e,e=void 0),t=t||{};var n,r,i,a,o,s,u,c,l=m.ajaxSetup({},t),d=l.context||l,f=l.context&&(d.nodeType||d.jquery)?m(d):m.event,h=m.Deferred(),p=m.Callbacks("once memory"),_=l.statusCode||{},y={},v={},g=0,M="canceled",L={readyState:0,getResponseHeader:function(e){var t;if(2===g){if(!a)for(a={};t=rt.exec(i);)a[t[1].toLowerCase()]=t[2];t=a[e.toLowerCase()]}return null==t?null:t},getAllResponseHeaders:function(){return 2===g?i:null},setRequestHeader:function(e,t){var n=e.toLowerCase();return g||(e=v[n]=v[n]||e,y[e]=t),this},overrideMimeType:function(e){return g||(l.mimeType=e),this},statusCode:function(e){var t;if(e)if(g<2)for(t in e)_[t]=[_[t],e[t]];else L.always(e[L.status]);return this},abort:function(e){var t=e||M;return n&&n.abort(t),w(0,t),this}};if(h.promise(L).complete=p.add,L.success=L.done,L.error=L.fail,l.url=((e||l.url||lt)+"").replace(tt,"").replace(at,dt[1]+"//"),l.type=t.method||t.type||l.method||l.type,l.dataTypes=m.trim(l.dataType||"*").toLowerCase().match(j)||[""],null==l.crossDomain&&(s=ot.exec(l.url.toLowerCase()),l.crossDomain=!(!s||s[1]===dt[1]&&s[2]===dt[2]&&(s[3]||("http:"===s[1]?"80":"443"))===(dt[3]||("http:"===dt[1]?"80":"443")))),l.data&&l.processData&&"string"!=typeof l.data&&(l.data=m.param(l.data,l.traditional)),ht(st,l,t,L),2===g)return L;for(c in(u=m.event&&l.global)&&0==m.active++&&m.event.trigger("ajaxStart"),l.type=l.type.toUpperCase(),l.hasContent=!it.test(l.type),r=l.url,l.hasContent||(l.data&&(r=l.url+=(et.test(r)?"&":"?")+l.data,delete l.data),!1===l.cache&&(l.url=nt.test(r)?r.replace(nt,"$1_="+Qe++):r+(et.test(r)?"&":"?")+"_="+Qe++)),l.ifModified&&(m.lastModified[r]&&L.setRequestHeader("If-Modified-Since",m.lastModified[r]),m.etag[r]&&L.setRequestHeader("If-None-Match",m.etag[r])),(l.data&&l.hasContent&&!1!==l.contentType||t.contentType)&&L.setRequestHeader("Content-Type",l.contentType),L.setRequestHeader("Accept",l.dataTypes[0]&&l.accepts[l.dataTypes[0]]?l.accepts[l.dataTypes[0]]+("*"!==l.dataTypes[0]?", "+ct+"; q=0.01":""):l.accepts["*"]),l.headers)L.setRequestHeader(c,l.headers[c]);if(l.beforeSend&&(!1===l.beforeSend.call(d,L,l)||2===g))return L.abort();for(c in M="abort",{success:1,error:1,complete:1})L[c](l[c]);if(n=ht(ut,l,t,L)){L.readyState=1,u&&f.trigger("ajaxSend",[L,l]),l.async&&l.timeout>0&&(o=setTimeout((function(){L.abort("timeout")}),l.timeout));try{g=1,n.send(y,w)}catch(e){if(!(g<2))throw e;w(-1,e)}}else w(-1,"No Transport");function w(e,t,a,s){var c,y,v,M,w,b=t;2!==g&&(g=2,o&&clearTimeout(o),n=void 0,i=s||"",L.readyState=e>0?4:0,c=e>=200&&e<300||304===e,a&&(M=function(e,t,n){for(var r,i,a,o,s=e.contents,u=e.dataTypes;"*"===u[0];)u.shift(),void 0===r&&(r=e.mimeType||t.getResponseHeader("Content-Type"));if(r)for(i in s)if(s[i]&&s[i].test(r)){u.unshift(i);break}if(u[0]in n)a=u[0];else{for(i in n){if(!u[0]||e.converters[i+" "+u[0]]){a=i;break}o||(o=i)}a=a||o}if(a)return a!==u[0]&&u.unshift(a),n[a]}(l,L,a)),M=function(e,t,n,r){var i,a,o,s,u,c={},l=e.dataTypes.slice();if(l[1])for(o in e.converters)c[o.toLowerCase()]=e.converters[o];for(a=l.shift();a;)if(e.responseFields[a]&&(n[e.responseFields[a]]=t),!u&&r&&e.dataFilter&&(t=e.dataFilter(t,e.dataType)),u=a,a=l.shift())if("*"===a)a=u;else if("*"!==u&&u!==a){if(!(o=c[u+" "+a]||c["* "+a]))for(i in c)if((s=i.split(" "))[1]===a&&(o=c[u+" "+s[0]]||c["* "+s[0]])){!0===o?o=c[i]:!0!==c[i]&&(a=s[0],l.unshift(s[1]));break}if(!0!==o)if(o&&e.throws)t=o(t);else try{t=o(t)}catch(e){return{state:"parsererror",error:o?e:"No conversion from "+u+" to "+a}}}return{state:"success",data:t}}(l,M,L,c),c?(l.ifModified&&((w=L.getResponseHeader("Last-Modified"))&&(m.lastModified[r]=w),(w=L.getResponseHeader("etag"))&&(m.etag[r]=w)),204===e||"HEAD"===l.type?b="nocontent":304===e?b="notmodified":(b=M.state,y=M.data,c=!(v=M.error))):(v=b,!e&&b||(b="error",e<0&&(e=0))),L.status=e,L.statusText=(t||b)+"",c?h.resolveWith(d,[y,b,L]):h.rejectWith(d,[L,b,v]),L.statusCode(_),_=void 0,u&&f.trigger(c?"ajaxSuccess":"ajaxError",[L,l,c?y:v]),p.fireWith(d,[L,b]),u&&(f.trigger("ajaxComplete",[L,l]),--m.active||m.event.trigger("ajaxStop")))}return L},getJSON:function(e,t,n){return m.get(e,t,n,"json")},getScript:function(e,t){return m.get(e,void 0,t,"script")}}),m.each(["get","post"],(function(e,t){m[t]=function(e,n,r,i){return m.isFunction(n)&&(i=i||r,r=n,n=void 0),m.ajax({url:e,type:t,dataType:i,data:n,success:r})}})),m._evalUrl=function(e){return m.ajax({url:e,type:"GET",dataType:"script",async:!1,global:!1,throws:!0})},m.fn.extend({wrapAll:function(e){var t;return m.isFunction(e)?this.each((function(t){m(this).wrapAll(e.call(this,t))})):(this[0]&&(t=m(e,this[0].ownerDocument).eq(0).clone(!0),this[0].parentNode&&t.insertBefore(this[0]),t.map((function(){for(var e=this;e.firstElementChild;)e=e.firstElementChild;return e})).append(this)),this)},wrapInner:function(e){return m.isFunction(e)?this.each((function(t){m(this).wrapInner(e.call(this,t))})):this.each((function(){var t=m(this),n=t.contents();n.length?n.wrapAll(e):t.append(e)}))},wrap:function(e){var t=m.isFunction(e);return this.each((function(n){m(this).wrapAll(t?e.call(this,n):e)}))},unwrap:function(){return this.parent().each((function(){m.nodeName(this,"body")||m(this).replaceWith(this.childNodes)})).end()}}),m.expr.filters.hidden=function(e){return e.offsetWidth<=0&&e.offsetHeight<=0},m.expr.filters.visible=function(e){return!m.expr.filters.hidden(e)};var mt=/%20/g,_t=/\[\]$/,yt=/\r?\n/g,vt=/^(?:submit|button|image|reset|file)$/i,gt=/^(?:input|select|textarea|keygen)/i;function Mt(e,t,n,r){var i;if(m.isArray(t))m.each(t,(function(t,i){n||_t.test(e)?r(e,i):Mt(e+"["+("object"==typeof i?t:"")+"]",i,n,r)}));else if(n||"object"!==m.type(t))r(e,t);else for(i in t)Mt(e+"["+i+"]",t[i],n,r)}m.param=function(e,t){var n,r=[],i=function(e,t){t=m.isFunction(t)?t():null==t?"":t,r[r.length]=encodeURIComponent(e)+"="+encodeURIComponent(t)};if(void 0===t&&(t=m.ajaxSettings&&m.ajaxSettings.traditional),m.isArray(e)||e.jquery&&!m.isPlainObject(e))m.each(e,(function(){i(this.name,this.value)}));else for(n in e)Mt(n,e[n],t,i);return r.join("&").replace(mt,"+")},m.fn.extend({serialize:function(){return m.param(this.serializeArray())},serializeArray:function(){return this.map((function(){var e=m.prop(this,"elements");return e?m.makeArray(e):this})).filter((function(){var e=this.type;return this.name&&!m(this).is(":disabled")&&gt.test(this.nodeName)&&!vt.test(e)&&(this.checked||!J.test(e))})).map((function(e,t){var n=m(this).val();return null==n?null:m.isArray(n)?m.map(n,(function(e){return{name:t.name,value:e.replace(yt,"\r\n")}})):{name:t.name,value:n.replace(yt,"\r\n")}})).get()}}),m.ajaxSettings.xhr=function(){try{return new XMLHttpRequest}catch(e){}};var Lt=0,wt={},bt={0:200,1223:204},kt=m.ajaxSettings.xhr();n.attachEvent&&n.attachEvent("onunload",(function(){for(var e in wt)wt[e]()})),h.cors=!!kt&&"withCredentials"in kt,h.ajax=kt=!!kt,m.ajaxTransport((function(e){var t;if(h.cors||kt&&!e.crossDomain)return{send:function(n,r){var i,a=e.xhr(),o=++Lt;if(a.open(e.type,e.url,e.async,e.username,e.password),e.xhrFields)for(i in e.xhrFields)a[i]=e.xhrFields[i];for(i in e.mimeType&&a.overrideMimeType&&a.overrideMimeType(e.mimeType),e.crossDomain||n["X-Requested-With"]||(n["X-Requested-With"]="XMLHttpRequest"),n)a.setRequestHeader(i,n[i]);t=function(e){return function(){t&&(delete wt[o],t=a.onload=a.onerror=null,"abort"===e?a.abort():"error"===e?r(a.status,a.statusText):r(bt[a.status]||a.status,a.statusText,"string"==typeof a.responseText?{text:a.responseText}:void 0,a.getAllResponseHeaders()))}},a.onload=t(),a.onerror=t("error"),t=wt[o]=t("abort");try{a.send(e.hasContent&&e.data||null)}catch(e){if(t)throw e}},abort:function(){t&&t()}}})),m.ajaxSetup({accepts:{script:"text/javascript, application/javascript, application/ecmascript, application/x-ecmascript"},contents:{script:/(?:java|ecma)script/},converters:{"text script":function(e){return m.globalEval(e),e}}}),m.ajaxPrefilter("script",(function(e){void 0===e.cache&&(e.cache=!1),e.crossDomain&&(e.type="GET")})),m.ajaxTransport("script",(function(e){var t,n;if(e.crossDomain)return{send:function(r,i){t=m("<script>").prop({async:!0,charset:e.scriptCharset,src:e.url}).on("load error",n=function(e){t.remove(),n=null,e&&i("error"===e.type?404:200,e.type)}),p.head.appendChild(t[0])},abort:function(){n&&n()}}}));var Yt=[],Tt=/(=)\?(?=&|$)|\?\?/;m.ajaxSetup({jsonp:"callback",jsonpCallback:function(){var e=Yt.pop()||m.expando+"_"+Qe++;return this[e]=!0,e}}),m.ajaxPrefilter("json jsonp",(function(e,t,r){var i,a,o,s=!1!==e.jsonp&&(Tt.test(e.url)?"url":"string"==typeof e.data&&!(e.contentType||"").indexOf("application/x-www-form-urlencoded")&&Tt.test(e.data)&&"data");if(s||"jsonp"===e.dataTypes[0])return i=e.jsonpCallback=m.isFunction(e.jsonpCallback)?e.jsonpCallback():e.jsonpCallback,s?e[s]=e[s].replace(Tt,"$1"+i):!1!==e.jsonp&&(e.url+=(et.test(e.url)?"&":"?")+e.jsonp+"="+i),e.converters["script json"]=function(){return o||m.error(i+" was not called"),o[0]},e.dataTypes[0]="json",a=n[i],n[i]=function(){o=arguments},r.always((function(){n[i]=a,e[i]&&(e.jsonpCallback=t.jsonpCallback,Yt.push(i)),o&&m.isFunction(a)&&a(o[0]),o=a=void 0})),"script"})),m.parseHTML=function(e,t,n){if(!e||"string"!=typeof e)return null;"boolean"==typeof t&&(n=t,t=!1),t=t||p;var r=b.exec(e),i=!n&&[];return r?[t.createElement(r[1])]:(r=m.buildFragment([e],t,i),i&&i.length&&m(i).remove(),m.merge([],r.childNodes))};var xt=m.fn.load;m.fn.load=function(e,t,n){if("string"!=typeof e&&xt)return xt.apply(this,arguments);var r,i,a,o=this,s=e.indexOf(" ");return s>=0&&(r=m.trim(e.slice(s)),e=e.slice(0,s)),m.isFunction(t)?(n=t,t=void 0):t&&"object"==typeof t&&(i="POST"),o.length>0&&m.ajax({url:e,type:i,dataType:"html",data:t}).done((function(e){a=arguments,o.html(r?m("<div>").append(m.parseHTML(e)).find(r):e)})).complete(n&&function(e,t){o.each(n,a||[e.responseText,t,e])}),this},m.each(["ajaxStart","ajaxStop","ajaxComplete","ajaxError","ajaxSuccess","ajaxSend"],(function(e,t){m.fn[t]=function(e){return this.on(t,e)}})),m.expr.filters.animated=function(e){return m.grep(m.timers,(function(t){return e===t.elem})).length};var Dt=n.document.documentElement;function St(e){return m.isWindow(e)?e:9===e.nodeType&&e.defaultView}m.offset={setOffset:function(e,t,n){var r,i,a,o,s,u,c=m.css(e,"position"),l=m(e),d={};"static"===c&&(e.style.position="relative"),s=l.offset(),a=m.css(e,"top"),u=m.css(e,"left"),("absolute"===c||"fixed"===c)&&(a+u).indexOf("auto")>-1?(o=(r=l.position()).top,i=r.left):(o=parseFloat(a)||0,i=parseFloat(u)||0),m.isFunction(t)&&(t=t.call(e,n,s)),null!=t.top&&(d.top=t.top-s.top+o),null!=t.left&&(d.left=t.left-s.left+i),"using"in t?t.using.call(e,d):l.css(d)}},m.fn.extend({offset:function(e){if(arguments.length)return void 0===e?this:this.each((function(t){m.offset.setOffset(this,e,t)}));var t,n,r=this[0],i={top:0,left:0},a=r&&r.ownerDocument;return a?(t=a.documentElement,m.contains(t,r)?(void 0!==r.getBoundingClientRect&&(i=r.getBoundingClientRect()),n=St(a),{top:i.top+n.pageYOffset-t.clientTop,left:i.left+n.pageXOffset-t.clientLeft}):i):void 0},position:function(){if(this[0]){var e,t,n=this[0],r={top:0,left:0};return"fixed"===m.css(n,"position")?t=n.getBoundingClientRect():(e=this.offsetParent(),t=this.offset(),m.nodeName(e[0],"html")||(r=e.offset()),r.top+=m.css(e[0],"borderTopWidth",!0),r.left+=m.css(e[0],"borderLeftWidth",!0)),{top:t.top-r.top-m.css(n,"marginTop",!0),left:t.left-r.left-m.css(n,"marginLeft",!0)}}},offsetParent:function(){return this.map((function(){for(var e=this.offsetParent||Dt;e&&!m.nodeName(e,"html")&&"static"===m.css(e,"position");)e=e.offsetParent;return e||Dt}))}}),m.each({scrollLeft:"pageXOffset",scrollTop:"pageYOffset"},(function(e,t){var r="pageYOffset"===t;m.fn[e]=function(i){return H(this,(function(e,i,a){var o=St(e);if(void 0===a)return o?o[t]:e[i];o?o.scrollTo(r?n.pageXOffset:a,r?a:n.pageYOffset):e[i]=a}),e,i,arguments.length,null)}})),m.each(["top","left"],(function(e,t){m.cssHooks[t]=ke(h.pixelPosition,(function(e,n){if(n)return n=be(e,t),Le.test(n)?m(e).position()[t]+"px":n}))})),m.each({Height:"height",Width:"width"},(function(e,t){m.each({padding:"inner"+e,content:t,"":"outer"+e},(function(n,r){m.fn[r]=function(r,i){var a=arguments.length&&(n||"boolean"!=typeof r),o=n||(!0===r||!0===i?"margin":"border");return H(this,(function(t,n,r){var i;return m.isWindow(t)?t.document.documentElement["client"+e]:9===t.nodeType?(i=t.documentElement,Math.max(t.body["scroll"+e],i["scroll"+e],t.body["offset"+e],i["offset"+e],i["client"+e])):void 0===r?m.css(t,n,o):m.style(t,n,r,o)}),t,a?r:void 0,a,null)}}))})),m.fn.size=function(){return this.length},m.fn.andSelf=m.fn.addBack,void 0===(r=function(){return m}.apply(t,[]))||(e.exports=r);var Et=n.jQuery,Ot=n.$;return m.noConflict=function(e){return n.$===m&&(n.$=Ot),e&&n.jQuery===m&&(n.jQuery=Et),m},void 0===i&&(n.jQuery=n.$=m),m},"object"==typeof e.exports?e.exports=i.document?a(i,!0):function(e){if(!e.document)throw new Error("jQuery requires a window with a document");return a(e)}:a(i)},function(e,t,n){(function(e){e.exports=function(){"use strict";var t,r;function i(){return t.apply(null,arguments)}function a(e){return e instanceof Array||"[object Array]"===Object.prototype.toString.call(e)}function o(e){return null!=e&&"[object Object]"===Object.prototype.toString.call(e)}function s(e){return void 0===e}function u(e){return"number"==typeof e||"[object Number]"===Object.prototype.toString.call(e)}function c(e){return e instanceof Date||"[object Date]"===Object.prototype.toString.call(e)}function l(e,t){var n,r=[];for(n=0;n<e.length;++n)r.push(t(e[n],n));return r}function d(e,t){return Object.prototype.hasOwnProperty.call(e,t)}function f(e,t){for(var n in t)d(t,n)&&(e[n]=t[n]);return d(t,"toString")&&(e.toString=t.toString),d(t,"valueOf")&&(e.valueOf=t.valueOf),e}function h(e,t,n,r){return kt(e,t,n,r,!0).utc()}function p(e){return null==e._pf&&(e._pf={empty:!1,unusedTokens:[],unusedInput:[],overflow:-2,charsLeftOver:0,nullInput:!1,invalidMonth:null,invalidFormat:!1,userInvalidated:!1,iso:!1,parsedDateParts:[],meridiem:null,rfc2822:!1,weekdayMismatch:!1}),e._pf}function m(e){if(null==e._isValid){var t=p(e),n=r.call(t.parsedDateParts,(function(e){return null!=e})),i=!isNaN(e._d.getTime())&&t.overflow<0&&!t.empty&&!t.invalidMonth&&!t.invalidWeekday&&!t.weekdayMismatch&&!t.nullInput&&!t.invalidFormat&&!t.userInvalidated&&(!t.meridiem||t.meridiem&&n);if(e._strict&&(i=i&&0===t.charsLeftOver&&0===t.unusedTokens.length&&void 0===t.bigHour),null!=Object.isFrozen&&Object.isFrozen(e))return i;e._isValid=i}return e._isValid}function _(e){var t=h(NaN);return null!=e?f(p(t),e):p(t).userInvalidated=!0,t}r=Array.prototype.some?Array.prototype.some:function(e){for(var t=Object(this),n=t.length>>>0,r=0;r<n;r++)if(r in t&&e.call(this,t[r],r,t))return!0;return!1};var y=i.momentProperties=[];function v(e,t){var n,r,i;if(s(t._isAMomentObject)||(e._isAMomentObject=t._isAMomentObject),s(t._i)||(e._i=t._i),s(t._f)||(e._f=t._f),s(t._l)||(e._l=t._l),s(t._strict)||(e._strict=t._strict),s(t._tzm)||(e._tzm=t._tzm),s(t._isUTC)||(e._isUTC=t._isUTC),s(t._offset)||(e._offset=t._offset),s(t._pf)||(e._pf=p(t)),s(t._locale)||(e._locale=t._locale),y.length>0)for(n=0;n<y.length;n++)s(i=t[r=y[n]])||(e[r]=i);return e}var g=!1;function M(e){v(this,e),this._d=new Date(null!=e._d?e._d.getTime():NaN),this.isValid()||(this._d=new Date(NaN)),!1===g&&(g=!0,i.updateOffset(this),g=!1)}function L(e){return e instanceof M||null!=e&&null!=e._isAMomentObject}function w(e){return e<0?Math.ceil(e)||0:Math.floor(e)}function b(e){var t=+e,n=0;return 0!==t&&isFinite(t)&&(n=w(t)),n}function k(e,t,n){var r,i=Math.min(e.length,t.length),a=Math.abs(e.length-t.length),o=0;for(r=0;r<i;r++)(n&&e[r]!==t[r]||!n&&b(e[r])!==b(t[r]))&&o++;return o+a}function Y(e){!1===i.suppressDeprecationWarnings&&"undefined"!=typeof console&&console.warn&&console.warn("Deprecation warning: "+e)}function T(e,t){var n=!0;return f((function(){if(null!=i.deprecationHandler&&i.deprecationHandler(null,e),n){for(var r,a=[],o=0;o<arguments.length;o++){if(r="","object"==typeof arguments[o]){for(var s in r+="\n["+o+"] ",arguments[0])r+=s+": "+arguments[0][s]+", ";r=r.slice(0,-2)}else r=arguments[o];a.push(r)}Y(e+"\nArguments: "+Array.prototype.slice.call(a).join("")+"\n"+(new Error).stack),n=!1}return t.apply(this,arguments)}),t)}var x,D={};function S(e,t){null!=i.deprecationHandler&&i.deprecationHandler(e,t),D[e]||(Y(t),D[e]=!0)}function E(e){return e instanceof Function||"[object Function]"===Object.prototype.toString.call(e)}function O(e,t){var n,r=f({},e);for(n in t)d(t,n)&&(o(e[n])&&o(t[n])?(r[n]={},f(r[n],e[n]),f(r[n],t[n])):null!=t[n]?r[n]=t[n]:delete r[n]);for(n in e)d(e,n)&&!d(t,n)&&o(e[n])&&(r[n]=f({},r[n]));return r}function j(e){null!=e&&this.set(e)}i.suppressDeprecationWarnings=!1,i.deprecationHandler=null,x=Object.keys?Object.keys:function(e){var t,n=[];for(t in e)d(e,t)&&n.push(t);return n};var A={};function P(e,t){var n=e.toLowerCase();A[n]=A[n+"s"]=A[t]=e}function H(e){return"string"==typeof e?A[e]||A[e.toLowerCase()]:void 0}function C(e){var t,n,r={};for(n in e)d(e,n)&&(t=H(n))&&(r[t]=e[n]);return r}var N={};function I(e,t){N[e]=t}function R(e,t,n){var r=""+Math.abs(e),i=t-r.length;return(e>=0?n?"+":"":"-")+Math.pow(10,Math.max(0,i)).toString().substr(1)+r}var F=/(\[[^\[]*\])|(\\)?([Hh]mm(ss)?|Mo|MM?M?M?|Do|DDDo|DD?D?D?|ddd?d?|do?|w[o|w]?|W[o|W]?|Qo?|YYYYYY|YYYYY|YYYY|YY|gg(ggg?)?|GG(GGG?)?|e|E|a|A|hh?|HH?|kk?|mm?|ss?|S{1,9}|x|X|zz?|ZZ?|.)/g,W=/(\[[^\[]*\])|(\\)?(LTS|LT|LL?L?L?|l{1,4})/g,$={},z={};function U(e,t,n,r){var i=r;"string"==typeof r&&(i=function(){return this[r]()}),e&&(z[e]=i),t&&(z[t[0]]=function(){return R(i.apply(this,arguments),t[1],t[2])}),n&&(z[n]=function(){return this.localeData().ordinal(i.apply(this,arguments),e)})}function B(e,t){return e.isValid()?(t=q(t,e.localeData()),$[t]=$[t]||function(e){var t,n,r,i=e.match(F);for(t=0,n=i.length;t<n;t++)z[i[t]]?i[t]=z[i[t]]:i[t]=(r=i[t]).match(/\[[\s\S]/)?r.replace(/^\[|\]$/g,""):r.replace(/\\/g,"");return function(t){var r,a="";for(r=0;r<n;r++)a+=E(i[r])?i[r].call(t,e):i[r];return a}}(t),$[t](e)):e.localeData().invalidDate()}function q(e,t){var n=5;function r(e){return t.longDateFormat(e)||e}for(W.lastIndex=0;n>=0&&W.test(e);)e=e.replace(W,r),W.lastIndex=0,n-=1;return e}var J=/\d/,G=/\d\d/,V=/\d{3}/,K=/\d{4}/,X=/[+-]?\d{6}/,Z=/\d\d?/,Q=/\d\d\d\d?/,ee=/\d\d\d\d\d\d?/,te=/\d{1,3}/,ne=/\d{1,4}/,re=/[+-]?\d{1,6}/,ie=/\d+/,ae=/[+-]?\d+/,oe=/Z|[+-]\d\d:?\d\d/gi,se=/Z|[+-]\d\d(?::?\d\d)?/gi,ue=/[0-9]{0,256}['a-z\u00A0-\u05FF\u0700-\uD7FF\uF900-\uFDCF\uFDF0-\uFF07\uFF10-\uFFEF]{1,256}|[\u0600-\u06FF\/]{1,256}(\s*?[\u0600-\u06FF]{1,256}){1,2}/i,ce={};function le(e,t,n){ce[e]=E(t)?t:function(e,r){return e&&n?n:t}}function de(e,t){return d(ce,e)?ce[e](t._strict,t._locale):new RegExp(fe(e.replace("\\","").replace(/\\(\[)|\\(\])|\[([^\]\[]*)\]|\\(.)/g,(function(e,t,n,r,i){return t||n||r||i}))))}function fe(e){return e.replace(/[-\/\\^$*+?.()|[\]{}]/g,"\\$&")}var he={};function pe(e,t){var n,r=t;for("string"==typeof e&&(e=[e]),u(t)&&(r=function(e,n){n[t]=b(e)}),n=0;n<e.length;n++)he[e[n]]=r}function me(e,t){pe(e,(function(e,n,r,i){r._w=r._w||{},t(e,r._w,r,i)}))}function _e(e,t,n){null!=t&&d(he,e)&&he[e](t,n._a,n,e)}function ye(e){return ve(e)?366:365}function ve(e){return e%4==0&&e%100!=0||e%400==0}U("Y",0,0,(function(){var e=this.year();return e<=9999?""+e:"+"+e})),U(0,["YY",2],0,(function(){return this.year()%100})),U(0,["YYYY",4],0,"year"),U(0,["YYYYY",5],0,"year"),U(0,["YYYYYY",6,!0],0,"year"),P("year","y"),I("year",1),le("Y",ae),le("YY",Z,G),le("YYYY",ne,K),le("YYYYY",re,X),le("YYYYYY",re,X),pe(["YYYYY","YYYYYY"],0),pe("YYYY",(function(e,t){t[0]=2===e.length?i.parseTwoDigitYear(e):b(e)})),pe("YY",(function(e,t){t[0]=i.parseTwoDigitYear(e)})),pe("Y",(function(e,t){t[0]=parseInt(e,10)})),i.parseTwoDigitYear=function(e){return b(e)+(b(e)>68?1900:2e3)};var ge,Me=Le("FullYear",!0);function Le(e,t){return function(n){return null!=n?(be(this,e,n),i.updateOffset(this,t),this):we(this,e)}}function we(e,t){return e.isValid()?e._d["get"+(e._isUTC?"UTC":"")+t]():NaN}function be(e,t,n){e.isValid()&&!isNaN(n)&&("FullYear"===t&&ve(e.year())&&1===e.month()&&29===e.date()?e._d["set"+(e._isUTC?"UTC":"")+t](n,e.month(),ke(n,e.month())):e._d["set"+(e._isUTC?"UTC":"")+t](n))}function ke(e,t){if(isNaN(e)||isNaN(t))return NaN;var n=function(e,t){return(e%t+t)%t}(t,12);return e+=(t-n)/12,1===n?ve(e)?29:28:31-n%7%2}ge=Array.prototype.indexOf?Array.prototype.indexOf:function(e){var t;for(t=0;t<this.length;++t)if(this[t]===e)return t;return-1},U("M",["MM",2],"Mo",(function(){return this.month()+1})),U("MMM",0,0,(function(e){return this.localeData().monthsShort(this,e)})),U("MMMM",0,0,(function(e){return this.localeData().months(this,e)})),P("month","M"),I("month",8),le("M",Z),le("MM",Z,G),le("MMM",(function(e,t){return t.monthsShortRegex(e)})),le("MMMM",(function(e,t){return t.monthsRegex(e)})),pe(["M","MM"],(function(e,t){t[1]=b(e)-1})),pe(["MMM","MMMM"],(function(e,t,n,r){var i=n._locale.monthsParse(e,r,n._strict);null!=i?t[1]=i:p(n).invalidMonth=e}));var Ye=/D[oD]?(\[[^\[\]]*\]|\s)+MMMM?/,Te="January_February_March_April_May_June_July_August_September_October_November_December".split("_"),xe="Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec".split("_");function De(e,t,n){var r,i,a,o=e.toLocaleLowerCase();if(!this._monthsParse)for(this._monthsParse=[],this._longMonthsParse=[],this._shortMonthsParse=[],r=0;r<12;++r)a=h([2e3,r]),this._shortMonthsParse[r]=this.monthsShort(a,"").toLocaleLowerCase(),this._longMonthsParse[r]=this.months(a,"").toLocaleLowerCase();return n?"MMM"===t?-1!==(i=ge.call(this._shortMonthsParse,o))?i:null:-1!==(i=ge.call(this._longMonthsParse,o))?i:null:"MMM"===t?-1!==(i=ge.call(this._shortMonthsParse,o))||-1!==(i=ge.call(this._longMonthsParse,o))?i:null:-1!==(i=ge.call(this._longMonthsParse,o))||-1!==(i=ge.call(this._shortMonthsParse,o))?i:null}function Se(e,t){var n;if(!e.isValid())return e;if("string"==typeof t)if(/^\d+$/.test(t))t=b(t);else if(!u(t=e.localeData().monthsParse(t)))return e;return n=Math.min(e.date(),ke(e.year(),t)),e._d["set"+(e._isUTC?"UTC":"")+"Month"](t,n),e}function Ee(e){return null!=e?(Se(this,e),i.updateOffset(this,!0),this):we(this,"Month")}var Oe=ue,je=ue;function Ae(){function e(e,t){return t.length-e.length}var t,n,r=[],i=[],a=[];for(t=0;t<12;t++)n=h([2e3,t]),r.push(this.monthsShort(n,"")),i.push(this.months(n,"")),a.push(this.months(n,"")),a.push(this.monthsShort(n,""));for(r.sort(e),i.sort(e),a.sort(e),t=0;t<12;t++)r[t]=fe(r[t]),i[t]=fe(i[t]);for(t=0;t<24;t++)a[t]=fe(a[t]);this._monthsRegex=new RegExp("^("+a.join("|")+")","i"),this._monthsShortRegex=this._monthsRegex,this._monthsStrictRegex=new RegExp("^("+i.join("|")+")","i"),this._monthsShortStrictRegex=new RegExp("^("+r.join("|")+")","i")}function Pe(e,t,n,r,i,a,o){var s;return e<100&&e>=0?(s=new Date(e+400,t,n,r,i,a,o),isFinite(s.getFullYear())&&s.setFullYear(e)):s=new Date(e,t,n,r,i,a,o),s}function He(e){var t;if(e<100&&e>=0){var n=Array.prototype.slice.call(arguments);n[0]=e+400,t=new Date(Date.UTC.apply(null,n)),isFinite(t.getUTCFullYear())&&t.setUTCFullYear(e)}else t=new Date(Date.UTC.apply(null,arguments));return t}function Ce(e,t,n){var r=7+t-n;return-(7+He(e,0,r).getUTCDay()-t)%7+r-1}function Ne(e,t,n,r,i){var a,o,s=1+7*(t-1)+(7+n-r)%7+Ce(e,r,i);return s<=0?o=ye(a=e-1)+s:s>ye(e)?(a=e+1,o=s-ye(e)):(a=e,o=s),{year:a,dayOfYear:o}}function Ie(e,t,n){var r,i,a=Ce(e.year(),t,n),o=Math.floor((e.dayOfYear()-a-1)/7)+1;return o<1?r=o+Re(i=e.year()-1,t,n):o>Re(e.year(),t,n)?(r=o-Re(e.year(),t,n),i=e.year()+1):(i=e.year(),r=o),{week:r,year:i}}function Re(e,t,n){var r=Ce(e,t,n),i=Ce(e+1,t,n);return(ye(e)-r+i)/7}function Fe(e,t){return e.slice(t,7).concat(e.slice(0,t))}U("w",["ww",2],"wo","week"),U("W",["WW",2],"Wo","isoWeek"),P("week","w"),P("isoWeek","W"),I("week",5),I("isoWeek",5),le("w",Z),le("ww",Z,G),le("W",Z),le("WW",Z,G),me(["w","ww","W","WW"],(function(e,t,n,r){t[r.substr(0,1)]=b(e)})),U("d",0,"do","day"),U("dd",0,0,(function(e){return this.localeData().weekdaysMin(this,e)})),U("ddd",0,0,(function(e){return this.localeData().weekdaysShort(this,e)})),U("dddd",0,0,(function(e){return this.localeData().weekdays(this,e)})),U("e",0,0,"weekday"),U("E",0,0,"isoWeekday"),P("day","d"),P("weekday","e"),P("isoWeekday","E"),I("day",11),I("weekday",11),I("isoWeekday",11),le("d",Z),le("e",Z),le("E",Z),le("dd",(function(e,t){return t.weekdaysMinRegex(e)})),le("ddd",(function(e,t){return t.weekdaysShortRegex(e)})),le("dddd",(function(e,t){return t.weekdaysRegex(e)})),me(["dd","ddd","dddd"],(function(e,t,n,r){var i=n._locale.weekdaysParse(e,r,n._strict);null!=i?t.d=i:p(n).invalidWeekday=e})),me(["d","e","E"],(function(e,t,n,r){t[r]=b(e)}));var We="Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),$e="Sun_Mon_Tue_Wed_Thu_Fri_Sat".split("_"),ze="Su_Mo_Tu_We_Th_Fr_Sa".split("_");function Ue(e,t,n){var r,i,a,o=e.toLocaleLowerCase();if(!this._weekdaysParse)for(this._weekdaysParse=[],this._shortWeekdaysParse=[],this._minWeekdaysParse=[],r=0;r<7;++r)a=h([2e3,1]).day(r),this._minWeekdaysParse[r]=this.weekdaysMin(a,"").toLocaleLowerCase(),this._shortWeekdaysParse[r]=this.weekdaysShort(a,"").toLocaleLowerCase(),this._weekdaysParse[r]=this.weekdays(a,"").toLocaleLowerCase();return n?"dddd"===t?-1!==(i=ge.call(this._weekdaysParse,o))?i:null:"ddd"===t?-1!==(i=ge.call(this._shortWeekdaysParse,o))?i:null:-1!==(i=ge.call(this._minWeekdaysParse,o))?i:null:"dddd"===t?-1!==(i=ge.call(this._weekdaysParse,o))||-1!==(i=ge.call(this._shortWeekdaysParse,o))||-1!==(i=ge.call(this._minWeekdaysParse,o))?i:null:"ddd"===t?-1!==(i=ge.call(this._shortWeekdaysParse,o))||-1!==(i=ge.call(this._weekdaysParse,o))||-1!==(i=ge.call(this._minWeekdaysParse,o))?i:null:-1!==(i=ge.call(this._minWeekdaysParse,o))||-1!==(i=ge.call(this._weekdaysParse,o))||-1!==(i=ge.call(this._shortWeekdaysParse,o))?i:null}var Be=ue,qe=ue,Je=ue;function Ge(){function e(e,t){return t.length-e.length}var t,n,r,i,a,o=[],s=[],u=[],c=[];for(t=0;t<7;t++)n=h([2e3,1]).day(t),r=this.weekdaysMin(n,""),i=this.weekdaysShort(n,""),a=this.weekdays(n,""),o.push(r),s.push(i),u.push(a),c.push(r),c.push(i),c.push(a);for(o.sort(e),s.sort(e),u.sort(e),c.sort(e),t=0;t<7;t++)s[t]=fe(s[t]),u[t]=fe(u[t]),c[t]=fe(c[t]);this._weekdaysRegex=new RegExp("^("+c.join("|")+")","i"),this._weekdaysShortRegex=this._weekdaysRegex,this._weekdaysMinRegex=this._weekdaysRegex,this._weekdaysStrictRegex=new RegExp("^("+u.join("|")+")","i"),this._weekdaysShortStrictRegex=new RegExp("^("+s.join("|")+")","i"),this._weekdaysMinStrictRegex=new RegExp("^("+o.join("|")+")","i")}function Ve(){return this.hours()%12||12}function Ke(e,t){U(e,0,0,(function(){return this.localeData().meridiem(this.hours(),this.minutes(),t)}))}function Xe(e,t){return t._meridiemParse}U("H",["HH",2],0,"hour"),U("h",["hh",2],0,Ve),U("k",["kk",2],0,(function(){return this.hours()||24})),U("hmm",0,0,(function(){return""+Ve.apply(this)+R(this.minutes(),2)})),U("hmmss",0,0,(function(){return""+Ve.apply(this)+R(this.minutes(),2)+R(this.seconds(),2)})),U("Hmm",0,0,(function(){return""+this.hours()+R(this.minutes(),2)})),U("Hmmss",0,0,(function(){return""+this.hours()+R(this.minutes(),2)+R(this.seconds(),2)})),Ke("a",!0),Ke("A",!1),P("hour","h"),I("hour",13),le("a",Xe),le("A",Xe),le("H",Z),le("h",Z),le("k",Z),le("HH",Z,G),le("hh",Z,G),le("kk",Z,G),le("hmm",Q),le("hmmss",ee),le("Hmm",Q),le("Hmmss",ee),pe(["H","HH"],3),pe(["k","kk"],(function(e,t,n){var r=b(e);t[3]=24===r?0:r})),pe(["a","A"],(function(e,t,n){n._isPm=n._locale.isPM(e),n._meridiem=e})),pe(["h","hh"],(function(e,t,n){t[3]=b(e),p(n).bigHour=!0})),pe("hmm",(function(e,t,n){var r=e.length-2;t[3]=b(e.substr(0,r)),t[4]=b(e.substr(r)),p(n).bigHour=!0})),pe("hmmss",(function(e,t,n){var r=e.length-4,i=e.length-2;t[3]=b(e.substr(0,r)),t[4]=b(e.substr(r,2)),t[5]=b(e.substr(i)),p(n).bigHour=!0})),pe("Hmm",(function(e,t,n){var r=e.length-2;t[3]=b(e.substr(0,r)),t[4]=b(e.substr(r))})),pe("Hmmss",(function(e,t,n){var r=e.length-4,i=e.length-2;t[3]=b(e.substr(0,r)),t[4]=b(e.substr(r,2)),t[5]=b(e.substr(i))}));var Ze,Qe=Le("Hours",!0),et={calendar:{sameDay:"[Today at] LT",nextDay:"[Tomorrow at] LT",nextWeek:"dddd [at] LT",lastDay:"[Yesterday at] LT",lastWeek:"[Last] dddd [at] LT",sameElse:"L"},longDateFormat:{LTS:"h:mm:ss A",LT:"h:mm A",L:"MM/DD/YYYY",LL:"MMMM D, YYYY",LLL:"MMMM D, YYYY h:mm A",LLLL:"dddd, MMMM D, YYYY h:mm A"},invalidDate:"Invalid date",ordinal:"%d",dayOfMonthOrdinalParse:/\d{1,2}/,relativeTime:{future:"in %s",past:"%s ago",s:"a few seconds",ss:"%d seconds",m:"a minute",mm:"%d minutes",h:"an hour",hh:"%d hours",d:"a day",dd:"%d days",M:"a month",MM:"%d months",y:"a year",yy:"%d years"},months:Te,monthsShort:xe,week:{dow:0,doy:6},weekdays:We,weekdaysMin:ze,weekdaysShort:$e,meridiemParse:/[ap]\.?m?\.?/i},tt={},nt={};function rt(e){return e?e.toLowerCase().replace("_","-"):e}function it(t){var r=null;if(!tt[t]&&void 0!==e&&e&&e.exports)try{r=Ze._abbr,n(596)("./"+t),at(r)}catch(e){}return tt[t]}function at(e,t){var n;return e&&((n=s(t)?st(e):ot(e,t))?Ze=n:"undefined"!=typeof console&&console.warn&&console.warn("Locale "+e+" not found. Did you forget to load it?")),Ze._abbr}function ot(e,t){if(null!==t){var n,r=et;if(t.abbr=e,null!=tt[e])S("defineLocaleOverride","use moment.updateLocale(localeName, config) to change an existing locale. moment.defineLocale(localeName, config) should only be used for creating a new locale See http://momentjs.com/guides/#/warnings/define-locale/ for more info."),r=tt[e]._config;else if(null!=t.parentLocale)if(null!=tt[t.parentLocale])r=tt[t.parentLocale]._config;else{if(null==(n=it(t.parentLocale)))return nt[t.parentLocale]||(nt[t.parentLocale]=[]),nt[t.parentLocale].push({name:e,config:t}),null;r=n._config}return tt[e]=new j(O(r,t)),nt[e]&&nt[e].forEach((function(e){ot(e.name,e.config)})),at(e),tt[e]}return delete tt[e],null}function st(e){var t;if(e&&e._locale&&e._locale._abbr&&(e=e._locale._abbr),!e)return Ze;if(!a(e)){if(t=it(e))return t;e=[e]}return function(e){for(var t,n,r,i,a=0;a<e.length;){for(t=(i=rt(e[a]).split("-")).length,n=(n=rt(e[a+1]))?n.split("-"):null;t>0;){if(r=it(i.slice(0,t).join("-")))return r;if(n&&n.length>=t&&k(i,n,!0)>=t-1)break;t--}a++}return Ze}(e)}function ut(e){var t,n=e._a;return n&&-2===p(e).overflow&&(t=n[1]<0||n[1]>11?1:n[2]<1||n[2]>ke(n[0],n[1])?2:n[3]<0||n[3]>24||24===n[3]&&(0!==n[4]||0!==n[5]||0!==n[6])?3:n[4]<0||n[4]>59?4:n[5]<0||n[5]>59?5:n[6]<0||n[6]>999?6:-1,p(e)._overflowDayOfYear&&(t<0||t>2)&&(t=2),p(e)._overflowWeeks&&-1===t&&(t=7),p(e)._overflowWeekday&&-1===t&&(t=8),p(e).overflow=t),e}function ct(e,t,n){return null!=e?e:null!=t?t:n}function lt(e){var t,n,r,a,o,s=[];if(!e._d){for(r=function(e){var t=new Date(i.now());return e._useUTC?[t.getUTCFullYear(),t.getUTCMonth(),t.getUTCDate()]:[t.getFullYear(),t.getMonth(),t.getDate()]}(e),e._w&&null==e._a[2]&&null==e._a[1]&&function(e){var t,n,r,i,a,o,s,u;if(null!=(t=e._w).GG||null!=t.W||null!=t.E)a=1,o=4,n=ct(t.GG,e._a[0],Ie(Yt(),1,4).year),r=ct(t.W,1),((i=ct(t.E,1))<1||i>7)&&(u=!0);else{a=e._locale._week.dow,o=e._locale._week.doy;var c=Ie(Yt(),a,o);n=ct(t.gg,e._a[0],c.year),r=ct(t.w,c.week),null!=t.d?((i=t.d)<0||i>6)&&(u=!0):null!=t.e?(i=t.e+a,(t.e<0||t.e>6)&&(u=!0)):i=a}r<1||r>Re(n,a,o)?p(e)._overflowWeeks=!0:null!=u?p(e)._overflowWeekday=!0:(s=Ne(n,r,i,a,o),e._a[0]=s.year,e._dayOfYear=s.dayOfYear)}(e),null!=e._dayOfYear&&(o=ct(e._a[0],r[0]),(e._dayOfYear>ye(o)||0===e._dayOfYear)&&(p(e)._overflowDayOfYear=!0),n=He(o,0,e._dayOfYear),e._a[1]=n.getUTCMonth(),e._a[2]=n.getUTCDate()),t=0;t<3&&null==e._a[t];++t)e._a[t]=s[t]=r[t];for(;t<7;t++)e._a[t]=s[t]=null==e._a[t]?2===t?1:0:e._a[t];24===e._a[3]&&0===e._a[4]&&0===e._a[5]&&0===e._a[6]&&(e._nextDay=!0,e._a[3]=0),e._d=(e._useUTC?He:Pe).apply(null,s),a=e._useUTC?e._d.getUTCDay():e._d.getDay(),null!=e._tzm&&e._d.setUTCMinutes(e._d.getUTCMinutes()-e._tzm),e._nextDay&&(e._a[3]=24),e._w&&void 0!==e._w.d&&e._w.d!==a&&(p(e).weekdayMismatch=!0)}}var dt=/^\s*((?:[+-]\d{6}|\d{4})-(?:\d\d-\d\d|W\d\d-\d|W\d\d|\d\d\d|\d\d))(?:(T| )(\d\d(?::\d\d(?::\d\d(?:[.,]\d+)?)?)?)([\+\-]\d\d(?::?\d\d)?|\s*Z)?)?$/,ft=/^\s*((?:[+-]\d{6}|\d{4})(?:\d\d\d\d|W\d\d\d|W\d\d|\d\d\d|\d\d))(?:(T| )(\d\d(?:\d\d(?:\d\d(?:[.,]\d+)?)?)?)([\+\-]\d\d(?::?\d\d)?|\s*Z)?)?$/,ht=/Z|[+-]\d\d(?::?\d\d)?/,pt=[["YYYYYY-MM-DD",/[+-]\d{6}-\d\d-\d\d/],["YYYY-MM-DD",/\d{4}-\d\d-\d\d/],["GGGG-[W]WW-E",/\d{4}-W\d\d-\d/],["GGGG-[W]WW",/\d{4}-W\d\d/,!1],["YYYY-DDD",/\d{4}-\d{3}/],["YYYY-MM",/\d{4}-\d\d/,!1],["YYYYYYMMDD",/[+-]\d{10}/],["YYYYMMDD",/\d{8}/],["GGGG[W]WWE",/\d{4}W\d{3}/],["GGGG[W]WW",/\d{4}W\d{2}/,!1],["YYYYDDD",/\d{7}/]],mt=[["HH:mm:ss.SSSS",/\d\d:\d\d:\d\d\.\d+/],["HH:mm:ss,SSSS",/\d\d:\d\d:\d\d,\d+/],["HH:mm:ss",/\d\d:\d\d:\d\d/],["HH:mm",/\d\d:\d\d/],["HHmmss.SSSS",/\d\d\d\d\d\d\.\d+/],["HHmmss,SSSS",/\d\d\d\d\d\d,\d+/],["HHmmss",/\d\d\d\d\d\d/],["HHmm",/\d\d\d\d/],["HH",/\d\d/]],_t=/^\/?Date\((\-?\d+)/i;function yt(e){var t,n,r,i,a,o,s=e._i,u=dt.exec(s)||ft.exec(s);if(u){for(p(e).iso=!0,t=0,n=pt.length;t<n;t++)if(pt[t][1].exec(u[1])){i=pt[t][0],r=!1!==pt[t][2];break}if(null==i)return void(e._isValid=!1);if(u[3]){for(t=0,n=mt.length;t<n;t++)if(mt[t][1].exec(u[3])){a=(u[2]||" ")+mt[t][0];break}if(null==a)return void(e._isValid=!1)}if(!r&&null!=a)return void(e._isValid=!1);if(u[4]){if(!ht.exec(u[4]))return void(e._isValid=!1);o="Z"}e._f=i+(a||"")+(o||""),wt(e)}else e._isValid=!1}var vt=/^(?:(Mon|Tue|Wed|Thu|Fri|Sat|Sun),?\s)?(\d{1,2})\s(Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec)\s(\d{2,4})\s(\d\d):(\d\d)(?::(\d\d))?\s(?:(UT|GMT|[ECMP][SD]T)|([Zz])|([+-]\d{4}))$/;function gt(e){var t=parseInt(e,10);return t<=49?2e3+t:t<=999?1900+t:t}var Mt={UT:0,GMT:0,EDT:-240,EST:-300,CDT:-300,CST:-360,MDT:-360,MST:-420,PDT:-420,PST:-480};function Lt(e){var t,n,r,i,a,o,s,u=vt.exec(e._i.replace(/\([^)]*\)|[\n\t]/g," ").replace(/(\s\s+)/g," ").replace(/^\s\s*/,"").replace(/\s\s*$/,""));if(u){var c=(t=u[4],n=u[3],r=u[2],i=u[5],a=u[6],o=u[7],s=[gt(t),xe.indexOf(n),parseInt(r,10),parseInt(i,10),parseInt(a,10)],o&&s.push(parseInt(o,10)),s);if(!function(e,t,n){return!e||$e.indexOf(e)===new Date(t[0],t[1],t[2]).getDay()||(p(n).weekdayMismatch=!0,n._isValid=!1,!1)}(u[1],c,e))return;e._a=c,e._tzm=function(e,t,n){if(e)return Mt[e];if(t)return 0;var r=parseInt(n,10),i=r%100;return(r-i)/100*60+i}(u[8],u[9],u[10]),e._d=He.apply(null,e._a),e._d.setUTCMinutes(e._d.getUTCMinutes()-e._tzm),p(e).rfc2822=!0}else e._isValid=!1}function wt(e){if(e._f!==i.ISO_8601)if(e._f!==i.RFC_2822){e._a=[],p(e).empty=!0;var t,n,r,a,o,s=""+e._i,u=s.length,c=0;for(r=q(e._f,e._locale).match(F)||[],t=0;t<r.length;t++)a=r[t],(n=(s.match(de(a,e))||[])[0])&&((o=s.substr(0,s.indexOf(n))).length>0&&p(e).unusedInput.push(o),s=s.slice(s.indexOf(n)+n.length),c+=n.length),z[a]?(n?p(e).empty=!1:p(e).unusedTokens.push(a),_e(a,n,e)):e._strict&&!n&&p(e).unusedTokens.push(a);p(e).charsLeftOver=u-c,s.length>0&&p(e).unusedInput.push(s),e._a[3]<=12&&!0===p(e).bigHour&&e._a[3]>0&&(p(e).bigHour=void 0),p(e).parsedDateParts=e._a.slice(0),p(e).meridiem=e._meridiem,e._a[3]=function(e,t,n){var r;return null==n?t:null!=e.meridiemHour?e.meridiemHour(t,n):null!=e.isPM?((r=e.isPM(n))&&t<12&&(t+=12),r||12!==t||(t=0),t):t}(e._locale,e._a[3],e._meridiem),lt(e),ut(e)}else Lt(e);else yt(e)}function bt(e){var t=e._i,n=e._f;return e._locale=e._locale||st(e._l),null===t||void 0===n&&""===t?_({nullInput:!0}):("string"==typeof t&&(e._i=t=e._locale.preparse(t)),L(t)?new M(ut(t)):(c(t)?e._d=t:a(n)?function(e){var t,n,r,i,a;if(0===e._f.length)return p(e).invalidFormat=!0,void(e._d=new Date(NaN));for(i=0;i<e._f.length;i++)a=0,t=v({},e),null!=e._useUTC&&(t._useUTC=e._useUTC),t._f=e._f[i],wt(t),m(t)&&(a+=p(t).charsLeftOver,a+=10*p(t).unusedTokens.length,p(t).score=a,(null==r||a<r)&&(r=a,n=t));f(e,n||t)}(e):n?wt(e):function(e){var t=e._i;s(t)?e._d=new Date(i.now()):c(t)?e._d=new Date(t.valueOf()):"string"==typeof t?function(e){var t=_t.exec(e._i);null===t?(yt(e),!1===e._isValid&&(delete e._isValid,Lt(e),!1===e._isValid&&(delete e._isValid,i.createFromInputFallback(e)))):e._d=new Date(+t[1])}(e):a(t)?(e._a=l(t.slice(0),(function(e){return parseInt(e,10)})),lt(e)):o(t)?function(e){if(!e._d){var t=C(e._i);e._a=l([t.year,t.month,t.day||t.date,t.hour,t.minute,t.second,t.millisecond],(function(e){return e&&parseInt(e,10)})),lt(e)}}(e):u(t)?e._d=new Date(t):i.createFromInputFallback(e)}(e),m(e)||(e._d=null),e))}function kt(e,t,n,r,i){var s,u={};return!0!==n&&!1!==n||(r=n,n=void 0),(o(e)&&function(e){if(Object.getOwnPropertyNames)return 0===Object.getOwnPropertyNames(e).length;var t;for(t in e)if(e.hasOwnProperty(t))return!1;return!0}(e)||a(e)&&0===e.length)&&(e=void 0),u._isAMomentObject=!0,u._useUTC=u._isUTC=i,u._l=n,u._i=e,u._f=t,u._strict=r,(s=new M(ut(bt(u))))._nextDay&&(s.add(1,"d"),s._nextDay=void 0),s}function Yt(e,t,n,r){return kt(e,t,n,r,!1)}i.createFromInputFallback=T("value provided is not in a recognized RFC2822 or ISO format. moment construction falls back to js Date(), which is not reliable across all browsers and versions. Non RFC2822/ISO date formats are discouraged and will be removed in an upcoming major release. Please refer to http://momentjs.com/guides/#/warnings/js-date/ for more info.",(function(e){e._d=new Date(e._i+(e._useUTC?" UTC":""))})),i.ISO_8601=function(){},i.RFC_2822=function(){};var Tt=T("moment().min is deprecated, use moment.max instead. http://momentjs.com/guides/#/warnings/min-max/",(function(){var e=Yt.apply(null,arguments);return this.isValid()&&e.isValid()?e<this?this:e:_()})),xt=T("moment().max is deprecated, use moment.min instead. http://momentjs.com/guides/#/warnings/min-max/",(function(){var e=Yt.apply(null,arguments);return this.isValid()&&e.isValid()?e>this?this:e:_()}));function Dt(e,t){var n,r;if(1===t.length&&a(t[0])&&(t=t[0]),!t.length)return Yt();for(n=t[0],r=1;r<t.length;++r)t[r].isValid()&&!t[r][e](n)||(n=t[r]);return n}var St=["year","quarter","month","week","day","hour","minute","second","millisecond"];function Et(e){var t=C(e),n=t.year||0,r=t.quarter||0,i=t.month||0,a=t.week||t.isoWeek||0,o=t.day||0,s=t.hour||0,u=t.minute||0,c=t.second||0,l=t.millisecond||0;this._isValid=function(e){for(var t in e)if(-1===ge.call(St,t)||null!=e[t]&&isNaN(e[t]))return!1;for(var n=!1,r=0;r<St.length;++r)if(e[St[r]]){if(n)return!1;parseFloat(e[St[r]])!==b(e[St[r]])&&(n=!0)}return!0}(t),this._milliseconds=+l+1e3*c+6e4*u+1e3*s*60*60,this._days=+o+7*a,this._months=+i+3*r+12*n,this._data={},this._locale=st(),this._bubble()}function Ot(e){return e instanceof Et}function jt(e){return e<0?-1*Math.round(-1*e):Math.round(e)}function At(e,t){U(e,0,0,(function(){var e=this.utcOffset(),n="+";return e<0&&(e=-e,n="-"),n+R(~~(e/60),2)+t+R(~~e%60,2)}))}At("Z",":"),At("ZZ",""),le("Z",se),le("ZZ",se),pe(["Z","ZZ"],(function(e,t,n){n._useUTC=!0,n._tzm=Ht(se,e)}));var Pt=/([\+\-]|\d\d)/gi;function Ht(e,t){var n=(t||"").match(e);if(null===n)return null;var r=((n[n.length-1]||[])+"").match(Pt)||["-",0,0],i=60*r[1]+b(r[2]);return 0===i?0:"+"===r[0]?i:-i}function Ct(e,t){var n,r;return t._isUTC?(n=t.clone(),r=(L(e)||c(e)?e.valueOf():Yt(e).valueOf())-n.valueOf(),n._d.setTime(n._d.valueOf()+r),i.updateOffset(n,!1),n):Yt(e).local()}function Nt(e){return 15*-Math.round(e._d.getTimezoneOffset()/15)}function It(){return!!this.isValid()&&this._isUTC&&0===this._offset}i.updateOffset=function(){};var Rt=/^(\-|\+)?(?:(\d*)[. ])?(\d+)\:(\d+)(?:\:(\d+)(\.\d*)?)?$/,Ft=/^(-|\+)?P(?:([-+]?[0-9,.]*)Y)?(?:([-+]?[0-9,.]*)M)?(?:([-+]?[0-9,.]*)W)?(?:([-+]?[0-9,.]*)D)?(?:T(?:([-+]?[0-9,.]*)H)?(?:([-+]?[0-9,.]*)M)?(?:([-+]?[0-9,.]*)S)?)?$/;function Wt(e,t){var n,r,i,a,o,s,c=e,l=null;return Ot(e)?c={ms:e._milliseconds,d:e._days,M:e._months}:u(e)?(c={},t?c[t]=e:c.milliseconds=e):(l=Rt.exec(e))?(n="-"===l[1]?-1:1,c={y:0,d:b(l[2])*n,h:b(l[3])*n,m:b(l[4])*n,s:b(l[5])*n,ms:b(jt(1e3*l[6]))*n}):(l=Ft.exec(e))?(n="-"===l[1]?-1:1,c={y:$t(l[2],n),M:$t(l[3],n),w:$t(l[4],n),d:$t(l[5],n),h:$t(l[6],n),m:$t(l[7],n),s:$t(l[8],n)}):null==c?c={}:"object"==typeof c&&("from"in c||"to"in c)&&(a=Yt(c.from),o=Yt(c.to),i=a.isValid()&&o.isValid()?(o=Ct(o,a),a.isBefore(o)?s=zt(a,o):((s=zt(o,a)).milliseconds=-s.milliseconds,s.months=-s.months),s):{milliseconds:0,months:0},(c={}).ms=i.milliseconds,c.M=i.months),r=new Et(c),Ot(e)&&d(e,"_locale")&&(r._locale=e._locale),r}function $t(e,t){var n=e&&parseFloat(e.replace(",","."));return(isNaN(n)?0:n)*t}function zt(e,t){var n={};return n.months=t.month()-e.month()+12*(t.year()-e.year()),e.clone().add(n.months,"M").isAfter(t)&&--n.months,n.milliseconds=+t-+e.clone().add(n.months,"M"),n}function Ut(e,t){return function(n,r){var i;return null===r||isNaN(+r)||(S(t,"moment()."+t+"(period, number) is deprecated. Please use moment()."+t+"(number, period). See http://momentjs.com/guides/#/warnings/add-inverted-param/ for more info."),i=n,n=r,r=i),Bt(this,Wt(n="string"==typeof n?+n:n,r),e),this}}function Bt(e,t,n,r){var a=t._milliseconds,o=jt(t._days),s=jt(t._months);e.isValid()&&(r=null==r||r,s&&Se(e,we(e,"Month")+s*n),o&&be(e,"Date",we(e,"Date")+o*n),a&&e._d.setTime(e._d.valueOf()+a*n),r&&i.updateOffset(e,o||s))}Wt.fn=Et.prototype,Wt.invalid=function(){return Wt(NaN)};var qt=Ut(1,"add"),Jt=Ut(-1,"subtract");function Gt(e,t){var n=12*(t.year()-e.year())+(t.month()-e.month()),r=e.clone().add(n,"months");return-(n+(t-r<0?(t-r)/(r-e.clone().add(n-1,"months")):(t-r)/(e.clone().add(n+1,"months")-r)))||0}function Vt(e){var t;return void 0===e?this._locale._abbr:(null!=(t=st(e))&&(this._locale=t),this)}i.defaultFormat="YYYY-MM-DDTHH:mm:ssZ",i.defaultFormatUtc="YYYY-MM-DDTHH:mm:ss[Z]";var Kt=T("moment().lang() is deprecated. Instead, use moment().localeData() to get the language configuration. Use moment().locale() to change languages.",(function(e){return void 0===e?this.localeData():this.locale(e)}));function Xt(){return this._locale}function Zt(e,t){return(e%t+t)%t}function Qt(e,t,n){return e<100&&e>=0?new Date(e+400,t,n)-126227808e5:new Date(e,t,n).valueOf()}function en(e,t,n){return e<100&&e>=0?Date.UTC(e+400,t,n)-126227808e5:Date.UTC(e,t,n)}function tn(e,t){U(0,[e,e.length],0,t)}function nn(e,t,n,r,i){var a;return null==e?Ie(this,r,i).year:(t>(a=Re(e,r,i))&&(t=a),rn.call(this,e,t,n,r,i))}function rn(e,t,n,r,i){var a=Ne(e,t,n,r,i),o=He(a.year,0,a.dayOfYear);return this.year(o.getUTCFullYear()),this.month(o.getUTCMonth()),this.date(o.getUTCDate()),this}U(0,["gg",2],0,(function(){return this.weekYear()%100})),U(0,["GG",2],0,(function(){return this.isoWeekYear()%100})),tn("gggg","weekYear"),tn("ggggg","weekYear"),tn("GGGG","isoWeekYear"),tn("GGGGG","isoWeekYear"),P("weekYear","gg"),P("isoWeekYear","GG"),I("weekYear",1),I("isoWeekYear",1),le("G",ae),le("g",ae),le("GG",Z,G),le("gg",Z,G),le("GGGG",ne,K),le("gggg",ne,K),le("GGGGG",re,X),le("ggggg",re,X),me(["gggg","ggggg","GGGG","GGGGG"],(function(e,t,n,r){t[r.substr(0,2)]=b(e)})),me(["gg","GG"],(function(e,t,n,r){t[r]=i.parseTwoDigitYear(e)})),U("Q",0,"Qo","quarter"),P("quarter","Q"),I("quarter",7),le("Q",J),pe("Q",(function(e,t){t[1]=3*(b(e)-1)})),U("D",["DD",2],"Do","date"),P("date","D"),I("date",9),le("D",Z),le("DD",Z,G),le("Do",(function(e,t){return e?t._dayOfMonthOrdinalParse||t._ordinalParse:t._dayOfMonthOrdinalParseLenient})),pe(["D","DD"],2),pe("Do",(function(e,t){t[2]=b(e.match(Z)[0])}));var an=Le("Date",!0);U("DDD",["DDDD",3],"DDDo","dayOfYear"),P("dayOfYear","DDD"),I("dayOfYear",4),le("DDD",te),le("DDDD",V),pe(["DDD","DDDD"],(function(e,t,n){n._dayOfYear=b(e)})),U("m",["mm",2],0,"minute"),P("minute","m"),I("minute",14),le("m",Z),le("mm",Z,G),pe(["m","mm"],4);var on=Le("Minutes",!1);U("s",["ss",2],0,"second"),P("second","s"),I("second",15),le("s",Z),le("ss",Z,G),pe(["s","ss"],5);var sn,un=Le("Seconds",!1);for(U("S",0,0,(function(){return~~(this.millisecond()/100)})),U(0,["SS",2],0,(function(){return~~(this.millisecond()/10)})),U(0,["SSS",3],0,"millisecond"),U(0,["SSSS",4],0,(function(){return 10*this.millisecond()})),U(0,["SSSSS",5],0,(function(){return 100*this.millisecond()})),U(0,["SSSSSS",6],0,(function(){return 1e3*this.millisecond()})),U(0,["SSSSSSS",7],0,(function(){return 1e4*this.millisecond()})),U(0,["SSSSSSSS",8],0,(function(){return 1e5*this.millisecond()})),U(0,["SSSSSSSSS",9],0,(function(){return 1e6*this.millisecond()})),P("millisecond","ms"),I("millisecond",16),le("S",te,J),le("SS",te,G),le("SSS",te,V),sn="SSSS";sn.length<=9;sn+="S")le(sn,ie);function cn(e,t){t[6]=b(1e3*("0."+e))}for(sn="S";sn.length<=9;sn+="S")pe(sn,cn);var ln=Le("Milliseconds",!1);U("z",0,0,"zoneAbbr"),U("zz",0,0,"zoneName");var dn=M.prototype;function fn(e){return e}dn.add=qt,dn.calendar=function(e,t){var n=e||Yt(),r=Ct(n,this).startOf("day"),a=i.calendarFormat(this,r)||"sameElse",o=t&&(E(t[a])?t[a].call(this,n):t[a]);return this.format(o||this.localeData().calendar(a,this,Yt(n)))},dn.clone=function(){return new M(this)},dn.diff=function(e,t,n){var r,i,a;if(!this.isValid())return NaN;if(!(r=Ct(e,this)).isValid())return NaN;switch(i=6e4*(r.utcOffset()-this.utcOffset()),t=H(t)){case"year":a=Gt(this,r)/12;break;case"month":a=Gt(this,r);break;case"quarter":a=Gt(this,r)/3;break;case"second":a=(this-r)/1e3;break;case"minute":a=(this-r)/6e4;break;case"hour":a=(this-r)/36e5;break;case"day":a=(this-r-i)/864e5;break;case"week":a=(this-r-i)/6048e5;break;default:a=this-r}return n?a:w(a)},dn.endOf=function(e){var t;if(void 0===(e=H(e))||"millisecond"===e||!this.isValid())return this;var n=this._isUTC?en:Qt;switch(e){case"year":t=n(this.year()+1,0,1)-1;break;case"quarter":t=n(this.year(),this.month()-this.month()%3+3,1)-1;break;case"month":t=n(this.year(),this.month()+1,1)-1;break;case"week":t=n(this.year(),this.month(),this.date()-this.weekday()+7)-1;break;case"isoWeek":t=n(this.year(),this.month(),this.date()-(this.isoWeekday()-1)+7)-1;break;case"day":case"date":t=n(this.year(),this.month(),this.date()+1)-1;break;case"hour":t=this._d.valueOf(),t+=36e5-Zt(t+(this._isUTC?0:6e4*this.utcOffset()),36e5)-1;break;case"minute":t=this._d.valueOf(),t+=6e4-Zt(t,6e4)-1;break;case"second":t=this._d.valueOf(),t+=1e3-Zt(t,1e3)-1}return this._d.setTime(t),i.updateOffset(this,!0),this},dn.format=function(e){e||(e=this.isUtc()?i.defaultFormatUtc:i.defaultFormat);var t=B(this,e);return this.localeData().postformat(t)},dn.from=function(e,t){return this.isValid()&&(L(e)&&e.isValid()||Yt(e).isValid())?Wt({to:this,from:e}).locale(this.locale()).humanize(!t):this.localeData().invalidDate()},dn.fromNow=function(e){return this.from(Yt(),e)},dn.to=function(e,t){return this.isValid()&&(L(e)&&e.isValid()||Yt(e).isValid())?Wt({from:this,to:e}).locale(this.locale()).humanize(!t):this.localeData().invalidDate()},dn.toNow=function(e){return this.to(Yt(),e)},dn.get=function(e){return E(this[e=H(e)])?this[e]():this},dn.invalidAt=function(){return p(this).overflow},dn.isAfter=function(e,t){var n=L(e)?e:Yt(e);return!(!this.isValid()||!n.isValid())&&("millisecond"===(t=H(t)||"millisecond")?this.valueOf()>n.valueOf():n.valueOf()<this.clone().startOf(t).valueOf())},dn.isBefore=function(e,t){var n=L(e)?e:Yt(e);return!(!this.isValid()||!n.isValid())&&("millisecond"===(t=H(t)||"millisecond")?this.valueOf()<n.valueOf():this.clone().endOf(t).valueOf()<n.valueOf())},dn.isBetween=function(e,t,n,r){var i=L(e)?e:Yt(e),a=L(t)?t:Yt(t);return!!(this.isValid()&&i.isValid()&&a.isValid())&&("("===(r=r||"()")[0]?this.isAfter(i,n):!this.isBefore(i,n))&&(")"===r[1]?this.isBefore(a,n):!this.isAfter(a,n))},dn.isSame=function(e,t){var n,r=L(e)?e:Yt(e);return!(!this.isValid()||!r.isValid())&&("millisecond"===(t=H(t)||"millisecond")?this.valueOf()===r.valueOf():(n=r.valueOf(),this.clone().startOf(t).valueOf()<=n&&n<=this.clone().endOf(t).valueOf()))},dn.isSameOrAfter=function(e,t){return this.isSame(e,t)||this.isAfter(e,t)},dn.isSameOrBefore=function(e,t){return this.isSame(e,t)||this.isBefore(e,t)},dn.isValid=function(){return m(this)},dn.lang=Kt,dn.locale=Vt,dn.localeData=Xt,dn.max=xt,dn.min=Tt,dn.parsingFlags=function(){return f({},p(this))},dn.set=function(e,t){if("object"==typeof e)for(var n=function(e){var t=[];for(var n in e)t.push({unit:n,priority:N[n]});return t.sort((function(e,t){return e.priority-t.priority})),t}(e=C(e)),r=0;r<n.length;r++)this[n[r].unit](e[n[r].unit]);else if(E(this[e=H(e)]))return this[e](t);return this},dn.startOf=function(e){var t;if(void 0===(e=H(e))||"millisecond"===e||!this.isValid())return this;var n=this._isUTC?en:Qt;switch(e){case"year":t=n(this.year(),0,1);break;case"quarter":t=n(this.year(),this.month()-this.month()%3,1);break;case"month":t=n(this.year(),this.month(),1);break;case"week":t=n(this.year(),this.month(),this.date()-this.weekday());break;case"isoWeek":t=n(this.year(),this.month(),this.date()-(this.isoWeekday()-1));break;case"day":case"date":t=n(this.year(),this.month(),this.date());break;case"hour":t=this._d.valueOf(),t-=Zt(t+(this._isUTC?0:6e4*this.utcOffset()),36e5);break;case"minute":t=this._d.valueOf(),t-=Zt(t,6e4);break;case"second":t=this._d.valueOf(),t-=Zt(t,1e3)}return this._d.setTime(t),i.updateOffset(this,!0),this},dn.subtract=Jt,dn.toArray=function(){var e=this;return[e.year(),e.month(),e.date(),e.hour(),e.minute(),e.second(),e.millisecond()]},dn.toObject=function(){var e=this;return{years:e.year(),months:e.month(),date:e.date(),hours:e.hours(),minutes:e.minutes(),seconds:e.seconds(),milliseconds:e.milliseconds()}},dn.toDate=function(){return new Date(this.valueOf())},dn.toISOString=function(e){if(!this.isValid())return null;var t=!0!==e,n=t?this.clone().utc():this;return n.year()<0||n.year()>9999?B(n,t?"YYYYYY-MM-DD[T]HH:mm:ss.SSS[Z]":"YYYYYY-MM-DD[T]HH:mm:ss.SSSZ"):E(Date.prototype.toISOString)?t?this.toDate().toISOString():new Date(this.valueOf()+60*this.utcOffset()*1e3).toISOString().replace("Z",B(n,"Z")):B(n,t?"YYYY-MM-DD[T]HH:mm:ss.SSS[Z]":"YYYY-MM-DD[T]HH:mm:ss.SSSZ")},dn.inspect=function(){if(!this.isValid())return"moment.invalid(/* "+this._i+" */)";var e="moment",t="";this.isLocal()||(e=0===this.utcOffset()?"moment.utc":"moment.parseZone",t="Z");var n="["+e+'("]',r=0<=this.year()&&this.year()<=9999?"YYYY":"YYYYYY",i=t+'[")]';return this.format(n+r+"-MM-DD[T]HH:mm:ss.SSS"+i)},dn.toJSON=function(){return this.isValid()?this.toISOString():null},dn.toString=function(){return this.clone().locale("en").format("ddd MMM DD YYYY HH:mm:ss [GMT]ZZ")},dn.unix=function(){return Math.floor(this.valueOf()/1e3)},dn.valueOf=function(){return this._d.valueOf()-6e4*(this._offset||0)},dn.creationData=function(){return{input:this._i,format:this._f,locale:this._locale,isUTC:this._isUTC,strict:this._strict}},dn.year=Me,dn.isLeapYear=function(){return ve(this.year())},dn.weekYear=function(e){return nn.call(this,e,this.week(),this.weekday(),this.localeData()._week.dow,this.localeData()._week.doy)},dn.isoWeekYear=function(e){return nn.call(this,e,this.isoWeek(),this.isoWeekday(),1,4)},dn.quarter=dn.quarters=function(e){return null==e?Math.ceil((this.month()+1)/3):this.month(3*(e-1)+this.month()%3)},dn.month=Ee,dn.daysInMonth=function(){return ke(this.year(),this.month())},dn.week=dn.weeks=function(e){var t=this.localeData().week(this);return null==e?t:this.add(7*(e-t),"d")},dn.isoWeek=dn.isoWeeks=function(e){var t=Ie(this,1,4).week;return null==e?t:this.add(7*(e-t),"d")},dn.weeksInYear=function(){var e=this.localeData()._week;return Re(this.year(),e.dow,e.doy)},dn.isoWeeksInYear=function(){return Re(this.year(),1,4)},dn.date=an,dn.day=dn.days=function(e){if(!this.isValid())return null!=e?this:NaN;var t=this._isUTC?this._d.getUTCDay():this._d.getDay();return null!=e?(e=function(e,t){return"string"!=typeof e?e:isNaN(e)?"number"==typeof(e=t.weekdaysParse(e))?e:null:parseInt(e,10)}(e,this.localeData()),this.add(e-t,"d")):t},dn.weekday=function(e){if(!this.isValid())return null!=e?this:NaN;var t=(this.day()+7-this.localeData()._week.dow)%7;return null==e?t:this.add(e-t,"d")},dn.isoWeekday=function(e){if(!this.isValid())return null!=e?this:NaN;if(null!=e){var t=function(e,t){return"string"==typeof e?t.weekdaysParse(e)%7||7:isNaN(e)?null:e}(e,this.localeData());return this.day(this.day()%7?t:t-7)}return this.day()||7},dn.dayOfYear=function(e){var t=Math.round((this.clone().startOf("day")-this.clone().startOf("year"))/864e5)+1;return null==e?t:this.add(e-t,"d")},dn.hour=dn.hours=Qe,dn.minute=dn.minutes=on,dn.second=dn.seconds=un,dn.millisecond=dn.milliseconds=ln,dn.utcOffset=function(e,t,n){var r,a=this._offset||0;if(!this.isValid())return null!=e?this:NaN;if(null!=e){if("string"==typeof e){if(null===(e=Ht(se,e)))return this}else Math.abs(e)<16&&!n&&(e*=60);return!this._isUTC&&t&&(r=Nt(this)),this._offset=e,this._isUTC=!0,null!=r&&this.add(r,"m"),a!==e&&(!t||this._changeInProgress?Bt(this,Wt(e-a,"m"),1,!1):this._changeInProgress||(this._changeInProgress=!0,i.updateOffset(this,!0),this._changeInProgress=null)),this}return this._isUTC?a:Nt(this)},dn.utc=function(e){return this.utcOffset(0,e)},dn.local=function(e){return this._isUTC&&(this.utcOffset(0,e),this._isUTC=!1,e&&this.subtract(Nt(this),"m")),this},dn.parseZone=function(){if(null!=this._tzm)this.utcOffset(this._tzm,!1,!0);else if("string"==typeof this._i){var e=Ht(oe,this._i);null!=e?this.utcOffset(e):this.utcOffset(0,!0)}return this},dn.hasAlignedHourOffset=function(e){return!!this.isValid()&&(e=e?Yt(e).utcOffset():0,(this.utcOffset()-e)%60==0)},dn.isDST=function(){return this.utcOffset()>this.clone().month(0).utcOffset()||this.utcOffset()>this.clone().month(5).utcOffset()},dn.isLocal=function(){return!!this.isValid()&&!this._isUTC},dn.isUtcOffset=function(){return!!this.isValid()&&this._isUTC},dn.isUtc=It,dn.isUTC=It,dn.zoneAbbr=function(){return this._isUTC?"UTC":""},dn.zoneName=function(){return this._isUTC?"Coordinated Universal Time":""},dn.dates=T("dates accessor is deprecated. Use date instead.",an),dn.months=T("months accessor is deprecated. Use month instead",Ee),dn.years=T("years accessor is deprecated. Use year instead",Me),dn.zone=T("moment().zone is deprecated, use moment().utcOffset instead. http://momentjs.com/guides/#/warnings/zone/",(function(e,t){return null!=e?("string"!=typeof e&&(e=-e),this.utcOffset(e,t),this):-this.utcOffset()})),dn.isDSTShifted=T("isDSTShifted is deprecated. See http://momentjs.com/guides/#/warnings/dst-shifted/ for more information",(function(){if(!s(this._isDSTShifted))return this._isDSTShifted;var e={};if(v(e,this),(e=bt(e))._a){var t=e._isUTC?h(e._a):Yt(e._a);this._isDSTShifted=this.isValid()&&k(e._a,t.toArray())>0}else this._isDSTShifted=!1;return this._isDSTShifted}));var hn=j.prototype;function pn(e,t,n,r){var i=st(),a=h().set(r,t);return i[n](a,e)}function mn(e,t,n){if(u(e)&&(t=e,e=void 0),e=e||"",null!=t)return pn(e,t,n,"month");var r,i=[];for(r=0;r<12;r++)i[r]=pn(e,r,n,"month");return i}function _n(e,t,n,r){"boolean"==typeof e?(u(t)&&(n=t,t=void 0),t=t||""):(n=t=e,e=!1,u(t)&&(n=t,t=void 0),t=t||"");var i,a=st(),o=e?a._week.dow:0;if(null!=n)return pn(t,(n+o)%7,r,"day");var s=[];for(i=0;i<7;i++)s[i]=pn(t,(i+o)%7,r,"day");return s}hn.calendar=function(e,t,n){var r=this._calendar[e]||this._calendar.sameElse;return E(r)?r.call(t,n):r},hn.longDateFormat=function(e){var t=this._longDateFormat[e],n=this._longDateFormat[e.toUpperCase()];return t||!n?t:(this._longDateFormat[e]=n.replace(/MMMM|MM|DD|dddd/g,(function(e){return e.slice(1)})),this._longDateFormat[e])},hn.invalidDate=function(){return this._invalidDate},hn.ordinal=function(e){return this._ordinal.replace("%d",e)},hn.preparse=fn,hn.postformat=fn,hn.relativeTime=function(e,t,n,r){var i=this._relativeTime[n];return E(i)?i(e,t,n,r):i.replace(/%d/i,e)},hn.pastFuture=function(e,t){var n=this._relativeTime[e>0?"future":"past"];return E(n)?n(t):n.replace(/%s/i,t)},hn.set=function(e){var t,n;for(n in e)E(t=e[n])?this[n]=t:this["_"+n]=t;this._config=e,this._dayOfMonthOrdinalParseLenient=new RegExp((this._dayOfMonthOrdinalParse.source||this._ordinalParse.source)+"|"+/\d{1,2}/.source)},hn.months=function(e,t){return e?a(this._months)?this._months[e.month()]:this._months[(this._months.isFormat||Ye).test(t)?"format":"standalone"][e.month()]:a(this._months)?this._months:this._months.standalone},hn.monthsShort=function(e,t){return e?a(this._monthsShort)?this._monthsShort[e.month()]:this._monthsShort[Ye.test(t)?"format":"standalone"][e.month()]:a(this._monthsShort)?this._monthsShort:this._monthsShort.standalone},hn.monthsParse=function(e,t,n){var r,i,a;if(this._monthsParseExact)return De.call(this,e,t,n);for(this._monthsParse||(this._monthsParse=[],this._longMonthsParse=[],this._shortMonthsParse=[]),r=0;r<12;r++){if(i=h([2e3,r]),n&&!this._longMonthsParse[r]&&(this._longMonthsParse[r]=new RegExp("^"+this.months(i,"").replace(".","")+"$","i"),this._shortMonthsParse[r]=new RegExp("^"+this.monthsShort(i,"").replace(".","")+"$","i")),n||this._monthsParse[r]||(a="^"+this.months(i,"")+"|^"+this.monthsShort(i,""),this._monthsParse[r]=new RegExp(a.replace(".",""),"i")),n&&"MMMM"===t&&this._longMonthsParse[r].test(e))return r;if(n&&"MMM"===t&&this._shortMonthsParse[r].test(e))return r;if(!n&&this._monthsParse[r].test(e))return r}},hn.monthsRegex=function(e){return this._monthsParseExact?(d(this,"_monthsRegex")||Ae.call(this),e?this._monthsStrictRegex:this._monthsRegex):(d(this,"_monthsRegex")||(this._monthsRegex=je),this._monthsStrictRegex&&e?this._monthsStrictRegex:this._monthsRegex)},hn.monthsShortRegex=function(e){return this._monthsParseExact?(d(this,"_monthsRegex")||Ae.call(this),e?this._monthsShortStrictRegex:this._monthsShortRegex):(d(this,"_monthsShortRegex")||(this._monthsShortRegex=Oe),this._monthsShortStrictRegex&&e?this._monthsShortStrictRegex:this._monthsShortRegex)},hn.week=function(e){return Ie(e,this._week.dow,this._week.doy).week},hn.firstDayOfYear=function(){return this._week.doy},hn.firstDayOfWeek=function(){return this._week.dow},hn.weekdays=function(e,t){var n=a(this._weekdays)?this._weekdays:this._weekdays[e&&!0!==e&&this._weekdays.isFormat.test(t)?"format":"standalone"];return!0===e?Fe(n,this._week.dow):e?n[e.day()]:n},hn.weekdaysMin=function(e){return!0===e?Fe(this._weekdaysMin,this._week.dow):e?this._weekdaysMin[e.day()]:this._weekdaysMin},hn.weekdaysShort=function(e){return!0===e?Fe(this._weekdaysShort,this._week.dow):e?this._weekdaysShort[e.day()]:this._weekdaysShort},hn.weekdaysParse=function(e,t,n){var r,i,a;if(this._weekdaysParseExact)return Ue.call(this,e,t,n);for(this._weekdaysParse||(this._weekdaysParse=[],this._minWeekdaysParse=[],this._shortWeekdaysParse=[],this._fullWeekdaysParse=[]),r=0;r<7;r++){if(i=h([2e3,1]).day(r),n&&!this._fullWeekdaysParse[r]&&(this._fullWeekdaysParse[r]=new RegExp("^"+this.weekdays(i,"").replace(".","\\.?")+"$","i"),this._shortWeekdaysParse[r]=new RegExp("^"+this.weekdaysShort(i,"").replace(".","\\.?")+"$","i"),this._minWeekdaysParse[r]=new RegExp("^"+this.weekdaysMin(i,"").replace(".","\\.?")+"$","i")),this._weekdaysParse[r]||(a="^"+this.weekdays(i,"")+"|^"+this.weekdaysShort(i,"")+"|^"+this.weekdaysMin(i,""),this._weekdaysParse[r]=new RegExp(a.replace(".",""),"i")),n&&"dddd"===t&&this._fullWeekdaysParse[r].test(e))return r;if(n&&"ddd"===t&&this._shortWeekdaysParse[r].test(e))return r;if(n&&"dd"===t&&this._minWeekdaysParse[r].test(e))return r;if(!n&&this._weekdaysParse[r].test(e))return r}},hn.weekdaysRegex=function(e){return this._weekdaysParseExact?(d(this,"_weekdaysRegex")||Ge.call(this),e?this._weekdaysStrictRegex:this._weekdaysRegex):(d(this,"_weekdaysRegex")||(this._weekdaysRegex=Be),this._weekdaysStrictRegex&&e?this._weekdaysStrictRegex:this._weekdaysRegex)},hn.weekdaysShortRegex=function(e){return this._weekdaysParseExact?(d(this,"_weekdaysRegex")||Ge.call(this),e?this._weekdaysShortStrictRegex:this._weekdaysShortRegex):(d(this,"_weekdaysShortRegex")||(this._weekdaysShortRegex=qe),this._weekdaysShortStrictRegex&&e?this._weekdaysShortStrictRegex:this._weekdaysShortRegex)},hn.weekdaysMinRegex=function(e){return this._weekdaysParseExact?(d(this,"_weekdaysRegex")||Ge.call(this),e?this._weekdaysMinStrictRegex:this._weekdaysMinRegex):(d(this,"_weekdaysMinRegex")||(this._weekdaysMinRegex=Je),this._weekdaysMinStrictRegex&&e?this._weekdaysMinStrictRegex:this._weekdaysMinRegex)},hn.isPM=function(e){return"p"===(e+"").toLowerCase().charAt(0)},hn.meridiem=function(e,t,n){return e>11?n?"pm":"PM":n?"am":"AM"},at("en",{dayOfMonthOrdinalParse:/\d{1,2}(th|st|nd|rd)/,ordinal:function(e){var t=e%10;return e+(1===b(e%100/10)?"th":1===t?"st":2===t?"nd":3===t?"rd":"th")}}),i.lang=T("moment.lang is deprecated. Use moment.locale instead.",at),i.langData=T("moment.langData is deprecated. Use moment.localeData instead.",st);var yn=Math.abs;function vn(e,t,n,r){var i=Wt(t,n);return e._milliseconds+=r*i._milliseconds,e._days+=r*i._days,e._months+=r*i._months,e._bubble()}function gn(e){return e<0?Math.floor(e):Math.ceil(e)}function Mn(e){return 4800*e/146097}function Ln(e){return 146097*e/4800}function wn(e){return function(){return this.as(e)}}var bn=wn("ms"),kn=wn("s"),Yn=wn("m"),Tn=wn("h"),xn=wn("d"),Dn=wn("w"),Sn=wn("M"),En=wn("Q"),On=wn("y");function jn(e){return function(){return this.isValid()?this._data[e]:NaN}}var An=jn("milliseconds"),Pn=jn("seconds"),Hn=jn("minutes"),Cn=jn("hours"),Nn=jn("days"),In=jn("months"),Rn=jn("years"),Fn=Math.round,Wn={ss:44,s:45,m:45,h:22,d:26,M:11};function $n(e,t,n,r,i){return i.relativeTime(t||1,!!n,e,r)}var zn=Math.abs;function Un(e){return(e>0)-(e<0)||+e}function Bn(){if(!this.isValid())return this.localeData().invalidDate();var e,t,n=zn(this._milliseconds)/1e3,r=zn(this._days),i=zn(this._months);e=w(n/60),t=w(e/60),n%=60,e%=60;var a=w(i/12),o=i%=12,s=r,u=t,c=e,l=n?n.toFixed(3).replace(/\.?0+$/,""):"",d=this.asSeconds();if(!d)return"P0D";var f=d<0?"-":"",h=Un(this._months)!==Un(d)?"-":"",p=Un(this._days)!==Un(d)?"-":"",m=Un(this._milliseconds)!==Un(d)?"-":"";return f+"P"+(a?h+a+"Y":"")+(o?h+o+"M":"")+(s?p+s+"D":"")+(u||c||l?"T":"")+(u?m+u+"H":"")+(c?m+c+"M":"")+(l?m+l+"S":"")}var qn=Et.prototype;return qn.isValid=function(){return this._isValid},qn.abs=function(){var e=this._data;return this._milliseconds=yn(this._milliseconds),this._days=yn(this._days),this._months=yn(this._months),e.milliseconds=yn(e.milliseconds),e.seconds=yn(e.seconds),e.minutes=yn(e.minutes),e.hours=yn(e.hours),e.months=yn(e.months),e.years=yn(e.years),this},qn.add=function(e,t){return vn(this,e,t,1)},qn.subtract=function(e,t){return vn(this,e,t,-1)},qn.as=function(e){if(!this.isValid())return NaN;var t,n,r=this._milliseconds;if("month"===(e=H(e))||"quarter"===e||"year"===e)switch(t=this._days+r/864e5,n=this._months+Mn(t),e){case"month":return n;case"quarter":return n/3;case"year":return n/12}else switch(t=this._days+Math.round(Ln(this._months)),e){case"week":return t/7+r/6048e5;case"day":return t+r/864e5;case"hour":return 24*t+r/36e5;case"minute":return 1440*t+r/6e4;case"second":return 86400*t+r/1e3;case"millisecond":return Math.floor(864e5*t)+r;default:throw new Error("Unknown unit "+e)}},qn.asMilliseconds=bn,qn.asSeconds=kn,qn.asMinutes=Yn,qn.asHours=Tn,qn.asDays=xn,qn.asWeeks=Dn,qn.asMonths=Sn,qn.asQuarters=En,qn.asYears=On,qn.valueOf=function(){return this.isValid()?this._milliseconds+864e5*this._days+this._months%12*2592e6+31536e6*b(this._months/12):NaN},qn._bubble=function(){var e,t,n,r,i,a=this._milliseconds,o=this._days,s=this._months,u=this._data;return a>=0&&o>=0&&s>=0||a<=0&&o<=0&&s<=0||(a+=864e5*gn(Ln(s)+o),o=0,s=0),u.milliseconds=a%1e3,e=w(a/1e3),u.seconds=e%60,t=w(e/60),u.minutes=t%60,n=w(t/60),u.hours=n%24,o+=w(n/24),i=w(Mn(o)),s+=i,o-=gn(Ln(i)),r=w(s/12),s%=12,u.days=o,u.months=s,u.years=r,this},qn.clone=function(){return Wt(this)},qn.get=function(e){return e=H(e),this.isValid()?this[e+"s"]():NaN},qn.milliseconds=An,qn.seconds=Pn,qn.minutes=Hn,qn.hours=Cn,qn.days=Nn,qn.weeks=function(){return w(this.days()/7)},qn.months=In,qn.years=Rn,qn.humanize=function(e){if(!this.isValid())return this.localeData().invalidDate();var t=this.localeData(),n=function(e,t,n){var r=Wt(e).abs(),i=Fn(r.as("s")),a=Fn(r.as("m")),o=Fn(r.as("h")),s=Fn(r.as("d")),u=Fn(r.as("M")),c=Fn(r.as("y")),l=i<=Wn.ss&&["s",i]||i<Wn.s&&["ss",i]||a<=1&&["m"]||a<Wn.m&&["mm",a]||o<=1&&["h"]||o<Wn.h&&["hh",o]||s<=1&&["d"]||s<Wn.d&&["dd",s]||u<=1&&["M"]||u<Wn.M&&["MM",u]||c<=1&&["y"]||["yy",c];return l[2]=t,l[3]=+e>0,l[4]=n,$n.apply(null,l)}(this,!e,t);return e&&(n=t.pastFuture(+this,n)),t.postformat(n)},qn.toISOString=Bn,qn.toString=Bn,qn.toJSON=Bn,qn.locale=Vt,qn.localeData=Xt,qn.toIsoString=T("toIsoString() is deprecated. Please use toISOString() instead (notice the capitals)",Bn),qn.lang=Kt,U("X",0,0,"unix"),U("x",0,0,"valueOf"),le("x",ae),le("X",/[+-]?\d+(\.\d{1,3})?/),pe("X",(function(e,t,n){n._d=new Date(1e3*parseFloat(e,10))})),pe("x",(function(e,t,n){n._d=new Date(b(e))})),i.version="2.24.0",t=Yt,i.fn=dn,i.min=function(){var e=[].slice.call(arguments,0);return Dt("isBefore",e)},i.max=function(){var e=[].slice.call(arguments,0);return Dt("isAfter",e)},i.now=function(){return Date.now?Date.now():+new Date},i.utc=h,i.unix=function(e){return Yt(1e3*e)},i.months=function(e,t){return mn(e,t,"months")},i.isDate=c,i.locale=at,i.invalid=_,i.duration=Wt,i.isMoment=L,i.weekdays=function(e,t,n){return _n(e,t,n,"weekdays")},i.parseZone=function(){return Yt.apply(null,arguments).parseZone()},i.localeData=st,i.isDuration=Ot,i.monthsShort=function(e,t){return mn(e,t,"monthsShort")},i.weekdaysMin=function(e,t,n){return _n(e,t,n,"weekdaysMin")},i.defineLocale=ot,i.updateLocale=function(e,t){if(null!=t){var n,r,i=et;null!=(r=it(e))&&(i=r._config),t=O(i,t),(n=new j(t)).parentLocale=tt[e],tt[e]=n,at(e)}else null!=tt[e]&&(null!=tt[e].parentLocale?tt[e]=tt[e].parentLocale:null!=tt[e]&&delete tt[e]);return tt[e]},i.locales=function(){return x(tt)},i.weekdaysShort=function(e,t,n){return _n(e,t,n,"weekdaysShort")},i.normalizeUnits=H,i.relativeTimeRounding=function(e){return void 0===e?Fn:"function"==typeof e&&(Fn=e,!0)},i.relativeTimeThreshold=function(e,t){return void 0!==Wn[e]&&(void 0===t?Wn[e]:(Wn[e]=t,"s"===e&&(Wn.ss=t-1),!0))},i.calendarFormat=function(e,t){var n=e.diff(t,"days",!0);return n<-6?"sameElse":n<-1?"lastWeek":n<0?"lastDay":n<1?"sameDay":n<2?"nextDay":n<7?"nextWeek":"sameElse"},i.prototype=dn,i.HTML5_FMT={DATETIME_LOCAL:"YYYY-MM-DDTHH:mm",DATETIME_LOCAL_SECONDS:"YYYY-MM-DDTHH:mm:ss",DATETIME_LOCAL_MS:"YYYY-MM-DDTHH:mm:ss.SSS",DATE:"YYYY-MM-DD",TIME:"HH:mm",TIME_SECONDS:"HH:mm:ss",TIME_MS:"HH:mm:ss.SSS",WEEK:"GGGG-[W]WW",MONTH:"YYYY-MM"},i}()}).call(this,n(278)(e))},function(e,t,n){(function(e,n){var r;!function(){var i="object"==typeof self&&self.self===self&&self||"object"==typeof e&&e.global===e&&e||this||{},a=i._,o=Array.prototype,s=Object.prototype,u="undefined"!=typeof Symbol?Symbol.prototype:null,c=o.push,l=o.slice,d=s.toString,f=s.hasOwnProperty,h=Array.isArray,p=Object.keys,m=Object.create,_=function(){},y=function(e){return e instanceof y?e:this instanceof y?void(this._wrapped=e):new y(e)};t.nodeType?i._=y:(!n.nodeType&&n.exports&&(t=n.exports=y),t._=y),y.VERSION="1.9.2";var v,g=function(e,t,n){if(void 0===t)return e;switch(null==n?3:n){case 1:return function(n){return e.call(t,n)};case 3:return function(n,r,i){return e.call(t,n,r,i)};case 4:return function(n,r,i,a){return e.call(t,n,r,i,a)}}return function(){return e.apply(t,arguments)}},M=function(e,t,n){return y.iteratee!==v?y.iteratee(e,t):null==e?y.identity:y.isFunction(e)?g(e,t,n):y.isObject(e)&&!y.isArray(e)?y.matcher(e):y.property(e)};y.iteratee=v=function(e,t){return M(e,t,1/0)};var L=function(e,t){return t=null==t?e.length-1:+t,function(){for(var n=Math.max(arguments.length-t,0),r=Array(n),i=0;i<n;i++)r[i]=arguments[i+t];switch(t){case 0:return e.call(this,r);case 1:return e.call(this,arguments[0],r);case 2:return e.call(this,arguments[0],arguments[1],r)}var a=Array(t+1);for(i=0;i<t;i++)a[i]=arguments[i];return a[t]=r,e.apply(this,a)}},w=function(e){if(!y.isObject(e))return{};if(m)return m(e);_.prototype=e;var t=new _;return _.prototype=null,t},b=function(e){return function(t){return null==t?void 0:t[e]}},k=function(e,t){return null!=e&&f.call(e,t)},Y=function(e,t){for(var n=t.length,r=0;r<n;r++){if(null==e)return;e=e[t[r]]}return n?e:void 0},T=Math.pow(2,53)-1,x=b("length"),D=function(e){var t=x(e);return"number"==typeof t&&t>=0&&t<=T};y.each=y.forEach=function(e,t,n){var r,i;if(t=g(t,n),D(e))for(r=0,i=e.length;r<i;r++)t(e[r],r,e);else{var a=y.keys(e);for(r=0,i=a.length;r<i;r++)t(e[a[r]],a[r],e)}return e},y.map=y.collect=function(e,t,n){t=M(t,n);for(var r=!D(e)&&y.keys(e),i=(r||e).length,a=Array(i),o=0;o<i;o++){var s=r?r[o]:o;a[o]=t(e[s],s,e)}return a};var S=function(e){var t=function(t,n,r,i){var a=!D(t)&&y.keys(t),o=(a||t).length,s=e>0?0:o-1;for(i||(r=t[a?a[s]:s],s+=e);s>=0&&s<o;s+=e){var u=a?a[s]:s;r=n(r,t[u],u,t)}return r};return function(e,n,r,i){var a=arguments.length>=3;return t(e,g(n,i,4),r,a)}};y.reduce=y.foldl=y.inject=S(1),y.reduceRight=y.foldr=S(-1),y.find=y.detect=function(e,t,n){var r=(D(e)?y.findIndex:y.findKey)(e,t,n);if(void 0!==r&&-1!==r)return e[r]},y.filter=y.select=function(e,t,n){var r=[];return t=M(t,n),y.each(e,(function(e,n,i){t(e,n,i)&&r.push(e)})),r},y.reject=function(e,t,n){return y.filter(e,y.negate(M(t)),n)},y.every=y.all=function(e,t,n){t=M(t,n);for(var r=!D(e)&&y.keys(e),i=(r||e).length,a=0;a<i;a++){var o=r?r[a]:a;if(!t(e[o],o,e))return!1}return!0},y.some=y.any=function(e,t,n){t=M(t,n);for(var r=!D(e)&&y.keys(e),i=(r||e).length,a=0;a<i;a++){var o=r?r[a]:a;if(t(e[o],o,e))return!0}return!1},y.contains=y.includes=y.include=function(e,t,n,r){return D(e)||(e=y.values(e)),("number"!=typeof n||r)&&(n=0),y.indexOf(e,t,n)>=0},y.invoke=L((function(e,t,n){var r,i;return y.isFunction(t)?i=t:y.isArray(t)&&(r=t.slice(0,-1),t=t[t.length-1]),y.map(e,(function(e){var a=i;if(!a){if(r&&r.length&&(e=Y(e,r)),null==e)return;a=e[t]}return null==a?a:a.apply(e,n)}))})),y.pluck=function(e,t){return y.map(e,y.property(t))},y.where=function(e,t){return y.filter(e,y.matcher(t))},y.findWhere=function(e,t){return y.find(e,y.matcher(t))},y.max=function(e,t,n){var r,i,a=-1/0,o=-1/0;if(null==t||"number"==typeof t&&"object"!=typeof e[0]&&null!=e)for(var s=0,u=(e=D(e)?e:y.values(e)).length;s<u;s++)null!=(r=e[s])&&r>a&&(a=r);else t=M(t,n),y.each(e,(function(e,n,r){((i=t(e,n,r))>o||i===-1/0&&a===-1/0)&&(a=e,o=i)}));return a},y.min=function(e,t,n){var r,i,a=1/0,o=1/0;if(null==t||"number"==typeof t&&"object"!=typeof e[0]&&null!=e)for(var s=0,u=(e=D(e)?e:y.values(e)).length;s<u;s++)null!=(r=e[s])&&r<a&&(a=r);else t=M(t,n),y.each(e,(function(e,n,r){((i=t(e,n,r))<o||i===1/0&&a===1/0)&&(a=e,o=i)}));return a},y.shuffle=function(e){return y.sample(e,1/0)},y.sample=function(e,t,n){if(null==t||n)return D(e)||(e=y.values(e)),e[y.random(e.length-1)];var r=D(e)?y.clone(e):y.values(e),i=x(r);t=Math.max(Math.min(t,i),0);for(var a=i-1,o=0;o<t;o++){var s=y.random(o,a),u=r[o];r[o]=r[s],r[s]=u}return r.slice(0,t)},y.sortBy=function(e,t,n){var r=0;return t=M(t,n),y.pluck(y.map(e,(function(e,n,i){return{value:e,index:r++,criteria:t(e,n,i)}})).sort((function(e,t){var n=e.criteria,r=t.criteria;if(n!==r){if(n>r||void 0===n)return 1;if(n<r||void 0===r)return-1}return e.index-t.index})),"value")};var E=function(e,t){return function(n,r,i){var a=t?[[],[]]:{};return r=M(r,i),y.each(n,(function(t,i){var o=r(t,i,n);e(a,t,o)})),a}};y.groupBy=E((function(e,t,n){k(e,n)?e[n].push(t):e[n]=[t]})),y.indexBy=E((function(e,t,n){e[n]=t})),y.countBy=E((function(e,t,n){k(e,n)?e[n]++:e[n]=1}));var O=/[^\ud800-\udfff]|[\ud800-\udbff][\udc00-\udfff]|[\ud800-\udfff]/g;y.toArray=function(e){return e?y.isArray(e)?l.call(e):y.isString(e)?e.match(O):D(e)?y.map(e,y.identity):y.values(e):[]},y.size=function(e){return null==e?0:D(e)?e.length:y.keys(e).length},y.partition=E((function(e,t,n){e[n?0:1].push(t)}),!0),y.first=y.head=y.take=function(e,t,n){return null==e||e.length<1?null==t?void 0:[]:null==t||n?e[0]:y.initial(e,e.length-t)},y.initial=function(e,t,n){return l.call(e,0,Math.max(0,e.length-(null==t||n?1:t)))},y.last=function(e,t,n){return null==e||e.length<1?null==t?void 0:[]:null==t||n?e[e.length-1]:y.rest(e,Math.max(0,e.length-t))},y.rest=y.tail=y.drop=function(e,t,n){return l.call(e,null==t||n?1:t)},y.compact=function(e){return y.filter(e,Boolean)};var j=function(e,t,n,r){for(var i=(r=r||[]).length,a=0,o=x(e);a<o;a++){var s=e[a];if(D(s)&&(y.isArray(s)||y.isArguments(s)))if(t)for(var u=0,c=s.length;u<c;)r[i++]=s[u++];else j(s,t,n,r),i=r.length;else n||(r[i++]=s)}return r};y.flatten=function(e,t){return j(e,t,!1)},y.without=L((function(e,t){return y.difference(e,t)})),y.uniq=y.unique=function(e,t,n,r){y.isBoolean(t)||(r=n,n=t,t=!1),null!=n&&(n=M(n,r));for(var i=[],a=[],o=0,s=x(e);o<s;o++){var u=e[o],c=n?n(u,o,e):u;t&&!n?(o&&a===c||i.push(u),a=c):n?y.contains(a,c)||(a.push(c),i.push(u)):y.contains(i,u)||i.push(u)}return i},y.union=L((function(e){return y.uniq(j(e,!0,!0))})),y.intersection=function(e){for(var t=[],n=arguments.length,r=0,i=x(e);r<i;r++){var a=e[r];if(!y.contains(t,a)){var o;for(o=1;o<n&&y.contains(arguments[o],a);o++);o===n&&t.push(a)}}return t},y.difference=L((function(e,t){return t=j(t,!0,!0),y.filter(e,(function(e){return!y.contains(t,e)}))})),y.unzip=function(e){for(var t=e&&y.max(e,x).length||0,n=Array(t),r=0;r<t;r++)n[r]=y.pluck(e,r);return n},y.zip=L(y.unzip),y.object=function(e,t){for(var n={},r=0,i=x(e);r<i;r++)t?n[e[r]]=t[r]:n[e[r][0]]=e[r][1];return n};var A=function(e){return function(t,n,r){n=M(n,r);for(var i=x(t),a=e>0?0:i-1;a>=0&&a<i;a+=e)if(n(t[a],a,t))return a;return-1}};y.findIndex=A(1),y.findLastIndex=A(-1),y.sortedIndex=function(e,t,n,r){for(var i=(n=M(n,r,1))(t),a=0,o=x(e);a<o;){var s=Math.floor((a+o)/2);n(e[s])<i?a=s+1:o=s}return a};var P=function(e,t,n){return function(r,i,a){var o=0,s=x(r);if("number"==typeof a)e>0?o=a>=0?a:Math.max(a+s,o):s=a>=0?Math.min(a+1,s):a+s+1;else if(n&&a&&s)return r[a=n(r,i)]===i?a:-1;if(i!=i)return(a=t(l.call(r,o,s),y.isNaN))>=0?a+o:-1;for(a=e>0?o:s-1;a>=0&&a<s;a+=e)if(r[a]===i)return a;return-1}};y.indexOf=P(1,y.findIndex,y.sortedIndex),y.lastIndexOf=P(-1,y.findLastIndex),y.range=function(e,t,n){null==t&&(t=e||0,e=0),n||(n=t<e?-1:1);for(var r=Math.max(Math.ceil((t-e)/n),0),i=Array(r),a=0;a<r;a++,e+=n)i[a]=e;return i},y.chunk=function(e,t){if(null==t||t<1)return[];for(var n=[],r=0,i=e.length;r<i;)n.push(l.call(e,r,r+=t));return n};var H=function(e,t,n,r,i){if(!(r instanceof t))return e.apply(n,i);var a=w(e.prototype),o=e.apply(a,i);return y.isObject(o)?o:a};y.bind=L((function(e,t,n){if(!y.isFunction(e))throw new TypeError("Bind must be called on a function");var r=L((function(i){return H(e,r,t,this,n.concat(i))}));return r})),y.partial=L((function(e,t){var n=y.partial.placeholder,r=function(){for(var i=0,a=t.length,o=Array(a),s=0;s<a;s++)o[s]=t[s]===n?arguments[i++]:t[s];for(;i<arguments.length;)o.push(arguments[i++]);return H(e,r,this,this,o)};return r})),y.partial.placeholder=y,y.bindAll=L((function(e,t){var n=(t=j(t,!1,!1)).length;if(n<1)throw new Error("bindAll must be passed function names");for(;n--;){var r=t[n];e[r]=y.bind(e[r],e)}})),y.memoize=function(e,t){var n=function(r){var i=n.cache,a=""+(t?t.apply(this,arguments):r);return k(i,a)||(i[a]=e.apply(this,arguments)),i[a]};return n.cache={},n},y.delay=L((function(e,t,n){return setTimeout((function(){return e.apply(null,n)}),t)})),y.defer=y.partial(y.delay,y,1),y.throttle=function(e,t,n){var r,i,a,o,s=0;n||(n={});var u=function(){s=!1===n.leading?0:y.now(),r=null,o=e.apply(i,a),r||(i=a=null)},c=function(){var c=y.now();s||!1!==n.leading||(s=c);var l=t-(c-s);return i=this,a=arguments,l<=0||l>t?(r&&(clearTimeout(r),r=null),s=c,o=e.apply(i,a),r||(i=a=null)):r||!1===n.trailing||(r=setTimeout(u,l)),o};return c.cancel=function(){clearTimeout(r),s=0,r=i=a=null},c},y.debounce=function(e,t,n){var r,i,a=function(t,n){r=null,n&&(i=e.apply(t,n))},o=L((function(o){if(r&&clearTimeout(r),n){var s=!r;r=setTimeout(a,t),s&&(i=e.apply(this,o))}else r=y.delay(a,t,this,o);return i}));return o.cancel=function(){clearTimeout(r),r=null},o},y.wrap=function(e,t){return y.partial(t,e)},y.negate=function(e){return function(){return!e.apply(this,arguments)}},y.compose=function(){var e=arguments,t=e.length-1;return function(){for(var n=t,r=e[t].apply(this,arguments);n--;)r=e[n].call(this,r);return r}},y.after=function(e,t){return function(){if(--e<1)return t.apply(this,arguments)}},y.before=function(e,t){var n;return function(){return--e>0&&(n=t.apply(this,arguments)),e<=1&&(t=null),n}},y.once=y.partial(y.before,2),y.restArguments=L;var C=!{toString:null}.propertyIsEnumerable("toString"),N=["valueOf","isPrototypeOf","toString","propertyIsEnumerable","hasOwnProperty","toLocaleString"],I=function(e,t){var n=N.length,r=e.constructor,i=y.isFunction(r)&&r.prototype||s,a="constructor";for(k(e,a)&&!y.contains(t,a)&&t.push(a);n--;)(a=N[n])in e&&e[a]!==i[a]&&!y.contains(t,a)&&t.push(a)};y.keys=function(e){if(!y.isObject(e))return[];if(p)return p(e);var t=[];for(var n in e)k(e,n)&&t.push(n);return C&&I(e,t),t},y.allKeys=function(e){if(!y.isObject(e))return[];var t=[];for(var n in e)t.push(n);return C&&I(e,t),t},y.values=function(e){for(var t=y.keys(e),n=t.length,r=Array(n),i=0;i<n;i++)r[i]=e[t[i]];return r},y.mapObject=function(e,t,n){t=M(t,n);for(var r=y.keys(e),i=r.length,a={},o=0;o<i;o++){var s=r[o];a[s]=t(e[s],s,e)}return a},y.pairs=function(e){for(var t=y.keys(e),n=t.length,r=Array(n),i=0;i<n;i++)r[i]=[t[i],e[t[i]]];return r},y.invert=function(e){for(var t={},n=y.keys(e),r=0,i=n.length;r<i;r++)t[e[n[r]]]=n[r];return t},y.functions=y.methods=function(e){var t=[];for(var n in e)y.isFunction(e[n])&&t.push(n);return t.sort()};var R=function(e,t){return function(n){var r=arguments.length;if(t&&(n=Object(n)),r<2||null==n)return n;for(var i=1;i<r;i++)for(var a=arguments[i],o=e(a),s=o.length,u=0;u<s;u++){var c=o[u];t&&void 0!==n[c]||(n[c]=a[c])}return n}};y.extend=R(y.allKeys),y.extendOwn=y.assign=R(y.keys),y.findKey=function(e,t,n){t=M(t,n);for(var r,i=y.keys(e),a=0,o=i.length;a<o;a++)if(t(e[r=i[a]],r,e))return r};var F,W,$=function(e,t,n){return t in n};y.pick=L((function(e,t){var n={},r=t[0];if(null==e)return n;y.isFunction(r)?(t.length>1&&(r=g(r,t[1])),t=y.allKeys(e)):(r=$,t=j(t,!1,!1),e=Object(e));for(var i=0,a=t.length;i<a;i++){var o=t[i],s=e[o];r(s,o,e)&&(n[o]=s)}return n})),y.omit=L((function(e,t){var n,r=t[0];return y.isFunction(r)?(r=y.negate(r),t.length>1&&(n=t[1])):(t=y.map(j(t,!1,!1),String),r=function(e,n){return!y.contains(t,n)}),y.pick(e,r,n)})),y.defaults=R(y.allKeys,!0),y.create=function(e,t){var n=w(e);return t&&y.extendOwn(n,t),n},y.clone=function(e){return y.isObject(e)?y.isArray(e)?e.slice():y.extend({},e):e},y.tap=function(e,t){return t(e),e},y.isMatch=function(e,t){var n=y.keys(t),r=n.length;if(null==e)return!r;for(var i=Object(e),a=0;a<r;a++){var o=n[a];if(t[o]!==i[o]||!(o in i))return!1}return!0},F=function(e,t,n,r){if(e===t)return 0!==e||1/e==1/t;if(null==e||null==t)return!1;if(e!=e)return t!=t;var i=typeof e;return("function"===i||"object"===i||"object"==typeof t)&&W(e,t,n,r)},W=function(e,t,n,r){e instanceof y&&(e=e._wrapped),t instanceof y&&(t=t._wrapped);var i=d.call(e);if(i!==d.call(t))return!1;switch(i){case"[object RegExp]":case"[object String]":return""+e==""+t;case"[object Number]":return+e!=+e?+t!=+t:0==+e?1/+e==1/t:+e==+t;case"[object Date]":case"[object Boolean]":return+e==+t;case"[object Symbol]":return u.valueOf.call(e)===u.valueOf.call(t)}var a="[object Array]"===i;if(!a){if("object"!=typeof e||"object"!=typeof t)return!1;var o=e.constructor,s=t.constructor;if(o!==s&&!(y.isFunction(o)&&o instanceof o&&y.isFunction(s)&&s instanceof s)&&"constructor"in e&&"constructor"in t)return!1}r=r||[];for(var c=(n=n||[]).length;c--;)if(n[c]===e)return r[c]===t;if(n.push(e),r.push(t),a){if((c=e.length)!==t.length)return!1;for(;c--;)if(!F(e[c],t[c],n,r))return!1}else{var l,f=y.keys(e);if(c=f.length,y.keys(t).length!==c)return!1;for(;c--;)if(l=f[c],!k(t,l)||!F(e[l],t[l],n,r))return!1}return n.pop(),r.pop(),!0},y.isEqual=function(e,t){return F(e,t)},y.isEmpty=function(e){return null==e||(D(e)&&(y.isArray(e)||y.isString(e)||y.isArguments(e))?0===e.length:0===y.keys(e).length)},y.isElement=function(e){return!(!e||1!==e.nodeType)},y.isArray=h||function(e){return"[object Array]"===d.call(e)},y.isObject=function(e){var t=typeof e;return"function"===t||"object"===t&&!!e},y.each(["Arguments","Function","String","Number","Date","RegExp","Error","Symbol","Map","WeakMap","Set","WeakSet"],(function(e){y["is"+e]=function(t){return d.call(t)==="[object "+e+"]"}})),y.isArguments(arguments)||(y.isArguments=function(e){return k(e,"callee")});var z=i.document&&i.document.childNodes;"object"!=typeof Int8Array&&"function"!=typeof z&&(y.isFunction=function(e){return"function"==typeof e||!1}),y.isFinite=function(e){return!y.isSymbol(e)&&isFinite(e)&&!isNaN(parseFloat(e))},y.isNaN=function(e){return y.isNumber(e)&&isNaN(e)},y.isBoolean=function(e){return!0===e||!1===e||"[object Boolean]"===d.call(e)},y.isNull=function(e){return null===e},y.isUndefined=function(e){return void 0===e},y.has=function(e,t){if(!y.isArray(t))return k(e,t);for(var n=t.length,r=0;r<n;r++){var i=t[r];if(null==e||!f.call(e,i))return!1;e=e[i]}return!!n},y.noConflict=function(){return i._=a,this},y.identity=function(e){return e},y.constant=function(e){return function(){return e}},y.noop=function(){},y.property=function(e){return y.isArray(e)?function(t){return Y(t,e)}:b(e)},y.propertyOf=function(e){return null==e?function(){}:function(t){return y.isArray(t)?Y(e,t):e[t]}},y.matcher=y.matches=function(e){return e=y.extendOwn({},e),function(t){return y.isMatch(t,e)}},y.times=function(e,t,n){var r=Array(Math.max(0,e));t=g(t,n,1);for(var i=0;i<e;i++)r[i]=t(i);return r},y.random=function(e,t){return null==t&&(t=e,e=0),e+Math.floor(Math.random()*(t-e+1))},y.now=Date.now||function(){return(new Date).getTime()};var U={"&":"&amp;","<":"&lt;",">":"&gt;",'"':"&quot;","'":"&#x27;","`":"&#x60;"},B=y.invert(U),q=function(e){var t=function(t){return e[t]},n="(?:"+y.keys(e).join("|")+")",r=RegExp(n),i=RegExp(n,"g");return function(e){return e=null==e?"":""+e,r.test(e)?e.replace(i,t):e}};y.escape=q(U),y.unescape=q(B),y.result=function(e,t,n){y.isArray(t)||(t=[t]);var r=t.length;if(!r)return y.isFunction(n)?n.call(e):n;for(var i=0;i<r;i++){var a=null==e?void 0:e[t[i]];void 0===a&&(a=n,i=r),e=y.isFunction(a)?a.call(e):a}return e};var J=0;y.uniqueId=function(e){var t=++J+"";return e?e+t:t},y.templateSettings={evaluate:/<%([\s\S]+?)%>/g,interpolate:/<%=([\s\S]+?)%>/g,escape:/<%-([\s\S]+?)%>/g};var G=/(.)^/,V={"'":"'","\\":"\\","\r":"r","\n":"n","\u2028":"u2028","\u2029":"u2029"},K=/\\|'|\r|\n|\u2028|\u2029/g,X=function(e){return"\\"+V[e]};y.template=function(e,t,n){!t&&n&&(t=n),t=y.defaults({},t,y.templateSettings);var r,i=RegExp([(t.escape||G).source,(t.interpolate||G).source,(t.evaluate||G).source].join("|")+"|$","g"),a=0,o="__p+='";e.replace(i,(function(t,n,r,i,s){return o+=e.slice(a,s).replace(K,X),a=s+t.length,n?o+="'+\n((__t=("+n+"))==null?'':_.escape(__t))+\n'":r?o+="'+\n((__t=("+r+"))==null?'':__t)+\n'":i&&(o+="';\n"+i+"\n__p+='"),t})),o+="';\n",t.variable||(o="with(obj||{}){\n"+o+"}\n"),o="var __t,__p='',__j=Array.prototype.join,print=function(){__p+=__j.call(arguments,'');};\n"+o+"return __p;\n";try{r=new Function(t.variable||"obj","_",o)}catch(e){throw e.source=o,e}var s=function(e){return r.call(this,e,y)},u=t.variable||"obj";return s.source="function("+u+"){\n"+o+"}",s},y.chain=function(e){var t=y(e);return t._chain=!0,t};var Z=function(e,t){return e._chain?y(t).chain():t};y.mixin=function(e){return y.each(y.functions(e),(function(t){var n=y[t]=e[t];y.prototype[t]=function(){var e=[this._wrapped];return c.apply(e,arguments),Z(this,n.apply(y,e))}})),y},y.mixin(y),y.each(["pop","push","reverse","shift","sort","splice","unshift"],(function(e){var t=o[e];y.prototype[e]=function(){var n=this._wrapped;return t.apply(n,arguments),"shift"!==e&&"splice"!==e||0!==n.length||delete n[0],Z(this,n)}})),y.each(["concat","join","slice"],(function(e){var t=o[e];y.prototype[e]=function(){return Z(this,t.apply(this._wrapped,arguments))}})),y.prototype.value=function(){return this._wrapped},y.prototype.valueOf=y.prototype.toJSON=y.prototype.value,y.prototype.toString=function(){return String(this._wrapped)},void 0===(r=function(){return y}.apply(t,[]))||(n.exports=r)}()}).call(this,n(14),n(278)(e))},,function(e,r,i){"use strict";var a=i(41),o=i(0),s=i.n(o),u={},c=[],l=i(2),d=i.n(l),f={updatableNotification:null,getDefaultNotificationFunction:null,setDefault:function(e){this.getDefaultNotificationFunction=e},hide:function(e,t){d.a.isFunction(e)&&(t=e,e=void 0),e?(e.each((function(){s()(this)[0].toastify.hideToast(),this===this.updatableNotification&&(this.updatableNotification=null)})),t&&t.call(),this.getDefaultNotificationFunction&&this.getDefaultNotificationFunction()):console.error("Missing argument $row in OC.Notification.hide() call, caller needs to be adjusted to only dismiss its own notification")},showHtml:function(e,t){(t=t||{}).isHTML=!0,t.timeout=t.timeout?t.timeout:-1;var n=window.OCP.Toast.message(e,t);return s()(n.toastElement)},show:function(e,t){(t=t||{}).timeout=t.timeout?t.timeout:-1;var n=window.OCP.Toast.message(e,t);return s()(n.toastElement)},showUpdate:function(e){return this.updatableNotification&&this.updatableNotification.hideToast(),this.updatableNotification=OCP.Toast.message(e,{timeout:-1}),s()(this.updatableNotification.toastElement)},showTemporary:function(e,t){(t=t||{}).timeout=t.timeout||7;var n=window.OCP.Toast.message(e,t);return s()(n.toastElement)},isHidden:function(){return!s()("#content").find(".toastify").length}},h=d.a.throttle((function(){f.showTemporary(t("core","Connection to server lost"))}),7e3,{trailing:!1}),p=i(210),m=i(60),_=window.oc_appconfig||{},y={getValue:function(e,t,n,r){Object(m.getValue)(e,t,n,{success:r})},setValue:function(e,t,n){Object(m.setValue)(e,t,n)},getApps:function(e){Object(m.getApps)({success:e})},getKeys:function(e,t){Object(m.getKeys)(e,{success:t})},deleteKey:function(e,t){Object(m.deleteKey)(e,t)}},v=i(62),g=void 0!==window._oc_appswebroots&&window._oc_appswebroots,M=i(38),L=i.n(M),w=i(211),b=i.n(w),k={create:"POST",update:"PROPPATCH",patch:"PROPPATCH",delete:"DELETE",read:"PROPFIND"};function Y(e,t){if(d.a.isArray(e))return d.a.map(e,(function(e){return Y(e,t)}));var n={href:e.href};return d.a.each(e.propStat,(function(e){if("HTTP/1.1 200 OK"===e.status)for(var r in e.properties){var i=r;r in t&&(i=t[r]),n[i]=e.properties[r]}})),n.id||(n.id=T(n.href)),n}function T(e){var t=e.indexOf("?");t>0&&(e=e.substr(0,t));var n,r=e.split("/");do{n=r[r.length-1],r.pop()}while(!n&&r.length>0);return n}function x(e){return e>=200&&e<=299}function D(e,t,n,r){return e.propPatch(t.url,function(e,t){var n,r={};for(n in e){var i=t[n],a=e[n];i||(console.warn('No matching DAV property for property "'+n),i=n),(d.a.isBoolean(a)||d.a.isNumber(a))&&(a=""+a),r[i]=a}return r}(n.changed,t.davProperties),r).then((function(e){x(e.status)?d.a.isFunction(t.success)&&t.success(n.toJSON()):d.a.isFunction(t.error)&&t.error(e)}))}var S,E=L.a.noConflict();Object.assign(E,{davCall:function(e,t){var n=new b.a.Client({baseUrl:e.url,xmlNamespaces:d.a.extend({"DAV:":"d","http://owncloud.org/ns":"oc"},e.xmlNamespaces||{})});n.resolveUrl=function(){return e.url};var r=d.a.extend({"X-Requested-With":"XMLHttpRequest",requesttoken:OC.requestToken},e.headers);return"PROPFIND"===e.type?function(e,t,n,r){return e.propFind(t.url,d.a.values(t.davProperties)||[],t.depth,r).then((function(e){if(x(e.status)){if(d.a.isFunction(t.success)){var n=d.a.invert(t.davProperties),r=Y(e.body,n);t.depth>0&&r.shift(),t.success(r)}}else d.a.isFunction(t.error)&&t.error(e)}))}(n,e,0,r):"PROPPATCH"===e.type?D(n,e,t,r):"MKCOL"===e.type?function(e,t,n,r){return e.request(t.type,t.url,r,null).then((function(i){x(i.status)?D(e,t,n,r):d.a.isFunction(t.error)&&t.error(i)}))}(n,e,t,r):function(e,t,n,r){return r["Content-Type"]="application/json",e.request(t.type,t.url,r,t.data).then((function(e){if(x(e.status)){if(d.a.isFunction(t.success)){if("PUT"===t.type||"POST"===t.type||"MKCOL"===t.type){var r=e.body||n.toJSON(),i=e.xhr.getResponseHeader("Content-Location");return"POST"===t.type&&i&&(r.id=T(i)),void t.success(r)}if(207===e.status){var a=d.a.invert(t.davProperties);t.success(Y(e.body,a))}else t.success(e.body)}}else d.a.isFunction(t.error)&&t.error(e)}))}(n,e,t,r)},davSync:(S=E,function(e,t,n){var r={type:k[e]||e},i=t instanceof S.Collection;if("update"===e&&(t.hasInnerCollection?r.type="MKCOL":(t.usePUT||t.collection&&t.collection.usePUT)&&(r.type="PUT")),n.url||(r.url=d.a.result(t,"url")||function(){throw new Error('A "url" property or function must be specified')}()),null!=n.data||!t||"create"!==e&&"update"!==e&&"patch"!==e||(r.data=JSON.stringify(n.attrs||t.toJSON(n))),"PROPFIND"!==r.type&&(r.processData=!1),"PROPFIND"===r.type||"PROPPATCH"===r.type){var a=t.davProperties;!a&&t.model&&(a=t.model.prototype.davProperties),a&&(d.a.isFunction(a)?r.davProperties=a.call(t):r.davProperties=a),r.davProperties=d.a.extend(r.davProperties||{},n.davProperties),d.a.isUndefined(n.depth)&&(n.depth=i?1:0)}var o=n.error;n.error=function(e,t,r){n.textStatus=t,n.errorThrown=r,o&&o.call(n.context,e,t,r)};var s=n.xhr=S.davCall(d.a.extend(r,n),t);return t.trigger("request",t,s,n),s})});var O=E,j=i(69),A=i(207),P=window._oc_config||{},H=i(11),C=i(476),N=document.getElementsByTagName("head")[0].getAttribute("data-user"),I=document.getElementsByTagName("head")[0].getAttribute("data-user-displayname"),R=void 0!==N&&N,F=i(89);function W(e){return(W="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}
-/*
+function(e){var t,n,r,a,i,o,s,u,l,c,d,f,p,m,h,_,g,y,v,M="sizzle"+1*new Date,L=e.document,w=0,b=0,T=oe(),x=oe(),k=oe(),Y=function(e,t){return e===t&&(d=!0),0},D={}.hasOwnProperty,S=[],j=S.pop,A=S.push,E=S.push,O=S.slice,P=function(e,t){for(var n=0,r=e.length;n<r;n++)if(e[n]===t)return n;return-1},C="checked|selected|async|autofocus|autoplay|controls|defer|disabled|hidden|ismap|loop|multiple|open|readonly|required|scoped",H="[\\x20\\t\\r\\n\\f]",F="(?:\\\\.|[\\w-]|[^\0-\\xa0])+",N="\\["+H+"*("+F+")(?:"+H+"*([*^$|!~]?=)"+H+"*(?:'((?:\\\\.|[^\\\\'])*)'|\"((?:\\\\.|[^\\\\\"])*)\"|("+F+"))|)"+H+"*\\]",I=":("+F+")(?:\\((('((?:\\\\.|[^\\\\'])*)'|\"((?:\\\\.|[^\\\\\"])*)\")|((?:\\\\.|[^\\\\()[\\]]|"+N+")*)|.*)\\)|)",R=new RegExp(H+"+","g"),U=new RegExp("^"+H+"+|((?:^|[^\\\\])(?:\\\\.)*)"+H+"+$","g"),W=new RegExp("^"+H+"*,"+H+"*"),z=new RegExp("^"+H+"*([>+~]|"+H+")"+H+"*"),$=new RegExp("="+H+"*([^\\]'\"]*?)"+H+"*\\]","g"),B=new RegExp(I),q=new RegExp("^"+F+"$"),G={ID:new RegExp("^#("+F+")"),CLASS:new RegExp("^\\.("+F+")"),TAG:new RegExp("^("+F+"|[*])"),ATTR:new RegExp("^"+N),PSEUDO:new RegExp("^"+I),CHILD:new RegExp("^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\("+H+"*(even|odd|(([+-]|)(\\d*)n|)"+H+"*(?:([+-]|)"+H+"*(\\d+)|))"+H+"*\\)|)","i"),bool:new RegExp("^(?:"+C+")$","i"),needsContext:new RegExp("^"+H+"*[>+~]|:(even|odd|eq|gt|lt|nth|first|last)(?:\\("+H+"*((?:-\\d)?\\d*)"+H+"*\\)|)(?=[^-]|$)","i")},J=/^(?:input|select|textarea|button)$/i,V=/^h\d$/i,K=/^[^{]+\{\s*\[native \w/,X=/^(?:#([\w-]+)|(\w+)|\.([\w-]+))$/,Z=/[+~]/,Q=new RegExp("\\\\([\\da-f]{1,6}"+H+"?|("+H+")|.)","ig"),ee=function(e,t,n){var r="0x"+t-65536;return r!=r||n?t:r<0?String.fromCharCode(r+65536):String.fromCharCode(r>>10|55296,1023&r|56320)},te=/([\0-\x1f\x7f]|^-?\d)|^-$|[^\0-\x1f\x7f-\uFFFF\w-]/g,ne=function(e,t){return t?"\0"===e?"�":e.slice(0,-1)+"\\"+e.charCodeAt(e.length-1).toString(16)+" ":"\\"+e},re=function(){f()},ae=ye((function(e){return!0===e.disabled&&("form"in e||"label"in e)}),{dir:"parentNode",next:"legend"});try{E.apply(S=O.call(L.childNodes),L.childNodes),S[L.childNodes.length].nodeType}catch(e){E={apply:S.length?function(e,t){A.apply(e,O.call(t))}:function(e,t){for(var n=e.length,r=0;e[n++]=t[r++];);e.length=n-1}}}function ie(e,t,r,a){var i,s,l,c,d,m,g,y=t&&t.ownerDocument,w=t?t.nodeType:9;if(r=r||[],"string"!=typeof e||!e||1!==w&&9!==w&&11!==w)return r;if(!a&&((t?t.ownerDocument||t:L)!==p&&f(t),t=t||p,h)){if(11!==w&&(d=X.exec(e)))if(i=d[1]){if(9===w){if(!(l=t.getElementById(i)))return r;if(l.id===i)return r.push(l),r}else if(y&&(l=y.getElementById(i))&&v(t,l)&&l.id===i)return r.push(l),r}else{if(d[2])return E.apply(r,t.getElementsByTagName(e)),r;if((i=d[3])&&n.getElementsByClassName&&t.getElementsByClassName)return E.apply(r,t.getElementsByClassName(i)),r}if(n.qsa&&!k[e+" "]&&(!_||!_.test(e))){if(1!==w)y=t,g=e;else if("object"!==t.nodeName.toLowerCase()){for((c=t.getAttribute("id"))?c=c.replace(te,ne):t.setAttribute("id",c=M),s=(m=o(e)).length;s--;)m[s]="#"+c+" "+ge(m[s]);g=m.join(","),y=Z.test(e)&&he(t.parentNode)||t}if(g)try{return E.apply(r,y.querySelectorAll(g)),r}catch(e){}finally{c===M&&t.removeAttribute("id")}}}return u(e.replace(U,"$1"),t,r,a)}function oe(){var e=[];return function t(n,a){return e.push(n+" ")>r.cacheLength&&delete t[e.shift()],t[n+" "]=a}}function se(e){return e[M]=!0,e}function ue(e){var t=p.createElement("fieldset");try{return!!e(t)}catch(e){return!1}finally{t.parentNode&&t.parentNode.removeChild(t),t=null}}function le(e,t){for(var n=e.split("|"),a=n.length;a--;)r.attrHandle[n[a]]=t}function ce(e,t){var n=t&&e,r=n&&1===e.nodeType&&1===t.nodeType&&e.sourceIndex-t.sourceIndex;if(r)return r;if(n)for(;n=n.nextSibling;)if(n===t)return-1;return e?1:-1}function de(e){return function(t){return"input"===t.nodeName.toLowerCase()&&t.type===e}}function fe(e){return function(t){var n=t.nodeName.toLowerCase();return("input"===n||"button"===n)&&t.type===e}}function pe(e){return function(t){return"form"in t?t.parentNode&&!1===t.disabled?"label"in t?"label"in t.parentNode?t.parentNode.disabled===e:t.disabled===e:t.isDisabled===e||t.isDisabled!==!e&&ae(t)===e:t.disabled===e:"label"in t&&t.disabled===e}}function me(e){return se((function(t){return t=+t,se((function(n,r){for(var a,i=e([],n.length,t),o=i.length;o--;)n[a=i[o]]&&(n[a]=!(r[a]=n[a]))}))}))}function he(e){return e&&void 0!==e.getElementsByTagName&&e}for(t in n=ie.support={},i=ie.isXML=function(e){var t=e&&(e.ownerDocument||e).documentElement;return!!t&&"HTML"!==t.nodeName},f=ie.setDocument=function(e){var t,a,o=e?e.ownerDocument||e:L;return o!==p&&9===o.nodeType&&o.documentElement?(m=(p=o).documentElement,h=!i(p),L!==p&&(a=p.defaultView)&&a.top!==a&&(a.addEventListener?a.addEventListener("unload",re,!1):a.attachEvent&&a.attachEvent("onunload",re)),n.attributes=ue((function(e){return e.className="i",!e.getAttribute("className")})),n.getElementsByTagName=ue((function(e){return e.appendChild(p.createComment("")),!e.getElementsByTagName("*").length})),n.getElementsByClassName=K.test(p.getElementsByClassName),n.getById=ue((function(e){return m.appendChild(e).id=M,!p.getElementsByName||!p.getElementsByName(M).length})),n.getById?(r.filter.ID=function(e){var t=e.replace(Q,ee);return function(e){return e.getAttribute("id")===t}},r.find.ID=function(e,t){if(void 0!==t.getElementById&&h){var n=t.getElementById(e);return n?[n]:[]}}):(r.filter.ID=function(e){var t=e.replace(Q,ee);return function(e){var n=void 0!==e.getAttributeNode&&e.getAttributeNode("id");return n&&n.value===t}},r.find.ID=function(e,t){if(void 0!==t.getElementById&&h){var n,r,a,i=t.getElementById(e);if(i){if((n=i.getAttributeNode("id"))&&n.value===e)return[i];for(a=t.getElementsByName(e),r=0;i=a[r++];)if((n=i.getAttributeNode("id"))&&n.value===e)return[i]}return[]}}),r.find.TAG=n.getElementsByTagName?function(e,t){return void 0!==t.getElementsByTagName?t.getElementsByTagName(e):n.qsa?t.querySelectorAll(e):void 0}:function(e,t){var n,r=[],a=0,i=t.getElementsByTagName(e);if("*"===e){for(;n=i[a++];)1===n.nodeType&&r.push(n);return r}return i},r.find.CLASS=n.getElementsByClassName&&function(e,t){if(void 0!==t.getElementsByClassName&&h)return t.getElementsByClassName(e)},g=[],_=[],(n.qsa=K.test(p.querySelectorAll))&&(ue((function(e){m.appendChild(e).innerHTML="<a id='"+M+"'></a><select id='"+M+"-\r\\' msallowcapture=''><option selected=''></option></select>",e.querySelectorAll("[msallowcapture^='']").length&&_.push("[*^$]="+H+"*(?:''|\"\")"),e.querySelectorAll("[selected]").length||_.push("\\["+H+"*(?:value|"+C+")"),e.querySelectorAll("[id~="+M+"-]").length||_.push("~="),e.querySelectorAll(":checked").length||_.push(":checked"),e.querySelectorAll("a#"+M+"+*").length||_.push(".#.+[+~]")})),ue((function(e){e.innerHTML="<a href='' disabled='disabled'></a><select disabled='disabled'><option/></select>";var t=p.createElement("input");t.setAttribute("type","hidden"),e.appendChild(t).setAttribute("name","D"),e.querySelectorAll("[name=d]").length&&_.push("name"+H+"*[*^$|!~]?="),2!==e.querySelectorAll(":enabled").length&&_.push(":enabled",":disabled"),m.appendChild(e).disabled=!0,2!==e.querySelectorAll(":disabled").length&&_.push(":enabled",":disabled"),e.querySelectorAll("*,:x"),_.push(",.*:")}))),(n.matchesSelector=K.test(y=m.matches||m.webkitMatchesSelector||m.mozMatchesSelector||m.oMatchesSelector||m.msMatchesSelector))&&ue((function(e){n.disconnectedMatch=y.call(e,"*"),y.call(e,"[s!='']:x"),g.push("!=",I)})),_=_.length&&new RegExp(_.join("|")),g=g.length&&new RegExp(g.join("|")),t=K.test(m.compareDocumentPosition),v=t||K.test(m.contains)?function(e,t){var n=9===e.nodeType?e.documentElement:e,r=t&&t.parentNode;return e===r||!(!r||1!==r.nodeType||!(n.contains?n.contains(r):e.compareDocumentPosition&&16&e.compareDocumentPosition(r)))}:function(e,t){if(t)for(;t=t.parentNode;)if(t===e)return!0;return!1},Y=t?function(e,t){if(e===t)return d=!0,0;var r=!e.compareDocumentPosition-!t.compareDocumentPosition;return r||(1&(r=(e.ownerDocument||e)===(t.ownerDocument||t)?e.compareDocumentPosition(t):1)||!n.sortDetached&&t.compareDocumentPosition(e)===r?e===p||e.ownerDocument===L&&v(L,e)?-1:t===p||t.ownerDocument===L&&v(L,t)?1:c?P(c,e)-P(c,t):0:4&r?-1:1)}:function(e,t){if(e===t)return d=!0,0;var n,r=0,a=e.parentNode,i=t.parentNode,o=[e],s=[t];if(!a||!i)return e===p?-1:t===p?1:a?-1:i?1:c?P(c,e)-P(c,t):0;if(a===i)return ce(e,t);for(n=e;n=n.parentNode;)o.unshift(n);for(n=t;n=n.parentNode;)s.unshift(n);for(;o[r]===s[r];)r++;return r?ce(o[r],s[r]):o[r]===L?-1:s[r]===L?1:0},p):p},ie.matches=function(e,t){return ie(e,null,null,t)},ie.matchesSelector=function(e,t){if((e.ownerDocument||e)!==p&&f(e),t=t.replace($,"='$1']"),n.matchesSelector&&h&&!k[t+" "]&&(!g||!g.test(t))&&(!_||!_.test(t)))try{var r=y.call(e,t);if(r||n.disconnectedMatch||e.document&&11!==e.document.nodeType)return r}catch(e){}return ie(t,p,null,[e]).length>0},ie.contains=function(e,t){return(e.ownerDocument||e)!==p&&f(e),v(e,t)},ie.attr=function(e,t){(e.ownerDocument||e)!==p&&f(e);var a=r.attrHandle[t.toLowerCase()],i=a&&D.call(r.attrHandle,t.toLowerCase())?a(e,t,!h):void 0;return void 0!==i?i:n.attributes||!h?e.getAttribute(t):(i=e.getAttributeNode(t))&&i.specified?i.value:null},ie.escape=function(e){return(e+"").replace(te,ne)},ie.error=function(e){throw new Error("Syntax error, unrecognized expression: "+e)},ie.uniqueSort=function(e){var t,r=[],a=0,i=0;if(d=!n.detectDuplicates,c=!n.sortStable&&e.slice(0),e.sort(Y),d){for(;t=e[i++];)t===e[i]&&(a=r.push(i));for(;a--;)e.splice(r[a],1)}return c=null,e},a=ie.getText=function(e){var t,n="",r=0,i=e.nodeType;if(i){if(1===i||9===i||11===i){if("string"==typeof e.textContent)return e.textContent;for(e=e.firstChild;e;e=e.nextSibling)n+=a(e)}else if(3===i||4===i)return e.nodeValue}else for(;t=e[r++];)n+=a(t);return n},(r=ie.selectors={cacheLength:50,createPseudo:se,match:G,attrHandle:{},find:{},relative:{">":{dir:"parentNode",first:!0}," ":{dir:"parentNode"},"+":{dir:"previousSibling",first:!0},"~":{dir:"previousSibling"}},preFilter:{ATTR:function(e){return e[1]=e[1].replace(Q,ee),e[3]=(e[3]||e[4]||e[5]||"").replace(Q,ee),"~="===e[2]&&(e[3]=" "+e[3]+" "),e.slice(0,4)},CHILD:function(e){return e[1]=e[1].toLowerCase(),"nth"===e[1].slice(0,3)?(e[3]||ie.error(e[0]),e[4]=+(e[4]?e[5]+(e[6]||1):2*("even"===e[3]||"odd"===e[3])),e[5]=+(e[7]+e[8]||"odd"===e[3])):e[3]&&ie.error(e[0]),e},PSEUDO:function(e){var t,n=!e[6]&&e[2];return G.CHILD.test(e[0])?null:(e[3]?e[2]=e[4]||e[5]||"":n&&B.test(n)&&(t=o(n,!0))&&(t=n.indexOf(")",n.length-t)-n.length)&&(e[0]=e[0].slice(0,t),e[2]=n.slice(0,t)),e.slice(0,3))}},filter:{TAG:function(e){var t=e.replace(Q,ee).toLowerCase();return"*"===e?function(){return!0}:function(e){return e.nodeName&&e.nodeName.toLowerCase()===t}},CLASS:function(e){var t=T[e+" "];return t||(t=new RegExp("(^|"+H+")"+e+"("+H+"|$)"))&&T(e,(function(e){return t.test("string"==typeof e.className&&e.className||void 0!==e.getAttribute&&e.getAttribute("class")||"")}))},ATTR:function(e,t,n){return function(r){var a=ie.attr(r,e);return null==a?"!="===t:!t||(a+="","="===t?a===n:"!="===t?a!==n:"^="===t?n&&0===a.indexOf(n):"*="===t?n&&a.indexOf(n)>-1:"$="===t?n&&a.slice(-n.length)===n:"~="===t?(" "+a.replace(R," ")+" ").indexOf(n)>-1:"|="===t&&(a===n||a.slice(0,n.length+1)===n+"-"))}},CHILD:function(e,t,n,r,a){var i="nth"!==e.slice(0,3),o="last"!==e.slice(-4),s="of-type"===t;return 1===r&&0===a?function(e){return!!e.parentNode}:function(t,n,u){var l,c,d,f,p,m,h=i!==o?"nextSibling":"previousSibling",_=t.parentNode,g=s&&t.nodeName.toLowerCase(),y=!u&&!s,v=!1;if(_){if(i){for(;h;){for(f=t;f=f[h];)if(s?f.nodeName.toLowerCase()===g:1===f.nodeType)return!1;m=h="only"===e&&!m&&"nextSibling"}return!0}if(m=[o?_.firstChild:_.lastChild],o&&y){for(v=(p=(l=(c=(d=(f=_)[M]||(f[M]={}))[f.uniqueID]||(d[f.uniqueID]={}))[e]||[])[0]===w&&l[1])&&l[2],f=p&&_.childNodes[p];f=++p&&f&&f[h]||(v=p=0)||m.pop();)if(1===f.nodeType&&++v&&f===t){c[e]=[w,p,v];break}}else if(y&&(v=p=(l=(c=(d=(f=t)[M]||(f[M]={}))[f.uniqueID]||(d[f.uniqueID]={}))[e]||[])[0]===w&&l[1]),!1===v)for(;(f=++p&&f&&f[h]||(v=p=0)||m.pop())&&((s?f.nodeName.toLowerCase()!==g:1!==f.nodeType)||!++v||(y&&((c=(d=f[M]||(f[M]={}))[f.uniqueID]||(d[f.uniqueID]={}))[e]=[w,v]),f!==t)););return(v-=a)===r||v%r==0&&v/r>=0}}},PSEUDO:function(e,t){var n,a=r.pseudos[e]||r.setFilters[e.toLowerCase()]||ie.error("unsupported pseudo: "+e);return a[M]?a(t):a.length>1?(n=[e,e,"",t],r.setFilters.hasOwnProperty(e.toLowerCase())?se((function(e,n){for(var r,i=a(e,t),o=i.length;o--;)e[r=P(e,i[o])]=!(n[r]=i[o])})):function(e){return a(e,0,n)}):a}},pseudos:{not:se((function(e){var t=[],n=[],r=s(e.replace(U,"$1"));return r[M]?se((function(e,t,n,a){for(var i,o=r(e,null,a,[]),s=e.length;s--;)(i=o[s])&&(e[s]=!(t[s]=i))})):function(e,a,i){return t[0]=e,r(t,null,i,n),t[0]=null,!n.pop()}})),has:se((function(e){return function(t){return ie(e,t).length>0}})),contains:se((function(e){return e=e.replace(Q,ee),function(t){return(t.textContent||t.innerText||a(t)).indexOf(e)>-1}})),lang:se((function(e){return q.test(e||"")||ie.error("unsupported lang: "+e),e=e.replace(Q,ee).toLowerCase(),function(t){var n;do{if(n=h?t.lang:t.getAttribute("xml:lang")||t.getAttribute("lang"))return(n=n.toLowerCase())===e||0===n.indexOf(e+"-")}while((t=t.parentNode)&&1===t.nodeType);return!1}})),target:function(t){var n=e.location&&e.location.hash;return n&&n.slice(1)===t.id},root:function(e){return e===m},focus:function(e){return e===p.activeElement&&(!p.hasFocus||p.hasFocus())&&!!(e.type||e.href||~e.tabIndex)},enabled:pe(!1),disabled:pe(!0),checked:function(e){var t=e.nodeName.toLowerCase();return"input"===t&&!!e.checked||"option"===t&&!!e.selected},selected:function(e){return e.parentNode&&e.parentNode.selectedIndex,!0===e.selected},empty:function(e){for(e=e.firstChild;e;e=e.nextSibling)if(e.nodeType<6)return!1;return!0},parent:function(e){return!r.pseudos.empty(e)},header:function(e){return V.test(e.nodeName)},input:function(e){return J.test(e.nodeName)},button:function(e){var t=e.nodeName.toLowerCase();return"input"===t&&"button"===e.type||"button"===t},text:function(e){var t;return"input"===e.nodeName.toLowerCase()&&"text"===e.type&&(null==(t=e.getAttribute("type"))||"text"===t.toLowerCase())},first:me((function(){return[0]})),last:me((function(e,t){return[t-1]})),eq:me((function(e,t,n){return[n<0?n+t:n]})),even:me((function(e,t){for(var n=0;n<t;n+=2)e.push(n);return e})),odd:me((function(e,t){for(var n=1;n<t;n+=2)e.push(n);return e})),lt:me((function(e,t,n){for(var r=n<0?n+t:n;--r>=0;)e.push(r);return e})),gt:me((function(e,t,n){for(var r=n<0?n+t:n;++r<t;)e.push(r);return e}))}}).pseudos.nth=r.pseudos.eq,{radio:!0,checkbox:!0,file:!0,password:!0,image:!0})r.pseudos[t]=de(t);for(t in{submit:!0,reset:!0})r.pseudos[t]=fe(t);function _e(){}function ge(e){for(var t=0,n=e.length,r="";t<n;t++)r+=e[t].value;return r}function ye(e,t,n){var r=t.dir,a=t.next,i=a||r,o=n&&"parentNode"===i,s=b++;return t.first?function(t,n,a){for(;t=t[r];)if(1===t.nodeType||o)return e(t,n,a);return!1}:function(t,n,u){var l,c,d,f=[w,s];if(u){for(;t=t[r];)if((1===t.nodeType||o)&&e(t,n,u))return!0}else for(;t=t[r];)if(1===t.nodeType||o)if(c=(d=t[M]||(t[M]={}))[t.uniqueID]||(d[t.uniqueID]={}),a&&a===t.nodeName.toLowerCase())t=t[r]||t;else{if((l=c[i])&&l[0]===w&&l[1]===s)return f[2]=l[2];if(c[i]=f,f[2]=e(t,n,u))return!0}return!1}}function ve(e){return e.length>1?function(t,n,r){for(var a=e.length;a--;)if(!e[a](t,n,r))return!1;return!0}:e[0]}function Me(e,t,n,r,a){for(var i,o=[],s=0,u=e.length,l=null!=t;s<u;s++)(i=e[s])&&(n&&!n(i,r,a)||(o.push(i),l&&t.push(s)));return o}function Le(e,t,n,r,a,i){return r&&!r[M]&&(r=Le(r)),a&&!a[M]&&(a=Le(a,i)),se((function(i,o,s,u){var l,c,d,f=[],p=[],m=o.length,h=i||function(e,t,n){for(var r=0,a=t.length;r<a;r++)ie(e,t[r],n);return n}(t||"*",s.nodeType?[s]:s,[]),_=!e||!i&&t?h:Me(h,f,e,s,u),g=n?a||(i?e:m||r)?[]:o:_;if(n&&n(_,g,s,u),r)for(l=Me(g,p),r(l,[],s,u),c=l.length;c--;)(d=l[c])&&(g[p[c]]=!(_[p[c]]=d));if(i){if(a||e){if(a){for(l=[],c=g.length;c--;)(d=g[c])&&l.push(_[c]=d);a(null,g=[],l,u)}for(c=g.length;c--;)(d=g[c])&&(l=a?P(i,d):f[c])>-1&&(i[l]=!(o[l]=d))}}else g=Me(g===o?g.splice(m,g.length):g),a?a(null,o,g,u):E.apply(o,g)}))}function we(e){for(var t,n,a,i=e.length,o=r.relative[e[0].type],s=o||r.relative[" "],u=o?1:0,c=ye((function(e){return e===t}),s,!0),d=ye((function(e){return P(t,e)>-1}),s,!0),f=[function(e,n,r){var a=!o&&(r||n!==l)||((t=n).nodeType?c(e,n,r):d(e,n,r));return t=null,a}];u<i;u++)if(n=r.relative[e[u].type])f=[ye(ve(f),n)];else{if((n=r.filter[e[u].type].apply(null,e[u].matches))[M]){for(a=++u;a<i&&!r.relative[e[a].type];a++);return Le(u>1&&ve(f),u>1&&ge(e.slice(0,u-1).concat({value:" "===e[u-2].type?"*":""})).replace(U,"$1"),n,u<a&&we(e.slice(u,a)),a<i&&we(e=e.slice(a)),a<i&&ge(e))}f.push(n)}return ve(f)}return _e.prototype=r.filters=r.pseudos,r.setFilters=new _e,o=ie.tokenize=function(e,t){var n,a,i,o,s,u,l,c=x[e+" "];if(c)return t?0:c.slice(0);for(s=e,u=[],l=r.preFilter;s;){for(o in n&&!(a=W.exec(s))||(a&&(s=s.slice(a[0].length)||s),u.push(i=[])),n=!1,(a=z.exec(s))&&(n=a.shift(),i.push({value:n,type:a[0].replace(U," ")}),s=s.slice(n.length)),r.filter)!(a=G[o].exec(s))||l[o]&&!(a=l[o](a))||(n=a.shift(),i.push({value:n,type:o,matches:a}),s=s.slice(n.length));if(!n)break}return t?s.length:s?ie.error(e):x(e,u).slice(0)},s=ie.compile=function(e,t){var n,a=[],i=[],s=k[e+" "];if(!s){for(t||(t=o(e)),n=t.length;n--;)(s=we(t[n]))[M]?a.push(s):i.push(s);(s=k(e,function(e,t){var n=t.length>0,a=e.length>0,i=function(i,o,s,u,c){var d,m,_,g=0,y="0",v=i&&[],M=[],L=l,b=i||a&&r.find.TAG("*",c),T=w+=null==L?1:Math.random()||.1,x=b.length;for(c&&(l=o===p||o||c);y!==x&&null!=(d=b[y]);y++){if(a&&d){for(m=0,o||d.ownerDocument===p||(f(d),s=!h);_=e[m++];)if(_(d,o||p,s)){u.push(d);break}c&&(w=T)}n&&((d=!_&&d)&&g--,i&&v.push(d))}if(g+=y,n&&y!==g){for(m=0;_=t[m++];)_(v,M,o,s);if(i){if(g>0)for(;y--;)v[y]||M[y]||(M[y]=j.call(u));M=Me(M)}E.apply(u,M),c&&!i&&M.length>0&&g+t.length>1&&ie.uniqueSort(u)}return c&&(w=T,l=L),v};return n?se(i):i}(i,a))).selector=e}return s},u=ie.select=function(e,t,n,a){var i,u,l,c,d,f="function"==typeof e&&e,p=!a&&o(e=f.selector||e);if(n=n||[],1===p.length){if((u=p[0]=p[0].slice(0)).length>2&&"ID"===(l=u[0]).type&&9===t.nodeType&&h&&r.relative[u[1].type]){if(!(t=(r.find.ID(l.matches[0].replace(Q,ee),t)||[])[0]))return n;f&&(t=t.parentNode),e=e.slice(u.shift().value.length)}for(i=G.needsContext.test(e)?0:u.length;i--&&(l=u[i],!r.relative[c=l.type]);)if((d=r.find[c])&&(a=d(l.matches[0].replace(Q,ee),Z.test(u[0].type)&&he(t.parentNode)||t))){if(u.splice(i,1),!(e=a.length&&ge(u)))return E.apply(n,a),n;break}}return(f||s(e,p))(a,t,!h,n,!t||Z.test(e)&&he(t.parentNode)||t),n},n.sortStable=M.split("").sort(Y).join("")===M,n.detectDuplicates=!!d,f(),n.sortDetached=ue((function(e){return 1&e.compareDocumentPosition(p.createElement("fieldset"))})),ue((function(e){return e.innerHTML="<a href='#'></a>","#"===e.firstChild.getAttribute("href")}))||le("type|href|height|width",(function(e,t,n){if(!n)return e.getAttribute(t,"type"===t.toLowerCase()?1:2)})),n.attributes&&ue((function(e){return e.innerHTML="<input/>",e.firstChild.setAttribute("value",""),""===e.firstChild.getAttribute("value")}))||le("value",(function(e,t,n){if(!n&&"input"===e.nodeName.toLowerCase())return e.defaultValue})),ue((function(e){return null==e.getAttribute("disabled")}))||le(C,(function(e,t,n){var r;if(!n)return!0===e[t]?t.toLowerCase():(r=e.getAttributeNode(t))&&r.specified?r.value:null})),ie}(n);b.find=k,b.expr=k.selectors,b.expr[":"]=b.expr.pseudos,b.uniqueSort=b.unique=k.uniqueSort,b.text=k.getText,b.isXMLDoc=k.isXML,b.contains=k.contains,b.escapeSelector=k.escape;var Y=function(e,t,n){for(var r=[],a=void 0!==n;(e=e[t])&&9!==e.nodeType;)if(1===e.nodeType){if(a&&b(e).is(n))break;r.push(e)}return r},D=function(e,t){for(var n=[];e;e=e.nextSibling)1===e.nodeType&&e!==t&&n.push(e);return n},S=b.expr.match.needsContext;function j(e,t){return e.nodeName&&e.nodeName.toLowerCase()===t.toLowerCase()}var A=/^<([a-z][^\/\0>:\x20\t\r\n\f]*)[\x20\t\r\n\f]*\/?>(?:<\/\1>|)$/i;function E(e,t,n){return y(t)?b.grep(e,(function(e,r){return!!t.call(e,r,e)!==n})):t.nodeType?b.grep(e,(function(e){return e===t!==n})):"string"!=typeof t?b.grep(e,(function(e){return d.call(t,e)>-1!==n})):b.filter(t,e,n)}b.filter=function(e,t,n){var r=t[0];return n&&(e=":not("+e+")"),1===t.length&&1===r.nodeType?b.find.matchesSelector(r,e)?[r]:[]:b.find.matches(e,b.grep(t,(function(e){return 1===e.nodeType})))},b.fn.extend({find:function(e){var t,n,r=this.length,a=this;if("string"!=typeof e)return this.pushStack(b(e).filter((function(){for(t=0;t<r;t++)if(b.contains(a[t],this))return!0})));for(n=this.pushStack([]),t=0;t<r;t++)b.find(e,a[t],n);return r>1?b.uniqueSort(n):n},filter:function(e){return this.pushStack(E(this,e||[],!1))},not:function(e){return this.pushStack(E(this,e||[],!0))},is:function(e){return!!E(this,"string"==typeof e&&S.test(e)?b(e):e||[],!1).length}});var O,P=/^(?:\s*(<[\w\W]+>)[^>]*|#([\w-]+))$/;(b.fn.init=function(e,t,n){var r,a;if(!e)return this;if(n=n||O,"string"==typeof e){if(!(r="<"===e[0]&&">"===e[e.length-1]&&e.length>=3?[null,e,null]:P.exec(e))||!r[1]&&t)return!t||t.jquery?(t||n).find(e):this.constructor(t).find(e);if(r[1]){if(t=t instanceof b?t[0]:t,b.merge(this,b.parseHTML(r[1],t&&t.nodeType?t.ownerDocument||t:o,!0)),A.test(r[1])&&b.isPlainObject(t))for(r in t)y(this[r])?this[r](t[r]):this.attr(r,t[r]);return this}return(a=o.getElementById(r[2]))&&(this[0]=a,this.length=1),this}return e.nodeType?(this[0]=e,this.length=1,this):y(e)?void 0!==n.ready?n.ready(e):e(b):b.makeArray(e,this)}).prototype=b.fn,O=b(o);var C=/^(?:parents|prev(?:Until|All))/,H={children:!0,contents:!0,next:!0,prev:!0};function F(e,t){for(;(e=e[t])&&1!==e.nodeType;);return e}b.fn.extend({has:function(e){var t=b(e,this),n=t.length;return this.filter((function(){for(var e=0;e<n;e++)if(b.contains(this,t[e]))return!0}))},closest:function(e,t){var n,r=0,a=this.length,i=[],o="string"!=typeof e&&b(e);if(!S.test(e))for(;r<a;r++)for(n=this[r];n&&n!==t;n=n.parentNode)if(n.nodeType<11&&(o?o.index(n)>-1:1===n.nodeType&&b.find.matchesSelector(n,e))){i.push(n);break}return this.pushStack(i.length>1?b.uniqueSort(i):i)},index:function(e){return e?"string"==typeof e?d.call(b(e),this[0]):d.call(this,e.jquery?e[0]:e):this[0]&&this[0].parentNode?this.first().prevAll().length:-1},add:function(e,t){return this.pushStack(b.uniqueSort(b.merge(this.get(),b(e,t))))},addBack:function(e){return this.add(null==e?this.prevObject:this.prevObject.filter(e))}}),b.each({parent:function(e){var t=e.parentNode;return t&&11!==t.nodeType?t:null},parents:function(e){return Y(e,"parentNode")},parentsUntil:function(e,t,n){return Y(e,"parentNode",n)},next:function(e){return F(e,"nextSibling")},prev:function(e){return F(e,"previousSibling")},nextAll:function(e){return Y(e,"nextSibling")},prevAll:function(e){return Y(e,"previousSibling")},nextUntil:function(e,t,n){return Y(e,"nextSibling",n)},prevUntil:function(e,t,n){return Y(e,"previousSibling",n)},siblings:function(e){return D((e.parentNode||{}).firstChild,e)},children:function(e){return D(e.firstChild)},contents:function(e){return j(e,"iframe")?e.contentDocument:(j(e,"template")&&(e=e.content||e),b.merge([],e.childNodes))}},(function(e,t){b.fn[e]=function(n,r){var a=b.map(this,t,n);return"Until"!==e.slice(-5)&&(r=n),r&&"string"==typeof r&&(a=b.filter(r,a)),this.length>1&&(H[e]||b.uniqueSort(a),C.test(e)&&a.reverse()),this.pushStack(a)}}));var N=/[^\x20\t\r\n\f]+/g;function I(e){return e}function R(e){throw e}function U(e,t,n,r){var a;try{e&&y(a=e.promise)?a.call(e).done(t).fail(n):e&&y(a=e.then)?a.call(e,t,n):t.apply(void 0,[e].slice(r))}catch(e){n.apply(void 0,[e])}}b.Callbacks=function(e){e="string"==typeof e?function(e){var t={};return b.each(e.match(N)||[],(function(e,n){t[n]=!0})),t}(e):b.extend({},e);var t,n,r,a,i=[],o=[],s=-1,u=function(){for(a=a||e.once,r=t=!0;o.length;s=-1)for(n=o.shift();++s<i.length;)!1===i[s].apply(n[0],n[1])&&e.stopOnFalse&&(s=i.length,n=!1);e.memory||(n=!1),t=!1,a&&(i=n?[]:"")},l={add:function(){return i&&(n&&!t&&(s=i.length-1,o.push(n)),function t(n){b.each(n,(function(n,r){y(r)?e.unique&&l.has(r)||i.push(r):r&&r.length&&"string"!==w(r)&&t(r)}))}(arguments),n&&!t&&u()),this},remove:function(){return b.each(arguments,(function(e,t){for(var n;(n=b.inArray(t,i,n))>-1;)i.splice(n,1),n<=s&&s--})),this},has:function(e){return e?b.inArray(e,i)>-1:i.length>0},empty:function(){return i&&(i=[]),this},disable:function(){return a=o=[],i=n="",this},disabled:function(){return!i},lock:function(){return a=o=[],n||t||(i=n=""),this},locked:function(){return!!a},fireWith:function(e,n){return a||(n=[e,(n=n||[]).slice?n.slice():n],o.push(n),t||u()),this},fire:function(){return l.fireWith(this,arguments),this},fired:function(){return!!r}};return l},b.extend({Deferred:function(e){var t=[["notify","progress",b.Callbacks("memory"),b.Callbacks("memory"),2],["resolve","done",b.Callbacks("once memory"),b.Callbacks("once memory"),0,"resolved"],["reject","fail",b.Callbacks("once memory"),b.Callbacks("once memory"),1,"rejected"]],r="pending",a={state:function(){return r},always:function(){return i.done(arguments).fail(arguments),this},catch:function(e){return a.then(null,e)},pipe:function(){var e=arguments;return b.Deferred((function(n){b.each(t,(function(t,r){var a=y(e[r[4]])&&e[r[4]];i[r[1]]((function(){var e=a&&a.apply(this,arguments);e&&y(e.promise)?e.promise().progress(n.notify).done(n.resolve).fail(n.reject):n[r[0]+"With"](this,a?[e]:arguments)}))})),e=null})).promise()},then:function(e,r,a){var i=0;function o(e,t,r,a){return function(){var s=this,u=arguments,l=function(){var n,l;if(!(e<i)){if((n=r.apply(s,u))===t.promise())throw new TypeError("Thenable self-resolution");l=n&&("object"==typeof n||"function"==typeof n)&&n.then,y(l)?a?l.call(n,o(i,t,I,a),o(i,t,R,a)):(i++,l.call(n,o(i,t,I,a),o(i,t,R,a),o(i,t,I,t.notifyWith))):(r!==I&&(s=void 0,u=[n]),(a||t.resolveWith)(s,u))}},c=a?l:function(){try{l()}catch(n){b.Deferred.exceptionHook&&b.Deferred.exceptionHook(n,c.stackTrace),e+1>=i&&(r!==R&&(s=void 0,u=[n]),t.rejectWith(s,u))}};e?c():(b.Deferred.getStackHook&&(c.stackTrace=b.Deferred.getStackHook()),n.setTimeout(c))}}return b.Deferred((function(n){t[0][3].add(o(0,n,y(a)?a:I,n.notifyWith)),t[1][3].add(o(0,n,y(e)?e:I)),t[2][3].add(o(0,n,y(r)?r:R))})).promise()},promise:function(e){return null!=e?b.extend(e,a):a}},i={};return b.each(t,(function(e,n){var o=n[2],s=n[5];a[n[1]]=o.add,s&&o.add((function(){r=s}),t[3-e][2].disable,t[3-e][3].disable,t[0][2].lock,t[0][3].lock),o.add(n[3].fire),i[n[0]]=function(){return i[n[0]+"With"](this===i?void 0:this,arguments),this},i[n[0]+"With"]=o.fireWith})),a.promise(i),e&&e.call(i,i),i},when:function(e){var t=arguments.length,n=t,r=Array(n),a=u.call(arguments),i=b.Deferred(),o=function(e){return function(n){r[e]=this,a[e]=arguments.length>1?u.call(arguments):n,--t||i.resolveWith(r,a)}};if(t<=1&&(U(e,i.done(o(n)).resolve,i.reject,!t),"pending"===i.state()||y(a[n]&&a[n].then)))return i.then();for(;n--;)U(a[n],o(n),i.reject);return i.promise()}});var W=/^(Eval|Internal|Range|Reference|Syntax|Type|URI)Error$/;b.Deferred.exceptionHook=function(e,t){n.console&&n.console.warn&&e&&W.test(e.name)&&n.console.warn("jQuery.Deferred exception: "+e.message,e.stack,t)},b.readyException=function(e){n.setTimeout((function(){throw e}))};var z=b.Deferred();function $(){o.removeEventListener("DOMContentLoaded",$),n.removeEventListener("load",$),b.ready()}b.fn.ready=function(e){return z.then(e).catch((function(e){b.readyException(e)})),this},b.extend({isReady:!1,readyWait:1,ready:function(e){(!0===e?--b.readyWait:b.isReady)||(b.isReady=!0,!0!==e&&--b.readyWait>0||z.resolveWith(o,[b]))}}),b.ready.then=z.then,"complete"===o.readyState||"loading"!==o.readyState&&!o.documentElement.doScroll?n.setTimeout(b.ready):(o.addEventListener("DOMContentLoaded",$),n.addEventListener("load",$));var B=function(e,t,n,r,a,i,o){var s=0,u=e.length,l=null==n;if("object"===w(n))for(s in a=!0,n)B(e,t,s,n[s],!0,i,o);else if(void 0!==r&&(a=!0,y(r)||(o=!0),l&&(o?(t.call(e,r),t=null):(l=t,t=function(e,t,n){return l.call(b(e),n)})),t))for(;s<u;s++)t(e[s],n,o?r:r.call(e[s],s,t(e[s],n)));return a?e:l?t.call(e):u?t(e[0],n):i},q=/^-ms-/,G=/-([a-z])/g;function J(e,t){return t.toUpperCase()}function V(e){return e.replace(q,"ms-").replace(G,J)}var K=function(e){return 1===e.nodeType||9===e.nodeType||!+e.nodeType};function X(){this.expando=b.expando+X.uid++}X.uid=1,X.prototype={cache:function(e){var t=e[this.expando];return t||(t={},K(e)&&(e.nodeType?e[this.expando]=t:Object.defineProperty(e,this.expando,{value:t,configurable:!0}))),t},set:function(e,t,n){var r,a=this.cache(e);if("string"==typeof t)a[V(t)]=n;else for(r in t)a[V(r)]=t[r];return a},get:function(e,t){return void 0===t?this.cache(e):e[this.expando]&&e[this.expando][V(t)]},access:function(e,t,n){return void 0===t||t&&"string"==typeof t&&void 0===n?this.get(e,t):(this.set(e,t,n),void 0!==n?n:t)},remove:function(e,t){var n,r=e[this.expando];if(void 0!==r){if(void 0!==t){n=(t=Array.isArray(t)?t.map(V):(t=V(t))in r?[t]:t.match(N)||[]).length;for(;n--;)delete r[t[n]]}(void 0===t||b.isEmptyObject(r))&&(e.nodeType?e[this.expando]=void 0:delete e[this.expando])}},hasData:function(e){var t=e[this.expando];return void 0!==t&&!b.isEmptyObject(t)}};var Z=new X,Q=new X,ee=/^(?:\{[\w\W]*\}|\[[\w\W]*\])$/,te=/[A-Z]/g;function ne(e,t,n){var r;if(void 0===n&&1===e.nodeType)if(r="data-"+t.replace(te,"-$&").toLowerCase(),"string"==typeof(n=e.getAttribute(r))){try{n=function(e){return"true"===e||"false"!==e&&("null"===e?null:e===+e+""?+e:ee.test(e)?JSON.parse(e):e)}(n)}catch(e){}Q.set(e,t,n)}else n=void 0;return n}b.extend({hasData:function(e){return Q.hasData(e)||Z.hasData(e)},data:function(e,t,n){return Q.access(e,t,n)},removeData:function(e,t){Q.remove(e,t)},_data:function(e,t,n){return Z.access(e,t,n)},_removeData:function(e,t){Z.remove(e,t)}}),b.fn.extend({data:function(e,t){var n,r,a,i=this[0],o=i&&i.attributes;if(void 0===e){if(this.length&&(a=Q.get(i),1===i.nodeType&&!Z.get(i,"hasDataAttrs"))){for(n=o.length;n--;)o[n]&&0===(r=o[n].name).indexOf("data-")&&(r=V(r.slice(5)),ne(i,r,a[r]));Z.set(i,"hasDataAttrs",!0)}return a}return"object"==typeof e?this.each((function(){Q.set(this,e)})):B(this,(function(t){var n;if(i&&void 0===t)return void 0!==(n=Q.get(i,e))||void 0!==(n=ne(i,e))?n:void 0;this.each((function(){Q.set(this,e,t)}))}),null,t,arguments.length>1,null,!0)},removeData:function(e){return this.each((function(){Q.remove(this,e)}))}}),b.extend({queue:function(e,t,n){var r;if(e)return t=(t||"fx")+"queue",r=Z.get(e,t),n&&(!r||Array.isArray(n)?r=Z.access(e,t,b.makeArray(n)):r.push(n)),r||[]},dequeue:function(e,t){t=t||"fx";var n=b.queue(e,t),r=n.length,a=n.shift(),i=b._queueHooks(e,t);"inprogress"===a&&(a=n.shift(),r--),a&&("fx"===t&&n.unshift("inprogress"),delete i.stop,a.call(e,(function(){b.dequeue(e,t)}),i)),!r&&i&&i.empty.fire()},_queueHooks:function(e,t){var n=t+"queueHooks";return Z.get(e,n)||Z.access(e,n,{empty:b.Callbacks("once memory").add((function(){Z.remove(e,[t+"queue",n])}))})}}),b.fn.extend({queue:function(e,t){var n=2;return"string"!=typeof e&&(t=e,e="fx",n--),arguments.length<n?b.queue(this[0],e):void 0===t?this:this.each((function(){var n=b.queue(this,e,t);b._queueHooks(this,e),"fx"===e&&"inprogress"!==n[0]&&b.dequeue(this,e)}))},dequeue:function(e){return this.each((function(){b.dequeue(this,e)}))},clearQueue:function(e){return this.queue(e||"fx",[])},promise:function(e,t){var n,r=1,a=b.Deferred(),i=this,o=this.length,s=function(){--r||a.resolveWith(i,[i])};for("string"!=typeof e&&(t=e,e=void 0),e=e||"fx";o--;)(n=Z.get(i[o],e+"queueHooks"))&&n.empty&&(r++,n.empty.add(s));return s(),a.promise(t)}});var re=/[+-]?(?:\d*\.|)\d+(?:[eE][+-]?\d+|)/.source,ae=new RegExp("^(?:([+-])=|)("+re+")([a-z%]*)$","i"),ie=["Top","Right","Bottom","Left"],oe=function(e,t){return"none"===(e=t||e).style.display||""===e.style.display&&b.contains(e.ownerDocument,e)&&"none"===b.css(e,"display")},se=function(e,t,n,r){var a,i,o={};for(i in t)o[i]=e.style[i],e.style[i]=t[i];for(i in a=n.apply(e,r||[]),t)e.style[i]=o[i];return a};function ue(e,t,n,r){var a,i,o=20,s=r?function(){return r.cur()}:function(){return b.css(e,t,"")},u=s(),l=n&&n[3]||(b.cssNumber[t]?"":"px"),c=(b.cssNumber[t]||"px"!==l&&+u)&&ae.exec(b.css(e,t));if(c&&c[3]!==l){for(u/=2,l=l||c[3],c=+u||1;o--;)b.style(e,t,c+l),(1-i)*(1-(i=s()/u||.5))<=0&&(o=0),c/=i;c*=2,b.style(e,t,c+l),n=n||[]}return n&&(c=+c||+u||0,a=n[1]?c+(n[1]+1)*n[2]:+n[2],r&&(r.unit=l,r.start=c,r.end=a)),a}var le={};function ce(e){var t,n=e.ownerDocument,r=e.nodeName,a=le[r];return a||(t=n.body.appendChild(n.createElement(r)),a=b.css(t,"display"),t.parentNode.removeChild(t),"none"===a&&(a="block"),le[r]=a,a)}function de(e,t){for(var n,r,a=[],i=0,o=e.length;i<o;i++)(r=e[i]).style&&(n=r.style.display,t?("none"===n&&(a[i]=Z.get(r,"display")||null,a[i]||(r.style.display="")),""===r.style.display&&oe(r)&&(a[i]=ce(r))):"none"!==n&&(a[i]="none",Z.set(r,"display",n)));for(i=0;i<o;i++)null!=a[i]&&(e[i].style.display=a[i]);return e}b.fn.extend({show:function(){return de(this,!0)},hide:function(){return de(this)},toggle:function(e){return"boolean"==typeof e?e?this.show():this.hide():this.each((function(){oe(this)?b(this).show():b(this).hide()}))}});var fe=/^(?:checkbox|radio)$/i,pe=/<([a-z][^\/\0>\x20\t\r\n\f]+)/i,me=/^$|^module$|\/(?:java|ecma)script/i,he={option:[1,"<select multiple='multiple'>","</select>"],thead:[1,"<table>","</table>"],col:[2,"<table><colgroup>","</colgroup></table>"],tr:[2,"<table><tbody>","</tbody></table>"],td:[3,"<table><tbody><tr>","</tr></tbody></table>"],_default:[0,"",""]};function _e(e,t){var n;return n=void 0!==e.getElementsByTagName?e.getElementsByTagName(t||"*"):void 0!==e.querySelectorAll?e.querySelectorAll(t||"*"):[],void 0===t||t&&j(e,t)?b.merge([e],n):n}function ge(e,t){for(var n=0,r=e.length;n<r;n++)Z.set(e[n],"globalEval",!t||Z.get(t[n],"globalEval"))}he.optgroup=he.option,he.tbody=he.tfoot=he.colgroup=he.caption=he.thead,he.th=he.td;var ye,ve,Me=/<|&#?\w+;/;function Le(e,t,n,r,a){for(var i,o,s,u,l,c,d=t.createDocumentFragment(),f=[],p=0,m=e.length;p<m;p++)if((i=e[p])||0===i)if("object"===w(i))b.merge(f,i.nodeType?[i]:i);else if(Me.test(i)){for(o=o||d.appendChild(t.createElement("div")),s=(pe.exec(i)||["",""])[1].toLowerCase(),u=he[s]||he._default,o.innerHTML=u[1]+b.htmlPrefilter(i)+u[2],c=u[0];c--;)o=o.lastChild;b.merge(f,o.childNodes),(o=d.firstChild).textContent=""}else f.push(t.createTextNode(i));for(d.textContent="",p=0;i=f[p++];)if(r&&b.inArray(i,r)>-1)a&&a.push(i);else if(l=b.contains(i.ownerDocument,i),o=_e(d.appendChild(i),"script"),l&&ge(o),n)for(c=0;i=o[c++];)me.test(i.type||"")&&n.push(i);return d}ye=o.createDocumentFragment().appendChild(o.createElement("div")),(ve=o.createElement("input")).setAttribute("type","radio"),ve.setAttribute("checked","checked"),ve.setAttribute("name","t"),ye.appendChild(ve),g.checkClone=ye.cloneNode(!0).cloneNode(!0).lastChild.checked,ye.innerHTML="<textarea>x</textarea>",g.noCloneChecked=!!ye.cloneNode(!0).lastChild.defaultValue;var we=o.documentElement,be=/^key/,Te=/^(?:mouse|pointer|contextmenu|drag|drop)|click/,xe=/^([^.]*)(?:\.(.+)|)/;function ke(){return!0}function Ye(){return!1}function De(){try{return o.activeElement}catch(e){}}function Se(e,t,n,r,a,i){var o,s;if("object"==typeof t){for(s in"string"!=typeof n&&(r=r||n,n=void 0),t)Se(e,s,n,r,t[s],i);return e}if(null==r&&null==a?(a=n,r=n=void 0):null==a&&("string"==typeof n?(a=r,r=void 0):(a=r,r=n,n=void 0)),!1===a)a=Ye;else if(!a)return e;return 1===i&&(o=a,(a=function(e){return b().off(e),o.apply(this,arguments)}).guid=o.guid||(o.guid=b.guid++)),e.each((function(){b.event.add(this,t,a,r,n)}))}b.event={global:{},add:function(e,t,n,r,a){var i,o,s,u,l,c,d,f,p,m,h,_=Z.get(e);if(_)for(n.handler&&(n=(i=n).handler,a=i.selector),a&&b.find.matchesSelector(we,a),n.guid||(n.guid=b.guid++),(u=_.events)||(u=_.events={}),(o=_.handle)||(o=_.handle=function(t){return void 0!==b&&b.event.triggered!==t.type?b.event.dispatch.apply(e,arguments):void 0}),l=(t=(t||"").match(N)||[""]).length;l--;)p=h=(s=xe.exec(t[l])||[])[1],m=(s[2]||"").split(".").sort(),p&&(d=b.event.special[p]||{},p=(a?d.delegateType:d.bindType)||p,d=b.event.special[p]||{},c=b.extend({type:p,origType:h,data:r,handler:n,guid:n.guid,selector:a,needsContext:a&&b.expr.match.needsContext.test(a),namespace:m.join(".")},i),(f=u[p])||((f=u[p]=[]).delegateCount=0,d.setup&&!1!==d.setup.call(e,r,m,o)||e.addEventListener&&e.addEventListener(p,o)),d.add&&(d.add.call(e,c),c.handler.guid||(c.handler.guid=n.guid)),a?f.splice(f.delegateCount++,0,c):f.push(c),b.event.global[p]=!0)},remove:function(e,t,n,r,a){var i,o,s,u,l,c,d,f,p,m,h,_=Z.hasData(e)&&Z.get(e);if(_&&(u=_.events)){for(l=(t=(t||"").match(N)||[""]).length;l--;)if(p=h=(s=xe.exec(t[l])||[])[1],m=(s[2]||"").split(".").sort(),p){for(d=b.event.special[p]||{},f=u[p=(r?d.delegateType:d.bindType)||p]||[],s=s[2]&&new RegExp("(^|\\.)"+m.join("\\.(?:.*\\.|)")+"(\\.|$)"),o=i=f.length;i--;)c=f[i],!a&&h!==c.origType||n&&n.guid!==c.guid||s&&!s.test(c.namespace)||r&&r!==c.selector&&("**"!==r||!c.selector)||(f.splice(i,1),c.selector&&f.delegateCount--,d.remove&&d.remove.call(e,c));o&&!f.length&&(d.teardown&&!1!==d.teardown.call(e,m,_.handle)||b.removeEvent(e,p,_.handle),delete u[p])}else for(p in u)b.event.remove(e,p+t[l],n,r,!0);b.isEmptyObject(u)&&Z.remove(e,"handle events")}},dispatch:function(e){var t,n,r,a,i,o,s=b.event.fix(e),u=new Array(arguments.length),l=(Z.get(this,"events")||{})[s.type]||[],c=b.event.special[s.type]||{};for(u[0]=s,t=1;t<arguments.length;t++)u[t]=arguments[t];if(s.delegateTarget=this,!c.preDispatch||!1!==c.preDispatch.call(this,s)){for(o=b.event.handlers.call(this,s,l),t=0;(a=o[t++])&&!s.isPropagationStopped();)for(s.currentTarget=a.elem,n=0;(i=a.handlers[n++])&&!s.isImmediatePropagationStopped();)s.rnamespace&&!s.rnamespace.test(i.namespace)||(s.handleObj=i,s.data=i.data,void 0!==(r=((b.event.special[i.origType]||{}).handle||i.handler).apply(a.elem,u))&&!1===(s.result=r)&&(s.preventDefault(),s.stopPropagation()));return c.postDispatch&&c.postDispatch.call(this,s),s.result}},handlers:function(e,t){var n,r,a,i,o,s=[],u=t.delegateCount,l=e.target;if(u&&l.nodeType&&!("click"===e.type&&e.button>=1))for(;l!==this;l=l.parentNode||this)if(1===l.nodeType&&("click"!==e.type||!0!==l.disabled)){for(i=[],o={},n=0;n<u;n++)void 0===o[a=(r=t[n]).selector+" "]&&(o[a]=r.needsContext?b(a,this).index(l)>-1:b.find(a,this,null,[l]).length),o[a]&&i.push(r);i.length&&s.push({elem:l,handlers:i})}return l=this,u<t.length&&s.push({elem:l,handlers:t.slice(u)}),s},addProp:function(e,t){Object.defineProperty(b.Event.prototype,e,{enumerable:!0,configurable:!0,get:y(t)?function(){if(this.originalEvent)return t(this.originalEvent)}:function(){if(this.originalEvent)return this.originalEvent[e]},set:function(t){Object.defineProperty(this,e,{enumerable:!0,configurable:!0,writable:!0,value:t})}})},fix:function(e){return e[b.expando]?e:new b.Event(e)},special:{load:{noBubble:!0},focus:{trigger:function(){if(this!==De()&&this.focus)return this.focus(),!1},delegateType:"focusin"},blur:{trigger:function(){if(this===De()&&this.blur)return this.blur(),!1},delegateType:"focusout"},click:{trigger:function(){if("checkbox"===this.type&&this.click&&j(this,"input"))return this.click(),!1},_default:function(e){return j(e.target,"a")}},beforeunload:{postDispatch:function(e){void 0!==e.result&&e.originalEvent&&(e.originalEvent.returnValue=e.result)}}}},b.removeEvent=function(e,t,n){e.removeEventListener&&e.removeEventListener(t,n)},b.Event=function(e,t){if(!(this instanceof b.Event))return new b.Event(e,t);e&&e.type?(this.originalEvent=e,this.type=e.type,this.isDefaultPrevented=e.defaultPrevented||void 0===e.defaultPrevented&&!1===e.returnValue?ke:Ye,this.target=e.target&&3===e.target.nodeType?e.target.parentNode:e.target,this.currentTarget=e.currentTarget,this.relatedTarget=e.relatedTarget):this.type=e,t&&b.extend(this,t),this.timeStamp=e&&e.timeStamp||Date.now(),this[b.expando]=!0},b.Event.prototype={constructor:b.Event,isDefaultPrevented:Ye,isPropagationStopped:Ye,isImmediatePropagationStopped:Ye,isSimulated:!1,preventDefault:function(){var e=this.originalEvent;this.isDefaultPrevented=ke,e&&!this.isSimulated&&e.preventDefault()},stopPropagation:function(){var e=this.originalEvent;this.isPropagationStopped=ke,e&&!this.isSimulated&&e.stopPropagation()},stopImmediatePropagation:function(){var e=this.originalEvent;this.isImmediatePropagationStopped=ke,e&&!this.isSimulated&&e.stopImmediatePropagation(),this.stopPropagation()}},b.each({altKey:!0,bubbles:!0,cancelable:!0,changedTouches:!0,ctrlKey:!0,detail:!0,eventPhase:!0,metaKey:!0,pageX:!0,pageY:!0,shiftKey:!0,view:!0,char:!0,charCode:!0,key:!0,keyCode:!0,button:!0,buttons:!0,clientX:!0,clientY:!0,offsetX:!0,offsetY:!0,pointerId:!0,pointerType:!0,screenX:!0,screenY:!0,targetTouches:!0,toElement:!0,touches:!0,which:function(e){var t=e.button;return null==e.which&&be.test(e.type)?null!=e.charCode?e.charCode:e.keyCode:!e.which&&void 0!==t&&Te.test(e.type)?1&t?1:2&t?3:4&t?2:0:e.which}},b.event.addProp),b.each({mouseenter:"mouseover",mouseleave:"mouseout",pointerenter:"pointerover",pointerleave:"pointerout"},(function(e,t){b.event.special[e]={delegateType:t,bindType:t,handle:function(e){var n,r=this,a=e.relatedTarget,i=e.handleObj;return a&&(a===r||b.contains(r,a))||(e.type=i.origType,n=i.handler.apply(this,arguments),e.type=t),n}}})),b.fn.extend({on:function(e,t,n,r){return Se(this,e,t,n,r)},one:function(e,t,n,r){return Se(this,e,t,n,r,1)},off:function(e,t,n){var r,a;if(e&&e.preventDefault&&e.handleObj)return r=e.handleObj,b(e.delegateTarget).off(r.namespace?r.origType+"."+r.namespace:r.origType,r.selector,r.handler),this;if("object"==typeof e){for(a in e)this.off(a,t,e[a]);return this}return!1!==t&&"function"!=typeof t||(n=t,t=void 0),!1===n&&(n=Ye),this.each((function(){b.event.remove(this,e,n,t)}))}});var je=/<(?!area|br|col|embed|hr|img|input|link|meta|param)(([a-z][^\/\0>\x20\t\r\n\f]*)[^>]*)\/>/gi,Ae=/<script|<style|<link/i,Ee=/checked\s*(?:[^=]|=\s*.checked.)/i,Oe=/^\s*<!(?:\[CDATA\[|--)|(?:\]\]|--)>\s*$/g;function Pe(e,t){return j(e,"table")&&j(11!==t.nodeType?t:t.firstChild,"tr")&&b(e).children("tbody")[0]||e}function Ce(e){return e.type=(null!==e.getAttribute("type"))+"/"+e.type,e}function He(e){return"true/"===(e.type||"").slice(0,5)?e.type=e.type.slice(5):e.removeAttribute("type"),e}function Fe(e,t){var n,r,a,i,o,s,u,l;if(1===t.nodeType){if(Z.hasData(e)&&(i=Z.access(e),o=Z.set(t,i),l=i.events))for(a in delete o.handle,o.events={},l)for(n=0,r=l[a].length;n<r;n++)b.event.add(t,a,l[a][n]);Q.hasData(e)&&(s=Q.access(e),u=b.extend({},s),Q.set(t,u))}}function Ne(e,t){var n=t.nodeName.toLowerCase();"input"===n&&fe.test(e.type)?t.checked=e.checked:"input"!==n&&"textarea"!==n||(t.defaultValue=e.defaultValue)}function Ie(e,t,n,r){t=l.apply([],t);var a,i,o,s,u,c,d=0,f=e.length,p=f-1,m=t[0],h=y(m);if(h||f>1&&"string"==typeof m&&!g.checkClone&&Ee.test(m))return e.each((function(a){var i=e.eq(a);h&&(t[0]=m.call(this,a,i.html())),Ie(i,t,n,r)}));if(f&&(i=(a=Le(t,e[0].ownerDocument,!1,e,r)).firstChild,1===a.childNodes.length&&(a=i),i||r)){for(s=(o=b.map(_e(a,"script"),Ce)).length;d<f;d++)u=a,d!==p&&(u=b.clone(u,!0,!0),s&&b.merge(o,_e(u,"script"))),n.call(e[d],u,d);if(s)for(c=o[o.length-1].ownerDocument,b.map(o,He),d=0;d<s;d++)u=o[d],me.test(u.type||"")&&!Z.access(u,"globalEval")&&b.contains(c,u)&&(u.src&&"module"!==(u.type||"").toLowerCase()?b._evalUrl&&b._evalUrl(u.src):L(u.textContent.replace(Oe,""),c,u))}return e}function Re(e,t,n){for(var r,a=t?b.filter(t,e):e,i=0;null!=(r=a[i]);i++)n||1!==r.nodeType||b.cleanData(_e(r)),r.parentNode&&(n&&b.contains(r.ownerDocument,r)&&ge(_e(r,"script")),r.parentNode.removeChild(r));return e}b.extend({htmlPrefilter:function(e){return e.replace(je,"<$1></$2>")},clone:function(e,t,n){var r,a,i,o,s=e.cloneNode(!0),u=b.contains(e.ownerDocument,e);if(!(g.noCloneChecked||1!==e.nodeType&&11!==e.nodeType||b.isXMLDoc(e)))for(o=_e(s),r=0,a=(i=_e(e)).length;r<a;r++)Ne(i[r],o[r]);if(t)if(n)for(i=i||_e(e),o=o||_e(s),r=0,a=i.length;r<a;r++)Fe(i[r],o[r]);else Fe(e,s);return(o=_e(s,"script")).length>0&&ge(o,!u&&_e(e,"script")),s},cleanData:function(e){for(var t,n,r,a=b.event.special,i=0;void 0!==(n=e[i]);i++)if(K(n)){if(t=n[Z.expando]){if(t.events)for(r in t.events)a[r]?b.event.remove(n,r):b.removeEvent(n,r,t.handle);n[Z.expando]=void 0}n[Q.expando]&&(n[Q.expando]=void 0)}}}),b.fn.extend({detach:function(e){return Re(this,e,!0)},remove:function(e){return Re(this,e)},text:function(e){return B(this,(function(e){return void 0===e?b.text(this):this.empty().each((function(){1!==this.nodeType&&11!==this.nodeType&&9!==this.nodeType||(this.textContent=e)}))}),null,e,arguments.length)},append:function(){return Ie(this,arguments,(function(e){1!==this.nodeType&&11!==this.nodeType&&9!==this.nodeType||Pe(this,e).appendChild(e)}))},prepend:function(){return Ie(this,arguments,(function(e){if(1===this.nodeType||11===this.nodeType||9===this.nodeType){var t=Pe(this,e);t.insertBefore(e,t.firstChild)}}))},before:function(){return Ie(this,arguments,(function(e){this.parentNode&&this.parentNode.insertBefore(e,this)}))},after:function(){return Ie(this,arguments,(function(e){this.parentNode&&this.parentNode.insertBefore(e,this.nextSibling)}))},empty:function(){for(var e,t=0;null!=(e=this[t]);t++)1===e.nodeType&&(b.cleanData(_e(e,!1)),e.textContent="");return this},clone:function(e,t){return e=null!=e&&e,t=null==t?e:t,this.map((function(){return b.clone(this,e,t)}))},html:function(e){return B(this,(function(e){var t=this[0]||{},n=0,r=this.length;if(void 0===e&&1===t.nodeType)return t.innerHTML;if("string"==typeof e&&!Ae.test(e)&&!he[(pe.exec(e)||["",""])[1].toLowerCase()]){e=b.htmlPrefilter(e);try{for(;n<r;n++)1===(t=this[n]||{}).nodeType&&(b.cleanData(_e(t,!1)),t.innerHTML=e);t=0}catch(e){}}t&&this.empty().append(e)}),null,e,arguments.length)},replaceWith:function(){var e=[];return Ie(this,arguments,(function(t){var n=this.parentNode;b.inArray(this,e)<0&&(b.cleanData(_e(this)),n&&n.replaceChild(t,this))}),e)}}),b.each({appendTo:"append",prependTo:"prepend",insertBefore:"before",insertAfter:"after",replaceAll:"replaceWith"},(function(e,t){b.fn[e]=function(e){for(var n,r=[],a=b(e),i=a.length-1,o=0;o<=i;o++)n=o===i?this:this.clone(!0),b(a[o])[t](n),c.apply(r,n.get());return this.pushStack(r)}}));var Ue=new RegExp("^("+re+")(?!px)[a-z%]+$","i"),We=function(e){var t=e.ownerDocument.defaultView;return t&&t.opener||(t=n),t.getComputedStyle(e)},ze=new RegExp(ie.join("|"),"i");function $e(e,t,n){var r,a,i,o,s=e.style;return(n=n||We(e))&&(""!==(o=n.getPropertyValue(t)||n[t])||b.contains(e.ownerDocument,e)||(o=b.style(e,t)),!g.pixelBoxStyles()&&Ue.test(o)&&ze.test(t)&&(r=s.width,a=s.minWidth,i=s.maxWidth,s.minWidth=s.maxWidth=s.width=o,o=n.width,s.width=r,s.minWidth=a,s.maxWidth=i)),void 0!==o?o+"":o}function Be(e,t){return{get:function(){if(!e())return(this.get=t).apply(this,arguments);delete this.get}}}!function(){function e(){if(c){l.style.cssText="position:absolute;left:-11111px;width:60px;margin-top:1px;padding:0;border:0",c.style.cssText="position:relative;display:block;box-sizing:border-box;overflow:scroll;margin:auto;border:1px;padding:1px;width:60%;top:1%",we.appendChild(l).appendChild(c);var e=n.getComputedStyle(c);r="1%"!==e.top,u=12===t(e.marginLeft),c.style.right="60%",s=36===t(e.right),a=36===t(e.width),c.style.position="absolute",i=36===c.offsetWidth||"absolute",we.removeChild(l),c=null}}function t(e){return Math.round(parseFloat(e))}var r,a,i,s,u,l=o.createElement("div"),c=o.createElement("div");c.style&&(c.style.backgroundClip="content-box",c.cloneNode(!0).style.backgroundClip="",g.clearCloneStyle="content-box"===c.style.backgroundClip,b.extend(g,{boxSizingReliable:function(){return e(),a},pixelBoxStyles:function(){return e(),s},pixelPosition:function(){return e(),r},reliableMarginLeft:function(){return e(),u},scrollboxSize:function(){return e(),i}}))}();var qe=/^(none|table(?!-c[ea]).+)/,Ge=/^--/,Je={position:"absolute",visibility:"hidden",display:"block"},Ve={letterSpacing:"0",fontWeight:"400"},Ke=["Webkit","Moz","ms"],Xe=o.createElement("div").style;function Ze(e){var t=b.cssProps[e];return t||(t=b.cssProps[e]=function(e){if(e in Xe)return e;for(var t=e[0].toUpperCase()+e.slice(1),n=Ke.length;n--;)if((e=Ke[n]+t)in Xe)return e}(e)||e),t}function Qe(e,t,n){var r=ae.exec(t);return r?Math.max(0,r[2]-(n||0))+(r[3]||"px"):t}function et(e,t,n,r,a,i){var o="width"===t?1:0,s=0,u=0;if(n===(r?"border":"content"))return 0;for(;o<4;o+=2)"margin"===n&&(u+=b.css(e,n+ie[o],!0,a)),r?("content"===n&&(u-=b.css(e,"padding"+ie[o],!0,a)),"margin"!==n&&(u-=b.css(e,"border"+ie[o]+"Width",!0,a))):(u+=b.css(e,"padding"+ie[o],!0,a),"padding"!==n?u+=b.css(e,"border"+ie[o]+"Width",!0,a):s+=b.css(e,"border"+ie[o]+"Width",!0,a));return!r&&i>=0&&(u+=Math.max(0,Math.ceil(e["offset"+t[0].toUpperCase()+t.slice(1)]-i-u-s-.5))),u}function tt(e,t,n){var r=We(e),a=$e(e,t,r),i="border-box"===b.css(e,"boxSizing",!1,r),o=i;if(Ue.test(a)){if(!n)return a;a="auto"}return o=o&&(g.boxSizingReliable()||a===e.style[t]),("auto"===a||!parseFloat(a)&&"inline"===b.css(e,"display",!1,r))&&(a=e["offset"+t[0].toUpperCase()+t.slice(1)],o=!0),(a=parseFloat(a)||0)+et(e,t,n||(i?"border":"content"),o,r,a)+"px"}function nt(e,t,n,r,a){return new nt.prototype.init(e,t,n,r,a)}b.extend({cssHooks:{opacity:{get:function(e,t){if(t){var n=$e(e,"opacity");return""===n?"1":n}}}},cssNumber:{animationIterationCount:!0,columnCount:!0,fillOpacity:!0,flexGrow:!0,flexShrink:!0,fontWeight:!0,lineHeight:!0,opacity:!0,order:!0,orphans:!0,widows:!0,zIndex:!0,zoom:!0},cssProps:{},style:function(e,t,n,r){if(e&&3!==e.nodeType&&8!==e.nodeType&&e.style){var a,i,o,s=V(t),u=Ge.test(t),l=e.style;if(u||(t=Ze(s)),o=b.cssHooks[t]||b.cssHooks[s],void 0===n)return o&&"get"in o&&void 0!==(a=o.get(e,!1,r))?a:l[t];"string"===(i=typeof n)&&(a=ae.exec(n))&&a[1]&&(n=ue(e,t,a),i="number"),null!=n&&n==n&&("number"===i&&(n+=a&&a[3]||(b.cssNumber[s]?"":"px")),g.clearCloneStyle||""!==n||0!==t.indexOf("background")||(l[t]="inherit"),o&&"set"in o&&void 0===(n=o.set(e,n,r))||(u?l.setProperty(t,n):l[t]=n))}},css:function(e,t,n,r){var a,i,o,s=V(t);return Ge.test(t)||(t=Ze(s)),(o=b.cssHooks[t]||b.cssHooks[s])&&"get"in o&&(a=o.get(e,!0,n)),void 0===a&&(a=$e(e,t,r)),"normal"===a&&t in Ve&&(a=Ve[t]),""===n||n?(i=parseFloat(a),!0===n||isFinite(i)?i||0:a):a}}),b.each(["height","width"],(function(e,t){b.cssHooks[t]={get:function(e,n,r){if(n)return!qe.test(b.css(e,"display"))||e.getClientRects().length&&e.getBoundingClientRect().width?tt(e,t,r):se(e,Je,(function(){return tt(e,t,r)}))},set:function(e,n,r){var a,i=We(e),o="border-box"===b.css(e,"boxSizing",!1,i),s=r&&et(e,t,r,o,i);return o&&g.scrollboxSize()===i.position&&(s-=Math.ceil(e["offset"+t[0].toUpperCase()+t.slice(1)]-parseFloat(i[t])-et(e,t,"border",!1,i)-.5)),s&&(a=ae.exec(n))&&"px"!==(a[3]||"px")&&(e.style[t]=n,n=b.css(e,t)),Qe(0,n,s)}}})),b.cssHooks.marginLeft=Be(g.reliableMarginLeft,(function(e,t){if(t)return(parseFloat($e(e,"marginLeft"))||e.getBoundingClientRect().left-se(e,{marginLeft:0},(function(){return e.getBoundingClientRect().left})))+"px"})),b.each({margin:"",padding:"",border:"Width"},(function(e,t){b.cssHooks[e+t]={expand:function(n){for(var r=0,a={},i="string"==typeof n?n.split(" "):[n];r<4;r++)a[e+ie[r]+t]=i[r]||i[r-2]||i[0];return a}},"margin"!==e&&(b.cssHooks[e+t].set=Qe)})),b.fn.extend({css:function(e,t){return B(this,(function(e,t,n){var r,a,i={},o=0;if(Array.isArray(t)){for(r=We(e),a=t.length;o<a;o++)i[t[o]]=b.css(e,t[o],!1,r);return i}return void 0!==n?b.style(e,t,n):b.css(e,t)}),e,t,arguments.length>1)}}),b.Tween=nt,nt.prototype={constructor:nt,init:function(e,t,n,r,a,i){this.elem=e,this.prop=n,this.easing=a||b.easing._default,this.options=t,this.start=this.now=this.cur(),this.end=r,this.unit=i||(b.cssNumber[n]?"":"px")},cur:function(){var e=nt.propHooks[this.prop];return e&&e.get?e.get(this):nt.propHooks._default.get(this)},run:function(e){var t,n=nt.propHooks[this.prop];return this.options.duration?this.pos=t=b.easing[this.easing](e,this.options.duration*e,0,1,this.options.duration):this.pos=t=e,this.now=(this.end-this.start)*t+this.start,this.options.step&&this.options.step.call(this.elem,this.now,this),n&&n.set?n.set(this):nt.propHooks._default.set(this),this}},nt.prototype.init.prototype=nt.prototype,nt.propHooks={_default:{get:function(e){var t;return 1!==e.elem.nodeType||null!=e.elem[e.prop]&&null==e.elem.style[e.prop]?e.elem[e.prop]:(t=b.css(e.elem,e.prop,""))&&"auto"!==t?t:0},set:function(e){b.fx.step[e.prop]?b.fx.step[e.prop](e):1!==e.elem.nodeType||null==e.elem.style[b.cssProps[e.prop]]&&!b.cssHooks[e.prop]?e.elem[e.prop]=e.now:b.style(e.elem,e.prop,e.now+e.unit)}}},nt.propHooks.scrollTop=nt.propHooks.scrollLeft={set:function(e){e.elem.nodeType&&e.elem.parentNode&&(e.elem[e.prop]=e.now)}},b.easing={linear:function(e){return e},swing:function(e){return.5-Math.cos(e*Math.PI)/2},_default:"swing"},b.fx=nt.prototype.init,b.fx.step={};var rt,at,it=/^(?:toggle|show|hide)$/,ot=/queueHooks$/;function st(){at&&(!1===o.hidden&&n.requestAnimationFrame?n.requestAnimationFrame(st):n.setTimeout(st,b.fx.interval),b.fx.tick())}function ut(){return n.setTimeout((function(){rt=void 0})),rt=Date.now()}function lt(e,t){var n,r=0,a={height:e};for(t=t?1:0;r<4;r+=2-t)a["margin"+(n=ie[r])]=a["padding"+n]=e;return t&&(a.opacity=a.width=e),a}function ct(e,t,n){for(var r,a=(dt.tweeners[t]||[]).concat(dt.tweeners["*"]),i=0,o=a.length;i<o;i++)if(r=a[i].call(n,t,e))return r}function dt(e,t,n){var r,a,i=0,o=dt.prefilters.length,s=b.Deferred().always((function(){delete u.elem})),u=function(){if(a)return!1;for(var t=rt||ut(),n=Math.max(0,l.startTime+l.duration-t),r=1-(n/l.duration||0),i=0,o=l.tweens.length;i<o;i++)l.tweens[i].run(r);return s.notifyWith(e,[l,r,n]),r<1&&o?n:(o||s.notifyWith(e,[l,1,0]),s.resolveWith(e,[l]),!1)},l=s.promise({elem:e,props:b.extend({},t),opts:b.extend(!0,{specialEasing:{},easing:b.easing._default},n),originalProperties:t,originalOptions:n,startTime:rt||ut(),duration:n.duration,tweens:[],createTween:function(t,n){var r=b.Tween(e,l.opts,t,n,l.opts.specialEasing[t]||l.opts.easing);return l.tweens.push(r),r},stop:function(t){var n=0,r=t?l.tweens.length:0;if(a)return this;for(a=!0;n<r;n++)l.tweens[n].run(1);return t?(s.notifyWith(e,[l,1,0]),s.resolveWith(e,[l,t])):s.rejectWith(e,[l,t]),this}}),c=l.props;for(!function(e,t){var n,r,a,i,o;for(n in e)if(a=t[r=V(n)],i=e[n],Array.isArray(i)&&(a=i[1],i=e[n]=i[0]),n!==r&&(e[r]=i,delete e[n]),(o=b.cssHooks[r])&&"expand"in o)for(n in i=o.expand(i),delete e[r],i)n in e||(e[n]=i[n],t[n]=a);else t[r]=a}(c,l.opts.specialEasing);i<o;i++)if(r=dt.prefilters[i].call(l,e,c,l.opts))return y(r.stop)&&(b._queueHooks(l.elem,l.opts.queue).stop=r.stop.bind(r)),r;return b.map(c,ct,l),y(l.opts.start)&&l.opts.start.call(e,l),l.progress(l.opts.progress).done(l.opts.done,l.opts.complete).fail(l.opts.fail).always(l.opts.always),b.fx.timer(b.extend(u,{elem:e,anim:l,queue:l.opts.queue})),l}b.Animation=b.extend(dt,{tweeners:{"*":[function(e,t){var n=this.createTween(e,t);return ue(n.elem,e,ae.exec(t),n),n}]},tweener:function(e,t){y(e)?(t=e,e=["*"]):e=e.match(N);for(var n,r=0,a=e.length;r<a;r++)n=e[r],dt.tweeners[n]=dt.tweeners[n]||[],dt.tweeners[n].unshift(t)},prefilters:[function(e,t,n){var r,a,i,o,s,u,l,c,d="width"in t||"height"in t,f=this,p={},m=e.style,h=e.nodeType&&oe(e),_=Z.get(e,"fxshow");for(r in n.queue||(null==(o=b._queueHooks(e,"fx")).unqueued&&(o.unqueued=0,s=o.empty.fire,o.empty.fire=function(){o.unqueued||s()}),o.unqueued++,f.always((function(){f.always((function(){o.unqueued--,b.queue(e,"fx").length||o.empty.fire()}))}))),t)if(a=t[r],it.test(a)){if(delete t[r],i=i||"toggle"===a,a===(h?"hide":"show")){if("show"!==a||!_||void 0===_[r])continue;h=!0}p[r]=_&&_[r]||b.style(e,r)}if((u=!b.isEmptyObject(t))||!b.isEmptyObject(p))for(r in d&&1===e.nodeType&&(n.overflow=[m.overflow,m.overflowX,m.overflowY],null==(l=_&&_.display)&&(l=Z.get(e,"display")),"none"===(c=b.css(e,"display"))&&(l?c=l:(de([e],!0),l=e.style.display||l,c=b.css(e,"display"),de([e]))),("inline"===c||"inline-block"===c&&null!=l)&&"none"===b.css(e,"float")&&(u||(f.done((function(){m.display=l})),null==l&&(c=m.display,l="none"===c?"":c)),m.display="inline-block")),n.overflow&&(m.overflow="hidden",f.always((function(){m.overflow=n.overflow[0],m.overflowX=n.overflow[1],m.overflowY=n.overflow[2]}))),u=!1,p)u||(_?"hidden"in _&&(h=_.hidden):_=Z.access(e,"fxshow",{display:l}),i&&(_.hidden=!h),h&&de([e],!0),f.done((function(){for(r in h||de([e]),Z.remove(e,"fxshow"),p)b.style(e,r,p[r])}))),u=ct(h?_[r]:0,r,f),r in _||(_[r]=u.start,h&&(u.end=u.start,u.start=0))}],prefilter:function(e,t){t?dt.prefilters.unshift(e):dt.prefilters.push(e)}}),b.speed=function(e,t,n){var r=e&&"object"==typeof e?b.extend({},e):{complete:n||!n&&t||y(e)&&e,duration:e,easing:n&&t||t&&!y(t)&&t};return b.fx.off?r.duration=0:"number"!=typeof r.duration&&(r.duration in b.fx.speeds?r.duration=b.fx.speeds[r.duration]:r.duration=b.fx.speeds._default),null!=r.queue&&!0!==r.queue||(r.queue="fx"),r.old=r.complete,r.complete=function(){y(r.old)&&r.old.call(this),r.queue&&b.dequeue(this,r.queue)},r},b.fn.extend({fadeTo:function(e,t,n,r){return this.filter(oe).css("opacity",0).show().end().animate({opacity:t},e,n,r)},animate:function(e,t,n,r){var a=b.isEmptyObject(e),i=b.speed(t,n,r),o=function(){var t=dt(this,b.extend({},e),i);(a||Z.get(this,"finish"))&&t.stop(!0)};return o.finish=o,a||!1===i.queue?this.each(o):this.queue(i.queue,o)},stop:function(e,t,n){var r=function(e){var t=e.stop;delete e.stop,t(n)};return"string"!=typeof e&&(n=t,t=e,e=void 0),t&&!1!==e&&this.queue(e||"fx",[]),this.each((function(){var t=!0,a=null!=e&&e+"queueHooks",i=b.timers,o=Z.get(this);if(a)o[a]&&o[a].stop&&r(o[a]);else for(a in o)o[a]&&o[a].stop&&ot.test(a)&&r(o[a]);for(a=i.length;a--;)i[a].elem!==this||null!=e&&i[a].queue!==e||(i[a].anim.stop(n),t=!1,i.splice(a,1));!t&&n||b.dequeue(this,e)}))},finish:function(e){return!1!==e&&(e=e||"fx"),this.each((function(){var t,n=Z.get(this),r=n[e+"queue"],a=n[e+"queueHooks"],i=b.timers,o=r?r.length:0;for(n.finish=!0,b.queue(this,e,[]),a&&a.stop&&a.stop.call(this,!0),t=i.length;t--;)i[t].elem===this&&i[t].queue===e&&(i[t].anim.stop(!0),i.splice(t,1));for(t=0;t<o;t++)r[t]&&r[t].finish&&r[t].finish.call(this);delete n.finish}))}}),b.each(["toggle","show","hide"],(function(e,t){var n=b.fn[t];b.fn[t]=function(e,r,a){return null==e||"boolean"==typeof e?n.apply(this,arguments):this.animate(lt(t,!0),e,r,a)}})),b.each({slideDown:lt("show"),slideUp:lt("hide"),slideToggle:lt("toggle"),fadeIn:{opacity:"show"},fadeOut:{opacity:"hide"},fadeToggle:{opacity:"toggle"}},(function(e,t){b.fn[e]=function(e,n,r){return this.animate(t,e,n,r)}})),b.timers=[],b.fx.tick=function(){var e,t=0,n=b.timers;for(rt=Date.now();t<n.length;t++)(e=n[t])()||n[t]!==e||n.splice(t--,1);n.length||b.fx.stop(),rt=void 0},b.fx.timer=function(e){b.timers.push(e),b.fx.start()},b.fx.interval=13,b.fx.start=function(){at||(at=!0,st())},b.fx.stop=function(){at=null},b.fx.speeds={slow:600,fast:200,_default:400},b.fn.delay=function(e,t){return e=b.fx&&b.fx.speeds[e]||e,t=t||"fx",this.queue(t,(function(t,r){var a=n.setTimeout(t,e);r.stop=function(){n.clearTimeout(a)}}))},function(){var e=o.createElement("input"),t=o.createElement("select").appendChild(o.createElement("option"));e.type="checkbox",g.checkOn=""!==e.value,g.optSelected=t.selected,(e=o.createElement("input")).value="t",e.type="radio",g.radioValue="t"===e.value}();var ft,pt=b.expr.attrHandle;b.fn.extend({attr:function(e,t){return B(this,b.attr,e,t,arguments.length>1)},removeAttr:function(e){return this.each((function(){b.removeAttr(this,e)}))}}),b.extend({attr:function(e,t,n){var r,a,i=e.nodeType;if(3!==i&&8!==i&&2!==i)return void 0===e.getAttribute?b.prop(e,t,n):(1===i&&b.isXMLDoc(e)||(a=b.attrHooks[t.toLowerCase()]||(b.expr.match.bool.test(t)?ft:void 0)),void 0!==n?null===n?void b.removeAttr(e,t):a&&"set"in a&&void 0!==(r=a.set(e,n,t))?r:(e.setAttribute(t,n+""),n):a&&"get"in a&&null!==(r=a.get(e,t))?r:null==(r=b.find.attr(e,t))?void 0:r)},attrHooks:{type:{set:function(e,t){if(!g.radioValue&&"radio"===t&&j(e,"input")){var n=e.value;return e.setAttribute("type",t),n&&(e.value=n),t}}}},removeAttr:function(e,t){var n,r=0,a=t&&t.match(N);if(a&&1===e.nodeType)for(;n=a[r++];)e.removeAttribute(n)}}),ft={set:function(e,t,n){return!1===t?b.removeAttr(e,n):e.setAttribute(n,n),n}},b.each(b.expr.match.bool.source.match(/\w+/g),(function(e,t){var n=pt[t]||b.find.attr;pt[t]=function(e,t,r){var a,i,o=t.toLowerCase();return r||(i=pt[o],pt[o]=a,a=null!=n(e,t,r)?o:null,pt[o]=i),a}}));var mt=/^(?:input|select|textarea|button)$/i,ht=/^(?:a|area)$/i;function _t(e){return(e.match(N)||[]).join(" ")}function gt(e){return e.getAttribute&&e.getAttribute("class")||""}function yt(e){return Array.isArray(e)?e:"string"==typeof e&&e.match(N)||[]}b.fn.extend({prop:function(e,t){return B(this,b.prop,e,t,arguments.length>1)},removeProp:function(e){return this.each((function(){delete this[b.propFix[e]||e]}))}}),b.extend({prop:function(e,t,n){var r,a,i=e.nodeType;if(3!==i&&8!==i&&2!==i)return 1===i&&b.isXMLDoc(e)||(t=b.propFix[t]||t,a=b.propHooks[t]),void 0!==n?a&&"set"in a&&void 0!==(r=a.set(e,n,t))?r:e[t]=n:a&&"get"in a&&null!==(r=a.get(e,t))?r:e[t]},propHooks:{tabIndex:{get:function(e){var t=b.find.attr(e,"tabindex");return t?parseInt(t,10):mt.test(e.nodeName)||ht.test(e.nodeName)&&e.href?0:-1}}},propFix:{for:"htmlFor",class:"className"}}),g.optSelected||(b.propHooks.selected={get:function(e){var t=e.parentNode;return t&&t.parentNode&&t.parentNode.selectedIndex,null},set:function(e){var t=e.parentNode;t&&(t.selectedIndex,t.parentNode&&t.parentNode.selectedIndex)}}),b.each(["tabIndex","readOnly","maxLength","cellSpacing","cellPadding","rowSpan","colSpan","useMap","frameBorder","contentEditable"],(function(){b.propFix[this.toLowerCase()]=this})),b.fn.extend({addClass:function(e){var t,n,r,a,i,o,s,u=0;if(y(e))return this.each((function(t){b(this).addClass(e.call(this,t,gt(this)))}));if((t=yt(e)).length)for(;n=this[u++];)if(a=gt(n),r=1===n.nodeType&&" "+_t(a)+" "){for(o=0;i=t[o++];)r.indexOf(" "+i+" ")<0&&(r+=i+" ");a!==(s=_t(r))&&n.setAttribute("class",s)}return this},removeClass:function(e){var t,n,r,a,i,o,s,u=0;if(y(e))return this.each((function(t){b(this).removeClass(e.call(this,t,gt(this)))}));if(!arguments.length)return this.attr("class","");if((t=yt(e)).length)for(;n=this[u++];)if(a=gt(n),r=1===n.nodeType&&" "+_t(a)+" "){for(o=0;i=t[o++];)for(;r.indexOf(" "+i+" ")>-1;)r=r.replace(" "+i+" "," ");a!==(s=_t(r))&&n.setAttribute("class",s)}return this},toggleClass:function(e,t){var n=typeof e,r="string"===n||Array.isArray(e);return"boolean"==typeof t&&r?t?this.addClass(e):this.removeClass(e):y(e)?this.each((function(n){b(this).toggleClass(e.call(this,n,gt(this),t),t)})):this.each((function(){var t,a,i,o;if(r)for(a=0,i=b(this),o=yt(e);t=o[a++];)i.hasClass(t)?i.removeClass(t):i.addClass(t);else void 0!==e&&"boolean"!==n||((t=gt(this))&&Z.set(this,"__className__",t),this.setAttribute&&this.setAttribute("class",t||!1===e?"":Z.get(this,"__className__")||""))}))},hasClass:function(e){var t,n,r=0;for(t=" "+e+" ";n=this[r++];)if(1===n.nodeType&&(" "+_t(gt(n))+" ").indexOf(t)>-1)return!0;return!1}});var vt=/\r/g;b.fn.extend({val:function(e){var t,n,r,a=this[0];return arguments.length?(r=y(e),this.each((function(n){var a;1===this.nodeType&&(null==(a=r?e.call(this,n,b(this).val()):e)?a="":"number"==typeof a?a+="":Array.isArray(a)&&(a=b.map(a,(function(e){return null==e?"":e+""}))),(t=b.valHooks[this.type]||b.valHooks[this.nodeName.toLowerCase()])&&"set"in t&&void 0!==t.set(this,a,"value")||(this.value=a))}))):a?(t=b.valHooks[a.type]||b.valHooks[a.nodeName.toLowerCase()])&&"get"in t&&void 0!==(n=t.get(a,"value"))?n:"string"==typeof(n=a.value)?n.replace(vt,""):null==n?"":n:void 0}}),b.extend({valHooks:{option:{get:function(e){var t=b.find.attr(e,"value");return null!=t?t:_t(b.text(e))}},select:{get:function(e){var t,n,r,a=e.options,i=e.selectedIndex,o="select-one"===e.type,s=o?null:[],u=o?i+1:a.length;for(r=i<0?u:o?i:0;r<u;r++)if(((n=a[r]).selected||r===i)&&!n.disabled&&(!n.parentNode.disabled||!j(n.parentNode,"optgroup"))){if(t=b(n).val(),o)return t;s.push(t)}return s},set:function(e,t){for(var n,r,a=e.options,i=b.makeArray(t),o=a.length;o--;)((r=a[o]).selected=b.inArray(b.valHooks.option.get(r),i)>-1)&&(n=!0);return n||(e.selectedIndex=-1),i}}}}),b.each(["radio","checkbox"],(function(){b.valHooks[this]={set:function(e,t){if(Array.isArray(t))return e.checked=b.inArray(b(e).val(),t)>-1}},g.checkOn||(b.valHooks[this].get=function(e){return null===e.getAttribute("value")?"on":e.value})})),g.focusin="onfocusin"in n;var Mt=/^(?:focusinfocus|focusoutblur)$/,Lt=function(e){e.stopPropagation()};b.extend(b.event,{trigger:function(e,t,r,a){var i,s,u,l,c,d,f,p,h=[r||o],_=m.call(e,"type")?e.type:e,g=m.call(e,"namespace")?e.namespace.split("."):[];if(s=p=u=r=r||o,3!==r.nodeType&&8!==r.nodeType&&!Mt.test(_+b.event.triggered)&&(_.indexOf(".")>-1&&(g=_.split("."),_=g.shift(),g.sort()),c=_.indexOf(":")<0&&"on"+_,(e=e[b.expando]?e:new b.Event(_,"object"==typeof e&&e)).isTrigger=a?2:3,e.namespace=g.join("."),e.rnamespace=e.namespace?new RegExp("(^|\\.)"+g.join("\\.(?:.*\\.|)")+"(\\.|$)"):null,e.result=void 0,e.target||(e.target=r),t=null==t?[e]:b.makeArray(t,[e]),f=b.event.special[_]||{},a||!f.trigger||!1!==f.trigger.apply(r,t))){if(!a&&!f.noBubble&&!v(r)){for(l=f.delegateType||_,Mt.test(l+_)||(s=s.parentNode);s;s=s.parentNode)h.push(s),u=s;u===(r.ownerDocument||o)&&h.push(u.defaultView||u.parentWindow||n)}for(i=0;(s=h[i++])&&!e.isPropagationStopped();)p=s,e.type=i>1?l:f.bindType||_,(d=(Z.get(s,"events")||{})[e.type]&&Z.get(s,"handle"))&&d.apply(s,t),(d=c&&s[c])&&d.apply&&K(s)&&(e.result=d.apply(s,t),!1===e.result&&e.preventDefault());return e.type=_,a||e.isDefaultPrevented()||f._default&&!1!==f._default.apply(h.pop(),t)||!K(r)||c&&y(r[_])&&!v(r)&&((u=r[c])&&(r[c]=null),b.event.triggered=_,e.isPropagationStopped()&&p.addEventListener(_,Lt),r[_](),e.isPropagationStopped()&&p.removeEventListener(_,Lt),b.event.triggered=void 0,u&&(r[c]=u)),e.result}},simulate:function(e,t,n){var r=b.extend(new b.Event,n,{type:e,isSimulated:!0});b.event.trigger(r,null,t)}}),b.fn.extend({trigger:function(e,t){return this.each((function(){b.event.trigger(e,t,this)}))},triggerHandler:function(e,t){var n=this[0];if(n)return b.event.trigger(e,t,n,!0)}}),g.focusin||b.each({focus:"focusin",blur:"focusout"},(function(e,t){var n=function(e){b.event.simulate(t,e.target,b.event.fix(e))};b.event.special[t]={setup:function(){var r=this.ownerDocument||this,a=Z.access(r,t);a||r.addEventListener(e,n,!0),Z.access(r,t,(a||0)+1)},teardown:function(){var r=this.ownerDocument||this,a=Z.access(r,t)-1;a?Z.access(r,t,a):(r.removeEventListener(e,n,!0),Z.remove(r,t))}}}));var wt=n.location,bt=Date.now(),Tt=/\?/;b.parseXML=function(e){var t;if(!e||"string"!=typeof e)return null;try{t=(new n.DOMParser).parseFromString(e,"text/xml")}catch(e){t=void 0}return t&&!t.getElementsByTagName("parsererror").length||b.error("Invalid XML: "+e),t};var xt=/\[\]$/,kt=/\r?\n/g,Yt=/^(?:submit|button|image|reset|file)$/i,Dt=/^(?:input|select|textarea|keygen)/i;function St(e,t,n,r){var a;if(Array.isArray(t))b.each(t,(function(t,a){n||xt.test(e)?r(e,a):St(e+"["+("object"==typeof a&&null!=a?t:"")+"]",a,n,r)}));else if(n||"object"!==w(t))r(e,t);else for(a in t)St(e+"["+a+"]",t[a],n,r)}b.param=function(e,t){var n,r=[],a=function(e,t){var n=y(t)?t():t;r[r.length]=encodeURIComponent(e)+"="+encodeURIComponent(null==n?"":n)};if(Array.isArray(e)||e.jquery&&!b.isPlainObject(e))b.each(e,(function(){a(this.name,this.value)}));else for(n in e)St(n,e[n],t,a);return r.join("&")},b.fn.extend({serialize:function(){return b.param(this.serializeArray())},serializeArray:function(){return this.map((function(){var e=b.prop(this,"elements");return e?b.makeArray(e):this})).filter((function(){var e=this.type;return this.name&&!b(this).is(":disabled")&&Dt.test(this.nodeName)&&!Yt.test(e)&&(this.checked||!fe.test(e))})).map((function(e,t){var n=b(this).val();return null==n?null:Array.isArray(n)?b.map(n,(function(e){return{name:t.name,value:e.replace(kt,"\r\n")}})):{name:t.name,value:n.replace(kt,"\r\n")}})).get()}});var jt=/%20/g,At=/#.*$/,Et=/([?&])_=[^&]*/,Ot=/^(.*?):[ \t]*([^\r\n]*)$/gm,Pt=/^(?:GET|HEAD)$/,Ct=/^\/\//,Ht={},Ft={},Nt="*/".concat("*"),It=o.createElement("a");function Rt(e){return function(t,n){"string"!=typeof t&&(n=t,t="*");var r,a=0,i=t.toLowerCase().match(N)||[];if(y(n))for(;r=i[a++];)"+"===r[0]?(r=r.slice(1)||"*",(e[r]=e[r]||[]).unshift(n)):(e[r]=e[r]||[]).push(n)}}function Ut(e,t,n,r){var a={},i=e===Ft;function o(s){var u;return a[s]=!0,b.each(e[s]||[],(function(e,s){var l=s(t,n,r);return"string"!=typeof l||i||a[l]?i?!(u=l):void 0:(t.dataTypes.unshift(l),o(l),!1)})),u}return o(t.dataTypes[0])||!a["*"]&&o("*")}function Wt(e,t){var n,r,a=b.ajaxSettings.flatOptions||{};for(n in t)void 0!==t[n]&&((a[n]?e:r||(r={}))[n]=t[n]);return r&&b.extend(!0,e,r),e}It.href=wt.href,b.extend({active:0,lastModified:{},etag:{},ajaxSettings:{url:wt.href,type:"GET",isLocal:/^(?:about|app|app-storage|.+-extension|file|res|widget):$/.test(wt.protocol),global:!0,processData:!0,async:!0,contentType:"application/x-www-form-urlencoded; charset=UTF-8",accepts:{"*":Nt,text:"text/plain",html:"text/html",xml:"application/xml, text/xml",json:"application/json, text/javascript"},contents:{xml:/\bxml\b/,html:/\bhtml/,json:/\bjson\b/},responseFields:{xml:"responseXML",text:"responseText",json:"responseJSON"},converters:{"* text":String,"text html":!0,"text json":JSON.parse,"text xml":b.parseXML},flatOptions:{url:!0,context:!0}},ajaxSetup:function(e,t){return t?Wt(Wt(e,b.ajaxSettings),t):Wt(b.ajaxSettings,e)},ajaxPrefilter:Rt(Ht),ajaxTransport:Rt(Ft),ajax:function(e,t){"object"==typeof e&&(t=e,e=void 0),t=t||{};var r,a,i,s,u,l,c,d,f,p,m=b.ajaxSetup({},t),h=m.context||m,_=m.context&&(h.nodeType||h.jquery)?b(h):b.event,g=b.Deferred(),y=b.Callbacks("once memory"),v=m.statusCode||{},M={},L={},w="canceled",T={readyState:0,getResponseHeader:function(e){var t;if(c){if(!s)for(s={};t=Ot.exec(i);)s[t[1].toLowerCase()]=t[2];t=s[e.toLowerCase()]}return null==t?null:t},getAllResponseHeaders:function(){return c?i:null},setRequestHeader:function(e,t){return null==c&&(e=L[e.toLowerCase()]=L[e.toLowerCase()]||e,M[e]=t),this},overrideMimeType:function(e){return null==c&&(m.mimeType=e),this},statusCode:function(e){var t;if(e)if(c)T.always(e[T.status]);else for(t in e)v[t]=[v[t],e[t]];return this},abort:function(e){var t=e||w;return r&&r.abort(t),x(0,t),this}};if(g.promise(T),m.url=((e||m.url||wt.href)+"").replace(Ct,wt.protocol+"//"),m.type=t.method||t.type||m.method||m.type,m.dataTypes=(m.dataType||"*").toLowerCase().match(N)||[""],null==m.crossDomain){l=o.createElement("a");try{l.href=m.url,l.href=l.href,m.crossDomain=It.protocol+"//"+It.host!=l.protocol+"//"+l.host}catch(e){m.crossDomain=!0}}if(m.data&&m.processData&&"string"!=typeof m.data&&(m.data=b.param(m.data,m.traditional)),Ut(Ht,m,t,T),c)return T;for(f in(d=b.event&&m.global)&&0==b.active++&&b.event.trigger("ajaxStart"),m.type=m.type.toUpperCase(),m.hasContent=!Pt.test(m.type),a=m.url.replace(At,""),m.hasContent?m.data&&m.processData&&0===(m.contentType||"").indexOf("application/x-www-form-urlencoded")&&(m.data=m.data.replace(jt,"+")):(p=m.url.slice(a.length),m.data&&(m.processData||"string"==typeof m.data)&&(a+=(Tt.test(a)?"&":"?")+m.data,delete m.data),!1===m.cache&&(a=a.replace(Et,"$1"),p=(Tt.test(a)?"&":"?")+"_="+bt+++p),m.url=a+p),m.ifModified&&(b.lastModified[a]&&T.setRequestHeader("If-Modified-Since",b.lastModified[a]),b.etag[a]&&T.setRequestHeader("If-None-Match",b.etag[a])),(m.data&&m.hasContent&&!1!==m.contentType||t.contentType)&&T.setRequestHeader("Content-Type",m.contentType),T.setRequestHeader("Accept",m.dataTypes[0]&&m.accepts[m.dataTypes[0]]?m.accepts[m.dataTypes[0]]+("*"!==m.dataTypes[0]?", "+Nt+"; q=0.01":""):m.accepts["*"]),m.headers)T.setRequestHeader(f,m.headers[f]);if(m.beforeSend&&(!1===m.beforeSend.call(h,T,m)||c))return T.abort();if(w="abort",y.add(m.complete),T.done(m.success),T.fail(m.error),r=Ut(Ft,m,t,T)){if(T.readyState=1,d&&_.trigger("ajaxSend",[T,m]),c)return T;m.async&&m.timeout>0&&(u=n.setTimeout((function(){T.abort("timeout")}),m.timeout));try{c=!1,r.send(M,x)}catch(e){if(c)throw e;x(-1,e)}}else x(-1,"No Transport");function x(e,t,o,s){var l,f,p,M,L,w=t;c||(c=!0,u&&n.clearTimeout(u),r=void 0,i=s||"",T.readyState=e>0?4:0,l=e>=200&&e<300||304===e,o&&(M=function(e,t,n){for(var r,a,i,o,s=e.contents,u=e.dataTypes;"*"===u[0];)u.shift(),void 0===r&&(r=e.mimeType||t.getResponseHeader("Content-Type"));if(r)for(a in s)if(s[a]&&s[a].test(r)){u.unshift(a);break}if(u[0]in n)i=u[0];else{for(a in n){if(!u[0]||e.converters[a+" "+u[0]]){i=a;break}o||(o=a)}i=i||o}if(i)return i!==u[0]&&u.unshift(i),n[i]}(m,T,o)),M=function(e,t,n,r){var a,i,o,s,u,l={},c=e.dataTypes.slice();if(c[1])for(o in e.converters)l[o.toLowerCase()]=e.converters[o];for(i=c.shift();i;)if(e.responseFields[i]&&(n[e.responseFields[i]]=t),!u&&r&&e.dataFilter&&(t=e.dataFilter(t,e.dataType)),u=i,i=c.shift())if("*"===i)i=u;else if("*"!==u&&u!==i){if(!(o=l[u+" "+i]||l["* "+i]))for(a in l)if((s=a.split(" "))[1]===i&&(o=l[u+" "+s[0]]||l["* "+s[0]])){!0===o?o=l[a]:!0!==l[a]&&(i=s[0],c.unshift(s[1]));break}if(!0!==o)if(o&&e.throws)t=o(t);else try{t=o(t)}catch(e){return{state:"parsererror",error:o?e:"No conversion from "+u+" to "+i}}}return{state:"success",data:t}}(m,M,T,l),l?(m.ifModified&&((L=T.getResponseHeader("Last-Modified"))&&(b.lastModified[a]=L),(L=T.getResponseHeader("etag"))&&(b.etag[a]=L)),204===e||"HEAD"===m.type?w="nocontent":304===e?w="notmodified":(w=M.state,f=M.data,l=!(p=M.error))):(p=w,!e&&w||(w="error",e<0&&(e=0))),T.status=e,T.statusText=(t||w)+"",l?g.resolveWith(h,[f,w,T]):g.rejectWith(h,[T,w,p]),T.statusCode(v),v=void 0,d&&_.trigger(l?"ajaxSuccess":"ajaxError",[T,m,l?f:p]),y.fireWith(h,[T,w]),d&&(_.trigger("ajaxComplete",[T,m]),--b.active||b.event.trigger("ajaxStop")))}return T},getJSON:function(e,t,n){return b.get(e,t,n,"json")},getScript:function(e,t){return b.get(e,void 0,t,"script")}}),b.each(["get","post"],(function(e,t){b[t]=function(e,n,r,a){return y(n)&&(a=a||r,r=n,n=void 0),b.ajax(b.extend({url:e,type:t,dataType:a,data:n,success:r},b.isPlainObject(e)&&e))}})),b._evalUrl=function(e){return b.ajax({url:e,type:"GET",dataType:"script",cache:!0,async:!1,global:!1,throws:!0})},b.fn.extend({wrapAll:function(e){var t;return this[0]&&(y(e)&&(e=e.call(this[0])),t=b(e,this[0].ownerDocument).eq(0).clone(!0),this[0].parentNode&&t.insertBefore(this[0]),t.map((function(){for(var e=this;e.firstElementChild;)e=e.firstElementChild;return e})).append(this)),this},wrapInner:function(e){return y(e)?this.each((function(t){b(this).wrapInner(e.call(this,t))})):this.each((function(){var t=b(this),n=t.contents();n.length?n.wrapAll(e):t.append(e)}))},wrap:function(e){var t=y(e);return this.each((function(n){b(this).wrapAll(t?e.call(this,n):e)}))},unwrap:function(e){return this.parent(e).not("body").each((function(){b(this).replaceWith(this.childNodes)})),this}}),b.expr.pseudos.hidden=function(e){return!b.expr.pseudos.visible(e)},b.expr.pseudos.visible=function(e){return!!(e.offsetWidth||e.offsetHeight||e.getClientRects().length)},b.ajaxSettings.xhr=function(){try{return new n.XMLHttpRequest}catch(e){}};var zt={0:200,1223:204},$t=b.ajaxSettings.xhr();g.cors=!!$t&&"withCredentials"in $t,g.ajax=$t=!!$t,b.ajaxTransport((function(e){var t,r;if(g.cors||$t&&!e.crossDomain)return{send:function(a,i){var o,s=e.xhr();if(s.open(e.type,e.url,e.async,e.username,e.password),e.xhrFields)for(o in e.xhrFields)s[o]=e.xhrFields[o];for(o in e.mimeType&&s.overrideMimeType&&s.overrideMimeType(e.mimeType),e.crossDomain||a["X-Requested-With"]||(a["X-Requested-With"]="XMLHttpRequest"),a)s.setRequestHeader(o,a[o]);t=function(e){return function(){t&&(t=r=s.onload=s.onerror=s.onabort=s.ontimeout=s.onreadystatechange=null,"abort"===e?s.abort():"error"===e?"number"!=typeof s.status?i(0,"error"):i(s.status,s.statusText):i(zt[s.status]||s.status,s.statusText,"text"!==(s.responseType||"text")||"string"!=typeof s.responseText?{binary:s.response}:{text:s.responseText},s.getAllResponseHeaders()))}},s.onload=t(),r=s.onerror=s.ontimeout=t("error"),void 0!==s.onabort?s.onabort=r:s.onreadystatechange=function(){4===s.readyState&&n.setTimeout((function(){t&&r()}))},t=t("abort");try{s.send(e.hasContent&&e.data||null)}catch(e){if(t)throw e}},abort:function(){t&&t()}}})),b.ajaxPrefilter((function(e){e.crossDomain&&(e.contents.script=!1)})),b.ajaxSetup({accepts:{script:"text/javascript, application/javascript, application/ecmascript, application/x-ecmascript"},contents:{script:/\b(?:java|ecma)script\b/},converters:{"text script":function(e){return b.globalEval(e),e}}}),b.ajaxPrefilter("script",(function(e){void 0===e.cache&&(e.cache=!1),e.crossDomain&&(e.type="GET")})),b.ajaxTransport("script",(function(e){var t,n;if(e.crossDomain)return{send:function(r,a){t=b("<script>").prop({charset:e.scriptCharset,src:e.url}).on("load error",n=function(e){t.remove(),n=null,e&&a("error"===e.type?404:200,e.type)}),o.head.appendChild(t[0])},abort:function(){n&&n()}}}));var Bt,qt=[],Gt=/(=)\?(?=&|$)|\?\?/;b.ajaxSetup({jsonp:"callback",jsonpCallback:function(){var e=qt.pop()||b.expando+"_"+bt++;return this[e]=!0,e}}),b.ajaxPrefilter("json jsonp",(function(e,t,r){var a,i,o,s=!1!==e.jsonp&&(Gt.test(e.url)?"url":"string"==typeof e.data&&0===(e.contentType||"").indexOf("application/x-www-form-urlencoded")&&Gt.test(e.data)&&"data");if(s||"jsonp"===e.dataTypes[0])return a=e.jsonpCallback=y(e.jsonpCallback)?e.jsonpCallback():e.jsonpCallback,s?e[s]=e[s].replace(Gt,"$1"+a):!1!==e.jsonp&&(e.url+=(Tt.test(e.url)?"&":"?")+e.jsonp+"="+a),e.converters["script json"]=function(){return o||b.error(a+" was not called"),o[0]},e.dataTypes[0]="json",i=n[a],n[a]=function(){o=arguments},r.always((function(){void 0===i?b(n).removeProp(a):n[a]=i,e[a]&&(e.jsonpCallback=t.jsonpCallback,qt.push(a)),o&&y(i)&&i(o[0]),o=i=void 0})),"script"})),g.createHTMLDocument=((Bt=o.implementation.createHTMLDocument("").body).innerHTML="<form></form><form></form>",2===Bt.childNodes.length),b.parseHTML=function(e,t,n){return"string"!=typeof e?[]:("boolean"==typeof t&&(n=t,t=!1),t||(g.createHTMLDocument?((r=(t=o.implementation.createHTMLDocument("")).createElement("base")).href=o.location.href,t.head.appendChild(r)):t=o),i=!n&&[],(a=A.exec(e))?[t.createElement(a[1])]:(a=Le([e],t,i),i&&i.length&&b(i).remove(),b.merge([],a.childNodes)));var r,a,i},b.fn.load=function(e,t,n){var r,a,i,o=this,s=e.indexOf(" ");return s>-1&&(r=_t(e.slice(s)),e=e.slice(0,s)),y(t)?(n=t,t=void 0):t&&"object"==typeof t&&(a="POST"),o.length>0&&b.ajax({url:e,type:a||"GET",dataType:"html",data:t}).done((function(e){i=arguments,o.html(r?b("<div>").append(b.parseHTML(e)).find(r):e)})).always(n&&function(e,t){o.each((function(){n.apply(this,i||[e.responseText,t,e])}))}),this},b.each(["ajaxStart","ajaxStop","ajaxComplete","ajaxError","ajaxSuccess","ajaxSend"],(function(e,t){b.fn[t]=function(e){return this.on(t,e)}})),b.expr.pseudos.animated=function(e){return b.grep(b.timers,(function(t){return e===t.elem})).length},b.offset={setOffset:function(e,t,n){var r,a,i,o,s,u,l=b.css(e,"position"),c=b(e),d={};"static"===l&&(e.style.position="relative"),s=c.offset(),i=b.css(e,"top"),u=b.css(e,"left"),("absolute"===l||"fixed"===l)&&(i+u).indexOf("auto")>-1?(o=(r=c.position()).top,a=r.left):(o=parseFloat(i)||0,a=parseFloat(u)||0),y(t)&&(t=t.call(e,n,b.extend({},s))),null!=t.top&&(d.top=t.top-s.top+o),null!=t.left&&(d.left=t.left-s.left+a),"using"in t?t.using.call(e,d):c.css(d)}},b.fn.extend({offset:function(e){if(arguments.length)return void 0===e?this:this.each((function(t){b.offset.setOffset(this,e,t)}));var t,n,r=this[0];return r?r.getClientRects().length?(t=r.getBoundingClientRect(),n=r.ownerDocument.defaultView,{top:t.top+n.pageYOffset,left:t.left+n.pageXOffset}):{top:0,left:0}:void 0},position:function(){if(this[0]){var e,t,n,r=this[0],a={top:0,left:0};if("fixed"===b.css(r,"position"))t=r.getBoundingClientRect();else{for(t=this.offset(),n=r.ownerDocument,e=r.offsetParent||n.documentElement;e&&(e===n.body||e===n.documentElement)&&"static"===b.css(e,"position");)e=e.parentNode;e&&e!==r&&1===e.nodeType&&((a=b(e).offset()).top+=b.css(e,"borderTopWidth",!0),a.left+=b.css(e,"borderLeftWidth",!0))}return{top:t.top-a.top-b.css(r,"marginTop",!0),left:t.left-a.left-b.css(r,"marginLeft",!0)}}},offsetParent:function(){return this.map((function(){for(var e=this.offsetParent;e&&"static"===b.css(e,"position");)e=e.offsetParent;return e||we}))}}),b.each({scrollLeft:"pageXOffset",scrollTop:"pageYOffset"},(function(e,t){var n="pageYOffset"===t;b.fn[e]=function(r){return B(this,(function(e,r,a){var i;if(v(e)?i=e:9===e.nodeType&&(i=e.defaultView),void 0===a)return i?i[t]:e[r];i?i.scrollTo(n?i.pageXOffset:a,n?a:i.pageYOffset):e[r]=a}),e,r,arguments.length)}})),b.each(["top","left"],(function(e,t){b.cssHooks[t]=Be(g.pixelPosition,(function(e,n){if(n)return n=$e(e,t),Ue.test(n)?b(e).position()[t]+"px":n}))})),b.each({Height:"height",Width:"width"},(function(e,t){b.each({padding:"inner"+e,content:t,"":"outer"+e},(function(n,r){b.fn[r]=function(a,i){var o=arguments.length&&(n||"boolean"!=typeof a),s=n||(!0===a||!0===i?"margin":"border");return B(this,(function(t,n,a){var i;return v(t)?0===r.indexOf("outer")?t["inner"+e]:t.document.documentElement["client"+e]:9===t.nodeType?(i=t.documentElement,Math.max(t.body["scroll"+e],i["scroll"+e],t.body["offset"+e],i["offset"+e],i["client"+e])):void 0===a?b.css(t,n,s):b.style(t,n,a,s)}),t,o?a:void 0,o)}}))})),b.each("blur focus focusin focusout resize scroll click dblclick mousedown mouseup mousemove mouseover mouseout mouseenter mouseleave change select submit keydown keypress keyup contextmenu".split(" "),(function(e,t){b.fn[t]=function(e,n){return arguments.length>0?this.on(t,null,e,n):this.trigger(t)}})),b.fn.extend({hover:function(e,t){return this.mouseenter(e).mouseleave(t||e)}}),b.fn.extend({bind:function(e,t,n){return this.on(e,null,t,n)},unbind:function(e,t){return this.off(e,null,t)},delegate:function(e,t,n,r){return this.on(t,e,n,r)},undelegate:function(e,t,n){return 1===arguments.length?this.off(e,"**"):this.off(t,e||"**",n)}}),b.proxy=function(e,t){var n,r,a;if("string"==typeof t&&(n=e[t],t=e,e=n),y(e))return r=u.call(arguments,2),(a=function(){return e.apply(t||this,r.concat(u.call(arguments)))}).guid=e.guid=e.guid||b.guid++,a},b.holdReady=function(e){e?b.readyWait++:b.ready(!0)},b.isArray=Array.isArray,b.parseJSON=JSON.parse,b.nodeName=j,b.isFunction=y,b.isWindow=v,b.camelCase=V,b.type=w,b.now=Date.now,b.isNumeric=function(e){var t=b.type(e);return("number"===t||"string"===t)&&!isNaN(e-parseFloat(e))},void 0===(r=function(){return b}.apply(t,[]))||(e.exports=r);var Jt=n.jQuery,Vt=n.$;return b.noConflict=function(e){return n.$===b&&(n.$=Vt),e&&n.jQuery===b&&(n.jQuery=Jt),b},a||(n.jQuery=n.$=b),b}))},function(e,t,n){"use strict";(function(e){n.d(t,"e",(function(){return r})),n.d(t,"p",(function(){return a})),n.d(t,"a",(function(){return i})),n.d(t,"c",(function(){return o})),n.d(t,"d",(function(){return s})),n.d(t,"o",(function(){return u})),n.d(t,"q",(function(){return l})),n.d(t,"t",(function(){return c})),n.d(t,"i",(function(){return d})),n.d(t,"r",(function(){return f})),n.d(t,"s",(function(){return p})),n.d(t,"k",(function(){return m})),n.d(t,"m",(function(){return h})),n.d(t,"j",(function(){return _})),n.d(t,"l",(function(){return g})),n.d(t,"g",(function(){return y})),n.d(t,"f",(function(){return v})),n.d(t,"h",(function(){return M})),n.d(t,"n",(function(){return L})),n.d(t,"b",(function(){return w}));var r="1.12.0",a="object"==typeof self&&self.self===self&&self||"object"==typeof e&&e.global===e&&e||Function("return this")()||{},i=Array.prototype,o=Object.prototype,s="undefined"!=typeof Symbol?Symbol.prototype:null,u=i.push,l=i.slice,c=o.toString,d=o.hasOwnProperty,f="undefined"!=typeof ArrayBuffer,p="undefined"!=typeof DataView,m=Array.isArray,h=Object.keys,_=Object.create,g=f&&ArrayBuffer.isView,y=isNaN,v=isFinite,M=!{toString:null}.propertyIsEnumerable("toString"),L=["valueOf","isPrototypeOf","toString","propertyIsEnumerable","hasOwnProperty","toLocaleString"],w=Math.pow(2,53)-1}).call(this,n(17))},function(e,t,n){(function(e){e.exports=function(){"use strict";var t,r;function a(){return t.apply(null,arguments)}function i(e){return e instanceof Array||"[object Array]"===Object.prototype.toString.call(e)}function o(e){return null!=e&&"[object Object]"===Object.prototype.toString.call(e)}function s(e,t){return Object.prototype.hasOwnProperty.call(e,t)}function u(e){if(Object.getOwnPropertyNames)return 0===Object.getOwnPropertyNames(e).length;var t;for(t in e)if(s(e,t))return!1;return!0}function l(e){return void 0===e}function c(e){return"number"==typeof e||"[object Number]"===Object.prototype.toString.call(e)}function d(e){return e instanceof Date||"[object Date]"===Object.prototype.toString.call(e)}function f(e,t){var n,r=[];for(n=0;n<e.length;++n)r.push(t(e[n],n));return r}function p(e,t){for(var n in t)s(t,n)&&(e[n]=t[n]);return s(t,"toString")&&(e.toString=t.toString),s(t,"valueOf")&&(e.valueOf=t.valueOf),e}function m(e,t,n,r){return xt(e,t,n,r,!0).utc()}function h(e){return null==e._pf&&(e._pf={empty:!1,unusedTokens:[],unusedInput:[],overflow:-2,charsLeftOver:0,nullInput:!1,invalidEra:null,invalidMonth:null,invalidFormat:!1,userInvalidated:!1,iso:!1,parsedDateParts:[],era:null,meridiem:null,rfc2822:!1,weekdayMismatch:!1}),e._pf}function _(e){if(null==e._isValid){var t=h(e),n=r.call(t.parsedDateParts,(function(e){return null!=e})),a=!isNaN(e._d.getTime())&&t.overflow<0&&!t.empty&&!t.invalidEra&&!t.invalidMonth&&!t.invalidWeekday&&!t.weekdayMismatch&&!t.nullInput&&!t.invalidFormat&&!t.userInvalidated&&(!t.meridiem||t.meridiem&&n);if(e._strict&&(a=a&&0===t.charsLeftOver&&0===t.unusedTokens.length&&void 0===t.bigHour),null!=Object.isFrozen&&Object.isFrozen(e))return a;e._isValid=a}return e._isValid}function g(e){var t=m(NaN);return null!=e?p(h(t),e):h(t).userInvalidated=!0,t}r=Array.prototype.some?Array.prototype.some:function(e){var t,n=Object(this),r=n.length>>>0;for(t=0;t<r;t++)if(t in n&&e.call(this,n[t],t,n))return!0;return!1};var y=a.momentProperties=[],v=!1;function M(e,t){var n,r,a;if(l(t._isAMomentObject)||(e._isAMomentObject=t._isAMomentObject),l(t._i)||(e._i=t._i),l(t._f)||(e._f=t._f),l(t._l)||(e._l=t._l),l(t._strict)||(e._strict=t._strict),l(t._tzm)||(e._tzm=t._tzm),l(t._isUTC)||(e._isUTC=t._isUTC),l(t._offset)||(e._offset=t._offset),l(t._pf)||(e._pf=h(t)),l(t._locale)||(e._locale=t._locale),y.length>0)for(n=0;n<y.length;n++)l(a=t[r=y[n]])||(e[r]=a);return e}function L(e){M(this,e),this._d=new Date(null!=e._d?e._d.getTime():NaN),this.isValid()||(this._d=new Date(NaN)),!1===v&&(v=!0,a.updateOffset(this),v=!1)}function w(e){return e instanceof L||null!=e&&null!=e._isAMomentObject}function b(e){!1===a.suppressDeprecationWarnings&&"undefined"!=typeof console&&console.warn&&console.warn("Deprecation warning: "+e)}function T(e,t){var n=!0;return p((function(){if(null!=a.deprecationHandler&&a.deprecationHandler(null,e),n){var r,i,o,u=[];for(i=0;i<arguments.length;i++){if(r="","object"==typeof arguments[i]){for(o in r+="\n["+i+"] ",arguments[0])s(arguments[0],o)&&(r+=o+": "+arguments[0][o]+", ");r=r.slice(0,-2)}else r=arguments[i];u.push(r)}b(e+"\nArguments: "+Array.prototype.slice.call(u).join("")+"\n"+(new Error).stack),n=!1}return t.apply(this,arguments)}),t)}var x,k={};function Y(e,t){null!=a.deprecationHandler&&a.deprecationHandler(e,t),k[e]||(b(t),k[e]=!0)}function D(e){return"undefined"!=typeof Function&&e instanceof Function||"[object Function]"===Object.prototype.toString.call(e)}function S(e,t){var n,r=p({},e);for(n in t)s(t,n)&&(o(e[n])&&o(t[n])?(r[n]={},p(r[n],e[n]),p(r[n],t[n])):null!=t[n]?r[n]=t[n]:delete r[n]);for(n in e)s(e,n)&&!s(t,n)&&o(e[n])&&(r[n]=p({},r[n]));return r}function j(e){null!=e&&this.set(e)}function A(e,t,n){var r=""+Math.abs(e),a=t-r.length;return(e>=0?n?"+":"":"-")+Math.pow(10,Math.max(0,a)).toString().substr(1)+r}a.suppressDeprecationWarnings=!1,a.deprecationHandler=null,x=Object.keys?Object.keys:function(e){var t,n=[];for(t in e)s(e,t)&&n.push(t);return n};var E=/(\[[^\[]*\])|(\\)?([Hh]mm(ss)?|Mo|MM?M?M?|Do|DDDo|DD?D?D?|ddd?d?|do?|w[o|w]?|W[o|W]?|Qo?|N{1,5}|YYYYYY|YYYYY|YYYY|YY|y{2,4}|yo?|gg(ggg?)?|GG(GGG?)?|e|E|a|A|hh?|HH?|kk?|mm?|ss?|S{1,9}|x|X|zz?|ZZ?|.)/g,O=/(\[[^\[]*\])|(\\)?(LTS|LT|LL?L?L?|l{1,4})/g,P={},C={};function H(e,t,n,r){var a=r;"string"==typeof r&&(a=function(){return this[r]()}),e&&(C[e]=a),t&&(C[t[0]]=function(){return A(a.apply(this,arguments),t[1],t[2])}),n&&(C[n]=function(){return this.localeData().ordinal(a.apply(this,arguments),e)})}function F(e,t){return e.isValid()?(t=N(t,e.localeData()),P[t]=P[t]||function(e){var t,n,r,a=e.match(E);for(t=0,n=a.length;t<n;t++)C[a[t]]?a[t]=C[a[t]]:a[t]=(r=a[t]).match(/\[[\s\S]/)?r.replace(/^\[|\]$/g,""):r.replace(/\\/g,"");return function(t){var r,i="";for(r=0;r<n;r++)i+=D(a[r])?a[r].call(t,e):a[r];return i}}(t),P[t](e)):e.localeData().invalidDate()}function N(e,t){var n=5;function r(e){return t.longDateFormat(e)||e}for(O.lastIndex=0;n>=0&&O.test(e);)e=e.replace(O,r),O.lastIndex=0,n-=1;return e}var I={};function R(e,t){var n=e.toLowerCase();I[n]=I[n+"s"]=I[t]=e}function U(e){return"string"==typeof e?I[e]||I[e.toLowerCase()]:void 0}function W(e){var t,n,r={};for(n in e)s(e,n)&&(t=U(n))&&(r[t]=e[n]);return r}var z={};function $(e,t){z[e]=t}function B(e){return e%4==0&&e%100!=0||e%400==0}function q(e){return e<0?Math.ceil(e)||0:Math.floor(e)}function G(e){var t=+e,n=0;return 0!==t&&isFinite(t)&&(n=q(t)),n}function J(e,t){return function(n){return null!=n?(K(this,e,n),a.updateOffset(this,t),this):V(this,e)}}function V(e,t){return e.isValid()?e._d["get"+(e._isUTC?"UTC":"")+t]():NaN}function K(e,t,n){e.isValid()&&!isNaN(n)&&("FullYear"===t&&B(e.year())&&1===e.month()&&29===e.date()?(n=G(n),e._d["set"+(e._isUTC?"UTC":"")+t](n,e.month(),we(n,e.month()))):e._d["set"+(e._isUTC?"UTC":"")+t](n))}var X,Z=/\d/,Q=/\d\d/,ee=/\d{3}/,te=/\d{4}/,ne=/[+-]?\d{6}/,re=/\d\d?/,ae=/\d\d\d\d?/,ie=/\d\d\d\d\d\d?/,oe=/\d{1,3}/,se=/\d{1,4}/,ue=/[+-]?\d{1,6}/,le=/\d+/,ce=/[+-]?\d+/,de=/Z|[+-]\d\d:?\d\d/gi,fe=/Z|[+-]\d\d(?::?\d\d)?/gi,pe=/[0-9]{0,256}['a-z\u00A0-\u05FF\u0700-\uD7FF\uF900-\uFDCF\uFDF0-\uFF07\uFF10-\uFFEF]{1,256}|[\u0600-\u06FF\/]{1,256}(\s*?[\u0600-\u06FF]{1,256}){1,2}/i;function me(e,t,n){X[e]=D(t)?t:function(e,r){return e&&n?n:t}}function he(e,t){return s(X,e)?X[e](t._strict,t._locale):new RegExp(_e(e.replace("\\","").replace(/\\(\[)|\\(\])|\[([^\]\[]*)\]|\\(.)/g,(function(e,t,n,r,a){return t||n||r||a}))))}function _e(e){return e.replace(/[-\/\\^$*+?.()|[\]{}]/g,"\\$&")}X={};var ge,ye={};function ve(e,t){var n,r=t;for("string"==typeof e&&(e=[e]),c(t)&&(r=function(e,n){n[t]=G(e)}),n=0;n<e.length;n++)ye[e[n]]=r}function Me(e,t){ve(e,(function(e,n,r,a){r._w=r._w||{},t(e,r._w,r,a)}))}function Le(e,t,n){null!=t&&s(ye,e)&&ye[e](t,n._a,n,e)}function we(e,t){if(isNaN(e)||isNaN(t))return NaN;var n=function(e,t){return(e%t+t)%t}(t,12);return e+=(t-n)/12,1===n?B(e)?29:28:31-n%7%2}ge=Array.prototype.indexOf?Array.prototype.indexOf:function(e){var t;for(t=0;t<this.length;++t)if(this[t]===e)return t;return-1},H("M",["MM",2],"Mo",(function(){return this.month()+1})),H("MMM",0,0,(function(e){return this.localeData().monthsShort(this,e)})),H("MMMM",0,0,(function(e){return this.localeData().months(this,e)})),R("month","M"),$("month",8),me("M",re),me("MM",re,Q),me("MMM",(function(e,t){return t.monthsShortRegex(e)})),me("MMMM",(function(e,t){return t.monthsRegex(e)})),ve(["M","MM"],(function(e,t){t[1]=G(e)-1})),ve(["MMM","MMMM"],(function(e,t,n,r){var a=n._locale.monthsParse(e,r,n._strict);null!=a?t[1]=a:h(n).invalidMonth=e}));var be="January_February_March_April_May_June_July_August_September_October_November_December".split("_"),Te="Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec".split("_"),xe=/D[oD]?(\[[^\[\]]*\]|\s)+MMMM?/,ke=pe,Ye=pe;function De(e,t,n){var r,a,i,o=e.toLocaleLowerCase();if(!this._monthsParse)for(this._monthsParse=[],this._longMonthsParse=[],this._shortMonthsParse=[],r=0;r<12;++r)i=m([2e3,r]),this._shortMonthsParse[r]=this.monthsShort(i,"").toLocaleLowerCase(),this._longMonthsParse[r]=this.months(i,"").toLocaleLowerCase();return n?"MMM"===t?-1!==(a=ge.call(this._shortMonthsParse,o))?a:null:-1!==(a=ge.call(this._longMonthsParse,o))?a:null:"MMM"===t?-1!==(a=ge.call(this._shortMonthsParse,o))||-1!==(a=ge.call(this._longMonthsParse,o))?a:null:-1!==(a=ge.call(this._longMonthsParse,o))||-1!==(a=ge.call(this._shortMonthsParse,o))?a:null}function Se(e,t){var n;if(!e.isValid())return e;if("string"==typeof t)if(/^\d+$/.test(t))t=G(t);else if(!c(t=e.localeData().monthsParse(t)))return e;return n=Math.min(e.date(),we(e.year(),t)),e._d["set"+(e._isUTC?"UTC":"")+"Month"](t,n),e}function je(e){return null!=e?(Se(this,e),a.updateOffset(this,!0),this):V(this,"Month")}function Ae(){function e(e,t){return t.length-e.length}var t,n,r=[],a=[],i=[];for(t=0;t<12;t++)n=m([2e3,t]),r.push(this.monthsShort(n,"")),a.push(this.months(n,"")),i.push(this.months(n,"")),i.push(this.monthsShort(n,""));for(r.sort(e),a.sort(e),i.sort(e),t=0;t<12;t++)r[t]=_e(r[t]),a[t]=_e(a[t]);for(t=0;t<24;t++)i[t]=_e(i[t]);this._monthsRegex=new RegExp("^("+i.join("|")+")","i"),this._monthsShortRegex=this._monthsRegex,this._monthsStrictRegex=new RegExp("^("+a.join("|")+")","i"),this._monthsShortStrictRegex=new RegExp("^("+r.join("|")+")","i")}function Ee(e){return B(e)?366:365}H("Y",0,0,(function(){var e=this.year();return e<=9999?A(e,4):"+"+e})),H(0,["YY",2],0,(function(){return this.year()%100})),H(0,["YYYY",4],0,"year"),H(0,["YYYYY",5],0,"year"),H(0,["YYYYYY",6,!0],0,"year"),R("year","y"),$("year",1),me("Y",ce),me("YY",re,Q),me("YYYY",se,te),me("YYYYY",ue,ne),me("YYYYYY",ue,ne),ve(["YYYYY","YYYYYY"],0),ve("YYYY",(function(e,t){t[0]=2===e.length?a.parseTwoDigitYear(e):G(e)})),ve("YY",(function(e,t){t[0]=a.parseTwoDigitYear(e)})),ve("Y",(function(e,t){t[0]=parseInt(e,10)})),a.parseTwoDigitYear=function(e){return G(e)+(G(e)>68?1900:2e3)};var Oe=J("FullYear",!0);function Pe(e,t,n,r,a,i,o){var s;return e<100&&e>=0?(s=new Date(e+400,t,n,r,a,i,o),isFinite(s.getFullYear())&&s.setFullYear(e)):s=new Date(e,t,n,r,a,i,o),s}function Ce(e){var t,n;return e<100&&e>=0?((n=Array.prototype.slice.call(arguments))[0]=e+400,t=new Date(Date.UTC.apply(null,n)),isFinite(t.getUTCFullYear())&&t.setUTCFullYear(e)):t=new Date(Date.UTC.apply(null,arguments)),t}function He(e,t,n){var r=7+t-n;return-(7+Ce(e,0,r).getUTCDay()-t)%7+r-1}function Fe(e,t,n,r,a){var i,o,s=1+7*(t-1)+(7+n-r)%7+He(e,r,a);return s<=0?o=Ee(i=e-1)+s:s>Ee(e)?(i=e+1,o=s-Ee(e)):(i=e,o=s),{year:i,dayOfYear:o}}function Ne(e,t,n){var r,a,i=He(e.year(),t,n),o=Math.floor((e.dayOfYear()-i-1)/7)+1;return o<1?r=o+Ie(a=e.year()-1,t,n):o>Ie(e.year(),t,n)?(r=o-Ie(e.year(),t,n),a=e.year()+1):(a=e.year(),r=o),{week:r,year:a}}function Ie(e,t,n){var r=He(e,t,n),a=He(e+1,t,n);return(Ee(e)-r+a)/7}function Re(e,t){return e.slice(t,7).concat(e.slice(0,t))}H("w",["ww",2],"wo","week"),H("W",["WW",2],"Wo","isoWeek"),R("week","w"),R("isoWeek","W"),$("week",5),$("isoWeek",5),me("w",re),me("ww",re,Q),me("W",re),me("WW",re,Q),Me(["w","ww","W","WW"],(function(e,t,n,r){t[r.substr(0,1)]=G(e)})),H("d",0,"do","day"),H("dd",0,0,(function(e){return this.localeData().weekdaysMin(this,e)})),H("ddd",0,0,(function(e){return this.localeData().weekdaysShort(this,e)})),H("dddd",0,0,(function(e){return this.localeData().weekdays(this,e)})),H("e",0,0,"weekday"),H("E",0,0,"isoWeekday"),R("day","d"),R("weekday","e"),R("isoWeekday","E"),$("day",11),$("weekday",11),$("isoWeekday",11),me("d",re),me("e",re),me("E",re),me("dd",(function(e,t){return t.weekdaysMinRegex(e)})),me("ddd",(function(e,t){return t.weekdaysShortRegex(e)})),me("dddd",(function(e,t){return t.weekdaysRegex(e)})),Me(["dd","ddd","dddd"],(function(e,t,n,r){var a=n._locale.weekdaysParse(e,r,n._strict);null!=a?t.d=a:h(n).invalidWeekday=e})),Me(["d","e","E"],(function(e,t,n,r){t[r]=G(e)}));var Ue="Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),We="Sun_Mon_Tue_Wed_Thu_Fri_Sat".split("_"),ze="Su_Mo_Tu_We_Th_Fr_Sa".split("_"),$e=pe,Be=pe,qe=pe;function Ge(e,t,n){var r,a,i,o=e.toLocaleLowerCase();if(!this._weekdaysParse)for(this._weekdaysParse=[],this._shortWeekdaysParse=[],this._minWeekdaysParse=[],r=0;r<7;++r)i=m([2e3,1]).day(r),this._minWeekdaysParse[r]=this.weekdaysMin(i,"").toLocaleLowerCase(),this._shortWeekdaysParse[r]=this.weekdaysShort(i,"").toLocaleLowerCase(),this._weekdaysParse[r]=this.weekdays(i,"").toLocaleLowerCase();return n?"dddd"===t?-1!==(a=ge.call(this._weekdaysParse,o))?a:null:"ddd"===t?-1!==(a=ge.call(this._shortWeekdaysParse,o))?a:null:-1!==(a=ge.call(this._minWeekdaysParse,o))?a:null:"dddd"===t?-1!==(a=ge.call(this._weekdaysParse,o))||-1!==(a=ge.call(this._shortWeekdaysParse,o))||-1!==(a=ge.call(this._minWeekdaysParse,o))?a:null:"ddd"===t?-1!==(a=ge.call(this._shortWeekdaysParse,o))||-1!==(a=ge.call(this._weekdaysParse,o))||-1!==(a=ge.call(this._minWeekdaysParse,o))?a:null:-1!==(a=ge.call(this._minWeekdaysParse,o))||-1!==(a=ge.call(this._weekdaysParse,o))||-1!==(a=ge.call(this._shortWeekdaysParse,o))?a:null}function Je(){function e(e,t){return t.length-e.length}var t,n,r,a,i,o=[],s=[],u=[],l=[];for(t=0;t<7;t++)n=m([2e3,1]).day(t),r=_e(this.weekdaysMin(n,"")),a=_e(this.weekdaysShort(n,"")),i=_e(this.weekdays(n,"")),o.push(r),s.push(a),u.push(i),l.push(r),l.push(a),l.push(i);o.sort(e),s.sort(e),u.sort(e),l.sort(e),this._weekdaysRegex=new RegExp("^("+l.join("|")+")","i"),this._weekdaysShortRegex=this._weekdaysRegex,this._weekdaysMinRegex=this._weekdaysRegex,this._weekdaysStrictRegex=new RegExp("^("+u.join("|")+")","i"),this._weekdaysShortStrictRegex=new RegExp("^("+s.join("|")+")","i"),this._weekdaysMinStrictRegex=new RegExp("^("+o.join("|")+")","i")}function Ve(){return this.hours()%12||12}function Ke(e,t){H(e,0,0,(function(){return this.localeData().meridiem(this.hours(),this.minutes(),t)}))}function Xe(e,t){return t._meridiemParse}H("H",["HH",2],0,"hour"),H("h",["hh",2],0,Ve),H("k",["kk",2],0,(function(){return this.hours()||24})),H("hmm",0,0,(function(){return""+Ve.apply(this)+A(this.minutes(),2)})),H("hmmss",0,0,(function(){return""+Ve.apply(this)+A(this.minutes(),2)+A(this.seconds(),2)})),H("Hmm",0,0,(function(){return""+this.hours()+A(this.minutes(),2)})),H("Hmmss",0,0,(function(){return""+this.hours()+A(this.minutes(),2)+A(this.seconds(),2)})),Ke("a",!0),Ke("A",!1),R("hour","h"),$("hour",13),me("a",Xe),me("A",Xe),me("H",re),me("h",re),me("k",re),me("HH",re,Q),me("hh",re,Q),me("kk",re,Q),me("hmm",ae),me("hmmss",ie),me("Hmm",ae),me("Hmmss",ie),ve(["H","HH"],3),ve(["k","kk"],(function(e,t,n){var r=G(e);t[3]=24===r?0:r})),ve(["a","A"],(function(e,t,n){n._isPm=n._locale.isPM(e),n._meridiem=e})),ve(["h","hh"],(function(e,t,n){t[3]=G(e),h(n).bigHour=!0})),ve("hmm",(function(e,t,n){var r=e.length-2;t[3]=G(e.substr(0,r)),t[4]=G(e.substr(r)),h(n).bigHour=!0})),ve("hmmss",(function(e,t,n){var r=e.length-4,a=e.length-2;t[3]=G(e.substr(0,r)),t[4]=G(e.substr(r,2)),t[5]=G(e.substr(a)),h(n).bigHour=!0})),ve("Hmm",(function(e,t,n){var r=e.length-2;t[3]=G(e.substr(0,r)),t[4]=G(e.substr(r))})),ve("Hmmss",(function(e,t,n){var r=e.length-4,a=e.length-2;t[3]=G(e.substr(0,r)),t[4]=G(e.substr(r,2)),t[5]=G(e.substr(a))}));var Ze,Qe=J("Hours",!0),et={calendar:{sameDay:"[Today at] LT",nextDay:"[Tomorrow at] LT",nextWeek:"dddd [at] LT",lastDay:"[Yesterday at] LT",lastWeek:"[Last] dddd [at] LT",sameElse:"L"},longDateFormat:{LTS:"h:mm:ss A",LT:"h:mm A",L:"MM/DD/YYYY",LL:"MMMM D, YYYY",LLL:"MMMM D, YYYY h:mm A",LLLL:"dddd, MMMM D, YYYY h:mm A"},invalidDate:"Invalid date",ordinal:"%d",dayOfMonthOrdinalParse:/\d{1,2}/,relativeTime:{future:"in %s",past:"%s ago",s:"a few seconds",ss:"%d seconds",m:"a minute",mm:"%d minutes",h:"an hour",hh:"%d hours",d:"a day",dd:"%d days",w:"a week",ww:"%d weeks",M:"a month",MM:"%d months",y:"a year",yy:"%d years"},months:be,monthsShort:Te,week:{dow:0,doy:6},weekdays:Ue,weekdaysMin:ze,weekdaysShort:We,meridiemParse:/[ap]\.?m?\.?/i},tt={},nt={};function rt(e,t){var n,r=Math.min(e.length,t.length);for(n=0;n<r;n+=1)if(e[n]!==t[n])return n;return r}function at(e){return e?e.toLowerCase().replace("_","-"):e}function it(t){var r=null;if(void 0===tt[t]&&void 0!==e&&e&&e.exports)try{r=Ze._abbr,n(610)("./"+t),ot(r)}catch(e){tt[t]=null}return tt[t]}function ot(e,t){var n;return e&&((n=l(t)?ut(e):st(e,t))?Ze=n:"undefined"!=typeof console&&console.warn&&console.warn("Locale "+e+" not found. Did you forget to load it?")),Ze._abbr}function st(e,t){if(null!==t){var n,r=et;if(t.abbr=e,null!=tt[e])Y("defineLocaleOverride","use moment.updateLocale(localeName, config) to change an existing locale. moment.defineLocale(localeName, config) should only be used for creating a new locale See http://momentjs.com/guides/#/warnings/define-locale/ for more info."),r=tt[e]._config;else if(null!=t.parentLocale)if(null!=tt[t.parentLocale])r=tt[t.parentLocale]._config;else{if(null==(n=it(t.parentLocale)))return nt[t.parentLocale]||(nt[t.parentLocale]=[]),nt[t.parentLocale].push({name:e,config:t}),null;r=n._config}return tt[e]=new j(S(r,t)),nt[e]&&nt[e].forEach((function(e){st(e.name,e.config)})),ot(e),tt[e]}return delete tt[e],null}function ut(e){var t;if(e&&e._locale&&e._locale._abbr&&(e=e._locale._abbr),!e)return Ze;if(!i(e)){if(t=it(e))return t;e=[e]}return function(e){for(var t,n,r,a,i=0;i<e.length;){for(t=(a=at(e[i]).split("-")).length,n=(n=at(e[i+1]))?n.split("-"):null;t>0;){if(r=it(a.slice(0,t).join("-")))return r;if(n&&n.length>=t&&rt(a,n)>=t-1)break;t--}i++}return Ze}(e)}function lt(e){var t,n=e._a;return n&&-2===h(e).overflow&&(t=n[1]<0||n[1]>11?1:n[2]<1||n[2]>we(n[0],n[1])?2:n[3]<0||n[3]>24||24===n[3]&&(0!==n[4]||0!==n[5]||0!==n[6])?3:n[4]<0||n[4]>59?4:n[5]<0||n[5]>59?5:n[6]<0||n[6]>999?6:-1,h(e)._overflowDayOfYear&&(t<0||t>2)&&(t=2),h(e)._overflowWeeks&&-1===t&&(t=7),h(e)._overflowWeekday&&-1===t&&(t=8),h(e).overflow=t),e}var ct=/^\s*((?:[+-]\d{6}|\d{4})-(?:\d\d-\d\d|W\d\d-\d|W\d\d|\d\d\d|\d\d))(?:(T| )(\d\d(?::\d\d(?::\d\d(?:[.,]\d+)?)?)?)([+-]\d\d(?::?\d\d)?|\s*Z)?)?$/,dt=/^\s*((?:[+-]\d{6}|\d{4})(?:\d\d\d\d|W\d\d\d|W\d\d|\d\d\d|\d\d|))(?:(T| )(\d\d(?:\d\d(?:\d\d(?:[.,]\d+)?)?)?)([+-]\d\d(?::?\d\d)?|\s*Z)?)?$/,ft=/Z|[+-]\d\d(?::?\d\d)?/,pt=[["YYYYYY-MM-DD",/[+-]\d{6}-\d\d-\d\d/],["YYYY-MM-DD",/\d{4}-\d\d-\d\d/],["GGGG-[W]WW-E",/\d{4}-W\d\d-\d/],["GGGG-[W]WW",/\d{4}-W\d\d/,!1],["YYYY-DDD",/\d{4}-\d{3}/],["YYYY-MM",/\d{4}-\d\d/,!1],["YYYYYYMMDD",/[+-]\d{10}/],["YYYYMMDD",/\d{8}/],["GGGG[W]WWE",/\d{4}W\d{3}/],["GGGG[W]WW",/\d{4}W\d{2}/,!1],["YYYYDDD",/\d{7}/],["YYYYMM",/\d{6}/,!1],["YYYY",/\d{4}/,!1]],mt=[["HH:mm:ss.SSSS",/\d\d:\d\d:\d\d\.\d+/],["HH:mm:ss,SSSS",/\d\d:\d\d:\d\d,\d+/],["HH:mm:ss",/\d\d:\d\d:\d\d/],["HH:mm",/\d\d:\d\d/],["HHmmss.SSSS",/\d\d\d\d\d\d\.\d+/],["HHmmss,SSSS",/\d\d\d\d\d\d,\d+/],["HHmmss",/\d\d\d\d\d\d/],["HHmm",/\d\d\d\d/],["HH",/\d\d/]],ht=/^\/?Date\((-?\d+)/i,_t=/^(?:(Mon|Tue|Wed|Thu|Fri|Sat|Sun),?\s)?(\d{1,2})\s(Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec)\s(\d{2,4})\s(\d\d):(\d\d)(?::(\d\d))?\s(?:(UT|GMT|[ECMP][SD]T)|([Zz])|([+-]\d{4}))$/,gt={UT:0,GMT:0,EDT:-240,EST:-300,CDT:-300,CST:-360,MDT:-360,MST:-420,PDT:-420,PST:-480};function yt(e){var t,n,r,a,i,o,s=e._i,u=ct.exec(s)||dt.exec(s);if(u){for(h(e).iso=!0,t=0,n=pt.length;t<n;t++)if(pt[t][1].exec(u[1])){a=pt[t][0],r=!1!==pt[t][2];break}if(null==a)return void(e._isValid=!1);if(u[3]){for(t=0,n=mt.length;t<n;t++)if(mt[t][1].exec(u[3])){i=(u[2]||" ")+mt[t][0];break}if(null==i)return void(e._isValid=!1)}if(!r&&null!=i)return void(e._isValid=!1);if(u[4]){if(!ft.exec(u[4]))return void(e._isValid=!1);o="Z"}e._f=a+(i||"")+(o||""),bt(e)}else e._isValid=!1}function vt(e){var t=parseInt(e,10);return t<=49?2e3+t:t<=999?1900+t:t}function Mt(e){var t,n,r,a,i,o,s,u,l=_t.exec(e._i.replace(/\([^)]*\)|[\n\t]/g," ").replace(/(\s\s+)/g," ").replace(/^\s\s*/,"").replace(/\s\s*$/,""));if(l){if(n=l[4],r=l[3],a=l[2],i=l[5],o=l[6],s=l[7],u=[vt(n),Te.indexOf(r),parseInt(a,10),parseInt(i,10),parseInt(o,10)],s&&u.push(parseInt(s,10)),t=u,!function(e,t,n){return!e||We.indexOf(e)===new Date(t[0],t[1],t[2]).getDay()||(h(n).weekdayMismatch=!0,n._isValid=!1,!1)}(l[1],t,e))return;e._a=t,e._tzm=function(e,t,n){if(e)return gt[e];if(t)return 0;var r=parseInt(n,10),a=r%100;return(r-a)/100*60+a}(l[8],l[9],l[10]),e._d=Ce.apply(null,e._a),e._d.setUTCMinutes(e._d.getUTCMinutes()-e._tzm),h(e).rfc2822=!0}else e._isValid=!1}function Lt(e,t,n){return null!=e?e:null!=t?t:n}function wt(e){var t,n,r,i,o,s=[];if(!e._d){for(r=function(e){var t=new Date(a.now());return e._useUTC?[t.getUTCFullYear(),t.getUTCMonth(),t.getUTCDate()]:[t.getFullYear(),t.getMonth(),t.getDate()]}(e),e._w&&null==e._a[2]&&null==e._a[1]&&function(e){var t,n,r,a,i,o,s,u,l;null!=(t=e._w).GG||null!=t.W||null!=t.E?(i=1,o=4,n=Lt(t.GG,e._a[0],Ne(kt(),1,4).year),r=Lt(t.W,1),((a=Lt(t.E,1))<1||a>7)&&(u=!0)):(i=e._locale._week.dow,o=e._locale._week.doy,l=Ne(kt(),i,o),n=Lt(t.gg,e._a[0],l.year),r=Lt(t.w,l.week),null!=t.d?((a=t.d)<0||a>6)&&(u=!0):null!=t.e?(a=t.e+i,(t.e<0||t.e>6)&&(u=!0)):a=i),r<1||r>Ie(n,i,o)?h(e)._overflowWeeks=!0:null!=u?h(e)._overflowWeekday=!0:(s=Fe(n,r,a,i,o),e._a[0]=s.year,e._dayOfYear=s.dayOfYear)}(e),null!=e._dayOfYear&&(o=Lt(e._a[0],r[0]),(e._dayOfYear>Ee(o)||0===e._dayOfYear)&&(h(e)._overflowDayOfYear=!0),n=Ce(o,0,e._dayOfYear),e._a[1]=n.getUTCMonth(),e._a[2]=n.getUTCDate()),t=0;t<3&&null==e._a[t];++t)e._a[t]=s[t]=r[t];for(;t<7;t++)e._a[t]=s[t]=null==e._a[t]?2===t?1:0:e._a[t];24===e._a[3]&&0===e._a[4]&&0===e._a[5]&&0===e._a[6]&&(e._nextDay=!0,e._a[3]=0),e._d=(e._useUTC?Ce:Pe).apply(null,s),i=e._useUTC?e._d.getUTCDay():e._d.getDay(),null!=e._tzm&&e._d.setUTCMinutes(e._d.getUTCMinutes()-e._tzm),e._nextDay&&(e._a[3]=24),e._w&&void 0!==e._w.d&&e._w.d!==i&&(h(e).weekdayMismatch=!0)}}function bt(e){if(e._f!==a.ISO_8601)if(e._f!==a.RFC_2822){e._a=[],h(e).empty=!0;var t,n,r,i,o,s,u=""+e._i,l=u.length,c=0;for(r=N(e._f,e._locale).match(E)||[],t=0;t<r.length;t++)i=r[t],(n=(u.match(he(i,e))||[])[0])&&((o=u.substr(0,u.indexOf(n))).length>0&&h(e).unusedInput.push(o),u=u.slice(u.indexOf(n)+n.length),c+=n.length),C[i]?(n?h(e).empty=!1:h(e).unusedTokens.push(i),Le(i,n,e)):e._strict&&!n&&h(e).unusedTokens.push(i);h(e).charsLeftOver=l-c,u.length>0&&h(e).unusedInput.push(u),e._a[3]<=12&&!0===h(e).bigHour&&e._a[3]>0&&(h(e).bigHour=void 0),h(e).parsedDateParts=e._a.slice(0),h(e).meridiem=e._meridiem,e._a[3]=function(e,t,n){var r;return null==n?t:null!=e.meridiemHour?e.meridiemHour(t,n):null!=e.isPM?((r=e.isPM(n))&&t<12&&(t+=12),r||12!==t||(t=0),t):t}(e._locale,e._a[3],e._meridiem),null!==(s=h(e).era)&&(e._a[0]=e._locale.erasConvertYear(s,e._a[0])),wt(e),lt(e)}else Mt(e);else yt(e)}function Tt(e){var t=e._i,n=e._f;return e._locale=e._locale||ut(e._l),null===t||void 0===n&&""===t?g({nullInput:!0}):("string"==typeof t&&(e._i=t=e._locale.preparse(t)),w(t)?new L(lt(t)):(d(t)?e._d=t:i(n)?function(e){var t,n,r,a,i,o,s=!1;if(0===e._f.length)return h(e).invalidFormat=!0,void(e._d=new Date(NaN));for(a=0;a<e._f.length;a++)i=0,o=!1,t=M({},e),null!=e._useUTC&&(t._useUTC=e._useUTC),t._f=e._f[a],bt(t),_(t)&&(o=!0),i+=h(t).charsLeftOver,i+=10*h(t).unusedTokens.length,h(t).score=i,s?i<r&&(r=i,n=t):(null==r||i<r||o)&&(r=i,n=t,o&&(s=!0));p(e,n||t)}(e):n?bt(e):function(e){var t=e._i;l(t)?e._d=new Date(a.now()):d(t)?e._d=new Date(t.valueOf()):"string"==typeof t?function(e){var t=ht.exec(e._i);null===t?(yt(e),!1===e._isValid&&(delete e._isValid,Mt(e),!1===e._isValid&&(delete e._isValid,e._strict?e._isValid=!1:a.createFromInputFallback(e)))):e._d=new Date(+t[1])}(e):i(t)?(e._a=f(t.slice(0),(function(e){return parseInt(e,10)})),wt(e)):o(t)?function(e){if(!e._d){var t=W(e._i),n=void 0===t.day?t.date:t.day;e._a=f([t.year,t.month,n,t.hour,t.minute,t.second,t.millisecond],(function(e){return e&&parseInt(e,10)})),wt(e)}}(e):c(t)?e._d=new Date(t):a.createFromInputFallback(e)}(e),_(e)||(e._d=null),e))}function xt(e,t,n,r,a){var s,l={};return!0!==t&&!1!==t||(r=t,t=void 0),!0!==n&&!1!==n||(r=n,n=void 0),(o(e)&&u(e)||i(e)&&0===e.length)&&(e=void 0),l._isAMomentObject=!0,l._useUTC=l._isUTC=a,l._l=n,l._i=e,l._f=t,l._strict=r,(s=new L(lt(Tt(l))))._nextDay&&(s.add(1,"d"),s._nextDay=void 0),s}function kt(e,t,n,r){return xt(e,t,n,r,!1)}a.createFromInputFallback=T("value provided is not in a recognized RFC2822 or ISO format. moment construction falls back to js Date(), which is not reliable across all browsers and versions. Non RFC2822/ISO date formats are discouraged. Please refer to http://momentjs.com/guides/#/warnings/js-date/ for more info.",(function(e){e._d=new Date(e._i+(e._useUTC?" UTC":""))})),a.ISO_8601=function(){},a.RFC_2822=function(){};var Yt=T("moment().min is deprecated, use moment.max instead. http://momentjs.com/guides/#/warnings/min-max/",(function(){var e=kt.apply(null,arguments);return this.isValid()&&e.isValid()?e<this?this:e:g()})),Dt=T("moment().max is deprecated, use moment.min instead. http://momentjs.com/guides/#/warnings/min-max/",(function(){var e=kt.apply(null,arguments);return this.isValid()&&e.isValid()?e>this?this:e:g()}));function St(e,t){var n,r;if(1===t.length&&i(t[0])&&(t=t[0]),!t.length)return kt();for(n=t[0],r=1;r<t.length;++r)t[r].isValid()&&!t[r][e](n)||(n=t[r]);return n}var jt=["year","quarter","month","week","day","hour","minute","second","millisecond"];function At(e){var t=W(e),n=t.year||0,r=t.quarter||0,a=t.month||0,i=t.week||t.isoWeek||0,o=t.day||0,u=t.hour||0,l=t.minute||0,c=t.second||0,d=t.millisecond||0;this._isValid=function(e){var t,n,r=!1;for(t in e)if(s(e,t)&&(-1===ge.call(jt,t)||null!=e[t]&&isNaN(e[t])))return!1;for(n=0;n<jt.length;++n)if(e[jt[n]]){if(r)return!1;parseFloat(e[jt[n]])!==G(e[jt[n]])&&(r=!0)}return!0}(t),this._milliseconds=+d+1e3*c+6e4*l+1e3*u*60*60,this._days=+o+7*i,this._months=+a+3*r+12*n,this._data={},this._locale=ut(),this._bubble()}function Et(e){return e instanceof At}function Ot(e){return e<0?-1*Math.round(-1*e):Math.round(e)}function Pt(e,t){H(e,0,0,(function(){var e=this.utcOffset(),n="+";return e<0&&(e=-e,n="-"),n+A(~~(e/60),2)+t+A(~~e%60,2)}))}Pt("Z",":"),Pt("ZZ",""),me("Z",fe),me("ZZ",fe),ve(["Z","ZZ"],(function(e,t,n){n._useUTC=!0,n._tzm=Ht(fe,e)}));var Ct=/([\+\-]|\d\d)/gi;function Ht(e,t){var n,r,a=(t||"").match(e);return null===a?null:0===(r=60*(n=((a[a.length-1]||[])+"").match(Ct)||["-",0,0])[1]+G(n[2]))?0:"+"===n[0]?r:-r}function Ft(e,t){var n,r;return t._isUTC?(n=t.clone(),r=(w(e)||d(e)?e.valueOf():kt(e).valueOf())-n.valueOf(),n._d.setTime(n._d.valueOf()+r),a.updateOffset(n,!1),n):kt(e).local()}function Nt(e){return-Math.round(e._d.getTimezoneOffset())}function It(){return!!this.isValid()&&this._isUTC&&0===this._offset}a.updateOffset=function(){};var Rt=/^(-|\+)?(?:(\d*)[. ])?(\d+):(\d+)(?::(\d+)(\.\d*)?)?$/,Ut=/^(-|\+)?P(?:([-+]?[0-9,.]*)Y)?(?:([-+]?[0-9,.]*)M)?(?:([-+]?[0-9,.]*)W)?(?:([-+]?[0-9,.]*)D)?(?:T(?:([-+]?[0-9,.]*)H)?(?:([-+]?[0-9,.]*)M)?(?:([-+]?[0-9,.]*)S)?)?$/;function Wt(e,t){var n,r,a,i,o,u,l=e,d=null;return Et(e)?l={ms:e._milliseconds,d:e._days,M:e._months}:c(e)||!isNaN(+e)?(l={},t?l[t]=+e:l.milliseconds=+e):(d=Rt.exec(e))?(n="-"===d[1]?-1:1,l={y:0,d:G(d[2])*n,h:G(d[3])*n,m:G(d[4])*n,s:G(d[5])*n,ms:G(Ot(1e3*d[6]))*n}):(d=Ut.exec(e))?(n="-"===d[1]?-1:1,l={y:zt(d[2],n),M:zt(d[3],n),w:zt(d[4],n),d:zt(d[5],n),h:zt(d[6],n),m:zt(d[7],n),s:zt(d[8],n)}):null==l?l={}:"object"==typeof l&&("from"in l||"to"in l)&&(i=kt(l.from),o=kt(l.to),a=i.isValid()&&o.isValid()?(o=Ft(o,i),i.isBefore(o)?u=$t(i,o):((u=$t(o,i)).milliseconds=-u.milliseconds,u.months=-u.months),u):{milliseconds:0,months:0},(l={}).ms=a.milliseconds,l.M=a.months),r=new At(l),Et(e)&&s(e,"_locale")&&(r._locale=e._locale),Et(e)&&s(e,"_isValid")&&(r._isValid=e._isValid),r}function zt(e,t){var n=e&&parseFloat(e.replace(",","."));return(isNaN(n)?0:n)*t}function $t(e,t){var n={};return n.months=t.month()-e.month()+12*(t.year()-e.year()),e.clone().add(n.months,"M").isAfter(t)&&--n.months,n.milliseconds=+t-+e.clone().add(n.months,"M"),n}function Bt(e,t){return function(n,r){var a;return null===r||isNaN(+r)||(Y(t,"moment()."+t+"(period, number) is deprecated. Please use moment()."+t+"(number, period). See http://momentjs.com/guides/#/warnings/add-inverted-param/ for more info."),a=n,n=r,r=a),qt(this,Wt(n,r),e),this}}function qt(e,t,n,r){var i=t._milliseconds,o=Ot(t._days),s=Ot(t._months);e.isValid()&&(r=null==r||r,s&&Se(e,V(e,"Month")+s*n),o&&K(e,"Date",V(e,"Date")+o*n),i&&e._d.setTime(e._d.valueOf()+i*n),r&&a.updateOffset(e,o||s))}Wt.fn=At.prototype,Wt.invalid=function(){return Wt(NaN)};var Gt=Bt(1,"add"),Jt=Bt(-1,"subtract");function Vt(e){return"string"==typeof e||e instanceof String}function Kt(e){return w(e)||d(e)||Vt(e)||c(e)||function(e){var t=i(e),n=!1;return t&&(n=0===e.filter((function(t){return!c(t)&&Vt(e)})).length),t&&n}(e)||function(e){var t,n,r=o(e)&&!u(e),a=!1,i=["years","year","y","months","month","M","days","day","d","dates","date","D","hours","hour","h","minutes","minute","m","seconds","second","s","milliseconds","millisecond","ms"];for(t=0;t<i.length;t+=1)n=i[t],a=a||s(e,n);return r&&a}(e)||null==e}function Xt(e){var t,n=o(e)&&!u(e),r=!1,a=["sameDay","nextDay","lastDay","nextWeek","lastWeek","sameElse"];for(t=0;t<a.length;t+=1)r=r||s(e,a[t]);return n&&r}function Zt(e,t){if(e.date()<t.date())return-Zt(t,e);var n=12*(t.year()-e.year())+(t.month()-e.month()),r=e.clone().add(n,"months");return-(n+(t-r<0?(t-r)/(r-e.clone().add(n-1,"months")):(t-r)/(e.clone().add(n+1,"months")-r)))||0}function Qt(e){var t;return void 0===e?this._locale._abbr:(null!=(t=ut(e))&&(this._locale=t),this)}a.defaultFormat="YYYY-MM-DDTHH:mm:ssZ",a.defaultFormatUtc="YYYY-MM-DDTHH:mm:ss[Z]";var en=T("moment().lang() is deprecated. Instead, use moment().localeData() to get the language configuration. Use moment().locale() to change languages.",(function(e){return void 0===e?this.localeData():this.locale(e)}));function tn(){return this._locale}function nn(e,t){return(e%t+t)%t}function rn(e,t,n){return e<100&&e>=0?new Date(e+400,t,n)-126227808e5:new Date(e,t,n).valueOf()}function an(e,t,n){return e<100&&e>=0?Date.UTC(e+400,t,n)-126227808e5:Date.UTC(e,t,n)}function on(e,t){return t.erasAbbrRegex(e)}function sn(){var e,t,n=[],r=[],a=[],i=[],o=this.eras();for(e=0,t=o.length;e<t;++e)r.push(_e(o[e].name)),n.push(_e(o[e].abbr)),a.push(_e(o[e].narrow)),i.push(_e(o[e].name)),i.push(_e(o[e].abbr)),i.push(_e(o[e].narrow));this._erasRegex=new RegExp("^("+i.join("|")+")","i"),this._erasNameRegex=new RegExp("^("+r.join("|")+")","i"),this._erasAbbrRegex=new RegExp("^("+n.join("|")+")","i"),this._erasNarrowRegex=new RegExp("^("+a.join("|")+")","i")}function un(e,t){H(0,[e,e.length],0,t)}function ln(e,t,n,r,a){var i;return null==e?Ne(this,r,a).year:(t>(i=Ie(e,r,a))&&(t=i),cn.call(this,e,t,n,r,a))}function cn(e,t,n,r,a){var i=Fe(e,t,n,r,a),o=Ce(i.year,0,i.dayOfYear);return this.year(o.getUTCFullYear()),this.month(o.getUTCMonth()),this.date(o.getUTCDate()),this}H("N",0,0,"eraAbbr"),H("NN",0,0,"eraAbbr"),H("NNN",0,0,"eraAbbr"),H("NNNN",0,0,"eraName"),H("NNNNN",0,0,"eraNarrow"),H("y",["y",1],"yo","eraYear"),H("y",["yy",2],0,"eraYear"),H("y",["yyy",3],0,"eraYear"),H("y",["yyyy",4],0,"eraYear"),me("N",on),me("NN",on),me("NNN",on),me("NNNN",(function(e,t){return t.erasNameRegex(e)})),me("NNNNN",(function(e,t){return t.erasNarrowRegex(e)})),ve(["N","NN","NNN","NNNN","NNNNN"],(function(e,t,n,r){var a=n._locale.erasParse(e,r,n._strict);a?h(n).era=a:h(n).invalidEra=e})),me("y",le),me("yy",le),me("yyy",le),me("yyyy",le),me("yo",(function(e,t){return t._eraYearOrdinalRegex||le})),ve(["y","yy","yyy","yyyy"],0),ve(["yo"],(function(e,t,n,r){var a;n._locale._eraYearOrdinalRegex&&(a=e.match(n._locale._eraYearOrdinalRegex)),n._locale.eraYearOrdinalParse?t[0]=n._locale.eraYearOrdinalParse(e,a):t[0]=parseInt(e,10)})),H(0,["gg",2],0,(function(){return this.weekYear()%100})),H(0,["GG",2],0,(function(){return this.isoWeekYear()%100})),un("gggg","weekYear"),un("ggggg","weekYear"),un("GGGG","isoWeekYear"),un("GGGGG","isoWeekYear"),R("weekYear","gg"),R("isoWeekYear","GG"),$("weekYear",1),$("isoWeekYear",1),me("G",ce),me("g",ce),me("GG",re,Q),me("gg",re,Q),me("GGGG",se,te),me("gggg",se,te),me("GGGGG",ue,ne),me("ggggg",ue,ne),Me(["gggg","ggggg","GGGG","GGGGG"],(function(e,t,n,r){t[r.substr(0,2)]=G(e)})),Me(["gg","GG"],(function(e,t,n,r){t[r]=a.parseTwoDigitYear(e)})),H("Q",0,"Qo","quarter"),R("quarter","Q"),$("quarter",7),me("Q",Z),ve("Q",(function(e,t){t[1]=3*(G(e)-1)})),H("D",["DD",2],"Do","date"),R("date","D"),$("date",9),me("D",re),me("DD",re,Q),me("Do",(function(e,t){return e?t._dayOfMonthOrdinalParse||t._ordinalParse:t._dayOfMonthOrdinalParseLenient})),ve(["D","DD"],2),ve("Do",(function(e,t){t[2]=G(e.match(re)[0])}));var dn=J("Date",!0);H("DDD",["DDDD",3],"DDDo","dayOfYear"),R("dayOfYear","DDD"),$("dayOfYear",4),me("DDD",oe),me("DDDD",ee),ve(["DDD","DDDD"],(function(e,t,n){n._dayOfYear=G(e)})),H("m",["mm",2],0,"minute"),R("minute","m"),$("minute",14),me("m",re),me("mm",re,Q),ve(["m","mm"],4);var fn=J("Minutes",!1);H("s",["ss",2],0,"second"),R("second","s"),$("second",15),me("s",re),me("ss",re,Q),ve(["s","ss"],5);var pn,mn,hn=J("Seconds",!1);for(H("S",0,0,(function(){return~~(this.millisecond()/100)})),H(0,["SS",2],0,(function(){return~~(this.millisecond()/10)})),H(0,["SSS",3],0,"millisecond"),H(0,["SSSS",4],0,(function(){return 10*this.millisecond()})),H(0,["SSSSS",5],0,(function(){return 100*this.millisecond()})),H(0,["SSSSSS",6],0,(function(){return 1e3*this.millisecond()})),H(0,["SSSSSSS",7],0,(function(){return 1e4*this.millisecond()})),H(0,["SSSSSSSS",8],0,(function(){return 1e5*this.millisecond()})),H(0,["SSSSSSSSS",9],0,(function(){return 1e6*this.millisecond()})),R("millisecond","ms"),$("millisecond",16),me("S",oe,Z),me("SS",oe,Q),me("SSS",oe,ee),pn="SSSS";pn.length<=9;pn+="S")me(pn,le);function _n(e,t){t[6]=G(1e3*("0."+e))}for(pn="S";pn.length<=9;pn+="S")ve(pn,_n);mn=J("Milliseconds",!1),H("z",0,0,"zoneAbbr"),H("zz",0,0,"zoneName");var gn=L.prototype;function yn(e){return e}gn.add=Gt,gn.calendar=function(e,t){1===arguments.length&&(arguments[0]?Kt(arguments[0])?(e=arguments[0],t=void 0):Xt(arguments[0])&&(t=arguments[0],e=void 0):(e=void 0,t=void 0));var n=e||kt(),r=Ft(n,this).startOf("day"),i=a.calendarFormat(this,r)||"sameElse",o=t&&(D(t[i])?t[i].call(this,n):t[i]);return this.format(o||this.localeData().calendar(i,this,kt(n)))},gn.clone=function(){return new L(this)},gn.diff=function(e,t,n){var r,a,i;if(!this.isValid())return NaN;if(!(r=Ft(e,this)).isValid())return NaN;switch(a=6e4*(r.utcOffset()-this.utcOffset()),t=U(t)){case"year":i=Zt(this,r)/12;break;case"month":i=Zt(this,r);break;case"quarter":i=Zt(this,r)/3;break;case"second":i=(this-r)/1e3;break;case"minute":i=(this-r)/6e4;break;case"hour":i=(this-r)/36e5;break;case"day":i=(this-r-a)/864e5;break;case"week":i=(this-r-a)/6048e5;break;default:i=this-r}return n?i:q(i)},gn.endOf=function(e){var t,n;if(void 0===(e=U(e))||"millisecond"===e||!this.isValid())return this;switch(n=this._isUTC?an:rn,e){case"year":t=n(this.year()+1,0,1)-1;break;case"quarter":t=n(this.year(),this.month()-this.month()%3+3,1)-1;break;case"month":t=n(this.year(),this.month()+1,1)-1;break;case"week":t=n(this.year(),this.month(),this.date()-this.weekday()+7)-1;break;case"isoWeek":t=n(this.year(),this.month(),this.date()-(this.isoWeekday()-1)+7)-1;break;case"day":case"date":t=n(this.year(),this.month(),this.date()+1)-1;break;case"hour":t=this._d.valueOf(),t+=36e5-nn(t+(this._isUTC?0:6e4*this.utcOffset()),36e5)-1;break;case"minute":t=this._d.valueOf(),t+=6e4-nn(t,6e4)-1;break;case"second":t=this._d.valueOf(),t+=1e3-nn(t,1e3)-1}return this._d.setTime(t),a.updateOffset(this,!0),this},gn.format=function(e){e||(e=this.isUtc()?a.defaultFormatUtc:a.defaultFormat);var t=F(this,e);return this.localeData().postformat(t)},gn.from=function(e,t){return this.isValid()&&(w(e)&&e.isValid()||kt(e).isValid())?Wt({to:this,from:e}).locale(this.locale()).humanize(!t):this.localeData().invalidDate()},gn.fromNow=function(e){return this.from(kt(),e)},gn.to=function(e,t){return this.isValid()&&(w(e)&&e.isValid()||kt(e).isValid())?Wt({from:this,to:e}).locale(this.locale()).humanize(!t):this.localeData().invalidDate()},gn.toNow=function(e){return this.to(kt(),e)},gn.get=function(e){return D(this[e=U(e)])?this[e]():this},gn.invalidAt=function(){return h(this).overflow},gn.isAfter=function(e,t){var n=w(e)?e:kt(e);return!(!this.isValid()||!n.isValid())&&("millisecond"===(t=U(t)||"millisecond")?this.valueOf()>n.valueOf():n.valueOf()<this.clone().startOf(t).valueOf())},gn.isBefore=function(e,t){var n=w(e)?e:kt(e);return!(!this.isValid()||!n.isValid())&&("millisecond"===(t=U(t)||"millisecond")?this.valueOf()<n.valueOf():this.clone().endOf(t).valueOf()<n.valueOf())},gn.isBetween=function(e,t,n,r){var a=w(e)?e:kt(e),i=w(t)?t:kt(t);return!!(this.isValid()&&a.isValid()&&i.isValid())&&(("("===(r=r||"()")[0]?this.isAfter(a,n):!this.isBefore(a,n))&&(")"===r[1]?this.isBefore(i,n):!this.isAfter(i,n)))},gn.isSame=function(e,t){var n,r=w(e)?e:kt(e);return!(!this.isValid()||!r.isValid())&&("millisecond"===(t=U(t)||"millisecond")?this.valueOf()===r.valueOf():(n=r.valueOf(),this.clone().startOf(t).valueOf()<=n&&n<=this.clone().endOf(t).valueOf()))},gn.isSameOrAfter=function(e,t){return this.isSame(e,t)||this.isAfter(e,t)},gn.isSameOrBefore=function(e,t){return this.isSame(e,t)||this.isBefore(e,t)},gn.isValid=function(){return _(this)},gn.lang=en,gn.locale=Qt,gn.localeData=tn,gn.max=Dt,gn.min=Yt,gn.parsingFlags=function(){return p({},h(this))},gn.set=function(e,t){if("object"==typeof e){var n,r=function(e){var t,n=[];for(t in e)s(e,t)&&n.push({unit:t,priority:z[t]});return n.sort((function(e,t){return e.priority-t.priority})),n}(e=W(e));for(n=0;n<r.length;n++)this[r[n].unit](e[r[n].unit])}else if(D(this[e=U(e)]))return this[e](t);return this},gn.startOf=function(e){var t,n;if(void 0===(e=U(e))||"millisecond"===e||!this.isValid())return this;switch(n=this._isUTC?an:rn,e){case"year":t=n(this.year(),0,1);break;case"quarter":t=n(this.year(),this.month()-this.month()%3,1);break;case"month":t=n(this.year(),this.month(),1);break;case"week":t=n(this.year(),this.month(),this.date()-this.weekday());break;case"isoWeek":t=n(this.year(),this.month(),this.date()-(this.isoWeekday()-1));break;case"day":case"date":t=n(this.year(),this.month(),this.date());break;case"hour":t=this._d.valueOf(),t-=nn(t+(this._isUTC?0:6e4*this.utcOffset()),36e5);break;case"minute":t=this._d.valueOf(),t-=nn(t,6e4);break;case"second":t=this._d.valueOf(),t-=nn(t,1e3)}return this._d.setTime(t),a.updateOffset(this,!0),this},gn.subtract=Jt,gn.toArray=function(){var e=this;return[e.year(),e.month(),e.date(),e.hour(),e.minute(),e.second(),e.millisecond()]},gn.toObject=function(){var e=this;return{years:e.year(),months:e.month(),date:e.date(),hours:e.hours(),minutes:e.minutes(),seconds:e.seconds(),milliseconds:e.milliseconds()}},gn.toDate=function(){return new Date(this.valueOf())},gn.toISOString=function(e){if(!this.isValid())return null;var t=!0!==e,n=t?this.clone().utc():this;return n.year()<0||n.year()>9999?F(n,t?"YYYYYY-MM-DD[T]HH:mm:ss.SSS[Z]":"YYYYYY-MM-DD[T]HH:mm:ss.SSSZ"):D(Date.prototype.toISOString)?t?this.toDate().toISOString():new Date(this.valueOf()+60*this.utcOffset()*1e3).toISOString().replace("Z",F(n,"Z")):F(n,t?"YYYY-MM-DD[T]HH:mm:ss.SSS[Z]":"YYYY-MM-DD[T]HH:mm:ss.SSSZ")},gn.inspect=function(){if(!this.isValid())return"moment.invalid(/* "+this._i+" */)";var e,t,n,r="moment",a="";return this.isLocal()||(r=0===this.utcOffset()?"moment.utc":"moment.parseZone",a="Z"),e="["+r+'("]',t=0<=this.year()&&this.year()<=9999?"YYYY":"YYYYYY",n=a+'[")]',this.format(e+t+"-MM-DD[T]HH:mm:ss.SSS"+n)},"undefined"!=typeof Symbol&&null!=Symbol.for&&(gn[Symbol.for("nodejs.util.inspect.custom")]=function(){return"Moment<"+this.format()+">"}),gn.toJSON=function(){return this.isValid()?this.toISOString():null},gn.toString=function(){return this.clone().locale("en").format("ddd MMM DD YYYY HH:mm:ss [GMT]ZZ")},gn.unix=function(){return Math.floor(this.valueOf()/1e3)},gn.valueOf=function(){return this._d.valueOf()-6e4*(this._offset||0)},gn.creationData=function(){return{input:this._i,format:this._f,locale:this._locale,isUTC:this._isUTC,strict:this._strict}},gn.eraName=function(){var e,t,n,r=this.localeData().eras();for(e=0,t=r.length;e<t;++e){if(n=this.clone().startOf("day").valueOf(),r[e].since<=n&&n<=r[e].until)return r[e].name;if(r[e].until<=n&&n<=r[e].since)return r[e].name}return""},gn.eraNarrow=function(){var e,t,n,r=this.localeData().eras();for(e=0,t=r.length;e<t;++e){if(n=this.clone().startOf("day").valueOf(),r[e].since<=n&&n<=r[e].until)return r[e].narrow;if(r[e].until<=n&&n<=r[e].since)return r[e].narrow}return""},gn.eraAbbr=function(){var e,t,n,r=this.localeData().eras();for(e=0,t=r.length;e<t;++e){if(n=this.clone().startOf("day").valueOf(),r[e].since<=n&&n<=r[e].until)return r[e].abbr;if(r[e].until<=n&&n<=r[e].since)return r[e].abbr}return""},gn.eraYear=function(){var e,t,n,r,i=this.localeData().eras();for(e=0,t=i.length;e<t;++e)if(n=i[e].since<=i[e].until?1:-1,r=this.clone().startOf("day").valueOf(),i[e].since<=r&&r<=i[e].until||i[e].until<=r&&r<=i[e].since)return(this.year()-a(i[e].since).year())*n+i[e].offset;return this.year()},gn.year=Oe,gn.isLeapYear=function(){return B(this.year())},gn.weekYear=function(e){return ln.call(this,e,this.week(),this.weekday(),this.localeData()._week.dow,this.localeData()._week.doy)},gn.isoWeekYear=function(e){return ln.call(this,e,this.isoWeek(),this.isoWeekday(),1,4)},gn.quarter=gn.quarters=function(e){return null==e?Math.ceil((this.month()+1)/3):this.month(3*(e-1)+this.month()%3)},gn.month=je,gn.daysInMonth=function(){return we(this.year(),this.month())},gn.week=gn.weeks=function(e){var t=this.localeData().week(this);return null==e?t:this.add(7*(e-t),"d")},gn.isoWeek=gn.isoWeeks=function(e){var t=Ne(this,1,4).week;return null==e?t:this.add(7*(e-t),"d")},gn.weeksInYear=function(){var e=this.localeData()._week;return Ie(this.year(),e.dow,e.doy)},gn.weeksInWeekYear=function(){var e=this.localeData()._week;return Ie(this.weekYear(),e.dow,e.doy)},gn.isoWeeksInYear=function(){return Ie(this.year(),1,4)},gn.isoWeeksInISOWeekYear=function(){return Ie(this.isoWeekYear(),1,4)},gn.date=dn,gn.day=gn.days=function(e){if(!this.isValid())return null!=e?this:NaN;var t=this._isUTC?this._d.getUTCDay():this._d.getDay();return null!=e?(e=function(e,t){return"string"!=typeof e?e:isNaN(e)?"number"==typeof(e=t.weekdaysParse(e))?e:null:parseInt(e,10)}(e,this.localeData()),this.add(e-t,"d")):t},gn.weekday=function(e){if(!this.isValid())return null!=e?this:NaN;var t=(this.day()+7-this.localeData()._week.dow)%7;return null==e?t:this.add(e-t,"d")},gn.isoWeekday=function(e){if(!this.isValid())return null!=e?this:NaN;if(null!=e){var t=function(e,t){return"string"==typeof e?t.weekdaysParse(e)%7||7:isNaN(e)?null:e}(e,this.localeData());return this.day(this.day()%7?t:t-7)}return this.day()||7},gn.dayOfYear=function(e){var t=Math.round((this.clone().startOf("day")-this.clone().startOf("year"))/864e5)+1;return null==e?t:this.add(e-t,"d")},gn.hour=gn.hours=Qe,gn.minute=gn.minutes=fn,gn.second=gn.seconds=hn,gn.millisecond=gn.milliseconds=mn,gn.utcOffset=function(e,t,n){var r,i=this._offset||0;if(!this.isValid())return null!=e?this:NaN;if(null!=e){if("string"==typeof e){if(null===(e=Ht(fe,e)))return this}else Math.abs(e)<16&&!n&&(e*=60);return!this._isUTC&&t&&(r=Nt(this)),this._offset=e,this._isUTC=!0,null!=r&&this.add(r,"m"),i!==e&&(!t||this._changeInProgress?qt(this,Wt(e-i,"m"),1,!1):this._changeInProgress||(this._changeInProgress=!0,a.updateOffset(this,!0),this._changeInProgress=null)),this}return this._isUTC?i:Nt(this)},gn.utc=function(e){return this.utcOffset(0,e)},gn.local=function(e){return this._isUTC&&(this.utcOffset(0,e),this._isUTC=!1,e&&this.subtract(Nt(this),"m")),this},gn.parseZone=function(){if(null!=this._tzm)this.utcOffset(this._tzm,!1,!0);else if("string"==typeof this._i){var e=Ht(de,this._i);null!=e?this.utcOffset(e):this.utcOffset(0,!0)}return this},gn.hasAlignedHourOffset=function(e){return!!this.isValid()&&(e=e?kt(e).utcOffset():0,(this.utcOffset()-e)%60==0)},gn.isDST=function(){return this.utcOffset()>this.clone().month(0).utcOffset()||this.utcOffset()>this.clone().month(5).utcOffset()},gn.isLocal=function(){return!!this.isValid()&&!this._isUTC},gn.isUtcOffset=function(){return!!this.isValid()&&this._isUTC},gn.isUtc=It,gn.isUTC=It,gn.zoneAbbr=function(){return this._isUTC?"UTC":""},gn.zoneName=function(){return this._isUTC?"Coordinated Universal Time":""},gn.dates=T("dates accessor is deprecated. Use date instead.",dn),gn.months=T("months accessor is deprecated. Use month instead",je),gn.years=T("years accessor is deprecated. Use year instead",Oe),gn.zone=T("moment().zone is deprecated, use moment().utcOffset instead. http://momentjs.com/guides/#/warnings/zone/",(function(e,t){return null!=e?("string"!=typeof e&&(e=-e),this.utcOffset(e,t),this):-this.utcOffset()})),gn.isDSTShifted=T("isDSTShifted is deprecated. See http://momentjs.com/guides/#/warnings/dst-shifted/ for more information",(function(){if(!l(this._isDSTShifted))return this._isDSTShifted;var e,t={};return M(t,this),(t=Tt(t))._a?(e=t._isUTC?m(t._a):kt(t._a),this._isDSTShifted=this.isValid()&&function(e,t,n){var r,a=Math.min(e.length,t.length),i=Math.abs(e.length-t.length),o=0;for(r=0;r<a;r++)(n&&e[r]!==t[r]||!n&&G(e[r])!==G(t[r]))&&o++;return o+i}(t._a,e.toArray())>0):this._isDSTShifted=!1,this._isDSTShifted}));var vn=j.prototype;function Mn(e,t,n,r){var a=ut(),i=m().set(r,t);return a[n](i,e)}function Ln(e,t,n){if(c(e)&&(t=e,e=void 0),e=e||"",null!=t)return Mn(e,t,n,"month");var r,a=[];for(r=0;r<12;r++)a[r]=Mn(e,r,n,"month");return a}function wn(e,t,n,r){"boolean"==typeof e?(c(t)&&(n=t,t=void 0),t=t||""):(n=t=e,e=!1,c(t)&&(n=t,t=void 0),t=t||"");var a,i=ut(),o=e?i._week.dow:0,s=[];if(null!=n)return Mn(t,(n+o)%7,r,"day");for(a=0;a<7;a++)s[a]=Mn(t,(a+o)%7,r,"day");return s}vn.calendar=function(e,t,n){var r=this._calendar[e]||this._calendar.sameElse;return D(r)?r.call(t,n):r},vn.longDateFormat=function(e){var t=this._longDateFormat[e],n=this._longDateFormat[e.toUpperCase()];return t||!n?t:(this._longDateFormat[e]=n.match(E).map((function(e){return"MMMM"===e||"MM"===e||"DD"===e||"dddd"===e?e.slice(1):e})).join(""),this._longDateFormat[e])},vn.invalidDate=function(){return this._invalidDate},vn.ordinal=function(e){return this._ordinal.replace("%d",e)},vn.preparse=yn,vn.postformat=yn,vn.relativeTime=function(e,t,n,r){var a=this._relativeTime[n];return D(a)?a(e,t,n,r):a.replace(/%d/i,e)},vn.pastFuture=function(e,t){var n=this._relativeTime[e>0?"future":"past"];return D(n)?n(t):n.replace(/%s/i,t)},vn.set=function(e){var t,n;for(n in e)s(e,n)&&(D(t=e[n])?this[n]=t:this["_"+n]=t);this._config=e,this._dayOfMonthOrdinalParseLenient=new RegExp((this._dayOfMonthOrdinalParse.source||this._ordinalParse.source)+"|"+/\d{1,2}/.source)},vn.eras=function(e,t){var n,r,i,o=this._eras||ut("en")._eras;for(n=0,r=o.length;n<r;++n){switch(typeof o[n].since){case"string":i=a(o[n].since).startOf("day"),o[n].since=i.valueOf()}switch(typeof o[n].until){case"undefined":o[n].until=1/0;break;case"string":i=a(o[n].until).startOf("day").valueOf(),o[n].until=i.valueOf()}}return o},vn.erasParse=function(e,t,n){var r,a,i,o,s,u=this.eras();for(e=e.toUpperCase(),r=0,a=u.length;r<a;++r)if(i=u[r].name.toUpperCase(),o=u[r].abbr.toUpperCase(),s=u[r].narrow.toUpperCase(),n)switch(t){case"N":case"NN":case"NNN":if(o===e)return u[r];break;case"NNNN":if(i===e)return u[r];break;case"NNNNN":if(s===e)return u[r]}else if([i,o,s].indexOf(e)>=0)return u[r]},vn.erasConvertYear=function(e,t){var n=e.since<=e.until?1:-1;return void 0===t?a(e.since).year():a(e.since).year()+(t-e.offset)*n},vn.erasAbbrRegex=function(e){return s(this,"_erasAbbrRegex")||sn.call(this),e?this._erasAbbrRegex:this._erasRegex},vn.erasNameRegex=function(e){return s(this,"_erasNameRegex")||sn.call(this),e?this._erasNameRegex:this._erasRegex},vn.erasNarrowRegex=function(e){return s(this,"_erasNarrowRegex")||sn.call(this),e?this._erasNarrowRegex:this._erasRegex},vn.months=function(e,t){return e?i(this._months)?this._months[e.month()]:this._months[(this._months.isFormat||xe).test(t)?"format":"standalone"][e.month()]:i(this._months)?this._months:this._months.standalone},vn.monthsShort=function(e,t){return e?i(this._monthsShort)?this._monthsShort[e.month()]:this._monthsShort[xe.test(t)?"format":"standalone"][e.month()]:i(this._monthsShort)?this._monthsShort:this._monthsShort.standalone},vn.monthsParse=function(e,t,n){var r,a,i;if(this._monthsParseExact)return De.call(this,e,t,n);for(this._monthsParse||(this._monthsParse=[],this._longMonthsParse=[],this._shortMonthsParse=[]),r=0;r<12;r++){if(a=m([2e3,r]),n&&!this._longMonthsParse[r]&&(this._longMonthsParse[r]=new RegExp("^"+this.months(a,"").replace(".","")+"$","i"),this._shortMonthsParse[r]=new RegExp("^"+this.monthsShort(a,"").replace(".","")+"$","i")),n||this._monthsParse[r]||(i="^"+this.months(a,"")+"|^"+this.monthsShort(a,""),this._monthsParse[r]=new RegExp(i.replace(".",""),"i")),n&&"MMMM"===t&&this._longMonthsParse[r].test(e))return r;if(n&&"MMM"===t&&this._shortMonthsParse[r].test(e))return r;if(!n&&this._monthsParse[r].test(e))return r}},vn.monthsRegex=function(e){return this._monthsParseExact?(s(this,"_monthsRegex")||Ae.call(this),e?this._monthsStrictRegex:this._monthsRegex):(s(this,"_monthsRegex")||(this._monthsRegex=Ye),this._monthsStrictRegex&&e?this._monthsStrictRegex:this._monthsRegex)},vn.monthsShortRegex=function(e){return this._monthsParseExact?(s(this,"_monthsRegex")||Ae.call(this),e?this._monthsShortStrictRegex:this._monthsShortRegex):(s(this,"_monthsShortRegex")||(this._monthsShortRegex=ke),this._monthsShortStrictRegex&&e?this._monthsShortStrictRegex:this._monthsShortRegex)},vn.week=function(e){return Ne(e,this._week.dow,this._week.doy).week},vn.firstDayOfYear=function(){return this._week.doy},vn.firstDayOfWeek=function(){return this._week.dow},vn.weekdays=function(e,t){var n=i(this._weekdays)?this._weekdays:this._weekdays[e&&!0!==e&&this._weekdays.isFormat.test(t)?"format":"standalone"];return!0===e?Re(n,this._week.dow):e?n[e.day()]:n},vn.weekdaysMin=function(e){return!0===e?Re(this._weekdaysMin,this._week.dow):e?this._weekdaysMin[e.day()]:this._weekdaysMin},vn.weekdaysShort=function(e){return!0===e?Re(this._weekdaysShort,this._week.dow):e?this._weekdaysShort[e.day()]:this._weekdaysShort},vn.weekdaysParse=function(e,t,n){var r,a,i;if(this._weekdaysParseExact)return Ge.call(this,e,t,n);for(this._weekdaysParse||(this._weekdaysParse=[],this._minWeekdaysParse=[],this._shortWeekdaysParse=[],this._fullWeekdaysParse=[]),r=0;r<7;r++){if(a=m([2e3,1]).day(r),n&&!this._fullWeekdaysParse[r]&&(this._fullWeekdaysParse[r]=new RegExp("^"+this.weekdays(a,"").replace(".","\\.?")+"$","i"),this._shortWeekdaysParse[r]=new RegExp("^"+this.weekdaysShort(a,"").replace(".","\\.?")+"$","i"),this._minWeekdaysParse[r]=new RegExp("^"+this.weekdaysMin(a,"").replace(".","\\.?")+"$","i")),this._weekdaysParse[r]||(i="^"+this.weekdays(a,"")+"|^"+this.weekdaysShort(a,"")+"|^"+this.weekdaysMin(a,""),this._weekdaysParse[r]=new RegExp(i.replace(".",""),"i")),n&&"dddd"===t&&this._fullWeekdaysParse[r].test(e))return r;if(n&&"ddd"===t&&this._shortWeekdaysParse[r].test(e))return r;if(n&&"dd"===t&&this._minWeekdaysParse[r].test(e))return r;if(!n&&this._weekdaysParse[r].test(e))return r}},vn.weekdaysRegex=function(e){return this._weekdaysParseExact?(s(this,"_weekdaysRegex")||Je.call(this),e?this._weekdaysStrictRegex:this._weekdaysRegex):(s(this,"_weekdaysRegex")||(this._weekdaysRegex=$e),this._weekdaysStrictRegex&&e?this._weekdaysStrictRegex:this._weekdaysRegex)},vn.weekdaysShortRegex=function(e){return this._weekdaysParseExact?(s(this,"_weekdaysRegex")||Je.call(this),e?this._weekdaysShortStrictRegex:this._weekdaysShortRegex):(s(this,"_weekdaysShortRegex")||(this._weekdaysShortRegex=Be),this._weekdaysShortStrictRegex&&e?this._weekdaysShortStrictRegex:this._weekdaysShortRegex)},vn.weekdaysMinRegex=function(e){return this._weekdaysParseExact?(s(this,"_weekdaysRegex")||Je.call(this),e?this._weekdaysMinStrictRegex:this._weekdaysMinRegex):(s(this,"_weekdaysMinRegex")||(this._weekdaysMinRegex=qe),this._weekdaysMinStrictRegex&&e?this._weekdaysMinStrictRegex:this._weekdaysMinRegex)},vn.isPM=function(e){return"p"===(e+"").toLowerCase().charAt(0)},vn.meridiem=function(e,t,n){return e>11?n?"pm":"PM":n?"am":"AM"},ot("en",{eras:[{since:"0001-01-01",until:1/0,offset:1,name:"Anno Domini",narrow:"AD",abbr:"AD"},{since:"0000-12-31",until:-1/0,offset:1,name:"Before Christ",narrow:"BC",abbr:"BC"}],dayOfMonthOrdinalParse:/\d{1,2}(th|st|nd|rd)/,ordinal:function(e){var t=e%10;return e+(1===G(e%100/10)?"th":1===t?"st":2===t?"nd":3===t?"rd":"th")}}),a.lang=T("moment.lang is deprecated. Use moment.locale instead.",ot),a.langData=T("moment.langData is deprecated. Use moment.localeData instead.",ut);var bn=Math.abs;function Tn(e,t,n,r){var a=Wt(t,n);return e._milliseconds+=r*a._milliseconds,e._days+=r*a._days,e._months+=r*a._months,e._bubble()}function xn(e){return e<0?Math.floor(e):Math.ceil(e)}function kn(e){return 4800*e/146097}function Yn(e){return 146097*e/4800}function Dn(e){return function(){return this.as(e)}}var Sn=Dn("ms"),jn=Dn("s"),An=Dn("m"),En=Dn("h"),On=Dn("d"),Pn=Dn("w"),Cn=Dn("M"),Hn=Dn("Q"),Fn=Dn("y");function Nn(e){return function(){return this.isValid()?this._data[e]:NaN}}var In=Nn("milliseconds"),Rn=Nn("seconds"),Un=Nn("minutes"),Wn=Nn("hours"),zn=Nn("days"),$n=Nn("months"),Bn=Nn("years"),qn=Math.round,Gn={ss:44,s:45,m:45,h:22,d:26,w:null,M:11};function Jn(e,t,n,r,a){return a.relativeTime(t||1,!!n,e,r)}var Vn=Math.abs;function Kn(e){return(e>0)-(e<0)||+e}function Xn(){if(!this.isValid())return this.localeData().invalidDate();var e,t,n,r,a,i,o,s,u=Vn(this._milliseconds)/1e3,l=Vn(this._days),c=Vn(this._months),d=this.asSeconds();return d?(e=q(u/60),t=q(e/60),u%=60,e%=60,n=q(c/12),c%=12,r=u?u.toFixed(3).replace(/\.?0+$/,""):"",a=d<0?"-":"",i=Kn(this._months)!==Kn(d)?"-":"",o=Kn(this._days)!==Kn(d)?"-":"",s=Kn(this._milliseconds)!==Kn(d)?"-":"",a+"P"+(n?i+n+"Y":"")+(c?i+c+"M":"")+(l?o+l+"D":"")+(t||e||u?"T":"")+(t?s+t+"H":"")+(e?s+e+"M":"")+(u?s+r+"S":"")):"P0D"}var Zn=At.prototype;return Zn.isValid=function(){return this._isValid},Zn.abs=function(){var e=this._data;return this._milliseconds=bn(this._milliseconds),this._days=bn(this._days),this._months=bn(this._months),e.milliseconds=bn(e.milliseconds),e.seconds=bn(e.seconds),e.minutes=bn(e.minutes),e.hours=bn(e.hours),e.months=bn(e.months),e.years=bn(e.years),this},Zn.add=function(e,t){return Tn(this,e,t,1)},Zn.subtract=function(e,t){return Tn(this,e,t,-1)},Zn.as=function(e){if(!this.isValid())return NaN;var t,n,r=this._milliseconds;if("month"===(e=U(e))||"quarter"===e||"year"===e)switch(t=this._days+r/864e5,n=this._months+kn(t),e){case"month":return n;case"quarter":return n/3;case"year":return n/12}else switch(t=this._days+Math.round(Yn(this._months)),e){case"week":return t/7+r/6048e5;case"day":return t+r/864e5;case"hour":return 24*t+r/36e5;case"minute":return 1440*t+r/6e4;case"second":return 86400*t+r/1e3;case"millisecond":return Math.floor(864e5*t)+r;default:throw new Error("Unknown unit "+e)}},Zn.asMilliseconds=Sn,Zn.asSeconds=jn,Zn.asMinutes=An,Zn.asHours=En,Zn.asDays=On,Zn.asWeeks=Pn,Zn.asMonths=Cn,Zn.asQuarters=Hn,Zn.asYears=Fn,Zn.valueOf=function(){return this.isValid()?this._milliseconds+864e5*this._days+this._months%12*2592e6+31536e6*G(this._months/12):NaN},Zn._bubble=function(){var e,t,n,r,a,i=this._milliseconds,o=this._days,s=this._months,u=this._data;return i>=0&&o>=0&&s>=0||i<=0&&o<=0&&s<=0||(i+=864e5*xn(Yn(s)+o),o=0,s=0),u.milliseconds=i%1e3,e=q(i/1e3),u.seconds=e%60,t=q(e/60),u.minutes=t%60,n=q(t/60),u.hours=n%24,o+=q(n/24),a=q(kn(o)),s+=a,o-=xn(Yn(a)),r=q(s/12),s%=12,u.days=o,u.months=s,u.years=r,this},Zn.clone=function(){return Wt(this)},Zn.get=function(e){return e=U(e),this.isValid()?this[e+"s"]():NaN},Zn.milliseconds=In,Zn.seconds=Rn,Zn.minutes=Un,Zn.hours=Wn,Zn.days=zn,Zn.weeks=function(){return q(this.days()/7)},Zn.months=$n,Zn.years=Bn,Zn.humanize=function(e,t){if(!this.isValid())return this.localeData().invalidDate();var n,r,a=!1,i=Gn;return"object"==typeof e&&(t=e,e=!1),"boolean"==typeof e&&(a=e),"object"==typeof t&&(i=Object.assign({},Gn,t),null!=t.s&&null==t.ss&&(i.ss=t.s-1)),n=this.localeData(),r=function(e,t,n,r){var a=Wt(e).abs(),i=qn(a.as("s")),o=qn(a.as("m")),s=qn(a.as("h")),u=qn(a.as("d")),l=qn(a.as("M")),c=qn(a.as("w")),d=qn(a.as("y")),f=i<=n.ss&&["s",i]||i<n.s&&["ss",i]||o<=1&&["m"]||o<n.m&&["mm",o]||s<=1&&["h"]||s<n.h&&["hh",s]||u<=1&&["d"]||u<n.d&&["dd",u];return null!=n.w&&(f=f||c<=1&&["w"]||c<n.w&&["ww",c]),(f=f||l<=1&&["M"]||l<n.M&&["MM",l]||d<=1&&["y"]||["yy",d])[2]=t,f[3]=+e>0,f[4]=r,Jn.apply(null,f)}(this,!a,i,n),a&&(r=n.pastFuture(+this,r)),n.postformat(r)},Zn.toISOString=Xn,Zn.toString=Xn,Zn.toJSON=Xn,Zn.locale=Qt,Zn.localeData=tn,Zn.toIsoString=T("toIsoString() is deprecated. Please use toISOString() instead (notice the capitals)",Xn),Zn.lang=en,H("X",0,0,"unix"),H("x",0,0,"valueOf"),me("x",ce),me("X",/[+-]?\d+(\.\d{1,3})?/),ve("X",(function(e,t,n){n._d=new Date(1e3*parseFloat(e))})),ve("x",(function(e,t,n){n._d=new Date(G(e))})),
+//! moment.js
+a.version="2.29.1",t=kt,a.fn=gn,a.min=function(){var e=[].slice.call(arguments,0);return St("isBefore",e)},a.max=function(){var e=[].slice.call(arguments,0);return St("isAfter",e)},a.now=function(){return Date.now?Date.now():+new Date},a.utc=m,a.unix=function(e){return kt(1e3*e)},a.months=function(e,t){return Ln(e,t,"months")},a.isDate=d,a.locale=ot,a.invalid=g,a.duration=Wt,a.isMoment=w,a.weekdays=function(e,t,n){return wn(e,t,n,"weekdays")},a.parseZone=function(){return kt.apply(null,arguments).parseZone()},a.localeData=ut,a.isDuration=Et,a.monthsShort=function(e,t){return Ln(e,t,"monthsShort")},a.weekdaysMin=function(e,t,n){return wn(e,t,n,"weekdaysMin")},a.defineLocale=st,a.updateLocale=function(e,t){if(null!=t){var n,r,a=et;null!=tt[e]&&null!=tt[e].parentLocale?tt[e].set(S(tt[e]._config,t)):(null!=(r=it(e))&&(a=r._config),t=S(a,t),null==r&&(t.abbr=e),(n=new j(t)).parentLocale=tt[e],tt[e]=n),ot(e)}else null!=tt[e]&&(null!=tt[e].parentLocale?(tt[e]=tt[e].parentLocale,e===ot()&&ot(e)):null!=tt[e]&&delete tt[e]);return tt[e]},a.locales=function(){return x(tt)},a.weekdaysShort=function(e,t,n){return wn(e,t,n,"weekdaysShort")},a.normalizeUnits=U,a.relativeTimeRounding=function(e){return void 0===e?qn:"function"==typeof e&&(qn=e,!0)},a.relativeTimeThreshold=function(e,t){return void 0!==Gn[e]&&(void 0===t?Gn[e]:(Gn[e]=t,"s"===e&&(Gn.ss=t-1),!0))},a.calendarFormat=function(e,t){var n=e.diff(t,"days",!0);return n<-6?"sameElse":n<-1?"lastWeek":n<0?"lastDay":n<1?"sameDay":n<2?"nextDay":n<7?"nextWeek":"sameElse"},a.prototype=gn,a.HTML5_FMT={DATETIME_LOCAL:"YYYY-MM-DDTHH:mm",DATETIME_LOCAL_SECONDS:"YYYY-MM-DDTHH:mm:ss",DATETIME_LOCAL_MS:"YYYY-MM-DDTHH:mm:ss.SSS",DATE:"YYYY-MM-DD",TIME:"HH:mm",TIME_SECONDS:"HH:mm:ss",TIME_MS:"HH:mm:ss.SSS",WEEK:"GGGG-[W]WW",MONTH:"YYYY-MM"},a}()}).call(this,n(113)(e))},function(e,t,n){var r=n(5),a=n(29).f,i=n(18),o=n(21),s=n(52),u=n(110),l=n(94);e.exports=function(e,t){var n,c,d,f,p,m=e.target,h=e.global,_=e.stat;if(n=h?r:_?r[m]||s(m,{}):(r[m]||{}).prototype)for(c in t){if(f=t[c],d=e.noTargetGet?(p=a(n,c))&&p.value:n[c],!l(h?c:m+(_?".":"#")+c,e.forced)&&void 0!==d){if(typeof f==typeof d)continue;u(f,d)}(e.sham||d&&d.sham)&&i(f,"sham",!0),o(n,c,f,e)}}},function(e,t){e.exports=function(e){try{return!!e()}catch(e){return!0}}},function(e,t,n){(function(t){var n=function(e){return e&&e.Math==Math&&e};e.exports=n("object"==typeof globalThis&&globalThis)||n("object"==typeof window&&window)||n("object"==typeof self&&self)||n("object"==typeof t&&t)||function(){return this}()||Function("return this")()}).call(this,n(17))},function(e,t,n){"use strict";n.r(t),n.d(t,"default",(function(){return Ln})),n.d(t,"VERSION",(function(){return a.e})),n.d(t,"restArguments",(function(){return i})),n.d(t,"isObject",(function(){return o})),n.d(t,"isNull",(function(){return s})),n.d(t,"isUndefined",(function(){return u})),n.d(t,"isBoolean",(function(){return l})),n.d(t,"isElement",(function(){return c})),n.d(t,"isString",(function(){return f})),n.d(t,"isNumber",(function(){return p})),n.d(t,"isDate",(function(){return m})),n.d(t,"isRegExp",(function(){return h})),n.d(t,"isError",(function(){return _})),n.d(t,"isSymbol",(function(){return g})),n.d(t,"isArrayBuffer",(function(){return y})),n.d(t,"isDataView",(function(){return k})),n.d(t,"isArray",(function(){return Y})),n.d(t,"isFunction",(function(){return L})),n.d(t,"isArguments",(function(){return j})),n.d(t,"isFinite",(function(){return A})),n.d(t,"isNaN",(function(){return E})),n.d(t,"isTypedArray",(function(){return I})),n.d(t,"isEmpty",(function(){return z})),n.d(t,"isMatch",(function(){return $})),n.d(t,"isEqual",(function(){return J})),n.d(t,"isMap",(function(){return re})),n.d(t,"isWeakMap",(function(){return ae})),n.d(t,"isSet",(function(){return ie})),n.d(t,"isWeakSet",(function(){return oe})),n.d(t,"keys",(function(){return W})),n.d(t,"allKeys",(function(){return V})),n.d(t,"values",(function(){return se})),n.d(t,"pairs",(function(){return ue})),n.d(t,"invert",(function(){return le})),n.d(t,"functions",(function(){return ce})),n.d(t,"methods",(function(){return ce})),n.d(t,"extend",(function(){return fe})),n.d(t,"extendOwn",(function(){return pe})),n.d(t,"assign",(function(){return pe})),n.d(t,"defaults",(function(){return me})),n.d(t,"create",(function(){return _e})),n.d(t,"clone",(function(){return ge})),n.d(t,"tap",(function(){return ye})),n.d(t,"get",(function(){return we})),n.d(t,"has",(function(){return be})),n.d(t,"mapObject",(function(){return Ae})),n.d(t,"identity",(function(){return Te})),n.d(t,"constant",(function(){return O})),n.d(t,"noop",(function(){return Ee})),n.d(t,"toPath",(function(){return ve})),n.d(t,"property",(function(){return ke})),n.d(t,"propertyOf",(function(){return Oe})),n.d(t,"matcher",(function(){return xe})),n.d(t,"matches",(function(){return xe})),n.d(t,"times",(function(){return Pe})),n.d(t,"random",(function(){return Ce})),n.d(t,"now",(function(){return He})),n.d(t,"escape",(function(){return Ie})),n.d(t,"unescape",(function(){return Re})),n.d(t,"templateSettings",(function(){return Ue})),n.d(t,"template",(function(){return qe})),n.d(t,"result",(function(){return Ge})),n.d(t,"uniqueId",(function(){return Ve})),n.d(t,"chain",(function(){return Ke})),n.d(t,"iteratee",(function(){return Se})),n.d(t,"partial",(function(){return Qe})),n.d(t,"bind",(function(){return et})),n.d(t,"bindAll",(function(){return rt})),n.d(t,"memoize",(function(){return at})),n.d(t,"delay",(function(){return it})),n.d(t,"defer",(function(){return ot})),n.d(t,"throttle",(function(){return st})),n.d(t,"debounce",(function(){return ut})),n.d(t,"wrap",(function(){return lt})),n.d(t,"negate",(function(){return ct})),n.d(t,"compose",(function(){return dt})),n.d(t,"after",(function(){return ft})),n.d(t,"before",(function(){return pt})),n.d(t,"once",(function(){return mt})),n.d(t,"findKey",(function(){return ht})),n.d(t,"findIndex",(function(){return gt})),n.d(t,"findLastIndex",(function(){return yt})),n.d(t,"sortedIndex",(function(){return vt})),n.d(t,"indexOf",(function(){return Lt})),n.d(t,"lastIndexOf",(function(){return wt})),n.d(t,"find",(function(){return bt})),n.d(t,"detect",(function(){return bt})),n.d(t,"findWhere",(function(){return Tt})),n.d(t,"each",(function(){return xt})),n.d(t,"forEach",(function(){return xt})),n.d(t,"map",(function(){return kt})),n.d(t,"collect",(function(){return kt})),n.d(t,"reduce",(function(){return Dt})),n.d(t,"foldl",(function(){return Dt})),n.d(t,"inject",(function(){return Dt})),n.d(t,"reduceRight",(function(){return St})),n.d(t,"foldr",(function(){return St})),n.d(t,"filter",(function(){return jt})),n.d(t,"select",(function(){return jt})),n.d(t,"reject",(function(){return At})),n.d(t,"every",(function(){return Et})),n.d(t,"all",(function(){return Et})),n.d(t,"some",(function(){return Ot})),n.d(t,"any",(function(){return Ot})),n.d(t,"contains",(function(){return Pt})),n.d(t,"includes",(function(){return Pt})),n.d(t,"include",(function(){return Pt})),n.d(t,"invoke",(function(){return Ct})),n.d(t,"pluck",(function(){return Ht})),n.d(t,"where",(function(){return Ft})),n.d(t,"max",(function(){return Nt})),n.d(t,"min",(function(){return It})),n.d(t,"shuffle",(function(){return Ut})),n.d(t,"sample",(function(){return Rt})),n.d(t,"sortBy",(function(){return Wt})),n.d(t,"groupBy",(function(){return $t})),n.d(t,"indexBy",(function(){return Bt})),n.d(t,"countBy",(function(){return qt})),n.d(t,"partition",(function(){return Gt})),n.d(t,"toArray",(function(){return Vt})),n.d(t,"size",(function(){return Kt})),n.d(t,"pick",(function(){return Zt})),n.d(t,"omit",(function(){return Qt})),n.d(t,"first",(function(){return tn})),n.d(t,"head",(function(){return tn})),n.d(t,"take",(function(){return tn})),n.d(t,"initial",(function(){return en})),n.d(t,"last",(function(){return rn})),n.d(t,"rest",(function(){return nn})),n.d(t,"tail",(function(){return nn})),n.d(t,"drop",(function(){return nn})),n.d(t,"compact",(function(){return an})),n.d(t,"flatten",(function(){return on})),n.d(t,"without",(function(){return un})),n.d(t,"uniq",(function(){return ln})),n.d(t,"unique",(function(){return ln})),n.d(t,"union",(function(){return cn})),n.d(t,"intersection",(function(){return dn})),n.d(t,"difference",(function(){return sn})),n.d(t,"unzip",(function(){return fn})),n.d(t,"transpose",(function(){return fn})),n.d(t,"zip",(function(){return pn})),n.d(t,"object",(function(){return mn})),n.d(t,"range",(function(){return hn})),n.d(t,"chunk",(function(){return _n})),n.d(t,"mixin",(function(){return yn}));var r={};n.r(r),n.d(r,"VERSION",(function(){return a.e})),n.d(r,"restArguments",(function(){return i})),n.d(r,"isObject",(function(){return o})),n.d(r,"isNull",(function(){return s})),n.d(r,"isUndefined",(function(){return u})),n.d(r,"isBoolean",(function(){return l})),n.d(r,"isElement",(function(){return c})),n.d(r,"isString",(function(){return f})),n.d(r,"isNumber",(function(){return p})),n.d(r,"isDate",(function(){return m})),n.d(r,"isRegExp",(function(){return h})),n.d(r,"isError",(function(){return _})),n.d(r,"isSymbol",(function(){return g})),n.d(r,"isArrayBuffer",(function(){return y})),n.d(r,"isDataView",(function(){return k})),n.d(r,"isArray",(function(){return Y})),n.d(r,"isFunction",(function(){return L})),n.d(r,"isArguments",(function(){return j})),n.d(r,"isFinite",(function(){return A})),n.d(r,"isNaN",(function(){return E})),n.d(r,"isTypedArray",(function(){return I})),n.d(r,"isEmpty",(function(){return z})),n.d(r,"isMatch",(function(){return $})),n.d(r,"isEqual",(function(){return J})),n.d(r,"isMap",(function(){return re})),n.d(r,"isWeakMap",(function(){return ae})),n.d(r,"isSet",(function(){return ie})),n.d(r,"isWeakSet",(function(){return oe})),n.d(r,"keys",(function(){return W})),n.d(r,"allKeys",(function(){return V})),n.d(r,"values",(function(){return se})),n.d(r,"pairs",(function(){return ue})),n.d(r,"invert",(function(){return le})),n.d(r,"functions",(function(){return ce})),n.d(r,"methods",(function(){return ce})),n.d(r,"extend",(function(){return fe})),n.d(r,"extendOwn",(function(){return pe})),n.d(r,"assign",(function(){return pe})),n.d(r,"defaults",(function(){return me})),n.d(r,"create",(function(){return _e})),n.d(r,"clone",(function(){return ge})),n.d(r,"tap",(function(){return ye})),n.d(r,"get",(function(){return we})),n.d(r,"has",(function(){return be})),n.d(r,"mapObject",(function(){return Ae})),n.d(r,"identity",(function(){return Te})),n.d(r,"constant",(function(){return O})),n.d(r,"noop",(function(){return Ee})),n.d(r,"toPath",(function(){return ve})),n.d(r,"property",(function(){return ke})),n.d(r,"propertyOf",(function(){return Oe})),n.d(r,"matcher",(function(){return xe})),n.d(r,"matches",(function(){return xe})),n.d(r,"times",(function(){return Pe})),n.d(r,"random",(function(){return Ce})),n.d(r,"now",(function(){return He})),n.d(r,"escape",(function(){return Ie})),n.d(r,"unescape",(function(){return Re})),n.d(r,"templateSettings",(function(){return Ue})),n.d(r,"template",(function(){return qe})),n.d(r,"result",(function(){return Ge})),n.d(r,"uniqueId",(function(){return Ve})),n.d(r,"chain",(function(){return Ke})),n.d(r,"iteratee",(function(){return Se})),n.d(r,"partial",(function(){return Qe})),n.d(r,"bind",(function(){return et})),n.d(r,"bindAll",(function(){return rt})),n.d(r,"memoize",(function(){return at})),n.d(r,"delay",(function(){return it})),n.d(r,"defer",(function(){return ot})),n.d(r,"throttle",(function(){return st})),n.d(r,"debounce",(function(){return ut})),n.d(r,"wrap",(function(){return lt})),n.d(r,"negate",(function(){return ct})),n.d(r,"compose",(function(){return dt})),n.d(r,"after",(function(){return ft})),n.d(r,"before",(function(){return pt})),n.d(r,"once",(function(){return mt})),n.d(r,"findKey",(function(){return ht})),n.d(r,"findIndex",(function(){return gt})),n.d(r,"findLastIndex",(function(){return yt})),n.d(r,"sortedIndex",(function(){return vt})),n.d(r,"indexOf",(function(){return Lt})),n.d(r,"lastIndexOf",(function(){return wt})),n.d(r,"find",(function(){return bt})),n.d(r,"detect",(function(){return bt})),n.d(r,"findWhere",(function(){return Tt})),n.d(r,"each",(function(){return xt})),n.d(r,"forEach",(function(){return xt})),n.d(r,"map",(function(){return kt})),n.d(r,"collect",(function(){return kt})),n.d(r,"reduce",(function(){return Dt})),n.d(r,"foldl",(function(){return Dt})),n.d(r,"inject",(function(){return Dt})),n.d(r,"reduceRight",(function(){return St})),n.d(r,"foldr",(function(){return St})),n.d(r,"filter",(function(){return jt})),n.d(r,"select",(function(){return jt})),n.d(r,"reject",(function(){return At})),n.d(r,"every",(function(){return Et})),n.d(r,"all",(function(){return Et})),n.d(r,"some",(function(){return Ot})),n.d(r,"any",(function(){return Ot})),n.d(r,"contains",(function(){return Pt})),n.d(r,"includes",(function(){return Pt})),n.d(r,"include",(function(){return Pt})),n.d(r,"invoke",(function(){return Ct})),n.d(r,"pluck",(function(){return Ht})),n.d(r,"where",(function(){return Ft})),n.d(r,"max",(function(){return Nt})),n.d(r,"min",(function(){return It})),n.d(r,"shuffle",(function(){return Ut})),n.d(r,"sample",(function(){return Rt})),n.d(r,"sortBy",(function(){return Wt})),n.d(r,"groupBy",(function(){return $t})),n.d(r,"indexBy",(function(){return Bt})),n.d(r,"countBy",(function(){return qt})),n.d(r,"partition",(function(){return Gt})),n.d(r,"toArray",(function(){return Vt})),n.d(r,"size",(function(){return Kt})),n.d(r,"pick",(function(){return Zt})),n.d(r,"omit",(function(){return Qt})),n.d(r,"first",(function(){return tn})),n.d(r,"head",(function(){return tn})),n.d(r,"take",(function(){return tn})),n.d(r,"initial",(function(){return en})),n.d(r,"last",(function(){return rn})),n.d(r,"rest",(function(){return nn})),n.d(r,"tail",(function(){return nn})),n.d(r,"drop",(function(){return nn})),n.d(r,"compact",(function(){return an})),n.d(r,"flatten",(function(){return on})),n.d(r,"without",(function(){return un})),n.d(r,"uniq",(function(){return ln})),n.d(r,"unique",(function(){return ln})),n.d(r,"union",(function(){return cn})),n.d(r,"intersection",(function(){return dn})),n.d(r,"difference",(function(){return sn})),n.d(r,"unzip",(function(){return fn})),n.d(r,"transpose",(function(){return fn})),n.d(r,"zip",(function(){return pn})),n.d(r,"object",(function(){return mn})),n.d(r,"range",(function(){return hn})),n.d(r,"chunk",(function(){return _n})),n.d(r,"mixin",(function(){return yn})),n.d(r,"default",(function(){return vn}));var a=n(1);function i(e,t){return t=null==t?e.length-1:+t,function(){for(var n=Math.max(arguments.length-t,0),r=Array(n),a=0;a<n;a++)r[a]=arguments[a+t];switch(t){case 0:return e.call(this,r);case 1:return e.call(this,arguments[0],r);case 2:return e.call(this,arguments[0],arguments[1],r)}var i=Array(t+1);for(a=0;a<t;a++)i[a]=arguments[a];return i[t]=r,e.apply(this,i)}}function o(e){var t=typeof e;return"function"===t||"object"===t&&!!e}function s(e){return null===e}function u(e){return void 0===e}function l(e){return!0===e||!1===e||"[object Boolean]"===a.t.call(e)}function c(e){return!(!e||1!==e.nodeType)}function d(e){var t="[object "+e+"]";return function(e){return a.t.call(e)===t}}var f=d("String"),p=d("Number"),m=d("Date"),h=d("RegExp"),_=d("Error"),g=d("Symbol"),y=d("ArrayBuffer"),v=d("Function"),M=a.p.document&&a.p.document.childNodes;"object"!=typeof Int8Array&&"function"!=typeof M&&(v=function(e){return"function"==typeof e||!1});var L=v,w=d("Object"),b=a.s&&w(new DataView(new ArrayBuffer(8))),T="undefined"!=typeof Map&&w(new Map),x=d("DataView");var k=b?function(e){return null!=e&&L(e.getInt8)&&y(e.buffer)}:x,Y=a.k||d("Array");function D(e,t){return null!=e&&a.i.call(e,t)}var S=d("Arguments");!function(){S(arguments)||(S=function(e){return D(e,"callee")})}();var j=S;function A(e){return!g(e)&&Object(a.f)(e)&&!isNaN(parseFloat(e))}function E(e){return p(e)&&Object(a.g)(e)}function O(e){return function(){return e}}function P(e){return function(t){var n=e(t);return"number"==typeof n&&n>=0&&n<=a.b}}function C(e){return function(t){return null==t?void 0:t[e]}}var H=C("byteLength"),F=P(H),N=/\[object ((I|Ui)nt(8|16|32)|Float(32|64)|Uint8Clamped|Big(I|Ui)nt64)Array\]/;var I=a.r?function(e){return a.l?Object(a.l)(e)&&!k(e):F(e)&&N.test(a.t.call(e))}:O(!1),R=C("length");function U(e,t){t=function(e){for(var t={},n=e.length,r=0;r<n;++r)t[e[r]]=!0;return{contains:function(e){return t[e]},push:function(n){return t[n]=!0,e.push(n)}}}(t);var n=a.n.length,r=e.constructor,i=L(r)&&r.prototype||a.c,o="constructor";for(D(e,o)&&!t.contains(o)&&t.push(o);n--;)(o=a.n[n])in e&&e[o]!==i[o]&&!t.contains(o)&&t.push(o)}function W(e){if(!o(e))return[];if(a.m)return Object(a.m)(e);var t=[];for(var n in e)D(e,n)&&t.push(n);return a.h&&U(e,t),t}function z(e){if(null==e)return!0;var t=R(e);return"number"==typeof t&&(Y(e)||f(e)||j(e))?0===t:0===R(W(e))}function $(e,t){var n=W(t),r=n.length;if(null==e)return!r;for(var a=Object(e),i=0;i<r;i++){var o=n[i];if(t[o]!==a[o]||!(o in a))return!1}return!0}function B(e){return e instanceof B?e:this instanceof B?void(this._wrapped=e):new B(e)}function q(e){return new Uint8Array(e.buffer||e,e.byteOffset||0,H(e))}B.VERSION=a.e,B.prototype.value=function(){return this._wrapped},B.prototype.valueOf=B.prototype.toJSON=B.prototype.value,B.prototype.toString=function(){return String(this._wrapped)};function G(e,t,n,r){if(e===t)return 0!==e||1/e==1/t;if(null==e||null==t)return!1;if(e!=e)return t!=t;var i=typeof e;return("function"===i||"object"===i||"object"==typeof t)&&function e(t,n,r,i){t instanceof B&&(t=t._wrapped);n instanceof B&&(n=n._wrapped);var o=a.t.call(t);if(o!==a.t.call(n))return!1;if(b&&"[object Object]"==o&&k(t)){if(!k(n))return!1;o="[object DataView]"}switch(o){case"[object RegExp]":case"[object String]":return""+t==""+n;case"[object Number]":return+t!=+t?+n!=+n:0==+t?1/+t==1/n:+t==+n;case"[object Date]":case"[object Boolean]":return+t==+n;case"[object Symbol]":return a.d.valueOf.call(t)===a.d.valueOf.call(n);case"[object ArrayBuffer]":case"[object DataView]":return e(q(t),q(n),r,i)}var s="[object Array]"===o;if(!s&&I(t)){if(H(t)!==H(n))return!1;if(t.buffer===n.buffer&&t.byteOffset===n.byteOffset)return!0;s=!0}if(!s){if("object"!=typeof t||"object"!=typeof n)return!1;var u=t.constructor,l=n.constructor;if(u!==l&&!(L(u)&&u instanceof u&&L(l)&&l instanceof l)&&"constructor"in t&&"constructor"in n)return!1}i=i||[];var c=(r=r||[]).length;for(;c--;)if(r[c]===t)return i[c]===n;if(r.push(t),i.push(n),s){if((c=t.length)!==n.length)return!1;for(;c--;)if(!G(t[c],n[c],r,i))return!1}else{var d,f=W(t);if(c=f.length,W(n).length!==c)return!1;for(;c--;)if(d=f[c],!D(n,d)||!G(t[d],n[d],r,i))return!1}return r.pop(),i.pop(),!0}(e,t,n,r)}function J(e,t){return G(e,t)}function V(e){if(!o(e))return[];var t=[];for(var n in e)t.push(n);return a.h&&U(e,t),t}function K(e){var t=R(e);return function(n){if(null==n)return!1;var r=V(n);if(R(r))return!1;for(var a=0;a<t;a++)if(!L(n[e[a]]))return!1;return e!==te||!L(n[X])}}var X="forEach",Z=["clear","delete"],Q=["get","has","set"],ee=Z.concat(X,Q),te=Z.concat(Q),ne=["add"].concat(Z,X,"has"),re=T?K(ee):d("Map"),ae=T?K(te):d("WeakMap"),ie=T?K(ne):d("Set"),oe=d("WeakSet");function se(e){for(var t=W(e),n=t.length,r=Array(n),a=0;a<n;a++)r[a]=e[t[a]];return r}function ue(e){for(var t=W(e),n=t.length,r=Array(n),a=0;a<n;a++)r[a]=[t[a],e[t[a]]];return r}function le(e){for(var t={},n=W(e),r=0,a=n.length;r<a;r++)t[e[n[r]]]=n[r];return t}function ce(e){var t=[];for(var n in e)L(e[n])&&t.push(n);return t.sort()}function de(e,t){return function(n){var r=arguments.length;if(t&&(n=Object(n)),r<2||null==n)return n;for(var a=1;a<r;a++)for(var i=arguments[a],o=e(i),s=o.length,u=0;u<s;u++){var l=o[u];t&&void 0!==n[l]||(n[l]=i[l])}return n}}var fe=de(V),pe=de(W),me=de(V,!0);function he(e){if(!o(e))return{};if(a.j)return Object(a.j)(e);var t=function(){};t.prototype=e;var n=new t;return t.prototype=null,n}function _e(e,t){var n=he(e);return t&&pe(n,t),n}function ge(e){return o(e)?Y(e)?e.slice():fe({},e):e}function ye(e,t){return t(e),e}function ve(e){return Y(e)?e:[e]}function Me(e){return B.toPath(e)}function Le(e,t){for(var n=t.length,r=0;r<n;r++){if(null==e)return;e=e[t[r]]}return n?e:void 0}function we(e,t,n){var r=Le(e,Me(t));return u(r)?n:r}function be(e,t){for(var n=(t=Me(t)).length,r=0;r<n;r++){var a=t[r];if(!D(e,a))return!1;e=e[a]}return!!n}function Te(e){return e}function xe(e){return e=pe({},e),function(t){return $(t,e)}}function ke(e){return e=Me(e),function(t){return Le(t,e)}}function Ye(e,t,n){if(void 0===t)return e;switch(null==n?3:n){case 1:return function(n){return e.call(t,n)};case 3:return function(n,r,a){return e.call(t,n,r,a)};case 4:return function(n,r,a,i){return e.call(t,n,r,a,i)}}return function(){return e.apply(t,arguments)}}function De(e,t,n){return null==e?Te:L(e)?Ye(e,t,n):o(e)&&!Y(e)?xe(e):ke(e)}function Se(e,t){return De(e,t,1/0)}function je(e,t,n){return B.iteratee!==Se?B.iteratee(e,t):De(e,t,n)}function Ae(e,t,n){t=je(t,n);for(var r=W(e),a=r.length,i={},o=0;o<a;o++){var s=r[o];i[s]=t(e[s],s,e)}return i}function Ee(){}function Oe(e){return null==e?Ee:function(t){return we(e,t)}}function Pe(e,t,n){var r=Array(Math.max(0,e));t=Ye(t,n,1);for(var a=0;a<e;a++)r[a]=t(a);return r}function Ce(e,t){return null==t&&(t=e,e=0),e+Math.floor(Math.random()*(t-e+1))}B.toPath=ve,B.iteratee=Se;var He=Date.now||function(){return(new Date).getTime()};function Fe(e){var t=function(t){return e[t]},n="(?:"+W(e).join("|")+")",r=RegExp(n),a=RegExp(n,"g");return function(e){return e=null==e?"":""+e,r.test(e)?e.replace(a,t):e}}var Ne={"&":"&amp;","<":"&lt;",">":"&gt;",'"':"&quot;","'":"&#x27;","`":"&#x60;"},Ie=Fe(Ne),Re=Fe(le(Ne)),Ue=B.templateSettings={evaluate:/<%([\s\S]+?)%>/g,interpolate:/<%=([\s\S]+?)%>/g,escape:/<%-([\s\S]+?)%>/g},We=/(.)^/,ze={"'":"'","\\":"\\","\r":"r","\n":"n","\u2028":"u2028","\u2029":"u2029"},$e=/\\|'|\r|\n|\u2028|\u2029/g;function Be(e){return"\\"+ze[e]}function qe(e,t,n){!t&&n&&(t=n),t=me({},t,B.templateSettings);var r,a=RegExp([(t.escape||We).source,(t.interpolate||We).source,(t.evaluate||We).source].join("|")+"|$","g"),i=0,o="__p+='";e.replace(a,(function(t,n,r,a,s){return o+=e.slice(i,s).replace($e,Be),i=s+t.length,n?o+="'+\n((__t=("+n+"))==null?'':_.escape(__t))+\n'":r?o+="'+\n((__t=("+r+"))==null?'':__t)+\n'":a&&(o+="';\n"+a+"\n__p+='"),t})),o+="';\n",t.variable||(o="with(obj||{}){\n"+o+"}\n"),o="var __t,__p='',__j=Array.prototype.join,print=function(){__p+=__j.call(arguments,'');};\n"+o+"return __p;\n";try{r=new Function(t.variable||"obj","_",o)}catch(e){throw e.source=o,e}var s=function(e){return r.call(this,e,B)},u=t.variable||"obj";return s.source="function("+u+"){\n"+o+"}",s}function Ge(e,t,n){var r=(t=Me(t)).length;if(!r)return L(n)?n.call(e):n;for(var a=0;a<r;a++){var i=null==e?void 0:e[t[a]];void 0===i&&(i=n,a=r),e=L(i)?i.call(e):i}return e}var Je=0;function Ve(e){var t=++Je+"";return e?e+t:t}function Ke(e){var t=B(e);return t._chain=!0,t}function Xe(e,t,n,r,a){if(!(r instanceof t))return e.apply(n,a);var i=he(e.prototype),s=e.apply(i,a);return o(s)?s:i}var Ze=i((function(e,t){var n=Ze.placeholder,r=function(){for(var a=0,i=t.length,o=Array(i),s=0;s<i;s++)o[s]=t[s]===n?arguments[a++]:t[s];for(;a<arguments.length;)o.push(arguments[a++]);return Xe(e,r,this,this,o)};return r}));Ze.placeholder=B;var Qe=Ze,et=i((function(e,t,n){if(!L(e))throw new TypeError("Bind must be called on a function");var r=i((function(a){return Xe(e,r,t,this,n.concat(a))}));return r})),tt=P(R);function nt(e,t,n,r){if(r=r||[],t||0===t){if(t<=0)return r.concat(e)}else t=1/0;for(var a=r.length,i=0,o=R(e);i<o;i++){var s=e[i];if(tt(s)&&(Y(s)||j(s)))if(t>1)nt(s,t-1,n,r),a=r.length;else for(var u=0,l=s.length;u<l;)r[a++]=s[u++];else n||(r[a++]=s)}return r}var rt=i((function(e,t){var n=(t=nt(t,!1,!1)).length;if(n<1)throw new Error("bindAll must be passed function names");for(;n--;){var r=t[n];e[r]=et(e[r],e)}return e}));function at(e,t){var n=function(r){var a=n.cache,i=""+(t?t.apply(this,arguments):r);return D(a,i)||(a[i]=e.apply(this,arguments)),a[i]};return n.cache={},n}var it=i((function(e,t,n){return setTimeout((function(){return e.apply(null,n)}),t)})),ot=Qe(it,B,1);function st(e,t,n){var r,a,i,o,s=0;n||(n={});var u=function(){s=!1===n.leading?0:He(),r=null,o=e.apply(a,i),r||(a=i=null)},l=function(){var l=He();s||!1!==n.leading||(s=l);var c=t-(l-s);return a=this,i=arguments,c<=0||c>t?(r&&(clearTimeout(r),r=null),s=l,o=e.apply(a,i),r||(a=i=null)):r||!1===n.trailing||(r=setTimeout(u,c)),o};return l.cancel=function(){clearTimeout(r),s=0,r=a=i=null},l}function ut(e,t,n){var r,a,o=function(t,n){r=null,n&&(a=e.apply(t,n))},s=i((function(i){if(r&&clearTimeout(r),n){var s=!r;r=setTimeout(o,t),s&&(a=e.apply(this,i))}else r=it(o,t,this,i);return a}));return s.cancel=function(){clearTimeout(r),r=null},s}function lt(e,t){return Qe(t,e)}function ct(e){return function(){return!e.apply(this,arguments)}}function dt(){var e=arguments,t=e.length-1;return function(){for(var n=t,r=e[t].apply(this,arguments);n--;)r=e[n].call(this,r);return r}}function ft(e,t){return function(){if(--e<1)return t.apply(this,arguments)}}function pt(e,t){var n;return function(){return--e>0&&(n=t.apply(this,arguments)),e<=1&&(t=null),n}}var mt=Qe(pt,2);function ht(e,t,n){t=je(t,n);for(var r,a=W(e),i=0,o=a.length;i<o;i++)if(t(e[r=a[i]],r,e))return r}function _t(e){return function(t,n,r){n=je(n,r);for(var a=R(t),i=e>0?0:a-1;i>=0&&i<a;i+=e)if(n(t[i],i,t))return i;return-1}}var gt=_t(1),yt=_t(-1);function vt(e,t,n,r){for(var a=(n=je(n,r,1))(t),i=0,o=R(e);i<o;){var s=Math.floor((i+o)/2);n(e[s])<a?i=s+1:o=s}return i}function Mt(e,t,n){return function(r,i,o){var s=0,u=R(r);if("number"==typeof o)e>0?s=o>=0?o:Math.max(o+u,s):u=o>=0?Math.min(o+1,u):o+u+1;else if(n&&o&&u)return r[o=n(r,i)]===i?o:-1;if(i!=i)return(o=t(a.q.call(r,s,u),E))>=0?o+s:-1;for(o=e>0?s:u-1;o>=0&&o<u;o+=e)if(r[o]===i)return o;return-1}}var Lt=Mt(1,gt,vt),wt=Mt(-1,yt);function bt(e,t,n){var r=(tt(e)?gt:ht)(e,t,n);if(void 0!==r&&-1!==r)return e[r]}function Tt(e,t){return bt(e,xe(t))}function xt(e,t,n){var r,a;if(t=Ye(t,n),tt(e))for(r=0,a=e.length;r<a;r++)t(e[r],r,e);else{var i=W(e);for(r=0,a=i.length;r<a;r++)t(e[i[r]],i[r],e)}return e}function kt(e,t,n){t=je(t,n);for(var r=!tt(e)&&W(e),a=(r||e).length,i=Array(a),o=0;o<a;o++){var s=r?r[o]:o;i[o]=t(e[s],s,e)}return i}function Yt(e){var t=function(t,n,r,a){var i=!tt(t)&&W(t),o=(i||t).length,s=e>0?0:o-1;for(a||(r=t[i?i[s]:s],s+=e);s>=0&&s<o;s+=e){var u=i?i[s]:s;r=n(r,t[u],u,t)}return r};return function(e,n,r,a){var i=arguments.length>=3;return t(e,Ye(n,a,4),r,i)}}var Dt=Yt(1),St=Yt(-1);function jt(e,t,n){var r=[];return t=je(t,n),xt(e,(function(e,n,a){t(e,n,a)&&r.push(e)})),r}function At(e,t,n){return jt(e,ct(je(t)),n)}function Et(e,t,n){t=je(t,n);for(var r=!tt(e)&&W(e),a=(r||e).length,i=0;i<a;i++){var o=r?r[i]:i;if(!t(e[o],o,e))return!1}return!0}function Ot(e,t,n){t=je(t,n);for(var r=!tt(e)&&W(e),a=(r||e).length,i=0;i<a;i++){var o=r?r[i]:i;if(t(e[o],o,e))return!0}return!1}function Pt(e,t,n,r){return tt(e)||(e=se(e)),("number"!=typeof n||r)&&(n=0),Lt(e,t,n)>=0}var Ct=i((function(e,t,n){var r,a;return L(t)?a=t:(t=Me(t),r=t.slice(0,-1),t=t[t.length-1]),kt(e,(function(e){var i=a;if(!i){if(r&&r.length&&(e=Le(e,r)),null==e)return;i=e[t]}return null==i?i:i.apply(e,n)}))}));function Ht(e,t){return kt(e,ke(t))}function Ft(e,t){return jt(e,xe(t))}function Nt(e,t,n){var r,a,i=-1/0,o=-1/0;if(null==t||"number"==typeof t&&"object"!=typeof e[0]&&null!=e)for(var s=0,u=(e=tt(e)?e:se(e)).length;s<u;s++)null!=(r=e[s])&&r>i&&(i=r);else t=je(t,n),xt(e,(function(e,n,r){((a=t(e,n,r))>o||a===-1/0&&i===-1/0)&&(i=e,o=a)}));return i}function It(e,t,n){var r,a,i=1/0,o=1/0;if(null==t||"number"==typeof t&&"object"!=typeof e[0]&&null!=e)for(var s=0,u=(e=tt(e)?e:se(e)).length;s<u;s++)null!=(r=e[s])&&r<i&&(i=r);else t=je(t,n),xt(e,(function(e,n,r){((a=t(e,n,r))<o||a===1/0&&i===1/0)&&(i=e,o=a)}));return i}function Rt(e,t,n){if(null==t||n)return tt(e)||(e=se(e)),e[Ce(e.length-1)];var r=tt(e)?ge(e):se(e),a=R(r);t=Math.max(Math.min(t,a),0);for(var i=a-1,o=0;o<t;o++){var s=Ce(o,i),u=r[o];r[o]=r[s],r[s]=u}return r.slice(0,t)}function Ut(e){return Rt(e,1/0)}function Wt(e,t,n){var r=0;return t=je(t,n),Ht(kt(e,(function(e,n,a){return{value:e,index:r++,criteria:t(e,n,a)}})).sort((function(e,t){var n=e.criteria,r=t.criteria;if(n!==r){if(n>r||void 0===n)return 1;if(n<r||void 0===r)return-1}return e.index-t.index})),"value")}function zt(e,t){return function(n,r,a){var i=t?[[],[]]:{};return r=je(r,a),xt(n,(function(t,a){var o=r(t,a,n);e(i,t,o)})),i}}var $t=zt((function(e,t,n){D(e,n)?e[n].push(t):e[n]=[t]})),Bt=zt((function(e,t,n){e[n]=t})),qt=zt((function(e,t,n){D(e,n)?e[n]++:e[n]=1})),Gt=zt((function(e,t,n){e[n?0:1].push(t)}),!0),Jt=/[^\ud800-\udfff]|[\ud800-\udbff][\udc00-\udfff]|[\ud800-\udfff]/g;function Vt(e){return e?Y(e)?a.q.call(e):f(e)?e.match(Jt):tt(e)?kt(e,Te):se(e):[]}function Kt(e){return null==e?0:tt(e)?e.length:W(e).length}function Xt(e,t,n){return t in n}var Zt=i((function(e,t){var n={},r=t[0];if(null==e)return n;L(r)?(t.length>1&&(r=Ye(r,t[1])),t=V(e)):(r=Xt,t=nt(t,!1,!1),e=Object(e));for(var a=0,i=t.length;a<i;a++){var o=t[a],s=e[o];r(s,o,e)&&(n[o]=s)}return n})),Qt=i((function(e,t){var n,r=t[0];return L(r)?(r=ct(r),t.length>1&&(n=t[1])):(t=kt(nt(t,!1,!1),String),r=function(e,n){return!Pt(t,n)}),Zt(e,r,n)}));function en(e,t,n){return a.q.call(e,0,Math.max(0,e.length-(null==t||n?1:t)))}function tn(e,t,n){return null==e||e.length<1?null==t||n?void 0:[]:null==t||n?e[0]:en(e,e.length-t)}function nn(e,t,n){return a.q.call(e,null==t||n?1:t)}function rn(e,t,n){return null==e||e.length<1?null==t||n?void 0:[]:null==t||n?e[e.length-1]:nn(e,Math.max(0,e.length-t))}function an(e){return jt(e,Boolean)}function on(e,t){return nt(e,t,!1)}var sn=i((function(e,t){return t=nt(t,!0,!0),jt(e,(function(e){return!Pt(t,e)}))})),un=i((function(e,t){return sn(e,t)}));function ln(e,t,n,r){l(t)||(r=n,n=t,t=!1),null!=n&&(n=je(n,r));for(var a=[],i=[],o=0,s=R(e);o<s;o++){var u=e[o],c=n?n(u,o,e):u;t&&!n?(o&&i===c||a.push(u),i=c):n?Pt(i,c)||(i.push(c),a.push(u)):Pt(a,u)||a.push(u)}return a}var cn=i((function(e){return ln(nt(e,!0,!0))}));function dn(e){for(var t=[],n=arguments.length,r=0,a=R(e);r<a;r++){var i=e[r];if(!Pt(t,i)){var o;for(o=1;o<n&&Pt(arguments[o],i);o++);o===n&&t.push(i)}}return t}function fn(e){for(var t=e&&Nt(e,R).length||0,n=Array(t),r=0;r<t;r++)n[r]=Ht(e,r);return n}var pn=i(fn);function mn(e,t){for(var n={},r=0,a=R(e);r<a;r++)t?n[e[r]]=t[r]:n[e[r][0]]=e[r][1];return n}function hn(e,t,n){null==t&&(t=e||0,e=0),n||(n=t<e?-1:1);for(var r=Math.max(Math.ceil((t-e)/n),0),a=Array(r),i=0;i<r;i++,e+=n)a[i]=e;return a}function _n(e,t){if(null==t||t<1)return[];for(var n=[],r=0,i=e.length;r<i;)n.push(a.q.call(e,r,r+=t));return n}function gn(e,t){return e._chain?B(t).chain():t}function yn(e){return xt(ce(e),(function(t){var n=B[t]=e[t];B.prototype[t]=function(){var e=[this._wrapped];return a.o.apply(e,arguments),gn(this,n.apply(B,e))}})),B}xt(["pop","push","reverse","shift","sort","splice","unshift"],(function(e){var t=a.a[e];B.prototype[e]=function(){var n=this._wrapped;return null!=n&&(t.apply(n,arguments),"shift"!==e&&"splice"!==e||0!==n.length||delete n[0]),gn(this,n)}})),xt(["concat","join","slice"],(function(e){var t=a.a[e];B.prototype[e]=function(){var e=this._wrapped;return null!=e&&(e=t.apply(e,arguments)),gn(this,e)}}));var vn=B,Mn=yn(r);Mn._=Mn;var Ln=Mn},function(e,r,a){"use strict";var i=a(41),o=a(0),s=a.n(o),u=a(12);
+/**
+ * @copyright 2019 Christoph Wurst <christoph@winzerhof-wurst.at>
+ *
+ * @author Christoph Wurst <christoph@winzerhof-wurst.at>
+ * @author John Molakvoæ <skjnldsv@protonmail.com>
+ * @author Roeland Jago Douma <roeland@famdouma.nl>
+ *
+ * @license GNU AGPL version 3 or any later version
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Affero General Public License as
+ * published by the Free Software Foundation, either version 3 of the
+ * License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Affero General Public License for more details.
+ *
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ *
+ */
+const l={},c=[];var d=a(6),f=a(42),p={updatableNotification:null,getDefaultNotificationFunction:null,setDefault(e){this.getDefaultNotificationFunction=e},hide(e,t){d.default.isFunction(e)&&(t=e,e=void 0),e?(e.each((function(){s()(this)[0].toastify?s()(this)[0].toastify.hideToast():console.error("cannot hide toast because object is not set"),this===this.updatableNotification&&(this.updatableNotification=null)})),t&&t.call(),this.getDefaultNotificationFunction&&this.getDefaultNotificationFunction()):console.error("Missing argument $row in OC.Notification.hide() call, caller needs to be adjusted to only dismiss its own notification")},showHtml(e,t){(t=t||{}).isHTML=!0,t.timeout=t.timeout?t.timeout:f.b;const n=Object(f.e)(e,t);return n.toastElement.toastify=n,s()(n.toastElement)},show(e,t){(t=t||{}).timeout=t.timeout?t.timeout:f.b;const n=Object(f.e)(function(e){return e.toString().split("&").join("&amp;").split("<").join("&lt;").split(">").join("&gt;").split('"').join("&quot;").split("'").join("&#039;")}(e),t);return n.toastElement.toastify=n,s()(n.toastElement)},showUpdate(e){return this.updatableNotification&&this.updatableNotification.hideToast(),this.updatableNotification=Object(f.e)(e,{timeout:f.b}),this.updatableNotification.toastElement.toastify=this.updatableNotification,s()(this.updatableNotification.toastElement)},showTemporary(e,t){(t=t||{}).timeout=t.timeout||f.a;const n=Object(f.e)(e,t);return n.toastElement.toastify=n,s()(n.toastElement)},isHidden:()=>!s()("#content").find(".toastify").length};
+/**
+ * @copyright 2019 Christoph Wurst <christoph@winzerhof-wurst.at>
+ *
+ * @author Christoph Wurst <christoph@winzerhof-wurst.at>
+ * @author John Molakvoæ <skjnldsv@protonmail.com>
+ *
+ * @license GNU AGPL version 3 or any later version
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Affero General Public License as
+ * published by the Free Software Foundation, either version 3 of the
+ * License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Affero General Public License for more details.
+ *
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ *
+ */
+const m=d.default.throttle(()=>{p.showTemporary(t("core","Connection to server lost"))},7e3,{trailing:!1});var h=a(229),_=a(101);
+/**
+ * @copyright Copyright (c) 2016 Joas Schilling <coding@schilljs.com>
+ *
+ * @author Christoph Wurst <christoph@winzerhof-wurst.at>
+ * @author Joas Schilling <coding@schilljs.com>
+ * @author John Molakvoæ <skjnldsv@protonmail.com>
+ * @author Jörn Friedrich Dreyer <jfd@butonic.de>
+ * @author Robin Appelman <robin@icewind.nl>
+ * @author Vincent Petry <vincent@nextcloud.com>
+ *
+ * @license GNU AGPL version 3 or any later version
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Affero General Public License as
+ * published by the Free Software Foundation, either version 3 of the
+ * License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Affero General Public License for more details.
+ *
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ *
+ */
+const g=window.oc_appconfig||{},y={getValue:function(e,t,n,r){Object(_.getValue)(e,t,n,{success:r})},setValue:function(e,t,n){Object(_.setValue)(e,t,n)},getApps:function(e){Object(_.getApps)({success:e})},getKeys:function(e,t){Object(_.getKeys)(e,{success:t})},deleteKey:function(e,t){Object(_.deleteKey)(e,t)}};var v=void 0!==window._oc_appswebroots&&window._oc_appswebroots,M=a(71),L=a.n(M),w=a(230);
+/**
+ * Copyright (c) 2015
+ *
+ * @author Christoph Wurst <christoph@winzerhof-wurst.at>
+ * @author John Molakvoæ <skjnldsv@protonmail.com>
+ * @author Julius Härtl <jus@bitgrid.net>
+ *
+ * @license GNU AGPL version 3 or any later version
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Affero General Public License as
+ * published by the Free Software Foundation, either version 3 of the
+ * License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Affero General Public License for more details.
+ *
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ *
+ */
+const b={create:"POST",update:"PROPPATCH",patch:"PROPPATCH",delete:"DELETE",read:"PROPFIND"};function T(e,t){if(d.default.isArray(e))return d.default.map(e,(function(e){return T(e,t)}));var n={href:e.href};return d.default.each(e.propStat,(function(e){if("HTTP/1.1 200 OK"===e.status)for(var r in e.properties){var a=r;r in t&&(a=t[r]),n[a]=e.properties[r]}})),n.id||(n.id=x(n.href)),n}function x(e){var t=e.indexOf("?");t>0&&(e=e.substr(0,t));var n,r=e.split("/");do{n=r[r.length-1],r.pop()}while(!n&&r.length>0);return n}function k(e){return e>=200&&e<=299}function Y(e,t,n,r){return e.propPatch(t.url,function(e,t){var n,r={};for(n in e){var a=t[n],i=e[n];a||(console.warn('No matching DAV property for property "'+n),a=n),(d.default.isBoolean(i)||d.default.isNumber(i))&&(i=""+i),r[a]=i}return r}(n.changed,t.davProperties),r).then((function(e){k(e.status)?d.default.isFunction(t.success)&&t.success(n.toJSON()):d.default.isFunction(t.error)&&t.error(e)}))}const D=L.a.noConflict();var S;
+/**
+ * @copyright 2019 Christoph Wurst <christoph@winzerhof-wurst.at>
+ *
+ * @author Christoph Wurst <christoph@winzerhof-wurst.at>
+ * @author John Molakvoæ <skjnldsv@protonmail.com>
+ *
+ * @license GNU AGPL version 3 or any later version
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Affero General Public License as
+ * published by the Free Software Foundation, either version 3 of the
+ * License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Affero General Public License for more details.
+ *
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ *
+ */Object.assign(D,{davCall:(e,t)=>{var n=new w.dav.Client({baseUrl:e.url,xmlNamespaces:d.default.extend({"DAV:":"d","http://owncloud.org/ns":"oc"},e.xmlNamespaces||{})});n.resolveUrl=function(){return e.url};var r=d.default.extend({"X-Requested-With":"XMLHttpRequest",requesttoken:OC.requestToken},e.headers);return"PROPFIND"===e.type?function(e,t,n,r){return e.propFind(t.url,d.default.values(t.davProperties)||[],t.depth,r).then((function(e){if(k(e.status)){if(d.default.isFunction(t.success)){var n=d.default.invert(t.davProperties),r=T(e.body,n);t.depth>0&&r.shift(),t.success(r)}}else d.default.isFunction(t.error)&&t.error(e)}))}(n,e,0,r):"PROPPATCH"===e.type?Y(n,e,t,r):"MKCOL"===e.type?function(e,t,n,r){return e.request(t.type,t.url,r,null).then((function(a){k(a.status)?Y(e,t,n,r):d.default.isFunction(t.error)&&t.error(a)}))}(n,e,t,r):function(e,t,n,r){return r["Content-Type"]="application/json",e.request(t.type,t.url,r,t.data).then((function(e){if(k(e.status)){if(d.default.isFunction(t.success)){if("PUT"===t.type||"POST"===t.type||"MKCOL"===t.type){var r=e.body||n.toJSON(),a=e.xhr.getResponseHeader("Content-Location");return"POST"===t.type&&a&&(r.id=x(a)),void t.success(r)}if(207===e.status){var i=d.default.invert(t.davProperties);t.success(T(e.body,i))}else t.success(e.body)}}else d.default.isFunction(t.error)&&t.error(e)}))}(n,e,t,r)},davSync:(S=D,(e,t,n)=>{var r={type:b[e]||e},a=t instanceof S.Collection;if("update"===e&&(t.hasInnerCollection?r.type="MKCOL":(t.usePUT||t.collection&&t.collection.usePUT)&&(r.type="PUT")),n.url||(r.url=d.default.result(t,"url")||function(){throw new Error('A "url" property or function must be specified')}()),null!=n.data||!t||"create"!==e&&"update"!==e&&"patch"!==e||(r.data=JSON.stringify(n.attrs||t.toJSON(n))),"PROPFIND"!==r.type&&(r.processData=!1),"PROPFIND"===r.type||"PROPPATCH"===r.type){var i=t.davProperties;!i&&t.model&&(i=t.model.prototype.davProperties),i&&(d.default.isFunction(i)?r.davProperties=i.call(t):r.davProperties=i),r.davProperties=d.default.extend(r.davProperties||{},n.davProperties),d.default.isUndefined(n.depth)&&(n.depth=a?1:0)}var o=n.error;n.error=function(e,t,r){n.textStatus=t,n.errorThrown=r,o&&o.call(n.context,e,t,r)};var s=n.xhr=S.davCall(d.default.extend(r,n),t);return t.trigger("request",t,s,n),s})});var j=D,A=a(120);var E=window._oc_config||{};
+/**
+ * @copyright 2019 Christoph Wurst <christoph@winzerhof-wurst.at>
+ *
+ * @author Christoph Wurst <christoph@winzerhof-wurst.at>
+ * @author John Molakvoæ <skjnldsv@protonmail.com>
+ *
+ * @license GNU AGPL version 3 or any later version
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Affero General Public License as
+ * published by the Free Software Foundation, either version 3 of the
+ * License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Affero General Public License for more details.
+ *
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ *
+ */var O=a(477);
+/**
+ * @copyright 2019 Christoph Wurst <christoph@winzerhof-wurst.at>
+ *
+ * @author Christoph Wurst <christoph@winzerhof-wurst.at>
+ * @author Joas Schilling <coding@schilljs.com>
+ *
+ * @license GNU AGPL version 3 or any later version
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Affero General Public License as
+ * published by the Free Software Foundation, either version 3 of the
+ * License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Affero General Public License for more details.
+ *
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ *
+ */const P=document.getElementsByTagName("head")[0].getAttribute("data-user"),C=document.getElementsByTagName("head")[0].getAttribute("data-user-displayname"),H=void 0!==P&&P;var F=a(119);
+/**
* @copyright 2019 Christoph Wurst <christoph@winzerhof-wurst.at>
* @copyright Copyright (c) 2019 Gary Kim <gary@garykim.dev>
*
- * @author 2019 Christoph Wurst <christoph@winzerhof-wurst.at>
+ * @author Bartek Przybylski <bart.p.pl@gmail.com>
+ * @author Christopher Schäpers <kondou@ts.unde.re>
+ * @author Christoph Wurst <christoph@winzerhof-wurst.at>
+ * @author Daniel Calviño Sánchez <danxuliu@gmail.com>
+ * @author Daniel Kesselberg <mail@danielkesselberg.de>
+ * @author Florian Schunk <florian.schunk@rwth-aachen.de>
* @author Gary Kim <gary@garykim.dev>
+ * @author Hendrik Leppelsack <hendrik@leppelsack.de>
+ * @author Jan-Christoph Borchardt <hey@jancborchardt.net>
+ * @author Joas Schilling <coding@schilljs.com>
+ * @author John Molakvoæ <skjnldsv@protonmail.com>
+ * @author Jörn Friedrich Dreyer <jfd@butonic.de>
+ * @author Julius Härtl <jus@bitgrid.net>
+ * @author Loïc Hermann <loic.hermann@sciam.fr>
+ * @author Morris Jobke <hey@morrisjobke.de>
+ * @author Olivier Paroz <github@oparoz.com>
+ * @author Robin Appelman <robin@icewind.nl>
+ * @author Roeland Jago Douma <roeland@famdouma.nl>
+ * @author Sujith Haridasan <Sujith_Haridasan@mentor.com>
+ * @author Thomas Citharel <nextcloud@tcit.fr>
+ * @author Thomas Müller <thomas.mueller@tmit.eu>
+ * @author Thomas Tanghus <thomas@tanghus.net>
+ * @author Vincent Petry <vincent@nextcloud.com>
*
* @license GNU AGPL version 3 or any later version
*
@@ -43,12 +230,42 @@ function(e){var t,n,r,i,a,o,s,u,c,l,d,f,h,p,m,_,y,v,g,M="sizzle"+1*new Date,L=e.
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see <http://www.gnu.org/licenses/>.
- */var $={YES_NO_BUTTONS:70,OK_BUTTONS:71,FILEPICKER_TYPE_CHOOSE:1,FILEPICKER_TYPE_MOVE:2,FILEPICKER_TYPE_COPY:3,FILEPICKER_TYPE_COPY_MOVE:4,FILEPICKER_TYPE_CUSTOM:5,dialogsCounter:0,alert:function(e,t,n,r){this.message(e,t,"alert",$.OK_BUTTON,n,r)},info:function(e,t,n,r){this.message(e,t,"info",$.OK_BUTTON,n,r)},confirm:function(e,t,n,r){return this.message(e,t,"notice",$.YES_NO_BUTTONS,n,r)},confirmDestructive:function(e,t,n,r,i){return this.message(e,t,"none",n,r,i)},confirmHtml:function(e,t,n,r){return this.message(e,t,"notice",$.YES_NO_BUTTONS,n,r,!0)},prompt:function(e,n,r,i,a,o){return s.a.when(this._getMessageTemplate()).then((function(u){var c="oc-dialog-"+$.dialogsCounter+"-content",l="#"+c,f=u.octemplate({dialog_name:c,title:n,message:e,type:"notice"}),h=s()("<input/>");h.attr("type",o?"password":"text").attr("id",c+"-input").attr("placeholder",a);var p=s()("<label/>").attr("for",c+"-input").text(a+": ");f.append(p),f.append(h),void 0===i&&(i=!1),s()("body").append(f),void 0!==r&&(r=d.a.once(r));var m=[{text:t("core","No"),click:function(){void 0!==r&&r(!1,h.val()),s()(l).ocdialog("close")}},{text:t("core","Yes"),click:function(){void 0!==r&&r(!0,h.val()),s()(l).ocdialog("close")},defaultButton:!0}];s()(l).ocdialog({closeOnEscape:!0,modal:i,buttons:m,close:function(){void 0!==r&&r(!1,h.val())}}),h.focus(),$.dialogsCounter++}))},filepicker:function(e,n,r,i,a,o,u,c){var l=this;if(this.filepicker.sortField="name",this.filepicker.sortOrder="asc",!this.filepicker.loading){void 0===o&&(o=this.FILEPICKER_TYPE_CHOOSE);var f=t("core","No files in here"),h=t("files","New folder");o!==this.FILEPICKER_TYPE_COPY&&o!==this.FILEPICKER_TYPE_MOVE&&o!==this.FILEPICKER_TYPE_COPY_MOVE||(f=t("core","No more subfolders in here")),this.filepicker.loading=!0,this.filepicker.filesClient=F.a.Sharing&&F.a.Sharing.PublicApp&&F.a.Sharing.PublicApp.fileList?F.a.Sharing.PublicApp.fileList.filesClient:pe.Files.getClient(),this.filelist=null,u=u||"",c=Object.assign({allowDirectoryChooser:!1},c),s.a.when(this._getFilePickerTemplate()).then((function(p){l.filepicker.loading=!1;l.$filePicker&&l.$filePicker.ocdialog("close"),null==i&&(i=[]),"string"==typeof i&&(i=[i]),l.$filePicker=p.octemplate({dialog_name:"oc-dialog-filepicker-content",title:e,emptytext:f,newtext:h,nameCol:t("core","Name"),sizeCol:t("core","Size"),modifiedCol:t("core","Modified")}).data("path",u).data("multiselect",r).data("mimetype",i).data("allowDirectoryChooser",c.allowDirectoryChooser),void 0===a&&(a=!1),void 0===r&&(r=!1),pe.Util.isIE()&&(l.$filePicker.find("#picker-view-toggle").remove(),l.$filePicker.find("#picker-filestable").removeClass("view-grid")),s()("body").append(l.$filePicker),l.$showGridView=s()("input#picker-showgridview"),l.$showGridView.on("change",d.a.bind(l._onGridviewChange,l)),pe.Util.isIE()||l._getGridSettings();var m=l.$filePicker.find(".actions.creatable .button-add");o!==l.FILEPICKER_TYPE_CHOOSE||c.allowDirectoryChooser||m.hide(),m.on("focus",(function(){l.$filePicker.ocdialog("setEnterCallback",(function(){event.stopImmediatePropagation(),event.preventDefault(),m.click()}))})),m.on("blur",(function(){l.$filePicker.ocdialog("unsetEnterCallback")})),pe.registerMenu(m,l.$filePicker.find(".menu"),(function(){y.focus(),l.$filePicker.ocdialog("setEnterCallback",(function(){event.stopImmediatePropagation(),event.preventDefault(),l.$filePicker.submit()}));var e=y.val(),t=e.lastIndexOf(".");-1===t&&(t=e.length),y.selectRange(0,t)}));var _=l.$filePicker.find(".filenameform"),y=_.find("input[type='text']");_.find("input[type='submit']").on("click",(function(e){e.stopImmediatePropagation(),e.preventDefault(),_.submit()}));var v=function(){var e=y.val();try{if(function(e){var n=e.trim();if("."===n||".."===n)throw t("files",'"{name}" is an invalid file name.',{name:e});if(0===n.length)throw t("files","File name cannot be empty.");if(-1!==n.indexOf("/"))throw t("files",'"/" is not allowed inside a file name.');if(n.match(pe.config.blacklist_files_regex))throw t("files",'"{name}" is not an allowed filetype',{name:e});return!0}(e)){if(l.filelist.find((function(e){return e.name===this}),e))throw t("files","{newName} already exists",{newName:e},void 0,{escape:!1});return!0}}catch(e){y.attr("title",e),y.tooltip({placement:"right",trigger:"manual",container:".newFolderMenu"}),y.tooltip("fixTitle"),y.tooltip("show"),y.addClass("error")}return!1};_.on("submit",(function(e){if(e.stopPropagation(),e.preventDefault(),v()){var t=y.val();l.filepicker.filesClient.createDirectory(l.$filePicker.data("path")+"/"+t).always((function(e){l._fillFilePicker(l.$filePicker.data("path")+"/"+t)})),pe.hideMenus(),l.$filePicker.ocdialog("unsetEnterCallback"),l.$filePicker.click(),y.val(h)}})),y.keypress((function(e){13!==e.keyCode&&13!==e.which||(e.stopImmediatePropagation(),e.preventDefault(),_.submit())})),l.$filePicker.ready((function(){l.$fileListHeader=l.$filePicker.find(".filelist thead tr"),l.$filelist=l.$filePicker.find(".filelist tbody"),l.$filelistContainer=l.$filePicker.find(".filelist-container"),l.$dirTree=l.$filePicker.find(".dirtree"),l.$dirTree.on("click","div:not(:last-child)",l,(function(e){l._handleTreeListSelect(e,o)})),l.$filelist.on("click","tr",(function(e){l._handlePickerClick(e,s()(this),o)})),l.$fileListHeader.on("click","a",(function(e){var t=l.$filePicker.data("path");l.filepicker.sortField=s()(e.currentTarget).data("sort"),l.filepicker.sortOrder="asc"===l.filepicker.sortOrder?"desc":"asc",l._fillFilePicker(t)})),l._fillFilePicker(u)}));var g=function(e){if(void 0!==n){var t;if(!0===r)t=[],l.$filelist.find("tr.filepicker_element_selected").each((function(e,n){t.push(l.$filePicker.data("path")+"/"+s()(n).data("entryname"))}));else{t=l.$filePicker.data("path");var i=l.$filelist.find("tr.filepicker_element_selected").data("entryname");i&&(t+="/"+i)}n(t,e),l.$filePicker.ocdialog("close")}},M=[];o===$.FILEPICKER_TYPE_CHOOSE?M.push({text:t("core","Choose"),click:function(){g($.FILEPICKER_TYPE_CHOOSE)},defaultButton:!0}):o===$.FILEPICKER_TYPE_CUSTOM?c.buttons.forEach((function(e){M.push({text:e.text,click:function(){g(e.type)},defaultButton:e.defaultButton})})):(o!==$.FILEPICKER_TYPE_COPY&&o!==$.FILEPICKER_TYPE_COPY_MOVE||M.push({text:t("core","Copy"),click:function(){g($.FILEPICKER_TYPE_COPY)},defaultButton:!1}),o!==$.FILEPICKER_TYPE_MOVE&&o!==$.FILEPICKER_TYPE_COPY_MOVE||M.push({text:t("core","Move"),click:function(){g($.FILEPICKER_TYPE_MOVE)},defaultButton:!0})),l.$filePicker.ocdialog({closeOnEscape:!0,width:600,height:500,modal:a,buttons:M,style:{buttons:"aside"},close:function(){try{s()(this).ocdialog("destroy").remove()}catch(e){}l.$filePicker=null}});var L=l.$filePicker.closest(".oc-dialog").find(".primary");-1!==l.$filePicker.data("mimetype").indexOf("httpd/unix-directory")||l.$filePicker.data("allowDirectoryChooser")?L.prop("disabled",!1):L.prop("disabled",!0)})).fail((function(e,n){l.filepicker.loading=!1,0!==e&&alert(t("core","Error loading file picker template: {error}",{error:n}))}))}},message:function(e,n,r,i,a,o,u){return s.a.when(this._getMessageTemplate()).then((function(c){var l="oc-dialog-"+$.dialogsCounter+"-content",d="#"+l,f=c.octemplate({dialog_name:l,title:n,message:e,type:r},u?{escapeFunction:""}:{});void 0===o&&(o=!1),s()("body").append(f);var h=[];switch(i){case $.YES_NO_BUTTONS:h=[{text:t("core","No"),click:function(){void 0!==a&&a(!1),s()(d).ocdialog("close")}},{text:t("core","Yes"),click:function(){void 0!==a&&a(!0),s()(d).ocdialog("close")},defaultButton:!0}];break;case $.OK_BUTTON:h[0]={text:t("core","OK"),click:function(){s()(d).ocdialog("close"),void 0!==a&&a()},defaultButton:!0};break;default:if("object"===W(i))switch(i.type){case $.YES_NO_BUTTONS:h=[{text:i.cancel||t("core","No"),click:function(){void 0!==a&&a(!1),s()(d).ocdialog("close")}},{text:i.confirm||t("core","Yes"),click:function(){void 0!==a&&a(!0),s()(d).ocdialog("close")},defaultButton:!0,classes:i.confirmClasses}]}}s()(d).ocdialog({closeOnEscape:!0,modal:o,buttons:h}),$.dialogsCounter++})).fail((function(r,i){0===r?alert(n+": "+e):alert(t("core","Error loading message template: {error}",{error:i}))}))},_fileexistsshown:!1,fileexists:function(e,r,i,a){var o=this,u=new s.a.Deferred,c=function(e){var t,n,r,i=document.createElement("canvas"),a=e.width,o=e.height;return a>o?(n=0,t=(a-o)/2):(n=(o-a)/2,t=0),r=Math.min(a,o),i.width=r,i.height=r,i.getContext("2d").drawImage(e,t,n,r,r,0,0,r,r),l(i,r,r,96,96),i.toDataURL("image/png",.7)},l=function(e,t,n,r,i){r=Math.round(r),i=Math.round(i);for(var a=e.getContext("2d").getImageData(0,0,t,n),o=e.getContext("2d").getImageData(0,0,r,i),s=a.data,u=o.data,c=t/r,l=n/i,d=Math.ceil(c/2),f=Math.ceil(l/2),h=0;h<i;h++)for(var p=0;p<r;p++){for(var m=4*(p+h*r),_=0,y=0,v=0,g=0,M=0,L=0,w=0,b=(h+.5)*l,k=Math.floor(h*l);k<(h+1)*l;k++)for(var Y=Math.abs(b-(k+.5))/f,T=(p+.5)*c,x=Y*Y,D=Math.floor(p*c);D<(p+1)*c;D++){var S=Math.abs(T-(D+.5))/d,E=Math.sqrt(x+S*S);E>=-1&&E<=1&&(_=2*E*E*E-3*E*E+1)>0&&(w+=_*s[(S=4*(D+k*t))+3],v+=_,s[S+3]<255&&(_=_*s[S+3]/250),g+=_*s[S],M+=_*s[S+1],L+=_*s[S+2],y+=_)}u[m]=g/y,u[m+1]=M/y,u[m+2]=L/y,u[m+3]=w/v}e.getContext("2d").clearRect(0,0,Math.max(t,r),Math.max(n,i)),e.width=r,e.height=i,e.getContext("2d").putImageData(o,0,0)},d=function(n,r,i){var a=n.find(".template").clone().removeClass("template").addClass("conflict"),o=a.find(".original"),u=a.find(".replacement");a.data("data",e),a.find(".filename").text(r.name),o.find(".size").text(pe.Util.humanFileSize(r.size)),o.find(".mtime").text(formatDate(r.mtime)),i.size&&i.lastModifiedDate&&(u.find(".size").text(pe.Util.humanFileSize(i.size)),u.find(".mtime").text(formatDate(i.lastModifiedDate)));var l=r.directory+"/"+r.name,d={file:l,x:96,y:96,c:r.etag,forceIcon:0},f=Files.generatePreviewUrl(d);f=f.replace(/'/g,"%27"),o.find(".icon").css({"background-image":"url('"+f+"')"}),function(e){var t=new s.a.Deferred,n=e.type&&e.type.split("/").shift();if(window.FileReader&&"image"===n){var r=new FileReader;r.onload=function(e){var n=new Blob([e.target.result]);window.URL=window.URL||window.webkitURL;var r=window.URL.createObjectURL(n),i=new Image;i.src=r,i.onload=function(){var e=c(i);t.resolve(e)}},r.readAsArrayBuffer(e)}else t.reject();return t}(i).then((function(e){u.find(".icon").css("background-image","url("+e+")")}),(function(){l=pe.MimeType.getIconUrl(i.type),u.find(".icon").css("background-image","url("+l+")")}));var h=n.find(".conflict").length;o.find("input:checkbox").attr("id","checkbox_original_"+h),u.find("input:checkbox").attr("id","checkbox_replacement_"+h),n.append(a),i.lastModifiedDate&&i.lastModifiedDate.getTime()>r.mtime?u.find(".mtime").css("font-weight","bold"):i.lastModifiedDate&&i.lastModifiedDate.getTime()<r.mtime&&o.find(".mtime").css("font-weight","bold"),i.size&&i.size>r.size?u.find(".size").css("font-weight","bold"):i.size&&i.size<r.size&&o.find(".size").css("font-weight","bold"),"readonly"===r.status&&(o.addClass("readonly").find('input[type="checkbox"]').prop("checked",!0).prop("disabled",!0),o.find(".message").text(t("core","read-only")))},f="#oc-dialog-fileexists-content";if(this._fileexistsshown){var h=s()(f+" .conflicts");d(h,r,i);var p=s()(f+" .conflict").length,m=n("core","{count} file conflict","{count} file conflicts",p,{count:p});s()(f).parent().children(".oc-dialog-title").text(m),s()(window).trigger("resize"),u.resolve()}else this._fileexistsshown=!0,s.a.when(this._getFileExistsTemplate()).then((function(n){var c=t("core","One file conflict"),l=n.octemplate({dialog_name:"oc-dialog-fileexists-content",title:c,type:"fileexists",allnewfiles:t("core","New Files"),allexistingfiles:t("core","Already existing files"),why:t("core","Which files do you want to keep?"),what:t("core","If you select both versions, the copied file will have a number added to its name.")});if(s()("body").append(l),r&&i){var h=l.find(".conflicts");d(h,r,i)}var p=[{text:t("core","Cancel"),classes:"cancel",click:function(){void 0!==a.onCancel&&a.onCancel(e),s()(f).ocdialog("close")}},{text:t("core","Continue"),classes:"continue",click:function(){void 0!==a.onContinue&&a.onContinue(s()(f+" .conflict")),s()(f).ocdialog("close")}}];s()(f).ocdialog({width:500,closeOnEscape:!0,modal:!0,buttons:p,closeButton:null,close:function(){o._fileexistsshown=!1,s()(this).ocdialog("destroy").remove()}}),s()(f).css("height","auto");var m=l.closest(".oc-dialog").find("button.continue");function _(){var e=l.find(".conflicts .checkbox:checked").length;m.prop("disabled",0===e)}m.prop("disabled",!0),s()(f).find(".allnewfiles").on("click",(function(){s()(f).find('.conflict .replacement input[type="checkbox"]').prop("checked",s()(this).prop("checked"))})),s()(f).find(".allexistingfiles").on("click",(function(){s()(f).find('.conflict .original:not(.readonly) input[type="checkbox"]').prop("checked",s()(this).prop("checked"))})),s()(f).find(".conflicts").on("click",".replacement,.original:not(.readonly)",(function(){var e=s()(this).find('input[type="checkbox"]');e.prop("checked",!e.prop("checked"))})),s()(f).find(".conflicts").on("click",'.replacement input[type="checkbox"],.original:not(.readonly) input[type="checkbox"]',(function(){var e=s()(this);e.prop("checked",!e.prop("checked"))})),s()(f).on("click",".replacement,.allnewfiles",(function(){var e=s()(f).find('.conflict .replacement input[type="checkbox"]:checked').length;e===s()(f+" .conflict").length?(s()(f).find(".allnewfiles").prop("checked",!0),s()(f).find(".allnewfiles + .count").text(t("core","(all selected)"))):e>0?(s()(f).find(".allnewfiles").prop("checked",!1),s()(f).find(".allnewfiles + .count").text(t("core","({count} selected)",{count:e}))):(s()(f).find(".allnewfiles").prop("checked",!1),s()(f).find(".allnewfiles + .count").text("")),_()})),s()(f).on("click",".original,.allexistingfiles",(function(){var e=s()(f).find('.conflict .original input[type="checkbox"]:checked').length;e===s()(f+" .conflict").length?(s()(f).find(".allexistingfiles").prop("checked",!0),s()(f).find(".allexistingfiles + .count").text(t("core","(all selected)"))):e>0?(s()(f).find(".allexistingfiles").prop("checked",!1),s()(f).find(".allexistingfiles + .count").text(t("core","({count} selected)",{count:e}))):(s()(f).find(".allexistingfiles").prop("checked",!1),s()(f).find(".allexistingfiles + .count").text("")),_()})),u.resolve()})).fail((function(){u.reject(),alert(t("core","Error loading file exists template"))}));return u.promise()},_getGridSettings:function(){var e=this;s.a.get(pe.generateUrl("/apps/files/api/v1/showgridview"),(function(t){e.$showGridView.get(0).checked=t.gridview,e.$showGridView.next("#picker-view-toggle").removeClass("icon-toggle-filelist icon-toggle-pictures").addClass(t.gridview?"icon-toggle-filelist":"icon-toggle-pictures"),s()(".list-container").toggleClass("view-grid",t.gridview)}))},_onGridviewChange:function(){var e=this.$showGridView.is(":checked");pe.currentUser&&s.a.post(pe.generateUrl("/apps/files/api/v1/showgridview"),{show:e}),this.$showGridView.next("#picker-view-toggle").removeClass("icon-toggle-filelist icon-toggle-pictures").addClass(e?"icon-toggle-filelist":"icon-toggle-pictures"),s()(".list-container").toggleClass("view-grid",e)},_getFilePickerTemplate:function(){var e=s.a.Deferred();if(this.$filePickerTemplate)e.resolve(this.$filePickerTemplate);else{var t=this;s.a.get(pe.filePath("core","templates","filepicker.html"),(function(n){t.$filePickerTemplate=s()(n),t.$listTmpl=t.$filePickerTemplate.find(".filelist tbody tr:first-child").detach(),e.resolve(t.$filePickerTemplate)})).fail((function(t,n,r){e.reject(t.status,r)}))}return e.promise()},_getMessageTemplate:function(){var e=s.a.Deferred();if(this.$messageTemplate)e.resolve(this.$messageTemplate);else{var t=this;s.a.get(pe.filePath("core","templates","message.html"),(function(n){t.$messageTemplate=s()(n),e.resolve(t.$messageTemplate)})).fail((function(t,n,r){e.reject(t.status,r)}))}return e.promise()},_getFileExistsTemplate:function(){var e=s.a.Deferred();if(this.$fileexistsTemplate)e.resolve(this.$fileexistsTemplate);else{var t=this;s.a.get(pe.filePath("files","templates","fileexists.html"),(function(n){t.$fileexistsTemplate=s()(n),e.resolve(t.$fileexistsTemplate)})).fail((function(){e.reject()}))}return e.promise()},_getFileList:function(e,t){return"string"==typeof t&&(t=[t]),s.a.getJSON(pe.filePath("files","ajax","list.php"),{dir:e,mimetypes:JSON.stringify(t)})},_fillFilePicker:function(e){var n=this;this.$filelist.empty(),this.$filePicker.find(".emptycontent").hide(),this.$filelistContainer.addClass("icon-loading"),this.$filePicker.data("path",e);var r=this.$filePicker.data("mimetype");"string"==typeof r&&(r=[r]),n.$fileListHeader.find(".sort-indicator").addClass("hidden").removeClass("icon-triangle-n").removeClass("icon-triangle-s"),n.$fileListHeader.find("[data-sort="+n.filepicker.sortField+"] .sort-indicator").removeClass("hidden"),"asc"===n.filepicker.sortOrder?n.$fileListHeader.find("[data-sort="+n.filepicker.sortField+"] .sort-indicator").addClass("icon-triangle-n"):n.$fileListHeader.find("[data-sort="+n.filepicker.sortField+"] .sort-indicator").addClass("icon-triangle-s"),n.filepicker.filesClient.getFolderContents(e).then((function(i,a){n.filelist=a,r&&r.length>0&&-1===r.indexOf("*")&&(a=a.filter((function(e){return"dir"===e.type||-1!==r.indexOf(e.mimetype)})));var o={name:function(e,t){return"dir"===e.type&&"dir"!==t.type?-1:"dir"!==e.type&&"dir"===t.type?1:pe.Util.naturalSortCompare(e.name,t.name)},size:function(e,t){return e.size-t.size},mtime:function(e,t){return e.mtime-t.mtime}},u=o[n.filepicker.sortField]||o.name;a=a.sort((function(e,t){var r=function(e){return e.tags&&e.tags.indexOf(pe.TAG_FAVORITE)>=0};return r(e)&&!r(t)?-1:!r(e)&&r(t)?1:"asc"===n.filepicker.sortOrder?u(e,t):-u(e,t)})),n._fillSlug(),0===a.length?(n.$filePicker.find(".emptycontent").show(),n.$fileListHeader.hide()):(n.$filePicker.find(".emptycontent").hide(),n.$fileListHeader.show()),s.a.each(a,(function(r,i){var a,o;if(i.icon=pe.MimeType.getIconUrl(i.mimetype),void 0!==i.size&&i.size>=0?(a=pe.Util.humanFileSize(parseInt(i.size,10),!0),o=Math.round(160-Math.pow(i.size/1048576,2))):(a=t("files","Pending"),o=80),i.name.length>=10)var u=Math.min(Math.floor(i.name.length/2),10),c=i.name.substr(0,i.name.length-u),l=i.name.substr(i.name.length-u);else c=i.name,l="";var d=n.$listTmpl.octemplate({type:i.type,dir:e,filename:i.name,filename1:c,filename2:l,date:pe.Util.relativeModifiedDate(i.mtime),size:a,sizeColor:o,icon:i.icon});if("file"===i.type){var f={file:e+"/"+i.name,x:100,y:100},h=new Image,p=pe.generateUrl("/core/preview.png?")+s.a.param(f);h.onload=function(){h.width>5&&d.find("td.filename").attr("style","background-image:url("+p+")")},h.src=p}n.$filelist.append(d)})),n.$filelistContainer.removeClass("icon-loading")}))},_fillSlug:function(){this.$dirTree.empty();var e=this,t=this.$filePicker.data("path"),n=s()('<div data-dir="{dir}"><a>{name}</a></div>').addClass("crumb");if(t){var r=t.split("/");s.a.each(r,(function(t,i){if(""===(i=r.pop()))return!1;e.$dirTree.prepend(n.octemplate({dir:r.join("/")+"/"+i,name:i}))}))}n.octemplate({dir:"",name:""},{escapeFunction:null}).prependTo(this.$dirTree)},_handleTreeListSelect:function(e,t){var n=e.data,r=s()(e.target).closest(".crumb").data("dir");n._fillFilePicker(r);var i=e.target.closest(".oc-dialog"),a=s()(".primary",i);this._changeButtonsText(t,r.split(/[/]+/).pop()),-1!==this.$filePicker.data("mimetype").indexOf("httpd/unix-directory")||this.$filePicker.data("allowDirectoryChooser")?a.prop("disabled",!1):a.prop("disabled",!0)},_handlePickerClick:function(e,t,n){var r=this.$filePicker.closest(".oc-dialog").find(".primary");"file"===t.data("type")?(!0===this.$filePicker.data("multiselect")&&e.ctrlKey||this.$filelist.find(".filepicker_element_selected").removeClass("filepicker_element_selected"),t.toggleClass("filepicker_element_selected"),r.prop("disabled",!1)):"dir"===t.data("type")&&(this._fillFilePicker(this.$filePicker.data("path")+"/"+t.data("entryname")),this._changeButtonsText(n,t.data("entryname")),-1!==this.$filePicker.data("mimetype").indexOf("httpd/unix-directory")||this.$filePicker.data("allowDirectoryChooser")?r.prop("disabled",!1):r.prop("disabled",!0))},_changeButtonsText:function(e,n){var r=""===n?t("core","Copy"):t("core","Copy to {folder}",{folder:n}),i=""===n?t("core","Move"):t("core","Move to {folder}",{folder:n}),a=s()(".oc-dialog-buttonrow button");switch(e){case this.FILEPICKER_TYPE_CHOOSE:case this.FILEPICKER_TYPE_CUSTOM:break;case this.FILEPICKER_TYPE_COPY:a.text(r);break;case this.FILEPICKER_TYPE_MOVE:a.text(i);break;case this.FILEPICKER_TYPE_COPY_MOVE:a.eq(0).text(r),a.eq(1).text(i)}}},z=$,U=i(58),B=function e(t,n){var r,i,a="";if(this.typelessListeners=[],this.closed=!1,this.listeners={},n)for(r in n)a+=r+"="+encodeURIComponent(n[r])+"&";if(a+="requesttoken="+encodeURIComponent(Object(U.a)()),this.useFallBack||"undefined"==typeof EventSource){var o="oc_eventsource_iframe_"+e.iframeCount;e.fallBackSources[e.iframeCount]=this,this.iframe=s()("<iframe/>"),this.iframe.attr("id",o),this.iframe.hide(),i="&",-1===t.indexOf("?")&&(i="?"),this.iframe.attr("src",t+i+"fallback=true&fallback_id="+e.iframeCount+"&"+a),s()("body").append(this.iframe),this.useFallBack=!0,e.iframeCount++}else i="&",-1===t.indexOf("?")&&(i="?"),this.source=new EventSource(t+i+a),this.source.onmessage=function(e){for(var t=0;t<this.typelessListeners.length;t++)this.typelessListeners[t](JSON.parse(e.data))}.bind(this);this.listen("__internal__",function(e){"close"===e&&this.close()}.bind(this))};B.fallBackSources=[],B.iframeCount=0,B.fallBackCallBack=function(e,t,n){B.fallBackSources[e].fallBackCallBack(t,n)},B.prototype={typelessListeners:[],iframe:null,listeners:{},useFallBack:!1,fallBackCallBack:function(e,t){var n;if(!this.closed)if(e){if(void 0!==this.listeners.done)for(n=0;n<this.listeners[e].length;n++)this.listeners[e][n](t)}else for(n=0;n<this.typelessListeners.length;n++)this.typelessListeners[n](t)},lastLength:0,listen:function(e,t){t&&t.call&&(e?this.useFallBack?(this.listeners[e]||(this.listeners[e]=[]),this.listeners[e].push(t)):this.source.addEventListener(e,(function(e){void 0!==e.data?t(JSON.parse(e.data)):t("")}),!1):this.typelessListeners.push(t))},close:function(){this.closed=!0,void 0!==this.source&&this.source.close()}};var q=B,J=window._oc_capabilities||{},G=function(){return J},V=null,K=function(e){if(V){var t=V;V.trigger(new s.a.Event("beforeHide")),V.slideUp(H.j,(function(){t.trigger(new s.a.Event("afterHide")),e&&e.apply(this,arguments)}))}s()(".menutoggle").attr("aria-expanded",!1),s()(".openedMenu").removeClass("openedMenu"),V=null,null},X=!!window._oc_isadmin,Z=i(42),Q=i(22),ee={startSaving:function(e){this.startAction(e,t("core","Saving …"))},startAction:function(e,t){s()(e).text(t).removeClass("success").removeClass("error").stop(!0,!0).show()},finishedSaving:function(e,t){this.finishedAction(e,t)},finishedAction:function(e,t){"success"===t.status?this.finishedSuccess(e,t.data.message):this.finishedError(e,t.data.message)},finishedSuccess:function(e,t){s()(e).text(t).addClass("success").removeClass("error").stop(!0,!0).delay(3e3).fadeOut(900).show()},finishedError:function(e,t){s()(e).text(t).addClass("error").removeClass("success").show()}},te=i(212),ne=function(e){pe.Search.search(e,null,0,30)};
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ *
+ */const N={YES_NO_BUTTONS:70,OK_BUTTONS:71,FILEPICKER_TYPE_CHOOSE:1,FILEPICKER_TYPE_MOVE:2,FILEPICKER_TYPE_COPY:3,FILEPICKER_TYPE_COPY_MOVE:4,FILEPICKER_TYPE_CUSTOM:5,dialogsCounter:0,alert:function(e,t,n,r){this.message(e,t,"alert",N.OK_BUTTON,n,r)},info:function(e,t,n,r){this.message(e,t,"info",N.OK_BUTTON,n,r)},confirm:function(e,t,n,r){return this.message(e,t,"notice",N.YES_NO_BUTTONS,n,r)},confirmDestructive:function(e,t,n,r,a){return this.message(e,t,"none",n,r,void 0===a||a)},confirmHtml:function(e,t,n,r){return this.message(e,t,"notice",N.YES_NO_BUTTONS,n,r,!0)},prompt:function(e,n,r,a,i,o){return s.a.when(this._getMessageTemplate()).then((function(u){var l="oc-dialog-"+N.dialogsCounter+"-content",c="#"+l,f=u.octemplate({dialog_name:l,title:n,message:e,type:"notice"}),p=s()("<input/>");p.attr("type",o?"password":"text").attr("id",l+"-input").attr("placeholder",i);var m=s()("<label/>").attr("for",l+"-input").text(i+": ");f.append(m),f.append(p),void 0===a&&(a=!1),s()("body").append(f),void 0!==r&&(r=d.default.once(r));var h=[{text:t("core","No"),click:function(){void 0!==r&&r(!1,p.val()),s()(c).ocdialog("close")}},{text:t("core","Yes"),click:function(){void 0!==r&&r(!0,p.val()),s()(c).ocdialog("close")},defaultButton:!0}];s()(c).ocdialog({closeOnEscape:!0,modal:a,buttons:h,close:function(){void 0!==r&&r(!1,p.val())}}),p.focus(),N.dialogsCounter++}))},filepicker:function(e,n,r,a,i,o,u,l){var c=this;if(this.filepicker.sortField="name",this.filepicker.sortOrder="asc",!this.filepicker.loading){void 0===o&&(o=this.FILEPICKER_TYPE_CHOOSE);var f=t("core","No files in here"),p=t("files","New folder");o!==this.FILEPICKER_TYPE_COPY&&o!==this.FILEPICKER_TYPE_MOVE&&o!==this.FILEPICKER_TYPE_COPY_MOVE||(f=t("core","No more subfolders in here")),this.filepicker.loading=!0,this.filepicker.filesClient=F.a.Sharing&&F.a.Sharing.PublicApp&&F.a.Sharing.PublicApp.fileList?F.a.Sharing.PublicApp.fileList.filesClient:ue.Files.getClient(),this.filelist=null,u=u||"",l=Object.assign({allowDirectoryChooser:!1},l),s.a.when(this._getFilePickerTemplate()).then((function(m){c.filepicker.loading=!1;c.$filePicker&&c.$filePicker.ocdialog("close"),null==a&&(a=[]),"string"==typeof a&&(a=[a]),c.$filePicker=m.octemplate({dialog_name:"oc-dialog-filepicker-content",title:e,emptytext:f,newtext:p,nameCol:t("core","Name"),sizeCol:t("core","Size"),modifiedCol:t("core","Modified")}).data("path",u).data("multiselect",r).data("mimetype",a).data("allowDirectoryChooser",l.allowDirectoryChooser),void 0===i&&(i=!1),void 0===r&&(r=!1),ue.Util.isIE()&&(c.$filePicker.find("#picker-view-toggle").remove(),c.$filePicker.find("#picker-filestable").removeClass("view-grid")),s()("body").append(c.$filePicker),c.$showGridView=s()("input#picker-showgridview"),c.$showGridView.on("change",d.default.bind(c._onGridviewChange,c)),ue.Util.isIE()||c._getGridSettings();var h=c.$filePicker.find(".actions.creatable .button-add");o!==c.FILEPICKER_TYPE_CHOOSE||l.allowDirectoryChooser||h.hide(),h.on("focus",(function(){c.$filePicker.ocdialog("setEnterCallback",(function(){event.stopImmediatePropagation(),event.preventDefault(),h.click()}))})),h.on("blur",(function(){c.$filePicker.ocdialog("unsetEnterCallback")})),ue.registerMenu(h,c.$filePicker.find(".menu"),(function(){g.focus(),c.$filePicker.ocdialog("setEnterCallback",(function(){event.stopImmediatePropagation(),event.preventDefault(),c.$filePicker.submit()}));var e=g.val(),t=e.lastIndexOf(".");-1===t&&(t=e.length),g.selectRange(0,t)}));var _=c.$filePicker.find(".filenameform"),g=_.find("input[type='text']");_.find("input[type='submit']").on("click",(function(e){e.stopImmediatePropagation(),e.preventDefault(),_.submit()}));var y=function(){var e=g.val();try{if(function(e){var n=e.trim();if("."===n||".."===n)throw t("files",'"{name}" is an invalid file name.',{name:e});if(0===n.length)throw t("files","File name cannot be empty.");if(-1!==n.indexOf("/"))throw t("files",'"/" is not allowed inside a file name.');if(n.match(ue.config.blacklist_files_regex))throw t("files",'"{name}" is not an allowed filetype',{name:e});return!0}(e)){if(c.filelist.find((function(e){return e.name===this}),e))throw t("files","{newName} already exists",{newName:e},void 0,{escape:!1});return!0}}catch(e){g.attr("title",e),g.tooltip({placement:"right",trigger:"manual",container:".newFolderMenu"}),g.tooltip("fixTitle"),g.tooltip("show"),g.addClass("error")}return!1};_.on("submit",(function(e){if(e.stopPropagation(),e.preventDefault(),y()){var t=g.val();c.filepicker.filesClient.createDirectory(c.$filePicker.data("path")+"/"+t).always((function(e){c._fillFilePicker(c.$filePicker.data("path")+"/"+t)})),ue.hideMenus(),c.$filePicker.ocdialog("unsetEnterCallback"),c.$filePicker.click(),g.val(p)}})),g.keypress((function(e){13!==e.keyCode&&13!==e.which||(e.stopImmediatePropagation(),e.preventDefault(),_.submit())})),c.$filePicker.ready((function(){c.$fileListHeader=c.$filePicker.find(".filelist thead tr"),c.$filelist=c.$filePicker.find(".filelist tbody"),c.$filelistContainer=c.$filePicker.find(".filelist-container"),c.$dirTree=c.$filePicker.find(".dirtree"),c.$dirTree.on("click","div:not(:last-child)",c,(function(e){c._handleTreeListSelect(e,o)})),c.$filelist.on("click","tr",(function(e){c._handlePickerClick(e,s()(this),o)})),c.$fileListHeader.on("click","a",(function(e){var t=c.$filePicker.data("path");c.filepicker.sortField=s()(e.currentTarget).data("sort"),c.filepicker.sortOrder="asc"===c.filepicker.sortOrder?"desc":"asc",c._fillFilePicker(t)})),c._fillFilePicker(u)}));var v=function(e){if(void 0!==n){var t;if(!0===r)t=[],c.$filelist.find("tr.filepicker_element_selected").each((function(e,n){t.push(c.$filePicker.data("path")+"/"+s()(n).data("entryname"))}));else{t=c.$filePicker.data("path");var a=c.$filelist.find("tr.filepicker_element_selected").data("entryname");a&&(t+="/"+a)}n(t,e),c.$filePicker.ocdialog("close")}},M=[];o===N.FILEPICKER_TYPE_CHOOSE?M.push({text:t("core","Choose"),click:function(){v(N.FILEPICKER_TYPE_CHOOSE)},defaultButton:!0}):o===N.FILEPICKER_TYPE_CUSTOM?l.buttons.forEach((function(e){M.push({text:e.text,click:function(){v(e.type)},defaultButton:e.defaultButton})})):(o!==N.FILEPICKER_TYPE_COPY&&o!==N.FILEPICKER_TYPE_COPY_MOVE||M.push({text:t("core","Copy"),click:function(){v(N.FILEPICKER_TYPE_COPY)},defaultButton:!1}),o!==N.FILEPICKER_TYPE_MOVE&&o!==N.FILEPICKER_TYPE_COPY_MOVE||M.push({text:t("core","Move"),click:function(){v(N.FILEPICKER_TYPE_MOVE)},defaultButton:!0})),c.$filePicker.ocdialog({closeOnEscape:!0,width:600,height:500,modal:i,buttons:M,style:{buttons:"aside"},close:function(){try{s()(this).ocdialog("destroy").remove()}catch(e){}c.$filePicker=null}});var L=c.$filePicker.closest(".oc-dialog").find(".primary");-1!==c.$filePicker.data("mimetype").indexOf("httpd/unix-directory")||c.$filePicker.data("allowDirectoryChooser")?L.prop("disabled",!1):L.prop("disabled",!0)})).fail((function(e,n){c.filepicker.loading=!1,0!==e&&alert(t("core","Error loading file picker template: {error}",{error:n}))}))}},message:function(e,n,r,a,i,o,u){return s.a.when(this._getMessageTemplate()).then((function(l){var c="oc-dialog-"+N.dialogsCounter+"-content",d="#"+c,f=l.octemplate({dialog_name:c,title:n,message:e,type:r},u?{escapeFunction:""}:{});void 0===o&&(o=!1),s()("body").append(f);var p=[];switch(a){case N.YES_NO_BUTTONS:p=[{text:t("core","No"),click:function(){void 0!==i&&i(!1),s()(d).ocdialog("close")}},{text:t("core","Yes"),click:function(){void 0!==i&&i(!0),s()(d).ocdialog("close")},defaultButton:!0}];break;case N.OK_BUTTON:p[0]={text:t("core","OK"),click:function(){s()(d).ocdialog("close"),void 0!==i&&i()},defaultButton:!0};break;default:if("object"==typeof a)switch(a.type){case N.YES_NO_BUTTONS:p=[{text:a.cancel||t("core","No"),click:function(){void 0!==i&&i(!1),s()(d).ocdialog("close")}},{text:a.confirm||t("core","Yes"),click:function(){void 0!==i&&i(!0),s()(d).ocdialog("close")},defaultButton:!0,classes:a.confirmClasses}]}}s()(d).ocdialog({closeOnEscape:!0,closeCallback:()=>{i&&i(!1)},modal:o,buttons:p}),N.dialogsCounter++})).fail((function(r,a){0===r?alert(n+": "+e):alert(t("core","Error loading message template: {error}",{error:a}))}))},_fileexistsshown:!1,fileexists:function(e,r,a,i){var o=this,u=new s.a.Deferred,l=function(e){var t,n,r,a=document.createElement("canvas"),i=e.width,o=e.height;return i>o?(n=0,t=(i-o)/2):(n=(o-i)/2,t=0),r=Math.min(i,o),a.width=r,a.height=r,a.getContext("2d").drawImage(e,t,n,r,r,0,0,r,r),c(a,r,r,96,96),a.toDataURL("image/png",.7)},c=function(e,t,n,r,a){r=Math.round(r),a=Math.round(a);for(var i=e.getContext("2d").getImageData(0,0,t,n),o=e.getContext("2d").getImageData(0,0,r,a),s=i.data,u=o.data,l=t/r,c=n/a,d=Math.ceil(l/2),f=Math.ceil(c/2),p=0;p<a;p++)for(var m=0;m<r;m++){for(var h=4*(m+p*r),_=0,g=0,y=0,v=0,M=0,L=0,w=0,b=(p+.5)*c,T=Math.floor(p*c);T<(p+1)*c;T++)for(var x=Math.abs(b-(T+.5))/f,k=(m+.5)*l,Y=x*x,D=Math.floor(m*l);D<(m+1)*l;D++){var S=Math.abs(k-(D+.5))/d,j=Math.sqrt(Y+S*S);j>=-1&&j<=1&&(_=2*j*j*j-3*j*j+1)>0&&(w+=_*s[(S=4*(D+T*t))+3],y+=_,s[S+3]<255&&(_=_*s[S+3]/250),v+=_*s[S],M+=_*s[S+1],L+=_*s[S+2],g+=_)}u[h]=v/g,u[h+1]=M/g,u[h+2]=L/g,u[h+3]=w/y}e.getContext("2d").clearRect(0,0,Math.max(t,r),Math.max(n,a)),e.width=r,e.height=a,e.getContext("2d").putImageData(o,0,0)},d=function(n,r,a){var i=n.find(".template").clone().removeClass("template").addClass("conflict"),o=i.find(".original"),u=i.find(".replacement");i.data("data",e),i.find(".filename").text(r.name),o.find(".size").text(ue.Util.humanFileSize(r.size)),o.find(".mtime").text(ue.Util.formatDate(r.mtime)),a.size&&a.lastModified&&(u.find(".size").text(ue.Util.humanFileSize(a.size)),u.find(".mtime").text(ue.Util.formatDate(a.lastModified)));var c=r.directory+"/"+r.name,d={file:c,x:96,y:96,c:r.etag,forceIcon:0},f=Files.generatePreviewUrl(d);f=f.replace(/'/g,"%27"),o.find(".icon").css({"background-image":"url('"+f+"')"}),function(e){var t=new s.a.Deferred,n=e.type&&e.type.split("/").shift();if(window.FileReader&&"image"===n){var r=new FileReader;r.onload=function(e){var n=new Blob([e.target.result]);window.URL=window.URL||window.webkitURL;var r=window.URL.createObjectURL(n),a=new Image;a.src=r,a.onload=function(){var e=l(a);t.resolve(e)}},r.readAsArrayBuffer(e)}else t.reject();return t}(a).then((function(e){u.find(".icon").css("background-image","url("+e+")")}),(function(){c=ue.MimeType.getIconUrl(a.type),u.find(".icon").css("background-image","url("+c+")")}));var p=n.find(".conflict").length;o.find("input:checkbox").attr("id","checkbox_original_"+p),u.find("input:checkbox").attr("id","checkbox_replacement_"+p),n.append(i),a.lastModified>r.mtime?u.find(".mtime").css("font-weight","bold"):a.lastModified<r.mtime&&o.find(".mtime").css("font-weight","bold"),a.size&&a.size>r.size?u.find(".size").css("font-weight","bold"):a.size&&a.size<r.size&&o.find(".size").css("font-weight","bold"),"readonly"===r.status&&(o.addClass("readonly").find('input[type="checkbox"]').prop("checked",!0).prop("disabled",!0),o.find(".message").text(t("core","read-only")))},f="#oc-dialog-fileexists-content";if(this._fileexistsshown){var p=s()(f+" .conflicts");d(p,r,a);var m=s()(f+" .conflict").length,h=n("core","{count} file conflict","{count} file conflicts",m,{count:m});s()(f).parent().children(".oc-dialog-title").text(h),s()(window).trigger("resize"),u.resolve()}else this._fileexistsshown=!0,s.a.when(this._getFileExistsTemplate()).then((function(n){var l=t("core","One file conflict"),c=n.octemplate({dialog_name:"oc-dialog-fileexists-content",title:l,type:"fileexists",allnewfiles:t("core","New Files"),allexistingfiles:t("core","Already existing files"),why:t("core","Which files do you want to keep?"),what:t("core","If you select both versions, the copied file will have a number added to its name.")});if(s()("body").append(c),r&&a){var p=c.find(".conflicts");d(p,r,a)}var m=[{text:t("core","Cancel"),classes:"cancel",click:function(){void 0!==i.onCancel&&i.onCancel(e),s()(f).ocdialog("close")}},{text:t("core","Continue"),classes:"continue",click:function(){void 0!==i.onContinue&&i.onContinue(s()(f+" .conflict")),s()(f).ocdialog("close")}}];s()(f).ocdialog({width:500,closeOnEscape:!0,modal:!0,buttons:m,closeButton:null,close:function(){o._fileexistsshown=!1;try{s()(this).ocdialog("destroy").remove()}catch(e){}}}),s()(f).css("height","auto");var h=c.closest(".oc-dialog").find("button.continue");function _(){var e=c.find(".conflicts .checkbox:checked").length;h.prop("disabled",0===e)}h.prop("disabled",!0),s()(f).find(".allnewfiles").on("click",(function(){s()(f).find('.conflict .replacement input[type="checkbox"]').prop("checked",s()(this).prop("checked"))})),s()(f).find(".allexistingfiles").on("click",(function(){s()(f).find('.conflict .original:not(.readonly) input[type="checkbox"]').prop("checked",s()(this).prop("checked"))})),s()(f).find(".conflicts").on("click",".replacement,.original:not(.readonly)",(function(){var e=s()(this).find('input[type="checkbox"]');e.prop("checked",!e.prop("checked"))})),s()(f).find(".conflicts").on("click",'.replacement input[type="checkbox"],.original:not(.readonly) input[type="checkbox"]',(function(){var e=s()(this);e.prop("checked",!e.prop("checked"))})),s()(f).on("click",".replacement,.allnewfiles",(function(){var e=s()(f).find('.conflict .replacement input[type="checkbox"]:checked').length;e===s()(f+" .conflict").length?(s()(f).find(".allnewfiles").prop("checked",!0),s()(f).find(".allnewfiles + .count").text(t("core","(all selected)"))):e>0?(s()(f).find(".allnewfiles").prop("checked",!1),s()(f).find(".allnewfiles + .count").text(t("core","({count} selected)",{count:e}))):(s()(f).find(".allnewfiles").prop("checked",!1),s()(f).find(".allnewfiles + .count").text("")),_()})),s()(f).on("click",".original,.allexistingfiles",(function(){var e=s()(f).find('.conflict .original input[type="checkbox"]:checked').length;e===s()(f+" .conflict").length?(s()(f).find(".allexistingfiles").prop("checked",!0),s()(f).find(".allexistingfiles + .count").text(t("core","(all selected)"))):e>0?(s()(f).find(".allexistingfiles").prop("checked",!1),s()(f).find(".allexistingfiles + .count").text(t("core","({count} selected)",{count:e}))):(s()(f).find(".allexistingfiles").prop("checked",!1),s()(f).find(".allexistingfiles + .count").text("")),_()})),u.resolve()})).fail((function(){u.reject(),alert(t("core","Error loading file exists template"))}));return u.promise()},_getGridSettings:function(){var e=this;s.a.get(ue.generateUrl("/apps/files/api/v1/showgridview"),(function(t){e.$showGridView.get(0).checked=t.gridview,e.$showGridView.next("#picker-view-toggle").removeClass("icon-toggle-filelist icon-toggle-pictures").addClass(t.gridview?"icon-toggle-filelist":"icon-toggle-pictures"),s()(".list-container").toggleClass("view-grid",t.gridview)}))},_onGridviewChange:function(){var e=this.$showGridView.is(":checked");ue.currentUser&&s.a.post(ue.generateUrl("/apps/files/api/v1/showgridview"),{show:e}),this.$showGridView.next("#picker-view-toggle").removeClass("icon-toggle-filelist icon-toggle-pictures").addClass(e?"icon-toggle-filelist":"icon-toggle-pictures"),s()(".list-container").toggleClass("view-grid",e)},_getFilePickerTemplate:function(){var e=s.a.Deferred();if(this.$filePickerTemplate)e.resolve(this.$filePickerTemplate);else{var t=this;s.a.get(ue.filePath("core","templates","filepicker.html"),(function(n){t.$filePickerTemplate=s()(n),t.$listTmpl=t.$filePickerTemplate.find(".filelist tbody tr:first-child").detach(),e.resolve(t.$filePickerTemplate)})).fail((function(t,n,r){e.reject(t.status,r)}))}return e.promise()},_getMessageTemplate:function(){var e=s.a.Deferred();if(this.$messageTemplate)e.resolve(this.$messageTemplate);else{var t=this;s.a.get(ue.filePath("core","templates","message.html"),(function(n){t.$messageTemplate=s()(n),e.resolve(t.$messageTemplate)})).fail((function(t,n,r){e.reject(t.status,r)}))}return e.promise()},_getFileExistsTemplate:function(){var e=s.a.Deferred();if(this.$fileexistsTemplate)e.resolve(this.$fileexistsTemplate);else{var t=this;s.a.get(ue.filePath("files","templates","fileexists.html"),(function(n){t.$fileexistsTemplate=s()(n),e.resolve(t.$fileexistsTemplate)})).fail((function(){e.reject()}))}return e.promise()},_getFileList:function(e,t){return"string"==typeof t&&(t=[t]),s.a.getJSON(ue.filePath("files","ajax","list.php"),{dir:e,mimetypes:JSON.stringify(t)})},_fillFilePicker:function(e){var n=this;this.$filelist.empty(),this.$filePicker.find(".emptycontent").hide(),this.$filelistContainer.addClass("icon-loading"),this.$filePicker.data("path",e);var r=this.$filePicker.data("mimetype");"string"==typeof r&&(r=[r]),n.$fileListHeader.find(".sort-indicator").addClass("hidden").removeClass("icon-triangle-n").removeClass("icon-triangle-s"),n.$fileListHeader.find("[data-sort="+n.filepicker.sortField+"] .sort-indicator").removeClass("hidden"),"asc"===n.filepicker.sortOrder?n.$fileListHeader.find("[data-sort="+n.filepicker.sortField+"] .sort-indicator").addClass("icon-triangle-n"):n.$fileListHeader.find("[data-sort="+n.filepicker.sortField+"] .sort-indicator").addClass("icon-triangle-s"),n.filepicker.filesClient.getFolderContents(e).then((function(a,i){n.filelist=i,r&&r.length>0&&-1===r.indexOf("*")&&(i=i.filter((function(e){return"dir"===e.type||-1!==r.indexOf(e.mimetype)})));var o={name:function(e,t){return"dir"===e.type&&"dir"!==t.type?-1:"dir"!==e.type&&"dir"===t.type?1:ue.Util.naturalSortCompare(e.name,t.name)},size:function(e,t){return e.size-t.size},mtime:function(e,t){return e.mtime-t.mtime}},u=o[n.filepicker.sortField]||o.name;i=i.sort((function(e,t){var r=function(e){return e.tags&&e.tags.indexOf(ue.TAG_FAVORITE)>=0};return r(e)&&!r(t)?-1:!r(e)&&r(t)?1:"asc"===n.filepicker.sortOrder?u(e,t):-u(e,t)})),n._fillSlug(),0===i.length?(n.$filePicker.find(".emptycontent").show(),n.$fileListHeader.hide()):(n.$filePicker.find(".emptycontent").hide(),n.$fileListHeader.show()),n.$filelist.empty(),s.a.each(i,(function(r,a){var i,o;if(a.icon=ue.MimeType.getIconUrl(a.mimetype),void 0!==a.size&&a.size>=0?(i=ue.Util.humanFileSize(parseInt(a.size,10),!0),o=Math.round(160-Math.pow(a.size/1048576,2))):(i=t("files","Pending"),o=80),a.name.length>=10)var u=Math.min(Math.floor(a.name.length/2),10),l=a.name.substr(0,a.name.length-u),c=a.name.substr(a.name.length-u);else l=a.name,c="";var d=n.$listTmpl.octemplate({type:a.type,dir:e,filename:a.name,filename1:l,filename2:c,date:ue.Util.relativeModifiedDate(a.mtime),size:i,sizeColor:o,icon:a.icon});if("file"===a.type){var f={file:e+"/"+a.name,x:100,y:100},p=new Image,m=ue.generateUrl("/core/preview.png?")+s.a.param(f);p.onload=function(){p.width>5&&d.find("td.filename").attr("style","background-image:url("+m+")")},p.src=m}n.$filelist.append(d)})),n.$filelistContainer.removeClass("icon-loading")}))},_fillSlug:function(){var e=this.$dirTree.find(".actions.creatable").detach();this.$dirTree.empty();var t=this;t.$dirTree.append(e);var n=this.$filePicker.data("path"),r=s()('<div data-dir="{dir}"><a>{name}</a></div>').addClass("crumb");if(n){var a=n.split("/");s.a.each(a,(function(e,n){if(""===(n=a.pop()))return!1;t.$dirTree.prepend(r.octemplate({dir:a.join("/")+"/"+n,name:n}))}))}r.octemplate({dir:"",name:""},{escapeFunction:null}).prependTo(this.$dirTree)},_handleTreeListSelect:function(e,t){var n=e.data,r=s()(e.target).closest(".crumb").data("dir");n._fillFilePicker(r);var a=e.target.closest(".oc-dialog"),i=s()(".primary",a);this._changeButtonsText(t,r.split(/[/]+/).pop()),-1!==this.$filePicker.data("mimetype").indexOf("httpd/unix-directory")||this.$filePicker.data("allowDirectoryChooser")?i.prop("disabled",!1):i.prop("disabled",!0)},_handlePickerClick:function(e,t,n){var r=this.$filePicker.closest(".oc-dialog").find(".primary");"file"===t.data("type")?(!0===this.$filePicker.data("multiselect")&&e.ctrlKey||this.$filelist.find(".filepicker_element_selected").removeClass("filepicker_element_selected"),t.toggleClass("filepicker_element_selected"),r.prop("disabled",!1)):"dir"===t.data("type")&&(this._fillFilePicker(this.$filePicker.data("path")+"/"+t.data("entryname")),this._changeButtonsText(n,t.data("entryname")),-1!==this.$filePicker.data("mimetype").indexOf("httpd/unix-directory")||this.$filePicker.data("allowDirectoryChooser")?r.prop("disabled",!1):r.prop("disabled",!0))},_changeButtonsText:function(e,n){var r=""===n?t("core","Copy"):t("core","Copy to {folder}",{folder:n}),a=""===n?t("core","Move"):t("core","Move to {folder}",{folder:n}),i=s()(".oc-dialog-buttonrow button");switch(e){case this.FILEPICKER_TYPE_CHOOSE:case this.FILEPICKER_TYPE_CUSTOM:break;case this.FILEPICKER_TYPE_COPY:i.text(r);break;case this.FILEPICKER_TYPE_MOVE:i.text(a);break;case this.FILEPICKER_TYPE_COPY_MOVE:i.eq(0).text(r),i.eq(1).text(a)}}};var I=N,R=a(69);
+/**
+ * @copyright 2012 Robin Appelman icewind1991@gmail.com
+ *
+ * @author Arthur Schiwon <blizzz@arthur-schiwon.de>
+ * @author Christoph Wurst <christoph@winzerhof-wurst.at>
+ * @author John Molakvoæ <skjnldsv@protonmail.com>
+ * @author Lukas Reschke <lukas@statuscode.ch>
+ * @author Robin Appelman <robin@icewind.nl>
+ * @author Thomas Müller <thomas.mueller@tmit.eu>
+ * @author Vincent Petry <vincent@nextcloud.com>
+ *
+ * @license GNU AGPL version 3 or any later version
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Affero General Public License as
+ * published by the Free Software Foundation, either version 3 of the
+ * License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Affero General Public License for more details.
+ *
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ *
+ */
+const U=function(e,t){var n,r,a="";if(this.typelessListeners=[],this.closed=!1,this.listeners={},t)for(n in t)a+=n+"="+encodeURIComponent(t[n])+"&";if(a+="requesttoken="+encodeURIComponent(Object(R.a)()),this.useFallBack||"undefined"==typeof EventSource){var i="oc_eventsource_iframe_"+U.iframeCount;U.fallBackSources[U.iframeCount]=this,this.iframe=s()("<iframe/>"),this.iframe.attr("id",i),this.iframe.hide(),r="&",-1===e.indexOf("?")&&(r="?"),this.iframe.attr("src",e+r+"fallback=true&fallback_id="+U.iframeCount+"&"+a),s()("body").append(this.iframe),this.useFallBack=!0,U.iframeCount++}else r="&",-1===e.indexOf("?")&&(r="?"),this.source=new EventSource(e+r+a),this.source.onmessage=function(e){for(var t=0;t<this.typelessListeners.length;t++)this.typelessListeners[t](JSON.parse(e.data))}.bind(this);this.listen("__internal__",function(e){"close"===e&&this.close()}.bind(this))};U.fallBackSources=[],U.iframeCount=0,U.fallBackCallBack=function(e,t,n){U.fallBackSources[e].fallBackCallBack(t,n)},U.prototype={typelessListeners:[],iframe:null,listeners:{},useFallBack:!1,fallBackCallBack:function(e,t){var n;if(!this.closed)if(e){if(void 0!==this.listeners.done)for(n=0;n<this.listeners[e].length;n++)this.listeners[e][n](t)}else for(n=0;n<this.typelessListeners.length;n++)this.typelessListeners[n](t)},lastLength:0,listen:function(e,t){t&&t.call&&(e?this.useFallBack?(this.listeners[e]||(this.listeners[e]=[]),this.listeners[e].push(t)):this.source.addEventListener(e,(function(e){void 0!==e.data?t(JSON.parse(e.data)):t("")}),!1):this.typelessListeners.push(t))},close:function(){this.closed=!0,void 0!==this.source&&this.source.close()}};var W=U;
/**
* @copyright 2019 Christoph Wurst <christoph@winzerhof-wurst.at>
*
- * @author 2019 Christoph Wurst <christoph@winzerhof-wurst.at>
+ * @author Christoph Wurst <christoph@winzerhof-wurst.at>
+ * @author John Molakvoæ <skjnldsv@protonmail.com>
*
* @license GNU AGPL version 3 or any later version
*
@@ -63,12 +280,15 @@ function(e){var t,n,r,i,a,o,s,u,c,l,d,f,h,p,m,_,y,v,g,M="sizzle"+1*new Date,L=e.
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see <http://www.gnu.org/licenses/>.
- */ne.customResults={},ne.resultTypes={};var re=ne,ie=window._theme||{},ae=i(1),oe=i.n(ae);
-/*
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ *
+ */var z=a(478);
+/**
* @copyright 2019 Christoph Wurst <christoph@winzerhof-wurst.at>
*
- * @author 2019 Christoph Wurst <christoph@winzerhof-wurst.at>
+ * @author Christoph Wurst <christoph@winzerhof-wurst.at>
+ * @author John Molakvoæ <skjnldsv@protonmail.com>
+ * @author Roeland Jago Douma <roeland@famdouma.nl>
*
* @license GNU AGPL version 3 or any later version
*
@@ -83,12 +303,15 @@ function(e){var t,n,r,i,a,o,s,u,c,l,d,f,h,p,m,_,y,v,g,M="sizzle"+1*new Date,L=e.
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ *
*/
/**
* @copyright 2019 Christoph Wurst <christoph@winzerhof-wurst.at>
*
- * @author 2019 Christoph Wurst <christoph@winzerhof-wurst.at>
+ * @author Christoph Wurst <christoph@winzerhof-wurst.at>
+ * @author Daniel Calviño Sánchez <danxuliu@gmail.com>
+ * @author John Molakvoæ <skjnldsv@protonmail.com>
*
* @license GNU AGPL version 3 or any later version
*
@@ -103,13 +326,14 @@ function(e){var t,n,r,i,a,o,s,u,c,l,d,f,h,p,m,_,y,v,g,M="sizzle"+1*new Date,L=e.
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ *
*/
-function se(e){for(var t,n=[],r=0,i=-1,a=0;r<e.length;){t=e.charAt(r);var o=!a&&"."===t||t>="0"&&t<="9";o!==a&&(n[++i]="",a=o),n[i]+=t,r++}return n}var ue={History:{_handlers:[],_pushState:function(e,t,n){var r;if(r="string"==typeof e?e:pe.buildQueryString(e),window.history.pushState){if(t=t||location.pathname+"?"+r,navigator.userAgent.toLowerCase().indexOf("firefox")>-1&&parseInt(navigator.userAgent.split("/").pop())<51)for(var i,a=document.querySelectorAll('[fill^="url(#"], [stroke^="url(#"], [filter^="url(#invert"]'),o=0,s=a.length;o<s;o++)(i=a[o]).style.fill=i.style.fill,i.style.stroke=i.style.stroke,i.removeAttribute("filter"),i.setAttribute("filter","url(#invert)");n?window.history.replaceState(e,"",t):window.history.pushState(e,"",t)}else window.location.hash="?"+r,this._cancelPop=!0},pushState:function(e,t){this._pushState(e,t,!1)},replaceState:function(e,t){this._pushState(e,t,!0)},addOnPopStateHandler:function(e){this._handlers.push(e)},_parseHashQuery:function(){var e=window.location.hash,t=e.indexOf("?");return t>=0?e.substr(t+1):e.length?e.substr(1):""},_decodeQuery:function(e){return e.replace(/\+/g," ")},parseUrlQuery:function(){var e,t=this._parseHashQuery();return t&&(e=pe.parseQueryString(this._decodeQuery(t))),(e=d.a.extend(e||{},pe.parseQueryString(this._decodeQuery(location.search))))||{}},_onPopState:function(e){var t;if(this._cancelPop)this._cancelPop=!1;else if(this._handlers.length){t=e&&e.state,d.a.isString(t)?t=pe.parseQueryString(t):t||(t=this.parseUrlQuery()||{});for(var n=0;n<this._handlers.length;n++)this._handlers[n](t)}}},humanFileSize:
-/*
+let $=null,B=null;const q=function(e){if($){const t=$;$.trigger(new s.a.Event("beforeHide")),$.slideUp(50,(function(){t.trigger(new s.a.Event("afterHide")),e&&e.apply(this,arguments)}))}s()(".menutoggle").attr("aria-expanded",!1),s()(".openedMenu").removeClass("openedMenu"),$=null,B=null},G=!!window._oc_isadmin;var J=a(93),V=a(39),K={startSaving(e){this.startAction(e,t("core","Saving …"))},startAction(e,t){s()(e).text(t).removeClass("success").removeClass("error").stop(!0,!0).show()},finishedSaving(e,t){this.finishedAction(e,t)},finishedAction(e,t){"success"===t.status?this.finishedSuccess(e,t.data.message):this.finishedError(e,t.data.message)},finishedSuccess(e,t){s()(e).text(t).addClass("success").removeClass("error").stop(!0,!0).delay(3e3).fadeOut(900).show()},finishedError(e,t){s()(e).text(t).addClass("error").removeClass("success").show()}},X=a(231),Z={_plugins:{},register(e,t){let n=this._plugins[e];n||(n=this._plugins[e]=[]),n.push(t)},getPlugins(e){return this._plugins[e]||[]},attach(e,t,n){const r=this.getPlugins(e);for(let e=0;e<r.length;e++)r[e].attach&&r[e].attach(t,n)},detach(e,t,n){const r=this.getPlugins(e);for(let e=0;e<r.length;e++)r[e].detach&&r[e].detach(t,n)}};
+/**
* @copyright 2019 Christoph Wurst <christoph@winzerhof-wurst.at>
*
- * @author 2019 Christoph Wurst <christoph@winzerhof-wurst.at>
+ * @author Christoph Wurst <christoph@winzerhof-wurst.at>
*
* @license GNU AGPL version 3 or any later version
*
@@ -124,13 +348,15 @@ function se(e){for(var t,n=[],r=0,i=-1,a=0;r<e.length;){t=e.charAt(r);var o=!a&&
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ *
*/
-function(e,t){var n=["B","KB","MB","GB","TB"],r=e>0?Math.floor(Math.log(e)/Math.log(1024)):0,i=n[r=Math.min(n.length-1,r)],a=(e/Math.pow(1024,r)).toFixed(1);return!0===t&&0===r?"0.0"!==a?"< 1 KB":"0 KB":(a=r<2?parseFloat(a).toFixed(0):".0"===a.substr(a.length-2,2)?a.substr(0,a.length-2):parseFloat(a).toLocaleString(OC.getCanonicalLocale()))+" "+i},computerFileSize:function(e){if("string"!=typeof e)return null;var t=e.toLowerCase().trim(),n=null,r=t.match(/^[\s+]?([0-9]*)(\.([0-9]+))?( +)?([kmgtp]?b?)$/i);return null===r?null:(n=parseFloat(t),isFinite(n)?(r[5]&&(n*={b:1,k:1024,kb:1024,mb:1048576,m:1048576,gb:1073741824,g:1073741824,tb:1099511627776,t:1099511627776,pb:0x4000000000000,p:0x4000000000000}[r[5]]),n=Math.round(n)):null)},formatDate:function(e,t){return t=t||"LLL",oe()(e).format(t)},relativeModifiedDate:function(e){var n=oe()().diff(oe()(e));return n>=0&&n<45e3?t("core","seconds ago"):oe()(e).fromNow()},isIE:function(){return s()("html").hasClass("ie")},getScrollBarWidth:function(){if(this._scrollBarWidth)return this._scrollBarWidth;var e=document.createElement("p");e.style.width="100%",e.style.height="200px";var t=document.createElement("div");t.style.position="absolute",t.style.top="0px",t.style.left="0px",t.style.visibility="hidden",t.style.width="200px",t.style.height="150px",t.style.overflow="hidden",t.appendChild(e),document.body.appendChild(t);var n=e.offsetWidth;t.style.overflow="scroll";var r=e.offsetWidth;return n===r&&(r=t.clientWidth),document.body.removeChild(t),this._scrollBarWidth=n-r,this._scrollBarWidth},stripTime:function(e){return new Date(e.getFullYear(),e.getMonth(),e.getDate())},naturalSortCompare:function(e,t){var n,r=se(e),i=se(t);for(n=0;r[n]&&i[n];n++)if(r[n]!==i[n]){var a=Number(r[n]),o=Number(i[n]);return a==r[n]&&o==i[n]?a-o:r[n].localeCompare(i[n],pe.getLanguage())}return r.length-i.length},waitFor:function(e,t){!function n(){!0!==e()&&setTimeout(n,t)}()},isCookieSetToValue:function(e,t){for(var n=document.cookie.split(";"),r=0;r<n.length;r++){var i=n[r].split("=");if(i[0].trim()===e&&i[1].trim()===t)return!0}return!1}},ce=window._oc_debug,le=window._oc_webroot;
-/*
+const Q=window._theme||{};var ee=a(2),te=a.n(ee);
+/**
* @copyright 2019 Christoph Wurst <christoph@winzerhof-wurst.at>
*
- * @author 2019 Christoph Wurst <christoph@winzerhof-wurst.at>
+ * @author Christoph Wurst <christoph@winzerhof-wurst.at>
+ * @author John Molakvoæ <skjnldsv@protonmail.com>
*
* @license GNU AGPL version 3 or any later version
*
@@ -145,12 +371,14 @@ function(e,t){var n=["B","KB","MB","GB","TB"],r=e>0?Math.floor(Math.log(e)/Math.
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see <http://www.gnu.org/licenses/>.
- */if(void 0===le){var de=(le=location.pathname).indexOf("/index.php/");le=-1!==de?le.substr(0,de):le.substr(0,le.lastIndexOf("/"))}var fe,he=le,pe=r.a={coreApps:H.i,menuSpeed:H.j,PERMISSION_ALL:H.a,PERMISSION_CREATE:H.b,PERMISSION_DELETE:H.c,PERMISSION_NONE:H.d,PERMISSION_READ:H.e,PERMISSION_SHARE:H.f,PERMISSION_UPDATE:H.g,TAG_FAVORITE:H.h,fileIsBlacklisted:function(e){return!!e.match(P.blacklist_files_regex)},addScript:function(e,t,n){var r;console.warn("OC.addScript is deprecated, use OCP.Loader.loadScript instead");var i=OC.filePath(e,"js",t+".js");return u[i]?n&&n():(r=s.a.Deferred(),s.a.getScript(i,(function(){return r.resolve()})),u[i]=r),u[i]},addStyle:function(e,t){console.warn("OC.addStyle is deprecated, use OCP.Loader.loadStylesheet instead");var n=OC.filePath(e,"css",t+".css");-1===c.indexOf(n)&&(c.push(n),document.createStyleSheet?document.createStyleSheet(n):(t=s()('<link rel="stylesheet" type="text/css" href="'+n+'"/>'),s()("head").append(t)))},Apps:p.a,AppConfig:y,appConfig:_,appSettings:function(e){if(console.warn("OC.appSettings is deprecated and will be removed with Nextcloud 18"),void 0===e||void 0===e.appid)throw{name:"MissingParameter",message:"The parameter appid is missing"};var n={scriptName:"settings.php",cache:!0};s.a.extend(n,e);var r=s()("#appsettings");if(0===r.length)throw{name:"MissingDOMElement",message:'There has be be an element with id "appsettings" for the popup to show.'};var i=s()("#appsettings_popup");if(0===i.length&&(s()("body").prepend('<div class="popup hidden" id="appsettings_popup"></div>'),(i=s()("#appsettings_popup")).addClass(r.hasClass("topright")?"topright":"bottomleft")),i.is(":visible"))i.hide().remove();else{var a=r.hasClass("topright")?"up":"left";s.a.get(Object(v.a)(n.appid,"",n.scriptName),(function(e){i.html(e).ready((function(){if(i.prepend('<span class="arrow '+a+'"></span><h2>'+t("core","Settings")+'</h2><a class="close"></a>').show(),i.find(".close").bind("click",(function(){i.remove()})),void 0!==n.loadJS){var e;if(!0===n.loadJS)e="settings.js";else{if("string"!=typeof n.loadJS)throw{name:"InvalidParameter",message:'The "loadJS" parameter must be either boolean or a string.'};e=n.loadJS}n.cache&&s.a.ajaxSetup({cache:!0}),s.a.getScript(Object(v.a)(n.appid,"js",e)).fail((function(e,t,n){throw n}))}})).show()}),"html")}},appswebroots:g,Backbone:O,ContactsMenu:C.a,config:P,currentUser:R,dialogs:z,EventSource:q,getCurrentUser:function(){return{uid:R,displayName:I}},isUserAdmin:function(){return X},L10N:Z.a,_ajaxConnectionLostHandler:h,_processAjaxError:function(e){(0!==e.status||"abort"!==e.statusText&&"timeout"!==e.statusText&&!pe._reloadCalled)&&(d.a.contains([302,303,307,401],e.status)&&pe.currentUser?setTimeout((function(){if(!pe._userIsNavigatingAway&&!pe._reloadCalled){var e=0,t=setInterval((function(){f.showUpdate(n("core","Problem loading page, reloading in %n second","Problem loading page, reloading in %n seconds",5-e)),e>=5&&(clearInterval(t),pe.reload()),e++}),1e3);pe._reloadCalled=!0}}),100):0===e.status&&setTimeout((function(){pe._userIsNavigatingAway||pe._reloadCalled||pe._ajaxConnectionLostHandler()}),100))},registerXHRForErrorProcessing:function(e){e.addEventListener&&(e.addEventListener("load",(function(){4===e.readyState&&(e.status>=200&&e.status<300||304===e.status||s()(document).trigger(new s.a.Event("ajaxError"),e))})),e.addEventListener("error",(function(){s()(document).trigger(new s.a.Event("ajaxError"),e)})))},_capabilities:G(),getCapabilities:G,hideMenus:K,registerMenu:function(e,t,n,r){t.addClass("menu");var i="A"===e.prop("tagName")||"BUTTON"===e.prop("tagName");e.on(i?"click.menu":"click.menu keyup.menu",(function(i){i.preventDefault(),i.key&&"Enter"!==i.key||(t.is(V)?K():(V&&K(),!0===r&&t.parent().addClass("openedMenu"),e.attr("aria-expanded",!0),t.slideToggle(H.j,n),V=t,e))}))},showMenu:function(e,t,n){t.is(V)||(K(),V=t,e,t.trigger(new s.a.Event("beforeShow")),t.show(),t.trigger(new s.a.Event("afterShow")),d.a.isFunction(n)&&n())},unregisterMenu:function(e,t){t.is(V)&&K(),e.off("click.menu").removeClass("menutoggle"),t.removeClass("menu")},basename:j.basename,encodePath:j.encodePath,dirname:j.dirname,isSamePath:j.isSamePath,joinPaths:j.joinPaths,getHost:function(){return window.location.host},getHostName:function(){return window.location.hostname},getPort:function(){return window.location.port},getProtocol:function(){return window.location.protocol.split(":")[0]},getCanonicalLocale:Z.b,getLocale:Z.d,getLanguage:Z.c,addTranslations:Z.a.load,buildQueryString:A.a,parseQueryString:A.b,msg:ee,Notification:f,PasswordConfirmation:te.a,Plugins:{_plugins:{},register:function(e,t){var n=this._plugins[e];n||(n=this._plugins[e]=[]),n.push(t)},getPlugins:function(e){return this._plugins[e]||[]},attach:function(e,t,n){for(var r=this.getPlugins(e),i=0;i<r.length;i++)r[i].attach&&r[i].attach(t,n)},detach:function(e,t,n){for(var r=this.getPlugins(e),i=0;i<r.length;i++)r[i].detach&&r[i].detach(t,n)}},search:re,theme:ie,Util:ue,debug:ce,filePath:Q.generateFilePath,generateUrl:Q.generateUrl,get:(fe=window,function(e){for(var t=e.split("."),n=t.pop(),r=0;r<t.length;r++)if(!(fe=fe[t[r]]))return!1;return fe[n]}),set:function(e){return function(t,n){for(var r=t.split("."),i=r.pop(),a=0;a<r.length;a++)e[r[a]]||(e[r[a]]={}),e=e[r[a]];return e[i]=n,n}}(window),getRootPath:Q.getRootUrl,imagePath:Q.imagePath,redirect:function(e){window.location=e},reload:function(){window.location.reload()},requestToken:Object(U.a)(),linkTo:Q.linkTo,linkToOCS:Q.generateOcsUrl,linkToRemote:Q.generateRemoteUrl,linkToRemoteBase:v.c,webroot:he};
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ *
+ */
+function ne(e){const t=[];let n,r=0,a=-1,i=0;for(;r<e.length;){n=e.charAt(r);const o=!i&&"."===n||n>="0"&&n<="9";o!==i&&(a++,t[a]="",i=o),t[a]+=n,r++}return t}var re={History:{_handlers:[],_pushState(e,t,n){let r;if(r="string"==typeof e?e:ue.buildQueryString(e),window.history.pushState){t=t||location.pathname+"?"+r;if(navigator.userAgent.toLowerCase().indexOf("firefox")>-1&&parseInt(navigator.userAgent.split("/").pop())<51){const e=document.querySelectorAll('[fill^="url(#"], [stroke^="url(#"], [filter^="url(#invert"]');for(let t,n=0,r=e.length;n<r;n++)t=e[n],t.style.fill=t.style.fill,t.style.stroke=t.style.stroke,t.removeAttribute("filter"),t.setAttribute("filter","url(#invert)")}n?window.history.replaceState(e,"",t):window.history.pushState(e,"",t)}else window.location.hash="?"+r,this._cancelPop=!0},pushState(e,t){this._pushState(e,t,!1)},replaceState(e,t){this._pushState(e,t,!0)},addOnPopStateHandler(e){this._handlers.push(e)},_parseHashQuery(){const e=window.location.hash,t=e.indexOf("?");return t>=0?e.substr(t+1):e.length?e.substr(1):""},_decodeQuery:e=>e.replace(/\+/g," "),parseUrlQuery(){const e=this._parseHashQuery();let t;return e&&(t=ue.parseQueryString(this._decodeQuery(e))),t=d.default.extend(t||{},ue.parseQueryString(this._decodeQuery(location.search))),t||{}},_onPopState(e){if(this._cancelPop)return void(this._cancelPop=!1);let t;if(this._handlers.length){t=e&&e.state,d.default.isString(t)?t=ue.parseQueryString(t):t||(t=this.parseUrlQuery()||{});for(let e=0;e<this._handlers.length;e++)this._handlers[e](t)}}},humanFileSize:a(480).formatFileSize,computerFileSize(e){if("string"!=typeof e)return null;const t=e.toLowerCase().trim();let n=null;const r={b:1,k:1024,kb:1024,mb:1048576,m:1048576,gb:1073741824,g:1073741824,tb:1099511627776,t:1099511627776,pb:0x4000000000000,p:0x4000000000000},a=t.match(/^[\s+]?([0-9]*)(\.([0-9]+))?( +)?([kmgtp]?b?)$/i);return null===a?null:(n=parseFloat(t),isFinite(n)?(a[5]&&(n*=r[a[5]]),n=Math.round(n),n):null)},formatDate:(e,t)=>(void 0===window.TESTING&&console.warn("OC.Util.formatDate is deprecated and will be removed in Nextcloud 21. See @nextcloud/moment"),t=t||"LLL",te()(e).format(t)),relativeModifiedDate(e){void 0===window.TESTING&&console.warn("OC.Util.relativeModifiedDate is deprecated and will be removed in Nextcloud 21. See @nextcloud/moment");const n=te()().diff(te()(e));return n>=0&&n<45e3?t("core","seconds ago"):te()(e).fromNow()},isIE:()=>s()("html").hasClass("ie"),getScrollBarWidth(){if(this._scrollBarWidth)return this._scrollBarWidth;const e=document.createElement("p");e.style.width="100%",e.style.height="200px";const t=document.createElement("div");t.style.position="absolute",t.style.top="0px",t.style.left="0px",t.style.visibility="hidden",t.style.width="200px",t.style.height="150px",t.style.overflow="hidden",t.appendChild(e),document.body.appendChild(t);const n=e.offsetWidth;t.style.overflow="scroll";let r=e.offsetWidth;return n===r&&(r=t.clientWidth),document.body.removeChild(t),this._scrollBarWidth=n-r,this._scrollBarWidth},stripTime:e=>new Date(e.getFullYear(),e.getMonth(),e.getDate()),naturalSortCompare(e,t){let n;const r=ne(e),a=ne(t);for(n=0;r[n]&&a[n];n++)if(r[n]!==a[n]){const e=Number(r[n]),t=Number(a[n]);return e==r[n]&&t==a[n]?e-t:r[n].localeCompare(a[n],ue.getLanguage())}return r.length-a.length},waitFor(e,t){const n=function(){!0!==e()&&setTimeout(n,t)};n()},isCookieSetToValue(e,t){const n=document.cookie.split(";");for(let r=0;r<n.length;r++){const a=n[r].split("=");if(a[0].trim()===e&&a[1].trim()===t)return!0}return!1}};
/**
* @copyright 2019 Christoph Wurst <christoph@winzerhof-wurst.at>
*
- * @author 2019 Christoph Wurst <christoph@winzerhof-wurst.at>
+ * @author Christoph Wurst <christoph@winzerhof-wurst.at>
*
* @license GNU AGPL version 3 or any later version
*
@@ -165,33 +393,37 @@ function(e,t){var n=["B","KB","MB","GB","TB"],r=e>0?Math.floor(Math.log(e)/Math.
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see <http://www.gnu.org/licenses/>.
- */Object(a.subscribe)("csrf-token-update",(function(e){OC.requestToken=e.token,console.info("OC.requestToken changed",e.token)}))},function(e,t,n){(function(t){var n=function(e){return e&&e.Math==Math&&e};e.exports=n("object"==typeof globalThis&&globalThis)||n("object"==typeof window&&window)||n("object"==typeof self&&self)||n("object"==typeof t&&t)||Function("return this")()}).call(this,n(14))},function(e,t,n){var r=n(5),i=n(124),a=n(8),o=n(76),s=n(129),u=n(227),c=i("wks"),l=r.Symbol,d=u?l:l&&l.withoutSetter||o;e.exports=function(e){return a(c,e)||(s&&a(l,e)?c[e]=l[e]:c[e]=d("Symbol."+e)),c[e]}},function(e,t){e.exports=function(e){try{return!!e()}catch(e){return!0}}},function(e,t){var n={}.hasOwnProperty;e.exports=function(e,t){return n.call(e,t)}},,function(e,t){e.exports=function(e){return"object"==typeof e?null!==e:"function"==typeof e}},function(e,t,n){"use strict";n.d(t,"i",(function(){return r})),n.d(t,"j",(function(){return i})),n.d(t,"d",(function(){return a})),n.d(t,"b",(function(){return o})),n.d(t,"e",(function(){return s})),n.d(t,"g",(function(){return u})),n.d(t,"c",(function(){return c})),n.d(t,"f",(function(){return l})),n.d(t,"a",(function(){return d})),n.d(t,"h",(function(){return f}));
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ *
+ */const ae=window._oc_debug;
/**
* @copyright 2019 Christoph Wurst <christoph@winzerhof-wurst.at>
*
- * @author 2019 Christoph Wurst <christoph@winzerhof-wurst.at>
+ * @author Christoph Wurst <christoph@winzerhof-wurst.at>
*
* @license GNU AGPL version 3 or any later version
*
- * This program is free software = you can redistribute it and/or modify
+ * This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
- * published by the Free Software Foundation either version 3 of the
- * License or (at your option) any later version.
+ * published by the Free Software Foundation, either version 3 of the
+ * License, or (at your option) any later version.
*
- * This program is distributed in the hope that it will be useful
+ * This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with this program. If not see <http://www.gnu.org/licenses/>.
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ *
*/
-var r=["","admin","log","core/search","core","3rdparty"],i=50,a=0,o=4,s=1,u=2,c=8,l=16,d=31,f="_$!<Favorite>!$_"},function(e,t,n){var r=n(15),i=n(120),a=n(20),o=n(72),s=Object.defineProperty;t.f=r?s:function(e,t,n){if(a(e),t=o(t,!0),a(n),i)try{return s(e,t,n)}catch(e){}if("get"in n||"set"in n)throw TypeError("Accessors not supported");return"value"in n&&(e[t]=n.value),e}},function(e,t){e.exports=function(e){try{return!!e()}catch(e){return!0}}},function(e,t){var n;n=function(){return this}();try{n=n||new Function("return this")()}catch(e){"object"==typeof window&&(n=window)}e.exports=n},function(e,t,n){var r=n(7);e.exports=!r((function(){return 7!=Object.defineProperty({},1,{get:function(){return 7}})[1]}))},function(e,t,n){var r=n(15),i=n(12),a=n(43);e.exports=r?function(e,t,n){return i.f(e,t,a(1,n))}:function(e,t,n){return e[t]=n,e}},function(e,t,n){(function(t){var n=function(e){return e&&e.Math==Math&&e};e.exports=n("object"==typeof globalThis&&globalThis)||n("object"==typeof window&&window)||n("object"==typeof self&&self)||n("object"==typeof t&&t)||Function("return this")()}).call(this,n(14))},,function(e,t,n){"use strict";var r=n(445),i=Object.prototype.toString;function a(e){return"[object Array]"===i.call(e)}function o(e){return void 0===e}function s(e){return null!==e&&"object"==typeof e}function u(e){return"[object Function]"===i.call(e)}function c(e,t){if(null!=e)if("object"!=typeof e&&(e=[e]),a(e))for(var n=0,r=e.length;n<r;n++)t.call(null,e[n],n,e);else for(var i in e)Object.prototype.hasOwnProperty.call(e,i)&&t.call(null,e[i],i,e)}e.exports={isArray:a,isArrayBuffer:function(e){return"[object ArrayBuffer]"===i.call(e)},isBuffer:function(e){return null!==e&&!o(e)&&null!==e.constructor&&!o(e.constructor)&&"function"==typeof e.constructor.isBuffer&&e.constructor.isBuffer(e)},isFormData:function(e){return"undefined"!=typeof FormData&&e instanceof FormData},isArrayBufferView:function(e){return"undefined"!=typeof ArrayBuffer&&ArrayBuffer.isView?ArrayBuffer.isView(e):e&&e.buffer&&e.buffer instanceof ArrayBuffer},isString:function(e){return"string"==typeof e},isNumber:function(e){return"number"==typeof e},isObject:s,isUndefined:o,isDate:function(e){return"[object Date]"===i.call(e)},isFile:function(e){return"[object File]"===i.call(e)},isBlob:function(e){return"[object Blob]"===i.call(e)},isFunction:u,isStream:function(e){return s(e)&&u(e.pipe)},isURLSearchParams:function(e){return"undefined"!=typeof URLSearchParams&&e instanceof URLSearchParams},isStandardBrowserEnv:function(){return("undefined"==typeof navigator||"ReactNative"!==navigator.product&&"NativeScript"!==navigator.product&&"NS"!==navigator.product)&&("undefined"!=typeof window&&"undefined"!=typeof document)},forEach:c,merge:function e(){var t={};function n(n,r){"object"==typeof t[r]&&"object"==typeof n?t[r]=e(t[r],n):t[r]=n}for(var r=0,i=arguments.length;r<i;r++)c(arguments[r],n);return t},deepMerge:function e(){var t={};function n(n,r){"object"==typeof t[r]&&"object"==typeof n?t[r]=e(t[r],n):t[r]="object"==typeof n?e({},n):n}for(var r=0,i=arguments.length;r<i;r++)c(arguments[r],n);return t},extend:function(e,t,n){return c(t,(function(t,i){e[i]=n&&"function"==typeof t?r(t,n):t})),e},trim:function(e){return e.replace(/^\s*/,"").replace(/\s*$/,"")}}},function(e,t,n){var r=n(10);e.exports=function(e){if(!r(e))throw TypeError(String(e)+" is not an object");return e}},function(e,t){e.exports=function(e){try{return!!e()}catch(e){return!0}}},function(e,t,n){"use strict";n(477),n(492),n(495),n(196),n(500),n(501),Object.defineProperty(t,"__esModule",{value:!0}),t.getRootUrl=t.generateFilePath=t.imagePath=t.generateUrl=t.generateOcsUrl=t.generateRemoteUrl=t.linkTo=void 0;t.linkTo=function(e,t){return r(e,"",t)};t.generateRemoteUrl=function(e){return window.location.protocol+"//"+window.location.host+function(e){return i()+"/remote.php/"+e}(e)};t.generateOcsUrl=function(e,t){return t=2!==t?1:2,window.location.protocol+"//"+window.location.host+i()+"/ocs/v"+t+".php/"+e+"/"};t.generateUrl=function(e,t,n){var r=Object.assign({escape:!0,noRewrite:!1},n||{}),a=function(e,t){return t=t||{},e.replace(/{([^{}]*)}/g,(function(e,n){var i=t[n];return r.escape?"string"==typeof i||"number"==typeof i?encodeURIComponent(i.toString()):encodeURIComponent(e):"string"==typeof i||"number"==typeof i?i.toString():e}))};return"/"!==e.charAt(0)&&(e="/"+e),!0!==OC.config.modRewriteWorking||r.noRewrite?i()+"/index.php"+a(e,t||{}):i()+a(e,t||{})};t.imagePath=function(e,t){return-1===t.indexOf(".")?r(e,"img",t+".svg"):r(e,"img",t)};var r=function(e,t,n){var r=-1!==OC.coreApps.indexOf(e),a=i();return"php"!==n.substring(n.length-3)||r?"php"===n.substring(n.length-3)||r?(a+="settings"!==e&&"core"!==e&&"search"!==e||"ajax"!==t?"/":"/index.php/",r||(a+="apps/"),""!==e&&(a+=e+="/"),t&&(a+=t+"/"),a+=n):(a=OC.appswebroots[e],t&&(a+="/"+t+"/"),"/"!==a.substring(a.length-1)&&(a+="/"),a+=n):(a+="/index.php/apps/"+e,"index.php"!==n&&(a+="/",t&&(a+=encodeURI(t+"/")),a+=n)),a};t.generateFilePath=r;var i=function(){return OC.webroot};t.getRootUrl=i},function(e,t,n){(function(t){var n=function(e){return e&&e.Math==Math&&e};e.exports=n("object"==typeof globalThis&&globalThis)||n("object"==typeof window&&window)||n("object"==typeof self&&self)||n("object"==typeof t&&t)||Function("return this")()}).call(this,n(14))},function(e,t,n){(function(t){var n=function(e){return e&&e.Math==Math&&e};e.exports=n("object"==typeof globalThis&&globalThis)||n("object"==typeof window&&window)||n("object"==typeof self&&self)||n("object"==typeof t&&t)||Function("return this")()}).call(this,n(14))},,,function(e,t,n){"use strict";t.__esModule=!0,t.extend=s,t.indexOf=function(e,t){for(var n=0,r=e.length;n<r;n++)if(e[n]===t)return n;return-1},t.escapeExpression=function(e){if("string"!=typeof e){if(e&&e.toHTML)return e.toHTML();if(null==e)return"";if(!e)return e+"";e=""+e}if(!a.test(e))return e;return e.replace(i,o)},t.isEmpty=function(e){return!e&&0!==e||!(!l(e)||0!==e.length)},t.createFrame=function(e){var t=s({},e);return t._parent=e,t},t.blockParams=function(e,t){return e.path=t,e},t.appendContextPath=function(e,t){return(e?e+".":"")+t};var r={"&":"&amp;","<":"&lt;",">":"&gt;",'"':"&quot;","'":"&#x27;","`":"&#x60;","=":"&#x3D;"},i=/[&<>"'`=]/g,a=/[&<>"'`=]/;function o(e){return r[e]}function s(e){for(var t=1;t<arguments.length;t++)for(var n in arguments[t])Object.prototype.hasOwnProperty.call(arguments[t],n)&&(e[n]=arguments[t][n]);return e}var u=Object.prototype.toString;t.toString=u;var c=function(e){return"function"==typeof e};c(/x/)&&(t.isFunction=c=function(e){return"function"==typeof e&&"[object Function]"===u.call(e)}),t.isFunction=c;var l=Array.isArray||function(e){return!(!e||"object"!=typeof e)&&"[object Array]"===u.call(e)};t.isArray=l},function(e,t,n){(function(t){var n=function(e){return e&&e.Math==Math&&e};e.exports=n("object"==typeof globalThis&&globalThis)||n("object"==typeof window&&window)||n("object"==typeof self&&self)||n("object"==typeof t&&t)||Function("return this")()}).call(this,n(14))},,function(e,t){var n={}.hasOwnProperty;e.exports=function(e,t){return n.call(e,t)}},,function(e,t,n){var r=n(5),i=n(118).f,a=n(16),o=n(33),s=n(73),u=n(219),c=n(126);e.exports=function(e,t){var n,l,d,f,h,p=e.target,m=e.global,_=e.stat;if(n=m?r:_?r[p]||s(p,{}):(r[p]||{}).prototype)for(l in t){if(f=t[l],d=e.noTargetGet?(h=i(n,l))&&h.value:n[l],!c(m?l:p+(_?".":"#")+l,e.forced)&&void 0!==d){if(typeof f==typeof d)continue;u(f,d)}(e.sham||d&&d.sham)&&a(f,"sham",!0),o(n,l,f,e)}}},function(e,t,n){var r=n(5),i=n(16),a=n(8),o=n(73),s=n(122),u=n(45),c=u.get,l=u.enforce,d=String(String).split("String");(e.exports=function(e,t,n,s){var u=!!s&&!!s.unsafe,c=!!s&&!!s.enumerable,f=!!s&&!!s.noTargetGet;"function"==typeof n&&("string"!=typeof t||a(n,"name")||i(n,"name",t),l(n).source=d.join("string"==typeof t?t:"")),e!==r?(u?!f&&e[t]&&(c=!0):delete e[t],c?e[t]=n:i(e,t,n)):c?e[t]=n:o(t,n)})(Function.prototype,"toString",(function(){return"function"==typeof this&&c(this).source||s(this)}))},function(e,t){e.exports={}},function(e,t,n){(function(t){var n=function(e){return e&&e.Math==Math&&e};e.exports=n("object"==typeof globalThis&&globalThis)||n("object"==typeof window&&window)||n("object"==typeof self&&self)||n("object"==typeof t&&t)||Function("return this")()}).call(this,n(14))},,,function(e,t,n){(function(r){var i,a,o;o="object"==typeof self&&self.self===self&&self||"object"==typeof r&&r.global===r&&r,i=[n(2),n(0),t],void 0===(a=function(e,t,n){o.Backbone=function(e,t,n,r){var i=e.Backbone,a=Array.prototype.slice;t.VERSION="1.4.0",t.$=r,t.noConflict=function(){return e.Backbone=i,this},t.emulateHTTP=!1,t.emulateJSON=!1;var o,s=t.Events={},u=/\s+/,c=function(e,t,r,i,a){var o,s=0;if(r&&"object"==typeof r){void 0!==i&&"context"in a&&void 0===a.context&&(a.context=i);for(o=n.keys(r);s<o.length;s++)t=c(e,t,o[s],r[o[s]],a)}else if(r&&u.test(r))for(o=r.split(u);s<o.length;s++)t=e(t,o[s],i,a);else t=e(t,r,i,a);return t};s.on=function(e,t,n){return this._events=c(l,this._events||{},e,t,{context:n,ctx:this,listening:o}),o&&((this._listeners||(this._listeners={}))[o.id]=o,o.interop=!1),this},s.listenTo=function(e,t,r){if(!e)return this;var i=e._listenId||(e._listenId=n.uniqueId("l")),a=this._listeningTo||(this._listeningTo={}),s=o=a[i];s||(this._listenId||(this._listenId=n.uniqueId("l")),s=o=a[i]=new _(this,e));var u=d(e,t,r,this);if(o=void 0,u)throw u;return s.interop&&s.on(t,r),this};var l=function(e,t,n,r){if(n){var i=e[t]||(e[t]=[]),a=r.context,o=r.ctx,s=r.listening;s&&s.count++,i.push({callback:n,context:a,ctx:a||o,listening:s})}return e},d=function(e,t,n,r){try{e.on(t,n,r)}catch(e){return e}};s.off=function(e,t,n){return this._events?(this._events=c(f,this._events,e,t,{context:n,listeners:this._listeners}),this):this},s.stopListening=function(e,t,r){var i=this._listeningTo;if(!i)return this;for(var a=e?[e._listenId]:n.keys(i),o=0;o<a.length;o++){var s=i[a[o]];if(!s)break;s.obj.off(t,r,this),s.interop&&s.off(t,r)}return n.isEmpty(i)&&(this._listeningTo=void 0),this};var f=function(e,t,r,i){if(e){var a,o=i.context,s=i.listeners,u=0;if(t||o||r){for(a=t?[t]:n.keys(e);u<a.length;u++){var c=e[t=a[u]];if(!c)break;for(var l=[],d=0;d<c.length;d++){var f=c[d];if(r&&r!==f.callback&&r!==f.callback._callback||o&&o!==f.context)l.push(f);else{var h=f.listening;h&&h.off(t,r)}}l.length?e[t]=l:delete e[t]}return e}for(a=n.keys(s);u<a.length;u++)s[a[u]].cleanup()}};s.once=function(e,t,n){var r=c(h,{},e,t,this.off.bind(this));return"string"==typeof e&&null==n&&(t=void 0),this.on(r,t,n)},s.listenToOnce=function(e,t,n){var r=c(h,{},t,n,this.stopListening.bind(this,e));return this.listenTo(e,r)};var h=function(e,t,r,i){if(r){var a=e[t]=n.once((function(){i(t,a),r.apply(this,arguments)}));a._callback=r}return e};s.trigger=function(e){if(!this._events)return this;for(var t=Math.max(0,arguments.length-1),n=Array(t),r=0;r<t;r++)n[r]=arguments[r+1];return c(p,this._events,e,void 0,n),this};var p=function(e,t,n,r){if(e){var i=e[t],a=e.all;i&&a&&(a=a.slice()),i&&m(i,r),a&&m(a,[t].concat(r))}return e},m=function(e,t){var n,r=-1,i=e.length,a=t[0],o=t[1],s=t[2];switch(t.length){case 0:for(;++r<i;)(n=e[r]).callback.call(n.ctx);return;case 1:for(;++r<i;)(n=e[r]).callback.call(n.ctx,a);return;case 2:for(;++r<i;)(n=e[r]).callback.call(n.ctx,a,o);return;case 3:for(;++r<i;)(n=e[r]).callback.call(n.ctx,a,o,s);return;default:for(;++r<i;)(n=e[r]).callback.apply(n.ctx,t);return}},_=function(e,t){this.id=e._listenId,this.listener=e,this.obj=t,this.interop=!0,this.count=0,this._events=void 0};_.prototype.on=s.on,_.prototype.off=function(e,t){var n;this.interop?(this._events=c(f,this._events,e,t,{context:void 0,listeners:void 0}),n=!this._events):(this.count--,n=0===this.count),n&&this.cleanup()},_.prototype.cleanup=function(){delete this.listener._listeningTo[this.obj._listenId],this.interop||delete this.obj._listeners[this.id]},s.bind=s.on,s.unbind=s.off,n.extend(t,s);var y=t.Model=function(e,t){var r=e||{};t||(t={}),this.preinitialize.apply(this,arguments),this.cid=n.uniqueId(this.cidPrefix),this.attributes={},t.collection&&(this.collection=t.collection),t.parse&&(r=this.parse(r,t)||{});var i=n.result(this,"defaults");r=n.defaults(n.extend({},i,r),i),this.set(r,t),this.changed={},this.initialize.apply(this,arguments)};n.extend(y.prototype,s,{changed:null,validationError:null,idAttribute:"id",cidPrefix:"c",preinitialize:function(){},initialize:function(){},toJSON:function(e){return n.clone(this.attributes)},sync:function(){return t.sync.apply(this,arguments)},get:function(e){return this.attributes[e]},escape:function(e){return n.escape(this.get(e))},has:function(e){return null!=this.get(e)},matches:function(e){return!!n.iteratee(e,this)(this.attributes)},set:function(e,t,r){if(null==e)return this;var i;if("object"==typeof e?(i=e,r=t):(i={})[e]=t,r||(r={}),!this._validate(i,r))return!1;var a=r.unset,o=r.silent,s=[],u=this._changing;this._changing=!0,u||(this._previousAttributes=n.clone(this.attributes),this.changed={});var c=this.attributes,l=this.changed,d=this._previousAttributes;for(var f in i)t=i[f],n.isEqual(c[f],t)||s.push(f),n.isEqual(d[f],t)?delete l[f]:l[f]=t,a?delete c[f]:c[f]=t;if(this.idAttribute in i&&(this.id=this.get(this.idAttribute)),!o){s.length&&(this._pending=r);for(var h=0;h<s.length;h++)this.trigger("change:"+s[h],this,c[s[h]],r)}if(u)return this;if(!o)for(;this._pending;)r=this._pending,this._pending=!1,this.trigger("change",this,r);return this._pending=!1,this._changing=!1,this},unset:function(e,t){return this.set(e,void 0,n.extend({},t,{unset:!0}))},clear:function(e){var t={};for(var r in this.attributes)t[r]=void 0;return this.set(t,n.extend({},e,{unset:!0}))},hasChanged:function(e){return null==e?!n.isEmpty(this.changed):n.has(this.changed,e)},changedAttributes:function(e){if(!e)return!!this.hasChanged()&&n.clone(this.changed);var t,r=this._changing?this._previousAttributes:this.attributes,i={};for(var a in e){var o=e[a];n.isEqual(r[a],o)||(i[a]=o,t=!0)}return!!t&&i},previous:function(e){return null!=e&&this._previousAttributes?this._previousAttributes[e]:null},previousAttributes:function(){return n.clone(this._previousAttributes)},fetch:function(e){e=n.extend({parse:!0},e);var t=this,r=e.success;return e.success=function(n){var i=e.parse?t.parse(n,e):n;if(!t.set(i,e))return!1;r&&r.call(e.context,t,n,e),t.trigger("sync",t,n,e)},U(this,e),this.sync("read",this,e)},save:function(e,t,r){var i;null==e||"object"==typeof e?(i=e,r=t):(i={})[e]=t;var a=(r=n.extend({validate:!0,parse:!0},r)).wait;if(i&&!a){if(!this.set(i,r))return!1}else if(!this._validate(i,r))return!1;var o=this,s=r.success,u=this.attributes;r.success=function(e){o.attributes=u;var t=r.parse?o.parse(e,r):e;if(a&&(t=n.extend({},i,t)),t&&!o.set(t,r))return!1;s&&s.call(r.context,o,e,r),o.trigger("sync",o,e,r)},U(this,r),i&&a&&(this.attributes=n.extend({},u,i));var c=this.isNew()?"create":r.patch?"patch":"update";"patch"!==c||r.attrs||(r.attrs=i);var l=this.sync(c,this,r);return this.attributes=u,l},destroy:function(e){e=e?n.clone(e):{};var t=this,r=e.success,i=e.wait,a=function(){t.stopListening(),t.trigger("destroy",t,t.collection,e)};e.success=function(n){i&&a(),r&&r.call(e.context,t,n,e),t.isNew()||t.trigger("sync",t,n,e)};var o=!1;return this.isNew()?n.defer(e.success):(U(this,e),o=this.sync("delete",this,e)),i||a(),o},url:function(){var e=n.result(this,"urlRoot")||n.result(this.collection,"url")||z();if(this.isNew())return e;var t=this.get(this.idAttribute);return e.replace(/[^\/]$/,"$&/")+encodeURIComponent(t)},parse:function(e,t){return e},clone:function(){return new this.constructor(this.attributes)},isNew:function(){return!this.has(this.idAttribute)},isValid:function(e){return this._validate({},n.extend({},e,{validate:!0}))},_validate:function(e,t){if(!t.validate||!this.validate)return!0;e=n.extend({},this.attributes,e);var r=this.validationError=this.validate(e,t)||null;return!r||(this.trigger("invalid",this,r,n.extend(t,{validationError:r})),!1)}});var v=t.Collection=function(e,t){t||(t={}),this.preinitialize.apply(this,arguments),t.model&&(this.model=t.model),void 0!==t.comparator&&(this.comparator=t.comparator),this._reset(),this.initialize.apply(this,arguments),e&&this.reset(e,n.extend({silent:!0},t))},g={add:!0,remove:!0,merge:!0},M={add:!0,remove:!1},L=function(e,t,n){n=Math.min(Math.max(n,0),e.length);var r,i=Array(e.length-n),a=t.length;for(r=0;r<i.length;r++)i[r]=e[r+n];for(r=0;r<a;r++)e[r+n]=t[r];for(r=0;r<i.length;r++)e[r+a+n]=i[r]};n.extend(v.prototype,s,{model:y,preinitialize:function(){},initialize:function(){},toJSON:function(e){return this.map((function(t){return t.toJSON(e)}))},sync:function(){return t.sync.apply(this,arguments)},add:function(e,t){return this.set(e,n.extend({merge:!1},t,M))},remove:function(e,t){t=n.extend({},t);var r=!n.isArray(e);e=r?[e]:e.slice();var i=this._removeModels(e,t);return!t.silent&&i.length&&(t.changes={added:[],merged:[],removed:i},this.trigger("update",this,t)),r?i[0]:i},set:function(e,t){if(null!=e){(t=n.extend({},g,t)).parse&&!this._isModel(e)&&(e=this.parse(e,t)||[]);var r=!n.isArray(e);e=r?[e]:e.slice();var i=t.at;null!=i&&(i=+i),i>this.length&&(i=this.length),i<0&&(i+=this.length+1);var a,o,s=[],u=[],c=[],l=[],d={},f=t.add,h=t.merge,p=t.remove,m=!1,_=this.comparator&&null==i&&!1!==t.sort,y=n.isString(this.comparator)?this.comparator:null;for(o=0;o<e.length;o++){a=e[o];var v=this.get(a);if(v){if(h&&a!==v){var M=this._isModel(a)?a.attributes:a;t.parse&&(M=v.parse(M,t)),v.set(M,t),c.push(v),_&&!m&&(m=v.hasChanged(y))}d[v.cid]||(d[v.cid]=!0,s.push(v)),e[o]=v}else f&&(a=e[o]=this._prepareModel(a,t))&&(u.push(a),this._addReference(a,t),d[a.cid]=!0,s.push(a))}if(p){for(o=0;o<this.length;o++)d[(a=this.models[o]).cid]||l.push(a);l.length&&this._removeModels(l,t)}var w=!1,b=!_&&f&&p;if(s.length&&b?(w=this.length!==s.length||n.some(this.models,(function(e,t){return e!==s[t]})),this.models.length=0,L(this.models,s,0),this.length=this.models.length):u.length&&(_&&(m=!0),L(this.models,u,null==i?this.length:i),this.length=this.models.length),m&&this.sort({silent:!0}),!t.silent){for(o=0;o<u.length;o++)null!=i&&(t.index=i+o),(a=u[o]).trigger("add",a,this,t);(m||w)&&this.trigger("sort",this,t),(u.length||l.length||c.length)&&(t.changes={added:u,removed:l,merged:c},this.trigger("update",this,t))}return r?e[0]:e}},reset:function(e,t){t=t?n.clone(t):{};for(var r=0;r<this.models.length;r++)this._removeReference(this.models[r],t);return t.previousModels=this.models,this._reset(),e=this.add(e,n.extend({silent:!0},t)),t.silent||this.trigger("reset",this,t),e},push:function(e,t){return this.add(e,n.extend({at:this.length},t))},pop:function(e){var t=this.at(this.length-1);return this.remove(t,e)},unshift:function(e,t){return this.add(e,n.extend({at:0},t))},shift:function(e){var t=this.at(0);return this.remove(t,e)},slice:function(){return a.apply(this.models,arguments)},get:function(e){if(null!=e)return this._byId[e]||this._byId[this.modelId(this._isModel(e)?e.attributes:e)]||e.cid&&this._byId[e.cid]},has:function(e){return null!=this.get(e)},at:function(e){return e<0&&(e+=this.length),this.models[e]},where:function(e,t){return this[t?"find":"filter"](e)},findWhere:function(e){return this.where(e,!0)},sort:function(e){var t=this.comparator;if(!t)throw new Error("Cannot sort a set without a comparator");e||(e={});var r=t.length;return n.isFunction(t)&&(t=t.bind(this)),1===r||n.isString(t)?this.models=this.sortBy(t):this.models.sort(t),e.silent||this.trigger("sort",this,e),this},pluck:function(e){return this.map(e+"")},fetch:function(e){var t=(e=n.extend({parse:!0},e)).success,r=this;return e.success=function(n){var i=e.reset?"reset":"set";r[i](n,e),t&&t.call(e.context,r,n,e),r.trigger("sync",r,n,e)},U(this,e),this.sync("read",this,e)},create:function(e,t){var r=(t=t?n.clone(t):{}).wait;if(!(e=this._prepareModel(e,t)))return!1;r||this.add(e,t);var i=this,a=t.success;return t.success=function(e,t,n){r&&i.add(e,n),a&&a.call(n.context,e,t,n)},e.save(null,t),e},parse:function(e,t){return e},clone:function(){return new this.constructor(this.models,{model:this.model,comparator:this.comparator})},modelId:function(e){return e[this.model.prototype.idAttribute||"id"]},values:function(){return new b(this,k)},keys:function(){return new b(this,Y)},entries:function(){return new b(this,T)},_reset:function(){this.length=0,this.models=[],this._byId={}},_prepareModel:function(e,t){if(this._isModel(e))return e.collection||(e.collection=this),e;(t=t?n.clone(t):{}).collection=this;var r=new this.model(e,t);return r.validationError?(this.trigger("invalid",this,r.validationError,t),!1):r},_removeModels:function(e,t){for(var n=[],r=0;r<e.length;r++){var i=this.get(e[r]);if(i){var a=this.indexOf(i);this.models.splice(a,1),this.length--,delete this._byId[i.cid];var o=this.modelId(i.attributes);null!=o&&delete this._byId[o],t.silent||(t.index=a,i.trigger("remove",i,this,t)),n.push(i),this._removeReference(i,t)}}return n},_isModel:function(e){return e instanceof y},_addReference:function(e,t){this._byId[e.cid]=e;var n=this.modelId(e.attributes);null!=n&&(this._byId[n]=e),e.on("all",this._onModelEvent,this)},_removeReference:function(e,t){delete this._byId[e.cid];var n=this.modelId(e.attributes);null!=n&&delete this._byId[n],this===e.collection&&delete e.collection,e.off("all",this._onModelEvent,this)},_onModelEvent:function(e,t,n,r){if(t){if(("add"===e||"remove"===e)&&n!==this)return;if("destroy"===e&&this.remove(t,r),"change"===e){var i=this.modelId(t.previousAttributes()),a=this.modelId(t.attributes);i!==a&&(null!=i&&delete this._byId[i],null!=a&&(this._byId[a]=t))}}this.trigger.apply(this,arguments)}});var w="function"==typeof Symbol&&Symbol.iterator;w&&(v.prototype[w]=v.prototype.values);var b=function(e,t){this._collection=e,this._kind=t,this._index=0},k=1,Y=2,T=3;w&&(b.prototype[w]=function(){return this}),b.prototype.next=function(){if(this._collection){if(this._index<this._collection.length){var e,t=this._collection.at(this._index);if(this._index++,this._kind===k)e=t;else{var n=this._collection.modelId(t.attributes);e=this._kind===Y?n:[n,t]}return{value:e,done:!1}}this._collection=void 0}return{value:void 0,done:!0}};var x=t.View=function(e){this.cid=n.uniqueId("view"),this.preinitialize.apply(this,arguments),n.extend(this,n.pick(e,S)),this._ensureElement(),this.initialize.apply(this,arguments)},D=/^(\S+)\s*(.*)$/,S=["model","collection","el","id","attributes","className","tagName","events"];n.extend(x.prototype,s,{tagName:"div",$:function(e){return this.$el.find(e)},preinitialize:function(){},initialize:function(){},render:function(){return this},remove:function(){return this._removeElement(),this.stopListening(),this},_removeElement:function(){this.$el.remove()},setElement:function(e){return this.undelegateEvents(),this._setElement(e),this.delegateEvents(),this},_setElement:function(e){this.$el=e instanceof t.$?e:t.$(e),this.el=this.$el[0]},delegateEvents:function(e){if(e||(e=n.result(this,"events")),!e)return this;for(var t in this.undelegateEvents(),e){var r=e[t];if(n.isFunction(r)||(r=this[r]),r){var i=t.match(D);this.delegate(i[1],i[2],r.bind(this))}}return this},delegate:function(e,t,n){return this.$el.on(e+".delegateEvents"+this.cid,t,n),this},undelegateEvents:function(){return this.$el&&this.$el.off(".delegateEvents"+this.cid),this},undelegate:function(e,t,n){return this.$el.off(e+".delegateEvents"+this.cid,t,n),this},_createElement:function(e){return document.createElement(e)},_ensureElement:function(){if(this.el)this.setElement(n.result(this,"el"));else{var e=n.extend({},n.result(this,"attributes"));this.id&&(e.id=n.result(this,"id")),this.className&&(e.class=n.result(this,"className")),this.setElement(this._createElement(n.result(this,"tagName"))),this._setAttributes(e)}},_setAttributes:function(e){this.$el.attr(e)}});var E=function(e,t,r,i){n.each(r,(function(n,r){t[r]&&(e.prototype[r]=function(e,t,n,r){switch(t){case 1:return function(){return e[n](this[r])};case 2:return function(t){return e[n](this[r],t)};case 3:return function(t,i){return e[n](this[r],O(t,this),i)};case 4:return function(t,i,a){return e[n](this[r],O(t,this),i,a)};default:return function(){var t=a.call(arguments);return t.unshift(this[r]),e[n].apply(e,t)}}}(t,n,r,i))}))},O=function(e,t){return n.isFunction(e)?e:n.isObject(e)&&!t._isModel(e)?j(e):n.isString(e)?function(t){return t.get(e)}:e},j=function(e){var t=n.matches(e);return function(e){return t(e.attributes)}};n.each([[v,{forEach:3,each:3,map:3,collect:3,reduce:0,foldl:0,inject:0,reduceRight:0,foldr:0,find:3,detect:3,filter:3,select:3,reject:3,every:3,all:3,some:3,any:3,include:3,includes:3,contains:3,invoke:0,max:3,min:3,toArray:1,size:1,first:3,head:3,take:3,initial:3,rest:3,tail:3,drop:3,last:3,without:0,difference:0,indexOf:3,shuffle:1,lastIndexOf:3,isEmpty:1,chain:1,sample:3,partition:3,groupBy:3,countBy:3,sortBy:3,indexBy:3,findIndex:3,findLastIndex:3},"models"],[y,{keys:1,values:1,pairs:1,invert:1,pick:0,omit:0,chain:1,isEmpty:1},"attributes"]],(function(e){var t=e[0],r=e[1],i=e[2];t.mixin=function(e){var r=n.reduce(n.functions(e),(function(e,t){return e[t]=0,e}),{});E(t,e,r,i)},E(t,n,r,i)})),t.sync=function(e,r,i){var a=A[e];n.defaults(i||(i={}),{emulateHTTP:t.emulateHTTP,emulateJSON:t.emulateJSON});var o={type:a,dataType:"json"};if(i.url||(o.url=n.result(r,"url")||z()),null!=i.data||!r||"create"!==e&&"update"!==e&&"patch"!==e||(o.contentType="application/json",o.data=JSON.stringify(i.attrs||r.toJSON(i))),i.emulateJSON&&(o.contentType="application/x-www-form-urlencoded",o.data=o.data?{model:o.data}:{}),i.emulateHTTP&&("PUT"===a||"DELETE"===a||"PATCH"===a)){o.type="POST",i.emulateJSON&&(o.data._method=a);var s=i.beforeSend;i.beforeSend=function(e){if(e.setRequestHeader("X-HTTP-Method-Override",a),s)return s.apply(this,arguments)}}"GET"===o.type||i.emulateJSON||(o.processData=!1);var u=i.error;i.error=function(e,t,n){i.textStatus=t,i.errorThrown=n,u&&u.call(i.context,e,t,n)};var c=i.xhr=t.ajax(n.extend(o,i));return r.trigger("request",r,c,i),c};var A={create:"POST",update:"PUT",patch:"PATCH",delete:"DELETE",read:"GET"};t.ajax=function(){return t.$.ajax.apply(t.$,arguments)};var P=t.Router=function(e){e||(e={}),this.preinitialize.apply(this,arguments),e.routes&&(this.routes=e.routes),this._bindRoutes(),this.initialize.apply(this,arguments)},H=/\((.*?)\)/g,C=/(\(\?)?:\w+/g,N=/\*\w+/g,I=/[\-{}\[\]+?.,\\\^$|#\s]/g;n.extend(P.prototype,s,{preinitialize:function(){},initialize:function(){},route:function(e,r,i){n.isRegExp(e)||(e=this._routeToRegExp(e)),n.isFunction(r)&&(i=r,r=""),i||(i=this[r]);var a=this;return t.history.route(e,(function(n){var o=a._extractParameters(e,n);!1!==a.execute(i,o,r)&&(a.trigger.apply(a,["route:"+r].concat(o)),a.trigger("route",r,o),t.history.trigger("route",a,r,o))})),this},execute:function(e,t,n){e&&e.apply(this,t)},navigate:function(e,n){return t.history.navigate(e,n),this},_bindRoutes:function(){if(this.routes){this.routes=n.result(this,"routes");for(var e,t=n.keys(this.routes);null!=(e=t.pop());)this.route(e,this.routes[e])}},_routeToRegExp:function(e){return e=e.replace(I,"\\$&").replace(H,"(?:$1)?").replace(C,(function(e,t){return t?e:"([^/?]+)"})).replace(N,"([^?]*?)"),new RegExp("^"+e+"(?:\\?([\\s\\S]*))?$")},_extractParameters:function(e,t){var r=e.exec(t).slice(1);return n.map(r,(function(e,t){return t===r.length-1?e||null:e?decodeURIComponent(e):null}))}});var R=t.History=function(){this.handlers=[],this.checkUrl=this.checkUrl.bind(this),"undefined"!=typeof window&&(this.location=window.location,this.history=window.history)},F=/^[#\/]|\s+$/g,W=/^\/+|\/+$/g,$=/#.*$/;R.started=!1,n.extend(R.prototype,s,{interval:50,atRoot:function(){return this.location.pathname.replace(/[^\/]$/,"$&/")===this.root&&!this.getSearch()},matchRoot:function(){return this.decodeFragment(this.location.pathname).slice(0,this.root.length-1)+"/"===this.root},decodeFragment:function(e){return decodeURI(e.replace(/%25/g,"%2525"))},getSearch:function(){var e=this.location.href.replace(/#.*/,"").match(/\?.+/);return e?e[0]:""},getHash:function(e){var t=(e||this).location.href.match(/#(.*)$/);return t?t[1]:""},getPath:function(){var e=this.decodeFragment(this.location.pathname+this.getSearch()).slice(this.root.length-1);return"/"===e.charAt(0)?e.slice(1):e},getFragment:function(e){return null==e&&(e=this._usePushState||!this._wantsHashChange?this.getPath():this.getHash()),e.replace(F,"")},start:function(e){if(R.started)throw new Error("Backbone.history has already been started");if(R.started=!0,this.options=n.extend({root:"/"},this.options,e),this.root=this.options.root,this._wantsHashChange=!1!==this.options.hashChange,this._hasHashChange="onhashchange"in window&&(void 0===document.documentMode||document.documentMode>7),this._useHashChange=this._wantsHashChange&&this._hasHashChange,this._wantsPushState=!!this.options.pushState,this._hasPushState=!(!this.history||!this.history.pushState),this._usePushState=this._wantsPushState&&this._hasPushState,this.fragment=this.getFragment(),this.root=("/"+this.root+"/").replace(W,"/"),this._wantsHashChange&&this._wantsPushState){if(!this._hasPushState&&!this.atRoot()){var t=this.root.slice(0,-1)||"/";return this.location.replace(t+"#"+this.getPath()),!0}this._hasPushState&&this.atRoot()&&this.navigate(this.getHash(),{replace:!0})}if(!this._hasHashChange&&this._wantsHashChange&&!this._usePushState){this.iframe=document.createElement("iframe"),this.iframe.src="javascript:0",this.iframe.style.display="none",this.iframe.tabIndex=-1;var r=document.body,i=r.insertBefore(this.iframe,r.firstChild).contentWindow;i.document.open(),i.document.close(),i.location.hash="#"+this.fragment}var a=window.addEventListener||function(e,t){return attachEvent("on"+e,t)};if(this._usePushState?a("popstate",this.checkUrl,!1):this._useHashChange&&!this.iframe?a("hashchange",this.checkUrl,!1):this._wantsHashChange&&(this._checkUrlInterval=setInterval(this.checkUrl,this.interval)),!this.options.silent)return this.loadUrl()},stop:function(){var e=window.removeEventListener||function(e,t){return detachEvent("on"+e,t)};this._usePushState?e("popstate",this.checkUrl,!1):this._useHashChange&&!this.iframe&&e("hashchange",this.checkUrl,!1),this.iframe&&(document.body.removeChild(this.iframe),this.iframe=null),this._checkUrlInterval&&clearInterval(this._checkUrlInterval),R.started=!1},route:function(e,t){this.handlers.unshift({route:e,callback:t})},checkUrl:function(e){var t=this.getFragment();if(t===this.fragment&&this.iframe&&(t=this.getHash(this.iframe.contentWindow)),t===this.fragment)return!1;this.iframe&&this.navigate(t),this.loadUrl()},loadUrl:function(e){return!!this.matchRoot()&&(e=this.fragment=this.getFragment(e),n.some(this.handlers,(function(t){if(t.route.test(e))return t.callback(e),!0})))},navigate:function(e,t){if(!R.started)return!1;t&&!0!==t||(t={trigger:!!t}),e=this.getFragment(e||"");var n=this.root;""!==e&&"?"!==e.charAt(0)||(n=n.slice(0,-1)||"/");var r=n+e;e=e.replace($,"");var i=this.decodeFragment(e);if(this.fragment!==i){if(this.fragment=i,this._usePushState)this.history[t.replace?"replaceState":"pushState"]({},document.title,r);else{if(!this._wantsHashChange)return this.location.assign(r);if(this._updateHash(this.location,e,t.replace),this.iframe&&e!==this.getHash(this.iframe.contentWindow)){var a=this.iframe.contentWindow;t.replace||(a.document.open(),a.document.close()),this._updateHash(a.location,e,t.replace)}}return t.trigger?this.loadUrl(e):void 0}},_updateHash:function(e,t,n){if(n){var r=e.href.replace(/(javascript:|#).*$/,"");e.replace(r+"#"+t)}else e.hash="#"+t}}),t.history=new R,y.extend=v.extend=P.extend=x.extend=R.extend=function(e,t){var r,i=this;return r=e&&n.has(e,"constructor")?e.constructor:function(){return i.apply(this,arguments)},n.extend(r,i,t),r.prototype=n.create(i.prototype,e),r.prototype.constructor=r,r.__super__=i.prototype,r};var z=function(){throw new Error('A "url" property or function must be specified')},U=function(e,t){var n=t.error;t.error=function(r){n&&n.call(t.context,e,r,t),e.trigger("error",e,r,t)}};return t}(o,n,e,t)}.apply(t,i))||(e.exports=a)}).call(this,n(14))},function(e,t,n){var r=n(13);e.exports=!r((function(){return 7!=Object.defineProperty({},1,{get:function(){return 7}})[1]}))},,function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.subscribe=function(e,t){a.subscribe(e,t)},t.unsubscribe=function(e,t){a.unsubscribe(e,t)},t.emit=function(e,t){a.emit(e,t)};var r=n(213),i=n(215);var a=(void 0!==window.OC&&window.OC._eventBus&&void 0===window._nc_event_bus&&(console.warn("found old event bus instance at OC._eventBus. Update your version!"),window._nc_event_bus=window.OC._eventBus),void 0!==window._nc_event_bus?new r.ProxyBus(window._nc_event_bus):window._nc_event_bus=new i.SimpleBus)},function(e,t,n){"use strict";n.d(t,"b",(function(){return g})),n.d(t,"d",(function(){return M})),n.d(t,"c",(function(){return L}));var r=n(2),i=n.n(r),a=n(0),o=n.n(a),s=n(61),u=n.n(s),c=n(160),l=n.n(c),d=n(156),f=n.n(d),h=n(4);
+let ie=window._oc_webroot;if(void 0===ie){ie=location.pathname;const e=ie.indexOf("/index.php/");ie=-1!==e?ie.substr(0,e):ie.substr(0,ie.lastIndexOf("/"))}var oe,se=ie,ue=r.a={coreApps:["","admin","log","core/search","core","3rdparty"],menuSpeed:50,PERMISSION_ALL:31,PERMISSION_CREATE:4,PERMISSION_DELETE:8,PERMISSION_NONE:0,PERMISSION_READ:1,PERMISSION_SHARE:16,PERMISSION_UPDATE:2,TAG_FAVORITE:"_$!<Favorite>!$_",fileIsBlacklisted:e=>!!e.match(E.blacklist_files_regex),addScript:(e,t,n)=>{let r;console.warn("OC.addScript is deprecated, use OCP.Loader.loadScript instead");const a=Object(u.generateFilePath)(e,"js",t+".js");return l[a]?n&&n():(r=s.a.Deferred(),s.a.getScript(a,()=>r.resolve()),l[a]=r),l[a]},addStyle:(e,t)=>{console.warn("OC.addStyle is deprecated, use OCP.Loader.loadStylesheet instead");const n=Object(u.generateFilePath)(e,"css",t+".css");-1===c.indexOf(n)&&(c.push(n),document.createStyleSheet?document.createStyleSheet(n):(t=s()('<link rel="stylesheet" type="text/css" href="'+n+'"/>'),s()("head").append(t)))},Apps:h.a,AppConfig:y,appConfig:g,appSettings:e=>{if(console.warn("OC.appSettings is deprecated and will be removed with Nextcloud 18"),void 0===e||void 0===e.appid)throw{name:"MissingParameter",message:"The parameter appid is missing"};var n={scriptName:"settings.php",cache:!0};s.a.extend(n,e);var r=s()("#appsettings");if(0===r.length)throw{name:"MissingDOMElement",message:'There has be be an element with id "appsettings" for the popup to show.'};var a=s()("#appsettings_popup");if(0===a.length&&(s()("body").prepend('<div class="popup hidden" id="appsettings_popup"></div>'),(a=s()("#appsettings_popup")).addClass(r.hasClass("topright")?"topright":"bottomleft")),a.is(":visible"))a.hide().remove();else{const e=r.hasClass("topright")?"up":"left";s.a.get((void 0)(n.appid,"",n.scriptName),(function(r){a.html(r).ready((function(){if(a.prepend('<span class="arrow '+e+'"></span><h2>'+t("core","Settings")+'</h2><a class="close"></a>').show(),a.find(".close").bind("click",(function(){a.remove()})),void 0!==n.loadJS){var r;if(!0===n.loadJS)r="settings.js";else{if("string"!=typeof n.loadJS)throw{name:"InvalidParameter",message:'The "loadJS" parameter must be either boolean or a string.'};r=n.loadJS}n.cache&&s.a.ajaxSetup({cache:!0}),s.a.getScript((void 0)(n.appid,"js",r)).fail((function(e,t,n){throw n}))}})).show()}),"html")}},appswebroots:v,Backbone:j,ContactsMenu:O.a,config:E,currentUser:H,dialogs:I,EventSource:W,getCurrentUser:()=>({uid:H,displayName:C}),isUserAdmin:()=>G,L10N:J.a,_ajaxConnectionLostHandler:m,_processAjaxError:e=>{(0!==e.status||"abort"!==e.statusText&&"timeout"!==e.statusText&&!ue._reloadCalled)&&(d.default.contains([302,303,307,401],e.status)&&ue.currentUser?setTimeout((function(){if(!ue._userIsNavigatingAway&&!ue._reloadCalled){let e=0;const t=5,r=setInterval((function(){p.showUpdate(n("core","Problem loading page, reloading in %n second","Problem loading page, reloading in %n seconds",t-e)),e>=t&&(clearInterval(r),ue.reload()),e++}),1e3);ue._reloadCalled=!0}}),100):0===e.status&&setTimeout((function(){ue._userIsNavigatingAway||ue._reloadCalled||ue._ajaxConnectionLostHandler()}),100))},registerXHRForErrorProcessing:e=>{const t=()=>{4===e.readyState&&(e.status>=200&&e.status<300||304===e.status||s()(document).trigger(new s.a.Event("ajaxError"),e))},n=()=>{s()(document).trigger(new s.a.Event("ajaxError"),e)};e.addEventListener&&(e.addEventListener("load",t),e.addEventListener("error",n))},getCapabilities:()=>(console.warn("OC.getCapabilities is deprecated and will be removed in Nextcloud 21. See @nextcloud/capabilities"),Object(z.getCapabilities)()),hideMenus:q,registerMenu:function(e,t,n,r){t.addClass("menu");const a="A"===e.prop("tagName")||"BUTTON"===e.prop("tagName");e.on(a?"click.menu":"click.menu keyup.menu",(function(a){a.preventDefault(),a.key&&"Enter"!==a.key||(t.is($)?q():($&&q(),!0===r&&t.parent().addClass("openedMenu"),e.attr("aria-expanded",!0),t.slideToggle(50,n),$=t,B=e))}))},showMenu:(e,t,n)=>{t.is($)||(q(),$=t,B=e,t.trigger(new s.a.Event("beforeShow")),t.show(),t.trigger(new s.a.Event("afterShow")),d.default.isFunction(n)&&n())},unregisterMenu:(e,t)=>{t.is($)&&q(),e.off("click.menu").removeClass("menutoggle"),t.removeClass("menu")},basename:A.basename,encodePath:A.encodePath,dirname:A.dirname,isSamePath:A.isSamePath,joinPaths:A.joinPaths,getHost:()=>window.location.host,getHostName:()=>window.location.hostname,getPort:()=>window.location.port,getProtocol:()=>window.location.protocol.split(":")[0],getCanonicalLocale:V.getCanonicalLocale,getLocale:J.c,getLanguage:J.b,addTranslations:J.a.load,buildQueryString:e=>e?s.a.map(e,(function(e,t){let n=encodeURIComponent(t);return null!=e&&(n+="="+encodeURIComponent(e)),n})).join("&"):"",parseQueryString:e=>{let t,n;const r={};let a;if(!e)return null;t=e.indexOf("?"),t>=0&&(e=e.substr(t+1));const i=e.replace(/\+/g,"%20").split("&");for(let e=0;e<i.length;e++){const o=i[e];t=o.indexOf("="),n=t>=0?[o.substr(0,t),o.substr(t+1)]:[o],n.length&&(a=decodeURIComponent(n[0]),a&&(n.length>1?r[a]=decodeURIComponent(n[1]):r[a]=null))}return r},msg:K,Notification:p,PasswordConfirmation:X.a,Plugins:Z,theme:Q,Util:re,debug:ae,filePath:u.generateFilePath,generateUrl:u.generateUrl,get:(oe=window,e=>{const t=e.split("."),n=t.pop();for(let e=0;e<t.length;e++)if(!(oe=oe[t[e]]))return!1;return oe[n]}),set:(e=>(t,n)=>{const r=t.split("."),a=r.pop();for(let t=0;t<r.length;t++)e[r[t]]||(e[r[t]]={}),e=e[r[t]];return e[a]=n,n})(window),getRootPath:u.getRootUrl,imagePath:u.imagePath,redirect:e=>{window.location=e},reload:()=>{window.location.reload()},requestToken:Object(R.a)(),linkTo:u.linkTo,linkToOCS:u.generateOcsUrl,linkToRemote:u.generateRemoteUrl,linkToRemoteBase:e=>Object(u.getRootUrl)()+"/remote.php/"+e,webroot:se};
/**
* @copyright 2019 Christoph Wurst <christoph@winzerhof-wurst.at>
*
- * @author 2019 Christoph Wurst <christoph@winzerhof-wurst.at>
+ * @author Christoph Wurst <christoph@winzerhof-wurst.at>
+ * @author John Molakvoæ <skjnldsv@protonmail.com>
+ * @author Roeland Jago Douma <roeland@famdouma.nl>
*
* @license GNU AGPL version 3 or any later version
*
@@ -206,11 +438,14 @@ var r=["","admin","log","core/search","core","3rdparty"],i=50,a=0,o=4,s=1,u=2,c=
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see <http://www.gnu.org/licenses/>.
- */
-window._oc_l10n_registry_translations=window._oc_l10n_registry_translations||{},window._oc_l10n_registry_plural_functions=window._oc_l10n_registry_plural_functions||{};var p=function(e,t,n){m(e)?function(e,t,n){window._oc_l10n_registry_translations[e]=Object.assign(window._oc_l10n_registry_translations[e],t),window._oc_l10n_registry_plural_functions[e]=n}(e,t,n):function(e,t,n){window._oc_l10n_registry_translations[e]=t,window._oc_l10n_registry_plural_functions[e]=n}(e,t,n)},m=function(e){return void 0!==window._oc_l10n_registry_translations[e]&&void 0!==window._oc_l10n_registry_plural_functions[e]},_=function(e){return{translations:window._oc_l10n_registry_translations[e]||{},pluralFunction:window._oc_l10n_registry_plural_functions[e]}};function y(e){return(y="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}var v={load:function(e,t){if(m(e)||"en"===h.a.getLocale()){var n=o.a.Deferred(),r=n.promise();return r.then(t),n.resolve(),r}var i=this,a=h.a.filePath(e,"l10n",h.a.getLocale()+".json");return o.a.get(a).then((function(t){t.translations&&i.register(e,t.translations,t.pluralForm)})).then(t)},register:function(e,t){p(e,t,this._getPlural)},_unregister:function(e){delete window._oc_l10n_registry_translations[e],delete window._oc_l10n_registry_plural_functions[e]},translate:function(e,t,n,r,a){var o=a||{};i.a.defaults(o,{escape:!0});var s=t,c=_(e).translations[t];return void 0!==c&&(s=c),"object"===y(n)||void 0!==r?u.a.sanitize(function(e,t,n){return e.replace(/%n/g,n).replace(/{([^{}]*)}/g,(function(e,n){var r=t[n];return"string"==typeof r||"number"==typeof r?o.escape?u.a.sanitize(f()(r)):u.a.sanitize(r):u.a.sanitize(e)}))}(s,n,r)):u.a.sanitize(s)},translatePlural:function(e,t,n,r,i,a){var s="_"+t+"_::_"+n+"_",u=_(e),c=u.translations[s];if(void 0!==c){var l=c;if(o.a.isArray(l)){var d=u.pluralFunction(r);return this.translate(e,l[d],i,r,a)}}return 1===r?this.translate(e,t,i,r,a):this.translate(e,n,i,r,a)},_getPlural:function(e){var t=h.a.getLanguage();if("pt_BR"===t&&(t="xbr"),void 0===t||""===t)return 1===e?0:1;switch(t.length>3&&(t=t.substring(0,t.lastIndexOf("_"))),t){case"az":case"bo":case"dz":case"id":case"ja":case"jv":case"ka":case"km":case"kn":case"ko":case"ms":case"th":case"tr":case"vi":case"zh":return 0;case"af":case"bn":case"bg":case"ca":case"da":case"de":case"el":case"en":case"eo":case"es":case"et":case"eu":case"fa":case"fi":case"fo":case"fur":case"fy":case"gl":case"gu":case"ha":case"he":case"hu":case"is":case"it":case"ku":case"lb":case"ml":case"mn":case"mr":case"nah":case"nb":case"ne":case"nl":case"nn":case"no":case"oc":case"om":case"or":case"pa":case"pap":case"ps":case"pt":case"so":case"sq":case"sv":case"sw":case"ta":case"te":case"tk":case"ur":case"zu":return 1===e?0:1;case"am":case"bh":case"fil":case"fr":case"gun":case"hi":case"hy":case"ln":case"mg":case"nso":case"xbr":case"ti":case"wa":return 0===e||1===e?0:1;case"be":case"bs":case"hr":case"ru":case"sh":case"sr":case"uk":return e%10==1&&e%100!=11?0:e%10>=2&&e%10<=4&&(e%100<10||e%100>=20)?1:2;case"cs":case"sk":return 1===e?0:e>=2&&e<=4?1:2;case"ga":return 1===e?0:2===e?1:2;case"lt":return e%10==1&&e%100!=11?0:e%10>=2&&(e%100<10||e%100>=20)?1:2;case"sl":return e%100==1?0:e%100==2?1:e%100==3||e%100==4?2:3;case"mk":return e%10==1?0:1;case"mt":return 1===e?0:0===e||e%100>1&&e%100<11?1:e%100>10&&e%100<20?2:3;case"lv":return 0===e?0:e%10==1&&e%100!=11?1:2;case"pl":return 1===e?0:e%10>=2&&e%10<=4&&(e%100<12||e%100>14)?1:2;case"cy":return 1===e?0:2===e?1:8===e||11===e?2:3;case"ro":return 1===e?0:0===e||e%100>0&&e%100<20?1:2;case"ar":return 0===e?0:1===e?1:2===e?2:e%100>=3&&e%100<=10?3:e%100>=11&&e%100<=99?4:5;default:return 0}}},g=(t.a=v,function(){var e=M();return"string"==typeof e?e.replace(/_/g,"-"):e}),M=function(){return o()("html").data("locale")},L=function(){return o()("html").prop("lang")};l.a.registerHelper("t",(function(e,t){return v.translate(e,t)}))},function(e,t){e.exports=function(e,t){return{enumerable:!(1&e),configurable:!(2&e),writable:!(4&e),value:t}}},function(e,t,n){var r=n(119),i=n(71);e.exports=function(e){return r(i(e))}},function(e,t,n){var r,i,a,o=n(218),s=n(5),u=n(10),c=n(16),l=n(8),d=n(74),f=n(46),h=s.WeakMap;if(o){var p=new h,m=p.get,_=p.has,y=p.set;r=function(e,t){return y.call(p,e,t),t},i=function(e){return m.call(p,e)||{}},a=function(e){return _.call(p,e)}}else{var v=d("state");f[v]=!0,r=function(e,t){return c(e,v,t),t},i=function(e){return l(e,v)?e[v]:{}},a=function(e){return l(e,v)}}e.exports={set:r,get:i,has:a,enforce:function(e){return a(e)?i(e):r(e,{})},getterFor:function(e){return function(t){var n;if(!u(t)||(n=i(t)).type!==e)throw TypeError("Incompatible receiver, "+e+" required");return n}}}},function(e,t){e.exports={}},function(e,t,n){var r=n(221),i=n(5),a=function(e){return"function"==typeof e?e:void 0};e.exports=function(e,t){return arguments.length<2?a(r[e])||a(i[e]):r[e]&&r[e][t]||i[e]&&i[e][t]}},function(e,t,n){var r=n(77),i=Math.min;e.exports=function(e){return e>0?i(r(e),9007199254740991):0}},function(e,t){e.exports=function(e){try{return!!e()}catch(e){return!0}}},function(e,t){e.exports=function(e){return"object"==typeof e?null!==e:"function"==typeof e}},function(e,t){var n={}.hasOwnProperty;e.exports=function(e,t){return n.call(e,t)}},function(e,t,n){"use strict";t.__esModule=!0;var r=["description","fileName","lineNumber","endLineNumber","message","name","number","stack"];function i(e,t){var n=t&&t.loc,a=void 0,o=void 0,s=void 0,u=void 0;n&&(a=n.start.line,o=n.end.line,s=n.start.column,u=n.end.column,e+=" - "+a+":"+s);for(var c=Error.prototype.constructor.call(this,e),l=0;l<r.length;l++)this[r[l]]=c[r[l]];Error.captureStackTrace&&Error.captureStackTrace(this,i);try{n&&(this.lineNumber=a,this.endLineNumber=o,Object.defineProperty?(Object.defineProperty(this,"column",{value:s,enumerable:!0}),Object.defineProperty(this,"endColumn",{value:u,enumerable:!0})):(this.column=s,this.endColumn=u))}catch(e){}}i.prototype=new Error,t.default=i,e.exports=t.default},function(e,t,n){var r=n(39),i=n(183),a=n(179);e.exports=r?function(e,t,n){return i.f(e,t,a(1,n))}:function(e,t,n){return e[t]=n,e}},function(e,t,n){var r=n(86);e.exports=function(e){if(!r(e))throw TypeError(String(e)+" is not an object");return e}},function(e,t){e.exports=function(e){try{return!!e()}catch(e){return!0}}},function(e,t){var n={}.hasOwnProperty;e.exports=function(e,t){return n.call(e,t)}},,function(e,t,n){"use strict";n.d(t,"a",(function(){return u})),n.d(t,"b",(function(){return c}));var r,i,a,o=n(41),s=(r=document,i=o.emit,a=r.getElementsByTagName("head")[0].getAttribute("data-requesttoken"),{getToken:function(){return a},setToken:function(e){i("csrf-token-update",{token:a=e})}}),u=s.getToken,c=s.setToken},,function(e,t,n){"use strict";n.r(t),function(e){n.d(t,"getApps",(function(){return s})),n.d(t,"getKeys",(function(){return u})),n.d(t,"getValue",(function(){return c})),n.d(t,"setValue",(function(){return l})),n.d(t,"deleteKey",(function(){return d}));var r=n(0),i=n.n(r),a=n(4);
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ *
+ */Object(i.subscribe)("csrf-token-update",e=>{OC.requestToken=e.token,console.info("OC.requestToken changed",e.token)})},function(e,t,n){var r=n(10);e.exports=function(e){if(!r(e))throw TypeError(String(e)+" is not an object");return e}},function(e,t,n){var r=n(5),a=n(47),i=n(13),o=n(56),s=n(67),u=n(111),l=a("wks"),c=r.Symbol,d=u?c:c&&c.withoutSetter||o;e.exports=function(e){return i(l,e)&&(s||"string"==typeof l[e])||(s&&i(c,e)?l[e]=c[e]:l[e]=d("Symbol."+e)),l[e]}},function(e,t){e.exports=function(e){return"object"==typeof e?null!==e:"function"==typeof e}},function(e,t,n){var r=n(4);e.exports=!r((function(){return 7!=Object.defineProperty({},1,{get:function(){return 7}})[1]}))},function(e,t,n){"use strict";n(151),n(91),n(105),n(40),n(123),n(62),Object.defineProperty(t,"__esModule",{value:!0}),t.getRootUrl=t.generateFilePath=t.imagePath=t.generateUrl=t.generateOcsUrl=t.generateRemoteUrl=t.linkTo=void 0;t.linkTo=function(e,t){return r(e,"",t)};t.generateRemoteUrl=function(e){return window.location.protocol+"//"+window.location.host+function(e){return a()+"/remote.php/"+e}(e)};t.generateOcsUrl=function(e,t){return t=2!==t?1:2,window.location.protocol+"//"+window.location.host+a()+"/ocs/v"+t+".php/"+e+"/"};t.generateUrl=function(e,t,n){var r=Object.assign({escape:!0,noRewrite:!1},n||{}),i=function(e,t){return t=t||{},e.replace(/{([^{}]*)}/g,(function(e,n){var a=t[n];return r.escape?"string"==typeof a||"number"==typeof a?encodeURIComponent(a.toString()):encodeURIComponent(e):"string"==typeof a||"number"==typeof a?a.toString():e}))};return"/"!==e.charAt(0)&&(e="/"+e),!0!==OC.config.modRewriteWorking||r.noRewrite?a()+"/index.php"+i(e,t||{}):a()+i(e,t||{})};t.imagePath=function(e,t){return-1===t.indexOf(".")?r(e,"img",t+".svg"):r(e,"img",t)};var r=function(e,t,n){var r=-1!==OC.coreApps.indexOf(e),i=a();return"php"!==n.substring(n.length-3)||r?"php"===n.substring(n.length-3)||r?(i+="settings"!==e&&"core"!==e&&"search"!==e||"ajax"!==t?"/":"/index.php/",r||(i+="apps/"),""!==e&&(i+=e+="/"),t&&(i+=t+"/"),i+=n):(i=OC.appswebroots[e],t&&(i+="/"+t+"/"),"/"!==i.substring(i.length-1)&&(i+="/"),i+=n):(i+="/index.php/apps/"+e,"index.php"!==n&&(i+="/",t&&(i+=encodeURI(t+"/")),i+=n)),i};t.generateFilePath=r;var a=function(){return OC.webroot};t.getRootUrl=a},function(e,t,n){var r=n(14),a={}.hasOwnProperty;e.exports=Object.hasOwn||function(e,t){return a.call(r(e),t)}},function(e,t,n){var r=n(20);e.exports=function(e){return Object(r(e))}},function(e,t,n){var r=n(23),a=Math.min;e.exports=function(e){return e>0?a(r(e),9007199254740991):0}},function(e,t,n){"use strict";var r=n(139),a=Object.prototype.toString;function i(e){return"[object Array]"===a.call(e)}function o(e){return void 0===e}function s(e){return null!==e&&"object"==typeof e}function u(e){if("[object Object]"!==a.call(e))return!1;var t=Object.getPrototypeOf(e);return null===t||t===Object.prototype}function l(e){return"[object Function]"===a.call(e)}function c(e,t){if(null!=e)if("object"!=typeof e&&(e=[e]),i(e))for(var n=0,r=e.length;n<r;n++)t.call(null,e[n],n,e);else for(var a in e)Object.prototype.hasOwnProperty.call(e,a)&&t.call(null,e[a],a,e)}e.exports={isArray:i,isArrayBuffer:function(e){return"[object ArrayBuffer]"===a.call(e)},isBuffer:function(e){return null!==e&&!o(e)&&null!==e.constructor&&!o(e.constructor)&&"function"==typeof e.constructor.isBuffer&&e.constructor.isBuffer(e)},isFormData:function(e){return"undefined"!=typeof FormData&&e instanceof FormData},isArrayBufferView:function(e){return"undefined"!=typeof ArrayBuffer&&ArrayBuffer.isView?ArrayBuffer.isView(e):e&&e.buffer&&e.buffer instanceof ArrayBuffer},isString:function(e){return"string"==typeof e},isNumber:function(e){return"number"==typeof e},isObject:s,isPlainObject:u,isUndefined:o,isDate:function(e){return"[object Date]"===a.call(e)},isFile:function(e){return"[object File]"===a.call(e)},isBlob:function(e){return"[object Blob]"===a.call(e)},isFunction:l,isStream:function(e){return s(e)&&l(e.pipe)},isURLSearchParams:function(e){return"undefined"!=typeof URLSearchParams&&e instanceof URLSearchParams},isStandardBrowserEnv:function(){return("undefined"==typeof navigator||"ReactNative"!==navigator.product&&"NativeScript"!==navigator.product&&"NS"!==navigator.product)&&("undefined"!=typeof window&&"undefined"!=typeof document)},forEach:c,merge:function e(){var t={};function n(n,r){u(t[r])&&u(n)?t[r]=e(t[r],n):u(n)?t[r]=e({},n):i(n)?t[r]=n.slice():t[r]=n}for(var r=0,a=arguments.length;r<a;r++)c(arguments[r],n);return t},extend:function(e,t,n){return c(t,(function(t,a){e[a]=n&&"function"==typeof t?r(t,n):t})),e},trim:function(e){return e.replace(/^\s*/,"").replace(/\s*$/,"")},stripBOM:function(e){return 65279===e.charCodeAt(0)&&(e=e.slice(1)),e}}},function(e,t){var n;n=function(){return this}();try{n=n||new Function("return this")()}catch(e){"object"==typeof window&&(n=window)}e.exports=n},function(e,t,n){var r=n(11),a=n(19),i=n(33);e.exports=r?function(e,t,n){return a.f(e,t,i(1,n))}:function(e,t,n){return e[t]=n,e}},function(e,t,n){var r=n(11),a=n(77),i=n(8),o=n(34),s=Object.defineProperty;t.f=r?s:function(e,t,n){if(i(e),t=o(t,!0),i(n),a)try{return s(e,t,n)}catch(e){}if("get"in n||"set"in n)throw TypeError("Accessors not supported");return"value"in n&&(e[t]=n.value),e}},function(e,t){e.exports=function(e){if(null==e)throw TypeError("Can't call method on "+e);return e}},function(e,t,n){var r=n(5),a=n(18),i=n(13),o=n(52),s=n(72),u=n(35),l=u.get,c=u.enforce,d=String(String).split("String");(e.exports=function(e,t,n,s){var u,l=!!s&&!!s.unsafe,f=!!s&&!!s.enumerable,p=!!s&&!!s.noTargetGet;"function"==typeof n&&("string"!=typeof t||i(n,"name")||a(n,"name",t),(u=c(n)).source||(u.source=d.join("string"==typeof t?t:""))),e!==r?(l?!p&&e[t]&&(f=!0):delete e[t],f?e[t]=n:a(e,t,n)):f?e[t]=n:o(t,n)})(Function.prototype,"toString",(function(){return"function"==typeof this&&l(this).source||s(this)}))},function(e,t,n){var r=n(43),a=n(20);e.exports=function(e){return r(a(e))}},function(e,t){var n=Math.ceil,r=Math.floor;e.exports=function(e){return isNaN(e=+e)?0:(e>0?r:n)(e)}},function(e,t,n){var r=n(180),a="object"==typeof self&&self&&self.Object===Object&&self,i=r||a||Function("return this")();e.exports=i},function(e,t,n){"use strict";var r,a=function(){return void 0===r&&(r=Boolean(window&&document&&document.all&&!window.atob)),r},i=function(){var e={};return function(t){if(void 0===e[t]){var n=document.querySelector(t);if(window.HTMLIFrameElement&&n instanceof window.HTMLIFrameElement)try{n=n.contentDocument.head}catch(e){n=null}e[t]=n}return e[t]}}(),o=[];function s(e){for(var t=-1,n=0;n<o.length;n++)if(o[n].identifier===e){t=n;break}return t}function u(e,t){for(var n={},r=[],a=0;a<e.length;a++){var i=e[a],u=t.base?i[0]+t.base:i[0],l=n[u]||0,c="".concat(u," ").concat(l);n[u]=l+1;var d=s(c),f={css:i[1],media:i[2],sourceMap:i[3]};-1!==d?(o[d].references++,o[d].updater(f)):o.push({identifier:c,updater:_(f,t),references:1}),r.push(c)}return r}function l(e){var t=document.createElement("style"),r=e.attributes||{};if(void 0===r.nonce){var a=n.nc;a&&(r.nonce=a)}if(Object.keys(r).forEach((function(e){t.setAttribute(e,r[e])})),"function"==typeof e.insert)e.insert(t);else{var o=i(e.insert||"head");if(!o)throw new Error("Couldn't find a style target. This probably means that the value for the 'insert' parameter is invalid.");o.appendChild(t)}return t}var c,d=(c=[],function(e,t){return c[e]=t,c.filter(Boolean).join("\n")});function f(e,t,n,r){var a=n?"":r.media?"@media ".concat(r.media," {").concat(r.css,"}"):r.css;if(e.styleSheet)e.styleSheet.cssText=d(t,a);else{var i=document.createTextNode(a),o=e.childNodes;o[t]&&e.removeChild(o[t]),o.length?e.insertBefore(i,o[t]):e.appendChild(i)}}function p(e,t,n){var r=n.css,a=n.media,i=n.sourceMap;if(a?e.setAttribute("media",a):e.removeAttribute("media"),i&&"undefined"!=typeof btoa&&(r+="\n/*# sourceMappingURL=data:application/json;base64,".concat(btoa(unescape(encodeURIComponent(JSON.stringify(i))))," */")),e.styleSheet)e.styleSheet.cssText=r;else{for(;e.firstChild;)e.removeChild(e.firstChild);e.appendChild(document.createTextNode(r))}}var m=null,h=0;function _(e,t){var n,r,a;if(t.singleton){var i=h++;n=m||(m=l(t)),r=f.bind(null,n,i,!1),a=f.bind(null,n,i,!0)}else n=l(t),r=p.bind(null,n,t),a=function(){!function(e){if(null===e.parentNode)return!1;e.parentNode.removeChild(e)}(n)};return r(e),function(t){if(t){if(t.css===e.css&&t.media===e.media&&t.sourceMap===e.sourceMap)return;r(e=t)}else a()}}e.exports=function(e,t){(t=t||{}).singleton||"boolean"==typeof t.singleton||(t.singleton=a());var n=u(e=e||[],t);return function(e){if(e=e||[],"[object Array]"===Object.prototype.toString.call(e)){for(var r=0;r<n.length;r++){var a=s(n[r]);o[a].references--}for(var i=u(e,t),l=0;l<n.length;l++){var c=s(n[l]);0===o[c].references&&(o[c].updater(),o.splice(c,1))}n=i}}}},function(e,t,n){"use strict";function r(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){var n=e&&("undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"]);if(null==n)return;var r,a,i=[],o=!0,s=!1;try{for(n=n.call(e);!(o=(r=n.next()).done)&&(i.push(r.value),!t||i.length!==t);o=!0);}catch(e){s=!0,a=e}finally{try{o||null==n.return||n.return()}finally{if(s)throw a}}return i}(e,t)||function(e,t){if(!e)return;if("string"==typeof e)return a(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);"Object"===n&&e.constructor&&(n=e.constructor.name);if("Map"===n||"Set"===n)return Array.from(e);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return a(e,t)}(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function a(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}e.exports=function(e){var t=r(e,4),n=t[1],a=t[3];if("function"==typeof btoa){var i=btoa(unescape(encodeURIComponent(JSON.stringify(a)))),o="sourceMappingURL=data:application/json;charset=utf-8;base64,".concat(i),s="/*# ".concat(o," */"),u=a.sources.map((function(e){return"/*# sourceURL=".concat(a.sourceRoot||"").concat(e," */")}));return[n].concat(u).concat([s]).join("\n")}return[n].join("\n")}},function(e,t,n){"use strict";e.exports=function(e){var t=[];return t.toString=function(){return this.map((function(t){var n=e(t);return t[2]?"@media ".concat(t[2]," {").concat(n,"}"):n})).join("")},t.i=function(e,n,r){"string"==typeof e&&(e=[[null,e,""]]);var a={};if(r)for(var i=0;i<this.length;i++){var o=this[i][0];null!=o&&(a[o]=!0)}for(var s=0;s<e.length;s++){var u=[].concat(e[s]);r&&a[u[0]]||(n&&(u[2]?u[2]="".concat(n," and ").concat(u[2]):u[2]=n),t.push(u))}},t}},function(e,t){var n={}.toString;e.exports=function(e){return n.call(e).slice(8,-1)}},function(e,t,n){var r=n(11),a=n(64),i=n(33),o=n(22),s=n(34),u=n(13),l=n(77),c=Object.getOwnPropertyDescriptor;t.f=r?c:function(e,t){if(e=o(e),t=s(t,!0),l)try{return c(e,t)}catch(e){}if(u(e,t))return i(!a.f.call(e,t),e[t])}},,function(e,t){var n=Array.isArray;e.exports=n},function(e,t,n){var r=n(104),a=n(5),i=function(e){return"function"==typeof e?e:void 0};e.exports=function(e,t){return arguments.length<2?i(r[e])||i(a[e]):r[e]&&r[e][t]||a[e]&&a[e][t]}},function(e,t){e.exports=function(e,t){return{enumerable:!(1&e),configurable:!(2&e),writable:!(4&e),value:t}}},function(e,t,n){var r=n(10);e.exports=function(e,t){if(!r(e))return e;var n,a;if(t&&"function"==typeof(n=e.toString)&&!r(a=n.call(e)))return a;if("function"==typeof(n=e.valueOf)&&!r(a=n.call(e)))return a;if(!t&&"function"==typeof(n=e.toString)&&!r(a=n.call(e)))return a;throw TypeError("Can't convert object to primitive value")}},function(e,t,n){var r,a,i,o=n(121),s=n(5),u=n(10),l=n(18),c=n(13),d=n(53),f=n(78),p=n(55),m=s.WeakMap;if(o||d.state){var h=d.state||(d.state=new m),_=h.get,g=h.has,y=h.set;r=function(e,t){if(g.call(h,e))throw new TypeError("Object already initialized");return t.facade=e,y.call(h,e,t),t},a=function(e){return _.call(h,e)||{}},i=function(e){return g.call(h,e)}}else{var v=f("state");p[v]=!0,r=function(e,t){if(c(e,v))throw new TypeError("Object already initialized");return t.facade=e,l(e,v,t),t},a=function(e){return c(e,v)?e[v]:{}},i=function(e){return c(e,v)}}e.exports={set:r,get:a,has:i,enforce:function(e){return i(e)?a(e):r(e,{})},getterFor:function(e){return function(t){var n;if(!u(t)||(n=a(t)).type!==e)throw TypeError("Incompatible receiver, "+e+" required");return n}}}},function(e,t,n){var r=n(75),a=n(43),i=n(14),o=n(15),s=n(80),u=[].push,l=function(e){var t=1==e,n=2==e,l=3==e,c=4==e,d=6==e,f=7==e,p=5==e||d;return function(m,h,_,g){for(var y,v,M=i(m),L=a(M),w=r(h,_,3),b=o(L.length),T=0,x=g||s,k=t?x(m,b):n||f?x(m,0):void 0;b>T;T++)if((p||T in L)&&(v=w(y=L[T],T,M),e))if(t)k[T]=v;else if(v)switch(e){case 3:return!0;case 5:return y;case 6:return T;case 2:u.call(k,y)}else switch(e){case 4:return!1;case 7:u.call(k,y)}return d?-1:l||c?c:k}};e.exports={forEach:l(0),map:l(1),filter:l(2),some:l(3),every:l(4),find:l(5),findIndex:l(6),filterOut:l(7)}},function(e,t){e.exports=function(e){return null!=e&&"object"==typeof e}},,function(e,t,n){"use strict";function r(){return"undefined"==typeof OC?(console.warn("No OC found"),"en"):OC.getLocale()}n(40),n(62),Object.defineProperty(t,"__esModule",{value:!0}),t.getLocale=r,t.getCanonicalLocale=function(){return r().replace(/_/g,"-")},t.getLanguage=function(){if("undefined"==typeof OC)return console.warn("No OC found"),"en";return OC.getLanguage()},t.translate=function(e,t,n,r,a){if("undefined"==typeof OC)return console.warn("No OC found"),t;return OC.L10N.translate(e,t,n,r,a)},t.translatePlural=function(e,t,n,r,a,i){if("undefined"==typeof OC)return console.warn("No OC found"),t;return OC.L10N.translatePlural(e,t,n,r,a,i)},t.getFirstDay=function(){if(void 0===window.firstDay)return console.warn("No firstDay found"),1;return window.firstDay},t.getDayNames=function(){if(void 0===window.dayNames)return console.warn("No dayNames found"),["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"];return window.dayNames},t.getDayNamesShort=function(){if(void 0===window.dayNamesShort)return console.warn("No dayNamesShort found"),["Sun.","Mon.","Tue.","Wed.","Thu.","Fri.","Sat."];return window.dayNamesShort},t.getDayNamesMin=function(){if(void 0===window.dayNamesMin)return console.warn("No dayNamesMin found"),["Su","Mo","Tu","We","Th","Fr","Sa"];return window.dayNamesMin},t.getMonthNames=function(){if(void 0===window.monthNames)return console.warn("No monthNames found"),["January","February","March","April","May","June","July","August","September","October","November","December"];return window.monthNames},t.getMonthNamesShort=function(){if(void 0===window.monthNamesShort)return console.warn("No monthNamesShort found"),["Jan.","Feb.","Mar.","Apr.","May.","Jun.","Jul.","Aug.","Sep.","Oct.","Nov.","Dec."];return window.monthNamesShort}},function(e,t,n){"use strict";var r=n(3),a=n(48);r({target:"RegExp",proto:!0,forced:/./.exec!==a},{exec:a})},function(e,t,n){"use strict";n.r(t),function(e,r){n.d(t,"emit",(function(){return Sa})),n.d(t,"subscribe",(function(){return Ya})),n.d(t,"unsubscribe",(function(){return Da}));var a="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof window?window:void 0!==e?e:"undefined"!=typeof self?self:{};function i(e){var t={exports:{}};return e(t,t.exports),t.exports}var o=function(e){return e&&e.Math==Math&&e},s=o("object"==typeof globalThis&&globalThis)||o("object"==typeof window&&window)||o("object"==typeof self&&self)||o("object"==typeof a&&a)||function(){return this}()||Function("return this")(),u=function(e){try{return!!e()}catch(e){return!0}},l=!u((function(){return 7!=Object.defineProperty({},1,{get:function(){return 7}})[1]})),c={}.propertyIsEnumerable,d=Object.getOwnPropertyDescriptor,f={f:d&&!c.call({1:2},1)?function(e){var t=d(this,e);return!!t&&t.enumerable}:c},p=function(e,t){return{enumerable:!(1&e),configurable:!(2&e),writable:!(4&e),value:t}},m={}.toString,h=function(e){return m.call(e).slice(8,-1)},_="".split,g=u((function(){return!Object("z").propertyIsEnumerable(0)}))?function(e){return"String"==h(e)?_.call(e,""):Object(e)}:Object,y=function(e){if(null==e)throw TypeError("Can't call method on "+e);return e},v=function(e){return g(y(e))},M=function(e){return"object"==typeof e?null!==e:"function"==typeof e},L=function(e,t){if(!M(e))return e;var n,r;if(t&&"function"==typeof(n=e.toString)&&!M(r=n.call(e)))return r;if("function"==typeof(n=e.valueOf)&&!M(r=n.call(e)))return r;if(!t&&"function"==typeof(n=e.toString)&&!M(r=n.call(e)))return r;throw TypeError("Can't convert object to primitive value")},w=function(e){return Object(y(e))},b={}.hasOwnProperty,T=function(e,t){return b.call(w(e),t)},x=s.document,k=M(x)&&M(x.createElement),Y=function(e){return k?x.createElement(e):{}},D=!l&&!u((function(){return 7!=Object.defineProperty(Y("div"),"a",{get:function(){return 7}}).a})),S=Object.getOwnPropertyDescriptor,j={f:l?S:function(e,t){if(e=v(e),t=L(t,!0),D)try{return S(e,t)}catch(e){}if(T(e,t))return p(!f.f.call(e,t),e[t])}},A=function(e){if(!M(e))throw TypeError(String(e)+" is not an object");return e},E=Object.defineProperty,O={f:l?E:function(e,t,n){if(A(e),t=L(t,!0),A(n),D)try{return E(e,t,n)}catch(e){}if("get"in n||"set"in n)throw TypeError("Accessors not supported");return"value"in n&&(e[t]=n.value),e}},P=l?function(e,t,n){return O.f(e,t,p(1,n))}:function(e,t,n){return e[t]=n,e},C=function(e,t){try{P(s,e,t)}catch(n){s[e]=t}return t},H=s["__core-js_shared__"]||C("__core-js_shared__",{}),F=Function.toString;"function"!=typeof H.inspectSource&&(H.inspectSource=function(e){return F.call(e)});var N,I,R,U=H.inspectSource,W=s.WeakMap,z="function"==typeof W&&/native code/.test(U(W)),$=i((function(e){(e.exports=function(e,t){return H[e]||(H[e]=void 0!==t?t:{})})("versions",[]).push({version:"3.11.2",mode:"global",copyright:"© 2021 Denis Pushkarev (zloirock.ru)"})})),B=0,q=Math.random(),G=function(e){return"Symbol("+String(void 0===e?"":e)+")_"+(++B+q).toString(36)},J=$("keys"),V=function(e){return J[e]||(J[e]=G(e))},K={},X=s.WeakMap;if(z){var Z=H.state||(H.state=new X),Q=Z.get,ee=Z.has,te=Z.set;N=function(e,t){if(ee.call(Z,e))throw new TypeError("Object already initialized");return t.facade=e,te.call(Z,e,t),t},I=function(e){return Q.call(Z,e)||{}},R=function(e){return ee.call(Z,e)}}else{var ne=V("state");K[ne]=!0,N=function(e,t){if(T(e,ne))throw new TypeError("Object already initialized");return t.facade=e,P(e,ne,t),t},I=function(e){return T(e,ne)?e[ne]:{}},R=function(e){return T(e,ne)}}var re={set:N,get:I,has:R,enforce:function(e){return R(e)?I(e):N(e,{})},getterFor:function(e){return function(t){var n;if(!M(t)||(n=I(t)).type!==e)throw TypeError("Incompatible receiver, "+e+" required");return n}}},ae=i((function(e){var t=re.get,n=re.enforce,r=String(String).split("String");(e.exports=function(e,t,a,i){var o,u=!!i&&!!i.unsafe,l=!!i&&!!i.enumerable,c=!!i&&!!i.noTargetGet;"function"==typeof a&&("string"!=typeof t||T(a,"name")||P(a,"name",t),(o=n(a)).source||(o.source=r.join("string"==typeof t?t:""))),e!==s?(u?!c&&e[t]&&(l=!0):delete e[t],l?e[t]=a:P(e,t,a)):l?e[t]=a:C(t,a)})(Function.prototype,"toString",(function(){return"function"==typeof this&&t(this).source||U(this)}))})),ie=s,oe=function(e){return"function"==typeof e?e:void 0},se=function(e,t){return arguments.length<2?oe(ie[e])||oe(s[e]):ie[e]&&ie[e][t]||s[e]&&s[e][t]},ue=Math.ceil,le=Math.floor,ce=function(e){return isNaN(e=+e)?0:(e>0?le:ue)(e)},de=Math.min,fe=function(e){return e>0?de(ce(e),9007199254740991):0},pe=Math.max,me=Math.min,he=function(e){return function(t,n,r){var a,i=v(t),o=fe(i.length),s=function(e,t){var n=ce(e);return n<0?pe(n+t,0):me(n,t)}(r,o);if(e&&n!=n){for(;o>s;)if((a=i[s++])!=a)return!0}else for(;o>s;s++)if((e||s in i)&&i[s]===n)return e||s||0;return!e&&-1}},_e={includes:he(!0),indexOf:he(!1)}.indexOf,ge=function(e,t){var n,r=v(e),a=0,i=[];for(n in r)!T(K,n)&&T(r,n)&&i.push(n);for(;t.length>a;)T(r,n=t[a++])&&(~_e(i,n)||i.push(n));return i},ye=["constructor","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","toLocaleString","toString","valueOf"],ve=ye.concat("length","prototype"),Me={f:Object.getOwnPropertyNames||function(e){return ge(e,ve)}},Le={f:Object.getOwnPropertySymbols},we=se("Reflect","ownKeys")||function(e){var t=Me.f(A(e)),n=Le.f;return n?t.concat(n(e)):t},be=function(e,t){for(var n=we(t),r=O.f,a=j.f,i=0;i<n.length;i++){var o=n[i];T(e,o)||r(e,o,a(t,o))}},Te=/#|\.prototype\./,xe=function(e,t){var n=Ye[ke(e)];return n==Se||n!=De&&("function"==typeof t?u(t):!!t)},ke=xe.normalize=function(e){return String(e).replace(Te,".").toLowerCase()},Ye=xe.data={},De=xe.NATIVE="N",Se=xe.POLYFILL="P",je=xe,Ae=j.f,Ee=function(e,t){var n,r,a,i,o,u=e.target,l=e.global,c=e.stat;if(n=l?s:c?s[u]||C(u,{}):(s[u]||{}).prototype)for(r in t){if(i=t[r],a=e.noTargetGet?(o=Ae(n,r))&&o.value:n[r],!je(l?r:u+(c?".":"#")+r,e.forced)&&void 0!==a){if(typeof i==typeof a)continue;be(i,a)}(e.sham||a&&a.sham)&&P(i,"sham",!0),ae(n,r,i,e)}};Ee({target:"Number",stat:!0},{MAX_SAFE_INTEGER:9007199254740991});var Oe,Pe=Object.setPrototypeOf||("__proto__"in{}?function(){var e,t=!1,n={};try{(e=Object.getOwnPropertyDescriptor(Object.prototype,"__proto__").set).call(n,[]),t=n instanceof Array}catch(e){}return function(n,r){return A(n),function(e){if(!M(e)&&null!==e)throw TypeError("Can't set "+String(e)+" as a prototype")}(r),t?e.call(n,r):n.__proto__=r,n}}():void 0),Ce=function(e,t,n){var r,a;return Pe&&"function"==typeof(r=t.constructor)&&r!==n&&M(a=r.prototype)&&a!==n.prototype&&Pe(e,a),e},He=Object.keys||function(e){return ge(e,ye)},Fe=l?Object.defineProperties:function(e,t){A(e);for(var n,r=He(t),a=r.length,i=0;a>i;)O.f(e,n=r[i++],t[n]);return e},Ne=se("document","documentElement"),Ie=V("IE_PROTO"),Re=function(){},Ue=function(e){return"<script>"+e+"<\/script>"},We=function(){try{Oe=document.domain&&new ActiveXObject("htmlfile")}catch(e){}var e,t;We=Oe?function(e){e.write(Ue("")),e.close();var t=e.parentWindow.Object;return e=null,t}(Oe):((t=Y("iframe")).style.display="none",Ne.appendChild(t),t.src=String("javascript:"),(e=t.contentWindow.document).open(),e.write(Ue("document.F=Object")),e.close(),e.F);for(var n=ye.length;n--;)delete We.prototype[ye[n]];return We()};K[Ie]=!0;var ze=Object.create||function(e,t){var n;return null!==e?(Re.prototype=A(e),n=new Re,Re.prototype=null,n[Ie]=e):n=We(),void 0===t?n:Fe(n,t)},$e="\t\n\v\f\r                 \u2028\u2029\ufeff",Be="["+$e+"]",qe=RegExp("^"+Be+Be+"*"),Ge=RegExp(Be+Be+"*$"),Je=function(e){return function(t){var n=String(y(t));return 1&e&&(n=n.replace(qe,"")),2&e&&(n=n.replace(Ge,"")),n}},Ve={start:Je(1),end:Je(2),trim:Je(3)},Ke=Me.f,Xe=j.f,Ze=O.f,Qe=Ve.trim,et=s.Number,tt=et.prototype,nt="Number"==h(ze(tt)),rt=function(e){var t,n,r,a,i,o,s,u,l=L(e,!1);if("string"==typeof l&&l.length>2)if(43===(t=(l=Qe(l)).charCodeAt(0))||45===t){if(88===(n=l.charCodeAt(2))||120===n)return NaN}else if(48===t){switch(l.charCodeAt(1)){case 66:case 98:r=2,a=49;break;case 79:case 111:r=8,a=55;break;default:return+l}for(o=(i=l.slice(2)).length,s=0;s<o;s++)if((u=i.charCodeAt(s))<48||u>a)return NaN;return parseInt(i,r)}return+l};if(je("Number",!et(" 0o1")||!et("0b1")||et("+0x1"))){for(var at,it=function(e){var t=arguments.length<1?0:e,n=this;return n instanceof it&&(nt?u((function(){tt.valueOf.call(n)})):"Number"!=h(n))?Ce(new et(rt(t)),n,it):rt(t)},ot=l?Ke(et):"MAX_VALUE,MIN_VALUE,NaN,NEGATIVE_INFINITY,POSITIVE_INFINITY,EPSILON,isFinite,isInteger,isNaN,isSafeInteger,MAX_SAFE_INTEGER,MIN_SAFE_INTEGER,parseFloat,parseInt,isInteger,fromString,range".split(","),st=0;ot.length>st;st++)T(et,at=ot[st])&&!T(it,at)&&Ze(it,at,Xe(et,at));it.prototype=tt,tt.constructor=it,ae(s,"Number",it)}var ut,lt,ct={SEMVER_SPEC_VERSION:"2.0.0",MAX_LENGTH:256,MAX_SAFE_INTEGER:Number.MAX_SAFE_INTEGER||9007199254740991,MAX_SAFE_COMPONENT_LENGTH:16},dt="process"==h(s.process),ft=se("navigator","userAgent")||"",pt=s.process,mt=pt&&pt.versions,ht=mt&&mt.v8;ht?lt=(ut=ht.split("."))[0]+ut[1]:ft&&(!(ut=ft.match(/Edge\/(\d+)/))||ut[1]>=74)&&(ut=ft.match(/Chrome\/(\d+)/))&&(lt=ut[1]);var _t=lt&&+lt,gt=!!Object.getOwnPropertySymbols&&!u((function(){return!Symbol.sham&&(dt?38===_t:_t>37&&_t<41)})),yt=gt&&!Symbol.sham&&"symbol"==typeof Symbol.iterator,vt=$("wks"),Mt=s.Symbol,Lt=yt?Mt:Mt&&Mt.withoutSetter||G,wt=function(e){return T(vt,e)&&(gt||"string"==typeof vt[e])||(gt&&T(Mt,e)?vt[e]=Mt[e]:vt[e]=Lt("Symbol."+e)),vt[e]},bt=wt("match"),Tt=function(e){var t;return M(e)&&(void 0!==(t=e[bt])?!!t:"RegExp"==h(e))},xt=function(){var e=A(this),t="";return e.global&&(t+="g"),e.ignoreCase&&(t+="i"),e.multiline&&(t+="m"),e.dotAll&&(t+="s"),e.unicode&&(t+="u"),e.sticky&&(t+="y"),t};function kt(e,t){return RegExp(e,t)}var Yt={UNSUPPORTED_Y:u((function(){var e=kt("a","y");return e.lastIndex=2,null!=e.exec("abcd")})),BROKEN_CARET:u((function(){var e=kt("^r","gy");return e.lastIndex=2,null!=e.exec("str")}))},Dt=wt("species"),St=function(e){var t=se(e),n=O.f;l&&t&&!t[Dt]&&n(t,Dt,{configurable:!0,get:function(){return this}})},jt=O.f,At=Me.f,Et=re.enforce,Ot=wt("match"),Pt=s.RegExp,Ct=Pt.prototype,Ht=/a/g,Ft=/a/g,Nt=new Pt(Ht)!==Ht,It=Yt.UNSUPPORTED_Y;if(l&&je("RegExp",!Nt||It||u((function(){return Ft[Ot]=!1,Pt(Ht)!=Ht||Pt(Ft)==Ft||"/a/i"!=Pt(Ht,"i")})))){for(var Rt=function(e,t){var n,r=this instanceof Rt,a=Tt(e),i=void 0===t;if(!r&&a&&e.constructor===Rt&&i)return e;Nt?a&&!i&&(e=e.source):e instanceof Rt&&(i&&(t=xt.call(e)),e=e.source),It&&(n=!!t&&t.indexOf("y")>-1)&&(t=t.replace(/y/g,""));var o=Ce(Nt?new Pt(e,t):Pt(e,t),r?this:Ct,Rt);It&&n&&(Et(o).sticky=!0);return o},Ut=function(e){e in Rt||jt(Rt,e,{configurable:!0,get:function(){return Pt[e]},set:function(t){Pt[e]=t}})},Wt=At(Pt),zt=0;Wt.length>zt;)Ut(Wt[zt++]);Ct.constructor=Rt,Rt.prototype=Ct,ae(s,"RegExp",Rt)}St("RegExp");var $t=RegExp.prototype.exec,Bt=$("native-string-replace",String.prototype.replace),qt=$t,Gt=function(){var e=/a/,t=/b*/g;return $t.call(e,"a"),$t.call(t,"a"),0!==e.lastIndex||0!==t.lastIndex}(),Jt=Yt.UNSUPPORTED_Y||Yt.BROKEN_CARET,Vt=void 0!==/()??/.exec("")[1];(Gt||Vt||Jt)&&(qt=function(e){var t,n,r,a,i=this,o=Jt&&i.sticky,s=xt.call(i),u=i.source,l=0,c=e;return o&&(-1===(s=s.replace("y","")).indexOf("g")&&(s+="g"),c=String(e).slice(i.lastIndex),i.lastIndex>0&&(!i.multiline||i.multiline&&"\n"!==e[i.lastIndex-1])&&(u="(?: "+u+")",c=" "+c,l++),n=new RegExp("^(?:"+u+")",s)),Vt&&(n=new RegExp("^"+u+"$(?!\\s)",s)),Gt&&(t=i.lastIndex),r=$t.call(o?n:i,c),o?r?(r.input=r.input.slice(l),r[0]=r[0].slice(l),r.index=i.lastIndex,i.lastIndex+=r[0].length):i.lastIndex=0:Gt&&r&&(i.lastIndex=i.global?r.index+r[0].length:t),Vt&&r&&r.length>1&&Bt.call(r[0],n,(function(){for(a=1;a<arguments.length-2;a++)void 0===arguments[a]&&(r[a]=void 0)})),r});var Kt=qt;Ee({target:"RegExp",proto:!0,forced:/./.exec!==Kt},{exec:Kt});var Xt=RegExp.prototype,Zt=Xt.toString,Qt=u((function(){return"/a/b"!=Zt.call({source:"a",flags:"b"})})),en="toString"!=Zt.name;(Qt||en)&&ae(RegExp.prototype,"toString",(function(){var e=A(this),t=String(e.source),n=e.flags;return"/"+t+"/"+String(void 0===n&&e instanceof RegExp&&!("flags"in Xt)?xt.call(e):n)}),{unsafe:!0});var tn=Array.isArray||function(e){return"Array"==h(e)},nn=function(e,t,n){var r=L(t);r in e?O.f(e,r,p(0,n)):e[r]=n},rn=wt("species"),an=function(e,t){var n;return tn(e)&&("function"!=typeof(n=e.constructor)||n!==Array&&!tn(n.prototype)?M(n)&&null===(n=n[rn])&&(n=void 0):n=void 0),new(void 0===n?Array:n)(0===t?0:t)},on=wt("species"),sn=function(e){return _t>=51||!u((function(){var t=[];return(t.constructor={})[on]=function(){return{foo:1}},1!==t[e](Boolean).foo}))},un=wt("isConcatSpreadable"),ln=_t>=51||!u((function(){var e=[];return e[un]=!1,e.concat()[0]!==e})),cn=sn("concat"),dn=function(e){if(!M(e))return!1;var t=e[un];return void 0!==t?!!t:tn(e)};function fn(e){return(fn="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function pn(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}Ee({target:"Array",proto:!0,forced:!ln||!cn},{concat:function(e){var t,n,r,a,i,o=w(this),s=an(o,0),u=0;for(t=-1,r=arguments.length;t<r;t++)if(dn(i=-1===t?o:arguments[t])){if(u+(a=fe(i.length))>9007199254740991)throw TypeError("Maximum allowed index exceeded");for(n=0;n<a;n++,u++)n in i&&nn(s,u,i[n])}else{if(u>=9007199254740991)throw TypeError("Maximum allowed index exceeded");nn(s,u++,i)}return s.length=u,s}});var mn="object"===(void 0===r?"undefined":fn(r))&&r.env&&r.env.NODE_DEBUG&&/\bsemver\b/i.test(r.env.NODE_DEBUG)?function(){for(var e,t=arguments.length,n=new Array(t),r=0;r<t;r++)n[r]=arguments[r];return(e=console).error.apply(e,["SEMVER"].concat(n))}:function(){},hn=i((function(e,t){var n=ct.MAX_SAFE_COMPONENT_LENGTH,r=(t=e.exports={}).re=[],a=t.src=[],i=t.t={},o=0,s=function(e,t,n){var s=o++;mn(s,t),i[e]=s,a[s]=t,r[s]=new RegExp(t,n?"g":void 0)};s("NUMERICIDENTIFIER","0|[1-9]\\d*"),s("NUMERICIDENTIFIERLOOSE","[0-9]+"),s("NONNUMERICIDENTIFIER","\\d*[a-zA-Z-][a-zA-Z0-9-]*"),s("MAINVERSION","(".concat(a[i.NUMERICIDENTIFIER],")\\.")+"(".concat(a[i.NUMERICIDENTIFIER],")\\.")+"(".concat(a[i.NUMERICIDENTIFIER],")")),s("MAINVERSIONLOOSE","(".concat(a[i.NUMERICIDENTIFIERLOOSE],")\\.")+"(".concat(a[i.NUMERICIDENTIFIERLOOSE],")\\.")+"(".concat(a[i.NUMERICIDENTIFIERLOOSE],")")),s("PRERELEASEIDENTIFIER","(?:".concat(a[i.NUMERICIDENTIFIER],"|").concat(a[i.NONNUMERICIDENTIFIER],")")),s("PRERELEASEIDENTIFIERLOOSE","(?:".concat(a[i.NUMERICIDENTIFIERLOOSE],"|").concat(a[i.NONNUMERICIDENTIFIER],")")),s("PRERELEASE","(?:-(".concat(a[i.PRERELEASEIDENTIFIER],"(?:\\.").concat(a[i.PRERELEASEIDENTIFIER],")*))")),s("PRERELEASELOOSE","(?:-?(".concat(a[i.PRERELEASEIDENTIFIERLOOSE],"(?:\\.").concat(a[i.PRERELEASEIDENTIFIERLOOSE],")*))")),s("BUILDIDENTIFIER","[0-9A-Za-z-]+"),s("BUILD","(?:\\+(".concat(a[i.BUILDIDENTIFIER],"(?:\\.").concat(a[i.BUILDIDENTIFIER],")*))")),s("FULLPLAIN","v?".concat(a[i.MAINVERSION]).concat(a[i.PRERELEASE],"?").concat(a[i.BUILD],"?")),s("FULL","^".concat(a[i.FULLPLAIN],"$")),s("LOOSEPLAIN","[v=\\s]*".concat(a[i.MAINVERSIONLOOSE]).concat(a[i.PRERELEASELOOSE],"?").concat(a[i.BUILD],"?")),s("LOOSE","^".concat(a[i.LOOSEPLAIN],"$")),s("GTLT","((?:<|>)?=?)"),s("XRANGEIDENTIFIERLOOSE","".concat(a[i.NUMERICIDENTIFIERLOOSE],"|x|X|\\*")),s("XRANGEIDENTIFIER","".concat(a[i.NUMERICIDENTIFIER],"|x|X|\\*")),s("XRANGEPLAIN","[v=\\s]*(".concat(a[i.XRANGEIDENTIFIER],")")+"(?:\\.(".concat(a[i.XRANGEIDENTIFIER],")")+"(?:\\.(".concat(a[i.XRANGEIDENTIFIER],")")+"(?:".concat(a[i.PRERELEASE],")?").concat(a[i.BUILD],"?")+")?)?"),s("XRANGEPLAINLOOSE","[v=\\s]*(".concat(a[i.XRANGEIDENTIFIERLOOSE],")")+"(?:\\.(".concat(a[i.XRANGEIDENTIFIERLOOSE],")")+"(?:\\.(".concat(a[i.XRANGEIDENTIFIERLOOSE],")")+"(?:".concat(a[i.PRERELEASELOOSE],")?").concat(a[i.BUILD],"?")+")?)?"),s("XRANGE","^".concat(a[i.GTLT],"\\s*").concat(a[i.XRANGEPLAIN],"$")),s("XRANGELOOSE","^".concat(a[i.GTLT],"\\s*").concat(a[i.XRANGEPLAINLOOSE],"$")),s("COERCE","".concat("(^|[^\\d])(\\d{1,").concat(n,"})")+"(?:\\.(\\d{1,".concat(n,"}))?")+"(?:\\.(\\d{1,".concat(n,"}))?")+"(?:$|[^\\d])"),s("COERCERTL",a[i.COERCE],!0),s("LONETILDE","(?:~>?)"),s("TILDETRIM","(\\s*)".concat(a[i.LONETILDE],"\\s+"),!0),t.tildeTrimReplace="$1~",s("TILDE","^".concat(a[i.LONETILDE]).concat(a[i.XRANGEPLAIN],"$")),s("TILDELOOSE","^".concat(a[i.LONETILDE]).concat(a[i.XRANGEPLAINLOOSE],"$")),s("LONECARET","(?:\\^)"),s("CARETTRIM","(\\s*)".concat(a[i.LONECARET],"\\s+"),!0),t.caretTrimReplace="$1^",s("CARET","^".concat(a[i.LONECARET]).concat(a[i.XRANGEPLAIN],"$")),s("CARETLOOSE","^".concat(a[i.LONECARET]).concat(a[i.XRANGEPLAINLOOSE],"$")),s("COMPARATORLOOSE","^".concat(a[i.GTLT],"\\s*(").concat(a[i.LOOSEPLAIN],")$|^$")),s("COMPARATOR","^".concat(a[i.GTLT],"\\s*(").concat(a[i.FULLPLAIN],")$|^$")),s("COMPARATORTRIM","(\\s*)".concat(a[i.GTLT],"\\s*(").concat(a[i.LOOSEPLAIN],"|").concat(a[i.XRANGEPLAIN],")"),!0),t.comparatorTrimReplace="$1$2$3",s("HYPHENRANGE","^\\s*(".concat(a[i.XRANGEPLAIN],")")+"\\s+-\\s+"+"(".concat(a[i.XRANGEPLAIN],")")+"\\s*$"),s("HYPHENRANGELOOSE","^\\s*(".concat(a[i.XRANGEPLAINLOOSE],")")+"\\s+-\\s+"+"(".concat(a[i.XRANGEPLAINLOOSE],")")+"\\s*$"),s("STAR","(<|>)?=?\\s*\\*"),s("GTE0","^\\s*>=\\s*0.0.0\\s*$"),s("GTE0PRE","^\\s*>=\\s*0.0.0-0\\s*$")})),_n=wt("species"),gn=!u((function(){var e=/./;return e.exec=function(){var e=[];return e.groups={a:"7"},e},"7"!=="".replace(e,"$<a>")})),yn="$0"==="a".replace(/./,"$0"),vn=wt("replace"),Mn=!!/./[vn]&&""===/./[vn]("a","$0"),Ln=!u((function(){var e=/(?:)/,t=e.exec;e.exec=function(){return t.apply(this,arguments)};var n="ab".split(e);return 2!==n.length||"a"!==n[0]||"b"!==n[1]})),wn=function(e,t,n,r){var a=wt(e),i=!u((function(){var t={};return t[a]=function(){return 7},7!=""[e](t)})),o=i&&!u((function(){var t=!1,n=/a/;return"split"===e&&((n={}).constructor={},n.constructor[_n]=function(){return n},n.flags="",n[a]=/./[a]),n.exec=function(){return t=!0,null},n[a](""),!t}));if(!i||!o||"replace"===e&&(!gn||!yn||Mn)||"split"===e&&!Ln){var s=/./[a],l=n(a,""[e],(function(e,t,n,r,a){return t.exec===RegExp.prototype.exec?i&&!a?{done:!0,value:s.call(t,n,r)}:{done:!0,value:e.call(n,t,r)}:{done:!1}}),{REPLACE_KEEPS_$0:yn,REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE:Mn}),c=l[0],d=l[1];ae(String.prototype,e,c),ae(RegExp.prototype,a,2==t?function(e,t){return d.call(e,this,t)}:function(e){return d.call(e,this)})}r&&P(RegExp.prototype[a],"sham",!0)},bn=function(e){return function(t,n){var r,a,i=String(y(t)),o=ce(n),s=i.length;return o<0||o>=s?e?"":void 0:(r=i.charCodeAt(o))<55296||r>56319||o+1===s||(a=i.charCodeAt(o+1))<56320||a>57343?e?i.charAt(o):r:e?i.slice(o,o+2):a-56320+(r-55296<<10)+65536}},Tn={codeAt:bn(!1),charAt:bn(!0)},xn=Tn.charAt,kn=function(e,t,n){return t+(n?xn(e,t).length:1)},Yn=function(e,t){var n=e.exec;if("function"==typeof n){var r=n.call(e,t);if("object"!=typeof r)throw TypeError("RegExp exec method returned something other than an Object or null");return r}if("RegExp"!==h(e))throw TypeError("RegExp#exec called on incompatible receiver");return Kt.call(e,t)};wn("match",1,(function(e,t,n){return[function(t){var n=y(this),r=null==t?void 0:t[e];return void 0!==r?r.call(t,n):new RegExp(t)[e](String(n))},function(e){var r=n(t,e,this);if(r.done)return r.value;var a=A(e),i=String(this);if(!a.global)return Yn(a,i);var o=a.unicode;a.lastIndex=0;for(var s,u=[],l=0;null!==(s=Yn(a,i));){var c=String(s[0]);u[l]=c,""===c&&(a.lastIndex=kn(i,fe(a.lastIndex),o)),l++}return 0===l?null:u}]}));var Dn=Ve.trim;Ee({target:"String",proto:!0,forced:function(e){return u((function(){return!!$e[e]()||"​…᠎"!="​…᠎"[e]()||$e[e].name!==e}))}("trim")},{trim:function(){return Dn(this)}});var Sn=function(e){if("function"!=typeof e)throw TypeError(String(e)+" is not a function");return e},jn=function(e,t,n){if(Sn(e),void 0===t)return e;switch(n){case 0:return function(){return e.call(t)};case 1:return function(n){return e.call(t,n)};case 2:return function(n,r){return e.call(t,n,r)};case 3:return function(n,r,a){return e.call(t,n,r,a)}}return function(){return e.apply(t,arguments)}},An=[].push,En=function(e){var t=1==e,n=2==e,r=3==e,a=4==e,i=6==e,o=7==e,s=5==e||i;return function(u,l,c,d){for(var f,p,m=w(u),h=g(m),_=jn(l,c,3),y=fe(h.length),v=0,M=d||an,L=t?M(u,y):n||o?M(u,0):void 0;y>v;v++)if((s||v in h)&&(p=_(f=h[v],v,m),e))if(t)L[v]=p;else if(p)switch(e){case 3:return!0;case 5:return f;case 6:return v;case 2:An.call(L,f)}else switch(e){case 4:return!1;case 7:An.call(L,f)}return i?-1:r||a?a:L}},On={forEach:En(0),map:En(1),filter:En(2),some:En(3),every:En(4),find:En(5),findIndex:En(6),filterOut:En(7)},Pn=On.map,Cn=sn("map");Ee({target:"Array",proto:!0,forced:!Cn},{map:function(e){return Pn(this,e,arguments.length>1?arguments[1]:void 0)}});var Hn=wt("species"),Fn=Yt.UNSUPPORTED_Y,Nn=[].push,In=Math.min;wn("split",2,(function(e,t,n){var r;return r="c"=="abbc".split(/(b)*/)[1]||4!="test".split(/(?:)/,-1).length||2!="ab".split(/(?:ab)*/).length||4!=".".split(/(.?)(.?)/).length||".".split(/()()/).length>1||"".split(/.?/).length?function(e,n){var r=String(y(this)),a=void 0===n?4294967295:n>>>0;if(0===a)return[];if(void 0===e)return[r];if(!Tt(e))return t.call(r,e,a);for(var i,o,s,u=[],l=(e.ignoreCase?"i":"")+(e.multiline?"m":"")+(e.unicode?"u":"")+(e.sticky?"y":""),c=0,d=new RegExp(e.source,l+"g");(i=Kt.call(d,r))&&!((o=d.lastIndex)>c&&(u.push(r.slice(c,i.index)),i.length>1&&i.index<r.length&&Nn.apply(u,i.slice(1)),s=i[0].length,c=o,u.length>=a));)d.lastIndex===i.index&&d.lastIndex++;return c===r.length?!s&&d.test("")||u.push(""):u.push(r.slice(c)),u.length>a?u.slice(0,a):u}:"0".split(void 0,0).length?function(e,n){return void 0===e&&0===n?[]:t.call(this,e,n)}:t,[function(t,n){var a=y(this),i=null==t?void 0:t[e];return void 0!==i?i.call(t,a,n):r.call(String(a),t,n)},function(e,a){var i=n(r,e,this,a,r!==t);if(i.done)return i.value;var o=A(e),s=String(this),u=function(e,t){var n,r=A(e).constructor;return void 0===r||null==(n=A(r)[Hn])?t:Sn(n)}(o,RegExp),l=o.unicode,c=(o.ignoreCase?"i":"")+(o.multiline?"m":"")+(o.unicode?"u":"")+(Fn?"g":"y"),d=new u(Fn?"^(?:"+o.source+")":o,c),f=void 0===a?4294967295:a>>>0;if(0===f)return[];if(0===s.length)return null===Yn(d,s)?[s]:[];for(var p=0,m=0,h=[];m<s.length;){d.lastIndex=Fn?0:m;var _,g=Yn(d,Fn?s.slice(m):s);if(null===g||(_=In(fe(d.lastIndex+(Fn?m:0)),s.length))===p)m=kn(s,m,l);else{if(h.push(s.slice(p,m)),h.length===f)return h;for(var y=1;y<=g.length-1;y++)if(h.push(g[y]),h.length===f)return h;m=p=_}}return h.push(s.slice(p)),h}]}),Fn);var Rn=function(e,t){var n=[][e];return!!n&&u((function(){n.call(null,t||function(){throw 1},1)}))},Un=[].join,Wn=g!=Object,zn=Rn("join",",");Ee({target:"Array",proto:!0,forced:Wn||!zn},{join:function(e){return Un.call(v(this),void 0===e?",":e)}});var $n=On.filter,Bn=sn("filter");Ee({target:"Array",proto:!0,forced:!Bn},{filter:function(e){return $n(this,e,arguments.length>1?arguments[1]:void 0)}});var qn=["includePrerelease","loose","rtl"],Gn=function(e){return e?"object"!==fn(e)?{loose:!0}:qn.filter((function(t){return e[t]})).reduce((function(e,t){return e[t]=!0,e}),{}):{}},Jn=/^[0-9]+$/,Vn=function(e,t){var n=Jn.test(e),r=Jn.test(t);return n&&r&&(e=+e,t=+t),e===t?0:n&&!r?-1:r&&!n?1:e<t?-1:1},Kn=Vn,Xn=ct.MAX_LENGTH,Zn=ct.MAX_SAFE_INTEGER,Qn=hn.re,er=hn.t,tr=Kn,nr=function(){function e(t,n){if(function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,e),n=Gn(n),t instanceof e){if(t.loose===!!n.loose&&t.includePrerelease===!!n.includePrerelease)return t;t=t.version}else if("string"!=typeof t)throw new TypeError("Invalid Version: ".concat(t));if(t.length>Xn)throw new TypeError("version is longer than ".concat(Xn," characters"));mn("SemVer",t,n),this.options=n,this.loose=!!n.loose,this.includePrerelease=!!n.includePrerelease;var r=t.trim().match(n.loose?Qn[er.LOOSE]:Qn[er.FULL]);if(!r)throw new TypeError("Invalid Version: ".concat(t));if(this.raw=t,this.major=+r[1],this.minor=+r[2],this.patch=+r[3],this.major>Zn||this.major<0)throw new TypeError("Invalid major version");if(this.minor>Zn||this.minor<0)throw new TypeError("Invalid minor version");if(this.patch>Zn||this.patch<0)throw new TypeError("Invalid patch version");r[4]?this.prerelease=r[4].split(".").map((function(e){if(/^[0-9]+$/.test(e)){var t=+e;if(t>=0&&t<Zn)return t}return e})):this.prerelease=[],this.build=r[5]?r[5].split("."):[],this.format()}var t,n,r;return t=e,(n=[{key:"format",value:function(){return this.version="".concat(this.major,".").concat(this.minor,".").concat(this.patch),this.prerelease.length&&(this.version+="-".concat(this.prerelease.join("."))),this.version}},{key:"toString",value:function(){return this.version}},{key:"compare",value:function(t){if(mn("SemVer.compare",this.version,this.options,t),!(t instanceof e)){if("string"==typeof t&&t===this.version)return 0;t=new e(t,this.options)}return t.version===this.version?0:this.compareMain(t)||this.comparePre(t)}},{key:"compareMain",value:function(t){return t instanceof e||(t=new e(t,this.options)),tr(this.major,t.major)||tr(this.minor,t.minor)||tr(this.patch,t.patch)}},{key:"comparePre",value:function(t){if(t instanceof e||(t=new e(t,this.options)),this.prerelease.length&&!t.prerelease.length)return-1;if(!this.prerelease.length&&t.prerelease.length)return 1;if(!this.prerelease.length&&!t.prerelease.length)return 0;var n=0;do{var r=this.prerelease[n],a=t.prerelease[n];if(mn("prerelease compare",n,r,a),void 0===r&&void 0===a)return 0;if(void 0===a)return 1;if(void 0===r)return-1;if(r!==a)return tr(r,a)}while(++n)}},{key:"compareBuild",value:function(t){t instanceof e||(t=new e(t,this.options));var n=0;do{var r=this.build[n],a=t.build[n];if(mn("prerelease compare",n,r,a),void 0===r&&void 0===a)return 0;if(void 0===a)return 1;if(void 0===r)return-1;if(r!==a)return tr(r,a)}while(++n)}},{key:"inc",value:function(e,t){switch(e){case"premajor":this.prerelease.length=0,this.patch=0,this.minor=0,this.major++,this.inc("pre",t);break;case"preminor":this.prerelease.length=0,this.patch=0,this.minor++,this.inc("pre",t);break;case"prepatch":this.prerelease.length=0,this.inc("patch",t),this.inc("pre",t);break;case"prerelease":0===this.prerelease.length&&this.inc("patch",t),this.inc("pre",t);break;case"major":0===this.minor&&0===this.patch&&0!==this.prerelease.length||this.major++,this.minor=0,this.patch=0,this.prerelease=[];break;case"minor":0===this.patch&&0!==this.prerelease.length||this.minor++,this.patch=0,this.prerelease=[];break;case"patch":0===this.prerelease.length&&this.patch++,this.prerelease=[];break;case"pre":if(0===this.prerelease.length)this.prerelease=[0];else{for(var n=this.prerelease.length;--n>=0;)"number"==typeof this.prerelease[n]&&(this.prerelease[n]++,n=-2);-1===n&&this.prerelease.push(0)}t&&(this.prerelease[0]===t?isNaN(this.prerelease[1])&&(this.prerelease=[t,0]):this.prerelease=[t,0]);break;default:throw new Error("invalid increment argument: ".concat(e))}return this.format(),this.raw=this.version,this}}])&&pn(t.prototype,n),r&&pn(t,r),e}(),rr=ct.MAX_LENGTH,ar=hn.re,ir=hn.t,or=function(e,t){if(t=Gn(t),e instanceof nr)return e;if("string"!=typeof e)return null;if(e.length>rr)return null;if(!(t.loose?ar[ir.LOOSE]:ar[ir.FULL]).test(e))return null;try{return new nr(e,t)}catch(e){return null}},sr=function(e,t){var n=or(e,t);return n?n.version:null},ur=function(e,t){return new nr(e,t).major},lr="1.3.0",cr=function(){function e(e){"function"==typeof e.getVersion&&sr(e.getVersion())?ur(e.getVersion())!==ur(this.getVersion())&&console.warn("Proxying an event bus of version "+e.getVersion()+" with "+this.getVersion()):console.warn("Proxying an event bus with an unknown or invalid version"),this.bus=e}return e.prototype.getVersion=function(){return lr},e.prototype.subscribe=function(e,t){this.bus.subscribe(e,t)},e.prototype.unsubscribe=function(e,t){this.bus.unsubscribe(e,t)},e.prototype.emit=function(e,t){this.bus.emit(e,t)},e}(),dr=wt("unscopables"),fr=Array.prototype;null==fr[dr]&&O.f(fr,dr,{configurable:!0,value:ze(null)});var pr,mr,hr,_r=function(e){fr[dr][e]=!0},gr={},yr=!u((function(){function e(){}return e.prototype.constructor=null,Object.getPrototypeOf(new e)!==e.prototype})),vr=V("IE_PROTO"),Mr=Object.prototype,Lr=yr?Object.getPrototypeOf:function(e){return e=w(e),T(e,vr)?e[vr]:"function"==typeof e.constructor&&e instanceof e.constructor?e.constructor.prototype:e instanceof Object?Mr:null},wr=wt("iterator"),br=!1;[].keys&&("next"in(hr=[].keys())?(mr=Lr(Lr(hr)))!==Object.prototype&&(pr=mr):br=!0),(null==pr||u((function(){var e={};return pr[wr].call(e)!==e})))&&(pr={}),T(pr,wr)||P(pr,wr,(function(){return this}));var Tr={IteratorPrototype:pr,BUGGY_SAFARI_ITERATORS:br},xr=O.f,kr=wt("toStringTag"),Yr=function(e,t,n){e&&!T(e=n?e:e.prototype,kr)&&xr(e,kr,{configurable:!0,value:t})},Dr=Tr.IteratorPrototype,Sr=function(){return this},jr=Tr.IteratorPrototype,Ar=Tr.BUGGY_SAFARI_ITERATORS,Er=wt("iterator"),Or=function(){return this},Pr=function(e,t,n,r,a,i,o){!function(e,t,n){var r=t+" Iterator";e.prototype=ze(Dr,{next:p(1,n)}),Yr(e,r,!1),gr[r]=Sr}(n,t,r);var s,u,l,c=function(e){if(e===a&&_)return _;if(!Ar&&e in m)return m[e];switch(e){case"keys":case"values":case"entries":return function(){return new n(this,e)}}return function(){return new n(this)}},d=t+" Iterator",f=!1,m=e.prototype,h=m[Er]||m["@@iterator"]||a&&m[a],_=!Ar&&h||c(a),g="Array"==t&&m.entries||h;if(g&&(s=Lr(g.call(new e)),jr!==Object.prototype&&s.next&&(Lr(s)!==jr&&(Pe?Pe(s,jr):"function"!=typeof s[Er]&&P(s,Er,Or)),Yr(s,d,!0))),"values"==a&&h&&"values"!==h.name&&(f=!0,_=function(){return h.call(this)}),m[Er]!==_&&P(m,Er,_),gr[t]=_,a)if(u={values:c("values"),keys:i?_:c("keys"),entries:c("entries")},o)for(l in u)(Ar||f||!(l in m))&&ae(m,l,u[l]);else Ee({target:t,proto:!0,forced:Ar||f},u);return u},Cr=re.set,Hr=re.getterFor("Array Iterator"),Fr=Pr(Array,"Array",(function(e,t){Cr(this,{type:"Array Iterator",target:v(e),index:0,kind:t})}),(function(){var e=Hr(this),t=e.target,n=e.kind,r=e.index++;return!t||r>=t.length?(e.target=void 0,{value:void 0,done:!0}):"keys"==n?{value:r,done:!1}:"values"==n?{value:t[r],done:!1}:{value:[r,t[r]],done:!1}}),"values");gr.Arguments=gr.Array,_r("keys"),_r("values"),_r("entries");var Nr=!u((function(){return Object.isExtensible(Object.preventExtensions({}))})),Ir=i((function(e){var t=O.f,n=G("meta"),r=0,a=Object.isExtensible||function(){return!0},i=function(e){t(e,n,{value:{objectID:"O"+ ++r,weakData:{}}})},o=e.exports={REQUIRED:!1,fastKey:function(e,t){if(!M(e))return"symbol"==typeof e?e:("string"==typeof e?"S":"P")+e;if(!T(e,n)){if(!a(e))return"F";if(!t)return"E";i(e)}return e[n].objectID},getWeakData:function(e,t){if(!T(e,n)){if(!a(e))return!0;if(!t)return!1;i(e)}return e[n].weakData},onFreeze:function(e){return Nr&&o.REQUIRED&&a(e)&&!T(e,n)&&i(e),e}};K[n]=!0})),Rr=wt("iterator"),Ur=Array.prototype,Wr={};Wr[wt("toStringTag")]="z";var zr="[object z]"===String(Wr),$r=wt("toStringTag"),Br="Arguments"==h(function(){return arguments}()),qr=zr?h:function(e){var t,n,r;return void 0===e?"Undefined":null===e?"Null":"string"==typeof(n=function(e,t){try{return e[t]}catch(e){}}(t=Object(e),$r))?n:Br?h(t):"Object"==(r=h(t))&&"function"==typeof t.callee?"Arguments":r},Gr=wt("iterator"),Jr=function(e){var t=e.return;if(void 0!==t)return A(t.call(e)).value},Vr=function(e,t){this.stopped=e,this.result=t},Kr=function(e,t,n){var r,a,i,o,s,u,l,c,d=n&&n.that,f=!(!n||!n.AS_ENTRIES),p=!(!n||!n.IS_ITERATOR),m=!(!n||!n.INTERRUPTED),h=jn(t,d,1+f+m),_=function(e){return r&&Jr(r),new Vr(!0,e)},g=function(e){return f?(A(e),m?h(e[0],e[1],_):h(e[0],e[1])):m?h(e,_):h(e)};if(p)r=e;else{if("function"!=typeof(a=function(e){if(null!=e)return e[Gr]||e["@@iterator"]||gr[qr(e)]}(e)))throw TypeError("Target is not iterable");if(void 0!==(c=a)&&(gr.Array===c||Ur[Rr]===c)){for(i=0,o=fe(e.length);o>i;i++)if((s=g(e[i]))&&s instanceof Vr)return s;return new Vr(!1)}r=a.call(e)}for(u=r.next;!(l=u.call(r)).done;){try{s=g(l.value)}catch(e){throw Jr(r),e}if("object"==typeof s&&s&&s instanceof Vr)return s}return new Vr(!1)},Xr=function(e,t,n){if(!(e instanceof t))throw TypeError("Incorrect "+(n?n+" ":"")+"invocation");return e},Zr=wt("iterator"),Qr=!1;try{var ea=0,ta={next:function(){return{done:!!ea++}},return:function(){Qr=!0}};ta[Zr]=function(){return this},Array.from(ta,(function(){throw 2}))}catch(e){}var na=function(e,t,n){for(var r in t)ae(e,r,t[r],n);return e},ra=O.f,aa=Ir.fastKey,ia=re.set,oa=re.getterFor;!function(e,t,n){var r=-1!==e.indexOf("Map"),a=-1!==e.indexOf("Weak"),i=r?"set":"add",o=s[e],l=o&&o.prototype,c=o,d={},f=function(e){var t=l[e];ae(l,e,"add"==e?function(e){return t.call(this,0===e?0:e),this}:"delete"==e?function(e){return!(a&&!M(e))&&t.call(this,0===e?0:e)}:"get"==e?function(e){return a&&!M(e)?void 0:t.call(this,0===e?0:e)}:"has"==e?function(e){return!(a&&!M(e))&&t.call(this,0===e?0:e)}:function(e,n){return t.call(this,0===e?0:e,n),this})};if(je(e,"function"!=typeof o||!(a||l.forEach&&!u((function(){(new o).entries().next()})))))c=n.getConstructor(t,e,r,i),Ir.REQUIRED=!0;else if(je(e,!0)){var p=new c,m=p[i](a?{}:-0,1)!=p,h=u((function(){p.has(1)})),_=function(e,t){if(!t&&!Qr)return!1;var n=!1;try{var r={};r[Zr]=function(){return{next:function(){return{done:n=!0}}}},e(r)}catch(e){}return n}((function(e){new o(e)})),g=!a&&u((function(){for(var e=new o,t=5;t--;)e[i](t,t);return!e.has(-0)}));_||((c=t((function(t,n){Xr(t,c,e);var a=Ce(new o,t,c);return null!=n&&Kr(n,a[i],{that:a,AS_ENTRIES:r}),a}))).prototype=l,l.constructor=c),(h||g)&&(f("delete"),f("has"),r&&f("get")),(g||m)&&f(i),a&&l.clear&&delete l.clear}d[e]=c,Ee({global:!0,forced:c!=o},d),Yr(c,e),a||n.setStrong(c,e,r)}("Map",(function(e){return function(){return e(this,arguments.length?arguments[0]:void 0)}}),{getConstructor:function(e,t,n,r){var a=e((function(e,i){Xr(e,a,t),ia(e,{type:t,index:ze(null),first:void 0,last:void 0,size:0}),l||(e.size=0),null!=i&&Kr(i,e[r],{that:e,AS_ENTRIES:n})})),i=oa(t),o=function(e,t,n){var r,a,o=i(e),u=s(e,t);return u?u.value=n:(o.last=u={index:a=aa(t,!0),key:t,value:n,previous:r=o.last,next:void 0,removed:!1},o.first||(o.first=u),r&&(r.next=u),l?o.size++:e.size++,"F"!==a&&(o.index[a]=u)),e},s=function(e,t){var n,r=i(e),a=aa(t);if("F"!==a)return r.index[a];for(n=r.first;n;n=n.next)if(n.key==t)return n};return na(a.prototype,{clear:function(){for(var e=i(this),t=e.index,n=e.first;n;)n.removed=!0,n.previous&&(n.previous=n.previous.next=void 0),delete t[n.index],n=n.next;e.first=e.last=void 0,l?e.size=0:this.size=0},delete:function(e){var t=i(this),n=s(this,e);if(n){var r=n.next,a=n.previous;delete t.index[n.index],n.removed=!0,a&&(a.next=r),r&&(r.previous=a),t.first==n&&(t.first=r),t.last==n&&(t.last=a),l?t.size--:this.size--}return!!n},forEach:function(e){for(var t,n=i(this),r=jn(e,arguments.length>1?arguments[1]:void 0,3);t=t?t.next:n.first;)for(r(t.value,t.key,this);t&&t.removed;)t=t.previous},has:function(e){return!!s(this,e)}}),na(a.prototype,n?{get:function(e){var t=s(this,e);return t&&t.value},set:function(e,t){return o(this,0===e?0:e,t)}}:{add:function(e){return o(this,e=0===e?0:e,e)}}),l&&ra(a.prototype,"size",{get:function(){return i(this).size}}),a},setStrong:function(e,t,n){var r=t+" Iterator",a=oa(t),i=oa(r);Pr(e,t,(function(e,t){ia(this,{type:r,target:e,state:a(e),kind:t,last:void 0})}),(function(){for(var e=i(this),t=e.kind,n=e.last;n&&n.removed;)n=n.previous;return e.target&&(e.last=n=n?n.next:e.state.first)?"keys"==t?{value:n.key,done:!1}:"values"==t?{value:n.value,done:!1}:{value:[n.key,n.value],done:!1}:(e.target=void 0,{value:void 0,done:!0})}),n?"entries":"values",!n,!0),St(t)}});var sa=zr?{}.toString:function(){return"[object "+qr(this)+"]"};zr||ae(Object.prototype,"toString",sa,{unsafe:!0});var ua=Tn.charAt,la=re.set,ca=re.getterFor("String Iterator");Pr(String,"String",(function(e){la(this,{type:"String Iterator",string:String(e),index:0})}),(function(){var e,t=ca(this),n=t.string,r=t.index;return r>=n.length?{value:void 0,done:!0}:(e=ua(n,r),t.index+=e.length,{value:e,done:!1})}));var da={CSSRuleList:0,CSSStyleDeclaration:0,CSSValueList:0,ClientRectList:0,DOMRectList:0,DOMStringList:0,DOMTokenList:1,DataTransferItemList:0,FileList:0,HTMLAllCollection:0,HTMLCollection:0,HTMLFormElement:0,HTMLSelectElement:0,MediaList:0,MimeTypeArray:0,NamedNodeMap:0,NodeList:1,PaintRequestList:0,Plugin:0,PluginArray:0,SVGLengthList:0,SVGNumberList:0,SVGPathSegList:0,SVGPointList:0,SVGStringList:0,SVGTransformList:0,SourceBufferList:0,StyleSheetList:0,TextTrackCueList:0,TextTrackList:0,TouchList:0},fa=wt("iterator"),pa=wt("toStringTag"),ma=Fr.values;for(var ha in da){var _a=s[ha],ga=_a&&_a.prototype;if(ga){if(ga[fa]!==ma)try{P(ga,fa,ma)}catch(e){ga[fa]=ma}if(ga[pa]||P(ga,pa,ha),da[ha])for(var ya in Fr)if(ga[ya]!==Fr[ya])try{P(ga,ya,Fr[ya])}catch(e){ga[ya]=Fr[ya]}}}var va=On.forEach,Ma=Rn("forEach")?[].forEach:function(e){return va(this,e,arguments.length>1?arguments[1]:void 0)};for(var La in da){var wa=s[La],ba=wa&&wa.prototype;if(ba&&ba.forEach!==Ma)try{P(ba,"forEach",Ma)}catch(e){ba.forEach=Ma}}var Ta="1.3.0",xa=function(){function e(){this.handlers=new Map}return e.prototype.getVersion=function(){return Ta},e.prototype.subscribe=function(e,t){this.handlers.set(e,(this.handlers.get(e)||[]).concat(t))},e.prototype.unsubscribe=function(e,t){this.handlers.set(e,(this.handlers.get(e)||[]).filter((function(e){return e!=t})))},e.prototype.emit=function(e,t){(this.handlers.get(e)||[]).forEach((function(e){try{e(t)}catch(e){console.error("could not invoke event listener",e)}}))},e}();var ka=(void 0!==window.OC&&window.OC._eventBus&&void 0===window._nc_event_bus&&(console.warn("found old event bus instance at OC._eventBus. Update your version!"),window._nc_event_bus=window.OC._eventBus),void 0!==window._nc_event_bus?new cr(window._nc_event_bus):window._nc_event_bus=new xa);function Ya(e,t){ka.subscribe(e,t)}function Da(e,t){ka.unsubscribe(e,t)}function Sa(e,t){ka.emit(e,t)}}.call(this,n(17),n(57))},function(e,t,n){"use strict";(function(e,r){n.d(t,"a",(function(){return oi})),n.d(t,"b",(function(){return si})),n.d(t,"c",(function(){return li})),n.d(t,"d",(function(){return di})),n.d(t,"e",(function(){return ui})),n.d(t,"f",(function(){return fi})),n.d(t,"g",(function(){return ci})),function(){const t={TRANSLATIONS:[{locale:"ar",json:{charset:"utf-8",headers:{"Last-Translator":"S1 SYSTEMS | BP <info@s1.sa>, 2020","Language-Team":"Arabic (https://www.transifex.com/nextcloud/teams/64236/ar/)","Content-Type":"text/plain; charset=UTF-8",Language:"ar","Plural-Forms":"nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nS1 SYSTEMS | BP <info@s1.sa>, 2020\n"},msgstr:["Last-Translator: S1 SYSTEMS | BP <info@s1.sa>, 2020\nLanguage-Team: Arabic (https://www.transifex.com/nextcloud/teams/64236/ar/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: ar\nPlural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n"]},Undo:{msgid:"Undo",comments:{reference:"lib/toast.ts:191"},msgstr:["تراجع"]}}}}},{locale:"ast",json:{charset:"utf-8",headers:{"Last-Translator":"enolp <enolp@softastur.org>, 2020","Language-Team":"Asturian (https://www.transifex.com/nextcloud/teams/64236/ast/)","Content-Type":"text/plain; charset=UTF-8",Language:"ast","Plural-Forms":"nplurals=2; plural=(n != 1);"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nenolp <enolp@softastur.org>, 2020\n"},msgstr:["Last-Translator: enolp <enolp@softastur.org>, 2020\nLanguage-Team: Asturian (https://www.transifex.com/nextcloud/teams/64236/ast/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: ast\nPlural-Forms: nplurals=2; plural=(n != 1);\n"]},Undo:{msgid:"Undo",comments:{reference:"lib/toast.ts:187"},msgstr:["Desfacer"]}}}}},{locale:"br",json:{charset:"utf-8",headers:{"Last-Translator":"Kervoas-Le Nabat Ewen <ewenkervoas@free.fr>, 2020","Language-Team":"Breton (https://www.transifex.com/nextcloud/teams/64236/br/)","Content-Type":"text/plain; charset=UTF-8",Language:"br","Plural-Forms":"nplurals=5; plural=((n%10 == 1) && (n%100 != 11) && (n%100 !=71) && (n%100 !=91) ? 0 :(n%10 == 2) && (n%100 != 12) && (n%100 !=72) && (n%100 !=92) ? 1 :(n%10 ==3 || n%10==4 || n%10==9) && (n%100 < 10 || n% 100 > 19) && (n%100 < 70 || n%100 > 79) && (n%100 < 90 || n%100 > 99) ? 2 :(n != 0 && n % 1000000 == 0) ? 3 : 4);"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nKervoas-Le Nabat Ewen <ewenkervoas@free.fr>, 2020\n"},msgstr:["Last-Translator: Kervoas-Le Nabat Ewen <ewenkervoas@free.fr>, 2020\nLanguage-Team: Breton (https://www.transifex.com/nextcloud/teams/64236/br/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: br\nPlural-Forms: nplurals=5; plural=((n%10 == 1) && (n%100 != 11) && (n%100 !=71) && (n%100 !=91) ? 0 :(n%10 == 2) && (n%100 != 12) && (n%100 !=72) && (n%100 !=92) ? 1 :(n%10 ==3 || n%10==4 || n%10==9) && (n%100 < 10 || n% 100 > 19) && (n%100 < 70 || n%100 > 79) && (n%100 < 90 || n%100 > 99) ? 2 :(n != 0 && n % 1000000 == 0) ? 3 : 4);\n"]},Undo:{msgid:"Undo",comments:{reference:"lib/toast.ts:187"},msgstr:["Disober"]}}}}},{locale:"ca",json:{charset:"utf-8",headers:{"Last-Translator":"Marc Riera <marcriera@softcatala.org>, 2020","Language-Team":"Catalan (https://www.transifex.com/nextcloud/teams/64236/ca/)","Content-Type":"text/plain; charset=UTF-8",Language:"ca","Plural-Forms":"nplurals=2; plural=(n != 1);"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nMarc Riera <marcriera@softcatala.org>, 2020\n"},msgstr:["Last-Translator: Marc Riera <marcriera@softcatala.org>, 2020\nLanguage-Team: Catalan (https://www.transifex.com/nextcloud/teams/64236/ca/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: ca\nPlural-Forms: nplurals=2; plural=(n != 1);\n"]},Undo:{msgid:"Undo",comments:{reference:"lib/toast.ts:187"},msgstr:["Desfés"]}}}}},{locale:"cs",json:{charset:"utf-8",headers:{"Last-Translator":"Pavel Borecki <pavel.borecki@gmail.com>, 2020","Language-Team":"Czech (https://www.transifex.com/nextcloud/teams/64236/cs/)","Content-Type":"text/plain; charset=UTF-8",Language:"cs","Plural-Forms":"nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nPavel Borecki <pavel.borecki@gmail.com>, 2020\n"},msgstr:["Last-Translator: Pavel Borecki <pavel.borecki@gmail.com>, 2020\nLanguage-Team: Czech (https://www.transifex.com/nextcloud/teams/64236/cs/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: cs\nPlural-Forms: nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;\n"]},Undo:{msgid:"Undo",comments:{reference:"lib/toast.ts:187"},msgstr:["Zpět"]}}}}},{locale:"cs_CZ",json:{charset:"utf-8",headers:{"Last-Translator":"Pavel Borecki <pavel.borecki@gmail.com>, 2020","Language-Team":"Czech (Czech Republic) (https://www.transifex.com/nextcloud/teams/64236/cs_CZ/)","Content-Type":"text/plain; charset=UTF-8",Language:"cs_CZ","Plural-Forms":"nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nPavel Borecki <pavel.borecki@gmail.com>, 2020\n"},msgstr:["Last-Translator: Pavel Borecki <pavel.borecki@gmail.com>, 2020\nLanguage-Team: Czech (Czech Republic) (https://www.transifex.com/nextcloud/teams/64236/cs_CZ/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: cs_CZ\nPlural-Forms: nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;\n"]},Undo:{msgid:"Undo",comments:{reference:"lib/toast.ts:187"},msgstr:["Zpět"]}}}}},{locale:"da",json:{charset:"utf-8",headers:{"Last-Translator":"Martin Bonde <Martin@maboni.dk>, 2020","Language-Team":"Danish (https://www.transifex.com/nextcloud/teams/64236/da/)","Content-Type":"text/plain; charset=UTF-8",Language:"da","Plural-Forms":"nplurals=2; plural=(n != 1);"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nMartin Bonde <Martin@maboni.dk>, 2020\n"},msgstr:["Last-Translator: Martin Bonde <Martin@maboni.dk>, 2020\nLanguage-Team: Danish (https://www.transifex.com/nextcloud/teams/64236/da/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: da\nPlural-Forms: nplurals=2; plural=(n != 1);\n"]},Undo:{msgid:"Undo",comments:{reference:"lib/toast.ts:192"},msgstr:["Fortryd"]}}}}},{locale:"de",json:{charset:"utf-8",headers:{"Last-Translator":"Mark Ziegler <mark.ziegler@rakekniven.de>, 2020","Language-Team":"German (https://www.transifex.com/nextcloud/teams/64236/de/)","Content-Type":"text/plain; charset=UTF-8",Language:"de","Plural-Forms":"nplurals=2; plural=(n != 1);"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nMark Ziegler <mark.ziegler@rakekniven.de>, 2020\n"},msgstr:["Last-Translator: Mark Ziegler <mark.ziegler@rakekniven.de>, 2020\nLanguage-Team: German (https://www.transifex.com/nextcloud/teams/64236/de/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: de\nPlural-Forms: nplurals=2; plural=(n != 1);\n"]},Undo:{msgid:"Undo",comments:{reference:"lib/toast.ts:187"},msgstr:["Rückgängig"]}}}}},{locale:"de_DE",json:{charset:"utf-8",headers:{"Last-Translator":"Mark Ziegler <mark.ziegler@rakekniven.de>, 2020","Language-Team":"German (Germany) (https://www.transifex.com/nextcloud/teams/64236/de_DE/)","Content-Type":"text/plain; charset=UTF-8",Language:"de_DE","Plural-Forms":"nplurals=2; plural=(n != 1);"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nMark Ziegler <mark.ziegler@rakekniven.de>, 2020\n"},msgstr:["Last-Translator: Mark Ziegler <mark.ziegler@rakekniven.de>, 2020\nLanguage-Team: German (Germany) (https://www.transifex.com/nextcloud/teams/64236/de_DE/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: de_DE\nPlural-Forms: nplurals=2; plural=(n != 1);\n"]},Undo:{msgid:"Undo",comments:{reference:"lib/toast.ts:187"},msgstr:["Rückgängig"]}}}}},{locale:"el",json:{charset:"utf-8",headers:{"Last-Translator":"ByteGet, 2020","Language-Team":"Greek (https://www.transifex.com/nextcloud/teams/64236/el/)","Content-Type":"text/plain; charset=UTF-8",Language:"el","Plural-Forms":"nplurals=2; plural=(n != 1);"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nByteGet, 2020\n"},msgstr:["Last-Translator: ByteGet, 2020\nLanguage-Team: Greek (https://www.transifex.com/nextcloud/teams/64236/el/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: el\nPlural-Forms: nplurals=2; plural=(n != 1);\n"]},Undo:{msgid:"Undo",comments:{reference:"lib/toast.ts:187"},msgstr:["Αναίρεση"]}}}}},{locale:"eo",json:{charset:"utf-8",headers:{"Last-Translator":"Va Milushnikov <va.milushnikov@gmail.com>, 2020","Language-Team":"Esperanto (https://www.transifex.com/nextcloud/teams/64236/eo/)","Content-Type":"text/plain; charset=UTF-8",Language:"eo","Plural-Forms":"nplurals=2; plural=(n != 1);"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nVa Milushnikov <va.milushnikov@gmail.com>, 2020\n"},msgstr:["Last-Translator: Va Milushnikov <va.milushnikov@gmail.com>, 2020\nLanguage-Team: Esperanto (https://www.transifex.com/nextcloud/teams/64236/eo/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: eo\nPlural-Forms: nplurals=2; plural=(n != 1);\n"]},Undo:{msgid:"Undo",comments:{reference:"lib/toast.ts:191"},msgstr:["Malfari"]}}}}},{locale:"es",json:{charset:"utf-8",headers:{"Last-Translator":"Gabriel Anca <gabrielancacorral@gmail.com>, 2020","Language-Team":"Spanish (https://www.transifex.com/nextcloud/teams/64236/es/)","Content-Type":"text/plain; charset=UTF-8",Language:"es","Plural-Forms":"nplurals=2; plural=(n != 1);"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nGabriel Anca <gabrielancacorral@gmail.com>, 2020\n"},msgstr:["Last-Translator: Gabriel Anca <gabrielancacorral@gmail.com>, 2020\nLanguage-Team: Spanish (https://www.transifex.com/nextcloud/teams/64236/es/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: es\nPlural-Forms: nplurals=2; plural=(n != 1);\n"]},Undo:{msgid:"Undo",comments:{reference:"lib/toast.ts:192"},msgstr:["Deshacer"]}}}}},{locale:"fa",json:{charset:"utf-8",headers:{"Last-Translator":"Mostafa Ahangarha <ahangarha@riseup.net>, 2020","Language-Team":"Persian (https://www.transifex.com/nextcloud/teams/64236/fa/)","Content-Type":"text/plain; charset=UTF-8",Language:"fa","Plural-Forms":"nplurals=2; plural=(n > 1);"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nMostafa Ahangarha <ahangarha@riseup.net>, 2020\n"},msgstr:["Last-Translator: Mostafa Ahangarha <ahangarha@riseup.net>, 2020\nLanguage-Team: Persian (https://www.transifex.com/nextcloud/teams/64236/fa/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: fa\nPlural-Forms: nplurals=2; plural=(n > 1);\n"]},Undo:{msgid:"Undo",comments:{reference:"lib/toast.ts:192"},msgstr:["بازگردانی"]}}}}},{locale:"fi_FI",json:{charset:"utf-8",headers:{"Last-Translator":"teemue, 2020","Language-Team":"Finnish (Finland) (https://www.transifex.com/nextcloud/teams/64236/fi_FI/)","Content-Type":"text/plain; charset=UTF-8",Language:"fi_FI","Plural-Forms":"nplurals=2; plural=(n != 1);"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nteemue, 2020\n"},msgstr:["Last-Translator: teemue, 2020\nLanguage-Team: Finnish (Finland) (https://www.transifex.com/nextcloud/teams/64236/fi_FI/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: fi_FI\nPlural-Forms: nplurals=2; plural=(n != 1);\n"]},Undo:{msgid:"Undo",comments:{reference:"lib/toast.ts:191"},msgstr:["Kumoa"]}}}}},{locale:"fr",json:{charset:"utf-8",headers:{"Last-Translator":"John Molakvoæ <skjnldsv@protonmail.com>, 2020","Language-Team":"French (https://www.transifex.com/nextcloud/teams/64236/fr/)","Content-Type":"text/plain; charset=UTF-8",Language:"fr","Plural-Forms":"nplurals=2; plural=(n > 1);"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nJohn Molakvoæ <skjnldsv@protonmail.com>, 2020\n"},msgstr:["Last-Translator: John Molakvoæ <skjnldsv@protonmail.com>, 2020\nLanguage-Team: French (https://www.transifex.com/nextcloud/teams/64236/fr/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: fr\nPlural-Forms: nplurals=2; plural=(n > 1);\n"]},Undo:{msgid:"Undo",comments:{reference:"lib/toast.ts:187"},msgstr:["Annuler"]}}}}},{locale:"gl",json:{charset:"utf-8",headers:{"Last-Translator":"Miguel Anxo Bouzada <mbouzada@gmail.com>, 2020","Language-Team":"Galician (https://www.transifex.com/nextcloud/teams/64236/gl/)","Content-Type":"text/plain; charset=UTF-8",Language:"gl","Plural-Forms":"nplurals=2; plural=(n != 1);"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nMiguel Anxo Bouzada <mbouzada@gmail.com>, 2020\n"},msgstr:["Last-Translator: Miguel Anxo Bouzada <mbouzada@gmail.com>, 2020\nLanguage-Team: Galician (https://www.transifex.com/nextcloud/teams/64236/gl/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: gl\nPlural-Forms: nplurals=2; plural=(n != 1);\n"]},Undo:{msgid:"Undo",comments:{reference:"lib/toast.ts:187"},msgstr:["Desfacer"]}}}}},{locale:"he",json:{charset:"utf-8",headers:{"Last-Translator":"Yaron Shahrabani <sh.yaron@gmail.com>, 2020","Language-Team":"Hebrew (https://www.transifex.com/nextcloud/teams/64236/he/)","Content-Type":"text/plain; charset=UTF-8",Language:"he","Plural-Forms":"nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n == 2 && n % 1 == 0) ? 1: (n % 10 == 0 && n % 1 == 0 && n > 10) ? 2 : 3;"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nYaron Shahrabani <sh.yaron@gmail.com>, 2020\n"},msgstr:["Last-Translator: Yaron Shahrabani <sh.yaron@gmail.com>, 2020\nLanguage-Team: Hebrew (https://www.transifex.com/nextcloud/teams/64236/he/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: he\nPlural-Forms: nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n == 2 && n % 1 == 0) ? 1: (n % 10 == 0 && n % 1 == 0 && n > 10) ? 2 : 3;\n"]},Undo:{msgid:"Undo",comments:{reference:"lib/toast.ts:187"},msgstr:["ביטול"]}}}}},{locale:"hu_HU",json:{charset:"utf-8",headers:{"Last-Translator":"Balázs Meskó <meskobalazs@mailbox.org>, 2021","Language-Team":"Hungarian (Hungary) (https://www.transifex.com/nextcloud/teams/64236/hu_HU/)","Content-Type":"text/plain; charset=UTF-8",Language:"hu_HU","Plural-Forms":"nplurals=2; plural=(n != 1);"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nBalázs Meskó <meskobalazs@mailbox.org>, 2021\n"},msgstr:["Last-Translator: Balázs Meskó <meskobalazs@mailbox.org>, 2021\nLanguage-Team: Hungarian (Hungary) (https://www.transifex.com/nextcloud/teams/64236/hu_HU/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: hu_HU\nPlural-Forms: nplurals=2; plural=(n != 1);\n"]},Undo:{msgid:"Undo",comments:{reference:"lib/toast.ts:191"},msgstr:["Visszavonás"]}}}}},{locale:"id",json:{charset:"utf-8",headers:{"Last-Translator":"agus sutrisno <agussutrisno@smamsa.sch.id>, 2020","Language-Team":"Indonesian (https://www.transifex.com/nextcloud/teams/64236/id/)","Content-Type":"text/plain; charset=UTF-8",Language:"id","Plural-Forms":"nplurals=1; plural=0;"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nagus sutrisno <agussutrisno@smamsa.sch.id>, 2020\n"},msgstr:["Last-Translator: agus sutrisno <agussutrisno@smamsa.sch.id>, 2020\nLanguage-Team: Indonesian (https://www.transifex.com/nextcloud/teams/64236/id/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: id\nPlural-Forms: nplurals=1; plural=0;\n"]},Undo:{msgid:"Undo",comments:{reference:"lib/toast.ts:192"},msgstr:["Tidak jadi"]}}}}},{locale:"is",json:{charset:"utf-8",headers:{"Last-Translator":"Sveinn í Felli <sv1@fellsnet.is>, 2020","Language-Team":"Icelandic (https://www.transifex.com/nextcloud/teams/64236/is/)","Content-Type":"text/plain; charset=UTF-8",Language:"is","Plural-Forms":"nplurals=2; plural=(n % 10 != 1 || n % 100 == 11);"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nSveinn í Felli <sv1@fellsnet.is>, 2020\n"},msgstr:["Last-Translator: Sveinn í Felli <sv1@fellsnet.is>, 2020\nLanguage-Team: Icelandic (https://www.transifex.com/nextcloud/teams/64236/is/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: is\nPlural-Forms: nplurals=2; plural=(n % 10 != 1 || n % 100 == 11);\n"]},Undo:{msgid:"Undo",comments:{reference:"lib/toast.ts:192"},msgstr:["Afturkalla"]}}}}},{locale:"it",json:{charset:"utf-8",headers:{"Last-Translator":"Vincenzo Reale <vinx.reale@gmail.com>, 2020","Language-Team":"Italian (https://www.transifex.com/nextcloud/teams/64236/it/)","Content-Type":"text/plain; charset=UTF-8",Language:"it","Plural-Forms":"nplurals=2; plural=(n != 1);"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nVincenzo Reale <vinx.reale@gmail.com>, 2020\n"},msgstr:["Last-Translator: Vincenzo Reale <vinx.reale@gmail.com>, 2020\nLanguage-Team: Italian (https://www.transifex.com/nextcloud/teams/64236/it/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: it\nPlural-Forms: nplurals=2; plural=(n != 1);\n"]},Undo:{msgid:"Undo",comments:{reference:"lib/toast.ts:187"},msgstr:["Annulla"]}}}}},{locale:"ja_JP",json:{charset:"utf-8",headers:{"Last-Translator":"323484, 2020","Language-Team":"Japanese (Japan) (https://www.transifex.com/nextcloud/teams/64236/ja_JP/)","Content-Type":"text/plain; charset=UTF-8",Language:"ja_JP","Plural-Forms":"nplurals=1; plural=0;"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\n323484, 2020\n"},msgstr:["Last-Translator: 323484, 2020\nLanguage-Team: Japanese (Japan) (https://www.transifex.com/nextcloud/teams/64236/ja_JP/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: ja_JP\nPlural-Forms: nplurals=1; plural=0;\n"]},Undo:{msgid:"Undo",comments:{reference:"lib/toast.ts:187"},msgstr:["元に戻す"]}}}}},{locale:"lt_LT",json:{charset:"utf-8",headers:{"Last-Translator":"Moo, 2020","Language-Team":"Lithuanian (Lithuania) (https://www.transifex.com/nextcloud/teams/64236/lt_LT/)","Content-Type":"text/plain; charset=UTF-8",Language:"lt_LT","Plural-Forms":"nplurals=4; plural=(n % 10 == 1 && (n % 100 > 19 || n % 100 < 11) ? 0 : (n % 10 >= 2 && n % 10 <=9) && (n % 100 > 19 || n % 100 < 11) ? 1 : n % 1 != 0 ? 2: 3);"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nMoo, 2020\n"},msgstr:["Last-Translator: Moo, 2020\nLanguage-Team: Lithuanian (Lithuania) (https://www.transifex.com/nextcloud/teams/64236/lt_LT/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: lt_LT\nPlural-Forms: nplurals=4; plural=(n % 10 == 1 && (n % 100 > 19 || n % 100 < 11) ? 0 : (n % 10 >= 2 && n % 10 <=9) && (n % 100 > 19 || n % 100 < 11) ? 1 : n % 1 != 0 ? 2: 3);\n"]},Undo:{msgid:"Undo",comments:{reference:"lib/toast.ts:187"},msgstr:["Atšaukti"]}}}}},{locale:"mk",json:{charset:"utf-8",headers:{"Last-Translator":"Сашко Тодоров, 2020","Language-Team":"Macedonian (https://www.transifex.com/nextcloud/teams/64236/mk/)","Content-Type":"text/plain; charset=UTF-8",Language:"mk","Plural-Forms":"nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nСашко Тодоров, 2020\n"},msgstr:["Last-Translator: Сашко Тодоров, 2020\nLanguage-Team: Macedonian (https://www.transifex.com/nextcloud/teams/64236/mk/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: mk\nPlural-Forms: nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;\n"]},Undo:{msgid:"Undo",comments:{reference:"lib/toast.ts:187"},msgstr:["Врати"]}}}}},{locale:"nb_NO",json:{charset:"utf-8",headers:{"Last-Translator":"sverre.vikan <sverre.vikan@gmail.com>, 2020","Language-Team":"Norwegian Bokmål (Norway) (https://www.transifex.com/nextcloud/teams/64236/nb_NO/)","Content-Type":"text/plain; charset=UTF-8",Language:"nb_NO","Plural-Forms":"nplurals=2; plural=(n != 1);"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nsverre.vikan <sverre.vikan@gmail.com>, 2020\n"},msgstr:["Last-Translator: sverre.vikan <sverre.vikan@gmail.com>, 2020\nLanguage-Team: Norwegian Bokmål (Norway) (https://www.transifex.com/nextcloud/teams/64236/nb_NO/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: nb_NO\nPlural-Forms: nplurals=2; plural=(n != 1);\n"]},Undo:{msgid:"Undo",comments:{reference:"lib/toast.ts:192"},msgstr:["Angre"]}}}}},{locale:"nl",json:{charset:"utf-8",headers:{"Last-Translator":"Robin Slot, 2020","Language-Team":"Dutch (https://www.transifex.com/nextcloud/teams/64236/nl/)","Content-Type":"text/plain; charset=UTF-8",Language:"nl","Plural-Forms":"nplurals=2; plural=(n != 1);"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nRobin Slot, 2020\n"},msgstr:["Last-Translator: Robin Slot, 2020\nLanguage-Team: Dutch (https://www.transifex.com/nextcloud/teams/64236/nl/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: nl\nPlural-Forms: nplurals=2; plural=(n != 1);\n"]},Undo:{msgid:"Undo",comments:{reference:"lib/toast.ts:191"},msgstr:["Ongedaan maken"]}}}}},{locale:"oc",json:{charset:"utf-8",headers:{"Last-Translator":"Quentin PAGÈS, 2020","Language-Team":"Occitan (post 1500) (https://www.transifex.com/nextcloud/teams/64236/oc/)","Content-Type":"text/plain; charset=UTF-8",Language:"oc","Plural-Forms":"nplurals=2; plural=(n > 1);"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nQuentin PAGÈS, 2020\n"},msgstr:["Last-Translator: Quentin PAGÈS, 2020\nLanguage-Team: Occitan (post 1500) (https://www.transifex.com/nextcloud/teams/64236/oc/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: oc\nPlural-Forms: nplurals=2; plural=(n > 1);\n"]},Undo:{msgid:"Undo",comments:{reference:"lib/toast.ts:187"},msgstr:["Anullar"]}}}}},{locale:"pl",json:{charset:"utf-8",headers:{"Last-Translator":"Robert Szmurło <robert.szmurlo@ee.pw.edu.pl>, 2020","Language-Team":"Polish (https://www.transifex.com/nextcloud/teams/64236/pl/)","Content-Type":"text/plain; charset=UTF-8",Language:"pl","Plural-Forms":"nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nRobert Szmurło <robert.szmurlo@ee.pw.edu.pl>, 2020\n"},msgstr:["Last-Translator: Robert Szmurło <robert.szmurlo@ee.pw.edu.pl>, 2020\nLanguage-Team: Polish (https://www.transifex.com/nextcloud/teams/64236/pl/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: pl\nPlural-Forms: nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n"]},Undo:{msgid:"Undo",comments:{reference:"lib/toast.ts:187"},msgstr:["Cofnij"]}}}}},{locale:"pt_BR",json:{charset:"utf-8",headers:{"Last-Translator":"Paulo Schopf, 2020","Language-Team":"Portuguese (Brazil) (https://www.transifex.com/nextcloud/teams/64236/pt_BR/)","Content-Type":"text/plain; charset=UTF-8",Language:"pt_BR","Plural-Forms":"nplurals=2; plural=(n > 1);"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nPaulo Schopf, 2020\n"},msgstr:["Last-Translator: Paulo Schopf, 2020\nLanguage-Team: Portuguese (Brazil) (https://www.transifex.com/nextcloud/teams/64236/pt_BR/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: pt_BR\nPlural-Forms: nplurals=2; plural=(n > 1);\n"]},Undo:{msgid:"Undo",comments:{reference:"lib/toast.ts:187"},msgstr:["Desfazer"]}}}}},{locale:"ru",json:{charset:"utf-8",headers:{"Last-Translator":"Andrey Atapin <atab@kirovedu.ru>, 2020","Language-Team":"Russian (https://www.transifex.com/nextcloud/teams/64236/ru/)","Content-Type":"text/plain; charset=UTF-8",Language:"ru","Plural-Forms":"nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nAndrey Atapin <atab@kirovedu.ru>, 2020\n"},msgstr:["Last-Translator: Andrey Atapin <atab@kirovedu.ru>, 2020\nLanguage-Team: Russian (https://www.transifex.com/nextcloud/teams/64236/ru/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: ru\nPlural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);\n"]},Undo:{msgid:"Undo",comments:{reference:"lib/toast.ts:187"},msgstr:["Отменить"]}}}}},{locale:"sk_SK",json:{charset:"utf-8",headers:{"Last-Translator":"vladimirjendrol <vlado@jendrol.sk>, 2020","Language-Team":"Slovak (Slovakia) (https://www.transifex.com/nextcloud/teams/64236/sk_SK/)","Content-Type":"text/plain; charset=UTF-8",Language:"sk_SK","Plural-Forms":"nplurals=4; plural=(n % 1 == 0 && n == 1 ? 0 : n % 1 == 0 && n >= 2 && n <= 4 ? 1 : n % 1 != 0 ? 2: 3);"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nvladimirjendrol <vlado@jendrol.sk>, 2020\n"},msgstr:["Last-Translator: vladimirjendrol <vlado@jendrol.sk>, 2020\nLanguage-Team: Slovak (Slovakia) (https://www.transifex.com/nextcloud/teams/64236/sk_SK/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: sk_SK\nPlural-Forms: nplurals=4; plural=(n % 1 == 0 && n == 1 ? 0 : n % 1 == 0 && n >= 2 && n <= 4 ? 1 : n % 1 != 0 ? 2: 3);\n"]},Undo:{msgid:"Undo",comments:{reference:"lib/toast.ts:192"},msgstr:["Späť"]}}}}},{locale:"sl",json:{charset:"utf-8",headers:{"Last-Translator":"Matej Urbančič <>, 2020","Language-Team":"Slovenian (https://www.transifex.com/nextcloud/teams/64236/sl/)","Content-Type":"text/plain; charset=UTF-8",Language:"sl","Plural-Forms":"nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nMatej Urbančič <>, 2020\n"},msgstr:["Last-Translator: Matej Urbančič <>, 2020\nLanguage-Team: Slovenian (https://www.transifex.com/nextcloud/teams/64236/sl/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: sl\nPlural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);\n"]},Undo:{msgid:"Undo",comments:{reference:"lib/toast.ts:191"},msgstr:["Razveljavi"]}}}}},{locale:"sv",json:{charset:"utf-8",headers:{"Last-Translator":"Victor Nyberg <v70123@gmail.com>, 2021","Language-Team":"Swedish (https://www.transifex.com/nextcloud/teams/64236/sv/)","Content-Type":"text/plain; charset=UTF-8",Language:"sv","Plural-Forms":"nplurals=2; plural=(n != 1);"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nVictor Nyberg <v70123@gmail.com>, 2021\n"},msgstr:["Last-Translator: Victor Nyberg <v70123@gmail.com>, 2021\nLanguage-Team: Swedish (https://www.transifex.com/nextcloud/teams/64236/sv/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: sv\nPlural-Forms: nplurals=2; plural=(n != 1);\n"]},Undo:{msgid:"Undo",comments:{reference:"lib/toast.ts:191"},msgstr:["Ångra"]}}}}},{locale:"tr",json:{charset:"utf-8",headers:{"Last-Translator":"Kaya Zeren <kayazeren@gmail.com>, 2020","Language-Team":"Turkish (https://www.transifex.com/nextcloud/teams/64236/tr/)","Content-Type":"text/plain; charset=UTF-8",Language:"tr","Plural-Forms":"nplurals=2; plural=(n > 1);"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nKaya Zeren <kayazeren@gmail.com>, 2020\n"},msgstr:["Last-Translator: Kaya Zeren <kayazeren@gmail.com>, 2020\nLanguage-Team: Turkish (https://www.transifex.com/nextcloud/teams/64236/tr/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: tr\nPlural-Forms: nplurals=2; plural=(n > 1);\n"]},Undo:{msgid:"Undo",comments:{reference:"lib/toast.ts:191"},msgstr:["Geri al"]}}}}},{locale:"uk",json:{charset:"utf-8",headers:{"Last-Translator":"777 Svyatoi 777 <exmashana67@gmail.com>, 2020","Language-Team":"Ukrainian (https://www.transifex.com/nextcloud/teams/64236/uk/)","Content-Type":"text/plain; charset=UTF-8",Language:"uk","Plural-Forms":"nplurals=4; plural=(n % 1 == 0 && n % 10 == 1 && n % 100 != 11 ? 0 : n % 1 == 0 && n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 12 || n % 100 > 14) ? 1 : n % 1 == 0 && (n % 10 ==0 || (n % 10 >=5 && n % 10 <=9) || (n % 100 >=11 && n % 100 <=14 )) ? 2: 3);"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\n777 Svyatoi 777 <exmashana67@gmail.com>, 2020\n"},msgstr:["Last-Translator: 777 Svyatoi 777 <exmashana67@gmail.com>, 2020\nLanguage-Team: Ukrainian (https://www.transifex.com/nextcloud/teams/64236/uk/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: uk\nPlural-Forms: nplurals=4; plural=(n % 1 == 0 && n % 10 == 1 && n % 100 != 11 ? 0 : n % 1 == 0 && n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 12 || n % 100 > 14) ? 1 : n % 1 == 0 && (n % 10 ==0 || (n % 10 >=5 && n % 10 <=9) || (n % 100 >=11 && n % 100 <=14 )) ? 2: 3);\n"]},Undo:{msgid:"Undo",comments:{reference:"lib/toast.ts:192"},msgstr:["Undo"]}}}}},{locale:"zh_CN",json:{charset:"utf-8",headers:{"Last-Translator":"Toms Project <tom@projectoms.com>, 2020","Language-Team":"Chinese (China) (https://www.transifex.com/nextcloud/teams/64236/zh_CN/)","Content-Type":"text/plain; charset=UTF-8",Language:"zh_CN","Plural-Forms":"nplurals=1; plural=0;"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nToms Project <tom@projectoms.com>, 2020\n"},msgstr:["Last-Translator: Toms Project <tom@projectoms.com>, 2020\nLanguage-Team: Chinese (China) (https://www.transifex.com/nextcloud/teams/64236/zh_CN/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: zh_CN\nPlural-Forms: nplurals=1; plural=0;\n"]},Undo:{msgid:"Undo",comments:{reference:"lib/toast.ts:191"},msgstr:["撤消"]}}}}},{locale:"zh_HK",json:{charset:"utf-8",headers:{"Last-Translator":"Cha Wong <cafetango@gmail.com>, 2021","Language-Team":"Chinese (Hong Kong) (https://www.transifex.com/nextcloud/teams/64236/zh_HK/)","Content-Type":"text/plain; charset=UTF-8",Language:"zh_HK","Plural-Forms":"nplurals=1; plural=0;"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nCha Wong <cafetango@gmail.com>, 2021\n"},msgstr:["Last-Translator: Cha Wong <cafetango@gmail.com>, 2021\nLanguage-Team: Chinese (Hong Kong) (https://www.transifex.com/nextcloud/teams/64236/zh_HK/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: zh_HK\nPlural-Forms: nplurals=1; plural=0;\n"]},Undo:{msgid:"Undo",comments:{reference:"lib/toast.ts:191"},msgstr:["還原"]}}}}},{locale:"zh_TW",json:{charset:"utf-8",headers:{"Last-Translator":"Natashia Maxins <railroad1987@gmail.com>, 2020","Language-Team":"Chinese (Taiwan) (https://www.transifex.com/nextcloud/teams/64236/zh_TW/)","Content-Type":"text/plain; charset=UTF-8",Language:"zh_TW","Plural-Forms":"nplurals=1; plural=0;"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nNatashia Maxins <railroad1987@gmail.com>, 2020\n"},msgstr:["Last-Translator: Natashia Maxins <railroad1987@gmail.com>, 2020\nLanguage-Team: Chinese (Taiwan) (https://www.transifex.com/nextcloud/teams/64236/zh_TW/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: zh_TW\nPlural-Forms: nplurals=1; plural=0;\n"]},Undo:{msgid:"Undo",comments:{reference:"lib/toast.ts:192"},msgstr:["復原"]}}}}}]};try{if(e)return e.env=Object.assign({},e.env),void Object.assign(e.env,t)}catch(e){}globalThis.process={env:t}}();var a="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof window?window:void 0!==r?r:"undefined"!=typeof self?self:{};function i(e){var t={exports:{}};return e(t,t.exports),t.exports}var o=function(e){return e&&e.Math==Math&&e},s=o("object"==typeof globalThis&&globalThis)||o("object"==typeof window&&window)||o("object"==typeof self&&self)||o("object"==typeof a&&a)||function(){return this}()||Function("return this")(),u=function(e){try{return!!e()}catch(e){return!0}},l=!u((function(){return 7!=Object.defineProperty({},1,{get:function(){return 7}})[1]})),c={}.propertyIsEnumerable,d=Object.getOwnPropertyDescriptor,f={f:d&&!c.call({1:2},1)?function(e){var t=d(this,e);return!!t&&t.enumerable}:c},p=function(e,t){return{enumerable:!(1&e),configurable:!(2&e),writable:!(4&e),value:t}},m={}.toString,h=function(e){return m.call(e).slice(8,-1)},_="".split,g=u((function(){return!Object("z").propertyIsEnumerable(0)}))?function(e){return"String"==h(e)?_.call(e,""):Object(e)}:Object,y=function(e){if(null==e)throw TypeError("Can't call method on "+e);return e},v=function(e){return g(y(e))},M=function(e){return"object"==typeof e?null!==e:"function"==typeof e},L=function(e,t){if(!M(e))return e;var n,r;if(t&&"function"==typeof(n=e.toString)&&!M(r=n.call(e)))return r;if("function"==typeof(n=e.valueOf)&&!M(r=n.call(e)))return r;if(!t&&"function"==typeof(n=e.toString)&&!M(r=n.call(e)))return r;throw TypeError("Can't convert object to primitive value")},w={}.hasOwnProperty,b=function(e,t){return w.call(e,t)},T=s.document,x=M(T)&&M(T.createElement),k=function(e){return x?T.createElement(e):{}},Y=!l&&!u((function(){return 7!=Object.defineProperty(k("div"),"a",{get:function(){return 7}}).a})),D=Object.getOwnPropertyDescriptor,S={f:l?D:function(e,t){if(e=v(e),t=L(t,!0),Y)try{return D(e,t)}catch(e){}if(b(e,t))return p(!f.f.call(e,t),e[t])}},j=function(e){if(!M(e))throw TypeError(String(e)+" is not an object");return e},A=Object.defineProperty,E={f:l?A:function(e,t,n){if(j(e),t=L(t,!0),j(n),Y)try{return A(e,t,n)}catch(e){}if("get"in n||"set"in n)throw TypeError("Accessors not supported");return"value"in n&&(e[t]=n.value),e}},O=l?function(e,t,n){return E.f(e,t,p(1,n))}:function(e,t,n){return e[t]=n,e},P=function(e,t){try{O(s,e,t)}catch(n){s[e]=t}return t},C=s["__core-js_shared__"]||P("__core-js_shared__",{}),H=Function.toString;"function"!=typeof C.inspectSource&&(C.inspectSource=function(e){return H.call(e)});var F,N,I,R,U=C.inspectSource,W=s.WeakMap,z="function"==typeof W&&/native code/.test(U(W)),$=i((function(e){(e.exports=function(e,t){return C[e]||(C[e]=void 0!==t?t:{})})("versions",[]).push({version:"3.9.1",mode:"global",copyright:"© 2021 Denis Pushkarev (zloirock.ru)"})})),B=0,q=Math.random(),G=function(e){return"Symbol("+String(void 0===e?"":e)+")_"+(++B+q).toString(36)},J=$("keys"),V={},K=s.WeakMap;if(z){var X=C.state||(C.state=new K),Z=X.get,Q=X.has,ee=X.set;F=function(e,t){return t.facade=e,ee.call(X,e,t),t},N=function(e){return Z.call(X,e)||{}},I=function(e){return Q.call(X,e)}}else{var te=J[R="state"]||(J[R]=G(R));V[te]=!0,F=function(e,t){return t.facade=e,O(e,te,t),t},N=function(e){return b(e,te)?e[te]:{}},I=function(e){return b(e,te)}}var ne,re,ae={set:F,get:N,has:I,enforce:function(e){return I(e)?N(e):F(e,{})},getterFor:function(e){return function(t){var n;if(!M(t)||(n=N(t)).type!==e)throw TypeError("Incompatible receiver, "+e+" required");return n}}},ie=i((function(e){var t=ae.get,n=ae.enforce,r=String(String).split("String");(e.exports=function(e,t,a,i){var o,u=!!i&&!!i.unsafe,l=!!i&&!!i.enumerable,c=!!i&&!!i.noTargetGet;"function"==typeof a&&("string"!=typeof t||b(a,"name")||O(a,"name",t),(o=n(a)).source||(o.source=r.join("string"==typeof t?t:""))),e!==s?(u?!c&&e[t]&&(l=!0):delete e[t],l?e[t]=a:O(e,t,a)):l?e[t]=a:P(t,a)})(Function.prototype,"toString",(function(){return"function"==typeof this&&t(this).source||U(this)}))})),oe=s,se=function(e){return"function"==typeof e?e:void 0},ue=function(e,t){return arguments.length<2?se(oe[e])||se(s[e]):oe[e]&&oe[e][t]||s[e]&&s[e][t]},le=Math.ceil,ce=Math.floor,de=function(e){return isNaN(e=+e)?0:(e>0?ce:le)(e)},fe=Math.min,pe=function(e){return e>0?fe(de(e),9007199254740991):0},me=Math.max,he=Math.min,_e=function(e){return function(t,n,r){var a,i=v(t),o=pe(i.length),s=function(e,t){var n=de(e);return n<0?me(n+t,0):he(n,t)}(r,o);if(e&&n!=n){for(;o>s;)if((a=i[s++])!=a)return!0}else for(;o>s;s++)if((e||s in i)&&i[s]===n)return e||s||0;return!e&&-1}},ge={includes:_e(!0),indexOf:_e(!1)}.indexOf,ye=function(e,t){var n,r=v(e),a=0,i=[];for(n in r)!b(V,n)&&b(r,n)&&i.push(n);for(;t.length>a;)b(r,n=t[a++])&&(~ge(i,n)||i.push(n));return i},ve=["constructor","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","toLocaleString","toString","valueOf"],Me=ve.concat("length","prototype"),Le={f:Object.getOwnPropertyNames||function(e){return ye(e,Me)}},we={f:Object.getOwnPropertySymbols},be=ue("Reflect","ownKeys")||function(e){var t=Le.f(j(e)),n=we.f;return n?t.concat(n(e)):t},Te=function(e,t){for(var n=be(t),r=E.f,a=S.f,i=0;i<n.length;i++){var o=n[i];b(e,o)||r(e,o,a(t,o))}},xe=/#|\.prototype\./,ke=function(e,t){var n=De[Ye(e)];return n==je||n!=Se&&("function"==typeof t?u(t):!!t)},Ye=ke.normalize=function(e){return String(e).replace(xe,".").toLowerCase()},De=ke.data={},Se=ke.NATIVE="N",je=ke.POLYFILL="P",Ae=ke,Ee=S.f,Oe=function(e,t){var n,r,a,i,o,u=e.target,l=e.global,c=e.stat;if(n=l?s:c?s[u]||P(u,{}):(s[u]||{}).prototype)for(r in t){if(i=t[r],a=e.noTargetGet?(o=Ee(n,r))&&o.value:n[r],!Ae(l?r:u+(c?".":"#")+r,e.forced)&&void 0!==a){if(typeof i==typeof a)continue;Te(i,a)}(e.sham||a&&a.sham)&&O(i,"sham",!0),ie(n,r,i,e)}},Pe=s.Promise,Ce="process"==h(s.process),He=ue("navigator","userAgent")||"",Fe=s.process,Ne=Fe&&Fe.versions,Ie=Ne&&Ne.v8;Ie?re=(ne=Ie.split("."))[0]+ne[1]:He&&(!(ne=He.match(/Edge\/(\d+)/))||ne[1]>=74)&&(ne=He.match(/Chrome\/(\d+)/))&&(re=ne[1]);var Re=re&&+re,Ue=!!Object.getOwnPropertySymbols&&!u((function(){return!Symbol.sham&&(Ce?38===Re:Re>37&&Re<41)})),We=Ue&&!Symbol.sham&&"symbol"==typeof Symbol.iterator,ze=$("wks"),$e=s.Symbol,Be=We?$e:$e&&$e.withoutSetter||G,qe=function(e){return b(ze,e)&&(Ue||"string"==typeof ze[e])||(Ue&&b($e,e)?ze[e]=$e[e]:ze[e]=Be("Symbol."+e)),ze[e]},Ge=E.f,Je=qe("toStringTag"),Ve=qe("species"),Ke=function(e){if("function"!=typeof e)throw TypeError(String(e)+" is not a function");return e},Xe={},Ze=qe("iterator"),Qe=Array.prototype,et=function(e,t,n){if(Ke(e),void 0===t)return e;switch(n){case 0:return function(){return e.call(t)};case 1:return function(n){return e.call(t,n)};case 2:return function(n,r){return e.call(t,n,r)};case 3:return function(n,r,a){return e.call(t,n,r,a)}}return function(){return e.apply(t,arguments)}},tt={};tt[qe("toStringTag")]="z";var nt="[object z]"===String(tt),rt=qe("toStringTag"),at="Arguments"==h(function(){return arguments}()),it=nt?h:function(e){var t,n,r;return void 0===e?"Undefined":null===e?"Null":"string"==typeof(n=function(e,t){try{return e[t]}catch(e){}}(t=Object(e),rt))?n:at?h(t):"Object"==(r=h(t))&&"function"==typeof t.callee?"Arguments":r},ot=qe("iterator"),st=function(e){var t=e.return;if(void 0!==t)return j(t.call(e)).value},ut=function(e,t){this.stopped=e,this.result=t},lt=function(e,t,n){var r,a,i,o,s,u,l,c,d=n&&n.that,f=!(!n||!n.AS_ENTRIES),p=!(!n||!n.IS_ITERATOR),m=!(!n||!n.INTERRUPTED),h=et(t,d,1+f+m),_=function(e){return r&&st(r),new ut(!0,e)},g=function(e){return f?(j(e),m?h(e[0],e[1],_):h(e[0],e[1])):m?h(e,_):h(e)};if(p)r=e;else{if("function"!=typeof(a=function(e){if(null!=e)return e[ot]||e["@@iterator"]||Xe[it(e)]}(e)))throw TypeError("Target is not iterable");if(void 0!==(c=a)&&(Xe.Array===c||Qe[Ze]===c)){for(i=0,o=pe(e.length);o>i;i++)if((s=g(e[i]))&&s instanceof ut)return s;return new ut(!1)}r=a.call(e)}for(u=r.next;!(l=u.call(r)).done;){try{s=g(l.value)}catch(e){throw st(r),e}if("object"==typeof s&&s&&s instanceof ut)return s}return new ut(!1)},ct=qe("iterator"),dt=!1;try{var ft=0,pt={next:function(){return{done:!!ft++}},return:function(){dt=!0}};pt[ct]=function(){return this},Array.from(pt,(function(){throw 2}))}catch(e){}var mt,ht,_t,gt=qe("species"),yt=function(e,t){var n,r=j(e).constructor;return void 0===r||null==(n=j(r)[gt])?t:Ke(n)},vt=ue("document","documentElement"),Mt=/(iphone|ipod|ipad).*applewebkit/i.test(He),Lt=s.location,wt=s.setImmediate,bt=s.clearImmediate,Tt=s.process,xt=s.MessageChannel,kt=s.Dispatch,Yt=0,Dt={},St=function(e){if(Dt.hasOwnProperty(e)){var t=Dt[e];delete Dt[e],t()}},jt=function(e){return function(){St(e)}},At=function(e){St(e.data)},Et=function(e){s.postMessage(e+"",Lt.protocol+"//"+Lt.host)};wt&&bt||(wt=function(e){for(var t=[],n=1;arguments.length>n;)t.push(arguments[n++]);return Dt[++Yt]=function(){("function"==typeof e?e:Function(e)).apply(void 0,t)},mt(Yt),Yt},bt=function(e){delete Dt[e]},Ce?mt=function(e){Tt.nextTick(jt(e))}:kt&&kt.now?mt=function(e){kt.now(jt(e))}:xt&&!Mt?(_t=(ht=new xt).port2,ht.port1.onmessage=At,mt=et(_t.postMessage,_t,1)):s.addEventListener&&"function"==typeof postMessage&&!s.importScripts&&Lt&&"file:"!==Lt.protocol&&!u(Et)?(mt=Et,s.addEventListener("message",At,!1)):mt="onreadystatechange"in k("script")?function(e){vt.appendChild(k("script")).onreadystatechange=function(){vt.removeChild(this),St(e)}}:function(e){setTimeout(jt(e),0)});var Ot,Pt,Ct,Ht,Ft,Nt,It,Rt,Ut={set:wt,clear:bt},Wt=/web0s(?!.*chrome)/i.test(He),zt=S.f,$t=Ut.set,Bt=s.MutationObserver||s.WebKitMutationObserver,qt=s.document,Gt=s.process,Jt=s.Promise,Vt=zt(s,"queueMicrotask"),Kt=Vt&&Vt.value;Kt||(Ot=function(){var e,t;for(Ce&&(e=Gt.domain)&&e.exit();Pt;){t=Pt.fn,Pt=Pt.next;try{t()}catch(e){throw Pt?Ht():Ct=void 0,e}}Ct=void 0,e&&e.enter()},Mt||Ce||Wt||!Bt||!qt?Jt&&Jt.resolve?(It=Jt.resolve(void 0),Rt=It.then,Ht=function(){Rt.call(It,Ot)}):Ht=Ce?function(){Gt.nextTick(Ot)}:function(){$t.call(s,Ot)}:(Ft=!0,Nt=qt.createTextNode(""),new Bt(Ot).observe(Nt,{characterData:!0}),Ht=function(){Nt.data=Ft=!Ft}));var Xt,Zt,Qt,en,tn,nn,rn,an=Kt||function(e){var t={fn:e,next:void 0};Ct&&(Ct.next=t),Pt||(Pt=t,Ht()),Ct=t},on=function(e){var t,n;this.promise=new e((function(e,r){if(void 0!==t||void 0!==n)throw TypeError("Bad Promise constructor");t=e,n=r})),this.resolve=Ke(t),this.reject=Ke(n)},sn={f:function(e){return new on(e)}},un=function(e,t){if(j(e),M(t)&&t.constructor===e)return t;var n=sn.f(e);return(0,n.resolve)(t),n.promise},ln=function(e){try{return{error:!1,value:e()}}catch(e){return{error:!0,value:e}}},cn=Ut.set,dn=qe("species"),fn="Promise",pn=ae.get,mn=ae.set,hn=ae.getterFor(fn),_n=Pe,gn=s.TypeError,yn=s.document,vn=s.process,Mn=ue("fetch"),Ln=sn.f,wn=Ln,bn=!!(yn&&yn.createEvent&&s.dispatchEvent),Tn="function"==typeof PromiseRejectionEvent,xn=Ae(fn,(function(){if(!(U(_n)!==String(_n))){if(66===Re)return!0;if(!Ce&&!Tn)return!0}if(Re>=51&&/native code/.test(_n))return!1;var e=_n.resolve(1),t=function(e){e((function(){}),(function(){}))};return(e.constructor={})[dn]=t,!(e.then((function(){}))instanceof t)})),kn=xn||!function(e,t){if(!t&&!dt)return!1;var n=!1;try{var r={};r[ct]=function(){return{next:function(){return{done:n=!0}}}},e(r)}catch(e){}return n}((function(e){_n.all(e).catch((function(){}))})),Yn=function(e){var t;return!(!M(e)||"function"!=typeof(t=e.then))&&t},Dn=function(e,t){if(!e.notified){e.notified=!0;var n=e.reactions;an((function(){for(var r=e.value,a=1==e.state,i=0;n.length>i;){var o,s,u,l=n[i++],c=a?l.ok:l.fail,d=l.resolve,f=l.reject,p=l.domain;try{c?(a||(2===e.rejection&&En(e),e.rejection=1),!0===c?o=r:(p&&p.enter(),o=c(r),p&&(p.exit(),u=!0)),o===l.promise?f(gn("Promise-chain cycle")):(s=Yn(o))?s.call(o,d,f):d(o)):f(r)}catch(e){p&&!u&&p.exit(),f(e)}}e.reactions=[],e.notified=!1,t&&!e.rejection&&jn(e)}))}},Sn=function(e,t,n){var r,a;bn?((r=yn.createEvent("Event")).promise=t,r.reason=n,r.initEvent(e,!1,!0),s.dispatchEvent(r)):r={promise:t,reason:n},!Tn&&(a=s["on"+e])?a(r):"unhandledrejection"===e&&function(e,t){var n=s.console;n&&n.error&&(1===arguments.length?n.error(e):n.error(e,t))}("Unhandled promise rejection",n)},jn=function(e){cn.call(s,(function(){var t,n=e.facade,r=e.value;if(An(e)&&(t=ln((function(){Ce?vn.emit("unhandledRejection",r,n):Sn("unhandledrejection",n,r)})),e.rejection=Ce||An(e)?2:1,t.error))throw t.value}))},An=function(e){return 1!==e.rejection&&!e.parent},En=function(e){cn.call(s,(function(){var t=e.facade;Ce?vn.emit("rejectionHandled",t):Sn("rejectionhandled",t,e.value)}))},On=function(e,t,n){return function(r){e(t,r,n)}},Pn=function(e,t,n){e.done||(e.done=!0,n&&(e=n),e.value=t,e.state=2,Dn(e,!0))},Cn=function(e,t,n){if(!e.done){e.done=!0,n&&(e=n);try{if(e.facade===t)throw gn("Promise can't be resolved itself");var r=Yn(t);r?an((function(){var n={done:!1};try{r.call(t,On(Cn,n,e),On(Pn,n,e))}catch(t){Pn(n,t,e)}})):(e.value=t,e.state=1,Dn(e,!1))}catch(t){Pn({done:!1},t,e)}}};xn&&(_n=function(e){!function(e,t,n){if(!(e instanceof t))throw TypeError("Incorrect "+(n?n+" ":"")+"invocation")}(this,_n,fn),Ke(e),Xt.call(this);var t=pn(this);try{e(On(Cn,t),On(Pn,t))}catch(e){Pn(t,e)}},(Xt=function(e){mn(this,{type:fn,done:!1,notified:!1,parent:!1,reactions:[],rejection:!1,state:0,value:void 0})}).prototype=function(e,t,n){for(var r in t)ie(e,r,t[r],n);return e}(_n.prototype,{then:function(e,t){var n=hn(this),r=Ln(yt(this,_n));return r.ok="function"!=typeof e||e,r.fail="function"==typeof t&&t,r.domain=Ce?vn.domain:void 0,n.parent=!0,n.reactions.push(r),0!=n.state&&Dn(n,!1),r.promise},catch:function(e){return this.then(void 0,e)}}),Zt=function(){var e=new Xt,t=pn(e);this.promise=e,this.resolve=On(Cn,t),this.reject=On(Pn,t)},sn.f=Ln=function(e){return e===_n||e===Qt?new Zt(e):wn(e)},"function"==typeof Pe&&(en=Pe.prototype.then,ie(Pe.prototype,"then",(function(e,t){var n=this;return new _n((function(e,t){en.call(n,e,t)})).then(e,t)}),{unsafe:!0}),"function"==typeof Mn&&Oe({global:!0,enumerable:!0,forced:!0},{fetch:function(e){return un(_n,Mn.apply(s,arguments))}}))),Oe({global:!0,wrap:!0,forced:xn},{Promise:_n}),nn=fn,rn=!1,(tn=_n)&&!b(tn=rn?tn:tn.prototype,Je)&&Ge(tn,Je,{configurable:!0,value:nn}),function(e){var t=ue(e),n=E.f;l&&t&&!t[Ve]&&n(t,Ve,{configurable:!0,get:function(){return this}})}(fn),Qt=ue(fn),Oe({target:fn,stat:!0,forced:xn},{reject:function(e){var t=Ln(this);return t.reject.call(void 0,e),t.promise}}),Oe({target:fn,stat:!0,forced:xn},{resolve:function(e){return un(this,e)}}),Oe({target:fn,stat:!0,forced:kn},{all:function(e){var t=this,n=Ln(t),r=n.resolve,a=n.reject,i=ln((function(){var n=Ke(t.resolve),i=[],o=0,s=1;lt(e,(function(e){var u=o++,l=!1;i.push(void 0),s++,n.call(t,e).then((function(e){l||(l=!0,i[u]=e,--s||r(i))}),a)})),--s||r(i)}));return i.error&&a(i.value),n.promise},race:function(e){var t=this,n=Ln(t),r=n.reject,a=ln((function(){var a=Ke(t.resolve);lt(e,(function(e){a.call(t,e).then(n.resolve,r)}))}));return a.error&&r(a.value),n.promise}});var Hn,Fn=nt?{}.toString:function(){return"[object "+it(this)+"]"};nt||ie(Object.prototype,"toString",Fn,{unsafe:!0}),function(e){e[e.Choose=1]="Choose",e[e.Move=2]="Move",e[e.Copy=3]="Copy",e[e.CopyMove=4]="CopyMove"}(Hn||(Hn={}));var Nn=function(){function e(e,t,n,r,a,i,o){this.title=e,this.multiSelect=t,this.mimeTypeFiler=n,this.modal=r,this.type=a,this.directoriesAllowed=i,this.path=o}return e.prototype.pick=function(){var e=this;return new Promise((function(t,n){OC.dialogs.filepicker(e.title,t,e.multiSelect,e.mimeTypeFiler,e.modal,e.type,e.path,{allowDirectoryChooser:e.directoriesAllowed})}))},e}();!function(){function e(e){this.multiSelect=!1,this.mimeTypeFiler=[],this.modal=!0,this.type=Hn.Choose,this.directoriesAllowed=!1,this.title=e}e.prototype.setMultiSelect=function(e){return this.multiSelect=e,this},e.prototype.addMimeTypeFilter=function(e){return this.mimeTypeFiler.push(e),this},e.prototype.setMimeTypeFilter=function(e){return this.mimeTypeFiler=e,this},e.prototype.setModal=function(e){return this.modal=e,this},e.prototype.setType=function(e){return this.type=e,this},e.prototype.allowDirectories=function(e){return void 0===e&&(e=!0),this.directoriesAllowed=e,this},e.prototype.startAt=function(e){return this.path=e,this},e.prototype.build=function(){return new Nn(this.title,this.multiSelect,this.mimeTypeFiler,this.modal,this.type,this.directoriesAllowed,this.path)}}();var In=Object.keys||function(e){return ye(e,ve)},Rn=function(e){return Object(y(e))},Un=Object.assign,Wn=Object.defineProperty,zn=!Un||u((function(){if(l&&1!==Un({b:1},Un(Wn({},"a",{enumerable:!0,get:function(){Wn(this,"b",{value:3,enumerable:!1})}}),{b:2})).b)return!0;var e={},t={},n=Symbol();return e[n]=7,"abcdefghijklmnopqrst".split("").forEach((function(e){t[e]=e})),7!=Un({},e)[n]||"abcdefghijklmnopqrst"!=In(Un({},t)).join("")}))?function(e,t){for(var n=Rn(e),r=arguments.length,a=1,i=we.f,o=f.f;r>a;)for(var s,u=g(arguments[a++]),c=i?In(u).concat(i(u)):In(u),d=c.length,p=0;d>p;)s=c[p++],l&&!o.call(u,s)||(n[s]=u[s]);return n}:Un;Oe({target:"Object",stat:!0,forced:Object.assign!==zn},{assign:zn});var $n=function(){return($n=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var a in t=arguments[n])Object.prototype.hasOwnProperty.call(t,a)&&(e[a]=t[a]);return e}).apply(this,arguments)};function Bn(e){return(Bn="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}var qn=function(){var e=j(this),t="";return e.global&&(t+="g"),e.ignoreCase&&(t+="i"),e.multiline&&(t+="m"),e.dotAll&&(t+="s"),e.unicode&&(t+="u"),e.sticky&&(t+="y"),t};function Gn(e,t){return RegExp(e,t)}var Jn,Vn,Kn={UNSUPPORTED_Y:u((function(){var e=Gn("a","y");return e.lastIndex=2,null!=e.exec("abcd")})),BROKEN_CARET:u((function(){var e=Gn("^r","gy");return e.lastIndex=2,null!=e.exec("str")}))},Xn=RegExp.prototype.exec,Zn=String.prototype.replace,Qn=Xn,er=(Jn=/a/,Vn=/b*/g,Xn.call(Jn,"a"),Xn.call(Vn,"a"),0!==Jn.lastIndex||0!==Vn.lastIndex),tr=Kn.UNSUPPORTED_Y||Kn.BROKEN_CARET,nr=void 0!==/()??/.exec("")[1];(er||nr||tr)&&(Qn=function(e){var t,n,r,a,i=this,o=tr&&i.sticky,s=qn.call(i),u=i.source,l=0,c=e;return o&&(-1===(s=s.replace("y","")).indexOf("g")&&(s+="g"),c=String(e).slice(i.lastIndex),i.lastIndex>0&&(!i.multiline||i.multiline&&"\n"!==e[i.lastIndex-1])&&(u="(?: "+u+")",c=" "+c,l++),n=new RegExp("^(?:"+u+")",s)),nr&&(n=new RegExp("^"+u+"$(?!\\s)",s)),er&&(t=i.lastIndex),r=Xn.call(o?n:i,c),o?r?(r.input=r.input.slice(l),r[0]=r[0].slice(l),r.index=i.lastIndex,i.lastIndex+=r[0].length):i.lastIndex=0:er&&r&&(i.lastIndex=i.global?r.index+r[0].length:t),nr&&r&&r.length>1&&Zn.call(r[0],n,(function(){for(a=1;a<arguments.length-2;a++)void 0===arguments[a]&&(r[a]=void 0)})),r});var rr=Qn;Oe({target:"RegExp",proto:!0,forced:/./.exec!==rr},{exec:rr});var ar=qe("species"),ir=!u((function(){var e=/./;return e.exec=function(){var e=[];return e.groups={a:"7"},e},"7"!=="".replace(e,"$<a>")})),or="$0"==="a".replace(/./,"$0"),sr=qe("replace"),ur=!!/./[sr]&&""===/./[sr]("a","$0"),lr=!u((function(){var e=/(?:)/,t=e.exec;e.exec=function(){return t.apply(this,arguments)};var n="ab".split(e);return 2!==n.length||"a"!==n[0]||"b"!==n[1]})),cr=function(e,t,n,r){var a=qe(e),i=!u((function(){var t={};return t[a]=function(){return 7},7!=""[e](t)})),o=i&&!u((function(){var t=!1,n=/a/;return"split"===e&&((n={}).constructor={},n.constructor[ar]=function(){return n},n.flags="",n[a]=/./[a]),n.exec=function(){return t=!0,null},n[a](""),!t}));if(!i||!o||"replace"===e&&(!ir||!or||ur)||"split"===e&&!lr){var s=/./[a],l=n(a,""[e],(function(e,t,n,r,a){return t.exec===rr?i&&!a?{done:!0,value:s.call(t,n,r)}:{done:!0,value:e.call(n,t,r)}:{done:!1}}),{REPLACE_KEEPS_$0:or,REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE:ur}),c=l[0],d=l[1];ie(String.prototype,e,c),ie(RegExp.prototype,a,2==t?function(e,t){return d.call(e,this,t)}:function(e){return d.call(e,this)})}r&&O(RegExp.prototype[a],"sham",!0)},dr=function(e){return function(t,n){var r,a,i=String(y(t)),o=de(n),s=i.length;return o<0||o>=s?e?"":void 0:(r=i.charCodeAt(o))<55296||r>56319||o+1===s||(a=i.charCodeAt(o+1))<56320||a>57343?e?i.charAt(o):r:e?i.slice(o,o+2):a-56320+(r-55296<<10)+65536}},fr={codeAt:dr(!1),charAt:dr(!0)}.charAt,pr=function(e,t,n){return t+(n?fr(e,t).length:1)},mr=Math.floor,hr="".replace,_r=/\$([$&'`]|\d{1,2}|<[^>]*>)/g,gr=/\$([$&'`]|\d{1,2})/g,yr=function(e,t,n,r,a,i){var o=n+e.length,s=r.length,u=gr;return void 0!==a&&(a=Rn(a),u=_r),hr.call(i,u,(function(i,u){var l;switch(u.charAt(0)){case"$":return"$";case"&":return e;case"`":return t.slice(0,n);case"'":return t.slice(o);case"<":l=a[u.slice(1,-1)];break;default:var c=+u;if(0===c)return i;if(c>s){var d=mr(c/10);return 0===d?i:d<=s?void 0===r[d-1]?u.charAt(1):r[d-1]+u.charAt(1):i}l=r[c-1]}return void 0===l?"":l}))},vr=function(e,t){var n=e.exec;if("function"==typeof n){var r=n.call(e,t);if("object"!=typeof r)throw TypeError("RegExp exec method returned something other than an Object or null");return r}if("RegExp"!==h(e))throw TypeError("RegExp#exec called on incompatible receiver");return rr.call(e,t)},Mr=Math.max,Lr=Math.min,wr=function(e){return void 0===e?e:String(e)};cr("replace",2,(function(e,t,n,r){var a=r.REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE,i=r.REPLACE_KEEPS_$0,o=a?"$":"$0";return[function(n,r){var a=y(this),i=null==n?void 0:n[e];return void 0!==i?i.call(n,a,r):t.call(String(a),n,r)},function(e,r){if(!a&&i||"string"==typeof r&&-1===r.indexOf(o)){var s=n(t,e,this,r);if(s.done)return s.value}var u=j(e),l=String(this),c="function"==typeof r;c||(r=String(r));var d=u.global;if(d){var f=u.unicode;u.lastIndex=0}for(var p=[];;){var m=vr(u,l);if(null===m)break;if(p.push(m),!d)break;""===String(m[0])&&(u.lastIndex=pr(l,pe(u.lastIndex),f))}for(var h="",_=0,g=0;g<p.length;g++){m=p[g];for(var y=String(m[0]),v=Mr(Lr(de(m.index),l.length),0),M=[],L=1;L<m.length;L++)M.push(wr(m[L]));var w=m.groups;if(c){var b=[y].concat(M,v,l);void 0!==w&&b.push(w);var T=String(r.apply(void 0,b))}else T=yr(y,l,v,M,w,r);v>=_&&(h+=l.slice(_,v)+T,_=v+y.length)}return h+l.slice(_)}]}));var br=qe("match"),Tr=[].push,xr=Math.min,kr=!u((function(){return!RegExp(4294967295,"y")}));cr("split",2,(function(e,t,n){var r;return r="c"=="abbc".split(/(b)*/)[1]||4!="test".split(/(?:)/,-1).length||2!="ab".split(/(?:ab)*/).length||4!=".".split(/(.?)(.?)/).length||".".split(/()()/).length>1||"".split(/.?/).length?function(e,n){var r=String(y(this)),a=void 0===n?4294967295:n>>>0;if(0===a)return[];if(void 0===e)return[r];if(!function(e){var t;return M(e)&&(void 0!==(t=e[br])?!!t:"RegExp"==h(e))}(e))return t.call(r,e,a);for(var i,o,s,u=[],l=(e.ignoreCase?"i":"")+(e.multiline?"m":"")+(e.unicode?"u":"")+(e.sticky?"y":""),c=0,d=new RegExp(e.source,l+"g");(i=rr.call(d,r))&&!((o=d.lastIndex)>c&&(u.push(r.slice(c,i.index)),i.length>1&&i.index<r.length&&Tr.apply(u,i.slice(1)),s=i[0].length,c=o,u.length>=a));)d.lastIndex===i.index&&d.lastIndex++;return c===r.length?!s&&d.test("")||u.push(""):u.push(r.slice(c)),u.length>a?u.slice(0,a):u}:"0".split(void 0,0).length?function(e,n){return void 0===e&&0===n?[]:t.call(this,e,n)}:t,[function(t,n){var a=y(this),i=null==t?void 0:t[e];return void 0!==i?i.call(t,a,n):r.call(String(a),t,n)},function(e,a){var i=n(r,e,this,a,r!==t);if(i.done)return i.value;var o=j(e),s=String(this),u=yt(o,RegExp),l=o.unicode,c=(o.ignoreCase?"i":"")+(o.multiline?"m":"")+(o.unicode?"u":"")+(kr?"y":"g"),d=new u(kr?o:"^(?:"+o.source+")",c),f=void 0===a?4294967295:a>>>0;if(0===f)return[];if(0===s.length)return null===vr(d,s)?[s]:[];for(var p=0,m=0,h=[];m<s.length;){d.lastIndex=kr?m:0;var _,g=vr(d,kr?s:s.slice(m));if(null===g||(_=xr(pe(d.lastIndex+(kr?0:m)),s.length))===p)m=pr(s,m,l);else{if(h.push(s.slice(p,m)),h.length===f)return h;for(var y=1;y<=g.length-1;y++)if(h.push(g[y]),h.length===f)return h;m=p=_}}return h.push(s.slice(p)),h}]}),!kr);var Yr,Dr="\t\n\v\f\r                 \u2028\u2029\ufeff",Sr="["+Dr+"]",jr=RegExp("^"+Sr+Sr+"*"),Ar=RegExp(Sr+Sr+"*$"),Er=function(e){return function(t){var n=String(y(t));return 1&e&&(n=n.replace(jr,"")),2&e&&(n=n.replace(Ar,"")),n}},Or={start:Er(1),end:Er(2),trim:Er(3)},Pr=Or.trim;Oe({target:"String",proto:!0,forced:(Yr="trim",u((function(){return!!Dr[Yr]()||"​…᠎"!="​…᠎"[Yr]()||Dr[Yr].name!==Yr})))},{trim:function(){return Pr(this)}});var Cr=i((function(e){!function(t,n){e.exports?e.exports=n():t.Toastify=n()}(a,(function(e){var t=function e(t){return new e.lib.init(t)};function n(e,t){return t.offset[e]?isNaN(t.offset[e])?t.offset[e]:t.offset[e]+"px":"0px"}function r(e,t){return!(!e||"string"!=typeof t)&&!!(e.className&&e.className.trim().split(/\s+/gi).indexOf(t)>-1)}return t.lib=t.prototype={toastify:"1.10.0",constructor:t,init:function(e){return e||(e={}),this.options={},this.toastElement=null,this.options.text=e.text||"Hi there!",this.options.node=e.node,this.options.duration=0===e.duration?0:e.duration||3e3,this.options.selector=e.selector,this.options.callback=e.callback||function(){},this.options.destination=e.destination,this.options.newWindow=e.newWindow||!1,this.options.close=e.close||!1,this.options.gravity="bottom"===e.gravity?"toastify-bottom":"toastify-top",this.options.positionLeft=e.positionLeft||!1,this.options.position=e.position||"",this.options.backgroundColor=e.backgroundColor,this.options.avatar=e.avatar||"",this.options.className=e.className||"",this.options.stopOnFocus=void 0===e.stopOnFocus||e.stopOnFocus,this.options.onClick=e.onClick,this.options.offset=e.offset||{x:0,y:0},this.options.escapeMarkup=void 0===e.escapeMarkup||e.escapeMarkup,this.options.style=e.style||{},this.options.style.background=this.options.style.background||e.backgroundColor,this},buildToast:function(){if(!this.options)throw"Toastify is not initialized";var e=document.createElement("div");for(var t in e.className="toastify on "+this.options.className,this.options.position?e.className+=" toastify-"+this.options.position:!0===this.options.positionLeft?(e.className+=" toastify-left",console.warn("Property `positionLeft` will be depreciated in further versions. Please use `position` instead.")):e.className+=" toastify-right",e.className+=" "+this.options.gravity,this.options.backgroundColor&&console.warn('DEPRECATION NOTICE: "backgroundColor" is being deprecated. Please use the "style.background" property.'),this.options.style)e.style[t]=this.options.style[t];if(this.options.node&&this.options.node.nodeType===Node.ELEMENT_NODE)e.appendChild(this.options.node);else if(this.options.escapeMarkup?e.innerText=this.options.text:e.innerHTML=this.options.text,""!==this.options.avatar){var r=document.createElement("img");r.src=this.options.avatar,r.className="toastify-avatar","left"==this.options.position||!0===this.options.positionLeft?e.appendChild(r):e.insertAdjacentElement("afterbegin",r)}if(!0===this.options.close){var a=document.createElement("span");a.innerHTML="&#10006;",a.className="toast-close",a.addEventListener("click",function(e){e.stopPropagation(),this.removeElement(this.toastElement),window.clearTimeout(this.toastElement.timeOutValue)}.bind(this));var i=window.innerWidth>0?window.innerWidth:screen.width;("left"==this.options.position||!0===this.options.positionLeft)&&i>360?e.insertAdjacentElement("afterbegin",a):e.appendChild(a)}if(this.options.stopOnFocus&&this.options.duration>0){var o=this;e.addEventListener("mouseover",(function(t){window.clearTimeout(e.timeOutValue)})),e.addEventListener("mouseleave",(function(){e.timeOutValue=window.setTimeout((function(){o.removeElement(e)}),o.options.duration)}))}if(void 0!==this.options.destination&&e.addEventListener("click",function(e){e.stopPropagation(),!0===this.options.newWindow?window.open(this.options.destination,"_blank"):window.location=this.options.destination}.bind(this)),"function"==typeof this.options.onClick&&void 0===this.options.destination&&e.addEventListener("click",function(e){e.stopPropagation(),this.options.onClick()}.bind(this)),"object"===Bn(this.options.offset)){var s=n("x",this.options),u=n("y",this.options),l="left"==this.options.position?s:"-"+s,c="toastify-top"==this.options.gravity?u:"-"+u;e.style.transform="translate("+l+","+c+")"}return e},showToast:function(){var e;if(this.toastElement=this.buildToast(),!(e="string"==typeof this.options.selector?document.getElementById(this.options.selector):this.options.selector instanceof HTMLElement||this.options.selector instanceof ShadowRoot?this.options.selector:document.body))throw"Root element is not defined";return e.insertBefore(this.toastElement,e.firstChild),t.reposition(),this.options.duration>0&&(this.toastElement.timeOutValue=window.setTimeout(function(){this.removeElement(this.toastElement)}.bind(this),this.options.duration)),this},hideToast:function(){this.toastElement.timeOutValue&&clearTimeout(this.toastElement.timeOutValue),this.removeElement(this.toastElement)},removeElement:function(e){e.className=e.className.replace(" on",""),window.setTimeout(function(){this.options.node&&this.options.node.parentNode&&this.options.node.parentNode.removeChild(this.options.node),e.parentNode&&e.parentNode.removeChild(e),this.options.callback.call(e),t.reposition()}.bind(this),400)}},t.reposition=function(){for(var e,t={top:15,bottom:15},n={top:15,bottom:15},a={top:15,bottom:15},i=document.getElementsByClassName("toastify"),o=0;o<i.length;o++){e=!0===r(i[o],"toastify-top")?"toastify-top":"toastify-bottom";var s=i[o].offsetHeight;e=e.substr(9,e.length-1);(window.innerWidth>0?window.innerWidth:screen.width)<=360?(i[o].style[e]=a[e]+"px",a[e]+=s+15):!0===r(i[o],"toastify-left")?(i[o].style[e]=t[e]+"px",t[e]+=s+15):(i[o].style[e]=n[e]+"px",n[e]+=s+15)}return this},t.lib.init.prototype=t.lib,t}))})),Hr=Array.isArray||function(e){return"Array"==h(e)},Fr=qe("species"),Nr=function(e,t){var n;return Hr(e)&&("function"!=typeof(n=e.constructor)||n!==Array&&!Hr(n.prototype)?M(n)&&null===(n=n[Fr])&&(n=void 0):n=void 0),new(void 0===n?Array:n)(0===t?0:t)},Ir=[].push,Rr=function(e){var t=1==e,n=2==e,r=3==e,a=4==e,i=6==e,o=7==e,s=5==e||i;return function(u,l,c,d){for(var f,p,m=Rn(u),h=g(m),_=et(l,c,3),y=pe(h.length),v=0,M=d||Nr,L=t?M(u,y):n||o?M(u,0):void 0;y>v;v++)if((s||v in h)&&(p=_(f=h[v],v,m),e))if(t)L[v]=p;else if(p)switch(e){case 3:return!0;case 5:return f;case 6:return v;case 2:Ir.call(L,f)}else switch(e){case 4:return!1;case 7:Ir.call(L,f)}return i?-1:r||a?a:L}},Ur={forEach:Rr(0),map:Rr(1),filter:Rr(2),some:Rr(3),every:Rr(4),find:Rr(5),findIndex:Rr(6),filterOut:Rr(7)},Wr=qe("species"),zr=Ur.map;Oe({target:"Array",proto:!0,forced:!function(e){return Re>=51||!u((function(){var t=[];return(t.constructor={})[Wr]=function(){return{foo:1}},1!==t[e](Boolean).foo}))}("map")},{map:function(e){return zr(this,e,arguments.length>1?arguments[1]:void 0)}});var $r=RegExp.prototype,Br=$r.toString,qr=u((function(){return"/a/b"!=Br.call({source:"a",flags:"b"})})),Gr="toString"!=Br.name;(qr||Gr)&&ie(RegExp.prototype,"toString",(function(){var e=j(this),t=String(e.source),n=e.flags;return"/"+t+"/"+String(void 0===n&&e instanceof RegExp&&!("flags"in $r)?qn.call(e):n)}),{unsafe:!0});var Jr=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,Vr=/^\w*$/,Kr=/^\./,Xr=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,Zr=/\\(\\)?/g,Qr=/^\[object .+?Constructor\]$/,ea="object"==typeof a&&a&&a.Object===Object&&a,ta="object"==typeof self&&self&&self.Object===Object&&self,na=ea||ta||Function("return this")();var ra=Array.prototype,aa=Function.prototype,ia=Object.prototype,oa=na["__core-js_shared__"],sa=function(){var e=/[^.]+$/.exec(oa&&oa.keys&&oa.keys.IE_PROTO||"");return e?"Symbol(src)_1."+e:""}(),ua=aa.toString,la=ia.hasOwnProperty,ca=ia.toString,da=RegExp("^"+ua.call(la).replace(/[\\^$.*+?()[\]{}|]/g,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$"),fa=na.Symbol,pa=ra.splice,ma=xa(na,"Map"),ha=xa(Object,"create"),_a=fa?fa.prototype:void 0,ga=_a?_a.toString:void 0;function ya(e){var t=-1,n=e?e.length:0;for(this.clear();++t<n;){var r=e[t];this.set(r[0],r[1])}}function va(e){var t=-1,n=e?e.length:0;for(this.clear();++t<n;){var r=e[t];this.set(r[0],r[1])}}function Ma(e){var t=-1,n=e?e.length:0;for(this.clear();++t<n;){var r=e[t];this.set(r[0],r[1])}}function La(e,t){for(var n,r,a=e.length;a--;)if((n=e[a][0])===(r=t)||n!=n&&r!=r)return a;return-1}function wa(e,t){for(var n,r=0,a=(t=function(e,t){if(Sa(e))return!1;var n=typeof e;if("number"==n||"symbol"==n||"boolean"==n||null==e||Aa(e))return!0;return Vr.test(e)||!Jr.test(e)||null!=t&&e in Object(t)}(t,e)?[t]:Sa(n=t)?n:ka(n)).length;null!=e&&r<a;)e=e[Ya(t[r++])];return r&&r==a?e:void 0}function ba(e){return!(!ja(e)||(t=e,sa&&sa in t))&&(function(e){var t=ja(e)?ca.call(e):"";return"[object Function]"==t||"[object GeneratorFunction]"==t}(e)||function(e){var t=!1;if(null!=e&&"function"!=typeof e.toString)try{t=!!(e+"")}catch(e){}return t}(e)?da:Qr).test(function(e){if(null!=e){try{return ua.call(e)}catch(e){}try{return e+""}catch(e){}}return""}(e));var t}function Ta(e,t){var n,r,a=e.__data__;return("string"==(r=typeof(n=t))||"number"==r||"symbol"==r||"boolean"==r?"__proto__"!==n:null===n)?a["string"==typeof t?"string":"hash"]:a.map}function xa(e,t){var n=function(e,t){return null==e?void 0:e[t]}(e,t);return ba(n)?n:void 0}ya.prototype.clear=function(){this.__data__=ha?ha(null):{}},ya.prototype.delete=function(e){return this.has(e)&&delete this.__data__[e]},ya.prototype.get=function(e){var t=this.__data__;if(ha){var n=t[e];return"__lodash_hash_undefined__"===n?void 0:n}return la.call(t,e)?t[e]:void 0},ya.prototype.has=function(e){var t=this.__data__;return ha?void 0!==t[e]:la.call(t,e)},ya.prototype.set=function(e,t){return this.__data__[e]=ha&&void 0===t?"__lodash_hash_undefined__":t,this},va.prototype.clear=function(){this.__data__=[]},va.prototype.delete=function(e){var t=this.__data__,n=La(t,e);return!(n<0)&&(n==t.length-1?t.pop():pa.call(t,n,1),!0)},va.prototype.get=function(e){var t=this.__data__,n=La(t,e);return n<0?void 0:t[n][1]},va.prototype.has=function(e){return La(this.__data__,e)>-1},va.prototype.set=function(e,t){var n=this.__data__,r=La(n,e);return r<0?n.push([e,t]):n[r][1]=t,this},Ma.prototype.clear=function(){this.__data__={hash:new ya,map:new(ma||va),string:new ya}},Ma.prototype.delete=function(e){return Ta(this,e).delete(e)},Ma.prototype.get=function(e){return Ta(this,e).get(e)},Ma.prototype.has=function(e){return Ta(this,e).has(e)},Ma.prototype.set=function(e,t){return Ta(this,e).set(e,t),this};var ka=Da((function(e){var t;e=null==(t=e)?"":function(e){if("string"==typeof e)return e;if(Aa(e))return ga?ga.call(e):"";var t=e+"";return"0"==t&&1/e==-1/0?"-0":t}(t);var n=[];return Kr.test(e)&&n.push(""),e.replace(Xr,(function(e,t,r,a){n.push(r?a.replace(Zr,"$1"):t||e)})),n}));function Ya(e){if("string"==typeof e||Aa(e))return e;var t=e+"";return"0"==t&&1/e==-1/0?"-0":t}function Da(e,t){if("function"!=typeof e||t&&"function"!=typeof t)throw new TypeError("Expected a function");var n=function(){var r=arguments,a=t?t.apply(this,r):r[0],i=n.cache;if(i.has(a))return i.get(a);var o=e.apply(this,r);return n.cache=i.set(a,o),o};return n.cache=new(Da.Cache||Ma),n}Da.Cache=Ma;var Sa=Array.isArray;function ja(e){var t=typeof e;return!!e&&("object"==t||"function"==t)}function Aa(e){return"symbol"==typeof e||function(e){return!!e&&"object"==typeof e}(e)&&"[object Symbol]"==ca.call(e)}var Ea=function(e,t,n){var r=null==e?void 0:wa(e,t);return void 0===r?n:r},Oa={ach:{name:"Acholi",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n > 1)",pluralsFunc:function(e){return e>1}},af:{name:"Afrikaans",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(e){return 1!==e}},ak:{name:"Akan",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n > 1)",pluralsFunc:function(e){return e>1}},am:{name:"Amharic",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n > 1)",pluralsFunc:function(e){return e>1}},an:{name:"Aragonese",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(e){return 1!==e}},ar:{name:"Arabic",examples:[{plural:0,sample:0},{plural:1,sample:1},{plural:2,sample:2},{plural:3,sample:3},{plural:4,sample:11},{plural:5,sample:100}],nplurals:6,pluralsText:"nplurals = 6; plural = (n === 0 ? 0 : n === 1 ? 1 : n === 2 ? 2 : n % 100 >= 3 && n % 100 <= 10 ? 3 : n % 100 >= 11 ? 4 : 5)",pluralsFunc:function(e){return 0===e?0:1===e?1:2===e?2:e%100>=3&&e%100<=10?3:e%100>=11?4:5}},arn:{name:"Mapudungun",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n > 1)",pluralsFunc:function(e){return e>1}},ast:{name:"Asturian",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(e){return 1!==e}},ay:{name:"Aymará",examples:[{plural:0,sample:1}],nplurals:1,pluralsText:"nplurals = 1; plural = 0",pluralsFunc:function(){return 0}},az:{name:"Azerbaijani",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(e){return 1!==e}},be:{name:"Belarusian",examples:[{plural:0,sample:1},{plural:1,sample:2},{plural:2,sample:5}],nplurals:3,pluralsText:"nplurals = 3; plural = (n % 10 === 1 && n % 100 !== 11 ? 0 : n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 10 || n % 100 >= 20) ? 1 : 2)",pluralsFunc:function(e){return e%10==1&&e%100!=11?0:e%10>=2&&e%10<=4&&(e%100<10||e%100>=20)?1:2}},bg:{name:"Bulgarian",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(e){return 1!==e}},bn:{name:"Bengali",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(e){return 1!==e}},bo:{name:"Tibetan",examples:[{plural:0,sample:1}],nplurals:1,pluralsText:"nplurals = 1; plural = 0",pluralsFunc:function(){return 0}},br:{name:"Breton",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n > 1)",pluralsFunc:function(e){return e>1}},brx:{name:"Bodo",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(e){return 1!==e}},bs:{name:"Bosnian",examples:[{plural:0,sample:1},{plural:1,sample:2},{plural:2,sample:5}],nplurals:3,pluralsText:"nplurals = 3; plural = (n % 10 === 1 && n % 100 !== 11 ? 0 : n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 10 || n % 100 >= 20) ? 1 : 2)",pluralsFunc:function(e){return e%10==1&&e%100!=11?0:e%10>=2&&e%10<=4&&(e%100<10||e%100>=20)?1:2}},ca:{name:"Catalan",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(e){return 1!==e}},cgg:{name:"Chiga",examples:[{plural:0,sample:1}],nplurals:1,pluralsText:"nplurals = 1; plural = 0",pluralsFunc:function(){return 0}},cs:{name:"Czech",examples:[{plural:0,sample:1},{plural:1,sample:2},{plural:2,sample:5}],nplurals:3,pluralsText:"nplurals = 3; plural = (n === 1 ? 0 : (n >= 2 && n <= 4) ? 1 : 2)",pluralsFunc:function(e){return 1===e?0:e>=2&&e<=4?1:2}},csb:{name:"Kashubian",examples:[{plural:0,sample:1},{plural:1,sample:2},{plural:2,sample:5}],nplurals:3,pluralsText:"nplurals = 3; plural = (n === 1 ? 0 : n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 10 || n % 100 >= 20) ? 1 : 2)",pluralsFunc:function(e){return 1===e?0:e%10>=2&&e%10<=4&&(e%100<10||e%100>=20)?1:2}},cy:{name:"Welsh",examples:[{plural:0,sample:1},{plural:1,sample:2},{plural:2,sample:3},{plural:3,sample:8}],nplurals:4,pluralsText:"nplurals = 4; plural = (n === 1 ? 0 : n === 2 ? 1 : (n !== 8 && n !== 11) ? 2 : 3)",pluralsFunc:function(e){return 1===e?0:2===e?1:8!==e&&11!==e?2:3}},da:{name:"Danish",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(e){return 1!==e}},de:{name:"German",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(e){return 1!==e}},doi:{name:"Dogri",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(e){return 1!==e}},dz:{name:"Dzongkha",examples:[{plural:0,sample:1}],nplurals:1,pluralsText:"nplurals = 1; plural = 0",pluralsFunc:function(){return 0}},el:{name:"Greek",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(e){return 1!==e}},en:{name:"English",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(e){return 1!==e}},eo:{name:"Esperanto",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(e){return 1!==e}},es:{name:"Spanish",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(e){return 1!==e}},et:{name:"Estonian",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(e){return 1!==e}},eu:{name:"Basque",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(e){return 1!==e}},fa:{name:"Persian",examples:[{plural:0,sample:1}],nplurals:1,pluralsText:"nplurals = 1; plural = 0",pluralsFunc:function(){return 0}},ff:{name:"Fulah",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(e){return 1!==e}},fi:{name:"Finnish",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(e){return 1!==e}},fil:{name:"Filipino",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n > 1)",pluralsFunc:function(e){return e>1}},fo:{name:"Faroese",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(e){return 1!==e}},fr:{name:"French",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n > 1)",pluralsFunc:function(e){return e>1}},fur:{name:"Friulian",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(e){return 1!==e}},fy:{name:"Frisian",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(e){return 1!==e}},ga:{name:"Irish",examples:[{plural:0,sample:1},{plural:1,sample:2},{plural:2,sample:3},{plural:3,sample:7},{plural:4,sample:11}],nplurals:5,pluralsText:"nplurals = 5; plural = (n === 1 ? 0 : n === 2 ? 1 : n < 7 ? 2 : n < 11 ? 3 : 4)",pluralsFunc:function(e){return 1===e?0:2===e?1:e<7?2:e<11?3:4}},gd:{name:"Scottish Gaelic",examples:[{plural:0,sample:1},{plural:1,sample:2},{plural:2,sample:3},{plural:3,sample:20}],nplurals:4,pluralsText:"nplurals = 4; plural = ((n === 1 || n === 11) ? 0 : (n === 2 || n === 12) ? 1 : (n > 2 && n < 20) ? 2 : 3)",pluralsFunc:function(e){return 1===e||11===e?0:2===e||12===e?1:e>2&&e<20?2:3}},gl:{name:"Galician",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(e){return 1!==e}},gu:{name:"Gujarati",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(e){return 1!==e}},gun:{name:"Gun",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n > 1)",pluralsFunc:function(e){return e>1}},ha:{name:"Hausa",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(e){return 1!==e}},he:{name:"Hebrew",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(e){return 1!==e}},hi:{name:"Hindi",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(e){return 1!==e}},hne:{name:"Chhattisgarhi",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(e){return 1!==e}},hr:{name:"Croatian",examples:[{plural:0,sample:1},{plural:1,sample:2},{plural:2,sample:5}],nplurals:3,pluralsText:"nplurals = 3; plural = (n % 10 === 1 && n % 100 !== 11 ? 0 : n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 10 || n % 100 >= 20) ? 1 : 2)",pluralsFunc:function(e){return e%10==1&&e%100!=11?0:e%10>=2&&e%10<=4&&(e%100<10||e%100>=20)?1:2}},hu:{name:"Hungarian",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(e){return 1!==e}},hy:{name:"Armenian",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(e){return 1!==e}},id:{name:"Indonesian",examples:[{plural:0,sample:1}],nplurals:1,pluralsText:"nplurals = 1; plural = 0",pluralsFunc:function(){return 0}},is:{name:"Icelandic",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n % 10 !== 1 || n % 100 === 11)",pluralsFunc:function(e){return e%10!=1||e%100==11}},it:{name:"Italian",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(e){return 1!==e}},ja:{name:"Japanese",examples:[{plural:0,sample:1}],nplurals:1,pluralsText:"nplurals = 1; plural = 0",pluralsFunc:function(){return 0}},jbo:{name:"Lojban",examples:[{plural:0,sample:1}],nplurals:1,pluralsText:"nplurals = 1; plural = 0",pluralsFunc:function(){return 0}},jv:{name:"Javanese",examples:[{plural:0,sample:0},{plural:1,sample:1}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 0)",pluralsFunc:function(e){return 0!==e}},ka:{name:"Georgian",examples:[{plural:0,sample:1}],nplurals:1,pluralsText:"nplurals = 1; plural = 0",pluralsFunc:function(){return 0}},kk:{name:"Kazakh",examples:[{plural:0,sample:1}],nplurals:1,pluralsText:"nplurals = 1; plural = 0",pluralsFunc:function(){return 0}},km:{name:"Khmer",examples:[{plural:0,sample:1}],nplurals:1,pluralsText:"nplurals = 1; plural = 0",pluralsFunc:function(){return 0}},kn:{name:"Kannada",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(e){return 1!==e}},ko:{name:"Korean",examples:[{plural:0,sample:1}],nplurals:1,pluralsText:"nplurals = 1; plural = 0",pluralsFunc:function(){return 0}},ku:{name:"Kurdish",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(e){return 1!==e}},kw:{name:"Cornish",examples:[{plural:0,sample:1},{plural:1,sample:2},{plural:2,sample:3},{plural:3,sample:4}],nplurals:4,pluralsText:"nplurals = 4; plural = (n === 1 ? 0 : n === 2 ? 1 : n === 3 ? 2 : 3)",pluralsFunc:function(e){return 1===e?0:2===e?1:3===e?2:3}},ky:{name:"Kyrgyz",examples:[{plural:0,sample:1}],nplurals:1,pluralsText:"nplurals = 1; plural = 0",pluralsFunc:function(){return 0}},lb:{name:"Letzeburgesch",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(e){return 1!==e}},ln:{name:"Lingala",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n > 1)",pluralsFunc:function(e){return e>1}},lo:{name:"Lao",examples:[{plural:0,sample:1}],nplurals:1,pluralsText:"nplurals = 1; plural = 0",pluralsFunc:function(){return 0}},lt:{name:"Lithuanian",examples:[{plural:0,sample:1},{plural:1,sample:2},{plural:2,sample:10}],nplurals:3,pluralsText:"nplurals = 3; plural = (n % 10 === 1 && n % 100 !== 11 ? 0 : n % 10 >= 2 && (n % 100 < 10 || n % 100 >= 20) ? 1 : 2)",pluralsFunc:function(e){return e%10==1&&e%100!=11?0:e%10>=2&&(e%100<10||e%100>=20)?1:2}},lv:{name:"Latvian",examples:[{plural:2,sample:0},{plural:0,sample:1},{plural:1,sample:2}],nplurals:3,pluralsText:"nplurals = 3; plural = (n % 10 === 1 && n % 100 !== 11 ? 0 : n !== 0 ? 1 : 2)",pluralsFunc:function(e){return e%10==1&&e%100!=11?0:0!==e?1:2}},mai:{name:"Maithili",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(e){return 1!==e}},mfe:{name:"Mauritian Creole",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n > 1)",pluralsFunc:function(e){return e>1}},mg:{name:"Malagasy",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n > 1)",pluralsFunc:function(e){return e>1}},mi:{name:"Maori",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n > 1)",pluralsFunc:function(e){return e>1}},mk:{name:"Macedonian",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n === 1 || n % 10 === 1 ? 0 : 1)",pluralsFunc:function(e){return 1===e||e%10==1?0:1}},ml:{name:"Malayalam",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(e){return 1!==e}},mn:{name:"Mongolian",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(e){return 1!==e}},mni:{name:"Manipuri",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(e){return 1!==e}},mnk:{name:"Mandinka",examples:[{plural:0,sample:0},{plural:1,sample:1},{plural:2,sample:2}],nplurals:3,pluralsText:"nplurals = 3; plural = (n === 0 ? 0 : n === 1 ? 1 : 2)",pluralsFunc:function(e){return 0===e?0:1===e?1:2}},mr:{name:"Marathi",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(e){return 1!==e}},ms:{name:"Malay",examples:[{plural:0,sample:1}],nplurals:1,pluralsText:"nplurals = 1; plural = 0",pluralsFunc:function(){return 0}},mt:{name:"Maltese",examples:[{plural:0,sample:1},{plural:1,sample:2},{plural:2,sample:11},{plural:3,sample:20}],nplurals:4,pluralsText:"nplurals = 4; plural = (n === 1 ? 0 : n === 0 || ( n % 100 > 1 && n % 100 < 11) ? 1 : (n % 100 > 10 && n % 100 < 20 ) ? 2 : 3)",pluralsFunc:function(e){return 1===e?0:0===e||e%100>1&&e%100<11?1:e%100>10&&e%100<20?2:3}},my:{name:"Burmese",examples:[{plural:0,sample:1}],nplurals:1,pluralsText:"nplurals = 1; plural = 0",pluralsFunc:function(){return 0}},nah:{name:"Nahuatl",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(e){return 1!==e}},nap:{name:"Neapolitan",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(e){return 1!==e}},nb:{name:"Norwegian Bokmal",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(e){return 1!==e}},ne:{name:"Nepali",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(e){return 1!==e}},nl:{name:"Dutch",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(e){return 1!==e}},nn:{name:"Norwegian Nynorsk",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(e){return 1!==e}},no:{name:"Norwegian",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(e){return 1!==e}},nso:{name:"Northern Sotho",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(e){return 1!==e}},oc:{name:"Occitan",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n > 1)",pluralsFunc:function(e){return e>1}},or:{name:"Oriya",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(e){return 1!==e}},pa:{name:"Punjabi",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(e){return 1!==e}},pap:{name:"Papiamento",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(e){return 1!==e}},pl:{name:"Polish",examples:[{plural:0,sample:1},{plural:1,sample:2},{plural:2,sample:5}],nplurals:3,pluralsText:"nplurals = 3; plural = (n === 1 ? 0 : n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 10 || n % 100 >= 20) ? 1 : 2)",pluralsFunc:function(e){return 1===e?0:e%10>=2&&e%10<=4&&(e%100<10||e%100>=20)?1:2}},pms:{name:"Piemontese",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(e){return 1!==e}},ps:{name:"Pashto",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(e){return 1!==e}},pt:{name:"Portuguese",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(e){return 1!==e}},rm:{name:"Romansh",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(e){return 1!==e}},ro:{name:"Romanian",examples:[{plural:0,sample:1},{plural:1,sample:2},{plural:2,sample:20}],nplurals:3,pluralsText:"nplurals = 3; plural = (n === 1 ? 0 : (n === 0 || (n % 100 > 0 && n % 100 < 20)) ? 1 : 2)",pluralsFunc:function(e){return 1===e?0:0===e||e%100>0&&e%100<20?1:2}},ru:{name:"Russian",examples:[{plural:0,sample:1},{plural:1,sample:2},{plural:2,sample:5}],nplurals:3,pluralsText:"nplurals = 3; plural = (n % 10 === 1 && n % 100 !== 11 ? 0 : n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 10 || n % 100 >= 20) ? 1 : 2)",pluralsFunc:function(e){return e%10==1&&e%100!=11?0:e%10>=2&&e%10<=4&&(e%100<10||e%100>=20)?1:2}},rw:{name:"Kinyarwanda",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(e){return 1!==e}},sah:{name:"Yakut",examples:[{plural:0,sample:1}],nplurals:1,pluralsText:"nplurals = 1; plural = 0",pluralsFunc:function(){return 0}},sat:{name:"Santali",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(e){return 1!==e}},sco:{name:"Scots",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(e){return 1!==e}},sd:{name:"Sindhi",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(e){return 1!==e}},se:{name:"Northern Sami",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(e){return 1!==e}},si:{name:"Sinhala",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(e){return 1!==e}},sk:{name:"Slovak",examples:[{plural:0,sample:1},{plural:1,sample:2},{plural:2,sample:5}],nplurals:3,pluralsText:"nplurals = 3; plural = (n === 1 ? 0 : (n >= 2 && n <= 4) ? 1 : 2)",pluralsFunc:function(e){return 1===e?0:e>=2&&e<=4?1:2}},sl:{name:"Slovenian",examples:[{plural:0,sample:1},{plural:1,sample:2},{plural:2,sample:3},{plural:3,sample:5}],nplurals:4,pluralsText:"nplurals = 4; plural = (n % 100 === 1 ? 0 : n % 100 === 2 ? 1 : n % 100 === 3 || n % 100 === 4 ? 2 : 3)",pluralsFunc:function(e){return e%100==1?0:e%100==2?1:e%100==3||e%100==4?2:3}},so:{name:"Somali",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(e){return 1!==e}},son:{name:"Songhay",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(e){return 1!==e}},sq:{name:"Albanian",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(e){return 1!==e}},sr:{name:"Serbian",examples:[{plural:0,sample:1},{plural:1,sample:2},{plural:2,sample:5}],nplurals:3,pluralsText:"nplurals = 3; plural = (n % 10 === 1 && n % 100 !== 11 ? 0 : n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 10 || n % 100 >= 20) ? 1 : 2)",pluralsFunc:function(e){return e%10==1&&e%100!=11?0:e%10>=2&&e%10<=4&&(e%100<10||e%100>=20)?1:2}},su:{name:"Sundanese",examples:[{plural:0,sample:1}],nplurals:1,pluralsText:"nplurals = 1; plural = 0",pluralsFunc:function(){return 0}},sv:{name:"Swedish",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(e){return 1!==e}},sw:{name:"Swahili",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(e){return 1!==e}},ta:{name:"Tamil",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(e){return 1!==e}},te:{name:"Telugu",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(e){return 1!==e}},tg:{name:"Tajik",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n > 1)",pluralsFunc:function(e){return e>1}},th:{name:"Thai",examples:[{plural:0,sample:1}],nplurals:1,pluralsText:"nplurals = 1; plural = 0",pluralsFunc:function(){return 0}},ti:{name:"Tigrinya",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n > 1)",pluralsFunc:function(e){return e>1}},tk:{name:"Turkmen",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(e){return 1!==e}},tr:{name:"Turkish",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n > 1)",pluralsFunc:function(e){return e>1}},tt:{name:"Tatar",examples:[{plural:0,sample:1}],nplurals:1,pluralsText:"nplurals = 1; plural = 0",pluralsFunc:function(){return 0}},ug:{name:"Uyghur",examples:[{plural:0,sample:1}],nplurals:1,pluralsText:"nplurals = 1; plural = 0",pluralsFunc:function(){return 0}},uk:{name:"Ukrainian",examples:[{plural:0,sample:1},{plural:1,sample:2},{plural:2,sample:5}],nplurals:3,pluralsText:"nplurals = 3; plural = (n % 10 === 1 && n % 100 !== 11 ? 0 : n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 10 || n % 100 >= 20) ? 1 : 2)",pluralsFunc:function(e){return e%10==1&&e%100!=11?0:e%10>=2&&e%10<=4&&(e%100<10||e%100>=20)?1:2}},ur:{name:"Urdu",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(e){return 1!==e}},uz:{name:"Uzbek",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n > 1)",pluralsFunc:function(e){return e>1}},vi:{name:"Vietnamese",examples:[{plural:0,sample:1}],nplurals:1,pluralsText:"nplurals = 1; plural = 0",pluralsFunc:function(){return 0}},wa:{name:"Walloon",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n > 1)",pluralsFunc:function(e){return e>1}},wo:{name:"Wolof",examples:[{plural:0,sample:1}],nplurals:1,pluralsText:"nplurals = 1; plural = 0",pluralsFunc:function(){return 0}},yo:{name:"Yoruba",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(e){return 1!==e}},zh:{name:"Chinese",examples:[{plural:0,sample:1}],nplurals:1,pluralsText:"nplurals = 1; plural = 0",pluralsFunc:function(){return 0}}},Pa=Ca;function Ca(e){e=e||{},this.catalogs={},this.locale="",this.domain="messages",this.listeners=[],this.sourceLocale="",e.sourceLocale&&("string"==typeof e.sourceLocale?this.sourceLocale=e.sourceLocale:this.warn("The `sourceLocale` option should be a string")),this.debug="debug"in e&&!0===e.debug}Ca.prototype.on=function(e,t){this.listeners.push({eventName:e,callback:t})},Ca.prototype.off=function(e,t){this.listeners=this.listeners.filter((function(n){return!1==(n.eventName===e&&n.callback===t)}))},Ca.prototype.emit=function(e,t){for(var n=0;n<this.listeners.length;n++){var r=this.listeners[n];r.eventName===e&&r.callback(t)}},Ca.prototype.warn=function(e){this.debug&&console.warn(e),this.emit("error",new Error(e))},Ca.prototype.addTranslations=function(e,t,n){this.catalogs[e]||(this.catalogs[e]={}),this.catalogs[e][t]=n},Ca.prototype.setLocale=function(e){"string"==typeof e?(""===e.trim()&&this.warn("You called setLocale() with an empty value, which makes little sense."),e===this.sourceLocale||this.catalogs[e]||this.warn('You called setLocale() with "'+e+'", but no translations for that locale has been added.'),this.locale=e):this.warn("You called setLocale() with an argument of type "+typeof e+". The locale must be a string.")},Ca.prototype.setTextDomain=function(e){"string"==typeof e?(""===e.trim()&&this.warn("You called setTextDomain() with an empty `domain` value."),this.domain=e):this.warn("You called setTextDomain() with an argument of type "+typeof e+". The domain must be a string.")},Ca.prototype.gettext=function(e){return this.dnpgettext(this.domain,"",e)},Ca.prototype.dgettext=function(e,t){return this.dnpgettext(e,"",t)},Ca.prototype.ngettext=function(e,t,n){return this.dnpgettext(this.domain,"",e,t,n)},Ca.prototype.dngettext=function(e,t,n,r){return this.dnpgettext(e,"",t,n,r)},Ca.prototype.pgettext=function(e,t){return this.dnpgettext(this.domain,e,t)},Ca.prototype.dpgettext=function(e,t,n){return this.dnpgettext(e,t,n)},Ca.prototype.npgettext=function(e,t,n,r){return this.dnpgettext(this.domain,e,t,n,r)},Ca.prototype.dnpgettext=function(e,t,n,r,a){var i,o,s=n;if(t=t||"",isNaN(a)||1===a||(s=r||n),i=this._getTranslation(e,t,n)){if("number"==typeof a)"boolean"==typeof(o=(0,Oa[Ca.getLanguageCode(this.locale)].pluralsFunc)(a))&&(o=o?1:0);else o=0;return i.msgstr[o]||s}return this.sourceLocale&&this.locale===this.sourceLocale||this.warn('No translation was found for msgid "'+n+'" in msgctxt "'+t+'" and domain "'+e+'"'),s},Ca.prototype.getComment=function(e,t,n){var r;return(r=this._getTranslation(e,t,n))&&r.comments||{}},Ca.prototype._getTranslation=function(e,t,n){return t=t||"",Ea(this.catalogs,[this.locale,e,"translations",t,n])},Ca.getLanguageCode=function(e){return e.split(/[\-_]/)[0].toLowerCase()},Ca.prototype.textdomain=function(e){this.debug&&console.warn("textdomain(domain) was used to set locales in node-gettext v1. Make sure you are using it for domains, and switch to setLocale(locale) if you are not.\n\n To read more about the migration from node-gettext v1 to v2, see https://github.com/alexanderwallin/node-gettext/#migrating-from-1x-to-2x\n\nThis warning will be removed in the final 2.0.0"),this.setTextDomain(e)},Ca.prototype.setlocale=function(e){this.setLocale(e)},Ca.prototype.addTextdomain=function(){console.error("addTextdomain() is deprecated.\n\n* To add translations, use addTranslations()\n* To set the default domain, use setTextDomain() (or its alias textdomain())\n\nTo read more about the migration from node-gettext v1 to v2, see https://github.com/alexanderwallin/node-gettext/#migrating-from-1x-to-2x")};var Ha=Ga,Fa=function(){return Ga().replace(/_/g,"-")},Na=function(){if("undefined"==typeof OC)return console.warn("No OC found"),"en";return OC.getLanguage()},Ia=function(e,t,n,r,a){if("undefined"==typeof OC)return console.warn("No OC found"),t;return OC.L10N.translate(e,t,n,r,a)},Ra=function(e,t,n,r,a,i){if("undefined"==typeof OC)return console.warn("No OC found"),t;return OC.L10N.translatePlural(e,t,n,r,a,i)},Ua=function(){if(void 0===window.firstDay)return console.warn("No firstDay found"),1;return window.firstDay},Wa=function(){if(void 0===window.dayNames)return console.warn("No dayNames found"),["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"];return window.dayNames},za=function(){if(void 0===window.dayNamesShort)return console.warn("No dayNamesShort found"),["Sun.","Mon.","Tue.","Wed.","Thu.","Fri.","Sat."];return window.dayNamesShort},$a=function(){if(void 0===window.dayNamesMin)return console.warn("No dayNamesMin found"),["Su","Mo","Tu","We","Th","Fr","Sa"];return window.dayNamesMin},Ba=function(){if(void 0===window.monthNames)return console.warn("No monthNames found"),["January","February","March","April","May","June","July","August","September","October","November","December"];return window.monthNames},qa=function(){if(void 0===window.monthNamesShort)return console.warn("No monthNamesShort found"),["Jan.","Feb.","Mar.","Apr.","May.","Jun.","Jul.","Aug.","Sep.","Oct.","Nov.","Dec."];return window.monthNamesShort};function Ga(){return"undefined"==typeof OC?(console.warn("No OC found"),"en"):OC.getLocale()}var Ja,Va=Object.defineProperty({getLocale:Ha,getCanonicalLocale:Fa,getLanguage:Na,translate:Ia,translatePlural:Ra,getFirstDay:Ua,getDayNames:Wa,getDayNamesShort:za,getDayNamesMin:$a,getMonthNames:Ba,getMonthNamesShort:qa},"__esModule",{value:!0}),Ka=function(){return new ti},Xa=(Ja=Pa)&&Ja.__esModule?Ja:{default:Ja};function Za(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function Qa(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}function ei(e,t,n){return t&&Qa(e.prototype,t),n&&Qa(e,n),e}var ti=function(){function e(){Za(this,e),this.translations={},this.debug=!1}return ei(e,[{key:"setLanguage",value:function(e){return this.locale=e,this}},{key:"detectLocale",value:function(){return this.setLanguage((0,Va.getLanguage)().replace("-","_"))}},{key:"addTranslation",value:function(e,t){return this.translations[e]=t,this}},{key:"enableDebugMode",value:function(){return this.debug=!0,this}},{key:"build",value:function(){return new ni(this.locale||"en",this.translations,this.debug)}}]),e}(),ni=function(){function e(t,n,r){for(var a in Za(this,e),this.gt=new Xa.default({debug:r,sourceLocale:"en"}),n)this.gt.addTranslations(a,"messages",n[a]);this.gt.setLocale(t)}return ei(e,[{key:"subtitudePlaceholders",value:function(e,t){return e.replace(/{([^{}]*)}/g,(function(e,n){var r=t[n];return"string"==typeof r||"number"==typeof r?r.toString():e}))}},{key:"gettext",value:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};return this.subtitudePlaceholders(this.gt.gettext(e),t)}},{key:"ngettext",value:function(e,t,n){var r=arguments.length>3&&void 0!==arguments[3]?arguments[3]:{};return this.subtitudePlaceholders(this.gt.ngettext(e,t,n).replace(/%n/g,n.toString()),r)}}]),e}();var ri=Ka().detectLocale();e.env.TRANSLATIONS.map((function(e){return ri.addTranslation(e.locale,e.json)}));var ai=ri.build();ai.ngettext.bind(ai);ai.gettext.bind(ai);var ii=function(){function e(){}return e.ERROR="toast-error",e.WARNING="toast-warning",e.INFO="toast-info",e.SUCCESS="toast-success",e.PERMANENT="toast-error",e.UNDO="toast-undo",e}(),oi=7e3,si=-1;function ui(e,t){var n,r;if(t=Object.assign({timeout:oi,isHTML:!1,type:void 0,selector:void 0,onRemove:function(){},onClick:void 0,close:!0},t),"string"==typeof e&&!t.isHTML){var a=document.createElement("div");a.innerHTML=e,e=a.innerText}var i=null!==(r=t.type)&&void 0!==r?r:"";"function"==typeof t.onClick&&(i+=" toast-with-click ");var o=e instanceof Node,s=Cr(((n={})[o?"node":"text"]=e,n.duration=t.timeout,n.callback=t.onRemove,n.onClick=t.onClick,n.close=t.close,n.gravity="top",n.selector=t.selector,n.position="right",n.backgroundColor="",n.className="dialogs "+i,n.escapeMarkup=!t.isHTML,n));return s.showToast(),s}function li(e,t){return ui(e,$n($n({},t),{type:ii.ERROR}))}function ci(e,t){return ui(e,$n($n({},t),{type:ii.WARNING}))}function di(e,t){return ui(e,$n($n({},t),{type:ii.INFO}))}function fi(e,t){return ui(e,$n($n({},t),{type:ii.SUCCESS}))}}).call(this,n(57),n(17))},function(e,t,n){var r=n(4),a=n(28),i="".split;e.exports=r((function(){return!Object("z").propertyIsEnumerable(0)}))?function(e){return"String"==a(e)?i.call(e,""):Object(e)}:Object},function(e,t){e.exports=!1},function(e,t){e.exports=function(e){if("function"!=typeof e)throw TypeError(String(e)+" is not a function");return e}},function(e,t,n){"use strict";function r(e,t,n,r,a,i,o,s){var u,l="function"==typeof e?e.options:e;if(t&&(l.render=t,l.staticRenderFns=n,l._compiled=!0),r&&(l.functional=!0),i&&(l._scopeId="data-v-"+i),o?(u=function(e){(e=e||this.$vnode&&this.$vnode.ssrContext||this.parent&&this.parent.$vnode&&this.parent.$vnode.ssrContext)||"undefined"==typeof __VUE_SSR_CONTEXT__||(e=__VUE_SSR_CONTEXT__),a&&a.call(this,e),e&&e._registeredComponents&&e._registeredComponents.add(o)},l._ssrRegister=u):a&&(u=s?function(){a.call(this,(l.functional?this.parent:this).$root.$options.shadowRoot)}:a),u)if(l.functional){l._injectStyles=u;var c=l.render;l.render=function(e,t){return u.call(t),c(e,t)}}else{var d=l.beforeCreate;l.beforeCreate=d?[].concat(d,u):[u]}return{exports:e,options:l}}n.d(t,"a",(function(){return r}))},function(e,t,n){var r=n(44),a=n(53);(e.exports=function(e,t){return a[e]||(a[e]=void 0!==t?t:{})})("versions",[]).push({version:"3.13.1",mode:r?"pure":"global",copyright:"© 2021 Denis Pushkarev (zloirock.ru)"})},function(e,t,n){"use strict";var r,a,i=n(61),o=n(86),s=n(47),u=RegExp.prototype.exec,l=s("native-string-replace",String.prototype.replace),c=u,d=(r=/a/,a=/b*/g,u.call(r,"a"),u.call(a,"a"),0!==r.lastIndex||0!==a.lastIndex),f=o.UNSUPPORTED_Y||o.BROKEN_CARET,p=void 0!==/()??/.exec("")[1];(d||p||f)&&(c=function(e){var t,n,r,a,o=this,s=f&&o.sticky,c=i.call(o),m=o.source,h=0,_=e;return s&&(-1===(c=c.replace("y","")).indexOf("g")&&(c+="g"),_=String(e).slice(o.lastIndex),o.lastIndex>0&&(!o.multiline||o.multiline&&"\n"!==e[o.lastIndex-1])&&(m="(?: "+m+")",_=" "+_,h++),n=new RegExp("^(?:"+m+")",c)),p&&(n=new RegExp("^"+m+"$(?!\\s)",c)),d&&(t=o.lastIndex),r=u.call(s?n:o,_),s?r?(r.input=r.input.slice(h),r[0]=r[0].slice(h),r.index=o.lastIndex,o.lastIndex+=r[0].length):o.lastIndex=0:d&&r&&(o.lastIndex=o.global?r.index+r[0].length:t),p&&r&&r.length>1&&l.call(r[0],n,(function(){for(a=1;a<arguments.length-2;a++)void 0===arguments[a]&&(r[a]=void 0)})),r}),e.exports=c},function(e,t){e.exports=function(e){var t=typeof e;return null!=e&&("object"==t||"function"==t)}},function(e,t,n){var r,a,i=n(5),o=n(88),s=i.process,u=s&&s.versions,l=u&&u.v8;l?a=(r=l.split("."))[0]<4?1:r[0]+r[1]:o&&(!(r=o.match(/Edge\/(\d+)/))||r[1]>=74)&&(r=o.match(/Chrome\/(\d+)/))&&(a=r[1]),e.exports=a&&+a},function(e,t,n){"use strict";var r=n(4);e.exports=function(e,t){var n=[][e];return!!n&&r((function(){n.call(null,t||function(){throw 1},1)}))}},function(e,t,n){var r=n(5),a=n(18);e.exports=function(e,t){try{a(r,e,t)}catch(n){r[e]=t}return t}},function(e,t,n){var r=n(5),a=n(52),i=r["__core-js_shared__"]||a("__core-js_shared__",{});e.exports=i},function(e,t,n){var r=n(251),a=n(256);e.exports=function(e,t){var n=a(e,t);return r(n)?n:void 0}},function(e,t){e.exports={}},function(e,t){var n=0,r=Math.random();e.exports=function(e){return"Symbol("+String(void 0===e?"":e)+")_"+(++n+r).toString(36)}},function(e,t){var n,r,a=e.exports={};function i(){throw new Error("setTimeout has not been defined")}function o(){throw new Error("clearTimeout has not been defined")}function s(e){if(n===setTimeout)return setTimeout(e,0);if((n===i||!n)&&setTimeout)return n=setTimeout,setTimeout(e,0);try{return n(e,0)}catch(t){try{return n.call(null,e,0)}catch(t){return n.call(this,e,0)}}}!function(){try{n="function"==typeof setTimeout?setTimeout:i}catch(e){n=i}try{r="function"==typeof clearTimeout?clearTimeout:o}catch(e){r=o}}();var u,l=[],c=!1,d=-1;function f(){c&&u&&(c=!1,u.length?l=u.concat(l):d=-1,l.length&&p())}function p(){if(!c){var e=s(f);c=!0;for(var t=l.length;t;){for(u=l,l=[];++d<t;)u&&u[d].run();d=-1,t=l.length}u=null,c=!1,function(e){if(r===clearTimeout)return clearTimeout(e);if((r===o||!r)&&clearTimeout)return r=clearTimeout,clearTimeout(e);try{r(e)}catch(t){try{return r.call(null,e)}catch(t){return r.call(this,e)}}}(e)}}function m(e,t){this.fun=e,this.array=t}function h(){}a.nextTick=function(e){var t=new Array(arguments.length-1);if(arguments.length>1)for(var n=1;n<arguments.length;n++)t[n-1]=arguments[n];l.push(new m(e,t)),1!==l.length||c||s(p)},m.prototype.run=function(){this.fun.apply(null,this.array)},a.title="browser",a.browser=!0,a.env={},a.argv=[],a.version="",a.versions={},a.on=h,a.addListener=h,a.once=h,a.off=h,a.removeListener=h,a.removeAllListeners=h,a.emit=h,a.prependListener=h,a.prependOnceListener=h,a.listeners=function(e){return[]},a.binding=function(e){throw new Error("process.binding is not supported")},a.cwd=function(){return"/"},a.chdir=function(e){throw new Error("process.chdir is not supported")},a.umask=function(){return 0}},function(e,t,n){"use strict";t.__esModule=!0,t.extend=s,t.indexOf=function(e,t){for(var n=0,r=e.length;n<r;n++)if(e[n]===t)return n;return-1},t.escapeExpression=function(e){if("string"!=typeof e){if(e&&e.toHTML)return e.toHTML();if(null==e)return"";if(!e)return e+"";e=""+e}if(!i.test(e))return e;return e.replace(a,o)},t.isEmpty=function(e){return!e&&0!==e||!(!c(e)||0!==e.length)},t.createFrame=function(e){var t=s({},e);return t._parent=e,t},t.blockParams=function(e,t){return e.path=t,e},t.appendContextPath=function(e,t){return(e?e+".":"")+t};var r={"&":"&amp;","<":"&lt;",">":"&gt;",'"':"&quot;","'":"&#x27;","`":"&#x60;","=":"&#x3D;"},a=/[&<>"'`=]/g,i=/[&<>"'`=]/;function o(e){return r[e]}function s(e){for(var t=1;t<arguments.length;t++)for(var n in arguments[t])Object.prototype.hasOwnProperty.call(arguments[t],n)&&(e[n]=arguments[t][n]);return e}var u=Object.prototype.toString;t.toString=u;var l=function(e){return"function"==typeof e};l(/x/)&&(t.isFunction=l=function(e){return"function"==typeof e&&"[object Function]"===u.call(e)}),t.isFunction=l;var c=Array.isArray||function(e){return!(!e||"object"!=typeof e)&&"[object Array]"===u.call(e)};t.isArray=c},function(e,t,n){var r=n(82),a=n(252),i=n(253),o=r?r.toStringTag:void 0;e.exports=function(e){return null==e?void 0===e?"[object Undefined]":"[object Null]":o&&o in Object(e)?a(e):i(e)}},function(e,t,n){var r=n(23),a=Math.max,i=Math.min;e.exports=function(e,t){var n=r(e);return n<0?a(n+t,0):i(n,t)}},function(e,t,n){"use strict";var r=n(8);e.exports=function(){var e=r(this),t="";return e.global&&(t+="g"),e.ignoreCase&&(t+="i"),e.multiline&&(t+="m"),e.dotAll&&(t+="s"),e.unicode&&(t+="u"),e.sticky&&(t+="y"),t}},function(e,t,n){"use strict";var r=n(87),a=n(8),i=n(15),o=n(23),s=n(20),u=n(95),l=n(122),c=n(90),d=Math.max,f=Math.min;r("replace",2,(function(e,t,n,r){var p=r.REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE,m=r.REPLACE_KEEPS_$0,h=p?"$":"$0";return[function(n,r){var a=s(this),i=null==n?void 0:n[e];return void 0!==i?i.call(n,a,r):t.call(String(a),n,r)},function(e,r){if(!p&&m||"string"==typeof r&&-1===r.indexOf(h)){var s=n(t,e,this,r);if(s.done)return s.value}var _=a(e),g=String(this),y="function"==typeof r;y||(r=String(r));var v=_.global;if(v){var M=_.unicode;_.lastIndex=0}for(var L=[];;){var w=c(_,g);if(null===w)break;if(L.push(w),!v)break;""===String(w[0])&&(_.lastIndex=u(g,i(_.lastIndex),M))}for(var b,T="",x=0,k=0;k<L.length;k++){w=L[k];for(var Y=String(w[0]),D=d(f(o(w.index),g.length),0),S=[],j=1;j<w.length;j++)S.push(void 0===(b=w[j])?b:String(b));var A=w.groups;if(y){var E=[Y].concat(S,D,g);void 0!==A&&E.push(A);var O=String(r.apply(void 0,E))}else O=l(Y,g,D,S,A,r);D>=x&&(T+=g.slice(x,D)+O,x=D+Y.length)}return T+g.slice(x)}]}))},function(e,t,n){var r=n(28);e.exports=Array.isArray||function(e){return"Array"==r(e)}},function(e,t,n){"use strict";var r={}.propertyIsEnumerable,a=Object.getOwnPropertyDescriptor,i=a&&!r.call({1:2},1);t.f=i?function(e){var t=a(this,e);return!!t&&t.enumerable}:r},function(e,t,n){var r=n(85),a=n(73).concat("length","prototype");t.f=Object.getOwnPropertyNames||function(e){return r(e,a)}},function(e,t,n){var r=n(22),a=n(15),i=n(60),o=function(e){return function(t,n,o){var s,u=r(t),l=a(u.length),c=i(o,l);if(e&&n!=n){for(;l>c;)if((s=u[c++])!=s)return!0}else for(;l>c;c++)if((e||c in u)&&u[c]===n)return e||c||0;return!e&&-1}};e.exports={includes:o(!0),indexOf:o(!1)}},function(e,t,n){var r=n(50),a=n(4);e.exports=!!Object.getOwnPropertySymbols&&!a((function(){var e=Symbol();return!String(e)||!(Object(e)instanceof Symbol)||!Symbol.sham&&r&&r<41}))},function(e,t,n){var r={};r[n(9)("toStringTag")]="z",e.exports="[object z]"===String(r)},function(e,t,n){"use strict";n.d(t,"a",(function(){return i})),n.d(t,"b",(function(){return o}));var r=n(41);
/**
- * @copyright Copyright (c) 2016 Joas Schilling <coding@schilljs.com>
+ * @copyright 2019 Christoph Wurst <christoph@winzerhof-wurst.at>
+ *
+ * @author Christoph Wurst <christoph@winzerhof-wurst.at>
+ * @author John Molakvoæ <skjnldsv@protonmail.com>
*
* @license GNU AGPL version 3 or any later version
*
@@ -225,14 +460,14 @@ window._oc_l10n_registry_translations=window._oc_l10n_registry_translations||{},
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*
- */
-function o(t,n,r){"post"!==t&&"delete"!==t||!a.a.PasswordConfirmation.requiresPasswordConfirmation()?(r=r||{},i.a.ajax({type:t.toUpperCase(),url:a.a.linkToOCS("apps/provisioning_api/api/v1",2)+"config/apps"+n,data:r.data||{},success:r.success,error:r.error})):a.a.PasswordConfirmation.requirePasswordConfirmation(e.bind(o,this,t,n,r))}function s(e){o("get","",e)}function u(e,t){o("get","/"+e,t)}function c(e,t,n,r){(r=r||{}).data={defaultValue:n},o("get","/"+e+"/"+t,r)}function l(e,t,n,r){(r=r||{}).data={value:n},o("post","/"+e+"/"+t,r)}function d(e,t,n){o("delete","/"+e+"/"+t,n)}}.call(this,n(2))},function(e,t,n){e.exports=function(){"use strict";var e=Object.hasOwnProperty,t=Object.setPrototypeOf,n=Object.isFrozen,r=Object.keys,i=Object.freeze,a=Object.seal,o="undefined"!=typeof Reflect&&Reflect,s=o.apply,u=o.construct;s||(s=function(e,t,n){return e.apply(t,n)}),i||(i=function(e){return e}),a||(a=function(e){return e}),u||(u=function(e,t){return new(Function.prototype.bind.apply(e,[null].concat(function(e){if(Array.isArray(e)){for(var t=0,n=Array(e.length);t<e.length;t++)n[t]=e[t];return n}return Array.from(e)}(t))))});var c=b(Array.prototype.forEach),l=b(Array.prototype.indexOf),d=b(Array.prototype.join),f=b(Array.prototype.pop),h=b(Array.prototype.push),p=b(Array.prototype.slice),m=b(String.prototype.toLowerCase),_=b(String.prototype.match),y=b(String.prototype.replace),v=b(String.prototype.indexOf),g=b(String.prototype.trim),M=b(RegExp.prototype.test),L=k(RegExp),w=k(TypeError);function b(e){return function(t){for(var n=arguments.length,r=Array(n>1?n-1:0),i=1;i<n;i++)r[i-1]=arguments[i];return s(e,t,r)}}function k(e){return function(){for(var t=arguments.length,n=Array(t),r=0;r<t;r++)n[r]=arguments[r];return u(e,n)}}function Y(e,r){t&&t(e,null);for(var i=r.length;i--;){var a=r[i];if("string"==typeof a){var o=m(a);o!==a&&(n(r)||(r[i]=o),a=o)}e[a]=!0}return e}function T(t){var n={},r=void 0;for(r in t)s(e,t,[r])&&(n[r]=t[r]);return n}var x=i(["a","abbr","acronym","address","area","article","aside","audio","b","bdi","bdo","big","blink","blockquote","body","br","button","canvas","caption","center","cite","code","col","colgroup","content","data","datalist","dd","decorator","del","details","dfn","dir","div","dl","dt","element","em","fieldset","figcaption","figure","font","footer","form","h1","h2","h3","h4","h5","h6","head","header","hgroup","hr","html","i","img","input","ins","kbd","label","legend","li","main","map","mark","marquee","menu","menuitem","meter","nav","nobr","ol","optgroup","option","output","p","picture","pre","progress","q","rp","rt","ruby","s","samp","section","select","shadow","small","source","spacer","span","strike","strong","style","sub","summary","sup","table","tbody","td","template","textarea","tfoot","th","thead","time","tr","track","tt","u","ul","var","video","wbr"]),D=i(["svg","a","altglyph","altglyphdef","altglyphitem","animatecolor","animatemotion","animatetransform","audio","canvas","circle","clippath","defs","desc","ellipse","filter","font","g","glyph","glyphref","hkern","image","line","lineargradient","marker","mask","metadata","mpath","path","pattern","polygon","polyline","radialgradient","rect","stop","style","switch","symbol","text","textpath","title","tref","tspan","video","view","vkern"]),S=i(["feBlend","feColorMatrix","feComponentTransfer","feComposite","feConvolveMatrix","feDiffuseLighting","feDisplacementMap","feDistantLight","feFlood","feFuncA","feFuncB","feFuncG","feFuncR","feGaussianBlur","feMerge","feMergeNode","feMorphology","feOffset","fePointLight","feSpecularLighting","feSpotLight","feTile","feTurbulence"]),E=i(["math","menclose","merror","mfenced","mfrac","mglyph","mi","mlabeledtr","mmultiscripts","mn","mo","mover","mpadded","mphantom","mroot","mrow","ms","mspace","msqrt","mstyle","msub","msup","msubsup","mtable","mtd","mtext","mtr","munder","munderover"]),O=i(["#text"]),j=i(["accept","action","align","alt","autocomplete","background","bgcolor","border","cellpadding","cellspacing","checked","cite","class","clear","color","cols","colspan","controls","coords","crossorigin","datetime","default","dir","disabled","download","enctype","face","for","headers","height","hidden","high","href","hreflang","id","integrity","ismap","label","lang","list","loop","low","max","maxlength","media","method","min","minlength","multiple","name","noshade","novalidate","nowrap","open","optimum","pattern","placeholder","poster","preload","pubdate","radiogroup","readonly","rel","required","rev","reversed","role","rows","rowspan","spellcheck","scope","selected","shape","size","sizes","span","srclang","start","src","srcset","step","style","summary","tabindex","title","type","usemap","valign","value","width","xmlns"]),A=i(["accent-height","accumulate","additive","alignment-baseline","ascent","attributename","attributetype","azimuth","basefrequency","baseline-shift","begin","bias","by","class","clip","clip-path","clip-rule","color","color-interpolation","color-interpolation-filters","color-profile","color-rendering","cx","cy","d","dx","dy","diffuseconstant","direction","display","divisor","dur","edgemode","elevation","end","fill","fill-opacity","fill-rule","filter","filterunits","flood-color","flood-opacity","font-family","font-size","font-size-adjust","font-stretch","font-style","font-variant","font-weight","fx","fy","g1","g2","glyph-name","glyphref","gradientunits","gradienttransform","height","href","id","image-rendering","in","in2","k","k1","k2","k3","k4","kerning","keypoints","keysplines","keytimes","lang","lengthadjust","letter-spacing","kernelmatrix","kernelunitlength","lighting-color","local","marker-end","marker-mid","marker-start","markerheight","markerunits","markerwidth","maskcontentunits","maskunits","max","mask","media","method","mode","min","name","numoctaves","offset","operator","opacity","order","orient","orientation","origin","overflow","paint-order","path","pathlength","patterncontentunits","patterntransform","patternunits","points","preservealpha","preserveaspectratio","primitiveunits","r","rx","ry","radius","refx","refy","repeatcount","repeatdur","restart","result","rotate","scale","seed","shape-rendering","specularconstant","specularexponent","spreadmethod","stddeviation","stitchtiles","stop-color","stop-opacity","stroke-dasharray","stroke-dashoffset","stroke-linecap","stroke-linejoin","stroke-miterlimit","stroke-opacity","stroke","stroke-width","style","surfacescale","tabindex","targetx","targety","transform","text-anchor","text-decoration","text-rendering","textlength","type","u1","u2","unicode","values","viewbox","visibility","version","vert-adv-y","vert-origin-x","vert-origin-y","width","word-spacing","wrap","writing-mode","xchannelselector","ychannelselector","x","x1","x2","xmlns","y","y1","y2","z","zoomandpan"]),P=i(["accent","accentunder","align","bevelled","close","columnsalign","columnlines","columnspan","denomalign","depth","dir","display","displaystyle","encoding","fence","frame","height","href","id","largeop","length","linethickness","lspace","lquote","mathbackground","mathcolor","mathsize","mathvariant","maxsize","minsize","movablelimits","notation","numalign","open","rowalign","rowlines","rowspacing","rowspan","rspace","rquote","scriptlevel","scriptminsize","scriptsizemultiplier","selection","separator","separators","stretchy","subscriptshift","supscriptshift","symmetric","voffset","width","xmlns"]),H=i(["xlink:href","xml:id","xlink:title","xml:space","xmlns:xlink"]),C=a(/\{\{[\s\S]*|[\s\S]*\}\}/gm),N=a(/<%[\s\S]*|[\s\S]*%>/gm),I=a(/^data-[\-\w.\u00B7-\uFFFF]/),R=a(/^aria-[\-\w]+$/),F=a(/^(?:(?:(?:f|ht)tps?|mailto|tel|callto|cid|xmpp):|[^a-z]|[a-z+.\-]+(?:[^a-z+.\-:]|$))/i),W=a(/^(?:\w+script|data):/i),$=a(/[\u0000-\u0020\u00A0\u1680\u180E\u2000-\u2029\u205f\u3000]/g),z="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e};function U(e){if(Array.isArray(e)){for(var t=0,n=Array(e.length);t<e.length;t++)n[t]=e[t];return n}return Array.from(e)}var B=function(){return"undefined"==typeof window?null:window},q=function(e,t){if("object"!==(void 0===e?"undefined":z(e))||"function"!=typeof e.createPolicy)return null;var n=null;t.currentScript&&t.currentScript.hasAttribute("data-tt-policy-suffix")&&(n=t.currentScript.getAttribute("data-tt-policy-suffix"));var r="dompurify"+(n?"#"+n:"");try{return e.createPolicy(r,{createHTML:function(e){return e}})}catch(e){return console.warn("TrustedTypes policy "+r+" could not be created."),null}};return function e(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:B(),n=function(t){return e(t)};if(n.version="2.0.8",n.removed=[],!t||!t.document||9!==t.document.nodeType)return n.isSupported=!1,n;var a=t.document,o=!1,s=!1,u=t.document,b=t.DocumentFragment,k=t.HTMLTemplateElement,J=t.Node,G=t.NodeFilter,V=t.NamedNodeMap,K=void 0===V?t.NamedNodeMap||t.MozNamedAttrMap:V,X=t.Text,Z=t.Comment,Q=t.DOMParser,ee=t.trustedTypes;if("function"==typeof k){var te=u.createElement("template");te.content&&te.content.ownerDocument&&(u=te.content.ownerDocument)}var ne=q(ee,a),re=ne?ne.createHTML(""):"",ie=u,ae=ie.implementation,oe=ie.createNodeIterator,se=ie.getElementsByTagName,ue=ie.createDocumentFragment,ce=a.importNode,le={};n.isSupported=ae&&void 0!==ae.createHTMLDocument&&9!==u.documentMode;var de=C,fe=N,he=I,pe=R,me=W,_e=$,ye=F,ve=null,ge=Y({},[].concat(U(x),U(D),U(S),U(E),U(O))),Me=null,Le=Y({},[].concat(U(j),U(A),U(P),U(H))),we=null,be=null,ke=!0,Ye=!0,Te=!1,xe=!1,De=!1,Se=!1,Ee=!1,Oe=!1,je=!1,Ae=!1,Pe=!1,He=!1,Ce=!0,Ne=!0,Ie=!1,Re={},Fe=Y({},["annotation-xml","audio","colgroup","desc","foreignobject","head","iframe","math","mi","mn","mo","ms","mtext","noembed","noframes","plaintext","script","style","svg","template","thead","title","video","xmp"]),We=Y({},["audio","video","img","source","image"]),$e=null,ze=Y({},["alt","class","for","id","label","name","pattern","placeholder","summary","title","value","style","xmlns"]),Ue=null,Be=u.createElement("form"),qe=function(e){Ue&&Ue===e||(e&&"object"===(void 0===e?"undefined":z(e))||(e={}),ve="ALLOWED_TAGS"in e?Y({},e.ALLOWED_TAGS):ge,Me="ALLOWED_ATTR"in e?Y({},e.ALLOWED_ATTR):Le,$e="ADD_URI_SAFE_ATTR"in e?Y(T(ze),e.ADD_URI_SAFE_ATTR):ze,we="FORBID_TAGS"in e?Y({},e.FORBID_TAGS):{},be="FORBID_ATTR"in e?Y({},e.FORBID_ATTR):{},Re="USE_PROFILES"in e&&e.USE_PROFILES,ke=!1!==e.ALLOW_ARIA_ATTR,Ye=!1!==e.ALLOW_DATA_ATTR,Te=e.ALLOW_UNKNOWN_PROTOCOLS||!1,xe=e.SAFE_FOR_JQUERY||!1,De=e.SAFE_FOR_TEMPLATES||!1,Se=e.WHOLE_DOCUMENT||!1,je=e.RETURN_DOM||!1,Ae=e.RETURN_DOM_FRAGMENT||!1,Pe=e.RETURN_DOM_IMPORT||!1,He=e.RETURN_TRUSTED_TYPE||!1,Oe=e.FORCE_BODY||!1,Ce=!1!==e.SANITIZE_DOM,Ne=!1!==e.KEEP_CONTENT,Ie=e.IN_PLACE||!1,ye=e.ALLOWED_URI_REGEXP||ye,De&&(Ye=!1),Ae&&(je=!0),Re&&(ve=Y({},[].concat(U(O))),Me=[],!0===Re.html&&(Y(ve,x),Y(Me,j)),!0===Re.svg&&(Y(ve,D),Y(Me,A),Y(Me,H)),!0===Re.svgFilters&&(Y(ve,S),Y(Me,A),Y(Me,H)),!0===Re.mathMl&&(Y(ve,E),Y(Me,P),Y(Me,H))),e.ADD_TAGS&&(ve===ge&&(ve=T(ve)),Y(ve,e.ADD_TAGS)),e.ADD_ATTR&&(Me===Le&&(Me=T(Me)),Y(Me,e.ADD_ATTR)),e.ADD_URI_SAFE_ATTR&&Y($e,e.ADD_URI_SAFE_ATTR),Ne&&(ve["#text"]=!0),Se&&Y(ve,["html","head","body"]),ve.table&&(Y(ve,["tbody"]),delete we.tbody),i&&i(e),Ue=e)},Je=function(e){h(n.removed,{element:e});try{e.parentNode.removeChild(e)}catch(t){e.outerHTML=re}},Ge=function(e,t){try{h(n.removed,{attribute:t.getAttributeNode(e),from:t})}catch(e){h(n.removed,{attribute:null,from:t})}t.removeAttribute(e)},Ve=function(e){var t=void 0,n=void 0;if(Oe)e="<remove></remove>"+e;else{var r=_(e,/^[\s]+/);n=r&&r[0]}var i=ne?ne.createHTML(e):e;if(o)try{t=(new Q).parseFromString(i,"text/html")}catch(e){}if(s&&Y(we,["title"]),!t||!t.documentElement){var a=(t=ae.createHTMLDocument("")).body;a.parentNode.removeChild(a.parentNode.firstElementChild),a.outerHTML=i}return e&&n&&t.body.insertBefore(u.createTextNode(n),t.body.childNodes[0]||null),se.call(t,Se?"html":"body")[0]};n.isSupported&&(function(){try{Ve('<svg><p><textarea><img src="</textarea><img src=x abc=1//">').querySelector("svg img")&&(o=!0)}catch(e){}}(),function(){try{var e=Ve("<x/><title>&lt;/title&gt;&lt;img&gt;");M(/<\/title/,e.querySelector("title").innerHTML)&&(s=!0)}catch(e){}}());var Ke=function(e){return oe.call(e.ownerDocument||e,e,G.SHOW_ELEMENT|G.SHOW_COMMENT|G.SHOW_TEXT,(function(){return G.FILTER_ACCEPT}),!1)},Xe=function(e){return!(e instanceof X||e instanceof Z||"string"==typeof e.nodeName&&"string"==typeof e.textContent&&"function"==typeof e.removeChild&&e.attributes instanceof K&&"function"==typeof e.removeAttribute&&"function"==typeof e.setAttribute&&"string"==typeof e.namespaceURI)},Ze=function(e){return"object"===(void 0===J?"undefined":z(J))?e instanceof J:e&&"object"===(void 0===e?"undefined":z(e))&&"number"==typeof e.nodeType&&"string"==typeof e.nodeName},Qe=function(e,t,r){le[e]&&c(le[e],(function(e){e.call(n,t,r,Ue)}))},et=function(e){var t=void 0;if(Qe("beforeSanitizeElements",e,null),Xe(e))return Je(e),!0;var r=m(e.nodeName);if(Qe("uponSanitizeElement",e,{tagName:r,allowedTags:ve}),("svg"===r||"math"===r)&&0!==e.querySelectorAll("p, br").length)return Je(e),!0;if(!ve[r]||we[r]){if(Ne&&!Fe[r]&&"function"==typeof e.insertAdjacentHTML)try{var i=e.innerHTML;e.insertAdjacentHTML("AfterEnd",ne?ne.createHTML(i):i)}catch(e){}return Je(e),!0}return"noscript"===r&&M(/<\/noscript/i,e.innerHTML)||"noembed"===r&&M(/<\/noembed/i,e.innerHTML)?(Je(e),!0):(!xe||e.firstElementChild||e.content&&e.content.firstElementChild||!M(/</g,e.textContent)||(h(n.removed,{element:e.cloneNode()}),e.innerHTML?e.innerHTML=y(e.innerHTML,/</g,"&lt;"):e.innerHTML=y(e.textContent,/</g,"&lt;")),De&&3===e.nodeType&&(t=e.textContent,t=y(t,de," "),t=y(t,fe," "),e.textContent!==t&&(h(n.removed,{element:e.cloneNode()}),e.textContent=t)),Qe("afterSanitizeElements",e,null),!1)},tt=function(e,t,n){if(Ce&&("id"===t||"name"===t)&&(n in u||n in Be))return!1;if(Ye&&M(he,t));else if(ke&&M(pe,t));else{if(!Me[t]||be[t])return!1;if($e[t]);else if(M(ye,y(n,_e,"")));else if("src"!==t&&"xlink:href"!==t&&"href"!==t||"script"===e||0!==v(n,"data:")||!We[e])if(Te&&!M(me,y(n,_e,"")));else if(n)return!1}return!0},nt=function(e){var t=void 0,i=void 0,a=void 0,o=void 0,s=void 0;Qe("beforeSanitizeAttributes",e,null);var u=e.attributes;if(u){var c={attrName:"",attrValue:"",keepAttr:!0,allowedAttributes:Me};for(s=u.length;s--;){var h=t=u[s],_=h.name,v=h.namespaceURI;if(i=g(t.value),a=m(_),c.attrName=a,c.attrValue=i,c.keepAttr=!0,c.forceKeepAttr=void 0,Qe("uponSanitizeAttribute",e,c),i=c.attrValue,!c.forceKeepAttr){if("name"===a&&"IMG"===e.nodeName&&u.id)o=u.id,u=p(u,[]),Ge("id",e),Ge(_,e),l(u,o)>s&&e.setAttribute("id",o.value);else{if("INPUT"===e.nodeName&&"type"===a&&"file"===i&&c.keepAttr&&(Me[a]||!be[a]))continue;"id"===_&&e.setAttribute(_,""),Ge(_,e)}if(c.keepAttr)if(xe&&M(/\/>/i,i))Ge(_,e);else if(M(/svg|math/i,e.namespaceURI)&&M(L("</("+d(r(Fe),"|")+")","i"),i))Ge(_,e);else{De&&(i=y(i,de," "),i=y(i,fe," "));var w=e.nodeName.toLowerCase();if(tt(w,a,i))try{v?e.setAttributeNS(v,_,i):e.setAttribute(_,i),f(n.removed)}catch(e){}}}}Qe("afterSanitizeAttributes",e,null)}},rt=function e(t){var n=void 0,r=Ke(t);for(Qe("beforeSanitizeShadowDOM",t,null);n=r.nextNode();)Qe("uponSanitizeShadowNode",n,null),et(n)||(n.content instanceof b&&e(n.content),nt(n));Qe("afterSanitizeShadowDOM",t,null)};return n.sanitize=function(e,r){var i=void 0,o=void 0,s=void 0,u=void 0,c=void 0;if(e||(e="\x3c!--\x3e"),"string"!=typeof e&&!Ze(e)){if("function"!=typeof e.toString)throw w("toString is not a function");if("string"!=typeof(e=e.toString()))throw w("dirty is not a string, aborting")}if(!n.isSupported){if("object"===z(t.toStaticHTML)||"function"==typeof t.toStaticHTML){if("string"==typeof e)return t.toStaticHTML(e);if(Ze(e))return t.toStaticHTML(e.outerHTML)}return e}if(Ee||qe(r),n.removed=[],"string"==typeof e&&(Ie=!1),Ie);else if(e instanceof J)1===(o=(i=Ve("\x3c!--\x3e")).ownerDocument.importNode(e,!0)).nodeType&&"BODY"===o.nodeName||"HTML"===o.nodeName?i=o:i.appendChild(o);else{if(!je&&!De&&!Se&&He&&-1===e.indexOf("<"))return ne?ne.createHTML(e):e;if(!(i=Ve(e)))return je?null:re}i&&Oe&&Je(i.firstChild);for(var l=Ke(Ie?e:i);s=l.nextNode();)3===s.nodeType&&s===u||et(s)||(s.content instanceof b&&rt(s.content),nt(s),u=s);if(u=null,Ie)return e;if(je){if(Ae)for(c=ue.call(i.ownerDocument);i.firstChild;)c.appendChild(i.firstChild);else c=i;return Pe&&(c=ce.call(a,c,!0)),c}var d=Se?i.outerHTML:i.innerHTML;return De&&(d=y(d,de," "),d=y(d,fe," ")),ne&&He?ne.createHTML(d):d},n.setConfig=function(e){qe(e),Ee=!0},n.clearConfig=function(){Ue=null,Ee=!1},n.isValidAttribute=function(e,t,n){Ue||qe({});var r=m(e),i=m(t);return tt(r,i,n)},n.addHook=function(e,t){"function"==typeof t&&(le[e]=le[e]||[],h(le[e],t))},n.removeHook=function(e){le[e]&&f(le[e])},n.removeHooks=function(e){le[e]&&(le[e]=[])},n.removeAllHooks=function(){le={}},n}()}()},function(e,t,n){"use strict";n.d(t,"c",(function(){return s})),n.d(t,"b",(function(){return u})),n.d(t,"a",(function(){return c}));var r=n(2),i=n.n(r),a=n(4),o=n(11),s=function(e){return l()+"/remote.php/"+e},u=function(e,t,n){var r=n||{};i.a.defaults(r,{escape:!0});var o=function(e,t){return t=t||[],e.replace(/{([^{}]*)}/g,(function(e,n){var i=t[n];return r.escape?"string"==typeof i||"number"==typeof i?encodeURIComponent(i):encodeURIComponent(e):"string"==typeof i||"number"==typeof i?i:e}))};return"/"!==e.charAt(0)&&(e="/"+e),!0===a.a.config.modRewriteWorking?l()+o(e,t):l()+"/index.php"+o(e,t)},c=function(e,t,n){var r=-1!==o.i.indexOf(e),i=l();return"php"!==n.substring(n.length-3)||r?"php"===n.substring(n.length-3)||r?(i+="core"!==e&&"search"!==e||"ajax"!==t?"/":"/index.php/",r||(i+="apps/"),""!==e&&(i+=e+="/"),t&&(i+=t+"/"),i+=n):(i=a.a.appswebroots[e],t&&(i+="/"+t+"/"),"/"!==i.substring(i.length-1)&&(i+="/"),i+=n):(i+="/index.php/apps/"+e,"index.php"!==n&&(i+="/",t&&(i+=encodeURI(t+"/")),i+=n)),i},l=function(){return a.a.webroot}},function(e,t){e.exports=function(e){return"object"==typeof e?null!==e:"function"==typeof e}},function(e,t){var n={}.hasOwnProperty;e.exports=function(e,t){return n.call(e,t)}},function(e,t,n){var r=n(24),i=n(279).f,a=n(93),o=n(281),s=n(173),u=n(551),c=n(560);e.exports=function(e,t){var n,l,d,f,h,p=e.target,m=e.global,_=e.stat;if(n=m?r:_?r[p]||s(p,{}):(r[p]||{}).prototype)for(l in t){if(f=t[l],d=e.noTargetGet?(h=i(n,l))&&h.value:n[l],!c(m?l:p+(_?".":"#")+l,e.forced)&&void 0!==d){if(typeof f==typeof d)continue;u(f,d)}(e.sham||d&&d.sham)&&a(f,"sham",!0),o(n,l,f,e)}}},function(e,t,n){var r=n(50);e.exports=function(e){if(!r(e))throw TypeError(String(e)+" is not an object");return e}},function(e,t,n){var r=n(147),i=Math.min;e.exports=function(e){return e>0?i(r(e),9007199254740991):0}},function(e,t,n){var r=n(24),i=n(284),a=n(51),o=n(285),s=n(290),u=n(562),c=i("wks"),l=r.Symbol,d=u?l:l&&l.withoutSetter||o;e.exports=function(e){return a(c,e)||(s&&a(l,e)?c[e]=l[e]:c[e]=d("Symbol."+e)),c[e]}},function(e,t,n){"use strict";function r(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];if(arguments.length<1)return"";var r=t.filter((function(e){return e.length>0}));if(r.length<1)return"";var i=r[r.length-1],a="/"===r[0].charAt(0),o="/"===i.charAt(i.length-1),s=r.reduce((function(e,t){return e.concat(t.split("/"))}),[]),u=!a,c=s.reduce((function(e,t){return""===t?e:u?(u=!1,e+t):e+"/"+t}),"");return o?c+"/":c}n(544),n(564),n(566),n(567),n(568),n(294),n(572),n(574),Object.defineProperty(t,"__esModule",{value:!0}),t.encodePath=function(e){if(!e)return e;return e.split("/").map(encodeURIComponent).join("/")},t.basename=function(e){return e.replace(/\\/g,"/").replace(/.*\//,"")},t.dirname=function(e){return e.replace(/\\/g,"/").replace(/\/[^\/]*$/,"")},t.joinPaths=r,t.isSamePath=function(e,t){var n=(e||"").split("/").filter((function(e){return"."!==e})),i=(t||"").split("/").filter((function(e){return"."!==e}));return e=r.apply(void 0,n),t=r.apply(void 0,i),e===t}},function(e,t){var n={}.toString;e.exports=function(e){return n.call(e).slice(8,-1)}},function(e,t){e.exports=function(e){if(null==e)throw TypeError("Can't call method on "+e);return e}},function(e,t,n){var r=n(10);e.exports=function(e,t){if(!r(e))return e;var n,i;if(t&&"function"==typeof(n=e.toString)&&!r(i=n.call(e)))return i;if("function"==typeof(n=e.valueOf)&&!r(i=n.call(e)))return i;if(!t&&"function"==typeof(n=e.toString)&&!r(i=n.call(e)))return i;throw TypeError("Can't convert object to primitive value")}},function(e,t,n){var r=n(5),i=n(16);e.exports=function(e,t){try{i(r,e,t)}catch(n){r[e]=t}return t}},function(e,t,n){var r=n(124),i=n(76),a=r("keys");e.exports=function(e){return a[e]||(a[e]=i(e))}},function(e,t){e.exports=!1},function(e,t){var n=0,r=Math.random();e.exports=function(e){return"Symbol("+String(void 0===e?"":e)+")_"+(++n+r).toString(36)}},function(e,t){var n=Math.ceil,r=Math.floor;e.exports=function(e){return isNaN(e=+e)?0:(e>0?r:n)(e)}},function(e,t){e.exports=["constructor","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","toLocaleString","toString","valueOf"]},function(e,t,n){var r=n(71);e.exports=function(e){return Object(r(e))}},function(e,t,n){var r=n(230);e.exports=function(e,t,n){if(r(e),void 0===t)return e;switch(n){case 0:return function(){return e.call(t)};case 1:return function(n){return e.call(t,n)};case 2:return function(n,r){return e.call(t,n,r)};case 3:return function(n,r,i){return e.call(t,n,r,i)}}return function(){return e.apply(t,arguments)}}},function(e,t,n){var r,i=n(20),a=n(234),o=n(78),s=n(46),u=n(236),c=n(121),l=n(74),d=l("IE_PROTO"),f=function(){},h=function(e){return"<script>"+e+"<\/script>"},p=function(){try{r=document.domain&&new ActiveXObject("htmlfile")}catch(e){}var e,t;p=r?function(e){e.write(h("")),e.close();var t=e.parentWindow.Object;return e=null,t}(r):((t=c("iframe")).style.display="none",u.appendChild(t),t.src=String("javascript:"),(e=t.contentWindow.document).open(),e.write(h("document.F=Object")),e.close(),e.F);for(var n=o.length;n--;)delete p.prototype[o[n]];return p()};s[d]=!0,e.exports=Object.create||function(e,t){var n;return null!==e?(f.prototype=i(e),n=new f,f.prototype=null,n[d]=e):n=p(),void 0===t?n:a(n,t)}},function(e,t,n){"use strict";var r=n(32),i=n(237),a=n(137),o=n(138),s=n(83),u=n(16),c=n(33),l=n(6),d=n(75),f=n(34),h=n(136),p=h.IteratorPrototype,m=h.BUGGY_SAFARI_ITERATORS,_=l("iterator"),y=function(){return this};e.exports=function(e,t,n,l,h,v,g){i(n,t,l);var M,L,w,b=function(e){if(e===h&&D)return D;if(!m&&e in T)return T[e];switch(e){case"keys":case"values":case"entries":return function(){return new n(this,e)}}return function(){return new n(this)}},k=t+" Iterator",Y=!1,T=e.prototype,x=T[_]||T["@@iterator"]||h&&T[h],D=!m&&x||b(h),S="Array"==t&&T.entries||x;if(S&&(M=a(S.call(new e)),p!==Object.prototype&&M.next&&(d||a(M)===p||(o?o(M,p):"function"!=typeof M[_]&&u(M,_,y)),s(M,k,!0,!0),d&&(f[k]=y))),"values"==h&&x&&"values"!==x.name&&(Y=!0,D=function(){return x.call(this)}),d&&!g||T[_]===D||u(T,_,D),f[t]=D,h)if(L={values:b("values"),keys:v?D:b("keys"),entries:b("entries")},g)for(w in L)!m&&!Y&&w in T||c(T,w,L[w]);else r({target:t,proto:!0,forced:m||Y},L);return L}},function(e,t,n){var r=n(12).f,i=n(8),a=n(6)("toStringTag");e.exports=function(e,t,n){e&&!i(e=n?e:e.prototype,a)&&r(e,a,{configurable:!0,value:t})}},function(e,t,n){var r={};r[n(6)("toStringTag")]="z",e.exports="[object z]"===String(r)},function(e,t){e.exports=function(e){if(null==e)throw TypeError("Can't call method on "+e);return e}},function(e,t){e.exports=function(e){return"object"==typeof e?null!==e:"function"==typeof e}},function(e,t,n){var r=n(17),i=n(53),a=n(30),o=n(108),s=n(184),u=n(479),c=u.get,l=u.enforce,d=String(String).split("String");(e.exports=function(e,t,n,s){var u=!!s&&!!s.unsafe,c=!!s&&!!s.enumerable,f=!!s&&!!s.noTargetGet;"function"==typeof n&&("string"!=typeof t||a(n,"name")||i(n,"name",t),l(n).source=d.join("string"==typeof t?t:"")),e!==r?(u?!f&&e[t]&&(c=!0):delete e[t],c?e[t]=n:i(e,t,n)):c?e[t]=n:o(t,n)})(Function.prototype,"toString",(function(){return"function"==typeof this&&c(this).source||s(this)}))},function(e,t){var n=Math.ceil,r=Math.floor;e.exports=function(e){return isNaN(e=+e)?0:(e>0?r:n)(e)}},function(e,t,n){"use strict";
-/*
+ */const a=((e,t)=>{let n=e.getElementsByTagName("head")[0].getAttribute("data-requesttoken");return{getToken:()=>n,setToken:e=>{n=e,t("csrf-token-update",{token:n})}}})(document,r.emit),i=a.getToken,o=a.setToken},function(e,t,n){"use strict";n(91),Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var r,a=(r=n(207))&&r.__esModule?r:{default:r},i=n(76);var o=a.default.create({headers:{requesttoken:(0,i.getRequestToken)()}}),s=Object.assign(o,{CancelToken:a.default.CancelToken,isCancel:a.default.isCancel});(0,i.onRequestTokenUpdate)((function(e){return o.defaults.headers.requesttoken=e}));var u=s;t.default=u},function(e,t,n){(function(r){var a,i,o;o="object"==typeof self&&self.self===self&&self||"object"==typeof r&&r.global===r&&r,a=[n(6),n(0),t],void 0===(i=function(e,t,n){o.Backbone=function(e,t,n,r){var a=e.Backbone,i=Array.prototype.slice;t.VERSION="1.4.0",t.$=r,t.noConflict=function(){return e.Backbone=a,this},t.emulateHTTP=!1,t.emulateJSON=!1;var o,s=t.Events={},u=/\s+/,l=function(e,t,r,a,i){var o,s=0;if(r&&"object"==typeof r){void 0!==a&&"context"in i&&void 0===i.context&&(i.context=a);for(o=n.keys(r);s<o.length;s++)t=l(e,t,o[s],r[o[s]],i)}else if(r&&u.test(r))for(o=r.split(u);s<o.length;s++)t=e(t,o[s],a,i);else t=e(t,r,a,i);return t};s.on=function(e,t,n){return this._events=l(c,this._events||{},e,t,{context:n,ctx:this,listening:o}),o&&((this._listeners||(this._listeners={}))[o.id]=o,o.interop=!1),this},s.listenTo=function(e,t,r){if(!e)return this;var a=e._listenId||(e._listenId=n.uniqueId("l")),i=this._listeningTo||(this._listeningTo={}),s=o=i[a];s||(this._listenId||(this._listenId=n.uniqueId("l")),s=o=i[a]=new _(this,e));var u=d(e,t,r,this);if(o=void 0,u)throw u;return s.interop&&s.on(t,r),this};var c=function(e,t,n,r){if(n){var a=e[t]||(e[t]=[]),i=r.context,o=r.ctx,s=r.listening;s&&s.count++,a.push({callback:n,context:i,ctx:i||o,listening:s})}return e},d=function(e,t,n,r){try{e.on(t,n,r)}catch(e){return e}};s.off=function(e,t,n){return this._events?(this._events=l(f,this._events,e,t,{context:n,listeners:this._listeners}),this):this},s.stopListening=function(e,t,r){var a=this._listeningTo;if(!a)return this;for(var i=e?[e._listenId]:n.keys(a),o=0;o<i.length;o++){var s=a[i[o]];if(!s)break;s.obj.off(t,r,this),s.interop&&s.off(t,r)}return n.isEmpty(a)&&(this._listeningTo=void 0),this};var f=function(e,t,r,a){if(e){var i,o=a.context,s=a.listeners,u=0;if(t||o||r){for(i=t?[t]:n.keys(e);u<i.length;u++){var l=e[t=i[u]];if(!l)break;for(var c=[],d=0;d<l.length;d++){var f=l[d];if(r&&r!==f.callback&&r!==f.callback._callback||o&&o!==f.context)c.push(f);else{var p=f.listening;p&&p.off(t,r)}}c.length?e[t]=c:delete e[t]}return e}for(i=n.keys(s);u<i.length;u++)s[i[u]].cleanup()}};s.once=function(e,t,n){var r=l(p,{},e,t,this.off.bind(this));return"string"==typeof e&&null==n&&(t=void 0),this.on(r,t,n)},s.listenToOnce=function(e,t,n){var r=l(p,{},t,n,this.stopListening.bind(this,e));return this.listenTo(e,r)};var p=function(e,t,r,a){if(r){var i=e[t]=n.once((function(){a(t,i),r.apply(this,arguments)}));i._callback=r}return e};s.trigger=function(e){if(!this._events)return this;for(var t=Math.max(0,arguments.length-1),n=Array(t),r=0;r<t;r++)n[r]=arguments[r+1];return l(m,this._events,e,void 0,n),this};var m=function(e,t,n,r){if(e){var a=e[t],i=e.all;a&&i&&(i=i.slice()),a&&h(a,r),i&&h(i,[t].concat(r))}return e},h=function(e,t){var n,r=-1,a=e.length,i=t[0],o=t[1],s=t[2];switch(t.length){case 0:for(;++r<a;)(n=e[r]).callback.call(n.ctx);return;case 1:for(;++r<a;)(n=e[r]).callback.call(n.ctx,i);return;case 2:for(;++r<a;)(n=e[r]).callback.call(n.ctx,i,o);return;case 3:for(;++r<a;)(n=e[r]).callback.call(n.ctx,i,o,s);return;default:for(;++r<a;)(n=e[r]).callback.apply(n.ctx,t);return}},_=function(e,t){this.id=e._listenId,this.listener=e,this.obj=t,this.interop=!0,this.count=0,this._events=void 0};_.prototype.on=s.on,_.prototype.off=function(e,t){var n;this.interop?(this._events=l(f,this._events,e,t,{context:void 0,listeners:void 0}),n=!this._events):(this.count--,n=0===this.count),n&&this.cleanup()},_.prototype.cleanup=function(){delete this.listener._listeningTo[this.obj._listenId],this.interop||delete this.obj._listeners[this.id]},s.bind=s.on,s.unbind=s.off,n.extend(t,s);var g=t.Model=function(e,t){var r=e||{};t||(t={}),this.preinitialize.apply(this,arguments),this.cid=n.uniqueId(this.cidPrefix),this.attributes={},t.collection&&(this.collection=t.collection),t.parse&&(r=this.parse(r,t)||{});var a=n.result(this,"defaults");r=n.defaults(n.extend({},a,r),a),this.set(r,t),this.changed={},this.initialize.apply(this,arguments)};n.extend(g.prototype,s,{changed:null,validationError:null,idAttribute:"id",cidPrefix:"c",preinitialize:function(){},initialize:function(){},toJSON:function(e){return n.clone(this.attributes)},sync:function(){return t.sync.apply(this,arguments)},get:function(e){return this.attributes[e]},escape:function(e){return n.escape(this.get(e))},has:function(e){return null!=this.get(e)},matches:function(e){return!!n.iteratee(e,this)(this.attributes)},set:function(e,t,r){if(null==e)return this;var a;if("object"==typeof e?(a=e,r=t):(a={})[e]=t,r||(r={}),!this._validate(a,r))return!1;var i=r.unset,o=r.silent,s=[],u=this._changing;this._changing=!0,u||(this._previousAttributes=n.clone(this.attributes),this.changed={});var l=this.attributes,c=this.changed,d=this._previousAttributes;for(var f in a)t=a[f],n.isEqual(l[f],t)||s.push(f),n.isEqual(d[f],t)?delete c[f]:c[f]=t,i?delete l[f]:l[f]=t;if(this.idAttribute in a&&(this.id=this.get(this.idAttribute)),!o){s.length&&(this._pending=r);for(var p=0;p<s.length;p++)this.trigger("change:"+s[p],this,l[s[p]],r)}if(u)return this;if(!o)for(;this._pending;)r=this._pending,this._pending=!1,this.trigger("change",this,r);return this._pending=!1,this._changing=!1,this},unset:function(e,t){return this.set(e,void 0,n.extend({},t,{unset:!0}))},clear:function(e){var t={};for(var r in this.attributes)t[r]=void 0;return this.set(t,n.extend({},e,{unset:!0}))},hasChanged:function(e){return null==e?!n.isEmpty(this.changed):n.has(this.changed,e)},changedAttributes:function(e){if(!e)return!!this.hasChanged()&&n.clone(this.changed);var t,r=this._changing?this._previousAttributes:this.attributes,a={};for(var i in e){var o=e[i];n.isEqual(r[i],o)||(a[i]=o,t=!0)}return!!t&&a},previous:function(e){return null!=e&&this._previousAttributes?this._previousAttributes[e]:null},previousAttributes:function(){return n.clone(this._previousAttributes)},fetch:function(e){e=n.extend({parse:!0},e);var t=this,r=e.success;return e.success=function(n){var a=e.parse?t.parse(n,e):n;if(!t.set(a,e))return!1;r&&r.call(e.context,t,n,e),t.trigger("sync",t,n,e)},$(this,e),this.sync("read",this,e)},save:function(e,t,r){var a;null==e||"object"==typeof e?(a=e,r=t):(a={})[e]=t;var i=(r=n.extend({validate:!0,parse:!0},r)).wait;if(a&&!i){if(!this.set(a,r))return!1}else if(!this._validate(a,r))return!1;var o=this,s=r.success,u=this.attributes;r.success=function(e){o.attributes=u;var t=r.parse?o.parse(e,r):e;if(i&&(t=n.extend({},a,t)),t&&!o.set(t,r))return!1;s&&s.call(r.context,o,e,r),o.trigger("sync",o,e,r)},$(this,r),a&&i&&(this.attributes=n.extend({},u,a));var l=this.isNew()?"create":r.patch?"patch":"update";"patch"!==l||r.attrs||(r.attrs=a);var c=this.sync(l,this,r);return this.attributes=u,c},destroy:function(e){e=e?n.clone(e):{};var t=this,r=e.success,a=e.wait,i=function(){t.stopListening(),t.trigger("destroy",t,t.collection,e)};e.success=function(n){a&&i(),r&&r.call(e.context,t,n,e),t.isNew()||t.trigger("sync",t,n,e)};var o=!1;return this.isNew()?n.defer(e.success):($(this,e),o=this.sync("delete",this,e)),a||i(),o},url:function(){var e=n.result(this,"urlRoot")||n.result(this.collection,"url")||z();if(this.isNew())return e;var t=this.get(this.idAttribute);return e.replace(/[^\/]$/,"$&/")+encodeURIComponent(t)},parse:function(e,t){return e},clone:function(){return new this.constructor(this.attributes)},isNew:function(){return!this.has(this.idAttribute)},isValid:function(e){return this._validate({},n.extend({},e,{validate:!0}))},_validate:function(e,t){if(!t.validate||!this.validate)return!0;e=n.extend({},this.attributes,e);var r=this.validationError=this.validate(e,t)||null;return!r||(this.trigger("invalid",this,r,n.extend(t,{validationError:r})),!1)}});var y=t.Collection=function(e,t){t||(t={}),this.preinitialize.apply(this,arguments),t.model&&(this.model=t.model),void 0!==t.comparator&&(this.comparator=t.comparator),this._reset(),this.initialize.apply(this,arguments),e&&this.reset(e,n.extend({silent:!0},t))},v={add:!0,remove:!0,merge:!0},M={add:!0,remove:!1},L=function(e,t,n){n=Math.min(Math.max(n,0),e.length);var r,a=Array(e.length-n),i=t.length;for(r=0;r<a.length;r++)a[r]=e[r+n];for(r=0;r<i;r++)e[r+n]=t[r];for(r=0;r<a.length;r++)e[r+i+n]=a[r]};n.extend(y.prototype,s,{model:g,preinitialize:function(){},initialize:function(){},toJSON:function(e){return this.map((function(t){return t.toJSON(e)}))},sync:function(){return t.sync.apply(this,arguments)},add:function(e,t){return this.set(e,n.extend({merge:!1},t,M))},remove:function(e,t){t=n.extend({},t);var r=!n.isArray(e);e=r?[e]:e.slice();var a=this._removeModels(e,t);return!t.silent&&a.length&&(t.changes={added:[],merged:[],removed:a},this.trigger("update",this,t)),r?a[0]:a},set:function(e,t){if(null!=e){(t=n.extend({},v,t)).parse&&!this._isModel(e)&&(e=this.parse(e,t)||[]);var r=!n.isArray(e);e=r?[e]:e.slice();var a=t.at;null!=a&&(a=+a),a>this.length&&(a=this.length),a<0&&(a+=this.length+1);var i,o,s=[],u=[],l=[],c=[],d={},f=t.add,p=t.merge,m=t.remove,h=!1,_=this.comparator&&null==a&&!1!==t.sort,g=n.isString(this.comparator)?this.comparator:null;for(o=0;o<e.length;o++){i=e[o];var y=this.get(i);if(y){if(p&&i!==y){var M=this._isModel(i)?i.attributes:i;t.parse&&(M=y.parse(M,t)),y.set(M,t),l.push(y),_&&!h&&(h=y.hasChanged(g))}d[y.cid]||(d[y.cid]=!0,s.push(y)),e[o]=y}else f&&(i=e[o]=this._prepareModel(i,t))&&(u.push(i),this._addReference(i,t),d[i.cid]=!0,s.push(i))}if(m){for(o=0;o<this.length;o++)d[(i=this.models[o]).cid]||c.push(i);c.length&&this._removeModels(c,t)}var w=!1,b=!_&&f&&m;if(s.length&&b?(w=this.length!==s.length||n.some(this.models,(function(e,t){return e!==s[t]})),this.models.length=0,L(this.models,s,0),this.length=this.models.length):u.length&&(_&&(h=!0),L(this.models,u,null==a?this.length:a),this.length=this.models.length),h&&this.sort({silent:!0}),!t.silent){for(o=0;o<u.length;o++)null!=a&&(t.index=a+o),(i=u[o]).trigger("add",i,this,t);(h||w)&&this.trigger("sort",this,t),(u.length||c.length||l.length)&&(t.changes={added:u,removed:c,merged:l},this.trigger("update",this,t))}return r?e[0]:e}},reset:function(e,t){t=t?n.clone(t):{};for(var r=0;r<this.models.length;r++)this._removeReference(this.models[r],t);return t.previousModels=this.models,this._reset(),e=this.add(e,n.extend({silent:!0},t)),t.silent||this.trigger("reset",this,t),e},push:function(e,t){return this.add(e,n.extend({at:this.length},t))},pop:function(e){var t=this.at(this.length-1);return this.remove(t,e)},unshift:function(e,t){return this.add(e,n.extend({at:0},t))},shift:function(e){var t=this.at(0);return this.remove(t,e)},slice:function(){return i.apply(this.models,arguments)},get:function(e){if(null!=e)return this._byId[e]||this._byId[this.modelId(this._isModel(e)?e.attributes:e)]||e.cid&&this._byId[e.cid]},has:function(e){return null!=this.get(e)},at:function(e){return e<0&&(e+=this.length),this.models[e]},where:function(e,t){return this[t?"find":"filter"](e)},findWhere:function(e){return this.where(e,!0)},sort:function(e){var t=this.comparator;if(!t)throw new Error("Cannot sort a set without a comparator");e||(e={});var r=t.length;return n.isFunction(t)&&(t=t.bind(this)),1===r||n.isString(t)?this.models=this.sortBy(t):this.models.sort(t),e.silent||this.trigger("sort",this,e),this},pluck:function(e){return this.map(e+"")},fetch:function(e){var t=(e=n.extend({parse:!0},e)).success,r=this;return e.success=function(n){var a=e.reset?"reset":"set";r[a](n,e),t&&t.call(e.context,r,n,e),r.trigger("sync",r,n,e)},$(this,e),this.sync("read",this,e)},create:function(e,t){var r=(t=t?n.clone(t):{}).wait;if(!(e=this._prepareModel(e,t)))return!1;r||this.add(e,t);var a=this,i=t.success;return t.success=function(e,t,n){r&&a.add(e,n),i&&i.call(n.context,e,t,n)},e.save(null,t),e},parse:function(e,t){return e},clone:function(){return new this.constructor(this.models,{model:this.model,comparator:this.comparator})},modelId:function(e){return e[this.model.prototype.idAttribute||"id"]},values:function(){return new b(this,T)},keys:function(){return new b(this,x)},entries:function(){return new b(this,k)},_reset:function(){this.length=0,this.models=[],this._byId={}},_prepareModel:function(e,t){if(this._isModel(e))return e.collection||(e.collection=this),e;(t=t?n.clone(t):{}).collection=this;var r=new this.model(e,t);return r.validationError?(this.trigger("invalid",this,r.validationError,t),!1):r},_removeModels:function(e,t){for(var n=[],r=0;r<e.length;r++){var a=this.get(e[r]);if(a){var i=this.indexOf(a);this.models.splice(i,1),this.length--,delete this._byId[a.cid];var o=this.modelId(a.attributes);null!=o&&delete this._byId[o],t.silent||(t.index=i,a.trigger("remove",a,this,t)),n.push(a),this._removeReference(a,t)}}return n},_isModel:function(e){return e instanceof g},_addReference:function(e,t){this._byId[e.cid]=e;var n=this.modelId(e.attributes);null!=n&&(this._byId[n]=e),e.on("all",this._onModelEvent,this)},_removeReference:function(e,t){delete this._byId[e.cid];var n=this.modelId(e.attributes);null!=n&&delete this._byId[n],this===e.collection&&delete e.collection,e.off("all",this._onModelEvent,this)},_onModelEvent:function(e,t,n,r){if(t){if(("add"===e||"remove"===e)&&n!==this)return;if("destroy"===e&&this.remove(t,r),"change"===e){var a=this.modelId(t.previousAttributes()),i=this.modelId(t.attributes);a!==i&&(null!=a&&delete this._byId[a],null!=i&&(this._byId[i]=t))}}this.trigger.apply(this,arguments)}});var w="function"==typeof Symbol&&Symbol.iterator;w&&(y.prototype[w]=y.prototype.values);var b=function(e,t){this._collection=e,this._kind=t,this._index=0},T=1,x=2,k=3;w&&(b.prototype[w]=function(){return this}),b.prototype.next=function(){if(this._collection){if(this._index<this._collection.length){var e,t=this._collection.at(this._index);if(this._index++,this._kind===T)e=t;else{var n=this._collection.modelId(t.attributes);e=this._kind===x?n:[n,t]}return{value:e,done:!1}}this._collection=void 0}return{value:void 0,done:!0}};var Y=t.View=function(e){this.cid=n.uniqueId("view"),this.preinitialize.apply(this,arguments),n.extend(this,n.pick(e,S)),this._ensureElement(),this.initialize.apply(this,arguments)},D=/^(\S+)\s*(.*)$/,S=["model","collection","el","id","attributes","className","tagName","events"];n.extend(Y.prototype,s,{tagName:"div",$:function(e){return this.$el.find(e)},preinitialize:function(){},initialize:function(){},render:function(){return this},remove:function(){return this._removeElement(),this.stopListening(),this},_removeElement:function(){this.$el.remove()},setElement:function(e){return this.undelegateEvents(),this._setElement(e),this.delegateEvents(),this},_setElement:function(e){this.$el=e instanceof t.$?e:t.$(e),this.el=this.$el[0]},delegateEvents:function(e){if(e||(e=n.result(this,"events")),!e)return this;for(var t in this.undelegateEvents(),e){var r=e[t];if(n.isFunction(r)||(r=this[r]),r){var a=t.match(D);this.delegate(a[1],a[2],r.bind(this))}}return this},delegate:function(e,t,n){return this.$el.on(e+".delegateEvents"+this.cid,t,n),this},undelegateEvents:function(){return this.$el&&this.$el.off(".delegateEvents"+this.cid),this},undelegate:function(e,t,n){return this.$el.off(e+".delegateEvents"+this.cid,t,n),this},_createElement:function(e){return document.createElement(e)},_ensureElement:function(){if(this.el)this.setElement(n.result(this,"el"));else{var e=n.extend({},n.result(this,"attributes"));this.id&&(e.id=n.result(this,"id")),this.className&&(e.class=n.result(this,"className")),this.setElement(this._createElement(n.result(this,"tagName"))),this._setAttributes(e)}},_setAttributes:function(e){this.$el.attr(e)}});var j=function(e,t,r,a){n.each(r,(function(n,r){t[r]&&(e.prototype[r]=function(e,t,n,r){switch(t){case 1:return function(){return e[n](this[r])};case 2:return function(t){return e[n](this[r],t)};case 3:return function(t,a){return e[n](this[r],A(t,this),a)};case 4:return function(t,a,i){return e[n](this[r],A(t,this),a,i)};default:return function(){var t=i.call(arguments);return t.unshift(this[r]),e[n].apply(e,t)}}}(t,n,r,a))}))},A=function(e,t){return n.isFunction(e)?e:n.isObject(e)&&!t._isModel(e)?E(e):n.isString(e)?function(t){return t.get(e)}:e},E=function(e){var t=n.matches(e);return function(e){return t(e.attributes)}};n.each([[y,{forEach:3,each:3,map:3,collect:3,reduce:0,foldl:0,inject:0,reduceRight:0,foldr:0,find:3,detect:3,filter:3,select:3,reject:3,every:3,all:3,some:3,any:3,include:3,includes:3,contains:3,invoke:0,max:3,min:3,toArray:1,size:1,first:3,head:3,take:3,initial:3,rest:3,tail:3,drop:3,last:3,without:0,difference:0,indexOf:3,shuffle:1,lastIndexOf:3,isEmpty:1,chain:1,sample:3,partition:3,groupBy:3,countBy:3,sortBy:3,indexBy:3,findIndex:3,findLastIndex:3},"models"],[g,{keys:1,values:1,pairs:1,invert:1,pick:0,omit:0,chain:1,isEmpty:1},"attributes"]],(function(e){var t=e[0],r=e[1],a=e[2];t.mixin=function(e){var r=n.reduce(n.functions(e),(function(e,t){return e[t]=0,e}),{});j(t,e,r,a)},j(t,n,r,a)})),t.sync=function(e,r,a){var i=O[e];n.defaults(a||(a={}),{emulateHTTP:t.emulateHTTP,emulateJSON:t.emulateJSON});var o={type:i,dataType:"json"};if(a.url||(o.url=n.result(r,"url")||z()),null!=a.data||!r||"create"!==e&&"update"!==e&&"patch"!==e||(o.contentType="application/json",o.data=JSON.stringify(a.attrs||r.toJSON(a))),a.emulateJSON&&(o.contentType="application/x-www-form-urlencoded",o.data=o.data?{model:o.data}:{}),a.emulateHTTP&&("PUT"===i||"DELETE"===i||"PATCH"===i)){o.type="POST",a.emulateJSON&&(o.data._method=i);var s=a.beforeSend;a.beforeSend=function(e){if(e.setRequestHeader("X-HTTP-Method-Override",i),s)return s.apply(this,arguments)}}"GET"===o.type||a.emulateJSON||(o.processData=!1);var u=a.error;a.error=function(e,t,n){a.textStatus=t,a.errorThrown=n,u&&u.call(a.context,e,t,n)};var l=a.xhr=t.ajax(n.extend(o,a));return r.trigger("request",r,l,a),l};var O={create:"POST",update:"PUT",patch:"PATCH",delete:"DELETE",read:"GET"};t.ajax=function(){return t.$.ajax.apply(t.$,arguments)};var P=t.Router=function(e){e||(e={}),this.preinitialize.apply(this,arguments),e.routes&&(this.routes=e.routes),this._bindRoutes(),this.initialize.apply(this,arguments)},C=/\((.*?)\)/g,H=/(\(\?)?:\w+/g,F=/\*\w+/g,N=/[\-{}\[\]+?.,\\\^$|#\s]/g;n.extend(P.prototype,s,{preinitialize:function(){},initialize:function(){},route:function(e,r,a){n.isRegExp(e)||(e=this._routeToRegExp(e)),n.isFunction(r)&&(a=r,r=""),a||(a=this[r]);var i=this;return t.history.route(e,(function(n){var o=i._extractParameters(e,n);!1!==i.execute(a,o,r)&&(i.trigger.apply(i,["route:"+r].concat(o)),i.trigger("route",r,o),t.history.trigger("route",i,r,o))})),this},execute:function(e,t,n){e&&e.apply(this,t)},navigate:function(e,n){return t.history.navigate(e,n),this},_bindRoutes:function(){if(this.routes){this.routes=n.result(this,"routes");for(var e,t=n.keys(this.routes);null!=(e=t.pop());)this.route(e,this.routes[e])}},_routeToRegExp:function(e){return e=e.replace(N,"\\$&").replace(C,"(?:$1)?").replace(H,(function(e,t){return t?e:"([^/?]+)"})).replace(F,"([^?]*?)"),new RegExp("^"+e+"(?:\\?([\\s\\S]*))?$")},_extractParameters:function(e,t){var r=e.exec(t).slice(1);return n.map(r,(function(e,t){return t===r.length-1?e||null:e?decodeURIComponent(e):null}))}});var I=t.History=function(){this.handlers=[],this.checkUrl=this.checkUrl.bind(this),"undefined"!=typeof window&&(this.location=window.location,this.history=window.history)},R=/^[#\/]|\s+$/g,U=/^\/+|\/+$/g,W=/#.*$/;I.started=!1,n.extend(I.prototype,s,{interval:50,atRoot:function(){return this.location.pathname.replace(/[^\/]$/,"$&/")===this.root&&!this.getSearch()},matchRoot:function(){return this.decodeFragment(this.location.pathname).slice(0,this.root.length-1)+"/"===this.root},decodeFragment:function(e){return decodeURI(e.replace(/%25/g,"%2525"))},getSearch:function(){var e=this.location.href.replace(/#.*/,"").match(/\?.+/);return e?e[0]:""},getHash:function(e){var t=(e||this).location.href.match(/#(.*)$/);return t?t[1]:""},getPath:function(){var e=this.decodeFragment(this.location.pathname+this.getSearch()).slice(this.root.length-1);return"/"===e.charAt(0)?e.slice(1):e},getFragment:function(e){return null==e&&(e=this._usePushState||!this._wantsHashChange?this.getPath():this.getHash()),e.replace(R,"")},start:function(e){if(I.started)throw new Error("Backbone.history has already been started");if(I.started=!0,this.options=n.extend({root:"/"},this.options,e),this.root=this.options.root,this._wantsHashChange=!1!==this.options.hashChange,this._hasHashChange="onhashchange"in window&&(void 0===document.documentMode||document.documentMode>7),this._useHashChange=this._wantsHashChange&&this._hasHashChange,this._wantsPushState=!!this.options.pushState,this._hasPushState=!(!this.history||!this.history.pushState),this._usePushState=this._wantsPushState&&this._hasPushState,this.fragment=this.getFragment(),this.root=("/"+this.root+"/").replace(U,"/"),this._wantsHashChange&&this._wantsPushState){if(!this._hasPushState&&!this.atRoot()){var t=this.root.slice(0,-1)||"/";return this.location.replace(t+"#"+this.getPath()),!0}this._hasPushState&&this.atRoot()&&this.navigate(this.getHash(),{replace:!0})}if(!this._hasHashChange&&this._wantsHashChange&&!this._usePushState){this.iframe=document.createElement("iframe"),this.iframe.src="javascript:0",this.iframe.style.display="none",this.iframe.tabIndex=-1;var r=document.body,a=r.insertBefore(this.iframe,r.firstChild).contentWindow;a.document.open(),a.document.close(),a.location.hash="#"+this.fragment}var i=window.addEventListener||function(e,t){return attachEvent("on"+e,t)};if(this._usePushState?i("popstate",this.checkUrl,!1):this._useHashChange&&!this.iframe?i("hashchange",this.checkUrl,!1):this._wantsHashChange&&(this._checkUrlInterval=setInterval(this.checkUrl,this.interval)),!this.options.silent)return this.loadUrl()},stop:function(){var e=window.removeEventListener||function(e,t){return detachEvent("on"+e,t)};this._usePushState?e("popstate",this.checkUrl,!1):this._useHashChange&&!this.iframe&&e("hashchange",this.checkUrl,!1),this.iframe&&(document.body.removeChild(this.iframe),this.iframe=null),this._checkUrlInterval&&clearInterval(this._checkUrlInterval),I.started=!1},route:function(e,t){this.handlers.unshift({route:e,callback:t})},checkUrl:function(e){var t=this.getFragment();if(t===this.fragment&&this.iframe&&(t=this.getHash(this.iframe.contentWindow)),t===this.fragment)return!1;this.iframe&&this.navigate(t),this.loadUrl()},loadUrl:function(e){return!!this.matchRoot()&&(e=this.fragment=this.getFragment(e),n.some(this.handlers,(function(t){if(t.route.test(e))return t.callback(e),!0})))},navigate:function(e,t){if(!I.started)return!1;t&&!0!==t||(t={trigger:!!t}),e=this.getFragment(e||"");var n=this.root;""!==e&&"?"!==e.charAt(0)||(n=n.slice(0,-1)||"/");var r=n+e;e=e.replace(W,"");var a=this.decodeFragment(e);if(this.fragment!==a){if(this.fragment=a,this._usePushState)this.history[t.replace?"replaceState":"pushState"]({},document.title,r);else{if(!this._wantsHashChange)return this.location.assign(r);if(this._updateHash(this.location,e,t.replace),this.iframe&&e!==this.getHash(this.iframe.contentWindow)){var i=this.iframe.contentWindow;t.replace||(i.document.open(),i.document.close()),this._updateHash(i.location,e,t.replace)}}return t.trigger?this.loadUrl(e):void 0}},_updateHash:function(e,t,n){if(n){var r=e.href.replace(/(javascript:|#).*$/,"");e.replace(r+"#"+t)}else e.hash="#"+t}}),t.history=new I,g.extend=y.extend=P.extend=Y.extend=I.extend=function(e,t){var r,a=this;return r=e&&n.has(e,"constructor")?e.constructor:function(){return a.apply(this,arguments)},n.extend(r,a,t),r.prototype=n.create(a.prototype,e),r.prototype.constructor=r,r.__super__=a.prototype,r};var z=function(){throw new Error('A "url" property or function must be specified')},$=function(e,t){var n=t.error;t.error=function(r){n&&n.call(t.context,e,r,t),e.trigger("error",e,r,t)}};return t}(o,n,e,t)}.apply(t,a))||(e.exports=i)}).call(this,n(17))},function(e,t,n){var r=n(53),a=Function.toString;"function"!=typeof r.inspectSource&&(r.inspectSource=function(e){return a.call(e)}),e.exports=r.inspectSource},function(e,t){e.exports=["constructor","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","toLocaleString","toString","valueOf"]},function(e,t){t.f=Object.getOwnPropertySymbols},function(e,t,n){var r=n(45);e.exports=function(e,t,n){if(r(e),void 0===t)return e;switch(n){case 0:return function(){return e.call(t)};case 1:return function(n){return e.call(t,n)};case 2:return function(n,r){return e.call(t,n,r)};case 3:return function(n,r,a){return e.call(t,n,r,a)}}return function(){return e.apply(t,arguments)}}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),Object.defineProperty(t,"getRequestToken",{enumerable:!0,get:function(){return r.getRequestToken}}),Object.defineProperty(t,"onRequestTokenUpdate",{enumerable:!0,get:function(){return r.onRequestTokenUpdate}}),Object.defineProperty(t,"getCurrentUser",{enumerable:!0,get:function(){return a.getCurrentUser}});var r=n(174),a=n(175)},function(e,t,n){var r=n(11),a=n(4),i=n(102);e.exports=!r&&!a((function(){return 7!=Object.defineProperty(i("div"),"a",{get:function(){return 7}}).a}))},function(e,t,n){var r=n(47),a=n(56),i=r("keys");e.exports=function(e){return i[e]||(i[e]=a(e))}},function(e,t,n){"use strict";var r=n(34),a=n(19),i=n(33);e.exports=function(e,t,n){var o=r(t);o in e?a.f(e,o,i(0,n)):e[o]=n}},function(e,t,n){var r=n(10),a=n(63),i=n(9)("species");e.exports=function(e,t){var n;return a(e)&&("function"!=typeof(n=e.constructor)||n!==Array&&!a(n.prototype)?r(n)&&null===(n=n[i])&&(n=void 0):n=void 0),new(void 0===n?Array:n)(0===t?0:t)}},function(e,t,n){var r=n(4),a=n(9),i=n(50),o=a("species");e.exports=function(e){return i>=51||!r((function(){var t=[];return(t.constructor={})[o]=function(){return{foo:1}},1!==t[e](Boolean).foo}))}},function(e,t,n){var r=n(24).Symbol;e.exports=r},,,function(e,t,n){var r=n(13),a=n(22),i=n(66).indexOf,o=n(55);e.exports=function(e,t){var n,s=a(e),u=0,l=[];for(n in s)!r(o,n)&&r(s,n)&&l.push(n);for(;t.length>u;)r(s,n=t[u++])&&(~i(l,n)||l.push(n));return l}},function(e,t,n){"use strict";var r=n(4);function a(e,t){return RegExp(e,t)}t.UNSUPPORTED_Y=r((function(){var e=a("a","y");return e.lastIndex=2,null!=e.exec("abcd")})),t.BROKEN_CARET=r((function(){var e=a("^r","gy");return e.lastIndex=2,null!=e.exec("str")}))},function(e,t,n){"use strict";n(40);var r=n(21),a=n(48),i=n(4),o=n(9),s=n(18),u=o("species"),l=RegExp.prototype,c=!i((function(){var e=/./;return e.exec=function(){var e=[];return e.groups={a:"7"},e},"7"!=="".replace(e,"$<a>")})),d="$0"==="a".replace(/./,"$0"),f=o("replace"),p=!!/./[f]&&""===/./[f]("a","$0"),m=!i((function(){var e=/(?:)/,t=e.exec;e.exec=function(){return t.apply(this,arguments)};var n="ab".split(e);return 2!==n.length||"a"!==n[0]||"b"!==n[1]}));e.exports=function(e,t,n,f){var h=o(e),_=!i((function(){var t={};return t[h]=function(){return 7},7!=""[e](t)})),g=_&&!i((function(){var t=!1,n=/a/;return"split"===e&&((n={}).constructor={},n.constructor[u]=function(){return n},n.flags="",n[h]=/./[h]),n.exec=function(){return t=!0,null},n[h](""),!t}));if(!_||!g||"replace"===e&&(!c||!d||p)||"split"===e&&!m){var y=/./[h],v=n(h,""[e],(function(e,t,n,r,i){var o=t.exec;return o===a||o===l.exec?_&&!i?{done:!0,value:y.call(t,n,r)}:{done:!0,value:e.call(n,t,r)}:{done:!1}}),{REPLACE_KEEPS_$0:d,REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE:p}),M=v[0],L=v[1];r(String.prototype,e,M),r(l,h,2==t?function(e,t){return L.call(e,this,t)}:function(e){return L.call(e,this)})}f&&s(l[h],"sham",!0)}},function(e,t,n){var r=n(32);e.exports=r("navigator","userAgent")||""},function(e,t,n){var r=n(23),a=n(20),i=function(e){return function(t,n){var i,o,s=String(a(t)),u=r(n),l=s.length;return u<0||u>=l?e?"":void 0:(i=s.charCodeAt(u))<55296||i>56319||u+1===l||(o=s.charCodeAt(u+1))<56320||o>57343?e?s.charAt(u):i:e?s.slice(u,u+2):o-56320+(i-55296<<10)+65536}};e.exports={codeAt:i(!1),charAt:i(!0)}},function(e,t,n){var r=n(28),a=n(48);e.exports=function(e,t){var n=e.exec;if("function"==typeof n){var i=n.call(e,t);if("object"!=typeof i)throw TypeError("RegExp exec method returned something other than an Object or null");return i}if("RegExp"!==r(e))throw TypeError("RegExp#exec called on incompatible receiver");return a.call(e,t)}},function(e,t,n){var r=n(3),a=n(127);r({target:"Object",stat:!0,forced:Object.assign!==a},{assign:a})},function(e,t,n){var r=n(85),a=n(73);e.exports=Object.keys||function(e){return r(e,a)}},function(e,t,n){"use strict";n.d(t,"c",(function(){return M})),n.d(t,"b",(function(){return L}));var r=n(6),a=n(0),i=n.n(a),o=n(479),s=n.n(o),u=n(178),l=n.n(u),c=n(233),d=n.n(c),f=n(117),p=n.n(f),m=n(12),h=n(7);
+/**
* @copyright 2019 Christoph Wurst <christoph@winzerhof-wurst.at>
*
- * @author 2019 Christoph Wurst <christoph@winzerhof-wurst.at>
+ * @author Christoph Wurst <christoph@winzerhof-wurst.at>
+ * @author John Molakvoæ <skjnldsv@protonmail.com>
*
* @license GNU AGPL version 3 or any later version
*
@@ -247,19 +482,93 @@ function o(t,n,r){"post"!==t&&"delete"!==t||!a.a.PasswordConfirmation.requiresPa
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see <http://www.gnu.org/licenses/>.
- */t.a={}},function(e,t,n){e.exports=n(160).default},function(e,t,n){var r=n(21);e.exports=!r((function(){return 7!=Object.defineProperty({},1,{get:function(){return 7}})[1]}))},function(e,t){e.exports=function(e){if(null==e)throw TypeError("Can't call method on "+e);return e}},function(e,t,n){var r=n(91),i=n(172),a=n(170);e.exports=r?function(e,t,n){return i.f(e,t,a(1,n))}:function(e,t,n){return e[t]=n,e}},function(e,t,n){var r=n(95);e.exports=!r((function(){return 7!=Object.defineProperty({},1,{get:function(){return 7}})[1]}))},function(e,t){e.exports=function(e){try{return!!e()}catch(e){return!0}}},function(e,t){var n={}.hasOwnProperty;e.exports=function(e,t){return n.call(e,t)}},function(e,t,n){var r=n(55);e.exports=!r((function(){return 7!=Object.defineProperty({},1,{get:function(){return 7}})[1]}))},function(e,t){e.exports=function(e){return"object"==typeof e?null!==e:"function"==typeof e}},function(e,t,n){"use strict";e.exports=function(e){var t=[];return t.toString=function(){return this.map((function(t){var n=function(e,t){var n=e[1]||"",r=e[3];if(!r)return n;if(t&&"function"==typeof btoa){var i=(o=r,s=btoa(unescape(encodeURIComponent(JSON.stringify(o)))),u="sourceMappingURL=data:application/json;charset=utf-8;base64,".concat(s),"/*# ".concat(u," */")),a=r.sources.map((function(e){return"/*# sourceURL=".concat(r.sourceRoot||"").concat(e," */")}));return[n].concat(a).concat([i]).join("\n")}var o,s,u;return[n].join("\n")}(t,e);return t[2]?"@media ".concat(t[2]," {").concat(n,"}"):n})).join("")},t.i=function(e,n){"string"==typeof e&&(e=[[null,e,""]]);for(var r=0;r<e.length;r++){var i=[].concat(e[r]);n&&(i[2]?i[2]="".concat(n," and ").concat(i[2]):i[2]=n),t.push(i)}},t}},,function(e,t,n){"use strict";function r(e,t){for(var n=[],r={},i=0;i<t.length;i++){var a=t[i],o=a[0],s={id:e+":"+i,css:a[1],media:a[2],sourceMap:a[3]};r[o]?r[o].parts.push(s):n.push(r[o]={id:o,parts:[s]})}return n}n.r(t),n.d(t,"default",(function(){return h}));var i="undefined"!=typeof document;if("undefined"!=typeof DEBUG&&DEBUG&&!i)throw new Error("vue-style-loader cannot be used in a non-browser environment. Use { target: 'node' } in your Webpack config to indicate a server-rendering environment.");var a={},o=i&&(document.head||document.getElementsByTagName("head")[0]),s=null,u=0,c=!1,l=function(){},d=null,f="undefined"!=typeof navigator&&/msie [6-9]\b/.test(navigator.userAgent.toLowerCase());function h(e,t,n,i){c=n,d=i||{};var o=r(e,t);return p(o),function(t){for(var n=[],i=0;i<o.length;i++){var s=o[i];(u=a[s.id]).refs--,n.push(u)}t?p(o=r(e,t)):o=[];for(i=0;i<n.length;i++){var u;if(0===(u=n[i]).refs){for(var c=0;c<u.parts.length;c++)u.parts[c]();delete a[u.id]}}}}function p(e){for(var t=0;t<e.length;t++){var n=e[t],r=a[n.id];if(r){r.refs++;for(var i=0;i<r.parts.length;i++)r.parts[i](n.parts[i]);for(;i<n.parts.length;i++)r.parts.push(_(n.parts[i]));r.parts.length>n.parts.length&&(r.parts.length=n.parts.length)}else{var o=[];for(i=0;i<n.parts.length;i++)o.push(_(n.parts[i]));a[n.id]={id:n.id,refs:1,parts:o}}}}function m(){var e=document.createElement("style");return e.type="text/css",o.appendChild(e),e}function _(e){var t,n,r=document.querySelector('style[data-vue-ssr-id~="'+e.id+'"]');if(r){if(c)return l;r.parentNode.removeChild(r)}if(f){var i=u++;r=s||(s=m()),t=g.bind(null,r,i,!1),n=g.bind(null,r,i,!0)}else r=m(),t=M.bind(null,r),n=function(){r.parentNode.removeChild(r)};return t(e),function(r){if(r){if(r.css===e.css&&r.media===e.media&&r.sourceMap===e.sourceMap)return;t(e=r)}else n()}}var y,v=(y=[],function(e,t){return y[e]=t,y.filter(Boolean).join("\n")});function g(e,t,n,r){var i=n?"":r.css;if(e.styleSheet)e.styleSheet.cssText=v(t,i);else{var a=document.createTextNode(i),o=e.childNodes;o[t]&&e.removeChild(o[t]),o.length?e.insertBefore(a,o[t]):e.appendChild(a)}}function M(e,t){var n=t.css,r=t.media,i=t.sourceMap;if(r&&e.setAttribute("media",r),d.ssrId&&e.setAttribute("data-vue-ssr-id",t.id),i&&(n+="\n/*# sourceURL="+i.sources[0]+" */",n+="\n/*# sourceMappingURL=data:application/json;base64,"+btoa(unescape(encodeURIComponent(JSON.stringify(i))))+" */"),e.styleSheet)e.styleSheet.cssText=n;else{for(;e.firstChild;)e.removeChild(e.firstChild);e.appendChild(document.createTextNode(n))}}},,,,function(e,t,n){var r=n(17),i=n(177).f,a=n(53),o=n(87),s=n(108),u=n(483),c=n(489);e.exports=function(e,t){var n,l,d,f,h,p=e.target,m=e.global,_=e.stat;if(n=m?r:_?r[p]||s(p,{}):(r[p]||{}).prototype)for(l in t){if(f=t[l],d=e.noTargetGet?(h=i(n,l))&&h.value:n[l],!c(m?l:p+(_?".":"#")+l,e.forced)&&void 0!==d){if(typeof f==typeof d)continue;u(f,d)}(e.sham||d&&d.sham)&&a(f,"sham",!0),o(n,l,f,e)}}},function(e,t,n){var r=n(180),i=n(85);e.exports=function(e){return r(i(e))}},function(e,t){var n={}.toString;e.exports=function(e){return n.call(e).slice(8,-1)}},function(e,t,n){var r=n(17),i=n(53);e.exports=function(e,t){try{i(r,e,t)}catch(n){r[e]=t}return t}},function(e,t,n){var r={};r[n(110)("toStringTag")]="z",e.exports="[object z]"===String(r)},function(e,t,n){var r=n(17),i=n(186),a=n(30),o=n(187),s=n(195),u=n(496),c=i("wks"),l=r.Symbol,d=u?l:l&&l.withoutSetter||o;e.exports=function(e){return a(c,e)||(s&&a(l,e)?c[e]=l[e]:c[e]=d("Symbol."+e)),c[e]}},function(e,t,n){"use strict";var r,i,a=n(197),o=n(499),s=RegExp.prototype.exec,u=String.prototype.replace,c=s,l=(r=/a/,i=/b*/g,s.call(r,"a"),s.call(i,"a"),0!==r.lastIndex||0!==i.lastIndex),d=o.UNSUPPORTED_Y||o.BROKEN_CARET,f=void 0!==/()??/.exec("")[1];(l||f||d)&&(c=function(e){var t,n,r,i,o=this,c=d&&o.sticky,h=a.call(o),p=o.source,m=0,_=e;return c&&(-1===(h=h.replace("y","")).indexOf("g")&&(h+="g"),_=String(e).slice(o.lastIndex),o.lastIndex>0&&(!o.multiline||o.multiline&&"\n"!==e[o.lastIndex-1])&&(p="(?: "+p+")",_=" "+_,m++),n=new RegExp("^(?:"+p+")",h)),f&&(n=new RegExp("^"+p+"$(?!\\s)",h)),l&&(t=o.lastIndex),r=s.call(c?n:o,_),c?r?(r.input=r.input.slice(m),r[0]=r[0].slice(m),r.index=o.lastIndex,o.lastIndex+=r[0].length):o.lastIndex=0:l&&r&&(o.lastIndex=o.global?r.index+r[0].length:t),f&&r&&r.length>1&&u.call(r[0],n,(function(){for(i=1;i<arguments.length-2;i++)void 0===arguments[i]&&(r[i]=void 0)})),r}),e.exports=c},,,,function(e,t,n){var r=n(49);e.exports=!r((function(){return 7!=Object.defineProperty({},1,{get:function(){return 7}})[1]}))},function(e,t,n){var r=n(115),i=n(167),a=n(164);e.exports=r?function(e,t,n){return i.f(e,t,a(1,n))}:function(e,t,n){return e[t]=n,e}},function(e,t){var n,r,i=e.exports={};function a(){throw new Error("setTimeout has not been defined")}function o(){throw new Error("clearTimeout has not been defined")}function s(e){if(n===setTimeout)return setTimeout(e,0);if((n===a||!n)&&setTimeout)return n=setTimeout,setTimeout(e,0);try{return n(e,0)}catch(t){try{return n.call(null,e,0)}catch(t){return n.call(this,e,0)}}}!function(){try{n="function"==typeof setTimeout?setTimeout:a}catch(e){n=a}try{r="function"==typeof clearTimeout?clearTimeout:o}catch(e){r=o}}();var u,c=[],l=!1,d=-1;function f(){l&&u&&(l=!1,u.length?c=u.concat(c):d=-1,c.length&&h())}function h(){if(!l){var e=s(f);l=!0;for(var t=c.length;t;){for(u=c,c=[];++d<t;)u&&u[d].run();d=-1,t=c.length}u=null,l=!1,function(e){if(r===clearTimeout)return clearTimeout(e);if((r===o||!r)&&clearTimeout)return r=clearTimeout,clearTimeout(e);try{r(e)}catch(t){try{return r.call(null,e)}catch(t){return r.call(this,e)}}}(e)}}function p(e,t){this.fun=e,this.array=t}function m(){}i.nextTick=function(e){var t=new Array(arguments.length-1);if(arguments.length>1)for(var n=1;n<arguments.length;n++)t[n-1]=arguments[n];c.push(new p(e,t)),1!==c.length||l||s(h)},p.prototype.run=function(){this.fun.apply(null,this.array)},i.title="browser",i.browser=!0,i.env={},i.argv=[],i.version="",i.versions={},i.on=m,i.addListener=m,i.once=m,i.off=m,i.removeListener=m,i.removeAllListeners=m,i.emit=m,i.prependListener=m,i.prependOnceListener=m,i.listeners=function(e){return[]},i.binding=function(e){throw new Error("process.binding is not supported")},i.cwd=function(){return"/"},i.chdir=function(e){throw new Error("process.chdir is not supported")},i.umask=function(){return 0}},function(e,t,n){var r=n(15),i=n(217),a=n(43),o=n(44),s=n(72),u=n(8),c=n(120),l=Object.getOwnPropertyDescriptor;t.f=r?l:function(e,t){if(e=o(e),t=s(t,!0),c)try{return l(e,t)}catch(e){}if(u(e,t))return a(!i.f.call(e,t),e[t])}},function(e,t,n){var r=n(7),i=n(70),a="".split;e.exports=r((function(){return!Object("z").propertyIsEnumerable(0)}))?function(e){return"String"==i(e)?a.call(e,""):Object(e)}:Object},function(e,t,n){var r=n(15),i=n(7),a=n(121);e.exports=!r&&!i((function(){return 7!=Object.defineProperty(a("div"),"a",{get:function(){return 7}}).a}))},function(e,t,n){var r=n(5),i=n(10),a=r.document,o=i(a)&&i(a.createElement);e.exports=function(e){return o?a.createElement(e):{}}},function(e,t,n){var r=n(123),i=Function.toString;"function"!=typeof r.inspectSource&&(r.inspectSource=function(e){return i.call(e)}),e.exports=r.inspectSource},function(e,t,n){var r=n(5),i=n(73),a=r["__core-js_shared__"]||i("__core-js_shared__",{});e.exports=a},function(e,t,n){var r=n(75),i=n(123);(e.exports=function(e,t){return i[e]||(i[e]=void 0!==t?t:{})})("versions",[]).push({version:"3.6.4",mode:r?"pure":"global",copyright:"© 2020 Denis Pushkarev (zloirock.ru)"})},function(e,t,n){var r=n(8),i=n(44),a=n(223).indexOf,o=n(46);e.exports=function(e,t){var n,s=i(e),u=0,c=[];for(n in s)!r(o,n)&&r(s,n)&&c.push(n);for(;t.length>u;)r(s,n=t[u++])&&(~a(c,n)||c.push(n));return c}},function(e,t,n){var r=n(7),i=/#|\.prototype\./,a=function(e,t){var n=s[o(e)];return n==c||n!=u&&("function"==typeof t?r(t):!!t)},o=a.normalize=function(e){return String(e).replace(i,".").toLowerCase()},s=a.data={},u=a.NATIVE="N",c=a.POLYFILL="P";e.exports=a},function(e,t,n){var r=n(70);e.exports=Array.isArray||function(e){return"Array"==r(e)}},function(e,t,n){var r=n(10),i=n(127),a=n(6)("species");e.exports=function(e,t){var n;return i(e)&&("function"!=typeof(n=e.constructor)||n!==Array&&!i(n.prototype)?r(n)&&null===(n=n[a])&&(n=void 0):n=void 0),new(void 0===n?Array:n)(0===t?0:t)}},function(e,t,n){var r=n(7);e.exports=!!Object.getOwnPropertySymbols&&!r((function(){return!String(Symbol())}))},function(e,t,n){var r=n(7),i=n(6),a=n(131),o=i("species");e.exports=function(e){return a>=51||!r((function(){var t=[];return(t.constructor={})[o]=function(){return{foo:1}},1!==t[e](Boolean).foo}))}},function(e,t,n){var r,i,a=n(5),o=n(228),s=a.process,u=s&&s.versions,c=u&&u.v8;c?i=(r=c.split("."))[0]+r[1]:o&&(!(r=o.match(/Edge\/(\d+)/))||r[1]>=74)&&(r=o.match(/Chrome\/(\d+)/))&&(i=r[1]),e.exports=i&&+i},function(e,t,n){var r=n(80),i=n(119),a=n(79),o=n(48),s=n(128),u=[].push,c=function(e){var t=1==e,n=2==e,c=3==e,l=4==e,d=6==e,f=5==e||d;return function(h,p,m,_){for(var y,v,g=a(h),M=i(g),L=r(p,m,3),w=o(M.length),b=0,k=_||s,Y=t?k(h,w):n?k(h,0):void 0;w>b;b++)if((f||b in M)&&(v=L(y=M[b],b,g),e))if(t)Y[b]=v;else if(v)switch(e){case 3:return!0;case 5:return y;case 6:return b;case 2:u.call(Y,y)}else if(l)return!1;return d?-1:c||l?l:Y}};e.exports={forEach:c(0),map:c(1),filter:c(2),some:c(3),every:c(4),find:c(5),findIndex:c(6)}},function(e,t,n){var r=n(15),i=n(7),a=n(8),o=Object.defineProperty,s={},u=function(e){throw e};e.exports=function(e,t){if(a(s,e))return s[e];t||(t={});var n=[][e],c=!!a(t,"ACCESSORS")&&t.ACCESSORS,l=a(t,0)?t[0]:u,d=a(t,1)?t[1]:void 0;return s[e]=!!n&&!i((function(){if(c&&!r)return!0;var e={length:-1};c?o(e,1,{enumerable:!0,get:u}):e[1]=1,n.call(e,l,d)}))}},function(e,t,n){"use strict";var r=n(132).forEach,i=n(232),a=n(133),o=i("forEach"),s=a("forEach");e.exports=o&&s?[].forEach:function(e){return r(this,e,arguments.length>1?arguments[1]:void 0)}},function(e,t,n){"use strict";var r=n(44),i=n(233),a=n(34),o=n(45),s=n(82),u=o.set,c=o.getterFor("Array Iterator");e.exports=s(Array,"Array",(function(e,t){u(this,{type:"Array Iterator",target:r(e),index:0,kind:t})}),(function(){var e=c(this),t=e.target,n=e.kind,r=e.index++;return!t||r>=t.length?(e.target=void 0,{value:void 0,done:!0}):"keys"==n?{value:r,done:!1}:"values"==n?{value:t[r],done:!1}:{value:[r,t[r]],done:!1}}),"values"),a.Arguments=a.Array,i("keys"),i("values"),i("entries")},function(e,t,n){"use strict";var r,i,a,o=n(137),s=n(16),u=n(8),c=n(6),l=n(75),d=c("iterator"),f=!1;[].keys&&("next"in(a=[].keys())?(i=o(o(a)))!==Object.prototype&&(r=i):f=!0),null==r&&(r={}),l||u(r,d)||s(r,d,(function(){return this})),e.exports={IteratorPrototype:r,BUGGY_SAFARI_ITERATORS:f}},function(e,t,n){var r=n(8),i=n(79),a=n(74),o=n(238),s=a("IE_PROTO"),u=Object.prototype;e.exports=o?Object.getPrototypeOf:function(e){return e=i(e),r(e,s)?e[s]:"function"==typeof e.constructor&&e instanceof e.constructor?e.constructor.prototype:e instanceof Object?u:null}},function(e,t,n){var r=n(20),i=n(239);e.exports=Object.setPrototypeOf||("__proto__"in{}?function(){var e,t=!1,n={};try{(e=Object.getOwnPropertyDescriptor(Object.prototype,"__proto__").set).call(n,[]),t=n instanceof Array}catch(e){}return function(n,a){return r(n),i(a),t?e.call(n,a):n.__proto__=a,n}}():void 0)},function(e,t,n){var r=n(46),i=n(10),a=n(8),o=n(12).f,s=n(76),u=n(242),c=s("meta"),l=0,d=Object.isExtensible||function(){return!0},f=function(e){o(e,c,{value:{objectID:"O"+ ++l,weakData:{}}})},h=e.exports={REQUIRED:!1,fastKey:function(e,t){if(!i(e))return"symbol"==typeof e?e:("string"==typeof e?"S":"P")+e;if(!a(e,c)){if(!d(e))return"F";if(!t)return"E";f(e)}return e[c].objectID},getWeakData:function(e,t){if(!a(e,c)){if(!d(e))return!0;if(!t)return!1;f(e)}return e[c].weakData},onFreeze:function(e){return u&&h.REQUIRED&&d(e)&&!a(e,c)&&f(e),e}};r[c]=!0},function(e,t,n){var r=n(20),i=n(243),a=n(48),o=n(80),s=n(244),u=n(245),c=function(e,t){this.stopped=e,this.result=t};(e.exports=function(e,t,n,l,d){var f,h,p,m,_,y,v,g=o(t,n,l?2:1);if(d)f=e;else{if("function"!=typeof(h=s(e)))throw TypeError("Target is not iterable");if(i(h)){for(p=0,m=a(e.length);m>p;p++)if((_=l?g(r(v=e[p])[0],v[1]):g(e[p]))&&_ instanceof c)return _;return new c(!1)}f=h.call(e)}for(y=f.next;!(v=y.call(f)).done;)if("object"==typeof(_=u(f,g,v.value,l))&&_&&_ instanceof c)return _;return new c(!1)}).stop=function(e){return new c(!0,e)}},function(e,t,n){var r=n(84),i=n(70),a=n(6)("toStringTag"),o="Arguments"==i(function(){return arguments}());e.exports=r?i:function(e){var t,n,r;return void 0===e?"Undefined":null===e?"Null":"string"==typeof(n=function(e,t){try{return e[t]}catch(e){}}(t=Object(e),a))?n:o?i(t):"Object"==(r=i(t))&&"function"==typeof t.callee?"Arguments":r}},function(e,t){e.exports=function(e,t,n){if(!(e instanceof t))throw TypeError("Incorrect "+(n?n+" ":"")+"invocation");return e}},function(e,t){e.exports={CSSRuleList:0,CSSStyleDeclaration:0,CSSValueList:0,ClientRectList:0,DOMRectList:0,DOMStringList:0,DOMTokenList:1,DataTransferItemList:0,FileList:0,HTMLAllCollection:0,HTMLCollection:0,HTMLFormElement:0,HTMLSelectElement:0,MediaList:0,MimeTypeArray:0,NamedNodeMap:0,NodeList:1,PaintRequestList:0,Plugin:0,PluginArray:0,SVGLengthList:0,SVGNumberList:0,SVGPathSegList:0,SVGPointList:0,SVGStringList:0,SVGTransformList:0,SourceBufferList:0,StyleSheetList:0,TextTrackCueList:0,TextTrackList:0,TouchList:0}},function(e,t,n){var r=n(145),i=n(92);e.exports=function(e){return r(i(e))}},function(e,t,n){var r=n(21),i=n(146),a="".split;e.exports=r((function(){return!Object("z").propertyIsEnumerable(0)}))?function(e){return"String"==i(e)?a.call(e,""):Object(e)}:Object},function(e,t){var n={}.toString;e.exports=function(e){return n.call(e).slice(8,-1)}},function(e,t){var n=Math.ceil,r=Math.floor;e.exports=function(e){return isNaN(e=+e)?0:(e>0?r:n)(e)}},function(e,t,n){var r=n(92);e.exports=function(e){return Object(r(e))}},function(e,t,n){"use strict";var r,i,a=n(570),o=n(571),s=RegExp.prototype.exec,u=String.prototype.replace,c=s,l=(r=/a/,i=/b*/g,s.call(r,"a"),s.call(i,"a"),0!==r.lastIndex||0!==i.lastIndex),d=o.UNSUPPORTED_Y||o.BROKEN_CARET,f=void 0!==/()??/.exec("")[1];(l||f||d)&&(c=function(e){var t,n,r,i,o=this,c=d&&o.sticky,h=a.call(o),p=o.source,m=0,_=e;return c&&(-1===(h=h.replace("y","")).indexOf("g")&&(h+="g"),_=String(e).slice(o.lastIndex),o.lastIndex>0&&(!o.multiline||o.multiline&&"\n"!==e[o.lastIndex-1])&&(p="(?: "+p+")",_=" "+_,m++),n=new RegExp("^(?:"+p+")",h)),f&&(n=new RegExp("^"+p+"$(?!\\s)",h)),l&&(t=o.lastIndex),r=s.call(c?n:o,_),c?r?(r.input=r.input.slice(m),r[0]=r[0].slice(m),r.index=o.lastIndex,o.lastIndex+=r[0].length):o.lastIndex=0:l&&r&&(o.lastIndex=o.global?r.index+r[0].length:t),f&&r&&r.length>1&&u.call(r[0],n,(function(){for(i=1;i<arguments.length-2;i++)void 0===arguments[i]&&(r[i]=void 0)})),r}),e.exports=c},function(e,t){e.exports=function(e){return"object"==typeof e?null!==e:"function"==typeof e}},function(e,t,n){var r=n(94),i=n(436),a=n(431);e.exports=r?function(e,t,n){return i.f(e,t,a(1,n))}:function(e,t,n){return e[t]=n,e}},function(e,t,n){var r=n(97),i=n(460),a=n(454);e.exports=r?function(e,t,n){return i.f(e,t,a(1,n))}:function(e,t,n){return e[t]=n,e}},,,,function(e,t,n){"use strict";
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ *
+ */
+window._oc_l10n_registry_translations=window._oc_l10n_registry_translations||{},window._oc_l10n_registry_plural_functions=window._oc_l10n_registry_plural_functions||{};const _=(e,t,n)=>{g(e)?((e,t,n)=>{window._oc_l10n_registry_translations[e]=Object.assign(window._oc_l10n_registry_translations[e],t),window._oc_l10n_registry_plural_functions[e]=n})(e,t,n):((e,t,n)=>{window._oc_l10n_registry_translations[e]=t,window._oc_l10n_registry_plural_functions[e]=n})(e,t,n)},g=e=>void 0!==window._oc_l10n_registry_translations[e]&&void 0!==window._oc_l10n_registry_plural_functions[e],y=e=>({translations:window._oc_l10n_registry_translations[e]||{},pluralFunction:window._oc_l10n_registry_plural_functions[e]}),v={load(e,t){if(g(e)||"en"===h.a.getLocale()){const e=i.a.Deferred(),n=e.promise();return n.then(t),e.resolve(),n}const n=this,r=Object(m.generateFilePath)(e,"l10n",h.a.getLocale()+".json");return i.a.get(r).then((function(t){t.translations&&n.register(e,t.translations,t.pluralForm)})).then(t)},register(e,t){_(e,t,this._getPlural)},_unregister:e=>{delete window._oc_l10n_registry_translations[e],delete window._oc_l10n_registry_plural_functions[e]},translate(e,t,n,a,i){const o=i||{};r.default.defaults(o,{escape:!0,sanitize:!0});const u=o.sanitize?s.a.sanitize:d.a,l=o.escape?p.a:d.a;let c=t;const f=y(e).translations[t];return void 0!==f&&(c=f),u("object"==typeof n||void 0!==a?function(e,t,n){return e.replace(/%n/g,n).replace(/{([^{}]*)}/g,(function(e,n){const r=t[n];return u("string"==typeof r||"number"==typeof r?l(r):e)}))}(c,n,a):c)},translatePlural(e,t,n,r,a,o){const s="_"+t+"_::_"+n+"_",u=y(e),l=u.translations[s];if(void 0!==l){const t=l;if(i.a.isArray(t)){const n=u.pluralFunction(r);return this.translate(e,t[n],a,r,o)}}return 1===r?this.translate(e,t,a,r,o):this.translate(e,n,a,r,o)},_getPlural(e){let t=h.a.getLanguage();if("pt-BR"===t&&(t="xbr"),void 0===t||""===t)return 1===e?0:1;switch(t.length>3&&(t=t.substring(0,t.lastIndexOf("-"))),t){case"az":case"bo":case"dz":case"id":case"ja":case"jv":case"ka":case"km":case"kn":case"ko":case"ms":case"th":case"tr":case"vi":case"zh":return 0;case"af":case"bn":case"bg":case"ca":case"da":case"de":case"el":case"en":case"eo":case"es":case"et":case"eu":case"fa":case"fi":case"fo":case"fur":case"fy":case"gl":case"gu":case"ha":case"he":case"hu":case"is":case"it":case"ku":case"lb":case"ml":case"mn":case"mr":case"nah":case"nb":case"ne":case"nl":case"nn":case"no":case"oc":case"om":case"or":case"pa":case"pap":case"ps":case"pt":case"so":case"sq":case"sv":case"sw":case"ta":case"te":case"tk":case"ur":case"zu":return 1===e?0:1;case"am":case"bh":case"fil":case"fr":case"gun":case"hi":case"hy":case"ln":case"mg":case"nso":case"xbr":case"ti":case"wa":return 0===e||1===e?0:1;case"be":case"bs":case"hr":case"ru":case"sh":case"sr":case"uk":return e%10==1&&e%100!=11?0:e%10>=2&&e%10<=4&&(e%100<10||e%100>=20)?1:2;case"cs":case"sk":return 1===e?0:e>=2&&e<=4?1:2;case"ga":return 1===e?0:2===e?1:2;case"lt":return e%10==1&&e%100!=11?0:e%10>=2&&(e%100<10||e%100>=20)?1:2;case"sl":return e%100==1?0:e%100==2?1:e%100==3||e%100==4?2:3;case"mk":return e%10==1?0:1;case"mt":return 1===e?0:0===e||e%100>1&&e%100<11?1:e%100>10&&e%100<20?2:3;case"lv":return 0===e?0:e%10==1&&e%100!=11?1:2;case"pl":return 1===e?0:e%10>=2&&e%10<=4&&(e%100<12||e%100>14)?1:2;case"cy":return 1===e?0:2===e?1:8===e||11===e?2:3;case"ro":return 1===e?0:0===e||e%100>0&&e%100<20?1:2;case"ar":return 0===e?0:1===e?1:2===e?2:e%100>=3&&e%100<=10?3:e%100>=11&&e%100<=99?4:5;default:return 0}}};t.a=v;const M=()=>{var e;return null!==(e=i()("html").data("locale"))&&void 0!==e?e:"en"},L=()=>i()("html").prop("lang");l.a.registerHelper("t",(function(e,t){return v.translate(e,t)}))},function(e,t,n){var r=n(4),a=/#|\.prototype\./,i=function(e,t){var n=s[o(e)];return n==l||n!=u&&("function"==typeof t?r(t):!!t)},o=i.normalize=function(e){return String(e).replace(a,".").toLowerCase()},s=i.data={},u=i.NATIVE="N",l=i.POLYFILL="P";e.exports=i},function(e,t,n){"use strict";var r=n(89).charAt;e.exports=function(e,t,n){return t+(n?r(e,t).length:1)}},function(e,t,n){var r=n(68),a=n(28),i=n(9)("toStringTag"),o="Arguments"==a(function(){return arguments}());e.exports=r?a:function(e){var t,n,r;return void 0===e?"Undefined":null===e?"Null":"string"==typeof(n=function(e,t){try{return e[t]}catch(e){}}(t=Object(e),i))?n:o?a(t):"Object"==(r=a(t))&&"function"==typeof t.callee?"Arguments":r}},function(e,t,n){"use strict";t.__esModule=!0;var r=["description","fileName","lineNumber","endLineNumber","message","name","number","stack"];function a(e,t){var n=t&&t.loc,i=void 0,o=void 0,s=void 0,u=void 0;n&&(i=n.start.line,o=n.end.line,s=n.start.column,u=n.end.column,e+=" - "+i+":"+s);for(var l=Error.prototype.constructor.call(this,e),c=0;c<r.length;c++)this[r[c]]=l[r[c]];Error.captureStackTrace&&Error.captureStackTrace(this,a);try{n&&(this.lineNumber=i,this.endLineNumber=o,Object.defineProperty?(Object.defineProperty(this,"column",{value:s,enumerable:!0}),Object.defineProperty(this,"endColumn",{value:u,enumerable:!0})):(this.column=s,this.endColumn=u))}catch(e){}}a.prototype=new Error,t.default=a,e.exports=t.default},,,function(e,t,n){"use strict";n(126),Object.defineProperty(t,"__esModule",{value:!0}),t.loadState=function(e,t,n){var r=document.querySelector("#initial-state-".concat(e,"-").concat(t));if(null===r){if(void 0!==n)return n;throw new Error("Could not find initial state ".concat(t," of ").concat(e))}try{return JSON.parse(atob(r.value))}catch(n){throw new Error("Could not parse initial state ".concat(t," of ").concat(e))}}},function(e,t,n){"use strict";n.r(t),function(e){n.d(t,"getApps",(function(){return s})),n.d(t,"getKeys",(function(){return u})),n.d(t,"getValue",(function(){return l})),n.d(t,"setValue",(function(){return c})),n.d(t,"deleteKey",(function(){return d}));var r=n(0),a=n.n(r),i=n(7);
+/**
+ * @copyright Copyright (c) 2016 Joas Schilling <coding@schilljs.com>
+ *
+ * @author Christoph Wurst <christoph@winzerhof-wurst.at>
+ * @author John Molakvoæ <skjnldsv@protonmail.com>
+ *
+ * @license GNU AGPL version 3 or any later version
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Affero General Public License as
+ * published by the Free Software Foundation, either version 3 of the
+ * License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Affero General Public License for more details.
+ *
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ *
+ */
+function o(t,n,r){"post"!==t&&"delete"!==t||!i.a.PasswordConfirmation.requiresPasswordConfirmation()?(r=r||{},a.a.ajax({type:t.toUpperCase(),url:i.a.linkToOCS("apps/provisioning_api/api/v1",2)+"config/apps"+n,data:r.data||{},success:r.success,error:r.error})):i.a.PasswordConfirmation.requirePasswordConfirmation(e.bind(o,this,t,n,r))}function s(e){o("get","",e)}function u(e,t){o("get","/"+e,t)}function l(e,t,n,r){(r=r||{}).data={defaultValue:n},o("get","/"+e+"/"+t,r)}function c(e,t,n,r){(r=r||{}).data={value:n},o("post","/"+e+"/"+t,r)}function d(e,t,n){o("delete","/"+e+"/"+t,n)}}.call(this,n(6))},function(e,t,n){var r=n(5),a=n(10),i=r.document,o=a(i)&&a(i.createElement);e.exports=function(e){return o?i.createElement(e):{}}},function(e,t,n){var r=n(32),a=n(65),i=n(74),o=n(8);e.exports=r("Reflect","ownKeys")||function(e){var t=a.f(o(e)),n=i.f;return n?t.concat(n(e)):t}},function(e,t,n){var r=n(5);e.exports=r},function(e,t,n){var r=n(68),a=n(21),i=n(164);r||a(Object.prototype,"toString",i,{unsafe:!0})},function(e,t,n){var r=n(276),a=n(277),i=n(278),o=n(279),s=n(280);function u(e){var t=-1,n=null==e?0:e.length;for(this.clear();++t<n;){var r=e[t];this.set(r[0],r[1])}}u.prototype.clear=r,u.prototype.delete=a,u.prototype.get=i,u.prototype.has=o,u.prototype.set=s,e.exports=u},function(e,t,n){var r=n(112);e.exports=function(e,t){for(var n=e.length;n--;)if(r(e[n][0],t))return n;return-1}},function(e,t,n){var r=n(54)(Object,"create");e.exports=r},function(e,t,n){var r=n(294);e.exports=function(e,t){var n=e.__data__;return r(t)?n["string"==typeof t?"string":"hash"]:n.map}},function(e,t,n){var r=n(13),a=n(103),i=n(29),o=n(19);e.exports=function(e,t){for(var n=a(t),s=o.f,u=i.f,l=0;l<n.length;l++){var c=n[l];r(e,c)||s(e,c,u(t,c))}}},function(e,t,n){var r=n(67);e.exports=r&&!Symbol.sham&&"symbol"==typeof Symbol.iterator},function(e,t){e.exports=function(e,t){return e===t||e!=e&&t!=t}},function(e,t){e.exports=function(e){return e.webpackPolyfill||(e.deprecate=function(){},e.paths=[],e.children||(e.children=[]),Object.defineProperty(e,"loaded",{enumerable:!0,get:function(){return e.l}}),Object.defineProperty(e,"id",{enumerable:!0,get:function(){return e.i}}),e.webpackPolyfill=1),e}},function(e,t,n){var r=n(303),a=n(137),i=n(304),o=n(305),s=n(193),u=n(59),l=n(181),c=l(r),d=l(a),f=l(i),p=l(o),m=l(s),h=u;(r&&"[object DataView]"!=h(new r(new ArrayBuffer(1)))||a&&"[object Map]"!=h(new a)||i&&"[object Promise]"!=h(i.resolve())||o&&"[object Set]"!=h(new o)||s&&"[object WeakMap]"!=h(new s))&&(h=function(e){var t=u(e),n="[object Object]"==t?e.constructor:void 0,r=n?l(n):"";if(r)switch(r){case c:return"[object DataView]";case d:return"[object Map]";case f:return"[object Promise]";case p:return"[object Set]";case m:return"[object WeakMap]"}return t}),e.exports=h},,,function(e,t,n){"use strict";
/*!
* escape-html
* Copyright(c) 2012-2013 TJ Holowaychuk
* Copyright(c) 2015 Andreas Lubbe
* Copyright(c) 2015 Tiancheng "Timothy" Gu
* MIT Licensed
- */var r=/["'&<>]/;e.exports=function(e){var t,n=""+e,i=r.exec(n);if(!i)return n;var a="",o=0,s=0;for(o=i.index;o<n.length;o++){switch(n.charCodeAt(o)){case 34:t="&quot;";break;case 38:t="&amp;";break;case 39:t="&#39;";break;case 60:t="&lt;";break;case 62:t="&gt;";break;default:continue}s!==o&&(a+=n.substring(s,o)),s=o+1,a+=t}return s!==o?a+n.substring(s,o):a}},,,,function(e,t,n){"use strict";function r(e){return e&&e.__esModule?e:{default:e}}function i(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&(t[n]=e[n]);return t.default=e,t}t.__esModule=!0;var a=i(n(298)),o=r(n(588)),s=r(n(52)),u=i(n(27)),c=i(n(589)),l=r(n(591));function d(){var e=new a.HandlebarsEnvironment;return u.extend(e,a),e.SafeString=o.default,e.Exception=s.default,e.Utils=u,e.escapeExpression=u.escapeExpression,e.VM=c,e.template=function(t){return c.template(t,e)},e}var f=d();f.create=d,l.default(f),f.default=f,t.default=f,e.exports=t.default},,,,function(e,t){e.exports=function(e,t){return{enumerable:!(1&e),configurable:!(2&e),writable:!(4&e),value:t}}},function(e,t,n){var r=n(521),i=n(264);e.exports=function(e){return r(i(e))}},function(e,t,n){var r=n(63);e.exports=function(e,t){if(!r(e))return e;var n,i;if(t&&"function"==typeof(n=e.toString)&&!r(i=n.call(e)))return i;if("function"==typeof(n=e.valueOf)&&!r(i=n.call(e)))return i;if(!t&&"function"==typeof(n=e.toString)&&!r(i=n.call(e)))return i;throw TypeError("Can't convert object to primitive value")}},function(e,t,n){var r=n(115),i=n(265),a=n(266),o=n(166),s=Object.defineProperty;t.f=r?s:function(e,t,n){if(a(e),t=o(t,!0),a(n),i)try{return s(e,t,n)}catch(e){}if("get"in n||"set"in n)throw TypeError("Accessors not supported");return"value"in n&&(e[t]=n.value),e}},function(e,t,n){var r=n(23),i=n(116);e.exports=function(e,t){try{i(r,e,t)}catch(n){r[e]=t}return t}},function(e,t,n){var r=n(23),i=n(269),a=n(64),o=n(270),s=n(276),u=n(541),c=i("wks"),l=r.Symbol,d=u?l:l&&l.withoutSetter||o;e.exports=function(e){return a(c,e)||(s&&a(l,e)?c[e]=l[e]:c[e]=d("Symbol."+e)),c[e]}},function(e,t){e.exports=function(e,t){return{enumerable:!(1&e),configurable:!(2&e),writable:!(4&e),value:t}}},function(e,t,n){var r=n(50);e.exports=function(e,t){if(!r(e))return e;var n,i;if(t&&"function"==typeof(n=e.toString)&&!r(i=n.call(e)))return i;if("function"==typeof(n=e.valueOf)&&!r(i=n.call(e)))return i;if(!t&&"function"==typeof(n=e.toString)&&!r(i=n.call(e)))return i;throw TypeError("Can't convert object to primitive value")}},function(e,t,n){var r=n(91),i=n(280),a=n(66),o=n(171),s=Object.defineProperty;t.f=r?s:function(e,t,n){if(a(e),t=o(t,!0),a(n),i)try{return s(e,t,n)}catch(e){}if("get"in n||"set"in n)throw TypeError("Accessors not supported");return"value"in n&&(e[t]=n.value),e}},function(e,t,n){var r=n(24),i=n(93);e.exports=function(e,t){try{i(r,e,t)}catch(n){r[e]=t}return t}},function(e,t,n){var r=n(21),i=n(68),a=n(291),o=i("species");e.exports=function(e){return a>=51||!r((function(){var t=[];return(t.constructor={})[o]=function(){return{foo:1}},1!==t[e](Boolean).foo}))}},function(e,t){e.exports=function(e){if("function"!=typeof e)throw TypeError(String(e)+" is not a function");return e}},function(e,t,n){var r=n(91),i=n(21),a=n(51),o=Object.defineProperty,s={},u=function(e){throw e};e.exports=function(e,t){if(a(s,e))return s[e];t||(t={});var n=[][e],c=!!a(t,"ACCESSORS")&&t.ACCESSORS,l=a(t,0)?t[0]:u,d=a(t,1)?t[1]:void 0;return s[e]=!!n&&!i((function(){if(c&&!r)return!0;var e={length:-1};c?o(e,1,{enumerable:!0,get:u}):e[1]=1,n.call(e,l,d)}))}},function(e,t,n){var r=n(39),i=n(178),a=n(179),o=n(106),s=n(181),u=n(30),c=n(182),l=Object.getOwnPropertyDescriptor;t.f=r?l:function(e,t){if(e=o(e),t=s(t,!0),c)try{return l(e,t)}catch(e){}if(u(e,t))return a(!i.f.call(e,t),e[t])}},function(e,t,n){"use strict";var r={}.propertyIsEnumerable,i=Object.getOwnPropertyDescriptor,a=i&&!r.call({1:2},1);t.f=a?function(e){var t=i(this,e);return!!t&&t.enumerable}:r},function(e,t){e.exports=function(e,t){return{enumerable:!(1&e),configurable:!(2&e),writable:!(4&e),value:t}}},function(e,t,n){var r=n(13),i=n(107),a="".split;e.exports=r((function(){return!Object("z").propertyIsEnumerable(0)}))?function(e){return"String"==i(e)?a.call(e,""):Object(e)}:Object},function(e,t,n){var r=n(86);e.exports=function(e,t){if(!r(e))return e;var n,i;if(t&&"function"==typeof(n=e.toString)&&!r(i=n.call(e)))return i;if("function"==typeof(n=e.valueOf)&&!r(i=n.call(e)))return i;if(!t&&"function"==typeof(n=e.toString)&&!r(i=n.call(e)))return i;throw TypeError("Can't convert object to primitive value")}},function(e,t,n){var r=n(39),i=n(13),a=n(478);e.exports=!r&&!i((function(){return 7!=Object.defineProperty(a("div"),"a",{get:function(){return 7}}).a}))},function(e,t,n){var r=n(39),i=n(182),a=n(54),o=n(181),s=Object.defineProperty;t.f=r?s:function(e,t,n){if(a(e),t=o(t,!0),a(n),i)try{return s(e,t,n)}catch(e){}if("get"in n||"set"in n)throw TypeError("Accessors not supported");return"value"in n&&(e[t]=n.value),e}},function(e,t,n){var r=n(185),i=Function.toString;"function"!=typeof r.inspectSource&&(r.inspectSource=function(e){return i.call(e)}),e.exports=r.inspectSource},function(e,t,n){var r=n(17),i=n(108),a=r["__core-js_shared__"]||i("__core-js_shared__",{});e.exports=a},function(e,t,n){var r=n(482),i=n(185);(e.exports=function(e,t){return i[e]||(i[e]=void 0!==t?t:{})})("versions",[]).push({version:"3.6.4",mode:r?"pure":"global",copyright:"© 2020 Denis Pushkarev (zloirock.ru)"})},function(e,t){var n=0,r=Math.random();e.exports=function(e){return"Symbol("+String(void 0===e?"":e)+")_"+(++n+r).toString(36)}},function(e,t){e.exports={}},function(e,t,n){var r=n(30),i=n(106),a=n(190).indexOf,o=n(188);e.exports=function(e,t){var n,s=i(e),u=0,c=[];for(n in s)!r(o,n)&&r(s,n)&&c.push(n);for(;t.length>u;)r(s,n=t[u++])&&(~a(c,n)||c.push(n));return c}},function(e,t,n){var r=n(106),i=n(191),a=n(488),o=function(e){return function(t,n,o){var s,u=r(t),c=i(u.length),l=a(o,c);if(e&&n!=n){for(;c>l;)if((s=u[l++])!=s)return!0}else for(;c>l;l++)if((e||l in u)&&u[l]===n)return e||l||0;return!e&&-1}};e.exports={includes:o(!0),indexOf:o(!1)}},function(e,t,n){var r=n(88),i=Math.min;e.exports=function(e){return e>0?i(r(e),9007199254740991):0}},function(e,t){e.exports=["constructor","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","toLocaleString","toString","valueOf"]},function(e,t){t.f=Object.getOwnPropertySymbols},function(e,t,n){var r=n(85);e.exports=function(e){return Object(r(e))}},function(e,t,n){var r=n(13);e.exports=!!Object.getOwnPropertySymbols&&!r((function(){return!String(Symbol())}))},function(e,t,n){"use strict";var r=n(105),i=n(111);r({target:"RegExp",proto:!0,forced:/./.exec!==i},{exec:i})},function(e,t,n){"use strict";var r=n(54);e.exports=function(){var e=r(this),t="";return e.global&&(t+="g"),e.ignoreCase&&(t+="i"),e.multiline&&(t+="m"),e.dotAll&&(t+="s"),e.unicode&&(t+="u"),e.sticky&&(t+="y"),t}},function(e,t,n){var r=n(432),i=n(433);e.exports=function(e){return r(i(e))}},function(e,t,n){var r=n(35),i=n(151);e.exports=function(e,t){try{i(r,e,t)}catch(n){r[e]=t}return t}},function(e,t,n){var r=n(455),i=n(457);e.exports=function(e){return r(i(e))}},function(e,t,n){var r=n(28),i=n(152);e.exports=function(e,t){try{i(r,e,t)}catch(n){r[e]=t}return t}},,,,function(e,t,n){"use strict";function r(e,t,n,r,i,a,o,s){var u,c="function"==typeof e?e.options:e;if(t&&(c.render=t,c.staticRenderFns=n,c._compiled=!0),r&&(c.functional=!0),a&&(c._scopeId="data-v-"+a),o?(u=function(e){(e=e||this.$vnode&&this.$vnode.ssrContext||this.parent&&this.parent.$vnode&&this.parent.$vnode.ssrContext)||"undefined"==typeof __VUE_SSR_CONTEXT__||(e=__VUE_SSR_CONTEXT__),i&&i.call(this,e),e&&e._registeredComponents&&e._registeredComponents.add(o)},c._ssrRegister=u):i&&(u=s?function(){i.call(this,this.$root.$options.shadowRoot)}:i),u)if(c.functional){c._injectStyles=u;var l=c.render;c.render=function(e,t){return u.call(t),l(e,t)}}else{var d=c.beforeCreate;c.beforeCreate=d?[].concat(d,u):[u]}return{exports:e,options:c}}n.d(t,"a",(function(){return r}))},function(e,t,n){"use strict";n(597),Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var r,i=(r=n(620))&&r.__esModule?r:{default:r},a=n(209);var o=i.default.create({headers:{requesttoken:(0,a.getRequestToken)()}}),s=Object.assign(o,{CancelToken:i.default.CancelToken,isCancel:i.default.isCancel});(0,a.onRequestTokenUpdate)((function(e){return o.defaults.headers.requesttoken=e}));var u=s;t.default=u},function(e,t,n){"use strict";(function(e){n.d(t,"b",(function(){return r})),n.d(t,"a",(function(){return i}));
+ */var r=/["'&<>]/;e.exports=function(e){var t,n=""+e,a=r.exec(n);if(!a)return n;var i="",o=0,s=0;for(o=a.index;o<n.length;o++){switch(n.charCodeAt(o)){case 34:t="&quot;";break;case 38:t="&amp;";break;case 39:t="&#39;";break;case 60:t="&lt;";break;case 62:t="&gt;";break;default:continue}s!==o&&(i+=n.substring(s,o)),s=o+1,i+=t}return s!==o?i+n.substring(s,o):i}},function(e,t,n){"use strict";n.r(t),function(e,n){
+/*!
+ * Vue.js v2.6.12
+ * (c) 2014-2020 Evan You
+ * Released under the MIT License.
+ */
+var r=Object.freeze({});function a(e){return null==e}function i(e){return null!=e}function o(e){return!0===e}function s(e){return"string"==typeof e||"number"==typeof e||"symbol"==typeof e||"boolean"==typeof e}function u(e){return null!==e&&"object"==typeof e}var l=Object.prototype.toString;function c(e){return"[object Object]"===l.call(e)}function d(e){return"[object RegExp]"===l.call(e)}function f(e){var t=parseFloat(String(e));return t>=0&&Math.floor(t)===t&&isFinite(e)}function p(e){return i(e)&&"function"==typeof e.then&&"function"==typeof e.catch}function m(e){return null==e?"":Array.isArray(e)||c(e)&&e.toString===l?JSON.stringify(e,null,2):String(e)}function h(e){var t=parseFloat(e);return isNaN(t)?e:t}function _(e,t){for(var n=Object.create(null),r=e.split(","),a=0;a<r.length;a++)n[r[a]]=!0;return t?function(e){return n[e.toLowerCase()]}:function(e){return n[e]}}_("slot,component",!0);var g=_("key,ref,slot,slot-scope,is");function y(e,t){if(e.length){var n=e.indexOf(t);if(n>-1)return e.splice(n,1)}}var v=Object.prototype.hasOwnProperty;function M(e,t){return v.call(e,t)}function L(e){var t=Object.create(null);return function(n){return t[n]||(t[n]=e(n))}}var w=/-(\w)/g,b=L((function(e){return e.replace(w,(function(e,t){return t?t.toUpperCase():""}))})),T=L((function(e){return e.charAt(0).toUpperCase()+e.slice(1)})),x=/\B([A-Z])/g,k=L((function(e){return e.replace(x,"-$1").toLowerCase()}));var Y=Function.prototype.bind?function(e,t){return e.bind(t)}:function(e,t){function n(n){var r=arguments.length;return r?r>1?e.apply(t,arguments):e.call(t,n):e.call(t)}return n._length=e.length,n};function D(e,t){t=t||0;for(var n=e.length-t,r=new Array(n);n--;)r[n]=e[n+t];return r}function S(e,t){for(var n in t)e[n]=t[n];return e}function j(e){for(var t={},n=0;n<e.length;n++)e[n]&&S(t,e[n]);return t}function A(e,t,n){}var E=function(e,t,n){return!1},O=function(e){return e};function P(e,t){if(e===t)return!0;var n=u(e),r=u(t);if(!n||!r)return!n&&!r&&String(e)===String(t);try{var a=Array.isArray(e),i=Array.isArray(t);if(a&&i)return e.length===t.length&&e.every((function(e,n){return P(e,t[n])}));if(e instanceof Date&&t instanceof Date)return e.getTime()===t.getTime();if(a||i)return!1;var o=Object.keys(e),s=Object.keys(t);return o.length===s.length&&o.every((function(n){return P(e[n],t[n])}))}catch(e){return!1}}function C(e,t){for(var n=0;n<e.length;n++)if(P(e[n],t))return n;return-1}function H(e){var t=!1;return function(){t||(t=!0,e.apply(this,arguments))}}var F=["component","directive","filter"],N=["beforeCreate","created","beforeMount","mounted","beforeUpdate","updated","beforeDestroy","destroyed","activated","deactivated","errorCaptured","serverPrefetch"],I={optionMergeStrategies:Object.create(null),silent:!1,productionTip:!1,devtools:!1,performance:!1,errorHandler:null,warnHandler:null,ignoredElements:[],keyCodes:Object.create(null),isReservedTag:E,isReservedAttr:E,isUnknownElement:E,getTagNamespace:A,parsePlatformTagName:O,mustUseProp:E,async:!0,_lifecycleHooks:N},R=/a-zA-Z\u00B7\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u037D\u037F-\u1FFF\u200C-\u200D\u203F-\u2040\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD/;function U(e,t,n,r){Object.defineProperty(e,t,{value:n,enumerable:!!r,writable:!0,configurable:!0})}var W=new RegExp("[^"+R.source+".$_\\d]");var z,$="__proto__"in{},B="undefined"!=typeof window,q="undefined"!=typeof WXEnvironment&&!!WXEnvironment.platform,G=q&&WXEnvironment.platform.toLowerCase(),J=B&&window.navigator.userAgent.toLowerCase(),V=J&&/msie|trident/.test(J),K=J&&J.indexOf("msie 9.0")>0,X=J&&J.indexOf("edge/")>0,Z=(J&&J.indexOf("android"),J&&/iphone|ipad|ipod|ios/.test(J)||"ios"===G),Q=(J&&/chrome\/\d+/.test(J),J&&/phantomjs/.test(J),J&&J.match(/firefox\/(\d+)/)),ee={}.watch,te=!1;if(B)try{var ne={};Object.defineProperty(ne,"passive",{get:function(){te=!0}}),window.addEventListener("test-passive",null,ne)}catch(e){}var re=function(){return void 0===z&&(z=!B&&!q&&void 0!==e&&(e.process&&"server"===e.process.env.VUE_ENV)),z},ae=B&&window.__VUE_DEVTOOLS_GLOBAL_HOOK__;function ie(e){return"function"==typeof e&&/native code/.test(e.toString())}var oe,se="undefined"!=typeof Symbol&&ie(Symbol)&&"undefined"!=typeof Reflect&&ie(Reflect.ownKeys);oe="undefined"!=typeof Set&&ie(Set)?Set:function(){function e(){this.set=Object.create(null)}return e.prototype.has=function(e){return!0===this.set[e]},e.prototype.add=function(e){this.set[e]=!0},e.prototype.clear=function(){this.set=Object.create(null)},e}();var ue=A,le=0,ce=function(){this.id=le++,this.subs=[]};ce.prototype.addSub=function(e){this.subs.push(e)},ce.prototype.removeSub=function(e){y(this.subs,e)},ce.prototype.depend=function(){ce.target&&ce.target.addDep(this)},ce.prototype.notify=function(){var e=this.subs.slice();for(var t=0,n=e.length;t<n;t++)e[t].update()},ce.target=null;var de=[];function fe(e){de.push(e),ce.target=e}function pe(){de.pop(),ce.target=de[de.length-1]}var me=function(e,t,n,r,a,i,o,s){this.tag=e,this.data=t,this.children=n,this.text=r,this.elm=a,this.ns=void 0,this.context=i,this.fnContext=void 0,this.fnOptions=void 0,this.fnScopeId=void 0,this.key=t&&t.key,this.componentOptions=o,this.componentInstance=void 0,this.parent=void 0,this.raw=!1,this.isStatic=!1,this.isRootInsert=!0,this.isComment=!1,this.isCloned=!1,this.isOnce=!1,this.asyncFactory=s,this.asyncMeta=void 0,this.isAsyncPlaceholder=!1},he={child:{configurable:!0}};he.child.get=function(){return this.componentInstance},Object.defineProperties(me.prototype,he);var _e=function(e){void 0===e&&(e="");var t=new me;return t.text=e,t.isComment=!0,t};function ge(e){return new me(void 0,void 0,void 0,String(e))}function ye(e){var t=new me(e.tag,e.data,e.children&&e.children.slice(),e.text,e.elm,e.context,e.componentOptions,e.asyncFactory);return t.ns=e.ns,t.isStatic=e.isStatic,t.key=e.key,t.isComment=e.isComment,t.fnContext=e.fnContext,t.fnOptions=e.fnOptions,t.fnScopeId=e.fnScopeId,t.asyncMeta=e.asyncMeta,t.isCloned=!0,t}var ve=Array.prototype,Me=Object.create(ve);["push","pop","shift","unshift","splice","sort","reverse"].forEach((function(e){var t=ve[e];U(Me,e,(function(){for(var n=[],r=arguments.length;r--;)n[r]=arguments[r];var a,i=t.apply(this,n),o=this.__ob__;switch(e){case"push":case"unshift":a=n;break;case"splice":a=n.slice(2)}return a&&o.observeArray(a),o.dep.notify(),i}))}));var Le=Object.getOwnPropertyNames(Me),we=!0;function be(e){we=e}var Te=function(e){this.value=e,this.dep=new ce,this.vmCount=0,U(e,"__ob__",this),Array.isArray(e)?($?function(e,t){e.__proto__=t}(e,Me):function(e,t,n){for(var r=0,a=n.length;r<a;r++){var i=n[r];U(e,i,t[i])}}(e,Me,Le),this.observeArray(e)):this.walk(e)};function xe(e,t){var n;if(u(e)&&!(e instanceof me))return M(e,"__ob__")&&e.__ob__ instanceof Te?n=e.__ob__:we&&!re()&&(Array.isArray(e)||c(e))&&Object.isExtensible(e)&&!e._isVue&&(n=new Te(e)),t&&n&&n.vmCount++,n}function ke(e,t,n,r,a){var i=new ce,o=Object.getOwnPropertyDescriptor(e,t);if(!o||!1!==o.configurable){var s=o&&o.get,u=o&&o.set;s&&!u||2!==arguments.length||(n=e[t]);var l=!a&&xe(n);Object.defineProperty(e,t,{enumerable:!0,configurable:!0,get:function(){var t=s?s.call(e):n;return ce.target&&(i.depend(),l&&(l.dep.depend(),Array.isArray(t)&&Se(t))),t},set:function(t){var r=s?s.call(e):n;t===r||t!=t&&r!=r||s&&!u||(u?u.call(e,t):n=t,l=!a&&xe(t),i.notify())}})}}function Ye(e,t,n){if(Array.isArray(e)&&f(t))return e.length=Math.max(e.length,t),e.splice(t,1,n),n;if(t in e&&!(t in Object.prototype))return e[t]=n,n;var r=e.__ob__;return e._isVue||r&&r.vmCount?n:r?(ke(r.value,t,n),r.dep.notify(),n):(e[t]=n,n)}function De(e,t){if(Array.isArray(e)&&f(t))e.splice(t,1);else{var n=e.__ob__;e._isVue||n&&n.vmCount||M(e,t)&&(delete e[t],n&&n.dep.notify())}}function Se(e){for(var t=void 0,n=0,r=e.length;n<r;n++)(t=e[n])&&t.__ob__&&t.__ob__.dep.depend(),Array.isArray(t)&&Se(t)}Te.prototype.walk=function(e){for(var t=Object.keys(e),n=0;n<t.length;n++)ke(e,t[n])},Te.prototype.observeArray=function(e){for(var t=0,n=e.length;t<n;t++)xe(e[t])};var je=I.optionMergeStrategies;function Ae(e,t){if(!t)return e;for(var n,r,a,i=se?Reflect.ownKeys(t):Object.keys(t),o=0;o<i.length;o++)"__ob__"!==(n=i[o])&&(r=e[n],a=t[n],M(e,n)?r!==a&&c(r)&&c(a)&&Ae(r,a):Ye(e,n,a));return e}function Ee(e,t,n){return n?function(){var r="function"==typeof t?t.call(n,n):t,a="function"==typeof e?e.call(n,n):e;return r?Ae(r,a):a}:t?e?function(){return Ae("function"==typeof t?t.call(this,this):t,"function"==typeof e?e.call(this,this):e)}:t:e}function Oe(e,t){var n=t?e?e.concat(t):Array.isArray(t)?t:[t]:e;return n?function(e){for(var t=[],n=0;n<e.length;n++)-1===t.indexOf(e[n])&&t.push(e[n]);return t}(n):n}function Pe(e,t,n,r){var a=Object.create(e||null);return t?S(a,t):a}je.data=function(e,t,n){return n?Ee(e,t,n):t&&"function"!=typeof t?e:Ee(e,t)},N.forEach((function(e){je[e]=Oe})),F.forEach((function(e){je[e+"s"]=Pe})),je.watch=function(e,t,n,r){if(e===ee&&(e=void 0),t===ee&&(t=void 0),!t)return Object.create(e||null);if(!e)return t;var a={};for(var i in S(a,e),t){var o=a[i],s=t[i];o&&!Array.isArray(o)&&(o=[o]),a[i]=o?o.concat(s):Array.isArray(s)?s:[s]}return a},je.props=je.methods=je.inject=je.computed=function(e,t,n,r){if(!e)return t;var a=Object.create(null);return S(a,e),t&&S(a,t),a},je.provide=Ee;var Ce=function(e,t){return void 0===t?e:t};function He(e,t,n){if("function"==typeof t&&(t=t.options),function(e,t){var n=e.props;if(n){var r,a,i={};if(Array.isArray(n))for(r=n.length;r--;)"string"==typeof(a=n[r])&&(i[b(a)]={type:null});else if(c(n))for(var o in n)a=n[o],i[b(o)]=c(a)?a:{type:a};else 0;e.props=i}}(t),function(e,t){var n=e.inject;if(n){var r=e.inject={};if(Array.isArray(n))for(var a=0;a<n.length;a++)r[n[a]]={from:n[a]};else if(c(n))for(var i in n){var o=n[i];r[i]=c(o)?S({from:i},o):{from:o}}else 0}}(t),function(e){var t=e.directives;if(t)for(var n in t){var r=t[n];"function"==typeof r&&(t[n]={bind:r,update:r})}}(t),!t._base&&(t.extends&&(e=He(e,t.extends,n)),t.mixins))for(var r=0,a=t.mixins.length;r<a;r++)e=He(e,t.mixins[r],n);var i,o={};for(i in e)s(i);for(i in t)M(e,i)||s(i);function s(r){var a=je[r]||Ce;o[r]=a(e[r],t[r],n,r)}return o}function Fe(e,t,n,r){if("string"==typeof n){var a=e[t];if(M(a,n))return a[n];var i=b(n);if(M(a,i))return a[i];var o=T(i);return M(a,o)?a[o]:a[n]||a[i]||a[o]}}function Ne(e,t,n,r){var a=t[e],i=!M(n,e),o=n[e],s=Ue(Boolean,a.type);if(s>-1)if(i&&!M(a,"default"))o=!1;else if(""===o||o===k(e)){var u=Ue(String,a.type);(u<0||s<u)&&(o=!0)}if(void 0===o){o=function(e,t,n){if(!M(t,"default"))return;var r=t.default;0;if(e&&e.$options.propsData&&void 0===e.$options.propsData[n]&&void 0!==e._props[n])return e._props[n];return"function"==typeof r&&"Function"!==Ie(t.type)?r.call(e):r}(r,a,e);var l=we;be(!0),xe(o),be(l)}return o}function Ie(e){var t=e&&e.toString().match(/^\s*function (\w+)/);return t?t[1]:""}function Re(e,t){return Ie(e)===Ie(t)}function Ue(e,t){if(!Array.isArray(t))return Re(t,e)?0:-1;for(var n=0,r=t.length;n<r;n++)if(Re(t[n],e))return n;return-1}function We(e,t,n){fe();try{if(t)for(var r=t;r=r.$parent;){var a=r.$options.errorCaptured;if(a)for(var i=0;i<a.length;i++)try{if(!1===a[i].call(r,e,t,n))return}catch(e){$e(e,r,"errorCaptured hook")}}$e(e,t,n)}finally{pe()}}function ze(e,t,n,r,a){var i;try{(i=n?e.apply(t,n):e.call(t))&&!i._isVue&&p(i)&&!i._handled&&(i.catch((function(e){return We(e,r,a+" (Promise/async)")})),i._handled=!0)}catch(e){We(e,r,a)}return i}function $e(e,t,n){if(I.errorHandler)try{return I.errorHandler.call(null,e,t,n)}catch(t){t!==e&&Be(t,null,"config.errorHandler")}Be(e,t,n)}function Be(e,t,n){if(!B&&!q||"undefined"==typeof console)throw e;console.error(e)}var qe,Ge=!1,Je=[],Ve=!1;function Ke(){Ve=!1;var e=Je.slice(0);Je.length=0;for(var t=0;t<e.length;t++)e[t]()}if("undefined"!=typeof Promise&&ie(Promise)){var Xe=Promise.resolve();qe=function(){Xe.then(Ke),Z&&setTimeout(A)},Ge=!0}else if(V||"undefined"==typeof MutationObserver||!ie(MutationObserver)&&"[object MutationObserverConstructor]"!==MutationObserver.toString())qe=void 0!==n&&ie(n)?function(){n(Ke)}:function(){setTimeout(Ke,0)};else{var Ze=1,Qe=new MutationObserver(Ke),et=document.createTextNode(String(Ze));Qe.observe(et,{characterData:!0}),qe=function(){Ze=(Ze+1)%2,et.data=String(Ze)},Ge=!0}function tt(e,t){var n;if(Je.push((function(){if(e)try{e.call(t)}catch(e){We(e,t,"nextTick")}else n&&n(t)})),Ve||(Ve=!0,qe()),!e&&"undefined"!=typeof Promise)return new Promise((function(e){n=e}))}var nt=new oe;function rt(e){!function e(t,n){var r,a,i=Array.isArray(t);if(!i&&!u(t)||Object.isFrozen(t)||t instanceof me)return;if(t.__ob__){var o=t.__ob__.dep.id;if(n.has(o))return;n.add(o)}if(i)for(r=t.length;r--;)e(t[r],n);else for(a=Object.keys(t),r=a.length;r--;)e(t[a[r]],n)}(e,nt),nt.clear()}var at=L((function(e){var t="&"===e.charAt(0),n="~"===(e=t?e.slice(1):e).charAt(0),r="!"===(e=n?e.slice(1):e).charAt(0);return{name:e=r?e.slice(1):e,once:n,capture:r,passive:t}}));function it(e,t){function n(){var e=arguments,r=n.fns;if(!Array.isArray(r))return ze(r,null,arguments,t,"v-on handler");for(var a=r.slice(),i=0;i<a.length;i++)ze(a[i],null,e,t,"v-on handler")}return n.fns=e,n}function ot(e,t,n,r,i,s){var u,l,c,d;for(u in e)l=e[u],c=t[u],d=at(u),a(l)||(a(c)?(a(l.fns)&&(l=e[u]=it(l,s)),o(d.once)&&(l=e[u]=i(d.name,l,d.capture)),n(d.name,l,d.capture,d.passive,d.params)):l!==c&&(c.fns=l,e[u]=c));for(u in t)a(e[u])&&r((d=at(u)).name,t[u],d.capture)}function st(e,t,n){var r;e instanceof me&&(e=e.data.hook||(e.data.hook={}));var s=e[t];function u(){n.apply(this,arguments),y(r.fns,u)}a(s)?r=it([u]):i(s.fns)&&o(s.merged)?(r=s).fns.push(u):r=it([s,u]),r.merged=!0,e[t]=r}function ut(e,t,n,r,a){if(i(t)){if(M(t,n))return e[n]=t[n],a||delete t[n],!0;if(M(t,r))return e[n]=t[r],a||delete t[r],!0}return!1}function lt(e){return s(e)?[ge(e)]:Array.isArray(e)?function e(t,n){var r,u,l,c,d=[];for(r=0;r<t.length;r++)a(u=t[r])||"boolean"==typeof u||(l=d.length-1,c=d[l],Array.isArray(u)?u.length>0&&(ct((u=e(u,(n||"")+"_"+r))[0])&&ct(c)&&(d[l]=ge(c.text+u[0].text),u.shift()),d.push.apply(d,u)):s(u)?ct(c)?d[l]=ge(c.text+u):""!==u&&d.push(ge(u)):ct(u)&&ct(c)?d[l]=ge(c.text+u.text):(o(t._isVList)&&i(u.tag)&&a(u.key)&&i(n)&&(u.key="__vlist"+n+"_"+r+"__"),d.push(u)));return d}(e):void 0}function ct(e){return i(e)&&i(e.text)&&!1===e.isComment}function dt(e,t){if(e){for(var n=Object.create(null),r=se?Reflect.ownKeys(e):Object.keys(e),a=0;a<r.length;a++){var i=r[a];if("__ob__"!==i){for(var o=e[i].from,s=t;s;){if(s._provided&&M(s._provided,o)){n[i]=s._provided[o];break}s=s.$parent}if(!s)if("default"in e[i]){var u=e[i].default;n[i]="function"==typeof u?u.call(t):u}else 0}}return n}}function ft(e,t){if(!e||!e.length)return{};for(var n={},r=0,a=e.length;r<a;r++){var i=e[r],o=i.data;if(o&&o.attrs&&o.attrs.slot&&delete o.attrs.slot,i.context!==t&&i.fnContext!==t||!o||null==o.slot)(n.default||(n.default=[])).push(i);else{var s=o.slot,u=n[s]||(n[s]=[]);"template"===i.tag?u.push.apply(u,i.children||[]):u.push(i)}}for(var l in n)n[l].every(pt)&&delete n[l];return n}function pt(e){return e.isComment&&!e.asyncFactory||" "===e.text}function mt(e,t,n){var a,i=Object.keys(t).length>0,o=e?!!e.$stable:!i,s=e&&e.$key;if(e){if(e._normalized)return e._normalized;if(o&&n&&n!==r&&s===n.$key&&!i&&!n.$hasNormal)return n;for(var u in a={},e)e[u]&&"$"!==u[0]&&(a[u]=ht(t,u,e[u]))}else a={};for(var l in t)l in a||(a[l]=_t(t,l));return e&&Object.isExtensible(e)&&(e._normalized=a),U(a,"$stable",o),U(a,"$key",s),U(a,"$hasNormal",i),a}function ht(e,t,n){var r=function(){var e=arguments.length?n.apply(null,arguments):n({});return(e=e&&"object"==typeof e&&!Array.isArray(e)?[e]:lt(e))&&(0===e.length||1===e.length&&e[0].isComment)?void 0:e};return n.proxy&&Object.defineProperty(e,t,{get:r,enumerable:!0,configurable:!0}),r}function _t(e,t){return function(){return e[t]}}function gt(e,t){var n,r,a,o,s;if(Array.isArray(e)||"string"==typeof e)for(n=new Array(e.length),r=0,a=e.length;r<a;r++)n[r]=t(e[r],r);else if("number"==typeof e)for(n=new Array(e),r=0;r<e;r++)n[r]=t(r+1,r);else if(u(e))if(se&&e[Symbol.iterator]){n=[];for(var l=e[Symbol.iterator](),c=l.next();!c.done;)n.push(t(c.value,n.length)),c=l.next()}else for(o=Object.keys(e),n=new Array(o.length),r=0,a=o.length;r<a;r++)s=o[r],n[r]=t(e[s],s,r);return i(n)||(n=[]),n._isVList=!0,n}function yt(e,t,n,r){var a,i=this.$scopedSlots[e];i?(n=n||{},r&&(n=S(S({},r),n)),a=i(n)||t):a=this.$slots[e]||t;var o=n&&n.slot;return o?this.$createElement("template",{slot:o},a):a}function vt(e){return Fe(this.$options,"filters",e)||O}function Mt(e,t){return Array.isArray(e)?-1===e.indexOf(t):e!==t}function Lt(e,t,n,r,a){var i=I.keyCodes[t]||n;return a&&r&&!I.keyCodes[t]?Mt(a,r):i?Mt(i,e):r?k(r)!==t:void 0}function wt(e,t,n,r,a){if(n)if(u(n)){var i;Array.isArray(n)&&(n=j(n));var o=function(o){if("class"===o||"style"===o||g(o))i=e;else{var s=e.attrs&&e.attrs.type;i=r||I.mustUseProp(t,s,o)?e.domProps||(e.domProps={}):e.attrs||(e.attrs={})}var u=b(o),l=k(o);u in i||l in i||(i[o]=n[o],a&&((e.on||(e.on={}))["update:"+o]=function(e){n[o]=e}))};for(var s in n)o(s)}else;return e}function bt(e,t){var n=this._staticTrees||(this._staticTrees=[]),r=n[e];return r&&!t||xt(r=n[e]=this.$options.staticRenderFns[e].call(this._renderProxy,null,this),"__static__"+e,!1),r}function Tt(e,t,n){return xt(e,"__once__"+t+(n?"_"+n:""),!0),e}function xt(e,t,n){if(Array.isArray(e))for(var r=0;r<e.length;r++)e[r]&&"string"!=typeof e[r]&&kt(e[r],t+"_"+r,n);else kt(e,t,n)}function kt(e,t,n){e.isStatic=!0,e.key=t,e.isOnce=n}function Yt(e,t){if(t)if(c(t)){var n=e.on=e.on?S({},e.on):{};for(var r in t){var a=n[r],i=t[r];n[r]=a?[].concat(a,i):i}}else;return e}function Dt(e,t,n,r){t=t||{$stable:!n};for(var a=0;a<e.length;a++){var i=e[a];Array.isArray(i)?Dt(i,t,n):i&&(i.proxy&&(i.fn.proxy=!0),t[i.key]=i.fn)}return r&&(t.$key=r),t}function St(e,t){for(var n=0;n<t.length;n+=2){var r=t[n];"string"==typeof r&&r&&(e[t[n]]=t[n+1])}return e}function jt(e,t){return"string"==typeof e?t+e:e}function At(e){e._o=Tt,e._n=h,e._s=m,e._l=gt,e._t=yt,e._q=P,e._i=C,e._m=bt,e._f=vt,e._k=Lt,e._b=wt,e._v=ge,e._e=_e,e._u=Dt,e._g=Yt,e._d=St,e._p=jt}function Et(e,t,n,a,i){var s,u=this,l=i.options;M(a,"_uid")?(s=Object.create(a))._original=a:(s=a,a=a._original);var c=o(l._compiled),d=!c;this.data=e,this.props=t,this.children=n,this.parent=a,this.listeners=e.on||r,this.injections=dt(l.inject,a),this.slots=function(){return u.$slots||mt(e.scopedSlots,u.$slots=ft(n,a)),u.$slots},Object.defineProperty(this,"scopedSlots",{enumerable:!0,get:function(){return mt(e.scopedSlots,this.slots())}}),c&&(this.$options=l,this.$slots=this.slots(),this.$scopedSlots=mt(e.scopedSlots,this.$slots)),l._scopeId?this._c=function(e,t,n,r){var i=It(s,e,t,n,r,d);return i&&!Array.isArray(i)&&(i.fnScopeId=l._scopeId,i.fnContext=a),i}:this._c=function(e,t,n,r){return It(s,e,t,n,r,d)}}function Ot(e,t,n,r,a){var i=ye(e);return i.fnContext=n,i.fnOptions=r,t.slot&&((i.data||(i.data={})).slot=t.slot),i}function Pt(e,t){for(var n in t)e[b(n)]=t[n]}At(Et.prototype);var Ct={init:function(e,t){if(e.componentInstance&&!e.componentInstance._isDestroyed&&e.data.keepAlive){var n=e;Ct.prepatch(n,n)}else{(e.componentInstance=function(e,t){var n={_isComponent:!0,_parentVnode:e,parent:t},r=e.data.inlineTemplate;i(r)&&(n.render=r.render,n.staticRenderFns=r.staticRenderFns);return new e.componentOptions.Ctor(n)}(e,Vt)).$mount(t?e.elm:void 0,t)}},prepatch:function(e,t){var n=t.componentOptions;!function(e,t,n,a,i){0;var o=a.data.scopedSlots,s=e.$scopedSlots,u=!!(o&&!o.$stable||s!==r&&!s.$stable||o&&e.$scopedSlots.$key!==o.$key),l=!!(i||e.$options._renderChildren||u);e.$options._parentVnode=a,e.$vnode=a,e._vnode&&(e._vnode.parent=a);if(e.$options._renderChildren=i,e.$attrs=a.data.attrs||r,e.$listeners=n||r,t&&e.$options.props){be(!1);for(var c=e._props,d=e.$options._propKeys||[],f=0;f<d.length;f++){var p=d[f],m=e.$options.props;c[p]=Ne(p,m,t,e)}be(!0),e.$options.propsData=t}n=n||r;var h=e.$options._parentListeners;e.$options._parentListeners=n,Jt(e,n,h),l&&(e.$slots=ft(i,a.context),e.$forceUpdate());0}(t.componentInstance=e.componentInstance,n.propsData,n.listeners,t,n.children)},insert:function(e){var t,n=e.context,r=e.componentInstance;r._isMounted||(r._isMounted=!0,Qt(r,"mounted")),e.data.keepAlive&&(n._isMounted?((t=r)._inactive=!1,tn.push(t)):Zt(r,!0))},destroy:function(e){var t=e.componentInstance;t._isDestroyed||(e.data.keepAlive?function e(t,n){if(n&&(t._directInactive=!0,Xt(t)))return;if(!t._inactive){t._inactive=!0;for(var r=0;r<t.$children.length;r++)e(t.$children[r]);Qt(t,"deactivated")}}(t,!0):t.$destroy())}},Ht=Object.keys(Ct);function Ft(e,t,n,s,l){if(!a(e)){var c=n.$options._base;if(u(e)&&(e=c.extend(e)),"function"==typeof e){var d;if(a(e.cid)&&void 0===(e=function(e,t){if(o(e.error)&&i(e.errorComp))return e.errorComp;if(i(e.resolved))return e.resolved;var n=Ut;n&&i(e.owners)&&-1===e.owners.indexOf(n)&&e.owners.push(n);if(o(e.loading)&&i(e.loadingComp))return e.loadingComp;if(n&&!i(e.owners)){var r=e.owners=[n],s=!0,l=null,c=null;n.$on("hook:destroyed",(function(){return y(r,n)}));var d=function(e){for(var t=0,n=r.length;t<n;t++)r[t].$forceUpdate();e&&(r.length=0,null!==l&&(clearTimeout(l),l=null),null!==c&&(clearTimeout(c),c=null))},f=H((function(n){e.resolved=Wt(n,t),s?r.length=0:d(!0)})),m=H((function(t){i(e.errorComp)&&(e.error=!0,d(!0))})),h=e(f,m);return u(h)&&(p(h)?a(e.resolved)&&h.then(f,m):p(h.component)&&(h.component.then(f,m),i(h.error)&&(e.errorComp=Wt(h.error,t)),i(h.loading)&&(e.loadingComp=Wt(h.loading,t),0===h.delay?e.loading=!0:l=setTimeout((function(){l=null,a(e.resolved)&&a(e.error)&&(e.loading=!0,d(!1))}),h.delay||200)),i(h.timeout)&&(c=setTimeout((function(){c=null,a(e.resolved)&&m(null)}),h.timeout)))),s=!1,e.loading?e.loadingComp:e.resolved}}(d=e,c)))return function(e,t,n,r,a){var i=_e();return i.asyncFactory=e,i.asyncMeta={data:t,context:n,children:r,tag:a},i}(d,t,n,s,l);t=t||{},wn(e),i(t.model)&&function(e,t){var n=e.model&&e.model.prop||"value",r=e.model&&e.model.event||"input";(t.attrs||(t.attrs={}))[n]=t.model.value;var a=t.on||(t.on={}),o=a[r],s=t.model.callback;i(o)?(Array.isArray(o)?-1===o.indexOf(s):o!==s)&&(a[r]=[s].concat(o)):a[r]=s}(e.options,t);var f=function(e,t,n){var r=t.options.props;if(!a(r)){var o={},s=e.attrs,u=e.props;if(i(s)||i(u))for(var l in r){var c=k(l);ut(o,u,l,c,!0)||ut(o,s,l,c,!1)}return o}}(t,e);if(o(e.options.functional))return function(e,t,n,a,o){var s=e.options,u={},l=s.props;if(i(l))for(var c in l)u[c]=Ne(c,l,t||r);else i(n.attrs)&&Pt(u,n.attrs),i(n.props)&&Pt(u,n.props);var d=new Et(n,u,o,a,e),f=s.render.call(null,d._c,d);if(f instanceof me)return Ot(f,n,d.parent,s,d);if(Array.isArray(f)){for(var p=lt(f)||[],m=new Array(p.length),h=0;h<p.length;h++)m[h]=Ot(p[h],n,d.parent,s,d);return m}}(e,f,t,n,s);var m=t.on;if(t.on=t.nativeOn,o(e.options.abstract)){var h=t.slot;t={},h&&(t.slot=h)}!function(e){for(var t=e.hook||(e.hook={}),n=0;n<Ht.length;n++){var r=Ht[n],a=t[r],i=Ct[r];a===i||a&&a._merged||(t[r]=a?Nt(i,a):i)}}(t);var _=e.options.name||l;return new me("vue-component-"+e.cid+(_?"-"+_:""),t,void 0,void 0,void 0,n,{Ctor:e,propsData:f,listeners:m,tag:l,children:s},d)}}}function Nt(e,t){var n=function(n,r){e(n,r),t(n,r)};return n._merged=!0,n}function It(e,t,n,r,l,c){return(Array.isArray(n)||s(n))&&(l=r,r=n,n=void 0),o(c)&&(l=2),function(e,t,n,r,s){if(i(n)&&i(n.__ob__))return _e();i(n)&&i(n.is)&&(t=n.is);if(!t)return _e();0;Array.isArray(r)&&"function"==typeof r[0]&&((n=n||{}).scopedSlots={default:r[0]},r.length=0);2===s?r=lt(r):1===s&&(r=function(e){for(var t=0;t<e.length;t++)if(Array.isArray(e[t]))return Array.prototype.concat.apply([],e);return e}(r));var l,c;if("string"==typeof t){var d;c=e.$vnode&&e.$vnode.ns||I.getTagNamespace(t),l=I.isReservedTag(t)?new me(I.parsePlatformTagName(t),n,r,void 0,void 0,e):n&&n.pre||!i(d=Fe(e.$options,"components",t))?new me(t,n,r,void 0,void 0,e):Ft(d,n,e,r,t)}else l=Ft(t,n,e,r);return Array.isArray(l)?l:i(l)?(i(c)&&function e(t,n,r){t.ns=n,"foreignObject"===t.tag&&(n=void 0,r=!0);if(i(t.children))for(var s=0,u=t.children.length;s<u;s++){var l=t.children[s];i(l.tag)&&(a(l.ns)||o(r)&&"svg"!==l.tag)&&e(l,n,r)}}(l,c),i(n)&&function(e){u(e.style)&&rt(e.style);u(e.class)&&rt(e.class)}(n),l):_e()}(e,t,n,r,l)}var Rt,Ut=null;function Wt(e,t){return(e.__esModule||se&&"Module"===e[Symbol.toStringTag])&&(e=e.default),u(e)?t.extend(e):e}function zt(e){return e.isComment&&e.asyncFactory}function $t(e){if(Array.isArray(e))for(var t=0;t<e.length;t++){var n=e[t];if(i(n)&&(i(n.componentOptions)||zt(n)))return n}}function Bt(e,t){Rt.$on(e,t)}function qt(e,t){Rt.$off(e,t)}function Gt(e,t){var n=Rt;return function r(){var a=t.apply(null,arguments);null!==a&&n.$off(e,r)}}function Jt(e,t,n){Rt=e,ot(t,n||{},Bt,qt,Gt,e),Rt=void 0}var Vt=null;function Kt(e){var t=Vt;return Vt=e,function(){Vt=t}}function Xt(e){for(;e&&(e=e.$parent);)if(e._inactive)return!0;return!1}function Zt(e,t){if(t){if(e._directInactive=!1,Xt(e))return}else if(e._directInactive)return;if(e._inactive||null===e._inactive){e._inactive=!1;for(var n=0;n<e.$children.length;n++)Zt(e.$children[n]);Qt(e,"activated")}}function Qt(e,t){fe();var n=e.$options[t],r=t+" hook";if(n)for(var a=0,i=n.length;a<i;a++)ze(n[a],e,null,e,r);e._hasHookEvent&&e.$emit("hook:"+t),pe()}var en=[],tn=[],nn={},rn=!1,an=!1,on=0;var sn=0,un=Date.now;if(B&&!V){var ln=window.performance;ln&&"function"==typeof ln.now&&un()>document.createEvent("Event").timeStamp&&(un=function(){return ln.now()})}function cn(){var e,t;for(sn=un(),an=!0,en.sort((function(e,t){return e.id-t.id})),on=0;on<en.length;on++)(e=en[on]).before&&e.before(),t=e.id,nn[t]=null,e.run();var n=tn.slice(),r=en.slice();on=en.length=tn.length=0,nn={},rn=an=!1,function(e){for(var t=0;t<e.length;t++)e[t]._inactive=!0,Zt(e[t],!0)}(n),function(e){var t=e.length;for(;t--;){var n=e[t],r=n.vm;r._watcher===n&&r._isMounted&&!r._isDestroyed&&Qt(r,"updated")}}(r),ae&&I.devtools&&ae.emit("flush")}var dn=0,fn=function(e,t,n,r,a){this.vm=e,a&&(e._watcher=this),e._watchers.push(this),r?(this.deep=!!r.deep,this.user=!!r.user,this.lazy=!!r.lazy,this.sync=!!r.sync,this.before=r.before):this.deep=this.user=this.lazy=this.sync=!1,this.cb=n,this.id=++dn,this.active=!0,this.dirty=this.lazy,this.deps=[],this.newDeps=[],this.depIds=new oe,this.newDepIds=new oe,this.expression="","function"==typeof t?this.getter=t:(this.getter=function(e){if(!W.test(e)){var t=e.split(".");return function(e){for(var n=0;n<t.length;n++){if(!e)return;e=e[t[n]]}return e}}}(t),this.getter||(this.getter=A)),this.value=this.lazy?void 0:this.get()};fn.prototype.get=function(){var e;fe(this);var t=this.vm;try{e=this.getter.call(t,t)}catch(e){if(!this.user)throw e;We(e,t,'getter for watcher "'+this.expression+'"')}finally{this.deep&&rt(e),pe(),this.cleanupDeps()}return e},fn.prototype.addDep=function(e){var t=e.id;this.newDepIds.has(t)||(this.newDepIds.add(t),this.newDeps.push(e),this.depIds.has(t)||e.addSub(this))},fn.prototype.cleanupDeps=function(){for(var e=this.deps.length;e--;){var t=this.deps[e];this.newDepIds.has(t.id)||t.removeSub(this)}var n=this.depIds;this.depIds=this.newDepIds,this.newDepIds=n,this.newDepIds.clear(),n=this.deps,this.deps=this.newDeps,this.newDeps=n,this.newDeps.length=0},fn.prototype.update=function(){this.lazy?this.dirty=!0:this.sync?this.run():function(e){var t=e.id;if(null==nn[t]){if(nn[t]=!0,an){for(var n=en.length-1;n>on&&en[n].id>e.id;)n--;en.splice(n+1,0,e)}else en.push(e);rn||(rn=!0,tt(cn))}}(this)},fn.prototype.run=function(){if(this.active){var e=this.get();if(e!==this.value||u(e)||this.deep){var t=this.value;if(this.value=e,this.user)try{this.cb.call(this.vm,e,t)}catch(e){We(e,this.vm,'callback for watcher "'+this.expression+'"')}else this.cb.call(this.vm,e,t)}}},fn.prototype.evaluate=function(){this.value=this.get(),this.dirty=!1},fn.prototype.depend=function(){for(var e=this.deps.length;e--;)this.deps[e].depend()},fn.prototype.teardown=function(){if(this.active){this.vm._isBeingDestroyed||y(this.vm._watchers,this);for(var e=this.deps.length;e--;)this.deps[e].removeSub(this);this.active=!1}};var pn={enumerable:!0,configurable:!0,get:A,set:A};function mn(e,t,n){pn.get=function(){return this[t][n]},pn.set=function(e){this[t][n]=e},Object.defineProperty(e,n,pn)}function hn(e){e._watchers=[];var t=e.$options;t.props&&function(e,t){var n=e.$options.propsData||{},r=e._props={},a=e.$options._propKeys=[];e.$parent&&be(!1);var i=function(i){a.push(i);var o=Ne(i,t,n,e);ke(r,i,o),i in e||mn(e,"_props",i)};for(var o in t)i(o);be(!0)}(e,t.props),t.methods&&function(e,t){e.$options.props;for(var n in t)e[n]="function"!=typeof t[n]?A:Y(t[n],e)}(e,t.methods),t.data?function(e){var t=e.$options.data;c(t=e._data="function"==typeof t?function(e,t){fe();try{return e.call(t,t)}catch(e){return We(e,t,"data()"),{}}finally{pe()}}(t,e):t||{})||(t={});var n=Object.keys(t),r=e.$options.props,a=(e.$options.methods,n.length);for(;a--;){var i=n[a];0,r&&M(r,i)||(o=void 0,36!==(o=(i+"").charCodeAt(0))&&95!==o&&mn(e,"_data",i))}var o;xe(t,!0)}(e):xe(e._data={},!0),t.computed&&function(e,t){var n=e._computedWatchers=Object.create(null),r=re();for(var a in t){var i=t[a],o="function"==typeof i?i:i.get;0,r||(n[a]=new fn(e,o||A,A,_n)),a in e||gn(e,a,i)}}(e,t.computed),t.watch&&t.watch!==ee&&function(e,t){for(var n in t){var r=t[n];if(Array.isArray(r))for(var a=0;a<r.length;a++)Mn(e,n,r[a]);else Mn(e,n,r)}}(e,t.watch)}var _n={lazy:!0};function gn(e,t,n){var r=!re();"function"==typeof n?(pn.get=r?yn(t):vn(n),pn.set=A):(pn.get=n.get?r&&!1!==n.cache?yn(t):vn(n.get):A,pn.set=n.set||A),Object.defineProperty(e,t,pn)}function yn(e){return function(){var t=this._computedWatchers&&this._computedWatchers[e];if(t)return t.dirty&&t.evaluate(),ce.target&&t.depend(),t.value}}function vn(e){return function(){return e.call(this,this)}}function Mn(e,t,n,r){return c(n)&&(r=n,n=n.handler),"string"==typeof n&&(n=e[n]),e.$watch(t,n,r)}var Ln=0;function wn(e){var t=e.options;if(e.super){var n=wn(e.super);if(n!==e.superOptions){e.superOptions=n;var r=function(e){var t,n=e.options,r=e.sealedOptions;for(var a in n)n[a]!==r[a]&&(t||(t={}),t[a]=n[a]);return t}(e);r&&S(e.extendOptions,r),(t=e.options=He(n,e.extendOptions)).name&&(t.components[t.name]=e)}}return t}function bn(e){this._init(e)}function Tn(e){e.cid=0;var t=1;e.extend=function(e){e=e||{};var n=this,r=n.cid,a=e._Ctor||(e._Ctor={});if(a[r])return a[r];var i=e.name||n.options.name;var o=function(e){this._init(e)};return(o.prototype=Object.create(n.prototype)).constructor=o,o.cid=t++,o.options=He(n.options,e),o.super=n,o.options.props&&function(e){var t=e.options.props;for(var n in t)mn(e.prototype,"_props",n)}(o),o.options.computed&&function(e){var t=e.options.computed;for(var n in t)gn(e.prototype,n,t[n])}(o),o.extend=n.extend,o.mixin=n.mixin,o.use=n.use,F.forEach((function(e){o[e]=n[e]})),i&&(o.options.components[i]=o),o.superOptions=n.options,o.extendOptions=e,o.sealedOptions=S({},o.options),a[r]=o,o}}function xn(e){return e&&(e.Ctor.options.name||e.tag)}function kn(e,t){return Array.isArray(e)?e.indexOf(t)>-1:"string"==typeof e?e.split(",").indexOf(t)>-1:!!d(e)&&e.test(t)}function Yn(e,t){var n=e.cache,r=e.keys,a=e._vnode;for(var i in n){var o=n[i];if(o){var s=xn(o.componentOptions);s&&!t(s)&&Dn(n,i,r,a)}}}function Dn(e,t,n,r){var a=e[t];!a||r&&a.tag===r.tag||a.componentInstance.$destroy(),e[t]=null,y(n,t)}!function(e){e.prototype._init=function(e){var t=this;t._uid=Ln++,t._isVue=!0,e&&e._isComponent?function(e,t){var n=e.$options=Object.create(e.constructor.options),r=t._parentVnode;n.parent=t.parent,n._parentVnode=r;var a=r.componentOptions;n.propsData=a.propsData,n._parentListeners=a.listeners,n._renderChildren=a.children,n._componentTag=a.tag,t.render&&(n.render=t.render,n.staticRenderFns=t.staticRenderFns)}(t,e):t.$options=He(wn(t.constructor),e||{},t),t._renderProxy=t,t._self=t,function(e){var t=e.$options,n=t.parent;if(n&&!t.abstract){for(;n.$options.abstract&&n.$parent;)n=n.$parent;n.$children.push(e)}e.$parent=n,e.$root=n?n.$root:e,e.$children=[],e.$refs={},e._watcher=null,e._inactive=null,e._directInactive=!1,e._isMounted=!1,e._isDestroyed=!1,e._isBeingDestroyed=!1}(t),function(e){e._events=Object.create(null),e._hasHookEvent=!1;var t=e.$options._parentListeners;t&&Jt(e,t)}(t),function(e){e._vnode=null,e._staticTrees=null;var t=e.$options,n=e.$vnode=t._parentVnode,a=n&&n.context;e.$slots=ft(t._renderChildren,a),e.$scopedSlots=r,e._c=function(t,n,r,a){return It(e,t,n,r,a,!1)},e.$createElement=function(t,n,r,a){return It(e,t,n,r,a,!0)};var i=n&&n.data;ke(e,"$attrs",i&&i.attrs||r,null,!0),ke(e,"$listeners",t._parentListeners||r,null,!0)}(t),Qt(t,"beforeCreate"),function(e){var t=dt(e.$options.inject,e);t&&(be(!1),Object.keys(t).forEach((function(n){ke(e,n,t[n])})),be(!0))}(t),hn(t),function(e){var t=e.$options.provide;t&&(e._provided="function"==typeof t?t.call(e):t)}(t),Qt(t,"created"),t.$options.el&&t.$mount(t.$options.el)}}(bn),function(e){var t={get:function(){return this._data}},n={get:function(){return this._props}};Object.defineProperty(e.prototype,"$data",t),Object.defineProperty(e.prototype,"$props",n),e.prototype.$set=Ye,e.prototype.$delete=De,e.prototype.$watch=function(e,t,n){if(c(t))return Mn(this,e,t,n);(n=n||{}).user=!0;var r=new fn(this,e,t,n);if(n.immediate)try{t.call(this,r.value)}catch(e){We(e,this,'callback for immediate watcher "'+r.expression+'"')}return function(){r.teardown()}}}(bn),function(e){var t=/^hook:/;e.prototype.$on=function(e,n){var r=this;if(Array.isArray(e))for(var a=0,i=e.length;a<i;a++)r.$on(e[a],n);else(r._events[e]||(r._events[e]=[])).push(n),t.test(e)&&(r._hasHookEvent=!0);return r},e.prototype.$once=function(e,t){var n=this;function r(){n.$off(e,r),t.apply(n,arguments)}return r.fn=t,n.$on(e,r),n},e.prototype.$off=function(e,t){var n=this;if(!arguments.length)return n._events=Object.create(null),n;if(Array.isArray(e)){for(var r=0,a=e.length;r<a;r++)n.$off(e[r],t);return n}var i,o=n._events[e];if(!o)return n;if(!t)return n._events[e]=null,n;for(var s=o.length;s--;)if((i=o[s])===t||i.fn===t){o.splice(s,1);break}return n},e.prototype.$emit=function(e){var t=this,n=t._events[e];if(n){n=n.length>1?D(n):n;for(var r=D(arguments,1),a='event handler for "'+e+'"',i=0,o=n.length;i<o;i++)ze(n[i],t,r,t,a)}return t}}(bn),function(e){e.prototype._update=function(e,t){var n=this,r=n.$el,a=n._vnode,i=Kt(n);n._vnode=e,n.$el=a?n.__patch__(a,e):n.__patch__(n.$el,e,t,!1),i(),r&&(r.__vue__=null),n.$el&&(n.$el.__vue__=n),n.$vnode&&n.$parent&&n.$vnode===n.$parent._vnode&&(n.$parent.$el=n.$el)},e.prototype.$forceUpdate=function(){this._watcher&&this._watcher.update()},e.prototype.$destroy=function(){var e=this;if(!e._isBeingDestroyed){Qt(e,"beforeDestroy"),e._isBeingDestroyed=!0;var t=e.$parent;!t||t._isBeingDestroyed||e.$options.abstract||y(t.$children,e),e._watcher&&e._watcher.teardown();for(var n=e._watchers.length;n--;)e._watchers[n].teardown();e._data.__ob__&&e._data.__ob__.vmCount--,e._isDestroyed=!0,e.__patch__(e._vnode,null),Qt(e,"destroyed"),e.$off(),e.$el&&(e.$el.__vue__=null),e.$vnode&&(e.$vnode.parent=null)}}}(bn),function(e){At(e.prototype),e.prototype.$nextTick=function(e){return tt(e,this)},e.prototype._render=function(){var e,t=this,n=t.$options,r=n.render,a=n._parentVnode;a&&(t.$scopedSlots=mt(a.data.scopedSlots,t.$slots,t.$scopedSlots)),t.$vnode=a;try{Ut=t,e=r.call(t._renderProxy,t.$createElement)}catch(n){We(n,t,"render"),e=t._vnode}finally{Ut=null}return Array.isArray(e)&&1===e.length&&(e=e[0]),e instanceof me||(e=_e()),e.parent=a,e}}(bn);var Sn=[String,RegExp,Array],jn={KeepAlive:{name:"keep-alive",abstract:!0,props:{include:Sn,exclude:Sn,max:[String,Number]},created:function(){this.cache=Object.create(null),this.keys=[]},destroyed:function(){for(var e in this.cache)Dn(this.cache,e,this.keys)},mounted:function(){var e=this;this.$watch("include",(function(t){Yn(e,(function(e){return kn(t,e)}))})),this.$watch("exclude",(function(t){Yn(e,(function(e){return!kn(t,e)}))}))},render:function(){var e=this.$slots.default,t=$t(e),n=t&&t.componentOptions;if(n){var r=xn(n),a=this.include,i=this.exclude;if(a&&(!r||!kn(a,r))||i&&r&&kn(i,r))return t;var o=this.cache,s=this.keys,u=null==t.key?n.Ctor.cid+(n.tag?"::"+n.tag:""):t.key;o[u]?(t.componentInstance=o[u].componentInstance,y(s,u),s.push(u)):(o[u]=t,s.push(u),this.max&&s.length>parseInt(this.max)&&Dn(o,s[0],s,this._vnode)),t.data.keepAlive=!0}return t||e&&e[0]}}};!function(e){var t={get:function(){return I}};Object.defineProperty(e,"config",t),e.util={warn:ue,extend:S,mergeOptions:He,defineReactive:ke},e.set=Ye,e.delete=De,e.nextTick=tt,e.observable=function(e){return xe(e),e},e.options=Object.create(null),F.forEach((function(t){e.options[t+"s"]=Object.create(null)})),e.options._base=e,S(e.options.components,jn),function(e){e.use=function(e){var t=this._installedPlugins||(this._installedPlugins=[]);if(t.indexOf(e)>-1)return this;var n=D(arguments,1);return n.unshift(this),"function"==typeof e.install?e.install.apply(e,n):"function"==typeof e&&e.apply(null,n),t.push(e),this}}(e),function(e){e.mixin=function(e){return this.options=He(this.options,e),this}}(e),Tn(e),function(e){F.forEach((function(t){e[t]=function(e,n){return n?("component"===t&&c(n)&&(n.name=n.name||e,n=this.options._base.extend(n)),"directive"===t&&"function"==typeof n&&(n={bind:n,update:n}),this.options[t+"s"][e]=n,n):this.options[t+"s"][e]}}))}(e)}(bn),Object.defineProperty(bn.prototype,"$isServer",{get:re}),Object.defineProperty(bn.prototype,"$ssrContext",{get:function(){return this.$vnode&&this.$vnode.ssrContext}}),Object.defineProperty(bn,"FunctionalRenderContext",{value:Et}),bn.version="2.6.12";var An=_("style,class"),En=_("input,textarea,option,select,progress"),On=_("contenteditable,draggable,spellcheck"),Pn=_("events,caret,typing,plaintext-only"),Cn=_("allowfullscreen,async,autofocus,autoplay,checked,compact,controls,declare,default,defaultchecked,defaultmuted,defaultselected,defer,disabled,enabled,formnovalidate,hidden,indeterminate,inert,ismap,itemscope,loop,multiple,muted,nohref,noresize,noshade,novalidate,nowrap,open,pauseonexit,readonly,required,reversed,scoped,seamless,selected,sortable,translate,truespeed,typemustmatch,visible"),Hn="http://www.w3.org/1999/xlink",Fn=function(e){return":"===e.charAt(5)&&"xlink"===e.slice(0,5)},Nn=function(e){return Fn(e)?e.slice(6,e.length):""},In=function(e){return null==e||!1===e};function Rn(e){for(var t=e.data,n=e,r=e;i(r.componentInstance);)(r=r.componentInstance._vnode)&&r.data&&(t=Un(r.data,t));for(;i(n=n.parent);)n&&n.data&&(t=Un(t,n.data));return function(e,t){if(i(e)||i(t))return Wn(e,zn(t));return""}(t.staticClass,t.class)}function Un(e,t){return{staticClass:Wn(e.staticClass,t.staticClass),class:i(e.class)?[e.class,t.class]:t.class}}function Wn(e,t){return e?t?e+" "+t:e:t||""}function zn(e){return Array.isArray(e)?function(e){for(var t,n="",r=0,a=e.length;r<a;r++)i(t=zn(e[r]))&&""!==t&&(n&&(n+=" "),n+=t);return n}(e):u(e)?function(e){var t="";for(var n in e)e[n]&&(t&&(t+=" "),t+=n);return t}(e):"string"==typeof e?e:""}var $n={svg:"http://www.w3.org/2000/svg",math:"http://www.w3.org/1998/Math/MathML"},Bn=_("html,body,base,head,link,meta,style,title,address,article,aside,footer,header,h1,h2,h3,h4,h5,h6,hgroup,nav,section,div,dd,dl,dt,figcaption,figure,picture,hr,img,li,main,ol,p,pre,ul,a,b,abbr,bdi,bdo,br,cite,code,data,dfn,em,i,kbd,mark,q,rp,rt,rtc,ruby,s,samp,small,span,strong,sub,sup,time,u,var,wbr,area,audio,map,track,video,embed,object,param,source,canvas,script,noscript,del,ins,caption,col,colgroup,table,thead,tbody,td,th,tr,button,datalist,fieldset,form,input,label,legend,meter,optgroup,option,output,progress,select,textarea,details,dialog,menu,menuitem,summary,content,element,shadow,template,blockquote,iframe,tfoot"),qn=_("svg,animate,circle,clippath,cursor,defs,desc,ellipse,filter,font-face,foreignObject,g,glyph,image,line,marker,mask,missing-glyph,path,pattern,polygon,polyline,rect,switch,symbol,text,textpath,tspan,use,view",!0),Gn=function(e){return Bn(e)||qn(e)};var Jn=Object.create(null);var Vn=_("text,number,password,search,email,tel,url");var Kn=Object.freeze({createElement:function(e,t){var n=document.createElement(e);return"select"!==e||t.data&&t.data.attrs&&void 0!==t.data.attrs.multiple&&n.setAttribute("multiple","multiple"),n},createElementNS:function(e,t){return document.createElementNS($n[e],t)},createTextNode:function(e){return document.createTextNode(e)},createComment:function(e){return document.createComment(e)},insertBefore:function(e,t,n){e.insertBefore(t,n)},removeChild:function(e,t){e.removeChild(t)},appendChild:function(e,t){e.appendChild(t)},parentNode:function(e){return e.parentNode},nextSibling:function(e){return e.nextSibling},tagName:function(e){return e.tagName},setTextContent:function(e,t){e.textContent=t},setStyleScope:function(e,t){e.setAttribute(t,"")}}),Xn={create:function(e,t){Zn(t)},update:function(e,t){e.data.ref!==t.data.ref&&(Zn(e,!0),Zn(t))},destroy:function(e){Zn(e,!0)}};function Zn(e,t){var n=e.data.ref;if(i(n)){var r=e.context,a=e.componentInstance||e.elm,o=r.$refs;t?Array.isArray(o[n])?y(o[n],a):o[n]===a&&(o[n]=void 0):e.data.refInFor?Array.isArray(o[n])?o[n].indexOf(a)<0&&o[n].push(a):o[n]=[a]:o[n]=a}}var Qn=new me("",{},[]),er=["create","activate","update","remove","destroy"];function tr(e,t){return e.key===t.key&&(e.tag===t.tag&&e.isComment===t.isComment&&i(e.data)===i(t.data)&&function(e,t){if("input"!==e.tag)return!0;var n,r=i(n=e.data)&&i(n=n.attrs)&&n.type,a=i(n=t.data)&&i(n=n.attrs)&&n.type;return r===a||Vn(r)&&Vn(a)}(e,t)||o(e.isAsyncPlaceholder)&&e.asyncFactory===t.asyncFactory&&a(t.asyncFactory.error))}function nr(e,t,n){var r,a,o={};for(r=t;r<=n;++r)i(a=e[r].key)&&(o[a]=r);return o}var rr={create:ar,update:ar,destroy:function(e){ar(e,Qn)}};function ar(e,t){(e.data.directives||t.data.directives)&&function(e,t){var n,r,a,i=e===Qn,o=t===Qn,s=or(e.data.directives,e.context),u=or(t.data.directives,t.context),l=[],c=[];for(n in u)r=s[n],a=u[n],r?(a.oldValue=r.value,a.oldArg=r.arg,ur(a,"update",t,e),a.def&&a.def.componentUpdated&&c.push(a)):(ur(a,"bind",t,e),a.def&&a.def.inserted&&l.push(a));if(l.length){var d=function(){for(var n=0;n<l.length;n++)ur(l[n],"inserted",t,e)};i?st(t,"insert",d):d()}c.length&&st(t,"postpatch",(function(){for(var n=0;n<c.length;n++)ur(c[n],"componentUpdated",t,e)}));if(!i)for(n in s)u[n]||ur(s[n],"unbind",e,e,o)}(e,t)}var ir=Object.create(null);function or(e,t){var n,r,a=Object.create(null);if(!e)return a;for(n=0;n<e.length;n++)(r=e[n]).modifiers||(r.modifiers=ir),a[sr(r)]=r,r.def=Fe(t.$options,"directives",r.name);return a}function sr(e){return e.rawName||e.name+"."+Object.keys(e.modifiers||{}).join(".")}function ur(e,t,n,r,a){var i=e.def&&e.def[t];if(i)try{i(n.elm,e,n,r,a)}catch(r){We(r,n.context,"directive "+e.name+" "+t+" hook")}}var lr=[Xn,rr];function cr(e,t){var n=t.componentOptions;if(!(i(n)&&!1===n.Ctor.options.inheritAttrs||a(e.data.attrs)&&a(t.data.attrs))){var r,o,s=t.elm,u=e.data.attrs||{},l=t.data.attrs||{};for(r in i(l.__ob__)&&(l=t.data.attrs=S({},l)),l)o=l[r],u[r]!==o&&dr(s,r,o);for(r in(V||X)&&l.value!==u.value&&dr(s,"value",l.value),u)a(l[r])&&(Fn(r)?s.removeAttributeNS(Hn,Nn(r)):On(r)||s.removeAttribute(r))}}function dr(e,t,n){e.tagName.indexOf("-")>-1?fr(e,t,n):Cn(t)?In(n)?e.removeAttribute(t):(n="allowfullscreen"===t&&"EMBED"===e.tagName?"true":t,e.setAttribute(t,n)):On(t)?e.setAttribute(t,function(e,t){return In(t)||"false"===t?"false":"contenteditable"===e&&Pn(t)?t:"true"}(t,n)):Fn(t)?In(n)?e.removeAttributeNS(Hn,Nn(t)):e.setAttributeNS(Hn,t,n):fr(e,t,n)}function fr(e,t,n){if(In(n))e.removeAttribute(t);else{if(V&&!K&&"TEXTAREA"===e.tagName&&"placeholder"===t&&""!==n&&!e.__ieph){var r=function(t){t.stopImmediatePropagation(),e.removeEventListener("input",r)};e.addEventListener("input",r),e.__ieph=!0}e.setAttribute(t,n)}}var pr={create:cr,update:cr};function mr(e,t){var n=t.elm,r=t.data,o=e.data;if(!(a(r.staticClass)&&a(r.class)&&(a(o)||a(o.staticClass)&&a(o.class)))){var s=Rn(t),u=n._transitionClasses;i(u)&&(s=Wn(s,zn(u))),s!==n._prevClass&&(n.setAttribute("class",s),n._prevClass=s)}}var hr,_r={create:mr,update:mr};function gr(e,t,n){var r=hr;return function a(){var i=t.apply(null,arguments);null!==i&&Mr(e,a,n,r)}}var yr=Ge&&!(Q&&Number(Q[1])<=53);function vr(e,t,n,r){if(yr){var a=sn,i=t;t=i._wrapper=function(e){if(e.target===e.currentTarget||e.timeStamp>=a||e.timeStamp<=0||e.target.ownerDocument!==document)return i.apply(this,arguments)}}hr.addEventListener(e,t,te?{capture:n,passive:r}:n)}function Mr(e,t,n,r){(r||hr).removeEventListener(e,t._wrapper||t,n)}function Lr(e,t){if(!a(e.data.on)||!a(t.data.on)){var n=t.data.on||{},r=e.data.on||{};hr=t.elm,function(e){if(i(e.__r)){var t=V?"change":"input";e[t]=[].concat(e.__r,e[t]||[]),delete e.__r}i(e.__c)&&(e.change=[].concat(e.__c,e.change||[]),delete e.__c)}(n),ot(n,r,vr,Mr,gr,t.context),hr=void 0}}var wr,br={create:Lr,update:Lr};function Tr(e,t){if(!a(e.data.domProps)||!a(t.data.domProps)){var n,r,o=t.elm,s=e.data.domProps||{},u=t.data.domProps||{};for(n in i(u.__ob__)&&(u=t.data.domProps=S({},u)),s)n in u||(o[n]="");for(n in u){if(r=u[n],"textContent"===n||"innerHTML"===n){if(t.children&&(t.children.length=0),r===s[n])continue;1===o.childNodes.length&&o.removeChild(o.childNodes[0])}if("value"===n&&"PROGRESS"!==o.tagName){o._value=r;var l=a(r)?"":String(r);xr(o,l)&&(o.value=l)}else if("innerHTML"===n&&qn(o.tagName)&&a(o.innerHTML)){(wr=wr||document.createElement("div")).innerHTML="<svg>"+r+"</svg>";for(var c=wr.firstChild;o.firstChild;)o.removeChild(o.firstChild);for(;c.firstChild;)o.appendChild(c.firstChild)}else if(r!==s[n])try{o[n]=r}catch(e){}}}}function xr(e,t){return!e.composing&&("OPTION"===e.tagName||function(e,t){var n=!0;try{n=document.activeElement!==e}catch(e){}return n&&e.value!==t}(e,t)||function(e,t){var n=e.value,r=e._vModifiers;if(i(r)){if(r.number)return h(n)!==h(t);if(r.trim)return n.trim()!==t.trim()}return n!==t}(e,t))}var kr={create:Tr,update:Tr},Yr=L((function(e){var t={},n=/:(.+)/;return e.split(/;(?![^(]*\))/g).forEach((function(e){if(e){var r=e.split(n);r.length>1&&(t[r[0].trim()]=r[1].trim())}})),t}));function Dr(e){var t=Sr(e.style);return e.staticStyle?S(e.staticStyle,t):t}function Sr(e){return Array.isArray(e)?j(e):"string"==typeof e?Yr(e):e}var jr,Ar=/^--/,Er=/\s*!important$/,Or=function(e,t,n){if(Ar.test(t))e.style.setProperty(t,n);else if(Er.test(n))e.style.setProperty(k(t),n.replace(Er,""),"important");else{var r=Cr(t);if(Array.isArray(n))for(var a=0,i=n.length;a<i;a++)e.style[r]=n[a];else e.style[r]=n}},Pr=["Webkit","Moz","ms"],Cr=L((function(e){if(jr=jr||document.createElement("div").style,"filter"!==(e=b(e))&&e in jr)return e;for(var t=e.charAt(0).toUpperCase()+e.slice(1),n=0;n<Pr.length;n++){var r=Pr[n]+t;if(r in jr)return r}}));function Hr(e,t){var n=t.data,r=e.data;if(!(a(n.staticStyle)&&a(n.style)&&a(r.staticStyle)&&a(r.style))){var o,s,u=t.elm,l=r.staticStyle,c=r.normalizedStyle||r.style||{},d=l||c,f=Sr(t.data.style)||{};t.data.normalizedStyle=i(f.__ob__)?S({},f):f;var p=function(e,t){var n,r={};if(t)for(var a=e;a.componentInstance;)(a=a.componentInstance._vnode)&&a.data&&(n=Dr(a.data))&&S(r,n);(n=Dr(e.data))&&S(r,n);for(var i=e;i=i.parent;)i.data&&(n=Dr(i.data))&&S(r,n);return r}(t,!0);for(s in d)a(p[s])&&Or(u,s,"");for(s in p)(o=p[s])!==d[s]&&Or(u,s,null==o?"":o)}}var Fr={create:Hr,update:Hr},Nr=/\s+/;function Ir(e,t){if(t&&(t=t.trim()))if(e.classList)t.indexOf(" ")>-1?t.split(Nr).forEach((function(t){return e.classList.add(t)})):e.classList.add(t);else{var n=" "+(e.getAttribute("class")||"")+" ";n.indexOf(" "+t+" ")<0&&e.setAttribute("class",(n+t).trim())}}function Rr(e,t){if(t&&(t=t.trim()))if(e.classList)t.indexOf(" ")>-1?t.split(Nr).forEach((function(t){return e.classList.remove(t)})):e.classList.remove(t),e.classList.length||e.removeAttribute("class");else{for(var n=" "+(e.getAttribute("class")||"")+" ",r=" "+t+" ";n.indexOf(r)>=0;)n=n.replace(r," ");(n=n.trim())?e.setAttribute("class",n):e.removeAttribute("class")}}function Ur(e){if(e){if("object"==typeof e){var t={};return!1!==e.css&&S(t,Wr(e.name||"v")),S(t,e),t}return"string"==typeof e?Wr(e):void 0}}var Wr=L((function(e){return{enterClass:e+"-enter",enterToClass:e+"-enter-to",enterActiveClass:e+"-enter-active",leaveClass:e+"-leave",leaveToClass:e+"-leave-to",leaveActiveClass:e+"-leave-active"}})),zr=B&&!K,$r="transition",Br="transitionend",qr="animation",Gr="animationend";zr&&(void 0===window.ontransitionend&&void 0!==window.onwebkittransitionend&&($r="WebkitTransition",Br="webkitTransitionEnd"),void 0===window.onanimationend&&void 0!==window.onwebkitanimationend&&(qr="WebkitAnimation",Gr="webkitAnimationEnd"));var Jr=B?window.requestAnimationFrame?window.requestAnimationFrame.bind(window):setTimeout:function(e){return e()};function Vr(e){Jr((function(){Jr(e)}))}function Kr(e,t){var n=e._transitionClasses||(e._transitionClasses=[]);n.indexOf(t)<0&&(n.push(t),Ir(e,t))}function Xr(e,t){e._transitionClasses&&y(e._transitionClasses,t),Rr(e,t)}function Zr(e,t,n){var r=ea(e,t),a=r.type,i=r.timeout,o=r.propCount;if(!a)return n();var s="transition"===a?Br:Gr,u=0,l=function(){e.removeEventListener(s,c),n()},c=function(t){t.target===e&&++u>=o&&l()};setTimeout((function(){u<o&&l()}),i+1),e.addEventListener(s,c)}var Qr=/\b(transform|all)(,|$)/;function ea(e,t){var n,r=window.getComputedStyle(e),a=(r[$r+"Delay"]||"").split(", "),i=(r[$r+"Duration"]||"").split(", "),o=ta(a,i),s=(r[qr+"Delay"]||"").split(", "),u=(r[qr+"Duration"]||"").split(", "),l=ta(s,u),c=0,d=0;return"transition"===t?o>0&&(n="transition",c=o,d=i.length):"animation"===t?l>0&&(n="animation",c=l,d=u.length):d=(n=(c=Math.max(o,l))>0?o>l?"transition":"animation":null)?"transition"===n?i.length:u.length:0,{type:n,timeout:c,propCount:d,hasTransform:"transition"===n&&Qr.test(r[$r+"Property"])}}function ta(e,t){for(;e.length<t.length;)e=e.concat(e);return Math.max.apply(null,t.map((function(t,n){return na(t)+na(e[n])})))}function na(e){return 1e3*Number(e.slice(0,-1).replace(",","."))}function ra(e,t){var n=e.elm;i(n._leaveCb)&&(n._leaveCb.cancelled=!0,n._leaveCb());var r=Ur(e.data.transition);if(!a(r)&&!i(n._enterCb)&&1===n.nodeType){for(var o=r.css,s=r.type,l=r.enterClass,c=r.enterToClass,d=r.enterActiveClass,f=r.appearClass,p=r.appearToClass,m=r.appearActiveClass,_=r.beforeEnter,g=r.enter,y=r.afterEnter,v=r.enterCancelled,M=r.beforeAppear,L=r.appear,w=r.afterAppear,b=r.appearCancelled,T=r.duration,x=Vt,k=Vt.$vnode;k&&k.parent;)x=k.context,k=k.parent;var Y=!x._isMounted||!e.isRootInsert;if(!Y||L||""===L){var D=Y&&f?f:l,S=Y&&m?m:d,j=Y&&p?p:c,A=Y&&M||_,E=Y&&"function"==typeof L?L:g,O=Y&&w||y,P=Y&&b||v,C=h(u(T)?T.enter:T);0;var F=!1!==o&&!K,N=oa(E),I=n._enterCb=H((function(){F&&(Xr(n,j),Xr(n,S)),I.cancelled?(F&&Xr(n,D),P&&P(n)):O&&O(n),n._enterCb=null}));e.data.show||st(e,"insert",(function(){var t=n.parentNode,r=t&&t._pending&&t._pending[e.key];r&&r.tag===e.tag&&r.elm._leaveCb&&r.elm._leaveCb(),E&&E(n,I)})),A&&A(n),F&&(Kr(n,D),Kr(n,S),Vr((function(){Xr(n,D),I.cancelled||(Kr(n,j),N||(ia(C)?setTimeout(I,C):Zr(n,s,I)))}))),e.data.show&&(t&&t(),E&&E(n,I)),F||N||I()}}}function aa(e,t){var n=e.elm;i(n._enterCb)&&(n._enterCb.cancelled=!0,n._enterCb());var r=Ur(e.data.transition);if(a(r)||1!==n.nodeType)return t();if(!i(n._leaveCb)){var o=r.css,s=r.type,l=r.leaveClass,c=r.leaveToClass,d=r.leaveActiveClass,f=r.beforeLeave,p=r.leave,m=r.afterLeave,_=r.leaveCancelled,g=r.delayLeave,y=r.duration,v=!1!==o&&!K,M=oa(p),L=h(u(y)?y.leave:y);0;var w=n._leaveCb=H((function(){n.parentNode&&n.parentNode._pending&&(n.parentNode._pending[e.key]=null),v&&(Xr(n,c),Xr(n,d)),w.cancelled?(v&&Xr(n,l),_&&_(n)):(t(),m&&m(n)),n._leaveCb=null}));g?g(b):b()}function b(){w.cancelled||(!e.data.show&&n.parentNode&&((n.parentNode._pending||(n.parentNode._pending={}))[e.key]=e),f&&f(n),v&&(Kr(n,l),Kr(n,d),Vr((function(){Xr(n,l),w.cancelled||(Kr(n,c),M||(ia(L)?setTimeout(w,L):Zr(n,s,w)))}))),p&&p(n,w),v||M||w())}}function ia(e){return"number"==typeof e&&!isNaN(e)}function oa(e){if(a(e))return!1;var t=e.fns;return i(t)?oa(Array.isArray(t)?t[0]:t):(e._length||e.length)>1}function sa(e,t){!0!==t.data.show&&ra(t)}var ua=function(e){var t,n,r={},u=e.modules,l=e.nodeOps;for(t=0;t<er.length;++t)for(r[er[t]]=[],n=0;n<u.length;++n)i(u[n][er[t]])&&r[er[t]].push(u[n][er[t]]);function c(e){var t=l.parentNode(e);i(t)&&l.removeChild(t,e)}function d(e,t,n,a,s,u,c){if(i(e.elm)&&i(u)&&(e=u[c]=ye(e)),e.isRootInsert=!s,!function(e,t,n,a){var s=e.data;if(i(s)){var u=i(e.componentInstance)&&s.keepAlive;if(i(s=s.hook)&&i(s=s.init)&&s(e,!1),i(e.componentInstance))return f(e,t),p(n,e.elm,a),o(u)&&function(e,t,n,a){var o,s=e;for(;s.componentInstance;)if(s=s.componentInstance._vnode,i(o=s.data)&&i(o=o.transition)){for(o=0;o<r.activate.length;++o)r.activate[o](Qn,s);t.push(s);break}p(n,e.elm,a)}(e,t,n,a),!0}}(e,t,n,a)){var d=e.data,h=e.children,_=e.tag;i(_)?(e.elm=e.ns?l.createElementNS(e.ns,_):l.createElement(_,e),y(e),m(e,h,t),i(d)&&g(e,t),p(n,e.elm,a)):o(e.isComment)?(e.elm=l.createComment(e.text),p(n,e.elm,a)):(e.elm=l.createTextNode(e.text),p(n,e.elm,a))}}function f(e,t){i(e.data.pendingInsert)&&(t.push.apply(t,e.data.pendingInsert),e.data.pendingInsert=null),e.elm=e.componentInstance.$el,h(e)?(g(e,t),y(e)):(Zn(e),t.push(e))}function p(e,t,n){i(e)&&(i(n)?l.parentNode(n)===e&&l.insertBefore(e,t,n):l.appendChild(e,t))}function m(e,t,n){if(Array.isArray(t)){0;for(var r=0;r<t.length;++r)d(t[r],n,e.elm,null,!0,t,r)}else s(e.text)&&l.appendChild(e.elm,l.createTextNode(String(e.text)))}function h(e){for(;e.componentInstance;)e=e.componentInstance._vnode;return i(e.tag)}function g(e,n){for(var a=0;a<r.create.length;++a)r.create[a](Qn,e);i(t=e.data.hook)&&(i(t.create)&&t.create(Qn,e),i(t.insert)&&n.push(e))}function y(e){var t;if(i(t=e.fnScopeId))l.setStyleScope(e.elm,t);else for(var n=e;n;)i(t=n.context)&&i(t=t.$options._scopeId)&&l.setStyleScope(e.elm,t),n=n.parent;i(t=Vt)&&t!==e.context&&t!==e.fnContext&&i(t=t.$options._scopeId)&&l.setStyleScope(e.elm,t)}function v(e,t,n,r,a,i){for(;r<=a;++r)d(n[r],i,e,t,!1,n,r)}function M(e){var t,n,a=e.data;if(i(a))for(i(t=a.hook)&&i(t=t.destroy)&&t(e),t=0;t<r.destroy.length;++t)r.destroy[t](e);if(i(t=e.children))for(n=0;n<e.children.length;++n)M(e.children[n])}function L(e,t,n){for(;t<=n;++t){var r=e[t];i(r)&&(i(r.tag)?(w(r),M(r)):c(r.elm))}}function w(e,t){if(i(t)||i(e.data)){var n,a=r.remove.length+1;for(i(t)?t.listeners+=a:t=function(e,t){function n(){0==--n.listeners&&c(e)}return n.listeners=t,n}(e.elm,a),i(n=e.componentInstance)&&i(n=n._vnode)&&i(n.data)&&w(n,t),n=0;n<r.remove.length;++n)r.remove[n](e,t);i(n=e.data.hook)&&i(n=n.remove)?n(e,t):t()}else c(e.elm)}function b(e,t,n,r){for(var a=n;a<r;a++){var o=t[a];if(i(o)&&tr(e,o))return a}}function T(e,t,n,s,u,c){if(e!==t){i(t.elm)&&i(s)&&(t=s[u]=ye(t));var f=t.elm=e.elm;if(o(e.isAsyncPlaceholder))i(t.asyncFactory.resolved)?Y(e.elm,t,n):t.isAsyncPlaceholder=!0;else if(o(t.isStatic)&&o(e.isStatic)&&t.key===e.key&&(o(t.isCloned)||o(t.isOnce)))t.componentInstance=e.componentInstance;else{var p,m=t.data;i(m)&&i(p=m.hook)&&i(p=p.prepatch)&&p(e,t);var _=e.children,g=t.children;if(i(m)&&h(t)){for(p=0;p<r.update.length;++p)r.update[p](e,t);i(p=m.hook)&&i(p=p.update)&&p(e,t)}a(t.text)?i(_)&&i(g)?_!==g&&function(e,t,n,r,o){var s,u,c,f=0,p=0,m=t.length-1,h=t[0],_=t[m],g=n.length-1,y=n[0],M=n[g],w=!o;for(0;f<=m&&p<=g;)a(h)?h=t[++f]:a(_)?_=t[--m]:tr(h,y)?(T(h,y,r,n,p),h=t[++f],y=n[++p]):tr(_,M)?(T(_,M,r,n,g),_=t[--m],M=n[--g]):tr(h,M)?(T(h,M,r,n,g),w&&l.insertBefore(e,h.elm,l.nextSibling(_.elm)),h=t[++f],M=n[--g]):tr(_,y)?(T(_,y,r,n,p),w&&l.insertBefore(e,_.elm,h.elm),_=t[--m],y=n[++p]):(a(s)&&(s=nr(t,f,m)),a(u=i(y.key)?s[y.key]:b(y,t,f,m))?d(y,r,e,h.elm,!1,n,p):tr(c=t[u],y)?(T(c,y,r,n,p),t[u]=void 0,w&&l.insertBefore(e,c.elm,h.elm)):d(y,r,e,h.elm,!1,n,p),y=n[++p]);f>m?v(e,a(n[g+1])?null:n[g+1].elm,n,p,g,r):p>g&&L(t,f,m)}(f,_,g,n,c):i(g)?(i(e.text)&&l.setTextContent(f,""),v(f,null,g,0,g.length-1,n)):i(_)?L(_,0,_.length-1):i(e.text)&&l.setTextContent(f,""):e.text!==t.text&&l.setTextContent(f,t.text),i(m)&&i(p=m.hook)&&i(p=p.postpatch)&&p(e,t)}}}function x(e,t,n){if(o(n)&&i(e.parent))e.parent.data.pendingInsert=t;else for(var r=0;r<t.length;++r)t[r].data.hook.insert(t[r])}var k=_("attrs,class,staticClass,staticStyle,key");function Y(e,t,n,r){var a,s=t.tag,u=t.data,l=t.children;if(r=r||u&&u.pre,t.elm=e,o(t.isComment)&&i(t.asyncFactory))return t.isAsyncPlaceholder=!0,!0;if(i(u)&&(i(a=u.hook)&&i(a=a.init)&&a(t,!0),i(a=t.componentInstance)))return f(t,n),!0;if(i(s)){if(i(l))if(e.hasChildNodes())if(i(a=u)&&i(a=a.domProps)&&i(a=a.innerHTML)){if(a!==e.innerHTML)return!1}else{for(var c=!0,d=e.firstChild,p=0;p<l.length;p++){if(!d||!Y(d,l[p],n,r)){c=!1;break}d=d.nextSibling}if(!c||d)return!1}else m(t,l,n);if(i(u)){var h=!1;for(var _ in u)if(!k(_)){h=!0,g(t,n);break}!h&&u.class&&rt(u.class)}}else e.data!==t.text&&(e.data=t.text);return!0}return function(e,t,n,s){if(!a(t)){var u,c=!1,f=[];if(a(e))c=!0,d(t,f);else{var p=i(e.nodeType);if(!p&&tr(e,t))T(e,t,f,null,null,s);else{if(p){if(1===e.nodeType&&e.hasAttribute("data-server-rendered")&&(e.removeAttribute("data-server-rendered"),n=!0),o(n)&&Y(e,t,f))return x(t,f,!0),e;u=e,e=new me(l.tagName(u).toLowerCase(),{},[],void 0,u)}var m=e.elm,_=l.parentNode(m);if(d(t,f,m._leaveCb?null:_,l.nextSibling(m)),i(t.parent))for(var g=t.parent,y=h(t);g;){for(var v=0;v<r.destroy.length;++v)r.destroy[v](g);if(g.elm=t.elm,y){for(var w=0;w<r.create.length;++w)r.create[w](Qn,g);var b=g.data.hook.insert;if(b.merged)for(var k=1;k<b.fns.length;k++)b.fns[k]()}else Zn(g);g=g.parent}i(_)?L([e],0,0):i(e.tag)&&M(e)}}return x(t,f,c),t.elm}i(e)&&M(e)}}({nodeOps:Kn,modules:[pr,_r,br,kr,Fr,B?{create:sa,activate:sa,remove:function(e,t){!0!==e.data.show?aa(e,t):t()}}:{}].concat(lr)});K&&document.addEventListener("selectionchange",(function(){var e=document.activeElement;e&&e.vmodel&&_a(e,"input")}));var la={inserted:function(e,t,n,r){"select"===n.tag?(r.elm&&!r.elm._vOptions?st(n,"postpatch",(function(){la.componentUpdated(e,t,n)})):ca(e,t,n.context),e._vOptions=[].map.call(e.options,pa)):("textarea"===n.tag||Vn(e.type))&&(e._vModifiers=t.modifiers,t.modifiers.lazy||(e.addEventListener("compositionstart",ma),e.addEventListener("compositionend",ha),e.addEventListener("change",ha),K&&(e.vmodel=!0)))},componentUpdated:function(e,t,n){if("select"===n.tag){ca(e,t,n.context);var r=e._vOptions,a=e._vOptions=[].map.call(e.options,pa);if(a.some((function(e,t){return!P(e,r[t])})))(e.multiple?t.value.some((function(e){return fa(e,a)})):t.value!==t.oldValue&&fa(t.value,a))&&_a(e,"change")}}};function ca(e,t,n){da(e,t,n),(V||X)&&setTimeout((function(){da(e,t,n)}),0)}function da(e,t,n){var r=t.value,a=e.multiple;if(!a||Array.isArray(r)){for(var i,o,s=0,u=e.options.length;s<u;s++)if(o=e.options[s],a)i=C(r,pa(o))>-1,o.selected!==i&&(o.selected=i);else if(P(pa(o),r))return void(e.selectedIndex!==s&&(e.selectedIndex=s));a||(e.selectedIndex=-1)}}function fa(e,t){return t.every((function(t){return!P(t,e)}))}function pa(e){return"_value"in e?e._value:e.value}function ma(e){e.target.composing=!0}function ha(e){e.target.composing&&(e.target.composing=!1,_a(e.target,"input"))}function _a(e,t){var n=document.createEvent("HTMLEvents");n.initEvent(t,!0,!0),e.dispatchEvent(n)}function ga(e){return!e.componentInstance||e.data&&e.data.transition?e:ga(e.componentInstance._vnode)}var ya={model:la,show:{bind:function(e,t,n){var r=t.value,a=(n=ga(n)).data&&n.data.transition,i=e.__vOriginalDisplay="none"===e.style.display?"":e.style.display;r&&a?(n.data.show=!0,ra(n,(function(){e.style.display=i}))):e.style.display=r?i:"none"},update:function(e,t,n){var r=t.value;!r!=!t.oldValue&&((n=ga(n)).data&&n.data.transition?(n.data.show=!0,r?ra(n,(function(){e.style.display=e.__vOriginalDisplay})):aa(n,(function(){e.style.display="none"}))):e.style.display=r?e.__vOriginalDisplay:"none")},unbind:function(e,t,n,r,a){a||(e.style.display=e.__vOriginalDisplay)}}},va={name:String,appear:Boolean,css:Boolean,mode:String,type:String,enterClass:String,leaveClass:String,enterToClass:String,leaveToClass:String,enterActiveClass:String,leaveActiveClass:String,appearClass:String,appearActiveClass:String,appearToClass:String,duration:[Number,String,Object]};function Ma(e){var t=e&&e.componentOptions;return t&&t.Ctor.options.abstract?Ma($t(t.children)):e}function La(e){var t={},n=e.$options;for(var r in n.propsData)t[r]=e[r];var a=n._parentListeners;for(var i in a)t[b(i)]=a[i];return t}function wa(e,t){if(/\d-keep-alive$/.test(t.tag))return e("keep-alive",{props:t.componentOptions.propsData})}var ba=function(e){return e.tag||zt(e)},Ta=function(e){return"show"===e.name},xa={name:"transition",props:va,abstract:!0,render:function(e){var t=this,n=this.$slots.default;if(n&&(n=n.filter(ba)).length){0;var r=this.mode;0;var a=n[0];if(function(e){for(;e=e.parent;)if(e.data.transition)return!0}(this.$vnode))return a;var i=Ma(a);if(!i)return a;if(this._leaving)return wa(e,a);var o="__transition-"+this._uid+"-";i.key=null==i.key?i.isComment?o+"comment":o+i.tag:s(i.key)?0===String(i.key).indexOf(o)?i.key:o+i.key:i.key;var u=(i.data||(i.data={})).transition=La(this),l=this._vnode,c=Ma(l);if(i.data.directives&&i.data.directives.some(Ta)&&(i.data.show=!0),c&&c.data&&!function(e,t){return t.key===e.key&&t.tag===e.tag}(i,c)&&!zt(c)&&(!c.componentInstance||!c.componentInstance._vnode.isComment)){var d=c.data.transition=S({},u);if("out-in"===r)return this._leaving=!0,st(d,"afterLeave",(function(){t._leaving=!1,t.$forceUpdate()})),wa(e,a);if("in-out"===r){if(zt(i))return l;var f,p=function(){f()};st(u,"afterEnter",p),st(u,"enterCancelled",p),st(d,"delayLeave",(function(e){f=e}))}}return a}}},ka=S({tag:String,moveClass:String},va);function Ya(e){e.elm._moveCb&&e.elm._moveCb(),e.elm._enterCb&&e.elm._enterCb()}function Da(e){e.data.newPos=e.elm.getBoundingClientRect()}function Sa(e){var t=e.data.pos,n=e.data.newPos,r=t.left-n.left,a=t.top-n.top;if(r||a){e.data.moved=!0;var i=e.elm.style;i.transform=i.WebkitTransform="translate("+r+"px,"+a+"px)",i.transitionDuration="0s"}}delete ka.mode;var ja={Transition:xa,TransitionGroup:{props:ka,beforeMount:function(){var e=this,t=this._update;this._update=function(n,r){var a=Kt(e);e.__patch__(e._vnode,e.kept,!1,!0),e._vnode=e.kept,a(),t.call(e,n,r)}},render:function(e){for(var t=this.tag||this.$vnode.data.tag||"span",n=Object.create(null),r=this.prevChildren=this.children,a=this.$slots.default||[],i=this.children=[],o=La(this),s=0;s<a.length;s++){var u=a[s];if(u.tag)if(null!=u.key&&0!==String(u.key).indexOf("__vlist"))i.push(u),n[u.key]=u,(u.data||(u.data={})).transition=o;else;}if(r){for(var l=[],c=[],d=0;d<r.length;d++){var f=r[d];f.data.transition=o,f.data.pos=f.elm.getBoundingClientRect(),n[f.key]?l.push(f):c.push(f)}this.kept=e(t,null,l),this.removed=c}return e(t,null,i)},updated:function(){var e=this.prevChildren,t=this.moveClass||(this.name||"v")+"-move";e.length&&this.hasMove(e[0].elm,t)&&(e.forEach(Ya),e.forEach(Da),e.forEach(Sa),this._reflow=document.body.offsetHeight,e.forEach((function(e){if(e.data.moved){var n=e.elm,r=n.style;Kr(n,t),r.transform=r.WebkitTransform=r.transitionDuration="",n.addEventListener(Br,n._moveCb=function e(r){r&&r.target!==n||r&&!/transform$/.test(r.propertyName)||(n.removeEventListener(Br,e),n._moveCb=null,Xr(n,t))})}})))},methods:{hasMove:function(e,t){if(!zr)return!1;if(this._hasMove)return this._hasMove;var n=e.cloneNode();e._transitionClasses&&e._transitionClasses.forEach((function(e){Rr(n,e)})),Ir(n,t),n.style.display="none",this.$el.appendChild(n);var r=ea(n);return this.$el.removeChild(n),this._hasMove=r.hasTransform}}}};bn.config.mustUseProp=function(e,t,n){return"value"===n&&En(e)&&"button"!==t||"selected"===n&&"option"===e||"checked"===n&&"input"===e||"muted"===n&&"video"===e},bn.config.isReservedTag=Gn,bn.config.isReservedAttr=An,bn.config.getTagNamespace=function(e){return qn(e)?"svg":"math"===e?"math":void 0},bn.config.isUnknownElement=function(e){if(!B)return!0;if(Gn(e))return!1;if(e=e.toLowerCase(),null!=Jn[e])return Jn[e];var t=document.createElement(e);return e.indexOf("-")>-1?Jn[e]=t.constructor===window.HTMLUnknownElement||t.constructor===window.HTMLElement:Jn[e]=/HTMLUnknownElement/.test(t.toString())},S(bn.options.directives,ya),S(bn.options.components,ja),bn.prototype.__patch__=B?ua:A,bn.prototype.$mount=function(e,t){return function(e,t,n){var r;return e.$el=t,e.$options.render||(e.$options.render=_e),Qt(e,"beforeMount"),r=function(){e._update(e._render(),n)},new fn(e,r,A,{before:function(){e._isMounted&&!e._isDestroyed&&Qt(e,"beforeUpdate")}},!0),n=!1,null==e.$vnode&&(e._isMounted=!0,Qt(e,"mounted")),e}(this,e=e&&B?function(e){if("string"==typeof e){var t=document.querySelector(e);return t||document.createElement("div")}return e}(e):void 0,t)},B&&setTimeout((function(){I.devtools&&ae&&ae.emit("init",bn)}),0),t.default=bn}.call(this,n(17),n(463).setImmediate)},function(e,t,n){"use strict";
+/**
+ * @copyright 2020 Christoph Wurst <christoph@winzerhof-wurst.at>
+ *
+ * @author Christoph Wurst <christoph@winzerhof-wurst.at>
+ *
+ * @license GNU AGPL version 3 or any later version
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Affero General Public License as
+ * published by the Free Software Foundation, either version 3 of the
+ * License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Affero General Public License for more details.
+ *
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ *
+ */
/**
* @copyright 2019 Christoph Wurst <christoph@winzerhof-wurst.at>
*
- * @author 2019 Christoph Wurst <christoph@winzerhof-wurst.at>
+ * @author Christoph Wurst <christoph@winzerhof-wurst.at>
+ *
+ * @license GNU AGPL version 3 or any later version
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Affero General Public License as
+ * published by the Free Software Foundation, either version 3 of the
+ * License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Affero General Public License for more details.
+ *
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ *
+ */t.a={Search:class{constructor(){console.warn("OCA.Search is deprecated. Please use the unified search API instead")}}}},function(e,t,n){"use strict";function r(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];if(arguments.length<1)return"";var r=t.filter((function(e){return e.length>0}));if(r.length<1)return"";var a=r[r.length-1],i="/"===r[0].charAt(0),o="/"===a.charAt(a.length-1),s=r.reduce((function(e,t){return e.concat(t.split("/"))}),[]),u=!i,l=s.reduce((function(e,t){return""===t?e:u?(u=!1,e+t):e+"/"+t}),"");return o?l+"/":l}n(126),n(190),n(482),n(236),n(237),n(40),n(62),n(483),Object.defineProperty(t,"__esModule",{value:!0}),t.encodePath=function(e){if(!e)return e;return e.split("/").map(encodeURIComponent).join("/")},t.basename=function(e){return e.replace(/\\/g,"/").replace(/.*\//,"")},t.dirname=function(e){return e.replace(/\\/g,"/").replace(/\/[^\/]*$/,"")},t.joinPaths=r,t.isSamePath=function(e,t){var n=(e||"").split("/").filter((function(e){return"."!==e})),a=(t||"").split("/").filter((function(e){return"."!==e}));return e=r.apply(void 0,n),t=r.apply(void 0,a),e===t}},function(e,t,n){var r=n(5),a=n(72),i=r.WeakMap;e.exports="function"==typeof i&&/native code/.test(a(i))},function(e,t,n){var r=n(14),a=Math.floor,i="".replace,o=/\$([$&'`]|\d{1,2}|<[^>]*>)/g,s=/\$([$&'`]|\d{1,2})/g;e.exports=function(e,t,n,u,l,c){var d=n+e.length,f=u.length,p=s;return void 0!==l&&(l=r(l),p=o),i.call(c,p,(function(r,i){var o;switch(i.charAt(0)){case"$":return"$";case"&":return e;case"`":return t.slice(0,n);case"'":return t.slice(d);case"<":o=l[i.slice(1,-1)];break;default:var s=+i;if(0===s)return r;if(s>f){var c=a(s/10);return 0===c?r:c<=f?void 0===u[c-1]?i.charAt(1):u[c-1]+i.charAt(1):r}o=u[s-1]}return void 0===o?"":o}))}},function(e,t,n){"use strict";var r=n(21),a=n(8),i=n(4),o=n(61),s=RegExp.prototype,u=s.toString,l=i((function(){return"/a/b"!=u.call({source:"a",flags:"b"})})),c="toString"!=u.name;(l||c)&&r(RegExp.prototype,"toString",(function(){var e=a(this),t=String(e.source),n=e.flags;return"/"+t+"/"+String(void 0===n&&e instanceof RegExp&&!("flags"in s)?o.call(e):n)}),{unsafe:!0})},function(e,t,n){e.exports=n(178).default},function(e,t){e.exports=function(e){return e}},function(e,t,n){"use strict";var r=n(3),a=n(4),i=n(63),o=n(10),s=n(14),u=n(15),l=n(79),c=n(80),d=n(81),f=n(9),p=n(50),m=f("isConcatSpreadable"),h=p>=51||!a((function(){var e=[];return e[m]=!1,e.concat()[0]!==e})),_=d("concat"),g=function(e){if(!o(e))return!1;var t=e[m];return void 0!==t?!!t:i(e)};r({target:"Array",proto:!0,forced:!h||!_},{concat:function(e){var t,n,r,a,i,o=s(this),d=c(o,0),f=0;for(t=-1,r=arguments.length;t<r;t++)if(g(i=-1===t?o:arguments[t])){if(f+(a=u(i.length))>9007199254740991)throw TypeError("Maximum allowed index exceeded");for(n=0;n<a;n++,f++)n in i&&l(d,f,i[n])}else{if(f>=9007199254740991)throw TypeError("Maximum allowed index exceeded");l(d,f++,i)}return d.length=f,d}})},function(e,t,n){"use strict";var r=n(11),a=n(4),i=n(92),o=n(74),s=n(64),u=n(14),l=n(43),c=Object.assign,d=Object.defineProperty;e.exports=!c||a((function(){if(r&&1!==c({b:1},c(d({},"a",{enumerable:!0,get:function(){d(this,"b",{value:3,enumerable:!1})}}),{b:2})).b)return!0;var e={},t={},n=Symbol();return e[n]=7,"abcdefghijklmnopqrst".split("").forEach((function(e){t[e]=e})),7!=c({},e)[n]||"abcdefghijklmnopqrst"!=i(c({},t)).join("")}))?function(e,t){for(var n=u(e),a=arguments.length,c=1,d=o.f,f=s.f;a>c;)for(var p,m=l(arguments[c++]),h=d?i(m).concat(d(m)):i(m),_=h.length,g=0;_>g;)p=h[g++],r&&!f.call(m,p)||(n[p]=m[p]);return n}:c},function(e,t,n){var r=n(8),a=n(45),i=n(9)("species");e.exports=function(e,t){var n,o=r(e).constructor;return void 0===o||null==(n=r(o)[i])?t:a(n)}},function(e,t,n){var r=n(59),a=n(49);e.exports=function(e){if(!a(e))return!1;var t=r(e);return"[object Function]"==t||"[object GeneratorFunction]"==t||"[object AsyncFunction]"==t||"[object Proxy]"==t}},function(e,t,n){var r=n(49),a=Object.create,i=function(){function e(){}return function(t){if(!r(t))return{};if(a)return a(t);e.prototype=t;var n=new e;return e.prototype=void 0,n}}();e.exports=i},function(e,t){e.exports=function(e,t){var n=-1,r=e.length;for(t||(t=Array(r));++n<r;)t[n]=e[n];return t}},function(e,t,n){var r=n(59),a=n(37);e.exports=function(e){return"symbol"==typeof e||a(e)&&"[object Symbol]"==r(e)}},function(e,t,n){var r=n(200),a=n(167);e.exports=function(e,t,n,i){var o=!n;n||(n={});for(var s=-1,u=t.length;++s<u;){var l=t[s],c=i?i(n[l],e[l],l,n,e):void 0;void 0===c&&(c=e[l]),o?a(n,l,c):r(n,l,c)}return n}},function(e,t,n){var r=n(183),a=n(201),i=n(156);e.exports=function(e){return i(e)?r(e):a(e)}},function(e,t,n){(function(e){var r=n(24),a=n(272),i=t&&!t.nodeType&&t,o=i&&"object"==typeof e&&e&&!e.nodeType&&e,s=o&&o.exports===i?r.Buffer:void 0,u=(s?s.isBuffer:void 0)||a;e.exports=u}).call(this,n(113)(e))},function(e,t){var n=Object.prototype;e.exports=function(e){var t=e&&e.constructor;return e===("function"==typeof t&&t.prototype||n)}},function(e,t,n){var r=n(54)(n(24),"Map");e.exports=r},function(e,t,n){var r=n(132);e.exports=function(e){if("string"==typeof e||r(e))return e;var t=e+"";return"0"==t&&1/e==-1/0?"-0":t}},function(e,t,n){"use strict";e.exports=function(e,t){return function(){for(var n=new Array(arguments.length),r=0;r<n.length;r++)n[r]=arguments[r];return e.apply(t,n)}}},function(e,t,n){"use strict";var r=n(16);function a(e){return encodeURIComponent(e).replace(/%3A/gi,":").replace(/%24/g,"$").replace(/%2C/gi,",").replace(/%20/g,"+").replace(/%5B/gi,"[").replace(/%5D/gi,"]")}e.exports=function(e,t,n){if(!t)return e;var i;if(n)i=n(t);else if(r.isURLSearchParams(t))i=t.toString();else{var o=[];r.forEach(t,(function(e,t){null!=e&&(r.isArray(e)?t+="[]":e=[e],r.forEach(e,(function(e){r.isDate(e)?e=e.toISOString():r.isObject(e)&&(e=JSON.stringify(e)),o.push(a(t)+"="+a(e))})))})),i=o.join("&")}if(i){var s=e.indexOf("#");-1!==s&&(e=e.slice(0,s)),e+=(-1===e.indexOf("?")?"?":"&")+i}return e}},function(e,t,n){"use strict";e.exports=function(e){return!(!e||!e.__CANCEL__)}},function(e,t,n){"use strict";(function(t){var r=n(16),a=n(213),i={"Content-Type":"application/x-www-form-urlencoded"};function o(e,t){!r.isUndefined(e)&&r.isUndefined(e["Content-Type"])&&(e["Content-Type"]=t)}var s,u={adapter:(("undefined"!=typeof XMLHttpRequest||void 0!==t&&"[object process]"===Object.prototype.toString.call(t))&&(s=n(143)),s),transformRequest:[function(e,t){return a(t,"Accept"),a(t,"Content-Type"),r.isFormData(e)||r.isArrayBuffer(e)||r.isBuffer(e)||r.isStream(e)||r.isFile(e)||r.isBlob(e)?e:r.isArrayBufferView(e)?e.buffer:r.isURLSearchParams(e)?(o(t,"application/x-www-form-urlencoded;charset=utf-8"),e.toString()):r.isObject(e)?(o(t,"application/json;charset=utf-8"),JSON.stringify(e)):e}],transformResponse:[function(e){if("string"==typeof e)try{e=JSON.parse(e)}catch(e){}return e}],timeout:0,xsrfCookieName:"XSRF-TOKEN",xsrfHeaderName:"X-XSRF-TOKEN",maxContentLength:-1,maxBodyLength:-1,validateStatus:function(e){return e>=200&&e<300}};u.headers={common:{Accept:"application/json, text/plain, */*"}},r.forEach(["delete","get","head"],(function(e){u.headers[e]={}})),r.forEach(["post","put","patch"],(function(e){u.headers[e]=r.merge(i)})),e.exports=u}).call(this,n(57))},function(e,t,n){"use strict";var r=n(16),a=n(214),i=n(216),o=n(140),s=n(217),u=n(220),l=n(221),c=n(144);e.exports=function(e){return new Promise((function(t,n){var d=e.data,f=e.headers;r.isFormData(d)&&delete f["Content-Type"];var p=new XMLHttpRequest;if(e.auth){var m=e.auth.username||"",h=e.auth.password?unescape(encodeURIComponent(e.auth.password)):"";f.Authorization="Basic "+btoa(m+":"+h)}var _=s(e.baseURL,e.url);if(p.open(e.method.toUpperCase(),o(_,e.params,e.paramsSerializer),!0),p.timeout=e.timeout,p.onreadystatechange=function(){if(p&&4===p.readyState&&(0!==p.status||p.responseURL&&0===p.responseURL.indexOf("file:"))){var r="getAllResponseHeaders"in p?u(p.getAllResponseHeaders()):null,i={data:e.responseType&&"text"!==e.responseType?p.response:p.responseText,status:p.status,statusText:p.statusText,headers:r,config:e,request:p};a(t,n,i),p=null}},p.onabort=function(){p&&(n(c("Request aborted",e,"ECONNABORTED",p)),p=null)},p.onerror=function(){n(c("Network Error",e,null,p)),p=null},p.ontimeout=function(){var t="timeout of "+e.timeout+"ms exceeded";e.timeoutErrorMessage&&(t=e.timeoutErrorMessage),n(c(t,e,"ECONNABORTED",p)),p=null},r.isStandardBrowserEnv()){var g=(e.withCredentials||l(_))&&e.xsrfCookieName?i.read(e.xsrfCookieName):void 0;g&&(f[e.xsrfHeaderName]=g)}if("setRequestHeader"in p&&r.forEach(f,(function(e,t){void 0===d&&"content-type"===t.toLowerCase()?delete f[t]:p.setRequestHeader(t,e)})),r.isUndefined(e.withCredentials)||(p.withCredentials=!!e.withCredentials),e.responseType)try{p.responseType=e.responseType}catch(t){if("json"!==e.responseType)throw t}"function"==typeof e.onDownloadProgress&&p.addEventListener("progress",e.onDownloadProgress),"function"==typeof e.onUploadProgress&&p.upload&&p.upload.addEventListener("progress",e.onUploadProgress),e.cancelToken&&e.cancelToken.promise.then((function(e){p&&(p.abort(),n(e),p=null)})),d||(d=null),p.send(d)}))}},function(e,t,n){"use strict";var r=n(215);e.exports=function(e,t,n,a,i){var o=new Error(e);return r(o,t,n,a,i)}},function(e,t,n){"use strict";var r=n(16);e.exports=function(e,t){t=t||{};var n={},a=["url","method","data"],i=["headers","auth","proxy","params"],o=["baseURL","transformRequest","transformResponse","paramsSerializer","timeout","timeoutMessage","withCredentials","adapter","responseType","xsrfCookieName","xsrfHeaderName","onUploadProgress","onDownloadProgress","decompress","maxContentLength","maxBodyLength","maxRedirects","transport","httpAgent","httpsAgent","cancelToken","socketPath","responseEncoding"],s=["validateStatus"];function u(e,t){return r.isPlainObject(e)&&r.isPlainObject(t)?r.merge(e,t):r.isPlainObject(t)?r.merge({},t):r.isArray(t)?t.slice():t}function l(a){r.isUndefined(t[a])?r.isUndefined(e[a])||(n[a]=u(void 0,e[a])):n[a]=u(e[a],t[a])}r.forEach(a,(function(e){r.isUndefined(t[e])||(n[e]=u(void 0,t[e]))})),r.forEach(i,l),r.forEach(o,(function(a){r.isUndefined(t[a])?r.isUndefined(e[a])||(n[a]=u(void 0,e[a])):n[a]=u(void 0,t[a])})),r.forEach(s,(function(r){r in t?n[r]=u(e[r],t[r]):r in e&&(n[r]=u(void 0,e[r]))}));var c=a.concat(i).concat(o).concat(s),d=Object.keys(e).concat(Object.keys(t)).filter((function(e){return-1===c.indexOf(e)}));return r.forEach(d,l),n}},function(e,t,n){"use strict";function r(e){this.message=e}r.prototype.toString=function(){return"Cancel"+(this.message?": "+this.message:"")},r.prototype.__CANCEL__=!0,e.exports=r},function(e,t,n){"use strict";var r=n(36).forEach,a=n(51)("forEach");e.exports=a?[].forEach:function(e){return r(this,e,arguments.length>1?arguments[1]:void 0)}},,,,function(e,t,n){"use strict";var r=n(3),a=n(66).indexOf,i=n(51),o=[].indexOf,s=!!o&&1/[1].indexOf(1,-0)<0,u=i("indexOf");r({target:"Array",proto:!0,forced:s||!u},{indexOf:function(e){return s?o.apply(this,arguments)||0:a(this,e,arguments.length>1?arguments[1]:void 0)}})},function(e,t,n){var r=n(28),a=n(5);e.exports="process"==r(a.process)},function(e,t){var n=/^(?:0|[1-9]\d*)$/;e.exports=function(e,t){var r=typeof e;return!!(t=null==t?9007199254740991:t)&&("number"==r||"symbol"!=r&&n.test(e))&&e>-1&&e%1==0&&e<t}},function(e,t,n){var r=n(271),a=n(37),i=Object.prototype,o=i.hasOwnProperty,s=i.propertyIsEnumerable,u=r(function(){return arguments}())?r:function(e){return a(e)&&o.call(e,"callee")&&!s.call(e,"callee")};e.exports=u},function(e,t){e.exports=function(e){return"number"==typeof e&&e>-1&&e%1==0&&e<=9007199254740991}},function(e,t,n){var r=n(129),a=n(155);e.exports=function(e){return null!=e&&a(e.length)&&!r(e)}},function(e,t,n){var r=n(106),a=n(281),i=n(282),o=n(283),s=n(284),u=n(285);function l(e){var t=this.__data__=new r(e);this.size=t.size}l.prototype.clear=a,l.prototype.delete=i,l.prototype.get=o,l.prototype.has=s,l.prototype.set=u,e.exports=l},function(e,t,n){var r=n(286),a=n(293),i=n(295),o=n(296),s=n(297);function u(e){var t=-1,n=null==e?0:e.length;for(this.clear();++t<n;){var r=e[t];this.set(r[0],r[1])}}u.prototype.clear=r,u.prototype.delete=a,u.prototype.get=i,u.prototype.has=o,u.prototype.set=s,e.exports=u},function(e,t,n){var r=n(183),a=n(298),i=n(156);e.exports=function(e){return i(e)?r(e,!0):a(e)}},function(e,t,n){var r=n(184)(Object.getPrototypeOf,Object);e.exports=r},function(e,t,n){"use strict";var r=n(3),a=n(147);r({target:"Array",proto:!0,forced:[].forEach!=a},{forEach:a})},,,function(e,t,n){"use strict";var r=n(68),a=n(96);e.exports=r?{}.toString:function(){return"[object "+a(this)+"]"}},function(e,t,n){var r=n(130),a=n(49);e.exports=function(e){return function(){var t=arguments;switch(t.length){case 0:return new e;case 1:return new e(t[0]);case 2:return new e(t[0],t[1]);case 3:return new e(t[0],t[1],t[2]);case 4:return new e(t[0],t[1],t[2],t[3]);case 5:return new e(t[0],t[1],t[2],t[3],t[4]);case 6:return new e(t[0],t[1],t[2],t[3],t[4],t[5]);case 7:return new e(t[0],t[1],t[2],t[3],t[4],t[5],t[6])}var n=r(e.prototype),i=e.apply(n,t);return a(i)?i:n}}},function(e,t){e.exports=function(e,t,n){switch(n.length){case 0:return e.call(t);case 1:return e.call(t,n[0]);case 2:return e.call(t,n[0],n[1]);case 3:return e.call(t,n[0],n[1],n[2])}return e.apply(t,n)}},function(e,t,n){var r=n(182);e.exports=function(e,t,n){"__proto__"==t&&r?r(e,t,{configurable:!0,enumerable:!0,value:n,writable:!0}):e[t]=n}},function(e,t,n){var r=n(273),a=n(169),i=n(170),o=i&&i.isTypedArray,s=o?a(o):r;e.exports=s},function(e,t){e.exports=function(e){return function(t){return e(t)}}},function(e,t,n){(function(e){var r=n(180),a=t&&!t.nodeType&&t,i=a&&"object"==typeof e&&e&&!e.nodeType&&e,o=i&&i.exports===a&&r.process,s=function(){try{var e=i&&i.require&&i.require("util").types;return e||o&&o.binding&&o.binding("util")}catch(e){}}();e.exports=s}).call(this,n(113)(e))},function(e,t,n){var r=n(301),a=n(202),i=Object.prototype.propertyIsEnumerable,o=Object.getOwnPropertySymbols,s=o?function(e){return null==e?[]:(e=Object(e),r(o(e),(function(t){return i.call(e,t)})))}:a;e.exports=s},function(e,t){e.exports=function(e,t){for(var n=-1,r=t.length,a=e.length;++n<r;)e[a+n]=t[n];return e}},function(e,t,n){var r=n(185);e.exports=function(e){var t=new e.constructor(e.byteLength);return new r(t).set(new r(e)),t}},function(e,t,n){"use strict";n(161),Object.defineProperty(t,"__esModule",{value:!0}),t.getRequestToken=function(){return i},t.onRequestTokenUpdate=function(e){o.push(e)};var r=n(41),a=document.getElementsByTagName("head")[0],i=a?a.getAttribute("data-requesttoken"):null,o=[];(0,r.subscribe)("csrf-token-update",(function(e){i=e.token,o.forEach((function(t){try{t(e.token)}catch(e){console.error("error updating CSRF token observer",e)}}))}))},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.getCurrentUser=function(){if(null===a)return null;return{uid:a,displayName:o,isAdmin:s}};var r=document.getElementsByTagName("head")[0],a=r?r.getAttribute("data-user"):null,i=document.getElementsByTagName("head")[0],o=i?i.getAttribute("data-user-displayname"):null,s="undefined"!=typeof OC&&OC.isUserAdmin()},,,function(e,t,n){"use strict";function r(e){return e&&e.__esModule?e:{default:e}}function a(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&(t[n]=e[n]);return t.default=e,t}t.__esModule=!0;var i=a(n(244)),o=r(n(533)),s=r(n(97)),u=a(n(58)),l=a(n(534)),c=r(n(536));function d(){var e=new i.HandlebarsEnvironment;return u.extend(e,i),e.SafeString=o.default,e.Exception=s.default,e.Utils=u,e.escapeExpression=u.escapeExpression,e.VM=l,e.template=function(t){return l.template(t,e)},e}var f=d();f.create=d,c.default(f),f.default=f,t.default=f,e.exports=t.default},function(e,t,n){var r=n(45),a=n(14),i=n(43),o=n(15),s=function(e){return function(t,n,s,u){r(n);var l=a(t),c=i(l),d=o(l.length),f=e?d-1:0,p=e?-1:1;if(s<2)for(;;){if(f in c){u=c[f],f+=p;break}if(f+=p,e?f<0:d<=f)throw TypeError("Reduce of empty array with no initial value")}for(;e?f>=0:d>f;f+=p)f in c&&(u=n(u,c[f],f,l));return u}};e.exports={left:s(!1),right:s(!0)}},function(e,t,n){(function(t){var n="object"==typeof t&&t&&t.Object===Object&&t;e.exports=n}).call(this,n(17))},function(e,t){var n=Function.prototype.toString;e.exports=function(e){if(null!=e){try{return n.call(e)}catch(e){}try{return e+""}catch(e){}}return""}},function(e,t,n){var r=n(54),a=function(){try{var e=r(Object,"defineProperty");return e({},"",{}),e}catch(e){}}();e.exports=a},function(e,t,n){var r=n(270),a=n(154),i=n(31),o=n(135),s=n(153),u=n(168),l=Object.prototype.hasOwnProperty;e.exports=function(e,t){var n=i(e),c=!n&&a(e),d=!n&&!c&&o(e),f=!n&&!c&&!d&&u(e),p=n||c||d||f,m=p?r(e.length,String):[],h=m.length;for(var _ in e)!t&&!l.call(e,_)||p&&("length"==_||d&&("offset"==_||"parent"==_)||f&&("buffer"==_||"byteLength"==_||"byteOffset"==_)||s(_,h))||m.push(_);return m}},function(e,t){e.exports=function(e,t){return function(n){return e(t(n))}}},function(e,t,n){var r=n(24).Uint8Array;e.exports=r},function(e,t,n){var r=n(310),a=n(313),i=n(314);e.exports=function(e,t,n,o,s,u){var l=1&n,c=e.length,d=t.length;if(c!=d&&!(l&&d>c))return!1;var f=u.get(e),p=u.get(t);if(f&&p)return f==t&&p==e;var m=-1,h=!0,_=2&n?new r:void 0;for(u.set(e,t),u.set(t,e);++m<c;){var g=e[m],y=t[m];if(o)var v=l?o(y,g,m,t,e,u):o(g,y,m,e,t,u);if(void 0!==v){if(v)continue;h=!1;break}if(_){if(!a(t,(function(e,t){if(!i(_,t)&&(g===e||s(g,e,n,o,u)))return _.push(t)}))){h=!1;break}}else if(g!==y&&!s(g,y,n,o,u)){h=!1;break}}return u.delete(e),u.delete(t),h}},,,,function(e,t,n){"use strict";var r=n(3),a=n(36).filter;r({target:"Array",proto:!0,forced:!n(81)("filter")},{filter:function(e){return a(this,e,arguments.length>1?arguments[1]:void 0)}})},function(e,t,n){var r=n(10),a=n(28),i=n(9)("match");e.exports=function(e){var t;return r(e)&&(void 0!==(t=e[i])?!!t:"RegExp"==a(e))}},function(e,t,n){var r=n(249),a=n(546),i=n(547),o=n(257),s=n(564),u=n(261),l=n(565),c=n(263),d=n(264),f=n(268),p=Math.max;e.exports=function(e,t,n,m,h,_,g,y){var v=2&t;if(!v&&"function"!=typeof e)throw new TypeError("Expected a function");var M=m?m.length:0;if(M||(t&=-97,m=h=void 0),g=void 0===g?g:p(f(g),0),y=void 0===y?y:f(y),M-=h?h.length:0,64&t){var L=m,w=h;m=h=void 0}var b=v?void 0:u(e),T=[e,t,n,m,h,L,w,_,g,y];if(b&&l(T,b),e=T[0],t=T[1],n=T[2],m=T[3],h=T[4],!(y=T[9]=void 0===T[9]?v?0:e.length:p(T[9]-M,0))&&24&t&&(t&=-25),t&&1!=t)x=8==t||16==t?i(e,t,y):32!=t&&33!=t||h.length?o.apply(void 0,T):s(e,t,n,m);else var x=a(e,t,n);return d((b?r:c)(x,T),e,t)}},function(e,t,n){var r=n(54)(n(24),"WeakMap");e.exports=r},function(e,t,n){var r=n(130),a=n(195);function i(e){this.__wrapped__=e,this.__actions__=[],this.__dir__=1,this.__filtered__=!1,this.__iteratees__=[],this.__takeCount__=4294967295,this.__views__=[]}i.prototype=r(a.prototype),i.prototype.constructor=i,e.exports=i},function(e,t){e.exports=function(){}},function(e,t){var n=Date.now;e.exports=function(e){var t=0,r=0;return function(){var a=n(),i=16-(a-r);if(r=a,i>0){if(++t>=800)return arguments[0]}else t=0;return e.apply(void 0,arguments)}}},function(e,t,n){var r=n(265),a=n(196)(r);e.exports=a},function(e,t){e.exports=function(e,t){for(var n=-1,r=null==e?0:e.length;++n<r&&!1!==t(e[n],n,e););return e}},function(e,t){e.exports=function(e,t){for(var n=-1,r=e.length,a=0,i=[];++n<r;){var o=e[n];o!==t&&"__lodash_placeholder__"!==o||(e[n]="__lodash_placeholder__",i[a++]=n)}return i}},function(e,t,n){var r=n(167),a=n(112),i=Object.prototype.hasOwnProperty;e.exports=function(e,t,n){var o=e[t];i.call(e,t)&&a(o,n)&&(void 0!==n||t in e)||r(e,t,n)}},function(e,t,n){var r=n(136),a=n(274),i=Object.prototype.hasOwnProperty;e.exports=function(e){if(!r(e))return a(e);var t=[];for(var n in Object(e))i.call(e,n)&&"constructor"!=n&&t.push(n);return t}},function(e,t){e.exports=function(){return[]}},function(e,t,n){var r=n(204),a=n(171),i=n(134);e.exports=function(e){return r(e,i,a)}},function(e,t,n){var r=n(172),a=n(31);e.exports=function(e,t,n){var i=t(e);return a(e)?i:r(i,n(e))}},function(e,t,n){var r=n(309),a=n(37);e.exports=function e(t,n,i,o,s){return t===n||(null==t||null==n||!a(t)&&!a(n)?t!=t&&n!=n:r(t,n,i,o,e,s))}},function(e,t,n){var r=n(31),a=n(132),i=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,o=/^\w*$/;e.exports=function(e,t){if(r(e))return!1;var n=typeof e;return!("number"!=n&&"symbol"!=n&&"boolean"!=n&&null!=e&&!a(e))||(o.test(e)||!i.test(e)||null!=t&&e in Object(t))}},function(e,t,n){e.exports=n(208)},function(e,t,n){"use strict";var r=n(16),a=n(139),i=n(209),o=n(145);function s(e){var t=new i(e),n=a(i.prototype.request,t);return r.extend(n,i.prototype,t),r.extend(n,t),n}var u=s(n(142));u.Axios=i,u.create=function(e){return s(o(u.defaults,e))},u.Cancel=n(146),u.CancelToken=n(222),u.isCancel=n(141),u.all=function(e){return Promise.all(e)},u.spread=n(223),u.isAxiosError=n(224),e.exports=u,e.exports.default=u},function(e,t,n){"use strict";var r=n(16),a=n(140),i=n(210),o=n(211),s=n(145);function u(e){this.defaults=e,this.interceptors={request:new i,response:new i}}u.prototype.request=function(e){"string"==typeof e?(e=arguments[1]||{}).url=arguments[0]:e=e||{},(e=s(this.defaults,e)).method?e.method=e.method.toLowerCase():this.defaults.method?e.method=this.defaults.method.toLowerCase():e.method="get";var t=[o,void 0],n=Promise.resolve(e);for(this.interceptors.request.forEach((function(e){t.unshift(e.fulfilled,e.rejected)})),this.interceptors.response.forEach((function(e){t.push(e.fulfilled,e.rejected)}));t.length;)n=n.then(t.shift(),t.shift());return n},u.prototype.getUri=function(e){return e=s(this.defaults,e),a(e.url,e.params,e.paramsSerializer).replace(/^\?/,"")},r.forEach(["delete","get","head","options"],(function(e){u.prototype[e]=function(t,n){return this.request(s(n||{},{method:e,url:t,data:(n||{}).data}))}})),r.forEach(["post","put","patch"],(function(e){u.prototype[e]=function(t,n,r){return this.request(s(r||{},{method:e,url:t,data:n}))}})),e.exports=u},function(e,t,n){"use strict";var r=n(16);function a(){this.handlers=[]}a.prototype.use=function(e,t){return this.handlers.push({fulfilled:e,rejected:t}),this.handlers.length-1},a.prototype.eject=function(e){this.handlers[e]&&(this.handlers[e]=null)},a.prototype.forEach=function(e){r.forEach(this.handlers,(function(t){null!==t&&e(t)}))},e.exports=a},function(e,t,n){"use strict";var r=n(16),a=n(212),i=n(141),o=n(142);function s(e){e.cancelToken&&e.cancelToken.throwIfRequested()}e.exports=function(e){return s(e),e.headers=e.headers||{},e.data=a(e.data,e.headers,e.transformRequest),e.headers=r.merge(e.headers.common||{},e.headers[e.method]||{},e.headers),r.forEach(["delete","get","head","post","put","patch","common"],(function(t){delete e.headers[t]})),(e.adapter||o.adapter)(e).then((function(t){return s(e),t.data=a(t.data,t.headers,e.transformResponse),t}),(function(t){return i(t)||(s(e),t&&t.response&&(t.response.data=a(t.response.data,t.response.headers,e.transformResponse))),Promise.reject(t)}))}},function(e,t,n){"use strict";var r=n(16);e.exports=function(e,t,n){return r.forEach(n,(function(n){e=n(e,t)})),e}},function(e,t,n){"use strict";var r=n(16);e.exports=function(e,t){r.forEach(e,(function(n,r){r!==t&&r.toUpperCase()===t.toUpperCase()&&(e[t]=n,delete e[r])}))}},function(e,t,n){"use strict";var r=n(144);e.exports=function(e,t,n){var a=n.config.validateStatus;n.status&&a&&!a(n.status)?t(r("Request failed with status code "+n.status,n.config,null,n.request,n)):e(n)}},function(e,t,n){"use strict";e.exports=function(e,t,n,r,a){return e.config=t,n&&(e.code=n),e.request=r,e.response=a,e.isAxiosError=!0,e.toJSON=function(){return{message:this.message,name:this.name,description:this.description,number:this.number,fileName:this.fileName,lineNumber:this.lineNumber,columnNumber:this.columnNumber,stack:this.stack,config:this.config,code:this.code}},e}},function(e,t,n){"use strict";var r=n(16);e.exports=r.isStandardBrowserEnv()?{write:function(e,t,n,a,i,o){var s=[];s.push(e+"="+encodeURIComponent(t)),r.isNumber(n)&&s.push("expires="+new Date(n).toGMTString()),r.isString(a)&&s.push("path="+a),r.isString(i)&&s.push("domain="+i),!0===o&&s.push("secure"),document.cookie=s.join("; ")},read:function(e){var t=document.cookie.match(new RegExp("(^|;\\s*)("+e+")=([^;]*)"));return t?decodeURIComponent(t[3]):null},remove:function(e){this.write(e,"",Date.now()-864e5)}}:{write:function(){},read:function(){return null},remove:function(){}}},function(e,t,n){"use strict";var r=n(218),a=n(219);e.exports=function(e,t){return e&&!r(t)?a(e,t):t}},function(e,t,n){"use strict";e.exports=function(e){return/^([a-z][a-z\d\+\-\.]*:)?\/\//i.test(e)}},function(e,t,n){"use strict";e.exports=function(e,t){return t?e.replace(/\/+$/,"")+"/"+t.replace(/^\/+/,""):e}},function(e,t,n){"use strict";var r=n(16),a=["age","authorization","content-length","content-type","etag","expires","from","host","if-modified-since","if-unmodified-since","last-modified","location","max-forwards","proxy-authorization","referer","retry-after","user-agent"];e.exports=function(e){var t,n,i,o={};return e?(r.forEach(e.split("\n"),(function(e){if(i=e.indexOf(":"),t=r.trim(e.substr(0,i)).toLowerCase(),n=r.trim(e.substr(i+1)),t){if(o[t]&&a.indexOf(t)>=0)return;o[t]="set-cookie"===t?(o[t]?o[t]:[]).concat([n]):o[t]?o[t]+", "+n:n}})),o):o}},function(e,t,n){"use strict";var r=n(16);e.exports=r.isStandardBrowserEnv()?function(){var e,t=/(msie|trident)/i.test(navigator.userAgent),n=document.createElement("a");function a(e){var r=e;return t&&(n.setAttribute("href",r),r=n.href),n.setAttribute("href",r),{href:n.href,protocol:n.protocol?n.protocol.replace(/:$/,""):"",host:n.host,search:n.search?n.search.replace(/^\?/,""):"",hash:n.hash?n.hash.replace(/^#/,""):"",hostname:n.hostname,port:n.port,pathname:"/"===n.pathname.charAt(0)?n.pathname:"/"+n.pathname}}return e=a(window.location.href),function(t){var n=r.isString(t)?a(t):t;return n.protocol===e.protocol&&n.host===e.host}}():function(){return!0}},function(e,t,n){"use strict";var r=n(146);function a(e){if("function"!=typeof e)throw new TypeError("executor must be a function.");var t;this.promise=new Promise((function(e){t=e}));var n=this;e((function(e){n.reason||(n.reason=new r(e),t(n.reason))}))}a.prototype.throwIfRequested=function(){if(this.reason)throw this.reason},a.source=function(){var e;return{token:new a((function(t){e=t})),cancel:e}},e.exports=a},function(e,t,n){"use strict";e.exports=function(e){return function(t){return e.apply(null,t)}}},function(e,t,n){"use strict";e.exports=function(e){return"object"==typeof e&&!0===e.isAxiosError}},,,,,function(e,t,n){"use strict";n.d(t,"b",(function(){return s}));var r=n(0),a=n.n(r);
+/**
+ * @copyright Bernhard Posselt 2014
+ *
+ * @author Christoph Wurst <christoph@winzerhof-wurst.at>
+ * @author John Molakvoæ <skjnldsv@protonmail.com>
*
* @license GNU AGPL version 3 or any later version
*
@@ -274,13 +583,16 @@ function o(t,n,r){"post"!==t&&"delete"!==t||!a.a.PasswordConfirmation.requiresPa
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ *
*/
-var r=function(e){var t,n,r,i={};if(!e)return null;(t=e.indexOf("?"))>=0&&(e=e.substr(t+1));for(var a=e.replace(/\+/g,"%20").split("&"),o=0;o<a.length;o++){var s=a[o];(n=(t=s.indexOf("="))>=0?[s.substr(0,t),s.substr(t+1)]:[s]).length&&((r=decodeURIComponent(n[0]))&&(n.length>1?i[r]=decodeURIComponent(n[1]):i[r]=null))}return i},i=function(t){return t?e.map(t,(function(e,t){var n=encodeURIComponent(t);return null!=e&&(n+="="+encodeURIComponent(e)),n})).join("&"):""}}).call(this,n(0))},,function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),Object.defineProperty(t,"getRequestToken",{enumerable:!0,get:function(){return r.getRequestToken}}),Object.defineProperty(t,"onRequestTokenUpdate",{enumerable:!0,get:function(){return r.onRequestTokenUpdate}}),Object.defineProperty(t,"getCurrentUser",{enumerable:!0,get:function(){return i.getCurrentUser}});var r=n(637),i=n(669)},function(e,t,n){"use strict";n.d(t,"b",(function(){return s}));var r=n(0),i=n.n(r),a=!1,o={enableDynamicSlideToggle:function(){a=!0},showAppSidebar:function(e){(e||i()("#app-sidebar")).removeClass("disappear").show(),i()("#app-content").trigger(new i.a.Event("appresized"))},hideAppSidebar:function(e){(e||i()("#app-sidebar")).hide().addClass("disappear"),i()("#app-content").trigger(new i.a.Event("appresized"))}},s=function(){var e=i()("[data-apps-slide-toggle]");0===e.length&&i()("#app-navigation").addClass("without-app-settings"),i()(document).click((function(t){a&&(e=i()("[data-apps-slide-toggle]")),e.each((function(e,n){var r=i()(n).data("apps-slide-toggle"),a=i()(r);function o(){a.slideUp(4*OC.menuSpeed,(function(){a.trigger(new i.a.Event("hide"))})),a.removeClass("opened"),i()(n).removeClass("opened")}if(!a.is(":animated"))if(i()(n).is(i()(t.target).closest("[data-apps-slide-toggle]")))a.is(":visible")?o():function(){a.slideDown(4*OC.menuSpeed,(function(){a.trigger(new i.a.Event("show"))})),a.addClass("opened"),i()(n).addClass("opened");var e=i()(r+" [autofocus]");1===e.length&&e.focus()}();else{var s=i()(t.target).closest(r);a.is(":visible")&&s[0]!==a[0]&&o()}}))}))};t.a=o},function(e,t,n){"undefined"==typeof dav&&(dav={}),dav._XML_CHAR_MAP={"<":"&lt;",">":"&gt;","&":"&amp;",'"':"&quot;","'":"&apos;"},dav._escapeXml=function(e){return e.replace(/[<>&"']/g,(function(e){return dav._XML_CHAR_MAP[e]}))},dav.Client=function(e){var t;for(t in e)this[t]=e[t]},dav.Client.prototype={baseUrl:null,userName:null,password:null,xmlNamespaces:{"DAV:":"d"},propFind:function(e,t,n,r){void 0===n&&(n="0"),n=""+n,(r=r||{}).Depth=n,r["Content-Type"]="application/xml; charset=utf-8";var i,a='<?xml version="1.0"?>\n<d:propfind ';for(i in this.xmlNamespaces)a+=" xmlns:"+this.xmlNamespaces[i]+'="'+i+'"';for(var o in a+=">\n <d:prop>\n",t)if(t.hasOwnProperty(o)){var s=this.parseClarkNotation(t[o]);this.xmlNamespaces[s.namespace]?a+=" <"+this.xmlNamespaces[s.namespace]+":"+s.name+" />\n":a+=" <x:"+s.name+' xmlns:x="'+s.namespace+'" />\n'}return a+=" </d:prop>\n",a+="</d:propfind>",this.request("PROPFIND",e,r,a).then(function(e){return"0"===n?{status:e.status,body:e.body[0],xhr:e.xhr}:{status:e.status,body:e.body,xhr:e.xhr}}.bind(this))},_renderPropSet:function(e){var t=" <d:set>\n <d:prop>\n";for(var n in e)if(e.hasOwnProperty(n)){var r,i=this.parseClarkNotation(n),a=e[n];"d:resourcetype"!==(r=this.xmlNamespaces[i.namespace]?this.xmlNamespaces[i.namespace]+":"+i.name:"x:"+i.name+' xmlns:x="'+i.namespace+'"')&&(a=dav._escapeXml(a)),t+=" <"+r+">"+a+"</"+r+">\n"}return t+=" </d:prop>\n",t+=" </d:set>\n"},propPatch:function(e,t,n){(n=n||{})["Content-Type"]="application/xml; charset=utf-8";var r,i='<?xml version="1.0"?>\n<d:propertyupdate ';for(r in this.xmlNamespaces)i+=" xmlns:"+this.xmlNamespaces[r]+'="'+r+'"';return i+=">\n"+this._renderPropSet(t),i+="</d:propertyupdate>",this.request("PROPPATCH",e,n,i).then(function(e){return{status:e.status,body:e.body,xhr:e.xhr}}.bind(this))},mkcol:function(e,t,n){var r="";if((n=n||{})["Content-Type"]="application/xml; charset=utf-8",t){var i;for(i in r='<?xml version="1.0"?>\n<d:mkcol',this.xmlNamespaces)r+=" xmlns:"+this.xmlNamespaces[i]+'="'+i+'"';r+=">\n"+this._renderPropSet(t),r+="</d:mkcol>"}return this.request("MKCOL",e,n,r).then(function(e){return{status:e.status,body:e.body,xhr:e.xhr}}.bind(this))},request:function(e,t,n,r,i,a){var o,s=this,u=this.xhrProvider();for(o in n=n||{},i=i||"",this.userName&&(n.Authorization="Basic "+btoa(this.userName+":"+this.password)),u.open(e,this.resolveUrl(t),!0),n)u.setRequestHeader(o,n[o]);return u.responseType=i,a&&"function"==typeof a.onProgress&&("PUT"===e||"POST"===e?u.upload.addEventListener("progress",(function(e){a.onProgress(e)}),!1):u.addEventListener("progress",(function(e){a.onProgress(e)}),!1)),void 0===r?u.send():u.send(r),new Promise((function(e,t){u.onreadystatechange=function(){if(4===u.readyState){var t=u.response;207===u.status&&(t=s.parseMultiStatus(u.response)),e({body:t,status:u.status,xhr:u})}},u.ontimeout=function(){t(new Error("Timeout exceeded"))}}))},xhrProvider:function(){return new XMLHttpRequest},_parsePropNode:function(e){var t=null;if(e.childNodes&&e.childNodes.length>0){for(var n=[],r=0;r<e.childNodes.length;r++){var i=e.childNodes[r];1===i.nodeType&&n.push(i)}n.length&&(t=n)}return t||e.textContent||e.text||""},parseMultiStatus:function(e){for(var t=(new DOMParser).parseFromString(e,"application/xml"),n=function(e){var t;for(t in this.xmlNamespaces)if(this.xmlNamespaces[t]===e)return t}.bind(this),r=t.evaluate("/d:multistatus/d:response",t,n,XPathResult.ANY_TYPE,null),i=[],a=r.iterateNext();a;){var o={href:null,propStat:[]};o.href=t.evaluate("string(d:href)",a,n,XPathResult.ANY_TYPE,null).stringValue;for(var s=t.evaluate("d:propstat",a,n,XPathResult.ANY_TYPE,null),u=s.iterateNext();u;){for(var c={status:t.evaluate("string(d:status)",u,n,XPathResult.ANY_TYPE,null).stringValue,properties:{}},l=t.evaluate("d:prop/*",u,n,XPathResult.ANY_TYPE,null),d=l.iterateNext();d;){var f=this._parsePropNode(d);c.properties["{"+d.namespaceURI+"}"+d.localName]=f,d=l.iterateNext()}o.propStat.push(c),u=s.iterateNext()}i.push(o),a=r.iterateNext()}return i},resolveUrl:function(e){if(/^https?:\/\//i.test(e))return e;var t=this.parseUrl(this.baseUrl);if(e.charAt("/"))return t.root+e;t.root;return-1!==t.path.lastIndexOf("/")&&t.path.subString(0,t.path.lastIndexOf("/"))+"/",e,e},parseUrl:function(e){var t=e.match(/^(?:([A-Za-z]+):)?(\/{0,3})([0-9.\-A-Za-z]+)(?::(\d+))?(?:\/([^?#]*))?(?:\?([^#]*))?(?:#(.*))?$/),n={url:t[0],scheme:t[1],host:t[3],port:t[4],path:t[5],query:t[6],fragment:t[7]};return n.root=n.scheme+"://"+n.host+(n.port?":"+n.port:""),n},parseClarkNotation:function(e){var t=e.match(/^{([^}]+)}(.*)$/);if(t)return{name:t[2],namespace:t[1]}}},void 0!==e.exports&&(e.exports.Client=dav.Client),e.exports=dav},function(e,n,r){"use strict";var i=r(2),a=r.n(i),o=r(0),s=r.n(o),u=r(1),c=r.n(u),l=r(4);
+let i=!1;const o={enableDynamicSlideToggle(){i=!0},showAppSidebar:function(e){(e||a()("#app-sidebar")).removeClass("disappear").show(),a()("#app-content").trigger(new a.a.Event("appresized"))},hideAppSidebar:function(e){(e||a()("#app-sidebar")).hide().addClass("disappear"),a()("#app-content").trigger(new a.a.Event("appresized"))}},s=()=>{let e=a()("[data-apps-slide-toggle]");0===e.length&&a()("#app-navigation").addClass("without-app-settings"),a()(document).click((function(t){i&&(e=a()("[data-apps-slide-toggle]")),e.each((function(e,n){const r=a()(n).data("apps-slide-toggle"),i=a()(r);function o(){i.slideUp(4*OC.menuSpeed,(function(){i.trigger(new a.a.Event("hide"))})),i.removeClass("opened"),a()(n).removeClass("opened")}if(!i.is(":animated"))if(a()(n).is(a()(t.target).closest("[data-apps-slide-toggle]")))i.is(":visible")?o():function(){i.slideDown(4*OC.menuSpeed,(function(){i.trigger(new a.a.Event("show"))})),i.addClass("opened"),a()(n).addClass("opened");const e=a()(r+" [autofocus]");1===e.length&&e.focus()}();else{const e=a()(t.target).closest(r);i.is(":visible")&&e[0]!==i[0]&&o()}}))}))};t.a=o},function(e,t,n){"undefined"==typeof dav&&(dav={}),dav._XML_CHAR_MAP={"<":"&lt;",">":"&gt;","&":"&amp;",'"':"&quot;","'":"&apos;"},dav._escapeXml=function(e){return e.replace(/[<>&"']/g,(function(e){return dav._XML_CHAR_MAP[e]}))},dav.Client=function(e){var t;for(t in e)this[t]=e[t]},dav.Client.prototype={baseUrl:null,userName:null,password:null,xmlNamespaces:{"DAV:":"d"},propFind:function(e,t,n,r){void 0===n&&(n="0"),n=""+n,(r=r||{}).Depth=n,r["Content-Type"]="application/xml; charset=utf-8";var a,i='<?xml version="1.0"?>\n<d:propfind ';for(a in this.xmlNamespaces)i+=" xmlns:"+this.xmlNamespaces[a]+'="'+a+'"';for(var o in i+=">\n <d:prop>\n",t)if(t.hasOwnProperty(o)){var s=this.parseClarkNotation(t[o]);this.xmlNamespaces[s.namespace]?i+=" <"+this.xmlNamespaces[s.namespace]+":"+s.name+" />\n":i+=" <x:"+s.name+' xmlns:x="'+s.namespace+'" />\n'}return i+=" </d:prop>\n",i+="</d:propfind>",this.request("PROPFIND",e,r,i).then(function(e){return"0"===n?{status:e.status,body:e.body[0],xhr:e.xhr}:{status:e.status,body:e.body,xhr:e.xhr}}.bind(this))},_renderPropSet:function(e){var t=" <d:set>\n <d:prop>\n";for(var n in e)if(e.hasOwnProperty(n)){var r,a=this.parseClarkNotation(n),i=e[n];"d:resourcetype"!==(r=this.xmlNamespaces[a.namespace]?this.xmlNamespaces[a.namespace]+":"+a.name:"x:"+a.name+' xmlns:x="'+a.namespace+'"')&&(i=dav._escapeXml(i)),t+=" <"+r+">"+i+"</"+r+">\n"}return t+=" </d:prop>\n",t+=" </d:set>\n"},propPatch:function(e,t,n){(n=n||{})["Content-Type"]="application/xml; charset=utf-8";var r,a='<?xml version="1.0"?>\n<d:propertyupdate ';for(r in this.xmlNamespaces)a+=" xmlns:"+this.xmlNamespaces[r]+'="'+r+'"';return a+=">\n"+this._renderPropSet(t),a+="</d:propertyupdate>",this.request("PROPPATCH",e,n,a).then(function(e){return{status:e.status,body:e.body,xhr:e.xhr}}.bind(this))},mkcol:function(e,t,n){var r="";if((n=n||{})["Content-Type"]="application/xml; charset=utf-8",t){var a;for(a in r='<?xml version="1.0"?>\n<d:mkcol',this.xmlNamespaces)r+=" xmlns:"+this.xmlNamespaces[a]+'="'+a+'"';r+=">\n"+this._renderPropSet(t),r+="</d:mkcol>"}return this.request("MKCOL",e,n,r).then(function(e){return{status:e.status,body:e.body,xhr:e.xhr}}.bind(this))},request:function(e,t,n,r,a,i){var o,s=this,u=this.xhrProvider();for(o in n=n||{},a=a||"",this.userName&&(n.Authorization="Basic "+btoa(this.userName+":"+this.password)),u.open(e,this.resolveUrl(t),!0),n)u.setRequestHeader(o,n[o]);return u.responseType=a,i&&"function"==typeof i.onProgress&&("PUT"===e||"POST"===e?u.upload.addEventListener("progress",(function(e){i.onProgress(e)}),!1):u.addEventListener("progress",(function(e){i.onProgress(e)}),!1)),void 0===r?u.send():u.send(r),new Promise((function(e,t){u.onreadystatechange=function(){if(4===u.readyState){var t=u.response;207===u.status&&(t=s.parseMultiStatus(u.response)),e({body:t,status:u.status,xhr:u})}},u.ontimeout=function(){t(new Error("Timeout exceeded"))}}))},xhrProvider:function(){return new XMLHttpRequest},_parsePropNode:function(e){var t=null;if(e.childNodes&&e.childNodes.length>0){for(var n=[],r=0;r<e.childNodes.length;r++){var a=e.childNodes[r];1===a.nodeType&&n.push(a)}n.length&&(t=n)}return t||e.textContent||e.text||""},parseMultiStatus:function(e){for(var t=(new DOMParser).parseFromString(e,"application/xml"),n=function(e){var t;for(t in this.xmlNamespaces)if(this.xmlNamespaces[t]===e)return t}.bind(this),r=t.evaluate("/d:multistatus/d:response",t,n,XPathResult.ANY_TYPE,null),a=[],i=r.iterateNext();i;){var o={href:null,propStat:[]};o.href=t.evaluate("string(d:href)",i,n,XPathResult.ANY_TYPE,null).stringValue;for(var s=t.evaluate("d:propstat",i,n,XPathResult.ANY_TYPE,null),u=s.iterateNext();u;){for(var l={status:t.evaluate("string(d:status)",u,n,XPathResult.ANY_TYPE,null).stringValue,properties:{}},c=t.evaluate("d:prop/*",u,n,XPathResult.ANY_TYPE,null),d=c.iterateNext();d;){var f=this._parsePropNode(d);l.properties["{"+d.namespaceURI+"}"+d.localName]=f,d=c.iterateNext()}o.propStat.push(l),u=s.iterateNext()}a.push(o),i=r.iterateNext()}return a},resolveUrl:function(e){if(/^https?:\/\//i.test(e))return e;var t=this.parseUrl(this.baseUrl);if(e.charAt("/"))return t.root+e;t.root;return-1!==t.path.lastIndexOf("/")&&t.path.subString(0,t.path.lastIndexOf("/"))+"/",e,e},parseUrl:function(e){var t=e.match(/^(?:([A-Za-z]+):)?(\/{0,3})([0-9.\-A-Za-z]+)(?::(\d+))?(?:\/([^?#]*))?(?:\?([^#]*))?(?:#(.*))?$/),n={url:t[0],scheme:t[1],host:t[3],port:t[4],path:t[5],query:t[6],fragment:t[7]};return n.root=n.scheme+"://"+n.host+(n.port?":"+n.port:""),n},parseClarkNotation:function(e){var t=e.match(/^{([^}]+)}(.*)$/);if(t)return{name:t[2],namespace:t[1]}}},void 0!==e.exports&&(e.exports.Client=dav.Client),e.exports={dav:dav}},function(e,n,r){"use strict";var a=r(6),i=r(0),o=r.n(i),s=r(2),u=r.n(s),l=r(12),c=r(7);
/**
* @copyright 2019 Christoph Wurst <christoph@winzerhof-wurst.at>
*
- * @author 2019 Christoph Wurst <christoph@winzerhof-wurst.at>
+ * @author Christoph Wurst <christoph@winzerhof-wurst.at>
+ * @author John Molakvoæ <skjnldsv@protonmail.com>
+ * @author Roeland Jago Douma <roeland@famdouma.nl>
*
* @license GNU AGPL version 3 or any later version
*
@@ -295,17 +607,355 @@ var r=function(e){var t,n,r,i={};if(!e)return null;(t=e.indexOf("?"))>=0&&(e=e.s
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see <http://www.gnu.org/licenses/>.
- */n.a={callback:null,pageLoadTime:null,init:function(){s()(".password-confirm-required").on("click",a.a.bind(this.requirePasswordConfirmation,this)),this.pageLoadTime=c.a.now()},requiresPasswordConfirmation:function(){var e=this.pageLoadTime-1e3*window.nc_pageLoad,t=c.a.now()-(e+1e3*window.nc_lastLogin);return window.backendAllowsPasswordConfirmation&&t>18e5},requirePasswordConfirmation:function(e,n,r){n=void 0!==n?n:{};var i={title:t("core","Authentication required"),text:t("core","This action requires you to confirm your password"),confirm:t("core","Confirm"),label:t("core","Password"),error:""},o=a.a.extend(i,n),u=this;this.requiresPasswordConfirmation()&&l.a.dialogs.prompt(o.text,o.title,(function(e,t){e&&""!==t?u._confirmPassword(t,o):a.a.isFunction(r)&&r()}),!0,o.label,!0).then((function(){var e=s()(".oc-dialog:visible");if(e.find(".ui-icon").remove(),e.addClass("password-confirmation"),""!==o.error){var t=s()("<p></p>").addClass("msg warning").text(o.error);e.find(".oc-dialog-content").append(t)}e.find(".oc-dialog-buttonrow").addClass("aside");var n=e.find("button");n.eq(0).hide(),n.eq(1).text(o.confirm)})),this.callback=e},_confirmPassword:function(e,n){var r=this;s.a.ajax({url:l.a.generateUrl("/login/confirm"),data:{password:e},type:"POST",success:function(e){window.nc_lastLogin=e.lastLogin,a.a.isFunction(r.callback)&&r.callback()},error:function(){n.error=t("core","Failed to authenticate, try again"),l.a.PasswordConfirmation.requirePasswordConfirmation(r.callback,n)}})}}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.ProxyBus=void 0;var r,i=(r=n(214))&&r.__esModule?r:{default:r};function a(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}var o="1.1.3",s=function(){function e(t){!function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,e),function(e,t,n){t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n}(this,"bus",void 0),"function"==typeof t.getVersion&&i.default.valid(t.getVersion())?i.default.major(t.getVersion())!==i.default.major(this.getVersion())&&console.warn("Proxying an event bus of version "+t.getVersion()+" with "+this.getVersion()):console.warn("Proxying an event bus with an unknown or invalid version"),this.bus=t}var t,n,r;return t=e,(n=[{key:"getVersion",value:function(){return o}},{key:"subscribe",value:function(e,t){this.bus.subscribe(e,t)}},{key:"unsubscribe",value:function(e,t){this.bus.unsubscribe(e,t)}},{key:"emit",value:function(e,t){this.bus.emit(e,t)}}])&&a(t.prototype,n),r&&a(t,r),e}();t.ProxyBus=s},function(e,t,n){(function(n){var r;t=e.exports=f,r="object"==typeof n&&n.env&&n.env.NODE_DEBUG&&/\bsemver\b/i.test(n.env.NODE_DEBUG)?function(){var e=Array.prototype.slice.call(arguments,0);e.unshift("SEMVER"),console.log.apply(console,e)}:function(){},t.SEMVER_SPEC_VERSION="2.0.0";var i=Number.MAX_SAFE_INTEGER||9007199254740991,a=t.re=[],o=t.src=[],s=t.tokens={},u=0;function c(e){s[e]=u++}c("NUMERICIDENTIFIER"),o[s.NUMERICIDENTIFIER]="0|[1-9]\\d*",c("NUMERICIDENTIFIERLOOSE"),o[s.NUMERICIDENTIFIERLOOSE]="[0-9]+",c("NONNUMERICIDENTIFIER"),o[s.NONNUMERICIDENTIFIER]="\\d*[a-zA-Z-][a-zA-Z0-9-]*",c("MAINVERSION"),o[s.MAINVERSION]="("+o[s.NUMERICIDENTIFIER]+")\\.("+o[s.NUMERICIDENTIFIER]+")\\.("+o[s.NUMERICIDENTIFIER]+")",c("MAINVERSIONLOOSE"),o[s.MAINVERSIONLOOSE]="("+o[s.NUMERICIDENTIFIERLOOSE]+")\\.("+o[s.NUMERICIDENTIFIERLOOSE]+")\\.("+o[s.NUMERICIDENTIFIERLOOSE]+")",c("PRERELEASEIDENTIFIER"),o[s.PRERELEASEIDENTIFIER]="(?:"+o[s.NUMERICIDENTIFIER]+"|"+o[s.NONNUMERICIDENTIFIER]+")",c("PRERELEASEIDENTIFIERLOOSE"),o[s.PRERELEASEIDENTIFIERLOOSE]="(?:"+o[s.NUMERICIDENTIFIERLOOSE]+"|"+o[s.NONNUMERICIDENTIFIER]+")",c("PRERELEASE"),o[s.PRERELEASE]="(?:-("+o[s.PRERELEASEIDENTIFIER]+"(?:\\."+o[s.PRERELEASEIDENTIFIER]+")*))",c("PRERELEASELOOSE"),o[s.PRERELEASELOOSE]="(?:-?("+o[s.PRERELEASEIDENTIFIERLOOSE]+"(?:\\."+o[s.PRERELEASEIDENTIFIERLOOSE]+")*))",c("BUILDIDENTIFIER"),o[s.BUILDIDENTIFIER]="[0-9A-Za-z-]+",c("BUILD"),o[s.BUILD]="(?:\\+("+o[s.BUILDIDENTIFIER]+"(?:\\."+o[s.BUILDIDENTIFIER]+")*))",c("FULL"),c("FULLPLAIN"),o[s.FULLPLAIN]="v?"+o[s.MAINVERSION]+o[s.PRERELEASE]+"?"+o[s.BUILD]+"?",o[s.FULL]="^"+o[s.FULLPLAIN]+"$",c("LOOSEPLAIN"),o[s.LOOSEPLAIN]="[v=\\s]*"+o[s.MAINVERSIONLOOSE]+o[s.PRERELEASELOOSE]+"?"+o[s.BUILD]+"?",c("LOOSE"),o[s.LOOSE]="^"+o[s.LOOSEPLAIN]+"$",c("GTLT"),o[s.GTLT]="((?:<|>)?=?)",c("XRANGEIDENTIFIERLOOSE"),o[s.XRANGEIDENTIFIERLOOSE]=o[s.NUMERICIDENTIFIERLOOSE]+"|x|X|\\*",c("XRANGEIDENTIFIER"),o[s.XRANGEIDENTIFIER]=o[s.NUMERICIDENTIFIER]+"|x|X|\\*",c("XRANGEPLAIN"),o[s.XRANGEPLAIN]="[v=\\s]*("+o[s.XRANGEIDENTIFIER]+")(?:\\.("+o[s.XRANGEIDENTIFIER]+")(?:\\.("+o[s.XRANGEIDENTIFIER]+")(?:"+o[s.PRERELEASE]+")?"+o[s.BUILD]+"?)?)?",c("XRANGEPLAINLOOSE"),o[s.XRANGEPLAINLOOSE]="[v=\\s]*("+o[s.XRANGEIDENTIFIERLOOSE]+")(?:\\.("+o[s.XRANGEIDENTIFIERLOOSE]+")(?:\\.("+o[s.XRANGEIDENTIFIERLOOSE]+")(?:"+o[s.PRERELEASELOOSE]+")?"+o[s.BUILD]+"?)?)?",c("XRANGE"),o[s.XRANGE]="^"+o[s.GTLT]+"\\s*"+o[s.XRANGEPLAIN]+"$",c("XRANGELOOSE"),o[s.XRANGELOOSE]="^"+o[s.GTLT]+"\\s*"+o[s.XRANGEPLAINLOOSE]+"$",c("COERCE"),o[s.COERCE]="(^|[^\\d])(\\d{1,16})(?:\\.(\\d{1,16}))?(?:\\.(\\d{1,16}))?(?:$|[^\\d])",c("COERCERTL"),a[s.COERCERTL]=new RegExp(o[s.COERCE],"g"),c("LONETILDE"),o[s.LONETILDE]="(?:~>?)",c("TILDETRIM"),o[s.TILDETRIM]="(\\s*)"+o[s.LONETILDE]+"\\s+",a[s.TILDETRIM]=new RegExp(o[s.TILDETRIM],"g");c("TILDE"),o[s.TILDE]="^"+o[s.LONETILDE]+o[s.XRANGEPLAIN]+"$",c("TILDELOOSE"),o[s.TILDELOOSE]="^"+o[s.LONETILDE]+o[s.XRANGEPLAINLOOSE]+"$",c("LONECARET"),o[s.LONECARET]="(?:\\^)",c("CARETTRIM"),o[s.CARETTRIM]="(\\s*)"+o[s.LONECARET]+"\\s+",a[s.CARETTRIM]=new RegExp(o[s.CARETTRIM],"g");c("CARET"),o[s.CARET]="^"+o[s.LONECARET]+o[s.XRANGEPLAIN]+"$",c("CARETLOOSE"),o[s.CARETLOOSE]="^"+o[s.LONECARET]+o[s.XRANGEPLAINLOOSE]+"$",c("COMPARATORLOOSE"),o[s.COMPARATORLOOSE]="^"+o[s.GTLT]+"\\s*("+o[s.LOOSEPLAIN]+")$|^$",c("COMPARATOR"),o[s.COMPARATOR]="^"+o[s.GTLT]+"\\s*("+o[s.FULLPLAIN]+")$|^$",c("COMPARATORTRIM"),o[s.COMPARATORTRIM]="(\\s*)"+o[s.GTLT]+"\\s*("+o[s.LOOSEPLAIN]+"|"+o[s.XRANGEPLAIN]+")",a[s.COMPARATORTRIM]=new RegExp(o[s.COMPARATORTRIM],"g");c("HYPHENRANGE"),o[s.HYPHENRANGE]="^\\s*("+o[s.XRANGEPLAIN]+")\\s+-\\s+("+o[s.XRANGEPLAIN]+")\\s*$",c("HYPHENRANGELOOSE"),o[s.HYPHENRANGELOOSE]="^\\s*("+o[s.XRANGEPLAINLOOSE]+")\\s+-\\s+("+o[s.XRANGEPLAINLOOSE]+")\\s*$",c("STAR"),o[s.STAR]="(<|>)?=?\\s*\\*";for(var l=0;l<u;l++)r(l,o[l]),a[l]||(a[l]=new RegExp(o[l]));function d(e,t){if(t&&"object"==typeof t||(t={loose:!!t,includePrerelease:!1}),e instanceof f)return e;if("string"!=typeof e)return null;if(e.length>256)return null;if(!(t.loose?a[s.LOOSE]:a[s.FULL]).test(e))return null;try{return new f(e,t)}catch(e){return null}}function f(e,t){if(t&&"object"==typeof t||(t={loose:!!t,includePrerelease:!1}),e instanceof f){if(e.loose===t.loose)return e;e=e.version}else if("string"!=typeof e)throw new TypeError("Invalid Version: "+e);if(e.length>256)throw new TypeError("version is longer than 256 characters");if(!(this instanceof f))return new f(e,t);r("SemVer",e,t),this.options=t,this.loose=!!t.loose;var n=e.trim().match(t.loose?a[s.LOOSE]:a[s.FULL]);if(!n)throw new TypeError("Invalid Version: "+e);if(this.raw=e,this.major=+n[1],this.minor=+n[2],this.patch=+n[3],this.major>i||this.major<0)throw new TypeError("Invalid major version");if(this.minor>i||this.minor<0)throw new TypeError("Invalid minor version");if(this.patch>i||this.patch<0)throw new TypeError("Invalid patch version");n[4]?this.prerelease=n[4].split(".").map((function(e){if(/^[0-9]+$/.test(e)){var t=+e;if(t>=0&&t<i)return t}return e})):this.prerelease=[],this.build=n[5]?n[5].split("."):[],this.format()}t.parse=d,t.valid=function(e,t){var n=d(e,t);return n?n.version:null},t.clean=function(e,t){var n=d(e.trim().replace(/^[=v]+/,""),t);return n?n.version:null},t.SemVer=f,f.prototype.format=function(){return this.version=this.major+"."+this.minor+"."+this.patch,this.prerelease.length&&(this.version+="-"+this.prerelease.join(".")),this.version},f.prototype.toString=function(){return this.version},f.prototype.compare=function(e){return r("SemVer.compare",this.version,this.options,e),e instanceof f||(e=new f(e,this.options)),this.compareMain(e)||this.comparePre(e)},f.prototype.compareMain=function(e){return e instanceof f||(e=new f(e,this.options)),p(this.major,e.major)||p(this.minor,e.minor)||p(this.patch,e.patch)},f.prototype.comparePre=function(e){if(e instanceof f||(e=new f(e,this.options)),this.prerelease.length&&!e.prerelease.length)return-1;if(!this.prerelease.length&&e.prerelease.length)return 1;if(!this.prerelease.length&&!e.prerelease.length)return 0;var t=0;do{var n=this.prerelease[t],i=e.prerelease[t];if(r("prerelease compare",t,n,i),void 0===n&&void 0===i)return 0;if(void 0===i)return 1;if(void 0===n)return-1;if(n!==i)return p(n,i)}while(++t)},f.prototype.compareBuild=function(e){e instanceof f||(e=new f(e,this.options));var t=0;do{var n=this.build[t],i=e.build[t];if(r("prerelease compare",t,n,i),void 0===n&&void 0===i)return 0;if(void 0===i)return 1;if(void 0===n)return-1;if(n!==i)return p(n,i)}while(++t)},f.prototype.inc=function(e,t){switch(e){case"premajor":this.prerelease.length=0,this.patch=0,this.minor=0,this.major++,this.inc("pre",t);break;case"preminor":this.prerelease.length=0,this.patch=0,this.minor++,this.inc("pre",t);break;case"prepatch":this.prerelease.length=0,this.inc("patch",t),this.inc("pre",t);break;case"prerelease":0===this.prerelease.length&&this.inc("patch",t),this.inc("pre",t);break;case"major":0===this.minor&&0===this.patch&&0!==this.prerelease.length||this.major++,this.minor=0,this.patch=0,this.prerelease=[];break;case"minor":0===this.patch&&0!==this.prerelease.length||this.minor++,this.patch=0,this.prerelease=[];break;case"patch":0===this.prerelease.length&&this.patch++,this.prerelease=[];break;case"pre":if(0===this.prerelease.length)this.prerelease=[0];else{for(var n=this.prerelease.length;--n>=0;)"number"==typeof this.prerelease[n]&&(this.prerelease[n]++,n=-2);-1===n&&this.prerelease.push(0)}t&&(this.prerelease[0]===t?isNaN(this.prerelease[1])&&(this.prerelease=[t,0]):this.prerelease=[t,0]);break;default:throw new Error("invalid increment argument: "+e)}return this.format(),this.raw=this.version,this},t.inc=function(e,t,n,r){"string"==typeof n&&(r=n,n=void 0);try{return new f(e,n).inc(t,r).version}catch(e){return null}},t.diff=function(e,t){if(v(e,t))return null;var n=d(e),r=d(t),i="";if(n.prerelease.length||r.prerelease.length){i="pre";var a="prerelease"}for(var o in n)if(("major"===o||"minor"===o||"patch"===o)&&n[o]!==r[o])return i+o;return a},t.compareIdentifiers=p;var h=/^[0-9]+$/;function p(e,t){var n=h.test(e),r=h.test(t);return n&&r&&(e=+e,t=+t),e===t?0:n&&!r?-1:r&&!n?1:e<t?-1:1}function m(e,t,n){return new f(e,n).compare(new f(t,n))}function _(e,t,n){return m(e,t,n)>0}function y(e,t,n){return m(e,t,n)<0}function v(e,t,n){return 0===m(e,t,n)}function g(e,t,n){return 0!==m(e,t,n)}function M(e,t,n){return m(e,t,n)>=0}function L(e,t,n){return m(e,t,n)<=0}function w(e,t,n,r){switch(t){case"===":return"object"==typeof e&&(e=e.version),"object"==typeof n&&(n=n.version),e===n;case"!==":return"object"==typeof e&&(e=e.version),"object"==typeof n&&(n=n.version),e!==n;case"":case"=":case"==":return v(e,n,r);case"!=":return g(e,n,r);case">":return _(e,n,r);case">=":return M(e,n,r);case"<":return y(e,n,r);case"<=":return L(e,n,r);default:throw new TypeError("Invalid operator: "+t)}}function b(e,t){if(t&&"object"==typeof t||(t={loose:!!t,includePrerelease:!1}),e instanceof b){if(e.loose===!!t.loose)return e;e=e.value}if(!(this instanceof b))return new b(e,t);r("comparator",e,t),this.options=t,this.loose=!!t.loose,this.parse(e),this.semver===k?this.value="":this.value=this.operator+this.semver.version,r("comp",this)}t.rcompareIdentifiers=function(e,t){return p(t,e)},t.major=function(e,t){return new f(e,t).major},t.minor=function(e,t){return new f(e,t).minor},t.patch=function(e,t){return new f(e,t).patch},t.compare=m,t.compareLoose=function(e,t){return m(e,t,!0)},t.compareBuild=function(e,t,n){var r=new f(e,n),i=new f(t,n);return r.compare(i)||r.compareBuild(i)},t.rcompare=function(e,t,n){return m(t,e,n)},t.sort=function(e,n){return e.sort((function(e,r){return t.compareBuild(e,r,n)}))},t.rsort=function(e,n){return e.sort((function(e,r){return t.compareBuild(r,e,n)}))},t.gt=_,t.lt=y,t.eq=v,t.neq=g,t.gte=M,t.lte=L,t.cmp=w,t.Comparator=b;var k={};function Y(e,t){if(t&&"object"==typeof t||(t={loose:!!t,includePrerelease:!1}),e instanceof Y)return e.loose===!!t.loose&&e.includePrerelease===!!t.includePrerelease?e:new Y(e.raw,t);if(e instanceof b)return new Y(e.value,t);if(!(this instanceof Y))return new Y(e,t);if(this.options=t,this.loose=!!t.loose,this.includePrerelease=!!t.includePrerelease,this.raw=e,this.set=e.split(/\s*\|\|\s*/).map((function(e){return this.parseRange(e.trim())}),this).filter((function(e){return e.length})),!this.set.length)throw new TypeError("Invalid SemVer Range: "+e);this.format()}function T(e,t){for(var n=!0,r=e.slice(),i=r.pop();n&&r.length;)n=r.every((function(e){return i.intersects(e,t)})),i=r.pop();return n}function x(e){return!e||"x"===e.toLowerCase()||"*"===e}function D(e,t,n,r,i,a,o,s,u,c,l,d,f){return((t=x(n)?"":x(r)?">="+n+".0.0":x(i)?">="+n+"."+r+".0":">="+t)+" "+(s=x(u)?"":x(c)?"<"+(+u+1)+".0.0":x(l)?"<"+u+"."+(+c+1)+".0":d?"<="+u+"."+c+"."+l+"-"+d:"<="+s)).trim()}function S(e,t,n){for(var i=0;i<e.length;i++)if(!e[i].test(t))return!1;if(t.prerelease.length&&!n.includePrerelease){for(i=0;i<e.length;i++)if(r(e[i].semver),e[i].semver!==k&&e[i].semver.prerelease.length>0){var a=e[i].semver;if(a.major===t.major&&a.minor===t.minor&&a.patch===t.patch)return!0}return!1}return!0}function E(e,t,n){try{t=new Y(t,n)}catch(e){return!1}return t.test(e)}function O(e,t,n,r){var i,a,o,s,u;switch(e=new f(e,r),t=new Y(t,r),n){case">":i=_,a=L,o=y,s=">",u=">=";break;case"<":i=y,a=M,o=_,s="<",u="<=";break;default:throw new TypeError('Must provide a hilo val of "<" or ">"')}if(E(e,t,r))return!1;for(var c=0;c<t.set.length;++c){var l=t.set[c],d=null,h=null;if(l.forEach((function(e){e.semver===k&&(e=new b(">=0.0.0")),d=d||e,h=h||e,i(e.semver,d.semver,r)?d=e:o(e.semver,h.semver,r)&&(h=e)})),d.operator===s||d.operator===u)return!1;if((!h.operator||h.operator===s)&&a(e,h.semver))return!1;if(h.operator===u&&o(e,h.semver))return!1}return!0}b.prototype.parse=function(e){var t=this.options.loose?a[s.COMPARATORLOOSE]:a[s.COMPARATOR],n=e.match(t);if(!n)throw new TypeError("Invalid comparator: "+e);this.operator=void 0!==n[1]?n[1]:"","="===this.operator&&(this.operator=""),n[2]?this.semver=new f(n[2],this.options.loose):this.semver=k},b.prototype.toString=function(){return this.value},b.prototype.test=function(e){if(r("Comparator.test",e,this.options.loose),this.semver===k||e===k)return!0;if("string"==typeof e)try{e=new f(e,this.options)}catch(e){return!1}return w(e,this.operator,this.semver,this.options)},b.prototype.intersects=function(e,t){if(!(e instanceof b))throw new TypeError("a Comparator is required");var n;if(t&&"object"==typeof t||(t={loose:!!t,includePrerelease:!1}),""===this.operator)return""===this.value||(n=new Y(e.value,t),E(this.value,n,t));if(""===e.operator)return""===e.value||(n=new Y(this.value,t),E(e.semver,n,t));var r=!(">="!==this.operator&&">"!==this.operator||">="!==e.operator&&">"!==e.operator),i=!("<="!==this.operator&&"<"!==this.operator||"<="!==e.operator&&"<"!==e.operator),a=this.semver.version===e.semver.version,o=!(">="!==this.operator&&"<="!==this.operator||">="!==e.operator&&"<="!==e.operator),s=w(this.semver,"<",e.semver,t)&&(">="===this.operator||">"===this.operator)&&("<="===e.operator||"<"===e.operator),u=w(this.semver,">",e.semver,t)&&("<="===this.operator||"<"===this.operator)&&(">="===e.operator||">"===e.operator);return r||i||a&&o||s||u},t.Range=Y,Y.prototype.format=function(){return this.range=this.set.map((function(e){return e.join(" ").trim()})).join("||").trim(),this.range},Y.prototype.toString=function(){return this.range},Y.prototype.parseRange=function(e){var t=this.options.loose;e=e.trim();var n=t?a[s.HYPHENRANGELOOSE]:a[s.HYPHENRANGE];e=e.replace(n,D),r("hyphen replace",e),e=e.replace(a[s.COMPARATORTRIM],"$1$2$3"),r("comparator trim",e,a[s.COMPARATORTRIM]),e=(e=(e=e.replace(a[s.TILDETRIM],"$1~")).replace(a[s.CARETTRIM],"$1^")).split(/\s+/).join(" ");var i=t?a[s.COMPARATORLOOSE]:a[s.COMPARATOR],o=e.split(" ").map((function(e){return function(e,t){return r("comp",e,t),e=function(e,t){return e.trim().split(/\s+/).map((function(e){return function(e,t){r("caret",e,t);var n=t.loose?a[s.CARETLOOSE]:a[s.CARET];return e.replace(n,(function(t,n,i,a,o){var s;return r("caret",e,t,n,i,a,o),x(n)?s="":x(i)?s=">="+n+".0.0 <"+(+n+1)+".0.0":x(a)?s="0"===n?">="+n+"."+i+".0 <"+n+"."+(+i+1)+".0":">="+n+"."+i+".0 <"+(+n+1)+".0.0":o?(r("replaceCaret pr",o),s="0"===n?"0"===i?">="+n+"."+i+"."+a+"-"+o+" <"+n+"."+i+"."+(+a+1):">="+n+"."+i+"."+a+"-"+o+" <"+n+"."+(+i+1)+".0":">="+n+"."+i+"."+a+"-"+o+" <"+(+n+1)+".0.0"):(r("no pr"),s="0"===n?"0"===i?">="+n+"."+i+"."+a+" <"+n+"."+i+"."+(+a+1):">="+n+"."+i+"."+a+" <"+n+"."+(+i+1)+".0":">="+n+"."+i+"."+a+" <"+(+n+1)+".0.0"),r("caret return",s),s}))}(e,t)})).join(" ")}(e,t),r("caret",e),e=function(e,t){return e.trim().split(/\s+/).map((function(e){return function(e,t){var n=t.loose?a[s.TILDELOOSE]:a[s.TILDE];return e.replace(n,(function(t,n,i,a,o){var s;return r("tilde",e,t,n,i,a,o),x(n)?s="":x(i)?s=">="+n+".0.0 <"+(+n+1)+".0.0":x(a)?s=">="+n+"."+i+".0 <"+n+"."+(+i+1)+".0":o?(r("replaceTilde pr",o),s=">="+n+"."+i+"."+a+"-"+o+" <"+n+"."+(+i+1)+".0"):s=">="+n+"."+i+"."+a+" <"+n+"."+(+i+1)+".0",r("tilde return",s),s}))}(e,t)})).join(" ")}(e,t),r("tildes",e),e=function(e,t){return r("replaceXRanges",e,t),e.split(/\s+/).map((function(e){return function(e,t){e=e.trim();var n=t.loose?a[s.XRANGELOOSE]:a[s.XRANGE];return e.replace(n,(function(n,i,a,o,s,u){r("xRange",e,n,i,a,o,s,u);var c=x(a),l=c||x(o),d=l||x(s),f=d;return"="===i&&f&&(i=""),u=t.includePrerelease?"-0":"",c?n=">"===i||"<"===i?"<0.0.0-0":"*":i&&f?(l&&(o=0),s=0,">"===i?(i=">=",l?(a=+a+1,o=0,s=0):(o=+o+1,s=0)):"<="===i&&(i="<",l?a=+a+1:o=+o+1),n=i+a+"."+o+"."+s+u):l?n=">="+a+".0.0"+u+" <"+(+a+1)+".0.0"+u:d&&(n=">="+a+"."+o+".0"+u+" <"+a+"."+(+o+1)+".0"+u),r("xRange return",n),n}))}(e,t)})).join(" ")}(e,t),r("xrange",e),e=function(e,t){return r("replaceStars",e,t),e.trim().replace(a[s.STAR],"")}(e,t),r("stars",e),e}(e,this.options)}),this).join(" ").split(/\s+/);return this.options.loose&&(o=o.filter((function(e){return!!e.match(i)}))),o=o.map((function(e){return new b(e,this.options)}),this)},Y.prototype.intersects=function(e,t){if(!(e instanceof Y))throw new TypeError("a Range is required");return this.set.some((function(n){return T(n,t)&&e.set.some((function(e){return T(e,t)&&n.every((function(n){return e.every((function(e){return n.intersects(e,t)}))}))}))}))},t.toComparators=function(e,t){return new Y(e,t).set.map((function(e){return e.map((function(e){return e.value})).join(" ").trim().split(" ")}))},Y.prototype.test=function(e){if(!e)return!1;if("string"==typeof e)try{e=new f(e,this.options)}catch(e){return!1}for(var t=0;t<this.set.length;t++)if(S(this.set[t],e,this.options))return!0;return!1},t.satisfies=E,t.maxSatisfying=function(e,t,n){var r=null,i=null;try{var a=new Y(t,n)}catch(e){return null}return e.forEach((function(e){a.test(e)&&(r&&-1!==i.compare(e)||(i=new f(r=e,n)))})),r},t.minSatisfying=function(e,t,n){var r=null,i=null;try{var a=new Y(t,n)}catch(e){return null}return e.forEach((function(e){a.test(e)&&(r&&1!==i.compare(e)||(i=new f(r=e,n)))})),r},t.minVersion=function(e,t){e=new Y(e,t);var n=new f("0.0.0");if(e.test(n))return n;if(n=new f("0.0.0-0"),e.test(n))return n;n=null;for(var r=0;r<e.set.length;++r){e.set[r].forEach((function(e){var t=new f(e.semver.version);switch(e.operator){case">":0===t.prerelease.length?t.patch++:t.prerelease.push(0),t.raw=t.format();case"":case">=":n&&!_(n,t)||(n=t);break;case"<":case"<=":break;default:throw new Error("Unexpected operation: "+e.operator)}}))}if(n&&e.test(n))return n;return null},t.validRange=function(e,t){try{return new Y(e,t).range||"*"}catch(e){return null}},t.ltr=function(e,t,n){return O(e,t,"<",n)},t.gtr=function(e,t,n){return O(e,t,">",n)},t.outside=O,t.prerelease=function(e,t){var n=d(e,t);return n&&n.prerelease.length?n.prerelease:null},t.intersects=function(e,t,n){return e=new Y(e,n),t=new Y(t,n),e.intersects(t)},t.coerce=function(e,t){if(e instanceof f)return e;"number"==typeof e&&(e=String(e));if("string"!=typeof e)return null;var n=null;if((t=t||{}).rtl){for(var r;(r=a[s.COERCERTL].exec(e))&&(!n||n.index+n[0].length!==e.length);)n&&r.index+r[0].length===n.index+n[0].length||(n=r),a[s.COERCERTL].lastIndex=r.index+r[1].length+r[2].length;a[s.COERCERTL].lastIndex=-1}else n=e.match(a[s.COERCE]);if(null===n)return null;return d(n[2]+"."+(n[3]||"0")+"."+(n[4]||"0"),t)}}).call(this,n(117))},function(e,t,n){"use strict";function r(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}n(216),n(229),n(231),n(135),n(240),n(251),n(253),n(255),n(256),Object.defineProperty(t,"__esModule",{value:!0}),t.SimpleBus=void 0;var i="1.1.3",a=function(){function e(){var t,n,r;!function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,e),t=this,n="handlers",r=new Map,n in t?Object.defineProperty(t,n,{value:r,enumerable:!0,configurable:!0,writable:!0}):t[n]=r}var t,n,a;return t=e,(n=[{key:"getVersion",value:function(){return i}},{key:"subscribe",value:function(e,t){this.handlers.set(e,(this.handlers.get(e)||[]).concat(t))}},{key:"unsubscribe",value:function(e,t){this.handlers.set(e,(this.handlers.get(e)||[]).filter((function(e){return e!=t})))}},{key:"emit",value:function(e,t){(this.handlers.get(e)||[]).forEach((function(e){try{e(t)}catch(e){console.error("could not invoke event listener",e)}}))}}])&&r(t.prototype,n),a&&r(t,a),e}();t.SimpleBus=a},function(e,t,n){"use strict";var r=n(32),i=n(7),a=n(127),o=n(10),s=n(79),u=n(48),c=n(226),l=n(128),d=n(130),f=n(6),h=n(131),p=f("isConcatSpreadable"),m=h>=51||!i((function(){var e=[];return e[p]=!1,e.concat()[0]!==e})),_=d("concat"),y=function(e){if(!o(e))return!1;var t=e[p];return void 0!==t?!!t:a(e)};r({target:"Array",proto:!0,forced:!m||!_},{concat:function(e){var t,n,r,i,a,o=s(this),d=l(o,0),f=0;for(t=-1,r=arguments.length;t<r;t++)if(a=-1===t?o:arguments[t],y(a)){if(f+(i=u(a.length))>9007199254740991)throw TypeError("Maximum allowed index exceeded");for(n=0;n<i;n++,f++)n in a&&c(d,f,a[n])}else{if(f>=9007199254740991)throw TypeError("Maximum allowed index exceeded");c(d,f++,a)}return d.length=f,d}})},function(e,t,n){"use strict";var r={}.propertyIsEnumerable,i=Object.getOwnPropertyDescriptor,a=i&&!r.call({1:2},1);t.f=a?function(e){var t=i(this,e);return!!t&&t.enumerable}:r},function(e,t,n){var r=n(5),i=n(122),a=r.WeakMap;e.exports="function"==typeof a&&/native code/.test(i(a))},function(e,t,n){var r=n(8),i=n(220),a=n(118),o=n(12);e.exports=function(e,t){for(var n=i(t),s=o.f,u=a.f,c=0;c<n.length;c++){var l=n[c];r(e,l)||s(e,l,u(t,l))}}},function(e,t,n){var r=n(47),i=n(222),a=n(225),o=n(20);e.exports=r("Reflect","ownKeys")||function(e){var t=i.f(o(e)),n=a.f;return n?t.concat(n(e)):t}},function(e,t,n){var r=n(5);e.exports=r},function(e,t,n){var r=n(125),i=n(78).concat("length","prototype");t.f=Object.getOwnPropertyNames||function(e){return r(e,i)}},function(e,t,n){var r=n(44),i=n(48),a=n(224),o=function(e){return function(t,n,o){var s,u=r(t),c=i(u.length),l=a(o,c);if(e&&n!=n){for(;c>l;)if((s=u[l++])!=s)return!0}else for(;c>l;l++)if((e||l in u)&&u[l]===n)return e||l||0;return!e&&-1}};e.exports={includes:o(!0),indexOf:o(!1)}},function(e,t,n){var r=n(77),i=Math.max,a=Math.min;e.exports=function(e,t){var n=r(e);return n<0?i(n+t,0):a(n,t)}},function(e,t){t.f=Object.getOwnPropertySymbols},function(e,t,n){"use strict";var r=n(72),i=n(12),a=n(43);e.exports=function(e,t,n){var o=r(t);o in e?i.f(e,o,a(0,n)):e[o]=n}},function(e,t,n){var r=n(129);e.exports=r&&!Symbol.sham&&"symbol"==typeof Symbol.iterator},function(e,t,n){var r=n(47);e.exports=r("navigator","userAgent")||""},function(e,t,n){"use strict";var r=n(32),i=n(132).filter,a=n(130),o=n(133),s=a("filter"),u=o("filter");r({target:"Array",proto:!0,forced:!s||!u},{filter:function(e){return i(this,e,arguments.length>1?arguments[1]:void 0)}})},function(e,t){e.exports=function(e){if("function"!=typeof e)throw TypeError(String(e)+" is not a function");return e}},function(e,t,n){"use strict";var r=n(32),i=n(134);r({target:"Array",proto:!0,forced:[].forEach!=i},{forEach:i})},function(e,t,n){"use strict";var r=n(7);e.exports=function(e,t){var n=[][e];return!!n&&r((function(){n.call(null,t||function(){throw 1},1)}))}},function(e,t,n){var r=n(6),i=n(81),a=n(12),o=r("unscopables"),s=Array.prototype;null==s[o]&&a.f(s,o,{configurable:!0,value:i(null)}),e.exports=function(e){s[o][e]=!0}},function(e,t,n){var r=n(15),i=n(12),a=n(20),o=n(235);e.exports=r?Object.defineProperties:function(e,t){a(e);for(var n,r=o(t),s=r.length,u=0;s>u;)i.f(e,n=r[u++],t[n]);return e}},function(e,t,n){var r=n(125),i=n(78);e.exports=Object.keys||function(e){return r(e,i)}},function(e,t,n){var r=n(47);e.exports=r("document","documentElement")},function(e,t,n){"use strict";var r=n(136).IteratorPrototype,i=n(81),a=n(43),o=n(83),s=n(34),u=function(){return this};e.exports=function(e,t,n){var c=t+" Iterator";return e.prototype=i(r,{next:a(1,n)}),o(e,c,!1,!0),s[c]=u,e}},function(e,t,n){var r=n(7);e.exports=!r((function(){function e(){}return e.prototype.constructor=null,Object.getPrototypeOf(new e)!==e.prototype}))},function(e,t,n){var r=n(10);e.exports=function(e){if(!r(e)&&null!==e)throw TypeError("Can't set "+String(e)+" as a prototype");return e}},function(e,t,n){"use strict";var r=n(241),i=n(248);e.exports=r("Map",(function(e){return function(){return e(this,arguments.length?arguments[0]:void 0)}}),i)},function(e,t,n){"use strict";var r=n(32),i=n(5),a=n(126),o=n(33),s=n(139),u=n(140),c=n(142),l=n(10),d=n(7),f=n(246),h=n(83),p=n(247);e.exports=function(e,t,n){var m=-1!==e.indexOf("Map"),_=-1!==e.indexOf("Weak"),y=m?"set":"add",v=i[e],g=v&&v.prototype,M=v,L={},w=function(e){var t=g[e];o(g,e,"add"==e?function(e){return t.call(this,0===e?0:e),this}:"delete"==e?function(e){return!(_&&!l(e))&&t.call(this,0===e?0:e)}:"get"==e?function(e){return _&&!l(e)?void 0:t.call(this,0===e?0:e)}:"has"==e?function(e){return!(_&&!l(e))&&t.call(this,0===e?0:e)}:function(e,n){return t.call(this,0===e?0:e,n),this})};if(a(e,"function"!=typeof v||!(_||g.forEach&&!d((function(){(new v).entries().next()})))))M=n.getConstructor(t,e,m,y),s.REQUIRED=!0;else if(a(e,!0)){var b=new M,k=b[y](_?{}:-0,1)!=b,Y=d((function(){b.has(1)})),T=f((function(e){new v(e)})),x=!_&&d((function(){for(var e=new v,t=5;t--;)e[y](t,t);return!e.has(-0)}));T||((M=t((function(t,n){c(t,M,e);var r=p(new v,t,M);return null!=n&&u(n,r[y],r,m),r}))).prototype=g,g.constructor=M),(Y||x)&&(w("delete"),w("has"),m&&w("get")),(x||k)&&w(y),_&&g.clear&&delete g.clear}return L[e]=M,r({global:!0,forced:M!=v},L),h(M,e),_||n.setStrong(M,e,m),M}},function(e,t,n){var r=n(7);e.exports=!r((function(){return Object.isExtensible(Object.preventExtensions({}))}))},function(e,t,n){var r=n(6),i=n(34),a=r("iterator"),o=Array.prototype;e.exports=function(e){return void 0!==e&&(i.Array===e||o[a]===e)}},function(e,t,n){var r=n(141),i=n(34),a=n(6)("iterator");e.exports=function(e){if(null!=e)return e[a]||e["@@iterator"]||i[r(e)]}},function(e,t,n){var r=n(20);e.exports=function(e,t,n,i){try{return i?t(r(n)[0],n[1]):t(n)}catch(t){var a=e.return;throw void 0!==a&&r(a.call(e)),t}}},function(e,t,n){var r=n(6)("iterator"),i=!1;try{var a=0,o={next:function(){return{done:!!a++}},return:function(){i=!0}};o[r]=function(){return this},Array.from(o,(function(){throw 2}))}catch(e){}e.exports=function(e,t){if(!t&&!i)return!1;var n=!1;try{var a={};a[r]=function(){return{next:function(){return{done:n=!0}}}},e(a)}catch(e){}return n}},function(e,t,n){var r=n(10),i=n(138);e.exports=function(e,t,n){var a,o;return i&&"function"==typeof(a=t.constructor)&&a!==n&&r(o=a.prototype)&&o!==n.prototype&&i(e,o),e}},function(e,t,n){"use strict";var r=n(12).f,i=n(81),a=n(249),o=n(80),s=n(142),u=n(140),c=n(82),l=n(250),d=n(15),f=n(139).fastKey,h=n(45),p=h.set,m=h.getterFor;e.exports={getConstructor:function(e,t,n,c){var l=e((function(e,r){s(e,l,t),p(e,{type:t,index:i(null),first:void 0,last:void 0,size:0}),d||(e.size=0),null!=r&&u(r,e[c],e,n)})),h=m(t),_=function(e,t,n){var r,i,a=h(e),o=y(e,t);return o?o.value=n:(a.last=o={index:i=f(t,!0),key:t,value:n,previous:r=a.last,next:void 0,removed:!1},a.first||(a.first=o),r&&(r.next=o),d?a.size++:e.size++,"F"!==i&&(a.index[i]=o)),e},y=function(e,t){var n,r=h(e),i=f(t);if("F"!==i)return r.index[i];for(n=r.first;n;n=n.next)if(n.key==t)return n};return a(l.prototype,{clear:function(){for(var e=h(this),t=e.index,n=e.first;n;)n.removed=!0,n.previous&&(n.previous=n.previous.next=void 0),delete t[n.index],n=n.next;e.first=e.last=void 0,d?e.size=0:this.size=0},delete:function(e){var t=h(this),n=y(this,e);if(n){var r=n.next,i=n.previous;delete t.index[n.index],n.removed=!0,i&&(i.next=r),r&&(r.previous=i),t.first==n&&(t.first=r),t.last==n&&(t.last=i),d?t.size--:this.size--}return!!n},forEach:function(e){for(var t,n=h(this),r=o(e,arguments.length>1?arguments[1]:void 0,3);t=t?t.next:n.first;)for(r(t.value,t.key,this);t&&t.removed;)t=t.previous},has:function(e){return!!y(this,e)}}),a(l.prototype,n?{get:function(e){var t=y(this,e);return t&&t.value},set:function(e,t){return _(this,0===e?0:e,t)}}:{add:function(e){return _(this,e=0===e?0:e,e)}}),d&&r(l.prototype,"size",{get:function(){return h(this).size}}),l},setStrong:function(e,t,n){var r=t+" Iterator",i=m(t),a=m(r);c(e,t,(function(e,t){p(this,{type:r,target:e,state:i(e),kind:t,last:void 0})}),(function(){for(var e=a(this),t=e.kind,n=e.last;n&&n.removed;)n=n.previous;return e.target&&(e.last=n=n?n.next:e.state.first)?"keys"==t?{value:n.key,done:!1}:"values"==t?{value:n.value,done:!1}:{value:[n.key,n.value],done:!1}:(e.target=void 0,{value:void 0,done:!0})}),n?"entries":"values",!n,!0),l(t)}}},function(e,t,n){var r=n(33);e.exports=function(e,t,n){for(var i in t)r(e,i,t[i],n);return e}},function(e,t,n){"use strict";var r=n(47),i=n(12),a=n(6),o=n(15),s=a("species");e.exports=function(e){var t=r(e),n=i.f;o&&t&&!t[s]&&n(t,s,{configurable:!0,get:function(){return this}})}},function(e,t,n){var r=n(84),i=n(33),a=n(252);r||i(Object.prototype,"toString",a,{unsafe:!0})},function(e,t,n){"use strict";var r=n(84),i=n(141);e.exports=r?{}.toString:function(){return"[object "+i(this)+"]"}},function(e,t,n){"use strict";var r=n(254).charAt,i=n(45),a=n(82),o=i.set,s=i.getterFor("String Iterator");a(String,"String",(function(e){o(this,{type:"String Iterator",string:String(e),index:0})}),(function(){var e,t=s(this),n=t.string,i=t.index;return i>=n.length?{value:void 0,done:!0}:(e=r(n,i),t.index+=e.length,{value:e,done:!1})}))},function(e,t,n){var r=n(77),i=n(71),a=function(e){return function(t,n){var a,o,s=String(i(t)),u=r(n),c=s.length;return u<0||u>=c?e?"":void 0:(a=s.charCodeAt(u))<55296||a>56319||u+1===c||(o=s.charCodeAt(u+1))<56320||o>57343?e?s.charAt(u):a:e?s.slice(u,u+2):o-56320+(a-55296<<10)+65536}};e.exports={codeAt:a(!1),charAt:a(!0)}},function(e,t,n){var r=n(5),i=n(143),a=n(134),o=n(16);for(var s in i){var u=r[s],c=u&&u.prototype;if(c&&c.forEach!==a)try{o(c,"forEach",a)}catch(e){c.forEach=a}}},function(e,t,n){var r=n(5),i=n(143),a=n(135),o=n(16),s=n(6),u=s("iterator"),c=s("toStringTag"),l=a.values;for(var d in i){var f=r[d],h=f&&f.prototype;if(h){if(h[u]!==l)try{o(h,u,l)}catch(e){h[u]=l}if(h[c]||o(h,c,d),i[d])for(var p in a)if(h[p]!==a[p])try{o(h,p,a[p])}catch(e){h[p]=a[p]}}}},,,,,,function(e,t,n){var r=n(115),i=n(520),a=n(164),o=n(165),s=n(166),u=n(64),c=n(265),l=Object.getOwnPropertyDescriptor;t.f=r?l:function(e,t){if(e=o(e),t=s(t,!0),c)try{return l(e,t)}catch(e){}if(u(e,t))return a(!i.f.call(e,t),e[t])}},function(e,t){var n={}.toString;e.exports=function(e){return n.call(e).slice(8,-1)}},function(e,t){e.exports=function(e){if(null==e)throw TypeError("Can't call method on "+e);return e}},function(e,t,n){var r=n(115),i=n(49),a=n(522);e.exports=!r&&!i((function(){return 7!=Object.defineProperty(a("div"),"a",{get:function(){return 7}}).a}))},function(e,t,n){var r=n(63);e.exports=function(e){if(!r(e))throw TypeError(String(e)+" is not an object");return e}},function(e,t,n){var r=n(268),i=Function.toString;"function"!=typeof r.inspectSource&&(r.inspectSource=function(e){return i.call(e)}),e.exports=r.inspectSource},function(e,t,n){var r=n(23),i=n(168),a=r["__core-js_shared__"]||i("__core-js_shared__",{});e.exports=a},function(e,t,n){var r=n(527),i=n(268);(e.exports=function(e,t){return i[e]||(i[e]=void 0!==t?t:{})})("versions",[]).push({version:"3.6.4",mode:r?"pure":"global",copyright:"© 2020 Denis Pushkarev (zloirock.ru)"})},function(e,t){var n=0,r=Math.random();e.exports=function(e){return"Symbol("+String(void 0===e?"":e)+")_"+(++n+r).toString(36)}},function(e,t){e.exports={}},function(e,t,n){var r=n(530),i=n(23),a=function(e){return"function"==typeof e?e:void 0};e.exports=function(e,t){return arguments.length<2?a(r[e])||a(i[e]):r[e]&&r[e][t]||i[e]&&i[e][t]}},function(e,t,n){var r=n(274),i=Math.min;e.exports=function(e){return e>0?i(r(e),9007199254740991):0}},function(e,t){var n=Math.ceil,r=Math.floor;e.exports=function(e){return isNaN(e=+e)?0:(e>0?r:n)(e)}},function(e,t,n){var r=n(263);e.exports=Array.isArray||function(e){return"Array"==r(e)}},function(e,t,n){var r=n(49);e.exports=!!Object.getOwnPropertySymbols&&!r((function(){return!String(Symbol())}))},function(e,t,n){var r,i,a=n(23),o=n(543),s=a.process,u=s&&s.versions,c=u&&u.v8;c?i=(r=c.split("."))[0]+r[1]:o&&(!(r=o.match(/Edge\/(\d+)/))||r[1]>=74)&&(r=o.match(/Chrome\/(\d+)/))&&(i=r[1]),e.exports=i&&+i},function(e,t){e.exports=function(e){return e.webpackPolyfill||(e.deprecate=function(){},e.paths=[],e.children||(e.children=[]),Object.defineProperty(e,"loaded",{enumerable:!0,get:function(){return e.l}}),Object.defineProperty(e,"id",{enumerable:!0,get:function(){return e.i}}),e.webpackPolyfill=1),e}},function(e,t,n){var r=n(91),i=n(545),a=n(170),o=n(144),s=n(171),u=n(51),c=n(280),l=Object.getOwnPropertyDescriptor;t.f=r?l:function(e,t){if(e=o(e),t=s(t,!0),c)try{return l(e,t)}catch(e){}if(u(e,t))return a(!i.f.call(e,t),e[t])}},function(e,t,n){var r=n(91),i=n(21),a=n(546);e.exports=!r&&!i((function(){return 7!=Object.defineProperty(a("div"),"a",{get:function(){return 7}}).a}))},function(e,t,n){var r=n(24),i=n(93),a=n(51),o=n(173),s=n(282),u=n(547),c=u.get,l=u.enforce,d=String(String).split("String");(e.exports=function(e,t,n,s){var u=!!s&&!!s.unsafe,c=!!s&&!!s.enumerable,f=!!s&&!!s.noTargetGet;"function"==typeof n&&("string"!=typeof t||a(n,"name")||i(n,"name",t),l(n).source=d.join("string"==typeof t?t:"")),e!==r?(u?!f&&e[t]&&(c=!0):delete e[t],c?e[t]=n:i(e,t,n)):c?e[t]=n:o(t,n)})(Function.prototype,"toString",(function(){return"function"==typeof this&&c(this).source||s(this)}))},function(e,t,n){var r=n(283),i=Function.toString;"function"!=typeof r.inspectSource&&(r.inspectSource=function(e){return i.call(e)}),e.exports=r.inspectSource},function(e,t,n){var r=n(24),i=n(173),a=r["__core-js_shared__"]||i("__core-js_shared__",{});e.exports=a},function(e,t,n){var r=n(550),i=n(283);(e.exports=function(e,t){return i[e]||(i[e]=void 0!==t?t:{})})("versions",[]).push({version:"3.6.4",mode:r?"pure":"global",copyright:"© 2020 Denis Pushkarev (zloirock.ru)"})},function(e,t){var n=0,r=Math.random();e.exports=function(e){return"Symbol("+String(void 0===e?"":e)+")_"+(++n+r).toString(36)}},function(e,t){e.exports={}},function(e,t,n){var r=n(553),i=n(24),a=function(e){return"function"==typeof e?e:void 0};e.exports=function(e,t){return arguments.length<2?a(r[e])||a(i[e]):r[e]&&r[e][t]||i[e]&&i[e][t]}},function(e,t,n){var r=n(146);e.exports=Array.isArray||function(e){return"Array"==r(e)}},function(e,t,n){var r=n(50),i=n(288),a=n(68)("species");e.exports=function(e,t){var n;return i(e)&&("function"!=typeof(n=e.constructor)||n!==Array&&!i(n.prototype)?r(n)&&null===(n=n[a])&&(n=void 0):n=void 0),new(void 0===n?Array:n)(0===t?0:t)}},function(e,t,n){var r=n(21);e.exports=!!Object.getOwnPropertySymbols&&!r((function(){return!String(Symbol())}))},function(e,t,n){var r,i,a=n(24),o=n(563),s=a.process,u=s&&s.versions,c=u&&u.v8;c?i=(r=c.split("."))[0]+r[1]:o&&(!(r=o.match(/Edge\/(\d+)/))||r[1]>=74)&&(r=o.match(/Chrome\/(\d+)/))&&(i=r[1]),e.exports=i&&+i},function(e,t,n){var r=n(565),i=n(145),a=n(148),o=n(67),s=n(289),u=[].push,c=function(e){var t=1==e,n=2==e,c=3==e,l=4==e,d=6==e,f=5==e||d;return function(h,p,m,_){for(var y,v,g=a(h),M=i(g),L=r(p,m,3),w=o(M.length),b=0,k=_||s,Y=t?k(h,w):n?k(h,0):void 0;w>b;b++)if((f||b in M)&&(v=L(y=M[b],b,g),e))if(t)Y[b]=v;else if(v)switch(e){case 3:return!0;case 5:return y;case 6:return b;case 2:u.call(Y,y)}else if(l)return!1;return d?-1:c||l?l:Y}};e.exports={forEach:c(0),map:c(1),filter:c(2),some:c(3),every:c(4),find:c(5),findIndex:c(6)}},function(e,t,n){"use strict";var r=n(21);e.exports=function(e,t){var n=[][e];return!!n&&r((function(){n.call(null,t||function(){throw 1},1)}))}},function(e,t,n){"use strict";var r=n(65),i=n(149);r({target:"RegExp",proto:!0,forced:/./.exec!==i},{exec:i})},function(e,t,n){"use strict";n(294);var r=n(281),i=n(21),a=n(68),o=n(149),s=n(93),u=a("species"),c=!i((function(){var e=/./;return e.exec=function(){var e=[];return e.groups={a:"7"},e},"7"!=="".replace(e,"$<a>")})),l="$0"==="a".replace(/./,"$0"),d=a("replace"),f=!!/./[d]&&""===/./[d]("a","$0"),h=!i((function(){var e=/(?:)/,t=e.exec;e.exec=function(){return t.apply(this,arguments)};var n="ab".split(e);return 2!==n.length||"a"!==n[0]||"b"!==n[1]}));e.exports=function(e,t,n,d){var p=a(e),m=!i((function(){var t={};return t[p]=function(){return 7},7!=""[e](t)})),_=m&&!i((function(){var t=!1,n=/a/;return"split"===e&&((n={}).constructor={},n.constructor[u]=function(){return n},n.flags="",n[p]=/./[p]),n.exec=function(){return t=!0,null},n[p](""),!t}));if(!m||!_||"replace"===e&&(!c||!l||f)||"split"===e&&!h){var y=/./[p],v=n(p,""[e],(function(e,t,n,r,i){return t.exec===o?m&&!i?{done:!0,value:y.call(t,n,r)}:{done:!0,value:e.call(n,t,r)}:{done:!1}}),{REPLACE_KEEPS_$0:l,REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE:f}),g=v[0],M=v[1];r(String.prototype,e,g),r(RegExp.prototype,p,2==t?function(e,t){return M.call(e,this,t)}:function(e){return M.call(e,this)})}d&&s(RegExp.prototype[p],"sham",!0)}},function(e,t,n){"use strict";var r=n(573).charAt;e.exports=function(e,t,n){return t+(n?r(e,t).length:1)}},function(e,t,n){var r=n(146),i=n(149);e.exports=function(e,t){var n=e.exec;if("function"==typeof n){var a=n.call(e,t);if("object"!=typeof a)throw TypeError("RegExp exec method returned something other than an Object or null");return a}if("RegExp"!==r(e))throw TypeError("RegExp#exec called on incompatible receiver");return i.call(e,t)}},function(e,t,n){"use strict";function r(e){return e&&e.__esModule?e:{default:e}}t.__esModule=!0,t.HandlebarsEnvironment=l;var i=n(27),a=r(n(52)),o=n(299),s=n(585),u=r(n(300)),c=n(301);t.VERSION="4.7.3";t.COMPILER_REVISION=8;t.LAST_COMPATIBLE_COMPILER_REVISION=7;t.REVISION_CHANGES={1:"<= 1.0.rc.2",2:"== 1.0.0-rc.3",3:"== 1.0.0-rc.4",4:"== 1.x.x",5:"== 2.0.0-alpha.x",6:">= 2.0.0-beta.1",7:">= 4.0.0 <4.3.0",8:">= 4.3.0"};function l(e,t,n){this.helpers=e||{},this.partials=t||{},this.decorators=n||{},o.registerDefaultHelpers(this),s.registerDefaultDecorators(this)}l.prototype={constructor:l,logger:u.default,log:u.default.log,registerHelper:function(e,t){if("[object Object]"===i.toString.call(e)){if(t)throw new a.default("Arg not supported with multiple helpers");i.extend(this.helpers,e)}else this.helpers[e]=t},unregisterHelper:function(e){delete this.helpers[e]},registerPartial:function(e,t){if("[object Object]"===i.toString.call(e))i.extend(this.partials,e);else{if(void 0===t)throw new a.default('Attempting to register a partial called "'+e+'" as undefined');this.partials[e]=t}},unregisterPartial:function(e){delete this.partials[e]},registerDecorator:function(e,t){if("[object Object]"===i.toString.call(e)){if(t)throw new a.default("Arg not supported with multiple decorators");i.extend(this.decorators,e)}else this.decorators[e]=t},unregisterDecorator:function(e){delete this.decorators[e]},resetLoggedPropertyAccesses:function(){c.resetLoggedProperties()}};var d=u.default.log;t.log=d,t.createFrame=i.createFrame,t.logger=u.default},function(e,t,n){"use strict";function r(e){return e&&e.__esModule?e:{default:e}}t.__esModule=!0,t.registerDefaultHelpers=function(e){i.default(e),a.default(e),o.default(e),s.default(e),u.default(e),c.default(e),l.default(e)},t.moveHelperToHooks=function(e,t,n){e.helpers[t]&&(e.hooks[t]=e.helpers[t],n||delete e.helpers[t])};var i=r(n(578)),a=r(n(579)),o=r(n(580)),s=r(n(581)),u=r(n(582)),c=r(n(583)),l=r(n(584))},function(e,t,n){"use strict";t.__esModule=!0;var r=n(27),i={methodMap:["debug","info","warn","error"],level:"info",lookupLevel:function(e){if("string"==typeof e){var t=r.indexOf(i.methodMap,e.toLowerCase());e=t>=0?t:parseInt(e,10)}return e},log:function(e){if(e=i.lookupLevel(e),"undefined"!=typeof console&&i.lookupLevel(i.level)<=e){var t=i.methodMap[e];console[t]||(t="log");for(var n=arguments.length,r=Array(n>1?n-1:0),a=1;a<n;a++)r[a-1]=arguments[a];console[t].apply(console,r)}}};t.default=i,e.exports=t.default},function(e,t,n){"use strict";t.__esModule=!0,t.createProtoAccessControl=function(e){var t=Object.create(null);t.constructor=!1,t.__defineGetter__=!1,t.__defineSetter__=!1,t.__lookupGetter__=!1;var n=Object.create(null);return n.__proto__=!1,{properties:{whitelist:r.createNewLookupObject(n,e.allowedProtoProperties),defaultValue:e.allowProtoPropertiesByDefault},methods:{whitelist:r.createNewLookupObject(t,e.allowedProtoMethods),defaultValue:e.allowProtoMethodsByDefault}}},t.resultIsAllowed=function(e,t,n){return o("function"==typeof e?t.methods:t.properties,n)},t.resetLoggedProperties=function(){Object.keys(a).forEach((function(e){delete a[e]}))};var r=n(587),i=function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&(t[n]=e[n]);return t.default=e,t}(n(300)),a=Object.create(null);function o(e,t){return void 0!==e.whitelist[t]?!0===e.whitelist[t]:void 0!==e.defaultValue?e.defaultValue:(function(e){!0!==a[e]&&(a[e]=!0,i.log("error",'Handlebars: Access has been denied to resolve the property "'+e+'" because it is not an "own property" of its parent.\nYou can add a runtime option to disable the check or this warning:\nSee https://handlebarsjs.com/api-reference/runtime-options.html#options-to-control-prototype-access for details'))}(t),!1)}},function(e,t,n){!function(e){"use strict";e.defineLocale("af",{months:"Januarie_Februarie_Maart_April_Mei_Junie_Julie_Augustus_September_Oktober_November_Desember".split("_"),monthsShort:"Jan_Feb_Mrt_Apr_Mei_Jun_Jul_Aug_Sep_Okt_Nov_Des".split("_"),weekdays:"Sondag_Maandag_Dinsdag_Woensdag_Donderdag_Vrydag_Saterdag".split("_"),weekdaysShort:"Son_Maa_Din_Woe_Don_Vry_Sat".split("_"),weekdaysMin:"So_Ma_Di_Wo_Do_Vr_Sa".split("_"),meridiemParse:/vm|nm/i,isPM:function(e){return/^nm$/i.test(e)},meridiem:function(e,t,n){return e<12?n?"vm":"VM":n?"nm":"NM"},longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[Vandag om] LT",nextDay:"[Môre om] LT",nextWeek:"dddd [om] LT",lastDay:"[Gister om] LT",lastWeek:"[Laas] dddd [om] LT",sameElse:"L"},relativeTime:{future:"oor %s",past:"%s gelede",s:"'n paar sekondes",ss:"%d sekondes",m:"'n minuut",mm:"%d minute",h:"'n uur",hh:"%d ure",d:"'n dag",dd:"%d dae",M:"'n maand",MM:"%d maande",y:"'n jaar",yy:"%d jaar"},dayOfMonthOrdinalParse:/\d{1,2}(ste|de)/,ordinal:function(e){return e+(1===e||8===e||e>=20?"ste":"de")},week:{dow:1,doy:4}})}(n(1))},function(e,t,n){!function(e){"use strict";var t={1:"١",2:"٢",3:"٣",4:"٤",5:"٥",6:"٦",7:"٧",8:"٨",9:"٩",0:"٠"},n={"١":"1","٢":"2","٣":"3","٤":"4","٥":"5","٦":"6","٧":"7","٨":"8","٩":"9","٠":"0"},r=function(e){return 0===e?0:1===e?1:2===e?2:e%100>=3&&e%100<=10?3:e%100>=11?4:5},i={s:["أقل من ثانية","ثانية واحدة",["ثانيتان","ثانيتين"],"%d ثوان","%d ثانية","%d ثانية"],m:["أقل من دقيقة","دقيقة واحدة",["دقيقتان","دقيقتين"],"%d دقائق","%d دقيقة","%d دقيقة"],h:["أقل من ساعة","ساعة واحدة",["ساعتان","ساعتين"],"%d ساعات","%d ساعة","%d ساعة"],d:["أقل من يوم","يوم واحد",["يومان","يومين"],"%d أيام","%d يومًا","%d يوم"],M:["أقل من شهر","شهر واحد",["شهران","شهرين"],"%d أشهر","%d شهرا","%d شهر"],y:["أقل من عام","عام واحد",["عامان","عامين"],"%d أعوام","%d عامًا","%d عام"]},a=function(e){return function(t,n,a,o){var s=r(t),u=i[e][r(t)];return 2===s&&(u=u[n?0:1]),u.replace(/%d/i,t)}},o=["يناير","فبراير","مارس","أبريل","مايو","يونيو","يوليو","أغسطس","سبتمبر","أكتوبر","نوفمبر","ديسمبر"];e.defineLocale("ar",{months:o,monthsShort:o,weekdays:"الأحد_الإثنين_الثلاثاء_الأربعاء_الخميس_الجمعة_السبت".split("_"),weekdaysShort:"أحد_إثنين_ثلاثاء_أربعاء_خميس_جمعة_سبت".split("_"),weekdaysMin:"ح_ن_ث_ر_خ_ج_س".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"D/‏M/‏YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},meridiemParse:/ص|م/,isPM:function(e){return"م"===e},meridiem:function(e,t,n){return e<12?"ص":"م"},calendar:{sameDay:"[اليوم عند الساعة] LT",nextDay:"[غدًا عند الساعة] LT",nextWeek:"dddd [عند الساعة] LT",lastDay:"[أمس عند الساعة] LT",lastWeek:"dddd [عند الساعة] LT",sameElse:"L"},relativeTime:{future:"بعد %s",past:"منذ %s",s:a("s"),ss:a("s"),m:a("m"),mm:a("m"),h:a("h"),hh:a("h"),d:a("d"),dd:a("d"),M:a("M"),MM:a("M"),y:a("y"),yy:a("y")},preparse:function(e){return e.replace(/[١٢٣٤٥٦٧٨٩٠]/g,(function(e){return n[e]})).replace(/،/g,",")},postformat:function(e){return e.replace(/\d/g,(function(e){return t[e]})).replace(/,/g,"،")},week:{dow:6,doy:12}})}(n(1))},function(e,t,n){!function(e){"use strict";e.defineLocale("ar-dz",{months:"جانفي_فيفري_مارس_أفريل_ماي_جوان_جويلية_أوت_سبتمبر_أكتوبر_نوفمبر_ديسمبر".split("_"),monthsShort:"جانفي_فيفري_مارس_أفريل_ماي_جوان_جويلية_أوت_سبتمبر_أكتوبر_نوفمبر_ديسمبر".split("_"),weekdays:"الأحد_الإثنين_الثلاثاء_الأربعاء_الخميس_الجمعة_السبت".split("_"),weekdaysShort:"احد_اثنين_ثلاثاء_اربعاء_خميس_جمعة_سبت".split("_"),weekdaysMin:"أح_إث_ثلا_أر_خم_جم_سب".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[اليوم على الساعة] LT",nextDay:"[غدا على الساعة] LT",nextWeek:"dddd [على الساعة] LT",lastDay:"[أمس على الساعة] LT",lastWeek:"dddd [على الساعة] LT",sameElse:"L"},relativeTime:{future:"في %s",past:"منذ %s",s:"ثوان",ss:"%d ثانية",m:"دقيقة",mm:"%d دقائق",h:"ساعة",hh:"%d ساعات",d:"يوم",dd:"%d أيام",M:"شهر",MM:"%d أشهر",y:"سنة",yy:"%d سنوات"},week:{dow:0,doy:4}})}(n(1))},function(e,t,n){!function(e){"use strict";e.defineLocale("ar-kw",{months:"يناير_فبراير_مارس_أبريل_ماي_يونيو_يوليوز_غشت_شتنبر_أكتوبر_نونبر_دجنبر".split("_"),monthsShort:"يناير_فبراير_مارس_أبريل_ماي_يونيو_يوليوز_غشت_شتنبر_أكتوبر_نونبر_دجنبر".split("_"),weekdays:"الأحد_الإتنين_الثلاثاء_الأربعاء_الخميس_الجمعة_السبت".split("_"),weekdaysShort:"احد_اتنين_ثلاثاء_اربعاء_خميس_جمعة_سبت".split("_"),weekdaysMin:"ح_ن_ث_ر_خ_ج_س".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[اليوم على الساعة] LT",nextDay:"[غدا على الساعة] LT",nextWeek:"dddd [على الساعة] LT",lastDay:"[أمس على الساعة] LT",lastWeek:"dddd [على الساعة] LT",sameElse:"L"},relativeTime:{future:"في %s",past:"منذ %s",s:"ثوان",ss:"%d ثانية",m:"دقيقة",mm:"%d دقائق",h:"ساعة",hh:"%d ساعات",d:"يوم",dd:"%d أيام",M:"شهر",MM:"%d أشهر",y:"سنة",yy:"%d سنوات"},week:{dow:0,doy:12}})}(n(1))},function(e,t,n){!function(e){"use strict";var t={1:"1",2:"2",3:"3",4:"4",5:"5",6:"6",7:"7",8:"8",9:"9",0:"0"},n=function(e){return 0===e?0:1===e?1:2===e?2:e%100>=3&&e%100<=10?3:e%100>=11?4:5},r={s:["أقل من ثانية","ثانية واحدة",["ثانيتان","ثانيتين"],"%d ثوان","%d ثانية","%d ثانية"],m:["أقل من دقيقة","دقيقة واحدة",["دقيقتان","دقيقتين"],"%d دقائق","%d دقيقة","%d دقيقة"],h:["أقل من ساعة","ساعة واحدة",["ساعتان","ساعتين"],"%d ساعات","%d ساعة","%d ساعة"],d:["أقل من يوم","يوم واحد",["يومان","يومين"],"%d أيام","%d يومًا","%d يوم"],M:["أقل من شهر","شهر واحد",["شهران","شهرين"],"%d أشهر","%d شهرا","%d شهر"],y:["أقل من عام","عام واحد",["عامان","عامين"],"%d أعوام","%d عامًا","%d عام"]},i=function(e){return function(t,i,a,o){var s=n(t),u=r[e][n(t)];return 2===s&&(u=u[i?0:1]),u.replace(/%d/i,t)}},a=["يناير","فبراير","مارس","أبريل","مايو","يونيو","يوليو","أغسطس","سبتمبر","أكتوبر","نوفمبر","ديسمبر"];e.defineLocale("ar-ly",{months:a,monthsShort:a,weekdays:"الأحد_الإثنين_الثلاثاء_الأربعاء_الخميس_الجمعة_السبت".split("_"),weekdaysShort:"أحد_إثنين_ثلاثاء_أربعاء_خميس_جمعة_سبت".split("_"),weekdaysMin:"ح_ن_ث_ر_خ_ج_س".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"D/‏M/‏YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},meridiemParse:/ص|م/,isPM:function(e){return"م"===e},meridiem:function(e,t,n){return e<12?"ص":"م"},calendar:{sameDay:"[اليوم عند الساعة] LT",nextDay:"[غدًا عند الساعة] LT",nextWeek:"dddd [عند الساعة] LT",lastDay:"[أمس عند الساعة] LT",lastWeek:"dddd [عند الساعة] LT",sameElse:"L"},relativeTime:{future:"بعد %s",past:"منذ %s",s:i("s"),ss:i("s"),m:i("m"),mm:i("m"),h:i("h"),hh:i("h"),d:i("d"),dd:i("d"),M:i("M"),MM:i("M"),y:i("y"),yy:i("y")},preparse:function(e){return e.replace(/،/g,",")},postformat:function(e){return e.replace(/\d/g,(function(e){return t[e]})).replace(/,/g,"،")},week:{dow:6,doy:12}})}(n(1))},function(e,t,n){!function(e){"use strict";e.defineLocale("ar-ma",{months:"يناير_فبراير_مارس_أبريل_ماي_يونيو_يوليوز_غشت_شتنبر_أكتوبر_نونبر_دجنبر".split("_"),monthsShort:"يناير_فبراير_مارس_أبريل_ماي_يونيو_يوليوز_غشت_شتنبر_أكتوبر_نونبر_دجنبر".split("_"),weekdays:"الأحد_الإتنين_الثلاثاء_الأربعاء_الخميس_الجمعة_السبت".split("_"),weekdaysShort:"احد_اتنين_ثلاثاء_اربعاء_خميس_جمعة_سبت".split("_"),weekdaysMin:"ح_ن_ث_ر_خ_ج_س".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[اليوم على الساعة] LT",nextDay:"[غدا على الساعة] LT",nextWeek:"dddd [على الساعة] LT",lastDay:"[أمس على الساعة] LT",lastWeek:"dddd [على الساعة] LT",sameElse:"L"},relativeTime:{future:"في %s",past:"منذ %s",s:"ثوان",ss:"%d ثانية",m:"دقيقة",mm:"%d دقائق",h:"ساعة",hh:"%d ساعات",d:"يوم",dd:"%d أيام",M:"شهر",MM:"%d أشهر",y:"سنة",yy:"%d سنوات"},week:{dow:6,doy:12}})}(n(1))},function(e,t,n){!function(e){"use strict";var t={1:"١",2:"٢",3:"٣",4:"٤",5:"٥",6:"٦",7:"٧",8:"٨",9:"٩",0:"٠"},n={"١":"1","٢":"2","٣":"3","٤":"4","٥":"5","٦":"6","٧":"7","٨":"8","٩":"9","٠":"0"};e.defineLocale("ar-sa",{months:"يناير_فبراير_مارس_أبريل_مايو_يونيو_يوليو_أغسطس_سبتمبر_أكتوبر_نوفمبر_ديسمبر".split("_"),monthsShort:"يناير_فبراير_مارس_أبريل_مايو_يونيو_يوليو_أغسطس_سبتمبر_أكتوبر_نوفمبر_ديسمبر".split("_"),weekdays:"الأحد_الإثنين_الثلاثاء_الأربعاء_الخميس_الجمعة_السبت".split("_"),weekdaysShort:"أحد_إثنين_ثلاثاء_أربعاء_خميس_جمعة_سبت".split("_"),weekdaysMin:"ح_ن_ث_ر_خ_ج_س".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},meridiemParse:/ص|م/,isPM:function(e){return"م"===e},meridiem:function(e,t,n){return e<12?"ص":"م"},calendar:{sameDay:"[اليوم على الساعة] LT",nextDay:"[غدا على الساعة] LT",nextWeek:"dddd [على الساعة] LT",lastDay:"[أمس على الساعة] LT",lastWeek:"dddd [على الساعة] LT",sameElse:"L"},relativeTime:{future:"في %s",past:"منذ %s",s:"ثوان",ss:"%d ثانية",m:"دقيقة",mm:"%d دقائق",h:"ساعة",hh:"%d ساعات",d:"يوم",dd:"%d أيام",M:"شهر",MM:"%d أشهر",y:"سنة",yy:"%d سنوات"},preparse:function(e){return e.replace(/[١٢٣٤٥٦٧٨٩٠]/g,(function(e){return n[e]})).replace(/،/g,",")},postformat:function(e){return e.replace(/\d/g,(function(e){return t[e]})).replace(/,/g,"،")},week:{dow:0,doy:6}})}(n(1))},function(e,t,n){!function(e){"use strict";e.defineLocale("ar-tn",{months:"جانفي_فيفري_مارس_أفريل_ماي_جوان_جويلية_أوت_سبتمبر_أكتوبر_نوفمبر_ديسمبر".split("_"),monthsShort:"جانفي_فيفري_مارس_أفريل_ماي_جوان_جويلية_أوت_سبتمبر_أكتوبر_نوفمبر_ديسمبر".split("_"),weekdays:"الأحد_الإثنين_الثلاثاء_الأربعاء_الخميس_الجمعة_السبت".split("_"),weekdaysShort:"أحد_إثنين_ثلاثاء_أربعاء_خميس_جمعة_سبت".split("_"),weekdaysMin:"ح_ن_ث_ر_خ_ج_س".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[اليوم على الساعة] LT",nextDay:"[غدا على الساعة] LT",nextWeek:"dddd [على الساعة] LT",lastDay:"[أمس على الساعة] LT",lastWeek:"dddd [على الساعة] LT",sameElse:"L"},relativeTime:{future:"في %s",past:"منذ %s",s:"ثوان",ss:"%d ثانية",m:"دقيقة",mm:"%d دقائق",h:"ساعة",hh:"%d ساعات",d:"يوم",dd:"%d أيام",M:"شهر",MM:"%d أشهر",y:"سنة",yy:"%d سنوات"},week:{dow:1,doy:4}})}(n(1))},function(e,t,n){!function(e){"use strict";var t={1:"-inci",5:"-inci",8:"-inci",70:"-inci",80:"-inci",2:"-nci",7:"-nci",20:"-nci",50:"-nci",3:"-üncü",4:"-üncü",100:"-üncü",6:"-ncı",9:"-uncu",10:"-uncu",30:"-uncu",60:"-ıncı",90:"-ıncı"};e.defineLocale("az",{months:"yanvar_fevral_mart_aprel_may_iyun_iyul_avqust_sentyabr_oktyabr_noyabr_dekabr".split("_"),monthsShort:"yan_fev_mar_apr_may_iyn_iyl_avq_sen_okt_noy_dek".split("_"),weekdays:"Bazar_Bazar ertəsi_Çərşənbə axşamı_Çərşənbə_Cümə axşamı_Cümə_Şənbə".split("_"),weekdaysShort:"Baz_BzE_ÇAx_Çər_CAx_Cüm_Şən".split("_"),weekdaysMin:"Bz_BE_ÇA_Çə_CA_Cü_Şə".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[bugün saat] LT",nextDay:"[sabah saat] LT",nextWeek:"[gələn həftə] dddd [saat] LT",lastDay:"[dünən] LT",lastWeek:"[keçən həftə] dddd [saat] LT",sameElse:"L"},relativeTime:{future:"%s sonra",past:"%s əvvəl",s:"birneçə saniyə",ss:"%d saniyə",m:"bir dəqiqə",mm:"%d dəqiqə",h:"bir saat",hh:"%d saat",d:"bir gün",dd:"%d gün",M:"bir ay",MM:"%d ay",y:"bir il",yy:"%d il"},meridiemParse:/gecə|səhər|gündüz|axşam/,isPM:function(e){return/^(gündüz|axşam)$/.test(e)},meridiem:function(e,t,n){return e<4?"gecə":e<12?"səhər":e<17?"gündüz":"axşam"},dayOfMonthOrdinalParse:/\d{1,2}-(ıncı|inci|nci|üncü|ncı|uncu)/,ordinal:function(e){if(0===e)return e+"-ıncı";var n=e%10;return e+(t[n]||t[e%100-n]||t[e>=100?100:null])},week:{dow:1,doy:7}})}(n(1))},function(e,t,n){!function(e){"use strict";function t(e,t,n){var r,i;return"m"===n?t?"хвіліна":"хвіліну":"h"===n?t?"гадзіна":"гадзіну":e+" "+(r=+e,i={ss:t?"секунда_секунды_секунд":"секунду_секунды_секунд",mm:t?"хвіліна_хвіліны_хвілін":"хвіліну_хвіліны_хвілін",hh:t?"гадзіна_гадзіны_гадзін":"гадзіну_гадзіны_гадзін",dd:"дзень_дні_дзён",MM:"месяц_месяцы_месяцаў",yy:"год_гады_гадоў"}[n].split("_"),r%10==1&&r%100!=11?i[0]:r%10>=2&&r%10<=4&&(r%100<10||r%100>=20)?i[1]:i[2])}e.defineLocale("be",{months:{format:"студзеня_лютага_сакавіка_красавіка_траўня_чэрвеня_ліпеня_жніўня_верасня_кастрычніка_лістапада_снежня".split("_"),standalone:"студзень_люты_сакавік_красавік_травень_чэрвень_ліпень_жнівень_верасень_кастрычнік_лістапад_снежань".split("_")},monthsShort:"студ_лют_сак_крас_трав_чэрв_ліп_жнів_вер_каст_ліст_снеж".split("_"),weekdays:{format:"нядзелю_панядзелак_аўторак_сераду_чацвер_пятніцу_суботу".split("_"),standalone:"нядзеля_панядзелак_аўторак_серада_чацвер_пятніца_субота".split("_"),isFormat:/\[ ?[Ууў] ?(?:мінулую|наступную)? ?\] ?dddd/},weekdaysShort:"нд_пн_ат_ср_чц_пт_сб".split("_"),weekdaysMin:"нд_пн_ат_ср_чц_пт_сб".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY г.",LLL:"D MMMM YYYY г., HH:mm",LLLL:"dddd, D MMMM YYYY г., HH:mm"},calendar:{sameDay:"[Сёння ў] LT",nextDay:"[Заўтра ў] LT",lastDay:"[Учора ў] LT",nextWeek:function(){return"[У] dddd [ў] LT"},lastWeek:function(){switch(this.day()){case 0:case 3:case 5:case 6:return"[У мінулую] dddd [ў] LT";case 1:case 2:case 4:return"[У мінулы] dddd [ў] LT"}},sameElse:"L"},relativeTime:{future:"праз %s",past:"%s таму",s:"некалькі секунд",m:t,mm:t,h:t,hh:t,d:"дзень",dd:t,M:"месяц",MM:t,y:"год",yy:t},meridiemParse:/ночы|раніцы|дня|вечара/,isPM:function(e){return/^(дня|вечара)$/.test(e)},meridiem:function(e,t,n){return e<4?"ночы":e<12?"раніцы":e<17?"дня":"вечара"},dayOfMonthOrdinalParse:/\d{1,2}-(і|ы|га)/,ordinal:function(e,t){switch(t){case"M":case"d":case"DDD":case"w":case"W":return e%10!=2&&e%10!=3||e%100==12||e%100==13?e+"-ы":e+"-і";case"D":return e+"-га";default:return e}},week:{dow:1,doy:7}})}(n(1))},function(e,t,n){!function(e){"use strict";e.defineLocale("bg",{months:"януари_февруари_март_април_май_юни_юли_август_септември_октомври_ноември_декември".split("_"),monthsShort:"янр_фев_мар_апр_май_юни_юли_авг_сеп_окт_ное_дек".split("_"),weekdays:"неделя_понеделник_вторник_сряда_четвъртък_петък_събота".split("_"),weekdaysShort:"нед_пон_вто_сря_чет_пет_съб".split("_"),weekdaysMin:"нд_пн_вт_ср_чт_пт_сб".split("_"),longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"D.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY H:mm",LLLL:"dddd, D MMMM YYYY H:mm"},calendar:{sameDay:"[Днес в] LT",nextDay:"[Утре в] LT",nextWeek:"dddd [в] LT",lastDay:"[Вчера в] LT",lastWeek:function(){switch(this.day()){case 0:case 3:case 6:return"[В изминалата] dddd [в] LT";case 1:case 2:case 4:case 5:return"[В изминалия] dddd [в] LT"}},sameElse:"L"},relativeTime:{future:"след %s",past:"преди %s",s:"няколко секунди",ss:"%d секунди",m:"минута",mm:"%d минути",h:"час",hh:"%d часа",d:"ден",dd:"%d дни",M:"месец",MM:"%d месеца",y:"година",yy:"%d години"},dayOfMonthOrdinalParse:/\d{1,2}-(ев|ен|ти|ви|ри|ми)/,ordinal:function(e){var t=e%10,n=e%100;return 0===e?e+"-ев":0===n?e+"-ен":n>10&&n<20?e+"-ти":1===t?e+"-ви":2===t?e+"-ри":7===t||8===t?e+"-ми":e+"-ти"},week:{dow:1,doy:7}})}(n(1))},function(e,t,n){!function(e){"use strict";e.defineLocale("bm",{months:"Zanwuyekalo_Fewuruyekalo_Marisikalo_Awirilikalo_Mɛkalo_Zuwɛnkalo_Zuluyekalo_Utikalo_Sɛtanburukalo_ɔkutɔburukalo_Nowanburukalo_Desanburukalo".split("_"),monthsShort:"Zan_Few_Mar_Awi_Mɛ_Zuw_Zul_Uti_Sɛt_ɔku_Now_Des".split("_"),weekdays:"Kari_Ntɛnɛn_Tarata_Araba_Alamisa_Juma_Sibiri".split("_"),weekdaysShort:"Kar_Ntɛ_Tar_Ara_Ala_Jum_Sib".split("_"),weekdaysMin:"Ka_Nt_Ta_Ar_Al_Ju_Si".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"MMMM [tile] D [san] YYYY",LLL:"MMMM [tile] D [san] YYYY [lɛrɛ] HH:mm",LLLL:"dddd MMMM [tile] D [san] YYYY [lɛrɛ] HH:mm"},calendar:{sameDay:"[Bi lɛrɛ] LT",nextDay:"[Sini lɛrɛ] LT",nextWeek:"dddd [don lɛrɛ] LT",lastDay:"[Kunu lɛrɛ] LT",lastWeek:"dddd [tɛmɛnen lɛrɛ] LT",sameElse:"L"},relativeTime:{future:"%s kɔnɔ",past:"a bɛ %s bɔ",s:"sanga dama dama",ss:"sekondi %d",m:"miniti kelen",mm:"miniti %d",h:"lɛrɛ kelen",hh:"lɛrɛ %d",d:"tile kelen",dd:"tile %d",M:"kalo kelen",MM:"kalo %d",y:"san kelen",yy:"san %d"},week:{dow:1,doy:4}})}(n(1))},function(e,t,n){!function(e){"use strict";var t={1:"১",2:"২",3:"৩",4:"৪",5:"৫",6:"৬",7:"৭",8:"৮",9:"৯",0:"০"},n={"১":"1","২":"2","৩":"3","৪":"4","৫":"5","৬":"6","৭":"7","৮":"8","৯":"9","০":"0"};e.defineLocale("bn",{months:"জানুয়ারী_ফেব্রুয়ারি_মার্চ_এপ্রিল_মে_জুন_জুলাই_আগস্ট_সেপ্টেম্বর_অক্টোবর_নভেম্বর_ডিসেম্বর".split("_"),monthsShort:"জানু_ফেব_মার্চ_এপ্র_মে_জুন_জুল_আগ_সেপ্ট_অক্টো_নভে_ডিসে".split("_"),weekdays:"রবিবার_সোমবার_মঙ্গলবার_বুধবার_বৃহস্পতিবার_শুক্রবার_শনিবার".split("_"),weekdaysShort:"রবি_সোম_মঙ্গল_বুধ_বৃহস্পতি_শুক্র_শনি".split("_"),weekdaysMin:"রবি_সোম_মঙ্গ_বুধ_বৃহঃ_শুক্র_শনি".split("_"),longDateFormat:{LT:"A h:mm সময়",LTS:"A h:mm:ss সময়",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY, A h:mm সময়",LLLL:"dddd, D MMMM YYYY, A h:mm সময়"},calendar:{sameDay:"[আজ] LT",nextDay:"[আগামীকাল] LT",nextWeek:"dddd, LT",lastDay:"[গতকাল] LT",lastWeek:"[গত] dddd, LT",sameElse:"L"},relativeTime:{future:"%s পরে",past:"%s আগে",s:"কয়েক সেকেন্ড",ss:"%d সেকেন্ড",m:"এক মিনিট",mm:"%d মিনিট",h:"এক ঘন্টা",hh:"%d ঘন্টা",d:"এক দিন",dd:"%d দিন",M:"এক মাস",MM:"%d মাস",y:"এক বছর",yy:"%d বছর"},preparse:function(e){return e.replace(/[১২৩৪৫৬৭৮৯০]/g,(function(e){return n[e]}))},postformat:function(e){return e.replace(/\d/g,(function(e){return t[e]}))},meridiemParse:/রাত|সকাল|দুপুর|বিকাল|রাত/,meridiemHour:function(e,t){return 12===e&&(e=0),"রাত"===t&&e>=4||"দুপুর"===t&&e<5||"বিকাল"===t?e+12:e},meridiem:function(e,t,n){return e<4?"রাত":e<10?"সকাল":e<17?"দুপুর":e<20?"বিকাল":"রাত"},week:{dow:0,doy:6}})}(n(1))},function(e,t,n){!function(e){"use strict";var t={1:"༡",2:"༢",3:"༣",4:"༤",5:"༥",6:"༦",7:"༧",8:"༨",9:"༩",0:"༠"},n={"༡":"1","༢":"2","༣":"3","༤":"4","༥":"5","༦":"6","༧":"7","༨":"8","༩":"9","༠":"0"};e.defineLocale("bo",{months:"ཟླ་བ་དང་པོ_ཟླ་བ་གཉིས་པ_ཟླ་བ་གསུམ་པ_ཟླ་བ་བཞི་པ_ཟླ་བ་ལྔ་པ_ཟླ་བ་དྲུག་པ_ཟླ་བ་བདུན་པ_ཟླ་བ་བརྒྱད་པ_ཟླ་བ་དགུ་པ_ཟླ་བ་བཅུ་པ_ཟླ་བ་བཅུ་གཅིག་པ_ཟླ་བ་བཅུ་གཉིས་པ".split("_"),monthsShort:"ཟླ་བ་དང་པོ_ཟླ་བ་གཉིས་པ_ཟླ་བ་གསུམ་པ_ཟླ་བ་བཞི་པ_ཟླ་བ་ལྔ་པ_ཟླ་བ་དྲུག་པ_ཟླ་བ་བདུན་པ_ཟླ་བ་བརྒྱད་པ_ཟླ་བ་དགུ་པ_ཟླ་བ་བཅུ་པ_ཟླ་བ་བཅུ་གཅིག་པ_ཟླ་བ་བཅུ་གཉིས་པ".split("_"),weekdays:"གཟའ་ཉི་མ་_གཟའ་ཟླ་བ་_གཟའ་མིག་དམར་_གཟའ་ལྷག་པ་_གཟའ་ཕུར་བུ_གཟའ་པ་སངས་_གཟའ་སྤེན་པ་".split("_"),weekdaysShort:"ཉི་མ་_ཟླ་བ་_མིག་དམར་_ལྷག་པ་_ཕུར་བུ_པ་སངས་_སྤེན་པ་".split("_"),weekdaysMin:"ཉི་མ་_ཟླ་བ་_མིག་དམར་_ལྷག་པ་_ཕུར་བུ_པ་སངས་_སྤེན་པ་".split("_"),longDateFormat:{LT:"A h:mm",LTS:"A h:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY, A h:mm",LLLL:"dddd, D MMMM YYYY, A h:mm"},calendar:{sameDay:"[དི་རིང] LT",nextDay:"[སང་ཉིན] LT",nextWeek:"[བདུན་ཕྲག་རྗེས་མ], LT",lastDay:"[ཁ་སང] LT",lastWeek:"[བདུན་ཕྲག་མཐའ་མ] dddd, LT",sameElse:"L"},relativeTime:{future:"%s ལ་",past:"%s སྔན་ལ",s:"ལམ་སང",ss:"%d སྐར་ཆ།",m:"སྐར་མ་གཅིག",mm:"%d སྐར་མ",h:"ཆུ་ཚོད་གཅིག",hh:"%d ཆུ་ཚོད",d:"ཉིན་གཅིག",dd:"%d ཉིན་",M:"ཟླ་བ་གཅིག",MM:"%d ཟླ་བ",y:"ལོ་གཅིག",yy:"%d ལོ"},preparse:function(e){return e.replace(/[༡༢༣༤༥༦༧༨༩༠]/g,(function(e){return n[e]}))},postformat:function(e){return e.replace(/\d/g,(function(e){return t[e]}))},meridiemParse:/མཚན་མོ|ཞོགས་ཀས|ཉིན་གུང|དགོང་དག|མཚན་མོ/,meridiemHour:function(e,t){return 12===e&&(e=0),"མཚན་མོ"===t&&e>=4||"ཉིན་གུང"===t&&e<5||"དགོང་དག"===t?e+12:e},meridiem:function(e,t,n){return e<4?"མཚན་མོ":e<10?"ཞོགས་ཀས":e<17?"ཉིན་གུང":e<20?"དགོང་དག":"མཚན་མོ"},week:{dow:0,doy:6}})}(n(1))},function(e,t,n){!function(e){"use strict";function t(e,t,n){return e+" "+function(e,t){return 2===t?function(e){var t={m:"v",b:"v",d:"z"};return void 0===t[e.charAt(0)]?e:t[e.charAt(0)]+e.substring(1)}(e):e}({mm:"munutenn",MM:"miz",dd:"devezh"}[n],e)}e.defineLocale("br",{months:"Genver_C'hwevrer_Meurzh_Ebrel_Mae_Mezheven_Gouere_Eost_Gwengolo_Here_Du_Kerzu".split("_"),monthsShort:"Gen_C'hwe_Meu_Ebr_Mae_Eve_Gou_Eos_Gwe_Her_Du_Ker".split("_"),weekdays:"Sul_Lun_Meurzh_Merc'her_Yaou_Gwener_Sadorn".split("_"),weekdaysShort:"Sul_Lun_Meu_Mer_Yao_Gwe_Sad".split("_"),weekdaysMin:"Su_Lu_Me_Mer_Ya_Gw_Sa".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"h[e]mm A",LTS:"h[e]mm:ss A",L:"DD/MM/YYYY",LL:"D [a viz] MMMM YYYY",LLL:"D [a viz] MMMM YYYY h[e]mm A",LLLL:"dddd, D [a viz] MMMM YYYY h[e]mm A"},calendar:{sameDay:"[Hiziv da] LT",nextDay:"[Warc'hoazh da] LT",nextWeek:"dddd [da] LT",lastDay:"[Dec'h da] LT",lastWeek:"dddd [paset da] LT",sameElse:"L"},relativeTime:{future:"a-benn %s",past:"%s 'zo",s:"un nebeud segondennoù",ss:"%d eilenn",m:"ur vunutenn",mm:t,h:"un eur",hh:"%d eur",d:"un devezh",dd:t,M:"ur miz",MM:t,y:"ur bloaz",yy:function(e){switch(function e(t){return t>9?e(t%10):t}(e)){case 1:case 3:case 4:case 5:case 9:return e+" bloaz";default:return e+" vloaz"}}},dayOfMonthOrdinalParse:/\d{1,2}(añ|vet)/,ordinal:function(e){return e+(1===e?"añ":"vet")},week:{dow:1,doy:4}})}(n(1))},function(e,t,n){!function(e){"use strict";function t(e,t,n){var r=e+" ";switch(n){case"ss":return r+=1===e?"sekunda":2===e||3===e||4===e?"sekunde":"sekundi";case"m":return t?"jedna minuta":"jedne minute";case"mm":return r+=1===e?"minuta":2===e||3===e||4===e?"minute":"minuta";case"h":return t?"jedan sat":"jednog sata";case"hh":return r+=1===e?"sat":2===e||3===e||4===e?"sata":"sati";case"dd":return r+=1===e?"dan":"dana";case"MM":return r+=1===e?"mjesec":2===e||3===e||4===e?"mjeseca":"mjeseci";case"yy":return r+=1===e?"godina":2===e||3===e||4===e?"godine":"godina"}}e.defineLocale("bs",{months:"januar_februar_mart_april_maj_juni_juli_august_septembar_oktobar_novembar_decembar".split("_"),monthsShort:"jan._feb._mar._apr._maj._jun._jul._aug._sep._okt._nov._dec.".split("_"),monthsParseExact:!0,weekdays:"nedjelja_ponedjeljak_utorak_srijeda_četvrtak_petak_subota".split("_"),weekdaysShort:"ned._pon._uto._sri._čet._pet._sub.".split("_"),weekdaysMin:"ne_po_ut_sr_če_pe_su".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY H:mm",LLLL:"dddd, D. MMMM YYYY H:mm"},calendar:{sameDay:"[danas u] LT",nextDay:"[sutra u] LT",nextWeek:function(){switch(this.day()){case 0:return"[u] [nedjelju] [u] LT";case 3:return"[u] [srijedu] [u] LT";case 6:return"[u] [subotu] [u] LT";case 1:case 2:case 4:case 5:return"[u] dddd [u] LT"}},lastDay:"[jučer u] LT",lastWeek:function(){switch(this.day()){case 0:case 3:return"[prošlu] dddd [u] LT";case 6:return"[prošle] [subote] [u] LT";case 1:case 2:case 4:case 5:return"[prošli] dddd [u] LT"}},sameElse:"L"},relativeTime:{future:"za %s",past:"prije %s",s:"par sekundi",ss:t,m:t,mm:t,h:t,hh:t,d:"dan",dd:t,M:"mjesec",MM:t,y:"godinu",yy:t},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:7}})}(n(1))},function(e,t,n){!function(e){"use strict";e.defineLocale("ca",{months:{standalone:"gener_febrer_març_abril_maig_juny_juliol_agost_setembre_octubre_novembre_desembre".split("_"),format:"de gener_de febrer_de març_d'abril_de maig_de juny_de juliol_d'agost_de setembre_d'octubre_de novembre_de desembre".split("_"),isFormat:/D[oD]?(\s)+MMMM/},monthsShort:"gen._febr._març_abr._maig_juny_jul._ag._set._oct._nov._des.".split("_"),monthsParseExact:!0,weekdays:"diumenge_dilluns_dimarts_dimecres_dijous_divendres_dissabte".split("_"),weekdaysShort:"dg._dl._dt._dc._dj._dv._ds.".split("_"),weekdaysMin:"dg_dl_dt_dc_dj_dv_ds".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM [de] YYYY",ll:"D MMM YYYY",LLL:"D MMMM [de] YYYY [a les] H:mm",lll:"D MMM YYYY, H:mm",LLLL:"dddd D MMMM [de] YYYY [a les] H:mm",llll:"ddd D MMM YYYY, H:mm"},calendar:{sameDay:function(){return"[avui a "+(1!==this.hours()?"les":"la")+"] LT"},nextDay:function(){return"[demà a "+(1!==this.hours()?"les":"la")+"] LT"},nextWeek:function(){return"dddd [a "+(1!==this.hours()?"les":"la")+"] LT"},lastDay:function(){return"[ahir a "+(1!==this.hours()?"les":"la")+"] LT"},lastWeek:function(){return"[el] dddd [passat a "+(1!==this.hours()?"les":"la")+"] LT"},sameElse:"L"},relativeTime:{future:"d'aquí %s",past:"fa %s",s:"uns segons",ss:"%d segons",m:"un minut",mm:"%d minuts",h:"una hora",hh:"%d hores",d:"un dia",dd:"%d dies",M:"un mes",MM:"%d mesos",y:"un any",yy:"%d anys"},dayOfMonthOrdinalParse:/\d{1,2}(r|n|t|è|a)/,ordinal:function(e,t){var n=1===e?"r":2===e?"n":3===e?"r":4===e?"t":"è";return"w"!==t&&"W"!==t||(n="a"),e+n},week:{dow:1,doy:4}})}(n(1))},function(e,t,n){!function(e){"use strict";var t="leden_únor_březen_duben_květen_červen_červenec_srpen_září_říjen_listopad_prosinec".split("_"),n="led_úno_bře_dub_kvě_čvn_čvc_srp_zář_říj_lis_pro".split("_"),r=[/^led/i,/^úno/i,/^bře/i,/^dub/i,/^kvě/i,/^(čvn|červen$|června)/i,/^(čvc|červenec|července)/i,/^srp/i,/^zář/i,/^říj/i,/^lis/i,/^pro/i],i=/^(leden|únor|březen|duben|květen|červenec|července|červen|června|srpen|září|říjen|listopad|prosinec|led|úno|bře|dub|kvě|čvn|čvc|srp|zář|říj|lis|pro)/i;function a(e){return e>1&&e<5&&1!=~~(e/10)}function o(e,t,n,r){var i=e+" ";switch(n){case"s":return t||r?"pár sekund":"pár sekundami";case"ss":return t||r?i+(a(e)?"sekundy":"sekund"):i+"sekundami";case"m":return t?"minuta":r?"minutu":"minutou";case"mm":return t||r?i+(a(e)?"minuty":"minut"):i+"minutami";case"h":return t?"hodina":r?"hodinu":"hodinou";case"hh":return t||r?i+(a(e)?"hodiny":"hodin"):i+"hodinami";case"d":return t||r?"den":"dnem";case"dd":return t||r?i+(a(e)?"dny":"dní"):i+"dny";case"M":return t||r?"měsíc":"měsícem";case"MM":return t||r?i+(a(e)?"měsíce":"měsíců"):i+"měsíci";case"y":return t||r?"rok":"rokem";case"yy":return t||r?i+(a(e)?"roky":"let"):i+"lety"}}e.defineLocale("cs",{months:t,monthsShort:n,monthsRegex:i,monthsShortRegex:i,monthsStrictRegex:/^(leden|ledna|února|únor|březen|března|duben|dubna|květen|května|červenec|července|červen|června|srpen|srpna|září|říjen|října|listopadu|listopad|prosinec|prosince)/i,monthsShortStrictRegex:/^(led|úno|bře|dub|kvě|čvn|čvc|srp|zář|říj|lis|pro)/i,monthsParse:r,longMonthsParse:r,shortMonthsParse:r,weekdays:"neděle_pondělí_úterý_středa_čtvrtek_pátek_sobota".split("_"),weekdaysShort:"ne_po_út_st_čt_pá_so".split("_"),weekdaysMin:"ne_po_út_st_čt_pá_so".split("_"),longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY H:mm",LLLL:"dddd D. MMMM YYYY H:mm",l:"D. M. YYYY"},calendar:{sameDay:"[dnes v] LT",nextDay:"[zítra v] LT",nextWeek:function(){switch(this.day()){case 0:return"[v neděli v] LT";case 1:case 2:return"[v] dddd [v] LT";case 3:return"[ve středu v] LT";case 4:return"[ve čtvrtek v] LT";case 5:return"[v pátek v] LT";case 6:return"[v sobotu v] LT"}},lastDay:"[včera v] LT",lastWeek:function(){switch(this.day()){case 0:return"[minulou neděli v] LT";case 1:case 2:return"[minulé] dddd [v] LT";case 3:return"[minulou středu v] LT";case 4:case 5:return"[minulý] dddd [v] LT";case 6:return"[minulou sobotu v] LT"}},sameElse:"L"},relativeTime:{future:"za %s",past:"před %s",s:o,ss:o,m:o,mm:o,h:o,hh:o,d:o,dd:o,M:o,MM:o,y:o,yy:o},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})}(n(1))},function(e,t,n){!function(e){"use strict";e.defineLocale("cv",{months:"кӑрлач_нарӑс_пуш_ака_май_ҫӗртме_утӑ_ҫурла_авӑн_юпа_чӳк_раштав".split("_"),monthsShort:"кӑр_нар_пуш_ака_май_ҫӗр_утӑ_ҫур_авн_юпа_чӳк_раш".split("_"),weekdays:"вырсарникун_тунтикун_ытларикун_юнкун_кӗҫнерникун_эрнекун_шӑматкун".split("_"),weekdaysShort:"выр_тун_ытл_юн_кӗҫ_эрн_шӑм".split("_"),weekdaysMin:"вр_тн_ыт_юн_кҫ_эр_шм".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD-MM-YYYY",LL:"YYYY [ҫулхи] MMMM [уйӑхӗн] D[-мӗшӗ]",LLL:"YYYY [ҫулхи] MMMM [уйӑхӗн] D[-мӗшӗ], HH:mm",LLLL:"dddd, YYYY [ҫулхи] MMMM [уйӑхӗн] D[-мӗшӗ], HH:mm"},calendar:{sameDay:"[Паян] LT [сехетре]",nextDay:"[Ыран] LT [сехетре]",lastDay:"[Ӗнер] LT [сехетре]",nextWeek:"[Ҫитес] dddd LT [сехетре]",lastWeek:"[Иртнӗ] dddd LT [сехетре]",sameElse:"L"},relativeTime:{future:function(e){return e+(/сехет$/i.exec(e)?"рен":/ҫул$/i.exec(e)?"тан":"ран")},past:"%s каялла",s:"пӗр-ик ҫеккунт",ss:"%d ҫеккунт",m:"пӗр минут",mm:"%d минут",h:"пӗр сехет",hh:"%d сехет",d:"пӗр кун",dd:"%d кун",M:"пӗр уйӑх",MM:"%d уйӑх",y:"пӗр ҫул",yy:"%d ҫул"},dayOfMonthOrdinalParse:/\d{1,2}-мӗш/,ordinal:"%d-мӗш",week:{dow:1,doy:7}})}(n(1))},function(e,t,n){!function(e){"use strict";e.defineLocale("cy",{months:"Ionawr_Chwefror_Mawrth_Ebrill_Mai_Mehefin_Gorffennaf_Awst_Medi_Hydref_Tachwedd_Rhagfyr".split("_"),monthsShort:"Ion_Chwe_Maw_Ebr_Mai_Meh_Gor_Aws_Med_Hyd_Tach_Rhag".split("_"),weekdays:"Dydd Sul_Dydd Llun_Dydd Mawrth_Dydd Mercher_Dydd Iau_Dydd Gwener_Dydd Sadwrn".split("_"),weekdaysShort:"Sul_Llun_Maw_Mer_Iau_Gwe_Sad".split("_"),weekdaysMin:"Su_Ll_Ma_Me_Ia_Gw_Sa".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[Heddiw am] LT",nextDay:"[Yfory am] LT",nextWeek:"dddd [am] LT",lastDay:"[Ddoe am] LT",lastWeek:"dddd [diwethaf am] LT",sameElse:"L"},relativeTime:{future:"mewn %s",past:"%s yn ôl",s:"ychydig eiliadau",ss:"%d eiliad",m:"munud",mm:"%d munud",h:"awr",hh:"%d awr",d:"diwrnod",dd:"%d diwrnod",M:"mis",MM:"%d mis",y:"blwyddyn",yy:"%d flynedd"},dayOfMonthOrdinalParse:/\d{1,2}(fed|ain|af|il|ydd|ed|eg)/,ordinal:function(e){var t="";return e>20?t=40===e||50===e||60===e||80===e||100===e?"fed":"ain":e>0&&(t=["","af","il","ydd","ydd","ed","ed","ed","fed","fed","fed","eg","fed","eg","eg","fed","eg","eg","fed","eg","fed"][e]),e+t},week:{dow:1,doy:4}})}(n(1))},function(e,t,n){!function(e){"use strict";e.defineLocale("da",{months:"januar_februar_marts_april_maj_juni_juli_august_september_oktober_november_december".split("_"),monthsShort:"jan_feb_mar_apr_maj_jun_jul_aug_sep_okt_nov_dec".split("_"),weekdays:"søndag_mandag_tirsdag_onsdag_torsdag_fredag_lørdag".split("_"),weekdaysShort:"søn_man_tir_ons_tor_fre_lør".split("_"),weekdaysMin:"sø_ma_ti_on_to_fr_lø".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY HH:mm",LLLL:"dddd [d.] D. MMMM YYYY [kl.] HH:mm"},calendar:{sameDay:"[i dag kl.] LT",nextDay:"[i morgen kl.] LT",nextWeek:"på dddd [kl.] LT",lastDay:"[i går kl.] LT",lastWeek:"[i] dddd[s kl.] LT",sameElse:"L"},relativeTime:{future:"om %s",past:"%s siden",s:"få sekunder",ss:"%d sekunder",m:"et minut",mm:"%d minutter",h:"en time",hh:"%d timer",d:"en dag",dd:"%d dage",M:"en måned",MM:"%d måneder",y:"et år",yy:"%d år"},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})}(n(1))},function(e,t,n){!function(e){"use strict";function t(e,t,n,r){var i={m:["eine Minute","einer Minute"],h:["eine Stunde","einer Stunde"],d:["ein Tag","einem Tag"],dd:[e+" Tage",e+" Tagen"],M:["ein Monat","einem Monat"],MM:[e+" Monate",e+" Monaten"],y:["ein Jahr","einem Jahr"],yy:[e+" Jahre",e+" Jahren"]};return t?i[n][0]:i[n][1]}e.defineLocale("de",{months:"Januar_Februar_März_April_Mai_Juni_Juli_August_September_Oktober_November_Dezember".split("_"),monthsShort:"Jan._Feb._März_Apr._Mai_Juni_Juli_Aug._Sep._Okt._Nov._Dez.".split("_"),monthsParseExact:!0,weekdays:"Sonntag_Montag_Dienstag_Mittwoch_Donnerstag_Freitag_Samstag".split("_"),weekdaysShort:"So._Mo._Di._Mi._Do._Fr._Sa.".split("_"),weekdaysMin:"So_Mo_Di_Mi_Do_Fr_Sa".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY HH:mm",LLLL:"dddd, D. MMMM YYYY HH:mm"},calendar:{sameDay:"[heute um] LT [Uhr]",sameElse:"L",nextDay:"[morgen um] LT [Uhr]",nextWeek:"dddd [um] LT [Uhr]",lastDay:"[gestern um] LT [Uhr]",lastWeek:"[letzten] dddd [um] LT [Uhr]"},relativeTime:{future:"in %s",past:"vor %s",s:"ein paar Sekunden",ss:"%d Sekunden",m:t,mm:"%d Minuten",h:t,hh:"%d Stunden",d:t,dd:t,M:t,MM:t,y:t,yy:t},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})}(n(1))},function(e,t,n){!function(e){"use strict";function t(e,t,n,r){var i={m:["eine Minute","einer Minute"],h:["eine Stunde","einer Stunde"],d:["ein Tag","einem Tag"],dd:[e+" Tage",e+" Tagen"],M:["ein Monat","einem Monat"],MM:[e+" Monate",e+" Monaten"],y:["ein Jahr","einem Jahr"],yy:[e+" Jahre",e+" Jahren"]};return t?i[n][0]:i[n][1]}e.defineLocale("de-at",{months:"Jänner_Februar_März_April_Mai_Juni_Juli_August_September_Oktober_November_Dezember".split("_"),monthsShort:"Jän._Feb._März_Apr._Mai_Juni_Juli_Aug._Sep._Okt._Nov._Dez.".split("_"),monthsParseExact:!0,weekdays:"Sonntag_Montag_Dienstag_Mittwoch_Donnerstag_Freitag_Samstag".split("_"),weekdaysShort:"So._Mo._Di._Mi._Do._Fr._Sa.".split("_"),weekdaysMin:"So_Mo_Di_Mi_Do_Fr_Sa".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY HH:mm",LLLL:"dddd, D. MMMM YYYY HH:mm"},calendar:{sameDay:"[heute um] LT [Uhr]",sameElse:"L",nextDay:"[morgen um] LT [Uhr]",nextWeek:"dddd [um] LT [Uhr]",lastDay:"[gestern um] LT [Uhr]",lastWeek:"[letzten] dddd [um] LT [Uhr]"},relativeTime:{future:"in %s",past:"vor %s",s:"ein paar Sekunden",ss:"%d Sekunden",m:t,mm:"%d Minuten",h:t,hh:"%d Stunden",d:t,dd:t,M:t,MM:t,y:t,yy:t},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})}(n(1))},function(e,t,n){!function(e){"use strict";function t(e,t,n,r){var i={m:["eine Minute","einer Minute"],h:["eine Stunde","einer Stunde"],d:["ein Tag","einem Tag"],dd:[e+" Tage",e+" Tagen"],M:["ein Monat","einem Monat"],MM:[e+" Monate",e+" Monaten"],y:["ein Jahr","einem Jahr"],yy:[e+" Jahre",e+" Jahren"]};return t?i[n][0]:i[n][1]}e.defineLocale("de-ch",{months:"Januar_Februar_März_April_Mai_Juni_Juli_August_September_Oktober_November_Dezember".split("_"),monthsShort:"Jan._Feb._März_Apr._Mai_Juni_Juli_Aug._Sep._Okt._Nov._Dez.".split("_"),monthsParseExact:!0,weekdays:"Sonntag_Montag_Dienstag_Mittwoch_Donnerstag_Freitag_Samstag".split("_"),weekdaysShort:"So_Mo_Di_Mi_Do_Fr_Sa".split("_"),weekdaysMin:"So_Mo_Di_Mi_Do_Fr_Sa".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY HH:mm",LLLL:"dddd, D. MMMM YYYY HH:mm"},calendar:{sameDay:"[heute um] LT [Uhr]",sameElse:"L",nextDay:"[morgen um] LT [Uhr]",nextWeek:"dddd [um] LT [Uhr]",lastDay:"[gestern um] LT [Uhr]",lastWeek:"[letzten] dddd [um] LT [Uhr]"},relativeTime:{future:"in %s",past:"vor %s",s:"ein paar Sekunden",ss:"%d Sekunden",m:t,mm:"%d Minuten",h:t,hh:"%d Stunden",d:t,dd:t,M:t,MM:t,y:t,yy:t},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})}(n(1))},function(e,t,n){!function(e){"use strict";var t=["ޖެނުއަރީ","ފެބްރުއަރީ","މާރިޗު","އޭޕްރީލު","މޭ","ޖޫން","ޖުލައި","އޯގަސްޓު","ސެޕްޓެމްބަރު","އޮކްޓޯބަރު","ނޮވެމްބަރު","ޑިސެމްބަރު"],n=["އާދިއްތަ","ހޯމަ","އަންގާރަ","ބުދަ","ބުރާސްފަތި","ހުކުރު","ހޮނިހިރު"];e.defineLocale("dv",{months:t,monthsShort:t,weekdays:n,weekdaysShort:n,weekdaysMin:"އާދި_ހޯމަ_އަން_ބުދަ_ބުރާ_ހުކު_ހޮނި".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"D/M/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},meridiemParse:/މކ|މފ/,isPM:function(e){return"މފ"===e},meridiem:function(e,t,n){return e<12?"މކ":"މފ"},calendar:{sameDay:"[މިއަދު] LT",nextDay:"[މާދަމާ] LT",nextWeek:"dddd LT",lastDay:"[އިއްޔެ] LT",lastWeek:"[ފާއިތުވި] dddd LT",sameElse:"L"},relativeTime:{future:"ތެރޭގައި %s",past:"ކުރިން %s",s:"ސިކުންތުކޮޅެއް",ss:"d% ސިކުންތު",m:"މިނިޓެއް",mm:"މިނިޓު %d",h:"ގަޑިއިރެއް",hh:"ގަޑިއިރު %d",d:"ދުވަހެއް",dd:"ދުވަސް %d",M:"މަހެއް",MM:"މަސް %d",y:"އަހަރެއް",yy:"އަހަރު %d"},preparse:function(e){return e.replace(/،/g,",")},postformat:function(e){return e.replace(/,/g,"،")},week:{dow:7,doy:12}})}(n(1))},function(e,t,n){!function(e){"use strict";e.defineLocale("el",{monthsNominativeEl:"Ιανουάριος_Φεβρουάριος_Μάρτιος_Απρίλιος_Μάιος_Ιούνιος_Ιούλιος_Αύγουστος_Σεπτέμβριος_Οκτώβριος_Νοέμβριος_Δεκέμβριος".split("_"),monthsGenitiveEl:"Ιανουαρίου_Φεβρουαρίου_Μαρτίου_Απριλίου_Μαΐου_Ιουνίου_Ιουλίου_Αυγούστου_Σεπτεμβρίου_Οκτωβρίου_Νοεμβρίου_Δεκεμβρίου".split("_"),months:function(e,t){return e?"string"==typeof t&&/D/.test(t.substring(0,t.indexOf("MMMM")))?this._monthsGenitiveEl[e.month()]:this._monthsNominativeEl[e.month()]:this._monthsNominativeEl},monthsShort:"Ιαν_Φεβ_Μαρ_Απρ_Μαϊ_Ιουν_Ιουλ_Αυγ_Σεπ_Οκτ_Νοε_Δεκ".split("_"),weekdays:"Κυριακή_Δευτέρα_Τρίτη_Τετάρτη_Πέμπτη_Παρασκευή_Σάββατο".split("_"),weekdaysShort:"Κυρ_Δευ_Τρι_Τετ_Πεμ_Παρ_Σαβ".split("_"),weekdaysMin:"Κυ_Δε_Τρ_Τε_Πε_Πα_Σα".split("_"),meridiem:function(e,t,n){return e>11?n?"μμ":"ΜΜ":n?"πμ":"ΠΜ"},isPM:function(e){return"μ"===(e+"").toLowerCase()[0]},meridiemParse:/[ΠΜ]\.?Μ?\.?/i,longDateFormat:{LT:"h:mm A",LTS:"h:mm:ss A",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY h:mm A",LLLL:"dddd, D MMMM YYYY h:mm A"},calendarEl:{sameDay:"[Σήμερα {}] LT",nextDay:"[Αύριο {}] LT",nextWeek:"dddd [{}] LT",lastDay:"[Χθες {}] LT",lastWeek:function(){switch(this.day()){case 6:return"[το προηγούμενο] dddd [{}] LT";default:return"[την προηγούμενη] dddd [{}] LT"}},sameElse:"L"},calendar:function(e,t){var n,r=this._calendarEl[e],i=t&&t.hours();return((n=r)instanceof Function||"[object Function]"===Object.prototype.toString.call(n))&&(r=r.apply(t)),r.replace("{}",i%12==1?"στη":"στις")},relativeTime:{future:"σε %s",past:"%s πριν",s:"λίγα δευτερόλεπτα",ss:"%d δευτερόλεπτα",m:"ένα λεπτό",mm:"%d λεπτά",h:"μία ώρα",hh:"%d ώρες",d:"μία μέρα",dd:"%d μέρες",M:"ένας μήνας",MM:"%d μήνες",y:"ένας χρόνος",yy:"%d χρόνια"},dayOfMonthOrdinalParse:/\d{1,2}η/,ordinal:"%dη",week:{dow:1,doy:4}})}(n(1))},function(e,t,n){!function(e){"use strict";e.defineLocale("en-SG",{months:"January_February_March_April_May_June_July_August_September_October_November_December".split("_"),monthsShort:"Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec".split("_"),weekdays:"Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),weekdaysShort:"Sun_Mon_Tue_Wed_Thu_Fri_Sat".split("_"),weekdaysMin:"Su_Mo_Tu_We_Th_Fr_Sa".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[Today at] LT",nextDay:"[Tomorrow at] LT",nextWeek:"dddd [at] LT",lastDay:"[Yesterday at] LT",lastWeek:"[Last] dddd [at] LT",sameElse:"L"},relativeTime:{future:"in %s",past:"%s ago",s:"a few seconds",ss:"%d seconds",m:"a minute",mm:"%d minutes",h:"an hour",hh:"%d hours",d:"a day",dd:"%d days",M:"a month",MM:"%d months",y:"a year",yy:"%d years"},dayOfMonthOrdinalParse:/\d{1,2}(st|nd|rd|th)/,ordinal:function(e){var t=e%10;return e+(1==~~(e%100/10)?"th":1===t?"st":2===t?"nd":3===t?"rd":"th")},week:{dow:1,doy:4}})}(n(1))},function(e,t,n){!function(e){"use strict";e.defineLocale("en-au",{months:"January_February_March_April_May_June_July_August_September_October_November_December".split("_"),monthsShort:"Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec".split("_"),weekdays:"Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),weekdaysShort:"Sun_Mon_Tue_Wed_Thu_Fri_Sat".split("_"),weekdaysMin:"Su_Mo_Tu_We_Th_Fr_Sa".split("_"),longDateFormat:{LT:"h:mm A",LTS:"h:mm:ss A",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY h:mm A",LLLL:"dddd, D MMMM YYYY h:mm A"},calendar:{sameDay:"[Today at] LT",nextDay:"[Tomorrow at] LT",nextWeek:"dddd [at] LT",lastDay:"[Yesterday at] LT",lastWeek:"[Last] dddd [at] LT",sameElse:"L"},relativeTime:{future:"in %s",past:"%s ago",s:"a few seconds",ss:"%d seconds",m:"a minute",mm:"%d minutes",h:"an hour",hh:"%d hours",d:"a day",dd:"%d days",M:"a month",MM:"%d months",y:"a year",yy:"%d years"},dayOfMonthOrdinalParse:/\d{1,2}(st|nd|rd|th)/,ordinal:function(e){var t=e%10;return e+(1==~~(e%100/10)?"th":1===t?"st":2===t?"nd":3===t?"rd":"th")},week:{dow:1,doy:4}})}(n(1))},function(e,t,n){!function(e){"use strict";e.defineLocale("en-ca",{months:"January_February_March_April_May_June_July_August_September_October_November_December".split("_"),monthsShort:"Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec".split("_"),weekdays:"Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),weekdaysShort:"Sun_Mon_Tue_Wed_Thu_Fri_Sat".split("_"),weekdaysMin:"Su_Mo_Tu_We_Th_Fr_Sa".split("_"),longDateFormat:{LT:"h:mm A",LTS:"h:mm:ss A",L:"YYYY-MM-DD",LL:"MMMM D, YYYY",LLL:"MMMM D, YYYY h:mm A",LLLL:"dddd, MMMM D, YYYY h:mm A"},calendar:{sameDay:"[Today at] LT",nextDay:"[Tomorrow at] LT",nextWeek:"dddd [at] LT",lastDay:"[Yesterday at] LT",lastWeek:"[Last] dddd [at] LT",sameElse:"L"},relativeTime:{future:"in %s",past:"%s ago",s:"a few seconds",ss:"%d seconds",m:"a minute",mm:"%d minutes",h:"an hour",hh:"%d hours",d:"a day",dd:"%d days",M:"a month",MM:"%d months",y:"a year",yy:"%d years"},dayOfMonthOrdinalParse:/\d{1,2}(st|nd|rd|th)/,ordinal:function(e){var t=e%10;return e+(1==~~(e%100/10)?"th":1===t?"st":2===t?"nd":3===t?"rd":"th")}})}(n(1))},function(e,t,n){!function(e){"use strict";e.defineLocale("en-gb",{months:"January_February_March_April_May_June_July_August_September_October_November_December".split("_"),monthsShort:"Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec".split("_"),weekdays:"Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),weekdaysShort:"Sun_Mon_Tue_Wed_Thu_Fri_Sat".split("_"),weekdaysMin:"Su_Mo_Tu_We_Th_Fr_Sa".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[Today at] LT",nextDay:"[Tomorrow at] LT",nextWeek:"dddd [at] LT",lastDay:"[Yesterday at] LT",lastWeek:"[Last] dddd [at] LT",sameElse:"L"},relativeTime:{future:"in %s",past:"%s ago",s:"a few seconds",ss:"%d seconds",m:"a minute",mm:"%d minutes",h:"an hour",hh:"%d hours",d:"a day",dd:"%d days",M:"a month",MM:"%d months",y:"a year",yy:"%d years"},dayOfMonthOrdinalParse:/\d{1,2}(st|nd|rd|th)/,ordinal:function(e){var t=e%10;return e+(1==~~(e%100/10)?"th":1===t?"st":2===t?"nd":3===t?"rd":"th")},week:{dow:1,doy:4}})}(n(1))},function(e,t,n){!function(e){"use strict";e.defineLocale("en-ie",{months:"January_February_March_April_May_June_July_August_September_October_November_December".split("_"),monthsShort:"Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec".split("_"),weekdays:"Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),weekdaysShort:"Sun_Mon_Tue_Wed_Thu_Fri_Sat".split("_"),weekdaysMin:"Su_Mo_Tu_We_Th_Fr_Sa".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[Today at] LT",nextDay:"[Tomorrow at] LT",nextWeek:"dddd [at] LT",lastDay:"[Yesterday at] LT",lastWeek:"[Last] dddd [at] LT",sameElse:"L"},relativeTime:{future:"in %s",past:"%s ago",s:"a few seconds",ss:"%d seconds",m:"a minute",mm:"%d minutes",h:"an hour",hh:"%d hours",d:"a day",dd:"%d days",M:"a month",MM:"%d months",y:"a year",yy:"%d years"},dayOfMonthOrdinalParse:/\d{1,2}(st|nd|rd|th)/,ordinal:function(e){var t=e%10;return e+(1==~~(e%100/10)?"th":1===t?"st":2===t?"nd":3===t?"rd":"th")},week:{dow:1,doy:4}})}(n(1))},function(e,t,n){!function(e){"use strict";e.defineLocale("en-il",{months:"January_February_March_April_May_June_July_August_September_October_November_December".split("_"),monthsShort:"Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec".split("_"),weekdays:"Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),weekdaysShort:"Sun_Mon_Tue_Wed_Thu_Fri_Sat".split("_"),weekdaysMin:"Su_Mo_Tu_We_Th_Fr_Sa".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[Today at] LT",nextDay:"[Tomorrow at] LT",nextWeek:"dddd [at] LT",lastDay:"[Yesterday at] LT",lastWeek:"[Last] dddd [at] LT",sameElse:"L"},relativeTime:{future:"in %s",past:"%s ago",s:"a few seconds",m:"a minute",mm:"%d minutes",h:"an hour",hh:"%d hours",d:"a day",dd:"%d days",M:"a month",MM:"%d months",y:"a year",yy:"%d years"},dayOfMonthOrdinalParse:/\d{1,2}(st|nd|rd|th)/,ordinal:function(e){var t=e%10;return e+(1==~~(e%100/10)?"th":1===t?"st":2===t?"nd":3===t?"rd":"th")}})}(n(1))},function(e,t,n){!function(e){"use strict";e.defineLocale("en-nz",{months:"January_February_March_April_May_June_July_August_September_October_November_December".split("_"),monthsShort:"Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec".split("_"),weekdays:"Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),weekdaysShort:"Sun_Mon_Tue_Wed_Thu_Fri_Sat".split("_"),weekdaysMin:"Su_Mo_Tu_We_Th_Fr_Sa".split("_"),longDateFormat:{LT:"h:mm A",LTS:"h:mm:ss A",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY h:mm A",LLLL:"dddd, D MMMM YYYY h:mm A"},calendar:{sameDay:"[Today at] LT",nextDay:"[Tomorrow at] LT",nextWeek:"dddd [at] LT",lastDay:"[Yesterday at] LT",lastWeek:"[Last] dddd [at] LT",sameElse:"L"},relativeTime:{future:"in %s",past:"%s ago",s:"a few seconds",ss:"%d seconds",m:"a minute",mm:"%d minutes",h:"an hour",hh:"%d hours",d:"a day",dd:"%d days",M:"a month",MM:"%d months",y:"a year",yy:"%d years"},dayOfMonthOrdinalParse:/\d{1,2}(st|nd|rd|th)/,ordinal:function(e){var t=e%10;return e+(1==~~(e%100/10)?"th":1===t?"st":2===t?"nd":3===t?"rd":"th")},week:{dow:1,doy:4}})}(n(1))},function(e,t,n){!function(e){"use strict";e.defineLocale("eo",{months:"januaro_februaro_marto_aprilo_majo_junio_julio_aŭgusto_septembro_oktobro_novembro_decembro".split("_"),monthsShort:"jan_feb_mar_apr_maj_jun_jul_aŭg_sep_okt_nov_dec".split("_"),weekdays:"dimanĉo_lundo_mardo_merkredo_ĵaŭdo_vendredo_sabato".split("_"),weekdaysShort:"dim_lun_mard_merk_ĵaŭ_ven_sab".split("_"),weekdaysMin:"di_lu_ma_me_ĵa_ve_sa".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"YYYY-MM-DD",LL:"D[-a de] MMMM, YYYY",LLL:"D[-a de] MMMM, YYYY HH:mm",LLLL:"dddd, [la] D[-a de] MMMM, YYYY HH:mm"},meridiemParse:/[ap]\.t\.m/i,isPM:function(e){return"p"===e.charAt(0).toLowerCase()},meridiem:function(e,t,n){return e>11?n?"p.t.m.":"P.T.M.":n?"a.t.m.":"A.T.M."},calendar:{sameDay:"[Hodiaŭ je] LT",nextDay:"[Morgaŭ je] LT",nextWeek:"dddd [je] LT",lastDay:"[Hieraŭ je] LT",lastWeek:"[pasinta] dddd [je] LT",sameElse:"L"},relativeTime:{future:"post %s",past:"antaŭ %s",s:"sekundoj",ss:"%d sekundoj",m:"minuto",mm:"%d minutoj",h:"horo",hh:"%d horoj",d:"tago",dd:"%d tagoj",M:"monato",MM:"%d monatoj",y:"jaro",yy:"%d jaroj"},dayOfMonthOrdinalParse:/\d{1,2}a/,ordinal:"%da",week:{dow:1,doy:7}})}(n(1))},function(e,t,n){!function(e){"use strict";var t="ene._feb._mar._abr._may._jun._jul._ago._sep._oct._nov._dic.".split("_"),n="ene_feb_mar_abr_may_jun_jul_ago_sep_oct_nov_dic".split("_"),r=[/^ene/i,/^feb/i,/^mar/i,/^abr/i,/^may/i,/^jun/i,/^jul/i,/^ago/i,/^sep/i,/^oct/i,/^nov/i,/^dic/i],i=/^(enero|febrero|marzo|abril|mayo|junio|julio|agosto|septiembre|octubre|noviembre|diciembre|ene\.?|feb\.?|mar\.?|abr\.?|may\.?|jun\.?|jul\.?|ago\.?|sep\.?|oct\.?|nov\.?|dic\.?)/i;e.defineLocale("es",{months:"enero_febrero_marzo_abril_mayo_junio_julio_agosto_septiembre_octubre_noviembre_diciembre".split("_"),monthsShort:function(e,r){return e?/-MMM-/.test(r)?n[e.month()]:t[e.month()]:t},monthsRegex:i,monthsShortRegex:i,monthsStrictRegex:/^(enero|febrero|marzo|abril|mayo|junio|julio|agosto|septiembre|octubre|noviembre|diciembre)/i,monthsShortStrictRegex:/^(ene\.?|feb\.?|mar\.?|abr\.?|may\.?|jun\.?|jul\.?|ago\.?|sep\.?|oct\.?|nov\.?|dic\.?)/i,monthsParse:r,longMonthsParse:r,shortMonthsParse:r,weekdays:"domingo_lunes_martes_miércoles_jueves_viernes_sábado".split("_"),weekdaysShort:"dom._lun._mar._mié._jue._vie._sáb.".split("_"),weekdaysMin:"do_lu_ma_mi_ju_vi_sá".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD/MM/YYYY",LL:"D [de] MMMM [de] YYYY",LLL:"D [de] MMMM [de] YYYY H:mm",LLLL:"dddd, D [de] MMMM [de] YYYY H:mm"},calendar:{sameDay:function(){return"[hoy a la"+(1!==this.hours()?"s":"")+"] LT"},nextDay:function(){return"[mañana a la"+(1!==this.hours()?"s":"")+"] LT"},nextWeek:function(){return"dddd [a la"+(1!==this.hours()?"s":"")+"] LT"},lastDay:function(){return"[ayer a la"+(1!==this.hours()?"s":"")+"] LT"},lastWeek:function(){return"[el] dddd [pasado a la"+(1!==this.hours()?"s":"")+"] LT"},sameElse:"L"},relativeTime:{future:"en %s",past:"hace %s",s:"unos segundos",ss:"%d segundos",m:"un minuto",mm:"%d minutos",h:"una hora",hh:"%d horas",d:"un día",dd:"%d días",M:"un mes",MM:"%d meses",y:"un año",yy:"%d años"},dayOfMonthOrdinalParse:/\d{1,2}º/,ordinal:"%dº",week:{dow:1,doy:4}})}(n(1))},function(e,t,n){!function(e){"use strict";var t="ene._feb._mar._abr._may._jun._jul._ago._sep._oct._nov._dic.".split("_"),n="ene_feb_mar_abr_may_jun_jul_ago_sep_oct_nov_dic".split("_"),r=[/^ene/i,/^feb/i,/^mar/i,/^abr/i,/^may/i,/^jun/i,/^jul/i,/^ago/i,/^sep/i,/^oct/i,/^nov/i,/^dic/i],i=/^(enero|febrero|marzo|abril|mayo|junio|julio|agosto|septiembre|octubre|noviembre|diciembre|ene\.?|feb\.?|mar\.?|abr\.?|may\.?|jun\.?|jul\.?|ago\.?|sep\.?|oct\.?|nov\.?|dic\.?)/i;e.defineLocale("es-do",{months:"enero_febrero_marzo_abril_mayo_junio_julio_agosto_septiembre_octubre_noviembre_diciembre".split("_"),monthsShort:function(e,r){return e?/-MMM-/.test(r)?n[e.month()]:t[e.month()]:t},monthsRegex:i,monthsShortRegex:i,monthsStrictRegex:/^(enero|febrero|marzo|abril|mayo|junio|julio|agosto|septiembre|octubre|noviembre|diciembre)/i,monthsShortStrictRegex:/^(ene\.?|feb\.?|mar\.?|abr\.?|may\.?|jun\.?|jul\.?|ago\.?|sep\.?|oct\.?|nov\.?|dic\.?)/i,monthsParse:r,longMonthsParse:r,shortMonthsParse:r,weekdays:"domingo_lunes_martes_miércoles_jueves_viernes_sábado".split("_"),weekdaysShort:"dom._lun._mar._mié._jue._vie._sáb.".split("_"),weekdaysMin:"do_lu_ma_mi_ju_vi_sá".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"h:mm A",LTS:"h:mm:ss A",L:"DD/MM/YYYY",LL:"D [de] MMMM [de] YYYY",LLL:"D [de] MMMM [de] YYYY h:mm A",LLLL:"dddd, D [de] MMMM [de] YYYY h:mm A"},calendar:{sameDay:function(){return"[hoy a la"+(1!==this.hours()?"s":"")+"] LT"},nextDay:function(){return"[mañana a la"+(1!==this.hours()?"s":"")+"] LT"},nextWeek:function(){return"dddd [a la"+(1!==this.hours()?"s":"")+"] LT"},lastDay:function(){return"[ayer a la"+(1!==this.hours()?"s":"")+"] LT"},lastWeek:function(){return"[el] dddd [pasado a la"+(1!==this.hours()?"s":"")+"] LT"},sameElse:"L"},relativeTime:{future:"en %s",past:"hace %s",s:"unos segundos",ss:"%d segundos",m:"un minuto",mm:"%d minutos",h:"una hora",hh:"%d horas",d:"un día",dd:"%d días",M:"un mes",MM:"%d meses",y:"un año",yy:"%d años"},dayOfMonthOrdinalParse:/\d{1,2}º/,ordinal:"%dº",week:{dow:1,doy:4}})}(n(1))},function(e,t,n){!function(e){"use strict";var t="ene._feb._mar._abr._may._jun._jul._ago._sep._oct._nov._dic.".split("_"),n="ene_feb_mar_abr_may_jun_jul_ago_sep_oct_nov_dic".split("_"),r=[/^ene/i,/^feb/i,/^mar/i,/^abr/i,/^may/i,/^jun/i,/^jul/i,/^ago/i,/^sep/i,/^oct/i,/^nov/i,/^dic/i],i=/^(enero|febrero|marzo|abril|mayo|junio|julio|agosto|septiembre|octubre|noviembre|diciembre|ene\.?|feb\.?|mar\.?|abr\.?|may\.?|jun\.?|jul\.?|ago\.?|sep\.?|oct\.?|nov\.?|dic\.?)/i;e.defineLocale("es-us",{months:"enero_febrero_marzo_abril_mayo_junio_julio_agosto_septiembre_octubre_noviembre_diciembre".split("_"),monthsShort:function(e,r){return e?/-MMM-/.test(r)?n[e.month()]:t[e.month()]:t},monthsRegex:i,monthsShortRegex:i,monthsStrictRegex:/^(enero|febrero|marzo|abril|mayo|junio|julio|agosto|septiembre|octubre|noviembre|diciembre)/i,monthsShortStrictRegex:/^(ene\.?|feb\.?|mar\.?|abr\.?|may\.?|jun\.?|jul\.?|ago\.?|sep\.?|oct\.?|nov\.?|dic\.?)/i,monthsParse:r,longMonthsParse:r,shortMonthsParse:r,weekdays:"domingo_lunes_martes_miércoles_jueves_viernes_sábado".split("_"),weekdaysShort:"dom._lun._mar._mié._jue._vie._sáb.".split("_"),weekdaysMin:"do_lu_ma_mi_ju_vi_sá".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"h:mm A",LTS:"h:mm:ss A",L:"MM/DD/YYYY",LL:"D [de] MMMM [de] YYYY",LLL:"D [de] MMMM [de] YYYY h:mm A",LLLL:"dddd, D [de] MMMM [de] YYYY h:mm A"},calendar:{sameDay:function(){return"[hoy a la"+(1!==this.hours()?"s":"")+"] LT"},nextDay:function(){return"[mañana a la"+(1!==this.hours()?"s":"")+"] LT"},nextWeek:function(){return"dddd [a la"+(1!==this.hours()?"s":"")+"] LT"},lastDay:function(){return"[ayer a la"+(1!==this.hours()?"s":"")+"] LT"},lastWeek:function(){return"[el] dddd [pasado a la"+(1!==this.hours()?"s":"")+"] LT"},sameElse:"L"},relativeTime:{future:"en %s",past:"hace %s",s:"unos segundos",ss:"%d segundos",m:"un minuto",mm:"%d minutos",h:"una hora",hh:"%d horas",d:"un día",dd:"%d días",M:"un mes",MM:"%d meses",y:"un año",yy:"%d años"},dayOfMonthOrdinalParse:/\d{1,2}º/,ordinal:"%dº",week:{dow:0,doy:6}})}(n(1))},function(e,t,n){!function(e){"use strict";function t(e,t,n,r){var i={s:["mõne sekundi","mõni sekund","paar sekundit"],ss:[e+"sekundi",e+"sekundit"],m:["ühe minuti","üks minut"],mm:[e+" minuti",e+" minutit"],h:["ühe tunni","tund aega","üks tund"],hh:[e+" tunni",e+" tundi"],d:["ühe päeva","üks päev"],M:["kuu aja","kuu aega","üks kuu"],MM:[e+" kuu",e+" kuud"],y:["ühe aasta","aasta","üks aasta"],yy:[e+" aasta",e+" aastat"]};return t?i[n][2]?i[n][2]:i[n][1]:r?i[n][0]:i[n][1]}e.defineLocale("et",{months:"jaanuar_veebruar_märts_aprill_mai_juuni_juuli_august_september_oktoober_november_detsember".split("_"),monthsShort:"jaan_veebr_märts_apr_mai_juuni_juuli_aug_sept_okt_nov_dets".split("_"),weekdays:"pühapäev_esmaspäev_teisipäev_kolmapäev_neljapäev_reede_laupäev".split("_"),weekdaysShort:"P_E_T_K_N_R_L".split("_"),weekdaysMin:"P_E_T_K_N_R_L".split("_"),longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY H:mm",LLLL:"dddd, D. MMMM YYYY H:mm"},calendar:{sameDay:"[Täna,] LT",nextDay:"[Homme,] LT",nextWeek:"[Järgmine] dddd LT",lastDay:"[Eile,] LT",lastWeek:"[Eelmine] dddd LT",sameElse:"L"},relativeTime:{future:"%s pärast",past:"%s tagasi",s:t,ss:t,m:t,mm:t,h:t,hh:t,d:t,dd:"%d päeva",M:t,MM:t,y:t,yy:t},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})}(n(1))},function(e,t,n){!function(e){"use strict";e.defineLocale("eu",{months:"urtarrila_otsaila_martxoa_apirila_maiatza_ekaina_uztaila_abuztua_iraila_urria_azaroa_abendua".split("_"),monthsShort:"urt._ots._mar._api._mai._eka._uzt._abu._ira._urr._aza._abe.".split("_"),monthsParseExact:!0,weekdays:"igandea_astelehena_asteartea_asteazkena_osteguna_ostirala_larunbata".split("_"),weekdaysShort:"ig._al._ar._az._og._ol._lr.".split("_"),weekdaysMin:"ig_al_ar_az_og_ol_lr".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"YYYY-MM-DD",LL:"YYYY[ko] MMMM[ren] D[a]",LLL:"YYYY[ko] MMMM[ren] D[a] HH:mm",LLLL:"dddd, YYYY[ko] MMMM[ren] D[a] HH:mm",l:"YYYY-M-D",ll:"YYYY[ko] MMM D[a]",lll:"YYYY[ko] MMM D[a] HH:mm",llll:"ddd, YYYY[ko] MMM D[a] HH:mm"},calendar:{sameDay:"[gaur] LT[etan]",nextDay:"[bihar] LT[etan]",nextWeek:"dddd LT[etan]",lastDay:"[atzo] LT[etan]",lastWeek:"[aurreko] dddd LT[etan]",sameElse:"L"},relativeTime:{future:"%s barru",past:"duela %s",s:"segundo batzuk",ss:"%d segundo",m:"minutu bat",mm:"%d minutu",h:"ordu bat",hh:"%d ordu",d:"egun bat",dd:"%d egun",M:"hilabete bat",MM:"%d hilabete",y:"urte bat",yy:"%d urte"},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:7}})}(n(1))},function(e,t,n){!function(e){"use strict";var t={1:"۱",2:"۲",3:"۳",4:"۴",5:"۵",6:"۶",7:"۷",8:"۸",9:"۹",0:"۰"},n={"۱":"1","۲":"2","۳":"3","۴":"4","۵":"5","۶":"6","۷":"7","۸":"8","۹":"9","۰":"0"};e.defineLocale("fa",{months:"ژانویه_فوریه_مارس_آوریل_مه_ژوئن_ژوئیه_اوت_سپتامبر_اکتبر_نوامبر_دسامبر".split("_"),monthsShort:"ژانویه_فوریه_مارس_آوریل_مه_ژوئن_ژوئیه_اوت_سپتامبر_اکتبر_نوامبر_دسامبر".split("_"),weekdays:"یک‌شنبه_دوشنبه_سه‌شنبه_چهارشنبه_پنج‌شنبه_جمعه_شنبه".split("_"),weekdaysShort:"یک‌شنبه_دوشنبه_سه‌شنبه_چهارشنبه_پنج‌شنبه_جمعه_شنبه".split("_"),weekdaysMin:"ی_د_س_چ_پ_ج_ش".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},meridiemParse:/قبل از ظهر|بعد از ظهر/,isPM:function(e){return/بعد از ظهر/.test(e)},meridiem:function(e,t,n){return e<12?"قبل از ظهر":"بعد از ظهر"},calendar:{sameDay:"[امروز ساعت] LT",nextDay:"[فردا ساعت] LT",nextWeek:"dddd [ساعت] LT",lastDay:"[دیروز ساعت] LT",lastWeek:"dddd [پیش] [ساعت] LT",sameElse:"L"},relativeTime:{future:"در %s",past:"%s پیش",s:"چند ثانیه",ss:"ثانیه d%",m:"یک دقیقه",mm:"%d دقیقه",h:"یک ساعت",hh:"%d ساعت",d:"یک روز",dd:"%d روز",M:"یک ماه",MM:"%d ماه",y:"یک سال",yy:"%d سال"},preparse:function(e){return e.replace(/[۰-۹]/g,(function(e){return n[e]})).replace(/،/g,",")},postformat:function(e){return e.replace(/\d/g,(function(e){return t[e]})).replace(/,/g,"،")},dayOfMonthOrdinalParse:/\d{1,2}م/,ordinal:"%dم",week:{dow:6,doy:12}})}(n(1))},function(e,t,n){!function(e){"use strict";var t="nolla yksi kaksi kolme neljä viisi kuusi seitsemän kahdeksan yhdeksän".split(" "),n=["nolla","yhden","kahden","kolmen","neljän","viiden","kuuden",t[7],t[8],t[9]];function r(e,r,i,a){var o="";switch(i){case"s":return a?"muutaman sekunnin":"muutama sekunti";case"ss":return a?"sekunnin":"sekuntia";case"m":return a?"minuutin":"minuutti";case"mm":o=a?"minuutin":"minuuttia";break;case"h":return a?"tunnin":"tunti";case"hh":o=a?"tunnin":"tuntia";break;case"d":return a?"päivän":"päivä";case"dd":o=a?"päivän":"päivää";break;case"M":return a?"kuukauden":"kuukausi";case"MM":o=a?"kuukauden":"kuukautta";break;case"y":return a?"vuoden":"vuosi";case"yy":o=a?"vuoden":"vuotta"}return o=function(e,r){return e<10?r?n[e]:t[e]:e}(e,a)+" "+o}e.defineLocale("fi",{months:"tammikuu_helmikuu_maaliskuu_huhtikuu_toukokuu_kesäkuu_heinäkuu_elokuu_syyskuu_lokakuu_marraskuu_joulukuu".split("_"),monthsShort:"tammi_helmi_maalis_huhti_touko_kesä_heinä_elo_syys_loka_marras_joulu".split("_"),weekdays:"sunnuntai_maanantai_tiistai_keskiviikko_torstai_perjantai_lauantai".split("_"),weekdaysShort:"su_ma_ti_ke_to_pe_la".split("_"),weekdaysMin:"su_ma_ti_ke_to_pe_la".split("_"),longDateFormat:{LT:"HH.mm",LTS:"HH.mm.ss",L:"DD.MM.YYYY",LL:"Do MMMM[ta] YYYY",LLL:"Do MMMM[ta] YYYY, [klo] HH.mm",LLLL:"dddd, Do MMMM[ta] YYYY, [klo] HH.mm",l:"D.M.YYYY",ll:"Do MMM YYYY",lll:"Do MMM YYYY, [klo] HH.mm",llll:"ddd, Do MMM YYYY, [klo] HH.mm"},calendar:{sameDay:"[tänään] [klo] LT",nextDay:"[huomenna] [klo] LT",nextWeek:"dddd [klo] LT",lastDay:"[eilen] [klo] LT",lastWeek:"[viime] dddd[na] [klo] LT",sameElse:"L"},relativeTime:{future:"%s päästä",past:"%s sitten",s:r,ss:r,m:r,mm:r,h:r,hh:r,d:r,dd:r,M:r,MM:r,y:r,yy:r},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})}(n(1))},function(e,t,n){!function(e){"use strict";e.defineLocale("fo",{months:"januar_februar_mars_apríl_mai_juni_juli_august_september_oktober_november_desember".split("_"),monthsShort:"jan_feb_mar_apr_mai_jun_jul_aug_sep_okt_nov_des".split("_"),weekdays:"sunnudagur_mánadagur_týsdagur_mikudagur_hósdagur_fríggjadagur_leygardagur".split("_"),weekdaysShort:"sun_mán_týs_mik_hós_frí_ley".split("_"),weekdaysMin:"su_má_tý_mi_hó_fr_le".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D. MMMM, YYYY HH:mm"},calendar:{sameDay:"[Í dag kl.] LT",nextDay:"[Í morgin kl.] LT",nextWeek:"dddd [kl.] LT",lastDay:"[Í gjár kl.] LT",lastWeek:"[síðstu] dddd [kl] LT",sameElse:"L"},relativeTime:{future:"um %s",past:"%s síðani",s:"fá sekund",ss:"%d sekundir",m:"ein minuttur",mm:"%d minuttir",h:"ein tími",hh:"%d tímar",d:"ein dagur",dd:"%d dagar",M:"ein mánaður",MM:"%d mánaðir",y:"eitt ár",yy:"%d ár"},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})}(n(1))},function(e,t,n){!function(e){"use strict";e.defineLocale("fr",{months:"janvier_février_mars_avril_mai_juin_juillet_août_septembre_octobre_novembre_décembre".split("_"),monthsShort:"janv._févr._mars_avr._mai_juin_juil._août_sept._oct._nov._déc.".split("_"),monthsParseExact:!0,weekdays:"dimanche_lundi_mardi_mercredi_jeudi_vendredi_samedi".split("_"),weekdaysShort:"dim._lun._mar._mer._jeu._ven._sam.".split("_"),weekdaysMin:"di_lu_ma_me_je_ve_sa".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[Aujourd’hui à] LT",nextDay:"[Demain à] LT",nextWeek:"dddd [à] LT",lastDay:"[Hier à] LT",lastWeek:"dddd [dernier à] LT",sameElse:"L"},relativeTime:{future:"dans %s",past:"il y a %s",s:"quelques secondes",ss:"%d secondes",m:"une minute",mm:"%d minutes",h:"une heure",hh:"%d heures",d:"un jour",dd:"%d jours",M:"un mois",MM:"%d mois",y:"un an",yy:"%d ans"},dayOfMonthOrdinalParse:/\d{1,2}(er|)/,ordinal:function(e,t){switch(t){case"D":return e+(1===e?"er":"");default:case"M":case"Q":case"DDD":case"d":return e+(1===e?"er":"e");case"w":case"W":return e+(1===e?"re":"e")}},week:{dow:1,doy:4}})}(n(1))},function(e,t,n){!function(e){"use strict";e.defineLocale("fr-ca",{months:"janvier_février_mars_avril_mai_juin_juillet_août_septembre_octobre_novembre_décembre".split("_"),monthsShort:"janv._févr._mars_avr._mai_juin_juil._août_sept._oct._nov._déc.".split("_"),monthsParseExact:!0,weekdays:"dimanche_lundi_mardi_mercredi_jeudi_vendredi_samedi".split("_"),weekdaysShort:"dim._lun._mar._mer._jeu._ven._sam.".split("_"),weekdaysMin:"di_lu_ma_me_je_ve_sa".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"YYYY-MM-DD",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[Aujourd’hui à] LT",nextDay:"[Demain à] LT",nextWeek:"dddd [à] LT",lastDay:"[Hier à] LT",lastWeek:"dddd [dernier à] LT",sameElse:"L"},relativeTime:{future:"dans %s",past:"il y a %s",s:"quelques secondes",ss:"%d secondes",m:"une minute",mm:"%d minutes",h:"une heure",hh:"%d heures",d:"un jour",dd:"%d jours",M:"un mois",MM:"%d mois",y:"un an",yy:"%d ans"},dayOfMonthOrdinalParse:/\d{1,2}(er|e)/,ordinal:function(e,t){switch(t){default:case"M":case"Q":case"D":case"DDD":case"d":return e+(1===e?"er":"e");case"w":case"W":return e+(1===e?"re":"e")}}})}(n(1))},function(e,t,n){!function(e){"use strict";e.defineLocale("fr-ch",{months:"janvier_février_mars_avril_mai_juin_juillet_août_septembre_octobre_novembre_décembre".split("_"),monthsShort:"janv._févr._mars_avr._mai_juin_juil._août_sept._oct._nov._déc.".split("_"),monthsParseExact:!0,weekdays:"dimanche_lundi_mardi_mercredi_jeudi_vendredi_samedi".split("_"),weekdaysShort:"dim._lun._mar._mer._jeu._ven._sam.".split("_"),weekdaysMin:"di_lu_ma_me_je_ve_sa".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[Aujourd’hui à] LT",nextDay:"[Demain à] LT",nextWeek:"dddd [à] LT",lastDay:"[Hier à] LT",lastWeek:"dddd [dernier à] LT",sameElse:"L"},relativeTime:{future:"dans %s",past:"il y a %s",s:"quelques secondes",ss:"%d secondes",m:"une minute",mm:"%d minutes",h:"une heure",hh:"%d heures",d:"un jour",dd:"%d jours",M:"un mois",MM:"%d mois",y:"un an",yy:"%d ans"},dayOfMonthOrdinalParse:/\d{1,2}(er|e)/,ordinal:function(e,t){switch(t){default:case"M":case"Q":case"D":case"DDD":case"d":return e+(1===e?"er":"e");case"w":case"W":return e+(1===e?"re":"e")}},week:{dow:1,doy:4}})}(n(1))},function(e,t,n){!function(e){"use strict";var t="jan._feb._mrt._apr._mai_jun._jul._aug._sep._okt._nov._des.".split("_"),n="jan_feb_mrt_apr_mai_jun_jul_aug_sep_okt_nov_des".split("_");e.defineLocale("fy",{months:"jannewaris_febrewaris_maart_april_maaie_juny_july_augustus_septimber_oktober_novimber_desimber".split("_"),monthsShort:function(e,r){return e?/-MMM-/.test(r)?n[e.month()]:t[e.month()]:t},monthsParseExact:!0,weekdays:"snein_moandei_tiisdei_woansdei_tongersdei_freed_sneon".split("_"),weekdaysShort:"si._mo._ti._wo._to._fr._so.".split("_"),weekdaysMin:"Si_Mo_Ti_Wo_To_Fr_So".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD-MM-YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[hjoed om] LT",nextDay:"[moarn om] LT",nextWeek:"dddd [om] LT",lastDay:"[juster om] LT",lastWeek:"[ôfrûne] dddd [om] LT",sameElse:"L"},relativeTime:{future:"oer %s",past:"%s lyn",s:"in pear sekonden",ss:"%d sekonden",m:"ien minút",mm:"%d minuten",h:"ien oere",hh:"%d oeren",d:"ien dei",dd:"%d dagen",M:"ien moanne",MM:"%d moannen",y:"ien jier",yy:"%d jierren"},dayOfMonthOrdinalParse:/\d{1,2}(ste|de)/,ordinal:function(e){return e+(1===e||8===e||e>=20?"ste":"de")},week:{dow:1,doy:4}})}(n(1))},function(e,t,n){!function(e){"use strict";e.defineLocale("ga",{months:["Eanáir","Feabhra","Márta","Aibreán","Bealtaine","Méitheamh","Iúil","Lúnasa","Meán Fómhair","Deaireadh Fómhair","Samhain","Nollaig"],monthsShort:["Eaná","Feab","Márt","Aibr","Beal","Méit","Iúil","Lúna","Meán","Deai","Samh","Noll"],monthsParseExact:!0,weekdays:["Dé Domhnaigh","Dé Luain","Dé Máirt","Dé Céadaoin","Déardaoin","Dé hAoine","Dé Satharn"],weekdaysShort:["Dom","Lua","Mái","Céa","Déa","hAo","Sat"],weekdaysMin:["Do","Lu","Má","Ce","Dé","hA","Sa"],longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[Inniu ag] LT",nextDay:"[Amárach ag] LT",nextWeek:"dddd [ag] LT",lastDay:"[Inné aig] LT",lastWeek:"dddd [seo caite] [ag] LT",sameElse:"L"},relativeTime:{future:"i %s",past:"%s ó shin",s:"cúpla soicind",ss:"%d soicind",m:"nóiméad",mm:"%d nóiméad",h:"uair an chloig",hh:"%d uair an chloig",d:"lá",dd:"%d lá",M:"mí",MM:"%d mí",y:"bliain",yy:"%d bliain"},dayOfMonthOrdinalParse:/\d{1,2}(d|na|mh)/,ordinal:function(e){return e+(1===e?"d":e%10==2?"na":"mh")},week:{dow:1,doy:4}})}(n(1))},function(e,t,n){!function(e){"use strict";e.defineLocale("gd",{months:["Am Faoilleach","An Gearran","Am Màrt","An Giblean","An Cèitean","An t-Ògmhios","An t-Iuchar","An Lùnastal","An t-Sultain","An Dàmhair","An t-Samhain","An Dùbhlachd"],monthsShort:["Faoi","Gear","Màrt","Gibl","Cèit","Ògmh","Iuch","Lùn","Sult","Dàmh","Samh","Dùbh"],monthsParseExact:!0,weekdays:["Didòmhnaich","Diluain","Dimàirt","Diciadain","Diardaoin","Dihaoine","Disathairne"],weekdaysShort:["Did","Dil","Dim","Dic","Dia","Dih","Dis"],weekdaysMin:["Dò","Lu","Mà","Ci","Ar","Ha","Sa"],longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[An-diugh aig] LT",nextDay:"[A-màireach aig] LT",nextWeek:"dddd [aig] LT",lastDay:"[An-dè aig] LT",lastWeek:"dddd [seo chaidh] [aig] LT",sameElse:"L"},relativeTime:{future:"ann an %s",past:"bho chionn %s",s:"beagan diogan",ss:"%d diogan",m:"mionaid",mm:"%d mionaidean",h:"uair",hh:"%d uairean",d:"latha",dd:"%d latha",M:"mìos",MM:"%d mìosan",y:"bliadhna",yy:"%d bliadhna"},dayOfMonthOrdinalParse:/\d{1,2}(d|na|mh)/,ordinal:function(e){return e+(1===e?"d":e%10==2?"na":"mh")},week:{dow:1,doy:4}})}(n(1))},function(e,t,n){!function(e){"use strict";e.defineLocale("gl",{months:"xaneiro_febreiro_marzo_abril_maio_xuño_xullo_agosto_setembro_outubro_novembro_decembro".split("_"),monthsShort:"xan._feb._mar._abr._mai._xuñ._xul._ago._set._out._nov._dec.".split("_"),monthsParseExact:!0,weekdays:"domingo_luns_martes_mércores_xoves_venres_sábado".split("_"),weekdaysShort:"dom._lun._mar._mér._xov._ven._sáb.".split("_"),weekdaysMin:"do_lu_ma_mé_xo_ve_sá".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD/MM/YYYY",LL:"D [de] MMMM [de] YYYY",LLL:"D [de] MMMM [de] YYYY H:mm",LLLL:"dddd, D [de] MMMM [de] YYYY H:mm"},calendar:{sameDay:function(){return"[hoxe "+(1!==this.hours()?"ás":"á")+"] LT"},nextDay:function(){return"[mañá "+(1!==this.hours()?"ás":"á")+"] LT"},nextWeek:function(){return"dddd ["+(1!==this.hours()?"ás":"a")+"] LT"},lastDay:function(){return"[onte "+(1!==this.hours()?"á":"a")+"] LT"},lastWeek:function(){return"[o] dddd [pasado "+(1!==this.hours()?"ás":"a")+"] LT"},sameElse:"L"},relativeTime:{future:function(e){return 0===e.indexOf("un")?"n"+e:"en "+e},past:"hai %s",s:"uns segundos",ss:"%d segundos",m:"un minuto",mm:"%d minutos",h:"unha hora",hh:"%d horas",d:"un día",dd:"%d días",M:"un mes",MM:"%d meses",y:"un ano",yy:"%d anos"},dayOfMonthOrdinalParse:/\d{1,2}º/,ordinal:"%dº",week:{dow:1,doy:4}})}(n(1))},function(e,t,n){!function(e){"use strict";function t(e,t,n,r){var i={s:["thodde secondanim","thodde second"],ss:[e+" secondanim",e+" second"],m:["eka mintan","ek minute"],mm:[e+" mintanim",e+" mintam"],h:["eka voran","ek vor"],hh:[e+" voranim",e+" voram"],d:["eka disan","ek dis"],dd:[e+" disanim",e+" dis"],M:["eka mhoinean","ek mhoino"],MM:[e+" mhoineanim",e+" mhoine"],y:["eka vorsan","ek voros"],yy:[e+" vorsanim",e+" vorsam"]};return t?i[n][0]:i[n][1]}e.defineLocale("gom-latn",{months:"Janer_Febrer_Mars_Abril_Mai_Jun_Julai_Agost_Setembr_Otubr_Novembr_Dezembr".split("_"),monthsShort:"Jan._Feb._Mars_Abr._Mai_Jun_Jul._Ago._Set._Otu._Nov._Dez.".split("_"),monthsParseExact:!0,weekdays:"Aitar_Somar_Mongllar_Budvar_Brestar_Sukrar_Son'var".split("_"),weekdaysShort:"Ait._Som._Mon._Bud._Bre._Suk._Son.".split("_"),weekdaysMin:"Ai_Sm_Mo_Bu_Br_Su_Sn".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"A h:mm [vazta]",LTS:"A h:mm:ss [vazta]",L:"DD-MM-YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY A h:mm [vazta]",LLLL:"dddd, MMMM[achea] Do, YYYY, A h:mm [vazta]",llll:"ddd, D MMM YYYY, A h:mm [vazta]"},calendar:{sameDay:"[Aiz] LT",nextDay:"[Faleam] LT",nextWeek:"[Ieta to] dddd[,] LT",lastDay:"[Kal] LT",lastWeek:"[Fatlo] dddd[,] LT",sameElse:"L"},relativeTime:{future:"%s",past:"%s adim",s:t,ss:t,m:t,mm:t,h:t,hh:t,d:t,dd:t,M:t,MM:t,y:t,yy:t},dayOfMonthOrdinalParse:/\d{1,2}(er)/,ordinal:function(e,t){switch(t){case"D":return e+"er";default:case"M":case"Q":case"DDD":case"d":case"w":case"W":return e}},week:{dow:1,doy:4},meridiemParse:/rati|sokalli|donparam|sanje/,meridiemHour:function(e,t){return 12===e&&(e=0),"rati"===t?e<4?e:e+12:"sokalli"===t?e:"donparam"===t?e>12?e:e+12:"sanje"===t?e+12:void 0},meridiem:function(e,t,n){return e<4?"rati":e<12?"sokalli":e<16?"donparam":e<20?"sanje":"rati"}})}(n(1))},function(e,t,n){!function(e){"use strict";var t={1:"૧",2:"૨",3:"૩",4:"૪",5:"૫",6:"૬",7:"૭",8:"૮",9:"૯",0:"૦"},n={"૧":"1","૨":"2","૩":"3","૪":"4","૫":"5","૬":"6","૭":"7","૮":"8","૯":"9","૦":"0"};e.defineLocale("gu",{months:"જાન્યુઆરી_ફેબ્રુઆરી_માર્ચ_એપ્રિલ_મે_જૂન_જુલાઈ_ઑગસ્ટ_સપ્ટેમ્બર_ઑક્ટ્બર_નવેમ્બર_ડિસેમ્બર".split("_"),monthsShort:"જાન્યુ._ફેબ્રુ._માર્ચ_એપ્રિ._મે_જૂન_જુલા._ઑગ._સપ્ટે._ઑક્ટ્._નવે._ડિસે.".split("_"),monthsParseExact:!0,weekdays:"રવિવાર_સોમવાર_મંગળવાર_બુધ્વાર_ગુરુવાર_શુક્રવાર_શનિવાર".split("_"),weekdaysShort:"રવિ_સોમ_મંગળ_બુધ્_ગુરુ_શુક્ર_શનિ".split("_"),weekdaysMin:"ર_સો_મં_બુ_ગુ_શુ_શ".split("_"),longDateFormat:{LT:"A h:mm વાગ્યે",LTS:"A h:mm:ss વાગ્યે",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY, A h:mm વાગ્યે",LLLL:"dddd, D MMMM YYYY, A h:mm વાગ્યે"},calendar:{sameDay:"[આજ] LT",nextDay:"[કાલે] LT",nextWeek:"dddd, LT",lastDay:"[ગઇકાલે] LT",lastWeek:"[પાછલા] dddd, LT",sameElse:"L"},relativeTime:{future:"%s મા",past:"%s પેહલા",s:"અમુક પળો",ss:"%d સેકંડ",m:"એક મિનિટ",mm:"%d મિનિટ",h:"એક કલાક",hh:"%d કલાક",d:"એક દિવસ",dd:"%d દિવસ",M:"એક મહિનો",MM:"%d મહિનો",y:"એક વર્ષ",yy:"%d વર્ષ"},preparse:function(e){return e.replace(/[૧૨૩૪૫૬૭૮૯૦]/g,(function(e){return n[e]}))},postformat:function(e){return e.replace(/\d/g,(function(e){return t[e]}))},meridiemParse:/રાત|બપોર|સવાર|સાંજ/,meridiemHour:function(e,t){return 12===e&&(e=0),"રાત"===t?e<4?e:e+12:"સવાર"===t?e:"બપોર"===t?e>=10?e:e+12:"સાંજ"===t?e+12:void 0},meridiem:function(e,t,n){return e<4?"રાત":e<10?"સવાર":e<17?"બપોર":e<20?"સાંજ":"રાત"},week:{dow:0,doy:6}})}(n(1))},function(e,t,n){!function(e){"use strict";e.defineLocale("he",{months:"ינואר_פברואר_מרץ_אפריל_מאי_יוני_יולי_אוגוסט_ספטמבר_אוקטובר_נובמבר_דצמבר".split("_"),monthsShort:"ינו׳_פבר׳_מרץ_אפר׳_מאי_יוני_יולי_אוג׳_ספט׳_אוק׳_נוב׳_דצמ׳".split("_"),weekdays:"ראשון_שני_שלישי_רביעי_חמישי_שישי_שבת".split("_"),weekdaysShort:"א׳_ב׳_ג׳_ד׳_ה׳_ו׳_ש׳".split("_"),weekdaysMin:"א_ב_ג_ד_ה_ו_ש".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D [ב]MMMM YYYY",LLL:"D [ב]MMMM YYYY HH:mm",LLLL:"dddd, D [ב]MMMM YYYY HH:mm",l:"D/M/YYYY",ll:"D MMM YYYY",lll:"D MMM YYYY HH:mm",llll:"ddd, D MMM YYYY HH:mm"},calendar:{sameDay:"[היום ב־]LT",nextDay:"[מחר ב־]LT",nextWeek:"dddd [בשעה] LT",lastDay:"[אתמול ב־]LT",lastWeek:"[ביום] dddd [האחרון בשעה] LT",sameElse:"L"},relativeTime:{future:"בעוד %s",past:"לפני %s",s:"מספר שניות",ss:"%d שניות",m:"דקה",mm:"%d דקות",h:"שעה",hh:function(e){return 2===e?"שעתיים":e+" שעות"},d:"יום",dd:function(e){return 2===e?"יומיים":e+" ימים"},M:"חודש",MM:function(e){return 2===e?"חודשיים":e+" חודשים"},y:"שנה",yy:function(e){return 2===e?"שנתיים":e%10==0&&10!==e?e+" שנה":e+" שנים"}},meridiemParse:/אחה"צ|לפנה"צ|אחרי הצהריים|לפני הצהריים|לפנות בוקר|בבוקר|בערב/i,isPM:function(e){return/^(אחה"צ|אחרי הצהריים|בערב)$/.test(e)},meridiem:function(e,t,n){return e<5?"לפנות בוקר":e<10?"בבוקר":e<12?n?'לפנה"צ':"לפני הצהריים":e<18?n?'אחה"צ':"אחרי הצהריים":"בערב"}})}(n(1))},function(e,t,n){!function(e){"use strict";var t={1:"१",2:"२",3:"३",4:"४",5:"५",6:"६",7:"७",8:"८",9:"९",0:"०"},n={"१":"1","२":"2","३":"3","४":"4","५":"5","६":"6","७":"7","८":"8","९":"9","०":"0"};e.defineLocale("hi",{months:"जनवरी_फ़रवरी_मार्च_अप्रैल_मई_जून_जुलाई_अगस्त_सितम्बर_अक्टूबर_नवम्बर_दिसम्बर".split("_"),monthsShort:"जन._फ़र._मार्च_अप्रै._मई_जून_जुल._अग._सित._अक्टू._नव._दिस.".split("_"),monthsParseExact:!0,weekdays:"रविवार_सोमवार_मंगलवार_बुधवार_गुरूवार_शुक्रवार_शनिवार".split("_"),weekdaysShort:"रवि_सोम_मंगल_बुध_गुरू_शुक्र_शनि".split("_"),weekdaysMin:"र_सो_मं_बु_गु_शु_श".split("_"),longDateFormat:{LT:"A h:mm बजे",LTS:"A h:mm:ss बजे",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY, A h:mm बजे",LLLL:"dddd, D MMMM YYYY, A h:mm बजे"},calendar:{sameDay:"[आज] LT",nextDay:"[कल] LT",nextWeek:"dddd, LT",lastDay:"[कल] LT",lastWeek:"[पिछले] dddd, LT",sameElse:"L"},relativeTime:{future:"%s में",past:"%s पहले",s:"कुछ ही क्षण",ss:"%d सेकंड",m:"एक मिनट",mm:"%d मिनट",h:"एक घंटा",hh:"%d घंटे",d:"एक दिन",dd:"%d दिन",M:"एक महीने",MM:"%d महीने",y:"एक वर्ष",yy:"%d वर्ष"},preparse:function(e){return e.replace(/[१२३४५६७८९०]/g,(function(e){return n[e]}))},postformat:function(e){return e.replace(/\d/g,(function(e){return t[e]}))},meridiemParse:/रात|सुबह|दोपहर|शाम/,meridiemHour:function(e,t){return 12===e&&(e=0),"रात"===t?e<4?e:e+12:"सुबह"===t?e:"दोपहर"===t?e>=10?e:e+12:"शाम"===t?e+12:void 0},meridiem:function(e,t,n){return e<4?"रात":e<10?"सुबह":e<17?"दोपहर":e<20?"शाम":"रात"},week:{dow:0,doy:6}})}(n(1))},function(e,t,n){!function(e){"use strict";function t(e,t,n){var r=e+" ";switch(n){case"ss":return r+=1===e?"sekunda":2===e||3===e||4===e?"sekunde":"sekundi";case"m":return t?"jedna minuta":"jedne minute";case"mm":return r+=1===e?"minuta":2===e||3===e||4===e?"minute":"minuta";case"h":return t?"jedan sat":"jednog sata";case"hh":return r+=1===e?"sat":2===e||3===e||4===e?"sata":"sati";case"dd":return r+=1===e?"dan":"dana";case"MM":return r+=1===e?"mjesec":2===e||3===e||4===e?"mjeseca":"mjeseci";case"yy":return r+=1===e?"godina":2===e||3===e||4===e?"godine":"godina"}}e.defineLocale("hr",{months:{format:"siječnja_veljače_ožujka_travnja_svibnja_lipnja_srpnja_kolovoza_rujna_listopada_studenoga_prosinca".split("_"),standalone:"siječanj_veljača_ožujak_travanj_svibanj_lipanj_srpanj_kolovoz_rujan_listopad_studeni_prosinac".split("_")},monthsShort:"sij._velj._ožu._tra._svi._lip._srp._kol._ruj._lis._stu._pro.".split("_"),monthsParseExact:!0,weekdays:"nedjelja_ponedjeljak_utorak_srijeda_četvrtak_petak_subota".split("_"),weekdaysShort:"ned._pon._uto._sri._čet._pet._sub.".split("_"),weekdaysMin:"ne_po_ut_sr_če_pe_su".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY H:mm",LLLL:"dddd, D. MMMM YYYY H:mm"},calendar:{sameDay:"[danas u] LT",nextDay:"[sutra u] LT",nextWeek:function(){switch(this.day()){case 0:return"[u] [nedjelju] [u] LT";case 3:return"[u] [srijedu] [u] LT";case 6:return"[u] [subotu] [u] LT";case 1:case 2:case 4:case 5:return"[u] dddd [u] LT"}},lastDay:"[jučer u] LT",lastWeek:function(){switch(this.day()){case 0:case 3:return"[prošlu] dddd [u] LT";case 6:return"[prošle] [subote] [u] LT";case 1:case 2:case 4:case 5:return"[prošli] dddd [u] LT"}},sameElse:"L"},relativeTime:{future:"za %s",past:"prije %s",s:"par sekundi",ss:t,m:t,mm:t,h:t,hh:t,d:"dan",dd:t,M:"mjesec",MM:t,y:"godinu",yy:t},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:7}})}(n(1))},function(e,t,n){!function(e){"use strict";var t="vasárnap hétfőn kedden szerdán csütörtökön pénteken szombaton".split(" ");function n(e,t,n,r){var i=e;switch(n){case"s":return r||t?"néhány másodperc":"néhány másodperce";case"ss":return i+(r||t)?" másodperc":" másodperce";case"m":return"egy"+(r||t?" perc":" perce");case"mm":return i+(r||t?" perc":" perce");case"h":return"egy"+(r||t?" óra":" órája");case"hh":return i+(r||t?" óra":" órája");case"d":return"egy"+(r||t?" nap":" napja");case"dd":return i+(r||t?" nap":" napja");case"M":return"egy"+(r||t?" hónap":" hónapja");case"MM":return i+(r||t?" hónap":" hónapja");case"y":return"egy"+(r||t?" év":" éve");case"yy":return i+(r||t?" év":" éve")}return""}function r(e){return(e?"":"[múlt] ")+"["+t[this.day()]+"] LT[-kor]"}e.defineLocale("hu",{months:"január_február_március_április_május_június_július_augusztus_szeptember_október_november_december".split("_"),monthsShort:"jan_feb_márc_ápr_máj_jún_júl_aug_szept_okt_nov_dec".split("_"),weekdays:"vasárnap_hétfő_kedd_szerda_csütörtök_péntek_szombat".split("_"),weekdaysShort:"vas_hét_kedd_sze_csüt_pén_szo".split("_"),weekdaysMin:"v_h_k_sze_cs_p_szo".split("_"),longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"YYYY.MM.DD.",LL:"YYYY. MMMM D.",LLL:"YYYY. MMMM D. H:mm",LLLL:"YYYY. MMMM D., dddd H:mm"},meridiemParse:/de|du/i,isPM:function(e){return"u"===e.charAt(1).toLowerCase()},meridiem:function(e,t,n){return e<12?!0===n?"de":"DE":!0===n?"du":"DU"},calendar:{sameDay:"[ma] LT[-kor]",nextDay:"[holnap] LT[-kor]",nextWeek:function(){return r.call(this,!0)},lastDay:"[tegnap] LT[-kor]",lastWeek:function(){return r.call(this,!1)},sameElse:"L"},relativeTime:{future:"%s múlva",past:"%s",s:n,ss:n,m:n,mm:n,h:n,hh:n,d:n,dd:n,M:n,MM:n,y:n,yy:n},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})}(n(1))},function(e,t,n){!function(e){"use strict";e.defineLocale("hy-am",{months:{format:"հունվարի_փետրվարի_մարտի_ապրիլի_մայիսի_հունիսի_հուլիսի_օգոստոսի_սեպտեմբերի_հոկտեմբերի_նոյեմբերի_դեկտեմբերի".split("_"),standalone:"հունվար_փետրվար_մարտ_ապրիլ_մայիս_հունիս_հուլիս_օգոստոս_սեպտեմբեր_հոկտեմբեր_նոյեմբեր_դեկտեմբեր".split("_")},monthsShort:"հնվ_փտր_մրտ_ապր_մյս_հնս_հլս_օգս_սպտ_հկտ_նմբ_դկտ".split("_"),weekdays:"կիրակի_երկուշաբթի_երեքշաբթի_չորեքշաբթի_հինգշաբթի_ուրբաթ_շաբաթ".split("_"),weekdaysShort:"կրկ_երկ_երք_չրք_հնգ_ուրբ_շբթ".split("_"),weekdaysMin:"կրկ_երկ_երք_չրք_հնգ_ուրբ_շբթ".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY թ.",LLL:"D MMMM YYYY թ., HH:mm",LLLL:"dddd, D MMMM YYYY թ., HH:mm"},calendar:{sameDay:"[այսօր] LT",nextDay:"[վաղը] LT",lastDay:"[երեկ] LT",nextWeek:function(){return"dddd [օրը ժամը] LT"},lastWeek:function(){return"[անցած] dddd [օրը ժամը] LT"},sameElse:"L"},relativeTime:{future:"%s հետո",past:"%s առաջ",s:"մի քանի վայրկյան",ss:"%d վայրկյան",m:"րոպե",mm:"%d րոպե",h:"ժամ",hh:"%d ժամ",d:"օր",dd:"%d օր",M:"ամիս",MM:"%d ամիս",y:"տարի",yy:"%d տարի"},meridiemParse:/գիշերվա|առավոտվա|ցերեկվա|երեկոյան/,isPM:function(e){return/^(ցերեկվա|երեկոյան)$/.test(e)},meridiem:function(e){return e<4?"գիշերվա":e<12?"առավոտվա":e<17?"ցերեկվա":"երեկոյան"},dayOfMonthOrdinalParse:/\d{1,2}|\d{1,2}-(ին|րդ)/,ordinal:function(e,t){switch(t){case"DDD":case"w":case"W":case"DDDo":return 1===e?e+"-ին":e+"-րդ";default:return e}},week:{dow:1,doy:7}})}(n(1))},function(e,t,n){!function(e){"use strict";e.defineLocale("id",{months:"Januari_Februari_Maret_April_Mei_Juni_Juli_Agustus_September_Oktober_November_Desember".split("_"),monthsShort:"Jan_Feb_Mar_Apr_Mei_Jun_Jul_Agt_Sep_Okt_Nov_Des".split("_"),weekdays:"Minggu_Senin_Selasa_Rabu_Kamis_Jumat_Sabtu".split("_"),weekdaysShort:"Min_Sen_Sel_Rab_Kam_Jum_Sab".split("_"),weekdaysMin:"Mg_Sn_Sl_Rb_Km_Jm_Sb".split("_"),longDateFormat:{LT:"HH.mm",LTS:"HH.mm.ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY [pukul] HH.mm",LLLL:"dddd, D MMMM YYYY [pukul] HH.mm"},meridiemParse:/pagi|siang|sore|malam/,meridiemHour:function(e,t){return 12===e&&(e=0),"pagi"===t?e:"siang"===t?e>=11?e:e+12:"sore"===t||"malam"===t?e+12:void 0},meridiem:function(e,t,n){return e<11?"pagi":e<15?"siang":e<19?"sore":"malam"},calendar:{sameDay:"[Hari ini pukul] LT",nextDay:"[Besok pukul] LT",nextWeek:"dddd [pukul] LT",lastDay:"[Kemarin pukul] LT",lastWeek:"dddd [lalu pukul] LT",sameElse:"L"},relativeTime:{future:"dalam %s",past:"%s yang lalu",s:"beberapa detik",ss:"%d detik",m:"semenit",mm:"%d menit",h:"sejam",hh:"%d jam",d:"sehari",dd:"%d hari",M:"sebulan",MM:"%d bulan",y:"setahun",yy:"%d tahun"},week:{dow:1,doy:7}})}(n(1))},function(e,t,n){!function(e){"use strict";function t(e){return e%100==11||e%10!=1}function n(e,n,r,i){var a=e+" ";switch(r){case"s":return n||i?"nokkrar sekúndur":"nokkrum sekúndum";case"ss":return t(e)?a+(n||i?"sekúndur":"sekúndum"):a+"sekúnda";case"m":return n?"mínúta":"mínútu";case"mm":return t(e)?a+(n||i?"mínútur":"mínútum"):n?a+"mínúta":a+"mínútu";case"hh":return t(e)?a+(n||i?"klukkustundir":"klukkustundum"):a+"klukkustund";case"d":return n?"dagur":i?"dag":"degi";case"dd":return t(e)?n?a+"dagar":a+(i?"daga":"dögum"):n?a+"dagur":a+(i?"dag":"degi");case"M":return n?"mánuður":i?"mánuð":"mánuði";case"MM":return t(e)?n?a+"mánuðir":a+(i?"mánuði":"mánuðum"):n?a+"mánuður":a+(i?"mánuð":"mánuði");case"y":return n||i?"ár":"ári";case"yy":return t(e)?a+(n||i?"ár":"árum"):a+(n||i?"ár":"ári")}}e.defineLocale("is",{months:"janúar_febrúar_mars_apríl_maí_júní_júlí_ágúst_september_október_nóvember_desember".split("_"),monthsShort:"jan_feb_mar_apr_maí_jún_júl_ágú_sep_okt_nóv_des".split("_"),weekdays:"sunnudagur_mánudagur_þriðjudagur_miðvikudagur_fimmtudagur_föstudagur_laugardagur".split("_"),weekdaysShort:"sun_mán_þri_mið_fim_fös_lau".split("_"),weekdaysMin:"Su_Má_Þr_Mi_Fi_Fö_La".split("_"),longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY [kl.] H:mm",LLLL:"dddd, D. MMMM YYYY [kl.] H:mm"},calendar:{sameDay:"[í dag kl.] LT",nextDay:"[á morgun kl.] LT",nextWeek:"dddd [kl.] LT",lastDay:"[í gær kl.] LT",lastWeek:"[síðasta] dddd [kl.] LT",sameElse:"L"},relativeTime:{future:"eftir %s",past:"fyrir %s síðan",s:n,ss:n,m:n,mm:n,h:"klukkustund",hh:n,d:n,dd:n,M:n,MM:n,y:n,yy:n},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})}(n(1))},function(e,t,n){!function(e){"use strict";e.defineLocale("it",{months:"gennaio_febbraio_marzo_aprile_maggio_giugno_luglio_agosto_settembre_ottobre_novembre_dicembre".split("_"),monthsShort:"gen_feb_mar_apr_mag_giu_lug_ago_set_ott_nov_dic".split("_"),weekdays:"domenica_lunedì_martedì_mercoledì_giovedì_venerdì_sabato".split("_"),weekdaysShort:"dom_lun_mar_mer_gio_ven_sab".split("_"),weekdaysMin:"do_lu_ma_me_gi_ve_sa".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[Oggi alle] LT",nextDay:"[Domani alle] LT",nextWeek:"dddd [alle] LT",lastDay:"[Ieri alle] LT",lastWeek:function(){switch(this.day()){case 0:return"[la scorsa] dddd [alle] LT";default:return"[lo scorso] dddd [alle] LT"}},sameElse:"L"},relativeTime:{future:function(e){return(/^[0-9].+$/.test(e)?"tra":"in")+" "+e},past:"%s fa",s:"alcuni secondi",ss:"%d secondi",m:"un minuto",mm:"%d minuti",h:"un'ora",hh:"%d ore",d:"un giorno",dd:"%d giorni",M:"un mese",MM:"%d mesi",y:"un anno",yy:"%d anni"},dayOfMonthOrdinalParse:/\d{1,2}º/,ordinal:"%dº",week:{dow:1,doy:4}})}(n(1))},function(e,t,n){!function(e){"use strict";e.defineLocale("it-ch",{months:"gennaio_febbraio_marzo_aprile_maggio_giugno_luglio_agosto_settembre_ottobre_novembre_dicembre".split("_"),monthsShort:"gen_feb_mar_apr_mag_giu_lug_ago_set_ott_nov_dic".split("_"),weekdays:"domenica_lunedì_martedì_mercoledì_giovedì_venerdì_sabato".split("_"),weekdaysShort:"dom_lun_mar_mer_gio_ven_sab".split("_"),weekdaysMin:"do_lu_ma_me_gi_ve_sa".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[Oggi alle] LT",nextDay:"[Domani alle] LT",nextWeek:"dddd [alle] LT",lastDay:"[Ieri alle] LT",lastWeek:function(){switch(this.day()){case 0:return"[la scorsa] dddd [alle] LT";default:return"[lo scorso] dddd [alle] LT"}},sameElse:"L"},relativeTime:{future:function(e){return(/^[0-9].+$/.test(e)?"tra":"in")+" "+e},past:"%s fa",s:"alcuni secondi",ss:"%d secondi",m:"un minuto",mm:"%d minuti",h:"un'ora",hh:"%d ore",d:"un giorno",dd:"%d giorni",M:"un mese",MM:"%d mesi",y:"un anno",yy:"%d anni"},dayOfMonthOrdinalParse:/\d{1,2}º/,ordinal:"%dº",week:{dow:1,doy:4}})}(n(1))},function(e,t,n){!function(e){"use strict";e.defineLocale("ja",{months:"一月_二月_三月_四月_五月_六月_七月_八月_九月_十月_十一月_十二月".split("_"),monthsShort:"1月_2月_3月_4月_5月_6月_7月_8月_9月_10月_11月_12月".split("_"),weekdays:"日曜日_月曜日_火曜日_水曜日_木曜日_金曜日_土曜日".split("_"),weekdaysShort:"日_月_火_水_木_金_土".split("_"),weekdaysMin:"日_月_火_水_木_金_土".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"YYYY/MM/DD",LL:"YYYY年M月D日",LLL:"YYYY年M月D日 HH:mm",LLLL:"YYYY年M月D日 dddd HH:mm",l:"YYYY/MM/DD",ll:"YYYY年M月D日",lll:"YYYY年M月D日 HH:mm",llll:"YYYY年M月D日(ddd) HH:mm"},meridiemParse:/午前|午後/i,isPM:function(e){return"午後"===e},meridiem:function(e,t,n){return e<12?"午前":"午後"},calendar:{sameDay:"[今日] LT",nextDay:"[明日] LT",nextWeek:function(e){return e.week()<this.week()?"[来週]dddd LT":"dddd LT"},lastDay:"[昨日] LT",lastWeek:function(e){return this.week()<e.week()?"[先週]dddd LT":"dddd LT"},sameElse:"L"},dayOfMonthOrdinalParse:/\d{1,2}日/,ordinal:function(e,t){switch(t){case"d":case"D":case"DDD":return e+"日";default:return e}},relativeTime:{future:"%s後",past:"%s前",s:"数秒",ss:"%d秒",m:"1分",mm:"%d分",h:"1時間",hh:"%d時間",d:"1日",dd:"%d日",M:"1ヶ月",MM:"%dヶ月",y:"1年",yy:"%d年"}})}(n(1))},function(e,t,n){!function(e){"use strict";e.defineLocale("jv",{months:"Januari_Februari_Maret_April_Mei_Juni_Juli_Agustus_September_Oktober_Nopember_Desember".split("_"),monthsShort:"Jan_Feb_Mar_Apr_Mei_Jun_Jul_Ags_Sep_Okt_Nop_Des".split("_"),weekdays:"Minggu_Senen_Seloso_Rebu_Kemis_Jemuwah_Septu".split("_"),weekdaysShort:"Min_Sen_Sel_Reb_Kem_Jem_Sep".split("_"),weekdaysMin:"Mg_Sn_Sl_Rb_Km_Jm_Sp".split("_"),longDateFormat:{LT:"HH.mm",LTS:"HH.mm.ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY [pukul] HH.mm",LLLL:"dddd, D MMMM YYYY [pukul] HH.mm"},meridiemParse:/enjing|siyang|sonten|ndalu/,meridiemHour:function(e,t){return 12===e&&(e=0),"enjing"===t?e:"siyang"===t?e>=11?e:e+12:"sonten"===t||"ndalu"===t?e+12:void 0},meridiem:function(e,t,n){return e<11?"enjing":e<15?"siyang":e<19?"sonten":"ndalu"},calendar:{sameDay:"[Dinten puniko pukul] LT",nextDay:"[Mbenjang pukul] LT",nextWeek:"dddd [pukul] LT",lastDay:"[Kala wingi pukul] LT",lastWeek:"dddd [kepengker pukul] LT",sameElse:"L"},relativeTime:{future:"wonten ing %s",past:"%s ingkang kepengker",s:"sawetawis detik",ss:"%d detik",m:"setunggal menit",mm:"%d menit",h:"setunggal jam",hh:"%d jam",d:"sedinten",dd:"%d dinten",M:"sewulan",MM:"%d wulan",y:"setaun",yy:"%d taun"},week:{dow:1,doy:7}})}(n(1))},function(e,t,n){!function(e){"use strict";e.defineLocale("ka",{months:{standalone:"იანვარი_თებერვალი_მარტი_აპრილი_მაისი_ივნისი_ივლისი_აგვისტო_სექტემბერი_ოქტომბერი_ნოემბერი_დეკემბერი".split("_"),format:"იანვარს_თებერვალს_მარტს_აპრილის_მაისს_ივნისს_ივლისს_აგვისტს_სექტემბერს_ოქტომბერს_ნოემბერს_დეკემბერს".split("_")},monthsShort:"იან_თებ_მარ_აპრ_მაი_ივნ_ივლ_აგვ_სექ_ოქტ_ნოე_დეკ".split("_"),weekdays:{standalone:"კვირა_ორშაბათი_სამშაბათი_ოთხშაბათი_ხუთშაბათი_პარასკევი_შაბათი".split("_"),format:"კვირას_ორშაბათს_სამშაბათს_ოთხშაბათს_ხუთშაბათს_პარასკევს_შაბათს".split("_"),isFormat:/(წინა|შემდეგ)/},weekdaysShort:"კვი_ორშ_სამ_ოთხ_ხუთ_პარ_შაბ".split("_"),weekdaysMin:"კვ_ორ_სა_ოთ_ხუ_პა_შა".split("_"),longDateFormat:{LT:"h:mm A",LTS:"h:mm:ss A",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY h:mm A",LLLL:"dddd, D MMMM YYYY h:mm A"},calendar:{sameDay:"[დღეს] LT[-ზე]",nextDay:"[ხვალ] LT[-ზე]",lastDay:"[გუშინ] LT[-ზე]",nextWeek:"[შემდეგ] dddd LT[-ზე]",lastWeek:"[წინა] dddd LT-ზე",sameElse:"L"},relativeTime:{future:function(e){return/(წამი|წუთი|საათი|წელი)/.test(e)?e.replace(/ი$/,"ში"):e+"ში"},past:function(e){return/(წამი|წუთი|საათი|დღე|თვე)/.test(e)?e.replace(/(ი|ე)$/,"ის წინ"):/წელი/.test(e)?e.replace(/წელი$/,"წლის წინ"):void 0},s:"რამდენიმე წამი",ss:"%d წამი",m:"წუთი",mm:"%d წუთი",h:"საათი",hh:"%d საათი",d:"დღე",dd:"%d დღე",M:"თვე",MM:"%d თვე",y:"წელი",yy:"%d წელი"},dayOfMonthOrdinalParse:/0|1-ლი|მე-\d{1,2}|\d{1,2}-ე/,ordinal:function(e){return 0===e?e:1===e?e+"-ლი":e<20||e<=100&&e%20==0||e%100==0?"მე-"+e:e+"-ე"},week:{dow:1,doy:7}})}(n(1))},function(e,t,n){!function(e){"use strict";var t={0:"-ші",1:"-ші",2:"-ші",3:"-ші",4:"-ші",5:"-ші",6:"-шы",7:"-ші",8:"-ші",9:"-шы",10:"-шы",20:"-шы",30:"-шы",40:"-шы",50:"-ші",60:"-шы",70:"-ші",80:"-ші",90:"-шы",100:"-ші"};e.defineLocale("kk",{months:"қаңтар_ақпан_наурыз_сәуір_мамыр_маусым_шілде_тамыз_қыркүйек_қазан_қараша_желтоқсан".split("_"),monthsShort:"қаң_ақп_нау_сәу_мам_мау_шіл_там_қыр_қаз_қар_жел".split("_"),weekdays:"жексенбі_дүйсенбі_сейсенбі_сәрсенбі_бейсенбі_жұма_сенбі".split("_"),weekdaysShort:"жек_дүй_сей_сәр_бей_жұм_сен".split("_"),weekdaysMin:"жк_дй_сй_ср_бй_жм_сн".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[Бүгін сағат] LT",nextDay:"[Ертең сағат] LT",nextWeek:"dddd [сағат] LT",lastDay:"[Кеше сағат] LT",lastWeek:"[Өткен аптаның] dddd [сағат] LT",sameElse:"L"},relativeTime:{future:"%s ішінде",past:"%s бұрын",s:"бірнеше секунд",ss:"%d секунд",m:"бір минут",mm:"%d минут",h:"бір сағат",hh:"%d сағат",d:"бір күн",dd:"%d күн",M:"бір ай",MM:"%d ай",y:"бір жыл",yy:"%d жыл"},dayOfMonthOrdinalParse:/\d{1,2}-(ші|шы)/,ordinal:function(e){return e+(t[e]||t[e%10]||t[e>=100?100:null])},week:{dow:1,doy:7}})}(n(1))},function(e,t,n){!function(e){"use strict";var t={1:"១",2:"២",3:"៣",4:"៤",5:"៥",6:"៦",7:"៧",8:"៨",9:"៩",0:"០"},n={"១":"1","២":"2","៣":"3","៤":"4","៥":"5","៦":"6","៧":"7","៨":"8","៩":"9","០":"0"};e.defineLocale("km",{months:"មករា_កុម្ភៈ_មីនា_មេសា_ឧសភា_មិថុនា_កក្កដា_សីហា_កញ្ញា_តុលា_វិច្ឆិកា_ធ្នូ".split("_"),monthsShort:"មករា_កុម្ភៈ_មីនា_មេសា_ឧសភា_មិថុនា_កក្កដា_សីហា_កញ្ញា_តុលា_វិច្ឆិកា_ធ្នូ".split("_"),weekdays:"អាទិត្យ_ច័ន្ទ_អង្គារ_ពុធ_ព្រហស្បតិ៍_សុក្រ_សៅរ៍".split("_"),weekdaysShort:"អា_ច_អ_ព_ព្រ_សុ_ស".split("_"),weekdaysMin:"អា_ច_អ_ព_ព្រ_សុ_ស".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},meridiemParse:/ព្រឹក|ល្ងាច/,isPM:function(e){return"ល្ងាច"===e},meridiem:function(e,t,n){return e<12?"ព្រឹក":"ល្ងាច"},calendar:{sameDay:"[ថ្ងៃនេះ ម៉ោង] LT",nextDay:"[ស្អែក ម៉ោង] LT",nextWeek:"dddd [ម៉ោង] LT",lastDay:"[ម្សិលមិញ ម៉ោង] LT",lastWeek:"dddd [សប្តាហ៍មុន] [ម៉ោង] LT",sameElse:"L"},relativeTime:{future:"%sទៀត",past:"%sមុន",s:"ប៉ុន្មានវិនាទី",ss:"%d វិនាទី",m:"មួយនាទី",mm:"%d នាទី",h:"មួយម៉ោង",hh:"%d ម៉ោង",d:"មួយថ្ងៃ",dd:"%d ថ្ងៃ",M:"មួយខែ",MM:"%d ខែ",y:"មួយឆ្នាំ",yy:"%d ឆ្នាំ"},dayOfMonthOrdinalParse:/ទី\d{1,2}/,ordinal:"ទី%d",preparse:function(e){return e.replace(/[១២៣៤៥៦៧៨៩០]/g,(function(e){return n[e]}))},postformat:function(e){return e.replace(/\d/g,(function(e){return t[e]}))},week:{dow:1,doy:4}})}(n(1))},function(e,t,n){!function(e){"use strict";var t={1:"೧",2:"೨",3:"೩",4:"೪",5:"೫",6:"೬",7:"೭",8:"೮",9:"೯",0:"೦"},n={"೧":"1","೨":"2","೩":"3","೪":"4","೫":"5","೬":"6","೭":"7","೮":"8","೯":"9","೦":"0"};e.defineLocale("kn",{months:"ಜನವರಿ_ಫೆಬ್ರವರಿ_ಮಾರ್ಚ್_ಏಪ್ರಿಲ್_ಮೇ_ಜೂನ್_ಜುಲೈ_ಆಗಸ್ಟ್_ಸೆಪ್ಟೆಂಬರ್_ಅಕ್ಟೋಬರ್_ನವೆಂಬರ್_ಡಿಸೆಂಬರ್".split("_"),monthsShort:"ಜನ_ಫೆಬ್ರ_ಮಾರ್ಚ್_ಏಪ್ರಿಲ್_ಮೇ_ಜೂನ್_ಜುಲೈ_ಆಗಸ್ಟ್_ಸೆಪ್ಟೆಂ_ಅಕ್ಟೋ_ನವೆಂ_ಡಿಸೆಂ".split("_"),monthsParseExact:!0,weekdays:"ಭಾನುವಾರ_ಸೋಮವಾರ_ಮಂಗಳವಾರ_ಬುಧವಾರ_ಗುರುವಾರ_ಶುಕ್ರವಾರ_ಶನಿವಾರ".split("_"),weekdaysShort:"ಭಾನು_ಸೋಮ_ಮಂಗಳ_ಬುಧ_ಗುರು_ಶುಕ್ರ_ಶನಿ".split("_"),weekdaysMin:"ಭಾ_ಸೋ_ಮಂ_ಬು_ಗು_ಶು_ಶ".split("_"),longDateFormat:{LT:"A h:mm",LTS:"A h:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY, A h:mm",LLLL:"dddd, D MMMM YYYY, A h:mm"},calendar:{sameDay:"[ಇಂದು] LT",nextDay:"[ನಾಳೆ] LT",nextWeek:"dddd, LT",lastDay:"[ನಿನ್ನೆ] LT",lastWeek:"[ಕೊನೆಯ] dddd, LT",sameElse:"L"},relativeTime:{future:"%s ನಂತರ",past:"%s ಹಿಂದೆ",s:"ಕೆಲವು ಕ್ಷಣಗಳು",ss:"%d ಸೆಕೆಂಡುಗಳು",m:"ಒಂದು ನಿಮಿಷ",mm:"%d ನಿಮಿಷ",h:"ಒಂದು ಗಂಟೆ",hh:"%d ಗಂಟೆ",d:"ಒಂದು ದಿನ",dd:"%d ದಿನ",M:"ಒಂದು ತಿಂಗಳು",MM:"%d ತಿಂಗಳು",y:"ಒಂದು ವರ್ಷ",yy:"%d ವರ್ಷ"},preparse:function(e){return e.replace(/[೧೨೩೪೫೬೭೮೯೦]/g,(function(e){return n[e]}))},postformat:function(e){return e.replace(/\d/g,(function(e){return t[e]}))},meridiemParse:/ರಾತ್ರಿ|ಬೆಳಿಗ್ಗೆ|ಮಧ್ಯಾಹ್ನ|ಸಂಜೆ/,meridiemHour:function(e,t){return 12===e&&(e=0),"ರಾತ್ರಿ"===t?e<4?e:e+12:"ಬೆಳಿಗ್ಗೆ"===t?e:"ಮಧ್ಯಾಹ್ನ"===t?e>=10?e:e+12:"ಸಂಜೆ"===t?e+12:void 0},meridiem:function(e,t,n){return e<4?"ರಾತ್ರಿ":e<10?"ಬೆಳಿಗ್ಗೆ":e<17?"ಮಧ್ಯಾಹ್ನ":e<20?"ಸಂಜೆ":"ರಾತ್ರಿ"},dayOfMonthOrdinalParse:/\d{1,2}(ನೇ)/,ordinal:function(e){return e+"ನೇ"},week:{dow:0,doy:6}})}(n(1))},function(e,t,n){!function(e){"use strict";e.defineLocale("ko",{months:"1월_2월_3월_4월_5월_6월_7월_8월_9월_10월_11월_12월".split("_"),monthsShort:"1월_2월_3월_4월_5월_6월_7월_8월_9월_10월_11월_12월".split("_"),weekdays:"일요일_월요일_화요일_수요일_목요일_금요일_토요일".split("_"),weekdaysShort:"일_월_화_수_목_금_토".split("_"),weekdaysMin:"일_월_화_수_목_금_토".split("_"),longDateFormat:{LT:"A h:mm",LTS:"A h:mm:ss",L:"YYYY.MM.DD.",LL:"YYYY년 MMMM D일",LLL:"YYYY년 MMMM D일 A h:mm",LLLL:"YYYY년 MMMM D일 dddd A h:mm",l:"YYYY.MM.DD.",ll:"YYYY년 MMMM D일",lll:"YYYY년 MMMM D일 A h:mm",llll:"YYYY년 MMMM D일 dddd A h:mm"},calendar:{sameDay:"오늘 LT",nextDay:"내일 LT",nextWeek:"dddd LT",lastDay:"어제 LT",lastWeek:"지난주 dddd LT",sameElse:"L"},relativeTime:{future:"%s 후",past:"%s 전",s:"몇 초",ss:"%d초",m:"1분",mm:"%d분",h:"한 시간",hh:"%d시간",d:"하루",dd:"%d일",M:"한 달",MM:"%d달",y:"일 년",yy:"%d년"},dayOfMonthOrdinalParse:/\d{1,2}(일|월|주)/,ordinal:function(e,t){switch(t){case"d":case"D":case"DDD":return e+"일";case"M":return e+"월";case"w":case"W":return e+"주";default:return e}},meridiemParse:/오전|오후/,isPM:function(e){return"오후"===e},meridiem:function(e,t,n){return e<12?"오전":"오후"}})}(n(1))},function(e,t,n){!function(e){"use strict";var t={1:"١",2:"٢",3:"٣",4:"٤",5:"٥",6:"٦",7:"٧",8:"٨",9:"٩",0:"٠"},n={"١":"1","٢":"2","٣":"3","٤":"4","٥":"5","٦":"6","٧":"7","٨":"8","٩":"9","٠":"0"},r=["کانونی دووەم","شوبات","ئازار","نیسان","ئایار","حوزەیران","تەمموز","ئاب","ئەیلوول","تشرینی یەكەم","تشرینی دووەم","كانونی یەکەم"];e.defineLocale("ku",{months:r,monthsShort:r,weekdays:"یه‌كشه‌ممه‌_دووشه‌ممه‌_سێشه‌ممه‌_چوارشه‌ممه‌_پێنجشه‌ممه‌_هه‌ینی_شه‌ممه‌".split("_"),weekdaysShort:"یه‌كشه‌م_دووشه‌م_سێشه‌م_چوارشه‌م_پێنجشه‌م_هه‌ینی_شه‌ممه‌".split("_"),weekdaysMin:"ی_د_س_چ_پ_ه_ش".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},meridiemParse:/ئێواره‌|به‌یانی/,isPM:function(e){return/ئێواره‌/.test(e)},meridiem:function(e,t,n){return e<12?"به‌یانی":"ئێواره‌"},calendar:{sameDay:"[ئه‌مرۆ كاتژمێر] LT",nextDay:"[به‌یانی كاتژمێر] LT",nextWeek:"dddd [كاتژمێر] LT",lastDay:"[دوێنێ كاتژمێر] LT",lastWeek:"dddd [كاتژمێر] LT",sameElse:"L"},relativeTime:{future:"له‌ %s",past:"%s",s:"چه‌ند چركه‌یه‌ك",ss:"چركه‌ %d",m:"یه‌ك خوله‌ك",mm:"%d خوله‌ك",h:"یه‌ك كاتژمێر",hh:"%d كاتژمێر",d:"یه‌ك ڕۆژ",dd:"%d ڕۆژ",M:"یه‌ك مانگ",MM:"%d مانگ",y:"یه‌ك ساڵ",yy:"%d ساڵ"},preparse:function(e){return e.replace(/[١٢٣٤٥٦٧٨٩٠]/g,(function(e){return n[e]})).replace(/،/g,",")},postformat:function(e){return e.replace(/\d/g,(function(e){return t[e]})).replace(/,/g,"،")},week:{dow:6,doy:12}})}(n(1))},function(e,t,n){!function(e){"use strict";var t={0:"-чү",1:"-чи",2:"-чи",3:"-чү",4:"-чү",5:"-чи",6:"-чы",7:"-чи",8:"-чи",9:"-чу",10:"-чу",20:"-чы",30:"-чу",40:"-чы",50:"-чү",60:"-чы",70:"-чи",80:"-чи",90:"-чу",100:"-чү"};e.defineLocale("ky",{months:"январь_февраль_март_апрель_май_июнь_июль_август_сентябрь_октябрь_ноябрь_декабрь".split("_"),monthsShort:"янв_фев_март_апр_май_июнь_июль_авг_сен_окт_ноя_дек".split("_"),weekdays:"Жекшемби_Дүйшөмбү_Шейшемби_Шаршемби_Бейшемби_Жума_Ишемби".split("_"),weekdaysShort:"Жек_Дүй_Шей_Шар_Бей_Жум_Ише".split("_"),weekdaysMin:"Жк_Дй_Шй_Шр_Бй_Жм_Иш".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[Бүгүн саат] LT",nextDay:"[Эртең саат] LT",nextWeek:"dddd [саат] LT",lastDay:"[Кечээ саат] LT",lastWeek:"[Өткөн аптанын] dddd [күнү] [саат] LT",sameElse:"L"},relativeTime:{future:"%s ичинде",past:"%s мурун",s:"бирнече секунд",ss:"%d секунд",m:"бир мүнөт",mm:"%d мүнөт",h:"бир саат",hh:"%d саат",d:"бир күн",dd:"%d күн",M:"бир ай",MM:"%d ай",y:"бир жыл",yy:"%d жыл"},dayOfMonthOrdinalParse:/\d{1,2}-(чи|чы|чү|чу)/,ordinal:function(e){return e+(t[e]||t[e%10]||t[e>=100?100:null])},week:{dow:1,doy:7}})}(n(1))},function(e,t,n){!function(e){"use strict";function t(e,t,n,r){var i={m:["eng Minutt","enger Minutt"],h:["eng Stonn","enger Stonn"],d:["een Dag","engem Dag"],M:["ee Mount","engem Mount"],y:["ee Joer","engem Joer"]};return t?i[n][0]:i[n][1]}function n(e){if(e=parseInt(e,10),isNaN(e))return!1;if(e<0)return!0;if(e<10)return 4<=e&&e<=7;if(e<100){var t=e%10;return n(0===t?e/10:t)}if(e<1e4){for(;e>=10;)e/=10;return n(e)}return n(e/=1e3)}e.defineLocale("lb",{months:"Januar_Februar_Mäerz_Abrëll_Mee_Juni_Juli_August_September_Oktober_November_Dezember".split("_"),monthsShort:"Jan._Febr._Mrz._Abr._Mee_Jun._Jul._Aug._Sept._Okt._Nov._Dez.".split("_"),monthsParseExact:!0,weekdays:"Sonndeg_Méindeg_Dënschdeg_Mëttwoch_Donneschdeg_Freideg_Samschdeg".split("_"),weekdaysShort:"So._Mé._Dë._Më._Do._Fr._Sa.".split("_"),weekdaysMin:"So_Mé_Dë_Më_Do_Fr_Sa".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"H:mm [Auer]",LTS:"H:mm:ss [Auer]",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY H:mm [Auer]",LLLL:"dddd, D. MMMM YYYY H:mm [Auer]"},calendar:{sameDay:"[Haut um] LT",sameElse:"L",nextDay:"[Muer um] LT",nextWeek:"dddd [um] LT",lastDay:"[Gëschter um] LT",lastWeek:function(){switch(this.day()){case 2:case 4:return"[Leschten] dddd [um] LT";default:return"[Leschte] dddd [um] LT"}}},relativeTime:{future:function(e){return n(e.substr(0,e.indexOf(" ")))?"a "+e:"an "+e},past:function(e){return n(e.substr(0,e.indexOf(" ")))?"viru "+e:"virun "+e},s:"e puer Sekonnen",ss:"%d Sekonnen",m:t,mm:"%d Minutten",h:t,hh:"%d Stonnen",d:t,dd:"%d Deeg",M:t,MM:"%d Méint",y:t,yy:"%d Joer"},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})}(n(1))},function(e,t,n){!function(e){"use strict";e.defineLocale("lo",{months:"ມັງກອນ_ກຸມພາ_ມີນາ_ເມສາ_ພຶດສະພາ_ມິຖຸນາ_ກໍລະກົດ_ສິງຫາ_ກັນຍາ_ຕຸລາ_ພະຈິກ_ທັນວາ".split("_"),monthsShort:"ມັງກອນ_ກຸມພາ_ມີນາ_ເມສາ_ພຶດສະພາ_ມິຖຸນາ_ກໍລະກົດ_ສິງຫາ_ກັນຍາ_ຕຸລາ_ພະຈິກ_ທັນວາ".split("_"),weekdays:"ອາທິດ_ຈັນ_ອັງຄານ_ພຸດ_ພະຫັດ_ສຸກ_ເສົາ".split("_"),weekdaysShort:"ທິດ_ຈັນ_ອັງຄານ_ພຸດ_ພະຫັດ_ສຸກ_ເສົາ".split("_"),weekdaysMin:"ທ_ຈ_ອຄ_ພ_ພຫ_ສກ_ສ".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"ວັນdddd D MMMM YYYY HH:mm"},meridiemParse:/ຕອນເຊົ້າ|ຕອນແລງ/,isPM:function(e){return"ຕອນແລງ"===e},meridiem:function(e,t,n){return e<12?"ຕອນເຊົ້າ":"ຕອນແລງ"},calendar:{sameDay:"[ມື້ນີ້ເວລາ] LT",nextDay:"[ມື້ອື່ນເວລາ] LT",nextWeek:"[ວັນ]dddd[ໜ້າເວລາ] LT",lastDay:"[ມື້ວານນີ້ເວລາ] LT",lastWeek:"[ວັນ]dddd[ແລ້ວນີ້ເວລາ] LT",sameElse:"L"},relativeTime:{future:"ອີກ %s",past:"%sຜ່ານມາ",s:"ບໍ່ເທົ່າໃດວິນາທີ",ss:"%d ວິນາທີ",m:"1 ນາທີ",mm:"%d ນາທີ",h:"1 ຊົ່ວໂມງ",hh:"%d ຊົ່ວໂມງ",d:"1 ມື້",dd:"%d ມື້",M:"1 ເດືອນ",MM:"%d ເດືອນ",y:"1 ປີ",yy:"%d ປີ"},dayOfMonthOrdinalParse:/(ທີ່)\d{1,2}/,ordinal:function(e){return"ທີ່"+e}})}(n(1))},function(e,t,n){!function(e){"use strict";var t={ss:"sekundė_sekundžių_sekundes",m:"minutė_minutės_minutę",mm:"minutės_minučių_minutes",h:"valanda_valandos_valandą",hh:"valandos_valandų_valandas",d:"diena_dienos_dieną",dd:"dienos_dienų_dienas",M:"mėnuo_mėnesio_mėnesį",MM:"mėnesiai_mėnesių_mėnesius",y:"metai_metų_metus",yy:"metai_metų_metus"};function n(e,t,n,r){return t?i(n)[0]:r?i(n)[1]:i(n)[2]}function r(e){return e%10==0||e>10&&e<20}function i(e){return t[e].split("_")}function a(e,t,a,o){var s=e+" ";return 1===e?s+n(0,t,a[0],o):t?s+(r(e)?i(a)[1]:i(a)[0]):o?s+i(a)[1]:s+(r(e)?i(a)[1]:i(a)[2])}e.defineLocale("lt",{months:{format:"sausio_vasario_kovo_balandžio_gegužės_birželio_liepos_rugpjūčio_rugsėjo_spalio_lapkričio_gruodžio".split("_"),standalone:"sausis_vasaris_kovas_balandis_gegužė_birželis_liepa_rugpjūtis_rugsėjis_spalis_lapkritis_gruodis".split("_"),isFormat:/D[oD]?(\[[^\[\]]*\]|\s)+MMMM?|MMMM?(\[[^\[\]]*\]|\s)+D[oD]?/},monthsShort:"sau_vas_kov_bal_geg_bir_lie_rgp_rgs_spa_lap_grd".split("_"),weekdays:{format:"sekmadienį_pirmadienį_antradienį_trečiadienį_ketvirtadienį_penktadienį_šeštadienį".split("_"),standalone:"sekmadienis_pirmadienis_antradienis_trečiadienis_ketvirtadienis_penktadienis_šeštadienis".split("_"),isFormat:/dddd HH:mm/},weekdaysShort:"Sek_Pir_Ant_Tre_Ket_Pen_Šeš".split("_"),weekdaysMin:"S_P_A_T_K_Pn_Š".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"YYYY-MM-DD",LL:"YYYY [m.] MMMM D [d.]",LLL:"YYYY [m.] MMMM D [d.], HH:mm [val.]",LLLL:"YYYY [m.] MMMM D [d.], dddd, HH:mm [val.]",l:"YYYY-MM-DD",ll:"YYYY [m.] MMMM D [d.]",lll:"YYYY [m.] MMMM D [d.], HH:mm [val.]",llll:"YYYY [m.] MMMM D [d.], ddd, HH:mm [val.]"},calendar:{sameDay:"[Šiandien] LT",nextDay:"[Rytoj] LT",nextWeek:"dddd LT",lastDay:"[Vakar] LT",lastWeek:"[Praėjusį] dddd LT",sameElse:"L"},relativeTime:{future:"po %s",past:"prieš %s",s:function(e,t,n,r){return t?"kelios sekundės":r?"kelių sekundžių":"kelias sekundes"},ss:a,m:n,mm:a,h:n,hh:a,d:n,dd:a,M:n,MM:a,y:n,yy:a},dayOfMonthOrdinalParse:/\d{1,2}-oji/,ordinal:function(e){return e+"-oji"},week:{dow:1,doy:4}})}(n(1))},function(e,t,n){!function(e){"use strict";var t={ss:"sekundes_sekundēm_sekunde_sekundes".split("_"),m:"minūtes_minūtēm_minūte_minūtes".split("_"),mm:"minūtes_minūtēm_minūte_minūtes".split("_"),h:"stundas_stundām_stunda_stundas".split("_"),hh:"stundas_stundām_stunda_stundas".split("_"),d:"dienas_dienām_diena_dienas".split("_"),dd:"dienas_dienām_diena_dienas".split("_"),M:"mēneša_mēnešiem_mēnesis_mēneši".split("_"),MM:"mēneša_mēnešiem_mēnesis_mēneši".split("_"),y:"gada_gadiem_gads_gadi".split("_"),yy:"gada_gadiem_gads_gadi".split("_")};function n(e,t,n){return n?t%10==1&&t%100!=11?e[2]:e[3]:t%10==1&&t%100!=11?e[0]:e[1]}function r(e,r,i){return e+" "+n(t[i],e,r)}function i(e,r,i){return n(t[i],e,r)}e.defineLocale("lv",{months:"janvāris_februāris_marts_aprīlis_maijs_jūnijs_jūlijs_augusts_septembris_oktobris_novembris_decembris".split("_"),monthsShort:"jan_feb_mar_apr_mai_jūn_jūl_aug_sep_okt_nov_dec".split("_"),weekdays:"svētdiena_pirmdiena_otrdiena_trešdiena_ceturtdiena_piektdiena_sestdiena".split("_"),weekdaysShort:"Sv_P_O_T_C_Pk_S".split("_"),weekdaysMin:"Sv_P_O_T_C_Pk_S".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY.",LL:"YYYY. [gada] D. MMMM",LLL:"YYYY. [gada] D. MMMM, HH:mm",LLLL:"YYYY. [gada] D. MMMM, dddd, HH:mm"},calendar:{sameDay:"[Šodien pulksten] LT",nextDay:"[Rīt pulksten] LT",nextWeek:"dddd [pulksten] LT",lastDay:"[Vakar pulksten] LT",lastWeek:"[Pagājušā] dddd [pulksten] LT",sameElse:"L"},relativeTime:{future:"pēc %s",past:"pirms %s",s:function(e,t){return t?"dažas sekundes":"dažām sekundēm"},ss:r,m:i,mm:r,h:i,hh:r,d:i,dd:r,M:i,MM:r,y:i,yy:r},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})}(n(1))},function(e,t,n){!function(e){"use strict";var t={words:{ss:["sekund","sekunda","sekundi"],m:["jedan minut","jednog minuta"],mm:["minut","minuta","minuta"],h:["jedan sat","jednog sata"],hh:["sat","sata","sati"],dd:["dan","dana","dana"],MM:["mjesec","mjeseca","mjeseci"],yy:["godina","godine","godina"]},correctGrammaticalCase:function(e,t){return 1===e?t[0]:e>=2&&e<=4?t[1]:t[2]},translate:function(e,n,r){var i=t.words[r];return 1===r.length?n?i[0]:i[1]:e+" "+t.correctGrammaticalCase(e,i)}};e.defineLocale("me",{months:"januar_februar_mart_april_maj_jun_jul_avgust_septembar_oktobar_novembar_decembar".split("_"),monthsShort:"jan._feb._mar._apr._maj_jun_jul_avg._sep._okt._nov._dec.".split("_"),monthsParseExact:!0,weekdays:"nedjelja_ponedjeljak_utorak_srijeda_četvrtak_petak_subota".split("_"),weekdaysShort:"ned._pon._uto._sri._čet._pet._sub.".split("_"),weekdaysMin:"ne_po_ut_sr_če_pe_su".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY H:mm",LLLL:"dddd, D. MMMM YYYY H:mm"},calendar:{sameDay:"[danas u] LT",nextDay:"[sjutra u] LT",nextWeek:function(){switch(this.day()){case 0:return"[u] [nedjelju] [u] LT";case 3:return"[u] [srijedu] [u] LT";case 6:return"[u] [subotu] [u] LT";case 1:case 2:case 4:case 5:return"[u] dddd [u] LT"}},lastDay:"[juče u] LT",lastWeek:function(){return["[prošle] [nedjelje] [u] LT","[prošlog] [ponedjeljka] [u] LT","[prošlog] [utorka] [u] LT","[prošle] [srijede] [u] LT","[prošlog] [četvrtka] [u] LT","[prošlog] [petka] [u] LT","[prošle] [subote] [u] LT"][this.day()]},sameElse:"L"},relativeTime:{future:"za %s",past:"prije %s",s:"nekoliko sekundi",ss:t.translate,m:t.translate,mm:t.translate,h:t.translate,hh:t.translate,d:"dan",dd:t.translate,M:"mjesec",MM:t.translate,y:"godinu",yy:t.translate},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:7}})}(n(1))},function(e,t,n){!function(e){"use strict";e.defineLocale("mi",{months:"Kohi-tāte_Hui-tanguru_Poutū-te-rangi_Paenga-whāwhā_Haratua_Pipiri_Hōngoingoi_Here-turi-kōkā_Mahuru_Whiringa-ā-nuku_Whiringa-ā-rangi_Hakihea".split("_"),monthsShort:"Kohi_Hui_Pou_Pae_Hara_Pipi_Hōngoi_Here_Mahu_Whi-nu_Whi-ra_Haki".split("_"),monthsRegex:/(?:['a-z\u0101\u014D\u016B]+\-?){1,3}/i,monthsStrictRegex:/(?:['a-z\u0101\u014D\u016B]+\-?){1,3}/i,monthsShortRegex:/(?:['a-z\u0101\u014D\u016B]+\-?){1,3}/i,monthsShortStrictRegex:/(?:['a-z\u0101\u014D\u016B]+\-?){1,2}/i,weekdays:"Rātapu_Mane_Tūrei_Wenerei_Tāite_Paraire_Hātarei".split("_"),weekdaysShort:"Ta_Ma_Tū_We_Tāi_Pa_Hā".split("_"),weekdaysMin:"Ta_Ma_Tū_We_Tāi_Pa_Hā".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY [i] HH:mm",LLLL:"dddd, D MMMM YYYY [i] HH:mm"},calendar:{sameDay:"[i teie mahana, i] LT",nextDay:"[apopo i] LT",nextWeek:"dddd [i] LT",lastDay:"[inanahi i] LT",lastWeek:"dddd [whakamutunga i] LT",sameElse:"L"},relativeTime:{future:"i roto i %s",past:"%s i mua",s:"te hēkona ruarua",ss:"%d hēkona",m:"he meneti",mm:"%d meneti",h:"te haora",hh:"%d haora",d:"he ra",dd:"%d ra",M:"he marama",MM:"%d marama",y:"he tau",yy:"%d tau"},dayOfMonthOrdinalParse:/\d{1,2}º/,ordinal:"%dº",week:{dow:1,doy:4}})}(n(1))},function(e,t,n){!function(e){"use strict";e.defineLocale("mk",{months:"јануари_февруари_март_април_мај_јуни_јули_август_септември_октомври_ноември_декември".split("_"),monthsShort:"јан_фев_мар_апр_мај_јун_јул_авг_сеп_окт_ное_дек".split("_"),weekdays:"недела_понеделник_вторник_среда_четврток_петок_сабота".split("_"),weekdaysShort:"нед_пон_вто_сре_чет_пет_саб".split("_"),weekdaysMin:"нe_пo_вт_ср_че_пе_сa".split("_"),longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"D.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY H:mm",LLLL:"dddd, D MMMM YYYY H:mm"},calendar:{sameDay:"[Денес во] LT",nextDay:"[Утре во] LT",nextWeek:"[Во] dddd [во] LT",lastDay:"[Вчера во] LT",lastWeek:function(){switch(this.day()){case 0:case 3:case 6:return"[Изминатата] dddd [во] LT";case 1:case 2:case 4:case 5:return"[Изминатиот] dddd [во] LT"}},sameElse:"L"},relativeTime:{future:"после %s",past:"пред %s",s:"неколку секунди",ss:"%d секунди",m:"минута",mm:"%d минути",h:"час",hh:"%d часа",d:"ден",dd:"%d дена",M:"месец",MM:"%d месеци",y:"година",yy:"%d години"},dayOfMonthOrdinalParse:/\d{1,2}-(ев|ен|ти|ви|ри|ми)/,ordinal:function(e){var t=e%10,n=e%100;return 0===e?e+"-ев":0===n?e+"-ен":n>10&&n<20?e+"-ти":1===t?e+"-ви":2===t?e+"-ри":7===t||8===t?e+"-ми":e+"-ти"},week:{dow:1,doy:7}})}(n(1))},function(e,t,n){!function(e){"use strict";e.defineLocale("ml",{months:"ജനുവരി_ഫെബ്രുവരി_മാർച്ച്_ഏപ്രിൽ_മേയ്_ജൂൺ_ജൂലൈ_ഓഗസ്റ്റ്_സെപ്റ്റംബർ_ഒക്ടോബർ_നവംബർ_ഡിസംബർ".split("_"),monthsShort:"ജനു._ഫെബ്രു._മാർ._ഏപ്രി._മേയ്_ജൂൺ_ജൂലൈ._ഓഗ._സെപ്റ്റ._ഒക്ടോ._നവം._ഡിസം.".split("_"),monthsParseExact:!0,weekdays:"ഞായറാഴ്ച_തിങ്കളാഴ്ച_ചൊവ്വാഴ്ച_ബുധനാഴ്ച_വ്യാഴാഴ്ച_വെള്ളിയാഴ്ച_ശനിയാഴ്ച".split("_"),weekdaysShort:"ഞായർ_തിങ്കൾ_ചൊവ്വ_ബുധൻ_വ്യാഴം_വെള്ളി_ശനി".split("_"),weekdaysMin:"ഞാ_തി_ചൊ_ബു_വ്യാ_വെ_ശ".split("_"),longDateFormat:{LT:"A h:mm -നു",LTS:"A h:mm:ss -നു",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY, A h:mm -നു",LLLL:"dddd, D MMMM YYYY, A h:mm -നു"},calendar:{sameDay:"[ഇന്ന്] LT",nextDay:"[നാളെ] LT",nextWeek:"dddd, LT",lastDay:"[ഇന്നലെ] LT",lastWeek:"[കഴിഞ്ഞ] dddd, LT",sameElse:"L"},relativeTime:{future:"%s കഴിഞ്ഞ്",past:"%s മുൻപ്",s:"അൽപ നിമിഷങ്ങൾ",ss:"%d സെക്കൻഡ്",m:"ഒരു മിനിറ്റ്",mm:"%d മിനിറ്റ്",h:"ഒരു മണിക്കൂർ",hh:"%d മണിക്കൂർ",d:"ഒരു ദിവസം",dd:"%d ദിവസം",M:"ഒരു മാസം",MM:"%d മാസം",y:"ഒരു വർഷം",yy:"%d വർഷം"},meridiemParse:/രാത്രി|രാവിലെ|ഉച്ച കഴിഞ്ഞ്|വൈകുന്നേരം|രാത്രി/i,meridiemHour:function(e,t){return 12===e&&(e=0),"രാത്രി"===t&&e>=4||"ഉച്ച കഴിഞ്ഞ്"===t||"വൈകുന്നേരം"===t?e+12:e},meridiem:function(e,t,n){return e<4?"രാത്രി":e<12?"രാവിലെ":e<17?"ഉച്ച കഴിഞ്ഞ്":e<20?"വൈകുന്നേരം":"രാത്രി"}})}(n(1))},function(e,t,n){!function(e){"use strict";function t(e,t,n,r){switch(n){case"s":return t?"хэдхэн секунд":"хэдхэн секундын";case"ss":return e+(t?" секунд":" секундын");case"m":case"mm":return e+(t?" минут":" минутын");case"h":case"hh":return e+(t?" цаг":" цагийн");case"d":case"dd":return e+(t?" өдөр":" өдрийн");case"M":case"MM":return e+(t?" сар":" сарын");case"y":case"yy":return e+(t?" жил":" жилийн");default:return e}}e.defineLocale("mn",{months:"Нэгдүгээр сар_Хоёрдугаар сар_Гуравдугаар сар_Дөрөвдүгээр сар_Тавдугаар сар_Зургадугаар сар_Долдугаар сар_Наймдугаар сар_Есдүгээр сар_Аравдугаар сар_Арван нэгдүгээр сар_Арван хоёрдугаар сар".split("_"),monthsShort:"1 сар_2 сар_3 сар_4 сар_5 сар_6 сар_7 сар_8 сар_9 сар_10 сар_11 сар_12 сар".split("_"),monthsParseExact:!0,weekdays:"Ням_Даваа_Мягмар_Лхагва_Пүрэв_Баасан_Бямба".split("_"),weekdaysShort:"Ням_Дав_Мяг_Лха_Пүр_Баа_Бям".split("_"),weekdaysMin:"Ня_Да_Мя_Лх_Пү_Ба_Бя".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"YYYY-MM-DD",LL:"YYYY оны MMMMын D",LLL:"YYYY оны MMMMын D HH:mm",LLLL:"dddd, YYYY оны MMMMын D HH:mm"},meridiemParse:/ҮӨ|ҮХ/i,isPM:function(e){return"ҮХ"===e},meridiem:function(e,t,n){return e<12?"ҮӨ":"ҮХ"},calendar:{sameDay:"[Өнөөдөр] LT",nextDay:"[Маргааш] LT",nextWeek:"[Ирэх] dddd LT",lastDay:"[Өчигдөр] LT",lastWeek:"[Өнгөрсөн] dddd LT",sameElse:"L"},relativeTime:{future:"%s дараа",past:"%s өмнө",s:t,ss:t,m:t,mm:t,h:t,hh:t,d:t,dd:t,M:t,MM:t,y:t,yy:t},dayOfMonthOrdinalParse:/\d{1,2} өдөр/,ordinal:function(e,t){switch(t){case"d":case"D":case"DDD":return e+" өдөр";default:return e}}})}(n(1))},function(e,t,n){!function(e){"use strict";var t={1:"१",2:"२",3:"३",4:"४",5:"५",6:"६",7:"७",8:"८",9:"९",0:"०"},n={"१":"1","२":"2","३":"3","४":"4","५":"5","६":"6","७":"7","८":"8","९":"9","०":"0"};function r(e,t,n,r){var i="";if(t)switch(n){case"s":i="काही सेकंद";break;case"ss":i="%d सेकंद";break;case"m":i="एक मिनिट";break;case"mm":i="%d मिनिटे";break;case"h":i="एक तास";break;case"hh":i="%d तास";break;case"d":i="एक दिवस";break;case"dd":i="%d दिवस";break;case"M":i="एक महिना";break;case"MM":i="%d महिने";break;case"y":i="एक वर्ष";break;case"yy":i="%d वर्षे"}else switch(n){case"s":i="काही सेकंदां";break;case"ss":i="%d सेकंदां";break;case"m":i="एका मिनिटा";break;case"mm":i="%d मिनिटां";break;case"h":i="एका तासा";break;case"hh":i="%d तासां";break;case"d":i="एका दिवसा";break;case"dd":i="%d दिवसां";break;case"M":i="एका महिन्या";break;case"MM":i="%d महिन्यां";break;case"y":i="एका वर्षा";break;case"yy":i="%d वर्षां"}return i.replace(/%d/i,e)}e.defineLocale("mr",{months:"जानेवारी_फेब्रुवारी_मार्च_एप्रिल_मे_जून_जुलै_ऑगस्ट_सप्टेंबर_ऑक्टोबर_नोव्हेंबर_डिसेंबर".split("_"),monthsShort:"जाने._फेब्रु._मार्च._एप्रि._मे._जून._जुलै._ऑग._सप्टें._ऑक्टो._नोव्हें._डिसें.".split("_"),monthsParseExact:!0,weekdays:"रविवार_सोमवार_मंगळवार_बुधवार_गुरूवार_शुक्रवार_शनिवार".split("_"),weekdaysShort:"रवि_सोम_मंगळ_बुध_गुरू_शुक्र_शनि".split("_"),weekdaysMin:"र_सो_मं_बु_गु_शु_श".split("_"),longDateFormat:{LT:"A h:mm वाजता",LTS:"A h:mm:ss वाजता",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY, A h:mm वाजता",LLLL:"dddd, D MMMM YYYY, A h:mm वाजता"},calendar:{sameDay:"[आज] LT",nextDay:"[उद्या] LT",nextWeek:"dddd, LT",lastDay:"[काल] LT",lastWeek:"[मागील] dddd, LT",sameElse:"L"},relativeTime:{future:"%sमध्ये",past:"%sपूर्वी",s:r,ss:r,m:r,mm:r,h:r,hh:r,d:r,dd:r,M:r,MM:r,y:r,yy:r},preparse:function(e){return e.replace(/[१२३४५६७८९०]/g,(function(e){return n[e]}))},postformat:function(e){return e.replace(/\d/g,(function(e){return t[e]}))},meridiemParse:/रात्री|सकाळी|दुपारी|सायंकाळी/,meridiemHour:function(e,t){return 12===e&&(e=0),"रात्री"===t?e<4?e:e+12:"सकाळी"===t?e:"दुपारी"===t?e>=10?e:e+12:"सायंकाळी"===t?e+12:void 0},meridiem:function(e,t,n){return e<4?"रात्री":e<10?"सकाळी":e<17?"दुपारी":e<20?"सायंकाळी":"रात्री"},week:{dow:0,doy:6}})}(n(1))},function(e,t,n){!function(e){"use strict";e.defineLocale("ms",{months:"Januari_Februari_Mac_April_Mei_Jun_Julai_Ogos_September_Oktober_November_Disember".split("_"),monthsShort:"Jan_Feb_Mac_Apr_Mei_Jun_Jul_Ogs_Sep_Okt_Nov_Dis".split("_"),weekdays:"Ahad_Isnin_Selasa_Rabu_Khamis_Jumaat_Sabtu".split("_"),weekdaysShort:"Ahd_Isn_Sel_Rab_Kha_Jum_Sab".split("_"),weekdaysMin:"Ah_Is_Sl_Rb_Km_Jm_Sb".split("_"),longDateFormat:{LT:"HH.mm",LTS:"HH.mm.ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY [pukul] HH.mm",LLLL:"dddd, D MMMM YYYY [pukul] HH.mm"},meridiemParse:/pagi|tengahari|petang|malam/,meridiemHour:function(e,t){return 12===e&&(e=0),"pagi"===t?e:"tengahari"===t?e>=11?e:e+12:"petang"===t||"malam"===t?e+12:void 0},meridiem:function(e,t,n){return e<11?"pagi":e<15?"tengahari":e<19?"petang":"malam"},calendar:{sameDay:"[Hari ini pukul] LT",nextDay:"[Esok pukul] LT",nextWeek:"dddd [pukul] LT",lastDay:"[Kelmarin pukul] LT",lastWeek:"dddd [lepas pukul] LT",sameElse:"L"},relativeTime:{future:"dalam %s",past:"%s yang lepas",s:"beberapa saat",ss:"%d saat",m:"seminit",mm:"%d minit",h:"sejam",hh:"%d jam",d:"sehari",dd:"%d hari",M:"sebulan",MM:"%d bulan",y:"setahun",yy:"%d tahun"},week:{dow:1,doy:7}})}(n(1))},function(e,t,n){!function(e){"use strict";e.defineLocale("ms-my",{months:"Januari_Februari_Mac_April_Mei_Jun_Julai_Ogos_September_Oktober_November_Disember".split("_"),monthsShort:"Jan_Feb_Mac_Apr_Mei_Jun_Jul_Ogs_Sep_Okt_Nov_Dis".split("_"),weekdays:"Ahad_Isnin_Selasa_Rabu_Khamis_Jumaat_Sabtu".split("_"),weekdaysShort:"Ahd_Isn_Sel_Rab_Kha_Jum_Sab".split("_"),weekdaysMin:"Ah_Is_Sl_Rb_Km_Jm_Sb".split("_"),longDateFormat:{LT:"HH.mm",LTS:"HH.mm.ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY [pukul] HH.mm",LLLL:"dddd, D MMMM YYYY [pukul] HH.mm"},meridiemParse:/pagi|tengahari|petang|malam/,meridiemHour:function(e,t){return 12===e&&(e=0),"pagi"===t?e:"tengahari"===t?e>=11?e:e+12:"petang"===t||"malam"===t?e+12:void 0},meridiem:function(e,t,n){return e<11?"pagi":e<15?"tengahari":e<19?"petang":"malam"},calendar:{sameDay:"[Hari ini pukul] LT",nextDay:"[Esok pukul] LT",nextWeek:"dddd [pukul] LT",lastDay:"[Kelmarin pukul] LT",lastWeek:"dddd [lepas pukul] LT",sameElse:"L"},relativeTime:{future:"dalam %s",past:"%s yang lepas",s:"beberapa saat",ss:"%d saat",m:"seminit",mm:"%d minit",h:"sejam",hh:"%d jam",d:"sehari",dd:"%d hari",M:"sebulan",MM:"%d bulan",y:"setahun",yy:"%d tahun"},week:{dow:1,doy:7}})}(n(1))},function(e,t,n){!function(e){"use strict";e.defineLocale("mt",{months:"Jannar_Frar_Marzu_April_Mejju_Ġunju_Lulju_Awwissu_Settembru_Ottubru_Novembru_Diċembru".split("_"),monthsShort:"Jan_Fra_Mar_Apr_Mej_Ġun_Lul_Aww_Set_Ott_Nov_Diċ".split("_"),weekdays:"Il-Ħadd_It-Tnejn_It-Tlieta_L-Erbgħa_Il-Ħamis_Il-Ġimgħa_Is-Sibt".split("_"),weekdaysShort:"Ħad_Tne_Tli_Erb_Ħam_Ġim_Sib".split("_"),weekdaysMin:"Ħa_Tn_Tl_Er_Ħa_Ġi_Si".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[Illum fil-]LT",nextDay:"[Għada fil-]LT",nextWeek:"dddd [fil-]LT",lastDay:"[Il-bieraħ fil-]LT",lastWeek:"dddd [li għadda] [fil-]LT",sameElse:"L"},relativeTime:{future:"f’ %s",past:"%s ilu",s:"ftit sekondi",ss:"%d sekondi",m:"minuta",mm:"%d minuti",h:"siegħa",hh:"%d siegħat",d:"ġurnata",dd:"%d ġranet",M:"xahar",MM:"%d xhur",y:"sena",yy:"%d sni"},dayOfMonthOrdinalParse:/\d{1,2}º/,ordinal:"%dº",week:{dow:1,doy:4}})}(n(1))},function(e,t,n){!function(e){"use strict";var t={1:"၁",2:"၂",3:"၃",4:"၄",5:"၅",6:"၆",7:"၇",8:"၈",9:"၉",0:"၀"},n={"၁":"1","၂":"2","၃":"3","၄":"4","၅":"5","၆":"6","၇":"7","၈":"8","၉":"9","၀":"0"};e.defineLocale("my",{months:"ဇန်နဝါရီ_ဖေဖော်ဝါရီ_မတ်_ဧပြီ_မေ_ဇွန်_ဇူလိုင်_သြဂုတ်_စက်တင်ဘာ_အောက်တိုဘာ_နိုဝင်ဘာ_ဒီဇင်ဘာ".split("_"),monthsShort:"ဇန်_ဖေ_မတ်_ပြီ_မေ_ဇွန်_လိုင်_သြ_စက်_အောက်_နို_ဒီ".split("_"),weekdays:"တနင်္ဂနွေ_တနင်္လာ_အင်္ဂါ_ဗုဒ္ဓဟူး_ကြာသပတေး_သောကြာ_စနေ".split("_"),weekdaysShort:"နွေ_လာ_ဂါ_ဟူး_ကြာ_သော_နေ".split("_"),weekdaysMin:"နွေ_လာ_ဂါ_ဟူး_ကြာ_သော_နေ".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[ယနေ.] LT [မှာ]",nextDay:"[မနက်ဖြန်] LT [မှာ]",nextWeek:"dddd LT [မှာ]",lastDay:"[မနေ.က] LT [မှာ]",lastWeek:"[ပြီးခဲ့သော] dddd LT [မှာ]",sameElse:"L"},relativeTime:{future:"လာမည့် %s မှာ",past:"လွန်ခဲ့သော %s က",s:"စက္ကန်.အနည်းငယ်",ss:"%d စက္ကန့်",m:"တစ်မိနစ်",mm:"%d မိနစ်",h:"တစ်နာရီ",hh:"%d နာရီ",d:"တစ်ရက်",dd:"%d ရက်",M:"တစ်လ",MM:"%d လ",y:"တစ်နှစ်",yy:"%d နှစ်"},preparse:function(e){return e.replace(/[၁၂၃၄၅၆၇၈၉၀]/g,(function(e){return n[e]}))},postformat:function(e){return e.replace(/\d/g,(function(e){return t[e]}))},week:{dow:1,doy:4}})}(n(1))},function(e,t,n){!function(e){"use strict";e.defineLocale("nb",{months:"januar_februar_mars_april_mai_juni_juli_august_september_oktober_november_desember".split("_"),monthsShort:"jan._feb._mars_april_mai_juni_juli_aug._sep._okt._nov._des.".split("_"),monthsParseExact:!0,weekdays:"søndag_mandag_tirsdag_onsdag_torsdag_fredag_lørdag".split("_"),weekdaysShort:"sø._ma._ti._on._to._fr._lø.".split("_"),weekdaysMin:"sø_ma_ti_on_to_fr_lø".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY [kl.] HH:mm",LLLL:"dddd D. MMMM YYYY [kl.] HH:mm"},calendar:{sameDay:"[i dag kl.] LT",nextDay:"[i morgen kl.] LT",nextWeek:"dddd [kl.] LT",lastDay:"[i går kl.] LT",lastWeek:"[forrige] dddd [kl.] LT",sameElse:"L"},relativeTime:{future:"om %s",past:"%s siden",s:"noen sekunder",ss:"%d sekunder",m:"ett minutt",mm:"%d minutter",h:"en time",hh:"%d timer",d:"en dag",dd:"%d dager",M:"en måned",MM:"%d måneder",y:"ett år",yy:"%d år"},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})}(n(1))},function(e,t,n){!function(e){"use strict";var t={1:"१",2:"२",3:"३",4:"४",5:"५",6:"६",7:"७",8:"८",9:"९",0:"०"},n={"१":"1","२":"2","३":"3","४":"4","५":"5","६":"6","७":"7","८":"8","९":"9","०":"0"};e.defineLocale("ne",{months:"जनवरी_फेब्रुवरी_मार्च_अप्रिल_मई_जुन_जुलाई_अगष्ट_सेप्टेम्बर_अक्टोबर_नोभेम्बर_डिसेम्बर".split("_"),monthsShort:"जन._फेब्रु._मार्च_अप्रि._मई_जुन_जुलाई._अग._सेप्ट._अक्टो._नोभे._डिसे.".split("_"),monthsParseExact:!0,weekdays:"आइतबार_सोमबार_मङ्गलबार_बुधबार_बिहिबार_शुक्रबार_शनिबार".split("_"),weekdaysShort:"आइत._सोम._मङ्गल._बुध._बिहि._शुक्र._शनि.".split("_"),weekdaysMin:"आ._सो._मं._बु._बि._शु._श.".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"Aको h:mm बजे",LTS:"Aको h:mm:ss बजे",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY, Aको h:mm बजे",LLLL:"dddd, D MMMM YYYY, Aको h:mm बजे"},preparse:function(e){return e.replace(/[१२३४५६७८९०]/g,(function(e){return n[e]}))},postformat:function(e){return e.replace(/\d/g,(function(e){return t[e]}))},meridiemParse:/राति|बिहान|दिउँसो|साँझ/,meridiemHour:function(e,t){return 12===e&&(e=0),"राति"===t?e<4?e:e+12:"बिहान"===t?e:"दिउँसो"===t?e>=10?e:e+12:"साँझ"===t?e+12:void 0},meridiem:function(e,t,n){return e<3?"राति":e<12?"बिहान":e<16?"दिउँसो":e<20?"साँझ":"राति"},calendar:{sameDay:"[आज] LT",nextDay:"[भोलि] LT",nextWeek:"[आउँदो] dddd[,] LT",lastDay:"[हिजो] LT",lastWeek:"[गएको] dddd[,] LT",sameElse:"L"},relativeTime:{future:"%sमा",past:"%s अगाडि",s:"केही क्षण",ss:"%d सेकेण्ड",m:"एक मिनेट",mm:"%d मिनेट",h:"एक घण्टा",hh:"%d घण्टा",d:"एक दिन",dd:"%d दिन",M:"एक महिना",MM:"%d महिना",y:"एक बर्ष",yy:"%d बर्ष"},week:{dow:0,doy:6}})}(n(1))},function(e,t,n){!function(e){"use strict";var t="jan._feb._mrt._apr._mei_jun._jul._aug._sep._okt._nov._dec.".split("_"),n="jan_feb_mrt_apr_mei_jun_jul_aug_sep_okt_nov_dec".split("_"),r=[/^jan/i,/^feb/i,/^maart|mrt.?$/i,/^apr/i,/^mei$/i,/^jun[i.]?$/i,/^jul[i.]?$/i,/^aug/i,/^sep/i,/^okt/i,/^nov/i,/^dec/i],i=/^(januari|februari|maart|april|mei|ju[nl]i|augustus|september|oktober|november|december|jan\.?|feb\.?|mrt\.?|apr\.?|ju[nl]\.?|aug\.?|sep\.?|okt\.?|nov\.?|dec\.?)/i;e.defineLocale("nl",{months:"januari_februari_maart_april_mei_juni_juli_augustus_september_oktober_november_december".split("_"),monthsShort:function(e,r){return e?/-MMM-/.test(r)?n[e.month()]:t[e.month()]:t},monthsRegex:i,monthsShortRegex:i,monthsStrictRegex:/^(januari|februari|maart|april|mei|ju[nl]i|augustus|september|oktober|november|december)/i,monthsShortStrictRegex:/^(jan\.?|feb\.?|mrt\.?|apr\.?|mei|ju[nl]\.?|aug\.?|sep\.?|okt\.?|nov\.?|dec\.?)/i,monthsParse:r,longMonthsParse:r,shortMonthsParse:r,weekdays:"zondag_maandag_dinsdag_woensdag_donderdag_vrijdag_zaterdag".split("_"),weekdaysShort:"zo._ma._di._wo._do._vr._za.".split("_"),weekdaysMin:"zo_ma_di_wo_do_vr_za".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD-MM-YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[vandaag om] LT",nextDay:"[morgen om] LT",nextWeek:"dddd [om] LT",lastDay:"[gisteren om] LT",lastWeek:"[afgelopen] dddd [om] LT",sameElse:"L"},relativeTime:{future:"over %s",past:"%s geleden",s:"een paar seconden",ss:"%d seconden",m:"één minuut",mm:"%d minuten",h:"één uur",hh:"%d uur",d:"één dag",dd:"%d dagen",M:"één maand",MM:"%d maanden",y:"één jaar",yy:"%d jaar"},dayOfMonthOrdinalParse:/\d{1,2}(ste|de)/,ordinal:function(e){return e+(1===e||8===e||e>=20?"ste":"de")},week:{dow:1,doy:4}})}(n(1))},function(e,t,n){!function(e){"use strict";var t="jan._feb._mrt._apr._mei_jun._jul._aug._sep._okt._nov._dec.".split("_"),n="jan_feb_mrt_apr_mei_jun_jul_aug_sep_okt_nov_dec".split("_"),r=[/^jan/i,/^feb/i,/^maart|mrt.?$/i,/^apr/i,/^mei$/i,/^jun[i.]?$/i,/^jul[i.]?$/i,/^aug/i,/^sep/i,/^okt/i,/^nov/i,/^dec/i],i=/^(januari|februari|maart|april|mei|ju[nl]i|augustus|september|oktober|november|december|jan\.?|feb\.?|mrt\.?|apr\.?|ju[nl]\.?|aug\.?|sep\.?|okt\.?|nov\.?|dec\.?)/i;e.defineLocale("nl-be",{months:"januari_februari_maart_april_mei_juni_juli_augustus_september_oktober_november_december".split("_"),monthsShort:function(e,r){return e?/-MMM-/.test(r)?n[e.month()]:t[e.month()]:t},monthsRegex:i,monthsShortRegex:i,monthsStrictRegex:/^(januari|februari|maart|april|mei|ju[nl]i|augustus|september|oktober|november|december)/i,monthsShortStrictRegex:/^(jan\.?|feb\.?|mrt\.?|apr\.?|mei|ju[nl]\.?|aug\.?|sep\.?|okt\.?|nov\.?|dec\.?)/i,monthsParse:r,longMonthsParse:r,shortMonthsParse:r,weekdays:"zondag_maandag_dinsdag_woensdag_donderdag_vrijdag_zaterdag".split("_"),weekdaysShort:"zo._ma._di._wo._do._vr._za.".split("_"),weekdaysMin:"zo_ma_di_wo_do_vr_za".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[vandaag om] LT",nextDay:"[morgen om] LT",nextWeek:"dddd [om] LT",lastDay:"[gisteren om] LT",lastWeek:"[afgelopen] dddd [om] LT",sameElse:"L"},relativeTime:{future:"over %s",past:"%s geleden",s:"een paar seconden",ss:"%d seconden",m:"één minuut",mm:"%d minuten",h:"één uur",hh:"%d uur",d:"één dag",dd:"%d dagen",M:"één maand",MM:"%d maanden",y:"één jaar",yy:"%d jaar"},dayOfMonthOrdinalParse:/\d{1,2}(ste|de)/,ordinal:function(e){return e+(1===e||8===e||e>=20?"ste":"de")},week:{dow:1,doy:4}})}(n(1))},function(e,t,n){!function(e){"use strict";e.defineLocale("nn",{months:"januar_februar_mars_april_mai_juni_juli_august_september_oktober_november_desember".split("_"),monthsShort:"jan_feb_mar_apr_mai_jun_jul_aug_sep_okt_nov_des".split("_"),weekdays:"sundag_måndag_tysdag_onsdag_torsdag_fredag_laurdag".split("_"),weekdaysShort:"sun_mån_tys_ons_tor_fre_lau".split("_"),weekdaysMin:"su_må_ty_on_to_fr_lø".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY [kl.] H:mm",LLLL:"dddd D. MMMM YYYY [kl.] HH:mm"},calendar:{sameDay:"[I dag klokka] LT",nextDay:"[I morgon klokka] LT",nextWeek:"dddd [klokka] LT",lastDay:"[I går klokka] LT",lastWeek:"[Føregåande] dddd [klokka] LT",sameElse:"L"},relativeTime:{future:"om %s",past:"%s sidan",s:"nokre sekund",ss:"%d sekund",m:"eit minutt",mm:"%d minutt",h:"ein time",hh:"%d timar",d:"ein dag",dd:"%d dagar",M:"ein månad",MM:"%d månader",y:"eit år",yy:"%d år"},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})}(n(1))},function(e,t,n){!function(e){"use strict";var t={1:"੧",2:"੨",3:"੩",4:"੪",5:"੫",6:"੬",7:"੭",8:"੮",9:"੯",0:"੦"},n={"੧":"1","੨":"2","੩":"3","੪":"4","੫":"5","੬":"6","੭":"7","੮":"8","੯":"9","੦":"0"};e.defineLocale("pa-in",{months:"ਜਨਵਰੀ_ਫ਼ਰਵਰੀ_ਮਾਰਚ_ਅਪ੍ਰੈਲ_ਮਈ_ਜੂਨ_ਜੁਲਾਈ_ਅਗਸਤ_ਸਤੰਬਰ_ਅਕਤੂਬਰ_ਨਵੰਬਰ_ਦਸੰਬਰ".split("_"),monthsShort:"ਜਨਵਰੀ_ਫ਼ਰਵਰੀ_ਮਾਰਚ_ਅਪ੍ਰੈਲ_ਮਈ_ਜੂਨ_ਜੁਲਾਈ_ਅਗਸਤ_ਸਤੰਬਰ_ਅਕਤੂਬਰ_ਨਵੰਬਰ_ਦਸੰਬਰ".split("_"),weekdays:"ਐਤਵਾਰ_ਸੋਮਵਾਰ_ਮੰਗਲਵਾਰ_ਬੁਧਵਾਰ_ਵੀਰਵਾਰ_ਸ਼ੁੱਕਰਵਾਰ_ਸ਼ਨੀਚਰਵਾਰ".split("_"),weekdaysShort:"ਐਤ_ਸੋਮ_ਮੰਗਲ_ਬੁਧ_ਵੀਰ_ਸ਼ੁਕਰ_ਸ਼ਨੀ".split("_"),weekdaysMin:"ਐਤ_ਸੋਮ_ਮੰਗਲ_ਬੁਧ_ਵੀਰ_ਸ਼ੁਕਰ_ਸ਼ਨੀ".split("_"),longDateFormat:{LT:"A h:mm ਵਜੇ",LTS:"A h:mm:ss ਵਜੇ",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY, A h:mm ਵਜੇ",LLLL:"dddd, D MMMM YYYY, A h:mm ਵਜੇ"},calendar:{sameDay:"[ਅਜ] LT",nextDay:"[ਕਲ] LT",nextWeek:"[ਅਗਲਾ] dddd, LT",lastDay:"[ਕਲ] LT",lastWeek:"[ਪਿਛਲੇ] dddd, LT",sameElse:"L"},relativeTime:{future:"%s ਵਿੱਚ",past:"%s ਪਿਛਲੇ",s:"ਕੁਝ ਸਕਿੰਟ",ss:"%d ਸਕਿੰਟ",m:"ਇਕ ਮਿੰਟ",mm:"%d ਮਿੰਟ",h:"ਇੱਕ ਘੰਟਾ",hh:"%d ਘੰਟੇ",d:"ਇੱਕ ਦਿਨ",dd:"%d ਦਿਨ",M:"ਇੱਕ ਮਹੀਨਾ",MM:"%d ਮਹੀਨੇ",y:"ਇੱਕ ਸਾਲ",yy:"%d ਸਾਲ"},preparse:function(e){return e.replace(/[੧੨੩੪੫੬੭੮੯੦]/g,(function(e){return n[e]}))},postformat:function(e){return e.replace(/\d/g,(function(e){return t[e]}))},meridiemParse:/ਰਾਤ|ਸਵੇਰ|ਦੁਪਹਿਰ|ਸ਼ਾਮ/,meridiemHour:function(e,t){return 12===e&&(e=0),"ਰਾਤ"===t?e<4?e:e+12:"ਸਵੇਰ"===t?e:"ਦੁਪਹਿਰ"===t?e>=10?e:e+12:"ਸ਼ਾਮ"===t?e+12:void 0},meridiem:function(e,t,n){return e<4?"ਰਾਤ":e<10?"ਸਵੇਰ":e<17?"ਦੁਪਹਿਰ":e<20?"ਸ਼ਾਮ":"ਰਾਤ"},week:{dow:0,doy:6}})}(n(1))},function(e,t,n){!function(e){"use strict";var t="styczeń_luty_marzec_kwiecień_maj_czerwiec_lipiec_sierpień_wrzesień_październik_listopad_grudzień".split("_"),n="stycznia_lutego_marca_kwietnia_maja_czerwca_lipca_sierpnia_września_października_listopada_grudnia".split("_");function r(e){return e%10<5&&e%10>1&&~~(e/10)%10!=1}function i(e,t,n){var i=e+" ";switch(n){case"ss":return i+(r(e)?"sekundy":"sekund");case"m":return t?"minuta":"minutę";case"mm":return i+(r(e)?"minuty":"minut");case"h":return t?"godzina":"godzinę";case"hh":return i+(r(e)?"godziny":"godzin");case"MM":return i+(r(e)?"miesiące":"miesięcy");case"yy":return i+(r(e)?"lata":"lat")}}e.defineLocale("pl",{months:function(e,r){return e?""===r?"("+n[e.month()]+"|"+t[e.month()]+")":/D MMMM/.test(r)?n[e.month()]:t[e.month()]:t},monthsShort:"sty_lut_mar_kwi_maj_cze_lip_sie_wrz_paź_lis_gru".split("_"),weekdays:"niedziela_poniedziałek_wtorek_środa_czwartek_piątek_sobota".split("_"),weekdaysShort:"ndz_pon_wt_śr_czw_pt_sob".split("_"),weekdaysMin:"Nd_Pn_Wt_Śr_Cz_Pt_So".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[Dziś o] LT",nextDay:"[Jutro o] LT",nextWeek:function(){switch(this.day()){case 0:return"[W niedzielę o] LT";case 2:return"[We wtorek o] LT";case 3:return"[W środę o] LT";case 6:return"[W sobotę o] LT";default:return"[W] dddd [o] LT"}},lastDay:"[Wczoraj o] LT",lastWeek:function(){switch(this.day()){case 0:return"[W zeszłą niedzielę o] LT";case 3:return"[W zeszłą środę o] LT";case 6:return"[W zeszłą sobotę o] LT";default:return"[W zeszły] dddd [o] LT"}},sameElse:"L"},relativeTime:{future:"za %s",past:"%s temu",s:"kilka sekund",ss:i,m:i,mm:i,h:i,hh:i,d:"1 dzień",dd:"%d dni",M:"miesiąc",MM:i,y:"rok",yy:i},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})}(n(1))},function(e,t,n){!function(e){"use strict";e.defineLocale("pt",{months:"Janeiro_Fevereiro_Março_Abril_Maio_Junho_Julho_Agosto_Setembro_Outubro_Novembro_Dezembro".split("_"),monthsShort:"Jan_Fev_Mar_Abr_Mai_Jun_Jul_Ago_Set_Out_Nov_Dez".split("_"),weekdays:"Domingo_Segunda-feira_Terça-feira_Quarta-feira_Quinta-feira_Sexta-feira_Sábado".split("_"),weekdaysShort:"Dom_Seg_Ter_Qua_Qui_Sex_Sáb".split("_"),weekdaysMin:"Do_2ª_3ª_4ª_5ª_6ª_Sá".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D [de] MMMM [de] YYYY",LLL:"D [de] MMMM [de] YYYY HH:mm",LLLL:"dddd, D [de] MMMM [de] YYYY HH:mm"},calendar:{sameDay:"[Hoje às] LT",nextDay:"[Amanhã às] LT",nextWeek:"dddd [às] LT",lastDay:"[Ontem às] LT",lastWeek:function(){return 0===this.day()||6===this.day()?"[Último] dddd [às] LT":"[Última] dddd [às] LT"},sameElse:"L"},relativeTime:{future:"em %s",past:"há %s",s:"segundos",ss:"%d segundos",m:"um minuto",mm:"%d minutos",h:"uma hora",hh:"%d horas",d:"um dia",dd:"%d dias",M:"um mês",MM:"%d meses",y:"um ano",yy:"%d anos"},dayOfMonthOrdinalParse:/\d{1,2}º/,ordinal:"%dº",week:{dow:1,doy:4}})}(n(1))},function(e,t,n){!function(e){"use strict";e.defineLocale("pt-br",{months:"Janeiro_Fevereiro_Março_Abril_Maio_Junho_Julho_Agosto_Setembro_Outubro_Novembro_Dezembro".split("_"),monthsShort:"Jan_Fev_Mar_Abr_Mai_Jun_Jul_Ago_Set_Out_Nov_Dez".split("_"),weekdays:"Domingo_Segunda-feira_Terça-feira_Quarta-feira_Quinta-feira_Sexta-feira_Sábado".split("_"),weekdaysShort:"Dom_Seg_Ter_Qua_Qui_Sex_Sáb".split("_"),weekdaysMin:"Do_2ª_3ª_4ª_5ª_6ª_Sá".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D [de] MMMM [de] YYYY",LLL:"D [de] MMMM [de] YYYY [às] HH:mm",LLLL:"dddd, D [de] MMMM [de] YYYY [às] HH:mm"},calendar:{sameDay:"[Hoje às] LT",nextDay:"[Amanhã às] LT",nextWeek:"dddd [às] LT",lastDay:"[Ontem às] LT",lastWeek:function(){return 0===this.day()||6===this.day()?"[Último] dddd [às] LT":"[Última] dddd [às] LT"},sameElse:"L"},relativeTime:{future:"em %s",past:"há %s",s:"poucos segundos",ss:"%d segundos",m:"um minuto",mm:"%d minutos",h:"uma hora",hh:"%d horas",d:"um dia",dd:"%d dias",M:"um mês",MM:"%d meses",y:"um ano",yy:"%d anos"},dayOfMonthOrdinalParse:/\d{1,2}º/,ordinal:"%dº"})}(n(1))},function(e,t,n){!function(e){"use strict";function t(e,t,n){var r=" ";return(e%100>=20||e>=100&&e%100==0)&&(r=" de "),e+r+{ss:"secunde",mm:"minute",hh:"ore",dd:"zile",MM:"luni",yy:"ani"}[n]}e.defineLocale("ro",{months:"ianuarie_februarie_martie_aprilie_mai_iunie_iulie_august_septembrie_octombrie_noiembrie_decembrie".split("_"),monthsShort:"ian._febr._mart._apr._mai_iun._iul._aug._sept._oct._nov._dec.".split("_"),monthsParseExact:!0,weekdays:"duminică_luni_marți_miercuri_joi_vineri_sâmbătă".split("_"),weekdaysShort:"Dum_Lun_Mar_Mie_Joi_Vin_Sâm".split("_"),weekdaysMin:"Du_Lu_Ma_Mi_Jo_Vi_Sâ".split("_"),longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY H:mm",LLLL:"dddd, D MMMM YYYY H:mm"},calendar:{sameDay:"[azi la] LT",nextDay:"[mâine la] LT",nextWeek:"dddd [la] LT",lastDay:"[ieri la] LT",lastWeek:"[fosta] dddd [la] LT",sameElse:"L"},relativeTime:{future:"peste %s",past:"%s în urmă",s:"câteva secunde",ss:t,m:"un minut",mm:t,h:"o oră",hh:t,d:"o zi",dd:t,M:"o lună",MM:t,y:"un an",yy:t},week:{dow:1,doy:7}})}(n(1))},function(e,t,n){!function(e){"use strict";function t(e,t,n){var r,i;return"m"===n?t?"минута":"минуту":e+" "+(r=+e,i={ss:t?"секунда_секунды_секунд":"секунду_секунды_секунд",mm:t?"минута_минуты_минут":"минуту_минуты_минут",hh:"час_часа_часов",dd:"день_дня_дней",MM:"месяц_месяца_месяцев",yy:"год_года_лет"}[n].split("_"),r%10==1&&r%100!=11?i[0]:r%10>=2&&r%10<=4&&(r%100<10||r%100>=20)?i[1]:i[2])}var n=[/^янв/i,/^фев/i,/^мар/i,/^апр/i,/^ма[йя]/i,/^июн/i,/^июл/i,/^авг/i,/^сен/i,/^окт/i,/^ноя/i,/^дек/i];e.defineLocale("ru",{months:{format:"января_февраля_марта_апреля_мая_июня_июля_августа_сентября_октября_ноября_декабря".split("_"),standalone:"январь_февраль_март_апрель_май_июнь_июль_август_сентябрь_октябрь_ноябрь_декабрь".split("_")},monthsShort:{format:"янв._февр._мар._апр._мая_июня_июля_авг._сент._окт._нояб._дек.".split("_"),standalone:"янв._февр._март_апр._май_июнь_июль_авг._сент._окт._нояб._дек.".split("_")},weekdays:{standalone:"воскресенье_понедельник_вторник_среда_четверг_пятница_суббота".split("_"),format:"воскресенье_понедельник_вторник_среду_четверг_пятницу_субботу".split("_"),isFormat:/\[ ?[Вв] ?(?:прошлую|следующую|эту)? ?\] ?dddd/},weekdaysShort:"вс_пн_вт_ср_чт_пт_сб".split("_"),weekdaysMin:"вс_пн_вт_ср_чт_пт_сб".split("_"),monthsParse:n,longMonthsParse:n,shortMonthsParse:n,monthsRegex:/^(январ[ья]|янв\.?|феврал[ья]|февр?\.?|марта?|мар\.?|апрел[ья]|апр\.?|ма[йя]|июн[ья]|июн\.?|июл[ья]|июл\.?|августа?|авг\.?|сентябр[ья]|сент?\.?|октябр[ья]|окт\.?|ноябр[ья]|нояб?\.?|декабр[ья]|дек\.?)/i,monthsShortRegex:/^(январ[ья]|янв\.?|феврал[ья]|февр?\.?|марта?|мар\.?|апрел[ья]|апр\.?|ма[йя]|июн[ья]|июн\.?|июл[ья]|июл\.?|августа?|авг\.?|сентябр[ья]|сент?\.?|октябр[ья]|окт\.?|ноябр[ья]|нояб?\.?|декабр[ья]|дек\.?)/i,monthsStrictRegex:/^(январ[яь]|феврал[яь]|марта?|апрел[яь]|ма[яй]|июн[яь]|июл[яь]|августа?|сентябр[яь]|октябр[яь]|ноябр[яь]|декабр[яь])/i,monthsShortStrictRegex:/^(янв\.|февр?\.|мар[т.]|апр\.|ма[яй]|июн[ья.]|июл[ья.]|авг\.|сент?\.|окт\.|нояб?\.|дек\.)/i,longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY г.",LLL:"D MMMM YYYY г., H:mm",LLLL:"dddd, D MMMM YYYY г., H:mm"},calendar:{sameDay:"[Сегодня, в] LT",nextDay:"[Завтра, в] LT",lastDay:"[Вчера, в] LT",nextWeek:function(e){if(e.week()===this.week())return 2===this.day()?"[Во] dddd, [в] LT":"[В] dddd, [в] LT";switch(this.day()){case 0:return"[В следующее] dddd, [в] LT";case 1:case 2:case 4:return"[В следующий] dddd, [в] LT";case 3:case 5:case 6:return"[В следующую] dddd, [в] LT"}},lastWeek:function(e){if(e.week()===this.week())return 2===this.day()?"[Во] dddd, [в] LT":"[В] dddd, [в] LT";switch(this.day()){case 0:return"[В прошлое] dddd, [в] LT";case 1:case 2:case 4:return"[В прошлый] dddd, [в] LT";case 3:case 5:case 6:return"[В прошлую] dddd, [в] LT"}},sameElse:"L"},relativeTime:{future:"через %s",past:"%s назад",s:"несколько секунд",ss:t,m:t,mm:t,h:"час",hh:t,d:"день",dd:t,M:"месяц",MM:t,y:"год",yy:t},meridiemParse:/ночи|утра|дня|вечера/i,isPM:function(e){return/^(дня|вечера)$/.test(e)},meridiem:function(e,t,n){return e<4?"ночи":e<12?"утра":e<17?"дня":"вечера"},dayOfMonthOrdinalParse:/\d{1,2}-(й|го|я)/,ordinal:function(e,t){switch(t){case"M":case"d":case"DDD":return e+"-й";case"D":return e+"-го";case"w":case"W":return e+"-я";default:return e}},week:{dow:1,doy:4}})}(n(1))},function(e,t,n){!function(e){"use strict";var t=["جنوري","فيبروري","مارچ","اپريل","مئي","جون","جولاءِ","آگسٽ","سيپٽمبر","آڪٽوبر","نومبر","ڊسمبر"],n=["آچر","سومر","اڱارو","اربع","خميس","جمع","ڇنڇر"];e.defineLocale("sd",{months:t,monthsShort:t,weekdays:n,weekdaysShort:n,weekdaysMin:n,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd، D MMMM YYYY HH:mm"},meridiemParse:/صبح|شام/,isPM:function(e){return"شام"===e},meridiem:function(e,t,n){return e<12?"صبح":"شام"},calendar:{sameDay:"[اڄ] LT",nextDay:"[سڀاڻي] LT",nextWeek:"dddd [اڳين هفتي تي] LT",lastDay:"[ڪالهه] LT",lastWeek:"[گزريل هفتي] dddd [تي] LT",sameElse:"L"},relativeTime:{future:"%s پوء",past:"%s اڳ",s:"چند سيڪنڊ",ss:"%d سيڪنڊ",m:"هڪ منٽ",mm:"%d منٽ",h:"هڪ ڪلاڪ",hh:"%d ڪلاڪ",d:"هڪ ڏينهن",dd:"%d ڏينهن",M:"هڪ مهينو",MM:"%d مهينا",y:"هڪ سال",yy:"%d سال"},preparse:function(e){return e.replace(/،/g,",")},postformat:function(e){return e.replace(/,/g,"،")},week:{dow:1,doy:4}})}(n(1))},function(e,t,n){!function(e){"use strict";e.defineLocale("se",{months:"ođđajagemánnu_guovvamánnu_njukčamánnu_cuoŋománnu_miessemánnu_geassemánnu_suoidnemánnu_borgemánnu_čakčamánnu_golggotmánnu_skábmamánnu_juovlamánnu".split("_"),monthsShort:"ođđj_guov_njuk_cuo_mies_geas_suoi_borg_čakč_golg_skáb_juov".split("_"),weekdays:"sotnabeaivi_vuossárga_maŋŋebárga_gaskavahkku_duorastat_bearjadat_lávvardat".split("_"),weekdaysShort:"sotn_vuos_maŋ_gask_duor_bear_láv".split("_"),weekdaysMin:"s_v_m_g_d_b_L".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"MMMM D. [b.] YYYY",LLL:"MMMM D. [b.] YYYY [ti.] HH:mm",LLLL:"dddd, MMMM D. [b.] YYYY [ti.] HH:mm"},calendar:{sameDay:"[otne ti] LT",nextDay:"[ihttin ti] LT",nextWeek:"dddd [ti] LT",lastDay:"[ikte ti] LT",lastWeek:"[ovddit] dddd [ti] LT",sameElse:"L"},relativeTime:{future:"%s geažes",past:"maŋit %s",s:"moadde sekunddat",ss:"%d sekunddat",m:"okta minuhta",mm:"%d minuhtat",h:"okta diimmu",hh:"%d diimmut",d:"okta beaivi",dd:"%d beaivvit",M:"okta mánnu",MM:"%d mánut",y:"okta jahki",yy:"%d jagit"},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})}(n(1))},function(e,t,n){!function(e){"use strict";e.defineLocale("si",{months:"ජනවාරි_පෙබරවාරි_මාර්තු_අප්‍රේල්_මැයි_ජූනි_ජූලි_අගෝස්තු_සැප්තැම්බර්_ඔක්තෝබර්_නොවැම්බර්_දෙසැම්බර්".split("_"),monthsShort:"ජන_පෙබ_මාර්_අප්_මැයි_ජූනි_ජූලි_අගෝ_සැප්_ඔක්_නොවැ_දෙසැ".split("_"),weekdays:"ඉරිදා_සඳුදා_අඟහරුවාදා_බදාදා_බ්‍රහස්පතින්දා_සිකුරාදා_සෙනසුරාදා".split("_"),weekdaysShort:"ඉරි_සඳු_අඟ_බදා_බ්‍රහ_සිකු_සෙන".split("_"),weekdaysMin:"ඉ_ස_අ_බ_බ්‍ර_සි_සෙ".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"a h:mm",LTS:"a h:mm:ss",L:"YYYY/MM/DD",LL:"YYYY MMMM D",LLL:"YYYY MMMM D, a h:mm",LLLL:"YYYY MMMM D [වැනි] dddd, a h:mm:ss"},calendar:{sameDay:"[අද] LT[ට]",nextDay:"[හෙට] LT[ට]",nextWeek:"dddd LT[ට]",lastDay:"[ඊයේ] LT[ට]",lastWeek:"[පසුගිය] dddd LT[ට]",sameElse:"L"},relativeTime:{future:"%sකින්",past:"%sකට පෙර",s:"තත්පර කිහිපය",ss:"තත්පර %d",m:"මිනිත්තුව",mm:"මිනිත්තු %d",h:"පැය",hh:"පැය %d",d:"දිනය",dd:"දින %d",M:"මාසය",MM:"මාස %d",y:"වසර",yy:"වසර %d"},dayOfMonthOrdinalParse:/\d{1,2} වැනි/,ordinal:function(e){return e+" වැනි"},meridiemParse:/පෙර වරු|පස් වරු|පෙ.ව|ප.ව./,isPM:function(e){return"ප.ව."===e||"පස් වරු"===e},meridiem:function(e,t,n){return e>11?n?"ප.ව.":"පස් වරු":n?"පෙ.ව.":"පෙර වරු"}})}(n(1))},function(e,t,n){!function(e){"use strict";var t="január_február_marec_apríl_máj_jún_júl_august_september_október_november_december".split("_"),n="jan_feb_mar_apr_máj_jún_júl_aug_sep_okt_nov_dec".split("_");function r(e){return e>1&&e<5}function i(e,t,n,i){var a=e+" ";switch(n){case"s":return t||i?"pár sekúnd":"pár sekundami";case"ss":return t||i?a+(r(e)?"sekundy":"sekúnd"):a+"sekundami";case"m":return t?"minúta":i?"minútu":"minútou";case"mm":return t||i?a+(r(e)?"minúty":"minút"):a+"minútami";case"h":return t?"hodina":i?"hodinu":"hodinou";case"hh":return t||i?a+(r(e)?"hodiny":"hodín"):a+"hodinami";case"d":return t||i?"deň":"dňom";case"dd":return t||i?a+(r(e)?"dni":"dní"):a+"dňami";case"M":return t||i?"mesiac":"mesiacom";case"MM":return t||i?a+(r(e)?"mesiace":"mesiacov"):a+"mesiacmi";case"y":return t||i?"rok":"rokom";case"yy":return t||i?a+(r(e)?"roky":"rokov"):a+"rokmi"}}e.defineLocale("sk",{months:t,monthsShort:n,weekdays:"nedeľa_pondelok_utorok_streda_štvrtok_piatok_sobota".split("_"),weekdaysShort:"ne_po_ut_st_št_pi_so".split("_"),weekdaysMin:"ne_po_ut_st_št_pi_so".split("_"),longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY H:mm",LLLL:"dddd D. MMMM YYYY H:mm"},calendar:{sameDay:"[dnes o] LT",nextDay:"[zajtra o] LT",nextWeek:function(){switch(this.day()){case 0:return"[v nedeľu o] LT";case 1:case 2:return"[v] dddd [o] LT";case 3:return"[v stredu o] LT";case 4:return"[vo štvrtok o] LT";case 5:return"[v piatok o] LT";case 6:return"[v sobotu o] LT"}},lastDay:"[včera o] LT",lastWeek:function(){switch(this.day()){case 0:return"[minulú nedeľu o] LT";case 1:case 2:return"[minulý] dddd [o] LT";case 3:return"[minulú stredu o] LT";case 4:case 5:return"[minulý] dddd [o] LT";case 6:return"[minulú sobotu o] LT"}},sameElse:"L"},relativeTime:{future:"za %s",past:"pred %s",s:i,ss:i,m:i,mm:i,h:i,hh:i,d:i,dd:i,M:i,MM:i,y:i,yy:i},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})}(n(1))},function(e,t,n){!function(e){"use strict";function t(e,t,n,r){var i=e+" ";switch(n){case"s":return t||r?"nekaj sekund":"nekaj sekundami";case"ss":return i+=1===e?t?"sekundo":"sekundi":2===e?t||r?"sekundi":"sekundah":e<5?t||r?"sekunde":"sekundah":"sekund";case"m":return t?"ena minuta":"eno minuto";case"mm":return i+=1===e?t?"minuta":"minuto":2===e?t||r?"minuti":"minutama":e<5?t||r?"minute":"minutami":t||r?"minut":"minutami";case"h":return t?"ena ura":"eno uro";case"hh":return i+=1===e?t?"ura":"uro":2===e?t||r?"uri":"urama":e<5?t||r?"ure":"urami":t||r?"ur":"urami";case"d":return t||r?"en dan":"enim dnem";case"dd":return i+=1===e?t||r?"dan":"dnem":2===e?t||r?"dni":"dnevoma":t||r?"dni":"dnevi";case"M":return t||r?"en mesec":"enim mesecem";case"MM":return i+=1===e?t||r?"mesec":"mesecem":2===e?t||r?"meseca":"mesecema":e<5?t||r?"mesece":"meseci":t||r?"mesecev":"meseci";case"y":return t||r?"eno leto":"enim letom";case"yy":return i+=1===e?t||r?"leto":"letom":2===e?t||r?"leti":"letoma":e<5?t||r?"leta":"leti":t||r?"let":"leti"}}e.defineLocale("sl",{months:"januar_februar_marec_april_maj_junij_julij_avgust_september_oktober_november_december".split("_"),monthsShort:"jan._feb._mar._apr._maj._jun._jul._avg._sep._okt._nov._dec.".split("_"),monthsParseExact:!0,weekdays:"nedelja_ponedeljek_torek_sreda_četrtek_petek_sobota".split("_"),weekdaysShort:"ned._pon._tor._sre._čet._pet._sob.".split("_"),weekdaysMin:"ne_po_to_sr_če_pe_so".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY H:mm",LLLL:"dddd, D. MMMM YYYY H:mm"},calendar:{sameDay:"[danes ob] LT",nextDay:"[jutri ob] LT",nextWeek:function(){switch(this.day()){case 0:return"[v] [nedeljo] [ob] LT";case 3:return"[v] [sredo] [ob] LT";case 6:return"[v] [soboto] [ob] LT";case 1:case 2:case 4:case 5:return"[v] dddd [ob] LT"}},lastDay:"[včeraj ob] LT",lastWeek:function(){switch(this.day()){case 0:return"[prejšnjo] [nedeljo] [ob] LT";case 3:return"[prejšnjo] [sredo] [ob] LT";case 6:return"[prejšnjo] [soboto] [ob] LT";case 1:case 2:case 4:case 5:return"[prejšnji] dddd [ob] LT"}},sameElse:"L"},relativeTime:{future:"čez %s",past:"pred %s",s:t,ss:t,m:t,mm:t,h:t,hh:t,d:t,dd:t,M:t,MM:t,y:t,yy:t},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:7}})}(n(1))},function(e,t,n){!function(e){"use strict";e.defineLocale("sq",{months:"Janar_Shkurt_Mars_Prill_Maj_Qershor_Korrik_Gusht_Shtator_Tetor_Nëntor_Dhjetor".split("_"),monthsShort:"Jan_Shk_Mar_Pri_Maj_Qer_Kor_Gus_Sht_Tet_Nën_Dhj".split("_"),weekdays:"E Diel_E Hënë_E Martë_E Mërkurë_E Enjte_E Premte_E Shtunë".split("_"),weekdaysShort:"Die_Hën_Mar_Mër_Enj_Pre_Sht".split("_"),weekdaysMin:"D_H_Ma_Më_E_P_Sh".split("_"),weekdaysParseExact:!0,meridiemParse:/PD|MD/,isPM:function(e){return"M"===e.charAt(0)},meridiem:function(e,t,n){return e<12?"PD":"MD"},longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[Sot në] LT",nextDay:"[Nesër në] LT",nextWeek:"dddd [në] LT",lastDay:"[Dje në] LT",lastWeek:"dddd [e kaluar në] LT",sameElse:"L"},relativeTime:{future:"në %s",past:"%s më parë",s:"disa sekonda",ss:"%d sekonda",m:"një minutë",mm:"%d minuta",h:"një orë",hh:"%d orë",d:"një ditë",dd:"%d ditë",M:"një muaj",MM:"%d muaj",y:"një vit",yy:"%d vite"},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})}(n(1))},function(e,t,n){!function(e){"use strict";var t={words:{ss:["sekunda","sekunde","sekundi"],m:["jedan minut","jedne minute"],mm:["minut","minute","minuta"],h:["jedan sat","jednog sata"],hh:["sat","sata","sati"],dd:["dan","dana","dana"],MM:["mesec","meseca","meseci"],yy:["godina","godine","godina"]},correctGrammaticalCase:function(e,t){return 1===e?t[0]:e>=2&&e<=4?t[1]:t[2]},translate:function(e,n,r){var i=t.words[r];return 1===r.length?n?i[0]:i[1]:e+" "+t.correctGrammaticalCase(e,i)}};e.defineLocale("sr",{months:"januar_februar_mart_april_maj_jun_jul_avgust_septembar_oktobar_novembar_decembar".split("_"),monthsShort:"jan._feb._mar._apr._maj_jun_jul_avg._sep._okt._nov._dec.".split("_"),monthsParseExact:!0,weekdays:"nedelja_ponedeljak_utorak_sreda_četvrtak_petak_subota".split("_"),weekdaysShort:"ned._pon._uto._sre._čet._pet._sub.".split("_"),weekdaysMin:"ne_po_ut_sr_če_pe_su".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY H:mm",LLLL:"dddd, D. MMMM YYYY H:mm"},calendar:{sameDay:"[danas u] LT",nextDay:"[sutra u] LT",nextWeek:function(){switch(this.day()){case 0:return"[u] [nedelju] [u] LT";case 3:return"[u] [sredu] [u] LT";case 6:return"[u] [subotu] [u] LT";case 1:case 2:case 4:case 5:return"[u] dddd [u] LT"}},lastDay:"[juče u] LT",lastWeek:function(){return["[prošle] [nedelje] [u] LT","[prošlog] [ponedeljka] [u] LT","[prošlog] [utorka] [u] LT","[prošle] [srede] [u] LT","[prošlog] [četvrtka] [u] LT","[prošlog] [petka] [u] LT","[prošle] [subote] [u] LT"][this.day()]},sameElse:"L"},relativeTime:{future:"za %s",past:"pre %s",s:"nekoliko sekundi",ss:t.translate,m:t.translate,mm:t.translate,h:t.translate,hh:t.translate,d:"dan",dd:t.translate,M:"mesec",MM:t.translate,y:"godinu",yy:t.translate},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:7}})}(n(1))},function(e,t,n){!function(e){"use strict";var t={words:{ss:["секунда","секунде","секунди"],m:["један минут","једне минуте"],mm:["минут","минуте","минута"],h:["један сат","једног сата"],hh:["сат","сата","сати"],dd:["дан","дана","дана"],MM:["месец","месеца","месеци"],yy:["година","године","година"]},correctGrammaticalCase:function(e,t){return 1===e?t[0]:e>=2&&e<=4?t[1]:t[2]},translate:function(e,n,r){var i=t.words[r];return 1===r.length?n?i[0]:i[1]:e+" "+t.correctGrammaticalCase(e,i)}};e.defineLocale("sr-cyrl",{months:"јануар_фебруар_март_април_мај_јун_јул_август_септембар_октобар_новембар_децембар".split("_"),monthsShort:"јан._феб._мар._апр._мај_јун_јул_авг._сеп._окт._нов._дец.".split("_"),monthsParseExact:!0,weekdays:"недеља_понедељак_уторак_среда_четвртак_петак_субота".split("_"),weekdaysShort:"нед._пон._уто._сре._чет._пет._суб.".split("_"),weekdaysMin:"не_по_ут_ср_че_пе_су".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY H:mm",LLLL:"dddd, D. MMMM YYYY H:mm"},calendar:{sameDay:"[данас у] LT",nextDay:"[сутра у] LT",nextWeek:function(){switch(this.day()){case 0:return"[у] [недељу] [у] LT";case 3:return"[у] [среду] [у] LT";case 6:return"[у] [суботу] [у] LT";case 1:case 2:case 4:case 5:return"[у] dddd [у] LT"}},lastDay:"[јуче у] LT",lastWeek:function(){return["[прошле] [недеље] [у] LT","[прошлог] [понедељка] [у] LT","[прошлог] [уторка] [у] LT","[прошле] [среде] [у] LT","[прошлог] [четвртка] [у] LT","[прошлог] [петка] [у] LT","[прошле] [суботе] [у] LT"][this.day()]},sameElse:"L"},relativeTime:{future:"за %s",past:"пре %s",s:"неколико секунди",ss:t.translate,m:t.translate,mm:t.translate,h:t.translate,hh:t.translate,d:"дан",dd:t.translate,M:"месец",MM:t.translate,y:"годину",yy:t.translate},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:7}})}(n(1))},function(e,t,n){!function(e){"use strict";e.defineLocale("ss",{months:"Bhimbidvwane_Indlovana_Indlov'lenkhulu_Mabasa_Inkhwekhweti_Inhlaba_Kholwane_Ingci_Inyoni_Imphala_Lweti_Ingongoni".split("_"),monthsShort:"Bhi_Ina_Inu_Mab_Ink_Inh_Kho_Igc_Iny_Imp_Lwe_Igo".split("_"),weekdays:"Lisontfo_Umsombuluko_Lesibili_Lesitsatfu_Lesine_Lesihlanu_Umgcibelo".split("_"),weekdaysShort:"Lis_Umb_Lsb_Les_Lsi_Lsh_Umg".split("_"),weekdaysMin:"Li_Us_Lb_Lt_Ls_Lh_Ug".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"h:mm A",LTS:"h:mm:ss A",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY h:mm A",LLLL:"dddd, D MMMM YYYY h:mm A"},calendar:{sameDay:"[Namuhla nga] LT",nextDay:"[Kusasa nga] LT",nextWeek:"dddd [nga] LT",lastDay:"[Itolo nga] LT",lastWeek:"dddd [leliphelile] [nga] LT",sameElse:"L"},relativeTime:{future:"nga %s",past:"wenteka nga %s",s:"emizuzwana lomcane",ss:"%d mzuzwana",m:"umzuzu",mm:"%d emizuzu",h:"lihora",hh:"%d emahora",d:"lilanga",dd:"%d emalanga",M:"inyanga",MM:"%d tinyanga",y:"umnyaka",yy:"%d iminyaka"},meridiemParse:/ekuseni|emini|entsambama|ebusuku/,meridiem:function(e,t,n){return e<11?"ekuseni":e<15?"emini":e<19?"entsambama":"ebusuku"},meridiemHour:function(e,t){return 12===e&&(e=0),"ekuseni"===t?e:"emini"===t?e>=11?e:e+12:"entsambama"===t||"ebusuku"===t?0===e?0:e+12:void 0},dayOfMonthOrdinalParse:/\d{1,2}/,ordinal:"%d",week:{dow:1,doy:4}})}(n(1))},function(e,t,n){!function(e){"use strict";e.defineLocale("sv",{months:"januari_februari_mars_april_maj_juni_juli_augusti_september_oktober_november_december".split("_"),monthsShort:"jan_feb_mar_apr_maj_jun_jul_aug_sep_okt_nov_dec".split("_"),weekdays:"söndag_måndag_tisdag_onsdag_torsdag_fredag_lördag".split("_"),weekdaysShort:"sön_mån_tis_ons_tor_fre_lör".split("_"),weekdaysMin:"sö_må_ti_on_to_fr_lö".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"YYYY-MM-DD",LL:"D MMMM YYYY",LLL:"D MMMM YYYY [kl.] HH:mm",LLLL:"dddd D MMMM YYYY [kl.] HH:mm",lll:"D MMM YYYY HH:mm",llll:"ddd D MMM YYYY HH:mm"},calendar:{sameDay:"[Idag] LT",nextDay:"[Imorgon] LT",lastDay:"[Igår] LT",nextWeek:"[På] dddd LT",lastWeek:"[I] dddd[s] LT",sameElse:"L"},relativeTime:{future:"om %s",past:"för %s sedan",s:"några sekunder",ss:"%d sekunder",m:"en minut",mm:"%d minuter",h:"en timme",hh:"%d timmar",d:"en dag",dd:"%d dagar",M:"en månad",MM:"%d månader",y:"ett år",yy:"%d år"},dayOfMonthOrdinalParse:/\d{1,2}(e|a)/,ordinal:function(e){var t=e%10;return e+(1==~~(e%100/10)?"e":1===t||2===t?"a":"e")},week:{dow:1,doy:4}})}(n(1))},function(e,t,n){!function(e){"use strict";e.defineLocale("sw",{months:"Januari_Februari_Machi_Aprili_Mei_Juni_Julai_Agosti_Septemba_Oktoba_Novemba_Desemba".split("_"),monthsShort:"Jan_Feb_Mac_Apr_Mei_Jun_Jul_Ago_Sep_Okt_Nov_Des".split("_"),weekdays:"Jumapili_Jumatatu_Jumanne_Jumatano_Alhamisi_Ijumaa_Jumamosi".split("_"),weekdaysShort:"Jpl_Jtat_Jnne_Jtan_Alh_Ijm_Jmos".split("_"),weekdaysMin:"J2_J3_J4_J5_Al_Ij_J1".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[leo saa] LT",nextDay:"[kesho saa] LT",nextWeek:"[wiki ijayo] dddd [saat] LT",lastDay:"[jana] LT",lastWeek:"[wiki iliyopita] dddd [saat] LT",sameElse:"L"},relativeTime:{future:"%s baadaye",past:"tokea %s",s:"hivi punde",ss:"sekunde %d",m:"dakika moja",mm:"dakika %d",h:"saa limoja",hh:"masaa %d",d:"siku moja",dd:"masiku %d",M:"mwezi mmoja",MM:"miezi %d",y:"mwaka mmoja",yy:"miaka %d"},week:{dow:1,doy:7}})}(n(1))},function(e,t,n){!function(e){"use strict";var t={1:"௧",2:"௨",3:"௩",4:"௪",5:"௫",6:"௬",7:"௭",8:"௮",9:"௯",0:"௦"},n={"௧":"1","௨":"2","௩":"3","௪":"4","௫":"5","௬":"6","௭":"7","௮":"8","௯":"9","௦":"0"};e.defineLocale("ta",{months:"ஜனவரி_பிப்ரவரி_மார்ச்_ஏப்ரல்_மே_ஜூன்_ஜூலை_ஆகஸ்ட்_செப்டெம்பர்_அக்டோபர்_நவம்பர்_டிசம்பர்".split("_"),monthsShort:"ஜனவரி_பிப்ரவரி_மார்ச்_ஏப்ரல்_மே_ஜூன்_ஜூலை_ஆகஸ்ட்_செப்டெம்பர்_அக்டோபர்_நவம்பர்_டிசம்பர்".split("_"),weekdays:"ஞாயிற்றுக்கிழமை_திங்கட்கிழமை_செவ்வாய்கிழமை_புதன்கிழமை_வியாழக்கிழமை_வெள்ளிக்கிழமை_சனிக்கிழமை".split("_"),weekdaysShort:"ஞாயிறு_திங்கள்_செவ்வாய்_புதன்_வியாழன்_வெள்ளி_சனி".split("_"),weekdaysMin:"ஞா_தி_செ_பு_வி_வெ_ச".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY, HH:mm",LLLL:"dddd, D MMMM YYYY, HH:mm"},calendar:{sameDay:"[இன்று] LT",nextDay:"[நாளை] LT",nextWeek:"dddd, LT",lastDay:"[நேற்று] LT",lastWeek:"[கடந்த வாரம்] dddd, LT",sameElse:"L"},relativeTime:{future:"%s இல்",past:"%s முன்",s:"ஒரு சில விநாடிகள்",ss:"%d விநாடிகள்",m:"ஒரு நிமிடம்",mm:"%d நிமிடங்கள்",h:"ஒரு மணி நேரம்",hh:"%d மணி நேரம்",d:"ஒரு நாள்",dd:"%d நாட்கள்",M:"ஒரு மாதம்",MM:"%d மாதங்கள்",y:"ஒரு வருடம்",yy:"%d ஆண்டுகள்"},dayOfMonthOrdinalParse:/\d{1,2}வது/,ordinal:function(e){return e+"வது"},preparse:function(e){return e.replace(/[௧௨௩௪௫௬௭௮௯௦]/g,(function(e){return n[e]}))},postformat:function(e){return e.replace(/\d/g,(function(e){return t[e]}))},meridiemParse:/யாமம்|வைகறை|காலை|நண்பகல்|எற்பாடு|மாலை/,meridiem:function(e,t,n){return e<2?" யாமம்":e<6?" வைகறை":e<10?" காலை":e<14?" நண்பகல்":e<18?" எற்பாடு":e<22?" மாலை":" யாமம்"},meridiemHour:function(e,t){return 12===e&&(e=0),"யாமம்"===t?e<2?e:e+12:"வைகறை"===t||"காலை"===t||"நண்பகல்"===t&&e>=10?e:e+12},week:{dow:0,doy:6}})}(n(1))},function(e,t,n){!function(e){"use strict";e.defineLocale("te",{months:"జనవరి_ఫిబ్రవరి_మార్చి_ఏప్రిల్_మే_జూన్_జులై_ఆగస్టు_సెప్టెంబర్_అక్టోబర్_నవంబర్_డిసెంబర్".split("_"),monthsShort:"జన._ఫిబ్ర._మార్చి_ఏప్రి._మే_జూన్_జులై_ఆగ._సెప్._అక్టో._నవ._డిసె.".split("_"),monthsParseExact:!0,weekdays:"ఆదివారం_సోమవారం_మంగళవారం_బుధవారం_గురువారం_శుక్రవారం_శనివారం".split("_"),weekdaysShort:"ఆది_సోమ_మంగళ_బుధ_గురు_శుక్ర_శని".split("_"),weekdaysMin:"ఆ_సో_మం_బు_గు_శు_శ".split("_"),longDateFormat:{LT:"A h:mm",LTS:"A h:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY, A h:mm",LLLL:"dddd, D MMMM YYYY, A h:mm"},calendar:{sameDay:"[నేడు] LT",nextDay:"[రేపు] LT",nextWeek:"dddd, LT",lastDay:"[నిన్న] LT",lastWeek:"[గత] dddd, LT",sameElse:"L"},relativeTime:{future:"%s లో",past:"%s క్రితం",s:"కొన్ని క్షణాలు",ss:"%d సెకన్లు",m:"ఒక నిమిషం",mm:"%d నిమిషాలు",h:"ఒక గంట",hh:"%d గంటలు",d:"ఒక రోజు",dd:"%d రోజులు",M:"ఒక నెల",MM:"%d నెలలు",y:"ఒక సంవత్సరం",yy:"%d సంవత్సరాలు"},dayOfMonthOrdinalParse:/\d{1,2}వ/,ordinal:"%dవ",meridiemParse:/రాత్రి|ఉదయం|మధ్యాహ్నం|సాయంత్రం/,meridiemHour:function(e,t){return 12===e&&(e=0),"రాత్రి"===t?e<4?e:e+12:"ఉదయం"===t?e:"మధ్యాహ్నం"===t?e>=10?e:e+12:"సాయంత్రం"===t?e+12:void 0},meridiem:function(e,t,n){return e<4?"రాత్రి":e<10?"ఉదయం":e<17?"మధ్యాహ్నం":e<20?"సాయంత్రం":"రాత్రి"},week:{dow:0,doy:6}})}(n(1))},function(e,t,n){!function(e){"use strict";e.defineLocale("tet",{months:"Janeiru_Fevereiru_Marsu_Abril_Maiu_Juñu_Jullu_Agustu_Setembru_Outubru_Novembru_Dezembru".split("_"),monthsShort:"Jan_Fev_Mar_Abr_Mai_Jun_Jul_Ago_Set_Out_Nov_Dez".split("_"),weekdays:"Domingu_Segunda_Tersa_Kuarta_Kinta_Sesta_Sabadu".split("_"),weekdaysShort:"Dom_Seg_Ters_Kua_Kint_Sest_Sab".split("_"),weekdaysMin:"Do_Seg_Te_Ku_Ki_Ses_Sa".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[Ohin iha] LT",nextDay:"[Aban iha] LT",nextWeek:"dddd [iha] LT",lastDay:"[Horiseik iha] LT",lastWeek:"dddd [semana kotuk] [iha] LT",sameElse:"L"},relativeTime:{future:"iha %s",past:"%s liuba",s:"minutu balun",ss:"minutu %d",m:"minutu ida",mm:"minutu %d",h:"oras ida",hh:"oras %d",d:"loron ida",dd:"loron %d",M:"fulan ida",MM:"fulan %d",y:"tinan ida",yy:"tinan %d"},dayOfMonthOrdinalParse:/\d{1,2}(st|nd|rd|th)/,ordinal:function(e){var t=e%10;return e+(1==~~(e%100/10)?"th":1===t?"st":2===t?"nd":3===t?"rd":"th")},week:{dow:1,doy:4}})}(n(1))},function(e,t,n){!function(e){"use strict";var t={0:"-ум",1:"-ум",2:"-юм",3:"-юм",4:"-ум",5:"-ум",6:"-ум",7:"-ум",8:"-ум",9:"-ум",10:"-ум",12:"-ум",13:"-ум",20:"-ум",30:"-юм",40:"-ум",50:"-ум",60:"-ум",70:"-ум",80:"-ум",90:"-ум",100:"-ум"};e.defineLocale("tg",{months:"январ_феврал_март_апрел_май_июн_июл_август_сентябр_октябр_ноябр_декабр".split("_"),monthsShort:"янв_фев_мар_апр_май_июн_июл_авг_сен_окт_ноя_дек".split("_"),weekdays:"якшанбе_душанбе_сешанбе_чоршанбе_панҷшанбе_ҷумъа_шанбе".split("_"),weekdaysShort:"яшб_дшб_сшб_чшб_пшб_ҷум_шнб".split("_"),weekdaysMin:"яш_дш_сш_чш_пш_ҷм_шб".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[Имрӯз соати] LT",nextDay:"[Пагоҳ соати] LT",lastDay:"[Дирӯз соати] LT",nextWeek:"dddd[и] [ҳафтаи оянда соати] LT",lastWeek:"dddd[и] [ҳафтаи гузашта соати] LT",sameElse:"L"},relativeTime:{future:"баъди %s",past:"%s пеш",s:"якчанд сония",m:"як дақиқа",mm:"%d дақиқа",h:"як соат",hh:"%d соат",d:"як рӯз",dd:"%d рӯз",M:"як моҳ",MM:"%d моҳ",y:"як сол",yy:"%d сол"},meridiemParse:/шаб|субҳ|рӯз|бегоҳ/,meridiemHour:function(e,t){return 12===e&&(e=0),"шаб"===t?e<4?e:e+12:"субҳ"===t?e:"рӯз"===t?e>=11?e:e+12:"бегоҳ"===t?e+12:void 0},meridiem:function(e,t,n){return e<4?"шаб":e<11?"субҳ":e<16?"рӯз":e<19?"бегоҳ":"шаб"},dayOfMonthOrdinalParse:/\d{1,2}-(ум|юм)/,ordinal:function(e){return e+(t[e]||t[e%10]||t[e>=100?100:null])},week:{dow:1,doy:7}})}(n(1))},function(e,t,n){!function(e){"use strict";e.defineLocale("th",{months:"มกราคม_กุมภาพันธ์_มีนาคม_เมษายน_พฤษภาคม_มิถุนายน_กรกฎาคม_สิงหาคม_กันยายน_ตุลาคม_พฤศจิกายน_ธันวาคม".split("_"),monthsShort:"ม.ค._ก.พ._มี.ค._เม.ย._พ.ค._มิ.ย._ก.ค._ส.ค._ก.ย._ต.ค._พ.ย._ธ.ค.".split("_"),monthsParseExact:!0,weekdays:"อาทิตย์_จันทร์_อังคาร_พุธ_พฤหัสบดี_ศุกร์_เสาร์".split("_"),weekdaysShort:"อาทิตย์_จันทร์_อังคาร_พุธ_พฤหัส_ศุกร์_เสาร์".split("_"),weekdaysMin:"อา._จ._อ._พ._พฤ._ศ._ส.".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY เวลา H:mm",LLLL:"วันddddที่ D MMMM YYYY เวลา H:mm"},meridiemParse:/ก่อนเที่ยง|หลังเที่ยง/,isPM:function(e){return"หลังเที่ยง"===e},meridiem:function(e,t,n){return e<12?"ก่อนเที่ยง":"หลังเที่ยง"},calendar:{sameDay:"[วันนี้ เวลา] LT",nextDay:"[พรุ่งนี้ เวลา] LT",nextWeek:"dddd[หน้า เวลา] LT",lastDay:"[เมื่อวานนี้ เวลา] LT",lastWeek:"[วัน]dddd[ที่แล้ว เวลา] LT",sameElse:"L"},relativeTime:{future:"อีก %s",past:"%sที่แล้ว",s:"ไม่กี่วินาที",ss:"%d วินาที",m:"1 นาที",mm:"%d นาที",h:"1 ชั่วโมง",hh:"%d ชั่วโมง",d:"1 วัน",dd:"%d วัน",M:"1 เดือน",MM:"%d เดือน",y:"1 ปี",yy:"%d ปี"}})}(n(1))},function(e,t,n){!function(e){"use strict";e.defineLocale("tl-ph",{months:"Enero_Pebrero_Marso_Abril_Mayo_Hunyo_Hulyo_Agosto_Setyembre_Oktubre_Nobyembre_Disyembre".split("_"),monthsShort:"Ene_Peb_Mar_Abr_May_Hun_Hul_Ago_Set_Okt_Nob_Dis".split("_"),weekdays:"Linggo_Lunes_Martes_Miyerkules_Huwebes_Biyernes_Sabado".split("_"),weekdaysShort:"Lin_Lun_Mar_Miy_Huw_Biy_Sab".split("_"),weekdaysMin:"Li_Lu_Ma_Mi_Hu_Bi_Sab".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"MM/D/YYYY",LL:"MMMM D, YYYY",LLL:"MMMM D, YYYY HH:mm",LLLL:"dddd, MMMM DD, YYYY HH:mm"},calendar:{sameDay:"LT [ngayong araw]",nextDay:"[Bukas ng] LT",nextWeek:"LT [sa susunod na] dddd",lastDay:"LT [kahapon]",lastWeek:"LT [noong nakaraang] dddd",sameElse:"L"},relativeTime:{future:"sa loob ng %s",past:"%s ang nakalipas",s:"ilang segundo",ss:"%d segundo",m:"isang minuto",mm:"%d minuto",h:"isang oras",hh:"%d oras",d:"isang araw",dd:"%d araw",M:"isang buwan",MM:"%d buwan",y:"isang taon",yy:"%d taon"},dayOfMonthOrdinalParse:/\d{1,2}/,ordinal:function(e){return e},week:{dow:1,doy:4}})}(n(1))},function(e,t,n){!function(e){"use strict";var t="pagh_wa’_cha’_wej_loS_vagh_jav_Soch_chorgh_Hut".split("_");function n(e,n,r,i){var a=function(e){var n=Math.floor(e%1e3/100),r=Math.floor(e%100/10),i=e%10,a="";return n>0&&(a+=t[n]+"vatlh"),r>0&&(a+=(""!==a?" ":"")+t[r]+"maH"),i>0&&(a+=(""!==a?" ":"")+t[i]),""===a?"pagh":a}(e);switch(r){case"ss":return a+" lup";case"mm":return a+" tup";case"hh":return a+" rep";case"dd":return a+" jaj";case"MM":return a+" jar";case"yy":return a+" DIS"}}e.defineLocale("tlh",{months:"tera’ jar wa’_tera’ jar cha’_tera’ jar wej_tera’ jar loS_tera’ jar vagh_tera’ jar jav_tera’ jar Soch_tera’ jar chorgh_tera’ jar Hut_tera’ jar wa’maH_tera’ jar wa’maH wa’_tera’ jar wa’maH cha’".split("_"),monthsShort:"jar wa’_jar cha’_jar wej_jar loS_jar vagh_jar jav_jar Soch_jar chorgh_jar Hut_jar wa’maH_jar wa’maH wa’_jar wa’maH cha’".split("_"),monthsParseExact:!0,weekdays:"lojmItjaj_DaSjaj_povjaj_ghItlhjaj_loghjaj_buqjaj_ghInjaj".split("_"),weekdaysShort:"lojmItjaj_DaSjaj_povjaj_ghItlhjaj_loghjaj_buqjaj_ghInjaj".split("_"),weekdaysMin:"lojmItjaj_DaSjaj_povjaj_ghItlhjaj_loghjaj_buqjaj_ghInjaj".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[DaHjaj] LT",nextDay:"[wa’leS] LT",nextWeek:"LLL",lastDay:"[wa’Hu’] LT",lastWeek:"LLL",sameElse:"L"},relativeTime:{future:function(e){var t=e;return t=-1!==e.indexOf("jaj")?t.slice(0,-3)+"leS":-1!==e.indexOf("jar")?t.slice(0,-3)+"waQ":-1!==e.indexOf("DIS")?t.slice(0,-3)+"nem":t+" pIq"},past:function(e){var t=e;return t=-1!==e.indexOf("jaj")?t.slice(0,-3)+"Hu’":-1!==e.indexOf("jar")?t.slice(0,-3)+"wen":-1!==e.indexOf("DIS")?t.slice(0,-3)+"ben":t+" ret"},s:"puS lup",ss:n,m:"wa’ tup",mm:n,h:"wa’ rep",hh:n,d:"wa’ jaj",dd:n,M:"wa’ jar",MM:n,y:"wa’ DIS",yy:n},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})}(n(1))},function(e,t,n){!function(e){"use strict";var t={1:"'inci",5:"'inci",8:"'inci",70:"'inci",80:"'inci",2:"'nci",7:"'nci",20:"'nci",50:"'nci",3:"'üncü",4:"'üncü",100:"'üncü",6:"'ncı",9:"'uncu",10:"'uncu",30:"'uncu",60:"'ıncı",90:"'ıncı"};e.defineLocale("tr",{months:"Ocak_Şubat_Mart_Nisan_Mayıs_Haziran_Temmuz_Ağustos_Eylül_Ekim_Kasım_Aralık".split("_"),monthsShort:"Oca_Şub_Mar_Nis_May_Haz_Tem_Ağu_Eyl_Eki_Kas_Ara".split("_"),weekdays:"Pazar_Pazartesi_Salı_Çarşamba_Perşembe_Cuma_Cumartesi".split("_"),weekdaysShort:"Paz_Pts_Sal_Çar_Per_Cum_Cts".split("_"),weekdaysMin:"Pz_Pt_Sa_Ça_Pe_Cu_Ct".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[bugün saat] LT",nextDay:"[yarın saat] LT",nextWeek:"[gelecek] dddd [saat] LT",lastDay:"[dün] LT",lastWeek:"[geçen] dddd [saat] LT",sameElse:"L"},relativeTime:{future:"%s sonra",past:"%s önce",s:"birkaç saniye",ss:"%d saniye",m:"bir dakika",mm:"%d dakika",h:"bir saat",hh:"%d saat",d:"bir gün",dd:"%d gün",M:"bir ay",MM:"%d ay",y:"bir yıl",yy:"%d yıl"},ordinal:function(e,n){switch(n){case"d":case"D":case"Do":case"DD":return e;default:if(0===e)return e+"'ıncı";var r=e%10;return e+(t[r]||t[e%100-r]||t[e>=100?100:null])}},week:{dow:1,doy:7}})}(n(1))},function(e,t,n){!function(e){"use strict";function t(e,t,n,r){var i={s:["viensas secunds","'iensas secunds"],ss:[e+" secunds",e+" secunds"],m:["'n míut","'iens míut"],mm:[e+" míuts",e+" míuts"],h:["'n þora","'iensa þora"],hh:[e+" þoras",e+" þoras"],d:["'n ziua","'iensa ziua"],dd:[e+" ziuas",e+" ziuas"],M:["'n mes","'iens mes"],MM:[e+" mesen",e+" mesen"],y:["'n ar","'iens ar"],yy:[e+" ars",e+" ars"]};return r||t?i[n][0]:i[n][1]}e.defineLocale("tzl",{months:"Januar_Fevraglh_Març_Avrïu_Mai_Gün_Julia_Guscht_Setemvar_Listopäts_Noemvar_Zecemvar".split("_"),monthsShort:"Jan_Fev_Mar_Avr_Mai_Gün_Jul_Gus_Set_Lis_Noe_Zec".split("_"),weekdays:"Súladi_Lúneçi_Maitzi_Márcuri_Xhúadi_Viénerçi_Sáturi".split("_"),weekdaysShort:"Súl_Lún_Mai_Már_Xhú_Vié_Sát".split("_"),weekdaysMin:"Sú_Lú_Ma_Má_Xh_Vi_Sá".split("_"),longDateFormat:{LT:"HH.mm",LTS:"HH.mm.ss",L:"DD.MM.YYYY",LL:"D. MMMM [dallas] YYYY",LLL:"D. MMMM [dallas] YYYY HH.mm",LLLL:"dddd, [li] D. MMMM [dallas] YYYY HH.mm"},meridiemParse:/d\'o|d\'a/i,isPM:function(e){return"d'o"===e.toLowerCase()},meridiem:function(e,t,n){return e>11?n?"d'o":"D'O":n?"d'a":"D'A"},calendar:{sameDay:"[oxhi à] LT",nextDay:"[demà à] LT",nextWeek:"dddd [à] LT",lastDay:"[ieiri à] LT",lastWeek:"[sür el] dddd [lasteu à] LT",sameElse:"L"},relativeTime:{future:"osprei %s",past:"ja%s",s:t,ss:t,m:t,mm:t,h:t,hh:t,d:t,dd:t,M:t,MM:t,y:t,yy:t},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})}(n(1))},function(e,t,n){!function(e){"use strict";e.defineLocale("tzm",{months:"ⵉⵏⵏⴰⵢⵔ_ⴱⵕⴰⵢⵕ_ⵎⴰⵕⵚ_ⵉⴱⵔⵉⵔ_ⵎⴰⵢⵢⵓ_ⵢⵓⵏⵢⵓ_ⵢⵓⵍⵢⵓⵣ_ⵖⵓⵛⵜ_ⵛⵓⵜⴰⵏⴱⵉⵔ_ⴽⵟⵓⴱⵕ_ⵏⵓⵡⴰⵏⴱⵉⵔ_ⴷⵓⵊⵏⴱⵉⵔ".split("_"),monthsShort:"ⵉⵏⵏⴰⵢⵔ_ⴱⵕⴰⵢⵕ_ⵎⴰⵕⵚ_ⵉⴱⵔⵉⵔ_ⵎⴰⵢⵢⵓ_ⵢⵓⵏⵢⵓ_ⵢⵓⵍⵢⵓⵣ_ⵖⵓⵛⵜ_ⵛⵓⵜⴰⵏⴱⵉⵔ_ⴽⵟⵓⴱⵕ_ⵏⵓⵡⴰⵏⴱⵉⵔ_ⴷⵓⵊⵏⴱⵉⵔ".split("_"),weekdays:"ⴰⵙⴰⵎⴰⵙ_ⴰⵢⵏⴰⵙ_ⴰⵙⵉⵏⴰⵙ_ⴰⴽⵔⴰⵙ_ⴰⴽⵡⴰⵙ_ⴰⵙⵉⵎⵡⴰⵙ_ⴰⵙⵉⴹⵢⴰⵙ".split("_"),weekdaysShort:"ⴰⵙⴰⵎⴰⵙ_ⴰⵢⵏⴰⵙ_ⴰⵙⵉⵏⴰⵙ_ⴰⴽⵔⴰⵙ_ⴰⴽⵡⴰⵙ_ⴰⵙⵉⵎⵡⴰⵙ_ⴰⵙⵉⴹⵢⴰⵙ".split("_"),weekdaysMin:"ⴰⵙⴰⵎⴰⵙ_ⴰⵢⵏⴰⵙ_ⴰⵙⵉⵏⴰⵙ_ⴰⴽⵔⴰⵙ_ⴰⴽⵡⴰⵙ_ⴰⵙⵉⵎⵡⴰⵙ_ⴰⵙⵉⴹⵢⴰⵙ".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[ⴰⵙⴷⵅ ⴴ] LT",nextDay:"[ⴰⵙⴽⴰ ⴴ] LT",nextWeek:"dddd [ⴴ] LT",lastDay:"[ⴰⵚⴰⵏⵜ ⴴ] LT",lastWeek:"dddd [ⴴ] LT",sameElse:"L"},relativeTime:{future:"ⴷⴰⴷⵅ ⵙ ⵢⴰⵏ %s",past:"ⵢⴰⵏ %s",s:"ⵉⵎⵉⴽ",ss:"%d ⵉⵎⵉⴽ",m:"ⵎⵉⵏⵓⴺ",mm:"%d ⵎⵉⵏⵓⴺ",h:"ⵙⴰⵄⴰ",hh:"%d ⵜⴰⵙⵙⴰⵄⵉⵏ",d:"ⴰⵙⵙ",dd:"%d oⵙⵙⴰⵏ",M:"ⴰⵢoⵓⵔ",MM:"%d ⵉⵢⵢⵉⵔⵏ",y:"ⴰⵙⴳⴰⵙ",yy:"%d ⵉⵙⴳⴰⵙⵏ"},week:{dow:6,doy:12}})}(n(1))},function(e,t,n){!function(e){"use strict";e.defineLocale("tzm-latn",{months:"innayr_brˤayrˤ_marˤsˤ_ibrir_mayyw_ywnyw_ywlywz_ɣwšt_šwtanbir_ktˤwbrˤ_nwwanbir_dwjnbir".split("_"),monthsShort:"innayr_brˤayrˤ_marˤsˤ_ibrir_mayyw_ywnyw_ywlywz_ɣwšt_šwtanbir_ktˤwbrˤ_nwwanbir_dwjnbir".split("_"),weekdays:"asamas_aynas_asinas_akras_akwas_asimwas_asiḍyas".split("_"),weekdaysShort:"asamas_aynas_asinas_akras_akwas_asimwas_asiḍyas".split("_"),weekdaysMin:"asamas_aynas_asinas_akras_akwas_asimwas_asiḍyas".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[asdkh g] LT",nextDay:"[aska g] LT",nextWeek:"dddd [g] LT",lastDay:"[assant g] LT",lastWeek:"dddd [g] LT",sameElse:"L"},relativeTime:{future:"dadkh s yan %s",past:"yan %s",s:"imik",ss:"%d imik",m:"minuḍ",mm:"%d minuḍ",h:"saɛa",hh:"%d tassaɛin",d:"ass",dd:"%d ossan",M:"ayowr",MM:"%d iyyirn",y:"asgas",yy:"%d isgasn"},week:{dow:6,doy:12}})}(n(1))},function(e,t,n){!function(e){"use strict";e.defineLocale("ug-cn",{months:"يانۋار_فېۋرال_مارت_ئاپرېل_ماي_ئىيۇن_ئىيۇل_ئاۋغۇست_سېنتەبىر_ئۆكتەبىر_نويابىر_دېكابىر".split("_"),monthsShort:"يانۋار_فېۋرال_مارت_ئاپرېل_ماي_ئىيۇن_ئىيۇل_ئاۋغۇست_سېنتەبىر_ئۆكتەبىر_نويابىر_دېكابىر".split("_"),weekdays:"يەكشەنبە_دۈشەنبە_سەيشەنبە_چارشەنبە_پەيشەنبە_جۈمە_شەنبە".split("_"),weekdaysShort:"يە_دۈ_سە_چا_پە_جۈ_شە".split("_"),weekdaysMin:"يە_دۈ_سە_چا_پە_جۈ_شە".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"YYYY-MM-DD",LL:"YYYY-يىلىM-ئاينىڭD-كۈنى",LLL:"YYYY-يىلىM-ئاينىڭD-كۈنى، HH:mm",LLLL:"dddd، YYYY-يىلىM-ئاينىڭD-كۈنى، HH:mm"},meridiemParse:/يېرىم كېچە|سەھەر|چۈشتىن بۇرۇن|چۈش|چۈشتىن كېيىن|كەچ/,meridiemHour:function(e,t){return 12===e&&(e=0),"يېرىم كېچە"===t||"سەھەر"===t||"چۈشتىن بۇرۇن"===t?e:"چۈشتىن كېيىن"===t||"كەچ"===t?e+12:e>=11?e:e+12},meridiem:function(e,t,n){var r=100*e+t;return r<600?"يېرىم كېچە":r<900?"سەھەر":r<1130?"چۈشتىن بۇرۇن":r<1230?"چۈش":r<1800?"چۈشتىن كېيىن":"كەچ"},calendar:{sameDay:"[بۈگۈن سائەت] LT",nextDay:"[ئەتە سائەت] LT",nextWeek:"[كېلەركى] dddd [سائەت] LT",lastDay:"[تۆنۈگۈن] LT",lastWeek:"[ئالدىنقى] dddd [سائەت] LT",sameElse:"L"},relativeTime:{future:"%s كېيىن",past:"%s بۇرۇن",s:"نەچچە سېكونت",ss:"%d سېكونت",m:"بىر مىنۇت",mm:"%d مىنۇت",h:"بىر سائەت",hh:"%d سائەت",d:"بىر كۈن",dd:"%d كۈن",M:"بىر ئاي",MM:"%d ئاي",y:"بىر يىل",yy:"%d يىل"},dayOfMonthOrdinalParse:/\d{1,2}(-كۈنى|-ئاي|-ھەپتە)/,ordinal:function(e,t){switch(t){case"d":case"D":case"DDD":return e+"-كۈنى";case"w":case"W":return e+"-ھەپتە";default:return e}},preparse:function(e){return e.replace(/،/g,",")},postformat:function(e){return e.replace(/,/g,"،")},week:{dow:1,doy:7}})}(n(1))},function(e,t,n){!function(e){"use strict";function t(e,t,n){var r,i;return"m"===n?t?"хвилина":"хвилину":"h"===n?t?"година":"годину":e+" "+(r=+e,i={ss:t?"секунда_секунди_секунд":"секунду_секунди_секунд",mm:t?"хвилина_хвилини_хвилин":"хвилину_хвилини_хвилин",hh:t?"година_години_годин":"годину_години_годин",dd:"день_дні_днів",MM:"місяць_місяці_місяців",yy:"рік_роки_років"}[n].split("_"),r%10==1&&r%100!=11?i[0]:r%10>=2&&r%10<=4&&(r%100<10||r%100>=20)?i[1]:i[2])}function n(e){return function(){return e+"о"+(11===this.hours()?"б":"")+"] LT"}}e.defineLocale("uk",{months:{format:"січня_лютого_березня_квітня_травня_червня_липня_серпня_вересня_жовтня_листопада_грудня".split("_"),standalone:"січень_лютий_березень_квітень_травень_червень_липень_серпень_вересень_жовтень_листопад_грудень".split("_")},monthsShort:"січ_лют_бер_квіт_трав_черв_лип_серп_вер_жовт_лист_груд".split("_"),weekdays:function(e,t){var n={nominative:"неділя_понеділок_вівторок_середа_четвер_п’ятниця_субота".split("_"),accusative:"неділю_понеділок_вівторок_середу_четвер_п’ятницю_суботу".split("_"),genitive:"неділі_понеділка_вівторка_середи_четверга_п’ятниці_суботи".split("_")};return!0===e?n.nominative.slice(1,7).concat(n.nominative.slice(0,1)):e?n[/(\[[ВвУу]\]) ?dddd/.test(t)?"accusative":/\[?(?:минулої|наступної)? ?\] ?dddd/.test(t)?"genitive":"nominative"][e.day()]:n.nominative},weekdaysShort:"нд_пн_вт_ср_чт_пт_сб".split("_"),weekdaysMin:"нд_пн_вт_ср_чт_пт_сб".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY р.",LLL:"D MMMM YYYY р., HH:mm",LLLL:"dddd, D MMMM YYYY р., HH:mm"},calendar:{sameDay:n("[Сьогодні "),nextDay:n("[Завтра "),lastDay:n("[Вчора "),nextWeek:n("[У] dddd ["),lastWeek:function(){switch(this.day()){case 0:case 3:case 5:case 6:return n("[Минулої] dddd [").call(this);case 1:case 2:case 4:return n("[Минулого] dddd [").call(this)}},sameElse:"L"},relativeTime:{future:"за %s",past:"%s тому",s:"декілька секунд",ss:t,m:t,mm:t,h:"годину",hh:t,d:"день",dd:t,M:"місяць",MM:t,y:"рік",yy:t},meridiemParse:/ночі|ранку|дня|вечора/,isPM:function(e){return/^(дня|вечора)$/.test(e)},meridiem:function(e,t,n){return e<4?"ночі":e<12?"ранку":e<17?"дня":"вечора"},dayOfMonthOrdinalParse:/\d{1,2}-(й|го)/,ordinal:function(e,t){switch(t){case"M":case"d":case"DDD":case"w":case"W":return e+"-й";case"D":return e+"-го";default:return e}},week:{dow:1,doy:7}})}(n(1))},function(e,t,n){!function(e){"use strict";var t=["جنوری","فروری","مارچ","اپریل","مئی","جون","جولائی","اگست","ستمبر","اکتوبر","نومبر","دسمبر"],n=["اتوار","پیر","منگل","بدھ","جمعرات","جمعہ","ہفتہ"];e.defineLocale("ur",{months:t,monthsShort:t,weekdays:n,weekdaysShort:n,weekdaysMin:n,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd، D MMMM YYYY HH:mm"},meridiemParse:/صبح|شام/,isPM:function(e){return"شام"===e},meridiem:function(e,t,n){return e<12?"صبح":"شام"},calendar:{sameDay:"[آج بوقت] LT",nextDay:"[کل بوقت] LT",nextWeek:"dddd [بوقت] LT",lastDay:"[گذشتہ روز بوقت] LT",lastWeek:"[گذشتہ] dddd [بوقت] LT",sameElse:"L"},relativeTime:{future:"%s بعد",past:"%s قبل",s:"چند سیکنڈ",ss:"%d سیکنڈ",m:"ایک منٹ",mm:"%d منٹ",h:"ایک گھنٹہ",hh:"%d گھنٹے",d:"ایک دن",dd:"%d دن",M:"ایک ماہ",MM:"%d ماہ",y:"ایک سال",yy:"%d سال"},preparse:function(e){return e.replace(/،/g,",")},postformat:function(e){return e.replace(/,/g,"،")},week:{dow:1,doy:4}})}(n(1))},function(e,t,n){!function(e){"use strict";e.defineLocale("uz",{months:"январ_феврал_март_апрел_май_июн_июл_август_сентябр_октябр_ноябр_декабр".split("_"),monthsShort:"янв_фев_мар_апр_май_июн_июл_авг_сен_окт_ноя_дек".split("_"),weekdays:"Якшанба_Душанба_Сешанба_Чоршанба_Пайшанба_Жума_Шанба".split("_"),weekdaysShort:"Якш_Душ_Сеш_Чор_Пай_Жум_Шан".split("_"),weekdaysMin:"Як_Ду_Се_Чо_Па_Жу_Ша".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"D MMMM YYYY, dddd HH:mm"},calendar:{sameDay:"[Бугун соат] LT [да]",nextDay:"[Эртага] LT [да]",nextWeek:"dddd [куни соат] LT [да]",lastDay:"[Кеча соат] LT [да]",lastWeek:"[Утган] dddd [куни соат] LT [да]",sameElse:"L"},relativeTime:{future:"Якин %s ичида",past:"Бир неча %s олдин",s:"фурсат",ss:"%d фурсат",m:"бир дакика",mm:"%d дакика",h:"бир соат",hh:"%d соат",d:"бир кун",dd:"%d кун",M:"бир ой",MM:"%d ой",y:"бир йил",yy:"%d йил"},week:{dow:1,doy:7}})}(n(1))},function(e,t,n){!function(e){"use strict";e.defineLocale("uz-latn",{months:"Yanvar_Fevral_Mart_Aprel_May_Iyun_Iyul_Avgust_Sentabr_Oktabr_Noyabr_Dekabr".split("_"),monthsShort:"Yan_Fev_Mar_Apr_May_Iyun_Iyul_Avg_Sen_Okt_Noy_Dek".split("_"),weekdays:"Yakshanba_Dushanba_Seshanba_Chorshanba_Payshanba_Juma_Shanba".split("_"),weekdaysShort:"Yak_Dush_Sesh_Chor_Pay_Jum_Shan".split("_"),weekdaysMin:"Ya_Du_Se_Cho_Pa_Ju_Sha".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"D MMMM YYYY, dddd HH:mm"},calendar:{sameDay:"[Bugun soat] LT [da]",nextDay:"[Ertaga] LT [da]",nextWeek:"dddd [kuni soat] LT [da]",lastDay:"[Kecha soat] LT [da]",lastWeek:"[O'tgan] dddd [kuni soat] LT [da]",sameElse:"L"},relativeTime:{future:"Yaqin %s ichida",past:"Bir necha %s oldin",s:"soniya",ss:"%d soniya",m:"bir daqiqa",mm:"%d daqiqa",h:"bir soat",hh:"%d soat",d:"bir kun",dd:"%d kun",M:"bir oy",MM:"%d oy",y:"bir yil",yy:"%d yil"},week:{dow:1,doy:7}})}(n(1))},function(e,t,n){!function(e){"use strict";e.defineLocale("vi",{months:"tháng 1_tháng 2_tháng 3_tháng 4_tháng 5_tháng 6_tháng 7_tháng 8_tháng 9_tháng 10_tháng 11_tháng 12".split("_"),monthsShort:"Th01_Th02_Th03_Th04_Th05_Th06_Th07_Th08_Th09_Th10_Th11_Th12".split("_"),monthsParseExact:!0,weekdays:"chủ nhật_thứ hai_thứ ba_thứ tư_thứ năm_thứ sáu_thứ bảy".split("_"),weekdaysShort:"CN_T2_T3_T4_T5_T6_T7".split("_"),weekdaysMin:"CN_T2_T3_T4_T5_T6_T7".split("_"),weekdaysParseExact:!0,meridiemParse:/sa|ch/i,isPM:function(e){return/^ch$/i.test(e)},meridiem:function(e,t,n){return e<12?n?"sa":"SA":n?"ch":"CH"},longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM [năm] YYYY",LLL:"D MMMM [năm] YYYY HH:mm",LLLL:"dddd, D MMMM [năm] YYYY HH:mm",l:"DD/M/YYYY",ll:"D MMM YYYY",lll:"D MMM YYYY HH:mm",llll:"ddd, D MMM YYYY HH:mm"},calendar:{sameDay:"[Hôm nay lúc] LT",nextDay:"[Ngày mai lúc] LT",nextWeek:"dddd [tuần tới lúc] LT",lastDay:"[Hôm qua lúc] LT",lastWeek:"dddd [tuần rồi lúc] LT",sameElse:"L"},relativeTime:{future:"%s tới",past:"%s trước",s:"vài giây",ss:"%d giây",m:"một phút",mm:"%d phút",h:"một giờ",hh:"%d giờ",d:"một ngày",dd:"%d ngày",M:"một tháng",MM:"%d tháng",y:"một năm",yy:"%d năm"},dayOfMonthOrdinalParse:/\d{1,2}/,ordinal:function(e){return e},week:{dow:1,doy:4}})}(n(1))},function(e,t,n){!function(e){"use strict";e.defineLocale("x-pseudo",{months:"J~áñúá~rý_F~ébrú~árý_~Márc~h_Áp~ríl_~Máý_~Júñé~_Júl~ý_Áú~gúst~_Sép~témb~ér_Ó~ctób~ér_Ñ~óvém~bér_~Décé~mbér".split("_"),monthsShort:"J~áñ_~Féb_~Már_~Ápr_~Máý_~Júñ_~Júl_~Áúg_~Sép_~Óct_~Ñóv_~Déc".split("_"),monthsParseExact:!0,weekdays:"S~úñdá~ý_Mó~ñdáý~_Túé~sdáý~_Wéd~ñésd~áý_T~húrs~dáý_~Fríd~áý_S~átúr~dáý".split("_"),weekdaysShort:"S~úñ_~Móñ_~Túé_~Wéd_~Thú_~Frí_~Sát".split("_"),weekdaysMin:"S~ú_Mó~_Tú_~Wé_T~h_Fr~_Sá".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[T~ódá~ý át] LT",nextDay:"[T~ómó~rró~w át] LT",nextWeek:"dddd [át] LT",lastDay:"[Ý~ést~érdá~ý át] LT",lastWeek:"[L~ást] dddd [át] LT",sameElse:"L"},relativeTime:{future:"í~ñ %s",past:"%s á~gó",s:"á ~féw ~sécó~ñds",ss:"%d s~écóñ~ds",m:"á ~míñ~úté",mm:"%d m~íñú~tés",h:"á~ñ hó~úr",hh:"%d h~óúrs",d:"á ~dáý",dd:"%d d~áýs",M:"á ~móñ~th",MM:"%d m~óñt~hs",y:"á ~ýéár",yy:"%d ý~éárs"},dayOfMonthOrdinalParse:/\d{1,2}(th|st|nd|rd)/,ordinal:function(e){var t=e%10;return e+(1==~~(e%100/10)?"th":1===t?"st":2===t?"nd":3===t?"rd":"th")},week:{dow:1,doy:4}})}(n(1))},function(e,t,n){!function(e){"use strict";e.defineLocale("yo",{months:"Sẹ́rẹ́_Èrèlè_Ẹrẹ̀nà_Ìgbé_Èbibi_Òkùdu_Agẹmo_Ògún_Owewe_Ọ̀wàrà_Bélú_Ọ̀pẹ̀̀".split("_"),monthsShort:"Sẹ́r_Èrl_Ẹrn_Ìgb_Èbi_Òkù_Agẹ_Ògú_Owe_Ọ̀wà_Bél_Ọ̀pẹ̀̀".split("_"),weekdays:"Àìkú_Ajé_Ìsẹ́gun_Ọjọ́rú_Ọjọ́bọ_Ẹtì_Àbámẹ́ta".split("_"),weekdaysShort:"Àìk_Ajé_Ìsẹ́_Ọjr_Ọjb_Ẹtì_Àbá".split("_"),weekdaysMin:"Àì_Aj_Ìs_Ọr_Ọb_Ẹt_Àb".split("_"),longDateFormat:{LT:"h:mm A",LTS:"h:mm:ss A",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY h:mm A",LLLL:"dddd, D MMMM YYYY h:mm A"},calendar:{sameDay:"[Ònì ni] LT",nextDay:"[Ọ̀la ni] LT",nextWeek:"dddd [Ọsẹ̀ tón'bọ] [ni] LT",lastDay:"[Àna ni] LT",lastWeek:"dddd [Ọsẹ̀ tólọ́] [ni] LT",sameElse:"L"},relativeTime:{future:"ní %s",past:"%s kọjá",s:"ìsẹjú aayá die",ss:"aayá %d",m:"ìsẹjú kan",mm:"ìsẹjú %d",h:"wákati kan",hh:"wákati %d",d:"ọjọ́ kan",dd:"ọjọ́ %d",M:"osù kan",MM:"osù %d",y:"ọdún kan",yy:"ọdún %d"},dayOfMonthOrdinalParse:/ọjọ́\s\d{1,2}/,ordinal:"ọjọ́ %d",week:{dow:1,doy:4}})}(n(1))},function(e,t,n){!function(e){"use strict";e.defineLocale("zh-cn",{months:"一月_二月_三月_四月_五月_六月_七月_八月_九月_十月_十一月_十二月".split("_"),monthsShort:"1月_2月_3月_4月_5月_6月_7月_8月_9月_10月_11月_12月".split("_"),weekdays:"星期日_星期一_星期二_星期三_星期四_星期五_星期六".split("_"),weekdaysShort:"周日_周一_周二_周三_周四_周五_周六".split("_"),weekdaysMin:"日_一_二_三_四_五_六".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"YYYY/MM/DD",LL:"YYYY年M月D日",LLL:"YYYY年M月D日Ah点mm分",LLLL:"YYYY年M月D日ddddAh点mm分",l:"YYYY/M/D",ll:"YYYY年M月D日",lll:"YYYY年M月D日 HH:mm",llll:"YYYY年M月D日dddd HH:mm"},meridiemParse:/凌晨|早上|上午|中午|下午|晚上/,meridiemHour:function(e,t){return 12===e&&(e=0),"凌晨"===t||"早上"===t||"上午"===t?e:"下午"===t||"晚上"===t?e+12:e>=11?e:e+12},meridiem:function(e,t,n){var r=100*e+t;return r<600?"凌晨":r<900?"早上":r<1130?"上午":r<1230?"中午":r<1800?"下午":"晚上"},calendar:{sameDay:"[今天]LT",nextDay:"[明天]LT",nextWeek:"[下]ddddLT",lastDay:"[昨天]LT",lastWeek:"[上]ddddLT",sameElse:"L"},dayOfMonthOrdinalParse:/\d{1,2}(日|月|周)/,ordinal:function(e,t){switch(t){case"d":case"D":case"DDD":return e+"日";case"M":return e+"月";case"w":case"W":return e+"周";default:return e}},relativeTime:{future:"%s内",past:"%s前",s:"几秒",ss:"%d 秒",m:"1 分钟",mm:"%d 分钟",h:"1 小时",hh:"%d 小时",d:"1 天",dd:"%d 天",M:"1 个月",MM:"%d 个月",y:"1 年",yy:"%d 年"},week:{dow:1,doy:4}})}(n(1))},function(e,t,n){!function(e){"use strict";e.defineLocale("zh-hk",{months:"一月_二月_三月_四月_五月_六月_七月_八月_九月_十月_十一月_十二月".split("_"),monthsShort:"1月_2月_3月_4月_5月_6月_7月_8月_9月_10月_11月_12月".split("_"),weekdays:"星期日_星期一_星期二_星期三_星期四_星期五_星期六".split("_"),weekdaysShort:"週日_週一_週二_週三_週四_週五_週六".split("_"),weekdaysMin:"日_一_二_三_四_五_六".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"YYYY/MM/DD",LL:"YYYY年M月D日",LLL:"YYYY年M月D日 HH:mm",LLLL:"YYYY年M月D日dddd HH:mm",l:"YYYY/M/D",ll:"YYYY年M月D日",lll:"YYYY年M月D日 HH:mm",llll:"YYYY年M月D日dddd HH:mm"},meridiemParse:/凌晨|早上|上午|中午|下午|晚上/,meridiemHour:function(e,t){return 12===e&&(e=0),"凌晨"===t||"早上"===t||"上午"===t?e:"中午"===t?e>=11?e:e+12:"下午"===t||"晚上"===t?e+12:void 0},meridiem:function(e,t,n){var r=100*e+t;return r<600?"凌晨":r<900?"早上":r<1130?"上午":r<1230?"中午":r<1800?"下午":"晚上"},calendar:{sameDay:"[今天]LT",nextDay:"[明天]LT",nextWeek:"[下]ddddLT",lastDay:"[昨天]LT",lastWeek:"[上]ddddLT",sameElse:"L"},dayOfMonthOrdinalParse:/\d{1,2}(日|月|週)/,ordinal:function(e,t){switch(t){case"d":case"D":case"DDD":return e+"日";case"M":return e+"月";case"w":case"W":return e+"週";default:return e}},relativeTime:{future:"%s內",past:"%s前",s:"幾秒",ss:"%d 秒",m:"1 分鐘",mm:"%d 分鐘",h:"1 小時",hh:"%d 小時",d:"1 天",dd:"%d 天",M:"1 個月",MM:"%d 個月",y:"1 年",yy:"%d 年"}})}(n(1))},function(e,t,n){!function(e){"use strict";e.defineLocale("zh-tw",{months:"一月_二月_三月_四月_五月_六月_七月_八月_九月_十月_十一月_十二月".split("_"),monthsShort:"1月_2月_3月_4月_5月_6月_7月_8月_9月_10月_11月_12月".split("_"),weekdays:"星期日_星期一_星期二_星期三_星期四_星期五_星期六".split("_"),weekdaysShort:"週日_週一_週二_週三_週四_週五_週六".split("_"),weekdaysMin:"日_一_二_三_四_五_六".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"YYYY/MM/DD",LL:"YYYY年M月D日",LLL:"YYYY年M月D日 HH:mm",LLLL:"YYYY年M月D日dddd HH:mm",l:"YYYY/M/D",ll:"YYYY年M月D日",lll:"YYYY年M月D日 HH:mm",llll:"YYYY年M月D日dddd HH:mm"},meridiemParse:/凌晨|早上|上午|中午|下午|晚上/,meridiemHour:function(e,t){return 12===e&&(e=0),"凌晨"===t||"早上"===t||"上午"===t?e:"中午"===t?e>=11?e:e+12:"下午"===t||"晚上"===t?e+12:void 0},meridiem:function(e,t,n){var r=100*e+t;return r<600?"凌晨":r<900?"早上":r<1130?"上午":r<1230?"中午":r<1800?"下午":"晚上"},calendar:{sameDay:"[今天] LT",nextDay:"[明天] LT",nextWeek:"[下]dddd LT",lastDay:"[昨天] LT",lastWeek:"[上]dddd LT",sameElse:"L"},dayOfMonthOrdinalParse:/\d{1,2}(日|月|週)/,ordinal:function(e,t){switch(t){case"d":case"D":case"DDD":return e+"日";case"M":return e+"月";case"w":case"W":return e+"週";default:return e}},relativeTime:{future:"%s內",past:"%s前",s:"幾秒",ss:"%d 秒",m:"1 分鐘",mm:"%d 分鐘",h:"1 小時",hh:"%d 小時",d:"1 天",dd:"%d 天",M:"1 個月",MM:"%d 個月",y:"1 年",yy:"%d 年"}})}(n(1))},function(e,t,n){var r=n(94),i=n(430),a=n(431),o=n(198),s=n(434),u=n(96),c=n(435),l=Object.getOwnPropertyDescriptor;t.f=r?l:function(e,t){if(e=o(e),t=s(t,!0),c)try{return l(e,t)}catch(e){}if(u(e,t))return a(!i.f.call(e,t),e[t])}},function(e,t,n){"use strict";var r={}.propertyIsEnumerable,i=Object.getOwnPropertyDescriptor,a=i&&!r.call({1:2},1);t.f=a?function(e){var t=i(this,e);return!!t&&t.enumerable}:r},function(e,t){e.exports=function(e,t){return{enumerable:!(1&e),configurable:!(2&e),writable:!(4&e),value:t}}},function(e,t,n){var r=n(95),i=n(599),a="".split;e.exports=r((function(){return!Object("z").propertyIsEnumerable(0)}))?function(e){return"String"==i(e)?a.call(e,""):Object(e)}:Object},function(e,t){e.exports=function(e){if(null==e)throw TypeError("Can't call method on "+e);return e}},function(e,t,n){var r=n(150);e.exports=function(e,t){if(!r(e))return e;var n,i;if(t&&"function"==typeof(n=e.toString)&&!r(i=n.call(e)))return i;if("function"==typeof(n=e.valueOf)&&!r(i=n.call(e)))return i;if(!t&&"function"==typeof(n=e.toString)&&!r(i=n.call(e)))return i;throw TypeError("Can't convert object to primitive value")}},function(e,t,n){var r=n(94),i=n(95),a=n(600);e.exports=!r&&!i((function(){return 7!=Object.defineProperty(a("div"),"a",{get:function(){return 7}}).a}))},function(e,t,n){var r=n(94),i=n(435),a=n(437),o=n(434),s=Object.defineProperty;t.f=r?s:function(e,t,n){if(a(e),t=o(t,!0),a(n),i)try{return s(e,t,n)}catch(e){}if("get"in n||"set"in n)throw TypeError("Accessors not supported");return"value"in n&&(e[t]=n.value),e}},function(e,t,n){var r=n(150);e.exports=function(e){if(!r(e))throw TypeError(String(e)+" is not an object");return e}},function(e,t,n){var r=n(439),i=Function.toString;"function"!=typeof r.inspectSource&&(r.inspectSource=function(e){return i.call(e)}),e.exports=r.inspectSource},function(e,t,n){var r=n(35),i=n(199),a=r["__core-js_shared__"]||i("__core-js_shared__",{});e.exports=a},function(e,t){e.exports={}},function(e,t,n){var r=n(96),i=n(198),a=n(613).indexOf,o=n(440);e.exports=function(e,t){var n,s=i(e),u=0,c=[];for(n in s)!r(o,n)&&r(s,n)&&c.push(n);for(;t.length>u;)r(s,n=t[u++])&&(~a(c,n)||c.push(n));return c}},function(e,t){var n=Math.ceil,r=Math.floor;e.exports=function(e){return isNaN(e=+e)?0:(e>0?r:n)(e)}},function(e,t){e.exports=["constructor","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","toLocaleString","toString","valueOf"]},function(e,t){t.f=Object.getOwnPropertySymbols},function(e,t,n){"use strict";e.exports=function(e,t){return function(){for(var n=new Array(arguments.length),r=0;r<n.length;r++)n[r]=arguments[r];return e.apply(t,n)}}},function(e,t,n){"use strict";var r=n(19);function i(e){return encodeURIComponent(e).replace(/%40/gi,"@").replace(/%3A/gi,":").replace(/%24/g,"$").replace(/%2C/gi,",").replace(/%20/g,"+").replace(/%5B/gi,"[").replace(/%5D/gi,"]")}e.exports=function(e,t,n){if(!t)return e;var a;if(n)a=n(t);else if(r.isURLSearchParams(t))a=t.toString();else{var o=[];r.forEach(t,(function(e,t){null!=e&&(r.isArray(e)?t+="[]":e=[e],r.forEach(e,(function(e){r.isDate(e)?e=e.toISOString():r.isObject(e)&&(e=JSON.stringify(e)),o.push(i(t)+"="+i(e))})))})),a=o.join("&")}if(a){var s=e.indexOf("#");-1!==s&&(e=e.slice(0,s)),e+=(-1===e.indexOf("?")?"?":"&")+a}return e}},function(e,t,n){"use strict";e.exports=function(e){return!(!e||!e.__CANCEL__)}},function(e,t,n){"use strict";(function(t){var r=n(19),i=n(626),a={"Content-Type":"application/x-www-form-urlencoded"};function o(e,t){!r.isUndefined(e)&&r.isUndefined(e["Content-Type"])&&(e["Content-Type"]=t)}var s,u={adapter:(("undefined"!=typeof XMLHttpRequest||void 0!==t&&"[object process]"===Object.prototype.toString.call(t))&&(s=n(449)),s),transformRequest:[function(e,t){return i(t,"Accept"),i(t,"Content-Type"),r.isFormData(e)||r.isArrayBuffer(e)||r.isBuffer(e)||r.isStream(e)||r.isFile(e)||r.isBlob(e)?e:r.isArrayBufferView(e)?e.buffer:r.isURLSearchParams(e)?(o(t,"application/x-www-form-urlencoded;charset=utf-8"),e.toString()):r.isObject(e)?(o(t,"application/json;charset=utf-8"),JSON.stringify(e)):e}],transformResponse:[function(e){if("string"==typeof e)try{e=JSON.parse(e)}catch(e){}return e}],timeout:0,xsrfCookieName:"XSRF-TOKEN",xsrfHeaderName:"X-XSRF-TOKEN",maxContentLength:-1,validateStatus:function(e){return e>=200&&e<300}};u.headers={common:{Accept:"application/json, text/plain, */*"}},r.forEach(["delete","get","head"],(function(e){u.headers[e]={}})),r.forEach(["post","put","patch"],(function(e){u.headers[e]=r.merge(a)})),e.exports=u}).call(this,n(117))},function(e,t,n){"use strict";var r=n(19),i=n(627),a=n(446),o=n(629),s=n(632),u=n(633),c=n(450);e.exports=function(e){return new Promise((function(t,l){var d=e.data,f=e.headers;r.isFormData(d)&&delete f["Content-Type"];var h=new XMLHttpRequest;if(e.auth){var p=e.auth.username||"",m=e.auth.password||"";f.Authorization="Basic "+btoa(p+":"+m)}var _=o(e.baseURL,e.url);if(h.open(e.method.toUpperCase(),a(_,e.params,e.paramsSerializer),!0),h.timeout=e.timeout,h.onreadystatechange=function(){if(h&&4===h.readyState&&(0!==h.status||h.responseURL&&0===h.responseURL.indexOf("file:"))){var n="getAllResponseHeaders"in h?s(h.getAllResponseHeaders()):null,r={data:e.responseType&&"text"!==e.responseType?h.response:h.responseText,status:h.status,statusText:h.statusText,headers:n,config:e,request:h};i(t,l,r),h=null}},h.onabort=function(){h&&(l(c("Request aborted",e,"ECONNABORTED",h)),h=null)},h.onerror=function(){l(c("Network Error",e,null,h)),h=null},h.ontimeout=function(){var t="timeout of "+e.timeout+"ms exceeded";e.timeoutErrorMessage&&(t=e.timeoutErrorMessage),l(c(t,e,"ECONNABORTED",h)),h=null},r.isStandardBrowserEnv()){var y=n(634),v=(e.withCredentials||u(_))&&e.xsrfCookieName?y.read(e.xsrfCookieName):void 0;v&&(f[e.xsrfHeaderName]=v)}if("setRequestHeader"in h&&r.forEach(f,(function(e,t){void 0===d&&"content-type"===t.toLowerCase()?delete f[t]:h.setRequestHeader(t,e)})),r.isUndefined(e.withCredentials)||(h.withCredentials=!!e.withCredentials),e.responseType)try{h.responseType=e.responseType}catch(t){if("json"!==e.responseType)throw t}"function"==typeof e.onDownloadProgress&&h.addEventListener("progress",e.onDownloadProgress),"function"==typeof e.onUploadProgress&&h.upload&&h.upload.addEventListener("progress",e.onUploadProgress),e.cancelToken&&e.cancelToken.promise.then((function(e){h&&(h.abort(),l(e),h=null)})),void 0===d&&(d=null),h.send(d)}))}},function(e,t,n){"use strict";var r=n(628);e.exports=function(e,t,n,i,a){var o=new Error(e);return r(o,t,n,i,a)}},function(e,t,n){"use strict";var r=n(19);e.exports=function(e,t){t=t||{};var n={},i=["url","method","params","data"],a=["headers","auth","proxy"],o=["baseURL","url","transformRequest","transformResponse","paramsSerializer","timeout","withCredentials","adapter","responseType","xsrfCookieName","xsrfHeaderName","onUploadProgress","onDownloadProgress","maxContentLength","validateStatus","maxRedirects","httpAgent","httpsAgent","cancelToken","socketPath"];r.forEach(i,(function(e){void 0!==t[e]&&(n[e]=t[e])})),r.forEach(a,(function(i){r.isObject(t[i])?n[i]=r.deepMerge(e[i],t[i]):void 0!==t[i]?n[i]=t[i]:r.isObject(e[i])?n[i]=r.deepMerge(e[i]):void 0!==e[i]&&(n[i]=e[i])})),r.forEach(o,(function(r){void 0!==t[r]?n[r]=t[r]:void 0!==e[r]&&(n[r]=e[r])}));var s=i.concat(a).concat(o),u=Object.keys(t).filter((function(e){return-1===s.indexOf(e)}));return r.forEach(u,(function(r){void 0!==t[r]?n[r]=t[r]:void 0!==e[r]&&(n[r]=e[r])})),n}},function(e,t,n){"use strict";function r(e){this.message=e}r.prototype.toString=function(){return"Cancel"+(this.message?": "+this.message:"")},r.prototype.__CANCEL__=!0,e.exports=r},function(e,t,n){var r=n(97),i=n(640),a=n(454),o=n(200),s=n(458),u=n(56),c=n(459),l=Object.getOwnPropertyDescriptor;t.f=r?l:function(e,t){if(e=o(e),t=s(t,!0),c)try{return l(e,t)}catch(e){}if(u(e,t))return a(!i.f.call(e,t),e[t])}},function(e,t){e.exports=function(e,t){return{enumerable:!(1&e),configurable:!(2&e),writable:!(4&e),value:t}}},function(e,t,n){var r=n(55),i=n(456),a="".split;e.exports=r((function(){return!Object("z").propertyIsEnumerable(0)}))?function(e){return"String"==i(e)?a.call(e,""):Object(e)}:Object},function(e,t){var n={}.toString;e.exports=function(e){return n.call(e).slice(8,-1)}},function(e,t){e.exports=function(e){if(null==e)throw TypeError("Can't call method on "+e);return e}},function(e,t,n){var r=n(98);e.exports=function(e,t){if(!r(e))return e;var n,i;if(t&&"function"==typeof(n=e.toString)&&!r(i=n.call(e)))return i;if("function"==typeof(n=e.valueOf)&&!r(i=n.call(e)))return i;if(!t&&"function"==typeof(n=e.toString)&&!r(i=n.call(e)))return i;throw TypeError("Can't convert object to primitive value")}},function(e,t,n){var r=n(97),i=n(55),a=n(641);e.exports=!r&&!i((function(){return 7!=Object.defineProperty(a("div"),"a",{get:function(){return 7}}).a}))},function(e,t,n){var r=n(97),i=n(459),a=n(461),o=n(458),s=Object.defineProperty;t.f=r?s:function(e,t,n){if(a(e),t=o(t,!0),a(n),i)try{return s(e,t,n)}catch(e){}if("get"in n||"set"in n)throw TypeError("Accessors not supported");return"value"in n&&(e[t]=n.value),e}},function(e,t,n){var r=n(98);e.exports=function(e){if(!r(e))throw TypeError(String(e)+" is not an object");return e}},function(e,t,n){var r=n(463),i=Function.toString;"function"!=typeof r.inspectSource&&(r.inspectSource=function(e){return i.call(e)}),e.exports=r.inspectSource},function(e,t,n){var r=n(28),i=n(201),a=r["__core-js_shared__"]||i("__core-js_shared__",{});e.exports=a},function(e,t,n){var r=n(646),i=n(463);(e.exports=function(e,t){return i[e]||(i[e]=void 0!==t?t:{})})("versions",[]).push({version:"3.6.4",mode:r?"pure":"global",copyright:"© 2020 Denis Pushkarev (zloirock.ru)"})},function(e,t){var n=0,r=Math.random();e.exports=function(e){return"Symbol("+String(void 0===e?"":e)+")_"+(++n+r).toString(36)}},function(e,t){e.exports={}},function(e,t,n){var r=n(468),i=Math.min;e.exports=function(e){return e>0?i(r(e),9007199254740991):0}},function(e,t){var n=Math.ceil,r=Math.floor;e.exports=function(e){return isNaN(e=+e)?0:(e>0?r:n)(e)}},function(e,t,n){var r=n(55);e.exports=!!Object.getOwnPropertySymbols&&!r((function(){return!String(Symbol())}))},,,,,,function(e,t,n){"use strict";n(518),Object.defineProperty(t,"__esModule",{value:!0}),t.loadState=function(e,t){var n=document.querySelector("#initial-state-".concat(e,"-").concat(t));if(null===n)throw new Error("Could not find initial state ".concat(t," of ").concat(e));try{return JSON.parse(atob(n.value))}catch(n){throw new Error("Could not parse initial state ".concat(t," of ").concat(e))}}},function(e,n,r){"use strict";(function(e){var i=r(0),a=r.n(i),o=r(38),s=r(4),u=o.Model.extend({defaults:{fullName:"",lastMessage:"",actions:[],hasOneAction:!1,hasTwoActions:!1,hasManyActions:!1},initialize:function(){0===this.get("actions").length?this.set("hasOneAction",!0):1===this.get("actions").length?(this.set("hasTwoActions",!0),this.set("secondAction",this.get("actions")[0])):this.set("hasManyActions",!0)}}),c=o.Collection.extend({model:u}),l=o.View.extend({_collection:void 0,_subViews:[],initialize:function(e){this._collection=e.collection},render:function(){var e=this;return e.$el.html(""),e._subViews=[],e._collection.forEach((function(t){var n=new d({model:t});n.render(),e.$el.append(n.$el),n.on("toggle:actionmenu",e._onChildActionMenuToggle,e),e._subViews.push(n)})),e},_onChildActionMenuToggle:function(e){this._subViews.forEach((function(t){t.trigger("parent:toggle:actionmenu",e)}))}}),d=o.View.extend({className:"contact",_template:void 0,_model:void 0,_actionMenuShown:!1,events:{"click .icon-more":"_onToggleActionsMenu"},contactTemplate:r(577),template:function(e){return this.contactTemplate(e)},initialize:function(e){this._model=e.model,this.on("parent:toggle:actionmenu",this._onOtherActionMenuOpened,this)},render:function(){return this.$el.html(this.template({contact:this._model.toJSON()})),this.delegateEvents(),this.$("div.avatar").imageplaceholder(this._model.get("fullName")),this.$(".top-action").tooltip({placement:"left"}),this.$(".second-action").tooltip({placement:"left"}),this},_onToggleActionsMenu:function(){this._actionMenuShown=!this._actionMenuShown,this._actionMenuShown?this.$(".menu").show():this.$(".menu").hide(),this.trigger("toggle:actionmenu",this.$el)},_onOtherActionMenuOpened:function(e){this.$el.is(e)||(this._actionMenuShown=!1,this.$(".menu").hide())}}),f=o.View.extend({_loadingTemplate:void 0,_errorTemplate:void 0,_contentTemplate:void 0,_contactsTemplate:void 0,_contacts:void 0,_searchTerm:"",events:{"input #contactsmenu-search":"_onSearch"},templates:{loading:r(592),error:r(593),menu:r(594),list:r(595)},_onSearch:e.debounce((function(e){var t=this.$("#contactsmenu-search").val();t!==this._searchTerm&&(this.trigger("search",this.$("#contactsmenu-search").val()),this._searchTerm=t)}),700),loadingTemplate:function(e){return this.templates.loading(e)},errorTemplate:function(n){return this.templates.error(e.extend({couldNotLoadText:t("core","Could not load your contacts")},n))},contentTemplate:function(n){return this.templates.menu(e.extend({searchContactsText:t("core","Search contacts …")},n))},contactsTemplate:function(n){return this.templates.list(e.extend({noContactsFoundText:t("core","No contacts found"),showAllContactsText:t("core","Show all contacts …"),contactsAppMgmtText:t("core","Install the Contacts app")},n))},initialize:function(e){this.options=e},showLoading:function(e){this.render(),this._contacts=void 0,this.$(".content").html(this.loadingTemplate({loadingText:e}))},showError:function(){this.render(),this._contacts=void 0,this.$(".content").html(this.errorTemplate())},showContacts:function(e,t){this._contacts=e.contacts,this.render({contacts:e.contacts});var n=new l({collection:e.contacts});n.render(),this.$(".content").html(this.contactsTemplate({contacts:e.contacts,searchTerm:t,contactsAppEnabled:e.contactsAppEnabled,contactsAppURL:s.a.generateUrl("/apps/contacts"),canInstallApp:s.a.isUserAdmin(),contactsAppMgmtURL:s.a.generateUrl("/settings/apps/social/contacts")})),this.$("#contactsmenu-contacts").html(n.$el)},render:function(e){var t=this.$("#contactsmenu-search").val();return this.$el.html(this.contentTemplate(e)),this.$("#contactsmenu-search").val(t),this.$("#contactsmenu-search").focus(),this}}),h=function(e){this.initialize(e)};h.prototype={$el:void 0,_$trigger:void 0,_view:void 0,_contactsPromise:void 0,initialize:function(e){this.$el=e.el,this._$trigger=e.trigger,this._view=new f({el:this.$el}),this._view.on("search",(function(e){this._loadContacts(e)}),this),s.a.registerMenu(this._$trigger,this.$el,function(){this._toggleVisibility(!0)}.bind(this),!0),this.$el.on("beforeHide",function(){this._toggleVisibility(!1)}.bind(this))},_toggleVisibility:function(e){return e?this._loadContacts():(this.$el.html(""),Promise.resolve())},_getContacts:function(e){var t=s.a.generateUrl("/contactsmenu/contacts");return Promise.resolve(a.a.ajax(t,{method:"POST",data:{filter:e}}))},_loadContacts:function(n){var r=this;return r._contactsPromise||(r._contactsPromise=r._getContacts(n)),e.isUndefined(n)||""===n?r._view.showLoading(t("core","Loading your contacts …")):r._view.showLoading(t("core","Looking for {term} …",{term:n})),r._contactsPromise.then((function(e){e.contacts=new c(e.contacts),r._view.showContacts(e,n)}),(function(e){r._view.showError(),console.error("There was an error loading your contacts",e)})).then((function(){delete r._contactsPromise})).catch(console.error.bind(this))}},n.a=h}).call(this,r(2))},function(e,t,n){"use strict";var r=n(105),i=n(190).indexOf,a=n(490),o=n(491),s=[].indexOf,u=!!s&&1/[1].indexOf(1,-0)<0,c=a("indexOf"),l=o("indexOf",{ACCESSORS:!0,1:0});r({target:"Array",proto:!0,forced:u||!c||!l},{indexOf:function(e){return u?s.apply(this,arguments)||0:i(this,e,arguments.length>1?arguments[1]:void 0)}})},function(e,t,n){var r=n(17),i=n(86),a=r.document,o=i(a)&&i(a.createElement);e.exports=function(e){return o?a.createElement(e):{}}},function(e,t,n){var r,i,a,o=n(480),s=n(17),u=n(86),c=n(53),l=n(30),d=n(481),f=n(188),h=s.WeakMap;if(o){var p=new h,m=p.get,_=p.has,y=p.set;r=function(e,t){return y.call(p,e,t),t},i=function(e){return m.call(p,e)||{}},a=function(e){return _.call(p,e)}}else{var v=d("state");f[v]=!0,r=function(e,t){return c(e,v,t),t},i=function(e){return l(e,v)?e[v]:{}},a=function(e){return l(e,v)}}e.exports={set:r,get:i,has:a,enforce:function(e){return a(e)?i(e):r(e,{})},getterFor:function(e){return function(t){var n;if(!u(t)||(n=i(t)).type!==e)throw TypeError("Incompatible receiver, "+e+" required");return n}}}},function(e,t,n){var r=n(17),i=n(184),a=r.WeakMap;e.exports="function"==typeof a&&/native code/.test(i(a))},function(e,t,n){var r=n(186),i=n(187),a=r("keys");e.exports=function(e){return a[e]||(a[e]=i(e))}},function(e,t){e.exports=!1},function(e,t,n){var r=n(30),i=n(484),a=n(177),o=n(183);e.exports=function(e,t){for(var n=i(t),s=o.f,u=a.f,c=0;c<n.length;c++){var l=n[c];r(e,l)||s(e,l,u(t,l))}}},function(e,t,n){var r=n(485),i=n(487),a=n(193),o=n(54);e.exports=r("Reflect","ownKeys")||function(e){var t=i.f(o(e)),n=a.f;return n?t.concat(n(e)):t}},function(e,t,n){var r=n(486),i=n(17),a=function(e){return"function"==typeof e?e:void 0};e.exports=function(e,t){return arguments.length<2?a(r[e])||a(i[e]):r[e]&&r[e][t]||i[e]&&i[e][t]}},function(e,t,n){var r=n(17);e.exports=r},function(e,t,n){var r=n(189),i=n(192).concat("length","prototype");t.f=Object.getOwnPropertyNames||function(e){return r(e,i)}},function(e,t,n){var r=n(88),i=Math.max,a=Math.min;e.exports=function(e,t){var n=r(e);return n<0?i(n+t,0):a(n,t)}},function(e,t,n){var r=n(13),i=/#|\.prototype\./,a=function(e,t){var n=s[o(e)];return n==c||n!=u&&("function"==typeof t?r(t):!!t)},o=a.normalize=function(e){return String(e).replace(i,".").toLowerCase()},s=a.data={},u=a.NATIVE="N",c=a.POLYFILL="P";e.exports=a},function(e,t,n){"use strict";var r=n(13);e.exports=function(e,t){var n=[][e];return!!n&&r((function(){n.call(null,t||function(){throw 1},1)}))}},function(e,t,n){var r=n(39),i=n(13),a=n(30),o=Object.defineProperty,s={},u=function(e){throw e};e.exports=function(e,t){if(a(s,e))return s[e];t||(t={});var n=[][e],c=!!a(t,"ACCESSORS")&&t.ACCESSORS,l=a(t,0)?t[0]:u,d=a(t,1)?t[1]:void 0;return s[e]=!!n&&!i((function(){if(c&&!r)return!0;var e={length:-1};c?o(e,1,{enumerable:!0,get:u}):e[1]=1,n.call(e,l,d)}))}},function(e,t,n){var r=n(105),i=n(493);r({target:"Object",stat:!0,forced:Object.assign!==i},{assign:i})},function(e,t,n){"use strict";var r=n(39),i=n(13),a=n(494),o=n(193),s=n(178),u=n(194),c=n(180),l=Object.assign,d=Object.defineProperty;e.exports=!l||i((function(){if(r&&1!==l({b:1},l(d({},"a",{enumerable:!0,get:function(){d(this,"b",{value:3,enumerable:!1})}}),{b:2})).b)return!0;var e={},t={},n=Symbol();return e[n]=7,"abcdefghijklmnopqrst".split("").forEach((function(e){t[e]=e})),7!=l({},e)[n]||"abcdefghijklmnopqrst"!=a(l({},t)).join("")}))?function(e,t){for(var n=u(e),i=arguments.length,l=1,d=o.f,f=s.f;i>l;)for(var h,p=c(arguments[l++]),m=d?a(p).concat(d(p)):a(p),_=m.length,y=0;_>y;)h=m[y++],r&&!f.call(p,h)||(n[h]=p[h]);return n}:l},function(e,t,n){var r=n(189),i=n(192);e.exports=Object.keys||function(e){return r(e,i)}},function(e,t,n){var r=n(109),i=n(87),a=n(497);r||i(Object.prototype,"toString",a,{unsafe:!0})},function(e,t,n){var r=n(195);e.exports=r&&!Symbol.sham&&"symbol"==typeof Symbol.iterator},function(e,t,n){"use strict";var r=n(109),i=n(498);e.exports=r?{}.toString:function(){return"[object "+i(this)+"]"}},function(e,t,n){var r=n(109),i=n(107),a=n(110)("toStringTag"),o="Arguments"==i(function(){return arguments}());e.exports=r?i:function(e){var t,n,r;return void 0===e?"Undefined":null===e?"Null":"string"==typeof(n=function(e,t){try{return e[t]}catch(e){}}(t=Object(e),a))?n:o?i(t):"Object"==(r=i(t))&&"function"==typeof t.callee?"Arguments":r}},function(e,t,n){"use strict";var r=n(13);function i(e,t){return RegExp(e,t)}t.UNSUPPORTED_Y=r((function(){var e=i("a","y");return e.lastIndex=2,null!=e.exec("abcd")})),t.BROKEN_CARET=r((function(){var e=i("^r","gy");return e.lastIndex=2,null!=e.exec("str")}))},function(e,t,n){"use strict";var r=n(87),i=n(54),a=n(13),o=n(197),s=RegExp.prototype,u=s.toString,c=a((function(){return"/a/b"!=u.call({source:"a",flags:"b"})})),l="toString"!=u.name;(c||l)&&r(RegExp.prototype,"toString",(function(){var e=i(this),t=String(e.source),n=e.flags;return"/"+t+"/"+String(void 0===n&&e instanceof RegExp&&!("flags"in s)?o.call(e):n)}),{unsafe:!0})},function(e,t,n){"use strict";var r=n(502),i=n(54),a=n(194),o=n(191),s=n(88),u=n(85),c=n(503),l=n(505),d=Math.max,f=Math.min,h=Math.floor,p=/\$([$&'`]|\d\d?|<[^>]*>)/g,m=/\$([$&'`]|\d\d?)/g;r("replace",2,(function(e,t,n,r){var _=r.REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE,y=r.REPLACE_KEEPS_$0,v=_?"$":"$0";return[function(n,r){var i=u(this),a=null==n?void 0:n[e];return void 0!==a?a.call(n,i,r):t.call(String(i),n,r)},function(e,r){if(!_&&y||"string"==typeof r&&-1===r.indexOf(v)){var a=n(t,e,this,r);if(a.done)return a.value}var u=i(e),h=String(this),p="function"==typeof r;p||(r=String(r));var m=u.global;if(m){var M=u.unicode;u.lastIndex=0}for(var L=[];;){var w=l(u,h);if(null===w)break;if(L.push(w),!m)break;""===String(w[0])&&(u.lastIndex=c(h,o(u.lastIndex),M))}for(var b,k="",Y=0,T=0;T<L.length;T++){w=L[T];for(var x=String(w[0]),D=d(f(s(w.index),h.length),0),S=[],E=1;E<w.length;E++)S.push(void 0===(b=w[E])?b:String(b));var O=w.groups;if(p){var j=[x].concat(S,D,h);void 0!==O&&j.push(O);var A=String(r.apply(void 0,j))}else A=g(x,h,D,S,O,r);D>=Y&&(k+=h.slice(Y,D)+A,Y=D+x.length)}return k+h.slice(Y)}];function g(e,n,r,i,o,s){var u=r+e.length,c=i.length,l=m;return void 0!==o&&(o=a(o),l=p),t.call(s,l,(function(t,a){var s;switch(a.charAt(0)){case"$":return"$";case"&":return e;case"`":return n.slice(0,r);case"'":return n.slice(u);case"<":s=o[a.slice(1,-1)];break;default:var l=+a;if(0===l)return t;if(l>c){var d=h(l/10);return 0===d?t:d<=c?void 0===i[d-1]?a.charAt(1):i[d-1]+a.charAt(1):t}s=i[l-1]}return void 0===s?"":s}))}}))},function(e,t,n){"use strict";n(196);var r=n(87),i=n(13),a=n(110),o=n(111),s=n(53),u=a("species"),c=!i((function(){var e=/./;return e.exec=function(){var e=[];return e.groups={a:"7"},e},"7"!=="".replace(e,"$<a>")})),l="$0"==="a".replace(/./,"$0"),d=a("replace"),f=!!/./[d]&&""===/./[d]("a","$0"),h=!i((function(){var e=/(?:)/,t=e.exec;e.exec=function(){return t.apply(this,arguments)};var n="ab".split(e);return 2!==n.length||"a"!==n[0]||"b"!==n[1]}));e.exports=function(e,t,n,d){var p=a(e),m=!i((function(){var t={};return t[p]=function(){return 7},7!=""[e](t)})),_=m&&!i((function(){var t=!1,n=/a/;return"split"===e&&((n={}).constructor={},n.constructor[u]=function(){return n},n.flags="",n[p]=/./[p]),n.exec=function(){return t=!0,null},n[p](""),!t}));if(!m||!_||"replace"===e&&(!c||!l||f)||"split"===e&&!h){var y=/./[p],v=n(p,""[e],(function(e,t,n,r,i){return t.exec===o?m&&!i?{done:!0,value:y.call(t,n,r)}:{done:!0,value:e.call(n,t,r)}:{done:!1}}),{REPLACE_KEEPS_$0:l,REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE:f}),g=v[0],M=v[1];r(String.prototype,e,g),r(RegExp.prototype,p,2==t?function(e,t){return M.call(e,this,t)}:function(e){return M.call(e,this)})}d&&s(RegExp.prototype[p],"sham",!0)}},function(e,t,n){"use strict";var r=n(504).charAt;e.exports=function(e,t,n){return t+(n?r(e,t).length:1)}},function(e,t,n){var r=n(88),i=n(85),a=function(e){return function(t,n){var a,o,s=String(i(t)),u=r(n),c=s.length;return u<0||u>=c?e?"":void 0:(a=s.charCodeAt(u))<55296||a>56319||u+1===c||(o=s.charCodeAt(u+1))<56320||o>57343?e?s.charAt(u):a:e?s.slice(u,u+2):o-56320+(a-55296<<10)+65536}};e.exports={codeAt:a(!1),charAt:a(!0)}},function(e,t,n){var r=n(107),i=n(111);e.exports=function(e,t){var n=e.exec;if("function"==typeof n){var a=n.call(e,t);if("object"!=typeof a)throw TypeError("RegExp exec method returned something other than an Object or null");return a}if("RegExp"!==r(e))throw TypeError("RegExp#exec called on incompatible receiver");return i.call(e,t)}},,,,,,,function(e,t,n){"use strict";(function(e,n){
-/*!
- * Vue.js v2.6.11
- * (c) 2014-2019 Evan You
- * Released under the MIT License.
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ *
+ */n.a={callback:null,pageLoadTime:null,init(){o()(".password-confirm-required").on("click",a.default.bind(this.requirePasswordConfirmation,this)),this.pageLoadTime=u.a.now()},requiresPasswordConfirmation(){const e=this.pageLoadTime-1e3*window.nc_pageLoad,t=u.a.now()-(e+1e3*window.nc_lastLogin);return window.backendAllowsPasswordConfirmation&&t>18e5},requirePasswordConfirmation(e,n,r){n=void 0!==n?n:{};const i={title:t("core","Authentication required"),text:t("core","This action requires you to confirm your password"),confirm:t("core","Confirm"),label:t("core","Password"),error:""},s=a.default.extend(i,n),u=this;this.requiresPasswordConfirmation()&&c.a.dialogs.prompt(s.text,s.title,(function(e,t){e&&""!==t?u._confirmPassword(t,s):a.default.isFunction(r)&&r()}),!0,s.label,!0).then((function(){const e=o()(".oc-dialog:visible");if(e.find(".ui-icon").remove(),e.addClass("password-confirmation"),""!==s.error){const t=o()("<p></p>").addClass("msg warning").text(s.error);e.find(".oc-dialog-content").append(t)}e.find(".oc-dialog-buttonrow").addClass("aside");const t=e.find("button");t.eq(0).hide(),t.eq(1).text(s.confirm)})),this.callback=e},_confirmPassword(e,n){const r=this;o.a.ajax({url:Object(l.generateUrl)("/login/confirm"),data:{password:e},type:"POST",success(e){window.nc_lastLogin=e.lastLogin,a.default.isFunction(r.callback)&&r.callback()},error(){n.error=t("core","Failed to authenticate, try again"),c.a.PasswordConfirmation.requirePasswordConfirmation(r.callback,n)}})}}},,function(e,t,n){var r=n(541)("identity",n(125),n(609));r.placeholder=n(248),e.exports=r},,,function(e,t,n){"use strict";var r=n(3),a=n(36).map;r({target:"Array",proto:!0,forced:!n(81)("map")},{map:function(e){return a(this,e,arguments.length>1?arguments[1]:void 0)}})},function(e,t,n){"use strict";var r=n(3),a=n(179).left,i=n(51),o=n(50),s=n(152);r({target:"Array",proto:!0,forced:!i("reduce")||!s&&o>79&&o<83},{reduce:function(e){return a(this,e,arguments.length,arguments.length>1?arguments[1]:void 0)}})},,,,,,,function(e,t,n){"use strict";function r(e){return e&&e.__esModule?e:{default:e}}t.__esModule=!0,t.HandlebarsEnvironment=c;var a=n(58),i=r(n(97)),o=n(245),s=n(530),u=r(n(246)),l=n(247);t.VERSION="4.7.7";t.COMPILER_REVISION=8;t.LAST_COMPATIBLE_COMPILER_REVISION=7;t.REVISION_CHANGES={1:"<= 1.0.rc.2",2:"== 1.0.0-rc.3",3:"== 1.0.0-rc.4",4:"== 1.x.x",5:"== 2.0.0-alpha.x",6:">= 2.0.0-beta.1",7:">= 4.0.0 <4.3.0",8:">= 4.3.0"};function c(e,t,n){this.helpers=e||{},this.partials=t||{},this.decorators=n||{},o.registerDefaultHelpers(this),s.registerDefaultDecorators(this)}c.prototype={constructor:c,logger:u.default,log:u.default.log,registerHelper:function(e,t){if("[object Object]"===a.toString.call(e)){if(t)throw new i.default("Arg not supported with multiple helpers");a.extend(this.helpers,e)}else this.helpers[e]=t},unregisterHelper:function(e){delete this.helpers[e]},registerPartial:function(e,t){if("[object Object]"===a.toString.call(e))a.extend(this.partials,e);else{if(void 0===t)throw new i.default('Attempting to register a partial called "'+e+'" as undefined');this.partials[e]=t}},unregisterPartial:function(e){delete this.partials[e]},registerDecorator:function(e,t){if("[object Object]"===a.toString.call(e)){if(t)throw new i.default("Arg not supported with multiple decorators");a.extend(this.decorators,e)}else this.decorators[e]=t},unregisterDecorator:function(e){delete this.decorators[e]},resetLoggedPropertyAccesses:function(){l.resetLoggedProperties()}};var d=u.default.log;t.log=d,t.createFrame=a.createFrame,t.logger=u.default},function(e,t,n){"use strict";function r(e){return e&&e.__esModule?e:{default:e}}t.__esModule=!0,t.registerDefaultHelpers=function(e){a.default(e),i.default(e),o.default(e),s.default(e),u.default(e),l.default(e),c.default(e)},t.moveHelperToHooks=function(e,t,n){e.helpers[t]&&(e.hooks[t]=e.helpers[t],n||delete e.helpers[t])};var a=r(n(523)),i=r(n(524)),o=r(n(525)),s=r(n(526)),u=r(n(527)),l=r(n(528)),c=r(n(529))},function(e,t,n){"use strict";t.__esModule=!0;var r=n(58),a={methodMap:["debug","info","warn","error"],level:"info",lookupLevel:function(e){if("string"==typeof e){var t=r.indexOf(a.methodMap,e.toLowerCase());e=t>=0?t:parseInt(e,10)}return e},log:function(e){if(e=a.lookupLevel(e),"undefined"!=typeof console&&a.lookupLevel(a.level)<=e){var t=a.methodMap[e];console[t]||(t="log");for(var n=arguments.length,r=Array(n>1?n-1:0),i=1;i<n;i++)r[i-1]=arguments[i];console[t].apply(console,r)}}};t.default=a,e.exports=t.default},function(e,t,n){"use strict";t.__esModule=!0,t.createProtoAccessControl=function(e){var t=Object.create(null);t.constructor=!1,t.__defineGetter__=!1,t.__defineSetter__=!1,t.__lookupGetter__=!1;var n=Object.create(null);return n.__proto__=!1,{properties:{whitelist:r.createNewLookupObject(n,e.allowedProtoProperties),defaultValue:e.allowProtoPropertiesByDefault},methods:{whitelist:r.createNewLookupObject(t,e.allowedProtoMethods),defaultValue:e.allowProtoMethodsByDefault}}},t.resultIsAllowed=function(e,t,n){return o("function"==typeof e?t.methods:t.properties,n)},t.resetLoggedProperties=function(){Object.keys(i).forEach((function(e){delete i[e]}))};var r=n(532),a=function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&(t[n]=e[n]);return t.default=e,t}(n(246)),i=Object.create(null);function o(e,t){return void 0!==e.whitelist[t]?!0===e.whitelist[t]:void 0!==e.defaultValue?e.defaultValue:(function(e){!0!==i[e]&&(i[e]=!0,a.log("error",'Handlebars: Access has been denied to resolve the property "'+e+'" because it is not an "own property" of its parent.\nYou can add a runtime option to disable the check or this warning:\nSee https://handlebarsjs.com/api-reference/runtime-options.html#options-to-control-prototype-access for details'))}(t),!1)}},function(e,t){e.exports={}},function(e,t,n){var r=n(125),a=n(250),i=a?function(e,t){return a.set(e,t),e}:r;e.exports=i},function(e,t,n){var r=n(193),a=r&&new r;e.exports=a},function(e,t,n){var r=n(129),a=n(254),i=n(49),o=n(181),s=/^\[object .+?Constructor\]$/,u=Function.prototype,l=Object.prototype,c=u.toString,d=l.hasOwnProperty,f=RegExp("^"+c.call(d).replace(/[\\^$.*+?()[\]{}|]/g,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$");e.exports=function(e){return!(!i(e)||a(e))&&(r(e)?f:s).test(o(e))}},function(e,t,n){var r=n(82),a=Object.prototype,i=a.hasOwnProperty,o=a.toString,s=r?r.toStringTag:void 0;e.exports=function(e){var t=i.call(e,s),n=e[s];try{e[s]=void 0;var r=!0}catch(e){}var a=o.call(e);return r&&(t?e[s]=n:delete e[s]),a}},function(e,t){var n=Object.prototype.toString;e.exports=function(e){return n.call(e)}},function(e,t,n){var r,a=n(255),i=(r=/[^.]+$/.exec(a&&a.keys&&a.keys.IE_PROTO||""))?"Symbol(src)_1."+r:"";e.exports=function(e){return!!i&&i in e}},function(e,t,n){var r=n(24)["__core-js_shared__"];e.exports=r},function(e,t){e.exports=function(e,t){return null==e?void 0:e[t]}},function(e,t,n){var r=n(258),a=n(259),i=n(548),o=n(165),s=n(260),u=n(267),l=n(563),c=n(199),d=n(24);e.exports=function e(t,n,f,p,m,h,_,g,y,v){var M=128&n,L=1&n,w=2&n,b=24&n,T=512&n,x=w?void 0:o(t);return function k(){for(var Y=arguments.length,D=Array(Y),S=Y;S--;)D[S]=arguments[S];if(b)var j=u(k),A=i(D,j);if(p&&(D=r(D,p,m,b)),h&&(D=a(D,h,_,b)),Y-=A,b&&Y<v){var E=c(D,j);return s(t,n,e,k.placeholder,f,D,E,g,y,v-Y)}var O=L?f:this,P=w?O[t]:t;return Y=D.length,g?D=l(D,g):T&&Y>1&&D.reverse(),M&&y<Y&&(D.length=y),this&&this!==d&&this instanceof k&&(P=x||o(P)),P.apply(O,D)}}},function(e,t){var n=Math.max;e.exports=function(e,t,r,a){for(var i=-1,o=e.length,s=r.length,u=-1,l=t.length,c=n(o-s,0),d=Array(l+c),f=!a;++u<l;)d[u]=t[u];for(;++i<s;)(f||i<o)&&(d[r[i]]=e[i]);for(;c--;)d[u++]=e[i++];return d}},function(e,t){var n=Math.max;e.exports=function(e,t,r,a){for(var i=-1,o=e.length,s=-1,u=r.length,l=-1,c=t.length,d=n(o-u,0),f=Array(d+c),p=!a;++i<d;)f[i]=e[i];for(var m=i;++l<c;)f[m+l]=t[l];for(;++s<u;)(p||i<o)&&(f[m+r[s]]=e[i++]);return f}},function(e,t,n){var r=n(549),a=n(263),i=n(264);e.exports=function(e,t,n,o,s,u,l,c,d,f){var p=8&t;t|=p?32:64,4&(t&=~(p?64:32))||(t&=-4);var m=[e,t,s,p?u:void 0,p?l:void 0,p?void 0:u,p?void 0:l,c,d,f],h=n.apply(void 0,m);return r(e)&&a(h,m),h.placeholder=o,i(h,e,t)}},function(e,t,n){var r=n(250),a=n(550),i=r?function(e){return r.get(e)}:a;e.exports=i},function(e,t,n){var r=n(130),a=n(195);function i(e,t){this.__wrapped__=e,this.__actions__=[],this.__chain__=!!t,this.__index__=0,this.__values__=void 0}i.prototype=r(a.prototype),i.prototype.constructor=i,e.exports=i},function(e,t,n){var r=n(249),a=n(196)(r);e.exports=a},function(e,t,n){var r=n(555),a=n(556),i=n(197),o=n(557);e.exports=function(e,t,n){var s=t+"";return i(e,a(s,o(r(s),n)))}},function(e,t,n){var r=n(266),a=n(182),i=n(125),o=a?function(e,t){return a(e,"toString",{configurable:!0,enumerable:!1,value:r(t),writable:!0})}:i;e.exports=o},function(e,t){e.exports=function(e){return function(){return e}}},function(e,t){e.exports=function(e){return e.placeholder}},function(e,t,n){var r=n(566);e.exports=function(e){var t=r(e),n=t%1;return t==t?n?t-n:t:0}},function(e,t,n){var r=n(133),a=n(134);e.exports=function(e,t){return e&&r(t,a(t),e)}},function(e,t){e.exports=function(e,t){for(var n=-1,r=Array(e);++n<e;)r[n]=t(n);return r}},function(e,t,n){var r=n(59),a=n(37);e.exports=function(e){return a(e)&&"[object Arguments]"==r(e)}},function(e,t){e.exports=function(){return!1}},function(e,t,n){var r=n(59),a=n(155),i=n(37),o={};o["[object Float32Array]"]=o["[object Float64Array]"]=o["[object Int8Array]"]=o["[object Int16Array]"]=o["[object Int32Array]"]=o["[object Uint8Array]"]=o["[object Uint8ClampedArray]"]=o["[object Uint16Array]"]=o["[object Uint32Array]"]=!0,o["[object Arguments]"]=o["[object Array]"]=o["[object ArrayBuffer]"]=o["[object Boolean]"]=o["[object DataView]"]=o["[object Date]"]=o["[object Error]"]=o["[object Function]"]=o["[object Map]"]=o["[object Number]"]=o["[object Object]"]=o["[object RegExp]"]=o["[object Set]"]=o["[object String]"]=o["[object WeakMap]"]=!1,e.exports=function(e){return i(e)&&a(e.length)&&!!o[r(e)]}},function(e,t,n){var r=n(184)(Object.keys,Object);e.exports=r},function(e,t,n){var r=n(157),a=n(198),i=n(200),o=n(269),s=n(571),u=n(300),l=n(131),c=n(572),d=n(573),f=n(203),p=n(574),m=n(114),h=n(575),_=n(576),g=n(307),y=n(31),v=n(135),M=n(580),L=n(49),w=n(582),b=n(134),T=n(159),x={};x["[object Arguments]"]=x["[object Array]"]=x["[object ArrayBuffer]"]=x["[object DataView]"]=x["[object Boolean]"]=x["[object Date]"]=x["[object Float32Array]"]=x["[object Float64Array]"]=x["[object Int8Array]"]=x["[object Int16Array]"]=x["[object Int32Array]"]=x["[object Map]"]=x["[object Number]"]=x["[object Object]"]=x["[object RegExp]"]=x["[object Set]"]=x["[object String]"]=x["[object Symbol]"]=x["[object Uint8Array]"]=x["[object Uint8ClampedArray]"]=x["[object Uint16Array]"]=x["[object Uint32Array]"]=!0,x["[object Error]"]=x["[object Function]"]=x["[object WeakMap]"]=!1,e.exports=function e(t,n,k,Y,D,S){var j,A=1&n,E=2&n,O=4&n;if(k&&(j=D?k(t,Y,D,S):k(t)),void 0!==j)return j;if(!L(t))return t;var P=y(t);if(P){if(j=h(t),!A)return l(t,j)}else{var C=m(t),H="[object Function]"==C||"[object GeneratorFunction]"==C;if(v(t))return u(t,A);if("[object Object]"==C||"[object Arguments]"==C||H&&!D){if(j=E||H?{}:g(t),!A)return E?d(t,s(j,t)):c(t,o(j,t))}else{if(!x[C])return D?t:{};j=_(t,C,A)}}S||(S=new r);var F=S.get(t);if(F)return F;S.set(t,j),w(t)?t.forEach((function(r){j.add(e(r,n,k,r,t,S))})):M(t)&&t.forEach((function(r,a){j.set(a,e(r,n,k,a,t,S))}));var N=P?void 0:(O?E?p:f:E?T:b)(t);return a(N||t,(function(r,a){N&&(r=t[a=r]),i(j,a,e(r,n,k,a,t,S))})),j}},function(e,t){e.exports=function(){this.__data__=[],this.size=0}},function(e,t,n){var r=n(107),a=Array.prototype.splice;e.exports=function(e){var t=this.__data__,n=r(t,e);return!(n<0)&&(n==t.length-1?t.pop():a.call(t,n,1),--this.size,!0)}},function(e,t,n){var r=n(107);e.exports=function(e){var t=this.__data__,n=r(t,e);return n<0?void 0:t[n][1]}},function(e,t,n){var r=n(107);e.exports=function(e){return r(this.__data__,e)>-1}},function(e,t,n){var r=n(107);e.exports=function(e,t){var n=this.__data__,a=r(n,e);return a<0?(++this.size,n.push([e,t])):n[a][1]=t,this}},function(e,t,n){var r=n(106);e.exports=function(){this.__data__=new r,this.size=0}},function(e,t){e.exports=function(e){var t=this.__data__,n=t.delete(e);return this.size=t.size,n}},function(e,t){e.exports=function(e){return this.__data__.get(e)}},function(e,t){e.exports=function(e){return this.__data__.has(e)}},function(e,t,n){var r=n(106),a=n(137),i=n(158);e.exports=function(e,t){var n=this.__data__;if(n instanceof r){var o=n.__data__;if(!a||o.length<199)return o.push([e,t]),this.size=++n.size,this;n=this.__data__=new i(o)}return n.set(e,t),this.size=n.size,this}},function(e,t,n){var r=n(287),a=n(106),i=n(137);e.exports=function(){this.size=0,this.__data__={hash:new r,map:new(i||a),string:new r}}},function(e,t,n){var r=n(288),a=n(289),i=n(290),o=n(291),s=n(292);function u(e){var t=-1,n=null==e?0:e.length;for(this.clear();++t<n;){var r=e[t];this.set(r[0],r[1])}}u.prototype.clear=r,u.prototype.delete=a,u.prototype.get=i,u.prototype.has=o,u.prototype.set=s,e.exports=u},function(e,t,n){var r=n(108);e.exports=function(){this.__data__=r?r(null):{},this.size=0}},function(e,t){e.exports=function(e){var t=this.has(e)&&delete this.__data__[e];return this.size-=t?1:0,t}},function(e,t,n){var r=n(108),a=Object.prototype.hasOwnProperty;e.exports=function(e){var t=this.__data__;if(r){var n=t[e];return"__lodash_hash_undefined__"===n?void 0:n}return a.call(t,e)?t[e]:void 0}},function(e,t,n){var r=n(108),a=Object.prototype.hasOwnProperty;e.exports=function(e){var t=this.__data__;return r?void 0!==t[e]:a.call(t,e)}},function(e,t,n){var r=n(108);e.exports=function(e,t){var n=this.__data__;return this.size+=this.has(e)?0:1,n[e]=r&&void 0===t?"__lodash_hash_undefined__":t,this}},function(e,t,n){var r=n(109);e.exports=function(e){var t=r(this,e).delete(e);return this.size-=t?1:0,t}},function(e,t){e.exports=function(e){var t=typeof e;return"string"==t||"number"==t||"symbol"==t||"boolean"==t?"__proto__"!==e:null===e}},function(e,t,n){var r=n(109);e.exports=function(e){return r(this,e).get(e)}},function(e,t,n){var r=n(109);e.exports=function(e){return r(this,e).has(e)}},function(e,t,n){var r=n(109);e.exports=function(e,t){var n=r(this,e),a=n.size;return n.set(e,t),this.size+=n.size==a?0:1,this}},function(e,t,n){var r=n(49),a=n(136),i=n(299),o=Object.prototype.hasOwnProperty;e.exports=function(e){if(!r(e))return i(e);var t=a(e),n=[];for(var s in e)("constructor"!=s||!t&&o.call(e,s))&&n.push(s);return n}},function(e,t){e.exports=function(e){var t=[];if(null!=e)for(var n in Object(e))t.push(n);return t}},function(e,t,n){(function(e){var r=n(24),a=t&&!t.nodeType&&t,i=a&&"object"==typeof e&&e&&!e.nodeType&&e,o=i&&i.exports===a?r.Buffer:void 0,s=o?o.allocUnsafe:void 0;e.exports=function(e,t){if(t)return e.slice();var n=e.length,r=s?s(n):new e.constructor(n);return e.copy(r),r}}).call(this,n(113)(e))},function(e,t){e.exports=function(e,t){for(var n=-1,r=null==e?0:e.length,a=0,i=[];++n<r;){var o=e[n];t(o,n,e)&&(i[a++]=o)}return i}},function(e,t,n){var r=n(172),a=n(160),i=n(171),o=n(202),s=Object.getOwnPropertySymbols?function(e){for(var t=[];e;)r(t,i(e)),e=a(e);return t}:o;e.exports=s},function(e,t,n){var r=n(54)(n(24),"DataView");e.exports=r},function(e,t,n){var r=n(54)(n(24),"Promise");e.exports=r},function(e,t,n){var r=n(54)(n(24),"Set");e.exports=r},function(e,t,n){var r=n(173);e.exports=function(e,t){var n=t?r(e.buffer):e.buffer;return new e.constructor(n,e.byteOffset,e.length)}},function(e,t,n){var r=n(130),a=n(160),i=n(136);e.exports=function(e){return"function"!=typeof e.constructor||i(e)?{}:r(a(e))}},function(e,t,n){var r=n(59),a=n(160),i=n(37),o=Function.prototype,s=Object.prototype,u=o.toString,l=s.hasOwnProperty,c=u.call(Object);e.exports=function(e){if(!i(e)||"[object Object]"!=r(e))return!1;var t=a(e);if(null===t)return!0;var n=l.call(t,"constructor")&&t.constructor;return"function"==typeof n&&n instanceof n&&u.call(n)==c}},function(e,t,n){var r=n(157),a=n(186),i=n(315),o=n(318),s=n(114),u=n(31),l=n(135),c=n(168),d="[object Object]",f=Object.prototype.hasOwnProperty;e.exports=function(e,t,n,p,m,h){var _=u(e),g=u(t),y=_?"[object Array]":s(e),v=g?"[object Array]":s(t),M=(y="[object Arguments]"==y?d:y)==d,L=(v="[object Arguments]"==v?d:v)==d,w=y==v;if(w&&l(e)){if(!l(t))return!1;_=!0,M=!1}if(w&&!M)return h||(h=new r),_||c(e)?a(e,t,n,p,m,h):i(e,t,y,n,p,m,h);if(!(1&n)){var b=M&&f.call(e,"__wrapped__"),T=L&&f.call(t,"__wrapped__");if(b||T){var x=b?e.value():e,k=T?t.value():t;return h||(h=new r),m(x,k,n,p,h)}}return!!w&&(h||(h=new r),o(e,t,n,p,m,h))}},function(e,t,n){var r=n(158),a=n(311),i=n(312);function o(e){var t=-1,n=null==e?0:e.length;for(this.__data__=new r;++t<n;)this.add(e[t])}o.prototype.add=o.prototype.push=a,o.prototype.has=i,e.exports=o},function(e,t){e.exports=function(e){return this.__data__.set(e,"__lodash_hash_undefined__"),this}},function(e,t){e.exports=function(e){return this.__data__.has(e)}},function(e,t){e.exports=function(e,t){for(var n=-1,r=null==e?0:e.length;++n<r;)if(t(e[n],n,e))return!0;return!1}},function(e,t){e.exports=function(e,t){return e.has(t)}},function(e,t,n){var r=n(82),a=n(185),i=n(112),o=n(186),s=n(316),u=n(317),l=r?r.prototype:void 0,c=l?l.valueOf:void 0;e.exports=function(e,t,n,r,l,d,f){switch(n){case"[object DataView]":if(e.byteLength!=t.byteLength||e.byteOffset!=t.byteOffset)return!1;e=e.buffer,t=t.buffer;case"[object ArrayBuffer]":return!(e.byteLength!=t.byteLength||!d(new a(e),new a(t)));case"[object Boolean]":case"[object Date]":case"[object Number]":return i(+e,+t);case"[object Error]":return e.name==t.name&&e.message==t.message;case"[object RegExp]":case"[object String]":return e==t+"";case"[object Map]":var p=s;case"[object Set]":var m=1&r;if(p||(p=u),e.size!=t.size&&!m)return!1;var h=f.get(e);if(h)return h==t;r|=2,f.set(e,t);var _=o(p(e),p(t),r,l,d,f);return f.delete(e),_;case"[object Symbol]":if(c)return c.call(e)==c.call(t)}return!1}},function(e,t){e.exports=function(e){var t=-1,n=Array(e.size);return e.forEach((function(e,r){n[++t]=[r,e]})),n}},function(e,t){e.exports=function(e){var t=-1,n=Array(e.size);return e.forEach((function(e){n[++t]=e})),n}},function(e,t,n){var r=n(203),a=Object.prototype.hasOwnProperty;e.exports=function(e,t,n,i,o,s){var u=1&n,l=r(e),c=l.length;if(c!=r(t).length&&!u)return!1;for(var d=c;d--;){var f=l[d];if(!(u?f in t:a.call(t,f)))return!1}var p=s.get(e),m=s.get(t);if(p&&m)return p==t&&m==e;var h=!0;s.set(e,t),s.set(t,e);for(var _=u;++d<c;){var g=e[f=l[d]],y=t[f];if(i)var v=u?i(y,g,f,t,e,s):i(g,y,f,e,t,s);if(!(void 0===v?g===y||o(g,y,n,i,s):v)){h=!1;break}_||(_="constructor"==f)}if(h&&!_){var M=e.constructor,L=t.constructor;M==L||!("constructor"in e)||!("constructor"in t)||"function"==typeof M&&M instanceof M&&"function"==typeof L&&L instanceof L||(h=!1)}return s.delete(e),s.delete(t),h}},function(e,t,n){var r=n(49);e.exports=function(e){return e==e&&!r(e)}},function(e,t){e.exports=function(e,t){return function(n){return null!=n&&(n[e]===t&&(void 0!==t||e in Object(n)))}}},function(e,t,n){var r=n(322),a=n(138);e.exports=function(e,t){for(var n=0,i=(t=r(t,e)).length;null!=e&&n<i;)e=e[a(t[n++])];return n&&n==i?e:void 0}},function(e,t,n){var r=n(31),a=n(206),i=n(323),o=n(324);e.exports=function(e,t){return r(e)?e:a(e,t)?[e]:i(o(e))}},function(e,t,n){var r=n(594),a=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,i=/\\(\\)?/g,o=r((function(e){var t=[];return 46===e.charCodeAt(0)&&t.push(""),e.replace(a,(function(e,n,r,a){t.push(r?a.replace(i,"$1"):n||e)})),t}));e.exports=o},function(e,t,n){var r=n(596);e.exports=function(e){return null==e?"":r(e)}},function(e,t){e.exports=function(e,t){for(var n=-1,r=null==e?0:e.length,a=Array(r);++n<r;)a[n]=t(e[n],n,e);return a}},function(e,t,n){var r=n(166),a=Math.max;e.exports=function(e,t,n){return t=a(void 0===t?e.length-1:t,0),function(){for(var i=arguments,o=-1,s=a(i.length-t,0),u=Array(s);++o<s;)u[o]=i[t+o];o=-1;for(var l=Array(t+1);++o<t;)l[o]=i[o];return l[t]=n(u),r(e,this,l)}}},function(e,t,n){!function(e){"use strict";
+//! moment.js locale configuration
+e.defineLocale("af",{months:"Januarie_Februarie_Maart_April_Mei_Junie_Julie_Augustus_September_Oktober_November_Desember".split("_"),monthsShort:"Jan_Feb_Mrt_Apr_Mei_Jun_Jul_Aug_Sep_Okt_Nov_Des".split("_"),weekdays:"Sondag_Maandag_Dinsdag_Woensdag_Donderdag_Vrydag_Saterdag".split("_"),weekdaysShort:"Son_Maa_Din_Woe_Don_Vry_Sat".split("_"),weekdaysMin:"So_Ma_Di_Wo_Do_Vr_Sa".split("_"),meridiemParse:/vm|nm/i,isPM:function(e){return/^nm$/i.test(e)},meridiem:function(e,t,n){return e<12?n?"vm":"VM":n?"nm":"NM"},longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[Vandag om] LT",nextDay:"[Môre om] LT",nextWeek:"dddd [om] LT",lastDay:"[Gister om] LT",lastWeek:"[Laas] dddd [om] LT",sameElse:"L"},relativeTime:{future:"oor %s",past:"%s gelede",s:"'n paar sekondes",ss:"%d sekondes",m:"'n minuut",mm:"%d minute",h:"'n uur",hh:"%d ure",d:"'n dag",dd:"%d dae",M:"'n maand",MM:"%d maande",y:"'n jaar",yy:"%d jaar"},dayOfMonthOrdinalParse:/\d{1,2}(ste|de)/,ordinal:function(e){return e+(1===e||8===e||e>=20?"ste":"de")},week:{dow:1,doy:4}})}(n(2))},function(e,t,n){!function(e){"use strict";
+//! moment.js locale configuration
+var t={1:"١",2:"٢",3:"٣",4:"٤",5:"٥",6:"٦",7:"٧",8:"٨",9:"٩",0:"٠"},n={"١":"1","٢":"2","٣":"3","٤":"4","٥":"5","٦":"6","٧":"7","٨":"8","٩":"9","٠":"0"},r=function(e){return 0===e?0:1===e?1:2===e?2:e%100>=3&&e%100<=10?3:e%100>=11?4:5},a={s:["أقل من ثانية","ثانية واحدة",["ثانيتان","ثانيتين"],"%d ثوان","%d ثانية","%d ثانية"],m:["أقل من دقيقة","دقيقة واحدة",["دقيقتان","دقيقتين"],"%d دقائق","%d دقيقة","%d دقيقة"],h:["أقل من ساعة","ساعة واحدة",["ساعتان","ساعتين"],"%d ساعات","%d ساعة","%d ساعة"],d:["أقل من يوم","يوم واحد",["يومان","يومين"],"%d أيام","%d يومًا","%d يوم"],M:["أقل من شهر","شهر واحد",["شهران","شهرين"],"%d أشهر","%d شهرا","%d شهر"],y:["أقل من عام","عام واحد",["عامان","عامين"],"%d أعوام","%d عامًا","%d عام"]},i=function(e){return function(t,n,i,o){var s=r(t),u=a[e][r(t)];return 2===s&&(u=u[n?0:1]),u.replace(/%d/i,t)}},o=["يناير","فبراير","مارس","أبريل","مايو","يونيو","يوليو","أغسطس","سبتمبر","أكتوبر","نوفمبر","ديسمبر"];e.defineLocale("ar",{months:o,monthsShort:o,weekdays:"الأحد_الإثنين_الثلاثاء_الأربعاء_الخميس_الجمعة_السبت".split("_"),weekdaysShort:"أحد_إثنين_ثلاثاء_أربعاء_خميس_جمعة_سبت".split("_"),weekdaysMin:"ح_ن_ث_ر_خ_ج_س".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"D/‏M/‏YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},meridiemParse:/ص|م/,isPM:function(e){return"م"===e},meridiem:function(e,t,n){return e<12?"ص":"م"},calendar:{sameDay:"[اليوم عند الساعة] LT",nextDay:"[غدًا عند الساعة] LT",nextWeek:"dddd [عند الساعة] LT",lastDay:"[أمس عند الساعة] LT",lastWeek:"dddd [عند الساعة] LT",sameElse:"L"},relativeTime:{future:"بعد %s",past:"منذ %s",s:i("s"),ss:i("s"),m:i("m"),mm:i("m"),h:i("h"),hh:i("h"),d:i("d"),dd:i("d"),M:i("M"),MM:i("M"),y:i("y"),yy:i("y")},preparse:function(e){return e.replace(/[١٢٣٤٥٦٧٨٩٠]/g,(function(e){return n[e]})).replace(/،/g,",")},postformat:function(e){return e.replace(/\d/g,(function(e){return t[e]})).replace(/,/g,"،")},week:{dow:6,doy:12}})}(n(2))},function(e,t,n){!function(e){"use strict";
+//! moment.js locale configuration
+var t=function(e){return 0===e?0:1===e?1:2===e?2:e%100>=3&&e%100<=10?3:e%100>=11?4:5},n={s:["أقل من ثانية","ثانية واحدة",["ثانيتان","ثانيتين"],"%d ثوان","%d ثانية","%d ثانية"],m:["أقل من دقيقة","دقيقة واحدة",["دقيقتان","دقيقتين"],"%d دقائق","%d دقيقة","%d دقيقة"],h:["أقل من ساعة","ساعة واحدة",["ساعتان","ساعتين"],"%d ساعات","%d ساعة","%d ساعة"],d:["أقل من يوم","يوم واحد",["يومان","يومين"],"%d أيام","%d يومًا","%d يوم"],M:["أقل من شهر","شهر واحد",["شهران","شهرين"],"%d أشهر","%d شهرا","%d شهر"],y:["أقل من عام","عام واحد",["عامان","عامين"],"%d أعوام","%d عامًا","%d عام"]},r=function(e){return function(r,a,i,o){var s=t(r),u=n[e][t(r)];return 2===s&&(u=u[a?0:1]),u.replace(/%d/i,r)}},a=["جانفي","فيفري","مارس","أفريل","ماي","جوان","جويلية","أوت","سبتمبر","أكتوبر","نوفمبر","ديسمبر"];e.defineLocale("ar-dz",{months:a,monthsShort:a,weekdays:"الأحد_الإثنين_الثلاثاء_الأربعاء_الخميس_الجمعة_السبت".split("_"),weekdaysShort:"أحد_إثنين_ثلاثاء_أربعاء_خميس_جمعة_سبت".split("_"),weekdaysMin:"ح_ن_ث_ر_خ_ج_س".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"D/‏M/‏YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},meridiemParse:/ص|م/,isPM:function(e){return"م"===e},meridiem:function(e,t,n){return e<12?"ص":"م"},calendar:{sameDay:"[اليوم عند الساعة] LT",nextDay:"[غدًا عند الساعة] LT",nextWeek:"dddd [عند الساعة] LT",lastDay:"[أمس عند الساعة] LT",lastWeek:"dddd [عند الساعة] LT",sameElse:"L"},relativeTime:{future:"بعد %s",past:"منذ %s",s:r("s"),ss:r("s"),m:r("m"),mm:r("m"),h:r("h"),hh:r("h"),d:r("d"),dd:r("d"),M:r("M"),MM:r("M"),y:r("y"),yy:r("y")},postformat:function(e){return e.replace(/,/g,"،")},week:{dow:0,doy:4}})}(n(2))},function(e,t,n){!function(e){"use strict";
+//! moment.js locale configuration
+e.defineLocale("ar-kw",{months:"يناير_فبراير_مارس_أبريل_ماي_يونيو_يوليوز_غشت_شتنبر_أكتوبر_نونبر_دجنبر".split("_"),monthsShort:"يناير_فبراير_مارس_أبريل_ماي_يونيو_يوليوز_غشت_شتنبر_أكتوبر_نونبر_دجنبر".split("_"),weekdays:"الأحد_الإتنين_الثلاثاء_الأربعاء_الخميس_الجمعة_السبت".split("_"),weekdaysShort:"احد_اتنين_ثلاثاء_اربعاء_خميس_جمعة_سبت".split("_"),weekdaysMin:"ح_ن_ث_ر_خ_ج_س".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[اليوم على الساعة] LT",nextDay:"[غدا على الساعة] LT",nextWeek:"dddd [على الساعة] LT",lastDay:"[أمس على الساعة] LT",lastWeek:"dddd [على الساعة] LT",sameElse:"L"},relativeTime:{future:"في %s",past:"منذ %s",s:"ثوان",ss:"%d ثانية",m:"دقيقة",mm:"%d دقائق",h:"ساعة",hh:"%d ساعات",d:"يوم",dd:"%d أيام",M:"شهر",MM:"%d أشهر",y:"سنة",yy:"%d سنوات"},week:{dow:0,doy:12}})}(n(2))},function(e,t,n){!function(e){"use strict";
+//! moment.js locale configuration
+var t={1:"1",2:"2",3:"3",4:"4",5:"5",6:"6",7:"7",8:"8",9:"9",0:"0"},n=function(e){return 0===e?0:1===e?1:2===e?2:e%100>=3&&e%100<=10?3:e%100>=11?4:5},r={s:["أقل من ثانية","ثانية واحدة",["ثانيتان","ثانيتين"],"%d ثوان","%d ثانية","%d ثانية"],m:["أقل من دقيقة","دقيقة واحدة",["دقيقتان","دقيقتين"],"%d دقائق","%d دقيقة","%d دقيقة"],h:["أقل من ساعة","ساعة واحدة",["ساعتان","ساعتين"],"%d ساعات","%d ساعة","%d ساعة"],d:["أقل من يوم","يوم واحد",["يومان","يومين"],"%d أيام","%d يومًا","%d يوم"],M:["أقل من شهر","شهر واحد",["شهران","شهرين"],"%d أشهر","%d شهرا","%d شهر"],y:["أقل من عام","عام واحد",["عامان","عامين"],"%d أعوام","%d عامًا","%d عام"]},a=function(e){return function(t,a,i,o){var s=n(t),u=r[e][n(t)];return 2===s&&(u=u[a?0:1]),u.replace(/%d/i,t)}},i=["يناير","فبراير","مارس","أبريل","مايو","يونيو","يوليو","أغسطس","سبتمبر","أكتوبر","نوفمبر","ديسمبر"];e.defineLocale("ar-ly",{months:i,monthsShort:i,weekdays:"الأحد_الإثنين_الثلاثاء_الأربعاء_الخميس_الجمعة_السبت".split("_"),weekdaysShort:"أحد_إثنين_ثلاثاء_أربعاء_خميس_جمعة_سبت".split("_"),weekdaysMin:"ح_ن_ث_ر_خ_ج_س".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"D/‏M/‏YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},meridiemParse:/ص|م/,isPM:function(e){return"م"===e},meridiem:function(e,t,n){return e<12?"ص":"م"},calendar:{sameDay:"[اليوم عند الساعة] LT",nextDay:"[غدًا عند الساعة] LT",nextWeek:"dddd [عند الساعة] LT",lastDay:"[أمس عند الساعة] LT",lastWeek:"dddd [عند الساعة] LT",sameElse:"L"},relativeTime:{future:"بعد %s",past:"منذ %s",s:a("s"),ss:a("s"),m:a("m"),mm:a("m"),h:a("h"),hh:a("h"),d:a("d"),dd:a("d"),M:a("M"),MM:a("M"),y:a("y"),yy:a("y")},preparse:function(e){return e.replace(/،/g,",")},postformat:function(e){return e.replace(/\d/g,(function(e){return t[e]})).replace(/,/g,"،")},week:{dow:6,doy:12}})}(n(2))},function(e,t,n){!function(e){"use strict";
+//! moment.js locale configuration
+e.defineLocale("ar-ma",{months:"يناير_فبراير_مارس_أبريل_ماي_يونيو_يوليوز_غشت_شتنبر_أكتوبر_نونبر_دجنبر".split("_"),monthsShort:"يناير_فبراير_مارس_أبريل_ماي_يونيو_يوليوز_غشت_شتنبر_أكتوبر_نونبر_دجنبر".split("_"),weekdays:"الأحد_الإثنين_الثلاثاء_الأربعاء_الخميس_الجمعة_السبت".split("_"),weekdaysShort:"احد_اثنين_ثلاثاء_اربعاء_خميس_جمعة_سبت".split("_"),weekdaysMin:"ح_ن_ث_ر_خ_ج_س".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[اليوم على الساعة] LT",nextDay:"[غدا على الساعة] LT",nextWeek:"dddd [على الساعة] LT",lastDay:"[أمس على الساعة] LT",lastWeek:"dddd [على الساعة] LT",sameElse:"L"},relativeTime:{future:"في %s",past:"منذ %s",s:"ثوان",ss:"%d ثانية",m:"دقيقة",mm:"%d دقائق",h:"ساعة",hh:"%d ساعات",d:"يوم",dd:"%d أيام",M:"شهر",MM:"%d أشهر",y:"سنة",yy:"%d سنوات"},week:{dow:1,doy:4}})}(n(2))},function(e,t,n){!function(e){"use strict";
+//! moment.js locale configuration
+var t={1:"١",2:"٢",3:"٣",4:"٤",5:"٥",6:"٦",7:"٧",8:"٨",9:"٩",0:"٠"},n={"١":"1","٢":"2","٣":"3","٤":"4","٥":"5","٦":"6","٧":"7","٨":"8","٩":"9","٠":"0"};e.defineLocale("ar-sa",{months:"يناير_فبراير_مارس_أبريل_مايو_يونيو_يوليو_أغسطس_سبتمبر_أكتوبر_نوفمبر_ديسمبر".split("_"),monthsShort:"يناير_فبراير_مارس_أبريل_مايو_يونيو_يوليو_أغسطس_سبتمبر_أكتوبر_نوفمبر_ديسمبر".split("_"),weekdays:"الأحد_الإثنين_الثلاثاء_الأربعاء_الخميس_الجمعة_السبت".split("_"),weekdaysShort:"أحد_إثنين_ثلاثاء_أربعاء_خميس_جمعة_سبت".split("_"),weekdaysMin:"ح_ن_ث_ر_خ_ج_س".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},meridiemParse:/ص|م/,isPM:function(e){return"م"===e},meridiem:function(e,t,n){return e<12?"ص":"م"},calendar:{sameDay:"[اليوم على الساعة] LT",nextDay:"[غدا على الساعة] LT",nextWeek:"dddd [على الساعة] LT",lastDay:"[أمس على الساعة] LT",lastWeek:"dddd [على الساعة] LT",sameElse:"L"},relativeTime:{future:"في %s",past:"منذ %s",s:"ثوان",ss:"%d ثانية",m:"دقيقة",mm:"%d دقائق",h:"ساعة",hh:"%d ساعات",d:"يوم",dd:"%d أيام",M:"شهر",MM:"%d أشهر",y:"سنة",yy:"%d سنوات"},preparse:function(e){return e.replace(/[١٢٣٤٥٦٧٨٩٠]/g,(function(e){return n[e]})).replace(/،/g,",")},postformat:function(e){return e.replace(/\d/g,(function(e){return t[e]})).replace(/,/g,"،")},week:{dow:0,doy:6}})}(n(2))},function(e,t,n){!function(e){"use strict";
+//! moment.js locale configuration
+e.defineLocale("ar-tn",{months:"جانفي_فيفري_مارس_أفريل_ماي_جوان_جويلية_أوت_سبتمبر_أكتوبر_نوفمبر_ديسمبر".split("_"),monthsShort:"جانفي_فيفري_مارس_أفريل_ماي_جوان_جويلية_أوت_سبتمبر_أكتوبر_نوفمبر_ديسمبر".split("_"),weekdays:"الأحد_الإثنين_الثلاثاء_الأربعاء_الخميس_الجمعة_السبت".split("_"),weekdaysShort:"أحد_إثنين_ثلاثاء_أربعاء_خميس_جمعة_سبت".split("_"),weekdaysMin:"ح_ن_ث_ر_خ_ج_س".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[اليوم على الساعة] LT",nextDay:"[غدا على الساعة] LT",nextWeek:"dddd [على الساعة] LT",lastDay:"[أمس على الساعة] LT",lastWeek:"dddd [على الساعة] LT",sameElse:"L"},relativeTime:{future:"في %s",past:"منذ %s",s:"ثوان",ss:"%d ثانية",m:"دقيقة",mm:"%d دقائق",h:"ساعة",hh:"%d ساعات",d:"يوم",dd:"%d أيام",M:"شهر",MM:"%d أشهر",y:"سنة",yy:"%d سنوات"},week:{dow:1,doy:4}})}(n(2))},function(e,t,n){!function(e){"use strict";
+//! moment.js locale configuration
+var t={1:"-inci",5:"-inci",8:"-inci",70:"-inci",80:"-inci",2:"-nci",7:"-nci",20:"-nci",50:"-nci",3:"-üncü",4:"-üncü",100:"-üncü",6:"-ncı",9:"-uncu",10:"-uncu",30:"-uncu",60:"-ıncı",90:"-ıncı"};e.defineLocale("az",{months:"yanvar_fevral_mart_aprel_may_iyun_iyul_avqust_sentyabr_oktyabr_noyabr_dekabr".split("_"),monthsShort:"yan_fev_mar_apr_may_iyn_iyl_avq_sen_okt_noy_dek".split("_"),weekdays:"Bazar_Bazar ertəsi_Çərşənbə axşamı_Çərşənbə_Cümə axşamı_Cümə_Şənbə".split("_"),weekdaysShort:"Baz_BzE_ÇAx_Çər_CAx_Cüm_Şən".split("_"),weekdaysMin:"Bz_BE_ÇA_Çə_CA_Cü_Şə".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[bugün saat] LT",nextDay:"[sabah saat] LT",nextWeek:"[gələn həftə] dddd [saat] LT",lastDay:"[dünən] LT",lastWeek:"[keçən həftə] dddd [saat] LT",sameElse:"L"},relativeTime:{future:"%s sonra",past:"%s əvvəl",s:"bir neçə saniyə",ss:"%d saniyə",m:"bir dəqiqə",mm:"%d dəqiqə",h:"bir saat",hh:"%d saat",d:"bir gün",dd:"%d gün",M:"bir ay",MM:"%d ay",y:"bir il",yy:"%d il"},meridiemParse:/gecə|səhər|gündüz|axşam/,isPM:function(e){return/^(gündüz|axşam)$/.test(e)},meridiem:function(e,t,n){return e<4?"gecə":e<12?"səhər":e<17?"gündüz":"axşam"},dayOfMonthOrdinalParse:/\d{1,2}-(ıncı|inci|nci|üncü|ncı|uncu)/,ordinal:function(e){if(0===e)return e+"-ıncı";var n=e%10;return e+(t[n]||t[e%100-n]||t[e>=100?100:null])},week:{dow:1,doy:7}})}(n(2))},function(e,t,n){!function(e){"use strict";
+//! moment.js locale configuration
+function t(e,t,n){var r,a;return"m"===n?t?"хвіліна":"хвіліну":"h"===n?t?"гадзіна":"гадзіну":e+" "+(r=+e,a={ss:t?"секунда_секунды_секунд":"секунду_секунды_секунд",mm:t?"хвіліна_хвіліны_хвілін":"хвіліну_хвіліны_хвілін",hh:t?"гадзіна_гадзіны_гадзін":"гадзіну_гадзіны_гадзін",dd:"дзень_дні_дзён",MM:"месяц_месяцы_месяцаў",yy:"год_гады_гадоў"}[n].split("_"),r%10==1&&r%100!=11?a[0]:r%10>=2&&r%10<=4&&(r%100<10||r%100>=20)?a[1]:a[2])}e.defineLocale("be",{months:{format:"студзеня_лютага_сакавіка_красавіка_траўня_чэрвеня_ліпеня_жніўня_верасня_кастрычніка_лістапада_снежня".split("_"),standalone:"студзень_люты_сакавік_красавік_травень_чэрвень_ліпень_жнівень_верасень_кастрычнік_лістапад_снежань".split("_")},monthsShort:"студ_лют_сак_крас_трав_чэрв_ліп_жнів_вер_каст_ліст_снеж".split("_"),weekdays:{format:"нядзелю_панядзелак_аўторак_сераду_чацвер_пятніцу_суботу".split("_"),standalone:"нядзеля_панядзелак_аўторак_серада_чацвер_пятніца_субота".split("_"),isFormat:/\[ ?[Ууў] ?(?:мінулую|наступную)? ?\] ?dddd/},weekdaysShort:"нд_пн_ат_ср_чц_пт_сб".split("_"),weekdaysMin:"нд_пн_ат_ср_чц_пт_сб".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY г.",LLL:"D MMMM YYYY г., HH:mm",LLLL:"dddd, D MMMM YYYY г., HH:mm"},calendar:{sameDay:"[Сёння ў] LT",nextDay:"[Заўтра ў] LT",lastDay:"[Учора ў] LT",nextWeek:function(){return"[У] dddd [ў] LT"},lastWeek:function(){switch(this.day()){case 0:case 3:case 5:case 6:return"[У мінулую] dddd [ў] LT";case 1:case 2:case 4:return"[У мінулы] dddd [ў] LT"}},sameElse:"L"},relativeTime:{future:"праз %s",past:"%s таму",s:"некалькі секунд",m:t,mm:t,h:t,hh:t,d:"дзень",dd:t,M:"месяц",MM:t,y:"год",yy:t},meridiemParse:/ночы|раніцы|дня|вечара/,isPM:function(e){return/^(дня|вечара)$/.test(e)},meridiem:function(e,t,n){return e<4?"ночы":e<12?"раніцы":e<17?"дня":"вечара"},dayOfMonthOrdinalParse:/\d{1,2}-(і|ы|га)/,ordinal:function(e,t){switch(t){case"M":case"d":case"DDD":case"w":case"W":return e%10!=2&&e%10!=3||e%100==12||e%100==13?e+"-ы":e+"-і";case"D":return e+"-га";default:return e}},week:{dow:1,doy:7}})}(n(2))},function(e,t,n){!function(e){"use strict";
+//! moment.js locale configuration
+e.defineLocale("bg",{months:"януари_февруари_март_април_май_юни_юли_август_септември_октомври_ноември_декември".split("_"),monthsShort:"яну_фев_мар_апр_май_юни_юли_авг_сеп_окт_ное_дек".split("_"),weekdays:"неделя_понеделник_вторник_сряда_четвъртък_петък_събота".split("_"),weekdaysShort:"нед_пон_вто_сря_чет_пет_съб".split("_"),weekdaysMin:"нд_пн_вт_ср_чт_пт_сб".split("_"),longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"D.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY H:mm",LLLL:"dddd, D MMMM YYYY H:mm"},calendar:{sameDay:"[Днес в] LT",nextDay:"[Утре в] LT",nextWeek:"dddd [в] LT",lastDay:"[Вчера в] LT",lastWeek:function(){switch(this.day()){case 0:case 3:case 6:return"[Миналата] dddd [в] LT";case 1:case 2:case 4:case 5:return"[Миналия] dddd [в] LT"}},sameElse:"L"},relativeTime:{future:"след %s",past:"преди %s",s:"няколко секунди",ss:"%d секунди",m:"минута",mm:"%d минути",h:"час",hh:"%d часа",d:"ден",dd:"%d дена",w:"седмица",ww:"%d седмици",M:"месец",MM:"%d месеца",y:"година",yy:"%d години"},dayOfMonthOrdinalParse:/\d{1,2}-(ев|ен|ти|ви|ри|ми)/,ordinal:function(e){var t=e%10,n=e%100;return 0===e?e+"-ев":0===n?e+"-ен":n>10&&n<20?e+"-ти":1===t?e+"-ви":2===t?e+"-ри":7===t||8===t?e+"-ми":e+"-ти"},week:{dow:1,doy:7}})}(n(2))},function(e,t,n){!function(e){"use strict";
+//! moment.js locale configuration
+e.defineLocale("bm",{months:"Zanwuyekalo_Fewuruyekalo_Marisikalo_Awirilikalo_Mɛkalo_Zuwɛnkalo_Zuluyekalo_Utikalo_Sɛtanburukalo_ɔkutɔburukalo_Nowanburukalo_Desanburukalo".split("_"),monthsShort:"Zan_Few_Mar_Awi_Mɛ_Zuw_Zul_Uti_Sɛt_ɔku_Now_Des".split("_"),weekdays:"Kari_Ntɛnɛn_Tarata_Araba_Alamisa_Juma_Sibiri".split("_"),weekdaysShort:"Kar_Ntɛ_Tar_Ara_Ala_Jum_Sib".split("_"),weekdaysMin:"Ka_Nt_Ta_Ar_Al_Ju_Si".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"MMMM [tile] D [san] YYYY",LLL:"MMMM [tile] D [san] YYYY [lɛrɛ] HH:mm",LLLL:"dddd MMMM [tile] D [san] YYYY [lɛrɛ] HH:mm"},calendar:{sameDay:"[Bi lɛrɛ] LT",nextDay:"[Sini lɛrɛ] LT",nextWeek:"dddd [don lɛrɛ] LT",lastDay:"[Kunu lɛrɛ] LT",lastWeek:"dddd [tɛmɛnen lɛrɛ] LT",sameElse:"L"},relativeTime:{future:"%s kɔnɔ",past:"a bɛ %s bɔ",s:"sanga dama dama",ss:"sekondi %d",m:"miniti kelen",mm:"miniti %d",h:"lɛrɛ kelen",hh:"lɛrɛ %d",d:"tile kelen",dd:"tile %d",M:"kalo kelen",MM:"kalo %d",y:"san kelen",yy:"san %d"},week:{dow:1,doy:4}})}(n(2))},function(e,t,n){!function(e){"use strict";
+//! moment.js locale configuration
+var t={1:"১",2:"২",3:"৩",4:"৪",5:"৫",6:"৬",7:"৭",8:"৮",9:"৯",0:"০"},n={"১":"1","২":"2","৩":"3","৪":"4","৫":"5","৬":"6","৭":"7","৮":"8","৯":"9","০":"0"};e.defineLocale("bn",{months:"জানুয়ারি_ফেব্রুয়ারি_মার্চ_এপ্রিল_মে_জুন_জুলাই_আগস্ট_সেপ্টেম্বর_অক্টোবর_নভেম্বর_ডিসেম্বর".split("_"),monthsShort:"জানু_ফেব্রু_মার্চ_এপ্রিল_মে_জুন_জুলাই_আগস্ট_সেপ্ট_অক্টো_নভে_ডিসে".split("_"),weekdays:"রবিবার_সোমবার_মঙ্গলবার_বুধবার_বৃহস্পতিবার_শুক্রবার_শনিবার".split("_"),weekdaysShort:"রবি_সোম_মঙ্গল_বুধ_বৃহস্পতি_শুক্র_শনি".split("_"),weekdaysMin:"রবি_সোম_মঙ্গল_বুধ_বৃহ_শুক্র_শনি".split("_"),longDateFormat:{LT:"A h:mm সময়",LTS:"A h:mm:ss সময়",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY, A h:mm সময়",LLLL:"dddd, D MMMM YYYY, A h:mm সময়"},calendar:{sameDay:"[আজ] LT",nextDay:"[আগামীকাল] LT",nextWeek:"dddd, LT",lastDay:"[গতকাল] LT",lastWeek:"[গত] dddd, LT",sameElse:"L"},relativeTime:{future:"%s পরে",past:"%s আগে",s:"কয়েক সেকেন্ড",ss:"%d সেকেন্ড",m:"এক মিনিট",mm:"%d মিনিট",h:"এক ঘন্টা",hh:"%d ঘন্টা",d:"এক দিন",dd:"%d দিন",M:"এক মাস",MM:"%d মাস",y:"এক বছর",yy:"%d বছর"},preparse:function(e){return e.replace(/[১২৩৪৫৬৭৮৯০]/g,(function(e){return n[e]}))},postformat:function(e){return e.replace(/\d/g,(function(e){return t[e]}))},meridiemParse:/রাত|সকাল|দুপুর|বিকাল|রাত/,meridiemHour:function(e,t){return 12===e&&(e=0),"রাত"===t&&e>=4||"দুপুর"===t&&e<5||"বিকাল"===t?e+12:e},meridiem:function(e,t,n){return e<4?"রাত":e<10?"সকাল":e<17?"দুপুর":e<20?"বিকাল":"রাত"},week:{dow:0,doy:6}})}(n(2))},function(e,t,n){!function(e){"use strict";
+//! moment.js locale configuration
+var t={1:"১",2:"২",3:"৩",4:"৪",5:"৫",6:"৬",7:"৭",8:"৮",9:"৯",0:"০"},n={"১":"1","২":"2","৩":"3","৪":"4","৫":"5","৬":"6","৭":"7","৮":"8","৯":"9","০":"0"};e.defineLocale("bn-bd",{months:"জানুয়ারি_ফেব্রুয়ারি_মার্চ_এপ্রিল_মে_জুন_জুলাই_আগস্ট_সেপ্টেম্বর_অক্টোবর_নভেম্বর_ডিসেম্বর".split("_"),monthsShort:"জানু_ফেব্রু_মার্চ_এপ্রিল_মে_জুন_জুলাই_আগস্ট_সেপ্ট_অক্টো_নভে_ডিসে".split("_"),weekdays:"রবিবার_সোমবার_মঙ্গলবার_বুধবার_বৃহস্পতিবার_শুক্রবার_শনিবার".split("_"),weekdaysShort:"রবি_সোম_মঙ্গল_বুধ_বৃহস্পতি_শুক্র_শনি".split("_"),weekdaysMin:"রবি_সোম_মঙ্গল_বুধ_বৃহ_শুক্র_শনি".split("_"),longDateFormat:{LT:"A h:mm সময়",LTS:"A h:mm:ss সময়",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY, A h:mm সময়",LLLL:"dddd, D MMMM YYYY, A h:mm সময়"},calendar:{sameDay:"[আজ] LT",nextDay:"[আগামীকাল] LT",nextWeek:"dddd, LT",lastDay:"[গতকাল] LT",lastWeek:"[গত] dddd, LT",sameElse:"L"},relativeTime:{future:"%s পরে",past:"%s আগে",s:"কয়েক সেকেন্ড",ss:"%d সেকেন্ড",m:"এক মিনিট",mm:"%d মিনিট",h:"এক ঘন্টা",hh:"%d ঘন্টা",d:"এক দিন",dd:"%d দিন",M:"এক মাস",MM:"%d মাস",y:"এক বছর",yy:"%d বছর"},preparse:function(e){return e.replace(/[১২৩৪৫৬৭৮৯০]/g,(function(e){return n[e]}))},postformat:function(e){return e.replace(/\d/g,(function(e){return t[e]}))},meridiemParse:/রাত|ভোর|সকাল|দুপুর|বিকাল|সন্ধ্যা|রাত/,meridiemHour:function(e,t){return 12===e&&(e=0),"রাত"===t?e<4?e:e+12:"ভোর"===t||"সকাল"===t?e:"দুপুর"===t?e>=3?e:e+12:"বিকাল"===t||"সন্ধ্যা"===t?e+12:void 0},meridiem:function(e,t,n){return e<4?"রাত":e<6?"ভোর":e<12?"সকাল":e<15?"দুপুর":e<18?"বিকাল":e<20?"সন্ধ্যা":"রাত"},week:{dow:0,doy:6}})}(n(2))},function(e,t,n){!function(e){"use strict";
+//! moment.js locale configuration
+var t={1:"༡",2:"༢",3:"༣",4:"༤",5:"༥",6:"༦",7:"༧",8:"༨",9:"༩",0:"༠"},n={"༡":"1","༢":"2","༣":"3","༤":"4","༥":"5","༦":"6","༧":"7","༨":"8","༩":"9","༠":"0"};e.defineLocale("bo",{months:"ཟླ་བ་དང་པོ_ཟླ་བ་གཉིས་པ_ཟླ་བ་གསུམ་པ_ཟླ་བ་བཞི་པ_ཟླ་བ་ལྔ་པ_ཟླ་བ་དྲུག་པ_ཟླ་བ་བདུན་པ_ཟླ་བ་བརྒྱད་པ_ཟླ་བ་དགུ་པ_ཟླ་བ་བཅུ་པ_ཟླ་བ་བཅུ་གཅིག་པ_ཟླ་བ་བཅུ་གཉིས་པ".split("_"),monthsShort:"ཟླ་1_ཟླ་2_ཟླ་3_ཟླ་4_ཟླ་5_ཟླ་6_ཟླ་7_ཟླ་8_ཟླ་9_ཟླ་10_ཟླ་11_ཟླ་12".split("_"),monthsShortRegex:/^(ཟླ་\d{1,2})/,monthsParseExact:!0,weekdays:"གཟའ་ཉི་མ་_གཟའ་ཟླ་བ་_གཟའ་མིག་དམར་_གཟའ་ལྷག་པ་_གཟའ་ཕུར་བུ_གཟའ་པ་སངས་_གཟའ་སྤེན་པ་".split("_"),weekdaysShort:"ཉི་མ་_ཟླ་བ་_མིག་དམར་_ལྷག་པ་_ཕུར་བུ_པ་སངས་_སྤེན་པ་".split("_"),weekdaysMin:"ཉི_ཟླ_མིག_ལྷག_ཕུར_སངས_སྤེན".split("_"),longDateFormat:{LT:"A h:mm",LTS:"A h:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY, A h:mm",LLLL:"dddd, D MMMM YYYY, A h:mm"},calendar:{sameDay:"[དི་རིང] LT",nextDay:"[སང་ཉིན] LT",nextWeek:"[བདུན་ཕྲག་རྗེས་མ], LT",lastDay:"[ཁ་སང] LT",lastWeek:"[བདུན་ཕྲག་མཐའ་མ] dddd, LT",sameElse:"L"},relativeTime:{future:"%s ལ་",past:"%s སྔན་ལ",s:"ལམ་སང",ss:"%d སྐར་ཆ།",m:"སྐར་མ་གཅིག",mm:"%d སྐར་མ",h:"ཆུ་ཚོད་གཅིག",hh:"%d ཆུ་ཚོད",d:"ཉིན་གཅིག",dd:"%d ཉིན་",M:"ཟླ་བ་གཅིག",MM:"%d ཟླ་བ",y:"ལོ་གཅིག",yy:"%d ལོ"},preparse:function(e){return e.replace(/[༡༢༣༤༥༦༧༨༩༠]/g,(function(e){return n[e]}))},postformat:function(e){return e.replace(/\d/g,(function(e){return t[e]}))},meridiemParse:/མཚན་མོ|ཞོགས་ཀས|ཉིན་གུང|དགོང་དག|མཚན་མོ/,meridiemHour:function(e,t){return 12===e&&(e=0),"མཚན་མོ"===t&&e>=4||"ཉིན་གུང"===t&&e<5||"དགོང་དག"===t?e+12:e},meridiem:function(e,t,n){return e<4?"མཚན་མོ":e<10?"ཞོགས་ཀས":e<17?"ཉིན་གུང":e<20?"དགོང་དག":"མཚན་མོ"},week:{dow:0,doy:6}})}(n(2))},function(e,t,n){!function(e){"use strict";
+//! moment.js locale configuration
+function t(e,t,n){return e+" "+function(e,t){return 2===t?function(e){var t={m:"v",b:"v",d:"z"};return void 0===t[e.charAt(0)]?e:t[e.charAt(0)]+e.substring(1)}(e):e}({mm:"munutenn",MM:"miz",dd:"devezh"}[n],e)}var n=[/^gen/i,/^c[ʼ\']hwe/i,/^meu/i,/^ebr/i,/^mae/i,/^(mez|eve)/i,/^gou/i,/^eos/i,/^gwe/i,/^her/i,/^du/i,/^ker/i],r=/^(genver|c[ʼ\']hwevrer|meurzh|ebrel|mae|mezheven|gouere|eost|gwengolo|here|du|kerzu|gen|c[ʼ\']hwe|meu|ebr|mae|eve|gou|eos|gwe|her|du|ker)/i,a=[/^Su/i,/^Lu/i,/^Me([^r]|$)/i,/^Mer/i,/^Ya/i,/^Gw/i,/^Sa/i];e.defineLocale("br",{months:"Genver_Cʼhwevrer_Meurzh_Ebrel_Mae_Mezheven_Gouere_Eost_Gwengolo_Here_Du_Kerzu".split("_"),monthsShort:"Gen_Cʼhwe_Meu_Ebr_Mae_Eve_Gou_Eos_Gwe_Her_Du_Ker".split("_"),weekdays:"Sul_Lun_Meurzh_Mercʼher_Yaou_Gwener_Sadorn".split("_"),weekdaysShort:"Sul_Lun_Meu_Mer_Yao_Gwe_Sad".split("_"),weekdaysMin:"Su_Lu_Me_Mer_Ya_Gw_Sa".split("_"),weekdaysParse:a,fullWeekdaysParse:[/^sul/i,/^lun/i,/^meurzh/i,/^merc[ʼ\']her/i,/^yaou/i,/^gwener/i,/^sadorn/i],shortWeekdaysParse:[/^Sul/i,/^Lun/i,/^Meu/i,/^Mer/i,/^Yao/i,/^Gwe/i,/^Sad/i],minWeekdaysParse:a,monthsRegex:r,monthsShortRegex:r,monthsStrictRegex:/^(genver|c[ʼ\']hwevrer|meurzh|ebrel|mae|mezheven|gouere|eost|gwengolo|here|du|kerzu)/i,monthsShortStrictRegex:/^(gen|c[ʼ\']hwe|meu|ebr|mae|eve|gou|eos|gwe|her|du|ker)/i,monthsParse:n,longMonthsParse:n,shortMonthsParse:n,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D [a viz] MMMM YYYY",LLL:"D [a viz] MMMM YYYY HH:mm",LLLL:"dddd, D [a viz] MMMM YYYY HH:mm"},calendar:{sameDay:"[Hiziv da] LT",nextDay:"[Warcʼhoazh da] LT",nextWeek:"dddd [da] LT",lastDay:"[Decʼh da] LT",lastWeek:"dddd [paset da] LT",sameElse:"L"},relativeTime:{future:"a-benn %s",past:"%s ʼzo",s:"un nebeud segondennoù",ss:"%d eilenn",m:"ur vunutenn",mm:t,h:"un eur",hh:"%d eur",d:"un devezh",dd:t,M:"ur miz",MM:t,y:"ur bloaz",yy:function(e){switch(function e(t){return t>9?e(t%10):t}(e)){case 1:case 3:case 4:case 5:case 9:return e+" bloaz";default:return e+" vloaz"}}},dayOfMonthOrdinalParse:/\d{1,2}(añ|vet)/,ordinal:function(e){return e+(1===e?"añ":"vet")},week:{dow:1,doy:4},meridiemParse:/a.m.|g.m./,isPM:function(e){return"g.m."===e},meridiem:function(e,t,n){return e<12?"a.m.":"g.m."}})}(n(2))},function(e,t,n){!function(e){"use strict";
+//! moment.js locale configuration
+function t(e,t,n){var r=e+" ";switch(n){case"ss":return r+=1===e?"sekunda":2===e||3===e||4===e?"sekunde":"sekundi";case"m":return t?"jedna minuta":"jedne minute";case"mm":return r+=1===e?"minuta":2===e||3===e||4===e?"minute":"minuta";case"h":return t?"jedan sat":"jednog sata";case"hh":return r+=1===e?"sat":2===e||3===e||4===e?"sata":"sati";case"dd":return r+=1===e?"dan":"dana";case"MM":return r+=1===e?"mjesec":2===e||3===e||4===e?"mjeseca":"mjeseci";case"yy":return r+=1===e?"godina":2===e||3===e||4===e?"godine":"godina"}}e.defineLocale("bs",{months:"januar_februar_mart_april_maj_juni_juli_august_septembar_oktobar_novembar_decembar".split("_"),monthsShort:"jan._feb._mar._apr._maj._jun._jul._aug._sep._okt._nov._dec.".split("_"),monthsParseExact:!0,weekdays:"nedjelja_ponedjeljak_utorak_srijeda_četvrtak_petak_subota".split("_"),weekdaysShort:"ned._pon._uto._sri._čet._pet._sub.".split("_"),weekdaysMin:"ne_po_ut_sr_če_pe_su".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY H:mm",LLLL:"dddd, D. MMMM YYYY H:mm"},calendar:{sameDay:"[danas u] LT",nextDay:"[sutra u] LT",nextWeek:function(){switch(this.day()){case 0:return"[u] [nedjelju] [u] LT";case 3:return"[u] [srijedu] [u] LT";case 6:return"[u] [subotu] [u] LT";case 1:case 2:case 4:case 5:return"[u] dddd [u] LT"}},lastDay:"[jučer u] LT",lastWeek:function(){switch(this.day()){case 0:case 3:return"[prošlu] dddd [u] LT";case 6:return"[prošle] [subote] [u] LT";case 1:case 2:case 4:case 5:return"[prošli] dddd [u] LT"}},sameElse:"L"},relativeTime:{future:"za %s",past:"prije %s",s:"par sekundi",ss:t,m:t,mm:t,h:t,hh:t,d:"dan",dd:t,M:"mjesec",MM:t,y:"godinu",yy:t},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:7}})}(n(2))},function(e,t,n){!function(e){"use strict";
+//! moment.js locale configuration
+e.defineLocale("ca",{months:{standalone:"gener_febrer_març_abril_maig_juny_juliol_agost_setembre_octubre_novembre_desembre".split("_"),format:"de gener_de febrer_de març_d'abril_de maig_de juny_de juliol_d'agost_de setembre_d'octubre_de novembre_de desembre".split("_"),isFormat:/D[oD]?(\s)+MMMM/},monthsShort:"gen._febr._març_abr._maig_juny_jul._ag._set._oct._nov._des.".split("_"),monthsParseExact:!0,weekdays:"diumenge_dilluns_dimarts_dimecres_dijous_divendres_dissabte".split("_"),weekdaysShort:"dg._dl._dt._dc._dj._dv._ds.".split("_"),weekdaysMin:"dg_dl_dt_dc_dj_dv_ds".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM [de] YYYY",ll:"D MMM YYYY",LLL:"D MMMM [de] YYYY [a les] H:mm",lll:"D MMM YYYY, H:mm",LLLL:"dddd D MMMM [de] YYYY [a les] H:mm",llll:"ddd D MMM YYYY, H:mm"},calendar:{sameDay:function(){return"[avui a "+(1!==this.hours()?"les":"la")+"] LT"},nextDay:function(){return"[demà a "+(1!==this.hours()?"les":"la")+"] LT"},nextWeek:function(){return"dddd [a "+(1!==this.hours()?"les":"la")+"] LT"},lastDay:function(){return"[ahir a "+(1!==this.hours()?"les":"la")+"] LT"},lastWeek:function(){return"[el] dddd [passat a "+(1!==this.hours()?"les":"la")+"] LT"},sameElse:"L"},relativeTime:{future:"d'aquí %s",past:"fa %s",s:"uns segons",ss:"%d segons",m:"un minut",mm:"%d minuts",h:"una hora",hh:"%d hores",d:"un dia",dd:"%d dies",M:"un mes",MM:"%d mesos",y:"un any",yy:"%d anys"},dayOfMonthOrdinalParse:/\d{1,2}(r|n|t|è|a)/,ordinal:function(e,t){var n=1===e?"r":2===e?"n":3===e?"r":4===e?"t":"è";return"w"!==t&&"W"!==t||(n="a"),e+n},week:{dow:1,doy:4}})}(n(2))},function(e,t,n){!function(e){"use strict";
+//! moment.js locale configuration
+var t="leden_únor_březen_duben_květen_červen_červenec_srpen_září_říjen_listopad_prosinec".split("_"),n="led_úno_bře_dub_kvě_čvn_čvc_srp_zář_říj_lis_pro".split("_"),r=[/^led/i,/^úno/i,/^bře/i,/^dub/i,/^kvě/i,/^(čvn|červen$|června)/i,/^(čvc|červenec|července)/i,/^srp/i,/^zář/i,/^říj/i,/^lis/i,/^pro/i],a=/^(leden|únor|březen|duben|květen|červenec|července|červen|června|srpen|září|říjen|listopad|prosinec|led|úno|bře|dub|kvě|čvn|čvc|srp|zář|říj|lis|pro)/i;function i(e){return e>1&&e<5&&1!=~~(e/10)}function o(e,t,n,r){var a=e+" ";switch(n){case"s":return t||r?"pár sekund":"pár sekundami";case"ss":return t||r?a+(i(e)?"sekundy":"sekund"):a+"sekundami";case"m":return t?"minuta":r?"minutu":"minutou";case"mm":return t||r?a+(i(e)?"minuty":"minut"):a+"minutami";case"h":return t?"hodina":r?"hodinu":"hodinou";case"hh":return t||r?a+(i(e)?"hodiny":"hodin"):a+"hodinami";case"d":return t||r?"den":"dnem";case"dd":return t||r?a+(i(e)?"dny":"dní"):a+"dny";case"M":return t||r?"měsíc":"měsícem";case"MM":return t||r?a+(i(e)?"měsíce":"měsíců"):a+"měsíci";case"y":return t||r?"rok":"rokem";case"yy":return t||r?a+(i(e)?"roky":"let"):a+"lety"}}e.defineLocale("cs",{months:t,monthsShort:n,monthsRegex:a,monthsShortRegex:a,monthsStrictRegex:/^(leden|ledna|února|únor|březen|března|duben|dubna|květen|května|červenec|července|červen|června|srpen|srpna|září|říjen|října|listopadu|listopad|prosinec|prosince)/i,monthsShortStrictRegex:/^(led|úno|bře|dub|kvě|čvn|čvc|srp|zář|říj|lis|pro)/i,monthsParse:r,longMonthsParse:r,shortMonthsParse:r,weekdays:"neděle_pondělí_úterý_středa_čtvrtek_pátek_sobota".split("_"),weekdaysShort:"ne_po_út_st_čt_pá_so".split("_"),weekdaysMin:"ne_po_út_st_čt_pá_so".split("_"),longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY H:mm",LLLL:"dddd D. MMMM YYYY H:mm",l:"D. M. YYYY"},calendar:{sameDay:"[dnes v] LT",nextDay:"[zítra v] LT",nextWeek:function(){switch(this.day()){case 0:return"[v neděli v] LT";case 1:case 2:return"[v] dddd [v] LT";case 3:return"[ve středu v] LT";case 4:return"[ve čtvrtek v] LT";case 5:return"[v pátek v] LT";case 6:return"[v sobotu v] LT"}},lastDay:"[včera v] LT",lastWeek:function(){switch(this.day()){case 0:return"[minulou neděli v] LT";case 1:case 2:return"[minulé] dddd [v] LT";case 3:return"[minulou středu v] LT";case 4:case 5:return"[minulý] dddd [v] LT";case 6:return"[minulou sobotu v] LT"}},sameElse:"L"},relativeTime:{future:"za %s",past:"před %s",s:o,ss:o,m:o,mm:o,h:o,hh:o,d:o,dd:o,M:o,MM:o,y:o,yy:o},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})}(n(2))},function(e,t,n){!function(e){"use strict";
+//! moment.js locale configuration
+e.defineLocale("cv",{months:"кӑрлач_нарӑс_пуш_ака_май_ҫӗртме_утӑ_ҫурла_авӑн_юпа_чӳк_раштав".split("_"),monthsShort:"кӑр_нар_пуш_ака_май_ҫӗр_утӑ_ҫур_авн_юпа_чӳк_раш".split("_"),weekdays:"вырсарникун_тунтикун_ытларикун_юнкун_кӗҫнерникун_эрнекун_шӑматкун".split("_"),weekdaysShort:"выр_тун_ытл_юн_кӗҫ_эрн_шӑм".split("_"),weekdaysMin:"вр_тн_ыт_юн_кҫ_эр_шм".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD-MM-YYYY",LL:"YYYY [ҫулхи] MMMM [уйӑхӗн] D[-мӗшӗ]",LLL:"YYYY [ҫулхи] MMMM [уйӑхӗн] D[-мӗшӗ], HH:mm",LLLL:"dddd, YYYY [ҫулхи] MMMM [уйӑхӗн] D[-мӗшӗ], HH:mm"},calendar:{sameDay:"[Паян] LT [сехетре]",nextDay:"[Ыран] LT [сехетре]",lastDay:"[Ӗнер] LT [сехетре]",nextWeek:"[Ҫитес] dddd LT [сехетре]",lastWeek:"[Иртнӗ] dddd LT [сехетре]",sameElse:"L"},relativeTime:{future:function(e){return e+(/сехет$/i.exec(e)?"рен":/ҫул$/i.exec(e)?"тан":"ран")},past:"%s каялла",s:"пӗр-ик ҫеккунт",ss:"%d ҫеккунт",m:"пӗр минут",mm:"%d минут",h:"пӗр сехет",hh:"%d сехет",d:"пӗр кун",dd:"%d кун",M:"пӗр уйӑх",MM:"%d уйӑх",y:"пӗр ҫул",yy:"%d ҫул"},dayOfMonthOrdinalParse:/\d{1,2}-мӗш/,ordinal:"%d-мӗш",week:{dow:1,doy:7}})}(n(2))},function(e,t,n){!function(e){"use strict";
+//! moment.js locale configuration
+e.defineLocale("cy",{months:"Ionawr_Chwefror_Mawrth_Ebrill_Mai_Mehefin_Gorffennaf_Awst_Medi_Hydref_Tachwedd_Rhagfyr".split("_"),monthsShort:"Ion_Chwe_Maw_Ebr_Mai_Meh_Gor_Aws_Med_Hyd_Tach_Rhag".split("_"),weekdays:"Dydd Sul_Dydd Llun_Dydd Mawrth_Dydd Mercher_Dydd Iau_Dydd Gwener_Dydd Sadwrn".split("_"),weekdaysShort:"Sul_Llun_Maw_Mer_Iau_Gwe_Sad".split("_"),weekdaysMin:"Su_Ll_Ma_Me_Ia_Gw_Sa".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[Heddiw am] LT",nextDay:"[Yfory am] LT",nextWeek:"dddd [am] LT",lastDay:"[Ddoe am] LT",lastWeek:"dddd [diwethaf am] LT",sameElse:"L"},relativeTime:{future:"mewn %s",past:"%s yn ôl",s:"ychydig eiliadau",ss:"%d eiliad",m:"munud",mm:"%d munud",h:"awr",hh:"%d awr",d:"diwrnod",dd:"%d diwrnod",M:"mis",MM:"%d mis",y:"blwyddyn",yy:"%d flynedd"},dayOfMonthOrdinalParse:/\d{1,2}(fed|ain|af|il|ydd|ed|eg)/,ordinal:function(e){var t="";return e>20?t=40===e||50===e||60===e||80===e||100===e?"fed":"ain":e>0&&(t=["","af","il","ydd","ydd","ed","ed","ed","fed","fed","fed","eg","fed","eg","eg","fed","eg","eg","fed","eg","fed"][e]),e+t},week:{dow:1,doy:4}})}(n(2))},function(e,t,n){!function(e){"use strict";
+//! moment.js locale configuration
+e.defineLocale("da",{months:"januar_februar_marts_april_maj_juni_juli_august_september_oktober_november_december".split("_"),monthsShort:"jan_feb_mar_apr_maj_jun_jul_aug_sep_okt_nov_dec".split("_"),weekdays:"søndag_mandag_tirsdag_onsdag_torsdag_fredag_lørdag".split("_"),weekdaysShort:"søn_man_tir_ons_tor_fre_lør".split("_"),weekdaysMin:"sø_ma_ti_on_to_fr_lø".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY HH:mm",LLLL:"dddd [d.] D. MMMM YYYY [kl.] HH:mm"},calendar:{sameDay:"[i dag kl.] LT",nextDay:"[i morgen kl.] LT",nextWeek:"på dddd [kl.] LT",lastDay:"[i går kl.] LT",lastWeek:"[i] dddd[s kl.] LT",sameElse:"L"},relativeTime:{future:"om %s",past:"%s siden",s:"få sekunder",ss:"%d sekunder",m:"et minut",mm:"%d minutter",h:"en time",hh:"%d timer",d:"en dag",dd:"%d dage",M:"en måned",MM:"%d måneder",y:"et år",yy:"%d år"},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})}(n(2))},function(e,t,n){!function(e){"use strict";
+//! moment.js locale configuration
+function t(e,t,n,r){var a={m:["eine Minute","einer Minute"],h:["eine Stunde","einer Stunde"],d:["ein Tag","einem Tag"],dd:[e+" Tage",e+" Tagen"],w:["eine Woche","einer Woche"],M:["ein Monat","einem Monat"],MM:[e+" Monate",e+" Monaten"],y:["ein Jahr","einem Jahr"],yy:[e+" Jahre",e+" Jahren"]};return t?a[n][0]:a[n][1]}e.defineLocale("de",{months:"Januar_Februar_März_April_Mai_Juni_Juli_August_September_Oktober_November_Dezember".split("_"),monthsShort:"Jan._Feb._März_Apr._Mai_Juni_Juli_Aug._Sep._Okt._Nov._Dez.".split("_"),monthsParseExact:!0,weekdays:"Sonntag_Montag_Dienstag_Mittwoch_Donnerstag_Freitag_Samstag".split("_"),weekdaysShort:"So._Mo._Di._Mi._Do._Fr._Sa.".split("_"),weekdaysMin:"So_Mo_Di_Mi_Do_Fr_Sa".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY HH:mm",LLLL:"dddd, D. MMMM YYYY HH:mm"},calendar:{sameDay:"[heute um] LT [Uhr]",sameElse:"L",nextDay:"[morgen um] LT [Uhr]",nextWeek:"dddd [um] LT [Uhr]",lastDay:"[gestern um] LT [Uhr]",lastWeek:"[letzten] dddd [um] LT [Uhr]"},relativeTime:{future:"in %s",past:"vor %s",s:"ein paar Sekunden",ss:"%d Sekunden",m:t,mm:"%d Minuten",h:t,hh:"%d Stunden",d:t,dd:t,w:t,ww:"%d Wochen",M:t,MM:t,y:t,yy:t},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})}(n(2))},function(e,t,n){!function(e){"use strict";
+//! moment.js locale configuration
+function t(e,t,n,r){var a={m:["eine Minute","einer Minute"],h:["eine Stunde","einer Stunde"],d:["ein Tag","einem Tag"],dd:[e+" Tage",e+" Tagen"],w:["eine Woche","einer Woche"],M:["ein Monat","einem Monat"],MM:[e+" Monate",e+" Monaten"],y:["ein Jahr","einem Jahr"],yy:[e+" Jahre",e+" Jahren"]};return t?a[n][0]:a[n][1]}e.defineLocale("de-at",{months:"Jänner_Februar_März_April_Mai_Juni_Juli_August_September_Oktober_November_Dezember".split("_"),monthsShort:"Jän._Feb._März_Apr._Mai_Juni_Juli_Aug._Sep._Okt._Nov._Dez.".split("_"),monthsParseExact:!0,weekdays:"Sonntag_Montag_Dienstag_Mittwoch_Donnerstag_Freitag_Samstag".split("_"),weekdaysShort:"So._Mo._Di._Mi._Do._Fr._Sa.".split("_"),weekdaysMin:"So_Mo_Di_Mi_Do_Fr_Sa".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY HH:mm",LLLL:"dddd, D. MMMM YYYY HH:mm"},calendar:{sameDay:"[heute um] LT [Uhr]",sameElse:"L",nextDay:"[morgen um] LT [Uhr]",nextWeek:"dddd [um] LT [Uhr]",lastDay:"[gestern um] LT [Uhr]",lastWeek:"[letzten] dddd [um] LT [Uhr]"},relativeTime:{future:"in %s",past:"vor %s",s:"ein paar Sekunden",ss:"%d Sekunden",m:t,mm:"%d Minuten",h:t,hh:"%d Stunden",d:t,dd:t,w:t,ww:"%d Wochen",M:t,MM:t,y:t,yy:t},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})}(n(2))},function(e,t,n){!function(e){"use strict";
+//! moment.js locale configuration
+function t(e,t,n,r){var a={m:["eine Minute","einer Minute"],h:["eine Stunde","einer Stunde"],d:["ein Tag","einem Tag"],dd:[e+" Tage",e+" Tagen"],w:["eine Woche","einer Woche"],M:["ein Monat","einem Monat"],MM:[e+" Monate",e+" Monaten"],y:["ein Jahr","einem Jahr"],yy:[e+" Jahre",e+" Jahren"]};return t?a[n][0]:a[n][1]}e.defineLocale("de-ch",{months:"Januar_Februar_März_April_Mai_Juni_Juli_August_September_Oktober_November_Dezember".split("_"),monthsShort:"Jan._Feb._März_Apr._Mai_Juni_Juli_Aug._Sep._Okt._Nov._Dez.".split("_"),monthsParseExact:!0,weekdays:"Sonntag_Montag_Dienstag_Mittwoch_Donnerstag_Freitag_Samstag".split("_"),weekdaysShort:"So_Mo_Di_Mi_Do_Fr_Sa".split("_"),weekdaysMin:"So_Mo_Di_Mi_Do_Fr_Sa".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY HH:mm",LLLL:"dddd, D. MMMM YYYY HH:mm"},calendar:{sameDay:"[heute um] LT [Uhr]",sameElse:"L",nextDay:"[morgen um] LT [Uhr]",nextWeek:"dddd [um] LT [Uhr]",lastDay:"[gestern um] LT [Uhr]",lastWeek:"[letzten] dddd [um] LT [Uhr]"},relativeTime:{future:"in %s",past:"vor %s",s:"ein paar Sekunden",ss:"%d Sekunden",m:t,mm:"%d Minuten",h:t,hh:"%d Stunden",d:t,dd:t,w:t,ww:"%d Wochen",M:t,MM:t,y:t,yy:t},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})}(n(2))},function(e,t,n){!function(e){"use strict";
+//! moment.js locale configuration
+var t=["ޖެނުއަރީ","ފެބްރުއަރީ","މާރިޗު","އޭޕްރީލު","މޭ","ޖޫން","ޖުލައި","އޯގަސްޓު","ސެޕްޓެމްބަރު","އޮކްޓޯބަރު","ނޮވެމްބަރު","ޑިސެމްބަރު"],n=["އާދިއްތަ","ހޯމަ","އަންގާރަ","ބުދަ","ބުރާސްފަތި","ހުކުރު","ހޮނިހިރު"];e.defineLocale("dv",{months:t,monthsShort:t,weekdays:n,weekdaysShort:n,weekdaysMin:"އާދި_ހޯމަ_އަން_ބުދަ_ބުރާ_ހުކު_ހޮނި".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"D/M/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},meridiemParse:/މކ|މފ/,isPM:function(e){return"މފ"===e},meridiem:function(e,t,n){return e<12?"މކ":"މފ"},calendar:{sameDay:"[މިއަދު] LT",nextDay:"[މާދަމާ] LT",nextWeek:"dddd LT",lastDay:"[އިއްޔެ] LT",lastWeek:"[ފާއިތުވި] dddd LT",sameElse:"L"},relativeTime:{future:"ތެރޭގައި %s",past:"ކުރިން %s",s:"ސިކުންތުކޮޅެއް",ss:"d% ސިކުންތު",m:"މިނިޓެއް",mm:"މިނިޓު %d",h:"ގަޑިއިރެއް",hh:"ގަޑިއިރު %d",d:"ދުވަހެއް",dd:"ދުވަސް %d",M:"މަހެއް",MM:"މަސް %d",y:"އަހަރެއް",yy:"އަހަރު %d"},preparse:function(e){return e.replace(/،/g,",")},postformat:function(e){return e.replace(/,/g,"،")},week:{dow:7,doy:12}})}(n(2))},function(e,t,n){!function(e){"use strict";
+//! moment.js locale configuration
+e.defineLocale("el",{monthsNominativeEl:"Ιανουάριος_Φεβρουάριος_Μάρτιος_Απρίλιος_Μάιος_Ιούνιος_Ιούλιος_Αύγουστος_Σεπτέμβριος_Οκτώβριος_Νοέμβριος_Δεκέμβριος".split("_"),monthsGenitiveEl:"Ιανουαρίου_Φεβρουαρίου_Μαρτίου_Απριλίου_Μαΐου_Ιουνίου_Ιουλίου_Αυγούστου_Σεπτεμβρίου_Οκτωβρίου_Νοεμβρίου_Δεκεμβρίου".split("_"),months:function(e,t){return e?"string"==typeof t&&/D/.test(t.substring(0,t.indexOf("MMMM")))?this._monthsGenitiveEl[e.month()]:this._monthsNominativeEl[e.month()]:this._monthsNominativeEl},monthsShort:"Ιαν_Φεβ_Μαρ_Απρ_Μαϊ_Ιουν_Ιουλ_Αυγ_Σεπ_Οκτ_Νοε_Δεκ".split("_"),weekdays:"Κυριακή_Δευτέρα_Τρίτη_Τετάρτη_Πέμπτη_Παρασκευή_Σάββατο".split("_"),weekdaysShort:"Κυρ_Δευ_Τρι_Τετ_Πεμ_Παρ_Σαβ".split("_"),weekdaysMin:"Κυ_Δε_Τρ_Τε_Πε_Πα_Σα".split("_"),meridiem:function(e,t,n){return e>11?n?"μμ":"ΜΜ":n?"πμ":"ΠΜ"},isPM:function(e){return"μ"===(e+"").toLowerCase()[0]},meridiemParse:/[ΠΜ]\.?Μ?\.?/i,longDateFormat:{LT:"h:mm A",LTS:"h:mm:ss A",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY h:mm A",LLLL:"dddd, D MMMM YYYY h:mm A"},calendarEl:{sameDay:"[Σήμερα {}] LT",nextDay:"[Αύριο {}] LT",nextWeek:"dddd [{}] LT",lastDay:"[Χθες {}] LT",lastWeek:function(){switch(this.day()){case 6:return"[το προηγούμενο] dddd [{}] LT";default:return"[την προηγούμενη] dddd [{}] LT"}},sameElse:"L"},calendar:function(e,t){var n,r=this._calendarEl[e],a=t&&t.hours();return n=r,("undefined"!=typeof Function&&n instanceof Function||"[object Function]"===Object.prototype.toString.call(n))&&(r=r.apply(t)),r.replace("{}",a%12==1?"στη":"στις")},relativeTime:{future:"σε %s",past:"%s πριν",s:"λίγα δευτερόλεπτα",ss:"%d δευτερόλεπτα",m:"ένα λεπτό",mm:"%d λεπτά",h:"μία ώρα",hh:"%d ώρες",d:"μία μέρα",dd:"%d μέρες",M:"ένας μήνας",MM:"%d μήνες",y:"ένας χρόνος",yy:"%d χρόνια"},dayOfMonthOrdinalParse:/\d{1,2}η/,ordinal:"%dη",week:{dow:1,doy:4}})}(n(2))},function(e,t,n){!function(e){"use strict";
+//! moment.js locale configuration
+e.defineLocale("en-au",{months:"January_February_March_April_May_June_July_August_September_October_November_December".split("_"),monthsShort:"Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec".split("_"),weekdays:"Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),weekdaysShort:"Sun_Mon_Tue_Wed_Thu_Fri_Sat".split("_"),weekdaysMin:"Su_Mo_Tu_We_Th_Fr_Sa".split("_"),longDateFormat:{LT:"h:mm A",LTS:"h:mm:ss A",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY h:mm A",LLLL:"dddd, D MMMM YYYY h:mm A"},calendar:{sameDay:"[Today at] LT",nextDay:"[Tomorrow at] LT",nextWeek:"dddd [at] LT",lastDay:"[Yesterday at] LT",lastWeek:"[Last] dddd [at] LT",sameElse:"L"},relativeTime:{future:"in %s",past:"%s ago",s:"a few seconds",ss:"%d seconds",m:"a minute",mm:"%d minutes",h:"an hour",hh:"%d hours",d:"a day",dd:"%d days",M:"a month",MM:"%d months",y:"a year",yy:"%d years"},dayOfMonthOrdinalParse:/\d{1,2}(st|nd|rd|th)/,ordinal:function(e){var t=e%10;return e+(1==~~(e%100/10)?"th":1===t?"st":2===t?"nd":3===t?"rd":"th")},week:{dow:0,doy:4}})}(n(2))},function(e,t,n){!function(e){"use strict";
+//! moment.js locale configuration
+e.defineLocale("en-ca",{months:"January_February_March_April_May_June_July_August_September_October_November_December".split("_"),monthsShort:"Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec".split("_"),weekdays:"Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),weekdaysShort:"Sun_Mon_Tue_Wed_Thu_Fri_Sat".split("_"),weekdaysMin:"Su_Mo_Tu_We_Th_Fr_Sa".split("_"),longDateFormat:{LT:"h:mm A",LTS:"h:mm:ss A",L:"YYYY-MM-DD",LL:"MMMM D, YYYY",LLL:"MMMM D, YYYY h:mm A",LLLL:"dddd, MMMM D, YYYY h:mm A"},calendar:{sameDay:"[Today at] LT",nextDay:"[Tomorrow at] LT",nextWeek:"dddd [at] LT",lastDay:"[Yesterday at] LT",lastWeek:"[Last] dddd [at] LT",sameElse:"L"},relativeTime:{future:"in %s",past:"%s ago",s:"a few seconds",ss:"%d seconds",m:"a minute",mm:"%d minutes",h:"an hour",hh:"%d hours",d:"a day",dd:"%d days",M:"a month",MM:"%d months",y:"a year",yy:"%d years"},dayOfMonthOrdinalParse:/\d{1,2}(st|nd|rd|th)/,ordinal:function(e){var t=e%10;return e+(1==~~(e%100/10)?"th":1===t?"st":2===t?"nd":3===t?"rd":"th")}})}(n(2))},function(e,t,n){!function(e){"use strict";
+//! moment.js locale configuration
+e.defineLocale("en-gb",{months:"January_February_March_April_May_June_July_August_September_October_November_December".split("_"),monthsShort:"Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec".split("_"),weekdays:"Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),weekdaysShort:"Sun_Mon_Tue_Wed_Thu_Fri_Sat".split("_"),weekdaysMin:"Su_Mo_Tu_We_Th_Fr_Sa".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[Today at] LT",nextDay:"[Tomorrow at] LT",nextWeek:"dddd [at] LT",lastDay:"[Yesterday at] LT",lastWeek:"[Last] dddd [at] LT",sameElse:"L"},relativeTime:{future:"in %s",past:"%s ago",s:"a few seconds",ss:"%d seconds",m:"a minute",mm:"%d minutes",h:"an hour",hh:"%d hours",d:"a day",dd:"%d days",M:"a month",MM:"%d months",y:"a year",yy:"%d years"},dayOfMonthOrdinalParse:/\d{1,2}(st|nd|rd|th)/,ordinal:function(e){var t=e%10;return e+(1==~~(e%100/10)?"th":1===t?"st":2===t?"nd":3===t?"rd":"th")},week:{dow:1,doy:4}})}(n(2))},function(e,t,n){!function(e){"use strict";
+//! moment.js locale configuration
+e.defineLocale("en-ie",{months:"January_February_March_April_May_June_July_August_September_October_November_December".split("_"),monthsShort:"Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec".split("_"),weekdays:"Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),weekdaysShort:"Sun_Mon_Tue_Wed_Thu_Fri_Sat".split("_"),weekdaysMin:"Su_Mo_Tu_We_Th_Fr_Sa".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[Today at] LT",nextDay:"[Tomorrow at] LT",nextWeek:"dddd [at] LT",lastDay:"[Yesterday at] LT",lastWeek:"[Last] dddd [at] LT",sameElse:"L"},relativeTime:{future:"in %s",past:"%s ago",s:"a few seconds",ss:"%d seconds",m:"a minute",mm:"%d minutes",h:"an hour",hh:"%d hours",d:"a day",dd:"%d days",M:"a month",MM:"%d months",y:"a year",yy:"%d years"},dayOfMonthOrdinalParse:/\d{1,2}(st|nd|rd|th)/,ordinal:function(e){var t=e%10;return e+(1==~~(e%100/10)?"th":1===t?"st":2===t?"nd":3===t?"rd":"th")},week:{dow:1,doy:4}})}(n(2))},function(e,t,n){!function(e){"use strict";
+//! moment.js locale configuration
+e.defineLocale("en-il",{months:"January_February_March_April_May_June_July_August_September_October_November_December".split("_"),monthsShort:"Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec".split("_"),weekdays:"Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),weekdaysShort:"Sun_Mon_Tue_Wed_Thu_Fri_Sat".split("_"),weekdaysMin:"Su_Mo_Tu_We_Th_Fr_Sa".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[Today at] LT",nextDay:"[Tomorrow at] LT",nextWeek:"dddd [at] LT",lastDay:"[Yesterday at] LT",lastWeek:"[Last] dddd [at] LT",sameElse:"L"},relativeTime:{future:"in %s",past:"%s ago",s:"a few seconds",ss:"%d seconds",m:"a minute",mm:"%d minutes",h:"an hour",hh:"%d hours",d:"a day",dd:"%d days",M:"a month",MM:"%d months",y:"a year",yy:"%d years"},dayOfMonthOrdinalParse:/\d{1,2}(st|nd|rd|th)/,ordinal:function(e){var t=e%10;return e+(1==~~(e%100/10)?"th":1===t?"st":2===t?"nd":3===t?"rd":"th")}})}(n(2))},function(e,t,n){!function(e){"use strict";
+//! moment.js locale configuration
+e.defineLocale("en-in",{months:"January_February_March_April_May_June_July_August_September_October_November_December".split("_"),monthsShort:"Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec".split("_"),weekdays:"Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),weekdaysShort:"Sun_Mon_Tue_Wed_Thu_Fri_Sat".split("_"),weekdaysMin:"Su_Mo_Tu_We_Th_Fr_Sa".split("_"),longDateFormat:{LT:"h:mm A",LTS:"h:mm:ss A",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY h:mm A",LLLL:"dddd, D MMMM YYYY h:mm A"},calendar:{sameDay:"[Today at] LT",nextDay:"[Tomorrow at] LT",nextWeek:"dddd [at] LT",lastDay:"[Yesterday at] LT",lastWeek:"[Last] dddd [at] LT",sameElse:"L"},relativeTime:{future:"in %s",past:"%s ago",s:"a few seconds",ss:"%d seconds",m:"a minute",mm:"%d minutes",h:"an hour",hh:"%d hours",d:"a day",dd:"%d days",M:"a month",MM:"%d months",y:"a year",yy:"%d years"},dayOfMonthOrdinalParse:/\d{1,2}(st|nd|rd|th)/,ordinal:function(e){var t=e%10;return e+(1==~~(e%100/10)?"th":1===t?"st":2===t?"nd":3===t?"rd":"th")},week:{dow:0,doy:6}})}(n(2))},function(e,t,n){!function(e){"use strict";
+//! moment.js locale configuration
+e.defineLocale("en-nz",{months:"January_February_March_April_May_June_July_August_September_October_November_December".split("_"),monthsShort:"Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec".split("_"),weekdays:"Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),weekdaysShort:"Sun_Mon_Tue_Wed_Thu_Fri_Sat".split("_"),weekdaysMin:"Su_Mo_Tu_We_Th_Fr_Sa".split("_"),longDateFormat:{LT:"h:mm A",LTS:"h:mm:ss A",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY h:mm A",LLLL:"dddd, D MMMM YYYY h:mm A"},calendar:{sameDay:"[Today at] LT",nextDay:"[Tomorrow at] LT",nextWeek:"dddd [at] LT",lastDay:"[Yesterday at] LT",lastWeek:"[Last] dddd [at] LT",sameElse:"L"},relativeTime:{future:"in %s",past:"%s ago",s:"a few seconds",ss:"%d seconds",m:"a minute",mm:"%d minutes",h:"an hour",hh:"%d hours",d:"a day",dd:"%d days",M:"a month",MM:"%d months",y:"a year",yy:"%d years"},dayOfMonthOrdinalParse:/\d{1,2}(st|nd|rd|th)/,ordinal:function(e){var t=e%10;return e+(1==~~(e%100/10)?"th":1===t?"st":2===t?"nd":3===t?"rd":"th")},week:{dow:1,doy:4}})}(n(2))},function(e,t,n){!function(e){"use strict";
+//! moment.js locale configuration
+e.defineLocale("en-sg",{months:"January_February_March_April_May_June_July_August_September_October_November_December".split("_"),monthsShort:"Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec".split("_"),weekdays:"Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),weekdaysShort:"Sun_Mon_Tue_Wed_Thu_Fri_Sat".split("_"),weekdaysMin:"Su_Mo_Tu_We_Th_Fr_Sa".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[Today at] LT",nextDay:"[Tomorrow at] LT",nextWeek:"dddd [at] LT",lastDay:"[Yesterday at] LT",lastWeek:"[Last] dddd [at] LT",sameElse:"L"},relativeTime:{future:"in %s",past:"%s ago",s:"a few seconds",ss:"%d seconds",m:"a minute",mm:"%d minutes",h:"an hour",hh:"%d hours",d:"a day",dd:"%d days",M:"a month",MM:"%d months",y:"a year",yy:"%d years"},dayOfMonthOrdinalParse:/\d{1,2}(st|nd|rd|th)/,ordinal:function(e){var t=e%10;return e+(1==~~(e%100/10)?"th":1===t?"st":2===t?"nd":3===t?"rd":"th")},week:{dow:1,doy:4}})}(n(2))},function(e,t,n){!function(e){"use strict";
+//! moment.js locale configuration
+e.defineLocale("eo",{months:"januaro_februaro_marto_aprilo_majo_junio_julio_aŭgusto_septembro_oktobro_novembro_decembro".split("_"),monthsShort:"jan_feb_mart_apr_maj_jun_jul_aŭg_sept_okt_nov_dec".split("_"),weekdays:"dimanĉo_lundo_mardo_merkredo_ĵaŭdo_vendredo_sabato".split("_"),weekdaysShort:"dim_lun_mard_merk_ĵaŭ_ven_sab".split("_"),weekdaysMin:"di_lu_ma_me_ĵa_ve_sa".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"YYYY-MM-DD",LL:"[la] D[-an de] MMMM, YYYY",LLL:"[la] D[-an de] MMMM, YYYY HH:mm",LLLL:"dddd[n], [la] D[-an de] MMMM, YYYY HH:mm",llll:"ddd, [la] D[-an de] MMM, YYYY HH:mm"},meridiemParse:/[ap]\.t\.m/i,isPM:function(e){return"p"===e.charAt(0).toLowerCase()},meridiem:function(e,t,n){return e>11?n?"p.t.m.":"P.T.M.":n?"a.t.m.":"A.T.M."},calendar:{sameDay:"[Hodiaŭ je] LT",nextDay:"[Morgaŭ je] LT",nextWeek:"dddd[n je] LT",lastDay:"[Hieraŭ je] LT",lastWeek:"[pasintan] dddd[n je] LT",sameElse:"L"},relativeTime:{future:"post %s",past:"antaŭ %s",s:"kelkaj sekundoj",ss:"%d sekundoj",m:"unu minuto",mm:"%d minutoj",h:"unu horo",hh:"%d horoj",d:"unu tago",dd:"%d tagoj",M:"unu monato",MM:"%d monatoj",y:"unu jaro",yy:"%d jaroj"},dayOfMonthOrdinalParse:/\d{1,2}a/,ordinal:"%da",week:{dow:1,doy:7}})}(n(2))},function(e,t,n){!function(e){"use strict";
+//! moment.js locale configuration
+var t="ene._feb._mar._abr._may._jun._jul._ago._sep._oct._nov._dic.".split("_"),n="ene_feb_mar_abr_may_jun_jul_ago_sep_oct_nov_dic".split("_"),r=[/^ene/i,/^feb/i,/^mar/i,/^abr/i,/^may/i,/^jun/i,/^jul/i,/^ago/i,/^sep/i,/^oct/i,/^nov/i,/^dic/i],a=/^(enero|febrero|marzo|abril|mayo|junio|julio|agosto|septiembre|octubre|noviembre|diciembre|ene\.?|feb\.?|mar\.?|abr\.?|may\.?|jun\.?|jul\.?|ago\.?|sep\.?|oct\.?|nov\.?|dic\.?)/i;e.defineLocale("es",{months:"enero_febrero_marzo_abril_mayo_junio_julio_agosto_septiembre_octubre_noviembre_diciembre".split("_"),monthsShort:function(e,r){return e?/-MMM-/.test(r)?n[e.month()]:t[e.month()]:t},monthsRegex:a,monthsShortRegex:a,monthsStrictRegex:/^(enero|febrero|marzo|abril|mayo|junio|julio|agosto|septiembre|octubre|noviembre|diciembre)/i,monthsShortStrictRegex:/^(ene\.?|feb\.?|mar\.?|abr\.?|may\.?|jun\.?|jul\.?|ago\.?|sep\.?|oct\.?|nov\.?|dic\.?)/i,monthsParse:r,longMonthsParse:r,shortMonthsParse:r,weekdays:"domingo_lunes_martes_miércoles_jueves_viernes_sábado".split("_"),weekdaysShort:"dom._lun._mar._mié._jue._vie._sáb.".split("_"),weekdaysMin:"do_lu_ma_mi_ju_vi_sá".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD/MM/YYYY",LL:"D [de] MMMM [de] YYYY",LLL:"D [de] MMMM [de] YYYY H:mm",LLLL:"dddd, D [de] MMMM [de] YYYY H:mm"},calendar:{sameDay:function(){return"[hoy a la"+(1!==this.hours()?"s":"")+"] LT"},nextDay:function(){return"[mañana a la"+(1!==this.hours()?"s":"")+"] LT"},nextWeek:function(){return"dddd [a la"+(1!==this.hours()?"s":"")+"] LT"},lastDay:function(){return"[ayer a la"+(1!==this.hours()?"s":"")+"] LT"},lastWeek:function(){return"[el] dddd [pasado a la"+(1!==this.hours()?"s":"")+"] LT"},sameElse:"L"},relativeTime:{future:"en %s",past:"hace %s",s:"unos segundos",ss:"%d segundos",m:"un minuto",mm:"%d minutos",h:"una hora",hh:"%d horas",d:"un día",dd:"%d días",w:"una semana",ww:"%d semanas",M:"un mes",MM:"%d meses",y:"un año",yy:"%d años"},dayOfMonthOrdinalParse:/\d{1,2}º/,ordinal:"%dº",week:{dow:1,doy:4},invalidDate:"Fecha inválida"})}(n(2))},function(e,t,n){!function(e){"use strict";
+//! moment.js locale configuration
+var t="ene._feb._mar._abr._may._jun._jul._ago._sep._oct._nov._dic.".split("_"),n="ene_feb_mar_abr_may_jun_jul_ago_sep_oct_nov_dic".split("_"),r=[/^ene/i,/^feb/i,/^mar/i,/^abr/i,/^may/i,/^jun/i,/^jul/i,/^ago/i,/^sep/i,/^oct/i,/^nov/i,/^dic/i],a=/^(enero|febrero|marzo|abril|mayo|junio|julio|agosto|septiembre|octubre|noviembre|diciembre|ene\.?|feb\.?|mar\.?|abr\.?|may\.?|jun\.?|jul\.?|ago\.?|sep\.?|oct\.?|nov\.?|dic\.?)/i;e.defineLocale("es-do",{months:"enero_febrero_marzo_abril_mayo_junio_julio_agosto_septiembre_octubre_noviembre_diciembre".split("_"),monthsShort:function(e,r){return e?/-MMM-/.test(r)?n[e.month()]:t[e.month()]:t},monthsRegex:a,monthsShortRegex:a,monthsStrictRegex:/^(enero|febrero|marzo|abril|mayo|junio|julio|agosto|septiembre|octubre|noviembre|diciembre)/i,monthsShortStrictRegex:/^(ene\.?|feb\.?|mar\.?|abr\.?|may\.?|jun\.?|jul\.?|ago\.?|sep\.?|oct\.?|nov\.?|dic\.?)/i,monthsParse:r,longMonthsParse:r,shortMonthsParse:r,weekdays:"domingo_lunes_martes_miércoles_jueves_viernes_sábado".split("_"),weekdaysShort:"dom._lun._mar._mié._jue._vie._sáb.".split("_"),weekdaysMin:"do_lu_ma_mi_ju_vi_sá".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"h:mm A",LTS:"h:mm:ss A",L:"DD/MM/YYYY",LL:"D [de] MMMM [de] YYYY",LLL:"D [de] MMMM [de] YYYY h:mm A",LLLL:"dddd, D [de] MMMM [de] YYYY h:mm A"},calendar:{sameDay:function(){return"[hoy a la"+(1!==this.hours()?"s":"")+"] LT"},nextDay:function(){return"[mañana a la"+(1!==this.hours()?"s":"")+"] LT"},nextWeek:function(){return"dddd [a la"+(1!==this.hours()?"s":"")+"] LT"},lastDay:function(){return"[ayer a la"+(1!==this.hours()?"s":"")+"] LT"},lastWeek:function(){return"[el] dddd [pasado a la"+(1!==this.hours()?"s":"")+"] LT"},sameElse:"L"},relativeTime:{future:"en %s",past:"hace %s",s:"unos segundos",ss:"%d segundos",m:"un minuto",mm:"%d minutos",h:"una hora",hh:"%d horas",d:"un día",dd:"%d días",w:"una semana",ww:"%d semanas",M:"un mes",MM:"%d meses",y:"un año",yy:"%d años"},dayOfMonthOrdinalParse:/\d{1,2}º/,ordinal:"%dº",week:{dow:1,doy:4}})}(n(2))},function(e,t,n){!function(e){"use strict";
+//! moment.js locale configuration
+var t="ene._feb._mar._abr._may._jun._jul._ago._sep._oct._nov._dic.".split("_"),n="ene_feb_mar_abr_may_jun_jul_ago_sep_oct_nov_dic".split("_"),r=[/^ene/i,/^feb/i,/^mar/i,/^abr/i,/^may/i,/^jun/i,/^jul/i,/^ago/i,/^sep/i,/^oct/i,/^nov/i,/^dic/i],a=/^(enero|febrero|marzo|abril|mayo|junio|julio|agosto|septiembre|octubre|noviembre|diciembre|ene\.?|feb\.?|mar\.?|abr\.?|may\.?|jun\.?|jul\.?|ago\.?|sep\.?|oct\.?|nov\.?|dic\.?)/i;e.defineLocale("es-mx",{months:"enero_febrero_marzo_abril_mayo_junio_julio_agosto_septiembre_octubre_noviembre_diciembre".split("_"),monthsShort:function(e,r){return e?/-MMM-/.test(r)?n[e.month()]:t[e.month()]:t},monthsRegex:a,monthsShortRegex:a,monthsStrictRegex:/^(enero|febrero|marzo|abril|mayo|junio|julio|agosto|septiembre|octubre|noviembre|diciembre)/i,monthsShortStrictRegex:/^(ene\.?|feb\.?|mar\.?|abr\.?|may\.?|jun\.?|jul\.?|ago\.?|sep\.?|oct\.?|nov\.?|dic\.?)/i,monthsParse:r,longMonthsParse:r,shortMonthsParse:r,weekdays:"domingo_lunes_martes_miércoles_jueves_viernes_sábado".split("_"),weekdaysShort:"dom._lun._mar._mié._jue._vie._sáb.".split("_"),weekdaysMin:"do_lu_ma_mi_ju_vi_sá".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD/MM/YYYY",LL:"D [de] MMMM [de] YYYY",LLL:"D [de] MMMM [de] YYYY H:mm",LLLL:"dddd, D [de] MMMM [de] YYYY H:mm"},calendar:{sameDay:function(){return"[hoy a la"+(1!==this.hours()?"s":"")+"] LT"},nextDay:function(){return"[mañana a la"+(1!==this.hours()?"s":"")+"] LT"},nextWeek:function(){return"dddd [a la"+(1!==this.hours()?"s":"")+"] LT"},lastDay:function(){return"[ayer a la"+(1!==this.hours()?"s":"")+"] LT"},lastWeek:function(){return"[el] dddd [pasado a la"+(1!==this.hours()?"s":"")+"] LT"},sameElse:"L"},relativeTime:{future:"en %s",past:"hace %s",s:"unos segundos",ss:"%d segundos",m:"un minuto",mm:"%d minutos",h:"una hora",hh:"%d horas",d:"un día",dd:"%d días",w:"una semana",ww:"%d semanas",M:"un mes",MM:"%d meses",y:"un año",yy:"%d años"},dayOfMonthOrdinalParse:/\d{1,2}º/,ordinal:"%dº",week:{dow:0,doy:4},invalidDate:"Fecha inválida"})}(n(2))},function(e,t,n){!function(e){"use strict";
+//! moment.js locale configuration
+var t="ene._feb._mar._abr._may._jun._jul._ago._sep._oct._nov._dic.".split("_"),n="ene_feb_mar_abr_may_jun_jul_ago_sep_oct_nov_dic".split("_"),r=[/^ene/i,/^feb/i,/^mar/i,/^abr/i,/^may/i,/^jun/i,/^jul/i,/^ago/i,/^sep/i,/^oct/i,/^nov/i,/^dic/i],a=/^(enero|febrero|marzo|abril|mayo|junio|julio|agosto|septiembre|octubre|noviembre|diciembre|ene\.?|feb\.?|mar\.?|abr\.?|may\.?|jun\.?|jul\.?|ago\.?|sep\.?|oct\.?|nov\.?|dic\.?)/i;e.defineLocale("es-us",{months:"enero_febrero_marzo_abril_mayo_junio_julio_agosto_septiembre_octubre_noviembre_diciembre".split("_"),monthsShort:function(e,r){return e?/-MMM-/.test(r)?n[e.month()]:t[e.month()]:t},monthsRegex:a,monthsShortRegex:a,monthsStrictRegex:/^(enero|febrero|marzo|abril|mayo|junio|julio|agosto|septiembre|octubre|noviembre|diciembre)/i,monthsShortStrictRegex:/^(ene\.?|feb\.?|mar\.?|abr\.?|may\.?|jun\.?|jul\.?|ago\.?|sep\.?|oct\.?|nov\.?|dic\.?)/i,monthsParse:r,longMonthsParse:r,shortMonthsParse:r,weekdays:"domingo_lunes_martes_miércoles_jueves_viernes_sábado".split("_"),weekdaysShort:"dom._lun._mar._mié._jue._vie._sáb.".split("_"),weekdaysMin:"do_lu_ma_mi_ju_vi_sá".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"h:mm A",LTS:"h:mm:ss A",L:"MM/DD/YYYY",LL:"D [de] MMMM [de] YYYY",LLL:"D [de] MMMM [de] YYYY h:mm A",LLLL:"dddd, D [de] MMMM [de] YYYY h:mm A"},calendar:{sameDay:function(){return"[hoy a la"+(1!==this.hours()?"s":"")+"] LT"},nextDay:function(){return"[mañana a la"+(1!==this.hours()?"s":"")+"] LT"},nextWeek:function(){return"dddd [a la"+(1!==this.hours()?"s":"")+"] LT"},lastDay:function(){return"[ayer a la"+(1!==this.hours()?"s":"")+"] LT"},lastWeek:function(){return"[el] dddd [pasado a la"+(1!==this.hours()?"s":"")+"] LT"},sameElse:"L"},relativeTime:{future:"en %s",past:"hace %s",s:"unos segundos",ss:"%d segundos",m:"un minuto",mm:"%d minutos",h:"una hora",hh:"%d horas",d:"un día",dd:"%d días",w:"una semana",ww:"%d semanas",M:"un mes",MM:"%d meses",y:"un año",yy:"%d años"},dayOfMonthOrdinalParse:/\d{1,2}º/,ordinal:"%dº",week:{dow:0,doy:6}})}(n(2))},function(e,t,n){!function(e){"use strict";
+//! moment.js locale configuration
+function t(e,t,n,r){var a={s:["mõne sekundi","mõni sekund","paar sekundit"],ss:[e+"sekundi",e+"sekundit"],m:["ühe minuti","üks minut"],mm:[e+" minuti",e+" minutit"],h:["ühe tunni","tund aega","üks tund"],hh:[e+" tunni",e+" tundi"],d:["ühe päeva","üks päev"],M:["kuu aja","kuu aega","üks kuu"],MM:[e+" kuu",e+" kuud"],y:["ühe aasta","aasta","üks aasta"],yy:[e+" aasta",e+" aastat"]};return t?a[n][2]?a[n][2]:a[n][1]:r?a[n][0]:a[n][1]}e.defineLocale("et",{months:"jaanuar_veebruar_märts_aprill_mai_juuni_juuli_august_september_oktoober_november_detsember".split("_"),monthsShort:"jaan_veebr_märts_apr_mai_juuni_juuli_aug_sept_okt_nov_dets".split("_"),weekdays:"pühapäev_esmaspäev_teisipäev_kolmapäev_neljapäev_reede_laupäev".split("_"),weekdaysShort:"P_E_T_K_N_R_L".split("_"),weekdaysMin:"P_E_T_K_N_R_L".split("_"),longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY H:mm",LLLL:"dddd, D. MMMM YYYY H:mm"},calendar:{sameDay:"[Täna,] LT",nextDay:"[Homme,] LT",nextWeek:"[Järgmine] dddd LT",lastDay:"[Eile,] LT",lastWeek:"[Eelmine] dddd LT",sameElse:"L"},relativeTime:{future:"%s pärast",past:"%s tagasi",s:t,ss:t,m:t,mm:t,h:t,hh:t,d:t,dd:"%d päeva",M:t,MM:t,y:t,yy:t},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})}(n(2))},function(e,t,n){!function(e){"use strict";
+//! moment.js locale configuration
+e.defineLocale("eu",{months:"urtarrila_otsaila_martxoa_apirila_maiatza_ekaina_uztaila_abuztua_iraila_urria_azaroa_abendua".split("_"),monthsShort:"urt._ots._mar._api._mai._eka._uzt._abu._ira._urr._aza._abe.".split("_"),monthsParseExact:!0,weekdays:"igandea_astelehena_asteartea_asteazkena_osteguna_ostirala_larunbata".split("_"),weekdaysShort:"ig._al._ar._az._og._ol._lr.".split("_"),weekdaysMin:"ig_al_ar_az_og_ol_lr".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"YYYY-MM-DD",LL:"YYYY[ko] MMMM[ren] D[a]",LLL:"YYYY[ko] MMMM[ren] D[a] HH:mm",LLLL:"dddd, YYYY[ko] MMMM[ren] D[a] HH:mm",l:"YYYY-M-D",ll:"YYYY[ko] MMM D[a]",lll:"YYYY[ko] MMM D[a] HH:mm",llll:"ddd, YYYY[ko] MMM D[a] HH:mm"},calendar:{sameDay:"[gaur] LT[etan]",nextDay:"[bihar] LT[etan]",nextWeek:"dddd LT[etan]",lastDay:"[atzo] LT[etan]",lastWeek:"[aurreko] dddd LT[etan]",sameElse:"L"},relativeTime:{future:"%s barru",past:"duela %s",s:"segundo batzuk",ss:"%d segundo",m:"minutu bat",mm:"%d minutu",h:"ordu bat",hh:"%d ordu",d:"egun bat",dd:"%d egun",M:"hilabete bat",MM:"%d hilabete",y:"urte bat",yy:"%d urte"},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:7}})}(n(2))},function(e,t,n){!function(e){"use strict";
+//! moment.js locale configuration
+var t={1:"۱",2:"۲",3:"۳",4:"۴",5:"۵",6:"۶",7:"۷",8:"۸",9:"۹",0:"۰"},n={"۱":"1","۲":"2","۳":"3","۴":"4","۵":"5","۶":"6","۷":"7","۸":"8","۹":"9","۰":"0"};e.defineLocale("fa",{months:"ژانویه_فوریه_مارس_آوریل_مه_ژوئن_ژوئیه_اوت_سپتامبر_اکتبر_نوامبر_دسامبر".split("_"),monthsShort:"ژانویه_فوریه_مارس_آوریل_مه_ژوئن_ژوئیه_اوت_سپتامبر_اکتبر_نوامبر_دسامبر".split("_"),weekdays:"یک‌شنبه_دوشنبه_سه‌شنبه_چهارشنبه_پنج‌شنبه_جمعه_شنبه".split("_"),weekdaysShort:"یک‌شنبه_دوشنبه_سه‌شنبه_چهارشنبه_پنج‌شنبه_جمعه_شنبه".split("_"),weekdaysMin:"ی_د_س_چ_پ_ج_ش".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},meridiemParse:/قبل از ظهر|بعد از ظهر/,isPM:function(e){return/بعد از ظهر/.test(e)},meridiem:function(e,t,n){return e<12?"قبل از ظهر":"بعد از ظهر"},calendar:{sameDay:"[امروز ساعت] LT",nextDay:"[فردا ساعت] LT",nextWeek:"dddd [ساعت] LT",lastDay:"[دیروز ساعت] LT",lastWeek:"dddd [پیش] [ساعت] LT",sameElse:"L"},relativeTime:{future:"در %s",past:"%s پیش",s:"چند ثانیه",ss:"%d ثانیه",m:"یک دقیقه",mm:"%d دقیقه",h:"یک ساعت",hh:"%d ساعت",d:"یک روز",dd:"%d روز",M:"یک ماه",MM:"%d ماه",y:"یک سال",yy:"%d سال"},preparse:function(e){return e.replace(/[۰-۹]/g,(function(e){return n[e]})).replace(/،/g,",")},postformat:function(e){return e.replace(/\d/g,(function(e){return t[e]})).replace(/,/g,"،")},dayOfMonthOrdinalParse:/\d{1,2}م/,ordinal:"%dم",week:{dow:6,doy:12}})}(n(2))},function(e,t,n){!function(e){"use strict";
+//! moment.js locale configuration
+var t="nolla yksi kaksi kolme neljä viisi kuusi seitsemän kahdeksan yhdeksän".split(" "),n=["nolla","yhden","kahden","kolmen","neljän","viiden","kuuden",t[7],t[8],t[9]];function r(e,r,a,i){var o="";switch(a){case"s":return i?"muutaman sekunnin":"muutama sekunti";case"ss":o=i?"sekunnin":"sekuntia";break;case"m":return i?"minuutin":"minuutti";case"mm":o=i?"minuutin":"minuuttia";break;case"h":return i?"tunnin":"tunti";case"hh":o=i?"tunnin":"tuntia";break;case"d":return i?"päivän":"päivä";case"dd":o=i?"päivän":"päivää";break;case"M":return i?"kuukauden":"kuukausi";case"MM":o=i?"kuukauden":"kuukautta";break;case"y":return i?"vuoden":"vuosi";case"yy":o=i?"vuoden":"vuotta"}return o=function(e,r){return e<10?r?n[e]:t[e]:e}(e,i)+" "+o}e.defineLocale("fi",{months:"tammikuu_helmikuu_maaliskuu_huhtikuu_toukokuu_kesäkuu_heinäkuu_elokuu_syyskuu_lokakuu_marraskuu_joulukuu".split("_"),monthsShort:"tammi_helmi_maalis_huhti_touko_kesä_heinä_elo_syys_loka_marras_joulu".split("_"),weekdays:"sunnuntai_maanantai_tiistai_keskiviikko_torstai_perjantai_lauantai".split("_"),weekdaysShort:"su_ma_ti_ke_to_pe_la".split("_"),weekdaysMin:"su_ma_ti_ke_to_pe_la".split("_"),longDateFormat:{LT:"HH.mm",LTS:"HH.mm.ss",L:"DD.MM.YYYY",LL:"Do MMMM[ta] YYYY",LLL:"Do MMMM[ta] YYYY, [klo] HH.mm",LLLL:"dddd, Do MMMM[ta] YYYY, [klo] HH.mm",l:"D.M.YYYY",ll:"Do MMM YYYY",lll:"Do MMM YYYY, [klo] HH.mm",llll:"ddd, Do MMM YYYY, [klo] HH.mm"},calendar:{sameDay:"[tänään] [klo] LT",nextDay:"[huomenna] [klo] LT",nextWeek:"dddd [klo] LT",lastDay:"[eilen] [klo] LT",lastWeek:"[viime] dddd[na] [klo] LT",sameElse:"L"},relativeTime:{future:"%s päästä",past:"%s sitten",s:r,ss:r,m:r,mm:r,h:r,hh:r,d:r,dd:r,M:r,MM:r,y:r,yy:r},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})}(n(2))},function(e,t,n){!function(e){"use strict";
+//! moment.js locale configuration
+e.defineLocale("fil",{months:"Enero_Pebrero_Marso_Abril_Mayo_Hunyo_Hulyo_Agosto_Setyembre_Oktubre_Nobyembre_Disyembre".split("_"),monthsShort:"Ene_Peb_Mar_Abr_May_Hun_Hul_Ago_Set_Okt_Nob_Dis".split("_"),weekdays:"Linggo_Lunes_Martes_Miyerkules_Huwebes_Biyernes_Sabado".split("_"),weekdaysShort:"Lin_Lun_Mar_Miy_Huw_Biy_Sab".split("_"),weekdaysMin:"Li_Lu_Ma_Mi_Hu_Bi_Sab".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"MM/D/YYYY",LL:"MMMM D, YYYY",LLL:"MMMM D, YYYY HH:mm",LLLL:"dddd, MMMM DD, YYYY HH:mm"},calendar:{sameDay:"LT [ngayong araw]",nextDay:"[Bukas ng] LT",nextWeek:"LT [sa susunod na] dddd",lastDay:"LT [kahapon]",lastWeek:"LT [noong nakaraang] dddd",sameElse:"L"},relativeTime:{future:"sa loob ng %s",past:"%s ang nakalipas",s:"ilang segundo",ss:"%d segundo",m:"isang minuto",mm:"%d minuto",h:"isang oras",hh:"%d oras",d:"isang araw",dd:"%d araw",M:"isang buwan",MM:"%d buwan",y:"isang taon",yy:"%d taon"},dayOfMonthOrdinalParse:/\d{1,2}/,ordinal:function(e){return e},week:{dow:1,doy:4}})}(n(2))},function(e,t,n){!function(e){"use strict";
+//! moment.js locale configuration
+e.defineLocale("fo",{months:"januar_februar_mars_apríl_mai_juni_juli_august_september_oktober_november_desember".split("_"),monthsShort:"jan_feb_mar_apr_mai_jun_jul_aug_sep_okt_nov_des".split("_"),weekdays:"sunnudagur_mánadagur_týsdagur_mikudagur_hósdagur_fríggjadagur_leygardagur".split("_"),weekdaysShort:"sun_mán_týs_mik_hós_frí_ley".split("_"),weekdaysMin:"su_má_tý_mi_hó_fr_le".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D. MMMM, YYYY HH:mm"},calendar:{sameDay:"[Í dag kl.] LT",nextDay:"[Í morgin kl.] LT",nextWeek:"dddd [kl.] LT",lastDay:"[Í gjár kl.] LT",lastWeek:"[síðstu] dddd [kl] LT",sameElse:"L"},relativeTime:{future:"um %s",past:"%s síðani",s:"fá sekund",ss:"%d sekundir",m:"ein minuttur",mm:"%d minuttir",h:"ein tími",hh:"%d tímar",d:"ein dagur",dd:"%d dagar",M:"ein mánaður",MM:"%d mánaðir",y:"eitt ár",yy:"%d ár"},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})}(n(2))},function(e,t,n){!function(e){"use strict";
+//! moment.js locale configuration
+var t=/(janv\.?|févr\.?|mars|avr\.?|mai|juin|juil\.?|août|sept\.?|oct\.?|nov\.?|déc\.?|janvier|février|mars|avril|mai|juin|juillet|août|septembre|octobre|novembre|décembre)/i,n=[/^janv/i,/^févr/i,/^mars/i,/^avr/i,/^mai/i,/^juin/i,/^juil/i,/^août/i,/^sept/i,/^oct/i,/^nov/i,/^déc/i];e.defineLocale("fr",{months:"janvier_février_mars_avril_mai_juin_juillet_août_septembre_octobre_novembre_décembre".split("_"),monthsShort:"janv._févr._mars_avr._mai_juin_juil._août_sept._oct._nov._déc.".split("_"),monthsRegex:t,monthsShortRegex:t,monthsStrictRegex:/^(janvier|février|mars|avril|mai|juin|juillet|août|septembre|octobre|novembre|décembre)/i,monthsShortStrictRegex:/(janv\.?|févr\.?|mars|avr\.?|mai|juin|juil\.?|août|sept\.?|oct\.?|nov\.?|déc\.?)/i,monthsParse:n,longMonthsParse:n,shortMonthsParse:n,weekdays:"dimanche_lundi_mardi_mercredi_jeudi_vendredi_samedi".split("_"),weekdaysShort:"dim._lun._mar._mer._jeu._ven._sam.".split("_"),weekdaysMin:"di_lu_ma_me_je_ve_sa".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[Aujourd’hui à] LT",nextDay:"[Demain à] LT",nextWeek:"dddd [à] LT",lastDay:"[Hier à] LT",lastWeek:"dddd [dernier à] LT",sameElse:"L"},relativeTime:{future:"dans %s",past:"il y a %s",s:"quelques secondes",ss:"%d secondes",m:"une minute",mm:"%d minutes",h:"une heure",hh:"%d heures",d:"un jour",dd:"%d jours",w:"une semaine",ww:"%d semaines",M:"un mois",MM:"%d mois",y:"un an",yy:"%d ans"},dayOfMonthOrdinalParse:/\d{1,2}(er|)/,ordinal:function(e,t){switch(t){case"D":return e+(1===e?"er":"");default:case"M":case"Q":case"DDD":case"d":return e+(1===e?"er":"e");case"w":case"W":return e+(1===e?"re":"e")}},week:{dow:1,doy:4}})}(n(2))},function(e,t,n){!function(e){"use strict";
+//! moment.js locale configuration
+e.defineLocale("fr-ca",{months:"janvier_février_mars_avril_mai_juin_juillet_août_septembre_octobre_novembre_décembre".split("_"),monthsShort:"janv._févr._mars_avr._mai_juin_juil._août_sept._oct._nov._déc.".split("_"),monthsParseExact:!0,weekdays:"dimanche_lundi_mardi_mercredi_jeudi_vendredi_samedi".split("_"),weekdaysShort:"dim._lun._mar._mer._jeu._ven._sam.".split("_"),weekdaysMin:"di_lu_ma_me_je_ve_sa".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"YYYY-MM-DD",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[Aujourd’hui à] LT",nextDay:"[Demain à] LT",nextWeek:"dddd [à] LT",lastDay:"[Hier à] LT",lastWeek:"dddd [dernier à] LT",sameElse:"L"},relativeTime:{future:"dans %s",past:"il y a %s",s:"quelques secondes",ss:"%d secondes",m:"une minute",mm:"%d minutes",h:"une heure",hh:"%d heures",d:"un jour",dd:"%d jours",M:"un mois",MM:"%d mois",y:"un an",yy:"%d ans"},dayOfMonthOrdinalParse:/\d{1,2}(er|e)/,ordinal:function(e,t){switch(t){default:case"M":case"Q":case"D":case"DDD":case"d":return e+(1===e?"er":"e");case"w":case"W":return e+(1===e?"re":"e")}}})}(n(2))},function(e,t,n){!function(e){"use strict";
+//! moment.js locale configuration
+e.defineLocale("fr-ch",{months:"janvier_février_mars_avril_mai_juin_juillet_août_septembre_octobre_novembre_décembre".split("_"),monthsShort:"janv._févr._mars_avr._mai_juin_juil._août_sept._oct._nov._déc.".split("_"),monthsParseExact:!0,weekdays:"dimanche_lundi_mardi_mercredi_jeudi_vendredi_samedi".split("_"),weekdaysShort:"dim._lun._mar._mer._jeu._ven._sam.".split("_"),weekdaysMin:"di_lu_ma_me_je_ve_sa".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[Aujourd’hui à] LT",nextDay:"[Demain à] LT",nextWeek:"dddd [à] LT",lastDay:"[Hier à] LT",lastWeek:"dddd [dernier à] LT",sameElse:"L"},relativeTime:{future:"dans %s",past:"il y a %s",s:"quelques secondes",ss:"%d secondes",m:"une minute",mm:"%d minutes",h:"une heure",hh:"%d heures",d:"un jour",dd:"%d jours",M:"un mois",MM:"%d mois",y:"un an",yy:"%d ans"},dayOfMonthOrdinalParse:/\d{1,2}(er|e)/,ordinal:function(e,t){switch(t){default:case"M":case"Q":case"D":case"DDD":case"d":return e+(1===e?"er":"e");case"w":case"W":return e+(1===e?"re":"e")}},week:{dow:1,doy:4}})}(n(2))},function(e,t,n){!function(e){"use strict";
+//! moment.js locale configuration
+var t="jan._feb._mrt._apr._mai_jun._jul._aug._sep._okt._nov._des.".split("_"),n="jan_feb_mrt_apr_mai_jun_jul_aug_sep_okt_nov_des".split("_");e.defineLocale("fy",{months:"jannewaris_febrewaris_maart_april_maaie_juny_july_augustus_septimber_oktober_novimber_desimber".split("_"),monthsShort:function(e,r){return e?/-MMM-/.test(r)?n[e.month()]:t[e.month()]:t},monthsParseExact:!0,weekdays:"snein_moandei_tiisdei_woansdei_tongersdei_freed_sneon".split("_"),weekdaysShort:"si._mo._ti._wo._to._fr._so.".split("_"),weekdaysMin:"Si_Mo_Ti_Wo_To_Fr_So".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD-MM-YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[hjoed om] LT",nextDay:"[moarn om] LT",nextWeek:"dddd [om] LT",lastDay:"[juster om] LT",lastWeek:"[ôfrûne] dddd [om] LT",sameElse:"L"},relativeTime:{future:"oer %s",past:"%s lyn",s:"in pear sekonden",ss:"%d sekonden",m:"ien minút",mm:"%d minuten",h:"ien oere",hh:"%d oeren",d:"ien dei",dd:"%d dagen",M:"ien moanne",MM:"%d moannen",y:"ien jier",yy:"%d jierren"},dayOfMonthOrdinalParse:/\d{1,2}(ste|de)/,ordinal:function(e){return e+(1===e||8===e||e>=20?"ste":"de")},week:{dow:1,doy:4}})}(n(2))},function(e,t,n){!function(e){"use strict";
+//! moment.js locale configuration
+e.defineLocale("ga",{months:["Eanáir","Feabhra","Márta","Aibreán","Bealtaine","Meitheamh","Iúil","Lúnasa","Meán Fómhair","Deireadh Fómhair","Samhain","Nollaig"],monthsShort:["Ean","Feabh","Márt","Aib","Beal","Meith","Iúil","Lún","M.F.","D.F.","Samh","Noll"],monthsParseExact:!0,weekdays:["Dé Domhnaigh","Dé Luain","Dé Máirt","Dé Céadaoin","Déardaoin","Dé hAoine","Dé Sathairn"],weekdaysShort:["Domh","Luan","Máirt","Céad","Déar","Aoine","Sath"],weekdaysMin:["Do","Lu","Má","Cé","Dé","A","Sa"],longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[Inniu ag] LT",nextDay:"[Amárach ag] LT",nextWeek:"dddd [ag] LT",lastDay:"[Inné ag] LT",lastWeek:"dddd [seo caite] [ag] LT",sameElse:"L"},relativeTime:{future:"i %s",past:"%s ó shin",s:"cúpla soicind",ss:"%d soicind",m:"nóiméad",mm:"%d nóiméad",h:"uair an chloig",hh:"%d uair an chloig",d:"lá",dd:"%d lá",M:"mí",MM:"%d míonna",y:"bliain",yy:"%d bliain"},dayOfMonthOrdinalParse:/\d{1,2}(d|na|mh)/,ordinal:function(e){return e+(1===e?"d":e%10==2?"na":"mh")},week:{dow:1,doy:4}})}(n(2))},function(e,t,n){!function(e){"use strict";
+//! moment.js locale configuration
+e.defineLocale("gd",{months:["Am Faoilleach","An Gearran","Am Màrt","An Giblean","An Cèitean","An t-Ògmhios","An t-Iuchar","An Lùnastal","An t-Sultain","An Dàmhair","An t-Samhain","An Dùbhlachd"],monthsShort:["Faoi","Gear","Màrt","Gibl","Cèit","Ògmh","Iuch","Lùn","Sult","Dàmh","Samh","Dùbh"],monthsParseExact:!0,weekdays:["Didòmhnaich","Diluain","Dimàirt","Diciadain","Diardaoin","Dihaoine","Disathairne"],weekdaysShort:["Did","Dil","Dim","Dic","Dia","Dih","Dis"],weekdaysMin:["Dò","Lu","Mà","Ci","Ar","Ha","Sa"],longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[An-diugh aig] LT",nextDay:"[A-màireach aig] LT",nextWeek:"dddd [aig] LT",lastDay:"[An-dè aig] LT",lastWeek:"dddd [seo chaidh] [aig] LT",sameElse:"L"},relativeTime:{future:"ann an %s",past:"bho chionn %s",s:"beagan diogan",ss:"%d diogan",m:"mionaid",mm:"%d mionaidean",h:"uair",hh:"%d uairean",d:"latha",dd:"%d latha",M:"mìos",MM:"%d mìosan",y:"bliadhna",yy:"%d bliadhna"},dayOfMonthOrdinalParse:/\d{1,2}(d|na|mh)/,ordinal:function(e){return e+(1===e?"d":e%10==2?"na":"mh")},week:{dow:1,doy:4}})}(n(2))},function(e,t,n){!function(e){"use strict";
+//! moment.js locale configuration
+e.defineLocale("gl",{months:"xaneiro_febreiro_marzo_abril_maio_xuño_xullo_agosto_setembro_outubro_novembro_decembro".split("_"),monthsShort:"xan._feb._mar._abr._mai._xuñ._xul._ago._set._out._nov._dec.".split("_"),monthsParseExact:!0,weekdays:"domingo_luns_martes_mércores_xoves_venres_sábado".split("_"),weekdaysShort:"dom._lun._mar._mér._xov._ven._sáb.".split("_"),weekdaysMin:"do_lu_ma_mé_xo_ve_sá".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD/MM/YYYY",LL:"D [de] MMMM [de] YYYY",LLL:"D [de] MMMM [de] YYYY H:mm",LLLL:"dddd, D [de] MMMM [de] YYYY H:mm"},calendar:{sameDay:function(){return"[hoxe "+(1!==this.hours()?"ás":"á")+"] LT"},nextDay:function(){return"[mañá "+(1!==this.hours()?"ás":"á")+"] LT"},nextWeek:function(){return"dddd ["+(1!==this.hours()?"ás":"a")+"] LT"},lastDay:function(){return"[onte "+(1!==this.hours()?"á":"a")+"] LT"},lastWeek:function(){return"[o] dddd [pasado "+(1!==this.hours()?"ás":"a")+"] LT"},sameElse:"L"},relativeTime:{future:function(e){return 0===e.indexOf("un")?"n"+e:"en "+e},past:"hai %s",s:"uns segundos",ss:"%d segundos",m:"un minuto",mm:"%d minutos",h:"unha hora",hh:"%d horas",d:"un día",dd:"%d días",M:"un mes",MM:"%d meses",y:"un ano",yy:"%d anos"},dayOfMonthOrdinalParse:/\d{1,2}º/,ordinal:"%dº",week:{dow:1,doy:4}})}(n(2))},function(e,t,n){!function(e){"use strict";
+//! moment.js locale configuration
+function t(e,t,n,r){var a={s:["थोडया सॅकंडांनी","थोडे सॅकंड"],ss:[e+" सॅकंडांनी",e+" सॅकंड"],m:["एका मिणटान","एक मिनूट"],mm:[e+" मिणटांनी",e+" मिणटां"],h:["एका वरान","एक वर"],hh:[e+" वरांनी",e+" वरां"],d:["एका दिसान","एक दीस"],dd:[e+" दिसांनी",e+" दीस"],M:["एका म्हयन्यान","एक म्हयनो"],MM:[e+" म्हयन्यानी",e+" म्हयने"],y:["एका वर्सान","एक वर्स"],yy:[e+" वर्सांनी",e+" वर्सां"]};return r?a[n][0]:a[n][1]}e.defineLocale("gom-deva",{months:{standalone:"जानेवारी_फेब्रुवारी_मार्च_एप्रील_मे_जून_जुलय_ऑगस्ट_सप्टेंबर_ऑक्टोबर_नोव्हेंबर_डिसेंबर".split("_"),format:"जानेवारीच्या_फेब्रुवारीच्या_मार्चाच्या_एप्रीलाच्या_मेयाच्या_जूनाच्या_जुलयाच्या_ऑगस्टाच्या_सप्टेंबराच्या_ऑक्टोबराच्या_नोव्हेंबराच्या_डिसेंबराच्या".split("_"),isFormat:/MMMM(\s)+D[oD]?/},monthsShort:"जाने._फेब्रु._मार्च_एप्री._मे_जून_जुल._ऑग._सप्टें._ऑक्टो._नोव्हें._डिसें.".split("_"),monthsParseExact:!0,weekdays:"आयतार_सोमार_मंगळार_बुधवार_बिरेस्तार_सुक्रार_शेनवार".split("_"),weekdaysShort:"आयत._सोम._मंगळ._बुध._ब्रेस्त._सुक्र._शेन.".split("_"),weekdaysMin:"आ_सो_मं_बु_ब्रे_सु_शे".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"A h:mm [वाजतां]",LTS:"A h:mm:ss [वाजतां]",L:"DD-MM-YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY A h:mm [वाजतां]",LLLL:"dddd, MMMM Do, YYYY, A h:mm [वाजतां]",llll:"ddd, D MMM YYYY, A h:mm [वाजतां]"},calendar:{sameDay:"[आयज] LT",nextDay:"[फाल्यां] LT",nextWeek:"[फुडलो] dddd[,] LT",lastDay:"[काल] LT",lastWeek:"[फाटलो] dddd[,] LT",sameElse:"L"},relativeTime:{future:"%s",past:"%s आदीं",s:t,ss:t,m:t,mm:t,h:t,hh:t,d:t,dd:t,M:t,MM:t,y:t,yy:t},dayOfMonthOrdinalParse:/\d{1,2}(वेर)/,ordinal:function(e,t){switch(t){case"D":return e+"वेर";default:case"M":case"Q":case"DDD":case"d":case"w":case"W":return e}},week:{dow:0,doy:3},meridiemParse:/राती|सकाळीं|दनपारां|सांजे/,meridiemHour:function(e,t){return 12===e&&(e=0),"राती"===t?e<4?e:e+12:"सकाळीं"===t?e:"दनपारां"===t?e>12?e:e+12:"सांजे"===t?e+12:void 0},meridiem:function(e,t,n){return e<4?"राती":e<12?"सकाळीं":e<16?"दनपारां":e<20?"सांजे":"राती"}})}(n(2))},function(e,t,n){!function(e){"use strict";
+//! moment.js locale configuration
+function t(e,t,n,r){var a={s:["thoddea sekondamni","thodde sekond"],ss:[e+" sekondamni",e+" sekond"],m:["eka mintan","ek minut"],mm:[e+" mintamni",e+" mintam"],h:["eka voran","ek vor"],hh:[e+" voramni",e+" voram"],d:["eka disan","ek dis"],dd:[e+" disamni",e+" dis"],M:["eka mhoinean","ek mhoino"],MM:[e+" mhoineamni",e+" mhoine"],y:["eka vorsan","ek voros"],yy:[e+" vorsamni",e+" vorsam"]};return r?a[n][0]:a[n][1]}e.defineLocale("gom-latn",{months:{standalone:"Janer_Febrer_Mars_Abril_Mai_Jun_Julai_Agost_Setembr_Otubr_Novembr_Dezembr".split("_"),format:"Janerachea_Febrerachea_Marsachea_Abrilachea_Maiachea_Junachea_Julaiachea_Agostachea_Setembrachea_Otubrachea_Novembrachea_Dezembrachea".split("_"),isFormat:/MMMM(\s)+D[oD]?/},monthsShort:"Jan._Feb._Mars_Abr._Mai_Jun_Jul._Ago._Set._Otu._Nov._Dez.".split("_"),monthsParseExact:!0,weekdays:"Aitar_Somar_Mongllar_Budhvar_Birestar_Sukrar_Son'var".split("_"),weekdaysShort:"Ait._Som._Mon._Bud._Bre._Suk._Son.".split("_"),weekdaysMin:"Ai_Sm_Mo_Bu_Br_Su_Sn".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"A h:mm [vazta]",LTS:"A h:mm:ss [vazta]",L:"DD-MM-YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY A h:mm [vazta]",LLLL:"dddd, MMMM Do, YYYY, A h:mm [vazta]",llll:"ddd, D MMM YYYY, A h:mm [vazta]"},calendar:{sameDay:"[Aiz] LT",nextDay:"[Faleam] LT",nextWeek:"[Fuddlo] dddd[,] LT",lastDay:"[Kal] LT",lastWeek:"[Fattlo] dddd[,] LT",sameElse:"L"},relativeTime:{future:"%s",past:"%s adim",s:t,ss:t,m:t,mm:t,h:t,hh:t,d:t,dd:t,M:t,MM:t,y:t,yy:t},dayOfMonthOrdinalParse:/\d{1,2}(er)/,ordinal:function(e,t){switch(t){case"D":return e+"er";default:case"M":case"Q":case"DDD":case"d":case"w":case"W":return e}},week:{dow:0,doy:3},meridiemParse:/rati|sokallim|donparam|sanje/,meridiemHour:function(e,t){return 12===e&&(e=0),"rati"===t?e<4?e:e+12:"sokallim"===t?e:"donparam"===t?e>12?e:e+12:"sanje"===t?e+12:void 0},meridiem:function(e,t,n){return e<4?"rati":e<12?"sokallim":e<16?"donparam":e<20?"sanje":"rati"}})}(n(2))},function(e,t,n){!function(e){"use strict";
+//! moment.js locale configuration
+var t={1:"૧",2:"૨",3:"૩",4:"૪",5:"૫",6:"૬",7:"૭",8:"૮",9:"૯",0:"૦"},n={"૧":"1","૨":"2","૩":"3","૪":"4","૫":"5","૬":"6","૭":"7","૮":"8","૯":"9","૦":"0"};e.defineLocale("gu",{months:"જાન્યુઆરી_ફેબ્રુઆરી_માર્ચ_એપ્રિલ_મે_જૂન_જુલાઈ_ઑગસ્ટ_સપ્ટેમ્બર_ઑક્ટ્બર_નવેમ્બર_ડિસેમ્બર".split("_"),monthsShort:"જાન્યુ._ફેબ્રુ._માર્ચ_એપ્રિ._મે_જૂન_જુલા._ઑગ._સપ્ટે._ઑક્ટ્._નવે._ડિસે.".split("_"),monthsParseExact:!0,weekdays:"રવિવાર_સોમવાર_મંગળવાર_બુધ્વાર_ગુરુવાર_શુક્રવાર_શનિવાર".split("_"),weekdaysShort:"રવિ_સોમ_મંગળ_બુધ્_ગુરુ_શુક્ર_શનિ".split("_"),weekdaysMin:"ર_સો_મં_બુ_ગુ_શુ_શ".split("_"),longDateFormat:{LT:"A h:mm વાગ્યે",LTS:"A h:mm:ss વાગ્યે",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY, A h:mm વાગ્યે",LLLL:"dddd, D MMMM YYYY, A h:mm વાગ્યે"},calendar:{sameDay:"[આજ] LT",nextDay:"[કાલે] LT",nextWeek:"dddd, LT",lastDay:"[ગઇકાલે] LT",lastWeek:"[પાછલા] dddd, LT",sameElse:"L"},relativeTime:{future:"%s મા",past:"%s પહેલા",s:"અમુક પળો",ss:"%d સેકંડ",m:"એક મિનિટ",mm:"%d મિનિટ",h:"એક કલાક",hh:"%d કલાક",d:"એક દિવસ",dd:"%d દિવસ",M:"એક મહિનો",MM:"%d મહિનો",y:"એક વર્ષ",yy:"%d વર્ષ"},preparse:function(e){return e.replace(/[૧૨૩૪૫૬૭૮૯૦]/g,(function(e){return n[e]}))},postformat:function(e){return e.replace(/\d/g,(function(e){return t[e]}))},meridiemParse:/રાત|બપોર|સવાર|સાંજ/,meridiemHour:function(e,t){return 12===e&&(e=0),"રાત"===t?e<4?e:e+12:"સવાર"===t?e:"બપોર"===t?e>=10?e:e+12:"સાંજ"===t?e+12:void 0},meridiem:function(e,t,n){return e<4?"રાત":e<10?"સવાર":e<17?"બપોર":e<20?"સાંજ":"રાત"},week:{dow:0,doy:6}})}(n(2))},function(e,t,n){!function(e){"use strict";
+//! moment.js locale configuration
+e.defineLocale("he",{months:"ינואר_פברואר_מרץ_אפריל_מאי_יוני_יולי_אוגוסט_ספטמבר_אוקטובר_נובמבר_דצמבר".split("_"),monthsShort:"ינו׳_פבר׳_מרץ_אפר׳_מאי_יוני_יולי_אוג׳_ספט׳_אוק׳_נוב׳_דצמ׳".split("_"),weekdays:"ראשון_שני_שלישי_רביעי_חמישי_שישי_שבת".split("_"),weekdaysShort:"א׳_ב׳_ג׳_ד׳_ה׳_ו׳_ש׳".split("_"),weekdaysMin:"א_ב_ג_ד_ה_ו_ש".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D [ב]MMMM YYYY",LLL:"D [ב]MMMM YYYY HH:mm",LLLL:"dddd, D [ב]MMMM YYYY HH:mm",l:"D/M/YYYY",ll:"D MMM YYYY",lll:"D MMM YYYY HH:mm",llll:"ddd, D MMM YYYY HH:mm"},calendar:{sameDay:"[היום ב־]LT",nextDay:"[מחר ב־]LT",nextWeek:"dddd [בשעה] LT",lastDay:"[אתמול ב־]LT",lastWeek:"[ביום] dddd [האחרון בשעה] LT",sameElse:"L"},relativeTime:{future:"בעוד %s",past:"לפני %s",s:"מספר שניות",ss:"%d שניות",m:"דקה",mm:"%d דקות",h:"שעה",hh:function(e){return 2===e?"שעתיים":e+" שעות"},d:"יום",dd:function(e){return 2===e?"יומיים":e+" ימים"},M:"חודש",MM:function(e){return 2===e?"חודשיים":e+" חודשים"},y:"שנה",yy:function(e){return 2===e?"שנתיים":e%10==0&&10!==e?e+" שנה":e+" שנים"}},meridiemParse:/אחה"צ|לפנה"צ|אחרי הצהריים|לפני הצהריים|לפנות בוקר|בבוקר|בערב/i,isPM:function(e){return/^(אחה"צ|אחרי הצהריים|בערב)$/.test(e)},meridiem:function(e,t,n){return e<5?"לפנות בוקר":e<10?"בבוקר":e<12?n?'לפנה"צ':"לפני הצהריים":e<18?n?'אחה"צ':"אחרי הצהריים":"בערב"}})}(n(2))},function(e,t,n){!function(e){"use strict";
+//! moment.js locale configuration
+var t={1:"१",2:"२",3:"३",4:"४",5:"५",6:"६",7:"७",8:"८",9:"९",0:"०"},n={"१":"1","२":"2","३":"3","४":"4","५":"5","६":"6","७":"7","८":"8","९":"9","०":"0"},r=[/^जन/i,/^फ़र|फर/i,/^मार्च/i,/^अप्रै/i,/^मई/i,/^जून/i,/^जुल/i,/^अग/i,/^सितं|सित/i,/^अक्टू/i,/^नव|नवं/i,/^दिसं|दिस/i];e.defineLocale("hi",{months:{format:"जनवरी_फ़रवरी_मार्च_अप्रैल_मई_जून_जुलाई_अगस्त_सितम्बर_अक्टूबर_नवम्बर_दिसम्बर".split("_"),standalone:"जनवरी_फरवरी_मार्च_अप्रैल_मई_जून_जुलाई_अगस्त_सितंबर_अक्टूबर_नवंबर_दिसंबर".split("_")},monthsShort:"जन._फ़र._मार्च_अप्रै._मई_जून_जुल._अग._सित._अक्टू._नव._दिस.".split("_"),weekdays:"रविवार_सोमवार_मंगलवार_बुधवार_गुरूवार_शुक्रवार_शनिवार".split("_"),weekdaysShort:"रवि_सोम_मंगल_बुध_गुरू_शुक्र_शनि".split("_"),weekdaysMin:"र_सो_मं_बु_गु_शु_श".split("_"),longDateFormat:{LT:"A h:mm बजे",LTS:"A h:mm:ss बजे",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY, A h:mm बजे",LLLL:"dddd, D MMMM YYYY, A h:mm बजे"},monthsParse:r,longMonthsParse:r,shortMonthsParse:[/^जन/i,/^फ़र/i,/^मार्च/i,/^अप्रै/i,/^मई/i,/^जून/i,/^जुल/i,/^अग/i,/^सित/i,/^अक्टू/i,/^नव/i,/^दिस/i],monthsRegex:/^(जनवरी|जन\.?|फ़रवरी|फरवरी|फ़र\.?|मार्च?|अप्रैल|अप्रै\.?|मई?|जून?|जुलाई|जुल\.?|अगस्त|अग\.?|सितम्बर|सितंबर|सित\.?|अक्टूबर|अक्टू\.?|नवम्बर|नवंबर|नव\.?|दिसम्बर|दिसंबर|दिस\.?)/i,monthsShortRegex:/^(जनवरी|जन\.?|फ़रवरी|फरवरी|फ़र\.?|मार्च?|अप्रैल|अप्रै\.?|मई?|जून?|जुलाई|जुल\.?|अगस्त|अग\.?|सितम्बर|सितंबर|सित\.?|अक्टूबर|अक्टू\.?|नवम्बर|नवंबर|नव\.?|दिसम्बर|दिसंबर|दिस\.?)/i,monthsStrictRegex:/^(जनवरी?|फ़रवरी|फरवरी?|मार्च?|अप्रैल?|मई?|जून?|जुलाई?|अगस्त?|सितम्बर|सितंबर|सित?\.?|अक्टूबर|अक्टू\.?|नवम्बर|नवंबर?|दिसम्बर|दिसंबर?)/i,monthsShortStrictRegex:/^(जन\.?|फ़र\.?|मार्च?|अप्रै\.?|मई?|जून?|जुल\.?|अग\.?|सित\.?|अक्टू\.?|नव\.?|दिस\.?)/i,calendar:{sameDay:"[आज] LT",nextDay:"[कल] LT",nextWeek:"dddd, LT",lastDay:"[कल] LT",lastWeek:"[पिछले] dddd, LT",sameElse:"L"},relativeTime:{future:"%s में",past:"%s पहले",s:"कुछ ही क्षण",ss:"%d सेकंड",m:"एक मिनट",mm:"%d मिनट",h:"एक घंटा",hh:"%d घंटे",d:"एक दिन",dd:"%d दिन",M:"एक महीने",MM:"%d महीने",y:"एक वर्ष",yy:"%d वर्ष"},preparse:function(e){return e.replace(/[१२३४५६७८९०]/g,(function(e){return n[e]}))},postformat:function(e){return e.replace(/\d/g,(function(e){return t[e]}))},meridiemParse:/रात|सुबह|दोपहर|शाम/,meridiemHour:function(e,t){return 12===e&&(e=0),"रात"===t?e<4?e:e+12:"सुबह"===t?e:"दोपहर"===t?e>=10?e:e+12:"शाम"===t?e+12:void 0},meridiem:function(e,t,n){return e<4?"रात":e<10?"सुबह":e<17?"दोपहर":e<20?"शाम":"रात"},week:{dow:0,doy:6}})}(n(2))},function(e,t,n){!function(e){"use strict";
+//! moment.js locale configuration
+function t(e,t,n){var r=e+" ";switch(n){case"ss":return r+=1===e?"sekunda":2===e||3===e||4===e?"sekunde":"sekundi";case"m":return t?"jedna minuta":"jedne minute";case"mm":return r+=1===e?"minuta":2===e||3===e||4===e?"minute":"minuta";case"h":return t?"jedan sat":"jednog sata";case"hh":return r+=1===e?"sat":2===e||3===e||4===e?"sata":"sati";case"dd":return r+=1===e?"dan":"dana";case"MM":return r+=1===e?"mjesec":2===e||3===e||4===e?"mjeseca":"mjeseci";case"yy":return r+=1===e?"godina":2===e||3===e||4===e?"godine":"godina"}}e.defineLocale("hr",{months:{format:"siječnja_veljače_ožujka_travnja_svibnja_lipnja_srpnja_kolovoza_rujna_listopada_studenoga_prosinca".split("_"),standalone:"siječanj_veljača_ožujak_travanj_svibanj_lipanj_srpanj_kolovoz_rujan_listopad_studeni_prosinac".split("_")},monthsShort:"sij._velj._ožu._tra._svi._lip._srp._kol._ruj._lis._stu._pro.".split("_"),monthsParseExact:!0,weekdays:"nedjelja_ponedjeljak_utorak_srijeda_četvrtak_petak_subota".split("_"),weekdaysShort:"ned._pon._uto._sri._čet._pet._sub.".split("_"),weekdaysMin:"ne_po_ut_sr_če_pe_su".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD.MM.YYYY",LL:"Do MMMM YYYY",LLL:"Do MMMM YYYY H:mm",LLLL:"dddd, Do MMMM YYYY H:mm"},calendar:{sameDay:"[danas u] LT",nextDay:"[sutra u] LT",nextWeek:function(){switch(this.day()){case 0:return"[u] [nedjelju] [u] LT";case 3:return"[u] [srijedu] [u] LT";case 6:return"[u] [subotu] [u] LT";case 1:case 2:case 4:case 5:return"[u] dddd [u] LT"}},lastDay:"[jučer u] LT",lastWeek:function(){switch(this.day()){case 0:return"[prošlu] [nedjelju] [u] LT";case 3:return"[prošlu] [srijedu] [u] LT";case 6:return"[prošle] [subote] [u] LT";case 1:case 2:case 4:case 5:return"[prošli] dddd [u] LT"}},sameElse:"L"},relativeTime:{future:"za %s",past:"prije %s",s:"par sekundi",ss:t,m:t,mm:t,h:t,hh:t,d:"dan",dd:t,M:"mjesec",MM:t,y:"godinu",yy:t},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:7}})}(n(2))},function(e,t,n){!function(e){"use strict";
+//! moment.js locale configuration
+var t="vasárnap hétfőn kedden szerdán csütörtökön pénteken szombaton".split(" ");function n(e,t,n,r){var a=e;switch(n){case"s":return r||t?"néhány másodperc":"néhány másodperce";case"ss":return a+(r||t)?" másodperc":" másodperce";case"m":return"egy"+(r||t?" perc":" perce");case"mm":return a+(r||t?" perc":" perce");case"h":return"egy"+(r||t?" óra":" órája");case"hh":return a+(r||t?" óra":" órája");case"d":return"egy"+(r||t?" nap":" napja");case"dd":return a+(r||t?" nap":" napja");case"M":return"egy"+(r||t?" hónap":" hónapja");case"MM":return a+(r||t?" hónap":" hónapja");case"y":return"egy"+(r||t?" év":" éve");case"yy":return a+(r||t?" év":" éve")}return""}function r(e){return(e?"":"[múlt] ")+"["+t[this.day()]+"] LT[-kor]"}e.defineLocale("hu",{months:"január_február_március_április_május_június_július_augusztus_szeptember_október_november_december".split("_"),monthsShort:"jan._feb._márc._ápr._máj._jún._júl._aug._szept._okt._nov._dec.".split("_"),monthsParseExact:!0,weekdays:"vasárnap_hétfő_kedd_szerda_csütörtök_péntek_szombat".split("_"),weekdaysShort:"vas_hét_kedd_sze_csüt_pén_szo".split("_"),weekdaysMin:"v_h_k_sze_cs_p_szo".split("_"),longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"YYYY.MM.DD.",LL:"YYYY. MMMM D.",LLL:"YYYY. MMMM D. H:mm",LLLL:"YYYY. MMMM D., dddd H:mm"},meridiemParse:/de|du/i,isPM:function(e){return"u"===e.charAt(1).toLowerCase()},meridiem:function(e,t,n){return e<12?!0===n?"de":"DE":!0===n?"du":"DU"},calendar:{sameDay:"[ma] LT[-kor]",nextDay:"[holnap] LT[-kor]",nextWeek:function(){return r.call(this,!0)},lastDay:"[tegnap] LT[-kor]",lastWeek:function(){return r.call(this,!1)},sameElse:"L"},relativeTime:{future:"%s múlva",past:"%s",s:n,ss:n,m:n,mm:n,h:n,hh:n,d:n,dd:n,M:n,MM:n,y:n,yy:n},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})}(n(2))},function(e,t,n){!function(e){"use strict";
+//! moment.js locale configuration
+e.defineLocale("hy-am",{months:{format:"հունվարի_փետրվարի_մարտի_ապրիլի_մայիսի_հունիսի_հուլիսի_օգոստոսի_սեպտեմբերի_հոկտեմբերի_նոյեմբերի_դեկտեմբերի".split("_"),standalone:"հունվար_փետրվար_մարտ_ապրիլ_մայիս_հունիս_հուլիս_օգոստոս_սեպտեմբեր_հոկտեմբեր_նոյեմբեր_դեկտեմբեր".split("_")},monthsShort:"հնվ_փտր_մրտ_ապր_մյս_հնս_հլս_օգս_սպտ_հկտ_նմբ_դկտ".split("_"),weekdays:"կիրակի_երկուշաբթի_երեքշաբթի_չորեքշաբթի_հինգշաբթի_ուրբաթ_շաբաթ".split("_"),weekdaysShort:"կրկ_երկ_երք_չրք_հնգ_ուրբ_շբթ".split("_"),weekdaysMin:"կրկ_երկ_երք_չրք_հնգ_ուրբ_շբթ".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY թ.",LLL:"D MMMM YYYY թ., HH:mm",LLLL:"dddd, D MMMM YYYY թ., HH:mm"},calendar:{sameDay:"[այսօր] LT",nextDay:"[վաղը] LT",lastDay:"[երեկ] LT",nextWeek:function(){return"dddd [օրը ժամը] LT"},lastWeek:function(){return"[անցած] dddd [օրը ժամը] LT"},sameElse:"L"},relativeTime:{future:"%s հետո",past:"%s առաջ",s:"մի քանի վայրկյան",ss:"%d վայրկյան",m:"րոպե",mm:"%d րոպե",h:"ժամ",hh:"%d ժամ",d:"օր",dd:"%d օր",M:"ամիս",MM:"%d ամիս",y:"տարի",yy:"%d տարի"},meridiemParse:/գիշերվա|առավոտվա|ցերեկվա|երեկոյան/,isPM:function(e){return/^(ցերեկվա|երեկոյան)$/.test(e)},meridiem:function(e){return e<4?"գիշերվա":e<12?"առավոտվա":e<17?"ցերեկվա":"երեկոյան"},dayOfMonthOrdinalParse:/\d{1,2}|\d{1,2}-(ին|րդ)/,ordinal:function(e,t){switch(t){case"DDD":case"w":case"W":case"DDDo":return 1===e?e+"-ին":e+"-րդ";default:return e}},week:{dow:1,doy:7}})}(n(2))},function(e,t,n){!function(e){"use strict";
+//! moment.js locale configuration
+e.defineLocale("id",{months:"Januari_Februari_Maret_April_Mei_Juni_Juli_Agustus_September_Oktober_November_Desember".split("_"),monthsShort:"Jan_Feb_Mar_Apr_Mei_Jun_Jul_Agt_Sep_Okt_Nov_Des".split("_"),weekdays:"Minggu_Senin_Selasa_Rabu_Kamis_Jumat_Sabtu".split("_"),weekdaysShort:"Min_Sen_Sel_Rab_Kam_Jum_Sab".split("_"),weekdaysMin:"Mg_Sn_Sl_Rb_Km_Jm_Sb".split("_"),longDateFormat:{LT:"HH.mm",LTS:"HH.mm.ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY [pukul] HH.mm",LLLL:"dddd, D MMMM YYYY [pukul] HH.mm"},meridiemParse:/pagi|siang|sore|malam/,meridiemHour:function(e,t){return 12===e&&(e=0),"pagi"===t?e:"siang"===t?e>=11?e:e+12:"sore"===t||"malam"===t?e+12:void 0},meridiem:function(e,t,n){return e<11?"pagi":e<15?"siang":e<19?"sore":"malam"},calendar:{sameDay:"[Hari ini pukul] LT",nextDay:"[Besok pukul] LT",nextWeek:"dddd [pukul] LT",lastDay:"[Kemarin pukul] LT",lastWeek:"dddd [lalu pukul] LT",sameElse:"L"},relativeTime:{future:"dalam %s",past:"%s yang lalu",s:"beberapa detik",ss:"%d detik",m:"semenit",mm:"%d menit",h:"sejam",hh:"%d jam",d:"sehari",dd:"%d hari",M:"sebulan",MM:"%d bulan",y:"setahun",yy:"%d tahun"},week:{dow:0,doy:6}})}(n(2))},function(e,t,n){!function(e){"use strict";
+//! moment.js locale configuration
+function t(e){return e%100==11||e%10!=1}function n(e,n,r,a){var i=e+" ";switch(r){case"s":return n||a?"nokkrar sekúndur":"nokkrum sekúndum";case"ss":return t(e)?i+(n||a?"sekúndur":"sekúndum"):i+"sekúnda";case"m":return n?"mínúta":"mínútu";case"mm":return t(e)?i+(n||a?"mínútur":"mínútum"):n?i+"mínúta":i+"mínútu";case"hh":return t(e)?i+(n||a?"klukkustundir":"klukkustundum"):i+"klukkustund";case"d":return n?"dagur":a?"dag":"degi";case"dd":return t(e)?n?i+"dagar":i+(a?"daga":"dögum"):n?i+"dagur":i+(a?"dag":"degi");case"M":return n?"mánuður":a?"mánuð":"mánuði";case"MM":return t(e)?n?i+"mánuðir":i+(a?"mánuði":"mánuðum"):n?i+"mánuður":i+(a?"mánuð":"mánuði");case"y":return n||a?"ár":"ári";case"yy":return t(e)?i+(n||a?"ár":"árum"):i+(n||a?"ár":"ári")}}e.defineLocale("is",{months:"janúar_febrúar_mars_apríl_maí_júní_júlí_ágúst_september_október_nóvember_desember".split("_"),monthsShort:"jan_feb_mar_apr_maí_jún_júl_ágú_sep_okt_nóv_des".split("_"),weekdays:"sunnudagur_mánudagur_þriðjudagur_miðvikudagur_fimmtudagur_föstudagur_laugardagur".split("_"),weekdaysShort:"sun_mán_þri_mið_fim_fös_lau".split("_"),weekdaysMin:"Su_Má_Þr_Mi_Fi_Fö_La".split("_"),longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY [kl.] H:mm",LLLL:"dddd, D. MMMM YYYY [kl.] H:mm"},calendar:{sameDay:"[í dag kl.] LT",nextDay:"[á morgun kl.] LT",nextWeek:"dddd [kl.] LT",lastDay:"[í gær kl.] LT",lastWeek:"[síðasta] dddd [kl.] LT",sameElse:"L"},relativeTime:{future:"eftir %s",past:"fyrir %s síðan",s:n,ss:n,m:n,mm:n,h:"klukkustund",hh:n,d:n,dd:n,M:n,MM:n,y:n,yy:n},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})}(n(2))},function(e,t,n){!function(e){"use strict";
+//! moment.js locale configuration
+e.defineLocale("it",{months:"gennaio_febbraio_marzo_aprile_maggio_giugno_luglio_agosto_settembre_ottobre_novembre_dicembre".split("_"),monthsShort:"gen_feb_mar_apr_mag_giu_lug_ago_set_ott_nov_dic".split("_"),weekdays:"domenica_lunedì_martedì_mercoledì_giovedì_venerdì_sabato".split("_"),weekdaysShort:"dom_lun_mar_mer_gio_ven_sab".split("_"),weekdaysMin:"do_lu_ma_me_gi_ve_sa".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:function(){return"[Oggi a"+(this.hours()>1?"lle ":0===this.hours()?" ":"ll'")+"]LT"},nextDay:function(){return"[Domani a"+(this.hours()>1?"lle ":0===this.hours()?" ":"ll'")+"]LT"},nextWeek:function(){return"dddd [a"+(this.hours()>1?"lle ":0===this.hours()?" ":"ll'")+"]LT"},lastDay:function(){return"[Ieri a"+(this.hours()>1?"lle ":0===this.hours()?" ":"ll'")+"]LT"},lastWeek:function(){switch(this.day()){case 0:return"[La scorsa] dddd [a"+(this.hours()>1?"lle ":0===this.hours()?" ":"ll'")+"]LT";default:return"[Lo scorso] dddd [a"+(this.hours()>1?"lle ":0===this.hours()?" ":"ll'")+"]LT"}},sameElse:"L"},relativeTime:{future:"tra %s",past:"%s fa",s:"alcuni secondi",ss:"%d secondi",m:"un minuto",mm:"%d minuti",h:"un'ora",hh:"%d ore",d:"un giorno",dd:"%d giorni",w:"una settimana",ww:"%d settimane",M:"un mese",MM:"%d mesi",y:"un anno",yy:"%d anni"},dayOfMonthOrdinalParse:/\d{1,2}º/,ordinal:"%dº",week:{dow:1,doy:4}})}(n(2))},function(e,t,n){!function(e){"use strict";
+//! moment.js locale configuration
+e.defineLocale("it-ch",{months:"gennaio_febbraio_marzo_aprile_maggio_giugno_luglio_agosto_settembre_ottobre_novembre_dicembre".split("_"),monthsShort:"gen_feb_mar_apr_mag_giu_lug_ago_set_ott_nov_dic".split("_"),weekdays:"domenica_lunedì_martedì_mercoledì_giovedì_venerdì_sabato".split("_"),weekdaysShort:"dom_lun_mar_mer_gio_ven_sab".split("_"),weekdaysMin:"do_lu_ma_me_gi_ve_sa".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[Oggi alle] LT",nextDay:"[Domani alle] LT",nextWeek:"dddd [alle] LT",lastDay:"[Ieri alle] LT",lastWeek:function(){switch(this.day()){case 0:return"[la scorsa] dddd [alle] LT";default:return"[lo scorso] dddd [alle] LT"}},sameElse:"L"},relativeTime:{future:function(e){return(/^[0-9].+$/.test(e)?"tra":"in")+" "+e},past:"%s fa",s:"alcuni secondi",ss:"%d secondi",m:"un minuto",mm:"%d minuti",h:"un'ora",hh:"%d ore",d:"un giorno",dd:"%d giorni",M:"un mese",MM:"%d mesi",y:"un anno",yy:"%d anni"},dayOfMonthOrdinalParse:/\d{1,2}º/,ordinal:"%dº",week:{dow:1,doy:4}})}(n(2))},function(e,t,n){!function(e){"use strict";
+//! moment.js locale configuration
+e.defineLocale("ja",{eras:[{since:"2019-05-01",offset:1,name:"令和",narrow:"㋿",abbr:"R"},{since:"1989-01-08",until:"2019-04-30",offset:1,name:"平成",narrow:"㍻",abbr:"H"},{since:"1926-12-25",until:"1989-01-07",offset:1,name:"昭和",narrow:"㍼",abbr:"S"},{since:"1912-07-30",until:"1926-12-24",offset:1,name:"大正",narrow:"㍽",abbr:"T"},{since:"1873-01-01",until:"1912-07-29",offset:6,name:"明治",narrow:"㍾",abbr:"M"},{since:"0001-01-01",until:"1873-12-31",offset:1,name:"西暦",narrow:"AD",abbr:"AD"},{since:"0000-12-31",until:-1/0,offset:1,name:"紀元前",narrow:"BC",abbr:"BC"}],eraYearOrdinalRegex:/(元|\d+)年/,eraYearOrdinalParse:function(e,t){return"元"===t[1]?1:parseInt(t[1]||e,10)},months:"1月_2月_3月_4月_5月_6月_7月_8月_9月_10月_11月_12月".split("_"),monthsShort:"1月_2月_3月_4月_5月_6月_7月_8月_9月_10月_11月_12月".split("_"),weekdays:"日曜日_月曜日_火曜日_水曜日_木曜日_金曜日_土曜日".split("_"),weekdaysShort:"日_月_火_水_木_金_土".split("_"),weekdaysMin:"日_月_火_水_木_金_土".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"YYYY/MM/DD",LL:"YYYY年M月D日",LLL:"YYYY年M月D日 HH:mm",LLLL:"YYYY年M月D日 dddd HH:mm",l:"YYYY/MM/DD",ll:"YYYY年M月D日",lll:"YYYY年M月D日 HH:mm",llll:"YYYY年M月D日(ddd) HH:mm"},meridiemParse:/午前|午後/i,isPM:function(e){return"午後"===e},meridiem:function(e,t,n){return e<12?"午前":"午後"},calendar:{sameDay:"[今日] LT",nextDay:"[明日] LT",nextWeek:function(e){return e.week()!==this.week()?"[来週]dddd LT":"dddd LT"},lastDay:"[昨日] LT",lastWeek:function(e){return this.week()!==e.week()?"[先週]dddd LT":"dddd LT"},sameElse:"L"},dayOfMonthOrdinalParse:/\d{1,2}日/,ordinal:function(e,t){switch(t){case"y":return 1===e?"元年":e+"年";case"d":case"D":case"DDD":return e+"日";default:return e}},relativeTime:{future:"%s後",past:"%s前",s:"数秒",ss:"%d秒",m:"1分",mm:"%d分",h:"1時間",hh:"%d時間",d:"1日",dd:"%d日",M:"1ヶ月",MM:"%dヶ月",y:"1年",yy:"%d年"}})}(n(2))},function(e,t,n){!function(e){"use strict";
+//! moment.js locale configuration
+e.defineLocale("jv",{months:"Januari_Februari_Maret_April_Mei_Juni_Juli_Agustus_September_Oktober_Nopember_Desember".split("_"),monthsShort:"Jan_Feb_Mar_Apr_Mei_Jun_Jul_Ags_Sep_Okt_Nop_Des".split("_"),weekdays:"Minggu_Senen_Seloso_Rebu_Kemis_Jemuwah_Septu".split("_"),weekdaysShort:"Min_Sen_Sel_Reb_Kem_Jem_Sep".split("_"),weekdaysMin:"Mg_Sn_Sl_Rb_Km_Jm_Sp".split("_"),longDateFormat:{LT:"HH.mm",LTS:"HH.mm.ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY [pukul] HH.mm",LLLL:"dddd, D MMMM YYYY [pukul] HH.mm"},meridiemParse:/enjing|siyang|sonten|ndalu/,meridiemHour:function(e,t){return 12===e&&(e=0),"enjing"===t?e:"siyang"===t?e>=11?e:e+12:"sonten"===t||"ndalu"===t?e+12:void 0},meridiem:function(e,t,n){return e<11?"enjing":e<15?"siyang":e<19?"sonten":"ndalu"},calendar:{sameDay:"[Dinten puniko pukul] LT",nextDay:"[Mbenjang pukul] LT",nextWeek:"dddd [pukul] LT",lastDay:"[Kala wingi pukul] LT",lastWeek:"dddd [kepengker pukul] LT",sameElse:"L"},relativeTime:{future:"wonten ing %s",past:"%s ingkang kepengker",s:"sawetawis detik",ss:"%d detik",m:"setunggal menit",mm:"%d menit",h:"setunggal jam",hh:"%d jam",d:"sedinten",dd:"%d dinten",M:"sewulan",MM:"%d wulan",y:"setaun",yy:"%d taun"},week:{dow:1,doy:7}})}(n(2))},function(e,t,n){!function(e){"use strict";
+//! moment.js locale configuration
+e.defineLocale("ka",{months:"იანვარი_თებერვალი_მარტი_აპრილი_მაისი_ივნისი_ივლისი_აგვისტო_სექტემბერი_ოქტომბერი_ნოემბერი_დეკემბერი".split("_"),monthsShort:"იან_თებ_მარ_აპრ_მაი_ივნ_ივლ_აგვ_სექ_ოქტ_ნოე_დეკ".split("_"),weekdays:{standalone:"კვირა_ორშაბათი_სამშაბათი_ოთხშაბათი_ხუთშაბათი_პარასკევი_შაბათი".split("_"),format:"კვირას_ორშაბათს_სამშაბათს_ოთხშაბათს_ხუთშაბათს_პარასკევს_შაბათს".split("_"),isFormat:/(წინა|შემდეგ)/},weekdaysShort:"კვი_ორშ_სამ_ოთხ_ხუთ_პარ_შაბ".split("_"),weekdaysMin:"კვ_ორ_სა_ოთ_ხუ_პა_შა".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[დღეს] LT[-ზე]",nextDay:"[ხვალ] LT[-ზე]",lastDay:"[გუშინ] LT[-ზე]",nextWeek:"[შემდეგ] dddd LT[-ზე]",lastWeek:"[წინა] dddd LT-ზე",sameElse:"L"},relativeTime:{future:function(e){return e.replace(/(წამ|წუთ|საათ|წელ|დღ|თვ)(ი|ე)/,(function(e,t,n){return"ი"===n?t+"ში":t+n+"ში"}))},past:function(e){return/(წამი|წუთი|საათი|დღე|თვე)/.test(e)?e.replace(/(ი|ე)$/,"ის წინ"):/წელი/.test(e)?e.replace(/წელი$/,"წლის წინ"):e},s:"რამდენიმე წამი",ss:"%d წამი",m:"წუთი",mm:"%d წუთი",h:"საათი",hh:"%d საათი",d:"დღე",dd:"%d დღე",M:"თვე",MM:"%d თვე",y:"წელი",yy:"%d წელი"},dayOfMonthOrdinalParse:/0|1-ლი|მე-\d{1,2}|\d{1,2}-ე/,ordinal:function(e){return 0===e?e:1===e?e+"-ლი":e<20||e<=100&&e%20==0||e%100==0?"მე-"+e:e+"-ე"},week:{dow:1,doy:7}})}(n(2))},function(e,t,n){!function(e){"use strict";
+//! moment.js locale configuration
+var t={0:"-ші",1:"-ші",2:"-ші",3:"-ші",4:"-ші",5:"-ші",6:"-шы",7:"-ші",8:"-ші",9:"-шы",10:"-шы",20:"-шы",30:"-шы",40:"-шы",50:"-ші",60:"-шы",70:"-ші",80:"-ші",90:"-шы",100:"-ші"};e.defineLocale("kk",{months:"қаңтар_ақпан_наурыз_сәуір_мамыр_маусым_шілде_тамыз_қыркүйек_қазан_қараша_желтоқсан".split("_"),monthsShort:"қаң_ақп_нау_сәу_мам_мау_шіл_там_қыр_қаз_қар_жел".split("_"),weekdays:"жексенбі_дүйсенбі_сейсенбі_сәрсенбі_бейсенбі_жұма_сенбі".split("_"),weekdaysShort:"жек_дүй_сей_сәр_бей_жұм_сен".split("_"),weekdaysMin:"жк_дй_сй_ср_бй_жм_сн".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[Бүгін сағат] LT",nextDay:"[Ертең сағат] LT",nextWeek:"dddd [сағат] LT",lastDay:"[Кеше сағат] LT",lastWeek:"[Өткен аптаның] dddd [сағат] LT",sameElse:"L"},relativeTime:{future:"%s ішінде",past:"%s бұрын",s:"бірнеше секунд",ss:"%d секунд",m:"бір минут",mm:"%d минут",h:"бір сағат",hh:"%d сағат",d:"бір күн",dd:"%d күн",M:"бір ай",MM:"%d ай",y:"бір жыл",yy:"%d жыл"},dayOfMonthOrdinalParse:/\d{1,2}-(ші|шы)/,ordinal:function(e){return e+(t[e]||t[e%10]||t[e>=100?100:null])},week:{dow:1,doy:7}})}(n(2))},function(e,t,n){!function(e){"use strict";
+//! moment.js locale configuration
+var t={1:"១",2:"២",3:"៣",4:"៤",5:"៥",6:"៦",7:"៧",8:"៨",9:"៩",0:"០"},n={"១":"1","២":"2","៣":"3","៤":"4","៥":"5","៦":"6","៧":"7","៨":"8","៩":"9","០":"0"};e.defineLocale("km",{months:"មករា_កុម្ភៈ_មីនា_មេសា_ឧសភា_មិថុនា_កក្កដា_សីហា_កញ្ញា_តុលា_វិច្ឆិកា_ធ្នូ".split("_"),monthsShort:"មករា_កុម្ភៈ_មីនា_មេសា_ឧសភា_មិថុនា_កក្កដា_សីហា_កញ្ញា_តុលា_វិច្ឆិកា_ធ្នូ".split("_"),weekdays:"អាទិត្យ_ច័ន្ទ_អង្គារ_ពុធ_ព្រហស្បតិ៍_សុក្រ_សៅរ៍".split("_"),weekdaysShort:"អា_ច_អ_ព_ព្រ_សុ_ស".split("_"),weekdaysMin:"អា_ច_អ_ព_ព្រ_សុ_ស".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},meridiemParse:/ព្រឹក|ល្ងាច/,isPM:function(e){return"ល្ងាច"===e},meridiem:function(e,t,n){return e<12?"ព្រឹក":"ល្ងាច"},calendar:{sameDay:"[ថ្ងៃនេះ ម៉ោង] LT",nextDay:"[ស្អែក ម៉ោង] LT",nextWeek:"dddd [ម៉ោង] LT",lastDay:"[ម្សិលមិញ ម៉ោង] LT",lastWeek:"dddd [សប្តាហ៍មុន] [ម៉ោង] LT",sameElse:"L"},relativeTime:{future:"%sទៀត",past:"%sមុន",s:"ប៉ុន្មានវិនាទី",ss:"%d វិនាទី",m:"មួយនាទី",mm:"%d នាទី",h:"មួយម៉ោង",hh:"%d ម៉ោង",d:"មួយថ្ងៃ",dd:"%d ថ្ងៃ",M:"មួយខែ",MM:"%d ខែ",y:"មួយឆ្នាំ",yy:"%d ឆ្នាំ"},dayOfMonthOrdinalParse:/ទី\d{1,2}/,ordinal:"ទី%d",preparse:function(e){return e.replace(/[១២៣៤៥៦៧៨៩០]/g,(function(e){return n[e]}))},postformat:function(e){return e.replace(/\d/g,(function(e){return t[e]}))},week:{dow:1,doy:4}})}(n(2))},function(e,t,n){!function(e){"use strict";
+//! moment.js locale configuration
+var t={1:"೧",2:"೨",3:"೩",4:"೪",5:"೫",6:"೬",7:"೭",8:"೮",9:"೯",0:"೦"},n={"೧":"1","೨":"2","೩":"3","೪":"4","೫":"5","೬":"6","೭":"7","೮":"8","೯":"9","೦":"0"};e.defineLocale("kn",{months:"ಜನವರಿ_ಫೆಬ್ರವರಿ_ಮಾರ್ಚ್_ಏಪ್ರಿಲ್_ಮೇ_ಜೂನ್_ಜುಲೈ_ಆಗಸ್ಟ್_ಸೆಪ್ಟೆಂಬರ್_ಅಕ್ಟೋಬರ್_ನವೆಂಬರ್_ಡಿಸೆಂಬರ್".split("_"),monthsShort:"ಜನ_ಫೆಬ್ರ_ಮಾರ್ಚ್_ಏಪ್ರಿಲ್_ಮೇ_ಜೂನ್_ಜುಲೈ_ಆಗಸ್ಟ್_ಸೆಪ್ಟೆಂ_ಅಕ್ಟೋ_ನವೆಂ_ಡಿಸೆಂ".split("_"),monthsParseExact:!0,weekdays:"ಭಾನುವಾರ_ಸೋಮವಾರ_ಮಂಗಳವಾರ_ಬುಧವಾರ_ಗುರುವಾರ_ಶುಕ್ರವಾರ_ಶನಿವಾರ".split("_"),weekdaysShort:"ಭಾನು_ಸೋಮ_ಮಂಗಳ_ಬುಧ_ಗುರು_ಶುಕ್ರ_ಶನಿ".split("_"),weekdaysMin:"ಭಾ_ಸೋ_ಮಂ_ಬು_ಗು_ಶು_ಶ".split("_"),longDateFormat:{LT:"A h:mm",LTS:"A h:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY, A h:mm",LLLL:"dddd, D MMMM YYYY, A h:mm"},calendar:{sameDay:"[ಇಂದು] LT",nextDay:"[ನಾಳೆ] LT",nextWeek:"dddd, LT",lastDay:"[ನಿನ್ನೆ] LT",lastWeek:"[ಕೊನೆಯ] dddd, LT",sameElse:"L"},relativeTime:{future:"%s ನಂತರ",past:"%s ಹಿಂದೆ",s:"ಕೆಲವು ಕ್ಷಣಗಳು",ss:"%d ಸೆಕೆಂಡುಗಳು",m:"ಒಂದು ನಿಮಿಷ",mm:"%d ನಿಮಿಷ",h:"ಒಂದು ಗಂಟೆ",hh:"%d ಗಂಟೆ",d:"ಒಂದು ದಿನ",dd:"%d ದಿನ",M:"ಒಂದು ತಿಂಗಳು",MM:"%d ತಿಂಗಳು",y:"ಒಂದು ವರ್ಷ",yy:"%d ವರ್ಷ"},preparse:function(e){return e.replace(/[೧೨೩೪೫೬೭೮೯೦]/g,(function(e){return n[e]}))},postformat:function(e){return e.replace(/\d/g,(function(e){return t[e]}))},meridiemParse:/ರಾತ್ರಿ|ಬೆಳಿಗ್ಗೆ|ಮಧ್ಯಾಹ್ನ|ಸಂಜೆ/,meridiemHour:function(e,t){return 12===e&&(e=0),"ರಾತ್ರಿ"===t?e<4?e:e+12:"ಬೆಳಿಗ್ಗೆ"===t?e:"ಮಧ್ಯಾಹ್ನ"===t?e>=10?e:e+12:"ಸಂಜೆ"===t?e+12:void 0},meridiem:function(e,t,n){return e<4?"ರಾತ್ರಿ":e<10?"ಬೆಳಿಗ್ಗೆ":e<17?"ಮಧ್ಯಾಹ್ನ":e<20?"ಸಂಜೆ":"ರಾತ್ರಿ"},dayOfMonthOrdinalParse:/\d{1,2}(ನೇ)/,ordinal:function(e){return e+"ನೇ"},week:{dow:0,doy:6}})}(n(2))},function(e,t,n){!function(e){"use strict";
+//! moment.js locale configuration
+e.defineLocale("ko",{months:"1월_2월_3월_4월_5월_6월_7월_8월_9월_10월_11월_12월".split("_"),monthsShort:"1월_2월_3월_4월_5월_6월_7월_8월_9월_10월_11월_12월".split("_"),weekdays:"일요일_월요일_화요일_수요일_목요일_금요일_토요일".split("_"),weekdaysShort:"일_월_화_수_목_금_토".split("_"),weekdaysMin:"일_월_화_수_목_금_토".split("_"),longDateFormat:{LT:"A h:mm",LTS:"A h:mm:ss",L:"YYYY.MM.DD.",LL:"YYYY년 MMMM D일",LLL:"YYYY년 MMMM D일 A h:mm",LLLL:"YYYY년 MMMM D일 dddd A h:mm",l:"YYYY.MM.DD.",ll:"YYYY년 MMMM D일",lll:"YYYY년 MMMM D일 A h:mm",llll:"YYYY년 MMMM D일 dddd A h:mm"},calendar:{sameDay:"오늘 LT",nextDay:"내일 LT",nextWeek:"dddd LT",lastDay:"어제 LT",lastWeek:"지난주 dddd LT",sameElse:"L"},relativeTime:{future:"%s 후",past:"%s 전",s:"몇 초",ss:"%d초",m:"1분",mm:"%d분",h:"한 시간",hh:"%d시간",d:"하루",dd:"%d일",M:"한 달",MM:"%d달",y:"일 년",yy:"%d년"},dayOfMonthOrdinalParse:/\d{1,2}(일|월|주)/,ordinal:function(e,t){switch(t){case"d":case"D":case"DDD":return e+"일";case"M":return e+"월";case"w":case"W":return e+"주";default:return e}},meridiemParse:/오전|오후/,isPM:function(e){return"오후"===e},meridiem:function(e,t,n){return e<12?"오전":"오후"}})}(n(2))},function(e,t,n){!function(e){"use strict";
+//! moment.js locale configuration
+var t={1:"١",2:"٢",3:"٣",4:"٤",5:"٥",6:"٦",7:"٧",8:"٨",9:"٩",0:"٠"},n={"١":"1","٢":"2","٣":"3","٤":"4","٥":"5","٦":"6","٧":"7","٨":"8","٩":"9","٠":"0"},r=["کانونی دووەم","شوبات","ئازار","نیسان","ئایار","حوزەیران","تەمموز","ئاب","ئەیلوول","تشرینی یەكەم","تشرینی دووەم","كانونی یەکەم"];e.defineLocale("ku",{months:r,monthsShort:r,weekdays:"یه‌كشه‌ممه‌_دووشه‌ممه‌_سێشه‌ممه‌_چوارشه‌ممه‌_پێنجشه‌ممه‌_هه‌ینی_شه‌ممه‌".split("_"),weekdaysShort:"یه‌كشه‌م_دووشه‌م_سێشه‌م_چوارشه‌م_پێنجشه‌م_هه‌ینی_شه‌ممه‌".split("_"),weekdaysMin:"ی_د_س_چ_پ_ه_ش".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},meridiemParse:/ئێواره‌|به‌یانی/,isPM:function(e){return/ئێواره‌/.test(e)},meridiem:function(e,t,n){return e<12?"به‌یانی":"ئێواره‌"},calendar:{sameDay:"[ئه‌مرۆ كاتژمێر] LT",nextDay:"[به‌یانی كاتژمێر] LT",nextWeek:"dddd [كاتژمێر] LT",lastDay:"[دوێنێ كاتژمێر] LT",lastWeek:"dddd [كاتژمێر] LT",sameElse:"L"},relativeTime:{future:"له‌ %s",past:"%s",s:"چه‌ند چركه‌یه‌ك",ss:"چركه‌ %d",m:"یه‌ك خوله‌ك",mm:"%d خوله‌ك",h:"یه‌ك كاتژمێر",hh:"%d كاتژمێر",d:"یه‌ك ڕۆژ",dd:"%d ڕۆژ",M:"یه‌ك مانگ",MM:"%d مانگ",y:"یه‌ك ساڵ",yy:"%d ساڵ"},preparse:function(e){return e.replace(/[١٢٣٤٥٦٧٨٩٠]/g,(function(e){return n[e]})).replace(/،/g,",")},postformat:function(e){return e.replace(/\d/g,(function(e){return t[e]})).replace(/,/g,"،")},week:{dow:6,doy:12}})}(n(2))},function(e,t,n){!function(e){"use strict";
+//! moment.js locale configuration
+var t={0:"-чү",1:"-чи",2:"-чи",3:"-чү",4:"-чү",5:"-чи",6:"-чы",7:"-чи",8:"-чи",9:"-чу",10:"-чу",20:"-чы",30:"-чу",40:"-чы",50:"-чү",60:"-чы",70:"-чи",80:"-чи",90:"-чу",100:"-чү"};e.defineLocale("ky",{months:"январь_февраль_март_апрель_май_июнь_июль_август_сентябрь_октябрь_ноябрь_декабрь".split("_"),monthsShort:"янв_фев_март_апр_май_июнь_июль_авг_сен_окт_ноя_дек".split("_"),weekdays:"Жекшемби_Дүйшөмбү_Шейшемби_Шаршемби_Бейшемби_Жума_Ишемби".split("_"),weekdaysShort:"Жек_Дүй_Шей_Шар_Бей_Жум_Ише".split("_"),weekdaysMin:"Жк_Дй_Шй_Шр_Бй_Жм_Иш".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[Бүгүн саат] LT",nextDay:"[Эртең саат] LT",nextWeek:"dddd [саат] LT",lastDay:"[Кечээ саат] LT",lastWeek:"[Өткөн аптанын] dddd [күнү] [саат] LT",sameElse:"L"},relativeTime:{future:"%s ичинде",past:"%s мурун",s:"бирнече секунд",ss:"%d секунд",m:"бир мүнөт",mm:"%d мүнөт",h:"бир саат",hh:"%d саат",d:"бир күн",dd:"%d күн",M:"бир ай",MM:"%d ай",y:"бир жыл",yy:"%d жыл"},dayOfMonthOrdinalParse:/\d{1,2}-(чи|чы|чү|чу)/,ordinal:function(e){return e+(t[e]||t[e%10]||t[e>=100?100:null])},week:{dow:1,doy:7}})}(n(2))},function(e,t,n){!function(e){"use strict";
+//! moment.js locale configuration
+function t(e,t,n,r){var a={m:["eng Minutt","enger Minutt"],h:["eng Stonn","enger Stonn"],d:["een Dag","engem Dag"],M:["ee Mount","engem Mount"],y:["ee Joer","engem Joer"]};return t?a[n][0]:a[n][1]}function n(e){if(e=parseInt(e,10),isNaN(e))return!1;if(e<0)return!0;if(e<10)return 4<=e&&e<=7;if(e<100){var t=e%10;return n(0===t?e/10:t)}if(e<1e4){for(;e>=10;)e/=10;return n(e)}return n(e/=1e3)}e.defineLocale("lb",{months:"Januar_Februar_Mäerz_Abrëll_Mee_Juni_Juli_August_September_Oktober_November_Dezember".split("_"),monthsShort:"Jan._Febr._Mrz._Abr._Mee_Jun._Jul._Aug._Sept._Okt._Nov._Dez.".split("_"),monthsParseExact:!0,weekdays:"Sonndeg_Méindeg_Dënschdeg_Mëttwoch_Donneschdeg_Freideg_Samschdeg".split("_"),weekdaysShort:"So._Mé._Dë._Më._Do._Fr._Sa.".split("_"),weekdaysMin:"So_Mé_Dë_Më_Do_Fr_Sa".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"H:mm [Auer]",LTS:"H:mm:ss [Auer]",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY H:mm [Auer]",LLLL:"dddd, D. MMMM YYYY H:mm [Auer]"},calendar:{sameDay:"[Haut um] LT",sameElse:"L",nextDay:"[Muer um] LT",nextWeek:"dddd [um] LT",lastDay:"[Gëschter um] LT",lastWeek:function(){switch(this.day()){case 2:case 4:return"[Leschten] dddd [um] LT";default:return"[Leschte] dddd [um] LT"}}},relativeTime:{future:function(e){return n(e.substr(0,e.indexOf(" ")))?"a "+e:"an "+e},past:function(e){return n(e.substr(0,e.indexOf(" ")))?"viru "+e:"virun "+e},s:"e puer Sekonnen",ss:"%d Sekonnen",m:t,mm:"%d Minutten",h:t,hh:"%d Stonnen",d:t,dd:"%d Deeg",M:t,MM:"%d Méint",y:t,yy:"%d Joer"},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})}(n(2))},function(e,t,n){!function(e){"use strict";
+//! moment.js locale configuration
+e.defineLocale("lo",{months:"ມັງກອນ_ກຸມພາ_ມີນາ_ເມສາ_ພຶດສະພາ_ມິຖຸນາ_ກໍລະກົດ_ສິງຫາ_ກັນຍາ_ຕຸລາ_ພະຈິກ_ທັນວາ".split("_"),monthsShort:"ມັງກອນ_ກຸມພາ_ມີນາ_ເມສາ_ພຶດສະພາ_ມິຖຸນາ_ກໍລະກົດ_ສິງຫາ_ກັນຍາ_ຕຸລາ_ພະຈິກ_ທັນວາ".split("_"),weekdays:"ອາທິດ_ຈັນ_ອັງຄານ_ພຸດ_ພະຫັດ_ສຸກ_ເສົາ".split("_"),weekdaysShort:"ທິດ_ຈັນ_ອັງຄານ_ພຸດ_ພະຫັດ_ສຸກ_ເສົາ".split("_"),weekdaysMin:"ທ_ຈ_ອຄ_ພ_ພຫ_ສກ_ສ".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"ວັນdddd D MMMM YYYY HH:mm"},meridiemParse:/ຕອນເຊົ້າ|ຕອນແລງ/,isPM:function(e){return"ຕອນແລງ"===e},meridiem:function(e,t,n){return e<12?"ຕອນເຊົ້າ":"ຕອນແລງ"},calendar:{sameDay:"[ມື້ນີ້ເວລາ] LT",nextDay:"[ມື້ອື່ນເວລາ] LT",nextWeek:"[ວັນ]dddd[ໜ້າເວລາ] LT",lastDay:"[ມື້ວານນີ້ເວລາ] LT",lastWeek:"[ວັນ]dddd[ແລ້ວນີ້ເວລາ] LT",sameElse:"L"},relativeTime:{future:"ອີກ %s",past:"%sຜ່ານມາ",s:"ບໍ່ເທົ່າໃດວິນາທີ",ss:"%d ວິນາທີ",m:"1 ນາທີ",mm:"%d ນາທີ",h:"1 ຊົ່ວໂມງ",hh:"%d ຊົ່ວໂມງ",d:"1 ມື້",dd:"%d ມື້",M:"1 ເດືອນ",MM:"%d ເດືອນ",y:"1 ປີ",yy:"%d ປີ"},dayOfMonthOrdinalParse:/(ທີ່)\d{1,2}/,ordinal:function(e){return"ທີ່"+e}})}(n(2))},function(e,t,n){!function(e){"use strict";
+//! moment.js locale configuration
+var t={ss:"sekundė_sekundžių_sekundes",m:"minutė_minutės_minutę",mm:"minutės_minučių_minutes",h:"valanda_valandos_valandą",hh:"valandos_valandų_valandas",d:"diena_dienos_dieną",dd:"dienos_dienų_dienas",M:"mėnuo_mėnesio_mėnesį",MM:"mėnesiai_mėnesių_mėnesius",y:"metai_metų_metus",yy:"metai_metų_metus"};function n(e,t,n,r){return t?a(n)[0]:r?a(n)[1]:a(n)[2]}function r(e){return e%10==0||e>10&&e<20}function a(e){return t[e].split("_")}function i(e,t,i,o){var s=e+" ";return 1===e?s+n(0,t,i[0],o):t?s+(r(e)?a(i)[1]:a(i)[0]):o?s+a(i)[1]:s+(r(e)?a(i)[1]:a(i)[2])}e.defineLocale("lt",{months:{format:"sausio_vasario_kovo_balandžio_gegužės_birželio_liepos_rugpjūčio_rugsėjo_spalio_lapkričio_gruodžio".split("_"),standalone:"sausis_vasaris_kovas_balandis_gegužė_birželis_liepa_rugpjūtis_rugsėjis_spalis_lapkritis_gruodis".split("_"),isFormat:/D[oD]?(\[[^\[\]]*\]|\s)+MMMM?|MMMM?(\[[^\[\]]*\]|\s)+D[oD]?/},monthsShort:"sau_vas_kov_bal_geg_bir_lie_rgp_rgs_spa_lap_grd".split("_"),weekdays:{format:"sekmadienį_pirmadienį_antradienį_trečiadienį_ketvirtadienį_penktadienį_šeštadienį".split("_"),standalone:"sekmadienis_pirmadienis_antradienis_trečiadienis_ketvirtadienis_penktadienis_šeštadienis".split("_"),isFormat:/dddd HH:mm/},weekdaysShort:"Sek_Pir_Ant_Tre_Ket_Pen_Šeš".split("_"),weekdaysMin:"S_P_A_T_K_Pn_Š".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"YYYY-MM-DD",LL:"YYYY [m.] MMMM D [d.]",LLL:"YYYY [m.] MMMM D [d.], HH:mm [val.]",LLLL:"YYYY [m.] MMMM D [d.], dddd, HH:mm [val.]",l:"YYYY-MM-DD",ll:"YYYY [m.] MMMM D [d.]",lll:"YYYY [m.] MMMM D [d.], HH:mm [val.]",llll:"YYYY [m.] MMMM D [d.], ddd, HH:mm [val.]"},calendar:{sameDay:"[Šiandien] LT",nextDay:"[Rytoj] LT",nextWeek:"dddd LT",lastDay:"[Vakar] LT",lastWeek:"[Praėjusį] dddd LT",sameElse:"L"},relativeTime:{future:"po %s",past:"prieš %s",s:function(e,t,n,r){return t?"kelios sekundės":r?"kelių sekundžių":"kelias sekundes"},ss:i,m:n,mm:i,h:n,hh:i,d:n,dd:i,M:n,MM:i,y:n,yy:i},dayOfMonthOrdinalParse:/\d{1,2}-oji/,ordinal:function(e){return e+"-oji"},week:{dow:1,doy:4}})}(n(2))},function(e,t,n){!function(e){"use strict";
+//! moment.js locale configuration
+var t={ss:"sekundes_sekundēm_sekunde_sekundes".split("_"),m:"minūtes_minūtēm_minūte_minūtes".split("_"),mm:"minūtes_minūtēm_minūte_minūtes".split("_"),h:"stundas_stundām_stunda_stundas".split("_"),hh:"stundas_stundām_stunda_stundas".split("_"),d:"dienas_dienām_diena_dienas".split("_"),dd:"dienas_dienām_diena_dienas".split("_"),M:"mēneša_mēnešiem_mēnesis_mēneši".split("_"),MM:"mēneša_mēnešiem_mēnesis_mēneši".split("_"),y:"gada_gadiem_gads_gadi".split("_"),yy:"gada_gadiem_gads_gadi".split("_")};function n(e,t,n){return n?t%10==1&&t%100!=11?e[2]:e[3]:t%10==1&&t%100!=11?e[0]:e[1]}function r(e,r,a){return e+" "+n(t[a],e,r)}function a(e,r,a){return n(t[a],e,r)}e.defineLocale("lv",{months:"janvāris_februāris_marts_aprīlis_maijs_jūnijs_jūlijs_augusts_septembris_oktobris_novembris_decembris".split("_"),monthsShort:"jan_feb_mar_apr_mai_jūn_jūl_aug_sep_okt_nov_dec".split("_"),weekdays:"svētdiena_pirmdiena_otrdiena_trešdiena_ceturtdiena_piektdiena_sestdiena".split("_"),weekdaysShort:"Sv_P_O_T_C_Pk_S".split("_"),weekdaysMin:"Sv_P_O_T_C_Pk_S".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY.",LL:"YYYY. [gada] D. MMMM",LLL:"YYYY. [gada] D. MMMM, HH:mm",LLLL:"YYYY. [gada] D. MMMM, dddd, HH:mm"},calendar:{sameDay:"[Šodien pulksten] LT",nextDay:"[Rīt pulksten] LT",nextWeek:"dddd [pulksten] LT",lastDay:"[Vakar pulksten] LT",lastWeek:"[Pagājušā] dddd [pulksten] LT",sameElse:"L"},relativeTime:{future:"pēc %s",past:"pirms %s",s:function(e,t){return t?"dažas sekundes":"dažām sekundēm"},ss:r,m:a,mm:r,h:a,hh:r,d:a,dd:r,M:a,MM:r,y:a,yy:r},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})}(n(2))},function(e,t,n){!function(e){"use strict";
+//! moment.js locale configuration
+var t={words:{ss:["sekund","sekunda","sekundi"],m:["jedan minut","jednog minuta"],mm:["minut","minuta","minuta"],h:["jedan sat","jednog sata"],hh:["sat","sata","sati"],dd:["dan","dana","dana"],MM:["mjesec","mjeseca","mjeseci"],yy:["godina","godine","godina"]},correctGrammaticalCase:function(e,t){return 1===e?t[0]:e>=2&&e<=4?t[1]:t[2]},translate:function(e,n,r){var a=t.words[r];return 1===r.length?n?a[0]:a[1]:e+" "+t.correctGrammaticalCase(e,a)}};e.defineLocale("me",{months:"januar_februar_mart_april_maj_jun_jul_avgust_septembar_oktobar_novembar_decembar".split("_"),monthsShort:"jan._feb._mar._apr._maj_jun_jul_avg._sep._okt._nov._dec.".split("_"),monthsParseExact:!0,weekdays:"nedjelja_ponedjeljak_utorak_srijeda_četvrtak_petak_subota".split("_"),weekdaysShort:"ned._pon._uto._sri._čet._pet._sub.".split("_"),weekdaysMin:"ne_po_ut_sr_če_pe_su".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY H:mm",LLLL:"dddd, D. MMMM YYYY H:mm"},calendar:{sameDay:"[danas u] LT",nextDay:"[sjutra u] LT",nextWeek:function(){switch(this.day()){case 0:return"[u] [nedjelju] [u] LT";case 3:return"[u] [srijedu] [u] LT";case 6:return"[u] [subotu] [u] LT";case 1:case 2:case 4:case 5:return"[u] dddd [u] LT"}},lastDay:"[juče u] LT",lastWeek:function(){return["[prošle] [nedjelje] [u] LT","[prošlog] [ponedjeljka] [u] LT","[prošlog] [utorka] [u] LT","[prošle] [srijede] [u] LT","[prošlog] [četvrtka] [u] LT","[prošlog] [petka] [u] LT","[prošle] [subote] [u] LT"][this.day()]},sameElse:"L"},relativeTime:{future:"za %s",past:"prije %s",s:"nekoliko sekundi",ss:t.translate,m:t.translate,mm:t.translate,h:t.translate,hh:t.translate,d:"dan",dd:t.translate,M:"mjesec",MM:t.translate,y:"godinu",yy:t.translate},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:7}})}(n(2))},function(e,t,n){!function(e){"use strict";
+//! moment.js locale configuration
+e.defineLocale("mi",{months:"Kohi-tāte_Hui-tanguru_Poutū-te-rangi_Paenga-whāwhā_Haratua_Pipiri_Hōngoingoi_Here-turi-kōkā_Mahuru_Whiringa-ā-nuku_Whiringa-ā-rangi_Hakihea".split("_"),monthsShort:"Kohi_Hui_Pou_Pae_Hara_Pipi_Hōngoi_Here_Mahu_Whi-nu_Whi-ra_Haki".split("_"),monthsRegex:/(?:['a-z\u0101\u014D\u016B]+\-?){1,3}/i,monthsStrictRegex:/(?:['a-z\u0101\u014D\u016B]+\-?){1,3}/i,monthsShortRegex:/(?:['a-z\u0101\u014D\u016B]+\-?){1,3}/i,monthsShortStrictRegex:/(?:['a-z\u0101\u014D\u016B]+\-?){1,2}/i,weekdays:"Rātapu_Mane_Tūrei_Wenerei_Tāite_Paraire_Hātarei".split("_"),weekdaysShort:"Ta_Ma_Tū_We_Tāi_Pa_Hā".split("_"),weekdaysMin:"Ta_Ma_Tū_We_Tāi_Pa_Hā".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY [i] HH:mm",LLLL:"dddd, D MMMM YYYY [i] HH:mm"},calendar:{sameDay:"[i teie mahana, i] LT",nextDay:"[apopo i] LT",nextWeek:"dddd [i] LT",lastDay:"[inanahi i] LT",lastWeek:"dddd [whakamutunga i] LT",sameElse:"L"},relativeTime:{future:"i roto i %s",past:"%s i mua",s:"te hēkona ruarua",ss:"%d hēkona",m:"he meneti",mm:"%d meneti",h:"te haora",hh:"%d haora",d:"he ra",dd:"%d ra",M:"he marama",MM:"%d marama",y:"he tau",yy:"%d tau"},dayOfMonthOrdinalParse:/\d{1,2}º/,ordinal:"%dº",week:{dow:1,doy:4}})}(n(2))},function(e,t,n){!function(e){"use strict";
+//! moment.js locale configuration
+e.defineLocale("mk",{months:"јануари_февруари_март_април_мај_јуни_јули_август_септември_октомври_ноември_декември".split("_"),monthsShort:"јан_фев_мар_апр_мај_јун_јул_авг_сеп_окт_ное_дек".split("_"),weekdays:"недела_понеделник_вторник_среда_четврток_петок_сабота".split("_"),weekdaysShort:"нед_пон_вто_сре_чет_пет_саб".split("_"),weekdaysMin:"нe_пo_вт_ср_че_пе_сa".split("_"),longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"D.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY H:mm",LLLL:"dddd, D MMMM YYYY H:mm"},calendar:{sameDay:"[Денес во] LT",nextDay:"[Утре во] LT",nextWeek:"[Во] dddd [во] LT",lastDay:"[Вчера во] LT",lastWeek:function(){switch(this.day()){case 0:case 3:case 6:return"[Изминатата] dddd [во] LT";case 1:case 2:case 4:case 5:return"[Изминатиот] dddd [во] LT"}},sameElse:"L"},relativeTime:{future:"за %s",past:"пред %s",s:"неколку секунди",ss:"%d секунди",m:"една минута",mm:"%d минути",h:"еден час",hh:"%d часа",d:"еден ден",dd:"%d дена",M:"еден месец",MM:"%d месеци",y:"една година",yy:"%d години"},dayOfMonthOrdinalParse:/\d{1,2}-(ев|ен|ти|ви|ри|ми)/,ordinal:function(e){var t=e%10,n=e%100;return 0===e?e+"-ев":0===n?e+"-ен":n>10&&n<20?e+"-ти":1===t?e+"-ви":2===t?e+"-ри":7===t||8===t?e+"-ми":e+"-ти"},week:{dow:1,doy:7}})}(n(2))},function(e,t,n){!function(e){"use strict";
+//! moment.js locale configuration
+e.defineLocale("ml",{months:"ജനുവരി_ഫെബ്രുവരി_മാർച്ച്_ഏപ്രിൽ_മേയ്_ജൂൺ_ജൂലൈ_ഓഗസ്റ്റ്_സെപ്റ്റംബർ_ഒക്ടോബർ_നവംബർ_ഡിസംബർ".split("_"),monthsShort:"ജനു._ഫെബ്രു._മാർ._ഏപ്രി._മേയ്_ജൂൺ_ജൂലൈ._ഓഗ._സെപ്റ്റ._ഒക്ടോ._നവം._ഡിസം.".split("_"),monthsParseExact:!0,weekdays:"ഞായറാഴ്ച_തിങ്കളാഴ്ച_ചൊവ്വാഴ്ച_ബുധനാഴ്ച_വ്യാഴാഴ്ച_വെള്ളിയാഴ്ച_ശനിയാഴ്ച".split("_"),weekdaysShort:"ഞായർ_തിങ്കൾ_ചൊവ്വ_ബുധൻ_വ്യാഴം_വെള്ളി_ശനി".split("_"),weekdaysMin:"ഞാ_തി_ചൊ_ബു_വ്യാ_വെ_ശ".split("_"),longDateFormat:{LT:"A h:mm -നു",LTS:"A h:mm:ss -നു",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY, A h:mm -നു",LLLL:"dddd, D MMMM YYYY, A h:mm -നു"},calendar:{sameDay:"[ഇന്ന്] LT",nextDay:"[നാളെ] LT",nextWeek:"dddd, LT",lastDay:"[ഇന്നലെ] LT",lastWeek:"[കഴിഞ്ഞ] dddd, LT",sameElse:"L"},relativeTime:{future:"%s കഴിഞ്ഞ്",past:"%s മുൻപ്",s:"അൽപ നിമിഷങ്ങൾ",ss:"%d സെക്കൻഡ്",m:"ഒരു മിനിറ്റ്",mm:"%d മിനിറ്റ്",h:"ഒരു മണിക്കൂർ",hh:"%d മണിക്കൂർ",d:"ഒരു ദിവസം",dd:"%d ദിവസം",M:"ഒരു മാസം",MM:"%d മാസം",y:"ഒരു വർഷം",yy:"%d വർഷം"},meridiemParse:/രാത്രി|രാവിലെ|ഉച്ച കഴിഞ്ഞ്|വൈകുന്നേരം|രാത്രി/i,meridiemHour:function(e,t){return 12===e&&(e=0),"രാത്രി"===t&&e>=4||"ഉച്ച കഴിഞ്ഞ്"===t||"വൈകുന്നേരം"===t?e+12:e},meridiem:function(e,t,n){return e<4?"രാത്രി":e<12?"രാവിലെ":e<17?"ഉച്ച കഴിഞ്ഞ്":e<20?"വൈകുന്നേരം":"രാത്രി"}})}(n(2))},function(e,t,n){!function(e){"use strict";
+//! moment.js locale configuration
+function t(e,t,n,r){switch(n){case"s":return t?"хэдхэн секунд":"хэдхэн секундын";case"ss":return e+(t?" секунд":" секундын");case"m":case"mm":return e+(t?" минут":" минутын");case"h":case"hh":return e+(t?" цаг":" цагийн");case"d":case"dd":return e+(t?" өдөр":" өдрийн");case"M":case"MM":return e+(t?" сар":" сарын");case"y":case"yy":return e+(t?" жил":" жилийн");default:return e}}e.defineLocale("mn",{months:"Нэгдүгээр сар_Хоёрдугаар сар_Гуравдугаар сар_Дөрөвдүгээр сар_Тавдугаар сар_Зургадугаар сар_Долдугаар сар_Наймдугаар сар_Есдүгээр сар_Аравдугаар сар_Арван нэгдүгээр сар_Арван хоёрдугаар сар".split("_"),monthsShort:"1 сар_2 сар_3 сар_4 сар_5 сар_6 сар_7 сар_8 сар_9 сар_10 сар_11 сар_12 сар".split("_"),monthsParseExact:!0,weekdays:"Ням_Даваа_Мягмар_Лхагва_Пүрэв_Баасан_Бямба".split("_"),weekdaysShort:"Ням_Дав_Мяг_Лха_Пүр_Баа_Бям".split("_"),weekdaysMin:"Ня_Да_Мя_Лх_Пү_Ба_Бя".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"YYYY-MM-DD",LL:"YYYY оны MMMMын D",LLL:"YYYY оны MMMMын D HH:mm",LLLL:"dddd, YYYY оны MMMMын D HH:mm"},meridiemParse:/ҮӨ|ҮХ/i,isPM:function(e){return"ҮХ"===e},meridiem:function(e,t,n){return e<12?"ҮӨ":"ҮХ"},calendar:{sameDay:"[Өнөөдөр] LT",nextDay:"[Маргааш] LT",nextWeek:"[Ирэх] dddd LT",lastDay:"[Өчигдөр] LT",lastWeek:"[Өнгөрсөн] dddd LT",sameElse:"L"},relativeTime:{future:"%s дараа",past:"%s өмнө",s:t,ss:t,m:t,mm:t,h:t,hh:t,d:t,dd:t,M:t,MM:t,y:t,yy:t},dayOfMonthOrdinalParse:/\d{1,2} өдөр/,ordinal:function(e,t){switch(t){case"d":case"D":case"DDD":return e+" өдөр";default:return e}}})}(n(2))},function(e,t,n){!function(e){"use strict";
+//! moment.js locale configuration
+var t={1:"१",2:"२",3:"३",4:"४",5:"५",6:"६",7:"७",8:"८",9:"९",0:"०"},n={"१":"1","२":"2","३":"3","४":"4","५":"5","६":"6","७":"7","८":"8","९":"9","०":"0"};function r(e,t,n,r){var a="";if(t)switch(n){case"s":a="काही सेकंद";break;case"ss":a="%d सेकंद";break;case"m":a="एक मिनिट";break;case"mm":a="%d मिनिटे";break;case"h":a="एक तास";break;case"hh":a="%d तास";break;case"d":a="एक दिवस";break;case"dd":a="%d दिवस";break;case"M":a="एक महिना";break;case"MM":a="%d महिने";break;case"y":a="एक वर्ष";break;case"yy":a="%d वर्षे"}else switch(n){case"s":a="काही सेकंदां";break;case"ss":a="%d सेकंदां";break;case"m":a="एका मिनिटा";break;case"mm":a="%d मिनिटां";break;case"h":a="एका तासा";break;case"hh":a="%d तासां";break;case"d":a="एका दिवसा";break;case"dd":a="%d दिवसां";break;case"M":a="एका महिन्या";break;case"MM":a="%d महिन्यां";break;case"y":a="एका वर्षा";break;case"yy":a="%d वर्षां"}return a.replace(/%d/i,e)}e.defineLocale("mr",{months:"जानेवारी_फेब्रुवारी_मार्च_एप्रिल_मे_जून_जुलै_ऑगस्ट_सप्टेंबर_ऑक्टोबर_नोव्हेंबर_डिसेंबर".split("_"),monthsShort:"जाने._फेब्रु._मार्च._एप्रि._मे._जून._जुलै._ऑग._सप्टें._ऑक्टो._नोव्हें._डिसें.".split("_"),monthsParseExact:!0,weekdays:"रविवार_सोमवार_मंगळवार_बुधवार_गुरूवार_शुक्रवार_शनिवार".split("_"),weekdaysShort:"रवि_सोम_मंगळ_बुध_गुरू_शुक्र_शनि".split("_"),weekdaysMin:"र_सो_मं_बु_गु_शु_श".split("_"),longDateFormat:{LT:"A h:mm वाजता",LTS:"A h:mm:ss वाजता",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY, A h:mm वाजता",LLLL:"dddd, D MMMM YYYY, A h:mm वाजता"},calendar:{sameDay:"[आज] LT",nextDay:"[उद्या] LT",nextWeek:"dddd, LT",lastDay:"[काल] LT",lastWeek:"[मागील] dddd, LT",sameElse:"L"},relativeTime:{future:"%sमध्ये",past:"%sपूर्वी",s:r,ss:r,m:r,mm:r,h:r,hh:r,d:r,dd:r,M:r,MM:r,y:r,yy:r},preparse:function(e){return e.replace(/[१२३४५६७८९०]/g,(function(e){return n[e]}))},postformat:function(e){return e.replace(/\d/g,(function(e){return t[e]}))},meridiemParse:/पहाटे|सकाळी|दुपारी|सायंकाळी|रात्री/,meridiemHour:function(e,t){return 12===e&&(e=0),"पहाटे"===t||"सकाळी"===t?e:"दुपारी"===t||"सायंकाळी"===t||"रात्री"===t?e>=12?e:e+12:void 0},meridiem:function(e,t,n){return e>=0&&e<6?"पहाटे":e<12?"सकाळी":e<17?"दुपारी":e<20?"सायंकाळी":"रात्री"},week:{dow:0,doy:6}})}(n(2))},function(e,t,n){!function(e){"use strict";
+//! moment.js locale configuration
+e.defineLocale("ms",{months:"Januari_Februari_Mac_April_Mei_Jun_Julai_Ogos_September_Oktober_November_Disember".split("_"),monthsShort:"Jan_Feb_Mac_Apr_Mei_Jun_Jul_Ogs_Sep_Okt_Nov_Dis".split("_"),weekdays:"Ahad_Isnin_Selasa_Rabu_Khamis_Jumaat_Sabtu".split("_"),weekdaysShort:"Ahd_Isn_Sel_Rab_Kha_Jum_Sab".split("_"),weekdaysMin:"Ah_Is_Sl_Rb_Km_Jm_Sb".split("_"),longDateFormat:{LT:"HH.mm",LTS:"HH.mm.ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY [pukul] HH.mm",LLLL:"dddd, D MMMM YYYY [pukul] HH.mm"},meridiemParse:/pagi|tengahari|petang|malam/,meridiemHour:function(e,t){return 12===e&&(e=0),"pagi"===t?e:"tengahari"===t?e>=11?e:e+12:"petang"===t||"malam"===t?e+12:void 0},meridiem:function(e,t,n){return e<11?"pagi":e<15?"tengahari":e<19?"petang":"malam"},calendar:{sameDay:"[Hari ini pukul] LT",nextDay:"[Esok pukul] LT",nextWeek:"dddd [pukul] LT",lastDay:"[Kelmarin pukul] LT",lastWeek:"dddd [lepas pukul] LT",sameElse:"L"},relativeTime:{future:"dalam %s",past:"%s yang lepas",s:"beberapa saat",ss:"%d saat",m:"seminit",mm:"%d minit",h:"sejam",hh:"%d jam",d:"sehari",dd:"%d hari",M:"sebulan",MM:"%d bulan",y:"setahun",yy:"%d tahun"},week:{dow:1,doy:7}})}(n(2))},function(e,t,n){!function(e){"use strict";
+//! moment.js locale configuration
+e.defineLocale("ms-my",{months:"Januari_Februari_Mac_April_Mei_Jun_Julai_Ogos_September_Oktober_November_Disember".split("_"),monthsShort:"Jan_Feb_Mac_Apr_Mei_Jun_Jul_Ogs_Sep_Okt_Nov_Dis".split("_"),weekdays:"Ahad_Isnin_Selasa_Rabu_Khamis_Jumaat_Sabtu".split("_"),weekdaysShort:"Ahd_Isn_Sel_Rab_Kha_Jum_Sab".split("_"),weekdaysMin:"Ah_Is_Sl_Rb_Km_Jm_Sb".split("_"),longDateFormat:{LT:"HH.mm",LTS:"HH.mm.ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY [pukul] HH.mm",LLLL:"dddd, D MMMM YYYY [pukul] HH.mm"},meridiemParse:/pagi|tengahari|petang|malam/,meridiemHour:function(e,t){return 12===e&&(e=0),"pagi"===t?e:"tengahari"===t?e>=11?e:e+12:"petang"===t||"malam"===t?e+12:void 0},meridiem:function(e,t,n){return e<11?"pagi":e<15?"tengahari":e<19?"petang":"malam"},calendar:{sameDay:"[Hari ini pukul] LT",nextDay:"[Esok pukul] LT",nextWeek:"dddd [pukul] LT",lastDay:"[Kelmarin pukul] LT",lastWeek:"dddd [lepas pukul] LT",sameElse:"L"},relativeTime:{future:"dalam %s",past:"%s yang lepas",s:"beberapa saat",ss:"%d saat",m:"seminit",mm:"%d minit",h:"sejam",hh:"%d jam",d:"sehari",dd:"%d hari",M:"sebulan",MM:"%d bulan",y:"setahun",yy:"%d tahun"},week:{dow:1,doy:7}})}(n(2))},function(e,t,n){!function(e){"use strict";
+//! moment.js locale configuration
+e.defineLocale("mt",{months:"Jannar_Frar_Marzu_April_Mejju_Ġunju_Lulju_Awwissu_Settembru_Ottubru_Novembru_Diċembru".split("_"),monthsShort:"Jan_Fra_Mar_Apr_Mej_Ġun_Lul_Aww_Set_Ott_Nov_Diċ".split("_"),weekdays:"Il-Ħadd_It-Tnejn_It-Tlieta_L-Erbgħa_Il-Ħamis_Il-Ġimgħa_Is-Sibt".split("_"),weekdaysShort:"Ħad_Tne_Tli_Erb_Ħam_Ġim_Sib".split("_"),weekdaysMin:"Ħa_Tn_Tl_Er_Ħa_Ġi_Si".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[Illum fil-]LT",nextDay:"[Għada fil-]LT",nextWeek:"dddd [fil-]LT",lastDay:"[Il-bieraħ fil-]LT",lastWeek:"dddd [li għadda] [fil-]LT",sameElse:"L"},relativeTime:{future:"f’ %s",past:"%s ilu",s:"ftit sekondi",ss:"%d sekondi",m:"minuta",mm:"%d minuti",h:"siegħa",hh:"%d siegħat",d:"ġurnata",dd:"%d ġranet",M:"xahar",MM:"%d xhur",y:"sena",yy:"%d sni"},dayOfMonthOrdinalParse:/\d{1,2}º/,ordinal:"%dº",week:{dow:1,doy:4}})}(n(2))},function(e,t,n){!function(e){"use strict";
+//! moment.js locale configuration
+var t={1:"၁",2:"၂",3:"၃",4:"၄",5:"၅",6:"၆",7:"၇",8:"၈",9:"၉",0:"၀"},n={"၁":"1","၂":"2","၃":"3","၄":"4","၅":"5","၆":"6","၇":"7","၈":"8","၉":"9","၀":"0"};e.defineLocale("my",{months:"ဇန်နဝါရီ_ဖေဖော်ဝါရီ_မတ်_ဧပြီ_မေ_ဇွန်_ဇူလိုင်_သြဂုတ်_စက်တင်ဘာ_အောက်တိုဘာ_နိုဝင်ဘာ_ဒီဇင်ဘာ".split("_"),monthsShort:"ဇန်_ဖေ_မတ်_ပြီ_မေ_ဇွန်_လိုင်_သြ_စက်_အောက်_နို_ဒီ".split("_"),weekdays:"တနင်္ဂနွေ_တနင်္လာ_အင်္ဂါ_ဗုဒ္ဓဟူး_ကြာသပတေး_သောကြာ_စနေ".split("_"),weekdaysShort:"နွေ_လာ_ဂါ_ဟူး_ကြာ_သော_နေ".split("_"),weekdaysMin:"နွေ_လာ_ဂါ_ဟူး_ကြာ_သော_နေ".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[ယနေ.] LT [မှာ]",nextDay:"[မနက်ဖြန်] LT [မှာ]",nextWeek:"dddd LT [မှာ]",lastDay:"[မနေ.က] LT [မှာ]",lastWeek:"[ပြီးခဲ့သော] dddd LT [မှာ]",sameElse:"L"},relativeTime:{future:"လာမည့် %s မှာ",past:"လွန်ခဲ့သော %s က",s:"စက္ကန်.အနည်းငယ်",ss:"%d စက္ကန့်",m:"တစ်မိနစ်",mm:"%d မိနစ်",h:"တစ်နာရီ",hh:"%d နာရီ",d:"တစ်ရက်",dd:"%d ရက်",M:"တစ်လ",MM:"%d လ",y:"တစ်နှစ်",yy:"%d နှစ်"},preparse:function(e){return e.replace(/[၁၂၃၄၅၆၇၈၉၀]/g,(function(e){return n[e]}))},postformat:function(e){return e.replace(/\d/g,(function(e){return t[e]}))},week:{dow:1,doy:4}})}(n(2))},function(e,t,n){!function(e){"use strict";
+//! moment.js locale configuration
+e.defineLocale("nb",{months:"januar_februar_mars_april_mai_juni_juli_august_september_oktober_november_desember".split("_"),monthsShort:"jan._feb._mars_apr._mai_juni_juli_aug._sep._okt._nov._des.".split("_"),monthsParseExact:!0,weekdays:"søndag_mandag_tirsdag_onsdag_torsdag_fredag_lørdag".split("_"),weekdaysShort:"sø._ma._ti._on._to._fr._lø.".split("_"),weekdaysMin:"sø_ma_ti_on_to_fr_lø".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY [kl.] HH:mm",LLLL:"dddd D. MMMM YYYY [kl.] HH:mm"},calendar:{sameDay:"[i dag kl.] LT",nextDay:"[i morgen kl.] LT",nextWeek:"dddd [kl.] LT",lastDay:"[i går kl.] LT",lastWeek:"[forrige] dddd [kl.] LT",sameElse:"L"},relativeTime:{future:"om %s",past:"%s siden",s:"noen sekunder",ss:"%d sekunder",m:"ett minutt",mm:"%d minutter",h:"en time",hh:"%d timer",d:"en dag",dd:"%d dager",w:"en uke",ww:"%d uker",M:"en måned",MM:"%d måneder",y:"ett år",yy:"%d år"},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})}(n(2))},function(e,t,n){!function(e){"use strict";
+//! moment.js locale configuration
+var t={1:"१",2:"२",3:"३",4:"४",5:"५",6:"६",7:"७",8:"८",9:"९",0:"०"},n={"१":"1","२":"2","३":"3","४":"4","५":"5","६":"6","७":"7","८":"8","९":"9","०":"0"};e.defineLocale("ne",{months:"जनवरी_फेब्रुवरी_मार्च_अप्रिल_मई_जुन_जुलाई_अगष्ट_सेप्टेम्बर_अक्टोबर_नोभेम्बर_डिसेम्बर".split("_"),monthsShort:"जन._फेब्रु._मार्च_अप्रि._मई_जुन_जुलाई._अग._सेप्ट._अक्टो._नोभे._डिसे.".split("_"),monthsParseExact:!0,weekdays:"आइतबार_सोमबार_मङ्गलबार_बुधबार_बिहिबार_शुक्रबार_शनिबार".split("_"),weekdaysShort:"आइत._सोम._मङ्गल._बुध._बिहि._शुक्र._शनि.".split("_"),weekdaysMin:"आ._सो._मं._बु._बि._शु._श.".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"Aको h:mm बजे",LTS:"Aको h:mm:ss बजे",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY, Aको h:mm बजे",LLLL:"dddd, D MMMM YYYY, Aको h:mm बजे"},preparse:function(e){return e.replace(/[१२३४५६७८९०]/g,(function(e){return n[e]}))},postformat:function(e){return e.replace(/\d/g,(function(e){return t[e]}))},meridiemParse:/राति|बिहान|दिउँसो|साँझ/,meridiemHour:function(e,t){return 12===e&&(e=0),"राति"===t?e<4?e:e+12:"बिहान"===t?e:"दिउँसो"===t?e>=10?e:e+12:"साँझ"===t?e+12:void 0},meridiem:function(e,t,n){return e<3?"राति":e<12?"बिहान":e<16?"दिउँसो":e<20?"साँझ":"राति"},calendar:{sameDay:"[आज] LT",nextDay:"[भोलि] LT",nextWeek:"[आउँदो] dddd[,] LT",lastDay:"[हिजो] LT",lastWeek:"[गएको] dddd[,] LT",sameElse:"L"},relativeTime:{future:"%sमा",past:"%s अगाडि",s:"केही क्षण",ss:"%d सेकेण्ड",m:"एक मिनेट",mm:"%d मिनेट",h:"एक घण्टा",hh:"%d घण्टा",d:"एक दिन",dd:"%d दिन",M:"एक महिना",MM:"%d महिना",y:"एक बर्ष",yy:"%d बर्ष"},week:{dow:0,doy:6}})}(n(2))},function(e,t,n){!function(e){"use strict";
+//! moment.js locale configuration
+var t="jan._feb._mrt._apr._mei_jun._jul._aug._sep._okt._nov._dec.".split("_"),n="jan_feb_mrt_apr_mei_jun_jul_aug_sep_okt_nov_dec".split("_"),r=[/^jan/i,/^feb/i,/^maart|mrt.?$/i,/^apr/i,/^mei$/i,/^jun[i.]?$/i,/^jul[i.]?$/i,/^aug/i,/^sep/i,/^okt/i,/^nov/i,/^dec/i],a=/^(januari|februari|maart|april|mei|ju[nl]i|augustus|september|oktober|november|december|jan\.?|feb\.?|mrt\.?|apr\.?|ju[nl]\.?|aug\.?|sep\.?|okt\.?|nov\.?|dec\.?)/i;e.defineLocale("nl",{months:"januari_februari_maart_april_mei_juni_juli_augustus_september_oktober_november_december".split("_"),monthsShort:function(e,r){return e?/-MMM-/.test(r)?n[e.month()]:t[e.month()]:t},monthsRegex:a,monthsShortRegex:a,monthsStrictRegex:/^(januari|februari|maart|april|mei|ju[nl]i|augustus|september|oktober|november|december)/i,monthsShortStrictRegex:/^(jan\.?|feb\.?|mrt\.?|apr\.?|mei|ju[nl]\.?|aug\.?|sep\.?|okt\.?|nov\.?|dec\.?)/i,monthsParse:r,longMonthsParse:r,shortMonthsParse:r,weekdays:"zondag_maandag_dinsdag_woensdag_donderdag_vrijdag_zaterdag".split("_"),weekdaysShort:"zo._ma._di._wo._do._vr._za.".split("_"),weekdaysMin:"zo_ma_di_wo_do_vr_za".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD-MM-YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[vandaag om] LT",nextDay:"[morgen om] LT",nextWeek:"dddd [om] LT",lastDay:"[gisteren om] LT",lastWeek:"[afgelopen] dddd [om] LT",sameElse:"L"},relativeTime:{future:"over %s",past:"%s geleden",s:"een paar seconden",ss:"%d seconden",m:"één minuut",mm:"%d minuten",h:"één uur",hh:"%d uur",d:"één dag",dd:"%d dagen",w:"één week",ww:"%d weken",M:"één maand",MM:"%d maanden",y:"één jaar",yy:"%d jaar"},dayOfMonthOrdinalParse:/\d{1,2}(ste|de)/,ordinal:function(e){return e+(1===e||8===e||e>=20?"ste":"de")},week:{dow:1,doy:4}})}(n(2))},function(e,t,n){!function(e){"use strict";
+//! moment.js locale configuration
+var t="jan._feb._mrt._apr._mei_jun._jul._aug._sep._okt._nov._dec.".split("_"),n="jan_feb_mrt_apr_mei_jun_jul_aug_sep_okt_nov_dec".split("_"),r=[/^jan/i,/^feb/i,/^maart|mrt.?$/i,/^apr/i,/^mei$/i,/^jun[i.]?$/i,/^jul[i.]?$/i,/^aug/i,/^sep/i,/^okt/i,/^nov/i,/^dec/i],a=/^(januari|februari|maart|april|mei|ju[nl]i|augustus|september|oktober|november|december|jan\.?|feb\.?|mrt\.?|apr\.?|ju[nl]\.?|aug\.?|sep\.?|okt\.?|nov\.?|dec\.?)/i;e.defineLocale("nl-be",{months:"januari_februari_maart_april_mei_juni_juli_augustus_september_oktober_november_december".split("_"),monthsShort:function(e,r){return e?/-MMM-/.test(r)?n[e.month()]:t[e.month()]:t},monthsRegex:a,monthsShortRegex:a,monthsStrictRegex:/^(januari|februari|maart|april|mei|ju[nl]i|augustus|september|oktober|november|december)/i,monthsShortStrictRegex:/^(jan\.?|feb\.?|mrt\.?|apr\.?|mei|ju[nl]\.?|aug\.?|sep\.?|okt\.?|nov\.?|dec\.?)/i,monthsParse:r,longMonthsParse:r,shortMonthsParse:r,weekdays:"zondag_maandag_dinsdag_woensdag_donderdag_vrijdag_zaterdag".split("_"),weekdaysShort:"zo._ma._di._wo._do._vr._za.".split("_"),weekdaysMin:"zo_ma_di_wo_do_vr_za".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[vandaag om] LT",nextDay:"[morgen om] LT",nextWeek:"dddd [om] LT",lastDay:"[gisteren om] LT",lastWeek:"[afgelopen] dddd [om] LT",sameElse:"L"},relativeTime:{future:"over %s",past:"%s geleden",s:"een paar seconden",ss:"%d seconden",m:"één minuut",mm:"%d minuten",h:"één uur",hh:"%d uur",d:"één dag",dd:"%d dagen",M:"één maand",MM:"%d maanden",y:"één jaar",yy:"%d jaar"},dayOfMonthOrdinalParse:/\d{1,2}(ste|de)/,ordinal:function(e){return e+(1===e||8===e||e>=20?"ste":"de")},week:{dow:1,doy:4}})}(n(2))},function(e,t,n){!function(e){"use strict";
+//! moment.js locale configuration
+e.defineLocale("nn",{months:"januar_februar_mars_april_mai_juni_juli_august_september_oktober_november_desember".split("_"),monthsShort:"jan._feb._mars_apr._mai_juni_juli_aug._sep._okt._nov._des.".split("_"),monthsParseExact:!0,weekdays:"sundag_måndag_tysdag_onsdag_torsdag_fredag_laurdag".split("_"),weekdaysShort:"su._må._ty._on._to._fr._lau.".split("_"),weekdaysMin:"su_må_ty_on_to_fr_la".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY [kl.] H:mm",LLLL:"dddd D. MMMM YYYY [kl.] HH:mm"},calendar:{sameDay:"[I dag klokka] LT",nextDay:"[I morgon klokka] LT",nextWeek:"dddd [klokka] LT",lastDay:"[I går klokka] LT",lastWeek:"[Føregåande] dddd [klokka] LT",sameElse:"L"},relativeTime:{future:"om %s",past:"%s sidan",s:"nokre sekund",ss:"%d sekund",m:"eit minutt",mm:"%d minutt",h:"ein time",hh:"%d timar",d:"ein dag",dd:"%d dagar",w:"ei veke",ww:"%d veker",M:"ein månad",MM:"%d månader",y:"eit år",yy:"%d år"},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})}(n(2))},function(e,t,n){!function(e){"use strict";
+//! moment.js locale configuration
+e.defineLocale("oc-lnc",{months:{standalone:"genièr_febrièr_març_abril_mai_junh_julhet_agost_setembre_octòbre_novembre_decembre".split("_"),format:"de genièr_de febrièr_de març_d'abril_de mai_de junh_de julhet_d'agost_de setembre_d'octòbre_de novembre_de decembre".split("_"),isFormat:/D[oD]?(\s)+MMMM/},monthsShort:"gen._febr._març_abr._mai_junh_julh._ago._set._oct._nov._dec.".split("_"),monthsParseExact:!0,weekdays:"dimenge_diluns_dimars_dimècres_dijòus_divendres_dissabte".split("_"),weekdaysShort:"dg._dl._dm._dc._dj._dv._ds.".split("_"),weekdaysMin:"dg_dl_dm_dc_dj_dv_ds".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM [de] YYYY",ll:"D MMM YYYY",LLL:"D MMMM [de] YYYY [a] H:mm",lll:"D MMM YYYY, H:mm",LLLL:"dddd D MMMM [de] YYYY [a] H:mm",llll:"ddd D MMM YYYY, H:mm"},calendar:{sameDay:"[uèi a] LT",nextDay:"[deman a] LT",nextWeek:"dddd [a] LT",lastDay:"[ièr a] LT",lastWeek:"dddd [passat a] LT",sameElse:"L"},relativeTime:{future:"d'aquí %s",past:"fa %s",s:"unas segondas",ss:"%d segondas",m:"una minuta",mm:"%d minutas",h:"una ora",hh:"%d oras",d:"un jorn",dd:"%d jorns",M:"un mes",MM:"%d meses",y:"un an",yy:"%d ans"},dayOfMonthOrdinalParse:/\d{1,2}(r|n|t|è|a)/,ordinal:function(e,t){var n=1===e?"r":2===e?"n":3===e?"r":4===e?"t":"è";return"w"!==t&&"W"!==t||(n="a"),e+n},week:{dow:1,doy:4}})}(n(2))},function(e,t,n){!function(e){"use strict";
+//! moment.js locale configuration
+var t={1:"੧",2:"੨",3:"੩",4:"੪",5:"੫",6:"੬",7:"੭",8:"੮",9:"੯",0:"੦"},n={"੧":"1","੨":"2","੩":"3","੪":"4","੫":"5","੬":"6","੭":"7","੮":"8","੯":"9","੦":"0"};e.defineLocale("pa-in",{months:"ਜਨਵਰੀ_ਫ਼ਰਵਰੀ_ਮਾਰਚ_ਅਪ੍ਰੈਲ_ਮਈ_ਜੂਨ_ਜੁਲਾਈ_ਅਗਸਤ_ਸਤੰਬਰ_ਅਕਤੂਬਰ_ਨਵੰਬਰ_ਦਸੰਬਰ".split("_"),monthsShort:"ਜਨਵਰੀ_ਫ਼ਰਵਰੀ_ਮਾਰਚ_ਅਪ੍ਰੈਲ_ਮਈ_ਜੂਨ_ਜੁਲਾਈ_ਅਗਸਤ_ਸਤੰਬਰ_ਅਕਤੂਬਰ_ਨਵੰਬਰ_ਦਸੰਬਰ".split("_"),weekdays:"ਐਤਵਾਰ_ਸੋਮਵਾਰ_ਮੰਗਲਵਾਰ_ਬੁਧਵਾਰ_ਵੀਰਵਾਰ_ਸ਼ੁੱਕਰਵਾਰ_ਸ਼ਨੀਚਰਵਾਰ".split("_"),weekdaysShort:"ਐਤ_ਸੋਮ_ਮੰਗਲ_ਬੁਧ_ਵੀਰ_ਸ਼ੁਕਰ_ਸ਼ਨੀ".split("_"),weekdaysMin:"ਐਤ_ਸੋਮ_ਮੰਗਲ_ਬੁਧ_ਵੀਰ_ਸ਼ੁਕਰ_ਸ਼ਨੀ".split("_"),longDateFormat:{LT:"A h:mm ਵਜੇ",LTS:"A h:mm:ss ਵਜੇ",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY, A h:mm ਵਜੇ",LLLL:"dddd, D MMMM YYYY, A h:mm ਵਜੇ"},calendar:{sameDay:"[ਅਜ] LT",nextDay:"[ਕਲ] LT",nextWeek:"[ਅਗਲਾ] dddd, LT",lastDay:"[ਕਲ] LT",lastWeek:"[ਪਿਛਲੇ] dddd, LT",sameElse:"L"},relativeTime:{future:"%s ਵਿੱਚ",past:"%s ਪਿਛਲੇ",s:"ਕੁਝ ਸਕਿੰਟ",ss:"%d ਸਕਿੰਟ",m:"ਇਕ ਮਿੰਟ",mm:"%d ਮਿੰਟ",h:"ਇੱਕ ਘੰਟਾ",hh:"%d ਘੰਟੇ",d:"ਇੱਕ ਦਿਨ",dd:"%d ਦਿਨ",M:"ਇੱਕ ਮਹੀਨਾ",MM:"%d ਮਹੀਨੇ",y:"ਇੱਕ ਸਾਲ",yy:"%d ਸਾਲ"},preparse:function(e){return e.replace(/[੧੨੩੪੫੬੭੮੯੦]/g,(function(e){return n[e]}))},postformat:function(e){return e.replace(/\d/g,(function(e){return t[e]}))},meridiemParse:/ਰਾਤ|ਸਵੇਰ|ਦੁਪਹਿਰ|ਸ਼ਾਮ/,meridiemHour:function(e,t){return 12===e&&(e=0),"ਰਾਤ"===t?e<4?e:e+12:"ਸਵੇਰ"===t?e:"ਦੁਪਹਿਰ"===t?e>=10?e:e+12:"ਸ਼ਾਮ"===t?e+12:void 0},meridiem:function(e,t,n){return e<4?"ਰਾਤ":e<10?"ਸਵੇਰ":e<17?"ਦੁਪਹਿਰ":e<20?"ਸ਼ਾਮ":"ਰਾਤ"},week:{dow:0,doy:6}})}(n(2))},function(e,t,n){!function(e){"use strict";
+//! moment.js locale configuration
+var t="styczeń_luty_marzec_kwiecień_maj_czerwiec_lipiec_sierpień_wrzesień_październik_listopad_grudzień".split("_"),n="stycznia_lutego_marca_kwietnia_maja_czerwca_lipca_sierpnia_września_października_listopada_grudnia".split("_"),r=[/^sty/i,/^lut/i,/^mar/i,/^kwi/i,/^maj/i,/^cze/i,/^lip/i,/^sie/i,/^wrz/i,/^paź/i,/^lis/i,/^gru/i];function a(e){return e%10<5&&e%10>1&&~~(e/10)%10!=1}function i(e,t,n){var r=e+" ";switch(n){case"ss":return r+(a(e)?"sekundy":"sekund");case"m":return t?"minuta":"minutę";case"mm":return r+(a(e)?"minuty":"minut");case"h":return t?"godzina":"godzinę";case"hh":return r+(a(e)?"godziny":"godzin");case"ww":return r+(a(e)?"tygodnie":"tygodni");case"MM":return r+(a(e)?"miesiące":"miesięcy");case"yy":return r+(a(e)?"lata":"lat")}}e.defineLocale("pl",{months:function(e,r){return e?/D MMMM/.test(r)?n[e.month()]:t[e.month()]:t},monthsShort:"sty_lut_mar_kwi_maj_cze_lip_sie_wrz_paź_lis_gru".split("_"),monthsParse:r,longMonthsParse:r,shortMonthsParse:r,weekdays:"niedziela_poniedziałek_wtorek_środa_czwartek_piątek_sobota".split("_"),weekdaysShort:"ndz_pon_wt_śr_czw_pt_sob".split("_"),weekdaysMin:"Nd_Pn_Wt_Śr_Cz_Pt_So".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[Dziś o] LT",nextDay:"[Jutro o] LT",nextWeek:function(){switch(this.day()){case 0:return"[W niedzielę o] LT";case 2:return"[We wtorek o] LT";case 3:return"[W środę o] LT";case 6:return"[W sobotę o] LT";default:return"[W] dddd [o] LT"}},lastDay:"[Wczoraj o] LT",lastWeek:function(){switch(this.day()){case 0:return"[W zeszłą niedzielę o] LT";case 3:return"[W zeszłą środę o] LT";case 6:return"[W zeszłą sobotę o] LT";default:return"[W zeszły] dddd [o] LT"}},sameElse:"L"},relativeTime:{future:"za %s",past:"%s temu",s:"kilka sekund",ss:i,m:i,mm:i,h:i,hh:i,d:"1 dzień",dd:"%d dni",w:"tydzień",ww:i,M:"miesiąc",MM:i,y:"rok",yy:i},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})}(n(2))},function(e,t,n){!function(e){"use strict";
+//! moment.js locale configuration
+e.defineLocale("pt",{months:"janeiro_fevereiro_março_abril_maio_junho_julho_agosto_setembro_outubro_novembro_dezembro".split("_"),monthsShort:"jan_fev_mar_abr_mai_jun_jul_ago_set_out_nov_dez".split("_"),weekdays:"Domingo_Segunda-feira_Terça-feira_Quarta-feira_Quinta-feira_Sexta-feira_Sábado".split("_"),weekdaysShort:"Dom_Seg_Ter_Qua_Qui_Sex_Sáb".split("_"),weekdaysMin:"Do_2ª_3ª_4ª_5ª_6ª_Sá".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D [de] MMMM [de] YYYY",LLL:"D [de] MMMM [de] YYYY HH:mm",LLLL:"dddd, D [de] MMMM [de] YYYY HH:mm"},calendar:{sameDay:"[Hoje às] LT",nextDay:"[Amanhã às] LT",nextWeek:"dddd [às] LT",lastDay:"[Ontem às] LT",lastWeek:function(){return 0===this.day()||6===this.day()?"[Último] dddd [às] LT":"[Última] dddd [às] LT"},sameElse:"L"},relativeTime:{future:"em %s",past:"há %s",s:"segundos",ss:"%d segundos",m:"um minuto",mm:"%d minutos",h:"uma hora",hh:"%d horas",d:"um dia",dd:"%d dias",w:"uma semana",ww:"%d semanas",M:"um mês",MM:"%d meses",y:"um ano",yy:"%d anos"},dayOfMonthOrdinalParse:/\d{1,2}º/,ordinal:"%dº",week:{dow:1,doy:4}})}(n(2))},function(e,t,n){!function(e){"use strict";
+//! moment.js locale configuration
+e.defineLocale("pt-br",{months:"janeiro_fevereiro_março_abril_maio_junho_julho_agosto_setembro_outubro_novembro_dezembro".split("_"),monthsShort:"jan_fev_mar_abr_mai_jun_jul_ago_set_out_nov_dez".split("_"),weekdays:"domingo_segunda-feira_terça-feira_quarta-feira_quinta-feira_sexta-feira_sábado".split("_"),weekdaysShort:"dom_seg_ter_qua_qui_sex_sáb".split("_"),weekdaysMin:"do_2ª_3ª_4ª_5ª_6ª_sá".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D [de] MMMM [de] YYYY",LLL:"D [de] MMMM [de] YYYY [às] HH:mm",LLLL:"dddd, D [de] MMMM [de] YYYY [às] HH:mm"},calendar:{sameDay:"[Hoje às] LT",nextDay:"[Amanhã às] LT",nextWeek:"dddd [às] LT",lastDay:"[Ontem às] LT",lastWeek:function(){return 0===this.day()||6===this.day()?"[Último] dddd [às] LT":"[Última] dddd [às] LT"},sameElse:"L"},relativeTime:{future:"em %s",past:"há %s",s:"poucos segundos",ss:"%d segundos",m:"um minuto",mm:"%d minutos",h:"uma hora",hh:"%d horas",d:"um dia",dd:"%d dias",M:"um mês",MM:"%d meses",y:"um ano",yy:"%d anos"},dayOfMonthOrdinalParse:/\d{1,2}º/,ordinal:"%dº",invalidDate:"Data inválida"})}(n(2))},function(e,t,n){!function(e){"use strict";
+//! moment.js locale configuration
+function t(e,t,n){var r=" ";return(e%100>=20||e>=100&&e%100==0)&&(r=" de "),e+r+{ss:"secunde",mm:"minute",hh:"ore",dd:"zile",ww:"săptămâni",MM:"luni",yy:"ani"}[n]}e.defineLocale("ro",{months:"ianuarie_februarie_martie_aprilie_mai_iunie_iulie_august_septembrie_octombrie_noiembrie_decembrie".split("_"),monthsShort:"ian._feb._mart._apr._mai_iun._iul._aug._sept._oct._nov._dec.".split("_"),monthsParseExact:!0,weekdays:"duminică_luni_marți_miercuri_joi_vineri_sâmbătă".split("_"),weekdaysShort:"Dum_Lun_Mar_Mie_Joi_Vin_Sâm".split("_"),weekdaysMin:"Du_Lu_Ma_Mi_Jo_Vi_Sâ".split("_"),longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY H:mm",LLLL:"dddd, D MMMM YYYY H:mm"},calendar:{sameDay:"[azi la] LT",nextDay:"[mâine la] LT",nextWeek:"dddd [la] LT",lastDay:"[ieri la] LT",lastWeek:"[fosta] dddd [la] LT",sameElse:"L"},relativeTime:{future:"peste %s",past:"%s în urmă",s:"câteva secunde",ss:t,m:"un minut",mm:t,h:"o oră",hh:t,d:"o zi",dd:t,w:"o săptămână",ww:t,M:"o lună",MM:t,y:"un an",yy:t},week:{dow:1,doy:7}})}(n(2))},function(e,t,n){!function(e){"use strict";
+//! moment.js locale configuration
+function t(e,t,n){var r,a;return"m"===n?t?"минута":"минуту":e+" "+(r=+e,a={ss:t?"секунда_секунды_секунд":"секунду_секунды_секунд",mm:t?"минута_минуты_минут":"минуту_минуты_минут",hh:"час_часа_часов",dd:"день_дня_дней",ww:"неделя_недели_недель",MM:"месяц_месяца_месяцев",yy:"год_года_лет"}[n].split("_"),r%10==1&&r%100!=11?a[0]:r%10>=2&&r%10<=4&&(r%100<10||r%100>=20)?a[1]:a[2])}var n=[/^янв/i,/^фев/i,/^мар/i,/^апр/i,/^ма[йя]/i,/^июн/i,/^июл/i,/^авг/i,/^сен/i,/^окт/i,/^ноя/i,/^дек/i];e.defineLocale("ru",{months:{format:"января_февраля_марта_апреля_мая_июня_июля_августа_сентября_октября_ноября_декабря".split("_"),standalone:"январь_февраль_март_апрель_май_июнь_июль_август_сентябрь_октябрь_ноябрь_декабрь".split("_")},monthsShort:{format:"янв._февр._мар._апр._мая_июня_июля_авг._сент._окт._нояб._дек.".split("_"),standalone:"янв._февр._март_апр._май_июнь_июль_авг._сент._окт._нояб._дек.".split("_")},weekdays:{standalone:"воскресенье_понедельник_вторник_среда_четверг_пятница_суббота".split("_"),format:"воскресенье_понедельник_вторник_среду_четверг_пятницу_субботу".split("_"),isFormat:/\[ ?[Вв] ?(?:прошлую|следующую|эту)? ?] ?dddd/},weekdaysShort:"вс_пн_вт_ср_чт_пт_сб".split("_"),weekdaysMin:"вс_пн_вт_ср_чт_пт_сб".split("_"),monthsParse:n,longMonthsParse:n,shortMonthsParse:n,monthsRegex:/^(январ[ья]|янв\.?|феврал[ья]|февр?\.?|марта?|мар\.?|апрел[ья]|апр\.?|ма[йя]|июн[ья]|июн\.?|июл[ья]|июл\.?|августа?|авг\.?|сентябр[ья]|сент?\.?|октябр[ья]|окт\.?|ноябр[ья]|нояб?\.?|декабр[ья]|дек\.?)/i,monthsShortRegex:/^(январ[ья]|янв\.?|феврал[ья]|февр?\.?|марта?|мар\.?|апрел[ья]|апр\.?|ма[йя]|июн[ья]|июн\.?|июл[ья]|июл\.?|августа?|авг\.?|сентябр[ья]|сент?\.?|октябр[ья]|окт\.?|ноябр[ья]|нояб?\.?|декабр[ья]|дек\.?)/i,monthsStrictRegex:/^(январ[яь]|феврал[яь]|марта?|апрел[яь]|ма[яй]|июн[яь]|июл[яь]|августа?|сентябр[яь]|октябр[яь]|ноябр[яь]|декабр[яь])/i,monthsShortStrictRegex:/^(янв\.|февр?\.|мар[т.]|апр\.|ма[яй]|июн[ья.]|июл[ья.]|авг\.|сент?\.|окт\.|нояб?\.|дек\.)/i,longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY г.",LLL:"D MMMM YYYY г., H:mm",LLLL:"dddd, D MMMM YYYY г., H:mm"},calendar:{sameDay:"[Сегодня, в] LT",nextDay:"[Завтра, в] LT",lastDay:"[Вчера, в] LT",nextWeek:function(e){if(e.week()===this.week())return 2===this.day()?"[Во] dddd, [в] LT":"[В] dddd, [в] LT";switch(this.day()){case 0:return"[В следующее] dddd, [в] LT";case 1:case 2:case 4:return"[В следующий] dddd, [в] LT";case 3:case 5:case 6:return"[В следующую] dddd, [в] LT"}},lastWeek:function(e){if(e.week()===this.week())return 2===this.day()?"[Во] dddd, [в] LT":"[В] dddd, [в] LT";switch(this.day()){case 0:return"[В прошлое] dddd, [в] LT";case 1:case 2:case 4:return"[В прошлый] dddd, [в] LT";case 3:case 5:case 6:return"[В прошлую] dddd, [в] LT"}},sameElse:"L"},relativeTime:{future:"через %s",past:"%s назад",s:"несколько секунд",ss:t,m:t,mm:t,h:"час",hh:t,d:"день",dd:t,w:"неделя",ww:t,M:"месяц",MM:t,y:"год",yy:t},meridiemParse:/ночи|утра|дня|вечера/i,isPM:function(e){return/^(дня|вечера)$/.test(e)},meridiem:function(e,t,n){return e<4?"ночи":e<12?"утра":e<17?"дня":"вечера"},dayOfMonthOrdinalParse:/\d{1,2}-(й|го|я)/,ordinal:function(e,t){switch(t){case"M":case"d":case"DDD":return e+"-й";case"D":return e+"-го";case"w":case"W":return e+"-я";default:return e}},week:{dow:1,doy:4}})}(n(2))},function(e,t,n){!function(e){"use strict";
+//! moment.js locale configuration
+var t=["جنوري","فيبروري","مارچ","اپريل","مئي","جون","جولاءِ","آگسٽ","سيپٽمبر","آڪٽوبر","نومبر","ڊسمبر"],n=["آچر","سومر","اڱارو","اربع","خميس","جمع","ڇنڇر"];e.defineLocale("sd",{months:t,monthsShort:t,weekdays:n,weekdaysShort:n,weekdaysMin:n,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd، D MMMM YYYY HH:mm"},meridiemParse:/صبح|شام/,isPM:function(e){return"شام"===e},meridiem:function(e,t,n){return e<12?"صبح":"شام"},calendar:{sameDay:"[اڄ] LT",nextDay:"[سڀاڻي] LT",nextWeek:"dddd [اڳين هفتي تي] LT",lastDay:"[ڪالهه] LT",lastWeek:"[گزريل هفتي] dddd [تي] LT",sameElse:"L"},relativeTime:{future:"%s پوء",past:"%s اڳ",s:"چند سيڪنڊ",ss:"%d سيڪنڊ",m:"هڪ منٽ",mm:"%d منٽ",h:"هڪ ڪلاڪ",hh:"%d ڪلاڪ",d:"هڪ ڏينهن",dd:"%d ڏينهن",M:"هڪ مهينو",MM:"%d مهينا",y:"هڪ سال",yy:"%d سال"},preparse:function(e){return e.replace(/،/g,",")},postformat:function(e){return e.replace(/,/g,"،")},week:{dow:1,doy:4}})}(n(2))},function(e,t,n){!function(e){"use strict";
+//! moment.js locale configuration
+e.defineLocale("se",{months:"ođđajagemánnu_guovvamánnu_njukčamánnu_cuoŋománnu_miessemánnu_geassemánnu_suoidnemánnu_borgemánnu_čakčamánnu_golggotmánnu_skábmamánnu_juovlamánnu".split("_"),monthsShort:"ođđj_guov_njuk_cuo_mies_geas_suoi_borg_čakč_golg_skáb_juov".split("_"),weekdays:"sotnabeaivi_vuossárga_maŋŋebárga_gaskavahkku_duorastat_bearjadat_lávvardat".split("_"),weekdaysShort:"sotn_vuos_maŋ_gask_duor_bear_láv".split("_"),weekdaysMin:"s_v_m_g_d_b_L".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"MMMM D. [b.] YYYY",LLL:"MMMM D. [b.] YYYY [ti.] HH:mm",LLLL:"dddd, MMMM D. [b.] YYYY [ti.] HH:mm"},calendar:{sameDay:"[otne ti] LT",nextDay:"[ihttin ti] LT",nextWeek:"dddd [ti] LT",lastDay:"[ikte ti] LT",lastWeek:"[ovddit] dddd [ti] LT",sameElse:"L"},relativeTime:{future:"%s geažes",past:"maŋit %s",s:"moadde sekunddat",ss:"%d sekunddat",m:"okta minuhta",mm:"%d minuhtat",h:"okta diimmu",hh:"%d diimmut",d:"okta beaivi",dd:"%d beaivvit",M:"okta mánnu",MM:"%d mánut",y:"okta jahki",yy:"%d jagit"},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})}(n(2))},function(e,t,n){!function(e){"use strict";
+//! moment.js locale configuration
+e.defineLocale("si",{months:"ජනවාරි_පෙබරවාරි_මාර්තු_අප්‍රේල්_මැයි_ජූනි_ජූලි_අගෝස්තු_සැප්තැම්බර්_ඔක්තෝබර්_නොවැම්බර්_දෙසැම්බර්".split("_"),monthsShort:"ජන_පෙබ_මාර්_අප්_මැයි_ජූනි_ජූලි_අගෝ_සැප්_ඔක්_නොවැ_දෙසැ".split("_"),weekdays:"ඉරිදා_සඳුදා_අඟහරුවාදා_බදාදා_බ්‍රහස්පතින්දා_සිකුරාදා_සෙනසුරාදා".split("_"),weekdaysShort:"ඉරි_සඳු_අඟ_බදා_බ්‍රහ_සිකු_සෙන".split("_"),weekdaysMin:"ඉ_ස_අ_බ_බ්‍ර_සි_සෙ".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"a h:mm",LTS:"a h:mm:ss",L:"YYYY/MM/DD",LL:"YYYY MMMM D",LLL:"YYYY MMMM D, a h:mm",LLLL:"YYYY MMMM D [වැනි] dddd, a h:mm:ss"},calendar:{sameDay:"[අද] LT[ට]",nextDay:"[හෙට] LT[ට]",nextWeek:"dddd LT[ට]",lastDay:"[ඊයේ] LT[ට]",lastWeek:"[පසුගිය] dddd LT[ට]",sameElse:"L"},relativeTime:{future:"%sකින්",past:"%sකට පෙර",s:"තත්පර කිහිපය",ss:"තත්පර %d",m:"මිනිත්තුව",mm:"මිනිත්තු %d",h:"පැය",hh:"පැය %d",d:"දිනය",dd:"දින %d",M:"මාසය",MM:"මාස %d",y:"වසර",yy:"වසර %d"},dayOfMonthOrdinalParse:/\d{1,2} වැනි/,ordinal:function(e){return e+" වැනි"},meridiemParse:/පෙර වරු|පස් වරු|පෙ.ව|ප.ව./,isPM:function(e){return"ප.ව."===e||"පස් වරු"===e},meridiem:function(e,t,n){return e>11?n?"ප.ව.":"පස් වරු":n?"පෙ.ව.":"පෙර වරු"}})}(n(2))},function(e,t,n){!function(e){"use strict";
+//! moment.js locale configuration
+var t="január_február_marec_apríl_máj_jún_júl_august_september_október_november_december".split("_"),n="jan_feb_mar_apr_máj_jún_júl_aug_sep_okt_nov_dec".split("_");function r(e){return e>1&&e<5}function a(e,t,n,a){var i=e+" ";switch(n){case"s":return t||a?"pár sekúnd":"pár sekundami";case"ss":return t||a?i+(r(e)?"sekundy":"sekúnd"):i+"sekundami";case"m":return t?"minúta":a?"minútu":"minútou";case"mm":return t||a?i+(r(e)?"minúty":"minút"):i+"minútami";case"h":return t?"hodina":a?"hodinu":"hodinou";case"hh":return t||a?i+(r(e)?"hodiny":"hodín"):i+"hodinami";case"d":return t||a?"deň":"dňom";case"dd":return t||a?i+(r(e)?"dni":"dní"):i+"dňami";case"M":return t||a?"mesiac":"mesiacom";case"MM":return t||a?i+(r(e)?"mesiace":"mesiacov"):i+"mesiacmi";case"y":return t||a?"rok":"rokom";case"yy":return t||a?i+(r(e)?"roky":"rokov"):i+"rokmi"}}e.defineLocale("sk",{months:t,monthsShort:n,weekdays:"nedeľa_pondelok_utorok_streda_štvrtok_piatok_sobota".split("_"),weekdaysShort:"ne_po_ut_st_št_pi_so".split("_"),weekdaysMin:"ne_po_ut_st_št_pi_so".split("_"),longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY H:mm",LLLL:"dddd D. MMMM YYYY H:mm"},calendar:{sameDay:"[dnes o] LT",nextDay:"[zajtra o] LT",nextWeek:function(){switch(this.day()){case 0:return"[v nedeľu o] LT";case 1:case 2:return"[v] dddd [o] LT";case 3:return"[v stredu o] LT";case 4:return"[vo štvrtok o] LT";case 5:return"[v piatok o] LT";case 6:return"[v sobotu o] LT"}},lastDay:"[včera o] LT",lastWeek:function(){switch(this.day()){case 0:return"[minulú nedeľu o] LT";case 1:case 2:return"[minulý] dddd [o] LT";case 3:return"[minulú stredu o] LT";case 4:case 5:return"[minulý] dddd [o] LT";case 6:return"[minulú sobotu o] LT"}},sameElse:"L"},relativeTime:{future:"za %s",past:"pred %s",s:a,ss:a,m:a,mm:a,h:a,hh:a,d:a,dd:a,M:a,MM:a,y:a,yy:a},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})}(n(2))},function(e,t,n){!function(e){"use strict";
+//! moment.js locale configuration
+function t(e,t,n,r){var a=e+" ";switch(n){case"s":return t||r?"nekaj sekund":"nekaj sekundami";case"ss":return a+=1===e?t?"sekundo":"sekundi":2===e?t||r?"sekundi":"sekundah":e<5?t||r?"sekunde":"sekundah":"sekund";case"m":return t?"ena minuta":"eno minuto";case"mm":return a+=1===e?t?"minuta":"minuto":2===e?t||r?"minuti":"minutama":e<5?t||r?"minute":"minutami":t||r?"minut":"minutami";case"h":return t?"ena ura":"eno uro";case"hh":return a+=1===e?t?"ura":"uro":2===e?t||r?"uri":"urama":e<5?t||r?"ure":"urami":t||r?"ur":"urami";case"d":return t||r?"en dan":"enim dnem";case"dd":return a+=1===e?t||r?"dan":"dnem":2===e?t||r?"dni":"dnevoma":t||r?"dni":"dnevi";case"M":return t||r?"en mesec":"enim mesecem";case"MM":return a+=1===e?t||r?"mesec":"mesecem":2===e?t||r?"meseca":"mesecema":e<5?t||r?"mesece":"meseci":t||r?"mesecev":"meseci";case"y":return t||r?"eno leto":"enim letom";case"yy":return a+=1===e?t||r?"leto":"letom":2===e?t||r?"leti":"letoma":e<5?t||r?"leta":"leti":t||r?"let":"leti"}}e.defineLocale("sl",{months:"januar_februar_marec_april_maj_junij_julij_avgust_september_oktober_november_december".split("_"),monthsShort:"jan._feb._mar._apr._maj._jun._jul._avg._sep._okt._nov._dec.".split("_"),monthsParseExact:!0,weekdays:"nedelja_ponedeljek_torek_sreda_četrtek_petek_sobota".split("_"),weekdaysShort:"ned._pon._tor._sre._čet._pet._sob.".split("_"),weekdaysMin:"ne_po_to_sr_če_pe_so".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD. MM. YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY H:mm",LLLL:"dddd, D. MMMM YYYY H:mm"},calendar:{sameDay:"[danes ob] LT",nextDay:"[jutri ob] LT",nextWeek:function(){switch(this.day()){case 0:return"[v] [nedeljo] [ob] LT";case 3:return"[v] [sredo] [ob] LT";case 6:return"[v] [soboto] [ob] LT";case 1:case 2:case 4:case 5:return"[v] dddd [ob] LT"}},lastDay:"[včeraj ob] LT",lastWeek:function(){switch(this.day()){case 0:return"[prejšnjo] [nedeljo] [ob] LT";case 3:return"[prejšnjo] [sredo] [ob] LT";case 6:return"[prejšnjo] [soboto] [ob] LT";case 1:case 2:case 4:case 5:return"[prejšnji] dddd [ob] LT"}},sameElse:"L"},relativeTime:{future:"čez %s",past:"pred %s",s:t,ss:t,m:t,mm:t,h:t,hh:t,d:t,dd:t,M:t,MM:t,y:t,yy:t},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:7}})}(n(2))},function(e,t,n){!function(e){"use strict";
+//! moment.js locale configuration
+e.defineLocale("sq",{months:"Janar_Shkurt_Mars_Prill_Maj_Qershor_Korrik_Gusht_Shtator_Tetor_Nëntor_Dhjetor".split("_"),monthsShort:"Jan_Shk_Mar_Pri_Maj_Qer_Kor_Gus_Sht_Tet_Nën_Dhj".split("_"),weekdays:"E Diel_E Hënë_E Martë_E Mërkurë_E Enjte_E Premte_E Shtunë".split("_"),weekdaysShort:"Die_Hën_Mar_Mër_Enj_Pre_Sht".split("_"),weekdaysMin:"D_H_Ma_Më_E_P_Sh".split("_"),weekdaysParseExact:!0,meridiemParse:/PD|MD/,isPM:function(e){return"M"===e.charAt(0)},meridiem:function(e,t,n){return e<12?"PD":"MD"},longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[Sot në] LT",nextDay:"[Nesër në] LT",nextWeek:"dddd [në] LT",lastDay:"[Dje në] LT",lastWeek:"dddd [e kaluar në] LT",sameElse:"L"},relativeTime:{future:"në %s",past:"%s më parë",s:"disa sekonda",ss:"%d sekonda",m:"një minutë",mm:"%d minuta",h:"një orë",hh:"%d orë",d:"një ditë",dd:"%d ditë",M:"një muaj",MM:"%d muaj",y:"një vit",yy:"%d vite"},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})}(n(2))},function(e,t,n){!function(e){"use strict";
+//! moment.js locale configuration
+var t={words:{ss:["sekunda","sekunde","sekundi"],m:["jedan minut","jedne minute"],mm:["minut","minute","minuta"],h:["jedan sat","jednog sata"],hh:["sat","sata","sati"],dd:["dan","dana","dana"],MM:["mesec","meseca","meseci"],yy:["godina","godine","godina"]},correctGrammaticalCase:function(e,t){return 1===e?t[0]:e>=2&&e<=4?t[1]:t[2]},translate:function(e,n,r){var a=t.words[r];return 1===r.length?n?a[0]:a[1]:e+" "+t.correctGrammaticalCase(e,a)}};e.defineLocale("sr",{months:"januar_februar_mart_april_maj_jun_jul_avgust_septembar_oktobar_novembar_decembar".split("_"),monthsShort:"jan._feb._mar._apr._maj_jun_jul_avg._sep._okt._nov._dec.".split("_"),monthsParseExact:!0,weekdays:"nedelja_ponedeljak_utorak_sreda_četvrtak_petak_subota".split("_"),weekdaysShort:"ned._pon._uto._sre._čet._pet._sub.".split("_"),weekdaysMin:"ne_po_ut_sr_če_pe_su".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"D. M. YYYY.",LL:"D. MMMM YYYY.",LLL:"D. MMMM YYYY. H:mm",LLLL:"dddd, D. MMMM YYYY. H:mm"},calendar:{sameDay:"[danas u] LT",nextDay:"[sutra u] LT",nextWeek:function(){switch(this.day()){case 0:return"[u] [nedelju] [u] LT";case 3:return"[u] [sredu] [u] LT";case 6:return"[u] [subotu] [u] LT";case 1:case 2:case 4:case 5:return"[u] dddd [u] LT"}},lastDay:"[juče u] LT",lastWeek:function(){return["[prošle] [nedelje] [u] LT","[prošlog] [ponedeljka] [u] LT","[prošlog] [utorka] [u] LT","[prošle] [srede] [u] LT","[prošlog] [četvrtka] [u] LT","[prošlog] [petka] [u] LT","[prošle] [subote] [u] LT"][this.day()]},sameElse:"L"},relativeTime:{future:"za %s",past:"pre %s",s:"nekoliko sekundi",ss:t.translate,m:t.translate,mm:t.translate,h:t.translate,hh:t.translate,d:"dan",dd:t.translate,M:"mesec",MM:t.translate,y:"godinu",yy:t.translate},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:7}})}(n(2))},function(e,t,n){!function(e){"use strict";
+//! moment.js locale configuration
+var t={words:{ss:["секунда","секунде","секунди"],m:["један минут","једне минуте"],mm:["минут","минуте","минута"],h:["један сат","једног сата"],hh:["сат","сата","сати"],dd:["дан","дана","дана"],MM:["месец","месеца","месеци"],yy:["година","године","година"]},correctGrammaticalCase:function(e,t){return 1===e?t[0]:e>=2&&e<=4?t[1]:t[2]},translate:function(e,n,r){var a=t.words[r];return 1===r.length?n?a[0]:a[1]:e+" "+t.correctGrammaticalCase(e,a)}};e.defineLocale("sr-cyrl",{months:"јануар_фебруар_март_април_мај_јун_јул_август_септембар_октобар_новембар_децембар".split("_"),monthsShort:"јан._феб._мар._апр._мај_јун_јул_авг._сеп._окт._нов._дец.".split("_"),monthsParseExact:!0,weekdays:"недеља_понедељак_уторак_среда_четвртак_петак_субота".split("_"),weekdaysShort:"нед._пон._уто._сре._чет._пет._суб.".split("_"),weekdaysMin:"не_по_ут_ср_че_пе_су".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"D. M. YYYY.",LL:"D. MMMM YYYY.",LLL:"D. MMMM YYYY. H:mm",LLLL:"dddd, D. MMMM YYYY. H:mm"},calendar:{sameDay:"[данас у] LT",nextDay:"[сутра у] LT",nextWeek:function(){switch(this.day()){case 0:return"[у] [недељу] [у] LT";case 3:return"[у] [среду] [у] LT";case 6:return"[у] [суботу] [у] LT";case 1:case 2:case 4:case 5:return"[у] dddd [у] LT"}},lastDay:"[јуче у] LT",lastWeek:function(){return["[прошле] [недеље] [у] LT","[прошлог] [понедељка] [у] LT","[прошлог] [уторка] [у] LT","[прошле] [среде] [у] LT","[прошлог] [четвртка] [у] LT","[прошлог] [петка] [у] LT","[прошле] [суботе] [у] LT"][this.day()]},sameElse:"L"},relativeTime:{future:"за %s",past:"пре %s",s:"неколико секунди",ss:t.translate,m:t.translate,mm:t.translate,h:t.translate,hh:t.translate,d:"дан",dd:t.translate,M:"месец",MM:t.translate,y:"годину",yy:t.translate},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:7}})}(n(2))},function(e,t,n){!function(e){"use strict";
+//! moment.js locale configuration
+e.defineLocale("ss",{months:"Bhimbidvwane_Indlovana_Indlov'lenkhulu_Mabasa_Inkhwekhweti_Inhlaba_Kholwane_Ingci_Inyoni_Imphala_Lweti_Ingongoni".split("_"),monthsShort:"Bhi_Ina_Inu_Mab_Ink_Inh_Kho_Igc_Iny_Imp_Lwe_Igo".split("_"),weekdays:"Lisontfo_Umsombuluko_Lesibili_Lesitsatfu_Lesine_Lesihlanu_Umgcibelo".split("_"),weekdaysShort:"Lis_Umb_Lsb_Les_Lsi_Lsh_Umg".split("_"),weekdaysMin:"Li_Us_Lb_Lt_Ls_Lh_Ug".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"h:mm A",LTS:"h:mm:ss A",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY h:mm A",LLLL:"dddd, D MMMM YYYY h:mm A"},calendar:{sameDay:"[Namuhla nga] LT",nextDay:"[Kusasa nga] LT",nextWeek:"dddd [nga] LT",lastDay:"[Itolo nga] LT",lastWeek:"dddd [leliphelile] [nga] LT",sameElse:"L"},relativeTime:{future:"nga %s",past:"wenteka nga %s",s:"emizuzwana lomcane",ss:"%d mzuzwana",m:"umzuzu",mm:"%d emizuzu",h:"lihora",hh:"%d emahora",d:"lilanga",dd:"%d emalanga",M:"inyanga",MM:"%d tinyanga",y:"umnyaka",yy:"%d iminyaka"},meridiemParse:/ekuseni|emini|entsambama|ebusuku/,meridiem:function(e,t,n){return e<11?"ekuseni":e<15?"emini":e<19?"entsambama":"ebusuku"},meridiemHour:function(e,t){return 12===e&&(e=0),"ekuseni"===t?e:"emini"===t?e>=11?e:e+12:"entsambama"===t||"ebusuku"===t?0===e?0:e+12:void 0},dayOfMonthOrdinalParse:/\d{1,2}/,ordinal:"%d",week:{dow:1,doy:4}})}(n(2))},function(e,t,n){!function(e){"use strict";
+//! moment.js locale configuration
+e.defineLocale("sv",{months:"januari_februari_mars_april_maj_juni_juli_augusti_september_oktober_november_december".split("_"),monthsShort:"jan_feb_mar_apr_maj_jun_jul_aug_sep_okt_nov_dec".split("_"),weekdays:"söndag_måndag_tisdag_onsdag_torsdag_fredag_lördag".split("_"),weekdaysShort:"sön_mån_tis_ons_tor_fre_lör".split("_"),weekdaysMin:"sö_må_ti_on_to_fr_lö".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"YYYY-MM-DD",LL:"D MMMM YYYY",LLL:"D MMMM YYYY [kl.] HH:mm",LLLL:"dddd D MMMM YYYY [kl.] HH:mm",lll:"D MMM YYYY HH:mm",llll:"ddd D MMM YYYY HH:mm"},calendar:{sameDay:"[Idag] LT",nextDay:"[Imorgon] LT",lastDay:"[Igår] LT",nextWeek:"[På] dddd LT",lastWeek:"[I] dddd[s] LT",sameElse:"L"},relativeTime:{future:"om %s",past:"för %s sedan",s:"några sekunder",ss:"%d sekunder",m:"en minut",mm:"%d minuter",h:"en timme",hh:"%d timmar",d:"en dag",dd:"%d dagar",M:"en månad",MM:"%d månader",y:"ett år",yy:"%d år"},dayOfMonthOrdinalParse:/\d{1,2}(\:e|\:a)/,ordinal:function(e){var t=e%10;return e+(1==~~(e%100/10)?":e":1===t||2===t?":a":":e")},week:{dow:1,doy:4}})}(n(2))},function(e,t,n){!function(e){"use strict";
+//! moment.js locale configuration
+e.defineLocale("sw",{months:"Januari_Februari_Machi_Aprili_Mei_Juni_Julai_Agosti_Septemba_Oktoba_Novemba_Desemba".split("_"),monthsShort:"Jan_Feb_Mac_Apr_Mei_Jun_Jul_Ago_Sep_Okt_Nov_Des".split("_"),weekdays:"Jumapili_Jumatatu_Jumanne_Jumatano_Alhamisi_Ijumaa_Jumamosi".split("_"),weekdaysShort:"Jpl_Jtat_Jnne_Jtan_Alh_Ijm_Jmos".split("_"),weekdaysMin:"J2_J3_J4_J5_Al_Ij_J1".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"hh:mm A",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[leo saa] LT",nextDay:"[kesho saa] LT",nextWeek:"[wiki ijayo] dddd [saat] LT",lastDay:"[jana] LT",lastWeek:"[wiki iliyopita] dddd [saat] LT",sameElse:"L"},relativeTime:{future:"%s baadaye",past:"tokea %s",s:"hivi punde",ss:"sekunde %d",m:"dakika moja",mm:"dakika %d",h:"saa limoja",hh:"masaa %d",d:"siku moja",dd:"siku %d",M:"mwezi mmoja",MM:"miezi %d",y:"mwaka mmoja",yy:"miaka %d"},week:{dow:1,doy:7}})}(n(2))},function(e,t,n){!function(e){"use strict";
+//! moment.js locale configuration
+var t={1:"௧",2:"௨",3:"௩",4:"௪",5:"௫",6:"௬",7:"௭",8:"௮",9:"௯",0:"௦"},n={"௧":"1","௨":"2","௩":"3","௪":"4","௫":"5","௬":"6","௭":"7","௮":"8","௯":"9","௦":"0"};e.defineLocale("ta",{months:"ஜனவரி_பிப்ரவரி_மார்ச்_ஏப்ரல்_மே_ஜூன்_ஜூலை_ஆகஸ்ட்_செப்டெம்பர்_அக்டோபர்_நவம்பர்_டிசம்பர்".split("_"),monthsShort:"ஜனவரி_பிப்ரவரி_மார்ச்_ஏப்ரல்_மே_ஜூன்_ஜூலை_ஆகஸ்ட்_செப்டெம்பர்_அக்டோபர்_நவம்பர்_டிசம்பர்".split("_"),weekdays:"ஞாயிற்றுக்கிழமை_திங்கட்கிழமை_செவ்வாய்கிழமை_புதன்கிழமை_வியாழக்கிழமை_வெள்ளிக்கிழமை_சனிக்கிழமை".split("_"),weekdaysShort:"ஞாயிறு_திங்கள்_செவ்வாய்_புதன்_வியாழன்_வெள்ளி_சனி".split("_"),weekdaysMin:"ஞா_தி_செ_பு_வி_வெ_ச".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY, HH:mm",LLLL:"dddd, D MMMM YYYY, HH:mm"},calendar:{sameDay:"[இன்று] LT",nextDay:"[நாளை] LT",nextWeek:"dddd, LT",lastDay:"[நேற்று] LT",lastWeek:"[கடந்த வாரம்] dddd, LT",sameElse:"L"},relativeTime:{future:"%s இல்",past:"%s முன்",s:"ஒரு சில விநாடிகள்",ss:"%d விநாடிகள்",m:"ஒரு நிமிடம்",mm:"%d நிமிடங்கள்",h:"ஒரு மணி நேரம்",hh:"%d மணி நேரம்",d:"ஒரு நாள்",dd:"%d நாட்கள்",M:"ஒரு மாதம்",MM:"%d மாதங்கள்",y:"ஒரு வருடம்",yy:"%d ஆண்டுகள்"},dayOfMonthOrdinalParse:/\d{1,2}வது/,ordinal:function(e){return e+"வது"},preparse:function(e){return e.replace(/[௧௨௩௪௫௬௭௮௯௦]/g,(function(e){return n[e]}))},postformat:function(e){return e.replace(/\d/g,(function(e){return t[e]}))},meridiemParse:/யாமம்|வைகறை|காலை|நண்பகல்|எற்பாடு|மாலை/,meridiem:function(e,t,n){return e<2?" யாமம்":e<6?" வைகறை":e<10?" காலை":e<14?" நண்பகல்":e<18?" எற்பாடு":e<22?" மாலை":" யாமம்"},meridiemHour:function(e,t){return 12===e&&(e=0),"யாமம்"===t?e<2?e:e+12:"வைகறை"===t||"காலை"===t||"நண்பகல்"===t&&e>=10?e:e+12},week:{dow:0,doy:6}})}(n(2))},function(e,t,n){!function(e){"use strict";
+//! moment.js locale configuration
+e.defineLocale("te",{months:"జనవరి_ఫిబ్రవరి_మార్చి_ఏప్రిల్_మే_జూన్_జులై_ఆగస్టు_సెప్టెంబర్_అక్టోబర్_నవంబర్_డిసెంబర్".split("_"),monthsShort:"జన._ఫిబ్ర._మార్చి_ఏప్రి._మే_జూన్_జులై_ఆగ._సెప్._అక్టో._నవ._డిసె.".split("_"),monthsParseExact:!0,weekdays:"ఆదివారం_సోమవారం_మంగళవారం_బుధవారం_గురువారం_శుక్రవారం_శనివారం".split("_"),weekdaysShort:"ఆది_సోమ_మంగళ_బుధ_గురు_శుక్ర_శని".split("_"),weekdaysMin:"ఆ_సో_మం_బు_గు_శు_శ".split("_"),longDateFormat:{LT:"A h:mm",LTS:"A h:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY, A h:mm",LLLL:"dddd, D MMMM YYYY, A h:mm"},calendar:{sameDay:"[నేడు] LT",nextDay:"[రేపు] LT",nextWeek:"dddd, LT",lastDay:"[నిన్న] LT",lastWeek:"[గత] dddd, LT",sameElse:"L"},relativeTime:{future:"%s లో",past:"%s క్రితం",s:"కొన్ని క్షణాలు",ss:"%d సెకన్లు",m:"ఒక నిమిషం",mm:"%d నిమిషాలు",h:"ఒక గంట",hh:"%d గంటలు",d:"ఒక రోజు",dd:"%d రోజులు",M:"ఒక నెల",MM:"%d నెలలు",y:"ఒక సంవత్సరం",yy:"%d సంవత్సరాలు"},dayOfMonthOrdinalParse:/\d{1,2}వ/,ordinal:"%dవ",meridiemParse:/రాత్రి|ఉదయం|మధ్యాహ్నం|సాయంత్రం/,meridiemHour:function(e,t){return 12===e&&(e=0),"రాత్రి"===t?e<4?e:e+12:"ఉదయం"===t?e:"మధ్యాహ్నం"===t?e>=10?e:e+12:"సాయంత్రం"===t?e+12:void 0},meridiem:function(e,t,n){return e<4?"రాత్రి":e<10?"ఉదయం":e<17?"మధ్యాహ్నం":e<20?"సాయంత్రం":"రాత్రి"},week:{dow:0,doy:6}})}(n(2))},function(e,t,n){!function(e){"use strict";
+//! moment.js locale configuration
+e.defineLocale("tet",{months:"Janeiru_Fevereiru_Marsu_Abril_Maiu_Juñu_Jullu_Agustu_Setembru_Outubru_Novembru_Dezembru".split("_"),monthsShort:"Jan_Fev_Mar_Abr_Mai_Jun_Jul_Ago_Set_Out_Nov_Dez".split("_"),weekdays:"Domingu_Segunda_Tersa_Kuarta_Kinta_Sesta_Sabadu".split("_"),weekdaysShort:"Dom_Seg_Ters_Kua_Kint_Sest_Sab".split("_"),weekdaysMin:"Do_Seg_Te_Ku_Ki_Ses_Sa".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[Ohin iha] LT",nextDay:"[Aban iha] LT",nextWeek:"dddd [iha] LT",lastDay:"[Horiseik iha] LT",lastWeek:"dddd [semana kotuk] [iha] LT",sameElse:"L"},relativeTime:{future:"iha %s",past:"%s liuba",s:"segundu balun",ss:"segundu %d",m:"minutu ida",mm:"minutu %d",h:"oras ida",hh:"oras %d",d:"loron ida",dd:"loron %d",M:"fulan ida",MM:"fulan %d",y:"tinan ida",yy:"tinan %d"},dayOfMonthOrdinalParse:/\d{1,2}(st|nd|rd|th)/,ordinal:function(e){var t=e%10;return e+(1==~~(e%100/10)?"th":1===t?"st":2===t?"nd":3===t?"rd":"th")},week:{dow:1,doy:4}})}(n(2))},function(e,t,n){!function(e){"use strict";
+//! moment.js locale configuration
+var t={0:"-ум",1:"-ум",2:"-юм",3:"-юм",4:"-ум",5:"-ум",6:"-ум",7:"-ум",8:"-ум",9:"-ум",10:"-ум",12:"-ум",13:"-ум",20:"-ум",30:"-юм",40:"-ум",50:"-ум",60:"-ум",70:"-ум",80:"-ум",90:"-ум",100:"-ум"};e.defineLocale("tg",{months:{format:"январи_феврали_марти_апрели_майи_июни_июли_августи_сентябри_октябри_ноябри_декабри".split("_"),standalone:"январ_феврал_март_апрел_май_июн_июл_август_сентябр_октябр_ноябр_декабр".split("_")},monthsShort:"янв_фев_мар_апр_май_июн_июл_авг_сен_окт_ноя_дек".split("_"),weekdays:"якшанбе_душанбе_сешанбе_чоршанбе_панҷшанбе_ҷумъа_шанбе".split("_"),weekdaysShort:"яшб_дшб_сшб_чшб_пшб_ҷум_шнб".split("_"),weekdaysMin:"яш_дш_сш_чш_пш_ҷм_шб".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[Имрӯз соати] LT",nextDay:"[Фардо соати] LT",lastDay:"[Дирӯз соати] LT",nextWeek:"dddd[и] [ҳафтаи оянда соати] LT",lastWeek:"dddd[и] [ҳафтаи гузашта соати] LT",sameElse:"L"},relativeTime:{future:"баъди %s",past:"%s пеш",s:"якчанд сония",m:"як дақиқа",mm:"%d дақиқа",h:"як соат",hh:"%d соат",d:"як рӯз",dd:"%d рӯз",M:"як моҳ",MM:"%d моҳ",y:"як сол",yy:"%d сол"},meridiemParse:/шаб|субҳ|рӯз|бегоҳ/,meridiemHour:function(e,t){return 12===e&&(e=0),"шаб"===t?e<4?e:e+12:"субҳ"===t?e:"рӯз"===t?e>=11?e:e+12:"бегоҳ"===t?e+12:void 0},meridiem:function(e,t,n){return e<4?"шаб":e<11?"субҳ":e<16?"рӯз":e<19?"бегоҳ":"шаб"},dayOfMonthOrdinalParse:/\d{1,2}-(ум|юм)/,ordinal:function(e){return e+(t[e]||t[e%10]||t[e>=100?100:null])},week:{dow:1,doy:7}})}(n(2))},function(e,t,n){!function(e){"use strict";
+//! moment.js locale configuration
+e.defineLocale("th",{months:"มกราคม_กุมภาพันธ์_มีนาคม_เมษายน_พฤษภาคม_มิถุนายน_กรกฎาคม_สิงหาคม_กันยายน_ตุลาคม_พฤศจิกายน_ธันวาคม".split("_"),monthsShort:"ม.ค._ก.พ._มี.ค._เม.ย._พ.ค._มิ.ย._ก.ค._ส.ค._ก.ย._ต.ค._พ.ย._ธ.ค.".split("_"),monthsParseExact:!0,weekdays:"อาทิตย์_จันทร์_อังคาร_พุธ_พฤหัสบดี_ศุกร์_เสาร์".split("_"),weekdaysShort:"อาทิตย์_จันทร์_อังคาร_พุธ_พฤหัส_ศุกร์_เสาร์".split("_"),weekdaysMin:"อา._จ._อ._พ._พฤ._ศ._ส.".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY เวลา H:mm",LLLL:"วันddddที่ D MMMM YYYY เวลา H:mm"},meridiemParse:/ก่อนเที่ยง|หลังเที่ยง/,isPM:function(e){return"หลังเที่ยง"===e},meridiem:function(e,t,n){return e<12?"ก่อนเที่ยง":"หลังเที่ยง"},calendar:{sameDay:"[วันนี้ เวลา] LT",nextDay:"[พรุ่งนี้ เวลา] LT",nextWeek:"dddd[หน้า เวลา] LT",lastDay:"[เมื่อวานนี้ เวลา] LT",lastWeek:"[วัน]dddd[ที่แล้ว เวลา] LT",sameElse:"L"},relativeTime:{future:"อีก %s",past:"%sที่แล้ว",s:"ไม่กี่วินาที",ss:"%d วินาที",m:"1 นาที",mm:"%d นาที",h:"1 ชั่วโมง",hh:"%d ชั่วโมง",d:"1 วัน",dd:"%d วัน",w:"1 สัปดาห์",ww:"%d สัปดาห์",M:"1 เดือน",MM:"%d เดือน",y:"1 ปี",yy:"%d ปี"}})}(n(2))},function(e,t,n){!function(e){"use strict";
+//! moment.js locale configuration
+var t={1:"'inji",5:"'inji",8:"'inji",70:"'inji",80:"'inji",2:"'nji",7:"'nji",20:"'nji",50:"'nji",3:"'ünji",4:"'ünji",100:"'ünji",6:"'njy",9:"'unjy",10:"'unjy",30:"'unjy",60:"'ynjy",90:"'ynjy"};e.defineLocale("tk",{months:"Ýanwar_Fewral_Mart_Aprel_Maý_Iýun_Iýul_Awgust_Sentýabr_Oktýabr_Noýabr_Dekabr".split("_"),monthsShort:"Ýan_Few_Mar_Apr_Maý_Iýn_Iýl_Awg_Sen_Okt_Noý_Dek".split("_"),weekdays:"Ýekşenbe_Duşenbe_Sişenbe_Çarşenbe_Penşenbe_Anna_Şenbe".split("_"),weekdaysShort:"Ýek_Duş_Siş_Çar_Pen_Ann_Şen".split("_"),weekdaysMin:"Ýk_Dş_Sş_Çr_Pn_An_Şn".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[bugün sagat] LT",nextDay:"[ertir sagat] LT",nextWeek:"[indiki] dddd [sagat] LT",lastDay:"[düýn] LT",lastWeek:"[geçen] dddd [sagat] LT",sameElse:"L"},relativeTime:{future:"%s soň",past:"%s öň",s:"birnäçe sekunt",m:"bir minut",mm:"%d minut",h:"bir sagat",hh:"%d sagat",d:"bir gün",dd:"%d gün",M:"bir aý",MM:"%d aý",y:"bir ýyl",yy:"%d ýyl"},ordinal:function(e,n){switch(n){case"d":case"D":case"Do":case"DD":return e;default:if(0===e)return e+"'unjy";var r=e%10;return e+(t[r]||t[e%100-r]||t[e>=100?100:null])}},week:{dow:1,doy:7}})}(n(2))},function(e,t,n){!function(e){"use strict";
+//! moment.js locale configuration
+e.defineLocale("tl-ph",{months:"Enero_Pebrero_Marso_Abril_Mayo_Hunyo_Hulyo_Agosto_Setyembre_Oktubre_Nobyembre_Disyembre".split("_"),monthsShort:"Ene_Peb_Mar_Abr_May_Hun_Hul_Ago_Set_Okt_Nob_Dis".split("_"),weekdays:"Linggo_Lunes_Martes_Miyerkules_Huwebes_Biyernes_Sabado".split("_"),weekdaysShort:"Lin_Lun_Mar_Miy_Huw_Biy_Sab".split("_"),weekdaysMin:"Li_Lu_Ma_Mi_Hu_Bi_Sab".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"MM/D/YYYY",LL:"MMMM D, YYYY",LLL:"MMMM D, YYYY HH:mm",LLLL:"dddd, MMMM DD, YYYY HH:mm"},calendar:{sameDay:"LT [ngayong araw]",nextDay:"[Bukas ng] LT",nextWeek:"LT [sa susunod na] dddd",lastDay:"LT [kahapon]",lastWeek:"LT [noong nakaraang] dddd",sameElse:"L"},relativeTime:{future:"sa loob ng %s",past:"%s ang nakalipas",s:"ilang segundo",ss:"%d segundo",m:"isang minuto",mm:"%d minuto",h:"isang oras",hh:"%d oras",d:"isang araw",dd:"%d araw",M:"isang buwan",MM:"%d buwan",y:"isang taon",yy:"%d taon"},dayOfMonthOrdinalParse:/\d{1,2}/,ordinal:function(e){return e},week:{dow:1,doy:4}})}(n(2))},function(e,t,n){!function(e){"use strict";
+//! moment.js locale configuration
+var t="pagh_wa’_cha’_wej_loS_vagh_jav_Soch_chorgh_Hut".split("_");function n(e,n,r,a){var i=function(e){var n=Math.floor(e%1e3/100),r=Math.floor(e%100/10),a=e%10,i="";return n>0&&(i+=t[n]+"vatlh"),r>0&&(i+=(""!==i?" ":"")+t[r]+"maH"),a>0&&(i+=(""!==i?" ":"")+t[a]),""===i?"pagh":i}(e);switch(r){case"ss":return i+" lup";case"mm":return i+" tup";case"hh":return i+" rep";case"dd":return i+" jaj";case"MM":return i+" jar";case"yy":return i+" DIS"}}e.defineLocale("tlh",{months:"tera’ jar wa’_tera’ jar cha’_tera’ jar wej_tera’ jar loS_tera’ jar vagh_tera’ jar jav_tera’ jar Soch_tera’ jar chorgh_tera’ jar Hut_tera’ jar wa’maH_tera’ jar wa’maH wa’_tera’ jar wa’maH cha’".split("_"),monthsShort:"jar wa’_jar cha’_jar wej_jar loS_jar vagh_jar jav_jar Soch_jar chorgh_jar Hut_jar wa’maH_jar wa’maH wa’_jar wa’maH cha’".split("_"),monthsParseExact:!0,weekdays:"lojmItjaj_DaSjaj_povjaj_ghItlhjaj_loghjaj_buqjaj_ghInjaj".split("_"),weekdaysShort:"lojmItjaj_DaSjaj_povjaj_ghItlhjaj_loghjaj_buqjaj_ghInjaj".split("_"),weekdaysMin:"lojmItjaj_DaSjaj_povjaj_ghItlhjaj_loghjaj_buqjaj_ghInjaj".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[DaHjaj] LT",nextDay:"[wa’leS] LT",nextWeek:"LLL",lastDay:"[wa’Hu’] LT",lastWeek:"LLL",sameElse:"L"},relativeTime:{future:function(e){var t=e;return t=-1!==e.indexOf("jaj")?t.slice(0,-3)+"leS":-1!==e.indexOf("jar")?t.slice(0,-3)+"waQ":-1!==e.indexOf("DIS")?t.slice(0,-3)+"nem":t+" pIq"},past:function(e){var t=e;return t=-1!==e.indexOf("jaj")?t.slice(0,-3)+"Hu’":-1!==e.indexOf("jar")?t.slice(0,-3)+"wen":-1!==e.indexOf("DIS")?t.slice(0,-3)+"ben":t+" ret"},s:"puS lup",ss:n,m:"wa’ tup",mm:n,h:"wa’ rep",hh:n,d:"wa’ jaj",dd:n,M:"wa’ jar",MM:n,y:"wa’ DIS",yy:n},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})}(n(2))},function(e,t,n){!function(e){"use strict";
+//! moment.js locale configuration
+var t={1:"'inci",5:"'inci",8:"'inci",70:"'inci",80:"'inci",2:"'nci",7:"'nci",20:"'nci",50:"'nci",3:"'üncü",4:"'üncü",100:"'üncü",6:"'ncı",9:"'uncu",10:"'uncu",30:"'uncu",60:"'ıncı",90:"'ıncı"};e.defineLocale("tr",{months:"Ocak_Şubat_Mart_Nisan_Mayıs_Haziran_Temmuz_Ağustos_Eylül_Ekim_Kasım_Aralık".split("_"),monthsShort:"Oca_Şub_Mar_Nis_May_Haz_Tem_Ağu_Eyl_Eki_Kas_Ara".split("_"),weekdays:"Pazar_Pazartesi_Salı_Çarşamba_Perşembe_Cuma_Cumartesi".split("_"),weekdaysShort:"Paz_Pts_Sal_Çar_Per_Cum_Cts".split("_"),weekdaysMin:"Pz_Pt_Sa_Ça_Pe_Cu_Ct".split("_"),meridiem:function(e,t,n){return e<12?n?"öö":"ÖÖ":n?"ös":"ÖS"},meridiemParse:/öö|ÖÖ|ös|ÖS/,isPM:function(e){return"ös"===e||"ÖS"===e},longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[bugün saat] LT",nextDay:"[yarın saat] LT",nextWeek:"[gelecek] dddd [saat] LT",lastDay:"[dün] LT",lastWeek:"[geçen] dddd [saat] LT",sameElse:"L"},relativeTime:{future:"%s sonra",past:"%s önce",s:"birkaç saniye",ss:"%d saniye",m:"bir dakika",mm:"%d dakika",h:"bir saat",hh:"%d saat",d:"bir gün",dd:"%d gün",w:"bir hafta",ww:"%d hafta",M:"bir ay",MM:"%d ay",y:"bir yıl",yy:"%d yıl"},ordinal:function(e,n){switch(n){case"d":case"D":case"Do":case"DD":return e;default:if(0===e)return e+"'ıncı";var r=e%10;return e+(t[r]||t[e%100-r]||t[e>=100?100:null])}},week:{dow:1,doy:7}})}(n(2))},function(e,t,n){!function(e){"use strict";
+//! moment.js locale configuration
+function t(e,t,n,r){var a={s:["viensas secunds","'iensas secunds"],ss:[e+" secunds",e+" secunds"],m:["'n míut","'iens míut"],mm:[e+" míuts",e+" míuts"],h:["'n þora","'iensa þora"],hh:[e+" þoras",e+" þoras"],d:["'n ziua","'iensa ziua"],dd:[e+" ziuas",e+" ziuas"],M:["'n mes","'iens mes"],MM:[e+" mesen",e+" mesen"],y:["'n ar","'iens ar"],yy:[e+" ars",e+" ars"]};return r||t?a[n][0]:a[n][1]}e.defineLocale("tzl",{months:"Januar_Fevraglh_Març_Avrïu_Mai_Gün_Julia_Guscht_Setemvar_Listopäts_Noemvar_Zecemvar".split("_"),monthsShort:"Jan_Fev_Mar_Avr_Mai_Gün_Jul_Gus_Set_Lis_Noe_Zec".split("_"),weekdays:"Súladi_Lúneçi_Maitzi_Márcuri_Xhúadi_Viénerçi_Sáturi".split("_"),weekdaysShort:"Súl_Lún_Mai_Már_Xhú_Vié_Sát".split("_"),weekdaysMin:"Sú_Lú_Ma_Má_Xh_Vi_Sá".split("_"),longDateFormat:{LT:"HH.mm",LTS:"HH.mm.ss",L:"DD.MM.YYYY",LL:"D. MMMM [dallas] YYYY",LLL:"D. MMMM [dallas] YYYY HH.mm",LLLL:"dddd, [li] D. MMMM [dallas] YYYY HH.mm"},meridiemParse:/d\'o|d\'a/i,isPM:function(e){return"d'o"===e.toLowerCase()},meridiem:function(e,t,n){return e>11?n?"d'o":"D'O":n?"d'a":"D'A"},calendar:{sameDay:"[oxhi à] LT",nextDay:"[demà à] LT",nextWeek:"dddd [à] LT",lastDay:"[ieiri à] LT",lastWeek:"[sür el] dddd [lasteu à] LT",sameElse:"L"},relativeTime:{future:"osprei %s",past:"ja%s",s:t,ss:t,m:t,mm:t,h:t,hh:t,d:t,dd:t,M:t,MM:t,y:t,yy:t},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})}(n(2))},function(e,t,n){!function(e){"use strict";
+//! moment.js locale configuration
+e.defineLocale("tzm",{months:"ⵉⵏⵏⴰⵢⵔ_ⴱⵕⴰⵢⵕ_ⵎⴰⵕⵚ_ⵉⴱⵔⵉⵔ_ⵎⴰⵢⵢⵓ_ⵢⵓⵏⵢⵓ_ⵢⵓⵍⵢⵓⵣ_ⵖⵓⵛⵜ_ⵛⵓⵜⴰⵏⴱⵉⵔ_ⴽⵟⵓⴱⵕ_ⵏⵓⵡⴰⵏⴱⵉⵔ_ⴷⵓⵊⵏⴱⵉⵔ".split("_"),monthsShort:"ⵉⵏⵏⴰⵢⵔ_ⴱⵕⴰⵢⵕ_ⵎⴰⵕⵚ_ⵉⴱⵔⵉⵔ_ⵎⴰⵢⵢⵓ_ⵢⵓⵏⵢⵓ_ⵢⵓⵍⵢⵓⵣ_ⵖⵓⵛⵜ_ⵛⵓⵜⴰⵏⴱⵉⵔ_ⴽⵟⵓⴱⵕ_ⵏⵓⵡⴰⵏⴱⵉⵔ_ⴷⵓⵊⵏⴱⵉⵔ".split("_"),weekdays:"ⴰⵙⴰⵎⴰⵙ_ⴰⵢⵏⴰⵙ_ⴰⵙⵉⵏⴰⵙ_ⴰⴽⵔⴰⵙ_ⴰⴽⵡⴰⵙ_ⴰⵙⵉⵎⵡⴰⵙ_ⴰⵙⵉⴹⵢⴰⵙ".split("_"),weekdaysShort:"ⴰⵙⴰⵎⴰⵙ_ⴰⵢⵏⴰⵙ_ⴰⵙⵉⵏⴰⵙ_ⴰⴽⵔⴰⵙ_ⴰⴽⵡⴰⵙ_ⴰⵙⵉⵎⵡⴰⵙ_ⴰⵙⵉⴹⵢⴰⵙ".split("_"),weekdaysMin:"ⴰⵙⴰⵎⴰⵙ_ⴰⵢⵏⴰⵙ_ⴰⵙⵉⵏⴰⵙ_ⴰⴽⵔⴰⵙ_ⴰⴽⵡⴰⵙ_ⴰⵙⵉⵎⵡⴰⵙ_ⴰⵙⵉⴹⵢⴰⵙ".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[ⴰⵙⴷⵅ ⴴ] LT",nextDay:"[ⴰⵙⴽⴰ ⴴ] LT",nextWeek:"dddd [ⴴ] LT",lastDay:"[ⴰⵚⴰⵏⵜ ⴴ] LT",lastWeek:"dddd [ⴴ] LT",sameElse:"L"},relativeTime:{future:"ⴷⴰⴷⵅ ⵙ ⵢⴰⵏ %s",past:"ⵢⴰⵏ %s",s:"ⵉⵎⵉⴽ",ss:"%d ⵉⵎⵉⴽ",m:"ⵎⵉⵏⵓⴺ",mm:"%d ⵎⵉⵏⵓⴺ",h:"ⵙⴰⵄⴰ",hh:"%d ⵜⴰⵙⵙⴰⵄⵉⵏ",d:"ⴰⵙⵙ",dd:"%d oⵙⵙⴰⵏ",M:"ⴰⵢoⵓⵔ",MM:"%d ⵉⵢⵢⵉⵔⵏ",y:"ⴰⵙⴳⴰⵙ",yy:"%d ⵉⵙⴳⴰⵙⵏ"},week:{dow:6,doy:12}})}(n(2))},function(e,t,n){!function(e){"use strict";
+//! moment.js locale configuration
+e.defineLocale("tzm-latn",{months:"innayr_brˤayrˤ_marˤsˤ_ibrir_mayyw_ywnyw_ywlywz_ɣwšt_šwtanbir_ktˤwbrˤ_nwwanbir_dwjnbir".split("_"),monthsShort:"innayr_brˤayrˤ_marˤsˤ_ibrir_mayyw_ywnyw_ywlywz_ɣwšt_šwtanbir_ktˤwbrˤ_nwwanbir_dwjnbir".split("_"),weekdays:"asamas_aynas_asinas_akras_akwas_asimwas_asiḍyas".split("_"),weekdaysShort:"asamas_aynas_asinas_akras_akwas_asimwas_asiḍyas".split("_"),weekdaysMin:"asamas_aynas_asinas_akras_akwas_asimwas_asiḍyas".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[asdkh g] LT",nextDay:"[aska g] LT",nextWeek:"dddd [g] LT",lastDay:"[assant g] LT",lastWeek:"dddd [g] LT",sameElse:"L"},relativeTime:{future:"dadkh s yan %s",past:"yan %s",s:"imik",ss:"%d imik",m:"minuḍ",mm:"%d minuḍ",h:"saɛa",hh:"%d tassaɛin",d:"ass",dd:"%d ossan",M:"ayowr",MM:"%d iyyirn",y:"asgas",yy:"%d isgasn"},week:{dow:6,doy:12}})}(n(2))},function(e,t,n){!function(e){"use strict";
+//! moment.js locale configuration
+e.defineLocale("ug-cn",{months:"يانۋار_فېۋرال_مارت_ئاپرېل_ماي_ئىيۇن_ئىيۇل_ئاۋغۇست_سېنتەبىر_ئۆكتەبىر_نويابىر_دېكابىر".split("_"),monthsShort:"يانۋار_فېۋرال_مارت_ئاپرېل_ماي_ئىيۇن_ئىيۇل_ئاۋغۇست_سېنتەبىر_ئۆكتەبىر_نويابىر_دېكابىر".split("_"),weekdays:"يەكشەنبە_دۈشەنبە_سەيشەنبە_چارشەنبە_پەيشەنبە_جۈمە_شەنبە".split("_"),weekdaysShort:"يە_دۈ_سە_چا_پە_جۈ_شە".split("_"),weekdaysMin:"يە_دۈ_سە_چا_پە_جۈ_شە".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"YYYY-MM-DD",LL:"YYYY-يىلىM-ئاينىڭD-كۈنى",LLL:"YYYY-يىلىM-ئاينىڭD-كۈنى، HH:mm",LLLL:"dddd، YYYY-يىلىM-ئاينىڭD-كۈنى، HH:mm"},meridiemParse:/يېرىم كېچە|سەھەر|چۈشتىن بۇرۇن|چۈش|چۈشتىن كېيىن|كەچ/,meridiemHour:function(e,t){return 12===e&&(e=0),"يېرىم كېچە"===t||"سەھەر"===t||"چۈشتىن بۇرۇن"===t?e:"چۈشتىن كېيىن"===t||"كەچ"===t?e+12:e>=11?e:e+12},meridiem:function(e,t,n){var r=100*e+t;return r<600?"يېرىم كېچە":r<900?"سەھەر":r<1130?"چۈشتىن بۇرۇن":r<1230?"چۈش":r<1800?"چۈشتىن كېيىن":"كەچ"},calendar:{sameDay:"[بۈگۈن سائەت] LT",nextDay:"[ئەتە سائەت] LT",nextWeek:"[كېلەركى] dddd [سائەت] LT",lastDay:"[تۆنۈگۈن] LT",lastWeek:"[ئالدىنقى] dddd [سائەت] LT",sameElse:"L"},relativeTime:{future:"%s كېيىن",past:"%s بۇرۇن",s:"نەچچە سېكونت",ss:"%d سېكونت",m:"بىر مىنۇت",mm:"%d مىنۇت",h:"بىر سائەت",hh:"%d سائەت",d:"بىر كۈن",dd:"%d كۈن",M:"بىر ئاي",MM:"%d ئاي",y:"بىر يىل",yy:"%d يىل"},dayOfMonthOrdinalParse:/\d{1,2}(-كۈنى|-ئاي|-ھەپتە)/,ordinal:function(e,t){switch(t){case"d":case"D":case"DDD":return e+"-كۈنى";case"w":case"W":return e+"-ھەپتە";default:return e}},preparse:function(e){return e.replace(/،/g,",")},postformat:function(e){return e.replace(/,/g,"،")},week:{dow:1,doy:7}})}(n(2))},function(e,t,n){!function(e){"use strict";
+//! moment.js locale configuration
+function t(e,t,n){var r,a;return"m"===n?t?"хвилина":"хвилину":"h"===n?t?"година":"годину":e+" "+(r=+e,a={ss:t?"секунда_секунди_секунд":"секунду_секунди_секунд",mm:t?"хвилина_хвилини_хвилин":"хвилину_хвилини_хвилин",hh:t?"година_години_годин":"годину_години_годин",dd:"день_дні_днів",MM:"місяць_місяці_місяців",yy:"рік_роки_років"}[n].split("_"),r%10==1&&r%100!=11?a[0]:r%10>=2&&r%10<=4&&(r%100<10||r%100>=20)?a[1]:a[2])}function n(e){return function(){return e+"о"+(11===this.hours()?"б":"")+"] LT"}}e.defineLocale("uk",{months:{format:"січня_лютого_березня_квітня_травня_червня_липня_серпня_вересня_жовтня_листопада_грудня".split("_"),standalone:"січень_лютий_березень_квітень_травень_червень_липень_серпень_вересень_жовтень_листопад_грудень".split("_")},monthsShort:"січ_лют_бер_квіт_трав_черв_лип_серп_вер_жовт_лист_груд".split("_"),weekdays:function(e,t){var n={nominative:"неділя_понеділок_вівторок_середа_четвер_п’ятниця_субота".split("_"),accusative:"неділю_понеділок_вівторок_середу_четвер_п’ятницю_суботу".split("_"),genitive:"неділі_понеділка_вівторка_середи_четверга_п’ятниці_суботи".split("_")};return!0===e?n.nominative.slice(1,7).concat(n.nominative.slice(0,1)):e?n[/(\[[ВвУу]\]) ?dddd/.test(t)?"accusative":/\[?(?:минулої|наступної)? ?\] ?dddd/.test(t)?"genitive":"nominative"][e.day()]:n.nominative},weekdaysShort:"нд_пн_вт_ср_чт_пт_сб".split("_"),weekdaysMin:"нд_пн_вт_ср_чт_пт_сб".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY р.",LLL:"D MMMM YYYY р., HH:mm",LLLL:"dddd, D MMMM YYYY р., HH:mm"},calendar:{sameDay:n("[Сьогодні "),nextDay:n("[Завтра "),lastDay:n("[Вчора "),nextWeek:n("[У] dddd ["),lastWeek:function(){switch(this.day()){case 0:case 3:case 5:case 6:return n("[Минулої] dddd [").call(this);case 1:case 2:case 4:return n("[Минулого] dddd [").call(this)}},sameElse:"L"},relativeTime:{future:"за %s",past:"%s тому",s:"декілька секунд",ss:t,m:t,mm:t,h:"годину",hh:t,d:"день",dd:t,M:"місяць",MM:t,y:"рік",yy:t},meridiemParse:/ночі|ранку|дня|вечора/,isPM:function(e){return/^(дня|вечора)$/.test(e)},meridiem:function(e,t,n){return e<4?"ночі":e<12?"ранку":e<17?"дня":"вечора"},dayOfMonthOrdinalParse:/\d{1,2}-(й|го)/,ordinal:function(e,t){switch(t){case"M":case"d":case"DDD":case"w":case"W":return e+"-й";case"D":return e+"-го";default:return e}},week:{dow:1,doy:7}})}(n(2))},function(e,t,n){!function(e){"use strict";
+//! moment.js locale configuration
+var t=["جنوری","فروری","مارچ","اپریل","مئی","جون","جولائی","اگست","ستمبر","اکتوبر","نومبر","دسمبر"],n=["اتوار","پیر","منگل","بدھ","جمعرات","جمعہ","ہفتہ"];e.defineLocale("ur",{months:t,monthsShort:t,weekdays:n,weekdaysShort:n,weekdaysMin:n,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd، D MMMM YYYY HH:mm"},meridiemParse:/صبح|شام/,isPM:function(e){return"شام"===e},meridiem:function(e,t,n){return e<12?"صبح":"شام"},calendar:{sameDay:"[آج بوقت] LT",nextDay:"[کل بوقت] LT",nextWeek:"dddd [بوقت] LT",lastDay:"[گذشتہ روز بوقت] LT",lastWeek:"[گذشتہ] dddd [بوقت] LT",sameElse:"L"},relativeTime:{future:"%s بعد",past:"%s قبل",s:"چند سیکنڈ",ss:"%d سیکنڈ",m:"ایک منٹ",mm:"%d منٹ",h:"ایک گھنٹہ",hh:"%d گھنٹے",d:"ایک دن",dd:"%d دن",M:"ایک ماہ",MM:"%d ماہ",y:"ایک سال",yy:"%d سال"},preparse:function(e){return e.replace(/،/g,",")},postformat:function(e){return e.replace(/,/g,"،")},week:{dow:1,doy:4}})}(n(2))},function(e,t,n){!function(e){"use strict";
+//! moment.js locale configuration
+e.defineLocale("uz",{months:"январ_феврал_март_апрел_май_июн_июл_август_сентябр_октябр_ноябр_декабр".split("_"),monthsShort:"янв_фев_мар_апр_май_июн_июл_авг_сен_окт_ноя_дек".split("_"),weekdays:"Якшанба_Душанба_Сешанба_Чоршанба_Пайшанба_Жума_Шанба".split("_"),weekdaysShort:"Якш_Душ_Сеш_Чор_Пай_Жум_Шан".split("_"),weekdaysMin:"Як_Ду_Се_Чо_Па_Жу_Ша".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"D MMMM YYYY, dddd HH:mm"},calendar:{sameDay:"[Бугун соат] LT [да]",nextDay:"[Эртага] LT [да]",nextWeek:"dddd [куни соат] LT [да]",lastDay:"[Кеча соат] LT [да]",lastWeek:"[Утган] dddd [куни соат] LT [да]",sameElse:"L"},relativeTime:{future:"Якин %s ичида",past:"Бир неча %s олдин",s:"фурсат",ss:"%d фурсат",m:"бир дакика",mm:"%d дакика",h:"бир соат",hh:"%d соат",d:"бир кун",dd:"%d кун",M:"бир ой",MM:"%d ой",y:"бир йил",yy:"%d йил"},week:{dow:1,doy:7}})}(n(2))},function(e,t,n){!function(e){"use strict";
+//! moment.js locale configuration
+e.defineLocale("uz-latn",{months:"Yanvar_Fevral_Mart_Aprel_May_Iyun_Iyul_Avgust_Sentabr_Oktabr_Noyabr_Dekabr".split("_"),monthsShort:"Yan_Fev_Mar_Apr_May_Iyun_Iyul_Avg_Sen_Okt_Noy_Dek".split("_"),weekdays:"Yakshanba_Dushanba_Seshanba_Chorshanba_Payshanba_Juma_Shanba".split("_"),weekdaysShort:"Yak_Dush_Sesh_Chor_Pay_Jum_Shan".split("_"),weekdaysMin:"Ya_Du_Se_Cho_Pa_Ju_Sha".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"D MMMM YYYY, dddd HH:mm"},calendar:{sameDay:"[Bugun soat] LT [da]",nextDay:"[Ertaga] LT [da]",nextWeek:"dddd [kuni soat] LT [da]",lastDay:"[Kecha soat] LT [da]",lastWeek:"[O'tgan] dddd [kuni soat] LT [da]",sameElse:"L"},relativeTime:{future:"Yaqin %s ichida",past:"Bir necha %s oldin",s:"soniya",ss:"%d soniya",m:"bir daqiqa",mm:"%d daqiqa",h:"bir soat",hh:"%d soat",d:"bir kun",dd:"%d kun",M:"bir oy",MM:"%d oy",y:"bir yil",yy:"%d yil"},week:{dow:1,doy:7}})}(n(2))},function(e,t,n){!function(e){"use strict";
+//! moment.js locale configuration
+e.defineLocale("vi",{months:"tháng 1_tháng 2_tháng 3_tháng 4_tháng 5_tháng 6_tháng 7_tháng 8_tháng 9_tháng 10_tháng 11_tháng 12".split("_"),monthsShort:"Thg 01_Thg 02_Thg 03_Thg 04_Thg 05_Thg 06_Thg 07_Thg 08_Thg 09_Thg 10_Thg 11_Thg 12".split("_"),monthsParseExact:!0,weekdays:"chủ nhật_thứ hai_thứ ba_thứ tư_thứ năm_thứ sáu_thứ bảy".split("_"),weekdaysShort:"CN_T2_T3_T4_T5_T6_T7".split("_"),weekdaysMin:"CN_T2_T3_T4_T5_T6_T7".split("_"),weekdaysParseExact:!0,meridiemParse:/sa|ch/i,isPM:function(e){return/^ch$/i.test(e)},meridiem:function(e,t,n){return e<12?n?"sa":"SA":n?"ch":"CH"},longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM [năm] YYYY",LLL:"D MMMM [năm] YYYY HH:mm",LLLL:"dddd, D MMMM [năm] YYYY HH:mm",l:"DD/M/YYYY",ll:"D MMM YYYY",lll:"D MMM YYYY HH:mm",llll:"ddd, D MMM YYYY HH:mm"},calendar:{sameDay:"[Hôm nay lúc] LT",nextDay:"[Ngày mai lúc] LT",nextWeek:"dddd [tuần tới lúc] LT",lastDay:"[Hôm qua lúc] LT",lastWeek:"dddd [tuần trước lúc] LT",sameElse:"L"},relativeTime:{future:"%s tới",past:"%s trước",s:"vài giây",ss:"%d giây",m:"một phút",mm:"%d phút",h:"một giờ",hh:"%d giờ",d:"một ngày",dd:"%d ngày",w:"một tuần",ww:"%d tuần",M:"một tháng",MM:"%d tháng",y:"một năm",yy:"%d năm"},dayOfMonthOrdinalParse:/\d{1,2}/,ordinal:function(e){return e},week:{dow:1,doy:4}})}(n(2))},function(e,t,n){!function(e){"use strict";
+//! moment.js locale configuration
+e.defineLocale("x-pseudo",{months:"J~áñúá~rý_F~ébrú~árý_~Márc~h_Áp~ríl_~Máý_~Júñé~_Júl~ý_Áú~gúst~_Sép~témb~ér_Ó~ctób~ér_Ñ~óvém~bér_~Décé~mbér".split("_"),monthsShort:"J~áñ_~Féb_~Már_~Ápr_~Máý_~Júñ_~Júl_~Áúg_~Sép_~Óct_~Ñóv_~Déc".split("_"),monthsParseExact:!0,weekdays:"S~úñdá~ý_Mó~ñdáý~_Túé~sdáý~_Wéd~ñésd~áý_T~húrs~dáý_~Fríd~áý_S~átúr~dáý".split("_"),weekdaysShort:"S~úñ_~Móñ_~Túé_~Wéd_~Thú_~Frí_~Sát".split("_"),weekdaysMin:"S~ú_Mó~_Tú_~Wé_T~h_Fr~_Sá".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[T~ódá~ý át] LT",nextDay:"[T~ómó~rró~w át] LT",nextWeek:"dddd [át] LT",lastDay:"[Ý~ést~érdá~ý át] LT",lastWeek:"[L~ást] dddd [át] LT",sameElse:"L"},relativeTime:{future:"í~ñ %s",past:"%s á~gó",s:"á ~féw ~sécó~ñds",ss:"%d s~écóñ~ds",m:"á ~míñ~úté",mm:"%d m~íñú~tés",h:"á~ñ hó~úr",hh:"%d h~óúrs",d:"á ~dáý",dd:"%d d~áýs",M:"á ~móñ~th",MM:"%d m~óñt~hs",y:"á ~ýéár",yy:"%d ý~éárs"},dayOfMonthOrdinalParse:/\d{1,2}(th|st|nd|rd)/,ordinal:function(e){var t=e%10;return e+(1==~~(e%100/10)?"th":1===t?"st":2===t?"nd":3===t?"rd":"th")},week:{dow:1,doy:4}})}(n(2))},function(e,t,n){!function(e){"use strict";
+//! moment.js locale configuration
+e.defineLocale("yo",{months:"Sẹ́rẹ́_Èrèlè_Ẹrẹ̀nà_Ìgbé_Èbibi_Òkùdu_Agẹmo_Ògún_Owewe_Ọ̀wàrà_Bélú_Ọ̀pẹ̀̀".split("_"),monthsShort:"Sẹ́r_Èrl_Ẹrn_Ìgb_Èbi_Òkù_Agẹ_Ògú_Owe_Ọ̀wà_Bél_Ọ̀pẹ̀̀".split("_"),weekdays:"Àìkú_Ajé_Ìsẹ́gun_Ọjọ́rú_Ọjọ́bọ_Ẹtì_Àbámẹ́ta".split("_"),weekdaysShort:"Àìk_Ajé_Ìsẹ́_Ọjr_Ọjb_Ẹtì_Àbá".split("_"),weekdaysMin:"Àì_Aj_Ìs_Ọr_Ọb_Ẹt_Àb".split("_"),longDateFormat:{LT:"h:mm A",LTS:"h:mm:ss A",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY h:mm A",LLLL:"dddd, D MMMM YYYY h:mm A"},calendar:{sameDay:"[Ònì ni] LT",nextDay:"[Ọ̀la ni] LT",nextWeek:"dddd [Ọsẹ̀ tón'bọ] [ni] LT",lastDay:"[Àna ni] LT",lastWeek:"dddd [Ọsẹ̀ tólọ́] [ni] LT",sameElse:"L"},relativeTime:{future:"ní %s",past:"%s kọjá",s:"ìsẹjú aayá die",ss:"aayá %d",m:"ìsẹjú kan",mm:"ìsẹjú %d",h:"wákati kan",hh:"wákati %d",d:"ọjọ́ kan",dd:"ọjọ́ %d",M:"osù kan",MM:"osù %d",y:"ọdún kan",yy:"ọdún %d"},dayOfMonthOrdinalParse:/ọjọ́\s\d{1,2}/,ordinal:"ọjọ́ %d",week:{dow:1,doy:4}})}(n(2))},function(e,t,n){!function(e){"use strict";
+//! moment.js locale configuration
+e.defineLocale("zh-cn",{months:"一月_二月_三月_四月_五月_六月_七月_八月_九月_十月_十一月_十二月".split("_"),monthsShort:"1月_2月_3月_4月_5月_6月_7月_8月_9月_10月_11月_12月".split("_"),weekdays:"星期日_星期一_星期二_星期三_星期四_星期五_星期六".split("_"),weekdaysShort:"周日_周一_周二_周三_周四_周五_周六".split("_"),weekdaysMin:"日_一_二_三_四_五_六".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"YYYY/MM/DD",LL:"YYYY年M月D日",LLL:"YYYY年M月D日Ah点mm分",LLLL:"YYYY年M月D日ddddAh点mm分",l:"YYYY/M/D",ll:"YYYY年M月D日",lll:"YYYY年M月D日 HH:mm",llll:"YYYY年M月D日dddd HH:mm"},meridiemParse:/凌晨|早上|上午|中午|下午|晚上/,meridiemHour:function(e,t){return 12===e&&(e=0),"凌晨"===t||"早上"===t||"上午"===t?e:"下午"===t||"晚上"===t?e+12:e>=11?e:e+12},meridiem:function(e,t,n){var r=100*e+t;return r<600?"凌晨":r<900?"早上":r<1130?"上午":r<1230?"中午":r<1800?"下午":"晚上"},calendar:{sameDay:"[今天]LT",nextDay:"[明天]LT",nextWeek:function(e){return e.week()!==this.week()?"[下]dddLT":"[本]dddLT"},lastDay:"[昨天]LT",lastWeek:function(e){return this.week()!==e.week()?"[上]dddLT":"[本]dddLT"},sameElse:"L"},dayOfMonthOrdinalParse:/\d{1,2}(日|月|周)/,ordinal:function(e,t){switch(t){case"d":case"D":case"DDD":return e+"日";case"M":return e+"月";case"w":case"W":return e+"周";default:return e}},relativeTime:{future:"%s后",past:"%s前",s:"几秒",ss:"%d 秒",m:"1 分钟",mm:"%d 分钟",h:"1 小时",hh:"%d 小时",d:"1 天",dd:"%d 天",w:"1 周",ww:"%d 周",M:"1 个月",MM:"%d 个月",y:"1 年",yy:"%d 年"},week:{dow:1,doy:4}})}(n(2))},function(e,t,n){!function(e){"use strict";
+//! moment.js locale configuration
+e.defineLocale("zh-hk",{months:"一月_二月_三月_四月_五月_六月_七月_八月_九月_十月_十一月_十二月".split("_"),monthsShort:"1月_2月_3月_4月_5月_6月_7月_8月_9月_10月_11月_12月".split("_"),weekdays:"星期日_星期一_星期二_星期三_星期四_星期五_星期六".split("_"),weekdaysShort:"週日_週一_週二_週三_週四_週五_週六".split("_"),weekdaysMin:"日_一_二_三_四_五_六".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"YYYY/MM/DD",LL:"YYYY年M月D日",LLL:"YYYY年M月D日 HH:mm",LLLL:"YYYY年M月D日dddd HH:mm",l:"YYYY/M/D",ll:"YYYY年M月D日",lll:"YYYY年M月D日 HH:mm",llll:"YYYY年M月D日dddd HH:mm"},meridiemParse:/凌晨|早上|上午|中午|下午|晚上/,meridiemHour:function(e,t){return 12===e&&(e=0),"凌晨"===t||"早上"===t||"上午"===t?e:"中午"===t?e>=11?e:e+12:"下午"===t||"晚上"===t?e+12:void 0},meridiem:function(e,t,n){var r=100*e+t;return r<600?"凌晨":r<900?"早上":r<1200?"上午":1200===r?"中午":r<1800?"下午":"晚上"},calendar:{sameDay:"[今天]LT",nextDay:"[明天]LT",nextWeek:"[下]ddddLT",lastDay:"[昨天]LT",lastWeek:"[上]ddddLT",sameElse:"L"},dayOfMonthOrdinalParse:/\d{1,2}(日|月|週)/,ordinal:function(e,t){switch(t){case"d":case"D":case"DDD":return e+"日";case"M":return e+"月";case"w":case"W":return e+"週";default:return e}},relativeTime:{future:"%s後",past:"%s前",s:"幾秒",ss:"%d 秒",m:"1 分鐘",mm:"%d 分鐘",h:"1 小時",hh:"%d 小時",d:"1 天",dd:"%d 天",M:"1 個月",MM:"%d 個月",y:"1 年",yy:"%d 年"}})}(n(2))},function(e,t,n){!function(e){"use strict";
+//! moment.js locale configuration
+e.defineLocale("zh-mo",{months:"一月_二月_三月_四月_五月_六月_七月_八月_九月_十月_十一月_十二月".split("_"),monthsShort:"1月_2月_3月_4月_5月_6月_7月_8月_9月_10月_11月_12月".split("_"),weekdays:"星期日_星期一_星期二_星期三_星期四_星期五_星期六".split("_"),weekdaysShort:"週日_週一_週二_週三_週四_週五_週六".split("_"),weekdaysMin:"日_一_二_三_四_五_六".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"YYYY年M月D日",LLL:"YYYY年M月D日 HH:mm",LLLL:"YYYY年M月D日dddd HH:mm",l:"D/M/YYYY",ll:"YYYY年M月D日",lll:"YYYY年M月D日 HH:mm",llll:"YYYY年M月D日dddd HH:mm"},meridiemParse:/凌晨|早上|上午|中午|下午|晚上/,meridiemHour:function(e,t){return 12===e&&(e=0),"凌晨"===t||"早上"===t||"上午"===t?e:"中午"===t?e>=11?e:e+12:"下午"===t||"晚上"===t?e+12:void 0},meridiem:function(e,t,n){var r=100*e+t;return r<600?"凌晨":r<900?"早上":r<1130?"上午":r<1230?"中午":r<1800?"下午":"晚上"},calendar:{sameDay:"[今天] LT",nextDay:"[明天] LT",nextWeek:"[下]dddd LT",lastDay:"[昨天] LT",lastWeek:"[上]dddd LT",sameElse:"L"},dayOfMonthOrdinalParse:/\d{1,2}(日|月|週)/,ordinal:function(e,t){switch(t){case"d":case"D":case"DDD":return e+"日";case"M":return e+"月";case"w":case"W":return e+"週";default:return e}},relativeTime:{future:"%s內",past:"%s前",s:"幾秒",ss:"%d 秒",m:"1 分鐘",mm:"%d 分鐘",h:"1 小時",hh:"%d 小時",d:"1 天",dd:"%d 天",M:"1 個月",MM:"%d 個月",y:"1 年",yy:"%d 年"}})}(n(2))},function(e,t,n){!function(e){"use strict";
+//! moment.js locale configuration
+e.defineLocale("zh-tw",{months:"一月_二月_三月_四月_五月_六月_七月_八月_九月_十月_十一月_十二月".split("_"),monthsShort:"1月_2月_3月_4月_5月_6月_7月_8月_9月_10月_11月_12月".split("_"),weekdays:"星期日_星期一_星期二_星期三_星期四_星期五_星期六".split("_"),weekdaysShort:"週日_週一_週二_週三_週四_週五_週六".split("_"),weekdaysMin:"日_一_二_三_四_五_六".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"YYYY/MM/DD",LL:"YYYY年M月D日",LLL:"YYYY年M月D日 HH:mm",LLLL:"YYYY年M月D日dddd HH:mm",l:"YYYY/M/D",ll:"YYYY年M月D日",lll:"YYYY年M月D日 HH:mm",llll:"YYYY年M月D日dddd HH:mm"},meridiemParse:/凌晨|早上|上午|中午|下午|晚上/,meridiemHour:function(e,t){return 12===e&&(e=0),"凌晨"===t||"早上"===t||"上午"===t?e:"中午"===t?e>=11?e:e+12:"下午"===t||"晚上"===t?e+12:void 0},meridiem:function(e,t,n){var r=100*e+t;return r<600?"凌晨":r<900?"早上":r<1130?"上午":r<1230?"中午":r<1800?"下午":"晚上"},calendar:{sameDay:"[今天] LT",nextDay:"[明天] LT",nextWeek:"[下]dddd LT",lastDay:"[昨天] LT",lastWeek:"[上]dddd LT",sameElse:"L"},dayOfMonthOrdinalParse:/\d{1,2}(日|月|週)/,ordinal:function(e,t){switch(t){case"d":case"D":case"DDD":return e+"日";case"M":return e+"月";case"w":case"W":return e+"週";default:return e}},relativeTime:{future:"%s後",past:"%s前",s:"幾秒",ss:"%d 秒",m:"1 分鐘",mm:"%d 分鐘",h:"1 小時",hh:"%d 小時",d:"1 天",dd:"%d 天",M:"1 個月",MM:"%d 個月",y:"1 年",yy:"%d 年"}})}(n(2))},function(e,t,n){"use strict";var r=n(23),a=n(20);e.exports=function(e){var t=String(a(this)),n="",i=r(e);if(i<0||i==1/0)throw RangeError("Wrong number of repetitions");for(;i>0;(i>>>=1)&&(t+=t))1&i&&(n+=t);return n}},function(e,t,n){(function(e){var r=void 0!==e&&e||"undefined"!=typeof self&&self||window,a=Function.prototype.apply;function i(e,t){this._id=e,this._clearFn=t}t.setTimeout=function(){return new i(a.call(setTimeout,r,arguments),clearTimeout)},t.setInterval=function(){return new i(a.call(setInterval,r,arguments),clearInterval)},t.clearTimeout=t.clearInterval=function(e){e&&e.close()},i.prototype.unref=i.prototype.ref=function(){},i.prototype.close=function(){this._clearFn.call(r,this._id)},t.enroll=function(e,t){clearTimeout(e._idleTimeoutId),e._idleTimeout=t},t.unenroll=function(e){clearTimeout(e._idleTimeoutId),e._idleTimeout=-1},t._unrefActive=t.active=function(e){clearTimeout(e._idleTimeoutId);var t=e._idleTimeout;t>=0&&(e._idleTimeoutId=setTimeout((function(){e._onTimeout&&e._onTimeout()}),t))},n(464),t.setImmediate="undefined"!=typeof self&&self.setImmediate||void 0!==e&&e.setImmediate||this&&this.setImmediate,t.clearImmediate="undefined"!=typeof self&&self.clearImmediate||void 0!==e&&e.clearImmediate||this&&this.clearImmediate}).call(this,n(17))},function(e,t,n){(function(e,t){!function(e,n){"use strict";if(!e.setImmediate){var r,a,i,o,s,u=1,l={},c=!1,d=e.document,f=Object.getPrototypeOf&&Object.getPrototypeOf(e);f=f&&f.setTimeout?f:e,"[object process]"==={}.toString.call(e.process)?r=function(e){t.nextTick((function(){m(e)}))}:!function(){if(e.postMessage&&!e.importScripts){var t=!0,n=e.onmessage;return e.onmessage=function(){t=!1},e.postMessage("","*"),e.onmessage=n,t}}()?e.MessageChannel?((i=new MessageChannel).port1.onmessage=function(e){m(e.data)},r=function(e){i.port2.postMessage(e)}):d&&"onreadystatechange"in d.createElement("script")?(a=d.documentElement,r=function(e){var t=d.createElement("script");t.onreadystatechange=function(){m(e),t.onreadystatechange=null,a.removeChild(t),t=null},a.appendChild(t)}):r=function(e){setTimeout(m,0,e)}:(o="setImmediate$"+Math.random()+"$",s=function(t){t.source===e&&"string"==typeof t.data&&0===t.data.indexOf(o)&&m(+t.data.slice(o.length))},e.addEventListener?e.addEventListener("message",s,!1):e.attachEvent("onmessage",s),r=function(t){e.postMessage(o+t,"*")}),f.setImmediate=function(e){"function"!=typeof e&&(e=new Function(""+e));for(var t=new Array(arguments.length-1),n=0;n<t.length;n++)t[n]=arguments[n+1];var a={callback:e,args:t};return l[u]=a,r(u),u++},f.clearImmediate=p}function p(e){delete l[e]}function m(e){if(c)setTimeout(m,0,e);else{var t=l[e];if(t){c=!0;try{!function(e){var t=e.callback,n=e.args;switch(n.length){case 0:t();break;case 1:t(n[0]);break;case 2:t(n[0],n[1]);break;case 3:t(n[0],n[1],n[2]);break;default:t.apply(void 0,n)}}(t)}finally{p(e),c=!1}}}}}("undefined"==typeof self?void 0===e?this:e:self)}).call(this,n(17),n(57))},,,,,,,,,,,,,function(e,n,r){"use strict";(function(e){var a=r(0),i=r.n(a),o=r(71),s=r(7);
+/**
+ * @copyright 2017 Christoph Wurst <christoph@winzerhof-wurst.at>
+ *
+ * @author Christoph Wurst <christoph@winzerhof-wurst.at>
+ * @author John Molakvoæ <skjnldsv@protonmail.com>
+ * @author Roeland Jago Douma <roeland@famdouma.nl>
+ *
+ * @license GNU AGPL version 3 or any later version
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Affero General Public License as
+ * published by the Free Software Foundation, either version 3 of the
+ * License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Affero General Public License for more details.
+ *
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ *
*/
-var r=Object.freeze({});function i(e){return null==e}function a(e){return null!=e}function o(e){return!0===e}function s(e){return"string"==typeof e||"number"==typeof e||"symbol"==typeof e||"boolean"==typeof e}function u(e){return null!==e&&"object"==typeof e}var c=Object.prototype.toString;function l(e){return"[object Object]"===c.call(e)}function d(e){return"[object RegExp]"===c.call(e)}function f(e){var t=parseFloat(String(e));return t>=0&&Math.floor(t)===t&&isFinite(e)}function h(e){return a(e)&&"function"==typeof e.then&&"function"==typeof e.catch}function p(e){return null==e?"":Array.isArray(e)||l(e)&&e.toString===c?JSON.stringify(e,null,2):String(e)}function m(e){var t=parseFloat(e);return isNaN(t)?e:t}function _(e,t){for(var n=Object.create(null),r=e.split(","),i=0;i<r.length;i++)n[r[i]]=!0;return t?function(e){return n[e.toLowerCase()]}:function(e){return n[e]}}_("slot,component",!0);var y=_("key,ref,slot,slot-scope,is");function v(e,t){if(e.length){var n=e.indexOf(t);if(n>-1)return e.splice(n,1)}}var g=Object.prototype.hasOwnProperty;function M(e,t){return g.call(e,t)}function L(e){var t=Object.create(null);return function(n){return t[n]||(t[n]=e(n))}}var w=/-(\w)/g,b=L((function(e){return e.replace(w,(function(e,t){return t?t.toUpperCase():""}))})),k=L((function(e){return e.charAt(0).toUpperCase()+e.slice(1)})),Y=/\B([A-Z])/g,T=L((function(e){return e.replace(Y,"-$1").toLowerCase()}));var x=Function.prototype.bind?function(e,t){return e.bind(t)}:function(e,t){function n(n){var r=arguments.length;return r?r>1?e.apply(t,arguments):e.call(t,n):e.call(t)}return n._length=e.length,n};function D(e,t){t=t||0;for(var n=e.length-t,r=new Array(n);n--;)r[n]=e[n+t];return r}function S(e,t){for(var n in t)e[n]=t[n];return e}function E(e){for(var t={},n=0;n<e.length;n++)e[n]&&S(t,e[n]);return t}function O(e,t,n){}var j=function(e,t,n){return!1},A=function(e){return e};function P(e,t){if(e===t)return!0;var n=u(e),r=u(t);if(!n||!r)return!n&&!r&&String(e)===String(t);try{var i=Array.isArray(e),a=Array.isArray(t);if(i&&a)return e.length===t.length&&e.every((function(e,n){return P(e,t[n])}));if(e instanceof Date&&t instanceof Date)return e.getTime()===t.getTime();if(i||a)return!1;var o=Object.keys(e),s=Object.keys(t);return o.length===s.length&&o.every((function(n){return P(e[n],t[n])}))}catch(e){return!1}}function H(e,t){for(var n=0;n<e.length;n++)if(P(e[n],t))return n;return-1}function C(e){var t=!1;return function(){t||(t=!0,e.apply(this,arguments))}}var N=["component","directive","filter"],I=["beforeCreate","created","beforeMount","mounted","beforeUpdate","updated","beforeDestroy","destroyed","activated","deactivated","errorCaptured","serverPrefetch"],R={optionMergeStrategies:Object.create(null),silent:!1,productionTip:!1,devtools:!1,performance:!1,errorHandler:null,warnHandler:null,ignoredElements:[],keyCodes:Object.create(null),isReservedTag:j,isReservedAttr:j,isUnknownElement:j,getTagNamespace:O,parsePlatformTagName:A,mustUseProp:j,async:!0,_lifecycleHooks:I},F=/a-zA-Z\u00B7\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u037D\u037F-\u1FFF\u200C-\u200D\u203F-\u2040\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD/;function W(e,t,n,r){Object.defineProperty(e,t,{value:n,enumerable:!!r,writable:!0,configurable:!0})}var $=new RegExp("[^"+F.source+".$_\\d]");var z,U="__proto__"in{},B="undefined"!=typeof window,q="undefined"!=typeof WXEnvironment&&!!WXEnvironment.platform,J=q&&WXEnvironment.platform.toLowerCase(),G=B&&window.navigator.userAgent.toLowerCase(),V=G&&/msie|trident/.test(G),K=G&&G.indexOf("msie 9.0")>0,X=G&&G.indexOf("edge/")>0,Z=(G&&G.indexOf("android"),G&&/iphone|ipad|ipod|ios/.test(G)||"ios"===J),Q=(G&&/chrome\/\d+/.test(G),G&&/phantomjs/.test(G),G&&G.match(/firefox\/(\d+)/)),ee={}.watch,te=!1;if(B)try{var ne={};Object.defineProperty(ne,"passive",{get:function(){te=!0}}),window.addEventListener("test-passive",null,ne)}catch(e){}var re=function(){return void 0===z&&(z=!B&&!q&&void 0!==e&&(e.process&&"server"===e.process.env.VUE_ENV)),z},ie=B&&window.__VUE_DEVTOOLS_GLOBAL_HOOK__;function ae(e){return"function"==typeof e&&/native code/.test(e.toString())}var oe,se="undefined"!=typeof Symbol&&ae(Symbol)&&"undefined"!=typeof Reflect&&ae(Reflect.ownKeys);oe="undefined"!=typeof Set&&ae(Set)?Set:function(){function e(){this.set=Object.create(null)}return e.prototype.has=function(e){return!0===this.set[e]},e.prototype.add=function(e){this.set[e]=!0},e.prototype.clear=function(){this.set=Object.create(null)},e}();var ue=O,ce=0,le=function(){this.id=ce++,this.subs=[]};le.prototype.addSub=function(e){this.subs.push(e)},le.prototype.removeSub=function(e){v(this.subs,e)},le.prototype.depend=function(){le.target&&le.target.addDep(this)},le.prototype.notify=function(){var e=this.subs.slice();for(var t=0,n=e.length;t<n;t++)e[t].update()},le.target=null;var de=[];function fe(e){de.push(e),le.target=e}function he(){de.pop(),le.target=de[de.length-1]}var pe=function(e,t,n,r,i,a,o,s){this.tag=e,this.data=t,this.children=n,this.text=r,this.elm=i,this.ns=void 0,this.context=a,this.fnContext=void 0,this.fnOptions=void 0,this.fnScopeId=void 0,this.key=t&&t.key,this.componentOptions=o,this.componentInstance=void 0,this.parent=void 0,this.raw=!1,this.isStatic=!1,this.isRootInsert=!0,this.isComment=!1,this.isCloned=!1,this.isOnce=!1,this.asyncFactory=s,this.asyncMeta=void 0,this.isAsyncPlaceholder=!1},me={child:{configurable:!0}};me.child.get=function(){return this.componentInstance},Object.defineProperties(pe.prototype,me);var _e=function(e){void 0===e&&(e="");var t=new pe;return t.text=e,t.isComment=!0,t};function ye(e){return new pe(void 0,void 0,void 0,String(e))}function ve(e){var t=new pe(e.tag,e.data,e.children&&e.children.slice(),e.text,e.elm,e.context,e.componentOptions,e.asyncFactory);return t.ns=e.ns,t.isStatic=e.isStatic,t.key=e.key,t.isComment=e.isComment,t.fnContext=e.fnContext,t.fnOptions=e.fnOptions,t.fnScopeId=e.fnScopeId,t.asyncMeta=e.asyncMeta,t.isCloned=!0,t}var ge=Array.prototype,Me=Object.create(ge);["push","pop","shift","unshift","splice","sort","reverse"].forEach((function(e){var t=ge[e];W(Me,e,(function(){for(var n=[],r=arguments.length;r--;)n[r]=arguments[r];var i,a=t.apply(this,n),o=this.__ob__;switch(e){case"push":case"unshift":i=n;break;case"splice":i=n.slice(2)}return i&&o.observeArray(i),o.dep.notify(),a}))}));var Le=Object.getOwnPropertyNames(Me),we=!0;function be(e){we=e}var ke=function(e){this.value=e,this.dep=new le,this.vmCount=0,W(e,"__ob__",this),Array.isArray(e)?(U?function(e,t){e.__proto__=t}(e,Me):function(e,t,n){for(var r=0,i=n.length;r<i;r++){var a=n[r];W(e,a,t[a])}}(e,Me,Le),this.observeArray(e)):this.walk(e)};function Ye(e,t){var n;if(u(e)&&!(e instanceof pe))return M(e,"__ob__")&&e.__ob__ instanceof ke?n=e.__ob__:we&&!re()&&(Array.isArray(e)||l(e))&&Object.isExtensible(e)&&!e._isVue&&(n=new ke(e)),t&&n&&n.vmCount++,n}function Te(e,t,n,r,i){var a=new le,o=Object.getOwnPropertyDescriptor(e,t);if(!o||!1!==o.configurable){var s=o&&o.get,u=o&&o.set;s&&!u||2!==arguments.length||(n=e[t]);var c=!i&&Ye(n);Object.defineProperty(e,t,{enumerable:!0,configurable:!0,get:function(){var t=s?s.call(e):n;return le.target&&(a.depend(),c&&(c.dep.depend(),Array.isArray(t)&&Se(t))),t},set:function(t){var r=s?s.call(e):n;t===r||t!=t&&r!=r||s&&!u||(u?u.call(e,t):n=t,c=!i&&Ye(t),a.notify())}})}}function xe(e,t,n){if(Array.isArray(e)&&f(t))return e.length=Math.max(e.length,t),e.splice(t,1,n),n;if(t in e&&!(t in Object.prototype))return e[t]=n,n;var r=e.__ob__;return e._isVue||r&&r.vmCount?n:r?(Te(r.value,t,n),r.dep.notify(),n):(e[t]=n,n)}function De(e,t){if(Array.isArray(e)&&f(t))e.splice(t,1);else{var n=e.__ob__;e._isVue||n&&n.vmCount||M(e,t)&&(delete e[t],n&&n.dep.notify())}}function Se(e){for(var t=void 0,n=0,r=e.length;n<r;n++)(t=e[n])&&t.__ob__&&t.__ob__.dep.depend(),Array.isArray(t)&&Se(t)}ke.prototype.walk=function(e){for(var t=Object.keys(e),n=0;n<t.length;n++)Te(e,t[n])},ke.prototype.observeArray=function(e){for(var t=0,n=e.length;t<n;t++)Ye(e[t])};var Ee=R.optionMergeStrategies;function Oe(e,t){if(!t)return e;for(var n,r,i,a=se?Reflect.ownKeys(t):Object.keys(t),o=0;o<a.length;o++)"__ob__"!==(n=a[o])&&(r=e[n],i=t[n],M(e,n)?r!==i&&l(r)&&l(i)&&Oe(r,i):xe(e,n,i));return e}function je(e,t,n){return n?function(){var r="function"==typeof t?t.call(n,n):t,i="function"==typeof e?e.call(n,n):e;return r?Oe(r,i):i}:t?e?function(){return Oe("function"==typeof t?t.call(this,this):t,"function"==typeof e?e.call(this,this):e)}:t:e}function Ae(e,t){var n=t?e?e.concat(t):Array.isArray(t)?t:[t]:e;return n?function(e){for(var t=[],n=0;n<e.length;n++)-1===t.indexOf(e[n])&&t.push(e[n]);return t}(n):n}function Pe(e,t,n,r){var i=Object.create(e||null);return t?S(i,t):i}Ee.data=function(e,t,n){return n?je(e,t,n):t&&"function"!=typeof t?e:je(e,t)},I.forEach((function(e){Ee[e]=Ae})),N.forEach((function(e){Ee[e+"s"]=Pe})),Ee.watch=function(e,t,n,r){if(e===ee&&(e=void 0),t===ee&&(t=void 0),!t)return Object.create(e||null);if(!e)return t;var i={};for(var a in S(i,e),t){var o=i[a],s=t[a];o&&!Array.isArray(o)&&(o=[o]),i[a]=o?o.concat(s):Array.isArray(s)?s:[s]}return i},Ee.props=Ee.methods=Ee.inject=Ee.computed=function(e,t,n,r){if(!e)return t;var i=Object.create(null);return S(i,e),t&&S(i,t),i},Ee.provide=je;var He=function(e,t){return void 0===t?e:t};function Ce(e,t,n){if("function"==typeof t&&(t=t.options),function(e,t){var n=e.props;if(n){var r,i,a={};if(Array.isArray(n))for(r=n.length;r--;)"string"==typeof(i=n[r])&&(a[b(i)]={type:null});else if(l(n))for(var o in n)i=n[o],a[b(o)]=l(i)?i:{type:i};else 0;e.props=a}}(t),function(e,t){var n=e.inject;if(n){var r=e.inject={};if(Array.isArray(n))for(var i=0;i<n.length;i++)r[n[i]]={from:n[i]};else if(l(n))for(var a in n){var o=n[a];r[a]=l(o)?S({from:a},o):{from:o}}else 0}}(t),function(e){var t=e.directives;if(t)for(var n in t){var r=t[n];"function"==typeof r&&(t[n]={bind:r,update:r})}}(t),!t._base&&(t.extends&&(e=Ce(e,t.extends,n)),t.mixins))for(var r=0,i=t.mixins.length;r<i;r++)e=Ce(e,t.mixins[r],n);var a,o={};for(a in e)s(a);for(a in t)M(e,a)||s(a);function s(r){var i=Ee[r]||He;o[r]=i(e[r],t[r],n,r)}return o}function Ne(e,t,n,r){if("string"==typeof n){var i=e[t];if(M(i,n))return i[n];var a=b(n);if(M(i,a))return i[a];var o=k(a);return M(i,o)?i[o]:i[n]||i[a]||i[o]}}function Ie(e,t,n,r){var i=t[e],a=!M(n,e),o=n[e],s=We(Boolean,i.type);if(s>-1)if(a&&!M(i,"default"))o=!1;else if(""===o||o===T(e)){var u=We(String,i.type);(u<0||s<u)&&(o=!0)}if(void 0===o){o=function(e,t,n){if(!M(t,"default"))return;var r=t.default;0;if(e&&e.$options.propsData&&void 0===e.$options.propsData[n]&&void 0!==e._props[n])return e._props[n];return"function"==typeof r&&"Function"!==Re(t.type)?r.call(e):r}(r,i,e);var c=we;be(!0),Ye(o),be(c)}return o}function Re(e){var t=e&&e.toString().match(/^\s*function (\w+)/);return t?t[1]:""}function Fe(e,t){return Re(e)===Re(t)}function We(e,t){if(!Array.isArray(t))return Fe(t,e)?0:-1;for(var n=0,r=t.length;n<r;n++)if(Fe(t[n],e))return n;return-1}function $e(e,t,n){fe();try{if(t)for(var r=t;r=r.$parent;){var i=r.$options.errorCaptured;if(i)for(var a=0;a<i.length;a++)try{if(!1===i[a].call(r,e,t,n))return}catch(e){Ue(e,r,"errorCaptured hook")}}Ue(e,t,n)}finally{he()}}function ze(e,t,n,r,i){var a;try{(a=n?e.apply(t,n):e.call(t))&&!a._isVue&&h(a)&&!a._handled&&(a.catch((function(e){return $e(e,r,i+" (Promise/async)")})),a._handled=!0)}catch(e){$e(e,r,i)}return a}function Ue(e,t,n){if(R.errorHandler)try{return R.errorHandler.call(null,e,t,n)}catch(t){t!==e&&Be(t,null,"config.errorHandler")}Be(e,t,n)}function Be(e,t,n){if(!B&&!q||"undefined"==typeof console)throw e;console.error(e)}var qe,Je=!1,Ge=[],Ve=!1;function Ke(){Ve=!1;var e=Ge.slice(0);Ge.length=0;for(var t=0;t<e.length;t++)e[t]()}if("undefined"!=typeof Promise&&ae(Promise)){var Xe=Promise.resolve();qe=function(){Xe.then(Ke),Z&&setTimeout(O)},Je=!0}else if(V||"undefined"==typeof MutationObserver||!ae(MutationObserver)&&"[object MutationObserverConstructor]"!==MutationObserver.toString())qe=void 0!==n&&ae(n)?function(){n(Ke)}:function(){setTimeout(Ke,0)};else{var Ze=1,Qe=new MutationObserver(Ke),et=document.createTextNode(String(Ze));Qe.observe(et,{characterData:!0}),qe=function(){Ze=(Ze+1)%2,et.data=String(Ze)},Je=!0}function tt(e,t){var n;if(Ge.push((function(){if(e)try{e.call(t)}catch(e){$e(e,t,"nextTick")}else n&&n(t)})),Ve||(Ve=!0,qe()),!e&&"undefined"!=typeof Promise)return new Promise((function(e){n=e}))}var nt=new oe;function rt(e){!function e(t,n){var r,i,a=Array.isArray(t);if(!a&&!u(t)||Object.isFrozen(t)||t instanceof pe)return;if(t.__ob__){var o=t.__ob__.dep.id;if(n.has(o))return;n.add(o)}if(a)for(r=t.length;r--;)e(t[r],n);else for(i=Object.keys(t),r=i.length;r--;)e(t[i[r]],n)}(e,nt),nt.clear()}var it=L((function(e){var t="&"===e.charAt(0),n="~"===(e=t?e.slice(1):e).charAt(0),r="!"===(e=n?e.slice(1):e).charAt(0);return{name:e=r?e.slice(1):e,once:n,capture:r,passive:t}}));function at(e,t){function n(){var e=arguments,r=n.fns;if(!Array.isArray(r))return ze(r,null,arguments,t,"v-on handler");for(var i=r.slice(),a=0;a<i.length;a++)ze(i[a],null,e,t,"v-on handler")}return n.fns=e,n}function ot(e,t,n,r,a,s){var u,c,l,d;for(u in e)c=e[u],l=t[u],d=it(u),i(c)||(i(l)?(i(c.fns)&&(c=e[u]=at(c,s)),o(d.once)&&(c=e[u]=a(d.name,c,d.capture)),n(d.name,c,d.capture,d.passive,d.params)):c!==l&&(l.fns=c,e[u]=l));for(u in t)i(e[u])&&r((d=it(u)).name,t[u],d.capture)}function st(e,t,n){var r;e instanceof pe&&(e=e.data.hook||(e.data.hook={}));var s=e[t];function u(){n.apply(this,arguments),v(r.fns,u)}i(s)?r=at([u]):a(s.fns)&&o(s.merged)?(r=s).fns.push(u):r=at([s,u]),r.merged=!0,e[t]=r}function ut(e,t,n,r,i){if(a(t)){if(M(t,n))return e[n]=t[n],i||delete t[n],!0;if(M(t,r))return e[n]=t[r],i||delete t[r],!0}return!1}function ct(e){return s(e)?[ye(e)]:Array.isArray(e)?function e(t,n){var r,u,c,l,d=[];for(r=0;r<t.length;r++)i(u=t[r])||"boolean"==typeof u||(c=d.length-1,l=d[c],Array.isArray(u)?u.length>0&&(lt((u=e(u,(n||"")+"_"+r))[0])&&lt(l)&&(d[c]=ye(l.text+u[0].text),u.shift()),d.push.apply(d,u)):s(u)?lt(l)?d[c]=ye(l.text+u):""!==u&&d.push(ye(u)):lt(u)&&lt(l)?d[c]=ye(l.text+u.text):(o(t._isVList)&&a(u.tag)&&i(u.key)&&a(n)&&(u.key="__vlist"+n+"_"+r+"__"),d.push(u)));return d}(e):void 0}function lt(e){return a(e)&&a(e.text)&&!1===e.isComment}function dt(e,t){if(e){for(var n=Object.create(null),r=se?Reflect.ownKeys(e):Object.keys(e),i=0;i<r.length;i++){var a=r[i];if("__ob__"!==a){for(var o=e[a].from,s=t;s;){if(s._provided&&M(s._provided,o)){n[a]=s._provided[o];break}s=s.$parent}if(!s)if("default"in e[a]){var u=e[a].default;n[a]="function"==typeof u?u.call(t):u}else 0}}return n}}function ft(e,t){if(!e||!e.length)return{};for(var n={},r=0,i=e.length;r<i;r++){var a=e[r],o=a.data;if(o&&o.attrs&&o.attrs.slot&&delete o.attrs.slot,a.context!==t&&a.fnContext!==t||!o||null==o.slot)(n.default||(n.default=[])).push(a);else{var s=o.slot,u=n[s]||(n[s]=[]);"template"===a.tag?u.push.apply(u,a.children||[]):u.push(a)}}for(var c in n)n[c].every(ht)&&delete n[c];return n}function ht(e){return e.isComment&&!e.asyncFactory||" "===e.text}function pt(e,t,n){var i,a=Object.keys(t).length>0,o=e?!!e.$stable:!a,s=e&&e.$key;if(e){if(e._normalized)return e._normalized;if(o&&n&&n!==r&&s===n.$key&&!a&&!n.$hasNormal)return n;for(var u in i={},e)e[u]&&"$"!==u[0]&&(i[u]=mt(t,u,e[u]))}else i={};for(var c in t)c in i||(i[c]=_t(t,c));return e&&Object.isExtensible(e)&&(e._normalized=i),W(i,"$stable",o),W(i,"$key",s),W(i,"$hasNormal",a),i}function mt(e,t,n){var r=function(){var e=arguments.length?n.apply(null,arguments):n({});return(e=e&&"object"==typeof e&&!Array.isArray(e)?[e]:ct(e))&&(0===e.length||1===e.length&&e[0].isComment)?void 0:e};return n.proxy&&Object.defineProperty(e,t,{get:r,enumerable:!0,configurable:!0}),r}function _t(e,t){return function(){return e[t]}}function yt(e,t){var n,r,i,o,s;if(Array.isArray(e)||"string"==typeof e)for(n=new Array(e.length),r=0,i=e.length;r<i;r++)n[r]=t(e[r],r);else if("number"==typeof e)for(n=new Array(e),r=0;r<e;r++)n[r]=t(r+1,r);else if(u(e))if(se&&e[Symbol.iterator]){n=[];for(var c=e[Symbol.iterator](),l=c.next();!l.done;)n.push(t(l.value,n.length)),l=c.next()}else for(o=Object.keys(e),n=new Array(o.length),r=0,i=o.length;r<i;r++)s=o[r],n[r]=t(e[s],s,r);return a(n)||(n=[]),n._isVList=!0,n}function vt(e,t,n,r){var i,a=this.$scopedSlots[e];a?(n=n||{},r&&(n=S(S({},r),n)),i=a(n)||t):i=this.$slots[e]||t;var o=n&&n.slot;return o?this.$createElement("template",{slot:o},i):i}function gt(e){return Ne(this.$options,"filters",e)||A}function Mt(e,t){return Array.isArray(e)?-1===e.indexOf(t):e!==t}function Lt(e,t,n,r,i){var a=R.keyCodes[t]||n;return i&&r&&!R.keyCodes[t]?Mt(i,r):a?Mt(a,e):r?T(r)!==t:void 0}function wt(e,t,n,r,i){if(n)if(u(n)){var a;Array.isArray(n)&&(n=E(n));var o=function(o){if("class"===o||"style"===o||y(o))a=e;else{var s=e.attrs&&e.attrs.type;a=r||R.mustUseProp(t,s,o)?e.domProps||(e.domProps={}):e.attrs||(e.attrs={})}var u=b(o),c=T(o);u in a||c in a||(a[o]=n[o],i&&((e.on||(e.on={}))["update:"+o]=function(e){n[o]=e}))};for(var s in n)o(s)}else;return e}function bt(e,t){var n=this._staticTrees||(this._staticTrees=[]),r=n[e];return r&&!t||Yt(r=n[e]=this.$options.staticRenderFns[e].call(this._renderProxy,null,this),"__static__"+e,!1),r}function kt(e,t,n){return Yt(e,"__once__"+t+(n?"_"+n:""),!0),e}function Yt(e,t,n){if(Array.isArray(e))for(var r=0;r<e.length;r++)e[r]&&"string"!=typeof e[r]&&Tt(e[r],t+"_"+r,n);else Tt(e,t,n)}function Tt(e,t,n){e.isStatic=!0,e.key=t,e.isOnce=n}function xt(e,t){if(t)if(l(t)){var n=e.on=e.on?S({},e.on):{};for(var r in t){var i=n[r],a=t[r];n[r]=i?[].concat(i,a):a}}else;return e}function Dt(e,t,n,r){t=t||{$stable:!n};for(var i=0;i<e.length;i++){var a=e[i];Array.isArray(a)?Dt(a,t,n):a&&(a.proxy&&(a.fn.proxy=!0),t[a.key]=a.fn)}return r&&(t.$key=r),t}function St(e,t){for(var n=0;n<t.length;n+=2){var r=t[n];"string"==typeof r&&r&&(e[t[n]]=t[n+1])}return e}function Et(e,t){return"string"==typeof e?t+e:e}function Ot(e){e._o=kt,e._n=m,e._s=p,e._l=yt,e._t=vt,e._q=P,e._i=H,e._m=bt,e._f=gt,e._k=Lt,e._b=wt,e._v=ye,e._e=_e,e._u=Dt,e._g=xt,e._d=St,e._p=Et}function jt(e,t,n,i,a){var s,u=this,c=a.options;M(i,"_uid")?(s=Object.create(i))._original=i:(s=i,i=i._original);var l=o(c._compiled),d=!l;this.data=e,this.props=t,this.children=n,this.parent=i,this.listeners=e.on||r,this.injections=dt(c.inject,i),this.slots=function(){return u.$slots||pt(e.scopedSlots,u.$slots=ft(n,i)),u.$slots},Object.defineProperty(this,"scopedSlots",{enumerable:!0,get:function(){return pt(e.scopedSlots,this.slots())}}),l&&(this.$options=c,this.$slots=this.slots(),this.$scopedSlots=pt(e.scopedSlots,this.$slots)),c._scopeId?this._c=function(e,t,n,r){var a=Rt(s,e,t,n,r,d);return a&&!Array.isArray(a)&&(a.fnScopeId=c._scopeId,a.fnContext=i),a}:this._c=function(e,t,n,r){return Rt(s,e,t,n,r,d)}}function At(e,t,n,r,i){var a=ve(e);return a.fnContext=n,a.fnOptions=r,t.slot&&((a.data||(a.data={})).slot=t.slot),a}function Pt(e,t){for(var n in t)e[b(n)]=t[n]}Ot(jt.prototype);var Ht={init:function(e,t){if(e.componentInstance&&!e.componentInstance._isDestroyed&&e.data.keepAlive){var n=e;Ht.prepatch(n,n)}else{(e.componentInstance=function(e,t){var n={_isComponent:!0,_parentVnode:e,parent:t},r=e.data.inlineTemplate;a(r)&&(n.render=r.render,n.staticRenderFns=r.staticRenderFns);return new e.componentOptions.Ctor(n)}(e,Vt)).$mount(t?e.elm:void 0,t)}},prepatch:function(e,t){var n=t.componentOptions;!function(e,t,n,i,a){0;var o=i.data.scopedSlots,s=e.$scopedSlots,u=!!(o&&!o.$stable||s!==r&&!s.$stable||o&&e.$scopedSlots.$key!==o.$key),c=!!(a||e.$options._renderChildren||u);e.$options._parentVnode=i,e.$vnode=i,e._vnode&&(e._vnode.parent=i);if(e.$options._renderChildren=a,e.$attrs=i.data.attrs||r,e.$listeners=n||r,t&&e.$options.props){be(!1);for(var l=e._props,d=e.$options._propKeys||[],f=0;f<d.length;f++){var h=d[f],p=e.$options.props;l[h]=Ie(h,p,t,e)}be(!0),e.$options.propsData=t}n=n||r;var m=e.$options._parentListeners;e.$options._parentListeners=n,Gt(e,n,m),c&&(e.$slots=ft(a,i.context),e.$forceUpdate());0}(t.componentInstance=e.componentInstance,n.propsData,n.listeners,t,n.children)},insert:function(e){var t,n=e.context,r=e.componentInstance;r._isMounted||(r._isMounted=!0,Qt(r,"mounted")),e.data.keepAlive&&(n._isMounted?((t=r)._inactive=!1,tn.push(t)):Zt(r,!0))},destroy:function(e){var t=e.componentInstance;t._isDestroyed||(e.data.keepAlive?function e(t,n){if(n&&(t._directInactive=!0,Xt(t)))return;if(!t._inactive){t._inactive=!0;for(var r=0;r<t.$children.length;r++)e(t.$children[r]);Qt(t,"deactivated")}}(t,!0):t.$destroy())}},Ct=Object.keys(Ht);function Nt(e,t,n,s,c){if(!i(e)){var l=n.$options._base;if(u(e)&&(e=l.extend(e)),"function"==typeof e){var d;if(i(e.cid)&&void 0===(e=function(e,t){if(o(e.error)&&a(e.errorComp))return e.errorComp;if(a(e.resolved))return e.resolved;var n=Wt;n&&a(e.owners)&&-1===e.owners.indexOf(n)&&e.owners.push(n);if(o(e.loading)&&a(e.loadingComp))return e.loadingComp;if(n&&!a(e.owners)){var r=e.owners=[n],s=!0,c=null,l=null;n.$on("hook:destroyed",(function(){return v(r,n)}));var d=function(e){for(var t=0,n=r.length;t<n;t++)r[t].$forceUpdate();e&&(r.length=0,null!==c&&(clearTimeout(c),c=null),null!==l&&(clearTimeout(l),l=null))},f=C((function(n){e.resolved=$t(n,t),s?r.length=0:d(!0)})),p=C((function(t){a(e.errorComp)&&(e.error=!0,d(!0))})),m=e(f,p);return u(m)&&(h(m)?i(e.resolved)&&m.then(f,p):h(m.component)&&(m.component.then(f,p),a(m.error)&&(e.errorComp=$t(m.error,t)),a(m.loading)&&(e.loadingComp=$t(m.loading,t),0===m.delay?e.loading=!0:c=setTimeout((function(){c=null,i(e.resolved)&&i(e.error)&&(e.loading=!0,d(!1))}),m.delay||200)),a(m.timeout)&&(l=setTimeout((function(){l=null,i(e.resolved)&&p(null)}),m.timeout)))),s=!1,e.loading?e.loadingComp:e.resolved}}(d=e,l)))return function(e,t,n,r,i){var a=_e();return a.asyncFactory=e,a.asyncMeta={data:t,context:n,children:r,tag:i},a}(d,t,n,s,c);t=t||{},wn(e),a(t.model)&&function(e,t){var n=e.model&&e.model.prop||"value",r=e.model&&e.model.event||"input";(t.attrs||(t.attrs={}))[n]=t.model.value;var i=t.on||(t.on={}),o=i[r],s=t.model.callback;a(o)?(Array.isArray(o)?-1===o.indexOf(s):o!==s)&&(i[r]=[s].concat(o)):i[r]=s}(e.options,t);var f=function(e,t,n){var r=t.options.props;if(!i(r)){var o={},s=e.attrs,u=e.props;if(a(s)||a(u))for(var c in r){var l=T(c);ut(o,u,c,l,!0)||ut(o,s,c,l,!1)}return o}}(t,e);if(o(e.options.functional))return function(e,t,n,i,o){var s=e.options,u={},c=s.props;if(a(c))for(var l in c)u[l]=Ie(l,c,t||r);else a(n.attrs)&&Pt(u,n.attrs),a(n.props)&&Pt(u,n.props);var d=new jt(n,u,o,i,e),f=s.render.call(null,d._c,d);if(f instanceof pe)return At(f,n,d.parent,s,d);if(Array.isArray(f)){for(var h=ct(f)||[],p=new Array(h.length),m=0;m<h.length;m++)p[m]=At(h[m],n,d.parent,s,d);return p}}(e,f,t,n,s);var p=t.on;if(t.on=t.nativeOn,o(e.options.abstract)){var m=t.slot;t={},m&&(t.slot=m)}!function(e){for(var t=e.hook||(e.hook={}),n=0;n<Ct.length;n++){var r=Ct[n],i=t[r],a=Ht[r];i===a||i&&i._merged||(t[r]=i?It(a,i):a)}}(t);var _=e.options.name||c;return new pe("vue-component-"+e.cid+(_?"-"+_:""),t,void 0,void 0,void 0,n,{Ctor:e,propsData:f,listeners:p,tag:c,children:s},d)}}}function It(e,t){var n=function(n,r){e(n,r),t(n,r)};return n._merged=!0,n}function Rt(e,t,n,r,c,l){return(Array.isArray(n)||s(n))&&(c=r,r=n,n=void 0),o(l)&&(c=2),function(e,t,n,r,s){if(a(n)&&a(n.__ob__))return _e();a(n)&&a(n.is)&&(t=n.is);if(!t)return _e();0;Array.isArray(r)&&"function"==typeof r[0]&&((n=n||{}).scopedSlots={default:r[0]},r.length=0);2===s?r=ct(r):1===s&&(r=function(e){for(var t=0;t<e.length;t++)if(Array.isArray(e[t]))return Array.prototype.concat.apply([],e);return e}(r));var c,l;if("string"==typeof t){var d;l=e.$vnode&&e.$vnode.ns||R.getTagNamespace(t),c=R.isReservedTag(t)?new pe(R.parsePlatformTagName(t),n,r,void 0,void 0,e):n&&n.pre||!a(d=Ne(e.$options,"components",t))?new pe(t,n,r,void 0,void 0,e):Nt(d,n,e,r,t)}else c=Nt(t,n,e,r);return Array.isArray(c)?c:a(c)?(a(l)&&function e(t,n,r){t.ns=n,"foreignObject"===t.tag&&(n=void 0,r=!0);if(a(t.children))for(var s=0,u=t.children.length;s<u;s++){var c=t.children[s];a(c.tag)&&(i(c.ns)||o(r)&&"svg"!==c.tag)&&e(c,n,r)}}(c,l),a(n)&&function(e){u(e.style)&&rt(e.style);u(e.class)&&rt(e.class)}(n),c):_e()}(e,t,n,r,c)}var Ft,Wt=null;function $t(e,t){return(e.__esModule||se&&"Module"===e[Symbol.toStringTag])&&(e=e.default),u(e)?t.extend(e):e}function zt(e){return e.isComment&&e.asyncFactory}function Ut(e){if(Array.isArray(e))for(var t=0;t<e.length;t++){var n=e[t];if(a(n)&&(a(n.componentOptions)||zt(n)))return n}}function Bt(e,t){Ft.$on(e,t)}function qt(e,t){Ft.$off(e,t)}function Jt(e,t){var n=Ft;return function r(){var i=t.apply(null,arguments);null!==i&&n.$off(e,r)}}function Gt(e,t,n){Ft=e,ot(t,n||{},Bt,qt,Jt,e),Ft=void 0}var Vt=null;function Kt(e){var t=Vt;return Vt=e,function(){Vt=t}}function Xt(e){for(;e&&(e=e.$parent);)if(e._inactive)return!0;return!1}function Zt(e,t){if(t){if(e._directInactive=!1,Xt(e))return}else if(e._directInactive)return;if(e._inactive||null===e._inactive){e._inactive=!1;for(var n=0;n<e.$children.length;n++)Zt(e.$children[n]);Qt(e,"activated")}}function Qt(e,t){fe();var n=e.$options[t],r=t+" hook";if(n)for(var i=0,a=n.length;i<a;i++)ze(n[i],e,null,e,r);e._hasHookEvent&&e.$emit("hook:"+t),he()}var en=[],tn=[],nn={},rn=!1,an=!1,on=0;var sn=0,un=Date.now;if(B&&!V){var cn=window.performance;cn&&"function"==typeof cn.now&&un()>document.createEvent("Event").timeStamp&&(un=function(){return cn.now()})}function ln(){var e,t;for(sn=un(),an=!0,en.sort((function(e,t){return e.id-t.id})),on=0;on<en.length;on++)(e=en[on]).before&&e.before(),t=e.id,nn[t]=null,e.run();var n=tn.slice(),r=en.slice();on=en.length=tn.length=0,nn={},rn=an=!1,function(e){for(var t=0;t<e.length;t++)e[t]._inactive=!0,Zt(e[t],!0)}(n),function(e){var t=e.length;for(;t--;){var n=e[t],r=n.vm;r._watcher===n&&r._isMounted&&!r._isDestroyed&&Qt(r,"updated")}}(r),ie&&R.devtools&&ie.emit("flush")}var dn=0,fn=function(e,t,n,r,i){this.vm=e,i&&(e._watcher=this),e._watchers.push(this),r?(this.deep=!!r.deep,this.user=!!r.user,this.lazy=!!r.lazy,this.sync=!!r.sync,this.before=r.before):this.deep=this.user=this.lazy=this.sync=!1,this.cb=n,this.id=++dn,this.active=!0,this.dirty=this.lazy,this.deps=[],this.newDeps=[],this.depIds=new oe,this.newDepIds=new oe,this.expression="","function"==typeof t?this.getter=t:(this.getter=function(e){if(!$.test(e)){var t=e.split(".");return function(e){for(var n=0;n<t.length;n++){if(!e)return;e=e[t[n]]}return e}}}(t),this.getter||(this.getter=O)),this.value=this.lazy?void 0:this.get()};fn.prototype.get=function(){var e;fe(this);var t=this.vm;try{e=this.getter.call(t,t)}catch(e){if(!this.user)throw e;$e(e,t,'getter for watcher "'+this.expression+'"')}finally{this.deep&&rt(e),he(),this.cleanupDeps()}return e},fn.prototype.addDep=function(e){var t=e.id;this.newDepIds.has(t)||(this.newDepIds.add(t),this.newDeps.push(e),this.depIds.has(t)||e.addSub(this))},fn.prototype.cleanupDeps=function(){for(var e=this.deps.length;e--;){var t=this.deps[e];this.newDepIds.has(t.id)||t.removeSub(this)}var n=this.depIds;this.depIds=this.newDepIds,this.newDepIds=n,this.newDepIds.clear(),n=this.deps,this.deps=this.newDeps,this.newDeps=n,this.newDeps.length=0},fn.prototype.update=function(){this.lazy?this.dirty=!0:this.sync?this.run():function(e){var t=e.id;if(null==nn[t]){if(nn[t]=!0,an){for(var n=en.length-1;n>on&&en[n].id>e.id;)n--;en.splice(n+1,0,e)}else en.push(e);rn||(rn=!0,tt(ln))}}(this)},fn.prototype.run=function(){if(this.active){var e=this.get();if(e!==this.value||u(e)||this.deep){var t=this.value;if(this.value=e,this.user)try{this.cb.call(this.vm,e,t)}catch(e){$e(e,this.vm,'callback for watcher "'+this.expression+'"')}else this.cb.call(this.vm,e,t)}}},fn.prototype.evaluate=function(){this.value=this.get(),this.dirty=!1},fn.prototype.depend=function(){for(var e=this.deps.length;e--;)this.deps[e].depend()},fn.prototype.teardown=function(){if(this.active){this.vm._isBeingDestroyed||v(this.vm._watchers,this);for(var e=this.deps.length;e--;)this.deps[e].removeSub(this);this.active=!1}};var hn={enumerable:!0,configurable:!0,get:O,set:O};function pn(e,t,n){hn.get=function(){return this[t][n]},hn.set=function(e){this[t][n]=e},Object.defineProperty(e,n,hn)}function mn(e){e._watchers=[];var t=e.$options;t.props&&function(e,t){var n=e.$options.propsData||{},r=e._props={},i=e.$options._propKeys=[];e.$parent&&be(!1);var a=function(a){i.push(a);var o=Ie(a,t,n,e);Te(r,a,o),a in e||pn(e,"_props",a)};for(var o in t)a(o);be(!0)}(e,t.props),t.methods&&function(e,t){e.$options.props;for(var n in t)e[n]="function"!=typeof t[n]?O:x(t[n],e)}(e,t.methods),t.data?function(e){var t=e.$options.data;l(t=e._data="function"==typeof t?function(e,t){fe();try{return e.call(t,t)}catch(e){return $e(e,t,"data()"),{}}finally{he()}}(t,e):t||{})||(t={});var n=Object.keys(t),r=e.$options.props,i=(e.$options.methods,n.length);for(;i--;){var a=n[i];0,r&&M(r,a)||(o=void 0,36!==(o=(a+"").charCodeAt(0))&&95!==o&&pn(e,"_data",a))}var o;Ye(t,!0)}(e):Ye(e._data={},!0),t.computed&&function(e,t){var n=e._computedWatchers=Object.create(null),r=re();for(var i in t){var a=t[i],o="function"==typeof a?a:a.get;0,r||(n[i]=new fn(e,o||O,O,_n)),i in e||yn(e,i,a)}}(e,t.computed),t.watch&&t.watch!==ee&&function(e,t){for(var n in t){var r=t[n];if(Array.isArray(r))for(var i=0;i<r.length;i++)Mn(e,n,r[i]);else Mn(e,n,r)}}(e,t.watch)}var _n={lazy:!0};function yn(e,t,n){var r=!re();"function"==typeof n?(hn.get=r?vn(t):gn(n),hn.set=O):(hn.get=n.get?r&&!1!==n.cache?vn(t):gn(n.get):O,hn.set=n.set||O),Object.defineProperty(e,t,hn)}function vn(e){return function(){var t=this._computedWatchers&&this._computedWatchers[e];if(t)return t.dirty&&t.evaluate(),le.target&&t.depend(),t.value}}function gn(e){return function(){return e.call(this,this)}}function Mn(e,t,n,r){return l(n)&&(r=n,n=n.handler),"string"==typeof n&&(n=e[n]),e.$watch(t,n,r)}var Ln=0;function wn(e){var t=e.options;if(e.super){var n=wn(e.super);if(n!==e.superOptions){e.superOptions=n;var r=function(e){var t,n=e.options,r=e.sealedOptions;for(var i in n)n[i]!==r[i]&&(t||(t={}),t[i]=n[i]);return t}(e);r&&S(e.extendOptions,r),(t=e.options=Ce(n,e.extendOptions)).name&&(t.components[t.name]=e)}}return t}function bn(e){this._init(e)}function kn(e){e.cid=0;var t=1;e.extend=function(e){e=e||{};var n=this,r=n.cid,i=e._Ctor||(e._Ctor={});if(i[r])return i[r];var a=e.name||n.options.name;var o=function(e){this._init(e)};return(o.prototype=Object.create(n.prototype)).constructor=o,o.cid=t++,o.options=Ce(n.options,e),o.super=n,o.options.props&&function(e){var t=e.options.props;for(var n in t)pn(e.prototype,"_props",n)}(o),o.options.computed&&function(e){var t=e.options.computed;for(var n in t)yn(e.prototype,n,t[n])}(o),o.extend=n.extend,o.mixin=n.mixin,o.use=n.use,N.forEach((function(e){o[e]=n[e]})),a&&(o.options.components[a]=o),o.superOptions=n.options,o.extendOptions=e,o.sealedOptions=S({},o.options),i[r]=o,o}}function Yn(e){return e&&(e.Ctor.options.name||e.tag)}function Tn(e,t){return Array.isArray(e)?e.indexOf(t)>-1:"string"==typeof e?e.split(",").indexOf(t)>-1:!!d(e)&&e.test(t)}function xn(e,t){var n=e.cache,r=e.keys,i=e._vnode;for(var a in n){var o=n[a];if(o){var s=Yn(o.componentOptions);s&&!t(s)&&Dn(n,a,r,i)}}}function Dn(e,t,n,r){var i=e[t];!i||r&&i.tag===r.tag||i.componentInstance.$destroy(),e[t]=null,v(n,t)}!function(e){e.prototype._init=function(e){var t=this;t._uid=Ln++,t._isVue=!0,e&&e._isComponent?function(e,t){var n=e.$options=Object.create(e.constructor.options),r=t._parentVnode;n.parent=t.parent,n._parentVnode=r;var i=r.componentOptions;n.propsData=i.propsData,n._parentListeners=i.listeners,n._renderChildren=i.children,n._componentTag=i.tag,t.render&&(n.render=t.render,n.staticRenderFns=t.staticRenderFns)}(t,e):t.$options=Ce(wn(t.constructor),e||{},t),t._renderProxy=t,t._self=t,function(e){var t=e.$options,n=t.parent;if(n&&!t.abstract){for(;n.$options.abstract&&n.$parent;)n=n.$parent;n.$children.push(e)}e.$parent=n,e.$root=n?n.$root:e,e.$children=[],e.$refs={},e._watcher=null,e._inactive=null,e._directInactive=!1,e._isMounted=!1,e._isDestroyed=!1,e._isBeingDestroyed=!1}(t),function(e){e._events=Object.create(null),e._hasHookEvent=!1;var t=e.$options._parentListeners;t&&Gt(e,t)}(t),function(e){e._vnode=null,e._staticTrees=null;var t=e.$options,n=e.$vnode=t._parentVnode,i=n&&n.context;e.$slots=ft(t._renderChildren,i),e.$scopedSlots=r,e._c=function(t,n,r,i){return Rt(e,t,n,r,i,!1)},e.$createElement=function(t,n,r,i){return Rt(e,t,n,r,i,!0)};var a=n&&n.data;Te(e,"$attrs",a&&a.attrs||r,null,!0),Te(e,"$listeners",t._parentListeners||r,null,!0)}(t),Qt(t,"beforeCreate"),function(e){var t=dt(e.$options.inject,e);t&&(be(!1),Object.keys(t).forEach((function(n){Te(e,n,t[n])})),be(!0))}(t),mn(t),function(e){var t=e.$options.provide;t&&(e._provided="function"==typeof t?t.call(e):t)}(t),Qt(t,"created"),t.$options.el&&t.$mount(t.$options.el)}}(bn),function(e){var t={get:function(){return this._data}},n={get:function(){return this._props}};Object.defineProperty(e.prototype,"$data",t),Object.defineProperty(e.prototype,"$props",n),e.prototype.$set=xe,e.prototype.$delete=De,e.prototype.$watch=function(e,t,n){if(l(t))return Mn(this,e,t,n);(n=n||{}).user=!0;var r=new fn(this,e,t,n);if(n.immediate)try{t.call(this,r.value)}catch(e){$e(e,this,'callback for immediate watcher "'+r.expression+'"')}return function(){r.teardown()}}}(bn),function(e){var t=/^hook:/;e.prototype.$on=function(e,n){var r=this;if(Array.isArray(e))for(var i=0,a=e.length;i<a;i++)r.$on(e[i],n);else(r._events[e]||(r._events[e]=[])).push(n),t.test(e)&&(r._hasHookEvent=!0);return r},e.prototype.$once=function(e,t){var n=this;function r(){n.$off(e,r),t.apply(n,arguments)}return r.fn=t,n.$on(e,r),n},e.prototype.$off=function(e,t){var n=this;if(!arguments.length)return n._events=Object.create(null),n;if(Array.isArray(e)){for(var r=0,i=e.length;r<i;r++)n.$off(e[r],t);return n}var a,o=n._events[e];if(!o)return n;if(!t)return n._events[e]=null,n;for(var s=o.length;s--;)if((a=o[s])===t||a.fn===t){o.splice(s,1);break}return n},e.prototype.$emit=function(e){var t=this,n=t._events[e];if(n){n=n.length>1?D(n):n;for(var r=D(arguments,1),i='event handler for "'+e+'"',a=0,o=n.length;a<o;a++)ze(n[a],t,r,t,i)}return t}}(bn),function(e){e.prototype._update=function(e,t){var n=this,r=n.$el,i=n._vnode,a=Kt(n);n._vnode=e,n.$el=i?n.__patch__(i,e):n.__patch__(n.$el,e,t,!1),a(),r&&(r.__vue__=null),n.$el&&(n.$el.__vue__=n),n.$vnode&&n.$parent&&n.$vnode===n.$parent._vnode&&(n.$parent.$el=n.$el)},e.prototype.$forceUpdate=function(){this._watcher&&this._watcher.update()},e.prototype.$destroy=function(){var e=this;if(!e._isBeingDestroyed){Qt(e,"beforeDestroy"),e._isBeingDestroyed=!0;var t=e.$parent;!t||t._isBeingDestroyed||e.$options.abstract||v(t.$children,e),e._watcher&&e._watcher.teardown();for(var n=e._watchers.length;n--;)e._watchers[n].teardown();e._data.__ob__&&e._data.__ob__.vmCount--,e._isDestroyed=!0,e.__patch__(e._vnode,null),Qt(e,"destroyed"),e.$off(),e.$el&&(e.$el.__vue__=null),e.$vnode&&(e.$vnode.parent=null)}}}(bn),function(e){Ot(e.prototype),e.prototype.$nextTick=function(e){return tt(e,this)},e.prototype._render=function(){var e,t=this,n=t.$options,r=n.render,i=n._parentVnode;i&&(t.$scopedSlots=pt(i.data.scopedSlots,t.$slots,t.$scopedSlots)),t.$vnode=i;try{Wt=t,e=r.call(t._renderProxy,t.$createElement)}catch(n){$e(n,t,"render"),e=t._vnode}finally{Wt=null}return Array.isArray(e)&&1===e.length&&(e=e[0]),e instanceof pe||(e=_e()),e.parent=i,e}}(bn);var Sn=[String,RegExp,Array],En={KeepAlive:{name:"keep-alive",abstract:!0,props:{include:Sn,exclude:Sn,max:[String,Number]},created:function(){this.cache=Object.create(null),this.keys=[]},destroyed:function(){for(var e in this.cache)Dn(this.cache,e,this.keys)},mounted:function(){var e=this;this.$watch("include",(function(t){xn(e,(function(e){return Tn(t,e)}))})),this.$watch("exclude",(function(t){xn(e,(function(e){return!Tn(t,e)}))}))},render:function(){var e=this.$slots.default,t=Ut(e),n=t&&t.componentOptions;if(n){var r=Yn(n),i=this.include,a=this.exclude;if(i&&(!r||!Tn(i,r))||a&&r&&Tn(a,r))return t;var o=this.cache,s=this.keys,u=null==t.key?n.Ctor.cid+(n.tag?"::"+n.tag:""):t.key;o[u]?(t.componentInstance=o[u].componentInstance,v(s,u),s.push(u)):(o[u]=t,s.push(u),this.max&&s.length>parseInt(this.max)&&Dn(o,s[0],s,this._vnode)),t.data.keepAlive=!0}return t||e&&e[0]}}};!function(e){var t={get:function(){return R}};Object.defineProperty(e,"config",t),e.util={warn:ue,extend:S,mergeOptions:Ce,defineReactive:Te},e.set=xe,e.delete=De,e.nextTick=tt,e.observable=function(e){return Ye(e),e},e.options=Object.create(null),N.forEach((function(t){e.options[t+"s"]=Object.create(null)})),e.options._base=e,S(e.options.components,En),function(e){e.use=function(e){var t=this._installedPlugins||(this._installedPlugins=[]);if(t.indexOf(e)>-1)return this;var n=D(arguments,1);return n.unshift(this),"function"==typeof e.install?e.install.apply(e,n):"function"==typeof e&&e.apply(null,n),t.push(e),this}}(e),function(e){e.mixin=function(e){return this.options=Ce(this.options,e),this}}(e),kn(e),function(e){N.forEach((function(t){e[t]=function(e,n){return n?("component"===t&&l(n)&&(n.name=n.name||e,n=this.options._base.extend(n)),"directive"===t&&"function"==typeof n&&(n={bind:n,update:n}),this.options[t+"s"][e]=n,n):this.options[t+"s"][e]}}))}(e)}(bn),Object.defineProperty(bn.prototype,"$isServer",{get:re}),Object.defineProperty(bn.prototype,"$ssrContext",{get:function(){return this.$vnode&&this.$vnode.ssrContext}}),Object.defineProperty(bn,"FunctionalRenderContext",{value:jt}),bn.version="2.6.11";var On=_("style,class"),jn=_("input,textarea,option,select,progress"),An=_("contenteditable,draggable,spellcheck"),Pn=_("events,caret,typing,plaintext-only"),Hn=_("allowfullscreen,async,autofocus,autoplay,checked,compact,controls,declare,default,defaultchecked,defaultmuted,defaultselected,defer,disabled,enabled,formnovalidate,hidden,indeterminate,inert,ismap,itemscope,loop,multiple,muted,nohref,noresize,noshade,novalidate,nowrap,open,pauseonexit,readonly,required,reversed,scoped,seamless,selected,sortable,translate,truespeed,typemustmatch,visible"),Cn="http://www.w3.org/1999/xlink",Nn=function(e){return":"===e.charAt(5)&&"xlink"===e.slice(0,5)},In=function(e){return Nn(e)?e.slice(6,e.length):""},Rn=function(e){return null==e||!1===e};function Fn(e){for(var t=e.data,n=e,r=e;a(r.componentInstance);)(r=r.componentInstance._vnode)&&r.data&&(t=Wn(r.data,t));for(;a(n=n.parent);)n&&n.data&&(t=Wn(t,n.data));return function(e,t){if(a(e)||a(t))return $n(e,zn(t));return""}(t.staticClass,t.class)}function Wn(e,t){return{staticClass:$n(e.staticClass,t.staticClass),class:a(e.class)?[e.class,t.class]:t.class}}function $n(e,t){return e?t?e+" "+t:e:t||""}function zn(e){return Array.isArray(e)?function(e){for(var t,n="",r=0,i=e.length;r<i;r++)a(t=zn(e[r]))&&""!==t&&(n&&(n+=" "),n+=t);return n}(e):u(e)?function(e){var t="";for(var n in e)e[n]&&(t&&(t+=" "),t+=n);return t}(e):"string"==typeof e?e:""}var Un={svg:"http://www.w3.org/2000/svg",math:"http://www.w3.org/1998/Math/MathML"},Bn=_("html,body,base,head,link,meta,style,title,address,article,aside,footer,header,h1,h2,h3,h4,h5,h6,hgroup,nav,section,div,dd,dl,dt,figcaption,figure,picture,hr,img,li,main,ol,p,pre,ul,a,b,abbr,bdi,bdo,br,cite,code,data,dfn,em,i,kbd,mark,q,rp,rt,rtc,ruby,s,samp,small,span,strong,sub,sup,time,u,var,wbr,area,audio,map,track,video,embed,object,param,source,canvas,script,noscript,del,ins,caption,col,colgroup,table,thead,tbody,td,th,tr,button,datalist,fieldset,form,input,label,legend,meter,optgroup,option,output,progress,select,textarea,details,dialog,menu,menuitem,summary,content,element,shadow,template,blockquote,iframe,tfoot"),qn=_("svg,animate,circle,clippath,cursor,defs,desc,ellipse,filter,font-face,foreignObject,g,glyph,image,line,marker,mask,missing-glyph,path,pattern,polygon,polyline,rect,switch,symbol,text,textpath,tspan,use,view",!0),Jn=function(e){return Bn(e)||qn(e)};var Gn=Object.create(null);var Vn=_("text,number,password,search,email,tel,url");var Kn=Object.freeze({createElement:function(e,t){var n=document.createElement(e);return"select"!==e||t.data&&t.data.attrs&&void 0!==t.data.attrs.multiple&&n.setAttribute("multiple","multiple"),n},createElementNS:function(e,t){return document.createElementNS(Un[e],t)},createTextNode:function(e){return document.createTextNode(e)},createComment:function(e){return document.createComment(e)},insertBefore:function(e,t,n){e.insertBefore(t,n)},removeChild:function(e,t){e.removeChild(t)},appendChild:function(e,t){e.appendChild(t)},parentNode:function(e){return e.parentNode},nextSibling:function(e){return e.nextSibling},tagName:function(e){return e.tagName},setTextContent:function(e,t){e.textContent=t},setStyleScope:function(e,t){e.setAttribute(t,"")}}),Xn={create:function(e,t){Zn(t)},update:function(e,t){e.data.ref!==t.data.ref&&(Zn(e,!0),Zn(t))},destroy:function(e){Zn(e,!0)}};function Zn(e,t){var n=e.data.ref;if(a(n)){var r=e.context,i=e.componentInstance||e.elm,o=r.$refs;t?Array.isArray(o[n])?v(o[n],i):o[n]===i&&(o[n]=void 0):e.data.refInFor?Array.isArray(o[n])?o[n].indexOf(i)<0&&o[n].push(i):o[n]=[i]:o[n]=i}}var Qn=new pe("",{},[]),er=["create","activate","update","remove","destroy"];function tr(e,t){return e.key===t.key&&(e.tag===t.tag&&e.isComment===t.isComment&&a(e.data)===a(t.data)&&function(e,t){if("input"!==e.tag)return!0;var n,r=a(n=e.data)&&a(n=n.attrs)&&n.type,i=a(n=t.data)&&a(n=n.attrs)&&n.type;return r===i||Vn(r)&&Vn(i)}(e,t)||o(e.isAsyncPlaceholder)&&e.asyncFactory===t.asyncFactory&&i(t.asyncFactory.error))}function nr(e,t,n){var r,i,o={};for(r=t;r<=n;++r)a(i=e[r].key)&&(o[i]=r);return o}var rr={create:ir,update:ir,destroy:function(e){ir(e,Qn)}};function ir(e,t){(e.data.directives||t.data.directives)&&function(e,t){var n,r,i,a=e===Qn,o=t===Qn,s=or(e.data.directives,e.context),u=or(t.data.directives,t.context),c=[],l=[];for(n in u)r=s[n],i=u[n],r?(i.oldValue=r.value,i.oldArg=r.arg,ur(i,"update",t,e),i.def&&i.def.componentUpdated&&l.push(i)):(ur(i,"bind",t,e),i.def&&i.def.inserted&&c.push(i));if(c.length){var d=function(){for(var n=0;n<c.length;n++)ur(c[n],"inserted",t,e)};a?st(t,"insert",d):d()}l.length&&st(t,"postpatch",(function(){for(var n=0;n<l.length;n++)ur(l[n],"componentUpdated",t,e)}));if(!a)for(n in s)u[n]||ur(s[n],"unbind",e,e,o)}(e,t)}var ar=Object.create(null);function or(e,t){var n,r,i=Object.create(null);if(!e)return i;for(n=0;n<e.length;n++)(r=e[n]).modifiers||(r.modifiers=ar),i[sr(r)]=r,r.def=Ne(t.$options,"directives",r.name);return i}function sr(e){return e.rawName||e.name+"."+Object.keys(e.modifiers||{}).join(".")}function ur(e,t,n,r,i){var a=e.def&&e.def[t];if(a)try{a(n.elm,e,n,r,i)}catch(r){$e(r,n.context,"directive "+e.name+" "+t+" hook")}}var cr=[Xn,rr];function lr(e,t){var n=t.componentOptions;if(!(a(n)&&!1===n.Ctor.options.inheritAttrs||i(e.data.attrs)&&i(t.data.attrs))){var r,o,s=t.elm,u=e.data.attrs||{},c=t.data.attrs||{};for(r in a(c.__ob__)&&(c=t.data.attrs=S({},c)),c)o=c[r],u[r]!==o&&dr(s,r,o);for(r in(V||X)&&c.value!==u.value&&dr(s,"value",c.value),u)i(c[r])&&(Nn(r)?s.removeAttributeNS(Cn,In(r)):An(r)||s.removeAttribute(r))}}function dr(e,t,n){e.tagName.indexOf("-")>-1?fr(e,t,n):Hn(t)?Rn(n)?e.removeAttribute(t):(n="allowfullscreen"===t&&"EMBED"===e.tagName?"true":t,e.setAttribute(t,n)):An(t)?e.setAttribute(t,function(e,t){return Rn(t)||"false"===t?"false":"contenteditable"===e&&Pn(t)?t:"true"}(t,n)):Nn(t)?Rn(n)?e.removeAttributeNS(Cn,In(t)):e.setAttributeNS(Cn,t,n):fr(e,t,n)}function fr(e,t,n){if(Rn(n))e.removeAttribute(t);else{if(V&&!K&&"TEXTAREA"===e.tagName&&"placeholder"===t&&""!==n&&!e.__ieph){var r=function(t){t.stopImmediatePropagation(),e.removeEventListener("input",r)};e.addEventListener("input",r),e.__ieph=!0}e.setAttribute(t,n)}}var hr={create:lr,update:lr};function pr(e,t){var n=t.elm,r=t.data,o=e.data;if(!(i(r.staticClass)&&i(r.class)&&(i(o)||i(o.staticClass)&&i(o.class)))){var s=Fn(t),u=n._transitionClasses;a(u)&&(s=$n(s,zn(u))),s!==n._prevClass&&(n.setAttribute("class",s),n._prevClass=s)}}var mr,_r={create:pr,update:pr};function yr(e,t,n){var r=mr;return function i(){var a=t.apply(null,arguments);null!==a&&Mr(e,i,n,r)}}var vr=Je&&!(Q&&Number(Q[1])<=53);function gr(e,t,n,r){if(vr){var i=sn,a=t;t=a._wrapper=function(e){if(e.target===e.currentTarget||e.timeStamp>=i||e.timeStamp<=0||e.target.ownerDocument!==document)return a.apply(this,arguments)}}mr.addEventListener(e,t,te?{capture:n,passive:r}:n)}function Mr(e,t,n,r){(r||mr).removeEventListener(e,t._wrapper||t,n)}function Lr(e,t){if(!i(e.data.on)||!i(t.data.on)){var n=t.data.on||{},r=e.data.on||{};mr=t.elm,function(e){if(a(e.__r)){var t=V?"change":"input";e[t]=[].concat(e.__r,e[t]||[]),delete e.__r}a(e.__c)&&(e.change=[].concat(e.__c,e.change||[]),delete e.__c)}(n),ot(n,r,gr,Mr,yr,t.context),mr=void 0}}var wr,br={create:Lr,update:Lr};function kr(e,t){if(!i(e.data.domProps)||!i(t.data.domProps)){var n,r,o=t.elm,s=e.data.domProps||{},u=t.data.domProps||{};for(n in a(u.__ob__)&&(u=t.data.domProps=S({},u)),s)n in u||(o[n]="");for(n in u){if(r=u[n],"textContent"===n||"innerHTML"===n){if(t.children&&(t.children.length=0),r===s[n])continue;1===o.childNodes.length&&o.removeChild(o.childNodes[0])}if("value"===n&&"PROGRESS"!==o.tagName){o._value=r;var c=i(r)?"":String(r);Yr(o,c)&&(o.value=c)}else if("innerHTML"===n&&qn(o.tagName)&&i(o.innerHTML)){(wr=wr||document.createElement("div")).innerHTML="<svg>"+r+"</svg>";for(var l=wr.firstChild;o.firstChild;)o.removeChild(o.firstChild);for(;l.firstChild;)o.appendChild(l.firstChild)}else if(r!==s[n])try{o[n]=r}catch(e){}}}}function Yr(e,t){return!e.composing&&("OPTION"===e.tagName||function(e,t){var n=!0;try{n=document.activeElement!==e}catch(e){}return n&&e.value!==t}(e,t)||function(e,t){var n=e.value,r=e._vModifiers;if(a(r)){if(r.number)return m(n)!==m(t);if(r.trim)return n.trim()!==t.trim()}return n!==t}(e,t))}var Tr={create:kr,update:kr},xr=L((function(e){var t={},n=/:(.+)/;return e.split(/;(?![^(]*\))/g).forEach((function(e){if(e){var r=e.split(n);r.length>1&&(t[r[0].trim()]=r[1].trim())}})),t}));function Dr(e){var t=Sr(e.style);return e.staticStyle?S(e.staticStyle,t):t}function Sr(e){return Array.isArray(e)?E(e):"string"==typeof e?xr(e):e}var Er,Or=/^--/,jr=/\s*!important$/,Ar=function(e,t,n){if(Or.test(t))e.style.setProperty(t,n);else if(jr.test(n))e.style.setProperty(T(t),n.replace(jr,""),"important");else{var r=Hr(t);if(Array.isArray(n))for(var i=0,a=n.length;i<a;i++)e.style[r]=n[i];else e.style[r]=n}},Pr=["Webkit","Moz","ms"],Hr=L((function(e){if(Er=Er||document.createElement("div").style,"filter"!==(e=b(e))&&e in Er)return e;for(var t=e.charAt(0).toUpperCase()+e.slice(1),n=0;n<Pr.length;n++){var r=Pr[n]+t;if(r in Er)return r}}));function Cr(e,t){var n=t.data,r=e.data;if(!(i(n.staticStyle)&&i(n.style)&&i(r.staticStyle)&&i(r.style))){var o,s,u=t.elm,c=r.staticStyle,l=r.normalizedStyle||r.style||{},d=c||l,f=Sr(t.data.style)||{};t.data.normalizedStyle=a(f.__ob__)?S({},f):f;var h=function(e,t){var n,r={};if(t)for(var i=e;i.componentInstance;)(i=i.componentInstance._vnode)&&i.data&&(n=Dr(i.data))&&S(r,n);(n=Dr(e.data))&&S(r,n);for(var a=e;a=a.parent;)a.data&&(n=Dr(a.data))&&S(r,n);return r}(t,!0);for(s in d)i(h[s])&&Ar(u,s,"");for(s in h)(o=h[s])!==d[s]&&Ar(u,s,null==o?"":o)}}var Nr={create:Cr,update:Cr},Ir=/\s+/;function Rr(e,t){if(t&&(t=t.trim()))if(e.classList)t.indexOf(" ")>-1?t.split(Ir).forEach((function(t){return e.classList.add(t)})):e.classList.add(t);else{var n=" "+(e.getAttribute("class")||"")+" ";n.indexOf(" "+t+" ")<0&&e.setAttribute("class",(n+t).trim())}}function Fr(e,t){if(t&&(t=t.trim()))if(e.classList)t.indexOf(" ")>-1?t.split(Ir).forEach((function(t){return e.classList.remove(t)})):e.classList.remove(t),e.classList.length||e.removeAttribute("class");else{for(var n=" "+(e.getAttribute("class")||"")+" ",r=" "+t+" ";n.indexOf(r)>=0;)n=n.replace(r," ");(n=n.trim())?e.setAttribute("class",n):e.removeAttribute("class")}}function Wr(e){if(e){if("object"==typeof e){var t={};return!1!==e.css&&S(t,$r(e.name||"v")),S(t,e),t}return"string"==typeof e?$r(e):void 0}}var $r=L((function(e){return{enterClass:e+"-enter",enterToClass:e+"-enter-to",enterActiveClass:e+"-enter-active",leaveClass:e+"-leave",leaveToClass:e+"-leave-to",leaveActiveClass:e+"-leave-active"}})),zr=B&&!K,Ur="transition",Br="transitionend",qr="animation",Jr="animationend";zr&&(void 0===window.ontransitionend&&void 0!==window.onwebkittransitionend&&(Ur="WebkitTransition",Br="webkitTransitionEnd"),void 0===window.onanimationend&&void 0!==window.onwebkitanimationend&&(qr="WebkitAnimation",Jr="webkitAnimationEnd"));var Gr=B?window.requestAnimationFrame?window.requestAnimationFrame.bind(window):setTimeout:function(e){return e()};function Vr(e){Gr((function(){Gr(e)}))}function Kr(e,t){var n=e._transitionClasses||(e._transitionClasses=[]);n.indexOf(t)<0&&(n.push(t),Rr(e,t))}function Xr(e,t){e._transitionClasses&&v(e._transitionClasses,t),Fr(e,t)}function Zr(e,t,n){var r=ei(e,t),i=r.type,a=r.timeout,o=r.propCount;if(!i)return n();var s="transition"===i?Br:Jr,u=0,c=function(){e.removeEventListener(s,l),n()},l=function(t){t.target===e&&++u>=o&&c()};setTimeout((function(){u<o&&c()}),a+1),e.addEventListener(s,l)}var Qr=/\b(transform|all)(,|$)/;function ei(e,t){var n,r=window.getComputedStyle(e),i=(r[Ur+"Delay"]||"").split(", "),a=(r[Ur+"Duration"]||"").split(", "),o=ti(i,a),s=(r[qr+"Delay"]||"").split(", "),u=(r[qr+"Duration"]||"").split(", "),c=ti(s,u),l=0,d=0;return"transition"===t?o>0&&(n="transition",l=o,d=a.length):"animation"===t?c>0&&(n="animation",l=c,d=u.length):d=(n=(l=Math.max(o,c))>0?o>c?"transition":"animation":null)?"transition"===n?a.length:u.length:0,{type:n,timeout:l,propCount:d,hasTransform:"transition"===n&&Qr.test(r[Ur+"Property"])}}function ti(e,t){for(;e.length<t.length;)e=e.concat(e);return Math.max.apply(null,t.map((function(t,n){return ni(t)+ni(e[n])})))}function ni(e){return 1e3*Number(e.slice(0,-1).replace(",","."))}function ri(e,t){var n=e.elm;a(n._leaveCb)&&(n._leaveCb.cancelled=!0,n._leaveCb());var r=Wr(e.data.transition);if(!i(r)&&!a(n._enterCb)&&1===n.nodeType){for(var o=r.css,s=r.type,c=r.enterClass,l=r.enterToClass,d=r.enterActiveClass,f=r.appearClass,h=r.appearToClass,p=r.appearActiveClass,_=r.beforeEnter,y=r.enter,v=r.afterEnter,g=r.enterCancelled,M=r.beforeAppear,L=r.appear,w=r.afterAppear,b=r.appearCancelled,k=r.duration,Y=Vt,T=Vt.$vnode;T&&T.parent;)Y=T.context,T=T.parent;var x=!Y._isMounted||!e.isRootInsert;if(!x||L||""===L){var D=x&&f?f:c,S=x&&p?p:d,E=x&&h?h:l,O=x&&M||_,j=x&&"function"==typeof L?L:y,A=x&&w||v,P=x&&b||g,H=m(u(k)?k.enter:k);0;var N=!1!==o&&!K,I=oi(j),R=n._enterCb=C((function(){N&&(Xr(n,E),Xr(n,S)),R.cancelled?(N&&Xr(n,D),P&&P(n)):A&&A(n),n._enterCb=null}));e.data.show||st(e,"insert",(function(){var t=n.parentNode,r=t&&t._pending&&t._pending[e.key];r&&r.tag===e.tag&&r.elm._leaveCb&&r.elm._leaveCb(),j&&j(n,R)})),O&&O(n),N&&(Kr(n,D),Kr(n,S),Vr((function(){Xr(n,D),R.cancelled||(Kr(n,E),I||(ai(H)?setTimeout(R,H):Zr(n,s,R)))}))),e.data.show&&(t&&t(),j&&j(n,R)),N||I||R()}}}function ii(e,t){var n=e.elm;a(n._enterCb)&&(n._enterCb.cancelled=!0,n._enterCb());var r=Wr(e.data.transition);if(i(r)||1!==n.nodeType)return t();if(!a(n._leaveCb)){var o=r.css,s=r.type,c=r.leaveClass,l=r.leaveToClass,d=r.leaveActiveClass,f=r.beforeLeave,h=r.leave,p=r.afterLeave,_=r.leaveCancelled,y=r.delayLeave,v=r.duration,g=!1!==o&&!K,M=oi(h),L=m(u(v)?v.leave:v);0;var w=n._leaveCb=C((function(){n.parentNode&&n.parentNode._pending&&(n.parentNode._pending[e.key]=null),g&&(Xr(n,l),Xr(n,d)),w.cancelled?(g&&Xr(n,c),_&&_(n)):(t(),p&&p(n)),n._leaveCb=null}));y?y(b):b()}function b(){w.cancelled||(!e.data.show&&n.parentNode&&((n.parentNode._pending||(n.parentNode._pending={}))[e.key]=e),f&&f(n),g&&(Kr(n,c),Kr(n,d),Vr((function(){Xr(n,c),w.cancelled||(Kr(n,l),M||(ai(L)?setTimeout(w,L):Zr(n,s,w)))}))),h&&h(n,w),g||M||w())}}function ai(e){return"number"==typeof e&&!isNaN(e)}function oi(e){if(i(e))return!1;var t=e.fns;return a(t)?oi(Array.isArray(t)?t[0]:t):(e._length||e.length)>1}function si(e,t){!0!==t.data.show&&ri(t)}var ui=function(e){var t,n,r={},u=e.modules,c=e.nodeOps;for(t=0;t<er.length;++t)for(r[er[t]]=[],n=0;n<u.length;++n)a(u[n][er[t]])&&r[er[t]].push(u[n][er[t]]);function l(e){var t=c.parentNode(e);a(t)&&c.removeChild(t,e)}function d(e,t,n,i,s,u,l){if(a(e.elm)&&a(u)&&(e=u[l]=ve(e)),e.isRootInsert=!s,!function(e,t,n,i){var s=e.data;if(a(s)){var u=a(e.componentInstance)&&s.keepAlive;if(a(s=s.hook)&&a(s=s.init)&&s(e,!1),a(e.componentInstance))return f(e,t),h(n,e.elm,i),o(u)&&function(e,t,n,i){var o,s=e;for(;s.componentInstance;)if(s=s.componentInstance._vnode,a(o=s.data)&&a(o=o.transition)){for(o=0;o<r.activate.length;++o)r.activate[o](Qn,s);t.push(s);break}h(n,e.elm,i)}(e,t,n,i),!0}}(e,t,n,i)){var d=e.data,m=e.children,_=e.tag;a(_)?(e.elm=e.ns?c.createElementNS(e.ns,_):c.createElement(_,e),v(e),p(e,m,t),a(d)&&y(e,t),h(n,e.elm,i)):o(e.isComment)?(e.elm=c.createComment(e.text),h(n,e.elm,i)):(e.elm=c.createTextNode(e.text),h(n,e.elm,i))}}function f(e,t){a(e.data.pendingInsert)&&(t.push.apply(t,e.data.pendingInsert),e.data.pendingInsert=null),e.elm=e.componentInstance.$el,m(e)?(y(e,t),v(e)):(Zn(e),t.push(e))}function h(e,t,n){a(e)&&(a(n)?c.parentNode(n)===e&&c.insertBefore(e,t,n):c.appendChild(e,t))}function p(e,t,n){if(Array.isArray(t)){0;for(var r=0;r<t.length;++r)d(t[r],n,e.elm,null,!0,t,r)}else s(e.text)&&c.appendChild(e.elm,c.createTextNode(String(e.text)))}function m(e){for(;e.componentInstance;)e=e.componentInstance._vnode;return a(e.tag)}function y(e,n){for(var i=0;i<r.create.length;++i)r.create[i](Qn,e);a(t=e.data.hook)&&(a(t.create)&&t.create(Qn,e),a(t.insert)&&n.push(e))}function v(e){var t;if(a(t=e.fnScopeId))c.setStyleScope(e.elm,t);else for(var n=e;n;)a(t=n.context)&&a(t=t.$options._scopeId)&&c.setStyleScope(e.elm,t),n=n.parent;a(t=Vt)&&t!==e.context&&t!==e.fnContext&&a(t=t.$options._scopeId)&&c.setStyleScope(e.elm,t)}function g(e,t,n,r,i,a){for(;r<=i;++r)d(n[r],a,e,t,!1,n,r)}function M(e){var t,n,i=e.data;if(a(i))for(a(t=i.hook)&&a(t=t.destroy)&&t(e),t=0;t<r.destroy.length;++t)r.destroy[t](e);if(a(t=e.children))for(n=0;n<e.children.length;++n)M(e.children[n])}function L(e,t,n){for(;t<=n;++t){var r=e[t];a(r)&&(a(r.tag)?(w(r),M(r)):l(r.elm))}}function w(e,t){if(a(t)||a(e.data)){var n,i=r.remove.length+1;for(a(t)?t.listeners+=i:t=function(e,t){function n(){0==--n.listeners&&l(e)}return n.listeners=t,n}(e.elm,i),a(n=e.componentInstance)&&a(n=n._vnode)&&a(n.data)&&w(n,t),n=0;n<r.remove.length;++n)r.remove[n](e,t);a(n=e.data.hook)&&a(n=n.remove)?n(e,t):t()}else l(e.elm)}function b(e,t,n,r){for(var i=n;i<r;i++){var o=t[i];if(a(o)&&tr(e,o))return i}}function k(e,t,n,s,u,l){if(e!==t){a(t.elm)&&a(s)&&(t=s[u]=ve(t));var f=t.elm=e.elm;if(o(e.isAsyncPlaceholder))a(t.asyncFactory.resolved)?x(e.elm,t,n):t.isAsyncPlaceholder=!0;else if(o(t.isStatic)&&o(e.isStatic)&&t.key===e.key&&(o(t.isCloned)||o(t.isOnce)))t.componentInstance=e.componentInstance;else{var h,p=t.data;a(p)&&a(h=p.hook)&&a(h=h.prepatch)&&h(e,t);var _=e.children,y=t.children;if(a(p)&&m(t)){for(h=0;h<r.update.length;++h)r.update[h](e,t);a(h=p.hook)&&a(h=h.update)&&h(e,t)}i(t.text)?a(_)&&a(y)?_!==y&&function(e,t,n,r,o){var s,u,l,f=0,h=0,p=t.length-1,m=t[0],_=t[p],y=n.length-1,v=n[0],M=n[y],w=!o;for(0;f<=p&&h<=y;)i(m)?m=t[++f]:i(_)?_=t[--p]:tr(m,v)?(k(m,v,r,n,h),m=t[++f],v=n[++h]):tr(_,M)?(k(_,M,r,n,y),_=t[--p],M=n[--y]):tr(m,M)?(k(m,M,r,n,y),w&&c.insertBefore(e,m.elm,c.nextSibling(_.elm)),m=t[++f],M=n[--y]):tr(_,v)?(k(_,v,r,n,h),w&&c.insertBefore(e,_.elm,m.elm),_=t[--p],v=n[++h]):(i(s)&&(s=nr(t,f,p)),i(u=a(v.key)?s[v.key]:b(v,t,f,p))?d(v,r,e,m.elm,!1,n,h):tr(l=t[u],v)?(k(l,v,r,n,h),t[u]=void 0,w&&c.insertBefore(e,l.elm,m.elm)):d(v,r,e,m.elm,!1,n,h),v=n[++h]);f>p?g(e,i(n[y+1])?null:n[y+1].elm,n,h,y,r):h>y&&L(t,f,p)}(f,_,y,n,l):a(y)?(a(e.text)&&c.setTextContent(f,""),g(f,null,y,0,y.length-1,n)):a(_)?L(_,0,_.length-1):a(e.text)&&c.setTextContent(f,""):e.text!==t.text&&c.setTextContent(f,t.text),a(p)&&a(h=p.hook)&&a(h=h.postpatch)&&h(e,t)}}}function Y(e,t,n){if(o(n)&&a(e.parent))e.parent.data.pendingInsert=t;else for(var r=0;r<t.length;++r)t[r].data.hook.insert(t[r])}var T=_("attrs,class,staticClass,staticStyle,key");function x(e,t,n,r){var i,s=t.tag,u=t.data,c=t.children;if(r=r||u&&u.pre,t.elm=e,o(t.isComment)&&a(t.asyncFactory))return t.isAsyncPlaceholder=!0,!0;if(a(u)&&(a(i=u.hook)&&a(i=i.init)&&i(t,!0),a(i=t.componentInstance)))return f(t,n),!0;if(a(s)){if(a(c))if(e.hasChildNodes())if(a(i=u)&&a(i=i.domProps)&&a(i=i.innerHTML)){if(i!==e.innerHTML)return!1}else{for(var l=!0,d=e.firstChild,h=0;h<c.length;h++){if(!d||!x(d,c[h],n,r)){l=!1;break}d=d.nextSibling}if(!l||d)return!1}else p(t,c,n);if(a(u)){var m=!1;for(var _ in u)if(!T(_)){m=!0,y(t,n);break}!m&&u.class&&rt(u.class)}}else e.data!==t.text&&(e.data=t.text);return!0}return function(e,t,n,s){if(!i(t)){var u,l=!1,f=[];if(i(e))l=!0,d(t,f);else{var h=a(e.nodeType);if(!h&&tr(e,t))k(e,t,f,null,null,s);else{if(h){if(1===e.nodeType&&e.hasAttribute("data-server-rendered")&&(e.removeAttribute("data-server-rendered"),n=!0),o(n)&&x(e,t,f))return Y(t,f,!0),e;u=e,e=new pe(c.tagName(u).toLowerCase(),{},[],void 0,u)}var p=e.elm,_=c.parentNode(p);if(d(t,f,p._leaveCb?null:_,c.nextSibling(p)),a(t.parent))for(var y=t.parent,v=m(t);y;){for(var g=0;g<r.destroy.length;++g)r.destroy[g](y);if(y.elm=t.elm,v){for(var w=0;w<r.create.length;++w)r.create[w](Qn,y);var b=y.data.hook.insert;if(b.merged)for(var T=1;T<b.fns.length;T++)b.fns[T]()}else Zn(y);y=y.parent}a(_)?L([e],0,0):a(e.tag)&&M(e)}}return Y(t,f,l),t.elm}a(e)&&M(e)}}({nodeOps:Kn,modules:[hr,_r,br,Tr,Nr,B?{create:si,activate:si,remove:function(e,t){!0!==e.data.show?ii(e,t):t()}}:{}].concat(cr)});K&&document.addEventListener("selectionchange",(function(){var e=document.activeElement;e&&e.vmodel&&_i(e,"input")}));var ci={inserted:function(e,t,n,r){"select"===n.tag?(r.elm&&!r.elm._vOptions?st(n,"postpatch",(function(){ci.componentUpdated(e,t,n)})):li(e,t,n.context),e._vOptions=[].map.call(e.options,hi)):("textarea"===n.tag||Vn(e.type))&&(e._vModifiers=t.modifiers,t.modifiers.lazy||(e.addEventListener("compositionstart",pi),e.addEventListener("compositionend",mi),e.addEventListener("change",mi),K&&(e.vmodel=!0)))},componentUpdated:function(e,t,n){if("select"===n.tag){li(e,t,n.context);var r=e._vOptions,i=e._vOptions=[].map.call(e.options,hi);if(i.some((function(e,t){return!P(e,r[t])})))(e.multiple?t.value.some((function(e){return fi(e,i)})):t.value!==t.oldValue&&fi(t.value,i))&&_i(e,"change")}}};function li(e,t,n){di(e,t,n),(V||X)&&setTimeout((function(){di(e,t,n)}),0)}function di(e,t,n){var r=t.value,i=e.multiple;if(!i||Array.isArray(r)){for(var a,o,s=0,u=e.options.length;s<u;s++)if(o=e.options[s],i)a=H(r,hi(o))>-1,o.selected!==a&&(o.selected=a);else if(P(hi(o),r))return void(e.selectedIndex!==s&&(e.selectedIndex=s));i||(e.selectedIndex=-1)}}function fi(e,t){return t.every((function(t){return!P(t,e)}))}function hi(e){return"_value"in e?e._value:e.value}function pi(e){e.target.composing=!0}function mi(e){e.target.composing&&(e.target.composing=!1,_i(e.target,"input"))}function _i(e,t){var n=document.createEvent("HTMLEvents");n.initEvent(t,!0,!0),e.dispatchEvent(n)}function yi(e){return!e.componentInstance||e.data&&e.data.transition?e:yi(e.componentInstance._vnode)}var vi={model:ci,show:{bind:function(e,t,n){var r=t.value,i=(n=yi(n)).data&&n.data.transition,a=e.__vOriginalDisplay="none"===e.style.display?"":e.style.display;r&&i?(n.data.show=!0,ri(n,(function(){e.style.display=a}))):e.style.display=r?a:"none"},update:function(e,t,n){var r=t.value;!r!=!t.oldValue&&((n=yi(n)).data&&n.data.transition?(n.data.show=!0,r?ri(n,(function(){e.style.display=e.__vOriginalDisplay})):ii(n,(function(){e.style.display="none"}))):e.style.display=r?e.__vOriginalDisplay:"none")},unbind:function(e,t,n,r,i){i||(e.style.display=e.__vOriginalDisplay)}}},gi={name:String,appear:Boolean,css:Boolean,mode:String,type:String,enterClass:String,leaveClass:String,enterToClass:String,leaveToClass:String,enterActiveClass:String,leaveActiveClass:String,appearClass:String,appearActiveClass:String,appearToClass:String,duration:[Number,String,Object]};function Mi(e){var t=e&&e.componentOptions;return t&&t.Ctor.options.abstract?Mi(Ut(t.children)):e}function Li(e){var t={},n=e.$options;for(var r in n.propsData)t[r]=e[r];var i=n._parentListeners;for(var a in i)t[b(a)]=i[a];return t}function wi(e,t){if(/\d-keep-alive$/.test(t.tag))return e("keep-alive",{props:t.componentOptions.propsData})}var bi=function(e){return e.tag||zt(e)},ki=function(e){return"show"===e.name},Yi={name:"transition",props:gi,abstract:!0,render:function(e){var t=this,n=this.$slots.default;if(n&&(n=n.filter(bi)).length){0;var r=this.mode;0;var i=n[0];if(function(e){for(;e=e.parent;)if(e.data.transition)return!0}(this.$vnode))return i;var a=Mi(i);if(!a)return i;if(this._leaving)return wi(e,i);var o="__transition-"+this._uid+"-";a.key=null==a.key?a.isComment?o+"comment":o+a.tag:s(a.key)?0===String(a.key).indexOf(o)?a.key:o+a.key:a.key;var u=(a.data||(a.data={})).transition=Li(this),c=this._vnode,l=Mi(c);if(a.data.directives&&a.data.directives.some(ki)&&(a.data.show=!0),l&&l.data&&!function(e,t){return t.key===e.key&&t.tag===e.tag}(a,l)&&!zt(l)&&(!l.componentInstance||!l.componentInstance._vnode.isComment)){var d=l.data.transition=S({},u);if("out-in"===r)return this._leaving=!0,st(d,"afterLeave",(function(){t._leaving=!1,t.$forceUpdate()})),wi(e,i);if("in-out"===r){if(zt(a))return c;var f,h=function(){f()};st(u,"afterEnter",h),st(u,"enterCancelled",h),st(d,"delayLeave",(function(e){f=e}))}}return i}}},Ti=S({tag:String,moveClass:String},gi);function xi(e){e.elm._moveCb&&e.elm._moveCb(),e.elm._enterCb&&e.elm._enterCb()}function Di(e){e.data.newPos=e.elm.getBoundingClientRect()}function Si(e){var t=e.data.pos,n=e.data.newPos,r=t.left-n.left,i=t.top-n.top;if(r||i){e.data.moved=!0;var a=e.elm.style;a.transform=a.WebkitTransform="translate("+r+"px,"+i+"px)",a.transitionDuration="0s"}}delete Ti.mode;var Ei={Transition:Yi,TransitionGroup:{props:Ti,beforeMount:function(){var e=this,t=this._update;this._update=function(n,r){var i=Kt(e);e.__patch__(e._vnode,e.kept,!1,!0),e._vnode=e.kept,i(),t.call(e,n,r)}},render:function(e){for(var t=this.tag||this.$vnode.data.tag||"span",n=Object.create(null),r=this.prevChildren=this.children,i=this.$slots.default||[],a=this.children=[],o=Li(this),s=0;s<i.length;s++){var u=i[s];if(u.tag)if(null!=u.key&&0!==String(u.key).indexOf("__vlist"))a.push(u),n[u.key]=u,(u.data||(u.data={})).transition=o;else;}if(r){for(var c=[],l=[],d=0;d<r.length;d++){var f=r[d];f.data.transition=o,f.data.pos=f.elm.getBoundingClientRect(),n[f.key]?c.push(f):l.push(f)}this.kept=e(t,null,c),this.removed=l}return e(t,null,a)},updated:function(){var e=this.prevChildren,t=this.moveClass||(this.name||"v")+"-move";e.length&&this.hasMove(e[0].elm,t)&&(e.forEach(xi),e.forEach(Di),e.forEach(Si),this._reflow=document.body.offsetHeight,e.forEach((function(e){if(e.data.moved){var n=e.elm,r=n.style;Kr(n,t),r.transform=r.WebkitTransform=r.transitionDuration="",n.addEventListener(Br,n._moveCb=function e(r){r&&r.target!==n||r&&!/transform$/.test(r.propertyName)||(n.removeEventListener(Br,e),n._moveCb=null,Xr(n,t))})}})))},methods:{hasMove:function(e,t){if(!zr)return!1;if(this._hasMove)return this._hasMove;var n=e.cloneNode();e._transitionClasses&&e._transitionClasses.forEach((function(e){Fr(n,e)})),Rr(n,t),n.style.display="none",this.$el.appendChild(n);var r=ei(n);return this.$el.removeChild(n),this._hasMove=r.hasTransform}}}};bn.config.mustUseProp=function(e,t,n){return"value"===n&&jn(e)&&"button"!==t||"selected"===n&&"option"===e||"checked"===n&&"input"===e||"muted"===n&&"video"===e},bn.config.isReservedTag=Jn,bn.config.isReservedAttr=On,bn.config.getTagNamespace=function(e){return qn(e)?"svg":"math"===e?"math":void 0},bn.config.isUnknownElement=function(e){if(!B)return!0;if(Jn(e))return!1;if(e=e.toLowerCase(),null!=Gn[e])return Gn[e];var t=document.createElement(e);return e.indexOf("-")>-1?Gn[e]=t.constructor===window.HTMLUnknownElement||t.constructor===window.HTMLElement:Gn[e]=/HTMLUnknownElement/.test(t.toString())},S(bn.options.directives,vi),S(bn.options.components,Ei),bn.prototype.__patch__=B?ui:O,bn.prototype.$mount=function(e,t){return function(e,t,n){var r;return e.$el=t,e.$options.render||(e.$options.render=_e),Qt(e,"beforeMount"),r=function(){e._update(e._render(),n)},new fn(e,r,O,{before:function(){e._isMounted&&!e._isDestroyed&&Qt(e,"beforeUpdate")}},!0),n=!1,null==e.$vnode&&(e._isMounted=!0,Qt(e,"mounted")),e}(this,e=e&&B?function(e){if("string"==typeof e){var t=document.querySelector(e);return t||document.createElement("div")}return e}(e):void 0,t)},B&&setTimeout((function(){R.devtools&&ie&&ie.emit("init",bn)}),0),t.a=bn}).call(this,n(14),n(716).setImmediate)},,,,,,function(e,t,n){"use strict";var r=n(519),i=n(49),a=n(275),o=n(63),s=n(538),u=n(273),c=n(539),l=n(540),d=n(542),f=n(169),h=n(277),p=f("isConcatSpreadable"),m=h>=51||!i((function(){var e=[];return e[p]=!1,e.concat()[0]!==e})),_=d("concat"),y=function(e){if(!o(e))return!1;var t=e[p];return void 0!==t?!!t:a(e)};r({target:"Array",proto:!0,forced:!m||!_},{concat:function(e){var t,n,r,i,a,o=s(this),d=l(o,0),f=0;for(t=-1,r=arguments.length;t<r;t++)if(a=-1===t?o:arguments[t],y(a)){if(f+(i=u(a.length))>9007199254740991)throw TypeError("Maximum allowed index exceeded");for(n=0;n<i;n++,f++)n in a&&c(d,f,a[n])}else{if(f>=9007199254740991)throw TypeError("Maximum allowed index exceeded");c(d,f++,a)}return d.length=f,d}})},function(e,t,n){var r=n(23),i=n(262).f,a=n(116),o=n(523),s=n(168),u=n(528),c=n(537);e.exports=function(e,t){var n,l,d,f,h,p=e.target,m=e.global,_=e.stat;if(n=m?r:_?r[p]||s(p,{}):(r[p]||{}).prototype)for(l in t){if(f=t[l],d=e.noTargetGet?(h=i(n,l))&&h.value:n[l],!c(m?l:p+(_?".":"#")+l,e.forced)&&void 0!==d){if(typeof f==typeof d)continue;u(f,d)}(e.sham||d&&d.sham)&&a(f,"sham",!0),o(n,l,f,e)}}},function(e,t,n){"use strict";var r={}.propertyIsEnumerable,i=Object.getOwnPropertyDescriptor,a=i&&!r.call({1:2},1);t.f=a?function(e){var t=i(this,e);return!!t&&t.enumerable}:r},function(e,t,n){var r=n(49),i=n(263),a="".split;e.exports=r((function(){return!Object("z").propertyIsEnumerable(0)}))?function(e){return"String"==i(e)?a.call(e,""):Object(e)}:Object},function(e,t,n){var r=n(23),i=n(63),a=r.document,o=i(a)&&i(a.createElement);e.exports=function(e){return o?a.createElement(e):{}}},function(e,t,n){var r=n(23),i=n(116),a=n(64),o=n(168),s=n(267),u=n(524),c=u.get,l=u.enforce,d=String(String).split("String");(e.exports=function(e,t,n,s){var u=!!s&&!!s.unsafe,c=!!s&&!!s.enumerable,f=!!s&&!!s.noTargetGet;"function"==typeof n&&("string"!=typeof t||a(n,"name")||i(n,"name",t),l(n).source=d.join("string"==typeof t?t:"")),e!==r?(u?!f&&e[t]&&(c=!0):delete e[t],c?e[t]=n:i(e,t,n)):c?e[t]=n:o(t,n)})(Function.prototype,"toString",(function(){return"function"==typeof this&&c(this).source||s(this)}))},function(e,t,n){var r,i,a,o=n(525),s=n(23),u=n(63),c=n(116),l=n(64),d=n(526),f=n(271),h=s.WeakMap;if(o){var p=new h,m=p.get,_=p.has,y=p.set;r=function(e,t){return y.call(p,e,t),t},i=function(e){return m.call(p,e)||{}},a=function(e){return _.call(p,e)}}else{var v=d("state");f[v]=!0,r=function(e,t){return c(e,v,t),t},i=function(e){return l(e,v)?e[v]:{}},a=function(e){return l(e,v)}}e.exports={set:r,get:i,has:a,enforce:function(e){return a(e)?i(e):r(e,{})},getterFor:function(e){return function(t){var n;if(!u(t)||(n=i(t)).type!==e)throw TypeError("Incompatible receiver, "+e+" required");return n}}}},function(e,t,n){var r=n(23),i=n(267),a=r.WeakMap;e.exports="function"==typeof a&&/native code/.test(i(a))},function(e,t,n){var r=n(269),i=n(270),a=r("keys");e.exports=function(e){return a[e]||(a[e]=i(e))}},function(e,t){e.exports=!1},function(e,t,n){var r=n(64),i=n(529),a=n(262),o=n(167);e.exports=function(e,t){for(var n=i(t),s=o.f,u=a.f,c=0;c<n.length;c++){var l=n[c];r(e,l)||s(e,l,u(t,l))}}},function(e,t,n){var r=n(272),i=n(531),a=n(536),o=n(266);e.exports=r("Reflect","ownKeys")||function(e){var t=i.f(o(e)),n=a.f;return n?t.concat(n(e)):t}},function(e,t,n){var r=n(23);e.exports=r},function(e,t,n){var r=n(532),i=n(535).concat("length","prototype");t.f=Object.getOwnPropertyNames||function(e){return r(e,i)}},function(e,t,n){var r=n(64),i=n(165),a=n(533).indexOf,o=n(271);e.exports=function(e,t){var n,s=i(e),u=0,c=[];for(n in s)!r(o,n)&&r(s,n)&&c.push(n);for(;t.length>u;)r(s,n=t[u++])&&(~a(c,n)||c.push(n));return c}},function(e,t,n){var r=n(165),i=n(273),a=n(534),o=function(e){return function(t,n,o){var s,u=r(t),c=i(u.length),l=a(o,c);if(e&&n!=n){for(;c>l;)if((s=u[l++])!=s)return!0}else for(;c>l;l++)if((e||l in u)&&u[l]===n)return e||l||0;return!e&&-1}};e.exports={includes:o(!0),indexOf:o(!1)}},function(e,t,n){var r=n(274),i=Math.max,a=Math.min;e.exports=function(e,t){var n=r(e);return n<0?i(n+t,0):a(n,t)}},function(e,t){e.exports=["constructor","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","toLocaleString","toString","valueOf"]},function(e,t){t.f=Object.getOwnPropertySymbols},function(e,t,n){var r=n(49),i=/#|\.prototype\./,a=function(e,t){var n=s[o(e)];return n==c||n!=u&&("function"==typeof t?r(t):!!t)},o=a.normalize=function(e){return String(e).replace(i,".").toLowerCase()},s=a.data={},u=a.NATIVE="N",c=a.POLYFILL="P";e.exports=a},function(e,t,n){var r=n(264);e.exports=function(e){return Object(r(e))}},function(e,t,n){"use strict";var r=n(166),i=n(167),a=n(164);e.exports=function(e,t,n){var o=r(t);o in e?i.f(e,o,a(0,n)):e[o]=n}},function(e,t,n){var r=n(63),i=n(275),a=n(169)("species");e.exports=function(e,t){var n;return i(e)&&("function"!=typeof(n=e.constructor)||n!==Array&&!i(n.prototype)?r(n)&&null===(n=n[a])&&(n=void 0):n=void 0),new(void 0===n?Array:n)(0===t?0:t)}},function(e,t,n){var r=n(276);e.exports=r&&!Symbol.sham&&"symbol"==typeof Symbol.iterator},function(e,t,n){var r=n(49),i=n(169),a=n(277),o=i("species");e.exports=function(e){return a>=51||!r((function(){var t=[];return(t.constructor={})[o]=function(){return{foo:1}},1!==t[e](Boolean).foo}))}},function(e,t,n){var r=n(272);e.exports=r("navigator","userAgent")||""},function(e,t,n){"use strict";var r=n(65),i=n(21),a=n(288),o=n(50),s=n(148),u=n(67),c=n(561),l=n(289),d=n(174),f=n(68),h=n(291),p=f("isConcatSpreadable"),m=h>=51||!i((function(){var e=[];return e[p]=!1,e.concat()[0]!==e})),_=d("concat"),y=function(e){if(!o(e))return!1;var t=e[p];return void 0!==t?!!t:a(e)};r({target:"Array",proto:!0,forced:!m||!_},{concat:function(e){var t,n,r,i,a,o=s(this),d=l(o,0),f=0;for(t=-1,r=arguments.length;t<r;t++)if(a=-1===t?o:arguments[t],y(a)){if(f+(i=u(a.length))>9007199254740991)throw TypeError("Maximum allowed index exceeded");for(n=0;n<i;n++,f++)n in a&&c(d,f,a[n])}else{if(f>=9007199254740991)throw TypeError("Maximum allowed index exceeded");c(d,f++,a)}return d.length=f,d}})},function(e,t,n){"use strict";var r={}.propertyIsEnumerable,i=Object.getOwnPropertyDescriptor,a=i&&!r.call({1:2},1);t.f=a?function(e){var t=i(this,e);return!!t&&t.enumerable}:r},function(e,t,n){var r=n(24),i=n(50),a=r.document,o=i(a)&&i(a.createElement);e.exports=function(e){return o?a.createElement(e):{}}},function(e,t,n){var r,i,a,o=n(548),s=n(24),u=n(50),c=n(93),l=n(51),d=n(549),f=n(286),h=s.WeakMap;if(o){var p=new h,m=p.get,_=p.has,y=p.set;r=function(e,t){return y.call(p,e,t),t},i=function(e){return m.call(p,e)||{}},a=function(e){return _.call(p,e)}}else{var v=d("state");f[v]=!0,r=function(e,t){return c(e,v,t),t},i=function(e){return l(e,v)?e[v]:{}},a=function(e){return l(e,v)}}e.exports={set:r,get:i,has:a,enforce:function(e){return a(e)?i(e):r(e,{})},getterFor:function(e){return function(t){var n;if(!u(t)||(n=i(t)).type!==e)throw TypeError("Incompatible receiver, "+e+" required");return n}}}},function(e,t,n){var r=n(24),i=n(282),a=r.WeakMap;e.exports="function"==typeof a&&/native code/.test(i(a))},function(e,t,n){var r=n(284),i=n(285),a=r("keys");e.exports=function(e){return a[e]||(a[e]=i(e))}},function(e,t){e.exports=!1},function(e,t,n){var r=n(51),i=n(552),a=n(279),o=n(172);e.exports=function(e,t){for(var n=i(t),s=o.f,u=a.f,c=0;c<n.length;c++){var l=n[c];r(e,l)||s(e,l,u(t,l))}}},function(e,t,n){var r=n(287),i=n(554),a=n(559),o=n(66);e.exports=r("Reflect","ownKeys")||function(e){var t=i.f(o(e)),n=a.f;return n?t.concat(n(e)):t}},function(e,t,n){var r=n(24);e.exports=r},function(e,t,n){var r=n(555),i=n(558).concat("length","prototype");t.f=Object.getOwnPropertyNames||function(e){return r(e,i)}},function(e,t,n){var r=n(51),i=n(144),a=n(556).indexOf,o=n(286);e.exports=function(e,t){var n,s=i(e),u=0,c=[];for(n in s)!r(o,n)&&r(s,n)&&c.push(n);for(;t.length>u;)r(s,n=t[u++])&&(~a(c,n)||c.push(n));return c}},function(e,t,n){var r=n(144),i=n(67),a=n(557),o=function(e){return function(t,n,o){var s,u=r(t),c=i(u.length),l=a(o,c);if(e&&n!=n){for(;c>l;)if((s=u[l++])!=s)return!0}else for(;c>l;l++)if((e||l in u)&&u[l]===n)return e||l||0;return!e&&-1}};e.exports={includes:o(!0),indexOf:o(!1)}},function(e,t,n){var r=n(147),i=Math.max,a=Math.min;e.exports=function(e,t){var n=r(e);return n<0?i(n+t,0):a(n,t)}},function(e,t){e.exports=["constructor","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","toLocaleString","toString","valueOf"]},function(e,t){t.f=Object.getOwnPropertySymbols},function(e,t,n){var r=n(21),i=/#|\.prototype\./,a=function(e,t){var n=s[o(e)];return n==c||n!=u&&("function"==typeof t?r(t):!!t)},o=a.normalize=function(e){return String(e).replace(i,".").toLowerCase()},s=a.data={},u=a.NATIVE="N",c=a.POLYFILL="P";e.exports=a},function(e,t,n){"use strict";var r=n(171),i=n(172),a=n(170);e.exports=function(e,t,n){var o=r(t);o in e?i.f(e,o,a(0,n)):e[o]=n}},function(e,t,n){var r=n(290);e.exports=r&&!Symbol.sham&&"symbol"==typeof Symbol.iterator},function(e,t,n){var r=n(287);e.exports=r("navigator","userAgent")||""},function(e,t,n){"use strict";var r=n(65),i=n(292).filter,a=n(174),o=n(176),s=a("filter"),u=o("filter");r({target:"Array",proto:!0,forced:!s||!u},{filter:function(e){return i(this,e,arguments.length>1?arguments[1]:void 0)}})},function(e,t,n){var r=n(175);e.exports=function(e,t,n){if(r(e),void 0===t)return e;switch(n){case 0:return function(){return e.call(t)};case 1:return function(n){return e.call(t,n)};case 2:return function(n,r){return e.call(t,n,r)};case 3:return function(n,r,i){return e.call(t,n,r,i)}}return function(){return e.apply(t,arguments)}}},function(e,t,n){"use strict";var r=n(65),i=n(145),a=n(144),o=n(293),s=[].join,u=i!=Object,c=o("join",",");r({target:"Array",proto:!0,forced:u||!c},{join:function(e){return s.call(a(this),void 0===e?",":e)}})},function(e,t,n){"use strict";var r=n(65),i=n(292).map,a=n(174),o=n(176),s=a("map"),u=o("map");r({target:"Array",proto:!0,forced:!s||!u},{map:function(e){return i(this,e,arguments.length>1?arguments[1]:void 0)}})},function(e,t,n){"use strict";var r=n(65),i=n(569).left,a=n(293),o=n(176),s=a("reduce"),u=o("reduce",{1:0});r({target:"Array",proto:!0,forced:!s||!u},{reduce:function(e){return i(this,e,arguments.length,arguments.length>1?arguments[1]:void 0)}})},function(e,t,n){var r=n(175),i=n(148),a=n(145),o=n(67),s=function(e){return function(t,n,s,u){r(n);var c=i(t),l=a(c),d=o(c.length),f=e?d-1:0,h=e?-1:1;if(s<2)for(;;){if(f in l){u=l[f],f+=h;break}if(f+=h,e?f<0:d<=f)throw TypeError("Reduce of empty array with no initial value")}for(;e?f>=0:d>f;f+=h)f in l&&(u=n(u,l[f],f,c));return u}};e.exports={left:s(!1),right:s(!0)}},function(e,t,n){"use strict";var r=n(66);e.exports=function(){var e=r(this),t="";return e.global&&(t+="g"),e.ignoreCase&&(t+="i"),e.multiline&&(t+="m"),e.dotAll&&(t+="s"),e.unicode&&(t+="u"),e.sticky&&(t+="y"),t}},function(e,t,n){"use strict";var r=n(21);function i(e,t){return RegExp(e,t)}t.UNSUPPORTED_Y=r((function(){var e=i("a","y");return e.lastIndex=2,null!=e.exec("abcd")})),t.BROKEN_CARET=r((function(){var e=i("^r","gy");return e.lastIndex=2,null!=e.exec("str")}))},function(e,t,n){"use strict";var r=n(295),i=n(66),a=n(148),o=n(67),s=n(147),u=n(92),c=n(296),l=n(297),d=Math.max,f=Math.min,h=Math.floor,p=/\$([$&'`]|\d\d?|<[^>]*>)/g,m=/\$([$&'`]|\d\d?)/g;r("replace",2,(function(e,t,n,r){var _=r.REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE,y=r.REPLACE_KEEPS_$0,v=_?"$":"$0";return[function(n,r){var i=u(this),a=null==n?void 0:n[e];return void 0!==a?a.call(n,i,r):t.call(String(i),n,r)},function(e,r){if(!_&&y||"string"==typeof r&&-1===r.indexOf(v)){var a=n(t,e,this,r);if(a.done)return a.value}var u=i(e),h=String(this),p="function"==typeof r;p||(r=String(r));var m=u.global;if(m){var M=u.unicode;u.lastIndex=0}for(var L=[];;){var w=l(u,h);if(null===w)break;if(L.push(w),!m)break;""===String(w[0])&&(u.lastIndex=c(h,o(u.lastIndex),M))}for(var b,k="",Y=0,T=0;T<L.length;T++){w=L[T];for(var x=String(w[0]),D=d(f(s(w.index),h.length),0),S=[],E=1;E<w.length;E++)S.push(void 0===(b=w[E])?b:String(b));var O=w.groups;if(p){var j=[x].concat(S,D,h);void 0!==O&&j.push(O);var A=String(r.apply(void 0,j))}else A=g(x,h,D,S,O,r);D>=Y&&(k+=h.slice(Y,D)+A,Y=D+x.length)}return k+h.slice(Y)}];function g(e,n,r,i,o,s){var u=r+e.length,c=i.length,l=m;return void 0!==o&&(o=a(o),l=p),t.call(s,l,(function(t,a){var s;switch(a.charAt(0)){case"$":return"$";case"&":return e;case"`":return n.slice(0,r);case"'":return n.slice(u);case"<":s=o[a.slice(1,-1)];break;default:var l=+a;if(0===l)return t;if(l>c){var d=h(l/10);return 0===d?t:d<=c?void 0===i[d-1]?a.charAt(1):i[d-1]+a.charAt(1):t}s=i[l-1]}return void 0===s?"":s}))}}))},function(e,t,n){var r=n(147),i=n(92),a=function(e){return function(t,n){var a,o,s=String(i(t)),u=r(n),c=s.length;return u<0||u>=c?e?"":void 0:(a=s.charCodeAt(u))<55296||a>56319||u+1===c||(o=s.charCodeAt(u+1))<56320||o>57343?e?s.charAt(u):a:e?s.slice(u,u+2):o-56320+(a-55296<<10)+65536}};e.exports={codeAt:a(!1),charAt:a(!0)}},function(e,t,n){"use strict";var r=n(295),i=n(575),a=n(66),o=n(92),s=n(576),u=n(296),c=n(67),l=n(297),d=n(149),f=n(21),h=[].push,p=Math.min,m=!f((function(){return!RegExp(4294967295,"y")}));r("split",2,(function(e,t,n){var r;return r="c"=="abbc".split(/(b)*/)[1]||4!="test".split(/(?:)/,-1).length||2!="ab".split(/(?:ab)*/).length||4!=".".split(/(.?)(.?)/).length||".".split(/()()/).length>1||"".split(/.?/).length?function(e,n){var r=String(o(this)),a=void 0===n?4294967295:n>>>0;if(0===a)return[];if(void 0===e)return[r];if(!i(e))return t.call(r,e,a);for(var s,u,c,l=[],f=(e.ignoreCase?"i":"")+(e.multiline?"m":"")+(e.unicode?"u":"")+(e.sticky?"y":""),p=0,m=new RegExp(e.source,f+"g");(s=d.call(m,r))&&!((u=m.lastIndex)>p&&(l.push(r.slice(p,s.index)),s.length>1&&s.index<r.length&&h.apply(l,s.slice(1)),c=s[0].length,p=u,l.length>=a));)m.lastIndex===s.index&&m.lastIndex++;return p===r.length?!c&&m.test("")||l.push(""):l.push(r.slice(p)),l.length>a?l.slice(0,a):l}:"0".split(void 0,0).length?function(e,n){return void 0===e&&0===n?[]:t.call(this,e,n)}:t,[function(t,n){var i=o(this),a=null==t?void 0:t[e];return void 0!==a?a.call(t,i,n):r.call(String(i),t,n)},function(e,i){var o=n(r,e,this,i,r!==t);if(o.done)return o.value;var d=a(e),f=String(this),h=s(d,RegExp),_=d.unicode,y=(d.ignoreCase?"i":"")+(d.multiline?"m":"")+(d.unicode?"u":"")+(m?"y":"g"),v=new h(m?d:"^(?:"+d.source+")",y),g=void 0===i?4294967295:i>>>0;if(0===g)return[];if(0===f.length)return null===l(v,f)?[f]:[];for(var M=0,L=0,w=[];L<f.length;){v.lastIndex=m?L:0;var b,k=l(v,m?f:f.slice(L));if(null===k||(b=p(c(v.lastIndex+(m?0:L)),f.length))===M)L=u(f,L,_);else{if(w.push(f.slice(M,L)),w.length===g)return w;for(var Y=1;Y<=k.length-1;Y++)if(w.push(k[Y]),w.length===g)return w;L=M=b}}return w.push(f.slice(M)),w}]}),!m)},function(e,t,n){var r=n(50),i=n(146),a=n(68)("match");e.exports=function(e){var t;return r(e)&&(void 0!==(t=e[a])?!!t:"RegExp"==i(e))}},function(e,t,n){var r=n(66),i=n(175),a=n(68)("species");e.exports=function(e,t){var n,o=r(e).constructor;return void 0===o||null==(n=r(o)[a])?t:i(n)}},function(e,t,n){var r=n(90);e.exports=(r.default||r).template({1:function(e,t,n,r,i){var a,o=e.lambda,s=e.escapeExpression,u=e.lookupProperty||function(e,t){if(Object.prototype.hasOwnProperty.call(e,t))return e[t]};return'<img src="'+s(o(null!=(a=null!=t?u(t,"contact"):t)?u(a,"avatar"):a,t))+'&size=32" class="avatar" srcset="'+s(o(null!=(a=null!=t?u(t,"contact"):t)?u(a,"avatar"):a,t))+"&size=32 1x, "+s(o(null!=(a=null!=t?u(t,"contact"):t)?u(a,"avatar"):a,t))+"&size=64 2x, "+s(o(null!=(a=null!=t?u(t,"contact"):t)?u(a,"avatar"):a,t))+'&size=128 4x" alt="">\n'},3:function(e,t,n,r,i){return'<div class="avatar"></div>\n'},5:function(e,t,n,r,i){var a,o=e.lambda,s=e.escapeExpression,u=e.lookupProperty||function(e,t){if(Object.prototype.hasOwnProperty.call(e,t))return e[t]};return'<a class="top-action" href="'+s(o(null!=(a=null!=(a=null!=t?u(t,"contact"):t)?u(a,"topAction"):a)?u(a,"hyperlink"):a,t))+'" title="'+s(o(null!=(a=null!=(a=null!=t?u(t,"contact"):t)?u(a,"topAction"):a)?u(a,"title"):a,t))+'">\n\t<img src="'+s(o(null!=(a=null!=(a=null!=t?u(t,"contact"):t)?u(a,"topAction"):a)?u(a,"icon"):a,t))+'" alt="'+s(o(null!=(a=null!=(a=null!=t?u(t,"contact"):t)?u(a,"topAction"):a)?u(a,"title"):a,t))+'">\n</a>\n'},7:function(e,t,n,r,i){var a,o=e.lambda,s=e.escapeExpression,u=e.lookupProperty||function(e,t){if(Object.prototype.hasOwnProperty.call(e,t))return e[t]};return'<a class="second-action" href="'+s(o(null!=(a=null!=(a=null!=t?u(t,"contact"):t)?u(a,"secondAction"):a)?u(a,"hyperlink"):a,t))+'" title="'+s(o(null!=(a=null!=(a=null!=t?u(t,"contact"):t)?u(a,"secondAction"):a)?u(a,"title"):a,t))+'">\n\t<img src="'+s(o(null!=(a=null!=(a=null!=t?u(t,"contact"):t)?u(a,"secondAction"):a)?u(a,"icon"):a,t))+'" alt="'+s(o(null!=(a=null!=(a=null!=t?u(t,"contact"):t)?u(a,"secondAction"):a)?u(a,"title"):a,t))+'">\n</a>\n'},9:function(e,t,n,r,i){var a,o=e.lookupProperty||function(e,t){if(Object.prototype.hasOwnProperty.call(e,t))return e[t]};return'\t<span class="other-actions icon-more"></span>\n\t<div class="menu popovermenu">\n\t\t<ul>\n'+(null!=(a=o(n,"each").call(null!=t?t:e.nullContext||{},null!=(a=null!=t?o(t,"contact"):t)?o(a,"actions"):a,{name:"each",hash:{},fn:e.program(10,i,0),inverse:e.noop,data:i,loc:{start:{line:24,column:3},end:{line:31,column:12}}}))?a:"")+"\t\t</ul>\n\t</div>\n"},10:function(e,t,n,r,i){var a,o=null!=t?t:e.nullContext||{},s=e.hooks.helperMissing,u=e.escapeExpression,c=e.lookupProperty||function(e,t){if(Object.prototype.hasOwnProperty.call(e,t))return e[t]};return'\t\t\t<li>\n\t\t\t\t<a href="'+u("function"==typeof(a=null!=(a=c(n,"hyperlink")||(null!=t?c(t,"hyperlink"):t))?a:s)?a.call(o,{name:"hyperlink",hash:{},data:i,loc:{start:{line:26,column:13},end:{line:26,column:26}}}):a)+'">\n\t\t\t\t\t<img src="'+u("function"==typeof(a=null!=(a=c(n,"icon")||(null!=t?c(t,"icon"):t))?a:s)?a.call(o,{name:"icon",hash:{},data:i,loc:{start:{line:27,column:15},end:{line:27,column:23}}}):a)+'" alt="">\n\t\t\t\t\t<span>'+u("function"==typeof(a=null!=(a=c(n,"title")||(null!=t?c(t,"title"):t))?a:s)?a.call(o,{name:"title",hash:{},data:i,loc:{start:{line:28,column:11},end:{line:28,column:20}}}):a)+"</span>\n\t\t\t\t</a>\n\t\t\t</li>\n"},compiler:[8,">= 4.3.0"],main:function(e,t,n,r,i){var a,o=null!=t?t:e.nullContext||{},s=e.lambda,u=e.escapeExpression,c=e.lookupProperty||function(e,t){if(Object.prototype.hasOwnProperty.call(e,t))return e[t]};return(null!=(a=c(n,"if").call(o,null!=(a=null!=t?c(t,"contact"):t)?c(a,"avatar"):a,{name:"if",hash:{},fn:e.program(1,i,0),inverse:e.program(3,i,0),data:i,loc:{start:{line:1,column:0},end:{line:5,column:7}}}))?a:"")+'<div class="body">\n\t<div class="full-name">'+u(s(null!=(a=null!=t?c(t,"contact"):t)?c(a,"fullName"):a,t))+'</div>\n\t<div class="last-message">'+u(s(null!=(a=null!=t?c(t,"contact"):t)?c(a,"lastMessage"):a,t))+"</div>\n</div>\n"+(null!=(a=c(n,"if").call(o,null!=(a=null!=t?c(t,"contact"):t)?c(a,"topAction"):a,{name:"if",hash:{},fn:e.program(5,i,0),inverse:e.noop,data:i,loc:{start:{line:10,column:0},end:{line:14,column:7}}}))?a:"")+(null!=(a=c(n,"if").call(o,null!=(a=null!=t?c(t,"contact"):t)?c(a,"hasTwoActions"):a,{name:"if",hash:{},fn:e.program(7,i,0),inverse:e.noop,data:i,loc:{start:{line:15,column:0},end:{line:19,column:7}}}))?a:"")+(null!=(a=c(n,"if").call(o,null!=(a=null!=t?c(t,"contact"):t)?c(a,"hasManyActions"):a,{name:"if",hash:{},fn:e.program(9,i,0),inverse:e.noop,data:i,loc:{start:{line:20,column:0},end:{line:34,column:7}}}))?a:"")},useData:!0})},function(e,t,n){"use strict";t.__esModule=!0;var r=n(27);t.default=function(e){e.registerHelper("blockHelperMissing",(function(t,n){var i=n.inverse,a=n.fn;if(!0===t)return a(this);if(!1===t||null==t)return i(this);if(r.isArray(t))return t.length>0?(n.ids&&(n.ids=[n.name]),e.helpers.each(t,n)):i(this);if(n.data&&n.ids){var o=r.createFrame(n.data);o.contextPath=r.appendContextPath(n.data.contextPath,n.name),n={data:o}}return a(t,n)}))},e.exports=t.default},function(e,t,n){"use strict";(function(r){t.__esModule=!0;var i,a=n(27),o=n(52),s=(i=o)&&i.__esModule?i:{default:i};t.default=function(e){e.registerHelper("each",(function(e,t){if(!t)throw new s.default("Must pass iterator to #each");var n,i=t.fn,o=t.inverse,u=0,c="",l=void 0,d=void 0;function f(t,n,r){l&&(l.key=t,l.index=n,l.first=0===n,l.last=!!r,d&&(l.contextPath=d+t)),c+=i(e[t],{data:l,blockParams:a.blockParams([e[t],t],[d+t,null])})}if(t.data&&t.ids&&(d=a.appendContextPath(t.data.contextPath,t.ids[0])+"."),a.isFunction(e)&&(e=e.call(this)),t.data&&(l=a.createFrame(t.data)),e&&"object"==typeof e)if(a.isArray(e))for(var h=e.length;u<h;u++)u in e&&f(u,u,u===e.length-1);else if(r.Symbol&&e[r.Symbol.iterator]){for(var p=[],m=e[r.Symbol.iterator](),_=m.next();!_.done;_=m.next())p.push(_.value);for(h=(e=p).length;u<h;u++)f(u,u,u===e.length-1)}else n=void 0,Object.keys(e).forEach((function(e){void 0!==n&&f(n,u-1),n=e,u++})),void 0!==n&&f(n,u-1,!0);return 0===u&&(c=o(this)),c}))},e.exports=t.default}).call(this,n(14))},function(e,t,n){"use strict";t.__esModule=!0;var r,i=n(52),a=(r=i)&&r.__esModule?r:{default:r};t.default=function(e){e.registerHelper("helperMissing",(function(){if(1!==arguments.length)throw new a.default('Missing helper: "'+arguments[arguments.length-1].name+'"')}))},e.exports=t.default},function(e,t,n){"use strict";t.__esModule=!0;var r,i=n(27),a=n(52),o=(r=a)&&r.__esModule?r:{default:r};t.default=function(e){e.registerHelper("if",(function(e,t){if(2!=arguments.length)throw new o.default("#if requires exactly one argument");return i.isFunction(e)&&(e=e.call(this)),!t.hash.includeZero&&!e||i.isEmpty(e)?t.inverse(this):t.fn(this)})),e.registerHelper("unless",(function(t,n){if(2!=arguments.length)throw new o.default("#unless requires exactly one argument");return e.helpers.if.call(this,t,{fn:n.inverse,inverse:n.fn,hash:n.hash})}))},e.exports=t.default},function(e,t,n){"use strict";t.__esModule=!0,t.default=function(e){e.registerHelper("log",(function(){for(var t=[void 0],n=arguments[arguments.length-1],r=0;r<arguments.length-1;r++)t.push(arguments[r]);var i=1;null!=n.hash.level?i=n.hash.level:n.data&&null!=n.data.level&&(i=n.data.level),t[0]=i,e.log.apply(e,t)}))},e.exports=t.default},function(e,t,n){"use strict";t.__esModule=!0,t.default=function(e){e.registerHelper("lookup",(function(e,t,n){return e?n.lookupProperty(e,t):e}))},e.exports=t.default},function(e,t,n){"use strict";t.__esModule=!0;var r,i=n(27),a=n(52),o=(r=a)&&r.__esModule?r:{default:r};t.default=function(e){e.registerHelper("with",(function(e,t){if(2!=arguments.length)throw new o.default("#with requires exactly one argument");i.isFunction(e)&&(e=e.call(this));var n=t.fn;if(i.isEmpty(e))return t.inverse(this);var r=t.data;return t.data&&t.ids&&((r=i.createFrame(t.data)).contextPath=i.appendContextPath(t.data.contextPath,t.ids[0])),n(e,{data:r,blockParams:i.blockParams([e],[r&&r.contextPath])})}))},e.exports=t.default},function(e,t,n){"use strict";t.__esModule=!0,t.registerDefaultDecorators=function(e){a.default(e)};var r,i=n(586),a=(r=i)&&r.__esModule?r:{default:r}},function(e,t,n){"use strict";t.__esModule=!0;var r=n(27);t.default=function(e){e.registerDecorator("inline",(function(e,t,n,i){var a=e;return t.partials||(t.partials={},a=function(i,a){var o=n.partials;n.partials=r.extend({},o,t.partials);var s=e(i,a);return n.partials=o,s}),t.partials[i.args[0]]=i.fn,a}))},e.exports=t.default},function(e,t,n){"use strict";t.__esModule=!0,t.createNewLookupObject=function(){for(var e=arguments.length,t=Array(e),n=0;n<e;n++)t[n]=arguments[n];return r.extend.apply(void 0,[Object.create(null)].concat(t))};var r=n(27)},function(e,t,n){"use strict";function r(e){this.string=e}t.__esModule=!0,r.prototype.toString=r.prototype.toHTML=function(){return""+this.string},t.default=r,e.exports=t.default},function(e,t,n){"use strict";t.__esModule=!0,t.checkRevision=function(e){var t=e&&e[0]||1,n=s.COMPILER_REVISION;if(t>=s.LAST_COMPATIBLE_COMPILER_REVISION&&t<=s.COMPILER_REVISION)return;if(t<s.LAST_COMPATIBLE_COMPILER_REVISION){var r=s.REVISION_CHANGES[n],i=s.REVISION_CHANGES[t];throw new o.default("Template was precompiled with an older version of Handlebars than the current runtime. Please update your precompiler to a newer version ("+r+") or downgrade your runtime to an older version ("+i+").")}throw new o.default("Template was precompiled with a newer version of Handlebars than the current runtime. Please update your runtime to a newer version ("+e[1]+").")},t.template=function(e,t){if(!t)throw new o.default("No environment passed to template");if(!e||!e.main)throw new o.default("Unknown template object: "+typeof e);e.main.decorator=e.main_d,t.VM.checkRevision(e.compiler);var n=e.compiler&&7===e.compiler[0];var r={strict:function(e,t,n){if(!(e&&t in e))throw new o.default('"'+t+'" not defined in '+e,{loc:n});return e[t]},lookupProperty:function(e,t){var n=e[t];return null==n||Object.prototype.hasOwnProperty.call(e,t)||l.resultIsAllowed(n,r.protoAccessControl,t)?n:void 0},lookup:function(e,t){for(var n=e.length,i=0;i<n;i++){if(null!=(e[i]&&r.lookupProperty(e[i],t)))return e[i][t]}},lambda:function(e,t){return"function"==typeof e?e.call(t):e},escapeExpression:i.escapeExpression,invokePartial:function(n,r,a){a.hash&&(r=i.extend({},r,a.hash),a.ids&&(a.ids[0]=!0)),n=t.VM.resolvePartial.call(this,n,r,a);var s=i.extend({},a,{hooks:this.hooks,protoAccessControl:this.protoAccessControl}),u=t.VM.invokePartial.call(this,n,r,s);if(null==u&&t.compile&&(a.partials[a.name]=t.compile(n,e.compilerOptions,t),u=a.partials[a.name](r,s)),null!=u){if(a.indent){for(var c=u.split("\n"),l=0,d=c.length;l<d&&(c[l]||l+1!==d);l++)c[l]=a.indent+c[l];u=c.join("\n")}return u}throw new o.default("The partial "+a.name+" could not be compiled when running in runtime-only mode")},fn:function(t){var n=e[t];return n.decorator=e[t+"_d"],n},programs:[],program:function(e,t,n,r,i){var a=this.programs[e],o=this.fn(e);return t||i||r||n?a=d(this,e,o,t,n,r,i):a||(a=this.programs[e]=d(this,e,o)),a},data:function(e,t){for(;e&&t--;)e=e._parent;return e},mergeIfNeeded:function(e,t){var n=e||t;return e&&t&&e!==t&&(n=i.extend({},t,e)),n},nullContext:Object.seal({}),noop:t.VM.noop,compilerInfo:e.compiler};function a(t){var n=arguments.length<=1||void 0===arguments[1]?{}:arguments[1],i=n.data;a._setup(n),!n.partial&&e.useData&&(i=h(t,i));var o=void 0,s=e.useBlockParams?[]:void 0;function u(t){return""+e.main(r,t,r.helpers,r.partials,i,s,o)}return e.useDepths&&(o=n.depths?t!=n.depths[0]?[t].concat(n.depths):n.depths:[t]),(u=p(e.main,u,r,n.depths||[],i,s))(t,n)}return a.isTop=!0,a._setup=function(a){if(a.partial)r.protoAccessControl=a.protoAccessControl,r.helpers=a.helpers,r.partials=a.partials,r.decorators=a.decorators,r.hooks=a.hooks;else{var o=i.extend({},t.helpers,a.helpers);!function(e,t){Object.keys(e).forEach((function(n){var r=e[n];e[n]=function(e,t){var n=t.lookupProperty;return c.wrapHelper(e,(function(e){return i.extend({lookupProperty:n},e)}))}(r,t)}))}(o,r),r.helpers=o,e.usePartial&&(r.partials=r.mergeIfNeeded(a.partials,t.partials)),(e.usePartial||e.useDecorators)&&(r.decorators=i.extend({},t.decorators,a.decorators)),r.hooks={},r.protoAccessControl=l.createProtoAccessControl(a);var s=a.allowCallsToHelperMissing||n;u.moveHelperToHooks(r,"helperMissing",s),u.moveHelperToHooks(r,"blockHelperMissing",s)}},a._child=function(t,n,i,a){if(e.useBlockParams&&!i)throw new o.default("must pass block params");if(e.useDepths&&!a)throw new o.default("must pass parent depths");return d(r,t,e[t],n,0,i,a)},a},t.wrapProgram=d,t.resolvePartial=function(e,t,n){e?e.call||n.name||(n.name=e,e=n.partials[e]):e="@partial-block"===n.name?n.data["partial-block"]:n.partials[n.name];return e},t.invokePartial=function(e,t,n){var r=n.data&&n.data["partial-block"];n.partial=!0,n.ids&&(n.data.contextPath=n.ids[0]||n.data.contextPath);var a=void 0;n.fn&&n.fn!==f&&function(){n.data=s.createFrame(n.data);var e=n.fn;a=n.data["partial-block"]=function(t){var n=arguments.length<=1||void 0===arguments[1]?{}:arguments[1];return n.data=s.createFrame(n.data),n.data["partial-block"]=r,e(t,n)},e.partials&&(n.partials=i.extend({},n.partials,e.partials))}();void 0===e&&a&&(e=a);if(void 0===e)throw new o.default("The partial "+n.name+" could not be found");if(e instanceof Function)return e(t,n)},t.noop=f;var r,i=function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&(t[n]=e[n]);return t.default=e,t}(n(27)),a=n(52),o=(r=a)&&r.__esModule?r:{default:r},s=n(298),u=n(299),c=n(590),l=n(301);function d(e,t,n,r,i,a,o){function s(t){var i=arguments.length<=1||void 0===arguments[1]?{}:arguments[1],s=o;return!o||t==o[0]||t===e.nullContext&&null===o[0]||(s=[t].concat(o)),n(e,t,e.helpers,e.partials,i.data||r,a&&[i.blockParams].concat(a),s)}return(s=p(n,s,e,o,r,a)).program=t,s.depth=o?o.length:0,s.blockParams=i||0,s}function f(){return""}function h(e,t){return t&&"root"in t||((t=t?s.createFrame(t):{}).root=e),t}function p(e,t,n,r,a,o){if(e.decorator){var s={};t=e.decorator(t,s,n,r&&r[0],a,o,r),i.extend(t,s)}return t}},function(e,t,n){"use strict";t.__esModule=!0,t.wrapHelper=function(e,t){if("function"!=typeof e)return e;return function(){var n=arguments[arguments.length-1];return arguments[arguments.length-1]=t(n),e.apply(this,arguments)}}},function(e,t,n){"use strict";(function(n){t.__esModule=!0,t.default=function(e){var t=void 0!==n?n:window,r=t.Handlebars;e.noConflict=function(){return t.Handlebars===e&&(t.Handlebars=r),e}},e.exports=t.default}).call(this,n(14))},function(e,t,n){var r=n(90);e.exports=(r.default||r).template({compiler:[8,">= 4.3.0"],main:function(e,t,n,r,i){var a,o=e.lookupProperty||function(e,t){if(Object.prototype.hasOwnProperty.call(e,t))return e[t]};return'<div class="emptycontent">\n\t<div class="icon-loading"></div>\n\t<h2>'+e.escapeExpression("function"==typeof(a=null!=(a=o(n,"loadingText")||(null!=t?o(t,"loadingText"):t))?a:e.hooks.helperMissing)?a.call(null!=t?t:e.nullContext||{},{name:"loadingText",hash:{},data:i,loc:{start:{line:3,column:5},end:{line:3,column:20}}}):a)+"</h2>\n</div>\n"},useData:!0})},function(e,t,n){var r=n(90);e.exports=(r.default||r).template({compiler:[8,">= 4.3.0"],main:function(e,t,n,r,i){var a,o=e.lookupProperty||function(e,t){if(Object.prototype.hasOwnProperty.call(e,t))return e[t]};return'<div class="emptycontent">\n\t<div class="icon-search"></div>\n\t<h2>'+e.escapeExpression("function"==typeof(a=null!=(a=o(n,"couldNotLoadText")||(null!=t?o(t,"couldNotLoadText"):t))?a:e.hooks.helperMissing)?a.call(null!=t?t:e.nullContext||{},{name:"couldNotLoadText",hash:{},data:i,loc:{start:{line:3,column:5},end:{line:3,column:25}}}):a)+"</h2>\n</div>\n"},useData:!0})},function(e,t,n){var r=n(90);e.exports=(r.default||r).template({compiler:[8,">= 4.3.0"],main:function(e,t,n,r,i){var a,o=null!=t?t:e.nullContext||{},s=e.hooks.helperMissing,u=e.escapeExpression,c=e.lookupProperty||function(e,t){if(Object.prototype.hasOwnProperty.call(e,t))return e[t]};return'<label class="hidden-visually" for="contactsmenu-search">'+u("function"==typeof(a=null!=(a=c(n,"searchContactsText")||(null!=t?c(t,"searchContactsText"):t))?a:s)?a.call(o,{name:"searchContactsText",hash:{},data:i,loc:{start:{line:1,column:57},end:{line:1,column:79}}}):a)+'</label>\n<input id="contactsmenu-search" type="search" placeholder="'+u("function"==typeof(a=null!=(a=c(n,"searchContactsText")||(null!=t?c(t,"searchContactsText"):t))?a:s)?a.call(o,{name:"searchContactsText",hash:{},data:i,loc:{start:{line:2,column:59},end:{line:2,column:81}}}):a)+'" value="'+u("function"==typeof(a=null!=(a=c(n,"searchTerm")||(null!=t?c(t,"searchTerm"):t))?a:s)?a.call(o,{name:"searchTerm",hash:{},data:i,loc:{start:{line:2,column:90},end:{line:2,column:104}}}):a)+'">\n<div class="content">\n</div>\n'},useData:!0})},function(e,t,n){var r=n(90);e.exports=(r.default||r).template({1:function(e,t,n,r,i){var a,o=e.lookupProperty||function(e,t){if(Object.prototype.hasOwnProperty.call(e,t))return e[t]};return'<div class="emptycontent">\n\t<div class="icon-search"></div>\n\t<h2>'+e.escapeExpression("function"==typeof(a=null!=(a=o(n,"noContactsFoundText")||(null!=t?o(t,"noContactsFoundText"):t))?a:e.hooks.helperMissing)?a.call(null!=t?t:e.nullContext||{},{name:"noContactsFoundText",hash:{},data:i,loc:{start:{line:4,column:5},end:{line:4,column:28}}}):a)+"</h2>\n</div>\n"},3:function(e,t,n,r,i){var a,o=null!=t?t:e.nullContext||{},s=e.hooks.helperMissing,u=e.escapeExpression,c=e.lookupProperty||function(e,t){if(Object.prototype.hasOwnProperty.call(e,t))return e[t]};return'<div class="footer"><a href="'+u("function"==typeof(a=null!=(a=c(n,"contactsAppURL")||(null!=t?c(t,"contactsAppURL"):t))?a:s)?a.call(o,{name:"contactsAppURL",hash:{},data:i,loc:{start:{line:9,column:29},end:{line:9,column:47}}}):a)+'">'+u("function"==typeof(a=null!=(a=c(n,"showAllContactsText")||(null!=t?c(t,"showAllContactsText"):t))?a:s)?a.call(o,{name:"showAllContactsText",hash:{},data:i,loc:{start:{line:9,column:49},end:{line:9,column:72}}}):a)+"</a></div>\n"},5:function(e,t,n,r,i){var a,o=e.lookupProperty||function(e,t){if(Object.prototype.hasOwnProperty.call(e,t))return e[t]};return null!=(a=o(n,"if").call(null!=t?t:e.nullContext||{},null!=t?o(t,"canInstallApp"):t,{name:"if",hash:{},fn:e.program(6,i,0),inverse:e.noop,data:i,loc:{start:{line:10,column:0},end:{line:12,column:0}}}))?a:""},6:function(e,t,n,r,i){var a,o=null!=t?t:e.nullContext||{},s=e.hooks.helperMissing,u=e.escapeExpression,c=e.lookupProperty||function(e,t){if(Object.prototype.hasOwnProperty.call(e,t))return e[t]};return'<div class="footer"><a href="'+u("function"==typeof(a=null!=(a=c(n,"contactsAppMgmtURL")||(null!=t?c(t,"contactsAppMgmtURL"):t))?a:s)?a.call(o,{name:"contactsAppMgmtURL",hash:{},data:i,loc:{start:{line:11,column:29},end:{line:11,column:51}}}):a)+'">'+u("function"==typeof(a=null!=(a=c(n,"contactsAppMgmtText")||(null!=t?c(t,"contactsAppMgmtText"):t))?a:s)?a.call(o,{name:"contactsAppMgmtText",hash:{},data:i,loc:{start:{line:11,column:53},end:{line:11,column:76}}}):a)+"</a></div>\n"},compiler:[8,">= 4.3.0"],main:function(e,t,n,r,i){var a,o=null!=t?t:e.nullContext||{},s=e.lookupProperty||function(e,t){if(Object.prototype.hasOwnProperty.call(e,t))return e[t]};return(null!=(a=s(n,"unless").call(o,null!=(a=null!=t?s(t,"contacts"):t)?s(a,"length"):a,{name:"unless",hash:{},fn:e.program(1,i,0),inverse:e.noop,data:i,loc:{start:{line:1,column:0},end:{line:6,column:11}}}))?a:"")+'<div id="contactsmenu-contacts"></div>\n'+(null!=(a=s(n,"if").call(o,null!=t?s(t,"contactsAppEnabled"):t,{name:"if",hash:{},fn:e.program(3,i,0),inverse:e.program(5,i,0),data:i,loc:{start:{line:8,column:0},end:{line:12,column:7}}}))?a:"")},useData:!0})},function(e,t,n){var r={"./af":302,"./af.js":302,"./ar":303,"./ar-dz":304,"./ar-dz.js":304,"./ar-kw":305,"./ar-kw.js":305,"./ar-ly":306,"./ar-ly.js":306,"./ar-ma":307,"./ar-ma.js":307,"./ar-sa":308,"./ar-sa.js":308,"./ar-tn":309,"./ar-tn.js":309,"./ar.js":303,"./az":310,"./az.js":310,"./be":311,"./be.js":311,"./bg":312,"./bg.js":312,"./bm":313,"./bm.js":313,"./bn":314,"./bn.js":314,"./bo":315,"./bo.js":315,"./br":316,"./br.js":316,"./bs":317,"./bs.js":317,"./ca":318,"./ca.js":318,"./cs":319,"./cs.js":319,"./cv":320,"./cv.js":320,"./cy":321,"./cy.js":321,"./da":322,"./da.js":322,"./de":323,"./de-at":324,"./de-at.js":324,"./de-ch":325,"./de-ch.js":325,"./de.js":323,"./dv":326,"./dv.js":326,"./el":327,"./el.js":327,"./en-SG":328,"./en-SG.js":328,"./en-au":329,"./en-au.js":329,"./en-ca":330,"./en-ca.js":330,"./en-gb":331,"./en-gb.js":331,"./en-ie":332,"./en-ie.js":332,"./en-il":333,"./en-il.js":333,"./en-nz":334,"./en-nz.js":334,"./eo":335,"./eo.js":335,"./es":336,"./es-do":337,"./es-do.js":337,"./es-us":338,"./es-us.js":338,"./es.js":336,"./et":339,"./et.js":339,"./eu":340,"./eu.js":340,"./fa":341,"./fa.js":341,"./fi":342,"./fi.js":342,"./fo":343,"./fo.js":343,"./fr":344,"./fr-ca":345,"./fr-ca.js":345,"./fr-ch":346,"./fr-ch.js":346,"./fr.js":344,"./fy":347,"./fy.js":347,"./ga":348,"./ga.js":348,"./gd":349,"./gd.js":349,"./gl":350,"./gl.js":350,"./gom-latn":351,"./gom-latn.js":351,"./gu":352,"./gu.js":352,"./he":353,"./he.js":353,"./hi":354,"./hi.js":354,"./hr":355,"./hr.js":355,"./hu":356,"./hu.js":356,"./hy-am":357,"./hy-am.js":357,"./id":358,"./id.js":358,"./is":359,"./is.js":359,"./it":360,"./it-ch":361,"./it-ch.js":361,"./it.js":360,"./ja":362,"./ja.js":362,"./jv":363,"./jv.js":363,"./ka":364,"./ka.js":364,"./kk":365,"./kk.js":365,"./km":366,"./km.js":366,"./kn":367,"./kn.js":367,"./ko":368,"./ko.js":368,"./ku":369,"./ku.js":369,"./ky":370,"./ky.js":370,"./lb":371,"./lb.js":371,"./lo":372,"./lo.js":372,"./lt":373,"./lt.js":373,"./lv":374,"./lv.js":374,"./me":375,"./me.js":375,"./mi":376,"./mi.js":376,"./mk":377,"./mk.js":377,"./ml":378,"./ml.js":378,"./mn":379,"./mn.js":379,"./mr":380,"./mr.js":380,"./ms":381,"./ms-my":382,"./ms-my.js":382,"./ms.js":381,"./mt":383,"./mt.js":383,"./my":384,"./my.js":384,"./nb":385,"./nb.js":385,"./ne":386,"./ne.js":386,"./nl":387,"./nl-be":388,"./nl-be.js":388,"./nl.js":387,"./nn":389,"./nn.js":389,"./pa-in":390,"./pa-in.js":390,"./pl":391,"./pl.js":391,"./pt":392,"./pt-br":393,"./pt-br.js":393,"./pt.js":392,"./ro":394,"./ro.js":394,"./ru":395,"./ru.js":395,"./sd":396,"./sd.js":396,"./se":397,"./se.js":397,"./si":398,"./si.js":398,"./sk":399,"./sk.js":399,"./sl":400,"./sl.js":400,"./sq":401,"./sq.js":401,"./sr":402,"./sr-cyrl":403,"./sr-cyrl.js":403,"./sr.js":402,"./ss":404,"./ss.js":404,"./sv":405,"./sv.js":405,"./sw":406,"./sw.js":406,"./ta":407,"./ta.js":407,"./te":408,"./te.js":408,"./tet":409,"./tet.js":409,"./tg":410,"./tg.js":410,"./th":411,"./th.js":411,"./tl-ph":412,"./tl-ph.js":412,"./tlh":413,"./tlh.js":413,"./tr":414,"./tr.js":414,"./tzl":415,"./tzl.js":415,"./tzm":416,"./tzm-latn":417,"./tzm-latn.js":417,"./tzm.js":416,"./ug-cn":418,"./ug-cn.js":418,"./uk":419,"./uk.js":419,"./ur":420,"./ur.js":420,"./uz":421,"./uz-latn":422,"./uz-latn.js":422,"./uz.js":421,"./vi":423,"./vi.js":423,"./x-pseudo":424,"./x-pseudo.js":424,"./yo":425,"./yo.js":425,"./zh-cn":426,"./zh-cn.js":426,"./zh-hk":427,"./zh-hk.js":427,"./zh-tw":428,"./zh-tw.js":428};function i(e){var t=a(e);return n(t)}function a(e){if(!n.o(r,e)){var t=new Error("Cannot find module '"+e+"'");throw t.code="MODULE_NOT_FOUND",t}return r[e]}i.keys=function(){return Object.keys(r)},i.resolve=a,e.exports=i,i.id=596},function(e,t,n){var r=n(598),i=n(617);r({target:"Object",stat:!0,forced:Object.assign!==i},{assign:i})},function(e,t,n){var r=n(35),i=n(429).f,a=n(151),o=n(601),s=n(199),u=n(608),c=n(616);e.exports=function(e,t){var n,l,d,f,h,p=e.target,m=e.global,_=e.stat;if(n=m?r:_?r[p]||s(p,{}):(r[p]||{}).prototype)for(l in t){if(f=t[l],d=e.noTargetGet?(h=i(n,l))&&h.value:n[l],!c(m?l:p+(_?".":"#")+l,e.forced)&&void 0!==d){if(typeof f==typeof d)continue;u(f,d)}(e.sham||d&&d.sham)&&a(f,"sham",!0),o(n,l,f,e)}}},function(e,t){var n={}.toString;e.exports=function(e){return n.call(e).slice(8,-1)}},function(e,t,n){var r=n(35),i=n(150),a=r.document,o=i(a)&&i(a.createElement);e.exports=function(e){return o?a.createElement(e):{}}},function(e,t,n){var r=n(35),i=n(151),a=n(96),o=n(199),s=n(438),u=n(602),c=u.get,l=u.enforce,d=String(String).split("String");(e.exports=function(e,t,n,s){var u=!!s&&!!s.unsafe,c=!!s&&!!s.enumerable,f=!!s&&!!s.noTargetGet;"function"==typeof n&&("string"!=typeof t||a(n,"name")||i(n,"name",t),l(n).source=d.join("string"==typeof t?t:"")),e!==r?(u?!f&&e[t]&&(c=!0):delete e[t],c?e[t]=n:i(e,t,n)):c?e[t]=n:o(t,n)})(Function.prototype,"toString",(function(){return"function"==typeof this&&c(this).source||s(this)}))},function(e,t,n){var r,i,a,o=n(603),s=n(35),u=n(150),c=n(151),l=n(96),d=n(604),f=n(440),h=s.WeakMap;if(o){var p=new h,m=p.get,_=p.has,y=p.set;r=function(e,t){return y.call(p,e,t),t},i=function(e){return m.call(p,e)||{}},a=function(e){return _.call(p,e)}}else{var v=d("state");f[v]=!0,r=function(e,t){return c(e,v,t),t},i=function(e){return l(e,v)?e[v]:{}},a=function(e){return l(e,v)}}e.exports={set:r,get:i,has:a,enforce:function(e){return a(e)?i(e):r(e,{})},getterFor:function(e){return function(t){var n;if(!u(t)||(n=i(t)).type!==e)throw TypeError("Incompatible receiver, "+e+" required");return n}}}},function(e,t,n){var r=n(35),i=n(438),a=r.WeakMap;e.exports="function"==typeof a&&/native code/.test(i(a))},function(e,t,n){var r=n(605),i=n(607),a=r("keys");e.exports=function(e){return a[e]||(a[e]=i(e))}},function(e,t,n){var r=n(606),i=n(439);(e.exports=function(e,t){return i[e]||(i[e]=void 0!==t?t:{})})("versions",[]).push({version:"3.6.4",mode:r?"pure":"global",copyright:"© 2020 Denis Pushkarev (zloirock.ru)"})},function(e,t){e.exports=!1},function(e,t){var n=0,r=Math.random();e.exports=function(e){return"Symbol("+String(void 0===e?"":e)+")_"+(++n+r).toString(36)}},function(e,t,n){var r=n(96),i=n(609),a=n(429),o=n(436);e.exports=function(e,t){for(var n=i(t),s=o.f,u=a.f,c=0;c<n.length;c++){var l=n[c];r(e,l)||s(e,l,u(t,l))}}},function(e,t,n){var r=n(610),i=n(612),a=n(444),o=n(437);e.exports=r("Reflect","ownKeys")||function(e){var t=i.f(o(e)),n=a.f;return n?t.concat(n(e)):t}},function(e,t,n){var r=n(611),i=n(35),a=function(e){return"function"==typeof e?e:void 0};e.exports=function(e,t){return arguments.length<2?a(r[e])||a(i[e]):r[e]&&r[e][t]||i[e]&&i[e][t]}},function(e,t,n){var r=n(35);e.exports=r},function(e,t,n){var r=n(441),i=n(443).concat("length","prototype");t.f=Object.getOwnPropertyNames||function(e){return r(e,i)}},function(e,t,n){var r=n(198),i=n(614),a=n(615),o=function(e){return function(t,n,o){var s,u=r(t),c=i(u.length),l=a(o,c);if(e&&n!=n){for(;c>l;)if((s=u[l++])!=s)return!0}else for(;c>l;l++)if((e||l in u)&&u[l]===n)return e||l||0;return!e&&-1}};e.exports={includes:o(!0),indexOf:o(!1)}},function(e,t,n){var r=n(442),i=Math.min;e.exports=function(e){return e>0?i(r(e),9007199254740991):0}},function(e,t,n){var r=n(442),i=Math.max,a=Math.min;e.exports=function(e,t){var n=r(e);return n<0?i(n+t,0):a(n,t)}},function(e,t,n){var r=n(95),i=/#|\.prototype\./,a=function(e,t){var n=s[o(e)];return n==c||n!=u&&("function"==typeof t?r(t):!!t)},o=a.normalize=function(e){return String(e).replace(i,".").toLowerCase()},s=a.data={},u=a.NATIVE="N",c=a.POLYFILL="P";e.exports=a},function(e,t,n){"use strict";var r=n(94),i=n(95),a=n(618),o=n(444),s=n(430),u=n(619),c=n(432),l=Object.assign,d=Object.defineProperty;e.exports=!l||i((function(){if(r&&1!==l({b:1},l(d({},"a",{enumerable:!0,get:function(){d(this,"b",{value:3,enumerable:!1})}}),{b:2})).b)return!0;var e={},t={},n=Symbol();return e[n]=7,"abcdefghijklmnopqrst".split("").forEach((function(e){t[e]=e})),7!=l({},e)[n]||"abcdefghijklmnopqrst"!=a(l({},t)).join("")}))?function(e,t){for(var n=u(e),i=arguments.length,l=1,d=o.f,f=s.f;i>l;)for(var h,p=c(arguments[l++]),m=d?a(p).concat(d(p)):a(p),_=m.length,y=0;_>y;)h=m[y++],r&&!f.call(p,h)||(n[h]=p[h]);return n}:l},function(e,t,n){var r=n(441),i=n(443);e.exports=Object.keys||function(e){return r(e,i)}},function(e,t,n){var r=n(433);e.exports=function(e){return Object(r(e))}},function(e,t,n){e.exports=n(621)},function(e,t,n){"use strict";var r=n(19),i=n(445),a=n(622),o=n(451);function s(e){var t=new a(e),n=i(a.prototype.request,t);return r.extend(n,a.prototype,t),r.extend(n,t),n}var u=s(n(448));u.Axios=a,u.create=function(e){return s(o(u.defaults,e))},u.Cancel=n(452),u.CancelToken=n(635),u.isCancel=n(447),u.all=function(e){return Promise.all(e)},u.spread=n(636),e.exports=u,e.exports.default=u},function(e,t,n){"use strict";var r=n(19),i=n(446),a=n(623),o=n(624),s=n(451);function u(e){this.defaults=e,this.interceptors={request:new a,response:new a}}u.prototype.request=function(e){"string"==typeof e?(e=arguments[1]||{}).url=arguments[0]:e=e||{},(e=s(this.defaults,e)).method?e.method=e.method.toLowerCase():this.defaults.method?e.method=this.defaults.method.toLowerCase():e.method="get";var t=[o,void 0],n=Promise.resolve(e);for(this.interceptors.request.forEach((function(e){t.unshift(e.fulfilled,e.rejected)})),this.interceptors.response.forEach((function(e){t.push(e.fulfilled,e.rejected)}));t.length;)n=n.then(t.shift(),t.shift());return n},u.prototype.getUri=function(e){return e=s(this.defaults,e),i(e.url,e.params,e.paramsSerializer).replace(/^\?/,"")},r.forEach(["delete","get","head","options"],(function(e){u.prototype[e]=function(t,n){return this.request(r.merge(n||{},{method:e,url:t}))}})),r.forEach(["post","put","patch"],(function(e){u.prototype[e]=function(t,n,i){return this.request(r.merge(i||{},{method:e,url:t,data:n}))}})),e.exports=u},function(e,t,n){"use strict";var r=n(19);function i(){this.handlers=[]}i.prototype.use=function(e,t){return this.handlers.push({fulfilled:e,rejected:t}),this.handlers.length-1},i.prototype.eject=function(e){this.handlers[e]&&(this.handlers[e]=null)},i.prototype.forEach=function(e){r.forEach(this.handlers,(function(t){null!==t&&e(t)}))},e.exports=i},function(e,t,n){"use strict";var r=n(19),i=n(625),a=n(447),o=n(448);function s(e){e.cancelToken&&e.cancelToken.throwIfRequested()}e.exports=function(e){return s(e),e.headers=e.headers||{},e.data=i(e.data,e.headers,e.transformRequest),e.headers=r.merge(e.headers.common||{},e.headers[e.method]||{},e.headers),r.forEach(["delete","get","head","post","put","patch","common"],(function(t){delete e.headers[t]})),(e.adapter||o.adapter)(e).then((function(t){return s(e),t.data=i(t.data,t.headers,e.transformResponse),t}),(function(t){return a(t)||(s(e),t&&t.response&&(t.response.data=i(t.response.data,t.response.headers,e.transformResponse))),Promise.reject(t)}))}},function(e,t,n){"use strict";var r=n(19);e.exports=function(e,t,n){return r.forEach(n,(function(n){e=n(e,t)})),e}},function(e,t,n){"use strict";var r=n(19);e.exports=function(e,t){r.forEach(e,(function(n,r){r!==t&&r.toUpperCase()===t.toUpperCase()&&(e[t]=n,delete e[r])}))}},function(e,t,n){"use strict";var r=n(450);e.exports=function(e,t,n){var i=n.config.validateStatus;!i||i(n.status)?e(n):t(r("Request failed with status code "+n.status,n.config,null,n.request,n))}},function(e,t,n){"use strict";e.exports=function(e,t,n,r,i){return e.config=t,n&&(e.code=n),e.request=r,e.response=i,e.isAxiosError=!0,e.toJSON=function(){return{message:this.message,name:this.name,description:this.description,number:this.number,fileName:this.fileName,lineNumber:this.lineNumber,columnNumber:this.columnNumber,stack:this.stack,config:this.config,code:this.code}},e}},function(e,t,n){"use strict";var r=n(630),i=n(631);e.exports=function(e,t){return e&&!r(t)?i(e,t):t}},function(e,t,n){"use strict";e.exports=function(e){return/^([a-z][a-z\d\+\-\.]*:)?\/\//i.test(e)}},function(e,t,n){"use strict";e.exports=function(e,t){return t?e.replace(/\/+$/,"")+"/"+t.replace(/^\/+/,""):e}},function(e,t,n){"use strict";var r=n(19),i=["age","authorization","content-length","content-type","etag","expires","from","host","if-modified-since","if-unmodified-since","last-modified","location","max-forwards","proxy-authorization","referer","retry-after","user-agent"];e.exports=function(e){var t,n,a,o={};return e?(r.forEach(e.split("\n"),(function(e){if(a=e.indexOf(":"),t=r.trim(e.substr(0,a)).toLowerCase(),n=r.trim(e.substr(a+1)),t){if(o[t]&&i.indexOf(t)>=0)return;o[t]="set-cookie"===t?(o[t]?o[t]:[]).concat([n]):o[t]?o[t]+", "+n:n}})),o):o}},function(e,t,n){"use strict";var r=n(19);e.exports=r.isStandardBrowserEnv()?function(){var e,t=/(msie|trident)/i.test(navigator.userAgent),n=document.createElement("a");function i(e){var r=e;return t&&(n.setAttribute("href",r),r=n.href),n.setAttribute("href",r),{href:n.href,protocol:n.protocol?n.protocol.replace(/:$/,""):"",host:n.host,search:n.search?n.search.replace(/^\?/,""):"",hash:n.hash?n.hash.replace(/^#/,""):"",hostname:n.hostname,port:n.port,pathname:"/"===n.pathname.charAt(0)?n.pathname:"/"+n.pathname}}return e=i(window.location.href),function(t){var n=r.isString(t)?i(t):t;return n.protocol===e.protocol&&n.host===e.host}}():function(){return!0}},function(e,t,n){"use strict";var r=n(19);e.exports=r.isStandardBrowserEnv()?{write:function(e,t,n,i,a,o){var s=[];s.push(e+"="+encodeURIComponent(t)),r.isNumber(n)&&s.push("expires="+new Date(n).toGMTString()),r.isString(i)&&s.push("path="+i),r.isString(a)&&s.push("domain="+a),!0===o&&s.push("secure"),document.cookie=s.join("; ")},read:function(e){var t=document.cookie.match(new RegExp("(^|;\\s*)("+e+")=([^;]*)"));return t?decodeURIComponent(t[3]):null},remove:function(e){this.write(e,"",Date.now()-864e5)}}:{write:function(){},read:function(){return null},remove:function(){}}},function(e,t,n){"use strict";var r=n(452);function i(e){if("function"!=typeof e)throw new TypeError("executor must be a function.");var t;this.promise=new Promise((function(e){t=e}));var n=this;e((function(e){n.reason||(n.reason=new r(e),t(n.reason))}))}i.prototype.throwIfRequested=function(){if(this.reason)throw this.reason},i.source=function(){var e;return{token:new i((function(t){e=t})),cancel:e}},e.exports=i},function(e,t,n){"use strict";e.exports=function(e){return function(t){return e.apply(null,t)}}},function(e,t,n){"use strict";n(638),Object.defineProperty(t,"__esModule",{value:!0}),t.getRequestToken=function(){return a},t.onRequestTokenUpdate=function(e){o.push(e)};var r=n(41),i=document.getElementsByTagName("head")[0],a=i?i.getAttribute("data-requesttoken"):null,o=[];(0,r.subscribe)("csrf-token-update",(function(e){a=e.token,o.forEach((function(t){try{t(e.token)}catch(e){console.error("error updating CSRF token observer",e)}}))}))},function(e,t,n){"use strict";var r=n(639),i=n(658);r({target:"Array",proto:!0,forced:[].forEach!=i},{forEach:i})},function(e,t,n){var r=n(28),i=n(453).f,a=n(152),o=n(642),s=n(201),u=n(647),c=n(657);e.exports=function(e,t){var n,l,d,f,h,p=e.target,m=e.global,_=e.stat;if(n=m?r:_?r[p]||s(p,{}):(r[p]||{}).prototype)for(l in t){if(f=t[l],d=e.noTargetGet?(h=i(n,l))&&h.value:n[l],!c(m?l:p+(_?".":"#")+l,e.forced)&&void 0!==d){if(typeof f==typeof d)continue;u(f,d)}(e.sham||d&&d.sham)&&a(f,"sham",!0),o(n,l,f,e)}}},function(e,t,n){"use strict";var r={}.propertyIsEnumerable,i=Object.getOwnPropertyDescriptor,a=i&&!r.call({1:2},1);t.f=a?function(e){var t=i(this,e);return!!t&&t.enumerable}:r},function(e,t,n){var r=n(28),i=n(98),a=r.document,o=i(a)&&i(a.createElement);e.exports=function(e){return o?a.createElement(e):{}}},function(e,t,n){var r=n(28),i=n(152),a=n(56),o=n(201),s=n(462),u=n(643),c=u.get,l=u.enforce,d=String(String).split("String");(e.exports=function(e,t,n,s){var u=!!s&&!!s.unsafe,c=!!s&&!!s.enumerable,f=!!s&&!!s.noTargetGet;"function"==typeof n&&("string"!=typeof t||a(n,"name")||i(n,"name",t),l(n).source=d.join("string"==typeof t?t:"")),e!==r?(u?!f&&e[t]&&(c=!0):delete e[t],c?e[t]=n:i(e,t,n)):c?e[t]=n:o(t,n)})(Function.prototype,"toString",(function(){return"function"==typeof this&&c(this).source||s(this)}))},function(e,t,n){var r,i,a,o=n(644),s=n(28),u=n(98),c=n(152),l=n(56),d=n(645),f=n(466),h=s.WeakMap;if(o){var p=new h,m=p.get,_=p.has,y=p.set;r=function(e,t){return y.call(p,e,t),t},i=function(e){return m.call(p,e)||{}},a=function(e){return _.call(p,e)}}else{var v=d("state");f[v]=!0,r=function(e,t){return c(e,v,t),t},i=function(e){return l(e,v)?e[v]:{}},a=function(e){return l(e,v)}}e.exports={set:r,get:i,has:a,enforce:function(e){return a(e)?i(e):r(e,{})},getterFor:function(e){return function(t){var n;if(!u(t)||(n=i(t)).type!==e)throw TypeError("Incompatible receiver, "+e+" required");return n}}}},function(e,t,n){var r=n(28),i=n(462),a=r.WeakMap;e.exports="function"==typeof a&&/native code/.test(i(a))},function(e,t,n){var r=n(464),i=n(465),a=r("keys");e.exports=function(e){return a[e]||(a[e]=i(e))}},function(e,t){e.exports=!1},function(e,t,n){var r=n(56),i=n(648),a=n(453),o=n(460);e.exports=function(e,t){for(var n=i(t),s=o.f,u=a.f,c=0;c<n.length;c++){var l=n[c];r(e,l)||s(e,l,u(t,l))}}},function(e,t,n){var r=n(649),i=n(651),a=n(656),o=n(461);e.exports=r("Reflect","ownKeys")||function(e){var t=i.f(o(e)),n=a.f;return n?t.concat(n(e)):t}},function(e,t,n){var r=n(650),i=n(28),a=function(e){return"function"==typeof e?e:void 0};e.exports=function(e,t){return arguments.length<2?a(r[e])||a(i[e]):r[e]&&r[e][t]||i[e]&&i[e][t]}},function(e,t,n){var r=n(28);e.exports=r},function(e,t,n){var r=n(652),i=n(655).concat("length","prototype");t.f=Object.getOwnPropertyNames||function(e){return r(e,i)}},function(e,t,n){var r=n(56),i=n(200),a=n(653).indexOf,o=n(466);e.exports=function(e,t){var n,s=i(e),u=0,c=[];for(n in s)!r(o,n)&&r(s,n)&&c.push(n);for(;t.length>u;)r(s,n=t[u++])&&(~a(c,n)||c.push(n));return c}},function(e,t,n){var r=n(200),i=n(467),a=n(654),o=function(e){return function(t,n,o){var s,u=r(t),c=i(u.length),l=a(o,c);if(e&&n!=n){for(;c>l;)if((s=u[l++])!=s)return!0}else for(;c>l;l++)if((e||l in u)&&u[l]===n)return e||l||0;return!e&&-1}};e.exports={includes:o(!0),indexOf:o(!1)}},function(e,t,n){var r=n(468),i=Math.max,a=Math.min;e.exports=function(e,t){var n=r(e);return n<0?i(n+t,0):a(n,t)}},function(e,t){e.exports=["constructor","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","toLocaleString","toString","valueOf"]},function(e,t){t.f=Object.getOwnPropertySymbols},function(e,t,n){var r=n(55),i=/#|\.prototype\./,a=function(e,t){var n=s[o(e)];return n==c||n!=u&&("function"==typeof t?r(t):!!t)},o=a.normalize=function(e){return String(e).replace(i,".").toLowerCase()},s=a.data={},u=a.NATIVE="N",c=a.POLYFILL="P";e.exports=a},function(e,t,n){"use strict";var r=n(659).forEach,i=n(667),a=n(668),o=i("forEach"),s=a("forEach");e.exports=o&&s?[].forEach:function(e){return r(this,e,arguments.length>1?arguments[1]:void 0)}},function(e,t,n){var r=n(660),i=n(455),a=n(662),o=n(467),s=n(663),u=[].push,c=function(e){var t=1==e,n=2==e,c=3==e,l=4==e,d=6==e,f=5==e||d;return function(h,p,m,_){for(var y,v,g=a(h),M=i(g),L=r(p,m,3),w=o(M.length),b=0,k=_||s,Y=t?k(h,w):n?k(h,0):void 0;w>b;b++)if((f||b in M)&&(v=L(y=M[b],b,g),e))if(t)Y[b]=v;else if(v)switch(e){case 3:return!0;case 5:return y;case 6:return b;case 2:u.call(Y,y)}else if(l)return!1;return d?-1:c||l?l:Y}};e.exports={forEach:c(0),map:c(1),filter:c(2),some:c(3),every:c(4),find:c(5),findIndex:c(6)}},function(e,t,n){var r=n(661);e.exports=function(e,t,n){if(r(e),void 0===t)return e;switch(n){case 0:return function(){return e.call(t)};case 1:return function(n){return e.call(t,n)};case 2:return function(n,r){return e.call(t,n,r)};case 3:return function(n,r,i){return e.call(t,n,r,i)}}return function(){return e.apply(t,arguments)}}},function(e,t){e.exports=function(e){if("function"!=typeof e)throw TypeError(String(e)+" is not a function");return e}},function(e,t,n){var r=n(457);e.exports=function(e){return Object(r(e))}},function(e,t,n){var r=n(98),i=n(664),a=n(665)("species");e.exports=function(e,t){var n;return i(e)&&("function"!=typeof(n=e.constructor)||n!==Array&&!i(n.prototype)?r(n)&&null===(n=n[a])&&(n=void 0):n=void 0),new(void 0===n?Array:n)(0===t?0:t)}},function(e,t,n){var r=n(456);e.exports=Array.isArray||function(e){return"Array"==r(e)}},function(e,t,n){var r=n(28),i=n(464),a=n(56),o=n(465),s=n(469),u=n(666),c=i("wks"),l=r.Symbol,d=u?l:l&&l.withoutSetter||o;e.exports=function(e){return a(c,e)||(s&&a(l,e)?c[e]=l[e]:c[e]=d("Symbol."+e)),c[e]}},function(e,t,n){var r=n(469);e.exports=r&&!Symbol.sham&&"symbol"==typeof Symbol.iterator},function(e,t,n){"use strict";var r=n(55);e.exports=function(e,t){var n=[][e];return!!n&&r((function(){n.call(null,t||function(){throw 1},1)}))}},function(e,t,n){var r=n(97),i=n(55),a=n(56),o=Object.defineProperty,s={},u=function(e){throw e};e.exports=function(e,t){if(a(s,e))return s[e];t||(t={});var n=[][e],c=!!a(t,"ACCESSORS")&&t.ACCESSORS,l=a(t,0)?t[0]:u,d=a(t,1)?t[1]:void 0;return s[e]=!!n&&!i((function(){if(c&&!r)return!0;var e={length:-1};c?o(e,1,{enumerable:!0,get:u}):e[1]=1,n.call(e,l,d)}))}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.getCurrentUser=function(){if(null===i)return null;return{uid:i,displayName:o}};var r=document.getElementsByTagName("head")[0],i=r?r.getAttribute("data-user"):null,a=document.getElementsByTagName("head")[0],o=a?a.getAttribute("data-user-displayname"):null},,,,,,,,,,,,,,,,,,function(e,t,n){var r,i;(i=function(){"use strict";var e={DAY:864e5,HOUR:36e5,MINUTE:6e4,SECOND:1e3,BASELINE_YEAR:2014,MAX_SCORE:864e6,AMBIGUITIES:{"America/Denver":["America/Mazatlan"],"America/Chicago":["America/Mexico_City"],"America/Asuncion":["America/Campo_Grande","America/Santiago"],"America/Montevideo":["America/Sao_Paulo","America/Santiago"],"Asia/Beirut":["Asia/Amman","Asia/Jerusalem","Europe/Helsinki","Asia/Damascus","Africa/Cairo","Asia/Gaza","Europe/Minsk","Africa/Windhoek"],"Pacific/Auckland":["Pacific/Fiji"],"America/Los_Angeles":["America/Santa_Isabel"],"America/New_York":["America/Havana"],"America/Halifax":["America/Goose_Bay"],"America/Godthab":["America/Miquelon"],"Asia/Dubai":["Asia/Yerevan"],"Asia/Jakarta":["Asia/Krasnoyarsk"],"Asia/Shanghai":["Asia/Irkutsk","Australia/Perth"],"Australia/Sydney":["Australia/Lord_Howe"],"Asia/Tokyo":["Asia/Yakutsk"],"Asia/Dhaka":["Asia/Omsk"],"Asia/Baku":["Asia/Yerevan"],"Australia/Brisbane":["Asia/Vladivostok"],"Pacific/Noumea":["Asia/Vladivostok"],"Pacific/Majuro":["Asia/Kamchatka","Pacific/Fiji"],"Pacific/Tongatapu":["Pacific/Apia"],"Asia/Baghdad":["Europe/Minsk","Europe/Moscow"],"Asia/Karachi":["Asia/Yekaterinburg"],"Africa/Johannesburg":["Asia/Gaza","Africa/Cairo"]}},t=function(e){var t=-e.getTimezoneOffset();return null!==t?t:0},n=function(){for(var n=[],r=0;r<=11;r++)for(var i=1;i<=28;i++){var a=t(new Date(e.BASELINE_YEAR,r,i));n?n&&n[n.length-1]!==a&&n.push(a):n.push()}return n},r=function(){var e=0,t=n();return t.length>1&&(e=t[0]-t[1]),t.length>3?t[0]+",1,weird":e<0?t[0]+",1":e>0?t[1]+",1,s":t[0]+",0"},a=function(e){for(var t=new Date(e,0,1,0,0,1,0).getTime(),n=new Date(e,12,31,23,59,59).getTime(),r=t,i=new Date(r).getTimezoneOffset(),a=null,s=null;r<n-864e5;){var u=new Date(r),c=u.getTimezoneOffset();c!==i&&(c<i&&(a=u),c>i&&(s=u),i=c),r+=864e5}return!(!a||!s)&&{s:o(a).getTime(),e:o(s).getTime()}},o=function t(n,r,i){void 0===r&&(r=e.DAY,i=e.HOUR);for(var a=new Date(n.getTime()-r).getTime(),o=n.getTime()+r,s=new Date(a).getTimezoneOffset(),u=a,c=null;u<o-i;){var l=new Date(u);if(l.getTimezoneOffset()!==s){c=l;break}u+=i}return r===e.DAY?t(c,e.HOUR,e.MINUTE):r===e.HOUR?t(c,e.MINUTE,e.SECOND):c},s=function(t,n){for(var r=function(r){for(var i=0,a=0;a<t.length;a++)if(r.rules[a]&&t[a]){if(!(t[a].s>=r.rules[a].s&&t[a].e<=r.rules[a].e)){i="N/A";break}if(i=0,i+=Math.abs(t[a].s-r.rules[a].s),(i+=Math.abs(r.rules[a].e-t[a].e))>e.MAX_SCORE){i="N/A";break}}return function(e,t,n,r){if("N/A"!==n)return n;if("Asia/Beirut"===t){if("Africa/Cairo"===r.name&&13983768e5===e[6].s&&14116788e5===e[6].e)return 0;if("Asia/Jerusalem"===r.name&&13959648e5===e[6].s&&14118588e5===e[6].e)return 0}else if("America/Santiago"===t){if("America/Asuncion"===r.name&&14124816e5===e[6].s&&1397358e6===e[6].e)return 0;if("America/Campo_Grande"===r.name&&14136912e5===e[6].s&&13925196e5===e[6].e)return 0}else if("America/Montevideo"===t){if("America/Sao_Paulo"===r.name&&14136876e5===e[6].s&&1392516e6===e[6].e)return 0}else if("Pacific/Auckland"===t&&"Pacific/Fiji"===r.name&&14142456e5===e[6].s&&13961016e5===e[6].e)return 0;return n}(t,n,i,r)},a={},o=i.olson.dst_rules.zones,s=o.length,u=e.AMBIGUITIES[n],c=0;c<s;c++){var l=o[c],d=r(o[c]);"N/A"!==d&&(a[l.name]=d)}for(var f in a)if(a.hasOwnProperty(f))for(var h=0;h<u.length;h++)if(u[h]===f)return f;return n},u=function(e){var t=function(){for(var e=[],t=0;t<i.olson.dst_rules.years.length;t++){var n=a(i.olson.dst_rules.years[t]);e.push(n)}return e}();return function(e){for(var t=0;t<e.length;t++)if(!1!==e[t])return!0;return!1}(t)?s(t,e):e};return{determine:function(t){var a=!1,o=r();return(t||void 0===t)&&(a=function(){var e,t;if(Intl&&"undefined"!=typeof Intl&&void 0!==Intl.DateTimeFormat&&void 0!==(e=Intl.DateTimeFormat())&&void 0!==e.resolvedOptions)return(t=e.resolvedOptions().timeZone)&&(t.indexOf("/")>-1||"UTC"===t)?t:void 0}()),a||(a=i.olson.timezones[o],void 0!==e.AMBIGUITIES[a]&&(a=u(a))),{name:function(){return a},using_intl:t||void 0===t,needle:o,offsets:n()}}}}()).olson=i.olson||{},i.olson.timezones={"-720,0":"Etc/GMT+12","-660,0":"Pacific/Pago_Pago","-660,1,s":"Pacific/Apia","-600,1":"America/Adak","-600,0":"Pacific/Honolulu","-570,0":"Pacific/Marquesas","-540,0":"Pacific/Gambier","-540,1":"America/Anchorage","-480,1":"America/Los_Angeles","-480,0":"Pacific/Pitcairn","-420,0":"America/Phoenix","-420,1":"America/Denver","-360,0":"America/Guatemala","-360,1":"America/Chicago","-360,1,s":"Pacific/Easter","-300,0":"America/Bogota","-300,1":"America/New_York","-270,0":"America/Caracas","-240,1":"America/Halifax","-240,0":"America/Santo_Domingo","-240,1,s":"America/Asuncion","-210,1":"America/St_Johns","-180,1":"America/Godthab","-180,0":"America/Buenos_Aires","-180,1,s":"America/Montevideo","-120,0":"America/Noronha","-120,1":"America/Noronha","-60,1":"Atlantic/Azores","-60,0":"Atlantic/Cape_Verde","0,0":"UTC","0,1":"Europe/London","0,1,weird":"Africa/Casablanca","60,1":"Europe/Berlin","60,0":"Africa/Lagos","60,1,weird":"Africa/Casablanca","120,1":"Asia/Beirut","120,1,weird":"Africa/Cairo","120,0":"Africa/Johannesburg","180,0":"Asia/Baghdad","180,1":"Europe/Moscow","210,1":"Asia/Tehran","240,0":"Asia/Dubai","240,1":"Asia/Baku","270,0":"Asia/Kabul","300,1":"Asia/Yekaterinburg","300,0":"Asia/Karachi","330,0":"Asia/Calcutta","345,0":"Asia/Katmandu","360,0":"Asia/Dhaka","360,1":"Asia/Omsk","390,0":"Asia/Rangoon","420,1":"Asia/Krasnoyarsk","420,0":"Asia/Jakarta","480,0":"Asia/Shanghai","480,1":"Asia/Irkutsk","525,0":"Australia/Eucla","525,1,s":"Australia/Eucla","540,1":"Asia/Yakutsk","540,0":"Asia/Tokyo","570,0":"Australia/Darwin","570,1,s":"Australia/Adelaide","600,0":"Australia/Brisbane","600,1":"Asia/Vladivostok","600,1,s":"Australia/Sydney","630,1,s":"Australia/Lord_Howe","660,1":"Asia/Kamchatka","660,0":"Pacific/Noumea","690,0":"Pacific/Norfolk","720,1,s":"Pacific/Auckland","720,0":"Pacific/Majuro","765,1,s":"Pacific/Chatham","780,0":"Pacific/Tongatapu","780,1,s":"Pacific/Apia","840,0":"Pacific/Kiritimati"},i.olson.dst_rules={years:[2008,2009,2010,2011,2012,2013,2014],zones:[{name:"Africa/Cairo",rules:[{e:12199572e5,s:12090744e5},{e:1250802e6,s:1240524e6},{e:12858804e5,s:12840696e5},!1,!1,!1,{e:14116788e5,s:1406844e6}]},{name:"America/Asuncion",rules:[{e:12050316e5,s:12243888e5},{e:12364812e5,s:12558384e5},{e:12709548e5,s:12860784e5},{e:13024044e5,s:1317528e6},{e:1333854e6,s:13495824e5},{e:1364094e6,s:1381032e6},{e:13955436e5,s:14124816e5}]},{name:"America/Campo_Grande",rules:[{e:12032172e5,s:12243888e5},{e:12346668e5,s:12558384e5},{e:12667212e5,s:1287288e6},{e:12981708e5,s:13187376e5},{e:13302252e5,s:1350792e6},{e:136107e7,s:13822416e5},{e:13925196e5,s:14136912e5}]},{name:"America/Goose_Bay",rules:[{e:122559486e4,s:120503526e4},{e:125704446e4,s:123648486e4},{e:128909886e4,s:126853926e4},{e:13205556e5,s:129998886e4},{e:13520052e5,s:13314456e5},{e:13834548e5,s:13628952e5},{e:14149044e5,s:13943448e5}]},{name:"America/Havana",rules:[{e:12249972e5,s:12056436e5},{e:12564468e5,s:12364884e5},{e:12885012e5,s:12685428e5},{e:13211604e5,s:13005972e5},{e:13520052e5,s:13332564e5},{e:13834548e5,s:13628916e5},{e:14149044e5,s:13943412e5}]},{name:"America/Mazatlan",rules:[{e:1225008e6,s:12074724e5},{e:12564576e5,s:1238922e6},{e:1288512e6,s:12703716e5},{e:13199616e5,s:13018212e5},{e:13514112e5,s:13332708e5},{e:13828608e5,s:13653252e5},{e:14143104e5,s:13967748e5}]},{name:"America/Mexico_City",rules:[{e:12250044e5,s:12074688e5},{e:1256454e6,s:12389184e5},{e:12885084e5,s:1270368e6},{e:1319958e6,s:13018176e5},{e:13514076e5,s:13332672e5},{e:13828572e5,s:13653216e5},{e:14143068e5,s:13967712e5}]},{name:"America/Miquelon",rules:[{e:12255984e5,s:12050388e5},{e:1257048e6,s:12364884e5},{e:12891024e5,s:12685428e5},{e:1320552e6,s:12999924e5},{e:13520016e5,s:1331442e6},{e:13834512e5,s:13628916e5},{e:14149008e5,s:13943412e5}]},{name:"America/Santa_Isabel",rules:[{e:12250116e5,s:1207476e6},{e:12564612e5,s:12389256e5},{e:12891204e5,s:12685608e5},{e:132057e7,s:13000104e5},{e:13520196e5,s:133146e7},{e:13834692e5,s:13629096e5},{e:14149188e5,s:13943592e5}]},{name:"America/Santiago",rules:[{e:1206846e6,s:1223784e6},{e:1237086e6,s:12552336e5},{e:127035e7,s:12866832e5},{e:13048236e5,s:13138992e5},{e:13356684e5,s:13465584e5},{e:1367118e6,s:13786128e5},{e:13985676e5,s:14100624e5}]},{name:"America/Sao_Paulo",rules:[{e:12032136e5,s:12243852e5},{e:12346632e5,s:12558348e5},{e:12667176e5,s:12872844e5},{e:12981672e5,s:1318734e6},{e:13302216e5,s:13507884e5},{e:13610664e5,s:1382238e6},{e:1392516e6,s:14136876e5}]},{name:"Asia/Amman",rules:[{e:1225404e6,s:12066552e5},{e:12568536e5,s:12381048e5},{e:12883032e5,s:12695544e5},{e:13197528e5,s:13016088e5},!1,!1,{e:14147064e5,s:13959576e5}]},{name:"Asia/Damascus",rules:[{e:12254868e5,s:120726e7},{e:125685e7,s:12381048e5},{e:12882996e5,s:12701592e5},{e:13197492e5,s:13016088e5},{e:13511988e5,s:13330584e5},{e:13826484e5,s:1364508e6},{e:14147028e5,s:13959576e5}]},{name:"Asia/Dubai",rules:[!1,!1,!1,!1,!1,!1,!1]},{name:"Asia/Gaza",rules:[{e:12199572e5,s:12066552e5},{e:12520152e5,s:12381048e5},{e:1281474e6,s:126964086e4},{e:1312146e6,s:130160886e4},{e:13481784e5,s:13330584e5},{e:13802292e5,s:1364508e6},{e:1414098e6,s:13959576e5}]},{name:"Asia/Irkutsk",rules:[{e:12249576e5,s:12068136e5},{e:12564072e5,s:12382632e5},{e:12884616e5,s:12697128e5},!1,!1,!1,!1]},{name:"Asia/Jerusalem",rules:[{e:12231612e5,s:12066624e5},{e:1254006e6,s:1238112e6},{e:1284246e6,s:12695616e5},{e:131751e7,s:1301616e6},{e:13483548e5,s:13330656e5},{e:13828284e5,s:13645152e5},{e:1414278e6,s:13959648e5}]},{name:"Asia/Kamchatka",rules:[{e:12249432e5,s:12067992e5},{e:12563928e5,s:12382488e5},{e:12884508e5,s:12696984e5},!1,!1,!1,!1]},{name:"Asia/Krasnoyarsk",rules:[{e:12249612e5,s:12068172e5},{e:12564108e5,s:12382668e5},{e:12884652e5,s:12697164e5},!1,!1,!1,!1]},{name:"Asia/Omsk",rules:[{e:12249648e5,s:12068208e5},{e:12564144e5,s:12382704e5},{e:12884688e5,s:126972e7},!1,!1,!1,!1]},{name:"Asia/Vladivostok",rules:[{e:12249504e5,s:12068064e5},{e:12564e8,s:1238256e6},{e:12884544e5,s:12697056e5},!1,!1,!1,!1]},{name:"Asia/Yakutsk",rules:[{e:1224954e6,s:120681e7},{e:12564036e5,s:12382596e5},{e:1288458e6,s:12697092e5},!1,!1,!1,!1]},{name:"Asia/Yekaterinburg",rules:[{e:12249684e5,s:12068244e5},{e:1256418e6,s:1238274e6},{e:12884724e5,s:12697236e5},!1,!1,!1,!1]},{name:"Asia/Yerevan",rules:[{e:1224972e6,s:1206828e6},{e:12564216e5,s:12382776e5},{e:1288476e6,s:12697272e5},{e:13199256e5,s:13011768e5},!1,!1,!1]},{name:"Australia/Lord_Howe",rules:[{e:12074076e5,s:12231342e5},{e:12388572e5,s:12545838e5},{e:12703068e5,s:12860334e5},{e:13017564e5,s:1317483e6},{e:1333206e6,s:13495374e5},{e:13652604e5,s:1380987e6},{e:139671e7,s:14124366e5}]},{name:"Australia/Perth",rules:[{e:12068136e5,s:12249576e5},!1,!1,!1,!1,!1,!1]},{name:"Europe/Helsinki",rules:[{e:12249828e5,s:12068388e5},{e:12564324e5,s:12382884e5},{e:12884868e5,s:1269738e6},{e:13199364e5,s:13011876e5},{e:1351386e6,s:13326372e5},{e:13828356e5,s:13646916e5},{e:14142852e5,s:13961412e5}]},{name:"Europe/Minsk",rules:[{e:12249792e5,s:12068352e5},{e:12564288e5,s:12382848e5},{e:12884832e5,s:12697344e5},!1,!1,!1,!1]},{name:"Europe/Moscow",rules:[{e:12249756e5,s:12068316e5},{e:12564252e5,s:12382812e5},{e:12884796e5,s:12697308e5},!1,!1,!1,!1]},{name:"Pacific/Apia",rules:[!1,!1,!1,{e:13017528e5,s:13168728e5},{e:13332024e5,s:13489272e5},{e:13652568e5,s:13803768e5},{e:13967064e5,s:14118264e5}]},{name:"Pacific/Fiji",rules:[!1,!1,{e:12696984e5,s:12878424e5},{e:13271544e5,s:1319292e6},{e:1358604e6,s:13507416e5},{e:139005e7,s:1382796e6},{e:14215032e5,s:14148504e5}]},{name:"Europe/London",rules:[{e:12249828e5,s:12068388e5},{e:12564324e5,s:12382884e5},{e:12884868e5,s:1269738e6},{e:13199364e5,s:13011876e5},{e:1351386e6,s:13326372e5},{e:13828356e5,s:13646916e5},{e:14142852e5,s:13961412e5}]},{name:"Africa/Windhoek",rules:[{e:12207492e5,s:120744e7},{e:12521988e5,s:12388896e5},{e:12836484e5,s:12703392e5},{e:1315098e6,s:13017888e5},{e:13465476e5,s:13332384e5},{e:13779972e5,s:13652928e5},{e:14100516e5,s:13967424e5}]}]},void 0!==e.exports?e.exports=i:null!==n(714)&&null!=n(715)?void 0===(r=function(){return i}.apply(t,[]))||(e.exports=r):window.jstz=i},,,,,,,,,,,,,,,,,,,,,,function(e,t,n){var r=n(827);"string"==typeof r&&(r=[[e.i,r,""]]),r.locals&&(e.exports=r.locals);(0,n(101).default)("78cd795a",r,!0,{})},function(e,t,n){var r=n(829);"string"==typeof r&&(r=[[e.i,r,""]]),r.locals&&(e.exports=r.locals);(0,n(101).default)("354c4fe7",r,!0,{})},function(e,t,n){var r=n(831);"string"==typeof r&&(r=[[e.i,r,""]]),r.locals&&(e.exports=r.locals);(0,n(101).default)("901db158",r,!0,{})},,,function(e,t){e.exports=function(){throw new Error("define cannot be used indirect")}},function(e,t){(function(t){e.exports=t}).call(this,{})},function(e,t,n){(function(e){var r=void 0!==e&&e||"undefined"!=typeof self&&self||window,i=Function.prototype.apply;function a(e,t){this._id=e,this._clearFn=t}t.setTimeout=function(){return new a(i.call(setTimeout,r,arguments),clearTimeout)},t.setInterval=function(){return new a(i.call(setInterval,r,arguments),clearInterval)},t.clearTimeout=t.clearInterval=function(e){e&&e.close()},a.prototype.unref=a.prototype.ref=function(){},a.prototype.close=function(){this._clearFn.call(r,this._id)},t.enroll=function(e,t){clearTimeout(e._idleTimeoutId),e._idleTimeout=t},t.unenroll=function(e){clearTimeout(e._idleTimeoutId),e._idleTimeout=-1},t._unrefActive=t.active=function(e){clearTimeout(e._idleTimeoutId);var t=e._idleTimeout;t>=0&&(e._idleTimeoutId=setTimeout((function(){e._onTimeout&&e._onTimeout()}),t))},n(717),t.setImmediate="undefined"!=typeof self&&self.setImmediate||void 0!==e&&e.setImmediate||this&&this.setImmediate,t.clearImmediate="undefined"!=typeof self&&self.clearImmediate||void 0!==e&&e.clearImmediate||this&&this.clearImmediate}).call(this,n(14))},function(e,t,n){(function(e,t){!function(e,n){"use strict";if(!e.setImmediate){var r,i,a,o,s,u=1,c={},l=!1,d=e.document,f=Object.getPrototypeOf&&Object.getPrototypeOf(e);f=f&&f.setTimeout?f:e,"[object process]"==={}.toString.call(e.process)?r=function(e){t.nextTick((function(){p(e)}))}:!function(){if(e.postMessage&&!e.importScripts){var t=!0,n=e.onmessage;return e.onmessage=function(){t=!1},e.postMessage("","*"),e.onmessage=n,t}}()?e.MessageChannel?((a=new MessageChannel).port1.onmessage=function(e){p(e.data)},r=function(e){a.port2.postMessage(e)}):d&&"onreadystatechange"in d.createElement("script")?(i=d.documentElement,r=function(e){var t=d.createElement("script");t.onreadystatechange=function(){p(e),t.onreadystatechange=null,i.removeChild(t),t=null},i.appendChild(t)}):r=function(e){setTimeout(p,0,e)}:(o="setImmediate$"+Math.random()+"$",s=function(t){t.source===e&&"string"==typeof t.data&&0===t.data.indexOf(o)&&p(+t.data.slice(o.length))},e.addEventListener?e.addEventListener("message",s,!1):e.attachEvent("onmessage",s),r=function(t){e.postMessage(o+t,"*")}),f.setImmediate=function(e){"function"!=typeof e&&(e=new Function(""+e));for(var t=new Array(arguments.length-1),n=0;n<t.length;n++)t[n]=arguments[n+1];var i={callback:e,args:t};return c[u]=i,r(u),u++},f.clearImmediate=h}function h(e){delete c[e]}function p(e){if(l)setTimeout(p,0,e);else{var t=c[e];if(t){l=!0;try{!function(e){var t=e.callback,n=e.args;switch(n.length){case 0:t();break;case 1:t(n[0]);break;case 2:t(n[0],n[1]);break;case 3:t(n[0],n[1],n[2]);break;default:t.apply(void 0,n)}}(t)}finally{h(e),l=!1}}}}}("undefined"==typeof self?void 0===e?this:e:self)}).call(this,n(14),n(117))},,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,function(e,t,n){"use strict";var r=n(823),i=n(824),a=n(825);function o(e,t){return t.encode?t.strict?r(e):encodeURIComponent(e):e}function s(e){var t=e.indexOf("?");return-1===t?"":e.slice(t+1)}function u(e,t){var n=function(e){var t;switch(e.arrayFormat){case"index":return function(e,n,r){t=/\[(\d*)\]$/.exec(e),e=e.replace(/\[\d*\]$/,""),t?(void 0===r[e]&&(r[e]={}),r[e][t[1]]=n):r[e]=n};case"bracket":return function(e,n,r){t=/(\[\])$/.exec(e),e=e.replace(/\[\]$/,""),t?void 0!==r[e]?r[e]=[].concat(r[e],n):r[e]=[n]:r[e]=n};default:return function(e,t,n){void 0!==n[e]?n[e]=[].concat(n[e],t):n[e]=t}}}(t=i({arrayFormat:"none"},t)),r=Object.create(null);return"string"!=typeof e?r:(e=e.trim().replace(/^[?#&]/,""))?(e.split("&").forEach((function(e){var t=e.replace(/\+/g," ").split("="),i=t.shift(),o=t.length>0?t.join("="):void 0;o=void 0===o?null:a(o),n(a(i),o,r)})),Object.keys(r).sort().reduce((function(e,t){var n=r[t];return Boolean(n)&&"object"==typeof n&&!Array.isArray(n)?e[t]=function e(t){return Array.isArray(t)?t.sort():"object"==typeof t?e(Object.keys(t)).sort((function(e,t){return Number(e)-Number(t)})).map((function(e){return t[e]})):t}(n):e[t]=n,e}),Object.create(null))):r}t.extract=s,t.parse=u,t.stringify=function(e,t){!1===(t=i({encode:!0,strict:!0,arrayFormat:"none"},t)).sort&&(t.sort=function(){});var n=function(e){switch(e.arrayFormat){case"index":return function(t,n,r){return null===n?[o(t,e),"[",r,"]"].join(""):[o(t,e),"[",o(r,e),"]=",o(n,e)].join("")};case"bracket":return function(t,n){return null===n?o(t,e):[o(t,e),"[]=",o(n,e)].join("")};default:return function(t,n){return null===n?o(t,e):[o(t,e),"=",o(n,e)].join("")}}}(t);return e?Object.keys(e).sort(t.sort).map((function(r){var i=e[r];if(void 0===i)return"";if(null===i)return o(r,t);if(Array.isArray(i)){var a=[];return i.slice().forEach((function(e){void 0!==e&&a.push(n(r,e,a.length))})),a.join("&")}return o(r,t)+"="+o(i,t)})).filter((function(e){return e.length>0})).join("&"):""},t.parseUrl=function(e,t){return{url:e.split("?")[0]||"",query:u(s(e),t)}}},,,,,,,function(e,t,n){"use strict";e.exports=function(e){return encodeURIComponent(e).replace(/[!'()*]/g,(function(e){return"%"+e.charCodeAt(0).toString(16).toUpperCase()}))}},function(e,t,n){"use strict";
+const u=o.Model.extend({defaults:{fullName:"",lastMessage:"",actions:[],hasOneAction:!1,hasTwoActions:!1,hasManyActions:!1},initialize:function(){0===this.get("actions").length?this.set("hasOneAction",!0):1===this.get("actions").length?(this.set("hasTwoActions",!0),this.set("secondAction",this.get("actions")[0])):this.set("hasManyActions",!0)}}),l=o.Collection.extend({model:u}),c=o.View.extend({_collection:void 0,_subViews:[],initialize:function(e){this._collection=e.collection},render:function(){var e=this;return e.$el.html(""),e._subViews=[],e._collection.forEach((function(t){var n=new d({model:t});n.render(),e.$el.append(n.$el),n.on("toggle:actionmenu",e._onChildActionMenuToggle,e),e._subViews.push(n)})),e},_onChildActionMenuToggle:function(e){this._subViews.forEach((function(t){t.trigger("parent:toggle:actionmenu",e)}))}}),d=o.View.extend({className:"contact",_template:void 0,_model:void 0,_actionMenuShown:!1,events:{"click .icon-more":"_onToggleActionsMenu"},contactTemplate:r(522),template:function(e){return this.contactTemplate(e)},initialize:function(e){this._model=e.model,this.on("parent:toggle:actionmenu",this._onOtherActionMenuOpened,this)},render:function(){return this.$el.html(this.template({contact:this._model.toJSON()})),this.delegateEvents(),this.$("div.avatar").imageplaceholder(this._model.get("fullName")),this.$(".top-action").tooltip({placement:"left"}),this.$(".second-action").tooltip({placement:"left"}),this},_onToggleActionsMenu:function(){this._actionMenuShown=!this._actionMenuShown,this._actionMenuShown?this.$(".menu").show():this.$(".menu").hide(),this.trigger("toggle:actionmenu",this.$el)},_onOtherActionMenuOpened:function(e){this.$el.is(e)||(this._actionMenuShown=!1,this.$(".menu").hide())}}),f=o.View.extend({_loadingTemplate:void 0,_errorTemplate:void 0,_contentTemplate:void 0,_contactsTemplate:void 0,_contacts:void 0,_searchTerm:"",events:{"input #contactsmenu-search":"_onSearch"},templates:{loading:r(537),error:r(538),menu:r(539),list:r(540)},_onSearch:e.debounce((function(e){var t=this.$("#contactsmenu-search").val();t!==this._searchTerm&&(this.trigger("search",this.$("#contactsmenu-search").val()),this._searchTerm=t)}),700),loadingTemplate:function(e){return this.templates.loading(e)},errorTemplate:function(n){return this.templates.error(e.extend({couldNotLoadText:t("core","Could not load your contacts")},n))},contentTemplate:function(n){return this.templates.menu(e.extend({searchContactsText:t("core","Search contacts …")},n))},contactsTemplate:function(n){return this.templates.list(e.extend({noContactsFoundText:t("core","No contacts found"),showAllContactsText:t("core","Show all contacts …"),contactsAppMgmtText:t("core","Install the Contacts app")},n))},initialize:function(e){this.options=e},showLoading:function(e){this.render(),this._contacts=void 0,this.$(".content").html(this.loadingTemplate({loadingText:e}))},showError:function(){this.render(),this._contacts=void 0,this.$(".content").html(this.errorTemplate())},showContacts:function(e,t){this._contacts=e.contacts,this.render({contacts:e.contacts});var n=new c({collection:e.contacts});n.render(),this.$(".content").html(this.contactsTemplate({contacts:e.contacts,searchTerm:t,contactsAppEnabled:e.contactsAppEnabled,contactsAppURL:s.a.generateUrl("/apps/contacts"),canInstallApp:s.a.isUserAdmin(),contactsAppMgmtURL:s.a.generateUrl("/settings/apps/social/contacts")})),this.$("#contactsmenu-contacts").html(n.$el)},render:function(e){var t=this.$("#contactsmenu-search").val();return this.$el.html(this.contentTemplate(e)),this.$("#contactsmenu-search").val(t),this.$("#contactsmenu-search").focus(),this}}),p=function(e){this.initialize(e)};p.prototype={$el:void 0,_$trigger:void 0,_view:void 0,_contactsPromise:void 0,initialize:function(e){this.$el=e.el,this._$trigger=e.trigger,this._view=new f({el:this.$el}),this._view.on("search",(function(e){this._loadContacts(e)}),this),s.a.registerMenu(this._$trigger,this.$el,function(){this._toggleVisibility(!0)}.bind(this),!0),this.$el.on("beforeHide",function(){this._toggleVisibility(!1)}.bind(this))},_toggleVisibility:function(e){return e?this._loadContacts():(this.$el.html(""),Promise.resolve())},_getContacts:function(e){var t=s.a.generateUrl("/contactsmenu/contacts");return Promise.resolve(i.a.ajax(t,{method:"POST",data:{filter:e}}))},_loadContacts:function(n){var r=this;return r._contactsPromise||(r._contactsPromise=r._getContacts(n)),e.isUndefined(n)||""===n?r._view.showLoading(t("core","Loading your contacts …")):r._view.showLoading(t("core","Looking for {term} …",{term:n})),r._contactsPromise.then((function(e){e.contacts=new l(e.contacts),r._view.showContacts(e,n)}),(function(e){r._view.showError(),console.error("There was an error loading your contacts",e)})).then((function(){delete r._contactsPromise})).catch(console.error.bind(this))}},n.a=p}).call(this,r(6))},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.getCapabilities=function(){try{return(0,r.loadState)("core","capabilities")}catch(e){return console.debug("Could not find capabilities initial state fall back to _oc_capabilities"),"_oc_capabilities"in window?window._oc_capabilities:{}}};var r=n(100)},function(e,t,n){
+/*! @license DOMPurify | (c) Cure53 and other contributors | Released under the Apache license 2.0 and Mozilla Public License 2.0 | github.com/cure53/DOMPurify/blob/2.2.2/LICENSE */
+e.exports=function(){"use strict";var e=Object.hasOwnProperty,t=Object.setPrototypeOf,n=Object.isFrozen,r=Object.getPrototypeOf,a=Object.getOwnPropertyDescriptor,i=Object.freeze,o=Object.seal,s=Object.create,u="undefined"!=typeof Reflect&&Reflect,l=u.apply,c=u.construct;l||(l=function(e,t,n){return e.apply(t,n)}),i||(i=function(e){return e}),o||(o=function(e){return e}),c||(c=function(e,t){return new(Function.prototype.bind.apply(e,[null].concat(function(e){if(Array.isArray(e)){for(var t=0,n=Array(e.length);t<e.length;t++)n[t]=e[t];return n}return Array.from(e)}(t))))});var d,f=w(Array.prototype.forEach),p=w(Array.prototype.pop),m=w(Array.prototype.push),h=w(String.prototype.toLowerCase),_=w(String.prototype.match),g=w(String.prototype.replace),y=w(String.prototype.indexOf),v=w(String.prototype.trim),M=w(RegExp.prototype.test),L=(d=TypeError,function(){for(var e=arguments.length,t=Array(e),n=0;n<e;n++)t[n]=arguments[n];return c(d,t)});function w(e){return function(t){for(var n=arguments.length,r=Array(n>1?n-1:0),a=1;a<n;a++)r[a-1]=arguments[a];return l(e,t,r)}}function b(e,r){t&&t(e,null);for(var a=r.length;a--;){var i=r[a];if("string"==typeof i){var o=h(i);o!==i&&(n(r)||(r[a]=o),i=o)}e[i]=!0}return e}function T(t){var n=s(null),r=void 0;for(r in t)l(e,t,[r])&&(n[r]=t[r]);return n}function x(e,t){for(;null!==e;){var n=a(e,t);if(n){if(n.get)return w(n.get);if("function"==typeof n.value)return w(n.value)}e=r(e)}return function(e){return console.warn("fallback value for",e),null}}var k=i(["a","abbr","acronym","address","area","article","aside","audio","b","bdi","bdo","big","blink","blockquote","body","br","button","canvas","caption","center","cite","code","col","colgroup","content","data","datalist","dd","decorator","del","details","dfn","dialog","dir","div","dl","dt","element","em","fieldset","figcaption","figure","font","footer","form","h1","h2","h3","h4","h5","h6","head","header","hgroup","hr","html","i","img","input","ins","kbd","label","legend","li","main","map","mark","marquee","menu","menuitem","meter","nav","nobr","ol","optgroup","option","output","p","picture","pre","progress","q","rp","rt","ruby","s","samp","section","select","shadow","small","source","spacer","span","strike","strong","style","sub","summary","sup","table","tbody","td","template","textarea","tfoot","th","thead","time","tr","track","tt","u","ul","var","video","wbr"]),Y=i(["svg","a","altglyph","altglyphdef","altglyphitem","animatecolor","animatemotion","animatetransform","circle","clippath","defs","desc","ellipse","filter","font","g","glyph","glyphref","hkern","image","line","lineargradient","marker","mask","metadata","mpath","path","pattern","polygon","polyline","radialgradient","rect","stop","style","switch","symbol","text","textpath","title","tref","tspan","view","vkern"]),D=i(["feBlend","feColorMatrix","feComponentTransfer","feComposite","feConvolveMatrix","feDiffuseLighting","feDisplacementMap","feDistantLight","feFlood","feFuncA","feFuncB","feFuncG","feFuncR","feGaussianBlur","feMerge","feMergeNode","feMorphology","feOffset","fePointLight","feSpecularLighting","feSpotLight","feTile","feTurbulence"]),S=i(["animate","color-profile","cursor","discard","fedropshadow","feimage","font-face","font-face-format","font-face-name","font-face-src","font-face-uri","foreignobject","hatch","hatchpath","mesh","meshgradient","meshpatch","meshrow","missing-glyph","script","set","solidcolor","unknown","use"]),j=i(["math","menclose","merror","mfenced","mfrac","mglyph","mi","mlabeledtr","mmultiscripts","mn","mo","mover","mpadded","mphantom","mroot","mrow","ms","mspace","msqrt","mstyle","msub","msup","msubsup","mtable","mtd","mtext","mtr","munder","munderover"]),A=i(["maction","maligngroup","malignmark","mlongdiv","mscarries","mscarry","msgroup","mstack","msline","msrow","semantics","annotation","annotation-xml","mprescripts","none"]),E=i(["#text"]),O=i(["accept","action","align","alt","autocapitalize","autocomplete","autopictureinpicture","autoplay","background","bgcolor","border","capture","cellpadding","cellspacing","checked","cite","class","clear","color","cols","colspan","controls","controlslist","coords","crossorigin","datetime","decoding","default","dir","disabled","disablepictureinpicture","disableremoteplayback","download","draggable","enctype","enterkeyhint","face","for","headers","height","hidden","high","href","hreflang","id","inputmode","integrity","ismap","kind","label","lang","list","loading","loop","low","max","maxlength","media","method","min","minlength","multiple","muted","name","noshade","novalidate","nowrap","open","optimum","pattern","placeholder","playsinline","poster","preload","pubdate","radiogroup","readonly","rel","required","rev","reversed","role","rows","rowspan","spellcheck","scope","selected","shape","size","sizes","span","srclang","start","src","srcset","step","style","summary","tabindex","title","translate","type","usemap","valign","value","width","xmlns","slot"]),P=i(["accent-height","accumulate","additive","alignment-baseline","ascent","attributename","attributetype","azimuth","basefrequency","baseline-shift","begin","bias","by","class","clip","clippathunits","clip-path","clip-rule","color","color-interpolation","color-interpolation-filters","color-profile","color-rendering","cx","cy","d","dx","dy","diffuseconstant","direction","display","divisor","dur","edgemode","elevation","end","fill","fill-opacity","fill-rule","filter","filterunits","flood-color","flood-opacity","font-family","font-size","font-size-adjust","font-stretch","font-style","font-variant","font-weight","fx","fy","g1","g2","glyph-name","glyphref","gradientunits","gradienttransform","height","href","id","image-rendering","in","in2","k","k1","k2","k3","k4","kerning","keypoints","keysplines","keytimes","lang","lengthadjust","letter-spacing","kernelmatrix","kernelunitlength","lighting-color","local","marker-end","marker-mid","marker-start","markerheight","markerunits","markerwidth","maskcontentunits","maskunits","max","mask","media","method","mode","min","name","numoctaves","offset","operator","opacity","order","orient","orientation","origin","overflow","paint-order","path","pathlength","patterncontentunits","patterntransform","patternunits","points","preservealpha","preserveaspectratio","primitiveunits","r","rx","ry","radius","refx","refy","repeatcount","repeatdur","restart","result","rotate","scale","seed","shape-rendering","specularconstant","specularexponent","spreadmethod","startoffset","stddeviation","stitchtiles","stop-color","stop-opacity","stroke-dasharray","stroke-dashoffset","stroke-linecap","stroke-linejoin","stroke-miterlimit","stroke-opacity","stroke","stroke-width","style","surfacescale","systemlanguage","tabindex","targetx","targety","transform","text-anchor","text-decoration","text-rendering","textlength","type","u1","u2","unicode","values","viewbox","visibility","version","vert-adv-y","vert-origin-x","vert-origin-y","width","word-spacing","wrap","writing-mode","xchannelselector","ychannelselector","x","x1","x2","xmlns","y","y1","y2","z","zoomandpan"]),C=i(["accent","accentunder","align","bevelled","close","columnsalign","columnlines","columnspan","denomalign","depth","dir","display","displaystyle","encoding","fence","frame","height","href","id","largeop","length","linethickness","lspace","lquote","mathbackground","mathcolor","mathsize","mathvariant","maxsize","minsize","movablelimits","notation","numalign","open","rowalign","rowlines","rowspacing","rowspan","rspace","rquote","scriptlevel","scriptminsize","scriptsizemultiplier","selection","separator","separators","stretchy","subscriptshift","supscriptshift","symmetric","voffset","width","xmlns"]),H=i(["xlink:href","xml:id","xlink:title","xml:space","xmlns:xlink"]),F=o(/\{\{[\s\S]*|[\s\S]*\}\}/gm),N=o(/<%[\s\S]*|[\s\S]*%>/gm),I=o(/^data-[\-\w.\u00B7-\uFFFF]/),R=o(/^aria-[\-\w]+$/),U=o(/^(?:(?:(?:f|ht)tps?|mailto|tel|callto|cid|xmpp):|[^a-z]|[a-z+.\-]+(?:[^a-z+.\-:]|$))/i),W=o(/^(?:\w+script|data):/i),z=o(/[\u0000-\u0020\u00A0\u1680\u180E\u2000-\u2029\u205F\u3000]/g),$="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e};function B(e){if(Array.isArray(e)){for(var t=0,n=Array(e.length);t<e.length;t++)n[t]=e[t];return n}return Array.from(e)}var q=function(){return"undefined"==typeof window?null:window},G=function(e,t){if("object"!==(void 0===e?"undefined":$(e))||"function"!=typeof e.createPolicy)return null;var n=null;t.currentScript&&t.currentScript.hasAttribute("data-tt-policy-suffix")&&(n=t.currentScript.getAttribute("data-tt-policy-suffix"));var r="dompurify"+(n?"#"+n:"");try{return e.createPolicy(r,{createHTML:function(e){return e}})}catch(e){return console.warn("TrustedTypes policy "+r+" could not be created."),null}};return function e(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:q(),n=function(t){return e(t)};if(n.version="2.2.8",n.removed=[],!t||!t.document||9!==t.document.nodeType)return n.isSupported=!1,n;var r=t.document,a=t.document,o=t.DocumentFragment,s=t.HTMLTemplateElement,u=t.Node,l=t.Element,c=t.NodeFilter,d=t.NamedNodeMap,w=void 0===d?t.NamedNodeMap||t.MozNamedAttrMap:d,J=t.Text,V=t.Comment,K=t.DOMParser,X=t.trustedTypes,Z=l.prototype,Q=x(Z,"cloneNode"),ee=x(Z,"nextSibling"),te=x(Z,"childNodes"),ne=x(Z,"parentNode");if("function"==typeof s){var re=a.createElement("template");re.content&&re.content.ownerDocument&&(a=re.content.ownerDocument)}var ae=G(X,r),ie=ae&&He?ae.createHTML(""):"",oe=a,se=oe.implementation,ue=oe.createNodeIterator,le=oe.createDocumentFragment,ce=r.importNode,de={};try{de=T(a).documentMode?a.documentMode:{}}catch(e){}var fe={};n.isSupported="function"==typeof ne&&se&&void 0!==se.createHTMLDocument&&9!==de;var pe=F,me=N,he=I,_e=R,ge=W,ye=z,ve=U,Me=null,Le=b({},[].concat(B(k),B(Y),B(D),B(j),B(E))),we=null,be=b({},[].concat(B(O),B(P),B(C),B(H))),Te=null,xe=null,ke=!0,Ye=!0,De=!1,Se=!1,je=!1,Ae=!1,Ee=!1,Oe=!1,Pe=!1,Ce=!0,He=!1,Fe=!0,Ne=!0,Ie=!1,Re={},Ue=b({},["annotation-xml","audio","colgroup","desc","foreignobject","head","iframe","math","mi","mn","mo","ms","mtext","noembed","noframes","noscript","plaintext","script","style","svg","template","thead","title","video","xmp"]),We=null,ze=b({},["audio","video","img","source","image","track"]),$e=null,Be=b({},["alt","class","for","id","label","name","pattern","placeholder","summary","title","value","style","xmlns"]),qe="http://www.w3.org/1998/Math/MathML",Ge="http://www.w3.org/2000/svg",Je="http://www.w3.org/1999/xhtml",Ve=Je,Ke=null,Xe=a.createElement("form"),Ze=function(e){Ke&&Ke===e||(e&&"object"===(void 0===e?"undefined":$(e))||(e={}),e=T(e),Me="ALLOWED_TAGS"in e?b({},e.ALLOWED_TAGS):Le,we="ALLOWED_ATTR"in e?b({},e.ALLOWED_ATTR):be,$e="ADD_URI_SAFE_ATTR"in e?b(T(Be),e.ADD_URI_SAFE_ATTR):Be,We="ADD_DATA_URI_TAGS"in e?b(T(ze),e.ADD_DATA_URI_TAGS):ze,Te="FORBID_TAGS"in e?b({},e.FORBID_TAGS):{},xe="FORBID_ATTR"in e?b({},e.FORBID_ATTR):{},Re="USE_PROFILES"in e&&e.USE_PROFILES,ke=!1!==e.ALLOW_ARIA_ATTR,Ye=!1!==e.ALLOW_DATA_ATTR,De=e.ALLOW_UNKNOWN_PROTOCOLS||!1,Se=e.SAFE_FOR_TEMPLATES||!1,je=e.WHOLE_DOCUMENT||!1,Oe=e.RETURN_DOM||!1,Pe=e.RETURN_DOM_FRAGMENT||!1,Ce=!1!==e.RETURN_DOM_IMPORT,He=e.RETURN_TRUSTED_TYPE||!1,Ee=e.FORCE_BODY||!1,Fe=!1!==e.SANITIZE_DOM,Ne=!1!==e.KEEP_CONTENT,Ie=e.IN_PLACE||!1,ve=e.ALLOWED_URI_REGEXP||ve,Ve=e.NAMESPACE||Ve,Se&&(Ye=!1),Pe&&(Oe=!0),Re&&(Me=b({},[].concat(B(E))),we=[],!0===Re.html&&(b(Me,k),b(we,O)),!0===Re.svg&&(b(Me,Y),b(we,P),b(we,H)),!0===Re.svgFilters&&(b(Me,D),b(we,P),b(we,H)),!0===Re.mathMl&&(b(Me,j),b(we,C),b(we,H))),e.ADD_TAGS&&(Me===Le&&(Me=T(Me)),b(Me,e.ADD_TAGS)),e.ADD_ATTR&&(we===be&&(we=T(we)),b(we,e.ADD_ATTR)),e.ADD_URI_SAFE_ATTR&&b($e,e.ADD_URI_SAFE_ATTR),Ne&&(Me["#text"]=!0),je&&b(Me,["html","head","body"]),Me.table&&(b(Me,["tbody"]),delete Te.tbody),i&&i(e),Ke=e)},Qe=b({},["mi","mo","mn","ms","mtext"]),et=b({},["foreignobject","desc","title","annotation-xml"]),tt=b({},Y);b(tt,D),b(tt,S);var nt=b({},j);b(nt,A);var rt=function(e){var t=ne(e);t&&t.tagName||(t={namespaceURI:Je,tagName:"template"});var n=h(e.tagName),r=h(t.tagName);if(e.namespaceURI===Ge)return t.namespaceURI===Je?"svg"===n:t.namespaceURI===qe?"svg"===n&&("annotation-xml"===r||Qe[r]):Boolean(tt[n]);if(e.namespaceURI===qe)return t.namespaceURI===Je?"math"===n:t.namespaceURI===Ge?"math"===n&&et[r]:Boolean(nt[n]);if(e.namespaceURI===Je){if(t.namespaceURI===Ge&&!et[r])return!1;if(t.namespaceURI===qe&&!Qe[r])return!1;var a=b({},["title","style","font","a","script"]);return!nt[n]&&(a[n]||!tt[n])}return!1},at=function(e){m(n.removed,{element:e});try{e.parentNode.removeChild(e)}catch(t){try{e.outerHTML=ie}catch(t){e.remove()}}},it=function(e,t){try{m(n.removed,{attribute:t.getAttributeNode(e),from:t})}catch(e){m(n.removed,{attribute:null,from:t})}if(t.removeAttribute(e),"is"===e&&!we[e])if(Oe||Pe)try{at(t)}catch(e){}else try{t.setAttribute(e,"")}catch(e){}},ot=function(e){var t=void 0,n=void 0;if(Ee)e="<remove></remove>"+e;else{var r=_(e,/^[\r\n\t ]+/);n=r&&r[0]}var i=ae?ae.createHTML(e):e;if(Ve===Je)try{t=(new K).parseFromString(i,"text/html")}catch(e){}t&&t.documentElement||((t=se.createDocument(Ve,"template",null)).documentElement.innerHTML=i);var o=t.body||t.documentElement;return e&&n&&o.insertBefore(a.createTextNode(n),o.childNodes[0]||null),je?t.documentElement:o},st=function(e){return ue.call(e.ownerDocument||e,e,c.SHOW_ELEMENT|c.SHOW_COMMENT|c.SHOW_TEXT,(function(){return c.FILTER_ACCEPT}),!1)},ut=function(e){return!(e instanceof J||e instanceof V||"string"==typeof e.nodeName&&"string"==typeof e.textContent&&"function"==typeof e.removeChild&&e.attributes instanceof w&&"function"==typeof e.removeAttribute&&"function"==typeof e.setAttribute&&"string"==typeof e.namespaceURI&&"function"==typeof e.insertBefore)},lt=function(e){return"object"===(void 0===u?"undefined":$(u))?e instanceof u:e&&"object"===(void 0===e?"undefined":$(e))&&"number"==typeof e.nodeType&&"string"==typeof e.nodeName},ct=function(e,t,r){fe[e]&&f(fe[e],(function(e){e.call(n,t,r,Ke)}))},dt=function(e){var t=void 0;if(ct("beforeSanitizeElements",e,null),ut(e))return at(e),!0;if(_(e.nodeName,/[\u0080-\uFFFF]/))return at(e),!0;var r=h(e.nodeName);if(ct("uponSanitizeElement",e,{tagName:r,allowedTags:Me}),!lt(e.firstElementChild)&&(!lt(e.content)||!lt(e.content.firstElementChild))&&M(/<[/\w]/g,e.innerHTML)&&M(/<[/\w]/g,e.textContent))return at(e),!0;if(!Me[r]||Te[r]){if(Ne&&!Ue[r]){var a=ne(e)||e.parentNode,i=te(e)||e.childNodes;if(i&&a)for(var o=i.length-1;o>=0;--o)a.insertBefore(Q(i[o],!0),ee(e))}return at(e),!0}return e instanceof l&&!rt(e)?(at(e),!0):"noscript"!==r&&"noembed"!==r||!M(/<\/no(script|embed)/i,e.innerHTML)?(Se&&3===e.nodeType&&(t=e.textContent,t=g(t,pe," "),t=g(t,me," "),e.textContent!==t&&(m(n.removed,{element:e.cloneNode()}),e.textContent=t)),ct("afterSanitizeElements",e,null),!1):(at(e),!0)},ft=function(e,t,n){if(Fe&&("id"===t||"name"===t)&&(n in a||n in Xe))return!1;if(Ye&&M(he,t));else if(ke&&M(_e,t));else{if(!we[t]||xe[t])return!1;if($e[t]);else if(M(ve,g(n,ye,"")));else if("src"!==t&&"xlink:href"!==t&&"href"!==t||"script"===e||0!==y(n,"data:")||!We[e])if(De&&!M(ge,g(n,ye,"")));else if(n)return!1}return!0},pt=function(e){var t=void 0,r=void 0,a=void 0,i=void 0;ct("beforeSanitizeAttributes",e,null);var o=e.attributes;if(o){var s={attrName:"",attrValue:"",keepAttr:!0,allowedAttributes:we};for(i=o.length;i--;){var u=t=o[i],l=u.name,c=u.namespaceURI;if(r=v(t.value),a=h(l),s.attrName=a,s.attrValue=r,s.keepAttr=!0,s.forceKeepAttr=void 0,ct("uponSanitizeAttribute",e,s),r=s.attrValue,!s.forceKeepAttr&&(it(l,e),s.keepAttr))if(M(/\/>/i,r))it(l,e);else{Se&&(r=g(r,pe," "),r=g(r,me," "));var d=e.nodeName.toLowerCase();if(ft(d,a,r))try{c?e.setAttributeNS(c,l,r):e.setAttribute(l,r),p(n.removed)}catch(e){}}}ct("afterSanitizeAttributes",e,null)}},mt=function e(t){var n=void 0,r=st(t);for(ct("beforeSanitizeShadowDOM",t,null);n=r.nextNode();)ct("uponSanitizeShadowNode",n,null),dt(n)||(n.content instanceof o&&e(n.content),pt(n));ct("afterSanitizeShadowDOM",t,null)};return n.sanitize=function(e,a){var i=void 0,s=void 0,l=void 0,c=void 0,d=void 0;if(e||(e="\x3c!--\x3e"),"string"!=typeof e&&!lt(e)){if("function"!=typeof e.toString)throw L("toString is not a function");if("string"!=typeof(e=e.toString()))throw L("dirty is not a string, aborting")}if(!n.isSupported){if("object"===$(t.toStaticHTML)||"function"==typeof t.toStaticHTML){if("string"==typeof e)return t.toStaticHTML(e);if(lt(e))return t.toStaticHTML(e.outerHTML)}return e}if(Ae||Ze(a),n.removed=[],"string"==typeof e&&(Ie=!1),Ie);else if(e instanceof u)1===(s=(i=ot("\x3c!----\x3e")).ownerDocument.importNode(e,!0)).nodeType&&"BODY"===s.nodeName||"HTML"===s.nodeName?i=s:i.appendChild(s);else{if(!Oe&&!Se&&!je&&-1===e.indexOf("<"))return ae&&He?ae.createHTML(e):e;if(!(i=ot(e)))return Oe?null:ie}i&&Ee&&at(i.firstChild);for(var f=st(Ie?e:i);l=f.nextNode();)3===l.nodeType&&l===c||dt(l)||(l.content instanceof o&&mt(l.content),pt(l),c=l);if(c=null,Ie)return e;if(Oe){if(Pe)for(d=le.call(i.ownerDocument);i.firstChild;)d.appendChild(i.firstChild);else d=i;return Ce&&(d=ce.call(r,d,!0)),d}var p=je?i.outerHTML:i.innerHTML;return Se&&(p=g(p,pe," "),p=g(p,me," ")),ae&&He?ae.createHTML(p):p},n.setConfig=function(e){Ze(e),Ae=!0},n.clearConfig=function(){Ke=null,Ae=!1},n.isValidAttribute=function(e,t,n){Ke||Ze({});var r=h(e),a=h(t);return ft(r,a,n)},n.addHook=function(e,t){"function"==typeof t&&(fe[e]=fe[e]||[],m(fe[e],t))},n.removeHook=function(e){fe[e]&&p(fe[e])},n.removeHooks=function(e){fe[e]&&(fe[e]=[])},n.removeAllHooks=function(){fe={}},n}()}()},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),Object.defineProperty(t,"formatFileSize",{enumerable:!0,get:function(){return r.formatFileSize}});var r=n(611)},,function(e,t,n){"use strict";var r=n(3),a=n(43),i=n(22),o=n(51),s=[].join,u=a!=Object,l=o("join",",");r({target:"Array",proto:!0,forced:u||!l},{join:function(e){return s.call(i(this),void 0===e?",":e)}})},function(e,t,n){"use strict";var r=n(87),a=n(191),i=n(8),o=n(20),s=n(128),u=n(95),l=n(15),c=n(90),d=n(48),f=n(86).UNSUPPORTED_Y,p=[].push,m=Math.min;r("split",2,(function(e,t,n){var r;return r="c"=="abbc".split(/(b)*/)[1]||4!="test".split(/(?:)/,-1).length||2!="ab".split(/(?:ab)*/).length||4!=".".split(/(.?)(.?)/).length||".".split(/()()/).length>1||"".split(/.?/).length?function(e,n){var r=String(o(this)),i=void 0===n?4294967295:n>>>0;if(0===i)return[];if(void 0===e)return[r];if(!a(e))return t.call(r,e,i);for(var s,u,l,c=[],f=(e.ignoreCase?"i":"")+(e.multiline?"m":"")+(e.unicode?"u":"")+(e.sticky?"y":""),m=0,h=new RegExp(e.source,f+"g");(s=d.call(h,r))&&!((u=h.lastIndex)>m&&(c.push(r.slice(m,s.index)),s.length>1&&s.index<r.length&&p.apply(c,s.slice(1)),l=s[0].length,m=u,c.length>=i));)h.lastIndex===s.index&&h.lastIndex++;return m===r.length?!l&&h.test("")||c.push(""):c.push(r.slice(m)),c.length>i?c.slice(0,i):c}:"0".split(void 0,0).length?function(e,n){return void 0===e&&0===n?[]:t.call(this,e,n)}:t,[function(t,n){var a=o(this),i=null==t?void 0:t[e];return void 0!==i?i.call(t,a,n):r.call(String(a),t,n)},function(e,a){var o=n(r,e,this,a,r!==t);if(o.done)return o.value;var d=i(e),p=String(this),h=s(d,RegExp),_=d.unicode,g=(d.ignoreCase?"i":"")+(d.multiline?"m":"")+(d.unicode?"u":"")+(f?"g":"y"),y=new h(f?"^(?:"+d.source+")":d,g),v=void 0===a?4294967295:a>>>0;if(0===v)return[];if(0===p.length)return null===c(y,p)?[p]:[];for(var M=0,L=0,w=[];L<p.length;){y.lastIndex=f?0:L;var b,T=c(y,f?p.slice(L):p);if(null===T||(b=m(l(y.lastIndex+(f?L:0)),p.length))===M)L=u(p,L,_);else{if(w.push(p.slice(M,L)),w.length===v)return w;for(var x=1;x<=T.length-1;x++)if(w.push(T[x]),w.length===v)return w;L=M=b}}return w.push(p.slice(M)),w}]}),f)},function(e,t,n){"use strict";var r=n(3),a=n(23),i=n(485),o=n(462),s=n(4),u=1..toFixed,l=Math.floor,c=function(e,t,n){return 0===t?n:t%2==1?c(e,t-1,n*e):c(e*e,t/2,n)},d=function(e,t,n){for(var r=-1,a=n;++r<6;)a+=t*e[r],e[r]=a%1e7,a=l(a/1e7)},f=function(e,t){for(var n=6,r=0;--n>=0;)r+=e[n],e[n]=l(r/t),r=r%t*1e7},p=function(e){for(var t=6,n="";--t>=0;)if(""!==n||0===t||0!==e[t]){var r=String(e[t]);n=""===n?r:n+o.call("0",7-r.length)+r}return n};r({target:"Number",proto:!0,forced:u&&("0.000"!==8e-5.toFixed(3)||"1"!==.9.toFixed(0)||"1.25"!==1.255.toFixed(2)||"1000000000000000128"!==(0xde0b6b3a7640080).toFixed(0))||!s((function(){u.call({})}))},{toFixed:function(e){var t,n,r,s,u=i(this),l=a(e),m=[0,0,0,0,0,0],h="",_="0";if(l<0||l>20)throw RangeError("Incorrect fraction digits");if(u!=u)return"NaN";if(u<=-1e21||u>=1e21)return String(u);if(u<0&&(h="-",u=-u),u>1e-21)if(n=(t=function(e){for(var t=0,n=e;n>=4096;)t+=12,n/=4096;for(;n>=2;)t+=1,n/=2;return t}(u*c(2,69,1))-69)<0?u*c(2,-t,1):u/c(2,t,1),n*=4503599627370496,(t=52-t)>0){for(d(m,0,n),r=l;r>=7;)d(m,1e7,0),r-=7;for(d(m,c(10,r,1),0),r=t-1;r>=23;)f(m,1<<23),r-=23;f(m,1<<r),d(m,1,1),f(m,2),_=p(m)}else d(m,0,n),d(m,1<<-t,0),_=p(m)+o.call("0",l);return _=l>0?h+((s=_.length)<=l?"0."+o.call("0",l-s)+_:_.slice(0,s-l)+"."+_.slice(s-l)):h+_}})},function(e,t,n){var r=n(28);e.exports=function(e){if("number"!=typeof e&&"Number"!=r(e))throw TypeError("Incorrect invocation");return+e}},,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,function(e,t,n){var r=n(124);e.exports=(r.default||r).template({1:function(e,t,n,r,a){var i,o=e.lambda,s=e.escapeExpression,u=e.lookupProperty||function(e,t){if(Object.prototype.hasOwnProperty.call(e,t))return e[t]};return'<img src="'+s(o(null!=(i=null!=t?u(t,"contact"):t)?u(i,"avatar"):i,t))+'&size=32" class="avatar" srcset="'+s(o(null!=(i=null!=t?u(t,"contact"):t)?u(i,"avatar"):i,t))+"&size=32 1x, "+s(o(null!=(i=null!=t?u(t,"contact"):t)?u(i,"avatar"):i,t))+"&size=64 2x, "+s(o(null!=(i=null!=t?u(t,"contact"):t)?u(i,"avatar"):i,t))+'&size=128 4x" alt="">\n'},3:function(e,t,n,r,a){return'<div class="avatar"></div>\n'},5:function(e,t,n,r,a){var i,o=e.lambda,s=e.escapeExpression,u=e.lookupProperty||function(e,t){if(Object.prototype.hasOwnProperty.call(e,t))return e[t]};return'<a class="top-action" href="'+s(o(null!=(i=null!=(i=null!=t?u(t,"contact"):t)?u(i,"topAction"):i)?u(i,"hyperlink"):i,t))+'" title="'+s(o(null!=(i=null!=(i=null!=t?u(t,"contact"):t)?u(i,"topAction"):i)?u(i,"title"):i,t))+'">\n\t<img src="'+s(o(null!=(i=null!=(i=null!=t?u(t,"contact"):t)?u(i,"topAction"):i)?u(i,"icon"):i,t))+'" alt="'+s(o(null!=(i=null!=(i=null!=t?u(t,"contact"):t)?u(i,"topAction"):i)?u(i,"title"):i,t))+'">\n</a>\n'},7:function(e,t,n,r,a){var i,o=e.lambda,s=e.escapeExpression,u=e.lookupProperty||function(e,t){if(Object.prototype.hasOwnProperty.call(e,t))return e[t]};return'<a class="second-action" href="'+s(o(null!=(i=null!=(i=null!=t?u(t,"contact"):t)?u(i,"secondAction"):i)?u(i,"hyperlink"):i,t))+'" title="'+s(o(null!=(i=null!=(i=null!=t?u(t,"contact"):t)?u(i,"secondAction"):i)?u(i,"title"):i,t))+'">\n\t<img src="'+s(o(null!=(i=null!=(i=null!=t?u(t,"contact"):t)?u(i,"secondAction"):i)?u(i,"icon"):i,t))+'" alt="'+s(o(null!=(i=null!=(i=null!=t?u(t,"contact"):t)?u(i,"secondAction"):i)?u(i,"title"):i,t))+'">\n</a>\n'},9:function(e,t,n,r,a){var i,o=e.lookupProperty||function(e,t){if(Object.prototype.hasOwnProperty.call(e,t))return e[t]};return'\t<span class="other-actions icon-more"></span>\n\t<div class="menu popovermenu">\n\t\t<ul>\n'+(null!=(i=o(n,"each").call(null!=t?t:e.nullContext||{},null!=(i=null!=t?o(t,"contact"):t)?o(i,"actions"):i,{name:"each",hash:{},fn:e.program(10,a,0),inverse:e.noop,data:a,loc:{start:{line:24,column:3},end:{line:31,column:12}}}))?i:"")+"\t\t</ul>\n\t</div>\n"},10:function(e,t,n,r,a){var i,o=null!=t?t:e.nullContext||{},s=e.hooks.helperMissing,u=e.escapeExpression,l=e.lookupProperty||function(e,t){if(Object.prototype.hasOwnProperty.call(e,t))return e[t]};return'\t\t\t<li>\n\t\t\t\t<a href="'+u("function"==typeof(i=null!=(i=l(n,"hyperlink")||(null!=t?l(t,"hyperlink"):t))?i:s)?i.call(o,{name:"hyperlink",hash:{},data:a,loc:{start:{line:26,column:13},end:{line:26,column:26}}}):i)+'">\n\t\t\t\t\t<img src="'+u("function"==typeof(i=null!=(i=l(n,"icon")||(null!=t?l(t,"icon"):t))?i:s)?i.call(o,{name:"icon",hash:{},data:a,loc:{start:{line:27,column:15},end:{line:27,column:23}}}):i)+'" alt="">\n\t\t\t\t\t<span>'+u("function"==typeof(i=null!=(i=l(n,"title")||(null!=t?l(t,"title"):t))?i:s)?i.call(o,{name:"title",hash:{},data:a,loc:{start:{line:28,column:11},end:{line:28,column:20}}}):i)+"</span>\n\t\t\t\t</a>\n\t\t\t</li>\n"},compiler:[8,">= 4.3.0"],main:function(e,t,n,r,a){var i,o=null!=t?t:e.nullContext||{},s=e.lambda,u=e.escapeExpression,l=e.lookupProperty||function(e,t){if(Object.prototype.hasOwnProperty.call(e,t))return e[t]};return(null!=(i=l(n,"if").call(o,null!=(i=null!=t?l(t,"contact"):t)?l(i,"avatar"):i,{name:"if",hash:{},fn:e.program(1,a,0),inverse:e.program(3,a,0),data:a,loc:{start:{line:1,column:0},end:{line:5,column:7}}}))?i:"")+'<div class="body">\n\t<div class="full-name">'+u(s(null!=(i=null!=t?l(t,"contact"):t)?l(i,"fullName"):i,t))+'</div>\n\t<div class="last-message">'+u(s(null!=(i=null!=t?l(t,"contact"):t)?l(i,"lastMessage"):i,t))+"</div>\n</div>\n"+(null!=(i=l(n,"if").call(o,null!=(i=null!=t?l(t,"contact"):t)?l(i,"topAction"):i,{name:"if",hash:{},fn:e.program(5,a,0),inverse:e.noop,data:a,loc:{start:{line:10,column:0},end:{line:14,column:7}}}))?i:"")+(null!=(i=l(n,"if").call(o,null!=(i=null!=t?l(t,"contact"):t)?l(i,"hasTwoActions"):i,{name:"if",hash:{},fn:e.program(7,a,0),inverse:e.noop,data:a,loc:{start:{line:15,column:0},end:{line:19,column:7}}}))?i:"")+(null!=(i=l(n,"if").call(o,null!=(i=null!=t?l(t,"contact"):t)?l(i,"hasManyActions"):i,{name:"if",hash:{},fn:e.program(9,a,0),inverse:e.noop,data:a,loc:{start:{line:20,column:0},end:{line:34,column:7}}}))?i:"")},useData:!0})},function(e,t,n){"use strict";t.__esModule=!0;var r=n(58);t.default=function(e){e.registerHelper("blockHelperMissing",(function(t,n){var a=n.inverse,i=n.fn;if(!0===t)return i(this);if(!1===t||null==t)return a(this);if(r.isArray(t))return t.length>0?(n.ids&&(n.ids=[n.name]),e.helpers.each(t,n)):a(this);if(n.data&&n.ids){var o=r.createFrame(n.data);o.contextPath=r.appendContextPath(n.data.contextPath,n.name),n={data:o}}return i(t,n)}))},e.exports=t.default},function(e,t,n){"use strict";(function(r){t.__esModule=!0;var a,i=n(58),o=n(97),s=(a=o)&&a.__esModule?a:{default:a};t.default=function(e){e.registerHelper("each",(function(e,t){if(!t)throw new s.default("Must pass iterator to #each");var n,a=t.fn,o=t.inverse,u=0,l="",c=void 0,d=void 0;function f(t,n,r){c&&(c.key=t,c.index=n,c.first=0===n,c.last=!!r,d&&(c.contextPath=d+t)),l+=a(e[t],{data:c,blockParams:i.blockParams([e[t],t],[d+t,null])})}if(t.data&&t.ids&&(d=i.appendContextPath(t.data.contextPath,t.ids[0])+"."),i.isFunction(e)&&(e=e.call(this)),t.data&&(c=i.createFrame(t.data)),e&&"object"==typeof e)if(i.isArray(e))for(var p=e.length;u<p;u++)u in e&&f(u,u,u===e.length-1);else if(r.Symbol&&e[r.Symbol.iterator]){for(var m=[],h=e[r.Symbol.iterator](),_=h.next();!_.done;_=h.next())m.push(_.value);for(p=(e=m).length;u<p;u++)f(u,u,u===e.length-1)}else n=void 0,Object.keys(e).forEach((function(e){void 0!==n&&f(n,u-1),n=e,u++})),void 0!==n&&f(n,u-1,!0);return 0===u&&(l=o(this)),l}))},e.exports=t.default}).call(this,n(17))},function(e,t,n){"use strict";t.__esModule=!0;var r,a=n(97),i=(r=a)&&r.__esModule?r:{default:r};t.default=function(e){e.registerHelper("helperMissing",(function(){if(1!==arguments.length)throw new i.default('Missing helper: "'+arguments[arguments.length-1].name+'"')}))},e.exports=t.default},function(e,t,n){"use strict";t.__esModule=!0;var r,a=n(58),i=n(97),o=(r=i)&&r.__esModule?r:{default:r};t.default=function(e){e.registerHelper("if",(function(e,t){if(2!=arguments.length)throw new o.default("#if requires exactly one argument");return a.isFunction(e)&&(e=e.call(this)),!t.hash.includeZero&&!e||a.isEmpty(e)?t.inverse(this):t.fn(this)})),e.registerHelper("unless",(function(t,n){if(2!=arguments.length)throw new o.default("#unless requires exactly one argument");return e.helpers.if.call(this,t,{fn:n.inverse,inverse:n.fn,hash:n.hash})}))},e.exports=t.default},function(e,t,n){"use strict";t.__esModule=!0,t.default=function(e){e.registerHelper("log",(function(){for(var t=[void 0],n=arguments[arguments.length-1],r=0;r<arguments.length-1;r++)t.push(arguments[r]);var a=1;null!=n.hash.level?a=n.hash.level:n.data&&null!=n.data.level&&(a=n.data.level),t[0]=a,e.log.apply(e,t)}))},e.exports=t.default},function(e,t,n){"use strict";t.__esModule=!0,t.default=function(e){e.registerHelper("lookup",(function(e,t,n){return e?n.lookupProperty(e,t):e}))},e.exports=t.default},function(e,t,n){"use strict";t.__esModule=!0;var r,a=n(58),i=n(97),o=(r=i)&&r.__esModule?r:{default:r};t.default=function(e){e.registerHelper("with",(function(e,t){if(2!=arguments.length)throw new o.default("#with requires exactly one argument");a.isFunction(e)&&(e=e.call(this));var n=t.fn;if(a.isEmpty(e))return t.inverse(this);var r=t.data;return t.data&&t.ids&&((r=a.createFrame(t.data)).contextPath=a.appendContextPath(t.data.contextPath,t.ids[0])),n(e,{data:r,blockParams:a.blockParams([e],[r&&r.contextPath])})}))},e.exports=t.default},function(e,t,n){"use strict";t.__esModule=!0,t.registerDefaultDecorators=function(e){i.default(e)};var r,a=n(531),i=(r=a)&&r.__esModule?r:{default:r}},function(e,t,n){"use strict";t.__esModule=!0;var r=n(58);t.default=function(e){e.registerDecorator("inline",(function(e,t,n,a){var i=e;return t.partials||(t.partials={},i=function(a,i){var o=n.partials;n.partials=r.extend({},o,t.partials);var s=e(a,i);return n.partials=o,s}),t.partials[a.args[0]]=a.fn,i}))},e.exports=t.default},function(e,t,n){"use strict";t.__esModule=!0,t.createNewLookupObject=function(){for(var e=arguments.length,t=Array(e),n=0;n<e;n++)t[n]=arguments[n];return r.extend.apply(void 0,[Object.create(null)].concat(t))};var r=n(58)},function(e,t,n){"use strict";function r(e){this.string=e}t.__esModule=!0,r.prototype.toString=r.prototype.toHTML=function(){return""+this.string},t.default=r,e.exports=t.default},function(e,t,n){"use strict";t.__esModule=!0,t.checkRevision=function(e){var t=e&&e[0]||1,n=s.COMPILER_REVISION;if(t>=s.LAST_COMPATIBLE_COMPILER_REVISION&&t<=s.COMPILER_REVISION)return;if(t<s.LAST_COMPATIBLE_COMPILER_REVISION){var r=s.REVISION_CHANGES[n],a=s.REVISION_CHANGES[t];throw new o.default("Template was precompiled with an older version of Handlebars than the current runtime. Please update your precompiler to a newer version ("+r+") or downgrade your runtime to an older version ("+a+").")}throw new o.default("Template was precompiled with a newer version of Handlebars than the current runtime. Please update your runtime to a newer version ("+e[1]+").")},t.template=function(e,t){if(!t)throw new o.default("No environment passed to template");if(!e||!e.main)throw new o.default("Unknown template object: "+typeof e);e.main.decorator=e.main_d,t.VM.checkRevision(e.compiler);var n=e.compiler&&7===e.compiler[0];var r={strict:function(e,t,n){if(!e||!(t in e))throw new o.default('"'+t+'" not defined in '+e,{loc:n});return r.lookupProperty(e,t)},lookupProperty:function(e,t){var n=e[t];return null==n||Object.prototype.hasOwnProperty.call(e,t)||c.resultIsAllowed(n,r.protoAccessControl,t)?n:void 0},lookup:function(e,t){for(var n=e.length,a=0;a<n;a++){if(null!=(e[a]&&r.lookupProperty(e[a],t)))return e[a][t]}},lambda:function(e,t){return"function"==typeof e?e.call(t):e},escapeExpression:a.escapeExpression,invokePartial:function(n,r,i){i.hash&&(r=a.extend({},r,i.hash),i.ids&&(i.ids[0]=!0)),n=t.VM.resolvePartial.call(this,n,r,i);var s=a.extend({},i,{hooks:this.hooks,protoAccessControl:this.protoAccessControl}),u=t.VM.invokePartial.call(this,n,r,s);if(null==u&&t.compile&&(i.partials[i.name]=t.compile(n,e.compilerOptions,t),u=i.partials[i.name](r,s)),null!=u){if(i.indent){for(var l=u.split("\n"),c=0,d=l.length;c<d&&(l[c]||c+1!==d);c++)l[c]=i.indent+l[c];u=l.join("\n")}return u}throw new o.default("The partial "+i.name+" could not be compiled when running in runtime-only mode")},fn:function(t){var n=e[t];return n.decorator=e[t+"_d"],n},programs:[],program:function(e,t,n,r,a){var i=this.programs[e],o=this.fn(e);return t||a||r||n?i=d(this,e,o,t,n,r,a):i||(i=this.programs[e]=d(this,e,o)),i},data:function(e,t){for(;e&&t--;)e=e._parent;return e},mergeIfNeeded:function(e,t){var n=e||t;return e&&t&&e!==t&&(n=a.extend({},t,e)),n},nullContext:Object.seal({}),noop:t.VM.noop,compilerInfo:e.compiler};function i(t){var n=arguments.length<=1||void 0===arguments[1]?{}:arguments[1],a=n.data;i._setup(n),!n.partial&&e.useData&&(a=p(t,a));var o=void 0,s=e.useBlockParams?[]:void 0;function u(t){return""+e.main(r,t,r.helpers,r.partials,a,s,o)}return e.useDepths&&(o=n.depths?t!=n.depths[0]?[t].concat(n.depths):n.depths:[t]),(u=m(e.main,u,r,n.depths||[],a,s))(t,n)}return i.isTop=!0,i._setup=function(i){if(i.partial)r.protoAccessControl=i.protoAccessControl,r.helpers=i.helpers,r.partials=i.partials,r.decorators=i.decorators,r.hooks=i.hooks;else{var o=a.extend({},t.helpers,i.helpers);!function(e,t){Object.keys(e).forEach((function(n){var r=e[n];e[n]=function(e,t){var n=t.lookupProperty;return l.wrapHelper(e,(function(e){return a.extend({lookupProperty:n},e)}))}(r,t)}))}(o,r),r.helpers=o,e.usePartial&&(r.partials=r.mergeIfNeeded(i.partials,t.partials)),(e.usePartial||e.useDecorators)&&(r.decorators=a.extend({},t.decorators,i.decorators)),r.hooks={},r.protoAccessControl=c.createProtoAccessControl(i);var s=i.allowCallsToHelperMissing||n;u.moveHelperToHooks(r,"helperMissing",s),u.moveHelperToHooks(r,"blockHelperMissing",s)}},i._child=function(t,n,a,i){if(e.useBlockParams&&!a)throw new o.default("must pass block params");if(e.useDepths&&!i)throw new o.default("must pass parent depths");return d(r,t,e[t],n,0,a,i)},i},t.wrapProgram=d,t.resolvePartial=function(e,t,n){e?e.call||n.name||(n.name=e,e=n.partials[e]):e="@partial-block"===n.name?n.data["partial-block"]:n.partials[n.name];return e},t.invokePartial=function(e,t,n){var r=n.data&&n.data["partial-block"];n.partial=!0,n.ids&&(n.data.contextPath=n.ids[0]||n.data.contextPath);var i=void 0;n.fn&&n.fn!==f&&function(){n.data=s.createFrame(n.data);var e=n.fn;i=n.data["partial-block"]=function(t){var n=arguments.length<=1||void 0===arguments[1]?{}:arguments[1];return n.data=s.createFrame(n.data),n.data["partial-block"]=r,e(t,n)},e.partials&&(n.partials=a.extend({},n.partials,e.partials))}();void 0===e&&i&&(e=i);if(void 0===e)throw new o.default("The partial "+n.name+" could not be found");if(e instanceof Function)return e(t,n)},t.noop=f;var r,a=function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&(t[n]=e[n]);return t.default=e,t}(n(58)),i=n(97),o=(r=i)&&r.__esModule?r:{default:r},s=n(244),u=n(245),l=n(535),c=n(247);function d(e,t,n,r,a,i,o){function s(t){var a=arguments.length<=1||void 0===arguments[1]?{}:arguments[1],s=o;return!o||t==o[0]||t===e.nullContext&&null===o[0]||(s=[t].concat(o)),n(e,t,e.helpers,e.partials,a.data||r,i&&[a.blockParams].concat(i),s)}return(s=m(n,s,e,o,r,i)).program=t,s.depth=o?o.length:0,s.blockParams=a||0,s}function f(){return""}function p(e,t){return t&&"root"in t||((t=t?s.createFrame(t):{}).root=e),t}function m(e,t,n,r,i,o){if(e.decorator){var s={};t=e.decorator(t,s,n,r&&r[0],i,o,r),a.extend(t,s)}return t}},function(e,t,n){"use strict";t.__esModule=!0,t.wrapHelper=function(e,t){if("function"!=typeof e)return e;return function(){var n=arguments[arguments.length-1];return arguments[arguments.length-1]=t(n),e.apply(this,arguments)}}},function(e,t,n){"use strict";(function(n){t.__esModule=!0,t.default=function(e){var t=void 0!==n?n:window,r=t.Handlebars;e.noConflict=function(){return t.Handlebars===e&&(t.Handlebars=r),e}},e.exports=t.default}).call(this,n(17))},function(e,t,n){var r=n(124);e.exports=(r.default||r).template({compiler:[8,">= 4.3.0"],main:function(e,t,n,r,a){var i,o=e.lookupProperty||function(e,t){if(Object.prototype.hasOwnProperty.call(e,t))return e[t]};return'<div class="emptycontent">\n\t<div class="icon-loading"></div>\n\t<h2>'+e.escapeExpression("function"==typeof(i=null!=(i=o(n,"loadingText")||(null!=t?o(t,"loadingText"):t))?i:e.hooks.helperMissing)?i.call(null!=t?t:e.nullContext||{},{name:"loadingText",hash:{},data:a,loc:{start:{line:3,column:5},end:{line:3,column:20}}}):i)+"</h2>\n</div>\n"},useData:!0})},function(e,t,n){var r=n(124);e.exports=(r.default||r).template({compiler:[8,">= 4.3.0"],main:function(e,t,n,r,a){var i,o=e.lookupProperty||function(e,t){if(Object.prototype.hasOwnProperty.call(e,t))return e[t]};return'<div class="emptycontent">\n\t<div class="icon-search"></div>\n\t<h2>'+e.escapeExpression("function"==typeof(i=null!=(i=o(n,"couldNotLoadText")||(null!=t?o(t,"couldNotLoadText"):t))?i:e.hooks.helperMissing)?i.call(null!=t?t:e.nullContext||{},{name:"couldNotLoadText",hash:{},data:a,loc:{start:{line:3,column:5},end:{line:3,column:25}}}):i)+"</h2>\n</div>\n"},useData:!0})},function(e,t,n){var r=n(124);e.exports=(r.default||r).template({compiler:[8,">= 4.3.0"],main:function(e,t,n,r,a){var i,o=null!=t?t:e.nullContext||{},s=e.hooks.helperMissing,u=e.escapeExpression,l=e.lookupProperty||function(e,t){if(Object.prototype.hasOwnProperty.call(e,t))return e[t]};return'<label class="hidden-visually" for="contactsmenu-search">'+u("function"==typeof(i=null!=(i=l(n,"searchContactsText")||(null!=t?l(t,"searchContactsText"):t))?i:s)?i.call(o,{name:"searchContactsText",hash:{},data:a,loc:{start:{line:1,column:57},end:{line:1,column:79}}}):i)+'</label>\n<input id="contactsmenu-search" type="search" placeholder="'+u("function"==typeof(i=null!=(i=l(n,"searchContactsText")||(null!=t?l(t,"searchContactsText"):t))?i:s)?i.call(o,{name:"searchContactsText",hash:{},data:a,loc:{start:{line:2,column:59},end:{line:2,column:81}}}):i)+'" value="'+u("function"==typeof(i=null!=(i=l(n,"searchTerm")||(null!=t?l(t,"searchTerm"):t))?i:s)?i.call(o,{name:"searchTerm",hash:{},data:a,loc:{start:{line:2,column:90},end:{line:2,column:104}}}):i)+'">\n<div class="content">\n</div>\n'},useData:!0})},function(e,t,n){var r=n(124);e.exports=(r.default||r).template({1:function(e,t,n,r,a){var i,o=e.lookupProperty||function(e,t){if(Object.prototype.hasOwnProperty.call(e,t))return e[t]};return'<div class="emptycontent">\n\t<div class="icon-search"></div>\n\t<h2>'+e.escapeExpression("function"==typeof(i=null!=(i=o(n,"noContactsFoundText")||(null!=t?o(t,"noContactsFoundText"):t))?i:e.hooks.helperMissing)?i.call(null!=t?t:e.nullContext||{},{name:"noContactsFoundText",hash:{},data:a,loc:{start:{line:4,column:5},end:{line:4,column:28}}}):i)+"</h2>\n</div>\n"},3:function(e,t,n,r,a){var i,o=null!=t?t:e.nullContext||{},s=e.hooks.helperMissing,u=e.escapeExpression,l=e.lookupProperty||function(e,t){if(Object.prototype.hasOwnProperty.call(e,t))return e[t]};return'<div class="footer"><a href="'+u("function"==typeof(i=null!=(i=l(n,"contactsAppURL")||(null!=t?l(t,"contactsAppURL"):t))?i:s)?i.call(o,{name:"contactsAppURL",hash:{},data:a,loc:{start:{line:9,column:29},end:{line:9,column:47}}}):i)+'">'+u("function"==typeof(i=null!=(i=l(n,"showAllContactsText")||(null!=t?l(t,"showAllContactsText"):t))?i:s)?i.call(o,{name:"showAllContactsText",hash:{},data:a,loc:{start:{line:9,column:49},end:{line:9,column:72}}}):i)+"</a></div>\n"},5:function(e,t,n,r,a){var i,o=e.lookupProperty||function(e,t){if(Object.prototype.hasOwnProperty.call(e,t))return e[t]};return null!=(i=o(n,"if").call(null!=t?t:e.nullContext||{},null!=t?o(t,"canInstallApp"):t,{name:"if",hash:{},fn:e.program(6,a,0),inverse:e.noop,data:a,loc:{start:{line:10,column:0},end:{line:12,column:0}}}))?i:""},6:function(e,t,n,r,a){var i,o=null!=t?t:e.nullContext||{},s=e.hooks.helperMissing,u=e.escapeExpression,l=e.lookupProperty||function(e,t){if(Object.prototype.hasOwnProperty.call(e,t))return e[t]};return'<div class="footer"><a href="'+u("function"==typeof(i=null!=(i=l(n,"contactsAppMgmtURL")||(null!=t?l(t,"contactsAppMgmtURL"):t))?i:s)?i.call(o,{name:"contactsAppMgmtURL",hash:{},data:a,loc:{start:{line:11,column:29},end:{line:11,column:51}}}):i)+'">'+u("function"==typeof(i=null!=(i=l(n,"contactsAppMgmtText")||(null!=t?l(t,"contactsAppMgmtText"):t))?i:s)?i.call(o,{name:"contactsAppMgmtText",hash:{},data:a,loc:{start:{line:11,column:53},end:{line:11,column:76}}}):i)+"</a></div>\n"},compiler:[8,">= 4.3.0"],main:function(e,t,n,r,a){var i,o=null!=t?t:e.nullContext||{},s=e.lookupProperty||function(e,t){if(Object.prototype.hasOwnProperty.call(e,t))return e[t]};return(null!=(i=s(n,"unless").call(o,null!=(i=null!=t?s(t,"contacts"):t)?s(i,"length"):i,{name:"unless",hash:{},fn:e.program(1,a,0),inverse:e.noop,data:a,loc:{start:{line:1,column:0},end:{line:6,column:11}}}))?i:"")+'<div id="contactsmenu-contacts"></div>\n'+(null!=(i=s(n,"if").call(o,null!=t?s(t,"contactsAppEnabled"):t,{name:"if",hash:{},fn:e.program(3,a,0),inverse:e.program(5,a,0),data:a,loc:{start:{line:8,column:0},end:{line:12,column:7}}}))?i:"")},useData:!0})},function(e,t,n){var r=n(542),a=n(544);e.exports=function(e,t,n){return r(a,e,t,n)}},function(e,t,n){var r=n(543),a=n(248),i=Array.prototype.push;function o(e,t){return 2==t?function(t,n){return e(t,n)}:function(t){return e(t)}}function s(e){for(var t=e?e.length:0,n=Array(t);t--;)n[t]=e[t];return n}function u(e,t){return function(){var n=arguments.length;if(n){for(var r=Array(n);n--;)r[n]=arguments[n];var a=r[0]=t.apply(void 0,r);return e.apply(void 0,r),a}}}e.exports=function e(t,n,l,c){var d="function"==typeof n,f=n===Object(n);if(f&&(c=l,l=n,n=void 0),null==l)throw new TypeError;c||(c={});var p=!("cap"in c)||c.cap,m=!("curry"in c)||c.curry,h=!("fixed"in c)||c.fixed,_=!("immutable"in c)||c.immutable,g=!("rearg"in c)||c.rearg,y=d?l:a,v="curry"in c&&c.curry,M="fixed"in c&&c.fixed,L="rearg"in c&&c.rearg,w=d?l.runInContext():void 0,b=d?l:{ary:t.ary,assign:t.assign,clone:t.clone,curry:t.curry,forEach:t.forEach,isArray:t.isArray,isError:t.isError,isFunction:t.isFunction,isWeakMap:t.isWeakMap,iteratee:t.iteratee,keys:t.keys,rearg:t.rearg,toInteger:t.toInteger,toPath:t.toPath},T=b.ary,x=b.assign,k=b.clone,Y=b.curry,D=b.forEach,S=b.isArray,j=b.isError,A=b.isFunction,E=b.isWeakMap,O=b.keys,P=b.rearg,C=b.toInteger,H=b.toPath,F=O(r.aryMethod),N={castArray:function(e){return function(){var t=arguments[0];return S(t)?e(s(t)):e.apply(void 0,arguments)}},iteratee:function(e){return function(){var t=arguments[0],n=arguments[1],r=e(t,n),a=r.length;return p&&"number"==typeof n?(n=n>2?n-2:1,a&&a<=n?r:o(r,n)):r}},mixin:function(e){return function(t){var n=this;if(!A(n))return e(n,Object(t));var r=[];return D(O(t),(function(e){A(t[e])&&r.push([e,n.prototype[e]])})),e(n,Object(t)),D(r,(function(e){var t=e[1];A(t)?n.prototype[e[0]]=t:delete n.prototype[e[0]]})),n}},nthArg:function(e){return function(t){var n=t<0?1:C(t)+1;return Y(e(t),n)}},rearg:function(e){return function(t,n){var r=n?n.length:0;return Y(e(t,n),r)}},runInContext:function(n){return function(r){return e(t,n(r),c)}}};function I(e,t){if(p){var n=r.iterateeRearg[e];if(n)return function(e,t){return $(e,(function(e){var n=t.length;return function(e,t){return 2==t?function(t,n){return e.apply(void 0,arguments)}:function(t){return e.apply(void 0,arguments)}}(P(o(e,n),t),n)}))}(t,n);var a=!d&&r.iterateeAry[e];if(a)return function(e,t){return $(e,(function(e){return"function"==typeof e?o(e,t):e}))}(t,a)}return t}function R(e,t,n){if(h&&(M||!r.skipFixed[e])){var a=r.methodSpread[e],o=a&&a.start;return void 0===o?T(t,n):function(e,t){return function(){for(var n=arguments.length,r=n-1,a=Array(n);n--;)a[n]=arguments[n];var o=a[t],s=a.slice(0,t);return o&&i.apply(s,o),t!=r&&i.apply(s,a.slice(t+1)),e.apply(this,s)}}(t,o)}return t}function U(e,t,n){return g&&n>1&&(L||!r.skipRearg[e])?P(t,r.methodRearg[e]||r.aryRearg[n]):t}function W(e,t){for(var n=-1,r=(t=H(t)).length,a=r-1,i=k(Object(e)),o=i;null!=o&&++n<r;){var s=t[n],u=o[s];null==u||A(u)||j(u)||E(u)||(o[s]=k(n==a?u:Object(u))),o=o[s]}return i}function z(t,n){var a=r.aliasToReal[t]||t,i=r.remap[a]||a,o=c;return function(t){var r=d?w:b,s=d?w[i]:n,u=x(x({},o),t);return e(r,a,s,u)}}function $(e,t){return function(){var n=arguments.length;if(!n)return e();for(var r=Array(n);n--;)r[n]=arguments[n];var a=g?0:n-1;return r[a]=t(r[a]),e.apply(void 0,r)}}function B(e,t,n){var a,i=r.aliasToReal[e]||e,o=t,l=N[i];return l?o=l(t):_&&(r.mutate.array[i]?o=u(t,s):r.mutate.object[i]?o=u(t,function(e){return function(t){return e({},t)}}(t)):r.mutate.set[i]&&(o=u(t,W))),D(F,(function(e){return D(r.aryMethod[e],(function(t){if(i==t){var n=r.methodSpread[i],s=n&&n.afterRearg;return a=s?R(i,U(i,o,e),e):U(i,R(i,o,e),e),a=function(e,t,n){return v||m&&n>1?Y(t,n):t}(0,a=I(i,a),e),!1}})),!a})),a||(a=o),a==t&&(a=v?Y(a,1):function(){return t.apply(this,arguments)}),a.convert=z(i,t),a.placeholder=t.placeholder=n,a}if(!f)return B(n,l,y);var q=l,G=[];return D(F,(function(e){D(r.aryMethod[e],(function(e){var t=q[r.remap[e]||e];t&&G.push([e,B(e,t,q)])}))})),D(O(q),(function(e){var t=q[e];if("function"==typeof t){for(var n=G.length;n--;)if(G[n][0]==e)return;t.convert=z(e,t),G.push([e,t])}})),D(G,(function(e){q[e[0]]=e[1]})),q.convert=function(e){return q.runInContext.convert(e)(void 0)},q.placeholder=q,D(O(q),(function(e){D(r.realToAlias[e]||[],(function(t){q[t]=q[e]}))})),q}},function(e,t){t.aliasToReal={each:"forEach",eachRight:"forEachRight",entries:"toPairs",entriesIn:"toPairsIn",extend:"assignIn",extendAll:"assignInAll",extendAllWith:"assignInAllWith",extendWith:"assignInWith",first:"head",conforms:"conformsTo",matches:"isMatch",property:"get",__:"placeholder",F:"stubFalse",T:"stubTrue",all:"every",allPass:"overEvery",always:"constant",any:"some",anyPass:"overSome",apply:"spread",assoc:"set",assocPath:"set",complement:"negate",compose:"flowRight",contains:"includes",dissoc:"unset",dissocPath:"unset",dropLast:"dropRight",dropLastWhile:"dropRightWhile",equals:"isEqual",identical:"eq",indexBy:"keyBy",init:"initial",invertObj:"invert",juxt:"over",omitAll:"omit",nAry:"ary",path:"get",pathEq:"matchesProperty",pathOr:"getOr",paths:"at",pickAll:"pick",pipe:"flow",pluck:"map",prop:"get",propEq:"matchesProperty",propOr:"getOr",props:"at",symmetricDifference:"xor",symmetricDifferenceBy:"xorBy",symmetricDifferenceWith:"xorWith",takeLast:"takeRight",takeLastWhile:"takeRightWhile",unapply:"rest",unnest:"flatten",useWith:"overArgs",where:"conformsTo",whereEq:"isMatch",zipObj:"zipObject"},t.aryMethod={1:["assignAll","assignInAll","attempt","castArray","ceil","create","curry","curryRight","defaultsAll","defaultsDeepAll","floor","flow","flowRight","fromPairs","invert","iteratee","memoize","method","mergeAll","methodOf","mixin","nthArg","over","overEvery","overSome","rest","reverse","round","runInContext","spread","template","trim","trimEnd","trimStart","uniqueId","words","zipAll"],2:["add","after","ary","assign","assignAllWith","assignIn","assignInAllWith","at","before","bind","bindAll","bindKey","chunk","cloneDeepWith","cloneWith","concat","conformsTo","countBy","curryN","curryRightN","debounce","defaults","defaultsDeep","defaultTo","delay","difference","divide","drop","dropRight","dropRightWhile","dropWhile","endsWith","eq","every","filter","find","findIndex","findKey","findLast","findLastIndex","findLastKey","flatMap","flatMapDeep","flattenDepth","forEach","forEachRight","forIn","forInRight","forOwn","forOwnRight","get","groupBy","gt","gte","has","hasIn","includes","indexOf","intersection","invertBy","invoke","invokeMap","isEqual","isMatch","join","keyBy","lastIndexOf","lt","lte","map","mapKeys","mapValues","matchesProperty","maxBy","meanBy","merge","mergeAllWith","minBy","multiply","nth","omit","omitBy","overArgs","pad","padEnd","padStart","parseInt","partial","partialRight","partition","pick","pickBy","propertyOf","pull","pullAll","pullAt","random","range","rangeRight","rearg","reject","remove","repeat","restFrom","result","sampleSize","some","sortBy","sortedIndex","sortedIndexOf","sortedLastIndex","sortedLastIndexOf","sortedUniqBy","split","spreadFrom","startsWith","subtract","sumBy","take","takeRight","takeRightWhile","takeWhile","tap","throttle","thru","times","trimChars","trimCharsEnd","trimCharsStart","truncate","union","uniqBy","uniqWith","unset","unzipWith","without","wrap","xor","zip","zipObject","zipObjectDeep"],3:["assignInWith","assignWith","clamp","differenceBy","differenceWith","findFrom","findIndexFrom","findLastFrom","findLastIndexFrom","getOr","includesFrom","indexOfFrom","inRange","intersectionBy","intersectionWith","invokeArgs","invokeArgsMap","isEqualWith","isMatchWith","flatMapDepth","lastIndexOfFrom","mergeWith","orderBy","padChars","padCharsEnd","padCharsStart","pullAllBy","pullAllWith","rangeStep","rangeStepRight","reduce","reduceRight","replace","set","slice","sortedIndexBy","sortedLastIndexBy","transform","unionBy","unionWith","update","xorBy","xorWith","zipWith"],4:["fill","setWith","updateWith"]},t.aryRearg={2:[1,0],3:[2,0,1],4:[3,2,0,1]},t.iterateeAry={dropRightWhile:1,dropWhile:1,every:1,filter:1,find:1,findFrom:1,findIndex:1,findIndexFrom:1,findKey:1,findLast:1,findLastFrom:1,findLastIndex:1,findLastIndexFrom:1,findLastKey:1,flatMap:1,flatMapDeep:1,flatMapDepth:1,forEach:1,forEachRight:1,forIn:1,forInRight:1,forOwn:1,forOwnRight:1,map:1,mapKeys:1,mapValues:1,partition:1,reduce:2,reduceRight:2,reject:1,remove:1,some:1,takeRightWhile:1,takeWhile:1,times:1,transform:2},t.iterateeRearg={mapKeys:[1],reduceRight:[1,0]},t.methodRearg={assignInAllWith:[1,0],assignInWith:[1,2,0],assignAllWith:[1,0],assignWith:[1,2,0],differenceBy:[1,2,0],differenceWith:[1,2,0],getOr:[2,1,0],intersectionBy:[1,2,0],intersectionWith:[1,2,0],isEqualWith:[1,2,0],isMatchWith:[2,1,0],mergeAllWith:[1,0],mergeWith:[1,2,0],padChars:[2,1,0],padCharsEnd:[2,1,0],padCharsStart:[2,1,0],pullAllBy:[2,1,0],pullAllWith:[2,1,0],rangeStep:[1,2,0],rangeStepRight:[1,2,0],setWith:[3,1,2,0],sortedIndexBy:[2,1,0],sortedLastIndexBy:[2,1,0],unionBy:[1,2,0],unionWith:[1,2,0],updateWith:[3,1,2,0],xorBy:[1,2,0],xorWith:[1,2,0],zipWith:[1,2,0]},t.methodSpread={assignAll:{start:0},assignAllWith:{start:0},assignInAll:{start:0},assignInAllWith:{start:0},defaultsAll:{start:0},defaultsDeepAll:{start:0},invokeArgs:{start:2},invokeArgsMap:{start:2},mergeAll:{start:0},mergeAllWith:{start:0},partial:{start:1},partialRight:{start:1},without:{start:1},zipAll:{start:0}},t.mutate={array:{fill:!0,pull:!0,pullAll:!0,pullAllBy:!0,pullAllWith:!0,pullAt:!0,remove:!0,reverse:!0},object:{assign:!0,assignAll:!0,assignAllWith:!0,assignIn:!0,assignInAll:!0,assignInAllWith:!0,assignInWith:!0,assignWith:!0,defaults:!0,defaultsAll:!0,defaultsDeep:!0,defaultsDeepAll:!0,merge:!0,mergeAll:!0,mergeAllWith:!0,mergeWith:!0},set:{set:!0,setWith:!0,unset:!0,update:!0,updateWith:!0}},t.realToAlias=function(){var e=Object.prototype.hasOwnProperty,n=t.aliasToReal,r={};for(var a in n){var i=n[a];e.call(r,i)?r[i].push(a):r[i]=[a]}return r}(),t.remap={assignAll:"assign",assignAllWith:"assignWith",assignInAll:"assignIn",assignInAllWith:"assignInWith",curryN:"curry",curryRightN:"curryRight",defaultsAll:"defaults",defaultsDeepAll:"defaultsDeep",findFrom:"find",findIndexFrom:"findIndex",findLastFrom:"findLast",findLastIndexFrom:"findLastIndex",getOr:"get",includesFrom:"includes",indexOfFrom:"indexOf",invokeArgs:"invoke",invokeArgsMap:"invokeMap",lastIndexOfFrom:"lastIndexOf",mergeAll:"merge",mergeAllWith:"mergeWith",padChars:"pad",padCharsEnd:"padEnd",padCharsStart:"padStart",propertyOf:"get",rangeStep:"range",rangeStepRight:"rangeRight",restFrom:"rest",spreadFrom:"spread",trimChars:"trim",trimCharsEnd:"trimEnd",trimCharsStart:"trimStart",zipAll:"zip"},t.skipFixed={castArray:!0,flow:!0,flowRight:!0,iteratee:!0,mixin:!0,rearg:!0,runInContext:!0},t.skipRearg={add:!0,assign:!0,assignIn:!0,bind:!0,bindKey:!0,concat:!0,difference:!0,divide:!0,eq:!0,gt:!0,gte:!0,isEqual:!0,lt:!0,lte:!0,matchesProperty:!0,merge:!0,multiply:!0,overArgs:!0,partial:!0,partialRight:!0,propertyOf:!0,random:!0,range:!0,rangeRight:!0,subtract:!0,zip:!0,zipObject:!0,zipObjectDeep:!0}},function(e,t,n){e.exports={ary:n(545),assign:n(269),clone:n(570),curry:n(584),forEach:n(198),isArray:n(31),isError:n(585),isFunction:n(129),isWeakMap:n(586),iteratee:n(587),keys:n(201),rearg:n(603),toInteger:n(268),toPath:n(608)}},function(e,t,n){var r=n(192);e.exports=function(e,t,n){return t=n?void 0:t,t=e&&null==t?e.length:t,r(e,128,void 0,void 0,void 0,void 0,t)}},function(e,t,n){var r=n(165),a=n(24);e.exports=function(e,t,n){var i=1&t,o=r(e);return function t(){var r=this&&this!==a&&this instanceof t?o:e;return r.apply(i?n:this,arguments)}}},function(e,t,n){var r=n(166),a=n(165),i=n(257),o=n(260),s=n(267),u=n(199),l=n(24);e.exports=function(e,t,n){var c=a(e);return function a(){for(var d=arguments.length,f=Array(d),p=d,m=s(a);p--;)f[p]=arguments[p];var h=d<3&&f[0]!==m&&f[d-1]!==m?[]:u(f,m);if((d-=h.length)<n)return o(e,t,i,a.placeholder,void 0,f,h,void 0,void 0,n-d);var _=this&&this!==l&&this instanceof a?c:e;return r(_,this,f)}}},function(e,t){e.exports=function(e,t){for(var n=e.length,r=0;n--;)e[n]===t&&++r;return r}},function(e,t,n){var r=n(194),a=n(261),i=n(551),o=n(553);e.exports=function(e){var t=i(e),n=o[t];if("function"!=typeof n||!(t in r.prototype))return!1;if(e===n)return!0;var s=a(n);return!!s&&e===s[0]}},function(e,t){e.exports=function(){}},function(e,t,n){var r=n(552),a=Object.prototype.hasOwnProperty;e.exports=function(e){for(var t=e.name+"",n=r[t],i=a.call(r,t)?n.length:0;i--;){var o=n[i],s=o.func;if(null==s||s==e)return o.name}return t}},function(e,t){e.exports={}},function(e,t,n){var r=n(194),a=n(262),i=n(195),o=n(31),s=n(37),u=n(554),l=Object.prototype.hasOwnProperty;function c(e){if(s(e)&&!o(e)&&!(e instanceof r)){if(e instanceof a)return e;if(l.call(e,"__wrapped__"))return u(e)}return new a(e)}c.prototype=i.prototype,c.prototype.constructor=c,e.exports=c},function(e,t,n){var r=n(194),a=n(262),i=n(131);e.exports=function(e){if(e instanceof r)return e.clone();var t=new a(e.__wrapped__,e.__chain__);return t.__actions__=i(e.__actions__),t.__index__=e.__index__,t.__values__=e.__values__,t}},function(e,t){var n=/\{\n\/\* \[wrapped with (.+)\] \*/,r=/,? & /;e.exports=function(e){var t=e.match(n);return t?t[1].split(r):[]}},function(e,t){var n=/\{(?:\n\/\* \[wrapped with .+\] \*\/)?\n?/;e.exports=function(e,t){var r=t.length;if(!r)return e;var a=r-1;return t[a]=(r>1?"& ":"")+t[a],t=t.join(r>2?", ":" "),e.replace(n,"{\n/* [wrapped with "+t+"] */\n")}},function(e,t,n){var r=n(198),a=n(558),i=[["ary",128],["bind",1],["bindKey",2],["curry",8],["curryRight",16],["flip",512],["partial",32],["partialRight",64],["rearg",256]];e.exports=function(e,t){return r(i,(function(n){var r="_."+n[0];t&n[1]&&!a(e,r)&&e.push(r)})),e.sort()}},function(e,t,n){var r=n(559);e.exports=function(e,t){return!!(null==e?0:e.length)&&r(e,t,0)>-1}},function(e,t,n){var r=n(560),a=n(561),i=n(562);e.exports=function(e,t,n){return t==t?i(e,t,n):r(e,a,n)}},function(e,t){e.exports=function(e,t,n,r){for(var a=e.length,i=n+(r?1:-1);r?i--:++i<a;)if(t(e[i],i,e))return i;return-1}},function(e,t){e.exports=function(e){return e!=e}},function(e,t){e.exports=function(e,t,n){for(var r=n-1,a=e.length;++r<a;)if(e[r]===t)return r;return-1}},function(e,t,n){var r=n(131),a=n(153),i=Math.min;e.exports=function(e,t){for(var n=e.length,o=i(t.length,n),s=r(e);o--;){var u=t[o];e[o]=a(u,n)?s[u]:void 0}return e}},function(e,t,n){var r=n(166),a=n(165),i=n(24);e.exports=function(e,t,n,o){var s=1&t,u=a(e);return function t(){for(var a=-1,l=arguments.length,c=-1,d=o.length,f=Array(d+l),p=this&&this!==i&&this instanceof t?u:e;++c<d;)f[c]=o[c];for(;l--;)f[c++]=arguments[++a];return r(p,s?n:this,f)}}},function(e,t,n){var r=n(258),a=n(259),i=n(199),o=Math.min;e.exports=function(e,t){var n=e[1],s=t[1],u=n|s,l=u<131,c=128==s&&8==n||128==s&&256==n&&e[7].length<=t[8]||384==s&&t[7].length<=t[8]&&8==n;if(!l&&!c)return e;1&s&&(e[2]=t[2],u|=1&n?0:4);var d=t[3];if(d){var f=e[3];e[3]=f?r(f,d,t[4]):d,e[4]=f?i(e[3],"__lodash_placeholder__"):t[4]}return(d=t[5])&&(f=e[5],e[5]=f?a(f,d,t[6]):d,e[6]=f?i(e[5],"__lodash_placeholder__"):t[6]),(d=t[7])&&(e[7]=d),128&s&&(e[8]=null==e[8]?t[8]:o(e[8],t[8])),null==e[9]&&(e[9]=t[9]),e[0]=t[0],e[1]=u,e}},function(e,t,n){var r=n(567);e.exports=function(e){return e?(e=r(e))===1/0||e===-1/0?17976931348623157e292*(e<0?-1:1):e==e?e:0:0===e?e:0}},function(e,t,n){var r=n(568),a=n(49),i=n(132),o=/^[-+]0x[0-9a-f]+$/i,s=/^0b[01]+$/i,u=/^0o[0-7]+$/i,l=parseInt;e.exports=function(e){if("number"==typeof e)return e;if(i(e))return NaN;if(a(e)){var t="function"==typeof e.valueOf?e.valueOf():e;e=a(t)?t+"":t}if("string"!=typeof e)return 0===e?e:+e;e=r(e);var n=s.test(e);return n||u.test(e)?l(e.slice(2),n?2:8):o.test(e)?NaN:+e}},function(e,t,n){var r=n(569),a=/^\s+/;e.exports=function(e){return e?e.slice(0,r(e)+1).replace(a,""):e}},function(e,t){var n=/\s/;e.exports=function(e){for(var t=e.length;t--&&n.test(e.charAt(t)););return t}},function(e,t,n){var r=n(275);e.exports=function(e){return r(e,4)}},function(e,t,n){var r=n(133),a=n(159);e.exports=function(e,t){return e&&r(t,a(t),e)}},function(e,t,n){var r=n(133),a=n(171);e.exports=function(e,t){return r(e,a(e),t)}},function(e,t,n){var r=n(133),a=n(302);e.exports=function(e,t){return r(e,a(e),t)}},function(e,t,n){var r=n(204),a=n(302),i=n(159);e.exports=function(e){return r(e,i,a)}},function(e,t){var n=Object.prototype.hasOwnProperty;e.exports=function(e){var t=e.length,r=new e.constructor(t);return t&&"string"==typeof e[0]&&n.call(e,"index")&&(r.index=e.index,r.input=e.input),r}},function(e,t,n){var r=n(173),a=n(577),i=n(578),o=n(579),s=n(306);e.exports=function(e,t,n){var u=e.constructor;switch(t){case"[object ArrayBuffer]":return r(e);case"[object Boolean]":case"[object Date]":return new u(+e);case"[object DataView]":return a(e,n);case"[object Float32Array]":case"[object Float64Array]":case"[object Int8Array]":case"[object Int16Array]":case"[object Int32Array]":case"[object Uint8Array]":case"[object Uint8ClampedArray]":case"[object Uint16Array]":case"[object Uint32Array]":return s(e,n);case"[object Map]":return new u;case"[object Number]":case"[object String]":return new u(e);case"[object RegExp]":return i(e);case"[object Set]":return new u;case"[object Symbol]":return o(e)}}},function(e,t,n){var r=n(173);e.exports=function(e,t){var n=t?r(e.buffer):e.buffer;return new e.constructor(n,e.byteOffset,e.byteLength)}},function(e,t){var n=/\w*$/;e.exports=function(e){var t=new e.constructor(e.source,n.exec(e));return t.lastIndex=e.lastIndex,t}},function(e,t,n){var r=n(82),a=r?r.prototype:void 0,i=a?a.valueOf:void 0;e.exports=function(e){return i?Object(i.call(e)):{}}},function(e,t,n){var r=n(581),a=n(169),i=n(170),o=i&&i.isMap,s=o?a(o):r;e.exports=s},function(e,t,n){var r=n(114),a=n(37);e.exports=function(e){return a(e)&&"[object Map]"==r(e)}},function(e,t,n){var r=n(583),a=n(169),i=n(170),o=i&&i.isSet,s=o?a(o):r;e.exports=s},function(e,t,n){var r=n(114),a=n(37);e.exports=function(e){return a(e)&&"[object Set]"==r(e)}},function(e,t,n){var r=n(192);function a(e,t,n){var i=r(e,8,void 0,void 0,void 0,void 0,void 0,t=n?void 0:t);return i.placeholder=a.placeholder,i}a.placeholder={},e.exports=a},function(e,t,n){var r=n(59),a=n(37),i=n(308);e.exports=function(e){if(!a(e))return!1;var t=r(e);return"[object Error]"==t||"[object DOMException]"==t||"string"==typeof e.message&&"string"==typeof e.name&&!i(e)}},function(e,t,n){var r=n(114),a=n(37);e.exports=function(e){return a(e)&&"[object WeakMap]"==r(e)}},function(e,t,n){var r=n(275),a=n(588);e.exports=function(e){return a("function"==typeof e?e:r(e,1))}},function(e,t,n){var r=n(589),a=n(592),i=n(125),o=n(31),s=n(600);e.exports=function(e){return"function"==typeof e?e:null==e?i:"object"==typeof e?o(e)?a(e[0],e[1]):r(e):s(e)}},function(e,t,n){var r=n(590),a=n(591),i=n(320);e.exports=function(e){var t=a(e);return 1==t.length&&t[0][2]?i(t[0][0],t[0][1]):function(n){return n===e||r(n,e,t)}}},function(e,t,n){var r=n(157),a=n(205);e.exports=function(e,t,n,i){var o=n.length,s=o,u=!i;if(null==e)return!s;for(e=Object(e);o--;){var l=n[o];if(u&&l[2]?l[1]!==e[l[0]]:!(l[0]in e))return!1}for(;++o<s;){var c=(l=n[o])[0],d=e[c],f=l[1];if(u&&l[2]){if(void 0===d&&!(c in e))return!1}else{var p=new r;if(i)var m=i(d,f,c,e,t,p);if(!(void 0===m?a(f,d,3,i,p):m))return!1}}return!0}},function(e,t,n){var r=n(319),a=n(134);e.exports=function(e){for(var t=a(e),n=t.length;n--;){var i=t[n],o=e[i];t[n]=[i,o,r(o)]}return t}},function(e,t,n){var r=n(205),a=n(593),i=n(597),o=n(206),s=n(319),u=n(320),l=n(138);e.exports=function(e,t){return o(e)&&s(t)?u(l(e),t):function(n){var o=a(n,e);return void 0===o&&o===t?i(n,e):r(t,o,3)}}},function(e,t,n){var r=n(321);e.exports=function(e,t,n){var a=null==e?void 0:r(e,t);return void 0===a?n:a}},function(e,t,n){var r=n(595);e.exports=function(e){var t=r(e,(function(e){return 500===n.size&&n.clear(),e})),n=t.cache;return t}},function(e,t,n){var r=n(158);function a(e,t){if("function"!=typeof e||null!=t&&"function"!=typeof t)throw new TypeError("Expected a function");var n=function(){var r=arguments,a=t?t.apply(this,r):r[0],i=n.cache;if(i.has(a))return i.get(a);var o=e.apply(this,r);return n.cache=i.set(a,o)||i,o};return n.cache=new(a.Cache||r),n}a.Cache=r,e.exports=a},function(e,t,n){var r=n(82),a=n(325),i=n(31),o=n(132),s=r?r.prototype:void 0,u=s?s.toString:void 0;e.exports=function e(t){if("string"==typeof t)return t;if(i(t))return a(t,e)+"";if(o(t))return u?u.call(t):"";var n=t+"";return"0"==n&&1/t==-1/0?"-0":n}},function(e,t,n){var r=n(598),a=n(599);e.exports=function(e,t){return null!=e&&a(e,t,r)}},function(e,t){e.exports=function(e,t){return null!=e&&t in Object(e)}},function(e,t,n){var r=n(322),a=n(154),i=n(31),o=n(153),s=n(155),u=n(138);e.exports=function(e,t,n){for(var l=-1,c=(t=r(t,e)).length,d=!1;++l<c;){var f=u(t[l]);if(!(d=null!=e&&n(e,f)))break;e=e[f]}return d||++l!=c?d:!!(c=null==e?0:e.length)&&s(c)&&o(f,c)&&(i(e)||a(e))}},function(e,t,n){var r=n(601),a=n(602),i=n(206),o=n(138);e.exports=function(e){return i(e)?r(o(e)):a(e)}},function(e,t){e.exports=function(e){return function(t){return null==t?void 0:t[e]}}},function(e,t,n){var r=n(321);e.exports=function(e){return function(t){return r(t,e)}}},function(e,t,n){var r=n(192),a=n(604),i=a((function(e,t){return r(e,256,void 0,void 0,void 0,t)}));e.exports=i},function(e,t,n){var r=n(605),a=n(326),i=n(197);e.exports=function(e){return i(a(e,void 0,r),e+"")}},function(e,t,n){var r=n(606);e.exports=function(e){return(null==e?0:e.length)?r(e,1):[]}},function(e,t,n){var r=n(172),a=n(607);e.exports=function e(t,n,i,o,s){var u=-1,l=t.length;for(i||(i=a),s||(s=[]);++u<l;){var c=t[u];n>0&&i(c)?n>1?e(c,n-1,i,o,s):r(s,c):o||(s[s.length]=c)}return s}},function(e,t,n){var r=n(82),a=n(154),i=n(31),o=r?r.isConcatSpreadable:void 0;e.exports=function(e){return i(e)||a(e)||!!(o&&e&&e[o])}},function(e,t,n){var r=n(325),a=n(131),i=n(31),o=n(132),s=n(323),u=n(138),l=n(324);e.exports=function(e){return i(e)?r(e,u):o(e)?[e]:a(s(l(e)))}},function(e,t){e.exports={cap:!1,curry:!1,fixed:!1,immutable:!1,rearg:!1}},function(e,t,n){var r={"./af":327,"./af.js":327,"./ar":328,"./ar-dz":329,"./ar-dz.js":329,"./ar-kw":330,"./ar-kw.js":330,"./ar-ly":331,"./ar-ly.js":331,"./ar-ma":332,"./ar-ma.js":332,"./ar-sa":333,"./ar-sa.js":333,"./ar-tn":334,"./ar-tn.js":334,"./ar.js":328,"./az":335,"./az.js":335,"./be":336,"./be.js":336,"./bg":337,"./bg.js":337,"./bm":338,"./bm.js":338,"./bn":339,"./bn-bd":340,"./bn-bd.js":340,"./bn.js":339,"./bo":341,"./bo.js":341,"./br":342,"./br.js":342,"./bs":343,"./bs.js":343,"./ca":344,"./ca.js":344,"./cs":345,"./cs.js":345,"./cv":346,"./cv.js":346,"./cy":347,"./cy.js":347,"./da":348,"./da.js":348,"./de":349,"./de-at":350,"./de-at.js":350,"./de-ch":351,"./de-ch.js":351,"./de.js":349,"./dv":352,"./dv.js":352,"./el":353,"./el.js":353,"./en-au":354,"./en-au.js":354,"./en-ca":355,"./en-ca.js":355,"./en-gb":356,"./en-gb.js":356,"./en-ie":357,"./en-ie.js":357,"./en-il":358,"./en-il.js":358,"./en-in":359,"./en-in.js":359,"./en-nz":360,"./en-nz.js":360,"./en-sg":361,"./en-sg.js":361,"./eo":362,"./eo.js":362,"./es":363,"./es-do":364,"./es-do.js":364,"./es-mx":365,"./es-mx.js":365,"./es-us":366,"./es-us.js":366,"./es.js":363,"./et":367,"./et.js":367,"./eu":368,"./eu.js":368,"./fa":369,"./fa.js":369,"./fi":370,"./fi.js":370,"./fil":371,"./fil.js":371,"./fo":372,"./fo.js":372,"./fr":373,"./fr-ca":374,"./fr-ca.js":374,"./fr-ch":375,"./fr-ch.js":375,"./fr.js":373,"./fy":376,"./fy.js":376,"./ga":377,"./ga.js":377,"./gd":378,"./gd.js":378,"./gl":379,"./gl.js":379,"./gom-deva":380,"./gom-deva.js":380,"./gom-latn":381,"./gom-latn.js":381,"./gu":382,"./gu.js":382,"./he":383,"./he.js":383,"./hi":384,"./hi.js":384,"./hr":385,"./hr.js":385,"./hu":386,"./hu.js":386,"./hy-am":387,"./hy-am.js":387,"./id":388,"./id.js":388,"./is":389,"./is.js":389,"./it":390,"./it-ch":391,"./it-ch.js":391,"./it.js":390,"./ja":392,"./ja.js":392,"./jv":393,"./jv.js":393,"./ka":394,"./ka.js":394,"./kk":395,"./kk.js":395,"./km":396,"./km.js":396,"./kn":397,"./kn.js":397,"./ko":398,"./ko.js":398,"./ku":399,"./ku.js":399,"./ky":400,"./ky.js":400,"./lb":401,"./lb.js":401,"./lo":402,"./lo.js":402,"./lt":403,"./lt.js":403,"./lv":404,"./lv.js":404,"./me":405,"./me.js":405,"./mi":406,"./mi.js":406,"./mk":407,"./mk.js":407,"./ml":408,"./ml.js":408,"./mn":409,"./mn.js":409,"./mr":410,"./mr.js":410,"./ms":411,"./ms-my":412,"./ms-my.js":412,"./ms.js":411,"./mt":413,"./mt.js":413,"./my":414,"./my.js":414,"./nb":415,"./nb.js":415,"./ne":416,"./ne.js":416,"./nl":417,"./nl-be":418,"./nl-be.js":418,"./nl.js":417,"./nn":419,"./nn.js":419,"./oc-lnc":420,"./oc-lnc.js":420,"./pa-in":421,"./pa-in.js":421,"./pl":422,"./pl.js":422,"./pt":423,"./pt-br":424,"./pt-br.js":424,"./pt.js":423,"./ro":425,"./ro.js":425,"./ru":426,"./ru.js":426,"./sd":427,"./sd.js":427,"./se":428,"./se.js":428,"./si":429,"./si.js":429,"./sk":430,"./sk.js":430,"./sl":431,"./sl.js":431,"./sq":432,"./sq.js":432,"./sr":433,"./sr-cyrl":434,"./sr-cyrl.js":434,"./sr.js":433,"./ss":435,"./ss.js":435,"./sv":436,"./sv.js":436,"./sw":437,"./sw.js":437,"./ta":438,"./ta.js":438,"./te":439,"./te.js":439,"./tet":440,"./tet.js":440,"./tg":441,"./tg.js":441,"./th":442,"./th.js":442,"./tk":443,"./tk.js":443,"./tl-ph":444,"./tl-ph.js":444,"./tlh":445,"./tlh.js":445,"./tr":446,"./tr.js":446,"./tzl":447,"./tzl.js":447,"./tzm":448,"./tzm-latn":449,"./tzm-latn.js":449,"./tzm.js":448,"./ug-cn":450,"./ug-cn.js":450,"./uk":451,"./uk.js":451,"./ur":452,"./ur.js":452,"./uz":453,"./uz-latn":454,"./uz-latn.js":454,"./uz.js":453,"./vi":455,"./vi.js":455,"./x-pseudo":456,"./x-pseudo.js":456,"./yo":457,"./yo.js":457,"./zh-cn":458,"./zh-cn.js":458,"./zh-hk":459,"./zh-hk.js":459,"./zh-mo":460,"./zh-mo.js":460,"./zh-tw":461,"./zh-tw.js":461};function a(e){var t=i(e);return n(t)}function i(e){if(!n.o(r,e)){var t=new Error("Cannot find module '"+e+"'");throw t.code="MODULE_NOT_FOUND",t}return r[e]}a.keys=function(){return Object.keys(r)},a.resolve=i,e.exports=a,a.id=610},function(e,t,n){"use strict";n(484),Object.defineProperty(t,"__esModule",{value:!0}),t.formatFileSize=function(e){var t=arguments.length>1&&void 0!==arguments[1]&&arguments[1],n=e>0?Math.floor(Math.log(e)/Math.log(1024)):0;n=Math.min(a.length-1,n);var i=a[n],o=(e/Math.pow(1024,n)).toFixed(1);if(!0===t&&0===n)return"0.0"!==o?"< 1 KB":"0 KB";o=n<2?parseFloat(o).toFixed(0):".0"===o.substr(o.length-2,2)?o.substr(0,o.length-2):parseFloat(o).toLocaleString((0,r.getCanonicalLocale)());return o+" "+i};var r=n(39),a=["B","KB","MB","GB","TB"]},,,,,,,,,,,,,,,,,,,,,function(e,t,n){"use strict";var r=n(26),a=n.n(r),i=n(27),o=n.n(i)()(a.a);o.push([e.i,"\n.update[data-v-d9d670b8] {\n\twidth: auto;\n}\n","",{version:3,sources:["webpack://./core/src/components/login/ResetPassword.vue"],names:[],mappings:";AAmJA;CACA,WAAA;AACA",sourcesContent:["\x3c!--\n - @copyright 2019 Christoph Wurst <christoph@winzerhof-wurst.at>\n -\n - @author 2019 Christoph Wurst <christoph@winzerhof-wurst.at>\n -\n - @license GNU AGPL version 3 or any later version\n -\n - This program is free software: you can redistribute it and/or modify\n - it under the terms of the GNU Affero General Public License as\n - published by the Free Software Foundation, either version 3 of the\n - License, or (at your option) any later version.\n -\n - This program is distributed in the hope that it will be useful,\n - but WITHOUT ANY WARRANTY; without even the implied warranty of\n - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n - GNU Affero General Public License for more details.\n -\n - You should have received a copy of the GNU Affero General Public License\n - along with this program. If not, see <http://www.gnu.org/licenses/>.\n --\x3e\n\n<template>\n\t<form @submit.prevent=\"submit\">\n\t\t<fieldset>\n\t\t\t<p>\n\t\t\t\t<input id=\"user\"\n\t\t\t\t\tv-model=\"user\"\n\t\t\t\t\ttype=\"text\"\n\t\t\t\t\tname=\"user\"\n\t\t\t\t\tautocapitalize=\"off\"\n\t\t\t\t\t:placeholder=\"t('core', 'Username or email')\"\n\t\t\t\t\t:aria-label=\"t('core', 'Username or email')\"\n\t\t\t\t\trequired\n\t\t\t\t\t@change=\"updateUsername\">\n\t\t\t\t\x3c!--<?php p($_['user_autofocus'] ? 'autofocus' : ''); ?>\n\t\t\t\tautocomplete=\"<?php p($_['login_form_autocomplete']); ?>\" autocapitalize=\"none\" autocorrect=\"off\"--\x3e\n\t\t\t\t<label for=\"user\" class=\"infield\">{{ t('core', 'Username or email') }}</label>\n\t\t\t</p>\n\t\t\t<div id=\"reset-password-wrapper\">\n\t\t\t\t<input id=\"reset-password-submit\"\n\t\t\t\t\ttype=\"submit\"\n\t\t\t\t\tclass=\"login primary\"\n\t\t\t\t\ttitle=\"\"\n\t\t\t\t\t:value=\"t('core', 'Reset password')\">\n\t\t\t\t<div class=\"submit-icon\"\n\t\t\t\t\t:class=\"{\n\t\t\t\t\t\t'icon-confirm-white': !loading,\n\t\t\t\t\t\t'icon-loading-small': loading && invertedColors,\n\t\t\t\t\t\t'icon-loading-small-dark': loading && !invertedColors,\n\t\t\t\t\t}\" />\n\t\t\t</div>\n\t\t\t<p v-if=\"message === 'send-success'\"\n\t\t\t\tclass=\"update\">\n\t\t\t\t{{ t('core', 'A password reset message has been sent to the email address of this account. If you do not receive it, check your spam/junk folders or ask your local administrator for help.') }}\n\t\t\t\t<br>\n\t\t\t\t{{ t('core', 'If it is not there ask your local administrator.') }}\n\t\t\t</p>\n\t\t\t<p v-else-if=\"message === 'send-error'\"\n\t\t\t\tclass=\"update warning\">\n\t\t\t\t{{ t('core', 'Couldn\\'t send reset email. Please contact your administrator.') }}\n\t\t\t</p>\n\t\t\t<p v-else-if=\"message === 'reset-error'\"\n\t\t\t\tclass=\"update warning\">\n\t\t\t\t{{ t('core', 'Password cannot be changed. Please contact your administrator.') }}\n\t\t\t</p>\n\t\t\t<p v-else-if=\"message\"\n\t\t\t\tclass=\"update\"\n\t\t\t\t:class=\"{warning: error}\" />\n\n\t\t\t<a href=\"#\"\n\t\t\t\t@click.prevent=\"$emit('abort')\">\n\t\t\t\t{{ t('core', 'Back to login') }}\n\t\t\t</a>\n\t\t</fieldset>\n\t</form>\n</template>\n\n<script>\nimport axios from '@nextcloud/axios'\n\nimport { generateUrl } from '@nextcloud/router'\n\nexport default {\n\tname: 'ResetPassword',\n\tprops: {\n\t\tusername: {\n\t\t\ttype: String,\n\t\t\trequired: true,\n\t\t},\n\t\tresetPasswordLink: {\n\t\t\ttype: String,\n\t\t\trequired: true,\n\t\t},\n\t\tinvertedColors: {\n\t\t\ttype: Boolean,\n\t\t\tdefault: false,\n\t\t},\n\t},\n\tdata() {\n\t\treturn {\n\t\t\terror: false,\n\t\t\tloading: false,\n\t\t\tmessage: undefined,\n\t\t\tuser: this.username,\n\t\t}\n\t},\n\twatch: {\n\t\tusername(value) {\n\t\t\tthis.user = value\n\t\t},\n\t},\n\tmethods: {\n\t\tupdateUsername() {\n\t\t\tthis.$emit('update:username', this.user)\n\t\t},\n\t\tsubmit() {\n\t\t\tthis.loading = true\n\t\t\tthis.error = false\n\t\t\tthis.message = ''\n\t\t\tconst url = generateUrl('/lostpassword/email')\n\n\t\t\tconst data = {\n\t\t\t\tuser: this.user,\n\t\t\t}\n\n\t\t\treturn axios.post(url, data)\n\t\t\t\t.then(resp => resp.data)\n\t\t\t\t.then(data => {\n\t\t\t\t\tif (data.status !== 'success') {\n\t\t\t\t\t\tthrow new Error(`got status ${data.status}`)\n\t\t\t\t\t}\n\n\t\t\t\t\tthis.message = 'send-success'\n\t\t\t\t})\n\t\t\t\t.catch(e => {\n\t\t\t\t\tconsole.error('could not send reset email request', e)\n\n\t\t\t\t\tthis.error = true\n\t\t\t\t\tthis.message = 'send-error'\n\t\t\t\t})\n\t\t\t\t.then(() => { this.loading = false })\n\t\t},\n\t},\n}\n<\/script>\n\n<style scoped>\n\t.update {\n\t\twidth: auto;\n\t}\n</style>\n"],sourceRoot:""}]),t.a=o},function(e,t,n){"use strict";var r=n(26),a=n.n(r),i=n(27),o=n.n(i)()(a.a);o.push([e.i,"\nfieldset[data-v-49a638a3] {\n\ttext-align: center;\n}\ninput[type=submit][data-v-49a638a3] {\n\tmargin-top: 20px;\n}\n","",{version:3,sources:["webpack://./core/src/components/login/UpdatePassword.vue"],names:[],mappings:";AAyIA;CACA,kBAAA;AACA;AAEA;CACA,gBAAA;AACA",sourcesContent:['\x3c!--\n - @copyright Copyright (c) 2019 Julius Härtl <jus@bitgrid.net>\n -\n - @author Julius Härtl <jus@bitgrid.net>\n -\n - @license GNU AGPL version 3 or any later version\n -\n - This program is free software: you can redistribute it and/or modify\n - it under the terms of the GNU Affero General Public License as\n - published by the Free Software Foundation, either version 3 of the\n - License, or (at your option) any later version.\n -\n - This program is distributed in the hope that it will be useful,\n - but WITHOUT ANY WARRANTY; without even the implied warranty of\n - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n - GNU Affero General Public License for more details.\n -\n - You should have received a copy of the GNU Affero General Public License\n - along with this program. If not, see <http://www.gnu.org/licenses/>.\n -\n --\x3e\n\n<template>\n\t<form @submit.prevent="submit">\n\t\t<fieldset>\n\t\t\t<p>\n\t\t\t\t<label for="password" class="infield">{{ t(\'core\', \'New password\') }}</label>\n\t\t\t\t<input id="password"\n\t\t\t\t\tv-model="password"\n\t\t\t\t\ttype="password"\n\t\t\t\t\tname="password"\n\t\t\t\t\trequired\n\t\t\t\t\t:placeholder="t(\'core\', \'New password\')">\n\t\t\t</p>\n\n\t\t\t<div v-if="encrypted" class="update">\n\t\t\t\t<p>\n\t\t\t\t\t{{ t(\'core\', \'Your files are encrypted. There will be no way to get your data back after your password is reset. If you are not sure what to do, please contact your administrator before you continue. Do you really want to continue?\') }}\n\t\t\t\t</p>\n\t\t\t\t<input id="encrypted-continue"\n\t\t\t\t\tv-model="proceed"\n\t\t\t\t\ttype="checkbox"\n\t\t\t\t\tclass="checkbox">\n\t\t\t\t<label for="encrypted-continue">\n\t\t\t\t\t{{ t(\'core\', \'I know what I\\\'m doing\') }}\n\t\t\t\t</label>\n\t\t\t</div>\n\n\t\t\t<div id="submit-wrapper">\n\t\t\t\t<input id="submit"\n\t\t\t\t\ttype="submit"\n\t\t\t\t\tclass="login primary"\n\t\t\t\t\ttitle=""\n\t\t\t\t\t:value="!loading ? t(\'core\', \'Reset password\') : t(\'core\', \'Resetting password\')">\n\t\t\t\t<div class="submit-icon"\n\t\t\t\t\t:class="{\n\t\t\t\t\t\t\'icon-loading-small\': loading && invertedColors,\n\t\t\t\t\t\t\'icon-loading-small-dark\': loading && !invertedColors\n\t\t\t\t\t}" />\n\t\t\t</div>\n\n\t\t\t<p v-if="error && message" :class="{warning: error}">\n\t\t\t\t{{ message }}\n\t\t\t</p>\n\t\t</fieldset>\n\t</form>\n</template>\n\n<script>\nimport Axios from \'@nextcloud/axios\'\n\nexport default {\n\tname: \'UpdatePassword\',\n\tprops: {\n\t\tusername: {\n\t\t\ttype: String,\n\t\t\trequired: true,\n\t\t},\n\t\tresetPasswordTarget: {\n\t\t\ttype: String,\n\t\t\trequired: true,\n\t\t},\n\t\tinvertedColors: {\n\t\t\ttype: Boolean,\n\t\t\tdefault: false,\n\t\t},\n\t},\n\tdata() {\n\t\treturn {\n\t\t\terror: false,\n\t\t\tloading: false,\n\t\t\tmessage: undefined,\n\t\t\tuser: this.username,\n\t\t\tpassword: \'\',\n\t\t\tencrypted: false,\n\t\t\tproceed: false,\n\t\t}\n\t},\n\twatch: {\n\t\tusername(value) {\n\t\t\tthis.user = value\n\t\t},\n\t},\n\tmethods: {\n\t\tasync submit() {\n\t\t\tthis.loading = true\n\t\t\tthis.error = false\n\t\t\tthis.message = \'\'\n\n\t\t\ttry {\n\t\t\t\tconst { data } = await Axios.post(this.resetPasswordTarget, {\n\t\t\t\t\tpassword: this.password,\n\t\t\t\t\tproceed: this.proceed,\n\t\t\t\t})\n\t\t\t\tif (data && data.status === \'success\') {\n\t\t\t\t\tthis.message = \'send-success\'\n\t\t\t\t\tthis.$emit(\'update:username\', this.user)\n\t\t\t\t\tthis.$emit(\'done\')\n\t\t\t\t} else if (data && data.encryption) {\n\t\t\t\t\tthis.encrypted = true\n\t\t\t\t} else if (data && data.msg) {\n\t\t\t\t\tthrow new Error(data.msg)\n\t\t\t\t} else {\n\t\t\t\t\tthrow new Error()\n\t\t\t\t}\n\t\t\t} catch (e) {\n\t\t\t\tthis.error = true\n\t\t\t\tthis.message = e.message ? e.message : t(\'core\', \'Password cannot be changed. Please contact your administrator.\')\n\t\t\t} finally {\n\t\t\t\tthis.loading = false\n\t\t\t}\n\t\t},\n\t},\n}\n<\/script>\n\n<style scoped>\n\tfieldset {\n\t\ttext-align: center;\n\t}\n\n\tinput[type=submit] {\n\t\tmargin-top: 20px;\n\t}\n</style>\n'],sourceRoot:""}]),t.a=o},function(e,t,n){"use strict";var r=n(26),a=n.n(r),i=n(27),o=n.n(i)()(a.a);o.push([e.i,"\n.fade-enter-active, .fade-leave-active {\n\ttransition: opacity .3s;\n}\n.fade-enter, .fade-leave-to /* .fade-leave-active below version 2.1.8 */ {\n\topacity: 0;\n}\n","",{version:3,sources:["webpack://./core/src/views/Login.vue"],names:[],mappings:";AAkNA;CACA,uBAAA;AACA;AACA;CACA,UAAA;AACA",sourcesContent:['\x3c!--\n - @copyright 2019 Christoph Wurst <christoph@winzerhof-wurst.at>\n -\n - @author 2019 Christoph Wurst <christoph@winzerhof-wurst.at>\n -\n - @license GNU AGPL version 3 or any later version\n -\n - This program is free software: you can redistribute it and/or modify\n - it under the terms of the GNU Affero General Public License as\n - published by the Free Software Foundation, either version 3 of the\n - License, or (at your option) any later version.\n -\n - This program is distributed in the hope that it will be useful,\n - but WITHOUT ANY WARRANTY; without even the implied warranty of\n - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n - GNU Affero General Public License for more details.\n -\n - You should have received a copy of the GNU Affero General Public License\n - along with this program. If not, see <http://www.gnu.org/licenses/>.\n --\x3e\n\n<template>\n\t<div v-if="!hideLoginForm || directLogin">\n\t\t<transition name="fade" mode="out-in">\n\t\t\t<div v-if="!passwordlessLogin && !resetPassword && resetPasswordTarget === \'\'"\n\t\t\t\tkey="login">\n\t\t\t\t<LoginForm\n\t\t\t\t\t:username.sync="user"\n\t\t\t\t\t:redirect-url="redirectUrl"\n\t\t\t\t\t:direct-login="directLogin"\n\t\t\t\t\t:messages="messages"\n\t\t\t\t\t:errors="errors"\n\t\t\t\t\t:throttle-delay="throttleDelay"\n\t\t\t\t\t:inverted-colors="invertedColors"\n\t\t\t\t\t:auto-complete-allowed="autoCompleteAllowed"\n\t\t\t\t\t@submit="loading = true" />\n\t\t\t\t<a v-if="canResetPassword && resetPasswordLink !== \'\'"\n\t\t\t\t\tid="lost-password"\n\t\t\t\t\t:href="resetPasswordLink">\n\t\t\t\t\t{{ t(\'core\', \'Forgot password?\') }}\n\t\t\t\t</a>\n\t\t\t\t<a v-else-if="canResetPassword && !resetPassword"\n\t\t\t\t\tid="lost-password"\n\t\t\t\t\t:href="resetPasswordLink"\n\t\t\t\t\t@click.prevent="resetPassword = true">\n\t\t\t\t\t{{ t(\'core\', \'Forgot password?\') }}\n\t\t\t\t</a>\n\t\t\t\t<br>\n\t\t\t\t<template v-if="hasPasswordless">\n\t\t\t\t\t<div v-if="countAlternativeLogins"\n\t\t\t\t\t\tclass="alternative-logins">\n\t\t\t\t\t\t<a v-if="hasPasswordless"\n\t\t\t\t\t\t\tclass="button"\n\t\t\t\t\t\t\t:class="{ \'single-alt-login-option\': countAlternativeLogins }"\n\t\t\t\t\t\t\thref="#"\n\t\t\t\t\t\t\t@click.prevent="passwordlessLogin = true">\n\t\t\t\t\t\t\t{{ t(\'core\', \'Log in with a device\') }}\n\t\t\t\t\t\t</a>\n\t\t\t\t\t</div>\n\t\t\t\t\t<a v-else\n\t\t\t\t\t\thref="#"\n\t\t\t\t\t\t@click.prevent="passwordlessLogin = true">\n\t\t\t\t\t\t{{ t(\'core\', \'Log in with a device\') }}\n\t\t\t\t\t</a>\n\t\t\t\t</template>\n\t\t\t</div>\n\t\t\t<div v-else-if="!loading && passwordlessLogin"\n\t\t\t\tkey="reset"\n\t\t\t\tclass="login-additional">\n\t\t\t\t<PasswordLessLoginForm\n\t\t\t\t\t:username.sync="user"\n\t\t\t\t\t:redirect-url="redirectUrl"\n\t\t\t\t\t:inverted-colors="invertedColors"\n\t\t\t\t\t:auto-complete-allowed="autoCompleteAllowed"\n\t\t\t\t\t:is-https="isHttps"\n\t\t\t\t\t:is-localhost="isLocalhost"\n\t\t\t\t\t:has-public-key-credential="hasPublicKeyCredential"\n\t\t\t\t\t@submit="loading = true" />\n\t\t\t\t<a href="#" @click.prevent="passwordlessLogin = false">\n\t\t\t\t\t{{ t(\'core\', \'Back\') }}\n\t\t\t\t</a>\n\t\t\t</div>\n\t\t\t<div v-else-if="!loading && canResetPassword"\n\t\t\t\tkey="reset"\n\t\t\t\tclass="login-additional">\n\t\t\t\t<div class="lost-password-container">\n\t\t\t\t\t<ResetPassword v-if="resetPassword"\n\t\t\t\t\t\t:username.sync="user"\n\t\t\t\t\t\t:reset-password-link="resetPasswordLink"\n\t\t\t\t\t\t:inverted-colors="invertedColors"\n\t\t\t\t\t\t@abort="resetPassword = false" />\n\t\t\t\t</div>\n\t\t\t</div>\n\t\t\t<div v-else-if="resetPasswordTarget !== \'\'">\n\t\t\t\t<UpdatePassword :username.sync="user"\n\t\t\t\t\t:reset-password-target="resetPasswordTarget"\n\t\t\t\t\t:inverted-colors="invertedColors"\n\t\t\t\t\t@done="passwordResetFinished" />\n\t\t\t</div>\n\t\t</transition>\n\t</div>\n\t<div v-else>\n\t\t<transition name="fade" mode="out-in">\n\t\t\t<div class="warning">\n\t\t\t\t{{ t(\'core\', \'Login form is disabled.\') }}<br>\n\t\t\t\t<small>{{ t(\'core\', \'Please contact your administrator.\') }}\n\t\t\t\t</small>\n\t\t\t</div>\n\t\t</transition>\n\t</div>\n</template>\n\n<script>\nimport LoginForm from \'../components/login/LoginForm.vue\'\nimport PasswordLessLoginForm from \'../components/login/PasswordLessLoginForm.vue\'\nimport ResetPassword from \'../components/login/ResetPassword.vue\'\nimport UpdatePassword from \'../components/login/UpdatePassword.vue\'\n\nexport default {\n\tname: \'Login\',\n\tcomponents: {\n\t\tLoginForm,\n\t\tPasswordLessLoginForm,\n\t\tResetPassword,\n\t\tUpdatePassword,\n\t},\n\tprops: {\n\t\tusername: {\n\t\t\ttype: String,\n\t\t\tdefault: \'\',\n\t\t},\n\t\tredirectUrl: {\n\t\t\ttype: String,\n\t\t},\n\t\terrors: {\n\t\t\ttype: Array,\n\t\t\tdefault: () => [],\n\t\t},\n\t\tmessages: {\n\t\t\ttype: Array,\n\t\t\tdefault: () => [],\n\t\t},\n\t\tthrottleDelay: {\n\t\t\ttype: Number,\n\t\t},\n\t\tcanResetPassword: {\n\t\t\ttype: Boolean,\n\t\t\tdefault: false,\n\t\t},\n\t\tresetPasswordLink: {\n\t\t\ttype: String,\n\t\t},\n\t\tresetPasswordTarget: {\n\t\t\ttype: String,\n\t\t},\n\t\tinvertedColors: {\n\t\t\ttype: Boolean,\n\t\t\tdefault: false,\n\t\t},\n\t\tautoCompleteAllowed: {\n\t\t\ttype: Boolean,\n\t\t\tdefault: true,\n\t\t},\n\t\tdirectLogin: {\n\t\t\ttype: Boolean,\n\t\t\tdefault: false,\n\t\t},\n\t\thasPasswordless: {\n\t\t\ttype: Boolean,\n\t\t\tdefault: false,\n\t\t},\n\t\tcountAlternativeLogins: {\n\t\t\ttype: Number,\n\t\t\tdefault: 0,\n\t\t},\n\t\tisHttps: {\n\t\t\ttype: Boolean,\n\t\t\tdefault: false,\n\t\t},\n\t\tisLocalhost: {\n\t\t\ttype: Boolean,\n\t\t\tdefault: false,\n\t\t},\n\t\thasPublicKeyCredential: {\n\t\t\ttype: Boolean,\n\t\t\tdefault: false,\n\t\t},\n\t\thideLoginForm: {\n\t\t\ttype: Boolean,\n\t\t\tdefault: false,\n\t\t},\n\t},\n\tdata() {\n\t\treturn {\n\t\t\tloading: false,\n\t\t\tuser: this.username,\n\t\t\tpasswordlessLogin: false,\n\t\t\tresetPassword: false,\n\t\t}\n\t},\n\tmethods: {\n\t\tpasswordResetFinished() {\n\t\t\tthis.resetPasswordTarget = \'\'\n\t\t\tthis.directLogin = true\n\t\t},\n\t},\n}\n<\/script>\n\n<style>\n\t.fade-enter-active, .fade-leave-active {\n\t\ttransition: opacity .3s;\n\t}\n\t.fade-enter, .fade-leave-to /* .fade-leave-active below version 2.1.8 */ {\n\t\topacity: 0;\n\t}\n</style>\n'],sourceRoot:""}]),t.a=o},,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,function(e,t,n){"use strict";var r=n(710),a=n(711),i=n(712);function o(e,t){return t.encode?t.strict?r(e):encodeURIComponent(e):e}function s(e){var t=e.indexOf("?");return-1===t?"":e.slice(t+1)}function u(e,t){var n=function(e){var t;switch(e.arrayFormat){case"index":return function(e,n,r){t=/\[(\d*)\]$/.exec(e),e=e.replace(/\[\d*\]$/,""),t?(void 0===r[e]&&(r[e]={}),r[e][t[1]]=n):r[e]=n};case"bracket":return function(e,n,r){t=/(\[\])$/.exec(e),e=e.replace(/\[\]$/,""),t?void 0!==r[e]?r[e]=[].concat(r[e],n):r[e]=[n]:r[e]=n};default:return function(e,t,n){void 0!==n[e]?n[e]=[].concat(n[e],t):n[e]=t}}}(t=a({arrayFormat:"none"},t)),r=Object.create(null);return"string"!=typeof e?r:(e=e.trim().replace(/^[?#&]/,""))?(e.split("&").forEach((function(e){var t=e.replace(/\+/g," ").split("="),a=t.shift(),o=t.length>0?t.join("="):void 0;o=void 0===o?null:i(o),n(i(a),o,r)})),Object.keys(r).sort().reduce((function(e,t){var n=r[t];return Boolean(n)&&"object"==typeof n&&!Array.isArray(n)?e[t]=function e(t){return Array.isArray(t)?t.sort():"object"==typeof t?e(Object.keys(t)).sort((function(e,t){return Number(e)-Number(t)})).map((function(e){return t[e]})):t}(n):e[t]=n,e}),Object.create(null))):r}t.extract=s,t.parse=u,t.stringify=function(e,t){!1===(t=a({encode:!0,strict:!0,arrayFormat:"none"},t)).sort&&(t.sort=function(){});var n=function(e){switch(e.arrayFormat){case"index":return function(t,n,r){return null===n?[o(t,e),"[",r,"]"].join(""):[o(t,e),"[",o(r,e),"]=",o(n,e)].join("")};case"bracket":return function(t,n){return null===n?o(t,e):[o(t,e),"[]=",o(n,e)].join("")};default:return function(t,n){return null===n?o(t,e):[o(t,e),"=",o(n,e)].join("")}}}(t);return e?Object.keys(e).sort(t.sort).map((function(r){var a=e[r];if(void 0===a)return"";if(null===a)return o(r,t);if(Array.isArray(a)){var i=[];return a.slice().forEach((function(e){void 0!==e&&i.push(n(r,e,i.length))})),i.join("&")}return o(r,t)+"="+o(a,t)})).filter((function(e){return e.length>0})).join("&"):""},t.parseUrl=function(e,t){return{url:e.split("?")[0]||"",query:u(s(e),t)}}},function(e,t,n){var r,a;(a=function(){"use strict";var e={DAY:864e5,HOUR:36e5,MINUTE:6e4,SECOND:1e3,BASELINE_YEAR:2014,MAX_SCORE:864e6,AMBIGUITIES:{"America/Denver":["America/Mazatlan"],"America/Chicago":["America/Mexico_City"],"America/Asuncion":["America/Campo_Grande","America/Santiago"],"America/Montevideo":["America/Sao_Paulo","America/Santiago"],"Asia/Beirut":["Asia/Amman","Asia/Jerusalem","Europe/Helsinki","Asia/Damascus","Africa/Cairo","Asia/Gaza","Europe/Minsk","Africa/Windhoek"],"Pacific/Auckland":["Pacific/Fiji"],"America/Los_Angeles":["America/Santa_Isabel"],"America/New_York":["America/Havana"],"America/Halifax":["America/Goose_Bay"],"America/Godthab":["America/Miquelon"],"Asia/Dubai":["Asia/Yerevan"],"Asia/Jakarta":["Asia/Krasnoyarsk"],"Asia/Shanghai":["Asia/Irkutsk","Australia/Perth"],"Australia/Sydney":["Australia/Lord_Howe"],"Asia/Tokyo":["Asia/Yakutsk"],"Asia/Dhaka":["Asia/Omsk"],"Asia/Baku":["Asia/Yerevan"],"Australia/Brisbane":["Asia/Vladivostok"],"Pacific/Noumea":["Asia/Vladivostok"],"Pacific/Majuro":["Asia/Kamchatka","Pacific/Fiji"],"Pacific/Tongatapu":["Pacific/Apia"],"Asia/Baghdad":["Europe/Minsk","Europe/Moscow"],"Asia/Karachi":["Asia/Yekaterinburg"],"Africa/Johannesburg":["Asia/Gaza","Africa/Cairo"]}},t=function(e){var t=-e.getTimezoneOffset();return null!==t?t:0},n=function(){for(var n=[],r=0;r<=11;r++)for(var a=1;a<=28;a++){var i=t(new Date(e.BASELINE_YEAR,r,a));n?n&&n[n.length-1]!==i&&n.push(i):n.push()}return n},r=function(){var e=0,t=n();return t.length>1&&(e=t[0]-t[1]),t.length>3?t[0]+",1,weird":e<0?t[0]+",1":e>0?t[1]+",1,s":t[0]+",0"},i=function(e){for(var t=new Date(e,0,1,0,0,1,0).getTime(),n=new Date(e,12,31,23,59,59).getTime(),r=t,a=new Date(r).getTimezoneOffset(),i=null,s=null;r<n-864e5;){var u=new Date(r),l=u.getTimezoneOffset();l!==a&&(l<a&&(i=u),l>a&&(s=u),a=l),r+=864e5}return!(!i||!s)&&{s:o(i).getTime(),e:o(s).getTime()}},o=function t(n,r,a){void 0===r&&(r=e.DAY,a=e.HOUR);for(var i=new Date(n.getTime()-r).getTime(),o=n.getTime()+r,s=new Date(i).getTimezoneOffset(),u=i,l=null;u<o-a;){var c=new Date(u);if(c.getTimezoneOffset()!==s){l=c;break}u+=a}return r===e.DAY?t(l,e.HOUR,e.MINUTE):r===e.HOUR?t(l,e.MINUTE,e.SECOND):l},s=function(t,n){for(var r=function(r){for(var a=0,i=0;i<t.length;i++)if(r.rules[i]&&t[i]){if(!(t[i].s>=r.rules[i].s&&t[i].e<=r.rules[i].e)){a="N/A";break}if(a=0,a+=Math.abs(t[i].s-r.rules[i].s),(a+=Math.abs(r.rules[i].e-t[i].e))>e.MAX_SCORE){a="N/A";break}}return function(e,t,n,r){if("N/A"!==n)return n;if("Asia/Beirut"===t){if("Africa/Cairo"===r.name&&13983768e5===e[6].s&&14116788e5===e[6].e)return 0;if("Asia/Jerusalem"===r.name&&13959648e5===e[6].s&&14118588e5===e[6].e)return 0}else if("America/Santiago"===t){if("America/Asuncion"===r.name&&14124816e5===e[6].s&&1397358e6===e[6].e)return 0;if("America/Campo_Grande"===r.name&&14136912e5===e[6].s&&13925196e5===e[6].e)return 0}else if("America/Montevideo"===t){if("America/Sao_Paulo"===r.name&&14136876e5===e[6].s&&1392516e6===e[6].e)return 0}else if("Pacific/Auckland"===t&&"Pacific/Fiji"===r.name&&14142456e5===e[6].s&&13961016e5===e[6].e)return 0;return n}(t,n,a,r)},i={},o=a.olson.dst_rules.zones,s=o.length,u=e.AMBIGUITIES[n],l=0;l<s;l++){var c=o[l],d=r(o[l]);"N/A"!==d&&(i[c.name]=d)}for(var f in i)if(i.hasOwnProperty(f))for(var p=0;p<u.length;p++)if(u[p]===f)return f;return n},u=function(e){var t=function(){for(var e=[],t=0;t<a.olson.dst_rules.years.length;t++){var n=i(a.olson.dst_rules.years[t]);e.push(n)}return e}();return function(e){for(var t=0;t<e.length;t++)if(!1!==e[t])return!0;return!1}(t)?s(t,e):e};return{determine:function(t){var i=!1,o=r();return(t||void 0===t)&&(i=function(){var e,t;if(Intl&&"undefined"!=typeof Intl&&void 0!==Intl.DateTimeFormat&&void 0!==(e=Intl.DateTimeFormat())&&void 0!==e.resolvedOptions)return(t=e.resolvedOptions().timeZone)&&(t.indexOf("/")>-1||"UTC"===t)?t:void 0}()),i||(i=a.olson.timezones[o],void 0!==e.AMBIGUITIES[i]&&(i=u(i))),{name:function(){return i},using_intl:t||void 0===t,needle:o,offsets:n()}}}}()).olson=a.olson||{},a.olson.timezones={"-720,0":"Etc/GMT+12","-660,0":"Pacific/Pago_Pago","-660,1,s":"Pacific/Apia","-600,1":"America/Adak","-600,0":"Pacific/Honolulu","-570,0":"Pacific/Marquesas","-540,0":"Pacific/Gambier","-540,1":"America/Anchorage","-480,1":"America/Los_Angeles","-480,0":"Pacific/Pitcairn","-420,0":"America/Phoenix","-420,1":"America/Denver","-360,0":"America/Guatemala","-360,1":"America/Chicago","-360,1,s":"Pacific/Easter","-300,0":"America/Bogota","-300,1":"America/New_York","-270,0":"America/Caracas","-240,1":"America/Halifax","-240,0":"America/Santo_Domingo","-240,1,s":"America/Asuncion","-210,1":"America/St_Johns","-180,1":"America/Godthab","-180,0":"America/Buenos_Aires","-180,1,s":"America/Montevideo","-120,0":"America/Noronha","-120,1":"America/Noronha","-60,1":"Atlantic/Azores","-60,0":"Atlantic/Cape_Verde","0,0":"UTC","0,1":"Europe/London","0,1,weird":"Africa/Casablanca","60,1":"Europe/Berlin","60,0":"Africa/Lagos","60,1,weird":"Africa/Casablanca","120,1":"Asia/Beirut","120,1,weird":"Africa/Cairo","120,0":"Africa/Johannesburg","180,0":"Asia/Baghdad","180,1":"Europe/Moscow","210,1":"Asia/Tehran","240,0":"Asia/Dubai","240,1":"Asia/Baku","270,0":"Asia/Kabul","300,1":"Asia/Yekaterinburg","300,0":"Asia/Karachi","330,0":"Asia/Calcutta","345,0":"Asia/Katmandu","360,0":"Asia/Dhaka","360,1":"Asia/Omsk","390,0":"Asia/Rangoon","420,1":"Asia/Krasnoyarsk","420,0":"Asia/Jakarta","480,0":"Asia/Shanghai","480,1":"Asia/Irkutsk","525,0":"Australia/Eucla","525,1,s":"Australia/Eucla","540,1":"Asia/Yakutsk","540,0":"Asia/Tokyo","570,0":"Australia/Darwin","570,1,s":"Australia/Adelaide","600,0":"Australia/Brisbane","600,1":"Asia/Vladivostok","600,1,s":"Australia/Sydney","630,1,s":"Australia/Lord_Howe","660,1":"Asia/Kamchatka","660,0":"Pacific/Noumea","690,0":"Pacific/Norfolk","720,1,s":"Pacific/Auckland","720,0":"Pacific/Majuro","765,1,s":"Pacific/Chatham","780,0":"Pacific/Tongatapu","780,1,s":"Pacific/Apia","840,0":"Pacific/Kiritimati"},a.olson.dst_rules={years:[2008,2009,2010,2011,2012,2013,2014],zones:[{name:"Africa/Cairo",rules:[{e:12199572e5,s:12090744e5},{e:1250802e6,s:1240524e6},{e:12858804e5,s:12840696e5},!1,!1,!1,{e:14116788e5,s:1406844e6}]},{name:"America/Asuncion",rules:[{e:12050316e5,s:12243888e5},{e:12364812e5,s:12558384e5},{e:12709548e5,s:12860784e5},{e:13024044e5,s:1317528e6},{e:1333854e6,s:13495824e5},{e:1364094e6,s:1381032e6},{e:13955436e5,s:14124816e5}]},{name:"America/Campo_Grande",rules:[{e:12032172e5,s:12243888e5},{e:12346668e5,s:12558384e5},{e:12667212e5,s:1287288e6},{e:12981708e5,s:13187376e5},{e:13302252e5,s:1350792e6},{e:136107e7,s:13822416e5},{e:13925196e5,s:14136912e5}]},{name:"America/Goose_Bay",rules:[{e:122559486e4,s:120503526e4},{e:125704446e4,s:123648486e4},{e:128909886e4,s:126853926e4},{e:13205556e5,s:129998886e4},{e:13520052e5,s:13314456e5},{e:13834548e5,s:13628952e5},{e:14149044e5,s:13943448e5}]},{name:"America/Havana",rules:[{e:12249972e5,s:12056436e5},{e:12564468e5,s:12364884e5},{e:12885012e5,s:12685428e5},{e:13211604e5,s:13005972e5},{e:13520052e5,s:13332564e5},{e:13834548e5,s:13628916e5},{e:14149044e5,s:13943412e5}]},{name:"America/Mazatlan",rules:[{e:1225008e6,s:12074724e5},{e:12564576e5,s:1238922e6},{e:1288512e6,s:12703716e5},{e:13199616e5,s:13018212e5},{e:13514112e5,s:13332708e5},{e:13828608e5,s:13653252e5},{e:14143104e5,s:13967748e5}]},{name:"America/Mexico_City",rules:[{e:12250044e5,s:12074688e5},{e:1256454e6,s:12389184e5},{e:12885084e5,s:1270368e6},{e:1319958e6,s:13018176e5},{e:13514076e5,s:13332672e5},{e:13828572e5,s:13653216e5},{e:14143068e5,s:13967712e5}]},{name:"America/Miquelon",rules:[{e:12255984e5,s:12050388e5},{e:1257048e6,s:12364884e5},{e:12891024e5,s:12685428e5},{e:1320552e6,s:12999924e5},{e:13520016e5,s:1331442e6},{e:13834512e5,s:13628916e5},{e:14149008e5,s:13943412e5}]},{name:"America/Santa_Isabel",rules:[{e:12250116e5,s:1207476e6},{e:12564612e5,s:12389256e5},{e:12891204e5,s:12685608e5},{e:132057e7,s:13000104e5},{e:13520196e5,s:133146e7},{e:13834692e5,s:13629096e5},{e:14149188e5,s:13943592e5}]},{name:"America/Santiago",rules:[{e:1206846e6,s:1223784e6},{e:1237086e6,s:12552336e5},{e:127035e7,s:12866832e5},{e:13048236e5,s:13138992e5},{e:13356684e5,s:13465584e5},{e:1367118e6,s:13786128e5},{e:13985676e5,s:14100624e5}]},{name:"America/Sao_Paulo",rules:[{e:12032136e5,s:12243852e5},{e:12346632e5,s:12558348e5},{e:12667176e5,s:12872844e5},{e:12981672e5,s:1318734e6},{e:13302216e5,s:13507884e5},{e:13610664e5,s:1382238e6},{e:1392516e6,s:14136876e5}]},{name:"Asia/Amman",rules:[{e:1225404e6,s:12066552e5},{e:12568536e5,s:12381048e5},{e:12883032e5,s:12695544e5},{e:13197528e5,s:13016088e5},!1,!1,{e:14147064e5,s:13959576e5}]},{name:"Asia/Damascus",rules:[{e:12254868e5,s:120726e7},{e:125685e7,s:12381048e5},{e:12882996e5,s:12701592e5},{e:13197492e5,s:13016088e5},{e:13511988e5,s:13330584e5},{e:13826484e5,s:1364508e6},{e:14147028e5,s:13959576e5}]},{name:"Asia/Dubai",rules:[!1,!1,!1,!1,!1,!1,!1]},{name:"Asia/Gaza",rules:[{e:12199572e5,s:12066552e5},{e:12520152e5,s:12381048e5},{e:1281474e6,s:126964086e4},{e:1312146e6,s:130160886e4},{e:13481784e5,s:13330584e5},{e:13802292e5,s:1364508e6},{e:1414098e6,s:13959576e5}]},{name:"Asia/Irkutsk",rules:[{e:12249576e5,s:12068136e5},{e:12564072e5,s:12382632e5},{e:12884616e5,s:12697128e5},!1,!1,!1,!1]},{name:"Asia/Jerusalem",rules:[{e:12231612e5,s:12066624e5},{e:1254006e6,s:1238112e6},{e:1284246e6,s:12695616e5},{e:131751e7,s:1301616e6},{e:13483548e5,s:13330656e5},{e:13828284e5,s:13645152e5},{e:1414278e6,s:13959648e5}]},{name:"Asia/Kamchatka",rules:[{e:12249432e5,s:12067992e5},{e:12563928e5,s:12382488e5},{e:12884508e5,s:12696984e5},!1,!1,!1,!1]},{name:"Asia/Krasnoyarsk",rules:[{e:12249612e5,s:12068172e5},{e:12564108e5,s:12382668e5},{e:12884652e5,s:12697164e5},!1,!1,!1,!1]},{name:"Asia/Omsk",rules:[{e:12249648e5,s:12068208e5},{e:12564144e5,s:12382704e5},{e:12884688e5,s:126972e7},!1,!1,!1,!1]},{name:"Asia/Vladivostok",rules:[{e:12249504e5,s:12068064e5},{e:12564e8,s:1238256e6},{e:12884544e5,s:12697056e5},!1,!1,!1,!1]},{name:"Asia/Yakutsk",rules:[{e:1224954e6,s:120681e7},{e:12564036e5,s:12382596e5},{e:1288458e6,s:12697092e5},!1,!1,!1,!1]},{name:"Asia/Yekaterinburg",rules:[{e:12249684e5,s:12068244e5},{e:1256418e6,s:1238274e6},{e:12884724e5,s:12697236e5},!1,!1,!1,!1]},{name:"Asia/Yerevan",rules:[{e:1224972e6,s:1206828e6},{e:12564216e5,s:12382776e5},{e:1288476e6,s:12697272e5},{e:13199256e5,s:13011768e5},!1,!1,!1]},{name:"Australia/Lord_Howe",rules:[{e:12074076e5,s:12231342e5},{e:12388572e5,s:12545838e5},{e:12703068e5,s:12860334e5},{e:13017564e5,s:1317483e6},{e:1333206e6,s:13495374e5},{e:13652604e5,s:1380987e6},{e:139671e7,s:14124366e5}]},{name:"Australia/Perth",rules:[{e:12068136e5,s:12249576e5},!1,!1,!1,!1,!1,!1]},{name:"Europe/Helsinki",rules:[{e:12249828e5,s:12068388e5},{e:12564324e5,s:12382884e5},{e:12884868e5,s:1269738e6},{e:13199364e5,s:13011876e5},{e:1351386e6,s:13326372e5},{e:13828356e5,s:13646916e5},{e:14142852e5,s:13961412e5}]},{name:"Europe/Minsk",rules:[{e:12249792e5,s:12068352e5},{e:12564288e5,s:12382848e5},{e:12884832e5,s:12697344e5},!1,!1,!1,!1]},{name:"Europe/Moscow",rules:[{e:12249756e5,s:12068316e5},{e:12564252e5,s:12382812e5},{e:12884796e5,s:12697308e5},!1,!1,!1,!1]},{name:"Pacific/Apia",rules:[!1,!1,!1,{e:13017528e5,s:13168728e5},{e:13332024e5,s:13489272e5},{e:13652568e5,s:13803768e5},{e:13967064e5,s:14118264e5}]},{name:"Pacific/Fiji",rules:[!1,!1,{e:12696984e5,s:12878424e5},{e:13271544e5,s:1319292e6},{e:1358604e6,s:13507416e5},{e:139005e7,s:1382796e6},{e:14215032e5,s:14148504e5}]},{name:"Europe/London",rules:[{e:12249828e5,s:12068388e5},{e:12564324e5,s:12382884e5},{e:12884868e5,s:1269738e6},{e:13199364e5,s:13011876e5},{e:1351386e6,s:13326372e5},{e:13828356e5,s:13646916e5},{e:14142852e5,s:13961412e5}]},{name:"Africa/Windhoek",rules:[{e:12207492e5,s:120744e7},{e:12521988e5,s:12388896e5},{e:12836484e5,s:12703392e5},{e:1315098e6,s:13017888e5},{e:13465476e5,s:13332384e5},{e:13779972e5,s:13652928e5},{e:14100516e5,s:13967424e5}]}]},void 0!==e.exports?e.exports=a:null!==n(713)&&null!=n(714)?void 0===(r=function(){return a}.apply(t,[]))||(e.exports=r):window.jstz=a},,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,function(e,t,n){"use strict";e.exports=function(e){return encodeURIComponent(e).replace(/[!'()*]/g,(function(e){return"%"+e.charCodeAt(0).toString(16).toUpperCase()}))}},function(e,t,n){"use strict";
/*
object-assign
(c) Sindre Sorhus
@license MIT
-*/var r=Object.getOwnPropertySymbols,i=Object.prototype.hasOwnProperty,a=Object.prototype.propertyIsEnumerable;function o(e){if(null==e)throw new TypeError("Object.assign cannot be called with null or undefined");return Object(e)}e.exports=function(){try{if(!Object.assign)return!1;var e=new String("abc");if(e[5]="de","5"===Object.getOwnPropertyNames(e)[0])return!1;for(var t={},n=0;n<10;n++)t["_"+String.fromCharCode(n)]=n;if("0123456789"!==Object.getOwnPropertyNames(t).map((function(e){return t[e]})).join(""))return!1;var r={};return"abcdefghijklmnopqrst".split("").forEach((function(e){r[e]=e})),"abcdefghijklmnopqrst"===Object.keys(Object.assign({},r)).join("")}catch(e){return!1}}()?Object.assign:function(e,t){for(var n,s,u=o(e),c=1;c<arguments.length;c++){for(var l in n=Object(arguments[c]))i.call(n,l)&&(u[l]=n[l]);if(r){s=r(n);for(var d=0;d<s.length;d++)a.call(n,s[d])&&(u[s[d]]=n[s[d]])}}return u}},function(e,t,n){"use strict";var r=new RegExp("%[a-f0-9]{2}","gi"),i=new RegExp("(%[a-f0-9]{2})+","gi");function a(e,t){try{return decodeURIComponent(e.join(""))}catch(e){}if(1===e.length)return e;t=t||1;var n=e.slice(0,t),r=e.slice(t);return Array.prototype.concat.call([],a(n),a(r))}function o(e){try{return decodeURIComponent(e)}catch(i){for(var t=e.match(r),n=1;n<t.length;n++)t=(e=a(t,n).join("")).match(r);return e}}e.exports=function(e){if("string"!=typeof e)throw new TypeError("Expected `encodedURI` to be of type `string`, got `"+typeof e+"`");try{return e=e.replace(/\+/g," "),decodeURIComponent(e)}catch(t){return function(e){for(var t={"%FE%FF":"��","%FF%FE":"��"},n=i.exec(e);n;){try{t[n[0]]=decodeURIComponent(n[0])}catch(e){var r=o(n[0]);r!==n[0]&&(t[n[0]]=r)}n=i.exec(e)}t["%C2"]="�";for(var a=Object.keys(t),s=0;s<a.length;s++){var u=a[s];e=e.replace(new RegExp(u,"g"),t[u])}return e}(e)}}},function(e,t,n){"use strict";var r=n(709);n.n(r).a},function(e,t,n){(t=n(99)(!1)).push([e.i,"\n.update[data-v-226b878d] {\n\twidth: auto;\n}\n",""]),e.exports=t},function(e,t,n){"use strict";var r=n(710);n.n(r).a},function(e,t,n){(t=n(99)(!1)).push([e.i,"\nfieldset[data-v-69af6aa5] {\n\ttext-align: center;\n}\ninput[type=submit][data-v-69af6aa5] {\n\tmargin-top: 20px;\n}\n",""]),e.exports=t},function(e,t,n){"use strict";var r=n(711);n.n(r).a},function(e,t,n){(t=n(99)(!1)).push([e.i,"\n.fade-enter-active, .fade-leave-active {\n\ttransition: opacity .3s;\n}\n.fade-enter, .fade-leave-to /* .fade-leave-active below version 2.1.8 */ {\n\topacity: 0;\n}\n",""]),e.exports=t},,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,function(e,n,r){"use strict";r.r(n);var i=r(475),a=r(816),o=r.n(a),s=r(512),u=r(4),c=r(687),l=r.n(c),d={name:"LoginForm",props:{username:{type:String,default:""},redirectUrl:{type:String},errors:{type:Array,default:function(){return[]}},messages:{type:Array,default:function(){return[]}},throttleDelay:{type:Number},invertedColors:{type:Boolean,default:!1},autoCompleteAllowed:{type:Boolean,default:!0},directLogin:{type:Boolean,default:!1}},data:function(){return{loading:!1,timezone:l.a.determine().name(),timezoneOffset:-(new Date).getTimezoneOffset()/60,user:this.username,password:"",passwordInputType:"password"}},computed:{apacheAuthFailed:function(){return-1!==this.errors.indexOf("apacheAuthFailed")},internalException:function(){return-1!==this.errors.indexOf("internalexception")},invalidPassword:function(){return-1!==this.errors.indexOf("invalidpassword")},userDisabled:function(){return-1!==this.errors.indexOf("userdisabled")}},mounted:function(){""===this.username?this.$refs.user.focus():this.$refs.password.focus()},methods:{togglePassword:function(){"password"===this.passwordInputType?this.passwordInputType="text":this.passwordInputType="password"},updateUsername:function(){this.$emit("update:username",this.user)},submit:function(){this.loading=!0,this.$emit("submit")}}},f=r(205),h=Object(f.a)(d,(function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("form",{attrs:{method:"post",name:"login",action:e.OC.generateUrl("login")},on:{submit:e.submit}},[n("fieldset",[e.apacheAuthFailed?n("div",{staticClass:"warning"},[e._v("\n\t\t\t"+e._s(e.t("core","Server side authentication failed!"))),n("br"),e._v(" "),n("small",[e._v(e._s(e.t("core","Please contact your administrator."))+"\n\t\t\t")])]):e._e(),e._v(" "),e._l(e.messages,(function(t,r){return n("div",{key:r,staticClass:"warning"},[e._v("\n\t\t\t"+e._s(t)),n("br")])})),e._v(" "),e.internalException?n("div",{staticClass:"warning"},[e._v("\n\t\t\t"+e._s(e.t("core","An internal error occurred."))),n("br"),e._v(" "),n("small",[e._v(e._s(e.t("core","Please try again or contact your administrator."))+"\n\t\t\t")])]):e._e(),e._v(" "),n("div",{staticClass:"hidden",attrs:{id:"message"}},[n("img",{staticClass:"float-spinner",attrs:{alt:"",src:e.OC.imagePath("core","loading-dark.gif")}}),e._v(" "),n("span",{attrs:{id:"messageText"}}),e._v(" "),n("div",{staticStyle:{clear:"both"}})]),e._v(" "),n("p",{staticClass:"grouptop",class:{shake:e.invalidPassword}},[n("input",{directives:[{name:"model",rawName:"v-model",value:e.user,expression:"user"}],ref:"user",attrs:{id:"user",type:"text",name:"user",autocomplete:e.autoCompleteAllowed?"on":"off",placeholder:e.t("core","Username or email"),"aria-label":e.t("core","Username or email"),required:""},domProps:{value:e.user},on:{change:e.updateUsername,input:function(t){t.target.composing||(e.user=t.target.value)}}}),e._v(" "),n("label",{staticClass:"infield",attrs:{for:"user"}},[e._v(e._s(e.t("core","Username or\temail")))])]),e._v(" "),n("p",{staticClass:"groupbottom",class:{shake:e.invalidPassword}},[n("input",{ref:"password",staticClass:"password-with-toggle",attrs:{id:"password",type:e.passwordInputType,name:"password",autocomplete:e.autoCompleteAllowed?"on":"off",placeholder:e.t("core","Password"),"aria-label":e.t("core","Password"),required:""}}),e._v(" "),n("label",{staticClass:"infield",attrs:{for:"password"}},[e._v(e._s(e.t("Password")))]),e._v(" "),n("a",{staticClass:"toggle-password",attrs:{href:"#"},on:{click:function(t){return t.stopPropagation(),t.preventDefault(),e.togglePassword(t)}}},[n("img",{attrs:{src:e.OC.imagePath("core","actions/toggle.svg")}})])]),e._v(" "),n("div",{attrs:{id:"submit-wrapper"}},[n("input",{staticClass:"login primary",attrs:{id:"submit-form",type:"submit",title:""},domProps:{value:e.loading?e.t("core","Logging in …"):e.t("core","Log in")}}),e._v(" "),n("div",{staticClass:"submit-icon",class:{"icon-confirm-white":!e.loading,"icon-loading-small":e.loading&&e.invertedColors,"icon-loading-small-dark":e.loading&&!e.invertedColors}})]),e._v(" "),e.invalidPassword?n("p",{staticClass:"warning wrongPasswordMsg"},[e._v("\n\t\t\t"+e._s(e.t("core","Wrong username or password."))+"\n\t\t")]):e.userDisabled?n("p",{staticClass:"warning userDisabledMsg"},[e._v("\n\t\t\t"+e._s(e.t("lib","User disabled"))+"\n\t\t")]):e._e(),e._v(" "),e.throttleDelay&&e.throttleDelay>5e3?n("p",{staticClass:"warning throttledMsg"},[e._v("\n\t\t\t"+e._s(e.t("core","We have detected multiple invalid login attempts from your IP. Therefore your next login is throttled up to 30 seconds."))+"\n\t\t")]):e._e(),e._v(" "),e.redirectUrl?n("input",{attrs:{type:"hidden",name:"redirect_url"},domProps:{value:e.redirectUrl}}):e._e(),e._v(" "),n("input",{attrs:{type:"hidden",name:"timezone"},domProps:{value:e.timezone}}),e._v(" "),n("input",{attrs:{type:"hidden",name:"timezone_offset"},domProps:{value:e.timezoneOffset}}),e._v(" "),n("input",{attrs:{type:"hidden",name:"requesttoken"},domProps:{value:e.OC.requestToken}}),e._v(" "),e.directLogin?n("input",{attrs:{type:"hidden",name:"direct",value:"1"}}):e._e()],2)])}),[],!1,null,"2db7cf2a",null).exports,p=r(206),m=r.n(p),_=r(62),y={name:"ResetPassword",props:{username:{type:String,required:!0},resetPasswordLink:{type:String,required:!0},invertedColors:{type:Boolean,default:!1}},data:function(){return{error:!1,loading:!1,message:void 0,user:this.username}},watch:{username:function(e){this.user=e}},methods:{updateUsername:function(){this.$emit("update:username",this.user)},submit:function(){var e=this;this.loading=!0,this.error=!1,this.message="";var t=Object(_.b)("/lostpassword/email"),n={user:this.user};return m.a.post(t,n).then((function(e){return e.data})).then((function(t){if("success"!==t.status)throw new Error("got status ".concat(t.status));e.message="send-success"})).catch((function(t){console.error("could not send reset e-mail request",t),e.error=!0,e.message="send-error"})).then((function(){e.loading=!1}))}}},v=(r(826),Object(f.a)(y,(function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("form",{on:{submit:function(t){return t.preventDefault(),e.submit(t)}}},[n("p",[n("input",{directives:[{name:"model",rawName:"v-model",value:e.user,expression:"user"}],attrs:{id:"user",type:"text",name:"user",placeholder:e.t("core","Username or email"),"aria-label":e.t("core","Username or email"),required:""},domProps:{value:e.user},on:{change:e.updateUsername,input:function(t){t.target.composing||(e.user=t.target.value)}}}),e._v(" "),n("label",{staticClass:"infield",attrs:{for:"user"}},[e._v(e._s(e.t("core","Username or email")))])]),e._v(" "),n("div",{attrs:{id:"reset-password-wrapper"}},[n("input",{staticClass:"login primary",attrs:{id:"reset-password-submit",type:"submit",title:""},domProps:{value:e.t("core","Reset password")}}),e._v(" "),n("div",{staticClass:"submit-icon",class:{"icon-confirm-white":!e.loading,"icon-loading-small":e.loading&&e.invertedColors,"icon-loading-small-dark":e.loading&&!e.invertedColors}})]),e._v(" "),"send-success"===e.message?n("p",{staticClass:"update"},[e._v("\n\t\t"+e._s(e.t("core","A password reset message has been sent to the e-mail address of this account. If you do not receive it, check your spam/junk folders or ask your local administrator for help."))+"\n\t\t"),n("br"),e._v("\n\t\t"+e._s(e.t("core","If it is not there ask your local administrator."))+"\n\t")]):"send-error"===e.message?n("p",{staticClass:"update warning"},[e._v("\n\t\t"+e._s(e.t("core","Couldn't send reset email. Please contact your administrator."))+"\n\t")]):"reset-error"===e.message?n("p",{staticClass:"update warning"},[e._v("\n\t\t"+e._s(e.t("core","Password can not be changed. Please contact your administrator."))+"\n\t")]):e.message?n("p",{staticClass:"update",class:{warning:e.error}}):e._e(),e._v(" "),n("a",{attrs:{href:"#"},on:{click:function(t){return t.preventDefault(),e.$emit("abort")}}},[e._v("\n\t\t"+e._s(e.t("core","Back to login"))+"\n\t")])])}),[],!1,null,"226b878d",null).exports);function g(e,t,n,r,i,a,o){try{var s=e[a](o),u=s.value}catch(e){return void n(e)}s.done?t(u):Promise.resolve(u).then(r,i)}var M={name:"UpdatePassword",props:{username:{type:String,required:!0},resetPasswordTarget:{type:String,required:!0},invertedColors:{type:Boolean,default:!1}},data:function(){return{error:!1,loading:!1,message:void 0,user:this.username,password:"",encrypted:!1,proceed:!1}},watch:{username:function(e){this.user=e}},methods:{submit:function(){var e,n=this;return(e=regeneratorRuntime.mark((function e(){var r,i;return regeneratorRuntime.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return n.loading=!0,n.error=!1,n.message="",e.prev=3,e.next=6,m.a.post(n.resetPasswordTarget,{password:n.password,proceed:n.proceed});case 6:if(r=e.sent,!(i=r.data)||"success"!==i.status){e.next=14;break}n.message="send-success",n.$emit("update:username",n.user),n.$emit("done"),e.next=23;break;case 14:if(!i||!i.encryption){e.next=18;break}n.encrypted=!0,e.next=23;break;case 18:if(!i||!i.msg){e.next=22;break}throw new Error(i.msg);case 22:throw new Error;case 23:e.next=29;break;case 25:e.prev=25,e.t0=e.catch(3),n.error=!0,n.message=e.t0.message?e.t0.message:t("core","Password can not be changed. Please contact your administrator.");case 29:return e.prev=29,n.loading=!1,e.finish(29);case 32:case"end":return e.stop()}}),e,null,[[3,25,29,32]])})),function(){var t=this,n=arguments;return new Promise((function(r,i){var a=e.apply(t,n);function o(e){g(a,r,i,o,s,"next",e)}function s(e){g(a,r,i,o,s,"throw",e)}o(void 0)}))})()}}},L=(r(828),{name:"Login",components:{LoginForm:h,ResetPassword:v,UpdatePassword:Object(f.a)(M,(function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("form",{on:{submit:function(t){return t.preventDefault(),e.submit(t)}}},[n("fieldset",[n("p",[n("label",{staticClass:"infield",attrs:{for:"password"}},[e._v(e._s(e.t("core","New password")))]),e._v(" "),n("input",{directives:[{name:"model",rawName:"v-model",value:e.password,expression:"password"}],attrs:{id:"password",type:"password",name:"password",required:"",placeholder:e.t("core","New password")},domProps:{value:e.password},on:{input:function(t){t.target.composing||(e.password=t.target.value)}}})]),e._v(" "),e.encrypted?n("div",{staticClass:"update"},[n("p",[e._v("\n\t\t\t\t"+e._s(e.t("core","Your files are encrypted. There will be no way to get your data back after your password is reset. If you are not sure what to do, please contact your administrator before you continue. Do you really want to continue?"))+"\n\t\t\t")]),e._v(" "),n("input",{directives:[{name:"model",rawName:"v-model",value:e.proceed,expression:"proceed"}],staticClass:"checkbox",attrs:{id:"encrypted-continue",type:"checkbox"},domProps:{checked:Array.isArray(e.proceed)?e._i(e.proceed,null)>-1:e.proceed},on:{change:function(t){var n=e.proceed,r=t.target,i=!!r.checked;if(Array.isArray(n)){var a=e._i(n,null);r.checked?a<0&&(e.proceed=n.concat([null])):a>-1&&(e.proceed=n.slice(0,a).concat(n.slice(a+1)))}else e.proceed=i}}}),e._v(" "),n("label",{attrs:{for:"encrypted-continue"}},[e._v("\n\t\t\t\t"+e._s(e.t("core","I know what I'm doing"))+"\n\t\t\t")])]):e._e(),e._v(" "),n("div",{attrs:{id:"submit-wrapper"}},[n("input",{staticClass:"login primary",attrs:{id:"submit",type:"submit",title:""},domProps:{value:e.loading?e.t("core","Resetting password"):e.t("core","Reset password")}}),e._v(" "),n("div",{staticClass:"submit-icon",class:{"icon-loading-small":e.loading&&e.invertedColors,"icon-loading-small-dark":e.loading&&!e.invertedColors}})]),e._v(" "),e.error&&e.message?n("p",{class:{warning:e.error}},[e._v("\n\t\t\t"+e._s(e.message)+"\n\t\t")]):e._e()])])}),[],!1,null,"69af6aa5",null).exports},props:{username:{type:String,default:""},redirectUrl:{type:String},errors:{type:Array,default:function(){return[]}},messages:{type:Array,default:function(){return[]}},throttleDelay:{type:Number},canResetPassword:{type:Boolean,default:!1},resetPasswordLink:{type:String},resetPasswordTarget:{type:String},invertedColors:{type:Boolean,default:!1},autoCompleteAllowed:{type:Boolean,default:!0},directLogin:{type:Boolean,default:!1}},data:function(){return{loading:!1,user:this.username,resetPassword:!1}},methods:{passwordResetFinished:function(){this.resetPasswordTarget="",this.directLogin=!0}}}),w=(r(830),Object(f.a)(L,(function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",[n("transition",{attrs:{name:"fade",mode:"out-in"}},[e.resetPassword||""!==e.resetPasswordTarget?!e.loading&&e.canResetPassword?n("div",{key:"reset",staticClass:"login-additional"},[n("div",{staticClass:"lost-password-container"},[e.resetPassword?n("ResetPassword",{attrs:{username:e.user,"reset-password-link":e.resetPasswordLink,"inverted-colors":e.invertedColors},on:{"update:username":function(t){e.user=t},abort:function(t){e.resetPassword=!1}}}):e._e()],1)]):""!==e.resetPasswordTarget?n("div",[n("UpdatePassword",{attrs:{username:e.user,"reset-password-target":e.resetPasswordTarget,"inverted-colors":e.invertedColors},on:{"update:username":function(t){e.user=t},done:e.passwordResetFinished}})],1):e._e():n("div",{key:"login"},[n("LoginForm",{attrs:{username:e.user,"redirect-url":e.redirectUrl,"direct-login":e.directLogin,messages:e.messages,errors:e.errors,"throttle-delay":e.throttleDelay,"inverted-colors":e.invertedColors,"auto-complete-allowed":e.autoCompleteAllowed},on:{"update:username":function(t){e.user=t},submit:function(t){e.loading=!0}}}),e._v(" "),e.canResetPassword&&""!==e.resetPasswordLink?n("a",{attrs:{id:"lost-password",href:e.resetPasswordLink}},[e._v("\n\t\t\t\t"+e._s(e.t("core","Forgot password?"))+"\n\t\t\t")]):e.canResetPassword&&!e.resetPassword?n("a",{attrs:{id:"lost-password",href:e.resetPasswordLink},on:{click:function(t){t.preventDefault(),e.resetPassword=!0}}},[e._v("\n\t\t\t\t"+e._s(e.t("core","Forgot password?"))+"\n\t\t\t")]):e._e()],1)])],1)}),[],!1,null,null,null).exports),b=r(42),k={data:function(){return{OC:u.a}},methods:{t:b.a.translate.bind(b.a),n:b.a.translatePlural.bind(b.a)}},Y=o.a.parse(location.search);if("1"===Y.clear)try{window.localStorage.clear(),window.sessionStorage.clear(),console.debug("Browser storage cleared")}catch(e){console.error("Could not clear browser storage",e)}s.a.mixin(k);var T=function(e,t){try{return Object(i.loadState)("core",e)}catch(e){return t}};new(s.a.extend(w))({propsData:{errors:T("loginErrors",[]),messages:T("loginMessages",[]),redirectUrl:T("loginRedirectUrl",void 0),username:T("loginUsername",""),throttleDelay:T("loginThrottleDelay",0),invertedColors:OCA.Theming&&OCA.Theming.inverted,canResetPassword:T("loginCanResetPassword",!1),resetPasswordLink:T("loginResetPasswordLink",""),autoCompleteAllowed:T("loginAutocomplete",!0),resetPasswordTarget:T("resetPasswordTarget",""),resetPasswordUser:T("resetPasswordUser",""),directLogin:"1"===Y.direct}}).$mount("#login")}]);
+*/var r=Object.getOwnPropertySymbols,a=Object.prototype.hasOwnProperty,i=Object.prototype.propertyIsEnumerable;function o(e){if(null==e)throw new TypeError("Object.assign cannot be called with null or undefined");return Object(e)}e.exports=function(){try{if(!Object.assign)return!1;var e=new String("abc");if(e[5]="de","5"===Object.getOwnPropertyNames(e)[0])return!1;for(var t={},n=0;n<10;n++)t["_"+String.fromCharCode(n)]=n;if("0123456789"!==Object.getOwnPropertyNames(t).map((function(e){return t[e]})).join(""))return!1;var r={};return"abcdefghijklmnopqrst".split("").forEach((function(e){r[e]=e})),"abcdefghijklmnopqrst"===Object.keys(Object.assign({},r)).join("")}catch(e){return!1}}()?Object.assign:function(e,t){for(var n,s,u=o(e),l=1;l<arguments.length;l++){for(var c in n=Object(arguments[l]))a.call(n,c)&&(u[c]=n[c]);if(r){s=r(n);for(var d=0;d<s.length;d++)i.call(n,s[d])&&(u[s[d]]=n[s[d]])}}return u}},function(e,t,n){"use strict";var r=new RegExp("%[a-f0-9]{2}","gi"),a=new RegExp("(%[a-f0-9]{2})+","gi");function i(e,t){try{return decodeURIComponent(e.join(""))}catch(e){}if(1===e.length)return e;t=t||1;var n=e.slice(0,t),r=e.slice(t);return Array.prototype.concat.call([],i(n),i(r))}function o(e){try{return decodeURIComponent(e)}catch(a){for(var t=e.match(r),n=1;n<t.length;n++)t=(e=i(t,n).join("")).match(r);return e}}e.exports=function(e){if("string"!=typeof e)throw new TypeError("Expected `encodedURI` to be of type `string`, got `"+typeof e+"`");try{return e=e.replace(/\+/g," "),decodeURIComponent(e)}catch(t){return function(e){for(var t={"%FE%FF":"��","%FF%FE":"��"},n=a.exec(e);n;){try{t[n[0]]=decodeURIComponent(n[0])}catch(e){var r=o(n[0]);r!==n[0]&&(t[n[0]]=r)}n=a.exec(e)}t["%C2"]="�";for(var i=Object.keys(t),s=0;s<i.length;s++){var u=i[s];e=e.replace(new RegExp(u,"g"),t[u])}return e}(e)}}},function(e,t){e.exports=function(){throw new Error("define cannot be used indirect")}},function(e,t){(function(t){e.exports=t}).call(this,{})},,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,function(e,n,r){"use strict";r.r(n);var a=r(100),i=r(674),o=r.n(i),s=r(118),u=r(7),l=r(675),c=r.n(l),d={name:"LoginButton",props:{loading:{type:Boolean,required:!0},invertedColors:{type:Boolean,default:!1}}},f=r(46),p=Object(f.a)(d,(function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",{attrs:{id:"submit-wrapper"},on:{click:function(t){return e.$emit("click")}}},[n("input",{staticClass:"login primary",attrs:{id:"submit-form",type:"submit",title:""},domProps:{value:e.loading?e.t("core","Logging in …"):e.t("core","Log in")}}),e._v(" "),n("div",{staticClass:"submit-icon",class:{"icon-confirm-white":!e.loading,"icon-loading-small":e.loading&&e.invertedColors,"icon-loading-small-dark":e.loading&&!e.invertedColors}})])}),[],!1,null,"125b100b",null).exports,m=r(12),h={name:"LoginForm",components:{LoginButton:p},props:{username:{type:String,default:""},redirectUrl:{type:String},errors:{type:Array,default:()=>[]},messages:{type:Array,default:()=>[]},throttleDelay:{type:Number},invertedColors:{type:Boolean,default:!1},autoCompleteAllowed:{type:Boolean,default:!0},directLogin:{type:Boolean,default:!1}},data(){return{loading:!1,timezone:c.a.determine().name(),timezoneOffset:-(new Date).getTimezoneOffset()/60,user:this.username,password:"",passwordInputType:"password"}},computed:{apacheAuthFailed(){return-1!==this.errors.indexOf("apacheAuthFailed")},internalException(){return-1!==this.errors.indexOf("internalexception")},invalidPassword(){return-1!==this.errors.indexOf("invalidpassword")},userDisabled(){return-1!==this.errors.indexOf("userdisabled")},toggleIcon:()=>Object(m.imagePath)("core","actions/toggle.svg"),loadingIcon:()=>Object(m.imagePath)("core","loading-dark.gif"),loginActionUrl:()=>Object(m.generateUrl)("login")},mounted(){""===this.username?this.$refs.user.focus():this.$refs.password.focus()},methods:{togglePassword(){"password"===this.passwordInputType?this.passwordInputType="text":this.passwordInputType="password"},updateUsername(){this.$emit("update:username",this.user)},submit(){this.loading=!0,this.$emit("submit")}}},_=Object(f.a)(h,(function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("form",{ref:"loginForm",attrs:{method:"post",name:"login",action:e.loginActionUrl},on:{submit:e.submit}},[n("fieldset",[e.apacheAuthFailed?n("div",{staticClass:"warning"},[e._v("\n\t\t\t"+e._s(e.t("core","Server side authentication failed!"))),n("br"),e._v(" "),n("small",[e._v(e._s(e.t("core","Please contact your administrator."))+"\n\t\t\t")])]):e._e(),e._v(" "),e._l(e.messages,(function(t,r){return n("div",{key:r,staticClass:"warning"},[e._v("\n\t\t\t"+e._s(t)),n("br")])})),e._v(" "),e.internalException?n("div",{staticClass:"warning"},[e._v("\n\t\t\t"+e._s(e.t("core","An internal error occurred."))),n("br"),e._v(" "),n("small",[e._v(e._s(e.t("core","Please try again or contact your administrator."))+"\n\t\t\t")])]):e._e(),e._v(" "),n("div",{staticClass:"hidden",attrs:{id:"message"}},[n("img",{staticClass:"float-spinner",attrs:{alt:"",src:e.loadingIcon}}),e._v(" "),n("span",{attrs:{id:"messageText"}}),e._v(" "),n("div",{staticStyle:{clear:"both"}})]),e._v(" "),n("p",{staticClass:"grouptop",class:{shake:e.invalidPassword}},[n("input",{directives:[{name:"model",rawName:"v-model",value:e.user,expression:"user"}],ref:"user",attrs:{id:"user",type:"text",name:"user",autocapitalize:"off",autocomplete:e.autoCompleteAllowed?"on":"off",placeholder:e.t("core","Username or email"),"aria-label":e.t("core","Username or email"),required:""},domProps:{value:e.user},on:{change:e.updateUsername,input:function(t){t.target.composing||(e.user=t.target.value)}}}),e._v(" "),n("label",{staticClass:"infield",attrs:{for:"user"}},[e._v(e._s(e.t("core","Username or email")))])]),e._v(" "),n("p",{staticClass:"groupbottom",class:{shake:e.invalidPassword}},[n("input",{ref:"password",staticClass:"password-with-toggle",attrs:{id:"password",type:e.passwordInputType,name:"password",autocomplete:e.autoCompleteAllowed?"on":"off",placeholder:e.t("core","Password"),"aria-label":e.t("core","Password"),required:""}}),e._v(" "),n("label",{staticClass:"infield",attrs:{for:"password"}},[e._v(e._s(e.t("Password")))]),e._v(" "),n("a",{staticClass:"toggle-password",attrs:{href:"#"},on:{click:function(t){return t.stopPropagation(),t.preventDefault(),e.togglePassword(t)}}},[n("img",{attrs:{src:e.toggleIcon,alt:e.t("core","Toggle password visibility")}})])]),e._v(" "),n("LoginButton",{attrs:{loading:e.loading,"inverted-colors":e.invertedColors}}),e._v(" "),e.invalidPassword?n("p",{staticClass:"warning wrongPasswordMsg"},[e._v("\n\t\t\t"+e._s(e.t("core","Wrong username or password."))+"\n\t\t")]):e.userDisabled?n("p",{staticClass:"warning userDisabledMsg"},[e._v("\n\t\t\t"+e._s(e.t("core","User disabled"))+"\n\t\t")]):e._e(),e._v(" "),e.throttleDelay&&e.throttleDelay>5e3?n("p",{staticClass:"warning throttledMsg"},[e._v("\n\t\t\t"+e._s(e.t("core","We have detected multiple invalid login attempts from your IP. Therefore your next login is throttled up to 30 seconds."))+"\n\t\t")]):e._e(),e._v(" "),e.redirectUrl?n("input",{attrs:{type:"hidden",name:"redirect_url"},domProps:{value:e.redirectUrl}}):e._e(),e._v(" "),n("input",{attrs:{type:"hidden",name:"timezone"},domProps:{value:e.timezone}}),e._v(" "),n("input",{attrs:{type:"hidden",name:"timezone_offset"},domProps:{value:e.timezoneOffset}}),e._v(" "),n("input",{attrs:{type:"hidden",name:"requesttoken"},domProps:{value:e.OC.requestToken}}),e._v(" "),e.directLogin?n("input",{attrs:{type:"hidden",name:"direct",value:"1"}}):e._e()],2)])}),[],!1,null,"8dcbf390",null).exports,g=r(70),y=r.n(g);class v extends Error{}var M={name:"PasswordLessLoginForm",components:{LoginButton:p},props:{username:{type:String,default:""},redirectUrl:{type:String},invertedColors:{type:Boolean,default:!1},autoCompleteAllowed:{type:Boolean,default:!0},isHttps:{type:Boolean,default:!1},isLocalhost:{type:Boolean,default:!1},hasPublicKeyCredential:{type:Boolean,default:!1}},data(){return{user:this.username,loading:!1,validCredentials:!0}},methods:{authenticate(){console.debug("passwordless login initiated"),this.getAuthenticationData(this.user).then(e=>(console.debug(e),e)).then(this.sign).then(this.completeAuthentication).catch(e=>{e instanceof v?this.validCredentials=!1:console.debug(e)})},getAuthenticationData(e){const t=function(e){const t=(e=e.replace(/-/g,"+").replace(/_/g,"/")).length%4;if(t){if(1===t)throw new Error("InvalidLengthError: Input base64url string is the wrong length to determine padding");e+=new Array(5-t).join("=")}return window.atob(e)};
+/**
+ * @copyright 2020, Roeland Jago Douma <roeland@famdouma.nl>
+ *
+ * @author Roeland Jago Douma <roeland@famdouma.nl>
+ *
+ * @license GNU AGPL version 3 or any later version
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Affero General Public License as
+ * published by the Free Software Foundation, either version 3 of the
+ * License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Affero General Public License for more details.
+ *
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ *
+ */
+return function(e){const t=Object(m.generateUrl)("/login/webauthn/start");return y.a.post(t,{loginName:e}).then(e=>e.data)}(e).then(e=>{if(console.debug("Obtained PublicKeyCredentialRequestOptions"),console.debug(e),!Object.prototype.hasOwnProperty.call(e,"allowCredentials"))throw console.debug("No credentials found."),new v;return e.challenge=Uint8Array.from(t(e.challenge),e=>e.charCodeAt(0)),e.allowCredentials=e.allowCredentials.map((function(e){return{...e,id:Uint8Array.from(t(e.id),e=>e.charCodeAt(0))}})),console.debug("Converted PublicKeyCredentialRequestOptions"),console.debug(e),e}).catch(e=>{throw console.debug("Error while obtaining data"),e})},sign(e){const t=function(e){return window.btoa(String.fromCharCode(...e))};return navigator.credentials.get({publicKey:e}).then(e=>{return console.debug(e),console.debug(new Uint8Array(e.rawId)),console.debug(t(new Uint8Array(e.rawId))),{id:e.id,type:e.type,rawId:t(new Uint8Array(e.rawId)),response:{authenticatorData:t(new Uint8Array(e.response.authenticatorData)),clientDataJSON:t(new Uint8Array(e.response.clientDataJSON)),signature:t(new Uint8Array(e.response.signature)),userHandle:e.response.userHandle?(n=new Uint8Array(e.response.userHandle),String.fromCharCode(...n)):null}};var n}).then(e=>(console.debug(e),e)).catch(e=>{console.debug("GOT AN ERROR!"),console.debug(e)})},completeAuthentication(e){console.debug("TIME TO COMPLETE");const t=this.redirectUrl;return function(e){const t=Object(m.generateUrl)("/login/webauthn/finish");return y.a.post(t,{data:e}).then(e=>e.data)}(JSON.stringify(e)).then(e=>{console.debug("Logged in redirecting"),window.location.href=t}).catch(e=>{console.debug("GOT AN ERROR WHILE SUBMITTING CHALLENGE!"),console.debug(e)})},submit(){}}},L=Object(f.a)(M,(function(){var e=this,t=e.$createElement,n=e._self._c||t;return(e.isHttps||e.isLocalhost)&&e.hasPublicKeyCredential?n("form",{ref:"loginForm",attrs:{method:"post",name:"login"},on:{submit:function(t){return t.preventDefault(),e.submit(t)}}},[n("fieldset",[n("p",{staticClass:"grouptop groupbottom"},[n("input",{directives:[{name:"model",rawName:"v-model",value:e.user,expression:"user"}],ref:"user",attrs:{id:"user",type:"text",name:"user",autocomplete:e.autoCompleteAllowed?"on":"off",placeholder:e.t("core","Username or email"),"aria-label":e.t("core","Username or email"),required:""},domProps:{value:e.user},on:{change:function(t){return e.$emit("update:username",e.user)},input:function(t){t.target.composing||(e.user=t.target.value)}}}),e._v(" "),n("label",{staticClass:"infield",attrs:{for:"user"}},[e._v(e._s(e.t("core","Username or\temail")))])]),e._v(" "),e.validCredentials?e._e():n("div",[e._v("\n\t\t\t"+e._s(e.t("core","Your account is not setup for passwordless login."))+"\n\t\t")]),e._v(" "),e.validCredentials?n("LoginButton",{attrs:{loading:e.loading,"inverted-colors":e.invertedColors},on:{click:e.authenticate}}):e._e()],1)]):e.hasPublicKeyCredential?e.isHttps||e.isLocalhost?e._e():n("div",[e._v("\n\t"+e._s(e.t("core","Passwordless authentication is only available over a secure connection."))+"\n")]):n("div",[e._v("\n\t"+e._s(e.t("core","Passwordless authentication is not supported in your browser."))+"\n")])}),[],!1,null,"000abc12",null).exports,w={name:"ResetPassword",props:{username:{type:String,required:!0},resetPasswordLink:{type:String,required:!0},invertedColors:{type:Boolean,default:!1}},data(){return{error:!1,loading:!1,message:void 0,user:this.username}},watch:{username(e){this.user=e}},methods:{updateUsername(){this.$emit("update:username",this.user)},submit(){this.loading=!0,this.error=!1,this.message="";const e=Object(m.generateUrl)("/lostpassword/email"),t={user:this.user};return y.a.post(e,t).then(e=>e.data).then(e=>{if("success"!==e.status)throw new Error("got status ".concat(e.status));this.message="send-success"}).catch(e=>{console.error("could not send reset email request",e),this.error=!0,this.message="send-error"}).then(()=>{this.loading=!1})}}},b=r(25),T=r.n(b),x=r(632),k={insert:"head",singleton:!1},Y=(T()(x.a,k),x.a.locals,Object(f.a)(w,(function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("form",{on:{submit:function(t){return t.preventDefault(),e.submit(t)}}},[n("fieldset",[n("p",[n("input",{directives:[{name:"model",rawName:"v-model",value:e.user,expression:"user"}],attrs:{id:"user",type:"text",name:"user",autocapitalize:"off",placeholder:e.t("core","Username or email"),"aria-label":e.t("core","Username or email"),required:""},domProps:{value:e.user},on:{change:e.updateUsername,input:function(t){t.target.composing||(e.user=t.target.value)}}}),e._v(" "),n("label",{staticClass:"infield",attrs:{for:"user"}},[e._v(e._s(e.t("core","Username or email")))])]),e._v(" "),n("div",{attrs:{id:"reset-password-wrapper"}},[n("input",{staticClass:"login primary",attrs:{id:"reset-password-submit",type:"submit",title:""},domProps:{value:e.t("core","Reset password")}}),e._v(" "),n("div",{staticClass:"submit-icon",class:{"icon-confirm-white":!e.loading,"icon-loading-small":e.loading&&e.invertedColors,"icon-loading-small-dark":e.loading&&!e.invertedColors}})]),e._v(" "),"send-success"===e.message?n("p",{staticClass:"update"},[e._v("\n\t\t\t"+e._s(e.t("core","A password reset message has been sent to the email address of this account. If you do not receive it, check your spam/junk folders or ask your local administrator for help."))+"\n\t\t\t"),n("br"),e._v("\n\t\t\t"+e._s(e.t("core","If it is not there ask your local administrator."))+"\n\t\t")]):"send-error"===e.message?n("p",{staticClass:"update warning"},[e._v("\n\t\t\t"+e._s(e.t("core","Couldn't send reset email. Please contact your administrator."))+"\n\t\t")]):"reset-error"===e.message?n("p",{staticClass:"update warning"},[e._v("\n\t\t\t"+e._s(e.t("core","Password cannot be changed. Please contact your administrator."))+"\n\t\t")]):e.message?n("p",{staticClass:"update",class:{warning:e.error}}):e._e(),e._v(" "),n("a",{attrs:{href:"#"},on:{click:function(t){return t.preventDefault(),e.$emit("abort")}}},[e._v("\n\t\t\t"+e._s(e.t("core","Back to login"))+"\n\t\t")])])])}),[],!1,null,"d9d670b8",null).exports),D={name:"UpdatePassword",props:{username:{type:String,required:!0},resetPasswordTarget:{type:String,required:!0},invertedColors:{type:Boolean,default:!1}},data(){return{error:!1,loading:!1,message:void 0,user:this.username,password:"",encrypted:!1,proceed:!1}},watch:{username(e){this.user=e}},methods:{async submit(){this.loading=!0,this.error=!1,this.message="";try{const{data:e}=await y.a.post(this.resetPasswordTarget,{password:this.password,proceed:this.proceed});if(e&&"success"===e.status)this.message="send-success",this.$emit("update:username",this.user),this.$emit("done");else{if(!e||!e.encryption)throw e&&e.msg?new Error(e.msg):new Error;this.encrypted=!0}}catch(e){this.error=!0,this.message=e.message?e.message:t("core","Password cannot be changed. Please contact your administrator.")}finally{this.loading=!1}}}},S=r(633),j={insert:"head",singleton:!1},A=(T()(S.a,j),S.a.locals,{name:"Login",components:{LoginForm:_,PasswordLessLoginForm:L,ResetPassword:Y,UpdatePassword:Object(f.a)(D,(function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("form",{on:{submit:function(t){return t.preventDefault(),e.submit(t)}}},[n("fieldset",[n("p",[n("label",{staticClass:"infield",attrs:{for:"password"}},[e._v(e._s(e.t("core","New password")))]),e._v(" "),n("input",{directives:[{name:"model",rawName:"v-model",value:e.password,expression:"password"}],attrs:{id:"password",type:"password",name:"password",required:"",placeholder:e.t("core","New password")},domProps:{value:e.password},on:{input:function(t){t.target.composing||(e.password=t.target.value)}}})]),e._v(" "),e.encrypted?n("div",{staticClass:"update"},[n("p",[e._v("\n\t\t\t\t"+e._s(e.t("core","Your files are encrypted. There will be no way to get your data back after your password is reset. If you are not sure what to do, please contact your administrator before you continue. Do you really want to continue?"))+"\n\t\t\t")]),e._v(" "),n("input",{directives:[{name:"model",rawName:"v-model",value:e.proceed,expression:"proceed"}],staticClass:"checkbox",attrs:{id:"encrypted-continue",type:"checkbox"},domProps:{checked:Array.isArray(e.proceed)?e._i(e.proceed,null)>-1:e.proceed},on:{change:function(t){var n=e.proceed,r=t.target,a=!!r.checked;if(Array.isArray(n)){var i=e._i(n,null);r.checked?i<0&&(e.proceed=n.concat([null])):i>-1&&(e.proceed=n.slice(0,i).concat(n.slice(i+1)))}else e.proceed=a}}}),e._v(" "),n("label",{attrs:{for:"encrypted-continue"}},[e._v("\n\t\t\t\t"+e._s(e.t("core","I know what I'm doing"))+"\n\t\t\t")])]):e._e(),e._v(" "),n("div",{attrs:{id:"submit-wrapper"}},[n("input",{staticClass:"login primary",attrs:{id:"submit",type:"submit",title:""},domProps:{value:e.loading?e.t("core","Resetting password"):e.t("core","Reset password")}}),e._v(" "),n("div",{staticClass:"submit-icon",class:{"icon-loading-small":e.loading&&e.invertedColors,"icon-loading-small-dark":e.loading&&!e.invertedColors}})]),e._v(" "),e.error&&e.message?n("p",{class:{warning:e.error}},[e._v("\n\t\t\t"+e._s(e.message)+"\n\t\t")]):e._e()])])}),[],!1,null,"49a638a3",null).exports},props:{username:{type:String,default:""},redirectUrl:{type:String},errors:{type:Array,default:()=>[]},messages:{type:Array,default:()=>[]},throttleDelay:{type:Number},canResetPassword:{type:Boolean,default:!1},resetPasswordLink:{type:String},resetPasswordTarget:{type:String},invertedColors:{type:Boolean,default:!1},autoCompleteAllowed:{type:Boolean,default:!0},directLogin:{type:Boolean,default:!1},hasPasswordless:{type:Boolean,default:!1},countAlternativeLogins:{type:Number,default:0},isHttps:{type:Boolean,default:!1},isLocalhost:{type:Boolean,default:!1},hasPublicKeyCredential:{type:Boolean,default:!1},hideLoginForm:{type:Boolean,default:!1}},data(){return{loading:!1,user:this.username,passwordlessLogin:!1,resetPassword:!1}},methods:{passwordResetFinished(){this.resetPasswordTarget="",this.directLogin=!0}}}),E=r(634),O={insert:"head",singleton:!1},P=(T()(E.a,O),E.a.locals,Object(f.a)(A,(function(){var e=this,t=e.$createElement,n=e._self._c||t;return!e.hideLoginForm||e.directLogin?n("div",[n("transition",{attrs:{name:"fade",mode:"out-in"}},[e.passwordlessLogin||e.resetPassword||""!==e.resetPasswordTarget?!e.loading&&e.passwordlessLogin?n("div",{key:"reset",staticClass:"login-additional"},[n("PasswordLessLoginForm",{attrs:{username:e.user,"redirect-url":e.redirectUrl,"inverted-colors":e.invertedColors,"auto-complete-allowed":e.autoCompleteAllowed,"is-https":e.isHttps,"is-localhost":e.isLocalhost,"has-public-key-credential":e.hasPublicKeyCredential},on:{"update:username":function(t){e.user=t},submit:function(t){e.loading=!0}}}),e._v(" "),n("a",{attrs:{href:"#"},on:{click:function(t){t.preventDefault(),e.passwordlessLogin=!1}}},[e._v("\n\t\t\t\t"+e._s(e.t("core","Back"))+"\n\t\t\t")])],1):!e.loading&&e.canResetPassword?n("div",{key:"reset",staticClass:"login-additional"},[n("div",{staticClass:"lost-password-container"},[e.resetPassword?n("ResetPassword",{attrs:{username:e.user,"reset-password-link":e.resetPasswordLink,"inverted-colors":e.invertedColors},on:{"update:username":function(t){e.user=t},abort:function(t){e.resetPassword=!1}}}):e._e()],1)]):""!==e.resetPasswordTarget?n("div",[n("UpdatePassword",{attrs:{username:e.user,"reset-password-target":e.resetPasswordTarget,"inverted-colors":e.invertedColors},on:{"update:username":function(t){e.user=t},done:e.passwordResetFinished}})],1):e._e():n("div",{key:"login"},[n("LoginForm",{attrs:{username:e.user,"redirect-url":e.redirectUrl,"direct-login":e.directLogin,messages:e.messages,errors:e.errors,"throttle-delay":e.throttleDelay,"inverted-colors":e.invertedColors,"auto-complete-allowed":e.autoCompleteAllowed},on:{"update:username":function(t){e.user=t},submit:function(t){e.loading=!0}}}),e._v(" "),e.canResetPassword&&""!==e.resetPasswordLink?n("a",{attrs:{id:"lost-password",href:e.resetPasswordLink}},[e._v("\n\t\t\t\t"+e._s(e.t("core","Forgot password?"))+"\n\t\t\t")]):e.canResetPassword&&!e.resetPassword?n("a",{attrs:{id:"lost-password",href:e.resetPasswordLink},on:{click:function(t){t.preventDefault(),e.resetPassword=!0}}},[e._v("\n\t\t\t\t"+e._s(e.t("core","Forgot password?"))+"\n\t\t\t")]):e._e(),e._v(" "),n("br"),e._v(" "),e.hasPasswordless?[e.countAlternativeLogins?n("div",{staticClass:"alternative-logins"},[e.hasPasswordless?n("a",{staticClass:"button",class:{"single-alt-login-option":e.countAlternativeLogins},attrs:{href:"#"},on:{click:function(t){t.preventDefault(),e.passwordlessLogin=!0}}},[e._v("\n\t\t\t\t\t\t"+e._s(e.t("core","Log in with a device"))+"\n\t\t\t\t\t")]):e._e()]):n("a",{attrs:{href:"#"},on:{click:function(t){t.preventDefault(),e.passwordlessLogin=!0}}},[e._v("\n\t\t\t\t\t"+e._s(e.t("core","Log in with a device"))+"\n\t\t\t\t")])]:e._e()],2)])],1):n("div",[n("transition",{attrs:{name:"fade",mode:"out-in"}},[n("div",{staticClass:"warning"},[e._v("\n\t\t\t"+e._s(e.t("core","Login form is disabled."))),n("br"),e._v(" "),n("small",[e._v(e._s(e.t("core","Please contact your administrator."))+"\n\t\t\t")])])])],1)}),[],!1,null,null,null).exports),C=r(93),H={data:()=>({OC:u.a}),methods:{t:C.a.translate.bind(C.a),n:C.a.translatePlural.bind(C.a)}};
+/**
+ * @copyright 2019 Christoph Wurst <christoph@winzerhof-wurst.at>
+ *
+ * @author Christoph Wurst <christoph@winzerhof-wurst.at>
+ * @author John Molakvoæ <skjnldsv@protonmail.com>
+ * @author Julius Härtl <jus@bitgrid.net>
+ * @author Roeland Jago Douma <roeland@famdouma.nl>
+ *
+ * @license GNU AGPL version 3 or any later version
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Affero General Public License as
+ * published by the Free Software Foundation, either version 3 of the
+ * License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Affero General Public License for more details.
+ *
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ *
+ */
+const F=o.a.parse(location.search);if("1"===F.clear)try{window.localStorage.clear(),window.sessionStorage.clear(),console.debug("Browser storage cleared")}catch(e){console.error("Could not clear browser storage",e)}s.default.mixin(H);const N=(e,t)=>{try{return Object(a.loadState)("core",e)}catch(e){return t}};new(s.default.extend(P))({propsData:{errors:N("loginErrors",[]),messages:N("loginMessages",[]),redirectUrl:N("loginRedirectUrl",void 0),username:N("loginUsername",""),throttleDelay:N("loginThrottleDelay",0),invertedColors:OCA.Theming&&OCA.Theming.inverted,canResetPassword:N("loginCanResetPassword",!1),resetPasswordLink:N("loginResetPasswordLink",""),autoCompleteAllowed:N("loginAutocomplete",!0),resetPasswordTarget:N("resetPasswordTarget",""),resetPasswordUser:N("resetPasswordUser",""),directLogin:"1"===F.direct,hasPasswordless:N("webauthn-available",!1),countAlternativeLogins:N("countAlternativeLogins",!1),isHttps:"https:"===window.location.protocol,isLocalhost:"localhost"===window.location.hostname,hasPublicKeyCredential:void 0!==window.PublicKeyCredential,hideLoginForm:N("hideLoginForm",!1)}}).$mount("#login")}]);
//# sourceMappingURL=login.js.map \ No newline at end of file
diff --git a/core/js/dist/login.js.map b/core/js/dist/login.js.map
index e0efac3d0a6..e7ca04e9e06 100644
--- a/core/js/dist/login.js.map
+++ b/core/js/dist/login.js.map
@@ -1 +1 @@
-{"version":3,"sources":["webpack:///webpack/bootstrap","webpack:///./node_modules/jquery/dist/jquery.js","webpack:///./node_modules/moment/moment.js","webpack:///./node_modules/underscore/underscore.js","webpack:///./core/src/OC/legacy-loader.js","webpack:///./core/src/OC/notification.js","webpack:///./core/src/OC/xhr-error.js","webpack:///./core/src/OC/appconfig.js","webpack:///./core/src/OC/appswebroots.js","webpack:///./core/src/OC/backbone-webdav.js","webpack:///./core/src/OC/backbone.js","webpack:///./core/src/OC/config.js","webpack:///./core/src/OC/currentuser.js","webpack:///./core/src/OC/dialogs.js","webpack:///./core/src/OC/eventsource.js","webpack:///./core/src/OC/capabilities.js","webpack:///./core/src/OC/menu.js","webpack:///./core/src/OC/admin.js","webpack:///./core/src/OC/msg.js","webpack:///./core/src/OC/search.js","webpack:///./core/src/OC/theme.js","webpack:///./core/src/OC/util.js","webpack:///./core/src/OC/util-history.js","webpack:///./core/src/Util/human-file-size.js","webpack:///./core/src/OC/debug.js","webpack:///./core/src/OC/webroot.js","webpack:///./core/src/OC/get_set.js","webpack:///./core/src/OC/index.js","webpack:///./core/src/OC/appsettings.js","webpack:///./core/src/OC/host.js","webpack:///./core/src/OC/plugins.js","webpack:///./core/src/OC/navigation.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/global.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/well-known-symbol.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/fails.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/has.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/is-object.js","webpack:///./core/src/OC/constants.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/object-define-property.js","webpack:///./node_modules/@nextcloud/router/node_modules/core-js/internals/fails.js","webpack:///(webpack)/buildin/global.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/descriptors.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/create-non-enumerable-property.js","webpack:///./node_modules/@nextcloud/router/node_modules/core-js/internals/global.js","webpack:///./node_modules/axios/lib/utils.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/an-object.js","webpack:///./node_modules/@nextcloud/paths/node_modules/core-js/internals/fails.js","webpack:///./node_modules/@nextcloud/router/dist/index.js","webpack:///./node_modules/@nextcloud/initial-state/node_modules/core-js/internals/global.js","webpack:///./node_modules/@nextcloud/paths/node_modules/core-js/internals/global.js","webpack:///./node_modules/handlebars/dist/cjs/handlebars/utils.js","webpack:///./node_modules/@nextcloud/auth/node_modules/core-js/internals/global.js","webpack:///./node_modules/@nextcloud/router/node_modules/core-js/internals/has.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/export.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/redefine.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/iterators.js","webpack:///./node_modules/@nextcloud/axios/node_modules/core-js/internals/global.js","webpack:///./node_modules/backbone/backbone.js","webpack:///./node_modules/@nextcloud/router/node_modules/core-js/internals/descriptors.js","webpack:///./node_modules/@nextcloud/event-bus/dist/index.js","webpack:///./core/src/OC/l10n-registry.js","webpack:///./core/src/OC/l10n.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/create-property-descriptor.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/to-indexed-object.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/internal-state.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/hidden-keys.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/get-built-in.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/to-length.js","webpack:///./node_modules/@nextcloud/initial-state/node_modules/core-js/internals/fails.js","webpack:///./node_modules/@nextcloud/paths/node_modules/core-js/internals/is-object.js","webpack:///./node_modules/@nextcloud/paths/node_modules/core-js/internals/has.js","webpack:///./node_modules/handlebars/dist/cjs/handlebars/exception.js","webpack:///./node_modules/@nextcloud/router/node_modules/core-js/internals/create-non-enumerable-property.js","webpack:///./node_modules/@nextcloud/router/node_modules/core-js/internals/an-object.js","webpack:///./node_modules/@nextcloud/auth/node_modules/core-js/internals/fails.js","webpack:///./node_modules/@nextcloud/auth/node_modules/core-js/internals/has.js","webpack:///./core/src/OC/requesttoken.js","webpack:///./core/src/OCP/appconfig.js","webpack:///./node_modules/dompurify/dist/purify.js","webpack:///./core/src/OC/routing.js","webpack:///./node_modules/@nextcloud/initial-state/node_modules/core-js/internals/is-object.js","webpack:///./node_modules/@nextcloud/initial-state/node_modules/core-js/internals/has.js","webpack:///./node_modules/@nextcloud/paths/node_modules/core-js/internals/export.js","webpack:///./node_modules/@nextcloud/paths/node_modules/core-js/internals/an-object.js","webpack:///./node_modules/@nextcloud/paths/node_modules/core-js/internals/to-length.js","webpack:///./node_modules/@nextcloud/paths/node_modules/core-js/internals/well-known-symbol.js","webpack:///./node_modules/@nextcloud/paths/dist/index.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/classof-raw.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/require-object-coercible.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/to-primitive.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/set-global.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/shared-key.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/is-pure.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/uid.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/to-integer.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/enum-bug-keys.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/to-object.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/function-bind-context.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/object-create.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/define-iterator.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/set-to-string-tag.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/to-string-tag-support.js","webpack:///./node_modules/@nextcloud/router/node_modules/core-js/internals/require-object-coercible.js","webpack:///./node_modules/@nextcloud/router/node_modules/core-js/internals/is-object.js","webpack:///./node_modules/@nextcloud/router/node_modules/core-js/internals/redefine.js","webpack:///./node_modules/@nextcloud/router/node_modules/core-js/internals/to-integer.js","webpack:///./core/src/OCA/index.js","webpack:///./node_modules/handlebars/runtime.js","webpack:///./node_modules/@nextcloud/paths/node_modules/core-js/internals/descriptors.js","webpack:///./node_modules/@nextcloud/paths/node_modules/core-js/internals/require-object-coercible.js","webpack:///./node_modules/@nextcloud/paths/node_modules/core-js/internals/create-non-enumerable-property.js","webpack:///./node_modules/@nextcloud/axios/node_modules/core-js/internals/descriptors.js","webpack:///./node_modules/@nextcloud/axios/node_modules/core-js/internals/fails.js","webpack:///./node_modules/@nextcloud/axios/node_modules/core-js/internals/has.js","webpack:///./node_modules/@nextcloud/auth/node_modules/core-js/internals/descriptors.js","webpack:///./node_modules/@nextcloud/auth/node_modules/core-js/internals/is-object.js","webpack:///./node_modules/css-loader/dist/runtime/api.js","webpack:///./node_modules/vue-style-loader/lib/listToStyles.js","webpack:///./node_modules/vue-style-loader/lib/addStylesClient.js","webpack:///./node_modules/@nextcloud/router/node_modules/core-js/internals/export.js","webpack:///./node_modules/@nextcloud/router/node_modules/core-js/internals/to-indexed-object.js","webpack:///./node_modules/@nextcloud/router/node_modules/core-js/internals/classof-raw.js","webpack:///./node_modules/@nextcloud/router/node_modules/core-js/internals/set-global.js","webpack:///./node_modules/@nextcloud/router/node_modules/core-js/internals/to-string-tag-support.js","webpack:///./node_modules/@nextcloud/router/node_modules/core-js/internals/well-known-symbol.js","webpack:///./node_modules/@nextcloud/router/node_modules/core-js/internals/regexp-exec.js","webpack:///./node_modules/@nextcloud/initial-state/node_modules/core-js/internals/descriptors.js","webpack:///./node_modules/@nextcloud/initial-state/node_modules/core-js/internals/create-non-enumerable-property.js","webpack:///./node_modules/process/browser.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/object-get-own-property-descriptor.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/indexed-object.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/ie8-dom-define.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/document-create-element.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/inspect-source.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/shared-store.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/shared.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/object-keys-internal.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/is-forced.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/is-array.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/array-species-create.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/native-symbol.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/array-method-has-species-support.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/engine-v8-version.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/array-iteration.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/array-method-uses-to-length.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/array-for-each.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/modules/es.array.iterator.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/iterators-core.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/object-get-prototype-of.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/object-set-prototype-of.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/internal-metadata.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/iterate.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/classof.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/an-instance.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/dom-iterables.js","webpack:///./node_modules/@nextcloud/paths/node_modules/core-js/internals/to-indexed-object.js","webpack:///./node_modules/@nextcloud/paths/node_modules/core-js/internals/indexed-object.js","webpack:///./node_modules/@nextcloud/paths/node_modules/core-js/internals/classof-raw.js","webpack:///./node_modules/@nextcloud/paths/node_modules/core-js/internals/to-integer.js","webpack:///./node_modules/@nextcloud/paths/node_modules/core-js/internals/to-object.js","webpack:///./node_modules/@nextcloud/paths/node_modules/core-js/internals/regexp-exec.js","webpack:///./node_modules/@nextcloud/axios/node_modules/core-js/internals/is-object.js","webpack:///./node_modules/@nextcloud/axios/node_modules/core-js/internals/create-non-enumerable-property.js","webpack:///./node_modules/@nextcloud/auth/node_modules/core-js/internals/create-non-enumerable-property.js","webpack:///./node_modules/escape-html/index.js","webpack:///./node_modules/handlebars/dist/cjs/handlebars.runtime.js","webpack:///./node_modules/@nextcloud/initial-state/node_modules/core-js/internals/create-property-descriptor.js","webpack:///./node_modules/@nextcloud/initial-state/node_modules/core-js/internals/to-indexed-object.js","webpack:///./node_modules/@nextcloud/initial-state/node_modules/core-js/internals/to-primitive.js","webpack:///./node_modules/@nextcloud/initial-state/node_modules/core-js/internals/object-define-property.js","webpack:///./node_modules/@nextcloud/initial-state/node_modules/core-js/internals/set-global.js","webpack:///./node_modules/@nextcloud/initial-state/node_modules/core-js/internals/well-known-symbol.js","webpack:///./node_modules/@nextcloud/paths/node_modules/core-js/internals/create-property-descriptor.js","webpack:///./node_modules/@nextcloud/paths/node_modules/core-js/internals/to-primitive.js","webpack:///./node_modules/@nextcloud/paths/node_modules/core-js/internals/object-define-property.js","webpack:///./node_modules/@nextcloud/paths/node_modules/core-js/internals/set-global.js","webpack:///./node_modules/@nextcloud/paths/node_modules/core-js/internals/array-method-has-species-support.js","webpack:///./node_modules/@nextcloud/paths/node_modules/core-js/internals/a-function.js","webpack:///./node_modules/@nextcloud/paths/node_modules/core-js/internals/array-method-uses-to-length.js","webpack:///./node_modules/@nextcloud/router/node_modules/core-js/internals/object-get-own-property-descriptor.js","webpack:///./node_modules/@nextcloud/router/node_modules/core-js/internals/object-property-is-enumerable.js","webpack:///./node_modules/@nextcloud/router/node_modules/core-js/internals/create-property-descriptor.js","webpack:///./node_modules/@nextcloud/router/node_modules/core-js/internals/indexed-object.js","webpack:///./node_modules/@nextcloud/router/node_modules/core-js/internals/to-primitive.js","webpack:///./node_modules/@nextcloud/router/node_modules/core-js/internals/ie8-dom-define.js","webpack:///./node_modules/@nextcloud/router/node_modules/core-js/internals/object-define-property.js","webpack:///./node_modules/@nextcloud/router/node_modules/core-js/internals/inspect-source.js","webpack:///./node_modules/@nextcloud/router/node_modules/core-js/internals/shared-store.js","webpack:///./node_modules/@nextcloud/router/node_modules/core-js/internals/shared.js","webpack:///./node_modules/@nextcloud/router/node_modules/core-js/internals/uid.js","webpack:///./node_modules/@nextcloud/router/node_modules/core-js/internals/hidden-keys.js","webpack:///./node_modules/@nextcloud/router/node_modules/core-js/internals/object-keys-internal.js","webpack:///./node_modules/@nextcloud/router/node_modules/core-js/internals/array-includes.js","webpack:///./node_modules/@nextcloud/router/node_modules/core-js/internals/to-length.js","webpack:///./node_modules/@nextcloud/router/node_modules/core-js/internals/enum-bug-keys.js","webpack:///./node_modules/@nextcloud/router/node_modules/core-js/internals/object-get-own-property-symbols.js","webpack:///./node_modules/@nextcloud/router/node_modules/core-js/internals/to-object.js","webpack:///./node_modules/@nextcloud/router/node_modules/core-js/internals/native-symbol.js","webpack:///./node_modules/@nextcloud/router/node_modules/core-js/modules/es.regexp.exec.js","webpack:///./node_modules/@nextcloud/router/node_modules/core-js/internals/regexp-flags.js","webpack:///./node_modules/@nextcloud/axios/node_modules/core-js/internals/to-indexed-object.js","webpack:///./node_modules/@nextcloud/axios/node_modules/core-js/internals/set-global.js","webpack:///./node_modules/@nextcloud/auth/node_modules/core-js/internals/to-indexed-object.js","webpack:///./node_modules/@nextcloud/auth/node_modules/core-js/internals/set-global.js","webpack:///./node_modules/vue-loader/lib/runtime/componentNormalizer.js","webpack:///./node_modules/@nextcloud/axios/dist/index.js","webpack:///./core/src/OC/query-string.js","webpack:///./node_modules/@nextcloud/auth/dist/index.js","webpack:///./core/src/OC/apps.js","webpack:///./node_modules/davclient.js/lib/client.js","webpack:///./core/src/OC/password-confirmation.js","webpack:///./node_modules/@nextcloud/event-bus/dist/ProxyBus.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/semver/semver.js","webpack:///./node_modules/@nextcloud/event-bus/dist/SimpleBus.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/modules/es.array.concat.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/object-property-is-enumerable.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/native-weak-map.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/copy-constructor-properties.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/own-keys.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/path.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/object-get-own-property-names.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/array-includes.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/to-absolute-index.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/object-get-own-property-symbols.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/create-property.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/use-symbol-as-uid.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/engine-user-agent.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/modules/es.array.filter.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/a-function.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/modules/es.array.for-each.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/array-method-is-strict.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/add-to-unscopables.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/object-define-properties.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/object-keys.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/html.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/create-iterator-constructor.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/correct-prototype-getter.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/a-possible-prototype.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/modules/es.map.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/collection.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/freezing.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/is-array-iterator-method.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/get-iterator-method.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/call-with-safe-iteration-closing.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/check-correctness-of-iteration.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/inherit-if-required.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/collection-strong.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/redefine-all.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/set-species.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/modules/es.object.to-string.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/object-to-string.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/modules/es.string.iterator.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/string-multibyte.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/modules/web.dom-collections.for-each.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/modules/web.dom-collections.iterator.js","webpack:///./node_modules/@nextcloud/initial-state/node_modules/core-js/internals/object-get-own-property-descriptor.js","webpack:///./node_modules/@nextcloud/initial-state/node_modules/core-js/internals/classof-raw.js","webpack:///./node_modules/@nextcloud/initial-state/node_modules/core-js/internals/require-object-coercible.js","webpack:///./node_modules/@nextcloud/initial-state/node_modules/core-js/internals/ie8-dom-define.js","webpack:///./node_modules/@nextcloud/initial-state/node_modules/core-js/internals/an-object.js","webpack:///./node_modules/@nextcloud/initial-state/node_modules/core-js/internals/inspect-source.js","webpack:///./node_modules/@nextcloud/initial-state/node_modules/core-js/internals/shared-store.js","webpack:///./node_modules/@nextcloud/initial-state/node_modules/core-js/internals/shared.js","webpack:///./node_modules/@nextcloud/initial-state/node_modules/core-js/internals/uid.js","webpack:///./node_modules/@nextcloud/initial-state/node_modules/core-js/internals/hidden-keys.js","webpack:///./node_modules/@nextcloud/initial-state/node_modules/core-js/internals/get-built-in.js","webpack:///./node_modules/@nextcloud/initial-state/node_modules/core-js/internals/to-length.js","webpack:///./node_modules/@nextcloud/initial-state/node_modules/core-js/internals/to-integer.js","webpack:///./node_modules/@nextcloud/initial-state/node_modules/core-js/internals/is-array.js","webpack:///./node_modules/@nextcloud/initial-state/node_modules/core-js/internals/native-symbol.js","webpack:///./node_modules/@nextcloud/initial-state/node_modules/core-js/internals/engine-v8-version.js","webpack:///(webpack)/buildin/module.js","webpack:///./node_modules/@nextcloud/paths/node_modules/core-js/internals/object-get-own-property-descriptor.js","webpack:///./node_modules/@nextcloud/paths/node_modules/core-js/internals/ie8-dom-define.js","webpack:///./node_modules/@nextcloud/paths/node_modules/core-js/internals/redefine.js","webpack:///./node_modules/@nextcloud/paths/node_modules/core-js/internals/inspect-source.js","webpack:///./node_modules/@nextcloud/paths/node_modules/core-js/internals/shared-store.js","webpack:///./node_modules/@nextcloud/paths/node_modules/core-js/internals/shared.js","webpack:///./node_modules/@nextcloud/paths/node_modules/core-js/internals/uid.js","webpack:///./node_modules/@nextcloud/paths/node_modules/core-js/internals/hidden-keys.js","webpack:///./node_modules/@nextcloud/paths/node_modules/core-js/internals/get-built-in.js","webpack:///./node_modules/@nextcloud/paths/node_modules/core-js/internals/is-array.js","webpack:///./node_modules/@nextcloud/paths/node_modules/core-js/internals/array-species-create.js","webpack:///./node_modules/@nextcloud/paths/node_modules/core-js/internals/native-symbol.js","webpack:///./node_modules/@nextcloud/paths/node_modules/core-js/internals/engine-v8-version.js","webpack:///./node_modules/@nextcloud/paths/node_modules/core-js/internals/array-iteration.js","webpack:///./node_modules/@nextcloud/paths/node_modules/core-js/internals/array-method-is-strict.js","webpack:///./node_modules/@nextcloud/paths/node_modules/core-js/modules/es.regexp.exec.js","webpack:///./node_modules/@nextcloud/paths/node_modules/core-js/internals/fix-regexp-well-known-symbol-logic.js","webpack:///./node_modules/@nextcloud/paths/node_modules/core-js/internals/advance-string-index.js","webpack:///./node_modules/@nextcloud/paths/node_modules/core-js/internals/regexp-exec-abstract.js","webpack:///./node_modules/handlebars/dist/cjs/handlebars/base.js","webpack:///./node_modules/handlebars/dist/cjs/handlebars/helpers.js","webpack:///./node_modules/handlebars/dist/cjs/handlebars/logger.js","webpack:///./node_modules/handlebars/dist/cjs/handlebars/internal/proto-access.js","webpack:///./node_modules/moment/locale/af.js","webpack:///./node_modules/moment/locale/ar.js","webpack:///./node_modules/moment/locale/ar-dz.js","webpack:///./node_modules/moment/locale/ar-kw.js","webpack:///./node_modules/moment/locale/ar-ly.js","webpack:///./node_modules/moment/locale/ar-ma.js","webpack:///./node_modules/moment/locale/ar-sa.js","webpack:///./node_modules/moment/locale/ar-tn.js","webpack:///./node_modules/moment/locale/az.js","webpack:///./node_modules/moment/locale/be.js","webpack:///./node_modules/moment/locale/bg.js","webpack:///./node_modules/moment/locale/bm.js","webpack:///./node_modules/moment/locale/bn.js","webpack:///./node_modules/moment/locale/bo.js","webpack:///./node_modules/moment/locale/br.js","webpack:///./node_modules/moment/locale/bs.js","webpack:///./node_modules/moment/locale/ca.js","webpack:///./node_modules/moment/locale/cs.js","webpack:///./node_modules/moment/locale/cv.js","webpack:///./node_modules/moment/locale/cy.js","webpack:///./node_modules/moment/locale/da.js","webpack:///./node_modules/moment/locale/de.js","webpack:///./node_modules/moment/locale/de-at.js","webpack:///./node_modules/moment/locale/de-ch.js","webpack:///./node_modules/moment/locale/dv.js","webpack:///./node_modules/moment/locale/el.js","webpack:///./node_modules/moment/locale/en-SG.js","webpack:///./node_modules/moment/locale/en-au.js","webpack:///./node_modules/moment/locale/en-ca.js","webpack:///./node_modules/moment/locale/en-gb.js","webpack:///./node_modules/moment/locale/en-ie.js","webpack:///./node_modules/moment/locale/en-il.js","webpack:///./node_modules/moment/locale/en-nz.js","webpack:///./node_modules/moment/locale/eo.js","webpack:///./node_modules/moment/locale/es.js","webpack:///./node_modules/moment/locale/es-do.js","webpack:///./node_modules/moment/locale/es-us.js","webpack:///./node_modules/moment/locale/et.js","webpack:///./node_modules/moment/locale/eu.js","webpack:///./node_modules/moment/locale/fa.js","webpack:///./node_modules/moment/locale/fi.js","webpack:///./node_modules/moment/locale/fo.js","webpack:///./node_modules/moment/locale/fr.js","webpack:///./node_modules/moment/locale/fr-ca.js","webpack:///./node_modules/moment/locale/fr-ch.js","webpack:///./node_modules/moment/locale/fy.js","webpack:///./node_modules/moment/locale/ga.js","webpack:///./node_modules/moment/locale/gd.js","webpack:///./node_modules/moment/locale/gl.js","webpack:///./node_modules/moment/locale/gom-latn.js","webpack:///./node_modules/moment/locale/gu.js","webpack:///./node_modules/moment/locale/he.js","webpack:///./node_modules/moment/locale/hi.js","webpack:///./node_modules/moment/locale/hr.js","webpack:///./node_modules/moment/locale/hu.js","webpack:///./node_modules/moment/locale/hy-am.js","webpack:///./node_modules/moment/locale/id.js","webpack:///./node_modules/moment/locale/is.js","webpack:///./node_modules/moment/locale/it.js","webpack:///./node_modules/moment/locale/it-ch.js","webpack:///./node_modules/moment/locale/ja.js","webpack:///./node_modules/moment/locale/jv.js","webpack:///./node_modules/moment/locale/ka.js","webpack:///./node_modules/moment/locale/kk.js","webpack:///./node_modules/moment/locale/km.js","webpack:///./node_modules/moment/locale/kn.js","webpack:///./node_modules/moment/locale/ko.js","webpack:///./node_modules/moment/locale/ku.js","webpack:///./node_modules/moment/locale/ky.js","webpack:///./node_modules/moment/locale/lb.js","webpack:///./node_modules/moment/locale/lo.js","webpack:///./node_modules/moment/locale/lt.js","webpack:///./node_modules/moment/locale/lv.js","webpack:///./node_modules/moment/locale/me.js","webpack:///./node_modules/moment/locale/mi.js","webpack:///./node_modules/moment/locale/mk.js","webpack:///./node_modules/moment/locale/ml.js","webpack:///./node_modules/moment/locale/mn.js","webpack:///./node_modules/moment/locale/mr.js","webpack:///./node_modules/moment/locale/ms.js","webpack:///./node_modules/moment/locale/ms-my.js","webpack:///./node_modules/moment/locale/mt.js","webpack:///./node_modules/moment/locale/my.js","webpack:///./node_modules/moment/locale/nb.js","webpack:///./node_modules/moment/locale/ne.js","webpack:///./node_modules/moment/locale/nl.js","webpack:///./node_modules/moment/locale/nl-be.js","webpack:///./node_modules/moment/locale/nn.js","webpack:///./node_modules/moment/locale/pa-in.js","webpack:///./node_modules/moment/locale/pl.js","webpack:///./node_modules/moment/locale/pt.js","webpack:///./node_modules/moment/locale/pt-br.js","webpack:///./node_modules/moment/locale/ro.js","webpack:///./node_modules/moment/locale/ru.js","webpack:///./node_modules/moment/locale/sd.js","webpack:///./node_modules/moment/locale/se.js","webpack:///./node_modules/moment/locale/si.js","webpack:///./node_modules/moment/locale/sk.js","webpack:///./node_modules/moment/locale/sl.js","webpack:///./node_modules/moment/locale/sq.js","webpack:///./node_modules/moment/locale/sr.js","webpack:///./node_modules/moment/locale/sr-cyrl.js","webpack:///./node_modules/moment/locale/ss.js","webpack:///./node_modules/moment/locale/sv.js","webpack:///./node_modules/moment/locale/sw.js","webpack:///./node_modules/moment/locale/ta.js","webpack:///./node_modules/moment/locale/te.js","webpack:///./node_modules/moment/locale/tet.js","webpack:///./node_modules/moment/locale/tg.js","webpack:///./node_modules/moment/locale/th.js","webpack:///./node_modules/moment/locale/tl-ph.js","webpack:///./node_modules/moment/locale/tlh.js","webpack:///./node_modules/moment/locale/tr.js","webpack:///./node_modules/moment/locale/tzl.js","webpack:///./node_modules/moment/locale/tzm.js","webpack:///./node_modules/moment/locale/tzm-latn.js","webpack:///./node_modules/moment/locale/ug-cn.js","webpack:///./node_modules/moment/locale/uk.js","webpack:///./node_modules/moment/locale/ur.js","webpack:///./node_modules/moment/locale/uz.js","webpack:///./node_modules/moment/locale/uz-latn.js","webpack:///./node_modules/moment/locale/vi.js","webpack:///./node_modules/moment/locale/x-pseudo.js","webpack:///./node_modules/moment/locale/yo.js","webpack:///./node_modules/moment/locale/zh-cn.js","webpack:///./node_modules/moment/locale/zh-hk.js","webpack:///./node_modules/moment/locale/zh-tw.js","webpack:///./node_modules/@nextcloud/axios/node_modules/core-js/internals/object-get-own-property-descriptor.js","webpack:///./node_modules/@nextcloud/axios/node_modules/core-js/internals/object-property-is-enumerable.js","webpack:///./node_modules/@nextcloud/axios/node_modules/core-js/internals/create-property-descriptor.js","webpack:///./node_modules/@nextcloud/axios/node_modules/core-js/internals/indexed-object.js","webpack:///./node_modules/@nextcloud/axios/node_modules/core-js/internals/require-object-coercible.js","webpack:///./node_modules/@nextcloud/axios/node_modules/core-js/internals/to-primitive.js","webpack:///./node_modules/@nextcloud/axios/node_modules/core-js/internals/ie8-dom-define.js","webpack:///./node_modules/@nextcloud/axios/node_modules/core-js/internals/object-define-property.js","webpack:///./node_modules/@nextcloud/axios/node_modules/core-js/internals/an-object.js","webpack:///./node_modules/@nextcloud/axios/node_modules/core-js/internals/inspect-source.js","webpack:///./node_modules/@nextcloud/axios/node_modules/core-js/internals/shared-store.js","webpack:///./node_modules/@nextcloud/axios/node_modules/core-js/internals/hidden-keys.js","webpack:///./node_modules/@nextcloud/axios/node_modules/core-js/internals/object-keys-internal.js","webpack:///./node_modules/@nextcloud/axios/node_modules/core-js/internals/to-integer.js","webpack:///./node_modules/@nextcloud/axios/node_modules/core-js/internals/enum-bug-keys.js","webpack:///./node_modules/@nextcloud/axios/node_modules/core-js/internals/object-get-own-property-symbols.js","webpack:///./node_modules/axios/lib/helpers/bind.js","webpack:///./node_modules/axios/lib/helpers/buildURL.js","webpack:///./node_modules/axios/lib/cancel/isCancel.js","webpack:///./node_modules/axios/lib/defaults.js","webpack:///./node_modules/axios/lib/adapters/xhr.js","webpack:///./node_modules/axios/lib/core/createError.js","webpack:///./node_modules/axios/lib/core/mergeConfig.js","webpack:///./node_modules/axios/lib/cancel/Cancel.js","webpack:///./node_modules/@nextcloud/auth/node_modules/core-js/internals/object-get-own-property-descriptor.js","webpack:///./node_modules/@nextcloud/auth/node_modules/core-js/internals/create-property-descriptor.js","webpack:///./node_modules/@nextcloud/auth/node_modules/core-js/internals/indexed-object.js","webpack:///./node_modules/@nextcloud/auth/node_modules/core-js/internals/classof-raw.js","webpack:///./node_modules/@nextcloud/auth/node_modules/core-js/internals/require-object-coercible.js","webpack:///./node_modules/@nextcloud/auth/node_modules/core-js/internals/to-primitive.js","webpack:///./node_modules/@nextcloud/auth/node_modules/core-js/internals/ie8-dom-define.js","webpack:///./node_modules/@nextcloud/auth/node_modules/core-js/internals/object-define-property.js","webpack:///./node_modules/@nextcloud/auth/node_modules/core-js/internals/an-object.js","webpack:///./node_modules/@nextcloud/auth/node_modules/core-js/internals/inspect-source.js","webpack:///./node_modules/@nextcloud/auth/node_modules/core-js/internals/shared-store.js","webpack:///./node_modules/@nextcloud/auth/node_modules/core-js/internals/shared.js","webpack:///./node_modules/@nextcloud/auth/node_modules/core-js/internals/uid.js","webpack:///./node_modules/@nextcloud/auth/node_modules/core-js/internals/hidden-keys.js","webpack:///./node_modules/@nextcloud/auth/node_modules/core-js/internals/to-length.js","webpack:///./node_modules/@nextcloud/auth/node_modules/core-js/internals/to-integer.js","webpack:///./node_modules/@nextcloud/auth/node_modules/core-js/internals/native-symbol.js","webpack:///./node_modules/@nextcloud/initial-state/dist/index.js","webpack:///./core/src/OC/contactsmenu.js","webpack:///./node_modules/@nextcloud/router/node_modules/core-js/modules/es.array.index-of.js","webpack:///./node_modules/@nextcloud/router/node_modules/core-js/internals/document-create-element.js","webpack:///./node_modules/@nextcloud/router/node_modules/core-js/internals/internal-state.js","webpack:///./node_modules/@nextcloud/router/node_modules/core-js/internals/native-weak-map.js","webpack:///./node_modules/@nextcloud/router/node_modules/core-js/internals/shared-key.js","webpack:///./node_modules/@nextcloud/router/node_modules/core-js/internals/is-pure.js","webpack:///./node_modules/@nextcloud/router/node_modules/core-js/internals/copy-constructor-properties.js","webpack:///./node_modules/@nextcloud/router/node_modules/core-js/internals/own-keys.js","webpack:///./node_modules/@nextcloud/router/node_modules/core-js/internals/get-built-in.js","webpack:///./node_modules/@nextcloud/router/node_modules/core-js/internals/path.js","webpack:///./node_modules/@nextcloud/router/node_modules/core-js/internals/object-get-own-property-names.js","webpack:///./node_modules/@nextcloud/router/node_modules/core-js/internals/to-absolute-index.js","webpack:///./node_modules/@nextcloud/router/node_modules/core-js/internals/is-forced.js","webpack:///./node_modules/@nextcloud/router/node_modules/core-js/internals/array-method-is-strict.js","webpack:///./node_modules/@nextcloud/router/node_modules/core-js/internals/array-method-uses-to-length.js","webpack:///./node_modules/@nextcloud/router/node_modules/core-js/modules/es.object.assign.js","webpack:///./node_modules/@nextcloud/router/node_modules/core-js/internals/object-assign.js","webpack:///./node_modules/@nextcloud/router/node_modules/core-js/internals/object-keys.js","webpack:///./node_modules/@nextcloud/router/node_modules/core-js/modules/es.object.to-string.js","webpack:///./node_modules/@nextcloud/router/node_modules/core-js/internals/use-symbol-as-uid.js","webpack:///./node_modules/@nextcloud/router/node_modules/core-js/internals/object-to-string.js","webpack:///./node_modules/@nextcloud/router/node_modules/core-js/internals/classof.js","webpack:///./node_modules/@nextcloud/router/node_modules/core-js/internals/regexp-sticky-helpers.js","webpack:///./node_modules/@nextcloud/router/node_modules/core-js/modules/es.regexp.to-string.js","webpack:///./node_modules/@nextcloud/router/node_modules/core-js/modules/es.string.replace.js","webpack:///./node_modules/@nextcloud/router/node_modules/core-js/internals/fix-regexp-well-known-symbol-logic.js","webpack:///./node_modules/@nextcloud/router/node_modules/core-js/internals/advance-string-index.js","webpack:///./node_modules/@nextcloud/router/node_modules/core-js/internals/string-multibyte.js","webpack:///./node_modules/@nextcloud/router/node_modules/core-js/internals/regexp-exec-abstract.js","webpack:///./node_modules/vue/dist/vue.runtime.esm.js","webpack:///./node_modules/@nextcloud/initial-state/node_modules/core-js/modules/es.array.concat.js","webpack:///./node_modules/@nextcloud/initial-state/node_modules/core-js/internals/export.js","webpack:///./node_modules/@nextcloud/initial-state/node_modules/core-js/internals/object-property-is-enumerable.js","webpack:///./node_modules/@nextcloud/initial-state/node_modules/core-js/internals/indexed-object.js","webpack:///./node_modules/@nextcloud/initial-state/node_modules/core-js/internals/document-create-element.js","webpack:///./node_modules/@nextcloud/initial-state/node_modules/core-js/internals/redefine.js","webpack:///./node_modules/@nextcloud/initial-state/node_modules/core-js/internals/internal-state.js","webpack:///./node_modules/@nextcloud/initial-state/node_modules/core-js/internals/native-weak-map.js","webpack:///./node_modules/@nextcloud/initial-state/node_modules/core-js/internals/shared-key.js","webpack:///./node_modules/@nextcloud/initial-state/node_modules/core-js/internals/is-pure.js","webpack:///./node_modules/@nextcloud/initial-state/node_modules/core-js/internals/copy-constructor-properties.js","webpack:///./node_modules/@nextcloud/initial-state/node_modules/core-js/internals/own-keys.js","webpack:///./node_modules/@nextcloud/initial-state/node_modules/core-js/internals/path.js","webpack:///./node_modules/@nextcloud/initial-state/node_modules/core-js/internals/object-get-own-property-names.js","webpack:///./node_modules/@nextcloud/initial-state/node_modules/core-js/internals/object-keys-internal.js","webpack:///./node_modules/@nextcloud/initial-state/node_modules/core-js/internals/array-includes.js","webpack:///./node_modules/@nextcloud/initial-state/node_modules/core-js/internals/to-absolute-index.js","webpack:///./node_modules/@nextcloud/initial-state/node_modules/core-js/internals/enum-bug-keys.js","webpack:///./node_modules/@nextcloud/initial-state/node_modules/core-js/internals/object-get-own-property-symbols.js","webpack:///./node_modules/@nextcloud/initial-state/node_modules/core-js/internals/is-forced.js","webpack:///./node_modules/@nextcloud/initial-state/node_modules/core-js/internals/to-object.js","webpack:///./node_modules/@nextcloud/initial-state/node_modules/core-js/internals/create-property.js","webpack:///./node_modules/@nextcloud/initial-state/node_modules/core-js/internals/array-species-create.js","webpack:///./node_modules/@nextcloud/initial-state/node_modules/core-js/internals/use-symbol-as-uid.js","webpack:///./node_modules/@nextcloud/initial-state/node_modules/core-js/internals/array-method-has-species-support.js","webpack:///./node_modules/@nextcloud/initial-state/node_modules/core-js/internals/engine-user-agent.js","webpack:///./node_modules/@nextcloud/paths/node_modules/core-js/modules/es.array.concat.js","webpack:///./node_modules/@nextcloud/paths/node_modules/core-js/internals/object-property-is-enumerable.js","webpack:///./node_modules/@nextcloud/paths/node_modules/core-js/internals/document-create-element.js","webpack:///./node_modules/@nextcloud/paths/node_modules/core-js/internals/internal-state.js","webpack:///./node_modules/@nextcloud/paths/node_modules/core-js/internals/native-weak-map.js","webpack:///./node_modules/@nextcloud/paths/node_modules/core-js/internals/shared-key.js","webpack:///./node_modules/@nextcloud/paths/node_modules/core-js/internals/is-pure.js","webpack:///./node_modules/@nextcloud/paths/node_modules/core-js/internals/copy-constructor-properties.js","webpack:///./node_modules/@nextcloud/paths/node_modules/core-js/internals/own-keys.js","webpack:///./node_modules/@nextcloud/paths/node_modules/core-js/internals/path.js","webpack:///./node_modules/@nextcloud/paths/node_modules/core-js/internals/object-get-own-property-names.js","webpack:///./node_modules/@nextcloud/paths/node_modules/core-js/internals/object-keys-internal.js","webpack:///./node_modules/@nextcloud/paths/node_modules/core-js/internals/array-includes.js","webpack:///./node_modules/@nextcloud/paths/node_modules/core-js/internals/to-absolute-index.js","webpack:///./node_modules/@nextcloud/paths/node_modules/core-js/internals/enum-bug-keys.js","webpack:///./node_modules/@nextcloud/paths/node_modules/core-js/internals/object-get-own-property-symbols.js","webpack:///./node_modules/@nextcloud/paths/node_modules/core-js/internals/is-forced.js","webpack:///./node_modules/@nextcloud/paths/node_modules/core-js/internals/create-property.js","webpack:///./node_modules/@nextcloud/paths/node_modules/core-js/internals/use-symbol-as-uid.js","webpack:///./node_modules/@nextcloud/paths/node_modules/core-js/internals/engine-user-agent.js","webpack:///./node_modules/@nextcloud/paths/node_modules/core-js/modules/es.array.filter.js","webpack:///./node_modules/@nextcloud/paths/node_modules/core-js/internals/function-bind-context.js","webpack:///./node_modules/@nextcloud/paths/node_modules/core-js/modules/es.array.join.js","webpack:///./node_modules/@nextcloud/paths/node_modules/core-js/modules/es.array.map.js","webpack:///./node_modules/@nextcloud/paths/node_modules/core-js/modules/es.array.reduce.js","webpack:///./node_modules/@nextcloud/paths/node_modules/core-js/internals/array-reduce.js","webpack:///./node_modules/@nextcloud/paths/node_modules/core-js/internals/regexp-flags.js","webpack:///./node_modules/@nextcloud/paths/node_modules/core-js/internals/regexp-sticky-helpers.js","webpack:///./node_modules/@nextcloud/paths/node_modules/core-js/modules/es.string.replace.js","webpack:///./node_modules/@nextcloud/paths/node_modules/core-js/internals/string-multibyte.js","webpack:///./node_modules/@nextcloud/paths/node_modules/core-js/modules/es.string.split.js","webpack:///./node_modules/@nextcloud/paths/node_modules/core-js/internals/is-regexp.js","webpack:///./node_modules/@nextcloud/paths/node_modules/core-js/internals/species-constructor.js","webpack:///./core/src/OC/contactsmenu/contact.handlebars","webpack:///./node_modules/handlebars/dist/cjs/handlebars/helpers/block-helper-missing.js","webpack:///./node_modules/handlebars/dist/cjs/handlebars/helpers/each.js","webpack:///./node_modules/handlebars/dist/cjs/handlebars/helpers/helper-missing.js","webpack:///./node_modules/handlebars/dist/cjs/handlebars/helpers/if.js","webpack:///./node_modules/handlebars/dist/cjs/handlebars/helpers/log.js","webpack:///./node_modules/handlebars/dist/cjs/handlebars/helpers/lookup.js","webpack:///./node_modules/handlebars/dist/cjs/handlebars/helpers/with.js","webpack:///./node_modules/handlebars/dist/cjs/handlebars/decorators.js","webpack:///./node_modules/handlebars/dist/cjs/handlebars/decorators/inline.js","webpack:///./node_modules/handlebars/dist/cjs/handlebars/internal/create-new-lookup-object.js","webpack:///./node_modules/handlebars/dist/cjs/handlebars/safe-string.js","webpack:///./node_modules/handlebars/dist/cjs/handlebars/runtime.js","webpack:///./node_modules/handlebars/dist/cjs/handlebars/internal/wrapHelper.js","webpack:///./node_modules/handlebars/dist/cjs/handlebars/no-conflict.js","webpack:///./core/src/OC/contactsmenu/loading.handlebars","webpack:///./core/src/OC/contactsmenu/error.handlebars","webpack:///./core/src/OC/contactsmenu/menu.handlebars","webpack:///./core/src/OC/contactsmenu/list.handlebars","webpack:///./node_modules/moment/locale sync ^\\.\\/.*$","webpack:///./node_modules/@nextcloud/axios/node_modules/core-js/modules/es.object.assign.js","webpack:///./node_modules/@nextcloud/axios/node_modules/core-js/internals/export.js","webpack:///./node_modules/@nextcloud/axios/node_modules/core-js/internals/classof-raw.js","webpack:///./node_modules/@nextcloud/axios/node_modules/core-js/internals/document-create-element.js","webpack:///./node_modules/@nextcloud/axios/node_modules/core-js/internals/redefine.js","webpack:///./node_modules/@nextcloud/axios/node_modules/core-js/internals/internal-state.js","webpack:///./node_modules/@nextcloud/axios/node_modules/core-js/internals/native-weak-map.js","webpack:///./node_modules/@nextcloud/axios/node_modules/core-js/internals/shared-key.js","webpack:///./node_modules/@nextcloud/axios/node_modules/core-js/internals/shared.js","webpack:///./node_modules/@nextcloud/axios/node_modules/core-js/internals/is-pure.js","webpack:///./node_modules/@nextcloud/axios/node_modules/core-js/internals/uid.js","webpack:///./node_modules/@nextcloud/axios/node_modules/core-js/internals/copy-constructor-properties.js","webpack:///./node_modules/@nextcloud/axios/node_modules/core-js/internals/own-keys.js","webpack:///./node_modules/@nextcloud/axios/node_modules/core-js/internals/get-built-in.js","webpack:///./node_modules/@nextcloud/axios/node_modules/core-js/internals/path.js","webpack:///./node_modules/@nextcloud/axios/node_modules/core-js/internals/object-get-own-property-names.js","webpack:///./node_modules/@nextcloud/axios/node_modules/core-js/internals/array-includes.js","webpack:///./node_modules/@nextcloud/axios/node_modules/core-js/internals/to-length.js","webpack:///./node_modules/@nextcloud/axios/node_modules/core-js/internals/to-absolute-index.js","webpack:///./node_modules/@nextcloud/axios/node_modules/core-js/internals/is-forced.js","webpack:///./node_modules/@nextcloud/axios/node_modules/core-js/internals/object-assign.js","webpack:///./node_modules/@nextcloud/axios/node_modules/core-js/internals/object-keys.js","webpack:///./node_modules/@nextcloud/axios/node_modules/core-js/internals/to-object.js","webpack:///./node_modules/axios/index.js","webpack:///./node_modules/axios/lib/axios.js","webpack:///./node_modules/axios/lib/core/Axios.js","webpack:///./node_modules/axios/lib/core/InterceptorManager.js","webpack:///./node_modules/axios/lib/core/dispatchRequest.js","webpack:///./node_modules/axios/lib/core/transformData.js","webpack:///./node_modules/axios/lib/helpers/normalizeHeaderName.js","webpack:///./node_modules/axios/lib/core/settle.js","webpack:///./node_modules/axios/lib/core/enhanceError.js","webpack:///./node_modules/axios/lib/core/buildFullPath.js","webpack:///./node_modules/axios/lib/helpers/isAbsoluteURL.js","webpack:///./node_modules/axios/lib/helpers/combineURLs.js","webpack:///./node_modules/axios/lib/helpers/parseHeaders.js","webpack:///./node_modules/axios/lib/helpers/isURLSameOrigin.js","webpack:///./node_modules/axios/lib/helpers/cookies.js","webpack:///./node_modules/axios/lib/cancel/CancelToken.js","webpack:///./node_modules/axios/lib/helpers/spread.js","webpack:///./node_modules/@nextcloud/auth/dist/requesttoken.js","webpack:///./node_modules/@nextcloud/auth/node_modules/core-js/modules/es.array.for-each.js","webpack:///./node_modules/@nextcloud/auth/node_modules/core-js/internals/export.js","webpack:///./node_modules/@nextcloud/auth/node_modules/core-js/internals/object-property-is-enumerable.js","webpack:///./node_modules/@nextcloud/auth/node_modules/core-js/internals/document-create-element.js","webpack:///./node_modules/@nextcloud/auth/node_modules/core-js/internals/redefine.js","webpack:///./node_modules/@nextcloud/auth/node_modules/core-js/internals/internal-state.js","webpack:///./node_modules/@nextcloud/auth/node_modules/core-js/internals/native-weak-map.js","webpack:///./node_modules/@nextcloud/auth/node_modules/core-js/internals/shared-key.js","webpack:///./node_modules/@nextcloud/auth/node_modules/core-js/internals/is-pure.js","webpack:///./node_modules/@nextcloud/auth/node_modules/core-js/internals/copy-constructor-properties.js","webpack:///./node_modules/@nextcloud/auth/node_modules/core-js/internals/own-keys.js","webpack:///./node_modules/@nextcloud/auth/node_modules/core-js/internals/get-built-in.js","webpack:///./node_modules/@nextcloud/auth/node_modules/core-js/internals/path.js","webpack:///./node_modules/@nextcloud/auth/node_modules/core-js/internals/object-get-own-property-names.js","webpack:///./node_modules/@nextcloud/auth/node_modules/core-js/internals/object-keys-internal.js","webpack:///./node_modules/@nextcloud/auth/node_modules/core-js/internals/array-includes.js","webpack:///./node_modules/@nextcloud/auth/node_modules/core-js/internals/to-absolute-index.js","webpack:///./node_modules/@nextcloud/auth/node_modules/core-js/internals/enum-bug-keys.js","webpack:///./node_modules/@nextcloud/auth/node_modules/core-js/internals/object-get-own-property-symbols.js","webpack:///./node_modules/@nextcloud/auth/node_modules/core-js/internals/is-forced.js","webpack:///./node_modules/@nextcloud/auth/node_modules/core-js/internals/array-for-each.js","webpack:///./node_modules/@nextcloud/auth/node_modules/core-js/internals/array-iteration.js","webpack:///./node_modules/@nextcloud/auth/node_modules/core-js/internals/function-bind-context.js","webpack:///./node_modules/@nextcloud/auth/node_modules/core-js/internals/a-function.js","webpack:///./node_modules/@nextcloud/auth/node_modules/core-js/internals/to-object.js","webpack:///./node_modules/@nextcloud/auth/node_modules/core-js/internals/array-species-create.js","webpack:///./node_modules/@nextcloud/auth/node_modules/core-js/internals/is-array.js","webpack:///./node_modules/@nextcloud/auth/node_modules/core-js/internals/well-known-symbol.js","webpack:///./node_modules/@nextcloud/auth/node_modules/core-js/internals/use-symbol-as-uid.js","webpack:///./node_modules/@nextcloud/auth/node_modules/core-js/internals/array-method-is-strict.js","webpack:///./node_modules/@nextcloud/auth/node_modules/core-js/internals/array-method-uses-to-length.js","webpack:///./node_modules/@nextcloud/auth/dist/user.js","webpack:///./node_modules/jstimezonedetect/dist/jstz.min.js","webpack:///./core/src/components/login/ResetPassword.vue?0866","webpack:///./core/src/components/login/UpdatePassword.vue?bd28","webpack:///./core/src/views/Login.vue?7150","webpack:///(webpack)/buildin/amd-define.js","webpack:///(webpack)/buildin/amd-options.js","webpack:///./node_modules/timers-browserify/main.js","webpack:///./node_modules/setimmediate/setImmediate.js","webpack:///./node_modules/query-string/index.js","webpack:///./node_modules/strict-uri-encode/index.js","webpack:///./node_modules/object-assign/index.js","webpack:///./node_modules/decode-uri-component/index.js","webpack:///./core/src/components/login/ResetPassword.vue?140d","webpack:///./core/src/components/login/ResetPassword.vue?9ebf","webpack:///./core/src/components/login/UpdatePassword.vue?fce0","webpack:///./core/src/components/login/UpdatePassword.vue?0b8a","webpack:///./core/src/views/Login.vue?511e","webpack:///./core/src/views/Login.vue?6ba7","webpack:///./core/src/components/login/LoginForm.vue?354b","webpack:///core/src/components/login/LoginForm.vue","webpack:///./core/src/components/login/LoginForm.vue","webpack:///./core/src/components/login/LoginForm.vue?8c77","webpack:///./core/src/components/login/ResetPassword.vue?fa47","webpack:///core/src/components/login/ResetPassword.vue","webpack:///./core/src/components/login/ResetPassword.vue","webpack:///./core/src/components/login/ResetPassword.vue?06e1","webpack:///core/src/components/login/UpdatePassword.vue","webpack:///./core/src/components/login/UpdatePassword.vue?eb3d","webpack:///./core/src/views/Login.vue?912c","webpack:///core/src/views/Login.vue","webpack:///./core/src/components/login/UpdatePassword.vue","webpack:///./core/src/components/login/UpdatePassword.vue?1763","webpack:///./core/src/views/Login.vue","webpack:///./core/src/views/Login.vue?200e","webpack:///./core/src/mixins/Nextcloud.js","webpack:///./core/src/login.js"],"names":["installedModules","__webpack_require__","moduleId","exports","module","i","l","modules","call","m","c","d","name","getter","o","Object","defineProperty","enumerable","get","r","Symbol","toStringTag","value","t","mode","__esModule","ns","create","key","bind","n","object","property","prototype","hasOwnProperty","p","s","global","factory","window","this","noGlobal","arr","slice","concat","push","indexOf","class2type","toString","hasOwn","support","document","jQuery","selector","context","fn","init","rtrim","rmsPrefix","rdashAlpha","fcamelCase","all","letter","toUpperCase","isArraylike","obj","length","type","isWindow","nodeType","jquery","constructor","toArray","num","pushStack","elems","ret","merge","prevObject","each","callback","args","map","elem","apply","arguments","first","eq","last","len","j","end","sort","splice","extend","options","src","copy","copyIsArray","clone","target","deep","isFunction","isPlainObject","isArray","undefined","expando","Math","random","replace","isReady","error","msg","Error","noop","Array","isNumeric","parseFloat","isEmptyObject","globalEval","code","script","indirect","eval","trim","createElement","text","head","appendChild","parentNode","removeChild","camelCase","string","nodeName","toLowerCase","makeArray","results","inArray","second","grep","invert","matches","callbackExpect","arg","guid","proxy","tmp","now","Date","split","Sizzle","Expr","getText","isXML","tokenize","compile","select","outermostContext","sortInput","hasDuplicate","setDocument","docElem","documentIsHTML","rbuggyQSA","rbuggyMatches","contains","preferredDoc","dirruns","done","classCache","createCache","tokenCache","compilerCache","sortOrder","a","b","pop","push_native","list","booleans","whitespace","characterEncoding","identifier","attributes","pseudos","rwhitespace","RegExp","rcomma","rcombinators","rattributeQuotes","rpseudo","ridentifier","matchExpr","rinputs","rheader","rnative","rquickExpr","rsibling","rescape","runescape","funescape","_","escaped","escapedWhitespace","high","String","fromCharCode","unloadHandler","childNodes","e","els","seed","match","groups","old","nid","newContext","newSelector","ownerDocument","exec","getElementById","id","getElementsByTagName","getElementsByClassName","qsa","test","getAttribute","setAttribute","toSelector","testContext","join","querySelectorAll","qsaError","removeAttribute","keys","cache","cacheLength","shift","markFunction","assert","div","addHandle","attrs","handler","attrHandle","siblingCheck","cur","diff","sourceIndex","nextSibling","createInputPseudo","createButtonPseudo","createPositionalPseudo","argument","matchIndexes","documentElement","node","hasCompare","parent","doc","defaultView","top","addEventListener","attachEvent","className","createComment","getById","getElementsByName","find","filter","attrId","getAttributeNode","tag","innerHTML","input","matchesSelector","webkitMatchesSelector","mozMatchesSelector","oMatchesSelector","msMatchesSelector","disconnectedMatch","compareDocumentPosition","adown","bup","compare","sortDetached","aup","ap","bp","unshift","expr","elements","attr","val","specified","uniqueSort","duplicates","detectDuplicates","sortStable","textContent","firstChild","nodeValue","selectors","createPseudo","relative","dir","preFilter","excess","unquoted","nodeNameSelector","pattern","operator","check","result","what","simple","forward","ofType","xml","outerCache","nodeIndex","start","useCache","lastChild","pseudo","setFilters","idx","matched","matcher","unmatched","innerText","lang","elemLang","hash","location","activeElement","hasFocus","href","tabIndex","disabled","checked","selected","selectedIndex","radio","checkbox","file","password","image","submit","reset","tokens","addCombinator","combinator","base","checkNonElements","doneName","oldCache","newCache","elementMatcher","matchers","condense","newUnmatched","mapped","setMatcher","postFilter","postFinder","postSelector","temp","preMap","postMap","preexisting","contexts","multipleContexts","matcherIn","matcherOut","matcherFromTokens","checkContext","leadingRelative","implicitRelative","matchContext","matchAnyContext","filters","parseOnly","soFar","preFilters","cached","setMatchers","elementMatchers","bySet","byElement","superMatcher","outermost","matchedCount","setMatched","contextBackup","dirrunsUnique","matcherFromGroupMatchers","token","compiled","div1","defaultValue","unique","isXMLDoc","rneedsContext","needsContext","rsingleTag","risSimple","winnow","qualifier","not","self","is","rootjQuery","parseHTML","ready","rparentsprev","guaranteedUnique","children","contents","next","prev","sibling","until","truncate","has","targets","closest","pos","index","prevAll","add","addBack","parents","parentsUntil","nextAll","nextUntil","prevUntil","siblings","contentDocument","reverse","readyList","rnotwhite","optionsCache","completed","removeEventListener","Callbacks","flag","createOptions","memory","fired","firing","firingStart","firingLength","firingIndex","stack","once","fire","data","stopOnFalse","disable","remove","empty","lock","locked","fireWith","Deferred","func","tuples","state","promise","always","deferred","fail","then","fns","newDefer","tuple","returned","resolve","reject","progress","notify","pipe","stateString","when","subordinate","progressValues","progressContexts","resolveContexts","resolveValues","remaining","updateFunc","values","notifyWith","resolveWith","readyWait","holdReady","hold","wait","triggerHandler","off","readyState","setTimeout","access","chainable","emptyGet","raw","bulk","Data","uid","acceptData","owner","accepts","descriptor","unlock","defineProperties","set","prop","stored","camel","hasData","discard","data_priv","data_user","rbrace","rmultiDash","dataAttr","parseJSON","removeData","_data","_removeData","camelKey","queue","dequeue","startLength","hooks","_queueHooks","stop","setter","clearQueue","count","defer","pnum","source","cssExpand","isHidden","el","css","rcheckableType","createDocumentFragment","checkClone","cloneNode","noCloneChecked","focusinBubbles","rkeyEvent","rmouseEvent","rfocusMorph","rtypenamespace","returnTrue","returnFalse","safeActiveElement","err","event","types","handleObjIn","eventHandle","events","handleObj","special","handlers","namespaces","origType","elemData","handle","triggered","dispatch","delegateType","bindType","namespace","delegateCount","setup","mappedTypes","origCount","teardown","removeEvent","trigger","onlyHandlers","bubbleType","ontype","eventPath","Event","isTrigger","namespace_re","noBubble","parentWindow","isPropagationStopped","preventDefault","isDefaultPrevented","_default","fix","handlerQueue","delegateTarget","preDispatch","currentTarget","isImmediatePropagationStopped","stopPropagation","postDispatch","sel","button","props","fixHooks","keyHooks","original","which","charCode","keyCode","mouseHooks","eventDoc","body","pageX","clientX","scrollLeft","clientLeft","pageY","clientY","scrollTop","clientTop","originalEvent","fixHook","load","focus","blur","click","beforeunload","returnValue","simulate","bubble","isSimulated","defaultPrevented","timeStamp","stopImmediatePropagation","mouseenter","mouseleave","pointerenter","pointerleave","orig","related","relatedTarget","attaches","on","one","origFn","rxhtmlTag","rtagName","rhtml","rnoInnerhtml","rchecked","rscriptType","rscriptTypeMasked","rcleanScript","wrapMap","option","thead","col","tr","td","manipulationTarget","content","disableScript","restoreScript","setGlobalEval","refElements","cloneCopyEvent","dest","pdataOld","pdataCur","udataOld","udataCur","getAll","optgroup","tbody","tfoot","colgroup","caption","th","dataAndEvents","deepDataAndEvents","srcElements","destElements","inPage","buildFragment","scripts","selection","wrap","fragment","nodes","createTextNode","cleanData","append","domManip","prepend","insertBefore","before","after","keepData","html","replaceWith","replaceChild","detach","hasScripts","iNoClone","_evalUrl","appendTo","prependTo","insertAfter","replaceAll","insert","iframe","elemdisplay","actualDisplay","style","display","getDefaultComputedStyle","defaultDisplay","write","close","rmargin","rnumnonpx","getStyles","opener","getComputedStyle","curCSS","computed","width","minWidth","maxWidth","getPropertyValue","addGetHookIf","conditionFn","hookFn","pixelPositionVal","boxSizingReliableVal","container","computePixelPositionAndBoxSizingReliable","cssText","divStyle","backgroundClip","clearCloneStyle","pixelPosition","boxSizingReliable","reliableMarginRight","marginDiv","marginRight","swap","rdisplayswap","rnumsplit","rrelNum","cssShow","position","visibility","cssNormalTransform","letterSpacing","fontWeight","cssPrefixes","vendorPropName","capName","origName","setPositiveNumber","subtract","max","augmentWidthOrHeight","extra","isBorderBox","styles","getWidthOrHeight","valueIsBorderBox","offsetWidth","offsetHeight","showHide","show","hidden","Tween","easing","cssHooks","opacity","cssNumber","cssProps","margin","padding","border","prefix","suffix","expand","expanded","parts","hide","toggle","unit","propHooks","run","percent","eased","duration","step","tween","fx","linear","swing","cos","PI","fxNow","timerId","rfxtypes","rfxnum","rrun","animationPrefilters","opts","oldfire","anim","dataShow","unqueued","overflow","overflowX","overflowY","createTween","tweeners","scale","maxIterations","createFxNow","genFx","includeWidth","height","animation","collection","Animation","properties","stopped","tick","currentTime","startTime","tweens","specialEasing","originalProperties","originalOptions","gotoEnd","rejectWith","propFilter","timer","complete","tweener","prefilter","speed","opt","speeds","fadeTo","to","animate","optall","doAnimation","finish","stopQueue","timers","cssFn","slideDown","slideUp","slideToggle","fadeIn","fadeOut","fadeToggle","interval","setInterval","clearInterval","slow","fast","delay","time","timeout","clearTimeout","checkOn","optSelected","optDisabled","radioValue","boolHook","removeAttr","nType","attrHooks","bool","nodeHook","propName","attrNames","propFix","rfocusable","removeProp","hasAttribute","rclass","addClass","classes","clazz","finalValue","proceed","removeClass","toggleClass","stateVal","classNames","hasClass","rreturn","valHooks","optionSet","hover","fnOver","fnOut","unbind","delegate","undelegate","nonce","rquery","JSON","parse","parseXML","DOMParser","parseFromString","rhash","rts","rheaders","rnoContent","rprotocol","rurl","prefilters","transports","allTypes","ajaxLocation","ajaxLocParts","addToPrefiltersOrTransports","structure","dataTypeExpression","dataType","dataTypes","inspectPrefiltersOrTransports","jqXHR","inspected","seekingTransport","inspect","prefilterOrFactory","dataTypeOrTransport","ajaxExtend","flatOptions","ajaxSettings","active","lastModified","etag","url","isLocal","processData","async","contentType","json","responseFields","converters","ajaxSetup","settings","ajaxPrefilter","ajaxTransport","ajax","transport","cacheURL","responseHeadersString","responseHeaders","timeoutTimer","fireGlobals","callbackContext","globalEventContext","completeDeferred","statusCode","requestHeaders","requestHeadersNames","strAbort","getResponseHeader","getAllResponseHeaders","setRequestHeader","lname","overrideMimeType","mimeType","status","abort","statusText","finalText","success","method","crossDomain","param","traditional","hasContent","ifModified","headers","beforeSend","send","nativeStatusText","responses","isSuccess","response","modified","ct","finalDataType","firstDataType","ajaxHandleResponses","conv2","current","conv","dataFilter","ajaxConvert","getJSON","getScript","wrapAll","firstElementChild","wrapInner","unwrap","visible","r20","rbracket","rCRLF","rsubmitterTypes","rsubmittable","buildParams","v","encodeURIComponent","serialize","serializeArray","xhr","XMLHttpRequest","xhrId","xhrCallbacks","xhrSuccessStatus","0","1223","xhrSupported","cors","open","username","xhrFields","onload","onerror","responseText","charset","scriptCharset","evt","oldCallbacks","rjsonp","jsonp","jsonpCallback","originalSettings","callbackName","overwritten","responseContainer","jsonProp","keepScripts","parsed","_load","params","animated","getWindow","offset","setOffset","curPosition","curLeft","curCSSTop","curTop","curOffset","curCSSLeft","curElem","left","using","win","box","getBoundingClientRect","pageYOffset","pageXOffset","offsetParent","parentOffset","scrollTo","Height","Width","defaultExtra","funcName","size","andSelf","_jQuery","_$","$","noConflict","w","hookCallback","some","isObject","isUndefined","isNumber","isDate","res","hasOwnProp","valueOf","createUTC","format","locale","strict","createLocalOrUTC","utc","getParsingFlags","_pf","unusedTokens","unusedInput","charsLeftOver","nullInput","invalidMonth","invalidFormat","userInvalidated","iso","parsedDateParts","meridiem","rfc2822","weekdayMismatch","isValid","_isValid","flags","parsedParts","isNowValid","isNaN","_d","getTime","invalidWeekday","_strict","bigHour","isFrozen","createInvalid","NaN","fun","momentProperties","copyConfig","from","_isAMomentObject","_i","_f","_l","_tzm","_isUTC","_offset","_locale","updateInProgress","Moment","config","updateOffset","isMoment","absFloor","number","ceil","floor","toInt","argumentForCoercion","coercedNumber","isFinite","compareArrays","array1","array2","dontConvert","min","lengthDiff","abs","diffs","warn","suppressDeprecationWarnings","console","deprecate","firstTime","deprecationHandler","deprecations","deprecateSimple","Function","mergeConfigs","parentConfig","childConfig","Locale","aliases","addUnitAlias","shorthand","lowerCase","normalizeUnits","units","normalizeObjectUnits","inputObject","normalizedProp","normalizedInput","priorities","addUnitPriority","priority","zeroFill","targetLength","forceSign","absNumber","zerosToFill","pow","substr","formattingTokens","localFormattingTokens","formatFunctions","formatTokenFunctions","addFormatToken","padded","ordinal","localeData","formatMoment","expandFormat","array","mom","output","makeFormatFunction","invalidDate","replaceLongDateFormatTokens","longDateFormat","lastIndex","match1","match2","match3","match4","match6","match1to2","match3to4","match5to6","match1to3","match1to4","match1to6","matchUnsigned","matchSigned","matchOffset","matchShortOffset","matchWord","regexes","addRegexToken","regex","strictRegex","isStrict","getParseRegexForToken","regexEscape","p1","p2","p3","p4","addParseToken","addWeekParseToken","_w","addTimeToArrayFromToken","_a","daysInYear","year","isLeapYear","y","parseTwoDigitYear","parseInt","getSetYear","makeGetSet","keepTime","set$1","month","date","daysInMonth","modMonth","x","mod","monthsShort","months","monthsShortRegex","monthsRegex","monthsParse","MONTHS_IN_FORMAT","defaultLocaleMonths","defaultLocaleMonthsShort","handleStrictParse","monthName","ii","llc","toLocaleLowerCase","_monthsParse","_longMonthsParse","_shortMonthsParse","setMonth","dayOfMonth","getSetMonth","defaultMonthsShortRegex","defaultMonthsRegex","computeMonthsParse","cmpLenRev","shortPieces","longPieces","mixedPieces","_monthsRegex","_monthsShortRegex","_monthsStrictRegex","_monthsShortStrictRegex","createDate","h","M","ms","getFullYear","setFullYear","createUTCDate","UTC","getUTCFullYear","setUTCFullYear","firstWeekOffset","dow","doy","fwd","getUTCDay","dayOfYearFromWeeks","week","weekday","resYear","resDayOfYear","dayOfYear","weekOfYear","resWeek","weekOffset","weeksInYear","weekOffsetNext","shiftWeekdays","ws","weekdaysMin","weekdaysShort","weekdays","weekdaysMinRegex","weekdaysShortRegex","weekdaysRegex","weekdaysParse","defaultLocaleWeekdays","defaultLocaleWeekdaysShort","defaultLocaleWeekdaysMin","handleStrictParse$1","weekdayName","_weekdaysParse","_shortWeekdaysParse","_minWeekdaysParse","day","defaultWeekdaysRegex","defaultWeekdaysShortRegex","defaultWeekdaysMinRegex","computeWeekdaysParse","minp","shortp","longp","minPieces","_weekdaysRegex","_weekdaysShortRegex","_weekdaysMinRegex","_weekdaysStrictRegex","_weekdaysShortStrictRegex","_weekdaysMinStrictRegex","hFormat","hours","lowercase","minutes","matchMeridiem","_meridiemParse","seconds","kInput","_isPm","isPM","_meridiem","pos1","pos2","globalLocale","getSetHour","baseConfig","calendar","sameDay","nextDay","nextWeek","lastDay","lastWeek","sameElse","LTS","LT","L","LL","LLL","LLLL","dayOfMonthOrdinalParse","relativeTime","future","past","ss","mm","hh","dd","MM","yy","meridiemParse","locales","localeFamilies","normalizeLocale","loadLocale","oldLocale","_abbr","getSetGlobalLocale","getLocale","defineLocale","abbr","_config","parentLocale","forEach","names","chooseLocale","checkOverflow","_overflowDayOfYear","_overflowWeeks","_overflowWeekday","defaults","configFromArray","currentDate","expectedWeekday","yearToUse","nowValue","_useUTC","getUTCMonth","getUTCDate","getMonth","getDate","currentDateArray","weekYear","weekdayOverflow","GG","W","E","createLocal","_week","curWeek","gg","_dayOfYear","dayOfYearFromWeekInfo","_nextDay","getDay","setUTCMinutes","getUTCMinutes","extendedIsoRegex","basicIsoRegex","tzRegex","isoDates","isoTimes","aspNetJsonRegex","configFromISO","allowTime","dateFormat","timeFormat","tzFormat","configFromStringAndFormat","untruncateYear","yearStr","obsOffsets","UT","GMT","EDT","EST","CDT","CST","MDT","MST","PDT","PST","configFromRFC2822","monthStr","dayStr","hourStr","minuteStr","secondStr","parsedArray","weekdayStr","parsedInput","checkWeekday","obsOffset","militaryOffset","numOffset","hm","calculateOffset","ISO_8601","RFC_2822","skipped","stringLength","totalParsedInputLength","hour","isPm","meridiemHour","meridiemFixWrap","prepareConfig","preparse","tempConfig","bestMoment","scoreToBeat","currentScore","score","configFromStringAndArray","createFromInputFallback","configFromString","minute","millisecond","configFromObject","configFromInput","isUTC","getOwnPropertyNames","k","isObjectEmpty","prototypeMin","other","prototypeMax","pickBy","moments","ordering","Duration","years","quarters","quarter","weeks","isoWeek","days","milliseconds","unitHasDecimal","isDurationValid","_milliseconds","_days","_months","_bubble","isDuration","absRound","round","separator","utcOffset","sign","offsetFromString","chunkOffset","cloneWithOffset","model","setTime","local","getDateOffset","getTimezoneOffset","isUtc","aspNetRegex","isoRegex","createDuration","diffRes","parseIso","isBefore","positiveMomentsDifference","inp","isAfter","createAdder","direction","period","addSubtract","isAdding","invalid","monthDiff","wholeMonthDiff","anchor","newLocaleData","defaultFormat","defaultFormatUtc","mod$1","dividend","divisor","localStartOfDate","utcStartOfDate","addWeekYearFormatToken","getSetWeekYearHelper","weeksTarget","setWeekAll","dayOfYearData","isoWeekYear","_dayOfMonthOrdinalParse","_ordinalParse","_dayOfMonthOrdinalParseLenient","getSetDayOfMonth","getSetMinute","getSetSecond","parseMs","getSetMillisecond","proto","preParsePostFormat","formats","sod","startOf","calendarFormat","asFloat","that","zoneDelta","endOf","startOfDate","isoWeekday","inputString","postformat","withoutSuffix","humanize","fromNow","toNow","invalidAt","localInput","isBetween","inclusivity","localFrom","localTo","isSame","inputMs","isSameOrAfter","isSameOrBefore","parsingFlags","prioritized","unitsObj","u","getPrioritizedUnits","toObject","toDate","toISOString","keepOffset","zone","toJSON","unix","creationData","isoWeeks","weekInfo","isoWeeksInYear","parseWeekday","parseIsoWeekday","keepLocalTime","keepMinutes","localAdjust","_changeInProgress","parseZone","tZone","hasAlignedHourOffset","isDST","isUtcOffset","zoneAbbr","zoneName","dates","isDSTShifted","_isDSTShifted","proto$1","get$1","field","listMonthsImpl","out","listWeekdaysImpl","localeSorted","_calendar","_longDateFormat","formatUpper","_invalidDate","_ordinal","isFuture","_relativeTime","pastFuture","isFormat","_monthsShort","_monthsParseExact","firstDayOfYear","firstDayOfWeek","_weekdays","_weekdaysMin","_weekdaysShort","_weekdaysParseExact","_fullWeekdaysParse","charAt","isLower","langData","mathAbs","addSubtract$1","absCeil","daysToMonths","monthsToDays","makeAs","alias","as","asMilliseconds","asSeconds","asMinutes","asHours","asDays","asWeeks","asMonths","asQuarters","asYears","makeGetter","thresholds","substituteTimeAgo","abs$1","toISOString$1","Y","D","toFixed","total","totalSign","ymSign","daysSign","hmsSign","proto$2","monthsFromDays","withSuffix","posNegDuration","relativeTime$1","toIsoString","version","updateLocale","tmpLocale","relativeTimeRounding","roundingFunction","relativeTimeThreshold","threshold","limit","myMoment","HTML5_FMT","DATETIME_LOCAL","DATETIME_LOCAL_SECONDS","DATETIME_LOCAL_MS","DATE","TIME","TIME_SECONDS","TIME_MS","WEEK","MONTH","root","previousUnderscore","ArrayProto","ObjProto","SymbolProto","nativeIsArray","nativeKeys","nativeCreate","Ctor","_wrapped","VERSION","builtinIteratee","optimizeCb","argCount","accumulator","cb","iteratee","identity","Infinity","restArguments","startIndex","rest","baseCreate","shallowProperty","path","deepGet","MAX_ARRAY_INDEX","getLength","isArrayLike","collect","currentKey","createReduce","reducer","memo","initial","reduce","foldl","inject","reduceRight","foldr","detect","predicate","findIndex","findKey","negate","every","any","includes","include","item","fromIndex","guard","invoke","contextPath","pluck","where","findWhere","lastComputed","shuffle","sample","rand","sortBy","criteria","right","group","behavior","partition","groupBy","indexBy","countBy","reStrSymbol","isString","pass","take","tail","drop","compact","Boolean","flatten","shallow","isArguments","without","otherArrays","difference","uniq","isSorted","isBoolean","seen","union","arrays","intersection","argsLength","unzip","zip","createPredicateIndexFinder","findLastIndex","sortedIndex","low","mid","createIndexFinder","predicateFind","lastIndexOf","range","chunk","executeBound","sourceFunc","boundFunc","callingContext","TypeError","bound","callArgs","partial","boundArgs","placeholder","bindAll","memoize","hasher","address","throttle","previous","later","leading","throttled","trailing","cancel","debounce","immediate","debounced","callNow","wrapper","compose","times","hasEnumBug","propertyIsEnumerable","nonEnumerableProps","collectNonEnumProps","nonEnumIdx","allKeys","mapObject","pairs","functions","methods","createAssigner","keysFunc","extendOwn","assign","deepEq","keyInObj","pick","omit","tap","interceptor","isMatch","aStack","bStack","areArrays","aCtor","bCtor","isEqual","isEmpty","isElement","nodelist","Int8Array","isSymbol","isNull","constant","propertyOf","accum","escapeMap","unescapeMap","createEscaper","escaper","testRegexp","replaceRegexp","escape","unescape","fallback","idCounter","uniqueId","templateSettings","evaluate","interpolate","noMatch","escapes","escapeRegExp","escapeChar","template","oldSettings","render","variable","chain","instance","_chain","chainResult","mixin","loadedScripts","loadedStyles","updatableNotification","getDefaultNotificationFunction","setDefault","$row","toastify","hideToast","showHtml","isHTML","toast","OCP","Toast","message","toastElement","showUpdate","showTemporary","ajaxConnectionLostHandler","Notification","appConfig","oc_appconfig","AppConfig","getValue","app","setValue","getApps","getKeys","deleteKey","appswebroots","_oc_appswebroots","methodMap","update","patch","delete","read","parsePropFindResult","davProperties","subResult","propStat","propKey","parseIdFromLocation","queryPos","isSuccessStatus","callPropPatch","client","propPatch","changedProp","convertModelAttributesToDavProperties","changed","Backbone","VendorBackbone","davCall","dav","Client","baseUrl","xmlNamespaces","resolveUrl","OC","requestToken","propFind","depth","propsMapping","callPropFind","request","callMkCol","responseJson","locationHeader","callMethod","davSync","isCollection","Collection","hasInnerCollection","usePUT","urlError","stringify","textStatus","errorThrown","_oc_config","rawUid","displayName","currentUser","Dialogs","YES_NO_BUTTONS","OK_BUTTONS","FILEPICKER_TYPE_CHOOSE","FILEPICKER_TYPE_MOVE","FILEPICKER_TYPE_COPY","FILEPICKER_TYPE_COPY_MOVE","FILEPICKER_TYPE_CUSTOM","dialogsCounter","alert","title","modal","OK_BUTTON","info","confirm","confirmDestructive","buttons","confirmHtml","prompt","_getMessageTemplate","$tmpl","dialogName","dialogId","$dlg","octemplate","dialog_name","label","buttonlist","ocdialog","defaultButton","closeOnEscape","filepicker","multiselect","mimetypeFilter","sortField","loading","emptyText","newText","filesClient","OCA","Sharing","PublicApp","fileList","Files","getClient","filelist","allowDirectoryChooser","_getFilePickerTemplate","$filePicker","emptytext","newtext","nameCol","sizeCol","modifiedCol","Util","isIE","$showGridView","_onGridviewChange","_getGridSettings","newButton","registerMenu","$input","newName","lastPos","selectRange","$form","checkInput","filename","trimmedName","blacklist_files_regex","isFileNameValid","tooltip","placement","newname","createDirectory","_fillFilePicker","hideMenus","keypress","$fileListHeader","$filelist","$filelistContainer","$dirTree","_handleTreeListSelect","_handlePickerClick","functionToCall","returnType","datapath","element","selectedName","buttonEnableDisable","dialogType","allowHtml","escapeFunction","confirmClasses","_fileexistsshown","fileexists","replacement","controller","dialogDeferred","crop","img","canvas","getContext","drawImage","resampleHermite","toDataURL","H","W2","H2","getImageData","img2","data2","ratio_w","ratio_h","ratio_w_half","ratio_h_half","x2","weight","weights","weights_alpha","gx_r","gx_g","gx_b","gx_a","center_y","dy","center_x","w0","xx","dx","sqrt","clearRect","putImageData","addConflict","$conflicts","$conflict","$originalDiv","$replacementDiv","humanFileSize","formatDate","mtime","lastModifiedDate","directory","urlSpec","forceIcon","previewpath","generatePreviewUrl","FileReader","reader","blob","Blob","URL","webkitURL","originalUrl","createObjectURL","Image","readAsArrayBuffer","getCroppedPreview","MimeType","getIconUrl","checkboxId","_getFileExistsTemplate","allnewfiles","allexistingfiles","why","onCancel","onContinue","closeButton","$primaryButton","updatePrimaryButton","checkedCount","$checkbox","generateUrl","gridview","post","$filePickerTemplate","filePath","tmpl","$listTmpl","$messageTemplate","$fileexistsTemplate","_getFileList","mimetypes","getFolderContents","files","mimetype","Comparators","fileInfo1","fileInfo2","naturalSortCompare","comparator","file1","file2","isFavorite","fileInfo","tags","TAG_FAVORITE","_fillSlug","entry","simpleSize","sizeColor","icon","filename1","filename2","relativeModifiedDate","previewUrl","$template","paths","getOcDialog","_changeButtonsText","$element","ctrlKey","copyText","folder","moveText","OCEventSource","joinChar","dataStr","typelessListeners","closed","listeners","getToken","useFallBack","EventSource","iframeId","iframeCount","fallBackSources","onmessage","listen","fallBackCallBack","lastLength","capabilities","_oc_capabilities","getCapabilities","currentMenu","lastMenu","menuSpeed","isAdmin","_oc_isadmin","startSaving","startAction","finishedSaving","finishedAction","finishedSuccess","finishedError","search","query","Search","customResults","resultTypes","theme","_theme","chunkify","tz","History","_handlers","_pushState","strParams","buildQueryString","history","pushState","pathname","navigator","userAgent","patterns","fill","stroke","replaceState","_cancelPop","addOnPopStateHandler","_parseHashQuery","_decodeQuery","parseUrlQuery","parseQueryString","_onPopState","skipSmallSizes","humanList","order","log","readableFormat","relativeSize","toLocaleString","getCanonicalLocale","computerFileSize","bytes","timestamp","moment","getScrollBarWidth","_scrollBarWidth","inner","outer","w1","w2","clientWidth","stripTime","aa","bb","aNum","Number","bNum","localeCompare","getLanguage","waitFor","internalCallback","isCookieSetToValue","cookies","cookie","debug","_oc_debug","webroot","_oc_webroot","coreApps","PERMISSION_ALL","PERMISSION_CREATE","PERMISSION_DELETE","PERMISSION_NONE","PERMISSION_READ","PERMISSION_SHARE","PERMISSION_UPDATE","fileIsBlacklisted","Config","addScript","addStyle","createStyleSheet","Apps","appSettings","appid","scriptName","popup","arrowclass","loadJS","scriptname","jqxhr","ContactsMenu","dialogs","getCurrentUser","isUserAdmin","L10N","_ajaxConnectionLostHandler","_processAjaxError","_reloadCalled","_userIsNavigatingAway","reload","registerXHRForErrorProcessing","_capabilities","$toggle","$menuEl","headerMenu","isClickableElement","showMenu","unregisterMenu","basename","encodePath","dirname","isSamePath","joinPaths","getHost","host","getHostName","hostname","getPort","port","getProtocol","protocol","addTranslations","PasswordConfirmation","Plugins","_plugins","register","targetName","plugin","plugins","getPlugins","attach","targetObject","generateFilePath","getRootPath","getRootUrl","imagePath","redirect","targetURL","getRequestToken","linkTo","linkToOCS","generateOcsUrl","linkToRemote","generateRemoteUrl","linkToRemoteBase","subscribe","it","globalThis","shared","NATIVE_SYMBOL","USE_SYMBOL_AS_UID","WellKnownSymbolsStore","createWellKnownSymbol","withoutSetter","DESCRIPTORS","IE8_DOM_DEFINE","anObject","toPrimitive","nativeDefineProperty","f","O","P","Attributes","g","fails","definePropertyModule","createPropertyDescriptor","isArrayBuffer","isBuffer","isFormData","FormData","isArrayBufferView","ArrayBuffer","isView","buffer","isFile","isBlob","isStream","isURLSearchParams","URLSearchParams","isStandardBrowserEnv","product","assignValue","deepMerge","thisArg","str","service","allOptions","noRewrite","_build","vars","modRewriteWorking","isCore","link","substring","encodeURI","escapeExpression","toHTML","possible","badChars","createFrame","frame","_parent","blockParams","ids","appendContextPath","chr","getOwnPropertyDescriptor","createNonEnumerableProperty","redefine","setGlobal","copyConstructorProperties","isForced","targetProperty","sourceProperty","TARGET","GLOBAL","STATIC","stat","noTargetGet","forced","sham","inspectSource","InternalStateModule","getInternalState","enforceInternalState","enforce","TEMPLATE","unsafe","previousBackbone","emulateHTTP","emulateJSON","_listening","Events","eventSplitter","eventsApi","_events","onApi","ctx","listening","_listeners","interop","listenTo","_listenId","listeningTo","_listeningTo","Listening","tryCatchOn","offApi","stopListening","_callback","cleanup","onceMap","listenToOnce","offer","triggerApi","objEvents","allEvents","triggerEvents","ev","a1","a2","a3","listener","Model","preinitialize","cid","cidPrefix","initialize","validationError","idAttribute","sync","_validate","unset","silent","changes","changing","_changing","_previousAttributes","_pending","clear","hasChanged","changedAttributes","previousAttributes","fetch","resp","serverAttrs","wrapError","save","validate","isNew","destroy","models","_reset","setOptions","addOptions","at","singular","removed","_removeModels","added","merged","_isModel","toAdd","toMerge","toRemove","modelMap","sortable","sortAttr","existing","_prepareModel","_addReference","orderChanged","_removeReference","previousModels","_byId","modelId","callbackOpts","CollectionIterator","ITERATOR_VALUES","ITERATOR_KEYS","entries","ITERATOR_KEYSVALUES","_onModelEvent","prevId","$$iterator","iterator","kind","_collection","_kind","_index","View","viewOptions","_ensureElement","delegateEventSplitter","tagName","$el","_removeElement","setElement","undelegateEvents","_setElement","delegateEvents","eventName","_createElement","_setAttributes","addUnderscoreMethods","Class","attribute","defaultVal","addMethod","modelMatcher","Base","mappings","_method","Router","routes","_bindRoutes","optionalParam","namedParam","splatParam","route","isRegExp","_routeToRegExp","router","_extractParameters","execute","navigate","optional","decodeURIComponent","checkUrl","routeStripper","rootStripper","pathStripper","started","atRoot","getSearch","matchRoot","decodeFragment","decodeURI","getHash","getPath","getFragment","_usePushState","_wantsHashChange","hashChange","_hasHashChange","documentMode","_useHashChange","_wantsPushState","_hasPushState","rootPath","iWindow","contentWindow","_checkUrlInterval","loadUrl","detachEvent","decodedFragment","_updateHash","protoProps","staticProps","child","__super__","bus","unsubscribe","emit","_ProxyBus","_SimpleBus","_eventBus","_nc_event_bus","ProxyBus","SimpleBus","_oc_l10n_registry_translations","_oc_l10n_registry_plural_functions","registerAppTranslations","appId","translations","pluralFunction","hasAppTranslations","getAppTranslations","L10n","appName","pluralForm","bundle","_getPlural","_unregister","translate","translation","DOMPurify","sanitize","escapeHTML","translatePlural","textSingular","textPlural","plural","language","Handlebars","registerHelper","bitmap","configurable","writable","IndexedObject","requireObjectCoercible","NATIVE_WEAK_MAP","objectHas","sharedKey","hiddenKeys","WeakMap","store","wmget","wmhas","wmset","metadata","STATE","getterFor","TYPE","aFunction","toInteger","errorProps","Exception","loc","line","endLineNumber","column","endColumn","captureStackTrace","lineNumber","nop","manageFromDocument","setToken","newToken","endpoint","requiresPasswordConfirmation","requirePasswordConfirmation","setPrototypeOf","objectKeys","freeze","seal","_ref","Reflect","construct","thisValue","Func","arr2","_toConsumableArray$1","arrayForEach","unapply","arrayIndexOf","arrayJoin","arrayPop","arrayPush","arraySlice","stringToLowerCase","stringMatch","stringReplace","stringIndexOf","stringTrim","regExpTest","regExpCreate","unconstruct","typeErrorCreate","_len","_key","_len2","_key2","addToSet","lcElement","newObject","svg","svgFilters","mathMl","html$1","svg$1","mathMl$1","MUSTACHE_EXPR","ERB_EXPR","DATA_ATTR","ARIA_ATTR","IS_ALLOWED_URI","IS_SCRIPT_OR_DATA","ATTR_WHITESPACE","_typeof","_toConsumableArray","getGlobal","_createTrustedTypesPolicy","trustedTypes","createPolicy","currentScript","policyName","createHTML","html$$1","createDOMPurify","isSupported","originalDocument","useDOMParser","removeTitle","DocumentFragment","HTMLTemplateElement","Node","NodeFilter","_window$NamedNodeMap","NamedNodeMap","MozNamedAttrMap","Text","Comment","trustedTypesPolicy","emptyHTML","_document","implementation","createNodeIterator","importNode","createHTMLDocument","MUSTACHE_EXPR$$1","ERB_EXPR$$1","DATA_ATTR$$1","ARIA_ATTR$$1","IS_SCRIPT_OR_DATA$$1","ATTR_WHITESPACE$$1","IS_ALLOWED_URI$$1","ALLOWED_TAGS","DEFAULT_ALLOWED_TAGS","ALLOWED_ATTR","DEFAULT_ALLOWED_ATTR","FORBID_TAGS","FORBID_ATTR","ALLOW_ARIA_ATTR","ALLOW_DATA_ATTR","ALLOW_UNKNOWN_PROTOCOLS","SAFE_FOR_JQUERY","SAFE_FOR_TEMPLATES","WHOLE_DOCUMENT","SET_CONFIG","FORCE_BODY","RETURN_DOM","RETURN_DOM_FRAGMENT","RETURN_DOM_IMPORT","RETURN_TRUSTED_TYPE","SANITIZE_DOM","KEEP_CONTENT","IN_PLACE","USE_PROFILES","FORBID_CONTENTS","DATA_URI_TAGS","URI_SAFE_ATTRIBUTES","DEFAULT_URI_SAFE_ATTRIBUTES","CONFIG","formElement","_parseConfig","cfg","ADD_URI_SAFE_ATTR","ALLOWED_URI_REGEXP","ADD_TAGS","ADD_ATTR","table","_forceRemove","outerHTML","_removeAttribute","_initDocument","dirty","leadingWhitespace","dirtyPayload","querySelector","_createIterator","SHOW_ELEMENT","SHOW_COMMENT","SHOW_TEXT","FILTER_ACCEPT","_isClobbered","elm","namespaceURI","_isNode","_executeHook","entryPoint","currentNode","hook","_sanitizeElements","allowedTags","insertAdjacentHTML","htmlToInsert","_isValidAttribute","lcTag","lcName","_sanitizeAttributes","idAttr","hookEvent","attrName","attrValue","keepAttr","allowedAttributes","_attr","forceKeepAttr","setAttributeNS","_sanitizeShadowDOM","shadowNode","shadowIterator","nextNode","importedNode","oldNode","returnNode","toStaticHTML","nodeIterator","serializedHTML","setConfig","clearConfig","isValidAttribute","addHook","hookFunction","removeHook","removeHooks","removeAllHooks","nonEmptyArgs","lastArg","leadingSlash","trailingSlash","sections","acc","section","path1","path2","pathSections1","pathSections2","PREFERRED_STRING","postfix","activeXDocument","enumBugKeys","documentCreateElement","IE_PROTO","EmptyConstructor","scriptTag","NullProtoObject","domain","ActiveXObject","iframeDocument","NullProtoObjectViaActiveX","F","Properties","createIteratorConstructor","getPrototypeOf","setToStringTag","wellKnownSymbol","IS_PURE","Iterators","IteratorsCore","IteratorPrototype","BUGGY_SAFARI_ITERATORS","ITERATOR","returnThis","Iterable","NAME","IteratorConstructor","DEFAULT","IS_SET","FORCED","CurrentIteratorPrototype","KEY","getIterationMethod","KIND","defaultIterator","IterablePrototype","TO_STRING_TAG","INCORRECT_VALUES_NAME","nativeIterator","anyNativeIterator","TAG","useSourceMap","cssMapping","btoa","sourceMapping","sourceMap","base64","sourceURLs","sources","sourceRoot","cssWithMappingToString","mediaQuery","listToStyles","parentId","newStyles","part","media","hasDocument","DEBUG","stylesInDom","singletonElement","singletonCounter","isProduction","isOldIE","addStylesClient","_isProduction","_options","addStylesToDom","newList","mayRemove","domStyle","refs","createStyleElement","styleElement","styleIndex","applyToSingletonTag","applyToTag","newObj","textStore","replaceText","styleSheet","cssNode","ssrId","re1","re2","regexpFlags","stickyHelpers","nativeExec","nativeReplace","patchedExec","UPDATES_LAST_INDEX_WRONG","UNSUPPORTED_Y","BROKEN_CARET","NPCG_INCLUDED","reCopy","re","sticky","charsAdded","strCopy","multiline","cachedSetTimeout","cachedClearTimeout","process","defaultSetTimout","defaultClearTimeout","runTimeout","currentQueue","draining","queueIndex","cleanUpNextTick","drainQueue","marker","runClearTimeout","Item","nextTick","browser","env","argv","versions","addListener","removeListener","removeAllListeners","prependListener","prependOnceListener","binding","cwd","chdir","umask","propertyIsEnumerableModule","toIndexedObject","nativeGetOwnPropertyDescriptor","classof","EXISTS","functionToString","copyright","feature","detection","normalize","POLYFILL","NATIVE","SPECIES","originalArray","C","getOwnPropertySymbols","V8_VERSION","METHOD_NAME","foo","v8","toLength","arraySpeciesCreate","createMethod","IS_MAP","IS_FILTER","IS_SOME","IS_EVERY","IS_FIND_INDEX","NO_HOLES","$this","callbackfn","specificCreate","boundFunction","thrower","ACCESSORS","argument0","argument1","$forEach","arrayMethodIsStrict","arrayMethodUsesToLength","STRICT_METHOD","USES_TO_LENGTH","addToUnscopables","defineIterator","setInternalState","iterated","Arguments","PrototypeOfArrayIteratorPrototype","arrayIterator","CORRECT_PROTOTYPE_GETTER","ObjectPrototype","aPossiblePrototype","CORRECT_SETTER","__proto__","FREEZING","METADATA","isExtensible","setMetadata","objectID","weakData","meta","REQUIRED","fastKey","getWeakData","onFreeze","isArrayIteratorMethod","getIteratorMethod","callWithSafeIterationClosing","Result","iterable","AS_ENTRIES","IS_ITERATOR","iterFn","TO_STRING_TAG_SUPPORT","classofRaw","CORRECT_ARGUMENTS","tryGet","callee","Constructor","CSSRuleList","CSSStyleDeclaration","CSSValueList","ClientRectList","DOMRectList","DOMStringList","DOMTokenList","DataTransferItemList","FileList","HTMLAllCollection","HTMLCollection","HTMLFormElement","HTMLSelectElement","MediaList","MimeTypeArray","NodeList","PaintRequestList","Plugin","PluginArray","SVGLengthList","SVGNumberList","SVGPathSegList","SVGPointList","SVGStringList","SVGTransformList","SourceBufferList","StyleSheetList","TextTrackCueList","TextTrackList","TouchList","matchHtmlRegExp","charCodeAt","_interopRequireDefault","_interopRequireWildcard","_handlebarsSafeString2","_handlebarsException2","Utils","runtime","_handlebarsNoConflict2","hb","HandlebarsEnvironment","SafeString","VM","spec","inst","nativePropertyIsEnumerable","NASHORN_BUG","1","V","toAbsoluteIndex","IS_INCLUDES","ignoreCase","dotAll","unicode","normalizeComponent","scriptExports","staticRenderFns","functionalTemplate","injectStyles","scopeId","moduleIdentifier","shadowMode","_compiled","functional","_scopeId","$vnode","ssrContext","__VUE_SSR_CONTEXT__","_registeredComponents","_ssrRegister","$root","$options","shadowRoot","_injectStyles","originalRender","beforeCreate","default","_axios","_auth","requesttoken","cancelableClient","CancelToken","isCancel","onRequestTokenUpdate","queryString","components","build","_requesttoken","_user","dynamicSlideToggleEnabled","enableDynamicSlideToggle","registerAppsSlideToggle","areaSelector","area","hideArea","showArea","_XML_CHAR_MAP","_escapeXml","ch","userName","parseClarkNotation","_renderPropSet","propValue","mkcol","responseType","xhrProvider","upload","onProgress","Promise","fulfill","onreadystatechange","resultBody","parseMultiStatus","ontimeout","_parsePropNode","propNode","subNodes","xmlBody","resolver","responseIterator","XPathResult","ANY_TYPE","responseNode","iterateNext","stringValue","propStatIterator","propStatNode","propIterator","localName","baseParts","parseUrl","subString","scheme","propertyName","pageLoadTime","serverTimeDiff","nc_pageLoad","timeSinceLogin","nc_lastLogin","backendAllowsPasswordConfirmation","rejectCallback","_confirmPassword","$dialog","$error","$buttons","lastLogin","_semver","_defineProperties","packageJson","_classCallCheck","_defineProperty","getVersion","valid","major","NODE_DEBUG","SEMVER_SPEC_VERSION","MAX_SAFE_INTEGER","R","tok","NUMERICIDENTIFIER","NUMERICIDENTIFIERLOOSE","NONNUMERICIDENTIFIER","MAINVERSION","MAINVERSIONLOOSE","PRERELEASEIDENTIFIER","PRERELEASEIDENTIFIERLOOSE","PRERELEASE","PRERELEASELOOSE","BUILDIDENTIFIER","BUILD","FULLPLAIN","FULL","LOOSEPLAIN","LOOSE","GTLT","XRANGEIDENTIFIERLOOSE","XRANGEIDENTIFIER","XRANGEPLAIN","XRANGEPLAINLOOSE","XRANGE","XRANGELOOSE","COERCE","COERCERTL","LONETILDE","TILDETRIM","TILDE","TILDELOOSE","LONECARET","CARETTRIM","CARET","CARETLOOSE","COMPARATORLOOSE","COMPARATOR","COMPARATORTRIM","HYPHENRANGE","HYPHENRANGELOOSE","STAR","loose","includePrerelease","SemVer","er","minor","prerelease","clean","compareMain","comparePre","compareIdentifiers","compareBuild","inc","release","version1","version2","v1","v2","defaultResult","numeric","anum","bnum","gt","lt","neq","gte","lte","cmp","op","Comparator","comp","semver","ANY","rcompareIdentifiers","compareLoose","versionA","versionB","rcompare","rsort","Range","parseRange","isSatisfiable","comparators","remainingComparators","testComparator","otherComparator","intersects","isX","hyphenReplace","$0","fM","fm","fp","fpr","fb","tM","tm","tp","tpr","tb","testSet","allowed","satisfies","outside","hilo","gtfn","ltefn","ltfn","ecomp","rangeTmp","sameDirectionIncreasing","sameDirectionDecreasing","sameSemVer","differentDirectionsInclusive","oppositeDirectionsLessThan","oppositeDirectionsGreaterThan","comps","hr","compRe","pr","replaceCaret","replaceCarets","replaceTilde","replaceTildes","gtlt","xM","xm","xp","anyX","replaceXRange","replaceXRanges","replaceStars","parseComparator","thisComparators","rangeComparators","thisComparator","rangeComparator","toComparators","maxSatisfying","maxSV","rangeObj","minSatisfying","minSV","minVersion","minver","compver","validRange","ltr","gtr","r1","r2","coerce","rtl","Map","createProperty","arrayMethodHasSpeciesSupport","IS_CONCAT_SPREADABLE","IS_CONCAT_SPREADABLE_SUPPORT","SPECIES_SUPPORT","isConcatSpreadable","spreadable","A","ownKeys","getOwnPropertyDescriptorModule","getBuiltIn","getOwnPropertyNamesModule","getOwnPropertySymbolsModule","internalObjectKeys","integer","propertyKey","$filter","HAS_SPECIES_SUPPORT","UNSCOPABLES","ArrayPrototype","collectionStrong","InternalMetadataModule","iterate","anInstance","checkCorrectnessOfIteration","inheritIfRequired","CONSTRUCTOR_NAME","common","IS_WEAK","ADDER","NativeConstructor","NativePrototype","exported","fixMethod","nativeMethod","getConstructor","HASNT_CHAINING","THROWS_ON_PRIMITIVES","ACCEPT_ITERABLES","BUGGY_ZERO","$instance","dummy","setStrong","preventExtensions","ENTRIES","returnMethod","SAFE_CLOSING","called","iteratorWithReturn","SKIP_CLOSING","ITERATION_SUPPORT","Wrapper","NewTarget","NewTargetPrototype","redefineAll","setSpecies","internalStateGetterFor","define","getEntry","ITERATOR_NAME","getInternalCollectionState","getInternalIteratorState","point","CONVERT_TO_STRING","S","codeAt","DOMIterables","COLLECTION_NAME","CollectionPrototype","ArrayIteratorMethods","ArrayValues","webpackPolyfill","regexpExec","REPLACE_SUPPORTS_NAMED_GROUPS","REPLACE_KEEPS_$0","REPLACE","REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE","SPLIT_WORKS_WITH_OVERWRITTEN_EXEC","originalExec","SYMBOL","DELEGATES_TO_SYMBOL","DELEGATES_TO_EXEC","execCalled","nativeRegExpMethod","regexp","arg2","forceStringMethod","stringMethod","regexMethod","_utils","_exception2","_helpers","_decorators","_logger2","_internalProtoAccess","COMPILER_REVISION","LAST_COMPATIBLE_COMPILER_REVISION","REVISION_CHANGES","2","3","4","5","6","7","8","helpers","partials","decorators","registerDefaultHelpers","registerDefaultDecorators","logger","unregisterHelper","registerPartial","unregisterPartial","registerDecorator","unregisterDecorator","resetLoggedPropertyAccesses","resetLoggedProperties","_helpersBlockHelperMissing2","_helpersEach2","_helpersHelperMissing2","_helpersIf2","_helpersLog2","_helpersLookup2","_helpersWith2","moveHelperToHooks","helperName","keepHelper","level","lookupLevel","levelMap","createProtoAccessControl","runtimeOptions","defaultMethodWhiteList","defaultPropertyWhiteList","whitelist","_createNewLookupObject","createNewLookupObject","allowedProtoProperties","allowProtoPropertiesByDefault","allowedProtoMethods","allowProtoMethodsByDefault","resultIsAllowed","protoAccessControl","checkWhiteList","loggedProperties","protoAccessControlForType","logUnexpecedPropertyAccessOnce","symbolMap","numberMap","plurals","pluralize","weekdaysParseExact","suffixes","70","80","20","50","100","9","10","30","60","90","relativeTimeWithPlural","forms","standalone","lastDigit","last2Digits","relativeTimeWithMutation","mutationTable","softMutation","mutation","lastNumber","monthsParseExact","ll","lll","llll","monthsStrictRegex","monthsShortStrictRegex","longMonthsParse","shortMonthsParse","processRelativeTime","monthsNominativeEl","monthsGenitiveEl","momentToFormat","_monthsGenitiveEl","_monthsNominativeEl","calendarEl","_calendarEl","monthsShortDot","numbersPast","numbersFuture","verbalNumber","monthsShortWithDots","monthsShortWithoutDots","weekEndings","40","isUpper","eifelerRegelAppliesToNumber","translateSingular","relativeTimeWithSingular","translator","words","correctGrammaticalCase","wordKey","relativeTimeMr","monthsNominative","monthsSubjective","12","13","numbersNouns","numberNoun","hundred","ten","word","numberAsNoun","processHoursFunction","utils","encode","paramsSerializer","serializedParams","hashmarkIndex","__CANCEL__","normalizeHeaderName","DEFAULT_CONTENT_TYPE","setContentTypeIfUnset","adapter","transformRequest","transformResponse","xsrfCookieName","xsrfHeaderName","maxContentLength","validateStatus","settle","buildURL","buildFullPath","parseHeaders","isURLSameOrigin","createError","requestData","auth","Authorization","fullPath","baseURL","responseURL","onabort","timeoutErrorMessage","xsrfValue","withCredentials","onDownloadProgress","onUploadProgress","cancelToken","enhanceError","config1","config2","valueFromConfig2Keys","mergeDeepPropertiesKeys","defaultToConfig2Keys","axiosKeys","otherKeys","Cancel","loadState","atob","Contact","fullName","lastMessage","actions","hasOneAction","hasTwoActions","hasManyActions","ContactCollection","ContactsListView","_subViews","contact","ContactsListItemView","_onChildActionMenuToggle","$src","view","_template","_model","_actionMenuShown","contactTemplate","require","_onOtherActionMenuOpened","imageplaceholder","_onToggleActionsMenu","ContactsMenuView","_loadingTemplate","_errorTemplate","_contentTemplate","_contactsTemplate","_contacts","_searchTerm","templates","menu","_onSearch","searchTerm","loadingTemplate","errorTemplate","couldNotLoadText","contentTemplate","searchContactsText","contactsTemplate","noContactsFoundText","showAllContactsText","contactsAppMgmtText","showLoading","loadingText","showError","showContacts","viewData","contacts","contactsAppEnabled","contactsAppURL","canInstallApp","contactsAppMgmtURL","searchVal","_$trigger","_view","_contactsPromise","_loadContacts","_toggleVisibility","_getContacts","term","catch","$indexOf","nativeIndexOf","NEGATIVE_ZERO","searchElement","nativeAssign","B","symbol","T","argumentsLength","RE","RegExpPrototype","nativeToString","NOT_GENERIC","INCORRECT_NAME","rf","fixRegExpWellKnownSymbolLogic","advanceStringIndex","regExpExec","SUBSTITUTION_SYMBOLS","SUBSTITUTION_SYMBOLS_NO_NAMED","maybeCallNative","reason","UNSAFE_SUBSTITUTE","searchValue","replaceValue","replacer","rx","functionalReplace","fullUnicode","accumulatedResult","nextSourcePosition","captures","namedCaptures","replacerArgs","getSubstitution","tailPos","symbols","capture","emptyObject","isUndef","isDef","isTrue","isPrimitive","_toString","isValidArrayIndex","isPromise","toNumber","makeMap","expectsLowerCase","isReservedAttribute","camelizeRE","camelize","capitalize","hyphenateRE","hyphenate","boundFn","_length","_from","no","looseEqual","isObjectA","isObjectB","isArrayA","isArrayB","keysA","keysB","looseIndexOf","ASSET_TYPES","LIFECYCLE_HOOKS","optionMergeStrategies","productionTip","devtools","performance","errorHandler","warnHandler","ignoredElements","keyCodes","isReservedTag","isReservedAttr","isUnknownElement","getTagNamespace","parsePlatformTagName","mustUseProp","_lifecycleHooks","unicodeRegExp","def","bailRE","_isServer","hasProto","inBrowser","inWeex","WXEnvironment","platform","weexPlatform","UA","isIE9","isEdge","isIOS","isFF","nativeWatch","watch","supportsPassive","isServerRendering","VUE_ENV","__VUE_DEVTOOLS_GLOBAL_HOOK__","isNative","_Set","hasSymbol","Set","Dep","subs","addSub","sub","removeSub","depend","addDep","targetStack","pushTarget","popTarget","VNode","componentOptions","asyncFactory","fnContext","fnOptions","fnScopeId","componentInstance","isStatic","isRootInsert","isComment","isCloned","isOnce","asyncMeta","isAsyncPlaceholder","prototypeAccessors","createEmptyVNode","createTextVNode","cloneVNode","vnode","cloned","arrayProto","arrayMethods","inserted","ob","__ob__","observeArray","dep","arrayKeys","shouldObserve","toggleObserving","Observer","vmCount","protoAugment","copyAugment","walk","observe","asRootData","_isVue","defineReactive$$1","customSetter","childOb","dependArray","newVal","del","items","strats","mergeData","toVal","fromVal","mergeDataOrFn","parentVal","childVal","vm","instanceData","defaultData","mergeHook","dedupeHooks","mergeAssets","key$1","provide","defaultStrat","mergeOptions","normalizeProps","normalized","normalizeInject","dirs","directives","def$$1","normalizeDirectives","_base","extends","mixins","mergeField","strat","resolveAsset","warnMissing","assets","camelizedId","PascalCaseId","validateProp","propOptions","propsData","absent","booleanIndex","getTypeIndex","stringIndex","_props","getType","getPropDefaultValue","prevShouldObserve","isSameType","expectedTypes","handleError","$parent","errorCaptured","globalHandleError","invokeWithErrorHandling","_handled","logError","timerFunc","isUsingMicroTask","callbacks","pending","flushCallbacks","copies","MutationObserver","setImmediate","counter","observer","textNode","characterData","_resolve","seenObjects","traverse","_traverse","isA","depId","normalizeEvent","passive","once$$1","createFnInvoker","invoker","arguments$1","updateListeners","oldOn","remove$$1","createOnceHandler","mergeVNodeHook","hookKey","oldHook","wrappedHook","checkProp","altKey","preserve","normalizeChildren","normalizeArrayChildren","nestedIndex","isTextNode","_isVList","resolveInject","provideKey","_provided","provideDefault","resolveSlots","slots","slot","name$1","isWhitespace","normalizeScopedSlots","normalSlots","prevSlots","hasNormalSlots","isStable","$stable","$key","_normalized","$hasNormal","normalizeScopedSlot","key$2","proxyNormalSlot","renderList","renderSlot","bindObject","scopedSlotFn","$scopedSlots","$slots","$createElement","resolveFilter","isKeyNotMatch","expect","actual","checkKeyCodes","eventKeyCode","builtInKeyCode","eventKeyName","builtInKeyName","mappedKeyCode","bindObjectProps","asProp","isSync","loop","domProps","camelizedKey","hyphenatedKey","$event","renderStatic","isInFor","_staticTrees","tree","markStatic","_renderProxy","markOnce","markStaticNode","bindObjectListeners","ours","resolveScopedSlots","hasDynamicKeys","contentHashKey","bindDynamicKeys","baseObj","prependModifier","installRenderHelpers","_o","_n","_s","_t","_q","_m","_k","_b","_v","_e","_u","_g","_p","FunctionalRenderContext","contextVm","this$1","_original","isCompiled","needNormalization","injections","scopedSlots","_c","cloneAndMarkFunctionalResult","renderContext","mergeProps","componentVNodeHooks","hydrating","_isDestroyed","keepAlive","mountedNode","prepatch","_isComponent","_parentVnode","inlineTemplate","createComponentInstanceForVnode","activeInstance","$mount","oldVnode","parentVnode","renderChildren","newScopedSlots","oldScopedSlots","hasDynamicScopedSlot","needsForceUpdate","_renderChildren","_vnode","$attrs","$listeners","propKeys","_propKeys","oldListeners","_parentListeners","updateComponentListeners","$forceUpdate","updateChildComponent","_isMounted","callHook","_inactive","activatedChildren","activateChildComponent","deactivateChildComponent","direct","_directInactive","isInInactiveTree","$children","$destroy","hooksToMerge","createComponent","baseCtor","errorComp","resolved","currentRenderingInstance","owners","loadingComp","timerLoading","timerTimeout","$on","forceRender","renderCompleted","ensureCtor","component","resolveAsyncComponent","createAsyncPlaceholder","resolveConstructorOptions","transformModel","extractPropsFromVNodeData","vnodes","createFunctionalComponent","nativeOn","abstract","_merged","mergeHook$1","installComponentHooks","f1","f2","normalizationType","alwaysNormalize","simpleNormalizeChildren","pre","applyNS","force","class","registerDeepBindings","getFirstComponentChild","remove$1","$off","_target","onceHandler","setActiveInstance","prevActiveInstance","_hasHookEvent","$emit","waiting","flushing","currentFlushTimestamp","getNow","createEvent","flushSchedulerQueue","watcher","activatedQueue","updatedQueue","callActivatedHooks","_watcher","callUpdatedHooks","uid$2","Watcher","expOrFn","isRenderWatcher","_watchers","user","lazy","deps","newDeps","depIds","newDepIds","expression","segments","parsePath","cleanupDeps","queueWatcher","oldValue","_isBeingDestroyed","sharedPropertyDefinition","sourceKey","initState","propsOptions","initProps","initMethods","getData","initData","watchers","_computedWatchers","isSSR","userDef","computedWatcherOptions","defineComputed","initComputed","createWatcher","initWatch","shouldCache","createComputedGetter","createGetterInvoker","$watch","uid$3","super","superOptions","modifiedOptions","latest","sealed","sealedOptions","resolveModifiedOptions","extendOptions","Vue","_init","initExtend","Super","SuperId","cachedCtors","_Ctor","Sub","Comp","initProps$1","initComputed$1","use","getComponentName","pruneCache","keepAliveInstance","cachedNode","pruneCacheEntry","cached$$1","_uid","vnodeComponentOptions","_componentTag","initInternalComponent","_self","$refs","initLifecycle","initEvents","parentData","initRender","initInjections","initProvide","initMixin","dataDef","propsDef","$set","$delete","stateMixin","hookRE","$once","i$1","cbs","eventsMixin","_update","prevEl","prevVnode","restoreActiveInstance","__patch__","__vue__","lifecycleMixin","$nextTick","_render","ref","renderMixin","patternTypes","builtInComponents","KeepAlive","exclude","created","destroyed","mounted","configDef","util","defineReactive","observable","installedPlugins","_installedPlugins","install","initUse","initMixin$1","definition","initAssetRegisters","initGlobalAPI","acceptValue","isEnumeratedAttr","isValidContentEditableValue","isBooleanAttr","xlinkNS","isXlink","getXlinkProp","isFalsyAttrValue","genClassForVnode","childNode","mergeClassData","staticClass","dynamicClass","stringifyClass","renderClass","stringified","stringifyArray","stringifyObject","namespaceMap","math","isHTMLTag","isSVG","unknownElementCache","isTextInputType","nodeOps","multiple","createElementNS","newNode","referenceNode","setTextContent","setStyleScope","registerRef","isRemoval","refInFor","emptyNode","sameVnode","typeA","typeB","sameInputType","createKeyToOldIdx","beginIdx","endIdx","updateDirectives","oldDir","isCreate","isDestroy","oldDirs","normalizeDirectives$1","newDirs","dirsWithInsert","dirsWithPostpatch","oldArg","callHook$1","componentUpdated","callInsert","emptyModifiers","modifiers","getRawDirName","rawName","baseModules","updateAttrs","inheritAttrs","oldAttrs","setAttr","removeAttributeNS","baseSetAttr","convertEnumeratedValue","__ieph","blocker","updateClass","oldData","cls","transitionClass","_transitionClasses","_prevClass","target$1","klass","createOnceHandler$1","remove$2","useMicrotaskFix","add$1","attachedTimestamp","_wrapper","updateDOMListeners","change","normalizeEvents","svgContainer","updateDOMProps","oldProps","_value","strCur","shouldUpdateValue","checkVal","composing","notInFocus","isNotInFocusAndDirty","_vModifiers","isDirtyWithModifiers","parseStyleText","propertyDelimiter","normalizeStyleData","normalizeStyleBinding","staticStyle","bindingStyle","emptyStyle","cssVarRE","importantRE","setProp","setProperty","normalizedName","vendorNames","updateStyle","oldStaticStyle","oldStyleBinding","normalizedStyle","oldStyle","newStyle","checkChild","styleData","getStyle","whitespaceRE","classList","tar","resolveTransition","autoCssTransition","enterClass","enterToClass","enterActiveClass","leaveClass","leaveToClass","leaveActiveClass","hasTransition","transitionProp","transitionEndEvent","animationProp","animationEndEvent","ontransitionend","onwebkittransitionend","onanimationend","onwebkitanimationend","raf","requestAnimationFrame","nextFrame","addTransitionClass","transitionClasses","removeTransitionClass","whenTransitionEnds","expectedType","getTransitionInfo","propCount","ended","onEnd","transformRE","transitionDelays","transitionDurations","transitionTimeout","getTimeout","animationDelays","animationDurations","animationTimeout","hasTransform","delays","durations","toMs","enter","toggleDisplay","_leaveCb","cancelled","transition","_enterCb","appearClass","appearToClass","appearActiveClass","beforeEnter","afterEnter","enterCancelled","beforeAppear","appear","afterAppear","appearCancelled","transitionNode","isAppear","startClass","activeClass","toClass","beforeEnterHook","enterHook","afterEnterHook","enterCancelledHook","explicitEnterDuration","expectsCSS","userWantsControl","getHookArgumentsLength","pendingNode","isValidDuration","leave","rm","beforeLeave","afterLeave","leaveCancelled","delayLeave","explicitLeaveDuration","performLeave","invokerFns","_enter","backend","removeNode","createElm","insertedVnodeQueue","parentElm","refElm","nested","ownerArray","isReactivated","initComponent","innerNode","activate","reactivateComponent","setScope","createChildren","invokeCreateHooks","pendingInsert","isPatchable","ref$$1","ancestor","addVnodes","startIdx","invokeDestroyHook","removeVnodes","removeAndInvokeRemoveHook","childElm","createRmCb","findIdxInOld","oldCh","patchVnode","removeOnly","hydrate","newCh","oldKeyToIdx","idxInOld","vnodeToMove","oldStartIdx","newStartIdx","oldEndIdx","oldStartVnode","oldEndVnode","newEndIdx","newStartVnode","newEndVnode","canMove","updateChildren","postpatch","invokeInsertHook","isRenderedModule","inVPre","hasChildNodes","childrenMatch","fullInvoke","isInitialPatch","isRealElement","oldElm","patchable","i$2","createPatchFunction","vmodel","directive","_vOptions","setSelected","onCompositionStart","onCompositionEnd","prevOptions","curOptions","hasNoMatchingOption","actuallySetSelected","isMultiple","initEvent","dispatchEvent","locateNode","platformDirectives","transition$$1","originalDisplay","__vOriginalDisplay","transitionProps","getRealChild","compOptions","extractTransitionData","rawChild","isNotTextNode","isVShowDirective","Transition","hasParentTransition","_leaving","oldRawChild","oldChild","isSameChild","delayedLeave","moveClass","callPendingCbs","_moveCb","recordPosition","newPos","applyTranslation","oldPos","moved","transform","WebkitTransform","transitionDuration","platformComponents","TransitionGroup","beforeMount","kept","prevChildren","rawChildren","transitionData","c$1","updated","hasMove","_reflow","_hasMove","HTMLUnknownElement","HTMLElement","updateComponent","mountComponent","nativeJoin","ES3_STRINGS","$map","$reduce","IS_RIGHT","speciesConstructor","callRegExpExec","SUPPORTS_Y","SPLIT","nativeSplit","internalSplit","lim","lastLastIndex","separatorCopy","splitter","unicodeMatching","q","z","MATCH","defaultConstructor","depth0","stack1","alias1","lambda","alias2","lookupProperty","nullContext","program","helper","helperMissing","alias4","alias3","inverse","_exception","priorKey","execIteration","conditional","includeZero","_decoratorsInline2","_decoratorsInline","checkRevision","compilerInfo","compilerRevision","currentRevision","runtimeVersions","compilerVersions","templateSpec","main","decorator","main_d","compiler","templateWasPrecompiledWithCompilerV7","lookup","depths","invokePartial","resolvePartial","extendedOptions","compilerOptions","indent","lines","programs","declaredBlockParams","programWrapper","wrapProgram","mergeIfNeeded","_setup","useData","useBlockParams","useDepths","executeDecorators","isTop","mergedHelpers","_internalWrapHelper","wrapHelper","passLookupPropertyOption","wrapHelpersToPassLookupProperty","usePartial","useDecorators","keepHelperInHelpers","allowCallsToHelperMissing","_child","currentPartialBlock","partialBlock","prog","currentDepths","transformOptionsFn","$Handlebars","webpackContext","req","webpackContextResolve","Axios","mergeConfig","createInstance","defaultConfig","axios","instanceConfig","promises","spread","InterceptorManager","dispatchRequest","interceptors","fulfilled","rejected","getUri","eject","transformData","throwIfCancellationRequested","throwIfRequested","isAxiosError","description","fileName","columnNumber","isAbsoluteURL","combineURLs","requestedURL","relativeURL","ignoreDuplicateOf","originURL","msie","urlParsingNode","resolveURL","requestURL","expires","secure","toGMTString","executor","resolvePromise","observers","tokenElement","uidElement","displayNameElement","DAY","HOUR","MINUTE","SECOND","BASELINE_YEAR","MAX_SCORE","AMBIGUITIES","rules","olson","dst_rules","zones","determine","Intl","DateTimeFormat","resolvedOptions","timeZone","timezones","using_intl","needle","offsets","jstz","locals","__webpack_amd_options__","Timeout","clearFn","_id","_clearFn","scope","unref","enroll","msecs","_idleTimeoutId","_idleTimeout","unenroll","_unrefActive","_onTimeout","clearImmediate","registerImmediate","channel","messagePrefix","onGlobalMessage","nextHandle","tasksByHandle","currentlyRunningATask","attachTo","runIfPresent","postMessage","importScripts","postMessageIsAsynchronous","oldOnMessage","canUsePostMessage","MessageChannel","port1","port2","task","strictUriEncode","objectAssign","decodeComponent","extract","queryStart","formatter","arrayFormat","parserForArrayFormat","keysSorter","encoderForArrayFormat","val2","propIsEnumerable","test1","test2","test3","shouldUseNative","singleMatcher","multiMatcher","decodeComponents","decode","encodedURI","replaceMap","customDecodeURIComponent","___CSS_LOADER_API_IMPORT___","_vm","_h","shake","invalidPassword","autoCompleteAllowed","updateUsername","passwordInputType","togglePassword","invertedColors","throttleDelay","redirectUrl","timezone","timezoneOffset","warning","$$a","$$el","$$c","$$i","resetPassword","resetPasswordTarget","canResetPassword","resetPasswordLink","passwordResetFinished","directLogin","messages","errors","localStorage","sessionStorage","Nextcloud","fromStateOr","orValue","LoginView","Theming","inverted","resetPasswordUser"],"mappings":"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R,UAAW,IACX,OAAQ,IACR,UAAW,IACX,OAAQ,IACR,UAAW,IACX,OAAQ,IACR,UAAW,IACX,OAAQ,IACR,UAAW,IACX,OAAQ,IACR,UAAW,IACX,OAAQ,IACR,UAAW,IACX,OAAQ,IACR,UAAW,IACX,aAAc,IACd,UAAW,IACX,aAAc,IACd,UAAW,IACX,OAAQ,IACR,UAAW,IACX,OAAQ,IACR,UAAW,IACX,UAAW,IACX,aAAc,IACd,UAAW,IACX,aAAc,IACd,UAAW,IACX,aAAc,IACd,UAAW,IACX,aAAc,IACd,UAAW,IACX,aAAc,IACd,UAAW,IACX,aAAc,IACd,UAAW,IACX,aAAc,IACd,OAAQ,IACR,UAAW,IACX,OAAQ,IACR,UAAW,IACX,aAAc,IACd,UAAW,IACX,aAAc,IACd,UAAW,IACX,OAAQ,IACR,UAAW,IACX,OAAQ,IACR,UAAW,IACX,OAAQ,IACR,UAAW,IACX,OAAQ,IACR,UAAW,IACX,OAAQ,IACR,UAAW,IACX,OAAQ,IACR,UAAW,IACX,aAAc,IACd,UAAW,IACX,aAAc,IACd,UAAW,IACX,OAAQ,IACR,UAAW,IACX,OAAQ,IACR,UAAW,IACX,OAAQ,IACR,UAAW,IACX,OAAQ,IACR,UAAW,IACX,aAAc,IACd,gBAAiB,IACjB,OAAQ,IACR,UAAW,IACX,OAAQ,IACR,UAAW,IACX,OAAQ,IACR,UAAW,IACX,OAAQ,IACR,UAAW,IACX,OAAQ,IACR,UAAW,IACX,UAAW,IACX,aAAc,IACd,OAAQ,IACR,UAAW,IACX,OAAQ,IACR,UAAW,IACX,OAAQ,IACR,UAAW,IACX,aAAc,IACd,UAAW,IACX,OAAQ,IACR,UAAW,IACX,OAAQ,IACR,UAAW,IACX,OAAQ,IACR,UAAW,IACX,OAAQ,IACR,UAAW,IACX,OAAQ,IACR,UAAW,IACX,OAAQ,IACR,UAAW,IACX,OAAQ,IACR,UAAW,IACX,OAAQ,IACR,UAAW,IACX,OAAQ,IACR,UAAW,IACX,OAAQ,IACR,UAAW,IACX,OAAQ,IACR,UAAW,IACX,OAAQ,IACR,UAAW,IACX,OAAQ,IACR,UAAW,IACX,OAAQ,IACR,UAAW,IACX,OAAQ,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","file":"login.js","sourcesContent":[" \t// The module cache\n \tvar installedModules = {};\n\n \t// The require function\n \tfunction __webpack_require__(moduleId) {\n\n \t\t// Check if module is in cache\n \t\tif(installedModules[moduleId]) {\n \t\t\treturn installedModules[moduleId].exports;\n \t\t}\n \t\t// Create a new module (and put it into the cache)\n \t\tvar module = installedModules[moduleId] = {\n \t\t\ti: moduleId,\n \t\t\tl: false,\n \t\t\texports: {}\n \t\t};\n\n \t\t// Execute the module function\n \t\tmodules[moduleId].call(module.exports, module, module.exports, __webpack_require__);\n\n \t\t// Flag the module as loaded\n \t\tmodule.l = true;\n\n \t\t// Return the exports of the module\n \t\treturn module.exports;\n \t}\n\n\n \t// expose the modules object (__webpack_modules__)\n \t__webpack_require__.m = modules;\n\n \t// expose the module cache\n \t__webpack_require__.c = installedModules;\n\n \t// define getter function for harmony exports\n \t__webpack_require__.d = function(exports, name, getter) {\n \t\tif(!__webpack_require__.o(exports, name)) {\n \t\t\tObject.defineProperty(exports, name, { enumerable: true, get: getter });\n \t\t}\n \t};\n\n \t// define __esModule on exports\n \t__webpack_require__.r = function(exports) {\n \t\tif(typeof Symbol !== 'undefined' && Symbol.toStringTag) {\n \t\t\tObject.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });\n \t\t}\n \t\tObject.defineProperty(exports, '__esModule', { value: true });\n \t};\n\n \t// create a fake namespace object\n \t// mode & 1: value is a module id, require it\n \t// mode & 2: merge all properties of value into the ns\n \t// mode & 4: return value when already ns object\n \t// mode & 8|1: behave like require\n \t__webpack_require__.t = function(value, mode) {\n \t\tif(mode & 1) value = __webpack_require__(value);\n \t\tif(mode & 8) return value;\n \t\tif((mode & 4) && typeof value === 'object' && value && value.__esModule) return value;\n \t\tvar ns = Object.create(null);\n \t\t__webpack_require__.r(ns);\n \t\tObject.defineProperty(ns, 'default', { enumerable: true, value: value });\n \t\tif(mode & 2 && typeof value != 'string') for(var key in value) __webpack_require__.d(ns, key, function(key) { return value[key]; }.bind(null, key));\n \t\treturn ns;\n \t};\n\n \t// getDefaultExport function for compatibility with non-harmony modules\n \t__webpack_require__.n = function(module) {\n \t\tvar getter = module && module.__esModule ?\n \t\t\tfunction getDefault() { return module['default']; } :\n \t\t\tfunction getModuleExports() { return module; };\n \t\t__webpack_require__.d(getter, 'a', getter);\n \t\treturn getter;\n \t};\n\n \t// Object.prototype.hasOwnProperty.call\n \t__webpack_require__.o = function(object, property) { return Object.prototype.hasOwnProperty.call(object, property); };\n\n \t// __webpack_public_path__\n \t__webpack_require__.p = \"\";\n\n\n \t// Load entry module and return exports\n \treturn __webpack_require__(__webpack_require__.s = 1140);\n","/*!\n * jQuery JavaScript Library v2.1.4\n * http://jquery.com/\n *\n * Includes Sizzle.js\n * http://sizzlejs.com/\n *\n * Copyright 2005, 2014 jQuery Foundation, Inc. and other contributors\n * Released under the MIT license\n * http://jquery.org/license\n *\n * Date: 2015-04-28T16:01Z\n */\n\n(function( global, factory ) {\n\n\tif ( typeof module === \"object\" && typeof module.exports === \"object\" ) {\n\t\t// For CommonJS and CommonJS-like environments where a proper `window`\n\t\t// is present, execute the factory and get jQuery.\n\t\t// For environments that do not have a `window` with a `document`\n\t\t// (such as Node.js), expose a factory as module.exports.\n\t\t// This accentuates the need for the creation of a real `window`.\n\t\t// e.g. var jQuery = require(\"jquery\")(window);\n\t\t// See ticket #14549 for more info.\n\t\tmodule.exports = global.document ?\n\t\t\tfactory( global, true ) :\n\t\t\tfunction( w ) {\n\t\t\t\tif ( !w.document ) {\n\t\t\t\t\tthrow new Error( \"jQuery requires a window with a document\" );\n\t\t\t\t}\n\t\t\t\treturn factory( w );\n\t\t\t};\n\t} else {\n\t\tfactory( global );\n\t}\n\n// Pass this if window is not defined yet\n}(typeof window !== \"undefined\" ? window : this, function( window, noGlobal ) {\n\n// Support: Firefox 18+\n// Can't be in strict mode, several libs including ASP.NET trace\n// the stack via arguments.caller.callee and Firefox dies if\n// you try to trace through \"use strict\" call chains. (#13335)\n//\n\nvar arr = [];\n\nvar slice = arr.slice;\n\nvar concat = arr.concat;\n\nvar push = arr.push;\n\nvar indexOf = arr.indexOf;\n\nvar class2type = {};\n\nvar toString = class2type.toString;\n\nvar hasOwn = class2type.hasOwnProperty;\n\nvar support = {};\n\n\n\nvar\n\t// Use the correct document accordingly with window argument (sandbox)\n\tdocument = window.document,\n\n\tversion = \"2.1.4\",\n\n\t// Define a local copy of jQuery\n\tjQuery = function( selector, context ) {\n\t\t// The jQuery object is actually just the init constructor 'enhanced'\n\t\t// Need init if jQuery is called (just allow error to be thrown if not included)\n\t\treturn new jQuery.fn.init( selector, context );\n\t},\n\n\t// Support: Android<4.1\n\t// Make sure we trim BOM and NBSP\n\trtrim = /^[\\s\\uFEFF\\xA0]+|[\\s\\uFEFF\\xA0]+$/g,\n\n\t// Matches dashed string for camelizing\n\trmsPrefix = /^-ms-/,\n\trdashAlpha = /-([\\da-z])/gi,\n\n\t// Used by jQuery.camelCase as callback to replace()\n\tfcamelCase = function( all, letter ) {\n\t\treturn letter.toUpperCase();\n\t};\n\njQuery.fn = jQuery.prototype = {\n\t// The current version of jQuery being used\n\tjquery: version,\n\n\tconstructor: jQuery,\n\n\t// Start with an empty selector\n\tselector: \"\",\n\n\t// The default length of a jQuery object is 0\n\tlength: 0,\n\n\ttoArray: function() {\n\t\treturn slice.call( this );\n\t},\n\n\t// Get the Nth element in the matched element set OR\n\t// Get the whole matched element set as a clean array\n\tget: function( num ) {\n\t\treturn num != null ?\n\n\t\t\t// Return just the one element from the set\n\t\t\t( num < 0 ? this[ num + this.length ] : this[ num ] ) :\n\n\t\t\t// Return all the elements in a clean array\n\t\t\tslice.call( this );\n\t},\n\n\t// Take an array of elements and push it onto the stack\n\t// (returning the new matched element set)\n\tpushStack: function( elems ) {\n\n\t\t// Build a new jQuery matched element set\n\t\tvar ret = jQuery.merge( this.constructor(), elems );\n\n\t\t// Add the old object onto the stack (as a reference)\n\t\tret.prevObject = this;\n\t\tret.context = this.context;\n\n\t\t// Return the newly-formed element set\n\t\treturn ret;\n\t},\n\n\t// Execute a callback for every element in the matched set.\n\t// (You can seed the arguments with an array of args, but this is\n\t// only used internally.)\n\teach: function( callback, args ) {\n\t\treturn jQuery.each( this, callback, args );\n\t},\n\n\tmap: function( callback ) {\n\t\treturn this.pushStack( jQuery.map(this, function( elem, i ) {\n\t\t\treturn callback.call( elem, i, elem );\n\t\t}));\n\t},\n\n\tslice: function() {\n\t\treturn this.pushStack( slice.apply( this, arguments ) );\n\t},\n\n\tfirst: function() {\n\t\treturn this.eq( 0 );\n\t},\n\n\tlast: function() {\n\t\treturn this.eq( -1 );\n\t},\n\n\teq: function( i ) {\n\t\tvar len = this.length,\n\t\t\tj = +i + ( i < 0 ? len : 0 );\n\t\treturn this.pushStack( j >= 0 && j < len ? [ this[j] ] : [] );\n\t},\n\n\tend: function() {\n\t\treturn this.prevObject || this.constructor(null);\n\t},\n\n\t// For internal use only.\n\t// Behaves like an Array's method, not like a jQuery method.\n\tpush: push,\n\tsort: arr.sort,\n\tsplice: arr.splice\n};\n\njQuery.extend = jQuery.fn.extend = function() {\n\tvar options, name, src, copy, copyIsArray, clone,\n\t\ttarget = arguments[0] || {},\n\t\ti = 1,\n\t\tlength = arguments.length,\n\t\tdeep = false;\n\n\t// Handle a deep copy situation\n\tif ( typeof target === \"boolean\" ) {\n\t\tdeep = target;\n\n\t\t// Skip the boolean and the target\n\t\ttarget = arguments[ i ] || {};\n\t\ti++;\n\t}\n\n\t// Handle case when target is a string or something (possible in deep copy)\n\tif ( typeof target !== \"object\" && !jQuery.isFunction(target) ) {\n\t\ttarget = {};\n\t}\n\n\t// Extend jQuery itself if only one argument is passed\n\tif ( i === length ) {\n\t\ttarget = this;\n\t\ti--;\n\t}\n\n\tfor ( ; i < length; i++ ) {\n\t\t// Only deal with non-null/undefined values\n\t\tif ( (options = arguments[ i ]) != null ) {\n\t\t\t// Extend the base object\n\t\t\tfor ( name in options ) {\n\t\t\t\tsrc = target[ name ];\n\t\t\t\tcopy = options[ name ];\n\n\t\t\t\t// Prevent never-ending loop\n\t\t\t\tif ( target === copy ) {\n\t\t\t\t\tcontinue;\n\t\t\t\t}\n\n\t\t\t\t// Recurse if we're merging plain objects or arrays\n\t\t\t\tif ( deep && copy && ( jQuery.isPlainObject(copy) || (copyIsArray = jQuery.isArray(copy)) ) ) {\n\t\t\t\t\tif ( copyIsArray ) {\n\t\t\t\t\t\tcopyIsArray = false;\n\t\t\t\t\t\tclone = src && jQuery.isArray(src) ? src : [];\n\n\t\t\t\t\t} else {\n\t\t\t\t\t\tclone = src && jQuery.isPlainObject(src) ? src : {};\n\t\t\t\t\t}\n\n\t\t\t\t\t// Never move original objects, clone them\n\t\t\t\t\ttarget[ name ] = jQuery.extend( deep, clone, copy );\n\n\t\t\t\t// Don't bring in undefined values\n\t\t\t\t} else if ( copy !== undefined ) {\n\t\t\t\t\ttarget[ name ] = copy;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n\n\t// Return the modified object\n\treturn target;\n};\n\njQuery.extend({\n\t// Unique for each copy of jQuery on the page\n\texpando: \"jQuery\" + ( version + Math.random() ).replace( /\\D/g, \"\" ),\n\n\t// Assume jQuery is ready without the ready module\n\tisReady: true,\n\n\terror: function( msg ) {\n\t\tthrow new Error( msg );\n\t},\n\n\tnoop: function() {},\n\n\tisFunction: function( obj ) {\n\t\treturn jQuery.type(obj) === \"function\";\n\t},\n\n\tisArray: Array.isArray,\n\n\tisWindow: function( obj ) {\n\t\treturn obj != null && obj === obj.window;\n\t},\n\n\tisNumeric: function( obj ) {\n\t\t// parseFloat NaNs numeric-cast false positives (null|true|false|\"\")\n\t\t// ...but misinterprets leading-number strings, particularly hex literals (\"0x...\")\n\t\t// subtraction forces infinities to NaN\n\t\t// adding 1 corrects loss of precision from parseFloat (#15100)\n\t\treturn !jQuery.isArray( obj ) && (obj - parseFloat( obj ) + 1) >= 0;\n\t},\n\n\tisPlainObject: function( obj ) {\n\t\t// Not plain objects:\n\t\t// - Any object or value whose internal [[Class]] property is not \"[object Object]\"\n\t\t// - DOM nodes\n\t\t// - window\n\t\tif ( jQuery.type( obj ) !== \"object\" || obj.nodeType || jQuery.isWindow( obj ) ) {\n\t\t\treturn false;\n\t\t}\n\n\t\tif ( obj.constructor &&\n\t\t\t\t!hasOwn.call( obj.constructor.prototype, \"isPrototypeOf\" ) ) {\n\t\t\treturn false;\n\t\t}\n\n\t\t// If the function hasn't returned already, we're confident that\n\t\t// |obj| is a plain object, created by {} or constructed with new Object\n\t\treturn true;\n\t},\n\n\tisEmptyObject: function( obj ) {\n\t\tvar name;\n\t\tfor ( name in obj ) {\n\t\t\treturn false;\n\t\t}\n\t\treturn true;\n\t},\n\n\ttype: function( obj ) {\n\t\tif ( obj == null ) {\n\t\t\treturn obj + \"\";\n\t\t}\n\t\t// Support: Android<4.0, iOS<6 (functionish RegExp)\n\t\treturn typeof obj === \"object\" || typeof obj === \"function\" ?\n\t\t\tclass2type[ toString.call(obj) ] || \"object\" :\n\t\t\ttypeof obj;\n\t},\n\n\t// Evaluates a script in a global context\n\tglobalEval: function( code ) {\n\t\tvar script,\n\t\t\tindirect = eval;\n\n\t\tcode = jQuery.trim( code );\n\n\t\tif ( code ) {\n\t\t\t// If the code includes a valid, prologue position\n\t\t\t// strict mode pragma, execute code by injecting a\n\t\t\t// script tag into the document.\n\t\t\tif ( code.indexOf(\"use strict\") === 1 ) {\n\t\t\t\tscript = document.createElement(\"script\");\n\t\t\t\tscript.text = code;\n\t\t\t\tdocument.head.appendChild( script ).parentNode.removeChild( script );\n\t\t\t} else {\n\t\t\t// Otherwise, avoid the DOM node creation, insertion\n\t\t\t// and removal by using an indirect global eval\n\t\t\t\tindirect( code );\n\t\t\t}\n\t\t}\n\t},\n\n\t// Convert dashed to camelCase; used by the css and data modules\n\t// Support: IE9-11+\n\t// Microsoft forgot to hump their vendor prefix (#9572)\n\tcamelCase: function( string ) {\n\t\treturn string.replace( rmsPrefix, \"ms-\" ).replace( rdashAlpha, fcamelCase );\n\t},\n\n\tnodeName: function( elem, name ) {\n\t\treturn elem.nodeName && elem.nodeName.toLowerCase() === name.toLowerCase();\n\t},\n\n\t// args is for internal usage only\n\teach: function( obj, callback, args ) {\n\t\tvar value,\n\t\t\ti = 0,\n\t\t\tlength = obj.length,\n\t\t\tisArray = isArraylike( obj );\n\n\t\tif ( args ) {\n\t\t\tif ( isArray ) {\n\t\t\t\tfor ( ; i < length; i++ ) {\n\t\t\t\t\tvalue = callback.apply( obj[ i ], args );\n\n\t\t\t\t\tif ( value === false ) {\n\t\t\t\t\t\tbreak;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t} else {\n\t\t\t\tfor ( i in obj ) {\n\t\t\t\t\tvalue = callback.apply( obj[ i ], args );\n\n\t\t\t\t\tif ( value === false ) {\n\t\t\t\t\t\tbreak;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\n\t\t// A special, fast, case for the most common use of each\n\t\t} else {\n\t\t\tif ( isArray ) {\n\t\t\t\tfor ( ; i < length; i++ ) {\n\t\t\t\t\tvalue = callback.call( obj[ i ], i, obj[ i ] );\n\n\t\t\t\t\tif ( value === false ) {\n\t\t\t\t\t\tbreak;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t} else {\n\t\t\t\tfor ( i in obj ) {\n\t\t\t\t\tvalue = callback.call( obj[ i ], i, obj[ i ] );\n\n\t\t\t\t\tif ( value === false ) {\n\t\t\t\t\t\tbreak;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\treturn obj;\n\t},\n\n\t// Support: Android<4.1\n\ttrim: function( text ) {\n\t\treturn text == null ?\n\t\t\t\"\" :\n\t\t\t( text + \"\" ).replace( rtrim, \"\" );\n\t},\n\n\t// results is for internal usage only\n\tmakeArray: function( arr, results ) {\n\t\tvar ret = results || [];\n\n\t\tif ( arr != null ) {\n\t\t\tif ( isArraylike( Object(arr) ) ) {\n\t\t\t\tjQuery.merge( ret,\n\t\t\t\t\ttypeof arr === \"string\" ?\n\t\t\t\t\t[ arr ] : arr\n\t\t\t\t);\n\t\t\t} else {\n\t\t\t\tpush.call( ret, arr );\n\t\t\t}\n\t\t}\n\n\t\treturn ret;\n\t},\n\n\tinArray: function( elem, arr, i ) {\n\t\treturn arr == null ? -1 : indexOf.call( arr, elem, i );\n\t},\n\n\tmerge: function( first, second ) {\n\t\tvar len = +second.length,\n\t\t\tj = 0,\n\t\t\ti = first.length;\n\n\t\tfor ( ; j < len; j++ ) {\n\t\t\tfirst[ i++ ] = second[ j ];\n\t\t}\n\n\t\tfirst.length = i;\n\n\t\treturn first;\n\t},\n\n\tgrep: function( elems, callback, invert ) {\n\t\tvar callbackInverse,\n\t\t\tmatches = [],\n\t\t\ti = 0,\n\t\t\tlength = elems.length,\n\t\t\tcallbackExpect = !invert;\n\n\t\t// Go through the array, only saving the items\n\t\t// that pass the validator function\n\t\tfor ( ; i < length; i++ ) {\n\t\t\tcallbackInverse = !callback( elems[ i ], i );\n\t\t\tif ( callbackInverse !== callbackExpect ) {\n\t\t\t\tmatches.push( elems[ i ] );\n\t\t\t}\n\t\t}\n\n\t\treturn matches;\n\t},\n\n\t// arg is for internal usage only\n\tmap: function( elems, callback, arg ) {\n\t\tvar value,\n\t\t\ti = 0,\n\t\t\tlength = elems.length,\n\t\t\tisArray = isArraylike( elems ),\n\t\t\tret = [];\n\n\t\t// Go through the array, translating each of the items to their new values\n\t\tif ( isArray ) {\n\t\t\tfor ( ; i < length; i++ ) {\n\t\t\t\tvalue = callback( elems[ i ], i, arg );\n\n\t\t\t\tif ( value != null ) {\n\t\t\t\t\tret.push( value );\n\t\t\t\t}\n\t\t\t}\n\n\t\t// Go through every key on the object,\n\t\t} else {\n\t\t\tfor ( i in elems ) {\n\t\t\t\tvalue = callback( elems[ i ], i, arg );\n\n\t\t\t\tif ( value != null ) {\n\t\t\t\t\tret.push( value );\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\t// Flatten any nested arrays\n\t\treturn concat.apply( [], ret );\n\t},\n\n\t// A global GUID counter for objects\n\tguid: 1,\n\n\t// Bind a function to a context, optionally partially applying any\n\t// arguments.\n\tproxy: function( fn, context ) {\n\t\tvar tmp, args, proxy;\n\n\t\tif ( typeof context === \"string\" ) {\n\t\t\ttmp = fn[ context ];\n\t\t\tcontext = fn;\n\t\t\tfn = tmp;\n\t\t}\n\n\t\t// Quick check to determine if target is callable, in the spec\n\t\t// this throws a TypeError, but we will just return undefined.\n\t\tif ( !jQuery.isFunction( fn ) ) {\n\t\t\treturn undefined;\n\t\t}\n\n\t\t// Simulated bind\n\t\targs = slice.call( arguments, 2 );\n\t\tproxy = function() {\n\t\t\treturn fn.apply( context || this, args.concat( slice.call( arguments ) ) );\n\t\t};\n\n\t\t// Set the guid of unique handler to the same of original handler, so it can be removed\n\t\tproxy.guid = fn.guid = fn.guid || jQuery.guid++;\n\n\t\treturn proxy;\n\t},\n\n\tnow: Date.now,\n\n\t// jQuery.support is not used in Core but other projects attach their\n\t// properties to it so it needs to exist.\n\tsupport: support\n});\n\n// Populate the class2type map\njQuery.each(\"Boolean Number String Function Array Date RegExp Object Error\".split(\" \"), function(i, name) {\n\tclass2type[ \"[object \" + name + \"]\" ] = name.toLowerCase();\n});\n\nfunction isArraylike( obj ) {\n\n\t// Support: iOS 8.2 (not reproducible in simulator)\n\t// `in` check used to prevent JIT error (gh-2145)\n\t// hasOwn isn't used here due to false negatives\n\t// regarding Nodelist length in IE\n\tvar length = \"length\" in obj && obj.length,\n\t\ttype = jQuery.type( obj );\n\n\tif ( type === \"function\" || jQuery.isWindow( obj ) ) {\n\t\treturn false;\n\t}\n\n\tif ( obj.nodeType === 1 && length ) {\n\t\treturn true;\n\t}\n\n\treturn type === \"array\" || length === 0 ||\n\t\ttypeof length === \"number\" && length > 0 && ( length - 1 ) in obj;\n}\nvar Sizzle =\n/*!\n * Sizzle CSS Selector Engine v2.2.0-pre\n * http://sizzlejs.com/\n *\n * Copyright 2008, 2014 jQuery Foundation, Inc. and other contributors\n * Released under the MIT license\n * http://jquery.org/license\n *\n * Date: 2014-12-16\n */\n(function( window ) {\n\nvar i,\n\tsupport,\n\tExpr,\n\tgetText,\n\tisXML,\n\ttokenize,\n\tcompile,\n\tselect,\n\toutermostContext,\n\tsortInput,\n\thasDuplicate,\n\n\t// Local document vars\n\tsetDocument,\n\tdocument,\n\tdocElem,\n\tdocumentIsHTML,\n\trbuggyQSA,\n\trbuggyMatches,\n\tmatches,\n\tcontains,\n\n\t// Instance-specific data\n\texpando = \"sizzle\" + 1 * new Date(),\n\tpreferredDoc = window.document,\n\tdirruns = 0,\n\tdone = 0,\n\tclassCache = createCache(),\n\ttokenCache = createCache(),\n\tcompilerCache = createCache(),\n\tsortOrder = function( a, b ) {\n\t\tif ( a === b ) {\n\t\t\thasDuplicate = true;\n\t\t}\n\t\treturn 0;\n\t},\n\n\t// General-purpose constants\n\tMAX_NEGATIVE = 1 << 31,\n\n\t// Instance methods\n\thasOwn = ({}).hasOwnProperty,\n\tarr = [],\n\tpop = arr.pop,\n\tpush_native = arr.push,\n\tpush = arr.push,\n\tslice = arr.slice,\n\t// Use a stripped-down indexOf as it's faster than native\n\t// http://jsperf.com/thor-indexof-vs-for/5\n\tindexOf = function( list, elem ) {\n\t\tvar i = 0,\n\t\t\tlen = list.length;\n\t\tfor ( ; i < len; i++ ) {\n\t\t\tif ( list[i] === elem ) {\n\t\t\t\treturn i;\n\t\t\t}\n\t\t}\n\t\treturn -1;\n\t},\n\n\tbooleans = \"checked|selected|async|autofocus|autoplay|controls|defer|disabled|hidden|ismap|loop|multiple|open|readonly|required|scoped\",\n\n\t// Regular expressions\n\n\t// Whitespace characters http://www.w3.org/TR/css3-selectors/#whitespace\n\twhitespace = \"[\\\\x20\\\\t\\\\r\\\\n\\\\f]\",\n\t// http://www.w3.org/TR/css3-syntax/#characters\n\tcharacterEncoding = \"(?:\\\\\\\\.|[\\\\w-]|[^\\\\x00-\\\\xa0])+\",\n\n\t// Loosely modeled on CSS identifier characters\n\t// An unquoted value should be a CSS identifier http://www.w3.org/TR/css3-selectors/#attribute-selectors\n\t// Proper syntax: http://www.w3.org/TR/CSS21/syndata.html#value-def-identifier\n\tidentifier = characterEncoding.replace( \"w\", \"w#\" ),\n\n\t// Attribute selectors: http://www.w3.org/TR/selectors/#attribute-selectors\n\tattributes = \"\\\\[\" + whitespace + \"*(\" + characterEncoding + \")(?:\" + whitespace +\n\t\t// Operator (capture 2)\n\t\t\"*([*^$|!~]?=)\" + whitespace +\n\t\t// \"Attribute values must be CSS identifiers [capture 5] or strings [capture 3 or capture 4]\"\n\t\t\"*(?:'((?:\\\\\\\\.|[^\\\\\\\\'])*)'|\\\"((?:\\\\\\\\.|[^\\\\\\\\\\\"])*)\\\"|(\" + identifier + \"))|)\" + whitespace +\n\t\t\"*\\\\]\",\n\n\tpseudos = \":(\" + characterEncoding + \")(?:\\\\((\" +\n\t\t// To reduce the number of selectors needing tokenize in the preFilter, prefer arguments:\n\t\t// 1. quoted (capture 3; capture 4 or capture 5)\n\t\t\"('((?:\\\\\\\\.|[^\\\\\\\\'])*)'|\\\"((?:\\\\\\\\.|[^\\\\\\\\\\\"])*)\\\")|\" +\n\t\t// 2. simple (capture 6)\n\t\t\"((?:\\\\\\\\.|[^\\\\\\\\()[\\\\]]|\" + attributes + \")*)|\" +\n\t\t// 3. anything else (capture 2)\n\t\t\".*\" +\n\t\t\")\\\\)|)\",\n\n\t// Leading and non-escaped trailing whitespace, capturing some non-whitespace characters preceding the latter\n\trwhitespace = new RegExp( whitespace + \"+\", \"g\" ),\n\trtrim = new RegExp( \"^\" + whitespace + \"+|((?:^|[^\\\\\\\\])(?:\\\\\\\\.)*)\" + whitespace + \"+$\", \"g\" ),\n\n\trcomma = new RegExp( \"^\" + whitespace + \"*,\" + whitespace + \"*\" ),\n\trcombinators = new RegExp( \"^\" + whitespace + \"*([>+~]|\" + whitespace + \")\" + whitespace + \"*\" ),\n\n\trattributeQuotes = new RegExp( \"=\" + whitespace + \"*([^\\\\]'\\\"]*?)\" + whitespace + \"*\\\\]\", \"g\" ),\n\n\trpseudo = new RegExp( pseudos ),\n\tridentifier = new RegExp( \"^\" + identifier + \"$\" ),\n\n\tmatchExpr = {\n\t\t\"ID\": new RegExp( \"^#(\" + characterEncoding + \")\" ),\n\t\t\"CLASS\": new RegExp( \"^\\\\.(\" + characterEncoding + \")\" ),\n\t\t\"TAG\": new RegExp( \"^(\" + characterEncoding.replace( \"w\", \"w*\" ) + \")\" ),\n\t\t\"ATTR\": new RegExp( \"^\" + attributes ),\n\t\t\"PSEUDO\": new RegExp( \"^\" + pseudos ),\n\t\t\"CHILD\": new RegExp( \"^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\\\(\" + whitespace +\n\t\t\t\"*(even|odd|(([+-]|)(\\\\d*)n|)\" + whitespace + \"*(?:([+-]|)\" + whitespace +\n\t\t\t\"*(\\\\d+)|))\" + whitespace + \"*\\\\)|)\", \"i\" ),\n\t\t\"bool\": new RegExp( \"^(?:\" + booleans + \")$\", \"i\" ),\n\t\t// For use in libraries implementing .is()\n\t\t// We use this for POS matching in `select`\n\t\t\"needsContext\": new RegExp( \"^\" + whitespace + \"*[>+~]|:(even|odd|eq|gt|lt|nth|first|last)(?:\\\\(\" +\n\t\t\twhitespace + \"*((?:-\\\\d)?\\\\d*)\" + whitespace + \"*\\\\)|)(?=[^-]|$)\", \"i\" )\n\t},\n\n\trinputs = /^(?:input|select|textarea|button)$/i,\n\trheader = /^h\\d$/i,\n\n\trnative = /^[^{]+\\{\\s*\\[native \\w/,\n\n\t// Easily-parseable/retrievable ID or TAG or CLASS selectors\n\trquickExpr = /^(?:#([\\w-]+)|(\\w+)|\\.([\\w-]+))$/,\n\n\trsibling = /[+~]/,\n\trescape = /'|\\\\/g,\n\n\t// CSS escapes http://www.w3.org/TR/CSS21/syndata.html#escaped-characters\n\trunescape = new RegExp( \"\\\\\\\\([\\\\da-f]{1,6}\" + whitespace + \"?|(\" + whitespace + \")|.)\", \"ig\" ),\n\tfunescape = function( _, escaped, escapedWhitespace ) {\n\t\tvar high = \"0x\" + escaped - 0x10000;\n\t\t// NaN means non-codepoint\n\t\t// Support: Firefox<24\n\t\t// Workaround erroneous numeric interpretation of +\"0x\"\n\t\treturn high !== high || escapedWhitespace ?\n\t\t\tescaped :\n\t\t\thigh < 0 ?\n\t\t\t\t// BMP codepoint\n\t\t\t\tString.fromCharCode( high + 0x10000 ) :\n\t\t\t\t// Supplemental Plane codepoint (surrogate pair)\n\t\t\t\tString.fromCharCode( high >> 10 | 0xD800, high & 0x3FF | 0xDC00 );\n\t},\n\n\t// Used for iframes\n\t// See setDocument()\n\t// Removing the function wrapper causes a \"Permission Denied\"\n\t// error in IE\n\tunloadHandler = function() {\n\t\tsetDocument();\n\t};\n\n// Optimize for push.apply( _, NodeList )\ntry {\n\tpush.apply(\n\t\t(arr = slice.call( preferredDoc.childNodes )),\n\t\tpreferredDoc.childNodes\n\t);\n\t// Support: Android<4.0\n\t// Detect silently failing push.apply\n\tarr[ preferredDoc.childNodes.length ].nodeType;\n} catch ( e ) {\n\tpush = { apply: arr.length ?\n\n\t\t// Leverage slice if possible\n\t\tfunction( target, els ) {\n\t\t\tpush_native.apply( target, slice.call(els) );\n\t\t} :\n\n\t\t// Support: IE<9\n\t\t// Otherwise append directly\n\t\tfunction( target, els ) {\n\t\t\tvar j = target.length,\n\t\t\t\ti = 0;\n\t\t\t// Can't trust NodeList.length\n\t\t\twhile ( (target[j++] = els[i++]) ) {}\n\t\t\ttarget.length = j - 1;\n\t\t}\n\t};\n}\n\nfunction Sizzle( selector, context, results, seed ) {\n\tvar match, elem, m, nodeType,\n\t\t// QSA vars\n\t\ti, groups, old, nid, newContext, newSelector;\n\n\tif ( ( context ? context.ownerDocument || context : preferredDoc ) !== document ) {\n\t\tsetDocument( context );\n\t}\n\n\tcontext = context || document;\n\tresults = results || [];\n\tnodeType = context.nodeType;\n\n\tif ( typeof selector !== \"string\" || !selector ||\n\t\tnodeType !== 1 && nodeType !== 9 && nodeType !== 11 ) {\n\n\t\treturn results;\n\t}\n\n\tif ( !seed && documentIsHTML ) {\n\n\t\t// Try to shortcut find operations when possible (e.g., not under DocumentFragment)\n\t\tif ( nodeType !== 11 && (match = rquickExpr.exec( selector )) ) {\n\t\t\t// Speed-up: Sizzle(\"#ID\")\n\t\t\tif ( (m = match[1]) ) {\n\t\t\t\tif ( nodeType === 9 ) {\n\t\t\t\t\telem = context.getElementById( m );\n\t\t\t\t\t// Check parentNode to catch when Blackberry 4.6 returns\n\t\t\t\t\t// nodes that are no longer in the document (jQuery #6963)\n\t\t\t\t\tif ( elem && elem.parentNode ) {\n\t\t\t\t\t\t// Handle the case where IE, Opera, and Webkit return items\n\t\t\t\t\t\t// by name instead of ID\n\t\t\t\t\t\tif ( elem.id === m ) {\n\t\t\t\t\t\t\tresults.push( elem );\n\t\t\t\t\t\t\treturn results;\n\t\t\t\t\t\t}\n\t\t\t\t\t} else {\n\t\t\t\t\t\treturn results;\n\t\t\t\t\t}\n\t\t\t\t} else {\n\t\t\t\t\t// Context is not a document\n\t\t\t\t\tif ( context.ownerDocument && (elem = context.ownerDocument.getElementById( m )) &&\n\t\t\t\t\t\tcontains( context, elem ) && elem.id === m ) {\n\t\t\t\t\t\tresults.push( elem );\n\t\t\t\t\t\treturn results;\n\t\t\t\t\t}\n\t\t\t\t}\n\n\t\t\t// Speed-up: Sizzle(\"TAG\")\n\t\t\t} else if ( match[2] ) {\n\t\t\t\tpush.apply( results, context.getElementsByTagName( selector ) );\n\t\t\t\treturn results;\n\n\t\t\t// Speed-up: Sizzle(\".CLASS\")\n\t\t\t} else if ( (m = match[3]) && support.getElementsByClassName ) {\n\t\t\t\tpush.apply( results, context.getElementsByClassName( m ) );\n\t\t\t\treturn results;\n\t\t\t}\n\t\t}\n\n\t\t// QSA path\n\t\tif ( support.qsa && (!rbuggyQSA || !rbuggyQSA.test( selector )) ) {\n\t\t\tnid = old = expando;\n\t\t\tnewContext = context;\n\t\t\tnewSelector = nodeType !== 1 && selector;\n\n\t\t\t// qSA works strangely on Element-rooted queries\n\t\t\t// We can work around this by specifying an extra ID on the root\n\t\t\t// and working up from there (Thanks to Andrew Dupont for the technique)\n\t\t\t// IE 8 doesn't work on object elements\n\t\t\tif ( nodeType === 1 && context.nodeName.toLowerCase() !== \"object\" ) {\n\t\t\t\tgroups = tokenize( selector );\n\n\t\t\t\tif ( (old = context.getAttribute(\"id\")) ) {\n\t\t\t\t\tnid = old.replace( rescape, \"\\\\$&\" );\n\t\t\t\t} else {\n\t\t\t\t\tcontext.setAttribute( \"id\", nid );\n\t\t\t\t}\n\t\t\t\tnid = \"[id='\" + nid + \"'] \";\n\n\t\t\t\ti = groups.length;\n\t\t\t\twhile ( i-- ) {\n\t\t\t\t\tgroups[i] = nid + toSelector( groups[i] );\n\t\t\t\t}\n\t\t\t\tnewContext = rsibling.test( selector ) && testContext( context.parentNode ) || context;\n\t\t\t\tnewSelector = groups.join(\",\");\n\t\t\t}\n\n\t\t\tif ( newSelector ) {\n\t\t\t\ttry {\n\t\t\t\t\tpush.apply( results,\n\t\t\t\t\t\tnewContext.querySelectorAll( newSelector )\n\t\t\t\t\t);\n\t\t\t\t\treturn results;\n\t\t\t\t} catch(qsaError) {\n\t\t\t\t} finally {\n\t\t\t\t\tif ( !old ) {\n\t\t\t\t\t\tcontext.removeAttribute(\"id\");\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n\n\t// All others\n\treturn select( selector.replace( rtrim, \"$1\" ), context, results, seed );\n}\n\n/**\n * Create key-value caches of limited size\n * @returns {Function(string, Object)} Returns the Object data after storing it on itself with\n *\tproperty name the (space-suffixed) string and (if the cache is larger than Expr.cacheLength)\n *\tdeleting the oldest entry\n */\nfunction createCache() {\n\tvar keys = [];\n\n\tfunction cache( key, value ) {\n\t\t// Use (key + \" \") to avoid collision with native prototype properties (see Issue #157)\n\t\tif ( keys.push( key + \" \" ) > Expr.cacheLength ) {\n\t\t\t// Only keep the most recent entries\n\t\t\tdelete cache[ keys.shift() ];\n\t\t}\n\t\treturn (cache[ key + \" \" ] = value);\n\t}\n\treturn cache;\n}\n\n/**\n * Mark a function for special use by Sizzle\n * @param {Function} fn The function to mark\n */\nfunction markFunction( fn ) {\n\tfn[ expando ] = true;\n\treturn fn;\n}\n\n/**\n * Support testing using an element\n * @param {Function} fn Passed the created div and expects a boolean result\n */\nfunction assert( fn ) {\n\tvar div = document.createElement(\"div\");\n\n\ttry {\n\t\treturn !!fn( div );\n\t} catch (e) {\n\t\treturn false;\n\t} finally {\n\t\t// Remove from its parent by default\n\t\tif ( div.parentNode ) {\n\t\t\tdiv.parentNode.removeChild( div );\n\t\t}\n\t\t// release memory in IE\n\t\tdiv = null;\n\t}\n}\n\n/**\n * Adds the same handler for all of the specified attrs\n * @param {String} attrs Pipe-separated list of attributes\n * @param {Function} handler The method that will be applied\n */\nfunction addHandle( attrs, handler ) {\n\tvar arr = attrs.split(\"|\"),\n\t\ti = attrs.length;\n\n\twhile ( i-- ) {\n\t\tExpr.attrHandle[ arr[i] ] = handler;\n\t}\n}\n\n/**\n * Checks document order of two siblings\n * @param {Element} a\n * @param {Element} b\n * @returns {Number} Returns less than 0 if a precedes b, greater than 0 if a follows b\n */\nfunction siblingCheck( a, b ) {\n\tvar cur = b && a,\n\t\tdiff = cur && a.nodeType === 1 && b.nodeType === 1 &&\n\t\t\t( ~b.sourceIndex || MAX_NEGATIVE ) -\n\t\t\t( ~a.sourceIndex || MAX_NEGATIVE );\n\n\t// Use IE sourceIndex if available on both nodes\n\tif ( diff ) {\n\t\treturn diff;\n\t}\n\n\t// Check if b follows a\n\tif ( cur ) {\n\t\twhile ( (cur = cur.nextSibling) ) {\n\t\t\tif ( cur === b ) {\n\t\t\t\treturn -1;\n\t\t\t}\n\t\t}\n\t}\n\n\treturn a ? 1 : -1;\n}\n\n/**\n * Returns a function to use in pseudos for input types\n * @param {String} type\n */\nfunction createInputPseudo( type ) {\n\treturn function( elem ) {\n\t\tvar name = elem.nodeName.toLowerCase();\n\t\treturn name === \"input\" && elem.type === type;\n\t};\n}\n\n/**\n * Returns a function to use in pseudos for buttons\n * @param {String} type\n */\nfunction createButtonPseudo( type ) {\n\treturn function( elem ) {\n\t\tvar name = elem.nodeName.toLowerCase();\n\t\treturn (name === \"input\" || name === \"button\") && elem.type === type;\n\t};\n}\n\n/**\n * Returns a function to use in pseudos for positionals\n * @param {Function} fn\n */\nfunction createPositionalPseudo( fn ) {\n\treturn markFunction(function( argument ) {\n\t\targument = +argument;\n\t\treturn markFunction(function( seed, matches ) {\n\t\t\tvar j,\n\t\t\t\tmatchIndexes = fn( [], seed.length, argument ),\n\t\t\t\ti = matchIndexes.length;\n\n\t\t\t// Match elements found at the specified indexes\n\t\t\twhile ( i-- ) {\n\t\t\t\tif ( seed[ (j = matchIndexes[i]) ] ) {\n\t\t\t\t\tseed[j] = !(matches[j] = seed[j]);\n\t\t\t\t}\n\t\t\t}\n\t\t});\n\t});\n}\n\n/**\n * Checks a node for validity as a Sizzle context\n * @param {Element|Object=} context\n * @returns {Element|Object|Boolean} The input node if acceptable, otherwise a falsy value\n */\nfunction testContext( context ) {\n\treturn context && typeof context.getElementsByTagName !== \"undefined\" && context;\n}\n\n// Expose support vars for convenience\nsupport = Sizzle.support = {};\n\n/**\n * Detects XML nodes\n * @param {Element|Object} elem An element or a document\n * @returns {Boolean} True iff elem is a non-HTML XML node\n */\nisXML = Sizzle.isXML = function( elem ) {\n\t// documentElement is verified for cases where it doesn't yet exist\n\t// (such as loading iframes in IE - #4833)\n\tvar documentElement = elem && (elem.ownerDocument || elem).documentElement;\n\treturn documentElement ? documentElement.nodeName !== \"HTML\" : false;\n};\n\n/**\n * Sets document-related variables once based on the current document\n * @param {Element|Object} [doc] An element or document object to use to set the document\n * @returns {Object} Returns the current document\n */\nsetDocument = Sizzle.setDocument = function( node ) {\n\tvar hasCompare, parent,\n\t\tdoc = node ? node.ownerDocument || node : preferredDoc;\n\n\t// If no document and documentElement is available, return\n\tif ( doc === document || doc.nodeType !== 9 || !doc.documentElement ) {\n\t\treturn document;\n\t}\n\n\t// Set our document\n\tdocument = doc;\n\tdocElem = doc.documentElement;\n\tparent = doc.defaultView;\n\n\t// Support: IE>8\n\t// If iframe document is assigned to \"document\" variable and if iframe has been reloaded,\n\t// IE will throw \"permission denied\" error when accessing \"document\" variable, see jQuery #13936\n\t// IE6-8 do not support the defaultView property so parent will be undefined\n\tif ( parent && parent !== parent.top ) {\n\t\t// IE11 does not have attachEvent, so all must suffer\n\t\tif ( parent.addEventListener ) {\n\t\t\tparent.addEventListener( \"unload\", unloadHandler, false );\n\t\t} else if ( parent.attachEvent ) {\n\t\t\tparent.attachEvent( \"onunload\", unloadHandler );\n\t\t}\n\t}\n\n\t/* Support tests\n\t---------------------------------------------------------------------- */\n\tdocumentIsHTML = !isXML( doc );\n\n\t/* Attributes\n\t---------------------------------------------------------------------- */\n\n\t// Support: IE<8\n\t// Verify that getAttribute really returns attributes and not properties\n\t// (excepting IE8 booleans)\n\tsupport.attributes = assert(function( div ) {\n\t\tdiv.className = \"i\";\n\t\treturn !div.getAttribute(\"className\");\n\t});\n\n\t/* getElement(s)By*\n\t---------------------------------------------------------------------- */\n\n\t// Check if getElementsByTagName(\"*\") returns only elements\n\tsupport.getElementsByTagName = assert(function( div ) {\n\t\tdiv.appendChild( doc.createComment(\"\") );\n\t\treturn !div.getElementsByTagName(\"*\").length;\n\t});\n\n\t// Support: IE<9\n\tsupport.getElementsByClassName = rnative.test( doc.getElementsByClassName );\n\n\t// Support: IE<10\n\t// Check if getElementById returns elements by name\n\t// The broken getElementById methods don't pick up programatically-set names,\n\t// so use a roundabout getElementsByName test\n\tsupport.getById = assert(function( div ) {\n\t\tdocElem.appendChild( div ).id = expando;\n\t\treturn !doc.getElementsByName || !doc.getElementsByName( expando ).length;\n\t});\n\n\t// ID find and filter\n\tif ( support.getById ) {\n\t\tExpr.find[\"ID\"] = function( id, context ) {\n\t\t\tif ( typeof context.getElementById !== \"undefined\" && documentIsHTML ) {\n\t\t\t\tvar m = context.getElementById( id );\n\t\t\t\t// Check parentNode to catch when Blackberry 4.6 returns\n\t\t\t\t// nodes that are no longer in the document #6963\n\t\t\t\treturn m && m.parentNode ? [ m ] : [];\n\t\t\t}\n\t\t};\n\t\tExpr.filter[\"ID\"] = function( id ) {\n\t\t\tvar attrId = id.replace( runescape, funescape );\n\t\t\treturn function( elem ) {\n\t\t\t\treturn elem.getAttribute(\"id\") === attrId;\n\t\t\t};\n\t\t};\n\t} else {\n\t\t// Support: IE6/7\n\t\t// getElementById is not reliable as a find shortcut\n\t\tdelete Expr.find[\"ID\"];\n\n\t\tExpr.filter[\"ID\"] = function( id ) {\n\t\t\tvar attrId = id.replace( runescape, funescape );\n\t\t\treturn function( elem ) {\n\t\t\t\tvar node = typeof elem.getAttributeNode !== \"undefined\" && elem.getAttributeNode(\"id\");\n\t\t\t\treturn node && node.value === attrId;\n\t\t\t};\n\t\t};\n\t}\n\n\t// Tag\n\tExpr.find[\"TAG\"] = support.getElementsByTagName ?\n\t\tfunction( tag, context ) {\n\t\t\tif ( typeof context.getElementsByTagName !== \"undefined\" ) {\n\t\t\t\treturn context.getElementsByTagName( tag );\n\n\t\t\t// DocumentFragment nodes don't have gEBTN\n\t\t\t} else if ( support.qsa ) {\n\t\t\t\treturn context.querySelectorAll( tag );\n\t\t\t}\n\t\t} :\n\n\t\tfunction( tag, context ) {\n\t\t\tvar elem,\n\t\t\t\ttmp = [],\n\t\t\t\ti = 0,\n\t\t\t\t// By happy coincidence, a (broken) gEBTN appears on DocumentFragment nodes too\n\t\t\t\tresults = context.getElementsByTagName( tag );\n\n\t\t\t// Filter out possible comments\n\t\t\tif ( tag === \"*\" ) {\n\t\t\t\twhile ( (elem = results[i++]) ) {\n\t\t\t\t\tif ( elem.nodeType === 1 ) {\n\t\t\t\t\t\ttmp.push( elem );\n\t\t\t\t\t}\n\t\t\t\t}\n\n\t\t\t\treturn tmp;\n\t\t\t}\n\t\t\treturn results;\n\t\t};\n\n\t// Class\n\tExpr.find[\"CLASS\"] = support.getElementsByClassName && function( className, context ) {\n\t\tif ( documentIsHTML ) {\n\t\t\treturn context.getElementsByClassName( className );\n\t\t}\n\t};\n\n\t/* QSA/matchesSelector\n\t---------------------------------------------------------------------- */\n\n\t// QSA and matchesSelector support\n\n\t// matchesSelector(:active) reports false when true (IE9/Opera 11.5)\n\trbuggyMatches = [];\n\n\t// qSa(:focus) reports false when true (Chrome 21)\n\t// We allow this because of a bug in IE8/9 that throws an error\n\t// whenever `document.activeElement` is accessed on an iframe\n\t// So, we allow :focus to pass through QSA all the time to avoid the IE error\n\t// See http://bugs.jquery.com/ticket/13378\n\trbuggyQSA = [];\n\n\tif ( (support.qsa = rnative.test( doc.querySelectorAll )) ) {\n\t\t// Build QSA regex\n\t\t// Regex strategy adopted from Diego Perini\n\t\tassert(function( div ) {\n\t\t\t// Select is set to empty string on purpose\n\t\t\t// This is to test IE's treatment of not explicitly\n\t\t\t// setting a boolean content attribute,\n\t\t\t// since its presence should be enough\n\t\t\t// http://bugs.jquery.com/ticket/12359\n\t\t\tdocElem.appendChild( div ).innerHTML = \"<a id='\" + expando + \"'></a>\" +\n\t\t\t\t\"<select id='\" + expando + \"-\\f]' msallowcapture=''>\" +\n\t\t\t\t\"<option selected=''></option></select>\";\n\n\t\t\t// Support: IE8, Opera 11-12.16\n\t\t\t// Nothing should be selected when empty strings follow ^= or $= or *=\n\t\t\t// The test attribute must be unknown in Opera but \"safe\" for WinRT\n\t\t\t// http://msdn.microsoft.com/en-us/library/ie/hh465388.aspx#attribute_section\n\t\t\tif ( div.querySelectorAll(\"[msallowcapture^='']\").length ) {\n\t\t\t\trbuggyQSA.push( \"[*^$]=\" + whitespace + \"*(?:''|\\\"\\\")\" );\n\t\t\t}\n\n\t\t\t// Support: IE8\n\t\t\t// Boolean attributes and \"value\" are not treated correctly\n\t\t\tif ( !div.querySelectorAll(\"[selected]\").length ) {\n\t\t\t\trbuggyQSA.push( \"\\\\[\" + whitespace + \"*(?:value|\" + booleans + \")\" );\n\t\t\t}\n\n\t\t\t// Support: Chrome<29, Android<4.2+, Safari<7.0+, iOS<7.0+, PhantomJS<1.9.7+\n\t\t\tif ( !div.querySelectorAll( \"[id~=\" + expando + \"-]\" ).length ) {\n\t\t\t\trbuggyQSA.push(\"~=\");\n\t\t\t}\n\n\t\t\t// Webkit/Opera - :checked should return selected option elements\n\t\t\t// http://www.w3.org/TR/2011/REC-css3-selectors-20110929/#checked\n\t\t\t// IE8 throws error here and will not see later tests\n\t\t\tif ( !div.querySelectorAll(\":checked\").length ) {\n\t\t\t\trbuggyQSA.push(\":checked\");\n\t\t\t}\n\n\t\t\t// Support: Safari 8+, iOS 8+\n\t\t\t// https://bugs.webkit.org/show_bug.cgi?id=136851\n\t\t\t// In-page `selector#id sibing-combinator selector` fails\n\t\t\tif ( !div.querySelectorAll( \"a#\" + expando + \"+*\" ).length ) {\n\t\t\t\trbuggyQSA.push(\".#.+[+~]\");\n\t\t\t}\n\t\t});\n\n\t\tassert(function( div ) {\n\t\t\t// Support: Windows 8 Native Apps\n\t\t\t// The type and name attributes are restricted during .innerHTML assignment\n\t\t\tvar input = doc.createElement(\"input\");\n\t\t\tinput.setAttribute( \"type\", \"hidden\" );\n\t\t\tdiv.appendChild( input ).setAttribute( \"name\", \"D\" );\n\n\t\t\t// Support: IE8\n\t\t\t// Enforce case-sensitivity of name attribute\n\t\t\tif ( div.querySelectorAll(\"[name=d]\").length ) {\n\t\t\t\trbuggyQSA.push( \"name\" + whitespace + \"*[*^$|!~]?=\" );\n\t\t\t}\n\n\t\t\t// FF 3.5 - :enabled/:disabled and hidden elements (hidden elements are still enabled)\n\t\t\t// IE8 throws error here and will not see later tests\n\t\t\tif ( !div.querySelectorAll(\":enabled\").length ) {\n\t\t\t\trbuggyQSA.push( \":enabled\", \":disabled\" );\n\t\t\t}\n\n\t\t\t// Opera 10-11 does not throw on post-comma invalid pseudos\n\t\t\tdiv.querySelectorAll(\"*,:x\");\n\t\t\trbuggyQSA.push(\",.*:\");\n\t\t});\n\t}\n\n\tif ( (support.matchesSelector = rnative.test( (matches = docElem.matches ||\n\t\tdocElem.webkitMatchesSelector ||\n\t\tdocElem.mozMatchesSelector ||\n\t\tdocElem.oMatchesSelector ||\n\t\tdocElem.msMatchesSelector) )) ) {\n\n\t\tassert(function( div ) {\n\t\t\t// Check to see if it's possible to do matchesSelector\n\t\t\t// on a disconnected node (IE 9)\n\t\t\tsupport.disconnectedMatch = matches.call( div, \"div\" );\n\n\t\t\t// This should fail with an exception\n\t\t\t// Gecko does not error, returns false instead\n\t\t\tmatches.call( div, \"[s!='']:x\" );\n\t\t\trbuggyMatches.push( \"!=\", pseudos );\n\t\t});\n\t}\n\n\trbuggyQSA = rbuggyQSA.length && new RegExp( rbuggyQSA.join(\"|\") );\n\trbuggyMatches = rbuggyMatches.length && new RegExp( rbuggyMatches.join(\"|\") );\n\n\t/* Contains\n\t---------------------------------------------------------------------- */\n\thasCompare = rnative.test( docElem.compareDocumentPosition );\n\n\t// Element contains another\n\t// Purposefully does not implement inclusive descendent\n\t// As in, an element does not contain itself\n\tcontains = hasCompare || rnative.test( docElem.contains ) ?\n\t\tfunction( a, b ) {\n\t\t\tvar adown = a.nodeType === 9 ? a.documentElement : a,\n\t\t\t\tbup = b && b.parentNode;\n\t\t\treturn a === bup || !!( bup && bup.nodeType === 1 && (\n\t\t\t\tadown.contains ?\n\t\t\t\t\tadown.contains( bup ) :\n\t\t\t\t\ta.compareDocumentPosition && a.compareDocumentPosition( bup ) & 16\n\t\t\t));\n\t\t} :\n\t\tfunction( a, b ) {\n\t\t\tif ( b ) {\n\t\t\t\twhile ( (b = b.parentNode) ) {\n\t\t\t\t\tif ( b === a ) {\n\t\t\t\t\t\treturn true;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t\treturn false;\n\t\t};\n\n\t/* Sorting\n\t---------------------------------------------------------------------- */\n\n\t// Document order sorting\n\tsortOrder = hasCompare ?\n\tfunction( a, b ) {\n\n\t\t// Flag for duplicate removal\n\t\tif ( a === b ) {\n\t\t\thasDuplicate = true;\n\t\t\treturn 0;\n\t\t}\n\n\t\t// Sort on method existence if only one input has compareDocumentPosition\n\t\tvar compare = !a.compareDocumentPosition - !b.compareDocumentPosition;\n\t\tif ( compare ) {\n\t\t\treturn compare;\n\t\t}\n\n\t\t// Calculate position if both inputs belong to the same document\n\t\tcompare = ( a.ownerDocument || a ) === ( b.ownerDocument || b ) ?\n\t\t\ta.compareDocumentPosition( b ) :\n\n\t\t\t// Otherwise we know they are disconnected\n\t\t\t1;\n\n\t\t// Disconnected nodes\n\t\tif ( compare & 1 ||\n\t\t\t(!support.sortDetached && b.compareDocumentPosition( a ) === compare) ) {\n\n\t\t\t// Choose the first element that is related to our preferred document\n\t\t\tif ( a === doc || a.ownerDocument === preferredDoc && contains(preferredDoc, a) ) {\n\t\t\t\treturn -1;\n\t\t\t}\n\t\t\tif ( b === doc || b.ownerDocument === preferredDoc && contains(preferredDoc, b) ) {\n\t\t\t\treturn 1;\n\t\t\t}\n\n\t\t\t// Maintain original order\n\t\t\treturn sortInput ?\n\t\t\t\t( indexOf( sortInput, a ) - indexOf( sortInput, b ) ) :\n\t\t\t\t0;\n\t\t}\n\n\t\treturn compare & 4 ? -1 : 1;\n\t} :\n\tfunction( a, b ) {\n\t\t// Exit early if the nodes are identical\n\t\tif ( a === b ) {\n\t\t\thasDuplicate = true;\n\t\t\treturn 0;\n\t\t}\n\n\t\tvar cur,\n\t\t\ti = 0,\n\t\t\taup = a.parentNode,\n\t\t\tbup = b.parentNode,\n\t\t\tap = [ a ],\n\t\t\tbp = [ b ];\n\n\t\t// Parentless nodes are either documents or disconnected\n\t\tif ( !aup || !bup ) {\n\t\t\treturn a === doc ? -1 :\n\t\t\t\tb === doc ? 1 :\n\t\t\t\taup ? -1 :\n\t\t\t\tbup ? 1 :\n\t\t\t\tsortInput ?\n\t\t\t\t( indexOf( sortInput, a ) - indexOf( sortInput, b ) ) :\n\t\t\t\t0;\n\n\t\t// If the nodes are siblings, we can do a quick check\n\t\t} else if ( aup === bup ) {\n\t\t\treturn siblingCheck( a, b );\n\t\t}\n\n\t\t// Otherwise we need full lists of their ancestors for comparison\n\t\tcur = a;\n\t\twhile ( (cur = cur.parentNode) ) {\n\t\t\tap.unshift( cur );\n\t\t}\n\t\tcur = b;\n\t\twhile ( (cur = cur.parentNode) ) {\n\t\t\tbp.unshift( cur );\n\t\t}\n\n\t\t// Walk down the tree looking for a discrepancy\n\t\twhile ( ap[i] === bp[i] ) {\n\t\t\ti++;\n\t\t}\n\n\t\treturn i ?\n\t\t\t// Do a sibling check if the nodes have a common ancestor\n\t\t\tsiblingCheck( ap[i], bp[i] ) :\n\n\t\t\t// Otherwise nodes in our document sort first\n\t\t\tap[i] === preferredDoc ? -1 :\n\t\t\tbp[i] === preferredDoc ? 1 :\n\t\t\t0;\n\t};\n\n\treturn doc;\n};\n\nSizzle.matches = function( expr, elements ) {\n\treturn Sizzle( expr, null, null, elements );\n};\n\nSizzle.matchesSelector = function( elem, expr ) {\n\t// Set document vars if needed\n\tif ( ( elem.ownerDocument || elem ) !== document ) {\n\t\tsetDocument( elem );\n\t}\n\n\t// Make sure that attribute selectors are quoted\n\texpr = expr.replace( rattributeQuotes, \"='$1']\" );\n\n\tif ( support.matchesSelector && documentIsHTML &&\n\t\t( !rbuggyMatches || !rbuggyMatches.test( expr ) ) &&\n\t\t( !rbuggyQSA || !rbuggyQSA.test( expr ) ) ) {\n\n\t\ttry {\n\t\t\tvar ret = matches.call( elem, expr );\n\n\t\t\t// IE 9's matchesSelector returns false on disconnected nodes\n\t\t\tif ( ret || support.disconnectedMatch ||\n\t\t\t\t\t// As well, disconnected nodes are said to be in a document\n\t\t\t\t\t// fragment in IE 9\n\t\t\t\t\telem.document && elem.document.nodeType !== 11 ) {\n\t\t\t\treturn ret;\n\t\t\t}\n\t\t} catch (e) {}\n\t}\n\n\treturn Sizzle( expr, document, null, [ elem ] ).length > 0;\n};\n\nSizzle.contains = function( context, elem ) {\n\t// Set document vars if needed\n\tif ( ( context.ownerDocument || context ) !== document ) {\n\t\tsetDocument( context );\n\t}\n\treturn contains( context, elem );\n};\n\nSizzle.attr = function( elem, name ) {\n\t// Set document vars if needed\n\tif ( ( elem.ownerDocument || elem ) !== document ) {\n\t\tsetDocument( elem );\n\t}\n\n\tvar fn = Expr.attrHandle[ name.toLowerCase() ],\n\t\t// Don't get fooled by Object.prototype properties (jQuery #13807)\n\t\tval = fn && hasOwn.call( Expr.attrHandle, name.toLowerCase() ) ?\n\t\t\tfn( elem, name, !documentIsHTML ) :\n\t\t\tundefined;\n\n\treturn val !== undefined ?\n\t\tval :\n\t\tsupport.attributes || !documentIsHTML ?\n\t\t\telem.getAttribute( name ) :\n\t\t\t(val = elem.getAttributeNode(name)) && val.specified ?\n\t\t\t\tval.value :\n\t\t\t\tnull;\n};\n\nSizzle.error = function( msg ) {\n\tthrow new Error( \"Syntax error, unrecognized expression: \" + msg );\n};\n\n/**\n * Document sorting and removing duplicates\n * @param {ArrayLike} results\n */\nSizzle.uniqueSort = function( results ) {\n\tvar elem,\n\t\tduplicates = [],\n\t\tj = 0,\n\t\ti = 0;\n\n\t// Unless we *know* we can detect duplicates, assume their presence\n\thasDuplicate = !support.detectDuplicates;\n\tsortInput = !support.sortStable && results.slice( 0 );\n\tresults.sort( sortOrder );\n\n\tif ( hasDuplicate ) {\n\t\twhile ( (elem = results[i++]) ) {\n\t\t\tif ( elem === results[ i ] ) {\n\t\t\t\tj = duplicates.push( i );\n\t\t\t}\n\t\t}\n\t\twhile ( j-- ) {\n\t\t\tresults.splice( duplicates[ j ], 1 );\n\t\t}\n\t}\n\n\t// Clear input after sorting to release objects\n\t// See https://github.com/jquery/sizzle/pull/225\n\tsortInput = null;\n\n\treturn results;\n};\n\n/**\n * Utility function for retrieving the text value of an array of DOM nodes\n * @param {Array|Element} elem\n */\ngetText = Sizzle.getText = function( elem ) {\n\tvar node,\n\t\tret = \"\",\n\t\ti = 0,\n\t\tnodeType = elem.nodeType;\n\n\tif ( !nodeType ) {\n\t\t// If no nodeType, this is expected to be an array\n\t\twhile ( (node = elem[i++]) ) {\n\t\t\t// Do not traverse comment nodes\n\t\t\tret += getText( node );\n\t\t}\n\t} else if ( nodeType === 1 || nodeType === 9 || nodeType === 11 ) {\n\t\t// Use textContent for elements\n\t\t// innerText usage removed for consistency of new lines (jQuery #11153)\n\t\tif ( typeof elem.textContent === \"string\" ) {\n\t\t\treturn elem.textContent;\n\t\t} else {\n\t\t\t// Traverse its children\n\t\t\tfor ( elem = elem.firstChild; elem; elem = elem.nextSibling ) {\n\t\t\t\tret += getText( elem );\n\t\t\t}\n\t\t}\n\t} else if ( nodeType === 3 || nodeType === 4 ) {\n\t\treturn elem.nodeValue;\n\t}\n\t// Do not include comment or processing instruction nodes\n\n\treturn ret;\n};\n\nExpr = Sizzle.selectors = {\n\n\t// Can be adjusted by the user\n\tcacheLength: 50,\n\n\tcreatePseudo: markFunction,\n\n\tmatch: matchExpr,\n\n\tattrHandle: {},\n\n\tfind: {},\n\n\trelative: {\n\t\t\">\": { dir: \"parentNode\", first: true },\n\t\t\" \": { dir: \"parentNode\" },\n\t\t\"+\": { dir: \"previousSibling\", first: true },\n\t\t\"~\": { dir: \"previousSibling\" }\n\t},\n\n\tpreFilter: {\n\t\t\"ATTR\": function( match ) {\n\t\t\tmatch[1] = match[1].replace( runescape, funescape );\n\n\t\t\t// Move the given value to match[3] whether quoted or unquoted\n\t\t\tmatch[3] = ( match[3] || match[4] || match[5] || \"\" ).replace( runescape, funescape );\n\n\t\t\tif ( match[2] === \"~=\" ) {\n\t\t\t\tmatch[3] = \" \" + match[3] + \" \";\n\t\t\t}\n\n\t\t\treturn match.slice( 0, 4 );\n\t\t},\n\n\t\t\"CHILD\": function( match ) {\n\t\t\t/* matches from matchExpr[\"CHILD\"]\n\t\t\t\t1 type (only|nth|...)\n\t\t\t\t2 what (child|of-type)\n\t\t\t\t3 argument (even|odd|\\d*|\\d*n([+-]\\d+)?|...)\n\t\t\t\t4 xn-component of xn+y argument ([+-]?\\d*n|)\n\t\t\t\t5 sign of xn-component\n\t\t\t\t6 x of xn-component\n\t\t\t\t7 sign of y-component\n\t\t\t\t8 y of y-component\n\t\t\t*/\n\t\t\tmatch[1] = match[1].toLowerCase();\n\n\t\t\tif ( match[1].slice( 0, 3 ) === \"nth\" ) {\n\t\t\t\t// nth-* requires argument\n\t\t\t\tif ( !match[3] ) {\n\t\t\t\t\tSizzle.error( match[0] );\n\t\t\t\t}\n\n\t\t\t\t// numeric x and y parameters for Expr.filter.CHILD\n\t\t\t\t// remember that false/true cast respectively to 0/1\n\t\t\t\tmatch[4] = +( match[4] ? match[5] + (match[6] || 1) : 2 * ( match[3] === \"even\" || match[3] === \"odd\" ) );\n\t\t\t\tmatch[5] = +( ( match[7] + match[8] ) || match[3] === \"odd\" );\n\n\t\t\t// other types prohibit arguments\n\t\t\t} else if ( match[3] ) {\n\t\t\t\tSizzle.error( match[0] );\n\t\t\t}\n\n\t\t\treturn match;\n\t\t},\n\n\t\t\"PSEUDO\": function( match ) {\n\t\t\tvar excess,\n\t\t\t\tunquoted = !match[6] && match[2];\n\n\t\t\tif ( matchExpr[\"CHILD\"].test( match[0] ) ) {\n\t\t\t\treturn null;\n\t\t\t}\n\n\t\t\t// Accept quoted arguments as-is\n\t\t\tif ( match[3] ) {\n\t\t\t\tmatch[2] = match[4] || match[5] || \"\";\n\n\t\t\t// Strip excess characters from unquoted arguments\n\t\t\t} else if ( unquoted && rpseudo.test( unquoted ) &&\n\t\t\t\t// Get excess from tokenize (recursively)\n\t\t\t\t(excess = tokenize( unquoted, true )) &&\n\t\t\t\t// advance to the next closing parenthesis\n\t\t\t\t(excess = unquoted.indexOf( \")\", unquoted.length - excess ) - unquoted.length) ) {\n\n\t\t\t\t// excess is a negative index\n\t\t\t\tmatch[0] = match[0].slice( 0, excess );\n\t\t\t\tmatch[2] = unquoted.slice( 0, excess );\n\t\t\t}\n\n\t\t\t// Return only captures needed by the pseudo filter method (type and argument)\n\t\t\treturn match.slice( 0, 3 );\n\t\t}\n\t},\n\n\tfilter: {\n\n\t\t\"TAG\": function( nodeNameSelector ) {\n\t\t\tvar nodeName = nodeNameSelector.replace( runescape, funescape ).toLowerCase();\n\t\t\treturn nodeNameSelector === \"*\" ?\n\t\t\t\tfunction() { return true; } :\n\t\t\t\tfunction( elem ) {\n\t\t\t\t\treturn elem.nodeName && elem.nodeName.toLowerCase() === nodeName;\n\t\t\t\t};\n\t\t},\n\n\t\t\"CLASS\": function( className ) {\n\t\t\tvar pattern = classCache[ className + \" \" ];\n\n\t\t\treturn pattern ||\n\t\t\t\t(pattern = new RegExp( \"(^|\" + whitespace + \")\" + className + \"(\" + whitespace + \"|$)\" )) &&\n\t\t\t\tclassCache( className, function( elem ) {\n\t\t\t\t\treturn pattern.test( typeof elem.className === \"string\" && elem.className || typeof elem.getAttribute !== \"undefined\" && elem.getAttribute(\"class\") || \"\" );\n\t\t\t\t});\n\t\t},\n\n\t\t\"ATTR\": function( name, operator, check ) {\n\t\t\treturn function( elem ) {\n\t\t\t\tvar result = Sizzle.attr( elem, name );\n\n\t\t\t\tif ( result == null ) {\n\t\t\t\t\treturn operator === \"!=\";\n\t\t\t\t}\n\t\t\t\tif ( !operator ) {\n\t\t\t\t\treturn true;\n\t\t\t\t}\n\n\t\t\t\tresult += \"\";\n\n\t\t\t\treturn operator === \"=\" ? result === check :\n\t\t\t\t\toperator === \"!=\" ? result !== check :\n\t\t\t\t\toperator === \"^=\" ? check && result.indexOf( check ) === 0 :\n\t\t\t\t\toperator === \"*=\" ? check && result.indexOf( check ) > -1 :\n\t\t\t\t\toperator === \"$=\" ? check && result.slice( -check.length ) === check :\n\t\t\t\t\toperator === \"~=\" ? ( \" \" + result.replace( rwhitespace, \" \" ) + \" \" ).indexOf( check ) > -1 :\n\t\t\t\t\toperator === \"|=\" ? result === check || result.slice( 0, check.length + 1 ) === check + \"-\" :\n\t\t\t\t\tfalse;\n\t\t\t};\n\t\t},\n\n\t\t\"CHILD\": function( type, what, argument, first, last ) {\n\t\t\tvar simple = type.slice( 0, 3 ) !== \"nth\",\n\t\t\t\tforward = type.slice( -4 ) !== \"last\",\n\t\t\t\tofType = what === \"of-type\";\n\n\t\t\treturn first === 1 && last === 0 ?\n\n\t\t\t\t// Shortcut for :nth-*(n)\n\t\t\t\tfunction( elem ) {\n\t\t\t\t\treturn !!elem.parentNode;\n\t\t\t\t} :\n\n\t\t\t\tfunction( elem, context, xml ) {\n\t\t\t\t\tvar cache, outerCache, node, diff, nodeIndex, start,\n\t\t\t\t\t\tdir = simple !== forward ? \"nextSibling\" : \"previousSibling\",\n\t\t\t\t\t\tparent = elem.parentNode,\n\t\t\t\t\t\tname = ofType && elem.nodeName.toLowerCase(),\n\t\t\t\t\t\tuseCache = !xml && !ofType;\n\n\t\t\t\t\tif ( parent ) {\n\n\t\t\t\t\t\t// :(first|last|only)-(child|of-type)\n\t\t\t\t\t\tif ( simple ) {\n\t\t\t\t\t\t\twhile ( dir ) {\n\t\t\t\t\t\t\t\tnode = elem;\n\t\t\t\t\t\t\t\twhile ( (node = node[ dir ]) ) {\n\t\t\t\t\t\t\t\t\tif ( ofType ? node.nodeName.toLowerCase() === name : node.nodeType === 1 ) {\n\t\t\t\t\t\t\t\t\t\treturn false;\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t// Reverse direction for :only-* (if we haven't yet done so)\n\t\t\t\t\t\t\t\tstart = dir = type === \"only\" && !start && \"nextSibling\";\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\treturn true;\n\t\t\t\t\t\t}\n\n\t\t\t\t\t\tstart = [ forward ? parent.firstChild : parent.lastChild ];\n\n\t\t\t\t\t\t// non-xml :nth-child(...) stores cache data on `parent`\n\t\t\t\t\t\tif ( forward && useCache ) {\n\t\t\t\t\t\t\t// Seek `elem` from a previously-cached index\n\t\t\t\t\t\t\touterCache = parent[ expando ] || (parent[ expando ] = {});\n\t\t\t\t\t\t\tcache = outerCache[ type ] || [];\n\t\t\t\t\t\t\tnodeIndex = cache[0] === dirruns && cache[1];\n\t\t\t\t\t\t\tdiff = cache[0] === dirruns && cache[2];\n\t\t\t\t\t\t\tnode = nodeIndex && parent.childNodes[ nodeIndex ];\n\n\t\t\t\t\t\t\twhile ( (node = ++nodeIndex && node && node[ dir ] ||\n\n\t\t\t\t\t\t\t\t// Fallback to seeking `elem` from the start\n\t\t\t\t\t\t\t\t(diff = nodeIndex = 0) || start.pop()) ) {\n\n\t\t\t\t\t\t\t\t// When found, cache indexes on `parent` and break\n\t\t\t\t\t\t\t\tif ( node.nodeType === 1 && ++diff && node === elem ) {\n\t\t\t\t\t\t\t\t\touterCache[ type ] = [ dirruns, nodeIndex, diff ];\n\t\t\t\t\t\t\t\t\tbreak;\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t}\n\n\t\t\t\t\t\t// Use previously-cached element index if available\n\t\t\t\t\t\t} else if ( useCache && (cache = (elem[ expando ] || (elem[ expando ] = {}))[ type ]) && cache[0] === dirruns ) {\n\t\t\t\t\t\t\tdiff = cache[1];\n\n\t\t\t\t\t\t// xml :nth-child(...) or :nth-last-child(...) or :nth(-last)?-of-type(...)\n\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t// Use the same loop as above to seek `elem` from the start\n\t\t\t\t\t\t\twhile ( (node = ++nodeIndex && node && node[ dir ] ||\n\t\t\t\t\t\t\t\t(diff = nodeIndex = 0) || start.pop()) ) {\n\n\t\t\t\t\t\t\t\tif ( ( ofType ? node.nodeName.toLowerCase() === name : node.nodeType === 1 ) && ++diff ) {\n\t\t\t\t\t\t\t\t\t// Cache the index of each encountered element\n\t\t\t\t\t\t\t\t\tif ( useCache ) {\n\t\t\t\t\t\t\t\t\t\t(node[ expando ] || (node[ expando ] = {}))[ type ] = [ dirruns, diff ];\n\t\t\t\t\t\t\t\t\t}\n\n\t\t\t\t\t\t\t\t\tif ( node === elem ) {\n\t\t\t\t\t\t\t\t\t\tbreak;\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\n\t\t\t\t\t\t// Incorporate the offset, then check against cycle size\n\t\t\t\t\t\tdiff -= last;\n\t\t\t\t\t\treturn diff === first || ( diff % first === 0 && diff / first >= 0 );\n\t\t\t\t\t}\n\t\t\t\t};\n\t\t},\n\n\t\t\"PSEUDO\": function( pseudo, argument ) {\n\t\t\t// pseudo-class names are case-insensitive\n\t\t\t// http://www.w3.org/TR/selectors/#pseudo-classes\n\t\t\t// Prioritize by case sensitivity in case custom pseudos are added with uppercase letters\n\t\t\t// Remember that setFilters inherits from pseudos\n\t\t\tvar args,\n\t\t\t\tfn = Expr.pseudos[ pseudo ] || Expr.setFilters[ pseudo.toLowerCase() ] ||\n\t\t\t\t\tSizzle.error( \"unsupported pseudo: \" + pseudo );\n\n\t\t\t// The user may use createPseudo to indicate that\n\t\t\t// arguments are needed to create the filter function\n\t\t\t// just as Sizzle does\n\t\t\tif ( fn[ expando ] ) {\n\t\t\t\treturn fn( argument );\n\t\t\t}\n\n\t\t\t// But maintain support for old signatures\n\t\t\tif ( fn.length > 1 ) {\n\t\t\t\targs = [ pseudo, pseudo, \"\", argument ];\n\t\t\t\treturn Expr.setFilters.hasOwnProperty( pseudo.toLowerCase() ) ?\n\t\t\t\t\tmarkFunction(function( seed, matches ) {\n\t\t\t\t\t\tvar idx,\n\t\t\t\t\t\t\tmatched = fn( seed, argument ),\n\t\t\t\t\t\t\ti = matched.length;\n\t\t\t\t\t\twhile ( i-- ) {\n\t\t\t\t\t\t\tidx = indexOf( seed, matched[i] );\n\t\t\t\t\t\t\tseed[ idx ] = !( matches[ idx ] = matched[i] );\n\t\t\t\t\t\t}\n\t\t\t\t\t}) :\n\t\t\t\t\tfunction( elem ) {\n\t\t\t\t\t\treturn fn( elem, 0, args );\n\t\t\t\t\t};\n\t\t\t}\n\n\t\t\treturn fn;\n\t\t}\n\t},\n\n\tpseudos: {\n\t\t// Potentially complex pseudos\n\t\t\"not\": markFunction(function( selector ) {\n\t\t\t// Trim the selector passed to compile\n\t\t\t// to avoid treating leading and trailing\n\t\t\t// spaces as combinators\n\t\t\tvar input = [],\n\t\t\t\tresults = [],\n\t\t\t\tmatcher = compile( selector.replace( rtrim, \"$1\" ) );\n\n\t\t\treturn matcher[ expando ] ?\n\t\t\t\tmarkFunction(function( seed, matches, context, xml ) {\n\t\t\t\t\tvar elem,\n\t\t\t\t\t\tunmatched = matcher( seed, null, xml, [] ),\n\t\t\t\t\t\ti = seed.length;\n\n\t\t\t\t\t// Match elements unmatched by `matcher`\n\t\t\t\t\twhile ( i-- ) {\n\t\t\t\t\t\tif ( (elem = unmatched[i]) ) {\n\t\t\t\t\t\t\tseed[i] = !(matches[i] = elem);\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}) :\n\t\t\t\tfunction( elem, context, xml ) {\n\t\t\t\t\tinput[0] = elem;\n\t\t\t\t\tmatcher( input, null, xml, results );\n\t\t\t\t\t// Don't keep the element (issue #299)\n\t\t\t\t\tinput[0] = null;\n\t\t\t\t\treturn !results.pop();\n\t\t\t\t};\n\t\t}),\n\n\t\t\"has\": markFunction(function( selector ) {\n\t\t\treturn function( elem ) {\n\t\t\t\treturn Sizzle( selector, elem ).length > 0;\n\t\t\t};\n\t\t}),\n\n\t\t\"contains\": markFunction(function( text ) {\n\t\t\ttext = text.replace( runescape, funescape );\n\t\t\treturn function( elem ) {\n\t\t\t\treturn ( elem.textContent || elem.innerText || getText( elem ) ).indexOf( text ) > -1;\n\t\t\t};\n\t\t}),\n\n\t\t// \"Whether an element is represented by a :lang() selector\n\t\t// is based solely on the element's language value\n\t\t// being equal to the identifier C,\n\t\t// or beginning with the identifier C immediately followed by \"-\".\n\t\t// The matching of C against the element's language value is performed case-insensitively.\n\t\t// The identifier C does not have to be a valid language name.\"\n\t\t// http://www.w3.org/TR/selectors/#lang-pseudo\n\t\t\"lang\": markFunction( function( lang ) {\n\t\t\t// lang value must be a valid identifier\n\t\t\tif ( !ridentifier.test(lang || \"\") ) {\n\t\t\t\tSizzle.error( \"unsupported lang: \" + lang );\n\t\t\t}\n\t\t\tlang = lang.replace( runescape, funescape ).toLowerCase();\n\t\t\treturn function( elem ) {\n\t\t\t\tvar elemLang;\n\t\t\t\tdo {\n\t\t\t\t\tif ( (elemLang = documentIsHTML ?\n\t\t\t\t\t\telem.lang :\n\t\t\t\t\t\telem.getAttribute(\"xml:lang\") || elem.getAttribute(\"lang\")) ) {\n\n\t\t\t\t\t\telemLang = elemLang.toLowerCase();\n\t\t\t\t\t\treturn elemLang === lang || elemLang.indexOf( lang + \"-\" ) === 0;\n\t\t\t\t\t}\n\t\t\t\t} while ( (elem = elem.parentNode) && elem.nodeType === 1 );\n\t\t\t\treturn false;\n\t\t\t};\n\t\t}),\n\n\t\t// Miscellaneous\n\t\t\"target\": function( elem ) {\n\t\t\tvar hash = window.location && window.location.hash;\n\t\t\treturn hash && hash.slice( 1 ) === elem.id;\n\t\t},\n\n\t\t\"root\": function( elem ) {\n\t\t\treturn elem === docElem;\n\t\t},\n\n\t\t\"focus\": function( elem ) {\n\t\t\treturn elem === document.activeElement && (!document.hasFocus || document.hasFocus()) && !!(elem.type || elem.href || ~elem.tabIndex);\n\t\t},\n\n\t\t// Boolean properties\n\t\t\"enabled\": function( elem ) {\n\t\t\treturn elem.disabled === false;\n\t\t},\n\n\t\t\"disabled\": function( elem ) {\n\t\t\treturn elem.disabled === true;\n\t\t},\n\n\t\t\"checked\": function( elem ) {\n\t\t\t// In CSS3, :checked should return both checked and selected elements\n\t\t\t// http://www.w3.org/TR/2011/REC-css3-selectors-20110929/#checked\n\t\t\tvar nodeName = elem.nodeName.toLowerCase();\n\t\t\treturn (nodeName === \"input\" && !!elem.checked) || (nodeName === \"option\" && !!elem.selected);\n\t\t},\n\n\t\t\"selected\": function( elem ) {\n\t\t\t// Accessing this property makes selected-by-default\n\t\t\t// options in Safari work properly\n\t\t\tif ( elem.parentNode ) {\n\t\t\t\telem.parentNode.selectedIndex;\n\t\t\t}\n\n\t\t\treturn elem.selected === true;\n\t\t},\n\n\t\t// Contents\n\t\t\"empty\": function( elem ) {\n\t\t\t// http://www.w3.org/TR/selectors/#empty-pseudo\n\t\t\t// :empty is negated by element (1) or content nodes (text: 3; cdata: 4; entity ref: 5),\n\t\t\t// but not by others (comment: 8; processing instruction: 7; etc.)\n\t\t\t// nodeType < 6 works because attributes (2) do not appear as children\n\t\t\tfor ( elem = elem.firstChild; elem; elem = elem.nextSibling ) {\n\t\t\t\tif ( elem.nodeType < 6 ) {\n\t\t\t\t\treturn false;\n\t\t\t\t}\n\t\t\t}\n\t\t\treturn true;\n\t\t},\n\n\t\t\"parent\": function( elem ) {\n\t\t\treturn !Expr.pseudos[\"empty\"]( elem );\n\t\t},\n\n\t\t// Element/input types\n\t\t\"header\": function( elem ) {\n\t\t\treturn rheader.test( elem.nodeName );\n\t\t},\n\n\t\t\"input\": function( elem ) {\n\t\t\treturn rinputs.test( elem.nodeName );\n\t\t},\n\n\t\t\"button\": function( elem ) {\n\t\t\tvar name = elem.nodeName.toLowerCase();\n\t\t\treturn name === \"input\" && elem.type === \"button\" || name === \"button\";\n\t\t},\n\n\t\t\"text\": function( elem ) {\n\t\t\tvar attr;\n\t\t\treturn elem.nodeName.toLowerCase() === \"input\" &&\n\t\t\t\telem.type === \"text\" &&\n\n\t\t\t\t// Support: IE<8\n\t\t\t\t// New HTML5 attribute values (e.g., \"search\") appear with elem.type === \"text\"\n\t\t\t\t( (attr = elem.getAttribute(\"type\")) == null || attr.toLowerCase() === \"text\" );\n\t\t},\n\n\t\t// Position-in-collection\n\t\t\"first\": createPositionalPseudo(function() {\n\t\t\treturn [ 0 ];\n\t\t}),\n\n\t\t\"last\": createPositionalPseudo(function( matchIndexes, length ) {\n\t\t\treturn [ length - 1 ];\n\t\t}),\n\n\t\t\"eq\": createPositionalPseudo(function( matchIndexes, length, argument ) {\n\t\t\treturn [ argument < 0 ? argument + length : argument ];\n\t\t}),\n\n\t\t\"even\": createPositionalPseudo(function( matchIndexes, length ) {\n\t\t\tvar i = 0;\n\t\t\tfor ( ; i < length; i += 2 ) {\n\t\t\t\tmatchIndexes.push( i );\n\t\t\t}\n\t\t\treturn matchIndexes;\n\t\t}),\n\n\t\t\"odd\": createPositionalPseudo(function( matchIndexes, length ) {\n\t\t\tvar i = 1;\n\t\t\tfor ( ; i < length; i += 2 ) {\n\t\t\t\tmatchIndexes.push( i );\n\t\t\t}\n\t\t\treturn matchIndexes;\n\t\t}),\n\n\t\t\"lt\": createPositionalPseudo(function( matchIndexes, length, argument ) {\n\t\t\tvar i = argument < 0 ? argument + length : argument;\n\t\t\tfor ( ; --i >= 0; ) {\n\t\t\t\tmatchIndexes.push( i );\n\t\t\t}\n\t\t\treturn matchIndexes;\n\t\t}),\n\n\t\t\"gt\": createPositionalPseudo(function( matchIndexes, length, argument ) {\n\t\t\tvar i = argument < 0 ? argument + length : argument;\n\t\t\tfor ( ; ++i < length; ) {\n\t\t\t\tmatchIndexes.push( i );\n\t\t\t}\n\t\t\treturn matchIndexes;\n\t\t})\n\t}\n};\n\nExpr.pseudos[\"nth\"] = Expr.pseudos[\"eq\"];\n\n// Add button/input type pseudos\nfor ( i in { radio: true, checkbox: true, file: true, password: true, image: true } ) {\n\tExpr.pseudos[ i ] = createInputPseudo( i );\n}\nfor ( i in { submit: true, reset: true } ) {\n\tExpr.pseudos[ i ] = createButtonPseudo( i );\n}\n\n// Easy API for creating new setFilters\nfunction setFilters() {}\nsetFilters.prototype = Expr.filters = Expr.pseudos;\nExpr.setFilters = new setFilters();\n\ntokenize = Sizzle.tokenize = function( selector, parseOnly ) {\n\tvar matched, match, tokens, type,\n\t\tsoFar, groups, preFilters,\n\t\tcached = tokenCache[ selector + \" \" ];\n\n\tif ( cached ) {\n\t\treturn parseOnly ? 0 : cached.slice( 0 );\n\t}\n\n\tsoFar = selector;\n\tgroups = [];\n\tpreFilters = Expr.preFilter;\n\n\twhile ( soFar ) {\n\n\t\t// Comma and first run\n\t\tif ( !matched || (match = rcomma.exec( soFar )) ) {\n\t\t\tif ( match ) {\n\t\t\t\t// Don't consume trailing commas as valid\n\t\t\t\tsoFar = soFar.slice( match[0].length ) || soFar;\n\t\t\t}\n\t\t\tgroups.push( (tokens = []) );\n\t\t}\n\n\t\tmatched = false;\n\n\t\t// Combinators\n\t\tif ( (match = rcombinators.exec( soFar )) ) {\n\t\t\tmatched = match.shift();\n\t\t\ttokens.push({\n\t\t\t\tvalue: matched,\n\t\t\t\t// Cast descendant combinators to space\n\t\t\t\ttype: match[0].replace( rtrim, \" \" )\n\t\t\t});\n\t\t\tsoFar = soFar.slice( matched.length );\n\t\t}\n\n\t\t// Filters\n\t\tfor ( type in Expr.filter ) {\n\t\t\tif ( (match = matchExpr[ type ].exec( soFar )) && (!preFilters[ type ] ||\n\t\t\t\t(match = preFilters[ type ]( match ))) ) {\n\t\t\t\tmatched = match.shift();\n\t\t\t\ttokens.push({\n\t\t\t\t\tvalue: matched,\n\t\t\t\t\ttype: type,\n\t\t\t\t\tmatches: match\n\t\t\t\t});\n\t\t\t\tsoFar = soFar.slice( matched.length );\n\t\t\t}\n\t\t}\n\n\t\tif ( !matched ) {\n\t\t\tbreak;\n\t\t}\n\t}\n\n\t// Return the length of the invalid excess\n\t// if we're just parsing\n\t// Otherwise, throw an error or return tokens\n\treturn parseOnly ?\n\t\tsoFar.length :\n\t\tsoFar ?\n\t\t\tSizzle.error( selector ) :\n\t\t\t// Cache the tokens\n\t\t\ttokenCache( selector, groups ).slice( 0 );\n};\n\nfunction toSelector( tokens ) {\n\tvar i = 0,\n\t\tlen = tokens.length,\n\t\tselector = \"\";\n\tfor ( ; i < len; i++ ) {\n\t\tselector += tokens[i].value;\n\t}\n\treturn selector;\n}\n\nfunction addCombinator( matcher, combinator, base ) {\n\tvar dir = combinator.dir,\n\t\tcheckNonElements = base && dir === \"parentNode\",\n\t\tdoneName = done++;\n\n\treturn combinator.first ?\n\t\t// Check against closest ancestor/preceding element\n\t\tfunction( elem, context, xml ) {\n\t\t\twhile ( (elem = elem[ dir ]) ) {\n\t\t\t\tif ( elem.nodeType === 1 || checkNonElements ) {\n\t\t\t\t\treturn matcher( elem, context, xml );\n\t\t\t\t}\n\t\t\t}\n\t\t} :\n\n\t\t// Check against all ancestor/preceding elements\n\t\tfunction( elem, context, xml ) {\n\t\t\tvar oldCache, outerCache,\n\t\t\t\tnewCache = [ dirruns, doneName ];\n\n\t\t\t// We can't set arbitrary data on XML nodes, so they don't benefit from dir caching\n\t\t\tif ( xml ) {\n\t\t\t\twhile ( (elem = elem[ dir ]) ) {\n\t\t\t\t\tif ( elem.nodeType === 1 || checkNonElements ) {\n\t\t\t\t\t\tif ( matcher( elem, context, xml ) ) {\n\t\t\t\t\t\t\treturn true;\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t} else {\n\t\t\t\twhile ( (elem = elem[ dir ]) ) {\n\t\t\t\t\tif ( elem.nodeType === 1 || checkNonElements ) {\n\t\t\t\t\t\touterCache = elem[ expando ] || (elem[ expando ] = {});\n\t\t\t\t\t\tif ( (oldCache = outerCache[ dir ]) &&\n\t\t\t\t\t\t\toldCache[ 0 ] === dirruns && oldCache[ 1 ] === doneName ) {\n\n\t\t\t\t\t\t\t// Assign to newCache so results back-propagate to previous elements\n\t\t\t\t\t\t\treturn (newCache[ 2 ] = oldCache[ 2 ]);\n\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t// Reuse newcache so results back-propagate to previous elements\n\t\t\t\t\t\t\touterCache[ dir ] = newCache;\n\n\t\t\t\t\t\t\t// A match means we're done; a fail means we have to keep checking\n\t\t\t\t\t\t\tif ( (newCache[ 2 ] = matcher( elem, context, xml )) ) {\n\t\t\t\t\t\t\t\treturn true;\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t};\n}\n\nfunction elementMatcher( matchers ) {\n\treturn matchers.length > 1 ?\n\t\tfunction( elem, context, xml ) {\n\t\t\tvar i = matchers.length;\n\t\t\twhile ( i-- ) {\n\t\t\t\tif ( !matchers[i]( elem, context, xml ) ) {\n\t\t\t\t\treturn false;\n\t\t\t\t}\n\t\t\t}\n\t\t\treturn true;\n\t\t} :\n\t\tmatchers[0];\n}\n\nfunction multipleContexts( selector, contexts, results ) {\n\tvar i = 0,\n\t\tlen = contexts.length;\n\tfor ( ; i < len; i++ ) {\n\t\tSizzle( selector, contexts[i], results );\n\t}\n\treturn results;\n}\n\nfunction condense( unmatched, map, filter, context, xml ) {\n\tvar elem,\n\t\tnewUnmatched = [],\n\t\ti = 0,\n\t\tlen = unmatched.length,\n\t\tmapped = map != null;\n\n\tfor ( ; i < len; i++ ) {\n\t\tif ( (elem = unmatched[i]) ) {\n\t\t\tif ( !filter || filter( elem, context, xml ) ) {\n\t\t\t\tnewUnmatched.push( elem );\n\t\t\t\tif ( mapped ) {\n\t\t\t\t\tmap.push( i );\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n\n\treturn newUnmatched;\n}\n\nfunction setMatcher( preFilter, selector, matcher, postFilter, postFinder, postSelector ) {\n\tif ( postFilter && !postFilter[ expando ] ) {\n\t\tpostFilter = setMatcher( postFilter );\n\t}\n\tif ( postFinder && !postFinder[ expando ] ) {\n\t\tpostFinder = setMatcher( postFinder, postSelector );\n\t}\n\treturn markFunction(function( seed, results, context, xml ) {\n\t\tvar temp, i, elem,\n\t\t\tpreMap = [],\n\t\t\tpostMap = [],\n\t\t\tpreexisting = results.length,\n\n\t\t\t// Get initial elements from seed or context\n\t\t\telems = seed || multipleContexts( selector || \"*\", context.nodeType ? [ context ] : context, [] ),\n\n\t\t\t// Prefilter to get matcher input, preserving a map for seed-results synchronization\n\t\t\tmatcherIn = preFilter && ( seed || !selector ) ?\n\t\t\t\tcondense( elems, preMap, preFilter, context, xml ) :\n\t\t\t\telems,\n\n\t\t\tmatcherOut = matcher ?\n\t\t\t\t// If we have a postFinder, or filtered seed, or non-seed postFilter or preexisting results,\n\t\t\t\tpostFinder || ( seed ? preFilter : preexisting || postFilter ) ?\n\n\t\t\t\t\t// ...intermediate processing is necessary\n\t\t\t\t\t[] :\n\n\t\t\t\t\t// ...otherwise use results directly\n\t\t\t\t\tresults :\n\t\t\t\tmatcherIn;\n\n\t\t// Find primary matches\n\t\tif ( matcher ) {\n\t\t\tmatcher( matcherIn, matcherOut, context, xml );\n\t\t}\n\n\t\t// Apply postFilter\n\t\tif ( postFilter ) {\n\t\t\ttemp = condense( matcherOut, postMap );\n\t\t\tpostFilter( temp, [], context, xml );\n\n\t\t\t// Un-match failing elements by moving them back to matcherIn\n\t\t\ti = temp.length;\n\t\t\twhile ( i-- ) {\n\t\t\t\tif ( (elem = temp[i]) ) {\n\t\t\t\t\tmatcherOut[ postMap[i] ] = !(matcherIn[ postMap[i] ] = elem);\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\tif ( seed ) {\n\t\t\tif ( postFinder || preFilter ) {\n\t\t\t\tif ( postFinder ) {\n\t\t\t\t\t// Get the final matcherOut by condensing this intermediate into postFinder contexts\n\t\t\t\t\ttemp = [];\n\t\t\t\t\ti = matcherOut.length;\n\t\t\t\t\twhile ( i-- ) {\n\t\t\t\t\t\tif ( (elem = matcherOut[i]) ) {\n\t\t\t\t\t\t\t// Restore matcherIn since elem is not yet a final match\n\t\t\t\t\t\t\ttemp.push( (matcherIn[i] = elem) );\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t\tpostFinder( null, (matcherOut = []), temp, xml );\n\t\t\t\t}\n\n\t\t\t\t// Move matched elements from seed to results to keep them synchronized\n\t\t\t\ti = matcherOut.length;\n\t\t\t\twhile ( i-- ) {\n\t\t\t\t\tif ( (elem = matcherOut[i]) &&\n\t\t\t\t\t\t(temp = postFinder ? indexOf( seed, elem ) : preMap[i]) > -1 ) {\n\n\t\t\t\t\t\tseed[temp] = !(results[temp] = elem);\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\n\t\t// Add elements to results, through postFinder if defined\n\t\t} else {\n\t\t\tmatcherOut = condense(\n\t\t\t\tmatcherOut === results ?\n\t\t\t\t\tmatcherOut.splice( preexisting, matcherOut.length ) :\n\t\t\t\t\tmatcherOut\n\t\t\t);\n\t\t\tif ( postFinder ) {\n\t\t\t\tpostFinder( null, results, matcherOut, xml );\n\t\t\t} else {\n\t\t\t\tpush.apply( results, matcherOut );\n\t\t\t}\n\t\t}\n\t});\n}\n\nfunction matcherFromTokens( tokens ) {\n\tvar checkContext, matcher, j,\n\t\tlen = tokens.length,\n\t\tleadingRelative = Expr.relative[ tokens[0].type ],\n\t\timplicitRelative = leadingRelative || Expr.relative[\" \"],\n\t\ti = leadingRelative ? 1 : 0,\n\n\t\t// The foundational matcher ensures that elements are reachable from top-level context(s)\n\t\tmatchContext = addCombinator( function( elem ) {\n\t\t\treturn elem === checkContext;\n\t\t}, implicitRelative, true ),\n\t\tmatchAnyContext = addCombinator( function( elem ) {\n\t\t\treturn indexOf( checkContext, elem ) > -1;\n\t\t}, implicitRelative, true ),\n\t\tmatchers = [ function( elem, context, xml ) {\n\t\t\tvar ret = ( !leadingRelative && ( xml || context !== outermostContext ) ) || (\n\t\t\t\t(checkContext = context).nodeType ?\n\t\t\t\t\tmatchContext( elem, context, xml ) :\n\t\t\t\t\tmatchAnyContext( elem, context, xml ) );\n\t\t\t// Avoid hanging onto element (issue #299)\n\t\t\tcheckContext = null;\n\t\t\treturn ret;\n\t\t} ];\n\n\tfor ( ; i < len; i++ ) {\n\t\tif ( (matcher = Expr.relative[ tokens[i].type ]) ) {\n\t\t\tmatchers = [ addCombinator(elementMatcher( matchers ), matcher) ];\n\t\t} else {\n\t\t\tmatcher = Expr.filter[ tokens[i].type ].apply( null, tokens[i].matches );\n\n\t\t\t// Return special upon seeing a positional matcher\n\t\t\tif ( matcher[ expando ] ) {\n\t\t\t\t// Find the next relative operator (if any) for proper handling\n\t\t\t\tj = ++i;\n\t\t\t\tfor ( ; j < len; j++ ) {\n\t\t\t\t\tif ( Expr.relative[ tokens[j].type ] ) {\n\t\t\t\t\t\tbreak;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\treturn setMatcher(\n\t\t\t\t\ti > 1 && elementMatcher( matchers ),\n\t\t\t\t\ti > 1 && toSelector(\n\t\t\t\t\t\t// If the preceding token was a descendant combinator, insert an implicit any-element `*`\n\t\t\t\t\t\ttokens.slice( 0, i - 1 ).concat({ value: tokens[ i - 2 ].type === \" \" ? \"*\" : \"\" })\n\t\t\t\t\t).replace( rtrim, \"$1\" ),\n\t\t\t\t\tmatcher,\n\t\t\t\t\ti < j && matcherFromTokens( tokens.slice( i, j ) ),\n\t\t\t\t\tj < len && matcherFromTokens( (tokens = tokens.slice( j )) ),\n\t\t\t\t\tj < len && toSelector( tokens )\n\t\t\t\t);\n\t\t\t}\n\t\t\tmatchers.push( matcher );\n\t\t}\n\t}\n\n\treturn elementMatcher( matchers );\n}\n\nfunction matcherFromGroupMatchers( elementMatchers, setMatchers ) {\n\tvar bySet = setMatchers.length > 0,\n\t\tbyElement = elementMatchers.length > 0,\n\t\tsuperMatcher = function( seed, context, xml, results, outermost ) {\n\t\t\tvar elem, j, matcher,\n\t\t\t\tmatchedCount = 0,\n\t\t\t\ti = \"0\",\n\t\t\t\tunmatched = seed && [],\n\t\t\t\tsetMatched = [],\n\t\t\t\tcontextBackup = outermostContext,\n\t\t\t\t// We must always have either seed elements or outermost context\n\t\t\t\telems = seed || byElement && Expr.find[\"TAG\"]( \"*\", outermost ),\n\t\t\t\t// Use integer dirruns iff this is the outermost matcher\n\t\t\t\tdirrunsUnique = (dirruns += contextBackup == null ? 1 : Math.random() || 0.1),\n\t\t\t\tlen = elems.length;\n\n\t\t\tif ( outermost ) {\n\t\t\t\toutermostContext = context !== document && context;\n\t\t\t}\n\n\t\t\t// Add elements passing elementMatchers directly to results\n\t\t\t// Keep `i` a string if there are no elements so `matchedCount` will be \"00\" below\n\t\t\t// Support: IE<9, Safari\n\t\t\t// Tolerate NodeList properties (IE: \"length\"; Safari: <number>) matching elements by id\n\t\t\tfor ( ; i !== len && (elem = elems[i]) != null; i++ ) {\n\t\t\t\tif ( byElement && elem ) {\n\t\t\t\t\tj = 0;\n\t\t\t\t\twhile ( (matcher = elementMatchers[j++]) ) {\n\t\t\t\t\t\tif ( matcher( elem, context, xml ) ) {\n\t\t\t\t\t\t\tresults.push( elem );\n\t\t\t\t\t\t\tbreak;\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t\tif ( outermost ) {\n\t\t\t\t\t\tdirruns = dirrunsUnique;\n\t\t\t\t\t}\n\t\t\t\t}\n\n\t\t\t\t// Track unmatched elements for set filters\n\t\t\t\tif ( bySet ) {\n\t\t\t\t\t// They will have gone through all possible matchers\n\t\t\t\t\tif ( (elem = !matcher && elem) ) {\n\t\t\t\t\t\tmatchedCount--;\n\t\t\t\t\t}\n\n\t\t\t\t\t// Lengthen the array for every element, matched or not\n\t\t\t\t\tif ( seed ) {\n\t\t\t\t\t\tunmatched.push( elem );\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\n\t\t\t// Apply set filters to unmatched elements\n\t\t\tmatchedCount += i;\n\t\t\tif ( bySet && i !== matchedCount ) {\n\t\t\t\tj = 0;\n\t\t\t\twhile ( (matcher = setMatchers[j++]) ) {\n\t\t\t\t\tmatcher( unmatched, setMatched, context, xml );\n\t\t\t\t}\n\n\t\t\t\tif ( seed ) {\n\t\t\t\t\t// Reintegrate element matches to eliminate the need for sorting\n\t\t\t\t\tif ( matchedCount > 0 ) {\n\t\t\t\t\t\twhile ( i-- ) {\n\t\t\t\t\t\t\tif ( !(unmatched[i] || setMatched[i]) ) {\n\t\t\t\t\t\t\t\tsetMatched[i] = pop.call( results );\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\n\t\t\t\t\t// Discard index placeholder values to get only actual matches\n\t\t\t\t\tsetMatched = condense( setMatched );\n\t\t\t\t}\n\n\t\t\t\t// Add matches to results\n\t\t\t\tpush.apply( results, setMatched );\n\n\t\t\t\t// Seedless set matches succeeding multiple successful matchers stipulate sorting\n\t\t\t\tif ( outermost && !seed && setMatched.length > 0 &&\n\t\t\t\t\t( matchedCount + setMatchers.length ) > 1 ) {\n\n\t\t\t\t\tSizzle.uniqueSort( results );\n\t\t\t\t}\n\t\t\t}\n\n\t\t\t// Override manipulation of globals by nested matchers\n\t\t\tif ( outermost ) {\n\t\t\t\tdirruns = dirrunsUnique;\n\t\t\t\toutermostContext = contextBackup;\n\t\t\t}\n\n\t\t\treturn unmatched;\n\t\t};\n\n\treturn bySet ?\n\t\tmarkFunction( superMatcher ) :\n\t\tsuperMatcher;\n}\n\ncompile = Sizzle.compile = function( selector, match /* Internal Use Only */ ) {\n\tvar i,\n\t\tsetMatchers = [],\n\t\telementMatchers = [],\n\t\tcached = compilerCache[ selector + \" \" ];\n\n\tif ( !cached ) {\n\t\t// Generate a function of recursive functions that can be used to check each element\n\t\tif ( !match ) {\n\t\t\tmatch = tokenize( selector );\n\t\t}\n\t\ti = match.length;\n\t\twhile ( i-- ) {\n\t\t\tcached = matcherFromTokens( match[i] );\n\t\t\tif ( cached[ expando ] ) {\n\t\t\t\tsetMatchers.push( cached );\n\t\t\t} else {\n\t\t\t\telementMatchers.push( cached );\n\t\t\t}\n\t\t}\n\n\t\t// Cache the compiled function\n\t\tcached = compilerCache( selector, matcherFromGroupMatchers( elementMatchers, setMatchers ) );\n\n\t\t// Save selector and tokenization\n\t\tcached.selector = selector;\n\t}\n\treturn cached;\n};\n\n/**\n * A low-level selection function that works with Sizzle's compiled\n * selector functions\n * @param {String|Function} selector A selector or a pre-compiled\n * selector function built with Sizzle.compile\n * @param {Element} context\n * @param {Array} [results]\n * @param {Array} [seed] A set of elements to match against\n */\nselect = Sizzle.select = function( selector, context, results, seed ) {\n\tvar i, tokens, token, type, find,\n\t\tcompiled = typeof selector === \"function\" && selector,\n\t\tmatch = !seed && tokenize( (selector = compiled.selector || selector) );\n\n\tresults = results || [];\n\n\t// Try to minimize operations if there is no seed and only one group\n\tif ( match.length === 1 ) {\n\n\t\t// Take a shortcut and set the context if the root selector is an ID\n\t\ttokens = match[0] = match[0].slice( 0 );\n\t\tif ( tokens.length > 2 && (token = tokens[0]).type === \"ID\" &&\n\t\t\t\tsupport.getById && context.nodeType === 9 && documentIsHTML &&\n\t\t\t\tExpr.relative[ tokens[1].type ] ) {\n\n\t\t\tcontext = ( Expr.find[\"ID\"]( token.matches[0].replace(runescape, funescape), context ) || [] )[0];\n\t\t\tif ( !context ) {\n\t\t\t\treturn results;\n\n\t\t\t// Precompiled matchers will still verify ancestry, so step up a level\n\t\t\t} else if ( compiled ) {\n\t\t\t\tcontext = context.parentNode;\n\t\t\t}\n\n\t\t\tselector = selector.slice( tokens.shift().value.length );\n\t\t}\n\n\t\t// Fetch a seed set for right-to-left matching\n\t\ti = matchExpr[\"needsContext\"].test( selector ) ? 0 : tokens.length;\n\t\twhile ( i-- ) {\n\t\t\ttoken = tokens[i];\n\n\t\t\t// Abort if we hit a combinator\n\t\t\tif ( Expr.relative[ (type = token.type) ] ) {\n\t\t\t\tbreak;\n\t\t\t}\n\t\t\tif ( (find = Expr.find[ type ]) ) {\n\t\t\t\t// Search, expanding context for leading sibling combinators\n\t\t\t\tif ( (seed = find(\n\t\t\t\t\ttoken.matches[0].replace( runescape, funescape ),\n\t\t\t\t\trsibling.test( tokens[0].type ) && testContext( context.parentNode ) || context\n\t\t\t\t)) ) {\n\n\t\t\t\t\t// If seed is empty or no tokens remain, we can return early\n\t\t\t\t\ttokens.splice( i, 1 );\n\t\t\t\t\tselector = seed.length && toSelector( tokens );\n\t\t\t\t\tif ( !selector ) {\n\t\t\t\t\t\tpush.apply( results, seed );\n\t\t\t\t\t\treturn results;\n\t\t\t\t\t}\n\n\t\t\t\t\tbreak;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n\n\t// Compile and execute a filtering function if one is not provided\n\t// Provide `match` to avoid retokenization if we modified the selector above\n\t( compiled || compile( selector, match ) )(\n\t\tseed,\n\t\tcontext,\n\t\t!documentIsHTML,\n\t\tresults,\n\t\trsibling.test( selector ) && testContext( context.parentNode ) || context\n\t);\n\treturn results;\n};\n\n// One-time assignments\n\n// Sort stability\nsupport.sortStable = expando.split(\"\").sort( sortOrder ).join(\"\") === expando;\n\n// Support: Chrome 14-35+\n// Always assume duplicates if they aren't passed to the comparison function\nsupport.detectDuplicates = !!hasDuplicate;\n\n// Initialize against the default document\nsetDocument();\n\n// Support: Webkit<537.32 - Safari 6.0.3/Chrome 25 (fixed in Chrome 27)\n// Detached nodes confoundingly follow *each other*\nsupport.sortDetached = assert(function( div1 ) {\n\t// Should return 1, but returns 4 (following)\n\treturn div1.compareDocumentPosition( document.createElement(\"div\") ) & 1;\n});\n\n// Support: IE<8\n// Prevent attribute/property \"interpolation\"\n// http://msdn.microsoft.com/en-us/library/ms536429%28VS.85%29.aspx\nif ( !assert(function( div ) {\n\tdiv.innerHTML = \"<a href='#'></a>\";\n\treturn div.firstChild.getAttribute(\"href\") === \"#\" ;\n}) ) {\n\taddHandle( \"type|href|height|width\", function( elem, name, isXML ) {\n\t\tif ( !isXML ) {\n\t\t\treturn elem.getAttribute( name, name.toLowerCase() === \"type\" ? 1 : 2 );\n\t\t}\n\t});\n}\n\n// Support: IE<9\n// Use defaultValue in place of getAttribute(\"value\")\nif ( !support.attributes || !assert(function( div ) {\n\tdiv.innerHTML = \"<input/>\";\n\tdiv.firstChild.setAttribute( \"value\", \"\" );\n\treturn div.firstChild.getAttribute( \"value\" ) === \"\";\n}) ) {\n\taddHandle( \"value\", function( elem, name, isXML ) {\n\t\tif ( !isXML && elem.nodeName.toLowerCase() === \"input\" ) {\n\t\t\treturn elem.defaultValue;\n\t\t}\n\t});\n}\n\n// Support: IE<9\n// Use getAttributeNode to fetch booleans when getAttribute lies\nif ( !assert(function( div ) {\n\treturn div.getAttribute(\"disabled\") == null;\n}) ) {\n\taddHandle( booleans, function( elem, name, isXML ) {\n\t\tvar val;\n\t\tif ( !isXML ) {\n\t\t\treturn elem[ name ] === true ? name.toLowerCase() :\n\t\t\t\t\t(val = elem.getAttributeNode( name )) && val.specified ?\n\t\t\t\t\tval.value :\n\t\t\t\tnull;\n\t\t}\n\t});\n}\n\nreturn Sizzle;\n\n})( window );\n\n\n\njQuery.find = Sizzle;\njQuery.expr = Sizzle.selectors;\njQuery.expr[\":\"] = jQuery.expr.pseudos;\njQuery.unique = Sizzle.uniqueSort;\njQuery.text = Sizzle.getText;\njQuery.isXMLDoc = Sizzle.isXML;\njQuery.contains = Sizzle.contains;\n\n\n\nvar rneedsContext = jQuery.expr.match.needsContext;\n\nvar rsingleTag = (/^<(\\w+)\\s*\\/?>(?:<\\/\\1>|)$/);\n\n\n\nvar risSimple = /^.[^:#\\[\\.,]*$/;\n\n// Implement the identical functionality for filter and not\nfunction winnow( elements, qualifier, not ) {\n\tif ( jQuery.isFunction( qualifier ) ) {\n\t\treturn jQuery.grep( elements, function( elem, i ) {\n\t\t\t/* jshint -W018 */\n\t\t\treturn !!qualifier.call( elem, i, elem ) !== not;\n\t\t});\n\n\t}\n\n\tif ( qualifier.nodeType ) {\n\t\treturn jQuery.grep( elements, function( elem ) {\n\t\t\treturn ( elem === qualifier ) !== not;\n\t\t});\n\n\t}\n\n\tif ( typeof qualifier === \"string\" ) {\n\t\tif ( risSimple.test( qualifier ) ) {\n\t\t\treturn jQuery.filter( qualifier, elements, not );\n\t\t}\n\n\t\tqualifier = jQuery.filter( qualifier, elements );\n\t}\n\n\treturn jQuery.grep( elements, function( elem ) {\n\t\treturn ( indexOf.call( qualifier, elem ) >= 0 ) !== not;\n\t});\n}\n\njQuery.filter = function( expr, elems, not ) {\n\tvar elem = elems[ 0 ];\n\n\tif ( not ) {\n\t\texpr = \":not(\" + expr + \")\";\n\t}\n\n\treturn elems.length === 1 && elem.nodeType === 1 ?\n\t\tjQuery.find.matchesSelector( elem, expr ) ? [ elem ] : [] :\n\t\tjQuery.find.matches( expr, jQuery.grep( elems, function( elem ) {\n\t\t\treturn elem.nodeType === 1;\n\t\t}));\n};\n\njQuery.fn.extend({\n\tfind: function( selector ) {\n\t\tvar i,\n\t\t\tlen = this.length,\n\t\t\tret = [],\n\t\t\tself = this;\n\n\t\tif ( typeof selector !== \"string\" ) {\n\t\t\treturn this.pushStack( jQuery( selector ).filter(function() {\n\t\t\t\tfor ( i = 0; i < len; i++ ) {\n\t\t\t\t\tif ( jQuery.contains( self[ i ], this ) ) {\n\t\t\t\t\t\treturn true;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}) );\n\t\t}\n\n\t\tfor ( i = 0; i < len; i++ ) {\n\t\t\tjQuery.find( selector, self[ i ], ret );\n\t\t}\n\n\t\t// Needed because $( selector, context ) becomes $( context ).find( selector )\n\t\tret = this.pushStack( len > 1 ? jQuery.unique( ret ) : ret );\n\t\tret.selector = this.selector ? this.selector + \" \" + selector : selector;\n\t\treturn ret;\n\t},\n\tfilter: function( selector ) {\n\t\treturn this.pushStack( winnow(this, selector || [], false) );\n\t},\n\tnot: function( selector ) {\n\t\treturn this.pushStack( winnow(this, selector || [], true) );\n\t},\n\tis: function( selector ) {\n\t\treturn !!winnow(\n\t\t\tthis,\n\n\t\t\t// If this is a positional/relative selector, check membership in the returned set\n\t\t\t// so $(\"p:first\").is(\"p:last\") won't return true for a doc with two \"p\".\n\t\t\ttypeof selector === \"string\" && rneedsContext.test( selector ) ?\n\t\t\t\tjQuery( selector ) :\n\t\t\t\tselector || [],\n\t\t\tfalse\n\t\t).length;\n\t}\n});\n\n\n// Initialize a jQuery object\n\n\n// A central reference to the root jQuery(document)\nvar rootjQuery,\n\n\t// A simple way to check for HTML strings\n\t// Prioritize #id over <tag> to avoid XSS via location.hash (#9521)\n\t// Strict HTML recognition (#11290: must start with <)\n\trquickExpr = /^(?:\\s*(<[\\w\\W]+>)[^>]*|#([\\w-]*))$/,\n\n\tinit = jQuery.fn.init = function( selector, context ) {\n\t\tvar match, elem;\n\n\t\t// HANDLE: $(\"\"), $(null), $(undefined), $(false)\n\t\tif ( !selector ) {\n\t\t\treturn this;\n\t\t}\n\n\t\t// Handle HTML strings\n\t\tif ( typeof selector === \"string\" ) {\n\t\t\tif ( selector[0] === \"<\" && selector[ selector.length - 1 ] === \">\" && selector.length >= 3 ) {\n\t\t\t\t// Assume that strings that start and end with <> are HTML and skip the regex check\n\t\t\t\tmatch = [ null, selector, null ];\n\n\t\t\t} else {\n\t\t\t\tmatch = rquickExpr.exec( selector );\n\t\t\t}\n\n\t\t\t// Match html or make sure no context is specified for #id\n\t\t\tif ( match && (match[1] || !context) ) {\n\n\t\t\t\t// HANDLE: $(html) -> $(array)\n\t\t\t\tif ( match[1] ) {\n\t\t\t\t\tcontext = context instanceof jQuery ? context[0] : context;\n\n\t\t\t\t\t// Option to run scripts is true for back-compat\n\t\t\t\t\t// Intentionally let the error be thrown if parseHTML is not present\n\t\t\t\t\tjQuery.merge( this, jQuery.parseHTML(\n\t\t\t\t\t\tmatch[1],\n\t\t\t\t\t\tcontext && context.nodeType ? context.ownerDocument || context : document,\n\t\t\t\t\t\ttrue\n\t\t\t\t\t) );\n\n\t\t\t\t\t// HANDLE: $(html, props)\n\t\t\t\t\tif ( rsingleTag.test( match[1] ) && jQuery.isPlainObject( context ) ) {\n\t\t\t\t\t\tfor ( match in context ) {\n\t\t\t\t\t\t\t// Properties of context are called as methods if possible\n\t\t\t\t\t\t\tif ( jQuery.isFunction( this[ match ] ) ) {\n\t\t\t\t\t\t\t\tthis[ match ]( context[ match ] );\n\n\t\t\t\t\t\t\t// ...and otherwise set as attributes\n\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\tthis.attr( match, context[ match ] );\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\n\t\t\t\t\treturn this;\n\n\t\t\t\t// HANDLE: $(#id)\n\t\t\t\t} else {\n\t\t\t\t\telem = document.getElementById( match[2] );\n\n\t\t\t\t\t// Support: Blackberry 4.6\n\t\t\t\t\t// gEBID returns nodes no longer in the document (#6963)\n\t\t\t\t\tif ( elem && elem.parentNode ) {\n\t\t\t\t\t\t// Inject the element directly into the jQuery object\n\t\t\t\t\t\tthis.length = 1;\n\t\t\t\t\t\tthis[0] = elem;\n\t\t\t\t\t}\n\n\t\t\t\t\tthis.context = document;\n\t\t\t\t\tthis.selector = selector;\n\t\t\t\t\treturn this;\n\t\t\t\t}\n\n\t\t\t// HANDLE: $(expr, $(...))\n\t\t\t} else if ( !context || context.jquery ) {\n\t\t\t\treturn ( context || rootjQuery ).find( selector );\n\n\t\t\t// HANDLE: $(expr, context)\n\t\t\t// (which is just equivalent to: $(context).find(expr)\n\t\t\t} else {\n\t\t\t\treturn this.constructor( context ).find( selector );\n\t\t\t}\n\n\t\t// HANDLE: $(DOMElement)\n\t\t} else if ( selector.nodeType ) {\n\t\t\tthis.context = this[0] = selector;\n\t\t\tthis.length = 1;\n\t\t\treturn this;\n\n\t\t// HANDLE: $(function)\n\t\t// Shortcut for document ready\n\t\t} else if ( jQuery.isFunction( selector ) ) {\n\t\t\treturn typeof rootjQuery.ready !== \"undefined\" ?\n\t\t\t\trootjQuery.ready( selector ) :\n\t\t\t\t// Execute immediately if ready is not present\n\t\t\t\tselector( jQuery );\n\t\t}\n\n\t\tif ( selector.selector !== undefined ) {\n\t\t\tthis.selector = selector.selector;\n\t\t\tthis.context = selector.context;\n\t\t}\n\n\t\treturn jQuery.makeArray( selector, this );\n\t};\n\n// Give the init function the jQuery prototype for later instantiation\ninit.prototype = jQuery.fn;\n\n// Initialize central reference\nrootjQuery = jQuery( document );\n\n\nvar rparentsprev = /^(?:parents|prev(?:Until|All))/,\n\t// Methods guaranteed to produce a unique set when starting from a unique set\n\tguaranteedUnique = {\n\t\tchildren: true,\n\t\tcontents: true,\n\t\tnext: true,\n\t\tprev: true\n\t};\n\njQuery.extend({\n\tdir: function( elem, dir, until ) {\n\t\tvar matched = [],\n\t\t\ttruncate = until !== undefined;\n\n\t\twhile ( (elem = elem[ dir ]) && elem.nodeType !== 9 ) {\n\t\t\tif ( elem.nodeType === 1 ) {\n\t\t\t\tif ( truncate && jQuery( elem ).is( until ) ) {\n\t\t\t\t\tbreak;\n\t\t\t\t}\n\t\t\t\tmatched.push( elem );\n\t\t\t}\n\t\t}\n\t\treturn matched;\n\t},\n\n\tsibling: function( n, elem ) {\n\t\tvar matched = [];\n\n\t\tfor ( ; n; n = n.nextSibling ) {\n\t\t\tif ( n.nodeType === 1 && n !== elem ) {\n\t\t\t\tmatched.push( n );\n\t\t\t}\n\t\t}\n\n\t\treturn matched;\n\t}\n});\n\njQuery.fn.extend({\n\thas: function( target ) {\n\t\tvar targets = jQuery( target, this ),\n\t\t\tl = targets.length;\n\n\t\treturn this.filter(function() {\n\t\t\tvar i = 0;\n\t\t\tfor ( ; i < l; i++ ) {\n\t\t\t\tif ( jQuery.contains( this, targets[i] ) ) {\n\t\t\t\t\treturn true;\n\t\t\t\t}\n\t\t\t}\n\t\t});\n\t},\n\n\tclosest: function( selectors, context ) {\n\t\tvar cur,\n\t\t\ti = 0,\n\t\t\tl = this.length,\n\t\t\tmatched = [],\n\t\t\tpos = rneedsContext.test( selectors ) || typeof selectors !== \"string\" ?\n\t\t\t\tjQuery( selectors, context || this.context ) :\n\t\t\t\t0;\n\n\t\tfor ( ; i < l; i++ ) {\n\t\t\tfor ( cur = this[i]; cur && cur !== context; cur = cur.parentNode ) {\n\t\t\t\t// Always skip document fragments\n\t\t\t\tif ( cur.nodeType < 11 && (pos ?\n\t\t\t\t\tpos.index(cur) > -1 :\n\n\t\t\t\t\t// Don't pass non-elements to Sizzle\n\t\t\t\t\tcur.nodeType === 1 &&\n\t\t\t\t\t\tjQuery.find.matchesSelector(cur, selectors)) ) {\n\n\t\t\t\t\tmatched.push( cur );\n\t\t\t\t\tbreak;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\treturn this.pushStack( matched.length > 1 ? jQuery.unique( matched ) : matched );\n\t},\n\n\t// Determine the position of an element within the set\n\tindex: function( elem ) {\n\n\t\t// No argument, return index in parent\n\t\tif ( !elem ) {\n\t\t\treturn ( this[ 0 ] && this[ 0 ].parentNode ) ? this.first().prevAll().length : -1;\n\t\t}\n\n\t\t// Index in selector\n\t\tif ( typeof elem === \"string\" ) {\n\t\t\treturn indexOf.call( jQuery( elem ), this[ 0 ] );\n\t\t}\n\n\t\t// Locate the position of the desired element\n\t\treturn indexOf.call( this,\n\n\t\t\t// If it receives a jQuery object, the first element is used\n\t\t\telem.jquery ? elem[ 0 ] : elem\n\t\t);\n\t},\n\n\tadd: function( selector, context ) {\n\t\treturn this.pushStack(\n\t\t\tjQuery.unique(\n\t\t\t\tjQuery.merge( this.get(), jQuery( selector, context ) )\n\t\t\t)\n\t\t);\n\t},\n\n\taddBack: function( selector ) {\n\t\treturn this.add( selector == null ?\n\t\t\tthis.prevObject : this.prevObject.filter(selector)\n\t\t);\n\t}\n});\n\nfunction sibling( cur, dir ) {\n\twhile ( (cur = cur[dir]) && cur.nodeType !== 1 ) {}\n\treturn cur;\n}\n\njQuery.each({\n\tparent: function( elem ) {\n\t\tvar parent = elem.parentNode;\n\t\treturn parent && parent.nodeType !== 11 ? parent : null;\n\t},\n\tparents: function( elem ) {\n\t\treturn jQuery.dir( elem, \"parentNode\" );\n\t},\n\tparentsUntil: function( elem, i, until ) {\n\t\treturn jQuery.dir( elem, \"parentNode\", until );\n\t},\n\tnext: function( elem ) {\n\t\treturn sibling( elem, \"nextSibling\" );\n\t},\n\tprev: function( elem ) {\n\t\treturn sibling( elem, \"previousSibling\" );\n\t},\n\tnextAll: function( elem ) {\n\t\treturn jQuery.dir( elem, \"nextSibling\" );\n\t},\n\tprevAll: function( elem ) {\n\t\treturn jQuery.dir( elem, \"previousSibling\" );\n\t},\n\tnextUntil: function( elem, i, until ) {\n\t\treturn jQuery.dir( elem, \"nextSibling\", until );\n\t},\n\tprevUntil: function( elem, i, until ) {\n\t\treturn jQuery.dir( elem, \"previousSibling\", until );\n\t},\n\tsiblings: function( elem ) {\n\t\treturn jQuery.sibling( ( elem.parentNode || {} ).firstChild, elem );\n\t},\n\tchildren: function( elem ) {\n\t\treturn jQuery.sibling( elem.firstChild );\n\t},\n\tcontents: function( elem ) {\n\t\treturn elem.contentDocument || jQuery.merge( [], elem.childNodes );\n\t}\n}, function( name, fn ) {\n\tjQuery.fn[ name ] = function( until, selector ) {\n\t\tvar matched = jQuery.map( this, fn, until );\n\n\t\tif ( name.slice( -5 ) !== \"Until\" ) {\n\t\t\tselector = until;\n\t\t}\n\n\t\tif ( selector && typeof selector === \"string\" ) {\n\t\t\tmatched = jQuery.filter( selector, matched );\n\t\t}\n\n\t\tif ( this.length > 1 ) {\n\t\t\t// Remove duplicates\n\t\t\tif ( !guaranteedUnique[ name ] ) {\n\t\t\t\tjQuery.unique( matched );\n\t\t\t}\n\n\t\t\t// Reverse order for parents* and prev-derivatives\n\t\t\tif ( rparentsprev.test( name ) ) {\n\t\t\t\tmatched.reverse();\n\t\t\t}\n\t\t}\n\n\t\treturn this.pushStack( matched );\n\t};\n});\nvar rnotwhite = (/\\S+/g);\n\n\n\n// String to Object options format cache\nvar optionsCache = {};\n\n// Convert String-formatted options into Object-formatted ones and store in cache\nfunction createOptions( options ) {\n\tvar object = optionsCache[ options ] = {};\n\tjQuery.each( options.match( rnotwhite ) || [], function( _, flag ) {\n\t\tobject[ flag ] = true;\n\t});\n\treturn object;\n}\n\n/*\n * Create a callback list using the following parameters:\n *\n *\toptions: an optional list of space-separated options that will change how\n *\t\t\tthe callback list behaves or a more traditional option object\n *\n * By default a callback list will act like an event callback list and can be\n * \"fired\" multiple times.\n *\n * Possible options:\n *\n *\tonce:\t\t\twill ensure the callback list can only be fired once (like a Deferred)\n *\n *\tmemory:\t\t\twill keep track of previous values and will call any callback added\n *\t\t\t\t\tafter the list has been fired right away with the latest \"memorized\"\n *\t\t\t\t\tvalues (like a Deferred)\n *\n *\tunique:\t\t\twill ensure a callback can only be added once (no duplicate in the list)\n *\n *\tstopOnFalse:\tinterrupt callings when a callback returns false\n *\n */\njQuery.Callbacks = function( options ) {\n\n\t// Convert options from String-formatted to Object-formatted if needed\n\t// (we check in cache first)\n\toptions = typeof options === \"string\" ?\n\t\t( optionsCache[ options ] || createOptions( options ) ) :\n\t\tjQuery.extend( {}, options );\n\n\tvar // Last fire value (for non-forgettable lists)\n\t\tmemory,\n\t\t// Flag to know if list was already fired\n\t\tfired,\n\t\t// Flag to know if list is currently firing\n\t\tfiring,\n\t\t// First callback to fire (used internally by add and fireWith)\n\t\tfiringStart,\n\t\t// End of the loop when firing\n\t\tfiringLength,\n\t\t// Index of currently firing callback (modified by remove if needed)\n\t\tfiringIndex,\n\t\t// Actual callback list\n\t\tlist = [],\n\t\t// Stack of fire calls for repeatable lists\n\t\tstack = !options.once && [],\n\t\t// Fire callbacks\n\t\tfire = function( data ) {\n\t\t\tmemory = options.memory && data;\n\t\t\tfired = true;\n\t\t\tfiringIndex = firingStart || 0;\n\t\t\tfiringStart = 0;\n\t\t\tfiringLength = list.length;\n\t\t\tfiring = true;\n\t\t\tfor ( ; list && firingIndex < firingLength; firingIndex++ ) {\n\t\t\t\tif ( list[ firingIndex ].apply( data[ 0 ], data[ 1 ] ) === false && options.stopOnFalse ) {\n\t\t\t\t\tmemory = false; // To prevent further calls using add\n\t\t\t\t\tbreak;\n\t\t\t\t}\n\t\t\t}\n\t\t\tfiring = false;\n\t\t\tif ( list ) {\n\t\t\t\tif ( stack ) {\n\t\t\t\t\tif ( stack.length ) {\n\t\t\t\t\t\tfire( stack.shift() );\n\t\t\t\t\t}\n\t\t\t\t} else if ( memory ) {\n\t\t\t\t\tlist = [];\n\t\t\t\t} else {\n\t\t\t\t\tself.disable();\n\t\t\t\t}\n\t\t\t}\n\t\t},\n\t\t// Actual Callbacks object\n\t\tself = {\n\t\t\t// Add a callback or a collection of callbacks to the list\n\t\t\tadd: function() {\n\t\t\t\tif ( list ) {\n\t\t\t\t\t// First, we save the current length\n\t\t\t\t\tvar start = list.length;\n\t\t\t\t\t(function add( args ) {\n\t\t\t\t\t\tjQuery.each( args, function( _, arg ) {\n\t\t\t\t\t\t\tvar type = jQuery.type( arg );\n\t\t\t\t\t\t\tif ( type === \"function\" ) {\n\t\t\t\t\t\t\t\tif ( !options.unique || !self.has( arg ) ) {\n\t\t\t\t\t\t\t\t\tlist.push( arg );\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t} else if ( arg && arg.length && type !== \"string\" ) {\n\t\t\t\t\t\t\t\t// Inspect recursively\n\t\t\t\t\t\t\t\tadd( arg );\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t});\n\t\t\t\t\t})( arguments );\n\t\t\t\t\t// Do we need to add the callbacks to the\n\t\t\t\t\t// current firing batch?\n\t\t\t\t\tif ( firing ) {\n\t\t\t\t\t\tfiringLength = list.length;\n\t\t\t\t\t// With memory, if we're not firing then\n\t\t\t\t\t// we should call right away\n\t\t\t\t\t} else if ( memory ) {\n\t\t\t\t\t\tfiringStart = start;\n\t\t\t\t\t\tfire( memory );\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\treturn this;\n\t\t\t},\n\t\t\t// Remove a callback from the list\n\t\t\tremove: function() {\n\t\t\t\tif ( list ) {\n\t\t\t\t\tjQuery.each( arguments, function( _, arg ) {\n\t\t\t\t\t\tvar index;\n\t\t\t\t\t\twhile ( ( index = jQuery.inArray( arg, list, index ) ) > -1 ) {\n\t\t\t\t\t\t\tlist.splice( index, 1 );\n\t\t\t\t\t\t\t// Handle firing indexes\n\t\t\t\t\t\t\tif ( firing ) {\n\t\t\t\t\t\t\t\tif ( index <= firingLength ) {\n\t\t\t\t\t\t\t\t\tfiringLength--;\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\tif ( index <= firingIndex ) {\n\t\t\t\t\t\t\t\t\tfiringIndex--;\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t});\n\t\t\t\t}\n\t\t\t\treturn this;\n\t\t\t},\n\t\t\t// Check if a given callback is in the list.\n\t\t\t// If no argument is given, return whether or not list has callbacks attached.\n\t\t\thas: function( fn ) {\n\t\t\t\treturn fn ? jQuery.inArray( fn, list ) > -1 : !!( list && list.length );\n\t\t\t},\n\t\t\t// Remove all callbacks from the list\n\t\t\tempty: function() {\n\t\t\t\tlist = [];\n\t\t\t\tfiringLength = 0;\n\t\t\t\treturn this;\n\t\t\t},\n\t\t\t// Have the list do nothing anymore\n\t\t\tdisable: function() {\n\t\t\t\tlist = stack = memory = undefined;\n\t\t\t\treturn this;\n\t\t\t},\n\t\t\t// Is it disabled?\n\t\t\tdisabled: function() {\n\t\t\t\treturn !list;\n\t\t\t},\n\t\t\t// Lock the list in its current state\n\t\t\tlock: function() {\n\t\t\t\tstack = undefined;\n\t\t\t\tif ( !memory ) {\n\t\t\t\t\tself.disable();\n\t\t\t\t}\n\t\t\t\treturn this;\n\t\t\t},\n\t\t\t// Is it locked?\n\t\t\tlocked: function() {\n\t\t\t\treturn !stack;\n\t\t\t},\n\t\t\t// Call all callbacks with the given context and arguments\n\t\t\tfireWith: function( context, args ) {\n\t\t\t\tif ( list && ( !fired || stack ) ) {\n\t\t\t\t\targs = args || [];\n\t\t\t\t\targs = [ context, args.slice ? args.slice() : args ];\n\t\t\t\t\tif ( firing ) {\n\t\t\t\t\t\tstack.push( args );\n\t\t\t\t\t} else {\n\t\t\t\t\t\tfire( args );\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\treturn this;\n\t\t\t},\n\t\t\t// Call all the callbacks with the given arguments\n\t\t\tfire: function() {\n\t\t\t\tself.fireWith( this, arguments );\n\t\t\t\treturn this;\n\t\t\t},\n\t\t\t// To know if the callbacks have already been called at least once\n\t\t\tfired: function() {\n\t\t\t\treturn !!fired;\n\t\t\t}\n\t\t};\n\n\treturn self;\n};\n\n\njQuery.extend({\n\n\tDeferred: function( func ) {\n\t\tvar tuples = [\n\t\t\t\t// action, add listener, listener list, final state\n\t\t\t\t[ \"resolve\", \"done\", jQuery.Callbacks(\"once memory\"), \"resolved\" ],\n\t\t\t\t[ \"reject\", \"fail\", jQuery.Callbacks(\"once memory\"), \"rejected\" ],\n\t\t\t\t[ \"notify\", \"progress\", jQuery.Callbacks(\"memory\") ]\n\t\t\t],\n\t\t\tstate = \"pending\",\n\t\t\tpromise = {\n\t\t\t\tstate: function() {\n\t\t\t\t\treturn state;\n\t\t\t\t},\n\t\t\t\talways: function() {\n\t\t\t\t\tdeferred.done( arguments ).fail( arguments );\n\t\t\t\t\treturn this;\n\t\t\t\t},\n\t\t\t\tthen: function( /* fnDone, fnFail, fnProgress */ ) {\n\t\t\t\t\tvar fns = arguments;\n\t\t\t\t\treturn jQuery.Deferred(function( newDefer ) {\n\t\t\t\t\t\tjQuery.each( tuples, function( i, tuple ) {\n\t\t\t\t\t\t\tvar fn = jQuery.isFunction( fns[ i ] ) && fns[ i ];\n\t\t\t\t\t\t\t// deferred[ done | fail | progress ] for forwarding actions to newDefer\n\t\t\t\t\t\t\tdeferred[ tuple[1] ](function() {\n\t\t\t\t\t\t\t\tvar returned = fn && fn.apply( this, arguments );\n\t\t\t\t\t\t\t\tif ( returned && jQuery.isFunction( returned.promise ) ) {\n\t\t\t\t\t\t\t\t\treturned.promise()\n\t\t\t\t\t\t\t\t\t\t.done( newDefer.resolve )\n\t\t\t\t\t\t\t\t\t\t.fail( newDefer.reject )\n\t\t\t\t\t\t\t\t\t\t.progress( newDefer.notify );\n\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\tnewDefer[ tuple[ 0 ] + \"With\" ]( this === promise ? newDefer.promise() : this, fn ? [ returned ] : arguments );\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t});\n\t\t\t\t\t\t});\n\t\t\t\t\t\tfns = null;\n\t\t\t\t\t}).promise();\n\t\t\t\t},\n\t\t\t\t// Get a promise for this deferred\n\t\t\t\t// If obj is provided, the promise aspect is added to the object\n\t\t\t\tpromise: function( obj ) {\n\t\t\t\t\treturn obj != null ? jQuery.extend( obj, promise ) : promise;\n\t\t\t\t}\n\t\t\t},\n\t\t\tdeferred = {};\n\n\t\t// Keep pipe for back-compat\n\t\tpromise.pipe = promise.then;\n\n\t\t// Add list-specific methods\n\t\tjQuery.each( tuples, function( i, tuple ) {\n\t\t\tvar list = tuple[ 2 ],\n\t\t\t\tstateString = tuple[ 3 ];\n\n\t\t\t// promise[ done | fail | progress ] = list.add\n\t\t\tpromise[ tuple[1] ] = list.add;\n\n\t\t\t// Handle state\n\t\t\tif ( stateString ) {\n\t\t\t\tlist.add(function() {\n\t\t\t\t\t// state = [ resolved | rejected ]\n\t\t\t\t\tstate = stateString;\n\n\t\t\t\t// [ reject_list | resolve_list ].disable; progress_list.lock\n\t\t\t\t}, tuples[ i ^ 1 ][ 2 ].disable, tuples[ 2 ][ 2 ].lock );\n\t\t\t}\n\n\t\t\t// deferred[ resolve | reject | notify ]\n\t\t\tdeferred[ tuple[0] ] = function() {\n\t\t\t\tdeferred[ tuple[0] + \"With\" ]( this === deferred ? promise : this, arguments );\n\t\t\t\treturn this;\n\t\t\t};\n\t\t\tdeferred[ tuple[0] + \"With\" ] = list.fireWith;\n\t\t});\n\n\t\t// Make the deferred a promise\n\t\tpromise.promise( deferred );\n\n\t\t// Call given func if any\n\t\tif ( func ) {\n\t\t\tfunc.call( deferred, deferred );\n\t\t}\n\n\t\t// All done!\n\t\treturn deferred;\n\t},\n\n\t// Deferred helper\n\twhen: function( subordinate /* , ..., subordinateN */ ) {\n\t\tvar i = 0,\n\t\t\tresolveValues = slice.call( arguments ),\n\t\t\tlength = resolveValues.length,\n\n\t\t\t// the count of uncompleted subordinates\n\t\t\tremaining = length !== 1 || ( subordinate && jQuery.isFunction( subordinate.promise ) ) ? length : 0,\n\n\t\t\t// the master Deferred. If resolveValues consist of only a single Deferred, just use that.\n\t\t\tdeferred = remaining === 1 ? subordinate : jQuery.Deferred(),\n\n\t\t\t// Update function for both resolve and progress values\n\t\t\tupdateFunc = function( i, contexts, values ) {\n\t\t\t\treturn function( value ) {\n\t\t\t\t\tcontexts[ i ] = this;\n\t\t\t\t\tvalues[ i ] = arguments.length > 1 ? slice.call( arguments ) : value;\n\t\t\t\t\tif ( values === progressValues ) {\n\t\t\t\t\t\tdeferred.notifyWith( contexts, values );\n\t\t\t\t\t} else if ( !( --remaining ) ) {\n\t\t\t\t\t\tdeferred.resolveWith( contexts, values );\n\t\t\t\t\t}\n\t\t\t\t};\n\t\t\t},\n\n\t\t\tprogressValues, progressContexts, resolveContexts;\n\n\t\t// Add listeners to Deferred subordinates; treat others as resolved\n\t\tif ( length > 1 ) {\n\t\t\tprogressValues = new Array( length );\n\t\t\tprogressContexts = new Array( length );\n\t\t\tresolveContexts = new Array( length );\n\t\t\tfor ( ; i < length; i++ ) {\n\t\t\t\tif ( resolveValues[ i ] && jQuery.isFunction( resolveValues[ i ].promise ) ) {\n\t\t\t\t\tresolveValues[ i ].promise()\n\t\t\t\t\t\t.done( updateFunc( i, resolveContexts, resolveValues ) )\n\t\t\t\t\t\t.fail( deferred.reject )\n\t\t\t\t\t\t.progress( updateFunc( i, progressContexts, progressValues ) );\n\t\t\t\t} else {\n\t\t\t\t\t--remaining;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\t// If we're not waiting on anything, resolve the master\n\t\tif ( !remaining ) {\n\t\t\tdeferred.resolveWith( resolveContexts, resolveValues );\n\t\t}\n\n\t\treturn deferred.promise();\n\t}\n});\n\n\n// The deferred used on DOM ready\nvar readyList;\n\njQuery.fn.ready = function( fn ) {\n\t// Add the callback\n\tjQuery.ready.promise().done( fn );\n\n\treturn this;\n};\n\njQuery.extend({\n\t// Is the DOM ready to be used? Set to true once it occurs.\n\tisReady: false,\n\n\t// A counter to track how many items to wait for before\n\t// the ready event fires. See #6781\n\treadyWait: 1,\n\n\t// Hold (or release) the ready event\n\tholdReady: function( hold ) {\n\t\tif ( hold ) {\n\t\t\tjQuery.readyWait++;\n\t\t} else {\n\t\t\tjQuery.ready( true );\n\t\t}\n\t},\n\n\t// Handle when the DOM is ready\n\tready: function( wait ) {\n\n\t\t// Abort if there are pending holds or we're already ready\n\t\tif ( wait === true ? --jQuery.readyWait : jQuery.isReady ) {\n\t\t\treturn;\n\t\t}\n\n\t\t// Remember that the DOM is ready\n\t\tjQuery.isReady = true;\n\n\t\t// If a normal DOM Ready event fired, decrement, and wait if need be\n\t\tif ( wait !== true && --jQuery.readyWait > 0 ) {\n\t\t\treturn;\n\t\t}\n\n\t\t// If there are functions bound, to execute\n\t\treadyList.resolveWith( document, [ jQuery ] );\n\n\t\t// Trigger any bound ready events\n\t\tif ( jQuery.fn.triggerHandler ) {\n\t\t\tjQuery( document ).triggerHandler( \"ready\" );\n\t\t\tjQuery( document ).off( \"ready\" );\n\t\t}\n\t}\n});\n\n/**\n * The ready event handler and self cleanup method\n */\nfunction completed() {\n\tdocument.removeEventListener( \"DOMContentLoaded\", completed, false );\n\twindow.removeEventListener( \"load\", completed, false );\n\tjQuery.ready();\n}\n\njQuery.ready.promise = function( obj ) {\n\tif ( !readyList ) {\n\n\t\treadyList = jQuery.Deferred();\n\n\t\t// Catch cases where $(document).ready() is called after the browser event has already occurred.\n\t\t// We once tried to use readyState \"interactive\" here, but it caused issues like the one\n\t\t// discovered by ChrisS here: http://bugs.jquery.com/ticket/12282#comment:15\n\t\tif ( document.readyState === \"complete\" ) {\n\t\t\t// Handle it asynchronously to allow scripts the opportunity to delay ready\n\t\t\tsetTimeout( jQuery.ready );\n\n\t\t} else {\n\n\t\t\t// Use the handy event callback\n\t\t\tdocument.addEventListener( \"DOMContentLoaded\", completed, false );\n\n\t\t\t// A fallback to window.onload, that will always work\n\t\t\twindow.addEventListener( \"load\", completed, false );\n\t\t}\n\t}\n\treturn readyList.promise( obj );\n};\n\n// Kick off the DOM ready check even if the user does not\njQuery.ready.promise();\n\n\n\n\n// Multifunctional method to get and set values of a collection\n// The value/s can optionally be executed if it's a function\nvar access = jQuery.access = function( elems, fn, key, value, chainable, emptyGet, raw ) {\n\tvar i = 0,\n\t\tlen = elems.length,\n\t\tbulk = key == null;\n\n\t// Sets many values\n\tif ( jQuery.type( key ) === \"object\" ) {\n\t\tchainable = true;\n\t\tfor ( i in key ) {\n\t\t\tjQuery.access( elems, fn, i, key[i], true, emptyGet, raw );\n\t\t}\n\n\t// Sets one value\n\t} else if ( value !== undefined ) {\n\t\tchainable = true;\n\n\t\tif ( !jQuery.isFunction( value ) ) {\n\t\t\traw = true;\n\t\t}\n\n\t\tif ( bulk ) {\n\t\t\t// Bulk operations run against the entire set\n\t\t\tif ( raw ) {\n\t\t\t\tfn.call( elems, value );\n\t\t\t\tfn = null;\n\n\t\t\t// ...except when executing function values\n\t\t\t} else {\n\t\t\t\tbulk = fn;\n\t\t\t\tfn = function( elem, key, value ) {\n\t\t\t\t\treturn bulk.call( jQuery( elem ), value );\n\t\t\t\t};\n\t\t\t}\n\t\t}\n\n\t\tif ( fn ) {\n\t\t\tfor ( ; i < len; i++ ) {\n\t\t\t\tfn( elems[i], key, raw ? value : value.call( elems[i], i, fn( elems[i], key ) ) );\n\t\t\t}\n\t\t}\n\t}\n\n\treturn chainable ?\n\t\telems :\n\n\t\t// Gets\n\t\tbulk ?\n\t\t\tfn.call( elems ) :\n\t\t\tlen ? fn( elems[0], key ) : emptyGet;\n};\n\n\n/**\n * Determines whether an object can have data\n */\njQuery.acceptData = function( owner ) {\n\t// Accepts only:\n\t// - Node\n\t// - Node.ELEMENT_NODE\n\t// - Node.DOCUMENT_NODE\n\t// - Object\n\t// - Any\n\t/* jshint -W018 */\n\treturn owner.nodeType === 1 || owner.nodeType === 9 || !( +owner.nodeType );\n};\n\n\nfunction Data() {\n\t// Support: Android<4,\n\t// Old WebKit does not have Object.preventExtensions/freeze method,\n\t// return new empty object instead with no [[set]] accessor\n\tObject.defineProperty( this.cache = {}, 0, {\n\t\tget: function() {\n\t\t\treturn {};\n\t\t}\n\t});\n\n\tthis.expando = jQuery.expando + Data.uid++;\n}\n\nData.uid = 1;\nData.accepts = jQuery.acceptData;\n\nData.prototype = {\n\tkey: function( owner ) {\n\t\t// We can accept data for non-element nodes in modern browsers,\n\t\t// but we should not, see #8335.\n\t\t// Always return the key for a frozen object.\n\t\tif ( !Data.accepts( owner ) ) {\n\t\t\treturn 0;\n\t\t}\n\n\t\tvar descriptor = {},\n\t\t\t// Check if the owner object already has a cache key\n\t\t\tunlock = owner[ this.expando ];\n\n\t\t// If not, create one\n\t\tif ( !unlock ) {\n\t\t\tunlock = Data.uid++;\n\n\t\t\t// Secure it in a non-enumerable, non-writable property\n\t\t\ttry {\n\t\t\t\tdescriptor[ this.expando ] = { value: unlock };\n\t\t\t\tObject.defineProperties( owner, descriptor );\n\n\t\t\t// Support: Android<4\n\t\t\t// Fallback to a less secure definition\n\t\t\t} catch ( e ) {\n\t\t\t\tdescriptor[ this.expando ] = unlock;\n\t\t\t\tjQuery.extend( owner, descriptor );\n\t\t\t}\n\t\t}\n\n\t\t// Ensure the cache object\n\t\tif ( !this.cache[ unlock ] ) {\n\t\t\tthis.cache[ unlock ] = {};\n\t\t}\n\n\t\treturn unlock;\n\t},\n\tset: function( owner, data, value ) {\n\t\tvar prop,\n\t\t\t// There may be an unlock assigned to this node,\n\t\t\t// if there is no entry for this \"owner\", create one inline\n\t\t\t// and set the unlock as though an owner entry had always existed\n\t\t\tunlock = this.key( owner ),\n\t\t\tcache = this.cache[ unlock ];\n\n\t\t// Handle: [ owner, key, value ] args\n\t\tif ( typeof data === \"string\" ) {\n\t\t\tcache[ data ] = value;\n\n\t\t// Handle: [ owner, { properties } ] args\n\t\t} else {\n\t\t\t// Fresh assignments by object are shallow copied\n\t\t\tif ( jQuery.isEmptyObject( cache ) ) {\n\t\t\t\tjQuery.extend( this.cache[ unlock ], data );\n\t\t\t// Otherwise, copy the properties one-by-one to the cache object\n\t\t\t} else {\n\t\t\t\tfor ( prop in data ) {\n\t\t\t\t\tcache[ prop ] = data[ prop ];\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t\treturn cache;\n\t},\n\tget: function( owner, key ) {\n\t\t// Either a valid cache is found, or will be created.\n\t\t// New caches will be created and the unlock returned,\n\t\t// allowing direct access to the newly created\n\t\t// empty data object. A valid owner object must be provided.\n\t\tvar cache = this.cache[ this.key( owner ) ];\n\n\t\treturn key === undefined ?\n\t\t\tcache : cache[ key ];\n\t},\n\taccess: function( owner, key, value ) {\n\t\tvar stored;\n\t\t// In cases where either:\n\t\t//\n\t\t// 1. No key was specified\n\t\t// 2. A string key was specified, but no value provided\n\t\t//\n\t\t// Take the \"read\" path and allow the get method to determine\n\t\t// which value to return, respectively either:\n\t\t//\n\t\t// 1. The entire cache object\n\t\t// 2. The data stored at the key\n\t\t//\n\t\tif ( key === undefined ||\n\t\t\t\t((key && typeof key === \"string\") && value === undefined) ) {\n\n\t\t\tstored = this.get( owner, key );\n\n\t\t\treturn stored !== undefined ?\n\t\t\t\tstored : this.get( owner, jQuery.camelCase(key) );\n\t\t}\n\n\t\t// [*]When the key is not a string, or both a key and value\n\t\t// are specified, set or extend (existing objects) with either:\n\t\t//\n\t\t// 1. An object of properties\n\t\t// 2. A key and value\n\t\t//\n\t\tthis.set( owner, key, value );\n\n\t\t// Since the \"set\" path can have two possible entry points\n\t\t// return the expected data based on which path was taken[*]\n\t\treturn value !== undefined ? value : key;\n\t},\n\tremove: function( owner, key ) {\n\t\tvar i, name, camel,\n\t\t\tunlock = this.key( owner ),\n\t\t\tcache = this.cache[ unlock ];\n\n\t\tif ( key === undefined ) {\n\t\t\tthis.cache[ unlock ] = {};\n\n\t\t} else {\n\t\t\t// Support array or space separated string of keys\n\t\t\tif ( jQuery.isArray( key ) ) {\n\t\t\t\t// If \"name\" is an array of keys...\n\t\t\t\t// When data is initially created, via (\"key\", \"val\") signature,\n\t\t\t\t// keys will be converted to camelCase.\n\t\t\t\t// Since there is no way to tell _how_ a key was added, remove\n\t\t\t\t// both plain key and camelCase key. #12786\n\t\t\t\t// This will only penalize the array argument path.\n\t\t\t\tname = key.concat( key.map( jQuery.camelCase ) );\n\t\t\t} else {\n\t\t\t\tcamel = jQuery.camelCase( key );\n\t\t\t\t// Try the string as a key before any manipulation\n\t\t\t\tif ( key in cache ) {\n\t\t\t\t\tname = [ key, camel ];\n\t\t\t\t} else {\n\t\t\t\t\t// If a key with the spaces exists, use it.\n\t\t\t\t\t// Otherwise, create an array by matching non-whitespace\n\t\t\t\t\tname = camel;\n\t\t\t\t\tname = name in cache ?\n\t\t\t\t\t\t[ name ] : ( name.match( rnotwhite ) || [] );\n\t\t\t\t}\n\t\t\t}\n\n\t\t\ti = name.length;\n\t\t\twhile ( i-- ) {\n\t\t\t\tdelete cache[ name[ i ] ];\n\t\t\t}\n\t\t}\n\t},\n\thasData: function( owner ) {\n\t\treturn !jQuery.isEmptyObject(\n\t\t\tthis.cache[ owner[ this.expando ] ] || {}\n\t\t);\n\t},\n\tdiscard: function( owner ) {\n\t\tif ( owner[ this.expando ] ) {\n\t\t\tdelete this.cache[ owner[ this.expando ] ];\n\t\t}\n\t}\n};\nvar data_priv = new Data();\n\nvar data_user = new Data();\n\n\n\n//\tImplementation Summary\n//\n//\t1. Enforce API surface and semantic compatibility with 1.9.x branch\n//\t2. Improve the module's maintainability by reducing the storage\n//\t\tpaths to a single mechanism.\n//\t3. Use the same single mechanism to support \"private\" and \"user\" data.\n//\t4. _Never_ expose \"private\" data to user code (TODO: Drop _data, _removeData)\n//\t5. Avoid exposing implementation details on user objects (eg. expando properties)\n//\t6. Provide a clear path for implementation upgrade to WeakMap in 2014\n\nvar rbrace = /^(?:\\{[\\w\\W]*\\}|\\[[\\w\\W]*\\])$/,\n\trmultiDash = /([A-Z])/g;\n\nfunction dataAttr( elem, key, data ) {\n\tvar name;\n\n\t// If nothing was found internally, try to fetch any\n\t// data from the HTML5 data-* attribute\n\tif ( data === undefined && elem.nodeType === 1 ) {\n\t\tname = \"data-\" + key.replace( rmultiDash, \"-$1\" ).toLowerCase();\n\t\tdata = elem.getAttribute( name );\n\n\t\tif ( typeof data === \"string\" ) {\n\t\t\ttry {\n\t\t\t\tdata = data === \"true\" ? true :\n\t\t\t\t\tdata === \"false\" ? false :\n\t\t\t\t\tdata === \"null\" ? null :\n\t\t\t\t\t// Only convert to a number if it doesn't change the string\n\t\t\t\t\t+data + \"\" === data ? +data :\n\t\t\t\t\trbrace.test( data ) ? jQuery.parseJSON( data ) :\n\t\t\t\t\tdata;\n\t\t\t} catch( e ) {}\n\n\t\t\t// Make sure we set the data so it isn't changed later\n\t\t\tdata_user.set( elem, key, data );\n\t\t} else {\n\t\t\tdata = undefined;\n\t\t}\n\t}\n\treturn data;\n}\n\njQuery.extend({\n\thasData: function( elem ) {\n\t\treturn data_user.hasData( elem ) || data_priv.hasData( elem );\n\t},\n\n\tdata: function( elem, name, data ) {\n\t\treturn data_user.access( elem, name, data );\n\t},\n\n\tremoveData: function( elem, name ) {\n\t\tdata_user.remove( elem, name );\n\t},\n\n\t// TODO: Now that all calls to _data and _removeData have been replaced\n\t// with direct calls to data_priv methods, these can be deprecated.\n\t_data: function( elem, name, data ) {\n\t\treturn data_priv.access( elem, name, data );\n\t},\n\n\t_removeData: function( elem, name ) {\n\t\tdata_priv.remove( elem, name );\n\t}\n});\n\njQuery.fn.extend({\n\tdata: function( key, value ) {\n\t\tvar i, name, data,\n\t\t\telem = this[ 0 ],\n\t\t\tattrs = elem && elem.attributes;\n\n\t\t// Gets all values\n\t\tif ( key === undefined ) {\n\t\t\tif ( this.length ) {\n\t\t\t\tdata = data_user.get( elem );\n\n\t\t\t\tif ( elem.nodeType === 1 && !data_priv.get( elem, \"hasDataAttrs\" ) ) {\n\t\t\t\t\ti = attrs.length;\n\t\t\t\t\twhile ( i-- ) {\n\n\t\t\t\t\t\t// Support: IE11+\n\t\t\t\t\t\t// The attrs elements can be null (#14894)\n\t\t\t\t\t\tif ( attrs[ i ] ) {\n\t\t\t\t\t\t\tname = attrs[ i ].name;\n\t\t\t\t\t\t\tif ( name.indexOf( \"data-\" ) === 0 ) {\n\t\t\t\t\t\t\t\tname = jQuery.camelCase( name.slice(5) );\n\t\t\t\t\t\t\t\tdataAttr( elem, name, data[ name ] );\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t\tdata_priv.set( elem, \"hasDataAttrs\", true );\n\t\t\t\t}\n\t\t\t}\n\n\t\t\treturn data;\n\t\t}\n\n\t\t// Sets multiple values\n\t\tif ( typeof key === \"object\" ) {\n\t\t\treturn this.each(function() {\n\t\t\t\tdata_user.set( this, key );\n\t\t\t});\n\t\t}\n\n\t\treturn access( this, function( value ) {\n\t\t\tvar data,\n\t\t\t\tcamelKey = jQuery.camelCase( key );\n\n\t\t\t// The calling jQuery object (element matches) is not empty\n\t\t\t// (and therefore has an element appears at this[ 0 ]) and the\n\t\t\t// `value` parameter was not undefined. An empty jQuery object\n\t\t\t// will result in `undefined` for elem = this[ 0 ] which will\n\t\t\t// throw an exception if an attempt to read a data cache is made.\n\t\t\tif ( elem && value === undefined ) {\n\t\t\t\t// Attempt to get data from the cache\n\t\t\t\t// with the key as-is\n\t\t\t\tdata = data_user.get( elem, key );\n\t\t\t\tif ( data !== undefined ) {\n\t\t\t\t\treturn data;\n\t\t\t\t}\n\n\t\t\t\t// Attempt to get data from the cache\n\t\t\t\t// with the key camelized\n\t\t\t\tdata = data_user.get( elem, camelKey );\n\t\t\t\tif ( data !== undefined ) {\n\t\t\t\t\treturn data;\n\t\t\t\t}\n\n\t\t\t\t// Attempt to \"discover\" the data in\n\t\t\t\t// HTML5 custom data-* attrs\n\t\t\t\tdata = dataAttr( elem, camelKey, undefined );\n\t\t\t\tif ( data !== undefined ) {\n\t\t\t\t\treturn data;\n\t\t\t\t}\n\n\t\t\t\t// We tried really hard, but the data doesn't exist.\n\t\t\t\treturn;\n\t\t\t}\n\n\t\t\t// Set the data...\n\t\t\tthis.each(function() {\n\t\t\t\t// First, attempt to store a copy or reference of any\n\t\t\t\t// data that might've been store with a camelCased key.\n\t\t\t\tvar data = data_user.get( this, camelKey );\n\n\t\t\t\t// For HTML5 data-* attribute interop, we have to\n\t\t\t\t// store property names with dashes in a camelCase form.\n\t\t\t\t// This might not apply to all properties...*\n\t\t\t\tdata_user.set( this, camelKey, value );\n\n\t\t\t\t// *... In the case of properties that might _actually_\n\t\t\t\t// have dashes, we need to also store a copy of that\n\t\t\t\t// unchanged property.\n\t\t\t\tif ( key.indexOf(\"-\") !== -1 && data !== undefined ) {\n\t\t\t\t\tdata_user.set( this, key, value );\n\t\t\t\t}\n\t\t\t});\n\t\t}, null, value, arguments.length > 1, null, true );\n\t},\n\n\tremoveData: function( key ) {\n\t\treturn this.each(function() {\n\t\t\tdata_user.remove( this, key );\n\t\t});\n\t}\n});\n\n\njQuery.extend({\n\tqueue: function( elem, type, data ) {\n\t\tvar queue;\n\n\t\tif ( elem ) {\n\t\t\ttype = ( type || \"fx\" ) + \"queue\";\n\t\t\tqueue = data_priv.get( elem, type );\n\n\t\t\t// Speed up dequeue by getting out quickly if this is just a lookup\n\t\t\tif ( data ) {\n\t\t\t\tif ( !queue || jQuery.isArray( data ) ) {\n\t\t\t\t\tqueue = data_priv.access( elem, type, jQuery.makeArray(data) );\n\t\t\t\t} else {\n\t\t\t\t\tqueue.push( data );\n\t\t\t\t}\n\t\t\t}\n\t\t\treturn queue || [];\n\t\t}\n\t},\n\n\tdequeue: function( elem, type ) {\n\t\ttype = type || \"fx\";\n\n\t\tvar queue = jQuery.queue( elem, type ),\n\t\t\tstartLength = queue.length,\n\t\t\tfn = queue.shift(),\n\t\t\thooks = jQuery._queueHooks( elem, type ),\n\t\t\tnext = function() {\n\t\t\t\tjQuery.dequeue( elem, type );\n\t\t\t};\n\n\t\t// If the fx queue is dequeued, always remove the progress sentinel\n\t\tif ( fn === \"inprogress\" ) {\n\t\t\tfn = queue.shift();\n\t\t\tstartLength--;\n\t\t}\n\n\t\tif ( fn ) {\n\n\t\t\t// Add a progress sentinel to prevent the fx queue from being\n\t\t\t// automatically dequeued\n\t\t\tif ( type === \"fx\" ) {\n\t\t\t\tqueue.unshift( \"inprogress\" );\n\t\t\t}\n\n\t\t\t// Clear up the last queue stop function\n\t\t\tdelete hooks.stop;\n\t\t\tfn.call( elem, next, hooks );\n\t\t}\n\n\t\tif ( !startLength && hooks ) {\n\t\t\thooks.empty.fire();\n\t\t}\n\t},\n\n\t// Not public - generate a queueHooks object, or return the current one\n\t_queueHooks: function( elem, type ) {\n\t\tvar key = type + \"queueHooks\";\n\t\treturn data_priv.get( elem, key ) || data_priv.access( elem, key, {\n\t\t\tempty: jQuery.Callbacks(\"once memory\").add(function() {\n\t\t\t\tdata_priv.remove( elem, [ type + \"queue\", key ] );\n\t\t\t})\n\t\t});\n\t}\n});\n\njQuery.fn.extend({\n\tqueue: function( type, data ) {\n\t\tvar setter = 2;\n\n\t\tif ( typeof type !== \"string\" ) {\n\t\t\tdata = type;\n\t\t\ttype = \"fx\";\n\t\t\tsetter--;\n\t\t}\n\n\t\tif ( arguments.length < setter ) {\n\t\t\treturn jQuery.queue( this[0], type );\n\t\t}\n\n\t\treturn data === undefined ?\n\t\t\tthis :\n\t\t\tthis.each(function() {\n\t\t\t\tvar queue = jQuery.queue( this, type, data );\n\n\t\t\t\t// Ensure a hooks for this queue\n\t\t\t\tjQuery._queueHooks( this, type );\n\n\t\t\t\tif ( type === \"fx\" && queue[0] !== \"inprogress\" ) {\n\t\t\t\t\tjQuery.dequeue( this, type );\n\t\t\t\t}\n\t\t\t});\n\t},\n\tdequeue: function( type ) {\n\t\treturn this.each(function() {\n\t\t\tjQuery.dequeue( this, type );\n\t\t});\n\t},\n\tclearQueue: function( type ) {\n\t\treturn this.queue( type || \"fx\", [] );\n\t},\n\t// Get a promise resolved when queues of a certain type\n\t// are emptied (fx is the type by default)\n\tpromise: function( type, obj ) {\n\t\tvar tmp,\n\t\t\tcount = 1,\n\t\t\tdefer = jQuery.Deferred(),\n\t\t\telements = this,\n\t\t\ti = this.length,\n\t\t\tresolve = function() {\n\t\t\t\tif ( !( --count ) ) {\n\t\t\t\t\tdefer.resolveWith( elements, [ elements ] );\n\t\t\t\t}\n\t\t\t};\n\n\t\tif ( typeof type !== \"string\" ) {\n\t\t\tobj = type;\n\t\t\ttype = undefined;\n\t\t}\n\t\ttype = type || \"fx\";\n\n\t\twhile ( i-- ) {\n\t\t\ttmp = data_priv.get( elements[ i ], type + \"queueHooks\" );\n\t\t\tif ( tmp && tmp.empty ) {\n\t\t\t\tcount++;\n\t\t\t\ttmp.empty.add( resolve );\n\t\t\t}\n\t\t}\n\t\tresolve();\n\t\treturn defer.promise( obj );\n\t}\n});\nvar pnum = (/[+-]?(?:\\d*\\.|)\\d+(?:[eE][+-]?\\d+|)/).source;\n\nvar cssExpand = [ \"Top\", \"Right\", \"Bottom\", \"Left\" ];\n\nvar isHidden = function( elem, el ) {\n\t\t// isHidden might be called from jQuery#filter function;\n\t\t// in that case, element will be second argument\n\t\telem = el || elem;\n\t\treturn jQuery.css( elem, \"display\" ) === \"none\" || !jQuery.contains( elem.ownerDocument, elem );\n\t};\n\nvar rcheckableType = (/^(?:checkbox|radio)$/i);\n\n\n\n(function() {\n\tvar fragment = document.createDocumentFragment(),\n\t\tdiv = fragment.appendChild( document.createElement( \"div\" ) ),\n\t\tinput = document.createElement( \"input\" );\n\n\t// Support: Safari<=5.1\n\t// Check state lost if the name is set (#11217)\n\t// Support: Windows Web Apps (WWA)\n\t// `name` and `type` must use .setAttribute for WWA (#14901)\n\tinput.setAttribute( \"type\", \"radio\" );\n\tinput.setAttribute( \"checked\", \"checked\" );\n\tinput.setAttribute( \"name\", \"t\" );\n\n\tdiv.appendChild( input );\n\n\t// Support: Safari<=5.1, Android<4.2\n\t// Older WebKit doesn't clone checked state correctly in fragments\n\tsupport.checkClone = div.cloneNode( true ).cloneNode( true ).lastChild.checked;\n\n\t// Support: IE<=11+\n\t// Make sure textarea (and checkbox) defaultValue is properly cloned\n\tdiv.innerHTML = \"<textarea>x</textarea>\";\n\tsupport.noCloneChecked = !!div.cloneNode( true ).lastChild.defaultValue;\n})();\nvar strundefined = typeof undefined;\n\n\n\nsupport.focusinBubbles = \"onfocusin\" in window;\n\n\nvar\n\trkeyEvent = /^key/,\n\trmouseEvent = /^(?:mouse|pointer|contextmenu)|click/,\n\trfocusMorph = /^(?:focusinfocus|focusoutblur)$/,\n\trtypenamespace = /^([^.]*)(?:\\.(.+)|)$/;\n\nfunction returnTrue() {\n\treturn true;\n}\n\nfunction returnFalse() {\n\treturn false;\n}\n\nfunction safeActiveElement() {\n\ttry {\n\t\treturn document.activeElement;\n\t} catch ( err ) { }\n}\n\n/*\n * Helper functions for managing events -- not part of the public interface.\n * Props to Dean Edwards' addEvent library for many of the ideas.\n */\njQuery.event = {\n\n\tglobal: {},\n\n\tadd: function( elem, types, handler, data, selector ) {\n\n\t\tvar handleObjIn, eventHandle, tmp,\n\t\t\tevents, t, handleObj,\n\t\t\tspecial, handlers, type, namespaces, origType,\n\t\t\telemData = data_priv.get( elem );\n\n\t\t// Don't attach events to noData or text/comment nodes (but allow plain objects)\n\t\tif ( !elemData ) {\n\t\t\treturn;\n\t\t}\n\n\t\t// Caller can pass in an object of custom data in lieu of the handler\n\t\tif ( handler.handler ) {\n\t\t\thandleObjIn = handler;\n\t\t\thandler = handleObjIn.handler;\n\t\t\tselector = handleObjIn.selector;\n\t\t}\n\n\t\t// Make sure that the handler has a unique ID, used to find/remove it later\n\t\tif ( !handler.guid ) {\n\t\t\thandler.guid = jQuery.guid++;\n\t\t}\n\n\t\t// Init the element's event structure and main handler, if this is the first\n\t\tif ( !(events = elemData.events) ) {\n\t\t\tevents = elemData.events = {};\n\t\t}\n\t\tif ( !(eventHandle = elemData.handle) ) {\n\t\t\teventHandle = elemData.handle = function( e ) {\n\t\t\t\t// Discard the second event of a jQuery.event.trigger() and\n\t\t\t\t// when an event is called after a page has unloaded\n\t\t\t\treturn typeof jQuery !== strundefined && jQuery.event.triggered !== e.type ?\n\t\t\t\t\tjQuery.event.dispatch.apply( elem, arguments ) : undefined;\n\t\t\t};\n\t\t}\n\n\t\t// Handle multiple events separated by a space\n\t\ttypes = ( types || \"\" ).match( rnotwhite ) || [ \"\" ];\n\t\tt = types.length;\n\t\twhile ( t-- ) {\n\t\t\ttmp = rtypenamespace.exec( types[t] ) || [];\n\t\t\ttype = origType = tmp[1];\n\t\t\tnamespaces = ( tmp[2] || \"\" ).split( \".\" ).sort();\n\n\t\t\t// There *must* be a type, no attaching namespace-only handlers\n\t\t\tif ( !type ) {\n\t\t\t\tcontinue;\n\t\t\t}\n\n\t\t\t// If event changes its type, use the special event handlers for the changed type\n\t\t\tspecial = jQuery.event.special[ type ] || {};\n\n\t\t\t// If selector defined, determine special event api type, otherwise given type\n\t\t\ttype = ( selector ? special.delegateType : special.bindType ) || type;\n\n\t\t\t// Update special based on newly reset type\n\t\t\tspecial = jQuery.event.special[ type ] || {};\n\n\t\t\t// handleObj is passed to all event handlers\n\t\t\thandleObj = jQuery.extend({\n\t\t\t\ttype: type,\n\t\t\t\torigType: origType,\n\t\t\t\tdata: data,\n\t\t\t\thandler: handler,\n\t\t\t\tguid: handler.guid,\n\t\t\t\tselector: selector,\n\t\t\t\tneedsContext: selector && jQuery.expr.match.needsContext.test( selector ),\n\t\t\t\tnamespace: namespaces.join(\".\")\n\t\t\t}, handleObjIn );\n\n\t\t\t// Init the event handler queue if we're the first\n\t\t\tif ( !(handlers = events[ type ]) ) {\n\t\t\t\thandlers = events[ type ] = [];\n\t\t\t\thandlers.delegateCount = 0;\n\n\t\t\t\t// Only use addEventListener if the special events handler returns false\n\t\t\t\tif ( !special.setup || special.setup.call( elem, data, namespaces, eventHandle ) === false ) {\n\t\t\t\t\tif ( elem.addEventListener ) {\n\t\t\t\t\t\telem.addEventListener( type, eventHandle, false );\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\n\t\t\tif ( special.add ) {\n\t\t\t\tspecial.add.call( elem, handleObj );\n\n\t\t\t\tif ( !handleObj.handler.guid ) {\n\t\t\t\t\thandleObj.handler.guid = handler.guid;\n\t\t\t\t}\n\t\t\t}\n\n\t\t\t// Add to the element's handler list, delegates in front\n\t\t\tif ( selector ) {\n\t\t\t\thandlers.splice( handlers.delegateCount++, 0, handleObj );\n\t\t\t} else {\n\t\t\t\thandlers.push( handleObj );\n\t\t\t}\n\n\t\t\t// Keep track of which events have ever been used, for event optimization\n\t\t\tjQuery.event.global[ type ] = true;\n\t\t}\n\n\t},\n\n\t// Detach an event or set of events from an element\n\tremove: function( elem, types, handler, selector, mappedTypes ) {\n\n\t\tvar j, origCount, tmp,\n\t\t\tevents, t, handleObj,\n\t\t\tspecial, handlers, type, namespaces, origType,\n\t\t\telemData = data_priv.hasData( elem ) && data_priv.get( elem );\n\n\t\tif ( !elemData || !(events = elemData.events) ) {\n\t\t\treturn;\n\t\t}\n\n\t\t// Once for each type.namespace in types; type may be omitted\n\t\ttypes = ( types || \"\" ).match( rnotwhite ) || [ \"\" ];\n\t\tt = types.length;\n\t\twhile ( t-- ) {\n\t\t\ttmp = rtypenamespace.exec( types[t] ) || [];\n\t\t\ttype = origType = tmp[1];\n\t\t\tnamespaces = ( tmp[2] || \"\" ).split( \".\" ).sort();\n\n\t\t\t// Unbind all events (on this namespace, if provided) for the element\n\t\t\tif ( !type ) {\n\t\t\t\tfor ( type in events ) {\n\t\t\t\t\tjQuery.event.remove( elem, type + types[ t ], handler, selector, true );\n\t\t\t\t}\n\t\t\t\tcontinue;\n\t\t\t}\n\n\t\t\tspecial = jQuery.event.special[ type ] || {};\n\t\t\ttype = ( selector ? special.delegateType : special.bindType ) || type;\n\t\t\thandlers = events[ type ] || [];\n\t\t\ttmp = tmp[2] && new RegExp( \"(^|\\\\.)\" + namespaces.join(\"\\\\.(?:.*\\\\.|)\") + \"(\\\\.|$)\" );\n\n\t\t\t// Remove matching events\n\t\t\torigCount = j = handlers.length;\n\t\t\twhile ( j-- ) {\n\t\t\t\thandleObj = handlers[ j ];\n\n\t\t\t\tif ( ( mappedTypes || origType === handleObj.origType ) &&\n\t\t\t\t\t( !handler || handler.guid === handleObj.guid ) &&\n\t\t\t\t\t( !tmp || tmp.test( handleObj.namespace ) ) &&\n\t\t\t\t\t( !selector || selector === handleObj.selector || selector === \"**\" && handleObj.selector ) ) {\n\t\t\t\t\thandlers.splice( j, 1 );\n\n\t\t\t\t\tif ( handleObj.selector ) {\n\t\t\t\t\t\thandlers.delegateCount--;\n\t\t\t\t\t}\n\t\t\t\t\tif ( special.remove ) {\n\t\t\t\t\t\tspecial.remove.call( elem, handleObj );\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\n\t\t\t// Remove generic event handler if we removed something and no more handlers exist\n\t\t\t// (avoids potential for endless recursion during removal of special event handlers)\n\t\t\tif ( origCount && !handlers.length ) {\n\t\t\t\tif ( !special.teardown || special.teardown.call( elem, namespaces, elemData.handle ) === false ) {\n\t\t\t\t\tjQuery.removeEvent( elem, type, elemData.handle );\n\t\t\t\t}\n\n\t\t\t\tdelete events[ type ];\n\t\t\t}\n\t\t}\n\n\t\t// Remove the expando if it's no longer used\n\t\tif ( jQuery.isEmptyObject( events ) ) {\n\t\t\tdelete elemData.handle;\n\t\t\tdata_priv.remove( elem, \"events\" );\n\t\t}\n\t},\n\n\ttrigger: function( event, data, elem, onlyHandlers ) {\n\n\t\tvar i, cur, tmp, bubbleType, ontype, handle, special,\n\t\t\teventPath = [ elem || document ],\n\t\t\ttype = hasOwn.call( event, \"type\" ) ? event.type : event,\n\t\t\tnamespaces = hasOwn.call( event, \"namespace\" ) ? event.namespace.split(\".\") : [];\n\n\t\tcur = tmp = elem = elem || document;\n\n\t\t// Don't do events on text and comment nodes\n\t\tif ( elem.nodeType === 3 || elem.nodeType === 8 ) {\n\t\t\treturn;\n\t\t}\n\n\t\t// focus/blur morphs to focusin/out; ensure we're not firing them right now\n\t\tif ( rfocusMorph.test( type + jQuery.event.triggered ) ) {\n\t\t\treturn;\n\t\t}\n\n\t\tif ( type.indexOf(\".\") >= 0 ) {\n\t\t\t// Namespaced trigger; create a regexp to match event type in handle()\n\t\t\tnamespaces = type.split(\".\");\n\t\t\ttype = namespaces.shift();\n\t\t\tnamespaces.sort();\n\t\t}\n\t\tontype = type.indexOf(\":\") < 0 && \"on\" + type;\n\n\t\t// Caller can pass in a jQuery.Event object, Object, or just an event type string\n\t\tevent = event[ jQuery.expando ] ?\n\t\t\tevent :\n\t\t\tnew jQuery.Event( type, typeof event === \"object\" && event );\n\n\t\t// Trigger bitmask: & 1 for native handlers; & 2 for jQuery (always true)\n\t\tevent.isTrigger = onlyHandlers ? 2 : 3;\n\t\tevent.namespace = namespaces.join(\".\");\n\t\tevent.namespace_re = event.namespace ?\n\t\t\tnew RegExp( \"(^|\\\\.)\" + namespaces.join(\"\\\\.(?:.*\\\\.|)\") + \"(\\\\.|$)\" ) :\n\t\t\tnull;\n\n\t\t// Clean up the event in case it is being reused\n\t\tevent.result = undefined;\n\t\tif ( !event.target ) {\n\t\t\tevent.target = elem;\n\t\t}\n\n\t\t// Clone any incoming data and prepend the event, creating the handler arg list\n\t\tdata = data == null ?\n\t\t\t[ event ] :\n\t\t\tjQuery.makeArray( data, [ event ] );\n\n\t\t// Allow special events to draw outside the lines\n\t\tspecial = jQuery.event.special[ type ] || {};\n\t\tif ( !onlyHandlers && special.trigger && special.trigger.apply( elem, data ) === false ) {\n\t\t\treturn;\n\t\t}\n\n\t\t// Determine event propagation path in advance, per W3C events spec (#9951)\n\t\t// Bubble up to document, then to window; watch for a global ownerDocument var (#9724)\n\t\tif ( !onlyHandlers && !special.noBubble && !jQuery.isWindow( elem ) ) {\n\n\t\t\tbubbleType = special.delegateType || type;\n\t\t\tif ( !rfocusMorph.test( bubbleType + type ) ) {\n\t\t\t\tcur = cur.parentNode;\n\t\t\t}\n\t\t\tfor ( ; cur; cur = cur.parentNode ) {\n\t\t\t\teventPath.push( cur );\n\t\t\t\ttmp = cur;\n\t\t\t}\n\n\t\t\t// Only add window if we got to document (e.g., not plain obj or detached DOM)\n\t\t\tif ( tmp === (elem.ownerDocument || document) ) {\n\t\t\t\teventPath.push( tmp.defaultView || tmp.parentWindow || window );\n\t\t\t}\n\t\t}\n\n\t\t// Fire handlers on the event path\n\t\ti = 0;\n\t\twhile ( (cur = eventPath[i++]) && !event.isPropagationStopped() ) {\n\n\t\t\tevent.type = i > 1 ?\n\t\t\t\tbubbleType :\n\t\t\t\tspecial.bindType || type;\n\n\t\t\t// jQuery handler\n\t\t\thandle = ( data_priv.get( cur, \"events\" ) || {} )[ event.type ] && data_priv.get( cur, \"handle\" );\n\t\t\tif ( handle ) {\n\t\t\t\thandle.apply( cur, data );\n\t\t\t}\n\n\t\t\t// Native handler\n\t\t\thandle = ontype && cur[ ontype ];\n\t\t\tif ( handle && handle.apply && jQuery.acceptData( cur ) ) {\n\t\t\t\tevent.result = handle.apply( cur, data );\n\t\t\t\tif ( event.result === false ) {\n\t\t\t\t\tevent.preventDefault();\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t\tevent.type = type;\n\n\t\t// If nobody prevented the default action, do it now\n\t\tif ( !onlyHandlers && !event.isDefaultPrevented() ) {\n\n\t\t\tif ( (!special._default || special._default.apply( eventPath.pop(), data ) === false) &&\n\t\t\t\tjQuery.acceptData( elem ) ) {\n\n\t\t\t\t// Call a native DOM method on the target with the same name name as the event.\n\t\t\t\t// Don't do default actions on window, that's where global variables be (#6170)\n\t\t\t\tif ( ontype && jQuery.isFunction( elem[ type ] ) && !jQuery.isWindow( elem ) ) {\n\n\t\t\t\t\t// Don't re-trigger an onFOO event when we call its FOO() method\n\t\t\t\t\ttmp = elem[ ontype ];\n\n\t\t\t\t\tif ( tmp ) {\n\t\t\t\t\t\telem[ ontype ] = null;\n\t\t\t\t\t}\n\n\t\t\t\t\t// Prevent re-triggering of the same event, since we already bubbled it above\n\t\t\t\t\tjQuery.event.triggered = type;\n\t\t\t\t\telem[ type ]();\n\t\t\t\t\tjQuery.event.triggered = undefined;\n\n\t\t\t\t\tif ( tmp ) {\n\t\t\t\t\t\telem[ ontype ] = tmp;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\treturn event.result;\n\t},\n\n\tdispatch: function( event ) {\n\n\t\t// Make a writable jQuery.Event from the native event object\n\t\tevent = jQuery.event.fix( event );\n\n\t\tvar i, j, ret, matched, handleObj,\n\t\t\thandlerQueue = [],\n\t\t\targs = slice.call( arguments ),\n\t\t\thandlers = ( data_priv.get( this, \"events\" ) || {} )[ event.type ] || [],\n\t\t\tspecial = jQuery.event.special[ event.type ] || {};\n\n\t\t// Use the fix-ed jQuery.Event rather than the (read-only) native event\n\t\targs[0] = event;\n\t\tevent.delegateTarget = this;\n\n\t\t// Call the preDispatch hook for the mapped type, and let it bail if desired\n\t\tif ( special.preDispatch && special.preDispatch.call( this, event ) === false ) {\n\t\t\treturn;\n\t\t}\n\n\t\t// Determine handlers\n\t\thandlerQueue = jQuery.event.handlers.call( this, event, handlers );\n\n\t\t// Run delegates first; they may want to stop propagation beneath us\n\t\ti = 0;\n\t\twhile ( (matched = handlerQueue[ i++ ]) && !event.isPropagationStopped() ) {\n\t\t\tevent.currentTarget = matched.elem;\n\n\t\t\tj = 0;\n\t\t\twhile ( (handleObj = matched.handlers[ j++ ]) && !event.isImmediatePropagationStopped() ) {\n\n\t\t\t\t// Triggered event must either 1) have no namespace, or 2) have namespace(s)\n\t\t\t\t// a subset or equal to those in the bound event (both can have no namespace).\n\t\t\t\tif ( !event.namespace_re || event.namespace_re.test( handleObj.namespace ) ) {\n\n\t\t\t\t\tevent.handleObj = handleObj;\n\t\t\t\t\tevent.data = handleObj.data;\n\n\t\t\t\t\tret = ( (jQuery.event.special[ handleObj.origType ] || {}).handle || handleObj.handler )\n\t\t\t\t\t\t\t.apply( matched.elem, args );\n\n\t\t\t\t\tif ( ret !== undefined ) {\n\t\t\t\t\t\tif ( (event.result = ret) === false ) {\n\t\t\t\t\t\t\tevent.preventDefault();\n\t\t\t\t\t\t\tevent.stopPropagation();\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\t// Call the postDispatch hook for the mapped type\n\t\tif ( special.postDispatch ) {\n\t\t\tspecial.postDispatch.call( this, event );\n\t\t}\n\n\t\treturn event.result;\n\t},\n\n\thandlers: function( event, handlers ) {\n\t\tvar i, matches, sel, handleObj,\n\t\t\thandlerQueue = [],\n\t\t\tdelegateCount = handlers.delegateCount,\n\t\t\tcur = event.target;\n\n\t\t// Find delegate handlers\n\t\t// Black-hole SVG <use> instance trees (#13180)\n\t\t// Avoid non-left-click bubbling in Firefox (#3861)\n\t\tif ( delegateCount && cur.nodeType && (!event.button || event.type !== \"click\") ) {\n\n\t\t\tfor ( ; cur !== this; cur = cur.parentNode || this ) {\n\n\t\t\t\t// Don't process clicks on disabled elements (#6911, #8165, #11382, #11764)\n\t\t\t\tif ( cur.disabled !== true || event.type !== \"click\" ) {\n\t\t\t\t\tmatches = [];\n\t\t\t\t\tfor ( i = 0; i < delegateCount; i++ ) {\n\t\t\t\t\t\thandleObj = handlers[ i ];\n\n\t\t\t\t\t\t// Don't conflict with Object.prototype properties (#13203)\n\t\t\t\t\t\tsel = handleObj.selector + \" \";\n\n\t\t\t\t\t\tif ( matches[ sel ] === undefined ) {\n\t\t\t\t\t\t\tmatches[ sel ] = handleObj.needsContext ?\n\t\t\t\t\t\t\t\tjQuery( sel, this ).index( cur ) >= 0 :\n\t\t\t\t\t\t\t\tjQuery.find( sel, this, null, [ cur ] ).length;\n\t\t\t\t\t\t}\n\t\t\t\t\t\tif ( matches[ sel ] ) {\n\t\t\t\t\t\t\tmatches.push( handleObj );\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t\tif ( matches.length ) {\n\t\t\t\t\t\thandlerQueue.push({ elem: cur, handlers: matches });\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\t// Add the remaining (directly-bound) handlers\n\t\tif ( delegateCount < handlers.length ) {\n\t\t\thandlerQueue.push({ elem: this, handlers: handlers.slice( delegateCount ) });\n\t\t}\n\n\t\treturn handlerQueue;\n\t},\n\n\t// Includes some event props shared by KeyEvent and MouseEvent\n\tprops: \"altKey bubbles cancelable ctrlKey currentTarget eventPhase metaKey relatedTarget shiftKey target timeStamp view which\".split(\" \"),\n\n\tfixHooks: {},\n\n\tkeyHooks: {\n\t\tprops: \"char charCode key keyCode\".split(\" \"),\n\t\tfilter: function( event, original ) {\n\n\t\t\t// Add which for key events\n\t\t\tif ( event.which == null ) {\n\t\t\t\tevent.which = original.charCode != null ? original.charCode : original.keyCode;\n\t\t\t}\n\n\t\t\treturn event;\n\t\t}\n\t},\n\n\tmouseHooks: {\n\t\tprops: \"button buttons clientX clientY offsetX offsetY pageX pageY screenX screenY toElement\".split(\" \"),\n\t\tfilter: function( event, original ) {\n\t\t\tvar eventDoc, doc, body,\n\t\t\t\tbutton = original.button;\n\n\t\t\t// Calculate pageX/Y if missing and clientX/Y available\n\t\t\tif ( event.pageX == null && original.clientX != null ) {\n\t\t\t\teventDoc = event.target.ownerDocument || document;\n\t\t\t\tdoc = eventDoc.documentElement;\n\t\t\t\tbody = eventDoc.body;\n\n\t\t\t\tevent.pageX = original.clientX + ( doc && doc.scrollLeft || body && body.scrollLeft || 0 ) - ( doc && doc.clientLeft || body && body.clientLeft || 0 );\n\t\t\t\tevent.pageY = original.clientY + ( doc && doc.scrollTop || body && body.scrollTop || 0 ) - ( doc && doc.clientTop || body && body.clientTop || 0 );\n\t\t\t}\n\n\t\t\t// Add which for click: 1 === left; 2 === middle; 3 === right\n\t\t\t// Note: button is not normalized, so don't use it\n\t\t\tif ( !event.which && button !== undefined ) {\n\t\t\t\tevent.which = ( button & 1 ? 1 : ( button & 2 ? 3 : ( button & 4 ? 2 : 0 ) ) );\n\t\t\t}\n\n\t\t\treturn event;\n\t\t}\n\t},\n\n\tfix: function( event ) {\n\t\tif ( event[ jQuery.expando ] ) {\n\t\t\treturn event;\n\t\t}\n\n\t\t// Create a writable copy of the event object and normalize some properties\n\t\tvar i, prop, copy,\n\t\t\ttype = event.type,\n\t\t\toriginalEvent = event,\n\t\t\tfixHook = this.fixHooks[ type ];\n\n\t\tif ( !fixHook ) {\n\t\t\tthis.fixHooks[ type ] = fixHook =\n\t\t\t\trmouseEvent.test( type ) ? this.mouseHooks :\n\t\t\t\trkeyEvent.test( type ) ? this.keyHooks :\n\t\t\t\t{};\n\t\t}\n\t\tcopy = fixHook.props ? this.props.concat( fixHook.props ) : this.props;\n\n\t\tevent = new jQuery.Event( originalEvent );\n\n\t\ti = copy.length;\n\t\twhile ( i-- ) {\n\t\t\tprop = copy[ i ];\n\t\t\tevent[ prop ] = originalEvent[ prop ];\n\t\t}\n\n\t\t// Support: Cordova 2.5 (WebKit) (#13255)\n\t\t// All events should have a target; Cordova deviceready doesn't\n\t\tif ( !event.target ) {\n\t\t\tevent.target = document;\n\t\t}\n\n\t\t// Support: Safari 6.0+, Chrome<28\n\t\t// Target should not be a text node (#504, #13143)\n\t\tif ( event.target.nodeType === 3 ) {\n\t\t\tevent.target = event.target.parentNode;\n\t\t}\n\n\t\treturn fixHook.filter ? fixHook.filter( event, originalEvent ) : event;\n\t},\n\n\tspecial: {\n\t\tload: {\n\t\t\t// Prevent triggered image.load events from bubbling to window.load\n\t\t\tnoBubble: true\n\t\t},\n\t\tfocus: {\n\t\t\t// Fire native event if possible so blur/focus sequence is correct\n\t\t\ttrigger: function() {\n\t\t\t\tif ( this !== safeActiveElement() && this.focus ) {\n\t\t\t\t\tthis.focus();\n\t\t\t\t\treturn false;\n\t\t\t\t}\n\t\t\t},\n\t\t\tdelegateType: \"focusin\"\n\t\t},\n\t\tblur: {\n\t\t\ttrigger: function() {\n\t\t\t\tif ( this === safeActiveElement() && this.blur ) {\n\t\t\t\t\tthis.blur();\n\t\t\t\t\treturn false;\n\t\t\t\t}\n\t\t\t},\n\t\t\tdelegateType: \"focusout\"\n\t\t},\n\t\tclick: {\n\t\t\t// For checkbox, fire native event so checked state will be right\n\t\t\ttrigger: function() {\n\t\t\t\tif ( this.type === \"checkbox\" && this.click && jQuery.nodeName( this, \"input\" ) ) {\n\t\t\t\t\tthis.click();\n\t\t\t\t\treturn false;\n\t\t\t\t}\n\t\t\t},\n\n\t\t\t// For cross-browser consistency, don't fire native .click() on links\n\t\t\t_default: function( event ) {\n\t\t\t\treturn jQuery.nodeName( event.target, \"a\" );\n\t\t\t}\n\t\t},\n\n\t\tbeforeunload: {\n\t\t\tpostDispatch: function( event ) {\n\n\t\t\t\t// Support: Firefox 20+\n\t\t\t\t// Firefox doesn't alert if the returnValue field is not set.\n\t\t\t\tif ( event.result !== undefined && event.originalEvent ) {\n\t\t\t\t\tevent.originalEvent.returnValue = event.result;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\n\tsimulate: function( type, elem, event, bubble ) {\n\t\t// Piggyback on a donor event to simulate a different one.\n\t\t// Fake originalEvent to avoid donor's stopPropagation, but if the\n\t\t// simulated event prevents default then we do the same on the donor.\n\t\tvar e = jQuery.extend(\n\t\t\tnew jQuery.Event(),\n\t\t\tevent,\n\t\t\t{\n\t\t\t\ttype: type,\n\t\t\t\tisSimulated: true,\n\t\t\t\toriginalEvent: {}\n\t\t\t}\n\t\t);\n\t\tif ( bubble ) {\n\t\t\tjQuery.event.trigger( e, null, elem );\n\t\t} else {\n\t\t\tjQuery.event.dispatch.call( elem, e );\n\t\t}\n\t\tif ( e.isDefaultPrevented() ) {\n\t\t\tevent.preventDefault();\n\t\t}\n\t}\n};\n\njQuery.removeEvent = function( elem, type, handle ) {\n\tif ( elem.removeEventListener ) {\n\t\telem.removeEventListener( type, handle, false );\n\t}\n};\n\njQuery.Event = function( src, props ) {\n\t// Allow instantiation without the 'new' keyword\n\tif ( !(this instanceof jQuery.Event) ) {\n\t\treturn new jQuery.Event( src, props );\n\t}\n\n\t// Event object\n\tif ( src && src.type ) {\n\t\tthis.originalEvent = src;\n\t\tthis.type = src.type;\n\n\t\t// Events bubbling up the document may have been marked as prevented\n\t\t// by a handler lower down the tree; reflect the correct value.\n\t\tthis.isDefaultPrevented = src.defaultPrevented ||\n\t\t\t\tsrc.defaultPrevented === undefined &&\n\t\t\t\t// Support: Android<4.0\n\t\t\t\tsrc.returnValue === false ?\n\t\t\treturnTrue :\n\t\t\treturnFalse;\n\n\t// Event type\n\t} else {\n\t\tthis.type = src;\n\t}\n\n\t// Put explicitly provided properties onto the event object\n\tif ( props ) {\n\t\tjQuery.extend( this, props );\n\t}\n\n\t// Create a timestamp if incoming event doesn't have one\n\tthis.timeStamp = src && src.timeStamp || jQuery.now();\n\n\t// Mark it as fixed\n\tthis[ jQuery.expando ] = true;\n};\n\n// jQuery.Event is based on DOM3 Events as specified by the ECMAScript Language Binding\n// http://www.w3.org/TR/2003/WD-DOM-Level-3-Events-20030331/ecma-script-binding.html\njQuery.Event.prototype = {\n\tisDefaultPrevented: returnFalse,\n\tisPropagationStopped: returnFalse,\n\tisImmediatePropagationStopped: returnFalse,\n\n\tpreventDefault: function() {\n\t\tvar e = this.originalEvent;\n\n\t\tthis.isDefaultPrevented = returnTrue;\n\n\t\tif ( e && e.preventDefault ) {\n\t\t\te.preventDefault();\n\t\t}\n\t},\n\tstopPropagation: function() {\n\t\tvar e = this.originalEvent;\n\n\t\tthis.isPropagationStopped = returnTrue;\n\n\t\tif ( e && e.stopPropagation ) {\n\t\t\te.stopPropagation();\n\t\t}\n\t},\n\tstopImmediatePropagation: function() {\n\t\tvar e = this.originalEvent;\n\n\t\tthis.isImmediatePropagationStopped = returnTrue;\n\n\t\tif ( e && e.stopImmediatePropagation ) {\n\t\t\te.stopImmediatePropagation();\n\t\t}\n\n\t\tthis.stopPropagation();\n\t}\n};\n\n// Create mouseenter/leave events using mouseover/out and event-time checks\n// Support: Chrome 15+\njQuery.each({\n\tmouseenter: \"mouseover\",\n\tmouseleave: \"mouseout\",\n\tpointerenter: \"pointerover\",\n\tpointerleave: \"pointerout\"\n}, function( orig, fix ) {\n\tjQuery.event.special[ orig ] = {\n\t\tdelegateType: fix,\n\t\tbindType: fix,\n\n\t\thandle: function( event ) {\n\t\t\tvar ret,\n\t\t\t\ttarget = this,\n\t\t\t\trelated = event.relatedTarget,\n\t\t\t\thandleObj = event.handleObj;\n\n\t\t\t// For mousenter/leave call the handler if related is outside the target.\n\t\t\t// NB: No relatedTarget if the mouse left/entered the browser window\n\t\t\tif ( !related || (related !== target && !jQuery.contains( target, related )) ) {\n\t\t\t\tevent.type = handleObj.origType;\n\t\t\t\tret = handleObj.handler.apply( this, arguments );\n\t\t\t\tevent.type = fix;\n\t\t\t}\n\t\t\treturn ret;\n\t\t}\n\t};\n});\n\n// Support: Firefox, Chrome, Safari\n// Create \"bubbling\" focus and blur events\nif ( !support.focusinBubbles ) {\n\tjQuery.each({ focus: \"focusin\", blur: \"focusout\" }, function( orig, fix ) {\n\n\t\t// Attach a single capturing handler on the document while someone wants focusin/focusout\n\t\tvar handler = function( event ) {\n\t\t\t\tjQuery.event.simulate( fix, event.target, jQuery.event.fix( event ), true );\n\t\t\t};\n\n\t\tjQuery.event.special[ fix ] = {\n\t\t\tsetup: function() {\n\t\t\t\tvar doc = this.ownerDocument || this,\n\t\t\t\t\tattaches = data_priv.access( doc, fix );\n\n\t\t\t\tif ( !attaches ) {\n\t\t\t\t\tdoc.addEventListener( orig, handler, true );\n\t\t\t\t}\n\t\t\t\tdata_priv.access( doc, fix, ( attaches || 0 ) + 1 );\n\t\t\t},\n\t\t\tteardown: function() {\n\t\t\t\tvar doc = this.ownerDocument || this,\n\t\t\t\t\tattaches = data_priv.access( doc, fix ) - 1;\n\n\t\t\t\tif ( !attaches ) {\n\t\t\t\t\tdoc.removeEventListener( orig, handler, true );\n\t\t\t\t\tdata_priv.remove( doc, fix );\n\n\t\t\t\t} else {\n\t\t\t\t\tdata_priv.access( doc, fix, attaches );\n\t\t\t\t}\n\t\t\t}\n\t\t};\n\t});\n}\n\njQuery.fn.extend({\n\n\ton: function( types, selector, data, fn, /*INTERNAL*/ one ) {\n\t\tvar origFn, type;\n\n\t\t// Types can be a map of types/handlers\n\t\tif ( typeof types === \"object\" ) {\n\t\t\t// ( types-Object, selector, data )\n\t\t\tif ( typeof selector !== \"string\" ) {\n\t\t\t\t// ( types-Object, data )\n\t\t\t\tdata = data || selector;\n\t\t\t\tselector = undefined;\n\t\t\t}\n\t\t\tfor ( type in types ) {\n\t\t\t\tthis.on( type, selector, data, types[ type ], one );\n\t\t\t}\n\t\t\treturn this;\n\t\t}\n\n\t\tif ( data == null && fn == null ) {\n\t\t\t// ( types, fn )\n\t\t\tfn = selector;\n\t\t\tdata = selector = undefined;\n\t\t} else if ( fn == null ) {\n\t\t\tif ( typeof selector === \"string\" ) {\n\t\t\t\t// ( types, selector, fn )\n\t\t\t\tfn = data;\n\t\t\t\tdata = undefined;\n\t\t\t} else {\n\t\t\t\t// ( types, data, fn )\n\t\t\t\tfn = data;\n\t\t\t\tdata = selector;\n\t\t\t\tselector = undefined;\n\t\t\t}\n\t\t}\n\t\tif ( fn === false ) {\n\t\t\tfn = returnFalse;\n\t\t} else if ( !fn ) {\n\t\t\treturn this;\n\t\t}\n\n\t\tif ( one === 1 ) {\n\t\t\torigFn = fn;\n\t\t\tfn = function( event ) {\n\t\t\t\t// Can use an empty set, since event contains the info\n\t\t\t\tjQuery().off( event );\n\t\t\t\treturn origFn.apply( this, arguments );\n\t\t\t};\n\t\t\t// Use same guid so caller can remove using origFn\n\t\t\tfn.guid = origFn.guid || ( origFn.guid = jQuery.guid++ );\n\t\t}\n\t\treturn this.each( function() {\n\t\t\tjQuery.event.add( this, types, fn, data, selector );\n\t\t});\n\t},\n\tone: function( types, selector, data, fn ) {\n\t\treturn this.on( types, selector, data, fn, 1 );\n\t},\n\toff: function( types, selector, fn ) {\n\t\tvar handleObj, type;\n\t\tif ( types && types.preventDefault && types.handleObj ) {\n\t\t\t// ( event ) dispatched jQuery.Event\n\t\t\thandleObj = types.handleObj;\n\t\t\tjQuery( types.delegateTarget ).off(\n\t\t\t\thandleObj.namespace ? handleObj.origType + \".\" + handleObj.namespace : handleObj.origType,\n\t\t\t\thandleObj.selector,\n\t\t\t\thandleObj.handler\n\t\t\t);\n\t\t\treturn this;\n\t\t}\n\t\tif ( typeof types === \"object\" ) {\n\t\t\t// ( types-object [, selector] )\n\t\t\tfor ( type in types ) {\n\t\t\t\tthis.off( type, selector, types[ type ] );\n\t\t\t}\n\t\t\treturn this;\n\t\t}\n\t\tif ( selector === false || typeof selector === \"function\" ) {\n\t\t\t// ( types [, fn] )\n\t\t\tfn = selector;\n\t\t\tselector = undefined;\n\t\t}\n\t\tif ( fn === false ) {\n\t\t\tfn = returnFalse;\n\t\t}\n\t\treturn this.each(function() {\n\t\t\tjQuery.event.remove( this, types, fn, selector );\n\t\t});\n\t},\n\n\ttrigger: function( type, data ) {\n\t\treturn this.each(function() {\n\t\t\tjQuery.event.trigger( type, data, this );\n\t\t});\n\t},\n\ttriggerHandler: function( type, data ) {\n\t\tvar elem = this[0];\n\t\tif ( elem ) {\n\t\t\treturn jQuery.event.trigger( type, data, elem, true );\n\t\t}\n\t}\n});\n\n\nvar\n\trxhtmlTag = /<(?!area|br|col|embed|hr|img|input|link|meta|param)(([\\w:]+)[^>]*)\\/>/gi,\n\trtagName = /<([\\w:]+)/,\n\trhtml = /<|&#?\\w+;/,\n\trnoInnerhtml = /<(?:script|style|link)/i,\n\t// checked=\"checked\" or checked\n\trchecked = /checked\\s*(?:[^=]|=\\s*.checked.)/i,\n\trscriptType = /^$|\\/(?:java|ecma)script/i,\n\trscriptTypeMasked = /^true\\/(.*)/,\n\trcleanScript = /^\\s*<!(?:\\[CDATA\\[|--)|(?:\\]\\]|--)>\\s*$/g,\n\n\t// We have to close these tags to support XHTML (#13200)\n\twrapMap = {\n\n\t\t// Support: IE9\n\t\toption: [ 1, \"<select multiple='multiple'>\", \"</select>\" ],\n\n\t\tthead: [ 1, \"<table>\", \"</table>\" ],\n\t\tcol: [ 2, \"<table><colgroup>\", \"</colgroup></table>\" ],\n\t\ttr: [ 2, \"<table><tbody>\", \"</tbody></table>\" ],\n\t\ttd: [ 3, \"<table><tbody><tr>\", \"</tr></tbody></table>\" ],\n\n\t\t_default: [ 0, \"\", \"\" ]\n\t};\n\n// Support: IE9\nwrapMap.optgroup = wrapMap.option;\n\nwrapMap.tbody = wrapMap.tfoot = wrapMap.colgroup = wrapMap.caption = wrapMap.thead;\nwrapMap.th = wrapMap.td;\n\n// Support: 1.x compatibility\n// Manipulating tables requires a tbody\nfunction manipulationTarget( elem, content ) {\n\treturn jQuery.nodeName( elem, \"table\" ) &&\n\t\tjQuery.nodeName( content.nodeType !== 11 ? content : content.firstChild, \"tr\" ) ?\n\n\t\telem.getElementsByTagName(\"tbody\")[0] ||\n\t\t\telem.appendChild( elem.ownerDocument.createElement(\"tbody\") ) :\n\t\telem;\n}\n\n// Replace/restore the type attribute of script elements for safe DOM manipulation\nfunction disableScript( elem ) {\n\telem.type = (elem.getAttribute(\"type\") !== null) + \"/\" + elem.type;\n\treturn elem;\n}\nfunction restoreScript( elem ) {\n\tvar match = rscriptTypeMasked.exec( elem.type );\n\n\tif ( match ) {\n\t\telem.type = match[ 1 ];\n\t} else {\n\t\telem.removeAttribute(\"type\");\n\t}\n\n\treturn elem;\n}\n\n// Mark scripts as having already been evaluated\nfunction setGlobalEval( elems, refElements ) {\n\tvar i = 0,\n\t\tl = elems.length;\n\n\tfor ( ; i < l; i++ ) {\n\t\tdata_priv.set(\n\t\t\telems[ i ], \"globalEval\", !refElements || data_priv.get( refElements[ i ], \"globalEval\" )\n\t\t);\n\t}\n}\n\nfunction cloneCopyEvent( src, dest ) {\n\tvar i, l, type, pdataOld, pdataCur, udataOld, udataCur, events;\n\n\tif ( dest.nodeType !== 1 ) {\n\t\treturn;\n\t}\n\n\t// 1. Copy private data: events, handlers, etc.\n\tif ( data_priv.hasData( src ) ) {\n\t\tpdataOld = data_priv.access( src );\n\t\tpdataCur = data_priv.set( dest, pdataOld );\n\t\tevents = pdataOld.events;\n\n\t\tif ( events ) {\n\t\t\tdelete pdataCur.handle;\n\t\t\tpdataCur.events = {};\n\n\t\t\tfor ( type in events ) {\n\t\t\t\tfor ( i = 0, l = events[ type ].length; i < l; i++ ) {\n\t\t\t\t\tjQuery.event.add( dest, type, events[ type ][ i ] );\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n\n\t// 2. Copy user data\n\tif ( data_user.hasData( src ) ) {\n\t\tudataOld = data_user.access( src );\n\t\tudataCur = jQuery.extend( {}, udataOld );\n\n\t\tdata_user.set( dest, udataCur );\n\t}\n}\n\nfunction getAll( context, tag ) {\n\tvar ret = context.getElementsByTagName ? context.getElementsByTagName( tag || \"*\" ) :\n\t\t\tcontext.querySelectorAll ? context.querySelectorAll( tag || \"*\" ) :\n\t\t\t[];\n\n\treturn tag === undefined || tag && jQuery.nodeName( context, tag ) ?\n\t\tjQuery.merge( [ context ], ret ) :\n\t\tret;\n}\n\n// Fix IE bugs, see support tests\nfunction fixInput( src, dest ) {\n\tvar nodeName = dest.nodeName.toLowerCase();\n\n\t// Fails to persist the checked state of a cloned checkbox or radio button.\n\tif ( nodeName === \"input\" && rcheckableType.test( src.type ) ) {\n\t\tdest.checked = src.checked;\n\n\t// Fails to return the selected option to the default selected state when cloning options\n\t} else if ( nodeName === \"input\" || nodeName === \"textarea\" ) {\n\t\tdest.defaultValue = src.defaultValue;\n\t}\n}\n\njQuery.extend({\n\tclone: function( elem, dataAndEvents, deepDataAndEvents ) {\n\t\tvar i, l, srcElements, destElements,\n\t\t\tclone = elem.cloneNode( true ),\n\t\t\tinPage = jQuery.contains( elem.ownerDocument, elem );\n\n\t\t// Fix IE cloning issues\n\t\tif ( !support.noCloneChecked && ( elem.nodeType === 1 || elem.nodeType === 11 ) &&\n\t\t\t\t!jQuery.isXMLDoc( elem ) ) {\n\n\t\t\t// We eschew Sizzle here for performance reasons: http://jsperf.com/getall-vs-sizzle/2\n\t\t\tdestElements = getAll( clone );\n\t\t\tsrcElements = getAll( elem );\n\n\t\t\tfor ( i = 0, l = srcElements.length; i < l; i++ ) {\n\t\t\t\tfixInput( srcElements[ i ], destElements[ i ] );\n\t\t\t}\n\t\t}\n\n\t\t// Copy the events from the original to the clone\n\t\tif ( dataAndEvents ) {\n\t\t\tif ( deepDataAndEvents ) {\n\t\t\t\tsrcElements = srcElements || getAll( elem );\n\t\t\t\tdestElements = destElements || getAll( clone );\n\n\t\t\t\tfor ( i = 0, l = srcElements.length; i < l; i++ ) {\n\t\t\t\t\tcloneCopyEvent( srcElements[ i ], destElements[ i ] );\n\t\t\t\t}\n\t\t\t} else {\n\t\t\t\tcloneCopyEvent( elem, clone );\n\t\t\t}\n\t\t}\n\n\t\t// Preserve script evaluation history\n\t\tdestElements = getAll( clone, \"script\" );\n\t\tif ( destElements.length > 0 ) {\n\t\t\tsetGlobalEval( destElements, !inPage && getAll( elem, \"script\" ) );\n\t\t}\n\n\t\t// Return the cloned set\n\t\treturn clone;\n\t},\n\n\tbuildFragment: function( elems, context, scripts, selection ) {\n\t\tvar elem, tmp, tag, wrap, contains, j,\n\t\t\tfragment = context.createDocumentFragment(),\n\t\t\tnodes = [],\n\t\t\ti = 0,\n\t\t\tl = elems.length;\n\n\t\tfor ( ; i < l; i++ ) {\n\t\t\telem = elems[ i ];\n\n\t\t\tif ( elem || elem === 0 ) {\n\n\t\t\t\t// Add nodes directly\n\t\t\t\tif ( jQuery.type( elem ) === \"object\" ) {\n\t\t\t\t\t// Support: QtWebKit, PhantomJS\n\t\t\t\t\t// push.apply(_, arraylike) throws on ancient WebKit\n\t\t\t\t\tjQuery.merge( nodes, elem.nodeType ? [ elem ] : elem );\n\n\t\t\t\t// Convert non-html into a text node\n\t\t\t\t} else if ( !rhtml.test( elem ) ) {\n\t\t\t\t\tnodes.push( context.createTextNode( elem ) );\n\n\t\t\t\t// Convert html into DOM nodes\n\t\t\t\t} else {\n\t\t\t\t\ttmp = tmp || fragment.appendChild( context.createElement(\"div\") );\n\n\t\t\t\t\t// Deserialize a standard representation\n\t\t\t\t\ttag = ( rtagName.exec( elem ) || [ \"\", \"\" ] )[ 1 ].toLowerCase();\n\t\t\t\t\twrap = wrapMap[ tag ] || wrapMap._default;\n\t\t\t\t\ttmp.innerHTML = wrap[ 1 ] + elem.replace( rxhtmlTag, \"<$1></$2>\" ) + wrap[ 2 ];\n\n\t\t\t\t\t// Descend through wrappers to the right content\n\t\t\t\t\tj = wrap[ 0 ];\n\t\t\t\t\twhile ( j-- ) {\n\t\t\t\t\t\ttmp = tmp.lastChild;\n\t\t\t\t\t}\n\n\t\t\t\t\t// Support: QtWebKit, PhantomJS\n\t\t\t\t\t// push.apply(_, arraylike) throws on ancient WebKit\n\t\t\t\t\tjQuery.merge( nodes, tmp.childNodes );\n\n\t\t\t\t\t// Remember the top-level container\n\t\t\t\t\ttmp = fragment.firstChild;\n\n\t\t\t\t\t// Ensure the created nodes are orphaned (#12392)\n\t\t\t\t\ttmp.textContent = \"\";\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\t// Remove wrapper from fragment\n\t\tfragment.textContent = \"\";\n\n\t\ti = 0;\n\t\twhile ( (elem = nodes[ i++ ]) ) {\n\n\t\t\t// #4087 - If origin and destination elements are the same, and this is\n\t\t\t// that element, do not do anything\n\t\t\tif ( selection && jQuery.inArray( elem, selection ) !== -1 ) {\n\t\t\t\tcontinue;\n\t\t\t}\n\n\t\t\tcontains = jQuery.contains( elem.ownerDocument, elem );\n\n\t\t\t// Append to fragment\n\t\t\ttmp = getAll( fragment.appendChild( elem ), \"script\" );\n\n\t\t\t// Preserve script evaluation history\n\t\t\tif ( contains ) {\n\t\t\t\tsetGlobalEval( tmp );\n\t\t\t}\n\n\t\t\t// Capture executables\n\t\t\tif ( scripts ) {\n\t\t\t\tj = 0;\n\t\t\t\twhile ( (elem = tmp[ j++ ]) ) {\n\t\t\t\t\tif ( rscriptType.test( elem.type || \"\" ) ) {\n\t\t\t\t\t\tscripts.push( elem );\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\treturn fragment;\n\t},\n\n\tcleanData: function( elems ) {\n\t\tvar data, elem, type, key,\n\t\t\tspecial = jQuery.event.special,\n\t\t\ti = 0;\n\n\t\tfor ( ; (elem = elems[ i ]) !== undefined; i++ ) {\n\t\t\tif ( jQuery.acceptData( elem ) ) {\n\t\t\t\tkey = elem[ data_priv.expando ];\n\n\t\t\t\tif ( key && (data = data_priv.cache[ key ]) ) {\n\t\t\t\t\tif ( data.events ) {\n\t\t\t\t\t\tfor ( type in data.events ) {\n\t\t\t\t\t\t\tif ( special[ type ] ) {\n\t\t\t\t\t\t\t\tjQuery.event.remove( elem, type );\n\n\t\t\t\t\t\t\t// This is a shortcut to avoid jQuery.event.remove's overhead\n\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\tjQuery.removeEvent( elem, type, data.handle );\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t\tif ( data_priv.cache[ key ] ) {\n\t\t\t\t\t\t// Discard any remaining `private` data\n\t\t\t\t\t\tdelete data_priv.cache[ key ];\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t\t// Discard any remaining `user` data\n\t\t\tdelete data_user.cache[ elem[ data_user.expando ] ];\n\t\t}\n\t}\n});\n\njQuery.fn.extend({\n\ttext: function( value ) {\n\t\treturn access( this, function( value ) {\n\t\t\treturn value === undefined ?\n\t\t\t\tjQuery.text( this ) :\n\t\t\t\tthis.empty().each(function() {\n\t\t\t\t\tif ( this.nodeType === 1 || this.nodeType === 11 || this.nodeType === 9 ) {\n\t\t\t\t\t\tthis.textContent = value;\n\t\t\t\t\t}\n\t\t\t\t});\n\t\t}, null, value, arguments.length );\n\t},\n\n\tappend: function() {\n\t\treturn this.domManip( arguments, function( elem ) {\n\t\t\tif ( this.nodeType === 1 || this.nodeType === 11 || this.nodeType === 9 ) {\n\t\t\t\tvar target = manipulationTarget( this, elem );\n\t\t\t\ttarget.appendChild( elem );\n\t\t\t}\n\t\t});\n\t},\n\n\tprepend: function() {\n\t\treturn this.domManip( arguments, function( elem ) {\n\t\t\tif ( this.nodeType === 1 || this.nodeType === 11 || this.nodeType === 9 ) {\n\t\t\t\tvar target = manipulationTarget( this, elem );\n\t\t\t\ttarget.insertBefore( elem, target.firstChild );\n\t\t\t}\n\t\t});\n\t},\n\n\tbefore: function() {\n\t\treturn this.domManip( arguments, function( elem ) {\n\t\t\tif ( this.parentNode ) {\n\t\t\t\tthis.parentNode.insertBefore( elem, this );\n\t\t\t}\n\t\t});\n\t},\n\n\tafter: function() {\n\t\treturn this.domManip( arguments, function( elem ) {\n\t\t\tif ( this.parentNode ) {\n\t\t\t\tthis.parentNode.insertBefore( elem, this.nextSibling );\n\t\t\t}\n\t\t});\n\t},\n\n\tremove: function( selector, keepData /* Internal Use Only */ ) {\n\t\tvar elem,\n\t\t\telems = selector ? jQuery.filter( selector, this ) : this,\n\t\t\ti = 0;\n\n\t\tfor ( ; (elem = elems[i]) != null; i++ ) {\n\t\t\tif ( !keepData && elem.nodeType === 1 ) {\n\t\t\t\tjQuery.cleanData( getAll( elem ) );\n\t\t\t}\n\n\t\t\tif ( elem.parentNode ) {\n\t\t\t\tif ( keepData && jQuery.contains( elem.ownerDocument, elem ) ) {\n\t\t\t\t\tsetGlobalEval( getAll( elem, \"script\" ) );\n\t\t\t\t}\n\t\t\t\telem.parentNode.removeChild( elem );\n\t\t\t}\n\t\t}\n\n\t\treturn this;\n\t},\n\n\tempty: function() {\n\t\tvar elem,\n\t\t\ti = 0;\n\n\t\tfor ( ; (elem = this[i]) != null; i++ ) {\n\t\t\tif ( elem.nodeType === 1 ) {\n\n\t\t\t\t// Prevent memory leaks\n\t\t\t\tjQuery.cleanData( getAll( elem, false ) );\n\n\t\t\t\t// Remove any remaining nodes\n\t\t\t\telem.textContent = \"\";\n\t\t\t}\n\t\t}\n\n\t\treturn this;\n\t},\n\n\tclone: function( dataAndEvents, deepDataAndEvents ) {\n\t\tdataAndEvents = dataAndEvents == null ? false : dataAndEvents;\n\t\tdeepDataAndEvents = deepDataAndEvents == null ? dataAndEvents : deepDataAndEvents;\n\n\t\treturn this.map(function() {\n\t\t\treturn jQuery.clone( this, dataAndEvents, deepDataAndEvents );\n\t\t});\n\t},\n\n\thtml: function( value ) {\n\t\treturn access( this, function( value ) {\n\t\t\tvar elem = this[ 0 ] || {},\n\t\t\t\ti = 0,\n\t\t\t\tl = this.length;\n\n\t\t\tif ( value === undefined && elem.nodeType === 1 ) {\n\t\t\t\treturn elem.innerHTML;\n\t\t\t}\n\n\t\t\t// See if we can take a shortcut and just use innerHTML\n\t\t\tif ( typeof value === \"string\" && !rnoInnerhtml.test( value ) &&\n\t\t\t\t!wrapMap[ ( rtagName.exec( value ) || [ \"\", \"\" ] )[ 1 ].toLowerCase() ] ) {\n\n\t\t\t\tvalue = value.replace( rxhtmlTag, \"<$1></$2>\" );\n\n\t\t\t\ttry {\n\t\t\t\t\tfor ( ; i < l; i++ ) {\n\t\t\t\t\t\telem = this[ i ] || {};\n\n\t\t\t\t\t\t// Remove element nodes and prevent memory leaks\n\t\t\t\t\t\tif ( elem.nodeType === 1 ) {\n\t\t\t\t\t\t\tjQuery.cleanData( getAll( elem, false ) );\n\t\t\t\t\t\t\telem.innerHTML = value;\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\n\t\t\t\t\telem = 0;\n\n\t\t\t\t// If using innerHTML throws an exception, use the fallback method\n\t\t\t\t} catch( e ) {}\n\t\t\t}\n\n\t\t\tif ( elem ) {\n\t\t\t\tthis.empty().append( value );\n\t\t\t}\n\t\t}, null, value, arguments.length );\n\t},\n\n\treplaceWith: function() {\n\t\tvar arg = arguments[ 0 ];\n\n\t\t// Make the changes, replacing each context element with the new content\n\t\tthis.domManip( arguments, function( elem ) {\n\t\t\targ = this.parentNode;\n\n\t\t\tjQuery.cleanData( getAll( this ) );\n\n\t\t\tif ( arg ) {\n\t\t\t\targ.replaceChild( elem, this );\n\t\t\t}\n\t\t});\n\n\t\t// Force removal if there was no new content (e.g., from empty arguments)\n\t\treturn arg && (arg.length || arg.nodeType) ? this : this.remove();\n\t},\n\n\tdetach: function( selector ) {\n\t\treturn this.remove( selector, true );\n\t},\n\n\tdomManip: function( args, callback ) {\n\n\t\t// Flatten any nested arrays\n\t\targs = concat.apply( [], args );\n\n\t\tvar fragment, first, scripts, hasScripts, node, doc,\n\t\t\ti = 0,\n\t\t\tl = this.length,\n\t\t\tset = this,\n\t\t\tiNoClone = l - 1,\n\t\t\tvalue = args[ 0 ],\n\t\t\tisFunction = jQuery.isFunction( value );\n\n\t\t// We can't cloneNode fragments that contain checked, in WebKit\n\t\tif ( isFunction ||\n\t\t\t\t( l > 1 && typeof value === \"string\" &&\n\t\t\t\t\t!support.checkClone && rchecked.test( value ) ) ) {\n\t\t\treturn this.each(function( index ) {\n\t\t\t\tvar self = set.eq( index );\n\t\t\t\tif ( isFunction ) {\n\t\t\t\t\targs[ 0 ] = value.call( this, index, self.html() );\n\t\t\t\t}\n\t\t\t\tself.domManip( args, callback );\n\t\t\t});\n\t\t}\n\n\t\tif ( l ) {\n\t\t\tfragment = jQuery.buildFragment( args, this[ 0 ].ownerDocument, false, this );\n\t\t\tfirst = fragment.firstChild;\n\n\t\t\tif ( fragment.childNodes.length === 1 ) {\n\t\t\t\tfragment = first;\n\t\t\t}\n\n\t\t\tif ( first ) {\n\t\t\t\tscripts = jQuery.map( getAll( fragment, \"script\" ), disableScript );\n\t\t\t\thasScripts = scripts.length;\n\n\t\t\t\t// Use the original fragment for the last item instead of the first because it can end up\n\t\t\t\t// being emptied incorrectly in certain situations (#8070).\n\t\t\t\tfor ( ; i < l; i++ ) {\n\t\t\t\t\tnode = fragment;\n\n\t\t\t\t\tif ( i !== iNoClone ) {\n\t\t\t\t\t\tnode = jQuery.clone( node, true, true );\n\n\t\t\t\t\t\t// Keep references to cloned scripts for later restoration\n\t\t\t\t\t\tif ( hasScripts ) {\n\t\t\t\t\t\t\t// Support: QtWebKit\n\t\t\t\t\t\t\t// jQuery.merge because push.apply(_, arraylike) throws\n\t\t\t\t\t\t\tjQuery.merge( scripts, getAll( node, \"script\" ) );\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\n\t\t\t\t\tcallback.call( this[ i ], node, i );\n\t\t\t\t}\n\n\t\t\t\tif ( hasScripts ) {\n\t\t\t\t\tdoc = scripts[ scripts.length - 1 ].ownerDocument;\n\n\t\t\t\t\t// Reenable scripts\n\t\t\t\t\tjQuery.map( scripts, restoreScript );\n\n\t\t\t\t\t// Evaluate executable scripts on first document insertion\n\t\t\t\t\tfor ( i = 0; i < hasScripts; i++ ) {\n\t\t\t\t\t\tnode = scripts[ i ];\n\t\t\t\t\t\tif ( rscriptType.test( node.type || \"\" ) &&\n\t\t\t\t\t\t\t!data_priv.access( node, \"globalEval\" ) && jQuery.contains( doc, node ) ) {\n\n\t\t\t\t\t\t\tif ( node.src ) {\n\t\t\t\t\t\t\t\t// Optional AJAX dependency, but won't run scripts if not present\n\t\t\t\t\t\t\t\tif ( jQuery._evalUrl ) {\n\t\t\t\t\t\t\t\t\tjQuery._evalUrl( node.src );\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\tjQuery.globalEval( node.textContent.replace( rcleanScript, \"\" ) );\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\treturn this;\n\t}\n});\n\njQuery.each({\n\tappendTo: \"append\",\n\tprependTo: \"prepend\",\n\tinsertBefore: \"before\",\n\tinsertAfter: \"after\",\n\treplaceAll: \"replaceWith\"\n}, function( name, original ) {\n\tjQuery.fn[ name ] = function( selector ) {\n\t\tvar elems,\n\t\t\tret = [],\n\t\t\tinsert = jQuery( selector ),\n\t\t\tlast = insert.length - 1,\n\t\t\ti = 0;\n\n\t\tfor ( ; i <= last; i++ ) {\n\t\t\telems = i === last ? this : this.clone( true );\n\t\t\tjQuery( insert[ i ] )[ original ]( elems );\n\n\t\t\t// Support: QtWebKit\n\t\t\t// .get() because push.apply(_, arraylike) throws\n\t\t\tpush.apply( ret, elems.get() );\n\t\t}\n\n\t\treturn this.pushStack( ret );\n\t};\n});\n\n\nvar iframe,\n\telemdisplay = {};\n\n/**\n * Retrieve the actual display of a element\n * @param {String} name nodeName of the element\n * @param {Object} doc Document object\n */\n// Called only from within defaultDisplay\nfunction actualDisplay( name, doc ) {\n\tvar style,\n\t\telem = jQuery( doc.createElement( name ) ).appendTo( doc.body ),\n\n\t\t// getDefaultComputedStyle might be reliably used only on attached element\n\t\tdisplay = window.getDefaultComputedStyle && ( style = window.getDefaultComputedStyle( elem[ 0 ] ) ) ?\n\n\t\t\t// Use of this method is a temporary fix (more like optimization) until something better comes along,\n\t\t\t// since it was removed from specification and supported only in FF\n\t\t\tstyle.display : jQuery.css( elem[ 0 ], \"display\" );\n\n\t// We don't have any data stored on the element,\n\t// so use \"detach\" method as fast way to get rid of the element\n\telem.detach();\n\n\treturn display;\n}\n\n/**\n * Try to determine the default display value of an element\n * @param {String} nodeName\n */\nfunction defaultDisplay( nodeName ) {\n\tvar doc = document,\n\t\tdisplay = elemdisplay[ nodeName ];\n\n\tif ( !display ) {\n\t\tdisplay = actualDisplay( nodeName, doc );\n\n\t\t// If the simple way fails, read from inside an iframe\n\t\tif ( display === \"none\" || !display ) {\n\n\t\t\t// Use the already-created iframe if possible\n\t\t\tiframe = (iframe || jQuery( \"<iframe frameborder='0' width='0' height='0'/>\" )).appendTo( doc.documentElement );\n\n\t\t\t// Always write a new HTML skeleton so Webkit and Firefox don't choke on reuse\n\t\t\tdoc = iframe[ 0 ].contentDocument;\n\n\t\t\t// Support: IE\n\t\t\tdoc.write();\n\t\t\tdoc.close();\n\n\t\t\tdisplay = actualDisplay( nodeName, doc );\n\t\t\tiframe.detach();\n\t\t}\n\n\t\t// Store the correct default display\n\t\telemdisplay[ nodeName ] = display;\n\t}\n\n\treturn display;\n}\nvar rmargin = (/^margin/);\n\nvar rnumnonpx = new RegExp( \"^(\" + pnum + \")(?!px)[a-z%]+$\", \"i\" );\n\nvar getStyles = function( elem ) {\n\t\t// Support: IE<=11+, Firefox<=30+ (#15098, #14150)\n\t\t// IE throws on elements created in popups\n\t\t// FF meanwhile throws on frame elements through \"defaultView.getComputedStyle\"\n\t\tif ( elem.ownerDocument.defaultView.opener ) {\n\t\t\treturn elem.ownerDocument.defaultView.getComputedStyle( elem, null );\n\t\t}\n\n\t\treturn window.getComputedStyle( elem, null );\n\t};\n\n\n\nfunction curCSS( elem, name, computed ) {\n\tvar width, minWidth, maxWidth, ret,\n\t\tstyle = elem.style;\n\n\tcomputed = computed || getStyles( elem );\n\n\t// Support: IE9\n\t// getPropertyValue is only needed for .css('filter') (#12537)\n\tif ( computed ) {\n\t\tret = computed.getPropertyValue( name ) || computed[ name ];\n\t}\n\n\tif ( computed ) {\n\n\t\tif ( ret === \"\" && !jQuery.contains( elem.ownerDocument, elem ) ) {\n\t\t\tret = jQuery.style( elem, name );\n\t\t}\n\n\t\t// Support: iOS < 6\n\t\t// A tribute to the \"awesome hack by Dean Edwards\"\n\t\t// iOS < 6 (at least) returns percentage for a larger set of values, but width seems to be reliably pixels\n\t\t// this is against the CSSOM draft spec: http://dev.w3.org/csswg/cssom/#resolved-values\n\t\tif ( rnumnonpx.test( ret ) && rmargin.test( name ) ) {\n\n\t\t\t// Remember the original values\n\t\t\twidth = style.width;\n\t\t\tminWidth = style.minWidth;\n\t\t\tmaxWidth = style.maxWidth;\n\n\t\t\t// Put in the new values to get a computed value out\n\t\t\tstyle.minWidth = style.maxWidth = style.width = ret;\n\t\t\tret = computed.width;\n\n\t\t\t// Revert the changed values\n\t\t\tstyle.width = width;\n\t\t\tstyle.minWidth = minWidth;\n\t\t\tstyle.maxWidth = maxWidth;\n\t\t}\n\t}\n\n\treturn ret !== undefined ?\n\t\t// Support: IE\n\t\t// IE returns zIndex value as an integer.\n\t\tret + \"\" :\n\t\tret;\n}\n\n\nfunction addGetHookIf( conditionFn, hookFn ) {\n\t// Define the hook, we'll check on the first run if it's really needed.\n\treturn {\n\t\tget: function() {\n\t\t\tif ( conditionFn() ) {\n\t\t\t\t// Hook not needed (or it's not possible to use it due\n\t\t\t\t// to missing dependency), remove it.\n\t\t\t\tdelete this.get;\n\t\t\t\treturn;\n\t\t\t}\n\n\t\t\t// Hook needed; redefine it so that the support test is not executed again.\n\t\t\treturn (this.get = hookFn).apply( this, arguments );\n\t\t}\n\t};\n}\n\n\n(function() {\n\tvar pixelPositionVal, boxSizingReliableVal,\n\t\tdocElem = document.documentElement,\n\t\tcontainer = document.createElement( \"div\" ),\n\t\tdiv = document.createElement( \"div\" );\n\n\tif ( !div.style ) {\n\t\treturn;\n\t}\n\n\t// Support: IE9-11+\n\t// Style of cloned element affects source element cloned (#8908)\n\tdiv.style.backgroundClip = \"content-box\";\n\tdiv.cloneNode( true ).style.backgroundClip = \"\";\n\tsupport.clearCloneStyle = div.style.backgroundClip === \"content-box\";\n\n\tcontainer.style.cssText = \"border:0;width:0;height:0;top:0;left:-9999px;margin-top:1px;\" +\n\t\t\"position:absolute\";\n\tcontainer.appendChild( div );\n\n\t// Executing both pixelPosition & boxSizingReliable tests require only one layout\n\t// so they're executed at the same time to save the second computation.\n\tfunction computePixelPositionAndBoxSizingReliable() {\n\t\tdiv.style.cssText =\n\t\t\t// Support: Firefox<29, Android 2.3\n\t\t\t// Vendor-prefix box-sizing\n\t\t\t\"-webkit-box-sizing:border-box;-moz-box-sizing:border-box;\" +\n\t\t\t\"box-sizing:border-box;display:block;margin-top:1%;top:1%;\" +\n\t\t\t\"border:1px;padding:1px;width:4px;position:absolute\";\n\t\tdiv.innerHTML = \"\";\n\t\tdocElem.appendChild( container );\n\n\t\tvar divStyle = window.getComputedStyle( div, null );\n\t\tpixelPositionVal = divStyle.top !== \"1%\";\n\t\tboxSizingReliableVal = divStyle.width === \"4px\";\n\n\t\tdocElem.removeChild( container );\n\t}\n\n\t// Support: node.js jsdom\n\t// Don't assume that getComputedStyle is a property of the global object\n\tif ( window.getComputedStyle ) {\n\t\tjQuery.extend( support, {\n\t\t\tpixelPosition: function() {\n\n\t\t\t\t// This test is executed only once but we still do memoizing\n\t\t\t\t// since we can use the boxSizingReliable pre-computing.\n\t\t\t\t// No need to check if the test was already performed, though.\n\t\t\t\tcomputePixelPositionAndBoxSizingReliable();\n\t\t\t\treturn pixelPositionVal;\n\t\t\t},\n\t\t\tboxSizingReliable: function() {\n\t\t\t\tif ( boxSizingReliableVal == null ) {\n\t\t\t\t\tcomputePixelPositionAndBoxSizingReliable();\n\t\t\t\t}\n\t\t\t\treturn boxSizingReliableVal;\n\t\t\t},\n\t\t\treliableMarginRight: function() {\n\n\t\t\t\t// Support: Android 2.3\n\t\t\t\t// Check if div with explicit width and no margin-right incorrectly\n\t\t\t\t// gets computed margin-right based on width of container. (#3333)\n\t\t\t\t// WebKit Bug 13343 - getComputedStyle returns wrong value for margin-right\n\t\t\t\t// This support function is only executed once so no memoizing is needed.\n\t\t\t\tvar ret,\n\t\t\t\t\tmarginDiv = div.appendChild( document.createElement( \"div\" ) );\n\n\t\t\t\t// Reset CSS: box-sizing; display; margin; border; padding\n\t\t\t\tmarginDiv.style.cssText = div.style.cssText =\n\t\t\t\t\t// Support: Firefox<29, Android 2.3\n\t\t\t\t\t// Vendor-prefix box-sizing\n\t\t\t\t\t\"-webkit-box-sizing:content-box;-moz-box-sizing:content-box;\" +\n\t\t\t\t\t\"box-sizing:content-box;display:block;margin:0;border:0;padding:0\";\n\t\t\t\tmarginDiv.style.marginRight = marginDiv.style.width = \"0\";\n\t\t\t\tdiv.style.width = \"1px\";\n\t\t\t\tdocElem.appendChild( container );\n\n\t\t\t\tret = !parseFloat( window.getComputedStyle( marginDiv, null ).marginRight );\n\n\t\t\t\tdocElem.removeChild( container );\n\t\t\t\tdiv.removeChild( marginDiv );\n\n\t\t\t\treturn ret;\n\t\t\t}\n\t\t});\n\t}\n})();\n\n\n// A method for quickly swapping in/out CSS properties to get correct calculations.\njQuery.swap = function( elem, options, callback, args ) {\n\tvar ret, name,\n\t\told = {};\n\n\t// Remember the old values, and insert the new ones\n\tfor ( name in options ) {\n\t\told[ name ] = elem.style[ name ];\n\t\telem.style[ name ] = options[ name ];\n\t}\n\n\tret = callback.apply( elem, args || [] );\n\n\t// Revert the old values\n\tfor ( name in options ) {\n\t\telem.style[ name ] = old[ name ];\n\t}\n\n\treturn ret;\n};\n\n\nvar\n\t// Swappable if display is none or starts with table except \"table\", \"table-cell\", or \"table-caption\"\n\t// See here for display values: https://developer.mozilla.org/en-US/docs/CSS/display\n\trdisplayswap = /^(none|table(?!-c[ea]).+)/,\n\trnumsplit = new RegExp( \"^(\" + pnum + \")(.*)$\", \"i\" ),\n\trrelNum = new RegExp( \"^([+-])=(\" + pnum + \")\", \"i\" ),\n\n\tcssShow = { position: \"absolute\", visibility: \"hidden\", display: \"block\" },\n\tcssNormalTransform = {\n\t\tletterSpacing: \"0\",\n\t\tfontWeight: \"400\"\n\t},\n\n\tcssPrefixes = [ \"Webkit\", \"O\", \"Moz\", \"ms\" ];\n\n// Return a css property mapped to a potentially vendor prefixed property\nfunction vendorPropName( style, name ) {\n\n\t// Shortcut for names that are not vendor prefixed\n\tif ( name in style ) {\n\t\treturn name;\n\t}\n\n\t// Check for vendor prefixed names\n\tvar capName = name[0].toUpperCase() + name.slice(1),\n\t\torigName = name,\n\t\ti = cssPrefixes.length;\n\n\twhile ( i-- ) {\n\t\tname = cssPrefixes[ i ] + capName;\n\t\tif ( name in style ) {\n\t\t\treturn name;\n\t\t}\n\t}\n\n\treturn origName;\n}\n\nfunction setPositiveNumber( elem, value, subtract ) {\n\tvar matches = rnumsplit.exec( value );\n\treturn matches ?\n\t\t// Guard against undefined \"subtract\", e.g., when used as in cssHooks\n\t\tMath.max( 0, matches[ 1 ] - ( subtract || 0 ) ) + ( matches[ 2 ] || \"px\" ) :\n\t\tvalue;\n}\n\nfunction augmentWidthOrHeight( elem, name, extra, isBorderBox, styles ) {\n\tvar i = extra === ( isBorderBox ? \"border\" : \"content\" ) ?\n\t\t// If we already have the right measurement, avoid augmentation\n\t\t4 :\n\t\t// Otherwise initialize for horizontal or vertical properties\n\t\tname === \"width\" ? 1 : 0,\n\n\t\tval = 0;\n\n\tfor ( ; i < 4; i += 2 ) {\n\t\t// Both box models exclude margin, so add it if we want it\n\t\tif ( extra === \"margin\" ) {\n\t\t\tval += jQuery.css( elem, extra + cssExpand[ i ], true, styles );\n\t\t}\n\n\t\tif ( isBorderBox ) {\n\t\t\t// border-box includes padding, so remove it if we want content\n\t\t\tif ( extra === \"content\" ) {\n\t\t\t\tval -= jQuery.css( elem, \"padding\" + cssExpand[ i ], true, styles );\n\t\t\t}\n\n\t\t\t// At this point, extra isn't border nor margin, so remove border\n\t\t\tif ( extra !== \"margin\" ) {\n\t\t\t\tval -= jQuery.css( elem, \"border\" + cssExpand[ i ] + \"Width\", true, styles );\n\t\t\t}\n\t\t} else {\n\t\t\t// At this point, extra isn't content, so add padding\n\t\t\tval += jQuery.css( elem, \"padding\" + cssExpand[ i ], true, styles );\n\n\t\t\t// At this point, extra isn't content nor padding, so add border\n\t\t\tif ( extra !== \"padding\" ) {\n\t\t\t\tval += jQuery.css( elem, \"border\" + cssExpand[ i ] + \"Width\", true, styles );\n\t\t\t}\n\t\t}\n\t}\n\n\treturn val;\n}\n\nfunction getWidthOrHeight( elem, name, extra ) {\n\n\t// Start with offset property, which is equivalent to the border-box value\n\tvar valueIsBorderBox = true,\n\t\tval = name === \"width\" ? elem.offsetWidth : elem.offsetHeight,\n\t\tstyles = getStyles( elem ),\n\t\tisBorderBox = jQuery.css( elem, \"boxSizing\", false, styles ) === \"border-box\";\n\n\t// Some non-html elements return undefined for offsetWidth, so check for null/undefined\n\t// svg - https://bugzilla.mozilla.org/show_bug.cgi?id=649285\n\t// MathML - https://bugzilla.mozilla.org/show_bug.cgi?id=491668\n\tif ( val <= 0 || val == null ) {\n\t\t// Fall back to computed then uncomputed css if necessary\n\t\tval = curCSS( elem, name, styles );\n\t\tif ( val < 0 || val == null ) {\n\t\t\tval = elem.style[ name ];\n\t\t}\n\n\t\t// Computed unit is not pixels. Stop here and return.\n\t\tif ( rnumnonpx.test(val) ) {\n\t\t\treturn val;\n\t\t}\n\n\t\t// Check for style in case a browser which returns unreliable values\n\t\t// for getComputedStyle silently falls back to the reliable elem.style\n\t\tvalueIsBorderBox = isBorderBox &&\n\t\t\t( support.boxSizingReliable() || val === elem.style[ name ] );\n\n\t\t// Normalize \"\", auto, and prepare for extra\n\t\tval = parseFloat( val ) || 0;\n\t}\n\n\t// Use the active box-sizing model to add/subtract irrelevant styles\n\treturn ( val +\n\t\taugmentWidthOrHeight(\n\t\t\telem,\n\t\t\tname,\n\t\t\textra || ( isBorderBox ? \"border\" : \"content\" ),\n\t\t\tvalueIsBorderBox,\n\t\t\tstyles\n\t\t)\n\t) + \"px\";\n}\n\nfunction showHide( elements, show ) {\n\tvar display, elem, hidden,\n\t\tvalues = [],\n\t\tindex = 0,\n\t\tlength = elements.length;\n\n\tfor ( ; index < length; index++ ) {\n\t\telem = elements[ index ];\n\t\tif ( !elem.style ) {\n\t\t\tcontinue;\n\t\t}\n\n\t\tvalues[ index ] = data_priv.get( elem, \"olddisplay\" );\n\t\tdisplay = elem.style.display;\n\t\tif ( show ) {\n\t\t\t// Reset the inline display of this element to learn if it is\n\t\t\t// being hidden by cascaded rules or not\n\t\t\tif ( !values[ index ] && display === \"none\" ) {\n\t\t\t\telem.style.display = \"\";\n\t\t\t}\n\n\t\t\t// Set elements which have been overridden with display: none\n\t\t\t// in a stylesheet to whatever the default browser style is\n\t\t\t// for such an element\n\t\t\tif ( elem.style.display === \"\" && isHidden( elem ) ) {\n\t\t\t\tvalues[ index ] = data_priv.access( elem, \"olddisplay\", defaultDisplay(elem.nodeName) );\n\t\t\t}\n\t\t} else {\n\t\t\thidden = isHidden( elem );\n\n\t\t\tif ( display !== \"none\" || !hidden ) {\n\t\t\t\tdata_priv.set( elem, \"olddisplay\", hidden ? display : jQuery.css( elem, \"display\" ) );\n\t\t\t}\n\t\t}\n\t}\n\n\t// Set the display of most of the elements in a second loop\n\t// to avoid the constant reflow\n\tfor ( index = 0; index < length; index++ ) {\n\t\telem = elements[ index ];\n\t\tif ( !elem.style ) {\n\t\t\tcontinue;\n\t\t}\n\t\tif ( !show || elem.style.display === \"none\" || elem.style.display === \"\" ) {\n\t\t\telem.style.display = show ? values[ index ] || \"\" : \"none\";\n\t\t}\n\t}\n\n\treturn elements;\n}\n\njQuery.extend({\n\n\t// Add in style property hooks for overriding the default\n\t// behavior of getting and setting a style property\n\tcssHooks: {\n\t\topacity: {\n\t\t\tget: function( elem, computed ) {\n\t\t\t\tif ( computed ) {\n\n\t\t\t\t\t// We should always get a number back from opacity\n\t\t\t\t\tvar ret = curCSS( elem, \"opacity\" );\n\t\t\t\t\treturn ret === \"\" ? \"1\" : ret;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\n\t// Don't automatically add \"px\" to these possibly-unitless properties\n\tcssNumber: {\n\t\t\"columnCount\": true,\n\t\t\"fillOpacity\": true,\n\t\t\"flexGrow\": true,\n\t\t\"flexShrink\": true,\n\t\t\"fontWeight\": true,\n\t\t\"lineHeight\": true,\n\t\t\"opacity\": true,\n\t\t\"order\": true,\n\t\t\"orphans\": true,\n\t\t\"widows\": true,\n\t\t\"zIndex\": true,\n\t\t\"zoom\": true\n\t},\n\n\t// Add in properties whose names you wish to fix before\n\t// setting or getting the value\n\tcssProps: {\n\t\t\"float\": \"cssFloat\"\n\t},\n\n\t// Get and set the style property on a DOM Node\n\tstyle: function( elem, name, value, extra ) {\n\n\t\t// Don't set styles on text and comment nodes\n\t\tif ( !elem || elem.nodeType === 3 || elem.nodeType === 8 || !elem.style ) {\n\t\t\treturn;\n\t\t}\n\n\t\t// Make sure that we're working with the right name\n\t\tvar ret, type, hooks,\n\t\t\torigName = jQuery.camelCase( name ),\n\t\t\tstyle = elem.style;\n\n\t\tname = jQuery.cssProps[ origName ] || ( jQuery.cssProps[ origName ] = vendorPropName( style, origName ) );\n\n\t\t// Gets hook for the prefixed version, then unprefixed version\n\t\thooks = jQuery.cssHooks[ name ] || jQuery.cssHooks[ origName ];\n\n\t\t// Check if we're setting a value\n\t\tif ( value !== undefined ) {\n\t\t\ttype = typeof value;\n\n\t\t\t// Convert \"+=\" or \"-=\" to relative numbers (#7345)\n\t\t\tif ( type === \"string\" && (ret = rrelNum.exec( value )) ) {\n\t\t\t\tvalue = ( ret[1] + 1 ) * ret[2] + parseFloat( jQuery.css( elem, name ) );\n\t\t\t\t// Fixes bug #9237\n\t\t\t\ttype = \"number\";\n\t\t\t}\n\n\t\t\t// Make sure that null and NaN values aren't set (#7116)\n\t\t\tif ( value == null || value !== value ) {\n\t\t\t\treturn;\n\t\t\t}\n\n\t\t\t// If a number, add 'px' to the (except for certain CSS properties)\n\t\t\tif ( type === \"number\" && !jQuery.cssNumber[ origName ] ) {\n\t\t\t\tvalue += \"px\";\n\t\t\t}\n\n\t\t\t// Support: IE9-11+\n\t\t\t// background-* props affect original clone's values\n\t\t\tif ( !support.clearCloneStyle && value === \"\" && name.indexOf( \"background\" ) === 0 ) {\n\t\t\t\tstyle[ name ] = \"inherit\";\n\t\t\t}\n\n\t\t\t// If a hook was provided, use that value, otherwise just set the specified value\n\t\t\tif ( !hooks || !(\"set\" in hooks) || (value = hooks.set( elem, value, extra )) !== undefined ) {\n\t\t\t\tstyle[ name ] = value;\n\t\t\t}\n\n\t\t} else {\n\t\t\t// If a hook was provided get the non-computed value from there\n\t\t\tif ( hooks && \"get\" in hooks && (ret = hooks.get( elem, false, extra )) !== undefined ) {\n\t\t\t\treturn ret;\n\t\t\t}\n\n\t\t\t// Otherwise just get the value from the style object\n\t\t\treturn style[ name ];\n\t\t}\n\t},\n\n\tcss: function( elem, name, extra, styles ) {\n\t\tvar val, num, hooks,\n\t\t\torigName = jQuery.camelCase( name );\n\n\t\t// Make sure that we're working with the right name\n\t\tname = jQuery.cssProps[ origName ] || ( jQuery.cssProps[ origName ] = vendorPropName( elem.style, origName ) );\n\n\t\t// Try prefixed name followed by the unprefixed name\n\t\thooks = jQuery.cssHooks[ name ] || jQuery.cssHooks[ origName ];\n\n\t\t// If a hook was provided get the computed value from there\n\t\tif ( hooks && \"get\" in hooks ) {\n\t\t\tval = hooks.get( elem, true, extra );\n\t\t}\n\n\t\t// Otherwise, if a way to get the computed value exists, use that\n\t\tif ( val === undefined ) {\n\t\t\tval = curCSS( elem, name, styles );\n\t\t}\n\n\t\t// Convert \"normal\" to computed value\n\t\tif ( val === \"normal\" && name in cssNormalTransform ) {\n\t\t\tval = cssNormalTransform[ name ];\n\t\t}\n\n\t\t// Make numeric if forced or a qualifier was provided and val looks numeric\n\t\tif ( extra === \"\" || extra ) {\n\t\t\tnum = parseFloat( val );\n\t\t\treturn extra === true || jQuery.isNumeric( num ) ? num || 0 : val;\n\t\t}\n\t\treturn val;\n\t}\n});\n\njQuery.each([ \"height\", \"width\" ], function( i, name ) {\n\tjQuery.cssHooks[ name ] = {\n\t\tget: function( elem, computed, extra ) {\n\t\t\tif ( computed ) {\n\n\t\t\t\t// Certain elements can have dimension info if we invisibly show them\n\t\t\t\t// but it must have a current display style that would benefit\n\t\t\t\treturn rdisplayswap.test( jQuery.css( elem, \"display\" ) ) && elem.offsetWidth === 0 ?\n\t\t\t\t\tjQuery.swap( elem, cssShow, function() {\n\t\t\t\t\t\treturn getWidthOrHeight( elem, name, extra );\n\t\t\t\t\t}) :\n\t\t\t\t\tgetWidthOrHeight( elem, name, extra );\n\t\t\t}\n\t\t},\n\n\t\tset: function( elem, value, extra ) {\n\t\t\tvar styles = extra && getStyles( elem );\n\t\t\treturn setPositiveNumber( elem, value, extra ?\n\t\t\t\taugmentWidthOrHeight(\n\t\t\t\t\telem,\n\t\t\t\t\tname,\n\t\t\t\t\textra,\n\t\t\t\t\tjQuery.css( elem, \"boxSizing\", false, styles ) === \"border-box\",\n\t\t\t\t\tstyles\n\t\t\t\t) : 0\n\t\t\t);\n\t\t}\n\t};\n});\n\n// Support: Android 2.3\njQuery.cssHooks.marginRight = addGetHookIf( support.reliableMarginRight,\n\tfunction( elem, computed ) {\n\t\tif ( computed ) {\n\t\t\treturn jQuery.swap( elem, { \"display\": \"inline-block\" },\n\t\t\t\tcurCSS, [ elem, \"marginRight\" ] );\n\t\t}\n\t}\n);\n\n// These hooks are used by animate to expand properties\njQuery.each({\n\tmargin: \"\",\n\tpadding: \"\",\n\tborder: \"Width\"\n}, function( prefix, suffix ) {\n\tjQuery.cssHooks[ prefix + suffix ] = {\n\t\texpand: function( value ) {\n\t\t\tvar i = 0,\n\t\t\t\texpanded = {},\n\n\t\t\t\t// Assumes a single number if not a string\n\t\t\t\tparts = typeof value === \"string\" ? value.split(\" \") : [ value ];\n\n\t\t\tfor ( ; i < 4; i++ ) {\n\t\t\t\texpanded[ prefix + cssExpand[ i ] + suffix ] =\n\t\t\t\t\tparts[ i ] || parts[ i - 2 ] || parts[ 0 ];\n\t\t\t}\n\n\t\t\treturn expanded;\n\t\t}\n\t};\n\n\tif ( !rmargin.test( prefix ) ) {\n\t\tjQuery.cssHooks[ prefix + suffix ].set = setPositiveNumber;\n\t}\n});\n\njQuery.fn.extend({\n\tcss: function( name, value ) {\n\t\treturn access( this, function( elem, name, value ) {\n\t\t\tvar styles, len,\n\t\t\t\tmap = {},\n\t\t\t\ti = 0;\n\n\t\t\tif ( jQuery.isArray( name ) ) {\n\t\t\t\tstyles = getStyles( elem );\n\t\t\t\tlen = name.length;\n\n\t\t\t\tfor ( ; i < len; i++ ) {\n\t\t\t\t\tmap[ name[ i ] ] = jQuery.css( elem, name[ i ], false, styles );\n\t\t\t\t}\n\n\t\t\t\treturn map;\n\t\t\t}\n\n\t\t\treturn value !== undefined ?\n\t\t\t\tjQuery.style( elem, name, value ) :\n\t\t\t\tjQuery.css( elem, name );\n\t\t}, name, value, arguments.length > 1 );\n\t},\n\tshow: function() {\n\t\treturn showHide( this, true );\n\t},\n\thide: function() {\n\t\treturn showHide( this );\n\t},\n\ttoggle: function( state ) {\n\t\tif ( typeof state === \"boolean\" ) {\n\t\t\treturn state ? this.show() : this.hide();\n\t\t}\n\n\t\treturn this.each(function() {\n\t\t\tif ( isHidden( this ) ) {\n\t\t\t\tjQuery( this ).show();\n\t\t\t} else {\n\t\t\t\tjQuery( this ).hide();\n\t\t\t}\n\t\t});\n\t}\n});\n\n\nfunction Tween( elem, options, prop, end, easing ) {\n\treturn new Tween.prototype.init( elem, options, prop, end, easing );\n}\njQuery.Tween = Tween;\n\nTween.prototype = {\n\tconstructor: Tween,\n\tinit: function( elem, options, prop, end, easing, unit ) {\n\t\tthis.elem = elem;\n\t\tthis.prop = prop;\n\t\tthis.easing = easing || \"swing\";\n\t\tthis.options = options;\n\t\tthis.start = this.now = this.cur();\n\t\tthis.end = end;\n\t\tthis.unit = unit || ( jQuery.cssNumber[ prop ] ? \"\" : \"px\" );\n\t},\n\tcur: function() {\n\t\tvar hooks = Tween.propHooks[ this.prop ];\n\n\t\treturn hooks && hooks.get ?\n\t\t\thooks.get( this ) :\n\t\t\tTween.propHooks._default.get( this );\n\t},\n\trun: function( percent ) {\n\t\tvar eased,\n\t\t\thooks = Tween.propHooks[ this.prop ];\n\n\t\tif ( this.options.duration ) {\n\t\t\tthis.pos = eased = jQuery.easing[ this.easing ](\n\t\t\t\tpercent, this.options.duration * percent, 0, 1, this.options.duration\n\t\t\t);\n\t\t} else {\n\t\t\tthis.pos = eased = percent;\n\t\t}\n\t\tthis.now = ( this.end - this.start ) * eased + this.start;\n\n\t\tif ( this.options.step ) {\n\t\t\tthis.options.step.call( this.elem, this.now, this );\n\t\t}\n\n\t\tif ( hooks && hooks.set ) {\n\t\t\thooks.set( this );\n\t\t} else {\n\t\t\tTween.propHooks._default.set( this );\n\t\t}\n\t\treturn this;\n\t}\n};\n\nTween.prototype.init.prototype = Tween.prototype;\n\nTween.propHooks = {\n\t_default: {\n\t\tget: function( tween ) {\n\t\t\tvar result;\n\n\t\t\tif ( tween.elem[ tween.prop ] != null &&\n\t\t\t\t(!tween.elem.style || tween.elem.style[ tween.prop ] == null) ) {\n\t\t\t\treturn tween.elem[ tween.prop ];\n\t\t\t}\n\n\t\t\t// Passing an empty string as a 3rd parameter to .css will automatically\n\t\t\t// attempt a parseFloat and fallback to a string if the parse fails.\n\t\t\t// Simple values such as \"10px\" are parsed to Float;\n\t\t\t// complex values such as \"rotate(1rad)\" are returned as-is.\n\t\t\tresult = jQuery.css( tween.elem, tween.prop, \"\" );\n\t\t\t// Empty strings, null, undefined and \"auto\" are converted to 0.\n\t\t\treturn !result || result === \"auto\" ? 0 : result;\n\t\t},\n\t\tset: function( tween ) {\n\t\t\t// Use step hook for back compat.\n\t\t\t// Use cssHook if its there.\n\t\t\t// Use .style if available and use plain properties where available.\n\t\t\tif ( jQuery.fx.step[ tween.prop ] ) {\n\t\t\t\tjQuery.fx.step[ tween.prop ]( tween );\n\t\t\t} else if ( tween.elem.style && ( tween.elem.style[ jQuery.cssProps[ tween.prop ] ] != null || jQuery.cssHooks[ tween.prop ] ) ) {\n\t\t\t\tjQuery.style( tween.elem, tween.prop, tween.now + tween.unit );\n\t\t\t} else {\n\t\t\t\ttween.elem[ tween.prop ] = tween.now;\n\t\t\t}\n\t\t}\n\t}\n};\n\n// Support: IE9\n// Panic based approach to setting things on disconnected nodes\nTween.propHooks.scrollTop = Tween.propHooks.scrollLeft = {\n\tset: function( tween ) {\n\t\tif ( tween.elem.nodeType && tween.elem.parentNode ) {\n\t\t\ttween.elem[ tween.prop ] = tween.now;\n\t\t}\n\t}\n};\n\njQuery.easing = {\n\tlinear: function( p ) {\n\t\treturn p;\n\t},\n\tswing: function( p ) {\n\t\treturn 0.5 - Math.cos( p * Math.PI ) / 2;\n\t}\n};\n\njQuery.fx = Tween.prototype.init;\n\n// Back Compat <1.8 extension point\njQuery.fx.step = {};\n\n\n\n\nvar\n\tfxNow, timerId,\n\trfxtypes = /^(?:toggle|show|hide)$/,\n\trfxnum = new RegExp( \"^(?:([+-])=|)(\" + pnum + \")([a-z%]*)$\", \"i\" ),\n\trrun = /queueHooks$/,\n\tanimationPrefilters = [ defaultPrefilter ],\n\ttweeners = {\n\t\t\"*\": [ function( prop, value ) {\n\t\t\tvar tween = this.createTween( prop, value ),\n\t\t\t\ttarget = tween.cur(),\n\t\t\t\tparts = rfxnum.exec( value ),\n\t\t\t\tunit = parts && parts[ 3 ] || ( jQuery.cssNumber[ prop ] ? \"\" : \"px\" ),\n\n\t\t\t\t// Starting value computation is required for potential unit mismatches\n\t\t\t\tstart = ( jQuery.cssNumber[ prop ] || unit !== \"px\" && +target ) &&\n\t\t\t\t\trfxnum.exec( jQuery.css( tween.elem, prop ) ),\n\t\t\t\tscale = 1,\n\t\t\t\tmaxIterations = 20;\n\n\t\t\tif ( start && start[ 3 ] !== unit ) {\n\t\t\t\t// Trust units reported by jQuery.css\n\t\t\t\tunit = unit || start[ 3 ];\n\n\t\t\t\t// Make sure we update the tween properties later on\n\t\t\t\tparts = parts || [];\n\n\t\t\t\t// Iteratively approximate from a nonzero starting point\n\t\t\t\tstart = +target || 1;\n\n\t\t\t\tdo {\n\t\t\t\t\t// If previous iteration zeroed out, double until we get *something*.\n\t\t\t\t\t// Use string for doubling so we don't accidentally see scale as unchanged below\n\t\t\t\t\tscale = scale || \".5\";\n\n\t\t\t\t\t// Adjust and apply\n\t\t\t\t\tstart = start / scale;\n\t\t\t\t\tjQuery.style( tween.elem, prop, start + unit );\n\n\t\t\t\t// Update scale, tolerating zero or NaN from tween.cur(),\n\t\t\t\t// break the loop if scale is unchanged or perfect, or if we've just had enough\n\t\t\t\t} while ( scale !== (scale = tween.cur() / target) && scale !== 1 && --maxIterations );\n\t\t\t}\n\n\t\t\t// Update tween properties\n\t\t\tif ( parts ) {\n\t\t\t\tstart = tween.start = +start || +target || 0;\n\t\t\t\ttween.unit = unit;\n\t\t\t\t// If a +=/-= token was provided, we're doing a relative animation\n\t\t\t\ttween.end = parts[ 1 ] ?\n\t\t\t\t\tstart + ( parts[ 1 ] + 1 ) * parts[ 2 ] :\n\t\t\t\t\t+parts[ 2 ];\n\t\t\t}\n\n\t\t\treturn tween;\n\t\t} ]\n\t};\n\n// Animations created synchronously will run synchronously\nfunction createFxNow() {\n\tsetTimeout(function() {\n\t\tfxNow = undefined;\n\t});\n\treturn ( fxNow = jQuery.now() );\n}\n\n// Generate parameters to create a standard animation\nfunction genFx( type, includeWidth ) {\n\tvar which,\n\t\ti = 0,\n\t\tattrs = { height: type };\n\n\t// If we include width, step value is 1 to do all cssExpand values,\n\t// otherwise step value is 2 to skip over Left and Right\n\tincludeWidth = includeWidth ? 1 : 0;\n\tfor ( ; i < 4 ; i += 2 - includeWidth ) {\n\t\twhich = cssExpand[ i ];\n\t\tattrs[ \"margin\" + which ] = attrs[ \"padding\" + which ] = type;\n\t}\n\n\tif ( includeWidth ) {\n\t\tattrs.opacity = attrs.width = type;\n\t}\n\n\treturn attrs;\n}\n\nfunction createTween( value, prop, animation ) {\n\tvar tween,\n\t\tcollection = ( tweeners[ prop ] || [] ).concat( tweeners[ \"*\" ] ),\n\t\tindex = 0,\n\t\tlength = collection.length;\n\tfor ( ; index < length; index++ ) {\n\t\tif ( (tween = collection[ index ].call( animation, prop, value )) ) {\n\n\t\t\t// We're done with this property\n\t\t\treturn tween;\n\t\t}\n\t}\n}\n\nfunction defaultPrefilter( elem, props, opts ) {\n\t/* jshint validthis: true */\n\tvar prop, value, toggle, tween, hooks, oldfire, display, checkDisplay,\n\t\tanim = this,\n\t\torig = {},\n\t\tstyle = elem.style,\n\t\thidden = elem.nodeType && isHidden( elem ),\n\t\tdataShow = data_priv.get( elem, \"fxshow\" );\n\n\t// Handle queue: false promises\n\tif ( !opts.queue ) {\n\t\thooks = jQuery._queueHooks( elem, \"fx\" );\n\t\tif ( hooks.unqueued == null ) {\n\t\t\thooks.unqueued = 0;\n\t\t\toldfire = hooks.empty.fire;\n\t\t\thooks.empty.fire = function() {\n\t\t\t\tif ( !hooks.unqueued ) {\n\t\t\t\t\toldfire();\n\t\t\t\t}\n\t\t\t};\n\t\t}\n\t\thooks.unqueued++;\n\n\t\tanim.always(function() {\n\t\t\t// Ensure the complete handler is called before this completes\n\t\t\tanim.always(function() {\n\t\t\t\thooks.unqueued--;\n\t\t\t\tif ( !jQuery.queue( elem, \"fx\" ).length ) {\n\t\t\t\t\thooks.empty.fire();\n\t\t\t\t}\n\t\t\t});\n\t\t});\n\t}\n\n\t// Height/width overflow pass\n\tif ( elem.nodeType === 1 && ( \"height\" in props || \"width\" in props ) ) {\n\t\t// Make sure that nothing sneaks out\n\t\t// Record all 3 overflow attributes because IE9-10 do not\n\t\t// change the overflow attribute when overflowX and\n\t\t// overflowY are set to the same value\n\t\topts.overflow = [ style.overflow, style.overflowX, style.overflowY ];\n\n\t\t// Set display property to inline-block for height/width\n\t\t// animations on inline elements that are having width/height animated\n\t\tdisplay = jQuery.css( elem, \"display\" );\n\n\t\t// Test default display if display is currently \"none\"\n\t\tcheckDisplay = display === \"none\" ?\n\t\t\tdata_priv.get( elem, \"olddisplay\" ) || defaultDisplay( elem.nodeName ) : display;\n\n\t\tif ( checkDisplay === \"inline\" && jQuery.css( elem, \"float\" ) === \"none\" ) {\n\t\t\tstyle.display = \"inline-block\";\n\t\t}\n\t}\n\n\tif ( opts.overflow ) {\n\t\tstyle.overflow = \"hidden\";\n\t\tanim.always(function() {\n\t\t\tstyle.overflow = opts.overflow[ 0 ];\n\t\t\tstyle.overflowX = opts.overflow[ 1 ];\n\t\t\tstyle.overflowY = opts.overflow[ 2 ];\n\t\t});\n\t}\n\n\t// show/hide pass\n\tfor ( prop in props ) {\n\t\tvalue = props[ prop ];\n\t\tif ( rfxtypes.exec( value ) ) {\n\t\t\tdelete props[ prop ];\n\t\t\ttoggle = toggle || value === \"toggle\";\n\t\t\tif ( value === ( hidden ? \"hide\" : \"show\" ) ) {\n\n\t\t\t\t// If there is dataShow left over from a stopped hide or show and we are going to proceed with show, we should pretend to be hidden\n\t\t\t\tif ( value === \"show\" && dataShow && dataShow[ prop ] !== undefined ) {\n\t\t\t\t\thidden = true;\n\t\t\t\t} else {\n\t\t\t\t\tcontinue;\n\t\t\t\t}\n\t\t\t}\n\t\t\torig[ prop ] = dataShow && dataShow[ prop ] || jQuery.style( elem, prop );\n\n\t\t// Any non-fx value stops us from restoring the original display value\n\t\t} else {\n\t\t\tdisplay = undefined;\n\t\t}\n\t}\n\n\tif ( !jQuery.isEmptyObject( orig ) ) {\n\t\tif ( dataShow ) {\n\t\t\tif ( \"hidden\" in dataShow ) {\n\t\t\t\thidden = dataShow.hidden;\n\t\t\t}\n\t\t} else {\n\t\t\tdataShow = data_priv.access( elem, \"fxshow\", {} );\n\t\t}\n\n\t\t// Store state if its toggle - enables .stop().toggle() to \"reverse\"\n\t\tif ( toggle ) {\n\t\t\tdataShow.hidden = !hidden;\n\t\t}\n\t\tif ( hidden ) {\n\t\t\tjQuery( elem ).show();\n\t\t} else {\n\t\t\tanim.done(function() {\n\t\t\t\tjQuery( elem ).hide();\n\t\t\t});\n\t\t}\n\t\tanim.done(function() {\n\t\t\tvar prop;\n\n\t\t\tdata_priv.remove( elem, \"fxshow\" );\n\t\t\tfor ( prop in orig ) {\n\t\t\t\tjQuery.style( elem, prop, orig[ prop ] );\n\t\t\t}\n\t\t});\n\t\tfor ( prop in orig ) {\n\t\t\ttween = createTween( hidden ? dataShow[ prop ] : 0, prop, anim );\n\n\t\t\tif ( !( prop in dataShow ) ) {\n\t\t\t\tdataShow[ prop ] = tween.start;\n\t\t\t\tif ( hidden ) {\n\t\t\t\t\ttween.end = tween.start;\n\t\t\t\t\ttween.start = prop === \"width\" || prop === \"height\" ? 1 : 0;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t// If this is a noop like .hide().hide(), restore an overwritten display value\n\t} else if ( (display === \"none\" ? defaultDisplay( elem.nodeName ) : display) === \"inline\" ) {\n\t\tstyle.display = display;\n\t}\n}\n\nfunction propFilter( props, specialEasing ) {\n\tvar index, name, easing, value, hooks;\n\n\t// camelCase, specialEasing and expand cssHook pass\n\tfor ( index in props ) {\n\t\tname = jQuery.camelCase( index );\n\t\teasing = specialEasing[ name ];\n\t\tvalue = props[ index ];\n\t\tif ( jQuery.isArray( value ) ) {\n\t\t\teasing = value[ 1 ];\n\t\t\tvalue = props[ index ] = value[ 0 ];\n\t\t}\n\n\t\tif ( index !== name ) {\n\t\t\tprops[ name ] = value;\n\t\t\tdelete props[ index ];\n\t\t}\n\n\t\thooks = jQuery.cssHooks[ name ];\n\t\tif ( hooks && \"expand\" in hooks ) {\n\t\t\tvalue = hooks.expand( value );\n\t\t\tdelete props[ name ];\n\n\t\t\t// Not quite $.extend, this won't overwrite existing keys.\n\t\t\t// Reusing 'index' because we have the correct \"name\"\n\t\t\tfor ( index in value ) {\n\t\t\t\tif ( !( index in props ) ) {\n\t\t\t\t\tprops[ index ] = value[ index ];\n\t\t\t\t\tspecialEasing[ index ] = easing;\n\t\t\t\t}\n\t\t\t}\n\t\t} else {\n\t\t\tspecialEasing[ name ] = easing;\n\t\t}\n\t}\n}\n\nfunction Animation( elem, properties, options ) {\n\tvar result,\n\t\tstopped,\n\t\tindex = 0,\n\t\tlength = animationPrefilters.length,\n\t\tdeferred = jQuery.Deferred().always( function() {\n\t\t\t// Don't match elem in the :animated selector\n\t\t\tdelete tick.elem;\n\t\t}),\n\t\ttick = function() {\n\t\t\tif ( stopped ) {\n\t\t\t\treturn false;\n\t\t\t}\n\t\t\tvar currentTime = fxNow || createFxNow(),\n\t\t\t\tremaining = Math.max( 0, animation.startTime + animation.duration - currentTime ),\n\t\t\t\t// Support: Android 2.3\n\t\t\t\t// Archaic crash bug won't allow us to use `1 - ( 0.5 || 0 )` (#12497)\n\t\t\t\ttemp = remaining / animation.duration || 0,\n\t\t\t\tpercent = 1 - temp,\n\t\t\t\tindex = 0,\n\t\t\t\tlength = animation.tweens.length;\n\n\t\t\tfor ( ; index < length ; index++ ) {\n\t\t\t\tanimation.tweens[ index ].run( percent );\n\t\t\t}\n\n\t\t\tdeferred.notifyWith( elem, [ animation, percent, remaining ]);\n\n\t\t\tif ( percent < 1 && length ) {\n\t\t\t\treturn remaining;\n\t\t\t} else {\n\t\t\t\tdeferred.resolveWith( elem, [ animation ] );\n\t\t\t\treturn false;\n\t\t\t}\n\t\t},\n\t\tanimation = deferred.promise({\n\t\t\telem: elem,\n\t\t\tprops: jQuery.extend( {}, properties ),\n\t\t\topts: jQuery.extend( true, { specialEasing: {} }, options ),\n\t\t\toriginalProperties: properties,\n\t\t\toriginalOptions: options,\n\t\t\tstartTime: fxNow || createFxNow(),\n\t\t\tduration: options.duration,\n\t\t\ttweens: [],\n\t\t\tcreateTween: function( prop, end ) {\n\t\t\t\tvar tween = jQuery.Tween( elem, animation.opts, prop, end,\n\t\t\t\t\t\tanimation.opts.specialEasing[ prop ] || animation.opts.easing );\n\t\t\t\tanimation.tweens.push( tween );\n\t\t\t\treturn tween;\n\t\t\t},\n\t\t\tstop: function( gotoEnd ) {\n\t\t\t\tvar index = 0,\n\t\t\t\t\t// If we are going to the end, we want to run all the tweens\n\t\t\t\t\t// otherwise we skip this part\n\t\t\t\t\tlength = gotoEnd ? animation.tweens.length : 0;\n\t\t\t\tif ( stopped ) {\n\t\t\t\t\treturn this;\n\t\t\t\t}\n\t\t\t\tstopped = true;\n\t\t\t\tfor ( ; index < length ; index++ ) {\n\t\t\t\t\tanimation.tweens[ index ].run( 1 );\n\t\t\t\t}\n\n\t\t\t\t// Resolve when we played the last frame; otherwise, reject\n\t\t\t\tif ( gotoEnd ) {\n\t\t\t\t\tdeferred.resolveWith( elem, [ animation, gotoEnd ] );\n\t\t\t\t} else {\n\t\t\t\t\tdeferred.rejectWith( elem, [ animation, gotoEnd ] );\n\t\t\t\t}\n\t\t\t\treturn this;\n\t\t\t}\n\t\t}),\n\t\tprops = animation.props;\n\n\tpropFilter( props, animation.opts.specialEasing );\n\n\tfor ( ; index < length ; index++ ) {\n\t\tresult = animationPrefilters[ index ].call( animation, elem, props, animation.opts );\n\t\tif ( result ) {\n\t\t\treturn result;\n\t\t}\n\t}\n\n\tjQuery.map( props, createTween, animation );\n\n\tif ( jQuery.isFunction( animation.opts.start ) ) {\n\t\tanimation.opts.start.call( elem, animation );\n\t}\n\n\tjQuery.fx.timer(\n\t\tjQuery.extend( tick, {\n\t\t\telem: elem,\n\t\t\tanim: animation,\n\t\t\tqueue: animation.opts.queue\n\t\t})\n\t);\n\n\t// attach callbacks from options\n\treturn animation.progress( animation.opts.progress )\n\t\t.done( animation.opts.done, animation.opts.complete )\n\t\t.fail( animation.opts.fail )\n\t\t.always( animation.opts.always );\n}\n\njQuery.Animation = jQuery.extend( Animation, {\n\n\ttweener: function( props, callback ) {\n\t\tif ( jQuery.isFunction( props ) ) {\n\t\t\tcallback = props;\n\t\t\tprops = [ \"*\" ];\n\t\t} else {\n\t\t\tprops = props.split(\" \");\n\t\t}\n\n\t\tvar prop,\n\t\t\tindex = 0,\n\t\t\tlength = props.length;\n\n\t\tfor ( ; index < length ; index++ ) {\n\t\t\tprop = props[ index ];\n\t\t\ttweeners[ prop ] = tweeners[ prop ] || [];\n\t\t\ttweeners[ prop ].unshift( callback );\n\t\t}\n\t},\n\n\tprefilter: function( callback, prepend ) {\n\t\tif ( prepend ) {\n\t\t\tanimationPrefilters.unshift( callback );\n\t\t} else {\n\t\t\tanimationPrefilters.push( callback );\n\t\t}\n\t}\n});\n\njQuery.speed = function( speed, easing, fn ) {\n\tvar opt = speed && typeof speed === \"object\" ? jQuery.extend( {}, speed ) : {\n\t\tcomplete: fn || !fn && easing ||\n\t\t\tjQuery.isFunction( speed ) && speed,\n\t\tduration: speed,\n\t\teasing: fn && easing || easing && !jQuery.isFunction( easing ) && easing\n\t};\n\n\topt.duration = jQuery.fx.off ? 0 : typeof opt.duration === \"number\" ? opt.duration :\n\t\topt.duration in jQuery.fx.speeds ? jQuery.fx.speeds[ opt.duration ] : jQuery.fx.speeds._default;\n\n\t// Normalize opt.queue - true/undefined/null -> \"fx\"\n\tif ( opt.queue == null || opt.queue === true ) {\n\t\topt.queue = \"fx\";\n\t}\n\n\t// Queueing\n\topt.old = opt.complete;\n\n\topt.complete = function() {\n\t\tif ( jQuery.isFunction( opt.old ) ) {\n\t\t\topt.old.call( this );\n\t\t}\n\n\t\tif ( opt.queue ) {\n\t\t\tjQuery.dequeue( this, opt.queue );\n\t\t}\n\t};\n\n\treturn opt;\n};\n\njQuery.fn.extend({\n\tfadeTo: function( speed, to, easing, callback ) {\n\n\t\t// Show any hidden elements after setting opacity to 0\n\t\treturn this.filter( isHidden ).css( \"opacity\", 0 ).show()\n\n\t\t\t// Animate to the value specified\n\t\t\t.end().animate({ opacity: to }, speed, easing, callback );\n\t},\n\tanimate: function( prop, speed, easing, callback ) {\n\t\tvar empty = jQuery.isEmptyObject( prop ),\n\t\t\toptall = jQuery.speed( speed, easing, callback ),\n\t\t\tdoAnimation = function() {\n\t\t\t\t// Operate on a copy of prop so per-property easing won't be lost\n\t\t\t\tvar anim = Animation( this, jQuery.extend( {}, prop ), optall );\n\n\t\t\t\t// Empty animations, or finishing resolves immediately\n\t\t\t\tif ( empty || data_priv.get( this, \"finish\" ) ) {\n\t\t\t\t\tanim.stop( true );\n\t\t\t\t}\n\t\t\t};\n\t\t\tdoAnimation.finish = doAnimation;\n\n\t\treturn empty || optall.queue === false ?\n\t\t\tthis.each( doAnimation ) :\n\t\t\tthis.queue( optall.queue, doAnimation );\n\t},\n\tstop: function( type, clearQueue, gotoEnd ) {\n\t\tvar stopQueue = function( hooks ) {\n\t\t\tvar stop = hooks.stop;\n\t\t\tdelete hooks.stop;\n\t\t\tstop( gotoEnd );\n\t\t};\n\n\t\tif ( typeof type !== \"string\" ) {\n\t\t\tgotoEnd = clearQueue;\n\t\t\tclearQueue = type;\n\t\t\ttype = undefined;\n\t\t}\n\t\tif ( clearQueue && type !== false ) {\n\t\t\tthis.queue( type || \"fx\", [] );\n\t\t}\n\n\t\treturn this.each(function() {\n\t\t\tvar dequeue = true,\n\t\t\t\tindex = type != null && type + \"queueHooks\",\n\t\t\t\ttimers = jQuery.timers,\n\t\t\t\tdata = data_priv.get( this );\n\n\t\t\tif ( index ) {\n\t\t\t\tif ( data[ index ] && data[ index ].stop ) {\n\t\t\t\t\tstopQueue( data[ index ] );\n\t\t\t\t}\n\t\t\t} else {\n\t\t\t\tfor ( index in data ) {\n\t\t\t\t\tif ( data[ index ] && data[ index ].stop && rrun.test( index ) ) {\n\t\t\t\t\t\tstopQueue( data[ index ] );\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\n\t\t\tfor ( index = timers.length; index--; ) {\n\t\t\t\tif ( timers[ index ].elem === this && (type == null || timers[ index ].queue === type) ) {\n\t\t\t\t\ttimers[ index ].anim.stop( gotoEnd );\n\t\t\t\t\tdequeue = false;\n\t\t\t\t\ttimers.splice( index, 1 );\n\t\t\t\t}\n\t\t\t}\n\n\t\t\t// Start the next in the queue if the last step wasn't forced.\n\t\t\t// Timers currently will call their complete callbacks, which\n\t\t\t// will dequeue but only if they were gotoEnd.\n\t\t\tif ( dequeue || !gotoEnd ) {\n\t\t\t\tjQuery.dequeue( this, type );\n\t\t\t}\n\t\t});\n\t},\n\tfinish: function( type ) {\n\t\tif ( type !== false ) {\n\t\t\ttype = type || \"fx\";\n\t\t}\n\t\treturn this.each(function() {\n\t\t\tvar index,\n\t\t\t\tdata = data_priv.get( this ),\n\t\t\t\tqueue = data[ type + \"queue\" ],\n\t\t\t\thooks = data[ type + \"queueHooks\" ],\n\t\t\t\ttimers = jQuery.timers,\n\t\t\t\tlength = queue ? queue.length : 0;\n\n\t\t\t// Enable finishing flag on private data\n\t\t\tdata.finish = true;\n\n\t\t\t// Empty the queue first\n\t\t\tjQuery.queue( this, type, [] );\n\n\t\t\tif ( hooks && hooks.stop ) {\n\t\t\t\thooks.stop.call( this, true );\n\t\t\t}\n\n\t\t\t// Look for any active animations, and finish them\n\t\t\tfor ( index = timers.length; index--; ) {\n\t\t\t\tif ( timers[ index ].elem === this && timers[ index ].queue === type ) {\n\t\t\t\t\ttimers[ index ].anim.stop( true );\n\t\t\t\t\ttimers.splice( index, 1 );\n\t\t\t\t}\n\t\t\t}\n\n\t\t\t// Look for any animations in the old queue and finish them\n\t\t\tfor ( index = 0; index < length; index++ ) {\n\t\t\t\tif ( queue[ index ] && queue[ index ].finish ) {\n\t\t\t\t\tqueue[ index ].finish.call( this );\n\t\t\t\t}\n\t\t\t}\n\n\t\t\t// Turn off finishing flag\n\t\t\tdelete data.finish;\n\t\t});\n\t}\n});\n\njQuery.each([ \"toggle\", \"show\", \"hide\" ], function( i, name ) {\n\tvar cssFn = jQuery.fn[ name ];\n\tjQuery.fn[ name ] = function( speed, easing, callback ) {\n\t\treturn speed == null || typeof speed === \"boolean\" ?\n\t\t\tcssFn.apply( this, arguments ) :\n\t\t\tthis.animate( genFx( name, true ), speed, easing, callback );\n\t};\n});\n\n// Generate shortcuts for custom animations\njQuery.each({\n\tslideDown: genFx(\"show\"),\n\tslideUp: genFx(\"hide\"),\n\tslideToggle: genFx(\"toggle\"),\n\tfadeIn: { opacity: \"show\" },\n\tfadeOut: { opacity: \"hide\" },\n\tfadeToggle: { opacity: \"toggle\" }\n}, function( name, props ) {\n\tjQuery.fn[ name ] = function( speed, easing, callback ) {\n\t\treturn this.animate( props, speed, easing, callback );\n\t};\n});\n\njQuery.timers = [];\njQuery.fx.tick = function() {\n\tvar timer,\n\t\ti = 0,\n\t\ttimers = jQuery.timers;\n\n\tfxNow = jQuery.now();\n\n\tfor ( ; i < timers.length; i++ ) {\n\t\ttimer = timers[ i ];\n\t\t// Checks the timer has not already been removed\n\t\tif ( !timer() && timers[ i ] === timer ) {\n\t\t\ttimers.splice( i--, 1 );\n\t\t}\n\t}\n\n\tif ( !timers.length ) {\n\t\tjQuery.fx.stop();\n\t}\n\tfxNow = undefined;\n};\n\njQuery.fx.timer = function( timer ) {\n\tjQuery.timers.push( timer );\n\tif ( timer() ) {\n\t\tjQuery.fx.start();\n\t} else {\n\t\tjQuery.timers.pop();\n\t}\n};\n\njQuery.fx.interval = 13;\n\njQuery.fx.start = function() {\n\tif ( !timerId ) {\n\t\ttimerId = setInterval( jQuery.fx.tick, jQuery.fx.interval );\n\t}\n};\n\njQuery.fx.stop = function() {\n\tclearInterval( timerId );\n\ttimerId = null;\n};\n\njQuery.fx.speeds = {\n\tslow: 600,\n\tfast: 200,\n\t// Default speed\n\t_default: 400\n};\n\n\n// Based off of the plugin by Clint Helfers, with permission.\n// http://blindsignals.com/index.php/2009/07/jquery-delay/\njQuery.fn.delay = function( time, type ) {\n\ttime = jQuery.fx ? jQuery.fx.speeds[ time ] || time : time;\n\ttype = type || \"fx\";\n\n\treturn this.queue( type, function( next, hooks ) {\n\t\tvar timeout = setTimeout( next, time );\n\t\thooks.stop = function() {\n\t\t\tclearTimeout( timeout );\n\t\t};\n\t});\n};\n\n\n(function() {\n\tvar input = document.createElement( \"input\" ),\n\t\tselect = document.createElement( \"select\" ),\n\t\topt = select.appendChild( document.createElement( \"option\" ) );\n\n\tinput.type = \"checkbox\";\n\n\t// Support: iOS<=5.1, Android<=4.2+\n\t// Default value for a checkbox should be \"on\"\n\tsupport.checkOn = input.value !== \"\";\n\n\t// Support: IE<=11+\n\t// Must access selectedIndex to make default options select\n\tsupport.optSelected = opt.selected;\n\n\t// Support: Android<=2.3\n\t// Options inside disabled selects are incorrectly marked as disabled\n\tselect.disabled = true;\n\tsupport.optDisabled = !opt.disabled;\n\n\t// Support: IE<=11+\n\t// An input loses its value after becoming a radio\n\tinput = document.createElement( \"input\" );\n\tinput.value = \"t\";\n\tinput.type = \"radio\";\n\tsupport.radioValue = input.value === \"t\";\n})();\n\n\nvar nodeHook, boolHook,\n\tattrHandle = jQuery.expr.attrHandle;\n\njQuery.fn.extend({\n\tattr: function( name, value ) {\n\t\treturn access( this, jQuery.attr, name, value, arguments.length > 1 );\n\t},\n\n\tremoveAttr: function( name ) {\n\t\treturn this.each(function() {\n\t\t\tjQuery.removeAttr( this, name );\n\t\t});\n\t}\n});\n\njQuery.extend({\n\tattr: function( elem, name, value ) {\n\t\tvar hooks, ret,\n\t\t\tnType = elem.nodeType;\n\n\t\t// don't get/set attributes on text, comment and attribute nodes\n\t\tif ( !elem || nType === 3 || nType === 8 || nType === 2 ) {\n\t\t\treturn;\n\t\t}\n\n\t\t// Fallback to prop when attributes are not supported\n\t\tif ( typeof elem.getAttribute === strundefined ) {\n\t\t\treturn jQuery.prop( elem, name, value );\n\t\t}\n\n\t\t// All attributes are lowercase\n\t\t// Grab necessary hook if one is defined\n\t\tif ( nType !== 1 || !jQuery.isXMLDoc( elem ) ) {\n\t\t\tname = name.toLowerCase();\n\t\t\thooks = jQuery.attrHooks[ name ] ||\n\t\t\t\t( jQuery.expr.match.bool.test( name ) ? boolHook : nodeHook );\n\t\t}\n\n\t\tif ( value !== undefined ) {\n\n\t\t\tif ( value === null ) {\n\t\t\t\tjQuery.removeAttr( elem, name );\n\n\t\t\t} else if ( hooks && \"set\" in hooks && (ret = hooks.set( elem, value, name )) !== undefined ) {\n\t\t\t\treturn ret;\n\n\t\t\t} else {\n\t\t\t\telem.setAttribute( name, value + \"\" );\n\t\t\t\treturn value;\n\t\t\t}\n\n\t\t} else if ( hooks && \"get\" in hooks && (ret = hooks.get( elem, name )) !== null ) {\n\t\t\treturn ret;\n\n\t\t} else {\n\t\t\tret = jQuery.find.attr( elem, name );\n\n\t\t\t// Non-existent attributes return null, we normalize to undefined\n\t\t\treturn ret == null ?\n\t\t\t\tundefined :\n\t\t\t\tret;\n\t\t}\n\t},\n\n\tremoveAttr: function( elem, value ) {\n\t\tvar name, propName,\n\t\t\ti = 0,\n\t\t\tattrNames = value && value.match( rnotwhite );\n\n\t\tif ( attrNames && elem.nodeType === 1 ) {\n\t\t\twhile ( (name = attrNames[i++]) ) {\n\t\t\t\tpropName = jQuery.propFix[ name ] || name;\n\n\t\t\t\t// Boolean attributes get special treatment (#10870)\n\t\t\t\tif ( jQuery.expr.match.bool.test( name ) ) {\n\t\t\t\t\t// Set corresponding property to false\n\t\t\t\t\telem[ propName ] = false;\n\t\t\t\t}\n\n\t\t\t\telem.removeAttribute( name );\n\t\t\t}\n\t\t}\n\t},\n\n\tattrHooks: {\n\t\ttype: {\n\t\t\tset: function( elem, value ) {\n\t\t\t\tif ( !support.radioValue && value === \"radio\" &&\n\t\t\t\t\tjQuery.nodeName( elem, \"input\" ) ) {\n\t\t\t\t\tvar val = elem.value;\n\t\t\t\t\telem.setAttribute( \"type\", value );\n\t\t\t\t\tif ( val ) {\n\t\t\t\t\t\telem.value = val;\n\t\t\t\t\t}\n\t\t\t\t\treturn value;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n});\n\n// Hooks for boolean attributes\nboolHook = {\n\tset: function( elem, value, name ) {\n\t\tif ( value === false ) {\n\t\t\t// Remove boolean attributes when set to false\n\t\t\tjQuery.removeAttr( elem, name );\n\t\t} else {\n\t\t\telem.setAttribute( name, name );\n\t\t}\n\t\treturn name;\n\t}\n};\njQuery.each( jQuery.expr.match.bool.source.match( /\\w+/g ), function( i, name ) {\n\tvar getter = attrHandle[ name ] || jQuery.find.attr;\n\n\tattrHandle[ name ] = function( elem, name, isXML ) {\n\t\tvar ret, handle;\n\t\tif ( !isXML ) {\n\t\t\t// Avoid an infinite loop by temporarily removing this function from the getter\n\t\t\thandle = attrHandle[ name ];\n\t\t\tattrHandle[ name ] = ret;\n\t\t\tret = getter( elem, name, isXML ) != null ?\n\t\t\t\tname.toLowerCase() :\n\t\t\t\tnull;\n\t\t\tattrHandle[ name ] = handle;\n\t\t}\n\t\treturn ret;\n\t};\n});\n\n\n\n\nvar rfocusable = /^(?:input|select|textarea|button)$/i;\n\njQuery.fn.extend({\n\tprop: function( name, value ) {\n\t\treturn access( this, jQuery.prop, name, value, arguments.length > 1 );\n\t},\n\n\tremoveProp: function( name ) {\n\t\treturn this.each(function() {\n\t\t\tdelete this[ jQuery.propFix[ name ] || name ];\n\t\t});\n\t}\n});\n\njQuery.extend({\n\tpropFix: {\n\t\t\"for\": \"htmlFor\",\n\t\t\"class\": \"className\"\n\t},\n\n\tprop: function( elem, name, value ) {\n\t\tvar ret, hooks, notxml,\n\t\t\tnType = elem.nodeType;\n\n\t\t// Don't get/set properties on text, comment and attribute nodes\n\t\tif ( !elem || nType === 3 || nType === 8 || nType === 2 ) {\n\t\t\treturn;\n\t\t}\n\n\t\tnotxml = nType !== 1 || !jQuery.isXMLDoc( elem );\n\n\t\tif ( notxml ) {\n\t\t\t// Fix name and attach hooks\n\t\t\tname = jQuery.propFix[ name ] || name;\n\t\t\thooks = jQuery.propHooks[ name ];\n\t\t}\n\n\t\tif ( value !== undefined ) {\n\t\t\treturn hooks && \"set\" in hooks && (ret = hooks.set( elem, value, name )) !== undefined ?\n\t\t\t\tret :\n\t\t\t\t( elem[ name ] = value );\n\n\t\t} else {\n\t\t\treturn hooks && \"get\" in hooks && (ret = hooks.get( elem, name )) !== null ?\n\t\t\t\tret :\n\t\t\t\telem[ name ];\n\t\t}\n\t},\n\n\tpropHooks: {\n\t\ttabIndex: {\n\t\t\tget: function( elem ) {\n\t\t\t\treturn elem.hasAttribute( \"tabindex\" ) || rfocusable.test( elem.nodeName ) || elem.href ?\n\t\t\t\t\telem.tabIndex :\n\t\t\t\t\t-1;\n\t\t\t}\n\t\t}\n\t}\n});\n\nif ( !support.optSelected ) {\n\tjQuery.propHooks.selected = {\n\t\tget: function( elem ) {\n\t\t\tvar parent = elem.parentNode;\n\t\t\tif ( parent && parent.parentNode ) {\n\t\t\t\tparent.parentNode.selectedIndex;\n\t\t\t}\n\t\t\treturn null;\n\t\t}\n\t};\n}\n\njQuery.each([\n\t\"tabIndex\",\n\t\"readOnly\",\n\t\"maxLength\",\n\t\"cellSpacing\",\n\t\"cellPadding\",\n\t\"rowSpan\",\n\t\"colSpan\",\n\t\"useMap\",\n\t\"frameBorder\",\n\t\"contentEditable\"\n], function() {\n\tjQuery.propFix[ this.toLowerCase() ] = this;\n});\n\n\n\n\nvar rclass = /[\\t\\r\\n\\f]/g;\n\njQuery.fn.extend({\n\taddClass: function( value ) {\n\t\tvar classes, elem, cur, clazz, j, finalValue,\n\t\t\tproceed = typeof value === \"string\" && value,\n\t\t\ti = 0,\n\t\t\tlen = this.length;\n\n\t\tif ( jQuery.isFunction( value ) ) {\n\t\t\treturn this.each(function( j ) {\n\t\t\t\tjQuery( this ).addClass( value.call( this, j, this.className ) );\n\t\t\t});\n\t\t}\n\n\t\tif ( proceed ) {\n\t\t\t// The disjunction here is for better compressibility (see removeClass)\n\t\t\tclasses = ( value || \"\" ).match( rnotwhite ) || [];\n\n\t\t\tfor ( ; i < len; i++ ) {\n\t\t\t\telem = this[ i ];\n\t\t\t\tcur = elem.nodeType === 1 && ( elem.className ?\n\t\t\t\t\t( \" \" + elem.className + \" \" ).replace( rclass, \" \" ) :\n\t\t\t\t\t\" \"\n\t\t\t\t);\n\n\t\t\t\tif ( cur ) {\n\t\t\t\t\tj = 0;\n\t\t\t\t\twhile ( (clazz = classes[j++]) ) {\n\t\t\t\t\t\tif ( cur.indexOf( \" \" + clazz + \" \" ) < 0 ) {\n\t\t\t\t\t\t\tcur += clazz + \" \";\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\n\t\t\t\t\t// only assign if different to avoid unneeded rendering.\n\t\t\t\t\tfinalValue = jQuery.trim( cur );\n\t\t\t\t\tif ( elem.className !== finalValue ) {\n\t\t\t\t\t\telem.className = finalValue;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\treturn this;\n\t},\n\n\tremoveClass: function( value ) {\n\t\tvar classes, elem, cur, clazz, j, finalValue,\n\t\t\tproceed = arguments.length === 0 || typeof value === \"string\" && value,\n\t\t\ti = 0,\n\t\t\tlen = this.length;\n\n\t\tif ( jQuery.isFunction( value ) ) {\n\t\t\treturn this.each(function( j ) {\n\t\t\t\tjQuery( this ).removeClass( value.call( this, j, this.className ) );\n\t\t\t});\n\t\t}\n\t\tif ( proceed ) {\n\t\t\tclasses = ( value || \"\" ).match( rnotwhite ) || [];\n\n\t\t\tfor ( ; i < len; i++ ) {\n\t\t\t\telem = this[ i ];\n\t\t\t\t// This expression is here for better compressibility (see addClass)\n\t\t\t\tcur = elem.nodeType === 1 && ( elem.className ?\n\t\t\t\t\t( \" \" + elem.className + \" \" ).replace( rclass, \" \" ) :\n\t\t\t\t\t\"\"\n\t\t\t\t);\n\n\t\t\t\tif ( cur ) {\n\t\t\t\t\tj = 0;\n\t\t\t\t\twhile ( (clazz = classes[j++]) ) {\n\t\t\t\t\t\t// Remove *all* instances\n\t\t\t\t\t\twhile ( cur.indexOf( \" \" + clazz + \" \" ) >= 0 ) {\n\t\t\t\t\t\t\tcur = cur.replace( \" \" + clazz + \" \", \" \" );\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\n\t\t\t\t\t// Only assign if different to avoid unneeded rendering.\n\t\t\t\t\tfinalValue = value ? jQuery.trim( cur ) : \"\";\n\t\t\t\t\tif ( elem.className !== finalValue ) {\n\t\t\t\t\t\telem.className = finalValue;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\treturn this;\n\t},\n\n\ttoggleClass: function( value, stateVal ) {\n\t\tvar type = typeof value;\n\n\t\tif ( typeof stateVal === \"boolean\" && type === \"string\" ) {\n\t\t\treturn stateVal ? this.addClass( value ) : this.removeClass( value );\n\t\t}\n\n\t\tif ( jQuery.isFunction( value ) ) {\n\t\t\treturn this.each(function( i ) {\n\t\t\t\tjQuery( this ).toggleClass( value.call(this, i, this.className, stateVal), stateVal );\n\t\t\t});\n\t\t}\n\n\t\treturn this.each(function() {\n\t\t\tif ( type === \"string\" ) {\n\t\t\t\t// Toggle individual class names\n\t\t\t\tvar className,\n\t\t\t\t\ti = 0,\n\t\t\t\t\tself = jQuery( this ),\n\t\t\t\t\tclassNames = value.match( rnotwhite ) || [];\n\n\t\t\t\twhile ( (className = classNames[ i++ ]) ) {\n\t\t\t\t\t// Check each className given, space separated list\n\t\t\t\t\tif ( self.hasClass( className ) ) {\n\t\t\t\t\t\tself.removeClass( className );\n\t\t\t\t\t} else {\n\t\t\t\t\t\tself.addClass( className );\n\t\t\t\t\t}\n\t\t\t\t}\n\n\t\t\t// Toggle whole class name\n\t\t\t} else if ( type === strundefined || type === \"boolean\" ) {\n\t\t\t\tif ( this.className ) {\n\t\t\t\t\t// store className if set\n\t\t\t\t\tdata_priv.set( this, \"__className__\", this.className );\n\t\t\t\t}\n\n\t\t\t\t// If the element has a class name or if we're passed `false`,\n\t\t\t\t// then remove the whole classname (if there was one, the above saved it).\n\t\t\t\t// Otherwise bring back whatever was previously saved (if anything),\n\t\t\t\t// falling back to the empty string if nothing was stored.\n\t\t\t\tthis.className = this.className || value === false ? \"\" : data_priv.get( this, \"__className__\" ) || \"\";\n\t\t\t}\n\t\t});\n\t},\n\n\thasClass: function( selector ) {\n\t\tvar className = \" \" + selector + \" \",\n\t\t\ti = 0,\n\t\t\tl = this.length;\n\t\tfor ( ; i < l; i++ ) {\n\t\t\tif ( this[i].nodeType === 1 && (\" \" + this[i].className + \" \").replace(rclass, \" \").indexOf( className ) >= 0 ) {\n\t\t\t\treturn true;\n\t\t\t}\n\t\t}\n\n\t\treturn false;\n\t}\n});\n\n\n\n\nvar rreturn = /\\r/g;\n\njQuery.fn.extend({\n\tval: function( value ) {\n\t\tvar hooks, ret, isFunction,\n\t\t\telem = this[0];\n\n\t\tif ( !arguments.length ) {\n\t\t\tif ( elem ) {\n\t\t\t\thooks = jQuery.valHooks[ elem.type ] || jQuery.valHooks[ elem.nodeName.toLowerCase() ];\n\n\t\t\t\tif ( hooks && \"get\" in hooks && (ret = hooks.get( elem, \"value\" )) !== undefined ) {\n\t\t\t\t\treturn ret;\n\t\t\t\t}\n\n\t\t\t\tret = elem.value;\n\n\t\t\t\treturn typeof ret === \"string\" ?\n\t\t\t\t\t// Handle most common string cases\n\t\t\t\t\tret.replace(rreturn, \"\") :\n\t\t\t\t\t// Handle cases where value is null/undef or number\n\t\t\t\t\tret == null ? \"\" : ret;\n\t\t\t}\n\n\t\t\treturn;\n\t\t}\n\n\t\tisFunction = jQuery.isFunction( value );\n\n\t\treturn this.each(function( i ) {\n\t\t\tvar val;\n\n\t\t\tif ( this.nodeType !== 1 ) {\n\t\t\t\treturn;\n\t\t\t}\n\n\t\t\tif ( isFunction ) {\n\t\t\t\tval = value.call( this, i, jQuery( this ).val() );\n\t\t\t} else {\n\t\t\t\tval = value;\n\t\t\t}\n\n\t\t\t// Treat null/undefined as \"\"; convert numbers to string\n\t\t\tif ( val == null ) {\n\t\t\t\tval = \"\";\n\n\t\t\t} else if ( typeof val === \"number\" ) {\n\t\t\t\tval += \"\";\n\n\t\t\t} else if ( jQuery.isArray( val ) ) {\n\t\t\t\tval = jQuery.map( val, function( value ) {\n\t\t\t\t\treturn value == null ? \"\" : value + \"\";\n\t\t\t\t});\n\t\t\t}\n\n\t\t\thooks = jQuery.valHooks[ this.type ] || jQuery.valHooks[ this.nodeName.toLowerCase() ];\n\n\t\t\t// If set returns undefined, fall back to normal setting\n\t\t\tif ( !hooks || !(\"set\" in hooks) || hooks.set( this, val, \"value\" ) === undefined ) {\n\t\t\t\tthis.value = val;\n\t\t\t}\n\t\t});\n\t}\n});\n\njQuery.extend({\n\tvalHooks: {\n\t\toption: {\n\t\t\tget: function( elem ) {\n\t\t\t\tvar val = jQuery.find.attr( elem, \"value\" );\n\t\t\t\treturn val != null ?\n\t\t\t\t\tval :\n\t\t\t\t\t// Support: IE10-11+\n\t\t\t\t\t// option.text throws exceptions (#14686, #14858)\n\t\t\t\t\tjQuery.trim( jQuery.text( elem ) );\n\t\t\t}\n\t\t},\n\t\tselect: {\n\t\t\tget: function( elem ) {\n\t\t\t\tvar value, option,\n\t\t\t\t\toptions = elem.options,\n\t\t\t\t\tindex = elem.selectedIndex,\n\t\t\t\t\tone = elem.type === \"select-one\" || index < 0,\n\t\t\t\t\tvalues = one ? null : [],\n\t\t\t\t\tmax = one ? index + 1 : options.length,\n\t\t\t\t\ti = index < 0 ?\n\t\t\t\t\t\tmax :\n\t\t\t\t\t\tone ? index : 0;\n\n\t\t\t\t// Loop through all the selected options\n\t\t\t\tfor ( ; i < max; i++ ) {\n\t\t\t\t\toption = options[ i ];\n\n\t\t\t\t\t// IE6-9 doesn't update selected after form reset (#2551)\n\t\t\t\t\tif ( ( option.selected || i === index ) &&\n\t\t\t\t\t\t\t// Don't return options that are disabled or in a disabled optgroup\n\t\t\t\t\t\t\t( support.optDisabled ? !option.disabled : option.getAttribute( \"disabled\" ) === null ) &&\n\t\t\t\t\t\t\t( !option.parentNode.disabled || !jQuery.nodeName( option.parentNode, \"optgroup\" ) ) ) {\n\n\t\t\t\t\t\t// Get the specific value for the option\n\t\t\t\t\t\tvalue = jQuery( option ).val();\n\n\t\t\t\t\t\t// We don't need an array for one selects\n\t\t\t\t\t\tif ( one ) {\n\t\t\t\t\t\t\treturn value;\n\t\t\t\t\t\t}\n\n\t\t\t\t\t\t// Multi-Selects return an array\n\t\t\t\t\t\tvalues.push( value );\n\t\t\t\t\t}\n\t\t\t\t}\n\n\t\t\t\treturn values;\n\t\t\t},\n\n\t\t\tset: function( elem, value ) {\n\t\t\t\tvar optionSet, option,\n\t\t\t\t\toptions = elem.options,\n\t\t\t\t\tvalues = jQuery.makeArray( value ),\n\t\t\t\t\ti = options.length;\n\n\t\t\t\twhile ( i-- ) {\n\t\t\t\t\toption = options[ i ];\n\t\t\t\t\tif ( (option.selected = jQuery.inArray( option.value, values ) >= 0) ) {\n\t\t\t\t\t\toptionSet = true;\n\t\t\t\t\t}\n\t\t\t\t}\n\n\t\t\t\t// Force browsers to behave consistently when non-matching value is set\n\t\t\t\tif ( !optionSet ) {\n\t\t\t\t\telem.selectedIndex = -1;\n\t\t\t\t}\n\t\t\t\treturn values;\n\t\t\t}\n\t\t}\n\t}\n});\n\n// Radios and checkboxes getter/setter\njQuery.each([ \"radio\", \"checkbox\" ], function() {\n\tjQuery.valHooks[ this ] = {\n\t\tset: function( elem, value ) {\n\t\t\tif ( jQuery.isArray( value ) ) {\n\t\t\t\treturn ( elem.checked = jQuery.inArray( jQuery(elem).val(), value ) >= 0 );\n\t\t\t}\n\t\t}\n\t};\n\tif ( !support.checkOn ) {\n\t\tjQuery.valHooks[ this ].get = function( elem ) {\n\t\t\treturn elem.getAttribute(\"value\") === null ? \"on\" : elem.value;\n\t\t};\n\t}\n});\n\n\n\n\n// Return jQuery for attributes-only inclusion\n\n\njQuery.each( (\"blur focus focusin focusout load resize scroll unload click dblclick \" +\n\t\"mousedown mouseup mousemove mouseover mouseout mouseenter mouseleave \" +\n\t\"change select submit keydown keypress keyup error contextmenu\").split(\" \"), function( i, name ) {\n\n\t// Handle event binding\n\tjQuery.fn[ name ] = function( data, fn ) {\n\t\treturn arguments.length > 0 ?\n\t\t\tthis.on( name, null, data, fn ) :\n\t\t\tthis.trigger( name );\n\t};\n});\n\njQuery.fn.extend({\n\thover: function( fnOver, fnOut ) {\n\t\treturn this.mouseenter( fnOver ).mouseleave( fnOut || fnOver );\n\t},\n\n\tbind: function( types, data, fn ) {\n\t\treturn this.on( types, null, data, fn );\n\t},\n\tunbind: function( types, fn ) {\n\t\treturn this.off( types, null, fn );\n\t},\n\n\tdelegate: function( selector, types, data, fn ) {\n\t\treturn this.on( types, selector, data, fn );\n\t},\n\tundelegate: function( selector, types, fn ) {\n\t\t// ( namespace ) or ( selector, types [, fn] )\n\t\treturn arguments.length === 1 ? this.off( selector, \"**\" ) : this.off( types, selector || \"**\", fn );\n\t}\n});\n\n\nvar nonce = jQuery.now();\n\nvar rquery = (/\\?/);\n\n\n\n// Support: Android 2.3\n// Workaround failure to string-cast null input\njQuery.parseJSON = function( data ) {\n\treturn JSON.parse( data + \"\" );\n};\n\n\n// Cross-browser xml parsing\njQuery.parseXML = function( data ) {\n\tvar xml, tmp;\n\tif ( !data || typeof data !== \"string\" ) {\n\t\treturn null;\n\t}\n\n\t// Support: IE9\n\ttry {\n\t\ttmp = new DOMParser();\n\t\txml = tmp.parseFromString( data, \"text/xml\" );\n\t} catch ( e ) {\n\t\txml = undefined;\n\t}\n\n\tif ( !xml || xml.getElementsByTagName( \"parsererror\" ).length ) {\n\t\tjQuery.error( \"Invalid XML: \" + data );\n\t}\n\treturn xml;\n};\n\n\nvar\n\trhash = /#.*$/,\n\trts = /([?&])_=[^&]*/,\n\trheaders = /^(.*?):[ \\t]*([^\\r\\n]*)$/mg,\n\t// #7653, #8125, #8152: local protocol detection\n\trlocalProtocol = /^(?:about|app|app-storage|.+-extension|file|res|widget):$/,\n\trnoContent = /^(?:GET|HEAD)$/,\n\trprotocol = /^\\/\\//,\n\trurl = /^([\\w.+-]+:)(?:\\/\\/(?:[^\\/?#]*@|)([^\\/?#:]*)(?::(\\d+)|)|)/,\n\n\t/* Prefilters\n\t * 1) They are useful to introduce custom dataTypes (see ajax/jsonp.js for an example)\n\t * 2) These are called:\n\t * - BEFORE asking for a transport\n\t * - AFTER param serialization (s.data is a string if s.processData is true)\n\t * 3) key is the dataType\n\t * 4) the catchall symbol \"*\" can be used\n\t * 5) execution will start with transport dataType and THEN continue down to \"*\" if needed\n\t */\n\tprefilters = {},\n\n\t/* Transports bindings\n\t * 1) key is the dataType\n\t * 2) the catchall symbol \"*\" can be used\n\t * 3) selection will start with transport dataType and THEN go to \"*\" if needed\n\t */\n\ttransports = {},\n\n\t// Avoid comment-prolog char sequence (#10098); must appease lint and evade compression\n\tallTypes = \"*/\".concat( \"*\" ),\n\n\t// Document location\n\tajaxLocation = window.location.href,\n\n\t// Segment location into parts\n\tajaxLocParts = rurl.exec( ajaxLocation.toLowerCase() ) || [];\n\n// Base \"constructor\" for jQuery.ajaxPrefilter and jQuery.ajaxTransport\nfunction addToPrefiltersOrTransports( structure ) {\n\n\t// dataTypeExpression is optional and defaults to \"*\"\n\treturn function( dataTypeExpression, func ) {\n\n\t\tif ( typeof dataTypeExpression !== \"string\" ) {\n\t\t\tfunc = dataTypeExpression;\n\t\t\tdataTypeExpression = \"*\";\n\t\t}\n\n\t\tvar dataType,\n\t\t\ti = 0,\n\t\t\tdataTypes = dataTypeExpression.toLowerCase().match( rnotwhite ) || [];\n\n\t\tif ( jQuery.isFunction( func ) ) {\n\t\t\t// For each dataType in the dataTypeExpression\n\t\t\twhile ( (dataType = dataTypes[i++]) ) {\n\t\t\t\t// Prepend if requested\n\t\t\t\tif ( dataType[0] === \"+\" ) {\n\t\t\t\t\tdataType = dataType.slice( 1 ) || \"*\";\n\t\t\t\t\t(structure[ dataType ] = structure[ dataType ] || []).unshift( func );\n\n\t\t\t\t// Otherwise append\n\t\t\t\t} else {\n\t\t\t\t\t(structure[ dataType ] = structure[ dataType ] || []).push( func );\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t};\n}\n\n// Base inspection function for prefilters and transports\nfunction inspectPrefiltersOrTransports( structure, options, originalOptions, jqXHR ) {\n\n\tvar inspected = {},\n\t\tseekingTransport = ( structure === transports );\n\n\tfunction inspect( dataType ) {\n\t\tvar selected;\n\t\tinspected[ dataType ] = true;\n\t\tjQuery.each( structure[ dataType ] || [], function( _, prefilterOrFactory ) {\n\t\t\tvar dataTypeOrTransport = prefilterOrFactory( options, originalOptions, jqXHR );\n\t\t\tif ( typeof dataTypeOrTransport === \"string\" && !seekingTransport && !inspected[ dataTypeOrTransport ] ) {\n\t\t\t\toptions.dataTypes.unshift( dataTypeOrTransport );\n\t\t\t\tinspect( dataTypeOrTransport );\n\t\t\t\treturn false;\n\t\t\t} else if ( seekingTransport ) {\n\t\t\t\treturn !( selected = dataTypeOrTransport );\n\t\t\t}\n\t\t});\n\t\treturn selected;\n\t}\n\n\treturn inspect( options.dataTypes[ 0 ] ) || !inspected[ \"*\" ] && inspect( \"*\" );\n}\n\n// A special extend for ajax options\n// that takes \"flat\" options (not to be deep extended)\n// Fixes #9887\nfunction ajaxExtend( target, src ) {\n\tvar key, deep,\n\t\tflatOptions = jQuery.ajaxSettings.flatOptions || {};\n\n\tfor ( key in src ) {\n\t\tif ( src[ key ] !== undefined ) {\n\t\t\t( flatOptions[ key ] ? target : ( deep || (deep = {}) ) )[ key ] = src[ key ];\n\t\t}\n\t}\n\tif ( deep ) {\n\t\tjQuery.extend( true, target, deep );\n\t}\n\n\treturn target;\n}\n\n/* Handles responses to an ajax request:\n * - finds the right dataType (mediates between content-type and expected dataType)\n * - returns the corresponding response\n */\nfunction ajaxHandleResponses( s, jqXHR, responses ) {\n\n\tvar ct, type, finalDataType, firstDataType,\n\t\tcontents = s.contents,\n\t\tdataTypes = s.dataTypes;\n\n\t// Remove auto dataType and get content-type in the process\n\twhile ( dataTypes[ 0 ] === \"*\" ) {\n\t\tdataTypes.shift();\n\t\tif ( ct === undefined ) {\n\t\t\tct = s.mimeType || jqXHR.getResponseHeader(\"Content-Type\");\n\t\t}\n\t}\n\n\t// Check if we're dealing with a known content-type\n\tif ( ct ) {\n\t\tfor ( type in contents ) {\n\t\t\tif ( contents[ type ] && contents[ type ].test( ct ) ) {\n\t\t\t\tdataTypes.unshift( type );\n\t\t\t\tbreak;\n\t\t\t}\n\t\t}\n\t}\n\n\t// Check to see if we have a response for the expected dataType\n\tif ( dataTypes[ 0 ] in responses ) {\n\t\tfinalDataType = dataTypes[ 0 ];\n\t} else {\n\t\t// Try convertible dataTypes\n\t\tfor ( type in responses ) {\n\t\t\tif ( !dataTypes[ 0 ] || s.converters[ type + \" \" + dataTypes[0] ] ) {\n\t\t\t\tfinalDataType = type;\n\t\t\t\tbreak;\n\t\t\t}\n\t\t\tif ( !firstDataType ) {\n\t\t\t\tfirstDataType = type;\n\t\t\t}\n\t\t}\n\t\t// Or just use first one\n\t\tfinalDataType = finalDataType || firstDataType;\n\t}\n\n\t// If we found a dataType\n\t// We add the dataType to the list if needed\n\t// and return the corresponding response\n\tif ( finalDataType ) {\n\t\tif ( finalDataType !== dataTypes[ 0 ] ) {\n\t\t\tdataTypes.unshift( finalDataType );\n\t\t}\n\t\treturn responses[ finalDataType ];\n\t}\n}\n\n/* Chain conversions given the request and the original response\n * Also sets the responseXXX fields on the jqXHR instance\n */\nfunction ajaxConvert( s, response, jqXHR, isSuccess ) {\n\tvar conv2, current, conv, tmp, prev,\n\t\tconverters = {},\n\t\t// Work with a copy of dataTypes in case we need to modify it for conversion\n\t\tdataTypes = s.dataTypes.slice();\n\n\t// Create converters map with lowercased keys\n\tif ( dataTypes[ 1 ] ) {\n\t\tfor ( conv in s.converters ) {\n\t\t\tconverters[ conv.toLowerCase() ] = s.converters[ conv ];\n\t\t}\n\t}\n\n\tcurrent = dataTypes.shift();\n\n\t// Convert to each sequential dataType\n\twhile ( current ) {\n\n\t\tif ( s.responseFields[ current ] ) {\n\t\t\tjqXHR[ s.responseFields[ current ] ] = response;\n\t\t}\n\n\t\t// Apply the dataFilter if provided\n\t\tif ( !prev && isSuccess && s.dataFilter ) {\n\t\t\tresponse = s.dataFilter( response, s.dataType );\n\t\t}\n\n\t\tprev = current;\n\t\tcurrent = dataTypes.shift();\n\n\t\tif ( current ) {\n\n\t\t// There's only work to do if current dataType is non-auto\n\t\t\tif ( current === \"*\" ) {\n\n\t\t\t\tcurrent = prev;\n\n\t\t\t// Convert response if prev dataType is non-auto and differs from current\n\t\t\t} else if ( prev !== \"*\" && prev !== current ) {\n\n\t\t\t\t// Seek a direct converter\n\t\t\t\tconv = converters[ prev + \" \" + current ] || converters[ \"* \" + current ];\n\n\t\t\t\t// If none found, seek a pair\n\t\t\t\tif ( !conv ) {\n\t\t\t\t\tfor ( conv2 in converters ) {\n\n\t\t\t\t\t\t// If conv2 outputs current\n\t\t\t\t\t\ttmp = conv2.split( \" \" );\n\t\t\t\t\t\tif ( tmp[ 1 ] === current ) {\n\n\t\t\t\t\t\t\t// If prev can be converted to accepted input\n\t\t\t\t\t\t\tconv = converters[ prev + \" \" + tmp[ 0 ] ] ||\n\t\t\t\t\t\t\t\tconverters[ \"* \" + tmp[ 0 ] ];\n\t\t\t\t\t\t\tif ( conv ) {\n\t\t\t\t\t\t\t\t// Condense equivalence converters\n\t\t\t\t\t\t\t\tif ( conv === true ) {\n\t\t\t\t\t\t\t\t\tconv = converters[ conv2 ];\n\n\t\t\t\t\t\t\t\t// Otherwise, insert the intermediate dataType\n\t\t\t\t\t\t\t\t} else if ( converters[ conv2 ] !== true ) {\n\t\t\t\t\t\t\t\t\tcurrent = tmp[ 0 ];\n\t\t\t\t\t\t\t\t\tdataTypes.unshift( tmp[ 1 ] );\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\tbreak;\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\n\t\t\t\t// Apply converter (if not an equivalence)\n\t\t\t\tif ( conv !== true ) {\n\n\t\t\t\t\t// Unless errors are allowed to bubble, catch and return them\n\t\t\t\t\tif ( conv && s[ \"throws\" ] ) {\n\t\t\t\t\t\tresponse = conv( response );\n\t\t\t\t\t} else {\n\t\t\t\t\t\ttry {\n\t\t\t\t\t\t\tresponse = conv( response );\n\t\t\t\t\t\t} catch ( e ) {\n\t\t\t\t\t\t\treturn { state: \"parsererror\", error: conv ? e : \"No conversion from \" + prev + \" to \" + current };\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n\n\treturn { state: \"success\", data: response };\n}\n\njQuery.extend({\n\n\t// Counter for holding the number of active queries\n\tactive: 0,\n\n\t// Last-Modified header cache for next request\n\tlastModified: {},\n\tetag: {},\n\n\tajaxSettings: {\n\t\turl: ajaxLocation,\n\t\ttype: \"GET\",\n\t\tisLocal: rlocalProtocol.test( ajaxLocParts[ 1 ] ),\n\t\tglobal: true,\n\t\tprocessData: true,\n\t\tasync: true,\n\t\tcontentType: \"application/x-www-form-urlencoded; charset=UTF-8\",\n\t\t/*\n\t\ttimeout: 0,\n\t\tdata: null,\n\t\tdataType: null,\n\t\tusername: null,\n\t\tpassword: null,\n\t\tcache: null,\n\t\tthrows: false,\n\t\ttraditional: false,\n\t\theaders: {},\n\t\t*/\n\n\t\taccepts: {\n\t\t\t\"*\": allTypes,\n\t\t\ttext: \"text/plain\",\n\t\t\thtml: \"text/html\",\n\t\t\txml: \"application/xml, text/xml\",\n\t\t\tjson: \"application/json, text/javascript\"\n\t\t},\n\n\t\tcontents: {\n\t\t\txml: /xml/,\n\t\t\thtml: /html/,\n\t\t\tjson: /json/\n\t\t},\n\n\t\tresponseFields: {\n\t\t\txml: \"responseXML\",\n\t\t\ttext: \"responseText\",\n\t\t\tjson: \"responseJSON\"\n\t\t},\n\n\t\t// Data converters\n\t\t// Keys separate source (or catchall \"*\") and destination types with a single space\n\t\tconverters: {\n\n\t\t\t// Convert anything to text\n\t\t\t\"* text\": String,\n\n\t\t\t// Text to html (true = no transformation)\n\t\t\t\"text html\": true,\n\n\t\t\t// Evaluate text as a json expression\n\t\t\t\"text json\": jQuery.parseJSON,\n\n\t\t\t// Parse text as xml\n\t\t\t\"text xml\": jQuery.parseXML\n\t\t},\n\n\t\t// For options that shouldn't be deep extended:\n\t\t// you can add your own custom options here if\n\t\t// and when you create one that shouldn't be\n\t\t// deep extended (see ajaxExtend)\n\t\tflatOptions: {\n\t\t\turl: true,\n\t\t\tcontext: true\n\t\t}\n\t},\n\n\t// Creates a full fledged settings object into target\n\t// with both ajaxSettings and settings fields.\n\t// If target is omitted, writes into ajaxSettings.\n\tajaxSetup: function( target, settings ) {\n\t\treturn settings ?\n\n\t\t\t// Building a settings object\n\t\t\tajaxExtend( ajaxExtend( target, jQuery.ajaxSettings ), settings ) :\n\n\t\t\t// Extending ajaxSettings\n\t\t\tajaxExtend( jQuery.ajaxSettings, target );\n\t},\n\n\tajaxPrefilter: addToPrefiltersOrTransports( prefilters ),\n\tajaxTransport: addToPrefiltersOrTransports( transports ),\n\n\t// Main method\n\tajax: function( url, options ) {\n\n\t\t// If url is an object, simulate pre-1.5 signature\n\t\tif ( typeof url === \"object\" ) {\n\t\t\toptions = url;\n\t\t\turl = undefined;\n\t\t}\n\n\t\t// Force options to be an object\n\t\toptions = options || {};\n\n\t\tvar transport,\n\t\t\t// URL without anti-cache param\n\t\t\tcacheURL,\n\t\t\t// Response headers\n\t\t\tresponseHeadersString,\n\t\t\tresponseHeaders,\n\t\t\t// timeout handle\n\t\t\ttimeoutTimer,\n\t\t\t// Cross-domain detection vars\n\t\t\tparts,\n\t\t\t// To know if global events are to be dispatched\n\t\t\tfireGlobals,\n\t\t\t// Loop variable\n\t\t\ti,\n\t\t\t// Create the final options object\n\t\t\ts = jQuery.ajaxSetup( {}, options ),\n\t\t\t// Callbacks context\n\t\t\tcallbackContext = s.context || s,\n\t\t\t// Context for global events is callbackContext if it is a DOM node or jQuery collection\n\t\t\tglobalEventContext = s.context && ( callbackContext.nodeType || callbackContext.jquery ) ?\n\t\t\t\tjQuery( callbackContext ) :\n\t\t\t\tjQuery.event,\n\t\t\t// Deferreds\n\t\t\tdeferred = jQuery.Deferred(),\n\t\t\tcompleteDeferred = jQuery.Callbacks(\"once memory\"),\n\t\t\t// Status-dependent callbacks\n\t\t\tstatusCode = s.statusCode || {},\n\t\t\t// Headers (they are sent all at once)\n\t\t\trequestHeaders = {},\n\t\t\trequestHeadersNames = {},\n\t\t\t// The jqXHR state\n\t\t\tstate = 0,\n\t\t\t// Default abort message\n\t\t\tstrAbort = \"canceled\",\n\t\t\t// Fake xhr\n\t\t\tjqXHR = {\n\t\t\t\treadyState: 0,\n\n\t\t\t\t// Builds headers hashtable if needed\n\t\t\t\tgetResponseHeader: function( key ) {\n\t\t\t\t\tvar match;\n\t\t\t\t\tif ( state === 2 ) {\n\t\t\t\t\t\tif ( !responseHeaders ) {\n\t\t\t\t\t\t\tresponseHeaders = {};\n\t\t\t\t\t\t\twhile ( (match = rheaders.exec( responseHeadersString )) ) {\n\t\t\t\t\t\t\t\tresponseHeaders[ match[1].toLowerCase() ] = match[ 2 ];\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t\tmatch = responseHeaders[ key.toLowerCase() ];\n\t\t\t\t\t}\n\t\t\t\t\treturn match == null ? null : match;\n\t\t\t\t},\n\n\t\t\t\t// Raw string\n\t\t\t\tgetAllResponseHeaders: function() {\n\t\t\t\t\treturn state === 2 ? responseHeadersString : null;\n\t\t\t\t},\n\n\t\t\t\t// Caches the header\n\t\t\t\tsetRequestHeader: function( name, value ) {\n\t\t\t\t\tvar lname = name.toLowerCase();\n\t\t\t\t\tif ( !state ) {\n\t\t\t\t\t\tname = requestHeadersNames[ lname ] = requestHeadersNames[ lname ] || name;\n\t\t\t\t\t\trequestHeaders[ name ] = value;\n\t\t\t\t\t}\n\t\t\t\t\treturn this;\n\t\t\t\t},\n\n\t\t\t\t// Overrides response content-type header\n\t\t\t\toverrideMimeType: function( type ) {\n\t\t\t\t\tif ( !state ) {\n\t\t\t\t\t\ts.mimeType = type;\n\t\t\t\t\t}\n\t\t\t\t\treturn this;\n\t\t\t\t},\n\n\t\t\t\t// Status-dependent callbacks\n\t\t\t\tstatusCode: function( map ) {\n\t\t\t\t\tvar code;\n\t\t\t\t\tif ( map ) {\n\t\t\t\t\t\tif ( state < 2 ) {\n\t\t\t\t\t\t\tfor ( code in map ) {\n\t\t\t\t\t\t\t\t// Lazy-add the new callback in a way that preserves old ones\n\t\t\t\t\t\t\t\tstatusCode[ code ] = [ statusCode[ code ], map[ code ] ];\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t// Execute the appropriate callbacks\n\t\t\t\t\t\t\tjqXHR.always( map[ jqXHR.status ] );\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t\treturn this;\n\t\t\t\t},\n\n\t\t\t\t// Cancel the request\n\t\t\t\tabort: function( statusText ) {\n\t\t\t\t\tvar finalText = statusText || strAbort;\n\t\t\t\t\tif ( transport ) {\n\t\t\t\t\t\ttransport.abort( finalText );\n\t\t\t\t\t}\n\t\t\t\t\tdone( 0, finalText );\n\t\t\t\t\treturn this;\n\t\t\t\t}\n\t\t\t};\n\n\t\t// Attach deferreds\n\t\tdeferred.promise( jqXHR ).complete = completeDeferred.add;\n\t\tjqXHR.success = jqXHR.done;\n\t\tjqXHR.error = jqXHR.fail;\n\n\t\t// Remove hash character (#7531: and string promotion)\n\t\t// Add protocol if not provided (prefilters might expect it)\n\t\t// Handle falsy url in the settings object (#10093: consistency with old signature)\n\t\t// We also use the url parameter if available\n\t\ts.url = ( ( url || s.url || ajaxLocation ) + \"\" ).replace( rhash, \"\" )\n\t\t\t.replace( rprotocol, ajaxLocParts[ 1 ] + \"//\" );\n\n\t\t// Alias method option to type as per ticket #12004\n\t\ts.type = options.method || options.type || s.method || s.type;\n\n\t\t// Extract dataTypes list\n\t\ts.dataTypes = jQuery.trim( s.dataType || \"*\" ).toLowerCase().match( rnotwhite ) || [ \"\" ];\n\n\t\t// A cross-domain request is in order when we have a protocol:host:port mismatch\n\t\tif ( s.crossDomain == null ) {\n\t\t\tparts = rurl.exec( s.url.toLowerCase() );\n\t\t\ts.crossDomain = !!( parts &&\n\t\t\t\t( parts[ 1 ] !== ajaxLocParts[ 1 ] || parts[ 2 ] !== ajaxLocParts[ 2 ] ||\n\t\t\t\t\t( parts[ 3 ] || ( parts[ 1 ] === \"http:\" ? \"80\" : \"443\" ) ) !==\n\t\t\t\t\t\t( ajaxLocParts[ 3 ] || ( ajaxLocParts[ 1 ] === \"http:\" ? \"80\" : \"443\" ) ) )\n\t\t\t);\n\t\t}\n\n\t\t// Convert data if not already a string\n\t\tif ( s.data && s.processData && typeof s.data !== \"string\" ) {\n\t\t\ts.data = jQuery.param( s.data, s.traditional );\n\t\t}\n\n\t\t// Apply prefilters\n\t\tinspectPrefiltersOrTransports( prefilters, s, options, jqXHR );\n\n\t\t// If request was aborted inside a prefilter, stop there\n\t\tif ( state === 2 ) {\n\t\t\treturn jqXHR;\n\t\t}\n\n\t\t// We can fire global events as of now if asked to\n\t\t// Don't fire events if jQuery.event is undefined in an AMD-usage scenario (#15118)\n\t\tfireGlobals = jQuery.event && s.global;\n\n\t\t// Watch for a new set of requests\n\t\tif ( fireGlobals && jQuery.active++ === 0 ) {\n\t\t\tjQuery.event.trigger(\"ajaxStart\");\n\t\t}\n\n\t\t// Uppercase the type\n\t\ts.type = s.type.toUpperCase();\n\n\t\t// Determine if request has content\n\t\ts.hasContent = !rnoContent.test( s.type );\n\n\t\t// Save the URL in case we're toying with the If-Modified-Since\n\t\t// and/or If-None-Match header later on\n\t\tcacheURL = s.url;\n\n\t\t// More options handling for requests with no content\n\t\tif ( !s.hasContent ) {\n\n\t\t\t// If data is available, append data to url\n\t\t\tif ( s.data ) {\n\t\t\t\tcacheURL = ( s.url += ( rquery.test( cacheURL ) ? \"&\" : \"?\" ) + s.data );\n\t\t\t\t// #9682: remove data so that it's not used in an eventual retry\n\t\t\t\tdelete s.data;\n\t\t\t}\n\n\t\t\t// Add anti-cache in url if needed\n\t\t\tif ( s.cache === false ) {\n\t\t\t\ts.url = rts.test( cacheURL ) ?\n\n\t\t\t\t\t// If there is already a '_' parameter, set its value\n\t\t\t\t\tcacheURL.replace( rts, \"$1_=\" + nonce++ ) :\n\n\t\t\t\t\t// Otherwise add one to the end\n\t\t\t\t\tcacheURL + ( rquery.test( cacheURL ) ? \"&\" : \"?\" ) + \"_=\" + nonce++;\n\t\t\t}\n\t\t}\n\n\t\t// Set the If-Modified-Since and/or If-None-Match header, if in ifModified mode.\n\t\tif ( s.ifModified ) {\n\t\t\tif ( jQuery.lastModified[ cacheURL ] ) {\n\t\t\t\tjqXHR.setRequestHeader( \"If-Modified-Since\", jQuery.lastModified[ cacheURL ] );\n\t\t\t}\n\t\t\tif ( jQuery.etag[ cacheURL ] ) {\n\t\t\t\tjqXHR.setRequestHeader( \"If-None-Match\", jQuery.etag[ cacheURL ] );\n\t\t\t}\n\t\t}\n\n\t\t// Set the correct header, if data is being sent\n\t\tif ( s.data && s.hasContent && s.contentType !== false || options.contentType ) {\n\t\t\tjqXHR.setRequestHeader( \"Content-Type\", s.contentType );\n\t\t}\n\n\t\t// Set the Accepts header for the server, depending on the dataType\n\t\tjqXHR.setRequestHeader(\n\t\t\t\"Accept\",\n\t\t\ts.dataTypes[ 0 ] && s.accepts[ s.dataTypes[0] ] ?\n\t\t\t\ts.accepts[ s.dataTypes[0] ] + ( s.dataTypes[ 0 ] !== \"*\" ? \", \" + allTypes + \"; q=0.01\" : \"\" ) :\n\t\t\t\ts.accepts[ \"*\" ]\n\t\t);\n\n\t\t// Check for headers option\n\t\tfor ( i in s.headers ) {\n\t\t\tjqXHR.setRequestHeader( i, s.headers[ i ] );\n\t\t}\n\n\t\t// Allow custom headers/mimetypes and early abort\n\t\tif ( s.beforeSend && ( s.beforeSend.call( callbackContext, jqXHR, s ) === false || state === 2 ) ) {\n\t\t\t// Abort if not done already and return\n\t\t\treturn jqXHR.abort();\n\t\t}\n\n\t\t// Aborting is no longer a cancellation\n\t\tstrAbort = \"abort\";\n\n\t\t// Install callbacks on deferreds\n\t\tfor ( i in { success: 1, error: 1, complete: 1 } ) {\n\t\t\tjqXHR[ i ]( s[ i ] );\n\t\t}\n\n\t\t// Get transport\n\t\ttransport = inspectPrefiltersOrTransports( transports, s, options, jqXHR );\n\n\t\t// If no transport, we auto-abort\n\t\tif ( !transport ) {\n\t\t\tdone( -1, \"No Transport\" );\n\t\t} else {\n\t\t\tjqXHR.readyState = 1;\n\n\t\t\t// Send global event\n\t\t\tif ( fireGlobals ) {\n\t\t\t\tglobalEventContext.trigger( \"ajaxSend\", [ jqXHR, s ] );\n\t\t\t}\n\t\t\t// Timeout\n\t\t\tif ( s.async && s.timeout > 0 ) {\n\t\t\t\ttimeoutTimer = setTimeout(function() {\n\t\t\t\t\tjqXHR.abort(\"timeout\");\n\t\t\t\t}, s.timeout );\n\t\t\t}\n\n\t\t\ttry {\n\t\t\t\tstate = 1;\n\t\t\t\ttransport.send( requestHeaders, done );\n\t\t\t} catch ( e ) {\n\t\t\t\t// Propagate exception as error if not done\n\t\t\t\tif ( state < 2 ) {\n\t\t\t\t\tdone( -1, e );\n\t\t\t\t// Simply rethrow otherwise\n\t\t\t\t} else {\n\t\t\t\t\tthrow e;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\t// Callback for when everything is done\n\t\tfunction done( status, nativeStatusText, responses, headers ) {\n\t\t\tvar isSuccess, success, error, response, modified,\n\t\t\t\tstatusText = nativeStatusText;\n\n\t\t\t// Called once\n\t\t\tif ( state === 2 ) {\n\t\t\t\treturn;\n\t\t\t}\n\n\t\t\t// State is \"done\" now\n\t\t\tstate = 2;\n\n\t\t\t// Clear timeout if it exists\n\t\t\tif ( timeoutTimer ) {\n\t\t\t\tclearTimeout( timeoutTimer );\n\t\t\t}\n\n\t\t\t// Dereference transport for early garbage collection\n\t\t\t// (no matter how long the jqXHR object will be used)\n\t\t\ttransport = undefined;\n\n\t\t\t// Cache response headers\n\t\t\tresponseHeadersString = headers || \"\";\n\n\t\t\t// Set readyState\n\t\t\tjqXHR.readyState = status > 0 ? 4 : 0;\n\n\t\t\t// Determine if successful\n\t\t\tisSuccess = status >= 200 && status < 300 || status === 304;\n\n\t\t\t// Get response data\n\t\t\tif ( responses ) {\n\t\t\t\tresponse = ajaxHandleResponses( s, jqXHR, responses );\n\t\t\t}\n\n\t\t\t// Convert no matter what (that way responseXXX fields are always set)\n\t\t\tresponse = ajaxConvert( s, response, jqXHR, isSuccess );\n\n\t\t\t// If successful, handle type chaining\n\t\t\tif ( isSuccess ) {\n\n\t\t\t\t// Set the If-Modified-Since and/or If-None-Match header, if in ifModified mode.\n\t\t\t\tif ( s.ifModified ) {\n\t\t\t\t\tmodified = jqXHR.getResponseHeader(\"Last-Modified\");\n\t\t\t\t\tif ( modified ) {\n\t\t\t\t\t\tjQuery.lastModified[ cacheURL ] = modified;\n\t\t\t\t\t}\n\t\t\t\t\tmodified = jqXHR.getResponseHeader(\"etag\");\n\t\t\t\t\tif ( modified ) {\n\t\t\t\t\t\tjQuery.etag[ cacheURL ] = modified;\n\t\t\t\t\t}\n\t\t\t\t}\n\n\t\t\t\t// if no content\n\t\t\t\tif ( status === 204 || s.type === \"HEAD\" ) {\n\t\t\t\t\tstatusText = \"nocontent\";\n\n\t\t\t\t// if not modified\n\t\t\t\t} else if ( status === 304 ) {\n\t\t\t\t\tstatusText = \"notmodified\";\n\n\t\t\t\t// If we have data, let's convert it\n\t\t\t\t} else {\n\t\t\t\t\tstatusText = response.state;\n\t\t\t\t\tsuccess = response.data;\n\t\t\t\t\terror = response.error;\n\t\t\t\t\tisSuccess = !error;\n\t\t\t\t}\n\t\t\t} else {\n\t\t\t\t// Extract error from statusText and normalize for non-aborts\n\t\t\t\terror = statusText;\n\t\t\t\tif ( status || !statusText ) {\n\t\t\t\t\tstatusText = \"error\";\n\t\t\t\t\tif ( status < 0 ) {\n\t\t\t\t\t\tstatus = 0;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\n\t\t\t// Set data for the fake xhr object\n\t\t\tjqXHR.status = status;\n\t\t\tjqXHR.statusText = ( nativeStatusText || statusText ) + \"\";\n\n\t\t\t// Success/Error\n\t\t\tif ( isSuccess ) {\n\t\t\t\tdeferred.resolveWith( callbackContext, [ success, statusText, jqXHR ] );\n\t\t\t} else {\n\t\t\t\tdeferred.rejectWith( callbackContext, [ jqXHR, statusText, error ] );\n\t\t\t}\n\n\t\t\t// Status-dependent callbacks\n\t\t\tjqXHR.statusCode( statusCode );\n\t\t\tstatusCode = undefined;\n\n\t\t\tif ( fireGlobals ) {\n\t\t\t\tglobalEventContext.trigger( isSuccess ? \"ajaxSuccess\" : \"ajaxError\",\n\t\t\t\t\t[ jqXHR, s, isSuccess ? success : error ] );\n\t\t\t}\n\n\t\t\t// Complete\n\t\t\tcompleteDeferred.fireWith( callbackContext, [ jqXHR, statusText ] );\n\n\t\t\tif ( fireGlobals ) {\n\t\t\t\tglobalEventContext.trigger( \"ajaxComplete\", [ jqXHR, s ] );\n\t\t\t\t// Handle the global AJAX counter\n\t\t\t\tif ( !( --jQuery.active ) ) {\n\t\t\t\t\tjQuery.event.trigger(\"ajaxStop\");\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\treturn jqXHR;\n\t},\n\n\tgetJSON: function( url, data, callback ) {\n\t\treturn jQuery.get( url, data, callback, \"json\" );\n\t},\n\n\tgetScript: function( url, callback ) {\n\t\treturn jQuery.get( url, undefined, callback, \"script\" );\n\t}\n});\n\njQuery.each( [ \"get\", \"post\" ], function( i, method ) {\n\tjQuery[ method ] = function( url, data, callback, type ) {\n\t\t// Shift arguments if data argument was omitted\n\t\tif ( jQuery.isFunction( data ) ) {\n\t\t\ttype = type || callback;\n\t\t\tcallback = data;\n\t\t\tdata = undefined;\n\t\t}\n\n\t\treturn jQuery.ajax({\n\t\t\turl: url,\n\t\t\ttype: method,\n\t\t\tdataType: type,\n\t\t\tdata: data,\n\t\t\tsuccess: callback\n\t\t});\n\t};\n});\n\n\njQuery._evalUrl = function( url ) {\n\treturn jQuery.ajax({\n\t\turl: url,\n\t\ttype: \"GET\",\n\t\tdataType: \"script\",\n\t\tasync: false,\n\t\tglobal: false,\n\t\t\"throws\": true\n\t});\n};\n\n\njQuery.fn.extend({\n\twrapAll: function( html ) {\n\t\tvar wrap;\n\n\t\tif ( jQuery.isFunction( html ) ) {\n\t\t\treturn this.each(function( i ) {\n\t\t\t\tjQuery( this ).wrapAll( html.call(this, i) );\n\t\t\t});\n\t\t}\n\n\t\tif ( this[ 0 ] ) {\n\n\t\t\t// The elements to wrap the target around\n\t\t\twrap = jQuery( html, this[ 0 ].ownerDocument ).eq( 0 ).clone( true );\n\n\t\t\tif ( this[ 0 ].parentNode ) {\n\t\t\t\twrap.insertBefore( this[ 0 ] );\n\t\t\t}\n\n\t\t\twrap.map(function() {\n\t\t\t\tvar elem = this;\n\n\t\t\t\twhile ( elem.firstElementChild ) {\n\t\t\t\t\telem = elem.firstElementChild;\n\t\t\t\t}\n\n\t\t\t\treturn elem;\n\t\t\t}).append( this );\n\t\t}\n\n\t\treturn this;\n\t},\n\n\twrapInner: function( html ) {\n\t\tif ( jQuery.isFunction( html ) ) {\n\t\t\treturn this.each(function( i ) {\n\t\t\t\tjQuery( this ).wrapInner( html.call(this, i) );\n\t\t\t});\n\t\t}\n\n\t\treturn this.each(function() {\n\t\t\tvar self = jQuery( this ),\n\t\t\t\tcontents = self.contents();\n\n\t\t\tif ( contents.length ) {\n\t\t\t\tcontents.wrapAll( html );\n\n\t\t\t} else {\n\t\t\t\tself.append( html );\n\t\t\t}\n\t\t});\n\t},\n\n\twrap: function( html ) {\n\t\tvar isFunction = jQuery.isFunction( html );\n\n\t\treturn this.each(function( i ) {\n\t\t\tjQuery( this ).wrapAll( isFunction ? html.call(this, i) : html );\n\t\t});\n\t},\n\n\tunwrap: function() {\n\t\treturn this.parent().each(function() {\n\t\t\tif ( !jQuery.nodeName( this, \"body\" ) ) {\n\t\t\t\tjQuery( this ).replaceWith( this.childNodes );\n\t\t\t}\n\t\t}).end();\n\t}\n});\n\n\njQuery.expr.filters.hidden = function( elem ) {\n\t// Support: Opera <= 12.12\n\t// Opera reports offsetWidths and offsetHeights less than zero on some elements\n\treturn elem.offsetWidth <= 0 && elem.offsetHeight <= 0;\n};\njQuery.expr.filters.visible = function( elem ) {\n\treturn !jQuery.expr.filters.hidden( elem );\n};\n\n\n\n\nvar r20 = /%20/g,\n\trbracket = /\\[\\]$/,\n\trCRLF = /\\r?\\n/g,\n\trsubmitterTypes = /^(?:submit|button|image|reset|file)$/i,\n\trsubmittable = /^(?:input|select|textarea|keygen)/i;\n\nfunction buildParams( prefix, obj, traditional, add ) {\n\tvar name;\n\n\tif ( jQuery.isArray( obj ) ) {\n\t\t// Serialize array item.\n\t\tjQuery.each( obj, function( i, v ) {\n\t\t\tif ( traditional || rbracket.test( prefix ) ) {\n\t\t\t\t// Treat each array item as a scalar.\n\t\t\t\tadd( prefix, v );\n\n\t\t\t} else {\n\t\t\t\t// Item is non-scalar (array or object), encode its numeric index.\n\t\t\t\tbuildParams( prefix + \"[\" + ( typeof v === \"object\" ? i : \"\" ) + \"]\", v, traditional, add );\n\t\t\t}\n\t\t});\n\n\t} else if ( !traditional && jQuery.type( obj ) === \"object\" ) {\n\t\t// Serialize object item.\n\t\tfor ( name in obj ) {\n\t\t\tbuildParams( prefix + \"[\" + name + \"]\", obj[ name ], traditional, add );\n\t\t}\n\n\t} else {\n\t\t// Serialize scalar item.\n\t\tadd( prefix, obj );\n\t}\n}\n\n// Serialize an array of form elements or a set of\n// key/values into a query string\njQuery.param = function( a, traditional ) {\n\tvar prefix,\n\t\ts = [],\n\t\tadd = function( key, value ) {\n\t\t\t// If value is a function, invoke it and return its value\n\t\t\tvalue = jQuery.isFunction( value ) ? value() : ( value == null ? \"\" : value );\n\t\t\ts[ s.length ] = encodeURIComponent( key ) + \"=\" + encodeURIComponent( value );\n\t\t};\n\n\t// Set traditional to true for jQuery <= 1.3.2 behavior.\n\tif ( traditional === undefined ) {\n\t\ttraditional = jQuery.ajaxSettings && jQuery.ajaxSettings.traditional;\n\t}\n\n\t// If an array was passed in, assume that it is an array of form elements.\n\tif ( jQuery.isArray( a ) || ( a.jquery && !jQuery.isPlainObject( a ) ) ) {\n\t\t// Serialize the form elements\n\t\tjQuery.each( a, function() {\n\t\t\tadd( this.name, this.value );\n\t\t});\n\n\t} else {\n\t\t// If traditional, encode the \"old\" way (the way 1.3.2 or older\n\t\t// did it), otherwise encode params recursively.\n\t\tfor ( prefix in a ) {\n\t\t\tbuildParams( prefix, a[ prefix ], traditional, add );\n\t\t}\n\t}\n\n\t// Return the resulting serialization\n\treturn s.join( \"&\" ).replace( r20, \"+\" );\n};\n\njQuery.fn.extend({\n\tserialize: function() {\n\t\treturn jQuery.param( this.serializeArray() );\n\t},\n\tserializeArray: function() {\n\t\treturn this.map(function() {\n\t\t\t// Can add propHook for \"elements\" to filter or add form elements\n\t\t\tvar elements = jQuery.prop( this, \"elements\" );\n\t\t\treturn elements ? jQuery.makeArray( elements ) : this;\n\t\t})\n\t\t.filter(function() {\n\t\t\tvar type = this.type;\n\n\t\t\t// Use .is( \":disabled\" ) so that fieldset[disabled] works\n\t\t\treturn this.name && !jQuery( this ).is( \":disabled\" ) &&\n\t\t\t\trsubmittable.test( this.nodeName ) && !rsubmitterTypes.test( type ) &&\n\t\t\t\t( this.checked || !rcheckableType.test( type ) );\n\t\t})\n\t\t.map(function( i, elem ) {\n\t\t\tvar val = jQuery( this ).val();\n\n\t\t\treturn val == null ?\n\t\t\t\tnull :\n\t\t\t\tjQuery.isArray( val ) ?\n\t\t\t\t\tjQuery.map( val, function( val ) {\n\t\t\t\t\t\treturn { name: elem.name, value: val.replace( rCRLF, \"\\r\\n\" ) };\n\t\t\t\t\t}) :\n\t\t\t\t\t{ name: elem.name, value: val.replace( rCRLF, \"\\r\\n\" ) };\n\t\t}).get();\n\t}\n});\n\n\njQuery.ajaxSettings.xhr = function() {\n\ttry {\n\t\treturn new XMLHttpRequest();\n\t} catch( e ) {}\n};\n\nvar xhrId = 0,\n\txhrCallbacks = {},\n\txhrSuccessStatus = {\n\t\t// file protocol always yields status code 0, assume 200\n\t\t0: 200,\n\t\t// Support: IE9\n\t\t// #1450: sometimes IE returns 1223 when it should be 204\n\t\t1223: 204\n\t},\n\txhrSupported = jQuery.ajaxSettings.xhr();\n\n// Support: IE9\n// Open requests must be manually aborted on unload (#5280)\n// See https://support.microsoft.com/kb/2856746 for more info\nif ( window.attachEvent ) {\n\twindow.attachEvent( \"onunload\", function() {\n\t\tfor ( var key in xhrCallbacks ) {\n\t\t\txhrCallbacks[ key ]();\n\t\t}\n\t});\n}\n\nsupport.cors = !!xhrSupported && ( \"withCredentials\" in xhrSupported );\nsupport.ajax = xhrSupported = !!xhrSupported;\n\njQuery.ajaxTransport(function( options ) {\n\tvar callback;\n\n\t// Cross domain only allowed if supported through XMLHttpRequest\n\tif ( support.cors || xhrSupported && !options.crossDomain ) {\n\t\treturn {\n\t\t\tsend: function( headers, complete ) {\n\t\t\t\tvar i,\n\t\t\t\t\txhr = options.xhr(),\n\t\t\t\t\tid = ++xhrId;\n\n\t\t\t\txhr.open( options.type, options.url, options.async, options.username, options.password );\n\n\t\t\t\t// Apply custom fields if provided\n\t\t\t\tif ( options.xhrFields ) {\n\t\t\t\t\tfor ( i in options.xhrFields ) {\n\t\t\t\t\t\txhr[ i ] = options.xhrFields[ i ];\n\t\t\t\t\t}\n\t\t\t\t}\n\n\t\t\t\t// Override mime type if needed\n\t\t\t\tif ( options.mimeType && xhr.overrideMimeType ) {\n\t\t\t\t\txhr.overrideMimeType( options.mimeType );\n\t\t\t\t}\n\n\t\t\t\t// X-Requested-With header\n\t\t\t\t// For cross-domain requests, seeing as conditions for a preflight are\n\t\t\t\t// akin to a jigsaw puzzle, we simply never set it to be sure.\n\t\t\t\t// (it can always be set on a per-request basis or even using ajaxSetup)\n\t\t\t\t// For same-domain requests, won't change header if already provided.\n\t\t\t\tif ( !options.crossDomain && !headers[\"X-Requested-With\"] ) {\n\t\t\t\t\theaders[\"X-Requested-With\"] = \"XMLHttpRequest\";\n\t\t\t\t}\n\n\t\t\t\t// Set headers\n\t\t\t\tfor ( i in headers ) {\n\t\t\t\t\txhr.setRequestHeader( i, headers[ i ] );\n\t\t\t\t}\n\n\t\t\t\t// Callback\n\t\t\t\tcallback = function( type ) {\n\t\t\t\t\treturn function() {\n\t\t\t\t\t\tif ( callback ) {\n\t\t\t\t\t\t\tdelete xhrCallbacks[ id ];\n\t\t\t\t\t\t\tcallback = xhr.onload = xhr.onerror = null;\n\n\t\t\t\t\t\t\tif ( type === \"abort\" ) {\n\t\t\t\t\t\t\t\txhr.abort();\n\t\t\t\t\t\t\t} else if ( type === \"error\" ) {\n\t\t\t\t\t\t\t\tcomplete(\n\t\t\t\t\t\t\t\t\t// file: protocol always yields status 0; see #8605, #14207\n\t\t\t\t\t\t\t\t\txhr.status,\n\t\t\t\t\t\t\t\t\txhr.statusText\n\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\tcomplete(\n\t\t\t\t\t\t\t\t\txhrSuccessStatus[ xhr.status ] || xhr.status,\n\t\t\t\t\t\t\t\t\txhr.statusText,\n\t\t\t\t\t\t\t\t\t// Support: IE9\n\t\t\t\t\t\t\t\t\t// Accessing binary-data responseText throws an exception\n\t\t\t\t\t\t\t\t\t// (#11426)\n\t\t\t\t\t\t\t\t\ttypeof xhr.responseText === \"string\" ? {\n\t\t\t\t\t\t\t\t\t\ttext: xhr.responseText\n\t\t\t\t\t\t\t\t\t} : undefined,\n\t\t\t\t\t\t\t\t\txhr.getAllResponseHeaders()\n\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t};\n\t\t\t\t};\n\n\t\t\t\t// Listen to events\n\t\t\t\txhr.onload = callback();\n\t\t\t\txhr.onerror = callback(\"error\");\n\n\t\t\t\t// Create the abort callback\n\t\t\t\tcallback = xhrCallbacks[ id ] = callback(\"abort\");\n\n\t\t\t\ttry {\n\t\t\t\t\t// Do send the request (this may raise an exception)\n\t\t\t\t\txhr.send( options.hasContent && options.data || null );\n\t\t\t\t} catch ( e ) {\n\t\t\t\t\t// #14683: Only rethrow if this hasn't been notified as an error yet\n\t\t\t\t\tif ( callback ) {\n\t\t\t\t\t\tthrow e;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\n\t\t\tabort: function() {\n\t\t\t\tif ( callback ) {\n\t\t\t\t\tcallback();\n\t\t\t\t}\n\t\t\t}\n\t\t};\n\t}\n});\n\n\n\n\n// Install script dataType\njQuery.ajaxSetup({\n\taccepts: {\n\t\tscript: \"text/javascript, application/javascript, application/ecmascript, application/x-ecmascript\"\n\t},\n\tcontents: {\n\t\tscript: /(?:java|ecma)script/\n\t},\n\tconverters: {\n\t\t\"text script\": function( text ) {\n\t\t\tjQuery.globalEval( text );\n\t\t\treturn text;\n\t\t}\n\t}\n});\n\n// Handle cache's special case and crossDomain\njQuery.ajaxPrefilter( \"script\", function( s ) {\n\tif ( s.cache === undefined ) {\n\t\ts.cache = false;\n\t}\n\tif ( s.crossDomain ) {\n\t\ts.type = \"GET\";\n\t}\n});\n\n// Bind script tag hack transport\njQuery.ajaxTransport( \"script\", function( s ) {\n\t// This transport only deals with cross domain requests\n\tif ( s.crossDomain ) {\n\t\tvar script, callback;\n\t\treturn {\n\t\t\tsend: function( _, complete ) {\n\t\t\t\tscript = jQuery(\"<script>\").prop({\n\t\t\t\t\tasync: true,\n\t\t\t\t\tcharset: s.scriptCharset,\n\t\t\t\t\tsrc: s.url\n\t\t\t\t}).on(\n\t\t\t\t\t\"load error\",\n\t\t\t\t\tcallback = function( evt ) {\n\t\t\t\t\t\tscript.remove();\n\t\t\t\t\t\tcallback = null;\n\t\t\t\t\t\tif ( evt ) {\n\t\t\t\t\t\t\tcomplete( evt.type === \"error\" ? 404 : 200, evt.type );\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t);\n\t\t\t\tdocument.head.appendChild( script[ 0 ] );\n\t\t\t},\n\t\t\tabort: function() {\n\t\t\t\tif ( callback ) {\n\t\t\t\t\tcallback();\n\t\t\t\t}\n\t\t\t}\n\t\t};\n\t}\n});\n\n\n\n\nvar oldCallbacks = [],\n\trjsonp = /(=)\\?(?=&|$)|\\?\\?/;\n\n// Default jsonp settings\njQuery.ajaxSetup({\n\tjsonp: \"callback\",\n\tjsonpCallback: function() {\n\t\tvar callback = oldCallbacks.pop() || ( jQuery.expando + \"_\" + ( nonce++ ) );\n\t\tthis[ callback ] = true;\n\t\treturn callback;\n\t}\n});\n\n// Detect, normalize options and install callbacks for jsonp requests\njQuery.ajaxPrefilter( \"json jsonp\", function( s, originalSettings, jqXHR ) {\n\n\tvar callbackName, overwritten, responseContainer,\n\t\tjsonProp = s.jsonp !== false && ( rjsonp.test( s.url ) ?\n\t\t\t\"url\" :\n\t\t\ttypeof s.data === \"string\" && !( s.contentType || \"\" ).indexOf(\"application/x-www-form-urlencoded\") && rjsonp.test( s.data ) && \"data\"\n\t\t);\n\n\t// Handle iff the expected data type is \"jsonp\" or we have a parameter to set\n\tif ( jsonProp || s.dataTypes[ 0 ] === \"jsonp\" ) {\n\n\t\t// Get callback name, remembering preexisting value associated with it\n\t\tcallbackName = s.jsonpCallback = jQuery.isFunction( s.jsonpCallback ) ?\n\t\t\ts.jsonpCallback() :\n\t\t\ts.jsonpCallback;\n\n\t\t// Insert callback into url or form data\n\t\tif ( jsonProp ) {\n\t\t\ts[ jsonProp ] = s[ jsonProp ].replace( rjsonp, \"$1\" + callbackName );\n\t\t} else if ( s.jsonp !== false ) {\n\t\t\ts.url += ( rquery.test( s.url ) ? \"&\" : \"?\" ) + s.jsonp + \"=\" + callbackName;\n\t\t}\n\n\t\t// Use data converter to retrieve json after script execution\n\t\ts.converters[\"script json\"] = function() {\n\t\t\tif ( !responseContainer ) {\n\t\t\t\tjQuery.error( callbackName + \" was not called\" );\n\t\t\t}\n\t\t\treturn responseContainer[ 0 ];\n\t\t};\n\n\t\t// force json dataType\n\t\ts.dataTypes[ 0 ] = \"json\";\n\n\t\t// Install callback\n\t\toverwritten = window[ callbackName ];\n\t\twindow[ callbackName ] = function() {\n\t\t\tresponseContainer = arguments;\n\t\t};\n\n\t\t// Clean-up function (fires after converters)\n\t\tjqXHR.always(function() {\n\t\t\t// Restore preexisting value\n\t\t\twindow[ callbackName ] = overwritten;\n\n\t\t\t// Save back as free\n\t\t\tif ( s[ callbackName ] ) {\n\t\t\t\t// make sure that re-using the options doesn't screw things around\n\t\t\t\ts.jsonpCallback = originalSettings.jsonpCallback;\n\n\t\t\t\t// save the callback name for future use\n\t\t\t\toldCallbacks.push( callbackName );\n\t\t\t}\n\n\t\t\t// Call if it was a function and we have a response\n\t\t\tif ( responseContainer && jQuery.isFunction( overwritten ) ) {\n\t\t\t\toverwritten( responseContainer[ 0 ] );\n\t\t\t}\n\n\t\t\tresponseContainer = overwritten = undefined;\n\t\t});\n\n\t\t// Delegate to script\n\t\treturn \"script\";\n\t}\n});\n\n\n\n\n// data: string of html\n// context (optional): If specified, the fragment will be created in this context, defaults to document\n// keepScripts (optional): If true, will include scripts passed in the html string\njQuery.parseHTML = function( data, context, keepScripts ) {\n\tif ( !data || typeof data !== \"string\" ) {\n\t\treturn null;\n\t}\n\tif ( typeof context === \"boolean\" ) {\n\t\tkeepScripts = context;\n\t\tcontext = false;\n\t}\n\tcontext = context || document;\n\n\tvar parsed = rsingleTag.exec( data ),\n\t\tscripts = !keepScripts && [];\n\n\t// Single tag\n\tif ( parsed ) {\n\t\treturn [ context.createElement( parsed[1] ) ];\n\t}\n\n\tparsed = jQuery.buildFragment( [ data ], context, scripts );\n\n\tif ( scripts && scripts.length ) {\n\t\tjQuery( scripts ).remove();\n\t}\n\n\treturn jQuery.merge( [], parsed.childNodes );\n};\n\n\n// Keep a copy of the old load method\nvar _load = jQuery.fn.load;\n\n/**\n * Load a url into a page\n */\njQuery.fn.load = function( url, params, callback ) {\n\tif ( typeof url !== \"string\" && _load ) {\n\t\treturn _load.apply( this, arguments );\n\t}\n\n\tvar selector, type, response,\n\t\tself = this,\n\t\toff = url.indexOf(\" \");\n\n\tif ( off >= 0 ) {\n\t\tselector = jQuery.trim( url.slice( off ) );\n\t\turl = url.slice( 0, off );\n\t}\n\n\t// If it's a function\n\tif ( jQuery.isFunction( params ) ) {\n\n\t\t// We assume that it's the callback\n\t\tcallback = params;\n\t\tparams = undefined;\n\n\t// Otherwise, build a param string\n\t} else if ( params && typeof params === \"object\" ) {\n\t\ttype = \"POST\";\n\t}\n\n\t// If we have elements to modify, make the request\n\tif ( self.length > 0 ) {\n\t\tjQuery.ajax({\n\t\t\turl: url,\n\n\t\t\t// if \"type\" variable is undefined, then \"GET\" method will be used\n\t\t\ttype: type,\n\t\t\tdataType: \"html\",\n\t\t\tdata: params\n\t\t}).done(function( responseText ) {\n\n\t\t\t// Save response for use in complete callback\n\t\t\tresponse = arguments;\n\n\t\t\tself.html( selector ?\n\n\t\t\t\t// If a selector was specified, locate the right elements in a dummy div\n\t\t\t\t// Exclude scripts to avoid IE 'Permission Denied' errors\n\t\t\t\tjQuery(\"<div>\").append( jQuery.parseHTML( responseText ) ).find( selector ) :\n\n\t\t\t\t// Otherwise use the full result\n\t\t\t\tresponseText );\n\n\t\t}).complete( callback && function( jqXHR, status ) {\n\t\t\tself.each( callback, response || [ jqXHR.responseText, status, jqXHR ] );\n\t\t});\n\t}\n\n\treturn this;\n};\n\n\n\n\n// Attach a bunch of functions for handling common AJAX events\njQuery.each( [ \"ajaxStart\", \"ajaxStop\", \"ajaxComplete\", \"ajaxError\", \"ajaxSuccess\", \"ajaxSend\" ], function( i, type ) {\n\tjQuery.fn[ type ] = function( fn ) {\n\t\treturn this.on( type, fn );\n\t};\n});\n\n\n\n\njQuery.expr.filters.animated = function( elem ) {\n\treturn jQuery.grep(jQuery.timers, function( fn ) {\n\t\treturn elem === fn.elem;\n\t}).length;\n};\n\n\n\n\nvar docElem = window.document.documentElement;\n\n/**\n * Gets a window from an element\n */\nfunction getWindow( elem ) {\n\treturn jQuery.isWindow( elem ) ? elem : elem.nodeType === 9 && elem.defaultView;\n}\n\njQuery.offset = {\n\tsetOffset: function( elem, options, i ) {\n\t\tvar curPosition, curLeft, curCSSTop, curTop, curOffset, curCSSLeft, calculatePosition,\n\t\t\tposition = jQuery.css( elem, \"position\" ),\n\t\t\tcurElem = jQuery( elem ),\n\t\t\tprops = {};\n\n\t\t// Set position first, in-case top/left are set even on static elem\n\t\tif ( position === \"static\" ) {\n\t\t\telem.style.position = \"relative\";\n\t\t}\n\n\t\tcurOffset = curElem.offset();\n\t\tcurCSSTop = jQuery.css( elem, \"top\" );\n\t\tcurCSSLeft = jQuery.css( elem, \"left\" );\n\t\tcalculatePosition = ( position === \"absolute\" || position === \"fixed\" ) &&\n\t\t\t( curCSSTop + curCSSLeft ).indexOf(\"auto\") > -1;\n\n\t\t// Need to be able to calculate position if either\n\t\t// top or left is auto and position is either absolute or fixed\n\t\tif ( calculatePosition ) {\n\t\t\tcurPosition = curElem.position();\n\t\t\tcurTop = curPosition.top;\n\t\t\tcurLeft = curPosition.left;\n\n\t\t} else {\n\t\t\tcurTop = parseFloat( curCSSTop ) || 0;\n\t\t\tcurLeft = parseFloat( curCSSLeft ) || 0;\n\t\t}\n\n\t\tif ( jQuery.isFunction( options ) ) {\n\t\t\toptions = options.call( elem, i, curOffset );\n\t\t}\n\n\t\tif ( options.top != null ) {\n\t\t\tprops.top = ( options.top - curOffset.top ) + curTop;\n\t\t}\n\t\tif ( options.left != null ) {\n\t\t\tprops.left = ( options.left - curOffset.left ) + curLeft;\n\t\t}\n\n\t\tif ( \"using\" in options ) {\n\t\t\toptions.using.call( elem, props );\n\n\t\t} else {\n\t\t\tcurElem.css( props );\n\t\t}\n\t}\n};\n\njQuery.fn.extend({\n\toffset: function( options ) {\n\t\tif ( arguments.length ) {\n\t\t\treturn options === undefined ?\n\t\t\t\tthis :\n\t\t\t\tthis.each(function( i ) {\n\t\t\t\t\tjQuery.offset.setOffset( this, options, i );\n\t\t\t\t});\n\t\t}\n\n\t\tvar docElem, win,\n\t\t\telem = this[ 0 ],\n\t\t\tbox = { top: 0, left: 0 },\n\t\t\tdoc = elem && elem.ownerDocument;\n\n\t\tif ( !doc ) {\n\t\t\treturn;\n\t\t}\n\n\t\tdocElem = doc.documentElement;\n\n\t\t// Make sure it's not a disconnected DOM node\n\t\tif ( !jQuery.contains( docElem, elem ) ) {\n\t\t\treturn box;\n\t\t}\n\n\t\t// Support: BlackBerry 5, iOS 3 (original iPhone)\n\t\t// If we don't have gBCR, just use 0,0 rather than error\n\t\tif ( typeof elem.getBoundingClientRect !== strundefined ) {\n\t\t\tbox = elem.getBoundingClientRect();\n\t\t}\n\t\twin = getWindow( doc );\n\t\treturn {\n\t\t\ttop: box.top + win.pageYOffset - docElem.clientTop,\n\t\t\tleft: box.left + win.pageXOffset - docElem.clientLeft\n\t\t};\n\t},\n\n\tposition: function() {\n\t\tif ( !this[ 0 ] ) {\n\t\t\treturn;\n\t\t}\n\n\t\tvar offsetParent, offset,\n\t\t\telem = this[ 0 ],\n\t\t\tparentOffset = { top: 0, left: 0 };\n\n\t\t// Fixed elements are offset from window (parentOffset = {top:0, left: 0}, because it is its only offset parent\n\t\tif ( jQuery.css( elem, \"position\" ) === \"fixed\" ) {\n\t\t\t// Assume getBoundingClientRect is there when computed position is fixed\n\t\t\toffset = elem.getBoundingClientRect();\n\n\t\t} else {\n\t\t\t// Get *real* offsetParent\n\t\t\toffsetParent = this.offsetParent();\n\n\t\t\t// Get correct offsets\n\t\t\toffset = this.offset();\n\t\t\tif ( !jQuery.nodeName( offsetParent[ 0 ], \"html\" ) ) {\n\t\t\t\tparentOffset = offsetParent.offset();\n\t\t\t}\n\n\t\t\t// Add offsetParent borders\n\t\t\tparentOffset.top += jQuery.css( offsetParent[ 0 ], \"borderTopWidth\", true );\n\t\t\tparentOffset.left += jQuery.css( offsetParent[ 0 ], \"borderLeftWidth\", true );\n\t\t}\n\n\t\t// Subtract parent offsets and element margins\n\t\treturn {\n\t\t\ttop: offset.top - parentOffset.top - jQuery.css( elem, \"marginTop\", true ),\n\t\t\tleft: offset.left - parentOffset.left - jQuery.css( elem, \"marginLeft\", true )\n\t\t};\n\t},\n\n\toffsetParent: function() {\n\t\treturn this.map(function() {\n\t\t\tvar offsetParent = this.offsetParent || docElem;\n\n\t\t\twhile ( offsetParent && ( !jQuery.nodeName( offsetParent, \"html\" ) && jQuery.css( offsetParent, \"position\" ) === \"static\" ) ) {\n\t\t\t\toffsetParent = offsetParent.offsetParent;\n\t\t\t}\n\n\t\t\treturn offsetParent || docElem;\n\t\t});\n\t}\n});\n\n// Create scrollLeft and scrollTop methods\njQuery.each( { scrollLeft: \"pageXOffset\", scrollTop: \"pageYOffset\" }, function( method, prop ) {\n\tvar top = \"pageYOffset\" === prop;\n\n\tjQuery.fn[ method ] = function( val ) {\n\t\treturn access( this, function( elem, method, val ) {\n\t\t\tvar win = getWindow( elem );\n\n\t\t\tif ( val === undefined ) {\n\t\t\t\treturn win ? win[ prop ] : elem[ method ];\n\t\t\t}\n\n\t\t\tif ( win ) {\n\t\t\t\twin.scrollTo(\n\t\t\t\t\t!top ? val : window.pageXOffset,\n\t\t\t\t\ttop ? val : window.pageYOffset\n\t\t\t\t);\n\n\t\t\t} else {\n\t\t\t\telem[ method ] = val;\n\t\t\t}\n\t\t}, method, val, arguments.length, null );\n\t};\n});\n\n// Support: Safari<7+, Chrome<37+\n// Add the top/left cssHooks using jQuery.fn.position\n// Webkit bug: https://bugs.webkit.org/show_bug.cgi?id=29084\n// Blink bug: https://code.google.com/p/chromium/issues/detail?id=229280\n// getComputedStyle returns percent when specified for top/left/bottom/right;\n// rather than make the css module depend on the offset module, just check for it here\njQuery.each( [ \"top\", \"left\" ], function( i, prop ) {\n\tjQuery.cssHooks[ prop ] = addGetHookIf( support.pixelPosition,\n\t\tfunction( elem, computed ) {\n\t\t\tif ( computed ) {\n\t\t\t\tcomputed = curCSS( elem, prop );\n\t\t\t\t// If curCSS returns percentage, fallback to offset\n\t\t\t\treturn rnumnonpx.test( computed ) ?\n\t\t\t\t\tjQuery( elem ).position()[ prop ] + \"px\" :\n\t\t\t\t\tcomputed;\n\t\t\t}\n\t\t}\n\t);\n});\n\n\n// Create innerHeight, innerWidth, height, width, outerHeight and outerWidth methods\njQuery.each( { Height: \"height\", Width: \"width\" }, function( name, type ) {\n\tjQuery.each( { padding: \"inner\" + name, content: type, \"\": \"outer\" + name }, function( defaultExtra, funcName ) {\n\t\t// Margin is only for outerHeight, outerWidth\n\t\tjQuery.fn[ funcName ] = function( margin, value ) {\n\t\t\tvar chainable = arguments.length && ( defaultExtra || typeof margin !== \"boolean\" ),\n\t\t\t\textra = defaultExtra || ( margin === true || value === true ? \"margin\" : \"border\" );\n\n\t\t\treturn access( this, function( elem, type, value ) {\n\t\t\t\tvar doc;\n\n\t\t\t\tif ( jQuery.isWindow( elem ) ) {\n\t\t\t\t\t// As of 5/8/2012 this will yield incorrect results for Mobile Safari, but there\n\t\t\t\t\t// isn't a whole lot we can do. See pull request at this URL for discussion:\n\t\t\t\t\t// https://github.com/jquery/jquery/pull/764\n\t\t\t\t\treturn elem.document.documentElement[ \"client\" + name ];\n\t\t\t\t}\n\n\t\t\t\t// Get document width or height\n\t\t\t\tif ( elem.nodeType === 9 ) {\n\t\t\t\t\tdoc = elem.documentElement;\n\n\t\t\t\t\t// Either scroll[Width/Height] or offset[Width/Height] or client[Width/Height],\n\t\t\t\t\t// whichever is greatest\n\t\t\t\t\treturn Math.max(\n\t\t\t\t\t\telem.body[ \"scroll\" + name ], doc[ \"scroll\" + name ],\n\t\t\t\t\t\telem.body[ \"offset\" + name ], doc[ \"offset\" + name ],\n\t\t\t\t\t\tdoc[ \"client\" + name ]\n\t\t\t\t\t);\n\t\t\t\t}\n\n\t\t\t\treturn value === undefined ?\n\t\t\t\t\t// Get width or height on the element, requesting but not forcing parseFloat\n\t\t\t\t\tjQuery.css( elem, type, extra ) :\n\n\t\t\t\t\t// Set width or height on the element\n\t\t\t\t\tjQuery.style( elem, type, value, extra );\n\t\t\t}, type, chainable ? margin : undefined, chainable, null );\n\t\t};\n\t});\n});\n\n\n// The number of elements contained in the matched element set\njQuery.fn.size = function() {\n\treturn this.length;\n};\n\njQuery.fn.andSelf = jQuery.fn.addBack;\n\n\n\n\n// Register as a named AMD module, since jQuery can be concatenated with other\n// files that may use define, but not via a proper concatenation script that\n// understands anonymous AMD modules. A named AMD is safest and most robust\n// way to register. Lowercase jquery is used because AMD module names are\n// derived from file names, and jQuery is normally delivered in a lowercase\n// file name. Do this after creating the global so that if an AMD module wants\n// to call noConflict to hide this version of jQuery, it will work.\n\n// Note that for maximum portability, libraries that are not jQuery should\n// declare themselves as anonymous modules, and avoid setting a global if an\n// AMD loader is present. jQuery is a special case. For more information, see\n// https://github.com/jrburke/requirejs/wiki/Updating-existing-libraries#wiki-anon\n\nif ( typeof define === \"function\" && define.amd ) {\n\tdefine( \"jquery\", [], function() {\n\t\treturn jQuery;\n\t});\n}\n\n\n\n\nvar\n\t// Map over jQuery in case of overwrite\n\t_jQuery = window.jQuery,\n\n\t// Map over the $ in case of overwrite\n\t_$ = window.$;\n\njQuery.noConflict = function( deep ) {\n\tif ( window.$ === jQuery ) {\n\t\twindow.$ = _$;\n\t}\n\n\tif ( deep && window.jQuery === jQuery ) {\n\t\twindow.jQuery = _jQuery;\n\t}\n\n\treturn jQuery;\n};\n\n// Expose jQuery and $ identifiers, even in AMD\n// (#7102#comment:10, https://github.com/jquery/jquery/pull/557)\n// and CommonJS for browser emulators (#13566)\nif ( typeof noGlobal === strundefined ) {\n\twindow.jQuery = window.$ = jQuery;\n}\n\n\n\n\nreturn jQuery;\n\n}));\n","//! moment.js\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory() :\n typeof define === 'function' && define.amd ? define(factory) :\n global.moment = factory()\n}(this, (function () { 'use strict';\n\n var hookCallback;\n\n function hooks () {\n return hookCallback.apply(null, arguments);\n }\n\n // This is done to register the method called with moment()\n // without creating circular dependencies.\n function setHookCallback (callback) {\n hookCallback = callback;\n }\n\n function isArray(input) {\n return input instanceof Array || Object.prototype.toString.call(input) === '[object Array]';\n }\n\n function isObject(input) {\n // IE8 will treat undefined and null as object if it wasn't for\n // input != null\n return input != null && Object.prototype.toString.call(input) === '[object Object]';\n }\n\n function isObjectEmpty(obj) {\n if (Object.getOwnPropertyNames) {\n return (Object.getOwnPropertyNames(obj).length === 0);\n } else {\n var k;\n for (k in obj) {\n if (obj.hasOwnProperty(k)) {\n return false;\n }\n }\n return true;\n }\n }\n\n function isUndefined(input) {\n return input === void 0;\n }\n\n function isNumber(input) {\n return typeof input === 'number' || Object.prototype.toString.call(input) === '[object Number]';\n }\n\n function isDate(input) {\n return input instanceof Date || Object.prototype.toString.call(input) === '[object Date]';\n }\n\n function map(arr, fn) {\n var res = [], i;\n for (i = 0; i < arr.length; ++i) {\n res.push(fn(arr[i], i));\n }\n return res;\n }\n\n function hasOwnProp(a, b) {\n return Object.prototype.hasOwnProperty.call(a, b);\n }\n\n function extend(a, b) {\n for (var i in b) {\n if (hasOwnProp(b, i)) {\n a[i] = b[i];\n }\n }\n\n if (hasOwnProp(b, 'toString')) {\n a.toString = b.toString;\n }\n\n if (hasOwnProp(b, 'valueOf')) {\n a.valueOf = b.valueOf;\n }\n\n return a;\n }\n\n function createUTC (input, format, locale, strict) {\n return createLocalOrUTC(input, format, locale, strict, true).utc();\n }\n\n function defaultParsingFlags() {\n // We need to deep clone this object.\n return {\n empty : false,\n unusedTokens : [],\n unusedInput : [],\n overflow : -2,\n charsLeftOver : 0,\n nullInput : false,\n invalidMonth : null,\n invalidFormat : false,\n userInvalidated : false,\n iso : false,\n parsedDateParts : [],\n meridiem : null,\n rfc2822 : false,\n weekdayMismatch : false\n };\n }\n\n function getParsingFlags(m) {\n if (m._pf == null) {\n m._pf = defaultParsingFlags();\n }\n return m._pf;\n }\n\n var some;\n if (Array.prototype.some) {\n some = Array.prototype.some;\n } else {\n some = function (fun) {\n var t = Object(this);\n var len = t.length >>> 0;\n\n for (var i = 0; i < len; i++) {\n if (i in t && fun.call(this, t[i], i, t)) {\n return true;\n }\n }\n\n return false;\n };\n }\n\n function isValid(m) {\n if (m._isValid == null) {\n var flags = getParsingFlags(m);\n var parsedParts = some.call(flags.parsedDateParts, function (i) {\n return i != null;\n });\n var isNowValid = !isNaN(m._d.getTime()) &&\n flags.overflow < 0 &&\n !flags.empty &&\n !flags.invalidMonth &&\n !flags.invalidWeekday &&\n !flags.weekdayMismatch &&\n !flags.nullInput &&\n !flags.invalidFormat &&\n !flags.userInvalidated &&\n (!flags.meridiem || (flags.meridiem && parsedParts));\n\n if (m._strict) {\n isNowValid = isNowValid &&\n flags.charsLeftOver === 0 &&\n flags.unusedTokens.length === 0 &&\n flags.bigHour === undefined;\n }\n\n if (Object.isFrozen == null || !Object.isFrozen(m)) {\n m._isValid = isNowValid;\n }\n else {\n return isNowValid;\n }\n }\n return m._isValid;\n }\n\n function createInvalid (flags) {\n var m = createUTC(NaN);\n if (flags != null) {\n extend(getParsingFlags(m), flags);\n }\n else {\n getParsingFlags(m).userInvalidated = true;\n }\n\n return m;\n }\n\n // Plugins that add properties should also add the key here (null value),\n // so we can properly clone ourselves.\n var momentProperties = hooks.momentProperties = [];\n\n function copyConfig(to, from) {\n var i, prop, val;\n\n if (!isUndefined(from._isAMomentObject)) {\n to._isAMomentObject = from._isAMomentObject;\n }\n if (!isUndefined(from._i)) {\n to._i = from._i;\n }\n if (!isUndefined(from._f)) {\n to._f = from._f;\n }\n if (!isUndefined(from._l)) {\n to._l = from._l;\n }\n if (!isUndefined(from._strict)) {\n to._strict = from._strict;\n }\n if (!isUndefined(from._tzm)) {\n to._tzm = from._tzm;\n }\n if (!isUndefined(from._isUTC)) {\n to._isUTC = from._isUTC;\n }\n if (!isUndefined(from._offset)) {\n to._offset = from._offset;\n }\n if (!isUndefined(from._pf)) {\n to._pf = getParsingFlags(from);\n }\n if (!isUndefined(from._locale)) {\n to._locale = from._locale;\n }\n\n if (momentProperties.length > 0) {\n for (i = 0; i < momentProperties.length; i++) {\n prop = momentProperties[i];\n val = from[prop];\n if (!isUndefined(val)) {\n to[prop] = val;\n }\n }\n }\n\n return to;\n }\n\n var updateInProgress = false;\n\n // Moment prototype object\n function Moment(config) {\n copyConfig(this, config);\n this._d = new Date(config._d != null ? config._d.getTime() : NaN);\n if (!this.isValid()) {\n this._d = new Date(NaN);\n }\n // Prevent infinite loop in case updateOffset creates new moment\n // objects.\n if (updateInProgress === false) {\n updateInProgress = true;\n hooks.updateOffset(this);\n updateInProgress = false;\n }\n }\n\n function isMoment (obj) {\n return obj instanceof Moment || (obj != null && obj._isAMomentObject != null);\n }\n\n function absFloor (number) {\n if (number < 0) {\n // -0 -> 0\n return Math.ceil(number) || 0;\n } else {\n return Math.floor(number);\n }\n }\n\n function toInt(argumentForCoercion) {\n var coercedNumber = +argumentForCoercion,\n value = 0;\n\n if (coercedNumber !== 0 && isFinite(coercedNumber)) {\n value = absFloor(coercedNumber);\n }\n\n return value;\n }\n\n // compare two arrays, return the number of differences\n function compareArrays(array1, array2, dontConvert) {\n var len = Math.min(array1.length, array2.length),\n lengthDiff = Math.abs(array1.length - array2.length),\n diffs = 0,\n i;\n for (i = 0; i < len; i++) {\n if ((dontConvert && array1[i] !== array2[i]) ||\n (!dontConvert && toInt(array1[i]) !== toInt(array2[i]))) {\n diffs++;\n }\n }\n return diffs + lengthDiff;\n }\n\n function warn(msg) {\n if (hooks.suppressDeprecationWarnings === false &&\n (typeof console !== 'undefined') && console.warn) {\n console.warn('Deprecation warning: ' + msg);\n }\n }\n\n function deprecate(msg, fn) {\n var firstTime = true;\n\n return extend(function () {\n if (hooks.deprecationHandler != null) {\n hooks.deprecationHandler(null, msg);\n }\n if (firstTime) {\n var args = [];\n var arg;\n for (var i = 0; i < arguments.length; i++) {\n arg = '';\n if (typeof arguments[i] === 'object') {\n arg += '\\n[' + i + '] ';\n for (var key in arguments[0]) {\n arg += key + ': ' + arguments[0][key] + ', ';\n }\n arg = arg.slice(0, -2); // Remove trailing comma and space\n } else {\n arg = arguments[i];\n }\n args.push(arg);\n }\n warn(msg + '\\nArguments: ' + Array.prototype.slice.call(args).join('') + '\\n' + (new Error()).stack);\n firstTime = false;\n }\n return fn.apply(this, arguments);\n }, fn);\n }\n\n var deprecations = {};\n\n function deprecateSimple(name, msg) {\n if (hooks.deprecationHandler != null) {\n hooks.deprecationHandler(name, msg);\n }\n if (!deprecations[name]) {\n warn(msg);\n deprecations[name] = true;\n }\n }\n\n hooks.suppressDeprecationWarnings = false;\n hooks.deprecationHandler = null;\n\n function isFunction(input) {\n return input instanceof Function || Object.prototype.toString.call(input) === '[object Function]';\n }\n\n function set (config) {\n var prop, i;\n for (i in config) {\n prop = config[i];\n if (isFunction(prop)) {\n this[i] = prop;\n } else {\n this['_' + i] = prop;\n }\n }\n this._config = config;\n // Lenient ordinal parsing accepts just a number in addition to\n // number + (possibly) stuff coming from _dayOfMonthOrdinalParse.\n // TODO: Remove \"ordinalParse\" fallback in next major release.\n this._dayOfMonthOrdinalParseLenient = new RegExp(\n (this._dayOfMonthOrdinalParse.source || this._ordinalParse.source) +\n '|' + (/\\d{1,2}/).source);\n }\n\n function mergeConfigs(parentConfig, childConfig) {\n var res = extend({}, parentConfig), prop;\n for (prop in childConfig) {\n if (hasOwnProp(childConfig, prop)) {\n if (isObject(parentConfig[prop]) && isObject(childConfig[prop])) {\n res[prop] = {};\n extend(res[prop], parentConfig[prop]);\n extend(res[prop], childConfig[prop]);\n } else if (childConfig[prop] != null) {\n res[prop] = childConfig[prop];\n } else {\n delete res[prop];\n }\n }\n }\n for (prop in parentConfig) {\n if (hasOwnProp(parentConfig, prop) &&\n !hasOwnProp(childConfig, prop) &&\n isObject(parentConfig[prop])) {\n // make sure changes to properties don't modify parent config\n res[prop] = extend({}, res[prop]);\n }\n }\n return res;\n }\n\n function Locale(config) {\n if (config != null) {\n this.set(config);\n }\n }\n\n var keys;\n\n if (Object.keys) {\n keys = Object.keys;\n } else {\n keys = function (obj) {\n var i, res = [];\n for (i in obj) {\n if (hasOwnProp(obj, i)) {\n res.push(i);\n }\n }\n return res;\n };\n }\n\n var defaultCalendar = {\n sameDay : '[Today at] LT',\n nextDay : '[Tomorrow at] LT',\n nextWeek : 'dddd [at] LT',\n lastDay : '[Yesterday at] LT',\n lastWeek : '[Last] dddd [at] LT',\n sameElse : 'L'\n };\n\n function calendar (key, mom, now) {\n var output = this._calendar[key] || this._calendar['sameElse'];\n return isFunction(output) ? output.call(mom, now) : output;\n }\n\n var defaultLongDateFormat = {\n LTS : 'h:mm:ss A',\n LT : 'h:mm A',\n L : 'MM/DD/YYYY',\n LL : 'MMMM D, YYYY',\n LLL : 'MMMM D, YYYY h:mm A',\n LLLL : 'dddd, MMMM D, YYYY h:mm A'\n };\n\n function longDateFormat (key) {\n var format = this._longDateFormat[key],\n formatUpper = this._longDateFormat[key.toUpperCase()];\n\n if (format || !formatUpper) {\n return format;\n }\n\n this._longDateFormat[key] = formatUpper.replace(/MMMM|MM|DD|dddd/g, function (val) {\n return val.slice(1);\n });\n\n return this._longDateFormat[key];\n }\n\n var defaultInvalidDate = 'Invalid date';\n\n function invalidDate () {\n return this._invalidDate;\n }\n\n var defaultOrdinal = '%d';\n var defaultDayOfMonthOrdinalParse = /\\d{1,2}/;\n\n function ordinal (number) {\n return this._ordinal.replace('%d', number);\n }\n\n var defaultRelativeTime = {\n future : 'in %s',\n past : '%s ago',\n s : 'a few seconds',\n ss : '%d seconds',\n m : 'a minute',\n mm : '%d minutes',\n h : 'an hour',\n hh : '%d hours',\n d : 'a day',\n dd : '%d days',\n M : 'a month',\n MM : '%d months',\n y : 'a year',\n yy : '%d years'\n };\n\n function relativeTime (number, withoutSuffix, string, isFuture) {\n var output = this._relativeTime[string];\n return (isFunction(output)) ?\n output(number, withoutSuffix, string, isFuture) :\n output.replace(/%d/i, number);\n }\n\n function pastFuture (diff, output) {\n var format = this._relativeTime[diff > 0 ? 'future' : 'past'];\n return isFunction(format) ? format(output) : format.replace(/%s/i, output);\n }\n\n var aliases = {};\n\n function addUnitAlias (unit, shorthand) {\n var lowerCase = unit.toLowerCase();\n aliases[lowerCase] = aliases[lowerCase + 's'] = aliases[shorthand] = unit;\n }\n\n function normalizeUnits(units) {\n return typeof units === 'string' ? aliases[units] || aliases[units.toLowerCase()] : undefined;\n }\n\n function normalizeObjectUnits(inputObject) {\n var normalizedInput = {},\n normalizedProp,\n prop;\n\n for (prop in inputObject) {\n if (hasOwnProp(inputObject, prop)) {\n normalizedProp = normalizeUnits(prop);\n if (normalizedProp) {\n normalizedInput[normalizedProp] = inputObject[prop];\n }\n }\n }\n\n return normalizedInput;\n }\n\n var priorities = {};\n\n function addUnitPriority(unit, priority) {\n priorities[unit] = priority;\n }\n\n function getPrioritizedUnits(unitsObj) {\n var units = [];\n for (var u in unitsObj) {\n units.push({unit: u, priority: priorities[u]});\n }\n units.sort(function (a, b) {\n return a.priority - b.priority;\n });\n return units;\n }\n\n function zeroFill(number, targetLength, forceSign) {\n var absNumber = '' + Math.abs(number),\n zerosToFill = targetLength - absNumber.length,\n sign = number >= 0;\n return (sign ? (forceSign ? '+' : '') : '-') +\n Math.pow(10, Math.max(0, zerosToFill)).toString().substr(1) + absNumber;\n }\n\n var formattingTokens = /(\\[[^\\[]*\\])|(\\\\)?([Hh]mm(ss)?|Mo|MM?M?M?|Do|DDDo|DD?D?D?|ddd?d?|do?|w[o|w]?|W[o|W]?|Qo?|YYYYYY|YYYYY|YYYY|YY|gg(ggg?)?|GG(GGG?)?|e|E|a|A|hh?|HH?|kk?|mm?|ss?|S{1,9}|x|X|zz?|ZZ?|.)/g;\n\n var localFormattingTokens = /(\\[[^\\[]*\\])|(\\\\)?(LTS|LT|LL?L?L?|l{1,4})/g;\n\n var formatFunctions = {};\n\n var formatTokenFunctions = {};\n\n // token: 'M'\n // padded: ['MM', 2]\n // ordinal: 'Mo'\n // callback: function () { this.month() + 1 }\n function addFormatToken (token, padded, ordinal, callback) {\n var func = callback;\n if (typeof callback === 'string') {\n func = function () {\n return this[callback]();\n };\n }\n if (token) {\n formatTokenFunctions[token] = func;\n }\n if (padded) {\n formatTokenFunctions[padded[0]] = function () {\n return zeroFill(func.apply(this, arguments), padded[1], padded[2]);\n };\n }\n if (ordinal) {\n formatTokenFunctions[ordinal] = function () {\n return this.localeData().ordinal(func.apply(this, arguments), token);\n };\n }\n }\n\n function removeFormattingTokens(input) {\n if (input.match(/\\[[\\s\\S]/)) {\n return input.replace(/^\\[|\\]$/g, '');\n }\n return input.replace(/\\\\/g, '');\n }\n\n function makeFormatFunction(format) {\n var array = format.match(formattingTokens), i, length;\n\n for (i = 0, length = array.length; i < length; i++) {\n if (formatTokenFunctions[array[i]]) {\n array[i] = formatTokenFunctions[array[i]];\n } else {\n array[i] = removeFormattingTokens(array[i]);\n }\n }\n\n return function (mom) {\n var output = '', i;\n for (i = 0; i < length; i++) {\n output += isFunction(array[i]) ? array[i].call(mom, format) : array[i];\n }\n return output;\n };\n }\n\n // format date using native date object\n function formatMoment(m, format) {\n if (!m.isValid()) {\n return m.localeData().invalidDate();\n }\n\n format = expandFormat(format, m.localeData());\n formatFunctions[format] = formatFunctions[format] || makeFormatFunction(format);\n\n return formatFunctions[format](m);\n }\n\n function expandFormat(format, locale) {\n var i = 5;\n\n function replaceLongDateFormatTokens(input) {\n return locale.longDateFormat(input) || input;\n }\n\n localFormattingTokens.lastIndex = 0;\n while (i >= 0 && localFormattingTokens.test(format)) {\n format = format.replace(localFormattingTokens, replaceLongDateFormatTokens);\n localFormattingTokens.lastIndex = 0;\n i -= 1;\n }\n\n return format;\n }\n\n var match1 = /\\d/; // 0 - 9\n var match2 = /\\d\\d/; // 00 - 99\n var match3 = /\\d{3}/; // 000 - 999\n var match4 = /\\d{4}/; // 0000 - 9999\n var match6 = /[+-]?\\d{6}/; // -999999 - 999999\n var match1to2 = /\\d\\d?/; // 0 - 99\n var match3to4 = /\\d\\d\\d\\d?/; // 999 - 9999\n var match5to6 = /\\d\\d\\d\\d\\d\\d?/; // 99999 - 999999\n var match1to3 = /\\d{1,3}/; // 0 - 999\n var match1to4 = /\\d{1,4}/; // 0 - 9999\n var match1to6 = /[+-]?\\d{1,6}/; // -999999 - 999999\n\n var matchUnsigned = /\\d+/; // 0 - inf\n var matchSigned = /[+-]?\\d+/; // -inf - inf\n\n var matchOffset = /Z|[+-]\\d\\d:?\\d\\d/gi; // +00:00 -00:00 +0000 -0000 or Z\n var matchShortOffset = /Z|[+-]\\d\\d(?::?\\d\\d)?/gi; // +00 -00 +00:00 -00:00 +0000 -0000 or Z\n\n var matchTimestamp = /[+-]?\\d+(\\.\\d{1,3})?/; // 123456789 123456789.123\n\n // any word (or two) characters or numbers including two/three word month in arabic.\n // includes scottish gaelic two word and hyphenated months\n var matchWord = /[0-9]{0,256}['a-z\\u00A0-\\u05FF\\u0700-\\uD7FF\\uF900-\\uFDCF\\uFDF0-\\uFF07\\uFF10-\\uFFEF]{1,256}|[\\u0600-\\u06FF\\/]{1,256}(\\s*?[\\u0600-\\u06FF]{1,256}){1,2}/i;\n\n var regexes = {};\n\n function addRegexToken (token, regex, strictRegex) {\n regexes[token] = isFunction(regex) ? regex : function (isStrict, localeData) {\n return (isStrict && strictRegex) ? strictRegex : regex;\n };\n }\n\n function getParseRegexForToken (token, config) {\n if (!hasOwnProp(regexes, token)) {\n return new RegExp(unescapeFormat(token));\n }\n\n return regexes[token](config._strict, config._locale);\n }\n\n // Code from http://stackoverflow.com/questions/3561493/is-there-a-regexp-escape-function-in-javascript\n function unescapeFormat(s) {\n return regexEscape(s.replace('\\\\', '').replace(/\\\\(\\[)|\\\\(\\])|\\[([^\\]\\[]*)\\]|\\\\(.)/g, function (matched, p1, p2, p3, p4) {\n return p1 || p2 || p3 || p4;\n }));\n }\n\n function regexEscape(s) {\n return s.replace(/[-\\/\\\\^$*+?.()|[\\]{}]/g, '\\\\$&');\n }\n\n var tokens = {};\n\n function addParseToken (token, callback) {\n var i, func = callback;\n if (typeof token === 'string') {\n token = [token];\n }\n if (isNumber(callback)) {\n func = function (input, array) {\n array[callback] = toInt(input);\n };\n }\n for (i = 0; i < token.length; i++) {\n tokens[token[i]] = func;\n }\n }\n\n function addWeekParseToken (token, callback) {\n addParseToken(token, function (input, array, config, token) {\n config._w = config._w || {};\n callback(input, config._w, config, token);\n });\n }\n\n function addTimeToArrayFromToken(token, input, config) {\n if (input != null && hasOwnProp(tokens, token)) {\n tokens[token](input, config._a, config, token);\n }\n }\n\n var YEAR = 0;\n var MONTH = 1;\n var DATE = 2;\n var HOUR = 3;\n var MINUTE = 4;\n var SECOND = 5;\n var MILLISECOND = 6;\n var WEEK = 7;\n var WEEKDAY = 8;\n\n // FORMATTING\n\n addFormatToken('Y', 0, 0, function () {\n var y = this.year();\n return y <= 9999 ? '' + y : '+' + y;\n });\n\n addFormatToken(0, ['YY', 2], 0, function () {\n return this.year() % 100;\n });\n\n addFormatToken(0, ['YYYY', 4], 0, 'year');\n addFormatToken(0, ['YYYYY', 5], 0, 'year');\n addFormatToken(0, ['YYYYYY', 6, true], 0, 'year');\n\n // ALIASES\n\n addUnitAlias('year', 'y');\n\n // PRIORITIES\n\n addUnitPriority('year', 1);\n\n // PARSING\n\n addRegexToken('Y', matchSigned);\n addRegexToken('YY', match1to2, match2);\n addRegexToken('YYYY', match1to4, match4);\n addRegexToken('YYYYY', match1to6, match6);\n addRegexToken('YYYYYY', match1to6, match6);\n\n addParseToken(['YYYYY', 'YYYYYY'], YEAR);\n addParseToken('YYYY', function (input, array) {\n array[YEAR] = input.length === 2 ? hooks.parseTwoDigitYear(input) : toInt(input);\n });\n addParseToken('YY', function (input, array) {\n array[YEAR] = hooks.parseTwoDigitYear(input);\n });\n addParseToken('Y', function (input, array) {\n array[YEAR] = parseInt(input, 10);\n });\n\n // HELPERS\n\n function daysInYear(year) {\n return isLeapYear(year) ? 366 : 365;\n }\n\n function isLeapYear(year) {\n return (year % 4 === 0 && year % 100 !== 0) || year % 400 === 0;\n }\n\n // HOOKS\n\n hooks.parseTwoDigitYear = function (input) {\n return toInt(input) + (toInt(input) > 68 ? 1900 : 2000);\n };\n\n // MOMENTS\n\n var getSetYear = makeGetSet('FullYear', true);\n\n function getIsLeapYear () {\n return isLeapYear(this.year());\n }\n\n function makeGetSet (unit, keepTime) {\n return function (value) {\n if (value != null) {\n set$1(this, unit, value);\n hooks.updateOffset(this, keepTime);\n return this;\n } else {\n return get(this, unit);\n }\n };\n }\n\n function get (mom, unit) {\n return mom.isValid() ?\n mom._d['get' + (mom._isUTC ? 'UTC' : '') + unit]() : NaN;\n }\n\n function set$1 (mom, unit, value) {\n if (mom.isValid() && !isNaN(value)) {\n if (unit === 'FullYear' && isLeapYear(mom.year()) && mom.month() === 1 && mom.date() === 29) {\n mom._d['set' + (mom._isUTC ? 'UTC' : '') + unit](value, mom.month(), daysInMonth(value, mom.month()));\n }\n else {\n mom._d['set' + (mom._isUTC ? 'UTC' : '') + unit](value);\n }\n }\n }\n\n // MOMENTS\n\n function stringGet (units) {\n units = normalizeUnits(units);\n if (isFunction(this[units])) {\n return this[units]();\n }\n return this;\n }\n\n\n function stringSet (units, value) {\n if (typeof units === 'object') {\n units = normalizeObjectUnits(units);\n var prioritized = getPrioritizedUnits(units);\n for (var i = 0; i < prioritized.length; i++) {\n this[prioritized[i].unit](units[prioritized[i].unit]);\n }\n } else {\n units = normalizeUnits(units);\n if (isFunction(this[units])) {\n return this[units](value);\n }\n }\n return this;\n }\n\n function mod(n, x) {\n return ((n % x) + x) % x;\n }\n\n var indexOf;\n\n if (Array.prototype.indexOf) {\n indexOf = Array.prototype.indexOf;\n } else {\n indexOf = function (o) {\n // I know\n var i;\n for (i = 0; i < this.length; ++i) {\n if (this[i] === o) {\n return i;\n }\n }\n return -1;\n };\n }\n\n function daysInMonth(year, month) {\n if (isNaN(year) || isNaN(month)) {\n return NaN;\n }\n var modMonth = mod(month, 12);\n year += (month - modMonth) / 12;\n return modMonth === 1 ? (isLeapYear(year) ? 29 : 28) : (31 - modMonth % 7 % 2);\n }\n\n // FORMATTING\n\n addFormatToken('M', ['MM', 2], 'Mo', function () {\n return this.month() + 1;\n });\n\n addFormatToken('MMM', 0, 0, function (format) {\n return this.localeData().monthsShort(this, format);\n });\n\n addFormatToken('MMMM', 0, 0, function (format) {\n return this.localeData().months(this, format);\n });\n\n // ALIASES\n\n addUnitAlias('month', 'M');\n\n // PRIORITY\n\n addUnitPriority('month', 8);\n\n // PARSING\n\n addRegexToken('M', match1to2);\n addRegexToken('MM', match1to2, match2);\n addRegexToken('MMM', function (isStrict, locale) {\n return locale.monthsShortRegex(isStrict);\n });\n addRegexToken('MMMM', function (isStrict, locale) {\n return locale.monthsRegex(isStrict);\n });\n\n addParseToken(['M', 'MM'], function (input, array) {\n array[MONTH] = toInt(input) - 1;\n });\n\n addParseToken(['MMM', 'MMMM'], function (input, array, config, token) {\n var month = config._locale.monthsParse(input, token, config._strict);\n // if we didn't find a month name, mark the date as invalid.\n if (month != null) {\n array[MONTH] = month;\n } else {\n getParsingFlags(config).invalidMonth = input;\n }\n });\n\n // LOCALES\n\n var MONTHS_IN_FORMAT = /D[oD]?(\\[[^\\[\\]]*\\]|\\s)+MMMM?/;\n var defaultLocaleMonths = 'January_February_March_April_May_June_July_August_September_October_November_December'.split('_');\n function localeMonths (m, format) {\n if (!m) {\n return isArray(this._months) ? this._months :\n this._months['standalone'];\n }\n return isArray(this._months) ? this._months[m.month()] :\n this._months[(this._months.isFormat || MONTHS_IN_FORMAT).test(format) ? 'format' : 'standalone'][m.month()];\n }\n\n var defaultLocaleMonthsShort = 'Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec'.split('_');\n function localeMonthsShort (m, format) {\n if (!m) {\n return isArray(this._monthsShort) ? this._monthsShort :\n this._monthsShort['standalone'];\n }\n return isArray(this._monthsShort) ? this._monthsShort[m.month()] :\n this._monthsShort[MONTHS_IN_FORMAT.test(format) ? 'format' : 'standalone'][m.month()];\n }\n\n function handleStrictParse(monthName, format, strict) {\n var i, ii, mom, llc = monthName.toLocaleLowerCase();\n if (!this._monthsParse) {\n // this is not used\n this._monthsParse = [];\n this._longMonthsParse = [];\n this._shortMonthsParse = [];\n for (i = 0; i < 12; ++i) {\n mom = createUTC([2000, i]);\n this._shortMonthsParse[i] = this.monthsShort(mom, '').toLocaleLowerCase();\n this._longMonthsParse[i] = this.months(mom, '').toLocaleLowerCase();\n }\n }\n\n if (strict) {\n if (format === 'MMM') {\n ii = indexOf.call(this._shortMonthsParse, llc);\n return ii !== -1 ? ii : null;\n } else {\n ii = indexOf.call(this._longMonthsParse, llc);\n return ii !== -1 ? ii : null;\n }\n } else {\n if (format === 'MMM') {\n ii = indexOf.call(this._shortMonthsParse, llc);\n if (ii !== -1) {\n return ii;\n }\n ii = indexOf.call(this._longMonthsParse, llc);\n return ii !== -1 ? ii : null;\n } else {\n ii = indexOf.call(this._longMonthsParse, llc);\n if (ii !== -1) {\n return ii;\n }\n ii = indexOf.call(this._shortMonthsParse, llc);\n return ii !== -1 ? ii : null;\n }\n }\n }\n\n function localeMonthsParse (monthName, format, strict) {\n var i, mom, regex;\n\n if (this._monthsParseExact) {\n return handleStrictParse.call(this, monthName, format, strict);\n }\n\n if (!this._monthsParse) {\n this._monthsParse = [];\n this._longMonthsParse = [];\n this._shortMonthsParse = [];\n }\n\n // TODO: add sorting\n // Sorting makes sure if one month (or abbr) is a prefix of another\n // see sorting in computeMonthsParse\n for (i = 0; i < 12; i++) {\n // make the regex if we don't have it already\n mom = createUTC([2000, i]);\n if (strict && !this._longMonthsParse[i]) {\n this._longMonthsParse[i] = new RegExp('^' + this.months(mom, '').replace('.', '') + '$', 'i');\n this._shortMonthsParse[i] = new RegExp('^' + this.monthsShort(mom, '').replace('.', '') + '$', 'i');\n }\n if (!strict && !this._monthsParse[i]) {\n regex = '^' + this.months(mom, '') + '|^' + this.monthsShort(mom, '');\n this._monthsParse[i] = new RegExp(regex.replace('.', ''), 'i');\n }\n // test the regex\n if (strict && format === 'MMMM' && this._longMonthsParse[i].test(monthName)) {\n return i;\n } else if (strict && format === 'MMM' && this._shortMonthsParse[i].test(monthName)) {\n return i;\n } else if (!strict && this._monthsParse[i].test(monthName)) {\n return i;\n }\n }\n }\n\n // MOMENTS\n\n function setMonth (mom, value) {\n var dayOfMonth;\n\n if (!mom.isValid()) {\n // No op\n return mom;\n }\n\n if (typeof value === 'string') {\n if (/^\\d+$/.test(value)) {\n value = toInt(value);\n } else {\n value = mom.localeData().monthsParse(value);\n // TODO: Another silent failure?\n if (!isNumber(value)) {\n return mom;\n }\n }\n }\n\n dayOfMonth = Math.min(mom.date(), daysInMonth(mom.year(), value));\n mom._d['set' + (mom._isUTC ? 'UTC' : '') + 'Month'](value, dayOfMonth);\n return mom;\n }\n\n function getSetMonth (value) {\n if (value != null) {\n setMonth(this, value);\n hooks.updateOffset(this, true);\n return this;\n } else {\n return get(this, 'Month');\n }\n }\n\n function getDaysInMonth () {\n return daysInMonth(this.year(), this.month());\n }\n\n var defaultMonthsShortRegex = matchWord;\n function monthsShortRegex (isStrict) {\n if (this._monthsParseExact) {\n if (!hasOwnProp(this, '_monthsRegex')) {\n computeMonthsParse.call(this);\n }\n if (isStrict) {\n return this._monthsShortStrictRegex;\n } else {\n return this._monthsShortRegex;\n }\n } else {\n if (!hasOwnProp(this, '_monthsShortRegex')) {\n this._monthsShortRegex = defaultMonthsShortRegex;\n }\n return this._monthsShortStrictRegex && isStrict ?\n this._monthsShortStrictRegex : this._monthsShortRegex;\n }\n }\n\n var defaultMonthsRegex = matchWord;\n function monthsRegex (isStrict) {\n if (this._monthsParseExact) {\n if (!hasOwnProp(this, '_monthsRegex')) {\n computeMonthsParse.call(this);\n }\n if (isStrict) {\n return this._monthsStrictRegex;\n } else {\n return this._monthsRegex;\n }\n } else {\n if (!hasOwnProp(this, '_monthsRegex')) {\n this._monthsRegex = defaultMonthsRegex;\n }\n return this._monthsStrictRegex && isStrict ?\n this._monthsStrictRegex : this._monthsRegex;\n }\n }\n\n function computeMonthsParse () {\n function cmpLenRev(a, b) {\n return b.length - a.length;\n }\n\n var shortPieces = [], longPieces = [], mixedPieces = [],\n i, mom;\n for (i = 0; i < 12; i++) {\n // make the regex if we don't have it already\n mom = createUTC([2000, i]);\n shortPieces.push(this.monthsShort(mom, ''));\n longPieces.push(this.months(mom, ''));\n mixedPieces.push(this.months(mom, ''));\n mixedPieces.push(this.monthsShort(mom, ''));\n }\n // Sorting makes sure if one month (or abbr) is a prefix of another it\n // will match the longer piece.\n shortPieces.sort(cmpLenRev);\n longPieces.sort(cmpLenRev);\n mixedPieces.sort(cmpLenRev);\n for (i = 0; i < 12; i++) {\n shortPieces[i] = regexEscape(shortPieces[i]);\n longPieces[i] = regexEscape(longPieces[i]);\n }\n for (i = 0; i < 24; i++) {\n mixedPieces[i] = regexEscape(mixedPieces[i]);\n }\n\n this._monthsRegex = new RegExp('^(' + mixedPieces.join('|') + ')', 'i');\n this._monthsShortRegex = this._monthsRegex;\n this._monthsStrictRegex = new RegExp('^(' + longPieces.join('|') + ')', 'i');\n this._monthsShortStrictRegex = new RegExp('^(' + shortPieces.join('|') + ')', 'i');\n }\n\n function createDate (y, m, d, h, M, s, ms) {\n // can't just apply() to create a date:\n // https://stackoverflow.com/q/181348\n var date;\n // the date constructor remaps years 0-99 to 1900-1999\n if (y < 100 && y >= 0) {\n // preserve leap years using a full 400 year cycle, then reset\n date = new Date(y + 400, m, d, h, M, s, ms);\n if (isFinite(date.getFullYear())) {\n date.setFullYear(y);\n }\n } else {\n date = new Date(y, m, d, h, M, s, ms);\n }\n\n return date;\n }\n\n function createUTCDate (y) {\n var date;\n // the Date.UTC function remaps years 0-99 to 1900-1999\n if (y < 100 && y >= 0) {\n var args = Array.prototype.slice.call(arguments);\n // preserve leap years using a full 400 year cycle, then reset\n args[0] = y + 400;\n date = new Date(Date.UTC.apply(null, args));\n if (isFinite(date.getUTCFullYear())) {\n date.setUTCFullYear(y);\n }\n } else {\n date = new Date(Date.UTC.apply(null, arguments));\n }\n\n return date;\n }\n\n // start-of-first-week - start-of-year\n function firstWeekOffset(year, dow, doy) {\n var // first-week day -- which january is always in the first week (4 for iso, 1 for other)\n fwd = 7 + dow - doy,\n // first-week day local weekday -- which local weekday is fwd\n fwdlw = (7 + createUTCDate(year, 0, fwd).getUTCDay() - dow) % 7;\n\n return -fwdlw + fwd - 1;\n }\n\n // https://en.wikipedia.org/wiki/ISO_week_date#Calculating_a_date_given_the_year.2C_week_number_and_weekday\n function dayOfYearFromWeeks(year, week, weekday, dow, doy) {\n var localWeekday = (7 + weekday - dow) % 7,\n weekOffset = firstWeekOffset(year, dow, doy),\n dayOfYear = 1 + 7 * (week - 1) + localWeekday + weekOffset,\n resYear, resDayOfYear;\n\n if (dayOfYear <= 0) {\n resYear = year - 1;\n resDayOfYear = daysInYear(resYear) + dayOfYear;\n } else if (dayOfYear > daysInYear(year)) {\n resYear = year + 1;\n resDayOfYear = dayOfYear - daysInYear(year);\n } else {\n resYear = year;\n resDayOfYear = dayOfYear;\n }\n\n return {\n year: resYear,\n dayOfYear: resDayOfYear\n };\n }\n\n function weekOfYear(mom, dow, doy) {\n var weekOffset = firstWeekOffset(mom.year(), dow, doy),\n week = Math.floor((mom.dayOfYear() - weekOffset - 1) / 7) + 1,\n resWeek, resYear;\n\n if (week < 1) {\n resYear = mom.year() - 1;\n resWeek = week + weeksInYear(resYear, dow, doy);\n } else if (week > weeksInYear(mom.year(), dow, doy)) {\n resWeek = week - weeksInYear(mom.year(), dow, doy);\n resYear = mom.year() + 1;\n } else {\n resYear = mom.year();\n resWeek = week;\n }\n\n return {\n week: resWeek,\n year: resYear\n };\n }\n\n function weeksInYear(year, dow, doy) {\n var weekOffset = firstWeekOffset(year, dow, doy),\n weekOffsetNext = firstWeekOffset(year + 1, dow, doy);\n return (daysInYear(year) - weekOffset + weekOffsetNext) / 7;\n }\n\n // FORMATTING\n\n addFormatToken('w', ['ww', 2], 'wo', 'week');\n addFormatToken('W', ['WW', 2], 'Wo', 'isoWeek');\n\n // ALIASES\n\n addUnitAlias('week', 'w');\n addUnitAlias('isoWeek', 'W');\n\n // PRIORITIES\n\n addUnitPriority('week', 5);\n addUnitPriority('isoWeek', 5);\n\n // PARSING\n\n addRegexToken('w', match1to2);\n addRegexToken('ww', match1to2, match2);\n addRegexToken('W', match1to2);\n addRegexToken('WW', match1to2, match2);\n\n addWeekParseToken(['w', 'ww', 'W', 'WW'], function (input, week, config, token) {\n week[token.substr(0, 1)] = toInt(input);\n });\n\n // HELPERS\n\n // LOCALES\n\n function localeWeek (mom) {\n return weekOfYear(mom, this._week.dow, this._week.doy).week;\n }\n\n var defaultLocaleWeek = {\n dow : 0, // Sunday is the first day of the week.\n doy : 6 // The week that contains Jan 6th is the first week of the year.\n };\n\n function localeFirstDayOfWeek () {\n return this._week.dow;\n }\n\n function localeFirstDayOfYear () {\n return this._week.doy;\n }\n\n // MOMENTS\n\n function getSetWeek (input) {\n var week = this.localeData().week(this);\n return input == null ? week : this.add((input - week) * 7, 'd');\n }\n\n function getSetISOWeek (input) {\n var week = weekOfYear(this, 1, 4).week;\n return input == null ? week : this.add((input - week) * 7, 'd');\n }\n\n // FORMATTING\n\n addFormatToken('d', 0, 'do', 'day');\n\n addFormatToken('dd', 0, 0, function (format) {\n return this.localeData().weekdaysMin(this, format);\n });\n\n addFormatToken('ddd', 0, 0, function (format) {\n return this.localeData().weekdaysShort(this, format);\n });\n\n addFormatToken('dddd', 0, 0, function (format) {\n return this.localeData().weekdays(this, format);\n });\n\n addFormatToken('e', 0, 0, 'weekday');\n addFormatToken('E', 0, 0, 'isoWeekday');\n\n // ALIASES\n\n addUnitAlias('day', 'd');\n addUnitAlias('weekday', 'e');\n addUnitAlias('isoWeekday', 'E');\n\n // PRIORITY\n addUnitPriority('day', 11);\n addUnitPriority('weekday', 11);\n addUnitPriority('isoWeekday', 11);\n\n // PARSING\n\n addRegexToken('d', match1to2);\n addRegexToken('e', match1to2);\n addRegexToken('E', match1to2);\n addRegexToken('dd', function (isStrict, locale) {\n return locale.weekdaysMinRegex(isStrict);\n });\n addRegexToken('ddd', function (isStrict, locale) {\n return locale.weekdaysShortRegex(isStrict);\n });\n addRegexToken('dddd', function (isStrict, locale) {\n return locale.weekdaysRegex(isStrict);\n });\n\n addWeekParseToken(['dd', 'ddd', 'dddd'], function (input, week, config, token) {\n var weekday = config._locale.weekdaysParse(input, token, config._strict);\n // if we didn't get a weekday name, mark the date as invalid\n if (weekday != null) {\n week.d = weekday;\n } else {\n getParsingFlags(config).invalidWeekday = input;\n }\n });\n\n addWeekParseToken(['d', 'e', 'E'], function (input, week, config, token) {\n week[token] = toInt(input);\n });\n\n // HELPERS\n\n function parseWeekday(input, locale) {\n if (typeof input !== 'string') {\n return input;\n }\n\n if (!isNaN(input)) {\n return parseInt(input, 10);\n }\n\n input = locale.weekdaysParse(input);\n if (typeof input === 'number') {\n return input;\n }\n\n return null;\n }\n\n function parseIsoWeekday(input, locale) {\n if (typeof input === 'string') {\n return locale.weekdaysParse(input) % 7 || 7;\n }\n return isNaN(input) ? null : input;\n }\n\n // LOCALES\n function shiftWeekdays (ws, n) {\n return ws.slice(n, 7).concat(ws.slice(0, n));\n }\n\n var defaultLocaleWeekdays = 'Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday'.split('_');\n function localeWeekdays (m, format) {\n var weekdays = isArray(this._weekdays) ? this._weekdays :\n this._weekdays[(m && m !== true && this._weekdays.isFormat.test(format)) ? 'format' : 'standalone'];\n return (m === true) ? shiftWeekdays(weekdays, this._week.dow)\n : (m) ? weekdays[m.day()] : weekdays;\n }\n\n var defaultLocaleWeekdaysShort = 'Sun_Mon_Tue_Wed_Thu_Fri_Sat'.split('_');\n function localeWeekdaysShort (m) {\n return (m === true) ? shiftWeekdays(this._weekdaysShort, this._week.dow)\n : (m) ? this._weekdaysShort[m.day()] : this._weekdaysShort;\n }\n\n var defaultLocaleWeekdaysMin = 'Su_Mo_Tu_We_Th_Fr_Sa'.split('_');\n function localeWeekdaysMin (m) {\n return (m === true) ? shiftWeekdays(this._weekdaysMin, this._week.dow)\n : (m) ? this._weekdaysMin[m.day()] : this._weekdaysMin;\n }\n\n function handleStrictParse$1(weekdayName, format, strict) {\n var i, ii, mom, llc = weekdayName.toLocaleLowerCase();\n if (!this._weekdaysParse) {\n this._weekdaysParse = [];\n this._shortWeekdaysParse = [];\n this._minWeekdaysParse = [];\n\n for (i = 0; i < 7; ++i) {\n mom = createUTC([2000, 1]).day(i);\n this._minWeekdaysParse[i] = this.weekdaysMin(mom, '').toLocaleLowerCase();\n this._shortWeekdaysParse[i] = this.weekdaysShort(mom, '').toLocaleLowerCase();\n this._weekdaysParse[i] = this.weekdays(mom, '').toLocaleLowerCase();\n }\n }\n\n if (strict) {\n if (format === 'dddd') {\n ii = indexOf.call(this._weekdaysParse, llc);\n return ii !== -1 ? ii : null;\n } else if (format === 'ddd') {\n ii = indexOf.call(this._shortWeekdaysParse, llc);\n return ii !== -1 ? ii : null;\n } else {\n ii = indexOf.call(this._minWeekdaysParse, llc);\n return ii !== -1 ? ii : null;\n }\n } else {\n if (format === 'dddd') {\n ii = indexOf.call(this._weekdaysParse, llc);\n if (ii !== -1) {\n return ii;\n }\n ii = indexOf.call(this._shortWeekdaysParse, llc);\n if (ii !== -1) {\n return ii;\n }\n ii = indexOf.call(this._minWeekdaysParse, llc);\n return ii !== -1 ? ii : null;\n } else if (format === 'ddd') {\n ii = indexOf.call(this._shortWeekdaysParse, llc);\n if (ii !== -1) {\n return ii;\n }\n ii = indexOf.call(this._weekdaysParse, llc);\n if (ii !== -1) {\n return ii;\n }\n ii = indexOf.call(this._minWeekdaysParse, llc);\n return ii !== -1 ? ii : null;\n } else {\n ii = indexOf.call(this._minWeekdaysParse, llc);\n if (ii !== -1) {\n return ii;\n }\n ii = indexOf.call(this._weekdaysParse, llc);\n if (ii !== -1) {\n return ii;\n }\n ii = indexOf.call(this._shortWeekdaysParse, llc);\n return ii !== -1 ? ii : null;\n }\n }\n }\n\n function localeWeekdaysParse (weekdayName, format, strict) {\n var i, mom, regex;\n\n if (this._weekdaysParseExact) {\n return handleStrictParse$1.call(this, weekdayName, format, strict);\n }\n\n if (!this._weekdaysParse) {\n this._weekdaysParse = [];\n this._minWeekdaysParse = [];\n this._shortWeekdaysParse = [];\n this._fullWeekdaysParse = [];\n }\n\n for (i = 0; i < 7; i++) {\n // make the regex if we don't have it already\n\n mom = createUTC([2000, 1]).day(i);\n if (strict && !this._fullWeekdaysParse[i]) {\n this._fullWeekdaysParse[i] = new RegExp('^' + this.weekdays(mom, '').replace('.', '\\\\.?') + '$', 'i');\n this._shortWeekdaysParse[i] = new RegExp('^' + this.weekdaysShort(mom, '').replace('.', '\\\\.?') + '$', 'i');\n this._minWeekdaysParse[i] = new RegExp('^' + this.weekdaysMin(mom, '').replace('.', '\\\\.?') + '$', 'i');\n }\n if (!this._weekdaysParse[i]) {\n regex = '^' + this.weekdays(mom, '') + '|^' + this.weekdaysShort(mom, '') + '|^' + this.weekdaysMin(mom, '');\n this._weekdaysParse[i] = new RegExp(regex.replace('.', ''), 'i');\n }\n // test the regex\n if (strict && format === 'dddd' && this._fullWeekdaysParse[i].test(weekdayName)) {\n return i;\n } else if (strict && format === 'ddd' && this._shortWeekdaysParse[i].test(weekdayName)) {\n return i;\n } else if (strict && format === 'dd' && this._minWeekdaysParse[i].test(weekdayName)) {\n return i;\n } else if (!strict && this._weekdaysParse[i].test(weekdayName)) {\n return i;\n }\n }\n }\n\n // MOMENTS\n\n function getSetDayOfWeek (input) {\n if (!this.isValid()) {\n return input != null ? this : NaN;\n }\n var day = this._isUTC ? this._d.getUTCDay() : this._d.getDay();\n if (input != null) {\n input = parseWeekday(input, this.localeData());\n return this.add(input - day, 'd');\n } else {\n return day;\n }\n }\n\n function getSetLocaleDayOfWeek (input) {\n if (!this.isValid()) {\n return input != null ? this : NaN;\n }\n var weekday = (this.day() + 7 - this.localeData()._week.dow) % 7;\n return input == null ? weekday : this.add(input - weekday, 'd');\n }\n\n function getSetISODayOfWeek (input) {\n if (!this.isValid()) {\n return input != null ? this : NaN;\n }\n\n // behaves the same as moment#day except\n // as a getter, returns 7 instead of 0 (1-7 range instead of 0-6)\n // as a setter, sunday should belong to the previous week.\n\n if (input != null) {\n var weekday = parseIsoWeekday(input, this.localeData());\n return this.day(this.day() % 7 ? weekday : weekday - 7);\n } else {\n return this.day() || 7;\n }\n }\n\n var defaultWeekdaysRegex = matchWord;\n function weekdaysRegex (isStrict) {\n if (this._weekdaysParseExact) {\n if (!hasOwnProp(this, '_weekdaysRegex')) {\n computeWeekdaysParse.call(this);\n }\n if (isStrict) {\n return this._weekdaysStrictRegex;\n } else {\n return this._weekdaysRegex;\n }\n } else {\n if (!hasOwnProp(this, '_weekdaysRegex')) {\n this._weekdaysRegex = defaultWeekdaysRegex;\n }\n return this._weekdaysStrictRegex && isStrict ?\n this._weekdaysStrictRegex : this._weekdaysRegex;\n }\n }\n\n var defaultWeekdaysShortRegex = matchWord;\n function weekdaysShortRegex (isStrict) {\n if (this._weekdaysParseExact) {\n if (!hasOwnProp(this, '_weekdaysRegex')) {\n computeWeekdaysParse.call(this);\n }\n if (isStrict) {\n return this._weekdaysShortStrictRegex;\n } else {\n return this._weekdaysShortRegex;\n }\n } else {\n if (!hasOwnProp(this, '_weekdaysShortRegex')) {\n this._weekdaysShortRegex = defaultWeekdaysShortRegex;\n }\n return this._weekdaysShortStrictRegex && isStrict ?\n this._weekdaysShortStrictRegex : this._weekdaysShortRegex;\n }\n }\n\n var defaultWeekdaysMinRegex = matchWord;\n function weekdaysMinRegex (isStrict) {\n if (this._weekdaysParseExact) {\n if (!hasOwnProp(this, '_weekdaysRegex')) {\n computeWeekdaysParse.call(this);\n }\n if (isStrict) {\n return this._weekdaysMinStrictRegex;\n } else {\n return this._weekdaysMinRegex;\n }\n } else {\n if (!hasOwnProp(this, '_weekdaysMinRegex')) {\n this._weekdaysMinRegex = defaultWeekdaysMinRegex;\n }\n return this._weekdaysMinStrictRegex && isStrict ?\n this._weekdaysMinStrictRegex : this._weekdaysMinRegex;\n }\n }\n\n\n function computeWeekdaysParse () {\n function cmpLenRev(a, b) {\n return b.length - a.length;\n }\n\n var minPieces = [], shortPieces = [], longPieces = [], mixedPieces = [],\n i, mom, minp, shortp, longp;\n for (i = 0; i < 7; i++) {\n // make the regex if we don't have it already\n mom = createUTC([2000, 1]).day(i);\n minp = this.weekdaysMin(mom, '');\n shortp = this.weekdaysShort(mom, '');\n longp = this.weekdays(mom, '');\n minPieces.push(minp);\n shortPieces.push(shortp);\n longPieces.push(longp);\n mixedPieces.push(minp);\n mixedPieces.push(shortp);\n mixedPieces.push(longp);\n }\n // Sorting makes sure if one weekday (or abbr) is a prefix of another it\n // will match the longer piece.\n minPieces.sort(cmpLenRev);\n shortPieces.sort(cmpLenRev);\n longPieces.sort(cmpLenRev);\n mixedPieces.sort(cmpLenRev);\n for (i = 0; i < 7; i++) {\n shortPieces[i] = regexEscape(shortPieces[i]);\n longPieces[i] = regexEscape(longPieces[i]);\n mixedPieces[i] = regexEscape(mixedPieces[i]);\n }\n\n this._weekdaysRegex = new RegExp('^(' + mixedPieces.join('|') + ')', 'i');\n this._weekdaysShortRegex = this._weekdaysRegex;\n this._weekdaysMinRegex = this._weekdaysRegex;\n\n this._weekdaysStrictRegex = new RegExp('^(' + longPieces.join('|') + ')', 'i');\n this._weekdaysShortStrictRegex = new RegExp('^(' + shortPieces.join('|') + ')', 'i');\n this._weekdaysMinStrictRegex = new RegExp('^(' + minPieces.join('|') + ')', 'i');\n }\n\n // FORMATTING\n\n function hFormat() {\n return this.hours() % 12 || 12;\n }\n\n function kFormat() {\n return this.hours() || 24;\n }\n\n addFormatToken('H', ['HH', 2], 0, 'hour');\n addFormatToken('h', ['hh', 2], 0, hFormat);\n addFormatToken('k', ['kk', 2], 0, kFormat);\n\n addFormatToken('hmm', 0, 0, function () {\n return '' + hFormat.apply(this) + zeroFill(this.minutes(), 2);\n });\n\n addFormatToken('hmmss', 0, 0, function () {\n return '' + hFormat.apply(this) + zeroFill(this.minutes(), 2) +\n zeroFill(this.seconds(), 2);\n });\n\n addFormatToken('Hmm', 0, 0, function () {\n return '' + this.hours() + zeroFill(this.minutes(), 2);\n });\n\n addFormatToken('Hmmss', 0, 0, function () {\n return '' + this.hours() + zeroFill(this.minutes(), 2) +\n zeroFill(this.seconds(), 2);\n });\n\n function meridiem (token, lowercase) {\n addFormatToken(token, 0, 0, function () {\n return this.localeData().meridiem(this.hours(), this.minutes(), lowercase);\n });\n }\n\n meridiem('a', true);\n meridiem('A', false);\n\n // ALIASES\n\n addUnitAlias('hour', 'h');\n\n // PRIORITY\n addUnitPriority('hour', 13);\n\n // PARSING\n\n function matchMeridiem (isStrict, locale) {\n return locale._meridiemParse;\n }\n\n addRegexToken('a', matchMeridiem);\n addRegexToken('A', matchMeridiem);\n addRegexToken('H', match1to2);\n addRegexToken('h', match1to2);\n addRegexToken('k', match1to2);\n addRegexToken('HH', match1to2, match2);\n addRegexToken('hh', match1to2, match2);\n addRegexToken('kk', match1to2, match2);\n\n addRegexToken('hmm', match3to4);\n addRegexToken('hmmss', match5to6);\n addRegexToken('Hmm', match3to4);\n addRegexToken('Hmmss', match5to6);\n\n addParseToken(['H', 'HH'], HOUR);\n addParseToken(['k', 'kk'], function (input, array, config) {\n var kInput = toInt(input);\n array[HOUR] = kInput === 24 ? 0 : kInput;\n });\n addParseToken(['a', 'A'], function (input, array, config) {\n config._isPm = config._locale.isPM(input);\n config._meridiem = input;\n });\n addParseToken(['h', 'hh'], function (input, array, config) {\n array[HOUR] = toInt(input);\n getParsingFlags(config).bigHour = true;\n });\n addParseToken('hmm', function (input, array, config) {\n var pos = input.length - 2;\n array[HOUR] = toInt(input.substr(0, pos));\n array[MINUTE] = toInt(input.substr(pos));\n getParsingFlags(config).bigHour = true;\n });\n addParseToken('hmmss', function (input, array, config) {\n var pos1 = input.length - 4;\n var pos2 = input.length - 2;\n array[HOUR] = toInt(input.substr(0, pos1));\n array[MINUTE] = toInt(input.substr(pos1, 2));\n array[SECOND] = toInt(input.substr(pos2));\n getParsingFlags(config).bigHour = true;\n });\n addParseToken('Hmm', function (input, array, config) {\n var pos = input.length - 2;\n array[HOUR] = toInt(input.substr(0, pos));\n array[MINUTE] = toInt(input.substr(pos));\n });\n addParseToken('Hmmss', function (input, array, config) {\n var pos1 = input.length - 4;\n var pos2 = input.length - 2;\n array[HOUR] = toInt(input.substr(0, pos1));\n array[MINUTE] = toInt(input.substr(pos1, 2));\n array[SECOND] = toInt(input.substr(pos2));\n });\n\n // LOCALES\n\n function localeIsPM (input) {\n // IE8 Quirks Mode & IE7 Standards Mode do not allow accessing strings like arrays\n // Using charAt should be more compatible.\n return ((input + '').toLowerCase().charAt(0) === 'p');\n }\n\n var defaultLocaleMeridiemParse = /[ap]\\.?m?\\.?/i;\n function localeMeridiem (hours, minutes, isLower) {\n if (hours > 11) {\n return isLower ? 'pm' : 'PM';\n } else {\n return isLower ? 'am' : 'AM';\n }\n }\n\n\n // MOMENTS\n\n // Setting the hour should keep the time, because the user explicitly\n // specified which hour they want. So trying to maintain the same hour (in\n // a new timezone) makes sense. Adding/subtracting hours does not follow\n // this rule.\n var getSetHour = makeGetSet('Hours', true);\n\n var baseConfig = {\n calendar: defaultCalendar,\n longDateFormat: defaultLongDateFormat,\n invalidDate: defaultInvalidDate,\n ordinal: defaultOrdinal,\n dayOfMonthOrdinalParse: defaultDayOfMonthOrdinalParse,\n relativeTime: defaultRelativeTime,\n\n months: defaultLocaleMonths,\n monthsShort: defaultLocaleMonthsShort,\n\n week: defaultLocaleWeek,\n\n weekdays: defaultLocaleWeekdays,\n weekdaysMin: defaultLocaleWeekdaysMin,\n weekdaysShort: defaultLocaleWeekdaysShort,\n\n meridiemParse: defaultLocaleMeridiemParse\n };\n\n // internal storage for locale config files\n var locales = {};\n var localeFamilies = {};\n var globalLocale;\n\n function normalizeLocale(key) {\n return key ? key.toLowerCase().replace('_', '-') : key;\n }\n\n // pick the locale from the array\n // try ['en-au', 'en-gb'] as 'en-au', 'en-gb', 'en', as in move through the list trying each\n // substring from most specific to least, but move to the next array item if it's a more specific variant than the current root\n function chooseLocale(names) {\n var i = 0, j, next, locale, split;\n\n while (i < names.length) {\n split = normalizeLocale(names[i]).split('-');\n j = split.length;\n next = normalizeLocale(names[i + 1]);\n next = next ? next.split('-') : null;\n while (j > 0) {\n locale = loadLocale(split.slice(0, j).join('-'));\n if (locale) {\n return locale;\n }\n if (next && next.length >= j && compareArrays(split, next, true) >= j - 1) {\n //the next array item is better than a shallower substring of this one\n break;\n }\n j--;\n }\n i++;\n }\n return globalLocale;\n }\n\n function loadLocale(name) {\n var oldLocale = null;\n // TODO: Find a better way to register and load all the locales in Node\n if (!locales[name] && (typeof module !== 'undefined') &&\n module && module.exports) {\n try {\n oldLocale = globalLocale._abbr;\n var aliasedRequire = require;\n aliasedRequire('./locale/' + name);\n getSetGlobalLocale(oldLocale);\n } catch (e) {}\n }\n return locales[name];\n }\n\n // This function will load locale and then set the global locale. If\n // no arguments are passed in, it will simply return the current global\n // locale key.\n function getSetGlobalLocale (key, values) {\n var data;\n if (key) {\n if (isUndefined(values)) {\n data = getLocale(key);\n }\n else {\n data = defineLocale(key, values);\n }\n\n if (data) {\n // moment.duration._locale = moment._locale = data;\n globalLocale = data;\n }\n else {\n if ((typeof console !== 'undefined') && console.warn) {\n //warn user if arguments are passed but the locale could not be set\n console.warn('Locale ' + key + ' not found. Did you forget to load it?');\n }\n }\n }\n\n return globalLocale._abbr;\n }\n\n function defineLocale (name, config) {\n if (config !== null) {\n var locale, parentConfig = baseConfig;\n config.abbr = name;\n if (locales[name] != null) {\n deprecateSimple('defineLocaleOverride',\n 'use moment.updateLocale(localeName, config) to change ' +\n 'an existing locale. moment.defineLocale(localeName, ' +\n 'config) should only be used for creating a new locale ' +\n 'See http://momentjs.com/guides/#/warnings/define-locale/ for more info.');\n parentConfig = locales[name]._config;\n } else if (config.parentLocale != null) {\n if (locales[config.parentLocale] != null) {\n parentConfig = locales[config.parentLocale]._config;\n } else {\n locale = loadLocale(config.parentLocale);\n if (locale != null) {\n parentConfig = locale._config;\n } else {\n if (!localeFamilies[config.parentLocale]) {\n localeFamilies[config.parentLocale] = [];\n }\n localeFamilies[config.parentLocale].push({\n name: name,\n config: config\n });\n return null;\n }\n }\n }\n locales[name] = new Locale(mergeConfigs(parentConfig, config));\n\n if (localeFamilies[name]) {\n localeFamilies[name].forEach(function (x) {\n defineLocale(x.name, x.config);\n });\n }\n\n // backwards compat for now: also set the locale\n // make sure we set the locale AFTER all child locales have been\n // created, so we won't end up with the child locale set.\n getSetGlobalLocale(name);\n\n\n return locales[name];\n } else {\n // useful for testing\n delete locales[name];\n return null;\n }\n }\n\n function updateLocale(name, config) {\n if (config != null) {\n var locale, tmpLocale, parentConfig = baseConfig;\n // MERGE\n tmpLocale = loadLocale(name);\n if (tmpLocale != null) {\n parentConfig = tmpLocale._config;\n }\n config = mergeConfigs(parentConfig, config);\n locale = new Locale(config);\n locale.parentLocale = locales[name];\n locales[name] = locale;\n\n // backwards compat for now: also set the locale\n getSetGlobalLocale(name);\n } else {\n // pass null for config to unupdate, useful for tests\n if (locales[name] != null) {\n if (locales[name].parentLocale != null) {\n locales[name] = locales[name].parentLocale;\n } else if (locales[name] != null) {\n delete locales[name];\n }\n }\n }\n return locales[name];\n }\n\n // returns locale data\n function getLocale (key) {\n var locale;\n\n if (key && key._locale && key._locale._abbr) {\n key = key._locale._abbr;\n }\n\n if (!key) {\n return globalLocale;\n }\n\n if (!isArray(key)) {\n //short-circuit everything else\n locale = loadLocale(key);\n if (locale) {\n return locale;\n }\n key = [key];\n }\n\n return chooseLocale(key);\n }\n\n function listLocales() {\n return keys(locales);\n }\n\n function checkOverflow (m) {\n var overflow;\n var a = m._a;\n\n if (a && getParsingFlags(m).overflow === -2) {\n overflow =\n a[MONTH] < 0 || a[MONTH] > 11 ? MONTH :\n a[DATE] < 1 || a[DATE] > daysInMonth(a[YEAR], a[MONTH]) ? DATE :\n a[HOUR] < 0 || a[HOUR] > 24 || (a[HOUR] === 24 && (a[MINUTE] !== 0 || a[SECOND] !== 0 || a[MILLISECOND] !== 0)) ? HOUR :\n a[MINUTE] < 0 || a[MINUTE] > 59 ? MINUTE :\n a[SECOND] < 0 || a[SECOND] > 59 ? SECOND :\n a[MILLISECOND] < 0 || a[MILLISECOND] > 999 ? MILLISECOND :\n -1;\n\n if (getParsingFlags(m)._overflowDayOfYear && (overflow < YEAR || overflow > DATE)) {\n overflow = DATE;\n }\n if (getParsingFlags(m)._overflowWeeks && overflow === -1) {\n overflow = WEEK;\n }\n if (getParsingFlags(m)._overflowWeekday && overflow === -1) {\n overflow = WEEKDAY;\n }\n\n getParsingFlags(m).overflow = overflow;\n }\n\n return m;\n }\n\n // Pick the first defined of two or three arguments.\n function defaults(a, b, c) {\n if (a != null) {\n return a;\n }\n if (b != null) {\n return b;\n }\n return c;\n }\n\n function currentDateArray(config) {\n // hooks is actually the exported moment object\n var nowValue = new Date(hooks.now());\n if (config._useUTC) {\n return [nowValue.getUTCFullYear(), nowValue.getUTCMonth(), nowValue.getUTCDate()];\n }\n return [nowValue.getFullYear(), nowValue.getMonth(), nowValue.getDate()];\n }\n\n // convert an array to a date.\n // the array should mirror the parameters below\n // note: all values past the year are optional and will default to the lowest possible value.\n // [year, month, day , hour, minute, second, millisecond]\n function configFromArray (config) {\n var i, date, input = [], currentDate, expectedWeekday, yearToUse;\n\n if (config._d) {\n return;\n }\n\n currentDate = currentDateArray(config);\n\n //compute day of the year from weeks and weekdays\n if (config._w && config._a[DATE] == null && config._a[MONTH] == null) {\n dayOfYearFromWeekInfo(config);\n }\n\n //if the day of the year is set, figure out what it is\n if (config._dayOfYear != null) {\n yearToUse = defaults(config._a[YEAR], currentDate[YEAR]);\n\n if (config._dayOfYear > daysInYear(yearToUse) || config._dayOfYear === 0) {\n getParsingFlags(config)._overflowDayOfYear = true;\n }\n\n date = createUTCDate(yearToUse, 0, config._dayOfYear);\n config._a[MONTH] = date.getUTCMonth();\n config._a[DATE] = date.getUTCDate();\n }\n\n // Default to current date.\n // * if no year, month, day of month are given, default to today\n // * if day of month is given, default month and year\n // * if month is given, default only year\n // * if year is given, don't default anything\n for (i = 0; i < 3 && config._a[i] == null; ++i) {\n config._a[i] = input[i] = currentDate[i];\n }\n\n // Zero out whatever was not defaulted, including time\n for (; i < 7; i++) {\n config._a[i] = input[i] = (config._a[i] == null) ? (i === 2 ? 1 : 0) : config._a[i];\n }\n\n // Check for 24:00:00.000\n if (config._a[HOUR] === 24 &&\n config._a[MINUTE] === 0 &&\n config._a[SECOND] === 0 &&\n config._a[MILLISECOND] === 0) {\n config._nextDay = true;\n config._a[HOUR] = 0;\n }\n\n config._d = (config._useUTC ? createUTCDate : createDate).apply(null, input);\n expectedWeekday = config._useUTC ? config._d.getUTCDay() : config._d.getDay();\n\n // Apply timezone offset from input. The actual utcOffset can be changed\n // with parseZone.\n if (config._tzm != null) {\n config._d.setUTCMinutes(config._d.getUTCMinutes() - config._tzm);\n }\n\n if (config._nextDay) {\n config._a[HOUR] = 24;\n }\n\n // check for mismatching day of week\n if (config._w && typeof config._w.d !== 'undefined' && config._w.d !== expectedWeekday) {\n getParsingFlags(config).weekdayMismatch = true;\n }\n }\n\n function dayOfYearFromWeekInfo(config) {\n var w, weekYear, week, weekday, dow, doy, temp, weekdayOverflow;\n\n w = config._w;\n if (w.GG != null || w.W != null || w.E != null) {\n dow = 1;\n doy = 4;\n\n // TODO: We need to take the current isoWeekYear, but that depends on\n // how we interpret now (local, utc, fixed offset). So create\n // a now version of current config (take local/utc/offset flags, and\n // create now).\n weekYear = defaults(w.GG, config._a[YEAR], weekOfYear(createLocal(), 1, 4).year);\n week = defaults(w.W, 1);\n weekday = defaults(w.E, 1);\n if (weekday < 1 || weekday > 7) {\n weekdayOverflow = true;\n }\n } else {\n dow = config._locale._week.dow;\n doy = config._locale._week.doy;\n\n var curWeek = weekOfYear(createLocal(), dow, doy);\n\n weekYear = defaults(w.gg, config._a[YEAR], curWeek.year);\n\n // Default to current week.\n week = defaults(w.w, curWeek.week);\n\n if (w.d != null) {\n // weekday -- low day numbers are considered next week\n weekday = w.d;\n if (weekday < 0 || weekday > 6) {\n weekdayOverflow = true;\n }\n } else if (w.e != null) {\n // local weekday -- counting starts from beginning of week\n weekday = w.e + dow;\n if (w.e < 0 || w.e > 6) {\n weekdayOverflow = true;\n }\n } else {\n // default to beginning of week\n weekday = dow;\n }\n }\n if (week < 1 || week > weeksInYear(weekYear, dow, doy)) {\n getParsingFlags(config)._overflowWeeks = true;\n } else if (weekdayOverflow != null) {\n getParsingFlags(config)._overflowWeekday = true;\n } else {\n temp = dayOfYearFromWeeks(weekYear, week, weekday, dow, doy);\n config._a[YEAR] = temp.year;\n config._dayOfYear = temp.dayOfYear;\n }\n }\n\n // iso 8601 regex\n // 0000-00-00 0000-W00 or 0000-W00-0 + T + 00 or 00:00 or 00:00:00 or 00:00:00.000 + +00:00 or +0000 or +00)\n var extendedIsoRegex = /^\\s*((?:[+-]\\d{6}|\\d{4})-(?:\\d\\d-\\d\\d|W\\d\\d-\\d|W\\d\\d|\\d\\d\\d|\\d\\d))(?:(T| )(\\d\\d(?::\\d\\d(?::\\d\\d(?:[.,]\\d+)?)?)?)([\\+\\-]\\d\\d(?::?\\d\\d)?|\\s*Z)?)?$/;\n var basicIsoRegex = /^\\s*((?:[+-]\\d{6}|\\d{4})(?:\\d\\d\\d\\d|W\\d\\d\\d|W\\d\\d|\\d\\d\\d|\\d\\d))(?:(T| )(\\d\\d(?:\\d\\d(?:\\d\\d(?:[.,]\\d+)?)?)?)([\\+\\-]\\d\\d(?::?\\d\\d)?|\\s*Z)?)?$/;\n\n var tzRegex = /Z|[+-]\\d\\d(?::?\\d\\d)?/;\n\n var isoDates = [\n ['YYYYYY-MM-DD', /[+-]\\d{6}-\\d\\d-\\d\\d/],\n ['YYYY-MM-DD', /\\d{4}-\\d\\d-\\d\\d/],\n ['GGGG-[W]WW-E', /\\d{4}-W\\d\\d-\\d/],\n ['GGGG-[W]WW', /\\d{4}-W\\d\\d/, false],\n ['YYYY-DDD', /\\d{4}-\\d{3}/],\n ['YYYY-MM', /\\d{4}-\\d\\d/, false],\n ['YYYYYYMMDD', /[+-]\\d{10}/],\n ['YYYYMMDD', /\\d{8}/],\n // YYYYMM is NOT allowed by the standard\n ['GGGG[W]WWE', /\\d{4}W\\d{3}/],\n ['GGGG[W]WW', /\\d{4}W\\d{2}/, false],\n ['YYYYDDD', /\\d{7}/]\n ];\n\n // iso time formats and regexes\n var isoTimes = [\n ['HH:mm:ss.SSSS', /\\d\\d:\\d\\d:\\d\\d\\.\\d+/],\n ['HH:mm:ss,SSSS', /\\d\\d:\\d\\d:\\d\\d,\\d+/],\n ['HH:mm:ss', /\\d\\d:\\d\\d:\\d\\d/],\n ['HH:mm', /\\d\\d:\\d\\d/],\n ['HHmmss.SSSS', /\\d\\d\\d\\d\\d\\d\\.\\d+/],\n ['HHmmss,SSSS', /\\d\\d\\d\\d\\d\\d,\\d+/],\n ['HHmmss', /\\d\\d\\d\\d\\d\\d/],\n ['HHmm', /\\d\\d\\d\\d/],\n ['HH', /\\d\\d/]\n ];\n\n var aspNetJsonRegex = /^\\/?Date\\((\\-?\\d+)/i;\n\n // date from iso format\n function configFromISO(config) {\n var i, l,\n string = config._i,\n match = extendedIsoRegex.exec(string) || basicIsoRegex.exec(string),\n allowTime, dateFormat, timeFormat, tzFormat;\n\n if (match) {\n getParsingFlags(config).iso = true;\n\n for (i = 0, l = isoDates.length; i < l; i++) {\n if (isoDates[i][1].exec(match[1])) {\n dateFormat = isoDates[i][0];\n allowTime = isoDates[i][2] !== false;\n break;\n }\n }\n if (dateFormat == null) {\n config._isValid = false;\n return;\n }\n if (match[3]) {\n for (i = 0, l = isoTimes.length; i < l; i++) {\n if (isoTimes[i][1].exec(match[3])) {\n // match[2] should be 'T' or space\n timeFormat = (match[2] || ' ') + isoTimes[i][0];\n break;\n }\n }\n if (timeFormat == null) {\n config._isValid = false;\n return;\n }\n }\n if (!allowTime && timeFormat != null) {\n config._isValid = false;\n return;\n }\n if (match[4]) {\n if (tzRegex.exec(match[4])) {\n tzFormat = 'Z';\n } else {\n config._isValid = false;\n return;\n }\n }\n config._f = dateFormat + (timeFormat || '') + (tzFormat || '');\n configFromStringAndFormat(config);\n } else {\n config._isValid = false;\n }\n }\n\n // RFC 2822 regex: For details see https://tools.ietf.org/html/rfc2822#section-3.3\n var rfc2822 = /^(?:(Mon|Tue|Wed|Thu|Fri|Sat|Sun),?\\s)?(\\d{1,2})\\s(Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec)\\s(\\d{2,4})\\s(\\d\\d):(\\d\\d)(?::(\\d\\d))?\\s(?:(UT|GMT|[ECMP][SD]T)|([Zz])|([+-]\\d{4}))$/;\n\n function extractFromRFC2822Strings(yearStr, monthStr, dayStr, hourStr, minuteStr, secondStr) {\n var result = [\n untruncateYear(yearStr),\n defaultLocaleMonthsShort.indexOf(monthStr),\n parseInt(dayStr, 10),\n parseInt(hourStr, 10),\n parseInt(minuteStr, 10)\n ];\n\n if (secondStr) {\n result.push(parseInt(secondStr, 10));\n }\n\n return result;\n }\n\n function untruncateYear(yearStr) {\n var year = parseInt(yearStr, 10);\n if (year <= 49) {\n return 2000 + year;\n } else if (year <= 999) {\n return 1900 + year;\n }\n return year;\n }\n\n function preprocessRFC2822(s) {\n // Remove comments and folding whitespace and replace multiple-spaces with a single space\n return s.replace(/\\([^)]*\\)|[\\n\\t]/g, ' ').replace(/(\\s\\s+)/g, ' ').replace(/^\\s\\s*/, '').replace(/\\s\\s*$/, '');\n }\n\n function checkWeekday(weekdayStr, parsedInput, config) {\n if (weekdayStr) {\n // TODO: Replace the vanilla JS Date object with an indepentent day-of-week check.\n var weekdayProvided = defaultLocaleWeekdaysShort.indexOf(weekdayStr),\n weekdayActual = new Date(parsedInput[0], parsedInput[1], parsedInput[2]).getDay();\n if (weekdayProvided !== weekdayActual) {\n getParsingFlags(config).weekdayMismatch = true;\n config._isValid = false;\n return false;\n }\n }\n return true;\n }\n\n var obsOffsets = {\n UT: 0,\n GMT: 0,\n EDT: -4 * 60,\n EST: -5 * 60,\n CDT: -5 * 60,\n CST: -6 * 60,\n MDT: -6 * 60,\n MST: -7 * 60,\n PDT: -7 * 60,\n PST: -8 * 60\n };\n\n function calculateOffset(obsOffset, militaryOffset, numOffset) {\n if (obsOffset) {\n return obsOffsets[obsOffset];\n } else if (militaryOffset) {\n // the only allowed military tz is Z\n return 0;\n } else {\n var hm = parseInt(numOffset, 10);\n var m = hm % 100, h = (hm - m) / 100;\n return h * 60 + m;\n }\n }\n\n // date and time from ref 2822 format\n function configFromRFC2822(config) {\n var match = rfc2822.exec(preprocessRFC2822(config._i));\n if (match) {\n var parsedArray = extractFromRFC2822Strings(match[4], match[3], match[2], match[5], match[6], match[7]);\n if (!checkWeekday(match[1], parsedArray, config)) {\n return;\n }\n\n config._a = parsedArray;\n config._tzm = calculateOffset(match[8], match[9], match[10]);\n\n config._d = createUTCDate.apply(null, config._a);\n config._d.setUTCMinutes(config._d.getUTCMinutes() - config._tzm);\n\n getParsingFlags(config).rfc2822 = true;\n } else {\n config._isValid = false;\n }\n }\n\n // date from iso format or fallback\n function configFromString(config) {\n var matched = aspNetJsonRegex.exec(config._i);\n\n if (matched !== null) {\n config._d = new Date(+matched[1]);\n return;\n }\n\n configFromISO(config);\n if (config._isValid === false) {\n delete config._isValid;\n } else {\n return;\n }\n\n configFromRFC2822(config);\n if (config._isValid === false) {\n delete config._isValid;\n } else {\n return;\n }\n\n // Final attempt, use Input Fallback\n hooks.createFromInputFallback(config);\n }\n\n hooks.createFromInputFallback = deprecate(\n 'value provided is not in a recognized RFC2822 or ISO format. moment construction falls back to js Date(), ' +\n 'which is not reliable across all browsers and versions. Non RFC2822/ISO date formats are ' +\n 'discouraged and will be removed in an upcoming major release. Please refer to ' +\n 'http://momentjs.com/guides/#/warnings/js-date/ for more info.',\n function (config) {\n config._d = new Date(config._i + (config._useUTC ? ' UTC' : ''));\n }\n );\n\n // constant that refers to the ISO standard\n hooks.ISO_8601 = function () {};\n\n // constant that refers to the RFC 2822 form\n hooks.RFC_2822 = function () {};\n\n // date from string and format string\n function configFromStringAndFormat(config) {\n // TODO: Move this to another part of the creation flow to prevent circular deps\n if (config._f === hooks.ISO_8601) {\n configFromISO(config);\n return;\n }\n if (config._f === hooks.RFC_2822) {\n configFromRFC2822(config);\n return;\n }\n config._a = [];\n getParsingFlags(config).empty = true;\n\n // This array is used to make a Date, either with `new Date` or `Date.UTC`\n var string = '' + config._i,\n i, parsedInput, tokens, token, skipped,\n stringLength = string.length,\n totalParsedInputLength = 0;\n\n tokens = expandFormat(config._f, config._locale).match(formattingTokens) || [];\n\n for (i = 0; i < tokens.length; i++) {\n token = tokens[i];\n parsedInput = (string.match(getParseRegexForToken(token, config)) || [])[0];\n // console.log('token', token, 'parsedInput', parsedInput,\n // 'regex', getParseRegexForToken(token, config));\n if (parsedInput) {\n skipped = string.substr(0, string.indexOf(parsedInput));\n if (skipped.length > 0) {\n getParsingFlags(config).unusedInput.push(skipped);\n }\n string = string.slice(string.indexOf(parsedInput) + parsedInput.length);\n totalParsedInputLength += parsedInput.length;\n }\n // don't parse if it's not a known token\n if (formatTokenFunctions[token]) {\n if (parsedInput) {\n getParsingFlags(config).empty = false;\n }\n else {\n getParsingFlags(config).unusedTokens.push(token);\n }\n addTimeToArrayFromToken(token, parsedInput, config);\n }\n else if (config._strict && !parsedInput) {\n getParsingFlags(config).unusedTokens.push(token);\n }\n }\n\n // add remaining unparsed input length to the string\n getParsingFlags(config).charsLeftOver = stringLength - totalParsedInputLength;\n if (string.length > 0) {\n getParsingFlags(config).unusedInput.push(string);\n }\n\n // clear _12h flag if hour is <= 12\n if (config._a[HOUR] <= 12 &&\n getParsingFlags(config).bigHour === true &&\n config._a[HOUR] > 0) {\n getParsingFlags(config).bigHour = undefined;\n }\n\n getParsingFlags(config).parsedDateParts = config._a.slice(0);\n getParsingFlags(config).meridiem = config._meridiem;\n // handle meridiem\n config._a[HOUR] = meridiemFixWrap(config._locale, config._a[HOUR], config._meridiem);\n\n configFromArray(config);\n checkOverflow(config);\n }\n\n\n function meridiemFixWrap (locale, hour, meridiem) {\n var isPm;\n\n if (meridiem == null) {\n // nothing to do\n return hour;\n }\n if (locale.meridiemHour != null) {\n return locale.meridiemHour(hour, meridiem);\n } else if (locale.isPM != null) {\n // Fallback\n isPm = locale.isPM(meridiem);\n if (isPm && hour < 12) {\n hour += 12;\n }\n if (!isPm && hour === 12) {\n hour = 0;\n }\n return hour;\n } else {\n // this is not supposed to happen\n return hour;\n }\n }\n\n // date from string and array of format strings\n function configFromStringAndArray(config) {\n var tempConfig,\n bestMoment,\n\n scoreToBeat,\n i,\n currentScore;\n\n if (config._f.length === 0) {\n getParsingFlags(config).invalidFormat = true;\n config._d = new Date(NaN);\n return;\n }\n\n for (i = 0; i < config._f.length; i++) {\n currentScore = 0;\n tempConfig = copyConfig({}, config);\n if (config._useUTC != null) {\n tempConfig._useUTC = config._useUTC;\n }\n tempConfig._f = config._f[i];\n configFromStringAndFormat(tempConfig);\n\n if (!isValid(tempConfig)) {\n continue;\n }\n\n // if there is any input that was not parsed add a penalty for that format\n currentScore += getParsingFlags(tempConfig).charsLeftOver;\n\n //or tokens\n currentScore += getParsingFlags(tempConfig).unusedTokens.length * 10;\n\n getParsingFlags(tempConfig).score = currentScore;\n\n if (scoreToBeat == null || currentScore < scoreToBeat) {\n scoreToBeat = currentScore;\n bestMoment = tempConfig;\n }\n }\n\n extend(config, bestMoment || tempConfig);\n }\n\n function configFromObject(config) {\n if (config._d) {\n return;\n }\n\n var i = normalizeObjectUnits(config._i);\n config._a = map([i.year, i.month, i.day || i.date, i.hour, i.minute, i.second, i.millisecond], function (obj) {\n return obj && parseInt(obj, 10);\n });\n\n configFromArray(config);\n }\n\n function createFromConfig (config) {\n var res = new Moment(checkOverflow(prepareConfig(config)));\n if (res._nextDay) {\n // Adding is smart enough around DST\n res.add(1, 'd');\n res._nextDay = undefined;\n }\n\n return res;\n }\n\n function prepareConfig (config) {\n var input = config._i,\n format = config._f;\n\n config._locale = config._locale || getLocale(config._l);\n\n if (input === null || (format === undefined && input === '')) {\n return createInvalid({nullInput: true});\n }\n\n if (typeof input === 'string') {\n config._i = input = config._locale.preparse(input);\n }\n\n if (isMoment(input)) {\n return new Moment(checkOverflow(input));\n } else if (isDate(input)) {\n config._d = input;\n } else if (isArray(format)) {\n configFromStringAndArray(config);\n } else if (format) {\n configFromStringAndFormat(config);\n } else {\n configFromInput(config);\n }\n\n if (!isValid(config)) {\n config._d = null;\n }\n\n return config;\n }\n\n function configFromInput(config) {\n var input = config._i;\n if (isUndefined(input)) {\n config._d = new Date(hooks.now());\n } else if (isDate(input)) {\n config._d = new Date(input.valueOf());\n } else if (typeof input === 'string') {\n configFromString(config);\n } else if (isArray(input)) {\n config._a = map(input.slice(0), function (obj) {\n return parseInt(obj, 10);\n });\n configFromArray(config);\n } else if (isObject(input)) {\n configFromObject(config);\n } else if (isNumber(input)) {\n // from milliseconds\n config._d = new Date(input);\n } else {\n hooks.createFromInputFallback(config);\n }\n }\n\n function createLocalOrUTC (input, format, locale, strict, isUTC) {\n var c = {};\n\n if (locale === true || locale === false) {\n strict = locale;\n locale = undefined;\n }\n\n if ((isObject(input) && isObjectEmpty(input)) ||\n (isArray(input) && input.length === 0)) {\n input = undefined;\n }\n // object construction must be done this way.\n // https://github.com/moment/moment/issues/1423\n c._isAMomentObject = true;\n c._useUTC = c._isUTC = isUTC;\n c._l = locale;\n c._i = input;\n c._f = format;\n c._strict = strict;\n\n return createFromConfig(c);\n }\n\n function createLocal (input, format, locale, strict) {\n return createLocalOrUTC(input, format, locale, strict, false);\n }\n\n var prototypeMin = deprecate(\n 'moment().min is deprecated, use moment.max instead. http://momentjs.com/guides/#/warnings/min-max/',\n function () {\n var other = createLocal.apply(null, arguments);\n if (this.isValid() && other.isValid()) {\n return other < this ? this : other;\n } else {\n return createInvalid();\n }\n }\n );\n\n var prototypeMax = deprecate(\n 'moment().max is deprecated, use moment.min instead. http://momentjs.com/guides/#/warnings/min-max/',\n function () {\n var other = createLocal.apply(null, arguments);\n if (this.isValid() && other.isValid()) {\n return other > this ? this : other;\n } else {\n return createInvalid();\n }\n }\n );\n\n // Pick a moment m from moments so that m[fn](other) is true for all\n // other. This relies on the function fn to be transitive.\n //\n // moments should either be an array of moment objects or an array, whose\n // first element is an array of moment objects.\n function pickBy(fn, moments) {\n var res, i;\n if (moments.length === 1 && isArray(moments[0])) {\n moments = moments[0];\n }\n if (!moments.length) {\n return createLocal();\n }\n res = moments[0];\n for (i = 1; i < moments.length; ++i) {\n if (!moments[i].isValid() || moments[i][fn](res)) {\n res = moments[i];\n }\n }\n return res;\n }\n\n // TODO: Use [].sort instead?\n function min () {\n var args = [].slice.call(arguments, 0);\n\n return pickBy('isBefore', args);\n }\n\n function max () {\n var args = [].slice.call(arguments, 0);\n\n return pickBy('isAfter', args);\n }\n\n var now = function () {\n return Date.now ? Date.now() : +(new Date());\n };\n\n var ordering = ['year', 'quarter', 'month', 'week', 'day', 'hour', 'minute', 'second', 'millisecond'];\n\n function isDurationValid(m) {\n for (var key in m) {\n if (!(indexOf.call(ordering, key) !== -1 && (m[key] == null || !isNaN(m[key])))) {\n return false;\n }\n }\n\n var unitHasDecimal = false;\n for (var i = 0; i < ordering.length; ++i) {\n if (m[ordering[i]]) {\n if (unitHasDecimal) {\n return false; // only allow non-integers for smallest unit\n }\n if (parseFloat(m[ordering[i]]) !== toInt(m[ordering[i]])) {\n unitHasDecimal = true;\n }\n }\n }\n\n return true;\n }\n\n function isValid$1() {\n return this._isValid;\n }\n\n function createInvalid$1() {\n return createDuration(NaN);\n }\n\n function Duration (duration) {\n var normalizedInput = normalizeObjectUnits(duration),\n years = normalizedInput.year || 0,\n quarters = normalizedInput.quarter || 0,\n months = normalizedInput.month || 0,\n weeks = normalizedInput.week || normalizedInput.isoWeek || 0,\n days = normalizedInput.day || 0,\n hours = normalizedInput.hour || 0,\n minutes = normalizedInput.minute || 0,\n seconds = normalizedInput.second || 0,\n milliseconds = normalizedInput.millisecond || 0;\n\n this._isValid = isDurationValid(normalizedInput);\n\n // representation for dateAddRemove\n this._milliseconds = +milliseconds +\n seconds * 1e3 + // 1000\n minutes * 6e4 + // 1000 * 60\n hours * 1000 * 60 * 60; //using 1000 * 60 * 60 instead of 36e5 to avoid floating point rounding errors https://github.com/moment/moment/issues/2978\n // Because of dateAddRemove treats 24 hours as different from a\n // day when working around DST, we need to store them separately\n this._days = +days +\n weeks * 7;\n // It is impossible to translate months into days without knowing\n // which months you are are talking about, so we have to store\n // it separately.\n this._months = +months +\n quarters * 3 +\n years * 12;\n\n this._data = {};\n\n this._locale = getLocale();\n\n this._bubble();\n }\n\n function isDuration (obj) {\n return obj instanceof Duration;\n }\n\n function absRound (number) {\n if (number < 0) {\n return Math.round(-1 * number) * -1;\n } else {\n return Math.round(number);\n }\n }\n\n // FORMATTING\n\n function offset (token, separator) {\n addFormatToken(token, 0, 0, function () {\n var offset = this.utcOffset();\n var sign = '+';\n if (offset < 0) {\n offset = -offset;\n sign = '-';\n }\n return sign + zeroFill(~~(offset / 60), 2) + separator + zeroFill(~~(offset) % 60, 2);\n });\n }\n\n offset('Z', ':');\n offset('ZZ', '');\n\n // PARSING\n\n addRegexToken('Z', matchShortOffset);\n addRegexToken('ZZ', matchShortOffset);\n addParseToken(['Z', 'ZZ'], function (input, array, config) {\n config._useUTC = true;\n config._tzm = offsetFromString(matchShortOffset, input);\n });\n\n // HELPERS\n\n // timezone chunker\n // '+10:00' > ['10', '00']\n // '-1530' > ['-15', '30']\n var chunkOffset = /([\\+\\-]|\\d\\d)/gi;\n\n function offsetFromString(matcher, string) {\n var matches = (string || '').match(matcher);\n\n if (matches === null) {\n return null;\n }\n\n var chunk = matches[matches.length - 1] || [];\n var parts = (chunk + '').match(chunkOffset) || ['-', 0, 0];\n var minutes = +(parts[1] * 60) + toInt(parts[2]);\n\n return minutes === 0 ?\n 0 :\n parts[0] === '+' ? minutes : -minutes;\n }\n\n // Return a moment from input, that is local/utc/zone equivalent to model.\n function cloneWithOffset(input, model) {\n var res, diff;\n if (model._isUTC) {\n res = model.clone();\n diff = (isMoment(input) || isDate(input) ? input.valueOf() : createLocal(input).valueOf()) - res.valueOf();\n // Use low-level api, because this fn is low-level api.\n res._d.setTime(res._d.valueOf() + diff);\n hooks.updateOffset(res, false);\n return res;\n } else {\n return createLocal(input).local();\n }\n }\n\n function getDateOffset (m) {\n // On Firefox.24 Date#getTimezoneOffset returns a floating point.\n // https://github.com/moment/moment/pull/1871\n return -Math.round(m._d.getTimezoneOffset() / 15) * 15;\n }\n\n // HOOKS\n\n // This function will be called whenever a moment is mutated.\n // It is intended to keep the offset in sync with the timezone.\n hooks.updateOffset = function () {};\n\n // MOMENTS\n\n // keepLocalTime = true means only change the timezone, without\n // affecting the local hour. So 5:31:26 +0300 --[utcOffset(2, true)]-->\n // 5:31:26 +0200 It is possible that 5:31:26 doesn't exist with offset\n // +0200, so we adjust the time as needed, to be valid.\n //\n // Keeping the time actually adds/subtracts (one hour)\n // from the actual represented time. That is why we call updateOffset\n // a second time. In case it wants us to change the offset again\n // _changeInProgress == true case, then we have to adjust, because\n // there is no such time in the given timezone.\n function getSetOffset (input, keepLocalTime, keepMinutes) {\n var offset = this._offset || 0,\n localAdjust;\n if (!this.isValid()) {\n return input != null ? this : NaN;\n }\n if (input != null) {\n if (typeof input === 'string') {\n input = offsetFromString(matchShortOffset, input);\n if (input === null) {\n return this;\n }\n } else if (Math.abs(input) < 16 && !keepMinutes) {\n input = input * 60;\n }\n if (!this._isUTC && keepLocalTime) {\n localAdjust = getDateOffset(this);\n }\n this._offset = input;\n this._isUTC = true;\n if (localAdjust != null) {\n this.add(localAdjust, 'm');\n }\n if (offset !== input) {\n if (!keepLocalTime || this._changeInProgress) {\n addSubtract(this, createDuration(input - offset, 'm'), 1, false);\n } else if (!this._changeInProgress) {\n this._changeInProgress = true;\n hooks.updateOffset(this, true);\n this._changeInProgress = null;\n }\n }\n return this;\n } else {\n return this._isUTC ? offset : getDateOffset(this);\n }\n }\n\n function getSetZone (input, keepLocalTime) {\n if (input != null) {\n if (typeof input !== 'string') {\n input = -input;\n }\n\n this.utcOffset(input, keepLocalTime);\n\n return this;\n } else {\n return -this.utcOffset();\n }\n }\n\n function setOffsetToUTC (keepLocalTime) {\n return this.utcOffset(0, keepLocalTime);\n }\n\n function setOffsetToLocal (keepLocalTime) {\n if (this._isUTC) {\n this.utcOffset(0, keepLocalTime);\n this._isUTC = false;\n\n if (keepLocalTime) {\n this.subtract(getDateOffset(this), 'm');\n }\n }\n return this;\n }\n\n function setOffsetToParsedOffset () {\n if (this._tzm != null) {\n this.utcOffset(this._tzm, false, true);\n } else if (typeof this._i === 'string') {\n var tZone = offsetFromString(matchOffset, this._i);\n if (tZone != null) {\n this.utcOffset(tZone);\n }\n else {\n this.utcOffset(0, true);\n }\n }\n return this;\n }\n\n function hasAlignedHourOffset (input) {\n if (!this.isValid()) {\n return false;\n }\n input = input ? createLocal(input).utcOffset() : 0;\n\n return (this.utcOffset() - input) % 60 === 0;\n }\n\n function isDaylightSavingTime () {\n return (\n this.utcOffset() > this.clone().month(0).utcOffset() ||\n this.utcOffset() > this.clone().month(5).utcOffset()\n );\n }\n\n function isDaylightSavingTimeShifted () {\n if (!isUndefined(this._isDSTShifted)) {\n return this._isDSTShifted;\n }\n\n var c = {};\n\n copyConfig(c, this);\n c = prepareConfig(c);\n\n if (c._a) {\n var other = c._isUTC ? createUTC(c._a) : createLocal(c._a);\n this._isDSTShifted = this.isValid() &&\n compareArrays(c._a, other.toArray()) > 0;\n } else {\n this._isDSTShifted = false;\n }\n\n return this._isDSTShifted;\n }\n\n function isLocal () {\n return this.isValid() ? !this._isUTC : false;\n }\n\n function isUtcOffset () {\n return this.isValid() ? this._isUTC : false;\n }\n\n function isUtc () {\n return this.isValid() ? this._isUTC && this._offset === 0 : false;\n }\n\n // ASP.NET json date format regex\n var aspNetRegex = /^(\\-|\\+)?(?:(\\d*)[. ])?(\\d+)\\:(\\d+)(?:\\:(\\d+)(\\.\\d*)?)?$/;\n\n // from http://docs.closure-library.googlecode.com/git/closure_goog_date_date.js.source.html\n // somewhat more in line with 4.4.3.2 2004 spec, but allows decimal anywhere\n // and further modified to allow for strings containing both week and day\n var isoRegex = /^(-|\\+)?P(?:([-+]?[0-9,.]*)Y)?(?:([-+]?[0-9,.]*)M)?(?:([-+]?[0-9,.]*)W)?(?:([-+]?[0-9,.]*)D)?(?:T(?:([-+]?[0-9,.]*)H)?(?:([-+]?[0-9,.]*)M)?(?:([-+]?[0-9,.]*)S)?)?$/;\n\n function createDuration (input, key) {\n var duration = input,\n // matching against regexp is expensive, do it on demand\n match = null,\n sign,\n ret,\n diffRes;\n\n if (isDuration(input)) {\n duration = {\n ms : input._milliseconds,\n d : input._days,\n M : input._months\n };\n } else if (isNumber(input)) {\n duration = {};\n if (key) {\n duration[key] = input;\n } else {\n duration.milliseconds = input;\n }\n } else if (!!(match = aspNetRegex.exec(input))) {\n sign = (match[1] === '-') ? -1 : 1;\n duration = {\n y : 0,\n d : toInt(match[DATE]) * sign,\n h : toInt(match[HOUR]) * sign,\n m : toInt(match[MINUTE]) * sign,\n s : toInt(match[SECOND]) * sign,\n ms : toInt(absRound(match[MILLISECOND] * 1000)) * sign // the millisecond decimal point is included in the match\n };\n } else if (!!(match = isoRegex.exec(input))) {\n sign = (match[1] === '-') ? -1 : 1;\n duration = {\n y : parseIso(match[2], sign),\n M : parseIso(match[3], sign),\n w : parseIso(match[4], sign),\n d : parseIso(match[5], sign),\n h : parseIso(match[6], sign),\n m : parseIso(match[7], sign),\n s : parseIso(match[8], sign)\n };\n } else if (duration == null) {// checks for null or undefined\n duration = {};\n } else if (typeof duration === 'object' && ('from' in duration || 'to' in duration)) {\n diffRes = momentsDifference(createLocal(duration.from), createLocal(duration.to));\n\n duration = {};\n duration.ms = diffRes.milliseconds;\n duration.M = diffRes.months;\n }\n\n ret = new Duration(duration);\n\n if (isDuration(input) && hasOwnProp(input, '_locale')) {\n ret._locale = input._locale;\n }\n\n return ret;\n }\n\n createDuration.fn = Duration.prototype;\n createDuration.invalid = createInvalid$1;\n\n function parseIso (inp, sign) {\n // We'd normally use ~~inp for this, but unfortunately it also\n // converts floats to ints.\n // inp may be undefined, so careful calling replace on it.\n var res = inp && parseFloat(inp.replace(',', '.'));\n // apply sign while we're at it\n return (isNaN(res) ? 0 : res) * sign;\n }\n\n function positiveMomentsDifference(base, other) {\n var res = {};\n\n res.months = other.month() - base.month() +\n (other.year() - base.year()) * 12;\n if (base.clone().add(res.months, 'M').isAfter(other)) {\n --res.months;\n }\n\n res.milliseconds = +other - +(base.clone().add(res.months, 'M'));\n\n return res;\n }\n\n function momentsDifference(base, other) {\n var res;\n if (!(base.isValid() && other.isValid())) {\n return {milliseconds: 0, months: 0};\n }\n\n other = cloneWithOffset(other, base);\n if (base.isBefore(other)) {\n res = positiveMomentsDifference(base, other);\n } else {\n res = positiveMomentsDifference(other, base);\n res.milliseconds = -res.milliseconds;\n res.months = -res.months;\n }\n\n return res;\n }\n\n // TODO: remove 'name' arg after deprecation is removed\n function createAdder(direction, name) {\n return function (val, period) {\n var dur, tmp;\n //invert the arguments, but complain about it\n if (period !== null && !isNaN(+period)) {\n deprecateSimple(name, 'moment().' + name + '(period, number) is deprecated. Please use moment().' + name + '(number, period). ' +\n 'See http://momentjs.com/guides/#/warnings/add-inverted-param/ for more info.');\n tmp = val; val = period; period = tmp;\n }\n\n val = typeof val === 'string' ? +val : val;\n dur = createDuration(val, period);\n addSubtract(this, dur, direction);\n return this;\n };\n }\n\n function addSubtract (mom, duration, isAdding, updateOffset) {\n var milliseconds = duration._milliseconds,\n days = absRound(duration._days),\n months = absRound(duration._months);\n\n if (!mom.isValid()) {\n // No op\n return;\n }\n\n updateOffset = updateOffset == null ? true : updateOffset;\n\n if (months) {\n setMonth(mom, get(mom, 'Month') + months * isAdding);\n }\n if (days) {\n set$1(mom, 'Date', get(mom, 'Date') + days * isAdding);\n }\n if (milliseconds) {\n mom._d.setTime(mom._d.valueOf() + milliseconds * isAdding);\n }\n if (updateOffset) {\n hooks.updateOffset(mom, days || months);\n }\n }\n\n var add = createAdder(1, 'add');\n var subtract = createAdder(-1, 'subtract');\n\n function getCalendarFormat(myMoment, now) {\n var diff = myMoment.diff(now, 'days', true);\n return diff < -6 ? 'sameElse' :\n diff < -1 ? 'lastWeek' :\n diff < 0 ? 'lastDay' :\n diff < 1 ? 'sameDay' :\n diff < 2 ? 'nextDay' :\n diff < 7 ? 'nextWeek' : 'sameElse';\n }\n\n function calendar$1 (time, formats) {\n // We want to compare the start of today, vs this.\n // Getting start-of-today depends on whether we're local/utc/offset or not.\n var now = time || createLocal(),\n sod = cloneWithOffset(now, this).startOf('day'),\n format = hooks.calendarFormat(this, sod) || 'sameElse';\n\n var output = formats && (isFunction(formats[format]) ? formats[format].call(this, now) : formats[format]);\n\n return this.format(output || this.localeData().calendar(format, this, createLocal(now)));\n }\n\n function clone () {\n return new Moment(this);\n }\n\n function isAfter (input, units) {\n var localInput = isMoment(input) ? input : createLocal(input);\n if (!(this.isValid() && localInput.isValid())) {\n return false;\n }\n units = normalizeUnits(units) || 'millisecond';\n if (units === 'millisecond') {\n return this.valueOf() > localInput.valueOf();\n } else {\n return localInput.valueOf() < this.clone().startOf(units).valueOf();\n }\n }\n\n function isBefore (input, units) {\n var localInput = isMoment(input) ? input : createLocal(input);\n if (!(this.isValid() && localInput.isValid())) {\n return false;\n }\n units = normalizeUnits(units) || 'millisecond';\n if (units === 'millisecond') {\n return this.valueOf() < localInput.valueOf();\n } else {\n return this.clone().endOf(units).valueOf() < localInput.valueOf();\n }\n }\n\n function isBetween (from, to, units, inclusivity) {\n var localFrom = isMoment(from) ? from : createLocal(from),\n localTo = isMoment(to) ? to : createLocal(to);\n if (!(this.isValid() && localFrom.isValid() && localTo.isValid())) {\n return false;\n }\n inclusivity = inclusivity || '()';\n return (inclusivity[0] === '(' ? this.isAfter(localFrom, units) : !this.isBefore(localFrom, units)) &&\n (inclusivity[1] === ')' ? this.isBefore(localTo, units) : !this.isAfter(localTo, units));\n }\n\n function isSame (input, units) {\n var localInput = isMoment(input) ? input : createLocal(input),\n inputMs;\n if (!(this.isValid() && localInput.isValid())) {\n return false;\n }\n units = normalizeUnits(units) || 'millisecond';\n if (units === 'millisecond') {\n return this.valueOf() === localInput.valueOf();\n } else {\n inputMs = localInput.valueOf();\n return this.clone().startOf(units).valueOf() <= inputMs && inputMs <= this.clone().endOf(units).valueOf();\n }\n }\n\n function isSameOrAfter (input, units) {\n return this.isSame(input, units) || this.isAfter(input, units);\n }\n\n function isSameOrBefore (input, units) {\n return this.isSame(input, units) || this.isBefore(input, units);\n }\n\n function diff (input, units, asFloat) {\n var that,\n zoneDelta,\n output;\n\n if (!this.isValid()) {\n return NaN;\n }\n\n that = cloneWithOffset(input, this);\n\n if (!that.isValid()) {\n return NaN;\n }\n\n zoneDelta = (that.utcOffset() - this.utcOffset()) * 6e4;\n\n units = normalizeUnits(units);\n\n switch (units) {\n case 'year': output = monthDiff(this, that) / 12; break;\n case 'month': output = monthDiff(this, that); break;\n case 'quarter': output = monthDiff(this, that) / 3; break;\n case 'second': output = (this - that) / 1e3; break; // 1000\n case 'minute': output = (this - that) / 6e4; break; // 1000 * 60\n case 'hour': output = (this - that) / 36e5; break; // 1000 * 60 * 60\n case 'day': output = (this - that - zoneDelta) / 864e5; break; // 1000 * 60 * 60 * 24, negate dst\n case 'week': output = (this - that - zoneDelta) / 6048e5; break; // 1000 * 60 * 60 * 24 * 7, negate dst\n default: output = this - that;\n }\n\n return asFloat ? output : absFloor(output);\n }\n\n function monthDiff (a, b) {\n // difference in months\n var wholeMonthDiff = ((b.year() - a.year()) * 12) + (b.month() - a.month()),\n // b is in (anchor - 1 month, anchor + 1 month)\n anchor = a.clone().add(wholeMonthDiff, 'months'),\n anchor2, adjust;\n\n if (b - anchor < 0) {\n anchor2 = a.clone().add(wholeMonthDiff - 1, 'months');\n // linear across the month\n adjust = (b - anchor) / (anchor - anchor2);\n } else {\n anchor2 = a.clone().add(wholeMonthDiff + 1, 'months');\n // linear across the month\n adjust = (b - anchor) / (anchor2 - anchor);\n }\n\n //check for negative zero, return zero if negative zero\n return -(wholeMonthDiff + adjust) || 0;\n }\n\n hooks.defaultFormat = 'YYYY-MM-DDTHH:mm:ssZ';\n hooks.defaultFormatUtc = 'YYYY-MM-DDTHH:mm:ss[Z]';\n\n function toString () {\n return this.clone().locale('en').format('ddd MMM DD YYYY HH:mm:ss [GMT]ZZ');\n }\n\n function toISOString(keepOffset) {\n if (!this.isValid()) {\n return null;\n }\n var utc = keepOffset !== true;\n var m = utc ? this.clone().utc() : this;\n if (m.year() < 0 || m.year() > 9999) {\n return formatMoment(m, utc ? 'YYYYYY-MM-DD[T]HH:mm:ss.SSS[Z]' : 'YYYYYY-MM-DD[T]HH:mm:ss.SSSZ');\n }\n if (isFunction(Date.prototype.toISOString)) {\n // native implementation is ~50x faster, use it when we can\n if (utc) {\n return this.toDate().toISOString();\n } else {\n return new Date(this.valueOf() + this.utcOffset() * 60 * 1000).toISOString().replace('Z', formatMoment(m, 'Z'));\n }\n }\n return formatMoment(m, utc ? 'YYYY-MM-DD[T]HH:mm:ss.SSS[Z]' : 'YYYY-MM-DD[T]HH:mm:ss.SSSZ');\n }\n\n /**\n * Return a human readable representation of a moment that can\n * also be evaluated to get a new moment which is the same\n *\n * @link https://nodejs.org/dist/latest/docs/api/util.html#util_custom_inspect_function_on_objects\n */\n function inspect () {\n if (!this.isValid()) {\n return 'moment.invalid(/* ' + this._i + ' */)';\n }\n var func = 'moment';\n var zone = '';\n if (!this.isLocal()) {\n func = this.utcOffset() === 0 ? 'moment.utc' : 'moment.parseZone';\n zone = 'Z';\n }\n var prefix = '[' + func + '(\"]';\n var year = (0 <= this.year() && this.year() <= 9999) ? 'YYYY' : 'YYYYYY';\n var datetime = '-MM-DD[T]HH:mm:ss.SSS';\n var suffix = zone + '[\")]';\n\n return this.format(prefix + year + datetime + suffix);\n }\n\n function format (inputString) {\n if (!inputString) {\n inputString = this.isUtc() ? hooks.defaultFormatUtc : hooks.defaultFormat;\n }\n var output = formatMoment(this, inputString);\n return this.localeData().postformat(output);\n }\n\n function from (time, withoutSuffix) {\n if (this.isValid() &&\n ((isMoment(time) && time.isValid()) ||\n createLocal(time).isValid())) {\n return createDuration({to: this, from: time}).locale(this.locale()).humanize(!withoutSuffix);\n } else {\n return this.localeData().invalidDate();\n }\n }\n\n function fromNow (withoutSuffix) {\n return this.from(createLocal(), withoutSuffix);\n }\n\n function to (time, withoutSuffix) {\n if (this.isValid() &&\n ((isMoment(time) && time.isValid()) ||\n createLocal(time).isValid())) {\n return createDuration({from: this, to: time}).locale(this.locale()).humanize(!withoutSuffix);\n } else {\n return this.localeData().invalidDate();\n }\n }\n\n function toNow (withoutSuffix) {\n return this.to(createLocal(), withoutSuffix);\n }\n\n // If passed a locale key, it will set the locale for this\n // instance. Otherwise, it will return the locale configuration\n // variables for this instance.\n function locale (key) {\n var newLocaleData;\n\n if (key === undefined) {\n return this._locale._abbr;\n } else {\n newLocaleData = getLocale(key);\n if (newLocaleData != null) {\n this._locale = newLocaleData;\n }\n return this;\n }\n }\n\n var lang = deprecate(\n 'moment().lang() is deprecated. Instead, use moment().localeData() to get the language configuration. Use moment().locale() to change languages.',\n function (key) {\n if (key === undefined) {\n return this.localeData();\n } else {\n return this.locale(key);\n }\n }\n );\n\n function localeData () {\n return this._locale;\n }\n\n var MS_PER_SECOND = 1000;\n var MS_PER_MINUTE = 60 * MS_PER_SECOND;\n var MS_PER_HOUR = 60 * MS_PER_MINUTE;\n var MS_PER_400_YEARS = (365 * 400 + 97) * 24 * MS_PER_HOUR;\n\n // actual modulo - handles negative numbers (for dates before 1970):\n function mod$1(dividend, divisor) {\n return (dividend % divisor + divisor) % divisor;\n }\n\n function localStartOfDate(y, m, d) {\n // the date constructor remaps years 0-99 to 1900-1999\n if (y < 100 && y >= 0) {\n // preserve leap years using a full 400 year cycle, then reset\n return new Date(y + 400, m, d) - MS_PER_400_YEARS;\n } else {\n return new Date(y, m, d).valueOf();\n }\n }\n\n function utcStartOfDate(y, m, d) {\n // Date.UTC remaps years 0-99 to 1900-1999\n if (y < 100 && y >= 0) {\n // preserve leap years using a full 400 year cycle, then reset\n return Date.UTC(y + 400, m, d) - MS_PER_400_YEARS;\n } else {\n return Date.UTC(y, m, d);\n }\n }\n\n function startOf (units) {\n var time;\n units = normalizeUnits(units);\n if (units === undefined || units === 'millisecond' || !this.isValid()) {\n return this;\n }\n\n var startOfDate = this._isUTC ? utcStartOfDate : localStartOfDate;\n\n switch (units) {\n case 'year':\n time = startOfDate(this.year(), 0, 1);\n break;\n case 'quarter':\n time = startOfDate(this.year(), this.month() - this.month() % 3, 1);\n break;\n case 'month':\n time = startOfDate(this.year(), this.month(), 1);\n break;\n case 'week':\n time = startOfDate(this.year(), this.month(), this.date() - this.weekday());\n break;\n case 'isoWeek':\n time = startOfDate(this.year(), this.month(), this.date() - (this.isoWeekday() - 1));\n break;\n case 'day':\n case 'date':\n time = startOfDate(this.year(), this.month(), this.date());\n break;\n case 'hour':\n time = this._d.valueOf();\n time -= mod$1(time + (this._isUTC ? 0 : this.utcOffset() * MS_PER_MINUTE), MS_PER_HOUR);\n break;\n case 'minute':\n time = this._d.valueOf();\n time -= mod$1(time, MS_PER_MINUTE);\n break;\n case 'second':\n time = this._d.valueOf();\n time -= mod$1(time, MS_PER_SECOND);\n break;\n }\n\n this._d.setTime(time);\n hooks.updateOffset(this, true);\n return this;\n }\n\n function endOf (units) {\n var time;\n units = normalizeUnits(units);\n if (units === undefined || units === 'millisecond' || !this.isValid()) {\n return this;\n }\n\n var startOfDate = this._isUTC ? utcStartOfDate : localStartOfDate;\n\n switch (units) {\n case 'year':\n time = startOfDate(this.year() + 1, 0, 1) - 1;\n break;\n case 'quarter':\n time = startOfDate(this.year(), this.month() - this.month() % 3 + 3, 1) - 1;\n break;\n case 'month':\n time = startOfDate(this.year(), this.month() + 1, 1) - 1;\n break;\n case 'week':\n time = startOfDate(this.year(), this.month(), this.date() - this.weekday() + 7) - 1;\n break;\n case 'isoWeek':\n time = startOfDate(this.year(), this.month(), this.date() - (this.isoWeekday() - 1) + 7) - 1;\n break;\n case 'day':\n case 'date':\n time = startOfDate(this.year(), this.month(), this.date() + 1) - 1;\n break;\n case 'hour':\n time = this._d.valueOf();\n time += MS_PER_HOUR - mod$1(time + (this._isUTC ? 0 : this.utcOffset() * MS_PER_MINUTE), MS_PER_HOUR) - 1;\n break;\n case 'minute':\n time = this._d.valueOf();\n time += MS_PER_MINUTE - mod$1(time, MS_PER_MINUTE) - 1;\n break;\n case 'second':\n time = this._d.valueOf();\n time += MS_PER_SECOND - mod$1(time, MS_PER_SECOND) - 1;\n break;\n }\n\n this._d.setTime(time);\n hooks.updateOffset(this, true);\n return this;\n }\n\n function valueOf () {\n return this._d.valueOf() - ((this._offset || 0) * 60000);\n }\n\n function unix () {\n return Math.floor(this.valueOf() / 1000);\n }\n\n function toDate () {\n return new Date(this.valueOf());\n }\n\n function toArray () {\n var m = this;\n return [m.year(), m.month(), m.date(), m.hour(), m.minute(), m.second(), m.millisecond()];\n }\n\n function toObject () {\n var m = this;\n return {\n years: m.year(),\n months: m.month(),\n date: m.date(),\n hours: m.hours(),\n minutes: m.minutes(),\n seconds: m.seconds(),\n milliseconds: m.milliseconds()\n };\n }\n\n function toJSON () {\n // new Date(NaN).toJSON() === null\n return this.isValid() ? this.toISOString() : null;\n }\n\n function isValid$2 () {\n return isValid(this);\n }\n\n function parsingFlags () {\n return extend({}, getParsingFlags(this));\n }\n\n function invalidAt () {\n return getParsingFlags(this).overflow;\n }\n\n function creationData() {\n return {\n input: this._i,\n format: this._f,\n locale: this._locale,\n isUTC: this._isUTC,\n strict: this._strict\n };\n }\n\n // FORMATTING\n\n addFormatToken(0, ['gg', 2], 0, function () {\n return this.weekYear() % 100;\n });\n\n addFormatToken(0, ['GG', 2], 0, function () {\n return this.isoWeekYear() % 100;\n });\n\n function addWeekYearFormatToken (token, getter) {\n addFormatToken(0, [token, token.length], 0, getter);\n }\n\n addWeekYearFormatToken('gggg', 'weekYear');\n addWeekYearFormatToken('ggggg', 'weekYear');\n addWeekYearFormatToken('GGGG', 'isoWeekYear');\n addWeekYearFormatToken('GGGGG', 'isoWeekYear');\n\n // ALIASES\n\n addUnitAlias('weekYear', 'gg');\n addUnitAlias('isoWeekYear', 'GG');\n\n // PRIORITY\n\n addUnitPriority('weekYear', 1);\n addUnitPriority('isoWeekYear', 1);\n\n\n // PARSING\n\n addRegexToken('G', matchSigned);\n addRegexToken('g', matchSigned);\n addRegexToken('GG', match1to2, match2);\n addRegexToken('gg', match1to2, match2);\n addRegexToken('GGGG', match1to4, match4);\n addRegexToken('gggg', match1to4, match4);\n addRegexToken('GGGGG', match1to6, match6);\n addRegexToken('ggggg', match1to6, match6);\n\n addWeekParseToken(['gggg', 'ggggg', 'GGGG', 'GGGGG'], function (input, week, config, token) {\n week[token.substr(0, 2)] = toInt(input);\n });\n\n addWeekParseToken(['gg', 'GG'], function (input, week, config, token) {\n week[token] = hooks.parseTwoDigitYear(input);\n });\n\n // MOMENTS\n\n function getSetWeekYear (input) {\n return getSetWeekYearHelper.call(this,\n input,\n this.week(),\n this.weekday(),\n this.localeData()._week.dow,\n this.localeData()._week.doy);\n }\n\n function getSetISOWeekYear (input) {\n return getSetWeekYearHelper.call(this,\n input, this.isoWeek(), this.isoWeekday(), 1, 4);\n }\n\n function getISOWeeksInYear () {\n return weeksInYear(this.year(), 1, 4);\n }\n\n function getWeeksInYear () {\n var weekInfo = this.localeData()._week;\n return weeksInYear(this.year(), weekInfo.dow, weekInfo.doy);\n }\n\n function getSetWeekYearHelper(input, week, weekday, dow, doy) {\n var weeksTarget;\n if (input == null) {\n return weekOfYear(this, dow, doy).year;\n } else {\n weeksTarget = weeksInYear(input, dow, doy);\n if (week > weeksTarget) {\n week = weeksTarget;\n }\n return setWeekAll.call(this, input, week, weekday, dow, doy);\n }\n }\n\n function setWeekAll(weekYear, week, weekday, dow, doy) {\n var dayOfYearData = dayOfYearFromWeeks(weekYear, week, weekday, dow, doy),\n date = createUTCDate(dayOfYearData.year, 0, dayOfYearData.dayOfYear);\n\n this.year(date.getUTCFullYear());\n this.month(date.getUTCMonth());\n this.date(date.getUTCDate());\n return this;\n }\n\n // FORMATTING\n\n addFormatToken('Q', 0, 'Qo', 'quarter');\n\n // ALIASES\n\n addUnitAlias('quarter', 'Q');\n\n // PRIORITY\n\n addUnitPriority('quarter', 7);\n\n // PARSING\n\n addRegexToken('Q', match1);\n addParseToken('Q', function (input, array) {\n array[MONTH] = (toInt(input) - 1) * 3;\n });\n\n // MOMENTS\n\n function getSetQuarter (input) {\n return input == null ? Math.ceil((this.month() + 1) / 3) : this.month((input - 1) * 3 + this.month() % 3);\n }\n\n // FORMATTING\n\n addFormatToken('D', ['DD', 2], 'Do', 'date');\n\n // ALIASES\n\n addUnitAlias('date', 'D');\n\n // PRIORITY\n addUnitPriority('date', 9);\n\n // PARSING\n\n addRegexToken('D', match1to2);\n addRegexToken('DD', match1to2, match2);\n addRegexToken('Do', function (isStrict, locale) {\n // TODO: Remove \"ordinalParse\" fallback in next major release.\n return isStrict ?\n (locale._dayOfMonthOrdinalParse || locale._ordinalParse) :\n locale._dayOfMonthOrdinalParseLenient;\n });\n\n addParseToken(['D', 'DD'], DATE);\n addParseToken('Do', function (input, array) {\n array[DATE] = toInt(input.match(match1to2)[0]);\n });\n\n // MOMENTS\n\n var getSetDayOfMonth = makeGetSet('Date', true);\n\n // FORMATTING\n\n addFormatToken('DDD', ['DDDD', 3], 'DDDo', 'dayOfYear');\n\n // ALIASES\n\n addUnitAlias('dayOfYear', 'DDD');\n\n // PRIORITY\n addUnitPriority('dayOfYear', 4);\n\n // PARSING\n\n addRegexToken('DDD', match1to3);\n addRegexToken('DDDD', match3);\n addParseToken(['DDD', 'DDDD'], function (input, array, config) {\n config._dayOfYear = toInt(input);\n });\n\n // HELPERS\n\n // MOMENTS\n\n function getSetDayOfYear (input) {\n var dayOfYear = Math.round((this.clone().startOf('day') - this.clone().startOf('year')) / 864e5) + 1;\n return input == null ? dayOfYear : this.add((input - dayOfYear), 'd');\n }\n\n // FORMATTING\n\n addFormatToken('m', ['mm', 2], 0, 'minute');\n\n // ALIASES\n\n addUnitAlias('minute', 'm');\n\n // PRIORITY\n\n addUnitPriority('minute', 14);\n\n // PARSING\n\n addRegexToken('m', match1to2);\n addRegexToken('mm', match1to2, match2);\n addParseToken(['m', 'mm'], MINUTE);\n\n // MOMENTS\n\n var getSetMinute = makeGetSet('Minutes', false);\n\n // FORMATTING\n\n addFormatToken('s', ['ss', 2], 0, 'second');\n\n // ALIASES\n\n addUnitAlias('second', 's');\n\n // PRIORITY\n\n addUnitPriority('second', 15);\n\n // PARSING\n\n addRegexToken('s', match1to2);\n addRegexToken('ss', match1to2, match2);\n addParseToken(['s', 'ss'], SECOND);\n\n // MOMENTS\n\n var getSetSecond = makeGetSet('Seconds', false);\n\n // FORMATTING\n\n addFormatToken('S', 0, 0, function () {\n return ~~(this.millisecond() / 100);\n });\n\n addFormatToken(0, ['SS', 2], 0, function () {\n return ~~(this.millisecond() / 10);\n });\n\n addFormatToken(0, ['SSS', 3], 0, 'millisecond');\n addFormatToken(0, ['SSSS', 4], 0, function () {\n return this.millisecond() * 10;\n });\n addFormatToken(0, ['SSSSS', 5], 0, function () {\n return this.millisecond() * 100;\n });\n addFormatToken(0, ['SSSSSS', 6], 0, function () {\n return this.millisecond() * 1000;\n });\n addFormatToken(0, ['SSSSSSS', 7], 0, function () {\n return this.millisecond() * 10000;\n });\n addFormatToken(0, ['SSSSSSSS', 8], 0, function () {\n return this.millisecond() * 100000;\n });\n addFormatToken(0, ['SSSSSSSSS', 9], 0, function () {\n return this.millisecond() * 1000000;\n });\n\n\n // ALIASES\n\n addUnitAlias('millisecond', 'ms');\n\n // PRIORITY\n\n addUnitPriority('millisecond', 16);\n\n // PARSING\n\n addRegexToken('S', match1to3, match1);\n addRegexToken('SS', match1to3, match2);\n addRegexToken('SSS', match1to3, match3);\n\n var token;\n for (token = 'SSSS'; token.length <= 9; token += 'S') {\n addRegexToken(token, matchUnsigned);\n }\n\n function parseMs(input, array) {\n array[MILLISECOND] = toInt(('0.' + input) * 1000);\n }\n\n for (token = 'S'; token.length <= 9; token += 'S') {\n addParseToken(token, parseMs);\n }\n // MOMENTS\n\n var getSetMillisecond = makeGetSet('Milliseconds', false);\n\n // FORMATTING\n\n addFormatToken('z', 0, 0, 'zoneAbbr');\n addFormatToken('zz', 0, 0, 'zoneName');\n\n // MOMENTS\n\n function getZoneAbbr () {\n return this._isUTC ? 'UTC' : '';\n }\n\n function getZoneName () {\n return this._isUTC ? 'Coordinated Universal Time' : '';\n }\n\n var proto = Moment.prototype;\n\n proto.add = add;\n proto.calendar = calendar$1;\n proto.clone = clone;\n proto.diff = diff;\n proto.endOf = endOf;\n proto.format = format;\n proto.from = from;\n proto.fromNow = fromNow;\n proto.to = to;\n proto.toNow = toNow;\n proto.get = stringGet;\n proto.invalidAt = invalidAt;\n proto.isAfter = isAfter;\n proto.isBefore = isBefore;\n proto.isBetween = isBetween;\n proto.isSame = isSame;\n proto.isSameOrAfter = isSameOrAfter;\n proto.isSameOrBefore = isSameOrBefore;\n proto.isValid = isValid$2;\n proto.lang = lang;\n proto.locale = locale;\n proto.localeData = localeData;\n proto.max = prototypeMax;\n proto.min = prototypeMin;\n proto.parsingFlags = parsingFlags;\n proto.set = stringSet;\n proto.startOf = startOf;\n proto.subtract = subtract;\n proto.toArray = toArray;\n proto.toObject = toObject;\n proto.toDate = toDate;\n proto.toISOString = toISOString;\n proto.inspect = inspect;\n proto.toJSON = toJSON;\n proto.toString = toString;\n proto.unix = unix;\n proto.valueOf = valueOf;\n proto.creationData = creationData;\n proto.year = getSetYear;\n proto.isLeapYear = getIsLeapYear;\n proto.weekYear = getSetWeekYear;\n proto.isoWeekYear = getSetISOWeekYear;\n proto.quarter = proto.quarters = getSetQuarter;\n proto.month = getSetMonth;\n proto.daysInMonth = getDaysInMonth;\n proto.week = proto.weeks = getSetWeek;\n proto.isoWeek = proto.isoWeeks = getSetISOWeek;\n proto.weeksInYear = getWeeksInYear;\n proto.isoWeeksInYear = getISOWeeksInYear;\n proto.date = getSetDayOfMonth;\n proto.day = proto.days = getSetDayOfWeek;\n proto.weekday = getSetLocaleDayOfWeek;\n proto.isoWeekday = getSetISODayOfWeek;\n proto.dayOfYear = getSetDayOfYear;\n proto.hour = proto.hours = getSetHour;\n proto.minute = proto.minutes = getSetMinute;\n proto.second = proto.seconds = getSetSecond;\n proto.millisecond = proto.milliseconds = getSetMillisecond;\n proto.utcOffset = getSetOffset;\n proto.utc = setOffsetToUTC;\n proto.local = setOffsetToLocal;\n proto.parseZone = setOffsetToParsedOffset;\n proto.hasAlignedHourOffset = hasAlignedHourOffset;\n proto.isDST = isDaylightSavingTime;\n proto.isLocal = isLocal;\n proto.isUtcOffset = isUtcOffset;\n proto.isUtc = isUtc;\n proto.isUTC = isUtc;\n proto.zoneAbbr = getZoneAbbr;\n proto.zoneName = getZoneName;\n proto.dates = deprecate('dates accessor is deprecated. Use date instead.', getSetDayOfMonth);\n proto.months = deprecate('months accessor is deprecated. Use month instead', getSetMonth);\n proto.years = deprecate('years accessor is deprecated. Use year instead', getSetYear);\n proto.zone = deprecate('moment().zone is deprecated, use moment().utcOffset instead. http://momentjs.com/guides/#/warnings/zone/', getSetZone);\n proto.isDSTShifted = deprecate('isDSTShifted is deprecated. See http://momentjs.com/guides/#/warnings/dst-shifted/ for more information', isDaylightSavingTimeShifted);\n\n function createUnix (input) {\n return createLocal(input * 1000);\n }\n\n function createInZone () {\n return createLocal.apply(null, arguments).parseZone();\n }\n\n function preParsePostFormat (string) {\n return string;\n }\n\n var proto$1 = Locale.prototype;\n\n proto$1.calendar = calendar;\n proto$1.longDateFormat = longDateFormat;\n proto$1.invalidDate = invalidDate;\n proto$1.ordinal = ordinal;\n proto$1.preparse = preParsePostFormat;\n proto$1.postformat = preParsePostFormat;\n proto$1.relativeTime = relativeTime;\n proto$1.pastFuture = pastFuture;\n proto$1.set = set;\n\n proto$1.months = localeMonths;\n proto$1.monthsShort = localeMonthsShort;\n proto$1.monthsParse = localeMonthsParse;\n proto$1.monthsRegex = monthsRegex;\n proto$1.monthsShortRegex = monthsShortRegex;\n proto$1.week = localeWeek;\n proto$1.firstDayOfYear = localeFirstDayOfYear;\n proto$1.firstDayOfWeek = localeFirstDayOfWeek;\n\n proto$1.weekdays = localeWeekdays;\n proto$1.weekdaysMin = localeWeekdaysMin;\n proto$1.weekdaysShort = localeWeekdaysShort;\n proto$1.weekdaysParse = localeWeekdaysParse;\n\n proto$1.weekdaysRegex = weekdaysRegex;\n proto$1.weekdaysShortRegex = weekdaysShortRegex;\n proto$1.weekdaysMinRegex = weekdaysMinRegex;\n\n proto$1.isPM = localeIsPM;\n proto$1.meridiem = localeMeridiem;\n\n function get$1 (format, index, field, setter) {\n var locale = getLocale();\n var utc = createUTC().set(setter, index);\n return locale[field](utc, format);\n }\n\n function listMonthsImpl (format, index, field) {\n if (isNumber(format)) {\n index = format;\n format = undefined;\n }\n\n format = format || '';\n\n if (index != null) {\n return get$1(format, index, field, 'month');\n }\n\n var i;\n var out = [];\n for (i = 0; i < 12; i++) {\n out[i] = get$1(format, i, field, 'month');\n }\n return out;\n }\n\n // ()\n // (5)\n // (fmt, 5)\n // (fmt)\n // (true)\n // (true, 5)\n // (true, fmt, 5)\n // (true, fmt)\n function listWeekdaysImpl (localeSorted, format, index, field) {\n if (typeof localeSorted === 'boolean') {\n if (isNumber(format)) {\n index = format;\n format = undefined;\n }\n\n format = format || '';\n } else {\n format = localeSorted;\n index = format;\n localeSorted = false;\n\n if (isNumber(format)) {\n index = format;\n format = undefined;\n }\n\n format = format || '';\n }\n\n var locale = getLocale(),\n shift = localeSorted ? locale._week.dow : 0;\n\n if (index != null) {\n return get$1(format, (index + shift) % 7, field, 'day');\n }\n\n var i;\n var out = [];\n for (i = 0; i < 7; i++) {\n out[i] = get$1(format, (i + shift) % 7, field, 'day');\n }\n return out;\n }\n\n function listMonths (format, index) {\n return listMonthsImpl(format, index, 'months');\n }\n\n function listMonthsShort (format, index) {\n return listMonthsImpl(format, index, 'monthsShort');\n }\n\n function listWeekdays (localeSorted, format, index) {\n return listWeekdaysImpl(localeSorted, format, index, 'weekdays');\n }\n\n function listWeekdaysShort (localeSorted, format, index) {\n return listWeekdaysImpl(localeSorted, format, index, 'weekdaysShort');\n }\n\n function listWeekdaysMin (localeSorted, format, index) {\n return listWeekdaysImpl(localeSorted, format, index, 'weekdaysMin');\n }\n\n getSetGlobalLocale('en', {\n dayOfMonthOrdinalParse: /\\d{1,2}(th|st|nd|rd)/,\n ordinal : function (number) {\n var b = number % 10,\n output = (toInt(number % 100 / 10) === 1) ? 'th' :\n (b === 1) ? 'st' :\n (b === 2) ? 'nd' :\n (b === 3) ? 'rd' : 'th';\n return number + output;\n }\n });\n\n // Side effect imports\n\n hooks.lang = deprecate('moment.lang is deprecated. Use moment.locale instead.', getSetGlobalLocale);\n hooks.langData = deprecate('moment.langData is deprecated. Use moment.localeData instead.', getLocale);\n\n var mathAbs = Math.abs;\n\n function abs () {\n var data = this._data;\n\n this._milliseconds = mathAbs(this._milliseconds);\n this._days = mathAbs(this._days);\n this._months = mathAbs(this._months);\n\n data.milliseconds = mathAbs(data.milliseconds);\n data.seconds = mathAbs(data.seconds);\n data.minutes = mathAbs(data.minutes);\n data.hours = mathAbs(data.hours);\n data.months = mathAbs(data.months);\n data.years = mathAbs(data.years);\n\n return this;\n }\n\n function addSubtract$1 (duration, input, value, direction) {\n var other = createDuration(input, value);\n\n duration._milliseconds += direction * other._milliseconds;\n duration._days += direction * other._days;\n duration._months += direction * other._months;\n\n return duration._bubble();\n }\n\n // supports only 2.0-style add(1, 's') or add(duration)\n function add$1 (input, value) {\n return addSubtract$1(this, input, value, 1);\n }\n\n // supports only 2.0-style subtract(1, 's') or subtract(duration)\n function subtract$1 (input, value) {\n return addSubtract$1(this, input, value, -1);\n }\n\n function absCeil (number) {\n if (number < 0) {\n return Math.floor(number);\n } else {\n return Math.ceil(number);\n }\n }\n\n function bubble () {\n var milliseconds = this._milliseconds;\n var days = this._days;\n var months = this._months;\n var data = this._data;\n var seconds, minutes, hours, years, monthsFromDays;\n\n // if we have a mix of positive and negative values, bubble down first\n // check: https://github.com/moment/moment/issues/2166\n if (!((milliseconds >= 0 && days >= 0 && months >= 0) ||\n (milliseconds <= 0 && days <= 0 && months <= 0))) {\n milliseconds += absCeil(monthsToDays(months) + days) * 864e5;\n days = 0;\n months = 0;\n }\n\n // The following code bubbles up values, see the tests for\n // examples of what that means.\n data.milliseconds = milliseconds % 1000;\n\n seconds = absFloor(milliseconds / 1000);\n data.seconds = seconds % 60;\n\n minutes = absFloor(seconds / 60);\n data.minutes = minutes % 60;\n\n hours = absFloor(minutes / 60);\n data.hours = hours % 24;\n\n days += absFloor(hours / 24);\n\n // convert days to months\n monthsFromDays = absFloor(daysToMonths(days));\n months += monthsFromDays;\n days -= absCeil(monthsToDays(monthsFromDays));\n\n // 12 months -> 1 year\n years = absFloor(months / 12);\n months %= 12;\n\n data.days = days;\n data.months = months;\n data.years = years;\n\n return this;\n }\n\n function daysToMonths (days) {\n // 400 years have 146097 days (taking into account leap year rules)\n // 400 years have 12 months === 4800\n return days * 4800 / 146097;\n }\n\n function monthsToDays (months) {\n // the reverse of daysToMonths\n return months * 146097 / 4800;\n }\n\n function as (units) {\n if (!this.isValid()) {\n return NaN;\n }\n var days;\n var months;\n var milliseconds = this._milliseconds;\n\n units = normalizeUnits(units);\n\n if (units === 'month' || units === 'quarter' || units === 'year') {\n days = this._days + milliseconds / 864e5;\n months = this._months + daysToMonths(days);\n switch (units) {\n case 'month': return months;\n case 'quarter': return months / 3;\n case 'year': return months / 12;\n }\n } else {\n // handle milliseconds separately because of floating point math errors (issue #1867)\n days = this._days + Math.round(monthsToDays(this._months));\n switch (units) {\n case 'week' : return days / 7 + milliseconds / 6048e5;\n case 'day' : return days + milliseconds / 864e5;\n case 'hour' : return days * 24 + milliseconds / 36e5;\n case 'minute' : return days * 1440 + milliseconds / 6e4;\n case 'second' : return days * 86400 + milliseconds / 1000;\n // Math.floor prevents floating point math errors here\n case 'millisecond': return Math.floor(days * 864e5) + milliseconds;\n default: throw new Error('Unknown unit ' + units);\n }\n }\n }\n\n // TODO: Use this.as('ms')?\n function valueOf$1 () {\n if (!this.isValid()) {\n return NaN;\n }\n return (\n this._milliseconds +\n this._days * 864e5 +\n (this._months % 12) * 2592e6 +\n toInt(this._months / 12) * 31536e6\n );\n }\n\n function makeAs (alias) {\n return function () {\n return this.as(alias);\n };\n }\n\n var asMilliseconds = makeAs('ms');\n var asSeconds = makeAs('s');\n var asMinutes = makeAs('m');\n var asHours = makeAs('h');\n var asDays = makeAs('d');\n var asWeeks = makeAs('w');\n var asMonths = makeAs('M');\n var asQuarters = makeAs('Q');\n var asYears = makeAs('y');\n\n function clone$1 () {\n return createDuration(this);\n }\n\n function get$2 (units) {\n units = normalizeUnits(units);\n return this.isValid() ? this[units + 's']() : NaN;\n }\n\n function makeGetter(name) {\n return function () {\n return this.isValid() ? this._data[name] : NaN;\n };\n }\n\n var milliseconds = makeGetter('milliseconds');\n var seconds = makeGetter('seconds');\n var minutes = makeGetter('minutes');\n var hours = makeGetter('hours');\n var days = makeGetter('days');\n var months = makeGetter('months');\n var years = makeGetter('years');\n\n function weeks () {\n return absFloor(this.days() / 7);\n }\n\n var round = Math.round;\n var thresholds = {\n ss: 44, // a few seconds to seconds\n s : 45, // seconds to minute\n m : 45, // minutes to hour\n h : 22, // hours to day\n d : 26, // days to month\n M : 11 // months to year\n };\n\n // helper function for moment.fn.from, moment.fn.fromNow, and moment.duration.fn.humanize\n function substituteTimeAgo(string, number, withoutSuffix, isFuture, locale) {\n return locale.relativeTime(number || 1, !!withoutSuffix, string, isFuture);\n }\n\n function relativeTime$1 (posNegDuration, withoutSuffix, locale) {\n var duration = createDuration(posNegDuration).abs();\n var seconds = round(duration.as('s'));\n var minutes = round(duration.as('m'));\n var hours = round(duration.as('h'));\n var days = round(duration.as('d'));\n var months = round(duration.as('M'));\n var years = round(duration.as('y'));\n\n var a = seconds <= thresholds.ss && ['s', seconds] ||\n seconds < thresholds.s && ['ss', seconds] ||\n minutes <= 1 && ['m'] ||\n minutes < thresholds.m && ['mm', minutes] ||\n hours <= 1 && ['h'] ||\n hours < thresholds.h && ['hh', hours] ||\n days <= 1 && ['d'] ||\n days < thresholds.d && ['dd', days] ||\n months <= 1 && ['M'] ||\n months < thresholds.M && ['MM', months] ||\n years <= 1 && ['y'] || ['yy', years];\n\n a[2] = withoutSuffix;\n a[3] = +posNegDuration > 0;\n a[4] = locale;\n return substituteTimeAgo.apply(null, a);\n }\n\n // This function allows you to set the rounding function for relative time strings\n function getSetRelativeTimeRounding (roundingFunction) {\n if (roundingFunction === undefined) {\n return round;\n }\n if (typeof(roundingFunction) === 'function') {\n round = roundingFunction;\n return true;\n }\n return false;\n }\n\n // This function allows you to set a threshold for relative time strings\n function getSetRelativeTimeThreshold (threshold, limit) {\n if (thresholds[threshold] === undefined) {\n return false;\n }\n if (limit === undefined) {\n return thresholds[threshold];\n }\n thresholds[threshold] = limit;\n if (threshold === 's') {\n thresholds.ss = limit - 1;\n }\n return true;\n }\n\n function humanize (withSuffix) {\n if (!this.isValid()) {\n return this.localeData().invalidDate();\n }\n\n var locale = this.localeData();\n var output = relativeTime$1(this, !withSuffix, locale);\n\n if (withSuffix) {\n output = locale.pastFuture(+this, output);\n }\n\n return locale.postformat(output);\n }\n\n var abs$1 = Math.abs;\n\n function sign(x) {\n return ((x > 0) - (x < 0)) || +x;\n }\n\n function toISOString$1() {\n // for ISO strings we do not use the normal bubbling rules:\n // * milliseconds bubble up until they become hours\n // * days do not bubble at all\n // * months bubble up until they become years\n // This is because there is no context-free conversion between hours and days\n // (think of clock changes)\n // and also not between days and months (28-31 days per month)\n if (!this.isValid()) {\n return this.localeData().invalidDate();\n }\n\n var seconds = abs$1(this._milliseconds) / 1000;\n var days = abs$1(this._days);\n var months = abs$1(this._months);\n var minutes, hours, years;\n\n // 3600 seconds -> 60 minutes -> 1 hour\n minutes = absFloor(seconds / 60);\n hours = absFloor(minutes / 60);\n seconds %= 60;\n minutes %= 60;\n\n // 12 months -> 1 year\n years = absFloor(months / 12);\n months %= 12;\n\n\n // inspired by https://github.com/dordille/moment-isoduration/blob/master/moment.isoduration.js\n var Y = years;\n var M = months;\n var D = days;\n var h = hours;\n var m = minutes;\n var s = seconds ? seconds.toFixed(3).replace(/\\.?0+$/, '') : '';\n var total = this.asSeconds();\n\n if (!total) {\n // this is the same as C#'s (Noda) and python (isodate)...\n // but not other JS (goog.date)\n return 'P0D';\n }\n\n var totalSign = total < 0 ? '-' : '';\n var ymSign = sign(this._months) !== sign(total) ? '-' : '';\n var daysSign = sign(this._days) !== sign(total) ? '-' : '';\n var hmsSign = sign(this._milliseconds) !== sign(total) ? '-' : '';\n\n return totalSign + 'P' +\n (Y ? ymSign + Y + 'Y' : '') +\n (M ? ymSign + M + 'M' : '') +\n (D ? daysSign + D + 'D' : '') +\n ((h || m || s) ? 'T' : '') +\n (h ? hmsSign + h + 'H' : '') +\n (m ? hmsSign + m + 'M' : '') +\n (s ? hmsSign + s + 'S' : '');\n }\n\n var proto$2 = Duration.prototype;\n\n proto$2.isValid = isValid$1;\n proto$2.abs = abs;\n proto$2.add = add$1;\n proto$2.subtract = subtract$1;\n proto$2.as = as;\n proto$2.asMilliseconds = asMilliseconds;\n proto$2.asSeconds = asSeconds;\n proto$2.asMinutes = asMinutes;\n proto$2.asHours = asHours;\n proto$2.asDays = asDays;\n proto$2.asWeeks = asWeeks;\n proto$2.asMonths = asMonths;\n proto$2.asQuarters = asQuarters;\n proto$2.asYears = asYears;\n proto$2.valueOf = valueOf$1;\n proto$2._bubble = bubble;\n proto$2.clone = clone$1;\n proto$2.get = get$2;\n proto$2.milliseconds = milliseconds;\n proto$2.seconds = seconds;\n proto$2.minutes = minutes;\n proto$2.hours = hours;\n proto$2.days = days;\n proto$2.weeks = weeks;\n proto$2.months = months;\n proto$2.years = years;\n proto$2.humanize = humanize;\n proto$2.toISOString = toISOString$1;\n proto$2.toString = toISOString$1;\n proto$2.toJSON = toISOString$1;\n proto$2.locale = locale;\n proto$2.localeData = localeData;\n\n proto$2.toIsoString = deprecate('toIsoString() is deprecated. Please use toISOString() instead (notice the capitals)', toISOString$1);\n proto$2.lang = lang;\n\n // Side effect imports\n\n // FORMATTING\n\n addFormatToken('X', 0, 0, 'unix');\n addFormatToken('x', 0, 0, 'valueOf');\n\n // PARSING\n\n addRegexToken('x', matchSigned);\n addRegexToken('X', matchTimestamp);\n addParseToken('X', function (input, array, config) {\n config._d = new Date(parseFloat(input, 10) * 1000);\n });\n addParseToken('x', function (input, array, config) {\n config._d = new Date(toInt(input));\n });\n\n // Side effect imports\n\n\n hooks.version = '2.24.0';\n\n setHookCallback(createLocal);\n\n hooks.fn = proto;\n hooks.min = min;\n hooks.max = max;\n hooks.now = now;\n hooks.utc = createUTC;\n hooks.unix = createUnix;\n hooks.months = listMonths;\n hooks.isDate = isDate;\n hooks.locale = getSetGlobalLocale;\n hooks.invalid = createInvalid;\n hooks.duration = createDuration;\n hooks.isMoment = isMoment;\n hooks.weekdays = listWeekdays;\n hooks.parseZone = createInZone;\n hooks.localeData = getLocale;\n hooks.isDuration = isDuration;\n hooks.monthsShort = listMonthsShort;\n hooks.weekdaysMin = listWeekdaysMin;\n hooks.defineLocale = defineLocale;\n hooks.updateLocale = updateLocale;\n hooks.locales = listLocales;\n hooks.weekdaysShort = listWeekdaysShort;\n hooks.normalizeUnits = normalizeUnits;\n hooks.relativeTimeRounding = getSetRelativeTimeRounding;\n hooks.relativeTimeThreshold = getSetRelativeTimeThreshold;\n hooks.calendarFormat = getCalendarFormat;\n hooks.prototype = proto;\n\n // currently HTML5 input type only supports 24-hour formats\n hooks.HTML5_FMT = {\n DATETIME_LOCAL: 'YYYY-MM-DDTHH:mm', // <input type=\"datetime-local\" />\n DATETIME_LOCAL_SECONDS: 'YYYY-MM-DDTHH:mm:ss', // <input type=\"datetime-local\" step=\"1\" />\n DATETIME_LOCAL_MS: 'YYYY-MM-DDTHH:mm:ss.SSS', // <input type=\"datetime-local\" step=\"0.001\" />\n DATE: 'YYYY-MM-DD', // <input type=\"date\" />\n TIME: 'HH:mm', // <input type=\"time\" />\n TIME_SECONDS: 'HH:mm:ss', // <input type=\"time\" step=\"1\" />\n TIME_MS: 'HH:mm:ss.SSS', // <input type=\"time\" step=\"0.001\" />\n WEEK: 'GGGG-[W]WW', // <input type=\"week\" />\n MONTH: 'YYYY-MM' // <input type=\"month\" />\n };\n\n return hooks;\n\n})));\n","// Underscore.js 1.9.2\n// https://underscorejs.org\n// (c) 2009-2018 Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors\n// Underscore may be freely distributed under the MIT license.\n\n(function() {\n\n // Baseline setup\n // --------------\n\n // Establish the root object, `window` (`self`) in the browser, `global`\n // on the server, or `this` in some virtual machines. We use `self`\n // instead of `window` for `WebWorker` support.\n var root = typeof self == 'object' && self.self === self && self ||\n typeof global == 'object' && global.global === global && global ||\n this ||\n {};\n\n // Save the previous value of the `_` variable.\n var previousUnderscore = root._;\n\n // Save bytes in the minified (but not gzipped) version:\n var ArrayProto = Array.prototype, ObjProto = Object.prototype;\n var SymbolProto = typeof Symbol !== 'undefined' ? Symbol.prototype : null;\n\n // Create quick reference variables for speed access to core prototypes.\n var push = ArrayProto.push,\n slice = ArrayProto.slice,\n toString = ObjProto.toString,\n hasOwnProperty = ObjProto.hasOwnProperty;\n\n // All **ECMAScript 5** native function implementations that we hope to use\n // are declared here.\n var nativeIsArray = Array.isArray,\n nativeKeys = Object.keys,\n nativeCreate = Object.create;\n\n // Naked function reference for surrogate-prototype-swapping.\n var Ctor = function(){};\n\n // Create a safe reference to the Underscore object for use below.\n var _ = function(obj) {\n if (obj instanceof _) return obj;\n if (!(this instanceof _)) return new _(obj);\n this._wrapped = obj;\n };\n\n // Export the Underscore object for **Node.js**, with\n // backwards-compatibility for their old module API. If we're in\n // the browser, add `_` as a global object.\n // (`nodeType` is checked to ensure that `module`\n // and `exports` are not HTML elements.)\n if (typeof exports != 'undefined' && !exports.nodeType) {\n if (typeof module != 'undefined' && !module.nodeType && module.exports) {\n exports = module.exports = _;\n }\n exports._ = _;\n } else {\n root._ = _;\n }\n\n // Current version.\n _.VERSION = '1.9.2';\n\n // Internal function that returns an efficient (for current engines) version\n // of the passed-in callback, to be repeatedly applied in other Underscore\n // functions.\n var optimizeCb = function(func, context, argCount) {\n if (context === void 0) return func;\n switch (argCount == null ? 3 : argCount) {\n case 1: return function(value) {\n return func.call(context, value);\n };\n // The 2-argument case is omitted because we’re not using it.\n case 3: return function(value, index, collection) {\n return func.call(context, value, index, collection);\n };\n case 4: return function(accumulator, value, index, collection) {\n return func.call(context, accumulator, value, index, collection);\n };\n }\n return function() {\n return func.apply(context, arguments);\n };\n };\n\n var builtinIteratee;\n\n // An internal function to generate callbacks that can be applied to each\n // element in a collection, returning the desired result — either `identity`,\n // an arbitrary callback, a property matcher, or a property accessor.\n var cb = function(value, context, argCount) {\n if (_.iteratee !== builtinIteratee) return _.iteratee(value, context);\n if (value == null) return _.identity;\n if (_.isFunction(value)) return optimizeCb(value, context, argCount);\n if (_.isObject(value) && !_.isArray(value)) return _.matcher(value);\n return _.property(value);\n };\n\n // External wrapper for our callback generator. Users may customize\n // `_.iteratee` if they want additional predicate/iteratee shorthand styles.\n // This abstraction hides the internal-only argCount argument.\n _.iteratee = builtinIteratee = function(value, context) {\n return cb(value, context, Infinity);\n };\n\n // Some functions take a variable number of arguments, or a few expected\n // arguments at the beginning and then a variable number of values to operate\n // on. This helper accumulates all remaining arguments past the function’s\n // argument length (or an explicit `startIndex`), into an array that becomes\n // the last argument. Similar to ES6’s \"rest parameter\".\n var restArguments = function(func, startIndex) {\n startIndex = startIndex == null ? func.length - 1 : +startIndex;\n return function() {\n var length = Math.max(arguments.length - startIndex, 0),\n rest = Array(length),\n index = 0;\n for (; index < length; index++) {\n rest[index] = arguments[index + startIndex];\n }\n switch (startIndex) {\n case 0: return func.call(this, rest);\n case 1: return func.call(this, arguments[0], rest);\n case 2: return func.call(this, arguments[0], arguments[1], rest);\n }\n var args = Array(startIndex + 1);\n for (index = 0; index < startIndex; index++) {\n args[index] = arguments[index];\n }\n args[startIndex] = rest;\n return func.apply(this, args);\n };\n };\n\n // An internal function for creating a new object that inherits from another.\n var baseCreate = function(prototype) {\n if (!_.isObject(prototype)) return {};\n if (nativeCreate) return nativeCreate(prototype);\n Ctor.prototype = prototype;\n var result = new Ctor;\n Ctor.prototype = null;\n return result;\n };\n\n var shallowProperty = function(key) {\n return function(obj) {\n return obj == null ? void 0 : obj[key];\n };\n };\n\n var has = function(obj, path) {\n return obj != null && hasOwnProperty.call(obj, path);\n }\n\n var deepGet = function(obj, path) {\n var length = path.length;\n for (var i = 0; i < length; i++) {\n if (obj == null) return void 0;\n obj = obj[path[i]];\n }\n return length ? obj : void 0;\n };\n\n // Helper for collection methods to determine whether a collection\n // should be iterated as an array or as an object.\n // Related: https://people.mozilla.org/~jorendorff/es6-draft.html#sec-tolength\n // Avoids a very nasty iOS 8 JIT bug on ARM-64. #2094\n var MAX_ARRAY_INDEX = Math.pow(2, 53) - 1;\n var getLength = shallowProperty('length');\n var isArrayLike = function(collection) {\n var length = getLength(collection);\n return typeof length == 'number' && length >= 0 && length <= MAX_ARRAY_INDEX;\n };\n\n // Collection Functions\n // --------------------\n\n // The cornerstone, an `each` implementation, aka `forEach`.\n // Handles raw objects in addition to array-likes. Treats all\n // sparse array-likes as if they were dense.\n _.each = _.forEach = function(obj, iteratee, context) {\n iteratee = optimizeCb(iteratee, context);\n var i, length;\n if (isArrayLike(obj)) {\n for (i = 0, length = obj.length; i < length; i++) {\n iteratee(obj[i], i, obj);\n }\n } else {\n var keys = _.keys(obj);\n for (i = 0, length = keys.length; i < length; i++) {\n iteratee(obj[keys[i]], keys[i], obj);\n }\n }\n return obj;\n };\n\n // Return the results of applying the iteratee to each element.\n _.map = _.collect = function(obj, iteratee, context) {\n iteratee = cb(iteratee, context);\n var keys = !isArrayLike(obj) && _.keys(obj),\n length = (keys || obj).length,\n results = Array(length);\n for (var index = 0; index < length; index++) {\n var currentKey = keys ? keys[index] : index;\n results[index] = iteratee(obj[currentKey], currentKey, obj);\n }\n return results;\n };\n\n // Create a reducing function iterating left or right.\n var createReduce = function(dir) {\n // Wrap code that reassigns argument variables in a separate function than\n // the one that accesses `arguments.length` to avoid a perf hit. (#1991)\n var reducer = function(obj, iteratee, memo, initial) {\n var keys = !isArrayLike(obj) && _.keys(obj),\n length = (keys || obj).length,\n index = dir > 0 ? 0 : length - 1;\n if (!initial) {\n memo = obj[keys ? keys[index] : index];\n index += dir;\n }\n for (; index >= 0 && index < length; index += dir) {\n var currentKey = keys ? keys[index] : index;\n memo = iteratee(memo, obj[currentKey], currentKey, obj);\n }\n return memo;\n };\n\n return function(obj, iteratee, memo, context) {\n var initial = arguments.length >= 3;\n return reducer(obj, optimizeCb(iteratee, context, 4), memo, initial);\n };\n };\n\n // **Reduce** builds up a single result from a list of values, aka `inject`,\n // or `foldl`.\n _.reduce = _.foldl = _.inject = createReduce(1);\n\n // The right-associative version of reduce, also known as `foldr`.\n _.reduceRight = _.foldr = createReduce(-1);\n\n // Return the first value which passes a truth test. Aliased as `detect`.\n _.find = _.detect = function(obj, predicate, context) {\n var keyFinder = isArrayLike(obj) ? _.findIndex : _.findKey;\n var key = keyFinder(obj, predicate, context);\n if (key !== void 0 && key !== -1) return obj[key];\n };\n\n // Return all the elements that pass a truth test.\n // Aliased as `select`.\n _.filter = _.select = function(obj, predicate, context) {\n var results = [];\n predicate = cb(predicate, context);\n _.each(obj, function(value, index, list) {\n if (predicate(value, index, list)) results.push(value);\n });\n return results;\n };\n\n // Return all the elements for which a truth test fails.\n _.reject = function(obj, predicate, context) {\n return _.filter(obj, _.negate(cb(predicate)), context);\n };\n\n // Determine whether all of the elements match a truth test.\n // Aliased as `all`.\n _.every = _.all = function(obj, predicate, context) {\n predicate = cb(predicate, context);\n var keys = !isArrayLike(obj) && _.keys(obj),\n length = (keys || obj).length;\n for (var index = 0; index < length; index++) {\n var currentKey = keys ? keys[index] : index;\n if (!predicate(obj[currentKey], currentKey, obj)) return false;\n }\n return true;\n };\n\n // Determine if at least one element in the object matches a truth test.\n // Aliased as `any`.\n _.some = _.any = function(obj, predicate, context) {\n predicate = cb(predicate, context);\n var keys = !isArrayLike(obj) && _.keys(obj),\n length = (keys || obj).length;\n for (var index = 0; index < length; index++) {\n var currentKey = keys ? keys[index] : index;\n if (predicate(obj[currentKey], currentKey, obj)) return true;\n }\n return false;\n };\n\n // Determine if the array or object contains a given item (using `===`).\n // Aliased as `includes` and `include`.\n _.contains = _.includes = _.include = function(obj, item, fromIndex, guard) {\n if (!isArrayLike(obj)) obj = _.values(obj);\n if (typeof fromIndex != 'number' || guard) fromIndex = 0;\n return _.indexOf(obj, item, fromIndex) >= 0;\n };\n\n // Invoke a method (with arguments) on every item in a collection.\n _.invoke = restArguments(function(obj, path, args) {\n var contextPath, func;\n if (_.isFunction(path)) {\n func = path;\n } else if (_.isArray(path)) {\n contextPath = path.slice(0, -1);\n path = path[path.length - 1];\n }\n return _.map(obj, function(context) {\n var method = func;\n if (!method) {\n if (contextPath && contextPath.length) {\n context = deepGet(context, contextPath);\n }\n if (context == null) return void 0;\n method = context[path];\n }\n return method == null ? method : method.apply(context, args);\n });\n });\n\n // Convenience version of a common use case of `map`: fetching a property.\n _.pluck = function(obj, key) {\n return _.map(obj, _.property(key));\n };\n\n // Convenience version of a common use case of `filter`: selecting only objects\n // containing specific `key:value` pairs.\n _.where = function(obj, attrs) {\n return _.filter(obj, _.matcher(attrs));\n };\n\n // Convenience version of a common use case of `find`: getting the first object\n // containing specific `key:value` pairs.\n _.findWhere = function(obj, attrs) {\n return _.find(obj, _.matcher(attrs));\n };\n\n // Return the maximum element (or element-based computation).\n _.max = function(obj, iteratee, context) {\n var result = -Infinity, lastComputed = -Infinity,\n value, computed;\n if (iteratee == null || typeof iteratee == 'number' && typeof obj[0] != 'object' && obj != null) {\n obj = isArrayLike(obj) ? obj : _.values(obj);\n for (var i = 0, length = obj.length; i < length; i++) {\n value = obj[i];\n if (value != null && value > result) {\n result = value;\n }\n }\n } else {\n iteratee = cb(iteratee, context);\n _.each(obj, function(v, index, list) {\n computed = iteratee(v, index, list);\n if (computed > lastComputed || computed === -Infinity && result === -Infinity) {\n result = v;\n lastComputed = computed;\n }\n });\n }\n return result;\n };\n\n // Return the minimum element (or element-based computation).\n _.min = function(obj, iteratee, context) {\n var result = Infinity, lastComputed = Infinity,\n value, computed;\n if (iteratee == null || typeof iteratee == 'number' && typeof obj[0] != 'object' && obj != null) {\n obj = isArrayLike(obj) ? obj : _.values(obj);\n for (var i = 0, length = obj.length; i < length; i++) {\n value = obj[i];\n if (value != null && value < result) {\n result = value;\n }\n }\n } else {\n iteratee = cb(iteratee, context);\n _.each(obj, function(v, index, list) {\n computed = iteratee(v, index, list);\n if (computed < lastComputed || computed === Infinity && result === Infinity) {\n result = v;\n lastComputed = computed;\n }\n });\n }\n return result;\n };\n\n // Shuffle a collection.\n _.shuffle = function(obj) {\n return _.sample(obj, Infinity);\n };\n\n // Sample **n** random values from a collection using the modern version of the\n // [Fisher-Yates shuffle](https://en.wikipedia.org/wiki/Fisher–Yates_shuffle).\n // If **n** is not specified, returns a single random element.\n // The internal `guard` argument allows it to work with `map`.\n _.sample = function(obj, n, guard) {\n if (n == null || guard) {\n if (!isArrayLike(obj)) obj = _.values(obj);\n return obj[_.random(obj.length - 1)];\n }\n var sample = isArrayLike(obj) ? _.clone(obj) : _.values(obj);\n var length = getLength(sample);\n n = Math.max(Math.min(n, length), 0);\n var last = length - 1;\n for (var index = 0; index < n; index++) {\n var rand = _.random(index, last);\n var temp = sample[index];\n sample[index] = sample[rand];\n sample[rand] = temp;\n }\n return sample.slice(0, n);\n };\n\n // Sort the object's values by a criterion produced by an iteratee.\n _.sortBy = function(obj, iteratee, context) {\n var index = 0;\n iteratee = cb(iteratee, context);\n return _.pluck(_.map(obj, function(value, key, list) {\n return {\n value: value,\n index: index++,\n criteria: iteratee(value, key, list)\n };\n }).sort(function(left, right) {\n var a = left.criteria;\n var b = right.criteria;\n if (a !== b) {\n if (a > b || a === void 0) return 1;\n if (a < b || b === void 0) return -1;\n }\n return left.index - right.index;\n }), 'value');\n };\n\n // An internal function used for aggregate \"group by\" operations.\n var group = function(behavior, partition) {\n return function(obj, iteratee, context) {\n var result = partition ? [[], []] : {};\n iteratee = cb(iteratee, context);\n _.each(obj, function(value, index) {\n var key = iteratee(value, index, obj);\n behavior(result, value, key);\n });\n return result;\n };\n };\n\n // Groups the object's values by a criterion. Pass either a string attribute\n // to group by, or a function that returns the criterion.\n _.groupBy = group(function(result, value, key) {\n if (has(result, key)) result[key].push(value); else result[key] = [value];\n });\n\n // Indexes the object's values by a criterion, similar to `groupBy`, but for\n // when you know that your index values will be unique.\n _.indexBy = group(function(result, value, key) {\n result[key] = value;\n });\n\n // Counts instances of an object that group by a certain criterion. Pass\n // either a string attribute to count by, or a function that returns the\n // criterion.\n _.countBy = group(function(result, value, key) {\n if (has(result, key)) result[key]++; else result[key] = 1;\n });\n\n var reStrSymbol = /[^\\ud800-\\udfff]|[\\ud800-\\udbff][\\udc00-\\udfff]|[\\ud800-\\udfff]/g;\n // Safely create a real, live array from anything iterable.\n _.toArray = function(obj) {\n if (!obj) return [];\n if (_.isArray(obj)) return slice.call(obj);\n if (_.isString(obj)) {\n // Keep surrogate pair characters together\n return obj.match(reStrSymbol);\n }\n if (isArrayLike(obj)) return _.map(obj, _.identity);\n return _.values(obj);\n };\n\n // Return the number of elements in an object.\n _.size = function(obj) {\n if (obj == null) return 0;\n return isArrayLike(obj) ? obj.length : _.keys(obj).length;\n };\n\n // Split a collection into two arrays: one whose elements all satisfy the given\n // predicate, and one whose elements all do not satisfy the predicate.\n _.partition = group(function(result, value, pass) {\n result[pass ? 0 : 1].push(value);\n }, true);\n\n // Array Functions\n // ---------------\n\n // Get the first element of an array. Passing **n** will return the first N\n // values in the array. Aliased as `head` and `take`. The **guard** check\n // allows it to work with `_.map`.\n _.first = _.head = _.take = function(array, n, guard) {\n if (array == null || array.length < 1) return n == null ? void 0 : [];\n if (n == null || guard) return array[0];\n return _.initial(array, array.length - n);\n };\n\n // Returns everything but the last entry of the array. Especially useful on\n // the arguments object. Passing **n** will return all the values in\n // the array, excluding the last N.\n _.initial = function(array, n, guard) {\n return slice.call(array, 0, Math.max(0, array.length - (n == null || guard ? 1 : n)));\n };\n\n // Get the last element of an array. Passing **n** will return the last N\n // values in the array.\n _.last = function(array, n, guard) {\n if (array == null || array.length < 1) return n == null ? void 0 : [];\n if (n == null || guard) return array[array.length - 1];\n return _.rest(array, Math.max(0, array.length - n));\n };\n\n // Returns everything but the first entry of the array. Aliased as `tail` and `drop`.\n // Especially useful on the arguments object. Passing an **n** will return\n // the rest N values in the array.\n _.rest = _.tail = _.drop = function(array, n, guard) {\n return slice.call(array, n == null || guard ? 1 : n);\n };\n\n // Trim out all falsy values from an array.\n _.compact = function(array) {\n return _.filter(array, Boolean);\n };\n\n // Internal implementation of a recursive `flatten` function.\n var flatten = function(input, shallow, strict, output) {\n output = output || [];\n var idx = output.length;\n for (var i = 0, length = getLength(input); i < length; i++) {\n var value = input[i];\n if (isArrayLike(value) && (_.isArray(value) || _.isArguments(value))) {\n // Flatten current level of array or arguments object.\n if (shallow) {\n var j = 0, len = value.length;\n while (j < len) output[idx++] = value[j++];\n } else {\n flatten(value, shallow, strict, output);\n idx = output.length;\n }\n } else if (!strict) {\n output[idx++] = value;\n }\n }\n return output;\n };\n\n // Flatten out an array, either recursively (by default), or just one level.\n _.flatten = function(array, shallow) {\n return flatten(array, shallow, false);\n };\n\n // Return a version of the array that does not contain the specified value(s).\n _.without = restArguments(function(array, otherArrays) {\n return _.difference(array, otherArrays);\n });\n\n // Produce a duplicate-free version of the array. If the array has already\n // been sorted, you have the option of using a faster algorithm.\n // The faster algorithm will not work with an iteratee if the iteratee\n // is not a one-to-one function, so providing an iteratee will disable\n // the faster algorithm.\n // Aliased as `unique`.\n _.uniq = _.unique = function(array, isSorted, iteratee, context) {\n if (!_.isBoolean(isSorted)) {\n context = iteratee;\n iteratee = isSorted;\n isSorted = false;\n }\n if (iteratee != null) iteratee = cb(iteratee, context);\n var result = [];\n var seen = [];\n for (var i = 0, length = getLength(array); i < length; i++) {\n var value = array[i],\n computed = iteratee ? iteratee(value, i, array) : value;\n if (isSorted && !iteratee) {\n if (!i || seen !== computed) result.push(value);\n seen = computed;\n } else if (iteratee) {\n if (!_.contains(seen, computed)) {\n seen.push(computed);\n result.push(value);\n }\n } else if (!_.contains(result, value)) {\n result.push(value);\n }\n }\n return result;\n };\n\n // Produce an array that contains the union: each distinct element from all of\n // the passed-in arrays.\n _.union = restArguments(function(arrays) {\n return _.uniq(flatten(arrays, true, true));\n });\n\n // Produce an array that contains every item shared between all the\n // passed-in arrays.\n _.intersection = function(array) {\n var result = [];\n var argsLength = arguments.length;\n for (var i = 0, length = getLength(array); i < length; i++) {\n var item = array[i];\n if (_.contains(result, item)) continue;\n var j;\n for (j = 1; j < argsLength; j++) {\n if (!_.contains(arguments[j], item)) break;\n }\n if (j === argsLength) result.push(item);\n }\n return result;\n };\n\n // Take the difference between one array and a number of other arrays.\n // Only the elements present in just the first array will remain.\n _.difference = restArguments(function(array, rest) {\n rest = flatten(rest, true, true);\n return _.filter(array, function(value){\n return !_.contains(rest, value);\n });\n });\n\n // Complement of _.zip. Unzip accepts an array of arrays and groups\n // each array's elements on shared indices.\n _.unzip = function(array) {\n var length = array && _.max(array, getLength).length || 0;\n var result = Array(length);\n\n for (var index = 0; index < length; index++) {\n result[index] = _.pluck(array, index);\n }\n return result;\n };\n\n // Zip together multiple lists into a single array -- elements that share\n // an index go together.\n _.zip = restArguments(_.unzip);\n\n // Converts lists into objects. Pass either a single array of `[key, value]`\n // pairs, or two parallel arrays of the same length -- one of keys, and one of\n // the corresponding values. Passing by pairs is the reverse of _.pairs.\n _.object = function(list, values) {\n var result = {};\n for (var i = 0, length = getLength(list); i < length; i++) {\n if (values) {\n result[list[i]] = values[i];\n } else {\n result[list[i][0]] = list[i][1];\n }\n }\n return result;\n };\n\n // Generator function to create the findIndex and findLastIndex functions.\n var createPredicateIndexFinder = function(dir) {\n return function(array, predicate, context) {\n predicate = cb(predicate, context);\n var length = getLength(array);\n var index = dir > 0 ? 0 : length - 1;\n for (; index >= 0 && index < length; index += dir) {\n if (predicate(array[index], index, array)) return index;\n }\n return -1;\n };\n };\n\n // Returns the first index on an array-like that passes a predicate test.\n _.findIndex = createPredicateIndexFinder(1);\n _.findLastIndex = createPredicateIndexFinder(-1);\n\n // Use a comparator function to figure out the smallest index at which\n // an object should be inserted so as to maintain order. Uses binary search.\n _.sortedIndex = function(array, obj, iteratee, context) {\n iteratee = cb(iteratee, context, 1);\n var value = iteratee(obj);\n var low = 0, high = getLength(array);\n while (low < high) {\n var mid = Math.floor((low + high) / 2);\n if (iteratee(array[mid]) < value) low = mid + 1; else high = mid;\n }\n return low;\n };\n\n // Generator function to create the indexOf and lastIndexOf functions.\n var createIndexFinder = function(dir, predicateFind, sortedIndex) {\n return function(array, item, idx) {\n var i = 0, length = getLength(array);\n if (typeof idx == 'number') {\n if (dir > 0) {\n i = idx >= 0 ? idx : Math.max(idx + length, i);\n } else {\n length = idx >= 0 ? Math.min(idx + 1, length) : idx + length + 1;\n }\n } else if (sortedIndex && idx && length) {\n idx = sortedIndex(array, item);\n return array[idx] === item ? idx : -1;\n }\n if (item !== item) {\n idx = predicateFind(slice.call(array, i, length), _.isNaN);\n return idx >= 0 ? idx + i : -1;\n }\n for (idx = dir > 0 ? i : length - 1; idx >= 0 && idx < length; idx += dir) {\n if (array[idx] === item) return idx;\n }\n return -1;\n };\n };\n\n // Return the position of the first occurrence of an item in an array,\n // or -1 if the item is not included in the array.\n // If the array is large and already in sort order, pass `true`\n // for **isSorted** to use binary search.\n _.indexOf = createIndexFinder(1, _.findIndex, _.sortedIndex);\n _.lastIndexOf = createIndexFinder(-1, _.findLastIndex);\n\n // Generate an integer Array containing an arithmetic progression. A port of\n // the native Python `range()` function. See\n // [the Python documentation](https://docs.python.org/library/functions.html#range).\n _.range = function(start, stop, step) {\n if (stop == null) {\n stop = start || 0;\n start = 0;\n }\n if (!step) {\n step = stop < start ? -1 : 1;\n }\n\n var length = Math.max(Math.ceil((stop - start) / step), 0);\n var range = Array(length);\n\n for (var idx = 0; idx < length; idx++, start += step) {\n range[idx] = start;\n }\n\n return range;\n };\n\n // Chunk a single array into multiple arrays, each containing `count` or fewer\n // items.\n _.chunk = function(array, count) {\n if (count == null || count < 1) return [];\n var result = [];\n var i = 0, length = array.length;\n while (i < length) {\n result.push(slice.call(array, i, i += count));\n }\n return result;\n };\n\n // Function (ahem) Functions\n // ------------------\n\n // Determines whether to execute a function as a constructor\n // or a normal function with the provided arguments.\n var executeBound = function(sourceFunc, boundFunc, context, callingContext, args) {\n if (!(callingContext instanceof boundFunc)) return sourceFunc.apply(context, args);\n var self = baseCreate(sourceFunc.prototype);\n var result = sourceFunc.apply(self, args);\n if (_.isObject(result)) return result;\n return self;\n };\n\n // Create a function bound to a given object (assigning `this`, and arguments,\n // optionally). Delegates to **ECMAScript 5**'s native `Function.bind` if\n // available.\n _.bind = restArguments(function(func, context, args) {\n if (!_.isFunction(func)) throw new TypeError('Bind must be called on a function');\n var bound = restArguments(function(callArgs) {\n return executeBound(func, bound, context, this, args.concat(callArgs));\n });\n return bound;\n });\n\n // Partially apply a function by creating a version that has had some of its\n // arguments pre-filled, without changing its dynamic `this` context. _ acts\n // as a placeholder by default, allowing any combination of arguments to be\n // pre-filled. Set `_.partial.placeholder` for a custom placeholder argument.\n _.partial = restArguments(function(func, boundArgs) {\n var placeholder = _.partial.placeholder;\n var bound = function() {\n var position = 0, length = boundArgs.length;\n var args = Array(length);\n for (var i = 0; i < length; i++) {\n args[i] = boundArgs[i] === placeholder ? arguments[position++] : boundArgs[i];\n }\n while (position < arguments.length) args.push(arguments[position++]);\n return executeBound(func, bound, this, this, args);\n };\n return bound;\n });\n\n _.partial.placeholder = _;\n\n // Bind a number of an object's methods to that object. Remaining arguments\n // are the method names to be bound. Useful for ensuring that all callbacks\n // defined on an object belong to it.\n _.bindAll = restArguments(function(obj, keys) {\n keys = flatten(keys, false, false);\n var index = keys.length;\n if (index < 1) throw new Error('bindAll must be passed function names');\n while (index--) {\n var key = keys[index];\n obj[key] = _.bind(obj[key], obj);\n }\n });\n\n // Memoize an expensive function by storing its results.\n _.memoize = function(func, hasher) {\n var memoize = function(key) {\n var cache = memoize.cache;\n var address = '' + (hasher ? hasher.apply(this, arguments) : key);\n if (!has(cache, address)) cache[address] = func.apply(this, arguments);\n return cache[address];\n };\n memoize.cache = {};\n return memoize;\n };\n\n // Delays a function for the given number of milliseconds, and then calls\n // it with the arguments supplied.\n _.delay = restArguments(function(func, wait, args) {\n return setTimeout(function() {\n return func.apply(null, args);\n }, wait);\n });\n\n // Defers a function, scheduling it to run after the current call stack has\n // cleared.\n _.defer = _.partial(_.delay, _, 1);\n\n // Returns a function, that, when invoked, will only be triggered at most once\n // during a given window of time. Normally, the throttled function will run\n // as much as it can, without ever going more than once per `wait` duration;\n // but if you'd like to disable the execution on the leading edge, pass\n // `{leading: false}`. To disable execution on the trailing edge, ditto.\n _.throttle = function(func, wait, options) {\n var timeout, context, args, result;\n var previous = 0;\n if (!options) options = {};\n\n var later = function() {\n previous = options.leading === false ? 0 : _.now();\n timeout = null;\n result = func.apply(context, args);\n if (!timeout) context = args = null;\n };\n\n var throttled = function() {\n var now = _.now();\n if (!previous && options.leading === false) previous = now;\n var remaining = wait - (now - previous);\n context = this;\n args = arguments;\n if (remaining <= 0 || remaining > wait) {\n if (timeout) {\n clearTimeout(timeout);\n timeout = null;\n }\n previous = now;\n result = func.apply(context, args);\n if (!timeout) context = args = null;\n } else if (!timeout && options.trailing !== false) {\n timeout = setTimeout(later, remaining);\n }\n return result;\n };\n\n throttled.cancel = function() {\n clearTimeout(timeout);\n previous = 0;\n timeout = context = args = null;\n };\n\n return throttled;\n };\n\n // Returns a function, that, as long as it continues to be invoked, will not\n // be triggered. The function will be called after it stops being called for\n // N milliseconds. If `immediate` is passed, trigger the function on the\n // leading edge, instead of the trailing.\n _.debounce = function(func, wait, immediate) {\n var timeout, result;\n\n var later = function(context, args) {\n timeout = null;\n if (args) result = func.apply(context, args);\n };\n\n var debounced = restArguments(function(args) {\n if (timeout) clearTimeout(timeout);\n if (immediate) {\n var callNow = !timeout;\n timeout = setTimeout(later, wait);\n if (callNow) result = func.apply(this, args);\n } else {\n timeout = _.delay(later, wait, this, args);\n }\n\n return result;\n });\n\n debounced.cancel = function() {\n clearTimeout(timeout);\n timeout = null;\n };\n\n return debounced;\n };\n\n // Returns the first function passed as an argument to the second,\n // allowing you to adjust arguments, run code before and after, and\n // conditionally execute the original function.\n _.wrap = function(func, wrapper) {\n return _.partial(wrapper, func);\n };\n\n // Returns a negated version of the passed-in predicate.\n _.negate = function(predicate) {\n return function() {\n return !predicate.apply(this, arguments);\n };\n };\n\n // Returns a function that is the composition of a list of functions, each\n // consuming the return value of the function that follows.\n _.compose = function() {\n var args = arguments;\n var start = args.length - 1;\n return function() {\n var i = start;\n var result = args[start].apply(this, arguments);\n while (i--) result = args[i].call(this, result);\n return result;\n };\n };\n\n // Returns a function that will only be executed on and after the Nth call.\n _.after = function(times, func) {\n return function() {\n if (--times < 1) {\n return func.apply(this, arguments);\n }\n };\n };\n\n // Returns a function that will only be executed up to (but not including) the Nth call.\n _.before = function(times, func) {\n var memo;\n return function() {\n if (--times > 0) {\n memo = func.apply(this, arguments);\n }\n if (times <= 1) func = null;\n return memo;\n };\n };\n\n // Returns a function that will be executed at most one time, no matter how\n // often you call it. Useful for lazy initialization.\n _.once = _.partial(_.before, 2);\n\n _.restArguments = restArguments;\n\n // Object Functions\n // ----------------\n\n // Keys in IE < 9 that won't be iterated by `for key in ...` and thus missed.\n var hasEnumBug = !{toString: null}.propertyIsEnumerable('toString');\n var nonEnumerableProps = ['valueOf', 'isPrototypeOf', 'toString',\n 'propertyIsEnumerable', 'hasOwnProperty', 'toLocaleString'];\n\n var collectNonEnumProps = function(obj, keys) {\n var nonEnumIdx = nonEnumerableProps.length;\n var constructor = obj.constructor;\n var proto = _.isFunction(constructor) && constructor.prototype || ObjProto;\n\n // Constructor is a special case.\n var prop = 'constructor';\n if (has(obj, prop) && !_.contains(keys, prop)) keys.push(prop);\n\n while (nonEnumIdx--) {\n prop = nonEnumerableProps[nonEnumIdx];\n if (prop in obj && obj[prop] !== proto[prop] && !_.contains(keys, prop)) {\n keys.push(prop);\n }\n }\n };\n\n // Retrieve the names of an object's own properties.\n // Delegates to **ECMAScript 5**'s native `Object.keys`.\n _.keys = function(obj) {\n if (!_.isObject(obj)) return [];\n if (nativeKeys) return nativeKeys(obj);\n var keys = [];\n for (var key in obj) if (has(obj, key)) keys.push(key);\n // Ahem, IE < 9.\n if (hasEnumBug) collectNonEnumProps(obj, keys);\n return keys;\n };\n\n // Retrieve all the property names of an object.\n _.allKeys = function(obj) {\n if (!_.isObject(obj)) return [];\n var keys = [];\n for (var key in obj) keys.push(key);\n // Ahem, IE < 9.\n if (hasEnumBug) collectNonEnumProps(obj, keys);\n return keys;\n };\n\n // Retrieve the values of an object's properties.\n _.values = function(obj) {\n var keys = _.keys(obj);\n var length = keys.length;\n var values = Array(length);\n for (var i = 0; i < length; i++) {\n values[i] = obj[keys[i]];\n }\n return values;\n };\n\n // Returns the results of applying the iteratee to each element of the object.\n // In contrast to _.map it returns an object.\n _.mapObject = function(obj, iteratee, context) {\n iteratee = cb(iteratee, context);\n var keys = _.keys(obj),\n length = keys.length,\n results = {};\n for (var index = 0; index < length; index++) {\n var currentKey = keys[index];\n results[currentKey] = iteratee(obj[currentKey], currentKey, obj);\n }\n return results;\n };\n\n // Convert an object into a list of `[key, value]` pairs.\n // The opposite of _.object.\n _.pairs = function(obj) {\n var keys = _.keys(obj);\n var length = keys.length;\n var pairs = Array(length);\n for (var i = 0; i < length; i++) {\n pairs[i] = [keys[i], obj[keys[i]]];\n }\n return pairs;\n };\n\n // Invert the keys and values of an object. The values must be serializable.\n _.invert = function(obj) {\n var result = {};\n var keys = _.keys(obj);\n for (var i = 0, length = keys.length; i < length; i++) {\n result[obj[keys[i]]] = keys[i];\n }\n return result;\n };\n\n // Return a sorted list of the function names available on the object.\n // Aliased as `methods`.\n _.functions = _.methods = function(obj) {\n var names = [];\n for (var key in obj) {\n if (_.isFunction(obj[key])) names.push(key);\n }\n return names.sort();\n };\n\n // An internal function for creating assigner functions.\n var createAssigner = function(keysFunc, defaults) {\n return function(obj) {\n var length = arguments.length;\n if (defaults) obj = Object(obj);\n if (length < 2 || obj == null) return obj;\n for (var index = 1; index < length; index++) {\n var source = arguments[index],\n keys = keysFunc(source),\n l = keys.length;\n for (var i = 0; i < l; i++) {\n var key = keys[i];\n if (!defaults || obj[key] === void 0) obj[key] = source[key];\n }\n }\n return obj;\n };\n };\n\n // Extend a given object with all the properties in passed-in object(s).\n _.extend = createAssigner(_.allKeys);\n\n // Assigns a given object with all the own properties in the passed-in object(s).\n // (https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Object/assign)\n _.extendOwn = _.assign = createAssigner(_.keys);\n\n // Returns the first key on an object that passes a predicate test.\n _.findKey = function(obj, predicate, context) {\n predicate = cb(predicate, context);\n var keys = _.keys(obj), key;\n for (var i = 0, length = keys.length; i < length; i++) {\n key = keys[i];\n if (predicate(obj[key], key, obj)) return key;\n }\n };\n\n // Internal pick helper function to determine if `obj` has key `key`.\n var keyInObj = function(value, key, obj) {\n return key in obj;\n };\n\n // Return a copy of the object only containing the whitelisted properties.\n _.pick = restArguments(function(obj, keys) {\n var result = {}, iteratee = keys[0];\n if (obj == null) return result;\n if (_.isFunction(iteratee)) {\n if (keys.length > 1) iteratee = optimizeCb(iteratee, keys[1]);\n keys = _.allKeys(obj);\n } else {\n iteratee = keyInObj;\n keys = flatten(keys, false, false);\n obj = Object(obj);\n }\n for (var i = 0, length = keys.length; i < length; i++) {\n var key = keys[i];\n var value = obj[key];\n if (iteratee(value, key, obj)) result[key] = value;\n }\n return result;\n });\n\n // Return a copy of the object without the blacklisted properties.\n _.omit = restArguments(function(obj, keys) {\n var iteratee = keys[0], context;\n if (_.isFunction(iteratee)) {\n iteratee = _.negate(iteratee);\n if (keys.length > 1) context = keys[1];\n } else {\n keys = _.map(flatten(keys, false, false), String);\n iteratee = function(value, key) {\n return !_.contains(keys, key);\n };\n }\n return _.pick(obj, iteratee, context);\n });\n\n // Fill in a given object with default properties.\n _.defaults = createAssigner(_.allKeys, true);\n\n // Creates an object that inherits from the given prototype object.\n // If additional properties are provided then they will be added to the\n // created object.\n _.create = function(prototype, props) {\n var result = baseCreate(prototype);\n if (props) _.extendOwn(result, props);\n return result;\n };\n\n // Create a (shallow-cloned) duplicate of an object.\n _.clone = function(obj) {\n if (!_.isObject(obj)) return obj;\n return _.isArray(obj) ? obj.slice() : _.extend({}, obj);\n };\n\n // Invokes interceptor with the obj, and then returns obj.\n // The primary purpose of this method is to \"tap into\" a method chain, in\n // order to perform operations on intermediate results within the chain.\n _.tap = function(obj, interceptor) {\n interceptor(obj);\n return obj;\n };\n\n // Returns whether an object has a given set of `key:value` pairs.\n _.isMatch = function(object, attrs) {\n var keys = _.keys(attrs), length = keys.length;\n if (object == null) return !length;\n var obj = Object(object);\n for (var i = 0; i < length; i++) {\n var key = keys[i];\n if (attrs[key] !== obj[key] || !(key in obj)) return false;\n }\n return true;\n };\n\n\n // Internal recursive comparison function for `isEqual`.\n var eq, deepEq;\n eq = function(a, b, aStack, bStack) {\n // Identical objects are equal. `0 === -0`, but they aren't identical.\n // See the [Harmony `egal` proposal](https://wiki.ecmascript.org/doku.php?id=harmony:egal).\n if (a === b) return a !== 0 || 1 / a === 1 / b;\n // `null` or `undefined` only equal to itself (strict comparison).\n if (a == null || b == null) return false;\n // `NaN`s are equivalent, but non-reflexive.\n if (a !== a) return b !== b;\n // Exhaust primitive checks\n var type = typeof a;\n if (type !== 'function' && type !== 'object' && typeof b != 'object') return false;\n return deepEq(a, b, aStack, bStack);\n };\n\n // Internal recursive comparison function for `isEqual`.\n deepEq = function(a, b, aStack, bStack) {\n // Unwrap any wrapped objects.\n if (a instanceof _) a = a._wrapped;\n if (b instanceof _) b = b._wrapped;\n // Compare `[[Class]]` names.\n var className = toString.call(a);\n if (className !== toString.call(b)) return false;\n switch (className) {\n // Strings, numbers, regular expressions, dates, and booleans are compared by value.\n case '[object RegExp]':\n // RegExps are coerced to strings for comparison (Note: '' + /a/i === '/a/i')\n case '[object String]':\n // Primitives and their corresponding object wrappers are equivalent; thus, `\"5\"` is\n // equivalent to `new String(\"5\")`.\n return '' + a === '' + b;\n case '[object Number]':\n // `NaN`s are equivalent, but non-reflexive.\n // Object(NaN) is equivalent to NaN.\n if (+a !== +a) return +b !== +b;\n // An `egal` comparison is performed for other numeric values.\n return +a === 0 ? 1 / +a === 1 / b : +a === +b;\n case '[object Date]':\n case '[object Boolean]':\n // Coerce dates and booleans to numeric primitive values. Dates are compared by their\n // millisecond representations. Note that invalid dates with millisecond representations\n // of `NaN` are not equivalent.\n return +a === +b;\n case '[object Symbol]':\n return SymbolProto.valueOf.call(a) === SymbolProto.valueOf.call(b);\n }\n\n var areArrays = className === '[object Array]';\n if (!areArrays) {\n if (typeof a != 'object' || typeof b != 'object') return false;\n\n // Objects with different constructors are not equivalent, but `Object`s or `Array`s\n // from different frames are.\n var aCtor = a.constructor, bCtor = b.constructor;\n if (aCtor !== bCtor && !(_.isFunction(aCtor) && aCtor instanceof aCtor &&\n _.isFunction(bCtor) && bCtor instanceof bCtor)\n && ('constructor' in a && 'constructor' in b)) {\n return false;\n }\n }\n // Assume equality for cyclic structures. The algorithm for detecting cyclic\n // structures is adapted from ES 5.1 section 15.12.3, abstract operation `JO`.\n\n // Initializing stack of traversed objects.\n // It's done here since we only need them for objects and arrays comparison.\n aStack = aStack || [];\n bStack = bStack || [];\n var length = aStack.length;\n while (length--) {\n // Linear search. Performance is inversely proportional to the number of\n // unique nested structures.\n if (aStack[length] === a) return bStack[length] === b;\n }\n\n // Add the first object to the stack of traversed objects.\n aStack.push(a);\n bStack.push(b);\n\n // Recursively compare objects and arrays.\n if (areArrays) {\n // Compare array lengths to determine if a deep comparison is necessary.\n length = a.length;\n if (length !== b.length) return false;\n // Deep compare the contents, ignoring non-numeric properties.\n while (length--) {\n if (!eq(a[length], b[length], aStack, bStack)) return false;\n }\n } else {\n // Deep compare objects.\n var keys = _.keys(a), key;\n length = keys.length;\n // Ensure that both objects contain the same number of properties before comparing deep equality.\n if (_.keys(b).length !== length) return false;\n while (length--) {\n // Deep compare each member\n key = keys[length];\n if (!(has(b, key) && eq(a[key], b[key], aStack, bStack))) return false;\n }\n }\n // Remove the first object from the stack of traversed objects.\n aStack.pop();\n bStack.pop();\n return true;\n };\n\n // Perform a deep comparison to check if two objects are equal.\n _.isEqual = function(a, b) {\n return eq(a, b);\n };\n\n // Is a given array, string, or object empty?\n // An \"empty\" object has no enumerable own-properties.\n _.isEmpty = function(obj) {\n if (obj == null) return true;\n if (isArrayLike(obj) && (_.isArray(obj) || _.isString(obj) || _.isArguments(obj))) return obj.length === 0;\n return _.keys(obj).length === 0;\n };\n\n // Is a given value a DOM element?\n _.isElement = function(obj) {\n return !!(obj && obj.nodeType === 1);\n };\n\n // Is a given value an array?\n // Delegates to ECMA5's native Array.isArray\n _.isArray = nativeIsArray || function(obj) {\n return toString.call(obj) === '[object Array]';\n };\n\n // Is a given variable an object?\n _.isObject = function(obj) {\n var type = typeof obj;\n return type === 'function' || type === 'object' && !!obj;\n };\n\n // Add some isType methods: isArguments, isFunction, isString, isNumber, isDate, isRegExp, isError, isMap, isWeakMap, isSet, isWeakSet.\n _.each(['Arguments', 'Function', 'String', 'Number', 'Date', 'RegExp', 'Error', 'Symbol', 'Map', 'WeakMap', 'Set', 'WeakSet'], function(name) {\n _['is' + name] = function(obj) {\n return toString.call(obj) === '[object ' + name + ']';\n };\n });\n\n // Define a fallback version of the method in browsers (ahem, IE < 9), where\n // there isn't any inspectable \"Arguments\" type.\n if (!_.isArguments(arguments)) {\n _.isArguments = function(obj) {\n return has(obj, 'callee');\n };\n }\n\n // Optimize `isFunction` if appropriate. Work around some typeof bugs in old v8,\n // IE 11 (#1621), Safari 8 (#1929), and PhantomJS (#2236).\n var nodelist = root.document && root.document.childNodes;\n if (typeof /./ != 'function' && typeof Int8Array != 'object' && typeof nodelist != 'function') {\n _.isFunction = function(obj) {\n return typeof obj == 'function' || false;\n };\n }\n\n // Is a given object a finite number?\n _.isFinite = function(obj) {\n return !_.isSymbol(obj) && isFinite(obj) && !isNaN(parseFloat(obj));\n };\n\n // Is the given value `NaN`?\n _.isNaN = function(obj) {\n return _.isNumber(obj) && isNaN(obj);\n };\n\n // Is a given value a boolean?\n _.isBoolean = function(obj) {\n return obj === true || obj === false || toString.call(obj) === '[object Boolean]';\n };\n\n // Is a given value equal to null?\n _.isNull = function(obj) {\n return obj === null;\n };\n\n // Is a given variable undefined?\n _.isUndefined = function(obj) {\n return obj === void 0;\n };\n\n // Shortcut function for checking if an object has a given property directly\n // on itself (in other words, not on a prototype).\n _.has = function(obj, path) {\n if (!_.isArray(path)) {\n return has(obj, path);\n }\n var length = path.length;\n for (var i = 0; i < length; i++) {\n var key = path[i];\n if (obj == null || !hasOwnProperty.call(obj, key)) {\n return false;\n }\n obj = obj[key];\n }\n return !!length;\n };\n\n // Utility Functions\n // -----------------\n\n // Run Underscore.js in *noConflict* mode, returning the `_` variable to its\n // previous owner. Returns a reference to the Underscore object.\n _.noConflict = function() {\n root._ = previousUnderscore;\n return this;\n };\n\n // Keep the identity function around for default iteratees.\n _.identity = function(value) {\n return value;\n };\n\n // Predicate-generating functions. Often useful outside of Underscore.\n _.constant = function(value) {\n return function() {\n return value;\n };\n };\n\n _.noop = function(){};\n\n // Creates a function that, when passed an object, will traverse that object’s\n // properties down the given `path`, specified as an array of keys or indexes.\n _.property = function(path) {\n if (!_.isArray(path)) {\n return shallowProperty(path);\n }\n return function(obj) {\n return deepGet(obj, path);\n };\n };\n\n // Generates a function for a given object that returns a given property.\n _.propertyOf = function(obj) {\n if (obj == null) {\n return function(){};\n }\n return function(path) {\n return !_.isArray(path) ? obj[path] : deepGet(obj, path);\n };\n };\n\n // Returns a predicate for checking whether an object has a given set of\n // `key:value` pairs.\n _.matcher = _.matches = function(attrs) {\n attrs = _.extendOwn({}, attrs);\n return function(obj) {\n return _.isMatch(obj, attrs);\n };\n };\n\n // Run a function **n** times.\n _.times = function(n, iteratee, context) {\n var accum = Array(Math.max(0, n));\n iteratee = optimizeCb(iteratee, context, 1);\n for (var i = 0; i < n; i++) accum[i] = iteratee(i);\n return accum;\n };\n\n // Return a random integer between min and max (inclusive).\n _.random = function(min, max) {\n if (max == null) {\n max = min;\n min = 0;\n }\n return min + Math.floor(Math.random() * (max - min + 1));\n };\n\n // A (possibly faster) way to get the current timestamp as an integer.\n _.now = Date.now || function() {\n return new Date().getTime();\n };\n\n // List of HTML entities for escaping.\n var escapeMap = {\n '&': '&amp;',\n '<': '&lt;',\n '>': '&gt;',\n '\"': '&quot;',\n \"'\": '&#x27;',\n '`': '&#x60;'\n };\n var unescapeMap = _.invert(escapeMap);\n\n // Functions for escaping and unescaping strings to/from HTML interpolation.\n var createEscaper = function(map) {\n var escaper = function(match) {\n return map[match];\n };\n // Regexes for identifying a key that needs to be escaped.\n var source = '(?:' + _.keys(map).join('|') + ')';\n var testRegexp = RegExp(source);\n var replaceRegexp = RegExp(source, 'g');\n return function(string) {\n string = string == null ? '' : '' + string;\n return testRegexp.test(string) ? string.replace(replaceRegexp, escaper) : string;\n };\n };\n _.escape = createEscaper(escapeMap);\n _.unescape = createEscaper(unescapeMap);\n\n // Traverses the children of `obj` along `path`. If a child is a function, it\n // is invoked with its parent as context. Returns the value of the final\n // child, or `fallback` if any child is undefined.\n _.result = function(obj, path, fallback) {\n if (!_.isArray(path)) path = [path];\n var length = path.length;\n if (!length) {\n return _.isFunction(fallback) ? fallback.call(obj) : fallback;\n }\n for (var i = 0; i < length; i++) {\n var prop = obj == null ? void 0 : obj[path[i]];\n if (prop === void 0) {\n prop = fallback;\n i = length; // Ensure we don't continue iterating.\n }\n obj = _.isFunction(prop) ? prop.call(obj) : prop;\n }\n return obj;\n };\n\n // Generate a unique integer id (unique within the entire client session).\n // Useful for temporary DOM ids.\n var idCounter = 0;\n _.uniqueId = function(prefix) {\n var id = ++idCounter + '';\n return prefix ? prefix + id : id;\n };\n\n // By default, Underscore uses ERB-style template delimiters, change the\n // following template settings to use alternative delimiters.\n _.templateSettings = {\n evaluate: /<%([\\s\\S]+?)%>/g,\n interpolate: /<%=([\\s\\S]+?)%>/g,\n escape: /<%-([\\s\\S]+?)%>/g\n };\n\n // When customizing `templateSettings`, if you don't want to define an\n // interpolation, evaluation or escaping regex, we need one that is\n // guaranteed not to match.\n var noMatch = /(.)^/;\n\n // Certain characters need to be escaped so that they can be put into a\n // string literal.\n var escapes = {\n \"'\": \"'\",\n '\\\\': '\\\\',\n '\\r': 'r',\n '\\n': 'n',\n '\\u2028': 'u2028',\n '\\u2029': 'u2029'\n };\n\n var escapeRegExp = /\\\\|'|\\r|\\n|\\u2028|\\u2029/g;\n\n var escapeChar = function(match) {\n return '\\\\' + escapes[match];\n };\n\n // JavaScript micro-templating, similar to John Resig's implementation.\n // Underscore templating handles arbitrary delimiters, preserves whitespace,\n // and correctly escapes quotes within interpolated code.\n // NB: `oldSettings` only exists for backwards compatibility.\n _.template = function(text, settings, oldSettings) {\n if (!settings && oldSettings) settings = oldSettings;\n settings = _.defaults({}, settings, _.templateSettings);\n\n // Combine delimiters into one regular expression via alternation.\n var matcher = RegExp([\n (settings.escape || noMatch).source,\n (settings.interpolate || noMatch).source,\n (settings.evaluate || noMatch).source\n ].join('|') + '|$', 'g');\n\n // Compile the template source, escaping string literals appropriately.\n var index = 0;\n var source = \"__p+='\";\n text.replace(matcher, function(match, escape, interpolate, evaluate, offset) {\n source += text.slice(index, offset).replace(escapeRegExp, escapeChar);\n index = offset + match.length;\n\n if (escape) {\n source += \"'+\\n((__t=(\" + escape + \"))==null?'':_.escape(__t))+\\n'\";\n } else if (interpolate) {\n source += \"'+\\n((__t=(\" + interpolate + \"))==null?'':__t)+\\n'\";\n } else if (evaluate) {\n source += \"';\\n\" + evaluate + \"\\n__p+='\";\n }\n\n // Adobe VMs need the match returned to produce the correct offset.\n return match;\n });\n source += \"';\\n\";\n\n // If a variable is not specified, place data values in local scope.\n if (!settings.variable) source = 'with(obj||{}){\\n' + source + '}\\n';\n\n source = \"var __t,__p='',__j=Array.prototype.join,\" +\n \"print=function(){__p+=__j.call(arguments,'');};\\n\" +\n source + 'return __p;\\n';\n\n var render;\n try {\n render = new Function(settings.variable || 'obj', '_', source);\n } catch (e) {\n e.source = source;\n throw e;\n }\n\n var template = function(data) {\n return render.call(this, data, _);\n };\n\n // Provide the compiled source as a convenience for precompilation.\n var argument = settings.variable || 'obj';\n template.source = 'function(' + argument + '){\\n' + source + '}';\n\n return template;\n };\n\n // Add a \"chain\" function. Start chaining a wrapped Underscore object.\n _.chain = function(obj) {\n var instance = _(obj);\n instance._chain = true;\n return instance;\n };\n\n // OOP\n // ---------------\n // If Underscore is called as a function, it returns a wrapped object that\n // can be used OO-style. This wrapper holds altered versions of all the\n // underscore functions. Wrapped objects may be chained.\n\n // Helper function to continue chaining intermediate results.\n var chainResult = function(instance, obj) {\n return instance._chain ? _(obj).chain() : obj;\n };\n\n // Add your own custom functions to the Underscore object.\n _.mixin = function(obj) {\n _.each(_.functions(obj), function(name) {\n var func = _[name] = obj[name];\n _.prototype[name] = function() {\n var args = [this._wrapped];\n push.apply(args, arguments);\n return chainResult(this, func.apply(_, args));\n };\n });\n return _;\n };\n\n // Add all of the Underscore functions to the wrapper object.\n _.mixin(_);\n\n // Add all mutator Array functions to the wrapper.\n _.each(['pop', 'push', 'reverse', 'shift', 'sort', 'splice', 'unshift'], function(name) {\n var method = ArrayProto[name];\n _.prototype[name] = function() {\n var obj = this._wrapped;\n method.apply(obj, arguments);\n if ((name === 'shift' || name === 'splice') && obj.length === 0) delete obj[0];\n return chainResult(this, obj);\n };\n });\n\n // Add all accessor Array functions to the wrapper.\n _.each(['concat', 'join', 'slice'], function(name) {\n var method = ArrayProto[name];\n _.prototype[name] = function() {\n return chainResult(this, method.apply(this._wrapped, arguments));\n };\n });\n\n // Extracts the result from a wrapped and chained object.\n _.prototype.value = function() {\n return this._wrapped;\n };\n\n // Provide unwrapping proxy for some methods used in engine operations\n // such as arithmetic and JSON stringification.\n _.prototype.valueOf = _.prototype.toJSON = _.prototype.value;\n\n _.prototype.toString = function() {\n return String(this._wrapped);\n };\n\n // AMD registration happens at the end for compatibility with AMD loaders\n // that may not enforce next-turn semantics on modules. Even though general\n // practice for AMD registration is to be anonymous, underscore registers\n // as a named module because, like jQuery, it is a base library that is\n // popular enough to be bundled in a third party lib, but not be part of\n // an AMD load request. Those cases could generate an error when an\n // anonymous define() is called outside of a loader request.\n if (typeof define == 'function' && define.amd) {\n define('underscore', [], function() {\n return _;\n });\n }\n}());\n","/**\n * @copyright 2019 Christoph Wurst <christoph@winzerhof-wurst.at>\n *\n * @author 2019 Christoph Wurst <christoph@winzerhof-wurst.at>\n *\n * @license GNU AGPL version 3 or any later version\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see <http://www.gnu.org/licenses/>.\n */\n\nimport $ from 'jquery'\n\nconst loadedScripts = {}\nconst loadedStyles = []\n\n/**\n * Load a script for the server and load it. If the script is already loaded,\n * the event handler will be called directly\n * @param {string} app the app id to which the script belongs\n * @param {string} script the filename of the script\n * @param {Function} ready event handler to be called when the script is loaded\n * @returns {jQuery.Deferred}\n * @deprecated 16.0.0 Use OCP.Loader.loadScript\n */\nexport const addScript = (app, script, ready) => {\n\tconsole.warn('OC.addScript is deprecated, use OCP.Loader.loadScript instead')\n\n\tlet deferred\n\tconst path = OC.filePath(app, 'js', script + '.js')\n\tif (!loadedScripts[path]) {\n\t\tdeferred = $.Deferred()\n\t\t$.getScript(path, () => deferred.resolve())\n\t\tloadedScripts[path] = deferred\n\t} else {\n\t\tif (ready) {\n\t\t\tready()\n\t\t}\n\t}\n\treturn loadedScripts[path]\n}\n\n/**\n * Loads a CSS file\n * @param {string} app the app id to which the css style belongs\n * @param {string} style the filename of the css file\n * @deprecated 16.0.0 Use OCP.Loader.loadStylesheet\n */\nexport const addStyle = (app, style) => {\n\tconsole.warn('OC.addStyle is deprecated, use OCP.Loader.loadStylesheet instead')\n\n\tconst path = OC.filePath(app, 'css', style + '.css')\n\tif (loadedStyles.indexOf(path) === -1) {\n\t\tloadedStyles.push(path)\n\t\tif (document.createStyleSheet) {\n\t\t\tdocument.createStyleSheet(path)\n\t\t} else {\n\t\t\tstyle = $('<link rel=\"stylesheet\" type=\"text/css\" href=\"' + path + '\"/>')\n\t\t\t$('head').append(style)\n\t\t}\n\t}\n}\n","/**\n * @copyright 2019 Christoph Wurst <christoph@winzerhof-wurst.at>\n *\n * @author 2019 Christoph Wurst <christoph@winzerhof-wurst.at>\n *\n * @license GNU AGPL version 3 or any later version\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see <http://www.gnu.org/licenses/>.\n */\n\nimport _ from 'underscore'\nimport $ from 'jquery'\n\n/**\n * @todo Write documentation\n * @deprecated 17.0.0 use OCP.Toast\n * @namespace OC.Notification\n */\nexport default {\n\n\tupdatableNotification: null,\n\n\tgetDefaultNotificationFunction: null,\n\n\t/**\n\t * @param {Function} callback callback function\n\t * @deprecated 17.0.0 use OCP.Toast\n\t */\n\tsetDefault: function(callback) {\n\t\tthis.getDefaultNotificationFunction = callback\n\t},\n\n\t/**\n\t * Hides a notification.\n\t *\n\t * If a row is given, only hide that one.\n\t * If no row is given, hide all notifications.\n\t *\n\t * @param {jQuery} [$row] notification row\n\t * @param {Function} [callback] callback\n\t * @deprecated 17.0.0 use OCP.Toast\n\t */\n\thide: function($row, callback) {\n\t\tif (_.isFunction($row)) {\n\t\t\t// first arg is the callback\n\t\t\tcallback = $row\n\t\t\t$row = undefined\n\t\t}\n\n\t\tif (!$row) {\n\t\t\tconsole.error('Missing argument $row in OC.Notification.hide() call, caller needs to be adjusted to only dismiss its own notification')\n\t\t\treturn\n\t\t}\n\n\t\t// remove the row directly\n\t\t$row.each(function() {\n\t\t\t$(this)[0].toastify.hideToast()\n\t\t\tif (this === this.updatableNotification) {\n\t\t\t\tthis.updatableNotification = null\n\t\t\t}\n\t\t})\n\t\tif (callback) {\n\t\t\tcallback.call()\n\t\t}\n\t\tif (this.getDefaultNotificationFunction) {\n\t\t\tthis.getDefaultNotificationFunction()\n\t\t}\n\t},\n\n\t/**\n\t * Shows a notification as HTML without being sanitized before.\n\t * If you pass unsanitized user input this may lead to a XSS vulnerability.\n\t * Consider using show() instead of showHTML()\n\t *\n\t * @param {string} html Message to display\n\t * @param {Object} [options] options\n\t * @param {string} [options.type] notification type\n\t * @param {int} [options.timeout=0] timeout value, defaults to 0 (permanent)\n\t * @returns {jQuery} jQuery element for notification row\n\t * @deprecated 17.0.0 use OCP.Toast\n\t */\n\tshowHtml: function(html, options) {\n\t\toptions = options || {}\n\t\toptions.isHTML = true\n\t\toptions.timeout = (!options.timeout) ? -1 : options.timeout\n\t\tconst toast = window.OCP.Toast.message(html, options)\n\t\treturn $(toast.toastElement)\n\t},\n\n\t/**\n\t * Shows a sanitized notification\n\t *\n\t * @param {string} text Message to display\n\t * @param {Object} [options] options\n\t * @param {string} [options.type] notification type\n\t * @param {int} [options.timeout=0] timeout value, defaults to 0 (permanent)\n\t * @returns {jQuery} jQuery element for notification row\n\t * @deprecated 17.0.0 use OCP.Toast\n\t */\n\tshow: function(text, options) {\n\t\toptions = options || {}\n\t\toptions.timeout = (!options.timeout) ? -1 : options.timeout\n\t\tconst toast = window.OCP.Toast.message(text, options)\n\t\treturn $(toast.toastElement)\n\t},\n\n\t/**\n\t * Updates (replaces) a sanitized notification.\n\t *\n\t * @param {string} text Message to display\n\t * @returns {jQuery} JQuery element for notificaiton row\n\t * @deprecated 17.0.0 use OCP.Toast\n\t */\n\tshowUpdate: function(text) {\n\t\tif (this.updatableNotification) {\n\t\t\tthis.updatableNotification.hideToast()\n\t\t}\n\t\tthis.updatableNotification = OCP.Toast.message(text, { timeout: -1 })\n\t\treturn $(this.updatableNotification.toastElement)\n\t},\n\n\t/**\n\t * Shows a notification that disappears after x seconds, default is\n\t * 7 seconds\n\t *\n\t * @param {string} text Message to show\n\t * @param {array} [options] options array\n\t * @param {int} [options.timeout=7] timeout in seconds, if this is 0 it will show the message permanently\n\t * @param {boolean} [options.isHTML=false] an indicator for HTML notifications (true) or text (false)\n\t * @param {string} [options.type] notification type\n\t * @returns {JQuery<any>} the toast element\n\t * @deprecated 17.0.0 use OCP.Toast\n\t */\n\tshowTemporary: function(text, options) {\n\t\toptions = options || {}\n\t\toptions.timeout = options.timeout || 7\n\t\tconst toast = window.OCP.Toast.message(text, options)\n\t\treturn $(toast.toastElement)\n\t},\n\n\t/**\n\t * Returns whether a notification is hidden.\n\t * @returns {boolean}\n\t * @deprecated 17.0.0 use OCP.Toast\n\t */\n\tisHidden: function() {\n\t\treturn !$('#content').find('.toastify').length\n\t},\n}\n","/**\n * @copyright 2019 Christoph Wurst <christoph@winzerhof-wurst.at>\n *\n * @author 2019 Christoph Wurst <christoph@winzerhof-wurst.at>\n *\n * @license GNU AGPL version 3 or any later version\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see <http://www.gnu.org/licenses/>.\n */\n\nimport _ from 'underscore'\nimport $ from 'jquery'\n\nimport OC from './index'\nimport Notification from './notification'\n\n/**\n * Warn users that the connection to the server was lost temporarily\n *\n * This function is throttled to prevent stacked notfications.\n * After 7sec the first notification is gone, then we can show another one\n * if necessary.\n */\nexport const ajaxConnectionLostHandler = _.throttle(() => {\n\tNotification.showTemporary(t('core', 'Connection to server lost'))\n}, 7 * 1000, { trailing: false })\n\n/**\n * Process ajax error, redirects to main page\n * if an error/auth error status was returned.\n * @param {XMLHttpRequest} xhr xhr request\n */\nexport const processAjaxError = xhr => {\n\t// purposefully aborted request ?\n\t// OC._userIsNavigatingAway needed to distinguish ajax calls cancelled by navigating away\n\t// from calls cancelled by failed cross-domain ajax due to SSO redirect\n\tif (xhr.status === 0 && (xhr.statusText === 'abort' || xhr.statusText === 'timeout' || OC._reloadCalled)) {\n\t\treturn\n\t}\n\n\tif (_.contains([302, 303, 307, 401], xhr.status) && OC.currentUser) {\n\t\t// sometimes \"beforeunload\" happens later, so need to defer the reload a bit\n\t\tsetTimeout(function() {\n\t\t\tif (!OC._userIsNavigatingAway && !OC._reloadCalled) {\n\t\t\t\tlet timer = 0\n\t\t\t\tconst seconds = 5\n\t\t\t\tconst interval = setInterval(function() {\n\t\t\t\t\tNotification.showUpdate(n('core', 'Problem loading page, reloading in %n second', 'Problem loading page, reloading in %n seconds', seconds - timer))\n\t\t\t\t\tif (timer >= seconds) {\n\t\t\t\t\t\tclearInterval(interval)\n\t\t\t\t\t\tOC.reload()\n\t\t\t\t\t}\n\t\t\t\t\ttimer++\n\t\t\t\t}, 1000 // 1 second interval\n\t\t\t\t)\n\n\t\t\t\t// only call reload once\n\t\t\t\tOC._reloadCalled = true\n\t\t\t}\n\t\t}, 100)\n\t} else if (xhr.status === 0) {\n\t\t// Connection lost (e.g. WiFi disconnected or server is down)\n\t\tsetTimeout(function() {\n\t\t\tif (!OC._userIsNavigatingAway && !OC._reloadCalled) {\n\t\t\t\t// TODO: call method above directly\n\t\t\t\tOC._ajaxConnectionLostHandler()\n\t\t\t}\n\t\t}, 100)\n\t}\n}\n\n/**\n * Registers XmlHttpRequest object for global error processing.\n *\n * This means that if this XHR object returns 401 or session timeout errors,\n * the current page will automatically be reloaded.\n *\n * @param {XMLHttpRequest} xhr xhr request\n */\nexport const registerXHRForErrorProcessing = xhr => {\n\tconst loadCallback = () => {\n\t\tif (xhr.readyState !== 4) {\n\t\t\treturn\n\t\t}\n\n\t\tif ((xhr.status >= 200 && xhr.status < 300) || xhr.status === 304) {\n\t\t\treturn\n\t\t}\n\n\t\t// fire jquery global ajax error handler\n\t\t$(document).trigger(new $.Event('ajaxError'), xhr)\n\t}\n\n\tconst errorCallback = () => {\n\t\t// fire jquery global ajax error handler\n\t\t$(document).trigger(new $.Event('ajaxError'), xhr)\n\t}\n\n\tif (xhr.addEventListener) {\n\t\txhr.addEventListener('load', loadCallback)\n\t\txhr.addEventListener('error', errorCallback)\n\t}\n\n}\n","/* eslint-disable */\n/**\n * @copyright Copyright (c) 2016 Joas Schilling <coding@schilljs.com>\n *\n * @license GNU AGPL version 3 or any later version\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see <http://www.gnu.org/licenses/>.\n *\n */\n\n import { getValue, setValue, getApps, getKeys, deleteKey } from '../OCP/appconfig'\n\nexport const appConfig = window.oc_appconfig || {}\n\n/**\n * @namespace\n * @deprecated 16.0.0 Use OCP.AppConfig instead\n */\nexport const AppConfig = {\n\t/**\n\t * @deprecated Use OCP.AppConfig.getValue() instead\n\t */\n\tgetValue: function(app, key, defaultValue, callback) {\n\t\tgetValue(app, key, defaultValue, {\n\t\t\tsuccess: callback\n\t\t})\n\t},\n\n\t/**\n\t * @deprecated Use OCP.AppConfig.setValue() instead\n\t */\n\tsetValue: function(app, key, value) {\n\t\tsetValue(app, key, value)\n\t},\n\n\t/**\n\t * @deprecated Use OCP.AppConfig.getApps() instead\n\t */\n\tgetApps: function(callback) {\n\t\tgetApps({\n\t\t\tsuccess: callback\n\t\t})\n\t},\n\n\t/**\n\t * @deprecated Use OCP.AppConfig.getKeys() instead\n\t */\n\tgetKeys: function(app, callback) {\n\t\tgetKeys(app, {\n\t\t\tsuccess: callback\n\t\t})\n\t},\n\n\t/**\n\t * @deprecated Use OCP.AppConfig.deleteKey() instead\n\t */\n\tdeleteKey: function(app, key) {\n\t\tdeleteKey(app, key)\n\t}\n\n}\n","/*\n * @copyright 2019 Christoph Wurst <christoph@winzerhof-wurst.at>\n *\n * @author 2019 Christoph Wurst <christoph@winzerhof-wurst.at>\n *\n * @license GNU AGPL version 3 or any later version\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see <http://www.gnu.org/licenses/>.\n */\n\nconst appswebroots = (window._oc_appswebroots !== undefined) ? window._oc_appswebroots : false\n\nexport default appswebroots\n","/* eslint-disable */\n/*\n * Copyright (c) 2015\n *\n * This file is licensed under the Affero General Public License version 3\n * or later.\n *\n * See the COPYING-README file.\n *\n */\n\n/**\n * Webdav transport for Backbone.\n *\n * This makes it possible to use Webdav endpoints when\n * working with Backbone models and collections.\n *\n * Requires the davclient.js library.\n *\n * Usage example:\n *\n * var PersonModel = OC.Backbone.Model.extend({\n * // make it use the DAV transport\n * sync: OC.Backbone.davSync,\n *\n * // DAV properties mapping\n * davProperties: {\n * 'id': '{http://example.com/ns}id',\n * 'firstName': '{http://example.com/ns}first-name',\n * 'lastName': '{http://example.com/ns}last-name',\n * 'age': '{http://example.com/ns}age'\n * },\n *\n * // additional parsing, if needed\n * parse: function(props) {\n * // additional parsing (DAV property values are always strings)\n * props.age = parseInt(props.age, 10);\n * return props;\n * }\n * });\n *\n * var PersonCollection = OC.Backbone.Collection.extend({\n * // make it use the DAV transport\n * sync: OC.Backbone.davSync,\n *\n * // use person model\n * // note that davProperties will be inherited\n * model: PersonModel,\n *\n * // DAV collection URL\n * url: function() {\n * return OC.linkToRemote('dav') + '/person/';\n * },\n * });\n */\n\nimport _ from 'underscore'\nimport dav from 'davclient.js'\n\nconst methodMap = {\n\tcreate: 'POST',\n\tupdate: 'PROPPATCH',\n\tpatch: 'PROPPATCH',\n\tdelete: 'DELETE',\n\tread: 'PROPFIND'\n}\n\n// Throw an error when a URL is needed, and none is supplied.\nfunction urlError() {\n\tthrow new Error('A \"url\" property or function must be specified')\n}\n\n/**\n * Convert a single propfind result to JSON\n *\n * @param {Object} result\n * @param {Object} davProperties properties mapping\n */\nfunction parsePropFindResult(result, davProperties) {\n\tif (_.isArray(result)) {\n\t\treturn _.map(result, function(subResult) {\n\t\t\treturn parsePropFindResult(subResult, davProperties)\n\t\t})\n\t}\n\tvar props = {\n\t\thref: result.href\n\t}\n\n\t_.each(result.propStat, function(propStat) {\n\t\tif (propStat.status !== 'HTTP/1.1 200 OK') {\n\t\t\treturn\n\t\t}\n\n\t\tfor (var key in propStat.properties) {\n\t\t\tvar propKey = key\n\t\t\tif (key in davProperties) {\n\t\t\t\tpropKey = davProperties[key]\n\t\t\t}\n\t\t\tprops[propKey] = propStat.properties[key]\n\t\t}\n\t})\n\n\tif (!props.id) {\n\t\t// parse id from href\n\t\tprops.id = parseIdFromLocation(props.href)\n\t}\n\n\treturn props\n}\n\n/**\n * Parse ID from location\n *\n * @param {string} url url\n * @returns {string} id\n */\nfunction parseIdFromLocation(url) {\n\tvar queryPos = url.indexOf('?')\n\tif (queryPos > 0) {\n\t\turl = url.substr(0, queryPos)\n\t}\n\n\tvar parts = url.split('/')\n\tvar result\n\tdo {\n\t\tresult = parts[parts.length - 1]\n\t\tparts.pop()\n\t\t// note: first result can be empty when there is a trailing slash,\n\t\t// so we take the part before that\n\t} while (!result && parts.length > 0)\n\n\treturn result\n}\n\nfunction isSuccessStatus(status) {\n\treturn status >= 200 && status <= 299\n}\n\nfunction convertModelAttributesToDavProperties(attrs, davProperties) {\n\tvar props = {}\n\tvar key\n\tfor (key in attrs) {\n\t\tvar changedProp = davProperties[key]\n\t\tvar value = attrs[key]\n\t\tif (!changedProp) {\n\t\t\tconsole.warn('No matching DAV property for property \"' + key)\n\t\t\tchangedProp = key\n\t\t}\n\t\tif (_.isBoolean(value) || _.isNumber(value)) {\n\t\t\t// convert to string\n\t\t\tvalue = '' + value\n\t\t}\n\t\tprops[changedProp] = value\n\t}\n\treturn props\n}\n\nfunction callPropFind(client, options, model, headers) {\n\treturn client.propFind(\n\t\toptions.url,\n\t\t_.values(options.davProperties) || [],\n\t\toptions.depth,\n\t\theaders\n\t).then(function(response) {\n\t\tif (isSuccessStatus(response.status)) {\n\t\t\tif (_.isFunction(options.success)) {\n\t\t\t\tvar propsMapping = _.invert(options.davProperties)\n\t\t\t\tvar results = parsePropFindResult(response.body, propsMapping)\n\t\t\t\tif (options.depth > 0) {\n\t\t\t\t\t// discard root entry\n\t\t\t\t\tresults.shift()\n\t\t\t\t}\n\n\t\t\t\toptions.success(results)\n\n\t\t\t}\n\t\t} else if (_.isFunction(options.error)) {\n\t\t\toptions.error(response)\n\t\t}\n\t})\n}\n\nfunction callPropPatch(client, options, model, headers) {\n\treturn client.propPatch(\n\t\toptions.url,\n\t\tconvertModelAttributesToDavProperties(model.changed, options.davProperties),\n\t\theaders\n\t).then(function(result) {\n\t\tif (isSuccessStatus(result.status)) {\n\t\t\tif (_.isFunction(options.success)) {\n\t\t\t\t// pass the object's own values because the server\n\t\t\t\t// does not return the updated model\n\t\t\t\toptions.success(model.toJSON())\n\t\t\t}\n\t\t} else if (_.isFunction(options.error)) {\n\t\t\toptions.error(result)\n\t\t}\n\t})\n\n}\n\nfunction callMkCol(client, options, model, headers) {\n\t// call MKCOL without data, followed by PROPPATCH\n\treturn client.request(\n\t\toptions.type,\n\t\toptions.url,\n\t\theaders,\n\t\tnull\n\t).then(function(result) {\n\t\tif (!isSuccessStatus(result.status)) {\n\t\t\tif (_.isFunction(options.error)) {\n\t\t\t\toptions.error(result)\n\t\t\t}\n\t\t\treturn\n\t\t}\n\n\t\tcallPropPatch(client, options, model, headers)\n\t})\n}\n\nfunction callMethod(client, options, model, headers) {\n\theaders['Content-Type'] = 'application/json'\n\treturn client.request(\n\t\toptions.type,\n\t\toptions.url,\n\t\theaders,\n\t\toptions.data\n\t).then(function(result) {\n\t\tif (!isSuccessStatus(result.status)) {\n\t\t\tif (_.isFunction(options.error)) {\n\t\t\t\toptions.error(result)\n\t\t\t}\n\t\t\treturn\n\t\t}\n\n\t\tif (_.isFunction(options.success)) {\n\t\t\tif (options.type === 'PUT' || options.type === 'POST' || options.type === 'MKCOL') {\n\t\t\t\t// pass the object's own values because the server\n\t\t\t\t// does not return anything\n\t\t\t\tvar responseJson = result.body || model.toJSON()\n\t\t\t\tvar locationHeader = result.xhr.getResponseHeader('Content-Location')\n\t\t\t\tif (options.type === 'POST' && locationHeader) {\n\t\t\t\t\tresponseJson.id = parseIdFromLocation(locationHeader)\n\t\t\t\t}\n\t\t\t\toptions.success(responseJson)\n\t\t\t\treturn\n\t\t\t}\n\t\t\t// if multi-status, parse\n\t\t\tif (result.status === 207) {\n\t\t\t\tvar propsMapping = _.invert(options.davProperties)\n\t\t\t\toptions.success(parsePropFindResult(result.body, propsMapping))\n\t\t\t} else {\n\t\t\t\toptions.success(result.body)\n\t\t\t}\n\t\t}\n\t})\n}\n\nexport const davCall = (options, model) => {\n\tvar client = new dav.Client({\n\t\tbaseUrl: options.url,\n\t\txmlNamespaces: _.extend({\n\t\t\t'DAV:': 'd',\n\t\t\t'http://owncloud.org/ns': 'oc'\n\t\t}, options.xmlNamespaces || {})\n\t})\n\tclient.resolveUrl = function() {\n\t\treturn options.url\n\t}\n\tvar headers = _.extend({\n\t\t'X-Requested-With': 'XMLHttpRequest',\n\t\t'requesttoken': OC.requestToken\n\t}, options.headers)\n\tif (options.type === 'PROPFIND') {\n\t\treturn callPropFind(client, options, model, headers)\n\t} else if (options.type === 'PROPPATCH') {\n\t\treturn callPropPatch(client, options, model, headers)\n\t} else if (options.type === 'MKCOL') {\n\t\treturn callMkCol(client, options, model, headers)\n\t} else {\n\t\treturn callMethod(client, options, model, headers)\n\t}\n}\n\n/**\n * DAV transport\n */\nexport const davSync = Backbone => (method, model, options) => {\n\tvar params = { type: methodMap[method] || method }\n\tvar isCollection = (model instanceof Backbone.Collection)\n\n\tif (method === 'update') {\n\t\t// if a model has an inner collection, it must define an\n\t\t// attribute \"hasInnerCollection\" that evaluates to true\n\t\tif (model.hasInnerCollection) {\n\t\t\t// if the model itself is a Webdav collection, use MKCOL\n\t\t\tparams.type = 'MKCOL'\n\t\t} else if (model.usePUT || (model.collection && model.collection.usePUT)) {\n\t\t\t// use PUT instead of PROPPATCH\n\t\t\tparams.type = 'PUT'\n\t\t}\n\t}\n\n\t// Ensure that we have a URL.\n\tif (!options.url) {\n\t\tparams.url = _.result(model, 'url') || urlError()\n\t}\n\n\t// Ensure that we have the appropriate request data.\n\tif (options.data == null && model && (method === 'create' || method === 'update' || method === 'patch')) {\n\t\tparams.data = JSON.stringify(options.attrs || model.toJSON(options))\n\t}\n\n\t// Don't process data on a non-GET request.\n\tif (params.type !== 'PROPFIND') {\n\t\tparams.processData = false\n\t}\n\n\tif (params.type === 'PROPFIND' || params.type === 'PROPPATCH') {\n\t\tvar davProperties = model.davProperties\n\t\tif (!davProperties && model.model) {\n\t\t\t// use dav properties from model in case of collection\n\t\t\tdavProperties = model.model.prototype.davProperties\n\t\t}\n\t\tif (davProperties) {\n\t\t\tif (_.isFunction(davProperties)) {\n\t\t\t\tparams.davProperties = davProperties.call(model)\n\t\t\t} else {\n\t\t\t\tparams.davProperties = davProperties\n\t\t\t}\n\t\t}\n\n\t\tparams.davProperties = _.extend(params.davProperties || {}, options.davProperties)\n\n\t\tif (_.isUndefined(options.depth)) {\n\t\t\tif (isCollection) {\n\t\t\t\toptions.depth = 1\n\t\t\t} else {\n\t\t\t\toptions.depth = 0\n\t\t\t}\n\t\t}\n\t}\n\n\t// Pass along `textStatus` and `errorThrown` from jQuery.\n\tvar error = options.error\n\toptions.error = function(xhr, textStatus, errorThrown) {\n\t\toptions.textStatus = textStatus\n\t\toptions.errorThrown = errorThrown\n\t\tif (error) {\n\t\t\terror.call(options.context, xhr, textStatus, errorThrown)\n\t\t}\n\t}\n\n\t// Make the request, allowing the user to override any Ajax options.\n\tvar xhr = options.xhr = Backbone.davCall(_.extend(params, options), model)\n\tmodel.trigger('request', model, xhr, options)\n\treturn xhr\n}\n","/**\n * @copyright 2019 Christoph Wurst <christoph@winzerhof-wurst.at>\n *\n * @author 2019 Christoph Wurst <christoph@winzerhof-wurst.at>\n *\n * @license GNU AGPL version 3 or any later version\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see <http://www.gnu.org/licenses/>.\n */\n\nimport VendorBackbone from 'backbone'\nimport { davCall, davSync } from './backbone-webdav'\n\nconst Backbone = VendorBackbone.noConflict()\n\n// Patch Backbone for DAV\nObject.assign(Backbone, {\n\tdavCall,\n\tdavSync: davSync(Backbone),\n})\n\nexport default Backbone\n","/*\n * @copyright 2019 Christoph Wurst <christoph@winzerhof-wurst.at>\n *\n * @author 2019 Christoph Wurst <christoph@winzerhof-wurst.at>\n *\n * @license GNU AGPL version 3 or any later version\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see <http://www.gnu.org/licenses/>.\n */\n\nconst config = window._oc_config || {}\n\nexport default config\n","/*\n * @copyright 2019 Christoph Wurst <christoph@winzerhof-wurst.at>\n *\n * @author 2019 Christoph Wurst <christoph@winzerhof-wurst.at>\n *\n * @license GNU AGPL version 3 or any later version\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see <http://www.gnu.org/licenses/>.\n */\n\nconst rawUid = document\n\t.getElementsByTagName('head')[0]\n\t.getAttribute('data-user')\nconst displayName = document\n\t.getElementsByTagName('head')[0]\n\t.getAttribute('data-user-displayname')\n\nexport const currentUser = rawUid !== undefined ? rawUid : false\n\nexport const getCurrentUser = () => {\n\treturn {\n\t\tuid: currentUser,\n\t\tdisplayName,\n\t}\n}\n","/* eslint-disable */\n/*\n * @copyright 2019 Christoph Wurst <christoph@winzerhof-wurst.at>\n * @copyright Copyright (c) 2019 Gary Kim <gary@garykim.dev>\n *\n * @author 2019 Christoph Wurst <christoph@winzerhof-wurst.at>\n * @author Gary Kim <gary@garykim.dev>\n *\n * @license GNU AGPL version 3 or any later version\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see <http://www.gnu.org/licenses/>.\n */\n\nimport _ from 'underscore'\nimport $ from 'jquery'\n\nimport OC from './index'\nimport OCA from '../OCA/index'\n\n/**\n * this class to ease the usage of jquery dialogs\n */\nconst Dialogs = {\n\t// dialog button types\n\tYES_NO_BUTTONS: 70,\n\tOK_BUTTONS: 71,\n\n\tFILEPICKER_TYPE_CHOOSE: 1,\n\tFILEPICKER_TYPE_MOVE: 2,\n\tFILEPICKER_TYPE_COPY: 3,\n\tFILEPICKER_TYPE_COPY_MOVE: 4,\n\tFILEPICKER_TYPE_CUSTOM: 5,\n\n\t// used to name each dialog\n\tdialogsCounter: 0,\n\n\t/**\n\t * displays alert dialog\n\t * @param {string} text content of dialog\n\t * @param {string} title dialog title\n\t * @param {function} callback which will be triggered when user presses OK\n\t * @param {boolean} [modal] make the dialog modal\n\t */\n\talert: function(text, title, callback, modal) {\n\t\tthis.message(\n\t\t\ttext,\n\t\t\ttitle,\n\t\t\t'alert',\n\t\t\tDialogs.OK_BUTTON,\n\t\t\tcallback,\n\t\t\tmodal\n\t\t)\n\t},\n\t/**\n\t * displays info dialog\n\t * @param {string} text content of dialog\n\t * @param {string} title dialog title\n\t * @param {function} callback which will be triggered when user presses OK\n\t * @param {boolean} [modal] make the dialog modal\n\t */\n\tinfo: function(text, title, callback, modal) {\n\t\tthis.message(text, title, 'info', Dialogs.OK_BUTTON, callback, modal)\n\t},\n\n\t/**\n\t * displays confirmation dialog\n\t * @param {string} text content of dialog\n\t * @param {string} title dialog title\n\t * @param {function} callback which will be triggered when user presses OK (true or false would be passed to callback respectively)\n\t * @param {boolean} [modal] make the dialog modal\n\t * @returns {Promise}\n\t */\n\tconfirm: function(text, title, callback, modal) {\n\t\treturn this.message(\n\t\t\ttext,\n\t\t\ttitle,\n\t\t\t'notice',\n\t\t\tDialogs.YES_NO_BUTTONS,\n\t\t\tcallback,\n\t\t\tmodal\n\t\t)\n\t},\n\t/**\n\t * displays confirmation dialog\n\t * @param {string} text content of dialog\n\t * @param {string} title dialog title\n\t * @param {{type: Int, confirm: String, cancel: String, confirmClasses: String}} buttons text content of buttons\n\t * @param {function} callback which will be triggered when user presses OK (true or false would be passed to callback respectively)\n\t * @param {boolean} [modal] make the dialog modal\n\t * @returns {Promise}\n\t */\n\tconfirmDestructive: function(text, title, buttons, callback, modal) {\n\t\treturn this.message(\n\t\t\ttext,\n\t\t\ttitle,\n\t\t\t'none',\n\t\t\tbuttons,\n\t\t\tcallback,\n\t\t\tmodal\n\t\t)\n\t},\n\t/**\n\t * displays confirmation dialog\n\t * @param {string} text content of dialog\n\t * @param {string} title dialog title\n\t * @param {function} callback which will be triggered when user presses OK (true or false would be passed to callback respectively)\n\t * @param {boolean} [modal] make the dialog modal\n\t * @returns {Promise}\n\t */\n\tconfirmHtml: function(text, title, callback, modal) {\n\t\treturn this.message(\n\t\t\ttext,\n\t\t\ttitle,\n\t\t\t'notice',\n\t\t\tDialogs.YES_NO_BUTTONS,\n\t\t\tcallback,\n\t\t\tmodal,\n\t\t\ttrue\n\t\t)\n\t},\n\t/**\n\t * displays prompt dialog\n\t * @param {string} text content of dialog\n\t * @param {string} title dialog title\n\t * @param {function} callback which will be triggered when user presses OK (true or false would be passed to callback respectively)\n\t * @param {boolean} [modal] make the dialog modal\n\t * @param {string} name name of the input field\n\t * @param {boolean} password whether the input should be a password input\n\t * @returns {Promise}\n\t */\n\tprompt: function(text, title, callback, modal, name, password) {\n\t\treturn $.when(this._getMessageTemplate()).then(function($tmpl) {\n\t\t\tvar dialogName = 'oc-dialog-' + Dialogs.dialogsCounter + '-content'\n\t\t\tvar dialogId = '#' + dialogName\n\t\t\tvar $dlg = $tmpl.octemplate({\n\t\t\t\tdialog_name: dialogName,\n\t\t\t\ttitle: title,\n\t\t\t\tmessage: text,\n\t\t\t\ttype: 'notice'\n\t\t\t})\n\t\t\tvar input = $('<input/>')\n\t\t\tinput.attr('type', password ? 'password' : 'text').attr('id', dialogName + '-input').attr('placeholder', name)\n\t\t\tvar label = $('<label/>').attr('for', dialogName + '-input').text(name + ': ')\n\t\t\t$dlg.append(label)\n\t\t\t$dlg.append(input)\n\t\t\tif (modal === undefined) {\n\t\t\t\tmodal = false\n\t\t\t}\n\t\t\t$('body').append($dlg)\n\n\t\t\t// wrap callback in _.once():\n\t\t\t// only call callback once and not twice (button handler and close\n\t\t\t// event) but call it for the close event, if ESC or the x is hit\n\t\t\tif (callback !== undefined) {\n\t\t\t\tcallback = _.once(callback)\n\t\t\t}\n\n\t\t\tvar buttonlist = [{\n\t\t\t\ttext: t('core', 'No'),\n\t\t\t\tclick: function() {\n\t\t\t\t\tif (callback !== undefined) {\n\t\t\t\t\t\t// eslint-disable-next-line standard/no-callback-literal\n\t\t\t\t\t\tcallback(false, input.val())\n\t\t\t\t\t}\n\t\t\t\t\t$(dialogId).ocdialog('close')\n\t\t\t\t}\n\t\t\t}, {\n\t\t\t\ttext: t('core', 'Yes'),\n\t\t\t\tclick: function() {\n\t\t\t\t\tif (callback !== undefined) {\n\t\t\t\t\t\t// eslint-disable-next-line standard/no-callback-literal\n\t\t\t\t\t\tcallback(true, input.val())\n\t\t\t\t\t}\n\t\t\t\t\t$(dialogId).ocdialog('close')\n\t\t\t\t},\n\t\t\t\tdefaultButton: true\n\t\t\t}]\n\n\t\t\t$(dialogId).ocdialog({\n\t\t\t\tcloseOnEscape: true,\n\t\t\t\tmodal: modal,\n\t\t\t\tbuttons: buttonlist,\n\t\t\t\tclose: function() {\n\t\t\t\t\t// callback is already fired if Yes/No is clicked directly\n\t\t\t\t\tif (callback !== undefined) {\n\t\t\t\t\t\t// eslint-disable-next-line standard/no-callback-literal\n\t\t\t\t\t\tcallback(false, input.val())\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t})\n\t\t\tinput.focus()\n\t\t\tDialogs.dialogsCounter++\n\t\t})\n\t},\n\t/**\n\t * show a file picker to pick a file from\n\t *\n\t * In order to pick several types of mime types they need to be passed as an\n\t * array of strings.\n\t *\n\t * When no mime type filter is given only files can be selected. In order to\n\t * be able to select both files and folders \"['*', 'httpd/unix-directory']\"\n\t * should be used instead.\n\t *\n\t * @param {string} title dialog title\n\t * @param {function} callback which will be triggered when user presses Choose\n\t * @param {boolean} [multiselect] whether it should be possible to select multiple files\n\t * @param {string[]} [mimetypeFilter] mimetype to filter by - directories will always be included\n\t * @param {boolean} [modal] make the dialog modal\n\t * @param {string} [type] Type of file picker : Choose, copy, move, copy and move\n\t * @param {string} [path] path to the folder that the the file can be picket from\n\t * @param {Object} [options] additonal options that need to be set\n\t */\n\tfilepicker: function(title, callback, multiselect, mimetypeFilter, modal, type, path, options) {\n\t\tvar self = this\n\n\t\tthis.filepicker.sortField = 'name'\n\t\tthis.filepicker.sortOrder = 'asc'\n\t\t// avoid opening the picker twice\n\t\tif (this.filepicker.loading) {\n\t\t\treturn\n\t\t}\n\n\t\tif (type === undefined) {\n\t\t\ttype = this.FILEPICKER_TYPE_CHOOSE\n\t\t}\n\n\t\tvar emptyText = t('core', 'No files in here')\n\t\tvar newText = t('files', 'New folder')\n\t\tif (type === this.FILEPICKER_TYPE_COPY || type === this.FILEPICKER_TYPE_MOVE || type === this.FILEPICKER_TYPE_COPY_MOVE) {\n\t\t\temptyText = t('core', 'No more subfolders in here')\n\t\t}\n\n\t\tthis.filepicker.loading = true\n\t\tthis.filepicker.filesClient = (OCA.Sharing && OCA.Sharing.PublicApp && OCA.Sharing.PublicApp.fileList) ? OCA.Sharing.PublicApp.fileList.filesClient : OC.Files.getClient()\n\n\t\tthis.filelist = null\n\t\tpath = path || ''\n\t\toptions = Object.assign({\n\t\t\tallowDirectoryChooser: false\n\t\t}, options)\n\n\t\t$.when(this._getFilePickerTemplate()).then(function($tmpl) {\n\t\t\tself.filepicker.loading = false\n\t\t\tvar dialogName = 'oc-dialog-filepicker-content'\n\t\t\tif (self.$filePicker) {\n\t\t\t\tself.$filePicker.ocdialog('close')\n\t\t\t}\n\n\t\t\tif (mimetypeFilter === undefined || mimetypeFilter === null) {\n\t\t\t\tmimetypeFilter = []\n\t\t\t}\n\t\t\tif (typeof (mimetypeFilter) === 'string') {\n\t\t\t\tmimetypeFilter = [mimetypeFilter]\n\t\t\t}\n\n\t\t\tself.$filePicker = $tmpl.octemplate({\n\t\t\t\tdialog_name: dialogName,\n\t\t\t\ttitle: title,\n\t\t\t\temptytext: emptyText,\n\t\t\t\tnewtext: newText,\n\t\t\t\tnameCol: t('core', 'Name'),\n\t\t\t\tsizeCol: t('core', 'Size'),\n\t\t\t\tmodifiedCol: t('core', 'Modified')\n\t\t\t}).data('path', path).data('multiselect', multiselect).data('mimetype', mimetypeFilter).data('allowDirectoryChooser', options.allowDirectoryChooser)\n\n\t\t\tif (modal === undefined) {\n\t\t\t\tmodal = false\n\t\t\t}\n\t\t\tif (multiselect === undefined) {\n\t\t\t\tmultiselect = false\n\t\t\t}\n\n\t\t\t// No grid for IE!\n\t\t\tif (OC.Util.isIE()) {\n\t\t\t\tself.$filePicker.find('#picker-view-toggle').remove()\n\t\t\t\tself.$filePicker.find('#picker-filestable').removeClass('view-grid')\n\t\t\t}\n\n\t\t\t$('body').append(self.$filePicker)\n\n\t\t\tself.$showGridView = $('input#picker-showgridview')\n\t\t\tself.$showGridView.on('change', _.bind(self._onGridviewChange, self))\n\n\t\t\tif (!OC.Util.isIE()) {\n\t\t\t\tself._getGridSettings()\n\t\t\t}\n\n\t\t\tvar newButton = self.$filePicker.find('.actions.creatable .button-add')\n\t\t\tif (type === self.FILEPICKER_TYPE_CHOOSE && !options.allowDirectoryChooser) {\n\t\t\t\tnewButton.hide()\n\t\t\t}\n\t\t\tnewButton.on('focus', function() {\n\t\t\t\tself.$filePicker.ocdialog('setEnterCallback', function() {\n\t\t\t\t\tevent.stopImmediatePropagation()\n\t\t\t\t\tevent.preventDefault()\n\t\t\t\t\tnewButton.click()\n\t\t\t\t})\n\t\t\t})\n\t\t\tnewButton.on('blur', function() {\n\t\t\t\tself.$filePicker.ocdialog('unsetEnterCallback')\n\t\t\t})\n\n\t\t\tOC.registerMenu(newButton, self.$filePicker.find('.menu'), function() {\n\t\t\t\t$input.focus()\n\t\t\t\tself.$filePicker.ocdialog('setEnterCallback', function() {\n\t\t\t\t\tevent.stopImmediatePropagation()\n\t\t\t\t\tevent.preventDefault()\n\t\t\t\t\tself.$filePicker.submit()\n\t\t\t\t})\n\t\t\t\tvar newName = $input.val()\n\t\t\t\tvar lastPos = newName.lastIndexOf('.')\n\t\t\t\tif (lastPos === -1) {\n\t\t\t\t\tlastPos = newName.length\n\t\t\t\t}\n\t\t\t\t$input.selectRange(0, lastPos)\n\t\t\t})\n\t\t\tvar $form = self.$filePicker.find('.filenameform')\n\t\t\tvar $input = $form.find('input[type=\\'text\\']')\n\t\t\tvar $submit = $form.find('input[type=\\'submit\\']')\n\t\t\t$submit.on('click', function(event) {\n\t\t\t\tevent.stopImmediatePropagation()\n\t\t\t\tevent.preventDefault()\n\t\t\t\t$form.submit()\n\t\t\t})\n\n\n\t\t\t/**\n\t\t\t * Checks whether the given file name is valid.\n\t\t\t *\n\t\t\t * @param name file name to check\n\t\t\t * @return true if the file name is valid.\n\t\t\t * @throws a string exception with an error message if\n\t\t\t * the file name is not valid\n\t\t\t *\n\t\t\t * NOTE: This function is duplicated in the files app:\n\t\t\t * https://github.com/nextcloud/server/blob/b9bc2417e7a8dc81feb0abe20359bedaf864f790/apps/files/js/files.js#L127-L148\n\t\t\t */\n\t\t\tvar isFileNameValid = function (name) {\n\t\t\t\tvar trimmedName = name.trim();\n\t\t\t\tif (trimmedName === '.' || trimmedName === '..')\n\t\t\t\t{\n\t\t\t\t\tthrow t('files', '\"{name}\" is an invalid file name.', {name: name})\n\t\t\t\t} else if (trimmedName.length === 0) {\n\t\t\t\t\tthrow t('files', 'File name cannot be empty.')\n\t\t\t\t} else if (trimmedName.indexOf('/') !== -1) {\n\t\t\t\t\tthrow t('files', '\"/\" is not allowed inside a file name.')\n\t\t\t\t} else if (!!(trimmedName.match(OC.config.blacklist_files_regex))) {\n\t\t\t\t\tthrow t('files', '\"{name}\" is not an allowed filetype', {name: name})\n\t\t\t\t}\n\n\t\t\t\treturn true\n\t\t\t}\n\n\t\t\tvar checkInput = function() {\n\t\t\t\tvar filename = $input.val()\n\t\t\t\ttry {\n\t\t\t\t\tif (!isFileNameValid(filename)) {\n\t\t\t\t\t\t// isFileNameValid(filename) throws an exception itself\n\t\t\t\t\t} else if (self.filelist.find(function(file) {\n\t\t\t\t\t\treturn file.name === this\n\t\t\t\t\t}, filename)) {\n\t\t\t\t\t\tthrow t('files', '{newName} already exists', { newName: filename }, undefined, {\n\t\t\t\t\t\t\tescape: false\n\t\t\t\t\t\t})\n\t\t\t\t\t} else {\n\t\t\t\t\t\treturn true\n\t\t\t\t\t}\n\t\t\t\t} catch (error) {\n\t\t\t\t\t$input.attr('title', error)\n\t\t\t\t\t$input.tooltip({\n\t\t\t\t\t\tplacement: 'right',\n\t\t\t\t\t\ttrigger: 'manual',\n\t\t\t\t\t\t'container': '.newFolderMenu'\n\t\t\t\t\t})\n\t\t\t\t\t$input.tooltip('fixTitle')\n\t\t\t\t\t$input.tooltip('show')\n\t\t\t\t\t$input.addClass('error')\n\t\t\t\t}\n\t\t\t\treturn false\n\t\t\t}\n\n\t\t\t$form.on('submit', function(event) {\n\t\t\t\tevent.stopPropagation()\n\t\t\t\tevent.preventDefault()\n\n\t\t\t\tif (checkInput()) {\n\t\t\t\t\tvar newname = $input.val()\n\t\t\t\t\tself.filepicker.filesClient.createDirectory(self.$filePicker.data('path') + \"/\" + newname).always(function (status) {\n\t\t\t\t\t\tself._fillFilePicker(self.$filePicker.data('path') + \"/\" + newname)\n\t\t\t\t\t})\n\t\t\t\t\tOC.hideMenus()\n\t\t\t\t\tself.$filePicker.ocdialog('unsetEnterCallback')\n\t\t\t\t\tself.$filePicker.click()\n\t\t\t\t\t$input.val(newText)\n\t\t\t\t}\n\t\t\t})\n\t\t\t$input.keypress(function(event) {\n\t\t\t\tif (event.keyCode === 13 || event.which === 13) {\n\t\t\t\t\tevent.stopImmediatePropagation()\n\t\t\t\t\tevent.preventDefault()\n\t\t\t\t\t$form.submit()\n\t\t\t\t}\n\t\t\t})\n\n\t\t\tself.$filePicker.ready(function() {\n\t\t\t\tself.$fileListHeader = self.$filePicker.find('.filelist thead tr')\n\t\t\t\tself.$filelist = self.$filePicker.find('.filelist tbody')\n\t\t\t\tself.$filelistContainer = self.$filePicker.find('.filelist-container')\n\t\t\t\tself.$dirTree = self.$filePicker.find('.dirtree')\n\t\t\t\tself.$dirTree.on('click', 'div:not(:last-child)', self, function(event) {\n\t\t\t\t\tself._handleTreeListSelect(event, type)\n\t\t\t\t})\n\t\t\t\tself.$filelist.on('click', 'tr', function(event) {\n\t\t\t\t\tself._handlePickerClick(event, $(this), type)\n\t\t\t\t})\n\t\t\t\tself.$fileListHeader.on('click', 'a', function(event) {\n\t\t\t\t\tvar dir = self.$filePicker.data('path')\n\t\t\t\t\tself.filepicker.sortField = $(event.currentTarget).data('sort')\n\t\t\t\t\tself.filepicker.sortOrder = self.filepicker.sortOrder === 'asc' ? 'desc' : 'asc'\n\t\t\t\t\tself._fillFilePicker(dir)\n\t\t\t\t})\n\t\t\t\tself._fillFilePicker(path)\n\t\t\t})\n\n\t\t\t// build buttons\n\t\t\tvar functionToCall = function(returnType) {\n\t\t\t\tif (callback !== undefined) {\n\t\t\t\t\tvar datapath\n\t\t\t\t\tif (multiselect === true) {\n\t\t\t\t\t\tdatapath = []\n\t\t\t\t\t\tself.$filelist.find('tr.filepicker_element_selected').each(function(index, element) {\n\t\t\t\t\t\t\tdatapath.push(self.$filePicker.data('path') + '/' + $(element).data('entryname'))\n\t\t\t\t\t\t})\n\t\t\t\t\t} else {\n\t\t\t\t\t\tdatapath = self.$filePicker.data('path')\n\t\t\t\t\t\tvar selectedName = self.$filelist.find('tr.filepicker_element_selected').data('entryname')\n\t\t\t\t\t\tif (selectedName) {\n\t\t\t\t\t\t\tdatapath += '/' + selectedName\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t\tcallback(datapath, returnType)\n\t\t\t\t\tself.$filePicker.ocdialog('close')\n\t\t\t\t}\n\t\t\t}\n\n\t\t\tvar chooseCallback = function() {\n\t\t\t\tfunctionToCall(Dialogs.FILEPICKER_TYPE_CHOOSE)\n\t\t\t}\n\n\t\t\tvar copyCallback = function() {\n\t\t\t\tfunctionToCall(Dialogs.FILEPICKER_TYPE_COPY)\n\t\t\t}\n\n\t\t\tvar moveCallback = function() {\n\t\t\t\tfunctionToCall(Dialogs.FILEPICKER_TYPE_MOVE)\n\t\t\t}\n\n\t\t\tvar buttonlist = []\n\t\t\tif (type === Dialogs.FILEPICKER_TYPE_CHOOSE) {\n\t\t\t\tbuttonlist.push({\n\t\t\t\t\ttext: t('core', 'Choose'),\n\t\t\t\t\tclick: chooseCallback,\n\t\t\t\t\tdefaultButton: true\n\t\t\t\t})\n\t\t\t} else if (type === Dialogs.FILEPICKER_TYPE_CUSTOM) {\n\t\t\t\toptions.buttons.forEach(function(button) {\n\t\t\t\t\tbuttonlist.push({\n\t\t\t\t\t\ttext: button.text,\n\t\t\t\t\t\tclick: function() {\n\t\t\t\t\t\t\tfunctionToCall(button.type)\n\t\t\t\t\t\t},\n\t\t\t\t\t\tdefaultButton: button.defaultButton\n\t\t\t\t\t})\n\t\t\t\t})\n\t\t\t} else {\n\t\t\t\tif (type === Dialogs.FILEPICKER_TYPE_COPY || type === Dialogs.FILEPICKER_TYPE_COPY_MOVE) {\n\t\t\t\t\tbuttonlist.push({\n\t\t\t\t\t\ttext: t('core', 'Copy'),\n\t\t\t\t\t\tclick: copyCallback,\n\t\t\t\t\t\tdefaultButton: false\n\t\t\t\t\t})\n\t\t\t\t}\n\t\t\t\tif (type === Dialogs.FILEPICKER_TYPE_MOVE || type === Dialogs.FILEPICKER_TYPE_COPY_MOVE) {\n\t\t\t\t\tbuttonlist.push({\n\t\t\t\t\t\ttext: t('core', 'Move'),\n\t\t\t\t\t\tclick: moveCallback,\n\t\t\t\t\t\tdefaultButton: true\n\t\t\t\t\t})\n\t\t\t\t}\n\t\t\t}\n\n\t\t\tself.$filePicker.ocdialog({\n\t\t\t\tcloseOnEscape: true,\n\t\t\t\t// max-width of 600\n\t\t\t\twidth: 600,\n\t\t\t\theight: 500,\n\t\t\t\tmodal: modal,\n\t\t\t\tbuttons: buttonlist,\n\t\t\t\tstyle: {\n\t\t\t\t\tbuttons: 'aside'\n\t\t\t\t},\n\t\t\t\tclose: function() {\n\t\t\t\t\ttry {\n\t\t\t\t\t\t$(this).ocdialog('destroy').remove()\n\t\t\t\t\t} catch (e) {\n\t\t\t\t\t}\n\t\t\t\t\tself.$filePicker = null\n\t\t\t\t}\n\t\t\t})\n\n\t\t\t// We can access primary class only from oc-dialog.\n\t\t\t// Hence this is one of the approach to get the choose button.\n\t\t\tvar getOcDialog = self.$filePicker.closest('.oc-dialog')\n\t\t\tvar buttonEnableDisable = getOcDialog.find('.primary')\n\t\t\tif (self.$filePicker.data('mimetype').indexOf('httpd/unix-directory') !== -1 || self.$filePicker.data('allowDirectoryChooser')) {\n\t\t\t\tbuttonEnableDisable.prop('disabled', false)\n\t\t\t} else {\n\t\t\t\tbuttonEnableDisable.prop('disabled', true)\n\t\t\t}\n\t\t})\n\t\t\t.fail(function(status, error) {\n\t\t\t\t// If the method is called while navigating away\n\t\t\t\t// from the page, it is probably not needed ;)\n\t\t\t\tself.filepicker.loading = false\n\t\t\t\tif (status !== 0) {\n\t\t\t\t\talert(t('core', 'Error loading file picker template: {error}', { error: error }))\n\t\t\t\t}\n\t\t\t})\n\t},\n\t/**\n\t * Displays raw dialog\n\t * You better use a wrapper instead ...\n\t */\n\tmessage: function(content, title, dialogType, buttons, callback, modal, allowHtml) {\n\t\treturn $.when(this._getMessageTemplate()).then(function($tmpl) {\n\t\t\tvar dialogName = 'oc-dialog-' + Dialogs.dialogsCounter + '-content'\n\t\t\tvar dialogId = '#' + dialogName\n\t\t\tvar $dlg = $tmpl.octemplate({\n\t\t\t\tdialog_name: dialogName,\n\t\t\t\ttitle: title,\n\t\t\t\tmessage: content,\n\t\t\t\ttype: dialogType\n\t\t\t}, allowHtml ? { escapeFunction: '' } : {})\n\t\t\tif (modal === undefined) {\n\t\t\t\tmodal = false\n\t\t\t}\n\t\t\t$('body').append($dlg)\n\t\t\tvar buttonlist = []\n\t\t\tswitch (buttons) {\n\t\t\tcase Dialogs.YES_NO_BUTTONS:\n\t\t\t\tbuttonlist = [{\n\t\t\t\t\ttext: t('core', 'No'),\n\t\t\t\t\tclick: function() {\n\t\t\t\t\t\tif (callback !== undefined) {\n\t\t\t\t\t\t\tcallback(false)\n\t\t\t\t\t\t}\n\t\t\t\t\t\t$(dialogId).ocdialog('close')\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\ttext: t('core', 'Yes'),\n\t\t\t\t\tclick: function() {\n\t\t\t\t\t\tif (callback !== undefined) {\n\t\t\t\t\t\t\tcallback(true)\n\t\t\t\t\t\t}\n\t\t\t\t\t\t$(dialogId).ocdialog('close')\n\t\t\t\t\t},\n\t\t\t\t\tdefaultButton: true\n\t\t\t\t}]\n\t\t\t\tbreak\n\t\t\tcase Dialogs.OK_BUTTON:\n\t\t\t\tvar functionToCall = function() {\n\t\t\t\t\t$(dialogId).ocdialog('close')\n\t\t\t\t\tif (callback !== undefined) {\n\t\t\t\t\t\tcallback()\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\tbuttonlist[0] = {\n\t\t\t\t\ttext: t('core', 'OK'),\n\t\t\t\t\tclick: functionToCall,\n\t\t\t\t\tdefaultButton: true\n\t\t\t\t}\n\t\t\t\tbreak\n\t\t\tdefault:\n\t\t\t\tif (typeof(buttons) === 'object') {\n\t\t\t\t\tswitch (buttons.type) {\n\t\t\t\t\t\tcase Dialogs.YES_NO_BUTTONS:\n\t\t\t\t\t\t\tbuttonlist = [{\n\t\t\t\t\t\t\t\ttext: buttons.cancel || t('core', 'No'),\n\t\t\t\t\t\t\t\tclick: function() {\n\t\t\t\t\t\t\t\t\tif (callback !== undefined) {\n\t\t\t\t\t\t\t\t\t\tcallback(false)\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t$(dialogId).ocdialog('close')\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\ttext: buttons.confirm || t('core', 'Yes'),\n\t\t\t\t\t\t\t\t\tclick: function() {\n\t\t\t\t\t\t\t\t\t\tif (callback !== undefined) {\n\t\t\t\t\t\t\t\t\t\t\tcallback(true)\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t$(dialogId).ocdialog('close')\n\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\tdefaultButton: true,\n\t\t\t\t\t\t\t\t\tclasses: buttons.confirmClasses\n\t\t\t\t\t\t\t\t}]\n\t\t\t\t\t\t\tbreak\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\tbreak\n\t\t\t}\n\n\t\t\t$(dialogId).ocdialog({\n\t\t\t\tcloseOnEscape: true,\n\t\t\t\tmodal: modal,\n\t\t\t\tbuttons: buttonlist\n\t\t\t})\n\t\t\tDialogs.dialogsCounter++\n\t\t})\n\t\t\t.fail(function(status, error) {\n\t\t\t\t// If the method is called while navigating away from\n\t\t\t\t// the page, we still want to deliver the message.\n\t\t\t\tif (status === 0) {\n\t\t\t\t\talert(title + ': ' + content)\n\t\t\t\t} else {\n\t\t\t\t\talert(t('core', 'Error loading message template: {error}', { error: error }))\n\t\t\t\t}\n\t\t\t})\n\t},\n\t_fileexistsshown: false,\n\t/**\n\t * Displays file exists dialog\n\t * @param {object} data upload object\n\t * @param {object} original file with name, size and mtime\n\t * @param {object} replacement file with name, size and mtime\n\t * @param {object} controller with onCancel, onSkip, onReplace and onRename methods\n\t * @returns {Promise} jquery promise that resolves after the dialog template was loaded\n\t */\n\tfileexists: function(data, original, replacement, controller) {\n\t\tvar self = this\n\t\tvar dialogDeferred = new $.Deferred()\n\n\t\tvar getCroppedPreview = function(file) {\n\t\t\tvar deferred = new $.Deferred()\n\t\t\t// Only process image files.\n\t\t\tvar type = file.type && file.type.split('/').shift()\n\t\t\tif (window.FileReader && type === 'image') {\n\t\t\t\tvar reader = new FileReader()\n\t\t\t\treader.onload = function(e) {\n\t\t\t\t\tvar blob = new Blob([e.target.result])\n\t\t\t\t\twindow.URL = window.URL || window.webkitURL\n\t\t\t\t\tvar originalUrl = window.URL.createObjectURL(blob)\n\t\t\t\t\tvar image = new Image()\n\t\t\t\t\timage.src = originalUrl\n\t\t\t\t\timage.onload = function() {\n\t\t\t\t\t\tvar url = crop(image)\n\t\t\t\t\t\tdeferred.resolve(url)\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\treader.readAsArrayBuffer(file)\n\t\t\t} else {\n\t\t\t\tdeferred.reject()\n\t\t\t}\n\t\t\treturn deferred\n\t\t}\n\n\t\tvar crop = function(img) {\n\t\t\tvar canvas = document.createElement('canvas')\n\t\t\tvar targetSize = 96\n\t\t\tvar width = img.width\n\t\t\tvar height = img.height\n\t\t\tvar x; var y; var size\n\n\t\t\t// Calculate the width and height, constraining the proportions\n\t\t\tif (width > height) {\n\t\t\t\ty = 0\n\t\t\t\tx = (width - height) / 2\n\t\t\t} else {\n\t\t\t\ty = (height - width) / 2\n\t\t\t\tx = 0\n\t\t\t}\n\t\t\tsize = Math.min(width, height)\n\n\t\t\t// Set canvas size to the cropped area\n\t\t\tcanvas.width = size\n\t\t\tcanvas.height = size\n\t\t\tvar ctx = canvas.getContext('2d')\n\t\t\tctx.drawImage(img, x, y, size, size, 0, 0, size, size)\n\n\t\t\t// Resize the canvas to match the destination (right size uses 96px)\n\t\t\tresampleHermite(canvas, size, size, targetSize, targetSize)\n\n\t\t\treturn canvas.toDataURL('image/png', 0.7)\n\t\t}\n\n\t\t/**\n\t\t * Fast image resize/resample using Hermite filter with JavaScript.\n\t\t *\n\t\t * @author: ViliusL\n\t\t *\n\t\t * @param {*} canvas\n\t\t * @param {number} W\n\t\t * @param {number} H\n\t\t * @param {number} W2\n\t\t * @param {number} H2\n\t\t */\n\t\tvar resampleHermite = function(canvas, W, H, W2, H2) {\n\t\t\tW2 = Math.round(W2)\n\t\t\tH2 = Math.round(H2)\n\t\t\tvar img = canvas.getContext('2d').getImageData(0, 0, W, H)\n\t\t\tvar img2 = canvas.getContext('2d').getImageData(0, 0, W2, H2)\n\t\t\tvar data = img.data\n\t\t\tvar data2 = img2.data\n\t\t\tvar ratio_w = W / W2\n\t\t\tvar ratio_h = H / H2\n\t\t\tvar ratio_w_half = Math.ceil(ratio_w / 2)\n\t\t\tvar ratio_h_half = Math.ceil(ratio_h / 2)\n\n\t\t\tfor (var j = 0; j < H2; j++) {\n\t\t\t\tfor (var i = 0; i < W2; i++) {\n\t\t\t\t\tvar x2 = (i + j * W2) * 4\n\t\t\t\t\tvar weight = 0\n\t\t\t\t\tvar weights = 0\n\t\t\t\t\tvar weights_alpha = 0\n\t\t\t\t\tvar gx_r = 0\n\t\t\t\t\tvar gx_g = 0\n\t\t\t\t\tvar gx_b = 0\n\t\t\t\t\tvar gx_a = 0\n\t\t\t\t\tvar center_y = (j + 0.5) * ratio_h\n\t\t\t\t\tfor (var yy = Math.floor(j * ratio_h); yy < (j + 1) * ratio_h; yy++) {\n\t\t\t\t\t\tvar dy = Math.abs(center_y - (yy + 0.5)) / ratio_h_half\n\t\t\t\t\t\tvar center_x = (i + 0.5) * ratio_w\n\t\t\t\t\t\tvar w0 = dy * dy // pre-calc part of w\n\t\t\t\t\t\tfor (var xx = Math.floor(i * ratio_w); xx < (i + 1) * ratio_w; xx++) {\n\t\t\t\t\t\t\tvar dx = Math.abs(center_x - (xx + 0.5)) / ratio_w_half\n\t\t\t\t\t\t\tvar w = Math.sqrt(w0 + dx * dx)\n\t\t\t\t\t\t\tif (w >= -1 && w <= 1) {\n\t\t\t\t\t\t\t\t// hermite filter\n\t\t\t\t\t\t\t\tweight = 2 * w * w * w - 3 * w * w + 1\n\t\t\t\t\t\t\t\tif (weight > 0) {\n\t\t\t\t\t\t\t\t\tdx = 4 * (xx + yy * W)\n\t\t\t\t\t\t\t\t\t// alpha\n\t\t\t\t\t\t\t\t\tgx_a += weight * data[dx + 3]\n\t\t\t\t\t\t\t\t\tweights_alpha += weight\n\t\t\t\t\t\t\t\t\t// colors\n\t\t\t\t\t\t\t\t\tif (data[dx + 3] < 255) { weight = weight * data[dx + 3] / 250 }\n\t\t\t\t\t\t\t\t\tgx_r += weight * data[dx]\n\t\t\t\t\t\t\t\t\tgx_g += weight * data[dx + 1]\n\t\t\t\t\t\t\t\t\tgx_b += weight * data[dx + 2]\n\t\t\t\t\t\t\t\t\tweights += weight\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t\tdata2[x2] = gx_r / weights\n\t\t\t\t\tdata2[x2 + 1] = gx_g / weights\n\t\t\t\t\tdata2[x2 + 2] = gx_b / weights\n\t\t\t\t\tdata2[x2 + 3] = gx_a / weights_alpha\n\t\t\t\t}\n\t\t\t}\n\t\t\tcanvas.getContext('2d').clearRect(0, 0, Math.max(W, W2), Math.max(H, H2))\n\t\t\tcanvas.width = W2\n\t\t\tcanvas.height = H2\n\t\t\tcanvas.getContext('2d').putImageData(img2, 0, 0)\n\t\t}\n\n\t\tvar addConflict = function($conflicts, original, replacement) {\n\n\t\t\tvar $conflict = $conflicts.find('.template').clone().removeClass('template').addClass('conflict')\n\t\t\tvar $originalDiv = $conflict.find('.original')\n\t\t\tvar $replacementDiv = $conflict.find('.replacement')\n\n\t\t\t$conflict.data('data', data)\n\n\t\t\t$conflict.find('.filename').text(original.name)\n\t\t\t$originalDiv.find('.size').text(OC.Util.humanFileSize(original.size))\n\t\t\t$originalDiv.find('.mtime').text(formatDate(original.mtime))\n\t\t\t// ie sucks\n\t\t\tif (replacement.size && replacement.lastModifiedDate) {\n\t\t\t\t$replacementDiv.find('.size').text(OC.Util.humanFileSize(replacement.size))\n\t\t\t\t$replacementDiv.find('.mtime').text(formatDate(replacement.lastModifiedDate))\n\t\t\t}\n\t\t\tvar path = original.directory + '/' + original.name\n\t\t\tvar urlSpec = {\n\t\t\t\tfile: path,\n\t\t\t\tx: 96,\n\t\t\t\ty: 96,\n\t\t\t\tc: original.etag,\n\t\t\t\tforceIcon: 0\n\t\t\t}\n\t\t\tvar previewpath = Files.generatePreviewUrl(urlSpec)\n\t\t\t// Escaping single quotes\n\t\t\tpreviewpath = previewpath.replace(/'/g, '%27')\n\t\t\t$originalDiv.find('.icon').css({ 'background-image': \"url('\" + previewpath + \"')\" })\n\t\t\tgetCroppedPreview(replacement).then(\n\t\t\t\tfunction(path) {\n\t\t\t\t\t$replacementDiv.find('.icon').css('background-image', 'url(' + path + ')')\n\t\t\t\t}, function() {\n\t\t\t\t\tpath = OC.MimeType.getIconUrl(replacement.type)\n\t\t\t\t\t$replacementDiv.find('.icon').css('background-image', 'url(' + path + ')')\n\t\t\t\t}\n\t\t\t)\n\t\t\t// connect checkboxes with labels\n\t\t\tvar checkboxId = $conflicts.find('.conflict').length\n\t\t\t$originalDiv.find('input:checkbox').attr('id', 'checkbox_original_' + checkboxId)\n\t\t\t$replacementDiv.find('input:checkbox').attr('id', 'checkbox_replacement_' + checkboxId)\n\n\t\t\t$conflicts.append($conflict)\n\n\t\t\t// set more recent mtime bold\n\t\t\t// ie sucks\n\t\t\tif (replacement.lastModifiedDate && replacement.lastModifiedDate.getTime() > original.mtime) {\n\t\t\t\t$replacementDiv.find('.mtime').css('font-weight', 'bold')\n\t\t\t} else if (replacement.lastModifiedDate && replacement.lastModifiedDate.getTime() < original.mtime) {\n\t\t\t\t$originalDiv.find('.mtime').css('font-weight', 'bold')\n\t\t\t} else {\n\t\t\t\t// TODO add to same mtime collection?\n\t\t\t}\n\n\t\t\t// set bigger size bold\n\t\t\tif (replacement.size && replacement.size > original.size) {\n\t\t\t\t$replacementDiv.find('.size').css('font-weight', 'bold')\n\t\t\t} else if (replacement.size && replacement.size < original.size) {\n\t\t\t\t$originalDiv.find('.size').css('font-weight', 'bold')\n\t\t\t} else {\n\t\t\t\t// TODO add to same size collection?\n\t\t\t}\n\n\t\t\t// TODO show skip action for files with same size and mtime in bottom row\n\n\t\t\t// always keep readonly files\n\n\t\t\tif (original.status === 'readonly') {\n\t\t\t\t$originalDiv\n\t\t\t\t\t.addClass('readonly')\n\t\t\t\t\t.find('input[type=\"checkbox\"]')\n\t\t\t\t\t.prop('checked', true)\n\t\t\t\t\t.prop('disabled', true)\n\t\t\t\t$originalDiv.find('.message')\n\t\t\t\t\t.text(t('core', 'read-only'))\n\t\t\t}\n\t\t}\n\t\t// var selection = controller.getSelection(data.originalFiles);\n\t\t// if (selection.defaultAction) {\n\t\t//\tcontroller[selection.defaultAction](data);\n\t\t// } else {\n\t\tvar dialogName = 'oc-dialog-fileexists-content'\n\t\tvar dialogId = '#' + dialogName\n\t\tif (this._fileexistsshown) {\n\t\t\t// add conflict\n\n\t\t\tvar $conflicts = $(dialogId + ' .conflicts')\n\t\t\taddConflict($conflicts, original, replacement)\n\n\t\t\tvar count = $(dialogId + ' .conflict').length\n\t\t\tvar title = n('core',\n\t\t\t\t'{count} file conflict',\n\t\t\t\t'{count} file conflicts',\n\t\t\t\tcount,\n\t\t\t\t{ count: count }\n\t\t\t)\n\t\t\t$(dialogId).parent().children('.oc-dialog-title').text(title)\n\n\t\t\t// recalculate dimensions\n\t\t\t$(window).trigger('resize')\n\t\t\tdialogDeferred.resolve()\n\t\t} else {\n\t\t\t// create dialog\n\t\t\tthis._fileexistsshown = true\n\t\t\t$.when(this._getFileExistsTemplate()).then(function($tmpl) {\n\t\t\t\tvar title = t('core', 'One file conflict')\n\t\t\t\tvar $dlg = $tmpl.octemplate({\n\t\t\t\t\tdialog_name: dialogName,\n\t\t\t\t\ttitle: title,\n\t\t\t\t\ttype: 'fileexists',\n\n\t\t\t\t\tallnewfiles: t('core', 'New Files'),\n\t\t\t\t\tallexistingfiles: t('core', 'Already existing files'),\n\n\t\t\t\t\twhy: t('core', 'Which files do you want to keep?'),\n\t\t\t\t\twhat: t('core', 'If you select both versions, the copied file will have a number added to its name.')\n\t\t\t\t})\n\t\t\t\t$('body').append($dlg)\n\n\t\t\t\tif (original && replacement) {\n\t\t\t\t\tvar $conflicts = $dlg.find('.conflicts')\n\t\t\t\t\taddConflict($conflicts, original, replacement)\n\t\t\t\t}\n\n\t\t\t\tvar buttonlist = [{\n\t\t\t\t\ttext: t('core', 'Cancel'),\n\t\t\t\t\tclasses: 'cancel',\n\t\t\t\t\tclick: function() {\n\t\t\t\t\t\tif (typeof controller.onCancel !== 'undefined') {\n\t\t\t\t\t\t\tcontroller.onCancel(data)\n\t\t\t\t\t\t}\n\t\t\t\t\t\t$(dialogId).ocdialog('close')\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\ttext: t('core', 'Continue'),\n\t\t\t\t\tclasses: 'continue',\n\t\t\t\t\tclick: function() {\n\t\t\t\t\t\tif (typeof controller.onContinue !== 'undefined') {\n\t\t\t\t\t\t\tcontroller.onContinue($(dialogId + ' .conflict'))\n\t\t\t\t\t\t}\n\t\t\t\t\t\t$(dialogId).ocdialog('close')\n\t\t\t\t\t}\n\t\t\t\t}]\n\n\t\t\t\t$(dialogId).ocdialog({\n\t\t\t\t\twidth: 500,\n\t\t\t\t\tcloseOnEscape: true,\n\t\t\t\t\tmodal: true,\n\t\t\t\t\tbuttons: buttonlist,\n\t\t\t\t\tcloseButton: null,\n\t\t\t\t\tclose: function() {\n\t\t\t\t\t\tself._fileexistsshown = false\n\t\t\t\t\t\t$(this).ocdialog('destroy').remove()\n\t\t\t\t\t}\n\t\t\t\t})\n\n\t\t\t\t$(dialogId).css('height', 'auto')\n\n\t\t\t\tvar $primaryButton = $dlg.closest('.oc-dialog').find('button.continue')\n\t\t\t\t$primaryButton.prop('disabled', true)\n\n\t\t\t\tfunction updatePrimaryButton() {\n\t\t\t\t\tvar checkedCount = $dlg.find('.conflicts .checkbox:checked').length\n\t\t\t\t\t$primaryButton.prop('disabled', checkedCount === 0)\n\t\t\t\t}\n\n\t\t\t\t// add checkbox toggling actions\n\t\t\t\t$(dialogId).find('.allnewfiles').on('click', function() {\n\t\t\t\t\tvar $checkboxes = $(dialogId).find('.conflict .replacement input[type=\"checkbox\"]')\n\t\t\t\t\t$checkboxes.prop('checked', $(this).prop('checked'))\n\t\t\t\t})\n\t\t\t\t$(dialogId).find('.allexistingfiles').on('click', function() {\n\t\t\t\t\tvar $checkboxes = $(dialogId).find('.conflict .original:not(.readonly) input[type=\"checkbox\"]')\n\t\t\t\t\t$checkboxes.prop('checked', $(this).prop('checked'))\n\t\t\t\t})\n\t\t\t\t$(dialogId).find('.conflicts').on('click', '.replacement,.original:not(.readonly)', function() {\n\t\t\t\t\tvar $checkbox = $(this).find('input[type=\"checkbox\"]')\n\t\t\t\t\t$checkbox.prop('checked', !$checkbox.prop('checked'))\n\t\t\t\t})\n\t\t\t\t$(dialogId).find('.conflicts').on('click', '.replacement input[type=\"checkbox\"],.original:not(.readonly) input[type=\"checkbox\"]', function() {\n\t\t\t\t\tvar $checkbox = $(this)\n\t\t\t\t\t$checkbox.prop('checked', !$checkbox.prop('checked'))\n\t\t\t\t})\n\n\t\t\t\t// update counters\n\t\t\t\t$(dialogId).on('click', '.replacement,.allnewfiles', function() {\n\t\t\t\t\tvar count = $(dialogId).find('.conflict .replacement input[type=\"checkbox\"]:checked').length\n\t\t\t\t\tif (count === $(dialogId + ' .conflict').length) {\n\t\t\t\t\t\t$(dialogId).find('.allnewfiles').prop('checked', true)\n\t\t\t\t\t\t$(dialogId).find('.allnewfiles + .count').text(t('core', '(all selected)'))\n\t\t\t\t\t} else if (count > 0) {\n\t\t\t\t\t\t$(dialogId).find('.allnewfiles').prop('checked', false)\n\t\t\t\t\t\t$(dialogId).find('.allnewfiles + .count').text(t('core', '({count} selected)', { count: count }))\n\t\t\t\t\t} else {\n\t\t\t\t\t\t$(dialogId).find('.allnewfiles').prop('checked', false)\n\t\t\t\t\t\t$(dialogId).find('.allnewfiles + .count').text('')\n\t\t\t\t\t}\n\t\t\t\t\tupdatePrimaryButton()\n\t\t\t\t})\n\t\t\t\t$(dialogId).on('click', '.original,.allexistingfiles', function() {\n\t\t\t\t\tvar count = $(dialogId).find('.conflict .original input[type=\"checkbox\"]:checked').length\n\t\t\t\t\tif (count === $(dialogId + ' .conflict').length) {\n\t\t\t\t\t\t$(dialogId).find('.allexistingfiles').prop('checked', true)\n\t\t\t\t\t\t$(dialogId).find('.allexistingfiles + .count').text(t('core', '(all selected)'))\n\t\t\t\t\t} else if (count > 0) {\n\t\t\t\t\t\t$(dialogId).find('.allexistingfiles').prop('checked', false)\n\t\t\t\t\t\t$(dialogId).find('.allexistingfiles + .count')\n\t\t\t\t\t\t\t.text(t('core', '({count} selected)', { count: count }))\n\t\t\t\t\t} else {\n\t\t\t\t\t\t$(dialogId).find('.allexistingfiles').prop('checked', false)\n\t\t\t\t\t\t$(dialogId).find('.allexistingfiles + .count').text('')\n\t\t\t\t\t}\n\t\t\t\t\tupdatePrimaryButton()\n\t\t\t\t})\n\n\t\t\t\tdialogDeferred.resolve()\n\t\t\t})\n\t\t\t\t.fail(function() {\n\t\t\t\t\tdialogDeferred.reject()\n\t\t\t\t\talert(t('core', 'Error loading file exists template'))\n\t\t\t\t})\n\t\t}\n\t\t// }\n\t\treturn dialogDeferred.promise()\n\t},\n\t// get the gridview setting and set the input accordingly\n\t_getGridSettings: function() {\n\t\tvar self = this\n\t\t$.get(OC.generateUrl('/apps/files/api/v1/showgridview'), function(response) {\n\t\t\tself.$showGridView.get(0).checked = response.gridview\n\t\t\tself.$showGridView.next('#picker-view-toggle')\n\t\t\t\t.removeClass('icon-toggle-filelist icon-toggle-pictures')\n\t\t\t\t.addClass(response.gridview ? 'icon-toggle-filelist' : 'icon-toggle-pictures')\n\t\t\t$('.list-container').toggleClass('view-grid', response.gridview)\n\t\t})\n\t},\n\t_onGridviewChange: function() {\n\t\tvar show = this.$showGridView.is(':checked')\n\t\t// only save state if user is logged in\n\t\tif (OC.currentUser) {\n\t\t\t$.post(OC.generateUrl('/apps/files/api/v1/showgridview'), {\n\t\t\t\tshow: show\n\t\t\t})\n\t\t}\n\t\tthis.$showGridView.next('#picker-view-toggle')\n\t\t\t.removeClass('icon-toggle-filelist icon-toggle-pictures')\n\t\t\t.addClass(show ? 'icon-toggle-filelist' : 'icon-toggle-pictures')\n\t\t$('.list-container').toggleClass('view-grid', show)\n\t},\n\t_getFilePickerTemplate: function() {\n\t\tvar defer = $.Deferred()\n\t\tif (!this.$filePickerTemplate) {\n\t\t\tvar self = this\n\t\t\t$.get(OC.filePath('core', 'templates', 'filepicker.html'), function(tmpl) {\n\t\t\t\tself.$filePickerTemplate = $(tmpl)\n\t\t\t\tself.$listTmpl = self.$filePickerTemplate.find('.filelist tbody tr:first-child').detach()\n\t\t\t\tdefer.resolve(self.$filePickerTemplate)\n\t\t\t})\n\t\t\t\t.fail(function(jqXHR, textStatus, errorThrown) {\n\t\t\t\t\tdefer.reject(jqXHR.status, errorThrown)\n\t\t\t\t})\n\t\t} else {\n\t\t\tdefer.resolve(this.$filePickerTemplate)\n\t\t}\n\t\treturn defer.promise()\n\t},\n\t_getMessageTemplate: function() {\n\t\tvar defer = $.Deferred()\n\t\tif (!this.$messageTemplate) {\n\t\t\tvar self = this\n\t\t\t$.get(OC.filePath('core', 'templates', 'message.html'), function(tmpl) {\n\t\t\t\tself.$messageTemplate = $(tmpl)\n\t\t\t\tdefer.resolve(self.$messageTemplate)\n\t\t\t})\n\t\t\t\t.fail(function(jqXHR, textStatus, errorThrown) {\n\t\t\t\t\tdefer.reject(jqXHR.status, errorThrown)\n\t\t\t\t})\n\t\t} else {\n\t\t\tdefer.resolve(this.$messageTemplate)\n\t\t}\n\t\treturn defer.promise()\n\t},\n\t_getFileExistsTemplate: function() {\n\t\tvar defer = $.Deferred()\n\t\tif (!this.$fileexistsTemplate) {\n\t\t\tvar self = this\n\t\t\t$.get(OC.filePath('files', 'templates', 'fileexists.html'), function(tmpl) {\n\t\t\t\tself.$fileexistsTemplate = $(tmpl)\n\t\t\t\tdefer.resolve(self.$fileexistsTemplate)\n\t\t\t})\n\t\t\t\t.fail(function() {\n\t\t\t\t\tdefer.reject()\n\t\t\t\t})\n\t\t} else {\n\t\t\tdefer.resolve(this.$fileexistsTemplate)\n\t\t}\n\t\treturn defer.promise()\n\t},\n\t_getFileList: function(dir, mimeType) { // this is only used by the spreedme app atm\n\t\tif (typeof (mimeType) === 'string') {\n\t\t\tmimeType = [mimeType]\n\t\t}\n\n\t\treturn $.getJSON(\n\t\t\tOC.filePath('files', 'ajax', 'list.php'),\n\t\t\t{\n\t\t\t\tdir: dir,\n\t\t\t\tmimetypes: JSON.stringify(mimeType)\n\t\t\t}\n\t\t)\n\t},\n\n\t/**\n\t * fills the filepicker with files\n\t */\n\t_fillFilePicker: function(dir) {\n\t\tvar self = this\n\t\tthis.$filelist.empty()\n\t\tthis.$filePicker.find('.emptycontent').hide()\n\t\tthis.$filelistContainer.addClass('icon-loading')\n\t\tthis.$filePicker.data('path', dir)\n\t\tvar filter = this.$filePicker.data('mimetype')\n\t\tif (typeof (filter) === 'string') {\n\t\t\tfilter = [filter]\n\t\t}\n\t\tself.$fileListHeader.find('.sort-indicator').addClass('hidden').removeClass('icon-triangle-n').removeClass('icon-triangle-s')\n\t\tself.$fileListHeader.find('[data-sort=' + self.filepicker.sortField + '] .sort-indicator').removeClass('hidden')\n\t\tif (self.filepicker.sortOrder === 'asc') {\n\t\t\tself.$fileListHeader.find('[data-sort=' + self.filepicker.sortField + '] .sort-indicator').addClass('icon-triangle-n')\n\t\t} else {\n\t\t\tself.$fileListHeader.find('[data-sort=' + self.filepicker.sortField + '] .sort-indicator').addClass('icon-triangle-s')\n\t\t}\n\t\tself.filepicker.filesClient.getFolderContents(dir).then(function(status, files) {\n\t\t\tself.filelist = files\n\t\t\tif (filter && filter.length > 0 && filter.indexOf('*') === -1) {\n\t\t\t\tfiles = files.filter(function(file) {\n\t\t\t\t\treturn file.type === 'dir' || filter.indexOf(file.mimetype) !== -1\n\t\t\t\t})\n\t\t\t}\n\n\t\t\tvar Comparators = {\n\t\t\t\tname: function(fileInfo1, fileInfo2) {\n\t\t\t\t\tif (fileInfo1.type === 'dir' && fileInfo2.type !== 'dir') {\n\t\t\t\t\t\treturn -1\n\t\t\t\t\t}\n\t\t\t\t\tif (fileInfo1.type !== 'dir' && fileInfo2.type === 'dir') {\n\t\t\t\t\t\treturn 1\n\t\t\t\t\t}\n\t\t\t\t\treturn OC.Util.naturalSortCompare(fileInfo1.name, fileInfo2.name)\n\t\t\t\t},\n\t\t\t\tsize: function(fileInfo1, fileInfo2) {\n\t\t\t\t\treturn fileInfo1.size - fileInfo2.size\n\t\t\t\t},\n\t\t\t\tmtime: function(fileInfo1, fileInfo2) {\n\t\t\t\t\treturn fileInfo1.mtime - fileInfo2.mtime\n\t\t\t\t}\n\t\t\t}\n\t\t\tvar comparator = Comparators[self.filepicker.sortField] || Comparators.name\n\t\t\tfiles = files.sort(function(file1, file2) {\n\t\t\t\tvar isFavorite = function(fileInfo) {\n\t\t\t\t\treturn fileInfo.tags && fileInfo.tags.indexOf(OC.TAG_FAVORITE) >= 0\n\t\t\t\t}\n\n\t\t\t\tif (isFavorite(file1) && !isFavorite(file2)) {\n\t\t\t\t\treturn -1\n\t\t\t\t} else if (!isFavorite(file1) && isFavorite(file2)) {\n\t\t\t\t\treturn 1\n\t\t\t\t}\n\n\t\t\t\treturn self.filepicker.sortOrder === 'asc' ? comparator(file1, file2) : -comparator(file1, file2)\n\t\t\t})\n\n\t\t\tself._fillSlug()\n\n\t\t\tif (files.length === 0) {\n\t\t\t\tself.$filePicker.find('.emptycontent').show()\n\t\t\t\tself.$fileListHeader.hide()\n\t\t\t} else {\n\t\t\t\tself.$filePicker.find('.emptycontent').hide()\n\t\t\t\tself.$fileListHeader.show()\n\t\t\t}\n\n\t\t\t$.each(files, function(idx, entry) {\n\t\t\t\tentry.icon = OC.MimeType.getIconUrl(entry.mimetype)\n\t\t\t\tvar simpleSize, sizeColor\n\t\t\t\tif (typeof (entry.size) !== 'undefined' && entry.size >= 0) {\n\t\t\t\t\tsimpleSize = OC.Util.humanFileSize(parseInt(entry.size, 10), true)\n\t\t\t\t\tsizeColor = Math.round(160 - Math.pow((entry.size / (1024 * 1024)), 2))\n\t\t\t\t} else {\n\t\t\t\t\tsimpleSize = t('files', 'Pending')\n\t\t\t\t\tsizeColor = 80\n\t\t\t\t}\n\n\t\t\t\t// split the filename in half if the size is bigger than 20 char\n\t\t\t\t// for ellipsis\n\t\t\t\tif (entry.name.length >= 10) {\n\t\t\t\t\t// leave maximum 10 letters\n\t\t\t\t\tvar split = Math.min(Math.floor(entry.name.length / 2), 10)\n\t\t\t\t\tvar filename1 = entry.name.substr(0, entry.name.length - split)\n\t\t\t\t\tvar filename2 = entry.name.substr(entry.name.length - split)\n\t\t\t\t} else {\n\t\t\t\t\tvar filename1 = entry.name\n\t\t\t\t\tvar filename2 = ''\n\t\t\t\t}\n\n\t\t\t\tvar $row = self.$listTmpl.octemplate({\n\t\t\t\t\ttype: entry.type,\n\t\t\t\t\tdir: dir,\n\t\t\t\t\tfilename: entry.name,\n\t\t\t\t\tfilename1: filename1,\n\t\t\t\t\tfilename2: filename2,\n\t\t\t\t\tdate: OC.Util.relativeModifiedDate(entry.mtime),\n\t\t\t\t\tsize: simpleSize,\n\t\t\t\t\tsizeColor: sizeColor,\n\t\t\t\t\ticon: entry.icon\n\t\t\t\t})\n\t\t\t\tif (entry.type === 'file') {\n\t\t\t\t\tvar urlSpec = {\n\t\t\t\t\t\tfile: dir + '/' + entry.name,\n\t\t\t\t\t\tx: 100,\n\t\t\t\t\t\ty: 100\n\t\t\t\t\t}\n\t\t\t\t\tvar img = new Image()\n\t\t\t\t\tvar previewUrl = OC.generateUrl('/core/preview.png?') + $.param(urlSpec)\n\t\t\t\t\timg.onload = function() {\n\t\t\t\t\t\tif (img.width > 5) {\n\t\t\t\t\t\t\t$row.find('td.filename').attr('style', 'background-image:url(' + previewUrl + ')')\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t\timg.src = previewUrl\n\t\t\t\t}\n\t\t\t\tself.$filelist.append($row)\n\t\t\t})\n\n\t\t\tself.$filelistContainer.removeClass('icon-loading')\n\t\t})\n\t},\n\t/**\n\t * fills the tree list with directories\n\t */\n\t_fillSlug: function() {\n\t\tthis.$dirTree.empty()\n\t\tvar self = this\n\t\tvar dir\n\t\tvar path = this.$filePicker.data('path')\n\t\tvar $template = $('<div data-dir=\"{dir}\"><a>{name}</a></div>').addClass('crumb')\n\t\tif (path) {\n\t\t\tvar paths = path.split('/')\n\t\t\t$.each(paths, function(index, dir) {\n\t\t\t\tdir = paths.pop()\n\t\t\t\tif (dir === '') {\n\t\t\t\t\treturn false\n\t\t\t\t}\n\t\t\t\tself.$dirTree.prepend($template.octemplate({\n\t\t\t\t\tdir: paths.join('/') + '/' + dir,\n\t\t\t\t\tname: dir\n\t\t\t\t}))\n\t\t\t})\n\t\t}\n\t\t$template.octemplate({\n\t\t\tdir: '',\n\t\t\tname: '' // Ugly but works ;)\n\t\t}, { escapeFunction: null }).prependTo(this.$dirTree)\n\t},\n\t/**\n\t * handle selection made in the tree list\n\t */\n\t_handleTreeListSelect: function(event, type) {\n\t\tvar self = event.data\n\t\tvar dir = $(event.target).closest('.crumb').data('dir')\n\t\tself._fillFilePicker(dir)\n\t\tvar getOcDialog = (event.target).closest('.oc-dialog')\n\t\tvar buttonEnableDisable = $('.primary', getOcDialog)\n\t\tthis._changeButtonsText(type, dir.split(/[/]+/).pop())\n\t\tif (this.$filePicker.data('mimetype').indexOf('httpd/unix-directory') !== -1 || this.$filePicker.data('allowDirectoryChooser')) {\n\t\t\tbuttonEnableDisable.prop('disabled', false)\n\t\t} else {\n\t\t\tbuttonEnableDisable.prop('disabled', true)\n\t\t}\n\t},\n\t/**\n\t * handle clicks made in the filepicker\n\t */\n\t_handlePickerClick: function(event, $element, type) {\n\t\tvar getOcDialog = this.$filePicker.closest('.oc-dialog')\n\t\tvar buttonEnableDisable = getOcDialog.find('.primary')\n\t\tif ($element.data('type') === 'file') {\n\t\t\tif (this.$filePicker.data('multiselect') !== true || !event.ctrlKey) {\n\t\t\t\tthis.$filelist.find('.filepicker_element_selected').removeClass('filepicker_element_selected')\n\t\t\t}\n\t\t\t$element.toggleClass('filepicker_element_selected')\n\t\t\tbuttonEnableDisable.prop('disabled', false)\n\t\t} else if ($element.data('type') === 'dir') {\n\t\t\tthis._fillFilePicker(this.$filePicker.data('path') + '/' + $element.data('entryname'))\n\t\t\tthis._changeButtonsText(type, $element.data('entryname'))\n\t\t\tif (this.$filePicker.data('mimetype').indexOf('httpd/unix-directory') !== -1 || this.$filePicker.data('allowDirectoryChooser')) {\n\t\t\t\tbuttonEnableDisable.prop('disabled', false)\n\t\t\t} else {\n\t\t\t\tbuttonEnableDisable.prop('disabled', true)\n\t\t\t}\n\t\t}\n\t},\n\n\t/**\n\t * Handle\n\t * @param type of action\n\t * @param dir on which to change buttons text\n\t * @private\n\t */\n\t_changeButtonsText: function(type, dir) {\n\t\tvar copyText = dir === '' ? t('core', 'Copy') : t('core', 'Copy to {folder}', { folder: dir })\n\t\tvar moveText = dir === '' ? t('core', 'Move') : t('core', 'Move to {folder}', { folder: dir })\n\t\tvar buttons = $('.oc-dialog-buttonrow button')\n\t\tswitch (type) {\n\t\t\tcase this.FILEPICKER_TYPE_CHOOSE:\n\t\t\t\tbreak\n\t\t\tcase this.FILEPICKER_TYPE_CUSTOM:\n\t\t\t\tbreak\n\t\t\tcase this.FILEPICKER_TYPE_COPY:\n\t\t\t\tbuttons.text(copyText)\n\t\t\t\tbreak\n\t\t\tcase this.FILEPICKER_TYPE_MOVE:\n\t\t\t\tbuttons.text(moveText)\n\t\t\t\tbreak\n\t\t\tcase this.FILEPICKER_TYPE_COPY_MOVE:\n\t\t\t\tbuttons.eq(0).text(copyText)\n\t\t\t\tbuttons.eq(1).text(moveText)\n\t\t\t\tbreak\n\t\t}\n\t}\n}\n\nexport default Dialogs\n","/* eslint-disable */\n/**\n * ownCloud\n *\n * @author Robin Appelman\n * @copyright 2012 Robin Appelman icewind1991@gmail.com\n *\n * This library is free software; you can redistribute it and/or\n * modify it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE\n * License as published by the Free Software Foundation; either\n * version 3 of the License, or any later version.\n *\n * This library is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU AFFERO GENERAL PUBLIC LICENSE for more details.\n *\n * You should have received a copy of the GNU Affero General Public\n * License along with this library. If not, see <http://www.gnu.org/licenses/>.\n *\n */\n\n/**\n * Wrapper for server side events\n * (http://en.wikipedia.org/wiki/Server-sent_events)\n * includes a fallback for older browsers and IE\n *\n * use server side events with caution, too many open requests can hang the\n * server\n */\n\n/* global EventSource */\n\nimport $ from 'jquery'\n\nimport { getToken } from './requesttoken'\n\n/**\n * Create a new event source\n * @param {string} src\n * @param {object} [data] to be send as GET\n *\n * @constructs OCEventSource\n */\nconst OCEventSource = function(src, data) {\n\tvar dataStr = ''\n\tvar name\n\tvar joinChar\n\tthis.typelessListeners = []\n\tthis.closed = false\n\tthis.listeners = {}\n\tif (data) {\n\t\tfor (name in data) {\n\t\t\tdataStr += name + '=' + encodeURIComponent(data[name]) + '&'\n\t\t}\n\t}\n\tdataStr += 'requesttoken=' + encodeURIComponent(getToken())\n\tif (!this.useFallBack && typeof EventSource !== 'undefined') {\n\t\tjoinChar = '&'\n\t\tif (src.indexOf('?') === -1) {\n\t\t\tjoinChar = '?'\n\t\t}\n\t\tthis.source = new EventSource(src + joinChar + dataStr)\n\t\tthis.source.onmessage = function(e) {\n\t\t\tfor (var i = 0; i < this.typelessListeners.length; i++) {\n\t\t\t\tthis.typelessListeners[i](JSON.parse(e.data))\n\t\t\t}\n\t\t}.bind(this)\n\t} else {\n\t\tvar iframeId = 'oc_eventsource_iframe_' + OCEventSource.iframeCount\n\t\tOCEventSource.fallBackSources[OCEventSource.iframeCount] = this\n\t\tthis.iframe = $('<iframe/>')\n\t\tthis.iframe.attr('id', iframeId)\n\t\tthis.iframe.hide()\n\n\t\tjoinChar = '&'\n\t\tif (src.indexOf('?') === -1) {\n\t\t\tjoinChar = '?'\n\t\t}\n\t\tthis.iframe.attr('src', src + joinChar + 'fallback=true&fallback_id=' + OCEventSource.iframeCount + '&' + dataStr)\n\t\t$('body').append(this.iframe)\n\t\tthis.useFallBack = true\n\t\tOCEventSource.iframeCount++\n\t}\n\t// add close listener\n\tthis.listen('__internal__', function(data) {\n\t\tif (data === 'close') {\n\t\t\tthis.close()\n\t\t}\n\t}.bind(this))\n}\nOCEventSource.fallBackSources = []\nOCEventSource.iframeCount = 0// number of fallback iframes\nOCEventSource.fallBackCallBack = function(id, type, data) {\n\tOCEventSource.fallBackSources[id].fallBackCallBack(type, data)\n}\nOCEventSource.prototype = {\n\ttypelessListeners: [],\n\tiframe: null,\n\tlisteners: {}, // only for fallback\n\tuseFallBack: false,\n\t/**\n\t * Fallback callback for browsers that don't have the\n\t * native EventSource object.\n\t *\n\t * Calls the registered listeners.\n\t *\n\t * @private\n\t * @param {String} type event type\n\t * @param {Object} data received data\n\t */\n\tfallBackCallBack: function(type, data) {\n\t\tvar i\n\t\t// ignore messages that might appear after closing\n\t\tif (this.closed) {\n\t\t\treturn\n\t\t}\n\t\tif (type) {\n\t\t\tif (typeof this.listeners.done !== 'undefined') {\n\t\t\t\tfor (i = 0; i < this.listeners[type].length; i++) {\n\t\t\t\t\tthis.listeners[type][i](data)\n\t\t\t\t}\n\t\t\t}\n\t\t} else {\n\t\t\tfor (i = 0; i < this.typelessListeners.length; i++) {\n\t\t\t\tthis.typelessListeners[i](data)\n\t\t\t}\n\t\t}\n\t},\n\tlastLength: 0, // for fallback\n\t/**\n\t * Listen to a given type of events.\n\t *\n\t * @param {String} type event type\n\t * @param {Function} callback event callback\n\t */\n\tlisten: function(type, callback) {\n\t\tif (callback && callback.call) {\n\n\t\t\tif (type) {\n\t\t\t\tif (this.useFallBack) {\n\t\t\t\t\tif (!this.listeners[type]) {\n\t\t\t\t\t\tthis.listeners[type] = []\n\t\t\t\t\t}\n\t\t\t\t\tthis.listeners[type].push(callback)\n\t\t\t\t} else {\n\t\t\t\t\tthis.source.addEventListener(type, function(e) {\n\t\t\t\t\t\tif (typeof e.data !== 'undefined') {\n\t\t\t\t\t\t\tcallback(JSON.parse(e.data))\n\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\tcallback('')\n\t\t\t\t\t\t}\n\t\t\t\t\t}, false)\n\t\t\t\t}\n\t\t\t} else {\n\t\t\t\tthis.typelessListeners.push(callback)\n\t\t\t}\n\t\t}\n\t},\n\t/**\n\t * Closes this event source.\n\t */\n\tclose: function() {\n\t\tthis.closed = true\n\t\tif (typeof this.source !== 'undefined') {\n\t\t\tthis.source.close()\n\t\t}\n\t}\n}\n\nexport default OCEventSource\n","/*\n * @copyright 2019 Christoph Wurst <christoph@winzerhof-wurst.at>\n *\n * @author 2019 Christoph Wurst <christoph@winzerhof-wurst.at>\n *\n * @license GNU AGPL version 3 or any later version\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see <http://www.gnu.org/licenses/>.\n */\n\nconst capabilities = window._oc_capabilities || {}\n\n/**\n * Returns the capabilities\n *\n * @returns {Array} capabilities\n *\n * @since 14.0\n */\nexport const getCapabilities = () => capabilities\n","/**\n * @copyright 2019 Christoph Wurst <christoph@winzerhof-wurst.at>\n *\n * @author 2019 Christoph Wurst <christoph@winzerhof-wurst.at>\n *\n * @license GNU AGPL version 3 or any later version\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see <http://www.gnu.org/licenses/>.\n */\n\nimport _ from 'underscore'\nimport $ from 'jquery'\n\nimport { menuSpeed } from './constants'\n\nexport let currentMenu = null\nexport let currentMenuToggle = null\n\n/**\n * For menu toggling\n *\n * @param {jQuery} $toggle the toggle element\n * @param {jQuery} $menuEl the menu container element\n * @param {function|undefined} toggle callback invoked everytime the menu is opened\n * @param {boolean} headerMenu is this a top right header menu?\n * @returns {undefined}\n */\nexport const registerMenu = function($toggle, $menuEl, toggle, headerMenu) {\n\t$menuEl.addClass('menu')\n\tconst isClickableElement = $toggle.prop('tagName') === 'A' || $toggle.prop('tagName') === 'BUTTON'\n\n\t// On link and button, the enter key trigger a click event\n\t// Only use the click to avoid two fired events\n\t$toggle.on(isClickableElement ? 'click.menu' : 'click.menu keyup.menu', function(event) {\n\t\t// prevent the link event (append anchor to URL)\n\t\tevent.preventDefault()\n\n\t\t// allow enter key as a trigger\n\t\tif (event.key && event.key !== 'Enter') {\n\t\t\treturn\n\t\t}\n\n\t\tif ($menuEl.is(currentMenu)) {\n\t\t\thideMenus()\n\t\t\treturn\n\t\t} else if (currentMenu) {\n\t\t\t// another menu was open?\n\t\t\t// close it\n\t\t\thideMenus()\n\t\t}\n\n\t\tif (headerMenu === true) {\n\t\t\t$menuEl.parent().addClass('openedMenu')\n\t\t}\n\n\t\t// Set menu to expanded\n\t\t$toggle.attr('aria-expanded', true)\n\n\t\t$menuEl.slideToggle(menuSpeed, toggle)\n\t\tcurrentMenu = $menuEl\n\t\tcurrentMenuToggle = $toggle\n\t})\n}\n\n/**\n * Unregister a previously registered menu\n *\n * @param {jQuery} $toggle the toggle element\n * @param {jQuery} $menuEl the menu container element\n */\nexport const unregisterMenu = ($toggle, $menuEl) => {\n\t// close menu if opened\n\tif ($menuEl.is(currentMenu)) {\n\t\thideMenus()\n\t}\n\t$toggle.off('click.menu').removeClass('menutoggle')\n\t$menuEl.removeClass('menu')\n}\n\n/**\n * Hides any open menus\n *\n * @param {Function} complete callback when the hiding animation is done\n */\nexport const hideMenus = function(complete) {\n\tif (currentMenu) {\n\t\tconst lastMenu = currentMenu\n\t\tcurrentMenu.trigger(new $.Event('beforeHide'))\n\t\tcurrentMenu.slideUp(menuSpeed, function() {\n\t\t\tlastMenu.trigger(new $.Event('afterHide'))\n\t\t\tif (complete) {\n\t\t\t\tcomplete.apply(this, arguments)\n\t\t\t}\n\t\t})\n\t}\n\n\t// Set menu to closed\n\t$('.menutoggle').attr('aria-expanded', false)\n\n\t$('.openedMenu').removeClass('openedMenu')\n\tcurrentMenu = null\n\tcurrentMenuToggle = null\n}\n\n/**\n * Shows a given element as menu\n *\n * @param {Object} [$toggle=null] menu toggle\n * @param {Object} $menuEl menu element\n * @param {Function} complete callback when the showing animation is done\n */\nexport const showMenu = ($toggle, $menuEl, complete) => {\n\tif ($menuEl.is(currentMenu)) {\n\t\treturn\n\t}\n\thideMenus()\n\tcurrentMenu = $menuEl\n\tcurrentMenuToggle = $toggle\n\t$menuEl.trigger(new $.Event('beforeShow'))\n\t$menuEl.show()\n\t$menuEl.trigger(new $.Event('afterShow'))\n\t// no animation\n\tif (_.isFunction(complete)) {\n\t\tcomplete()\n\t}\n}\n","/*\n * @copyright 2019 Christoph Wurst <christoph@winzerhof-wurst.at>\n *\n * @author 2019 Christoph Wurst <christoph@winzerhof-wurst.at>\n *\n * @license GNU AGPL version 3 or any later version\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see <http://www.gnu.org/licenses/>.\n */\n\nconst isAdmin = !!window._oc_isadmin\n\n/**\n * Returns whether the current user is an administrator\n *\n * @returns {bool} true if the user is an admin, false otherwise\n * @since 9.0.0\n */\nexport const isUserAdmin = () => isAdmin\n","/*\n * @copyright 2019 Christoph Wurst <christoph@winzerhof-wurst.at>\n *\n * @author 2019 Christoph Wurst <christoph@winzerhof-wurst.at>\n *\n * @license GNU AGPL version 3 or any later version\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see <http://www.gnu.org/licenses/>.\n */\n\nimport $ from 'jquery'\n\n/**\n * A little class to manage a status field for a \"saving\" process.\n * It can be used to display a starting message (e.g. \"Saving...\") and then\n * replace it with a green success message or a red error message.\n *\n * @namespace OC.msg\n */\nexport default {\n\t/**\n\t * Displayes a \"Saving...\" message in the given message placeholder\n\t *\n\t * @param {Object} selector Placeholder to display the message in\n\t */\n\tstartSaving: function(selector) {\n\t\tthis.startAction(selector, t('core', 'Saving …'))\n\t},\n\n\t/**\n\t * Displayes a custom message in the given message placeholder\n\t *\n\t * @param {Object} selector Placeholder to display the message in\n\t * @param {string} message Plain text message to display (no HTML allowed)\n\t */\n\tstartAction: function(selector, message) {\n\t\t$(selector).text(message)\n\t\t\t.removeClass('success')\n\t\t\t.removeClass('error')\n\t\t\t.stop(true, true)\n\t\t\t.show()\n\t},\n\n\t/**\n\t * Displayes an success/error message in the given selector\n\t *\n\t * @param {Object} selector Placeholder to display the message in\n\t * @param {Object} response Response of the server\n\t * @param {Object} response.data Data of the servers response\n\t * @param {string} response.data.message Plain text message to display (no HTML allowed)\n\t * @param {string} response.status is being used to decide whether the message\n\t * is displayed as an error/success\n\t */\n\tfinishedSaving: function(selector, response) {\n\t\tthis.finishedAction(selector, response)\n\t},\n\n\t/**\n\t * Displayes an success/error message in the given selector\n\t *\n\t * @param {Object} selector Placeholder to display the message in\n\t * @param {Object} response Response of the server\n\t * @param {Object} response.data Data of the servers response\n\t * @param {string} response.data.message Plain text message to display (no HTML allowed)\n\t * @param {string} response.status is being used to decide whether the message\n\t * is displayed as an error/success\n\t */\n\tfinishedAction: function(selector, response) {\n\t\tif (response.status === 'success') {\n\t\t\tthis.finishedSuccess(selector, response.data.message)\n\t\t} else {\n\t\t\tthis.finishedError(selector, response.data.message)\n\t\t}\n\t},\n\n\t/**\n\t * Displayes an success message in the given selector\n\t *\n\t * @param {Object} selector Placeholder to display the message in\n\t * @param {string} message Plain text success message to display (no HTML allowed)\n\t */\n\tfinishedSuccess: function(selector, message) {\n\t\t$(selector).text(message)\n\t\t\t.addClass('success')\n\t\t\t.removeClass('error')\n\t\t\t.stop(true, true)\n\t\t\t.delay(3000)\n\t\t\t.fadeOut(900)\n\t\t\t.show()\n\t},\n\n\t/**\n\t * Displayes an error message in the given selector\n\t *\n\t * @param {Object} selector Placeholder to display the message in\n\t * @param {string} message Plain text error message to display (no HTML allowed)\n\t */\n\tfinishedError: function(selector, message) {\n\t\t$(selector).text(message)\n\t\t\t.addClass('error')\n\t\t\t.removeClass('success')\n\t\t\t.show()\n\t},\n}\n","/**\n * @copyright 2019 Christoph Wurst <christoph@winzerhof-wurst.at>\n *\n * @author 2019 Christoph Wurst <christoph@winzerhof-wurst.at>\n *\n * @license GNU AGPL version 3 or any later version\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see <http://www.gnu.org/licenses/>.\n */\n\nimport OC from './index'\n\n/**\n * Do a search query and display the results\n * @param {string} query the search query\n */\nconst search = function(query) {\n\tOC.Search.search(query, null, 0, 30)\n}\n\n/**\n * @namespace OC.search\n */\nsearch.customResults = {}\n/**\n * @deprecated use get/setFormatter() instead\n */\nsearch.resultTypes = {}\n\nexport default search\n","/*\n * @copyright 2019 Christoph Wurst <christoph@winzerhof-wurst.at>\n *\n * @author 2019 Christoph Wurst <christoph@winzerhof-wurst.at>\n *\n * @license GNU AGPL version 3 or any later version\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see <http://www.gnu.org/licenses/>.\n */\n\nexport const theme = window._theme || {}\n","/**\n * @copyright 2019 Christoph Wurst <christoph@winzerhof-wurst.at>\n *\n * @author 2019 Christoph Wurst <christoph@winzerhof-wurst.at>\n *\n * @license GNU AGPL version 3 or any later version\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see <http://www.gnu.org/licenses/>.\n */\n\nimport $ from 'jquery'\nimport moment from 'moment'\n\nimport History from './util-history'\nimport OC from './index'\nimport humanFileSize from '../Util/human-file-size'\n\nfunction chunkify(t) {\n\t// Adapted from http://my.opera.com/GreyWyvern/blog/show.dml/1671288\n\tconst tz = []\n\tlet x = 0\n\tlet y = -1\n\tlet n = 0\n\tlet c\n\n\twhile (x < t.length) {\n\t\tc = t.charAt(x)\n\t\t// only include the dot in strings\n\t\tconst m = ((!n && c === '.') || (c >= '0' && c <= '9'))\n\t\tif (m !== n) {\n\t\t\t// next chunk\n\t\t\ty++\n\t\t\ttz[y] = ''\n\t\t\tn = m\n\t\t}\n\t\ttz[y] += c\n\t\tx++\n\t}\n\treturn tz\n}\n\n/**\n * Utility functions\n * @namespace OC.Util\n */\nexport default {\n\n\tHistory,\n\n\thumanFileSize,\n\n\t/**\n\t * Returns a file size in bytes from a humanly readable string\n\t * Makes 2kB to 2048.\n\t * Inspired by computerFileSize in helper.php\n\t * @param {string} string file size in human readable format\n\t * @returns {number} or null if string could not be parsed\n\t *\n\t *\n\t */\n\tcomputerFileSize: function(string) {\n\t\tif (typeof string !== 'string') {\n\t\t\treturn null\n\t\t}\n\n\t\tconst s = string.toLowerCase().trim()\n\t\tlet bytes = null\n\n\t\tconst bytesArray = {\n\t\t\t'b': 1,\n\t\t\t'k': 1024,\n\t\t\t'kb': 1024,\n\t\t\t'mb': 1024 * 1024,\n\t\t\t'm': 1024 * 1024,\n\t\t\t'gb': 1024 * 1024 * 1024,\n\t\t\t'g': 1024 * 1024 * 1024,\n\t\t\t'tb': 1024 * 1024 * 1024 * 1024,\n\t\t\t't': 1024 * 1024 * 1024 * 1024,\n\t\t\t'pb': 1024 * 1024 * 1024 * 1024 * 1024,\n\t\t\t'p': 1024 * 1024 * 1024 * 1024 * 1024,\n\t\t}\n\n\t\tconst matches = s.match(/^[\\s+]?([0-9]*)(\\.([0-9]+))?( +)?([kmgtp]?b?)$/i)\n\t\tif (matches !== null) {\n\t\t\tbytes = parseFloat(s)\n\t\t\tif (!isFinite(bytes)) {\n\t\t\t\treturn null\n\t\t\t}\n\t\t} else {\n\t\t\treturn null\n\t\t}\n\t\tif (matches[5]) {\n\t\t\tbytes = bytes * bytesArray[matches[5]]\n\t\t}\n\n\t\tbytes = Math.round(bytes)\n\t\treturn bytes\n\t},\n\n\t/**\n\t * @param {string|number} timestamp timestamp\n\t * @param {string} format date format, see momentjs docs\n\t * @returns {string} timestamp formatted as requested\n\t */\n\tformatDate: function(timestamp, format) {\n\t\tformat = format || 'LLL'\n\t\treturn moment(timestamp).format(format)\n\t},\n\n\t/**\n\t * @param {string|number} timestamp timestamp\n\t * @returns {string} human readable difference from now\n\t */\n\trelativeModifiedDate: function(timestamp) {\n\t\tconst diff = moment().diff(moment(timestamp))\n\t\tif (diff >= 0 && diff < 45000) {\n\t\t\treturn t('core', 'seconds ago')\n\t\t}\n\t\treturn moment(timestamp).fromNow()\n\t},\n\n\t/**\n\t * Returns whether this is IE\n\t *\n\t * @returns {bool} true if this is IE, false otherwise\n\t */\n\tisIE: function() {\n\t\treturn $('html').hasClass('ie')\n\t},\n\n\t/**\n\t * Returns the width of a generic browser scrollbar\n\t *\n\t * @returns {int} width of scrollbar\n\t */\n\tgetScrollBarWidth: function() {\n\t\tif (this._scrollBarWidth) {\n\t\t\treturn this._scrollBarWidth\n\t\t}\n\n\t\tconst inner = document.createElement('p')\n\t\tinner.style.width = '100%'\n\t\tinner.style.height = '200px'\n\n\t\tconst outer = document.createElement('div')\n\t\touter.style.position = 'absolute'\n\t\touter.style.top = '0px'\n\t\touter.style.left = '0px'\n\t\touter.style.visibility = 'hidden'\n\t\touter.style.width = '200px'\n\t\touter.style.height = '150px'\n\t\touter.style.overflow = 'hidden'\n\t\touter.appendChild(inner)\n\n\t\tdocument.body.appendChild(outer)\n\t\tconst w1 = inner.offsetWidth\n\t\touter.style.overflow = 'scroll'\n\t\tlet w2 = inner.offsetWidth\n\t\tif (w1 === w2) {\n\t\t\tw2 = outer.clientWidth\n\t\t}\n\n\t\tdocument.body.removeChild(outer)\n\n\t\tthis._scrollBarWidth = (w1 - w2)\n\n\t\treturn this._scrollBarWidth\n\t},\n\n\t/**\n\t * Remove the time component from a given date\n\t *\n\t * @param {Date} date date\n\t * @returns {Date} date with stripped time\n\t */\n\tstripTime: function(date) {\n\t\t// FIXME: likely to break when crossing DST\n\t\t// would be better to use a library like momentJS\n\t\treturn new Date(date.getFullYear(), date.getMonth(), date.getDate())\n\t},\n\n\t/**\n\t * Compare two strings to provide a natural sort\n\t * @param {string} a first string to compare\n\t * @param {string} b second string to compare\n\t * @returns {number} -1 if b comes before a, 1 if a comes before b\n\t * or 0 if the strings are identical\n\t */\n\tnaturalSortCompare: function(a, b) {\n\t\tlet x\n\t\tconst aa = chunkify(a)\n\t\tconst bb = chunkify(b)\n\n\t\tfor (x = 0; aa[x] && bb[x]; x++) {\n\t\t\tif (aa[x] !== bb[x]) {\n\t\t\t\tconst aNum = Number(aa[x]); const bNum = Number(bb[x])\n\t\t\t\t// note: == is correct here\n\t\t\t\t/* eslint-disable-next-line */\n\t\t\t\tif (aNum == aa[x] && bNum == bb[x]) {\n\t\t\t\t\treturn aNum - bNum\n\t\t\t\t} else {\n\t\t\t\t\t// Note: This locale setting isn't supported by all browsers but for the ones\n\t\t\t\t\t// that do there will be more consistency between client-server sorting\n\t\t\t\t\treturn aa[x].localeCompare(bb[x], OC.getLanguage())\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t\treturn aa.length - bb.length\n\t},\n\n\t/**\n\t * Calls the callback in a given interval until it returns true\n\t * @param {function} callback function to call on success\n\t * @param {integer} interval in milliseconds\n\t */\n\twaitFor: function(callback, interval) {\n\t\tconst internalCallback = function() {\n\t\t\tif (callback() !== true) {\n\t\t\t\tsetTimeout(internalCallback, interval)\n\t\t\t}\n\t\t}\n\n\t\tinternalCallback()\n\t},\n\n\t/**\n\t * Checks if a cookie with the given name is present and is set to the provided value.\n\t * @param {string} name name of the cookie\n\t * @param {string} value value of the cookie\n\t * @returns {boolean} true if the cookie with the given name has the given value\n\t */\n\tisCookieSetToValue: function(name, value) {\n\t\tconst cookies = document.cookie.split(';')\n\t\tfor (let i = 0; i < cookies.length; i++) {\n\t\t\tconst cookie = cookies[i].split('=')\n\t\t\tif (cookie[0].trim() === name && cookie[1].trim() === value) {\n\t\t\t\treturn true\n\t\t\t}\n\t\t}\n\t\treturn false\n\t},\n}\n","/**\n * @copyright 2019 Christoph Wurst <christoph@winzerhof-wurst.at>\n *\n * @author 2019 Christoph Wurst <christoph@winzerhof-wurst.at>\n *\n * @license GNU AGPL version 3 or any later version\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see <http://www.gnu.org/licenses/>.\n */\n\nimport _ from 'underscore'\nimport OC from './index'\n\n/**\n * Utility class for the history API,\n * includes fallback to using the URL hash when\n * the browser doesn't support the history API.\n *\n * @namespace OC.Util.History\n */\nexport default {\n\n\t_handlers: [],\n\n\t/**\n\t * Push the current URL parameters to the history stack\n\t * and change the visible URL.\n\t * Note: this includes a workaround for IE8/IE9 that uses\n\t * the hash part instead of the search part.\n\t *\n\t * @param {Object|string} params to append to the URL, can be either a string\n\t * or a map\n\t * @param {string} [url] URL to be used, otherwise the current URL will be used,\n\t * using the params as query string\n\t * @param {boolean} [replace=false] whether to replace instead of pushing\n\t */\n\t_pushState: function(params, url, replace) {\n\t\tlet strParams\n\t\tif (typeof (params) === 'string') {\n\t\t\tstrParams = params\n\t\t} else {\n\t\t\tstrParams = OC.buildQueryString(params)\n\t\t}\n\n\t\tif (window.history.pushState) {\n\t\t\turl = url || location.pathname + '?' + strParams\n\t\t\t// Workaround for bug with SVG and window.history.pushState on Firefox < 51\n\t\t\t// https://bugzilla.mozilla.org/show_bug.cgi?id=652991\n\t\t\tconst isFirefox = navigator.userAgent.toLowerCase().indexOf('firefox') > -1\n\t\t\tif (isFirefox && parseInt(navigator.userAgent.split('/').pop()) < 51) {\n\t\t\t\tconst patterns = document.querySelectorAll('[fill^=\"url(#\"], [stroke^=\"url(#\"], [filter^=\"url(#invert\"]')\n\t\t\t\tfor (let i = 0, ii = patterns.length, pattern; i < ii; i++) {\n\t\t\t\t\tpattern = patterns[i]\n\t\t\t\t\t// eslint-disable-next-line no-self-assign\n\t\t\t\t\tpattern.style.fill = pattern.style.fill\n\t\t\t\t\t// eslint-disable-next-line no-self-assign\n\t\t\t\t\tpattern.style.stroke = pattern.style.stroke\n\t\t\t\t\tpattern.removeAttribute('filter')\n\t\t\t\t\tpattern.setAttribute('filter', 'url(#invert)')\n\t\t\t\t}\n\t\t\t}\n\t\t\tif (replace) {\n\t\t\t\twindow.history.replaceState(params, '', url)\n\t\t\t} else {\n\t\t\t\twindow.history.pushState(params, '', url)\n\t\t\t}\n\t\t} else {\n\t\t\t// use URL hash for IE8\n\t\t\twindow.location.hash = '?' + strParams\n\t\t\t// inhibit next onhashchange that just added itself\n\t\t\t// to the event queue\n\t\t\tthis._cancelPop = true\n\t\t}\n\t},\n\n\t/**\n\t * Push the current URL parameters to the history stack\n\t * and change the visible URL.\n\t * Note: this includes a workaround for IE8/IE9 that uses\n\t * the hash part instead of the search part.\n\t *\n\t * @param {Object|string} params to append to the URL, can be either a string or a map\n\t * @param {string} [url] URL to be used, otherwise the current URL will be used, using the params as query string\n\t */\n\tpushState: function(params, url) {\n\t\tthis._pushState(params, url, false)\n\t},\n\n\t/**\n\t * Push the current URL parameters to the history stack\n\t * and change the visible URL.\n\t * Note: this includes a workaround for IE8/IE9 that uses\n\t * the hash part instead of the search part.\n\t *\n\t * @param {Object|string} params to append to the URL, can be either a string\n\t * or a map\n\t * @param {string} [url] URL to be used, otherwise the current URL will be used,\n\t * using the params as query string\n\t */\n\treplaceState: function(params, url) {\n\t\tthis._pushState(params, url, true)\n\t},\n\n\t/**\n\t * Add a popstate handler\n\t *\n\t * @param {Function} handler handler\n\t */\n\taddOnPopStateHandler: function(handler) {\n\t\tthis._handlers.push(handler)\n\t},\n\n\t/**\n\t * Parse a query string from the hash part of the URL.\n\t * (workaround for IE8 / IE9)\n\t * @returns {string}\n\t */\n\t_parseHashQuery: function() {\n\t\tconst hash = window.location.hash\n\t\tconst pos = hash.indexOf('?')\n\t\tif (pos >= 0) {\n\t\t\treturn hash.substr(pos + 1)\n\t\t}\n\t\tif (hash.length) {\n\t\t\t// remove hash sign\n\t\t\treturn hash.substr(1)\n\t\t}\n\t\treturn ''\n\t},\n\n\t_decodeQuery: function(query) {\n\t\treturn query.replace(/\\+/g, ' ')\n\t},\n\n\t/**\n\t * Parse the query/search part of the URL.\n\t * Also try and parse it from the URL hash (for IE8)\n\t *\n\t * @returns {Object} map of parameters\n\t */\n\tparseUrlQuery: function() {\n\t\tconst query = this._parseHashQuery()\n\t\tlet params\n\t\t// try and parse from URL hash first\n\t\tif (query) {\n\t\t\tparams = OC.parseQueryString(this._decodeQuery(query))\n\t\t}\n\t\t// else read from query attributes\n\t\tparams = _.extend(params || {}, OC.parseQueryString(this._decodeQuery(location.search)))\n\t\treturn params || {}\n\t},\n\n\t_onPopState: function(e) {\n\t\tif (this._cancelPop) {\n\t\t\tthis._cancelPop = false\n\t\t\treturn\n\t\t}\n\t\tlet params\n\t\tif (!this._handlers.length) {\n\t\t\treturn\n\t\t}\n\t\tparams = (e && e.state)\n\t\tif (_.isString(params)) {\n\t\t\tparams = OC.parseQueryString(params)\n\t\t} else if (!params) {\n\t\t\tparams = this.parseUrlQuery() || {}\n\t\t}\n\t\tfor (let i = 0; i < this._handlers.length; i++) {\n\t\t\tthis._handlers[i](params)\n\t\t}\n\t},\n}\n","/*\n * @copyright 2019 Christoph Wurst <christoph@winzerhof-wurst.at>\n *\n * @author 2019 Christoph Wurst <christoph@winzerhof-wurst.at>\n *\n * @license GNU AGPL version 3 or any later version\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see <http://www.gnu.org/licenses/>.\n */\n\n/**\n * Returns a human readable file size\n * @param {number} size Size in bytes\n * @param {boolean} skipSmallSizes return '< 1 kB' for small files\n * @returns {string}\n */\nexport default function humanFileSize(size, skipSmallSizes) {\n\tconst humanList = ['B', 'KB', 'MB', 'GB', 'TB']\n\t// Calculate Log with base 1024: size = 1024 ** order\n\tlet order = size > 0 ? Math.floor(Math.log(size) / Math.log(1024)) : 0\n\t// Stay in range of the byte sizes that are defined\n\torder = Math.min(humanList.length - 1, order)\n\tconst readableFormat = humanList[order]\n\tlet relativeSize = (size / Math.pow(1024, order)).toFixed(1)\n\tif (skipSmallSizes === true && order === 0) {\n\t\tif (relativeSize !== '0.0') {\n\t\t\treturn '< 1 KB'\n\t\t} else {\n\t\t\treturn '0 KB'\n\t\t}\n\t}\n\tif (order < 2) {\n\t\trelativeSize = parseFloat(relativeSize).toFixed(0)\n\t} else if (relativeSize.substr(relativeSize.length - 2, 2) === '.0') {\n\t\trelativeSize = relativeSize.substr(0, relativeSize.length - 2)\n\t} else {\n\t\trelativeSize = parseFloat(relativeSize).toLocaleString(OC.getCanonicalLocale())\n\t}\n\treturn relativeSize + ' ' + readableFormat\n}\n","/*\n * @copyright 2019 Christoph Wurst <christoph@winzerhof-wurst.at>\n *\n * @author 2019 Christoph Wurst <christoph@winzerhof-wurst.at>\n *\n * @license GNU AGPL version 3 or any later version\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see <http://www.gnu.org/licenses/>.\n */\n\nconst base = window._oc_debug\n\nexport const debug = base\n","/*\n * @copyright 2019 Christoph Wurst <christoph@winzerhof-wurst.at>\n *\n * @author 2019 Christoph Wurst <christoph@winzerhof-wurst.at>\n *\n * @license GNU AGPL version 3 or any later version\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see <http://www.gnu.org/licenses/>.\n */\n\nlet webroot = window._oc_webroot\n\nif (typeof webroot === 'undefined') {\n\twebroot = location.pathname\n\tconst pos = webroot.indexOf('/index.php/')\n\tif (pos !== -1) {\n\t\twebroot = webroot.substr(0, pos)\n\t} else {\n\t\twebroot = webroot.substr(0, webroot.lastIndexOf('/'))\n\t}\n}\n\nexport default webroot\n","/**\n * @copyright 2019 Christoph Wurst <christoph@winzerhof-wurst.at>\n *\n * @author 2019 Christoph Wurst <christoph@winzerhof-wurst.at>\n *\n * @license GNU AGPL version 3 or any later version\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see <http://www.gnu.org/licenses/>.\n */\n\n/**\n * Get a variable by name\n * @param {string} context context\n * @returns {Function} getter\n * @deprecated 19.0.0 use https://lodash.com/docs#get\n */\nexport const get = context => name => {\n\tconst namespaces = name.split('.')\n\tconst tail = namespaces.pop()\n\n\tfor (let i = 0; i < namespaces.length; i++) {\n\t\tcontext = context[namespaces[i]]\n\t\tif (!context) {\n\t\t\treturn false\n\t\t}\n\t}\n\treturn context[tail]\n}\n\n/**\n * Set a variable by name\n * @param {string} context context\n * @returns {Function} setter\n * @deprecated 19.0.0 use https://lodash.com/docs#set\n */\nexport const set = context => (name, value) => {\n\tconst namespaces = name.split('.')\n\tconst tail = namespaces.pop()\n\n\tfor (let i = 0; i < namespaces.length; i++) {\n\t\tif (!context[namespaces[i]]) {\n\t\t\tcontext[namespaces[i]] = {}\n\t\t}\n\t\tcontext = context[namespaces[i]]\n\t}\n\tcontext[tail] = value\n\treturn value\n}\n","/**\n * @copyright 2019 Christoph Wurst <christoph@winzerhof-wurst.at>\n *\n * @author 2019 Christoph Wurst <christoph@winzerhof-wurst.at>\n *\n * @license GNU AGPL version 3 or any later version\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see <http://www.gnu.org/licenses/>.\n */\n\nimport { subscribe } from '@nextcloud/event-bus'\n\nimport { addScript, addStyle } from './legacy-loader'\nimport {\n\tajaxConnectionLostHandler,\n\tprocessAjaxError,\n\tregisterXHRForErrorProcessing,\n} from './xhr-error'\nimport Apps from './apps'\nimport { AppConfig, appConfig } from './appconfig'\nimport { appSettings } from './appsettings'\nimport appswebroots from './appswebroots'\nimport Backbone from './backbone'\nimport {\n\tbasename,\n\tdirname,\n\tencodePath,\n\tisSamePath,\n\tjoinPaths,\n} from '@nextcloud/paths'\nimport {\n\tbuild as buildQueryString,\n\tparse as parseQueryString,\n} from './query-string'\nimport Config from './config'\nimport {\n\tcoreApps,\n\tmenuSpeed,\n\tPERMISSION_ALL,\n\tPERMISSION_CREATE,\n\tPERMISSION_DELETE,\n\tPERMISSION_NONE,\n\tPERMISSION_READ,\n\tPERMISSION_SHARE,\n\tPERMISSION_UPDATE,\n\tTAG_FAVORITE,\n} from './constants'\nimport ContactsMenu from './contactsmenu'\nimport { currentUser, getCurrentUser } from './currentuser'\nimport Dialogs from './dialogs'\nimport EventSource from './eventsource'\nimport { get, set } from './get_set'\nimport { getCapabilities } from './capabilities'\nimport {\n\tgetHost,\n\tgetHostName,\n\tgetPort,\n\tgetProtocol,\n} from './host'\nimport {\n\tgetToken as getRequestToken,\n} from './requesttoken'\nimport {\n\thideMenus,\n\tregisterMenu,\n\tshowMenu,\n\tunregisterMenu,\n} from './menu'\nimport { isUserAdmin } from './admin'\nimport L10N, {\n\tgetCanonicalLocale,\n\tgetLanguage,\n\tgetLocale,\n} from './l10n'\n\nimport {\n\tgenerateUrl,\n\tgenerateFilePath,\n\tgenerateOcsUrl,\n\tgenerateRemoteUrl,\n\tgetRootUrl,\n\timagePath,\n\tlinkTo,\n} from '@nextcloud/router'\n\nimport {\n\tlinkToRemoteBase,\n} from './routing'\nimport msg from './msg'\nimport Notification from './notification'\nimport PasswordConfirmation from './password-confirmation'\nimport Plugins from './plugins'\nimport search from './search'\nimport { theme } from './theme'\nimport Util from './util'\nimport { debug } from './debug'\nimport { redirect, reload } from './navigation'\nimport webroot from './webroot'\n\n/** @namespace OC */\nexport default {\n\t/*\n\t * Constants\n\t */\n\tcoreApps,\n\tmenuSpeed,\n\tPERMISSION_ALL,\n\tPERMISSION_CREATE,\n\tPERMISSION_DELETE,\n\tPERMISSION_NONE,\n\tPERMISSION_READ,\n\tPERMISSION_SHARE,\n\tPERMISSION_UPDATE,\n\tTAG_FAVORITE,\n\n\t/*\n\t * Deprecated helpers to be removed\n\t */\n\t/**\n\t * Check if a user file is allowed to be handled.\n\t * @param {string} file to check\n\t * @returns {Boolean}\n\t * @deprecated 17.0.0\n\t */\n\tfileIsBlacklisted: file => !!(file.match(Config.blacklist_files_regex)),\n\n\taddScript,\n\taddStyle,\n\tApps,\n\tAppConfig,\n\tappConfig,\n\tappSettings,\n\tappswebroots,\n\tBackbone,\n\tContactsMenu,\n\tconfig: Config,\n\t/**\n\t * Currently logged in user or null if none\n\t *\n\t * @type String\n\t * @deprecated use `getCurrentUser` from https://www.npmjs.com/package/@nextcloud/auth\n\t */\n\tcurrentUser,\n\tdialogs: Dialogs,\n\tEventSource,\n\t/**\n\t * Returns the currently logged in user or null if there is no logged in\n\t * user (public page mode)\n\t *\n\t * @since 9.0.0\n\t * @deprecated 19.0.0 use `getCurrentUser` from https://www.npmjs.com/package/@nextcloud/auth\n\t */\n\tgetCurrentUser,\n\tisUserAdmin,\n\tL10N,\n\n\t/**\n\t * Ajax error handlers\n\t * @todo remove from here and keep internally -> requires new tests\n\t */\n\t_ajaxConnectionLostHandler: ajaxConnectionLostHandler,\n\t_processAjaxError: processAjaxError,\n\tregisterXHRForErrorProcessing,\n\n\t/**\n\t * Capabilities\n\t *\n\t * @type {Array}\n\t * @deprecated 17.0.0 use OC.getCapabilities() instead\n\t */\n\t_capabilities: getCapabilities(),\n\tgetCapabilities,\n\n\t/*\n\t * Legacy menu helpers\n\t */\n\thideMenus,\n\tregisterMenu,\n\tshowMenu,\n\tunregisterMenu,\n\n\t/*\n\t * Path helpers\n\t */\n\t/**\n\t * @deprecated 18.0.0 use https://www.npmjs.com/package/@nextcloud/paths\n\t */\n\tbasename,\n\t/**\n\t * @deprecated 18.0.0 use https://www.npmjs.com/package/@nextcloud/paths\n\t */\n\tencodePath,\n\t/**\n\t * @deprecated 18.0.0 use https://www.npmjs.com/package/@nextcloud/paths\n\t */\n\tdirname,\n\t/**\n\t * @deprecated 18.0.0 use https://www.npmjs.com/package/@nextcloud/paths\n\t */\n\tisSamePath,\n\t/**\n\t * @deprecated 18.0.0 use https://www.npmjs.com/package/@nextcloud/paths\n\t */\n\tjoinPaths,\n\n\t/**\n\t * Host (url) helpers\n\t */\n\tgetHost,\n\tgetHostName,\n\tgetPort,\n\tgetProtocol,\n\n\t/**\n\t * L10n\n\t */\n\tgetCanonicalLocale,\n\tgetLocale,\n\tgetLanguage,\n\t/**\n\t * Loads translations for the given app asynchronously.\n\t *\n\t * @param {String} app app name\n\t * @param {Function} callback callback to call after loading\n\t * @return {Promise}\n\t * @deprecated 17.0.0 use OC.L10N.load instead\n\t */\n\taddTranslations: L10N.load,\n\n\t/**\n\t * Query string helpers\n\t */\n\tbuildQueryString,\n\tparseQueryString,\n\n\tmsg,\n\tNotification,\n\tPasswordConfirmation,\n\tPlugins,\n\tsearch,\n\ttheme,\n\tUtil,\n\tdebug,\n\t/**\n\t * @deprecated 19.0.0 use `generateFilePath` from https://www.npmjs.com/package/@nextcloud/router\n\t */\n\tfilePath: generateFilePath,\n\t/**\n\t * @deprecated 19.0.0 use `generateUrl` from https://www.npmjs.com/package/@nextcloud/router\n\t */\n\tgenerateUrl,\n\t/**\n\t * @deprecated 19.0.0 use https://lodash.com/docs#get\n\t */\n\tget: get(window),\n\t/**\n\t * @deprecated 19.0.0 use https://lodash.com/docs#set\n\t */\n\tset: set(window),\n\t/**\n\t * @deprecated 19.0.0 use `getRootUrl` from https://www.npmjs.com/package/@nextcloud/router\n\t */\n\tgetRootPath: getRootUrl,\n\t/**\n\t * @deprecated 19.0.0 use `imagePath` from https://www.npmjs.com/package/@nextcloud/router\n\t */\n\timagePath,\n\tredirect,\n\treload,\n\trequestToken: getRequestToken(),\n\t/**\n\t * @deprecated 19.0.0 use `linkTo` from https://www.npmjs.com/package/@nextcloud/router\n\t */\n\tlinkTo,\n\t/**\n\t * @deprecated 19.0.0 use `generateOcsUrl` from https://www.npmjs.com/package/@nextcloud/router\n\t */\n\tlinkToOCS: generateOcsUrl,\n\t/**\n\t * @deprecated 19.0.0 use `generateRemoteUrl` from https://www.npmjs.com/package/@nextcloud/router\n\t */\n\tlinkToRemote: generateRemoteUrl,\n\tlinkToRemoteBase,\n\t/**\n\t * Relative path to Nextcloud root.\n\t * For example: \"/nextcloud\"\n\t *\n\t * @type string\n\t *\n\t * @deprecated 19.0.0 use `getRootUrl` from https://www.npmjs.com/package/@nextcloud/router\n\t * @see OC#getRootPath\n\t */\n\twebroot,\n}\n\n// Keep the request token prop in sync\nsubscribe('csrf-token-update', e => {\n\tOC.requestToken = e.token\n\n\t// Logging might help debug (Sentry) issues\n\tconsole.info('OC.requestToken changed', e.token)\n})\n","/* eslint-disable */\n/**\n * @copyright 2019 Christoph Wurst <christoph@winzerhof-wurst.at>\n *\n * @author 2019 Christoph Wurst <christoph@winzerhof-wurst.at>\n *\n * @license GNU AGPL version 3 or any later version\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see <http://www.gnu.org/licenses/>.\n */\nimport $ from 'jquery'\nimport { filePath } from './routing'\n\n/**\n * Opens a popup with the setting for an app.\n * @param {string} appid The ID of the app e.g. 'calendar', 'contacts' or 'files'.\n * @param {boolean|string} loadJS If true 'js/settings.js' is loaded. If it's a string\n * it will attempt to load a script by that name in the 'js' directory.\n * @param {boolean} [cache] If true the javascript file won't be forced refreshed. Defaults to true.\n * @param {string} [scriptName] The name of the PHP file to load. Defaults to 'settings.php' in\n * the root of the app directory hierarchy.\n *\n * @deprecated 17.0.0 this method is unused and will be removed with Nextcloud 18\n */\nexport const appSettings = args => {\n\tconsole.warn('OC.appSettings is deprecated and will be removed with Nextcloud 18')\n\n\tif (typeof args === 'undefined' || typeof args.appid === 'undefined') {\n\t\tthrow {\n\t\t\tname: 'MissingParameter',\n\t\t\tmessage: 'The parameter appid is missing'\n\t\t}\n\t}\n\tvar props = { scriptName: 'settings.php', cache: true }\n\t$.extend(props, args)\n\tvar settings = $('#appsettings')\n\tif (settings.length === 0) {\n\t\tthrow {\n\t\t\tname: 'MissingDOMElement',\n\t\t\tmessage: 'There has be be an element with id \"appsettings\" for the popup to show.'\n\t\t}\n\t}\n\tvar popup = $('#appsettings_popup')\n\tif (popup.length === 0) {\n\t\t$('body').prepend('<div class=\"popup hidden\" id=\"appsettings_popup\"></div>')\n\t\tpopup = $('#appsettings_popup')\n\t\tpopup.addClass(settings.hasClass('topright') ? 'topright' : 'bottomleft')\n\t}\n\tif (popup.is(':visible')) {\n\t\tpopup.hide().remove()\n\t} else {\n\t\tconst arrowclass = settings.hasClass('topright') ? 'up' : 'left'\n\t\t$.get(filePath(props.appid, '', props.scriptName), function(data) {\n\t\t\tpopup.html(data).ready(function() {\n\t\t\t\tpopup.prepend('<span class=\"arrow ' + arrowclass + '\"></span><h2>' + t('core', 'Settings') + '</h2><a class=\"close\"></a>').show()\n\t\t\t\tpopup.find('.close').bind('click', function() {\n\t\t\t\t\tpopup.remove()\n\t\t\t\t})\n\t\t\t\tif (typeof props.loadJS !== 'undefined') {\n\t\t\t\t\tvar scriptname\n\t\t\t\t\tif (props.loadJS === true) {\n\t\t\t\t\t\tscriptname = 'settings.js'\n\t\t\t\t\t} else if (typeof props.loadJS === 'string') {\n\t\t\t\t\t\tscriptname = props.loadJS\n\t\t\t\t\t} else {\n\t\t\t\t\t\tthrow {\n\t\t\t\t\t\t\tname: 'InvalidParameter',\n\t\t\t\t\t\t\tmessage: 'The \"loadJS\" parameter must be either boolean or a string.'\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t\tif (props.cache) {\n\t\t\t\t\t\t$.ajaxSetup({ cache: true })\n\t\t\t\t\t}\n\t\t\t\t\t$.getScript(filePath(props.appid, 'js', scriptname))\n\t\t\t\t\t\t.fail(function(jqxhr, settings, e) {\n\t\t\t\t\t\t\tthrow e\n\t\t\t\t\t\t})\n\t\t\t\t}\n\t\t\t}).show()\n\t\t}, 'html')\n\t}\n}\n","/*\n * @copyright 2019 Christoph Wurst <christoph@winzerhof-wurst.at>\n *\n * @author 2019 Christoph Wurst <christoph@winzerhof-wurst.at>\n *\n * @license GNU AGPL version 3 or any later version\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see <http://www.gnu.org/licenses/>.\n */\n\n/**\n * Protocol that is used to access this Nextcloud instance\n * @returns {string} Used protocol\n * @deprecated 17.0.0 use window.location.protocol directly\n */\nexport const getProtocol = () => window.location.protocol.split(':')[0]\n\n/**\n * Returns the host used to access this Nextcloud instance\n * Host is sometimes the same as the hostname but now always.\n *\n * Examples:\n * http://example.com => example.com\n * https://example.com => example.com\n * http://example.com:8080 => example.com:8080\n *\n * @returns {string} host\n *\n * @since 8.2\n * @deprecated 17.0.0 use window.location.host directly\n */\nexport const getHost = () => window.location.host\n\n/**\n * Returns the hostname used to access this Nextcloud instance\n * The hostname is always stripped of the port\n *\n * @returns {string} hostname\n * @since 9.0\n * @deprecated 17.0.0 use window.location.hostname directly\n */\nexport const getHostName = () => window.location.hostname\n\n/**\n * Returns the port number used to access this Nextcloud instance\n *\n * @returns {int} port number\n *\n * @since 8.2\n * @deprecated 17.0.0 use window.location.port directly\n */\nexport const getPort = () => window.location.port\n","/*\n * @copyright 2019 Christoph Wurst <christoph@winzerhof-wurst.at>\n *\n * @author 2019 Christoph Wurst <christoph@winzerhof-wurst.at>\n *\n * @license GNU AGPL version 3 or any later version\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see <http://www.gnu.org/licenses/>.\n */\n\n/**\n * @namespace OC.Plugins\n */\nexport default {\n\n\t/**\n\t * @type Array.<OC.Plugin>\n\t */\n\t_plugins: {},\n\n\t/**\n\t * Register plugin\n\t *\n\t * @param {String} targetName app name / class name to hook into\n\t * @param {OC.Plugin} plugin plugin\n\t */\n\tregister: function(targetName, plugin) {\n\t\tlet plugins = this._plugins[targetName]\n\t\tif (!plugins) {\n\t\t\tplugins = this._plugins[targetName] = []\n\t\t}\n\t\tplugins.push(plugin)\n\t},\n\n\t/**\n\t * Returns all plugin registered to the given target\n\t * name / app name / class name.\n\t *\n\t * @param {String} targetName app name / class name to hook into\n\t * @returns {Array.<OC.Plugin>} array of plugins\n\t */\n\tgetPlugins: function(targetName) {\n\t\treturn this._plugins[targetName] || []\n\t},\n\n\t/**\n\t * Call attach() on all plugins registered to the given target name.\n\t *\n\t * @param {String} targetName app name / class name\n\t * @param {Object} targetObject to be extended\n\t * @param {Object} [options] options\n\t */\n\tattach: function(targetName, targetObject, options) {\n\t\tconst plugins = this.getPlugins(targetName)\n\t\tfor (let i = 0; i < plugins.length; i++) {\n\t\t\tif (plugins[i].attach) {\n\t\t\t\tplugins[i].attach(targetObject, options)\n\t\t\t}\n\t\t}\n\t},\n\n\t/**\n\t * Call detach() on all plugins registered to the given target name.\n\t *\n\t * @param {String} targetName app name / class name\n\t * @param {Object} targetObject to be extended\n\t * @param {Object} [options] options\n\t */\n\tdetach: function(targetName, targetObject, options) {\n\t\tconst plugins = this.getPlugins(targetName)\n\t\tfor (let i = 0; i < plugins.length; i++) {\n\t\t\tif (plugins[i].detach) {\n\t\t\t\tplugins[i].detach(targetObject, options)\n\t\t\t}\n\t\t}\n\t},\n\n}\n","/**\n * @copyright 2019 Christoph Wurst <christoph@winzerhof-wurst.at>\n *\n * @author 2019 Christoph Wurst <christoph@winzerhof-wurst.at>\n *\n * @license GNU AGPL version 3 or any later version\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see <http://www.gnu.org/licenses/>.\n */\n\n/**\n * Redirect to the target URL, can also be used for downloads.\n * @param {string} targetURL URL to redirect to\n * @deprecated 17.0.0 use window.location directly\n */\nexport const redirect = targetURL => { window.location = targetURL }\n\n/**\n * Reloads the current page\n * @deprecated 17.0.0 use window.location.reload directly\n */\nexport const reload = () => { window.location.reload() }\n","var check = function (it) {\n return it && it.Math == Math && it;\n};\n\n// https://github.com/zloirock/core-js/issues/86#issuecomment-115759028\nmodule.exports =\n // eslint-disable-next-line no-undef\n check(typeof globalThis == 'object' && globalThis) ||\n check(typeof window == 'object' && window) ||\n check(typeof self == 'object' && self) ||\n check(typeof global == 'object' && global) ||\n // eslint-disable-next-line no-new-func\n Function('return this')();\n","var global = require('../internals/global');\nvar shared = require('../internals/shared');\nvar has = require('../internals/has');\nvar uid = require('../internals/uid');\nvar NATIVE_SYMBOL = require('../internals/native-symbol');\nvar USE_SYMBOL_AS_UID = require('../internals/use-symbol-as-uid');\n\nvar WellKnownSymbolsStore = shared('wks');\nvar Symbol = global.Symbol;\nvar createWellKnownSymbol = USE_SYMBOL_AS_UID ? Symbol : Symbol && Symbol.withoutSetter || uid;\n\nmodule.exports = function (name) {\n if (!has(WellKnownSymbolsStore, name)) {\n if (NATIVE_SYMBOL && has(Symbol, name)) WellKnownSymbolsStore[name] = Symbol[name];\n else WellKnownSymbolsStore[name] = createWellKnownSymbol('Symbol.' + name);\n } return WellKnownSymbolsStore[name];\n};\n","module.exports = function (exec) {\n try {\n return !!exec();\n } catch (error) {\n return true;\n }\n};\n","var hasOwnProperty = {}.hasOwnProperty;\n\nmodule.exports = function (it, key) {\n return hasOwnProperty.call(it, key);\n};\n","module.exports = function (it) {\n return typeof it === 'object' ? it !== null : typeof it === 'function';\n};\n","/**\n * @copyright 2019 Christoph Wurst <christoph@winzerhof-wurst.at>\n *\n * @author 2019 Christoph Wurst <christoph@winzerhof-wurst.at>\n *\n * @license GNU AGPL version 3 or any later version\n *\n * This program is free software = you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation either version 3 of the\n * License or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not see <http://www.gnu.org/licenses/>.\n */\n\nexport const coreApps = ['', 'admin', 'log', 'core/search', 'core', '3rdparty']\nexport const menuSpeed = 50\nexport const PERMISSION_NONE = 0\nexport const PERMISSION_CREATE = 4\nexport const PERMISSION_READ = 1\nexport const PERMISSION_UPDATE = 2\nexport const PERMISSION_DELETE = 8\nexport const PERMISSION_SHARE = 16\nexport const PERMISSION_ALL = 31\nexport const TAG_FAVORITE = '_$!<Favorite>!$_'\n","var DESCRIPTORS = require('../internals/descriptors');\nvar IE8_DOM_DEFINE = require('../internals/ie8-dom-define');\nvar anObject = require('../internals/an-object');\nvar toPrimitive = require('../internals/to-primitive');\n\nvar nativeDefineProperty = Object.defineProperty;\n\n// `Object.defineProperty` method\n// https://tc39.github.io/ecma262/#sec-object.defineproperty\nexports.f = DESCRIPTORS ? nativeDefineProperty : function defineProperty(O, P, Attributes) {\n anObject(O);\n P = toPrimitive(P, true);\n anObject(Attributes);\n if (IE8_DOM_DEFINE) try {\n return nativeDefineProperty(O, P, Attributes);\n } catch (error) { /* empty */ }\n if ('get' in Attributes || 'set' in Attributes) throw TypeError('Accessors not supported');\n if ('value' in Attributes) O[P] = Attributes.value;\n return O;\n};\n","module.exports = function (exec) {\n try {\n return !!exec();\n } catch (error) {\n return true;\n }\n};\n","var g;\n\n// This works in non-strict mode\ng = (function() {\n\treturn this;\n})();\n\ntry {\n\t// This works if eval is allowed (see CSP)\n\tg = g || new Function(\"return this\")();\n} catch (e) {\n\t// This works if the window reference is available\n\tif (typeof window === \"object\") g = window;\n}\n\n// g can still be undefined, but nothing to do about it...\n// We return undefined, instead of nothing here, so it's\n// easier to handle this case. if(!global) { ...}\n\nmodule.exports = g;\n","var fails = require('../internals/fails');\n\n// Thank's IE8 for his funny defineProperty\nmodule.exports = !fails(function () {\n return Object.defineProperty({}, 1, { get: function () { return 7; } })[1] != 7;\n});\n","var DESCRIPTORS = require('../internals/descriptors');\nvar definePropertyModule = require('../internals/object-define-property');\nvar createPropertyDescriptor = require('../internals/create-property-descriptor');\n\nmodule.exports = DESCRIPTORS ? function (object, key, value) {\n return definePropertyModule.f(object, key, createPropertyDescriptor(1, value));\n} : function (object, key, value) {\n object[key] = value;\n return object;\n};\n","var check = function (it) {\n return it && it.Math == Math && it;\n};\n\n// https://github.com/zloirock/core-js/issues/86#issuecomment-115759028\nmodule.exports =\n // eslint-disable-next-line no-undef\n check(typeof globalThis == 'object' && globalThis) ||\n check(typeof window == 'object' && window) ||\n check(typeof self == 'object' && self) ||\n check(typeof global == 'object' && global) ||\n // eslint-disable-next-line no-new-func\n Function('return this')();\n","'use strict';\n\nvar bind = require('./helpers/bind');\n\n/*global toString:true*/\n\n// utils is a library of generic helper functions non-specific to axios\n\nvar toString = Object.prototype.toString;\n\n/**\n * Determine if a value is an Array\n *\n * @param {Object} val The value to test\n * @returns {boolean} True if value is an Array, otherwise false\n */\nfunction isArray(val) {\n return toString.call(val) === '[object Array]';\n}\n\n/**\n * Determine if a value is undefined\n *\n * @param {Object} val The value to test\n * @returns {boolean} True if the value is undefined, otherwise false\n */\nfunction isUndefined(val) {\n return typeof val === 'undefined';\n}\n\n/**\n * Determine if a value is a Buffer\n *\n * @param {Object} val The value to test\n * @returns {boolean} True if value is a Buffer, otherwise false\n */\nfunction isBuffer(val) {\n return val !== null && !isUndefined(val) && val.constructor !== null && !isUndefined(val.constructor)\n && typeof val.constructor.isBuffer === 'function' && val.constructor.isBuffer(val);\n}\n\n/**\n * Determine if a value is an ArrayBuffer\n *\n * @param {Object} val The value to test\n * @returns {boolean} True if value is an ArrayBuffer, otherwise false\n */\nfunction isArrayBuffer(val) {\n return toString.call(val) === '[object ArrayBuffer]';\n}\n\n/**\n * Determine if a value is a FormData\n *\n * @param {Object} val The value to test\n * @returns {boolean} True if value is an FormData, otherwise false\n */\nfunction isFormData(val) {\n return (typeof FormData !== 'undefined') && (val instanceof FormData);\n}\n\n/**\n * Determine if a value is a view on an ArrayBuffer\n *\n * @param {Object} val The value to test\n * @returns {boolean} True if value is a view on an ArrayBuffer, otherwise false\n */\nfunction isArrayBufferView(val) {\n var result;\n if ((typeof ArrayBuffer !== 'undefined') && (ArrayBuffer.isView)) {\n result = ArrayBuffer.isView(val);\n } else {\n result = (val) && (val.buffer) && (val.buffer instanceof ArrayBuffer);\n }\n return result;\n}\n\n/**\n * Determine if a value is a String\n *\n * @param {Object} val The value to test\n * @returns {boolean} True if value is a String, otherwise false\n */\nfunction isString(val) {\n return typeof val === 'string';\n}\n\n/**\n * Determine if a value is a Number\n *\n * @param {Object} val The value to test\n * @returns {boolean} True if value is a Number, otherwise false\n */\nfunction isNumber(val) {\n return typeof val === 'number';\n}\n\n/**\n * Determine if a value is an Object\n *\n * @param {Object} val The value to test\n * @returns {boolean} True if value is an Object, otherwise false\n */\nfunction isObject(val) {\n return val !== null && typeof val === 'object';\n}\n\n/**\n * Determine if a value is a Date\n *\n * @param {Object} val The value to test\n * @returns {boolean} True if value is a Date, otherwise false\n */\nfunction isDate(val) {\n return toString.call(val) === '[object Date]';\n}\n\n/**\n * Determine if a value is a File\n *\n * @param {Object} val The value to test\n * @returns {boolean} True if value is a File, otherwise false\n */\nfunction isFile(val) {\n return toString.call(val) === '[object File]';\n}\n\n/**\n * Determine if a value is a Blob\n *\n * @param {Object} val The value to test\n * @returns {boolean} True if value is a Blob, otherwise false\n */\nfunction isBlob(val) {\n return toString.call(val) === '[object Blob]';\n}\n\n/**\n * Determine if a value is a Function\n *\n * @param {Object} val The value to test\n * @returns {boolean} True if value is a Function, otherwise false\n */\nfunction isFunction(val) {\n return toString.call(val) === '[object Function]';\n}\n\n/**\n * Determine if a value is a Stream\n *\n * @param {Object} val The value to test\n * @returns {boolean} True if value is a Stream, otherwise false\n */\nfunction isStream(val) {\n return isObject(val) && isFunction(val.pipe);\n}\n\n/**\n * Determine if a value is a URLSearchParams object\n *\n * @param {Object} val The value to test\n * @returns {boolean} True if value is a URLSearchParams object, otherwise false\n */\nfunction isURLSearchParams(val) {\n return typeof URLSearchParams !== 'undefined' && val instanceof URLSearchParams;\n}\n\n/**\n * Trim excess whitespace off the beginning and end of a string\n *\n * @param {String} str The String to trim\n * @returns {String} The String freed of excess whitespace\n */\nfunction trim(str) {\n return str.replace(/^\\s*/, '').replace(/\\s*$/, '');\n}\n\n/**\n * Determine if we're running in a standard browser environment\n *\n * This allows axios to run in a web worker, and react-native.\n * Both environments support XMLHttpRequest, but not fully standard globals.\n *\n * web workers:\n * typeof window -> undefined\n * typeof document -> undefined\n *\n * react-native:\n * navigator.product -> 'ReactNative'\n * nativescript\n * navigator.product -> 'NativeScript' or 'NS'\n */\nfunction isStandardBrowserEnv() {\n if (typeof navigator !== 'undefined' && (navigator.product === 'ReactNative' ||\n navigator.product === 'NativeScript' ||\n navigator.product === 'NS')) {\n return false;\n }\n return (\n typeof window !== 'undefined' &&\n typeof document !== 'undefined'\n );\n}\n\n/**\n * Iterate over an Array or an Object invoking a function for each item.\n *\n * If `obj` is an Array callback will be called passing\n * the value, index, and complete array for each item.\n *\n * If 'obj' is an Object callback will be called passing\n * the value, key, and complete object for each property.\n *\n * @param {Object|Array} obj The object to iterate\n * @param {Function} fn The callback to invoke for each item\n */\nfunction forEach(obj, fn) {\n // Don't bother if no value provided\n if (obj === null || typeof obj === 'undefined') {\n return;\n }\n\n // Force an array if not already something iterable\n if (typeof obj !== 'object') {\n /*eslint no-param-reassign:0*/\n obj = [obj];\n }\n\n if (isArray(obj)) {\n // Iterate over array values\n for (var i = 0, l = obj.length; i < l; i++) {\n fn.call(null, obj[i], i, obj);\n }\n } else {\n // Iterate over object keys\n for (var key in obj) {\n if (Object.prototype.hasOwnProperty.call(obj, key)) {\n fn.call(null, obj[key], key, obj);\n }\n }\n }\n}\n\n/**\n * Accepts varargs expecting each argument to be an object, then\n * immutably merges the properties of each object and returns result.\n *\n * When multiple objects contain the same key the later object in\n * the arguments list will take precedence.\n *\n * Example:\n *\n * ```js\n * var result = merge({foo: 123}, {foo: 456});\n * console.log(result.foo); // outputs 456\n * ```\n *\n * @param {Object} obj1 Object to merge\n * @returns {Object} Result of all merge properties\n */\nfunction merge(/* obj1, obj2, obj3, ... */) {\n var result = {};\n function assignValue(val, key) {\n if (typeof result[key] === 'object' && typeof val === 'object') {\n result[key] = merge(result[key], val);\n } else {\n result[key] = val;\n }\n }\n\n for (var i = 0, l = arguments.length; i < l; i++) {\n forEach(arguments[i], assignValue);\n }\n return result;\n}\n\n/**\n * Function equal to merge with the difference being that no reference\n * to original objects is kept.\n *\n * @see merge\n * @param {Object} obj1 Object to merge\n * @returns {Object} Result of all merge properties\n */\nfunction deepMerge(/* obj1, obj2, obj3, ... */) {\n var result = {};\n function assignValue(val, key) {\n if (typeof result[key] === 'object' && typeof val === 'object') {\n result[key] = deepMerge(result[key], val);\n } else if (typeof val === 'object') {\n result[key] = deepMerge({}, val);\n } else {\n result[key] = val;\n }\n }\n\n for (var i = 0, l = arguments.length; i < l; i++) {\n forEach(arguments[i], assignValue);\n }\n return result;\n}\n\n/**\n * Extends object a by mutably adding to it the properties of object b.\n *\n * @param {Object} a The object to be extended\n * @param {Object} b The object to copy properties from\n * @param {Object} thisArg The object to bind function to\n * @return {Object} The resulting value of object a\n */\nfunction extend(a, b, thisArg) {\n forEach(b, function assignValue(val, key) {\n if (thisArg && typeof val === 'function') {\n a[key] = bind(val, thisArg);\n } else {\n a[key] = val;\n }\n });\n return a;\n}\n\nmodule.exports = {\n isArray: isArray,\n isArrayBuffer: isArrayBuffer,\n isBuffer: isBuffer,\n isFormData: isFormData,\n isArrayBufferView: isArrayBufferView,\n isString: isString,\n isNumber: isNumber,\n isObject: isObject,\n isUndefined: isUndefined,\n isDate: isDate,\n isFile: isFile,\n isBlob: isBlob,\n isFunction: isFunction,\n isStream: isStream,\n isURLSearchParams: isURLSearchParams,\n isStandardBrowserEnv: isStandardBrowserEnv,\n forEach: forEach,\n merge: merge,\n deepMerge: deepMerge,\n extend: extend,\n trim: trim\n};\n","var isObject = require('../internals/is-object');\n\nmodule.exports = function (it) {\n if (!isObject(it)) {\n throw TypeError(String(it) + ' is not an object');\n } return it;\n};\n","module.exports = function (exec) {\n try {\n return !!exec();\n } catch (error) {\n return true;\n }\n};\n","\"use strict\";\n\nrequire(\"core-js/modules/es.array.index-of\");\n\nrequire(\"core-js/modules/es.object.assign\");\n\nrequire(\"core-js/modules/es.object.to-string\");\n\nrequire(\"core-js/modules/es.regexp.exec\");\n\nrequire(\"core-js/modules/es.regexp.to-string\");\n\nrequire(\"core-js/modules/es.string.replace\");\n\nObject.defineProperty(exports, \"__esModule\", {\n value: true\n});\nexports.getRootUrl = exports.generateFilePath = exports.imagePath = exports.generateUrl = exports.generateOcsUrl = exports.generateRemoteUrl = exports.linkTo = void 0;\n\n/// <reference types=\"@nextcloud/typings\" />\n\n/**\n * Get an absolute url to a file in an app\n *\n * @param {string} app the id of the app the file belongs to\n * @param {string} file the file path relative to the app folder\n * @return {string} Absolute URL to a file\n */\nvar linkTo = function linkTo(app, file) {\n return generateFilePath(app, '', file);\n};\n/**\n * Creates a relative url for remote use\n *\n * @param {string} service id\n * @return {string} the url\n */\n\n\nexports.linkTo = linkTo;\n\nvar linkToRemoteBase = function linkToRemoteBase(service) {\n return getRootUrl() + '/remote.php/' + service;\n};\n/**\n * @brief Creates an absolute url for remote use\n * @param {string} service id\n * @return {string} the url\n */\n\n\nvar generateRemoteUrl = function generateRemoteUrl(service) {\n return window.location.protocol + '//' + window.location.host + linkToRemoteBase(service);\n};\n/**\n * Get the base path for the given OCS API service\n *\n * @param {string} service name\n * @param {int} version OCS API version\n * @return {string} OCS API base path\n */\n\n\nexports.generateRemoteUrl = generateRemoteUrl;\n\nvar generateOcsUrl = function generateOcsUrl(service, version) {\n version = version !== 2 ? 1 : 2;\n return window.location.protocol + '//' + window.location.host + getRootUrl() + '/ocs/v' + version + '.php/' + service + '/';\n};\n\nexports.generateOcsUrl = generateOcsUrl;\n\n/**\n * Generate the absolute url for the given relative url, which can contain parameters\n *\n * Parameters will be URL encoded automatically\n *\n * @return {string} Absolute URL for the given relative URL\n */\nvar generateUrl = function generateUrl(url, params, options) {\n var allOptions = Object.assign({\n escape: true,\n noRewrite: false\n }, options || {});\n\n var _build = function _build(text, vars) {\n vars = vars || {};\n return text.replace(/{([^{}]*)}/g, function (a, b) {\n var r = vars[b];\n\n if (allOptions.escape) {\n return typeof r === 'string' || typeof r === 'number' ? encodeURIComponent(r.toString()) : encodeURIComponent(a);\n } else {\n return typeof r === 'string' || typeof r === 'number' ? r.toString() : a;\n }\n });\n };\n\n if (url.charAt(0) !== '/') {\n url = '/' + url;\n }\n\n if (OC.config.modRewriteWorking === true && !allOptions.noRewrite) {\n return getRootUrl() + _build(url, params || {});\n }\n\n return getRootUrl() + '/index.php' + _build(url, params || {});\n};\n/**\n * Get the absolute path to an image file\n * if no extension is given for the image, it will automatically decide\n * between .png and .svg based on what the browser supports\n *\n * @param {string} app the app id to which the image belongs\n * @param {string} file the name of the image file\n * @return {string}\n */\n\n\nexports.generateUrl = generateUrl;\n\nvar imagePath = function imagePath(app, file) {\n if (file.indexOf('.') === -1) {\n //if no extension is given, use svg\n return generateFilePath(app, 'img', file + '.svg');\n }\n\n return generateFilePath(app, 'img', file);\n};\n/**\n * Get the absolute url for a file in an app\n *\n * @param {string} app the id of the app\n * @param {string} type the type of the file to link to (e.g. css,img,ajax.template)\n * @param {string} file the filename\n * @return {string} Absolute URL for a file in an app\n */\n\n\nexports.imagePath = imagePath;\n\nvar generateFilePath = function generateFilePath(app, type, file) {\n var isCore = OC.coreApps.indexOf(app) !== -1;\n var link = getRootUrl();\n\n if (file.substring(file.length - 3) === 'php' && !isCore) {\n link += '/index.php/apps/' + app;\n\n if (file !== 'index.php') {\n link += '/';\n\n if (type) {\n link += encodeURI(type + '/');\n }\n\n link += file;\n }\n } else if (file.substring(file.length - 3) !== 'php' && !isCore) {\n link = OC.appswebroots[app];\n\n if (type) {\n link += '/' + type + '/';\n }\n\n if (link.substring(link.length - 1) !== '/') {\n link += '/';\n }\n\n link += file;\n } else {\n if ((app === 'settings' || app === 'core' || app === 'search') && type === 'ajax') {\n link += '/index.php/';\n } else {\n link += '/';\n }\n\n if (!isCore) {\n link += 'apps/';\n }\n\n if (app !== '') {\n app += '/';\n link += app;\n }\n\n if (type) {\n link += type + '/';\n }\n\n link += file;\n }\n\n return link;\n};\n/**\n * Return the web root path where this Nextcloud instance\n * is accessible, with a leading slash.\n * For example \"/nextcloud\".\n *\n * @return {string} web root path\n */\n\n\nexports.generateFilePath = generateFilePath;\n\nvar getRootUrl = function getRootUrl() {\n return OC.webroot;\n};\n\nexports.getRootUrl = getRootUrl;\n//# sourceMappingURL=index.js.map","var check = function (it) {\n return it && it.Math == Math && it;\n};\n\n// https://github.com/zloirock/core-js/issues/86#issuecomment-115759028\nmodule.exports =\n // eslint-disable-next-line no-undef\n check(typeof globalThis == 'object' && globalThis) ||\n check(typeof window == 'object' && window) ||\n check(typeof self == 'object' && self) ||\n check(typeof global == 'object' && global) ||\n // eslint-disable-next-line no-new-func\n Function('return this')();\n","var check = function (it) {\n return it && it.Math == Math && it;\n};\n\n// https://github.com/zloirock/core-js/issues/86#issuecomment-115759028\nmodule.exports =\n // eslint-disable-next-line no-undef\n check(typeof globalThis == 'object' && globalThis) ||\n check(typeof window == 'object' && window) ||\n check(typeof self == 'object' && self) ||\n check(typeof global == 'object' && global) ||\n // eslint-disable-next-line no-new-func\n Function('return this')();\n","'use strict';\n\nexports.__esModule = true;\nexports.extend = extend;\nexports.indexOf = indexOf;\nexports.escapeExpression = escapeExpression;\nexports.isEmpty = isEmpty;\nexports.createFrame = createFrame;\nexports.blockParams = blockParams;\nexports.appendContextPath = appendContextPath;\nvar escape = {\n '&': '&amp;',\n '<': '&lt;',\n '>': '&gt;',\n '\"': '&quot;',\n \"'\": '&#x27;',\n '`': '&#x60;',\n '=': '&#x3D;'\n};\n\nvar badChars = /[&<>\"'`=]/g,\n possible = /[&<>\"'`=]/;\n\nfunction escapeChar(chr) {\n return escape[chr];\n}\n\nfunction extend(obj /* , ...source */) {\n for (var i = 1; i < arguments.length; i++) {\n for (var key in arguments[i]) {\n if (Object.prototype.hasOwnProperty.call(arguments[i], key)) {\n obj[key] = arguments[i][key];\n }\n }\n }\n\n return obj;\n}\n\nvar toString = Object.prototype.toString;\n\nexports.toString = toString;\n// Sourced from lodash\n// https://github.com/bestiejs/lodash/blob/master/LICENSE.txt\n/* eslint-disable func-style */\nvar isFunction = function isFunction(value) {\n return typeof value === 'function';\n};\n// fallback for older versions of Chrome and Safari\n/* istanbul ignore next */\nif (isFunction(/x/)) {\n exports.isFunction = isFunction = function (value) {\n return typeof value === 'function' && toString.call(value) === '[object Function]';\n };\n}\nexports.isFunction = isFunction;\n\n/* eslint-enable func-style */\n\n/* istanbul ignore next */\nvar isArray = Array.isArray || function (value) {\n return value && typeof value === 'object' ? toString.call(value) === '[object Array]' : false;\n};\n\nexports.isArray = isArray;\n// Older IE versions do not directly support indexOf so we must implement our own, sadly.\n\nfunction indexOf(array, value) {\n for (var i = 0, len = array.length; i < len; i++) {\n if (array[i] === value) {\n return i;\n }\n }\n return -1;\n}\n\nfunction escapeExpression(string) {\n if (typeof string !== 'string') {\n // don't escape SafeStrings, since they're already safe\n if (string && string.toHTML) {\n return string.toHTML();\n } else if (string == null) {\n return '';\n } else if (!string) {\n return string + '';\n }\n\n // Force a string conversion as this will be done by the append regardless and\n // the regex test will do this transparently behind the scenes, causing issues if\n // an object's to string has escaped characters in it.\n string = '' + string;\n }\n\n if (!possible.test(string)) {\n return string;\n }\n return string.replace(badChars, escapeChar);\n}\n\nfunction isEmpty(value) {\n if (!value && value !== 0) {\n return true;\n } else if (isArray(value) && value.length === 0) {\n return true;\n } else {\n return false;\n }\n}\n\nfunction createFrame(object) {\n var frame = extend({}, object);\n frame._parent = object;\n return frame;\n}\n\nfunction blockParams(params, ids) {\n params.path = ids;\n return params;\n}\n\nfunction appendContextPath(contextPath, id) {\n return (contextPath ? contextPath + '.' : '') + id;\n}\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uL2xpYi9oYW5kbGViYXJzL3V0aWxzLmpzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7Ozs7Ozs7Ozs7QUFBQSxJQUFNLE1BQU0sR0FBRztBQUNiLEtBQUcsRUFBRSxPQUFPO0FBQ1osS0FBRyxFQUFFLE1BQU07QUFDWCxLQUFHLEVBQUUsTUFBTTtBQUNYLEtBQUcsRUFBRSxRQUFRO0FBQ2IsS0FBRyxFQUFFLFFBQVE7QUFDYixLQUFHLEVBQUUsUUFBUTtBQUNiLEtBQUcsRUFBRSxRQUFRO0NBQ2QsQ0FBQzs7QUFFRixJQUFNLFFBQVEsR0FBRyxZQUFZO0lBQzNCLFFBQVEsR0FBRyxXQUFXLENBQUM7O0FBRXpCLFNBQVMsVUFBVSxDQUFDLEdBQUcsRUFBRTtBQUN2QixTQUFPLE1BQU0sQ0FBQyxHQUFHLENBQUMsQ0FBQztDQUNwQjs7QUFFTSxTQUFTLE1BQU0sQ0FBQyxHQUFHLG9CQUFvQjtBQUM1QyxPQUFLLElBQUksQ0FBQyxHQUFHLENBQUMsRUFBRSxDQUFDLEdBQUcsU0FBUyxDQUFDLE1BQU0sRUFBRSxDQUFDLEVBQUUsRUFBRTtBQUN6QyxTQUFLLElBQUksR0FBRyxJQUFJLFNBQVMsQ0FBQyxDQUFDLENBQUMsRUFBRTtBQUM1QixVQUFJLE1BQU0sQ0FBQyxTQUFTLENBQUMsY0FBYyxDQUFDLElBQUksQ0FBQyxTQUFTLENBQUMsQ0FBQyxDQUFDLEVBQUUsR0FBRyxDQUFDLEVBQUU7QUFDM0QsV0FBRyxDQUFDLEdBQUcsQ0FBQyxHQUFHLFNBQVMsQ0FBQyxDQUFDLENBQUMsQ0FBQyxHQUFHLENBQUMsQ0FBQztPQUM5QjtLQUNGO0dBQ0Y7O0FBRUQsU0FBTyxHQUFHLENBQUM7Q0FDWjs7QUFFTSxJQUFJLFFBQVEsR0FBRyxNQUFNLENBQUMsU0FBUyxDQUFDLFFBQVEsQ0FBQzs7Ozs7O0FBS2hELElBQUksVUFBVSxHQUFHLG9CQUFTLEtBQUssRUFBRTtBQUMvQixTQUFPLE9BQU8sS0FBSyxLQUFLLFVBQVUsQ0FBQztDQUNwQyxDQUFDOzs7QUFHRixJQUFJLFVBQVUsQ0FBQyxHQUFHLENBQUMsRUFBRTtBQUNuQixVQU9PLFVBQVUsR0FQakIsVUFBVSxHQUFHLFVBQVMsS0FBSyxFQUFFO0FBQzNCLFdBQ0UsT0FBTyxLQUFLLEtBQUssVUFBVSxJQUMzQixRQUFRLENBQUMsSUFBSSxDQUFDLEtBQUssQ0FBQyxLQUFLLG1CQUFtQixDQUM1QztHQUNILENBQUM7Q0FDSDtRQUNRLFVBQVUsR0FBVixVQUFVOzs7OztBQUlaLElBQU0sT0FBTyxHQUNsQixLQUFLLENBQUMsT0FBTyxJQUNiLFVBQVMsS0FBSyxFQUFFO0FBQ2QsU0FBTyxLQUFLLElBQUksT0FBTyxLQUFLLEtBQUssUUFBUSxHQUNyQyxRQUFRLENBQUMsSUFBSSxDQUFDLEtBQUssQ0FBQyxLQUFLLGdCQUFnQixHQUN6QyxLQUFLLENBQUM7Q0FDWCxDQUFDOzs7OztBQUdHLFNBQVMsT0FBTyxDQUFDLEtBQUssRUFBRSxLQUFLLEVBQUU7QUFDcEMsT0FBSyxJQUFJLENBQUMsR0FBRyxDQUFDLEVBQUUsR0FBRyxHQUFHLEtBQUssQ0FBQyxNQUFNLEVBQUUsQ0FBQyxHQUFHLEdBQUcsRUFBRSxDQUFDLEVBQUUsRUFBRTtBQUNoRCxRQUFJLEtBQUssQ0FBQyxDQUFDLENBQUMsS0FBSyxLQUFLLEVBQUU7QUFDdEIsYUFBTyxDQUFDLENBQUM7S0FDVjtHQUNGO0FBQ0QsU0FBTyxDQUFDLENBQUMsQ0FBQztDQUNYOztBQUVNLFNBQVMsZ0JBQWdCLENBQUMsTUFBTSxFQUFFO0FBQ3ZDLE1BQUksT0FBTyxNQUFNLEtBQUssUUFBUSxFQUFFOztBQUU5QixRQUFJLE1BQU0sSUFBSSxNQUFNLENBQUMsTUFBTSxFQUFFO0FBQzNCLGFBQU8sTUFBTSxDQUFDLE1BQU0sRUFBRSxDQUFDO0tBQ3hCLE1BQU0sSUFBSSxNQUFNLElBQUksSUFBSSxFQUFFO0FBQ3pCLGFBQU8sRUFBRSxDQUFDO0tBQ1gsTUFBTSxJQUFJLENBQUMsTUFBTSxFQUFFO0FBQ2xCLGFBQU8sTUFBTSxHQUFHLEVBQUUsQ0FBQztLQUNwQjs7Ozs7QUFLRCxVQUFNLEdBQUcsRUFBRSxHQUFHLE1BQU0sQ0FBQztHQUN0Qjs7QUFFRCxNQUFJLENBQUMsUUFBUSxDQUFDLElBQUksQ0FBQyxNQUFNLENBQUMsRUFBRTtBQUMxQixXQUFPLE1BQU0sQ0FBQztHQUNmO0FBQ0QsU0FBTyxNQUFNLENBQUMsT0FBTyxDQUFDLFFBQVEsRUFBRSxVQUFVLENBQUMsQ0FBQztDQUM3Qzs7QUFFTSxTQUFTLE9BQU8sQ0FBQyxLQUFLLEVBQUU7QUFDN0IsTUFBSSxDQUFDLEtBQUssSUFBSSxLQUFLLEtBQUssQ0FBQyxFQUFFO0FBQ3pCLFdBQU8sSUFBSSxDQUFDO0dBQ2IsTUFBTSxJQUFJLE9BQU8sQ0FBQyxLQUFLLENBQUMsSUFBSSxLQUFLLENBQUMsTUFBTSxLQUFLLENBQUMsRUFBRTtBQUMvQyxXQUFPLElBQUksQ0FBQztHQUNiLE1BQU07QUFDTCxXQUFPLEtBQUssQ0FBQztHQUNkO0NBQ0Y7O0FBRU0sU0FBUyxXQUFXLENBQUMsTUFBTSxFQUFFO0FBQ2xDLE1BQUksS0FBSyxHQUFHLE1BQU0sQ0FBQyxFQUFFLEVBQUUsTUFBTSxDQUFDLENBQUM7QUFDL0IsT0FBSyxDQUFDLE9BQU8sR0FBRyxNQUFNLENBQUM7QUFDdkIsU0FBTyxLQUFLLENBQUM7Q0FDZDs7QUFFTSxTQUFTLFdBQVcsQ0FBQyxNQUFNLEVBQUUsR0FBRyxFQUFFO0FBQ3ZDLFFBQU0sQ0FBQyxJQUFJLEdBQUcsR0FBRyxDQUFDO0FBQ2xCLFNBQU8sTUFBTSxDQUFDO0NBQ2Y7O0FBRU0sU0FBUyxpQkFBaUIsQ0FBQyxXQUFXLEVBQUUsRUFBRSxFQUFFO0FBQ2pELFNBQU8sQ0FBQyxXQUFXLEdBQUcsV0FBVyxHQUFHLEdBQUcsR0FBRyxFQUFFLENBQUEsR0FBSSxFQUFFLENBQUM7Q0FDcEQiLCJmaWxlIjoidXRpbHMuanMiLCJzb3VyY2VzQ29udGVudCI6WyJjb25zdCBlc2NhcGUgPSB7XG4gICcmJzogJyZhbXA7JyxcbiAgJzwnOiAnJmx0OycsXG4gICc+JzogJyZndDsnLFxuICAnXCInOiAnJnF1b3Q7JyxcbiAgXCInXCI6ICcmI3gyNzsnLFxuICAnYCc6ICcmI3g2MDsnLFxuICAnPSc6ICcmI3gzRDsnXG59O1xuXG5jb25zdCBiYWRDaGFycyA9IC9bJjw+XCInYD1dL2csXG4gIHBvc3NpYmxlID0gL1smPD5cIidgPV0vO1xuXG5mdW5jdGlvbiBlc2NhcGVDaGFyKGNocikge1xuICByZXR1cm4gZXNjYXBlW2Nocl07XG59XG5cbmV4cG9ydCBmdW5jdGlvbiBleHRlbmQob2JqIC8qICwgLi4uc291cmNlICovKSB7XG4gIGZvciAobGV0IGkgPSAxOyBpIDwgYXJndW1lbnRzLmxlbmd0aDsgaSsrKSB7XG4gICAgZm9yIChsZXQga2V5IGluIGFyZ3VtZW50c1tpXSkge1xuICAgICAgaWYgKE9iamVjdC5wcm90b3R5cGUuaGFzT3duUHJvcGVydHkuY2FsbChhcmd1bWVudHNbaV0sIGtleSkpIHtcbiAgICAgICAgb2JqW2tleV0gPSBhcmd1bWVudHNbaV1ba2V5XTtcbiAgICAgIH1cbiAgICB9XG4gIH1cblxuICByZXR1cm4gb2JqO1xufVxuXG5leHBvcnQgbGV0IHRvU3RyaW5nID0gT2JqZWN0LnByb3RvdHlwZS50b1N0cmluZztcblxuLy8gU291cmNlZCBmcm9tIGxvZGFzaFxuLy8gaHR0cHM6Ly9naXRodWIuY29tL2Jlc3RpZWpzL2xvZGFzaC9ibG9iL21hc3Rlci9MSUNFTlNFLnR4dFxuLyogZXNsaW50LWRpc2FibGUgZnVuYy1zdHlsZSAqL1xubGV0IGlzRnVuY3Rpb24gPSBmdW5jdGlvbih2YWx1ZSkge1xuICByZXR1cm4gdHlwZW9mIHZhbHVlID09PSAnZnVuY3Rpb24nO1xufTtcbi8vIGZhbGxiYWNrIGZvciBvbGRlciB2ZXJzaW9ucyBvZiBDaHJvbWUgYW5kIFNhZmFyaVxuLyogaXN0YW5idWwgaWdub3JlIG5leHQgKi9cbmlmIChpc0Z1bmN0aW9uKC94LykpIHtcbiAgaXNGdW5jdGlvbiA9IGZ1bmN0aW9uKHZhbHVlKSB7XG4gICAgcmV0dXJuIChcbiAgICAgIHR5cGVvZiB2YWx1ZSA9PT0gJ2Z1bmN0aW9uJyAmJlxuICAgICAgdG9TdHJpbmcuY2FsbCh2YWx1ZSkgPT09ICdbb2JqZWN0IEZ1bmN0aW9uXSdcbiAgICApO1xuICB9O1xufVxuZXhwb3J0IHsgaXNGdW5jdGlvbiB9O1xuLyogZXNsaW50LWVuYWJsZSBmdW5jLXN0eWxlICovXG5cbi8qIGlzdGFuYnVsIGlnbm9yZSBuZXh0ICovXG5leHBvcnQgY29uc3QgaXNBcnJheSA9XG4gIEFycmF5LmlzQXJyYXkgfHxcbiAgZnVuY3Rpb24odmFsdWUpIHtcbiAgICByZXR1cm4gdmFsdWUgJiYgdHlwZW9mIHZhbHVlID09PSAnb2JqZWN0J1xuICAgICAgPyB0b1N0cmluZy5jYWxsKHZhbHVlKSA9PT0gJ1tvYmplY3QgQXJyYXldJ1xuICAgICAgOiBmYWxzZTtcbiAgfTtcblxuLy8gT2xkZXIgSUUgdmVyc2lvbnMgZG8gbm90IGRpcmVjdGx5IHN1cHBvcnQgaW5kZXhPZiBzbyB3ZSBtdXN0IGltcGxlbWVudCBvdXIgb3duLCBzYWRseS5cbmV4cG9ydCBmdW5jdGlvbiBpbmRleE9mKGFycmF5LCB2YWx1ZSkge1xuICBmb3IgKGxldCBpID0gMCwgbGVuID0gYXJyYXkubGVuZ3RoOyBpIDwgbGVuOyBpKyspIHtcbiAgICBpZiAoYXJyYXlbaV0gPT09IHZhbHVlKSB7XG4gICAgICByZXR1cm4gaTtcbiAgICB9XG4gIH1cbiAgcmV0dXJuIC0xO1xufVxuXG5leHBvcnQgZnVuY3Rpb24gZXNjYXBlRXhwcmVzc2lvbihzdHJpbmcpIHtcbiAgaWYgKHR5cGVvZiBzdHJpbmcgIT09ICdzdHJpbmcnKSB7XG4gICAgLy8gZG9uJ3QgZXNjYXBlIFNhZmVTdHJpbmdzLCBzaW5jZSB0aGV5J3JlIGFscmVhZHkgc2FmZVxuICAgIGlmIChzdHJpbmcgJiYgc3RyaW5nLnRvSFRNTCkge1xuICAgICAgcmV0dXJuIHN0cmluZy50b0hUTUwoKTtcbiAgICB9IGVsc2UgaWYgKHN0cmluZyA9PSBudWxsKSB7XG4gICAgICByZXR1cm4gJyc7XG4gICAgfSBlbHNlIGlmICghc3RyaW5nKSB7XG4gICAgICByZXR1cm4gc3RyaW5nICsgJyc7XG4gICAgfVxuXG4gICAgLy8gRm9yY2UgYSBzdHJpbmcgY29udmVyc2lvbiBhcyB0aGlzIHdpbGwgYmUgZG9uZSBieSB0aGUgYXBwZW5kIHJlZ2FyZGxlc3MgYW5kXG4gICAgLy8gdGhlIHJlZ2V4IHRlc3Qgd2lsbCBkbyB0aGlzIHRyYW5zcGFyZW50bHkgYmVoaW5kIHRoZSBzY2VuZXMsIGNhdXNpbmcgaXNzdWVzIGlmXG4gICAgLy8gYW4gb2JqZWN0J3MgdG8gc3RyaW5nIGhhcyBlc2NhcGVkIGNoYXJhY3RlcnMgaW4gaXQuXG4gICAgc3RyaW5nID0gJycgKyBzdHJpbmc7XG4gIH1cblxuICBpZiAoIXBvc3NpYmxlLnRlc3Qoc3RyaW5nKSkge1xuICAgIHJldHVybiBzdHJpbmc7XG4gIH1cbiAgcmV0dXJuIHN0cmluZy5yZXBsYWNlKGJhZENoYXJzLCBlc2NhcGVDaGFyKTtcbn1cblxuZXhwb3J0IGZ1bmN0aW9uIGlzRW1wdHkodmFsdWUpIHtcbiAgaWYgKCF2YWx1ZSAmJiB2YWx1ZSAhPT0gMCkge1xuICAgIHJldHVybiB0cnVlO1xuICB9IGVsc2UgaWYgKGlzQXJyYXkodmFsdWUpICYmIHZhbHVlLmxlbmd0aCA9PT0gMCkge1xuICAgIHJldHVybiB0cnVlO1xuICB9IGVsc2Uge1xuICAgIHJldHVybiBmYWxzZTtcbiAgfVxufVxuXG5leHBvcnQgZnVuY3Rpb24gY3JlYXRlRnJhbWUob2JqZWN0KSB7XG4gIGxldCBmcmFtZSA9IGV4dGVuZCh7fSwgb2JqZWN0KTtcbiAgZnJhbWUuX3BhcmVudCA9IG9iamVjdDtcbiAgcmV0dXJuIGZyYW1lO1xufVxuXG5leHBvcnQgZnVuY3Rpb24gYmxvY2tQYXJhbXMocGFyYW1zLCBpZHMpIHtcbiAgcGFyYW1zLnBhdGggPSBpZHM7XG4gIHJldHVybiBwYXJhbXM7XG59XG5cbmV4cG9ydCBmdW5jdGlvbiBhcHBlbmRDb250ZXh0UGF0aChjb250ZXh0UGF0aCwgaWQpIHtcbiAgcmV0dXJuIChjb250ZXh0UGF0aCA/IGNvbnRleHRQYXRoICsgJy4nIDogJycpICsgaWQ7XG59XG4iXX0=\n","var check = function (it) {\n return it && it.Math == Math && it;\n};\n\n// https://github.com/zloirock/core-js/issues/86#issuecomment-115759028\nmodule.exports =\n // eslint-disable-next-line no-undef\n check(typeof globalThis == 'object' && globalThis) ||\n check(typeof window == 'object' && window) ||\n check(typeof self == 'object' && self) ||\n check(typeof global == 'object' && global) ||\n // eslint-disable-next-line no-new-func\n Function('return this')();\n","var hasOwnProperty = {}.hasOwnProperty;\n\nmodule.exports = function (it, key) {\n return hasOwnProperty.call(it, key);\n};\n","var global = require('../internals/global');\nvar getOwnPropertyDescriptor = require('../internals/object-get-own-property-descriptor').f;\nvar createNonEnumerableProperty = require('../internals/create-non-enumerable-property');\nvar redefine = require('../internals/redefine');\nvar setGlobal = require('../internals/set-global');\nvar copyConstructorProperties = require('../internals/copy-constructor-properties');\nvar isForced = require('../internals/is-forced');\n\n/*\n options.target - name of the target object\n options.global - target is the global object\n options.stat - export as static methods of target\n options.proto - export as prototype methods of target\n options.real - real prototype method for the `pure` version\n options.forced - export even if the native feature is available\n options.bind - bind methods to the target, required for the `pure` version\n options.wrap - wrap constructors to preventing global pollution, required for the `pure` version\n options.unsafe - use the simple assignment of property instead of delete + defineProperty\n options.sham - add a flag to not completely full polyfills\n options.enumerable - export as enumerable property\n options.noTargetGet - prevent calling a getter on target\n*/\nmodule.exports = function (options, source) {\n var TARGET = options.target;\n var GLOBAL = options.global;\n var STATIC = options.stat;\n var FORCED, target, key, targetProperty, sourceProperty, descriptor;\n if (GLOBAL) {\n target = global;\n } else if (STATIC) {\n target = global[TARGET] || setGlobal(TARGET, {});\n } else {\n target = (global[TARGET] || {}).prototype;\n }\n if (target) for (key in source) {\n sourceProperty = source[key];\n if (options.noTargetGet) {\n descriptor = getOwnPropertyDescriptor(target, key);\n targetProperty = descriptor && descriptor.value;\n } else targetProperty = target[key];\n FORCED = isForced(GLOBAL ? key : TARGET + (STATIC ? '.' : '#') + key, options.forced);\n // contained in target\n if (!FORCED && targetProperty !== undefined) {\n if (typeof sourceProperty === typeof targetProperty) continue;\n copyConstructorProperties(sourceProperty, targetProperty);\n }\n // add a flag to not completely full polyfills\n if (options.sham || (targetProperty && targetProperty.sham)) {\n createNonEnumerableProperty(sourceProperty, 'sham', true);\n }\n // extend global\n redefine(target, key, sourceProperty, options);\n }\n};\n","var global = require('../internals/global');\nvar createNonEnumerableProperty = require('../internals/create-non-enumerable-property');\nvar has = require('../internals/has');\nvar setGlobal = require('../internals/set-global');\nvar inspectSource = require('../internals/inspect-source');\nvar InternalStateModule = require('../internals/internal-state');\n\nvar getInternalState = InternalStateModule.get;\nvar enforceInternalState = InternalStateModule.enforce;\nvar TEMPLATE = String(String).split('String');\n\n(module.exports = function (O, key, value, options) {\n var unsafe = options ? !!options.unsafe : false;\n var simple = options ? !!options.enumerable : false;\n var noTargetGet = options ? !!options.noTargetGet : false;\n if (typeof value == 'function') {\n if (typeof key == 'string' && !has(value, 'name')) createNonEnumerableProperty(value, 'name', key);\n enforceInternalState(value).source = TEMPLATE.join(typeof key == 'string' ? key : '');\n }\n if (O === global) {\n if (simple) O[key] = value;\n else setGlobal(key, value);\n return;\n } else if (!unsafe) {\n delete O[key];\n } else if (!noTargetGet && O[key]) {\n simple = true;\n }\n if (simple) O[key] = value;\n else createNonEnumerableProperty(O, key, value);\n// add fake Function#toString for correct work wrapped methods / constructors with methods like LoDash isNative\n})(Function.prototype, 'toString', function toString() {\n return typeof this == 'function' && getInternalState(this).source || inspectSource(this);\n});\n","module.exports = {};\n","var check = function (it) {\n return it && it.Math == Math && it;\n};\n\n// https://github.com/zloirock/core-js/issues/86#issuecomment-115759028\nmodule.exports =\n // eslint-disable-next-line no-undef\n check(typeof globalThis == 'object' && globalThis) ||\n check(typeof window == 'object' && window) ||\n check(typeof self == 'object' && self) ||\n check(typeof global == 'object' && global) ||\n // eslint-disable-next-line no-new-func\n Function('return this')();\n","// Backbone.js 1.4.0\n\n// (c) 2010-2019 Jeremy Ashkenas and DocumentCloud\n// Backbone may be freely distributed under the MIT license.\n// For all details and documentation:\n// http://backbonejs.org\n\n(function(factory) {\n\n // Establish the root object, `window` (`self`) in the browser, or `global` on the server.\n // We use `self` instead of `window` for `WebWorker` support.\n var root = typeof self == 'object' && self.self === self && self ||\n typeof global == 'object' && global.global === global && global;\n\n // Set up Backbone appropriately for the environment. Start with AMD.\n if (typeof define === 'function' && define.amd) {\n define(['underscore', 'jquery', 'exports'], function(_, $, exports) {\n // Export global even in AMD case in case this script is loaded with\n // others that may still expect a global Backbone.\n root.Backbone = factory(root, exports, _, $);\n });\n\n // Next for Node.js or CommonJS. jQuery may not be needed as a module.\n } else if (typeof exports !== 'undefined') {\n var _ = require('underscore'), $;\n try { $ = require('jquery'); } catch (e) {}\n factory(root, exports, _, $);\n\n // Finally, as a browser global.\n } else {\n root.Backbone = factory(root, {}, root._, root.jQuery || root.Zepto || root.ender || root.$);\n }\n\n})(function(root, Backbone, _, $) {\n\n // Initial Setup\n // -------------\n\n // Save the previous value of the `Backbone` variable, so that it can be\n // restored later on, if `noConflict` is used.\n var previousBackbone = root.Backbone;\n\n // Create a local reference to a common array method we'll want to use later.\n var slice = Array.prototype.slice;\n\n // Current version of the library. Keep in sync with `package.json`.\n Backbone.VERSION = '1.4.0';\n\n // For Backbone's purposes, jQuery, Zepto, Ender, or My Library (kidding) owns\n // the `$` variable.\n Backbone.$ = $;\n\n // Runs Backbone.js in *noConflict* mode, returning the `Backbone` variable\n // to its previous owner. Returns a reference to this Backbone object.\n Backbone.noConflict = function() {\n root.Backbone = previousBackbone;\n return this;\n };\n\n // Turn on `emulateHTTP` to support legacy HTTP servers. Setting this option\n // will fake `\"PATCH\"`, `\"PUT\"` and `\"DELETE\"` requests via the `_method` parameter and\n // set a `X-Http-Method-Override` header.\n Backbone.emulateHTTP = false;\n\n // Turn on `emulateJSON` to support legacy servers that can't deal with direct\n // `application/json` requests ... this will encode the body as\n // `application/x-www-form-urlencoded` instead and will send the model in a\n // form param named `model`.\n Backbone.emulateJSON = false;\n\n // Backbone.Events\n // ---------------\n\n // A module that can be mixed in to *any object* in order to provide it with\n // a custom event channel. You may bind a callback to an event with `on` or\n // remove with `off`; `trigger`-ing an event fires all callbacks in\n // succession.\n //\n // var object = {};\n // _.extend(object, Backbone.Events);\n // object.on('expand', function(){ alert('expanded'); });\n // object.trigger('expand');\n //\n var Events = Backbone.Events = {};\n\n // Regular expression used to split event strings.\n var eventSplitter = /\\s+/;\n\n // A private global variable to share between listeners and listenees.\n var _listening;\n\n // Iterates over the standard `event, callback` (as well as the fancy multiple\n // space-separated events `\"change blur\", callback` and jQuery-style event\n // maps `{event: callback}`).\n var eventsApi = function(iteratee, events, name, callback, opts) {\n var i = 0, names;\n if (name && typeof name === 'object') {\n // Handle event maps.\n if (callback !== void 0 && 'context' in opts && opts.context === void 0) opts.context = callback;\n for (names = _.keys(name); i < names.length ; i++) {\n events = eventsApi(iteratee, events, names[i], name[names[i]], opts);\n }\n } else if (name && eventSplitter.test(name)) {\n // Handle space-separated event names by delegating them individually.\n for (names = name.split(eventSplitter); i < names.length; i++) {\n events = iteratee(events, names[i], callback, opts);\n }\n } else {\n // Finally, standard events.\n events = iteratee(events, name, callback, opts);\n }\n return events;\n };\n\n // Bind an event to a `callback` function. Passing `\"all\"` will bind\n // the callback to all events fired.\n Events.on = function(name, callback, context) {\n this._events = eventsApi(onApi, this._events || {}, name, callback, {\n context: context,\n ctx: this,\n listening: _listening\n });\n\n if (_listening) {\n var listeners = this._listeners || (this._listeners = {});\n listeners[_listening.id] = _listening;\n // Allow the listening to use a counter, instead of tracking\n // callbacks for library interop\n _listening.interop = false;\n }\n\n return this;\n };\n\n // Inversion-of-control versions of `on`. Tell *this* object to listen to\n // an event in another object... keeping track of what it's listening to\n // for easier unbinding later.\n Events.listenTo = function(obj, name, callback) {\n if (!obj) return this;\n var id = obj._listenId || (obj._listenId = _.uniqueId('l'));\n var listeningTo = this._listeningTo || (this._listeningTo = {});\n var listening = _listening = listeningTo[id];\n\n // This object is not listening to any other events on `obj` yet.\n // Setup the necessary references to track the listening callbacks.\n if (!listening) {\n this._listenId || (this._listenId = _.uniqueId('l'));\n listening = _listening = listeningTo[id] = new Listening(this, obj);\n }\n\n // Bind callbacks on obj.\n var error = tryCatchOn(obj, name, callback, this);\n _listening = void 0;\n\n if (error) throw error;\n // If the target obj is not Backbone.Events, track events manually.\n if (listening.interop) listening.on(name, callback);\n\n return this;\n };\n\n // The reducing API that adds a callback to the `events` object.\n var onApi = function(events, name, callback, options) {\n if (callback) {\n var handlers = events[name] || (events[name] = []);\n var context = options.context, ctx = options.ctx, listening = options.listening;\n if (listening) listening.count++;\n\n handlers.push({callback: callback, context: context, ctx: context || ctx, listening: listening});\n }\n return events;\n };\n\n // An try-catch guarded #on function, to prevent poisoning the global\n // `_listening` variable.\n var tryCatchOn = function(obj, name, callback, context) {\n try {\n obj.on(name, callback, context);\n } catch (e) {\n return e;\n }\n };\n\n // Remove one or many callbacks. If `context` is null, removes all\n // callbacks with that function. If `callback` is null, removes all\n // callbacks for the event. If `name` is null, removes all bound\n // callbacks for all events.\n Events.off = function(name, callback, context) {\n if (!this._events) return this;\n this._events = eventsApi(offApi, this._events, name, callback, {\n context: context,\n listeners: this._listeners\n });\n\n return this;\n };\n\n // Tell this object to stop listening to either specific events ... or\n // to every object it's currently listening to.\n Events.stopListening = function(obj, name, callback) {\n var listeningTo = this._listeningTo;\n if (!listeningTo) return this;\n\n var ids = obj ? [obj._listenId] : _.keys(listeningTo);\n for (var i = 0; i < ids.length; i++) {\n var listening = listeningTo[ids[i]];\n\n // If listening doesn't exist, this object is not currently\n // listening to obj. Break out early.\n if (!listening) break;\n\n listening.obj.off(name, callback, this);\n if (listening.interop) listening.off(name, callback);\n }\n if (_.isEmpty(listeningTo)) this._listeningTo = void 0;\n\n return this;\n };\n\n // The reducing API that removes a callback from the `events` object.\n var offApi = function(events, name, callback, options) {\n if (!events) return;\n\n var context = options.context, listeners = options.listeners;\n var i = 0, names;\n\n // Delete all event listeners and \"drop\" events.\n if (!name && !context && !callback) {\n for (names = _.keys(listeners); i < names.length; i++) {\n listeners[names[i]].cleanup();\n }\n return;\n }\n\n names = name ? [name] : _.keys(events);\n for (; i < names.length; i++) {\n name = names[i];\n var handlers = events[name];\n\n // Bail out if there are no events stored.\n if (!handlers) break;\n\n // Find any remaining events.\n var remaining = [];\n for (var j = 0; j < handlers.length; j++) {\n var handler = handlers[j];\n if (\n callback && callback !== handler.callback &&\n callback !== handler.callback._callback ||\n context && context !== handler.context\n ) {\n remaining.push(handler);\n } else {\n var listening = handler.listening;\n if (listening) listening.off(name, callback);\n }\n }\n\n // Replace events if there are any remaining. Otherwise, clean up.\n if (remaining.length) {\n events[name] = remaining;\n } else {\n delete events[name];\n }\n }\n\n return events;\n };\n\n // Bind an event to only be triggered a single time. After the first time\n // the callback is invoked, its listener will be removed. If multiple events\n // are passed in using the space-separated syntax, the handler will fire\n // once for each event, not once for a combination of all events.\n Events.once = function(name, callback, context) {\n // Map the event into a `{event: once}` object.\n var events = eventsApi(onceMap, {}, name, callback, this.off.bind(this));\n if (typeof name === 'string' && context == null) callback = void 0;\n return this.on(events, callback, context);\n };\n\n // Inversion-of-control versions of `once`.\n Events.listenToOnce = function(obj, name, callback) {\n // Map the event into a `{event: once}` object.\n var events = eventsApi(onceMap, {}, name, callback, this.stopListening.bind(this, obj));\n return this.listenTo(obj, events);\n };\n\n // Reduces the event callbacks into a map of `{event: onceWrapper}`.\n // `offer` unbinds the `onceWrapper` after it has been called.\n var onceMap = function(map, name, callback, offer) {\n if (callback) {\n var once = map[name] = _.once(function() {\n offer(name, once);\n callback.apply(this, arguments);\n });\n once._callback = callback;\n }\n return map;\n };\n\n // Trigger one or many events, firing all bound callbacks. Callbacks are\n // passed the same arguments as `trigger` is, apart from the event name\n // (unless you're listening on `\"all\"`, which will cause your callback to\n // receive the true name of the event as the first argument).\n Events.trigger = function(name) {\n if (!this._events) return this;\n\n var length = Math.max(0, arguments.length - 1);\n var args = Array(length);\n for (var i = 0; i < length; i++) args[i] = arguments[i + 1];\n\n eventsApi(triggerApi, this._events, name, void 0, args);\n return this;\n };\n\n // Handles triggering the appropriate event callbacks.\n var triggerApi = function(objEvents, name, callback, args) {\n if (objEvents) {\n var events = objEvents[name];\n var allEvents = objEvents.all;\n if (events && allEvents) allEvents = allEvents.slice();\n if (events) triggerEvents(events, args);\n if (allEvents) triggerEvents(allEvents, [name].concat(args));\n }\n return objEvents;\n };\n\n // A difficult-to-believe, but optimized internal dispatch function for\n // triggering events. Tries to keep the usual cases speedy (most internal\n // Backbone events have 3 arguments).\n var triggerEvents = function(events, args) {\n var ev, i = -1, l = events.length, a1 = args[0], a2 = args[1], a3 = args[2];\n switch (args.length) {\n case 0: while (++i < l) (ev = events[i]).callback.call(ev.ctx); return;\n case 1: while (++i < l) (ev = events[i]).callback.call(ev.ctx, a1); return;\n case 2: while (++i < l) (ev = events[i]).callback.call(ev.ctx, a1, a2); return;\n case 3: while (++i < l) (ev = events[i]).callback.call(ev.ctx, a1, a2, a3); return;\n default: while (++i < l) (ev = events[i]).callback.apply(ev.ctx, args); return;\n }\n };\n\n // A listening class that tracks and cleans up memory bindings\n // when all callbacks have been offed.\n var Listening = function(listener, obj) {\n this.id = listener._listenId;\n this.listener = listener;\n this.obj = obj;\n this.interop = true;\n this.count = 0;\n this._events = void 0;\n };\n\n Listening.prototype.on = Events.on;\n\n // Offs a callback (or several).\n // Uses an optimized counter if the listenee uses Backbone.Events.\n // Otherwise, falls back to manual tracking to support events\n // library interop.\n Listening.prototype.off = function(name, callback) {\n var cleanup;\n if (this.interop) {\n this._events = eventsApi(offApi, this._events, name, callback, {\n context: void 0,\n listeners: void 0\n });\n cleanup = !this._events;\n } else {\n this.count--;\n cleanup = this.count === 0;\n }\n if (cleanup) this.cleanup();\n };\n\n // Cleans up memory bindings between the listener and the listenee.\n Listening.prototype.cleanup = function() {\n delete this.listener._listeningTo[this.obj._listenId];\n if (!this.interop) delete this.obj._listeners[this.id];\n };\n\n // Aliases for backwards compatibility.\n Events.bind = Events.on;\n Events.unbind = Events.off;\n\n // Allow the `Backbone` object to serve as a global event bus, for folks who\n // want global \"pubsub\" in a convenient place.\n _.extend(Backbone, Events);\n\n // Backbone.Model\n // --------------\n\n // Backbone **Models** are the basic data object in the framework --\n // frequently representing a row in a table in a database on your server.\n // A discrete chunk of data and a bunch of useful, related methods for\n // performing computations and transformations on that data.\n\n // Create a new model with the specified attributes. A client id (`cid`)\n // is automatically generated and assigned for you.\n var Model = Backbone.Model = function(attributes, options) {\n var attrs = attributes || {};\n options || (options = {});\n this.preinitialize.apply(this, arguments);\n this.cid = _.uniqueId(this.cidPrefix);\n this.attributes = {};\n if (options.collection) this.collection = options.collection;\n if (options.parse) attrs = this.parse(attrs, options) || {};\n var defaults = _.result(this, 'defaults');\n attrs = _.defaults(_.extend({}, defaults, attrs), defaults);\n this.set(attrs, options);\n this.changed = {};\n this.initialize.apply(this, arguments);\n };\n\n // Attach all inheritable methods to the Model prototype.\n _.extend(Model.prototype, Events, {\n\n // A hash of attributes whose current and previous value differ.\n changed: null,\n\n // The value returned during the last failed validation.\n validationError: null,\n\n // The default name for the JSON `id` attribute is `\"id\"`. MongoDB and\n // CouchDB users may want to set this to `\"_id\"`.\n idAttribute: 'id',\n\n // The prefix is used to create the client id which is used to identify models locally.\n // You may want to override this if you're experiencing name clashes with model ids.\n cidPrefix: 'c',\n\n // preinitialize is an empty function by default. You can override it with a function\n // or object. preinitialize will run before any instantiation logic is run in the Model.\n preinitialize: function(){},\n\n // Initialize is an empty function by default. Override it with your own\n // initialization logic.\n initialize: function(){},\n\n // Return a copy of the model's `attributes` object.\n toJSON: function(options) {\n return _.clone(this.attributes);\n },\n\n // Proxy `Backbone.sync` by default -- but override this if you need\n // custom syncing semantics for *this* particular model.\n sync: function() {\n return Backbone.sync.apply(this, arguments);\n },\n\n // Get the value of an attribute.\n get: function(attr) {\n return this.attributes[attr];\n },\n\n // Get the HTML-escaped value of an attribute.\n escape: function(attr) {\n return _.escape(this.get(attr));\n },\n\n // Returns `true` if the attribute contains a value that is not null\n // or undefined.\n has: function(attr) {\n return this.get(attr) != null;\n },\n\n // Special-cased proxy to underscore's `_.matches` method.\n matches: function(attrs) {\n return !!_.iteratee(attrs, this)(this.attributes);\n },\n\n // Set a hash of model attributes on the object, firing `\"change\"`. This is\n // the core primitive operation of a model, updating the data and notifying\n // anyone who needs to know about the change in state. The heart of the beast.\n set: function(key, val, options) {\n if (key == null) return this;\n\n // Handle both `\"key\", value` and `{key: value}` -style arguments.\n var attrs;\n if (typeof key === 'object') {\n attrs = key;\n options = val;\n } else {\n (attrs = {})[key] = val;\n }\n\n options || (options = {});\n\n // Run validation.\n if (!this._validate(attrs, options)) return false;\n\n // Extract attributes and options.\n var unset = options.unset;\n var silent = options.silent;\n var changes = [];\n var changing = this._changing;\n this._changing = true;\n\n if (!changing) {\n this._previousAttributes = _.clone(this.attributes);\n this.changed = {};\n }\n\n var current = this.attributes;\n var changed = this.changed;\n var prev = this._previousAttributes;\n\n // For each `set` attribute, update or delete the current value.\n for (var attr in attrs) {\n val = attrs[attr];\n if (!_.isEqual(current[attr], val)) changes.push(attr);\n if (!_.isEqual(prev[attr], val)) {\n changed[attr] = val;\n } else {\n delete changed[attr];\n }\n unset ? delete current[attr] : current[attr] = val;\n }\n\n // Update the `id`.\n if (this.idAttribute in attrs) this.id = this.get(this.idAttribute);\n\n // Trigger all relevant attribute changes.\n if (!silent) {\n if (changes.length) this._pending = options;\n for (var i = 0; i < changes.length; i++) {\n this.trigger('change:' + changes[i], this, current[changes[i]], options);\n }\n }\n\n // You might be wondering why there's a `while` loop here. Changes can\n // be recursively nested within `\"change\"` events.\n if (changing) return this;\n if (!silent) {\n while (this._pending) {\n options = this._pending;\n this._pending = false;\n this.trigger('change', this, options);\n }\n }\n this._pending = false;\n this._changing = false;\n return this;\n },\n\n // Remove an attribute from the model, firing `\"change\"`. `unset` is a noop\n // if the attribute doesn't exist.\n unset: function(attr, options) {\n return this.set(attr, void 0, _.extend({}, options, {unset: true}));\n },\n\n // Clear all attributes on the model, firing `\"change\"`.\n clear: function(options) {\n var attrs = {};\n for (var key in this.attributes) attrs[key] = void 0;\n return this.set(attrs, _.extend({}, options, {unset: true}));\n },\n\n // Determine if the model has changed since the last `\"change\"` event.\n // If you specify an attribute name, determine if that attribute has changed.\n hasChanged: function(attr) {\n if (attr == null) return !_.isEmpty(this.changed);\n return _.has(this.changed, attr);\n },\n\n // Return an object containing all the attributes that have changed, or\n // false if there are no changed attributes. Useful for determining what\n // parts of a view need to be updated and/or what attributes need to be\n // persisted to the server. Unset attributes will be set to undefined.\n // You can also pass an attributes object to diff against the model,\n // determining if there *would be* a change.\n changedAttributes: function(diff) {\n if (!diff) return this.hasChanged() ? _.clone(this.changed) : false;\n var old = this._changing ? this._previousAttributes : this.attributes;\n var changed = {};\n var hasChanged;\n for (var attr in diff) {\n var val = diff[attr];\n if (_.isEqual(old[attr], val)) continue;\n changed[attr] = val;\n hasChanged = true;\n }\n return hasChanged ? changed : false;\n },\n\n // Get the previous value of an attribute, recorded at the time the last\n // `\"change\"` event was fired.\n previous: function(attr) {\n if (attr == null || !this._previousAttributes) return null;\n return this._previousAttributes[attr];\n },\n\n // Get all of the attributes of the model at the time of the previous\n // `\"change\"` event.\n previousAttributes: function() {\n return _.clone(this._previousAttributes);\n },\n\n // Fetch the model from the server, merging the response with the model's\n // local attributes. Any changed attributes will trigger a \"change\" event.\n fetch: function(options) {\n options = _.extend({parse: true}, options);\n var model = this;\n var success = options.success;\n options.success = function(resp) {\n var serverAttrs = options.parse ? model.parse(resp, options) : resp;\n if (!model.set(serverAttrs, options)) return false;\n if (success) success.call(options.context, model, resp, options);\n model.trigger('sync', model, resp, options);\n };\n wrapError(this, options);\n return this.sync('read', this, options);\n },\n\n // Set a hash of model attributes, and sync the model to the server.\n // If the server returns an attributes hash that differs, the model's\n // state will be `set` again.\n save: function(key, val, options) {\n // Handle both `\"key\", value` and `{key: value}` -style arguments.\n var attrs;\n if (key == null || typeof key === 'object') {\n attrs = key;\n options = val;\n } else {\n (attrs = {})[key] = val;\n }\n\n options = _.extend({validate: true, parse: true}, options);\n var wait = options.wait;\n\n // If we're not waiting and attributes exist, save acts as\n // `set(attr).save(null, opts)` with validation. Otherwise, check if\n // the model will be valid when the attributes, if any, are set.\n if (attrs && !wait) {\n if (!this.set(attrs, options)) return false;\n } else if (!this._validate(attrs, options)) {\n return false;\n }\n\n // After a successful server-side save, the client is (optionally)\n // updated with the server-side state.\n var model = this;\n var success = options.success;\n var attributes = this.attributes;\n options.success = function(resp) {\n // Ensure attributes are restored during synchronous saves.\n model.attributes = attributes;\n var serverAttrs = options.parse ? model.parse(resp, options) : resp;\n if (wait) serverAttrs = _.extend({}, attrs, serverAttrs);\n if (serverAttrs && !model.set(serverAttrs, options)) return false;\n if (success) success.call(options.context, model, resp, options);\n model.trigger('sync', model, resp, options);\n };\n wrapError(this, options);\n\n // Set temporary attributes if `{wait: true}` to properly find new ids.\n if (attrs && wait) this.attributes = _.extend({}, attributes, attrs);\n\n var method = this.isNew() ? 'create' : options.patch ? 'patch' : 'update';\n if (method === 'patch' && !options.attrs) options.attrs = attrs;\n var xhr = this.sync(method, this, options);\n\n // Restore attributes.\n this.attributes = attributes;\n\n return xhr;\n },\n\n // Destroy this model on the server if it was already persisted.\n // Optimistically removes the model from its collection, if it has one.\n // If `wait: true` is passed, waits for the server to respond before removal.\n destroy: function(options) {\n options = options ? _.clone(options) : {};\n var model = this;\n var success = options.success;\n var wait = options.wait;\n\n var destroy = function() {\n model.stopListening();\n model.trigger('destroy', model, model.collection, options);\n };\n\n options.success = function(resp) {\n if (wait) destroy();\n if (success) success.call(options.context, model, resp, options);\n if (!model.isNew()) model.trigger('sync', model, resp, options);\n };\n\n var xhr = false;\n if (this.isNew()) {\n _.defer(options.success);\n } else {\n wrapError(this, options);\n xhr = this.sync('delete', this, options);\n }\n if (!wait) destroy();\n return xhr;\n },\n\n // Default URL for the model's representation on the server -- if you're\n // using Backbone's restful methods, override this to change the endpoint\n // that will be called.\n url: function() {\n var base =\n _.result(this, 'urlRoot') ||\n _.result(this.collection, 'url') ||\n urlError();\n if (this.isNew()) return base;\n var id = this.get(this.idAttribute);\n return base.replace(/[^\\/]$/, '$&/') + encodeURIComponent(id);\n },\n\n // **parse** converts a response into the hash of attributes to be `set` on\n // the model. The default implementation is just to pass the response along.\n parse: function(resp, options) {\n return resp;\n },\n\n // Create a new model with identical attributes to this one.\n clone: function() {\n return new this.constructor(this.attributes);\n },\n\n // A model is new if it has never been saved to the server, and lacks an id.\n isNew: function() {\n return !this.has(this.idAttribute);\n },\n\n // Check if the model is currently in a valid state.\n isValid: function(options) {\n return this._validate({}, _.extend({}, options, {validate: true}));\n },\n\n // Run validation against the next complete set of model attributes,\n // returning `true` if all is well. Otherwise, fire an `\"invalid\"` event.\n _validate: function(attrs, options) {\n if (!options.validate || !this.validate) return true;\n attrs = _.extend({}, this.attributes, attrs);\n var error = this.validationError = this.validate(attrs, options) || null;\n if (!error) return true;\n this.trigger('invalid', this, error, _.extend(options, {validationError: error}));\n return false;\n }\n\n });\n\n // Backbone.Collection\n // -------------------\n\n // If models tend to represent a single row of data, a Backbone Collection is\n // more analogous to a table full of data ... or a small slice or page of that\n // table, or a collection of rows that belong together for a particular reason\n // -- all of the messages in this particular folder, all of the documents\n // belonging to this particular author, and so on. Collections maintain\n // indexes of their models, both in order, and for lookup by `id`.\n\n // Create a new **Collection**, perhaps to contain a specific type of `model`.\n // If a `comparator` is specified, the Collection will maintain\n // its models in sort order, as they're added and removed.\n var Collection = Backbone.Collection = function(models, options) {\n options || (options = {});\n this.preinitialize.apply(this, arguments);\n if (options.model) this.model = options.model;\n if (options.comparator !== void 0) this.comparator = options.comparator;\n this._reset();\n this.initialize.apply(this, arguments);\n if (models) this.reset(models, _.extend({silent: true}, options));\n };\n\n // Default options for `Collection#set`.\n var setOptions = {add: true, remove: true, merge: true};\n var addOptions = {add: true, remove: false};\n\n // Splices `insert` into `array` at index `at`.\n var splice = function(array, insert, at) {\n at = Math.min(Math.max(at, 0), array.length);\n var tail = Array(array.length - at);\n var length = insert.length;\n var i;\n for (i = 0; i < tail.length; i++) tail[i] = array[i + at];\n for (i = 0; i < length; i++) array[i + at] = insert[i];\n for (i = 0; i < tail.length; i++) array[i + length + at] = tail[i];\n };\n\n // Define the Collection's inheritable methods.\n _.extend(Collection.prototype, Events, {\n\n // The default model for a collection is just a **Backbone.Model**.\n // This should be overridden in most cases.\n model: Model,\n\n\n // preinitialize is an empty function by default. You can override it with a function\n // or object. preinitialize will run before any instantiation logic is run in the Collection.\n preinitialize: function(){},\n\n // Initialize is an empty function by default. Override it with your own\n // initialization logic.\n initialize: function(){},\n\n // The JSON representation of a Collection is an array of the\n // models' attributes.\n toJSON: function(options) {\n return this.map(function(model) { return model.toJSON(options); });\n },\n\n // Proxy `Backbone.sync` by default.\n sync: function() {\n return Backbone.sync.apply(this, arguments);\n },\n\n // Add a model, or list of models to the set. `models` may be Backbone\n // Models or raw JavaScript objects to be converted to Models, or any\n // combination of the two.\n add: function(models, options) {\n return this.set(models, _.extend({merge: false}, options, addOptions));\n },\n\n // Remove a model, or a list of models from the set.\n remove: function(models, options) {\n options = _.extend({}, options);\n var singular = !_.isArray(models);\n models = singular ? [models] : models.slice();\n var removed = this._removeModels(models, options);\n if (!options.silent && removed.length) {\n options.changes = {added: [], merged: [], removed: removed};\n this.trigger('update', this, options);\n }\n return singular ? removed[0] : removed;\n },\n\n // Update a collection by `set`-ing a new list of models, adding new ones,\n // removing models that are no longer present, and merging models that\n // already exist in the collection, as necessary. Similar to **Model#set**,\n // the core operation for updating the data contained by the collection.\n set: function(models, options) {\n if (models == null) return;\n\n options = _.extend({}, setOptions, options);\n if (options.parse && !this._isModel(models)) {\n models = this.parse(models, options) || [];\n }\n\n var singular = !_.isArray(models);\n models = singular ? [models] : models.slice();\n\n var at = options.at;\n if (at != null) at = +at;\n if (at > this.length) at = this.length;\n if (at < 0) at += this.length + 1;\n\n var set = [];\n var toAdd = [];\n var toMerge = [];\n var toRemove = [];\n var modelMap = {};\n\n var add = options.add;\n var merge = options.merge;\n var remove = options.remove;\n\n var sort = false;\n var sortable = this.comparator && at == null && options.sort !== false;\n var sortAttr = _.isString(this.comparator) ? this.comparator : null;\n\n // Turn bare objects into model references, and prevent invalid models\n // from being added.\n var model, i;\n for (i = 0; i < models.length; i++) {\n model = models[i];\n\n // If a duplicate is found, prevent it from being added and\n // optionally merge it into the existing model.\n var existing = this.get(model);\n if (existing) {\n if (merge && model !== existing) {\n var attrs = this._isModel(model) ? model.attributes : model;\n if (options.parse) attrs = existing.parse(attrs, options);\n existing.set(attrs, options);\n toMerge.push(existing);\n if (sortable && !sort) sort = existing.hasChanged(sortAttr);\n }\n if (!modelMap[existing.cid]) {\n modelMap[existing.cid] = true;\n set.push(existing);\n }\n models[i] = existing;\n\n // If this is a new, valid model, push it to the `toAdd` list.\n } else if (add) {\n model = models[i] = this._prepareModel(model, options);\n if (model) {\n toAdd.push(model);\n this._addReference(model, options);\n modelMap[model.cid] = true;\n set.push(model);\n }\n }\n }\n\n // Remove stale models.\n if (remove) {\n for (i = 0; i < this.length; i++) {\n model = this.models[i];\n if (!modelMap[model.cid]) toRemove.push(model);\n }\n if (toRemove.length) this._removeModels(toRemove, options);\n }\n\n // See if sorting is needed, update `length` and splice in new models.\n var orderChanged = false;\n var replace = !sortable && add && remove;\n if (set.length && replace) {\n orderChanged = this.length !== set.length || _.some(this.models, function(m, index) {\n return m !== set[index];\n });\n this.models.length = 0;\n splice(this.models, set, 0);\n this.length = this.models.length;\n } else if (toAdd.length) {\n if (sortable) sort = true;\n splice(this.models, toAdd, at == null ? this.length : at);\n this.length = this.models.length;\n }\n\n // Silently sort the collection if appropriate.\n if (sort) this.sort({silent: true});\n\n // Unless silenced, it's time to fire all appropriate add/sort/update events.\n if (!options.silent) {\n for (i = 0; i < toAdd.length; i++) {\n if (at != null) options.index = at + i;\n model = toAdd[i];\n model.trigger('add', model, this, options);\n }\n if (sort || orderChanged) this.trigger('sort', this, options);\n if (toAdd.length || toRemove.length || toMerge.length) {\n options.changes = {\n added: toAdd,\n removed: toRemove,\n merged: toMerge\n };\n this.trigger('update', this, options);\n }\n }\n\n // Return the added (or merged) model (or models).\n return singular ? models[0] : models;\n },\n\n // When you have more items than you want to add or remove individually,\n // you can reset the entire set with a new list of models, without firing\n // any granular `add` or `remove` events. Fires `reset` when finished.\n // Useful for bulk operations and optimizations.\n reset: function(models, options) {\n options = options ? _.clone(options) : {};\n for (var i = 0; i < this.models.length; i++) {\n this._removeReference(this.models[i], options);\n }\n options.previousModels = this.models;\n this._reset();\n models = this.add(models, _.extend({silent: true}, options));\n if (!options.silent) this.trigger('reset', this, options);\n return models;\n },\n\n // Add a model to the end of the collection.\n push: function(model, options) {\n return this.add(model, _.extend({at: this.length}, options));\n },\n\n // Remove a model from the end of the collection.\n pop: function(options) {\n var model = this.at(this.length - 1);\n return this.remove(model, options);\n },\n\n // Add a model to the beginning of the collection.\n unshift: function(model, options) {\n return this.add(model, _.extend({at: 0}, options));\n },\n\n // Remove a model from the beginning of the collection.\n shift: function(options) {\n var model = this.at(0);\n return this.remove(model, options);\n },\n\n // Slice out a sub-array of models from the collection.\n slice: function() {\n return slice.apply(this.models, arguments);\n },\n\n // Get a model from the set by id, cid, model object with id or cid\n // properties, or an attributes object that is transformed through modelId.\n get: function(obj) {\n if (obj == null) return void 0;\n return this._byId[obj] ||\n this._byId[this.modelId(this._isModel(obj) ? obj.attributes : obj)] ||\n obj.cid && this._byId[obj.cid];\n },\n\n // Returns `true` if the model is in the collection.\n has: function(obj) {\n return this.get(obj) != null;\n },\n\n // Get the model at the given index.\n at: function(index) {\n if (index < 0) index += this.length;\n return this.models[index];\n },\n\n // Return models with matching attributes. Useful for simple cases of\n // `filter`.\n where: function(attrs, first) {\n return this[first ? 'find' : 'filter'](attrs);\n },\n\n // Return the first model with matching attributes. Useful for simple cases\n // of `find`.\n findWhere: function(attrs) {\n return this.where(attrs, true);\n },\n\n // Force the collection to re-sort itself. You don't need to call this under\n // normal circumstances, as the set will maintain sort order as each item\n // is added.\n sort: function(options) {\n var comparator = this.comparator;\n if (!comparator) throw new Error('Cannot sort a set without a comparator');\n options || (options = {});\n\n var length = comparator.length;\n if (_.isFunction(comparator)) comparator = comparator.bind(this);\n\n // Run sort based on type of `comparator`.\n if (length === 1 || _.isString(comparator)) {\n this.models = this.sortBy(comparator);\n } else {\n this.models.sort(comparator);\n }\n if (!options.silent) this.trigger('sort', this, options);\n return this;\n },\n\n // Pluck an attribute from each model in the collection.\n pluck: function(attr) {\n return this.map(attr + '');\n },\n\n // Fetch the default set of models for this collection, resetting the\n // collection when they arrive. If `reset: true` is passed, the response\n // data will be passed through the `reset` method instead of `set`.\n fetch: function(options) {\n options = _.extend({parse: true}, options);\n var success = options.success;\n var collection = this;\n options.success = function(resp) {\n var method = options.reset ? 'reset' : 'set';\n collection[method](resp, options);\n if (success) success.call(options.context, collection, resp, options);\n collection.trigger('sync', collection, resp, options);\n };\n wrapError(this, options);\n return this.sync('read', this, options);\n },\n\n // Create a new instance of a model in this collection. Add the model to the\n // collection immediately, unless `wait: true` is passed, in which case we\n // wait for the server to agree.\n create: function(model, options) {\n options = options ? _.clone(options) : {};\n var wait = options.wait;\n model = this._prepareModel(model, options);\n if (!model) return false;\n if (!wait) this.add(model, options);\n var collection = this;\n var success = options.success;\n options.success = function(m, resp, callbackOpts) {\n if (wait) collection.add(m, callbackOpts);\n if (success) success.call(callbackOpts.context, m, resp, callbackOpts);\n };\n model.save(null, options);\n return model;\n },\n\n // **parse** converts a response into a list of models to be added to the\n // collection. The default implementation is just to pass it through.\n parse: function(resp, options) {\n return resp;\n },\n\n // Create a new collection with an identical list of models as this one.\n clone: function() {\n return new this.constructor(this.models, {\n model: this.model,\n comparator: this.comparator\n });\n },\n\n // Define how to uniquely identify models in the collection.\n modelId: function(attrs) {\n return attrs[this.model.prototype.idAttribute || 'id'];\n },\n\n // Get an iterator of all models in this collection.\n values: function() {\n return new CollectionIterator(this, ITERATOR_VALUES);\n },\n\n // Get an iterator of all model IDs in this collection.\n keys: function() {\n return new CollectionIterator(this, ITERATOR_KEYS);\n },\n\n // Get an iterator of all [ID, model] tuples in this collection.\n entries: function() {\n return new CollectionIterator(this, ITERATOR_KEYSVALUES);\n },\n\n // Private method to reset all internal state. Called when the collection\n // is first initialized or reset.\n _reset: function() {\n this.length = 0;\n this.models = [];\n this._byId = {};\n },\n\n // Prepare a hash of attributes (or other model) to be added to this\n // collection.\n _prepareModel: function(attrs, options) {\n if (this._isModel(attrs)) {\n if (!attrs.collection) attrs.collection = this;\n return attrs;\n }\n options = options ? _.clone(options) : {};\n options.collection = this;\n var model = new this.model(attrs, options);\n if (!model.validationError) return model;\n this.trigger('invalid', this, model.validationError, options);\n return false;\n },\n\n // Internal method called by both remove and set.\n _removeModels: function(models, options) {\n var removed = [];\n for (var i = 0; i < models.length; i++) {\n var model = this.get(models[i]);\n if (!model) continue;\n\n var index = this.indexOf(model);\n this.models.splice(index, 1);\n this.length--;\n\n // Remove references before triggering 'remove' event to prevent an\n // infinite loop. #3693\n delete this._byId[model.cid];\n var id = this.modelId(model.attributes);\n if (id != null) delete this._byId[id];\n\n if (!options.silent) {\n options.index = index;\n model.trigger('remove', model, this, options);\n }\n\n removed.push(model);\n this._removeReference(model, options);\n }\n return removed;\n },\n\n // Method for checking whether an object should be considered a model for\n // the purposes of adding to the collection.\n _isModel: function(model) {\n return model instanceof Model;\n },\n\n // Internal method to create a model's ties to a collection.\n _addReference: function(model, options) {\n this._byId[model.cid] = model;\n var id = this.modelId(model.attributes);\n if (id != null) this._byId[id] = model;\n model.on('all', this._onModelEvent, this);\n },\n\n // Internal method to sever a model's ties to a collection.\n _removeReference: function(model, options) {\n delete this._byId[model.cid];\n var id = this.modelId(model.attributes);\n if (id != null) delete this._byId[id];\n if (this === model.collection) delete model.collection;\n model.off('all', this._onModelEvent, this);\n },\n\n // Internal method called every time a model in the set fires an event.\n // Sets need to update their indexes when models change ids. All other\n // events simply proxy through. \"add\" and \"remove\" events that originate\n // in other collections are ignored.\n _onModelEvent: function(event, model, collection, options) {\n if (model) {\n if ((event === 'add' || event === 'remove') && collection !== this) return;\n if (event === 'destroy') this.remove(model, options);\n if (event === 'change') {\n var prevId = this.modelId(model.previousAttributes());\n var id = this.modelId(model.attributes);\n if (prevId !== id) {\n if (prevId != null) delete this._byId[prevId];\n if (id != null) this._byId[id] = model;\n }\n }\n }\n this.trigger.apply(this, arguments);\n }\n\n });\n\n // Defining an @@iterator method implements JavaScript's Iterable protocol.\n // In modern ES2015 browsers, this value is found at Symbol.iterator.\n /* global Symbol */\n var $$iterator = typeof Symbol === 'function' && Symbol.iterator;\n if ($$iterator) {\n Collection.prototype[$$iterator] = Collection.prototype.values;\n }\n\n // CollectionIterator\n // ------------------\n\n // A CollectionIterator implements JavaScript's Iterator protocol, allowing the\n // use of `for of` loops in modern browsers and interoperation between\n // Backbone.Collection and other JavaScript functions and third-party libraries\n // which can operate on Iterables.\n var CollectionIterator = function(collection, kind) {\n this._collection = collection;\n this._kind = kind;\n this._index = 0;\n };\n\n // This \"enum\" defines the three possible kinds of values which can be emitted\n // by a CollectionIterator that correspond to the values(), keys() and entries()\n // methods on Collection, respectively.\n var ITERATOR_VALUES = 1;\n var ITERATOR_KEYS = 2;\n var ITERATOR_KEYSVALUES = 3;\n\n // All Iterators should themselves be Iterable.\n if ($$iterator) {\n CollectionIterator.prototype[$$iterator] = function() {\n return this;\n };\n }\n\n CollectionIterator.prototype.next = function() {\n if (this._collection) {\n\n // Only continue iterating if the iterated collection is long enough.\n if (this._index < this._collection.length) {\n var model = this._collection.at(this._index);\n this._index++;\n\n // Construct a value depending on what kind of values should be iterated.\n var value;\n if (this._kind === ITERATOR_VALUES) {\n value = model;\n } else {\n var id = this._collection.modelId(model.attributes);\n if (this._kind === ITERATOR_KEYS) {\n value = id;\n } else { // ITERATOR_KEYSVALUES\n value = [id, model];\n }\n }\n return {value: value, done: false};\n }\n\n // Once exhausted, remove the reference to the collection so future\n // calls to the next method always return done.\n this._collection = void 0;\n }\n\n return {value: void 0, done: true};\n };\n\n // Backbone.View\n // -------------\n\n // Backbone Views are almost more convention than they are actual code. A View\n // is simply a JavaScript object that represents a logical chunk of UI in the\n // DOM. This might be a single item, an entire list, a sidebar or panel, or\n // even the surrounding frame which wraps your whole app. Defining a chunk of\n // UI as a **View** allows you to define your DOM events declaratively, without\n // having to worry about render order ... and makes it easy for the view to\n // react to specific changes in the state of your models.\n\n // Creating a Backbone.View creates its initial element outside of the DOM,\n // if an existing element is not provided...\n var View = Backbone.View = function(options) {\n this.cid = _.uniqueId('view');\n this.preinitialize.apply(this, arguments);\n _.extend(this, _.pick(options, viewOptions));\n this._ensureElement();\n this.initialize.apply(this, arguments);\n };\n\n // Cached regex to split keys for `delegate`.\n var delegateEventSplitter = /^(\\S+)\\s*(.*)$/;\n\n // List of view options to be set as properties.\n var viewOptions = ['model', 'collection', 'el', 'id', 'attributes', 'className', 'tagName', 'events'];\n\n // Set up all inheritable **Backbone.View** properties and methods.\n _.extend(View.prototype, Events, {\n\n // The default `tagName` of a View's element is `\"div\"`.\n tagName: 'div',\n\n // jQuery delegate for element lookup, scoped to DOM elements within the\n // current view. This should be preferred to global lookups where possible.\n $: function(selector) {\n return this.$el.find(selector);\n },\n\n // preinitialize is an empty function by default. You can override it with a function\n // or object. preinitialize will run before any instantiation logic is run in the View\n preinitialize: function(){},\n\n // Initialize is an empty function by default. Override it with your own\n // initialization logic.\n initialize: function(){},\n\n // **render** is the core function that your view should override, in order\n // to populate its element (`this.el`), with the appropriate HTML. The\n // convention is for **render** to always return `this`.\n render: function() {\n return this;\n },\n\n // Remove this view by taking the element out of the DOM, and removing any\n // applicable Backbone.Events listeners.\n remove: function() {\n this._removeElement();\n this.stopListening();\n return this;\n },\n\n // Remove this view's element from the document and all event listeners\n // attached to it. Exposed for subclasses using an alternative DOM\n // manipulation API.\n _removeElement: function() {\n this.$el.remove();\n },\n\n // Change the view's element (`this.el` property) and re-delegate the\n // view's events on the new element.\n setElement: function(element) {\n this.undelegateEvents();\n this._setElement(element);\n this.delegateEvents();\n return this;\n },\n\n // Creates the `this.el` and `this.$el` references for this view using the\n // given `el`. `el` can be a CSS selector or an HTML string, a jQuery\n // context or an element. Subclasses can override this to utilize an\n // alternative DOM manipulation API and are only required to set the\n // `this.el` property.\n _setElement: function(el) {\n this.$el = el instanceof Backbone.$ ? el : Backbone.$(el);\n this.el = this.$el[0];\n },\n\n // Set callbacks, where `this.events` is a hash of\n //\n // *{\"event selector\": \"callback\"}*\n //\n // {\n // 'mousedown .title': 'edit',\n // 'click .button': 'save',\n // 'click .open': function(e) { ... }\n // }\n //\n // pairs. Callbacks will be bound to the view, with `this` set properly.\n // Uses event delegation for efficiency.\n // Omitting the selector binds the event to `this.el`.\n delegateEvents: function(events) {\n events || (events = _.result(this, 'events'));\n if (!events) return this;\n this.undelegateEvents();\n for (var key in events) {\n var method = events[key];\n if (!_.isFunction(method)) method = this[method];\n if (!method) continue;\n var match = key.match(delegateEventSplitter);\n this.delegate(match[1], match[2], method.bind(this));\n }\n return this;\n },\n\n // Add a single event listener to the view's element (or a child element\n // using `selector`). This only works for delegate-able events: not `focus`,\n // `blur`, and not `change`, `submit`, and `reset` in Internet Explorer.\n delegate: function(eventName, selector, listener) {\n this.$el.on(eventName + '.delegateEvents' + this.cid, selector, listener);\n return this;\n },\n\n // Clears all callbacks previously bound to the view by `delegateEvents`.\n // You usually don't need to use this, but may wish to if you have multiple\n // Backbone views attached to the same DOM element.\n undelegateEvents: function() {\n if (this.$el) this.$el.off('.delegateEvents' + this.cid);\n return this;\n },\n\n // A finer-grained `undelegateEvents` for removing a single delegated event.\n // `selector` and `listener` are both optional.\n undelegate: function(eventName, selector, listener) {\n this.$el.off(eventName + '.delegateEvents' + this.cid, selector, listener);\n return this;\n },\n\n // Produces a DOM element to be assigned to your view. Exposed for\n // subclasses using an alternative DOM manipulation API.\n _createElement: function(tagName) {\n return document.createElement(tagName);\n },\n\n // Ensure that the View has a DOM element to render into.\n // If `this.el` is a string, pass it through `$()`, take the first\n // matching element, and re-assign it to `el`. Otherwise, create\n // an element from the `id`, `className` and `tagName` properties.\n _ensureElement: function() {\n if (!this.el) {\n var attrs = _.extend({}, _.result(this, 'attributes'));\n if (this.id) attrs.id = _.result(this, 'id');\n if (this.className) attrs['class'] = _.result(this, 'className');\n this.setElement(this._createElement(_.result(this, 'tagName')));\n this._setAttributes(attrs);\n } else {\n this.setElement(_.result(this, 'el'));\n }\n },\n\n // Set attributes from a hash on this view's element. Exposed for\n // subclasses using an alternative DOM manipulation API.\n _setAttributes: function(attributes) {\n this.$el.attr(attributes);\n }\n\n });\n\n // Proxy Backbone class methods to Underscore functions, wrapping the model's\n // `attributes` object or collection's `models` array behind the scenes.\n //\n // collection.filter(function(model) { return model.get('age') > 10 });\n // collection.each(this.addView);\n //\n // `Function#apply` can be slow so we use the method's arg count, if we know it.\n var addMethod = function(base, length, method, attribute) {\n switch (length) {\n case 1: return function() {\n return base[method](this[attribute]);\n };\n case 2: return function(value) {\n return base[method](this[attribute], value);\n };\n case 3: return function(iteratee, context) {\n return base[method](this[attribute], cb(iteratee, this), context);\n };\n case 4: return function(iteratee, defaultVal, context) {\n return base[method](this[attribute], cb(iteratee, this), defaultVal, context);\n };\n default: return function() {\n var args = slice.call(arguments);\n args.unshift(this[attribute]);\n return base[method].apply(base, args);\n };\n }\n };\n\n var addUnderscoreMethods = function(Class, base, methods, attribute) {\n _.each(methods, function(length, method) {\n if (base[method]) Class.prototype[method] = addMethod(base, length, method, attribute);\n });\n };\n\n // Support `collection.sortBy('attr')` and `collection.findWhere({id: 1})`.\n var cb = function(iteratee, instance) {\n if (_.isFunction(iteratee)) return iteratee;\n if (_.isObject(iteratee) && !instance._isModel(iteratee)) return modelMatcher(iteratee);\n if (_.isString(iteratee)) return function(model) { return model.get(iteratee); };\n return iteratee;\n };\n var modelMatcher = function(attrs) {\n var matcher = _.matches(attrs);\n return function(model) {\n return matcher(model.attributes);\n };\n };\n\n // Underscore methods that we want to implement on the Collection.\n // 90% of the core usefulness of Backbone Collections is actually implemented\n // right here:\n var collectionMethods = {forEach: 3, each: 3, map: 3, collect: 3, reduce: 0,\n foldl: 0, inject: 0, reduceRight: 0, foldr: 0, find: 3, detect: 3, filter: 3,\n select: 3, reject: 3, every: 3, all: 3, some: 3, any: 3, include: 3, includes: 3,\n contains: 3, invoke: 0, max: 3, min: 3, toArray: 1, size: 1, first: 3,\n head: 3, take: 3, initial: 3, rest: 3, tail: 3, drop: 3, last: 3,\n without: 0, difference: 0, indexOf: 3, shuffle: 1, lastIndexOf: 3,\n isEmpty: 1, chain: 1, sample: 3, partition: 3, groupBy: 3, countBy: 3,\n sortBy: 3, indexBy: 3, findIndex: 3, findLastIndex: 3};\n\n\n // Underscore methods that we want to implement on the Model, mapped to the\n // number of arguments they take.\n var modelMethods = {keys: 1, values: 1, pairs: 1, invert: 1, pick: 0,\n omit: 0, chain: 1, isEmpty: 1};\n\n // Mix in each Underscore method as a proxy to `Collection#models`.\n\n _.each([\n [Collection, collectionMethods, 'models'],\n [Model, modelMethods, 'attributes']\n ], function(config) {\n var Base = config[0],\n methods = config[1],\n attribute = config[2];\n\n Base.mixin = function(obj) {\n var mappings = _.reduce(_.functions(obj), function(memo, name) {\n memo[name] = 0;\n return memo;\n }, {});\n addUnderscoreMethods(Base, obj, mappings, attribute);\n };\n\n addUnderscoreMethods(Base, _, methods, attribute);\n });\n\n // Backbone.sync\n // -------------\n\n // Override this function to change the manner in which Backbone persists\n // models to the server. You will be passed the type of request, and the\n // model in question. By default, makes a RESTful Ajax request\n // to the model's `url()`. Some possible customizations could be:\n //\n // * Use `setTimeout` to batch rapid-fire updates into a single request.\n // * Send up the models as XML instead of JSON.\n // * Persist models via WebSockets instead of Ajax.\n //\n // Turn on `Backbone.emulateHTTP` in order to send `PUT` and `DELETE` requests\n // as `POST`, with a `_method` parameter containing the true HTTP method,\n // as well as all requests with the body as `application/x-www-form-urlencoded`\n // instead of `application/json` with the model in a param named `model`.\n // Useful when interfacing with server-side languages like **PHP** that make\n // it difficult to read the body of `PUT` requests.\n Backbone.sync = function(method, model, options) {\n var type = methodMap[method];\n\n // Default options, unless specified.\n _.defaults(options || (options = {}), {\n emulateHTTP: Backbone.emulateHTTP,\n emulateJSON: Backbone.emulateJSON\n });\n\n // Default JSON-request options.\n var params = {type: type, dataType: 'json'};\n\n // Ensure that we have a URL.\n if (!options.url) {\n params.url = _.result(model, 'url') || urlError();\n }\n\n // Ensure that we have the appropriate request data.\n if (options.data == null && model && (method === 'create' || method === 'update' || method === 'patch')) {\n params.contentType = 'application/json';\n params.data = JSON.stringify(options.attrs || model.toJSON(options));\n }\n\n // For older servers, emulate JSON by encoding the request into an HTML-form.\n if (options.emulateJSON) {\n params.contentType = 'application/x-www-form-urlencoded';\n params.data = params.data ? {model: params.data} : {};\n }\n\n // For older servers, emulate HTTP by mimicking the HTTP method with `_method`\n // And an `X-HTTP-Method-Override` header.\n if (options.emulateHTTP && (type === 'PUT' || type === 'DELETE' || type === 'PATCH')) {\n params.type = 'POST';\n if (options.emulateJSON) params.data._method = type;\n var beforeSend = options.beforeSend;\n options.beforeSend = function(xhr) {\n xhr.setRequestHeader('X-HTTP-Method-Override', type);\n if (beforeSend) return beforeSend.apply(this, arguments);\n };\n }\n\n // Don't process data on a non-GET request.\n if (params.type !== 'GET' && !options.emulateJSON) {\n params.processData = false;\n }\n\n // Pass along `textStatus` and `errorThrown` from jQuery.\n var error = options.error;\n options.error = function(xhr, textStatus, errorThrown) {\n options.textStatus = textStatus;\n options.errorThrown = errorThrown;\n if (error) error.call(options.context, xhr, textStatus, errorThrown);\n };\n\n // Make the request, allowing the user to override any Ajax options.\n var xhr = options.xhr = Backbone.ajax(_.extend(params, options));\n model.trigger('request', model, xhr, options);\n return xhr;\n };\n\n // Map from CRUD to HTTP for our default `Backbone.sync` implementation.\n var methodMap = {\n create: 'POST',\n update: 'PUT',\n patch: 'PATCH',\n delete: 'DELETE',\n read: 'GET'\n };\n\n // Set the default implementation of `Backbone.ajax` to proxy through to `$`.\n // Override this if you'd like to use a different library.\n Backbone.ajax = function() {\n return Backbone.$.ajax.apply(Backbone.$, arguments);\n };\n\n // Backbone.Router\n // ---------------\n\n // Routers map faux-URLs to actions, and fire events when routes are\n // matched. Creating a new one sets its `routes` hash, if not set statically.\n var Router = Backbone.Router = function(options) {\n options || (options = {});\n this.preinitialize.apply(this, arguments);\n if (options.routes) this.routes = options.routes;\n this._bindRoutes();\n this.initialize.apply(this, arguments);\n };\n\n // Cached regular expressions for matching named param parts and splatted\n // parts of route strings.\n var optionalParam = /\\((.*?)\\)/g;\n var namedParam = /(\\(\\?)?:\\w+/g;\n var splatParam = /\\*\\w+/g;\n var escapeRegExp = /[\\-{}\\[\\]+?.,\\\\\\^$|#\\s]/g;\n\n // Set up all inheritable **Backbone.Router** properties and methods.\n _.extend(Router.prototype, Events, {\n\n // preinitialize is an empty function by default. You can override it with a function\n // or object. preinitialize will run before any instantiation logic is run in the Router.\n preinitialize: function(){},\n\n // Initialize is an empty function by default. Override it with your own\n // initialization logic.\n initialize: function(){},\n\n // Manually bind a single named route to a callback. For example:\n //\n // this.route('search/:query/p:num', 'search', function(query, num) {\n // ...\n // });\n //\n route: function(route, name, callback) {\n if (!_.isRegExp(route)) route = this._routeToRegExp(route);\n if (_.isFunction(name)) {\n callback = name;\n name = '';\n }\n if (!callback) callback = this[name];\n var router = this;\n Backbone.history.route(route, function(fragment) {\n var args = router._extractParameters(route, fragment);\n if (router.execute(callback, args, name) !== false) {\n router.trigger.apply(router, ['route:' + name].concat(args));\n router.trigger('route', name, args);\n Backbone.history.trigger('route', router, name, args);\n }\n });\n return this;\n },\n\n // Execute a route handler with the provided parameters. This is an\n // excellent place to do pre-route setup or post-route cleanup.\n execute: function(callback, args, name) {\n if (callback) callback.apply(this, args);\n },\n\n // Simple proxy to `Backbone.history` to save a fragment into the history.\n navigate: function(fragment, options) {\n Backbone.history.navigate(fragment, options);\n return this;\n },\n\n // Bind all defined routes to `Backbone.history`. We have to reverse the\n // order of the routes here to support behavior where the most general\n // routes can be defined at the bottom of the route map.\n _bindRoutes: function() {\n if (!this.routes) return;\n this.routes = _.result(this, 'routes');\n var route, routes = _.keys(this.routes);\n while ((route = routes.pop()) != null) {\n this.route(route, this.routes[route]);\n }\n },\n\n // Convert a route string into a regular expression, suitable for matching\n // against the current location hash.\n _routeToRegExp: function(route) {\n route = route.replace(escapeRegExp, '\\\\$&')\n .replace(optionalParam, '(?:$1)?')\n .replace(namedParam, function(match, optional) {\n return optional ? match : '([^/?]+)';\n })\n .replace(splatParam, '([^?]*?)');\n return new RegExp('^' + route + '(?:\\\\?([\\\\s\\\\S]*))?$');\n },\n\n // Given a route, and a URL fragment that it matches, return the array of\n // extracted decoded parameters. Empty or unmatched parameters will be\n // treated as `null` to normalize cross-browser behavior.\n _extractParameters: function(route, fragment) {\n var params = route.exec(fragment).slice(1);\n return _.map(params, function(param, i) {\n // Don't decode the search params.\n if (i === params.length - 1) return param || null;\n return param ? decodeURIComponent(param) : null;\n });\n }\n\n });\n\n // Backbone.History\n // ----------------\n\n // Handles cross-browser history management, based on either\n // [pushState](http://diveintohtml5.info/history.html) and real URLs, or\n // [onhashchange](https://developer.mozilla.org/en-US/docs/DOM/window.onhashchange)\n // and URL fragments. If the browser supports neither (old IE, natch),\n // falls back to polling.\n var History = Backbone.History = function() {\n this.handlers = [];\n this.checkUrl = this.checkUrl.bind(this);\n\n // Ensure that `History` can be used outside of the browser.\n if (typeof window !== 'undefined') {\n this.location = window.location;\n this.history = window.history;\n }\n };\n\n // Cached regex for stripping a leading hash/slash and trailing space.\n var routeStripper = /^[#\\/]|\\s+$/g;\n\n // Cached regex for stripping leading and trailing slashes.\n var rootStripper = /^\\/+|\\/+$/g;\n\n // Cached regex for stripping urls of hash.\n var pathStripper = /#.*$/;\n\n // Has the history handling already been started?\n History.started = false;\n\n // Set up all inheritable **Backbone.History** properties and methods.\n _.extend(History.prototype, Events, {\n\n // The default interval to poll for hash changes, if necessary, is\n // twenty times a second.\n interval: 50,\n\n // Are we at the app root?\n atRoot: function() {\n var path = this.location.pathname.replace(/[^\\/]$/, '$&/');\n return path === this.root && !this.getSearch();\n },\n\n // Does the pathname match the root?\n matchRoot: function() {\n var path = this.decodeFragment(this.location.pathname);\n var rootPath = path.slice(0, this.root.length - 1) + '/';\n return rootPath === this.root;\n },\n\n // Unicode characters in `location.pathname` are percent encoded so they're\n // decoded for comparison. `%25` should not be decoded since it may be part\n // of an encoded parameter.\n decodeFragment: function(fragment) {\n return decodeURI(fragment.replace(/%25/g, '%2525'));\n },\n\n // In IE6, the hash fragment and search params are incorrect if the\n // fragment contains `?`.\n getSearch: function() {\n var match = this.location.href.replace(/#.*/, '').match(/\\?.+/);\n return match ? match[0] : '';\n },\n\n // Gets the true hash value. Cannot use location.hash directly due to bug\n // in Firefox where location.hash will always be decoded.\n getHash: function(window) {\n var match = (window || this).location.href.match(/#(.*)$/);\n return match ? match[1] : '';\n },\n\n // Get the pathname and search params, without the root.\n getPath: function() {\n var path = this.decodeFragment(\n this.location.pathname + this.getSearch()\n ).slice(this.root.length - 1);\n return path.charAt(0) === '/' ? path.slice(1) : path;\n },\n\n // Get the cross-browser normalized URL fragment from the path or hash.\n getFragment: function(fragment) {\n if (fragment == null) {\n if (this._usePushState || !this._wantsHashChange) {\n fragment = this.getPath();\n } else {\n fragment = this.getHash();\n }\n }\n return fragment.replace(routeStripper, '');\n },\n\n // Start the hash change handling, returning `true` if the current URL matches\n // an existing route, and `false` otherwise.\n start: function(options) {\n if (History.started) throw new Error('Backbone.history has already been started');\n History.started = true;\n\n // Figure out the initial configuration. Do we need an iframe?\n // Is pushState desired ... is it available?\n this.options = _.extend({root: '/'}, this.options, options);\n this.root = this.options.root;\n this._wantsHashChange = this.options.hashChange !== false;\n this._hasHashChange = 'onhashchange' in window && (document.documentMode === void 0 || document.documentMode > 7);\n this._useHashChange = this._wantsHashChange && this._hasHashChange;\n this._wantsPushState = !!this.options.pushState;\n this._hasPushState = !!(this.history && this.history.pushState);\n this._usePushState = this._wantsPushState && this._hasPushState;\n this.fragment = this.getFragment();\n\n // Normalize root to always include a leading and trailing slash.\n this.root = ('/' + this.root + '/').replace(rootStripper, '/');\n\n // Transition from hashChange to pushState or vice versa if both are\n // requested.\n if (this._wantsHashChange && this._wantsPushState) {\n\n // If we've started off with a route from a `pushState`-enabled\n // browser, but we're currently in a browser that doesn't support it...\n if (!this._hasPushState && !this.atRoot()) {\n var rootPath = this.root.slice(0, -1) || '/';\n this.location.replace(rootPath + '#' + this.getPath());\n // Return immediately as browser will do redirect to new url\n return true;\n\n // Or if we've started out with a hash-based route, but we're currently\n // in a browser where it could be `pushState`-based instead...\n } else if (this._hasPushState && this.atRoot()) {\n this.navigate(this.getHash(), {replace: true});\n }\n\n }\n\n // Proxy an iframe to handle location events if the browser doesn't\n // support the `hashchange` event, HTML5 history, or the user wants\n // `hashChange` but not `pushState`.\n if (!this._hasHashChange && this._wantsHashChange && !this._usePushState) {\n this.iframe = document.createElement('iframe');\n this.iframe.src = 'javascript:0';\n this.iframe.style.display = 'none';\n this.iframe.tabIndex = -1;\n var body = document.body;\n // Using `appendChild` will throw on IE < 9 if the document is not ready.\n var iWindow = body.insertBefore(this.iframe, body.firstChild).contentWindow;\n iWindow.document.open();\n iWindow.document.close();\n iWindow.location.hash = '#' + this.fragment;\n }\n\n // Add a cross-platform `addEventListener` shim for older browsers.\n var addEventListener = window.addEventListener || function(eventName, listener) {\n return attachEvent('on' + eventName, listener);\n };\n\n // Depending on whether we're using pushState or hashes, and whether\n // 'onhashchange' is supported, determine how we check the URL state.\n if (this._usePushState) {\n addEventListener('popstate', this.checkUrl, false);\n } else if (this._useHashChange && !this.iframe) {\n addEventListener('hashchange', this.checkUrl, false);\n } else if (this._wantsHashChange) {\n this._checkUrlInterval = setInterval(this.checkUrl, this.interval);\n }\n\n if (!this.options.silent) return this.loadUrl();\n },\n\n // Disable Backbone.history, perhaps temporarily. Not useful in a real app,\n // but possibly useful for unit testing Routers.\n stop: function() {\n // Add a cross-platform `removeEventListener` shim for older browsers.\n var removeEventListener = window.removeEventListener || function(eventName, listener) {\n return detachEvent('on' + eventName, listener);\n };\n\n // Remove window listeners.\n if (this._usePushState) {\n removeEventListener('popstate', this.checkUrl, false);\n } else if (this._useHashChange && !this.iframe) {\n removeEventListener('hashchange', this.checkUrl, false);\n }\n\n // Clean up the iframe if necessary.\n if (this.iframe) {\n document.body.removeChild(this.iframe);\n this.iframe = null;\n }\n\n // Some environments will throw when clearing an undefined interval.\n if (this._checkUrlInterval) clearInterval(this._checkUrlInterval);\n History.started = false;\n },\n\n // Add a route to be tested when the fragment changes. Routes added later\n // may override previous routes.\n route: function(route, callback) {\n this.handlers.unshift({route: route, callback: callback});\n },\n\n // Checks the current URL to see if it has changed, and if it has,\n // calls `loadUrl`, normalizing across the hidden iframe.\n checkUrl: function(e) {\n var current = this.getFragment();\n\n // If the user pressed the back button, the iframe's hash will have\n // changed and we should use that for comparison.\n if (current === this.fragment && this.iframe) {\n current = this.getHash(this.iframe.contentWindow);\n }\n\n if (current === this.fragment) return false;\n if (this.iframe) this.navigate(current);\n this.loadUrl();\n },\n\n // Attempt to load the current URL fragment. If a route succeeds with a\n // match, returns `true`. If no defined routes matches the fragment,\n // returns `false`.\n loadUrl: function(fragment) {\n // If the root doesn't match, no routes can match either.\n if (!this.matchRoot()) return false;\n fragment = this.fragment = this.getFragment(fragment);\n return _.some(this.handlers, function(handler) {\n if (handler.route.test(fragment)) {\n handler.callback(fragment);\n return true;\n }\n });\n },\n\n // Save a fragment into the hash history, or replace the URL state if the\n // 'replace' option is passed. You are responsible for properly URL-encoding\n // the fragment in advance.\n //\n // The options object can contain `trigger: true` if you wish to have the\n // route callback be fired (not usually desirable), or `replace: true`, if\n // you wish to modify the current URL without adding an entry to the history.\n navigate: function(fragment, options) {\n if (!History.started) return false;\n if (!options || options === true) options = {trigger: !!options};\n\n // Normalize the fragment.\n fragment = this.getFragment(fragment || '');\n\n // Don't include a trailing slash on the root.\n var rootPath = this.root;\n if (fragment === '' || fragment.charAt(0) === '?') {\n rootPath = rootPath.slice(0, -1) || '/';\n }\n var url = rootPath + fragment;\n\n // Strip the fragment of the query and hash for matching.\n fragment = fragment.replace(pathStripper, '');\n\n // Decode for matching.\n var decodedFragment = this.decodeFragment(fragment);\n\n if (this.fragment === decodedFragment) return;\n this.fragment = decodedFragment;\n\n // If pushState is available, we use it to set the fragment as a real URL.\n if (this._usePushState) {\n this.history[options.replace ? 'replaceState' : 'pushState']({}, document.title, url);\n\n // If hash changes haven't been explicitly disabled, update the hash\n // fragment to store history.\n } else if (this._wantsHashChange) {\n this._updateHash(this.location, fragment, options.replace);\n if (this.iframe && fragment !== this.getHash(this.iframe.contentWindow)) {\n var iWindow = this.iframe.contentWindow;\n\n // Opening and closing the iframe tricks IE7 and earlier to push a\n // history entry on hash-tag change. When replace is true, we don't\n // want this.\n if (!options.replace) {\n iWindow.document.open();\n iWindow.document.close();\n }\n\n this._updateHash(iWindow.location, fragment, options.replace);\n }\n\n // If you've told us that you explicitly don't want fallback hashchange-\n // based history, then `navigate` becomes a page refresh.\n } else {\n return this.location.assign(url);\n }\n if (options.trigger) return this.loadUrl(fragment);\n },\n\n // Update the hash location, either replacing the current entry, or adding\n // a new one to the browser history.\n _updateHash: function(location, fragment, replace) {\n if (replace) {\n var href = location.href.replace(/(javascript:|#).*$/, '');\n location.replace(href + '#' + fragment);\n } else {\n // Some browsers require that `hash` contains a leading #.\n location.hash = '#' + fragment;\n }\n }\n\n });\n\n // Create the default Backbone.history.\n Backbone.history = new History;\n\n // Helpers\n // -------\n\n // Helper function to correctly set up the prototype chain for subclasses.\n // Similar to `goog.inherits`, but uses a hash of prototype properties and\n // class properties to be extended.\n var extend = function(protoProps, staticProps) {\n var parent = this;\n var child;\n\n // The constructor function for the new subclass is either defined by you\n // (the \"constructor\" property in your `extend` definition), or defaulted\n // by us to simply call the parent constructor.\n if (protoProps && _.has(protoProps, 'constructor')) {\n child = protoProps.constructor;\n } else {\n child = function(){ return parent.apply(this, arguments); };\n }\n\n // Add static properties to the constructor function, if supplied.\n _.extend(child, parent, staticProps);\n\n // Set the prototype chain to inherit from `parent`, without calling\n // `parent`'s constructor function and add the prototype properties.\n child.prototype = _.create(parent.prototype, protoProps);\n child.prototype.constructor = child;\n\n // Set a convenience property in case the parent's prototype is needed\n // later.\n child.__super__ = parent.prototype;\n\n return child;\n };\n\n // Set up inheritance for the model, collection, router, view and history.\n Model.extend = Collection.extend = Router.extend = View.extend = History.extend = extend;\n\n // Throw an error when a URL is needed, and none is supplied.\n var urlError = function() {\n throw new Error('A \"url\" property or function must be specified');\n };\n\n // Wrap an optional error callback with a fallback error event.\n var wrapError = function(model, options) {\n var error = options.error;\n options.error = function(resp) {\n if (error) error.call(options.context, model, resp, options);\n model.trigger('error', model, resp, options);\n };\n };\n\n return Backbone;\n});\n","var fails = require('../internals/fails');\n\n// Thank's IE8 for his funny defineProperty\nmodule.exports = !fails(function () {\n return Object.defineProperty({}, 1, { get: function () { return 7; } })[1] != 7;\n});\n","\"use strict\";\n\nObject.defineProperty(exports, \"__esModule\", {\n value: true\n});\nexports.subscribe = subscribe;\nexports.unsubscribe = unsubscribe;\nexports.emit = emit;\n\nvar _ProxyBus = require(\"./ProxyBus\");\n\nvar _SimpleBus = require(\"./SimpleBus\");\n\nfunction getBus() {\n if (typeof window.OC !== 'undefined' && window.OC._eventBus && typeof window._nc_event_bus === 'undefined') {\n console.warn('found old event bus instance at OC._eventBus. Update your version!');\n window._nc_event_bus = window.OC._eventBus;\n } // Either use an existing event bus instance or create one\n\n\n if (typeof window._nc_event_bus !== 'undefined') {\n return new _ProxyBus.ProxyBus(window._nc_event_bus);\n } else {\n return window._nc_event_bus = new _SimpleBus.SimpleBus();\n }\n}\n\nvar bus = getBus();\n/**\n * Register an event listener\n *\n * @param name name of the event\n * @param handler callback invoked for every matching event emitted on the bus\n */\n\nfunction subscribe(name, handler) {\n bus.subscribe(name, handler);\n}\n/**\n * Unregister a previously registered event listener\n *\n * Note: doesn't work with anonymous functions (closures). Use method of an object or store listener function in variable.\n *\n * @param name name of the event\n * @param handler callback passed to `subscribed`\n */\n\n\nfunction unsubscribe(name, handler) {\n bus.unsubscribe(name, handler);\n}\n/**\n * Emit an event\n *\n * @param name name of the event\n * @param event event payload\n */\n\n\nfunction emit(name, event) {\n bus.emit(name, event);\n}\n//# sourceMappingURL=index.js.map","/**\n * @copyright 2019 Christoph Wurst <christoph@winzerhof-wurst.at>\n *\n * @author 2019 Christoph Wurst <christoph@winzerhof-wurst.at>\n *\n * @license GNU AGPL version 3 or any later version\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see <http://www.gnu.org/licenses/>.\n */\n\n// This var is global because it's shared across webpack bundles\nwindow._oc_l10n_registry_translations = window._oc_l10n_registry_translations || {}\nwindow._oc_l10n_registry_plural_functions = window._oc_l10n_registry_plural_functions || {}\n\n/**\n * @param {String} appId the app id\n * @param {Object} translations the translations list\n * @param {Function} pluralFunction the translations list\n */\nconst register = (appId, translations, pluralFunction) => {\n\twindow._oc_l10n_registry_translations[appId] = translations\n\twindow._oc_l10n_registry_plural_functions[appId] = pluralFunction\n}\n\n/**\n * @param {String} appId the app id\n * @param {Object} translations the translations list\n * @param {Function} pluralFunction the translations list\n */\nconst extend = (appId, translations, pluralFunction) => {\n\twindow._oc_l10n_registry_translations[appId] = Object.assign(\n\t\twindow._oc_l10n_registry_translations[appId],\n\t\ttranslations\n\t)\n\twindow._oc_l10n_registry_plural_functions[appId] = pluralFunction\n}\n\n/**\n * @param {String} appId the app id\n * @param {Object} translations the translations list\n * @param {Function} pluralFunction the translations list\n */\nexport const registerAppTranslations = (appId, translations, pluralFunction) => {\n\tif (!hasAppTranslations(appId)) {\n\t\tregister(appId, translations, pluralFunction)\n\t} else {\n\t\textend(appId, translations, pluralFunction)\n\t}\n}\n\n/**\n * @param {String} appId the app id\n */\nexport const unregisterAppTranslations = appId => {\n\tdelete window._oc_l10n_registry_translations[appId]\n\tdelete window._oc_l10n_registry_plural_functions[appId]\n}\n\n/**\n * @param {String} appId the app id\n * @returns {Boolean}\n */\nexport const hasAppTranslations = appId => {\n\treturn window._oc_l10n_registry_translations[appId] !== undefined\n\t\t&& window._oc_l10n_registry_plural_functions[appId] !== undefined\n}\n\n/**\n * @param {String} appId the app id\n * @returns {Object}\n */\nexport const getAppTranslations = appId => {\n\treturn {\n\t\ttranslations: window._oc_l10n_registry_translations[appId] || {},\n\t\tpluralFunction: window._oc_l10n_registry_plural_functions[appId],\n\t}\n}\n","/**\n * Copyright (c) 2014 Vincent Petry <pvince81@owncloud.com>\n *\n * This file is licensed under the Affero General Public License version 3\n * or later.\n *\n * See the COPYING-README file.\n *\n */\n\nimport _ from 'underscore'\nimport $ from 'jquery'\nimport DOMPurify from 'dompurify'\nimport Handlebars from 'handlebars'\nimport escapeHTML from 'escape-html'\n\nimport OC from './index'\nimport {\n\tgetAppTranslations,\n\thasAppTranslations,\n\tregisterAppTranslations,\n\tunregisterAppTranslations,\n} from './l10n-registry'\n\n/**\n * L10N namespace with localization functions.\n *\n * @namespace OC.L10n\n */\nconst L10n = {\n\n\t/**\n\t * Load an app's translation bundle if not loaded already.\n\t *\n\t * @param {String} appName name of the app\n\t * @param {Function} callback callback to be called when\n\t * the translations are loaded\n\t * @returns {Promise} promise\n\t */\n\tload: function(appName, callback) {\n\t\t// already available ?\n\t\tif (hasAppTranslations(appName) || OC.getLocale() === 'en') {\n\t\t\tconst deferred = $.Deferred()\n\t\t\tconst promise = deferred.promise()\n\t\t\tpromise.then(callback)\n\t\t\tdeferred.resolve()\n\t\t\treturn promise\n\t\t}\n\n\t\tconst self = this\n\t\tconst url = OC.filePath(appName, 'l10n', OC.getLocale() + '.json')\n\n\t\t// load JSON translation bundle per AJAX\n\t\treturn $.get(url)\n\t\t\t.then(\n\t\t\t\tfunction(result) {\n\t\t\t\t\tif (result.translations) {\n\t\t\t\t\t\tself.register(appName, result.translations, result.pluralForm)\n\t\t\t\t\t}\n\t\t\t\t})\n\t\t\t.then(callback)\n\t},\n\n\t/**\n\t * Register an app's translation bundle.\n\t *\n\t * @param {String} appName name of the app\n\t * @param {Object<String,String>} bundle bundle\n\t */\n\tregister: function(appName, bundle) {\n\t\tregisterAppTranslations(appName, bundle, this._getPlural)\n\t},\n\n\t/**\n\t * @private do not use this\n\t */\n\t_unregister: unregisterAppTranslations,\n\n\t/**\n\t * Translate a string\n\t * @param {string} app the id of the app for which to translate the string\n\t * @param {string} text the string to translate\n\t * @param {Object} [vars] map of placeholder key to value\n\t * @param {number} [count] number to replace %n with\n\t * @param {array} [options] options array\n\t * @param {bool} [options.escape=true] enable/disable auto escape of placeholders (by default enabled)\n\t * @returns {string}\n\t */\n\ttranslate: function(app, text, vars, count, options) {\n\t\tconst defaultOptions = {\n\t\t\tescape: true,\n\t\t}\n\t\tconst allOptions = options || {}\n\t\t_.defaults(allOptions, defaultOptions)\n\n\t\t// TODO: cache this function to avoid inline recreation\n\t\t// of the same function over and over again in case\n\t\t// translate() is used in a loop\n\t\tconst _build = function(text, vars, count) {\n\t\t\treturn text.replace(/%n/g, count).replace(/{([^{}]*)}/g,\n\t\t\t\tfunction(a, b) {\n\t\t\t\t\tconst r = vars[b]\n\t\t\t\t\tif (typeof r === 'string' || typeof r === 'number') {\n\t\t\t\t\t\tif (allOptions.escape) {\n\t\t\t\t\t\t\treturn DOMPurify.sanitize(escapeHTML(r))\n\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\treturn DOMPurify.sanitize(r)\n\t\t\t\t\t\t}\n\t\t\t\t\t} else {\n\t\t\t\t\t\treturn DOMPurify.sanitize(a)\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t)\n\t\t}\n\t\tlet translation = text\n\t\tconst bundle = getAppTranslations(app)\n\t\tconst value = bundle.translations[text]\n\t\tif (typeof (value) !== 'undefined') {\n\t\t\ttranslation = value\n\t\t}\n\n\t\tif (typeof vars === 'object' || count !== undefined) {\n\t\t\treturn DOMPurify.sanitize(_build(translation, vars, count))\n\t\t} else {\n\t\t\treturn DOMPurify.sanitize(translation)\n\t\t}\n\t},\n\n\t/**\n\t * Translate a plural string\n\t * @param {string} app the id of the app for which to translate the string\n\t * @param {string} textSingular the string to translate for exactly one object\n\t * @param {string} textPlural the string to translate for n objects\n\t * @param {number} count number to determine whether to use singular or plural\n\t * @param {Object} [vars] map of placeholder key to value\n\t * @param {array} [options] options array\n\t * @param {bool} [options.escape=true] enable/disable auto escape of placeholders (by default enabled)\n\t * @returns {string} Translated string\n\t */\n\ttranslatePlural: function(app, textSingular, textPlural, count, vars, options) {\n\t\tconst identifier = '_' + textSingular + '_::_' + textPlural + '_'\n\t\tconst bundle = getAppTranslations(app)\n\t\tconst value = bundle.translations[identifier]\n\t\tif (typeof (value) !== 'undefined') {\n\t\t\tconst translation = value\n\t\t\tif ($.isArray(translation)) {\n\t\t\t\tconst plural = bundle.pluralFunction(count)\n\t\t\t\treturn this.translate(app, translation[plural], vars, count, options)\n\t\t\t}\n\t\t}\n\n\t\tif (count === 1) {\n\t\t\treturn this.translate(app, textSingular, vars, count, options)\n\t\t} else {\n\t\t\treturn this.translate(app, textPlural, vars, count, options)\n\t\t}\n\t},\n\n\t/**\n\t * The plural function taken from symfony\n\t *\n\t * @param {number} number the number of elements\n\t * @returns {number}\n\t * @private\n\t */\n\t_getPlural: function(number) {\n\t\tlet language = OC.getLanguage()\n\t\tif (language === 'pt_BR') {\n\t\t\t// temporary set a locale for brazilian\n\t\t\tlanguage = 'xbr'\n\t\t}\n\n\t\tif (typeof language === 'undefined' || language === '') {\n\t\t\treturn (number === 1) ? 0 : 1\n\t\t}\n\n\t\tif (language.length > 3) {\n\t\t\tlanguage = language.substring(0, language.lastIndexOf('_'))\n\t\t}\n\n\t\t/*\n\t\t * The plural rules are derived from code of the Zend Framework (2010-09-25),\n\t\t * which is subject to the new BSD license (http://framework.zend.com/license/new-bsd).\n\t\t * Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)\n\t\t */\n\t\tswitch (language) {\n\t\tcase 'az':\n\t\tcase 'bo':\n\t\tcase 'dz':\n\t\tcase 'id':\n\t\tcase 'ja':\n\t\tcase 'jv':\n\t\tcase 'ka':\n\t\tcase 'km':\n\t\tcase 'kn':\n\t\tcase 'ko':\n\t\tcase 'ms':\n\t\tcase 'th':\n\t\tcase 'tr':\n\t\tcase 'vi':\n\t\tcase 'zh':\n\t\t\treturn 0\n\n\t\tcase 'af':\n\t\tcase 'bn':\n\t\tcase 'bg':\n\t\tcase 'ca':\n\t\tcase 'da':\n\t\tcase 'de':\n\t\tcase 'el':\n\t\tcase 'en':\n\t\tcase 'eo':\n\t\tcase 'es':\n\t\tcase 'et':\n\t\tcase 'eu':\n\t\tcase 'fa':\n\t\tcase 'fi':\n\t\tcase 'fo':\n\t\tcase 'fur':\n\t\tcase 'fy':\n\t\tcase 'gl':\n\t\tcase 'gu':\n\t\tcase 'ha':\n\t\tcase 'he':\n\t\tcase 'hu':\n\t\tcase 'is':\n\t\tcase 'it':\n\t\tcase 'ku':\n\t\tcase 'lb':\n\t\tcase 'ml':\n\t\tcase 'mn':\n\t\tcase 'mr':\n\t\tcase 'nah':\n\t\tcase 'nb':\n\t\tcase 'ne':\n\t\tcase 'nl':\n\t\tcase 'nn':\n\t\tcase 'no':\n\t\tcase 'oc':\n\t\tcase 'om':\n\t\tcase 'or':\n\t\tcase 'pa':\n\t\tcase 'pap':\n\t\tcase 'ps':\n\t\tcase 'pt':\n\t\tcase 'so':\n\t\tcase 'sq':\n\t\tcase 'sv':\n\t\tcase 'sw':\n\t\tcase 'ta':\n\t\tcase 'te':\n\t\tcase 'tk':\n\t\tcase 'ur':\n\t\tcase 'zu':\n\t\t\treturn (number === 1) ? 0 : 1\n\n\t\tcase 'am':\n\t\tcase 'bh':\n\t\tcase 'fil':\n\t\tcase 'fr':\n\t\tcase 'gun':\n\t\tcase 'hi':\n\t\tcase 'hy':\n\t\tcase 'ln':\n\t\tcase 'mg':\n\t\tcase 'nso':\n\t\tcase 'xbr':\n\t\tcase 'ti':\n\t\tcase 'wa':\n\t\t\treturn ((number === 0) || (number === 1)) ? 0 : 1\n\n\t\tcase 'be':\n\t\tcase 'bs':\n\t\tcase 'hr':\n\t\tcase 'ru':\n\t\tcase 'sh':\n\t\tcase 'sr':\n\t\tcase 'uk':\n\t\t\treturn ((number % 10 === 1) && (number % 100 !== 11)) ? 0 : (((number % 10 >= 2) && (number % 10 <= 4) && ((number % 100 < 10) || (number % 100 >= 20))) ? 1 : 2)\n\n\t\tcase 'cs':\n\t\tcase 'sk':\n\t\t\treturn (number === 1) ? 0 : (((number >= 2) && (number <= 4)) ? 1 : 2)\n\n\t\tcase 'ga':\n\t\t\treturn (number === 1) ? 0 : ((number === 2) ? 1 : 2)\n\n\t\tcase 'lt':\n\t\t\treturn ((number % 10 === 1) && (number % 100 !== 11)) ? 0 : (((number % 10 >= 2) && ((number % 100 < 10) || (number % 100 >= 20))) ? 1 : 2)\n\n\t\tcase 'sl':\n\t\t\treturn (number % 100 === 1) ? 0 : ((number % 100 === 2) ? 1 : (((number % 100 === 3) || (number % 100 === 4)) ? 2 : 3))\n\n\t\tcase 'mk':\n\t\t\treturn (number % 10 === 1) ? 0 : 1\n\n\t\tcase 'mt':\n\t\t\treturn (number === 1) ? 0 : (((number === 0) || ((number % 100 > 1) && (number % 100 < 11))) ? 1 : (((number % 100 > 10) && (number % 100 < 20)) ? 2 : 3))\n\n\t\tcase 'lv':\n\t\t\treturn (number === 0) ? 0 : (((number % 10 === 1) && (number % 100 !== 11)) ? 1 : 2)\n\n\t\tcase 'pl':\n\t\t\treturn (number === 1) ? 0 : (((number % 10 >= 2) && (number % 10 <= 4) && ((number % 100 < 12) || (number % 100 > 14))) ? 1 : 2)\n\n\t\tcase 'cy':\n\t\t\treturn (number === 1) ? 0 : ((number === 2) ? 1 : (((number === 8) || (number === 11)) ? 2 : 3))\n\n\t\tcase 'ro':\n\t\t\treturn (number === 1) ? 0 : (((number === 0) || ((number % 100 > 0) && (number % 100 < 20))) ? 1 : 2)\n\n\t\tcase 'ar':\n\t\t\treturn (number === 0) ? 0 : ((number === 1) ? 1 : ((number === 2) ? 2 : (((number % 100 >= 3) && (number % 100 <= 10)) ? 3 : (((number % 100 >= 11) && (number % 100 <= 99)) ? 4 : 5))))\n\n\t\tdefault:\n\t\t\treturn 0\n\t\t}\n\t},\n}\n\nexport default L10n\n\n/**\n * Returns the user's locale as a BCP 47 compliant language tag\n *\n * @returns {String} locale string\n */\nexport const getCanonicalLocale = () => {\n\tconst locale = getLocale()\n\treturn typeof locale === 'string' ? locale.replace(/_/g, '-') : locale\n}\n\n/**\n * Returns the user's locale\n *\n * @returns {String} locale string\n */\nexport const getLocale = () => $('html').data('locale')\n\n/**\n * Returns the user's language\n *\n * @returns {String} language string\n */\nexport const getLanguage = () => $('html').prop('lang')\n\nHandlebars.registerHelper('t', function(app, text) {\n\treturn L10n.translate(app, text)\n})\n","module.exports = function (bitmap, value) {\n return {\n enumerable: !(bitmap & 1),\n configurable: !(bitmap & 2),\n writable: !(bitmap & 4),\n value: value\n };\n};\n","// toObject with fallback for non-array-like ES3 strings\nvar IndexedObject = require('../internals/indexed-object');\nvar requireObjectCoercible = require('../internals/require-object-coercible');\n\nmodule.exports = function (it) {\n return IndexedObject(requireObjectCoercible(it));\n};\n","var NATIVE_WEAK_MAP = require('../internals/native-weak-map');\nvar global = require('../internals/global');\nvar isObject = require('../internals/is-object');\nvar createNonEnumerableProperty = require('../internals/create-non-enumerable-property');\nvar objectHas = require('../internals/has');\nvar sharedKey = require('../internals/shared-key');\nvar hiddenKeys = require('../internals/hidden-keys');\n\nvar WeakMap = global.WeakMap;\nvar set, get, has;\n\nvar enforce = function (it) {\n return has(it) ? get(it) : set(it, {});\n};\n\nvar getterFor = function (TYPE) {\n return function (it) {\n var state;\n if (!isObject(it) || (state = get(it)).type !== TYPE) {\n throw TypeError('Incompatible receiver, ' + TYPE + ' required');\n } return state;\n };\n};\n\nif (NATIVE_WEAK_MAP) {\n var store = new WeakMap();\n var wmget = store.get;\n var wmhas = store.has;\n var wmset = store.set;\n set = function (it, metadata) {\n wmset.call(store, it, metadata);\n return metadata;\n };\n get = function (it) {\n return wmget.call(store, it) || {};\n };\n has = function (it) {\n return wmhas.call(store, it);\n };\n} else {\n var STATE = sharedKey('state');\n hiddenKeys[STATE] = true;\n set = function (it, metadata) {\n createNonEnumerableProperty(it, STATE, metadata);\n return metadata;\n };\n get = function (it) {\n return objectHas(it, STATE) ? it[STATE] : {};\n };\n has = function (it) {\n return objectHas(it, STATE);\n };\n}\n\nmodule.exports = {\n set: set,\n get: get,\n has: has,\n enforce: enforce,\n getterFor: getterFor\n};\n","module.exports = {};\n","var path = require('../internals/path');\nvar global = require('../internals/global');\n\nvar aFunction = function (variable) {\n return typeof variable == 'function' ? variable : undefined;\n};\n\nmodule.exports = function (namespace, method) {\n return arguments.length < 2 ? aFunction(path[namespace]) || aFunction(global[namespace])\n : path[namespace] && path[namespace][method] || global[namespace] && global[namespace][method];\n};\n","var toInteger = require('../internals/to-integer');\n\nvar min = Math.min;\n\n// `ToLength` abstract operation\n// https://tc39.github.io/ecma262/#sec-tolength\nmodule.exports = function (argument) {\n return argument > 0 ? min(toInteger(argument), 0x1FFFFFFFFFFFFF) : 0; // 2 ** 53 - 1 == 9007199254740991\n};\n","module.exports = function (exec) {\n try {\n return !!exec();\n } catch (error) {\n return true;\n }\n};\n","module.exports = function (it) {\n return typeof it === 'object' ? it !== null : typeof it === 'function';\n};\n","var hasOwnProperty = {}.hasOwnProperty;\n\nmodule.exports = function (it, key) {\n return hasOwnProperty.call(it, key);\n};\n","'use strict';\n\nexports.__esModule = true;\nvar errorProps = ['description', 'fileName', 'lineNumber', 'endLineNumber', 'message', 'name', 'number', 'stack'];\n\nfunction Exception(message, node) {\n var loc = node && node.loc,\n line = undefined,\n endLineNumber = undefined,\n column = undefined,\n endColumn = undefined;\n\n if (loc) {\n line = loc.start.line;\n endLineNumber = loc.end.line;\n column = loc.start.column;\n endColumn = loc.end.column;\n\n message += ' - ' + line + ':' + column;\n }\n\n var tmp = Error.prototype.constructor.call(this, message);\n\n // Unfortunately errors are not enumerable in Chrome (at least), so `for prop in tmp` doesn't work.\n for (var idx = 0; idx < errorProps.length; idx++) {\n this[errorProps[idx]] = tmp[errorProps[idx]];\n }\n\n /* istanbul ignore else */\n if (Error.captureStackTrace) {\n Error.captureStackTrace(this, Exception);\n }\n\n try {\n if (loc) {\n this.lineNumber = line;\n this.endLineNumber = endLineNumber;\n\n // Work around issue under safari where we can't directly set the column value\n /* istanbul ignore next */\n if (Object.defineProperty) {\n Object.defineProperty(this, 'column', {\n value: column,\n enumerable: true\n });\n Object.defineProperty(this, 'endColumn', {\n value: endColumn,\n enumerable: true\n });\n } else {\n this.column = column;\n this.endColumn = endColumn;\n }\n }\n } catch (nop) {\n /* Ignore if the browser is very particular */\n }\n}\n\nException.prototype = new Error();\n\nexports['default'] = Exception;\nmodule.exports = exports['default'];\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uL2xpYi9oYW5kbGViYXJzL2V4Y2VwdGlvbi5qcyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiOzs7QUFBQSxJQUFNLFVBQVUsR0FBRyxDQUNqQixhQUFhLEVBQ2IsVUFBVSxFQUNWLFlBQVksRUFDWixlQUFlLEVBQ2YsU0FBUyxFQUNULE1BQU0sRUFDTixRQUFRLEVBQ1IsT0FBTyxDQUNSLENBQUM7O0FBRUYsU0FBUyxTQUFTLENBQUMsT0FBTyxFQUFFLElBQUksRUFBRTtBQUNoQyxNQUFJLEdBQUcsR0FBRyxJQUFJLElBQUksSUFBSSxDQUFDLEdBQUc7TUFDeEIsSUFBSSxZQUFBO01BQ0osYUFBYSxZQUFBO01BQ2IsTUFBTSxZQUFBO01BQ04sU0FBUyxZQUFBLENBQUM7O0FBRVosTUFBSSxHQUFHLEVBQUU7QUFDUCxRQUFJLEdBQUcsR0FBRyxDQUFDLEtBQUssQ0FBQyxJQUFJLENBQUM7QUFDdEIsaUJBQWEsR0FBRyxHQUFHLENBQUMsR0FBRyxDQUFDLElBQUksQ0FBQztBQUM3QixVQUFNLEdBQUcsR0FBRyxDQUFDLEtBQUssQ0FBQyxNQUFNLENBQUM7QUFDMUIsYUFBUyxHQUFHLEdBQUcsQ0FBQyxHQUFHLENBQUMsTUFBTSxDQUFDOztBQUUzQixXQUFPLElBQUksS0FBSyxHQUFHLElBQUksR0FBRyxHQUFHLEdBQUcsTUFBTSxDQUFDO0dBQ3hDOztBQUVELE1BQUksR0FBRyxHQUFHLEtBQUssQ0FBQyxTQUFTLENBQUMsV0FBVyxDQUFDLElBQUksQ0FBQyxJQUFJLEVBQUUsT0FBTyxDQUFDLENBQUM7OztBQUcxRCxPQUFLLElBQUksR0FBRyxHQUFHLENBQUMsRUFBRSxHQUFHLEdBQUcsVUFBVSxDQUFDLE1BQU0sRUFBRSxHQUFHLEVBQUUsRUFBRTtBQUNoRCxRQUFJLENBQUMsVUFBVSxDQUFDLEdBQUcsQ0FBQyxDQUFDLEdBQUcsR0FBRyxDQUFDLFVBQVUsQ0FBQyxHQUFHLENBQUMsQ0FBQyxDQUFDO0dBQzlDOzs7QUFHRCxNQUFJLEtBQUssQ0FBQyxpQkFBaUIsRUFBRTtBQUMzQixTQUFLLENBQUMsaUJBQWlCLENBQUMsSUFBSSxFQUFFLFNBQVMsQ0FBQyxDQUFDO0dBQzFDOztBQUVELE1BQUk7QUFDRixRQUFJLEdBQUcsRUFBRTtBQUNQLFVBQUksQ0FBQyxVQUFVLEdBQUcsSUFBSSxDQUFDO0FBQ3ZCLFVBQUksQ0FBQyxhQUFhLEdBQUcsYUFBYSxDQUFDOzs7O0FBSW5DLFVBQUksTUFBTSxDQUFDLGNBQWMsRUFBRTtBQUN6QixjQUFNLENBQUMsY0FBYyxDQUFDLElBQUksRUFBRSxRQUFRLEVBQUU7QUFDcEMsZUFBSyxFQUFFLE1BQU07QUFDYixvQkFBVSxFQUFFLElBQUk7U0FDakIsQ0FBQyxDQUFDO0FBQ0gsY0FBTSxDQUFDLGNBQWMsQ0FBQyxJQUFJLEVBQUUsV0FBVyxFQUFFO0FBQ3ZDLGVBQUssRUFBRSxTQUFTO0FBQ2hCLG9CQUFVLEVBQUUsSUFBSTtTQUNqQixDQUFDLENBQUM7T0FDSixNQUFNO0FBQ0wsWUFBSSxDQUFDLE1BQU0sR0FBRyxNQUFNLENBQUM7QUFDckIsWUFBSSxDQUFDLFNBQVMsR0FBRyxTQUFTLENBQUM7T0FDNUI7S0FDRjtHQUNGLENBQUMsT0FBTyxHQUFHLEVBQUU7O0dBRWI7Q0FDRjs7QUFFRCxTQUFTLENBQUMsU0FBUyxHQUFHLElBQUksS0FBSyxFQUFFLENBQUM7O3FCQUVuQixTQUFTIiwiZmlsZSI6ImV4Y2VwdGlvbi5qcyIsInNvdXJjZXNDb250ZW50IjpbImNvbnN0IGVycm9yUHJvcHMgPSBbXG4gICdkZXNjcmlwdGlvbicsXG4gICdmaWxlTmFtZScsXG4gICdsaW5lTnVtYmVyJyxcbiAgJ2VuZExpbmVOdW1iZXInLFxuICAnbWVzc2FnZScsXG4gICduYW1lJyxcbiAgJ251bWJlcicsXG4gICdzdGFjaydcbl07XG5cbmZ1bmN0aW9uIEV4Y2VwdGlvbihtZXNzYWdlLCBub2RlKSB7XG4gIGxldCBsb2MgPSBub2RlICYmIG5vZGUubG9jLFxuICAgIGxpbmUsXG4gICAgZW5kTGluZU51bWJlcixcbiAgICBjb2x1bW4sXG4gICAgZW5kQ29sdW1uO1xuXG4gIGlmIChsb2MpIHtcbiAgICBsaW5lID0gbG9jLnN0YXJ0LmxpbmU7XG4gICAgZW5kTGluZU51bWJlciA9IGxvYy5lbmQubGluZTtcbiAgICBjb2x1bW4gPSBsb2Muc3RhcnQuY29sdW1uO1xuICAgIGVuZENvbHVtbiA9IGxvYy5lbmQuY29sdW1uO1xuXG4gICAgbWVzc2FnZSArPSAnIC0gJyArIGxpbmUgKyAnOicgKyBjb2x1bW47XG4gIH1cblxuICBsZXQgdG1wID0gRXJyb3IucHJvdG90eXBlLmNvbnN0cnVjdG9yLmNhbGwodGhpcywgbWVzc2FnZSk7XG5cbiAgLy8gVW5mb3J0dW5hdGVseSBlcnJvcnMgYXJlIG5vdCBlbnVtZXJhYmxlIGluIENocm9tZSAoYXQgbGVhc3QpLCBzbyBgZm9yIHByb3AgaW4gdG1wYCBkb2Vzbid0IHdvcmsuXG4gIGZvciAobGV0IGlkeCA9IDA7IGlkeCA8IGVycm9yUHJvcHMubGVuZ3RoOyBpZHgrKykge1xuICAgIHRoaXNbZXJyb3JQcm9wc1tpZHhdXSA9IHRtcFtlcnJvclByb3BzW2lkeF1dO1xuICB9XG5cbiAgLyogaXN0YW5idWwgaWdub3JlIGVsc2UgKi9cbiAgaWYgKEVycm9yLmNhcHR1cmVTdGFja1RyYWNlKSB7XG4gICAgRXJyb3IuY2FwdHVyZVN0YWNrVHJhY2UodGhpcywgRXhjZXB0aW9uKTtcbiAgfVxuXG4gIHRyeSB7XG4gICAgaWYgKGxvYykge1xuICAgICAgdGhpcy5saW5lTnVtYmVyID0gbGluZTtcbiAgICAgIHRoaXMuZW5kTGluZU51bWJlciA9IGVuZExpbmVOdW1iZXI7XG5cbiAgICAgIC8vIFdvcmsgYXJvdW5kIGlzc3VlIHVuZGVyIHNhZmFyaSB3aGVyZSB3ZSBjYW4ndCBkaXJlY3RseSBzZXQgdGhlIGNvbHVtbiB2YWx1ZVxuICAgICAgLyogaXN0YW5idWwgaWdub3JlIG5leHQgKi9cbiAgICAgIGlmIChPYmplY3QuZGVmaW5lUHJvcGVydHkpIHtcbiAgICAgICAgT2JqZWN0LmRlZmluZVByb3BlcnR5KHRoaXMsICdjb2x1bW4nLCB7XG4gICAgICAgICAgdmFsdWU6IGNvbHVtbixcbiAgICAgICAgICBlbnVtZXJhYmxlOiB0cnVlXG4gICAgICAgIH0pO1xuICAgICAgICBPYmplY3QuZGVmaW5lUHJvcGVydHkodGhpcywgJ2VuZENvbHVtbicsIHtcbiAgICAgICAgICB2YWx1ZTogZW5kQ29sdW1uLFxuICAgICAgICAgIGVudW1lcmFibGU6IHRydWVcbiAgICAgICAgfSk7XG4gICAgICB9IGVsc2Uge1xuICAgICAgICB0aGlzLmNvbHVtbiA9IGNvbHVtbjtcbiAgICAgICAgdGhpcy5lbmRDb2x1bW4gPSBlbmRDb2x1bW47XG4gICAgICB9XG4gICAgfVxuICB9IGNhdGNoIChub3ApIHtcbiAgICAvKiBJZ25vcmUgaWYgdGhlIGJyb3dzZXIgaXMgdmVyeSBwYXJ0aWN1bGFyICovXG4gIH1cbn1cblxuRXhjZXB0aW9uLnByb3RvdHlwZSA9IG5ldyBFcnJvcigpO1xuXG5leHBvcnQgZGVmYXVsdCBFeGNlcHRpb247XG4iXX0=\n","var DESCRIPTORS = require('../internals/descriptors');\nvar definePropertyModule = require('../internals/object-define-property');\nvar createPropertyDescriptor = require('../internals/create-property-descriptor');\n\nmodule.exports = DESCRIPTORS ? function (object, key, value) {\n return definePropertyModule.f(object, key, createPropertyDescriptor(1, value));\n} : function (object, key, value) {\n object[key] = value;\n return object;\n};\n","var isObject = require('../internals/is-object');\n\nmodule.exports = function (it) {\n if (!isObject(it)) {\n throw TypeError(String(it) + ' is not an object');\n } return it;\n};\n","module.exports = function (exec) {\n try {\n return !!exec();\n } catch (error) {\n return true;\n }\n};\n","var hasOwnProperty = {}.hasOwnProperty;\n\nmodule.exports = function (it, key) {\n return hasOwnProperty.call(it, key);\n};\n","/**\n * @copyright 2019 Christoph Wurst <christoph@winzerhof-wurst.at>\n *\n * @author 2019 Christoph Wurst <christoph@winzerhof-wurst.at>\n *\n * @license GNU AGPL version 3 or any later version\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see <http://www.gnu.org/licenses/>.\n */\n\nimport { emit } from '@nextcloud/event-bus'\n\n/**\n * @private\n * @param {Document} global the document to read the initial value from\n * @param {Function} emit the function to invoke for every new token\n * @returns {Object}\n */\nexport const manageToken = (global, emit) => {\n\tlet token = global.getElementsByTagName('head')[0].getAttribute('data-requesttoken')\n\n\treturn {\n\t\tgetToken: () => token,\n\t\tsetToken: newToken => {\n\t\t\ttoken = newToken\n\n\t\t\temit('csrf-token-update', {\n\t\t\t\ttoken,\n\t\t\t})\n\t\t},\n\t}\n}\n\nconst manageFromDocument = manageToken(document, emit)\n\n/**\n * @returns {string}\n */\nexport const getToken = manageFromDocument.getToken\n\n/**\n * @param {String} newToken new token\n */\nexport const setToken = manageFromDocument.setToken\n","/**\n * @copyright Copyright (c) 2016 Joas Schilling <coding@schilljs.com>\n *\n * @license GNU AGPL version 3 or any later version\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see <http://www.gnu.org/licenses/>.\n *\n */\n\nimport $ from 'jquery'\n\nimport OC from '../OC/index'\n\n/**\n * @param {string} method 'post' or 'delete'\n * @param {string} endpoint endpoint\n * @param {Object} [options] destructuring object\n * @param {Object} [options.data] option data\n * @param {function} [options.success] success callback\n * @param {function} [options.error] error callback\n * @internal\n */\nfunction call(method, endpoint, options) {\n\tif ((method === 'post' || method === 'delete') && OC.PasswordConfirmation.requiresPasswordConfirmation()) {\n\t\tOC.PasswordConfirmation.requirePasswordConfirmation(_.bind(call, this, method, endpoint, options))\n\t\treturn\n\t}\n\n\toptions = options || {}\n\t$.ajax({\n\t\ttype: method.toUpperCase(),\n\t\turl: OC.linkToOCS('apps/provisioning_api/api/v1', 2) + 'config/apps' + endpoint,\n\t\tdata: options.data || {},\n\t\tsuccess: options.success,\n\t\terror: options.error,\n\t})\n}\n\n/**\n * @param {Object} [options] destructuring object\n * @param {function} [options.success] success callback\n * @since 11.0.0\n */\nexport function getApps(options) {\n\tcall('get', '', options)\n}\n\n/**\n * @param {string} app app id\n * @param {Object} [options] destructuring object\n * @param {function} [options.success] success callback\n * @param {function} [options.error] error callback\n * @since 11.0.0\n */\nexport function getKeys(app, options) {\n\tcall('get', '/' + app, options)\n}\n\n/**\n * @param {string} app app id\n * @param {string} key key\n * @param {string|function} defaultValue default value\n * @param {Object} [options] destructuring object\n * @param {function} [options.success] success callback\n * @param {function} [options.error] error callback\n * @since 11.0.0\n */\nexport function getValue(app, key, defaultValue, options) {\n\toptions = options || {}\n\toptions.data = {\n\t\tdefaultValue: defaultValue,\n\t}\n\n\tcall('get', '/' + app + '/' + key, options)\n}\n\n/**\n * @param {string} app app id\n * @param {string} key key\n * @param {string} value value\n * @param {Object} [options] destructuring object\n * @param {function} [options.success] success callback\n * @param {function} [options.error] error callback\n * @since 11.0.0\n */\nexport function setValue(app, key, value, options) {\n\toptions = options || {}\n\toptions.data = {\n\t\tvalue: value,\n\t}\n\n\tcall('post', '/' + app + '/' + key, options)\n}\n\n/**\n * @param {string} app app id\n * @param {string} key key\n * @param {Object} [options] destructuring object\n * @param {function} [options.success] success callback\n * @param {function} [options.error] error callback\n * @since 11.0.0\n */\nexport function deleteKey(app, key, options) {\n\tcall('delete', '/' + app + '/' + key, options)\n}\n","(function (global, factory) {\n\ttypeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory() :\n\ttypeof define === 'function' && define.amd ? define(factory) :\n\t(global.DOMPurify = factory());\n}(this, (function () { 'use strict';\n\nfunction _toConsumableArray$1(arr) { if (Array.isArray(arr)) { for (var i = 0, arr2 = Array(arr.length); i < arr.length; i++) { arr2[i] = arr[i]; } return arr2; } else { return Array.from(arr); } }\n\nvar hasOwnProperty = Object.hasOwnProperty;\nvar setPrototypeOf = Object.setPrototypeOf;\nvar isFrozen = Object.isFrozen;\nvar objectKeys = Object.keys;\nvar freeze = Object.freeze;\nvar seal = Object.seal; // eslint-disable-line import/no-mutable-exports\n\nvar _ref = typeof Reflect !== 'undefined' && Reflect;\nvar apply = _ref.apply;\nvar construct = _ref.construct;\n\nif (!apply) {\n apply = function apply(fun, thisValue, args) {\n return fun.apply(thisValue, args);\n };\n}\n\nif (!freeze) {\n freeze = function freeze(x) {\n return x;\n };\n}\n\nif (!seal) {\n seal = function seal(x) {\n return x;\n };\n}\n\nif (!construct) {\n construct = function construct(Func, args) {\n return new (Function.prototype.bind.apply(Func, [null].concat(_toConsumableArray$1(args))))();\n };\n}\n\nvar arrayForEach = unapply(Array.prototype.forEach);\nvar arrayIndexOf = unapply(Array.prototype.indexOf);\nvar arrayJoin = unapply(Array.prototype.join);\nvar arrayPop = unapply(Array.prototype.pop);\nvar arrayPush = unapply(Array.prototype.push);\nvar arraySlice = unapply(Array.prototype.slice);\n\nvar stringToLowerCase = unapply(String.prototype.toLowerCase);\nvar stringMatch = unapply(String.prototype.match);\nvar stringReplace = unapply(String.prototype.replace);\nvar stringIndexOf = unapply(String.prototype.indexOf);\nvar stringTrim = unapply(String.prototype.trim);\n\nvar regExpTest = unapply(RegExp.prototype.test);\nvar regExpCreate = unconstruct(RegExp);\n\nvar typeErrorCreate = unconstruct(TypeError);\n\nfunction unapply(func) {\n return function (thisArg) {\n for (var _len = arguments.length, args = Array(_len > 1 ? _len - 1 : 0), _key = 1; _key < _len; _key++) {\n args[_key - 1] = arguments[_key];\n }\n\n return apply(func, thisArg, args);\n };\n}\n\nfunction unconstruct(func) {\n return function () {\n for (var _len2 = arguments.length, args = Array(_len2), _key2 = 0; _key2 < _len2; _key2++) {\n args[_key2] = arguments[_key2];\n }\n\n return construct(func, args);\n };\n}\n\n/* Add properties to a lookup table */\nfunction addToSet(set, array) {\n if (setPrototypeOf) {\n // Make 'in' and truthy checks like Boolean(set.constructor)\n // independent of any properties defined on Object.prototype.\n // Prevent prototype setters from intercepting set as a this value.\n setPrototypeOf(set, null);\n }\n\n var l = array.length;\n while (l--) {\n var element = array[l];\n if (typeof element === 'string') {\n var lcElement = stringToLowerCase(element);\n if (lcElement !== element) {\n // Config presets (e.g. tags.js, attrs.js) are immutable.\n if (!isFrozen(array)) {\n array[l] = lcElement;\n }\n\n element = lcElement;\n }\n }\n\n set[element] = true;\n }\n\n return set;\n}\n\n/* Shallow clone an object */\nfunction clone(object) {\n var newObject = {};\n\n var property = void 0;\n for (property in object) {\n if (apply(hasOwnProperty, object, [property])) {\n newObject[property] = object[property];\n }\n }\n\n return newObject;\n}\n\nvar html = freeze(['a', 'abbr', 'acronym', 'address', 'area', 'article', 'aside', 'audio', 'b', 'bdi', 'bdo', 'big', 'blink', 'blockquote', 'body', 'br', 'button', 'canvas', 'caption', 'center', 'cite', 'code', 'col', 'colgroup', 'content', 'data', 'datalist', 'dd', 'decorator', 'del', 'details', 'dfn', 'dir', 'div', 'dl', 'dt', 'element', 'em', 'fieldset', 'figcaption', 'figure', 'font', 'footer', 'form', 'h1', 'h2', 'h3', 'h4', 'h5', 'h6', 'head', 'header', 'hgroup', 'hr', 'html', 'i', 'img', 'input', 'ins', 'kbd', 'label', 'legend', 'li', 'main', 'map', 'mark', 'marquee', 'menu', 'menuitem', 'meter', 'nav', 'nobr', 'ol', 'optgroup', 'option', 'output', 'p', 'picture', 'pre', 'progress', 'q', 'rp', 'rt', 'ruby', 's', 'samp', 'section', 'select', 'shadow', 'small', 'source', 'spacer', 'span', 'strike', 'strong', 'style', 'sub', 'summary', 'sup', 'table', 'tbody', 'td', 'template', 'textarea', 'tfoot', 'th', 'thead', 'time', 'tr', 'track', 'tt', 'u', 'ul', 'var', 'video', 'wbr']);\n\n// SVG\nvar svg = freeze(['svg', 'a', 'altglyph', 'altglyphdef', 'altglyphitem', 'animatecolor', 'animatemotion', 'animatetransform', 'audio', 'canvas', 'circle', 'clippath', 'defs', 'desc', 'ellipse', 'filter', 'font', 'g', 'glyph', 'glyphref', 'hkern', 'image', 'line', 'lineargradient', 'marker', 'mask', 'metadata', 'mpath', 'path', 'pattern', 'polygon', 'polyline', 'radialgradient', 'rect', 'stop', 'style', 'switch', 'symbol', 'text', 'textpath', 'title', 'tref', 'tspan', 'video', 'view', 'vkern']);\n\nvar svgFilters = freeze(['feBlend', 'feColorMatrix', 'feComponentTransfer', 'feComposite', 'feConvolveMatrix', 'feDiffuseLighting', 'feDisplacementMap', 'feDistantLight', 'feFlood', 'feFuncA', 'feFuncB', 'feFuncG', 'feFuncR', 'feGaussianBlur', 'feMerge', 'feMergeNode', 'feMorphology', 'feOffset', 'fePointLight', 'feSpecularLighting', 'feSpotLight', 'feTile', 'feTurbulence']);\n\nvar mathMl = freeze(['math', 'menclose', 'merror', 'mfenced', 'mfrac', 'mglyph', 'mi', 'mlabeledtr', 'mmultiscripts', 'mn', 'mo', 'mover', 'mpadded', 'mphantom', 'mroot', 'mrow', 'ms', 'mspace', 'msqrt', 'mstyle', 'msub', 'msup', 'msubsup', 'mtable', 'mtd', 'mtext', 'mtr', 'munder', 'munderover']);\n\nvar text = freeze(['#text']);\n\nvar html$1 = freeze(['accept', 'action', 'align', 'alt', 'autocomplete', 'background', 'bgcolor', 'border', 'cellpadding', 'cellspacing', 'checked', 'cite', 'class', 'clear', 'color', 'cols', 'colspan', 'controls', 'coords', 'crossorigin', 'datetime', 'default', 'dir', 'disabled', 'download', 'enctype', 'face', 'for', 'headers', 'height', 'hidden', 'high', 'href', 'hreflang', 'id', 'integrity', 'ismap', 'label', 'lang', 'list', 'loop', 'low', 'max', 'maxlength', 'media', 'method', 'min', 'minlength', 'multiple', 'name', 'noshade', 'novalidate', 'nowrap', 'open', 'optimum', 'pattern', 'placeholder', 'poster', 'preload', 'pubdate', 'radiogroup', 'readonly', 'rel', 'required', 'rev', 'reversed', 'role', 'rows', 'rowspan', 'spellcheck', 'scope', 'selected', 'shape', 'size', 'sizes', 'span', 'srclang', 'start', 'src', 'srcset', 'step', 'style', 'summary', 'tabindex', 'title', 'type', 'usemap', 'valign', 'value', 'width', 'xmlns']);\n\nvar svg$1 = freeze(['accent-height', 'accumulate', 'additive', 'alignment-baseline', 'ascent', 'attributename', 'attributetype', 'azimuth', 'basefrequency', 'baseline-shift', 'begin', 'bias', 'by', 'class', 'clip', 'clip-path', 'clip-rule', 'color', 'color-interpolation', 'color-interpolation-filters', 'color-profile', 'color-rendering', 'cx', 'cy', 'd', 'dx', 'dy', 'diffuseconstant', 'direction', 'display', 'divisor', 'dur', 'edgemode', 'elevation', 'end', 'fill', 'fill-opacity', 'fill-rule', 'filter', 'filterunits', 'flood-color', 'flood-opacity', 'font-family', 'font-size', 'font-size-adjust', 'font-stretch', 'font-style', 'font-variant', 'font-weight', 'fx', 'fy', 'g1', 'g2', 'glyph-name', 'glyphref', 'gradientunits', 'gradienttransform', 'height', 'href', 'id', 'image-rendering', 'in', 'in2', 'k', 'k1', 'k2', 'k3', 'k4', 'kerning', 'keypoints', 'keysplines', 'keytimes', 'lang', 'lengthadjust', 'letter-spacing', 'kernelmatrix', 'kernelunitlength', 'lighting-color', 'local', 'marker-end', 'marker-mid', 'marker-start', 'markerheight', 'markerunits', 'markerwidth', 'maskcontentunits', 'maskunits', 'max', 'mask', 'media', 'method', 'mode', 'min', 'name', 'numoctaves', 'offset', 'operator', 'opacity', 'order', 'orient', 'orientation', 'origin', 'overflow', 'paint-order', 'path', 'pathlength', 'patterncontentunits', 'patterntransform', 'patternunits', 'points', 'preservealpha', 'preserveaspectratio', 'primitiveunits', 'r', 'rx', 'ry', 'radius', 'refx', 'refy', 'repeatcount', 'repeatdur', 'restart', 'result', 'rotate', 'scale', 'seed', 'shape-rendering', 'specularconstant', 'specularexponent', 'spreadmethod', 'stddeviation', 'stitchtiles', 'stop-color', 'stop-opacity', 'stroke-dasharray', 'stroke-dashoffset', 'stroke-linecap', 'stroke-linejoin', 'stroke-miterlimit', 'stroke-opacity', 'stroke', 'stroke-width', 'style', 'surfacescale', 'tabindex', 'targetx', 'targety', 'transform', 'text-anchor', 'text-decoration', 'text-rendering', 'textlength', 'type', 'u1', 'u2', 'unicode', 'values', 'viewbox', 'visibility', 'version', 'vert-adv-y', 'vert-origin-x', 'vert-origin-y', 'width', 'word-spacing', 'wrap', 'writing-mode', 'xchannelselector', 'ychannelselector', 'x', 'x1', 'x2', 'xmlns', 'y', 'y1', 'y2', 'z', 'zoomandpan']);\n\nvar mathMl$1 = freeze(['accent', 'accentunder', 'align', 'bevelled', 'close', 'columnsalign', 'columnlines', 'columnspan', 'denomalign', 'depth', 'dir', 'display', 'displaystyle', 'encoding', 'fence', 'frame', 'height', 'href', 'id', 'largeop', 'length', 'linethickness', 'lspace', 'lquote', 'mathbackground', 'mathcolor', 'mathsize', 'mathvariant', 'maxsize', 'minsize', 'movablelimits', 'notation', 'numalign', 'open', 'rowalign', 'rowlines', 'rowspacing', 'rowspan', 'rspace', 'rquote', 'scriptlevel', 'scriptminsize', 'scriptsizemultiplier', 'selection', 'separator', 'separators', 'stretchy', 'subscriptshift', 'supscriptshift', 'symmetric', 'voffset', 'width', 'xmlns']);\n\nvar xml = freeze(['xlink:href', 'xml:id', 'xlink:title', 'xml:space', 'xmlns:xlink']);\n\nvar MUSTACHE_EXPR = seal(/\\{\\{[\\s\\S]*|[\\s\\S]*\\}\\}/gm); // Specify template detection regex for SAFE_FOR_TEMPLATES mode\nvar ERB_EXPR = seal(/<%[\\s\\S]*|[\\s\\S]*%>/gm);\nvar DATA_ATTR = seal(/^data-[\\-\\w.\\u00B7-\\uFFFF]/); // eslint-disable-line no-useless-escape\nvar ARIA_ATTR = seal(/^aria-[\\-\\w]+$/); // eslint-disable-line no-useless-escape\nvar IS_ALLOWED_URI = seal(/^(?:(?:(?:f|ht)tps?|mailto|tel|callto|cid|xmpp):|[^a-z]|[a-z+.\\-]+(?:[^a-z+.\\-:]|$))/i // eslint-disable-line no-useless-escape\n);\nvar IS_SCRIPT_OR_DATA = seal(/^(?:\\w+script|data):/i);\nvar ATTR_WHITESPACE = seal(/[\\u0000-\\u0020\\u00A0\\u1680\\u180E\\u2000-\\u2029\\u205f\\u3000]/g // eslint-disable-line no-control-regex\n);\n\nvar _typeof = typeof Symbol === \"function\" && typeof Symbol.iterator === \"symbol\" ? function (obj) { return typeof obj; } : function (obj) { return obj && typeof Symbol === \"function\" && obj.constructor === Symbol && obj !== Symbol.prototype ? \"symbol\" : typeof obj; };\n\nfunction _toConsumableArray(arr) { if (Array.isArray(arr)) { for (var i = 0, arr2 = Array(arr.length); i < arr.length; i++) { arr2[i] = arr[i]; } return arr2; } else { return Array.from(arr); } }\n\nvar getGlobal = function getGlobal() {\n return typeof window === 'undefined' ? null : window;\n};\n\n/**\n * Creates a no-op policy for internal use only.\n * Don't export this function outside this module!\n * @param {?TrustedTypePolicyFactory} trustedTypes The policy factory.\n * @param {Document} document The document object (to determine policy name suffix)\n * @return {?TrustedTypePolicy} The policy created (or null, if Trusted Types\n * are not supported).\n */\nvar _createTrustedTypesPolicy = function _createTrustedTypesPolicy(trustedTypes, document) {\n if ((typeof trustedTypes === 'undefined' ? 'undefined' : _typeof(trustedTypes)) !== 'object' || typeof trustedTypes.createPolicy !== 'function') {\n return null;\n }\n\n // Allow the callers to control the unique policy name\n // by adding a data-tt-policy-suffix to the script element with the DOMPurify.\n // Policy creation with duplicate names throws in Trusted Types.\n var suffix = null;\n var ATTR_NAME = 'data-tt-policy-suffix';\n if (document.currentScript && document.currentScript.hasAttribute(ATTR_NAME)) {\n suffix = document.currentScript.getAttribute(ATTR_NAME);\n }\n\n var policyName = 'dompurify' + (suffix ? '#' + suffix : '');\n\n try {\n return trustedTypes.createPolicy(policyName, {\n createHTML: function createHTML(html$$1) {\n return html$$1;\n }\n });\n } catch (error) {\n // Policy creation failed (most likely another DOMPurify script has\n // already run). Skip creating the policy, as this will only cause errors\n // if TT are enforced.\n console.warn('TrustedTypes policy ' + policyName + ' could not be created.');\n return null;\n }\n};\n\nfunction createDOMPurify() {\n var window = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : getGlobal();\n\n var DOMPurify = function DOMPurify(root) {\n return createDOMPurify(root);\n };\n\n /**\n * Version label, exposed for easier checks\n * if DOMPurify is up to date or not\n */\n DOMPurify.version = '2.0.8';\n\n /**\n * Array of elements that DOMPurify removed during sanitation.\n * Empty if nothing was removed.\n */\n DOMPurify.removed = [];\n\n if (!window || !window.document || window.document.nodeType !== 9) {\n // Not running in a browser, provide a factory function\n // so that you can pass your own Window\n DOMPurify.isSupported = false;\n\n return DOMPurify;\n }\n\n var originalDocument = window.document;\n var useDOMParser = false;\n var removeTitle = false;\n\n var document = window.document;\n var DocumentFragment = window.DocumentFragment,\n HTMLTemplateElement = window.HTMLTemplateElement,\n Node = window.Node,\n NodeFilter = window.NodeFilter,\n _window$NamedNodeMap = window.NamedNodeMap,\n NamedNodeMap = _window$NamedNodeMap === undefined ? window.NamedNodeMap || window.MozNamedAttrMap : _window$NamedNodeMap,\n Text = window.Text,\n Comment = window.Comment,\n DOMParser = window.DOMParser,\n trustedTypes = window.trustedTypes;\n\n // As per issue #47, the web-components registry is inherited by a\n // new document created via createHTMLDocument. As per the spec\n // (http://w3c.github.io/webcomponents/spec/custom/#creating-and-passing-registries)\n // a new empty registry is used when creating a template contents owner\n // document, so we use that as our parent document to ensure nothing\n // is inherited.\n\n if (typeof HTMLTemplateElement === 'function') {\n var template = document.createElement('template');\n if (template.content && template.content.ownerDocument) {\n document = template.content.ownerDocument;\n }\n }\n\n var trustedTypesPolicy = _createTrustedTypesPolicy(trustedTypes, originalDocument);\n var emptyHTML = trustedTypesPolicy ? trustedTypesPolicy.createHTML('') : '';\n\n var _document = document,\n implementation = _document.implementation,\n createNodeIterator = _document.createNodeIterator,\n getElementsByTagName = _document.getElementsByTagName,\n createDocumentFragment = _document.createDocumentFragment;\n var importNode = originalDocument.importNode;\n\n\n var hooks = {};\n\n /**\n * Expose whether this browser supports running the full DOMPurify.\n */\n DOMPurify.isSupported = implementation && typeof implementation.createHTMLDocument !== 'undefined' && document.documentMode !== 9;\n\n var MUSTACHE_EXPR$$1 = MUSTACHE_EXPR,\n ERB_EXPR$$1 = ERB_EXPR,\n DATA_ATTR$$1 = DATA_ATTR,\n ARIA_ATTR$$1 = ARIA_ATTR,\n IS_SCRIPT_OR_DATA$$1 = IS_SCRIPT_OR_DATA,\n ATTR_WHITESPACE$$1 = ATTR_WHITESPACE;\n var IS_ALLOWED_URI$$1 = IS_ALLOWED_URI;\n\n /**\n * We consider the elements and attributes below to be safe. Ideally\n * don't add any new ones but feel free to remove unwanted ones.\n */\n\n /* allowed element names */\n\n var ALLOWED_TAGS = null;\n var DEFAULT_ALLOWED_TAGS = addToSet({}, [].concat(_toConsumableArray(html), _toConsumableArray(svg), _toConsumableArray(svgFilters), _toConsumableArray(mathMl), _toConsumableArray(text)));\n\n /* Allowed attribute names */\n var ALLOWED_ATTR = null;\n var DEFAULT_ALLOWED_ATTR = addToSet({}, [].concat(_toConsumableArray(html$1), _toConsumableArray(svg$1), _toConsumableArray(mathMl$1), _toConsumableArray(xml)));\n\n /* Explicitly forbidden tags (overrides ALLOWED_TAGS/ADD_TAGS) */\n var FORBID_TAGS = null;\n\n /* Explicitly forbidden attributes (overrides ALLOWED_ATTR/ADD_ATTR) */\n var FORBID_ATTR = null;\n\n /* Decide if ARIA attributes are okay */\n var ALLOW_ARIA_ATTR = true;\n\n /* Decide if custom data attributes are okay */\n var ALLOW_DATA_ATTR = true;\n\n /* Decide if unknown protocols are okay */\n var ALLOW_UNKNOWN_PROTOCOLS = false;\n\n /* Output should be safe for jQuery's $() factory? */\n var SAFE_FOR_JQUERY = false;\n\n /* Output should be safe for common template engines.\n * This means, DOMPurify removes data attributes, mustaches and ERB\n */\n var SAFE_FOR_TEMPLATES = false;\n\n /* Decide if document with <html>... should be returned */\n var WHOLE_DOCUMENT = false;\n\n /* Track whether config is already set on this instance of DOMPurify. */\n var SET_CONFIG = false;\n\n /* Decide if all elements (e.g. style, script) must be children of\n * document.body. By default, browsers might move them to document.head */\n var FORCE_BODY = false;\n\n /* Decide if a DOM `HTMLBodyElement` should be returned, instead of a html\n * string (or a TrustedHTML object if Trusted Types are supported).\n * If `WHOLE_DOCUMENT` is enabled a `HTMLHtmlElement` will be returned instead\n */\n var RETURN_DOM = false;\n\n /* Decide if a DOM `DocumentFragment` should be returned, instead of a html\n * string (or a TrustedHTML object if Trusted Types are supported) */\n var RETURN_DOM_FRAGMENT = false;\n\n /* If `RETURN_DOM` or `RETURN_DOM_FRAGMENT` is enabled, decide if the returned DOM\n * `Node` is imported into the current `Document`. If this flag is not enabled the\n * `Node` will belong (its ownerDocument) to a fresh `HTMLDocument`, created by\n * DOMPurify. */\n var RETURN_DOM_IMPORT = false;\n\n /* Try to return a Trusted Type object instead of a string, retrun a string in\n * case Trusted Types are not supported */\n var RETURN_TRUSTED_TYPE = false;\n\n /* Output should be free from DOM clobbering attacks? */\n var SANITIZE_DOM = true;\n\n /* Keep element content when removing element? */\n var KEEP_CONTENT = true;\n\n /* If a `Node` is passed to sanitize(), then performs sanitization in-place instead\n * of importing it into a new Document and returning a sanitized copy */\n var IN_PLACE = false;\n\n /* Allow usage of profiles like html, svg and mathMl */\n var USE_PROFILES = {};\n\n /* Tags to ignore content of when KEEP_CONTENT is true */\n var FORBID_CONTENTS = addToSet({}, ['annotation-xml', 'audio', 'colgroup', 'desc', 'foreignobject', 'head', 'iframe', 'math', 'mi', 'mn', 'mo', 'ms', 'mtext', 'noembed', 'noframes', 'plaintext', 'script', 'style', 'svg', 'template', 'thead', 'title', 'video', 'xmp']);\n\n /* Tags that are safe for data: URIs */\n var DATA_URI_TAGS = addToSet({}, ['audio', 'video', 'img', 'source', 'image']);\n\n /* Attributes safe for values like \"javascript:\" */\n var URI_SAFE_ATTRIBUTES = null;\n var DEFAULT_URI_SAFE_ATTRIBUTES = addToSet({}, ['alt', 'class', 'for', 'id', 'label', 'name', 'pattern', 'placeholder', 'summary', 'title', 'value', 'style', 'xmlns']);\n\n /* Keep a reference to config to pass to hooks */\n var CONFIG = null;\n\n /* Ideally, do not touch anything below this line */\n /* ______________________________________________ */\n\n var formElement = document.createElement('form');\n\n /**\n * _parseConfig\n *\n * @param {Object} cfg optional config literal\n */\n // eslint-disable-next-line complexity\n var _parseConfig = function _parseConfig(cfg) {\n if (CONFIG && CONFIG === cfg) {\n return;\n }\n\n /* Shield configuration object from tampering */\n if (!cfg || (typeof cfg === 'undefined' ? 'undefined' : _typeof(cfg)) !== 'object') {\n cfg = {};\n }\n\n /* Set configuration parameters */\n ALLOWED_TAGS = 'ALLOWED_TAGS' in cfg ? addToSet({}, cfg.ALLOWED_TAGS) : DEFAULT_ALLOWED_TAGS;\n ALLOWED_ATTR = 'ALLOWED_ATTR' in cfg ? addToSet({}, cfg.ALLOWED_ATTR) : DEFAULT_ALLOWED_ATTR;\n URI_SAFE_ATTRIBUTES = 'ADD_URI_SAFE_ATTR' in cfg ? addToSet(clone(DEFAULT_URI_SAFE_ATTRIBUTES), cfg.ADD_URI_SAFE_ATTR) : DEFAULT_URI_SAFE_ATTRIBUTES;\n FORBID_TAGS = 'FORBID_TAGS' in cfg ? addToSet({}, cfg.FORBID_TAGS) : {};\n FORBID_ATTR = 'FORBID_ATTR' in cfg ? addToSet({}, cfg.FORBID_ATTR) : {};\n USE_PROFILES = 'USE_PROFILES' in cfg ? cfg.USE_PROFILES : false;\n ALLOW_ARIA_ATTR = cfg.ALLOW_ARIA_ATTR !== false; // Default true\n ALLOW_DATA_ATTR = cfg.ALLOW_DATA_ATTR !== false; // Default true\n ALLOW_UNKNOWN_PROTOCOLS = cfg.ALLOW_UNKNOWN_PROTOCOLS || false; // Default false\n SAFE_FOR_JQUERY = cfg.SAFE_FOR_JQUERY || false; // Default false\n SAFE_FOR_TEMPLATES = cfg.SAFE_FOR_TEMPLATES || false; // Default false\n WHOLE_DOCUMENT = cfg.WHOLE_DOCUMENT || false; // Default false\n RETURN_DOM = cfg.RETURN_DOM || false; // Default false\n RETURN_DOM_FRAGMENT = cfg.RETURN_DOM_FRAGMENT || false; // Default false\n RETURN_DOM_IMPORT = cfg.RETURN_DOM_IMPORT || false; // Default false\n RETURN_TRUSTED_TYPE = cfg.RETURN_TRUSTED_TYPE || false; // Default false\n FORCE_BODY = cfg.FORCE_BODY || false; // Default false\n SANITIZE_DOM = cfg.SANITIZE_DOM !== false; // Default true\n KEEP_CONTENT = cfg.KEEP_CONTENT !== false; // Default true\n IN_PLACE = cfg.IN_PLACE || false; // Default false\n IS_ALLOWED_URI$$1 = cfg.ALLOWED_URI_REGEXP || IS_ALLOWED_URI$$1;\n if (SAFE_FOR_TEMPLATES) {\n ALLOW_DATA_ATTR = false;\n }\n\n if (RETURN_DOM_FRAGMENT) {\n RETURN_DOM = true;\n }\n\n /* Parse profile info */\n if (USE_PROFILES) {\n ALLOWED_TAGS = addToSet({}, [].concat(_toConsumableArray(text)));\n ALLOWED_ATTR = [];\n if (USE_PROFILES.html === true) {\n addToSet(ALLOWED_TAGS, html);\n addToSet(ALLOWED_ATTR, html$1);\n }\n\n if (USE_PROFILES.svg === true) {\n addToSet(ALLOWED_TAGS, svg);\n addToSet(ALLOWED_ATTR, svg$1);\n addToSet(ALLOWED_ATTR, xml);\n }\n\n if (USE_PROFILES.svgFilters === true) {\n addToSet(ALLOWED_TAGS, svgFilters);\n addToSet(ALLOWED_ATTR, svg$1);\n addToSet(ALLOWED_ATTR, xml);\n }\n\n if (USE_PROFILES.mathMl === true) {\n addToSet(ALLOWED_TAGS, mathMl);\n addToSet(ALLOWED_ATTR, mathMl$1);\n addToSet(ALLOWED_ATTR, xml);\n }\n }\n\n /* Merge configuration parameters */\n if (cfg.ADD_TAGS) {\n if (ALLOWED_TAGS === DEFAULT_ALLOWED_TAGS) {\n ALLOWED_TAGS = clone(ALLOWED_TAGS);\n }\n\n addToSet(ALLOWED_TAGS, cfg.ADD_TAGS);\n }\n\n if (cfg.ADD_ATTR) {\n if (ALLOWED_ATTR === DEFAULT_ALLOWED_ATTR) {\n ALLOWED_ATTR = clone(ALLOWED_ATTR);\n }\n\n addToSet(ALLOWED_ATTR, cfg.ADD_ATTR);\n }\n\n if (cfg.ADD_URI_SAFE_ATTR) {\n addToSet(URI_SAFE_ATTRIBUTES, cfg.ADD_URI_SAFE_ATTR);\n }\n\n /* Add #text in case KEEP_CONTENT is set to true */\n if (KEEP_CONTENT) {\n ALLOWED_TAGS['#text'] = true;\n }\n\n /* Add html, head and body to ALLOWED_TAGS in case WHOLE_DOCUMENT is true */\n if (WHOLE_DOCUMENT) {\n addToSet(ALLOWED_TAGS, ['html', 'head', 'body']);\n }\n\n /* Add tbody to ALLOWED_TAGS in case tables are permitted, see #286, #365 */\n if (ALLOWED_TAGS.table) {\n addToSet(ALLOWED_TAGS, ['tbody']);\n delete FORBID_TAGS.tbody;\n }\n\n // Prevent further manipulation of configuration.\n // Not available in IE8, Safari 5, etc.\n if (freeze) {\n freeze(cfg);\n }\n\n CONFIG = cfg;\n };\n\n /**\n * _forceRemove\n *\n * @param {Node} node a DOM node\n */\n var _forceRemove = function _forceRemove(node) {\n arrayPush(DOMPurify.removed, { element: node });\n try {\n node.parentNode.removeChild(node);\n } catch (error) {\n node.outerHTML = emptyHTML;\n }\n };\n\n /**\n * _removeAttribute\n *\n * @param {String} name an Attribute name\n * @param {Node} node a DOM node\n */\n var _removeAttribute = function _removeAttribute(name, node) {\n try {\n arrayPush(DOMPurify.removed, {\n attribute: node.getAttributeNode(name),\n from: node\n });\n } catch (error) {\n arrayPush(DOMPurify.removed, {\n attribute: null,\n from: node\n });\n }\n\n node.removeAttribute(name);\n };\n\n /**\n * _initDocument\n *\n * @param {String} dirty a string of dirty markup\n * @return {Document} a DOM, filled with the dirty markup\n */\n var _initDocument = function _initDocument(dirty) {\n /* Create a HTML document */\n var doc = void 0;\n var leadingWhitespace = void 0;\n\n if (FORCE_BODY) {\n dirty = '<remove></remove>' + dirty;\n } else {\n /* If FORCE_BODY isn't used, leading whitespace needs to be preserved manually */\n var matches = stringMatch(dirty, /^[\\s]+/);\n leadingWhitespace = matches && matches[0];\n }\n\n var dirtyPayload = trustedTypesPolicy ? trustedTypesPolicy.createHTML(dirty) : dirty;\n /* Use DOMParser to workaround Firefox bug (see comment below) */\n if (useDOMParser) {\n try {\n doc = new DOMParser().parseFromString(dirtyPayload, 'text/html');\n } catch (error) {}\n }\n\n /* Remove title to fix a mXSS bug in older MS Edge */\n if (removeTitle) {\n addToSet(FORBID_TAGS, ['title']);\n }\n\n /* Otherwise use createHTMLDocument, because DOMParser is unsafe in\n Safari (see comment below) */\n if (!doc || !doc.documentElement) {\n doc = implementation.createHTMLDocument('');\n var _doc = doc,\n body = _doc.body;\n\n body.parentNode.removeChild(body.parentNode.firstElementChild);\n body.outerHTML = dirtyPayload;\n }\n\n if (dirty && leadingWhitespace) {\n doc.body.insertBefore(document.createTextNode(leadingWhitespace), doc.body.childNodes[0] || null);\n }\n\n /* Work on whole document or just its body */\n return getElementsByTagName.call(doc, WHOLE_DOCUMENT ? 'html' : 'body')[0];\n };\n\n // Firefox uses a different parser for innerHTML rather than\n // DOMParser (see https://bugzilla.mozilla.org/show_bug.cgi?id=1205631)\n // which means that you *must* use DOMParser, otherwise the output may\n // not be safe if used in a document.write context later.\n //\n // So we feature detect the Firefox bug and use the DOMParser if necessary.\n //\n // Chrome 77 and other versions ship an mXSS bug that caused a bypass to\n // happen. We now check for the mXSS trigger and react accordingly.\n if (DOMPurify.isSupported) {\n (function () {\n try {\n var doc = _initDocument('<svg><p><textarea><img src=\"</textarea><img src=x abc=1//\">');\n if (doc.querySelector('svg img')) {\n useDOMParser = true;\n }\n } catch (error) {}\n })();\n\n (function () {\n try {\n var doc = _initDocument('<x/><title>&lt;/title&gt;&lt;img&gt;');\n if (regExpTest(/<\\/title/, doc.querySelector('title').innerHTML)) {\n removeTitle = true;\n }\n } catch (error) {}\n })();\n }\n\n /**\n * _createIterator\n *\n * @param {Document} root document/fragment to create iterator for\n * @return {Iterator} iterator instance\n */\n var _createIterator = function _createIterator(root) {\n return createNodeIterator.call(root.ownerDocument || root, root, NodeFilter.SHOW_ELEMENT | NodeFilter.SHOW_COMMENT | NodeFilter.SHOW_TEXT, function () {\n return NodeFilter.FILTER_ACCEPT;\n }, false);\n };\n\n /**\n * _isClobbered\n *\n * @param {Node} elm element to check for clobbering attacks\n * @return {Boolean} true if clobbered, false if safe\n */\n var _isClobbered = function _isClobbered(elm) {\n if (elm instanceof Text || elm instanceof Comment) {\n return false;\n }\n\n if (typeof elm.nodeName !== 'string' || typeof elm.textContent !== 'string' || typeof elm.removeChild !== 'function' || !(elm.attributes instanceof NamedNodeMap) || typeof elm.removeAttribute !== 'function' || typeof elm.setAttribute !== 'function' || typeof elm.namespaceURI !== 'string') {\n return true;\n }\n\n return false;\n };\n\n /**\n * _isNode\n *\n * @param {Node} obj object to check whether it's a DOM node\n * @return {Boolean} true is object is a DOM node\n */\n var _isNode = function _isNode(obj) {\n return (typeof Node === 'undefined' ? 'undefined' : _typeof(Node)) === 'object' ? obj instanceof Node : obj && (typeof obj === 'undefined' ? 'undefined' : _typeof(obj)) === 'object' && typeof obj.nodeType === 'number' && typeof obj.nodeName === 'string';\n };\n\n /**\n * _executeHook\n * Execute user configurable hooks\n *\n * @param {String} entryPoint Name of the hook's entry point\n * @param {Node} currentNode node to work on with the hook\n * @param {Object} data additional hook parameters\n */\n var _executeHook = function _executeHook(entryPoint, currentNode, data) {\n if (!hooks[entryPoint]) {\n return;\n }\n\n arrayForEach(hooks[entryPoint], function (hook) {\n hook.call(DOMPurify, currentNode, data, CONFIG);\n });\n };\n\n /**\n * _sanitizeElements\n *\n * @protect nodeName\n * @protect textContent\n * @protect removeChild\n *\n * @param {Node} currentNode to check for permission to exist\n * @return {Boolean} true if node was killed, false if left alive\n */\n // eslint-disable-next-line complexity\n var _sanitizeElements = function _sanitizeElements(currentNode) {\n var content = void 0;\n\n /* Execute a hook if present */\n _executeHook('beforeSanitizeElements', currentNode, null);\n\n /* Check if element is clobbered or can clobber */\n if (_isClobbered(currentNode)) {\n _forceRemove(currentNode);\n return true;\n }\n\n /* Now let's check the element's type and name */\n var tagName = stringToLowerCase(currentNode.nodeName);\n\n /* Execute a hook if present */\n _executeHook('uponSanitizeElement', currentNode, {\n tagName: tagName,\n allowedTags: ALLOWED_TAGS\n });\n\n /* Take care of an mXSS pattern using p, br inside svg, math */\n if ((tagName === 'svg' || tagName === 'math') && currentNode.querySelectorAll('p, br').length !== 0) {\n _forceRemove(currentNode);\n return true;\n }\n\n /* Remove element if anything forbids its presence */\n if (!ALLOWED_TAGS[tagName] || FORBID_TAGS[tagName]) {\n /* Keep content except for black-listed elements */\n if (KEEP_CONTENT && !FORBID_CONTENTS[tagName] && typeof currentNode.insertAdjacentHTML === 'function') {\n try {\n var htmlToInsert = currentNode.innerHTML;\n currentNode.insertAdjacentHTML('AfterEnd', trustedTypesPolicy ? trustedTypesPolicy.createHTML(htmlToInsert) : htmlToInsert);\n } catch (error) {}\n }\n\n _forceRemove(currentNode);\n return true;\n }\n\n /* Remove in case a noscript/noembed XSS is suspected */\n if (tagName === 'noscript' && regExpTest(/<\\/noscript/i, currentNode.innerHTML)) {\n _forceRemove(currentNode);\n return true;\n }\n\n if (tagName === 'noembed' && regExpTest(/<\\/noembed/i, currentNode.innerHTML)) {\n _forceRemove(currentNode);\n return true;\n }\n\n /* Convert markup to cover jQuery behavior */\n if (SAFE_FOR_JQUERY && !currentNode.firstElementChild && (!currentNode.content || !currentNode.content.firstElementChild) && regExpTest(/</g, currentNode.textContent)) {\n arrayPush(DOMPurify.removed, { element: currentNode.cloneNode() });\n if (currentNode.innerHTML) {\n currentNode.innerHTML = stringReplace(currentNode.innerHTML, /</g, '&lt;');\n } else {\n currentNode.innerHTML = stringReplace(currentNode.textContent, /</g, '&lt;');\n }\n }\n\n /* Sanitize element content to be template-safe */\n if (SAFE_FOR_TEMPLATES && currentNode.nodeType === 3) {\n /* Get the element's text content */\n content = currentNode.textContent;\n content = stringReplace(content, MUSTACHE_EXPR$$1, ' ');\n content = stringReplace(content, ERB_EXPR$$1, ' ');\n if (currentNode.textContent !== content) {\n arrayPush(DOMPurify.removed, { element: currentNode.cloneNode() });\n currentNode.textContent = content;\n }\n }\n\n /* Execute a hook if present */\n _executeHook('afterSanitizeElements', currentNode, null);\n\n return false;\n };\n\n /**\n * _isValidAttribute\n *\n * @param {string} lcTag Lowercase tag name of containing element.\n * @param {string} lcName Lowercase attribute name.\n * @param {string} value Attribute value.\n * @return {Boolean} Returns true if `value` is valid, otherwise false.\n */\n // eslint-disable-next-line complexity\n var _isValidAttribute = function _isValidAttribute(lcTag, lcName, value) {\n /* Make sure attribute cannot clobber */\n if (SANITIZE_DOM && (lcName === 'id' || lcName === 'name') && (value in document || value in formElement)) {\n return false;\n }\n\n /* Allow valid data-* attributes: At least one character after \"-\"\n (https://html.spec.whatwg.org/multipage/dom.html#embedding-custom-non-visible-data-with-the-data-*-attributes)\n XML-compatible (https://html.spec.whatwg.org/multipage/infrastructure.html#xml-compatible and http://www.w3.org/TR/xml/#d0e804)\n We don't need to check the value; it's always URI safe. */\n if (ALLOW_DATA_ATTR && regExpTest(DATA_ATTR$$1, lcName)) {\n // This attribute is safe\n } else if (ALLOW_ARIA_ATTR && regExpTest(ARIA_ATTR$$1, lcName)) {\n // This attribute is safe\n /* Otherwise, check the name is permitted */\n } else if (!ALLOWED_ATTR[lcName] || FORBID_ATTR[lcName]) {\n return false;\n\n /* Check value is safe. First, is attr inert? If so, is safe */\n } else if (URI_SAFE_ATTRIBUTES[lcName]) {\n // This attribute is safe\n /* Check no script, data or unknown possibly unsafe URI\n unless we know URI values are safe for that attribute */\n } else if (regExpTest(IS_ALLOWED_URI$$1, stringReplace(value, ATTR_WHITESPACE$$1, ''))) {\n // This attribute is safe\n /* Keep image data URIs alive if src/xlink:href is allowed */\n /* Further prevent gadget XSS for dynamically built script tags */\n } else if ((lcName === 'src' || lcName === 'xlink:href' || lcName === 'href') && lcTag !== 'script' && stringIndexOf(value, 'data:') === 0 && DATA_URI_TAGS[lcTag]) {\n // This attribute is safe\n /* Allow unknown protocols: This provides support for links that\n are handled by protocol handlers which may be unknown ahead of\n time, e.g. fb:, spotify: */\n } else if (ALLOW_UNKNOWN_PROTOCOLS && !regExpTest(IS_SCRIPT_OR_DATA$$1, stringReplace(value, ATTR_WHITESPACE$$1, ''))) {\n // This attribute is safe\n /* Check for binary attributes */\n // eslint-disable-next-line no-negated-condition\n } else if (!value) {\n // Binary attributes are safe at this point\n /* Anything else, presume unsafe, do not add it back */\n } else {\n return false;\n }\n\n return true;\n };\n\n /**\n * _sanitizeAttributes\n *\n * @protect attributes\n * @protect nodeName\n * @protect removeAttribute\n * @protect setAttribute\n *\n * @param {Node} currentNode to sanitize\n */\n // eslint-disable-next-line complexity\n var _sanitizeAttributes = function _sanitizeAttributes(currentNode) {\n var attr = void 0;\n var value = void 0;\n var lcName = void 0;\n var idAttr = void 0;\n var l = void 0;\n /* Execute a hook if present */\n _executeHook('beforeSanitizeAttributes', currentNode, null);\n\n var attributes = currentNode.attributes;\n\n /* Check if we have attributes; if not we might have a text node */\n\n if (!attributes) {\n return;\n }\n\n var hookEvent = {\n attrName: '',\n attrValue: '',\n keepAttr: true,\n allowedAttributes: ALLOWED_ATTR\n };\n l = attributes.length;\n\n /* Go backwards over all attributes; safely remove bad ones */\n while (l--) {\n attr = attributes[l];\n var _attr = attr,\n name = _attr.name,\n namespaceURI = _attr.namespaceURI;\n\n value = stringTrim(attr.value);\n lcName = stringToLowerCase(name);\n\n /* Execute a hook if present */\n hookEvent.attrName = lcName;\n hookEvent.attrValue = value;\n hookEvent.keepAttr = true;\n hookEvent.forceKeepAttr = undefined; // Allows developers to see this is a property they can set\n _executeHook('uponSanitizeAttribute', currentNode, hookEvent);\n value = hookEvent.attrValue;\n /* Did the hooks approve of the attribute? */\n if (hookEvent.forceKeepAttr) {\n continue;\n }\n\n /* Remove attribute */\n // Safari (iOS + Mac), last tested v8.0.5, crashes if you try to\n // remove a \"name\" attribute from an <img> tag that has an \"id\"\n // attribute at the time.\n if (lcName === 'name' && currentNode.nodeName === 'IMG' && attributes.id) {\n idAttr = attributes.id;\n attributes = arraySlice(attributes, []);\n _removeAttribute('id', currentNode);\n _removeAttribute(name, currentNode);\n if (arrayIndexOf(attributes, idAttr) > l) {\n currentNode.setAttribute('id', idAttr.value);\n }\n } else if (\n // This works around a bug in Safari, where input[type=file]\n // cannot be dynamically set after type has been removed\n currentNode.nodeName === 'INPUT' && lcName === 'type' && value === 'file' && hookEvent.keepAttr && (ALLOWED_ATTR[lcName] || !FORBID_ATTR[lcName])) {\n continue;\n } else {\n // This avoids a crash in Safari v9.0 with double-ids.\n // The trick is to first set the id to be empty and then to\n // remove the attribute\n if (name === 'id') {\n currentNode.setAttribute(name, '');\n }\n\n _removeAttribute(name, currentNode);\n }\n\n /* Did the hooks approve of the attribute? */\n if (!hookEvent.keepAttr) {\n continue;\n }\n\n /* Work around a security issue in jQuery 3.0 */\n if (SAFE_FOR_JQUERY && regExpTest(/\\/>/i, value)) {\n _removeAttribute(name, currentNode);\n continue;\n }\n\n /* Take care of an mXSS pattern using namespace switches */\n if (regExpTest(/svg|math/i, currentNode.namespaceURI) && regExpTest(regExpCreate('</(' + arrayJoin(objectKeys(FORBID_CONTENTS), '|') + ')', 'i'), value)) {\n _removeAttribute(name, currentNode);\n continue;\n }\n\n /* Sanitize attribute content to be template-safe */\n if (SAFE_FOR_TEMPLATES) {\n value = stringReplace(value, MUSTACHE_EXPR$$1, ' ');\n value = stringReplace(value, ERB_EXPR$$1, ' ');\n }\n\n /* Is `value` valid for this attribute? */\n var lcTag = currentNode.nodeName.toLowerCase();\n if (!_isValidAttribute(lcTag, lcName, value)) {\n continue;\n }\n\n /* Handle invalid data-* attribute set by try-catching it */\n try {\n if (namespaceURI) {\n currentNode.setAttributeNS(namespaceURI, name, value);\n } else {\n /* Fallback to setAttribute() for browser-unrecognized namespaces e.g. \"x-schema\". */\n currentNode.setAttribute(name, value);\n }\n\n arrayPop(DOMPurify.removed);\n } catch (error) {}\n }\n\n /* Execute a hook if present */\n _executeHook('afterSanitizeAttributes', currentNode, null);\n };\n\n /**\n * _sanitizeShadowDOM\n *\n * @param {DocumentFragment} fragment to iterate over recursively\n */\n var _sanitizeShadowDOM = function _sanitizeShadowDOM(fragment) {\n var shadowNode = void 0;\n var shadowIterator = _createIterator(fragment);\n\n /* Execute a hook if present */\n _executeHook('beforeSanitizeShadowDOM', fragment, null);\n\n while (shadowNode = shadowIterator.nextNode()) {\n /* Execute a hook if present */\n _executeHook('uponSanitizeShadowNode', shadowNode, null);\n\n /* Sanitize tags and elements */\n if (_sanitizeElements(shadowNode)) {\n continue;\n }\n\n /* Deep shadow DOM detected */\n if (shadowNode.content instanceof DocumentFragment) {\n _sanitizeShadowDOM(shadowNode.content);\n }\n\n /* Check attributes, sanitize if necessary */\n _sanitizeAttributes(shadowNode);\n }\n\n /* Execute a hook if present */\n _executeHook('afterSanitizeShadowDOM', fragment, null);\n };\n\n /**\n * Sanitize\n * Public method providing core sanitation functionality\n *\n * @param {String|Node} dirty string or DOM node\n * @param {Object} configuration object\n */\n // eslint-disable-next-line complexity\n DOMPurify.sanitize = function (dirty, cfg) {\n var body = void 0;\n var importedNode = void 0;\n var currentNode = void 0;\n var oldNode = void 0;\n var returnNode = void 0;\n /* Make sure we have a string to sanitize.\n DO NOT return early, as this will return the wrong type if\n the user has requested a DOM object rather than a string */\n if (!dirty) {\n dirty = '<!-->';\n }\n\n /* Stringify, in case dirty is an object */\n if (typeof dirty !== 'string' && !_isNode(dirty)) {\n // eslint-disable-next-line no-negated-condition\n if (typeof dirty.toString !== 'function') {\n throw typeErrorCreate('toString is not a function');\n } else {\n dirty = dirty.toString();\n if (typeof dirty !== 'string') {\n throw typeErrorCreate('dirty is not a string, aborting');\n }\n }\n }\n\n /* Check we can run. Otherwise fall back or ignore */\n if (!DOMPurify.isSupported) {\n if (_typeof(window.toStaticHTML) === 'object' || typeof window.toStaticHTML === 'function') {\n if (typeof dirty === 'string') {\n return window.toStaticHTML(dirty);\n }\n\n if (_isNode(dirty)) {\n return window.toStaticHTML(dirty.outerHTML);\n }\n }\n\n return dirty;\n }\n\n /* Assign config vars */\n if (!SET_CONFIG) {\n _parseConfig(cfg);\n }\n\n /* Clean up removed elements */\n DOMPurify.removed = [];\n\n /* Check if dirty is correctly typed for IN_PLACE */\n if (typeof dirty === 'string') {\n IN_PLACE = false;\n }\n\n if (IN_PLACE) {\n /* No special handling necessary for in-place sanitization */\n } else if (dirty instanceof Node) {\n /* If dirty is a DOM element, append to an empty document to avoid\n elements being stripped by the parser */\n body = _initDocument('<!-->');\n importedNode = body.ownerDocument.importNode(dirty, true);\n if (importedNode.nodeType === 1 && importedNode.nodeName === 'BODY') {\n /* Node is already a body, use as is */\n body = importedNode;\n } else if (importedNode.nodeName === 'HTML') {\n body = importedNode;\n } else {\n // eslint-disable-next-line unicorn/prefer-node-append\n body.appendChild(importedNode);\n }\n } else {\n /* Exit directly if we have nothing to do */\n if (!RETURN_DOM && !SAFE_FOR_TEMPLATES && !WHOLE_DOCUMENT && RETURN_TRUSTED_TYPE && dirty.indexOf('<') === -1) {\n return trustedTypesPolicy ? trustedTypesPolicy.createHTML(dirty) : dirty;\n }\n\n /* Initialize the document to work on */\n body = _initDocument(dirty);\n\n /* Check we have a DOM node from the data */\n if (!body) {\n return RETURN_DOM ? null : emptyHTML;\n }\n }\n\n /* Remove first element node (ours) if FORCE_BODY is set */\n if (body && FORCE_BODY) {\n _forceRemove(body.firstChild);\n }\n\n /* Get node iterator */\n var nodeIterator = _createIterator(IN_PLACE ? dirty : body);\n\n /* Now start iterating over the created document */\n while (currentNode = nodeIterator.nextNode()) {\n /* Fix IE's strange behavior with manipulated textNodes #89 */\n if (currentNode.nodeType === 3 && currentNode === oldNode) {\n continue;\n }\n\n /* Sanitize tags and elements */\n if (_sanitizeElements(currentNode)) {\n continue;\n }\n\n /* Shadow DOM detected, sanitize it */\n if (currentNode.content instanceof DocumentFragment) {\n _sanitizeShadowDOM(currentNode.content);\n }\n\n /* Check attributes, sanitize if necessary */\n _sanitizeAttributes(currentNode);\n\n oldNode = currentNode;\n }\n\n oldNode = null;\n\n /* If we sanitized `dirty` in-place, return it. */\n if (IN_PLACE) {\n return dirty;\n }\n\n /* Return sanitized string or DOM */\n if (RETURN_DOM) {\n if (RETURN_DOM_FRAGMENT) {\n returnNode = createDocumentFragment.call(body.ownerDocument);\n\n while (body.firstChild) {\n // eslint-disable-next-line unicorn/prefer-node-append\n returnNode.appendChild(body.firstChild);\n }\n } else {\n returnNode = body;\n }\n\n if (RETURN_DOM_IMPORT) {\n /* AdoptNode() is not used because internal state is not reset\n (e.g. the past names map of a HTMLFormElement), this is safe\n in theory but we would rather not risk another attack vector.\n The state that is cloned by importNode() is explicitly defined\n by the specs. */\n returnNode = importNode.call(originalDocument, returnNode, true);\n }\n\n return returnNode;\n }\n\n var serializedHTML = WHOLE_DOCUMENT ? body.outerHTML : body.innerHTML;\n\n /* Sanitize final string template-safe */\n if (SAFE_FOR_TEMPLATES) {\n serializedHTML = stringReplace(serializedHTML, MUSTACHE_EXPR$$1, ' ');\n serializedHTML = stringReplace(serializedHTML, ERB_EXPR$$1, ' ');\n }\n\n return trustedTypesPolicy && RETURN_TRUSTED_TYPE ? trustedTypesPolicy.createHTML(serializedHTML) : serializedHTML;\n };\n\n /**\n * Public method to set the configuration once\n * setConfig\n *\n * @param {Object} cfg configuration object\n */\n DOMPurify.setConfig = function (cfg) {\n _parseConfig(cfg);\n SET_CONFIG = true;\n };\n\n /**\n * Public method to remove the configuration\n * clearConfig\n *\n */\n DOMPurify.clearConfig = function () {\n CONFIG = null;\n SET_CONFIG = false;\n };\n\n /**\n * Public method to check if an attribute value is valid.\n * Uses last set config, if any. Otherwise, uses config defaults.\n * isValidAttribute\n *\n * @param {string} tag Tag name of containing element.\n * @param {string} attr Attribute name.\n * @param {string} value Attribute value.\n * @return {Boolean} Returns true if `value` is valid. Otherwise, returns false.\n */\n DOMPurify.isValidAttribute = function (tag, attr, value) {\n /* Initialize shared config vars if necessary. */\n if (!CONFIG) {\n _parseConfig({});\n }\n\n var lcTag = stringToLowerCase(tag);\n var lcName = stringToLowerCase(attr);\n return _isValidAttribute(lcTag, lcName, value);\n };\n\n /**\n * AddHook\n * Public method to add DOMPurify hooks\n *\n * @param {String} entryPoint entry point for the hook to add\n * @param {Function} hookFunction function to execute\n */\n DOMPurify.addHook = function (entryPoint, hookFunction) {\n if (typeof hookFunction !== 'function') {\n return;\n }\n\n hooks[entryPoint] = hooks[entryPoint] || [];\n arrayPush(hooks[entryPoint], hookFunction);\n };\n\n /**\n * RemoveHook\n * Public method to remove a DOMPurify hook at a given entryPoint\n * (pops it from the stack of hooks if more are present)\n *\n * @param {String} entryPoint entry point for the hook to remove\n */\n DOMPurify.removeHook = function (entryPoint) {\n if (hooks[entryPoint]) {\n arrayPop(hooks[entryPoint]);\n }\n };\n\n /**\n * RemoveHooks\n * Public method to remove all DOMPurify hooks at a given entryPoint\n *\n * @param {String} entryPoint entry point for the hooks to remove\n */\n DOMPurify.removeHooks = function (entryPoint) {\n if (hooks[entryPoint]) {\n hooks[entryPoint] = [];\n }\n };\n\n /**\n * RemoveAllHooks\n * Public method to remove all DOMPurify hooks\n *\n */\n DOMPurify.removeAllHooks = function () {\n hooks = {};\n };\n\n return DOMPurify;\n}\n\nvar purify = createDOMPurify();\n\nreturn purify;\n\n})));\n//# sourceMappingURL=purify.js.map\n","/**\n * @copyright 2019 Christoph Wurst <christoph@winzerhof-wurst.at>\n *\n * @author 2019 Christoph Wurst <christoph@winzerhof-wurst.at>\n *\n * @license GNU AGPL version 3 or any later version\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see <http://www.gnu.org/licenses/>.\n */\n\nimport _ from 'underscore'\n\nimport OC from './index'\nimport { coreApps } from './constants'\n\n/**\n * Get an absolute url to a file in an app\n * @param {string} app the id of the app the file belongs to\n * @param {string} file the file path relative to the app folder\n * @returns {string} Absolute URL to a file\n */\nexport const linkTo = (app, file) => filePath(app, '', file)\n\n/**\n * Creates a relative url for remote use\n * @param {string} service id\n * @returns {string} the url\n */\nexport const linkToRemoteBase = service => getRootPath() + '/remote.php/' + service\n\n/**\n * @brief Creates an absolute url for remote use\n * @param {string} service id\n * @returns {string} the url\n */\nexport const linkToRemote = service => window.location.protocol + '//' + window.location.host + linkToRemoteBase(service)\n\n/**\n * Gets the base path for the given OCS API service.\n * @param {string} service name\n * @param {int} version OCS API version\n * @returns {string} OCS API base path\n */\nexport const linkToOCS = (service, version) => {\n\tversion = (version !== 2) ? 1 : 2\n\treturn window.location.protocol + '//' + window.location.host + getRootPath() + '/ocs/v' + version + '.php/' + service + '/'\n}\n\n/**\n * Generates the absolute url for the given relative url, which can contain parameters.\n * Parameters will be URL encoded automatically.\n * @param {string} url the url\n * @param {Object} [params] params\n * @param {Object} [options] destructuring object\n * @param {bool} [options.escape=true] enable/disable auto escape of placeholders (by default enabled)\n * @returns {string} Absolute URL for the given relative URL\n */\nexport const generateUrl = (url, params, options) => {\n\tconst defaultOptions = {\n\t\tescape: true,\n\t}\n\tconst allOptions = options || {}\n\t_.defaults(allOptions, defaultOptions)\n\n\tconst _build = function(text, vars) {\n\t\tvars = vars || []\n\t\treturn text.replace(/{([^{}]*)}/g,\n\t\t\tfunction(a, b) {\n\t\t\t\tconst r = (vars[b])\n\t\t\t\tif (allOptions.escape) {\n\t\t\t\t\treturn (typeof r === 'string' || typeof r === 'number') ? encodeURIComponent(r) : encodeURIComponent(a)\n\t\t\t\t} else {\n\t\t\t\t\treturn (typeof r === 'string' || typeof r === 'number') ? r : a\n\t\t\t\t}\n\t\t\t}\n\t\t)\n\t}\n\tif (url.charAt(0) !== '/') {\n\t\turl = '/' + url\n\n\t}\n\n\tif (OC.config.modRewriteWorking === true) {\n\t\treturn getRootPath() + _build(url, params)\n\t}\n\n\treturn getRootPath() + '/index.php' + _build(url, params)\n}\n\n/**\n * get the absolute path to an image file\n * if no extension is given for the image, it will automatically decide\n * between .png and .svg based on what the browser supports\n *\n * @param {string} app the app id to which the image belongs\n * @param {string} file the name of the image file\n * @returns {string}\n * @deprecated 19.0.0 use `imagePath` from https://www.npmjs.com/package/@nextcloud/router\n */\nexport const imagePath = (app, file) => {\n\tif (file.indexOf('.') === -1) {\n\t\t// if no extension is given, use svg\n\t\treturn filePath(app, 'img', file + '.svg')\n\t}\n\n\treturn filePath(app, 'img', file)\n}\n\n/**\n * Get the absolute url for a file in an app\n * @param {string} app the id of the app\n * @param {string} type the type of the file to link to (e.g. css,img,ajax.template)\n * @param {string} file the filename\n * @returns {string} Absolute URL for a file in an app\n * @deprecated 19.0.0 use `generateFilePath` from https://www.npmjs.com/package/@nextcloud/router\n */\nexport const filePath = (app, type, file) => {\n\tconst isCore = coreApps.indexOf(app) !== -1\n\tlet link = getRootPath()\n\tif (file.substring(file.length - 3) === 'php' && !isCore) {\n\t\tlink += '/index.php/apps/' + app\n\t\tif (file !== 'index.php') {\n\t\t\tlink += '/'\n\t\t\tif (type) {\n\t\t\t\tlink += encodeURI(type + '/')\n\t\t\t}\n\t\t\tlink += file\n\t\t}\n\t} else if (file.substring(file.length - 3) !== 'php' && !isCore) {\n\t\tlink = OC.appswebroots[app]\n\t\tif (type) {\n\t\t\tlink += '/' + type + '/'\n\t\t}\n\t\tif (link.substring(link.length - 1) !== '/') {\n\t\t\tlink += '/'\n\t\t}\n\t\tlink += file\n\t} else {\n\t\tif ((app === 'core' || app === 'search') && type === 'ajax') {\n\t\t\tlink += '/index.php/'\n\t\t} else {\n\t\t\tlink += '/'\n\t\t}\n\t\tif (!isCore) {\n\t\t\tlink += 'apps/'\n\t\t}\n\t\tif (app !== '') {\n\t\t\tapp += '/'\n\t\t\tlink += app\n\t\t}\n\t\tif (type) {\n\t\t\tlink += type + '/'\n\t\t}\n\t\tlink += file\n\t}\n\treturn link\n}\n\n/**\n * Returns the web root path where this Nextcloud instance\n * is accessible, with a leading slash.\n * For example \"/nextcloud\".\n *\n * @returns {string} web root path\n *\n * @deprecated 19.0.0 use `getRootUrl` from https://www.npmjs.com/package/@nextcloud/router\n * @since 8.2\n */\nexport const getRootPath = () => OC.webroot\n","module.exports = function (it) {\n return typeof it === 'object' ? it !== null : typeof it === 'function';\n};\n","var hasOwnProperty = {}.hasOwnProperty;\n\nmodule.exports = function (it, key) {\n return hasOwnProperty.call(it, key);\n};\n","var global = require('../internals/global');\nvar getOwnPropertyDescriptor = require('../internals/object-get-own-property-descriptor').f;\nvar createNonEnumerableProperty = require('../internals/create-non-enumerable-property');\nvar redefine = require('../internals/redefine');\nvar setGlobal = require('../internals/set-global');\nvar copyConstructorProperties = require('../internals/copy-constructor-properties');\nvar isForced = require('../internals/is-forced');\n\n/*\n options.target - name of the target object\n options.global - target is the global object\n options.stat - export as static methods of target\n options.proto - export as prototype methods of target\n options.real - real prototype method for the `pure` version\n options.forced - export even if the native feature is available\n options.bind - bind methods to the target, required for the `pure` version\n options.wrap - wrap constructors to preventing global pollution, required for the `pure` version\n options.unsafe - use the simple assignment of property instead of delete + defineProperty\n options.sham - add a flag to not completely full polyfills\n options.enumerable - export as enumerable property\n options.noTargetGet - prevent calling a getter on target\n*/\nmodule.exports = function (options, source) {\n var TARGET = options.target;\n var GLOBAL = options.global;\n var STATIC = options.stat;\n var FORCED, target, key, targetProperty, sourceProperty, descriptor;\n if (GLOBAL) {\n target = global;\n } else if (STATIC) {\n target = global[TARGET] || setGlobal(TARGET, {});\n } else {\n target = (global[TARGET] || {}).prototype;\n }\n if (target) for (key in source) {\n sourceProperty = source[key];\n if (options.noTargetGet) {\n descriptor = getOwnPropertyDescriptor(target, key);\n targetProperty = descriptor && descriptor.value;\n } else targetProperty = target[key];\n FORCED = isForced(GLOBAL ? key : TARGET + (STATIC ? '.' : '#') + key, options.forced);\n // contained in target\n if (!FORCED && targetProperty !== undefined) {\n if (typeof sourceProperty === typeof targetProperty) continue;\n copyConstructorProperties(sourceProperty, targetProperty);\n }\n // add a flag to not completely full polyfills\n if (options.sham || (targetProperty && targetProperty.sham)) {\n createNonEnumerableProperty(sourceProperty, 'sham', true);\n }\n // extend global\n redefine(target, key, sourceProperty, options);\n }\n};\n","var isObject = require('../internals/is-object');\n\nmodule.exports = function (it) {\n if (!isObject(it)) {\n throw TypeError(String(it) + ' is not an object');\n } return it;\n};\n","var toInteger = require('../internals/to-integer');\n\nvar min = Math.min;\n\n// `ToLength` abstract operation\n// https://tc39.github.io/ecma262/#sec-tolength\nmodule.exports = function (argument) {\n return argument > 0 ? min(toInteger(argument), 0x1FFFFFFFFFFFFF) : 0; // 2 ** 53 - 1 == 9007199254740991\n};\n","var global = require('../internals/global');\nvar shared = require('../internals/shared');\nvar has = require('../internals/has');\nvar uid = require('../internals/uid');\nvar NATIVE_SYMBOL = require('../internals/native-symbol');\nvar USE_SYMBOL_AS_UID = require('../internals/use-symbol-as-uid');\n\nvar WellKnownSymbolsStore = shared('wks');\nvar Symbol = global.Symbol;\nvar createWellKnownSymbol = USE_SYMBOL_AS_UID ? Symbol : Symbol && Symbol.withoutSetter || uid;\n\nmodule.exports = function (name) {\n if (!has(WellKnownSymbolsStore, name)) {\n if (NATIVE_SYMBOL && has(Symbol, name)) WellKnownSymbolsStore[name] = Symbol[name];\n else WellKnownSymbolsStore[name] = createWellKnownSymbol('Symbol.' + name);\n } return WellKnownSymbolsStore[name];\n};\n","\"use strict\";\n\nrequire(\"core-js/modules/es.array.concat\");\n\nrequire(\"core-js/modules/es.array.filter\");\n\nrequire(\"core-js/modules/es.array.join\");\n\nrequire(\"core-js/modules/es.array.map\");\n\nrequire(\"core-js/modules/es.array.reduce\");\n\nrequire(\"core-js/modules/es.regexp.exec\");\n\nrequire(\"core-js/modules/es.string.replace\");\n\nrequire(\"core-js/modules/es.string.split\");\n\nObject.defineProperty(exports, \"__esModule\", {\n value: true\n});\nexports.encodePath = encodePath;\nexports.basename = basename;\nexports.dirname = dirname;\nexports.joinPaths = joinPaths;\nexports.isSamePath = isSamePath;\n\n/**\n * URI-Encodes a file path but keep the path slashes.\n */\nfunction encodePath(path) {\n if (!path) {\n return path;\n }\n\n return path.split('/').map(encodeURIComponent).join('/');\n}\n/**\n * Returns the base name of the given path.\n * For example for \"/abc/somefile.txt\" it will return \"somefile.txt\"\n */\n\n\nfunction basename(path) {\n return path.replace(/\\\\/g, '/').replace(/.*\\//, '');\n}\n/**\n * Returns the dir name of the given path.\n * For example for \"/abc/somefile.txt\" it will return \"/abc\"\n */\n\n\nfunction dirname(path) {\n return path.replace(/\\\\/g, '/').replace(/\\/[^\\/]*$/, '');\n}\n/**\n * Join path sections\n */\n\n\nfunction joinPaths() {\n for (var _len = arguments.length, args = new Array(_len), _key = 0; _key < _len; _key++) {\n args[_key] = arguments[_key];\n }\n\n if (arguments.length < 1) {\n return '';\n } // discard empty arguments\n\n\n var nonEmptyArgs = args.filter(function (arg) {\n return arg.length > 0;\n });\n\n if (nonEmptyArgs.length < 1) {\n return '';\n }\n\n var lastArg = nonEmptyArgs[nonEmptyArgs.length - 1];\n var leadingSlash = nonEmptyArgs[0].charAt(0) === '/';\n var trailingSlash = lastArg.charAt(lastArg.length - 1) === '/';\n var sections = nonEmptyArgs.reduce(function (acc, section) {\n return acc.concat(section.split('/'));\n }, []);\n var first = !leadingSlash;\n var path = sections.reduce(function (acc, section) {\n if (section === '') {\n return acc;\n }\n\n if (first) {\n first = false;\n return acc + section;\n }\n\n return acc + '/' + section;\n }, '');\n\n if (trailingSlash) {\n // add it back\n return path + '/';\n }\n\n return path;\n}\n/**\n * Returns whether the given paths are the same, without\n * leading, trailing or doubled slashes and also removing\n * the dot sections.\n */\n\n\nfunction isSamePath(path1, path2) {\n var pathSections1 = (path1 || '').split('/').filter(function (p) {\n return p !== '.';\n });\n var pathSections2 = (path2 || '').split('/').filter(function (p) {\n return p !== '.';\n });\n path1 = joinPaths.apply(undefined, pathSections1);\n path2 = joinPaths.apply(undefined, pathSections2);\n return path1 === path2;\n}\n//# sourceMappingURL=index.js.map","var toString = {}.toString;\n\nmodule.exports = function (it) {\n return toString.call(it).slice(8, -1);\n};\n","// `RequireObjectCoercible` abstract operation\n// https://tc39.github.io/ecma262/#sec-requireobjectcoercible\nmodule.exports = function (it) {\n if (it == undefined) throw TypeError(\"Can't call method on \" + it);\n return it;\n};\n","var isObject = require('../internals/is-object');\n\n// `ToPrimitive` abstract operation\n// https://tc39.github.io/ecma262/#sec-toprimitive\n// instead of the ES6 spec version, we didn't implement @@toPrimitive case\n// and the second argument - flag - preferred type is a string\nmodule.exports = function (input, PREFERRED_STRING) {\n if (!isObject(input)) return input;\n var fn, val;\n if (PREFERRED_STRING && typeof (fn = input.toString) == 'function' && !isObject(val = fn.call(input))) return val;\n if (typeof (fn = input.valueOf) == 'function' && !isObject(val = fn.call(input))) return val;\n if (!PREFERRED_STRING && typeof (fn = input.toString) == 'function' && !isObject(val = fn.call(input))) return val;\n throw TypeError(\"Can't convert object to primitive value\");\n};\n","var global = require('../internals/global');\nvar createNonEnumerableProperty = require('../internals/create-non-enumerable-property');\n\nmodule.exports = function (key, value) {\n try {\n createNonEnumerableProperty(global, key, value);\n } catch (error) {\n global[key] = value;\n } return value;\n};\n","var shared = require('../internals/shared');\nvar uid = require('../internals/uid');\n\nvar keys = shared('keys');\n\nmodule.exports = function (key) {\n return keys[key] || (keys[key] = uid(key));\n};\n","module.exports = false;\n","var id = 0;\nvar postfix = Math.random();\n\nmodule.exports = function (key) {\n return 'Symbol(' + String(key === undefined ? '' : key) + ')_' + (++id + postfix).toString(36);\n};\n","var ceil = Math.ceil;\nvar floor = Math.floor;\n\n// `ToInteger` abstract operation\n// https://tc39.github.io/ecma262/#sec-tointeger\nmodule.exports = function (argument) {\n return isNaN(argument = +argument) ? 0 : (argument > 0 ? floor : ceil)(argument);\n};\n","// IE8- don't enum bug keys\nmodule.exports = [\n 'constructor',\n 'hasOwnProperty',\n 'isPrototypeOf',\n 'propertyIsEnumerable',\n 'toLocaleString',\n 'toString',\n 'valueOf'\n];\n","var requireObjectCoercible = require('../internals/require-object-coercible');\n\n// `ToObject` abstract operation\n// https://tc39.github.io/ecma262/#sec-toobject\nmodule.exports = function (argument) {\n return Object(requireObjectCoercible(argument));\n};\n","var aFunction = require('../internals/a-function');\n\n// optional / simple context binding\nmodule.exports = function (fn, that, length) {\n aFunction(fn);\n if (that === undefined) return fn;\n switch (length) {\n case 0: return function () {\n return fn.call(that);\n };\n case 1: return function (a) {\n return fn.call(that, a);\n };\n case 2: return function (a, b) {\n return fn.call(that, a, b);\n };\n case 3: return function (a, b, c) {\n return fn.call(that, a, b, c);\n };\n }\n return function (/* ...args */) {\n return fn.apply(that, arguments);\n };\n};\n","var anObject = require('../internals/an-object');\nvar defineProperties = require('../internals/object-define-properties');\nvar enumBugKeys = require('../internals/enum-bug-keys');\nvar hiddenKeys = require('../internals/hidden-keys');\nvar html = require('../internals/html');\nvar documentCreateElement = require('../internals/document-create-element');\nvar sharedKey = require('../internals/shared-key');\n\nvar GT = '>';\nvar LT = '<';\nvar PROTOTYPE = 'prototype';\nvar SCRIPT = 'script';\nvar IE_PROTO = sharedKey('IE_PROTO');\n\nvar EmptyConstructor = function () { /* empty */ };\n\nvar scriptTag = function (content) {\n return LT + SCRIPT + GT + content + LT + '/' + SCRIPT + GT;\n};\n\n// Create object with fake `null` prototype: use ActiveX Object with cleared prototype\nvar NullProtoObjectViaActiveX = function (activeXDocument) {\n activeXDocument.write(scriptTag(''));\n activeXDocument.close();\n var temp = activeXDocument.parentWindow.Object;\n activeXDocument = null; // avoid memory leak\n return temp;\n};\n\n// Create object with fake `null` prototype: use iframe Object with cleared prototype\nvar NullProtoObjectViaIFrame = function () {\n // Thrash, waste and sodomy: IE GC bug\n var iframe = documentCreateElement('iframe');\n var JS = 'java' + SCRIPT + ':';\n var iframeDocument;\n iframe.style.display = 'none';\n html.appendChild(iframe);\n // https://github.com/zloirock/core-js/issues/475\n iframe.src = String(JS);\n iframeDocument = iframe.contentWindow.document;\n iframeDocument.open();\n iframeDocument.write(scriptTag('document.F=Object'));\n iframeDocument.close();\n return iframeDocument.F;\n};\n\n// Check for document.domain and active x support\n// No need to use active x approach when document.domain is not set\n// see https://github.com/es-shims/es5-shim/issues/150\n// variation of https://github.com/kitcambridge/es5-shim/commit/4f738ac066346\n// avoid IE GC bug\nvar activeXDocument;\nvar NullProtoObject = function () {\n try {\n /* global ActiveXObject */\n activeXDocument = document.domain && new ActiveXObject('htmlfile');\n } catch (error) { /* ignore */ }\n NullProtoObject = activeXDocument ? NullProtoObjectViaActiveX(activeXDocument) : NullProtoObjectViaIFrame();\n var length = enumBugKeys.length;\n while (length--) delete NullProtoObject[PROTOTYPE][enumBugKeys[length]];\n return NullProtoObject();\n};\n\nhiddenKeys[IE_PROTO] = true;\n\n// `Object.create` method\n// https://tc39.github.io/ecma262/#sec-object.create\nmodule.exports = Object.create || function create(O, Properties) {\n var result;\n if (O !== null) {\n EmptyConstructor[PROTOTYPE] = anObject(O);\n result = new EmptyConstructor();\n EmptyConstructor[PROTOTYPE] = null;\n // add \"__proto__\" for Object.getPrototypeOf polyfill\n result[IE_PROTO] = O;\n } else result = NullProtoObject();\n return Properties === undefined ? result : defineProperties(result, Properties);\n};\n","'use strict';\nvar $ = require('../internals/export');\nvar createIteratorConstructor = require('../internals/create-iterator-constructor');\nvar getPrototypeOf = require('../internals/object-get-prototype-of');\nvar setPrototypeOf = require('../internals/object-set-prototype-of');\nvar setToStringTag = require('../internals/set-to-string-tag');\nvar createNonEnumerableProperty = require('../internals/create-non-enumerable-property');\nvar redefine = require('../internals/redefine');\nvar wellKnownSymbol = require('../internals/well-known-symbol');\nvar IS_PURE = require('../internals/is-pure');\nvar Iterators = require('../internals/iterators');\nvar IteratorsCore = require('../internals/iterators-core');\n\nvar IteratorPrototype = IteratorsCore.IteratorPrototype;\nvar BUGGY_SAFARI_ITERATORS = IteratorsCore.BUGGY_SAFARI_ITERATORS;\nvar ITERATOR = wellKnownSymbol('iterator');\nvar KEYS = 'keys';\nvar VALUES = 'values';\nvar ENTRIES = 'entries';\n\nvar returnThis = function () { return this; };\n\nmodule.exports = function (Iterable, NAME, IteratorConstructor, next, DEFAULT, IS_SET, FORCED) {\n createIteratorConstructor(IteratorConstructor, NAME, next);\n\n var getIterationMethod = function (KIND) {\n if (KIND === DEFAULT && defaultIterator) return defaultIterator;\n if (!BUGGY_SAFARI_ITERATORS && KIND in IterablePrototype) return IterablePrototype[KIND];\n switch (KIND) {\n case KEYS: return function keys() { return new IteratorConstructor(this, KIND); };\n case VALUES: return function values() { return new IteratorConstructor(this, KIND); };\n case ENTRIES: return function entries() { return new IteratorConstructor(this, KIND); };\n } return function () { return new IteratorConstructor(this); };\n };\n\n var TO_STRING_TAG = NAME + ' Iterator';\n var INCORRECT_VALUES_NAME = false;\n var IterablePrototype = Iterable.prototype;\n var nativeIterator = IterablePrototype[ITERATOR]\n || IterablePrototype['@@iterator']\n || DEFAULT && IterablePrototype[DEFAULT];\n var defaultIterator = !BUGGY_SAFARI_ITERATORS && nativeIterator || getIterationMethod(DEFAULT);\n var anyNativeIterator = NAME == 'Array' ? IterablePrototype.entries || nativeIterator : nativeIterator;\n var CurrentIteratorPrototype, methods, KEY;\n\n // fix native\n if (anyNativeIterator) {\n CurrentIteratorPrototype = getPrototypeOf(anyNativeIterator.call(new Iterable()));\n if (IteratorPrototype !== Object.prototype && CurrentIteratorPrototype.next) {\n if (!IS_PURE && getPrototypeOf(CurrentIteratorPrototype) !== IteratorPrototype) {\n if (setPrototypeOf) {\n setPrototypeOf(CurrentIteratorPrototype, IteratorPrototype);\n } else if (typeof CurrentIteratorPrototype[ITERATOR] != 'function') {\n createNonEnumerableProperty(CurrentIteratorPrototype, ITERATOR, returnThis);\n }\n }\n // Set @@toStringTag to native iterators\n setToStringTag(CurrentIteratorPrototype, TO_STRING_TAG, true, true);\n if (IS_PURE) Iterators[TO_STRING_TAG] = returnThis;\n }\n }\n\n // fix Array#{values, @@iterator}.name in V8 / FF\n if (DEFAULT == VALUES && nativeIterator && nativeIterator.name !== VALUES) {\n INCORRECT_VALUES_NAME = true;\n defaultIterator = function values() { return nativeIterator.call(this); };\n }\n\n // define iterator\n if ((!IS_PURE || FORCED) && IterablePrototype[ITERATOR] !== defaultIterator) {\n createNonEnumerableProperty(IterablePrototype, ITERATOR, defaultIterator);\n }\n Iterators[NAME] = defaultIterator;\n\n // export additional methods\n if (DEFAULT) {\n methods = {\n values: getIterationMethod(VALUES),\n keys: IS_SET ? defaultIterator : getIterationMethod(KEYS),\n entries: getIterationMethod(ENTRIES)\n };\n if (FORCED) for (KEY in methods) {\n if (BUGGY_SAFARI_ITERATORS || INCORRECT_VALUES_NAME || !(KEY in IterablePrototype)) {\n redefine(IterablePrototype, KEY, methods[KEY]);\n }\n } else $({ target: NAME, proto: true, forced: BUGGY_SAFARI_ITERATORS || INCORRECT_VALUES_NAME }, methods);\n }\n\n return methods;\n};\n","var defineProperty = require('../internals/object-define-property').f;\nvar has = require('../internals/has');\nvar wellKnownSymbol = require('../internals/well-known-symbol');\n\nvar TO_STRING_TAG = wellKnownSymbol('toStringTag');\n\nmodule.exports = function (it, TAG, STATIC) {\n if (it && !has(it = STATIC ? it : it.prototype, TO_STRING_TAG)) {\n defineProperty(it, TO_STRING_TAG, { configurable: true, value: TAG });\n }\n};\n","var wellKnownSymbol = require('../internals/well-known-symbol');\n\nvar TO_STRING_TAG = wellKnownSymbol('toStringTag');\nvar test = {};\n\ntest[TO_STRING_TAG] = 'z';\n\nmodule.exports = String(test) === '[object z]';\n","// `RequireObjectCoercible` abstract operation\n// https://tc39.github.io/ecma262/#sec-requireobjectcoercible\nmodule.exports = function (it) {\n if (it == undefined) throw TypeError(\"Can't call method on \" + it);\n return it;\n};\n","module.exports = function (it) {\n return typeof it === 'object' ? it !== null : typeof it === 'function';\n};\n","var global = require('../internals/global');\nvar createNonEnumerableProperty = require('../internals/create-non-enumerable-property');\nvar has = require('../internals/has');\nvar setGlobal = require('../internals/set-global');\nvar inspectSource = require('../internals/inspect-source');\nvar InternalStateModule = require('../internals/internal-state');\n\nvar getInternalState = InternalStateModule.get;\nvar enforceInternalState = InternalStateModule.enforce;\nvar TEMPLATE = String(String).split('String');\n\n(module.exports = function (O, key, value, options) {\n var unsafe = options ? !!options.unsafe : false;\n var simple = options ? !!options.enumerable : false;\n var noTargetGet = options ? !!options.noTargetGet : false;\n if (typeof value == 'function') {\n if (typeof key == 'string' && !has(value, 'name')) createNonEnumerableProperty(value, 'name', key);\n enforceInternalState(value).source = TEMPLATE.join(typeof key == 'string' ? key : '');\n }\n if (O === global) {\n if (simple) O[key] = value;\n else setGlobal(key, value);\n return;\n } else if (!unsafe) {\n delete O[key];\n } else if (!noTargetGet && O[key]) {\n simple = true;\n }\n if (simple) O[key] = value;\n else createNonEnumerableProperty(O, key, value);\n// add fake Function#toString for correct work wrapped methods / constructors with methods like LoDash isNative\n})(Function.prototype, 'toString', function toString() {\n return typeof this == 'function' && getInternalState(this).source || inspectSource(this);\n});\n","var ceil = Math.ceil;\nvar floor = Math.floor;\n\n// `ToInteger` abstract operation\n// https://tc39.github.io/ecma262/#sec-tointeger\nmodule.exports = function (argument) {\n return isNaN(argument = +argument) ? 0 : (argument > 0 ? floor : ceil)(argument);\n};\n","/*\n * @copyright 2019 Christoph Wurst <christoph@winzerhof-wurst.at>\n *\n * @author 2019 Christoph Wurst <christoph@winzerhof-wurst.at>\n *\n * @license GNU AGPL version 3 or any later version\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see <http://www.gnu.org/licenses/>.\n */\n\n/**\n * Namespace for apps\n * @namespace OCA\n */\nexport default {}\n","// Create a simple path alias to allow browserify to resolve\n// the runtime on a supported path.\nmodule.exports = require('./dist/cjs/handlebars.runtime')['default'];\n","var fails = require('../internals/fails');\n\n// Thank's IE8 for his funny defineProperty\nmodule.exports = !fails(function () {\n return Object.defineProperty({}, 1, { get: function () { return 7; } })[1] != 7;\n});\n","// `RequireObjectCoercible` abstract operation\n// https://tc39.github.io/ecma262/#sec-requireobjectcoercible\nmodule.exports = function (it) {\n if (it == undefined) throw TypeError(\"Can't call method on \" + it);\n return it;\n};\n","var DESCRIPTORS = require('../internals/descriptors');\nvar definePropertyModule = require('../internals/object-define-property');\nvar createPropertyDescriptor = require('../internals/create-property-descriptor');\n\nmodule.exports = DESCRIPTORS ? function (object, key, value) {\n return definePropertyModule.f(object, key, createPropertyDescriptor(1, value));\n} : function (object, key, value) {\n object[key] = value;\n return object;\n};\n","var fails = require('../internals/fails');\n\n// Thank's IE8 for his funny defineProperty\nmodule.exports = !fails(function () {\n return Object.defineProperty({}, 1, { get: function () { return 7; } })[1] != 7;\n});\n","module.exports = function (exec) {\n try {\n return !!exec();\n } catch (error) {\n return true;\n }\n};\n","var hasOwnProperty = {}.hasOwnProperty;\n\nmodule.exports = function (it, key) {\n return hasOwnProperty.call(it, key);\n};\n","var fails = require('../internals/fails');\n\n// Thank's IE8 for his funny defineProperty\nmodule.exports = !fails(function () {\n return Object.defineProperty({}, 1, { get: function () { return 7; } })[1] != 7;\n});\n","module.exports = function (it) {\n return typeof it === 'object' ? it !== null : typeof it === 'function';\n};\n","\"use strict\";\n\n/*\n MIT License http://www.opensource.org/licenses/mit-license.php\n Author Tobias Koppers @sokra\n*/\n// css base code, injected by the css-loader\n// eslint-disable-next-line func-names\nmodule.exports = function (useSourceMap) {\n var list = []; // return the list of modules as css string\n\n list.toString = function toString() {\n return this.map(function (item) {\n var content = cssWithMappingToString(item, useSourceMap);\n\n if (item[2]) {\n return \"@media \".concat(item[2], \" {\").concat(content, \"}\");\n }\n\n return content;\n }).join('');\n }; // import a list of modules into the list\n // eslint-disable-next-line func-names\n\n\n list.i = function (modules, mediaQuery) {\n if (typeof modules === 'string') {\n // eslint-disable-next-line no-param-reassign\n modules = [[null, modules, '']];\n }\n\n for (var i = 0; i < modules.length; i++) {\n var item = [].concat(modules[i]);\n\n if (mediaQuery) {\n if (!item[2]) {\n item[2] = mediaQuery;\n } else {\n item[2] = \"\".concat(mediaQuery, \" and \").concat(item[2]);\n }\n }\n\n list.push(item);\n }\n };\n\n return list;\n};\n\nfunction cssWithMappingToString(item, useSourceMap) {\n var content = item[1] || ''; // eslint-disable-next-line prefer-destructuring\n\n var cssMapping = item[3];\n\n if (!cssMapping) {\n return content;\n }\n\n if (useSourceMap && typeof btoa === 'function') {\n var sourceMapping = toComment(cssMapping);\n var sourceURLs = cssMapping.sources.map(function (source) {\n return \"/*# sourceURL=\".concat(cssMapping.sourceRoot || '').concat(source, \" */\");\n });\n return [content].concat(sourceURLs).concat([sourceMapping]).join('\\n');\n }\n\n return [content].join('\\n');\n} // Adapted from convert-source-map (MIT)\n\n\nfunction toComment(sourceMap) {\n // eslint-disable-next-line no-undef\n var base64 = btoa(unescape(encodeURIComponent(JSON.stringify(sourceMap))));\n var data = \"sourceMappingURL=data:application/json;charset=utf-8;base64,\".concat(base64);\n return \"/*# \".concat(data, \" */\");\n}","/**\n * Translates the list format produced by css-loader into something\n * easier to manipulate.\n */\nexport default function listToStyles (parentId, list) {\n var styles = []\n var newStyles = {}\n for (var i = 0; i < list.length; i++) {\n var item = list[i]\n var id = item[0]\n var css = item[1]\n var media = item[2]\n var sourceMap = item[3]\n var part = {\n id: parentId + ':' + i,\n css: css,\n media: media,\n sourceMap: sourceMap\n }\n if (!newStyles[id]) {\n styles.push(newStyles[id] = { id: id, parts: [part] })\n } else {\n newStyles[id].parts.push(part)\n }\n }\n return styles\n}\n","/*\n MIT License http://www.opensource.org/licenses/mit-license.php\n Author Tobias Koppers @sokra\n Modified by Evan You @yyx990803\n*/\n\nimport listToStyles from './listToStyles'\n\nvar hasDocument = typeof document !== 'undefined'\n\nif (typeof DEBUG !== 'undefined' && DEBUG) {\n if (!hasDocument) {\n throw new Error(\n 'vue-style-loader cannot be used in a non-browser environment. ' +\n \"Use { target: 'node' } in your Webpack config to indicate a server-rendering environment.\"\n ) }\n}\n\n/*\ntype StyleObject = {\n id: number;\n parts: Array<StyleObjectPart>\n}\n\ntype StyleObjectPart = {\n css: string;\n media: string;\n sourceMap: ?string\n}\n*/\n\nvar stylesInDom = {/*\n [id: number]: {\n id: number,\n refs: number,\n parts: Array<(obj?: StyleObjectPart) => void>\n }\n*/}\n\nvar head = hasDocument && (document.head || document.getElementsByTagName('head')[0])\nvar singletonElement = null\nvar singletonCounter = 0\nvar isProduction = false\nvar noop = function () {}\nvar options = null\nvar ssrIdKey = 'data-vue-ssr-id'\n\n// Force single-tag solution on IE6-9, which has a hard limit on the # of <style>\n// tags it will allow on a page\nvar isOldIE = typeof navigator !== 'undefined' && /msie [6-9]\\b/.test(navigator.userAgent.toLowerCase())\n\nexport default function addStylesClient (parentId, list, _isProduction, _options) {\n isProduction = _isProduction\n\n options = _options || {}\n\n var styles = listToStyles(parentId, list)\n addStylesToDom(styles)\n\n return function update (newList) {\n var mayRemove = []\n for (var i = 0; i < styles.length; i++) {\n var item = styles[i]\n var domStyle = stylesInDom[item.id]\n domStyle.refs--\n mayRemove.push(domStyle)\n }\n if (newList) {\n styles = listToStyles(parentId, newList)\n addStylesToDom(styles)\n } else {\n styles = []\n }\n for (var i = 0; i < mayRemove.length; i++) {\n var domStyle = mayRemove[i]\n if (domStyle.refs === 0) {\n for (var j = 0; j < domStyle.parts.length; j++) {\n domStyle.parts[j]()\n }\n delete stylesInDom[domStyle.id]\n }\n }\n }\n}\n\nfunction addStylesToDom (styles /* Array<StyleObject> */) {\n for (var i = 0; i < styles.length; i++) {\n var item = styles[i]\n var domStyle = stylesInDom[item.id]\n if (domStyle) {\n domStyle.refs++\n for (var j = 0; j < domStyle.parts.length; j++) {\n domStyle.parts[j](item.parts[j])\n }\n for (; j < item.parts.length; j++) {\n domStyle.parts.push(addStyle(item.parts[j]))\n }\n if (domStyle.parts.length > item.parts.length) {\n domStyle.parts.length = item.parts.length\n }\n } else {\n var parts = []\n for (var j = 0; j < item.parts.length; j++) {\n parts.push(addStyle(item.parts[j]))\n }\n stylesInDom[item.id] = { id: item.id, refs: 1, parts: parts }\n }\n }\n}\n\nfunction createStyleElement () {\n var styleElement = document.createElement('style')\n styleElement.type = 'text/css'\n head.appendChild(styleElement)\n return styleElement\n}\n\nfunction addStyle (obj /* StyleObjectPart */) {\n var update, remove\n var styleElement = document.querySelector('style[' + ssrIdKey + '~=\"' + obj.id + '\"]')\n\n if (styleElement) {\n if (isProduction) {\n // has SSR styles and in production mode.\n // simply do nothing.\n return noop\n } else {\n // has SSR styles but in dev mode.\n // for some reason Chrome can't handle source map in server-rendered\n // style tags - source maps in <style> only works if the style tag is\n // created and inserted dynamically. So we remove the server rendered\n // styles and inject new ones.\n styleElement.parentNode.removeChild(styleElement)\n }\n }\n\n if (isOldIE) {\n // use singleton mode for IE9.\n var styleIndex = singletonCounter++\n styleElement = singletonElement || (singletonElement = createStyleElement())\n update = applyToSingletonTag.bind(null, styleElement, styleIndex, false)\n remove = applyToSingletonTag.bind(null, styleElement, styleIndex, true)\n } else {\n // use multi-style-tag mode in all other cases\n styleElement = createStyleElement()\n update = applyToTag.bind(null, styleElement)\n remove = function () {\n styleElement.parentNode.removeChild(styleElement)\n }\n }\n\n update(obj)\n\n return function updateStyle (newObj /* StyleObjectPart */) {\n if (newObj) {\n if (newObj.css === obj.css &&\n newObj.media === obj.media &&\n newObj.sourceMap === obj.sourceMap) {\n return\n }\n update(obj = newObj)\n } else {\n remove()\n }\n }\n}\n\nvar replaceText = (function () {\n var textStore = []\n\n return function (index, replacement) {\n textStore[index] = replacement\n return textStore.filter(Boolean).join('\\n')\n }\n})()\n\nfunction applyToSingletonTag (styleElement, index, remove, obj) {\n var css = remove ? '' : obj.css\n\n if (styleElement.styleSheet) {\n styleElement.styleSheet.cssText = replaceText(index, css)\n } else {\n var cssNode = document.createTextNode(css)\n var childNodes = styleElement.childNodes\n if (childNodes[index]) styleElement.removeChild(childNodes[index])\n if (childNodes.length) {\n styleElement.insertBefore(cssNode, childNodes[index])\n } else {\n styleElement.appendChild(cssNode)\n }\n }\n}\n\nfunction applyToTag (styleElement, obj) {\n var css = obj.css\n var media = obj.media\n var sourceMap = obj.sourceMap\n\n if (media) {\n styleElement.setAttribute('media', media)\n }\n if (options.ssrId) {\n styleElement.setAttribute(ssrIdKey, obj.id)\n }\n\n if (sourceMap) {\n // https://developer.chrome.com/devtools/docs/javascript-debugging\n // this makes source maps inside style tags work properly in Chrome\n css += '\\n/*# sourceURL=' + sourceMap.sources[0] + ' */'\n // http://stackoverflow.com/a/26603875\n css += '\\n/*# sourceMappingURL=data:application/json;base64,' + btoa(unescape(encodeURIComponent(JSON.stringify(sourceMap)))) + ' */'\n }\n\n if (styleElement.styleSheet) {\n styleElement.styleSheet.cssText = css\n } else {\n while (styleElement.firstChild) {\n styleElement.removeChild(styleElement.firstChild)\n }\n styleElement.appendChild(document.createTextNode(css))\n }\n}\n","var global = require('../internals/global');\nvar getOwnPropertyDescriptor = require('../internals/object-get-own-property-descriptor').f;\nvar createNonEnumerableProperty = require('../internals/create-non-enumerable-property');\nvar redefine = require('../internals/redefine');\nvar setGlobal = require('../internals/set-global');\nvar copyConstructorProperties = require('../internals/copy-constructor-properties');\nvar isForced = require('../internals/is-forced');\n\n/*\n options.target - name of the target object\n options.global - target is the global object\n options.stat - export as static methods of target\n options.proto - export as prototype methods of target\n options.real - real prototype method for the `pure` version\n options.forced - export even if the native feature is available\n options.bind - bind methods to the target, required for the `pure` version\n options.wrap - wrap constructors to preventing global pollution, required for the `pure` version\n options.unsafe - use the simple assignment of property instead of delete + defineProperty\n options.sham - add a flag to not completely full polyfills\n options.enumerable - export as enumerable property\n options.noTargetGet - prevent calling a getter on target\n*/\nmodule.exports = function (options, source) {\n var TARGET = options.target;\n var GLOBAL = options.global;\n var STATIC = options.stat;\n var FORCED, target, key, targetProperty, sourceProperty, descriptor;\n if (GLOBAL) {\n target = global;\n } else if (STATIC) {\n target = global[TARGET] || setGlobal(TARGET, {});\n } else {\n target = (global[TARGET] || {}).prototype;\n }\n if (target) for (key in source) {\n sourceProperty = source[key];\n if (options.noTargetGet) {\n descriptor = getOwnPropertyDescriptor(target, key);\n targetProperty = descriptor && descriptor.value;\n } else targetProperty = target[key];\n FORCED = isForced(GLOBAL ? key : TARGET + (STATIC ? '.' : '#') + key, options.forced);\n // contained in target\n if (!FORCED && targetProperty !== undefined) {\n if (typeof sourceProperty === typeof targetProperty) continue;\n copyConstructorProperties(sourceProperty, targetProperty);\n }\n // add a flag to not completely full polyfills\n if (options.sham || (targetProperty && targetProperty.sham)) {\n createNonEnumerableProperty(sourceProperty, 'sham', true);\n }\n // extend global\n redefine(target, key, sourceProperty, options);\n }\n};\n","// toObject with fallback for non-array-like ES3 strings\nvar IndexedObject = require('../internals/indexed-object');\nvar requireObjectCoercible = require('../internals/require-object-coercible');\n\nmodule.exports = function (it) {\n return IndexedObject(requireObjectCoercible(it));\n};\n","var toString = {}.toString;\n\nmodule.exports = function (it) {\n return toString.call(it).slice(8, -1);\n};\n","var global = require('../internals/global');\nvar createNonEnumerableProperty = require('../internals/create-non-enumerable-property');\n\nmodule.exports = function (key, value) {\n try {\n createNonEnumerableProperty(global, key, value);\n } catch (error) {\n global[key] = value;\n } return value;\n};\n","var wellKnownSymbol = require('../internals/well-known-symbol');\n\nvar TO_STRING_TAG = wellKnownSymbol('toStringTag');\nvar test = {};\n\ntest[TO_STRING_TAG] = 'z';\n\nmodule.exports = String(test) === '[object z]';\n","var global = require('../internals/global');\nvar shared = require('../internals/shared');\nvar has = require('../internals/has');\nvar uid = require('../internals/uid');\nvar NATIVE_SYMBOL = require('../internals/native-symbol');\nvar USE_SYMBOL_AS_UID = require('../internals/use-symbol-as-uid');\n\nvar WellKnownSymbolsStore = shared('wks');\nvar Symbol = global.Symbol;\nvar createWellKnownSymbol = USE_SYMBOL_AS_UID ? Symbol : Symbol && Symbol.withoutSetter || uid;\n\nmodule.exports = function (name) {\n if (!has(WellKnownSymbolsStore, name)) {\n if (NATIVE_SYMBOL && has(Symbol, name)) WellKnownSymbolsStore[name] = Symbol[name];\n else WellKnownSymbolsStore[name] = createWellKnownSymbol('Symbol.' + name);\n } return WellKnownSymbolsStore[name];\n};\n","'use strict';\nvar regexpFlags = require('./regexp-flags');\nvar stickyHelpers = require('./regexp-sticky-helpers');\n\nvar nativeExec = RegExp.prototype.exec;\n// This always refers to the native implementation, because the\n// String#replace polyfill uses ./fix-regexp-well-known-symbol-logic.js,\n// which loads this file before patching the method.\nvar nativeReplace = String.prototype.replace;\n\nvar patchedExec = nativeExec;\n\nvar UPDATES_LAST_INDEX_WRONG = (function () {\n var re1 = /a/;\n var re2 = /b*/g;\n nativeExec.call(re1, 'a');\n nativeExec.call(re2, 'a');\n return re1.lastIndex !== 0 || re2.lastIndex !== 0;\n})();\n\nvar UNSUPPORTED_Y = stickyHelpers.UNSUPPORTED_Y || stickyHelpers.BROKEN_CARET;\n\n// nonparticipating capturing group, copied from es5-shim's String#split patch.\nvar NPCG_INCLUDED = /()??/.exec('')[1] !== undefined;\n\nvar PATCH = UPDATES_LAST_INDEX_WRONG || NPCG_INCLUDED || UNSUPPORTED_Y;\n\nif (PATCH) {\n patchedExec = function exec(str) {\n var re = this;\n var lastIndex, reCopy, match, i;\n var sticky = UNSUPPORTED_Y && re.sticky;\n var flags = regexpFlags.call(re);\n var source = re.source;\n var charsAdded = 0;\n var strCopy = str;\n\n if (sticky) {\n flags = flags.replace('y', '');\n if (flags.indexOf('g') === -1) {\n flags += 'g';\n }\n\n strCopy = String(str).slice(re.lastIndex);\n // Support anchored sticky behavior.\n if (re.lastIndex > 0 && (!re.multiline || re.multiline && str[re.lastIndex - 1] !== '\\n')) {\n source = '(?: ' + source + ')';\n strCopy = ' ' + strCopy;\n charsAdded++;\n }\n // ^(? + rx + ) is needed, in combination with some str slicing, to\n // simulate the 'y' flag.\n reCopy = new RegExp('^(?:' + source + ')', flags);\n }\n\n if (NPCG_INCLUDED) {\n reCopy = new RegExp('^' + source + '$(?!\\\\s)', flags);\n }\n if (UPDATES_LAST_INDEX_WRONG) lastIndex = re.lastIndex;\n\n match = nativeExec.call(sticky ? reCopy : re, strCopy);\n\n if (sticky) {\n if (match) {\n match.input = match.input.slice(charsAdded);\n match[0] = match[0].slice(charsAdded);\n match.index = re.lastIndex;\n re.lastIndex += match[0].length;\n } else re.lastIndex = 0;\n } else if (UPDATES_LAST_INDEX_WRONG && match) {\n re.lastIndex = re.global ? match.index + match[0].length : lastIndex;\n }\n if (NPCG_INCLUDED && match && match.length > 1) {\n // Fix browsers whose `exec` methods don't consistently return `undefined`\n // for NPCG, like IE8. NOTE: This doesn' work for /(.?)?/\n nativeReplace.call(match[0], reCopy, function () {\n for (i = 1; i < arguments.length - 2; i++) {\n if (arguments[i] === undefined) match[i] = undefined;\n }\n });\n }\n\n return match;\n };\n}\n\nmodule.exports = patchedExec;\n","var fails = require('../internals/fails');\n\n// Thank's IE8 for his funny defineProperty\nmodule.exports = !fails(function () {\n return Object.defineProperty({}, 1, { get: function () { return 7; } })[1] != 7;\n});\n","var DESCRIPTORS = require('../internals/descriptors');\nvar definePropertyModule = require('../internals/object-define-property');\nvar createPropertyDescriptor = require('../internals/create-property-descriptor');\n\nmodule.exports = DESCRIPTORS ? function (object, key, value) {\n return definePropertyModule.f(object, key, createPropertyDescriptor(1, value));\n} : function (object, key, value) {\n object[key] = value;\n return object;\n};\n","// shim for using process in browser\nvar process = module.exports = {};\n\n// cached from whatever global is present so that test runners that stub it\n// don't break things. But we need to wrap it in a try catch in case it is\n// wrapped in strict mode code which doesn't define any globals. It's inside a\n// function because try/catches deoptimize in certain engines.\n\nvar cachedSetTimeout;\nvar cachedClearTimeout;\n\nfunction defaultSetTimout() {\n throw new Error('setTimeout has not been defined');\n}\nfunction defaultClearTimeout () {\n throw new Error('clearTimeout has not been defined');\n}\n(function () {\n try {\n if (typeof setTimeout === 'function') {\n cachedSetTimeout = setTimeout;\n } else {\n cachedSetTimeout = defaultSetTimout;\n }\n } catch (e) {\n cachedSetTimeout = defaultSetTimout;\n }\n try {\n if (typeof clearTimeout === 'function') {\n cachedClearTimeout = clearTimeout;\n } else {\n cachedClearTimeout = defaultClearTimeout;\n }\n } catch (e) {\n cachedClearTimeout = defaultClearTimeout;\n }\n} ())\nfunction runTimeout(fun) {\n if (cachedSetTimeout === setTimeout) {\n //normal enviroments in sane situations\n return setTimeout(fun, 0);\n }\n // if setTimeout wasn't available but was latter defined\n if ((cachedSetTimeout === defaultSetTimout || !cachedSetTimeout) && setTimeout) {\n cachedSetTimeout = setTimeout;\n return setTimeout(fun, 0);\n }\n try {\n // when when somebody has screwed with setTimeout but no I.E. maddness\n return cachedSetTimeout(fun, 0);\n } catch(e){\n try {\n // When we are in I.E. but the script has been evaled so I.E. doesn't trust the global object when called normally\n return cachedSetTimeout.call(null, fun, 0);\n } catch(e){\n // same as above but when it's a version of I.E. that must have the global object for 'this', hopfully our context correct otherwise it will throw a global error\n return cachedSetTimeout.call(this, fun, 0);\n }\n }\n\n\n}\nfunction runClearTimeout(marker) {\n if (cachedClearTimeout === clearTimeout) {\n //normal enviroments in sane situations\n return clearTimeout(marker);\n }\n // if clearTimeout wasn't available but was latter defined\n if ((cachedClearTimeout === defaultClearTimeout || !cachedClearTimeout) && clearTimeout) {\n cachedClearTimeout = clearTimeout;\n return clearTimeout(marker);\n }\n try {\n // when when somebody has screwed with setTimeout but no I.E. maddness\n return cachedClearTimeout(marker);\n } catch (e){\n try {\n // When we are in I.E. but the script has been evaled so I.E. doesn't trust the global object when called normally\n return cachedClearTimeout.call(null, marker);\n } catch (e){\n // same as above but when it's a version of I.E. that must have the global object for 'this', hopfully our context correct otherwise it will throw a global error.\n // Some versions of I.E. have different rules for clearTimeout vs setTimeout\n return cachedClearTimeout.call(this, marker);\n }\n }\n\n\n\n}\nvar queue = [];\nvar draining = false;\nvar currentQueue;\nvar queueIndex = -1;\n\nfunction cleanUpNextTick() {\n if (!draining || !currentQueue) {\n return;\n }\n draining = false;\n if (currentQueue.length) {\n queue = currentQueue.concat(queue);\n } else {\n queueIndex = -1;\n }\n if (queue.length) {\n drainQueue();\n }\n}\n\nfunction drainQueue() {\n if (draining) {\n return;\n }\n var timeout = runTimeout(cleanUpNextTick);\n draining = true;\n\n var len = queue.length;\n while(len) {\n currentQueue = queue;\n queue = [];\n while (++queueIndex < len) {\n if (currentQueue) {\n currentQueue[queueIndex].run();\n }\n }\n queueIndex = -1;\n len = queue.length;\n }\n currentQueue = null;\n draining = false;\n runClearTimeout(timeout);\n}\n\nprocess.nextTick = function (fun) {\n var args = new Array(arguments.length - 1);\n if (arguments.length > 1) {\n for (var i = 1; i < arguments.length; i++) {\n args[i - 1] = arguments[i];\n }\n }\n queue.push(new Item(fun, args));\n if (queue.length === 1 && !draining) {\n runTimeout(drainQueue);\n }\n};\n\n// v8 likes predictible objects\nfunction Item(fun, array) {\n this.fun = fun;\n this.array = array;\n}\nItem.prototype.run = function () {\n this.fun.apply(null, this.array);\n};\nprocess.title = 'browser';\nprocess.browser = true;\nprocess.env = {};\nprocess.argv = [];\nprocess.version = ''; // empty string to avoid regexp issues\nprocess.versions = {};\n\nfunction noop() {}\n\nprocess.on = noop;\nprocess.addListener = noop;\nprocess.once = noop;\nprocess.off = noop;\nprocess.removeListener = noop;\nprocess.removeAllListeners = noop;\nprocess.emit = noop;\nprocess.prependListener = noop;\nprocess.prependOnceListener = noop;\n\nprocess.listeners = function (name) { return [] }\n\nprocess.binding = function (name) {\n throw new Error('process.binding is not supported');\n};\n\nprocess.cwd = function () { return '/' };\nprocess.chdir = function (dir) {\n throw new Error('process.chdir is not supported');\n};\nprocess.umask = function() { return 0; };\n","var DESCRIPTORS = require('../internals/descriptors');\nvar propertyIsEnumerableModule = require('../internals/object-property-is-enumerable');\nvar createPropertyDescriptor = require('../internals/create-property-descriptor');\nvar toIndexedObject = require('../internals/to-indexed-object');\nvar toPrimitive = require('../internals/to-primitive');\nvar has = require('../internals/has');\nvar IE8_DOM_DEFINE = require('../internals/ie8-dom-define');\n\nvar nativeGetOwnPropertyDescriptor = Object.getOwnPropertyDescriptor;\n\n// `Object.getOwnPropertyDescriptor` method\n// https://tc39.github.io/ecma262/#sec-object.getownpropertydescriptor\nexports.f = DESCRIPTORS ? nativeGetOwnPropertyDescriptor : function getOwnPropertyDescriptor(O, P) {\n O = toIndexedObject(O);\n P = toPrimitive(P, true);\n if (IE8_DOM_DEFINE) try {\n return nativeGetOwnPropertyDescriptor(O, P);\n } catch (error) { /* empty */ }\n if (has(O, P)) return createPropertyDescriptor(!propertyIsEnumerableModule.f.call(O, P), O[P]);\n};\n","var fails = require('../internals/fails');\nvar classof = require('../internals/classof-raw');\n\nvar split = ''.split;\n\n// fallback for non-array-like ES3 and non-enumerable old V8 strings\nmodule.exports = fails(function () {\n // throws an error in rhino, see https://github.com/mozilla/rhino/issues/346\n // eslint-disable-next-line no-prototype-builtins\n return !Object('z').propertyIsEnumerable(0);\n}) ? function (it) {\n return classof(it) == 'String' ? split.call(it, '') : Object(it);\n} : Object;\n","var DESCRIPTORS = require('../internals/descriptors');\nvar fails = require('../internals/fails');\nvar createElement = require('../internals/document-create-element');\n\n// Thank's IE8 for his funny defineProperty\nmodule.exports = !DESCRIPTORS && !fails(function () {\n return Object.defineProperty(createElement('div'), 'a', {\n get: function () { return 7; }\n }).a != 7;\n});\n","var global = require('../internals/global');\nvar isObject = require('../internals/is-object');\n\nvar document = global.document;\n// typeof document.createElement is 'object' in old IE\nvar EXISTS = isObject(document) && isObject(document.createElement);\n\nmodule.exports = function (it) {\n return EXISTS ? document.createElement(it) : {};\n};\n","var store = require('../internals/shared-store');\n\nvar functionToString = Function.toString;\n\n// this helper broken in `3.4.1-3.4.4`, so we can't use `shared` helper\nif (typeof store.inspectSource != 'function') {\n store.inspectSource = function (it) {\n return functionToString.call(it);\n };\n}\n\nmodule.exports = store.inspectSource;\n","var global = require('../internals/global');\nvar setGlobal = require('../internals/set-global');\n\nvar SHARED = '__core-js_shared__';\nvar store = global[SHARED] || setGlobal(SHARED, {});\n\nmodule.exports = store;\n","var IS_PURE = require('../internals/is-pure');\nvar store = require('../internals/shared-store');\n\n(module.exports = function (key, value) {\n return store[key] || (store[key] = value !== undefined ? value : {});\n})('versions', []).push({\n version: '3.6.4',\n mode: IS_PURE ? 'pure' : 'global',\n copyright: '© 2020 Denis Pushkarev (zloirock.ru)'\n});\n","var has = require('../internals/has');\nvar toIndexedObject = require('../internals/to-indexed-object');\nvar indexOf = require('../internals/array-includes').indexOf;\nvar hiddenKeys = require('../internals/hidden-keys');\n\nmodule.exports = function (object, names) {\n var O = toIndexedObject(object);\n var i = 0;\n var result = [];\n var key;\n for (key in O) !has(hiddenKeys, key) && has(O, key) && result.push(key);\n // Don't enum bug & hidden keys\n while (names.length > i) if (has(O, key = names[i++])) {\n ~indexOf(result, key) || result.push(key);\n }\n return result;\n};\n","var fails = require('../internals/fails');\n\nvar replacement = /#|\\.prototype\\./;\n\nvar isForced = function (feature, detection) {\n var value = data[normalize(feature)];\n return value == POLYFILL ? true\n : value == NATIVE ? false\n : typeof detection == 'function' ? fails(detection)\n : !!detection;\n};\n\nvar normalize = isForced.normalize = function (string) {\n return String(string).replace(replacement, '.').toLowerCase();\n};\n\nvar data = isForced.data = {};\nvar NATIVE = isForced.NATIVE = 'N';\nvar POLYFILL = isForced.POLYFILL = 'P';\n\nmodule.exports = isForced;\n","var classof = require('../internals/classof-raw');\n\n// `IsArray` abstract operation\n// https://tc39.github.io/ecma262/#sec-isarray\nmodule.exports = Array.isArray || function isArray(arg) {\n return classof(arg) == 'Array';\n};\n","var isObject = require('../internals/is-object');\nvar isArray = require('../internals/is-array');\nvar wellKnownSymbol = require('../internals/well-known-symbol');\n\nvar SPECIES = wellKnownSymbol('species');\n\n// `ArraySpeciesCreate` abstract operation\n// https://tc39.github.io/ecma262/#sec-arrayspeciescreate\nmodule.exports = function (originalArray, length) {\n var C;\n if (isArray(originalArray)) {\n C = originalArray.constructor;\n // cross-realm fallback\n if (typeof C == 'function' && (C === Array || isArray(C.prototype))) C = undefined;\n else if (isObject(C)) {\n C = C[SPECIES];\n if (C === null) C = undefined;\n }\n } return new (C === undefined ? Array : C)(length === 0 ? 0 : length);\n};\n","var fails = require('../internals/fails');\n\nmodule.exports = !!Object.getOwnPropertySymbols && !fails(function () {\n // Chrome 38 Symbol has incorrect toString conversion\n // eslint-disable-next-line no-undef\n return !String(Symbol());\n});\n","var fails = require('../internals/fails');\nvar wellKnownSymbol = require('../internals/well-known-symbol');\nvar V8_VERSION = require('../internals/engine-v8-version');\n\nvar SPECIES = wellKnownSymbol('species');\n\nmodule.exports = function (METHOD_NAME) {\n // We can't use this feature detection in V8 since it causes\n // deoptimization and serious performance degradation\n // https://github.com/zloirock/core-js/issues/677\n return V8_VERSION >= 51 || !fails(function () {\n var array = [];\n var constructor = array.constructor = {};\n constructor[SPECIES] = function () {\n return { foo: 1 };\n };\n return array[METHOD_NAME](Boolean).foo !== 1;\n });\n};\n","var global = require('../internals/global');\nvar userAgent = require('../internals/engine-user-agent');\n\nvar process = global.process;\nvar versions = process && process.versions;\nvar v8 = versions && versions.v8;\nvar match, version;\n\nif (v8) {\n match = v8.split('.');\n version = match[0] + match[1];\n} else if (userAgent) {\n match = userAgent.match(/Edge\\/(\\d+)/);\n if (!match || match[1] >= 74) {\n match = userAgent.match(/Chrome\\/(\\d+)/);\n if (match) version = match[1];\n }\n}\n\nmodule.exports = version && +version;\n","var bind = require('../internals/function-bind-context');\nvar IndexedObject = require('../internals/indexed-object');\nvar toObject = require('../internals/to-object');\nvar toLength = require('../internals/to-length');\nvar arraySpeciesCreate = require('../internals/array-species-create');\n\nvar push = [].push;\n\n// `Array.prototype.{ forEach, map, filter, some, every, find, findIndex }` methods implementation\nvar createMethod = function (TYPE) {\n var IS_MAP = TYPE == 1;\n var IS_FILTER = TYPE == 2;\n var IS_SOME = TYPE == 3;\n var IS_EVERY = TYPE == 4;\n var IS_FIND_INDEX = TYPE == 6;\n var NO_HOLES = TYPE == 5 || IS_FIND_INDEX;\n return function ($this, callbackfn, that, specificCreate) {\n var O = toObject($this);\n var self = IndexedObject(O);\n var boundFunction = bind(callbackfn, that, 3);\n var length = toLength(self.length);\n var index = 0;\n var create = specificCreate || arraySpeciesCreate;\n var target = IS_MAP ? create($this, length) : IS_FILTER ? create($this, 0) : undefined;\n var value, result;\n for (;length > index; index++) if (NO_HOLES || index in self) {\n value = self[index];\n result = boundFunction(value, index, O);\n if (TYPE) {\n if (IS_MAP) target[index] = result; // map\n else if (result) switch (TYPE) {\n case 3: return true; // some\n case 5: return value; // find\n case 6: return index; // findIndex\n case 2: push.call(target, value); // filter\n } else if (IS_EVERY) return false; // every\n }\n }\n return IS_FIND_INDEX ? -1 : IS_SOME || IS_EVERY ? IS_EVERY : target;\n };\n};\n\nmodule.exports = {\n // `Array.prototype.forEach` method\n // https://tc39.github.io/ecma262/#sec-array.prototype.foreach\n forEach: createMethod(0),\n // `Array.prototype.map` method\n // https://tc39.github.io/ecma262/#sec-array.prototype.map\n map: createMethod(1),\n // `Array.prototype.filter` method\n // https://tc39.github.io/ecma262/#sec-array.prototype.filter\n filter: createMethod(2),\n // `Array.prototype.some` method\n // https://tc39.github.io/ecma262/#sec-array.prototype.some\n some: createMethod(3),\n // `Array.prototype.every` method\n // https://tc39.github.io/ecma262/#sec-array.prototype.every\n every: createMethod(4),\n // `Array.prototype.find` method\n // https://tc39.github.io/ecma262/#sec-array.prototype.find\n find: createMethod(5),\n // `Array.prototype.findIndex` method\n // https://tc39.github.io/ecma262/#sec-array.prototype.findIndex\n findIndex: createMethod(6)\n};\n","var DESCRIPTORS = require('../internals/descriptors');\nvar fails = require('../internals/fails');\nvar has = require('../internals/has');\n\nvar defineProperty = Object.defineProperty;\nvar cache = {};\n\nvar thrower = function (it) { throw it; };\n\nmodule.exports = function (METHOD_NAME, options) {\n if (has(cache, METHOD_NAME)) return cache[METHOD_NAME];\n if (!options) options = {};\n var method = [][METHOD_NAME];\n var ACCESSORS = has(options, 'ACCESSORS') ? options.ACCESSORS : false;\n var argument0 = has(options, 0) ? options[0] : thrower;\n var argument1 = has(options, 1) ? options[1] : undefined;\n\n return cache[METHOD_NAME] = !!method && !fails(function () {\n if (ACCESSORS && !DESCRIPTORS) return true;\n var O = { length: -1 };\n\n if (ACCESSORS) defineProperty(O, 1, { enumerable: true, get: thrower });\n else O[1] = 1;\n\n method.call(O, argument0, argument1);\n });\n};\n","'use strict';\nvar $forEach = require('../internals/array-iteration').forEach;\nvar arrayMethodIsStrict = require('../internals/array-method-is-strict');\nvar arrayMethodUsesToLength = require('../internals/array-method-uses-to-length');\n\nvar STRICT_METHOD = arrayMethodIsStrict('forEach');\nvar USES_TO_LENGTH = arrayMethodUsesToLength('forEach');\n\n// `Array.prototype.forEach` method implementation\n// https://tc39.github.io/ecma262/#sec-array.prototype.foreach\nmodule.exports = (!STRICT_METHOD || !USES_TO_LENGTH) ? function forEach(callbackfn /* , thisArg */) {\n return $forEach(this, callbackfn, arguments.length > 1 ? arguments[1] : undefined);\n} : [].forEach;\n","'use strict';\nvar toIndexedObject = require('../internals/to-indexed-object');\nvar addToUnscopables = require('../internals/add-to-unscopables');\nvar Iterators = require('../internals/iterators');\nvar InternalStateModule = require('../internals/internal-state');\nvar defineIterator = require('../internals/define-iterator');\n\nvar ARRAY_ITERATOR = 'Array Iterator';\nvar setInternalState = InternalStateModule.set;\nvar getInternalState = InternalStateModule.getterFor(ARRAY_ITERATOR);\n\n// `Array.prototype.entries` method\n// https://tc39.github.io/ecma262/#sec-array.prototype.entries\n// `Array.prototype.keys` method\n// https://tc39.github.io/ecma262/#sec-array.prototype.keys\n// `Array.prototype.values` method\n// https://tc39.github.io/ecma262/#sec-array.prototype.values\n// `Array.prototype[@@iterator]` method\n// https://tc39.github.io/ecma262/#sec-array.prototype-@@iterator\n// `CreateArrayIterator` internal method\n// https://tc39.github.io/ecma262/#sec-createarrayiterator\nmodule.exports = defineIterator(Array, 'Array', function (iterated, kind) {\n setInternalState(this, {\n type: ARRAY_ITERATOR,\n target: toIndexedObject(iterated), // target\n index: 0, // next index\n kind: kind // kind\n });\n// `%ArrayIteratorPrototype%.next` method\n// https://tc39.github.io/ecma262/#sec-%arrayiteratorprototype%.next\n}, function () {\n var state = getInternalState(this);\n var target = state.target;\n var kind = state.kind;\n var index = state.index++;\n if (!target || index >= target.length) {\n state.target = undefined;\n return { value: undefined, done: true };\n }\n if (kind == 'keys') return { value: index, done: false };\n if (kind == 'values') return { value: target[index], done: false };\n return { value: [index, target[index]], done: false };\n}, 'values');\n\n// argumentsList[@@iterator] is %ArrayProto_values%\n// https://tc39.github.io/ecma262/#sec-createunmappedargumentsobject\n// https://tc39.github.io/ecma262/#sec-createmappedargumentsobject\nIterators.Arguments = Iterators.Array;\n\n// https://tc39.github.io/ecma262/#sec-array.prototype-@@unscopables\naddToUnscopables('keys');\naddToUnscopables('values');\naddToUnscopables('entries');\n","'use strict';\nvar getPrototypeOf = require('../internals/object-get-prototype-of');\nvar createNonEnumerableProperty = require('../internals/create-non-enumerable-property');\nvar has = require('../internals/has');\nvar wellKnownSymbol = require('../internals/well-known-symbol');\nvar IS_PURE = require('../internals/is-pure');\n\nvar ITERATOR = wellKnownSymbol('iterator');\nvar BUGGY_SAFARI_ITERATORS = false;\n\nvar returnThis = function () { return this; };\n\n// `%IteratorPrototype%` object\n// https://tc39.github.io/ecma262/#sec-%iteratorprototype%-object\nvar IteratorPrototype, PrototypeOfArrayIteratorPrototype, arrayIterator;\n\nif ([].keys) {\n arrayIterator = [].keys();\n // Safari 8 has buggy iterators w/o `next`\n if (!('next' in arrayIterator)) BUGGY_SAFARI_ITERATORS = true;\n else {\n PrototypeOfArrayIteratorPrototype = getPrototypeOf(getPrototypeOf(arrayIterator));\n if (PrototypeOfArrayIteratorPrototype !== Object.prototype) IteratorPrototype = PrototypeOfArrayIteratorPrototype;\n }\n}\n\nif (IteratorPrototype == undefined) IteratorPrototype = {};\n\n// 25.1.2.1.1 %IteratorPrototype%[@@iterator]()\nif (!IS_PURE && !has(IteratorPrototype, ITERATOR)) {\n createNonEnumerableProperty(IteratorPrototype, ITERATOR, returnThis);\n}\n\nmodule.exports = {\n IteratorPrototype: IteratorPrototype,\n BUGGY_SAFARI_ITERATORS: BUGGY_SAFARI_ITERATORS\n};\n","var has = require('../internals/has');\nvar toObject = require('../internals/to-object');\nvar sharedKey = require('../internals/shared-key');\nvar CORRECT_PROTOTYPE_GETTER = require('../internals/correct-prototype-getter');\n\nvar IE_PROTO = sharedKey('IE_PROTO');\nvar ObjectPrototype = Object.prototype;\n\n// `Object.getPrototypeOf` method\n// https://tc39.github.io/ecma262/#sec-object.getprototypeof\nmodule.exports = CORRECT_PROTOTYPE_GETTER ? Object.getPrototypeOf : function (O) {\n O = toObject(O);\n if (has(O, IE_PROTO)) return O[IE_PROTO];\n if (typeof O.constructor == 'function' && O instanceof O.constructor) {\n return O.constructor.prototype;\n } return O instanceof Object ? ObjectPrototype : null;\n};\n","var anObject = require('../internals/an-object');\nvar aPossiblePrototype = require('../internals/a-possible-prototype');\n\n// `Object.setPrototypeOf` method\n// https://tc39.github.io/ecma262/#sec-object.setprototypeof\n// Works with __proto__ only. Old v8 can't work with null proto objects.\n/* eslint-disable no-proto */\nmodule.exports = Object.setPrototypeOf || ('__proto__' in {} ? function () {\n var CORRECT_SETTER = false;\n var test = {};\n var setter;\n try {\n setter = Object.getOwnPropertyDescriptor(Object.prototype, '__proto__').set;\n setter.call(test, []);\n CORRECT_SETTER = test instanceof Array;\n } catch (error) { /* empty */ }\n return function setPrototypeOf(O, proto) {\n anObject(O);\n aPossiblePrototype(proto);\n if (CORRECT_SETTER) setter.call(O, proto);\n else O.__proto__ = proto;\n return O;\n };\n}() : undefined);\n","var hiddenKeys = require('../internals/hidden-keys');\nvar isObject = require('../internals/is-object');\nvar has = require('../internals/has');\nvar defineProperty = require('../internals/object-define-property').f;\nvar uid = require('../internals/uid');\nvar FREEZING = require('../internals/freezing');\n\nvar METADATA = uid('meta');\nvar id = 0;\n\nvar isExtensible = Object.isExtensible || function () {\n return true;\n};\n\nvar setMetadata = function (it) {\n defineProperty(it, METADATA, { value: {\n objectID: 'O' + ++id, // object ID\n weakData: {} // weak collections IDs\n } });\n};\n\nvar fastKey = function (it, create) {\n // return a primitive with prefix\n if (!isObject(it)) return typeof it == 'symbol' ? it : (typeof it == 'string' ? 'S' : 'P') + it;\n if (!has(it, METADATA)) {\n // can't set metadata to uncaught frozen object\n if (!isExtensible(it)) return 'F';\n // not necessary to add metadata\n if (!create) return 'E';\n // add missing metadata\n setMetadata(it);\n // return object ID\n } return it[METADATA].objectID;\n};\n\nvar getWeakData = function (it, create) {\n if (!has(it, METADATA)) {\n // can't set metadata to uncaught frozen object\n if (!isExtensible(it)) return true;\n // not necessary to add metadata\n if (!create) return false;\n // add missing metadata\n setMetadata(it);\n // return the store of weak collections IDs\n } return it[METADATA].weakData;\n};\n\n// add metadata on freeze-family methods calling\nvar onFreeze = function (it) {\n if (FREEZING && meta.REQUIRED && isExtensible(it) && !has(it, METADATA)) setMetadata(it);\n return it;\n};\n\nvar meta = module.exports = {\n REQUIRED: false,\n fastKey: fastKey,\n getWeakData: getWeakData,\n onFreeze: onFreeze\n};\n\nhiddenKeys[METADATA] = true;\n","var anObject = require('../internals/an-object');\nvar isArrayIteratorMethod = require('../internals/is-array-iterator-method');\nvar toLength = require('../internals/to-length');\nvar bind = require('../internals/function-bind-context');\nvar getIteratorMethod = require('../internals/get-iterator-method');\nvar callWithSafeIterationClosing = require('../internals/call-with-safe-iteration-closing');\n\nvar Result = function (stopped, result) {\n this.stopped = stopped;\n this.result = result;\n};\n\nvar iterate = module.exports = function (iterable, fn, that, AS_ENTRIES, IS_ITERATOR) {\n var boundFunction = bind(fn, that, AS_ENTRIES ? 2 : 1);\n var iterator, iterFn, index, length, result, next, step;\n\n if (IS_ITERATOR) {\n iterator = iterable;\n } else {\n iterFn = getIteratorMethod(iterable);\n if (typeof iterFn != 'function') throw TypeError('Target is not iterable');\n // optimisation for array iterators\n if (isArrayIteratorMethod(iterFn)) {\n for (index = 0, length = toLength(iterable.length); length > index; index++) {\n result = AS_ENTRIES\n ? boundFunction(anObject(step = iterable[index])[0], step[1])\n : boundFunction(iterable[index]);\n if (result && result instanceof Result) return result;\n } return new Result(false);\n }\n iterator = iterFn.call(iterable);\n }\n\n next = iterator.next;\n while (!(step = next.call(iterator)).done) {\n result = callWithSafeIterationClosing(iterator, boundFunction, step.value, AS_ENTRIES);\n if (typeof result == 'object' && result && result instanceof Result) return result;\n } return new Result(false);\n};\n\niterate.stop = function (result) {\n return new Result(true, result);\n};\n","var TO_STRING_TAG_SUPPORT = require('../internals/to-string-tag-support');\nvar classofRaw = require('../internals/classof-raw');\nvar wellKnownSymbol = require('../internals/well-known-symbol');\n\nvar TO_STRING_TAG = wellKnownSymbol('toStringTag');\n// ES3 wrong here\nvar CORRECT_ARGUMENTS = classofRaw(function () { return arguments; }()) == 'Arguments';\n\n// fallback for IE11 Script Access Denied error\nvar tryGet = function (it, key) {\n try {\n return it[key];\n } catch (error) { /* empty */ }\n};\n\n// getting tag from ES6+ `Object.prototype.toString`\nmodule.exports = TO_STRING_TAG_SUPPORT ? classofRaw : function (it) {\n var O, tag, result;\n return it === undefined ? 'Undefined' : it === null ? 'Null'\n // @@toStringTag case\n : typeof (tag = tryGet(O = Object(it), TO_STRING_TAG)) == 'string' ? tag\n // builtinTag case\n : CORRECT_ARGUMENTS ? classofRaw(O)\n // ES3 arguments fallback\n : (result = classofRaw(O)) == 'Object' && typeof O.callee == 'function' ? 'Arguments' : result;\n};\n","module.exports = function (it, Constructor, name) {\n if (!(it instanceof Constructor)) {\n throw TypeError('Incorrect ' + (name ? name + ' ' : '') + 'invocation');\n } return it;\n};\n","// iterable DOM collections\n// flag - `iterable` interface - 'entries', 'keys', 'values', 'forEach' methods\nmodule.exports = {\n CSSRuleList: 0,\n CSSStyleDeclaration: 0,\n CSSValueList: 0,\n ClientRectList: 0,\n DOMRectList: 0,\n DOMStringList: 0,\n DOMTokenList: 1,\n DataTransferItemList: 0,\n FileList: 0,\n HTMLAllCollection: 0,\n HTMLCollection: 0,\n HTMLFormElement: 0,\n HTMLSelectElement: 0,\n MediaList: 0,\n MimeTypeArray: 0,\n NamedNodeMap: 0,\n NodeList: 1,\n PaintRequestList: 0,\n Plugin: 0,\n PluginArray: 0,\n SVGLengthList: 0,\n SVGNumberList: 0,\n SVGPathSegList: 0,\n SVGPointList: 0,\n SVGStringList: 0,\n SVGTransformList: 0,\n SourceBufferList: 0,\n StyleSheetList: 0,\n TextTrackCueList: 0,\n TextTrackList: 0,\n TouchList: 0\n};\n","// toObject with fallback for non-array-like ES3 strings\nvar IndexedObject = require('../internals/indexed-object');\nvar requireObjectCoercible = require('../internals/require-object-coercible');\n\nmodule.exports = function (it) {\n return IndexedObject(requireObjectCoercible(it));\n};\n","var fails = require('../internals/fails');\nvar classof = require('../internals/classof-raw');\n\nvar split = ''.split;\n\n// fallback for non-array-like ES3 and non-enumerable old V8 strings\nmodule.exports = fails(function () {\n // throws an error in rhino, see https://github.com/mozilla/rhino/issues/346\n // eslint-disable-next-line no-prototype-builtins\n return !Object('z').propertyIsEnumerable(0);\n}) ? function (it) {\n return classof(it) == 'String' ? split.call(it, '') : Object(it);\n} : Object;\n","var toString = {}.toString;\n\nmodule.exports = function (it) {\n return toString.call(it).slice(8, -1);\n};\n","var ceil = Math.ceil;\nvar floor = Math.floor;\n\n// `ToInteger` abstract operation\n// https://tc39.github.io/ecma262/#sec-tointeger\nmodule.exports = function (argument) {\n return isNaN(argument = +argument) ? 0 : (argument > 0 ? floor : ceil)(argument);\n};\n","var requireObjectCoercible = require('../internals/require-object-coercible');\n\n// `ToObject` abstract operation\n// https://tc39.github.io/ecma262/#sec-toobject\nmodule.exports = function (argument) {\n return Object(requireObjectCoercible(argument));\n};\n","'use strict';\nvar regexpFlags = require('./regexp-flags');\nvar stickyHelpers = require('./regexp-sticky-helpers');\n\nvar nativeExec = RegExp.prototype.exec;\n// This always refers to the native implementation, because the\n// String#replace polyfill uses ./fix-regexp-well-known-symbol-logic.js,\n// which loads this file before patching the method.\nvar nativeReplace = String.prototype.replace;\n\nvar patchedExec = nativeExec;\n\nvar UPDATES_LAST_INDEX_WRONG = (function () {\n var re1 = /a/;\n var re2 = /b*/g;\n nativeExec.call(re1, 'a');\n nativeExec.call(re2, 'a');\n return re1.lastIndex !== 0 || re2.lastIndex !== 0;\n})();\n\nvar UNSUPPORTED_Y = stickyHelpers.UNSUPPORTED_Y || stickyHelpers.BROKEN_CARET;\n\n// nonparticipating capturing group, copied from es5-shim's String#split patch.\nvar NPCG_INCLUDED = /()??/.exec('')[1] !== undefined;\n\nvar PATCH = UPDATES_LAST_INDEX_WRONG || NPCG_INCLUDED || UNSUPPORTED_Y;\n\nif (PATCH) {\n patchedExec = function exec(str) {\n var re = this;\n var lastIndex, reCopy, match, i;\n var sticky = UNSUPPORTED_Y && re.sticky;\n var flags = regexpFlags.call(re);\n var source = re.source;\n var charsAdded = 0;\n var strCopy = str;\n\n if (sticky) {\n flags = flags.replace('y', '');\n if (flags.indexOf('g') === -1) {\n flags += 'g';\n }\n\n strCopy = String(str).slice(re.lastIndex);\n // Support anchored sticky behavior.\n if (re.lastIndex > 0 && (!re.multiline || re.multiline && str[re.lastIndex - 1] !== '\\n')) {\n source = '(?: ' + source + ')';\n strCopy = ' ' + strCopy;\n charsAdded++;\n }\n // ^(? + rx + ) is needed, in combination with some str slicing, to\n // simulate the 'y' flag.\n reCopy = new RegExp('^(?:' + source + ')', flags);\n }\n\n if (NPCG_INCLUDED) {\n reCopy = new RegExp('^' + source + '$(?!\\\\s)', flags);\n }\n if (UPDATES_LAST_INDEX_WRONG) lastIndex = re.lastIndex;\n\n match = nativeExec.call(sticky ? reCopy : re, strCopy);\n\n if (sticky) {\n if (match) {\n match.input = match.input.slice(charsAdded);\n match[0] = match[0].slice(charsAdded);\n match.index = re.lastIndex;\n re.lastIndex += match[0].length;\n } else re.lastIndex = 0;\n } else if (UPDATES_LAST_INDEX_WRONG && match) {\n re.lastIndex = re.global ? match.index + match[0].length : lastIndex;\n }\n if (NPCG_INCLUDED && match && match.length > 1) {\n // Fix browsers whose `exec` methods don't consistently return `undefined`\n // for NPCG, like IE8. NOTE: This doesn' work for /(.?)?/\n nativeReplace.call(match[0], reCopy, function () {\n for (i = 1; i < arguments.length - 2; i++) {\n if (arguments[i] === undefined) match[i] = undefined;\n }\n });\n }\n\n return match;\n };\n}\n\nmodule.exports = patchedExec;\n","module.exports = function (it) {\n return typeof it === 'object' ? it !== null : typeof it === 'function';\n};\n","var DESCRIPTORS = require('../internals/descriptors');\nvar definePropertyModule = require('../internals/object-define-property');\nvar createPropertyDescriptor = require('../internals/create-property-descriptor');\n\nmodule.exports = DESCRIPTORS ? function (object, key, value) {\n return definePropertyModule.f(object, key, createPropertyDescriptor(1, value));\n} : function (object, key, value) {\n object[key] = value;\n return object;\n};\n","var DESCRIPTORS = require('../internals/descriptors');\nvar definePropertyModule = require('../internals/object-define-property');\nvar createPropertyDescriptor = require('../internals/create-property-descriptor');\n\nmodule.exports = DESCRIPTORS ? function (object, key, value) {\n return definePropertyModule.f(object, key, createPropertyDescriptor(1, value));\n} : function (object, key, value) {\n object[key] = value;\n return object;\n};\n","/*!\n * escape-html\n * Copyright(c) 2012-2013 TJ Holowaychuk\n * Copyright(c) 2015 Andreas Lubbe\n * Copyright(c) 2015 Tiancheng \"Timothy\" Gu\n * MIT Licensed\n */\n\n'use strict';\n\n/**\n * Module variables.\n * @private\n */\n\nvar matchHtmlRegExp = /[\"'&<>]/;\n\n/**\n * Module exports.\n * @public\n */\n\nmodule.exports = escapeHtml;\n\n/**\n * Escape special characters in the given string of html.\n *\n * @param {string} string The string to escape for inserting into HTML\n * @return {string}\n * @public\n */\n\nfunction escapeHtml(string) {\n var str = '' + string;\n var match = matchHtmlRegExp.exec(str);\n\n if (!match) {\n return str;\n }\n\n var escape;\n var html = '';\n var index = 0;\n var lastIndex = 0;\n\n for (index = match.index; index < str.length; index++) {\n switch (str.charCodeAt(index)) {\n case 34: // \"\n escape = '&quot;';\n break;\n case 38: // &\n escape = '&amp;';\n break;\n case 39: // '\n escape = '&#39;';\n break;\n case 60: // <\n escape = '&lt;';\n break;\n case 62: // >\n escape = '&gt;';\n break;\n default:\n continue;\n }\n\n if (lastIndex !== index) {\n html += str.substring(lastIndex, index);\n }\n\n lastIndex = index + 1;\n html += escape;\n }\n\n return lastIndex !== index\n ? html + str.substring(lastIndex, index)\n : html;\n}\n","'use strict';\n\nexports.__esModule = true;\n// istanbul ignore next\n\nfunction _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { 'default': obj }; }\n\n// istanbul ignore next\n\nfunction _interopRequireWildcard(obj) { if (obj && obj.__esModule) { return obj; } else { var newObj = {}; if (obj != null) { for (var key in obj) { if (Object.prototype.hasOwnProperty.call(obj, key)) newObj[key] = obj[key]; } } newObj['default'] = obj; return newObj; } }\n\nvar _handlebarsBase = require('./handlebars/base');\n\nvar base = _interopRequireWildcard(_handlebarsBase);\n\n// Each of these augment the Handlebars object. No need to setup here.\n// (This is done to easily share code between commonjs and browse envs)\n\nvar _handlebarsSafeString = require('./handlebars/safe-string');\n\nvar _handlebarsSafeString2 = _interopRequireDefault(_handlebarsSafeString);\n\nvar _handlebarsException = require('./handlebars/exception');\n\nvar _handlebarsException2 = _interopRequireDefault(_handlebarsException);\n\nvar _handlebarsUtils = require('./handlebars/utils');\n\nvar Utils = _interopRequireWildcard(_handlebarsUtils);\n\nvar _handlebarsRuntime = require('./handlebars/runtime');\n\nvar runtime = _interopRequireWildcard(_handlebarsRuntime);\n\nvar _handlebarsNoConflict = require('./handlebars/no-conflict');\n\nvar _handlebarsNoConflict2 = _interopRequireDefault(_handlebarsNoConflict);\n\n// For compatibility and usage outside of module systems, make the Handlebars object a namespace\nfunction create() {\n var hb = new base.HandlebarsEnvironment();\n\n Utils.extend(hb, base);\n hb.SafeString = _handlebarsSafeString2['default'];\n hb.Exception = _handlebarsException2['default'];\n hb.Utils = Utils;\n hb.escapeExpression = Utils.escapeExpression;\n\n hb.VM = runtime;\n hb.template = function (spec) {\n return runtime.template(spec, hb);\n };\n\n return hb;\n}\n\nvar inst = create();\ninst.create = create;\n\n_handlebarsNoConflict2['default'](inst);\n\ninst['default'] = inst;\n\nexports['default'] = inst;\nmodule.exports = exports['default'];\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uL2xpYi9oYW5kbGViYXJzLnJ1bnRpbWUuanMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6Ijs7Ozs7Ozs7Ozs7OEJBQXNCLG1CQUFtQjs7SUFBN0IsSUFBSTs7Ozs7b0NBSU8sMEJBQTBCOzs7O21DQUMzQix3QkFBd0I7Ozs7K0JBQ3ZCLG9CQUFvQjs7SUFBL0IsS0FBSzs7aUNBQ1Esc0JBQXNCOztJQUFuQyxPQUFPOztvQ0FFSSwwQkFBMEI7Ozs7O0FBR2pELFNBQVMsTUFBTSxHQUFHO0FBQ2hCLE1BQUksRUFBRSxHQUFHLElBQUksSUFBSSxDQUFDLHFCQUFxQixFQUFFLENBQUM7O0FBRTFDLE9BQUssQ0FBQyxNQUFNLENBQUMsRUFBRSxFQUFFLElBQUksQ0FBQyxDQUFDO0FBQ3ZCLElBQUUsQ0FBQyxVQUFVLG9DQUFhLENBQUM7QUFDM0IsSUFBRSxDQUFDLFNBQVMsbUNBQVksQ0FBQztBQUN6QixJQUFFLENBQUMsS0FBSyxHQUFHLEtBQUssQ0FBQztBQUNqQixJQUFFLENBQUMsZ0JBQWdCLEdBQUcsS0FBSyxDQUFDLGdCQUFnQixDQUFDOztBQUU3QyxJQUFFLENBQUMsRUFBRSxHQUFHLE9BQU8sQ0FBQztBQUNoQixJQUFFLENBQUMsUUFBUSxHQUFHLFVBQVMsSUFBSSxFQUFFO0FBQzNCLFdBQU8sT0FBTyxDQUFDLFFBQVEsQ0FBQyxJQUFJLEVBQUUsRUFBRSxDQUFDLENBQUM7R0FDbkMsQ0FBQzs7QUFFRixTQUFPLEVBQUUsQ0FBQztDQUNYOztBQUVELElBQUksSUFBSSxHQUFHLE1BQU0sRUFBRSxDQUFDO0FBQ3BCLElBQUksQ0FBQyxNQUFNLEdBQUcsTUFBTSxDQUFDOztBQUVyQixrQ0FBVyxJQUFJLENBQUMsQ0FBQzs7QUFFakIsSUFBSSxDQUFDLFNBQVMsQ0FBQyxHQUFHLElBQUksQ0FBQzs7cUJBRVIsSUFBSSIsImZpbGUiOiJoYW5kbGViYXJzLnJ1bnRpbWUuanMiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgKiBhcyBiYXNlIGZyb20gJy4vaGFuZGxlYmFycy9iYXNlJztcblxuLy8gRWFjaCBvZiB0aGVzZSBhdWdtZW50IHRoZSBIYW5kbGViYXJzIG9iamVjdC4gTm8gbmVlZCB0byBzZXR1cCBoZXJlLlxuLy8gKFRoaXMgaXMgZG9uZSB0byBlYXNpbHkgc2hhcmUgY29kZSBiZXR3ZWVuIGNvbW1vbmpzIGFuZCBicm93c2UgZW52cylcbmltcG9ydCBTYWZlU3RyaW5nIGZyb20gJy4vaGFuZGxlYmFycy9zYWZlLXN0cmluZyc7XG5pbXBvcnQgRXhjZXB0aW9uIGZyb20gJy4vaGFuZGxlYmFycy9leGNlcHRpb24nO1xuaW1wb3J0ICogYXMgVXRpbHMgZnJvbSAnLi9oYW5kbGViYXJzL3V0aWxzJztcbmltcG9ydCAqIGFzIHJ1bnRpbWUgZnJvbSAnLi9oYW5kbGViYXJzL3J1bnRpbWUnO1xuXG5pbXBvcnQgbm9Db25mbGljdCBmcm9tICcuL2hhbmRsZWJhcnMvbm8tY29uZmxpY3QnO1xuXG4vLyBGb3IgY29tcGF0aWJpbGl0eSBhbmQgdXNhZ2Ugb3V0c2lkZSBvZiBtb2R1bGUgc3lzdGVtcywgbWFrZSB0aGUgSGFuZGxlYmFycyBvYmplY3QgYSBuYW1lc3BhY2VcbmZ1bmN0aW9uIGNyZWF0ZSgpIHtcbiAgbGV0IGhiID0gbmV3IGJhc2UuSGFuZGxlYmFyc0Vudmlyb25tZW50KCk7XG5cbiAgVXRpbHMuZXh0ZW5kKGhiLCBiYXNlKTtcbiAgaGIuU2FmZVN0cmluZyA9IFNhZmVTdHJpbmc7XG4gIGhiLkV4Y2VwdGlvbiA9IEV4Y2VwdGlvbjtcbiAgaGIuVXRpbHMgPSBVdGlscztcbiAgaGIuZXNjYXBlRXhwcmVzc2lvbiA9IFV0aWxzLmVzY2FwZUV4cHJlc3Npb247XG5cbiAgaGIuVk0gPSBydW50aW1lO1xuICBoYi50ZW1wbGF0ZSA9IGZ1bmN0aW9uKHNwZWMpIHtcbiAgICByZXR1cm4gcnVudGltZS50ZW1wbGF0ZShzcGVjLCBoYik7XG4gIH07XG5cbiAgcmV0dXJuIGhiO1xufVxuXG5sZXQgaW5zdCA9IGNyZWF0ZSgpO1xuaW5zdC5jcmVhdGUgPSBjcmVhdGU7XG5cbm5vQ29uZmxpY3QoaW5zdCk7XG5cbmluc3RbJ2RlZmF1bHQnXSA9IGluc3Q7XG5cbmV4cG9ydCBkZWZhdWx0IGluc3Q7XG4iXX0=\n","module.exports = function (bitmap, value) {\n return {\n enumerable: !(bitmap & 1),\n configurable: !(bitmap & 2),\n writable: !(bitmap & 4),\n value: value\n };\n};\n","// toObject with fallback for non-array-like ES3 strings\nvar IndexedObject = require('../internals/indexed-object');\nvar requireObjectCoercible = require('../internals/require-object-coercible');\n\nmodule.exports = function (it) {\n return IndexedObject(requireObjectCoercible(it));\n};\n","var isObject = require('../internals/is-object');\n\n// `ToPrimitive` abstract operation\n// https://tc39.github.io/ecma262/#sec-toprimitive\n// instead of the ES6 spec version, we didn't implement @@toPrimitive case\n// and the second argument - flag - preferred type is a string\nmodule.exports = function (input, PREFERRED_STRING) {\n if (!isObject(input)) return input;\n var fn, val;\n if (PREFERRED_STRING && typeof (fn = input.toString) == 'function' && !isObject(val = fn.call(input))) return val;\n if (typeof (fn = input.valueOf) == 'function' && !isObject(val = fn.call(input))) return val;\n if (!PREFERRED_STRING && typeof (fn = input.toString) == 'function' && !isObject(val = fn.call(input))) return val;\n throw TypeError(\"Can't convert object to primitive value\");\n};\n","var DESCRIPTORS = require('../internals/descriptors');\nvar IE8_DOM_DEFINE = require('../internals/ie8-dom-define');\nvar anObject = require('../internals/an-object');\nvar toPrimitive = require('../internals/to-primitive');\n\nvar nativeDefineProperty = Object.defineProperty;\n\n// `Object.defineProperty` method\n// https://tc39.github.io/ecma262/#sec-object.defineproperty\nexports.f = DESCRIPTORS ? nativeDefineProperty : function defineProperty(O, P, Attributes) {\n anObject(O);\n P = toPrimitive(P, true);\n anObject(Attributes);\n if (IE8_DOM_DEFINE) try {\n return nativeDefineProperty(O, P, Attributes);\n } catch (error) { /* empty */ }\n if ('get' in Attributes || 'set' in Attributes) throw TypeError('Accessors not supported');\n if ('value' in Attributes) O[P] = Attributes.value;\n return O;\n};\n","var global = require('../internals/global');\nvar createNonEnumerableProperty = require('../internals/create-non-enumerable-property');\n\nmodule.exports = function (key, value) {\n try {\n createNonEnumerableProperty(global, key, value);\n } catch (error) {\n global[key] = value;\n } return value;\n};\n","var global = require('../internals/global');\nvar shared = require('../internals/shared');\nvar has = require('../internals/has');\nvar uid = require('../internals/uid');\nvar NATIVE_SYMBOL = require('../internals/native-symbol');\nvar USE_SYMBOL_AS_UID = require('../internals/use-symbol-as-uid');\n\nvar WellKnownSymbolsStore = shared('wks');\nvar Symbol = global.Symbol;\nvar createWellKnownSymbol = USE_SYMBOL_AS_UID ? Symbol : Symbol && Symbol.withoutSetter || uid;\n\nmodule.exports = function (name) {\n if (!has(WellKnownSymbolsStore, name)) {\n if (NATIVE_SYMBOL && has(Symbol, name)) WellKnownSymbolsStore[name] = Symbol[name];\n else WellKnownSymbolsStore[name] = createWellKnownSymbol('Symbol.' + name);\n } return WellKnownSymbolsStore[name];\n};\n","module.exports = function (bitmap, value) {\n return {\n enumerable: !(bitmap & 1),\n configurable: !(bitmap & 2),\n writable: !(bitmap & 4),\n value: value\n };\n};\n","var isObject = require('../internals/is-object');\n\n// `ToPrimitive` abstract operation\n// https://tc39.github.io/ecma262/#sec-toprimitive\n// instead of the ES6 spec version, we didn't implement @@toPrimitive case\n// and the second argument - flag - preferred type is a string\nmodule.exports = function (input, PREFERRED_STRING) {\n if (!isObject(input)) return input;\n var fn, val;\n if (PREFERRED_STRING && typeof (fn = input.toString) == 'function' && !isObject(val = fn.call(input))) return val;\n if (typeof (fn = input.valueOf) == 'function' && !isObject(val = fn.call(input))) return val;\n if (!PREFERRED_STRING && typeof (fn = input.toString) == 'function' && !isObject(val = fn.call(input))) return val;\n throw TypeError(\"Can't convert object to primitive value\");\n};\n","var DESCRIPTORS = require('../internals/descriptors');\nvar IE8_DOM_DEFINE = require('../internals/ie8-dom-define');\nvar anObject = require('../internals/an-object');\nvar toPrimitive = require('../internals/to-primitive');\n\nvar nativeDefineProperty = Object.defineProperty;\n\n// `Object.defineProperty` method\n// https://tc39.github.io/ecma262/#sec-object.defineproperty\nexports.f = DESCRIPTORS ? nativeDefineProperty : function defineProperty(O, P, Attributes) {\n anObject(O);\n P = toPrimitive(P, true);\n anObject(Attributes);\n if (IE8_DOM_DEFINE) try {\n return nativeDefineProperty(O, P, Attributes);\n } catch (error) { /* empty */ }\n if ('get' in Attributes || 'set' in Attributes) throw TypeError('Accessors not supported');\n if ('value' in Attributes) O[P] = Attributes.value;\n return O;\n};\n","var global = require('../internals/global');\nvar createNonEnumerableProperty = require('../internals/create-non-enumerable-property');\n\nmodule.exports = function (key, value) {\n try {\n createNonEnumerableProperty(global, key, value);\n } catch (error) {\n global[key] = value;\n } return value;\n};\n","var fails = require('../internals/fails');\nvar wellKnownSymbol = require('../internals/well-known-symbol');\nvar V8_VERSION = require('../internals/engine-v8-version');\n\nvar SPECIES = wellKnownSymbol('species');\n\nmodule.exports = function (METHOD_NAME) {\n // We can't use this feature detection in V8 since it causes\n // deoptimization and serious performance degradation\n // https://github.com/zloirock/core-js/issues/677\n return V8_VERSION >= 51 || !fails(function () {\n var array = [];\n var constructor = array.constructor = {};\n constructor[SPECIES] = function () {\n return { foo: 1 };\n };\n return array[METHOD_NAME](Boolean).foo !== 1;\n });\n};\n","module.exports = function (it) {\n if (typeof it != 'function') {\n throw TypeError(String(it) + ' is not a function');\n } return it;\n};\n","var DESCRIPTORS = require('../internals/descriptors');\nvar fails = require('../internals/fails');\nvar has = require('../internals/has');\n\nvar defineProperty = Object.defineProperty;\nvar cache = {};\n\nvar thrower = function (it) { throw it; };\n\nmodule.exports = function (METHOD_NAME, options) {\n if (has(cache, METHOD_NAME)) return cache[METHOD_NAME];\n if (!options) options = {};\n var method = [][METHOD_NAME];\n var ACCESSORS = has(options, 'ACCESSORS') ? options.ACCESSORS : false;\n var argument0 = has(options, 0) ? options[0] : thrower;\n var argument1 = has(options, 1) ? options[1] : undefined;\n\n return cache[METHOD_NAME] = !!method && !fails(function () {\n if (ACCESSORS && !DESCRIPTORS) return true;\n var O = { length: -1 };\n\n if (ACCESSORS) defineProperty(O, 1, { enumerable: true, get: thrower });\n else O[1] = 1;\n\n method.call(O, argument0, argument1);\n });\n};\n","var DESCRIPTORS = require('../internals/descriptors');\nvar propertyIsEnumerableModule = require('../internals/object-property-is-enumerable');\nvar createPropertyDescriptor = require('../internals/create-property-descriptor');\nvar toIndexedObject = require('../internals/to-indexed-object');\nvar toPrimitive = require('../internals/to-primitive');\nvar has = require('../internals/has');\nvar IE8_DOM_DEFINE = require('../internals/ie8-dom-define');\n\nvar nativeGetOwnPropertyDescriptor = Object.getOwnPropertyDescriptor;\n\n// `Object.getOwnPropertyDescriptor` method\n// https://tc39.github.io/ecma262/#sec-object.getownpropertydescriptor\nexports.f = DESCRIPTORS ? nativeGetOwnPropertyDescriptor : function getOwnPropertyDescriptor(O, P) {\n O = toIndexedObject(O);\n P = toPrimitive(P, true);\n if (IE8_DOM_DEFINE) try {\n return nativeGetOwnPropertyDescriptor(O, P);\n } catch (error) { /* empty */ }\n if (has(O, P)) return createPropertyDescriptor(!propertyIsEnumerableModule.f.call(O, P), O[P]);\n};\n","'use strict';\nvar nativePropertyIsEnumerable = {}.propertyIsEnumerable;\nvar getOwnPropertyDescriptor = Object.getOwnPropertyDescriptor;\n\n// Nashorn ~ JDK8 bug\nvar NASHORN_BUG = getOwnPropertyDescriptor && !nativePropertyIsEnumerable.call({ 1: 2 }, 1);\n\n// `Object.prototype.propertyIsEnumerable` method implementation\n// https://tc39.github.io/ecma262/#sec-object.prototype.propertyisenumerable\nexports.f = NASHORN_BUG ? function propertyIsEnumerable(V) {\n var descriptor = getOwnPropertyDescriptor(this, V);\n return !!descriptor && descriptor.enumerable;\n} : nativePropertyIsEnumerable;\n","module.exports = function (bitmap, value) {\n return {\n enumerable: !(bitmap & 1),\n configurable: !(bitmap & 2),\n writable: !(bitmap & 4),\n value: value\n };\n};\n","var fails = require('../internals/fails');\nvar classof = require('../internals/classof-raw');\n\nvar split = ''.split;\n\n// fallback for non-array-like ES3 and non-enumerable old V8 strings\nmodule.exports = fails(function () {\n // throws an error in rhino, see https://github.com/mozilla/rhino/issues/346\n // eslint-disable-next-line no-prototype-builtins\n return !Object('z').propertyIsEnumerable(0);\n}) ? function (it) {\n return classof(it) == 'String' ? split.call(it, '') : Object(it);\n} : Object;\n","var isObject = require('../internals/is-object');\n\n// `ToPrimitive` abstract operation\n// https://tc39.github.io/ecma262/#sec-toprimitive\n// instead of the ES6 spec version, we didn't implement @@toPrimitive case\n// and the second argument - flag - preferred type is a string\nmodule.exports = function (input, PREFERRED_STRING) {\n if (!isObject(input)) return input;\n var fn, val;\n if (PREFERRED_STRING && typeof (fn = input.toString) == 'function' && !isObject(val = fn.call(input))) return val;\n if (typeof (fn = input.valueOf) == 'function' && !isObject(val = fn.call(input))) return val;\n if (!PREFERRED_STRING && typeof (fn = input.toString) == 'function' && !isObject(val = fn.call(input))) return val;\n throw TypeError(\"Can't convert object to primitive value\");\n};\n","var DESCRIPTORS = require('../internals/descriptors');\nvar fails = require('../internals/fails');\nvar createElement = require('../internals/document-create-element');\n\n// Thank's IE8 for his funny defineProperty\nmodule.exports = !DESCRIPTORS && !fails(function () {\n return Object.defineProperty(createElement('div'), 'a', {\n get: function () { return 7; }\n }).a != 7;\n});\n","var DESCRIPTORS = require('../internals/descriptors');\nvar IE8_DOM_DEFINE = require('../internals/ie8-dom-define');\nvar anObject = require('../internals/an-object');\nvar toPrimitive = require('../internals/to-primitive');\n\nvar nativeDefineProperty = Object.defineProperty;\n\n// `Object.defineProperty` method\n// https://tc39.github.io/ecma262/#sec-object.defineproperty\nexports.f = DESCRIPTORS ? nativeDefineProperty : function defineProperty(O, P, Attributes) {\n anObject(O);\n P = toPrimitive(P, true);\n anObject(Attributes);\n if (IE8_DOM_DEFINE) try {\n return nativeDefineProperty(O, P, Attributes);\n } catch (error) { /* empty */ }\n if ('get' in Attributes || 'set' in Attributes) throw TypeError('Accessors not supported');\n if ('value' in Attributes) O[P] = Attributes.value;\n return O;\n};\n","var store = require('../internals/shared-store');\n\nvar functionToString = Function.toString;\n\n// this helper broken in `3.4.1-3.4.4`, so we can't use `shared` helper\nif (typeof store.inspectSource != 'function') {\n store.inspectSource = function (it) {\n return functionToString.call(it);\n };\n}\n\nmodule.exports = store.inspectSource;\n","var global = require('../internals/global');\nvar setGlobal = require('../internals/set-global');\n\nvar SHARED = '__core-js_shared__';\nvar store = global[SHARED] || setGlobal(SHARED, {});\n\nmodule.exports = store;\n","var IS_PURE = require('../internals/is-pure');\nvar store = require('../internals/shared-store');\n\n(module.exports = function (key, value) {\n return store[key] || (store[key] = value !== undefined ? value : {});\n})('versions', []).push({\n version: '3.6.4',\n mode: IS_PURE ? 'pure' : 'global',\n copyright: '© 2020 Denis Pushkarev (zloirock.ru)'\n});\n","var id = 0;\nvar postfix = Math.random();\n\nmodule.exports = function (key) {\n return 'Symbol(' + String(key === undefined ? '' : key) + ')_' + (++id + postfix).toString(36);\n};\n","module.exports = {};\n","var has = require('../internals/has');\nvar toIndexedObject = require('../internals/to-indexed-object');\nvar indexOf = require('../internals/array-includes').indexOf;\nvar hiddenKeys = require('../internals/hidden-keys');\n\nmodule.exports = function (object, names) {\n var O = toIndexedObject(object);\n var i = 0;\n var result = [];\n var key;\n for (key in O) !has(hiddenKeys, key) && has(O, key) && result.push(key);\n // Don't enum bug & hidden keys\n while (names.length > i) if (has(O, key = names[i++])) {\n ~indexOf(result, key) || result.push(key);\n }\n return result;\n};\n","var toIndexedObject = require('../internals/to-indexed-object');\nvar toLength = require('../internals/to-length');\nvar toAbsoluteIndex = require('../internals/to-absolute-index');\n\n// `Array.prototype.{ indexOf, includes }` methods implementation\nvar createMethod = function (IS_INCLUDES) {\n return function ($this, el, fromIndex) {\n var O = toIndexedObject($this);\n var length = toLength(O.length);\n var index = toAbsoluteIndex(fromIndex, length);\n var value;\n // Array#includes uses SameValueZero equality algorithm\n // eslint-disable-next-line no-self-compare\n if (IS_INCLUDES && el != el) while (length > index) {\n value = O[index++];\n // eslint-disable-next-line no-self-compare\n if (value != value) return true;\n // Array#indexOf ignores holes, Array#includes - not\n } else for (;length > index; index++) {\n if ((IS_INCLUDES || index in O) && O[index] === el) return IS_INCLUDES || index || 0;\n } return !IS_INCLUDES && -1;\n };\n};\n\nmodule.exports = {\n // `Array.prototype.includes` method\n // https://tc39.github.io/ecma262/#sec-array.prototype.includes\n includes: createMethod(true),\n // `Array.prototype.indexOf` method\n // https://tc39.github.io/ecma262/#sec-array.prototype.indexof\n indexOf: createMethod(false)\n};\n","var toInteger = require('../internals/to-integer');\n\nvar min = Math.min;\n\n// `ToLength` abstract operation\n// https://tc39.github.io/ecma262/#sec-tolength\nmodule.exports = function (argument) {\n return argument > 0 ? min(toInteger(argument), 0x1FFFFFFFFFFFFF) : 0; // 2 ** 53 - 1 == 9007199254740991\n};\n","// IE8- don't enum bug keys\nmodule.exports = [\n 'constructor',\n 'hasOwnProperty',\n 'isPrototypeOf',\n 'propertyIsEnumerable',\n 'toLocaleString',\n 'toString',\n 'valueOf'\n];\n","exports.f = Object.getOwnPropertySymbols;\n","var requireObjectCoercible = require('../internals/require-object-coercible');\n\n// `ToObject` abstract operation\n// https://tc39.github.io/ecma262/#sec-toobject\nmodule.exports = function (argument) {\n return Object(requireObjectCoercible(argument));\n};\n","var fails = require('../internals/fails');\n\nmodule.exports = !!Object.getOwnPropertySymbols && !fails(function () {\n // Chrome 38 Symbol has incorrect toString conversion\n // eslint-disable-next-line no-undef\n return !String(Symbol());\n});\n","'use strict';\nvar $ = require('../internals/export');\nvar exec = require('../internals/regexp-exec');\n\n$({ target: 'RegExp', proto: true, forced: /./.exec !== exec }, {\n exec: exec\n});\n","'use strict';\nvar anObject = require('../internals/an-object');\n\n// `RegExp.prototype.flags` getter implementation\n// https://tc39.github.io/ecma262/#sec-get-regexp.prototype.flags\nmodule.exports = function () {\n var that = anObject(this);\n var result = '';\n if (that.global) result += 'g';\n if (that.ignoreCase) result += 'i';\n if (that.multiline) result += 'm';\n if (that.dotAll) result += 's';\n if (that.unicode) result += 'u';\n if (that.sticky) result += 'y';\n return result;\n};\n","// toObject with fallback for non-array-like ES3 strings\nvar IndexedObject = require('../internals/indexed-object');\nvar requireObjectCoercible = require('../internals/require-object-coercible');\n\nmodule.exports = function (it) {\n return IndexedObject(requireObjectCoercible(it));\n};\n","var global = require('../internals/global');\nvar createNonEnumerableProperty = require('../internals/create-non-enumerable-property');\n\nmodule.exports = function (key, value) {\n try {\n createNonEnumerableProperty(global, key, value);\n } catch (error) {\n global[key] = value;\n } return value;\n};\n","// toObject with fallback for non-array-like ES3 strings\nvar IndexedObject = require('../internals/indexed-object');\nvar requireObjectCoercible = require('../internals/require-object-coercible');\n\nmodule.exports = function (it) {\n return IndexedObject(requireObjectCoercible(it));\n};\n","var global = require('../internals/global');\nvar createNonEnumerableProperty = require('../internals/create-non-enumerable-property');\n\nmodule.exports = function (key, value) {\n try {\n createNonEnumerableProperty(global, key, value);\n } catch (error) {\n global[key] = value;\n } return value;\n};\n","/* globals __VUE_SSR_CONTEXT__ */\n\n// IMPORTANT: Do NOT use ES2015 features in this file (except for modules).\n// This module is a runtime utility for cleaner component module output and will\n// be included in the final webpack user bundle.\n\nexport default function normalizeComponent (\n scriptExports,\n render,\n staticRenderFns,\n functionalTemplate,\n injectStyles,\n scopeId,\n moduleIdentifier, /* server only */\n shadowMode /* vue-cli only */\n) {\n // Vue.extend constructor export interop\n var options = typeof scriptExports === 'function'\n ? scriptExports.options\n : scriptExports\n\n // render functions\n if (render) {\n options.render = render\n options.staticRenderFns = staticRenderFns\n options._compiled = true\n }\n\n // functional template\n if (functionalTemplate) {\n options.functional = true\n }\n\n // scopedId\n if (scopeId) {\n options._scopeId = 'data-v-' + scopeId\n }\n\n var hook\n if (moduleIdentifier) { // server build\n hook = function (context) {\n // 2.3 injection\n context =\n context || // cached call\n (this.$vnode && this.$vnode.ssrContext) || // stateful\n (this.parent && this.parent.$vnode && this.parent.$vnode.ssrContext) // functional\n // 2.2 with runInNewContext: true\n if (!context && typeof __VUE_SSR_CONTEXT__ !== 'undefined') {\n context = __VUE_SSR_CONTEXT__\n }\n // inject component styles\n if (injectStyles) {\n injectStyles.call(this, context)\n }\n // register component module identifier for async chunk inferrence\n if (context && context._registeredComponents) {\n context._registeredComponents.add(moduleIdentifier)\n }\n }\n // used by ssr in case component is cached and beforeCreate\n // never gets called\n options._ssrRegister = hook\n } else if (injectStyles) {\n hook = shadowMode\n ? function () { injectStyles.call(this, this.$root.$options.shadowRoot) }\n : injectStyles\n }\n\n if (hook) {\n if (options.functional) {\n // for template-only hot-reload because in that case the render fn doesn't\n // go through the normalizer\n options._injectStyles = hook\n // register for functional component in vue file\n var originalRender = options.render\n options.render = function renderWithStyleInjection (h, context) {\n hook.call(context)\n return originalRender(h, context)\n }\n } else {\n // inject component registration as beforeCreate hook\n var existing = options.beforeCreate\n options.beforeCreate = existing\n ? [].concat(existing, hook)\n : [hook]\n }\n }\n\n return {\n exports: scriptExports,\n options: options\n }\n}\n","\"use strict\";\n\nrequire(\"core-js/modules/es.object.assign\");\n\nObject.defineProperty(exports, \"__esModule\", {\n value: true\n});\nexports.default = void 0;\n\nvar _axios = _interopRequireDefault(require(\"axios\"));\n\nvar _auth = require(\"@nextcloud/auth\");\n\nfunction _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }\n\nvar client = _axios.default.create({\n headers: {\n requesttoken: (0, _auth.getRequestToken)()\n }\n});\n\nvar cancelableClient = Object.assign(client, {\n CancelToken: _axios.default.CancelToken,\n isCancel: _axios.default.isCancel\n});\n(0, _auth.onRequestTokenUpdate)(function (token) {\n return client.defaults.headers.requesttoken = token;\n});\nvar _default = cancelableClient;\nexports.default = _default;\n//# sourceMappingURL=index.js.map","/**\n * @copyright 2019 Christoph Wurst <christoph@winzerhof-wurst.at>\n *\n * @author 2019 Christoph Wurst <christoph@winzerhof-wurst.at>\n *\n * @license GNU AGPL version 3 or any later version\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see <http://www.gnu.org/licenses/>.\n */\n\n/**\n * Parses a URL query string into a JS map\n * @param {string} queryString query string in the format param1=1234&param2=abcde&param3=xyz\n * @returns {Object.<string, string>} map containing key/values matching the URL parameters\n */\nexport const parse = queryString => {\n\tlet pos\n\tlet components\n\tconst result = {}\n\tlet key\n\tif (!queryString) {\n\t\treturn null\n\t}\n\tpos = queryString.indexOf('?')\n\tif (pos >= 0) {\n\t\tqueryString = queryString.substr(pos + 1)\n\t}\n\tconst parts = queryString.replace(/\\+/g, '%20').split('&')\n\tfor (let i = 0; i < parts.length; i++) {\n\t\t// split on first equal sign\n\t\tconst part = parts[i]\n\t\tpos = part.indexOf('=')\n\t\tif (pos >= 0) {\n\t\t\tcomponents = [\n\t\t\t\tpart.substr(0, pos),\n\t\t\t\tpart.substr(pos + 1),\n\t\t\t]\n\t\t} else {\n\t\t\t// key only\n\t\t\tcomponents = [part]\n\t\t}\n\t\tif (!components.length) {\n\t\t\tcontinue\n\t\t}\n\t\tkey = decodeURIComponent(components[0])\n\t\tif (!key) {\n\t\t\tcontinue\n\t\t}\n\t\t// if equal sign was there, return string\n\t\tif (components.length > 1) {\n\t\t\tresult[key] = decodeURIComponent(components[1])\n\t\t} else {\n\t\t\t// no equal sign => null value\n\t\t\tresult[key] = null\n\t\t}\n\t}\n\treturn result\n}\n\n/**\n * Builds a URL query from a JS map.\n * @param {Object.<string, string>} params map containing key/values matching the URL parameters\n * @returns {string} String containing a URL query (without question) mark\n */\nexport const build = params => {\n\tif (!params) {\n\t\treturn ''\n\t}\n\treturn $.map(params, function(value, key) {\n\t\tlet s = encodeURIComponent(key)\n\t\tif (value !== null && typeof (value) !== 'undefined') {\n\t\t\ts += '=' + encodeURIComponent(value)\n\t\t}\n\t\treturn s\n\t}).join('&')\n}\n","\"use strict\";\n\nObject.defineProperty(exports, \"__esModule\", {\n value: true\n});\nObject.defineProperty(exports, \"getRequestToken\", {\n enumerable: true,\n get: function get() {\n return _requesttoken.getRequestToken;\n }\n});\nObject.defineProperty(exports, \"onRequestTokenUpdate\", {\n enumerable: true,\n get: function get() {\n return _requesttoken.onRequestTokenUpdate;\n }\n});\nObject.defineProperty(exports, \"getCurrentUser\", {\n enumerable: true,\n get: function get() {\n return _user.getCurrentUser;\n }\n});\n\nvar _requesttoken = require(\"./requesttoken\");\n\nvar _user = require(\"./user\");\n//# sourceMappingURL=index.js.map","/**\n * ownCloud - core\n *\n * This file is licensed under the Affero General Public License version 3 or\n * later. See the COPYING file.\n *\n * @author Bernhard Posselt <dev@bernhard-posselt.com>\n * @copyright Bernhard Posselt 2014\n */\n\nimport $ from 'jquery'\n\nlet dynamicSlideToggleEnabled = false\n\nconst Apps = {\n\tenableDynamicSlideToggle: function() {\n\t\tdynamicSlideToggleEnabled = true\n\t},\n}\n\n/**\n * Shows the #app-sidebar and add .with-app-sidebar to subsequent siblings\n *\n * @param {Object} [$el] sidebar element to show, defaults to $('#app-sidebar')\n */\nApps.showAppSidebar = function($el) {\n\tconst $appSidebar = $el || $('#app-sidebar')\n\t$appSidebar.removeClass('disappear').show()\n\t$('#app-content').trigger(new $.Event('appresized'))\n}\n\n/**\n * Shows the #app-sidebar and removes .with-app-sidebar from subsequent\n * siblings\n *\n * @param {Object} [$el] sidebar element to hide, defaults to $('#app-sidebar')\n */\nApps.hideAppSidebar = function($el) {\n\tconst $appSidebar = $el || $('#app-sidebar')\n\t$appSidebar.hide().addClass('disappear')\n\t$('#app-content').trigger(new $.Event('appresized'))\n}\n\n/**\n * Provides a way to slide down a target area through a button and slide it\n * up if the user clicks somewhere else. Used for the news app settings and\n * add new field.\n *\n * Usage:\n * <button data-apps-slide-toggle=\".slide-area\">slide</button>\n * <div class=\".slide-area\" class=\"hidden\">I'm sliding up</div>\n */\nexport const registerAppsSlideToggle = () => {\n\tlet buttons = $('[data-apps-slide-toggle]')\n\n\tif (buttons.length === 0) {\n\t\t$('#app-navigation').addClass('without-app-settings')\n\t}\n\n\t$(document).click(function(event) {\n\n\t\tif (dynamicSlideToggleEnabled) {\n\t\t\tbuttons = $('[data-apps-slide-toggle]')\n\t\t}\n\n\t\tbuttons.each(function(index, button) {\n\n\t\t\tconst areaSelector = $(button).data('apps-slide-toggle')\n\t\t\tconst area = $(areaSelector)\n\n\t\t\tfunction hideArea() {\n\t\t\t\tarea.slideUp(OC.menuSpeed * 4, function() {\n\t\t\t\t\tarea.trigger(new $.Event('hide'))\n\t\t\t\t})\n\t\t\t\tarea.removeClass('opened')\n\t\t\t\t$(button).removeClass('opened')\n\t\t\t}\n\n\t\t\tfunction showArea() {\n\t\t\t\tarea.slideDown(OC.menuSpeed * 4, function() {\n\t\t\t\t\tarea.trigger(new $.Event('show'))\n\t\t\t\t})\n\t\t\t\tarea.addClass('opened')\n\t\t\t\t$(button).addClass('opened')\n\t\t\t\tconst input = $(areaSelector + ' [autofocus]')\n\t\t\t\tif (input.length === 1) {\n\t\t\t\t\tinput.focus()\n\t\t\t\t}\n\t\t\t}\n\n\t\t\t// do nothing if the area is animated\n\t\t\tif (!area.is(':animated')) {\n\n\t\t\t\t// button toggles the area\n\t\t\t\tif ($(button).is($(event.target).closest('[data-apps-slide-toggle]'))) {\n\t\t\t\t\tif (area.is(':visible')) {\n\t\t\t\t\t\thideArea()\n\t\t\t\t\t} else {\n\t\t\t\t\t\tshowArea()\n\t\t\t\t\t}\n\n\t\t\t\t\t// all other areas that have not been clicked but are open\n\t\t\t\t\t// should be slid up\n\t\t\t\t} else {\n\t\t\t\t\tconst closest = $(event.target).closest(areaSelector)\n\t\t\t\t\tif (area.is(':visible') && closest[0] !== area[0]) {\n\t\t\t\t\t\thideArea()\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t})\n\n\t})\n}\n\nexport default Apps\n","/*\n * vim: expandtab shiftwidth=4 softtabstop=4\n */\n\n/* global dav */\nif (typeof dav === 'undefined') { dav = {}; };\n\ndav._XML_CHAR_MAP = {\n '<': '&lt;',\n '>': '&gt;',\n '&': '&amp;',\n '\"': '&quot;',\n \"'\": '&apos;'\n};\n\ndav._escapeXml = function(s) {\n return s.replace(/[<>&\"']/g, function (ch) {\n return dav._XML_CHAR_MAP[ch];\n });\n};\n\ndav.Client = function(options) {\n var i;\n for(i in options) {\n this[i] = options[i];\n }\n\n};\n\ndav.Client.prototype = {\n\n baseUrl : null,\n\n userName : null,\n\n password : null,\n\n\n xmlNamespaces : {\n 'DAV:' : 'd'\n },\n\n /**\n * Generates a propFind request.\n *\n * @param {string} url Url to do the propfind request on\n * @param {Array} properties List of properties to retrieve.\n * @param {string} depth \"0\", \"1\" or \"infinity\"\n * @param {Object} [headers] headers\n * @return {Promise}\n */\n propFind : function(url, properties, depth, headers) {\n\n if(typeof depth === \"undefined\") {\n depth = '0';\n }\n\n // depth header must be a string, in case a number was passed in\n depth = '' + depth;\n\n headers = headers || {};\n\n headers['Depth'] = depth;\n headers['Content-Type'] = 'application/xml; charset=utf-8';\n\n var body =\n '<?xml version=\"1.0\"?>\\n' +\n '<d:propfind ';\n var namespace;\n for (namespace in this.xmlNamespaces) {\n body += ' xmlns:' + this.xmlNamespaces[namespace] + '=\"' + namespace + '\"';\n }\n body += '>\\n' +\n ' <d:prop>\\n';\n\n for(var ii in properties) {\n if (!properties.hasOwnProperty(ii)) {\n continue;\n }\n\n var property = this.parseClarkNotation(properties[ii]);\n if (this.xmlNamespaces[property.namespace]) {\n body+=' <' + this.xmlNamespaces[property.namespace] + ':' + property.name + ' />\\n';\n } else {\n body+=' <x:' + property.name + ' xmlns:x=\"' + property.namespace + '\" />\\n';\n }\n\n }\n body+=' </d:prop>\\n';\n body+='</d:propfind>';\n\n return this.request('PROPFIND', url, headers, body).then(\n function(result) {\n\n if (depth === '0') {\n return {\n status: result.status,\n body: result.body[0],\n xhr: result.xhr\n };\n } else {\n return {\n status: result.status,\n body: result.body,\n xhr: result.xhr\n };\n }\n\n }.bind(this)\n );\n\n },\n\n /**\n * Renders a \"d:set\" block for the given properties.\n *\n * @param {Object.<String,String>} properties\n * @return {String} XML \"<d:set>\" block\n */\n _renderPropSet: function(properties) {\n var body = ' <d:set>\\n' +\n ' <d:prop>\\n';\n\n for(var ii in properties) {\n if (!properties.hasOwnProperty(ii)) {\n continue;\n }\n\n var property = this.parseClarkNotation(ii);\n var propName;\n var propValue = properties[ii];\n if (this.xmlNamespaces[property.namespace]) {\n propName = this.xmlNamespaces[property.namespace] + ':' + property.name;\n } else {\n propName = 'x:' + property.name + ' xmlns:x=\"' + property.namespace + '\"';\n }\n\n // FIXME: hard-coded for now until we allow properties to\n // specify whether to be escaped or not\n if (propName !== 'd:resourcetype') {\n propValue = dav._escapeXml(propValue);\n }\n body += ' <' + propName + '>' + propValue + '</' + propName + '>\\n';\n }\n body +=' </d:prop>\\n';\n body +=' </d:set>\\n';\n return body;\n },\n\n /**\n * Generates a propPatch request.\n *\n * @param {string} url Url to do the proppatch request on\n * @param {Object.<String,String>} properties List of properties to store.\n * @param {Object} [headers] headers\n * @return {Promise}\n */\n propPatch : function(url, properties, headers) {\n headers = headers || {};\n\n headers['Content-Type'] = 'application/xml; charset=utf-8';\n\n var body =\n '<?xml version=\"1.0\"?>\\n' +\n '<d:propertyupdate ';\n var namespace;\n for (namespace in this.xmlNamespaces) {\n body += ' xmlns:' + this.xmlNamespaces[namespace] + '=\"' + namespace + '\"';\n }\n body += '>\\n' + this._renderPropSet(properties);\n body += '</d:propertyupdate>';\n\n return this.request('PROPPATCH', url, headers, body).then(\n function(result) {\n return {\n status: result.status,\n body: result.body,\n xhr: result.xhr\n };\n }.bind(this)\n );\n\n },\n\n /**\n * Generates a MKCOL request.\n * If attributes are given, it will use an extended MKCOL request.\n *\n * @param {string} url Url to do the proppatch request on\n * @param {Object.<String,String>} [properties] list of properties to store.\n * @param {Object} [headers] headers\n * @return {Promise}\n */\n mkcol : function(url, properties, headers) {\n var body = '';\n headers = headers || {};\n headers['Content-Type'] = 'application/xml; charset=utf-8';\n\n if (properties) {\n body =\n '<?xml version=\"1.0\"?>\\n' +\n '<d:mkcol';\n var namespace;\n for (namespace in this.xmlNamespaces) {\n body += ' xmlns:' + this.xmlNamespaces[namespace] + '=\"' + namespace + '\"';\n }\n body += '>\\n' + this._renderPropSet(properties);\n body +='</d:mkcol>';\n }\n\n return this.request('MKCOL', url, headers, body).then(\n function(result) {\n return {\n status: result.status,\n body: result.body,\n xhr: result.xhr\n };\n }.bind(this)\n );\n\n },\n\n /**\n * Performs a HTTP request, and returns a Promise\n *\n * @param {string} method HTTP method\n * @param {string} url Relative or absolute url\n * @param {Object} headers HTTP headers as an object.\n * @param {string} body HTTP request body.\n * @param {string} responseType HTTP request response type.\n * @param {Object} options\n * @param {Function} options.onProgress progress callback\n * @return {Promise}\n */\n request : function(method, url, headers, body, responseType, options) {\n\n var self = this;\n var xhr = this.xhrProvider();\n headers = headers || {};\n responseType = responseType || \"\";\n \n if (this.userName) {\n headers['Authorization'] = 'Basic ' + btoa(this.userName + ':' + this.password);\n // xhr.open(method, this.resolveUrl(url), true, this.userName, this.password);\n }\n xhr.open(method, this.resolveUrl(url), true);\n var ii;\n for(ii in headers) {\n xhr.setRequestHeader(ii, headers[ii]);\n }\n xhr.responseType = responseType;\n\n if (options && typeof(options.onProgress) === 'function') {\n if (method === 'PUT' || method === 'POST') {\n xhr.upload.addEventListener('progress', function (e) {\n options.onProgress(e)\n }, false)\n }\n else {\n xhr.addEventListener('progress', function (e) {\n options.onProgress(e)\n }, false)\n }\n }\n\n // Work around for edge\n if (body === undefined) {\n xhr.send();\n } else {\n xhr.send(body);\n }\n\n return new Promise(function(fulfill, reject) {\n\n xhr.onreadystatechange = function() {\n\n if (xhr.readyState !== 4) {\n return;\n }\n\n var resultBody = xhr.response;\n if (xhr.status === 207) {\n resultBody = self.parseMultiStatus(xhr.response);\n }\n\n fulfill({\n body: resultBody,\n status: xhr.status,\n xhr: xhr\n });\n\n };\n\n xhr.ontimeout = function() {\n\n reject(new Error('Timeout exceeded'));\n\n };\n\n });\n\n },\n\n /**\n * Returns an XMLHttpRequest object.\n *\n * This is in its own method, so it can be easily overridden.\n *\n * @return {XMLHttpRequest}\n */\n xhrProvider : function() {\n\n return new XMLHttpRequest();\n\n },\n\n /**\n * Parses a property node.\n *\n * Either returns a string if the node only contains text, or returns an\n * array of non-text subnodes.\n *\n * @param {Object} propNode node to parse\n * @return {string|Array} text content as string or array of subnodes, excluding text nodes\n */\n _parsePropNode: function(propNode) {\n var content = null;\n if (propNode.childNodes && propNode.childNodes.length > 0) {\n var subNodes = [];\n // filter out text nodes\n for (var j = 0; j < propNode.childNodes.length; j++) {\n var node = propNode.childNodes[j];\n if (node.nodeType === 1) {\n subNodes.push(node);\n }\n }\n if (subNodes.length) {\n content = subNodes;\n }\n }\n\n return content || propNode.textContent || propNode.text || '';\n },\n\n /**\n * Parses a multi-status response body.\n *\n * @param {string} xmlBody\n * @param {Array}\n */\n parseMultiStatus : function(xmlBody) {\n\n var parser = new DOMParser();\n var doc = parser.parseFromString(xmlBody, \"application/xml\");\n\n var resolver = function(foo) {\n var ii;\n for(ii in this.xmlNamespaces) {\n if (this.xmlNamespaces[ii] === foo) {\n return ii;\n }\n }\n }.bind(this);\n\n var responseIterator = doc.evaluate('/d:multistatus/d:response', doc, resolver, XPathResult.ANY_TYPE, null);\n\n var result = [];\n var responseNode = responseIterator.iterateNext();\n\n while(responseNode) {\n\n var response = {\n href : null,\n propStat : []\n };\n\n response.href = doc.evaluate('string(d:href)', responseNode, resolver, XPathResult.ANY_TYPE, null).stringValue;\n\n var propStatIterator = doc.evaluate('d:propstat', responseNode, resolver, XPathResult.ANY_TYPE, null);\n var propStatNode = propStatIterator.iterateNext();\n\n while(propStatNode) {\n var propStat = {\n status : doc.evaluate('string(d:status)', propStatNode, resolver, XPathResult.ANY_TYPE, null).stringValue,\n properties : {},\n };\n\n var propIterator = doc.evaluate('d:prop/*', propStatNode, resolver, XPathResult.ANY_TYPE, null);\n\n var propNode = propIterator.iterateNext();\n while(propNode) {\n var content = this._parsePropNode(propNode);\n propStat.properties['{' + propNode.namespaceURI + '}' + propNode.localName] = content;\n propNode = propIterator.iterateNext();\n\n }\n response.propStat.push(propStat);\n propStatNode = propStatIterator.iterateNext();\n\n\n }\n\n result.push(response);\n responseNode = responseIterator.iterateNext();\n\n }\n\n return result;\n\n },\n\n /**\n * Takes a relative url, and maps it to an absolute url, using the baseUrl\n *\n * @param {string} url\n * @return {string}\n */\n resolveUrl : function(url) {\n\n // Note: this is rudamentary.. not sure yet if it handles every case.\n if (/^https?:\\/\\//i.test(url)) {\n // absolute\n return url;\n }\n\n var baseParts = this.parseUrl(this.baseUrl);\n if (url.charAt('/')) {\n // Url starts with a slash\n return baseParts.root + url;\n }\n\n // Url does not start with a slash, we need grab the base url right up until the last slash.\n var newUrl = baseParts.root + '/';\n if (baseParts.path.lastIndexOf('/')!==-1) {\n newUrl = newUrl = baseParts.path.subString(0, baseParts.path.lastIndexOf('/')) + '/';\n }\n newUrl+=url;\n return url;\n\n },\n\n /**\n * Parses a url and returns its individual components.\n *\n * @param {String} url\n * @return {Object}\n */\n parseUrl : function(url) {\n\n var parts = url.match(/^(?:([A-Za-z]+):)?(\\/{0,3})([0-9.\\-A-Za-z]+)(?::(\\d+))?(?:\\/([^?#]*))?(?:\\?([^#]*))?(?:#(.*))?$/);\n var result = {\n url : parts[0],\n scheme : parts[1],\n host : parts[3],\n port : parts[4],\n path : parts[5],\n query : parts[6],\n fragment : parts[7],\n };\n result.root =\n result.scheme + '://' +\n result.host +\n (result.port ? ':' + result.port : '');\n\n return result;\n\n },\n\n parseClarkNotation : function(propertyName) {\n\n var result = propertyName.match(/^{([^}]+)}(.*)$/);\n if (!result) {\n return;\n }\n\n return {\n name : result[2],\n namespace : result[1]\n };\n\n }\n\n};\n\nif (typeof module !== 'undefined' && typeof module.exports !== 'undefined') {\n module.exports.Client = dav.Client;\n}\n\n\n/*** EXPORTS FROM exports-loader ***/\nmodule.exports = dav;","/**\n * @copyright 2019 Christoph Wurst <christoph@winzerhof-wurst.at>\n *\n * @author 2019 Christoph Wurst <christoph@winzerhof-wurst.at>\n *\n * @license GNU AGPL version 3 or any later version\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see <http://www.gnu.org/licenses/>.\n */\n\nimport _ from 'underscore'\nimport $ from 'jquery'\nimport moment from 'moment'\n\nimport OC from './index'\n\n/**\n * @namespace OC.PasswordConfirmation\n */\nexport default {\n\tcallback: null,\n\n\tpageLoadTime: null,\n\n\tinit: function() {\n\t\t$('.password-confirm-required').on('click', _.bind(this.requirePasswordConfirmation, this))\n\t\tthis.pageLoadTime = moment.now()\n\t},\n\n\trequiresPasswordConfirmation: function() {\n\t\tconst serverTimeDiff = this.pageLoadTime - (window.nc_pageLoad * 1000)\n\t\tconst timeSinceLogin = moment.now() - (serverTimeDiff + (window.nc_lastLogin * 1000))\n\n\t\t// if timeSinceLogin > 30 minutes and user backend allows password confirmation\n\t\treturn (window.backendAllowsPasswordConfirmation && timeSinceLogin > 30 * 60 * 1000)\n\t},\n\n\t/**\n\t * @param {Function} callback success callback function\n\t * @param {Object} options options\n\t * @param {Function} rejectCallback error callback function\n\t */\n\trequirePasswordConfirmation: function(callback, options, rejectCallback) {\n\t\toptions = typeof options !== 'undefined' ? options : {}\n\t\tconst defaults = {\n\t\t\ttitle: t('core', 'Authentication required'),\n\t\t\ttext: t(\n\t\t\t\t'core',\n\t\t\t\t'This action requires you to confirm your password'\n\t\t\t),\n\t\t\tconfirm: t('core', 'Confirm'),\n\t\t\tlabel: t('core', 'Password'),\n\t\t\terror: '',\n\t\t}\n\n\t\tconst config = _.extend(defaults, options)\n\n\t\tconst self = this\n\n\t\tif (this.requiresPasswordConfirmation()) {\n\t\t\tOC.dialogs.prompt(\n\t\t\t\tconfig.text,\n\t\t\t\tconfig.title,\n\t\t\t\tfunction(result, password) {\n\t\t\t\t\tif (result && password !== '') {\n\t\t\t\t\t\tself._confirmPassword(password, config)\n\t\t\t\t\t} else if (_.isFunction(rejectCallback)) {\n\t\t\t\t\t\trejectCallback()\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\ttrue,\n\t\t\t\tconfig.label,\n\t\t\t\ttrue\n\t\t\t).then(function() {\n\t\t\t\tconst $dialog = $('.oc-dialog:visible')\n\t\t\t\t$dialog.find('.ui-icon').remove()\n\t\t\t\t$dialog.addClass('password-confirmation')\n\t\t\t\tif (config.error !== '') {\n\t\t\t\t\tconst $error = $('<p></p>').addClass('msg warning').text(config.error)\n\t\t\t\t\t$dialog.find('.oc-dialog-content').append($error)\n\t\t\t\t}\n\t\t\t\t$dialog.find('.oc-dialog-buttonrow').addClass('aside')\n\n\t\t\t\tconst $buttons = $dialog.find('button')\n\t\t\t\t$buttons.eq(0).hide()\n\t\t\t\t$buttons.eq(1).text(config.confirm)\n\t\t\t})\n\t\t}\n\n\t\tthis.callback = callback\n\t},\n\n\t_confirmPassword: function(password, config) {\n\t\tconst self = this\n\n\t\t$.ajax({\n\t\t\turl: OC.generateUrl('/login/confirm'),\n\t\t\tdata: {\n\t\t\t\tpassword: password,\n\t\t\t},\n\t\t\ttype: 'POST',\n\t\t\tsuccess: function(response) {\n\t\t\t\twindow.nc_lastLogin = response.lastLogin\n\n\t\t\t\tif (_.isFunction(self.callback)) {\n\t\t\t\t\tself.callback()\n\t\t\t\t}\n\t\t\t},\n\t\t\terror: function() {\n\t\t\t\tconfig.error = t('core', 'Failed to authenticate, try again')\n\t\t\t\tOC.PasswordConfirmation.requirePasswordConfirmation(self.callback, config)\n\t\t\t},\n\t\t})\n\t},\n}\n","\"use strict\";\n\nObject.defineProperty(exports, \"__esModule\", {\n value: true\n});\nexports.ProxyBus = void 0;\n\nvar _semver = _interopRequireDefault(require(\"semver\"));\n\nfunction _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }\n\nfunction _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError(\"Cannot call a class as a function\"); } }\n\nfunction _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if (\"value\" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } }\n\nfunction _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); return Constructor; }\n\nfunction _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }\n\nvar packageJson = {\n name: \"@nextcloud/event-bus\",\n version: \"1.1.3\",\n description: \"\",\n main: \"dist/index.js\",\n types: \"dist/index.d.ts\",\n scripts: {\n build: \"babel ./lib --out-dir dist --extensions '.ts,.tsx' --source-maps && tsc --emitDeclarationOnly\",\n \"build:doc\": \"typedoc --excludeNotExported --mode file --out dist/doc lib/index.ts && touch dist/doc/.nojekyll\",\n \"check-types\": \"tsc\",\n dev: \"babel ./lib --out-dir dist --extensions '.ts,.tsx' --watch\",\n test: \"jest\",\n \"test:watch\": \"jest --watchAll\"\n },\n keywords: [\"nextcloud\"],\n homepage: \"https://github.com/nextcloud/nextcloud-event-bus#readme\",\n author: \"Christoph Wurst\",\n license: \"GPL-3.0-or-later\",\n repository: {\n type: \"git\",\n url: \"https://github.com/nextcloud/nextcloud-event-bus\"\n },\n dependencies: {\n \"@types/semver\": \"^6.2.1\",\n \"core-js\": \"^3.6.2\",\n semver: \"^6.3.0\"\n },\n devDependencies: {\n \"@babel/cli\": \"^7.6.0\",\n \"@babel/core\": \"^7.6.0\",\n \"@babel/plugin-proposal-class-properties\": \"^7.5.5\",\n \"@babel/preset-env\": \"^7.6.0\",\n \"@babel/preset-typescript\": \"^7.6.0\",\n \"@nextcloud/browserslist-config\": \"^1.0.0\",\n \"babel-jest\": \"^25.1.0\",\n \"babel-plugin-inline-json-import\": \"^0.3.2\",\n jest: \"^25.1.0\",\n typedoc: \"^0.16.7\",\n typescript: \"^3.6.3\"\n },\n browserslist: [\"extends @nextcloud/browserslist-config\"]\n};\n\nvar ProxyBus = /*#__PURE__*/function () {\n function ProxyBus(bus) {\n _classCallCheck(this, ProxyBus);\n\n _defineProperty(this, \"bus\", void 0);\n\n if (typeof bus.getVersion !== 'function' || !_semver.default.valid(bus.getVersion())) {\n console.warn('Proxying an event bus with an unknown or invalid version');\n } else if (_semver.default.major(bus.getVersion()) !== _semver.default.major(this.getVersion())) {\n console.warn('Proxying an event bus of version ' + bus.getVersion() + ' with ' + this.getVersion());\n }\n\n this.bus = bus;\n }\n\n _createClass(ProxyBus, [{\n key: \"getVersion\",\n value: function getVersion() {\n return packageJson.version;\n }\n }, {\n key: \"subscribe\",\n value: function subscribe(name, handler) {\n this.bus.subscribe(name, handler);\n }\n }, {\n key: \"unsubscribe\",\n value: function unsubscribe(name, handler) {\n this.bus.unsubscribe(name, handler);\n }\n }, {\n key: \"emit\",\n value: function emit(name, event) {\n this.bus.emit(name, event);\n }\n }]);\n\n return ProxyBus;\n}();\n\nexports.ProxyBus = ProxyBus;\n//# sourceMappingURL=ProxyBus.js.map","exports = module.exports = SemVer\n\nvar debug\n/* istanbul ignore next */\nif (typeof process === 'object' &&\n process.env &&\n process.env.NODE_DEBUG &&\n /\\bsemver\\b/i.test(process.env.NODE_DEBUG)) {\n debug = function () {\n var args = Array.prototype.slice.call(arguments, 0)\n args.unshift('SEMVER')\n console.log.apply(console, args)\n }\n} else {\n debug = function () {}\n}\n\n// Note: this is the semver.org version of the spec that it implements\n// Not necessarily the package version of this code.\nexports.SEMVER_SPEC_VERSION = '2.0.0'\n\nvar MAX_LENGTH = 256\nvar MAX_SAFE_INTEGER = Number.MAX_SAFE_INTEGER ||\n /* istanbul ignore next */ 9007199254740991\n\n// Max safe segment length for coercion.\nvar MAX_SAFE_COMPONENT_LENGTH = 16\n\n// The actual regexps go on exports.re\nvar re = exports.re = []\nvar src = exports.src = []\nvar t = exports.tokens = {}\nvar R = 0\n\nfunction tok (n) {\n t[n] = R++\n}\n\n// The following Regular Expressions can be used for tokenizing,\n// validating, and parsing SemVer version strings.\n\n// ## Numeric Identifier\n// A single `0`, or a non-zero digit followed by zero or more digits.\n\ntok('NUMERICIDENTIFIER')\nsrc[t.NUMERICIDENTIFIER] = '0|[1-9]\\\\d*'\ntok('NUMERICIDENTIFIERLOOSE')\nsrc[t.NUMERICIDENTIFIERLOOSE] = '[0-9]+'\n\n// ## Non-numeric Identifier\n// Zero or more digits, followed by a letter or hyphen, and then zero or\n// more letters, digits, or hyphens.\n\ntok('NONNUMERICIDENTIFIER')\nsrc[t.NONNUMERICIDENTIFIER] = '\\\\d*[a-zA-Z-][a-zA-Z0-9-]*'\n\n// ## Main Version\n// Three dot-separated numeric identifiers.\n\ntok('MAINVERSION')\nsrc[t.MAINVERSION] = '(' + src[t.NUMERICIDENTIFIER] + ')\\\\.' +\n '(' + src[t.NUMERICIDENTIFIER] + ')\\\\.' +\n '(' + src[t.NUMERICIDENTIFIER] + ')'\n\ntok('MAINVERSIONLOOSE')\nsrc[t.MAINVERSIONLOOSE] = '(' + src[t.NUMERICIDENTIFIERLOOSE] + ')\\\\.' +\n '(' + src[t.NUMERICIDENTIFIERLOOSE] + ')\\\\.' +\n '(' + src[t.NUMERICIDENTIFIERLOOSE] + ')'\n\n// ## Pre-release Version Identifier\n// A numeric identifier, or a non-numeric identifier.\n\ntok('PRERELEASEIDENTIFIER')\nsrc[t.PRERELEASEIDENTIFIER] = '(?:' + src[t.NUMERICIDENTIFIER] +\n '|' + src[t.NONNUMERICIDENTIFIER] + ')'\n\ntok('PRERELEASEIDENTIFIERLOOSE')\nsrc[t.PRERELEASEIDENTIFIERLOOSE] = '(?:' + src[t.NUMERICIDENTIFIERLOOSE] +\n '|' + src[t.NONNUMERICIDENTIFIER] + ')'\n\n// ## Pre-release Version\n// Hyphen, followed by one or more dot-separated pre-release version\n// identifiers.\n\ntok('PRERELEASE')\nsrc[t.PRERELEASE] = '(?:-(' + src[t.PRERELEASEIDENTIFIER] +\n '(?:\\\\.' + src[t.PRERELEASEIDENTIFIER] + ')*))'\n\ntok('PRERELEASELOOSE')\nsrc[t.PRERELEASELOOSE] = '(?:-?(' + src[t.PRERELEASEIDENTIFIERLOOSE] +\n '(?:\\\\.' + src[t.PRERELEASEIDENTIFIERLOOSE] + ')*))'\n\n// ## Build Metadata Identifier\n// Any combination of digits, letters, or hyphens.\n\ntok('BUILDIDENTIFIER')\nsrc[t.BUILDIDENTIFIER] = '[0-9A-Za-z-]+'\n\n// ## Build Metadata\n// Plus sign, followed by one or more period-separated build metadata\n// identifiers.\n\ntok('BUILD')\nsrc[t.BUILD] = '(?:\\\\+(' + src[t.BUILDIDENTIFIER] +\n '(?:\\\\.' + src[t.BUILDIDENTIFIER] + ')*))'\n\n// ## Full Version String\n// A main version, followed optionally by a pre-release version and\n// build metadata.\n\n// Note that the only major, minor, patch, and pre-release sections of\n// the version string are capturing groups. The build metadata is not a\n// capturing group, because it should not ever be used in version\n// comparison.\n\ntok('FULL')\ntok('FULLPLAIN')\nsrc[t.FULLPLAIN] = 'v?' + src[t.MAINVERSION] +\n src[t.PRERELEASE] + '?' +\n src[t.BUILD] + '?'\n\nsrc[t.FULL] = '^' + src[t.FULLPLAIN] + '$'\n\n// like full, but allows v1.2.3 and =1.2.3, which people do sometimes.\n// also, 1.0.0alpha1 (prerelease without the hyphen) which is pretty\n// common in the npm registry.\ntok('LOOSEPLAIN')\nsrc[t.LOOSEPLAIN] = '[v=\\\\s]*' + src[t.MAINVERSIONLOOSE] +\n src[t.PRERELEASELOOSE] + '?' +\n src[t.BUILD] + '?'\n\ntok('LOOSE')\nsrc[t.LOOSE] = '^' + src[t.LOOSEPLAIN] + '$'\n\ntok('GTLT')\nsrc[t.GTLT] = '((?:<|>)?=?)'\n\n// Something like \"2.*\" or \"1.2.x\".\n// Note that \"x.x\" is a valid xRange identifer, meaning \"any version\"\n// Only the first item is strictly required.\ntok('XRANGEIDENTIFIERLOOSE')\nsrc[t.XRANGEIDENTIFIERLOOSE] = src[t.NUMERICIDENTIFIERLOOSE] + '|x|X|\\\\*'\ntok('XRANGEIDENTIFIER')\nsrc[t.XRANGEIDENTIFIER] = src[t.NUMERICIDENTIFIER] + '|x|X|\\\\*'\n\ntok('XRANGEPLAIN')\nsrc[t.XRANGEPLAIN] = '[v=\\\\s]*(' + src[t.XRANGEIDENTIFIER] + ')' +\n '(?:\\\\.(' + src[t.XRANGEIDENTIFIER] + ')' +\n '(?:\\\\.(' + src[t.XRANGEIDENTIFIER] + ')' +\n '(?:' + src[t.PRERELEASE] + ')?' +\n src[t.BUILD] + '?' +\n ')?)?'\n\ntok('XRANGEPLAINLOOSE')\nsrc[t.XRANGEPLAINLOOSE] = '[v=\\\\s]*(' + src[t.XRANGEIDENTIFIERLOOSE] + ')' +\n '(?:\\\\.(' + src[t.XRANGEIDENTIFIERLOOSE] + ')' +\n '(?:\\\\.(' + src[t.XRANGEIDENTIFIERLOOSE] + ')' +\n '(?:' + src[t.PRERELEASELOOSE] + ')?' +\n src[t.BUILD] + '?' +\n ')?)?'\n\ntok('XRANGE')\nsrc[t.XRANGE] = '^' + src[t.GTLT] + '\\\\s*' + src[t.XRANGEPLAIN] + '$'\ntok('XRANGELOOSE')\nsrc[t.XRANGELOOSE] = '^' + src[t.GTLT] + '\\\\s*' + src[t.XRANGEPLAINLOOSE] + '$'\n\n// Coercion.\n// Extract anything that could conceivably be a part of a valid semver\ntok('COERCE')\nsrc[t.COERCE] = '(^|[^\\\\d])' +\n '(\\\\d{1,' + MAX_SAFE_COMPONENT_LENGTH + '})' +\n '(?:\\\\.(\\\\d{1,' + MAX_SAFE_COMPONENT_LENGTH + '}))?' +\n '(?:\\\\.(\\\\d{1,' + MAX_SAFE_COMPONENT_LENGTH + '}))?' +\n '(?:$|[^\\\\d])'\ntok('COERCERTL')\nre[t.COERCERTL] = new RegExp(src[t.COERCE], 'g')\n\n// Tilde ranges.\n// Meaning is \"reasonably at or greater than\"\ntok('LONETILDE')\nsrc[t.LONETILDE] = '(?:~>?)'\n\ntok('TILDETRIM')\nsrc[t.TILDETRIM] = '(\\\\s*)' + src[t.LONETILDE] + '\\\\s+'\nre[t.TILDETRIM] = new RegExp(src[t.TILDETRIM], 'g')\nvar tildeTrimReplace = '$1~'\n\ntok('TILDE')\nsrc[t.TILDE] = '^' + src[t.LONETILDE] + src[t.XRANGEPLAIN] + '$'\ntok('TILDELOOSE')\nsrc[t.TILDELOOSE] = '^' + src[t.LONETILDE] + src[t.XRANGEPLAINLOOSE] + '$'\n\n// Caret ranges.\n// Meaning is \"at least and backwards compatible with\"\ntok('LONECARET')\nsrc[t.LONECARET] = '(?:\\\\^)'\n\ntok('CARETTRIM')\nsrc[t.CARETTRIM] = '(\\\\s*)' + src[t.LONECARET] + '\\\\s+'\nre[t.CARETTRIM] = new RegExp(src[t.CARETTRIM], 'g')\nvar caretTrimReplace = '$1^'\n\ntok('CARET')\nsrc[t.CARET] = '^' + src[t.LONECARET] + src[t.XRANGEPLAIN] + '$'\ntok('CARETLOOSE')\nsrc[t.CARETLOOSE] = '^' + src[t.LONECARET] + src[t.XRANGEPLAINLOOSE] + '$'\n\n// A simple gt/lt/eq thing, or just \"\" to indicate \"any version\"\ntok('COMPARATORLOOSE')\nsrc[t.COMPARATORLOOSE] = '^' + src[t.GTLT] + '\\\\s*(' + src[t.LOOSEPLAIN] + ')$|^$'\ntok('COMPARATOR')\nsrc[t.COMPARATOR] = '^' + src[t.GTLT] + '\\\\s*(' + src[t.FULLPLAIN] + ')$|^$'\n\n// An expression to strip any whitespace between the gtlt and the thing\n// it modifies, so that `> 1.2.3` ==> `>1.2.3`\ntok('COMPARATORTRIM')\nsrc[t.COMPARATORTRIM] = '(\\\\s*)' + src[t.GTLT] +\n '\\\\s*(' + src[t.LOOSEPLAIN] + '|' + src[t.XRANGEPLAIN] + ')'\n\n// this one has to use the /g flag\nre[t.COMPARATORTRIM] = new RegExp(src[t.COMPARATORTRIM], 'g')\nvar comparatorTrimReplace = '$1$2$3'\n\n// Something like `1.2.3 - 1.2.4`\n// Note that these all use the loose form, because they'll be\n// checked against either the strict or loose comparator form\n// later.\ntok('HYPHENRANGE')\nsrc[t.HYPHENRANGE] = '^\\\\s*(' + src[t.XRANGEPLAIN] + ')' +\n '\\\\s+-\\\\s+' +\n '(' + src[t.XRANGEPLAIN] + ')' +\n '\\\\s*$'\n\ntok('HYPHENRANGELOOSE')\nsrc[t.HYPHENRANGELOOSE] = '^\\\\s*(' + src[t.XRANGEPLAINLOOSE] + ')' +\n '\\\\s+-\\\\s+' +\n '(' + src[t.XRANGEPLAINLOOSE] + ')' +\n '\\\\s*$'\n\n// Star ranges basically just allow anything at all.\ntok('STAR')\nsrc[t.STAR] = '(<|>)?=?\\\\s*\\\\*'\n\n// Compile to actual regexp objects.\n// All are flag-free, unless they were created above with a flag.\nfor (var i = 0; i < R; i++) {\n debug(i, src[i])\n if (!re[i]) {\n re[i] = new RegExp(src[i])\n }\n}\n\nexports.parse = parse\nfunction parse (version, options) {\n if (!options || typeof options !== 'object') {\n options = {\n loose: !!options,\n includePrerelease: false\n }\n }\n\n if (version instanceof SemVer) {\n return version\n }\n\n if (typeof version !== 'string') {\n return null\n }\n\n if (version.length > MAX_LENGTH) {\n return null\n }\n\n var r = options.loose ? re[t.LOOSE] : re[t.FULL]\n if (!r.test(version)) {\n return null\n }\n\n try {\n return new SemVer(version, options)\n } catch (er) {\n return null\n }\n}\n\nexports.valid = valid\nfunction valid (version, options) {\n var v = parse(version, options)\n return v ? v.version : null\n}\n\nexports.clean = clean\nfunction clean (version, options) {\n var s = parse(version.trim().replace(/^[=v]+/, ''), options)\n return s ? s.version : null\n}\n\nexports.SemVer = SemVer\n\nfunction SemVer (version, options) {\n if (!options || typeof options !== 'object') {\n options = {\n loose: !!options,\n includePrerelease: false\n }\n }\n if (version instanceof SemVer) {\n if (version.loose === options.loose) {\n return version\n } else {\n version = version.version\n }\n } else if (typeof version !== 'string') {\n throw new TypeError('Invalid Version: ' + version)\n }\n\n if (version.length > MAX_LENGTH) {\n throw new TypeError('version is longer than ' + MAX_LENGTH + ' characters')\n }\n\n if (!(this instanceof SemVer)) {\n return new SemVer(version, options)\n }\n\n debug('SemVer', version, options)\n this.options = options\n this.loose = !!options.loose\n\n var m = version.trim().match(options.loose ? re[t.LOOSE] : re[t.FULL])\n\n if (!m) {\n throw new TypeError('Invalid Version: ' + version)\n }\n\n this.raw = version\n\n // these are actually numbers\n this.major = +m[1]\n this.minor = +m[2]\n this.patch = +m[3]\n\n if (this.major > MAX_SAFE_INTEGER || this.major < 0) {\n throw new TypeError('Invalid major version')\n }\n\n if (this.minor > MAX_SAFE_INTEGER || this.minor < 0) {\n throw new TypeError('Invalid minor version')\n }\n\n if (this.patch > MAX_SAFE_INTEGER || this.patch < 0) {\n throw new TypeError('Invalid patch version')\n }\n\n // numberify any prerelease numeric ids\n if (!m[4]) {\n this.prerelease = []\n } else {\n this.prerelease = m[4].split('.').map(function (id) {\n if (/^[0-9]+$/.test(id)) {\n var num = +id\n if (num >= 0 && num < MAX_SAFE_INTEGER) {\n return num\n }\n }\n return id\n })\n }\n\n this.build = m[5] ? m[5].split('.') : []\n this.format()\n}\n\nSemVer.prototype.format = function () {\n this.version = this.major + '.' + this.minor + '.' + this.patch\n if (this.prerelease.length) {\n this.version += '-' + this.prerelease.join('.')\n }\n return this.version\n}\n\nSemVer.prototype.toString = function () {\n return this.version\n}\n\nSemVer.prototype.compare = function (other) {\n debug('SemVer.compare', this.version, this.options, other)\n if (!(other instanceof SemVer)) {\n other = new SemVer(other, this.options)\n }\n\n return this.compareMain(other) || this.comparePre(other)\n}\n\nSemVer.prototype.compareMain = function (other) {\n if (!(other instanceof SemVer)) {\n other = new SemVer(other, this.options)\n }\n\n return compareIdentifiers(this.major, other.major) ||\n compareIdentifiers(this.minor, other.minor) ||\n compareIdentifiers(this.patch, other.patch)\n}\n\nSemVer.prototype.comparePre = function (other) {\n if (!(other instanceof SemVer)) {\n other = new SemVer(other, this.options)\n }\n\n // NOT having a prerelease is > having one\n if (this.prerelease.length && !other.prerelease.length) {\n return -1\n } else if (!this.prerelease.length && other.prerelease.length) {\n return 1\n } else if (!this.prerelease.length && !other.prerelease.length) {\n return 0\n }\n\n var i = 0\n do {\n var a = this.prerelease[i]\n var b = other.prerelease[i]\n debug('prerelease compare', i, a, b)\n if (a === undefined && b === undefined) {\n return 0\n } else if (b === undefined) {\n return 1\n } else if (a === undefined) {\n return -1\n } else if (a === b) {\n continue\n } else {\n return compareIdentifiers(a, b)\n }\n } while (++i)\n}\n\nSemVer.prototype.compareBuild = function (other) {\n if (!(other instanceof SemVer)) {\n other = new SemVer(other, this.options)\n }\n\n var i = 0\n do {\n var a = this.build[i]\n var b = other.build[i]\n debug('prerelease compare', i, a, b)\n if (a === undefined && b === undefined) {\n return 0\n } else if (b === undefined) {\n return 1\n } else if (a === undefined) {\n return -1\n } else if (a === b) {\n continue\n } else {\n return compareIdentifiers(a, b)\n }\n } while (++i)\n}\n\n// preminor will bump the version up to the next minor release, and immediately\n// down to pre-release. premajor and prepatch work the same way.\nSemVer.prototype.inc = function (release, identifier) {\n switch (release) {\n case 'premajor':\n this.prerelease.length = 0\n this.patch = 0\n this.minor = 0\n this.major++\n this.inc('pre', identifier)\n break\n case 'preminor':\n this.prerelease.length = 0\n this.patch = 0\n this.minor++\n this.inc('pre', identifier)\n break\n case 'prepatch':\n // If this is already a prerelease, it will bump to the next version\n // drop any prereleases that might already exist, since they are not\n // relevant at this point.\n this.prerelease.length = 0\n this.inc('patch', identifier)\n this.inc('pre', identifier)\n break\n // If the input is a non-prerelease version, this acts the same as\n // prepatch.\n case 'prerelease':\n if (this.prerelease.length === 0) {\n this.inc('patch', identifier)\n }\n this.inc('pre', identifier)\n break\n\n case 'major':\n // If this is a pre-major version, bump up to the same major version.\n // Otherwise increment major.\n // 1.0.0-5 bumps to 1.0.0\n // 1.1.0 bumps to 2.0.0\n if (this.minor !== 0 ||\n this.patch !== 0 ||\n this.prerelease.length === 0) {\n this.major++\n }\n this.minor = 0\n this.patch = 0\n this.prerelease = []\n break\n case 'minor':\n // If this is a pre-minor version, bump up to the same minor version.\n // Otherwise increment minor.\n // 1.2.0-5 bumps to 1.2.0\n // 1.2.1 bumps to 1.3.0\n if (this.patch !== 0 || this.prerelease.length === 0) {\n this.minor++\n }\n this.patch = 0\n this.prerelease = []\n break\n case 'patch':\n // If this is not a pre-release version, it will increment the patch.\n // If it is a pre-release it will bump up to the same patch version.\n // 1.2.0-5 patches to 1.2.0\n // 1.2.0 patches to 1.2.1\n if (this.prerelease.length === 0) {\n this.patch++\n }\n this.prerelease = []\n break\n // This probably shouldn't be used publicly.\n // 1.0.0 \"pre\" would become 1.0.0-0 which is the wrong direction.\n case 'pre':\n if (this.prerelease.length === 0) {\n this.prerelease = [0]\n } else {\n var i = this.prerelease.length\n while (--i >= 0) {\n if (typeof this.prerelease[i] === 'number') {\n this.prerelease[i]++\n i = -2\n }\n }\n if (i === -1) {\n // didn't increment anything\n this.prerelease.push(0)\n }\n }\n if (identifier) {\n // 1.2.0-beta.1 bumps to 1.2.0-beta.2,\n // 1.2.0-beta.fooblz or 1.2.0-beta bumps to 1.2.0-beta.0\n if (this.prerelease[0] === identifier) {\n if (isNaN(this.prerelease[1])) {\n this.prerelease = [identifier, 0]\n }\n } else {\n this.prerelease = [identifier, 0]\n }\n }\n break\n\n default:\n throw new Error('invalid increment argument: ' + release)\n }\n this.format()\n this.raw = this.version\n return this\n}\n\nexports.inc = inc\nfunction inc (version, release, loose, identifier) {\n if (typeof (loose) === 'string') {\n identifier = loose\n loose = undefined\n }\n\n try {\n return new SemVer(version, loose).inc(release, identifier).version\n } catch (er) {\n return null\n }\n}\n\nexports.diff = diff\nfunction diff (version1, version2) {\n if (eq(version1, version2)) {\n return null\n } else {\n var v1 = parse(version1)\n var v2 = parse(version2)\n var prefix = ''\n if (v1.prerelease.length || v2.prerelease.length) {\n prefix = 'pre'\n var defaultResult = 'prerelease'\n }\n for (var key in v1) {\n if (key === 'major' || key === 'minor' || key === 'patch') {\n if (v1[key] !== v2[key]) {\n return prefix + key\n }\n }\n }\n return defaultResult // may be undefined\n }\n}\n\nexports.compareIdentifiers = compareIdentifiers\n\nvar numeric = /^[0-9]+$/\nfunction compareIdentifiers (a, b) {\n var anum = numeric.test(a)\n var bnum = numeric.test(b)\n\n if (anum && bnum) {\n a = +a\n b = +b\n }\n\n return a === b ? 0\n : (anum && !bnum) ? -1\n : (bnum && !anum) ? 1\n : a < b ? -1\n : 1\n}\n\nexports.rcompareIdentifiers = rcompareIdentifiers\nfunction rcompareIdentifiers (a, b) {\n return compareIdentifiers(b, a)\n}\n\nexports.major = major\nfunction major (a, loose) {\n return new SemVer(a, loose).major\n}\n\nexports.minor = minor\nfunction minor (a, loose) {\n return new SemVer(a, loose).minor\n}\n\nexports.patch = patch\nfunction patch (a, loose) {\n return new SemVer(a, loose).patch\n}\n\nexports.compare = compare\nfunction compare (a, b, loose) {\n return new SemVer(a, loose).compare(new SemVer(b, loose))\n}\n\nexports.compareLoose = compareLoose\nfunction compareLoose (a, b) {\n return compare(a, b, true)\n}\n\nexports.compareBuild = compareBuild\nfunction compareBuild (a, b, loose) {\n var versionA = new SemVer(a, loose)\n var versionB = new SemVer(b, loose)\n return versionA.compare(versionB) || versionA.compareBuild(versionB)\n}\n\nexports.rcompare = rcompare\nfunction rcompare (a, b, loose) {\n return compare(b, a, loose)\n}\n\nexports.sort = sort\nfunction sort (list, loose) {\n return list.sort(function (a, b) {\n return exports.compareBuild(a, b, loose)\n })\n}\n\nexports.rsort = rsort\nfunction rsort (list, loose) {\n return list.sort(function (a, b) {\n return exports.compareBuild(b, a, loose)\n })\n}\n\nexports.gt = gt\nfunction gt (a, b, loose) {\n return compare(a, b, loose) > 0\n}\n\nexports.lt = lt\nfunction lt (a, b, loose) {\n return compare(a, b, loose) < 0\n}\n\nexports.eq = eq\nfunction eq (a, b, loose) {\n return compare(a, b, loose) === 0\n}\n\nexports.neq = neq\nfunction neq (a, b, loose) {\n return compare(a, b, loose) !== 0\n}\n\nexports.gte = gte\nfunction gte (a, b, loose) {\n return compare(a, b, loose) >= 0\n}\n\nexports.lte = lte\nfunction lte (a, b, loose) {\n return compare(a, b, loose) <= 0\n}\n\nexports.cmp = cmp\nfunction cmp (a, op, b, loose) {\n switch (op) {\n case '===':\n if (typeof a === 'object')\n a = a.version\n if (typeof b === 'object')\n b = b.version\n return a === b\n\n case '!==':\n if (typeof a === 'object')\n a = a.version\n if (typeof b === 'object')\n b = b.version\n return a !== b\n\n case '':\n case '=':\n case '==':\n return eq(a, b, loose)\n\n case '!=':\n return neq(a, b, loose)\n\n case '>':\n return gt(a, b, loose)\n\n case '>=':\n return gte(a, b, loose)\n\n case '<':\n return lt(a, b, loose)\n\n case '<=':\n return lte(a, b, loose)\n\n default:\n throw new TypeError('Invalid operator: ' + op)\n }\n}\n\nexports.Comparator = Comparator\nfunction Comparator (comp, options) {\n if (!options || typeof options !== 'object') {\n options = {\n loose: !!options,\n includePrerelease: false\n }\n }\n\n if (comp instanceof Comparator) {\n if (comp.loose === !!options.loose) {\n return comp\n } else {\n comp = comp.value\n }\n }\n\n if (!(this instanceof Comparator)) {\n return new Comparator(comp, options)\n }\n\n debug('comparator', comp, options)\n this.options = options\n this.loose = !!options.loose\n this.parse(comp)\n\n if (this.semver === ANY) {\n this.value = ''\n } else {\n this.value = this.operator + this.semver.version\n }\n\n debug('comp', this)\n}\n\nvar ANY = {}\nComparator.prototype.parse = function (comp) {\n var r = this.options.loose ? re[t.COMPARATORLOOSE] : re[t.COMPARATOR]\n var m = comp.match(r)\n\n if (!m) {\n throw new TypeError('Invalid comparator: ' + comp)\n }\n\n this.operator = m[1] !== undefined ? m[1] : ''\n if (this.operator === '=') {\n this.operator = ''\n }\n\n // if it literally is just '>' or '' then allow anything.\n if (!m[2]) {\n this.semver = ANY\n } else {\n this.semver = new SemVer(m[2], this.options.loose)\n }\n}\n\nComparator.prototype.toString = function () {\n return this.value\n}\n\nComparator.prototype.test = function (version) {\n debug('Comparator.test', version, this.options.loose)\n\n if (this.semver === ANY || version === ANY) {\n return true\n }\n\n if (typeof version === 'string') {\n try {\n version = new SemVer(version, this.options)\n } catch (er) {\n return false\n }\n }\n\n return cmp(version, this.operator, this.semver, this.options)\n}\n\nComparator.prototype.intersects = function (comp, options) {\n if (!(comp instanceof Comparator)) {\n throw new TypeError('a Comparator is required')\n }\n\n if (!options || typeof options !== 'object') {\n options = {\n loose: !!options,\n includePrerelease: false\n }\n }\n\n var rangeTmp\n\n if (this.operator === '') {\n if (this.value === '') {\n return true\n }\n rangeTmp = new Range(comp.value, options)\n return satisfies(this.value, rangeTmp, options)\n } else if (comp.operator === '') {\n if (comp.value === '') {\n return true\n }\n rangeTmp = new Range(this.value, options)\n return satisfies(comp.semver, rangeTmp, options)\n }\n\n var sameDirectionIncreasing =\n (this.operator === '>=' || this.operator === '>') &&\n (comp.operator === '>=' || comp.operator === '>')\n var sameDirectionDecreasing =\n (this.operator === '<=' || this.operator === '<') &&\n (comp.operator === '<=' || comp.operator === '<')\n var sameSemVer = this.semver.version === comp.semver.version\n var differentDirectionsInclusive =\n (this.operator === '>=' || this.operator === '<=') &&\n (comp.operator === '>=' || comp.operator === '<=')\n var oppositeDirectionsLessThan =\n cmp(this.semver, '<', comp.semver, options) &&\n ((this.operator === '>=' || this.operator === '>') &&\n (comp.operator === '<=' || comp.operator === '<'))\n var oppositeDirectionsGreaterThan =\n cmp(this.semver, '>', comp.semver, options) &&\n ((this.operator === '<=' || this.operator === '<') &&\n (comp.operator === '>=' || comp.operator === '>'))\n\n return sameDirectionIncreasing || sameDirectionDecreasing ||\n (sameSemVer && differentDirectionsInclusive) ||\n oppositeDirectionsLessThan || oppositeDirectionsGreaterThan\n}\n\nexports.Range = Range\nfunction Range (range, options) {\n if (!options || typeof options !== 'object') {\n options = {\n loose: !!options,\n includePrerelease: false\n }\n }\n\n if (range instanceof Range) {\n if (range.loose === !!options.loose &&\n range.includePrerelease === !!options.includePrerelease) {\n return range\n } else {\n return new Range(range.raw, options)\n }\n }\n\n if (range instanceof Comparator) {\n return new Range(range.value, options)\n }\n\n if (!(this instanceof Range)) {\n return new Range(range, options)\n }\n\n this.options = options\n this.loose = !!options.loose\n this.includePrerelease = !!options.includePrerelease\n\n // First, split based on boolean or ||\n this.raw = range\n this.set = range.split(/\\s*\\|\\|\\s*/).map(function (range) {\n return this.parseRange(range.trim())\n }, this).filter(function (c) {\n // throw out any that are not relevant for whatever reason\n return c.length\n })\n\n if (!this.set.length) {\n throw new TypeError('Invalid SemVer Range: ' + range)\n }\n\n this.format()\n}\n\nRange.prototype.format = function () {\n this.range = this.set.map(function (comps) {\n return comps.join(' ').trim()\n }).join('||').trim()\n return this.range\n}\n\nRange.prototype.toString = function () {\n return this.range\n}\n\nRange.prototype.parseRange = function (range) {\n var loose = this.options.loose\n range = range.trim()\n // `1.2.3 - 1.2.4` => `>=1.2.3 <=1.2.4`\n var hr = loose ? re[t.HYPHENRANGELOOSE] : re[t.HYPHENRANGE]\n range = range.replace(hr, hyphenReplace)\n debug('hyphen replace', range)\n // `> 1.2.3 < 1.2.5` => `>1.2.3 <1.2.5`\n range = range.replace(re[t.COMPARATORTRIM], comparatorTrimReplace)\n debug('comparator trim', range, re[t.COMPARATORTRIM])\n\n // `~ 1.2.3` => `~1.2.3`\n range = range.replace(re[t.TILDETRIM], tildeTrimReplace)\n\n // `^ 1.2.3` => `^1.2.3`\n range = range.replace(re[t.CARETTRIM], caretTrimReplace)\n\n // normalize spaces\n range = range.split(/\\s+/).join(' ')\n\n // At this point, the range is completely trimmed and\n // ready to be split into comparators.\n\n var compRe = loose ? re[t.COMPARATORLOOSE] : re[t.COMPARATOR]\n var set = range.split(' ').map(function (comp) {\n return parseComparator(comp, this.options)\n }, this).join(' ').split(/\\s+/)\n if (this.options.loose) {\n // in loose mode, throw out any that are not valid comparators\n set = set.filter(function (comp) {\n return !!comp.match(compRe)\n })\n }\n set = set.map(function (comp) {\n return new Comparator(comp, this.options)\n }, this)\n\n return set\n}\n\nRange.prototype.intersects = function (range, options) {\n if (!(range instanceof Range)) {\n throw new TypeError('a Range is required')\n }\n\n return this.set.some(function (thisComparators) {\n return (\n isSatisfiable(thisComparators, options) &&\n range.set.some(function (rangeComparators) {\n return (\n isSatisfiable(rangeComparators, options) &&\n thisComparators.every(function (thisComparator) {\n return rangeComparators.every(function (rangeComparator) {\n return thisComparator.intersects(rangeComparator, options)\n })\n })\n )\n })\n )\n })\n}\n\n// take a set of comparators and determine whether there\n// exists a version which can satisfy it\nfunction isSatisfiable (comparators, options) {\n var result = true\n var remainingComparators = comparators.slice()\n var testComparator = remainingComparators.pop()\n\n while (result && remainingComparators.length) {\n result = remainingComparators.every(function (otherComparator) {\n return testComparator.intersects(otherComparator, options)\n })\n\n testComparator = remainingComparators.pop()\n }\n\n return result\n}\n\n// Mostly just for testing and legacy API reasons\nexports.toComparators = toComparators\nfunction toComparators (range, options) {\n return new Range(range, options).set.map(function (comp) {\n return comp.map(function (c) {\n return c.value\n }).join(' ').trim().split(' ')\n })\n}\n\n// comprised of xranges, tildes, stars, and gtlt's at this point.\n// already replaced the hyphen ranges\n// turn into a set of JUST comparators.\nfunction parseComparator (comp, options) {\n debug('comp', comp, options)\n comp = replaceCarets(comp, options)\n debug('caret', comp)\n comp = replaceTildes(comp, options)\n debug('tildes', comp)\n comp = replaceXRanges(comp, options)\n debug('xrange', comp)\n comp = replaceStars(comp, options)\n debug('stars', comp)\n return comp\n}\n\nfunction isX (id) {\n return !id || id.toLowerCase() === 'x' || id === '*'\n}\n\n// ~, ~> --> * (any, kinda silly)\n// ~2, ~2.x, ~2.x.x, ~>2, ~>2.x ~>2.x.x --> >=2.0.0 <3.0.0\n// ~2.0, ~2.0.x, ~>2.0, ~>2.0.x --> >=2.0.0 <2.1.0\n// ~1.2, ~1.2.x, ~>1.2, ~>1.2.x --> >=1.2.0 <1.3.0\n// ~1.2.3, ~>1.2.3 --> >=1.2.3 <1.3.0\n// ~1.2.0, ~>1.2.0 --> >=1.2.0 <1.3.0\nfunction replaceTildes (comp, options) {\n return comp.trim().split(/\\s+/).map(function (comp) {\n return replaceTilde(comp, options)\n }).join(' ')\n}\n\nfunction replaceTilde (comp, options) {\n var r = options.loose ? re[t.TILDELOOSE] : re[t.TILDE]\n return comp.replace(r, function (_, M, m, p, pr) {\n debug('tilde', comp, _, M, m, p, pr)\n var ret\n\n if (isX(M)) {\n ret = ''\n } else if (isX(m)) {\n ret = '>=' + M + '.0.0 <' + (+M + 1) + '.0.0'\n } else if (isX(p)) {\n // ~1.2 == >=1.2.0 <1.3.0\n ret = '>=' + M + '.' + m + '.0 <' + M + '.' + (+m + 1) + '.0'\n } else if (pr) {\n debug('replaceTilde pr', pr)\n ret = '>=' + M + '.' + m + '.' + p + '-' + pr +\n ' <' + M + '.' + (+m + 1) + '.0'\n } else {\n // ~1.2.3 == >=1.2.3 <1.3.0\n ret = '>=' + M + '.' + m + '.' + p +\n ' <' + M + '.' + (+m + 1) + '.0'\n }\n\n debug('tilde return', ret)\n return ret\n })\n}\n\n// ^ --> * (any, kinda silly)\n// ^2, ^2.x, ^2.x.x --> >=2.0.0 <3.0.0\n// ^2.0, ^2.0.x --> >=2.0.0 <3.0.0\n// ^1.2, ^1.2.x --> >=1.2.0 <2.0.0\n// ^1.2.3 --> >=1.2.3 <2.0.0\n// ^1.2.0 --> >=1.2.0 <2.0.0\nfunction replaceCarets (comp, options) {\n return comp.trim().split(/\\s+/).map(function (comp) {\n return replaceCaret(comp, options)\n }).join(' ')\n}\n\nfunction replaceCaret (comp, options) {\n debug('caret', comp, options)\n var r = options.loose ? re[t.CARETLOOSE] : re[t.CARET]\n return comp.replace(r, function (_, M, m, p, pr) {\n debug('caret', comp, _, M, m, p, pr)\n var ret\n\n if (isX(M)) {\n ret = ''\n } else if (isX(m)) {\n ret = '>=' + M + '.0.0 <' + (+M + 1) + '.0.0'\n } else if (isX(p)) {\n if (M === '0') {\n ret = '>=' + M + '.' + m + '.0 <' + M + '.' + (+m + 1) + '.0'\n } else {\n ret = '>=' + M + '.' + m + '.0 <' + (+M + 1) + '.0.0'\n }\n } else if (pr) {\n debug('replaceCaret pr', pr)\n if (M === '0') {\n if (m === '0') {\n ret = '>=' + M + '.' + m + '.' + p + '-' + pr +\n ' <' + M + '.' + m + '.' + (+p + 1)\n } else {\n ret = '>=' + M + '.' + m + '.' + p + '-' + pr +\n ' <' + M + '.' + (+m + 1) + '.0'\n }\n } else {\n ret = '>=' + M + '.' + m + '.' + p + '-' + pr +\n ' <' + (+M + 1) + '.0.0'\n }\n } else {\n debug('no pr')\n if (M === '0') {\n if (m === '0') {\n ret = '>=' + M + '.' + m + '.' + p +\n ' <' + M + '.' + m + '.' + (+p + 1)\n } else {\n ret = '>=' + M + '.' + m + '.' + p +\n ' <' + M + '.' + (+m + 1) + '.0'\n }\n } else {\n ret = '>=' + M + '.' + m + '.' + p +\n ' <' + (+M + 1) + '.0.0'\n }\n }\n\n debug('caret return', ret)\n return ret\n })\n}\n\nfunction replaceXRanges (comp, options) {\n debug('replaceXRanges', comp, options)\n return comp.split(/\\s+/).map(function (comp) {\n return replaceXRange(comp, options)\n }).join(' ')\n}\n\nfunction replaceXRange (comp, options) {\n comp = comp.trim()\n var r = options.loose ? re[t.XRANGELOOSE] : re[t.XRANGE]\n return comp.replace(r, function (ret, gtlt, M, m, p, pr) {\n debug('xRange', comp, ret, gtlt, M, m, p, pr)\n var xM = isX(M)\n var xm = xM || isX(m)\n var xp = xm || isX(p)\n var anyX = xp\n\n if (gtlt === '=' && anyX) {\n gtlt = ''\n }\n\n // if we're including prereleases in the match, then we need\n // to fix this to -0, the lowest possible prerelease value\n pr = options.includePrerelease ? '-0' : ''\n\n if (xM) {\n if (gtlt === '>' || gtlt === '<') {\n // nothing is allowed\n ret = '<0.0.0-0'\n } else {\n // nothing is forbidden\n ret = '*'\n }\n } else if (gtlt && anyX) {\n // we know patch is an x, because we have any x at all.\n // replace X with 0\n if (xm) {\n m = 0\n }\n p = 0\n\n if (gtlt === '>') {\n // >1 => >=2.0.0\n // >1.2 => >=1.3.0\n // >1.2.3 => >= 1.2.4\n gtlt = '>='\n if (xm) {\n M = +M + 1\n m = 0\n p = 0\n } else {\n m = +m + 1\n p = 0\n }\n } else if (gtlt === '<=') {\n // <=0.7.x is actually <0.8.0, since any 0.7.x should\n // pass. Similarly, <=7.x is actually <8.0.0, etc.\n gtlt = '<'\n if (xm) {\n M = +M + 1\n } else {\n m = +m + 1\n }\n }\n\n ret = gtlt + M + '.' + m + '.' + p + pr\n } else if (xm) {\n ret = '>=' + M + '.0.0' + pr + ' <' + (+M + 1) + '.0.0' + pr\n } else if (xp) {\n ret = '>=' + M + '.' + m + '.0' + pr +\n ' <' + M + '.' + (+m + 1) + '.0' + pr\n }\n\n debug('xRange return', ret)\n\n return ret\n })\n}\n\n// Because * is AND-ed with everything else in the comparator,\n// and '' means \"any version\", just remove the *s entirely.\nfunction replaceStars (comp, options) {\n debug('replaceStars', comp, options)\n // Looseness is ignored here. star is always as loose as it gets!\n return comp.trim().replace(re[t.STAR], '')\n}\n\n// This function is passed to string.replace(re[t.HYPHENRANGE])\n// M, m, patch, prerelease, build\n// 1.2 - 3.4.5 => >=1.2.0 <=3.4.5\n// 1.2.3 - 3.4 => >=1.2.0 <3.5.0 Any 3.4.x will do\n// 1.2 - 3.4 => >=1.2.0 <3.5.0\nfunction hyphenReplace ($0,\n from, fM, fm, fp, fpr, fb,\n to, tM, tm, tp, tpr, tb) {\n if (isX(fM)) {\n from = ''\n } else if (isX(fm)) {\n from = '>=' + fM + '.0.0'\n } else if (isX(fp)) {\n from = '>=' + fM + '.' + fm + '.0'\n } else {\n from = '>=' + from\n }\n\n if (isX(tM)) {\n to = ''\n } else if (isX(tm)) {\n to = '<' + (+tM + 1) + '.0.0'\n } else if (isX(tp)) {\n to = '<' + tM + '.' + (+tm + 1) + '.0'\n } else if (tpr) {\n to = '<=' + tM + '.' + tm + '.' + tp + '-' + tpr\n } else {\n to = '<=' + to\n }\n\n return (from + ' ' + to).trim()\n}\n\n// if ANY of the sets match ALL of its comparators, then pass\nRange.prototype.test = function (version) {\n if (!version) {\n return false\n }\n\n if (typeof version === 'string') {\n try {\n version = new SemVer(version, this.options)\n } catch (er) {\n return false\n }\n }\n\n for (var i = 0; i < this.set.length; i++) {\n if (testSet(this.set[i], version, this.options)) {\n return true\n }\n }\n return false\n}\n\nfunction testSet (set, version, options) {\n for (var i = 0; i < set.length; i++) {\n if (!set[i].test(version)) {\n return false\n }\n }\n\n if (version.prerelease.length && !options.includePrerelease) {\n // Find the set of versions that are allowed to have prereleases\n // For example, ^1.2.3-pr.1 desugars to >=1.2.3-pr.1 <2.0.0\n // That should allow `1.2.3-pr.2` to pass.\n // However, `1.2.4-alpha.notready` should NOT be allowed,\n // even though it's within the range set by the comparators.\n for (i = 0; i < set.length; i++) {\n debug(set[i].semver)\n if (set[i].semver === ANY) {\n continue\n }\n\n if (set[i].semver.prerelease.length > 0) {\n var allowed = set[i].semver\n if (allowed.major === version.major &&\n allowed.minor === version.minor &&\n allowed.patch === version.patch) {\n return true\n }\n }\n }\n\n // Version has a -pre, but it's not one of the ones we like.\n return false\n }\n\n return true\n}\n\nexports.satisfies = satisfies\nfunction satisfies (version, range, options) {\n try {\n range = new Range(range, options)\n } catch (er) {\n return false\n }\n return range.test(version)\n}\n\nexports.maxSatisfying = maxSatisfying\nfunction maxSatisfying (versions, range, options) {\n var max = null\n var maxSV = null\n try {\n var rangeObj = new Range(range, options)\n } catch (er) {\n return null\n }\n versions.forEach(function (v) {\n if (rangeObj.test(v)) {\n // satisfies(v, range, options)\n if (!max || maxSV.compare(v) === -1) {\n // compare(max, v, true)\n max = v\n maxSV = new SemVer(max, options)\n }\n }\n })\n return max\n}\n\nexports.minSatisfying = minSatisfying\nfunction minSatisfying (versions, range, options) {\n var min = null\n var minSV = null\n try {\n var rangeObj = new Range(range, options)\n } catch (er) {\n return null\n }\n versions.forEach(function (v) {\n if (rangeObj.test(v)) {\n // satisfies(v, range, options)\n if (!min || minSV.compare(v) === 1) {\n // compare(min, v, true)\n min = v\n minSV = new SemVer(min, options)\n }\n }\n })\n return min\n}\n\nexports.minVersion = minVersion\nfunction minVersion (range, loose) {\n range = new Range(range, loose)\n\n var minver = new SemVer('0.0.0')\n if (range.test(minver)) {\n return minver\n }\n\n minver = new SemVer('0.0.0-0')\n if (range.test(minver)) {\n return minver\n }\n\n minver = null\n for (var i = 0; i < range.set.length; ++i) {\n var comparators = range.set[i]\n\n comparators.forEach(function (comparator) {\n // Clone to avoid manipulating the comparator's semver object.\n var compver = new SemVer(comparator.semver.version)\n switch (comparator.operator) {\n case '>':\n if (compver.prerelease.length === 0) {\n compver.patch++\n } else {\n compver.prerelease.push(0)\n }\n compver.raw = compver.format()\n /* fallthrough */\n case '':\n case '>=':\n if (!minver || gt(minver, compver)) {\n minver = compver\n }\n break\n case '<':\n case '<=':\n /* Ignore maximum versions */\n break\n /* istanbul ignore next */\n default:\n throw new Error('Unexpected operation: ' + comparator.operator)\n }\n })\n }\n\n if (minver && range.test(minver)) {\n return minver\n }\n\n return null\n}\n\nexports.validRange = validRange\nfunction validRange (range, options) {\n try {\n // Return '*' instead of '' so that truthiness works.\n // This will throw if it's invalid anyway\n return new Range(range, options).range || '*'\n } catch (er) {\n return null\n }\n}\n\n// Determine if version is less than all the versions possible in the range\nexports.ltr = ltr\nfunction ltr (version, range, options) {\n return outside(version, range, '<', options)\n}\n\n// Determine if version is greater than all the versions possible in the range.\nexports.gtr = gtr\nfunction gtr (version, range, options) {\n return outside(version, range, '>', options)\n}\n\nexports.outside = outside\nfunction outside (version, range, hilo, options) {\n version = new SemVer(version, options)\n range = new Range(range, options)\n\n var gtfn, ltefn, ltfn, comp, ecomp\n switch (hilo) {\n case '>':\n gtfn = gt\n ltefn = lte\n ltfn = lt\n comp = '>'\n ecomp = '>='\n break\n case '<':\n gtfn = lt\n ltefn = gte\n ltfn = gt\n comp = '<'\n ecomp = '<='\n break\n default:\n throw new TypeError('Must provide a hilo val of \"<\" or \">\"')\n }\n\n // If it satisifes the range it is not outside\n if (satisfies(version, range, options)) {\n return false\n }\n\n // From now on, variable terms are as if we're in \"gtr\" mode.\n // but note that everything is flipped for the \"ltr\" function.\n\n for (var i = 0; i < range.set.length; ++i) {\n var comparators = range.set[i]\n\n var high = null\n var low = null\n\n comparators.forEach(function (comparator) {\n if (comparator.semver === ANY) {\n comparator = new Comparator('>=0.0.0')\n }\n high = high || comparator\n low = low || comparator\n if (gtfn(comparator.semver, high.semver, options)) {\n high = comparator\n } else if (ltfn(comparator.semver, low.semver, options)) {\n low = comparator\n }\n })\n\n // If the edge version comparator has a operator then our version\n // isn't outside it\n if (high.operator === comp || high.operator === ecomp) {\n return false\n }\n\n // If the lowest version comparator has an operator and our version\n // is less than it then it isn't higher than the range\n if ((!low.operator || low.operator === comp) &&\n ltefn(version, low.semver)) {\n return false\n } else if (low.operator === ecomp && ltfn(version, low.semver)) {\n return false\n }\n }\n return true\n}\n\nexports.prerelease = prerelease\nfunction prerelease (version, options) {\n var parsed = parse(version, options)\n return (parsed && parsed.prerelease.length) ? parsed.prerelease : null\n}\n\nexports.intersects = intersects\nfunction intersects (r1, r2, options) {\n r1 = new Range(r1, options)\n r2 = new Range(r2, options)\n return r1.intersects(r2)\n}\n\nexports.coerce = coerce\nfunction coerce (version, options) {\n if (version instanceof SemVer) {\n return version\n }\n\n if (typeof version === 'number') {\n version = String(version)\n }\n\n if (typeof version !== 'string') {\n return null\n }\n\n options = options || {}\n\n var match = null\n if (!options.rtl) {\n match = version.match(re[t.COERCE])\n } else {\n // Find the right-most coercible string that does not share\n // a terminus with a more left-ward coercible string.\n // Eg, '1.2.3.4' wants to coerce '2.3.4', not '3.4' or '4'\n //\n // Walk through the string checking with a /g regexp\n // Manually set the index so as to pick up overlapping matches.\n // Stop when we get a match that ends at the string end, since no\n // coercible string can be more right-ward without the same terminus.\n var next\n while ((next = re[t.COERCERTL].exec(version)) &&\n (!match || match.index + match[0].length !== version.length)\n ) {\n if (!match ||\n next.index + next[0].length !== match.index + match[0].length) {\n match = next\n }\n re[t.COERCERTL].lastIndex = next.index + next[1].length + next[2].length\n }\n // leave it in a clean state\n re[t.COERCERTL].lastIndex = -1\n }\n\n if (match === null) {\n return null\n }\n\n return parse(match[2] +\n '.' + (match[3] || '0') +\n '.' + (match[4] || '0'), options)\n}\n","\"use strict\";\n\nrequire(\"core-js/modules/es.array.concat\");\n\nrequire(\"core-js/modules/es.array.filter\");\n\nrequire(\"core-js/modules/es.array.for-each\");\n\nrequire(\"core-js/modules/es.array.iterator\");\n\nrequire(\"core-js/modules/es.map\");\n\nrequire(\"core-js/modules/es.object.to-string\");\n\nrequire(\"core-js/modules/es.string.iterator\");\n\nrequire(\"core-js/modules/web.dom-collections.for-each\");\n\nrequire(\"core-js/modules/web.dom-collections.iterator\");\n\nObject.defineProperty(exports, \"__esModule\", {\n value: true\n});\nexports.SimpleBus = void 0;\n\nfunction _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError(\"Cannot call a class as a function\"); } }\n\nfunction _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if (\"value\" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } }\n\nfunction _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); return Constructor; }\n\nfunction _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }\n\nvar packageJson = {\n name: \"@nextcloud/event-bus\",\n version: \"1.1.3\",\n description: \"\",\n main: \"dist/index.js\",\n types: \"dist/index.d.ts\",\n scripts: {\n build: \"babel ./lib --out-dir dist --extensions '.ts,.tsx' --source-maps && tsc --emitDeclarationOnly\",\n \"build:doc\": \"typedoc --excludeNotExported --mode file --out dist/doc lib/index.ts && touch dist/doc/.nojekyll\",\n \"check-types\": \"tsc\",\n dev: \"babel ./lib --out-dir dist --extensions '.ts,.tsx' --watch\",\n test: \"jest\",\n \"test:watch\": \"jest --watchAll\"\n },\n keywords: [\"nextcloud\"],\n homepage: \"https://github.com/nextcloud/nextcloud-event-bus#readme\",\n author: \"Christoph Wurst\",\n license: \"GPL-3.0-or-later\",\n repository: {\n type: \"git\",\n url: \"https://github.com/nextcloud/nextcloud-event-bus\"\n },\n dependencies: {\n \"@types/semver\": \"^6.2.1\",\n \"core-js\": \"^3.6.2\",\n semver: \"^6.3.0\"\n },\n devDependencies: {\n \"@babel/cli\": \"^7.6.0\",\n \"@babel/core\": \"^7.6.0\",\n \"@babel/plugin-proposal-class-properties\": \"^7.5.5\",\n \"@babel/preset-env\": \"^7.6.0\",\n \"@babel/preset-typescript\": \"^7.6.0\",\n \"@nextcloud/browserslist-config\": \"^1.0.0\",\n \"babel-jest\": \"^25.1.0\",\n \"babel-plugin-inline-json-import\": \"^0.3.2\",\n jest: \"^25.1.0\",\n typedoc: \"^0.16.7\",\n typescript: \"^3.6.3\"\n },\n browserslist: [\"extends @nextcloud/browserslist-config\"]\n};\n\nvar SimpleBus = /*#__PURE__*/function () {\n function SimpleBus() {\n _classCallCheck(this, SimpleBus);\n\n _defineProperty(this, \"handlers\", new Map());\n }\n\n _createClass(SimpleBus, [{\n key: \"getVersion\",\n value: function getVersion() {\n return packageJson.version;\n }\n }, {\n key: \"subscribe\",\n value: function subscribe(name, handler) {\n this.handlers.set(name, (this.handlers.get(name) || []).concat(handler));\n }\n }, {\n key: \"unsubscribe\",\n value: function unsubscribe(name, handler) {\n this.handlers.set(name, (this.handlers.get(name) || []).filter(function (h) {\n return h != handler;\n }));\n }\n }, {\n key: \"emit\",\n value: function emit(name, event) {\n (this.handlers.get(name) || []).forEach(function (h) {\n try {\n h(event);\n } catch (e) {\n console.error('could not invoke event listener', e);\n }\n });\n }\n }]);\n\n return SimpleBus;\n}();\n\nexports.SimpleBus = SimpleBus;\n//# sourceMappingURL=SimpleBus.js.map","'use strict';\nvar $ = require('../internals/export');\nvar fails = require('../internals/fails');\nvar isArray = require('../internals/is-array');\nvar isObject = require('../internals/is-object');\nvar toObject = require('../internals/to-object');\nvar toLength = require('../internals/to-length');\nvar createProperty = require('../internals/create-property');\nvar arraySpeciesCreate = require('../internals/array-species-create');\nvar arrayMethodHasSpeciesSupport = require('../internals/array-method-has-species-support');\nvar wellKnownSymbol = require('../internals/well-known-symbol');\nvar V8_VERSION = require('../internals/engine-v8-version');\n\nvar IS_CONCAT_SPREADABLE = wellKnownSymbol('isConcatSpreadable');\nvar MAX_SAFE_INTEGER = 0x1FFFFFFFFFFFFF;\nvar MAXIMUM_ALLOWED_INDEX_EXCEEDED = 'Maximum allowed index exceeded';\n\n// We can't use this feature detection in V8 since it causes\n// deoptimization and serious performance degradation\n// https://github.com/zloirock/core-js/issues/679\nvar IS_CONCAT_SPREADABLE_SUPPORT = V8_VERSION >= 51 || !fails(function () {\n var array = [];\n array[IS_CONCAT_SPREADABLE] = false;\n return array.concat()[0] !== array;\n});\n\nvar SPECIES_SUPPORT = arrayMethodHasSpeciesSupport('concat');\n\nvar isConcatSpreadable = function (O) {\n if (!isObject(O)) return false;\n var spreadable = O[IS_CONCAT_SPREADABLE];\n return spreadable !== undefined ? !!spreadable : isArray(O);\n};\n\nvar FORCED = !IS_CONCAT_SPREADABLE_SUPPORT || !SPECIES_SUPPORT;\n\n// `Array.prototype.concat` method\n// https://tc39.github.io/ecma262/#sec-array.prototype.concat\n// with adding support of @@isConcatSpreadable and @@species\n$({ target: 'Array', proto: true, forced: FORCED }, {\n concat: function concat(arg) { // eslint-disable-line no-unused-vars\n var O = toObject(this);\n var A = arraySpeciesCreate(O, 0);\n var n = 0;\n var i, k, length, len, E;\n for (i = -1, length = arguments.length; i < length; i++) {\n E = i === -1 ? O : arguments[i];\n if (isConcatSpreadable(E)) {\n len = toLength(E.length);\n if (n + len > MAX_SAFE_INTEGER) throw TypeError(MAXIMUM_ALLOWED_INDEX_EXCEEDED);\n for (k = 0; k < len; k++, n++) if (k in E) createProperty(A, n, E[k]);\n } else {\n if (n >= MAX_SAFE_INTEGER) throw TypeError(MAXIMUM_ALLOWED_INDEX_EXCEEDED);\n createProperty(A, n++, E);\n }\n }\n A.length = n;\n return A;\n }\n});\n","'use strict';\nvar nativePropertyIsEnumerable = {}.propertyIsEnumerable;\nvar getOwnPropertyDescriptor = Object.getOwnPropertyDescriptor;\n\n// Nashorn ~ JDK8 bug\nvar NASHORN_BUG = getOwnPropertyDescriptor && !nativePropertyIsEnumerable.call({ 1: 2 }, 1);\n\n// `Object.prototype.propertyIsEnumerable` method implementation\n// https://tc39.github.io/ecma262/#sec-object.prototype.propertyisenumerable\nexports.f = NASHORN_BUG ? function propertyIsEnumerable(V) {\n var descriptor = getOwnPropertyDescriptor(this, V);\n return !!descriptor && descriptor.enumerable;\n} : nativePropertyIsEnumerable;\n","var global = require('../internals/global');\nvar inspectSource = require('../internals/inspect-source');\n\nvar WeakMap = global.WeakMap;\n\nmodule.exports = typeof WeakMap === 'function' && /native code/.test(inspectSource(WeakMap));\n","var has = require('../internals/has');\nvar ownKeys = require('../internals/own-keys');\nvar getOwnPropertyDescriptorModule = require('../internals/object-get-own-property-descriptor');\nvar definePropertyModule = require('../internals/object-define-property');\n\nmodule.exports = function (target, source) {\n var keys = ownKeys(source);\n var defineProperty = definePropertyModule.f;\n var getOwnPropertyDescriptor = getOwnPropertyDescriptorModule.f;\n for (var i = 0; i < keys.length; i++) {\n var key = keys[i];\n if (!has(target, key)) defineProperty(target, key, getOwnPropertyDescriptor(source, key));\n }\n};\n","var getBuiltIn = require('../internals/get-built-in');\nvar getOwnPropertyNamesModule = require('../internals/object-get-own-property-names');\nvar getOwnPropertySymbolsModule = require('../internals/object-get-own-property-symbols');\nvar anObject = require('../internals/an-object');\n\n// all object keys, includes non-enumerable and symbols\nmodule.exports = getBuiltIn('Reflect', 'ownKeys') || function ownKeys(it) {\n var keys = getOwnPropertyNamesModule.f(anObject(it));\n var getOwnPropertySymbols = getOwnPropertySymbolsModule.f;\n return getOwnPropertySymbols ? keys.concat(getOwnPropertySymbols(it)) : keys;\n};\n","var global = require('../internals/global');\n\nmodule.exports = global;\n","var internalObjectKeys = require('../internals/object-keys-internal');\nvar enumBugKeys = require('../internals/enum-bug-keys');\n\nvar hiddenKeys = enumBugKeys.concat('length', 'prototype');\n\n// `Object.getOwnPropertyNames` method\n// https://tc39.github.io/ecma262/#sec-object.getownpropertynames\nexports.f = Object.getOwnPropertyNames || function getOwnPropertyNames(O) {\n return internalObjectKeys(O, hiddenKeys);\n};\n","var toIndexedObject = require('../internals/to-indexed-object');\nvar toLength = require('../internals/to-length');\nvar toAbsoluteIndex = require('../internals/to-absolute-index');\n\n// `Array.prototype.{ indexOf, includes }` methods implementation\nvar createMethod = function (IS_INCLUDES) {\n return function ($this, el, fromIndex) {\n var O = toIndexedObject($this);\n var length = toLength(O.length);\n var index = toAbsoluteIndex(fromIndex, length);\n var value;\n // Array#includes uses SameValueZero equality algorithm\n // eslint-disable-next-line no-self-compare\n if (IS_INCLUDES && el != el) while (length > index) {\n value = O[index++];\n // eslint-disable-next-line no-self-compare\n if (value != value) return true;\n // Array#indexOf ignores holes, Array#includes - not\n } else for (;length > index; index++) {\n if ((IS_INCLUDES || index in O) && O[index] === el) return IS_INCLUDES || index || 0;\n } return !IS_INCLUDES && -1;\n };\n};\n\nmodule.exports = {\n // `Array.prototype.includes` method\n // https://tc39.github.io/ecma262/#sec-array.prototype.includes\n includes: createMethod(true),\n // `Array.prototype.indexOf` method\n // https://tc39.github.io/ecma262/#sec-array.prototype.indexof\n indexOf: createMethod(false)\n};\n","var toInteger = require('../internals/to-integer');\n\nvar max = Math.max;\nvar min = Math.min;\n\n// Helper for a popular repeating case of the spec:\n// Let integer be ? ToInteger(index).\n// If integer < 0, let result be max((length + integer), 0); else let result be min(integer, length).\nmodule.exports = function (index, length) {\n var integer = toInteger(index);\n return integer < 0 ? max(integer + length, 0) : min(integer, length);\n};\n","exports.f = Object.getOwnPropertySymbols;\n","'use strict';\nvar toPrimitive = require('../internals/to-primitive');\nvar definePropertyModule = require('../internals/object-define-property');\nvar createPropertyDescriptor = require('../internals/create-property-descriptor');\n\nmodule.exports = function (object, key, value) {\n var propertyKey = toPrimitive(key);\n if (propertyKey in object) definePropertyModule.f(object, propertyKey, createPropertyDescriptor(0, value));\n else object[propertyKey] = value;\n};\n","var NATIVE_SYMBOL = require('../internals/native-symbol');\n\nmodule.exports = NATIVE_SYMBOL\n // eslint-disable-next-line no-undef\n && !Symbol.sham\n // eslint-disable-next-line no-undef\n && typeof Symbol.iterator == 'symbol';\n","var getBuiltIn = require('../internals/get-built-in');\n\nmodule.exports = getBuiltIn('navigator', 'userAgent') || '';\n","'use strict';\nvar $ = require('../internals/export');\nvar $filter = require('../internals/array-iteration').filter;\nvar arrayMethodHasSpeciesSupport = require('../internals/array-method-has-species-support');\nvar arrayMethodUsesToLength = require('../internals/array-method-uses-to-length');\n\nvar HAS_SPECIES_SUPPORT = arrayMethodHasSpeciesSupport('filter');\n// Edge 14- issue\nvar USES_TO_LENGTH = arrayMethodUsesToLength('filter');\n\n// `Array.prototype.filter` method\n// https://tc39.github.io/ecma262/#sec-array.prototype.filter\n// with adding support of @@species\n$({ target: 'Array', proto: true, forced: !HAS_SPECIES_SUPPORT || !USES_TO_LENGTH }, {\n filter: function filter(callbackfn /* , thisArg */) {\n return $filter(this, callbackfn, arguments.length > 1 ? arguments[1] : undefined);\n }\n});\n","module.exports = function (it) {\n if (typeof it != 'function') {\n throw TypeError(String(it) + ' is not a function');\n } return it;\n};\n","'use strict';\nvar $ = require('../internals/export');\nvar forEach = require('../internals/array-for-each');\n\n// `Array.prototype.forEach` method\n// https://tc39.github.io/ecma262/#sec-array.prototype.foreach\n$({ target: 'Array', proto: true, forced: [].forEach != forEach }, {\n forEach: forEach\n});\n","'use strict';\nvar fails = require('../internals/fails');\n\nmodule.exports = function (METHOD_NAME, argument) {\n var method = [][METHOD_NAME];\n return !!method && fails(function () {\n // eslint-disable-next-line no-useless-call,no-throw-literal\n method.call(null, argument || function () { throw 1; }, 1);\n });\n};\n","var wellKnownSymbol = require('../internals/well-known-symbol');\nvar create = require('../internals/object-create');\nvar definePropertyModule = require('../internals/object-define-property');\n\nvar UNSCOPABLES = wellKnownSymbol('unscopables');\nvar ArrayPrototype = Array.prototype;\n\n// Array.prototype[@@unscopables]\n// https://tc39.github.io/ecma262/#sec-array.prototype-@@unscopables\nif (ArrayPrototype[UNSCOPABLES] == undefined) {\n definePropertyModule.f(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 DESCRIPTORS = require('../internals/descriptors');\nvar definePropertyModule = require('../internals/object-define-property');\nvar anObject = require('../internals/an-object');\nvar objectKeys = require('../internals/object-keys');\n\n// `Object.defineProperties` method\n// https://tc39.github.io/ecma262/#sec-object.defineproperties\nmodule.exports = DESCRIPTORS ? Object.defineProperties : function defineProperties(O, Properties) {\n anObject(O);\n var keys = objectKeys(Properties);\n var length = keys.length;\n var index = 0;\n var key;\n while (length > index) definePropertyModule.f(O, key = keys[index++], Properties[key]);\n return O;\n};\n","var internalObjectKeys = require('../internals/object-keys-internal');\nvar enumBugKeys = require('../internals/enum-bug-keys');\n\n// `Object.keys` method\n// https://tc39.github.io/ecma262/#sec-object.keys\nmodule.exports = Object.keys || function keys(O) {\n return internalObjectKeys(O, enumBugKeys);\n};\n","var getBuiltIn = require('../internals/get-built-in');\n\nmodule.exports = getBuiltIn('document', 'documentElement');\n","'use strict';\nvar IteratorPrototype = require('../internals/iterators-core').IteratorPrototype;\nvar create = require('../internals/object-create');\nvar createPropertyDescriptor = require('../internals/create-property-descriptor');\nvar setToStringTag = require('../internals/set-to-string-tag');\nvar Iterators = require('../internals/iterators');\n\nvar returnThis = function () { return this; };\n\nmodule.exports = function (IteratorConstructor, NAME, next) {\n var TO_STRING_TAG = NAME + ' Iterator';\n IteratorConstructor.prototype = create(IteratorPrototype, { next: createPropertyDescriptor(1, next) });\n setToStringTag(IteratorConstructor, TO_STRING_TAG, false, true);\n Iterators[TO_STRING_TAG] = returnThis;\n return IteratorConstructor;\n};\n","var fails = require('../internals/fails');\n\nmodule.exports = !fails(function () {\n function F() { /* empty */ }\n F.prototype.constructor = null;\n return Object.getPrototypeOf(new F()) !== F.prototype;\n});\n","var isObject = require('../internals/is-object');\n\nmodule.exports = function (it) {\n if (!isObject(it) && it !== null) {\n throw TypeError(\"Can't set \" + String(it) + ' as a prototype');\n } return it;\n};\n","'use strict';\nvar collection = require('../internals/collection');\nvar collectionStrong = require('../internals/collection-strong');\n\n// `Map` constructor\n// https://tc39.github.io/ecma262/#sec-map-objects\nmodule.exports = collection('Map', function (init) {\n return function Map() { return init(this, arguments.length ? arguments[0] : undefined); };\n}, collectionStrong);\n","'use strict';\nvar $ = require('../internals/export');\nvar global = require('../internals/global');\nvar isForced = require('../internals/is-forced');\nvar redefine = require('../internals/redefine');\nvar InternalMetadataModule = require('../internals/internal-metadata');\nvar iterate = require('../internals/iterate');\nvar anInstance = require('../internals/an-instance');\nvar isObject = require('../internals/is-object');\nvar fails = require('../internals/fails');\nvar checkCorrectnessOfIteration = require('../internals/check-correctness-of-iteration');\nvar setToStringTag = require('../internals/set-to-string-tag');\nvar inheritIfRequired = require('../internals/inherit-if-required');\n\nmodule.exports = function (CONSTRUCTOR_NAME, wrapper, common) {\n var IS_MAP = CONSTRUCTOR_NAME.indexOf('Map') !== -1;\n var IS_WEAK = CONSTRUCTOR_NAME.indexOf('Weak') !== -1;\n var ADDER = IS_MAP ? 'set' : 'add';\n var NativeConstructor = global[CONSTRUCTOR_NAME];\n var NativePrototype = NativeConstructor && NativeConstructor.prototype;\n var Constructor = NativeConstructor;\n var exported = {};\n\n var fixMethod = function (KEY) {\n var nativeMethod = NativePrototype[KEY];\n redefine(NativePrototype, KEY,\n KEY == 'add' ? function add(value) {\n nativeMethod.call(this, value === 0 ? 0 : value);\n return this;\n } : KEY == 'delete' ? function (key) {\n return IS_WEAK && !isObject(key) ? false : nativeMethod.call(this, key === 0 ? 0 : key);\n } : KEY == 'get' ? function get(key) {\n return IS_WEAK && !isObject(key) ? undefined : nativeMethod.call(this, key === 0 ? 0 : key);\n } : KEY == 'has' ? function has(key) {\n return IS_WEAK && !isObject(key) ? false : nativeMethod.call(this, key === 0 ? 0 : key);\n } : function set(key, value) {\n nativeMethod.call(this, key === 0 ? 0 : key, value);\n return this;\n }\n );\n };\n\n // eslint-disable-next-line max-len\n if (isForced(CONSTRUCTOR_NAME, typeof NativeConstructor != 'function' || !(IS_WEAK || NativePrototype.forEach && !fails(function () {\n new NativeConstructor().entries().next();\n })))) {\n // create collection constructor\n Constructor = common.getConstructor(wrapper, CONSTRUCTOR_NAME, IS_MAP, ADDER);\n InternalMetadataModule.REQUIRED = true;\n } else if (isForced(CONSTRUCTOR_NAME, true)) {\n var instance = new Constructor();\n // early implementations not supports chaining\n var HASNT_CHAINING = instance[ADDER](IS_WEAK ? {} : -0, 1) != instance;\n // V8 ~ Chromium 40- weak-collections throws on primitives, but should return false\n var THROWS_ON_PRIMITIVES = fails(function () { instance.has(1); });\n // most early implementations doesn't supports iterables, most modern - not close it correctly\n // eslint-disable-next-line no-new\n var ACCEPT_ITERABLES = checkCorrectnessOfIteration(function (iterable) { new NativeConstructor(iterable); });\n // for early implementations -0 and +0 not the same\n var BUGGY_ZERO = !IS_WEAK && fails(function () {\n // V8 ~ Chromium 42- fails only with 5+ elements\n var $instance = new NativeConstructor();\n var index = 5;\n while (index--) $instance[ADDER](index, index);\n return !$instance.has(-0);\n });\n\n if (!ACCEPT_ITERABLES) {\n Constructor = wrapper(function (dummy, iterable) {\n anInstance(dummy, Constructor, CONSTRUCTOR_NAME);\n var that = inheritIfRequired(new NativeConstructor(), dummy, Constructor);\n if (iterable != undefined) iterate(iterable, that[ADDER], that, IS_MAP);\n return that;\n });\n Constructor.prototype = NativePrototype;\n NativePrototype.constructor = Constructor;\n }\n\n if (THROWS_ON_PRIMITIVES || BUGGY_ZERO) {\n fixMethod('delete');\n fixMethod('has');\n IS_MAP && fixMethod('get');\n }\n\n if (BUGGY_ZERO || HASNT_CHAINING) fixMethod(ADDER);\n\n // weak collections should not contains .clear method\n if (IS_WEAK && NativePrototype.clear) delete NativePrototype.clear;\n }\n\n exported[CONSTRUCTOR_NAME] = Constructor;\n $({ global: true, forced: Constructor != NativeConstructor }, exported);\n\n setToStringTag(Constructor, CONSTRUCTOR_NAME);\n\n if (!IS_WEAK) common.setStrong(Constructor, CONSTRUCTOR_NAME, IS_MAP);\n\n return Constructor;\n};\n","var fails = require('../internals/fails');\n\nmodule.exports = !fails(function () {\n return Object.isExtensible(Object.preventExtensions({}));\n});\n","var wellKnownSymbol = require('../internals/well-known-symbol');\nvar Iterators = require('../internals/iterators');\n\nvar ITERATOR = wellKnownSymbol('iterator');\nvar ArrayPrototype = Array.prototype;\n\n// check on default Array iterator\nmodule.exports = function (it) {\n return it !== undefined && (Iterators.Array === it || ArrayPrototype[ITERATOR] === it);\n};\n","var classof = require('../internals/classof');\nvar Iterators = require('../internals/iterators');\nvar wellKnownSymbol = require('../internals/well-known-symbol');\n\nvar ITERATOR = wellKnownSymbol('iterator');\n\nmodule.exports = function (it) {\n if (it != undefined) return it[ITERATOR]\n || it['@@iterator']\n || Iterators[classof(it)];\n};\n","var anObject = require('../internals/an-object');\n\n// call something on iterator step with safe closing on error\nmodule.exports = function (iterator, fn, value, ENTRIES) {\n try {\n return ENTRIES ? fn(anObject(value)[0], value[1]) : fn(value);\n // 7.4.6 IteratorClose(iterator, completion)\n } catch (error) {\n var returnMethod = iterator['return'];\n if (returnMethod !== undefined) anObject(returnMethod.call(iterator));\n throw error;\n }\n};\n","var wellKnownSymbol = require('../internals/well-known-symbol');\n\nvar ITERATOR = wellKnownSymbol('iterator');\nvar SAFE_CLOSING = false;\n\ntry {\n var called = 0;\n var iteratorWithReturn = {\n next: function () {\n return { done: !!called++ };\n },\n 'return': function () {\n SAFE_CLOSING = true;\n }\n };\n iteratorWithReturn[ITERATOR] = function () {\n return this;\n };\n // eslint-disable-next-line no-throw-literal\n Array.from(iteratorWithReturn, function () { throw 2; });\n} catch (error) { /* empty */ }\n\nmodule.exports = function (exec, SKIP_CLOSING) {\n if (!SKIP_CLOSING && !SAFE_CLOSING) return false;\n var ITERATION_SUPPORT = false;\n try {\n var object = {};\n object[ITERATOR] = function () {\n return {\n next: function () {\n return { done: ITERATION_SUPPORT = true };\n }\n };\n };\n exec(object);\n } catch (error) { /* empty */ }\n return ITERATION_SUPPORT;\n};\n","var isObject = require('../internals/is-object');\nvar setPrototypeOf = require('../internals/object-set-prototype-of');\n\n// makes subclassing work correct for wrapped built-ins\nmodule.exports = function ($this, dummy, Wrapper) {\n var NewTarget, NewTargetPrototype;\n if (\n // it can work only with native `setPrototypeOf`\n setPrototypeOf &&\n // we haven't completely correct pre-ES6 way for getting `new.target`, so use this\n typeof (NewTarget = dummy.constructor) == 'function' &&\n NewTarget !== Wrapper &&\n isObject(NewTargetPrototype = NewTarget.prototype) &&\n NewTargetPrototype !== Wrapper.prototype\n ) setPrototypeOf($this, NewTargetPrototype);\n return $this;\n};\n","'use strict';\nvar defineProperty = require('../internals/object-define-property').f;\nvar create = require('../internals/object-create');\nvar redefineAll = require('../internals/redefine-all');\nvar bind = require('../internals/function-bind-context');\nvar anInstance = require('../internals/an-instance');\nvar iterate = require('../internals/iterate');\nvar defineIterator = require('../internals/define-iterator');\nvar setSpecies = require('../internals/set-species');\nvar DESCRIPTORS = require('../internals/descriptors');\nvar fastKey = require('../internals/internal-metadata').fastKey;\nvar InternalStateModule = require('../internals/internal-state');\n\nvar setInternalState = InternalStateModule.set;\nvar internalStateGetterFor = InternalStateModule.getterFor;\n\nmodule.exports = {\n getConstructor: function (wrapper, CONSTRUCTOR_NAME, IS_MAP, ADDER) {\n var C = wrapper(function (that, iterable) {\n anInstance(that, C, CONSTRUCTOR_NAME);\n setInternalState(that, {\n type: CONSTRUCTOR_NAME,\n index: create(null),\n first: undefined,\n last: undefined,\n size: 0\n });\n if (!DESCRIPTORS) that.size = 0;\n if (iterable != undefined) iterate(iterable, that[ADDER], that, IS_MAP);\n });\n\n var getInternalState = internalStateGetterFor(CONSTRUCTOR_NAME);\n\n var define = function (that, key, value) {\n var state = getInternalState(that);\n var entry = getEntry(that, key);\n var previous, index;\n // change existing entry\n if (entry) {\n entry.value = value;\n // create new entry\n } else {\n state.last = entry = {\n index: index = fastKey(key, true),\n key: key,\n value: value,\n previous: previous = state.last,\n next: undefined,\n removed: false\n };\n if (!state.first) state.first = entry;\n if (previous) previous.next = entry;\n if (DESCRIPTORS) state.size++;\n else that.size++;\n // add to index\n if (index !== 'F') state.index[index] = entry;\n } return that;\n };\n\n var getEntry = function (that, key) {\n var state = getInternalState(that);\n // fast case\n var index = fastKey(key);\n var entry;\n if (index !== 'F') return state.index[index];\n // frozen object case\n for (entry = state.first; entry; entry = entry.next) {\n if (entry.key == key) return entry;\n }\n };\n\n redefineAll(C.prototype, {\n // 23.1.3.1 Map.prototype.clear()\n // 23.2.3.2 Set.prototype.clear()\n clear: function clear() {\n var that = this;\n var state = getInternalState(that);\n var data = state.index;\n var entry = state.first;\n while (entry) {\n entry.removed = true;\n if (entry.previous) entry.previous = entry.previous.next = undefined;\n delete data[entry.index];\n entry = entry.next;\n }\n state.first = state.last = undefined;\n if (DESCRIPTORS) state.size = 0;\n else that.size = 0;\n },\n // 23.1.3.3 Map.prototype.delete(key)\n // 23.2.3.4 Set.prototype.delete(value)\n 'delete': function (key) {\n var that = this;\n var state = getInternalState(that);\n var entry = getEntry(that, key);\n if (entry) {\n var next = entry.next;\n var prev = entry.previous;\n delete state.index[entry.index];\n entry.removed = true;\n if (prev) prev.next = next;\n if (next) next.previous = prev;\n if (state.first == entry) state.first = next;\n if (state.last == entry) state.last = prev;\n if (DESCRIPTORS) state.size--;\n else that.size--;\n } return !!entry;\n },\n // 23.2.3.6 Set.prototype.forEach(callbackfn, thisArg = undefined)\n // 23.1.3.5 Map.prototype.forEach(callbackfn, thisArg = undefined)\n forEach: function forEach(callbackfn /* , that = undefined */) {\n var state = getInternalState(this);\n var boundFunction = bind(callbackfn, arguments.length > 1 ? arguments[1] : undefined, 3);\n var entry;\n while (entry = entry ? entry.next : state.first) {\n boundFunction(entry.value, entry.key, this);\n // revert to the last existing entry\n while (entry && entry.removed) entry = entry.previous;\n }\n },\n // 23.1.3.7 Map.prototype.has(key)\n // 23.2.3.7 Set.prototype.has(value)\n has: function has(key) {\n return !!getEntry(this, key);\n }\n });\n\n redefineAll(C.prototype, IS_MAP ? {\n // 23.1.3.6 Map.prototype.get(key)\n get: function get(key) {\n var entry = getEntry(this, key);\n return entry && entry.value;\n },\n // 23.1.3.9 Map.prototype.set(key, value)\n set: function set(key, value) {\n return define(this, key === 0 ? 0 : key, value);\n }\n } : {\n // 23.2.3.1 Set.prototype.add(value)\n add: function add(value) {\n return define(this, value = value === 0 ? 0 : value, value);\n }\n });\n if (DESCRIPTORS) defineProperty(C.prototype, 'size', {\n get: function () {\n return getInternalState(this).size;\n }\n });\n return C;\n },\n setStrong: function (C, CONSTRUCTOR_NAME, IS_MAP) {\n var ITERATOR_NAME = CONSTRUCTOR_NAME + ' Iterator';\n var getInternalCollectionState = internalStateGetterFor(CONSTRUCTOR_NAME);\n var getInternalIteratorState = internalStateGetterFor(ITERATOR_NAME);\n // add .keys, .values, .entries, [@@iterator]\n // 23.1.3.4, 23.1.3.8, 23.1.3.11, 23.1.3.12, 23.2.3.5, 23.2.3.8, 23.2.3.10, 23.2.3.11\n defineIterator(C, CONSTRUCTOR_NAME, function (iterated, kind) {\n setInternalState(this, {\n type: ITERATOR_NAME,\n target: iterated,\n state: getInternalCollectionState(iterated),\n kind: kind,\n last: undefined\n });\n }, function () {\n var state = getInternalIteratorState(this);\n var kind = state.kind;\n var entry = state.last;\n // revert to the last existing entry\n while (entry && entry.removed) entry = entry.previous;\n // get next entry\n if (!state.target || !(state.last = entry = entry ? entry.next : state.state.first)) {\n // or finish the iteration\n state.target = undefined;\n return { value: undefined, done: true };\n }\n // return step by kind\n if (kind == 'keys') return { value: entry.key, done: false };\n if (kind == 'values') return { value: entry.value, done: false };\n return { value: [entry.key, entry.value], done: false };\n }, IS_MAP ? 'entries' : 'values', !IS_MAP, true);\n\n // add [@@species], 23.1.2.2, 23.2.2.2\n setSpecies(CONSTRUCTOR_NAME);\n }\n};\n","var redefine = require('../internals/redefine');\n\nmodule.exports = function (target, src, options) {\n for (var key in src) redefine(target, key, src[key], options);\n return target;\n};\n","'use strict';\nvar getBuiltIn = require('../internals/get-built-in');\nvar definePropertyModule = require('../internals/object-define-property');\nvar wellKnownSymbol = require('../internals/well-known-symbol');\nvar DESCRIPTORS = require('../internals/descriptors');\n\nvar SPECIES = wellKnownSymbol('species');\n\nmodule.exports = function (CONSTRUCTOR_NAME) {\n var Constructor = getBuiltIn(CONSTRUCTOR_NAME);\n var defineProperty = definePropertyModule.f;\n\n if (DESCRIPTORS && Constructor && !Constructor[SPECIES]) {\n defineProperty(Constructor, SPECIES, {\n configurable: true,\n get: function () { return this; }\n });\n }\n};\n","var TO_STRING_TAG_SUPPORT = require('../internals/to-string-tag-support');\nvar redefine = require('../internals/redefine');\nvar toString = require('../internals/object-to-string');\n\n// `Object.prototype.toString` method\n// https://tc39.github.io/ecma262/#sec-object.prototype.tostring\nif (!TO_STRING_TAG_SUPPORT) {\n redefine(Object.prototype, 'toString', toString, { unsafe: true });\n}\n","'use strict';\nvar TO_STRING_TAG_SUPPORT = require('../internals/to-string-tag-support');\nvar classof = require('../internals/classof');\n\n// `Object.prototype.toString` method implementation\n// https://tc39.github.io/ecma262/#sec-object.prototype.tostring\nmodule.exports = TO_STRING_TAG_SUPPORT ? {}.toString : function toString() {\n return '[object ' + classof(this) + ']';\n};\n","'use strict';\nvar charAt = require('../internals/string-multibyte').charAt;\nvar InternalStateModule = require('../internals/internal-state');\nvar defineIterator = require('../internals/define-iterator');\n\nvar STRING_ITERATOR = 'String Iterator';\nvar setInternalState = InternalStateModule.set;\nvar getInternalState = InternalStateModule.getterFor(STRING_ITERATOR);\n\n// `String.prototype[@@iterator]` method\n// https://tc39.github.io/ecma262/#sec-string.prototype-@@iterator\ndefineIterator(String, 'String', function (iterated) {\n setInternalState(this, {\n type: STRING_ITERATOR,\n string: String(iterated),\n index: 0\n });\n// `%StringIteratorPrototype%.next` method\n// https://tc39.github.io/ecma262/#sec-%stringiteratorprototype%.next\n}, function next() {\n var state = getInternalState(this);\n var string = state.string;\n var index = state.index;\n var point;\n if (index >= string.length) return { value: undefined, done: true };\n point = charAt(string, index);\n state.index += point.length;\n return { value: point, done: false };\n});\n","var toInteger = require('../internals/to-integer');\nvar requireObjectCoercible = require('../internals/require-object-coercible');\n\n// `String.prototype.{ codePointAt, at }` methods implementation\nvar createMethod = function (CONVERT_TO_STRING) {\n return function ($this, pos) {\n var S = String(requireObjectCoercible($this));\n var position = toInteger(pos);\n var size = S.length;\n var first, second;\n if (position < 0 || position >= size) return CONVERT_TO_STRING ? '' : undefined;\n first = S.charCodeAt(position);\n return first < 0xD800 || first > 0xDBFF || position + 1 === size\n || (second = S.charCodeAt(position + 1)) < 0xDC00 || second > 0xDFFF\n ? CONVERT_TO_STRING ? S.charAt(position) : first\n : CONVERT_TO_STRING ? S.slice(position, position + 2) : (first - 0xD800 << 10) + (second - 0xDC00) + 0x10000;\n };\n};\n\nmodule.exports = {\n // `String.prototype.codePointAt` method\n // https://tc39.github.io/ecma262/#sec-string.prototype.codepointat\n codeAt: createMethod(false),\n // `String.prototype.at` method\n // https://github.com/mathiasbynens/String.prototype.at\n charAt: createMethod(true)\n};\n","var global = require('../internals/global');\nvar DOMIterables = require('../internals/dom-iterables');\nvar forEach = require('../internals/array-for-each');\nvar createNonEnumerableProperty = require('../internals/create-non-enumerable-property');\n\nfor (var COLLECTION_NAME in DOMIterables) {\n var Collection = global[COLLECTION_NAME];\n var CollectionPrototype = Collection && Collection.prototype;\n // some Chrome versions have non-configurable methods on DOMTokenList\n if (CollectionPrototype && CollectionPrototype.forEach !== forEach) try {\n createNonEnumerableProperty(CollectionPrototype, 'forEach', forEach);\n } catch (error) {\n CollectionPrototype.forEach = forEach;\n }\n}\n","var global = require('../internals/global');\nvar DOMIterables = require('../internals/dom-iterables');\nvar ArrayIteratorMethods = require('../modules/es.array.iterator');\nvar createNonEnumerableProperty = require('../internals/create-non-enumerable-property');\nvar wellKnownSymbol = require('../internals/well-known-symbol');\n\nvar ITERATOR = wellKnownSymbol('iterator');\nvar TO_STRING_TAG = wellKnownSymbol('toStringTag');\nvar ArrayValues = ArrayIteratorMethods.values;\n\nfor (var COLLECTION_NAME in DOMIterables) {\n var Collection = global[COLLECTION_NAME];\n var CollectionPrototype = Collection && Collection.prototype;\n if (CollectionPrototype) {\n // some Chrome versions have non-configurable methods on DOMTokenList\n if (CollectionPrototype[ITERATOR] !== ArrayValues) try {\n createNonEnumerableProperty(CollectionPrototype, ITERATOR, ArrayValues);\n } catch (error) {\n CollectionPrototype[ITERATOR] = ArrayValues;\n }\n if (!CollectionPrototype[TO_STRING_TAG]) {\n createNonEnumerableProperty(CollectionPrototype, TO_STRING_TAG, COLLECTION_NAME);\n }\n if (DOMIterables[COLLECTION_NAME]) for (var METHOD_NAME in ArrayIteratorMethods) {\n // some Chrome versions have non-configurable methods on DOMTokenList\n if (CollectionPrototype[METHOD_NAME] !== ArrayIteratorMethods[METHOD_NAME]) try {\n createNonEnumerableProperty(CollectionPrototype, METHOD_NAME, ArrayIteratorMethods[METHOD_NAME]);\n } catch (error) {\n CollectionPrototype[METHOD_NAME] = ArrayIteratorMethods[METHOD_NAME];\n }\n }\n }\n}\n","var DESCRIPTORS = require('../internals/descriptors');\nvar propertyIsEnumerableModule = require('../internals/object-property-is-enumerable');\nvar createPropertyDescriptor = require('../internals/create-property-descriptor');\nvar toIndexedObject = require('../internals/to-indexed-object');\nvar toPrimitive = require('../internals/to-primitive');\nvar has = require('../internals/has');\nvar IE8_DOM_DEFINE = require('../internals/ie8-dom-define');\n\nvar nativeGetOwnPropertyDescriptor = Object.getOwnPropertyDescriptor;\n\n// `Object.getOwnPropertyDescriptor` method\n// https://tc39.github.io/ecma262/#sec-object.getownpropertydescriptor\nexports.f = DESCRIPTORS ? nativeGetOwnPropertyDescriptor : function getOwnPropertyDescriptor(O, P) {\n O = toIndexedObject(O);\n P = toPrimitive(P, true);\n if (IE8_DOM_DEFINE) try {\n return nativeGetOwnPropertyDescriptor(O, P);\n } catch (error) { /* empty */ }\n if (has(O, P)) return createPropertyDescriptor(!propertyIsEnumerableModule.f.call(O, P), O[P]);\n};\n","var toString = {}.toString;\n\nmodule.exports = function (it) {\n return toString.call(it).slice(8, -1);\n};\n","// `RequireObjectCoercible` abstract operation\n// https://tc39.github.io/ecma262/#sec-requireobjectcoercible\nmodule.exports = function (it) {\n if (it == undefined) throw TypeError(\"Can't call method on \" + it);\n return it;\n};\n","var DESCRIPTORS = require('../internals/descriptors');\nvar fails = require('../internals/fails');\nvar createElement = require('../internals/document-create-element');\n\n// Thank's IE8 for his funny defineProperty\nmodule.exports = !DESCRIPTORS && !fails(function () {\n return Object.defineProperty(createElement('div'), 'a', {\n get: function () { return 7; }\n }).a != 7;\n});\n","var isObject = require('../internals/is-object');\n\nmodule.exports = function (it) {\n if (!isObject(it)) {\n throw TypeError(String(it) + ' is not an object');\n } return it;\n};\n","var store = require('../internals/shared-store');\n\nvar functionToString = Function.toString;\n\n// this helper broken in `3.4.1-3.4.4`, so we can't use `shared` helper\nif (typeof store.inspectSource != 'function') {\n store.inspectSource = function (it) {\n return functionToString.call(it);\n };\n}\n\nmodule.exports = store.inspectSource;\n","var global = require('../internals/global');\nvar setGlobal = require('../internals/set-global');\n\nvar SHARED = '__core-js_shared__';\nvar store = global[SHARED] || setGlobal(SHARED, {});\n\nmodule.exports = store;\n","var IS_PURE = require('../internals/is-pure');\nvar store = require('../internals/shared-store');\n\n(module.exports = function (key, value) {\n return store[key] || (store[key] = value !== undefined ? value : {});\n})('versions', []).push({\n version: '3.6.4',\n mode: IS_PURE ? 'pure' : 'global',\n copyright: '© 2020 Denis Pushkarev (zloirock.ru)'\n});\n","var id = 0;\nvar postfix = Math.random();\n\nmodule.exports = function (key) {\n return 'Symbol(' + String(key === undefined ? '' : key) + ')_' + (++id + postfix).toString(36);\n};\n","module.exports = {};\n","var path = require('../internals/path');\nvar global = require('../internals/global');\n\nvar aFunction = function (variable) {\n return typeof variable == 'function' ? variable : undefined;\n};\n\nmodule.exports = function (namespace, method) {\n return arguments.length < 2 ? aFunction(path[namespace]) || aFunction(global[namespace])\n : path[namespace] && path[namespace][method] || global[namespace] && global[namespace][method];\n};\n","var toInteger = require('../internals/to-integer');\n\nvar min = Math.min;\n\n// `ToLength` abstract operation\n// https://tc39.github.io/ecma262/#sec-tolength\nmodule.exports = function (argument) {\n return argument > 0 ? min(toInteger(argument), 0x1FFFFFFFFFFFFF) : 0; // 2 ** 53 - 1 == 9007199254740991\n};\n","var ceil = Math.ceil;\nvar floor = Math.floor;\n\n// `ToInteger` abstract operation\n// https://tc39.github.io/ecma262/#sec-tointeger\nmodule.exports = function (argument) {\n return isNaN(argument = +argument) ? 0 : (argument > 0 ? floor : ceil)(argument);\n};\n","var classof = require('../internals/classof-raw');\n\n// `IsArray` abstract operation\n// https://tc39.github.io/ecma262/#sec-isarray\nmodule.exports = Array.isArray || function isArray(arg) {\n return classof(arg) == 'Array';\n};\n","var fails = require('../internals/fails');\n\nmodule.exports = !!Object.getOwnPropertySymbols && !fails(function () {\n // Chrome 38 Symbol has incorrect toString conversion\n // eslint-disable-next-line no-undef\n return !String(Symbol());\n});\n","var global = require('../internals/global');\nvar userAgent = require('../internals/engine-user-agent');\n\nvar process = global.process;\nvar versions = process && process.versions;\nvar v8 = versions && versions.v8;\nvar match, version;\n\nif (v8) {\n match = v8.split('.');\n version = match[0] + match[1];\n} else if (userAgent) {\n match = userAgent.match(/Edge\\/(\\d+)/);\n if (!match || match[1] >= 74) {\n match = userAgent.match(/Chrome\\/(\\d+)/);\n if (match) version = match[1];\n }\n}\n\nmodule.exports = version && +version;\n","module.exports = function(module) {\n\tif (!module.webpackPolyfill) {\n\t\tmodule.deprecate = function() {};\n\t\tmodule.paths = [];\n\t\t// module.parent = undefined by default\n\t\tif (!module.children) module.children = [];\n\t\tObject.defineProperty(module, \"loaded\", {\n\t\t\tenumerable: true,\n\t\t\tget: function() {\n\t\t\t\treturn module.l;\n\t\t\t}\n\t\t});\n\t\tObject.defineProperty(module, \"id\", {\n\t\t\tenumerable: true,\n\t\t\tget: function() {\n\t\t\t\treturn module.i;\n\t\t\t}\n\t\t});\n\t\tmodule.webpackPolyfill = 1;\n\t}\n\treturn module;\n};\n","var DESCRIPTORS = require('../internals/descriptors');\nvar propertyIsEnumerableModule = require('../internals/object-property-is-enumerable');\nvar createPropertyDescriptor = require('../internals/create-property-descriptor');\nvar toIndexedObject = require('../internals/to-indexed-object');\nvar toPrimitive = require('../internals/to-primitive');\nvar has = require('../internals/has');\nvar IE8_DOM_DEFINE = require('../internals/ie8-dom-define');\n\nvar nativeGetOwnPropertyDescriptor = Object.getOwnPropertyDescriptor;\n\n// `Object.getOwnPropertyDescriptor` method\n// https://tc39.github.io/ecma262/#sec-object.getownpropertydescriptor\nexports.f = DESCRIPTORS ? nativeGetOwnPropertyDescriptor : function getOwnPropertyDescriptor(O, P) {\n O = toIndexedObject(O);\n P = toPrimitive(P, true);\n if (IE8_DOM_DEFINE) try {\n return nativeGetOwnPropertyDescriptor(O, P);\n } catch (error) { /* empty */ }\n if (has(O, P)) return createPropertyDescriptor(!propertyIsEnumerableModule.f.call(O, P), O[P]);\n};\n","var DESCRIPTORS = require('../internals/descriptors');\nvar fails = require('../internals/fails');\nvar createElement = require('../internals/document-create-element');\n\n// Thank's IE8 for his funny defineProperty\nmodule.exports = !DESCRIPTORS && !fails(function () {\n return Object.defineProperty(createElement('div'), 'a', {\n get: function () { return 7; }\n }).a != 7;\n});\n","var global = require('../internals/global');\nvar createNonEnumerableProperty = require('../internals/create-non-enumerable-property');\nvar has = require('../internals/has');\nvar setGlobal = require('../internals/set-global');\nvar inspectSource = require('../internals/inspect-source');\nvar InternalStateModule = require('../internals/internal-state');\n\nvar getInternalState = InternalStateModule.get;\nvar enforceInternalState = InternalStateModule.enforce;\nvar TEMPLATE = String(String).split('String');\n\n(module.exports = function (O, key, value, options) {\n var unsafe = options ? !!options.unsafe : false;\n var simple = options ? !!options.enumerable : false;\n var noTargetGet = options ? !!options.noTargetGet : false;\n if (typeof value == 'function') {\n if (typeof key == 'string' && !has(value, 'name')) createNonEnumerableProperty(value, 'name', key);\n enforceInternalState(value).source = TEMPLATE.join(typeof key == 'string' ? key : '');\n }\n if (O === global) {\n if (simple) O[key] = value;\n else setGlobal(key, value);\n return;\n } else if (!unsafe) {\n delete O[key];\n } else if (!noTargetGet && O[key]) {\n simple = true;\n }\n if (simple) O[key] = value;\n else createNonEnumerableProperty(O, key, value);\n// add fake Function#toString for correct work wrapped methods / constructors with methods like LoDash isNative\n})(Function.prototype, 'toString', function toString() {\n return typeof this == 'function' && getInternalState(this).source || inspectSource(this);\n});\n","var store = require('../internals/shared-store');\n\nvar functionToString = Function.toString;\n\n// this helper broken in `3.4.1-3.4.4`, so we can't use `shared` helper\nif (typeof store.inspectSource != 'function') {\n store.inspectSource = function (it) {\n return functionToString.call(it);\n };\n}\n\nmodule.exports = store.inspectSource;\n","var global = require('../internals/global');\nvar setGlobal = require('../internals/set-global');\n\nvar SHARED = '__core-js_shared__';\nvar store = global[SHARED] || setGlobal(SHARED, {});\n\nmodule.exports = store;\n","var IS_PURE = require('../internals/is-pure');\nvar store = require('../internals/shared-store');\n\n(module.exports = function (key, value) {\n return store[key] || (store[key] = value !== undefined ? value : {});\n})('versions', []).push({\n version: '3.6.4',\n mode: IS_PURE ? 'pure' : 'global',\n copyright: '© 2020 Denis Pushkarev (zloirock.ru)'\n});\n","var id = 0;\nvar postfix = Math.random();\n\nmodule.exports = function (key) {\n return 'Symbol(' + String(key === undefined ? '' : key) + ')_' + (++id + postfix).toString(36);\n};\n","module.exports = {};\n","var path = require('../internals/path');\nvar global = require('../internals/global');\n\nvar aFunction = function (variable) {\n return typeof variable == 'function' ? variable : undefined;\n};\n\nmodule.exports = function (namespace, method) {\n return arguments.length < 2 ? aFunction(path[namespace]) || aFunction(global[namespace])\n : path[namespace] && path[namespace][method] || global[namespace] && global[namespace][method];\n};\n","var classof = require('../internals/classof-raw');\n\n// `IsArray` abstract operation\n// https://tc39.github.io/ecma262/#sec-isarray\nmodule.exports = Array.isArray || function isArray(arg) {\n return classof(arg) == 'Array';\n};\n","var isObject = require('../internals/is-object');\nvar isArray = require('../internals/is-array');\nvar wellKnownSymbol = require('../internals/well-known-symbol');\n\nvar SPECIES = wellKnownSymbol('species');\n\n// `ArraySpeciesCreate` abstract operation\n// https://tc39.github.io/ecma262/#sec-arrayspeciescreate\nmodule.exports = function (originalArray, length) {\n var C;\n if (isArray(originalArray)) {\n C = originalArray.constructor;\n // cross-realm fallback\n if (typeof C == 'function' && (C === Array || isArray(C.prototype))) C = undefined;\n else if (isObject(C)) {\n C = C[SPECIES];\n if (C === null) C = undefined;\n }\n } return new (C === undefined ? Array : C)(length === 0 ? 0 : length);\n};\n","var fails = require('../internals/fails');\n\nmodule.exports = !!Object.getOwnPropertySymbols && !fails(function () {\n // Chrome 38 Symbol has incorrect toString conversion\n // eslint-disable-next-line no-undef\n return !String(Symbol());\n});\n","var global = require('../internals/global');\nvar userAgent = require('../internals/engine-user-agent');\n\nvar process = global.process;\nvar versions = process && process.versions;\nvar v8 = versions && versions.v8;\nvar match, version;\n\nif (v8) {\n match = v8.split('.');\n version = match[0] + match[1];\n} else if (userAgent) {\n match = userAgent.match(/Edge\\/(\\d+)/);\n if (!match || match[1] >= 74) {\n match = userAgent.match(/Chrome\\/(\\d+)/);\n if (match) version = match[1];\n }\n}\n\nmodule.exports = version && +version;\n","var bind = require('../internals/function-bind-context');\nvar IndexedObject = require('../internals/indexed-object');\nvar toObject = require('../internals/to-object');\nvar toLength = require('../internals/to-length');\nvar arraySpeciesCreate = require('../internals/array-species-create');\n\nvar push = [].push;\n\n// `Array.prototype.{ forEach, map, filter, some, every, find, findIndex }` methods implementation\nvar createMethod = function (TYPE) {\n var IS_MAP = TYPE == 1;\n var IS_FILTER = TYPE == 2;\n var IS_SOME = TYPE == 3;\n var IS_EVERY = TYPE == 4;\n var IS_FIND_INDEX = TYPE == 6;\n var NO_HOLES = TYPE == 5 || IS_FIND_INDEX;\n return function ($this, callbackfn, that, specificCreate) {\n var O = toObject($this);\n var self = IndexedObject(O);\n var boundFunction = bind(callbackfn, that, 3);\n var length = toLength(self.length);\n var index = 0;\n var create = specificCreate || arraySpeciesCreate;\n var target = IS_MAP ? create($this, length) : IS_FILTER ? create($this, 0) : undefined;\n var value, result;\n for (;length > index; index++) if (NO_HOLES || index in self) {\n value = self[index];\n result = boundFunction(value, index, O);\n if (TYPE) {\n if (IS_MAP) target[index] = result; // map\n else if (result) switch (TYPE) {\n case 3: return true; // some\n case 5: return value; // find\n case 6: return index; // findIndex\n case 2: push.call(target, value); // filter\n } else if (IS_EVERY) return false; // every\n }\n }\n return IS_FIND_INDEX ? -1 : IS_SOME || IS_EVERY ? IS_EVERY : target;\n };\n};\n\nmodule.exports = {\n // `Array.prototype.forEach` method\n // https://tc39.github.io/ecma262/#sec-array.prototype.foreach\n forEach: createMethod(0),\n // `Array.prototype.map` method\n // https://tc39.github.io/ecma262/#sec-array.prototype.map\n map: createMethod(1),\n // `Array.prototype.filter` method\n // https://tc39.github.io/ecma262/#sec-array.prototype.filter\n filter: createMethod(2),\n // `Array.prototype.some` method\n // https://tc39.github.io/ecma262/#sec-array.prototype.some\n some: createMethod(3),\n // `Array.prototype.every` method\n // https://tc39.github.io/ecma262/#sec-array.prototype.every\n every: createMethod(4),\n // `Array.prototype.find` method\n // https://tc39.github.io/ecma262/#sec-array.prototype.find\n find: createMethod(5),\n // `Array.prototype.findIndex` method\n // https://tc39.github.io/ecma262/#sec-array.prototype.findIndex\n findIndex: createMethod(6)\n};\n","'use strict';\nvar fails = require('../internals/fails');\n\nmodule.exports = function (METHOD_NAME, argument) {\n var method = [][METHOD_NAME];\n return !!method && fails(function () {\n // eslint-disable-next-line no-useless-call,no-throw-literal\n method.call(null, argument || function () { throw 1; }, 1);\n });\n};\n","'use strict';\nvar $ = require('../internals/export');\nvar exec = require('../internals/regexp-exec');\n\n$({ target: 'RegExp', proto: true, forced: /./.exec !== exec }, {\n exec: exec\n});\n","'use strict';\n// TODO: Remove from `core-js@4` since it's moved to entry points\nrequire('../modules/es.regexp.exec');\nvar redefine = require('../internals/redefine');\nvar fails = require('../internals/fails');\nvar wellKnownSymbol = require('../internals/well-known-symbol');\nvar regexpExec = require('../internals/regexp-exec');\nvar createNonEnumerableProperty = require('../internals/create-non-enumerable-property');\n\nvar SPECIES = wellKnownSymbol('species');\n\nvar REPLACE_SUPPORTS_NAMED_GROUPS = !fails(function () {\n // #replace needs built-in support for named groups.\n // #match works fine because it just return the exec results, even if it has\n // a \"grops\" property.\n var re = /./;\n re.exec = function () {\n var result = [];\n result.groups = { a: '7' };\n return result;\n };\n return ''.replace(re, '$<a>') !== '7';\n});\n\n// IE <= 11 replaces $0 with the whole match, as if it was $&\n// https://stackoverflow.com/questions/6024666/getting-ie-to-replace-a-regex-with-the-literal-string-0\nvar REPLACE_KEEPS_$0 = (function () {\n return 'a'.replace(/./, '$0') === '$0';\n})();\n\nvar REPLACE = wellKnownSymbol('replace');\n// Safari <= 13.0.3(?) substitutes nth capture where n>m with an empty string\nvar REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE = (function () {\n if (/./[REPLACE]) {\n return /./[REPLACE]('a', '$0') === '';\n }\n return false;\n})();\n\n// Chrome 51 has a buggy \"split\" implementation when RegExp#exec !== nativeExec\n// Weex JS has frozen built-in prototypes, so use try / catch wrapper\nvar SPLIT_WORKS_WITH_OVERWRITTEN_EXEC = !fails(function () {\n var re = /(?:)/;\n var originalExec = re.exec;\n re.exec = function () { return originalExec.apply(this, arguments); };\n var result = 'ab'.split(re);\n return result.length !== 2 || result[0] !== 'a' || result[1] !== 'b';\n});\n\nmodule.exports = function (KEY, length, exec, sham) {\n var SYMBOL = wellKnownSymbol(KEY);\n\n var DELEGATES_TO_SYMBOL = !fails(function () {\n // String methods call symbol-named RegEp methods\n var O = {};\n O[SYMBOL] = function () { return 7; };\n return ''[KEY](O) != 7;\n });\n\n var DELEGATES_TO_EXEC = DELEGATES_TO_SYMBOL && !fails(function () {\n // Symbol-named RegExp methods call .exec\n var execCalled = false;\n var re = /a/;\n\n if (KEY === 'split') {\n // We can't use real regex here since it causes deoptimization\n // and serious performance degradation in V8\n // https://github.com/zloirock/core-js/issues/306\n re = {};\n // RegExp[@@split] doesn't call the regex's exec method, but first creates\n // a new one. We need to return the patched regex when creating the new one.\n re.constructor = {};\n re.constructor[SPECIES] = function () { return re; };\n re.flags = '';\n re[SYMBOL] = /./[SYMBOL];\n }\n\n re.exec = function () { execCalled = true; return null; };\n\n re[SYMBOL]('');\n return !execCalled;\n });\n\n if (\n !DELEGATES_TO_SYMBOL ||\n !DELEGATES_TO_EXEC ||\n (KEY === 'replace' && !(\n REPLACE_SUPPORTS_NAMED_GROUPS &&\n REPLACE_KEEPS_$0 &&\n !REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE\n )) ||\n (KEY === 'split' && !SPLIT_WORKS_WITH_OVERWRITTEN_EXEC)\n ) {\n var nativeRegExpMethod = /./[SYMBOL];\n var methods = exec(SYMBOL, ''[KEY], function (nativeMethod, regexp, str, arg2, forceStringMethod) {\n if (regexp.exec === regexpExec) {\n if (DELEGATES_TO_SYMBOL && !forceStringMethod) {\n // The native String method already delegates to @@method (this\n // polyfilled function), leasing to infinite recursion.\n // We avoid it by directly calling the native @@method method.\n return { done: true, value: nativeRegExpMethod.call(regexp, str, arg2) };\n }\n return { done: true, value: nativeMethod.call(str, regexp, arg2) };\n }\n return { done: false };\n }, {\n REPLACE_KEEPS_$0: REPLACE_KEEPS_$0,\n REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE: REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE\n });\n var stringMethod = methods[0];\n var regexMethod = methods[1];\n\n redefine(String.prototype, KEY, stringMethod);\n redefine(RegExp.prototype, SYMBOL, length == 2\n // 21.2.5.8 RegExp.prototype[@@replace](string, replaceValue)\n // 21.2.5.11 RegExp.prototype[@@split](string, limit)\n ? function (string, arg) { return regexMethod.call(string, this, arg); }\n // 21.2.5.6 RegExp.prototype[@@match](string)\n // 21.2.5.9 RegExp.prototype[@@search](string)\n : function (string) { return regexMethod.call(string, this); }\n );\n }\n\n if (sham) createNonEnumerableProperty(RegExp.prototype[SYMBOL], 'sham', true);\n};\n","'use strict';\nvar charAt = require('../internals/string-multibyte').charAt;\n\n// `AdvanceStringIndex` abstract operation\n// https://tc39.github.io/ecma262/#sec-advancestringindex\nmodule.exports = function (S, index, unicode) {\n return index + (unicode ? charAt(S, index).length : 1);\n};\n","var classof = require('./classof-raw');\nvar regexpExec = require('./regexp-exec');\n\n// `RegExpExec` abstract operation\n// https://tc39.github.io/ecma262/#sec-regexpexec\nmodule.exports = function (R, S) {\n var exec = R.exec;\n if (typeof exec === 'function') {\n var result = exec.call(R, S);\n if (typeof result !== 'object') {\n throw TypeError('RegExp exec method returned something other than an Object or null');\n }\n return result;\n }\n\n if (classof(R) !== 'RegExp') {\n throw TypeError('RegExp#exec called on incompatible receiver');\n }\n\n return regexpExec.call(R, S);\n};\n\n","'use strict';\n\nexports.__esModule = true;\nexports.HandlebarsEnvironment = HandlebarsEnvironment;\n// istanbul ignore next\n\nfunction _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { 'default': obj }; }\n\nvar _utils = require('./utils');\n\nvar _exception = require('./exception');\n\nvar _exception2 = _interopRequireDefault(_exception);\n\nvar _helpers = require('./helpers');\n\nvar _decorators = require('./decorators');\n\nvar _logger = require('./logger');\n\nvar _logger2 = _interopRequireDefault(_logger);\n\nvar _internalProtoAccess = require('./internal/proto-access');\n\nvar VERSION = '4.7.3';\nexports.VERSION = VERSION;\nvar COMPILER_REVISION = 8;\nexports.COMPILER_REVISION = COMPILER_REVISION;\nvar LAST_COMPATIBLE_COMPILER_REVISION = 7;\n\nexports.LAST_COMPATIBLE_COMPILER_REVISION = LAST_COMPATIBLE_COMPILER_REVISION;\nvar REVISION_CHANGES = {\n 1: '<= 1.0.rc.2', // 1.0.rc.2 is actually rev2 but doesn't report it\n 2: '== 1.0.0-rc.3',\n 3: '== 1.0.0-rc.4',\n 4: '== 1.x.x',\n 5: '== 2.0.0-alpha.x',\n 6: '>= 2.0.0-beta.1',\n 7: '>= 4.0.0 <4.3.0',\n 8: '>= 4.3.0'\n};\n\nexports.REVISION_CHANGES = REVISION_CHANGES;\nvar objectType = '[object Object]';\n\nfunction HandlebarsEnvironment(helpers, partials, decorators) {\n this.helpers = helpers || {};\n this.partials = partials || {};\n this.decorators = decorators || {};\n\n _helpers.registerDefaultHelpers(this);\n _decorators.registerDefaultDecorators(this);\n}\n\nHandlebarsEnvironment.prototype = {\n constructor: HandlebarsEnvironment,\n\n logger: _logger2['default'],\n log: _logger2['default'].log,\n\n registerHelper: function registerHelper(name, fn) {\n if (_utils.toString.call(name) === objectType) {\n if (fn) {\n throw new _exception2['default']('Arg not supported with multiple helpers');\n }\n _utils.extend(this.helpers, name);\n } else {\n this.helpers[name] = fn;\n }\n },\n unregisterHelper: function unregisterHelper(name) {\n delete this.helpers[name];\n },\n\n registerPartial: function registerPartial(name, partial) {\n if (_utils.toString.call(name) === objectType) {\n _utils.extend(this.partials, name);\n } else {\n if (typeof partial === 'undefined') {\n throw new _exception2['default']('Attempting to register a partial called \"' + name + '\" as undefined');\n }\n this.partials[name] = partial;\n }\n },\n unregisterPartial: function unregisterPartial(name) {\n delete this.partials[name];\n },\n\n registerDecorator: function registerDecorator(name, fn) {\n if (_utils.toString.call(name) === objectType) {\n if (fn) {\n throw new _exception2['default']('Arg not supported with multiple decorators');\n }\n _utils.extend(this.decorators, name);\n } else {\n this.decorators[name] = fn;\n }\n },\n unregisterDecorator: function unregisterDecorator(name) {\n delete this.decorators[name];\n },\n /**\n * Reset the memory of illegal property accesses that have already been logged.\n * @deprecated should only be used in handlebars test-cases\n */\n resetLoggedPropertyAccesses: function resetLoggedPropertyAccesses() {\n _internalProtoAccess.resetLoggedProperties();\n }\n};\n\nvar log = _logger2['default'].log;\n\nexports.log = log;\nexports.createFrame = _utils.createFrame;\nexports.logger = _logger2['default'];\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uL2xpYi9oYW5kbGViYXJzL2Jhc2UuanMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6Ijs7Ozs7Ozs7cUJBQThDLFNBQVM7O3lCQUNqQyxhQUFhOzs7O3VCQUNJLFdBQVc7OzBCQUNSLGNBQWM7O3NCQUNyQyxVQUFVOzs7O21DQUNTLHlCQUF5Qjs7QUFFeEQsSUFBTSxPQUFPLEdBQUcsT0FBTyxDQUFDOztBQUN4QixJQUFNLGlCQUFpQixHQUFHLENBQUMsQ0FBQzs7QUFDNUIsSUFBTSxpQ0FBaUMsR0FBRyxDQUFDLENBQUM7OztBQUU1QyxJQUFNLGdCQUFnQixHQUFHO0FBQzlCLEdBQUMsRUFBRSxhQUFhO0FBQ2hCLEdBQUMsRUFBRSxlQUFlO0FBQ2xCLEdBQUMsRUFBRSxlQUFlO0FBQ2xCLEdBQUMsRUFBRSxVQUFVO0FBQ2IsR0FBQyxFQUFFLGtCQUFrQjtBQUNyQixHQUFDLEVBQUUsaUJBQWlCO0FBQ3BCLEdBQUMsRUFBRSxpQkFBaUI7QUFDcEIsR0FBQyxFQUFFLFVBQVU7Q0FDZCxDQUFDOzs7QUFFRixJQUFNLFVBQVUsR0FBRyxpQkFBaUIsQ0FBQzs7QUFFOUIsU0FBUyxxQkFBcUIsQ0FBQyxPQUFPLEVBQUUsUUFBUSxFQUFFLFVBQVUsRUFBRTtBQUNuRSxNQUFJLENBQUMsT0FBTyxHQUFHLE9BQU8sSUFBSSxFQUFFLENBQUM7QUFDN0IsTUFBSSxDQUFDLFFBQVEsR0FBRyxRQUFRLElBQUksRUFBRSxDQUFDO0FBQy9CLE1BQUksQ0FBQyxVQUFVLEdBQUcsVUFBVSxJQUFJLEVBQUUsQ0FBQzs7QUFFbkMsa0NBQXVCLElBQUksQ0FBQyxDQUFDO0FBQzdCLHdDQUEwQixJQUFJLENBQUMsQ0FBQztDQUNqQzs7QUFFRCxxQkFBcUIsQ0FBQyxTQUFTLEdBQUc7QUFDaEMsYUFBVyxFQUFFLHFCQUFxQjs7QUFFbEMsUUFBTSxxQkFBUTtBQUNkLEtBQUcsRUFBRSxvQkFBTyxHQUFHOztBQUVmLGdCQUFjLEVBQUUsd0JBQVMsSUFBSSxFQUFFLEVBQUUsRUFBRTtBQUNqQyxRQUFJLGdCQUFTLElBQUksQ0FBQyxJQUFJLENBQUMsS0FBSyxVQUFVLEVBQUU7QUFDdEMsVUFBSSxFQUFFLEVBQUU7QUFDTixjQUFNLDJCQUFjLHlDQUF5QyxDQUFDLENBQUM7T0FDaEU7QUFDRCxvQkFBTyxJQUFJLENBQUMsT0FBTyxFQUFFLElBQUksQ0FBQyxDQUFDO0tBQzVCLE1BQU07QUFDTCxVQUFJLENBQUMsT0FBTyxDQUFDLElBQUksQ0FBQyxHQUFHLEVBQUUsQ0FBQztLQUN6QjtHQUNGO0FBQ0Qsa0JBQWdCLEVBQUUsMEJBQVMsSUFBSSxFQUFFO0FBQy9CLFdBQU8sSUFBSSxDQUFDLE9BQU8sQ0FBQyxJQUFJLENBQUMsQ0FBQztHQUMzQjs7QUFFRCxpQkFBZSxFQUFFLHlCQUFTLElBQUksRUFBRSxPQUFPLEVBQUU7QUFDdkMsUUFBSSxnQkFBUyxJQUFJLENBQUMsSUFBSSxDQUFDLEtBQUssVUFBVSxFQUFFO0FBQ3RDLG9CQUFPLElBQUksQ0FBQyxRQUFRLEVBQUUsSUFBSSxDQUFDLENBQUM7S0FDN0IsTUFBTTtBQUNMLFVBQUksT0FBTyxPQUFPLEtBQUssV0FBVyxFQUFFO0FBQ2xDLGNBQU0seUVBQ3dDLElBQUksb0JBQ2pELENBQUM7T0FDSDtBQUNELFVBQUksQ0FBQyxRQUFRLENBQUMsSUFBSSxDQUFDLEdBQUcsT0FBTyxDQUFDO0tBQy9CO0dBQ0Y7QUFDRCxtQkFBaUIsRUFBRSwyQkFBUyxJQUFJLEVBQUU7QUFDaEMsV0FBTyxJQUFJLENBQUMsUUFBUSxDQUFDLElBQUksQ0FBQyxDQUFDO0dBQzVCOztBQUVELG1CQUFpQixFQUFFLDJCQUFTLElBQUksRUFBRSxFQUFFLEVBQUU7QUFDcEMsUUFBSSxnQkFBUyxJQUFJLENBQUMsSUFBSSxDQUFDLEtBQUssVUFBVSxFQUFFO0FBQ3RDLFVBQUksRUFBRSxFQUFFO0FBQ04sY0FBTSwyQkFBYyw0Q0FBNEMsQ0FBQyxDQUFDO09BQ25FO0FBQ0Qsb0JBQU8sSUFBSSxDQUFDLFVBQVUsRUFBRSxJQUFJLENBQUMsQ0FBQztLQUMvQixNQUFNO0FBQ0wsVUFBSSxDQUFDLFVBQVUsQ0FBQyxJQUFJLENBQUMsR0FBRyxFQUFFLENBQUM7S0FDNUI7R0FDRjtBQUNELHFCQUFtQixFQUFFLDZCQUFTLElBQUksRUFBRTtBQUNsQyxXQUFPLElBQUksQ0FBQyxVQUFVLENBQUMsSUFBSSxDQUFDLENBQUM7R0FDOUI7Ozs7O0FBS0QsNkJBQTJCLEVBQUEsdUNBQUc7QUFDNUIsZ0RBQXVCLENBQUM7R0FDekI7Q0FDRixDQUFDOztBQUVLLElBQUksR0FBRyxHQUFHLG9CQUFPLEdBQUcsQ0FBQzs7O1FBRW5CLFdBQVc7UUFBRSxNQUFNIiwiZmlsZSI6ImJhc2UuanMiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBjcmVhdGVGcmFtZSwgZXh0ZW5kLCB0b1N0cmluZyB9IGZyb20gJy4vdXRpbHMnO1xuaW1wb3J0IEV4Y2VwdGlvbiBmcm9tICcuL2V4Y2VwdGlvbic7XG5pbXBvcnQgeyByZWdpc3RlckRlZmF1bHRIZWxwZXJzIH0gZnJvbSAnLi9oZWxwZXJzJztcbmltcG9ydCB7IHJlZ2lzdGVyRGVmYXVsdERlY29yYXRvcnMgfSBmcm9tICcuL2RlY29yYXRvcnMnO1xuaW1wb3J0IGxvZ2dlciBmcm9tICcuL2xvZ2dlcic7XG5pbXBvcnQgeyByZXNldExvZ2dlZFByb3BlcnRpZXMgfSBmcm9tICcuL2ludGVybmFsL3Byb3RvLWFjY2Vzcyc7XG5cbmV4cG9ydCBjb25zdCBWRVJTSU9OID0gJzQuNy4zJztcbmV4cG9ydCBjb25zdCBDT01QSUxFUl9SRVZJU0lPTiA9IDg7XG5leHBvcnQgY29uc3QgTEFTVF9DT01QQVRJQkxFX0NPTVBJTEVSX1JFVklTSU9OID0gNztcblxuZXhwb3J0IGNvbnN0IFJFVklTSU9OX0NIQU5HRVMgPSB7XG4gIDE6ICc8PSAxLjAucmMuMicsIC8vIDEuMC5yYy4yIGlzIGFjdHVhbGx5IHJldjIgYnV0IGRvZXNuJ3QgcmVwb3J0IGl0XG4gIDI6ICc9PSAxLjAuMC1yYy4zJyxcbiAgMzogJz09IDEuMC4wLXJjLjQnLFxuICA0OiAnPT0gMS54LngnLFxuICA1OiAnPT0gMi4wLjAtYWxwaGEueCcsXG4gIDY6ICc+PSAyLjAuMC1iZXRhLjEnLFxuICA3OiAnPj0gNC4wLjAgPDQuMy4wJyxcbiAgODogJz49IDQuMy4wJ1xufTtcblxuY29uc3Qgb2JqZWN0VHlwZSA9ICdbb2JqZWN0IE9iamVjdF0nO1xuXG5leHBvcnQgZnVuY3Rpb24gSGFuZGxlYmFyc0Vudmlyb25tZW50KGhlbHBlcnMsIHBhcnRpYWxzLCBkZWNvcmF0b3JzKSB7XG4gIHRoaXMuaGVscGVycyA9IGhlbHBlcnMgfHwge307XG4gIHRoaXMucGFydGlhbHMgPSBwYXJ0aWFscyB8fCB7fTtcbiAgdGhpcy5kZWNvcmF0b3JzID0gZGVjb3JhdG9ycyB8fCB7fTtcblxuICByZWdpc3RlckRlZmF1bHRIZWxwZXJzKHRoaXMpO1xuICByZWdpc3RlckRlZmF1bHREZWNvcmF0b3JzKHRoaXMpO1xufVxuXG5IYW5kbGViYXJzRW52aXJvbm1lbnQucHJvdG90eXBlID0ge1xuICBjb25zdHJ1Y3RvcjogSGFuZGxlYmFyc0Vudmlyb25tZW50LFxuXG4gIGxvZ2dlcjogbG9nZ2VyLFxuICBsb2c6IGxvZ2dlci5sb2csXG5cbiAgcmVnaXN0ZXJIZWxwZXI6IGZ1bmN0aW9uKG5hbWUsIGZuKSB7XG4gICAgaWYgKHRvU3RyaW5nLmNhbGwobmFtZSkgPT09IG9iamVjdFR5cGUpIHtcbiAgICAgIGlmIChmbikge1xuICAgICAgICB0aHJvdyBuZXcgRXhjZXB0aW9uKCdBcmcgbm90IHN1cHBvcnRlZCB3aXRoIG11bHRpcGxlIGhlbHBlcnMnKTtcbiAgICAgIH1cbiAgICAgIGV4dGVuZCh0aGlzLmhlbHBlcnMsIG5hbWUpO1xuICAgIH0gZWxzZSB7XG4gICAgICB0aGlzLmhlbHBlcnNbbmFtZV0gPSBmbjtcbiAgICB9XG4gIH0sXG4gIHVucmVnaXN0ZXJIZWxwZXI6IGZ1bmN0aW9uKG5hbWUpIHtcbiAgICBkZWxldGUgdGhpcy5oZWxwZXJzW25hbWVdO1xuICB9LFxuXG4gIHJlZ2lzdGVyUGFydGlhbDogZnVuY3Rpb24obmFtZSwgcGFydGlhbCkge1xuICAgIGlmICh0b1N0cmluZy5jYWxsKG5hbWUpID09PSBvYmplY3RUeXBlKSB7XG4gICAgICBleHRlbmQodGhpcy5wYXJ0aWFscywgbmFtZSk7XG4gICAgfSBlbHNlIHtcbiAgICAgIGlmICh0eXBlb2YgcGFydGlhbCA9PT0gJ3VuZGVmaW5lZCcpIHtcbiAgICAgICAgdGhyb3cgbmV3IEV4Y2VwdGlvbihcbiAgICAgICAgICBgQXR0ZW1wdGluZyB0byByZWdpc3RlciBhIHBhcnRpYWwgY2FsbGVkIFwiJHtuYW1lfVwiIGFzIHVuZGVmaW5lZGBcbiAgICAgICAgKTtcbiAgICAgIH1cbiAgICAgIHRoaXMucGFydGlhbHNbbmFtZV0gPSBwYXJ0aWFsO1xuICAgIH1cbiAgfSxcbiAgdW5yZWdpc3RlclBhcnRpYWw6IGZ1bmN0aW9uKG5hbWUpIHtcbiAgICBkZWxldGUgdGhpcy5wYXJ0aWFsc1tuYW1lXTtcbiAgfSxcblxuICByZWdpc3RlckRlY29yYXRvcjogZnVuY3Rpb24obmFtZSwgZm4pIHtcbiAgICBpZiAodG9TdHJpbmcuY2FsbChuYW1lKSA9PT0gb2JqZWN0VHlwZSkge1xuICAgICAgaWYgKGZuKSB7XG4gICAgICAgIHRocm93IG5ldyBFeGNlcHRpb24oJ0FyZyBub3Qgc3VwcG9ydGVkIHdpdGggbXVsdGlwbGUgZGVjb3JhdG9ycycpO1xuICAgICAgfVxuICAgICAgZXh0ZW5kKHRoaXMuZGVjb3JhdG9ycywgbmFtZSk7XG4gICAgfSBlbHNlIHtcbiAgICAgIHRoaXMuZGVjb3JhdG9yc1tuYW1lXSA9IGZuO1xuICAgIH1cbiAgfSxcbiAgdW5yZWdpc3RlckRlY29yYXRvcjogZnVuY3Rpb24obmFtZSkge1xuICAgIGRlbGV0ZSB0aGlzLmRlY29yYXRvcnNbbmFtZV07XG4gIH0sXG4gIC8qKlxuICAgKiBSZXNldCB0aGUgbWVtb3J5IG9mIGlsbGVnYWwgcHJvcGVydHkgYWNjZXNzZXMgdGhhdCBoYXZlIGFscmVhZHkgYmVlbiBsb2dnZWQuXG4gICAqIEBkZXByZWNhdGVkIHNob3VsZCBvbmx5IGJlIHVzZWQgaW4gaGFuZGxlYmFycyB0ZXN0LWNhc2VzXG4gICAqL1xuICByZXNldExvZ2dlZFByb3BlcnR5QWNjZXNzZXMoKSB7XG4gICAgcmVzZXRMb2dnZWRQcm9wZXJ0aWVzKCk7XG4gIH1cbn07XG5cbmV4cG9ydCBsZXQgbG9nID0gbG9nZ2VyLmxvZztcblxuZXhwb3J0IHsgY3JlYXRlRnJhbWUsIGxvZ2dlciB9O1xuIl19\n","'use strict';\n\nexports.__esModule = true;\nexports.registerDefaultHelpers = registerDefaultHelpers;\nexports.moveHelperToHooks = moveHelperToHooks;\n// istanbul ignore next\n\nfunction _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { 'default': obj }; }\n\nvar _helpersBlockHelperMissing = require('./helpers/block-helper-missing');\n\nvar _helpersBlockHelperMissing2 = _interopRequireDefault(_helpersBlockHelperMissing);\n\nvar _helpersEach = require('./helpers/each');\n\nvar _helpersEach2 = _interopRequireDefault(_helpersEach);\n\nvar _helpersHelperMissing = require('./helpers/helper-missing');\n\nvar _helpersHelperMissing2 = _interopRequireDefault(_helpersHelperMissing);\n\nvar _helpersIf = require('./helpers/if');\n\nvar _helpersIf2 = _interopRequireDefault(_helpersIf);\n\nvar _helpersLog = require('./helpers/log');\n\nvar _helpersLog2 = _interopRequireDefault(_helpersLog);\n\nvar _helpersLookup = require('./helpers/lookup');\n\nvar _helpersLookup2 = _interopRequireDefault(_helpersLookup);\n\nvar _helpersWith = require('./helpers/with');\n\nvar _helpersWith2 = _interopRequireDefault(_helpersWith);\n\nfunction registerDefaultHelpers(instance) {\n _helpersBlockHelperMissing2['default'](instance);\n _helpersEach2['default'](instance);\n _helpersHelperMissing2['default'](instance);\n _helpersIf2['default'](instance);\n _helpersLog2['default'](instance);\n _helpersLookup2['default'](instance);\n _helpersWith2['default'](instance);\n}\n\nfunction moveHelperToHooks(instance, helperName, keepHelper) {\n if (instance.helpers[helperName]) {\n instance.hooks[helperName] = instance.helpers[helperName];\n if (!keepHelper) {\n delete instance.helpers[helperName];\n }\n }\n}\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uL2xpYi9oYW5kbGViYXJzL2hlbHBlcnMuanMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6Ijs7Ozs7Ozs7O3lDQUF1QyxnQ0FBZ0M7Ozs7MkJBQzlDLGdCQUFnQjs7OztvQ0FDUCwwQkFBMEI7Ozs7eUJBQ3JDLGNBQWM7Ozs7MEJBQ2IsZUFBZTs7Ozs2QkFDWixrQkFBa0I7Ozs7MkJBQ3BCLGdCQUFnQjs7OztBQUVsQyxTQUFTLHNCQUFzQixDQUFDLFFBQVEsRUFBRTtBQUMvQyx5Q0FBMkIsUUFBUSxDQUFDLENBQUM7QUFDckMsMkJBQWEsUUFBUSxDQUFDLENBQUM7QUFDdkIsb0NBQXNCLFFBQVEsQ0FBQyxDQUFDO0FBQ2hDLHlCQUFXLFFBQVEsQ0FBQyxDQUFDO0FBQ3JCLDBCQUFZLFFBQVEsQ0FBQyxDQUFDO0FBQ3RCLDZCQUFlLFFBQVEsQ0FBQyxDQUFDO0FBQ3pCLDJCQUFhLFFBQVEsQ0FBQyxDQUFDO0NBQ3hCOztBQUVNLFNBQVMsaUJBQWlCLENBQUMsUUFBUSxFQUFFLFVBQVUsRUFBRSxVQUFVLEVBQUU7QUFDbEUsTUFBSSxRQUFRLENBQUMsT0FBTyxDQUFDLFVBQVUsQ0FBQyxFQUFFO0FBQ2hDLFlBQVEsQ0FBQyxLQUFLLENBQUMsVUFBVSxDQUFDLEdBQUcsUUFBUSxDQUFDLE9BQU8sQ0FBQyxVQUFVLENBQUMsQ0FBQztBQUMxRCxRQUFJLENBQUMsVUFBVSxFQUFFO0FBQ2YsYUFBTyxRQUFRLENBQUMsT0FBTyxDQUFDLFVBQVUsQ0FBQyxDQUFDO0tBQ3JDO0dBQ0Y7Q0FDRiIsImZpbGUiOiJoZWxwZXJzLmpzIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHJlZ2lzdGVyQmxvY2tIZWxwZXJNaXNzaW5nIGZyb20gJy4vaGVscGVycy9ibG9jay1oZWxwZXItbWlzc2luZyc7XG5pbXBvcnQgcmVnaXN0ZXJFYWNoIGZyb20gJy4vaGVscGVycy9lYWNoJztcbmltcG9ydCByZWdpc3RlckhlbHBlck1pc3NpbmcgZnJvbSAnLi9oZWxwZXJzL2hlbHBlci1taXNzaW5nJztcbmltcG9ydCByZWdpc3RlcklmIGZyb20gJy4vaGVscGVycy9pZic7XG5pbXBvcnQgcmVnaXN0ZXJMb2cgZnJvbSAnLi9oZWxwZXJzL2xvZyc7XG5pbXBvcnQgcmVnaXN0ZXJMb29rdXAgZnJvbSAnLi9oZWxwZXJzL2xvb2t1cCc7XG5pbXBvcnQgcmVnaXN0ZXJXaXRoIGZyb20gJy4vaGVscGVycy93aXRoJztcblxuZXhwb3J0IGZ1bmN0aW9uIHJlZ2lzdGVyRGVmYXVsdEhlbHBlcnMoaW5zdGFuY2UpIHtcbiAgcmVnaXN0ZXJCbG9ja0hlbHBlck1pc3NpbmcoaW5zdGFuY2UpO1xuICByZWdpc3RlckVhY2goaW5zdGFuY2UpO1xuICByZWdpc3RlckhlbHBlck1pc3NpbmcoaW5zdGFuY2UpO1xuICByZWdpc3RlcklmKGluc3RhbmNlKTtcbiAgcmVnaXN0ZXJMb2coaW5zdGFuY2UpO1xuICByZWdpc3Rlckxvb2t1cChpbnN0YW5jZSk7XG4gIHJlZ2lzdGVyV2l0aChpbnN0YW5jZSk7XG59XG5cbmV4cG9ydCBmdW5jdGlvbiBtb3ZlSGVscGVyVG9Ib29rcyhpbnN0YW5jZSwgaGVscGVyTmFtZSwga2VlcEhlbHBlcikge1xuICBpZiAoaW5zdGFuY2UuaGVscGVyc1toZWxwZXJOYW1lXSkge1xuICAgIGluc3RhbmNlLmhvb2tzW2hlbHBlck5hbWVdID0gaW5zdGFuY2UuaGVscGVyc1toZWxwZXJOYW1lXTtcbiAgICBpZiAoIWtlZXBIZWxwZXIpIHtcbiAgICAgIGRlbGV0ZSBpbnN0YW5jZS5oZWxwZXJzW2hlbHBlck5hbWVdO1xuICAgIH1cbiAgfVxufVxuIl19\n","'use strict';\n\nexports.__esModule = true;\n\nvar _utils = require('./utils');\n\nvar logger = {\n methodMap: ['debug', 'info', 'warn', 'error'],\n level: 'info',\n\n // Maps a given level value to the `methodMap` indexes above.\n lookupLevel: function lookupLevel(level) {\n if (typeof level === 'string') {\n var levelMap = _utils.indexOf(logger.methodMap, level.toLowerCase());\n if (levelMap >= 0) {\n level = levelMap;\n } else {\n level = parseInt(level, 10);\n }\n }\n\n return level;\n },\n\n // Can be overridden in the host environment\n log: function log(level) {\n level = logger.lookupLevel(level);\n\n if (typeof console !== 'undefined' && logger.lookupLevel(logger.level) <= level) {\n var method = logger.methodMap[level];\n // eslint-disable-next-line no-console\n if (!console[method]) {\n method = 'log';\n }\n\n for (var _len = arguments.length, message = Array(_len > 1 ? _len - 1 : 0), _key = 1; _key < _len; _key++) {\n message[_key - 1] = arguments[_key];\n }\n\n console[method].apply(console, message); // eslint-disable-line no-console\n }\n }\n};\n\nexports['default'] = logger;\nmodule.exports = exports['default'];\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uL2xpYi9oYW5kbGViYXJzL2xvZ2dlci5qcyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiOzs7O3FCQUF3QixTQUFTOztBQUVqQyxJQUFJLE1BQU0sR0FBRztBQUNYLFdBQVMsRUFBRSxDQUFDLE9BQU8sRUFBRSxNQUFNLEVBQUUsTUFBTSxFQUFFLE9BQU8sQ0FBQztBQUM3QyxPQUFLLEVBQUUsTUFBTTs7O0FBR2IsYUFBVyxFQUFFLHFCQUFTLEtBQUssRUFBRTtBQUMzQixRQUFJLE9BQU8sS0FBSyxLQUFLLFFBQVEsRUFBRTtBQUM3QixVQUFJLFFBQVEsR0FBRyxlQUFRLE1BQU0sQ0FBQyxTQUFTLEVBQUUsS0FBSyxDQUFDLFdBQVcsRUFBRSxDQUFDLENBQUM7QUFDOUQsVUFBSSxRQUFRLElBQUksQ0FBQyxFQUFFO0FBQ2pCLGFBQUssR0FBRyxRQUFRLENBQUM7T0FDbEIsTUFBTTtBQUNMLGFBQUssR0FBRyxRQUFRLENBQUMsS0FBSyxFQUFFLEVBQUUsQ0FBQyxDQUFDO09BQzdCO0tBQ0Y7O0FBRUQsV0FBTyxLQUFLLENBQUM7R0FDZDs7O0FBR0QsS0FBRyxFQUFFLGFBQVMsS0FBSyxFQUFjO0FBQy9CLFNBQUssR0FBRyxNQUFNLENBQUMsV0FBVyxDQUFDLEtBQUssQ0FBQyxDQUFDOztBQUVsQyxRQUNFLE9BQU8sT0FBTyxLQUFLLFdBQVcsSUFDOUIsTUFBTSxDQUFDLFdBQVcsQ0FBQyxNQUFNLENBQUMsS0FBSyxDQUFDLElBQUksS0FBSyxFQUN6QztBQUNBLFVBQUksTUFBTSxHQUFHLE1BQU0sQ0FBQyxTQUFTLENBQUMsS0FBSyxDQUFDLENBQUM7O0FBRXJDLFVBQUksQ0FBQyxPQUFPLENBQUMsTUFBTSxDQUFDLEVBQUU7QUFDcEIsY0FBTSxHQUFHLEtBQUssQ0FBQztPQUNoQjs7d0NBWG1CLE9BQU87QUFBUCxlQUFPOzs7QUFZM0IsYUFBTyxDQUFDLE1BQU0sT0FBQyxDQUFmLE9BQU8sRUFBWSxPQUFPLENBQUMsQ0FBQztLQUM3QjtHQUNGO0NBQ0YsQ0FBQzs7cUJBRWEsTUFBTSIsImZpbGUiOiJsb2dnZXIuanMiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBpbmRleE9mIH0gZnJvbSAnLi91dGlscyc7XG5cbmxldCBsb2dnZXIgPSB7XG4gIG1ldGhvZE1hcDogWydkZWJ1ZycsICdpbmZvJywgJ3dhcm4nLCAnZXJyb3InXSxcbiAgbGV2ZWw6ICdpbmZvJyxcblxuICAvLyBNYXBzIGEgZ2l2ZW4gbGV2ZWwgdmFsdWUgdG8gdGhlIGBtZXRob2RNYXBgIGluZGV4ZXMgYWJvdmUuXG4gIGxvb2t1cExldmVsOiBmdW5jdGlvbihsZXZlbCkge1xuICAgIGlmICh0eXBlb2YgbGV2ZWwgPT09ICdzdHJpbmcnKSB7XG4gICAgICBsZXQgbGV2ZWxNYXAgPSBpbmRleE9mKGxvZ2dlci5tZXRob2RNYXAsIGxldmVsLnRvTG93ZXJDYXNlKCkpO1xuICAgICAgaWYgKGxldmVsTWFwID49IDApIHtcbiAgICAgICAgbGV2ZWwgPSBsZXZlbE1hcDtcbiAgICAgIH0gZWxzZSB7XG4gICAgICAgIGxldmVsID0gcGFyc2VJbnQobGV2ZWwsIDEwKTtcbiAgICAgIH1cbiAgICB9XG5cbiAgICByZXR1cm4gbGV2ZWw7XG4gIH0sXG5cbiAgLy8gQ2FuIGJlIG92ZXJyaWRkZW4gaW4gdGhlIGhvc3QgZW52aXJvbm1lbnRcbiAgbG9nOiBmdW5jdGlvbihsZXZlbCwgLi4ubWVzc2FnZSkge1xuICAgIGxldmVsID0gbG9nZ2VyLmxvb2t1cExldmVsKGxldmVsKTtcblxuICAgIGlmIChcbiAgICAgIHR5cGVvZiBjb25zb2xlICE9PSAndW5kZWZpbmVkJyAmJlxuICAgICAgbG9nZ2VyLmxvb2t1cExldmVsKGxvZ2dlci5sZXZlbCkgPD0gbGV2ZWxcbiAgICApIHtcbiAgICAgIGxldCBtZXRob2QgPSBsb2dnZXIubWV0aG9kTWFwW2xldmVsXTtcbiAgICAgIC8vIGVzbGludC1kaXNhYmxlLW5leHQtbGluZSBuby1jb25zb2xlXG4gICAgICBpZiAoIWNvbnNvbGVbbWV0aG9kXSkge1xuICAgICAgICBtZXRob2QgPSAnbG9nJztcbiAgICAgIH1cbiAgICAgIGNvbnNvbGVbbWV0aG9kXSguLi5tZXNzYWdlKTsgLy8gZXNsaW50LWRpc2FibGUtbGluZSBuby1jb25zb2xlXG4gICAgfVxuICB9XG59O1xuXG5leHBvcnQgZGVmYXVsdCBsb2dnZXI7XG4iXX0=\n","'use strict';\n\nexports.__esModule = true;\nexports.createProtoAccessControl = createProtoAccessControl;\nexports.resultIsAllowed = resultIsAllowed;\nexports.resetLoggedProperties = resetLoggedProperties;\n// istanbul ignore next\n\nfunction _interopRequireWildcard(obj) { if (obj && obj.__esModule) { return obj; } else { var newObj = {}; if (obj != null) { for (var key in obj) { if (Object.prototype.hasOwnProperty.call(obj, key)) newObj[key] = obj[key]; } } newObj['default'] = obj; return newObj; } }\n\nvar _createNewLookupObject = require('./create-new-lookup-object');\n\nvar _logger = require('../logger');\n\nvar logger = _interopRequireWildcard(_logger);\n\nvar loggedProperties = Object.create(null);\n\nfunction createProtoAccessControl(runtimeOptions) {\n var defaultMethodWhiteList = Object.create(null);\n defaultMethodWhiteList['constructor'] = false;\n defaultMethodWhiteList['__defineGetter__'] = false;\n defaultMethodWhiteList['__defineSetter__'] = false;\n defaultMethodWhiteList['__lookupGetter__'] = false;\n\n var defaultPropertyWhiteList = Object.create(null);\n // eslint-disable-next-line no-proto\n defaultPropertyWhiteList['__proto__'] = false;\n\n return {\n properties: {\n whitelist: _createNewLookupObject.createNewLookupObject(defaultPropertyWhiteList, runtimeOptions.allowedProtoProperties),\n defaultValue: runtimeOptions.allowProtoPropertiesByDefault\n },\n methods: {\n whitelist: _createNewLookupObject.createNewLookupObject(defaultMethodWhiteList, runtimeOptions.allowedProtoMethods),\n defaultValue: runtimeOptions.allowProtoMethodsByDefault\n }\n };\n}\n\nfunction resultIsAllowed(result, protoAccessControl, propertyName) {\n if (typeof result === 'function') {\n return checkWhiteList(protoAccessControl.methods, propertyName);\n } else {\n return checkWhiteList(protoAccessControl.properties, propertyName);\n }\n}\n\nfunction checkWhiteList(protoAccessControlForType, propertyName) {\n if (protoAccessControlForType.whitelist[propertyName] !== undefined) {\n return protoAccessControlForType.whitelist[propertyName] === true;\n }\n if (protoAccessControlForType.defaultValue !== undefined) {\n return protoAccessControlForType.defaultValue;\n }\n logUnexpecedPropertyAccessOnce(propertyName);\n return false;\n}\n\nfunction logUnexpecedPropertyAccessOnce(propertyName) {\n if (loggedProperties[propertyName] !== true) {\n loggedProperties[propertyName] = true;\n logger.log('error', 'Handlebars: Access has been denied to resolve the property \"' + propertyName + '\" because it is not an \"own property\" of its parent.\\n' + 'You can add a runtime option to disable the check or this warning:\\n' + 'See https://handlebarsjs.com/api-reference/runtime-options.html#options-to-control-prototype-access for details');\n }\n}\n\nfunction resetLoggedProperties() {\n Object.keys(loggedProperties).forEach(function (propertyName) {\n delete loggedProperties[propertyName];\n });\n}\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uL2xpYi9oYW5kbGViYXJzL2ludGVybmFsL3Byb3RvLWFjY2Vzcy5qcyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiOzs7Ozs7Ozs7O3FDQUFzQyw0QkFBNEI7O3NCQUMxQyxXQUFXOztJQUF2QixNQUFNOztBQUVsQixJQUFNLGdCQUFnQixHQUFHLE1BQU0sQ0FBQyxNQUFNLENBQUMsSUFBSSxDQUFDLENBQUM7O0FBRXRDLFNBQVMsd0JBQXdCLENBQUMsY0FBYyxFQUFFO0FBQ3ZELE1BQUksc0JBQXNCLEdBQUcsTUFBTSxDQUFDLE1BQU0sQ0FBQyxJQUFJLENBQUMsQ0FBQztBQUNqRCx3QkFBc0IsQ0FBQyxhQUFhLENBQUMsR0FBRyxLQUFLLENBQUM7QUFDOUMsd0JBQXNCLENBQUMsa0JBQWtCLENBQUMsR0FBRyxLQUFLLENBQUM7QUFDbkQsd0JBQXNCLENBQUMsa0JBQWtCLENBQUMsR0FBRyxLQUFLLENBQUM7QUFDbkQsd0JBQXNCLENBQUMsa0JBQWtCLENBQUMsR0FBRyxLQUFLLENBQUM7O0FBRW5ELE1BQUksd0JBQXdCLEdBQUcsTUFBTSxDQUFDLE1BQU0sQ0FBQyxJQUFJLENBQUMsQ0FBQzs7QUFFbkQsMEJBQXdCLENBQUMsV0FBVyxDQUFDLEdBQUcsS0FBSyxDQUFDOztBQUU5QyxTQUFPO0FBQ0wsY0FBVSxFQUFFO0FBQ1YsZUFBUyxFQUFFLDZDQUNULHdCQUF3QixFQUN4QixjQUFjLENBQUMsc0JBQXNCLENBQ3RDO0FBQ0Qsa0JBQVksRUFBRSxjQUFjLENBQUMsNkJBQTZCO0tBQzNEO0FBQ0QsV0FBTyxFQUFFO0FBQ1AsZUFBUyxFQUFFLDZDQUNULHNCQUFzQixFQUN0QixjQUFjLENBQUMsbUJBQW1CLENBQ25DO0FBQ0Qsa0JBQVksRUFBRSxjQUFjLENBQUMsMEJBQTBCO0tBQ3hEO0dBQ0YsQ0FBQztDQUNIOztBQUVNLFNBQVMsZUFBZSxDQUFDLE1BQU0sRUFBRSxrQkFBa0IsRUFBRSxZQUFZLEVBQUU7QUFDeEUsTUFBSSxPQUFPLE1BQU0sS0FBSyxVQUFVLEVBQUU7QUFDaEMsV0FBTyxjQUFjLENBQUMsa0JBQWtCLENBQUMsT0FBTyxFQUFFLFlBQVksQ0FBQyxDQUFDO0dBQ2pFLE1BQU07QUFDTCxXQUFPLGNBQWMsQ0FBQyxrQkFBa0IsQ0FBQyxVQUFVLEVBQUUsWUFBWSxDQUFDLENBQUM7R0FDcEU7Q0FDRjs7QUFFRCxTQUFTLGNBQWMsQ0FBQyx5QkFBeUIsRUFBRSxZQUFZLEVBQUU7QUFDL0QsTUFBSSx5QkFBeUIsQ0FBQyxTQUFTLENBQUMsWUFBWSxDQUFDLEtBQUssU0FBUyxFQUFFO0FBQ25FLFdBQU8seUJBQXlCLENBQUMsU0FBUyxDQUFDLFlBQVksQ0FBQyxLQUFLLElBQUksQ0FBQztHQUNuRTtBQUNELE1BQUkseUJBQXlCLENBQUMsWUFBWSxLQUFLLFNBQVMsRUFBRTtBQUN4RCxXQUFPLHlCQUF5QixDQUFDLFlBQVksQ0FBQztHQUMvQztBQUNELGdDQUE4QixDQUFDLFlBQVksQ0FBQyxDQUFDO0FBQzdDLFNBQU8sS0FBSyxDQUFDO0NBQ2Q7O0FBRUQsU0FBUyw4QkFBOEIsQ0FBQyxZQUFZLEVBQUU7QUFDcEQsTUFBSSxnQkFBZ0IsQ0FBQyxZQUFZLENBQUMsS0FBSyxJQUFJLEVBQUU7QUFDM0Msb0JBQWdCLENBQUMsWUFBWSxDQUFDLEdBQUcsSUFBSSxDQUFDO0FBQ3RDLFVBQU0sQ0FBQyxHQUFHLENBQ1IsT0FBTyxFQUNQLGlFQUErRCxZQUFZLG9JQUNILG9IQUMyQyxDQUNwSCxDQUFDO0dBQ0g7Q0FDRjs7QUFFTSxTQUFTLHFCQUFxQixHQUFHO0FBQ3RDLFFBQU0sQ0FBQyxJQUFJLENBQUMsZ0JBQWdCLENBQUMsQ0FBQyxPQUFPLENBQUMsVUFBQSxZQUFZLEVBQUk7QUFDcEQsV0FBTyxnQkFBZ0IsQ0FBQyxZQUFZLENBQUMsQ0FBQztHQUN2QyxDQUFDLENBQUM7Q0FDSiIsImZpbGUiOiJwcm90by1hY2Nlc3MuanMiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBjcmVhdGVOZXdMb29rdXBPYmplY3QgfSBmcm9tICcuL2NyZWF0ZS1uZXctbG9va3VwLW9iamVjdCc7XG5pbXBvcnQgKiBhcyBsb2dnZXIgZnJvbSAnLi4vbG9nZ2VyJztcblxuY29uc3QgbG9nZ2VkUHJvcGVydGllcyA9IE9iamVjdC5jcmVhdGUobnVsbCk7XG5cbmV4cG9ydCBmdW5jdGlvbiBjcmVhdGVQcm90b0FjY2Vzc0NvbnRyb2wocnVudGltZU9wdGlvbnMpIHtcbiAgbGV0IGRlZmF1bHRNZXRob2RXaGl0ZUxpc3QgPSBPYmplY3QuY3JlYXRlKG51bGwpO1xuICBkZWZhdWx0TWV0aG9kV2hpdGVMaXN0Wydjb25zdHJ1Y3RvciddID0gZmFsc2U7XG4gIGRlZmF1bHRNZXRob2RXaGl0ZUxpc3RbJ19fZGVmaW5lR2V0dGVyX18nXSA9IGZhbHNlO1xuICBkZWZhdWx0TWV0aG9kV2hpdGVMaXN0WydfX2RlZmluZVNldHRlcl9fJ10gPSBmYWxzZTtcbiAgZGVmYXVsdE1ldGhvZFdoaXRlTGlzdFsnX19sb29rdXBHZXR0ZXJfXyddID0gZmFsc2U7XG5cbiAgbGV0IGRlZmF1bHRQcm9wZXJ0eVdoaXRlTGlzdCA9IE9iamVjdC5jcmVhdGUobnVsbCk7XG4gIC8vIGVzbGludC1kaXNhYmxlLW5leHQtbGluZSBuby1wcm90b1xuICBkZWZhdWx0UHJvcGVydHlXaGl0ZUxpc3RbJ19fcHJvdG9fXyddID0gZmFsc2U7XG5cbiAgcmV0dXJuIHtcbiAgICBwcm9wZXJ0aWVzOiB7XG4gICAgICB3aGl0ZWxpc3Q6IGNyZWF0ZU5ld0xvb2t1cE9iamVjdChcbiAgICAgICAgZGVmYXVsdFByb3BlcnR5V2hpdGVMaXN0LFxuICAgICAgICBydW50aW1lT3B0aW9ucy5hbGxvd2VkUHJvdG9Qcm9wZXJ0aWVzXG4gICAgICApLFxuICAgICAgZGVmYXVsdFZhbHVlOiBydW50aW1lT3B0aW9ucy5hbGxvd1Byb3RvUHJvcGVydGllc0J5RGVmYXVsdFxuICAgIH0sXG4gICAgbWV0aG9kczoge1xuICAgICAgd2hpdGVsaXN0OiBjcmVhdGVOZXdMb29rdXBPYmplY3QoXG4gICAgICAgIGRlZmF1bHRNZXRob2RXaGl0ZUxpc3QsXG4gICAgICAgIHJ1bnRpbWVPcHRpb25zLmFsbG93ZWRQcm90b01ldGhvZHNcbiAgICAgICksXG4gICAgICBkZWZhdWx0VmFsdWU6IHJ1bnRpbWVPcHRpb25zLmFsbG93UHJvdG9NZXRob2RzQnlEZWZhdWx0XG4gICAgfVxuICB9O1xufVxuXG5leHBvcnQgZnVuY3Rpb24gcmVzdWx0SXNBbGxvd2VkKHJlc3VsdCwgcHJvdG9BY2Nlc3NDb250cm9sLCBwcm9wZXJ0eU5hbWUpIHtcbiAgaWYgKHR5cGVvZiByZXN1bHQgPT09ICdmdW5jdGlvbicpIHtcbiAgICByZXR1cm4gY2hlY2tXaGl0ZUxpc3QocHJvdG9BY2Nlc3NDb250cm9sLm1ldGhvZHMsIHByb3BlcnR5TmFtZSk7XG4gIH0gZWxzZSB7XG4gICAgcmV0dXJuIGNoZWNrV2hpdGVMaXN0KHByb3RvQWNjZXNzQ29udHJvbC5wcm9wZXJ0aWVzLCBwcm9wZXJ0eU5hbWUpO1xuICB9XG59XG5cbmZ1bmN0aW9uIGNoZWNrV2hpdGVMaXN0KHByb3RvQWNjZXNzQ29udHJvbEZvclR5cGUsIHByb3BlcnR5TmFtZSkge1xuICBpZiAocHJvdG9BY2Nlc3NDb250cm9sRm9yVHlwZS53aGl0ZWxpc3RbcHJvcGVydHlOYW1lXSAhPT0gdW5kZWZpbmVkKSB7XG4gICAgcmV0dXJuIHByb3RvQWNjZXNzQ29udHJvbEZvclR5cGUud2hpdGVsaXN0W3Byb3BlcnR5TmFtZV0gPT09IHRydWU7XG4gIH1cbiAgaWYgKHByb3RvQWNjZXNzQ29udHJvbEZvclR5cGUuZGVmYXVsdFZhbHVlICE9PSB1bmRlZmluZWQpIHtcbiAgICByZXR1cm4gcHJvdG9BY2Nlc3NDb250cm9sRm9yVHlwZS5kZWZhdWx0VmFsdWU7XG4gIH1cbiAgbG9nVW5leHBlY2VkUHJvcGVydHlBY2Nlc3NPbmNlKHByb3BlcnR5TmFtZSk7XG4gIHJldHVybiBmYWxzZTtcbn1cblxuZnVuY3Rpb24gbG9nVW5leHBlY2VkUHJvcGVydHlBY2Nlc3NPbmNlKHByb3BlcnR5TmFtZSkge1xuICBpZiAobG9nZ2VkUHJvcGVydGllc1twcm9wZXJ0eU5hbWVdICE9PSB0cnVlKSB7XG4gICAgbG9nZ2VkUHJvcGVydGllc1twcm9wZXJ0eU5hbWVdID0gdHJ1ZTtcbiAgICBsb2dnZXIubG9nKFxuICAgICAgJ2Vycm9yJyxcbiAgICAgIGBIYW5kbGViYXJzOiBBY2Nlc3MgaGFzIGJlZW4gZGVuaWVkIHRvIHJlc29sdmUgdGhlIHByb3BlcnR5IFwiJHtwcm9wZXJ0eU5hbWV9XCIgYmVjYXVzZSBpdCBpcyBub3QgYW4gXCJvd24gcHJvcGVydHlcIiBvZiBpdHMgcGFyZW50LlxcbmAgK1xuICAgICAgICBgWW91IGNhbiBhZGQgYSBydW50aW1lIG9wdGlvbiB0byBkaXNhYmxlIHRoZSBjaGVjayBvciB0aGlzIHdhcm5pbmc6XFxuYCArXG4gICAgICAgIGBTZWUgaHR0cHM6Ly9oYW5kbGViYXJzanMuY29tL2FwaS1yZWZlcmVuY2UvcnVudGltZS1vcHRpb25zLmh0bWwjb3B0aW9ucy10by1jb250cm9sLXByb3RvdHlwZS1hY2Nlc3MgZm9yIGRldGFpbHNgXG4gICAgKTtcbiAgfVxufVxuXG5leHBvcnQgZnVuY3Rpb24gcmVzZXRMb2dnZWRQcm9wZXJ0aWVzKCkge1xuICBPYmplY3Qua2V5cyhsb2dnZWRQcm9wZXJ0aWVzKS5mb3JFYWNoKHByb3BlcnR5TmFtZSA9PiB7XG4gICAgZGVsZXRlIGxvZ2dlZFByb3BlcnRpZXNbcHJvcGVydHlOYW1lXTtcbiAgfSk7XG59XG4iXX0=\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n var af = moment.defineLocale('af', {\n months : 'Januarie_Februarie_Maart_April_Mei_Junie_Julie_Augustus_September_Oktober_November_Desember'.split('_'),\n monthsShort : 'Jan_Feb_Mrt_Apr_Mei_Jun_Jul_Aug_Sep_Okt_Nov_Des'.split('_'),\n weekdays : 'Sondag_Maandag_Dinsdag_Woensdag_Donderdag_Vrydag_Saterdag'.split('_'),\n weekdaysShort : 'Son_Maa_Din_Woe_Don_Vry_Sat'.split('_'),\n weekdaysMin : 'So_Ma_Di_Wo_Do_Vr_Sa'.split('_'),\n meridiemParse: /vm|nm/i,\n isPM : function (input) {\n return /^nm$/i.test(input);\n },\n meridiem : function (hours, minutes, isLower) {\n if (hours < 12) {\n return isLower ? 'vm' : 'VM';\n } else {\n return isLower ? 'nm' : 'NM';\n }\n },\n longDateFormat : {\n LT : 'HH:mm',\n LTS : 'HH:mm:ss',\n L : 'DD/MM/YYYY',\n LL : 'D MMMM YYYY',\n LLL : 'D MMMM YYYY HH:mm',\n LLLL : 'dddd, D MMMM YYYY HH:mm'\n },\n calendar : {\n sameDay : '[Vandag om] LT',\n nextDay : '[Môre om] LT',\n nextWeek : 'dddd [om] LT',\n lastDay : '[Gister om] LT',\n lastWeek : '[Laas] dddd [om] LT',\n sameElse : 'L'\n },\n relativeTime : {\n future : 'oor %s',\n past : '%s gelede',\n s : '\\'n paar sekondes',\n ss : '%d sekondes',\n m : '\\'n minuut',\n mm : '%d minute',\n h : '\\'n uur',\n hh : '%d ure',\n d : '\\'n dag',\n dd : '%d dae',\n M : '\\'n maand',\n MM : '%d maande',\n y : '\\'n jaar',\n yy : '%d jaar'\n },\n dayOfMonthOrdinalParse: /\\d{1,2}(ste|de)/,\n ordinal : function (number) {\n return number + ((number === 1 || number === 8 || number >= 20) ? 'ste' : 'de'); // Thanks to Joris Röling : https://github.com/jjupiter\n },\n week : {\n dow : 1, // Maandag is die eerste dag van die week.\n doy : 4 // Die week wat die 4de Januarie bevat is die eerste week van die jaar.\n }\n });\n\n return af;\n\n})));\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n var symbolMap = {\n '1': '١',\n '2': '٢',\n '3': '٣',\n '4': '٤',\n '5': '٥',\n '6': '٦',\n '7': '٧',\n '8': '٨',\n '9': '٩',\n '0': '٠'\n }, numberMap = {\n '١': '1',\n '٢': '2',\n '٣': '3',\n '٤': '4',\n '٥': '5',\n '٦': '6',\n '٧': '7',\n '٨': '8',\n '٩': '9',\n '٠': '0'\n }, pluralForm = function (n) {\n return n === 0 ? 0 : n === 1 ? 1 : n === 2 ? 2 : n % 100 >= 3 && n % 100 <= 10 ? 3 : n % 100 >= 11 ? 4 : 5;\n }, plurals = {\n s : ['أقل من ثانية', 'ثانية واحدة', ['ثانيتان', 'ثانيتين'], '%d ثوان', '%d ثانية', '%d ثانية'],\n m : ['أقل من دقيقة', 'دقيقة واحدة', ['دقيقتان', 'دقيقتين'], '%d دقائق', '%d دقيقة', '%d دقيقة'],\n h : ['أقل من ساعة', 'ساعة واحدة', ['ساعتان', 'ساعتين'], '%d ساعات', '%d ساعة', '%d ساعة'],\n d : ['أقل من يوم', 'يوم واحد', ['يومان', 'يومين'], '%d أيام', '%d يومًا', '%d يوم'],\n M : ['أقل من شهر', 'شهر واحد', ['شهران', 'شهرين'], '%d أشهر', '%d شهرا', '%d شهر'],\n y : ['أقل من عام', 'عام واحد', ['عامان', 'عامين'], '%d أعوام', '%d عامًا', '%d عام']\n }, pluralize = function (u) {\n return function (number, withoutSuffix, string, isFuture) {\n var f = pluralForm(number),\n str = plurals[u][pluralForm(number)];\n if (f === 2) {\n str = str[withoutSuffix ? 0 : 1];\n }\n return str.replace(/%d/i, number);\n };\n }, months = [\n 'يناير',\n 'فبراير',\n 'مارس',\n 'أبريل',\n 'مايو',\n 'يونيو',\n 'يوليو',\n 'أغسطس',\n 'سبتمبر',\n 'أكتوبر',\n 'نوفمبر',\n 'ديسمبر'\n ];\n\n var ar = moment.defineLocale('ar', {\n months : months,\n monthsShort : months,\n weekdays : 'الأحد_الإثنين_الثلاثاء_الأربعاء_الخميس_الجمعة_السبت'.split('_'),\n weekdaysShort : 'أحد_إثنين_ثلاثاء_أربعاء_خميس_جمعة_سبت'.split('_'),\n weekdaysMin : 'ح_ن_ث_ر_خ_ج_س'.split('_'),\n weekdaysParseExact : true,\n longDateFormat : {\n LT : 'HH:mm',\n LTS : 'HH:mm:ss',\n L : 'D/\\u200FM/\\u200FYYYY',\n LL : 'D MMMM YYYY',\n LLL : 'D MMMM YYYY HH:mm',\n LLLL : 'dddd D MMMM YYYY HH:mm'\n },\n meridiemParse: /ص|م/,\n isPM : function (input) {\n return 'م' === input;\n },\n meridiem : function (hour, minute, isLower) {\n if (hour < 12) {\n return 'ص';\n } else {\n return 'م';\n }\n },\n calendar : {\n sameDay: '[اليوم عند الساعة] LT',\n nextDay: '[غدًا عند الساعة] LT',\n nextWeek: 'dddd [عند الساعة] LT',\n lastDay: '[أمس عند الساعة] LT',\n lastWeek: 'dddd [عند الساعة] LT',\n sameElse: 'L'\n },\n relativeTime : {\n future : 'بعد %s',\n past : 'منذ %s',\n s : pluralize('s'),\n ss : pluralize('s'),\n m : pluralize('m'),\n mm : pluralize('m'),\n h : pluralize('h'),\n hh : pluralize('h'),\n d : pluralize('d'),\n dd : pluralize('d'),\n M : pluralize('M'),\n MM : pluralize('M'),\n y : pluralize('y'),\n yy : pluralize('y')\n },\n preparse: function (string) {\n return string.replace(/[١٢٣٤٥٦٧٨٩٠]/g, function (match) {\n return numberMap[match];\n }).replace(/،/g, ',');\n },\n postformat: function (string) {\n return string.replace(/\\d/g, function (match) {\n return symbolMap[match];\n }).replace(/,/g, '،');\n },\n week : {\n dow : 6, // Saturday is the first day of the week.\n doy : 12 // The week that contains Jan 12th is the first week of the year.\n }\n });\n\n return ar;\n\n})));\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n var arDz = moment.defineLocale('ar-dz', {\n months : 'جانفي_فيفري_مارس_أفريل_ماي_جوان_جويلية_أوت_سبتمبر_أكتوبر_نوفمبر_ديسمبر'.split('_'),\n monthsShort : 'جانفي_فيفري_مارس_أفريل_ماي_جوان_جويلية_أوت_سبتمبر_أكتوبر_نوفمبر_ديسمبر'.split('_'),\n weekdays : 'الأحد_الإثنين_الثلاثاء_الأربعاء_الخميس_الجمعة_السبت'.split('_'),\n weekdaysShort : 'احد_اثنين_ثلاثاء_اربعاء_خميس_جمعة_سبت'.split('_'),\n weekdaysMin : 'أح_إث_ثلا_أر_خم_جم_سب'.split('_'),\n weekdaysParseExact : true,\n longDateFormat : {\n LT : 'HH:mm',\n LTS : 'HH:mm:ss',\n L : 'DD/MM/YYYY',\n LL : 'D MMMM YYYY',\n LLL : 'D MMMM YYYY HH:mm',\n LLLL : 'dddd D MMMM YYYY HH:mm'\n },\n calendar : {\n sameDay: '[اليوم على الساعة] LT',\n nextDay: '[غدا على الساعة] LT',\n nextWeek: 'dddd [على الساعة] LT',\n lastDay: '[أمس على الساعة] LT',\n lastWeek: 'dddd [على الساعة] LT',\n sameElse: 'L'\n },\n relativeTime : {\n future : 'في %s',\n past : 'منذ %s',\n s : 'ثوان',\n ss : '%d ثانية',\n m : 'دقيقة',\n mm : '%d دقائق',\n h : 'ساعة',\n hh : '%d ساعات',\n d : 'يوم',\n dd : '%d أيام',\n M : 'شهر',\n MM : '%d أشهر',\n y : 'سنة',\n yy : '%d سنوات'\n },\n week : {\n dow : 0, // Sunday is the first day of the week.\n doy : 4 // The week that contains Jan 4th is the first week of the year.\n }\n });\n\n return arDz;\n\n})));\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n var arKw = moment.defineLocale('ar-kw', {\n months : 'يناير_فبراير_مارس_أبريل_ماي_يونيو_يوليوز_غشت_شتنبر_أكتوبر_نونبر_دجنبر'.split('_'),\n monthsShort : 'يناير_فبراير_مارس_أبريل_ماي_يونيو_يوليوز_غشت_شتنبر_أكتوبر_نونبر_دجنبر'.split('_'),\n weekdays : 'الأحد_الإتنين_الثلاثاء_الأربعاء_الخميس_الجمعة_السبت'.split('_'),\n weekdaysShort : 'احد_اتنين_ثلاثاء_اربعاء_خميس_جمعة_سبت'.split('_'),\n weekdaysMin : 'ح_ن_ث_ر_خ_ج_س'.split('_'),\n weekdaysParseExact : true,\n longDateFormat : {\n LT : 'HH:mm',\n LTS : 'HH:mm:ss',\n L : 'DD/MM/YYYY',\n LL : 'D MMMM YYYY',\n LLL : 'D MMMM YYYY HH:mm',\n LLLL : 'dddd D MMMM YYYY HH:mm'\n },\n calendar : {\n sameDay: '[اليوم على الساعة] LT',\n nextDay: '[غدا على الساعة] LT',\n nextWeek: 'dddd [على الساعة] LT',\n lastDay: '[أمس على الساعة] LT',\n lastWeek: 'dddd [على الساعة] LT',\n sameElse: 'L'\n },\n relativeTime : {\n future : 'في %s',\n past : 'منذ %s',\n s : 'ثوان',\n ss : '%d ثانية',\n m : 'دقيقة',\n mm : '%d دقائق',\n h : 'ساعة',\n hh : '%d ساعات',\n d : 'يوم',\n dd : '%d أيام',\n M : 'شهر',\n MM : '%d أشهر',\n y : 'سنة',\n yy : '%d سنوات'\n },\n week : {\n dow : 0, // Sunday is the first day of the week.\n doy : 12 // The week that contains Jan 12th is the first week of the year.\n }\n });\n\n return arKw;\n\n})));\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n var symbolMap = {\n '1': '1',\n '2': '2',\n '3': '3',\n '4': '4',\n '5': '5',\n '6': '6',\n '7': '7',\n '8': '8',\n '9': '9',\n '0': '0'\n }, pluralForm = function (n) {\n return n === 0 ? 0 : n === 1 ? 1 : n === 2 ? 2 : n % 100 >= 3 && n % 100 <= 10 ? 3 : n % 100 >= 11 ? 4 : 5;\n }, plurals = {\n s : ['أقل من ثانية', 'ثانية واحدة', ['ثانيتان', 'ثانيتين'], '%d ثوان', '%d ثانية', '%d ثانية'],\n m : ['أقل من دقيقة', 'دقيقة واحدة', ['دقيقتان', 'دقيقتين'], '%d دقائق', '%d دقيقة', '%d دقيقة'],\n h : ['أقل من ساعة', 'ساعة واحدة', ['ساعتان', 'ساعتين'], '%d ساعات', '%d ساعة', '%d ساعة'],\n d : ['أقل من يوم', 'يوم واحد', ['يومان', 'يومين'], '%d أيام', '%d يومًا', '%d يوم'],\n M : ['أقل من شهر', 'شهر واحد', ['شهران', 'شهرين'], '%d أشهر', '%d شهرا', '%d شهر'],\n y : ['أقل من عام', 'عام واحد', ['عامان', 'عامين'], '%d أعوام', '%d عامًا', '%d عام']\n }, pluralize = function (u) {\n return function (number, withoutSuffix, string, isFuture) {\n var f = pluralForm(number),\n str = plurals[u][pluralForm(number)];\n if (f === 2) {\n str = str[withoutSuffix ? 0 : 1];\n }\n return str.replace(/%d/i, number);\n };\n }, months = [\n 'يناير',\n 'فبراير',\n 'مارس',\n 'أبريل',\n 'مايو',\n 'يونيو',\n 'يوليو',\n 'أغسطس',\n 'سبتمبر',\n 'أكتوبر',\n 'نوفمبر',\n 'ديسمبر'\n ];\n\n var arLy = moment.defineLocale('ar-ly', {\n months : months,\n monthsShort : months,\n weekdays : 'الأحد_الإثنين_الثلاثاء_الأربعاء_الخميس_الجمعة_السبت'.split('_'),\n weekdaysShort : 'أحد_إثنين_ثلاثاء_أربعاء_خميس_جمعة_سبت'.split('_'),\n weekdaysMin : 'ح_ن_ث_ر_خ_ج_س'.split('_'),\n weekdaysParseExact : true,\n longDateFormat : {\n LT : 'HH:mm',\n LTS : 'HH:mm:ss',\n L : 'D/\\u200FM/\\u200FYYYY',\n LL : 'D MMMM YYYY',\n LLL : 'D MMMM YYYY HH:mm',\n LLLL : 'dddd D MMMM YYYY HH:mm'\n },\n meridiemParse: /ص|م/,\n isPM : function (input) {\n return 'م' === input;\n },\n meridiem : function (hour, minute, isLower) {\n if (hour < 12) {\n return 'ص';\n } else {\n return 'م';\n }\n },\n calendar : {\n sameDay: '[اليوم عند الساعة] LT',\n nextDay: '[غدًا عند الساعة] LT',\n nextWeek: 'dddd [عند الساعة] LT',\n lastDay: '[أمس عند الساعة] LT',\n lastWeek: 'dddd [عند الساعة] LT',\n sameElse: 'L'\n },\n relativeTime : {\n future : 'بعد %s',\n past : 'منذ %s',\n s : pluralize('s'),\n ss : pluralize('s'),\n m : pluralize('m'),\n mm : pluralize('m'),\n h : pluralize('h'),\n hh : pluralize('h'),\n d : pluralize('d'),\n dd : pluralize('d'),\n M : pluralize('M'),\n MM : pluralize('M'),\n y : pluralize('y'),\n yy : pluralize('y')\n },\n preparse: function (string) {\n return string.replace(/،/g, ',');\n },\n postformat: function (string) {\n return string.replace(/\\d/g, function (match) {\n return symbolMap[match];\n }).replace(/,/g, '،');\n },\n week : {\n dow : 6, // Saturday is the first day of the week.\n doy : 12 // The week that contains Jan 12th is the first week of the year.\n }\n });\n\n return arLy;\n\n})));\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n var arMa = moment.defineLocale('ar-ma', {\n months : 'يناير_فبراير_مارس_أبريل_ماي_يونيو_يوليوز_غشت_شتنبر_أكتوبر_نونبر_دجنبر'.split('_'),\n monthsShort : 'يناير_فبراير_مارس_أبريل_ماي_يونيو_يوليوز_غشت_شتنبر_أكتوبر_نونبر_دجنبر'.split('_'),\n weekdays : 'الأحد_الإتنين_الثلاثاء_الأربعاء_الخميس_الجمعة_السبت'.split('_'),\n weekdaysShort : 'احد_اتنين_ثلاثاء_اربعاء_خميس_جمعة_سبت'.split('_'),\n weekdaysMin : 'ح_ن_ث_ر_خ_ج_س'.split('_'),\n weekdaysParseExact : true,\n longDateFormat : {\n LT : 'HH:mm',\n LTS : 'HH:mm:ss',\n L : 'DD/MM/YYYY',\n LL : 'D MMMM YYYY',\n LLL : 'D MMMM YYYY HH:mm',\n LLLL : 'dddd D MMMM YYYY HH:mm'\n },\n calendar : {\n sameDay: '[اليوم على الساعة] LT',\n nextDay: '[غدا على الساعة] LT',\n nextWeek: 'dddd [على الساعة] LT',\n lastDay: '[أمس على الساعة] LT',\n lastWeek: 'dddd [على الساعة] LT',\n sameElse: 'L'\n },\n relativeTime : {\n future : 'في %s',\n past : 'منذ %s',\n s : 'ثوان',\n ss : '%d ثانية',\n m : 'دقيقة',\n mm : '%d دقائق',\n h : 'ساعة',\n hh : '%d ساعات',\n d : 'يوم',\n dd : '%d أيام',\n M : 'شهر',\n MM : '%d أشهر',\n y : 'سنة',\n yy : '%d سنوات'\n },\n week : {\n dow : 6, // Saturday is the first day of the week.\n doy : 12 // The week that contains Jan 12th is the first week of the year.\n }\n });\n\n return arMa;\n\n})));\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n var symbolMap = {\n '1': '١',\n '2': '٢',\n '3': '٣',\n '4': '٤',\n '5': '٥',\n '6': '٦',\n '7': '٧',\n '8': '٨',\n '9': '٩',\n '0': '٠'\n }, numberMap = {\n '١': '1',\n '٢': '2',\n '٣': '3',\n '٤': '4',\n '٥': '5',\n '٦': '6',\n '٧': '7',\n '٨': '8',\n '٩': '9',\n '٠': '0'\n };\n\n var arSa = moment.defineLocale('ar-sa', {\n months : 'يناير_فبراير_مارس_أبريل_مايو_يونيو_يوليو_أغسطس_سبتمبر_أكتوبر_نوفمبر_ديسمبر'.split('_'),\n monthsShort : 'يناير_فبراير_مارس_أبريل_مايو_يونيو_يوليو_أغسطس_سبتمبر_أكتوبر_نوفمبر_ديسمبر'.split('_'),\n weekdays : 'الأحد_الإثنين_الثلاثاء_الأربعاء_الخميس_الجمعة_السبت'.split('_'),\n weekdaysShort : 'أحد_إثنين_ثلاثاء_أربعاء_خميس_جمعة_سبت'.split('_'),\n weekdaysMin : 'ح_ن_ث_ر_خ_ج_س'.split('_'),\n weekdaysParseExact : true,\n longDateFormat : {\n LT : 'HH:mm',\n LTS : 'HH:mm:ss',\n L : 'DD/MM/YYYY',\n LL : 'D MMMM YYYY',\n LLL : 'D MMMM YYYY HH:mm',\n LLLL : 'dddd D MMMM YYYY HH:mm'\n },\n meridiemParse: /ص|م/,\n isPM : function (input) {\n return 'م' === input;\n },\n meridiem : function (hour, minute, isLower) {\n if (hour < 12) {\n return 'ص';\n } else {\n return 'م';\n }\n },\n calendar : {\n sameDay: '[اليوم على الساعة] LT',\n nextDay: '[غدا على الساعة] LT',\n nextWeek: 'dddd [على الساعة] LT',\n lastDay: '[أمس على الساعة] LT',\n lastWeek: 'dddd [على الساعة] LT',\n sameElse: 'L'\n },\n relativeTime : {\n future : 'في %s',\n past : 'منذ %s',\n s : 'ثوان',\n ss : '%d ثانية',\n m : 'دقيقة',\n mm : '%d دقائق',\n h : 'ساعة',\n hh : '%d ساعات',\n d : 'يوم',\n dd : '%d أيام',\n M : 'شهر',\n MM : '%d أشهر',\n y : 'سنة',\n yy : '%d سنوات'\n },\n preparse: function (string) {\n return string.replace(/[١٢٣٤٥٦٧٨٩٠]/g, function (match) {\n return numberMap[match];\n }).replace(/،/g, ',');\n },\n postformat: function (string) {\n return string.replace(/\\d/g, function (match) {\n return symbolMap[match];\n }).replace(/,/g, '،');\n },\n week : {\n dow : 0, // Sunday is the first day of the week.\n doy : 6 // The week that contains Jan 6th is the first week of the year.\n }\n });\n\n return arSa;\n\n})));\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n var arTn = moment.defineLocale('ar-tn', {\n months: 'جانفي_فيفري_مارس_أفريل_ماي_جوان_جويلية_أوت_سبتمبر_أكتوبر_نوفمبر_ديسمبر'.split('_'),\n monthsShort: 'جانفي_فيفري_مارس_أفريل_ماي_جوان_جويلية_أوت_سبتمبر_أكتوبر_نوفمبر_ديسمبر'.split('_'),\n weekdays: 'الأحد_الإثنين_الثلاثاء_الأربعاء_الخميس_الجمعة_السبت'.split('_'),\n weekdaysShort: 'أحد_إثنين_ثلاثاء_أربعاء_خميس_جمعة_سبت'.split('_'),\n weekdaysMin: 'ح_ن_ث_ر_خ_ج_س'.split('_'),\n weekdaysParseExact : true,\n longDateFormat: {\n LT: 'HH:mm',\n LTS: 'HH:mm:ss',\n L: 'DD/MM/YYYY',\n LL: 'D MMMM YYYY',\n LLL: 'D MMMM YYYY HH:mm',\n LLLL: 'dddd D MMMM YYYY HH:mm'\n },\n calendar: {\n sameDay: '[اليوم على الساعة] LT',\n nextDay: '[غدا على الساعة] LT',\n nextWeek: 'dddd [على الساعة] LT',\n lastDay: '[أمس على الساعة] LT',\n lastWeek: 'dddd [على الساعة] LT',\n sameElse: 'L'\n },\n relativeTime: {\n future: 'في %s',\n past: 'منذ %s',\n s: 'ثوان',\n ss : '%d ثانية',\n m: 'دقيقة',\n mm: '%d دقائق',\n h: 'ساعة',\n hh: '%d ساعات',\n d: 'يوم',\n dd: '%d أيام',\n M: 'شهر',\n MM: '%d أشهر',\n y: 'سنة',\n yy: '%d سنوات'\n },\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 4 // The week that contains Jan 4th is the first week of the year.\n }\n });\n\n return arTn;\n\n})));\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n var suffixes = {\n 1: '-inci',\n 5: '-inci',\n 8: '-inci',\n 70: '-inci',\n 80: '-inci',\n 2: '-nci',\n 7: '-nci',\n 20: '-nci',\n 50: '-nci',\n 3: '-üncü',\n 4: '-üncü',\n 100: '-üncü',\n 6: '-ncı',\n 9: '-uncu',\n 10: '-uncu',\n 30: '-uncu',\n 60: '-ıncı',\n 90: '-ıncı'\n };\n\n var az = moment.defineLocale('az', {\n months : 'yanvar_fevral_mart_aprel_may_iyun_iyul_avqust_sentyabr_oktyabr_noyabr_dekabr'.split('_'),\n monthsShort : 'yan_fev_mar_apr_may_iyn_iyl_avq_sen_okt_noy_dek'.split('_'),\n weekdays : 'Bazar_Bazar ertəsi_Çərşənbə axşamı_Çərşənbə_Cümə axşamı_Cümə_Şənbə'.split('_'),\n weekdaysShort : 'Baz_BzE_ÇAx_Çər_CAx_Cüm_Şən'.split('_'),\n weekdaysMin : 'Bz_BE_ÇA_Çə_CA_Cü_Şə'.split('_'),\n weekdaysParseExact : true,\n longDateFormat : {\n LT : 'HH:mm',\n LTS : 'HH:mm:ss',\n L : 'DD.MM.YYYY',\n LL : 'D MMMM YYYY',\n LLL : 'D MMMM YYYY HH:mm',\n LLLL : 'dddd, D MMMM YYYY HH:mm'\n },\n calendar : {\n sameDay : '[bugün saat] LT',\n nextDay : '[sabah saat] LT',\n nextWeek : '[gələn həftə] dddd [saat] LT',\n lastDay : '[dünən] LT',\n lastWeek : '[keçən həftə] dddd [saat] LT',\n sameElse : 'L'\n },\n relativeTime : {\n future : '%s sonra',\n past : '%s əvvəl',\n s : 'birneçə saniyə',\n ss : '%d saniyə',\n m : 'bir dəqiqə',\n mm : '%d dəqiqə',\n h : 'bir saat',\n hh : '%d saat',\n d : 'bir gün',\n dd : '%d gün',\n M : 'bir ay',\n MM : '%d ay',\n y : 'bir il',\n yy : '%d il'\n },\n meridiemParse: /gecə|səhər|gündüz|axşam/,\n isPM : function (input) {\n return /^(gündüz|axşam)$/.test(input);\n },\n meridiem : function (hour, minute, isLower) {\n if (hour < 4) {\n return 'gecə';\n } else if (hour < 12) {\n return 'səhər';\n } else if (hour < 17) {\n return 'gündüz';\n } else {\n return 'axşam';\n }\n },\n dayOfMonthOrdinalParse: /\\d{1,2}-(ıncı|inci|nci|üncü|ncı|uncu)/,\n ordinal : function (number) {\n if (number === 0) { // special case for zero\n return number + '-ıncı';\n }\n var a = number % 10,\n b = number % 100 - a,\n c = number >= 100 ? 100 : null;\n return number + (suffixes[a] || suffixes[b] || suffixes[c]);\n },\n week : {\n dow : 1, // Monday is the first day of the week.\n doy : 7 // The week that contains Jan 7th is the first week of the year.\n }\n });\n\n return az;\n\n})));\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n function plural(word, num) {\n var forms = word.split('_');\n return num % 10 === 1 && num % 100 !== 11 ? forms[0] : (num % 10 >= 2 && num % 10 <= 4 && (num % 100 < 10 || num % 100 >= 20) ? forms[1] : forms[2]);\n }\n function relativeTimeWithPlural(number, withoutSuffix, key) {\n var format = {\n 'ss': withoutSuffix ? 'секунда_секунды_секунд' : 'секунду_секунды_секунд',\n 'mm': withoutSuffix ? 'хвіліна_хвіліны_хвілін' : 'хвіліну_хвіліны_хвілін',\n 'hh': withoutSuffix ? 'гадзіна_гадзіны_гадзін' : 'гадзіну_гадзіны_гадзін',\n 'dd': 'дзень_дні_дзён',\n 'MM': 'месяц_месяцы_месяцаў',\n 'yy': 'год_гады_гадоў'\n };\n if (key === 'm') {\n return withoutSuffix ? 'хвіліна' : 'хвіліну';\n }\n else if (key === 'h') {\n return withoutSuffix ? 'гадзіна' : 'гадзіну';\n }\n else {\n return number + ' ' + plural(format[key], +number);\n }\n }\n\n var be = moment.defineLocale('be', {\n months : {\n format: 'студзеня_лютага_сакавіка_красавіка_траўня_чэрвеня_ліпеня_жніўня_верасня_кастрычніка_лістапада_снежня'.split('_'),\n standalone: 'студзень_люты_сакавік_красавік_травень_чэрвень_ліпень_жнівень_верасень_кастрычнік_лістапад_снежань'.split('_')\n },\n monthsShort : 'студ_лют_сак_крас_трав_чэрв_ліп_жнів_вер_каст_ліст_снеж'.split('_'),\n weekdays : {\n format: 'нядзелю_панядзелак_аўторак_сераду_чацвер_пятніцу_суботу'.split('_'),\n standalone: 'нядзеля_панядзелак_аўторак_серада_чацвер_пятніца_субота'.split('_'),\n isFormat: /\\[ ?[Ууў] ?(?:мінулую|наступную)? ?\\] ?dddd/\n },\n weekdaysShort : 'нд_пн_ат_ср_чц_пт_сб'.split('_'),\n weekdaysMin : 'нд_пн_ат_ср_чц_пт_сб'.split('_'),\n longDateFormat : {\n LT : 'HH:mm',\n LTS : 'HH:mm:ss',\n L : 'DD.MM.YYYY',\n LL : 'D MMMM YYYY г.',\n LLL : 'D MMMM YYYY г., HH:mm',\n LLLL : 'dddd, D MMMM YYYY г., HH:mm'\n },\n calendar : {\n sameDay: '[Сёння ў] LT',\n nextDay: '[Заўтра ў] LT',\n lastDay: '[Учора ў] LT',\n nextWeek: function () {\n return '[У] dddd [ў] LT';\n },\n lastWeek: function () {\n switch (this.day()) {\n case 0:\n case 3:\n case 5:\n case 6:\n return '[У мінулую] dddd [ў] LT';\n case 1:\n case 2:\n case 4:\n return '[У мінулы] dddd [ў] LT';\n }\n },\n sameElse: 'L'\n },\n relativeTime : {\n future : 'праз %s',\n past : '%s таму',\n s : 'некалькі секунд',\n m : relativeTimeWithPlural,\n mm : relativeTimeWithPlural,\n h : relativeTimeWithPlural,\n hh : relativeTimeWithPlural,\n d : 'дзень',\n dd : relativeTimeWithPlural,\n M : 'месяц',\n MM : relativeTimeWithPlural,\n y : 'год',\n yy : relativeTimeWithPlural\n },\n meridiemParse: /ночы|раніцы|дня|вечара/,\n isPM : function (input) {\n return /^(дня|вечара)$/.test(input);\n },\n meridiem : function (hour, minute, isLower) {\n if (hour < 4) {\n return 'ночы';\n } else if (hour < 12) {\n return 'раніцы';\n } else if (hour < 17) {\n return 'дня';\n } else {\n return 'вечара';\n }\n },\n dayOfMonthOrdinalParse: /\\d{1,2}-(і|ы|га)/,\n ordinal: function (number, period) {\n switch (period) {\n case 'M':\n case 'd':\n case 'DDD':\n case 'w':\n case 'W':\n return (number % 10 === 2 || number % 10 === 3) && (number % 100 !== 12 && number % 100 !== 13) ? number + '-і' : number + '-ы';\n case 'D':\n return number + '-га';\n default:\n return number;\n }\n },\n week : {\n dow : 1, // Monday is the first day of the week.\n doy : 7 // The week that contains Jan 7th is the first week of the year.\n }\n });\n\n return be;\n\n})));\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n var bg = moment.defineLocale('bg', {\n months : 'януари_февруари_март_април_май_юни_юли_август_септември_октомври_ноември_декември'.split('_'),\n monthsShort : 'янр_фев_мар_апр_май_юни_юли_авг_сеп_окт_ное_дек'.split('_'),\n weekdays : 'неделя_понеделник_вторник_сряда_четвъртък_петък_събота'.split('_'),\n weekdaysShort : 'нед_пон_вто_сря_чет_пет_съб'.split('_'),\n weekdaysMin : 'нд_пн_вт_ср_чт_пт_сб'.split('_'),\n longDateFormat : {\n LT : 'H:mm',\n LTS : 'H:mm:ss',\n L : 'D.MM.YYYY',\n LL : 'D MMMM YYYY',\n LLL : 'D MMMM YYYY H:mm',\n LLLL : 'dddd, D MMMM YYYY H:mm'\n },\n calendar : {\n sameDay : '[Днес в] LT',\n nextDay : '[Утре в] LT',\n nextWeek : 'dddd [в] LT',\n lastDay : '[Вчера в] LT',\n lastWeek : function () {\n switch (this.day()) {\n case 0:\n case 3:\n case 6:\n return '[В изминалата] dddd [в] LT';\n case 1:\n case 2:\n case 4:\n case 5:\n return '[В изминалия] dddd [в] LT';\n }\n },\n sameElse : 'L'\n },\n relativeTime : {\n future : 'след %s',\n past : 'преди %s',\n s : 'няколко секунди',\n ss : '%d секунди',\n m : 'минута',\n mm : '%d минути',\n h : 'час',\n hh : '%d часа',\n d : 'ден',\n dd : '%d дни',\n M : 'месец',\n MM : '%d месеца',\n y : 'година',\n yy : '%d години'\n },\n dayOfMonthOrdinalParse: /\\d{1,2}-(ев|ен|ти|ви|ри|ми)/,\n ordinal : function (number) {\n var lastDigit = number % 10,\n last2Digits = number % 100;\n if (number === 0) {\n return number + '-ев';\n } else if (last2Digits === 0) {\n return number + '-ен';\n } else if (last2Digits > 10 && last2Digits < 20) {\n return number + '-ти';\n } else if (lastDigit === 1) {\n return number + '-ви';\n } else if (lastDigit === 2) {\n return number + '-ри';\n } else if (lastDigit === 7 || lastDigit === 8) {\n return number + '-ми';\n } else {\n return number + '-ти';\n }\n },\n week : {\n dow : 1, // Monday is the first day of the week.\n doy : 7 // The week that contains Jan 7th is the first week of the year.\n }\n });\n\n return bg;\n\n})));\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n var bm = moment.defineLocale('bm', {\n months : 'Zanwuyekalo_Fewuruyekalo_Marisikalo_Awirilikalo_Mɛkalo_Zuwɛnkalo_Zuluyekalo_Utikalo_Sɛtanburukalo_ɔkutɔburukalo_Nowanburukalo_Desanburukalo'.split('_'),\n monthsShort : 'Zan_Few_Mar_Awi_Mɛ_Zuw_Zul_Uti_Sɛt_ɔku_Now_Des'.split('_'),\n weekdays : 'Kari_Ntɛnɛn_Tarata_Araba_Alamisa_Juma_Sibiri'.split('_'),\n weekdaysShort : 'Kar_Ntɛ_Tar_Ara_Ala_Jum_Sib'.split('_'),\n weekdaysMin : 'Ka_Nt_Ta_Ar_Al_Ju_Si'.split('_'),\n longDateFormat : {\n LT : 'HH:mm',\n LTS : 'HH:mm:ss',\n L : 'DD/MM/YYYY',\n LL : 'MMMM [tile] D [san] YYYY',\n LLL : 'MMMM [tile] D [san] YYYY [lɛrɛ] HH:mm',\n LLLL : 'dddd MMMM [tile] D [san] YYYY [lɛrɛ] HH:mm'\n },\n calendar : {\n sameDay : '[Bi lɛrɛ] LT',\n nextDay : '[Sini lɛrɛ] LT',\n nextWeek : 'dddd [don lɛrɛ] LT',\n lastDay : '[Kunu lɛrɛ] LT',\n lastWeek : 'dddd [tɛmɛnen lɛrɛ] LT',\n sameElse : 'L'\n },\n relativeTime : {\n future : '%s kɔnɔ',\n past : 'a bɛ %s bɔ',\n s : 'sanga dama dama',\n ss : 'sekondi %d',\n m : 'miniti kelen',\n mm : 'miniti %d',\n h : 'lɛrɛ kelen',\n hh : 'lɛrɛ %d',\n d : 'tile kelen',\n dd : 'tile %d',\n M : 'kalo kelen',\n MM : 'kalo %d',\n y : 'san kelen',\n yy : 'san %d'\n },\n week : {\n dow : 1, // Monday is the first day of the week.\n doy : 4 // The week that contains Jan 4th is the first week of the year.\n }\n });\n\n return bm;\n\n})));\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n var symbolMap = {\n '1': '১',\n '2': '২',\n '3': '৩',\n '4': '৪',\n '5': '৫',\n '6': '৬',\n '7': '৭',\n '8': '৮',\n '9': '৯',\n '0': '০'\n },\n numberMap = {\n '১': '1',\n '২': '2',\n '৩': '3',\n '৪': '4',\n '৫': '5',\n '৬': '6',\n '৭': '7',\n '৮': '8',\n '৯': '9',\n '০': '0'\n };\n\n var bn = moment.defineLocale('bn', {\n months : 'জানুয়ারী_ফেব্রুয়ারি_মার্চ_এপ্রিল_মে_জুন_জুলাই_আগস্ট_সেপ্টেম্বর_অক্টোবর_নভেম্বর_ডিসেম্বর'.split('_'),\n monthsShort : 'জানু_ফেব_মার্চ_এপ্র_মে_জুন_জুল_আগ_সেপ্ট_অক্টো_নভে_ডিসে'.split('_'),\n weekdays : 'রবিবার_সোমবার_মঙ্গলবার_বুধবার_বৃহস্পতিবার_শুক্রবার_শনিবার'.split('_'),\n weekdaysShort : 'রবি_সোম_মঙ্গল_বুধ_বৃহস্পতি_শুক্র_শনি'.split('_'),\n weekdaysMin : 'রবি_সোম_মঙ্গ_বুধ_বৃহঃ_শুক্র_শনি'.split('_'),\n longDateFormat : {\n LT : 'A h:mm সময়',\n LTS : 'A h:mm:ss সময়',\n L : 'DD/MM/YYYY',\n LL : 'D MMMM YYYY',\n LLL : 'D MMMM YYYY, A h:mm সময়',\n LLLL : 'dddd, D MMMM YYYY, A h:mm সময়'\n },\n calendar : {\n sameDay : '[আজ] LT',\n nextDay : '[আগামীকাল] LT',\n nextWeek : 'dddd, LT',\n lastDay : '[গতকাল] LT',\n lastWeek : '[গত] dddd, LT',\n sameElse : 'L'\n },\n relativeTime : {\n future : '%s পরে',\n past : '%s আগে',\n s : 'কয়েক সেকেন্ড',\n ss : '%d সেকেন্ড',\n m : 'এক মিনিট',\n mm : '%d মিনিট',\n h : 'এক ঘন্টা',\n hh : '%d ঘন্টা',\n d : 'এক দিন',\n dd : '%d দিন',\n M : 'এক মাস',\n MM : '%d মাস',\n y : 'এক বছর',\n yy : '%d বছর'\n },\n preparse: function (string) {\n return string.replace(/[১২৩৪৫৬৭৮৯০]/g, function (match) {\n return numberMap[match];\n });\n },\n postformat: function (string) {\n return string.replace(/\\d/g, function (match) {\n return symbolMap[match];\n });\n },\n meridiemParse: /রাত|সকাল|দুপুর|বিকাল|রাত/,\n meridiemHour : function (hour, meridiem) {\n if (hour === 12) {\n hour = 0;\n }\n if ((meridiem === 'রাত' && hour >= 4) ||\n (meridiem === 'দুপুর' && hour < 5) ||\n meridiem === 'বিকাল') {\n return hour + 12;\n } else {\n return hour;\n }\n },\n meridiem : function (hour, minute, isLower) {\n if (hour < 4) {\n return 'রাত';\n } else if (hour < 10) {\n return 'সকাল';\n } else if (hour < 17) {\n return 'দুপুর';\n } else if (hour < 20) {\n return 'বিকাল';\n } else {\n return 'রাত';\n }\n },\n week : {\n dow : 0, // Sunday is the first day of the week.\n doy : 6 // The week that contains Jan 6th is the first week of the year.\n }\n });\n\n return bn;\n\n})));\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n var symbolMap = {\n '1': '༡',\n '2': '༢',\n '3': '༣',\n '4': '༤',\n '5': '༥',\n '6': '༦',\n '7': '༧',\n '8': '༨',\n '9': '༩',\n '0': '༠'\n },\n numberMap = {\n '༡': '1',\n '༢': '2',\n '༣': '3',\n '༤': '4',\n '༥': '5',\n '༦': '6',\n '༧': '7',\n '༨': '8',\n '༩': '9',\n '༠': '0'\n };\n\n var bo = moment.defineLocale('bo', {\n months : 'ཟླ་བ་དང་པོ_ཟླ་བ་གཉིས་པ_ཟླ་བ་གསུམ་པ_ཟླ་བ་བཞི་པ_ཟླ་བ་ལྔ་པ_ཟླ་བ་དྲུག་པ_ཟླ་བ་བདུན་པ_ཟླ་བ་བརྒྱད་པ_ཟླ་བ་དགུ་པ_ཟླ་བ་བཅུ་པ_ཟླ་བ་བཅུ་གཅིག་པ_ཟླ་བ་བཅུ་གཉིས་པ'.split('_'),\n monthsShort : 'ཟླ་བ་དང་པོ_ཟླ་བ་གཉིས་པ_ཟླ་བ་གསུམ་པ_ཟླ་བ་བཞི་པ_ཟླ་བ་ལྔ་པ_ཟླ་བ་དྲུག་པ_ཟླ་བ་བདུན་པ_ཟླ་བ་བརྒྱད་པ_ཟླ་བ་དགུ་པ_ཟླ་བ་བཅུ་པ_ཟླ་བ་བཅུ་གཅིག་པ_ཟླ་བ་བཅུ་གཉིས་པ'.split('_'),\n weekdays : 'གཟའ་ཉི་མ་_གཟའ་ཟླ་བ་_གཟའ་མིག་དམར་_གཟའ་ལྷག་པ་_གཟའ་ཕུར་བུ_གཟའ་པ་སངས་_གཟའ་སྤེན་པ་'.split('_'),\n weekdaysShort : 'ཉི་མ་_ཟླ་བ་_མིག་དམར་_ལྷག་པ་_ཕུར་བུ_པ་སངས་_སྤེན་པ་'.split('_'),\n weekdaysMin : 'ཉི་མ་_ཟླ་བ་_མིག་དམར་_ལྷག་པ་_ཕུར་བུ_པ་སངས་_སྤེན་པ་'.split('_'),\n longDateFormat : {\n LT : 'A h:mm',\n LTS : 'A h:mm:ss',\n L : 'DD/MM/YYYY',\n LL : 'D MMMM YYYY',\n LLL : 'D MMMM YYYY, A h:mm',\n LLLL : 'dddd, D MMMM YYYY, A h:mm'\n },\n calendar : {\n sameDay : '[དི་རིང] LT',\n nextDay : '[སང་ཉིན] LT',\n nextWeek : '[བདུན་ཕྲག་རྗེས་མ], LT',\n lastDay : '[ཁ་སང] LT',\n lastWeek : '[བདུན་ཕྲག་མཐའ་མ] dddd, LT',\n sameElse : 'L'\n },\n relativeTime : {\n future : '%s ལ་',\n past : '%s སྔན་ལ',\n s : 'ལམ་སང',\n ss : '%d སྐར་ཆ།',\n m : 'སྐར་མ་གཅིག',\n mm : '%d སྐར་མ',\n h : 'ཆུ་ཚོད་གཅིག',\n hh : '%d ཆུ་ཚོད',\n d : 'ཉིན་གཅིག',\n dd : '%d ཉིན་',\n M : 'ཟླ་བ་གཅིག',\n MM : '%d ཟླ་བ',\n y : 'ལོ་གཅིག',\n yy : '%d ལོ'\n },\n preparse: function (string) {\n return string.replace(/[༡༢༣༤༥༦༧༨༩༠]/g, function (match) {\n return numberMap[match];\n });\n },\n postformat: function (string) {\n return string.replace(/\\d/g, function (match) {\n return symbolMap[match];\n });\n },\n meridiemParse: /མཚན་མོ|ཞོགས་ཀས|ཉིན་གུང|དགོང་དག|མཚན་མོ/,\n meridiemHour : function (hour, meridiem) {\n if (hour === 12) {\n hour = 0;\n }\n if ((meridiem === 'མཚན་མོ' && hour >= 4) ||\n (meridiem === 'ཉིན་གུང' && hour < 5) ||\n meridiem === 'དགོང་དག') {\n return hour + 12;\n } else {\n return hour;\n }\n },\n meridiem : function (hour, minute, isLower) {\n if (hour < 4) {\n return 'མཚན་མོ';\n } else if (hour < 10) {\n return 'ཞོགས་ཀས';\n } else if (hour < 17) {\n return 'ཉིན་གུང';\n } else if (hour < 20) {\n return 'དགོང་དག';\n } else {\n return 'མཚན་མོ';\n }\n },\n week : {\n dow : 0, // Sunday is the first day of the week.\n doy : 6 // The week that contains Jan 6th is the first week of the year.\n }\n });\n\n return bo;\n\n})));\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n function relativeTimeWithMutation(number, withoutSuffix, key) {\n var format = {\n 'mm': 'munutenn',\n 'MM': 'miz',\n 'dd': 'devezh'\n };\n return number + ' ' + mutation(format[key], number);\n }\n function specialMutationForYears(number) {\n switch (lastNumber(number)) {\n case 1:\n case 3:\n case 4:\n case 5:\n case 9:\n return number + ' bloaz';\n default:\n return number + ' vloaz';\n }\n }\n function lastNumber(number) {\n if (number > 9) {\n return lastNumber(number % 10);\n }\n return number;\n }\n function mutation(text, number) {\n if (number === 2) {\n return softMutation(text);\n }\n return text;\n }\n function softMutation(text) {\n var mutationTable = {\n 'm': 'v',\n 'b': 'v',\n 'd': 'z'\n };\n if (mutationTable[text.charAt(0)] === undefined) {\n return text;\n }\n return mutationTable[text.charAt(0)] + text.substring(1);\n }\n\n var br = moment.defineLocale('br', {\n months : 'Genver_C\\'hwevrer_Meurzh_Ebrel_Mae_Mezheven_Gouere_Eost_Gwengolo_Here_Du_Kerzu'.split('_'),\n monthsShort : 'Gen_C\\'hwe_Meu_Ebr_Mae_Eve_Gou_Eos_Gwe_Her_Du_Ker'.split('_'),\n weekdays : 'Sul_Lun_Meurzh_Merc\\'her_Yaou_Gwener_Sadorn'.split('_'),\n weekdaysShort : 'Sul_Lun_Meu_Mer_Yao_Gwe_Sad'.split('_'),\n weekdaysMin : 'Su_Lu_Me_Mer_Ya_Gw_Sa'.split('_'),\n weekdaysParseExact : true,\n longDateFormat : {\n LT : 'h[e]mm A',\n LTS : 'h[e]mm:ss A',\n L : 'DD/MM/YYYY',\n LL : 'D [a viz] MMMM YYYY',\n LLL : 'D [a viz] MMMM YYYY h[e]mm A',\n LLLL : 'dddd, D [a viz] MMMM YYYY h[e]mm A'\n },\n calendar : {\n sameDay : '[Hiziv da] LT',\n nextDay : '[Warc\\'hoazh da] LT',\n nextWeek : 'dddd [da] LT',\n lastDay : '[Dec\\'h da] LT',\n lastWeek : 'dddd [paset da] LT',\n sameElse : 'L'\n },\n relativeTime : {\n future : 'a-benn %s',\n past : '%s \\'zo',\n s : 'un nebeud segondennoù',\n ss : '%d eilenn',\n m : 'ur vunutenn',\n mm : relativeTimeWithMutation,\n h : 'un eur',\n hh : '%d eur',\n d : 'un devezh',\n dd : relativeTimeWithMutation,\n M : 'ur miz',\n MM : relativeTimeWithMutation,\n y : 'ur bloaz',\n yy : specialMutationForYears\n },\n dayOfMonthOrdinalParse: /\\d{1,2}(añ|vet)/,\n ordinal : function (number) {\n var output = (number === 1) ? 'añ' : 'vet';\n return number + output;\n },\n week : {\n dow : 1, // Monday is the first day of the week.\n doy : 4 // The week that contains Jan 4th is the first week of the year.\n }\n });\n\n return br;\n\n})));\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n function translate(number, withoutSuffix, key) {\n var result = number + ' ';\n switch (key) {\n case 'ss':\n if (number === 1) {\n result += 'sekunda';\n } else if (number === 2 || number === 3 || number === 4) {\n result += 'sekunde';\n } else {\n result += 'sekundi';\n }\n return result;\n case 'm':\n return withoutSuffix ? 'jedna minuta' : 'jedne minute';\n case 'mm':\n if (number === 1) {\n result += 'minuta';\n } else if (number === 2 || number === 3 || number === 4) {\n result += 'minute';\n } else {\n result += 'minuta';\n }\n return result;\n case 'h':\n return withoutSuffix ? 'jedan sat' : 'jednog sata';\n case 'hh':\n if (number === 1) {\n result += 'sat';\n } else if (number === 2 || number === 3 || number === 4) {\n result += 'sata';\n } else {\n result += 'sati';\n }\n return result;\n case 'dd':\n if (number === 1) {\n result += 'dan';\n } else {\n result += 'dana';\n }\n return result;\n case 'MM':\n if (number === 1) {\n result += 'mjesec';\n } else if (number === 2 || number === 3 || number === 4) {\n result += 'mjeseca';\n } else {\n result += 'mjeseci';\n }\n return result;\n case 'yy':\n if (number === 1) {\n result += 'godina';\n } else if (number === 2 || number === 3 || number === 4) {\n result += 'godine';\n } else {\n result += 'godina';\n }\n return result;\n }\n }\n\n var bs = moment.defineLocale('bs', {\n months : 'januar_februar_mart_april_maj_juni_juli_august_septembar_oktobar_novembar_decembar'.split('_'),\n monthsShort : 'jan._feb._mar._apr._maj._jun._jul._aug._sep._okt._nov._dec.'.split('_'),\n monthsParseExact: true,\n weekdays : 'nedjelja_ponedjeljak_utorak_srijeda_četvrtak_petak_subota'.split('_'),\n weekdaysShort : 'ned._pon._uto._sri._čet._pet._sub.'.split('_'),\n weekdaysMin : 'ne_po_ut_sr_če_pe_su'.split('_'),\n weekdaysParseExact : true,\n longDateFormat : {\n LT : 'H:mm',\n LTS : 'H:mm:ss',\n L : 'DD.MM.YYYY',\n LL : 'D. MMMM YYYY',\n LLL : 'D. MMMM YYYY H:mm',\n LLLL : 'dddd, D. MMMM YYYY H:mm'\n },\n calendar : {\n sameDay : '[danas u] LT',\n nextDay : '[sutra u] LT',\n nextWeek : function () {\n switch (this.day()) {\n case 0:\n return '[u] [nedjelju] [u] LT';\n case 3:\n return '[u] [srijedu] [u] LT';\n case 6:\n return '[u] [subotu] [u] LT';\n case 1:\n case 2:\n case 4:\n case 5:\n return '[u] dddd [u] LT';\n }\n },\n lastDay : '[jučer u] LT',\n lastWeek : function () {\n switch (this.day()) {\n case 0:\n case 3:\n return '[prošlu] dddd [u] LT';\n case 6:\n return '[prošle] [subote] [u] LT';\n case 1:\n case 2:\n case 4:\n case 5:\n return '[prošli] dddd [u] LT';\n }\n },\n sameElse : 'L'\n },\n relativeTime : {\n future : 'za %s',\n past : 'prije %s',\n s : 'par sekundi',\n ss : translate,\n m : translate,\n mm : translate,\n h : translate,\n hh : translate,\n d : 'dan',\n dd : translate,\n M : 'mjesec',\n MM : translate,\n y : 'godinu',\n yy : translate\n },\n dayOfMonthOrdinalParse: /\\d{1,2}\\./,\n ordinal : '%d.',\n week : {\n dow : 1, // Monday is the first day of the week.\n doy : 7 // The week that contains Jan 7th is the first week of the year.\n }\n });\n\n return bs;\n\n})));\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n var ca = moment.defineLocale('ca', {\n months : {\n standalone: 'gener_febrer_març_abril_maig_juny_juliol_agost_setembre_octubre_novembre_desembre'.split('_'),\n format: 'de gener_de febrer_de març_d\\'abril_de maig_de juny_de juliol_d\\'agost_de setembre_d\\'octubre_de novembre_de desembre'.split('_'),\n isFormat: /D[oD]?(\\s)+MMMM/\n },\n monthsShort : 'gen._febr._març_abr._maig_juny_jul._ag._set._oct._nov._des.'.split('_'),\n monthsParseExact : true,\n weekdays : 'diumenge_dilluns_dimarts_dimecres_dijous_divendres_dissabte'.split('_'),\n weekdaysShort : 'dg._dl._dt._dc._dj._dv._ds.'.split('_'),\n weekdaysMin : 'dg_dl_dt_dc_dj_dv_ds'.split('_'),\n weekdaysParseExact : true,\n longDateFormat : {\n LT : 'H:mm',\n LTS : 'H:mm:ss',\n L : 'DD/MM/YYYY',\n LL : 'D MMMM [de] YYYY',\n ll : 'D MMM YYYY',\n LLL : 'D MMMM [de] YYYY [a les] H:mm',\n lll : 'D MMM YYYY, H:mm',\n LLLL : 'dddd D MMMM [de] YYYY [a les] H:mm',\n llll : 'ddd D MMM YYYY, H:mm'\n },\n calendar : {\n sameDay : function () {\n return '[avui a ' + ((this.hours() !== 1) ? 'les' : 'la') + '] LT';\n },\n nextDay : function () {\n return '[demà a ' + ((this.hours() !== 1) ? 'les' : 'la') + '] LT';\n },\n nextWeek : function () {\n return 'dddd [a ' + ((this.hours() !== 1) ? 'les' : 'la') + '] LT';\n },\n lastDay : function () {\n return '[ahir a ' + ((this.hours() !== 1) ? 'les' : 'la') + '] LT';\n },\n lastWeek : function () {\n return '[el] dddd [passat a ' + ((this.hours() !== 1) ? 'les' : 'la') + '] LT';\n },\n sameElse : 'L'\n },\n relativeTime : {\n future : 'd\\'aquí %s',\n past : 'fa %s',\n s : 'uns segons',\n ss : '%d segons',\n m : 'un minut',\n mm : '%d minuts',\n h : 'una hora',\n hh : '%d hores',\n d : 'un dia',\n dd : '%d dies',\n M : 'un mes',\n MM : '%d mesos',\n y : 'un any',\n yy : '%d anys'\n },\n dayOfMonthOrdinalParse: /\\d{1,2}(r|n|t|è|a)/,\n ordinal : function (number, period) {\n var output = (number === 1) ? 'r' :\n (number === 2) ? 'n' :\n (number === 3) ? 'r' :\n (number === 4) ? 't' : 'è';\n if (period === 'w' || period === 'W') {\n output = 'a';\n }\n return number + output;\n },\n week : {\n dow : 1, // Monday is the first day of the week.\n doy : 4 // The week that contains Jan 4th is the first week of the year.\n }\n });\n\n return ca;\n\n})));\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n var months = 'leden_únor_březen_duben_květen_červen_červenec_srpen_září_říjen_listopad_prosinec'.split('_'),\n monthsShort = 'led_úno_bře_dub_kvě_čvn_čvc_srp_zář_říj_lis_pro'.split('_');\n\n var monthsParse = [/^led/i, /^úno/i, /^bře/i, /^dub/i, /^kvě/i, /^(čvn|červen$|června)/i, /^(čvc|červenec|července)/i, /^srp/i, /^zář/i, /^říj/i, /^lis/i, /^pro/i];\n // NOTE: 'červen' is substring of 'červenec'; therefore 'červenec' must precede 'červen' in the regex to be fully matched.\n // Otherwise parser matches '1. červenec' as '1. červen' + 'ec'.\n var monthsRegex = /^(leden|únor|březen|duben|květen|červenec|července|červen|června|srpen|září|říjen|listopad|prosinec|led|úno|bře|dub|kvě|čvn|čvc|srp|zář|říj|lis|pro)/i;\n\n function plural(n) {\n return (n > 1) && (n < 5) && (~~(n / 10) !== 1);\n }\n function translate(number, withoutSuffix, key, isFuture) {\n var result = number + ' ';\n switch (key) {\n case 's': // a few seconds / in a few seconds / a few seconds ago\n return (withoutSuffix || isFuture) ? 'pár sekund' : 'pár sekundami';\n case 'ss': // 9 seconds / in 9 seconds / 9 seconds ago\n if (withoutSuffix || isFuture) {\n return result + (plural(number) ? 'sekundy' : 'sekund');\n } else {\n return result + 'sekundami';\n }\n break;\n case 'm': // a minute / in a minute / a minute ago\n return withoutSuffix ? 'minuta' : (isFuture ? 'minutu' : 'minutou');\n case 'mm': // 9 minutes / in 9 minutes / 9 minutes ago\n if (withoutSuffix || isFuture) {\n return result + (plural(number) ? 'minuty' : 'minut');\n } else {\n return result + 'minutami';\n }\n break;\n case 'h': // an hour / in an hour / an hour ago\n return withoutSuffix ? 'hodina' : (isFuture ? 'hodinu' : 'hodinou');\n case 'hh': // 9 hours / in 9 hours / 9 hours ago\n if (withoutSuffix || isFuture) {\n return result + (plural(number) ? 'hodiny' : 'hodin');\n } else {\n return result + 'hodinami';\n }\n break;\n case 'd': // a day / in a day / a day ago\n return (withoutSuffix || isFuture) ? 'den' : 'dnem';\n case 'dd': // 9 days / in 9 days / 9 days ago\n if (withoutSuffix || isFuture) {\n return result + (plural(number) ? 'dny' : 'dní');\n } else {\n return result + 'dny';\n }\n break;\n case 'M': // a month / in a month / a month ago\n return (withoutSuffix || isFuture) ? 'měsíc' : 'měsícem';\n case 'MM': // 9 months / in 9 months / 9 months ago\n if (withoutSuffix || isFuture) {\n return result + (plural(number) ? 'měsíce' : 'měsíců');\n } else {\n return result + 'měsíci';\n }\n break;\n case 'y': // a year / in a year / a year ago\n return (withoutSuffix || isFuture) ? 'rok' : 'rokem';\n case 'yy': // 9 years / in 9 years / 9 years ago\n if (withoutSuffix || isFuture) {\n return result + (plural(number) ? 'roky' : 'let');\n } else {\n return result + 'lety';\n }\n break;\n }\n }\n\n var cs = moment.defineLocale('cs', {\n months : months,\n monthsShort : monthsShort,\n monthsRegex : monthsRegex,\n monthsShortRegex : monthsRegex,\n // NOTE: 'červen' is substring of 'červenec'; therefore 'červenec' must precede 'červen' in the regex to be fully matched.\n // Otherwise parser matches '1. červenec' as '1. červen' + 'ec'.\n monthsStrictRegex : /^(leden|ledna|února|únor|březen|března|duben|dubna|květen|května|červenec|července|červen|června|srpen|srpna|září|říjen|října|listopadu|listopad|prosinec|prosince)/i,\n monthsShortStrictRegex : /^(led|úno|bře|dub|kvě|čvn|čvc|srp|zář|říj|lis|pro)/i,\n monthsParse : monthsParse,\n longMonthsParse : monthsParse,\n shortMonthsParse : monthsParse,\n weekdays : 'neděle_pondělí_úterý_středa_čtvrtek_pátek_sobota'.split('_'),\n weekdaysShort : 'ne_po_út_st_čt_pá_so'.split('_'),\n weekdaysMin : 'ne_po_út_st_čt_pá_so'.split('_'),\n longDateFormat : {\n LT: 'H:mm',\n LTS : 'H:mm:ss',\n L : 'DD.MM.YYYY',\n LL : 'D. MMMM YYYY',\n LLL : 'D. MMMM YYYY H:mm',\n LLLL : 'dddd D. MMMM YYYY H:mm',\n l : 'D. M. YYYY'\n },\n calendar : {\n sameDay: '[dnes v] LT',\n nextDay: '[zítra v] LT',\n nextWeek: function () {\n switch (this.day()) {\n case 0:\n return '[v neděli v] LT';\n case 1:\n case 2:\n return '[v] dddd [v] LT';\n case 3:\n return '[ve středu v] LT';\n case 4:\n return '[ve čtvrtek v] LT';\n case 5:\n return '[v pátek v] LT';\n case 6:\n return '[v sobotu v] LT';\n }\n },\n lastDay: '[včera v] LT',\n lastWeek: function () {\n switch (this.day()) {\n case 0:\n return '[minulou neděli v] LT';\n case 1:\n case 2:\n return '[minulé] dddd [v] LT';\n case 3:\n return '[minulou středu v] LT';\n case 4:\n case 5:\n return '[minulý] dddd [v] LT';\n case 6:\n return '[minulou sobotu v] LT';\n }\n },\n sameElse: 'L'\n },\n relativeTime : {\n future : 'za %s',\n past : 'před %s',\n s : translate,\n ss : translate,\n m : translate,\n mm : translate,\n h : translate,\n hh : translate,\n d : translate,\n dd : translate,\n M : translate,\n MM : translate,\n y : translate,\n yy : translate\n },\n dayOfMonthOrdinalParse : /\\d{1,2}\\./,\n ordinal : '%d.',\n week : {\n dow : 1, // Monday is the first day of the week.\n doy : 4 // The week that contains Jan 4th is the first week of the year.\n }\n });\n\n return cs;\n\n})));\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n var cv = moment.defineLocale('cv', {\n months : 'кӑрлач_нарӑс_пуш_ака_май_ҫӗртме_утӑ_ҫурла_авӑн_юпа_чӳк_раштав'.split('_'),\n monthsShort : 'кӑр_нар_пуш_ака_май_ҫӗр_утӑ_ҫур_авн_юпа_чӳк_раш'.split('_'),\n weekdays : 'вырсарникун_тунтикун_ытларикун_юнкун_кӗҫнерникун_эрнекун_шӑматкун'.split('_'),\n weekdaysShort : 'выр_тун_ытл_юн_кӗҫ_эрн_шӑм'.split('_'),\n weekdaysMin : 'вр_тн_ыт_юн_кҫ_эр_шм'.split('_'),\n longDateFormat : {\n LT : 'HH:mm',\n LTS : 'HH:mm:ss',\n L : 'DD-MM-YYYY',\n LL : 'YYYY [ҫулхи] MMMM [уйӑхӗн] D[-мӗшӗ]',\n LLL : 'YYYY [ҫулхи] MMMM [уйӑхӗн] D[-мӗшӗ], HH:mm',\n LLLL : 'dddd, YYYY [ҫулхи] MMMM [уйӑхӗн] D[-мӗшӗ], HH:mm'\n },\n calendar : {\n sameDay: '[Паян] LT [сехетре]',\n nextDay: '[Ыран] LT [сехетре]',\n lastDay: '[Ӗнер] LT [сехетре]',\n nextWeek: '[Ҫитес] dddd LT [сехетре]',\n lastWeek: '[Иртнӗ] dddd LT [сехетре]',\n sameElse: 'L'\n },\n relativeTime : {\n future : function (output) {\n var affix = /сехет$/i.exec(output) ? 'рен' : /ҫул$/i.exec(output) ? 'тан' : 'ран';\n return output + affix;\n },\n past : '%s каялла',\n s : 'пӗр-ик ҫеккунт',\n ss : '%d ҫеккунт',\n m : 'пӗр минут',\n mm : '%d минут',\n h : 'пӗр сехет',\n hh : '%d сехет',\n d : 'пӗр кун',\n dd : '%d кун',\n M : 'пӗр уйӑх',\n MM : '%d уйӑх',\n y : 'пӗр ҫул',\n yy : '%d ҫул'\n },\n dayOfMonthOrdinalParse: /\\d{1,2}-мӗш/,\n ordinal : '%d-мӗш',\n week : {\n dow : 1, // Monday is the first day of the week.\n doy : 7 // The week that contains Jan 7th is the first week of the year.\n }\n });\n\n return cv;\n\n})));\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n var cy = moment.defineLocale('cy', {\n months: 'Ionawr_Chwefror_Mawrth_Ebrill_Mai_Mehefin_Gorffennaf_Awst_Medi_Hydref_Tachwedd_Rhagfyr'.split('_'),\n monthsShort: 'Ion_Chwe_Maw_Ebr_Mai_Meh_Gor_Aws_Med_Hyd_Tach_Rhag'.split('_'),\n weekdays: 'Dydd Sul_Dydd Llun_Dydd Mawrth_Dydd Mercher_Dydd Iau_Dydd Gwener_Dydd Sadwrn'.split('_'),\n weekdaysShort: 'Sul_Llun_Maw_Mer_Iau_Gwe_Sad'.split('_'),\n weekdaysMin: 'Su_Ll_Ma_Me_Ia_Gw_Sa'.split('_'),\n weekdaysParseExact : true,\n // time formats are the same as en-gb\n longDateFormat: {\n LT: 'HH:mm',\n LTS : 'HH:mm:ss',\n L: 'DD/MM/YYYY',\n LL: 'D MMMM YYYY',\n LLL: 'D MMMM YYYY HH:mm',\n LLLL: 'dddd, D MMMM YYYY HH:mm'\n },\n calendar: {\n sameDay: '[Heddiw am] LT',\n nextDay: '[Yfory am] LT',\n nextWeek: 'dddd [am] LT',\n lastDay: '[Ddoe am] LT',\n lastWeek: 'dddd [diwethaf am] LT',\n sameElse: 'L'\n },\n relativeTime: {\n future: 'mewn %s',\n past: '%s yn ôl',\n s: 'ychydig eiliadau',\n ss: '%d eiliad',\n m: 'munud',\n mm: '%d munud',\n h: 'awr',\n hh: '%d awr',\n d: 'diwrnod',\n dd: '%d diwrnod',\n M: 'mis',\n MM: '%d mis',\n y: 'blwyddyn',\n yy: '%d flynedd'\n },\n dayOfMonthOrdinalParse: /\\d{1,2}(fed|ain|af|il|ydd|ed|eg)/,\n // traditional ordinal numbers above 31 are not commonly used in colloquial Welsh\n ordinal: function (number) {\n var b = number,\n output = '',\n lookup = [\n '', 'af', 'il', 'ydd', 'ydd', 'ed', 'ed', 'ed', 'fed', 'fed', 'fed', // 1af to 10fed\n 'eg', 'fed', 'eg', 'eg', 'fed', 'eg', 'eg', 'fed', 'eg', 'fed' // 11eg to 20fed\n ];\n if (b > 20) {\n if (b === 40 || b === 50 || b === 60 || b === 80 || b === 100) {\n output = 'fed'; // not 30ain, 70ain or 90ain\n } else {\n output = 'ain';\n }\n } else if (b > 0) {\n output = lookup[b];\n }\n return number + output;\n },\n week : {\n dow : 1, // Monday is the first day of the week.\n doy : 4 // The week that contains Jan 4th is the first week of the year.\n }\n });\n\n return cy;\n\n})));\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n var da = moment.defineLocale('da', {\n months : 'januar_februar_marts_april_maj_juni_juli_august_september_oktober_november_december'.split('_'),\n monthsShort : 'jan_feb_mar_apr_maj_jun_jul_aug_sep_okt_nov_dec'.split('_'),\n weekdays : 'søndag_mandag_tirsdag_onsdag_torsdag_fredag_lørdag'.split('_'),\n weekdaysShort : 'søn_man_tir_ons_tor_fre_lør'.split('_'),\n weekdaysMin : 'sø_ma_ti_on_to_fr_lø'.split('_'),\n longDateFormat : {\n LT : 'HH:mm',\n LTS : 'HH:mm:ss',\n L : 'DD.MM.YYYY',\n LL : 'D. MMMM YYYY',\n LLL : 'D. MMMM YYYY HH:mm',\n LLLL : 'dddd [d.] D. MMMM YYYY [kl.] HH:mm'\n },\n calendar : {\n sameDay : '[i dag kl.] LT',\n nextDay : '[i morgen kl.] LT',\n nextWeek : 'på dddd [kl.] LT',\n lastDay : '[i går kl.] LT',\n lastWeek : '[i] dddd[s kl.] LT',\n sameElse : 'L'\n },\n relativeTime : {\n future : 'om %s',\n past : '%s siden',\n s : 'få sekunder',\n ss : '%d sekunder',\n m : 'et minut',\n mm : '%d minutter',\n h : 'en time',\n hh : '%d timer',\n d : 'en dag',\n dd : '%d dage',\n M : 'en måned',\n MM : '%d måneder',\n y : 'et år',\n yy : '%d år'\n },\n dayOfMonthOrdinalParse: /\\d{1,2}\\./,\n ordinal : '%d.',\n week : {\n dow : 1, // Monday is the first day of the week.\n doy : 4 // The week that contains Jan 4th is the first week of the year.\n }\n });\n\n return da;\n\n})));\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n function processRelativeTime(number, withoutSuffix, key, isFuture) {\n var format = {\n 'm': ['eine Minute', 'einer Minute'],\n 'h': ['eine Stunde', 'einer Stunde'],\n 'd': ['ein Tag', 'einem Tag'],\n 'dd': [number + ' Tage', number + ' Tagen'],\n 'M': ['ein Monat', 'einem Monat'],\n 'MM': [number + ' Monate', number + ' Monaten'],\n 'y': ['ein Jahr', 'einem Jahr'],\n 'yy': [number + ' Jahre', number + ' Jahren']\n };\n return withoutSuffix ? format[key][0] : format[key][1];\n }\n\n var de = moment.defineLocale('de', {\n months : 'Januar_Februar_März_April_Mai_Juni_Juli_August_September_Oktober_November_Dezember'.split('_'),\n monthsShort : 'Jan._Feb._März_Apr._Mai_Juni_Juli_Aug._Sep._Okt._Nov._Dez.'.split('_'),\n monthsParseExact : true,\n weekdays : 'Sonntag_Montag_Dienstag_Mittwoch_Donnerstag_Freitag_Samstag'.split('_'),\n weekdaysShort : 'So._Mo._Di._Mi._Do._Fr._Sa.'.split('_'),\n weekdaysMin : 'So_Mo_Di_Mi_Do_Fr_Sa'.split('_'),\n weekdaysParseExact : true,\n longDateFormat : {\n LT: 'HH:mm',\n LTS: 'HH:mm:ss',\n L : 'DD.MM.YYYY',\n LL : 'D. MMMM YYYY',\n LLL : 'D. MMMM YYYY HH:mm',\n LLLL : 'dddd, D. MMMM YYYY HH:mm'\n },\n calendar : {\n sameDay: '[heute um] LT [Uhr]',\n sameElse: 'L',\n nextDay: '[morgen um] LT [Uhr]',\n nextWeek: 'dddd [um] LT [Uhr]',\n lastDay: '[gestern um] LT [Uhr]',\n lastWeek: '[letzten] dddd [um] LT [Uhr]'\n },\n relativeTime : {\n future : 'in %s',\n past : 'vor %s',\n s : 'ein paar Sekunden',\n ss : '%d Sekunden',\n m : processRelativeTime,\n mm : '%d Minuten',\n h : processRelativeTime,\n hh : '%d Stunden',\n d : processRelativeTime,\n dd : processRelativeTime,\n M : processRelativeTime,\n MM : processRelativeTime,\n y : processRelativeTime,\n yy : processRelativeTime\n },\n dayOfMonthOrdinalParse: /\\d{1,2}\\./,\n ordinal : '%d.',\n week : {\n dow : 1, // Monday is the first day of the week.\n doy : 4 // The week that contains Jan 4th is the first week of the year.\n }\n });\n\n return de;\n\n})));\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n function processRelativeTime(number, withoutSuffix, key, isFuture) {\n var format = {\n 'm': ['eine Minute', 'einer Minute'],\n 'h': ['eine Stunde', 'einer Stunde'],\n 'd': ['ein Tag', 'einem Tag'],\n 'dd': [number + ' Tage', number + ' Tagen'],\n 'M': ['ein Monat', 'einem Monat'],\n 'MM': [number + ' Monate', number + ' Monaten'],\n 'y': ['ein Jahr', 'einem Jahr'],\n 'yy': [number + ' Jahre', number + ' Jahren']\n };\n return withoutSuffix ? format[key][0] : format[key][1];\n }\n\n var deAt = moment.defineLocale('de-at', {\n months : 'Jänner_Februar_März_April_Mai_Juni_Juli_August_September_Oktober_November_Dezember'.split('_'),\n monthsShort : 'Jän._Feb._März_Apr._Mai_Juni_Juli_Aug._Sep._Okt._Nov._Dez.'.split('_'),\n monthsParseExact : true,\n weekdays : 'Sonntag_Montag_Dienstag_Mittwoch_Donnerstag_Freitag_Samstag'.split('_'),\n weekdaysShort : 'So._Mo._Di._Mi._Do._Fr._Sa.'.split('_'),\n weekdaysMin : 'So_Mo_Di_Mi_Do_Fr_Sa'.split('_'),\n weekdaysParseExact : true,\n longDateFormat : {\n LT: 'HH:mm',\n LTS: 'HH:mm:ss',\n L : 'DD.MM.YYYY',\n LL : 'D. MMMM YYYY',\n LLL : 'D. MMMM YYYY HH:mm',\n LLLL : 'dddd, D. MMMM YYYY HH:mm'\n },\n calendar : {\n sameDay: '[heute um] LT [Uhr]',\n sameElse: 'L',\n nextDay: '[morgen um] LT [Uhr]',\n nextWeek: 'dddd [um] LT [Uhr]',\n lastDay: '[gestern um] LT [Uhr]',\n lastWeek: '[letzten] dddd [um] LT [Uhr]'\n },\n relativeTime : {\n future : 'in %s',\n past : 'vor %s',\n s : 'ein paar Sekunden',\n ss : '%d Sekunden',\n m : processRelativeTime,\n mm : '%d Minuten',\n h : processRelativeTime,\n hh : '%d Stunden',\n d : processRelativeTime,\n dd : processRelativeTime,\n M : processRelativeTime,\n MM : processRelativeTime,\n y : processRelativeTime,\n yy : processRelativeTime\n },\n dayOfMonthOrdinalParse: /\\d{1,2}\\./,\n ordinal : '%d.',\n week : {\n dow : 1, // Monday is the first day of the week.\n doy : 4 // The week that contains Jan 4th is the first week of the year.\n }\n });\n\n return deAt;\n\n})));\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n function processRelativeTime(number, withoutSuffix, key, isFuture) {\n var format = {\n 'm': ['eine Minute', 'einer Minute'],\n 'h': ['eine Stunde', 'einer Stunde'],\n 'd': ['ein Tag', 'einem Tag'],\n 'dd': [number + ' Tage', number + ' Tagen'],\n 'M': ['ein Monat', 'einem Monat'],\n 'MM': [number + ' Monate', number + ' Monaten'],\n 'y': ['ein Jahr', 'einem Jahr'],\n 'yy': [number + ' Jahre', number + ' Jahren']\n };\n return withoutSuffix ? format[key][0] : format[key][1];\n }\n\n var deCh = moment.defineLocale('de-ch', {\n months : 'Januar_Februar_März_April_Mai_Juni_Juli_August_September_Oktober_November_Dezember'.split('_'),\n monthsShort : 'Jan._Feb._März_Apr._Mai_Juni_Juli_Aug._Sep._Okt._Nov._Dez.'.split('_'),\n monthsParseExact : true,\n weekdays : 'Sonntag_Montag_Dienstag_Mittwoch_Donnerstag_Freitag_Samstag'.split('_'),\n weekdaysShort : 'So_Mo_Di_Mi_Do_Fr_Sa'.split('_'),\n weekdaysMin : 'So_Mo_Di_Mi_Do_Fr_Sa'.split('_'),\n weekdaysParseExact : true,\n longDateFormat : {\n LT: 'HH:mm',\n LTS: 'HH:mm:ss',\n L : 'DD.MM.YYYY',\n LL : 'D. MMMM YYYY',\n LLL : 'D. MMMM YYYY HH:mm',\n LLLL : 'dddd, D. MMMM YYYY HH:mm'\n },\n calendar : {\n sameDay: '[heute um] LT [Uhr]',\n sameElse: 'L',\n nextDay: '[morgen um] LT [Uhr]',\n nextWeek: 'dddd [um] LT [Uhr]',\n lastDay: '[gestern um] LT [Uhr]',\n lastWeek: '[letzten] dddd [um] LT [Uhr]'\n },\n relativeTime : {\n future : 'in %s',\n past : 'vor %s',\n s : 'ein paar Sekunden',\n ss : '%d Sekunden',\n m : processRelativeTime,\n mm : '%d Minuten',\n h : processRelativeTime,\n hh : '%d Stunden',\n d : processRelativeTime,\n dd : processRelativeTime,\n M : processRelativeTime,\n MM : processRelativeTime,\n y : processRelativeTime,\n yy : processRelativeTime\n },\n dayOfMonthOrdinalParse: /\\d{1,2}\\./,\n ordinal : '%d.',\n week : {\n dow : 1, // Monday is the first day of the week.\n doy : 4 // The week that contains Jan 4th is the first week of the year.\n }\n });\n\n return deCh;\n\n})));\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n var months = [\n 'ޖެނުއަރީ',\n 'ފެބްރުއަރީ',\n 'މާރިޗު',\n 'އޭޕްރީލު',\n 'މޭ',\n 'ޖޫން',\n 'ޖުލައި',\n 'އޯގަސްޓު',\n 'ސެޕްޓެމްބަރު',\n 'އޮކްޓޯބަރު',\n 'ނޮވެމްބަރު',\n 'ޑިސެމްބަރު'\n ], weekdays = [\n 'އާދިއްތަ',\n 'ހޯމަ',\n 'އަންގާރަ',\n 'ބުދަ',\n 'ބުރާސްފަތި',\n 'ހުކުރު',\n 'ހޮނިހިރު'\n ];\n\n var dv = moment.defineLocale('dv', {\n months : months,\n monthsShort : months,\n weekdays : weekdays,\n weekdaysShort : weekdays,\n weekdaysMin : 'އާދި_ހޯމަ_އަން_ބުދަ_ބުރާ_ހުކު_ހޮނި'.split('_'),\n longDateFormat : {\n\n LT : 'HH:mm',\n LTS : 'HH:mm:ss',\n L : 'D/M/YYYY',\n LL : 'D MMMM YYYY',\n LLL : 'D MMMM YYYY HH:mm',\n LLLL : 'dddd D MMMM YYYY HH:mm'\n },\n meridiemParse: /މކ|މފ/,\n isPM : function (input) {\n return 'މފ' === input;\n },\n meridiem : function (hour, minute, isLower) {\n if (hour < 12) {\n return 'މކ';\n } else {\n return 'މފ';\n }\n },\n calendar : {\n sameDay : '[މިއަދު] LT',\n nextDay : '[މާދަމާ] LT',\n nextWeek : 'dddd LT',\n lastDay : '[އިއްޔެ] LT',\n lastWeek : '[ފާއިތުވި] dddd LT',\n sameElse : 'L'\n },\n relativeTime : {\n future : 'ތެރޭގައި %s',\n past : 'ކުރިން %s',\n s : 'ސިކުންތުކޮޅެއް',\n ss : 'd% ސިކުންތު',\n m : 'މިނިޓެއް',\n mm : 'މިނިޓު %d',\n h : 'ގަޑިއިރެއް',\n hh : 'ގަޑިއިރު %d',\n d : 'ދުވަހެއް',\n dd : 'ދުވަސް %d',\n M : 'މަހެއް',\n MM : 'މަސް %d',\n y : 'އަހަރެއް',\n yy : 'އަހަރު %d'\n },\n preparse: function (string) {\n return string.replace(/،/g, ',');\n },\n postformat: function (string) {\n return string.replace(/,/g, '،');\n },\n week : {\n dow : 7, // Sunday is the first day of the week.\n doy : 12 // The week that contains Jan 12th is the first week of the year.\n }\n });\n\n return dv;\n\n})));\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n function isFunction(input) {\n return input instanceof Function || Object.prototype.toString.call(input) === '[object Function]';\n }\n\n\n var el = moment.defineLocale('el', {\n monthsNominativeEl : 'Ιανουάριος_Φεβρουάριος_Μάρτιος_Απρίλιος_Μάιος_Ιούνιος_Ιούλιος_Αύγουστος_Σεπτέμβριος_Οκτώβριος_Νοέμβριος_Δεκέμβριος'.split('_'),\n monthsGenitiveEl : 'Ιανουαρίου_Φεβρουαρίου_Μαρτίου_Απριλίου_Μαΐου_Ιουνίου_Ιουλίου_Αυγούστου_Σεπτεμβρίου_Οκτωβρίου_Νοεμβρίου_Δεκεμβρίου'.split('_'),\n months : function (momentToFormat, format) {\n if (!momentToFormat) {\n return this._monthsNominativeEl;\n } else if (typeof format === 'string' && /D/.test(format.substring(0, format.indexOf('MMMM')))) { // if there is a day number before 'MMMM'\n return this._monthsGenitiveEl[momentToFormat.month()];\n } else {\n return this._monthsNominativeEl[momentToFormat.month()];\n }\n },\n monthsShort : 'Ιαν_Φεβ_Μαρ_Απρ_Μαϊ_Ιουν_Ιουλ_Αυγ_Σεπ_Οκτ_Νοε_Δεκ'.split('_'),\n weekdays : 'Κυριακή_Δευτέρα_Τρίτη_Τετάρτη_Πέμπτη_Παρασκευή_Σάββατο'.split('_'),\n weekdaysShort : 'Κυρ_Δευ_Τρι_Τετ_Πεμ_Παρ_Σαβ'.split('_'),\n weekdaysMin : 'Κυ_Δε_Τρ_Τε_Πε_Πα_Σα'.split('_'),\n meridiem : function (hours, minutes, isLower) {\n if (hours > 11) {\n return isLower ? 'μμ' : 'ΜΜ';\n } else {\n return isLower ? 'πμ' : 'ΠΜ';\n }\n },\n isPM : function (input) {\n return ((input + '').toLowerCase()[0] === 'μ');\n },\n meridiemParse : /[ΠΜ]\\.?Μ?\\.?/i,\n longDateFormat : {\n LT : 'h:mm A',\n LTS : 'h:mm:ss A',\n L : 'DD/MM/YYYY',\n LL : 'D MMMM YYYY',\n LLL : 'D MMMM YYYY h:mm A',\n LLLL : 'dddd, D MMMM YYYY h:mm A'\n },\n calendarEl : {\n sameDay : '[Σήμερα {}] LT',\n nextDay : '[Αύριο {}] LT',\n nextWeek : 'dddd [{}] LT',\n lastDay : '[Χθες {}] LT',\n lastWeek : function () {\n switch (this.day()) {\n case 6:\n return '[το προηγούμενο] dddd [{}] LT';\n default:\n return '[την προηγούμενη] dddd [{}] LT';\n }\n },\n sameElse : 'L'\n },\n calendar : function (key, mom) {\n var output = this._calendarEl[key],\n hours = mom && mom.hours();\n if (isFunction(output)) {\n output = output.apply(mom);\n }\n return output.replace('{}', (hours % 12 === 1 ? 'στη' : 'στις'));\n },\n relativeTime : {\n future : 'σε %s',\n past : '%s πριν',\n s : 'λίγα δευτερόλεπτα',\n ss : '%d δευτερόλεπτα',\n m : 'ένα λεπτό',\n mm : '%d λεπτά',\n h : 'μία ώρα',\n hh : '%d ώρες',\n d : 'μία μέρα',\n dd : '%d μέρες',\n M : 'ένας μήνας',\n MM : '%d μήνες',\n y : 'ένας χρόνος',\n yy : '%d χρόνια'\n },\n dayOfMonthOrdinalParse: /\\d{1,2}η/,\n ordinal: '%dη',\n week : {\n dow : 1, // Monday is the first day of the week.\n doy : 4 // The week that contains Jan 4st is the first week of the year.\n }\n });\n\n return el;\n\n})));\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n var enSG = moment.defineLocale('en-SG', {\n months : 'January_February_March_April_May_June_July_August_September_October_November_December'.split('_'),\n monthsShort : 'Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec'.split('_'),\n weekdays : 'Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday'.split('_'),\n weekdaysShort : 'Sun_Mon_Tue_Wed_Thu_Fri_Sat'.split('_'),\n weekdaysMin : 'Su_Mo_Tu_We_Th_Fr_Sa'.split('_'),\n longDateFormat : {\n LT : 'HH:mm',\n LTS : 'HH:mm:ss',\n L : 'DD/MM/YYYY',\n LL : 'D MMMM YYYY',\n LLL : 'D MMMM YYYY HH:mm',\n LLLL : 'dddd, D MMMM YYYY HH:mm'\n },\n calendar : {\n sameDay : '[Today at] LT',\n nextDay : '[Tomorrow at] LT',\n nextWeek : 'dddd [at] LT',\n lastDay : '[Yesterday at] LT',\n lastWeek : '[Last] dddd [at] LT',\n sameElse : 'L'\n },\n relativeTime : {\n future : 'in %s',\n past : '%s ago',\n s : 'a few seconds',\n ss : '%d seconds',\n m : 'a minute',\n mm : '%d minutes',\n h : 'an hour',\n hh : '%d hours',\n d : 'a day',\n dd : '%d days',\n M : 'a month',\n MM : '%d months',\n y : 'a year',\n yy : '%d years'\n },\n dayOfMonthOrdinalParse: /\\d{1,2}(st|nd|rd|th)/,\n ordinal : function (number) {\n var b = number % 10,\n output = (~~(number % 100 / 10) === 1) ? 'th' :\n (b === 1) ? 'st' :\n (b === 2) ? 'nd' :\n (b === 3) ? 'rd' : 'th';\n return number + output;\n },\n week : {\n dow : 1, // Monday is the first day of the week.\n doy : 4 // The week that contains Jan 4th is the first week of the year.\n }\n });\n\n return enSG;\n\n})));\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n var enAu = moment.defineLocale('en-au', {\n months : 'January_February_March_April_May_June_July_August_September_October_November_December'.split('_'),\n monthsShort : 'Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec'.split('_'),\n weekdays : 'Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday'.split('_'),\n weekdaysShort : 'Sun_Mon_Tue_Wed_Thu_Fri_Sat'.split('_'),\n weekdaysMin : 'Su_Mo_Tu_We_Th_Fr_Sa'.split('_'),\n longDateFormat : {\n LT : 'h:mm A',\n LTS : 'h:mm:ss A',\n L : 'DD/MM/YYYY',\n LL : 'D MMMM YYYY',\n LLL : 'D MMMM YYYY h:mm A',\n LLLL : 'dddd, D MMMM YYYY h:mm A'\n },\n calendar : {\n sameDay : '[Today at] LT',\n nextDay : '[Tomorrow at] LT',\n nextWeek : 'dddd [at] LT',\n lastDay : '[Yesterday at] LT',\n lastWeek : '[Last] dddd [at] LT',\n sameElse : 'L'\n },\n relativeTime : {\n future : 'in %s',\n past : '%s ago',\n s : 'a few seconds',\n ss : '%d seconds',\n m : 'a minute',\n mm : '%d minutes',\n h : 'an hour',\n hh : '%d hours',\n d : 'a day',\n dd : '%d days',\n M : 'a month',\n MM : '%d months',\n y : 'a year',\n yy : '%d years'\n },\n dayOfMonthOrdinalParse: /\\d{1,2}(st|nd|rd|th)/,\n ordinal : function (number) {\n var b = number % 10,\n output = (~~(number % 100 / 10) === 1) ? 'th' :\n (b === 1) ? 'st' :\n (b === 2) ? 'nd' :\n (b === 3) ? 'rd' : 'th';\n return number + output;\n },\n week : {\n dow : 1, // Monday is the first day of the week.\n doy : 4 // The week that contains Jan 4th is the first week of the year.\n }\n });\n\n return enAu;\n\n})));\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n var enCa = moment.defineLocale('en-ca', {\n months : 'January_February_March_April_May_June_July_August_September_October_November_December'.split('_'),\n monthsShort : 'Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec'.split('_'),\n weekdays : 'Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday'.split('_'),\n weekdaysShort : 'Sun_Mon_Tue_Wed_Thu_Fri_Sat'.split('_'),\n weekdaysMin : 'Su_Mo_Tu_We_Th_Fr_Sa'.split('_'),\n longDateFormat : {\n LT : 'h:mm A',\n LTS : 'h:mm:ss A',\n L : 'YYYY-MM-DD',\n LL : 'MMMM D, YYYY',\n LLL : 'MMMM D, YYYY h:mm A',\n LLLL : 'dddd, MMMM D, YYYY h:mm A'\n },\n calendar : {\n sameDay : '[Today at] LT',\n nextDay : '[Tomorrow at] LT',\n nextWeek : 'dddd [at] LT',\n lastDay : '[Yesterday at] LT',\n lastWeek : '[Last] dddd [at] LT',\n sameElse : 'L'\n },\n relativeTime : {\n future : 'in %s',\n past : '%s ago',\n s : 'a few seconds',\n ss : '%d seconds',\n m : 'a minute',\n mm : '%d minutes',\n h : 'an hour',\n hh : '%d hours',\n d : 'a day',\n dd : '%d days',\n M : 'a month',\n MM : '%d months',\n y : 'a year',\n yy : '%d years'\n },\n dayOfMonthOrdinalParse: /\\d{1,2}(st|nd|rd|th)/,\n ordinal : function (number) {\n var b = number % 10,\n output = (~~(number % 100 / 10) === 1) ? 'th' :\n (b === 1) ? 'st' :\n (b === 2) ? 'nd' :\n (b === 3) ? 'rd' : 'th';\n return number + output;\n }\n });\n\n return enCa;\n\n})));\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n var enGb = moment.defineLocale('en-gb', {\n months : 'January_February_March_April_May_June_July_August_September_October_November_December'.split('_'),\n monthsShort : 'Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec'.split('_'),\n weekdays : 'Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday'.split('_'),\n weekdaysShort : 'Sun_Mon_Tue_Wed_Thu_Fri_Sat'.split('_'),\n weekdaysMin : 'Su_Mo_Tu_We_Th_Fr_Sa'.split('_'),\n longDateFormat : {\n LT : 'HH:mm',\n LTS : 'HH:mm:ss',\n L : 'DD/MM/YYYY',\n LL : 'D MMMM YYYY',\n LLL : 'D MMMM YYYY HH:mm',\n LLLL : 'dddd, D MMMM YYYY HH:mm'\n },\n calendar : {\n sameDay : '[Today at] LT',\n nextDay : '[Tomorrow at] LT',\n nextWeek : 'dddd [at] LT',\n lastDay : '[Yesterday at] LT',\n lastWeek : '[Last] dddd [at] LT',\n sameElse : 'L'\n },\n relativeTime : {\n future : 'in %s',\n past : '%s ago',\n s : 'a few seconds',\n ss : '%d seconds',\n m : 'a minute',\n mm : '%d minutes',\n h : 'an hour',\n hh : '%d hours',\n d : 'a day',\n dd : '%d days',\n M : 'a month',\n MM : '%d months',\n y : 'a year',\n yy : '%d years'\n },\n dayOfMonthOrdinalParse: /\\d{1,2}(st|nd|rd|th)/,\n ordinal : function (number) {\n var b = number % 10,\n output = (~~(number % 100 / 10) === 1) ? 'th' :\n (b === 1) ? 'st' :\n (b === 2) ? 'nd' :\n (b === 3) ? 'rd' : 'th';\n return number + output;\n },\n week : {\n dow : 1, // Monday is the first day of the week.\n doy : 4 // The week that contains Jan 4th is the first week of the year.\n }\n });\n\n return enGb;\n\n})));\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n var enIe = moment.defineLocale('en-ie', {\n months : 'January_February_March_April_May_June_July_August_September_October_November_December'.split('_'),\n monthsShort : 'Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec'.split('_'),\n weekdays : 'Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday'.split('_'),\n weekdaysShort : 'Sun_Mon_Tue_Wed_Thu_Fri_Sat'.split('_'),\n weekdaysMin : 'Su_Mo_Tu_We_Th_Fr_Sa'.split('_'),\n longDateFormat : {\n LT : 'HH:mm',\n LTS : 'HH:mm:ss',\n L : 'DD/MM/YYYY',\n LL : 'D MMMM YYYY',\n LLL : 'D MMMM YYYY HH:mm',\n LLLL : 'dddd D MMMM YYYY HH:mm'\n },\n calendar : {\n sameDay : '[Today at] LT',\n nextDay : '[Tomorrow at] LT',\n nextWeek : 'dddd [at] LT',\n lastDay : '[Yesterday at] LT',\n lastWeek : '[Last] dddd [at] LT',\n sameElse : 'L'\n },\n relativeTime : {\n future : 'in %s',\n past : '%s ago',\n s : 'a few seconds',\n ss : '%d seconds',\n m : 'a minute',\n mm : '%d minutes',\n h : 'an hour',\n hh : '%d hours',\n d : 'a day',\n dd : '%d days',\n M : 'a month',\n MM : '%d months',\n y : 'a year',\n yy : '%d years'\n },\n dayOfMonthOrdinalParse: /\\d{1,2}(st|nd|rd|th)/,\n ordinal : function (number) {\n var b = number % 10,\n output = (~~(number % 100 / 10) === 1) ? 'th' :\n (b === 1) ? 'st' :\n (b === 2) ? 'nd' :\n (b === 3) ? 'rd' : 'th';\n return number + output;\n },\n week : {\n dow : 1, // Monday is the first day of the week.\n doy : 4 // The week that contains Jan 4th is the first week of the year.\n }\n });\n\n return enIe;\n\n})));\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n var enIl = moment.defineLocale('en-il', {\n months : 'January_February_March_April_May_June_July_August_September_October_November_December'.split('_'),\n monthsShort : 'Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec'.split('_'),\n weekdays : 'Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday'.split('_'),\n weekdaysShort : 'Sun_Mon_Tue_Wed_Thu_Fri_Sat'.split('_'),\n weekdaysMin : 'Su_Mo_Tu_We_Th_Fr_Sa'.split('_'),\n longDateFormat : {\n LT : 'HH:mm',\n LTS : 'HH:mm:ss',\n L : 'DD/MM/YYYY',\n LL : 'D MMMM YYYY',\n LLL : 'D MMMM YYYY HH:mm',\n LLLL : 'dddd, D MMMM YYYY HH:mm'\n },\n calendar : {\n sameDay : '[Today at] LT',\n nextDay : '[Tomorrow at] LT',\n nextWeek : 'dddd [at] LT',\n lastDay : '[Yesterday at] LT',\n lastWeek : '[Last] dddd [at] LT',\n sameElse : 'L'\n },\n relativeTime : {\n future : 'in %s',\n past : '%s ago',\n s : 'a few seconds',\n m : 'a minute',\n mm : '%d minutes',\n h : 'an hour',\n hh : '%d hours',\n d : 'a day',\n dd : '%d days',\n M : 'a month',\n MM : '%d months',\n y : 'a year',\n yy : '%d years'\n },\n dayOfMonthOrdinalParse: /\\d{1,2}(st|nd|rd|th)/,\n ordinal : function (number) {\n var b = number % 10,\n output = (~~(number % 100 / 10) === 1) ? 'th' :\n (b === 1) ? 'st' :\n (b === 2) ? 'nd' :\n (b === 3) ? 'rd' : 'th';\n return number + output;\n }\n });\n\n return enIl;\n\n})));\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n var enNz = moment.defineLocale('en-nz', {\n months : 'January_February_March_April_May_June_July_August_September_October_November_December'.split('_'),\n monthsShort : 'Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec'.split('_'),\n weekdays : 'Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday'.split('_'),\n weekdaysShort : 'Sun_Mon_Tue_Wed_Thu_Fri_Sat'.split('_'),\n weekdaysMin : 'Su_Mo_Tu_We_Th_Fr_Sa'.split('_'),\n longDateFormat : {\n LT : 'h:mm A',\n LTS : 'h:mm:ss A',\n L : 'DD/MM/YYYY',\n LL : 'D MMMM YYYY',\n LLL : 'D MMMM YYYY h:mm A',\n LLLL : 'dddd, D MMMM YYYY h:mm A'\n },\n calendar : {\n sameDay : '[Today at] LT',\n nextDay : '[Tomorrow at] LT',\n nextWeek : 'dddd [at] LT',\n lastDay : '[Yesterday at] LT',\n lastWeek : '[Last] dddd [at] LT',\n sameElse : 'L'\n },\n relativeTime : {\n future : 'in %s',\n past : '%s ago',\n s : 'a few seconds',\n ss : '%d seconds',\n m : 'a minute',\n mm : '%d minutes',\n h : 'an hour',\n hh : '%d hours',\n d : 'a day',\n dd : '%d days',\n M : 'a month',\n MM : '%d months',\n y : 'a year',\n yy : '%d years'\n },\n dayOfMonthOrdinalParse: /\\d{1,2}(st|nd|rd|th)/,\n ordinal : function (number) {\n var b = number % 10,\n output = (~~(number % 100 / 10) === 1) ? 'th' :\n (b === 1) ? 'st' :\n (b === 2) ? 'nd' :\n (b === 3) ? 'rd' : 'th';\n return number + output;\n },\n week : {\n dow : 1, // Monday is the first day of the week.\n doy : 4 // The week that contains Jan 4th is the first week of the year.\n }\n });\n\n return enNz;\n\n})));\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n var eo = moment.defineLocale('eo', {\n months : 'januaro_februaro_marto_aprilo_majo_junio_julio_aŭgusto_septembro_oktobro_novembro_decembro'.split('_'),\n monthsShort : 'jan_feb_mar_apr_maj_jun_jul_aŭg_sep_okt_nov_dec'.split('_'),\n weekdays : 'dimanĉo_lundo_mardo_merkredo_ĵaŭdo_vendredo_sabato'.split('_'),\n weekdaysShort : 'dim_lun_mard_merk_ĵaŭ_ven_sab'.split('_'),\n weekdaysMin : 'di_lu_ma_me_ĵa_ve_sa'.split('_'),\n longDateFormat : {\n LT : 'HH:mm',\n LTS : 'HH:mm:ss',\n L : 'YYYY-MM-DD',\n LL : 'D[-a de] MMMM, YYYY',\n LLL : 'D[-a de] MMMM, YYYY HH:mm',\n LLLL : 'dddd, [la] D[-a de] MMMM, YYYY HH:mm'\n },\n meridiemParse: /[ap]\\.t\\.m/i,\n isPM: function (input) {\n return input.charAt(0).toLowerCase() === 'p';\n },\n meridiem : function (hours, minutes, isLower) {\n if (hours > 11) {\n return isLower ? 'p.t.m.' : 'P.T.M.';\n } else {\n return isLower ? 'a.t.m.' : 'A.T.M.';\n }\n },\n calendar : {\n sameDay : '[Hodiaŭ je] LT',\n nextDay : '[Morgaŭ je] LT',\n nextWeek : 'dddd [je] LT',\n lastDay : '[Hieraŭ je] LT',\n lastWeek : '[pasinta] dddd [je] LT',\n sameElse : 'L'\n },\n relativeTime : {\n future : 'post %s',\n past : 'antaŭ %s',\n s : 'sekundoj',\n ss : '%d sekundoj',\n m : 'minuto',\n mm : '%d minutoj',\n h : 'horo',\n hh : '%d horoj',\n d : 'tago',//ne 'diurno', ĉar estas uzita por proksimumo\n dd : '%d tagoj',\n M : 'monato',\n MM : '%d monatoj',\n y : 'jaro',\n yy : '%d jaroj'\n },\n dayOfMonthOrdinalParse: /\\d{1,2}a/,\n ordinal : '%da',\n week : {\n dow : 1, // Monday is the first day of the week.\n doy : 7 // The week that contains Jan 7th is the first week of the year.\n }\n });\n\n return eo;\n\n})));\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n var monthsShortDot = 'ene._feb._mar._abr._may._jun._jul._ago._sep._oct._nov._dic.'.split('_'),\n monthsShort = 'ene_feb_mar_abr_may_jun_jul_ago_sep_oct_nov_dic'.split('_');\n\n var monthsParse = [/^ene/i, /^feb/i, /^mar/i, /^abr/i, /^may/i, /^jun/i, /^jul/i, /^ago/i, /^sep/i, /^oct/i, /^nov/i, /^dic/i];\n var monthsRegex = /^(enero|febrero|marzo|abril|mayo|junio|julio|agosto|septiembre|octubre|noviembre|diciembre|ene\\.?|feb\\.?|mar\\.?|abr\\.?|may\\.?|jun\\.?|jul\\.?|ago\\.?|sep\\.?|oct\\.?|nov\\.?|dic\\.?)/i;\n\n var es = moment.defineLocale('es', {\n months : 'enero_febrero_marzo_abril_mayo_junio_julio_agosto_septiembre_octubre_noviembre_diciembre'.split('_'),\n monthsShort : function (m, format) {\n if (!m) {\n return monthsShortDot;\n } else if (/-MMM-/.test(format)) {\n return monthsShort[m.month()];\n } else {\n return monthsShortDot[m.month()];\n }\n },\n monthsRegex : monthsRegex,\n monthsShortRegex : monthsRegex,\n monthsStrictRegex : /^(enero|febrero|marzo|abril|mayo|junio|julio|agosto|septiembre|octubre|noviembre|diciembre)/i,\n monthsShortStrictRegex : /^(ene\\.?|feb\\.?|mar\\.?|abr\\.?|may\\.?|jun\\.?|jul\\.?|ago\\.?|sep\\.?|oct\\.?|nov\\.?|dic\\.?)/i,\n monthsParse : monthsParse,\n longMonthsParse : monthsParse,\n shortMonthsParse : monthsParse,\n weekdays : 'domingo_lunes_martes_miércoles_jueves_viernes_sábado'.split('_'),\n weekdaysShort : 'dom._lun._mar._mié._jue._vie._sáb.'.split('_'),\n weekdaysMin : 'do_lu_ma_mi_ju_vi_sá'.split('_'),\n weekdaysParseExact : true,\n longDateFormat : {\n LT : 'H:mm',\n LTS : 'H:mm:ss',\n L : 'DD/MM/YYYY',\n LL : 'D [de] MMMM [de] YYYY',\n LLL : 'D [de] MMMM [de] YYYY H:mm',\n LLLL : 'dddd, D [de] MMMM [de] YYYY H:mm'\n },\n calendar : {\n sameDay : function () {\n return '[hoy a la' + ((this.hours() !== 1) ? 's' : '') + '] LT';\n },\n nextDay : function () {\n return '[mañana a la' + ((this.hours() !== 1) ? 's' : '') + '] LT';\n },\n nextWeek : function () {\n return 'dddd [a la' + ((this.hours() !== 1) ? 's' : '') + '] LT';\n },\n lastDay : function () {\n return '[ayer a la' + ((this.hours() !== 1) ? 's' : '') + '] LT';\n },\n lastWeek : function () {\n return '[el] dddd [pasado a la' + ((this.hours() !== 1) ? 's' : '') + '] LT';\n },\n sameElse : 'L'\n },\n relativeTime : {\n future : 'en %s',\n past : 'hace %s',\n s : 'unos segundos',\n ss : '%d segundos',\n m : 'un minuto',\n mm : '%d minutos',\n h : 'una hora',\n hh : '%d horas',\n d : 'un día',\n dd : '%d días',\n M : 'un mes',\n MM : '%d meses',\n y : 'un año',\n yy : '%d años'\n },\n dayOfMonthOrdinalParse : /\\d{1,2}º/,\n ordinal : '%dº',\n week : {\n dow : 1, // Monday is the first day of the week.\n doy : 4 // The week that contains Jan 4th is the first week of the year.\n }\n });\n\n return es;\n\n})));\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n var monthsShortDot = 'ene._feb._mar._abr._may._jun._jul._ago._sep._oct._nov._dic.'.split('_'),\n monthsShort = 'ene_feb_mar_abr_may_jun_jul_ago_sep_oct_nov_dic'.split('_');\n\n var monthsParse = [/^ene/i, /^feb/i, /^mar/i, /^abr/i, /^may/i, /^jun/i, /^jul/i, /^ago/i, /^sep/i, /^oct/i, /^nov/i, /^dic/i];\n var monthsRegex = /^(enero|febrero|marzo|abril|mayo|junio|julio|agosto|septiembre|octubre|noviembre|diciembre|ene\\.?|feb\\.?|mar\\.?|abr\\.?|may\\.?|jun\\.?|jul\\.?|ago\\.?|sep\\.?|oct\\.?|nov\\.?|dic\\.?)/i;\n\n var esDo = moment.defineLocale('es-do', {\n months : 'enero_febrero_marzo_abril_mayo_junio_julio_agosto_septiembre_octubre_noviembre_diciembre'.split('_'),\n monthsShort : function (m, format) {\n if (!m) {\n return monthsShortDot;\n } else if (/-MMM-/.test(format)) {\n return monthsShort[m.month()];\n } else {\n return monthsShortDot[m.month()];\n }\n },\n monthsRegex: monthsRegex,\n monthsShortRegex: monthsRegex,\n monthsStrictRegex: /^(enero|febrero|marzo|abril|mayo|junio|julio|agosto|septiembre|octubre|noviembre|diciembre)/i,\n monthsShortStrictRegex: /^(ene\\.?|feb\\.?|mar\\.?|abr\\.?|may\\.?|jun\\.?|jul\\.?|ago\\.?|sep\\.?|oct\\.?|nov\\.?|dic\\.?)/i,\n monthsParse: monthsParse,\n longMonthsParse: monthsParse,\n shortMonthsParse: monthsParse,\n weekdays : 'domingo_lunes_martes_miércoles_jueves_viernes_sábado'.split('_'),\n weekdaysShort : 'dom._lun._mar._mié._jue._vie._sáb.'.split('_'),\n weekdaysMin : 'do_lu_ma_mi_ju_vi_sá'.split('_'),\n weekdaysParseExact : true,\n longDateFormat : {\n LT : 'h:mm A',\n LTS : 'h:mm:ss A',\n L : 'DD/MM/YYYY',\n LL : 'D [de] MMMM [de] YYYY',\n LLL : 'D [de] MMMM [de] YYYY h:mm A',\n LLLL : 'dddd, D [de] MMMM [de] YYYY h:mm A'\n },\n calendar : {\n sameDay : function () {\n return '[hoy a la' + ((this.hours() !== 1) ? 's' : '') + '] LT';\n },\n nextDay : function () {\n return '[mañana a la' + ((this.hours() !== 1) ? 's' : '') + '] LT';\n },\n nextWeek : function () {\n return 'dddd [a la' + ((this.hours() !== 1) ? 's' : '') + '] LT';\n },\n lastDay : function () {\n return '[ayer a la' + ((this.hours() !== 1) ? 's' : '') + '] LT';\n },\n lastWeek : function () {\n return '[el] dddd [pasado a la' + ((this.hours() !== 1) ? 's' : '') + '] LT';\n },\n sameElse : 'L'\n },\n relativeTime : {\n future : 'en %s',\n past : 'hace %s',\n s : 'unos segundos',\n ss : '%d segundos',\n m : 'un minuto',\n mm : '%d minutos',\n h : 'una hora',\n hh : '%d horas',\n d : 'un día',\n dd : '%d días',\n M : 'un mes',\n MM : '%d meses',\n y : 'un año',\n yy : '%d años'\n },\n dayOfMonthOrdinalParse : /\\d{1,2}º/,\n ordinal : '%dº',\n week : {\n dow : 1, // Monday is the first day of the week.\n doy : 4 // The week that contains Jan 4th is the first week of the year.\n }\n });\n\n return esDo;\n\n})));\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n var monthsShortDot = 'ene._feb._mar._abr._may._jun._jul._ago._sep._oct._nov._dic.'.split('_'),\n monthsShort = 'ene_feb_mar_abr_may_jun_jul_ago_sep_oct_nov_dic'.split('_');\n\n var monthsParse = [/^ene/i, /^feb/i, /^mar/i, /^abr/i, /^may/i, /^jun/i, /^jul/i, /^ago/i, /^sep/i, /^oct/i, /^nov/i, /^dic/i];\n var monthsRegex = /^(enero|febrero|marzo|abril|mayo|junio|julio|agosto|septiembre|octubre|noviembre|diciembre|ene\\.?|feb\\.?|mar\\.?|abr\\.?|may\\.?|jun\\.?|jul\\.?|ago\\.?|sep\\.?|oct\\.?|nov\\.?|dic\\.?)/i;\n\n var esUs = moment.defineLocale('es-us', {\n months : 'enero_febrero_marzo_abril_mayo_junio_julio_agosto_septiembre_octubre_noviembre_diciembre'.split('_'),\n monthsShort : function (m, format) {\n if (!m) {\n return monthsShortDot;\n } else if (/-MMM-/.test(format)) {\n return monthsShort[m.month()];\n } else {\n return monthsShortDot[m.month()];\n }\n },\n monthsRegex: monthsRegex,\n monthsShortRegex: monthsRegex,\n monthsStrictRegex: /^(enero|febrero|marzo|abril|mayo|junio|julio|agosto|septiembre|octubre|noviembre|diciembre)/i,\n monthsShortStrictRegex: /^(ene\\.?|feb\\.?|mar\\.?|abr\\.?|may\\.?|jun\\.?|jul\\.?|ago\\.?|sep\\.?|oct\\.?|nov\\.?|dic\\.?)/i,\n monthsParse: monthsParse,\n longMonthsParse: monthsParse,\n shortMonthsParse: monthsParse,\n weekdays : 'domingo_lunes_martes_miércoles_jueves_viernes_sábado'.split('_'),\n weekdaysShort : 'dom._lun._mar._mié._jue._vie._sáb.'.split('_'),\n weekdaysMin : 'do_lu_ma_mi_ju_vi_sá'.split('_'),\n weekdaysParseExact : true,\n longDateFormat : {\n LT : 'h:mm A',\n LTS : 'h:mm:ss A',\n L : 'MM/DD/YYYY',\n LL : 'D [de] MMMM [de] YYYY',\n LLL : 'D [de] MMMM [de] YYYY h:mm A',\n LLLL : 'dddd, D [de] MMMM [de] YYYY h:mm A'\n },\n calendar : {\n sameDay : function () {\n return '[hoy a la' + ((this.hours() !== 1) ? 's' : '') + '] LT';\n },\n nextDay : function () {\n return '[mañana a la' + ((this.hours() !== 1) ? 's' : '') + '] LT';\n },\n nextWeek : function () {\n return 'dddd [a la' + ((this.hours() !== 1) ? 's' : '') + '] LT';\n },\n lastDay : function () {\n return '[ayer a la' + ((this.hours() !== 1) ? 's' : '') + '] LT';\n },\n lastWeek : function () {\n return '[el] dddd [pasado a la' + ((this.hours() !== 1) ? 's' : '') + '] LT';\n },\n sameElse : 'L'\n },\n relativeTime : {\n future : 'en %s',\n past : 'hace %s',\n s : 'unos segundos',\n ss : '%d segundos',\n m : 'un minuto',\n mm : '%d minutos',\n h : 'una hora',\n hh : '%d horas',\n d : 'un día',\n dd : '%d días',\n M : 'un mes',\n MM : '%d meses',\n y : 'un año',\n yy : '%d años'\n },\n dayOfMonthOrdinalParse : /\\d{1,2}º/,\n ordinal : '%dº',\n week : {\n dow : 0, // Sunday is the first day of the week.\n doy : 6 // The week that contains Jan 6th is the first week of the year.\n }\n });\n\n return esUs;\n\n})));\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n function processRelativeTime(number, withoutSuffix, key, isFuture) {\n var format = {\n 's' : ['mõne sekundi', 'mõni sekund', 'paar sekundit'],\n 'ss': [number + 'sekundi', number + 'sekundit'],\n 'm' : ['ühe minuti', 'üks minut'],\n 'mm': [number + ' minuti', number + ' minutit'],\n 'h' : ['ühe tunni', 'tund aega', 'üks tund'],\n 'hh': [number + ' tunni', number + ' tundi'],\n 'd' : ['ühe päeva', 'üks päev'],\n 'M' : ['kuu aja', 'kuu aega', 'üks kuu'],\n 'MM': [number + ' kuu', number + ' kuud'],\n 'y' : ['ühe aasta', 'aasta', 'üks aasta'],\n 'yy': [number + ' aasta', number + ' aastat']\n };\n if (withoutSuffix) {\n return format[key][2] ? format[key][2] : format[key][1];\n }\n return isFuture ? format[key][0] : format[key][1];\n }\n\n var et = moment.defineLocale('et', {\n months : 'jaanuar_veebruar_märts_aprill_mai_juuni_juuli_august_september_oktoober_november_detsember'.split('_'),\n monthsShort : 'jaan_veebr_märts_apr_mai_juuni_juuli_aug_sept_okt_nov_dets'.split('_'),\n weekdays : 'pühapäev_esmaspäev_teisipäev_kolmapäev_neljapäev_reede_laupäev'.split('_'),\n weekdaysShort : 'P_E_T_K_N_R_L'.split('_'),\n weekdaysMin : 'P_E_T_K_N_R_L'.split('_'),\n longDateFormat : {\n LT : 'H:mm',\n LTS : 'H:mm:ss',\n L : 'DD.MM.YYYY',\n LL : 'D. MMMM YYYY',\n LLL : 'D. MMMM YYYY H:mm',\n LLLL : 'dddd, D. MMMM YYYY H:mm'\n },\n calendar : {\n sameDay : '[Täna,] LT',\n nextDay : '[Homme,] LT',\n nextWeek : '[Järgmine] dddd LT',\n lastDay : '[Eile,] LT',\n lastWeek : '[Eelmine] dddd LT',\n sameElse : 'L'\n },\n relativeTime : {\n future : '%s pärast',\n past : '%s tagasi',\n s : processRelativeTime,\n ss : processRelativeTime,\n m : processRelativeTime,\n mm : processRelativeTime,\n h : processRelativeTime,\n hh : processRelativeTime,\n d : processRelativeTime,\n dd : '%d päeva',\n M : processRelativeTime,\n MM : processRelativeTime,\n y : processRelativeTime,\n yy : processRelativeTime\n },\n dayOfMonthOrdinalParse: /\\d{1,2}\\./,\n ordinal : '%d.',\n week : {\n dow : 1, // Monday is the first day of the week.\n doy : 4 // The week that contains Jan 4th is the first week of the year.\n }\n });\n\n return et;\n\n})));\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n var eu = moment.defineLocale('eu', {\n months : 'urtarrila_otsaila_martxoa_apirila_maiatza_ekaina_uztaila_abuztua_iraila_urria_azaroa_abendua'.split('_'),\n monthsShort : 'urt._ots._mar._api._mai._eka._uzt._abu._ira._urr._aza._abe.'.split('_'),\n monthsParseExact : true,\n weekdays : 'igandea_astelehena_asteartea_asteazkena_osteguna_ostirala_larunbata'.split('_'),\n weekdaysShort : 'ig._al._ar._az._og._ol._lr.'.split('_'),\n weekdaysMin : 'ig_al_ar_az_og_ol_lr'.split('_'),\n weekdaysParseExact : true,\n longDateFormat : {\n LT : 'HH:mm',\n LTS : 'HH:mm:ss',\n L : 'YYYY-MM-DD',\n LL : 'YYYY[ko] MMMM[ren] D[a]',\n LLL : 'YYYY[ko] MMMM[ren] D[a] HH:mm',\n LLLL : 'dddd, YYYY[ko] MMMM[ren] D[a] HH:mm',\n l : 'YYYY-M-D',\n ll : 'YYYY[ko] MMM D[a]',\n lll : 'YYYY[ko] MMM D[a] HH:mm',\n llll : 'ddd, YYYY[ko] MMM D[a] HH:mm'\n },\n calendar : {\n sameDay : '[gaur] LT[etan]',\n nextDay : '[bihar] LT[etan]',\n nextWeek : 'dddd LT[etan]',\n lastDay : '[atzo] LT[etan]',\n lastWeek : '[aurreko] dddd LT[etan]',\n sameElse : 'L'\n },\n relativeTime : {\n future : '%s barru',\n past : 'duela %s',\n s : 'segundo batzuk',\n ss : '%d segundo',\n m : 'minutu bat',\n mm : '%d minutu',\n h : 'ordu bat',\n hh : '%d ordu',\n d : 'egun bat',\n dd : '%d egun',\n M : 'hilabete bat',\n MM : '%d hilabete',\n y : 'urte bat',\n yy : '%d urte'\n },\n dayOfMonthOrdinalParse: /\\d{1,2}\\./,\n ordinal : '%d.',\n week : {\n dow : 1, // Monday is the first day of the week.\n doy : 7 // The week that contains Jan 7th is the first week of the year.\n }\n });\n\n return eu;\n\n})));\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n var symbolMap = {\n '1': '۱',\n '2': '۲',\n '3': '۳',\n '4': '۴',\n '5': '۵',\n '6': '۶',\n '7': '۷',\n '8': '۸',\n '9': '۹',\n '0': '۰'\n }, numberMap = {\n '۱': '1',\n '۲': '2',\n '۳': '3',\n '۴': '4',\n '۵': '5',\n '۶': '6',\n '۷': '7',\n '۸': '8',\n '۹': '9',\n '۰': '0'\n };\n\n var fa = moment.defineLocale('fa', {\n months : 'ژانویه_فوریه_مارس_آوریل_مه_ژوئن_ژوئیه_اوت_سپتامبر_اکتبر_نوامبر_دسامبر'.split('_'),\n monthsShort : 'ژانویه_فوریه_مارس_آوریل_مه_ژوئن_ژوئیه_اوت_سپتامبر_اکتبر_نوامبر_دسامبر'.split('_'),\n weekdays : 'یک\\u200cشنبه_دوشنبه_سه\\u200cشنبه_چهارشنبه_پنج\\u200cشنبه_جمعه_شنبه'.split('_'),\n weekdaysShort : 'یک\\u200cشنبه_دوشنبه_سه\\u200cشنبه_چهارشنبه_پنج\\u200cشنبه_جمعه_شنبه'.split('_'),\n weekdaysMin : 'ی_د_س_چ_پ_ج_ش'.split('_'),\n weekdaysParseExact : true,\n longDateFormat : {\n LT : 'HH:mm',\n LTS : 'HH:mm:ss',\n L : 'DD/MM/YYYY',\n LL : 'D MMMM YYYY',\n LLL : 'D MMMM YYYY HH:mm',\n LLLL : 'dddd, D MMMM YYYY HH:mm'\n },\n meridiemParse: /قبل از ظهر|بعد از ظهر/,\n isPM: function (input) {\n return /بعد از ظهر/.test(input);\n },\n meridiem : function (hour, minute, isLower) {\n if (hour < 12) {\n return 'قبل از ظهر';\n } else {\n return 'بعد از ظهر';\n }\n },\n calendar : {\n sameDay : '[امروز ساعت] LT',\n nextDay : '[فردا ساعت] LT',\n nextWeek : 'dddd [ساعت] LT',\n lastDay : '[دیروز ساعت] LT',\n lastWeek : 'dddd [پیش] [ساعت] LT',\n sameElse : 'L'\n },\n relativeTime : {\n future : 'در %s',\n past : '%s پیش',\n s : 'چند ثانیه',\n ss : 'ثانیه d%',\n m : 'یک دقیقه',\n mm : '%d دقیقه',\n h : 'یک ساعت',\n hh : '%d ساعت',\n d : 'یک روز',\n dd : '%d روز',\n M : 'یک ماه',\n MM : '%d ماه',\n y : 'یک سال',\n yy : '%d سال'\n },\n preparse: function (string) {\n return string.replace(/[۰-۹]/g, function (match) {\n return numberMap[match];\n }).replace(/،/g, ',');\n },\n postformat: function (string) {\n return string.replace(/\\d/g, function (match) {\n return symbolMap[match];\n }).replace(/,/g, '،');\n },\n dayOfMonthOrdinalParse: /\\d{1,2}م/,\n ordinal : '%dم',\n week : {\n dow : 6, // Saturday is the first day of the week.\n doy : 12 // The week that contains Jan 12th is the first week of the year.\n }\n });\n\n return fa;\n\n})));\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n var numbersPast = 'nolla yksi kaksi kolme neljä viisi kuusi seitsemän kahdeksan yhdeksän'.split(' '),\n numbersFuture = [\n 'nolla', 'yhden', 'kahden', 'kolmen', 'neljän', 'viiden', 'kuuden',\n numbersPast[7], numbersPast[8], numbersPast[9]\n ];\n function translate(number, withoutSuffix, key, isFuture) {\n var result = '';\n switch (key) {\n case 's':\n return isFuture ? 'muutaman sekunnin' : 'muutama sekunti';\n case 'ss':\n return isFuture ? 'sekunnin' : 'sekuntia';\n case 'm':\n return isFuture ? 'minuutin' : 'minuutti';\n case 'mm':\n result = isFuture ? 'minuutin' : 'minuuttia';\n break;\n case 'h':\n return isFuture ? 'tunnin' : 'tunti';\n case 'hh':\n result = isFuture ? 'tunnin' : 'tuntia';\n break;\n case 'd':\n return isFuture ? 'päivän' : 'päivä';\n case 'dd':\n result = isFuture ? 'päivän' : 'päivää';\n break;\n case 'M':\n return isFuture ? 'kuukauden' : 'kuukausi';\n case 'MM':\n result = isFuture ? 'kuukauden' : 'kuukautta';\n break;\n case 'y':\n return isFuture ? 'vuoden' : 'vuosi';\n case 'yy':\n result = isFuture ? 'vuoden' : 'vuotta';\n break;\n }\n result = verbalNumber(number, isFuture) + ' ' + result;\n return result;\n }\n function verbalNumber(number, isFuture) {\n return number < 10 ? (isFuture ? numbersFuture[number] : numbersPast[number]) : number;\n }\n\n var fi = moment.defineLocale('fi', {\n months : 'tammikuu_helmikuu_maaliskuu_huhtikuu_toukokuu_kesäkuu_heinäkuu_elokuu_syyskuu_lokakuu_marraskuu_joulukuu'.split('_'),\n monthsShort : 'tammi_helmi_maalis_huhti_touko_kesä_heinä_elo_syys_loka_marras_joulu'.split('_'),\n weekdays : 'sunnuntai_maanantai_tiistai_keskiviikko_torstai_perjantai_lauantai'.split('_'),\n weekdaysShort : 'su_ma_ti_ke_to_pe_la'.split('_'),\n weekdaysMin : 'su_ma_ti_ke_to_pe_la'.split('_'),\n longDateFormat : {\n LT : 'HH.mm',\n LTS : 'HH.mm.ss',\n L : 'DD.MM.YYYY',\n LL : 'Do MMMM[ta] YYYY',\n LLL : 'Do MMMM[ta] YYYY, [klo] HH.mm',\n LLLL : 'dddd, Do MMMM[ta] YYYY, [klo] HH.mm',\n l : 'D.M.YYYY',\n ll : 'Do MMM YYYY',\n lll : 'Do MMM YYYY, [klo] HH.mm',\n llll : 'ddd, Do MMM YYYY, [klo] HH.mm'\n },\n calendar : {\n sameDay : '[tänään] [klo] LT',\n nextDay : '[huomenna] [klo] LT',\n nextWeek : 'dddd [klo] LT',\n lastDay : '[eilen] [klo] LT',\n lastWeek : '[viime] dddd[na] [klo] LT',\n sameElse : 'L'\n },\n relativeTime : {\n future : '%s päästä',\n past : '%s sitten',\n s : translate,\n ss : translate,\n m : translate,\n mm : translate,\n h : translate,\n hh : translate,\n d : translate,\n dd : translate,\n M : translate,\n MM : translate,\n y : translate,\n yy : translate\n },\n dayOfMonthOrdinalParse: /\\d{1,2}\\./,\n ordinal : '%d.',\n week : {\n dow : 1, // Monday is the first day of the week.\n doy : 4 // The week that contains Jan 4th is the first week of the year.\n }\n });\n\n return fi;\n\n})));\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n var fo = moment.defineLocale('fo', {\n months : 'januar_februar_mars_apríl_mai_juni_juli_august_september_oktober_november_desember'.split('_'),\n monthsShort : 'jan_feb_mar_apr_mai_jun_jul_aug_sep_okt_nov_des'.split('_'),\n weekdays : 'sunnudagur_mánadagur_týsdagur_mikudagur_hósdagur_fríggjadagur_leygardagur'.split('_'),\n weekdaysShort : 'sun_mán_týs_mik_hós_frí_ley'.split('_'),\n weekdaysMin : 'su_má_tý_mi_hó_fr_le'.split('_'),\n longDateFormat : {\n LT : 'HH:mm',\n LTS : 'HH:mm:ss',\n L : 'DD/MM/YYYY',\n LL : 'D MMMM YYYY',\n LLL : 'D MMMM YYYY HH:mm',\n LLLL : 'dddd D. MMMM, YYYY HH:mm'\n },\n calendar : {\n sameDay : '[Í dag kl.] LT',\n nextDay : '[Í morgin kl.] LT',\n nextWeek : 'dddd [kl.] LT',\n lastDay : '[Í gjár kl.] LT',\n lastWeek : '[síðstu] dddd [kl] LT',\n sameElse : 'L'\n },\n relativeTime : {\n future : 'um %s',\n past : '%s síðani',\n s : 'fá sekund',\n ss : '%d sekundir',\n m : 'ein minuttur',\n mm : '%d minuttir',\n h : 'ein tími',\n hh : '%d tímar',\n d : 'ein dagur',\n dd : '%d dagar',\n M : 'ein mánaður',\n MM : '%d mánaðir',\n y : 'eitt ár',\n yy : '%d ár'\n },\n dayOfMonthOrdinalParse: /\\d{1,2}\\./,\n ordinal : '%d.',\n week : {\n dow : 1, // Monday is the first day of the week.\n doy : 4 // The week that contains Jan 4th is the first week of the year.\n }\n });\n\n return fo;\n\n})));\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n var fr = moment.defineLocale('fr', {\n months : 'janvier_février_mars_avril_mai_juin_juillet_août_septembre_octobre_novembre_décembre'.split('_'),\n monthsShort : 'janv._févr._mars_avr._mai_juin_juil._août_sept._oct._nov._déc.'.split('_'),\n monthsParseExact : true,\n weekdays : 'dimanche_lundi_mardi_mercredi_jeudi_vendredi_samedi'.split('_'),\n weekdaysShort : 'dim._lun._mar._mer._jeu._ven._sam.'.split('_'),\n weekdaysMin : 'di_lu_ma_me_je_ve_sa'.split('_'),\n weekdaysParseExact : true,\n longDateFormat : {\n LT : 'HH:mm',\n LTS : 'HH:mm:ss',\n L : 'DD/MM/YYYY',\n LL : 'D MMMM YYYY',\n LLL : 'D MMMM YYYY HH:mm',\n LLLL : 'dddd D MMMM YYYY HH:mm'\n },\n calendar : {\n sameDay : '[Aujourd’hui à] LT',\n nextDay : '[Demain à] LT',\n nextWeek : 'dddd [à] LT',\n lastDay : '[Hier à] LT',\n lastWeek : 'dddd [dernier à] LT',\n sameElse : 'L'\n },\n relativeTime : {\n future : 'dans %s',\n past : 'il y a %s',\n s : 'quelques secondes',\n ss : '%d secondes',\n m : 'une minute',\n mm : '%d minutes',\n h : 'une heure',\n hh : '%d heures',\n d : 'un jour',\n dd : '%d jours',\n M : 'un mois',\n MM : '%d mois',\n y : 'un an',\n yy : '%d ans'\n },\n dayOfMonthOrdinalParse: /\\d{1,2}(er|)/,\n ordinal : function (number, period) {\n switch (period) {\n // TODO: Return 'e' when day of month > 1. Move this case inside\n // block for masculine words below.\n // See https://github.com/moment/moment/issues/3375\n case 'D':\n return number + (number === 1 ? 'er' : '');\n\n // Words with masculine grammatical gender: mois, trimestre, jour\n default:\n case 'M':\n case 'Q':\n case 'DDD':\n case 'd':\n return number + (number === 1 ? 'er' : 'e');\n\n // Words with feminine grammatical gender: semaine\n case 'w':\n case 'W':\n return number + (number === 1 ? 're' : 'e');\n }\n },\n week : {\n dow : 1, // Monday is the first day of the week.\n doy : 4 // The week that contains Jan 4th is the first week of the year.\n }\n });\n\n return fr;\n\n})));\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n var frCa = moment.defineLocale('fr-ca', {\n months : 'janvier_février_mars_avril_mai_juin_juillet_août_septembre_octobre_novembre_décembre'.split('_'),\n monthsShort : 'janv._févr._mars_avr._mai_juin_juil._août_sept._oct._nov._déc.'.split('_'),\n monthsParseExact : true,\n weekdays : 'dimanche_lundi_mardi_mercredi_jeudi_vendredi_samedi'.split('_'),\n weekdaysShort : 'dim._lun._mar._mer._jeu._ven._sam.'.split('_'),\n weekdaysMin : 'di_lu_ma_me_je_ve_sa'.split('_'),\n weekdaysParseExact : true,\n longDateFormat : {\n LT : 'HH:mm',\n LTS : 'HH:mm:ss',\n L : 'YYYY-MM-DD',\n LL : 'D MMMM YYYY',\n LLL : 'D MMMM YYYY HH:mm',\n LLLL : 'dddd D MMMM YYYY HH:mm'\n },\n calendar : {\n sameDay : '[Aujourd’hui à] LT',\n nextDay : '[Demain à] LT',\n nextWeek : 'dddd [à] LT',\n lastDay : '[Hier à] LT',\n lastWeek : 'dddd [dernier à] LT',\n sameElse : 'L'\n },\n relativeTime : {\n future : 'dans %s',\n past : 'il y a %s',\n s : 'quelques secondes',\n ss : '%d secondes',\n m : 'une minute',\n mm : '%d minutes',\n h : 'une heure',\n hh : '%d heures',\n d : 'un jour',\n dd : '%d jours',\n M : 'un mois',\n MM : '%d mois',\n y : 'un an',\n yy : '%d ans'\n },\n dayOfMonthOrdinalParse: /\\d{1,2}(er|e)/,\n ordinal : function (number, period) {\n switch (period) {\n // Words with masculine grammatical gender: mois, trimestre, jour\n default:\n case 'M':\n case 'Q':\n case 'D':\n case 'DDD':\n case 'd':\n return number + (number === 1 ? 'er' : 'e');\n\n // Words with feminine grammatical gender: semaine\n case 'w':\n case 'W':\n return number + (number === 1 ? 're' : 'e');\n }\n }\n });\n\n return frCa;\n\n})));\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n var frCh = moment.defineLocale('fr-ch', {\n months : 'janvier_février_mars_avril_mai_juin_juillet_août_septembre_octobre_novembre_décembre'.split('_'),\n monthsShort : 'janv._févr._mars_avr._mai_juin_juil._août_sept._oct._nov._déc.'.split('_'),\n monthsParseExact : true,\n weekdays : 'dimanche_lundi_mardi_mercredi_jeudi_vendredi_samedi'.split('_'),\n weekdaysShort : 'dim._lun._mar._mer._jeu._ven._sam.'.split('_'),\n weekdaysMin : 'di_lu_ma_me_je_ve_sa'.split('_'),\n weekdaysParseExact : true,\n longDateFormat : {\n LT : 'HH:mm',\n LTS : 'HH:mm:ss',\n L : 'DD.MM.YYYY',\n LL : 'D MMMM YYYY',\n LLL : 'D MMMM YYYY HH:mm',\n LLLL : 'dddd D MMMM YYYY HH:mm'\n },\n calendar : {\n sameDay : '[Aujourd’hui à] LT',\n nextDay : '[Demain à] LT',\n nextWeek : 'dddd [à] LT',\n lastDay : '[Hier à] LT',\n lastWeek : 'dddd [dernier à] LT',\n sameElse : 'L'\n },\n relativeTime : {\n future : 'dans %s',\n past : 'il y a %s',\n s : 'quelques secondes',\n ss : '%d secondes',\n m : 'une minute',\n mm : '%d minutes',\n h : 'une heure',\n hh : '%d heures',\n d : 'un jour',\n dd : '%d jours',\n M : 'un mois',\n MM : '%d mois',\n y : 'un an',\n yy : '%d ans'\n },\n dayOfMonthOrdinalParse: /\\d{1,2}(er|e)/,\n ordinal : function (number, period) {\n switch (period) {\n // Words with masculine grammatical gender: mois, trimestre, jour\n default:\n case 'M':\n case 'Q':\n case 'D':\n case 'DDD':\n case 'd':\n return number + (number === 1 ? 'er' : 'e');\n\n // Words with feminine grammatical gender: semaine\n case 'w':\n case 'W':\n return number + (number === 1 ? 're' : 'e');\n }\n },\n week : {\n dow : 1, // Monday is the first day of the week.\n doy : 4 // The week that contains Jan 4th is the first week of the year.\n }\n });\n\n return frCh;\n\n})));\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n var monthsShortWithDots = 'jan._feb._mrt._apr._mai_jun._jul._aug._sep._okt._nov._des.'.split('_'),\n monthsShortWithoutDots = 'jan_feb_mrt_apr_mai_jun_jul_aug_sep_okt_nov_des'.split('_');\n\n var fy = moment.defineLocale('fy', {\n months : 'jannewaris_febrewaris_maart_april_maaie_juny_july_augustus_septimber_oktober_novimber_desimber'.split('_'),\n monthsShort : function (m, format) {\n if (!m) {\n return monthsShortWithDots;\n } else if (/-MMM-/.test(format)) {\n return monthsShortWithoutDots[m.month()];\n } else {\n return monthsShortWithDots[m.month()];\n }\n },\n monthsParseExact : true,\n weekdays : 'snein_moandei_tiisdei_woansdei_tongersdei_freed_sneon'.split('_'),\n weekdaysShort : 'si._mo._ti._wo._to._fr._so.'.split('_'),\n weekdaysMin : 'Si_Mo_Ti_Wo_To_Fr_So'.split('_'),\n weekdaysParseExact : true,\n longDateFormat : {\n LT : 'HH:mm',\n LTS : 'HH:mm:ss',\n L : 'DD-MM-YYYY',\n LL : 'D MMMM YYYY',\n LLL : 'D MMMM YYYY HH:mm',\n LLLL : 'dddd D MMMM YYYY HH:mm'\n },\n calendar : {\n sameDay: '[hjoed om] LT',\n nextDay: '[moarn om] LT',\n nextWeek: 'dddd [om] LT',\n lastDay: '[juster om] LT',\n lastWeek: '[ôfrûne] dddd [om] LT',\n sameElse: 'L'\n },\n relativeTime : {\n future : 'oer %s',\n past : '%s lyn',\n s : 'in pear sekonden',\n ss : '%d sekonden',\n m : 'ien minút',\n mm : '%d minuten',\n h : 'ien oere',\n hh : '%d oeren',\n d : 'ien dei',\n dd : '%d dagen',\n M : 'ien moanne',\n MM : '%d moannen',\n y : 'ien jier',\n yy : '%d jierren'\n },\n dayOfMonthOrdinalParse: /\\d{1,2}(ste|de)/,\n ordinal : function (number) {\n return number + ((number === 1 || number === 8 || number >= 20) ? 'ste' : 'de');\n },\n week : {\n dow : 1, // Monday is the first day of the week.\n doy : 4 // The week that contains Jan 4th is the first week of the year.\n }\n });\n\n return fy;\n\n})));\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n\n var months = [\n 'Eanáir', 'Feabhra', 'Márta', 'Aibreán', 'Bealtaine', 'Méitheamh', 'Iúil', 'Lúnasa', 'Meán Fómhair', 'Deaireadh Fómhair', 'Samhain', 'Nollaig'\n ];\n\n var monthsShort = ['Eaná', 'Feab', 'Márt', 'Aibr', 'Beal', 'Méit', 'Iúil', 'Lúna', 'Meán', 'Deai', 'Samh', 'Noll'];\n\n var weekdays = ['Dé Domhnaigh', 'Dé Luain', 'Dé Máirt', 'Dé Céadaoin', 'Déardaoin', 'Dé hAoine', 'Dé Satharn'];\n\n var weekdaysShort = ['Dom', 'Lua', 'Mái', 'Céa', 'Déa', 'hAo', 'Sat'];\n\n var weekdaysMin = ['Do', 'Lu', 'Má', 'Ce', 'Dé', 'hA', 'Sa'];\n\n var ga = moment.defineLocale('ga', {\n months: months,\n monthsShort: monthsShort,\n monthsParseExact: true,\n weekdays: weekdays,\n weekdaysShort: weekdaysShort,\n weekdaysMin: weekdaysMin,\n longDateFormat: {\n LT: 'HH:mm',\n LTS: 'HH:mm:ss',\n L: 'DD/MM/YYYY',\n LL: 'D MMMM YYYY',\n LLL: 'D MMMM YYYY HH:mm',\n LLLL: 'dddd, D MMMM YYYY HH:mm'\n },\n calendar: {\n sameDay: '[Inniu ag] LT',\n nextDay: '[Amárach ag] LT',\n nextWeek: 'dddd [ag] LT',\n lastDay: '[Inné aig] LT',\n lastWeek: 'dddd [seo caite] [ag] LT',\n sameElse: 'L'\n },\n relativeTime: {\n future: 'i %s',\n past: '%s ó shin',\n s: 'cúpla soicind',\n ss: '%d soicind',\n m: 'nóiméad',\n mm: '%d nóiméad',\n h: 'uair an chloig',\n hh: '%d uair an chloig',\n d: 'lá',\n dd: '%d lá',\n M: 'mí',\n MM: '%d mí',\n y: 'bliain',\n yy: '%d bliain'\n },\n dayOfMonthOrdinalParse: /\\d{1,2}(d|na|mh)/,\n ordinal: function (number) {\n var output = number === 1 ? 'd' : number % 10 === 2 ? 'na' : 'mh';\n return number + output;\n },\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 4 // The week that contains Jan 4th is the first week of the year.\n }\n });\n\n return ga;\n\n})));\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n var months = [\n 'Am Faoilleach', 'An Gearran', 'Am Màrt', 'An Giblean', 'An Cèitean', 'An t-Ògmhios', 'An t-Iuchar', 'An Lùnastal', 'An t-Sultain', 'An Dàmhair', 'An t-Samhain', 'An Dùbhlachd'\n ];\n\n var monthsShort = ['Faoi', 'Gear', 'Màrt', 'Gibl', 'Cèit', 'Ògmh', 'Iuch', 'Lùn', 'Sult', 'Dàmh', 'Samh', 'Dùbh'];\n\n var weekdays = ['Didòmhnaich', 'Diluain', 'Dimàirt', 'Diciadain', 'Diardaoin', 'Dihaoine', 'Disathairne'];\n\n var weekdaysShort = ['Did', 'Dil', 'Dim', 'Dic', 'Dia', 'Dih', 'Dis'];\n\n var weekdaysMin = ['Dò', 'Lu', 'Mà', 'Ci', 'Ar', 'Ha', 'Sa'];\n\n var gd = moment.defineLocale('gd', {\n months : months,\n monthsShort : monthsShort,\n monthsParseExact : true,\n weekdays : weekdays,\n weekdaysShort : weekdaysShort,\n weekdaysMin : weekdaysMin,\n longDateFormat : {\n LT : 'HH:mm',\n LTS : 'HH:mm:ss',\n L : 'DD/MM/YYYY',\n LL : 'D MMMM YYYY',\n LLL : 'D MMMM YYYY HH:mm',\n LLLL : 'dddd, D MMMM YYYY HH:mm'\n },\n calendar : {\n sameDay : '[An-diugh aig] LT',\n nextDay : '[A-màireach aig] LT',\n nextWeek : 'dddd [aig] LT',\n lastDay : '[An-dè aig] LT',\n lastWeek : 'dddd [seo chaidh] [aig] LT',\n sameElse : 'L'\n },\n relativeTime : {\n future : 'ann an %s',\n past : 'bho chionn %s',\n s : 'beagan diogan',\n ss : '%d diogan',\n m : 'mionaid',\n mm : '%d mionaidean',\n h : 'uair',\n hh : '%d uairean',\n d : 'latha',\n dd : '%d latha',\n M : 'mìos',\n MM : '%d mìosan',\n y : 'bliadhna',\n yy : '%d bliadhna'\n },\n dayOfMonthOrdinalParse : /\\d{1,2}(d|na|mh)/,\n ordinal : function (number) {\n var output = number === 1 ? 'd' : number % 10 === 2 ? 'na' : 'mh';\n return number + output;\n },\n week : {\n dow : 1, // Monday is the first day of the week.\n doy : 4 // The week that contains Jan 4th is the first week of the year.\n }\n });\n\n return gd;\n\n})));\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n var gl = moment.defineLocale('gl', {\n months : 'xaneiro_febreiro_marzo_abril_maio_xuño_xullo_agosto_setembro_outubro_novembro_decembro'.split('_'),\n monthsShort : 'xan._feb._mar._abr._mai._xuñ._xul._ago._set._out._nov._dec.'.split('_'),\n monthsParseExact: true,\n weekdays : 'domingo_luns_martes_mércores_xoves_venres_sábado'.split('_'),\n weekdaysShort : 'dom._lun._mar._mér._xov._ven._sáb.'.split('_'),\n weekdaysMin : 'do_lu_ma_mé_xo_ve_sá'.split('_'),\n weekdaysParseExact : true,\n longDateFormat : {\n LT : 'H:mm',\n LTS : 'H:mm:ss',\n L : 'DD/MM/YYYY',\n LL : 'D [de] MMMM [de] YYYY',\n LLL : 'D [de] MMMM [de] YYYY H:mm',\n LLLL : 'dddd, D [de] MMMM [de] YYYY H:mm'\n },\n calendar : {\n sameDay : function () {\n return '[hoxe ' + ((this.hours() !== 1) ? 'ás' : 'á') + '] LT';\n },\n nextDay : function () {\n return '[mañá ' + ((this.hours() !== 1) ? 'ás' : 'á') + '] LT';\n },\n nextWeek : function () {\n return 'dddd [' + ((this.hours() !== 1) ? 'ás' : 'a') + '] LT';\n },\n lastDay : function () {\n return '[onte ' + ((this.hours() !== 1) ? 'á' : 'a') + '] LT';\n },\n lastWeek : function () {\n return '[o] dddd [pasado ' + ((this.hours() !== 1) ? 'ás' : 'a') + '] LT';\n },\n sameElse : 'L'\n },\n relativeTime : {\n future : function (str) {\n if (str.indexOf('un') === 0) {\n return 'n' + str;\n }\n return 'en ' + str;\n },\n past : 'hai %s',\n s : 'uns segundos',\n ss : '%d segundos',\n m : 'un minuto',\n mm : '%d minutos',\n h : 'unha hora',\n hh : '%d horas',\n d : 'un día',\n dd : '%d días',\n M : 'un mes',\n MM : '%d meses',\n y : 'un ano',\n yy : '%d anos'\n },\n dayOfMonthOrdinalParse : /\\d{1,2}º/,\n ordinal : '%dº',\n week : {\n dow : 1, // Monday is the first day of the week.\n doy : 4 // The week that contains Jan 4th is the first week of the year.\n }\n });\n\n return gl;\n\n})));\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n function processRelativeTime(number, withoutSuffix, key, isFuture) {\n var format = {\n 's': ['thodde secondanim', 'thodde second'],\n 'ss': [number + ' secondanim', number + ' second'],\n 'm': ['eka mintan', 'ek minute'],\n 'mm': [number + ' mintanim', number + ' mintam'],\n 'h': ['eka voran', 'ek vor'],\n 'hh': [number + ' voranim', number + ' voram'],\n 'd': ['eka disan', 'ek dis'],\n 'dd': [number + ' disanim', number + ' dis'],\n 'M': ['eka mhoinean', 'ek mhoino'],\n 'MM': [number + ' mhoineanim', number + ' mhoine'],\n 'y': ['eka vorsan', 'ek voros'],\n 'yy': [number + ' vorsanim', number + ' vorsam']\n };\n return withoutSuffix ? format[key][0] : format[key][1];\n }\n\n var gomLatn = moment.defineLocale('gom-latn', {\n months : 'Janer_Febrer_Mars_Abril_Mai_Jun_Julai_Agost_Setembr_Otubr_Novembr_Dezembr'.split('_'),\n monthsShort : 'Jan._Feb._Mars_Abr._Mai_Jun_Jul._Ago._Set._Otu._Nov._Dez.'.split('_'),\n monthsParseExact : true,\n weekdays : 'Aitar_Somar_Mongllar_Budvar_Brestar_Sukrar_Son\\'var'.split('_'),\n weekdaysShort : 'Ait._Som._Mon._Bud._Bre._Suk._Son.'.split('_'),\n weekdaysMin : 'Ai_Sm_Mo_Bu_Br_Su_Sn'.split('_'),\n weekdaysParseExact : true,\n longDateFormat : {\n LT : 'A h:mm [vazta]',\n LTS : 'A h:mm:ss [vazta]',\n L : 'DD-MM-YYYY',\n LL : 'D MMMM YYYY',\n LLL : 'D MMMM YYYY A h:mm [vazta]',\n LLLL : 'dddd, MMMM[achea] Do, YYYY, A h:mm [vazta]',\n llll: 'ddd, D MMM YYYY, A h:mm [vazta]'\n },\n calendar : {\n sameDay: '[Aiz] LT',\n nextDay: '[Faleam] LT',\n nextWeek: '[Ieta to] dddd[,] LT',\n lastDay: '[Kal] LT',\n lastWeek: '[Fatlo] dddd[,] LT',\n sameElse: 'L'\n },\n relativeTime : {\n future : '%s',\n past : '%s adim',\n s : processRelativeTime,\n ss : processRelativeTime,\n m : processRelativeTime,\n mm : processRelativeTime,\n h : processRelativeTime,\n hh : processRelativeTime,\n d : processRelativeTime,\n dd : processRelativeTime,\n M : processRelativeTime,\n MM : processRelativeTime,\n y : processRelativeTime,\n yy : processRelativeTime\n },\n dayOfMonthOrdinalParse : /\\d{1,2}(er)/,\n ordinal : function (number, period) {\n switch (period) {\n // the ordinal 'er' only applies to day of the month\n case 'D':\n return number + 'er';\n default:\n case 'M':\n case 'Q':\n case 'DDD':\n case 'd':\n case 'w':\n case 'W':\n return number;\n }\n },\n week : {\n dow : 1, // Monday is the first day of the week.\n doy : 4 // The week that contains Jan 4th is the first week of the year.\n },\n meridiemParse: /rati|sokalli|donparam|sanje/,\n meridiemHour : function (hour, meridiem) {\n if (hour === 12) {\n hour = 0;\n }\n if (meridiem === 'rati') {\n return hour < 4 ? hour : hour + 12;\n } else if (meridiem === 'sokalli') {\n return hour;\n } else if (meridiem === 'donparam') {\n return hour > 12 ? hour : hour + 12;\n } else if (meridiem === 'sanje') {\n return hour + 12;\n }\n },\n meridiem : function (hour, minute, isLower) {\n if (hour < 4) {\n return 'rati';\n } else if (hour < 12) {\n return 'sokalli';\n } else if (hour < 16) {\n return 'donparam';\n } else if (hour < 20) {\n return 'sanje';\n } else {\n return 'rati';\n }\n }\n });\n\n return gomLatn;\n\n})));\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n var symbolMap = {\n '1': '૧',\n '2': '૨',\n '3': '૩',\n '4': '૪',\n '5': '૫',\n '6': '૬',\n '7': '૭',\n '8': '૮',\n '9': '૯',\n '0': '૦'\n },\n numberMap = {\n '૧': '1',\n '૨': '2',\n '૩': '3',\n '૪': '4',\n '૫': '5',\n '૬': '6',\n '૭': '7',\n '૮': '8',\n '૯': '9',\n '૦': '0'\n };\n\n var gu = moment.defineLocale('gu', {\n months: 'જાન્યુઆરી_ફેબ્રુઆરી_માર્ચ_એપ્રિલ_મે_જૂન_જુલાઈ_ઑગસ્ટ_સપ્ટેમ્બર_ઑક્ટ્બર_નવેમ્બર_ડિસેમ્બર'.split('_'),\n monthsShort: 'જાન્યુ._ફેબ્રુ._માર્ચ_એપ્રિ._મે_જૂન_જુલા._ઑગ._સપ્ટે._ઑક્ટ્._નવે._ડિસે.'.split('_'),\n monthsParseExact: true,\n weekdays: 'રવિવાર_સોમવાર_મંગળવાર_બુધ્વાર_ગુરુવાર_શુક્રવાર_શનિવાર'.split('_'),\n weekdaysShort: 'રવિ_સોમ_મંગળ_બુધ્_ગુરુ_શુક્ર_શનિ'.split('_'),\n weekdaysMin: 'ર_સો_મં_બુ_ગુ_શુ_શ'.split('_'),\n longDateFormat: {\n LT: 'A h:mm વાગ્યે',\n LTS: 'A h:mm:ss વાગ્યે',\n L: 'DD/MM/YYYY',\n LL: 'D MMMM YYYY',\n LLL: 'D MMMM YYYY, A h:mm વાગ્યે',\n LLLL: 'dddd, D MMMM YYYY, A h:mm વાગ્યે'\n },\n calendar: {\n sameDay: '[આજ] LT',\n nextDay: '[કાલે] LT',\n nextWeek: 'dddd, LT',\n lastDay: '[ગઇકાલે] LT',\n lastWeek: '[પાછલા] dddd, LT',\n sameElse: 'L'\n },\n relativeTime: {\n future: '%s મા',\n past: '%s પેહલા',\n s: 'અમુક પળો',\n ss: '%d સેકંડ',\n m: 'એક મિનિટ',\n mm: '%d મિનિટ',\n h: 'એક કલાક',\n hh: '%d કલાક',\n d: 'એક દિવસ',\n dd: '%d દિવસ',\n M: 'એક મહિનો',\n MM: '%d મહિનો',\n y: 'એક વર્ષ',\n yy: '%d વર્ષ'\n },\n preparse: function (string) {\n return string.replace(/[૧૨૩૪૫૬૭૮૯૦]/g, function (match) {\n return numberMap[match];\n });\n },\n postformat: function (string) {\n return string.replace(/\\d/g, function (match) {\n return symbolMap[match];\n });\n },\n // Gujarati notation for meridiems are quite fuzzy in practice. While there exists\n // a rigid notion of a 'Pahar' it is not used as rigidly in modern Gujarati.\n meridiemParse: /રાત|બપોર|સવાર|સાંજ/,\n meridiemHour: function (hour, meridiem) {\n if (hour === 12) {\n hour = 0;\n }\n if (meridiem === 'રાત') {\n return hour < 4 ? hour : hour + 12;\n } else if (meridiem === 'સવાર') {\n return hour;\n } else if (meridiem === 'બપોર') {\n return hour >= 10 ? hour : hour + 12;\n } else if (meridiem === 'સાંજ') {\n return hour + 12;\n }\n },\n meridiem: function (hour, minute, isLower) {\n if (hour < 4) {\n return 'રાત';\n } else if (hour < 10) {\n return 'સવાર';\n } else if (hour < 17) {\n return 'બપોર';\n } else if (hour < 20) {\n return 'સાંજ';\n } else {\n return 'રાત';\n }\n },\n week: {\n dow: 0, // Sunday is the first day of the week.\n doy: 6 // The week that contains Jan 6th is the first week of the year.\n }\n });\n\n return gu;\n\n})));\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n var he = moment.defineLocale('he', {\n months : 'ינואר_פברואר_מרץ_אפריל_מאי_יוני_יולי_אוגוסט_ספטמבר_אוקטובר_נובמבר_דצמבר'.split('_'),\n monthsShort : 'ינו׳_פבר׳_מרץ_אפר׳_מאי_יוני_יולי_אוג׳_ספט׳_אוק׳_נוב׳_דצמ׳'.split('_'),\n weekdays : 'ראשון_שני_שלישי_רביעי_חמישי_שישי_שבת'.split('_'),\n weekdaysShort : 'א׳_ב׳_ג׳_ד׳_ה׳_ו׳_ש׳'.split('_'),\n weekdaysMin : 'א_ב_ג_ד_ה_ו_ש'.split('_'),\n longDateFormat : {\n LT : 'HH:mm',\n LTS : 'HH:mm:ss',\n L : 'DD/MM/YYYY',\n LL : 'D [ב]MMMM YYYY',\n LLL : 'D [ב]MMMM YYYY HH:mm',\n LLLL : 'dddd, D [ב]MMMM YYYY HH:mm',\n l : 'D/M/YYYY',\n ll : 'D MMM YYYY',\n lll : 'D MMM YYYY HH:mm',\n llll : 'ddd, D MMM YYYY HH:mm'\n },\n calendar : {\n sameDay : '[היום ב־]LT',\n nextDay : '[מחר ב־]LT',\n nextWeek : 'dddd [בשעה] LT',\n lastDay : '[אתמול ב־]LT',\n lastWeek : '[ביום] dddd [האחרון בשעה] LT',\n sameElse : 'L'\n },\n relativeTime : {\n future : 'בעוד %s',\n past : 'לפני %s',\n s : 'מספר שניות',\n ss : '%d שניות',\n m : 'דקה',\n mm : '%d דקות',\n h : 'שעה',\n hh : function (number) {\n if (number === 2) {\n return 'שעתיים';\n }\n return number + ' שעות';\n },\n d : 'יום',\n dd : function (number) {\n if (number === 2) {\n return 'יומיים';\n }\n return number + ' ימים';\n },\n M : 'חודש',\n MM : function (number) {\n if (number === 2) {\n return 'חודשיים';\n }\n return number + ' חודשים';\n },\n y : 'שנה',\n yy : function (number) {\n if (number === 2) {\n return 'שנתיים';\n } else if (number % 10 === 0 && number !== 10) {\n return number + ' שנה';\n }\n return number + ' שנים';\n }\n },\n meridiemParse: /אחה\"צ|לפנה\"צ|אחרי הצהריים|לפני הצהריים|לפנות בוקר|בבוקר|בערב/i,\n isPM : function (input) {\n return /^(אחה\"צ|אחרי הצהריים|בערב)$/.test(input);\n },\n meridiem : function (hour, minute, isLower) {\n if (hour < 5) {\n return 'לפנות בוקר';\n } else if (hour < 10) {\n return 'בבוקר';\n } else if (hour < 12) {\n return isLower ? 'לפנה\"צ' : 'לפני הצהריים';\n } else if (hour < 18) {\n return isLower ? 'אחה\"צ' : 'אחרי הצהריים';\n } else {\n return 'בערב';\n }\n }\n });\n\n return he;\n\n})));\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n var symbolMap = {\n '1': '१',\n '2': '२',\n '3': '३',\n '4': '४',\n '5': '५',\n '6': '६',\n '7': '७',\n '8': '८',\n '9': '९',\n '0': '०'\n },\n numberMap = {\n '१': '1',\n '२': '2',\n '३': '3',\n '४': '4',\n '५': '5',\n '६': '6',\n '७': '7',\n '८': '8',\n '९': '9',\n '०': '0'\n };\n\n var hi = moment.defineLocale('hi', {\n months : 'जनवरी_फ़रवरी_मार्च_अप्रैल_मई_जून_जुलाई_अगस्त_सितम्बर_अक्टूबर_नवम्बर_दिसम्बर'.split('_'),\n monthsShort : 'जन._फ़र._मार्च_अप्रै._मई_जून_जुल._अग._सित._अक्टू._नव._दिस.'.split('_'),\n monthsParseExact: true,\n weekdays : 'रविवार_सोमवार_मंगलवार_बुधवार_गुरूवार_शुक्रवार_शनिवार'.split('_'),\n weekdaysShort : 'रवि_सोम_मंगल_बुध_गुरू_शुक्र_शनि'.split('_'),\n weekdaysMin : 'र_सो_मं_बु_गु_शु_श'.split('_'),\n longDateFormat : {\n LT : 'A h:mm बजे',\n LTS : 'A h:mm:ss बजे',\n L : 'DD/MM/YYYY',\n LL : 'D MMMM YYYY',\n LLL : 'D MMMM YYYY, A h:mm बजे',\n LLLL : 'dddd, D MMMM YYYY, A h:mm बजे'\n },\n calendar : {\n sameDay : '[आज] LT',\n nextDay : '[कल] LT',\n nextWeek : 'dddd, LT',\n lastDay : '[कल] LT',\n lastWeek : '[पिछले] dddd, LT',\n sameElse : 'L'\n },\n relativeTime : {\n future : '%s में',\n past : '%s पहले',\n s : 'कुछ ही क्षण',\n ss : '%d सेकंड',\n m : 'एक मिनट',\n mm : '%d मिनट',\n h : 'एक घंटा',\n hh : '%d घंटे',\n d : 'एक दिन',\n dd : '%d दिन',\n M : 'एक महीने',\n MM : '%d महीने',\n y : 'एक वर्ष',\n yy : '%d वर्ष'\n },\n preparse: function (string) {\n return string.replace(/[१२३४५६७८९०]/g, function (match) {\n return numberMap[match];\n });\n },\n postformat: function (string) {\n return string.replace(/\\d/g, function (match) {\n return symbolMap[match];\n });\n },\n // Hindi notation for meridiems are quite fuzzy in practice. While there exists\n // a rigid notion of a 'Pahar' it is not used as rigidly in modern Hindi.\n meridiemParse: /रात|सुबह|दोपहर|शाम/,\n meridiemHour : function (hour, meridiem) {\n if (hour === 12) {\n hour = 0;\n }\n if (meridiem === 'रात') {\n return hour < 4 ? hour : hour + 12;\n } else if (meridiem === 'सुबह') {\n return hour;\n } else if (meridiem === 'दोपहर') {\n return hour >= 10 ? hour : hour + 12;\n } else if (meridiem === 'शाम') {\n return hour + 12;\n }\n },\n meridiem : function (hour, minute, isLower) {\n if (hour < 4) {\n return 'रात';\n } else if (hour < 10) {\n return 'सुबह';\n } else if (hour < 17) {\n return 'दोपहर';\n } else if (hour < 20) {\n return 'शाम';\n } else {\n return 'रात';\n }\n },\n week : {\n dow : 0, // Sunday is the first day of the week.\n doy : 6 // The week that contains Jan 6th is the first week of the year.\n }\n });\n\n return hi;\n\n})));\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n function translate(number, withoutSuffix, key) {\n var result = number + ' ';\n switch (key) {\n case 'ss':\n if (number === 1) {\n result += 'sekunda';\n } else if (number === 2 || number === 3 || number === 4) {\n result += 'sekunde';\n } else {\n result += 'sekundi';\n }\n return result;\n case 'm':\n return withoutSuffix ? 'jedna minuta' : 'jedne minute';\n case 'mm':\n if (number === 1) {\n result += 'minuta';\n } else if (number === 2 || number === 3 || number === 4) {\n result += 'minute';\n } else {\n result += 'minuta';\n }\n return result;\n case 'h':\n return withoutSuffix ? 'jedan sat' : 'jednog sata';\n case 'hh':\n if (number === 1) {\n result += 'sat';\n } else if (number === 2 || number === 3 || number === 4) {\n result += 'sata';\n } else {\n result += 'sati';\n }\n return result;\n case 'dd':\n if (number === 1) {\n result += 'dan';\n } else {\n result += 'dana';\n }\n return result;\n case 'MM':\n if (number === 1) {\n result += 'mjesec';\n } else if (number === 2 || number === 3 || number === 4) {\n result += 'mjeseca';\n } else {\n result += 'mjeseci';\n }\n return result;\n case 'yy':\n if (number === 1) {\n result += 'godina';\n } else if (number === 2 || number === 3 || number === 4) {\n result += 'godine';\n } else {\n result += 'godina';\n }\n return result;\n }\n }\n\n var hr = moment.defineLocale('hr', {\n months : {\n format: 'siječnja_veljače_ožujka_travnja_svibnja_lipnja_srpnja_kolovoza_rujna_listopada_studenoga_prosinca'.split('_'),\n standalone: 'siječanj_veljača_ožujak_travanj_svibanj_lipanj_srpanj_kolovoz_rujan_listopad_studeni_prosinac'.split('_')\n },\n monthsShort : 'sij._velj._ožu._tra._svi._lip._srp._kol._ruj._lis._stu._pro.'.split('_'),\n monthsParseExact: true,\n weekdays : 'nedjelja_ponedjeljak_utorak_srijeda_četvrtak_petak_subota'.split('_'),\n weekdaysShort : 'ned._pon._uto._sri._čet._pet._sub.'.split('_'),\n weekdaysMin : 'ne_po_ut_sr_če_pe_su'.split('_'),\n weekdaysParseExact : true,\n longDateFormat : {\n LT : 'H:mm',\n LTS : 'H:mm:ss',\n L : 'DD.MM.YYYY',\n LL : 'D. MMMM YYYY',\n LLL : 'D. MMMM YYYY H:mm',\n LLLL : 'dddd, D. MMMM YYYY H:mm'\n },\n calendar : {\n sameDay : '[danas u] LT',\n nextDay : '[sutra u] LT',\n nextWeek : function () {\n switch (this.day()) {\n case 0:\n return '[u] [nedjelju] [u] LT';\n case 3:\n return '[u] [srijedu] [u] LT';\n case 6:\n return '[u] [subotu] [u] LT';\n case 1:\n case 2:\n case 4:\n case 5:\n return '[u] dddd [u] LT';\n }\n },\n lastDay : '[jučer u] LT',\n lastWeek : function () {\n switch (this.day()) {\n case 0:\n case 3:\n return '[prošlu] dddd [u] LT';\n case 6:\n return '[prošle] [subote] [u] LT';\n case 1:\n case 2:\n case 4:\n case 5:\n return '[prošli] dddd [u] LT';\n }\n },\n sameElse : 'L'\n },\n relativeTime : {\n future : 'za %s',\n past : 'prije %s',\n s : 'par sekundi',\n ss : translate,\n m : translate,\n mm : translate,\n h : translate,\n hh : translate,\n d : 'dan',\n dd : translate,\n M : 'mjesec',\n MM : translate,\n y : 'godinu',\n yy : translate\n },\n dayOfMonthOrdinalParse: /\\d{1,2}\\./,\n ordinal : '%d.',\n week : {\n dow : 1, // Monday is the first day of the week.\n doy : 7 // The week that contains Jan 7th is the first week of the year.\n }\n });\n\n return hr;\n\n})));\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n var weekEndings = 'vasárnap hétfőn kedden szerdán csütörtökön pénteken szombaton'.split(' ');\n function translate(number, withoutSuffix, key, isFuture) {\n var num = number;\n switch (key) {\n case 's':\n return (isFuture || withoutSuffix) ? 'néhány másodperc' : 'néhány másodperce';\n case 'ss':\n return num + (isFuture || withoutSuffix) ? ' másodperc' : ' másodperce';\n case 'm':\n return 'egy' + (isFuture || withoutSuffix ? ' perc' : ' perce');\n case 'mm':\n return num + (isFuture || withoutSuffix ? ' perc' : ' perce');\n case 'h':\n return 'egy' + (isFuture || withoutSuffix ? ' óra' : ' órája');\n case 'hh':\n return num + (isFuture || withoutSuffix ? ' óra' : ' órája');\n case 'd':\n return 'egy' + (isFuture || withoutSuffix ? ' nap' : ' napja');\n case 'dd':\n return num + (isFuture || withoutSuffix ? ' nap' : ' napja');\n case 'M':\n return 'egy' + (isFuture || withoutSuffix ? ' hónap' : ' hónapja');\n case 'MM':\n return num + (isFuture || withoutSuffix ? ' hónap' : ' hónapja');\n case 'y':\n return 'egy' + (isFuture || withoutSuffix ? ' év' : ' éve');\n case 'yy':\n return num + (isFuture || withoutSuffix ? ' év' : ' éve');\n }\n return '';\n }\n function week(isFuture) {\n return (isFuture ? '' : '[múlt] ') + '[' + weekEndings[this.day()] + '] LT[-kor]';\n }\n\n var hu = moment.defineLocale('hu', {\n months : 'január_február_március_április_május_június_július_augusztus_szeptember_október_november_december'.split('_'),\n monthsShort : 'jan_feb_márc_ápr_máj_jún_júl_aug_szept_okt_nov_dec'.split('_'),\n weekdays : 'vasárnap_hétfő_kedd_szerda_csütörtök_péntek_szombat'.split('_'),\n weekdaysShort : 'vas_hét_kedd_sze_csüt_pén_szo'.split('_'),\n weekdaysMin : 'v_h_k_sze_cs_p_szo'.split('_'),\n longDateFormat : {\n LT : 'H:mm',\n LTS : 'H:mm:ss',\n L : 'YYYY.MM.DD.',\n LL : 'YYYY. MMMM D.',\n LLL : 'YYYY. MMMM D. H:mm',\n LLLL : 'YYYY. MMMM D., dddd H:mm'\n },\n meridiemParse: /de|du/i,\n isPM: function (input) {\n return input.charAt(1).toLowerCase() === 'u';\n },\n meridiem : function (hours, minutes, isLower) {\n if (hours < 12) {\n return isLower === true ? 'de' : 'DE';\n } else {\n return isLower === true ? 'du' : 'DU';\n }\n },\n calendar : {\n sameDay : '[ma] LT[-kor]',\n nextDay : '[holnap] LT[-kor]',\n nextWeek : function () {\n return week.call(this, true);\n },\n lastDay : '[tegnap] LT[-kor]',\n lastWeek : function () {\n return week.call(this, false);\n },\n sameElse : 'L'\n },\n relativeTime : {\n future : '%s múlva',\n past : '%s',\n s : translate,\n ss : translate,\n m : translate,\n mm : translate,\n h : translate,\n hh : translate,\n d : translate,\n dd : translate,\n M : translate,\n MM : translate,\n y : translate,\n yy : translate\n },\n dayOfMonthOrdinalParse: /\\d{1,2}\\./,\n ordinal : '%d.',\n week : {\n dow : 1, // Monday is the first day of the week.\n doy : 4 // The week that contains Jan 4th is the first week of the year.\n }\n });\n\n return hu;\n\n})));\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n var hyAm = moment.defineLocale('hy-am', {\n months : {\n format: 'հունվարի_փետրվարի_մարտի_ապրիլի_մայիսի_հունիսի_հուլիսի_օգոստոսի_սեպտեմբերի_հոկտեմբերի_նոյեմբերի_դեկտեմբերի'.split('_'),\n standalone: 'հունվար_փետրվար_մարտ_ապրիլ_մայիս_հունիս_հուլիս_օգոստոս_սեպտեմբեր_հոկտեմբեր_նոյեմբեր_դեկտեմբեր'.split('_')\n },\n monthsShort : 'հնվ_փտր_մրտ_ապր_մյս_հնս_հլս_օգս_սպտ_հկտ_նմբ_դկտ'.split('_'),\n weekdays : 'կիրակի_երկուշաբթի_երեքշաբթի_չորեքշաբթի_հինգշաբթի_ուրբաթ_շաբաթ'.split('_'),\n weekdaysShort : 'կրկ_երկ_երք_չրք_հնգ_ուրբ_շբթ'.split('_'),\n weekdaysMin : 'կրկ_երկ_երք_չրք_հնգ_ուրբ_շբթ'.split('_'),\n longDateFormat : {\n LT : 'HH:mm',\n LTS : 'HH:mm:ss',\n L : 'DD.MM.YYYY',\n LL : 'D MMMM YYYY թ.',\n LLL : 'D MMMM YYYY թ., HH:mm',\n LLLL : 'dddd, D MMMM YYYY թ., HH:mm'\n },\n calendar : {\n sameDay: '[այսօր] LT',\n nextDay: '[վաղը] LT',\n lastDay: '[երեկ] LT',\n nextWeek: function () {\n return 'dddd [օրը ժամը] LT';\n },\n lastWeek: function () {\n return '[անցած] dddd [օրը ժամը] LT';\n },\n sameElse: 'L'\n },\n relativeTime : {\n future : '%s հետո',\n past : '%s առաջ',\n s : 'մի քանի վայրկյան',\n ss : '%d վայրկյան',\n m : 'րոպե',\n mm : '%d րոպե',\n h : 'ժամ',\n hh : '%d ժամ',\n d : 'օր',\n dd : '%d օր',\n M : 'ամիս',\n MM : '%d ամիս',\n y : 'տարի',\n yy : '%d տարի'\n },\n meridiemParse: /գիշերվա|առավոտվա|ցերեկվա|երեկոյան/,\n isPM: function (input) {\n return /^(ցերեկվա|երեկոյան)$/.test(input);\n },\n meridiem : function (hour) {\n if (hour < 4) {\n return 'գիշերվա';\n } else if (hour < 12) {\n return 'առավոտվա';\n } else if (hour < 17) {\n return 'ցերեկվա';\n } else {\n return 'երեկոյան';\n }\n },\n dayOfMonthOrdinalParse: /\\d{1,2}|\\d{1,2}-(ին|րդ)/,\n ordinal: function (number, period) {\n switch (period) {\n case 'DDD':\n case 'w':\n case 'W':\n case 'DDDo':\n if (number === 1) {\n return number + '-ին';\n }\n return number + '-րդ';\n default:\n return number;\n }\n },\n week : {\n dow : 1, // Monday is the first day of the week.\n doy : 7 // The week that contains Jan 7th is the first week of the year.\n }\n });\n\n return hyAm;\n\n})));\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n var id = moment.defineLocale('id', {\n months : 'Januari_Februari_Maret_April_Mei_Juni_Juli_Agustus_September_Oktober_November_Desember'.split('_'),\n monthsShort : 'Jan_Feb_Mar_Apr_Mei_Jun_Jul_Agt_Sep_Okt_Nov_Des'.split('_'),\n weekdays : 'Minggu_Senin_Selasa_Rabu_Kamis_Jumat_Sabtu'.split('_'),\n weekdaysShort : 'Min_Sen_Sel_Rab_Kam_Jum_Sab'.split('_'),\n weekdaysMin : 'Mg_Sn_Sl_Rb_Km_Jm_Sb'.split('_'),\n longDateFormat : {\n LT : 'HH.mm',\n LTS : 'HH.mm.ss',\n L : 'DD/MM/YYYY',\n LL : 'D MMMM YYYY',\n LLL : 'D MMMM YYYY [pukul] HH.mm',\n LLLL : 'dddd, D MMMM YYYY [pukul] HH.mm'\n },\n meridiemParse: /pagi|siang|sore|malam/,\n meridiemHour : function (hour, meridiem) {\n if (hour === 12) {\n hour = 0;\n }\n if (meridiem === 'pagi') {\n return hour;\n } else if (meridiem === 'siang') {\n return hour >= 11 ? hour : hour + 12;\n } else if (meridiem === 'sore' || meridiem === 'malam') {\n return hour + 12;\n }\n },\n meridiem : function (hours, minutes, isLower) {\n if (hours < 11) {\n return 'pagi';\n } else if (hours < 15) {\n return 'siang';\n } else if (hours < 19) {\n return 'sore';\n } else {\n return 'malam';\n }\n },\n calendar : {\n sameDay : '[Hari ini pukul] LT',\n nextDay : '[Besok pukul] LT',\n nextWeek : 'dddd [pukul] LT',\n lastDay : '[Kemarin pukul] LT',\n lastWeek : 'dddd [lalu pukul] LT',\n sameElse : 'L'\n },\n relativeTime : {\n future : 'dalam %s',\n past : '%s yang lalu',\n s : 'beberapa detik',\n ss : '%d detik',\n m : 'semenit',\n mm : '%d menit',\n h : 'sejam',\n hh : '%d jam',\n d : 'sehari',\n dd : '%d hari',\n M : 'sebulan',\n MM : '%d bulan',\n y : 'setahun',\n yy : '%d tahun'\n },\n week : {\n dow : 1, // Monday is the first day of the week.\n doy : 7 // The week that contains Jan 7th is the first week of the year.\n }\n });\n\n return id;\n\n})));\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n function plural(n) {\n if (n % 100 === 11) {\n return true;\n } else if (n % 10 === 1) {\n return false;\n }\n return true;\n }\n function translate(number, withoutSuffix, key, isFuture) {\n var result = number + ' ';\n switch (key) {\n case 's':\n return withoutSuffix || isFuture ? 'nokkrar sekúndur' : 'nokkrum sekúndum';\n case 'ss':\n if (plural(number)) {\n return result + (withoutSuffix || isFuture ? 'sekúndur' : 'sekúndum');\n }\n return result + 'sekúnda';\n case 'm':\n return withoutSuffix ? 'mínúta' : 'mínútu';\n case 'mm':\n if (plural(number)) {\n return result + (withoutSuffix || isFuture ? 'mínútur' : 'mínútum');\n } else if (withoutSuffix) {\n return result + 'mínúta';\n }\n return result + 'mínútu';\n case 'hh':\n if (plural(number)) {\n return result + (withoutSuffix || isFuture ? 'klukkustundir' : 'klukkustundum');\n }\n return result + 'klukkustund';\n case 'd':\n if (withoutSuffix) {\n return 'dagur';\n }\n return isFuture ? 'dag' : 'degi';\n case 'dd':\n if (plural(number)) {\n if (withoutSuffix) {\n return result + 'dagar';\n }\n return result + (isFuture ? 'daga' : 'dögum');\n } else if (withoutSuffix) {\n return result + 'dagur';\n }\n return result + (isFuture ? 'dag' : 'degi');\n case 'M':\n if (withoutSuffix) {\n return 'mánuður';\n }\n return isFuture ? 'mánuð' : 'mánuði';\n case 'MM':\n if (plural(number)) {\n if (withoutSuffix) {\n return result + 'mánuðir';\n }\n return result + (isFuture ? 'mánuði' : 'mánuðum');\n } else if (withoutSuffix) {\n return result + 'mánuður';\n }\n return result + (isFuture ? 'mánuð' : 'mánuði');\n case 'y':\n return withoutSuffix || isFuture ? 'ár' : 'ári';\n case 'yy':\n if (plural(number)) {\n return result + (withoutSuffix || isFuture ? 'ár' : 'árum');\n }\n return result + (withoutSuffix || isFuture ? 'ár' : 'ári');\n }\n }\n\n var is = moment.defineLocale('is', {\n months : 'janúar_febrúar_mars_apríl_maí_júní_júlí_ágúst_september_október_nóvember_desember'.split('_'),\n monthsShort : 'jan_feb_mar_apr_maí_jún_júl_ágú_sep_okt_nóv_des'.split('_'),\n weekdays : 'sunnudagur_mánudagur_þriðjudagur_miðvikudagur_fimmtudagur_föstudagur_laugardagur'.split('_'),\n weekdaysShort : 'sun_mán_þri_mið_fim_fös_lau'.split('_'),\n weekdaysMin : 'Su_Má_Þr_Mi_Fi_Fö_La'.split('_'),\n longDateFormat : {\n LT : 'H:mm',\n LTS : 'H:mm:ss',\n L : 'DD.MM.YYYY',\n LL : 'D. MMMM YYYY',\n LLL : 'D. MMMM YYYY [kl.] H:mm',\n LLLL : 'dddd, D. MMMM YYYY [kl.] H:mm'\n },\n calendar : {\n sameDay : '[í dag kl.] LT',\n nextDay : '[á morgun kl.] LT',\n nextWeek : 'dddd [kl.] LT',\n lastDay : '[í gær kl.] LT',\n lastWeek : '[síðasta] dddd [kl.] LT',\n sameElse : 'L'\n },\n relativeTime : {\n future : 'eftir %s',\n past : 'fyrir %s síðan',\n s : translate,\n ss : translate,\n m : translate,\n mm : translate,\n h : 'klukkustund',\n hh : translate,\n d : translate,\n dd : translate,\n M : translate,\n MM : translate,\n y : translate,\n yy : translate\n },\n dayOfMonthOrdinalParse: /\\d{1,2}\\./,\n ordinal : '%d.',\n week : {\n dow : 1, // Monday is the first day of the week.\n doy : 4 // The week that contains Jan 4th is the first week of the year.\n }\n });\n\n return is;\n\n})));\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n var it = moment.defineLocale('it', {\n months : 'gennaio_febbraio_marzo_aprile_maggio_giugno_luglio_agosto_settembre_ottobre_novembre_dicembre'.split('_'),\n monthsShort : 'gen_feb_mar_apr_mag_giu_lug_ago_set_ott_nov_dic'.split('_'),\n weekdays : 'domenica_lunedì_martedì_mercoledì_giovedì_venerdì_sabato'.split('_'),\n weekdaysShort : 'dom_lun_mar_mer_gio_ven_sab'.split('_'),\n weekdaysMin : 'do_lu_ma_me_gi_ve_sa'.split('_'),\n longDateFormat : {\n LT : 'HH:mm',\n LTS : 'HH:mm:ss',\n L : 'DD/MM/YYYY',\n LL : 'D MMMM YYYY',\n LLL : 'D MMMM YYYY HH:mm',\n LLLL : 'dddd D MMMM YYYY HH:mm'\n },\n calendar : {\n sameDay: '[Oggi alle] LT',\n nextDay: '[Domani alle] LT',\n nextWeek: 'dddd [alle] LT',\n lastDay: '[Ieri alle] LT',\n lastWeek: function () {\n switch (this.day()) {\n case 0:\n return '[la scorsa] dddd [alle] LT';\n default:\n return '[lo scorso] dddd [alle] LT';\n }\n },\n sameElse: 'L'\n },\n relativeTime : {\n future : function (s) {\n return ((/^[0-9].+$/).test(s) ? 'tra' : 'in') + ' ' + s;\n },\n past : '%s fa',\n s : 'alcuni secondi',\n ss : '%d secondi',\n m : 'un minuto',\n mm : '%d minuti',\n h : 'un\\'ora',\n hh : '%d ore',\n d : 'un giorno',\n dd : '%d giorni',\n M : 'un mese',\n MM : '%d mesi',\n y : 'un anno',\n yy : '%d anni'\n },\n dayOfMonthOrdinalParse : /\\d{1,2}º/,\n ordinal: '%dº',\n week : {\n dow : 1, // Monday is the first day of the week.\n doy : 4 // The week that contains Jan 4th is the first week of the year.\n }\n });\n\n return it;\n\n})));\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n var itCh = moment.defineLocale('it-ch', {\n months : 'gennaio_febbraio_marzo_aprile_maggio_giugno_luglio_agosto_settembre_ottobre_novembre_dicembre'.split('_'),\n monthsShort : 'gen_feb_mar_apr_mag_giu_lug_ago_set_ott_nov_dic'.split('_'),\n weekdays : 'domenica_lunedì_martedì_mercoledì_giovedì_venerdì_sabato'.split('_'),\n weekdaysShort : 'dom_lun_mar_mer_gio_ven_sab'.split('_'),\n weekdaysMin : 'do_lu_ma_me_gi_ve_sa'.split('_'),\n longDateFormat : {\n LT : 'HH:mm',\n LTS : 'HH:mm:ss',\n L : 'DD.MM.YYYY',\n LL : 'D MMMM YYYY',\n LLL : 'D MMMM YYYY HH:mm',\n LLLL : 'dddd D MMMM YYYY HH:mm'\n },\n calendar : {\n sameDay: '[Oggi alle] LT',\n nextDay: '[Domani alle] LT',\n nextWeek: 'dddd [alle] LT',\n lastDay: '[Ieri alle] LT',\n lastWeek: function () {\n switch (this.day()) {\n case 0:\n return '[la scorsa] dddd [alle] LT';\n default:\n return '[lo scorso] dddd [alle] LT';\n }\n },\n sameElse: 'L'\n },\n relativeTime : {\n future : function (s) {\n return ((/^[0-9].+$/).test(s) ? 'tra' : 'in') + ' ' + s;\n },\n past : '%s fa',\n s : 'alcuni secondi',\n ss : '%d secondi',\n m : 'un minuto',\n mm : '%d minuti',\n h : 'un\\'ora',\n hh : '%d ore',\n d : 'un giorno',\n dd : '%d giorni',\n M : 'un mese',\n MM : '%d mesi',\n y : 'un anno',\n yy : '%d anni'\n },\n dayOfMonthOrdinalParse : /\\d{1,2}º/,\n ordinal: '%dº',\n week : {\n dow : 1, // Monday is the first day of the week.\n doy : 4 // The week that contains Jan 4th is the first week of the year.\n }\n });\n\n return itCh;\n\n})));\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n var ja = moment.defineLocale('ja', {\n months : '一月_二月_三月_四月_五月_六月_七月_八月_九月_十月_十一月_十二月'.split('_'),\n monthsShort : '1月_2月_3月_4月_5月_6月_7月_8月_9月_10月_11月_12月'.split('_'),\n weekdays : '日曜日_月曜日_火曜日_水曜日_木曜日_金曜日_土曜日'.split('_'),\n weekdaysShort : '日_月_火_水_木_金_土'.split('_'),\n weekdaysMin : '日_月_火_水_木_金_土'.split('_'),\n longDateFormat : {\n LT : 'HH:mm',\n LTS : 'HH:mm:ss',\n L : 'YYYY/MM/DD',\n LL : 'YYYY年M月D日',\n LLL : 'YYYY年M月D日 HH:mm',\n LLLL : 'YYYY年M月D日 dddd HH:mm',\n l : 'YYYY/MM/DD',\n ll : 'YYYY年M月D日',\n lll : 'YYYY年M月D日 HH:mm',\n llll : 'YYYY年M月D日(ddd) HH:mm'\n },\n meridiemParse: /午前|午後/i,\n isPM : function (input) {\n return input === '午後';\n },\n meridiem : function (hour, minute, isLower) {\n if (hour < 12) {\n return '午前';\n } else {\n return '午後';\n }\n },\n calendar : {\n sameDay : '[今日] LT',\n nextDay : '[明日] LT',\n nextWeek : function (now) {\n if (now.week() < this.week()) {\n return '[来週]dddd LT';\n } else {\n return 'dddd LT';\n }\n },\n lastDay : '[昨日] LT',\n lastWeek : function (now) {\n if (this.week() < now.week()) {\n return '[先週]dddd LT';\n } else {\n return 'dddd LT';\n }\n },\n sameElse : 'L'\n },\n dayOfMonthOrdinalParse : /\\d{1,2}日/,\n ordinal : function (number, period) {\n switch (period) {\n case 'd':\n case 'D':\n case 'DDD':\n return number + '日';\n default:\n return number;\n }\n },\n relativeTime : {\n future : '%s後',\n past : '%s前',\n s : '数秒',\n ss : '%d秒',\n m : '1分',\n mm : '%d分',\n h : '1時間',\n hh : '%d時間',\n d : '1日',\n dd : '%d日',\n M : '1ヶ月',\n MM : '%dヶ月',\n y : '1年',\n yy : '%d年'\n }\n });\n\n return ja;\n\n})));\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n var jv = moment.defineLocale('jv', {\n months : 'Januari_Februari_Maret_April_Mei_Juni_Juli_Agustus_September_Oktober_Nopember_Desember'.split('_'),\n monthsShort : 'Jan_Feb_Mar_Apr_Mei_Jun_Jul_Ags_Sep_Okt_Nop_Des'.split('_'),\n weekdays : 'Minggu_Senen_Seloso_Rebu_Kemis_Jemuwah_Septu'.split('_'),\n weekdaysShort : 'Min_Sen_Sel_Reb_Kem_Jem_Sep'.split('_'),\n weekdaysMin : 'Mg_Sn_Sl_Rb_Km_Jm_Sp'.split('_'),\n longDateFormat : {\n LT : 'HH.mm',\n LTS : 'HH.mm.ss',\n L : 'DD/MM/YYYY',\n LL : 'D MMMM YYYY',\n LLL : 'D MMMM YYYY [pukul] HH.mm',\n LLLL : 'dddd, D MMMM YYYY [pukul] HH.mm'\n },\n meridiemParse: /enjing|siyang|sonten|ndalu/,\n meridiemHour : function (hour, meridiem) {\n if (hour === 12) {\n hour = 0;\n }\n if (meridiem === 'enjing') {\n return hour;\n } else if (meridiem === 'siyang') {\n return hour >= 11 ? hour : hour + 12;\n } else if (meridiem === 'sonten' || meridiem === 'ndalu') {\n return hour + 12;\n }\n },\n meridiem : function (hours, minutes, isLower) {\n if (hours < 11) {\n return 'enjing';\n } else if (hours < 15) {\n return 'siyang';\n } else if (hours < 19) {\n return 'sonten';\n } else {\n return 'ndalu';\n }\n },\n calendar : {\n sameDay : '[Dinten puniko pukul] LT',\n nextDay : '[Mbenjang pukul] LT',\n nextWeek : 'dddd [pukul] LT',\n lastDay : '[Kala wingi pukul] LT',\n lastWeek : 'dddd [kepengker pukul] LT',\n sameElse : 'L'\n },\n relativeTime : {\n future : 'wonten ing %s',\n past : '%s ingkang kepengker',\n s : 'sawetawis detik',\n ss : '%d detik',\n m : 'setunggal menit',\n mm : '%d menit',\n h : 'setunggal jam',\n hh : '%d jam',\n d : 'sedinten',\n dd : '%d dinten',\n M : 'sewulan',\n MM : '%d wulan',\n y : 'setaun',\n yy : '%d taun'\n },\n week : {\n dow : 1, // Monday is the first day of the week.\n doy : 7 // The week that contains Jan 7th is the first week of the year.\n }\n });\n\n return jv;\n\n})));\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n var ka = moment.defineLocale('ka', {\n months : {\n standalone: 'იანვარი_თებერვალი_მარტი_აპრილი_მაისი_ივნისი_ივლისი_აგვისტო_სექტემბერი_ოქტომბერი_ნოემბერი_დეკემბერი'.split('_'),\n format: 'იანვარს_თებერვალს_მარტს_აპრილის_მაისს_ივნისს_ივლისს_აგვისტს_სექტემბერს_ოქტომბერს_ნოემბერს_დეკემბერს'.split('_')\n },\n monthsShort : 'იან_თებ_მარ_აპრ_მაი_ივნ_ივლ_აგვ_სექ_ოქტ_ნოე_დეკ'.split('_'),\n weekdays : {\n standalone: 'კვირა_ორშაბათი_სამშაბათი_ოთხშაბათი_ხუთშაბათი_პარასკევი_შაბათი'.split('_'),\n format: 'კვირას_ორშაბათს_სამშაბათს_ოთხშაბათს_ხუთშაბათს_პარასკევს_შაბათს'.split('_'),\n isFormat: /(წინა|შემდეგ)/\n },\n weekdaysShort : 'კვი_ორშ_სამ_ოთხ_ხუთ_პარ_შაბ'.split('_'),\n weekdaysMin : 'კვ_ორ_სა_ოთ_ხუ_პა_შა'.split('_'),\n longDateFormat : {\n LT : 'h:mm A',\n LTS : 'h:mm:ss A',\n L : 'DD/MM/YYYY',\n LL : 'D MMMM YYYY',\n LLL : 'D MMMM YYYY h:mm A',\n LLLL : 'dddd, D MMMM YYYY h:mm A'\n },\n calendar : {\n sameDay : '[დღეს] LT[-ზე]',\n nextDay : '[ხვალ] LT[-ზე]',\n lastDay : '[გუშინ] LT[-ზე]',\n nextWeek : '[შემდეგ] dddd LT[-ზე]',\n lastWeek : '[წინა] dddd LT-ზე',\n sameElse : 'L'\n },\n relativeTime : {\n future : function (s) {\n return (/(წამი|წუთი|საათი|წელი)/).test(s) ?\n s.replace(/ი$/, 'ში') :\n s + 'ში';\n },\n past : function (s) {\n if ((/(წამი|წუთი|საათი|დღე|თვე)/).test(s)) {\n return s.replace(/(ი|ე)$/, 'ის წინ');\n }\n if ((/წელი/).test(s)) {\n return s.replace(/წელი$/, 'წლის წინ');\n }\n },\n s : 'რამდენიმე წამი',\n ss : '%d წამი',\n m : 'წუთი',\n mm : '%d წუთი',\n h : 'საათი',\n hh : '%d საათი',\n d : 'დღე',\n dd : '%d დღე',\n M : 'თვე',\n MM : '%d თვე',\n y : 'წელი',\n yy : '%d წელი'\n },\n dayOfMonthOrdinalParse: /0|1-ლი|მე-\\d{1,2}|\\d{1,2}-ე/,\n ordinal : function (number) {\n if (number === 0) {\n return number;\n }\n if (number === 1) {\n return number + '-ლი';\n }\n if ((number < 20) || (number <= 100 && (number % 20 === 0)) || (number % 100 === 0)) {\n return 'მე-' + number;\n }\n return number + '-ე';\n },\n week : {\n dow : 1,\n doy : 7\n }\n });\n\n return ka;\n\n})));\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n var suffixes = {\n 0: '-ші',\n 1: '-ші',\n 2: '-ші',\n 3: '-ші',\n 4: '-ші',\n 5: '-ші',\n 6: '-шы',\n 7: '-ші',\n 8: '-ші',\n 9: '-шы',\n 10: '-шы',\n 20: '-шы',\n 30: '-шы',\n 40: '-шы',\n 50: '-ші',\n 60: '-шы',\n 70: '-ші',\n 80: '-ші',\n 90: '-шы',\n 100: '-ші'\n };\n\n var kk = moment.defineLocale('kk', {\n months : 'қаңтар_ақпан_наурыз_сәуір_мамыр_маусым_шілде_тамыз_қыркүйек_қазан_қараша_желтоқсан'.split('_'),\n monthsShort : 'қаң_ақп_нау_сәу_мам_мау_шіл_там_қыр_қаз_қар_жел'.split('_'),\n weekdays : 'жексенбі_дүйсенбі_сейсенбі_сәрсенбі_бейсенбі_жұма_сенбі'.split('_'),\n weekdaysShort : 'жек_дүй_сей_сәр_бей_жұм_сен'.split('_'),\n weekdaysMin : 'жк_дй_сй_ср_бй_жм_сн'.split('_'),\n longDateFormat : {\n LT : 'HH:mm',\n LTS : 'HH:mm:ss',\n L : 'DD.MM.YYYY',\n LL : 'D MMMM YYYY',\n LLL : 'D MMMM YYYY HH:mm',\n LLLL : 'dddd, D MMMM YYYY HH:mm'\n },\n calendar : {\n sameDay : '[Бүгін сағат] LT',\n nextDay : '[Ертең сағат] LT',\n nextWeek : 'dddd [сағат] LT',\n lastDay : '[Кеше сағат] LT',\n lastWeek : '[Өткен аптаның] dddd [сағат] LT',\n sameElse : 'L'\n },\n relativeTime : {\n future : '%s ішінде',\n past : '%s бұрын',\n s : 'бірнеше секунд',\n ss : '%d секунд',\n m : 'бір минут',\n mm : '%d минут',\n h : 'бір сағат',\n hh : '%d сағат',\n d : 'бір күн',\n dd : '%d күн',\n M : 'бір ай',\n MM : '%d ай',\n y : 'бір жыл',\n yy : '%d жыл'\n },\n dayOfMonthOrdinalParse: /\\d{1,2}-(ші|шы)/,\n ordinal : function (number) {\n var a = number % 10,\n b = number >= 100 ? 100 : null;\n return number + (suffixes[number] || suffixes[a] || suffixes[b]);\n },\n week : {\n dow : 1, // Monday is the first day of the week.\n doy : 7 // The week that contains Jan 7th is the first week of the year.\n }\n });\n\n return kk;\n\n})));\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n var symbolMap = {\n '1': '១',\n '2': '២',\n '3': '៣',\n '4': '៤',\n '5': '៥',\n '6': '៦',\n '7': '៧',\n '8': '៨',\n '9': '៩',\n '0': '០'\n }, numberMap = {\n '១': '1',\n '២': '2',\n '៣': '3',\n '៤': '4',\n '៥': '5',\n '៦': '6',\n '៧': '7',\n '៨': '8',\n '៩': '9',\n '០': '0'\n };\n\n var km = moment.defineLocale('km', {\n months: 'មករា_កុម្ភៈ_មីនា_មេសា_ឧសភា_មិថុនា_កក្កដា_សីហា_កញ្ញា_តុលា_វិច្ឆិកា_ធ្នូ'.split(\n '_'\n ),\n monthsShort: 'មករា_កុម្ភៈ_មីនា_មេសា_ឧសភា_មិថុនា_កក្កដា_សីហា_កញ្ញា_តុលា_វិច្ឆិកា_ធ្នូ'.split(\n '_'\n ),\n weekdays: 'អាទិត្យ_ច័ន្ទ_អង្គារ_ពុធ_ព្រហស្បតិ៍_សុក្រ_សៅរ៍'.split('_'),\n weekdaysShort: 'អា_ច_អ_ព_ព្រ_សុ_ស'.split('_'),\n weekdaysMin: 'អា_ច_អ_ព_ព្រ_សុ_ស'.split('_'),\n weekdaysParseExact: true,\n longDateFormat: {\n LT: 'HH:mm',\n LTS: 'HH:mm:ss',\n L: 'DD/MM/YYYY',\n LL: 'D MMMM YYYY',\n LLL: 'D MMMM YYYY HH:mm',\n LLLL: 'dddd, D MMMM YYYY HH:mm'\n },\n meridiemParse: /ព្រឹក|ល្ងាច/,\n isPM: function (input) {\n return input === 'ល្ងាច';\n },\n meridiem: function (hour, minute, isLower) {\n if (hour < 12) {\n return 'ព្រឹក';\n } else {\n return 'ល្ងាច';\n }\n },\n calendar: {\n sameDay: '[ថ្ងៃនេះ ម៉ោង] LT',\n nextDay: '[ស្អែក ម៉ោង] LT',\n nextWeek: 'dddd [ម៉ោង] LT',\n lastDay: '[ម្សិលមិញ ម៉ោង] LT',\n lastWeek: 'dddd [សប្តាហ៍មុន] [ម៉ោង] LT',\n sameElse: 'L'\n },\n relativeTime: {\n future: '%sទៀត',\n past: '%sមុន',\n s: 'ប៉ុន្មានវិនាទី',\n ss: '%d វិនាទី',\n m: 'មួយនាទី',\n mm: '%d នាទី',\n h: 'មួយម៉ោង',\n hh: '%d ម៉ោង',\n d: 'មួយថ្ងៃ',\n dd: '%d ថ្ងៃ',\n M: 'មួយខែ',\n MM: '%d ខែ',\n y: 'មួយឆ្នាំ',\n yy: '%d ឆ្នាំ'\n },\n dayOfMonthOrdinalParse : /ទី\\d{1,2}/,\n ordinal : 'ទី%d',\n preparse: function (string) {\n return string.replace(/[១២៣៤៥៦៧៨៩០]/g, function (match) {\n return numberMap[match];\n });\n },\n postformat: function (string) {\n return string.replace(/\\d/g, function (match) {\n return symbolMap[match];\n });\n },\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 4 // The week that contains Jan 4th is the first week of the year.\n }\n });\n\n return km;\n\n})));\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n var symbolMap = {\n '1': '೧',\n '2': '೨',\n '3': '೩',\n '4': '೪',\n '5': '೫',\n '6': '೬',\n '7': '೭',\n '8': '೮',\n '9': '೯',\n '0': '೦'\n },\n numberMap = {\n '೧': '1',\n '೨': '2',\n '೩': '3',\n '೪': '4',\n '೫': '5',\n '೬': '6',\n '೭': '7',\n '೮': '8',\n '೯': '9',\n '೦': '0'\n };\n\n var kn = moment.defineLocale('kn', {\n months : 'ಜನವರಿ_ಫೆಬ್ರವರಿ_ಮಾರ್ಚ್_ಏಪ್ರಿಲ್_ಮೇ_ಜೂನ್_ಜುಲೈ_ಆಗಸ್ಟ್_ಸೆಪ್ಟೆಂಬರ್_ಅಕ್ಟೋಬರ್_ನವೆಂಬರ್_ಡಿಸೆಂಬರ್'.split('_'),\n monthsShort : 'ಜನ_ಫೆಬ್ರ_ಮಾರ್ಚ್_ಏಪ್ರಿಲ್_ಮೇ_ಜೂನ್_ಜುಲೈ_ಆಗಸ್ಟ್_ಸೆಪ್ಟೆಂ_ಅಕ್ಟೋ_ನವೆಂ_ಡಿಸೆಂ'.split('_'),\n monthsParseExact: true,\n weekdays : 'ಭಾನುವಾರ_ಸೋಮವಾರ_ಮಂಗಳವಾರ_ಬುಧವಾರ_ಗುರುವಾರ_ಶುಕ್ರವಾರ_ಶನಿವಾರ'.split('_'),\n weekdaysShort : 'ಭಾನು_ಸೋಮ_ಮಂಗಳ_ಬುಧ_ಗುರು_ಶುಕ್ರ_ಶನಿ'.split('_'),\n weekdaysMin : 'ಭಾ_ಸೋ_ಮಂ_ಬು_ಗು_ಶು_ಶ'.split('_'),\n longDateFormat : {\n LT : 'A h:mm',\n LTS : 'A h:mm:ss',\n L : 'DD/MM/YYYY',\n LL : 'D MMMM YYYY',\n LLL : 'D MMMM YYYY, A h:mm',\n LLLL : 'dddd, D MMMM YYYY, A h:mm'\n },\n calendar : {\n sameDay : '[ಇಂದು] LT',\n nextDay : '[ನಾಳೆ] LT',\n nextWeek : 'dddd, LT',\n lastDay : '[ನಿನ್ನೆ] LT',\n lastWeek : '[ಕೊನೆಯ] dddd, LT',\n sameElse : 'L'\n },\n relativeTime : {\n future : '%s ನಂತರ',\n past : '%s ಹಿಂದೆ',\n s : 'ಕೆಲವು ಕ್ಷಣಗಳು',\n ss : '%d ಸೆಕೆಂಡುಗಳು',\n m : 'ಒಂದು ನಿಮಿಷ',\n mm : '%d ನಿಮಿಷ',\n h : 'ಒಂದು ಗಂಟೆ',\n hh : '%d ಗಂಟೆ',\n d : 'ಒಂದು ದಿನ',\n dd : '%d ದಿನ',\n M : 'ಒಂದು ತಿಂಗಳು',\n MM : '%d ತಿಂಗಳು',\n y : 'ಒಂದು ವರ್ಷ',\n yy : '%d ವರ್ಷ'\n },\n preparse: function (string) {\n return string.replace(/[೧೨೩೪೫೬೭೮೯೦]/g, function (match) {\n return numberMap[match];\n });\n },\n postformat: function (string) {\n return string.replace(/\\d/g, function (match) {\n return symbolMap[match];\n });\n },\n meridiemParse: /ರಾತ್ರಿ|ಬೆಳಿಗ್ಗೆ|ಮಧ್ಯಾಹ್ನ|ಸಂಜೆ/,\n meridiemHour : function (hour, meridiem) {\n if (hour === 12) {\n hour = 0;\n }\n if (meridiem === 'ರಾತ್ರಿ') {\n return hour < 4 ? hour : hour + 12;\n } else if (meridiem === 'ಬೆಳಿಗ್ಗೆ') {\n return hour;\n } else if (meridiem === 'ಮಧ್ಯಾಹ್ನ') {\n return hour >= 10 ? hour : hour + 12;\n } else if (meridiem === 'ಸಂಜೆ') {\n return hour + 12;\n }\n },\n meridiem : function (hour, minute, isLower) {\n if (hour < 4) {\n return 'ರಾತ್ರಿ';\n } else if (hour < 10) {\n return 'ಬೆಳಿಗ್ಗೆ';\n } else if (hour < 17) {\n return 'ಮಧ್ಯಾಹ್ನ';\n } else if (hour < 20) {\n return 'ಸಂಜೆ';\n } else {\n return 'ರಾತ್ರಿ';\n }\n },\n dayOfMonthOrdinalParse: /\\d{1,2}(ನೇ)/,\n ordinal : function (number) {\n return number + 'ನೇ';\n },\n week : {\n dow : 0, // Sunday is the first day of the week.\n doy : 6 // The week that contains Jan 6th is the first week of the year.\n }\n });\n\n return kn;\n\n})));\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n var ko = moment.defineLocale('ko', {\n months : '1월_2월_3월_4월_5월_6월_7월_8월_9월_10월_11월_12월'.split('_'),\n monthsShort : '1월_2월_3월_4월_5월_6월_7월_8월_9월_10월_11월_12월'.split('_'),\n weekdays : '일요일_월요일_화요일_수요일_목요일_금요일_토요일'.split('_'),\n weekdaysShort : '일_월_화_수_목_금_토'.split('_'),\n weekdaysMin : '일_월_화_수_목_금_토'.split('_'),\n longDateFormat : {\n LT : 'A h:mm',\n LTS : 'A h:mm:ss',\n L : 'YYYY.MM.DD.',\n LL : 'YYYY년 MMMM D일',\n LLL : 'YYYY년 MMMM D일 A h:mm',\n LLLL : 'YYYY년 MMMM D일 dddd A h:mm',\n l : 'YYYY.MM.DD.',\n ll : 'YYYY년 MMMM D일',\n lll : 'YYYY년 MMMM D일 A h:mm',\n llll : 'YYYY년 MMMM D일 dddd A h:mm'\n },\n calendar : {\n sameDay : '오늘 LT',\n nextDay : '내일 LT',\n nextWeek : 'dddd LT',\n lastDay : '어제 LT',\n lastWeek : '지난주 dddd LT',\n sameElse : 'L'\n },\n relativeTime : {\n future : '%s 후',\n past : '%s 전',\n s : '몇 초',\n ss : '%d초',\n m : '1분',\n mm : '%d분',\n h : '한 시간',\n hh : '%d시간',\n d : '하루',\n dd : '%d일',\n M : '한 달',\n MM : '%d달',\n y : '일 년',\n yy : '%d년'\n },\n dayOfMonthOrdinalParse : /\\d{1,2}(일|월|주)/,\n ordinal : function (number, period) {\n switch (period) {\n case 'd':\n case 'D':\n case 'DDD':\n return number + '일';\n case 'M':\n return number + '월';\n case 'w':\n case 'W':\n return number + '주';\n default:\n return number;\n }\n },\n meridiemParse : /오전|오후/,\n isPM : function (token) {\n return token === '오후';\n },\n meridiem : function (hour, minute, isUpper) {\n return hour < 12 ? '오전' : '오후';\n }\n });\n\n return ko;\n\n})));\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n var symbolMap = {\n '1': '١',\n '2': '٢',\n '3': '٣',\n '4': '٤',\n '5': '٥',\n '6': '٦',\n '7': '٧',\n '8': '٨',\n '9': '٩',\n '0': '٠'\n }, numberMap = {\n '١': '1',\n '٢': '2',\n '٣': '3',\n '٤': '4',\n '٥': '5',\n '٦': '6',\n '٧': '7',\n '٨': '8',\n '٩': '9',\n '٠': '0'\n },\n months = [\n 'کانونی دووەم',\n 'شوبات',\n 'ئازار',\n 'نیسان',\n 'ئایار',\n 'حوزەیران',\n 'تەمموز',\n 'ئاب',\n 'ئەیلوول',\n 'تشرینی یەكەم',\n 'تشرینی دووەم',\n 'كانونی یەکەم'\n ];\n\n\n var ku = moment.defineLocale('ku', {\n months : months,\n monthsShort : months,\n weekdays : 'یه‌كشه‌ممه‌_دووشه‌ممه‌_سێشه‌ممه‌_چوارشه‌ممه‌_پێنجشه‌ممه‌_هه‌ینی_شه‌ممه‌'.split('_'),\n weekdaysShort : 'یه‌كشه‌م_دووشه‌م_سێشه‌م_چوارشه‌م_پێنجشه‌م_هه‌ینی_شه‌ممه‌'.split('_'),\n weekdaysMin : 'ی_د_س_چ_پ_ه_ش'.split('_'),\n weekdaysParseExact : true,\n longDateFormat : {\n LT : 'HH:mm',\n LTS : 'HH:mm:ss',\n L : 'DD/MM/YYYY',\n LL : 'D MMMM YYYY',\n LLL : 'D MMMM YYYY HH:mm',\n LLLL : 'dddd, D MMMM YYYY HH:mm'\n },\n meridiemParse: /ئێواره‌|به‌یانی/,\n isPM: function (input) {\n return /ئێواره‌/.test(input);\n },\n meridiem : function (hour, minute, isLower) {\n if (hour < 12) {\n return 'به‌یانی';\n } else {\n return 'ئێواره‌';\n }\n },\n calendar : {\n sameDay : '[ئه‌مرۆ كاتژمێر] LT',\n nextDay : '[به‌یانی كاتژمێر] LT',\n nextWeek : 'dddd [كاتژمێر] LT',\n lastDay : '[دوێنێ كاتژمێر] LT',\n lastWeek : 'dddd [كاتژمێر] LT',\n sameElse : 'L'\n },\n relativeTime : {\n future : 'له‌ %s',\n past : '%s',\n s : 'چه‌ند چركه‌یه‌ك',\n ss : 'چركه‌ %d',\n m : 'یه‌ك خوله‌ك',\n mm : '%d خوله‌ك',\n h : 'یه‌ك كاتژمێر',\n hh : '%d كاتژمێر',\n d : 'یه‌ك ڕۆژ',\n dd : '%d ڕۆژ',\n M : 'یه‌ك مانگ',\n MM : '%d مانگ',\n y : 'یه‌ك ساڵ',\n yy : '%d ساڵ'\n },\n preparse: function (string) {\n return string.replace(/[١٢٣٤٥٦٧٨٩٠]/g, function (match) {\n return numberMap[match];\n }).replace(/،/g, ',');\n },\n postformat: function (string) {\n return string.replace(/\\d/g, function (match) {\n return symbolMap[match];\n }).replace(/,/g, '،');\n },\n week : {\n dow : 6, // Saturday is the first day of the week.\n doy : 12 // The week that contains Jan 12th is the first week of the year.\n }\n });\n\n return ku;\n\n})));\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n var suffixes = {\n 0: '-чү',\n 1: '-чи',\n 2: '-чи',\n 3: '-чү',\n 4: '-чү',\n 5: '-чи',\n 6: '-чы',\n 7: '-чи',\n 8: '-чи',\n 9: '-чу',\n 10: '-чу',\n 20: '-чы',\n 30: '-чу',\n 40: '-чы',\n 50: '-чү',\n 60: '-чы',\n 70: '-чи',\n 80: '-чи',\n 90: '-чу',\n 100: '-чү'\n };\n\n var ky = moment.defineLocale('ky', {\n months : 'январь_февраль_март_апрель_май_июнь_июль_август_сентябрь_октябрь_ноябрь_декабрь'.split('_'),\n monthsShort : 'янв_фев_март_апр_май_июнь_июль_авг_сен_окт_ноя_дек'.split('_'),\n weekdays : 'Жекшемби_Дүйшөмбү_Шейшемби_Шаршемби_Бейшемби_Жума_Ишемби'.split('_'),\n weekdaysShort : 'Жек_Дүй_Шей_Шар_Бей_Жум_Ише'.split('_'),\n weekdaysMin : 'Жк_Дй_Шй_Шр_Бй_Жм_Иш'.split('_'),\n longDateFormat : {\n LT : 'HH:mm',\n LTS : 'HH:mm:ss',\n L : 'DD.MM.YYYY',\n LL : 'D MMMM YYYY',\n LLL : 'D MMMM YYYY HH:mm',\n LLLL : 'dddd, D MMMM YYYY HH:mm'\n },\n calendar : {\n sameDay : '[Бүгүн саат] LT',\n nextDay : '[Эртең саат] LT',\n nextWeek : 'dddd [саат] LT',\n lastDay : '[Кечээ саат] LT',\n lastWeek : '[Өткөн аптанын] dddd [күнү] [саат] LT',\n sameElse : 'L'\n },\n relativeTime : {\n future : '%s ичинде',\n past : '%s мурун',\n s : 'бирнече секунд',\n ss : '%d секунд',\n m : 'бир мүнөт',\n mm : '%d мүнөт',\n h : 'бир саат',\n hh : '%d саат',\n d : 'бир күн',\n dd : '%d күн',\n M : 'бир ай',\n MM : '%d ай',\n y : 'бир жыл',\n yy : '%d жыл'\n },\n dayOfMonthOrdinalParse: /\\d{1,2}-(чи|чы|чү|чу)/,\n ordinal : function (number) {\n var a = number % 10,\n b = number >= 100 ? 100 : null;\n return number + (suffixes[number] || suffixes[a] || suffixes[b]);\n },\n week : {\n dow : 1, // Monday is the first day of the week.\n doy : 7 // The week that contains Jan 7th is the first week of the year.\n }\n });\n\n return ky;\n\n})));\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n function processRelativeTime(number, withoutSuffix, key, isFuture) {\n var format = {\n 'm': ['eng Minutt', 'enger Minutt'],\n 'h': ['eng Stonn', 'enger Stonn'],\n 'd': ['een Dag', 'engem Dag'],\n 'M': ['ee Mount', 'engem Mount'],\n 'y': ['ee Joer', 'engem Joer']\n };\n return withoutSuffix ? format[key][0] : format[key][1];\n }\n function processFutureTime(string) {\n var number = string.substr(0, string.indexOf(' '));\n if (eifelerRegelAppliesToNumber(number)) {\n return 'a ' + string;\n }\n return 'an ' + string;\n }\n function processPastTime(string) {\n var number = string.substr(0, string.indexOf(' '));\n if (eifelerRegelAppliesToNumber(number)) {\n return 'viru ' + string;\n }\n return 'virun ' + string;\n }\n /**\n * Returns true if the word before the given number loses the '-n' ending.\n * e.g. 'an 10 Deeg' but 'a 5 Deeg'\n *\n * @param number {integer}\n * @returns {boolean}\n */\n function eifelerRegelAppliesToNumber(number) {\n number = parseInt(number, 10);\n if (isNaN(number)) {\n return false;\n }\n if (number < 0) {\n // Negative Number --> always true\n return true;\n } else if (number < 10) {\n // Only 1 digit\n if (4 <= number && number <= 7) {\n return true;\n }\n return false;\n } else if (number < 100) {\n // 2 digits\n var lastDigit = number % 10, firstDigit = number / 10;\n if (lastDigit === 0) {\n return eifelerRegelAppliesToNumber(firstDigit);\n }\n return eifelerRegelAppliesToNumber(lastDigit);\n } else if (number < 10000) {\n // 3 or 4 digits --> recursively check first digit\n while (number >= 10) {\n number = number / 10;\n }\n return eifelerRegelAppliesToNumber(number);\n } else {\n // Anything larger than 4 digits: recursively check first n-3 digits\n number = number / 1000;\n return eifelerRegelAppliesToNumber(number);\n }\n }\n\n var lb = moment.defineLocale('lb', {\n months: 'Januar_Februar_Mäerz_Abrëll_Mee_Juni_Juli_August_September_Oktober_November_Dezember'.split('_'),\n monthsShort: 'Jan._Febr._Mrz._Abr._Mee_Jun._Jul._Aug._Sept._Okt._Nov._Dez.'.split('_'),\n monthsParseExact : true,\n weekdays: 'Sonndeg_Méindeg_Dënschdeg_Mëttwoch_Donneschdeg_Freideg_Samschdeg'.split('_'),\n weekdaysShort: 'So._Mé._Dë._Më._Do._Fr._Sa.'.split('_'),\n weekdaysMin: 'So_Mé_Dë_Më_Do_Fr_Sa'.split('_'),\n weekdaysParseExact : true,\n longDateFormat: {\n LT: 'H:mm [Auer]',\n LTS: 'H:mm:ss [Auer]',\n L: 'DD.MM.YYYY',\n LL: 'D. MMMM YYYY',\n LLL: 'D. MMMM YYYY H:mm [Auer]',\n LLLL: 'dddd, D. MMMM YYYY H:mm [Auer]'\n },\n calendar: {\n sameDay: '[Haut um] LT',\n sameElse: 'L',\n nextDay: '[Muer um] LT',\n nextWeek: 'dddd [um] LT',\n lastDay: '[Gëschter um] LT',\n lastWeek: function () {\n // Different date string for 'Dënschdeg' (Tuesday) and 'Donneschdeg' (Thursday) due to phonological rule\n switch (this.day()) {\n case 2:\n case 4:\n return '[Leschten] dddd [um] LT';\n default:\n return '[Leschte] dddd [um] LT';\n }\n }\n },\n relativeTime : {\n future : processFutureTime,\n past : processPastTime,\n s : 'e puer Sekonnen',\n ss : '%d Sekonnen',\n m : processRelativeTime,\n mm : '%d Minutten',\n h : processRelativeTime,\n hh : '%d Stonnen',\n d : processRelativeTime,\n dd : '%d Deeg',\n M : processRelativeTime,\n MM : '%d Méint',\n y : processRelativeTime,\n yy : '%d Joer'\n },\n dayOfMonthOrdinalParse: /\\d{1,2}\\./,\n ordinal: '%d.',\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 4 // The week that contains Jan 4th is the first week of the year.\n }\n });\n\n return lb;\n\n})));\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n var lo = moment.defineLocale('lo', {\n months : 'ມັງກອນ_ກຸມພາ_ມີນາ_ເມສາ_ພຶດສະພາ_ມິຖຸນາ_ກໍລະກົດ_ສິງຫາ_ກັນຍາ_ຕຸລາ_ພະຈິກ_ທັນວາ'.split('_'),\n monthsShort : 'ມັງກອນ_ກຸມພາ_ມີນາ_ເມສາ_ພຶດສະພາ_ມິຖຸນາ_ກໍລະກົດ_ສິງຫາ_ກັນຍາ_ຕຸລາ_ພະຈິກ_ທັນວາ'.split('_'),\n weekdays : 'ອາທິດ_ຈັນ_ອັງຄານ_ພຸດ_ພະຫັດ_ສຸກ_ເສົາ'.split('_'),\n weekdaysShort : 'ທິດ_ຈັນ_ອັງຄານ_ພຸດ_ພະຫັດ_ສຸກ_ເສົາ'.split('_'),\n weekdaysMin : 'ທ_ຈ_ອຄ_ພ_ພຫ_ສກ_ສ'.split('_'),\n weekdaysParseExact : true,\n longDateFormat : {\n LT : 'HH:mm',\n LTS : 'HH:mm:ss',\n L : 'DD/MM/YYYY',\n LL : 'D MMMM YYYY',\n LLL : 'D MMMM YYYY HH:mm',\n LLLL : 'ວັນdddd D MMMM YYYY HH:mm'\n },\n meridiemParse: /ຕອນເຊົ້າ|ຕອນແລງ/,\n isPM: function (input) {\n return input === 'ຕອນແລງ';\n },\n meridiem : function (hour, minute, isLower) {\n if (hour < 12) {\n return 'ຕອນເຊົ້າ';\n } else {\n return 'ຕອນແລງ';\n }\n },\n calendar : {\n sameDay : '[ມື້ນີ້ເວລາ] LT',\n nextDay : '[ມື້ອື່ນເວລາ] LT',\n nextWeek : '[ວັນ]dddd[ໜ້າເວລາ] LT',\n lastDay : '[ມື້ວານນີ້ເວລາ] LT',\n lastWeek : '[ວັນ]dddd[ແລ້ວນີ້ເວລາ] LT',\n sameElse : 'L'\n },\n relativeTime : {\n future : 'ອີກ %s',\n past : '%sຜ່ານມາ',\n s : 'ບໍ່ເທົ່າໃດວິນາທີ',\n ss : '%d ວິນາທີ' ,\n m : '1 ນາທີ',\n mm : '%d ນາທີ',\n h : '1 ຊົ່ວໂມງ',\n hh : '%d ຊົ່ວໂມງ',\n d : '1 ມື້',\n dd : '%d ມື້',\n M : '1 ເດືອນ',\n MM : '%d ເດືອນ',\n y : '1 ປີ',\n yy : '%d ປີ'\n },\n dayOfMonthOrdinalParse: /(ທີ່)\\d{1,2}/,\n ordinal : function (number) {\n return 'ທີ່' + number;\n }\n });\n\n return lo;\n\n})));\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n var units = {\n 'ss' : 'sekundė_sekundžių_sekundes',\n 'm' : 'minutė_minutės_minutę',\n 'mm': 'minutės_minučių_minutes',\n 'h' : 'valanda_valandos_valandą',\n 'hh': 'valandos_valandų_valandas',\n 'd' : 'diena_dienos_dieną',\n 'dd': 'dienos_dienų_dienas',\n 'M' : 'mėnuo_mėnesio_mėnesį',\n 'MM': 'mėnesiai_mėnesių_mėnesius',\n 'y' : 'metai_metų_metus',\n 'yy': 'metai_metų_metus'\n };\n function translateSeconds(number, withoutSuffix, key, isFuture) {\n if (withoutSuffix) {\n return 'kelios sekundės';\n } else {\n return isFuture ? 'kelių sekundžių' : 'kelias sekundes';\n }\n }\n function translateSingular(number, withoutSuffix, key, isFuture) {\n return withoutSuffix ? forms(key)[0] : (isFuture ? forms(key)[1] : forms(key)[2]);\n }\n function special(number) {\n return number % 10 === 0 || (number > 10 && number < 20);\n }\n function forms(key) {\n return units[key].split('_');\n }\n function translate(number, withoutSuffix, key, isFuture) {\n var result = number + ' ';\n if (number === 1) {\n return result + translateSingular(number, withoutSuffix, key[0], isFuture);\n } else if (withoutSuffix) {\n return result + (special(number) ? forms(key)[1] : forms(key)[0]);\n } else {\n if (isFuture) {\n return result + forms(key)[1];\n } else {\n return result + (special(number) ? forms(key)[1] : forms(key)[2]);\n }\n }\n }\n var lt = moment.defineLocale('lt', {\n months : {\n format: 'sausio_vasario_kovo_balandžio_gegužės_birželio_liepos_rugpjūčio_rugsėjo_spalio_lapkričio_gruodžio'.split('_'),\n standalone: 'sausis_vasaris_kovas_balandis_gegužė_birželis_liepa_rugpjūtis_rugsėjis_spalis_lapkritis_gruodis'.split('_'),\n isFormat: /D[oD]?(\\[[^\\[\\]]*\\]|\\s)+MMMM?|MMMM?(\\[[^\\[\\]]*\\]|\\s)+D[oD]?/\n },\n monthsShort : 'sau_vas_kov_bal_geg_bir_lie_rgp_rgs_spa_lap_grd'.split('_'),\n weekdays : {\n format: 'sekmadienį_pirmadienį_antradienį_trečiadienį_ketvirtadienį_penktadienį_šeštadienį'.split('_'),\n standalone: 'sekmadienis_pirmadienis_antradienis_trečiadienis_ketvirtadienis_penktadienis_šeštadienis'.split('_'),\n isFormat: /dddd HH:mm/\n },\n weekdaysShort : 'Sek_Pir_Ant_Tre_Ket_Pen_Šeš'.split('_'),\n weekdaysMin : 'S_P_A_T_K_Pn_Š'.split('_'),\n weekdaysParseExact : true,\n longDateFormat : {\n LT : 'HH:mm',\n LTS : 'HH:mm:ss',\n L : 'YYYY-MM-DD',\n LL : 'YYYY [m.] MMMM D [d.]',\n LLL : 'YYYY [m.] MMMM D [d.], HH:mm [val.]',\n LLLL : 'YYYY [m.] MMMM D [d.], dddd, HH:mm [val.]',\n l : 'YYYY-MM-DD',\n ll : 'YYYY [m.] MMMM D [d.]',\n lll : 'YYYY [m.] MMMM D [d.], HH:mm [val.]',\n llll : 'YYYY [m.] MMMM D [d.], ddd, HH:mm [val.]'\n },\n calendar : {\n sameDay : '[Šiandien] LT',\n nextDay : '[Rytoj] LT',\n nextWeek : 'dddd LT',\n lastDay : '[Vakar] LT',\n lastWeek : '[Praėjusį] dddd LT',\n sameElse : 'L'\n },\n relativeTime : {\n future : 'po %s',\n past : 'prieš %s',\n s : translateSeconds,\n ss : translate,\n m : translateSingular,\n mm : translate,\n h : translateSingular,\n hh : translate,\n d : translateSingular,\n dd : translate,\n M : translateSingular,\n MM : translate,\n y : translateSingular,\n yy : translate\n },\n dayOfMonthOrdinalParse: /\\d{1,2}-oji/,\n ordinal : function (number) {\n return number + '-oji';\n },\n week : {\n dow : 1, // Monday is the first day of the week.\n doy : 4 // The week that contains Jan 4th is the first week of the year.\n }\n });\n\n return lt;\n\n})));\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n var units = {\n 'ss': 'sekundes_sekundēm_sekunde_sekundes'.split('_'),\n 'm': 'minūtes_minūtēm_minūte_minūtes'.split('_'),\n 'mm': 'minūtes_minūtēm_minūte_minūtes'.split('_'),\n 'h': 'stundas_stundām_stunda_stundas'.split('_'),\n 'hh': 'stundas_stundām_stunda_stundas'.split('_'),\n 'd': 'dienas_dienām_diena_dienas'.split('_'),\n 'dd': 'dienas_dienām_diena_dienas'.split('_'),\n 'M': 'mēneša_mēnešiem_mēnesis_mēneši'.split('_'),\n 'MM': 'mēneša_mēnešiem_mēnesis_mēneši'.split('_'),\n 'y': 'gada_gadiem_gads_gadi'.split('_'),\n 'yy': 'gada_gadiem_gads_gadi'.split('_')\n };\n /**\n * @param withoutSuffix boolean true = a length of time; false = before/after a period of time.\n */\n function format(forms, number, withoutSuffix) {\n if (withoutSuffix) {\n // E.g. \"21 minūte\", \"3 minūtes\".\n return number % 10 === 1 && number % 100 !== 11 ? forms[2] : forms[3];\n } else {\n // E.g. \"21 minūtes\" as in \"pēc 21 minūtes\".\n // E.g. \"3 minūtēm\" as in \"pēc 3 minūtēm\".\n return number % 10 === 1 && number % 100 !== 11 ? forms[0] : forms[1];\n }\n }\n function relativeTimeWithPlural(number, withoutSuffix, key) {\n return number + ' ' + format(units[key], number, withoutSuffix);\n }\n function relativeTimeWithSingular(number, withoutSuffix, key) {\n return format(units[key], number, withoutSuffix);\n }\n function relativeSeconds(number, withoutSuffix) {\n return withoutSuffix ? 'dažas sekundes' : 'dažām sekundēm';\n }\n\n var lv = moment.defineLocale('lv', {\n months : 'janvāris_februāris_marts_aprīlis_maijs_jūnijs_jūlijs_augusts_septembris_oktobris_novembris_decembris'.split('_'),\n monthsShort : 'jan_feb_mar_apr_mai_jūn_jūl_aug_sep_okt_nov_dec'.split('_'),\n weekdays : 'svētdiena_pirmdiena_otrdiena_trešdiena_ceturtdiena_piektdiena_sestdiena'.split('_'),\n weekdaysShort : 'Sv_P_O_T_C_Pk_S'.split('_'),\n weekdaysMin : 'Sv_P_O_T_C_Pk_S'.split('_'),\n weekdaysParseExact : true,\n longDateFormat : {\n LT : 'HH:mm',\n LTS : 'HH:mm:ss',\n L : 'DD.MM.YYYY.',\n LL : 'YYYY. [gada] D. MMMM',\n LLL : 'YYYY. [gada] D. MMMM, HH:mm',\n LLLL : 'YYYY. [gada] D. MMMM, dddd, HH:mm'\n },\n calendar : {\n sameDay : '[Šodien pulksten] LT',\n nextDay : '[Rīt pulksten] LT',\n nextWeek : 'dddd [pulksten] LT',\n lastDay : '[Vakar pulksten] LT',\n lastWeek : '[Pagājušā] dddd [pulksten] LT',\n sameElse : 'L'\n },\n relativeTime : {\n future : 'pēc %s',\n past : 'pirms %s',\n s : relativeSeconds,\n ss : relativeTimeWithPlural,\n m : relativeTimeWithSingular,\n mm : relativeTimeWithPlural,\n h : relativeTimeWithSingular,\n hh : relativeTimeWithPlural,\n d : relativeTimeWithSingular,\n dd : relativeTimeWithPlural,\n M : relativeTimeWithSingular,\n MM : relativeTimeWithPlural,\n y : relativeTimeWithSingular,\n yy : relativeTimeWithPlural\n },\n dayOfMonthOrdinalParse: /\\d{1,2}\\./,\n ordinal : '%d.',\n week : {\n dow : 1, // Monday is the first day of the week.\n doy : 4 // The week that contains Jan 4th is the first week of the year.\n }\n });\n\n return lv;\n\n})));\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n var translator = {\n words: { //Different grammatical cases\n ss: ['sekund', 'sekunda', 'sekundi'],\n m: ['jedan minut', 'jednog minuta'],\n mm: ['minut', 'minuta', 'minuta'],\n h: ['jedan sat', 'jednog sata'],\n hh: ['sat', 'sata', 'sati'],\n dd: ['dan', 'dana', 'dana'],\n MM: ['mjesec', 'mjeseca', 'mjeseci'],\n yy: ['godina', 'godine', 'godina']\n },\n correctGrammaticalCase: function (number, wordKey) {\n return number === 1 ? wordKey[0] : (number >= 2 && number <= 4 ? wordKey[1] : wordKey[2]);\n },\n translate: function (number, withoutSuffix, key) {\n var wordKey = translator.words[key];\n if (key.length === 1) {\n return withoutSuffix ? wordKey[0] : wordKey[1];\n } else {\n return number + ' ' + translator.correctGrammaticalCase(number, wordKey);\n }\n }\n };\n\n var me = moment.defineLocale('me', {\n months: 'januar_februar_mart_april_maj_jun_jul_avgust_septembar_oktobar_novembar_decembar'.split('_'),\n monthsShort: 'jan._feb._mar._apr._maj_jun_jul_avg._sep._okt._nov._dec.'.split('_'),\n monthsParseExact : true,\n weekdays: 'nedjelja_ponedjeljak_utorak_srijeda_četvrtak_petak_subota'.split('_'),\n weekdaysShort: 'ned._pon._uto._sri._čet._pet._sub.'.split('_'),\n weekdaysMin: 'ne_po_ut_sr_če_pe_su'.split('_'),\n weekdaysParseExact : true,\n longDateFormat: {\n LT: 'H:mm',\n LTS : 'H:mm:ss',\n L: 'DD.MM.YYYY',\n LL: 'D. MMMM YYYY',\n LLL: 'D. MMMM YYYY H:mm',\n LLLL: 'dddd, D. MMMM YYYY H:mm'\n },\n calendar: {\n sameDay: '[danas u] LT',\n nextDay: '[sjutra u] LT',\n\n nextWeek: function () {\n switch (this.day()) {\n case 0:\n return '[u] [nedjelju] [u] LT';\n case 3:\n return '[u] [srijedu] [u] LT';\n case 6:\n return '[u] [subotu] [u] LT';\n case 1:\n case 2:\n case 4:\n case 5:\n return '[u] dddd [u] LT';\n }\n },\n lastDay : '[juče u] LT',\n lastWeek : function () {\n var lastWeekDays = [\n '[prošle] [nedjelje] [u] LT',\n '[prošlog] [ponedjeljka] [u] LT',\n '[prošlog] [utorka] [u] LT',\n '[prošle] [srijede] [u] LT',\n '[prošlog] [četvrtka] [u] LT',\n '[prošlog] [petka] [u] LT',\n '[prošle] [subote] [u] LT'\n ];\n return lastWeekDays[this.day()];\n },\n sameElse : 'L'\n },\n relativeTime : {\n future : 'za %s',\n past : 'prije %s',\n s : 'nekoliko sekundi',\n ss : translator.translate,\n m : translator.translate,\n mm : translator.translate,\n h : translator.translate,\n hh : translator.translate,\n d : 'dan',\n dd : translator.translate,\n M : 'mjesec',\n MM : translator.translate,\n y : 'godinu',\n yy : translator.translate\n },\n dayOfMonthOrdinalParse: /\\d{1,2}\\./,\n ordinal : '%d.',\n week : {\n dow : 1, // Monday is the first day of the week.\n doy : 7 // The week that contains Jan 7th is the first week of the year.\n }\n });\n\n return me;\n\n})));\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n var mi = moment.defineLocale('mi', {\n months: 'Kohi-tāte_Hui-tanguru_Poutū-te-rangi_Paenga-whāwhā_Haratua_Pipiri_Hōngoingoi_Here-turi-kōkā_Mahuru_Whiringa-ā-nuku_Whiringa-ā-rangi_Hakihea'.split('_'),\n monthsShort: 'Kohi_Hui_Pou_Pae_Hara_Pipi_Hōngoi_Here_Mahu_Whi-nu_Whi-ra_Haki'.split('_'),\n monthsRegex: /(?:['a-z\\u0101\\u014D\\u016B]+\\-?){1,3}/i,\n monthsStrictRegex: /(?:['a-z\\u0101\\u014D\\u016B]+\\-?){1,3}/i,\n monthsShortRegex: /(?:['a-z\\u0101\\u014D\\u016B]+\\-?){1,3}/i,\n monthsShortStrictRegex: /(?:['a-z\\u0101\\u014D\\u016B]+\\-?){1,2}/i,\n weekdays: 'Rātapu_Mane_Tūrei_Wenerei_Tāite_Paraire_Hātarei'.split('_'),\n weekdaysShort: 'Ta_Ma_Tū_We_Tāi_Pa_Hā'.split('_'),\n weekdaysMin: 'Ta_Ma_Tū_We_Tāi_Pa_Hā'.split('_'),\n longDateFormat: {\n LT: 'HH:mm',\n LTS: 'HH:mm:ss',\n L: 'DD/MM/YYYY',\n LL: 'D MMMM YYYY',\n LLL: 'D MMMM YYYY [i] HH:mm',\n LLLL: 'dddd, D MMMM YYYY [i] HH:mm'\n },\n calendar: {\n sameDay: '[i teie mahana, i] LT',\n nextDay: '[apopo i] LT',\n nextWeek: 'dddd [i] LT',\n lastDay: '[inanahi i] LT',\n lastWeek: 'dddd [whakamutunga i] LT',\n sameElse: 'L'\n },\n relativeTime: {\n future: 'i roto i %s',\n past: '%s i mua',\n s: 'te hēkona ruarua',\n ss: '%d hēkona',\n m: 'he meneti',\n mm: '%d meneti',\n h: 'te haora',\n hh: '%d haora',\n d: 'he ra',\n dd: '%d ra',\n M: 'he marama',\n MM: '%d marama',\n y: 'he tau',\n yy: '%d tau'\n },\n dayOfMonthOrdinalParse: /\\d{1,2}º/,\n ordinal: '%dº',\n week : {\n dow : 1, // Monday is the first day of the week.\n doy : 4 // The week that contains Jan 4th is the first week of the year.\n }\n });\n\n return mi;\n\n})));\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n var mk = moment.defineLocale('mk', {\n months : 'јануари_февруари_март_април_мај_јуни_јули_август_септември_октомври_ноември_декември'.split('_'),\n monthsShort : 'јан_фев_мар_апр_мај_јун_јул_авг_сеп_окт_ное_дек'.split('_'),\n weekdays : 'недела_понеделник_вторник_среда_четврток_петок_сабота'.split('_'),\n weekdaysShort : 'нед_пон_вто_сре_чет_пет_саб'.split('_'),\n weekdaysMin : 'нe_пo_вт_ср_че_пе_сa'.split('_'),\n longDateFormat : {\n LT : 'H:mm',\n LTS : 'H:mm:ss',\n L : 'D.MM.YYYY',\n LL : 'D MMMM YYYY',\n LLL : 'D MMMM YYYY H:mm',\n LLLL : 'dddd, D MMMM YYYY H:mm'\n },\n calendar : {\n sameDay : '[Денес во] LT',\n nextDay : '[Утре во] LT',\n nextWeek : '[Во] dddd [во] LT',\n lastDay : '[Вчера во] LT',\n lastWeek : function () {\n switch (this.day()) {\n case 0:\n case 3:\n case 6:\n return '[Изминатата] dddd [во] LT';\n case 1:\n case 2:\n case 4:\n case 5:\n return '[Изминатиот] dddd [во] LT';\n }\n },\n sameElse : 'L'\n },\n relativeTime : {\n future : 'после %s',\n past : 'пред %s',\n s : 'неколку секунди',\n ss : '%d секунди',\n m : 'минута',\n mm : '%d минути',\n h : 'час',\n hh : '%d часа',\n d : 'ден',\n dd : '%d дена',\n M : 'месец',\n MM : '%d месеци',\n y : 'година',\n yy : '%d години'\n },\n dayOfMonthOrdinalParse: /\\d{1,2}-(ев|ен|ти|ви|ри|ми)/,\n ordinal : function (number) {\n var lastDigit = number % 10,\n last2Digits = number % 100;\n if (number === 0) {\n return number + '-ев';\n } else if (last2Digits === 0) {\n return number + '-ен';\n } else if (last2Digits > 10 && last2Digits < 20) {\n return number + '-ти';\n } else if (lastDigit === 1) {\n return number + '-ви';\n } else if (lastDigit === 2) {\n return number + '-ри';\n } else if (lastDigit === 7 || lastDigit === 8) {\n return number + '-ми';\n } else {\n return number + '-ти';\n }\n },\n week : {\n dow : 1, // Monday is the first day of the week.\n doy : 7 // The week that contains Jan 7th is the first week of the year.\n }\n });\n\n return mk;\n\n})));\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n var ml = moment.defineLocale('ml', {\n months : 'ജനുവരി_ഫെബ്രുവരി_മാർച്ച്_ഏപ്രിൽ_മേയ്_ജൂൺ_ജൂലൈ_ഓഗസ്റ്റ്_സെപ്റ്റംബർ_ഒക്ടോബർ_നവംബർ_ഡിസംബർ'.split('_'),\n monthsShort : 'ജനു._ഫെബ്രു._മാർ._ഏപ്രി._മേയ്_ജൂൺ_ജൂലൈ._ഓഗ._സെപ്റ്റ._ഒക്ടോ._നവം._ഡിസം.'.split('_'),\n monthsParseExact : true,\n weekdays : 'ഞായറാഴ്ച_തിങ്കളാഴ്ച_ചൊവ്വാഴ്ച_ബുധനാഴ്ച_വ്യാഴാഴ്ച_വെള്ളിയാഴ്ച_ശനിയാഴ്ച'.split('_'),\n weekdaysShort : 'ഞായർ_തിങ്കൾ_ചൊവ്വ_ബുധൻ_വ്യാഴം_വെള്ളി_ശനി'.split('_'),\n weekdaysMin : 'ഞാ_തി_ചൊ_ബു_വ്യാ_വെ_ശ'.split('_'),\n longDateFormat : {\n LT : 'A h:mm -നു',\n LTS : 'A h:mm:ss -നു',\n L : 'DD/MM/YYYY',\n LL : 'D MMMM YYYY',\n LLL : 'D MMMM YYYY, A h:mm -നു',\n LLLL : 'dddd, D MMMM YYYY, A h:mm -നു'\n },\n calendar : {\n sameDay : '[ഇന്ന്] LT',\n nextDay : '[നാളെ] LT',\n nextWeek : 'dddd, LT',\n lastDay : '[ഇന്നലെ] LT',\n lastWeek : '[കഴിഞ്ഞ] dddd, LT',\n sameElse : 'L'\n },\n relativeTime : {\n future : '%s കഴിഞ്ഞ്',\n past : '%s മുൻപ്',\n s : 'അൽപ നിമിഷങ്ങൾ',\n ss : '%d സെക്കൻഡ്',\n m : 'ഒരു മിനിറ്റ്',\n mm : '%d മിനിറ്റ്',\n h : 'ഒരു മണിക്കൂർ',\n hh : '%d മണിക്കൂർ',\n d : 'ഒരു ദിവസം',\n dd : '%d ദിവസം',\n M : 'ഒരു മാസം',\n MM : '%d മാസം',\n y : 'ഒരു വർഷം',\n yy : '%d വർഷം'\n },\n meridiemParse: /രാത്രി|രാവിലെ|ഉച്ച കഴിഞ്ഞ്|വൈകുന്നേരം|രാത്രി/i,\n meridiemHour : function (hour, meridiem) {\n if (hour === 12) {\n hour = 0;\n }\n if ((meridiem === 'രാത്രി' && hour >= 4) ||\n meridiem === 'ഉച്ച കഴിഞ്ഞ്' ||\n meridiem === 'വൈകുന്നേരം') {\n return hour + 12;\n } else {\n return hour;\n }\n },\n meridiem : function (hour, minute, isLower) {\n if (hour < 4) {\n return 'രാത്രി';\n } else if (hour < 12) {\n return 'രാവിലെ';\n } else if (hour < 17) {\n return 'ഉച്ച കഴിഞ്ഞ്';\n } else if (hour < 20) {\n return 'വൈകുന്നേരം';\n } else {\n return 'രാത്രി';\n }\n }\n });\n\n return ml;\n\n})));\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n function translate(number, withoutSuffix, key, isFuture) {\n switch (key) {\n case 's':\n return withoutSuffix ? 'хэдхэн секунд' : 'хэдхэн секундын';\n case 'ss':\n return number + (withoutSuffix ? ' секунд' : ' секундын');\n case 'm':\n case 'mm':\n return number + (withoutSuffix ? ' минут' : ' минутын');\n case 'h':\n case 'hh':\n return number + (withoutSuffix ? ' цаг' : ' цагийн');\n case 'd':\n case 'dd':\n return number + (withoutSuffix ? ' өдөр' : ' өдрийн');\n case 'M':\n case 'MM':\n return number + (withoutSuffix ? ' сар' : ' сарын');\n case 'y':\n case 'yy':\n return number + (withoutSuffix ? ' жил' : ' жилийн');\n default:\n return number;\n }\n }\n\n var mn = moment.defineLocale('mn', {\n months : 'Нэгдүгээр сар_Хоёрдугаар сар_Гуравдугаар сар_Дөрөвдүгээр сар_Тавдугаар сар_Зургадугаар сар_Долдугаар сар_Наймдугаар сар_Есдүгээр сар_Аравдугаар сар_Арван нэгдүгээр сар_Арван хоёрдугаар сар'.split('_'),\n monthsShort : '1 сар_2 сар_3 сар_4 сар_5 сар_6 сар_7 сар_8 сар_9 сар_10 сар_11 сар_12 сар'.split('_'),\n monthsParseExact : true,\n weekdays : 'Ням_Даваа_Мягмар_Лхагва_Пүрэв_Баасан_Бямба'.split('_'),\n weekdaysShort : 'Ням_Дав_Мяг_Лха_Пүр_Баа_Бям'.split('_'),\n weekdaysMin : 'Ня_Да_Мя_Лх_Пү_Ба_Бя'.split('_'),\n weekdaysParseExact : true,\n longDateFormat : {\n LT : 'HH:mm',\n LTS : 'HH:mm:ss',\n L : 'YYYY-MM-DD',\n LL : 'YYYY оны MMMMын D',\n LLL : 'YYYY оны MMMMын D HH:mm',\n LLLL : 'dddd, YYYY оны MMMMын D HH:mm'\n },\n meridiemParse: /ҮӨ|ҮХ/i,\n isPM : function (input) {\n return input === 'ҮХ';\n },\n meridiem : function (hour, minute, isLower) {\n if (hour < 12) {\n return 'ҮӨ';\n } else {\n return 'ҮХ';\n }\n },\n calendar : {\n sameDay : '[Өнөөдөр] LT',\n nextDay : '[Маргааш] LT',\n nextWeek : '[Ирэх] dddd LT',\n lastDay : '[Өчигдөр] LT',\n lastWeek : '[Өнгөрсөн] dddd LT',\n sameElse : 'L'\n },\n relativeTime : {\n future : '%s дараа',\n past : '%s өмнө',\n s : translate,\n ss : translate,\n m : translate,\n mm : translate,\n h : translate,\n hh : translate,\n d : translate,\n dd : translate,\n M : translate,\n MM : translate,\n y : translate,\n yy : translate\n },\n dayOfMonthOrdinalParse: /\\d{1,2} өдөр/,\n ordinal : function (number, period) {\n switch (period) {\n case 'd':\n case 'D':\n case 'DDD':\n return number + ' өдөр';\n default:\n return number;\n }\n }\n });\n\n return mn;\n\n})));\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n var symbolMap = {\n '1': '१',\n '2': '२',\n '3': '३',\n '4': '४',\n '5': '५',\n '6': '६',\n '7': '७',\n '8': '८',\n '9': '९',\n '0': '०'\n },\n numberMap = {\n '१': '1',\n '२': '2',\n '३': '3',\n '४': '4',\n '५': '5',\n '६': '6',\n '७': '7',\n '८': '8',\n '९': '9',\n '०': '0'\n };\n\n function relativeTimeMr(number, withoutSuffix, string, isFuture)\n {\n var output = '';\n if (withoutSuffix) {\n switch (string) {\n case 's': output = 'काही सेकंद'; break;\n case 'ss': output = '%d सेकंद'; break;\n case 'm': output = 'एक मिनिट'; break;\n case 'mm': output = '%d मिनिटे'; break;\n case 'h': output = 'एक तास'; break;\n case 'hh': output = '%d तास'; break;\n case 'd': output = 'एक दिवस'; break;\n case 'dd': output = '%d दिवस'; break;\n case 'M': output = 'एक महिना'; break;\n case 'MM': output = '%d महिने'; break;\n case 'y': output = 'एक वर्ष'; break;\n case 'yy': output = '%d वर्षे'; break;\n }\n }\n else {\n switch (string) {\n case 's': output = 'काही सेकंदां'; break;\n case 'ss': output = '%d सेकंदां'; break;\n case 'm': output = 'एका मिनिटा'; break;\n case 'mm': output = '%d मिनिटां'; break;\n case 'h': output = 'एका तासा'; break;\n case 'hh': output = '%d तासां'; break;\n case 'd': output = 'एका दिवसा'; break;\n case 'dd': output = '%d दिवसां'; break;\n case 'M': output = 'एका महिन्या'; break;\n case 'MM': output = '%d महिन्यां'; break;\n case 'y': output = 'एका वर्षा'; break;\n case 'yy': output = '%d वर्षां'; break;\n }\n }\n return output.replace(/%d/i, number);\n }\n\n var mr = moment.defineLocale('mr', {\n months : 'जानेवारी_फेब्रुवारी_मार्च_एप्रिल_मे_जून_जुलै_ऑगस्ट_सप्टेंबर_ऑक्टोबर_नोव्हेंबर_डिसेंबर'.split('_'),\n monthsShort: 'जाने._फेब्रु._मार्च._एप्रि._मे._जून._जुलै._ऑग._सप्टें._ऑक्टो._नोव्हें._डिसें.'.split('_'),\n monthsParseExact : true,\n weekdays : 'रविवार_सोमवार_मंगळवार_बुधवार_गुरूवार_शुक्रवार_शनिवार'.split('_'),\n weekdaysShort : 'रवि_सोम_मंगळ_बुध_गुरू_शुक्र_शनि'.split('_'),\n weekdaysMin : 'र_सो_मं_बु_गु_शु_श'.split('_'),\n longDateFormat : {\n LT : 'A h:mm वाजता',\n LTS : 'A h:mm:ss वाजता',\n L : 'DD/MM/YYYY',\n LL : 'D MMMM YYYY',\n LLL : 'D MMMM YYYY, A h:mm वाजता',\n LLLL : 'dddd, D MMMM YYYY, A h:mm वाजता'\n },\n calendar : {\n sameDay : '[आज] LT',\n nextDay : '[उद्या] LT',\n nextWeek : 'dddd, LT',\n lastDay : '[काल] LT',\n lastWeek: '[मागील] dddd, LT',\n sameElse : 'L'\n },\n relativeTime : {\n future: '%sमध्ये',\n past: '%sपूर्वी',\n s: relativeTimeMr,\n ss: relativeTimeMr,\n m: relativeTimeMr,\n mm: relativeTimeMr,\n h: relativeTimeMr,\n hh: relativeTimeMr,\n d: relativeTimeMr,\n dd: relativeTimeMr,\n M: relativeTimeMr,\n MM: relativeTimeMr,\n y: relativeTimeMr,\n yy: relativeTimeMr\n },\n preparse: function (string) {\n return string.replace(/[१२३४५६७८९०]/g, function (match) {\n return numberMap[match];\n });\n },\n postformat: function (string) {\n return string.replace(/\\d/g, function (match) {\n return symbolMap[match];\n });\n },\n meridiemParse: /रात्री|सकाळी|दुपारी|सायंकाळी/,\n meridiemHour : function (hour, meridiem) {\n if (hour === 12) {\n hour = 0;\n }\n if (meridiem === 'रात्री') {\n return hour < 4 ? hour : hour + 12;\n } else if (meridiem === 'सकाळी') {\n return hour;\n } else if (meridiem === 'दुपारी') {\n return hour >= 10 ? hour : hour + 12;\n } else if (meridiem === 'सायंकाळी') {\n return hour + 12;\n }\n },\n meridiem: function (hour, minute, isLower) {\n if (hour < 4) {\n return 'रात्री';\n } else if (hour < 10) {\n return 'सकाळी';\n } else if (hour < 17) {\n return 'दुपारी';\n } else if (hour < 20) {\n return 'सायंकाळी';\n } else {\n return 'रात्री';\n }\n },\n week : {\n dow : 0, // Sunday is the first day of the week.\n doy : 6 // The week that contains Jan 6th is the first week of the year.\n }\n });\n\n return mr;\n\n})));\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n var ms = moment.defineLocale('ms', {\n months : 'Januari_Februari_Mac_April_Mei_Jun_Julai_Ogos_September_Oktober_November_Disember'.split('_'),\n monthsShort : 'Jan_Feb_Mac_Apr_Mei_Jun_Jul_Ogs_Sep_Okt_Nov_Dis'.split('_'),\n weekdays : 'Ahad_Isnin_Selasa_Rabu_Khamis_Jumaat_Sabtu'.split('_'),\n weekdaysShort : 'Ahd_Isn_Sel_Rab_Kha_Jum_Sab'.split('_'),\n weekdaysMin : 'Ah_Is_Sl_Rb_Km_Jm_Sb'.split('_'),\n longDateFormat : {\n LT : 'HH.mm',\n LTS : 'HH.mm.ss',\n L : 'DD/MM/YYYY',\n LL : 'D MMMM YYYY',\n LLL : 'D MMMM YYYY [pukul] HH.mm',\n LLLL : 'dddd, D MMMM YYYY [pukul] HH.mm'\n },\n meridiemParse: /pagi|tengahari|petang|malam/,\n meridiemHour: function (hour, meridiem) {\n if (hour === 12) {\n hour = 0;\n }\n if (meridiem === 'pagi') {\n return hour;\n } else if (meridiem === 'tengahari') {\n return hour >= 11 ? hour : hour + 12;\n } else if (meridiem === 'petang' || meridiem === 'malam') {\n return hour + 12;\n }\n },\n meridiem : function (hours, minutes, isLower) {\n if (hours < 11) {\n return 'pagi';\n } else if (hours < 15) {\n return 'tengahari';\n } else if (hours < 19) {\n return 'petang';\n } else {\n return 'malam';\n }\n },\n calendar : {\n sameDay : '[Hari ini pukul] LT',\n nextDay : '[Esok pukul] LT',\n nextWeek : 'dddd [pukul] LT',\n lastDay : '[Kelmarin pukul] LT',\n lastWeek : 'dddd [lepas pukul] LT',\n sameElse : 'L'\n },\n relativeTime : {\n future : 'dalam %s',\n past : '%s yang lepas',\n s : 'beberapa saat',\n ss : '%d saat',\n m : 'seminit',\n mm : '%d minit',\n h : 'sejam',\n hh : '%d jam',\n d : 'sehari',\n dd : '%d hari',\n M : 'sebulan',\n MM : '%d bulan',\n y : 'setahun',\n yy : '%d tahun'\n },\n week : {\n dow : 1, // Monday is the first day of the week.\n doy : 7 // The week that contains Jan 7th is the first week of the year.\n }\n });\n\n return ms;\n\n})));\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n var msMy = moment.defineLocale('ms-my', {\n months : 'Januari_Februari_Mac_April_Mei_Jun_Julai_Ogos_September_Oktober_November_Disember'.split('_'),\n monthsShort : 'Jan_Feb_Mac_Apr_Mei_Jun_Jul_Ogs_Sep_Okt_Nov_Dis'.split('_'),\n weekdays : 'Ahad_Isnin_Selasa_Rabu_Khamis_Jumaat_Sabtu'.split('_'),\n weekdaysShort : 'Ahd_Isn_Sel_Rab_Kha_Jum_Sab'.split('_'),\n weekdaysMin : 'Ah_Is_Sl_Rb_Km_Jm_Sb'.split('_'),\n longDateFormat : {\n LT : 'HH.mm',\n LTS : 'HH.mm.ss',\n L : 'DD/MM/YYYY',\n LL : 'D MMMM YYYY',\n LLL : 'D MMMM YYYY [pukul] HH.mm',\n LLLL : 'dddd, D MMMM YYYY [pukul] HH.mm'\n },\n meridiemParse: /pagi|tengahari|petang|malam/,\n meridiemHour: function (hour, meridiem) {\n if (hour === 12) {\n hour = 0;\n }\n if (meridiem === 'pagi') {\n return hour;\n } else if (meridiem === 'tengahari') {\n return hour >= 11 ? hour : hour + 12;\n } else if (meridiem === 'petang' || meridiem === 'malam') {\n return hour + 12;\n }\n },\n meridiem : function (hours, minutes, isLower) {\n if (hours < 11) {\n return 'pagi';\n } else if (hours < 15) {\n return 'tengahari';\n } else if (hours < 19) {\n return 'petang';\n } else {\n return 'malam';\n }\n },\n calendar : {\n sameDay : '[Hari ini pukul] LT',\n nextDay : '[Esok pukul] LT',\n nextWeek : 'dddd [pukul] LT',\n lastDay : '[Kelmarin pukul] LT',\n lastWeek : 'dddd [lepas pukul] LT',\n sameElse : 'L'\n },\n relativeTime : {\n future : 'dalam %s',\n past : '%s yang lepas',\n s : 'beberapa saat',\n ss : '%d saat',\n m : 'seminit',\n mm : '%d minit',\n h : 'sejam',\n hh : '%d jam',\n d : 'sehari',\n dd : '%d hari',\n M : 'sebulan',\n MM : '%d bulan',\n y : 'setahun',\n yy : '%d tahun'\n },\n week : {\n dow : 1, // Monday is the first day of the week.\n doy : 7 // The week that contains Jan 7th is the first week of the year.\n }\n });\n\n return msMy;\n\n})));\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n var mt = moment.defineLocale('mt', {\n months : 'Jannar_Frar_Marzu_April_Mejju_Ġunju_Lulju_Awwissu_Settembru_Ottubru_Novembru_Diċembru'.split('_'),\n monthsShort : 'Jan_Fra_Mar_Apr_Mej_Ġun_Lul_Aww_Set_Ott_Nov_Diċ'.split('_'),\n weekdays : 'Il-Ħadd_It-Tnejn_It-Tlieta_L-Erbgħa_Il-Ħamis_Il-Ġimgħa_Is-Sibt'.split('_'),\n weekdaysShort : 'Ħad_Tne_Tli_Erb_Ħam_Ġim_Sib'.split('_'),\n weekdaysMin : 'Ħa_Tn_Tl_Er_Ħa_Ġi_Si'.split('_'),\n longDateFormat : {\n LT : 'HH:mm',\n LTS : 'HH:mm:ss',\n L : 'DD/MM/YYYY',\n LL : 'D MMMM YYYY',\n LLL : 'D MMMM YYYY HH:mm',\n LLLL : 'dddd, D MMMM YYYY HH:mm'\n },\n calendar : {\n sameDay : '[Illum fil-]LT',\n nextDay : '[Għada fil-]LT',\n nextWeek : 'dddd [fil-]LT',\n lastDay : '[Il-bieraħ fil-]LT',\n lastWeek : 'dddd [li għadda] [fil-]LT',\n sameElse : 'L'\n },\n relativeTime : {\n future : 'f’ %s',\n past : '%s ilu',\n s : 'ftit sekondi',\n ss : '%d sekondi',\n m : 'minuta',\n mm : '%d minuti',\n h : 'siegħa',\n hh : '%d siegħat',\n d : 'ġurnata',\n dd : '%d ġranet',\n M : 'xahar',\n MM : '%d xhur',\n y : 'sena',\n yy : '%d sni'\n },\n dayOfMonthOrdinalParse : /\\d{1,2}º/,\n ordinal: '%dº',\n week : {\n dow : 1, // Monday is the first day of the week.\n doy : 4 // The week that contains Jan 4th is the first week of the year.\n }\n });\n\n return mt;\n\n})));\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n var symbolMap = {\n '1': '၁',\n '2': '၂',\n '3': '၃',\n '4': '၄',\n '5': '၅',\n '6': '၆',\n '7': '၇',\n '8': '၈',\n '9': '၉',\n '0': '၀'\n }, numberMap = {\n '၁': '1',\n '၂': '2',\n '၃': '3',\n '၄': '4',\n '၅': '5',\n '၆': '6',\n '၇': '7',\n '၈': '8',\n '၉': '9',\n '၀': '0'\n };\n\n var my = moment.defineLocale('my', {\n months: 'ဇန်နဝါရီ_ဖေဖော်ဝါရီ_မတ်_ဧပြီ_မေ_ဇွန်_ဇူလိုင်_သြဂုတ်_စက်တင်ဘာ_အောက်တိုဘာ_နိုဝင်ဘာ_ဒီဇင်ဘာ'.split('_'),\n monthsShort: 'ဇန်_ဖေ_မတ်_ပြီ_မေ_ဇွန်_လိုင်_သြ_စက်_အောက်_နို_ဒီ'.split('_'),\n weekdays: 'တနင်္ဂနွေ_တနင်္လာ_အင်္ဂါ_ဗုဒ္ဓဟူး_ကြာသပတေး_သောကြာ_စနေ'.split('_'),\n weekdaysShort: 'နွေ_လာ_ဂါ_ဟူး_ကြာ_သော_နေ'.split('_'),\n weekdaysMin: 'နွေ_လာ_ဂါ_ဟူး_ကြာ_သော_နေ'.split('_'),\n\n longDateFormat: {\n LT: 'HH:mm',\n LTS: 'HH:mm:ss',\n L: 'DD/MM/YYYY',\n LL: 'D MMMM YYYY',\n LLL: 'D MMMM YYYY HH:mm',\n LLLL: 'dddd D MMMM YYYY HH:mm'\n },\n calendar: {\n sameDay: '[ယနေ.] LT [မှာ]',\n nextDay: '[မနက်ဖြန်] LT [မှာ]',\n nextWeek: 'dddd LT [မှာ]',\n lastDay: '[မနေ.က] LT [မှာ]',\n lastWeek: '[ပြီးခဲ့သော] dddd LT [မှာ]',\n sameElse: 'L'\n },\n relativeTime: {\n future: 'လာမည့် %s မှာ',\n past: 'လွန်ခဲ့သော %s က',\n s: 'စက္ကန်.အနည်းငယ်',\n ss : '%d စက္ကန့်',\n m: 'တစ်မိနစ်',\n mm: '%d မိနစ်',\n h: 'တစ်နာရီ',\n hh: '%d နာရီ',\n d: 'တစ်ရက်',\n dd: '%d ရက်',\n M: 'တစ်လ',\n MM: '%d လ',\n y: 'တစ်နှစ်',\n yy: '%d နှစ်'\n },\n preparse: function (string) {\n return string.replace(/[၁၂၃၄၅၆၇၈၉၀]/g, function (match) {\n return numberMap[match];\n });\n },\n postformat: function (string) {\n return string.replace(/\\d/g, function (match) {\n return symbolMap[match];\n });\n },\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 4 // The week that contains Jan 4th is the first week of the year.\n }\n });\n\n return my;\n\n})));\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n var nb = moment.defineLocale('nb', {\n months : 'januar_februar_mars_april_mai_juni_juli_august_september_oktober_november_desember'.split('_'),\n monthsShort : 'jan._feb._mars_april_mai_juni_juli_aug._sep._okt._nov._des.'.split('_'),\n monthsParseExact : true,\n weekdays : 'søndag_mandag_tirsdag_onsdag_torsdag_fredag_lørdag'.split('_'),\n weekdaysShort : 'sø._ma._ti._on._to._fr._lø.'.split('_'),\n weekdaysMin : 'sø_ma_ti_on_to_fr_lø'.split('_'),\n weekdaysParseExact : true,\n longDateFormat : {\n LT : 'HH:mm',\n LTS : 'HH:mm:ss',\n L : 'DD.MM.YYYY',\n LL : 'D. MMMM YYYY',\n LLL : 'D. MMMM YYYY [kl.] HH:mm',\n LLLL : 'dddd D. MMMM YYYY [kl.] HH:mm'\n },\n calendar : {\n sameDay: '[i dag kl.] LT',\n nextDay: '[i morgen kl.] LT',\n nextWeek: 'dddd [kl.] LT',\n lastDay: '[i går kl.] LT',\n lastWeek: '[forrige] dddd [kl.] LT',\n sameElse: 'L'\n },\n relativeTime : {\n future : 'om %s',\n past : '%s siden',\n s : 'noen sekunder',\n ss : '%d sekunder',\n m : 'ett minutt',\n mm : '%d minutter',\n h : 'en time',\n hh : '%d timer',\n d : 'en dag',\n dd : '%d dager',\n M : 'en måned',\n MM : '%d måneder',\n y : 'ett år',\n yy : '%d år'\n },\n dayOfMonthOrdinalParse: /\\d{1,2}\\./,\n ordinal : '%d.',\n week : {\n dow : 1, // Monday is the first day of the week.\n doy : 4 // The week that contains Jan 4th is the first week of the year.\n }\n });\n\n return nb;\n\n})));\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n var symbolMap = {\n '1': '१',\n '2': '२',\n '3': '३',\n '4': '४',\n '5': '५',\n '6': '६',\n '7': '७',\n '8': '८',\n '9': '९',\n '0': '०'\n },\n numberMap = {\n '१': '1',\n '२': '2',\n '३': '3',\n '४': '4',\n '५': '5',\n '६': '6',\n '७': '7',\n '८': '8',\n '९': '9',\n '०': '0'\n };\n\n var ne = moment.defineLocale('ne', {\n months : 'जनवरी_फेब्रुवरी_मार्च_अप्रिल_मई_जुन_जुलाई_अगष्ट_सेप्टेम्बर_अक्टोबर_नोभेम्बर_डिसेम्बर'.split('_'),\n monthsShort : 'जन._फेब्रु._मार्च_अप्रि._मई_जुन_जुलाई._अग._सेप्ट._अक्टो._नोभे._डिसे.'.split('_'),\n monthsParseExact : true,\n weekdays : 'आइतबार_सोमबार_मङ्गलबार_बुधबार_बिहिबार_शुक्रबार_शनिबार'.split('_'),\n weekdaysShort : 'आइत._सोम._मङ्गल._बुध._बिहि._शुक्र._शनि.'.split('_'),\n weekdaysMin : 'आ._सो._मं._बु._बि._शु._श.'.split('_'),\n weekdaysParseExact : true,\n longDateFormat : {\n LT : 'Aको h:mm बजे',\n LTS : 'Aको h:mm:ss बजे',\n L : 'DD/MM/YYYY',\n LL : 'D MMMM YYYY',\n LLL : 'D MMMM YYYY, Aको h:mm बजे',\n LLLL : 'dddd, D MMMM YYYY, Aको h:mm बजे'\n },\n preparse: function (string) {\n return string.replace(/[१२३४५६७८९०]/g, function (match) {\n return numberMap[match];\n });\n },\n postformat: function (string) {\n return string.replace(/\\d/g, function (match) {\n return symbolMap[match];\n });\n },\n meridiemParse: /राति|बिहान|दिउँसो|साँझ/,\n meridiemHour : function (hour, meridiem) {\n if (hour === 12) {\n hour = 0;\n }\n if (meridiem === 'राति') {\n return hour < 4 ? hour : hour + 12;\n } else if (meridiem === 'बिहान') {\n return hour;\n } else if (meridiem === 'दिउँसो') {\n return hour >= 10 ? hour : hour + 12;\n } else if (meridiem === 'साँझ') {\n return hour + 12;\n }\n },\n meridiem : function (hour, minute, isLower) {\n if (hour < 3) {\n return 'राति';\n } else if (hour < 12) {\n return 'बिहान';\n } else if (hour < 16) {\n return 'दिउँसो';\n } else if (hour < 20) {\n return 'साँझ';\n } else {\n return 'राति';\n }\n },\n calendar : {\n sameDay : '[आज] LT',\n nextDay : '[भोलि] LT',\n nextWeek : '[आउँदो] dddd[,] LT',\n lastDay : '[हिजो] LT',\n lastWeek : '[गएको] dddd[,] LT',\n sameElse : 'L'\n },\n relativeTime : {\n future : '%sमा',\n past : '%s अगाडि',\n s : 'केही क्षण',\n ss : '%d सेकेण्ड',\n m : 'एक मिनेट',\n mm : '%d मिनेट',\n h : 'एक घण्टा',\n hh : '%d घण्टा',\n d : 'एक दिन',\n dd : '%d दिन',\n M : 'एक महिना',\n MM : '%d महिना',\n y : 'एक बर्ष',\n yy : '%d बर्ष'\n },\n week : {\n dow : 0, // Sunday is the first day of the week.\n doy : 6 // The week that contains Jan 6th is the first week of the year.\n }\n });\n\n return ne;\n\n})));\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n var monthsShortWithDots = 'jan._feb._mrt._apr._mei_jun._jul._aug._sep._okt._nov._dec.'.split('_'),\n monthsShortWithoutDots = 'jan_feb_mrt_apr_mei_jun_jul_aug_sep_okt_nov_dec'.split('_');\n\n var monthsParse = [/^jan/i, /^feb/i, /^maart|mrt.?$/i, /^apr/i, /^mei$/i, /^jun[i.]?$/i, /^jul[i.]?$/i, /^aug/i, /^sep/i, /^okt/i, /^nov/i, /^dec/i];\n var monthsRegex = /^(januari|februari|maart|april|mei|ju[nl]i|augustus|september|oktober|november|december|jan\\.?|feb\\.?|mrt\\.?|apr\\.?|ju[nl]\\.?|aug\\.?|sep\\.?|okt\\.?|nov\\.?|dec\\.?)/i;\n\n var nl = moment.defineLocale('nl', {\n months : 'januari_februari_maart_april_mei_juni_juli_augustus_september_oktober_november_december'.split('_'),\n monthsShort : function (m, format) {\n if (!m) {\n return monthsShortWithDots;\n } else if (/-MMM-/.test(format)) {\n return monthsShortWithoutDots[m.month()];\n } else {\n return monthsShortWithDots[m.month()];\n }\n },\n\n monthsRegex: monthsRegex,\n monthsShortRegex: monthsRegex,\n monthsStrictRegex: /^(januari|februari|maart|april|mei|ju[nl]i|augustus|september|oktober|november|december)/i,\n monthsShortStrictRegex: /^(jan\\.?|feb\\.?|mrt\\.?|apr\\.?|mei|ju[nl]\\.?|aug\\.?|sep\\.?|okt\\.?|nov\\.?|dec\\.?)/i,\n\n monthsParse : monthsParse,\n longMonthsParse : monthsParse,\n shortMonthsParse : monthsParse,\n\n weekdays : 'zondag_maandag_dinsdag_woensdag_donderdag_vrijdag_zaterdag'.split('_'),\n weekdaysShort : 'zo._ma._di._wo._do._vr._za.'.split('_'),\n weekdaysMin : 'zo_ma_di_wo_do_vr_za'.split('_'),\n weekdaysParseExact : true,\n longDateFormat : {\n LT : 'HH:mm',\n LTS : 'HH:mm:ss',\n L : 'DD-MM-YYYY',\n LL : 'D MMMM YYYY',\n LLL : 'D MMMM YYYY HH:mm',\n LLLL : 'dddd D MMMM YYYY HH:mm'\n },\n calendar : {\n sameDay: '[vandaag om] LT',\n nextDay: '[morgen om] LT',\n nextWeek: 'dddd [om] LT',\n lastDay: '[gisteren om] LT',\n lastWeek: '[afgelopen] dddd [om] LT',\n sameElse: 'L'\n },\n relativeTime : {\n future : 'over %s',\n past : '%s geleden',\n s : 'een paar seconden',\n ss : '%d seconden',\n m : 'één minuut',\n mm : '%d minuten',\n h : 'één uur',\n hh : '%d uur',\n d : 'één dag',\n dd : '%d dagen',\n M : 'één maand',\n MM : '%d maanden',\n y : 'één jaar',\n yy : '%d jaar'\n },\n dayOfMonthOrdinalParse: /\\d{1,2}(ste|de)/,\n ordinal : function (number) {\n return number + ((number === 1 || number === 8 || number >= 20) ? 'ste' : 'de');\n },\n week : {\n dow : 1, // Monday is the first day of the week.\n doy : 4 // The week that contains Jan 4th is the first week of the year.\n }\n });\n\n return nl;\n\n})));\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n var monthsShortWithDots = 'jan._feb._mrt._apr._mei_jun._jul._aug._sep._okt._nov._dec.'.split('_'),\n monthsShortWithoutDots = 'jan_feb_mrt_apr_mei_jun_jul_aug_sep_okt_nov_dec'.split('_');\n\n var monthsParse = [/^jan/i, /^feb/i, /^maart|mrt.?$/i, /^apr/i, /^mei$/i, /^jun[i.]?$/i, /^jul[i.]?$/i, /^aug/i, /^sep/i, /^okt/i, /^nov/i, /^dec/i];\n var monthsRegex = /^(januari|februari|maart|april|mei|ju[nl]i|augustus|september|oktober|november|december|jan\\.?|feb\\.?|mrt\\.?|apr\\.?|ju[nl]\\.?|aug\\.?|sep\\.?|okt\\.?|nov\\.?|dec\\.?)/i;\n\n var nlBe = moment.defineLocale('nl-be', {\n months : 'januari_februari_maart_april_mei_juni_juli_augustus_september_oktober_november_december'.split('_'),\n monthsShort : function (m, format) {\n if (!m) {\n return monthsShortWithDots;\n } else if (/-MMM-/.test(format)) {\n return monthsShortWithoutDots[m.month()];\n } else {\n return monthsShortWithDots[m.month()];\n }\n },\n\n monthsRegex: monthsRegex,\n monthsShortRegex: monthsRegex,\n monthsStrictRegex: /^(januari|februari|maart|april|mei|ju[nl]i|augustus|september|oktober|november|december)/i,\n monthsShortStrictRegex: /^(jan\\.?|feb\\.?|mrt\\.?|apr\\.?|mei|ju[nl]\\.?|aug\\.?|sep\\.?|okt\\.?|nov\\.?|dec\\.?)/i,\n\n monthsParse : monthsParse,\n longMonthsParse : monthsParse,\n shortMonthsParse : monthsParse,\n\n weekdays : 'zondag_maandag_dinsdag_woensdag_donderdag_vrijdag_zaterdag'.split('_'),\n weekdaysShort : 'zo._ma._di._wo._do._vr._za.'.split('_'),\n weekdaysMin : 'zo_ma_di_wo_do_vr_za'.split('_'),\n weekdaysParseExact : true,\n longDateFormat : {\n LT : 'HH:mm',\n LTS : 'HH:mm:ss',\n L : 'DD/MM/YYYY',\n LL : 'D MMMM YYYY',\n LLL : 'D MMMM YYYY HH:mm',\n LLLL : 'dddd D MMMM YYYY HH:mm'\n },\n calendar : {\n sameDay: '[vandaag om] LT',\n nextDay: '[morgen om] LT',\n nextWeek: 'dddd [om] LT',\n lastDay: '[gisteren om] LT',\n lastWeek: '[afgelopen] dddd [om] LT',\n sameElse: 'L'\n },\n relativeTime : {\n future : 'over %s',\n past : '%s geleden',\n s : 'een paar seconden',\n ss : '%d seconden',\n m : 'één minuut',\n mm : '%d minuten',\n h : 'één uur',\n hh : '%d uur',\n d : 'één dag',\n dd : '%d dagen',\n M : 'één maand',\n MM : '%d maanden',\n y : 'één jaar',\n yy : '%d jaar'\n },\n dayOfMonthOrdinalParse: /\\d{1,2}(ste|de)/,\n ordinal : function (number) {\n return number + ((number === 1 || number === 8 || number >= 20) ? 'ste' : 'de');\n },\n week : {\n dow : 1, // Monday is the first day of the week.\n doy : 4 // The week that contains Jan 4th is the first week of the year.\n }\n });\n\n return nlBe;\n\n})));\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n var nn = moment.defineLocale('nn', {\n months : 'januar_februar_mars_april_mai_juni_juli_august_september_oktober_november_desember'.split('_'),\n monthsShort : 'jan_feb_mar_apr_mai_jun_jul_aug_sep_okt_nov_des'.split('_'),\n weekdays : 'sundag_måndag_tysdag_onsdag_torsdag_fredag_laurdag'.split('_'),\n weekdaysShort : 'sun_mån_tys_ons_tor_fre_lau'.split('_'),\n weekdaysMin : 'su_må_ty_on_to_fr_lø'.split('_'),\n longDateFormat : {\n LT : 'HH:mm',\n LTS : 'HH:mm:ss',\n L : 'DD.MM.YYYY',\n LL : 'D. MMMM YYYY',\n LLL : 'D. MMMM YYYY [kl.] H:mm',\n LLLL : 'dddd D. MMMM YYYY [kl.] HH:mm'\n },\n calendar : {\n sameDay: '[I dag klokka] LT',\n nextDay: '[I morgon klokka] LT',\n nextWeek: 'dddd [klokka] LT',\n lastDay: '[I går klokka] LT',\n lastWeek: '[Føregåande] dddd [klokka] LT',\n sameElse: 'L'\n },\n relativeTime : {\n future : 'om %s',\n past : '%s sidan',\n s : 'nokre sekund',\n ss : '%d sekund',\n m : 'eit minutt',\n mm : '%d minutt',\n h : 'ein time',\n hh : '%d timar',\n d : 'ein dag',\n dd : '%d dagar',\n M : 'ein månad',\n MM : '%d månader',\n y : 'eit år',\n yy : '%d år'\n },\n dayOfMonthOrdinalParse: /\\d{1,2}\\./,\n ordinal : '%d.',\n week : {\n dow : 1, // Monday is the first day of the week.\n doy : 4 // The week that contains Jan 4th is the first week of the year.\n }\n });\n\n return nn;\n\n})));\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n var symbolMap = {\n '1': '੧',\n '2': '੨',\n '3': '੩',\n '4': '੪',\n '5': '੫',\n '6': '੬',\n '7': '੭',\n '8': '੮',\n '9': '੯',\n '0': '੦'\n },\n numberMap = {\n '੧': '1',\n '੨': '2',\n '੩': '3',\n '੪': '4',\n '੫': '5',\n '੬': '6',\n '੭': '7',\n '੮': '8',\n '੯': '9',\n '੦': '0'\n };\n\n var paIn = moment.defineLocale('pa-in', {\n // There are months name as per Nanakshahi Calendar but they are not used as rigidly in modern Punjabi.\n months : 'ਜਨਵਰੀ_ਫ਼ਰਵਰੀ_ਮਾਰਚ_ਅਪ੍ਰੈਲ_ਮਈ_ਜੂਨ_ਜੁਲਾਈ_ਅਗਸਤ_ਸਤੰਬਰ_ਅਕਤੂਬਰ_ਨਵੰਬਰ_ਦਸੰਬਰ'.split('_'),\n monthsShort : 'ਜਨਵਰੀ_ਫ਼ਰਵਰੀ_ਮਾਰਚ_ਅਪ੍ਰੈਲ_ਮਈ_ਜੂਨ_ਜੁਲਾਈ_ਅਗਸਤ_ਸਤੰਬਰ_ਅਕਤੂਬਰ_ਨਵੰਬਰ_ਦਸੰਬਰ'.split('_'),\n weekdays : 'ਐਤਵਾਰ_ਸੋਮਵਾਰ_ਮੰਗਲਵਾਰ_ਬੁਧਵਾਰ_ਵੀਰਵਾਰ_ਸ਼ੁੱਕਰਵਾਰ_ਸ਼ਨੀਚਰਵਾਰ'.split('_'),\n weekdaysShort : 'ਐਤ_ਸੋਮ_ਮੰਗਲ_ਬੁਧ_ਵੀਰ_ਸ਼ੁਕਰ_ਸ਼ਨੀ'.split('_'),\n weekdaysMin : 'ਐਤ_ਸੋਮ_ਮੰਗਲ_ਬੁਧ_ਵੀਰ_ਸ਼ੁਕਰ_ਸ਼ਨੀ'.split('_'),\n longDateFormat : {\n LT : 'A h:mm ਵਜੇ',\n LTS : 'A h:mm:ss ਵਜੇ',\n L : 'DD/MM/YYYY',\n LL : 'D MMMM YYYY',\n LLL : 'D MMMM YYYY, A h:mm ਵਜੇ',\n LLLL : 'dddd, D MMMM YYYY, A h:mm ਵਜੇ'\n },\n calendar : {\n sameDay : '[ਅਜ] LT',\n nextDay : '[ਕਲ] LT',\n nextWeek : '[ਅਗਲਾ] dddd, LT',\n lastDay : '[ਕਲ] LT',\n lastWeek : '[ਪਿਛਲੇ] dddd, LT',\n sameElse : 'L'\n },\n relativeTime : {\n future : '%s ਵਿੱਚ',\n past : '%s ਪਿਛਲੇ',\n s : 'ਕੁਝ ਸਕਿੰਟ',\n ss : '%d ਸਕਿੰਟ',\n m : 'ਇਕ ਮਿੰਟ',\n mm : '%d ਮਿੰਟ',\n h : 'ਇੱਕ ਘੰਟਾ',\n hh : '%d ਘੰਟੇ',\n d : 'ਇੱਕ ਦਿਨ',\n dd : '%d ਦਿਨ',\n M : 'ਇੱਕ ਮਹੀਨਾ',\n MM : '%d ਮਹੀਨੇ',\n y : 'ਇੱਕ ਸਾਲ',\n yy : '%d ਸਾਲ'\n },\n preparse: function (string) {\n return string.replace(/[੧੨੩੪੫੬੭੮੯੦]/g, function (match) {\n return numberMap[match];\n });\n },\n postformat: function (string) {\n return string.replace(/\\d/g, function (match) {\n return symbolMap[match];\n });\n },\n // Punjabi notation for meridiems are quite fuzzy in practice. While there exists\n // a rigid notion of a 'Pahar' it is not used as rigidly in modern Punjabi.\n meridiemParse: /ਰਾਤ|ਸਵੇਰ|ਦੁਪਹਿਰ|ਸ਼ਾਮ/,\n meridiemHour : function (hour, meridiem) {\n if (hour === 12) {\n hour = 0;\n }\n if (meridiem === 'ਰਾਤ') {\n return hour < 4 ? hour : hour + 12;\n } else if (meridiem === 'ਸਵੇਰ') {\n return hour;\n } else if (meridiem === 'ਦੁਪਹਿਰ') {\n return hour >= 10 ? hour : hour + 12;\n } else if (meridiem === 'ਸ਼ਾਮ') {\n return hour + 12;\n }\n },\n meridiem : function (hour, minute, isLower) {\n if (hour < 4) {\n return 'ਰਾਤ';\n } else if (hour < 10) {\n return 'ਸਵੇਰ';\n } else if (hour < 17) {\n return 'ਦੁਪਹਿਰ';\n } else if (hour < 20) {\n return 'ਸ਼ਾਮ';\n } else {\n return 'ਰਾਤ';\n }\n },\n week : {\n dow : 0, // Sunday is the first day of the week.\n doy : 6 // The week that contains Jan 6th is the first week of the year.\n }\n });\n\n return paIn;\n\n})));\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n var monthsNominative = 'styczeń_luty_marzec_kwiecień_maj_czerwiec_lipiec_sierpień_wrzesień_październik_listopad_grudzień'.split('_'),\n monthsSubjective = 'stycznia_lutego_marca_kwietnia_maja_czerwca_lipca_sierpnia_września_października_listopada_grudnia'.split('_');\n function plural(n) {\n return (n % 10 < 5) && (n % 10 > 1) && ((~~(n / 10) % 10) !== 1);\n }\n function translate(number, withoutSuffix, key) {\n var result = number + ' ';\n switch (key) {\n case 'ss':\n return result + (plural(number) ? 'sekundy' : 'sekund');\n case 'm':\n return withoutSuffix ? 'minuta' : 'minutę';\n case 'mm':\n return result + (plural(number) ? 'minuty' : 'minut');\n case 'h':\n return withoutSuffix ? 'godzina' : 'godzinę';\n case 'hh':\n return result + (plural(number) ? 'godziny' : 'godzin');\n case 'MM':\n return result + (plural(number) ? 'miesiące' : 'miesięcy');\n case 'yy':\n return result + (plural(number) ? 'lata' : 'lat');\n }\n }\n\n var pl = moment.defineLocale('pl', {\n months : function (momentToFormat, format) {\n if (!momentToFormat) {\n return monthsNominative;\n } else if (format === '') {\n // Hack: if format empty we know this is used to generate\n // RegExp by moment. Give then back both valid forms of months\n // in RegExp ready format.\n return '(' + monthsSubjective[momentToFormat.month()] + '|' + monthsNominative[momentToFormat.month()] + ')';\n } else if (/D MMMM/.test(format)) {\n return monthsSubjective[momentToFormat.month()];\n } else {\n return monthsNominative[momentToFormat.month()];\n }\n },\n monthsShort : 'sty_lut_mar_kwi_maj_cze_lip_sie_wrz_paź_lis_gru'.split('_'),\n weekdays : 'niedziela_poniedziałek_wtorek_środa_czwartek_piątek_sobota'.split('_'),\n weekdaysShort : 'ndz_pon_wt_śr_czw_pt_sob'.split('_'),\n weekdaysMin : 'Nd_Pn_Wt_Śr_Cz_Pt_So'.split('_'),\n longDateFormat : {\n LT : 'HH:mm',\n LTS : 'HH:mm:ss',\n L : 'DD.MM.YYYY',\n LL : 'D MMMM YYYY',\n LLL : 'D MMMM YYYY HH:mm',\n LLLL : 'dddd, D MMMM YYYY HH:mm'\n },\n calendar : {\n sameDay: '[Dziś o] LT',\n nextDay: '[Jutro o] LT',\n nextWeek: function () {\n switch (this.day()) {\n case 0:\n return '[W niedzielę o] LT';\n\n case 2:\n return '[We wtorek o] LT';\n\n case 3:\n return '[W środę o] LT';\n\n case 6:\n return '[W sobotę o] LT';\n\n default:\n return '[W] dddd [o] LT';\n }\n },\n lastDay: '[Wczoraj o] LT',\n lastWeek: function () {\n switch (this.day()) {\n case 0:\n return '[W zeszłą niedzielę o] LT';\n case 3:\n return '[W zeszłą środę o] LT';\n case 6:\n return '[W zeszłą sobotę o] LT';\n default:\n return '[W zeszły] dddd [o] LT';\n }\n },\n sameElse: 'L'\n },\n relativeTime : {\n future : 'za %s',\n past : '%s temu',\n s : 'kilka sekund',\n ss : translate,\n m : translate,\n mm : translate,\n h : translate,\n hh : translate,\n d : '1 dzień',\n dd : '%d dni',\n M : 'miesiąc',\n MM : translate,\n y : 'rok',\n yy : translate\n },\n dayOfMonthOrdinalParse: /\\d{1,2}\\./,\n ordinal : '%d.',\n week : {\n dow : 1, // Monday is the first day of the week.\n doy : 4 // The week that contains Jan 4th is the first week of the year.\n }\n });\n\n return pl;\n\n})));\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n var pt = moment.defineLocale('pt', {\n months : 'Janeiro_Fevereiro_Março_Abril_Maio_Junho_Julho_Agosto_Setembro_Outubro_Novembro_Dezembro'.split('_'),\n monthsShort : 'Jan_Fev_Mar_Abr_Mai_Jun_Jul_Ago_Set_Out_Nov_Dez'.split('_'),\n weekdays : 'Domingo_Segunda-feira_Terça-feira_Quarta-feira_Quinta-feira_Sexta-feira_Sábado'.split('_'),\n weekdaysShort : 'Dom_Seg_Ter_Qua_Qui_Sex_Sáb'.split('_'),\n weekdaysMin : 'Do_2ª_3ª_4ª_5ª_6ª_Sá'.split('_'),\n weekdaysParseExact : true,\n longDateFormat : {\n LT : 'HH:mm',\n LTS : 'HH:mm:ss',\n L : 'DD/MM/YYYY',\n LL : 'D [de] MMMM [de] YYYY',\n LLL : 'D [de] MMMM [de] YYYY HH:mm',\n LLLL : 'dddd, D [de] MMMM [de] YYYY HH:mm'\n },\n calendar : {\n sameDay: '[Hoje às] LT',\n nextDay: '[Amanhã às] LT',\n nextWeek: 'dddd [às] LT',\n lastDay: '[Ontem às] LT',\n lastWeek: function () {\n return (this.day() === 0 || this.day() === 6) ?\n '[Último] dddd [às] LT' : // Saturday + Sunday\n '[Última] dddd [às] LT'; // Monday - Friday\n },\n sameElse: 'L'\n },\n relativeTime : {\n future : 'em %s',\n past : 'há %s',\n s : 'segundos',\n ss : '%d segundos',\n m : 'um minuto',\n mm : '%d minutos',\n h : 'uma hora',\n hh : '%d horas',\n d : 'um dia',\n dd : '%d dias',\n M : 'um mês',\n MM : '%d meses',\n y : 'um ano',\n yy : '%d anos'\n },\n dayOfMonthOrdinalParse: /\\d{1,2}º/,\n ordinal : '%dº',\n week : {\n dow : 1, // Monday is the first day of the week.\n doy : 4 // The week that contains Jan 4th is the first week of the year.\n }\n });\n\n return pt;\n\n})));\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n var ptBr = moment.defineLocale('pt-br', {\n months : 'Janeiro_Fevereiro_Março_Abril_Maio_Junho_Julho_Agosto_Setembro_Outubro_Novembro_Dezembro'.split('_'),\n monthsShort : 'Jan_Fev_Mar_Abr_Mai_Jun_Jul_Ago_Set_Out_Nov_Dez'.split('_'),\n weekdays : 'Domingo_Segunda-feira_Terça-feira_Quarta-feira_Quinta-feira_Sexta-feira_Sábado'.split('_'),\n weekdaysShort : 'Dom_Seg_Ter_Qua_Qui_Sex_Sáb'.split('_'),\n weekdaysMin : 'Do_2ª_3ª_4ª_5ª_6ª_Sá'.split('_'),\n weekdaysParseExact : true,\n longDateFormat : {\n LT : 'HH:mm',\n LTS : 'HH:mm:ss',\n L : 'DD/MM/YYYY',\n LL : 'D [de] MMMM [de] YYYY',\n LLL : 'D [de] MMMM [de] YYYY [às] HH:mm',\n LLLL : 'dddd, D [de] MMMM [de] YYYY [às] HH:mm'\n },\n calendar : {\n sameDay: '[Hoje às] LT',\n nextDay: '[Amanhã às] LT',\n nextWeek: 'dddd [às] LT',\n lastDay: '[Ontem às] LT',\n lastWeek: function () {\n return (this.day() === 0 || this.day() === 6) ?\n '[Último] dddd [às] LT' : // Saturday + Sunday\n '[Última] dddd [às] LT'; // Monday - Friday\n },\n sameElse: 'L'\n },\n relativeTime : {\n future : 'em %s',\n past : 'há %s',\n s : 'poucos segundos',\n ss : '%d segundos',\n m : 'um minuto',\n mm : '%d minutos',\n h : 'uma hora',\n hh : '%d horas',\n d : 'um dia',\n dd : '%d dias',\n M : 'um mês',\n MM : '%d meses',\n y : 'um ano',\n yy : '%d anos'\n },\n dayOfMonthOrdinalParse: /\\d{1,2}º/,\n ordinal : '%dº'\n });\n\n return ptBr;\n\n})));\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n function relativeTimeWithPlural(number, withoutSuffix, key) {\n var format = {\n 'ss': 'secunde',\n 'mm': 'minute',\n 'hh': 'ore',\n 'dd': 'zile',\n 'MM': 'luni',\n 'yy': 'ani'\n },\n separator = ' ';\n if (number % 100 >= 20 || (number >= 100 && number % 100 === 0)) {\n separator = ' de ';\n }\n return number + separator + format[key];\n }\n\n var ro = moment.defineLocale('ro', {\n months : 'ianuarie_februarie_martie_aprilie_mai_iunie_iulie_august_septembrie_octombrie_noiembrie_decembrie'.split('_'),\n monthsShort : 'ian._febr._mart._apr._mai_iun._iul._aug._sept._oct._nov._dec.'.split('_'),\n monthsParseExact: true,\n weekdays : 'duminică_luni_marți_miercuri_joi_vineri_sâmbătă'.split('_'),\n weekdaysShort : 'Dum_Lun_Mar_Mie_Joi_Vin_Sâm'.split('_'),\n weekdaysMin : 'Du_Lu_Ma_Mi_Jo_Vi_Sâ'.split('_'),\n longDateFormat : {\n LT : 'H:mm',\n LTS : 'H:mm:ss',\n L : 'DD.MM.YYYY',\n LL : 'D MMMM YYYY',\n LLL : 'D MMMM YYYY H:mm',\n LLLL : 'dddd, D MMMM YYYY H:mm'\n },\n calendar : {\n sameDay: '[azi la] LT',\n nextDay: '[mâine la] LT',\n nextWeek: 'dddd [la] LT',\n lastDay: '[ieri la] LT',\n lastWeek: '[fosta] dddd [la] LT',\n sameElse: 'L'\n },\n relativeTime : {\n future : 'peste %s',\n past : '%s în urmă',\n s : 'câteva secunde',\n ss : relativeTimeWithPlural,\n m : 'un minut',\n mm : relativeTimeWithPlural,\n h : 'o oră',\n hh : relativeTimeWithPlural,\n d : 'o zi',\n dd : relativeTimeWithPlural,\n M : 'o lună',\n MM : relativeTimeWithPlural,\n y : 'un an',\n yy : relativeTimeWithPlural\n },\n week : {\n dow : 1, // Monday is the first day of the week.\n doy : 7 // The week that contains Jan 7th is the first week of the year.\n }\n });\n\n return ro;\n\n})));\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n function plural(word, num) {\n var forms = word.split('_');\n return num % 10 === 1 && num % 100 !== 11 ? forms[0] : (num % 10 >= 2 && num % 10 <= 4 && (num % 100 < 10 || num % 100 >= 20) ? forms[1] : forms[2]);\n }\n function relativeTimeWithPlural(number, withoutSuffix, key) {\n var format = {\n 'ss': withoutSuffix ? 'секунда_секунды_секунд' : 'секунду_секунды_секунд',\n 'mm': withoutSuffix ? 'минута_минуты_минут' : 'минуту_минуты_минут',\n 'hh': 'час_часа_часов',\n 'dd': 'день_дня_дней',\n 'MM': 'месяц_месяца_месяцев',\n 'yy': 'год_года_лет'\n };\n if (key === 'm') {\n return withoutSuffix ? 'минута' : 'минуту';\n }\n else {\n return number + ' ' + plural(format[key], +number);\n }\n }\n var monthsParse = [/^янв/i, /^фев/i, /^мар/i, /^апр/i, /^ма[йя]/i, /^июн/i, /^июл/i, /^авг/i, /^сен/i, /^окт/i, /^ноя/i, /^дек/i];\n\n // http://new.gramota.ru/spravka/rules/139-prop : § 103\n // Сокращения месяцев: http://new.gramota.ru/spravka/buro/search-answer?s=242637\n // CLDR data: http://www.unicode.org/cldr/charts/28/summary/ru.html#1753\n var ru = moment.defineLocale('ru', {\n months : {\n format: 'января_февраля_марта_апреля_мая_июня_июля_августа_сентября_октября_ноября_декабря'.split('_'),\n standalone: 'январь_февраль_март_апрель_май_июнь_июль_август_сентябрь_октябрь_ноябрь_декабрь'.split('_')\n },\n monthsShort : {\n // по CLDR именно \"июл.\" и \"июн.\", но какой смысл менять букву на точку ?\n format: 'янв._февр._мар._апр._мая_июня_июля_авг._сент._окт._нояб._дек.'.split('_'),\n standalone: 'янв._февр._март_апр._май_июнь_июль_авг._сент._окт._нояб._дек.'.split('_')\n },\n weekdays : {\n standalone: 'воскресенье_понедельник_вторник_среда_четверг_пятница_суббота'.split('_'),\n format: 'воскресенье_понедельник_вторник_среду_четверг_пятницу_субботу'.split('_'),\n isFormat: /\\[ ?[Вв] ?(?:прошлую|следующую|эту)? ?\\] ?dddd/\n },\n weekdaysShort : 'вс_пн_вт_ср_чт_пт_сб'.split('_'),\n weekdaysMin : 'вс_пн_вт_ср_чт_пт_сб'.split('_'),\n monthsParse : monthsParse,\n longMonthsParse : monthsParse,\n shortMonthsParse : monthsParse,\n\n // полные названия с падежами, по три буквы, для некоторых, по 4 буквы, сокращения с точкой и без точки\n monthsRegex: /^(январ[ья]|янв\\.?|феврал[ья]|февр?\\.?|марта?|мар\\.?|апрел[ья]|апр\\.?|ма[йя]|июн[ья]|июн\\.?|июл[ья]|июл\\.?|августа?|авг\\.?|сентябр[ья]|сент?\\.?|октябр[ья]|окт\\.?|ноябр[ья]|нояб?\\.?|декабр[ья]|дек\\.?)/i,\n\n // копия предыдущего\n monthsShortRegex: /^(январ[ья]|янв\\.?|феврал[ья]|февр?\\.?|марта?|мар\\.?|апрел[ья]|апр\\.?|ма[йя]|июн[ья]|июн\\.?|июл[ья]|июл\\.?|августа?|авг\\.?|сентябр[ья]|сент?\\.?|октябр[ья]|окт\\.?|ноябр[ья]|нояб?\\.?|декабр[ья]|дек\\.?)/i,\n\n // полные названия с падежами\n monthsStrictRegex: /^(январ[яь]|феврал[яь]|марта?|апрел[яь]|ма[яй]|июн[яь]|июл[яь]|августа?|сентябр[яь]|октябр[яь]|ноябр[яь]|декабр[яь])/i,\n\n // Выражение, которое соотвествует только сокращённым формам\n monthsShortStrictRegex: /^(янв\\.|февр?\\.|мар[т.]|апр\\.|ма[яй]|июн[ья.]|июл[ья.]|авг\\.|сент?\\.|окт\\.|нояб?\\.|дек\\.)/i,\n longDateFormat : {\n LT : 'H:mm',\n LTS : 'H:mm:ss',\n L : 'DD.MM.YYYY',\n LL : 'D MMMM YYYY г.',\n LLL : 'D MMMM YYYY г., H:mm',\n LLLL : 'dddd, D MMMM YYYY г., H:mm'\n },\n calendar : {\n sameDay: '[Сегодня, в] LT',\n nextDay: '[Завтра, в] LT',\n lastDay: '[Вчера, в] LT',\n nextWeek: function (now) {\n if (now.week() !== this.week()) {\n switch (this.day()) {\n case 0:\n return '[В следующее] dddd, [в] LT';\n case 1:\n case 2:\n case 4:\n return '[В следующий] dddd, [в] LT';\n case 3:\n case 5:\n case 6:\n return '[В следующую] dddd, [в] LT';\n }\n } else {\n if (this.day() === 2) {\n return '[Во] dddd, [в] LT';\n } else {\n return '[В] dddd, [в] LT';\n }\n }\n },\n lastWeek: function (now) {\n if (now.week() !== this.week()) {\n switch (this.day()) {\n case 0:\n return '[В прошлое] dddd, [в] LT';\n case 1:\n case 2:\n case 4:\n return '[В прошлый] dddd, [в] LT';\n case 3:\n case 5:\n case 6:\n return '[В прошлую] dddd, [в] LT';\n }\n } else {\n if (this.day() === 2) {\n return '[Во] dddd, [в] LT';\n } else {\n return '[В] dddd, [в] LT';\n }\n }\n },\n sameElse: 'L'\n },\n relativeTime : {\n future : 'через %s',\n past : '%s назад',\n s : 'несколько секунд',\n ss : relativeTimeWithPlural,\n m : relativeTimeWithPlural,\n mm : relativeTimeWithPlural,\n h : 'час',\n hh : relativeTimeWithPlural,\n d : 'день',\n dd : relativeTimeWithPlural,\n M : 'месяц',\n MM : relativeTimeWithPlural,\n y : 'год',\n yy : relativeTimeWithPlural\n },\n meridiemParse: /ночи|утра|дня|вечера/i,\n isPM : function (input) {\n return /^(дня|вечера)$/.test(input);\n },\n meridiem : function (hour, minute, isLower) {\n if (hour < 4) {\n return 'ночи';\n } else if (hour < 12) {\n return 'утра';\n } else if (hour < 17) {\n return 'дня';\n } else {\n return 'вечера';\n }\n },\n dayOfMonthOrdinalParse: /\\d{1,2}-(й|го|я)/,\n ordinal: function (number, period) {\n switch (period) {\n case 'M':\n case 'd':\n case 'DDD':\n return number + '-й';\n case 'D':\n return number + '-го';\n case 'w':\n case 'W':\n return number + '-я';\n default:\n return number;\n }\n },\n week : {\n dow : 1, // Monday is the first day of the week.\n doy : 4 // The week that contains Jan 4th is the first week of the year.\n }\n });\n\n return ru;\n\n})));\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n var months = [\n 'جنوري',\n 'فيبروري',\n 'مارچ',\n 'اپريل',\n 'مئي',\n 'جون',\n 'جولاءِ',\n 'آگسٽ',\n 'سيپٽمبر',\n 'آڪٽوبر',\n 'نومبر',\n 'ڊسمبر'\n ];\n var days = [\n 'آچر',\n 'سومر',\n 'اڱارو',\n 'اربع',\n 'خميس',\n 'جمع',\n 'ڇنڇر'\n ];\n\n var sd = moment.defineLocale('sd', {\n months : months,\n monthsShort : months,\n weekdays : days,\n weekdaysShort : days,\n weekdaysMin : days,\n longDateFormat : {\n LT : 'HH:mm',\n LTS : 'HH:mm:ss',\n L : 'DD/MM/YYYY',\n LL : 'D MMMM YYYY',\n LLL : 'D MMMM YYYY HH:mm',\n LLLL : 'dddd، D MMMM YYYY HH:mm'\n },\n meridiemParse: /صبح|شام/,\n isPM : function (input) {\n return 'شام' === input;\n },\n meridiem : function (hour, minute, isLower) {\n if (hour < 12) {\n return 'صبح';\n }\n return 'شام';\n },\n calendar : {\n sameDay : '[اڄ] LT',\n nextDay : '[سڀاڻي] LT',\n nextWeek : 'dddd [اڳين هفتي تي] LT',\n lastDay : '[ڪالهه] LT',\n lastWeek : '[گزريل هفتي] dddd [تي] LT',\n sameElse : 'L'\n },\n relativeTime : {\n future : '%s پوء',\n past : '%s اڳ',\n s : 'چند سيڪنڊ',\n ss : '%d سيڪنڊ',\n m : 'هڪ منٽ',\n mm : '%d منٽ',\n h : 'هڪ ڪلاڪ',\n hh : '%d ڪلاڪ',\n d : 'هڪ ڏينهن',\n dd : '%d ڏينهن',\n M : 'هڪ مهينو',\n MM : '%d مهينا',\n y : 'هڪ سال',\n yy : '%d سال'\n },\n preparse: function (string) {\n return string.replace(/،/g, ',');\n },\n postformat: function (string) {\n return string.replace(/,/g, '،');\n },\n week : {\n dow : 1, // Monday is the first day of the week.\n doy : 4 // The week that contains Jan 4th is the first week of the year.\n }\n });\n\n return sd;\n\n})));\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n var se = moment.defineLocale('se', {\n months : 'ođđajagemánnu_guovvamánnu_njukčamánnu_cuoŋománnu_miessemánnu_geassemánnu_suoidnemánnu_borgemánnu_čakčamánnu_golggotmánnu_skábmamánnu_juovlamánnu'.split('_'),\n monthsShort : 'ođđj_guov_njuk_cuo_mies_geas_suoi_borg_čakč_golg_skáb_juov'.split('_'),\n weekdays : 'sotnabeaivi_vuossárga_maŋŋebárga_gaskavahkku_duorastat_bearjadat_lávvardat'.split('_'),\n weekdaysShort : 'sotn_vuos_maŋ_gask_duor_bear_láv'.split('_'),\n weekdaysMin : 's_v_m_g_d_b_L'.split('_'),\n longDateFormat : {\n LT : 'HH:mm',\n LTS : 'HH:mm:ss',\n L : 'DD.MM.YYYY',\n LL : 'MMMM D. [b.] YYYY',\n LLL : 'MMMM D. [b.] YYYY [ti.] HH:mm',\n LLLL : 'dddd, MMMM D. [b.] YYYY [ti.] HH:mm'\n },\n calendar : {\n sameDay: '[otne ti] LT',\n nextDay: '[ihttin ti] LT',\n nextWeek: 'dddd [ti] LT',\n lastDay: '[ikte ti] LT',\n lastWeek: '[ovddit] dddd [ti] LT',\n sameElse: 'L'\n },\n relativeTime : {\n future : '%s geažes',\n past : 'maŋit %s',\n s : 'moadde sekunddat',\n ss: '%d sekunddat',\n m : 'okta minuhta',\n mm : '%d minuhtat',\n h : 'okta diimmu',\n hh : '%d diimmut',\n d : 'okta beaivi',\n dd : '%d beaivvit',\n M : 'okta mánnu',\n MM : '%d mánut',\n y : 'okta jahki',\n yy : '%d jagit'\n },\n dayOfMonthOrdinalParse: /\\d{1,2}\\./,\n ordinal : '%d.',\n week : {\n dow : 1, // Monday is the first day of the week.\n doy : 4 // The week that contains Jan 4th is the first week of the year.\n }\n });\n\n return se;\n\n})));\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n /*jshint -W100*/\n var si = moment.defineLocale('si', {\n months : 'ජනවාරි_පෙබරවාරි_මාර්තු_අප්‍රේල්_මැයි_ජූනි_ජූලි_අගෝස්තු_සැප්තැම්බර්_ඔක්තෝබර්_නොවැම්බර්_දෙසැම්බර්'.split('_'),\n monthsShort : 'ජන_පෙබ_මාර්_අප්_මැයි_ජූනි_ජූලි_අගෝ_සැප්_ඔක්_නොවැ_දෙසැ'.split('_'),\n weekdays : 'ඉරිදා_සඳුදා_අඟහරුවාදා_බදාදා_බ්‍රහස්පතින්දා_සිකුරාදා_සෙනසුරාදා'.split('_'),\n weekdaysShort : 'ඉරි_සඳු_අඟ_බදා_බ්‍රහ_සිකු_සෙන'.split('_'),\n weekdaysMin : 'ඉ_ස_අ_බ_බ්‍ර_සි_සෙ'.split('_'),\n weekdaysParseExact : true,\n longDateFormat : {\n LT : 'a h:mm',\n LTS : 'a h:mm:ss',\n L : 'YYYY/MM/DD',\n LL : 'YYYY MMMM D',\n LLL : 'YYYY MMMM D, a h:mm',\n LLLL : 'YYYY MMMM D [වැනි] dddd, a h:mm:ss'\n },\n calendar : {\n sameDay : '[අද] LT[ට]',\n nextDay : '[හෙට] LT[ට]',\n nextWeek : 'dddd LT[ට]',\n lastDay : '[ඊයේ] LT[ට]',\n lastWeek : '[පසුගිය] dddd LT[ට]',\n sameElse : 'L'\n },\n relativeTime : {\n future : '%sකින්',\n past : '%sකට පෙර',\n s : 'තත්පර කිහිපය',\n ss : 'තත්පර %d',\n m : 'මිනිත්තුව',\n mm : 'මිනිත්තු %d',\n h : 'පැය',\n hh : 'පැය %d',\n d : 'දිනය',\n dd : 'දින %d',\n M : 'මාසය',\n MM : 'මාස %d',\n y : 'වසර',\n yy : 'වසර %d'\n },\n dayOfMonthOrdinalParse: /\\d{1,2} වැනි/,\n ordinal : function (number) {\n return number + ' වැනි';\n },\n meridiemParse : /පෙර වරු|පස් වරු|පෙ.ව|ප.ව./,\n isPM : function (input) {\n return input === 'ප.ව.' || input === 'පස් වරු';\n },\n meridiem : function (hours, minutes, isLower) {\n if (hours > 11) {\n return isLower ? 'ප.ව.' : 'පස් වරු';\n } else {\n return isLower ? 'පෙ.ව.' : 'පෙර වරු';\n }\n }\n });\n\n return si;\n\n})));\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n var months = 'január_február_marec_apríl_máj_jún_júl_august_september_október_november_december'.split('_'),\n monthsShort = 'jan_feb_mar_apr_máj_jún_júl_aug_sep_okt_nov_dec'.split('_');\n function plural(n) {\n return (n > 1) && (n < 5);\n }\n function translate(number, withoutSuffix, key, isFuture) {\n var result = number + ' ';\n switch (key) {\n case 's': // a few seconds / in a few seconds / a few seconds ago\n return (withoutSuffix || isFuture) ? 'pár sekúnd' : 'pár sekundami';\n case 'ss': // 9 seconds / in 9 seconds / 9 seconds ago\n if (withoutSuffix || isFuture) {\n return result + (plural(number) ? 'sekundy' : 'sekúnd');\n } else {\n return result + 'sekundami';\n }\n break;\n case 'm': // a minute / in a minute / a minute ago\n return withoutSuffix ? 'minúta' : (isFuture ? 'minútu' : 'minútou');\n case 'mm': // 9 minutes / in 9 minutes / 9 minutes ago\n if (withoutSuffix || isFuture) {\n return result + (plural(number) ? 'minúty' : 'minút');\n } else {\n return result + 'minútami';\n }\n break;\n case 'h': // an hour / in an hour / an hour ago\n return withoutSuffix ? 'hodina' : (isFuture ? 'hodinu' : 'hodinou');\n case 'hh': // 9 hours / in 9 hours / 9 hours ago\n if (withoutSuffix || isFuture) {\n return result + (plural(number) ? 'hodiny' : 'hodín');\n } else {\n return result + 'hodinami';\n }\n break;\n case 'd': // a day / in a day / a day ago\n return (withoutSuffix || isFuture) ? 'deň' : 'dňom';\n case 'dd': // 9 days / in 9 days / 9 days ago\n if (withoutSuffix || isFuture) {\n return result + (plural(number) ? 'dni' : 'dní');\n } else {\n return result + 'dňami';\n }\n break;\n case 'M': // a month / in a month / a month ago\n return (withoutSuffix || isFuture) ? 'mesiac' : 'mesiacom';\n case 'MM': // 9 months / in 9 months / 9 months ago\n if (withoutSuffix || isFuture) {\n return result + (plural(number) ? 'mesiace' : 'mesiacov');\n } else {\n return result + 'mesiacmi';\n }\n break;\n case 'y': // a year / in a year / a year ago\n return (withoutSuffix || isFuture) ? 'rok' : 'rokom';\n case 'yy': // 9 years / in 9 years / 9 years ago\n if (withoutSuffix || isFuture) {\n return result + (plural(number) ? 'roky' : 'rokov');\n } else {\n return result + 'rokmi';\n }\n break;\n }\n }\n\n var sk = moment.defineLocale('sk', {\n months : months,\n monthsShort : monthsShort,\n weekdays : 'nedeľa_pondelok_utorok_streda_štvrtok_piatok_sobota'.split('_'),\n weekdaysShort : 'ne_po_ut_st_št_pi_so'.split('_'),\n weekdaysMin : 'ne_po_ut_st_št_pi_so'.split('_'),\n longDateFormat : {\n LT: 'H:mm',\n LTS : 'H:mm:ss',\n L : 'DD.MM.YYYY',\n LL : 'D. MMMM YYYY',\n LLL : 'D. MMMM YYYY H:mm',\n LLLL : 'dddd D. MMMM YYYY H:mm'\n },\n calendar : {\n sameDay: '[dnes o] LT',\n nextDay: '[zajtra o] LT',\n nextWeek: function () {\n switch (this.day()) {\n case 0:\n return '[v nedeľu o] LT';\n case 1:\n case 2:\n return '[v] dddd [o] LT';\n case 3:\n return '[v stredu o] LT';\n case 4:\n return '[vo štvrtok o] LT';\n case 5:\n return '[v piatok o] LT';\n case 6:\n return '[v sobotu o] LT';\n }\n },\n lastDay: '[včera o] LT',\n lastWeek: function () {\n switch (this.day()) {\n case 0:\n return '[minulú nedeľu o] LT';\n case 1:\n case 2:\n return '[minulý] dddd [o] LT';\n case 3:\n return '[minulú stredu o] LT';\n case 4:\n case 5:\n return '[minulý] dddd [o] LT';\n case 6:\n return '[minulú sobotu o] LT';\n }\n },\n sameElse: 'L'\n },\n relativeTime : {\n future : 'za %s',\n past : 'pred %s',\n s : translate,\n ss : translate,\n m : translate,\n mm : translate,\n h : translate,\n hh : translate,\n d : translate,\n dd : translate,\n M : translate,\n MM : translate,\n y : translate,\n yy : translate\n },\n dayOfMonthOrdinalParse: /\\d{1,2}\\./,\n ordinal : '%d.',\n week : {\n dow : 1, // Monday is the first day of the week.\n doy : 4 // The week that contains Jan 4th is the first week of the year.\n }\n });\n\n return sk;\n\n})));\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n function processRelativeTime(number, withoutSuffix, key, isFuture) {\n var result = number + ' ';\n switch (key) {\n case 's':\n return withoutSuffix || isFuture ? 'nekaj sekund' : 'nekaj sekundami';\n case 'ss':\n if (number === 1) {\n result += withoutSuffix ? 'sekundo' : 'sekundi';\n } else if (number === 2) {\n result += withoutSuffix || isFuture ? 'sekundi' : 'sekundah';\n } else if (number < 5) {\n result += withoutSuffix || isFuture ? 'sekunde' : 'sekundah';\n } else {\n result += 'sekund';\n }\n return result;\n case 'm':\n return withoutSuffix ? 'ena minuta' : 'eno minuto';\n case 'mm':\n if (number === 1) {\n result += withoutSuffix ? 'minuta' : 'minuto';\n } else if (number === 2) {\n result += withoutSuffix || isFuture ? 'minuti' : 'minutama';\n } else if (number < 5) {\n result += withoutSuffix || isFuture ? 'minute' : 'minutami';\n } else {\n result += withoutSuffix || isFuture ? 'minut' : 'minutami';\n }\n return result;\n case 'h':\n return withoutSuffix ? 'ena ura' : 'eno uro';\n case 'hh':\n if (number === 1) {\n result += withoutSuffix ? 'ura' : 'uro';\n } else if (number === 2) {\n result += withoutSuffix || isFuture ? 'uri' : 'urama';\n } else if (number < 5) {\n result += withoutSuffix || isFuture ? 'ure' : 'urami';\n } else {\n result += withoutSuffix || isFuture ? 'ur' : 'urami';\n }\n return result;\n case 'd':\n return withoutSuffix || isFuture ? 'en dan' : 'enim dnem';\n case 'dd':\n if (number === 1) {\n result += withoutSuffix || isFuture ? 'dan' : 'dnem';\n } else if (number === 2) {\n result += withoutSuffix || isFuture ? 'dni' : 'dnevoma';\n } else {\n result += withoutSuffix || isFuture ? 'dni' : 'dnevi';\n }\n return result;\n case 'M':\n return withoutSuffix || isFuture ? 'en mesec' : 'enim mesecem';\n case 'MM':\n if (number === 1) {\n result += withoutSuffix || isFuture ? 'mesec' : 'mesecem';\n } else if (number === 2) {\n result += withoutSuffix || isFuture ? 'meseca' : 'mesecema';\n } else if (number < 5) {\n result += withoutSuffix || isFuture ? 'mesece' : 'meseci';\n } else {\n result += withoutSuffix || isFuture ? 'mesecev' : 'meseci';\n }\n return result;\n case 'y':\n return withoutSuffix || isFuture ? 'eno leto' : 'enim letom';\n case 'yy':\n if (number === 1) {\n result += withoutSuffix || isFuture ? 'leto' : 'letom';\n } else if (number === 2) {\n result += withoutSuffix || isFuture ? 'leti' : 'letoma';\n } else if (number < 5) {\n result += withoutSuffix || isFuture ? 'leta' : 'leti';\n } else {\n result += withoutSuffix || isFuture ? 'let' : 'leti';\n }\n return result;\n }\n }\n\n var sl = moment.defineLocale('sl', {\n months : 'januar_februar_marec_april_maj_junij_julij_avgust_september_oktober_november_december'.split('_'),\n monthsShort : 'jan._feb._mar._apr._maj._jun._jul._avg._sep._okt._nov._dec.'.split('_'),\n monthsParseExact: true,\n weekdays : 'nedelja_ponedeljek_torek_sreda_četrtek_petek_sobota'.split('_'),\n weekdaysShort : 'ned._pon._tor._sre._čet._pet._sob.'.split('_'),\n weekdaysMin : 'ne_po_to_sr_če_pe_so'.split('_'),\n weekdaysParseExact : true,\n longDateFormat : {\n LT : 'H:mm',\n LTS : 'H:mm:ss',\n L : 'DD.MM.YYYY',\n LL : 'D. MMMM YYYY',\n LLL : 'D. MMMM YYYY H:mm',\n LLLL : 'dddd, D. MMMM YYYY H:mm'\n },\n calendar : {\n sameDay : '[danes ob] LT',\n nextDay : '[jutri ob] LT',\n\n nextWeek : function () {\n switch (this.day()) {\n case 0:\n return '[v] [nedeljo] [ob] LT';\n case 3:\n return '[v] [sredo] [ob] LT';\n case 6:\n return '[v] [soboto] [ob] LT';\n case 1:\n case 2:\n case 4:\n case 5:\n return '[v] dddd [ob] LT';\n }\n },\n lastDay : '[včeraj ob] LT',\n lastWeek : function () {\n switch (this.day()) {\n case 0:\n return '[prejšnjo] [nedeljo] [ob] LT';\n case 3:\n return '[prejšnjo] [sredo] [ob] LT';\n case 6:\n return '[prejšnjo] [soboto] [ob] LT';\n case 1:\n case 2:\n case 4:\n case 5:\n return '[prejšnji] dddd [ob] LT';\n }\n },\n sameElse : 'L'\n },\n relativeTime : {\n future : 'čez %s',\n past : 'pred %s',\n s : processRelativeTime,\n ss : processRelativeTime,\n m : processRelativeTime,\n mm : processRelativeTime,\n h : processRelativeTime,\n hh : processRelativeTime,\n d : processRelativeTime,\n dd : processRelativeTime,\n M : processRelativeTime,\n MM : processRelativeTime,\n y : processRelativeTime,\n yy : processRelativeTime\n },\n dayOfMonthOrdinalParse: /\\d{1,2}\\./,\n ordinal : '%d.',\n week : {\n dow : 1, // Monday is the first day of the week.\n doy : 7 // The week that contains Jan 7th is the first week of the year.\n }\n });\n\n return sl;\n\n})));\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n var sq = moment.defineLocale('sq', {\n months : 'Janar_Shkurt_Mars_Prill_Maj_Qershor_Korrik_Gusht_Shtator_Tetor_Nëntor_Dhjetor'.split('_'),\n monthsShort : 'Jan_Shk_Mar_Pri_Maj_Qer_Kor_Gus_Sht_Tet_Nën_Dhj'.split('_'),\n weekdays : 'E Diel_E Hënë_E Martë_E Mërkurë_E Enjte_E Premte_E Shtunë'.split('_'),\n weekdaysShort : 'Die_Hën_Mar_Mër_Enj_Pre_Sht'.split('_'),\n weekdaysMin : 'D_H_Ma_Më_E_P_Sh'.split('_'),\n weekdaysParseExact : true,\n meridiemParse: /PD|MD/,\n isPM: function (input) {\n return input.charAt(0) === 'M';\n },\n meridiem : function (hours, minutes, isLower) {\n return hours < 12 ? 'PD' : 'MD';\n },\n longDateFormat : {\n LT : 'HH:mm',\n LTS : 'HH:mm:ss',\n L : 'DD/MM/YYYY',\n LL : 'D MMMM YYYY',\n LLL : 'D MMMM YYYY HH:mm',\n LLLL : 'dddd, D MMMM YYYY HH:mm'\n },\n calendar : {\n sameDay : '[Sot në] LT',\n nextDay : '[Nesër në] LT',\n nextWeek : 'dddd [në] LT',\n lastDay : '[Dje në] LT',\n lastWeek : 'dddd [e kaluar në] LT',\n sameElse : 'L'\n },\n relativeTime : {\n future : 'në %s',\n past : '%s më parë',\n s : 'disa sekonda',\n ss : '%d sekonda',\n m : 'një minutë',\n mm : '%d minuta',\n h : 'një orë',\n hh : '%d orë',\n d : 'një ditë',\n dd : '%d ditë',\n M : 'një muaj',\n MM : '%d muaj',\n y : 'një vit',\n yy : '%d vite'\n },\n dayOfMonthOrdinalParse: /\\d{1,2}\\./,\n ordinal : '%d.',\n week : {\n dow : 1, // Monday is the first day of the week.\n doy : 4 // The week that contains Jan 4th is the first week of the year.\n }\n });\n\n return sq;\n\n})));\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n var translator = {\n words: { //Different grammatical cases\n ss: ['sekunda', 'sekunde', 'sekundi'],\n m: ['jedan minut', 'jedne minute'],\n mm: ['minut', 'minute', 'minuta'],\n h: ['jedan sat', 'jednog sata'],\n hh: ['sat', 'sata', 'sati'],\n dd: ['dan', 'dana', 'dana'],\n MM: ['mesec', 'meseca', 'meseci'],\n yy: ['godina', 'godine', 'godina']\n },\n correctGrammaticalCase: function (number, wordKey) {\n return number === 1 ? wordKey[0] : (number >= 2 && number <= 4 ? wordKey[1] : wordKey[2]);\n },\n translate: function (number, withoutSuffix, key) {\n var wordKey = translator.words[key];\n if (key.length === 1) {\n return withoutSuffix ? wordKey[0] : wordKey[1];\n } else {\n return number + ' ' + translator.correctGrammaticalCase(number, wordKey);\n }\n }\n };\n\n var sr = moment.defineLocale('sr', {\n months: 'januar_februar_mart_april_maj_jun_jul_avgust_septembar_oktobar_novembar_decembar'.split('_'),\n monthsShort: 'jan._feb._mar._apr._maj_jun_jul_avg._sep._okt._nov._dec.'.split('_'),\n monthsParseExact: true,\n weekdays: 'nedelja_ponedeljak_utorak_sreda_četvrtak_petak_subota'.split('_'),\n weekdaysShort: 'ned._pon._uto._sre._čet._pet._sub.'.split('_'),\n weekdaysMin: 'ne_po_ut_sr_če_pe_su'.split('_'),\n weekdaysParseExact : true,\n longDateFormat: {\n LT: 'H:mm',\n LTS : 'H:mm:ss',\n L: 'DD.MM.YYYY',\n LL: 'D. MMMM YYYY',\n LLL: 'D. MMMM YYYY H:mm',\n LLLL: 'dddd, D. MMMM YYYY H:mm'\n },\n calendar: {\n sameDay: '[danas u] LT',\n nextDay: '[sutra u] LT',\n nextWeek: function () {\n switch (this.day()) {\n case 0:\n return '[u] [nedelju] [u] LT';\n case 3:\n return '[u] [sredu] [u] LT';\n case 6:\n return '[u] [subotu] [u] LT';\n case 1:\n case 2:\n case 4:\n case 5:\n return '[u] dddd [u] LT';\n }\n },\n lastDay : '[juče u] LT',\n lastWeek : function () {\n var lastWeekDays = [\n '[prošle] [nedelje] [u] LT',\n '[prošlog] [ponedeljka] [u] LT',\n '[prošlog] [utorka] [u] LT',\n '[prošle] [srede] [u] LT',\n '[prošlog] [četvrtka] [u] LT',\n '[prošlog] [petka] [u] LT',\n '[prošle] [subote] [u] LT'\n ];\n return lastWeekDays[this.day()];\n },\n sameElse : 'L'\n },\n relativeTime : {\n future : 'za %s',\n past : 'pre %s',\n s : 'nekoliko sekundi',\n ss : translator.translate,\n m : translator.translate,\n mm : translator.translate,\n h : translator.translate,\n hh : translator.translate,\n d : 'dan',\n dd : translator.translate,\n M : 'mesec',\n MM : translator.translate,\n y : 'godinu',\n yy : translator.translate\n },\n dayOfMonthOrdinalParse: /\\d{1,2}\\./,\n ordinal : '%d.',\n week : {\n dow : 1, // Monday is the first day of the week.\n doy : 7 // The week that contains Jan 7th is the first week of the year.\n }\n });\n\n return sr;\n\n})));\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n var translator = {\n words: { //Different grammatical cases\n ss: ['секунда', 'секунде', 'секунди'],\n m: ['један минут', 'једне минуте'],\n mm: ['минут', 'минуте', 'минута'],\n h: ['један сат', 'једног сата'],\n hh: ['сат', 'сата', 'сати'],\n dd: ['дан', 'дана', 'дана'],\n MM: ['месец', 'месеца', 'месеци'],\n yy: ['година', 'године', 'година']\n },\n correctGrammaticalCase: function (number, wordKey) {\n return number === 1 ? wordKey[0] : (number >= 2 && number <= 4 ? wordKey[1] : wordKey[2]);\n },\n translate: function (number, withoutSuffix, key) {\n var wordKey = translator.words[key];\n if (key.length === 1) {\n return withoutSuffix ? wordKey[0] : wordKey[1];\n } else {\n return number + ' ' + translator.correctGrammaticalCase(number, wordKey);\n }\n }\n };\n\n var srCyrl = moment.defineLocale('sr-cyrl', {\n months: 'јануар_фебруар_март_април_мај_јун_јул_август_септембар_октобар_новембар_децембар'.split('_'),\n monthsShort: 'јан._феб._мар._апр._мај_јун_јул_авг._сеп._окт._нов._дец.'.split('_'),\n monthsParseExact: true,\n weekdays: 'недеља_понедељак_уторак_среда_четвртак_петак_субота'.split('_'),\n weekdaysShort: 'нед._пон._уто._сре._чет._пет._суб.'.split('_'),\n weekdaysMin: 'не_по_ут_ср_че_пе_су'.split('_'),\n weekdaysParseExact : true,\n longDateFormat: {\n LT: 'H:mm',\n LTS : 'H:mm:ss',\n L: 'DD.MM.YYYY',\n LL: 'D. MMMM YYYY',\n LLL: 'D. MMMM YYYY H:mm',\n LLLL: 'dddd, D. MMMM YYYY H:mm'\n },\n calendar: {\n sameDay: '[данас у] LT',\n nextDay: '[сутра у] LT',\n nextWeek: function () {\n switch (this.day()) {\n case 0:\n return '[у] [недељу] [у] LT';\n case 3:\n return '[у] [среду] [у] LT';\n case 6:\n return '[у] [суботу] [у] LT';\n case 1:\n case 2:\n case 4:\n case 5:\n return '[у] dddd [у] LT';\n }\n },\n lastDay : '[јуче у] LT',\n lastWeek : function () {\n var lastWeekDays = [\n '[прошле] [недеље] [у] LT',\n '[прошлог] [понедељка] [у] LT',\n '[прошлог] [уторка] [у] LT',\n '[прошле] [среде] [у] LT',\n '[прошлог] [четвртка] [у] LT',\n '[прошлог] [петка] [у] LT',\n '[прошле] [суботе] [у] LT'\n ];\n return lastWeekDays[this.day()];\n },\n sameElse : 'L'\n },\n relativeTime : {\n future : 'за %s',\n past : 'пре %s',\n s : 'неколико секунди',\n ss : translator.translate,\n m : translator.translate,\n mm : translator.translate,\n h : translator.translate,\n hh : translator.translate,\n d : 'дан',\n dd : translator.translate,\n M : 'месец',\n MM : translator.translate,\n y : 'годину',\n yy : translator.translate\n },\n dayOfMonthOrdinalParse: /\\d{1,2}\\./,\n ordinal : '%d.',\n week : {\n dow : 1, // Monday is the first day of the week.\n doy : 7 // The week that contains Jan 7th is the first week of the year.\n }\n });\n\n return srCyrl;\n\n})));\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n var ss = moment.defineLocale('ss', {\n months : \"Bhimbidvwane_Indlovana_Indlov'lenkhulu_Mabasa_Inkhwekhweti_Inhlaba_Kholwane_Ingci_Inyoni_Imphala_Lweti_Ingongoni\".split('_'),\n monthsShort : 'Bhi_Ina_Inu_Mab_Ink_Inh_Kho_Igc_Iny_Imp_Lwe_Igo'.split('_'),\n weekdays : 'Lisontfo_Umsombuluko_Lesibili_Lesitsatfu_Lesine_Lesihlanu_Umgcibelo'.split('_'),\n weekdaysShort : 'Lis_Umb_Lsb_Les_Lsi_Lsh_Umg'.split('_'),\n weekdaysMin : 'Li_Us_Lb_Lt_Ls_Lh_Ug'.split('_'),\n weekdaysParseExact : true,\n longDateFormat : {\n LT : 'h:mm A',\n LTS : 'h:mm:ss A',\n L : 'DD/MM/YYYY',\n LL : 'D MMMM YYYY',\n LLL : 'D MMMM YYYY h:mm A',\n LLLL : 'dddd, D MMMM YYYY h:mm A'\n },\n calendar : {\n sameDay : '[Namuhla nga] LT',\n nextDay : '[Kusasa nga] LT',\n nextWeek : 'dddd [nga] LT',\n lastDay : '[Itolo nga] LT',\n lastWeek : 'dddd [leliphelile] [nga] LT',\n sameElse : 'L'\n },\n relativeTime : {\n future : 'nga %s',\n past : 'wenteka nga %s',\n s : 'emizuzwana lomcane',\n ss : '%d mzuzwana',\n m : 'umzuzu',\n mm : '%d emizuzu',\n h : 'lihora',\n hh : '%d emahora',\n d : 'lilanga',\n dd : '%d emalanga',\n M : 'inyanga',\n MM : '%d tinyanga',\n y : 'umnyaka',\n yy : '%d iminyaka'\n },\n meridiemParse: /ekuseni|emini|entsambama|ebusuku/,\n meridiem : function (hours, minutes, isLower) {\n if (hours < 11) {\n return 'ekuseni';\n } else if (hours < 15) {\n return 'emini';\n } else if (hours < 19) {\n return 'entsambama';\n } else {\n return 'ebusuku';\n }\n },\n meridiemHour : function (hour, meridiem) {\n if (hour === 12) {\n hour = 0;\n }\n if (meridiem === 'ekuseni') {\n return hour;\n } else if (meridiem === 'emini') {\n return hour >= 11 ? hour : hour + 12;\n } else if (meridiem === 'entsambama' || meridiem === 'ebusuku') {\n if (hour === 0) {\n return 0;\n }\n return hour + 12;\n }\n },\n dayOfMonthOrdinalParse: /\\d{1,2}/,\n ordinal : '%d',\n week : {\n dow : 1, // Monday is the first day of the week.\n doy : 4 // The week that contains Jan 4th is the first week of the year.\n }\n });\n\n return ss;\n\n})));\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n var sv = moment.defineLocale('sv', {\n months : 'januari_februari_mars_april_maj_juni_juli_augusti_september_oktober_november_december'.split('_'),\n monthsShort : 'jan_feb_mar_apr_maj_jun_jul_aug_sep_okt_nov_dec'.split('_'),\n weekdays : 'söndag_måndag_tisdag_onsdag_torsdag_fredag_lördag'.split('_'),\n weekdaysShort : 'sön_mån_tis_ons_tor_fre_lör'.split('_'),\n weekdaysMin : 'sö_må_ti_on_to_fr_lö'.split('_'),\n longDateFormat : {\n LT : 'HH:mm',\n LTS : 'HH:mm:ss',\n L : 'YYYY-MM-DD',\n LL : 'D MMMM YYYY',\n LLL : 'D MMMM YYYY [kl.] HH:mm',\n LLLL : 'dddd D MMMM YYYY [kl.] HH:mm',\n lll : 'D MMM YYYY HH:mm',\n llll : 'ddd D MMM YYYY HH:mm'\n },\n calendar : {\n sameDay: '[Idag] LT',\n nextDay: '[Imorgon] LT',\n lastDay: '[Igår] LT',\n nextWeek: '[På] dddd LT',\n lastWeek: '[I] dddd[s] LT',\n sameElse: 'L'\n },\n relativeTime : {\n future : 'om %s',\n past : 'för %s sedan',\n s : 'några sekunder',\n ss : '%d sekunder',\n m : 'en minut',\n mm : '%d minuter',\n h : 'en timme',\n hh : '%d timmar',\n d : 'en dag',\n dd : '%d dagar',\n M : 'en månad',\n MM : '%d månader',\n y : 'ett år',\n yy : '%d år'\n },\n dayOfMonthOrdinalParse: /\\d{1,2}(e|a)/,\n ordinal : function (number) {\n var b = number % 10,\n output = (~~(number % 100 / 10) === 1) ? 'e' :\n (b === 1) ? 'a' :\n (b === 2) ? 'a' :\n (b === 3) ? 'e' : 'e';\n return number + output;\n },\n week : {\n dow : 1, // Monday is the first day of the week.\n doy : 4 // The week that contains Jan 4th is the first week of the year.\n }\n });\n\n return sv;\n\n})));\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n var sw = moment.defineLocale('sw', {\n months : 'Januari_Februari_Machi_Aprili_Mei_Juni_Julai_Agosti_Septemba_Oktoba_Novemba_Desemba'.split('_'),\n monthsShort : 'Jan_Feb_Mac_Apr_Mei_Jun_Jul_Ago_Sep_Okt_Nov_Des'.split('_'),\n weekdays : 'Jumapili_Jumatatu_Jumanne_Jumatano_Alhamisi_Ijumaa_Jumamosi'.split('_'),\n weekdaysShort : 'Jpl_Jtat_Jnne_Jtan_Alh_Ijm_Jmos'.split('_'),\n weekdaysMin : 'J2_J3_J4_J5_Al_Ij_J1'.split('_'),\n weekdaysParseExact : true,\n longDateFormat : {\n LT : 'HH:mm',\n LTS : 'HH:mm:ss',\n L : 'DD.MM.YYYY',\n LL : 'D MMMM YYYY',\n LLL : 'D MMMM YYYY HH:mm',\n LLLL : 'dddd, D MMMM YYYY HH:mm'\n },\n calendar : {\n sameDay : '[leo saa] LT',\n nextDay : '[kesho saa] LT',\n nextWeek : '[wiki ijayo] dddd [saat] LT',\n lastDay : '[jana] LT',\n lastWeek : '[wiki iliyopita] dddd [saat] LT',\n sameElse : 'L'\n },\n relativeTime : {\n future : '%s baadaye',\n past : 'tokea %s',\n s : 'hivi punde',\n ss : 'sekunde %d',\n m : 'dakika moja',\n mm : 'dakika %d',\n h : 'saa limoja',\n hh : 'masaa %d',\n d : 'siku moja',\n dd : 'masiku %d',\n M : 'mwezi mmoja',\n MM : 'miezi %d',\n y : 'mwaka mmoja',\n yy : 'miaka %d'\n },\n week : {\n dow : 1, // Monday is the first day of the week.\n doy : 7 // The week that contains Jan 7th is the first week of the year.\n }\n });\n\n return sw;\n\n})));\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n var symbolMap = {\n '1': '௧',\n '2': '௨',\n '3': '௩',\n '4': '௪',\n '5': '௫',\n '6': '௬',\n '7': '௭',\n '8': '௮',\n '9': '௯',\n '0': '௦'\n }, numberMap = {\n '௧': '1',\n '௨': '2',\n '௩': '3',\n '௪': '4',\n '௫': '5',\n '௬': '6',\n '௭': '7',\n '௮': '8',\n '௯': '9',\n '௦': '0'\n };\n\n var ta = moment.defineLocale('ta', {\n months : 'ஜனவரி_பிப்ரவரி_மார்ச்_ஏப்ரல்_மே_ஜூன்_ஜூலை_ஆகஸ்ட்_செப்டெம்பர்_அக்டோபர்_நவம்பர்_டிசம்பர்'.split('_'),\n monthsShort : 'ஜனவரி_பிப்ரவரி_மார்ச்_ஏப்ரல்_மே_ஜூன்_ஜூலை_ஆகஸ்ட்_செப்டெம்பர்_அக்டோபர்_நவம்பர்_டிசம்பர்'.split('_'),\n weekdays : 'ஞாயிற்றுக்கிழமை_திங்கட்கிழமை_செவ்வாய்கிழமை_புதன்கிழமை_வியாழக்கிழமை_வெள்ளிக்கிழமை_சனிக்கிழமை'.split('_'),\n weekdaysShort : 'ஞாயிறு_திங்கள்_செவ்வாய்_புதன்_வியாழன்_வெள்ளி_சனி'.split('_'),\n weekdaysMin : 'ஞா_தி_செ_பு_வி_வெ_ச'.split('_'),\n longDateFormat : {\n LT : 'HH:mm',\n LTS : 'HH:mm:ss',\n L : 'DD/MM/YYYY',\n LL : 'D MMMM YYYY',\n LLL : 'D MMMM YYYY, HH:mm',\n LLLL : 'dddd, D MMMM YYYY, HH:mm'\n },\n calendar : {\n sameDay : '[இன்று] LT',\n nextDay : '[நாளை] LT',\n nextWeek : 'dddd, LT',\n lastDay : '[நேற்று] LT',\n lastWeek : '[கடந்த வாரம்] dddd, LT',\n sameElse : 'L'\n },\n relativeTime : {\n future : '%s இல்',\n past : '%s முன்',\n s : 'ஒரு சில விநாடிகள்',\n ss : '%d விநாடிகள்',\n m : 'ஒரு நிமிடம்',\n mm : '%d நிமிடங்கள்',\n h : 'ஒரு மணி நேரம்',\n hh : '%d மணி நேரம்',\n d : 'ஒரு நாள்',\n dd : '%d நாட்கள்',\n M : 'ஒரு மாதம்',\n MM : '%d மாதங்கள்',\n y : 'ஒரு வருடம்',\n yy : '%d ஆண்டுகள்'\n },\n dayOfMonthOrdinalParse: /\\d{1,2}வது/,\n ordinal : function (number) {\n return number + 'வது';\n },\n preparse: function (string) {\n return string.replace(/[௧௨௩௪௫௬௭௮௯௦]/g, function (match) {\n return numberMap[match];\n });\n },\n postformat: function (string) {\n return string.replace(/\\d/g, function (match) {\n return symbolMap[match];\n });\n },\n // refer http://ta.wikipedia.org/s/1er1\n meridiemParse: /யாமம்|வைகறை|காலை|நண்பகல்|எற்பாடு|மாலை/,\n meridiem : function (hour, minute, isLower) {\n if (hour < 2) {\n return ' யாமம்';\n } else if (hour < 6) {\n return ' வைகறை'; // வைகறை\n } else if (hour < 10) {\n return ' காலை'; // காலை\n } else if (hour < 14) {\n return ' நண்பகல்'; // நண்பகல்\n } else if (hour < 18) {\n return ' எற்பாடு'; // எற்பாடு\n } else if (hour < 22) {\n return ' மாலை'; // மாலை\n } else {\n return ' யாமம்';\n }\n },\n meridiemHour : function (hour, meridiem) {\n if (hour === 12) {\n hour = 0;\n }\n if (meridiem === 'யாமம்') {\n return hour < 2 ? hour : hour + 12;\n } else if (meridiem === 'வைகறை' || meridiem === 'காலை') {\n return hour;\n } else if (meridiem === 'நண்பகல்') {\n return hour >= 10 ? hour : hour + 12;\n } else {\n return hour + 12;\n }\n },\n week : {\n dow : 0, // Sunday is the first day of the week.\n doy : 6 // The week that contains Jan 6th is the first week of the year.\n }\n });\n\n return ta;\n\n})));\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n var te = moment.defineLocale('te', {\n months : 'జనవరి_ఫిబ్రవరి_మార్చి_ఏప్రిల్_మే_జూన్_జులై_ఆగస్టు_సెప్టెంబర్_అక్టోబర్_నవంబర్_డిసెంబర్'.split('_'),\n monthsShort : 'జన._ఫిబ్ర._మార్చి_ఏప్రి._మే_జూన్_జులై_ఆగ._సెప్._అక్టో._నవ._డిసె.'.split('_'),\n monthsParseExact : true,\n weekdays : 'ఆదివారం_సోమవారం_మంగళవారం_బుధవారం_గురువారం_శుక్రవారం_శనివారం'.split('_'),\n weekdaysShort : 'ఆది_సోమ_మంగళ_బుధ_గురు_శుక్ర_శని'.split('_'),\n weekdaysMin : 'ఆ_సో_మం_బు_గు_శు_శ'.split('_'),\n longDateFormat : {\n LT : 'A h:mm',\n LTS : 'A h:mm:ss',\n L : 'DD/MM/YYYY',\n LL : 'D MMMM YYYY',\n LLL : 'D MMMM YYYY, A h:mm',\n LLLL : 'dddd, D MMMM YYYY, A h:mm'\n },\n calendar : {\n sameDay : '[నేడు] LT',\n nextDay : '[రేపు] LT',\n nextWeek : 'dddd, LT',\n lastDay : '[నిన్న] LT',\n lastWeek : '[గత] dddd, LT',\n sameElse : 'L'\n },\n relativeTime : {\n future : '%s లో',\n past : '%s క్రితం',\n s : 'కొన్ని క్షణాలు',\n ss : '%d సెకన్లు',\n m : 'ఒక నిమిషం',\n mm : '%d నిమిషాలు',\n h : 'ఒక గంట',\n hh : '%d గంటలు',\n d : 'ఒక రోజు',\n dd : '%d రోజులు',\n M : 'ఒక నెల',\n MM : '%d నెలలు',\n y : 'ఒక సంవత్సరం',\n yy : '%d సంవత్సరాలు'\n },\n dayOfMonthOrdinalParse : /\\d{1,2}వ/,\n ordinal : '%dవ',\n meridiemParse: /రాత్రి|ఉదయం|మధ్యాహ్నం|సాయంత్రం/,\n meridiemHour : function (hour, meridiem) {\n if (hour === 12) {\n hour = 0;\n }\n if (meridiem === 'రాత్రి') {\n return hour < 4 ? hour : hour + 12;\n } else if (meridiem === 'ఉదయం') {\n return hour;\n } else if (meridiem === 'మధ్యాహ్నం') {\n return hour >= 10 ? hour : hour + 12;\n } else if (meridiem === 'సాయంత్రం') {\n return hour + 12;\n }\n },\n meridiem : function (hour, minute, isLower) {\n if (hour < 4) {\n return 'రాత్రి';\n } else if (hour < 10) {\n return 'ఉదయం';\n } else if (hour < 17) {\n return 'మధ్యాహ్నం';\n } else if (hour < 20) {\n return 'సాయంత్రం';\n } else {\n return 'రాత్రి';\n }\n },\n week : {\n dow : 0, // Sunday is the first day of the week.\n doy : 6 // The week that contains Jan 6th is the first week of the year.\n }\n });\n\n return te;\n\n})));\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n var tet = moment.defineLocale('tet', {\n months : 'Janeiru_Fevereiru_Marsu_Abril_Maiu_Juñu_Jullu_Agustu_Setembru_Outubru_Novembru_Dezembru'.split('_'),\n monthsShort : 'Jan_Fev_Mar_Abr_Mai_Jun_Jul_Ago_Set_Out_Nov_Dez'.split('_'),\n weekdays : 'Domingu_Segunda_Tersa_Kuarta_Kinta_Sesta_Sabadu'.split('_'),\n weekdaysShort : 'Dom_Seg_Ters_Kua_Kint_Sest_Sab'.split('_'),\n weekdaysMin : 'Do_Seg_Te_Ku_Ki_Ses_Sa'.split('_'),\n longDateFormat : {\n LT : 'HH:mm',\n LTS : 'HH:mm:ss',\n L : 'DD/MM/YYYY',\n LL : 'D MMMM YYYY',\n LLL : 'D MMMM YYYY HH:mm',\n LLLL : 'dddd, D MMMM YYYY HH:mm'\n },\n calendar : {\n sameDay: '[Ohin iha] LT',\n nextDay: '[Aban iha] LT',\n nextWeek: 'dddd [iha] LT',\n lastDay: '[Horiseik iha] LT',\n lastWeek: 'dddd [semana kotuk] [iha] LT',\n sameElse: 'L'\n },\n relativeTime : {\n future : 'iha %s',\n past : '%s liuba',\n s : 'minutu balun',\n ss : 'minutu %d',\n m : 'minutu ida',\n mm : 'minutu %d',\n h : 'oras ida',\n hh : 'oras %d',\n d : 'loron ida',\n dd : 'loron %d',\n M : 'fulan ida',\n MM : 'fulan %d',\n y : 'tinan ida',\n yy : 'tinan %d'\n },\n dayOfMonthOrdinalParse: /\\d{1,2}(st|nd|rd|th)/,\n ordinal : function (number) {\n var b = number % 10,\n output = (~~(number % 100 / 10) === 1) ? 'th' :\n (b === 1) ? 'st' :\n (b === 2) ? 'nd' :\n (b === 3) ? 'rd' : 'th';\n return number + output;\n },\n week : {\n dow : 1, // Monday is the first day of the week.\n doy : 4 // The week that contains Jan 4th is the first week of the year.\n }\n });\n\n return tet;\n\n})));\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n var suffixes = {\n 0: '-ум',\n 1: '-ум',\n 2: '-юм',\n 3: '-юм',\n 4: '-ум',\n 5: '-ум',\n 6: '-ум',\n 7: '-ум',\n 8: '-ум',\n 9: '-ум',\n 10: '-ум',\n 12: '-ум',\n 13: '-ум',\n 20: '-ум',\n 30: '-юм',\n 40: '-ум',\n 50: '-ум',\n 60: '-ум',\n 70: '-ум',\n 80: '-ум',\n 90: '-ум',\n 100: '-ум'\n };\n\n var tg = moment.defineLocale('tg', {\n months : 'январ_феврал_март_апрел_май_июн_июл_август_сентябр_октябр_ноябр_декабр'.split('_'),\n monthsShort : 'янв_фев_мар_апр_май_июн_июл_авг_сен_окт_ноя_дек'.split('_'),\n weekdays : 'якшанбе_душанбе_сешанбе_чоршанбе_панҷшанбе_ҷумъа_шанбе'.split('_'),\n weekdaysShort : 'яшб_дшб_сшб_чшб_пшб_ҷум_шнб'.split('_'),\n weekdaysMin : 'яш_дш_сш_чш_пш_ҷм_шб'.split('_'),\n longDateFormat : {\n LT : 'HH:mm',\n LTS : 'HH:mm:ss',\n L : 'DD/MM/YYYY',\n LL : 'D MMMM YYYY',\n LLL : 'D MMMM YYYY HH:mm',\n LLLL : 'dddd, D MMMM YYYY HH:mm'\n },\n calendar : {\n sameDay : '[Имрӯз соати] LT',\n nextDay : '[Пагоҳ соати] LT',\n lastDay : '[Дирӯз соати] LT',\n nextWeek : 'dddd[и] [ҳафтаи оянда соати] LT',\n lastWeek : 'dddd[и] [ҳафтаи гузашта соати] LT',\n sameElse : 'L'\n },\n relativeTime : {\n future : 'баъди %s',\n past : '%s пеш',\n s : 'якчанд сония',\n m : 'як дақиқа',\n mm : '%d дақиқа',\n h : 'як соат',\n hh : '%d соат',\n d : 'як рӯз',\n dd : '%d рӯз',\n M : 'як моҳ',\n MM : '%d моҳ',\n y : 'як сол',\n yy : '%d сол'\n },\n meridiemParse: /шаб|субҳ|рӯз|бегоҳ/,\n meridiemHour: function (hour, meridiem) {\n if (hour === 12) {\n hour = 0;\n }\n if (meridiem === 'шаб') {\n return hour < 4 ? hour : hour + 12;\n } else if (meridiem === 'субҳ') {\n return hour;\n } else if (meridiem === 'рӯз') {\n return hour >= 11 ? hour : hour + 12;\n } else if (meridiem === 'бегоҳ') {\n return hour + 12;\n }\n },\n meridiem: function (hour, minute, isLower) {\n if (hour < 4) {\n return 'шаб';\n } else if (hour < 11) {\n return 'субҳ';\n } else if (hour < 16) {\n return 'рӯз';\n } else if (hour < 19) {\n return 'бегоҳ';\n } else {\n return 'шаб';\n }\n },\n dayOfMonthOrdinalParse: /\\d{1,2}-(ум|юм)/,\n ordinal: function (number) {\n var a = number % 10,\n b = number >= 100 ? 100 : null;\n return number + (suffixes[number] || suffixes[a] || suffixes[b]);\n },\n week : {\n dow : 1, // Monday is the first day of the week.\n doy : 7 // The week that contains Jan 1th is the first week of the year.\n }\n });\n\n return tg;\n\n})));\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n var th = moment.defineLocale('th', {\n months : 'มกราคม_กุมภาพันธ์_มีนาคม_เมษายน_พฤษภาคม_มิถุนายน_กรกฎาคม_สิงหาคม_กันยายน_ตุลาคม_พฤศจิกายน_ธันวาคม'.split('_'),\n monthsShort : 'ม.ค._ก.พ._มี.ค._เม.ย._พ.ค._มิ.ย._ก.ค._ส.ค._ก.ย._ต.ค._พ.ย._ธ.ค.'.split('_'),\n monthsParseExact: true,\n weekdays : 'อาทิตย์_จันทร์_อังคาร_พุธ_พฤหัสบดี_ศุกร์_เสาร์'.split('_'),\n weekdaysShort : 'อาทิตย์_จันทร์_อังคาร_พุธ_พฤหัส_ศุกร์_เสาร์'.split('_'), // yes, three characters difference\n weekdaysMin : 'อา._จ._อ._พ._พฤ._ศ._ส.'.split('_'),\n weekdaysParseExact : true,\n longDateFormat : {\n LT : 'H:mm',\n LTS : 'H:mm:ss',\n L : 'DD/MM/YYYY',\n LL : 'D MMMM YYYY',\n LLL : 'D MMMM YYYY เวลา H:mm',\n LLLL : 'วันddddที่ D MMMM YYYY เวลา H:mm'\n },\n meridiemParse: /ก่อนเที่ยง|หลังเที่ยง/,\n isPM: function (input) {\n return input === 'หลังเที่ยง';\n },\n meridiem : function (hour, minute, isLower) {\n if (hour < 12) {\n return 'ก่อนเที่ยง';\n } else {\n return 'หลังเที่ยง';\n }\n },\n calendar : {\n sameDay : '[วันนี้ เวลา] LT',\n nextDay : '[พรุ่งนี้ เวลา] LT',\n nextWeek : 'dddd[หน้า เวลา] LT',\n lastDay : '[เมื่อวานนี้ เวลา] LT',\n lastWeek : '[วัน]dddd[ที่แล้ว เวลา] LT',\n sameElse : 'L'\n },\n relativeTime : {\n future : 'อีก %s',\n past : '%sที่แล้ว',\n s : 'ไม่กี่วินาที',\n ss : '%d วินาที',\n m : '1 นาที',\n mm : '%d นาที',\n h : '1 ชั่วโมง',\n hh : '%d ชั่วโมง',\n d : '1 วัน',\n dd : '%d วัน',\n M : '1 เดือน',\n MM : '%d เดือน',\n y : '1 ปี',\n yy : '%d ปี'\n }\n });\n\n return th;\n\n})));\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n var tlPh = moment.defineLocale('tl-ph', {\n months : 'Enero_Pebrero_Marso_Abril_Mayo_Hunyo_Hulyo_Agosto_Setyembre_Oktubre_Nobyembre_Disyembre'.split('_'),\n monthsShort : 'Ene_Peb_Mar_Abr_May_Hun_Hul_Ago_Set_Okt_Nob_Dis'.split('_'),\n weekdays : 'Linggo_Lunes_Martes_Miyerkules_Huwebes_Biyernes_Sabado'.split('_'),\n weekdaysShort : 'Lin_Lun_Mar_Miy_Huw_Biy_Sab'.split('_'),\n weekdaysMin : 'Li_Lu_Ma_Mi_Hu_Bi_Sab'.split('_'),\n longDateFormat : {\n LT : 'HH:mm',\n LTS : 'HH:mm:ss',\n L : 'MM/D/YYYY',\n LL : 'MMMM D, YYYY',\n LLL : 'MMMM D, YYYY HH:mm',\n LLLL : 'dddd, MMMM DD, YYYY HH:mm'\n },\n calendar : {\n sameDay: 'LT [ngayong araw]',\n nextDay: '[Bukas ng] LT',\n nextWeek: 'LT [sa susunod na] dddd',\n lastDay: 'LT [kahapon]',\n lastWeek: 'LT [noong nakaraang] dddd',\n sameElse: 'L'\n },\n relativeTime : {\n future : 'sa loob ng %s',\n past : '%s ang nakalipas',\n s : 'ilang segundo',\n ss : '%d segundo',\n m : 'isang minuto',\n mm : '%d minuto',\n h : 'isang oras',\n hh : '%d oras',\n d : 'isang araw',\n dd : '%d araw',\n M : 'isang buwan',\n MM : '%d buwan',\n y : 'isang taon',\n yy : '%d taon'\n },\n dayOfMonthOrdinalParse: /\\d{1,2}/,\n ordinal : function (number) {\n return number;\n },\n week : {\n dow : 1, // Monday is the first day of the week.\n doy : 4 // The week that contains Jan 4th is the first week of the year.\n }\n });\n\n return tlPh;\n\n})));\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n var numbersNouns = 'pagh_wa’_cha’_wej_loS_vagh_jav_Soch_chorgh_Hut'.split('_');\n\n function translateFuture(output) {\n var time = output;\n time = (output.indexOf('jaj') !== -1) ?\n time.slice(0, -3) + 'leS' :\n (output.indexOf('jar') !== -1) ?\n time.slice(0, -3) + 'waQ' :\n (output.indexOf('DIS') !== -1) ?\n time.slice(0, -3) + 'nem' :\n time + ' pIq';\n return time;\n }\n\n function translatePast(output) {\n var time = output;\n time = (output.indexOf('jaj') !== -1) ?\n time.slice(0, -3) + 'Hu’' :\n (output.indexOf('jar') !== -1) ?\n time.slice(0, -3) + 'wen' :\n (output.indexOf('DIS') !== -1) ?\n time.slice(0, -3) + 'ben' :\n time + ' ret';\n return time;\n }\n\n function translate(number, withoutSuffix, string, isFuture) {\n var numberNoun = numberAsNoun(number);\n switch (string) {\n case 'ss':\n return numberNoun + ' lup';\n case 'mm':\n return numberNoun + ' tup';\n case 'hh':\n return numberNoun + ' rep';\n case 'dd':\n return numberNoun + ' jaj';\n case 'MM':\n return numberNoun + ' jar';\n case 'yy':\n return numberNoun + ' DIS';\n }\n }\n\n function numberAsNoun(number) {\n var hundred = Math.floor((number % 1000) / 100),\n ten = Math.floor((number % 100) / 10),\n one = number % 10,\n word = '';\n if (hundred > 0) {\n word += numbersNouns[hundred] + 'vatlh';\n }\n if (ten > 0) {\n word += ((word !== '') ? ' ' : '') + numbersNouns[ten] + 'maH';\n }\n if (one > 0) {\n word += ((word !== '') ? ' ' : '') + numbersNouns[one];\n }\n return (word === '') ? 'pagh' : word;\n }\n\n var tlh = moment.defineLocale('tlh', {\n months : 'tera’ jar wa’_tera’ jar cha’_tera’ jar wej_tera’ jar loS_tera’ jar vagh_tera’ jar jav_tera’ jar Soch_tera’ jar chorgh_tera’ jar Hut_tera’ jar wa’maH_tera’ jar wa’maH wa’_tera’ jar wa’maH cha’'.split('_'),\n monthsShort : 'jar wa’_jar cha’_jar wej_jar loS_jar vagh_jar jav_jar Soch_jar chorgh_jar Hut_jar wa’maH_jar wa’maH wa’_jar wa’maH cha’'.split('_'),\n monthsParseExact : true,\n weekdays : 'lojmItjaj_DaSjaj_povjaj_ghItlhjaj_loghjaj_buqjaj_ghInjaj'.split('_'),\n weekdaysShort : 'lojmItjaj_DaSjaj_povjaj_ghItlhjaj_loghjaj_buqjaj_ghInjaj'.split('_'),\n weekdaysMin : 'lojmItjaj_DaSjaj_povjaj_ghItlhjaj_loghjaj_buqjaj_ghInjaj'.split('_'),\n longDateFormat : {\n LT : 'HH:mm',\n LTS : 'HH:mm:ss',\n L : 'DD.MM.YYYY',\n LL : 'D MMMM YYYY',\n LLL : 'D MMMM YYYY HH:mm',\n LLLL : 'dddd, D MMMM YYYY HH:mm'\n },\n calendar : {\n sameDay: '[DaHjaj] LT',\n nextDay: '[wa’leS] LT',\n nextWeek: 'LLL',\n lastDay: '[wa’Hu’] LT',\n lastWeek: 'LLL',\n sameElse: 'L'\n },\n relativeTime : {\n future : translateFuture,\n past : translatePast,\n s : 'puS lup',\n ss : translate,\n m : 'wa’ tup',\n mm : translate,\n h : 'wa’ rep',\n hh : translate,\n d : 'wa’ jaj',\n dd : translate,\n M : 'wa’ jar',\n MM : translate,\n y : 'wa’ DIS',\n yy : translate\n },\n dayOfMonthOrdinalParse: /\\d{1,2}\\./,\n ordinal : '%d.',\n week : {\n dow : 1, // Monday is the first day of the week.\n doy : 4 // The week that contains Jan 4th is the first week of the year.\n }\n });\n\n return tlh;\n\n})));\n","\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n var suffixes = {\n 1: '\\'inci',\n 5: '\\'inci',\n 8: '\\'inci',\n 70: '\\'inci',\n 80: '\\'inci',\n 2: '\\'nci',\n 7: '\\'nci',\n 20: '\\'nci',\n 50: '\\'nci',\n 3: '\\'üncü',\n 4: '\\'üncü',\n 100: '\\'üncü',\n 6: '\\'ncı',\n 9: '\\'uncu',\n 10: '\\'uncu',\n 30: '\\'uncu',\n 60: '\\'ıncı',\n 90: '\\'ıncı'\n };\n\n var tr = moment.defineLocale('tr', {\n months : 'Ocak_Şubat_Mart_Nisan_Mayıs_Haziran_Temmuz_Ağustos_Eylül_Ekim_Kasım_Aralık'.split('_'),\n monthsShort : 'Oca_Şub_Mar_Nis_May_Haz_Tem_Ağu_Eyl_Eki_Kas_Ara'.split('_'),\n weekdays : 'Pazar_Pazartesi_Salı_Çarşamba_Perşembe_Cuma_Cumartesi'.split('_'),\n weekdaysShort : 'Paz_Pts_Sal_Çar_Per_Cum_Cts'.split('_'),\n weekdaysMin : 'Pz_Pt_Sa_Ça_Pe_Cu_Ct'.split('_'),\n longDateFormat : {\n LT : 'HH:mm',\n LTS : 'HH:mm:ss',\n L : 'DD.MM.YYYY',\n LL : 'D MMMM YYYY',\n LLL : 'D MMMM YYYY HH:mm',\n LLLL : 'dddd, D MMMM YYYY HH:mm'\n },\n calendar : {\n sameDay : '[bugün saat] LT',\n nextDay : '[yarın saat] LT',\n nextWeek : '[gelecek] dddd [saat] LT',\n lastDay : '[dün] LT',\n lastWeek : '[geçen] dddd [saat] LT',\n sameElse : 'L'\n },\n relativeTime : {\n future : '%s sonra',\n past : '%s önce',\n s : 'birkaç saniye',\n ss : '%d saniye',\n m : 'bir dakika',\n mm : '%d dakika',\n h : 'bir saat',\n hh : '%d saat',\n d : 'bir gün',\n dd : '%d gün',\n M : 'bir ay',\n MM : '%d ay',\n y : 'bir yıl',\n yy : '%d yıl'\n },\n ordinal: function (number, period) {\n switch (period) {\n case 'd':\n case 'D':\n case 'Do':\n case 'DD':\n return number;\n default:\n if (number === 0) { // special case for zero\n return number + '\\'ıncı';\n }\n var a = number % 10,\n b = number % 100 - a,\n c = number >= 100 ? 100 : null;\n return number + (suffixes[a] || suffixes[b] || suffixes[c]);\n }\n },\n week : {\n dow : 1, // Monday is the first day of the week.\n doy : 7 // The week that contains Jan 7th is the first week of the year.\n }\n });\n\n return tr;\n\n})));\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n // After the year there should be a slash and the amount of years since December 26, 1979 in Roman numerals.\n // This is currently too difficult (maybe even impossible) to add.\n var tzl = moment.defineLocale('tzl', {\n months : 'Januar_Fevraglh_Març_Avrïu_Mai_Gün_Julia_Guscht_Setemvar_Listopäts_Noemvar_Zecemvar'.split('_'),\n monthsShort : 'Jan_Fev_Mar_Avr_Mai_Gün_Jul_Gus_Set_Lis_Noe_Zec'.split('_'),\n weekdays : 'Súladi_Lúneçi_Maitzi_Márcuri_Xhúadi_Viénerçi_Sáturi'.split('_'),\n weekdaysShort : 'Súl_Lún_Mai_Már_Xhú_Vié_Sát'.split('_'),\n weekdaysMin : 'Sú_Lú_Ma_Má_Xh_Vi_Sá'.split('_'),\n longDateFormat : {\n LT : 'HH.mm',\n LTS : 'HH.mm.ss',\n L : 'DD.MM.YYYY',\n LL : 'D. MMMM [dallas] YYYY',\n LLL : 'D. MMMM [dallas] YYYY HH.mm',\n LLLL : 'dddd, [li] D. MMMM [dallas] YYYY HH.mm'\n },\n meridiemParse: /d\\'o|d\\'a/i,\n isPM : function (input) {\n return 'd\\'o' === input.toLowerCase();\n },\n meridiem : function (hours, minutes, isLower) {\n if (hours > 11) {\n return isLower ? 'd\\'o' : 'D\\'O';\n } else {\n return isLower ? 'd\\'a' : 'D\\'A';\n }\n },\n calendar : {\n sameDay : '[oxhi à] LT',\n nextDay : '[demà à] LT',\n nextWeek : 'dddd [à] LT',\n lastDay : '[ieiri à] LT',\n lastWeek : '[sür el] dddd [lasteu à] LT',\n sameElse : 'L'\n },\n relativeTime : {\n future : 'osprei %s',\n past : 'ja%s',\n s : processRelativeTime,\n ss : processRelativeTime,\n m : processRelativeTime,\n mm : processRelativeTime,\n h : processRelativeTime,\n hh : processRelativeTime,\n d : processRelativeTime,\n dd : processRelativeTime,\n M : processRelativeTime,\n MM : processRelativeTime,\n y : processRelativeTime,\n yy : processRelativeTime\n },\n dayOfMonthOrdinalParse: /\\d{1,2}\\./,\n ordinal : '%d.',\n week : {\n dow : 1, // Monday is the first day of the week.\n doy : 4 // The week that contains Jan 4th is the first week of the year.\n }\n });\n\n function processRelativeTime(number, withoutSuffix, key, isFuture) {\n var format = {\n 's': ['viensas secunds', '\\'iensas secunds'],\n 'ss': [number + ' secunds', '' + number + ' secunds'],\n 'm': ['\\'n míut', '\\'iens míut'],\n 'mm': [number + ' míuts', '' + number + ' míuts'],\n 'h': ['\\'n þora', '\\'iensa þora'],\n 'hh': [number + ' þoras', '' + number + ' þoras'],\n 'd': ['\\'n ziua', '\\'iensa ziua'],\n 'dd': [number + ' ziuas', '' + number + ' ziuas'],\n 'M': ['\\'n mes', '\\'iens mes'],\n 'MM': [number + ' mesen', '' + number + ' mesen'],\n 'y': ['\\'n ar', '\\'iens ar'],\n 'yy': [number + ' ars', '' + number + ' ars']\n };\n return isFuture ? format[key][0] : (withoutSuffix ? format[key][0] : format[key][1]);\n }\n\n return tzl;\n\n})));\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n var tzm = moment.defineLocale('tzm', {\n months : 'ⵉⵏⵏⴰⵢⵔ_ⴱⵕⴰⵢⵕ_ⵎⴰⵕⵚ_ⵉⴱⵔⵉⵔ_ⵎⴰⵢⵢⵓ_ⵢⵓⵏⵢⵓ_ⵢⵓⵍⵢⵓⵣ_ⵖⵓⵛⵜ_ⵛⵓⵜⴰⵏⴱⵉⵔ_ⴽⵟⵓⴱⵕ_ⵏⵓⵡⴰⵏⴱⵉⵔ_ⴷⵓⵊⵏⴱⵉⵔ'.split('_'),\n monthsShort : 'ⵉⵏⵏⴰⵢⵔ_ⴱⵕⴰⵢⵕ_ⵎⴰⵕⵚ_ⵉⴱⵔⵉⵔ_ⵎⴰⵢⵢⵓ_ⵢⵓⵏⵢⵓ_ⵢⵓⵍⵢⵓⵣ_ⵖⵓⵛⵜ_ⵛⵓⵜⴰⵏⴱⵉⵔ_ⴽⵟⵓⴱⵕ_ⵏⵓⵡⴰⵏⴱⵉⵔ_ⴷⵓⵊⵏⴱⵉⵔ'.split('_'),\n weekdays : 'ⴰⵙⴰⵎⴰⵙ_ⴰⵢⵏⴰⵙ_ⴰⵙⵉⵏⴰⵙ_ⴰⴽⵔⴰⵙ_ⴰⴽⵡⴰⵙ_ⴰⵙⵉⵎⵡⴰⵙ_ⴰⵙⵉⴹⵢⴰⵙ'.split('_'),\n weekdaysShort : 'ⴰⵙⴰⵎⴰⵙ_ⴰⵢⵏⴰⵙ_ⴰⵙⵉⵏⴰⵙ_ⴰⴽⵔⴰⵙ_ⴰⴽⵡⴰⵙ_ⴰⵙⵉⵎⵡⴰⵙ_ⴰⵙⵉⴹⵢⴰⵙ'.split('_'),\n weekdaysMin : 'ⴰⵙⴰⵎⴰⵙ_ⴰⵢⵏⴰⵙ_ⴰⵙⵉⵏⴰⵙ_ⴰⴽⵔⴰⵙ_ⴰⴽⵡⴰⵙ_ⴰⵙⵉⵎⵡⴰⵙ_ⴰⵙⵉⴹⵢⴰⵙ'.split('_'),\n longDateFormat : {\n LT : 'HH:mm',\n LTS: 'HH:mm:ss',\n L : 'DD/MM/YYYY',\n LL : 'D MMMM YYYY',\n LLL : 'D MMMM YYYY HH:mm',\n LLLL : 'dddd D MMMM YYYY HH:mm'\n },\n calendar : {\n sameDay: '[ⴰⵙⴷⵅ ⴴ] LT',\n nextDay: '[ⴰⵙⴽⴰ ⴴ] LT',\n nextWeek: 'dddd [ⴴ] LT',\n lastDay: '[ⴰⵚⴰⵏⵜ ⴴ] LT',\n lastWeek: 'dddd [ⴴ] LT',\n sameElse: 'L'\n },\n relativeTime : {\n future : 'ⴷⴰⴷⵅ ⵙ ⵢⴰⵏ %s',\n past : 'ⵢⴰⵏ %s',\n s : 'ⵉⵎⵉⴽ',\n ss : '%d ⵉⵎⵉⴽ',\n m : 'ⵎⵉⵏⵓⴺ',\n mm : '%d ⵎⵉⵏⵓⴺ',\n h : 'ⵙⴰⵄⴰ',\n hh : '%d ⵜⴰⵙⵙⴰⵄⵉⵏ',\n d : 'ⴰⵙⵙ',\n dd : '%d oⵙⵙⴰⵏ',\n M : 'ⴰⵢoⵓⵔ',\n MM : '%d ⵉⵢⵢⵉⵔⵏ',\n y : 'ⴰⵙⴳⴰⵙ',\n yy : '%d ⵉⵙⴳⴰⵙⵏ'\n },\n week : {\n dow : 6, // Saturday is the first day of the week.\n doy : 12 // The week that contains Jan 12th is the first week of the year.\n }\n });\n\n return tzm;\n\n})));\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n var tzmLatn = moment.defineLocale('tzm-latn', {\n months : 'innayr_brˤayrˤ_marˤsˤ_ibrir_mayyw_ywnyw_ywlywz_ɣwšt_šwtanbir_ktˤwbrˤ_nwwanbir_dwjnbir'.split('_'),\n monthsShort : 'innayr_brˤayrˤ_marˤsˤ_ibrir_mayyw_ywnyw_ywlywz_ɣwšt_šwtanbir_ktˤwbrˤ_nwwanbir_dwjnbir'.split('_'),\n weekdays : 'asamas_aynas_asinas_akras_akwas_asimwas_asiḍyas'.split('_'),\n weekdaysShort : 'asamas_aynas_asinas_akras_akwas_asimwas_asiḍyas'.split('_'),\n weekdaysMin : 'asamas_aynas_asinas_akras_akwas_asimwas_asiḍyas'.split('_'),\n longDateFormat : {\n LT : 'HH:mm',\n LTS : 'HH:mm:ss',\n L : 'DD/MM/YYYY',\n LL : 'D MMMM YYYY',\n LLL : 'D MMMM YYYY HH:mm',\n LLLL : 'dddd D MMMM YYYY HH:mm'\n },\n calendar : {\n sameDay: '[asdkh g] LT',\n nextDay: '[aska g] LT',\n nextWeek: 'dddd [g] LT',\n lastDay: '[assant g] LT',\n lastWeek: 'dddd [g] LT',\n sameElse: 'L'\n },\n relativeTime : {\n future : 'dadkh s yan %s',\n past : 'yan %s',\n s : 'imik',\n ss : '%d imik',\n m : 'minuḍ',\n mm : '%d minuḍ',\n h : 'saɛa',\n hh : '%d tassaɛin',\n d : 'ass',\n dd : '%d ossan',\n M : 'ayowr',\n MM : '%d iyyirn',\n y : 'asgas',\n yy : '%d isgasn'\n },\n week : {\n dow : 6, // Saturday is the first day of the week.\n doy : 12 // The week that contains Jan 12th is the first week of the year.\n }\n });\n\n return tzmLatn;\n\n})));\n","//! moment.js language configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n var ugCn = moment.defineLocale('ug-cn', {\n months: 'يانۋار_فېۋرال_مارت_ئاپرېل_ماي_ئىيۇن_ئىيۇل_ئاۋغۇست_سېنتەبىر_ئۆكتەبىر_نويابىر_دېكابىر'.split(\n '_'\n ),\n monthsShort: 'يانۋار_فېۋرال_مارت_ئاپرېل_ماي_ئىيۇن_ئىيۇل_ئاۋغۇست_سېنتەبىر_ئۆكتەبىر_نويابىر_دېكابىر'.split(\n '_'\n ),\n weekdays: 'يەكشەنبە_دۈشەنبە_سەيشەنبە_چارشەنبە_پەيشەنبە_جۈمە_شەنبە'.split(\n '_'\n ),\n weekdaysShort: 'يە_دۈ_سە_چا_پە_جۈ_شە'.split('_'),\n weekdaysMin: 'يە_دۈ_سە_چا_پە_جۈ_شە'.split('_'),\n longDateFormat: {\n LT: 'HH:mm',\n LTS: 'HH:mm:ss',\n L: 'YYYY-MM-DD',\n LL: 'YYYY-يىلىM-ئاينىڭD-كۈنى',\n LLL: 'YYYY-يىلىM-ئاينىڭD-كۈنى، HH:mm',\n LLLL: 'dddd، YYYY-يىلىM-ئاينىڭD-كۈنى، HH:mm'\n },\n meridiemParse: /يېرىم كېچە|سەھەر|چۈشتىن بۇرۇن|چۈش|چۈشتىن كېيىن|كەچ/,\n meridiemHour: function (hour, meridiem) {\n if (hour === 12) {\n hour = 0;\n }\n if (\n meridiem === 'يېرىم كېچە' ||\n meridiem === 'سەھەر' ||\n meridiem === 'چۈشتىن بۇرۇن'\n ) {\n return hour;\n } else if (meridiem === 'چۈشتىن كېيىن' || meridiem === 'كەچ') {\n return hour + 12;\n } else {\n return hour >= 11 ? hour : hour + 12;\n }\n },\n meridiem: function (hour, minute, isLower) {\n var hm = hour * 100 + minute;\n if (hm < 600) {\n return 'يېرىم كېچە';\n } else if (hm < 900) {\n return 'سەھەر';\n } else if (hm < 1130) {\n return 'چۈشتىن بۇرۇن';\n } else if (hm < 1230) {\n return 'چۈش';\n } else if (hm < 1800) {\n return 'چۈشتىن كېيىن';\n } else {\n return 'كەچ';\n }\n },\n calendar: {\n sameDay: '[بۈگۈن سائەت] LT',\n nextDay: '[ئەتە سائەت] LT',\n nextWeek: '[كېلەركى] dddd [سائەت] LT',\n lastDay: '[تۆنۈگۈن] LT',\n lastWeek: '[ئالدىنقى] dddd [سائەت] LT',\n sameElse: 'L'\n },\n relativeTime: {\n future: '%s كېيىن',\n past: '%s بۇرۇن',\n s: 'نەچچە سېكونت',\n ss: '%d سېكونت',\n m: 'بىر مىنۇت',\n mm: '%d مىنۇت',\n h: 'بىر سائەت',\n hh: '%d سائەت',\n d: 'بىر كۈن',\n dd: '%d كۈن',\n M: 'بىر ئاي',\n MM: '%d ئاي',\n y: 'بىر يىل',\n yy: '%d يىل'\n },\n\n dayOfMonthOrdinalParse: /\\d{1,2}(-كۈنى|-ئاي|-ھەپتە)/,\n ordinal: function (number, period) {\n switch (period) {\n case 'd':\n case 'D':\n case 'DDD':\n return number + '-كۈنى';\n case 'w':\n case 'W':\n return number + '-ھەپتە';\n default:\n return number;\n }\n },\n preparse: function (string) {\n return string.replace(/،/g, ',');\n },\n postformat: function (string) {\n return string.replace(/,/g, '،');\n },\n week: {\n // GB/T 7408-1994《数据元和交换格式·信息交换·日期和时间表示法》与ISO 8601:1988等效\n dow: 1, // Monday is the first day of the week.\n doy: 7 // The week that contains Jan 1st is the first week of the year.\n }\n });\n\n return ugCn;\n\n})));\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n function plural(word, num) {\n var forms = word.split('_');\n return num % 10 === 1 && num % 100 !== 11 ? forms[0] : (num % 10 >= 2 && num % 10 <= 4 && (num % 100 < 10 || num % 100 >= 20) ? forms[1] : forms[2]);\n }\n function relativeTimeWithPlural(number, withoutSuffix, key) {\n var format = {\n 'ss': withoutSuffix ? 'секунда_секунди_секунд' : 'секунду_секунди_секунд',\n 'mm': withoutSuffix ? 'хвилина_хвилини_хвилин' : 'хвилину_хвилини_хвилин',\n 'hh': withoutSuffix ? 'година_години_годин' : 'годину_години_годин',\n 'dd': 'день_дні_днів',\n 'MM': 'місяць_місяці_місяців',\n 'yy': 'рік_роки_років'\n };\n if (key === 'm') {\n return withoutSuffix ? 'хвилина' : 'хвилину';\n }\n else if (key === 'h') {\n return withoutSuffix ? 'година' : 'годину';\n }\n else {\n return number + ' ' + plural(format[key], +number);\n }\n }\n function weekdaysCaseReplace(m, format) {\n var weekdays = {\n 'nominative': 'неділя_понеділок_вівторок_середа_четвер_п’ятниця_субота'.split('_'),\n 'accusative': 'неділю_понеділок_вівторок_середу_четвер_п’ятницю_суботу'.split('_'),\n 'genitive': 'неділі_понеділка_вівторка_середи_четверга_п’ятниці_суботи'.split('_')\n };\n\n if (m === true) {\n return weekdays['nominative'].slice(1, 7).concat(weekdays['nominative'].slice(0, 1));\n }\n if (!m) {\n return weekdays['nominative'];\n }\n\n var nounCase = (/(\\[[ВвУу]\\]) ?dddd/).test(format) ?\n 'accusative' :\n ((/\\[?(?:минулої|наступної)? ?\\] ?dddd/).test(format) ?\n 'genitive' :\n 'nominative');\n return weekdays[nounCase][m.day()];\n }\n function processHoursFunction(str) {\n return function () {\n return str + 'о' + (this.hours() === 11 ? 'б' : '') + '] LT';\n };\n }\n\n var uk = moment.defineLocale('uk', {\n months : {\n 'format': 'січня_лютого_березня_квітня_травня_червня_липня_серпня_вересня_жовтня_листопада_грудня'.split('_'),\n 'standalone': 'січень_лютий_березень_квітень_травень_червень_липень_серпень_вересень_жовтень_листопад_грудень'.split('_')\n },\n monthsShort : 'січ_лют_бер_квіт_трав_черв_лип_серп_вер_жовт_лист_груд'.split('_'),\n weekdays : weekdaysCaseReplace,\n weekdaysShort : 'нд_пн_вт_ср_чт_пт_сб'.split('_'),\n weekdaysMin : 'нд_пн_вт_ср_чт_пт_сб'.split('_'),\n longDateFormat : {\n LT : 'HH:mm',\n LTS : 'HH:mm:ss',\n L : 'DD.MM.YYYY',\n LL : 'D MMMM YYYY р.',\n LLL : 'D MMMM YYYY р., HH:mm',\n LLLL : 'dddd, D MMMM YYYY р., HH:mm'\n },\n calendar : {\n sameDay: processHoursFunction('[Сьогодні '),\n nextDay: processHoursFunction('[Завтра '),\n lastDay: processHoursFunction('[Вчора '),\n nextWeek: processHoursFunction('[У] dddd ['),\n lastWeek: function () {\n switch (this.day()) {\n case 0:\n case 3:\n case 5:\n case 6:\n return processHoursFunction('[Минулої] dddd [').call(this);\n case 1:\n case 2:\n case 4:\n return processHoursFunction('[Минулого] dddd [').call(this);\n }\n },\n sameElse: 'L'\n },\n relativeTime : {\n future : 'за %s',\n past : '%s тому',\n s : 'декілька секунд',\n ss : relativeTimeWithPlural,\n m : relativeTimeWithPlural,\n mm : relativeTimeWithPlural,\n h : 'годину',\n hh : relativeTimeWithPlural,\n d : 'день',\n dd : relativeTimeWithPlural,\n M : 'місяць',\n MM : relativeTimeWithPlural,\n y : 'рік',\n yy : relativeTimeWithPlural\n },\n // M. E.: those two are virtually unused but a user might want to implement them for his/her website for some reason\n meridiemParse: /ночі|ранку|дня|вечора/,\n isPM: function (input) {\n return /^(дня|вечора)$/.test(input);\n },\n meridiem : function (hour, minute, isLower) {\n if (hour < 4) {\n return 'ночі';\n } else if (hour < 12) {\n return 'ранку';\n } else if (hour < 17) {\n return 'дня';\n } else {\n return 'вечора';\n }\n },\n dayOfMonthOrdinalParse: /\\d{1,2}-(й|го)/,\n ordinal: function (number, period) {\n switch (period) {\n case 'M':\n case 'd':\n case 'DDD':\n case 'w':\n case 'W':\n return number + '-й';\n case 'D':\n return number + '-го';\n default:\n return number;\n }\n },\n week : {\n dow : 1, // Monday is the first day of the week.\n doy : 7 // The week that contains Jan 7th is the first week of the year.\n }\n });\n\n return uk;\n\n})));\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n var months = [\n 'جنوری',\n 'فروری',\n 'مارچ',\n 'اپریل',\n 'مئی',\n 'جون',\n 'جولائی',\n 'اگست',\n 'ستمبر',\n 'اکتوبر',\n 'نومبر',\n 'دسمبر'\n ];\n var days = [\n 'اتوار',\n 'پیر',\n 'منگل',\n 'بدھ',\n 'جمعرات',\n 'جمعہ',\n 'ہفتہ'\n ];\n\n var ur = moment.defineLocale('ur', {\n months : months,\n monthsShort : months,\n weekdays : days,\n weekdaysShort : days,\n weekdaysMin : days,\n longDateFormat : {\n LT : 'HH:mm',\n LTS : 'HH:mm:ss',\n L : 'DD/MM/YYYY',\n LL : 'D MMMM YYYY',\n LLL : 'D MMMM YYYY HH:mm',\n LLLL : 'dddd، D MMMM YYYY HH:mm'\n },\n meridiemParse: /صبح|شام/,\n isPM : function (input) {\n return 'شام' === input;\n },\n meridiem : function (hour, minute, isLower) {\n if (hour < 12) {\n return 'صبح';\n }\n return 'شام';\n },\n calendar : {\n sameDay : '[آج بوقت] LT',\n nextDay : '[کل بوقت] LT',\n nextWeek : 'dddd [بوقت] LT',\n lastDay : '[گذشتہ روز بوقت] LT',\n lastWeek : '[گذشتہ] dddd [بوقت] LT',\n sameElse : 'L'\n },\n relativeTime : {\n future : '%s بعد',\n past : '%s قبل',\n s : 'چند سیکنڈ',\n ss : '%d سیکنڈ',\n m : 'ایک منٹ',\n mm : '%d منٹ',\n h : 'ایک گھنٹہ',\n hh : '%d گھنٹے',\n d : 'ایک دن',\n dd : '%d دن',\n M : 'ایک ماہ',\n MM : '%d ماہ',\n y : 'ایک سال',\n yy : '%d سال'\n },\n preparse: function (string) {\n return string.replace(/،/g, ',');\n },\n postformat: function (string) {\n return string.replace(/,/g, '،');\n },\n week : {\n dow : 1, // Monday is the first day of the week.\n doy : 4 // The week that contains Jan 4th is the first week of the year.\n }\n });\n\n return ur;\n\n})));\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n var uz = moment.defineLocale('uz', {\n months : 'январ_феврал_март_апрел_май_июн_июл_август_сентябр_октябр_ноябр_декабр'.split('_'),\n monthsShort : 'янв_фев_мар_апр_май_июн_июл_авг_сен_окт_ноя_дек'.split('_'),\n weekdays : 'Якшанба_Душанба_Сешанба_Чоршанба_Пайшанба_Жума_Шанба'.split('_'),\n weekdaysShort : 'Якш_Душ_Сеш_Чор_Пай_Жум_Шан'.split('_'),\n weekdaysMin : 'Як_Ду_Се_Чо_Па_Жу_Ша'.split('_'),\n longDateFormat : {\n LT : 'HH:mm',\n LTS : 'HH:mm:ss',\n L : 'DD/MM/YYYY',\n LL : 'D MMMM YYYY',\n LLL : 'D MMMM YYYY HH:mm',\n LLLL : 'D MMMM YYYY, dddd HH:mm'\n },\n calendar : {\n sameDay : '[Бугун соат] LT [да]',\n nextDay : '[Эртага] LT [да]',\n nextWeek : 'dddd [куни соат] LT [да]',\n lastDay : '[Кеча соат] LT [да]',\n lastWeek : '[Утган] dddd [куни соат] LT [да]',\n sameElse : 'L'\n },\n relativeTime : {\n future : 'Якин %s ичида',\n past : 'Бир неча %s олдин',\n s : 'фурсат',\n ss : '%d фурсат',\n m : 'бир дакика',\n mm : '%d дакика',\n h : 'бир соат',\n hh : '%d соат',\n d : 'бир кун',\n dd : '%d кун',\n M : 'бир ой',\n MM : '%d ой',\n y : 'бир йил',\n yy : '%d йил'\n },\n week : {\n dow : 1, // Monday is the first day of the week.\n doy : 7 // The week that contains Jan 4th is the first week of the year.\n }\n });\n\n return uz;\n\n})));\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n var uzLatn = moment.defineLocale('uz-latn', {\n months : 'Yanvar_Fevral_Mart_Aprel_May_Iyun_Iyul_Avgust_Sentabr_Oktabr_Noyabr_Dekabr'.split('_'),\n monthsShort : 'Yan_Fev_Mar_Apr_May_Iyun_Iyul_Avg_Sen_Okt_Noy_Dek'.split('_'),\n weekdays : 'Yakshanba_Dushanba_Seshanba_Chorshanba_Payshanba_Juma_Shanba'.split('_'),\n weekdaysShort : 'Yak_Dush_Sesh_Chor_Pay_Jum_Shan'.split('_'),\n weekdaysMin : 'Ya_Du_Se_Cho_Pa_Ju_Sha'.split('_'),\n longDateFormat : {\n LT : 'HH:mm',\n LTS : 'HH:mm:ss',\n L : 'DD/MM/YYYY',\n LL : 'D MMMM YYYY',\n LLL : 'D MMMM YYYY HH:mm',\n LLLL : 'D MMMM YYYY, dddd HH:mm'\n },\n calendar : {\n sameDay : '[Bugun soat] LT [da]',\n nextDay : '[Ertaga] LT [da]',\n nextWeek : 'dddd [kuni soat] LT [da]',\n lastDay : '[Kecha soat] LT [da]',\n lastWeek : '[O\\'tgan] dddd [kuni soat] LT [da]',\n sameElse : 'L'\n },\n relativeTime : {\n future : 'Yaqin %s ichida',\n past : 'Bir necha %s oldin',\n s : 'soniya',\n ss : '%d soniya',\n m : 'bir daqiqa',\n mm : '%d daqiqa',\n h : 'bir soat',\n hh : '%d soat',\n d : 'bir kun',\n dd : '%d kun',\n M : 'bir oy',\n MM : '%d oy',\n y : 'bir yil',\n yy : '%d yil'\n },\n week : {\n dow : 1, // Monday is the first day of the week.\n doy : 7 // The week that contains Jan 7th is the first week of the year.\n }\n });\n\n return uzLatn;\n\n})));\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n var vi = moment.defineLocale('vi', {\n months : 'tháng 1_tháng 2_tháng 3_tháng 4_tháng 5_tháng 6_tháng 7_tháng 8_tháng 9_tháng 10_tháng 11_tháng 12'.split('_'),\n monthsShort : 'Th01_Th02_Th03_Th04_Th05_Th06_Th07_Th08_Th09_Th10_Th11_Th12'.split('_'),\n monthsParseExact : true,\n weekdays : 'chủ nhật_thứ hai_thứ ba_thứ tư_thứ năm_thứ sáu_thứ bảy'.split('_'),\n weekdaysShort : 'CN_T2_T3_T4_T5_T6_T7'.split('_'),\n weekdaysMin : 'CN_T2_T3_T4_T5_T6_T7'.split('_'),\n weekdaysParseExact : true,\n meridiemParse: /sa|ch/i,\n isPM : function (input) {\n return /^ch$/i.test(input);\n },\n meridiem : function (hours, minutes, isLower) {\n if (hours < 12) {\n return isLower ? 'sa' : 'SA';\n } else {\n return isLower ? 'ch' : 'CH';\n }\n },\n longDateFormat : {\n LT : 'HH:mm',\n LTS : 'HH:mm:ss',\n L : 'DD/MM/YYYY',\n LL : 'D MMMM [năm] YYYY',\n LLL : 'D MMMM [năm] YYYY HH:mm',\n LLLL : 'dddd, D MMMM [năm] YYYY HH:mm',\n l : 'DD/M/YYYY',\n ll : 'D MMM YYYY',\n lll : 'D MMM YYYY HH:mm',\n llll : 'ddd, D MMM YYYY HH:mm'\n },\n calendar : {\n sameDay: '[Hôm nay lúc] LT',\n nextDay: '[Ngày mai lúc] LT',\n nextWeek: 'dddd [tuần tới lúc] LT',\n lastDay: '[Hôm qua lúc] LT',\n lastWeek: 'dddd [tuần rồi lúc] LT',\n sameElse: 'L'\n },\n relativeTime : {\n future : '%s tới',\n past : '%s trước',\n s : 'vài giây',\n ss : '%d giây' ,\n m : 'một phút',\n mm : '%d phút',\n h : 'một giờ',\n hh : '%d giờ',\n d : 'một ngày',\n dd : '%d ngày',\n M : 'một tháng',\n MM : '%d tháng',\n y : 'một năm',\n yy : '%d năm'\n },\n dayOfMonthOrdinalParse: /\\d{1,2}/,\n ordinal : function (number) {\n return number;\n },\n week : {\n dow : 1, // Monday is the first day of the week.\n doy : 4 // The week that contains Jan 4th is the first week of the year.\n }\n });\n\n return vi;\n\n})));\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n var xPseudo = moment.defineLocale('x-pseudo', {\n months : 'J~áñúá~rý_F~ébrú~árý_~Márc~h_Áp~ríl_~Máý_~Júñé~_Júl~ý_Áú~gúst~_Sép~témb~ér_Ó~ctób~ér_Ñ~óvém~bér_~Décé~mbér'.split('_'),\n monthsShort : 'J~áñ_~Féb_~Már_~Ápr_~Máý_~Júñ_~Júl_~Áúg_~Sép_~Óct_~Ñóv_~Déc'.split('_'),\n monthsParseExact : true,\n weekdays : 'S~úñdá~ý_Mó~ñdáý~_Túé~sdáý~_Wéd~ñésd~áý_T~húrs~dáý_~Fríd~áý_S~átúr~dáý'.split('_'),\n weekdaysShort : 'S~úñ_~Móñ_~Túé_~Wéd_~Thú_~Frí_~Sát'.split('_'),\n weekdaysMin : 'S~ú_Mó~_Tú_~Wé_T~h_Fr~_Sá'.split('_'),\n weekdaysParseExact : true,\n longDateFormat : {\n LT : 'HH:mm',\n L : 'DD/MM/YYYY',\n LL : 'D MMMM YYYY',\n LLL : 'D MMMM YYYY HH:mm',\n LLLL : 'dddd, D MMMM YYYY HH:mm'\n },\n calendar : {\n sameDay : '[T~ódá~ý át] LT',\n nextDay : '[T~ómó~rró~w át] LT',\n nextWeek : 'dddd [át] LT',\n lastDay : '[Ý~ést~érdá~ý át] LT',\n lastWeek : '[L~ást] dddd [át] LT',\n sameElse : 'L'\n },\n relativeTime : {\n future : 'í~ñ %s',\n past : '%s á~gó',\n s : 'á ~féw ~sécó~ñds',\n ss : '%d s~écóñ~ds',\n m : 'á ~míñ~úté',\n mm : '%d m~íñú~tés',\n h : 'á~ñ hó~úr',\n hh : '%d h~óúrs',\n d : 'á ~dáý',\n dd : '%d d~áýs',\n M : 'á ~móñ~th',\n MM : '%d m~óñt~hs',\n y : 'á ~ýéár',\n yy : '%d ý~éárs'\n },\n dayOfMonthOrdinalParse: /\\d{1,2}(th|st|nd|rd)/,\n ordinal : function (number) {\n var b = number % 10,\n output = (~~(number % 100 / 10) === 1) ? 'th' :\n (b === 1) ? 'st' :\n (b === 2) ? 'nd' :\n (b === 3) ? 'rd' : 'th';\n return number + output;\n },\n week : {\n dow : 1, // Monday is the first day of the week.\n doy : 4 // The week that contains Jan 4th is the first week of the year.\n }\n });\n\n return xPseudo;\n\n})));\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n var yo = moment.defineLocale('yo', {\n months : 'Sẹ́rẹ́_Èrèlè_Ẹrẹ̀nà_Ìgbé_Èbibi_Òkùdu_Agẹmo_Ògún_Owewe_Ọ̀wàrà_Bélú_Ọ̀pẹ̀̀'.split('_'),\n monthsShort : 'Sẹ́r_Èrl_Ẹrn_Ìgb_Èbi_Òkù_Agẹ_Ògú_Owe_Ọ̀wà_Bél_Ọ̀pẹ̀̀'.split('_'),\n weekdays : 'Àìkú_Ajé_Ìsẹ́gun_Ọjọ́rú_Ọjọ́bọ_Ẹtì_Àbámẹ́ta'.split('_'),\n weekdaysShort : 'Àìk_Ajé_Ìsẹ́_Ọjr_Ọjb_Ẹtì_Àbá'.split('_'),\n weekdaysMin : 'Àì_Aj_Ìs_Ọr_Ọb_Ẹt_Àb'.split('_'),\n longDateFormat : {\n LT : 'h:mm A',\n LTS : 'h:mm:ss A',\n L : 'DD/MM/YYYY',\n LL : 'D MMMM YYYY',\n LLL : 'D MMMM YYYY h:mm A',\n LLLL : 'dddd, D MMMM YYYY h:mm A'\n },\n calendar : {\n sameDay : '[Ònì ni] LT',\n nextDay : '[Ọ̀la ni] LT',\n nextWeek : 'dddd [Ọsẹ̀ tón\\'bọ] [ni] LT',\n lastDay : '[Àna ni] LT',\n lastWeek : 'dddd [Ọsẹ̀ tólọ́] [ni] LT',\n sameElse : 'L'\n },\n relativeTime : {\n future : 'ní %s',\n past : '%s kọjá',\n s : 'ìsẹjú aayá die',\n ss :'aayá %d',\n m : 'ìsẹjú kan',\n mm : 'ìsẹjú %d',\n h : 'wákati kan',\n hh : 'wákati %d',\n d : 'ọjọ́ kan',\n dd : 'ọjọ́ %d',\n M : 'osù kan',\n MM : 'osù %d',\n y : 'ọdún kan',\n yy : 'ọdún %d'\n },\n dayOfMonthOrdinalParse : /ọjọ́\\s\\d{1,2}/,\n ordinal : 'ọjọ́ %d',\n week : {\n dow : 1, // Monday is the first day of the week.\n doy : 4 // The week that contains Jan 4th is the first week of the year.\n }\n });\n\n return yo;\n\n})));\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n var zhCn = moment.defineLocale('zh-cn', {\n months : '一月_二月_三月_四月_五月_六月_七月_八月_九月_十月_十一月_十二月'.split('_'),\n monthsShort : '1月_2月_3月_4月_5月_6月_7月_8月_9月_10月_11月_12月'.split('_'),\n weekdays : '星期日_星期一_星期二_星期三_星期四_星期五_星期六'.split('_'),\n weekdaysShort : '周日_周一_周二_周三_周四_周五_周六'.split('_'),\n weekdaysMin : '日_一_二_三_四_五_六'.split('_'),\n longDateFormat : {\n LT : 'HH:mm',\n LTS : 'HH:mm:ss',\n L : 'YYYY/MM/DD',\n LL : 'YYYY年M月D日',\n LLL : 'YYYY年M月D日Ah点mm分',\n LLLL : 'YYYY年M月D日ddddAh点mm分',\n l : 'YYYY/M/D',\n ll : 'YYYY年M月D日',\n lll : 'YYYY年M月D日 HH:mm',\n llll : 'YYYY年M月D日dddd HH:mm'\n },\n meridiemParse: /凌晨|早上|上午|中午|下午|晚上/,\n meridiemHour: function (hour, meridiem) {\n if (hour === 12) {\n hour = 0;\n }\n if (meridiem === '凌晨' || meridiem === '早上' ||\n meridiem === '上午') {\n return hour;\n } else if (meridiem === '下午' || meridiem === '晚上') {\n return hour + 12;\n } else {\n // '中午'\n return hour >= 11 ? hour : hour + 12;\n }\n },\n meridiem : function (hour, minute, isLower) {\n var hm = hour * 100 + minute;\n if (hm < 600) {\n return '凌晨';\n } else if (hm < 900) {\n return '早上';\n } else if (hm < 1130) {\n return '上午';\n } else if (hm < 1230) {\n return '中午';\n } else if (hm < 1800) {\n return '下午';\n } else {\n return '晚上';\n }\n },\n calendar : {\n sameDay : '[今天]LT',\n nextDay : '[明天]LT',\n nextWeek : '[下]ddddLT',\n lastDay : '[昨天]LT',\n lastWeek : '[上]ddddLT',\n sameElse : 'L'\n },\n dayOfMonthOrdinalParse: /\\d{1,2}(日|月|周)/,\n ordinal : function (number, period) {\n switch (period) {\n case 'd':\n case 'D':\n case 'DDD':\n return number + '日';\n case 'M':\n return number + '月';\n case 'w':\n case 'W':\n return number + '周';\n default:\n return number;\n }\n },\n relativeTime : {\n future : '%s内',\n past : '%s前',\n s : '几秒',\n ss : '%d 秒',\n m : '1 分钟',\n mm : '%d 分钟',\n h : '1 小时',\n hh : '%d 小时',\n d : '1 天',\n dd : '%d 天',\n M : '1 个月',\n MM : '%d 个月',\n y : '1 年',\n yy : '%d 年'\n },\n week : {\n // GB/T 7408-1994《数据元和交换格式·信息交换·日期和时间表示法》与ISO 8601:1988等效\n dow : 1, // Monday is the first day of the week.\n doy : 4 // The week that contains Jan 4th is the first week of the year.\n }\n });\n\n return zhCn;\n\n})));\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n var zhHk = moment.defineLocale('zh-hk', {\n months : '一月_二月_三月_四月_五月_六月_七月_八月_九月_十月_十一月_十二月'.split('_'),\n monthsShort : '1月_2月_3月_4月_5月_6月_7月_8月_9月_10月_11月_12月'.split('_'),\n weekdays : '星期日_星期一_星期二_星期三_星期四_星期五_星期六'.split('_'),\n weekdaysShort : '週日_週一_週二_週三_週四_週五_週六'.split('_'),\n weekdaysMin : '日_一_二_三_四_五_六'.split('_'),\n longDateFormat : {\n LT : 'HH:mm',\n LTS : 'HH:mm:ss',\n L : 'YYYY/MM/DD',\n LL : 'YYYY年M月D日',\n LLL : 'YYYY年M月D日 HH:mm',\n LLLL : 'YYYY年M月D日dddd HH:mm',\n l : 'YYYY/M/D',\n ll : 'YYYY年M月D日',\n lll : 'YYYY年M月D日 HH:mm',\n llll : 'YYYY年M月D日dddd HH:mm'\n },\n meridiemParse: /凌晨|早上|上午|中午|下午|晚上/,\n meridiemHour : function (hour, meridiem) {\n if (hour === 12) {\n hour = 0;\n }\n if (meridiem === '凌晨' || meridiem === '早上' || meridiem === '上午') {\n return hour;\n } else if (meridiem === '中午') {\n return hour >= 11 ? hour : hour + 12;\n } else if (meridiem === '下午' || meridiem === '晚上') {\n return hour + 12;\n }\n },\n meridiem : function (hour, minute, isLower) {\n var hm = hour * 100 + minute;\n if (hm < 600) {\n return '凌晨';\n } else if (hm < 900) {\n return '早上';\n } else if (hm < 1130) {\n return '上午';\n } else if (hm < 1230) {\n return '中午';\n } else if (hm < 1800) {\n return '下午';\n } else {\n return '晚上';\n }\n },\n calendar : {\n sameDay : '[今天]LT',\n nextDay : '[明天]LT',\n nextWeek : '[下]ddddLT',\n lastDay : '[昨天]LT',\n lastWeek : '[上]ddddLT',\n sameElse : 'L'\n },\n dayOfMonthOrdinalParse: /\\d{1,2}(日|月|週)/,\n ordinal : function (number, period) {\n switch (period) {\n case 'd' :\n case 'D' :\n case 'DDD' :\n return number + '日';\n case 'M' :\n return number + '月';\n case 'w' :\n case 'W' :\n return number + '週';\n default :\n return number;\n }\n },\n relativeTime : {\n future : '%s內',\n past : '%s前',\n s : '幾秒',\n ss : '%d 秒',\n m : '1 分鐘',\n mm : '%d 分鐘',\n h : '1 小時',\n hh : '%d 小時',\n d : '1 天',\n dd : '%d 天',\n M : '1 個月',\n MM : '%d 個月',\n y : '1 年',\n yy : '%d 年'\n }\n });\n\n return zhHk;\n\n})));\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n var zhTw = moment.defineLocale('zh-tw', {\n months : '一月_二月_三月_四月_五月_六月_七月_八月_九月_十月_十一月_十二月'.split('_'),\n monthsShort : '1月_2月_3月_4月_5月_6月_7月_8月_9月_10月_11月_12月'.split('_'),\n weekdays : '星期日_星期一_星期二_星期三_星期四_星期五_星期六'.split('_'),\n weekdaysShort : '週日_週一_週二_週三_週四_週五_週六'.split('_'),\n weekdaysMin : '日_一_二_三_四_五_六'.split('_'),\n longDateFormat : {\n LT : 'HH:mm',\n LTS : 'HH:mm:ss',\n L : 'YYYY/MM/DD',\n LL : 'YYYY年M月D日',\n LLL : 'YYYY年M月D日 HH:mm',\n LLLL : 'YYYY年M月D日dddd HH:mm',\n l : 'YYYY/M/D',\n ll : 'YYYY年M月D日',\n lll : 'YYYY年M月D日 HH:mm',\n llll : 'YYYY年M月D日dddd HH:mm'\n },\n meridiemParse: /凌晨|早上|上午|中午|下午|晚上/,\n meridiemHour : function (hour, meridiem) {\n if (hour === 12) {\n hour = 0;\n }\n if (meridiem === '凌晨' || meridiem === '早上' || meridiem === '上午') {\n return hour;\n } else if (meridiem === '中午') {\n return hour >= 11 ? hour : hour + 12;\n } else if (meridiem === '下午' || meridiem === '晚上') {\n return hour + 12;\n }\n },\n meridiem : function (hour, minute, isLower) {\n var hm = hour * 100 + minute;\n if (hm < 600) {\n return '凌晨';\n } else if (hm < 900) {\n return '早上';\n } else if (hm < 1130) {\n return '上午';\n } else if (hm < 1230) {\n return '中午';\n } else if (hm < 1800) {\n return '下午';\n } else {\n return '晚上';\n }\n },\n calendar : {\n sameDay : '[今天] LT',\n nextDay : '[明天] LT',\n nextWeek : '[下]dddd LT',\n lastDay : '[昨天] LT',\n lastWeek : '[上]dddd LT',\n sameElse : 'L'\n },\n dayOfMonthOrdinalParse: /\\d{1,2}(日|月|週)/,\n ordinal : function (number, period) {\n switch (period) {\n case 'd' :\n case 'D' :\n case 'DDD' :\n return number + '日';\n case 'M' :\n return number + '月';\n case 'w' :\n case 'W' :\n return number + '週';\n default :\n return number;\n }\n },\n relativeTime : {\n future : '%s內',\n past : '%s前',\n s : '幾秒',\n ss : '%d 秒',\n m : '1 分鐘',\n mm : '%d 分鐘',\n h : '1 小時',\n hh : '%d 小時',\n d : '1 天',\n dd : '%d 天',\n M : '1 個月',\n MM : '%d 個月',\n y : '1 年',\n yy : '%d 年'\n }\n });\n\n return zhTw;\n\n})));\n","var DESCRIPTORS = require('../internals/descriptors');\nvar propertyIsEnumerableModule = require('../internals/object-property-is-enumerable');\nvar createPropertyDescriptor = require('../internals/create-property-descriptor');\nvar toIndexedObject = require('../internals/to-indexed-object');\nvar toPrimitive = require('../internals/to-primitive');\nvar has = require('../internals/has');\nvar IE8_DOM_DEFINE = require('../internals/ie8-dom-define');\n\nvar nativeGetOwnPropertyDescriptor = Object.getOwnPropertyDescriptor;\n\n// `Object.getOwnPropertyDescriptor` method\n// https://tc39.github.io/ecma262/#sec-object.getownpropertydescriptor\nexports.f = DESCRIPTORS ? nativeGetOwnPropertyDescriptor : function getOwnPropertyDescriptor(O, P) {\n O = toIndexedObject(O);\n P = toPrimitive(P, true);\n if (IE8_DOM_DEFINE) try {\n return nativeGetOwnPropertyDescriptor(O, P);\n } catch (error) { /* empty */ }\n if (has(O, P)) return createPropertyDescriptor(!propertyIsEnumerableModule.f.call(O, P), O[P]);\n};\n","'use strict';\nvar nativePropertyIsEnumerable = {}.propertyIsEnumerable;\nvar getOwnPropertyDescriptor = Object.getOwnPropertyDescriptor;\n\n// Nashorn ~ JDK8 bug\nvar NASHORN_BUG = getOwnPropertyDescriptor && !nativePropertyIsEnumerable.call({ 1: 2 }, 1);\n\n// `Object.prototype.propertyIsEnumerable` method implementation\n// https://tc39.github.io/ecma262/#sec-object.prototype.propertyisenumerable\nexports.f = NASHORN_BUG ? function propertyIsEnumerable(V) {\n var descriptor = getOwnPropertyDescriptor(this, V);\n return !!descriptor && descriptor.enumerable;\n} : nativePropertyIsEnumerable;\n","module.exports = function (bitmap, value) {\n return {\n enumerable: !(bitmap & 1),\n configurable: !(bitmap & 2),\n writable: !(bitmap & 4),\n value: value\n };\n};\n","var fails = require('../internals/fails');\nvar classof = require('../internals/classof-raw');\n\nvar split = ''.split;\n\n// fallback for non-array-like ES3 and non-enumerable old V8 strings\nmodule.exports = fails(function () {\n // throws an error in rhino, see https://github.com/mozilla/rhino/issues/346\n // eslint-disable-next-line no-prototype-builtins\n return !Object('z').propertyIsEnumerable(0);\n}) ? function (it) {\n return classof(it) == 'String' ? split.call(it, '') : Object(it);\n} : Object;\n","// `RequireObjectCoercible` abstract operation\n// https://tc39.github.io/ecma262/#sec-requireobjectcoercible\nmodule.exports = function (it) {\n if (it == undefined) throw TypeError(\"Can't call method on \" + it);\n return it;\n};\n","var isObject = require('../internals/is-object');\n\n// `ToPrimitive` abstract operation\n// https://tc39.github.io/ecma262/#sec-toprimitive\n// instead of the ES6 spec version, we didn't implement @@toPrimitive case\n// and the second argument - flag - preferred type is a string\nmodule.exports = function (input, PREFERRED_STRING) {\n if (!isObject(input)) return input;\n var fn, val;\n if (PREFERRED_STRING && typeof (fn = input.toString) == 'function' && !isObject(val = fn.call(input))) return val;\n if (typeof (fn = input.valueOf) == 'function' && !isObject(val = fn.call(input))) return val;\n if (!PREFERRED_STRING && typeof (fn = input.toString) == 'function' && !isObject(val = fn.call(input))) return val;\n throw TypeError(\"Can't convert object to primitive value\");\n};\n","var DESCRIPTORS = require('../internals/descriptors');\nvar fails = require('../internals/fails');\nvar createElement = require('../internals/document-create-element');\n\n// Thank's IE8 for his funny defineProperty\nmodule.exports = !DESCRIPTORS && !fails(function () {\n return Object.defineProperty(createElement('div'), 'a', {\n get: function () { return 7; }\n }).a != 7;\n});\n","var DESCRIPTORS = require('../internals/descriptors');\nvar IE8_DOM_DEFINE = require('../internals/ie8-dom-define');\nvar anObject = require('../internals/an-object');\nvar toPrimitive = require('../internals/to-primitive');\n\nvar nativeDefineProperty = Object.defineProperty;\n\n// `Object.defineProperty` method\n// https://tc39.github.io/ecma262/#sec-object.defineproperty\nexports.f = DESCRIPTORS ? nativeDefineProperty : function defineProperty(O, P, Attributes) {\n anObject(O);\n P = toPrimitive(P, true);\n anObject(Attributes);\n if (IE8_DOM_DEFINE) try {\n return nativeDefineProperty(O, P, Attributes);\n } catch (error) { /* empty */ }\n if ('get' in Attributes || 'set' in Attributes) throw TypeError('Accessors not supported');\n if ('value' in Attributes) O[P] = Attributes.value;\n return O;\n};\n","var isObject = require('../internals/is-object');\n\nmodule.exports = function (it) {\n if (!isObject(it)) {\n throw TypeError(String(it) + ' is not an object');\n } return it;\n};\n","var store = require('../internals/shared-store');\n\nvar functionToString = Function.toString;\n\n// this helper broken in `3.4.1-3.4.4`, so we can't use `shared` helper\nif (typeof store.inspectSource != 'function') {\n store.inspectSource = function (it) {\n return functionToString.call(it);\n };\n}\n\nmodule.exports = store.inspectSource;\n","var global = require('../internals/global');\nvar setGlobal = require('../internals/set-global');\n\nvar SHARED = '__core-js_shared__';\nvar store = global[SHARED] || setGlobal(SHARED, {});\n\nmodule.exports = store;\n","module.exports = {};\n","var has = require('../internals/has');\nvar toIndexedObject = require('../internals/to-indexed-object');\nvar indexOf = require('../internals/array-includes').indexOf;\nvar hiddenKeys = require('../internals/hidden-keys');\n\nmodule.exports = function (object, names) {\n var O = toIndexedObject(object);\n var i = 0;\n var result = [];\n var key;\n for (key in O) !has(hiddenKeys, key) && has(O, key) && result.push(key);\n // Don't enum bug & hidden keys\n while (names.length > i) if (has(O, key = names[i++])) {\n ~indexOf(result, key) || result.push(key);\n }\n return result;\n};\n","var ceil = Math.ceil;\nvar floor = Math.floor;\n\n// `ToInteger` abstract operation\n// https://tc39.github.io/ecma262/#sec-tointeger\nmodule.exports = function (argument) {\n return isNaN(argument = +argument) ? 0 : (argument > 0 ? floor : ceil)(argument);\n};\n","// IE8- don't enum bug keys\nmodule.exports = [\n 'constructor',\n 'hasOwnProperty',\n 'isPrototypeOf',\n 'propertyIsEnumerable',\n 'toLocaleString',\n 'toString',\n 'valueOf'\n];\n","exports.f = Object.getOwnPropertySymbols;\n","'use strict';\n\nmodule.exports = function bind(fn, thisArg) {\n return function wrap() {\n var args = new Array(arguments.length);\n for (var i = 0; i < args.length; i++) {\n args[i] = arguments[i];\n }\n return fn.apply(thisArg, args);\n };\n};\n","'use strict';\n\nvar utils = require('./../utils');\n\nfunction encode(val) {\n return encodeURIComponent(val).\n replace(/%40/gi, '@').\n replace(/%3A/gi, ':').\n replace(/%24/g, '$').\n replace(/%2C/gi, ',').\n replace(/%20/g, '+').\n replace(/%5B/gi, '[').\n replace(/%5D/gi, ']');\n}\n\n/**\n * Build a URL by appending params to the end\n *\n * @param {string} url The base of the url (e.g., http://www.google.com)\n * @param {object} [params] The params to be appended\n * @returns {string} The formatted url\n */\nmodule.exports = function buildURL(url, params, paramsSerializer) {\n /*eslint no-param-reassign:0*/\n if (!params) {\n return url;\n }\n\n var serializedParams;\n if (paramsSerializer) {\n serializedParams = paramsSerializer(params);\n } else if (utils.isURLSearchParams(params)) {\n serializedParams = params.toString();\n } else {\n var parts = [];\n\n utils.forEach(params, function serialize(val, key) {\n if (val === null || typeof val === 'undefined') {\n return;\n }\n\n if (utils.isArray(val)) {\n key = key + '[]';\n } else {\n val = [val];\n }\n\n utils.forEach(val, function parseValue(v) {\n if (utils.isDate(v)) {\n v = v.toISOString();\n } else if (utils.isObject(v)) {\n v = JSON.stringify(v);\n }\n parts.push(encode(key) + '=' + encode(v));\n });\n });\n\n serializedParams = parts.join('&');\n }\n\n if (serializedParams) {\n var hashmarkIndex = url.indexOf('#');\n if (hashmarkIndex !== -1) {\n url = url.slice(0, hashmarkIndex);\n }\n\n url += (url.indexOf('?') === -1 ? '?' : '&') + serializedParams;\n }\n\n return url;\n};\n","'use strict';\n\nmodule.exports = function isCancel(value) {\n return !!(value && value.__CANCEL__);\n};\n","'use strict';\n\nvar utils = require('./utils');\nvar normalizeHeaderName = require('./helpers/normalizeHeaderName');\n\nvar DEFAULT_CONTENT_TYPE = {\n 'Content-Type': 'application/x-www-form-urlencoded'\n};\n\nfunction setContentTypeIfUnset(headers, value) {\n if (!utils.isUndefined(headers) && utils.isUndefined(headers['Content-Type'])) {\n headers['Content-Type'] = value;\n }\n}\n\nfunction getDefaultAdapter() {\n var adapter;\n if (typeof XMLHttpRequest !== 'undefined') {\n // For browsers use XHR adapter\n adapter = require('./adapters/xhr');\n } else if (typeof process !== 'undefined' && Object.prototype.toString.call(process) === '[object process]') {\n // For node use HTTP adapter\n adapter = require('./adapters/http');\n }\n return adapter;\n}\n\nvar defaults = {\n adapter: getDefaultAdapter(),\n\n transformRequest: [function transformRequest(data, headers) {\n normalizeHeaderName(headers, 'Accept');\n normalizeHeaderName(headers, 'Content-Type');\n if (utils.isFormData(data) ||\n utils.isArrayBuffer(data) ||\n utils.isBuffer(data) ||\n utils.isStream(data) ||\n utils.isFile(data) ||\n utils.isBlob(data)\n ) {\n return data;\n }\n if (utils.isArrayBufferView(data)) {\n return data.buffer;\n }\n if (utils.isURLSearchParams(data)) {\n setContentTypeIfUnset(headers, 'application/x-www-form-urlencoded;charset=utf-8');\n return data.toString();\n }\n if (utils.isObject(data)) {\n setContentTypeIfUnset(headers, 'application/json;charset=utf-8');\n return JSON.stringify(data);\n }\n return data;\n }],\n\n transformResponse: [function transformResponse(data) {\n /*eslint no-param-reassign:0*/\n if (typeof data === 'string') {\n try {\n data = JSON.parse(data);\n } catch (e) { /* Ignore */ }\n }\n return data;\n }],\n\n /**\n * A timeout in milliseconds to abort a request. If set to 0 (default) a\n * timeout is not created.\n */\n timeout: 0,\n\n xsrfCookieName: 'XSRF-TOKEN',\n xsrfHeaderName: 'X-XSRF-TOKEN',\n\n maxContentLength: -1,\n\n validateStatus: function validateStatus(status) {\n return status >= 200 && status < 300;\n }\n};\n\ndefaults.headers = {\n common: {\n 'Accept': 'application/json, text/plain, */*'\n }\n};\n\nutils.forEach(['delete', 'get', 'head'], function forEachMethodNoData(method) {\n defaults.headers[method] = {};\n});\n\nutils.forEach(['post', 'put', 'patch'], function forEachMethodWithData(method) {\n defaults.headers[method] = utils.merge(DEFAULT_CONTENT_TYPE);\n});\n\nmodule.exports = defaults;\n","'use strict';\n\nvar utils = require('./../utils');\nvar settle = require('./../core/settle');\nvar buildURL = require('./../helpers/buildURL');\nvar buildFullPath = require('../core/buildFullPath');\nvar parseHeaders = require('./../helpers/parseHeaders');\nvar isURLSameOrigin = require('./../helpers/isURLSameOrigin');\nvar createError = require('../core/createError');\n\nmodule.exports = function xhrAdapter(config) {\n return new Promise(function dispatchXhrRequest(resolve, reject) {\n var requestData = config.data;\n var requestHeaders = config.headers;\n\n if (utils.isFormData(requestData)) {\n delete requestHeaders['Content-Type']; // Let the browser set it\n }\n\n var request = new XMLHttpRequest();\n\n // HTTP basic authentication\n if (config.auth) {\n var username = config.auth.username || '';\n var password = config.auth.password || '';\n requestHeaders.Authorization = 'Basic ' + btoa(username + ':' + password);\n }\n\n var fullPath = buildFullPath(config.baseURL, config.url);\n request.open(config.method.toUpperCase(), buildURL(fullPath, config.params, config.paramsSerializer), true);\n\n // Set the request timeout in MS\n request.timeout = config.timeout;\n\n // Listen for ready state\n request.onreadystatechange = function handleLoad() {\n if (!request || request.readyState !== 4) {\n return;\n }\n\n // The request errored out and we didn't get a response, this will be\n // handled by onerror instead\n // With one exception: request that using file: protocol, most browsers\n // will return status as 0 even though it's a successful request\n if (request.status === 0 && !(request.responseURL && request.responseURL.indexOf('file:') === 0)) {\n return;\n }\n\n // Prepare the response\n var responseHeaders = 'getAllResponseHeaders' in request ? parseHeaders(request.getAllResponseHeaders()) : null;\n var responseData = !config.responseType || config.responseType === 'text' ? request.responseText : request.response;\n var response = {\n data: responseData,\n status: request.status,\n statusText: request.statusText,\n headers: responseHeaders,\n config: config,\n request: request\n };\n\n settle(resolve, reject, response);\n\n // Clean up request\n request = null;\n };\n\n // Handle browser request cancellation (as opposed to a manual cancellation)\n request.onabort = function handleAbort() {\n if (!request) {\n return;\n }\n\n reject(createError('Request aborted', config, 'ECONNABORTED', request));\n\n // Clean up request\n request = null;\n };\n\n // Handle low level network errors\n request.onerror = function handleError() {\n // Real errors are hidden from us by the browser\n // onerror should only fire if it's a network error\n reject(createError('Network Error', config, null, request));\n\n // Clean up request\n request = null;\n };\n\n // Handle timeout\n request.ontimeout = function handleTimeout() {\n var timeoutErrorMessage = 'timeout of ' + config.timeout + 'ms exceeded';\n if (config.timeoutErrorMessage) {\n timeoutErrorMessage = config.timeoutErrorMessage;\n }\n reject(createError(timeoutErrorMessage, config, 'ECONNABORTED',\n request));\n\n // Clean up request\n request = null;\n };\n\n // Add xsrf header\n // This is only done if running in a standard browser environment.\n // Specifically not if we're in a web worker, or react-native.\n if (utils.isStandardBrowserEnv()) {\n var cookies = require('./../helpers/cookies');\n\n // Add xsrf header\n var xsrfValue = (config.withCredentials || isURLSameOrigin(fullPath)) && config.xsrfCookieName ?\n cookies.read(config.xsrfCookieName) :\n undefined;\n\n if (xsrfValue) {\n requestHeaders[config.xsrfHeaderName] = xsrfValue;\n }\n }\n\n // Add headers to the request\n if ('setRequestHeader' in request) {\n utils.forEach(requestHeaders, function setRequestHeader(val, key) {\n if (typeof requestData === 'undefined' && key.toLowerCase() === 'content-type') {\n // Remove Content-Type if data is undefined\n delete requestHeaders[key];\n } else {\n // Otherwise add header to the request\n request.setRequestHeader(key, val);\n }\n });\n }\n\n // Add withCredentials to request if needed\n if (!utils.isUndefined(config.withCredentials)) {\n request.withCredentials = !!config.withCredentials;\n }\n\n // Add responseType to request if needed\n if (config.responseType) {\n try {\n request.responseType = config.responseType;\n } catch (e) {\n // Expected DOMException thrown by browsers not compatible XMLHttpRequest Level 2.\n // But, this can be suppressed for 'json' type as it can be parsed by default 'transformResponse' function.\n if (config.responseType !== 'json') {\n throw e;\n }\n }\n }\n\n // Handle progress if needed\n if (typeof config.onDownloadProgress === 'function') {\n request.addEventListener('progress', config.onDownloadProgress);\n }\n\n // Not all browsers support upload events\n if (typeof config.onUploadProgress === 'function' && request.upload) {\n request.upload.addEventListener('progress', config.onUploadProgress);\n }\n\n if (config.cancelToken) {\n // Handle cancellation\n config.cancelToken.promise.then(function onCanceled(cancel) {\n if (!request) {\n return;\n }\n\n request.abort();\n reject(cancel);\n // Clean up request\n request = null;\n });\n }\n\n if (requestData === undefined) {\n requestData = null;\n }\n\n // Send the request\n request.send(requestData);\n });\n};\n","'use strict';\n\nvar enhanceError = require('./enhanceError');\n\n/**\n * Create an Error with the specified message, config, error code, request and response.\n *\n * @param {string} message The error message.\n * @param {Object} config The config.\n * @param {string} [code] The error code (for example, 'ECONNABORTED').\n * @param {Object} [request] The request.\n * @param {Object} [response] The response.\n * @returns {Error} The created error.\n */\nmodule.exports = function createError(message, config, code, request, response) {\n var error = new Error(message);\n return enhanceError(error, config, code, request, response);\n};\n","'use strict';\n\nvar utils = require('../utils');\n\n/**\n * Config-specific merge-function which creates a new config-object\n * by merging two configuration objects together.\n *\n * @param {Object} config1\n * @param {Object} config2\n * @returns {Object} New object resulting from merging config2 to config1\n */\nmodule.exports = function mergeConfig(config1, config2) {\n // eslint-disable-next-line no-param-reassign\n config2 = config2 || {};\n var config = {};\n\n var valueFromConfig2Keys = ['url', 'method', 'params', 'data'];\n var mergeDeepPropertiesKeys = ['headers', 'auth', 'proxy'];\n var defaultToConfig2Keys = [\n 'baseURL', 'url', 'transformRequest', 'transformResponse', 'paramsSerializer',\n 'timeout', 'withCredentials', 'adapter', 'responseType', 'xsrfCookieName',\n 'xsrfHeaderName', 'onUploadProgress', 'onDownloadProgress',\n 'maxContentLength', 'validateStatus', 'maxRedirects', 'httpAgent',\n 'httpsAgent', 'cancelToken', 'socketPath'\n ];\n\n utils.forEach(valueFromConfig2Keys, function valueFromConfig2(prop) {\n if (typeof config2[prop] !== 'undefined') {\n config[prop] = config2[prop];\n }\n });\n\n utils.forEach(mergeDeepPropertiesKeys, function mergeDeepProperties(prop) {\n if (utils.isObject(config2[prop])) {\n config[prop] = utils.deepMerge(config1[prop], config2[prop]);\n } else if (typeof config2[prop] !== 'undefined') {\n config[prop] = config2[prop];\n } else if (utils.isObject(config1[prop])) {\n config[prop] = utils.deepMerge(config1[prop]);\n } else if (typeof config1[prop] !== 'undefined') {\n config[prop] = config1[prop];\n }\n });\n\n utils.forEach(defaultToConfig2Keys, function defaultToConfig2(prop) {\n if (typeof config2[prop] !== 'undefined') {\n config[prop] = config2[prop];\n } else if (typeof config1[prop] !== 'undefined') {\n config[prop] = config1[prop];\n }\n });\n\n var axiosKeys = valueFromConfig2Keys\n .concat(mergeDeepPropertiesKeys)\n .concat(defaultToConfig2Keys);\n\n var otherKeys = Object\n .keys(config2)\n .filter(function filterAxiosKeys(key) {\n return axiosKeys.indexOf(key) === -1;\n });\n\n utils.forEach(otherKeys, function otherKeysDefaultToConfig2(prop) {\n if (typeof config2[prop] !== 'undefined') {\n config[prop] = config2[prop];\n } else if (typeof config1[prop] !== 'undefined') {\n config[prop] = config1[prop];\n }\n });\n\n return config;\n};\n","'use strict';\n\n/**\n * A `Cancel` is an object that is thrown when an operation is canceled.\n *\n * @class\n * @param {string=} message The message.\n */\nfunction Cancel(message) {\n this.message = message;\n}\n\nCancel.prototype.toString = function toString() {\n return 'Cancel' + (this.message ? ': ' + this.message : '');\n};\n\nCancel.prototype.__CANCEL__ = true;\n\nmodule.exports = Cancel;\n","var DESCRIPTORS = require('../internals/descriptors');\nvar propertyIsEnumerableModule = require('../internals/object-property-is-enumerable');\nvar createPropertyDescriptor = require('../internals/create-property-descriptor');\nvar toIndexedObject = require('../internals/to-indexed-object');\nvar toPrimitive = require('../internals/to-primitive');\nvar has = require('../internals/has');\nvar IE8_DOM_DEFINE = require('../internals/ie8-dom-define');\n\nvar nativeGetOwnPropertyDescriptor = Object.getOwnPropertyDescriptor;\n\n// `Object.getOwnPropertyDescriptor` method\n// https://tc39.github.io/ecma262/#sec-object.getownpropertydescriptor\nexports.f = DESCRIPTORS ? nativeGetOwnPropertyDescriptor : function getOwnPropertyDescriptor(O, P) {\n O = toIndexedObject(O);\n P = toPrimitive(P, true);\n if (IE8_DOM_DEFINE) try {\n return nativeGetOwnPropertyDescriptor(O, P);\n } catch (error) { /* empty */ }\n if (has(O, P)) return createPropertyDescriptor(!propertyIsEnumerableModule.f.call(O, P), O[P]);\n};\n","module.exports = function (bitmap, value) {\n return {\n enumerable: !(bitmap & 1),\n configurable: !(bitmap & 2),\n writable: !(bitmap & 4),\n value: value\n };\n};\n","var fails = require('../internals/fails');\nvar classof = require('../internals/classof-raw');\n\nvar split = ''.split;\n\n// fallback for non-array-like ES3 and non-enumerable old V8 strings\nmodule.exports = fails(function () {\n // throws an error in rhino, see https://github.com/mozilla/rhino/issues/346\n // eslint-disable-next-line no-prototype-builtins\n return !Object('z').propertyIsEnumerable(0);\n}) ? function (it) {\n return classof(it) == 'String' ? split.call(it, '') : Object(it);\n} : Object;\n","var toString = {}.toString;\n\nmodule.exports = function (it) {\n return toString.call(it).slice(8, -1);\n};\n","// `RequireObjectCoercible` abstract operation\n// https://tc39.github.io/ecma262/#sec-requireobjectcoercible\nmodule.exports = function (it) {\n if (it == undefined) throw TypeError(\"Can't call method on \" + it);\n return it;\n};\n","var isObject = require('../internals/is-object');\n\n// `ToPrimitive` abstract operation\n// https://tc39.github.io/ecma262/#sec-toprimitive\n// instead of the ES6 spec version, we didn't implement @@toPrimitive case\n// and the second argument - flag - preferred type is a string\nmodule.exports = function (input, PREFERRED_STRING) {\n if (!isObject(input)) return input;\n var fn, val;\n if (PREFERRED_STRING && typeof (fn = input.toString) == 'function' && !isObject(val = fn.call(input))) return val;\n if (typeof (fn = input.valueOf) == 'function' && !isObject(val = fn.call(input))) return val;\n if (!PREFERRED_STRING && typeof (fn = input.toString) == 'function' && !isObject(val = fn.call(input))) return val;\n throw TypeError(\"Can't convert object to primitive value\");\n};\n","var DESCRIPTORS = require('../internals/descriptors');\nvar fails = require('../internals/fails');\nvar createElement = require('../internals/document-create-element');\n\n// Thank's IE8 for his funny defineProperty\nmodule.exports = !DESCRIPTORS && !fails(function () {\n return Object.defineProperty(createElement('div'), 'a', {\n get: function () { return 7; }\n }).a != 7;\n});\n","var DESCRIPTORS = require('../internals/descriptors');\nvar IE8_DOM_DEFINE = require('../internals/ie8-dom-define');\nvar anObject = require('../internals/an-object');\nvar toPrimitive = require('../internals/to-primitive');\n\nvar nativeDefineProperty = Object.defineProperty;\n\n// `Object.defineProperty` method\n// https://tc39.github.io/ecma262/#sec-object.defineproperty\nexports.f = DESCRIPTORS ? nativeDefineProperty : function defineProperty(O, P, Attributes) {\n anObject(O);\n P = toPrimitive(P, true);\n anObject(Attributes);\n if (IE8_DOM_DEFINE) try {\n return nativeDefineProperty(O, P, Attributes);\n } catch (error) { /* empty */ }\n if ('get' in Attributes || 'set' in Attributes) throw TypeError('Accessors not supported');\n if ('value' in Attributes) O[P] = Attributes.value;\n return O;\n};\n","var isObject = require('../internals/is-object');\n\nmodule.exports = function (it) {\n if (!isObject(it)) {\n throw TypeError(String(it) + ' is not an object');\n } return it;\n};\n","var store = require('../internals/shared-store');\n\nvar functionToString = Function.toString;\n\n// this helper broken in `3.4.1-3.4.4`, so we can't use `shared` helper\nif (typeof store.inspectSource != 'function') {\n store.inspectSource = function (it) {\n return functionToString.call(it);\n };\n}\n\nmodule.exports = store.inspectSource;\n","var global = require('../internals/global');\nvar setGlobal = require('../internals/set-global');\n\nvar SHARED = '__core-js_shared__';\nvar store = global[SHARED] || setGlobal(SHARED, {});\n\nmodule.exports = store;\n","var IS_PURE = require('../internals/is-pure');\nvar store = require('../internals/shared-store');\n\n(module.exports = function (key, value) {\n return store[key] || (store[key] = value !== undefined ? value : {});\n})('versions', []).push({\n version: '3.6.4',\n mode: IS_PURE ? 'pure' : 'global',\n copyright: '© 2020 Denis Pushkarev (zloirock.ru)'\n});\n","var id = 0;\nvar postfix = Math.random();\n\nmodule.exports = function (key) {\n return 'Symbol(' + String(key === undefined ? '' : key) + ')_' + (++id + postfix).toString(36);\n};\n","module.exports = {};\n","var toInteger = require('../internals/to-integer');\n\nvar min = Math.min;\n\n// `ToLength` abstract operation\n// https://tc39.github.io/ecma262/#sec-tolength\nmodule.exports = function (argument) {\n return argument > 0 ? min(toInteger(argument), 0x1FFFFFFFFFFFFF) : 0; // 2 ** 53 - 1 == 9007199254740991\n};\n","var ceil = Math.ceil;\nvar floor = Math.floor;\n\n// `ToInteger` abstract operation\n// https://tc39.github.io/ecma262/#sec-tointeger\nmodule.exports = function (argument) {\n return isNaN(argument = +argument) ? 0 : (argument > 0 ? floor : ceil)(argument);\n};\n","var fails = require('../internals/fails');\n\nmodule.exports = !!Object.getOwnPropertySymbols && !fails(function () {\n // Chrome 38 Symbol has incorrect toString conversion\n // eslint-disable-next-line no-undef\n return !String(Symbol());\n});\n","\"use strict\";\n\nrequire(\"core-js/modules/es.array.concat\");\n\nObject.defineProperty(exports, \"__esModule\", {\n value: true\n});\nexports.loadState = loadState;\n\n/**\n * @param app app ID, e.g. \"mail\"\n * @param key name of the property\n * @throws if the key can't be found\n */\nfunction loadState(app, key) {\n var elem = document.querySelector(\"#initial-state-\".concat(app, \"-\").concat(key));\n\n if (elem === null) {\n throw new Error(\"Could not find initial state \".concat(key, \" of \").concat(app));\n }\n\n try {\n return JSON.parse(atob(elem.value));\n } catch (e) {\n throw new Error(\"Could not parse initial state \".concat(key, \" of \").concat(app));\n }\n}\n//# sourceMappingURL=index.js.map","/* eslint-disable */\n\n/**\n * @copyright 2017 Christoph Wurst <christoph@winzerhof-wurst.at>\n *\n * @author 2017 Christoph Wurst <christoph@winzerhof-wurst.at>\n *\n * @license GNU AGPL version 3 or any later version\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see <http://www.gnu.org/licenses/>.\n *\n */\n\nimport $ from 'jquery'\nimport { Collection, Model, View } from 'backbone'\n\nimport OC from './index'\n\n/**\n * @class Contact\n */\nconst Contact = Model.extend({\n\tdefaults: {\n\t\tfullName: '',\n\t\tlastMessage: '',\n\t\tactions: [],\n\t\thasOneAction: false,\n\t\thasTwoActions: false,\n\t\thasManyActions: false\n\t},\n\n\t/**\n\t * @returns {undefined}\n\t */\n\tinitialize: function() {\n\t\t// Add needed property for easier template rendering\n\t\tif (this.get('actions').length === 0) {\n\t\t\tthis.set('hasOneAction', true)\n\t\t} else if (this.get('actions').length === 1) {\n\t\t\tthis.set('hasTwoActions', true)\n\t\t\tthis.set('secondAction', this.get('actions')[0])\n\t\t} else {\n\t\t\tthis.set('hasManyActions', true)\n\t\t}\n\t}\n})\n\n/**\n * @class ContactCollection\n * @private\n */\nconst ContactCollection = Collection.extend({\n\tmodel: Contact\n})\n\n/**\n * @class ContactsListView\n * @private\n */\nconst ContactsListView = View.extend({\n\n\t/** @type {ContactCollection} */\n\t_collection: undefined,\n\n\t/** @type {array} */\n\t_subViews: [],\n\n\t/**\n\t * @param {object} options\n\t * @returns {undefined}\n\t */\n\tinitialize: function(options) {\n\t\tthis._collection = options.collection\n\t},\n\n\t/**\n\t * @returns {self}\n\t */\n\trender: function() {\n\t\tvar self = this\n\t\tself.$el.html('')\n\t\tself._subViews = []\n\n\t\tself._collection.forEach(function(contact) {\n\t\t\tvar item = new ContactsListItemView({\n\t\t\t\tmodel: contact\n\t\t\t})\n\t\t\titem.render()\n\t\t\tself.$el.append(item.$el)\n\t\t\titem.on('toggle:actionmenu', self._onChildActionMenuToggle, self)\n\t\t\tself._subViews.push(item)\n\t\t})\n\n\t\treturn self\n\t},\n\n\t/**\n\t * Event callback to propagate opening (another) entry's action menu\n\t *\n\t * @param {type} $src\n\t * @returns {undefined}\n\t */\n\t_onChildActionMenuToggle: function($src) {\n\t\tthis._subViews.forEach(function(view) {\n\t\t\tview.trigger('parent:toggle:actionmenu', $src)\n\t\t})\n\t}\n})\n\n/**\n * @class ContactsListItemView\n * @private\n */\nconst ContactsListItemView = View.extend({\n\n\t/** @type {string} */\n\tclassName: 'contact',\n\n\t/** @type {undefined|function} */\n\t_template: undefined,\n\n\t/** @type {Contact} */\n\t_model: undefined,\n\n\t/** @type {boolean} */\n\t_actionMenuShown: false,\n\n\tevents: {\n\t\t'click .icon-more': '_onToggleActionsMenu'\n\t},\n\n\tcontactTemplate: require('./contactsmenu/contact.handlebars'),\n\n\t/**\n\t * @param {object} data\n\t * @returns {undefined}\n\t */\n\ttemplate: function(data) {\n\t\treturn this.contactTemplate(data)\n\t},\n\n\t/**\n\t * @param {object} options\n\t * @returns {undefined}\n\t */\n\tinitialize: function(options) {\n\t\tthis._model = options.model\n\t\tthis.on('parent:toggle:actionmenu', this._onOtherActionMenuOpened, this)\n\t},\n\n\t/**\n\t * @returns {self}\n\t */\n\trender: function() {\n\t\tthis.$el.html(this.template({\n\t\t\tcontact: this._model.toJSON()\n\t\t}))\n\t\tthis.delegateEvents()\n\n\t\t// Show placeholder if no avatar is available (avatar is rendered as img, not div)\n\t\tthis.$('div.avatar').imageplaceholder(this._model.get('fullName'))\n\n\t\t// Show tooltip for top action\n\t\tthis.$('.top-action').tooltip({ placement: 'left' })\n\t\t// Show tooltip for second action\n\t\tthis.$('.second-action').tooltip({ placement: 'left' })\n\n\t\treturn this\n\t},\n\n\t/**\n\t * Toggle the visibility of the action popover menu\n\t *\n\t * @private\n\t * @returns {undefined}\n\t */\n\t_onToggleActionsMenu: function() {\n\t\tthis._actionMenuShown = !this._actionMenuShown\n\t\tif (this._actionMenuShown) {\n\t\t\tthis.$('.menu').show()\n\t\t} else {\n\t\t\tthis.$('.menu').hide()\n\t\t}\n\t\tthis.trigger('toggle:actionmenu', this.$el)\n\t},\n\n\t/**\n\t * @private\n\t * @argument {jQuery} $src\n\t * @returns {undefined}\n\t */\n\t_onOtherActionMenuOpened: function($src) {\n\t\tif (this.$el.is($src)) {\n\t\t\t// Ignore\n\t\t\treturn\n\t\t}\n\t\tthis._actionMenuShown = false\n\t\tthis.$('.menu').hide()\n\t}\n})\n\n/**\n * @class ContactsMenuView\n * @private\n */\nconst ContactsMenuView = View.extend({\n\n\t/** @type {undefined|function} */\n\t_loadingTemplate: undefined,\n\n\t/** @type {undefined|function} */\n\t_errorTemplate: undefined,\n\n\t/** @type {undefined|function} */\n\t_contentTemplate: undefined,\n\n\t/** @type {undefined|function} */\n\t_contactsTemplate: undefined,\n\n\t/** @type {undefined|ContactCollection} */\n\t_contacts: undefined,\n\n\t/** @type {string} */\n\t_searchTerm: '',\n\n\tevents: {\n\t\t'input #contactsmenu-search': '_onSearch'\n\t},\n\n\ttemplates: {\n\t\tloading: require('./contactsmenu/loading.handlebars'),\n\t\terror: require('./contactsmenu/error.handlebars'),\n\t\tmenu: require('./contactsmenu/menu.handlebars'),\n\t\tlist: require('./contactsmenu/list.handlebars')\n\t},\n\n\t/**\n\t * @returns {undefined}\n\t */\n\t_onSearch: _.debounce(function(e) {\n\t\tvar searchTerm = this.$('#contactsmenu-search').val()\n\t\t// IE11 triggers an 'input' event after the view has been rendered\n\t\t// resulting in an endless loading loop. To prevent this, we remember\n\t\t// the last search term to savely ignore some events\n\t\t// See https://github.com/nextcloud/server/issues/5281\n\t\tif (searchTerm !== this._searchTerm) {\n\t\t\tthis.trigger('search', this.$('#contactsmenu-search').val())\n\t\t\tthis._searchTerm = searchTerm\n\t\t}\n\t}, 700),\n\n\t/**\n\t * @param {object} data\n\t * @returns {string}\n\t */\n\tloadingTemplate: function(data) {\n\t\treturn this.templates.loading(data)\n\t},\n\n\t/**\n\t * @param {object} data\n\t * @returns {string}\n\t */\n\terrorTemplate: function(data) {\n\t\treturn this.templates.error(\n\t\t\t_.extend({\n\t\t\t\tcouldNotLoadText: t('core', 'Could not load your contacts')\n\t\t\t}, data)\n\t\t)\n\t},\n\n\t/**\n\t * @param {object} data\n\t * @returns {string}\n\t */\n\tcontentTemplate: function(data) {\n\t\treturn this.templates.menu(\n\t\t\t_.extend({\n\t\t\t\tsearchContactsText: t('core', 'Search contacts …')\n\t\t\t}, data)\n\t\t)\n\t},\n\n\t/**\n\t * @param {object} data\n\t * @returns {string}\n\t */\n\tcontactsTemplate: function(data) {\n\t\treturn this.templates.list(\n\t\t\t_.extend({\n\t\t\t\tnoContactsFoundText: t('core', 'No contacts found'),\n\t\t\t\tshowAllContactsText: t('core', 'Show all contacts …'),\n\t\t\t\tcontactsAppMgmtText: t('core', 'Install the Contacts app')\n\t\t\t}, data)\n\t\t)\n\t},\n\n\t/**\n\t * @param {object} options\n\t * @returns {undefined}\n\t */\n\tinitialize: function(options) {\n\t\tthis.options = options\n\t},\n\n\t/**\n\t * @param {string} text\n\t * @returns {undefined}\n\t */\n\tshowLoading: function(text) {\n\t\tthis.render()\n\t\tthis._contacts = undefined\n\t\tthis.$('.content').html(this.loadingTemplate({\n\t\t\tloadingText: text\n\t\t}))\n\t},\n\n\t/**\n\t * @returns {undefined}\n\t */\n\tshowError: function() {\n\t\tthis.render()\n\t\tthis._contacts = undefined\n\t\tthis.$('.content').html(this.errorTemplate())\n\t},\n\n\t/**\n\t * @param {object} viewData\n\t * @param {string} searchTerm\n\t * @returns {undefined}\n\t */\n\tshowContacts: function(viewData, searchTerm) {\n\t\tthis._contacts = viewData.contacts\n\t\tthis.render({\n\t\t\tcontacts: viewData.contacts\n\t\t})\n\n\t\tvar list = new ContactsListView({\n\t\t\tcollection: viewData.contacts\n\t\t})\n\t\tlist.render()\n\t\tthis.$('.content').html(this.contactsTemplate({\n\t\t\tcontacts: viewData.contacts,\n\t\t\tsearchTerm: searchTerm,\n\t\t\tcontactsAppEnabled: viewData.contactsAppEnabled,\n\t\t\tcontactsAppURL: OC.generateUrl('/apps/contacts'),\n\t\t\tcanInstallApp: OC.isUserAdmin(),\n\t\t\tcontactsAppMgmtURL: OC.generateUrl('/settings/apps/social/contacts')\n\t\t}))\n\t\tthis.$('#contactsmenu-contacts').html(list.$el)\n\t},\n\n\t/**\n\t * @param {object} data\n\t * @returns {self}\n\t */\n\trender: function(data) {\n\t\tvar searchVal = this.$('#contactsmenu-search').val()\n\t\tthis.$el.html(this.contentTemplate(data))\n\n\t\t// Focus search\n\t\tthis.$('#contactsmenu-search').val(searchVal)\n\t\tthis.$('#contactsmenu-search').focus()\n\t\treturn this\n\t}\n\n})\n\n/**\n * @param {Object} options\n * @param {jQuery} options.el\n * @param {jQuery} options.trigger\n * @class ContactsMenu\n * @memberOf OC\n */\nconst ContactsMenu = function(options) {\n\tthis.initialize(options)\n}\n\nContactsMenu.prototype = {\n\t/** @type {jQuery} */\n\t$el: undefined,\n\n\t/** @type {jQuery} */\n\t_$trigger: undefined,\n\n\t/** @type {ContactsMenuView} */\n\t_view: undefined,\n\n\t/** @type {Promise} */\n\t_contactsPromise: undefined,\n\n\t/**\n\t * @param {Object} options\n\t * @param {jQuery} options.el - the element to render the menu in\n\t * @param {jQuery} options.trigger - the element to click on to open the menu\n\t * @returns {undefined}\n\t */\n\tinitialize: function(options) {\n\t\tthis.$el = options.el\n\t\tthis._$trigger = options.trigger\n\n\t\tthis._view = new ContactsMenuView({\n\t\t\tel: this.$el\n\t\t})\n\t\tthis._view.on('search', function(searchTerm) {\n\t\t\tthis._loadContacts(searchTerm)\n\t\t}, this)\n\n\t\tOC.registerMenu(this._$trigger, this.$el, function() {\n\t\t\tthis._toggleVisibility(true)\n\t\t}.bind(this), true)\n\t\tthis.$el.on('beforeHide', function() {\n\t\t\tthis._toggleVisibility(false)\n\t\t}.bind(this))\n\t},\n\n\t/**\n\t * @private\n\t * @param {boolean} show\n\t * @returns {Promise}\n\t */\n\t_toggleVisibility: function(show) {\n\t\tif (show) {\n\t\t\treturn this._loadContacts()\n\t\t} else {\n\t\t\tthis.$el.html('')\n\t\t\treturn Promise.resolve()\n\t\t}\n\t},\n\n\t/**\n\t * @private\n\t * @param {string|undefined} searchTerm\n\t * @returns {Promise}\n\t */\n\t_getContacts: function(searchTerm) {\n\t\tvar url = OC.generateUrl('/contactsmenu/contacts')\n\t\treturn Promise.resolve($.ajax(url, {\n\t\t\tmethod: 'POST',\n\t\t\tdata: {\n\t\t\t\tfilter: searchTerm\n\t\t\t}\n\t\t}))\n\t},\n\n\t/**\n\t * @param {string|undefined} searchTerm\n\t * @returns {undefined}\n\t */\n\t_loadContacts: function(searchTerm) {\n\t\tvar self = this\n\n\t\tif (!self._contactsPromise) {\n\t\t\tself._contactsPromise = self._getContacts(searchTerm)\n\t\t}\n\n\t\tif (_.isUndefined(searchTerm) || searchTerm === '') {\n\t\t\tself._view.showLoading(t('core', 'Loading your contacts …'))\n\t\t} else {\n\t\t\tself._view.showLoading(t('core', 'Looking for {term} …', {\n\t\t\t\tterm: searchTerm\n\t\t\t}))\n\t\t}\n\t\treturn self._contactsPromise.then(function(data) {\n\t\t\t// Convert contact entries to Backbone collection\n\t\t\tdata.contacts = new ContactCollection(data.contacts)\n\n\t\t\tself._view.showContacts(data, searchTerm)\n\t\t}, function(e) {\n\t\t\tself._view.showError()\n\t\t\tconsole.error('There was an error loading your contacts', e)\n\t\t}).then(function() {\n\t\t\t// Delete promise, so that contacts are fetched again when the\n\t\t\t// menu is opened the next time.\n\t\t\tdelete self._contactsPromise\n\t\t}).catch(console.error.bind(this))\n\t}\n}\n\nexport default ContactsMenu\n","'use strict';\nvar $ = require('../internals/export');\nvar $indexOf = require('../internals/array-includes').indexOf;\nvar arrayMethodIsStrict = require('../internals/array-method-is-strict');\nvar arrayMethodUsesToLength = require('../internals/array-method-uses-to-length');\n\nvar nativeIndexOf = [].indexOf;\n\nvar NEGATIVE_ZERO = !!nativeIndexOf && 1 / [1].indexOf(1, -0) < 0;\nvar STRICT_METHOD = arrayMethodIsStrict('indexOf');\nvar USES_TO_LENGTH = arrayMethodUsesToLength('indexOf', { ACCESSORS: true, 1: 0 });\n\n// `Array.prototype.indexOf` method\n// https://tc39.github.io/ecma262/#sec-array.prototype.indexof\n$({ target: 'Array', proto: true, forced: NEGATIVE_ZERO || !STRICT_METHOD || !USES_TO_LENGTH }, {\n indexOf: function indexOf(searchElement /* , fromIndex = 0 */) {\n return NEGATIVE_ZERO\n // convert -0 to +0\n ? nativeIndexOf.apply(this, arguments) || 0\n : $indexOf(this, searchElement, arguments.length > 1 ? arguments[1] : undefined);\n }\n});\n","var global = require('../internals/global');\nvar isObject = require('../internals/is-object');\n\nvar document = global.document;\n// typeof document.createElement is 'object' in old IE\nvar EXISTS = isObject(document) && isObject(document.createElement);\n\nmodule.exports = function (it) {\n return EXISTS ? document.createElement(it) : {};\n};\n","var NATIVE_WEAK_MAP = require('../internals/native-weak-map');\nvar global = require('../internals/global');\nvar isObject = require('../internals/is-object');\nvar createNonEnumerableProperty = require('../internals/create-non-enumerable-property');\nvar objectHas = require('../internals/has');\nvar sharedKey = require('../internals/shared-key');\nvar hiddenKeys = require('../internals/hidden-keys');\n\nvar WeakMap = global.WeakMap;\nvar set, get, has;\n\nvar enforce = function (it) {\n return has(it) ? get(it) : set(it, {});\n};\n\nvar getterFor = function (TYPE) {\n return function (it) {\n var state;\n if (!isObject(it) || (state = get(it)).type !== TYPE) {\n throw TypeError('Incompatible receiver, ' + TYPE + ' required');\n } return state;\n };\n};\n\nif (NATIVE_WEAK_MAP) {\n var store = new WeakMap();\n var wmget = store.get;\n var wmhas = store.has;\n var wmset = store.set;\n set = function (it, metadata) {\n wmset.call(store, it, metadata);\n return metadata;\n };\n get = function (it) {\n return wmget.call(store, it) || {};\n };\n has = function (it) {\n return wmhas.call(store, it);\n };\n} else {\n var STATE = sharedKey('state');\n hiddenKeys[STATE] = true;\n set = function (it, metadata) {\n createNonEnumerableProperty(it, STATE, metadata);\n return metadata;\n };\n get = function (it) {\n return objectHas(it, STATE) ? it[STATE] : {};\n };\n has = function (it) {\n return objectHas(it, STATE);\n };\n}\n\nmodule.exports = {\n set: set,\n get: get,\n has: has,\n enforce: enforce,\n getterFor: getterFor\n};\n","var global = require('../internals/global');\nvar inspectSource = require('../internals/inspect-source');\n\nvar WeakMap = global.WeakMap;\n\nmodule.exports = typeof WeakMap === 'function' && /native code/.test(inspectSource(WeakMap));\n","var shared = require('../internals/shared');\nvar uid = require('../internals/uid');\n\nvar keys = shared('keys');\n\nmodule.exports = function (key) {\n return keys[key] || (keys[key] = uid(key));\n};\n","module.exports = false;\n","var has = require('../internals/has');\nvar ownKeys = require('../internals/own-keys');\nvar getOwnPropertyDescriptorModule = require('../internals/object-get-own-property-descriptor');\nvar definePropertyModule = require('../internals/object-define-property');\n\nmodule.exports = function (target, source) {\n var keys = ownKeys(source);\n var defineProperty = definePropertyModule.f;\n var getOwnPropertyDescriptor = getOwnPropertyDescriptorModule.f;\n for (var i = 0; i < keys.length; i++) {\n var key = keys[i];\n if (!has(target, key)) defineProperty(target, key, getOwnPropertyDescriptor(source, key));\n }\n};\n","var getBuiltIn = require('../internals/get-built-in');\nvar getOwnPropertyNamesModule = require('../internals/object-get-own-property-names');\nvar getOwnPropertySymbolsModule = require('../internals/object-get-own-property-symbols');\nvar anObject = require('../internals/an-object');\n\n// all object keys, includes non-enumerable and symbols\nmodule.exports = getBuiltIn('Reflect', 'ownKeys') || function ownKeys(it) {\n var keys = getOwnPropertyNamesModule.f(anObject(it));\n var getOwnPropertySymbols = getOwnPropertySymbolsModule.f;\n return getOwnPropertySymbols ? keys.concat(getOwnPropertySymbols(it)) : keys;\n};\n","var path = require('../internals/path');\nvar global = require('../internals/global');\n\nvar aFunction = function (variable) {\n return typeof variable == 'function' ? variable : undefined;\n};\n\nmodule.exports = function (namespace, method) {\n return arguments.length < 2 ? aFunction(path[namespace]) || aFunction(global[namespace])\n : path[namespace] && path[namespace][method] || global[namespace] && global[namespace][method];\n};\n","var global = require('../internals/global');\n\nmodule.exports = global;\n","var internalObjectKeys = require('../internals/object-keys-internal');\nvar enumBugKeys = require('../internals/enum-bug-keys');\n\nvar hiddenKeys = enumBugKeys.concat('length', 'prototype');\n\n// `Object.getOwnPropertyNames` method\n// https://tc39.github.io/ecma262/#sec-object.getownpropertynames\nexports.f = Object.getOwnPropertyNames || function getOwnPropertyNames(O) {\n return internalObjectKeys(O, hiddenKeys);\n};\n","var toInteger = require('../internals/to-integer');\n\nvar max = Math.max;\nvar min = Math.min;\n\n// Helper for a popular repeating case of the spec:\n// Let integer be ? ToInteger(index).\n// If integer < 0, let result be max((length + integer), 0); else let result be min(integer, length).\nmodule.exports = function (index, length) {\n var integer = toInteger(index);\n return integer < 0 ? max(integer + length, 0) : min(integer, length);\n};\n","var fails = require('../internals/fails');\n\nvar replacement = /#|\\.prototype\\./;\n\nvar isForced = function (feature, detection) {\n var value = data[normalize(feature)];\n return value == POLYFILL ? true\n : value == NATIVE ? false\n : typeof detection == 'function' ? fails(detection)\n : !!detection;\n};\n\nvar normalize = isForced.normalize = function (string) {\n return String(string).replace(replacement, '.').toLowerCase();\n};\n\nvar data = isForced.data = {};\nvar NATIVE = isForced.NATIVE = 'N';\nvar POLYFILL = isForced.POLYFILL = 'P';\n\nmodule.exports = isForced;\n","'use strict';\nvar fails = require('../internals/fails');\n\nmodule.exports = function (METHOD_NAME, argument) {\n var method = [][METHOD_NAME];\n return !!method && fails(function () {\n // eslint-disable-next-line no-useless-call,no-throw-literal\n method.call(null, argument || function () { throw 1; }, 1);\n });\n};\n","var DESCRIPTORS = require('../internals/descriptors');\nvar fails = require('../internals/fails');\nvar has = require('../internals/has');\n\nvar defineProperty = Object.defineProperty;\nvar cache = {};\n\nvar thrower = function (it) { throw it; };\n\nmodule.exports = function (METHOD_NAME, options) {\n if (has(cache, METHOD_NAME)) return cache[METHOD_NAME];\n if (!options) options = {};\n var method = [][METHOD_NAME];\n var ACCESSORS = has(options, 'ACCESSORS') ? options.ACCESSORS : false;\n var argument0 = has(options, 0) ? options[0] : thrower;\n var argument1 = has(options, 1) ? options[1] : undefined;\n\n return cache[METHOD_NAME] = !!method && !fails(function () {\n if (ACCESSORS && !DESCRIPTORS) return true;\n var O = { length: -1 };\n\n if (ACCESSORS) defineProperty(O, 1, { enumerable: true, get: thrower });\n else O[1] = 1;\n\n method.call(O, argument0, argument1);\n });\n};\n","var $ = require('../internals/export');\nvar assign = require('../internals/object-assign');\n\n// `Object.assign` method\n// https://tc39.github.io/ecma262/#sec-object.assign\n$({ target: 'Object', stat: true, forced: Object.assign !== assign }, {\n assign: assign\n});\n","'use strict';\nvar DESCRIPTORS = require('../internals/descriptors');\nvar fails = require('../internals/fails');\nvar objectKeys = require('../internals/object-keys');\nvar getOwnPropertySymbolsModule = require('../internals/object-get-own-property-symbols');\nvar propertyIsEnumerableModule = require('../internals/object-property-is-enumerable');\nvar toObject = require('../internals/to-object');\nvar IndexedObject = require('../internals/indexed-object');\n\nvar nativeAssign = Object.assign;\nvar defineProperty = Object.defineProperty;\n\n// `Object.assign` method\n// https://tc39.github.io/ecma262/#sec-object.assign\nmodule.exports = !nativeAssign || fails(function () {\n // should have correct order of operations (Edge bug)\n if (DESCRIPTORS && nativeAssign({ b: 1 }, nativeAssign(defineProperty({}, 'a', {\n enumerable: true,\n get: function () {\n defineProperty(this, 'b', {\n value: 3,\n enumerable: false\n });\n }\n }), { b: 2 })).b !== 1) return true;\n // should work with symbols and should have deterministic property order (V8 bug)\n var A = {};\n var B = {};\n // eslint-disable-next-line no-undef\n var symbol = Symbol();\n var alphabet = 'abcdefghijklmnopqrst';\n A[symbol] = 7;\n alphabet.split('').forEach(function (chr) { B[chr] = chr; });\n return nativeAssign({}, A)[symbol] != 7 || objectKeys(nativeAssign({}, B)).join('') != alphabet;\n}) ? function assign(target, source) { // eslint-disable-line no-unused-vars\n var T = toObject(target);\n var argumentsLength = arguments.length;\n var index = 1;\n var getOwnPropertySymbols = getOwnPropertySymbolsModule.f;\n var propertyIsEnumerable = propertyIsEnumerableModule.f;\n while (argumentsLength > index) {\n var S = IndexedObject(arguments[index++]);\n var keys = getOwnPropertySymbols ? objectKeys(S).concat(getOwnPropertySymbols(S)) : objectKeys(S);\n var length = keys.length;\n var j = 0;\n var key;\n while (length > j) {\n key = keys[j++];\n if (!DESCRIPTORS || propertyIsEnumerable.call(S, key)) T[key] = S[key];\n }\n } return T;\n} : nativeAssign;\n","var internalObjectKeys = require('../internals/object-keys-internal');\nvar enumBugKeys = require('../internals/enum-bug-keys');\n\n// `Object.keys` method\n// https://tc39.github.io/ecma262/#sec-object.keys\nmodule.exports = Object.keys || function keys(O) {\n return internalObjectKeys(O, enumBugKeys);\n};\n","var TO_STRING_TAG_SUPPORT = require('../internals/to-string-tag-support');\nvar redefine = require('../internals/redefine');\nvar toString = require('../internals/object-to-string');\n\n// `Object.prototype.toString` method\n// https://tc39.github.io/ecma262/#sec-object.prototype.tostring\nif (!TO_STRING_TAG_SUPPORT) {\n redefine(Object.prototype, 'toString', toString, { unsafe: true });\n}\n","var NATIVE_SYMBOL = require('../internals/native-symbol');\n\nmodule.exports = NATIVE_SYMBOL\n // eslint-disable-next-line no-undef\n && !Symbol.sham\n // eslint-disable-next-line no-undef\n && typeof Symbol.iterator == 'symbol';\n","'use strict';\nvar TO_STRING_TAG_SUPPORT = require('../internals/to-string-tag-support');\nvar classof = require('../internals/classof');\n\n// `Object.prototype.toString` method implementation\n// https://tc39.github.io/ecma262/#sec-object.prototype.tostring\nmodule.exports = TO_STRING_TAG_SUPPORT ? {}.toString : function toString() {\n return '[object ' + classof(this) + ']';\n};\n","var TO_STRING_TAG_SUPPORT = require('../internals/to-string-tag-support');\nvar classofRaw = require('../internals/classof-raw');\nvar wellKnownSymbol = require('../internals/well-known-symbol');\n\nvar TO_STRING_TAG = wellKnownSymbol('toStringTag');\n// ES3 wrong here\nvar CORRECT_ARGUMENTS = classofRaw(function () { return arguments; }()) == 'Arguments';\n\n// fallback for IE11 Script Access Denied error\nvar tryGet = function (it, key) {\n try {\n return it[key];\n } catch (error) { /* empty */ }\n};\n\n// getting tag from ES6+ `Object.prototype.toString`\nmodule.exports = TO_STRING_TAG_SUPPORT ? classofRaw : function (it) {\n var O, tag, result;\n return it === undefined ? 'Undefined' : it === null ? 'Null'\n // @@toStringTag case\n : typeof (tag = tryGet(O = Object(it), TO_STRING_TAG)) == 'string' ? tag\n // builtinTag case\n : CORRECT_ARGUMENTS ? classofRaw(O)\n // ES3 arguments fallback\n : (result = classofRaw(O)) == 'Object' && typeof O.callee == 'function' ? 'Arguments' : result;\n};\n","'use strict';\n\nvar fails = require('./fails');\n\n// babel-minify transpiles RegExp('a', 'y') -> /a/y and it causes SyntaxError,\n// so we use an intermediate function.\nfunction RE(s, f) {\n return RegExp(s, f);\n}\n\nexports.UNSUPPORTED_Y = fails(function () {\n // babel-minify transpiles RegExp('a', 'y') -> /a/y and it causes SyntaxError\n var re = RE('a', 'y');\n re.lastIndex = 2;\n return re.exec('abcd') != null;\n});\n\nexports.BROKEN_CARET = fails(function () {\n // https://bugzilla.mozilla.org/show_bug.cgi?id=773687\n var re = RE('^r', 'gy');\n re.lastIndex = 2;\n return re.exec('str') != null;\n});\n","'use strict';\nvar redefine = require('../internals/redefine');\nvar anObject = require('../internals/an-object');\nvar fails = require('../internals/fails');\nvar flags = require('../internals/regexp-flags');\n\nvar TO_STRING = 'toString';\nvar RegExpPrototype = RegExp.prototype;\nvar nativeToString = RegExpPrototype[TO_STRING];\n\nvar NOT_GENERIC = fails(function () { return nativeToString.call({ source: 'a', flags: 'b' }) != '/a/b'; });\n// FF44- RegExp#toString has a wrong name\nvar INCORRECT_NAME = nativeToString.name != TO_STRING;\n\n// `RegExp.prototype.toString` method\n// https://tc39.github.io/ecma262/#sec-regexp.prototype.tostring\nif (NOT_GENERIC || INCORRECT_NAME) {\n redefine(RegExp.prototype, TO_STRING, function toString() {\n var R = anObject(this);\n var p = String(R.source);\n var rf = R.flags;\n var f = String(rf === undefined && R instanceof RegExp && !('flags' in RegExpPrototype) ? flags.call(R) : rf);\n return '/' + p + '/' + f;\n }, { unsafe: true });\n}\n","'use strict';\nvar fixRegExpWellKnownSymbolLogic = require('../internals/fix-regexp-well-known-symbol-logic');\nvar anObject = require('../internals/an-object');\nvar toObject = require('../internals/to-object');\nvar toLength = require('../internals/to-length');\nvar toInteger = require('../internals/to-integer');\nvar requireObjectCoercible = require('../internals/require-object-coercible');\nvar advanceStringIndex = require('../internals/advance-string-index');\nvar regExpExec = require('../internals/regexp-exec-abstract');\n\nvar max = Math.max;\nvar min = Math.min;\nvar floor = Math.floor;\nvar SUBSTITUTION_SYMBOLS = /\\$([$&'`]|\\d\\d?|<[^>]*>)/g;\nvar SUBSTITUTION_SYMBOLS_NO_NAMED = /\\$([$&'`]|\\d\\d?)/g;\n\nvar maybeToString = function (it) {\n return it === undefined ? it : String(it);\n};\n\n// @@replace logic\nfixRegExpWellKnownSymbolLogic('replace', 2, function (REPLACE, nativeReplace, maybeCallNative, reason) {\n var REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE = reason.REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE;\n var REPLACE_KEEPS_$0 = reason.REPLACE_KEEPS_$0;\n var UNSAFE_SUBSTITUTE = REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE ? '$' : '$0';\n\n return [\n // `String.prototype.replace` method\n // https://tc39.github.io/ecma262/#sec-string.prototype.replace\n function replace(searchValue, replaceValue) {\n var O = requireObjectCoercible(this);\n var replacer = searchValue == undefined ? undefined : searchValue[REPLACE];\n return replacer !== undefined\n ? replacer.call(searchValue, O, replaceValue)\n : nativeReplace.call(String(O), searchValue, replaceValue);\n },\n // `RegExp.prototype[@@replace]` method\n // https://tc39.github.io/ecma262/#sec-regexp.prototype-@@replace\n function (regexp, replaceValue) {\n if (\n (!REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE && REPLACE_KEEPS_$0) ||\n (typeof replaceValue === 'string' && replaceValue.indexOf(UNSAFE_SUBSTITUTE) === -1)\n ) {\n var res = maybeCallNative(nativeReplace, regexp, this, replaceValue);\n if (res.done) return res.value;\n }\n\n var rx = anObject(regexp);\n var S = String(this);\n\n var functionalReplace = typeof replaceValue === 'function';\n if (!functionalReplace) replaceValue = String(replaceValue);\n\n var global = rx.global;\n if (global) {\n var fullUnicode = rx.unicode;\n rx.lastIndex = 0;\n }\n var results = [];\n while (true) {\n var result = regExpExec(rx, S);\n if (result === null) break;\n\n results.push(result);\n if (!global) break;\n\n var matchStr = String(result[0]);\n if (matchStr === '') rx.lastIndex = advanceStringIndex(S, toLength(rx.lastIndex), fullUnicode);\n }\n\n var accumulatedResult = '';\n var nextSourcePosition = 0;\n for (var i = 0; i < results.length; i++) {\n result = results[i];\n\n var matched = String(result[0]);\n var position = max(min(toInteger(result.index), S.length), 0);\n var captures = [];\n // NOTE: This is equivalent to\n // captures = result.slice(1).map(maybeToString)\n // but for some reason `nativeSlice.call(result, 1, result.length)` (called in\n // the slice polyfill when slicing native arrays) \"doesn't work\" in safari 9 and\n // causes a crash (https://pastebin.com/N21QzeQA) when trying to debug it.\n for (var j = 1; j < result.length; j++) captures.push(maybeToString(result[j]));\n var namedCaptures = result.groups;\n if (functionalReplace) {\n var replacerArgs = [matched].concat(captures, position, S);\n if (namedCaptures !== undefined) replacerArgs.push(namedCaptures);\n var replacement = String(replaceValue.apply(undefined, replacerArgs));\n } else {\n replacement = getSubstitution(matched, S, position, captures, namedCaptures, replaceValue);\n }\n if (position >= nextSourcePosition) {\n accumulatedResult += S.slice(nextSourcePosition, position) + replacement;\n nextSourcePosition = position + matched.length;\n }\n }\n return accumulatedResult + S.slice(nextSourcePosition);\n }\n ];\n\n // https://tc39.github.io/ecma262/#sec-getsubstitution\n function getSubstitution(matched, str, position, captures, namedCaptures, replacement) {\n var tailPos = position + matched.length;\n var m = captures.length;\n var symbols = SUBSTITUTION_SYMBOLS_NO_NAMED;\n if (namedCaptures !== undefined) {\n namedCaptures = toObject(namedCaptures);\n symbols = SUBSTITUTION_SYMBOLS;\n }\n return nativeReplace.call(replacement, symbols, function (match, ch) {\n var capture;\n switch (ch.charAt(0)) {\n case '$': return '$';\n case '&': return matched;\n case '`': return str.slice(0, position);\n case \"'\": return str.slice(tailPos);\n case '<':\n capture = namedCaptures[ch.slice(1, -1)];\n break;\n default: // \\d\\d?\n var n = +ch;\n if (n === 0) return match;\n if (n > m) {\n var f = floor(n / 10);\n if (f === 0) return match;\n if (f <= m) return captures[f - 1] === undefined ? ch.charAt(1) : captures[f - 1] + ch.charAt(1);\n return match;\n }\n capture = captures[n - 1];\n }\n return capture === undefined ? '' : capture;\n });\n }\n});\n","'use strict';\n// TODO: Remove from `core-js@4` since it's moved to entry points\nrequire('../modules/es.regexp.exec');\nvar redefine = require('../internals/redefine');\nvar fails = require('../internals/fails');\nvar wellKnownSymbol = require('../internals/well-known-symbol');\nvar regexpExec = require('../internals/regexp-exec');\nvar createNonEnumerableProperty = require('../internals/create-non-enumerable-property');\n\nvar SPECIES = wellKnownSymbol('species');\n\nvar REPLACE_SUPPORTS_NAMED_GROUPS = !fails(function () {\n // #replace needs built-in support for named groups.\n // #match works fine because it just return the exec results, even if it has\n // a \"grops\" property.\n var re = /./;\n re.exec = function () {\n var result = [];\n result.groups = { a: '7' };\n return result;\n };\n return ''.replace(re, '$<a>') !== '7';\n});\n\n// IE <= 11 replaces $0 with the whole match, as if it was $&\n// https://stackoverflow.com/questions/6024666/getting-ie-to-replace-a-regex-with-the-literal-string-0\nvar REPLACE_KEEPS_$0 = (function () {\n return 'a'.replace(/./, '$0') === '$0';\n})();\n\nvar REPLACE = wellKnownSymbol('replace');\n// Safari <= 13.0.3(?) substitutes nth capture where n>m with an empty string\nvar REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE = (function () {\n if (/./[REPLACE]) {\n return /./[REPLACE]('a', '$0') === '';\n }\n return false;\n})();\n\n// Chrome 51 has a buggy \"split\" implementation when RegExp#exec !== nativeExec\n// Weex JS has frozen built-in prototypes, so use try / catch wrapper\nvar SPLIT_WORKS_WITH_OVERWRITTEN_EXEC = !fails(function () {\n var re = /(?:)/;\n var originalExec = re.exec;\n re.exec = function () { return originalExec.apply(this, arguments); };\n var result = 'ab'.split(re);\n return result.length !== 2 || result[0] !== 'a' || result[1] !== 'b';\n});\n\nmodule.exports = function (KEY, length, exec, sham) {\n var SYMBOL = wellKnownSymbol(KEY);\n\n var DELEGATES_TO_SYMBOL = !fails(function () {\n // String methods call symbol-named RegEp methods\n var O = {};\n O[SYMBOL] = function () { return 7; };\n return ''[KEY](O) != 7;\n });\n\n var DELEGATES_TO_EXEC = DELEGATES_TO_SYMBOL && !fails(function () {\n // Symbol-named RegExp methods call .exec\n var execCalled = false;\n var re = /a/;\n\n if (KEY === 'split') {\n // We can't use real regex here since it causes deoptimization\n // and serious performance degradation in V8\n // https://github.com/zloirock/core-js/issues/306\n re = {};\n // RegExp[@@split] doesn't call the regex's exec method, but first creates\n // a new one. We need to return the patched regex when creating the new one.\n re.constructor = {};\n re.constructor[SPECIES] = function () { return re; };\n re.flags = '';\n re[SYMBOL] = /./[SYMBOL];\n }\n\n re.exec = function () { execCalled = true; return null; };\n\n re[SYMBOL]('');\n return !execCalled;\n });\n\n if (\n !DELEGATES_TO_SYMBOL ||\n !DELEGATES_TO_EXEC ||\n (KEY === 'replace' && !(\n REPLACE_SUPPORTS_NAMED_GROUPS &&\n REPLACE_KEEPS_$0 &&\n !REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE\n )) ||\n (KEY === 'split' && !SPLIT_WORKS_WITH_OVERWRITTEN_EXEC)\n ) {\n var nativeRegExpMethod = /./[SYMBOL];\n var methods = exec(SYMBOL, ''[KEY], function (nativeMethod, regexp, str, arg2, forceStringMethod) {\n if (regexp.exec === regexpExec) {\n if (DELEGATES_TO_SYMBOL && !forceStringMethod) {\n // The native String method already delegates to @@method (this\n // polyfilled function), leasing to infinite recursion.\n // We avoid it by directly calling the native @@method method.\n return { done: true, value: nativeRegExpMethod.call(regexp, str, arg2) };\n }\n return { done: true, value: nativeMethod.call(str, regexp, arg2) };\n }\n return { done: false };\n }, {\n REPLACE_KEEPS_$0: REPLACE_KEEPS_$0,\n REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE: REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE\n });\n var stringMethod = methods[0];\n var regexMethod = methods[1];\n\n redefine(String.prototype, KEY, stringMethod);\n redefine(RegExp.prototype, SYMBOL, length == 2\n // 21.2.5.8 RegExp.prototype[@@replace](string, replaceValue)\n // 21.2.5.11 RegExp.prototype[@@split](string, limit)\n ? function (string, arg) { return regexMethod.call(string, this, arg); }\n // 21.2.5.6 RegExp.prototype[@@match](string)\n // 21.2.5.9 RegExp.prototype[@@search](string)\n : function (string) { return regexMethod.call(string, this); }\n );\n }\n\n if (sham) createNonEnumerableProperty(RegExp.prototype[SYMBOL], 'sham', true);\n};\n","'use strict';\nvar charAt = require('../internals/string-multibyte').charAt;\n\n// `AdvanceStringIndex` abstract operation\n// https://tc39.github.io/ecma262/#sec-advancestringindex\nmodule.exports = function (S, index, unicode) {\n return index + (unicode ? charAt(S, index).length : 1);\n};\n","var toInteger = require('../internals/to-integer');\nvar requireObjectCoercible = require('../internals/require-object-coercible');\n\n// `String.prototype.{ codePointAt, at }` methods implementation\nvar createMethod = function (CONVERT_TO_STRING) {\n return function ($this, pos) {\n var S = String(requireObjectCoercible($this));\n var position = toInteger(pos);\n var size = S.length;\n var first, second;\n if (position < 0 || position >= size) return CONVERT_TO_STRING ? '' : undefined;\n first = S.charCodeAt(position);\n return first < 0xD800 || first > 0xDBFF || position + 1 === size\n || (second = S.charCodeAt(position + 1)) < 0xDC00 || second > 0xDFFF\n ? CONVERT_TO_STRING ? S.charAt(position) : first\n : CONVERT_TO_STRING ? S.slice(position, position + 2) : (first - 0xD800 << 10) + (second - 0xDC00) + 0x10000;\n };\n};\n\nmodule.exports = {\n // `String.prototype.codePointAt` method\n // https://tc39.github.io/ecma262/#sec-string.prototype.codepointat\n codeAt: createMethod(false),\n // `String.prototype.at` method\n // https://github.com/mathiasbynens/String.prototype.at\n charAt: createMethod(true)\n};\n","var classof = require('./classof-raw');\nvar regexpExec = require('./regexp-exec');\n\n// `RegExpExec` abstract operation\n// https://tc39.github.io/ecma262/#sec-regexpexec\nmodule.exports = function (R, S) {\n var exec = R.exec;\n if (typeof exec === 'function') {\n var result = exec.call(R, S);\n if (typeof result !== 'object') {\n throw TypeError('RegExp exec method returned something other than an Object or null');\n }\n return result;\n }\n\n if (classof(R) !== 'RegExp') {\n throw TypeError('RegExp#exec called on incompatible receiver');\n }\n\n return regexpExec.call(R, S);\n};\n\n","/*!\n * Vue.js v2.6.11\n * (c) 2014-2019 Evan You\n * Released under the MIT License.\n */\n/* */\n\nvar emptyObject = Object.freeze({});\n\n// These helpers produce better VM code in JS engines due to their\n// explicitness and function inlining.\nfunction isUndef (v) {\n return v === undefined || v === null\n}\n\nfunction isDef (v) {\n return v !== undefined && v !== null\n}\n\nfunction isTrue (v) {\n return v === true\n}\n\nfunction isFalse (v) {\n return v === false\n}\n\n/**\n * Check if value is primitive.\n */\nfunction isPrimitive (value) {\n return (\n typeof value === 'string' ||\n typeof value === 'number' ||\n // $flow-disable-line\n typeof value === 'symbol' ||\n typeof value === 'boolean'\n )\n}\n\n/**\n * Quick object check - this is primarily used to tell\n * Objects from primitive values when we know the value\n * is a JSON-compliant type.\n */\nfunction isObject (obj) {\n return obj !== null && typeof obj === 'object'\n}\n\n/**\n * Get the raw type string of a value, e.g., [object Object].\n */\nvar _toString = Object.prototype.toString;\n\nfunction toRawType (value) {\n return _toString.call(value).slice(8, -1)\n}\n\n/**\n * Strict object type check. Only returns true\n * for plain JavaScript objects.\n */\nfunction isPlainObject (obj) {\n return _toString.call(obj) === '[object Object]'\n}\n\nfunction isRegExp (v) {\n return _toString.call(v) === '[object RegExp]'\n}\n\n/**\n * Check if val is a valid array index.\n */\nfunction isValidArrayIndex (val) {\n var n = parseFloat(String(val));\n return n >= 0 && Math.floor(n) === n && isFinite(val)\n}\n\nfunction isPromise (val) {\n return (\n isDef(val) &&\n typeof val.then === 'function' &&\n typeof val.catch === 'function'\n )\n}\n\n/**\n * Convert a value to a string that is actually rendered.\n */\nfunction toString (val) {\n return val == null\n ? ''\n : Array.isArray(val) || (isPlainObject(val) && val.toString === _toString)\n ? JSON.stringify(val, null, 2)\n : String(val)\n}\n\n/**\n * Convert an input value to a number for persistence.\n * If the conversion fails, return original string.\n */\nfunction toNumber (val) {\n var n = parseFloat(val);\n return isNaN(n) ? val : n\n}\n\n/**\n * Make a map and return a function for checking if a key\n * is in that map.\n */\nfunction makeMap (\n str,\n expectsLowerCase\n) {\n var map = Object.create(null);\n var list = str.split(',');\n for (var i = 0; i < list.length; i++) {\n map[list[i]] = true;\n }\n return expectsLowerCase\n ? function (val) { return map[val.toLowerCase()]; }\n : function (val) { return map[val]; }\n}\n\n/**\n * Check if a tag is a built-in tag.\n */\nvar isBuiltInTag = makeMap('slot,component', true);\n\n/**\n * Check if an attribute is a reserved attribute.\n */\nvar isReservedAttribute = makeMap('key,ref,slot,slot-scope,is');\n\n/**\n * Remove an item from an array.\n */\nfunction remove (arr, item) {\n if (arr.length) {\n var index = arr.indexOf(item);\n if (index > -1) {\n return arr.splice(index, 1)\n }\n }\n}\n\n/**\n * Check whether an object has the property.\n */\nvar hasOwnProperty = Object.prototype.hasOwnProperty;\nfunction hasOwn (obj, key) {\n return hasOwnProperty.call(obj, key)\n}\n\n/**\n * Create a cached version of a pure function.\n */\nfunction cached (fn) {\n var cache = Object.create(null);\n return (function cachedFn (str) {\n var hit = cache[str];\n return hit || (cache[str] = fn(str))\n })\n}\n\n/**\n * Camelize a hyphen-delimited string.\n */\nvar camelizeRE = /-(\\w)/g;\nvar camelize = cached(function (str) {\n return str.replace(camelizeRE, function (_, c) { return c ? c.toUpperCase() : ''; })\n});\n\n/**\n * Capitalize a string.\n */\nvar capitalize = cached(function (str) {\n return str.charAt(0).toUpperCase() + str.slice(1)\n});\n\n/**\n * Hyphenate a camelCase string.\n */\nvar hyphenateRE = /\\B([A-Z])/g;\nvar hyphenate = cached(function (str) {\n return str.replace(hyphenateRE, '-$1').toLowerCase()\n});\n\n/**\n * Simple bind polyfill for environments that do not support it,\n * e.g., PhantomJS 1.x. Technically, we don't need this anymore\n * since native bind is now performant enough in most browsers.\n * But removing it would mean breaking code that was able to run in\n * PhantomJS 1.x, so this must be kept for backward compatibility.\n */\n\n/* istanbul ignore next */\nfunction polyfillBind (fn, ctx) {\n function boundFn (a) {\n var l = arguments.length;\n return l\n ? l > 1\n ? fn.apply(ctx, arguments)\n : fn.call(ctx, a)\n : fn.call(ctx)\n }\n\n boundFn._length = fn.length;\n return boundFn\n}\n\nfunction nativeBind (fn, ctx) {\n return fn.bind(ctx)\n}\n\nvar bind = Function.prototype.bind\n ? nativeBind\n : polyfillBind;\n\n/**\n * Convert an Array-like object to a real Array.\n */\nfunction toArray (list, start) {\n start = start || 0;\n var i = list.length - start;\n var ret = new Array(i);\n while (i--) {\n ret[i] = list[i + start];\n }\n return ret\n}\n\n/**\n * Mix properties into target object.\n */\nfunction extend (to, _from) {\n for (var key in _from) {\n to[key] = _from[key];\n }\n return to\n}\n\n/**\n * Merge an Array of Objects into a single Object.\n */\nfunction toObject (arr) {\n var res = {};\n for (var i = 0; i < arr.length; i++) {\n if (arr[i]) {\n extend(res, arr[i]);\n }\n }\n return res\n}\n\n/* eslint-disable no-unused-vars */\n\n/**\n * Perform no operation.\n * Stubbing args to make Flow happy without leaving useless transpiled code\n * with ...rest (https://flow.org/blog/2017/05/07/Strict-Function-Call-Arity/).\n */\nfunction noop (a, b, c) {}\n\n/**\n * Always return false.\n */\nvar no = function (a, b, c) { return false; };\n\n/* eslint-enable no-unused-vars */\n\n/**\n * Return the same value.\n */\nvar identity = function (_) { return _; };\n\n/**\n * Check if two values are loosely equal - that is,\n * if they are plain objects, do they have the same shape?\n */\nfunction looseEqual (a, b) {\n if (a === b) { return true }\n var isObjectA = isObject(a);\n var isObjectB = isObject(b);\n if (isObjectA && isObjectB) {\n try {\n var isArrayA = Array.isArray(a);\n var isArrayB = Array.isArray(b);\n if (isArrayA && isArrayB) {\n return a.length === b.length && a.every(function (e, i) {\n return looseEqual(e, b[i])\n })\n } else if (a instanceof Date && b instanceof Date) {\n return a.getTime() === b.getTime()\n } else if (!isArrayA && !isArrayB) {\n var keysA = Object.keys(a);\n var keysB = Object.keys(b);\n return keysA.length === keysB.length && keysA.every(function (key) {\n return looseEqual(a[key], b[key])\n })\n } else {\n /* istanbul ignore next */\n return false\n }\n } catch (e) {\n /* istanbul ignore next */\n return false\n }\n } else if (!isObjectA && !isObjectB) {\n return String(a) === String(b)\n } else {\n return false\n }\n}\n\n/**\n * Return the first index at which a loosely equal value can be\n * found in the array (if value is a plain object, the array must\n * contain an object of the same shape), or -1 if it is not present.\n */\nfunction looseIndexOf (arr, val) {\n for (var i = 0; i < arr.length; i++) {\n if (looseEqual(arr[i], val)) { return i }\n }\n return -1\n}\n\n/**\n * Ensure a function is called only once.\n */\nfunction once (fn) {\n var called = false;\n return function () {\n if (!called) {\n called = true;\n fn.apply(this, arguments);\n }\n }\n}\n\nvar SSR_ATTR = 'data-server-rendered';\n\nvar ASSET_TYPES = [\n 'component',\n 'directive',\n 'filter'\n];\n\nvar LIFECYCLE_HOOKS = [\n 'beforeCreate',\n 'created',\n 'beforeMount',\n 'mounted',\n 'beforeUpdate',\n 'updated',\n 'beforeDestroy',\n 'destroyed',\n 'activated',\n 'deactivated',\n 'errorCaptured',\n 'serverPrefetch'\n];\n\n/* */\n\n\n\nvar config = ({\n /**\n * Option merge strategies (used in core/util/options)\n */\n // $flow-disable-line\n optionMergeStrategies: Object.create(null),\n\n /**\n * Whether to suppress warnings.\n */\n silent: false,\n\n /**\n * Show production mode tip message on boot?\n */\n productionTip: process.env.NODE_ENV !== 'production',\n\n /**\n * Whether to enable devtools\n */\n devtools: process.env.NODE_ENV !== 'production',\n\n /**\n * Whether to record perf\n */\n performance: false,\n\n /**\n * Error handler for watcher errors\n */\n errorHandler: null,\n\n /**\n * Warn handler for watcher warns\n */\n warnHandler: null,\n\n /**\n * Ignore certain custom elements\n */\n ignoredElements: [],\n\n /**\n * Custom user key aliases for v-on\n */\n // $flow-disable-line\n keyCodes: Object.create(null),\n\n /**\n * Check if a tag is reserved so that it cannot be registered as a\n * component. This is platform-dependent and may be overwritten.\n */\n isReservedTag: no,\n\n /**\n * Check if an attribute is reserved so that it cannot be used as a component\n * prop. This is platform-dependent and may be overwritten.\n */\n isReservedAttr: no,\n\n /**\n * Check if a tag is an unknown element.\n * Platform-dependent.\n */\n isUnknownElement: no,\n\n /**\n * Get the namespace of an element\n */\n getTagNamespace: noop,\n\n /**\n * Parse the real tag name for the specific platform.\n */\n parsePlatformTagName: identity,\n\n /**\n * Check if an attribute must be bound using property, e.g. value\n * Platform-dependent.\n */\n mustUseProp: no,\n\n /**\n * Perform updates asynchronously. Intended to be used by Vue Test Utils\n * This will significantly reduce performance if set to false.\n */\n async: true,\n\n /**\n * Exposed for legacy reasons\n */\n _lifecycleHooks: LIFECYCLE_HOOKS\n});\n\n/* */\n\n/**\n * unicode letters used for parsing html tags, component names and property paths.\n * using https://www.w3.org/TR/html53/semantics-scripting.html#potentialcustomelementname\n * skipping \\u10000-\\uEFFFF due to it freezing up PhantomJS\n */\nvar unicodeRegExp = /a-zA-Z\\u00B7\\u00C0-\\u00D6\\u00D8-\\u00F6\\u00F8-\\u037D\\u037F-\\u1FFF\\u200C-\\u200D\\u203F-\\u2040\\u2070-\\u218F\\u2C00-\\u2FEF\\u3001-\\uD7FF\\uF900-\\uFDCF\\uFDF0-\\uFFFD/;\n\n/**\n * Check if a string starts with $ or _\n */\nfunction isReserved (str) {\n var c = (str + '').charCodeAt(0);\n return c === 0x24 || c === 0x5F\n}\n\n/**\n * Define a property.\n */\nfunction def (obj, key, val, enumerable) {\n Object.defineProperty(obj, key, {\n value: val,\n enumerable: !!enumerable,\n writable: true,\n configurable: true\n });\n}\n\n/**\n * Parse simple path.\n */\nvar bailRE = new RegExp((\"[^\" + (unicodeRegExp.source) + \".$_\\\\d]\"));\nfunction parsePath (path) {\n if (bailRE.test(path)) {\n return\n }\n var segments = path.split('.');\n return function (obj) {\n for (var i = 0; i < segments.length; i++) {\n if (!obj) { return }\n obj = obj[segments[i]];\n }\n return obj\n }\n}\n\n/* */\n\n// can we use __proto__?\nvar hasProto = '__proto__' in {};\n\n// Browser environment sniffing\nvar inBrowser = typeof window !== 'undefined';\nvar inWeex = typeof WXEnvironment !== 'undefined' && !!WXEnvironment.platform;\nvar weexPlatform = inWeex && WXEnvironment.platform.toLowerCase();\nvar UA = inBrowser && window.navigator.userAgent.toLowerCase();\nvar isIE = UA && /msie|trident/.test(UA);\nvar isIE9 = UA && UA.indexOf('msie 9.0') > 0;\nvar isEdge = UA && UA.indexOf('edge/') > 0;\nvar isAndroid = (UA && UA.indexOf('android') > 0) || (weexPlatform === 'android');\nvar isIOS = (UA && /iphone|ipad|ipod|ios/.test(UA)) || (weexPlatform === 'ios');\nvar isChrome = UA && /chrome\\/\\d+/.test(UA) && !isEdge;\nvar isPhantomJS = UA && /phantomjs/.test(UA);\nvar isFF = UA && UA.match(/firefox\\/(\\d+)/);\n\n// Firefox has a \"watch\" function on Object.prototype...\nvar nativeWatch = ({}).watch;\n\nvar supportsPassive = false;\nif (inBrowser) {\n try {\n var opts = {};\n Object.defineProperty(opts, 'passive', ({\n get: function get () {\n /* istanbul ignore next */\n supportsPassive = true;\n }\n })); // https://github.com/facebook/flow/issues/285\n window.addEventListener('test-passive', null, opts);\n } catch (e) {}\n}\n\n// this needs to be lazy-evaled because vue may be required before\n// vue-server-renderer can set VUE_ENV\nvar _isServer;\nvar isServerRendering = function () {\n if (_isServer === undefined) {\n /* istanbul ignore if */\n if (!inBrowser && !inWeex && typeof global !== 'undefined') {\n // detect presence of vue-server-renderer and avoid\n // Webpack shimming the process\n _isServer = global['process'] && global['process'].env.VUE_ENV === 'server';\n } else {\n _isServer = false;\n }\n }\n return _isServer\n};\n\n// detect devtools\nvar devtools = inBrowser && window.__VUE_DEVTOOLS_GLOBAL_HOOK__;\n\n/* istanbul ignore next */\nfunction isNative (Ctor) {\n return typeof Ctor === 'function' && /native code/.test(Ctor.toString())\n}\n\nvar hasSymbol =\n typeof Symbol !== 'undefined' && isNative(Symbol) &&\n typeof Reflect !== 'undefined' && isNative(Reflect.ownKeys);\n\nvar _Set;\n/* istanbul ignore if */ // $flow-disable-line\nif (typeof Set !== 'undefined' && isNative(Set)) {\n // use native Set when available.\n _Set = Set;\n} else {\n // a non-standard Set polyfill that only works with primitive keys.\n _Set = /*@__PURE__*/(function () {\n function Set () {\n this.set = Object.create(null);\n }\n Set.prototype.has = function has (key) {\n return this.set[key] === true\n };\n Set.prototype.add = function add (key) {\n this.set[key] = true;\n };\n Set.prototype.clear = function clear () {\n this.set = Object.create(null);\n };\n\n return Set;\n }());\n}\n\n/* */\n\nvar warn = noop;\nvar tip = noop;\nvar generateComponentTrace = (noop); // work around flow check\nvar formatComponentName = (noop);\n\nif (process.env.NODE_ENV !== 'production') {\n var hasConsole = typeof console !== 'undefined';\n var classifyRE = /(?:^|[-_])(\\w)/g;\n var classify = function (str) { return str\n .replace(classifyRE, function (c) { return c.toUpperCase(); })\n .replace(/[-_]/g, ''); };\n\n warn = function (msg, vm) {\n var trace = vm ? generateComponentTrace(vm) : '';\n\n if (config.warnHandler) {\n config.warnHandler.call(null, msg, vm, trace);\n } else if (hasConsole && (!config.silent)) {\n console.error((\"[Vue warn]: \" + msg + trace));\n }\n };\n\n tip = function (msg, vm) {\n if (hasConsole && (!config.silent)) {\n console.warn(\"[Vue tip]: \" + msg + (\n vm ? generateComponentTrace(vm) : ''\n ));\n }\n };\n\n formatComponentName = function (vm, includeFile) {\n if (vm.$root === vm) {\n return '<Root>'\n }\n var options = typeof vm === 'function' && vm.cid != null\n ? vm.options\n : vm._isVue\n ? vm.$options || vm.constructor.options\n : vm;\n var name = options.name || options._componentTag;\n var file = options.__file;\n if (!name && file) {\n var match = file.match(/([^/\\\\]+)\\.vue$/);\n name = match && match[1];\n }\n\n return (\n (name ? (\"<\" + (classify(name)) + \">\") : \"<Anonymous>\") +\n (file && includeFile !== false ? (\" at \" + file) : '')\n )\n };\n\n var repeat = function (str, n) {\n var res = '';\n while (n) {\n if (n % 2 === 1) { res += str; }\n if (n > 1) { str += str; }\n n >>= 1;\n }\n return res\n };\n\n generateComponentTrace = function (vm) {\n if (vm._isVue && vm.$parent) {\n var tree = [];\n var currentRecursiveSequence = 0;\n while (vm) {\n if (tree.length > 0) {\n var last = tree[tree.length - 1];\n if (last.constructor === vm.constructor) {\n currentRecursiveSequence++;\n vm = vm.$parent;\n continue\n } else if (currentRecursiveSequence > 0) {\n tree[tree.length - 1] = [last, currentRecursiveSequence];\n currentRecursiveSequence = 0;\n }\n }\n tree.push(vm);\n vm = vm.$parent;\n }\n return '\\n\\nfound in\\n\\n' + tree\n .map(function (vm, i) { return (\"\" + (i === 0 ? '---> ' : repeat(' ', 5 + i * 2)) + (Array.isArray(vm)\n ? ((formatComponentName(vm[0])) + \"... (\" + (vm[1]) + \" recursive calls)\")\n : formatComponentName(vm))); })\n .join('\\n')\n } else {\n return (\"\\n\\n(found in \" + (formatComponentName(vm)) + \")\")\n }\n };\n}\n\n/* */\n\nvar uid = 0;\n\n/**\n * A dep is an observable that can have multiple\n * directives subscribing to it.\n */\nvar Dep = function Dep () {\n this.id = uid++;\n this.subs = [];\n};\n\nDep.prototype.addSub = function addSub (sub) {\n this.subs.push(sub);\n};\n\nDep.prototype.removeSub = function removeSub (sub) {\n remove(this.subs, sub);\n};\n\nDep.prototype.depend = function depend () {\n if (Dep.target) {\n Dep.target.addDep(this);\n }\n};\n\nDep.prototype.notify = function notify () {\n // stabilize the subscriber list first\n var subs = this.subs.slice();\n if (process.env.NODE_ENV !== 'production' && !config.async) {\n // subs aren't sorted in scheduler if not running async\n // we need to sort them now to make sure they fire in correct\n // order\n subs.sort(function (a, b) { return a.id - b.id; });\n }\n for (var i = 0, l = subs.length; i < l; i++) {\n subs[i].update();\n }\n};\n\n// The current target watcher being evaluated.\n// This is globally unique because only one watcher\n// can be evaluated at a time.\nDep.target = null;\nvar targetStack = [];\n\nfunction pushTarget (target) {\n targetStack.push(target);\n Dep.target = target;\n}\n\nfunction popTarget () {\n targetStack.pop();\n Dep.target = targetStack[targetStack.length - 1];\n}\n\n/* */\n\nvar VNode = function VNode (\n tag,\n data,\n children,\n text,\n elm,\n context,\n componentOptions,\n asyncFactory\n) {\n this.tag = tag;\n this.data = data;\n this.children = children;\n this.text = text;\n this.elm = elm;\n this.ns = undefined;\n this.context = context;\n this.fnContext = undefined;\n this.fnOptions = undefined;\n this.fnScopeId = undefined;\n this.key = data && data.key;\n this.componentOptions = componentOptions;\n this.componentInstance = undefined;\n this.parent = undefined;\n this.raw = false;\n this.isStatic = false;\n this.isRootInsert = true;\n this.isComment = false;\n this.isCloned = false;\n this.isOnce = false;\n this.asyncFactory = asyncFactory;\n this.asyncMeta = undefined;\n this.isAsyncPlaceholder = false;\n};\n\nvar prototypeAccessors = { child: { configurable: true } };\n\n// DEPRECATED: alias for componentInstance for backwards compat.\n/* istanbul ignore next */\nprototypeAccessors.child.get = function () {\n return this.componentInstance\n};\n\nObject.defineProperties( VNode.prototype, prototypeAccessors );\n\nvar createEmptyVNode = function (text) {\n if ( text === void 0 ) text = '';\n\n var node = new VNode();\n node.text = text;\n node.isComment = true;\n return node\n};\n\nfunction createTextVNode (val) {\n return new VNode(undefined, undefined, undefined, String(val))\n}\n\n// optimized shallow clone\n// used for static nodes and slot nodes because they may be reused across\n// multiple renders, cloning them avoids errors when DOM manipulations rely\n// on their elm reference.\nfunction cloneVNode (vnode) {\n var cloned = new VNode(\n vnode.tag,\n vnode.data,\n // #7975\n // clone children array to avoid mutating original in case of cloning\n // a child.\n vnode.children && vnode.children.slice(),\n vnode.text,\n vnode.elm,\n vnode.context,\n vnode.componentOptions,\n vnode.asyncFactory\n );\n cloned.ns = vnode.ns;\n cloned.isStatic = vnode.isStatic;\n cloned.key = vnode.key;\n cloned.isComment = vnode.isComment;\n cloned.fnContext = vnode.fnContext;\n cloned.fnOptions = vnode.fnOptions;\n cloned.fnScopeId = vnode.fnScopeId;\n cloned.asyncMeta = vnode.asyncMeta;\n cloned.isCloned = true;\n return cloned\n}\n\n/*\n * not type checking this file because flow doesn't play well with\n * dynamically accessing methods on Array prototype\n */\n\nvar arrayProto = Array.prototype;\nvar arrayMethods = Object.create(arrayProto);\n\nvar methodsToPatch = [\n 'push',\n 'pop',\n 'shift',\n 'unshift',\n 'splice',\n 'sort',\n 'reverse'\n];\n\n/**\n * Intercept mutating methods and emit events\n */\nmethodsToPatch.forEach(function (method) {\n // cache original method\n var original = arrayProto[method];\n def(arrayMethods, method, function mutator () {\n var args = [], len = arguments.length;\n while ( len-- ) args[ len ] = arguments[ len ];\n\n var result = original.apply(this, args);\n var ob = this.__ob__;\n var inserted;\n switch (method) {\n case 'push':\n case 'unshift':\n inserted = args;\n break\n case 'splice':\n inserted = args.slice(2);\n break\n }\n if (inserted) { ob.observeArray(inserted); }\n // notify change\n ob.dep.notify();\n return result\n });\n});\n\n/* */\n\nvar arrayKeys = Object.getOwnPropertyNames(arrayMethods);\n\n/**\n * In some cases we may want to disable observation inside a component's\n * update computation.\n */\nvar shouldObserve = true;\n\nfunction toggleObserving (value) {\n shouldObserve = value;\n}\n\n/**\n * Observer class that is attached to each observed\n * object. Once attached, the observer converts the target\n * object's property keys into getter/setters that\n * collect dependencies and dispatch updates.\n */\nvar Observer = function Observer (value) {\n this.value = value;\n this.dep = new Dep();\n this.vmCount = 0;\n def(value, '__ob__', this);\n if (Array.isArray(value)) {\n if (hasProto) {\n protoAugment(value, arrayMethods);\n } else {\n copyAugment(value, arrayMethods, arrayKeys);\n }\n this.observeArray(value);\n } else {\n this.walk(value);\n }\n};\n\n/**\n * Walk through all properties and convert them into\n * getter/setters. This method should only be called when\n * value type is Object.\n */\nObserver.prototype.walk = function walk (obj) {\n var keys = Object.keys(obj);\n for (var i = 0; i < keys.length; i++) {\n defineReactive$$1(obj, keys[i]);\n }\n};\n\n/**\n * Observe a list of Array items.\n */\nObserver.prototype.observeArray = function observeArray (items) {\n for (var i = 0, l = items.length; i < l; i++) {\n observe(items[i]);\n }\n};\n\n// helpers\n\n/**\n * Augment a target Object or Array by intercepting\n * the prototype chain using __proto__\n */\nfunction protoAugment (target, src) {\n /* eslint-disable no-proto */\n target.__proto__ = src;\n /* eslint-enable no-proto */\n}\n\n/**\n * Augment a target Object or Array by defining\n * hidden properties.\n */\n/* istanbul ignore next */\nfunction copyAugment (target, src, keys) {\n for (var i = 0, l = keys.length; i < l; i++) {\n var key = keys[i];\n def(target, key, src[key]);\n }\n}\n\n/**\n * Attempt to create an observer instance for a value,\n * returns the new observer if successfully observed,\n * or the existing observer if the value already has one.\n */\nfunction observe (value, asRootData) {\n if (!isObject(value) || value instanceof VNode) {\n return\n }\n var ob;\n if (hasOwn(value, '__ob__') && value.__ob__ instanceof Observer) {\n ob = value.__ob__;\n } else if (\n shouldObserve &&\n !isServerRendering() &&\n (Array.isArray(value) || isPlainObject(value)) &&\n Object.isExtensible(value) &&\n !value._isVue\n ) {\n ob = new Observer(value);\n }\n if (asRootData && ob) {\n ob.vmCount++;\n }\n return ob\n}\n\n/**\n * Define a reactive property on an Object.\n */\nfunction defineReactive$$1 (\n obj,\n key,\n val,\n customSetter,\n shallow\n) {\n var dep = new Dep();\n\n var property = Object.getOwnPropertyDescriptor(obj, key);\n if (property && property.configurable === false) {\n return\n }\n\n // cater for pre-defined getter/setters\n var getter = property && property.get;\n var setter = property && property.set;\n if ((!getter || setter) && arguments.length === 2) {\n val = obj[key];\n }\n\n var childOb = !shallow && observe(val);\n Object.defineProperty(obj, key, {\n enumerable: true,\n configurable: true,\n get: function reactiveGetter () {\n var value = getter ? getter.call(obj) : val;\n if (Dep.target) {\n dep.depend();\n if (childOb) {\n childOb.dep.depend();\n if (Array.isArray(value)) {\n dependArray(value);\n }\n }\n }\n return value\n },\n set: function reactiveSetter (newVal) {\n var value = getter ? getter.call(obj) : val;\n /* eslint-disable no-self-compare */\n if (newVal === value || (newVal !== newVal && value !== value)) {\n return\n }\n /* eslint-enable no-self-compare */\n if (process.env.NODE_ENV !== 'production' && customSetter) {\n customSetter();\n }\n // #7981: for accessor properties without setter\n if (getter && !setter) { return }\n if (setter) {\n setter.call(obj, newVal);\n } else {\n val = newVal;\n }\n childOb = !shallow && observe(newVal);\n dep.notify();\n }\n });\n}\n\n/**\n * Set a property on an object. Adds the new property and\n * triggers change notification if the property doesn't\n * already exist.\n */\nfunction set (target, key, val) {\n if (process.env.NODE_ENV !== 'production' &&\n (isUndef(target) || isPrimitive(target))\n ) {\n warn((\"Cannot set reactive property on undefined, null, or primitive value: \" + ((target))));\n }\n if (Array.isArray(target) && isValidArrayIndex(key)) {\n target.length = Math.max(target.length, key);\n target.splice(key, 1, val);\n return val\n }\n if (key in target && !(key in Object.prototype)) {\n target[key] = val;\n return val\n }\n var ob = (target).__ob__;\n if (target._isVue || (ob && ob.vmCount)) {\n process.env.NODE_ENV !== 'production' && warn(\n 'Avoid adding reactive properties to a Vue instance or its root $data ' +\n 'at runtime - declare it upfront in the data option.'\n );\n return val\n }\n if (!ob) {\n target[key] = val;\n return val\n }\n defineReactive$$1(ob.value, key, val);\n ob.dep.notify();\n return val\n}\n\n/**\n * Delete a property and trigger change if necessary.\n */\nfunction del (target, key) {\n if (process.env.NODE_ENV !== 'production' &&\n (isUndef(target) || isPrimitive(target))\n ) {\n warn((\"Cannot delete reactive property on undefined, null, or primitive value: \" + ((target))));\n }\n if (Array.isArray(target) && isValidArrayIndex(key)) {\n target.splice(key, 1);\n return\n }\n var ob = (target).__ob__;\n if (target._isVue || (ob && ob.vmCount)) {\n process.env.NODE_ENV !== 'production' && warn(\n 'Avoid deleting properties on a Vue instance or its root $data ' +\n '- just set it to null.'\n );\n return\n }\n if (!hasOwn(target, key)) {\n return\n }\n delete target[key];\n if (!ob) {\n return\n }\n ob.dep.notify();\n}\n\n/**\n * Collect dependencies on array elements when the array is touched, since\n * we cannot intercept array element access like property getters.\n */\nfunction dependArray (value) {\n for (var e = (void 0), i = 0, l = value.length; i < l; i++) {\n e = value[i];\n e && e.__ob__ && e.__ob__.dep.depend();\n if (Array.isArray(e)) {\n dependArray(e);\n }\n }\n}\n\n/* */\n\n/**\n * Option overwriting strategies are functions that handle\n * how to merge a parent option value and a child option\n * value into the final value.\n */\nvar strats = config.optionMergeStrategies;\n\n/**\n * Options with restrictions\n */\nif (process.env.NODE_ENV !== 'production') {\n strats.el = strats.propsData = function (parent, child, vm, key) {\n if (!vm) {\n warn(\n \"option \\\"\" + key + \"\\\" can only be used during instance \" +\n 'creation with the `new` keyword.'\n );\n }\n return defaultStrat(parent, child)\n };\n}\n\n/**\n * Helper that recursively merges two data objects together.\n */\nfunction mergeData (to, from) {\n if (!from) { return to }\n var key, toVal, fromVal;\n\n var keys = hasSymbol\n ? Reflect.ownKeys(from)\n : Object.keys(from);\n\n for (var i = 0; i < keys.length; i++) {\n key = keys[i];\n // in case the object is already observed...\n if (key === '__ob__') { continue }\n toVal = to[key];\n fromVal = from[key];\n if (!hasOwn(to, key)) {\n set(to, key, fromVal);\n } else if (\n toVal !== fromVal &&\n isPlainObject(toVal) &&\n isPlainObject(fromVal)\n ) {\n mergeData(toVal, fromVal);\n }\n }\n return to\n}\n\n/**\n * Data\n */\nfunction mergeDataOrFn (\n parentVal,\n childVal,\n vm\n) {\n if (!vm) {\n // in a Vue.extend merge, both should be functions\n if (!childVal) {\n return parentVal\n }\n if (!parentVal) {\n return childVal\n }\n // when parentVal & childVal are both present,\n // we need to return a function that returns the\n // merged result of both functions... no need to\n // check if parentVal is a function here because\n // it has to be a function to pass previous merges.\n return function mergedDataFn () {\n return mergeData(\n typeof childVal === 'function' ? childVal.call(this, this) : childVal,\n typeof parentVal === 'function' ? parentVal.call(this, this) : parentVal\n )\n }\n } else {\n return function mergedInstanceDataFn () {\n // instance merge\n var instanceData = typeof childVal === 'function'\n ? childVal.call(vm, vm)\n : childVal;\n var defaultData = typeof parentVal === 'function'\n ? parentVal.call(vm, vm)\n : parentVal;\n if (instanceData) {\n return mergeData(instanceData, defaultData)\n } else {\n return defaultData\n }\n }\n }\n}\n\nstrats.data = function (\n parentVal,\n childVal,\n vm\n) {\n if (!vm) {\n if (childVal && typeof childVal !== 'function') {\n process.env.NODE_ENV !== 'production' && warn(\n 'The \"data\" option should be a function ' +\n 'that returns a per-instance value in component ' +\n 'definitions.',\n vm\n );\n\n return parentVal\n }\n return mergeDataOrFn(parentVal, childVal)\n }\n\n return mergeDataOrFn(parentVal, childVal, vm)\n};\n\n/**\n * Hooks and props are merged as arrays.\n */\nfunction mergeHook (\n parentVal,\n childVal\n) {\n var res = childVal\n ? parentVal\n ? parentVal.concat(childVal)\n : Array.isArray(childVal)\n ? childVal\n : [childVal]\n : parentVal;\n return res\n ? dedupeHooks(res)\n : res\n}\n\nfunction dedupeHooks (hooks) {\n var res = [];\n for (var i = 0; i < hooks.length; i++) {\n if (res.indexOf(hooks[i]) === -1) {\n res.push(hooks[i]);\n }\n }\n return res\n}\n\nLIFECYCLE_HOOKS.forEach(function (hook) {\n strats[hook] = mergeHook;\n});\n\n/**\n * Assets\n *\n * When a vm is present (instance creation), we need to do\n * a three-way merge between constructor options, instance\n * options and parent options.\n */\nfunction mergeAssets (\n parentVal,\n childVal,\n vm,\n key\n) {\n var res = Object.create(parentVal || null);\n if (childVal) {\n process.env.NODE_ENV !== 'production' && assertObjectType(key, childVal, vm);\n return extend(res, childVal)\n } else {\n return res\n }\n}\n\nASSET_TYPES.forEach(function (type) {\n strats[type + 's'] = mergeAssets;\n});\n\n/**\n * Watchers.\n *\n * Watchers hashes should not overwrite one\n * another, so we merge them as arrays.\n */\nstrats.watch = function (\n parentVal,\n childVal,\n vm,\n key\n) {\n // work around Firefox's Object.prototype.watch...\n if (parentVal === nativeWatch) { parentVal = undefined; }\n if (childVal === nativeWatch) { childVal = undefined; }\n /* istanbul ignore if */\n if (!childVal) { return Object.create(parentVal || null) }\n if (process.env.NODE_ENV !== 'production') {\n assertObjectType(key, childVal, vm);\n }\n if (!parentVal) { return childVal }\n var ret = {};\n extend(ret, parentVal);\n for (var key$1 in childVal) {\n var parent = ret[key$1];\n var child = childVal[key$1];\n if (parent && !Array.isArray(parent)) {\n parent = [parent];\n }\n ret[key$1] = parent\n ? parent.concat(child)\n : Array.isArray(child) ? child : [child];\n }\n return ret\n};\n\n/**\n * Other object hashes.\n */\nstrats.props =\nstrats.methods =\nstrats.inject =\nstrats.computed = function (\n parentVal,\n childVal,\n vm,\n key\n) {\n if (childVal && process.env.NODE_ENV !== 'production') {\n assertObjectType(key, childVal, vm);\n }\n if (!parentVal) { return childVal }\n var ret = Object.create(null);\n extend(ret, parentVal);\n if (childVal) { extend(ret, childVal); }\n return ret\n};\nstrats.provide = mergeDataOrFn;\n\n/**\n * Default strategy.\n */\nvar defaultStrat = function (parentVal, childVal) {\n return childVal === undefined\n ? parentVal\n : childVal\n};\n\n/**\n * Validate component names\n */\nfunction checkComponents (options) {\n for (var key in options.components) {\n validateComponentName(key);\n }\n}\n\nfunction validateComponentName (name) {\n if (!new RegExp((\"^[a-zA-Z][\\\\-\\\\.0-9_\" + (unicodeRegExp.source) + \"]*$\")).test(name)) {\n warn(\n 'Invalid component name: \"' + name + '\". Component names ' +\n 'should conform to valid custom element name in html5 specification.'\n );\n }\n if (isBuiltInTag(name) || config.isReservedTag(name)) {\n warn(\n 'Do not use built-in or reserved HTML elements as component ' +\n 'id: ' + name\n );\n }\n}\n\n/**\n * Ensure all props option syntax are normalized into the\n * Object-based format.\n */\nfunction normalizeProps (options, vm) {\n var props = options.props;\n if (!props) { return }\n var res = {};\n var i, val, name;\n if (Array.isArray(props)) {\n i = props.length;\n while (i--) {\n val = props[i];\n if (typeof val === 'string') {\n name = camelize(val);\n res[name] = { type: null };\n } else if (process.env.NODE_ENV !== 'production') {\n warn('props must be strings when using array syntax.');\n }\n }\n } else if (isPlainObject(props)) {\n for (var key in props) {\n val = props[key];\n name = camelize(key);\n res[name] = isPlainObject(val)\n ? val\n : { type: val };\n }\n } else if (process.env.NODE_ENV !== 'production') {\n warn(\n \"Invalid value for option \\\"props\\\": expected an Array or an Object, \" +\n \"but got \" + (toRawType(props)) + \".\",\n vm\n );\n }\n options.props = res;\n}\n\n/**\n * Normalize all injections into Object-based format\n */\nfunction normalizeInject (options, vm) {\n var inject = options.inject;\n if (!inject) { return }\n var normalized = options.inject = {};\n if (Array.isArray(inject)) {\n for (var i = 0; i < inject.length; i++) {\n normalized[inject[i]] = { from: inject[i] };\n }\n } else if (isPlainObject(inject)) {\n for (var key in inject) {\n var val = inject[key];\n normalized[key] = isPlainObject(val)\n ? extend({ from: key }, val)\n : { from: val };\n }\n } else if (process.env.NODE_ENV !== 'production') {\n warn(\n \"Invalid value for option \\\"inject\\\": expected an Array or an Object, \" +\n \"but got \" + (toRawType(inject)) + \".\",\n vm\n );\n }\n}\n\n/**\n * Normalize raw function directives into object format.\n */\nfunction normalizeDirectives (options) {\n var dirs = options.directives;\n if (dirs) {\n for (var key in dirs) {\n var def$$1 = dirs[key];\n if (typeof def$$1 === 'function') {\n dirs[key] = { bind: def$$1, update: def$$1 };\n }\n }\n }\n}\n\nfunction assertObjectType (name, value, vm) {\n if (!isPlainObject(value)) {\n warn(\n \"Invalid value for option \\\"\" + name + \"\\\": expected an Object, \" +\n \"but got \" + (toRawType(value)) + \".\",\n vm\n );\n }\n}\n\n/**\n * Merge two option objects into a new one.\n * Core utility used in both instantiation and inheritance.\n */\nfunction mergeOptions (\n parent,\n child,\n vm\n) {\n if (process.env.NODE_ENV !== 'production') {\n checkComponents(child);\n }\n\n if (typeof child === 'function') {\n child = child.options;\n }\n\n normalizeProps(child, vm);\n normalizeInject(child, vm);\n normalizeDirectives(child);\n\n // Apply extends and mixins on the child options,\n // but only if it is a raw options object that isn't\n // the result of another mergeOptions call.\n // Only merged options has the _base property.\n if (!child._base) {\n if (child.extends) {\n parent = mergeOptions(parent, child.extends, vm);\n }\n if (child.mixins) {\n for (var i = 0, l = child.mixins.length; i < l; i++) {\n parent = mergeOptions(parent, child.mixins[i], vm);\n }\n }\n }\n\n var options = {};\n var key;\n for (key in parent) {\n mergeField(key);\n }\n for (key in child) {\n if (!hasOwn(parent, key)) {\n mergeField(key);\n }\n }\n function mergeField (key) {\n var strat = strats[key] || defaultStrat;\n options[key] = strat(parent[key], child[key], vm, key);\n }\n return options\n}\n\n/**\n * Resolve an asset.\n * This function is used because child instances need access\n * to assets defined in its ancestor chain.\n */\nfunction resolveAsset (\n options,\n type,\n id,\n warnMissing\n) {\n /* istanbul ignore if */\n if (typeof id !== 'string') {\n return\n }\n var assets = options[type];\n // check local registration variations first\n if (hasOwn(assets, id)) { return assets[id] }\n var camelizedId = camelize(id);\n if (hasOwn(assets, camelizedId)) { return assets[camelizedId] }\n var PascalCaseId = capitalize(camelizedId);\n if (hasOwn(assets, PascalCaseId)) { return assets[PascalCaseId] }\n // fallback to prototype chain\n var res = assets[id] || assets[camelizedId] || assets[PascalCaseId];\n if (process.env.NODE_ENV !== 'production' && warnMissing && !res) {\n warn(\n 'Failed to resolve ' + type.slice(0, -1) + ': ' + id,\n options\n );\n }\n return res\n}\n\n/* */\n\n\n\nfunction validateProp (\n key,\n propOptions,\n propsData,\n vm\n) {\n var prop = propOptions[key];\n var absent = !hasOwn(propsData, key);\n var value = propsData[key];\n // boolean casting\n var booleanIndex = getTypeIndex(Boolean, prop.type);\n if (booleanIndex > -1) {\n if (absent && !hasOwn(prop, 'default')) {\n value = false;\n } else if (value === '' || value === hyphenate(key)) {\n // only cast empty string / same name to boolean if\n // boolean has higher priority\n var stringIndex = getTypeIndex(String, prop.type);\n if (stringIndex < 0 || booleanIndex < stringIndex) {\n value = true;\n }\n }\n }\n // check default value\n if (value === undefined) {\n value = getPropDefaultValue(vm, prop, key);\n // since the default value is a fresh copy,\n // make sure to observe it.\n var prevShouldObserve = shouldObserve;\n toggleObserving(true);\n observe(value);\n toggleObserving(prevShouldObserve);\n }\n if (\n process.env.NODE_ENV !== 'production' &&\n // skip validation for weex recycle-list child component props\n !(false)\n ) {\n assertProp(prop, key, value, vm, absent);\n }\n return value\n}\n\n/**\n * Get the default value of a prop.\n */\nfunction getPropDefaultValue (vm, prop, key) {\n // no default, return undefined\n if (!hasOwn(prop, 'default')) {\n return undefined\n }\n var def = prop.default;\n // warn against non-factory defaults for Object & Array\n if (process.env.NODE_ENV !== 'production' && isObject(def)) {\n warn(\n 'Invalid default value for prop \"' + key + '\": ' +\n 'Props with type Object/Array must use a factory function ' +\n 'to return the default value.',\n vm\n );\n }\n // the raw prop value was also undefined from previous render,\n // return previous default value to avoid unnecessary watcher trigger\n if (vm && vm.$options.propsData &&\n vm.$options.propsData[key] === undefined &&\n vm._props[key] !== undefined\n ) {\n return vm._props[key]\n }\n // call factory function for non-Function types\n // a value is Function if its prototype is function even across different execution context\n return typeof def === 'function' && getType(prop.type) !== 'Function'\n ? def.call(vm)\n : def\n}\n\n/**\n * Assert whether a prop is valid.\n */\nfunction assertProp (\n prop,\n name,\n value,\n vm,\n absent\n) {\n if (prop.required && absent) {\n warn(\n 'Missing required prop: \"' + name + '\"',\n vm\n );\n return\n }\n if (value == null && !prop.required) {\n return\n }\n var type = prop.type;\n var valid = !type || type === true;\n var expectedTypes = [];\n if (type) {\n if (!Array.isArray(type)) {\n type = [type];\n }\n for (var i = 0; i < type.length && !valid; i++) {\n var assertedType = assertType(value, type[i]);\n expectedTypes.push(assertedType.expectedType || '');\n valid = assertedType.valid;\n }\n }\n\n if (!valid) {\n warn(\n getInvalidTypeMessage(name, value, expectedTypes),\n vm\n );\n return\n }\n var validator = prop.validator;\n if (validator) {\n if (!validator(value)) {\n warn(\n 'Invalid prop: custom validator check failed for prop \"' + name + '\".',\n vm\n );\n }\n }\n}\n\nvar simpleCheckRE = /^(String|Number|Boolean|Function|Symbol)$/;\n\nfunction assertType (value, type) {\n var valid;\n var expectedType = getType(type);\n if (simpleCheckRE.test(expectedType)) {\n var t = typeof value;\n valid = t === expectedType.toLowerCase();\n // for primitive wrapper objects\n if (!valid && t === 'object') {\n valid = value instanceof type;\n }\n } else if (expectedType === 'Object') {\n valid = isPlainObject(value);\n } else if (expectedType === 'Array') {\n valid = Array.isArray(value);\n } else {\n valid = value instanceof type;\n }\n return {\n valid: valid,\n expectedType: expectedType\n }\n}\n\n/**\n * Use function string name to check built-in types,\n * because a simple equality check will fail when running\n * across different vms / iframes.\n */\nfunction getType (fn) {\n var match = fn && fn.toString().match(/^\\s*function (\\w+)/);\n return match ? match[1] : ''\n}\n\nfunction isSameType (a, b) {\n return getType(a) === getType(b)\n}\n\nfunction getTypeIndex (type, expectedTypes) {\n if (!Array.isArray(expectedTypes)) {\n return isSameType(expectedTypes, type) ? 0 : -1\n }\n for (var i = 0, len = expectedTypes.length; i < len; i++) {\n if (isSameType(expectedTypes[i], type)) {\n return i\n }\n }\n return -1\n}\n\nfunction getInvalidTypeMessage (name, value, expectedTypes) {\n var message = \"Invalid prop: type check failed for prop \\\"\" + name + \"\\\".\" +\n \" Expected \" + (expectedTypes.map(capitalize).join(', '));\n var expectedType = expectedTypes[0];\n var receivedType = toRawType(value);\n var expectedValue = styleValue(value, expectedType);\n var receivedValue = styleValue(value, receivedType);\n // check if we need to specify expected value\n if (expectedTypes.length === 1 &&\n isExplicable(expectedType) &&\n !isBoolean(expectedType, receivedType)) {\n message += \" with value \" + expectedValue;\n }\n message += \", got \" + receivedType + \" \";\n // check if we need to specify received value\n if (isExplicable(receivedType)) {\n message += \"with value \" + receivedValue + \".\";\n }\n return message\n}\n\nfunction styleValue (value, type) {\n if (type === 'String') {\n return (\"\\\"\" + value + \"\\\"\")\n } else if (type === 'Number') {\n return (\"\" + (Number(value)))\n } else {\n return (\"\" + value)\n }\n}\n\nfunction isExplicable (value) {\n var explicitTypes = ['string', 'number', 'boolean'];\n return explicitTypes.some(function (elem) { return value.toLowerCase() === elem; })\n}\n\nfunction isBoolean () {\n var args = [], len = arguments.length;\n while ( len-- ) args[ len ] = arguments[ len ];\n\n return args.some(function (elem) { return elem.toLowerCase() === 'boolean'; })\n}\n\n/* */\n\nfunction handleError (err, vm, info) {\n // Deactivate deps tracking while processing error handler to avoid possible infinite rendering.\n // See: https://github.com/vuejs/vuex/issues/1505\n pushTarget();\n try {\n if (vm) {\n var cur = vm;\n while ((cur = cur.$parent)) {\n var hooks = cur.$options.errorCaptured;\n if (hooks) {\n for (var i = 0; i < hooks.length; i++) {\n try {\n var capture = hooks[i].call(cur, err, vm, info) === false;\n if (capture) { return }\n } catch (e) {\n globalHandleError(e, cur, 'errorCaptured hook');\n }\n }\n }\n }\n }\n globalHandleError(err, vm, info);\n } finally {\n popTarget();\n }\n}\n\nfunction invokeWithErrorHandling (\n handler,\n context,\n args,\n vm,\n info\n) {\n var res;\n try {\n res = args ? handler.apply(context, args) : handler.call(context);\n if (res && !res._isVue && isPromise(res) && !res._handled) {\n res.catch(function (e) { return handleError(e, vm, info + \" (Promise/async)\"); });\n // issue #9511\n // avoid catch triggering multiple times when nested calls\n res._handled = true;\n }\n } catch (e) {\n handleError(e, vm, info);\n }\n return res\n}\n\nfunction globalHandleError (err, vm, info) {\n if (config.errorHandler) {\n try {\n return config.errorHandler.call(null, err, vm, info)\n } catch (e) {\n // if the user intentionally throws the original error in the handler,\n // do not log it twice\n if (e !== err) {\n logError(e, null, 'config.errorHandler');\n }\n }\n }\n logError(err, vm, info);\n}\n\nfunction logError (err, vm, info) {\n if (process.env.NODE_ENV !== 'production') {\n warn((\"Error in \" + info + \": \\\"\" + (err.toString()) + \"\\\"\"), vm);\n }\n /* istanbul ignore else */\n if ((inBrowser || inWeex) && typeof console !== 'undefined') {\n console.error(err);\n } else {\n throw err\n }\n}\n\n/* */\n\nvar isUsingMicroTask = false;\n\nvar callbacks = [];\nvar pending = false;\n\nfunction flushCallbacks () {\n pending = false;\n var copies = callbacks.slice(0);\n callbacks.length = 0;\n for (var i = 0; i < copies.length; i++) {\n copies[i]();\n }\n}\n\n// Here we have async deferring wrappers using microtasks.\n// In 2.5 we used (macro) tasks (in combination with microtasks).\n// However, it has subtle problems when state is changed right before repaint\n// (e.g. #6813, out-in transitions).\n// Also, using (macro) tasks in event handler would cause some weird behaviors\n// that cannot be circumvented (e.g. #7109, #7153, #7546, #7834, #8109).\n// So we now use microtasks everywhere, again.\n// A major drawback of this tradeoff is that there are some scenarios\n// where microtasks have too high a priority and fire in between supposedly\n// sequential events (e.g. #4521, #6690, which have workarounds)\n// or even between bubbling of the same event (#6566).\nvar timerFunc;\n\n// The nextTick behavior leverages the microtask queue, which can be accessed\n// via either native Promise.then or MutationObserver.\n// MutationObserver has wider support, however it is seriously bugged in\n// UIWebView in iOS >= 9.3.3 when triggered in touch event handlers. It\n// completely stops working after triggering a few times... so, if native\n// Promise is available, we will use it:\n/* istanbul ignore next, $flow-disable-line */\nif (typeof Promise !== 'undefined' && isNative(Promise)) {\n var p = Promise.resolve();\n timerFunc = function () {\n p.then(flushCallbacks);\n // In problematic UIWebViews, Promise.then doesn't completely break, but\n // it can get stuck in a weird state where callbacks are pushed into the\n // microtask queue but the queue isn't being flushed, until the browser\n // needs to do some other work, e.g. handle a timer. Therefore we can\n // \"force\" the microtask queue to be flushed by adding an empty timer.\n if (isIOS) { setTimeout(noop); }\n };\n isUsingMicroTask = true;\n} else if (!isIE && typeof MutationObserver !== 'undefined' && (\n isNative(MutationObserver) ||\n // PhantomJS and iOS 7.x\n MutationObserver.toString() === '[object MutationObserverConstructor]'\n)) {\n // Use MutationObserver where native Promise is not available,\n // e.g. PhantomJS, iOS7, Android 4.4\n // (#6466 MutationObserver is unreliable in IE11)\n var counter = 1;\n var observer = new MutationObserver(flushCallbacks);\n var textNode = document.createTextNode(String(counter));\n observer.observe(textNode, {\n characterData: true\n });\n timerFunc = function () {\n counter = (counter + 1) % 2;\n textNode.data = String(counter);\n };\n isUsingMicroTask = true;\n} else if (typeof setImmediate !== 'undefined' && isNative(setImmediate)) {\n // Fallback to setImmediate.\n // Technically it leverages the (macro) task queue,\n // but it is still a better choice than setTimeout.\n timerFunc = function () {\n setImmediate(flushCallbacks);\n };\n} else {\n // Fallback to setTimeout.\n timerFunc = function () {\n setTimeout(flushCallbacks, 0);\n };\n}\n\nfunction nextTick (cb, ctx) {\n var _resolve;\n callbacks.push(function () {\n if (cb) {\n try {\n cb.call(ctx);\n } catch (e) {\n handleError(e, ctx, 'nextTick');\n }\n } else if (_resolve) {\n _resolve(ctx);\n }\n });\n if (!pending) {\n pending = true;\n timerFunc();\n }\n // $flow-disable-line\n if (!cb && typeof Promise !== 'undefined') {\n return new Promise(function (resolve) {\n _resolve = resolve;\n })\n }\n}\n\n/* */\n\n/* not type checking this file because flow doesn't play well with Proxy */\n\nvar initProxy;\n\nif (process.env.NODE_ENV !== 'production') {\n var allowedGlobals = makeMap(\n 'Infinity,undefined,NaN,isFinite,isNaN,' +\n 'parseFloat,parseInt,decodeURI,decodeURIComponent,encodeURI,encodeURIComponent,' +\n 'Math,Number,Date,Array,Object,Boolean,String,RegExp,Map,Set,JSON,Intl,' +\n 'require' // for Webpack/Browserify\n );\n\n var warnNonPresent = function (target, key) {\n warn(\n \"Property or method \\\"\" + key + \"\\\" is not defined on the instance but \" +\n 'referenced during render. Make sure that this property is reactive, ' +\n 'either in the data option, or for class-based components, by ' +\n 'initializing the property. ' +\n 'See: https://vuejs.org/v2/guide/reactivity.html#Declaring-Reactive-Properties.',\n target\n );\n };\n\n var warnReservedPrefix = function (target, key) {\n warn(\n \"Property \\\"\" + key + \"\\\" must be accessed with \\\"$data.\" + key + \"\\\" because \" +\n 'properties starting with \"$\" or \"_\" are not proxied in the Vue instance to ' +\n 'prevent conflicts with Vue internals. ' +\n 'See: https://vuejs.org/v2/api/#data',\n target\n );\n };\n\n var hasProxy =\n typeof Proxy !== 'undefined' && isNative(Proxy);\n\n if (hasProxy) {\n var isBuiltInModifier = makeMap('stop,prevent,self,ctrl,shift,alt,meta,exact');\n config.keyCodes = new Proxy(config.keyCodes, {\n set: function set (target, key, value) {\n if (isBuiltInModifier(key)) {\n warn((\"Avoid overwriting built-in modifier in config.keyCodes: .\" + key));\n return false\n } else {\n target[key] = value;\n return true\n }\n }\n });\n }\n\n var hasHandler = {\n has: function has (target, key) {\n var has = key in target;\n var isAllowed = allowedGlobals(key) ||\n (typeof key === 'string' && key.charAt(0) === '_' && !(key in target.$data));\n if (!has && !isAllowed) {\n if (key in target.$data) { warnReservedPrefix(target, key); }\n else { warnNonPresent(target, key); }\n }\n return has || !isAllowed\n }\n };\n\n var getHandler = {\n get: function get (target, key) {\n if (typeof key === 'string' && !(key in target)) {\n if (key in target.$data) { warnReservedPrefix(target, key); }\n else { warnNonPresent(target, key); }\n }\n return target[key]\n }\n };\n\n initProxy = function initProxy (vm) {\n if (hasProxy) {\n // determine which proxy handler to use\n var options = vm.$options;\n var handlers = options.render && options.render._withStripped\n ? getHandler\n : hasHandler;\n vm._renderProxy = new Proxy(vm, handlers);\n } else {\n vm._renderProxy = vm;\n }\n };\n}\n\n/* */\n\nvar seenObjects = new _Set();\n\n/**\n * Recursively traverse an object to evoke all converted\n * getters, so that every nested property inside the object\n * is collected as a \"deep\" dependency.\n */\nfunction traverse (val) {\n _traverse(val, seenObjects);\n seenObjects.clear();\n}\n\nfunction _traverse (val, seen) {\n var i, keys;\n var isA = Array.isArray(val);\n if ((!isA && !isObject(val)) || Object.isFrozen(val) || val instanceof VNode) {\n return\n }\n if (val.__ob__) {\n var depId = val.__ob__.dep.id;\n if (seen.has(depId)) {\n return\n }\n seen.add(depId);\n }\n if (isA) {\n i = val.length;\n while (i--) { _traverse(val[i], seen); }\n } else {\n keys = Object.keys(val);\n i = keys.length;\n while (i--) { _traverse(val[keys[i]], seen); }\n }\n}\n\nvar mark;\nvar measure;\n\nif (process.env.NODE_ENV !== 'production') {\n var perf = inBrowser && window.performance;\n /* istanbul ignore if */\n if (\n perf &&\n perf.mark &&\n perf.measure &&\n perf.clearMarks &&\n perf.clearMeasures\n ) {\n mark = function (tag) { return perf.mark(tag); };\n measure = function (name, startTag, endTag) {\n perf.measure(name, startTag, endTag);\n perf.clearMarks(startTag);\n perf.clearMarks(endTag);\n // perf.clearMeasures(name)\n };\n }\n}\n\n/* */\n\nvar normalizeEvent = cached(function (name) {\n var passive = name.charAt(0) === '&';\n name = passive ? name.slice(1) : name;\n var once$$1 = name.charAt(0) === '~'; // Prefixed last, checked first\n name = once$$1 ? name.slice(1) : name;\n var capture = name.charAt(0) === '!';\n name = capture ? name.slice(1) : name;\n return {\n name: name,\n once: once$$1,\n capture: capture,\n passive: passive\n }\n});\n\nfunction createFnInvoker (fns, vm) {\n function invoker () {\n var arguments$1 = arguments;\n\n var fns = invoker.fns;\n if (Array.isArray(fns)) {\n var cloned = fns.slice();\n for (var i = 0; i < cloned.length; i++) {\n invokeWithErrorHandling(cloned[i], null, arguments$1, vm, \"v-on handler\");\n }\n } else {\n // return handler return value for single handlers\n return invokeWithErrorHandling(fns, null, arguments, vm, \"v-on handler\")\n }\n }\n invoker.fns = fns;\n return invoker\n}\n\nfunction updateListeners (\n on,\n oldOn,\n add,\n remove$$1,\n createOnceHandler,\n vm\n) {\n var name, def$$1, cur, old, event;\n for (name in on) {\n def$$1 = cur = on[name];\n old = oldOn[name];\n event = normalizeEvent(name);\n if (isUndef(cur)) {\n process.env.NODE_ENV !== 'production' && warn(\n \"Invalid handler for event \\\"\" + (event.name) + \"\\\": got \" + String(cur),\n vm\n );\n } else if (isUndef(old)) {\n if (isUndef(cur.fns)) {\n cur = on[name] = createFnInvoker(cur, vm);\n }\n if (isTrue(event.once)) {\n cur = on[name] = createOnceHandler(event.name, cur, event.capture);\n }\n add(event.name, cur, event.capture, event.passive, event.params);\n } else if (cur !== old) {\n old.fns = cur;\n on[name] = old;\n }\n }\n for (name in oldOn) {\n if (isUndef(on[name])) {\n event = normalizeEvent(name);\n remove$$1(event.name, oldOn[name], event.capture);\n }\n }\n}\n\n/* */\n\nfunction mergeVNodeHook (def, hookKey, hook) {\n if (def instanceof VNode) {\n def = def.data.hook || (def.data.hook = {});\n }\n var invoker;\n var oldHook = def[hookKey];\n\n function wrappedHook () {\n hook.apply(this, arguments);\n // important: remove merged hook to ensure it's called only once\n // and prevent memory leak\n remove(invoker.fns, wrappedHook);\n }\n\n if (isUndef(oldHook)) {\n // no existing hook\n invoker = createFnInvoker([wrappedHook]);\n } else {\n /* istanbul ignore if */\n if (isDef(oldHook.fns) && isTrue(oldHook.merged)) {\n // already a merged invoker\n invoker = oldHook;\n invoker.fns.push(wrappedHook);\n } else {\n // existing plain hook\n invoker = createFnInvoker([oldHook, wrappedHook]);\n }\n }\n\n invoker.merged = true;\n def[hookKey] = invoker;\n}\n\n/* */\n\nfunction extractPropsFromVNodeData (\n data,\n Ctor,\n tag\n) {\n // we are only extracting raw values here.\n // validation and default values are handled in the child\n // component itself.\n var propOptions = Ctor.options.props;\n if (isUndef(propOptions)) {\n return\n }\n var res = {};\n var attrs = data.attrs;\n var props = data.props;\n if (isDef(attrs) || isDef(props)) {\n for (var key in propOptions) {\n var altKey = hyphenate(key);\n if (process.env.NODE_ENV !== 'production') {\n var keyInLowerCase = key.toLowerCase();\n if (\n key !== keyInLowerCase &&\n attrs && hasOwn(attrs, keyInLowerCase)\n ) {\n tip(\n \"Prop \\\"\" + keyInLowerCase + \"\\\" is passed to component \" +\n (formatComponentName(tag || Ctor)) + \", but the declared prop name is\" +\n \" \\\"\" + key + \"\\\". \" +\n \"Note that HTML attributes are case-insensitive and camelCased \" +\n \"props need to use their kebab-case equivalents when using in-DOM \" +\n \"templates. You should probably use \\\"\" + altKey + \"\\\" instead of \\\"\" + key + \"\\\".\"\n );\n }\n }\n checkProp(res, props, key, altKey, true) ||\n checkProp(res, attrs, key, altKey, false);\n }\n }\n return res\n}\n\nfunction checkProp (\n res,\n hash,\n key,\n altKey,\n preserve\n) {\n if (isDef(hash)) {\n if (hasOwn(hash, key)) {\n res[key] = hash[key];\n if (!preserve) {\n delete hash[key];\n }\n return true\n } else if (hasOwn(hash, altKey)) {\n res[key] = hash[altKey];\n if (!preserve) {\n delete hash[altKey];\n }\n return true\n }\n }\n return false\n}\n\n/* */\n\n// The template compiler attempts to minimize the need for normalization by\n// statically analyzing the template at compile time.\n//\n// For plain HTML markup, normalization can be completely skipped because the\n// generated render function is guaranteed to return Array<VNode>. There are\n// two cases where extra normalization is needed:\n\n// 1. When the children contains components - because a functional component\n// may return an Array instead of a single root. In this case, just a simple\n// normalization is needed - if any child is an Array, we flatten the whole\n// thing with Array.prototype.concat. It is guaranteed to be only 1-level deep\n// because functional components already normalize their own children.\nfunction simpleNormalizeChildren (children) {\n for (var i = 0; i < children.length; i++) {\n if (Array.isArray(children[i])) {\n return Array.prototype.concat.apply([], children)\n }\n }\n return children\n}\n\n// 2. When the children contains constructs that always generated nested Arrays,\n// e.g. <template>, <slot>, v-for, or when the children is provided by user\n// with hand-written render functions / JSX. In such cases a full normalization\n// is needed to cater to all possible types of children values.\nfunction normalizeChildren (children) {\n return isPrimitive(children)\n ? [createTextVNode(children)]\n : Array.isArray(children)\n ? normalizeArrayChildren(children)\n : undefined\n}\n\nfunction isTextNode (node) {\n return isDef(node) && isDef(node.text) && isFalse(node.isComment)\n}\n\nfunction normalizeArrayChildren (children, nestedIndex) {\n var res = [];\n var i, c, lastIndex, last;\n for (i = 0; i < children.length; i++) {\n c = children[i];\n if (isUndef(c) || typeof c === 'boolean') { continue }\n lastIndex = res.length - 1;\n last = res[lastIndex];\n // nested\n if (Array.isArray(c)) {\n if (c.length > 0) {\n c = normalizeArrayChildren(c, ((nestedIndex || '') + \"_\" + i));\n // merge adjacent text nodes\n if (isTextNode(c[0]) && isTextNode(last)) {\n res[lastIndex] = createTextVNode(last.text + (c[0]).text);\n c.shift();\n }\n res.push.apply(res, c);\n }\n } else if (isPrimitive(c)) {\n if (isTextNode(last)) {\n // merge adjacent text nodes\n // this is necessary for SSR hydration because text nodes are\n // essentially merged when rendered to HTML strings\n res[lastIndex] = createTextVNode(last.text + c);\n } else if (c !== '') {\n // convert primitive to vnode\n res.push(createTextVNode(c));\n }\n } else {\n if (isTextNode(c) && isTextNode(last)) {\n // merge adjacent text nodes\n res[lastIndex] = createTextVNode(last.text + c.text);\n } else {\n // default key for nested array children (likely generated by v-for)\n if (isTrue(children._isVList) &&\n isDef(c.tag) &&\n isUndef(c.key) &&\n isDef(nestedIndex)) {\n c.key = \"__vlist\" + nestedIndex + \"_\" + i + \"__\";\n }\n res.push(c);\n }\n }\n }\n return res\n}\n\n/* */\n\nfunction initProvide (vm) {\n var provide = vm.$options.provide;\n if (provide) {\n vm._provided = typeof provide === 'function'\n ? provide.call(vm)\n : provide;\n }\n}\n\nfunction initInjections (vm) {\n var result = resolveInject(vm.$options.inject, vm);\n if (result) {\n toggleObserving(false);\n Object.keys(result).forEach(function (key) {\n /* istanbul ignore else */\n if (process.env.NODE_ENV !== 'production') {\n defineReactive$$1(vm, key, result[key], function () {\n warn(\n \"Avoid mutating an injected value directly since the changes will be \" +\n \"overwritten whenever the provided component re-renders. \" +\n \"injection being mutated: \\\"\" + key + \"\\\"\",\n vm\n );\n });\n } else {\n defineReactive$$1(vm, key, result[key]);\n }\n });\n toggleObserving(true);\n }\n}\n\nfunction resolveInject (inject, vm) {\n if (inject) {\n // inject is :any because flow is not smart enough to figure out cached\n var result = Object.create(null);\n var keys = hasSymbol\n ? Reflect.ownKeys(inject)\n : Object.keys(inject);\n\n for (var i = 0; i < keys.length; i++) {\n var key = keys[i];\n // #6574 in case the inject object is observed...\n if (key === '__ob__') { continue }\n var provideKey = inject[key].from;\n var source = vm;\n while (source) {\n if (source._provided && hasOwn(source._provided, provideKey)) {\n result[key] = source._provided[provideKey];\n break\n }\n source = source.$parent;\n }\n if (!source) {\n if ('default' in inject[key]) {\n var provideDefault = inject[key].default;\n result[key] = typeof provideDefault === 'function'\n ? provideDefault.call(vm)\n : provideDefault;\n } else if (process.env.NODE_ENV !== 'production') {\n warn((\"Injection \\\"\" + key + \"\\\" not found\"), vm);\n }\n }\n }\n return result\n }\n}\n\n/* */\n\n\n\n/**\n * Runtime helper for resolving raw children VNodes into a slot object.\n */\nfunction resolveSlots (\n children,\n context\n) {\n if (!children || !children.length) {\n return {}\n }\n var slots = {};\n for (var i = 0, l = children.length; i < l; i++) {\n var child = children[i];\n var data = child.data;\n // remove slot attribute if the node is resolved as a Vue slot node\n if (data && data.attrs && data.attrs.slot) {\n delete data.attrs.slot;\n }\n // named slots should only be respected if the vnode was rendered in the\n // same context.\n if ((child.context === context || child.fnContext === context) &&\n data && data.slot != null\n ) {\n var name = data.slot;\n var slot = (slots[name] || (slots[name] = []));\n if (child.tag === 'template') {\n slot.push.apply(slot, child.children || []);\n } else {\n slot.push(child);\n }\n } else {\n (slots.default || (slots.default = [])).push(child);\n }\n }\n // ignore slots that contains only whitespace\n for (var name$1 in slots) {\n if (slots[name$1].every(isWhitespace)) {\n delete slots[name$1];\n }\n }\n return slots\n}\n\nfunction isWhitespace (node) {\n return (node.isComment && !node.asyncFactory) || node.text === ' '\n}\n\n/* */\n\nfunction normalizeScopedSlots (\n slots,\n normalSlots,\n prevSlots\n) {\n var res;\n var hasNormalSlots = Object.keys(normalSlots).length > 0;\n var isStable = slots ? !!slots.$stable : !hasNormalSlots;\n var key = slots && slots.$key;\n if (!slots) {\n res = {};\n } else if (slots._normalized) {\n // fast path 1: child component re-render only, parent did not change\n return slots._normalized\n } else if (\n isStable &&\n prevSlots &&\n prevSlots !== emptyObject &&\n key === prevSlots.$key &&\n !hasNormalSlots &&\n !prevSlots.$hasNormal\n ) {\n // fast path 2: stable scoped slots w/ no normal slots to proxy,\n // only need to normalize once\n return prevSlots\n } else {\n res = {};\n for (var key$1 in slots) {\n if (slots[key$1] && key$1[0] !== '$') {\n res[key$1] = normalizeScopedSlot(normalSlots, key$1, slots[key$1]);\n }\n }\n }\n // expose normal slots on scopedSlots\n for (var key$2 in normalSlots) {\n if (!(key$2 in res)) {\n res[key$2] = proxyNormalSlot(normalSlots, key$2);\n }\n }\n // avoriaz seems to mock a non-extensible $scopedSlots object\n // and when that is passed down this would cause an error\n if (slots && Object.isExtensible(slots)) {\n (slots)._normalized = res;\n }\n def(res, '$stable', isStable);\n def(res, '$key', key);\n def(res, '$hasNormal', hasNormalSlots);\n return res\n}\n\nfunction normalizeScopedSlot(normalSlots, key, fn) {\n var normalized = function () {\n var res = arguments.length ? fn.apply(null, arguments) : fn({});\n res = res && typeof res === 'object' && !Array.isArray(res)\n ? [res] // single vnode\n : normalizeChildren(res);\n return res && (\n res.length === 0 ||\n (res.length === 1 && res[0].isComment) // #9658\n ) ? undefined\n : res\n };\n // this is a slot using the new v-slot syntax without scope. although it is\n // compiled as a scoped slot, render fn users would expect it to be present\n // on this.$slots because the usage is semantically a normal slot.\n if (fn.proxy) {\n Object.defineProperty(normalSlots, key, {\n get: normalized,\n enumerable: true,\n configurable: true\n });\n }\n return normalized\n}\n\nfunction proxyNormalSlot(slots, key) {\n return function () { return slots[key]; }\n}\n\n/* */\n\n/**\n * Runtime helper for rendering v-for lists.\n */\nfunction renderList (\n val,\n render\n) {\n var ret, i, l, keys, key;\n if (Array.isArray(val) || typeof val === 'string') {\n ret = new Array(val.length);\n for (i = 0, l = val.length; i < l; i++) {\n ret[i] = render(val[i], i);\n }\n } else if (typeof val === 'number') {\n ret = new Array(val);\n for (i = 0; i < val; i++) {\n ret[i] = render(i + 1, i);\n }\n } else if (isObject(val)) {\n if (hasSymbol && val[Symbol.iterator]) {\n ret = [];\n var iterator = val[Symbol.iterator]();\n var result = iterator.next();\n while (!result.done) {\n ret.push(render(result.value, ret.length));\n result = iterator.next();\n }\n } else {\n keys = Object.keys(val);\n ret = new Array(keys.length);\n for (i = 0, l = keys.length; i < l; i++) {\n key = keys[i];\n ret[i] = render(val[key], key, i);\n }\n }\n }\n if (!isDef(ret)) {\n ret = [];\n }\n (ret)._isVList = true;\n return ret\n}\n\n/* */\n\n/**\n * Runtime helper for rendering <slot>\n */\nfunction renderSlot (\n name,\n fallback,\n props,\n bindObject\n) {\n var scopedSlotFn = this.$scopedSlots[name];\n var nodes;\n if (scopedSlotFn) { // scoped slot\n props = props || {};\n if (bindObject) {\n if (process.env.NODE_ENV !== 'production' && !isObject(bindObject)) {\n warn(\n 'slot v-bind without argument expects an Object',\n this\n );\n }\n props = extend(extend({}, bindObject), props);\n }\n nodes = scopedSlotFn(props) || fallback;\n } else {\n nodes = this.$slots[name] || fallback;\n }\n\n var target = props && props.slot;\n if (target) {\n return this.$createElement('template', { slot: target }, nodes)\n } else {\n return nodes\n }\n}\n\n/* */\n\n/**\n * Runtime helper for resolving filters\n */\nfunction resolveFilter (id) {\n return resolveAsset(this.$options, 'filters', id, true) || identity\n}\n\n/* */\n\nfunction isKeyNotMatch (expect, actual) {\n if (Array.isArray(expect)) {\n return expect.indexOf(actual) === -1\n } else {\n return expect !== actual\n }\n}\n\n/**\n * Runtime helper for checking keyCodes from config.\n * exposed as Vue.prototype._k\n * passing in eventKeyName as last argument separately for backwards compat\n */\nfunction checkKeyCodes (\n eventKeyCode,\n key,\n builtInKeyCode,\n eventKeyName,\n builtInKeyName\n) {\n var mappedKeyCode = config.keyCodes[key] || builtInKeyCode;\n if (builtInKeyName && eventKeyName && !config.keyCodes[key]) {\n return isKeyNotMatch(builtInKeyName, eventKeyName)\n } else if (mappedKeyCode) {\n return isKeyNotMatch(mappedKeyCode, eventKeyCode)\n } else if (eventKeyName) {\n return hyphenate(eventKeyName) !== key\n }\n}\n\n/* */\n\n/**\n * Runtime helper for merging v-bind=\"object\" into a VNode's data.\n */\nfunction bindObjectProps (\n data,\n tag,\n value,\n asProp,\n isSync\n) {\n if (value) {\n if (!isObject(value)) {\n process.env.NODE_ENV !== 'production' && warn(\n 'v-bind without argument expects an Object or Array value',\n this\n );\n } else {\n if (Array.isArray(value)) {\n value = toObject(value);\n }\n var hash;\n var loop = function ( key ) {\n if (\n key === 'class' ||\n key === 'style' ||\n isReservedAttribute(key)\n ) {\n hash = data;\n } else {\n var type = data.attrs && data.attrs.type;\n hash = asProp || config.mustUseProp(tag, type, key)\n ? data.domProps || (data.domProps = {})\n : data.attrs || (data.attrs = {});\n }\n var camelizedKey = camelize(key);\n var hyphenatedKey = hyphenate(key);\n if (!(camelizedKey in hash) && !(hyphenatedKey in hash)) {\n hash[key] = value[key];\n\n if (isSync) {\n var on = data.on || (data.on = {});\n on[(\"update:\" + key)] = function ($event) {\n value[key] = $event;\n };\n }\n }\n };\n\n for (var key in value) loop( key );\n }\n }\n return data\n}\n\n/* */\n\n/**\n * Runtime helper for rendering static trees.\n */\nfunction renderStatic (\n index,\n isInFor\n) {\n var cached = this._staticTrees || (this._staticTrees = []);\n var tree = cached[index];\n // if has already-rendered static tree and not inside v-for,\n // we can reuse the same tree.\n if (tree && !isInFor) {\n return tree\n }\n // otherwise, render a fresh tree.\n tree = cached[index] = this.$options.staticRenderFns[index].call(\n this._renderProxy,\n null,\n this // for render fns generated for functional component templates\n );\n markStatic(tree, (\"__static__\" + index), false);\n return tree\n}\n\n/**\n * Runtime helper for v-once.\n * Effectively it means marking the node as static with a unique key.\n */\nfunction markOnce (\n tree,\n index,\n key\n) {\n markStatic(tree, (\"__once__\" + index + (key ? (\"_\" + key) : \"\")), true);\n return tree\n}\n\nfunction markStatic (\n tree,\n key,\n isOnce\n) {\n if (Array.isArray(tree)) {\n for (var i = 0; i < tree.length; i++) {\n if (tree[i] && typeof tree[i] !== 'string') {\n markStaticNode(tree[i], (key + \"_\" + i), isOnce);\n }\n }\n } else {\n markStaticNode(tree, key, isOnce);\n }\n}\n\nfunction markStaticNode (node, key, isOnce) {\n node.isStatic = true;\n node.key = key;\n node.isOnce = isOnce;\n}\n\n/* */\n\nfunction bindObjectListeners (data, value) {\n if (value) {\n if (!isPlainObject(value)) {\n process.env.NODE_ENV !== 'production' && warn(\n 'v-on without argument expects an Object value',\n this\n );\n } else {\n var on = data.on = data.on ? extend({}, data.on) : {};\n for (var key in value) {\n var existing = on[key];\n var ours = value[key];\n on[key] = existing ? [].concat(existing, ours) : ours;\n }\n }\n }\n return data\n}\n\n/* */\n\nfunction resolveScopedSlots (\n fns, // see flow/vnode\n res,\n // the following are added in 2.6\n hasDynamicKeys,\n contentHashKey\n) {\n res = res || { $stable: !hasDynamicKeys };\n for (var i = 0; i < fns.length; i++) {\n var slot = fns[i];\n if (Array.isArray(slot)) {\n resolveScopedSlots(slot, res, hasDynamicKeys);\n } else if (slot) {\n // marker for reverse proxying v-slot without scope on this.$slots\n if (slot.proxy) {\n slot.fn.proxy = true;\n }\n res[slot.key] = slot.fn;\n }\n }\n if (contentHashKey) {\n (res).$key = contentHashKey;\n }\n return res\n}\n\n/* */\n\nfunction bindDynamicKeys (baseObj, values) {\n for (var i = 0; i < values.length; i += 2) {\n var key = values[i];\n if (typeof key === 'string' && key) {\n baseObj[values[i]] = values[i + 1];\n } else if (process.env.NODE_ENV !== 'production' && key !== '' && key !== null) {\n // null is a special value for explicitly removing a binding\n warn(\n (\"Invalid value for dynamic directive argument (expected string or null): \" + key),\n this\n );\n }\n }\n return baseObj\n}\n\n// helper to dynamically append modifier runtime markers to event names.\n// ensure only append when value is already string, otherwise it will be cast\n// to string and cause the type check to miss.\nfunction prependModifier (value, symbol) {\n return typeof value === 'string' ? symbol + value : value\n}\n\n/* */\n\nfunction installRenderHelpers (target) {\n target._o = markOnce;\n target._n = toNumber;\n target._s = toString;\n target._l = renderList;\n target._t = renderSlot;\n target._q = looseEqual;\n target._i = looseIndexOf;\n target._m = renderStatic;\n target._f = resolveFilter;\n target._k = checkKeyCodes;\n target._b = bindObjectProps;\n target._v = createTextVNode;\n target._e = createEmptyVNode;\n target._u = resolveScopedSlots;\n target._g = bindObjectListeners;\n target._d = bindDynamicKeys;\n target._p = prependModifier;\n}\n\n/* */\n\nfunction FunctionalRenderContext (\n data,\n props,\n children,\n parent,\n Ctor\n) {\n var this$1 = this;\n\n var options = Ctor.options;\n // ensure the createElement function in functional components\n // gets a unique context - this is necessary for correct named slot check\n var contextVm;\n if (hasOwn(parent, '_uid')) {\n contextVm = Object.create(parent);\n // $flow-disable-line\n contextVm._original = parent;\n } else {\n // the context vm passed in is a functional context as well.\n // in this case we want to make sure we are able to get a hold to the\n // real context instance.\n contextVm = parent;\n // $flow-disable-line\n parent = parent._original;\n }\n var isCompiled = isTrue(options._compiled);\n var needNormalization = !isCompiled;\n\n this.data = data;\n this.props = props;\n this.children = children;\n this.parent = parent;\n this.listeners = data.on || emptyObject;\n this.injections = resolveInject(options.inject, parent);\n this.slots = function () {\n if (!this$1.$slots) {\n normalizeScopedSlots(\n data.scopedSlots,\n this$1.$slots = resolveSlots(children, parent)\n );\n }\n return this$1.$slots\n };\n\n Object.defineProperty(this, 'scopedSlots', ({\n enumerable: true,\n get: function get () {\n return normalizeScopedSlots(data.scopedSlots, this.slots())\n }\n }));\n\n // support for compiled functional template\n if (isCompiled) {\n // exposing $options for renderStatic()\n this.$options = options;\n // pre-resolve slots for renderSlot()\n this.$slots = this.slots();\n this.$scopedSlots = normalizeScopedSlots(data.scopedSlots, this.$slots);\n }\n\n if (options._scopeId) {\n this._c = function (a, b, c, d) {\n var vnode = createElement(contextVm, a, b, c, d, needNormalization);\n if (vnode && !Array.isArray(vnode)) {\n vnode.fnScopeId = options._scopeId;\n vnode.fnContext = parent;\n }\n return vnode\n };\n } else {\n this._c = function (a, b, c, d) { return createElement(contextVm, a, b, c, d, needNormalization); };\n }\n}\n\ninstallRenderHelpers(FunctionalRenderContext.prototype);\n\nfunction createFunctionalComponent (\n Ctor,\n propsData,\n data,\n contextVm,\n children\n) {\n var options = Ctor.options;\n var props = {};\n var propOptions = options.props;\n if (isDef(propOptions)) {\n for (var key in propOptions) {\n props[key] = validateProp(key, propOptions, propsData || emptyObject);\n }\n } else {\n if (isDef(data.attrs)) { mergeProps(props, data.attrs); }\n if (isDef(data.props)) { mergeProps(props, data.props); }\n }\n\n var renderContext = new FunctionalRenderContext(\n data,\n props,\n children,\n contextVm,\n Ctor\n );\n\n var vnode = options.render.call(null, renderContext._c, renderContext);\n\n if (vnode instanceof VNode) {\n return cloneAndMarkFunctionalResult(vnode, data, renderContext.parent, options, renderContext)\n } else if (Array.isArray(vnode)) {\n var vnodes = normalizeChildren(vnode) || [];\n var res = new Array(vnodes.length);\n for (var i = 0; i < vnodes.length; i++) {\n res[i] = cloneAndMarkFunctionalResult(vnodes[i], data, renderContext.parent, options, renderContext);\n }\n return res\n }\n}\n\nfunction cloneAndMarkFunctionalResult (vnode, data, contextVm, options, renderContext) {\n // #7817 clone node before setting fnContext, otherwise if the node is reused\n // (e.g. it was from a cached normal slot) the fnContext causes named slots\n // that should not be matched to match.\n var clone = cloneVNode(vnode);\n clone.fnContext = contextVm;\n clone.fnOptions = options;\n if (process.env.NODE_ENV !== 'production') {\n (clone.devtoolsMeta = clone.devtoolsMeta || {}).renderContext = renderContext;\n }\n if (data.slot) {\n (clone.data || (clone.data = {})).slot = data.slot;\n }\n return clone\n}\n\nfunction mergeProps (to, from) {\n for (var key in from) {\n to[camelize(key)] = from[key];\n }\n}\n\n/* */\n\n/* */\n\n/* */\n\n/* */\n\n// inline hooks to be invoked on component VNodes during patch\nvar componentVNodeHooks = {\n init: function init (vnode, hydrating) {\n if (\n vnode.componentInstance &&\n !vnode.componentInstance._isDestroyed &&\n vnode.data.keepAlive\n ) {\n // kept-alive components, treat as a patch\n var mountedNode = vnode; // work around flow\n componentVNodeHooks.prepatch(mountedNode, mountedNode);\n } else {\n var child = vnode.componentInstance = createComponentInstanceForVnode(\n vnode,\n activeInstance\n );\n child.$mount(hydrating ? vnode.elm : undefined, hydrating);\n }\n },\n\n prepatch: function prepatch (oldVnode, vnode) {\n var options = vnode.componentOptions;\n var child = vnode.componentInstance = oldVnode.componentInstance;\n updateChildComponent(\n child,\n options.propsData, // updated props\n options.listeners, // updated listeners\n vnode, // new parent vnode\n options.children // new children\n );\n },\n\n insert: function insert (vnode) {\n var context = vnode.context;\n var componentInstance = vnode.componentInstance;\n if (!componentInstance._isMounted) {\n componentInstance._isMounted = true;\n callHook(componentInstance, 'mounted');\n }\n if (vnode.data.keepAlive) {\n if (context._isMounted) {\n // vue-router#1212\n // During updates, a kept-alive component's child components may\n // change, so directly walking the tree here may call activated hooks\n // on incorrect children. Instead we push them into a queue which will\n // be processed after the whole patch process ended.\n queueActivatedComponent(componentInstance);\n } else {\n activateChildComponent(componentInstance, true /* direct */);\n }\n }\n },\n\n destroy: function destroy (vnode) {\n var componentInstance = vnode.componentInstance;\n if (!componentInstance._isDestroyed) {\n if (!vnode.data.keepAlive) {\n componentInstance.$destroy();\n } else {\n deactivateChildComponent(componentInstance, true /* direct */);\n }\n }\n }\n};\n\nvar hooksToMerge = Object.keys(componentVNodeHooks);\n\nfunction createComponent (\n Ctor,\n data,\n context,\n children,\n tag\n) {\n if (isUndef(Ctor)) {\n return\n }\n\n var baseCtor = context.$options._base;\n\n // plain options object: turn it into a constructor\n if (isObject(Ctor)) {\n Ctor = baseCtor.extend(Ctor);\n }\n\n // if at this stage it's not a constructor or an async component factory,\n // reject.\n if (typeof Ctor !== 'function') {\n if (process.env.NODE_ENV !== 'production') {\n warn((\"Invalid Component definition: \" + (String(Ctor))), context);\n }\n return\n }\n\n // async component\n var asyncFactory;\n if (isUndef(Ctor.cid)) {\n asyncFactory = Ctor;\n Ctor = resolveAsyncComponent(asyncFactory, baseCtor);\n if (Ctor === undefined) {\n // return a placeholder node for async component, which is rendered\n // as a comment node but preserves all the raw information for the node.\n // the information will be used for async server-rendering and hydration.\n return createAsyncPlaceholder(\n asyncFactory,\n data,\n context,\n children,\n tag\n )\n }\n }\n\n data = data || {};\n\n // resolve constructor options in case global mixins are applied after\n // component constructor creation\n resolveConstructorOptions(Ctor);\n\n // transform component v-model data into props & events\n if (isDef(data.model)) {\n transformModel(Ctor.options, data);\n }\n\n // extract props\n var propsData = extractPropsFromVNodeData(data, Ctor, tag);\n\n // functional component\n if (isTrue(Ctor.options.functional)) {\n return createFunctionalComponent(Ctor, propsData, data, context, children)\n }\n\n // extract listeners, since these needs to be treated as\n // child component listeners instead of DOM listeners\n var listeners = data.on;\n // replace with listeners with .native modifier\n // so it gets processed during parent component patch.\n data.on = data.nativeOn;\n\n if (isTrue(Ctor.options.abstract)) {\n // abstract components do not keep anything\n // other than props & listeners & slot\n\n // work around flow\n var slot = data.slot;\n data = {};\n if (slot) {\n data.slot = slot;\n }\n }\n\n // install component management hooks onto the placeholder node\n installComponentHooks(data);\n\n // return a placeholder vnode\n var name = Ctor.options.name || tag;\n var vnode = new VNode(\n (\"vue-component-\" + (Ctor.cid) + (name ? (\"-\" + name) : '')),\n data, undefined, undefined, undefined, context,\n { Ctor: Ctor, propsData: propsData, listeners: listeners, tag: tag, children: children },\n asyncFactory\n );\n\n return vnode\n}\n\nfunction createComponentInstanceForVnode (\n vnode, // we know it's MountedComponentVNode but flow doesn't\n parent // activeInstance in lifecycle state\n) {\n var options = {\n _isComponent: true,\n _parentVnode: vnode,\n parent: parent\n };\n // check inline-template render functions\n var inlineTemplate = vnode.data.inlineTemplate;\n if (isDef(inlineTemplate)) {\n options.render = inlineTemplate.render;\n options.staticRenderFns = inlineTemplate.staticRenderFns;\n }\n return new vnode.componentOptions.Ctor(options)\n}\n\nfunction installComponentHooks (data) {\n var hooks = data.hook || (data.hook = {});\n for (var i = 0; i < hooksToMerge.length; i++) {\n var key = hooksToMerge[i];\n var existing = hooks[key];\n var toMerge = componentVNodeHooks[key];\n if (existing !== toMerge && !(existing && existing._merged)) {\n hooks[key] = existing ? mergeHook$1(toMerge, existing) : toMerge;\n }\n }\n}\n\nfunction mergeHook$1 (f1, f2) {\n var merged = function (a, b) {\n // flow complains about extra args which is why we use any\n f1(a, b);\n f2(a, b);\n };\n merged._merged = true;\n return merged\n}\n\n// transform component v-model info (value and callback) into\n// prop and event handler respectively.\nfunction transformModel (options, data) {\n var prop = (options.model && options.model.prop) || 'value';\n var event = (options.model && options.model.event) || 'input'\n ;(data.attrs || (data.attrs = {}))[prop] = data.model.value;\n var on = data.on || (data.on = {});\n var existing = on[event];\n var callback = data.model.callback;\n if (isDef(existing)) {\n if (\n Array.isArray(existing)\n ? existing.indexOf(callback) === -1\n : existing !== callback\n ) {\n on[event] = [callback].concat(existing);\n }\n } else {\n on[event] = callback;\n }\n}\n\n/* */\n\nvar SIMPLE_NORMALIZE = 1;\nvar ALWAYS_NORMALIZE = 2;\n\n// wrapper function for providing a more flexible interface\n// without getting yelled at by flow\nfunction createElement (\n context,\n tag,\n data,\n children,\n normalizationType,\n alwaysNormalize\n) {\n if (Array.isArray(data) || isPrimitive(data)) {\n normalizationType = children;\n children = data;\n data = undefined;\n }\n if (isTrue(alwaysNormalize)) {\n normalizationType = ALWAYS_NORMALIZE;\n }\n return _createElement(context, tag, data, children, normalizationType)\n}\n\nfunction _createElement (\n context,\n tag,\n data,\n children,\n normalizationType\n) {\n if (isDef(data) && isDef((data).__ob__)) {\n process.env.NODE_ENV !== 'production' && warn(\n \"Avoid using observed data object as vnode data: \" + (JSON.stringify(data)) + \"\\n\" +\n 'Always create fresh vnode data objects in each render!',\n context\n );\n return createEmptyVNode()\n }\n // object syntax in v-bind\n if (isDef(data) && isDef(data.is)) {\n tag = data.is;\n }\n if (!tag) {\n // in case of component :is set to falsy value\n return createEmptyVNode()\n }\n // warn against non-primitive key\n if (process.env.NODE_ENV !== 'production' &&\n isDef(data) && isDef(data.key) && !isPrimitive(data.key)\n ) {\n {\n warn(\n 'Avoid using non-primitive value as key, ' +\n 'use string/number value instead.',\n context\n );\n }\n }\n // support single function children as default scoped slot\n if (Array.isArray(children) &&\n typeof children[0] === 'function'\n ) {\n data = data || {};\n data.scopedSlots = { default: children[0] };\n children.length = 0;\n }\n if (normalizationType === ALWAYS_NORMALIZE) {\n children = normalizeChildren(children);\n } else if (normalizationType === SIMPLE_NORMALIZE) {\n children = simpleNormalizeChildren(children);\n }\n var vnode, ns;\n if (typeof tag === 'string') {\n var Ctor;\n ns = (context.$vnode && context.$vnode.ns) || config.getTagNamespace(tag);\n if (config.isReservedTag(tag)) {\n // platform built-in elements\n if (process.env.NODE_ENV !== 'production' && isDef(data) && isDef(data.nativeOn)) {\n warn(\n (\"The .native modifier for v-on is only valid on components but it was used on <\" + tag + \">.\"),\n context\n );\n }\n vnode = new VNode(\n config.parsePlatformTagName(tag), data, children,\n undefined, undefined, context\n );\n } else if ((!data || !data.pre) && isDef(Ctor = resolveAsset(context.$options, 'components', tag))) {\n // component\n vnode = createComponent(Ctor, data, context, children, tag);\n } else {\n // unknown or unlisted namespaced elements\n // check at runtime because it may get assigned a namespace when its\n // parent normalizes children\n vnode = new VNode(\n tag, data, children,\n undefined, undefined, context\n );\n }\n } else {\n // direct component options / constructor\n vnode = createComponent(tag, data, context, children);\n }\n if (Array.isArray(vnode)) {\n return vnode\n } else if (isDef(vnode)) {\n if (isDef(ns)) { applyNS(vnode, ns); }\n if (isDef(data)) { registerDeepBindings(data); }\n return vnode\n } else {\n return createEmptyVNode()\n }\n}\n\nfunction applyNS (vnode, ns, force) {\n vnode.ns = ns;\n if (vnode.tag === 'foreignObject') {\n // use default namespace inside foreignObject\n ns = undefined;\n force = true;\n }\n if (isDef(vnode.children)) {\n for (var i = 0, l = vnode.children.length; i < l; i++) {\n var child = vnode.children[i];\n if (isDef(child.tag) && (\n isUndef(child.ns) || (isTrue(force) && child.tag !== 'svg'))) {\n applyNS(child, ns, force);\n }\n }\n }\n}\n\n// ref #5318\n// necessary to ensure parent re-render when deep bindings like :style and\n// :class are used on slot nodes\nfunction registerDeepBindings (data) {\n if (isObject(data.style)) {\n traverse(data.style);\n }\n if (isObject(data.class)) {\n traverse(data.class);\n }\n}\n\n/* */\n\nfunction initRender (vm) {\n vm._vnode = null; // the root of the child tree\n vm._staticTrees = null; // v-once cached trees\n var options = vm.$options;\n var parentVnode = vm.$vnode = options._parentVnode; // the placeholder node in parent tree\n var renderContext = parentVnode && parentVnode.context;\n vm.$slots = resolveSlots(options._renderChildren, renderContext);\n vm.$scopedSlots = emptyObject;\n // bind the createElement fn to this instance\n // so that we get proper render context inside it.\n // args order: tag, data, children, normalizationType, alwaysNormalize\n // internal version is used by render functions compiled from templates\n vm._c = function (a, b, c, d) { return createElement(vm, a, b, c, d, false); };\n // normalization is always applied for the public version, used in\n // user-written render functions.\n vm.$createElement = function (a, b, c, d) { return createElement(vm, a, b, c, d, true); };\n\n // $attrs & $listeners are exposed for easier HOC creation.\n // they need to be reactive so that HOCs using them are always updated\n var parentData = parentVnode && parentVnode.data;\n\n /* istanbul ignore else */\n if (process.env.NODE_ENV !== 'production') {\n defineReactive$$1(vm, '$attrs', parentData && parentData.attrs || emptyObject, function () {\n !isUpdatingChildComponent && warn(\"$attrs is readonly.\", vm);\n }, true);\n defineReactive$$1(vm, '$listeners', options._parentListeners || emptyObject, function () {\n !isUpdatingChildComponent && warn(\"$listeners is readonly.\", vm);\n }, true);\n } else {\n defineReactive$$1(vm, '$attrs', parentData && parentData.attrs || emptyObject, null, true);\n defineReactive$$1(vm, '$listeners', options._parentListeners || emptyObject, null, true);\n }\n}\n\nvar currentRenderingInstance = null;\n\nfunction renderMixin (Vue) {\n // install runtime convenience helpers\n installRenderHelpers(Vue.prototype);\n\n Vue.prototype.$nextTick = function (fn) {\n return nextTick(fn, this)\n };\n\n Vue.prototype._render = function () {\n var vm = this;\n var ref = vm.$options;\n var render = ref.render;\n var _parentVnode = ref._parentVnode;\n\n if (_parentVnode) {\n vm.$scopedSlots = normalizeScopedSlots(\n _parentVnode.data.scopedSlots,\n vm.$slots,\n vm.$scopedSlots\n );\n }\n\n // set parent vnode. this allows render functions to have access\n // to the data on the placeholder node.\n vm.$vnode = _parentVnode;\n // render self\n var vnode;\n try {\n // There's no need to maintain a stack because all render fns are called\n // separately from one another. Nested component's render fns are called\n // when parent component is patched.\n currentRenderingInstance = vm;\n vnode = render.call(vm._renderProxy, vm.$createElement);\n } catch (e) {\n handleError(e, vm, \"render\");\n // return error render result,\n // or previous vnode to prevent render error causing blank component\n /* istanbul ignore else */\n if (process.env.NODE_ENV !== 'production' && vm.$options.renderError) {\n try {\n vnode = vm.$options.renderError.call(vm._renderProxy, vm.$createElement, e);\n } catch (e) {\n handleError(e, vm, \"renderError\");\n vnode = vm._vnode;\n }\n } else {\n vnode = vm._vnode;\n }\n } finally {\n currentRenderingInstance = null;\n }\n // if the returned array contains only a single node, allow it\n if (Array.isArray(vnode) && vnode.length === 1) {\n vnode = vnode[0];\n }\n // return empty vnode in case the render function errored out\n if (!(vnode instanceof VNode)) {\n if (process.env.NODE_ENV !== 'production' && Array.isArray(vnode)) {\n warn(\n 'Multiple root nodes returned from render function. Render function ' +\n 'should return a single root node.',\n vm\n );\n }\n vnode = createEmptyVNode();\n }\n // set parent\n vnode.parent = _parentVnode;\n return vnode\n };\n}\n\n/* */\n\nfunction ensureCtor (comp, base) {\n if (\n comp.__esModule ||\n (hasSymbol && comp[Symbol.toStringTag] === 'Module')\n ) {\n comp = comp.default;\n }\n return isObject(comp)\n ? base.extend(comp)\n : comp\n}\n\nfunction createAsyncPlaceholder (\n factory,\n data,\n context,\n children,\n tag\n) {\n var node = createEmptyVNode();\n node.asyncFactory = factory;\n node.asyncMeta = { data: data, context: context, children: children, tag: tag };\n return node\n}\n\nfunction resolveAsyncComponent (\n factory,\n baseCtor\n) {\n if (isTrue(factory.error) && isDef(factory.errorComp)) {\n return factory.errorComp\n }\n\n if (isDef(factory.resolved)) {\n return factory.resolved\n }\n\n var owner = currentRenderingInstance;\n if (owner && isDef(factory.owners) && factory.owners.indexOf(owner) === -1) {\n // already pending\n factory.owners.push(owner);\n }\n\n if (isTrue(factory.loading) && isDef(factory.loadingComp)) {\n return factory.loadingComp\n }\n\n if (owner && !isDef(factory.owners)) {\n var owners = factory.owners = [owner];\n var sync = true;\n var timerLoading = null;\n var timerTimeout = null\n\n ;(owner).$on('hook:destroyed', function () { return remove(owners, owner); });\n\n var forceRender = function (renderCompleted) {\n for (var i = 0, l = owners.length; i < l; i++) {\n (owners[i]).$forceUpdate();\n }\n\n if (renderCompleted) {\n owners.length = 0;\n if (timerLoading !== null) {\n clearTimeout(timerLoading);\n timerLoading = null;\n }\n if (timerTimeout !== null) {\n clearTimeout(timerTimeout);\n timerTimeout = null;\n }\n }\n };\n\n var resolve = once(function (res) {\n // cache resolved\n factory.resolved = ensureCtor(res, baseCtor);\n // invoke callbacks only if this is not a synchronous resolve\n // (async resolves are shimmed as synchronous during SSR)\n if (!sync) {\n forceRender(true);\n } else {\n owners.length = 0;\n }\n });\n\n var reject = once(function (reason) {\n process.env.NODE_ENV !== 'production' && warn(\n \"Failed to resolve async component: \" + (String(factory)) +\n (reason ? (\"\\nReason: \" + reason) : '')\n );\n if (isDef(factory.errorComp)) {\n factory.error = true;\n forceRender(true);\n }\n });\n\n var res = factory(resolve, reject);\n\n if (isObject(res)) {\n if (isPromise(res)) {\n // () => Promise\n if (isUndef(factory.resolved)) {\n res.then(resolve, reject);\n }\n } else if (isPromise(res.component)) {\n res.component.then(resolve, reject);\n\n if (isDef(res.error)) {\n factory.errorComp = ensureCtor(res.error, baseCtor);\n }\n\n if (isDef(res.loading)) {\n factory.loadingComp = ensureCtor(res.loading, baseCtor);\n if (res.delay === 0) {\n factory.loading = true;\n } else {\n timerLoading = setTimeout(function () {\n timerLoading = null;\n if (isUndef(factory.resolved) && isUndef(factory.error)) {\n factory.loading = true;\n forceRender(false);\n }\n }, res.delay || 200);\n }\n }\n\n if (isDef(res.timeout)) {\n timerTimeout = setTimeout(function () {\n timerTimeout = null;\n if (isUndef(factory.resolved)) {\n reject(\n process.env.NODE_ENV !== 'production'\n ? (\"timeout (\" + (res.timeout) + \"ms)\")\n : null\n );\n }\n }, res.timeout);\n }\n }\n }\n\n sync = false;\n // return in case resolved synchronously\n return factory.loading\n ? factory.loadingComp\n : factory.resolved\n }\n}\n\n/* */\n\nfunction isAsyncPlaceholder (node) {\n return node.isComment && node.asyncFactory\n}\n\n/* */\n\nfunction getFirstComponentChild (children) {\n if (Array.isArray(children)) {\n for (var i = 0; i < children.length; i++) {\n var c = children[i];\n if (isDef(c) && (isDef(c.componentOptions) || isAsyncPlaceholder(c))) {\n return c\n }\n }\n }\n}\n\n/* */\n\n/* */\n\nfunction initEvents (vm) {\n vm._events = Object.create(null);\n vm._hasHookEvent = false;\n // init parent attached events\n var listeners = vm.$options._parentListeners;\n if (listeners) {\n updateComponentListeners(vm, listeners);\n }\n}\n\nvar target;\n\nfunction add (event, fn) {\n target.$on(event, fn);\n}\n\nfunction remove$1 (event, fn) {\n target.$off(event, fn);\n}\n\nfunction createOnceHandler (event, fn) {\n var _target = target;\n return function onceHandler () {\n var res = fn.apply(null, arguments);\n if (res !== null) {\n _target.$off(event, onceHandler);\n }\n }\n}\n\nfunction updateComponentListeners (\n vm,\n listeners,\n oldListeners\n) {\n target = vm;\n updateListeners(listeners, oldListeners || {}, add, remove$1, createOnceHandler, vm);\n target = undefined;\n}\n\nfunction eventsMixin (Vue) {\n var hookRE = /^hook:/;\n Vue.prototype.$on = function (event, fn) {\n var vm = this;\n if (Array.isArray(event)) {\n for (var i = 0, l = event.length; i < l; i++) {\n vm.$on(event[i], fn);\n }\n } else {\n (vm._events[event] || (vm._events[event] = [])).push(fn);\n // optimize hook:event cost by using a boolean flag marked at registration\n // instead of a hash lookup\n if (hookRE.test(event)) {\n vm._hasHookEvent = true;\n }\n }\n return vm\n };\n\n Vue.prototype.$once = function (event, fn) {\n var vm = this;\n function on () {\n vm.$off(event, on);\n fn.apply(vm, arguments);\n }\n on.fn = fn;\n vm.$on(event, on);\n return vm\n };\n\n Vue.prototype.$off = function (event, fn) {\n var vm = this;\n // all\n if (!arguments.length) {\n vm._events = Object.create(null);\n return vm\n }\n // array of events\n if (Array.isArray(event)) {\n for (var i$1 = 0, l = event.length; i$1 < l; i$1++) {\n vm.$off(event[i$1], fn);\n }\n return vm\n }\n // specific event\n var cbs = vm._events[event];\n if (!cbs) {\n return vm\n }\n if (!fn) {\n vm._events[event] = null;\n return vm\n }\n // specific handler\n var cb;\n var i = cbs.length;\n while (i--) {\n cb = cbs[i];\n if (cb === fn || cb.fn === fn) {\n cbs.splice(i, 1);\n break\n }\n }\n return vm\n };\n\n Vue.prototype.$emit = function (event) {\n var vm = this;\n if (process.env.NODE_ENV !== 'production') {\n var lowerCaseEvent = event.toLowerCase();\n if (lowerCaseEvent !== event && vm._events[lowerCaseEvent]) {\n tip(\n \"Event \\\"\" + lowerCaseEvent + \"\\\" is emitted in component \" +\n (formatComponentName(vm)) + \" but the handler is registered for \\\"\" + event + \"\\\". \" +\n \"Note that HTML attributes are case-insensitive and you cannot use \" +\n \"v-on to listen to camelCase events when using in-DOM templates. \" +\n \"You should probably use \\\"\" + (hyphenate(event)) + \"\\\" instead of \\\"\" + event + \"\\\".\"\n );\n }\n }\n var cbs = vm._events[event];\n if (cbs) {\n cbs = cbs.length > 1 ? toArray(cbs) : cbs;\n var args = toArray(arguments, 1);\n var info = \"event handler for \\\"\" + event + \"\\\"\";\n for (var i = 0, l = cbs.length; i < l; i++) {\n invokeWithErrorHandling(cbs[i], vm, args, vm, info);\n }\n }\n return vm\n };\n}\n\n/* */\n\nvar activeInstance = null;\nvar isUpdatingChildComponent = false;\n\nfunction setActiveInstance(vm) {\n var prevActiveInstance = activeInstance;\n activeInstance = vm;\n return function () {\n activeInstance = prevActiveInstance;\n }\n}\n\nfunction initLifecycle (vm) {\n var options = vm.$options;\n\n // locate first non-abstract parent\n var parent = options.parent;\n if (parent && !options.abstract) {\n while (parent.$options.abstract && parent.$parent) {\n parent = parent.$parent;\n }\n parent.$children.push(vm);\n }\n\n vm.$parent = parent;\n vm.$root = parent ? parent.$root : vm;\n\n vm.$children = [];\n vm.$refs = {};\n\n vm._watcher = null;\n vm._inactive = null;\n vm._directInactive = false;\n vm._isMounted = false;\n vm._isDestroyed = false;\n vm._isBeingDestroyed = false;\n}\n\nfunction lifecycleMixin (Vue) {\n Vue.prototype._update = function (vnode, hydrating) {\n var vm = this;\n var prevEl = vm.$el;\n var prevVnode = vm._vnode;\n var restoreActiveInstance = setActiveInstance(vm);\n vm._vnode = vnode;\n // Vue.prototype.__patch__ is injected in entry points\n // based on the rendering backend used.\n if (!prevVnode) {\n // initial render\n vm.$el = vm.__patch__(vm.$el, vnode, hydrating, false /* removeOnly */);\n } else {\n // updates\n vm.$el = vm.__patch__(prevVnode, vnode);\n }\n restoreActiveInstance();\n // update __vue__ reference\n if (prevEl) {\n prevEl.__vue__ = null;\n }\n if (vm.$el) {\n vm.$el.__vue__ = vm;\n }\n // if parent is an HOC, update its $el as well\n if (vm.$vnode && vm.$parent && vm.$vnode === vm.$parent._vnode) {\n vm.$parent.$el = vm.$el;\n }\n // updated hook is called by the scheduler to ensure that children are\n // updated in a parent's updated hook.\n };\n\n Vue.prototype.$forceUpdate = function () {\n var vm = this;\n if (vm._watcher) {\n vm._watcher.update();\n }\n };\n\n Vue.prototype.$destroy = function () {\n var vm = this;\n if (vm._isBeingDestroyed) {\n return\n }\n callHook(vm, 'beforeDestroy');\n vm._isBeingDestroyed = true;\n // remove self from parent\n var parent = vm.$parent;\n if (parent && !parent._isBeingDestroyed && !vm.$options.abstract) {\n remove(parent.$children, vm);\n }\n // teardown watchers\n if (vm._watcher) {\n vm._watcher.teardown();\n }\n var i = vm._watchers.length;\n while (i--) {\n vm._watchers[i].teardown();\n }\n // remove reference from data ob\n // frozen object may not have observer.\n if (vm._data.__ob__) {\n vm._data.__ob__.vmCount--;\n }\n // call the last hook...\n vm._isDestroyed = true;\n // invoke destroy hooks on current rendered tree\n vm.__patch__(vm._vnode, null);\n // fire destroyed hook\n callHook(vm, 'destroyed');\n // turn off all instance listeners.\n vm.$off();\n // remove __vue__ reference\n if (vm.$el) {\n vm.$el.__vue__ = null;\n }\n // release circular reference (#6759)\n if (vm.$vnode) {\n vm.$vnode.parent = null;\n }\n };\n}\n\nfunction mountComponent (\n vm,\n el,\n hydrating\n) {\n vm.$el = el;\n if (!vm.$options.render) {\n vm.$options.render = createEmptyVNode;\n if (process.env.NODE_ENV !== 'production') {\n /* istanbul ignore if */\n if ((vm.$options.template && vm.$options.template.charAt(0) !== '#') ||\n vm.$options.el || el) {\n warn(\n 'You are using the runtime-only build of Vue where the template ' +\n 'compiler is not available. Either pre-compile the templates into ' +\n 'render functions, or use the compiler-included build.',\n vm\n );\n } else {\n warn(\n 'Failed to mount component: template or render function not defined.',\n vm\n );\n }\n }\n }\n callHook(vm, 'beforeMount');\n\n var updateComponent;\n /* istanbul ignore if */\n if (process.env.NODE_ENV !== 'production' && config.performance && mark) {\n updateComponent = function () {\n var name = vm._name;\n var id = vm._uid;\n var startTag = \"vue-perf-start:\" + id;\n var endTag = \"vue-perf-end:\" + id;\n\n mark(startTag);\n var vnode = vm._render();\n mark(endTag);\n measure((\"vue \" + name + \" render\"), startTag, endTag);\n\n mark(startTag);\n vm._update(vnode, hydrating);\n mark(endTag);\n measure((\"vue \" + name + \" patch\"), startTag, endTag);\n };\n } else {\n updateComponent = function () {\n vm._update(vm._render(), hydrating);\n };\n }\n\n // we set this to vm._watcher inside the watcher's constructor\n // since the watcher's initial patch may call $forceUpdate (e.g. inside child\n // component's mounted hook), which relies on vm._watcher being already defined\n new Watcher(vm, updateComponent, noop, {\n before: function before () {\n if (vm._isMounted && !vm._isDestroyed) {\n callHook(vm, 'beforeUpdate');\n }\n }\n }, true /* isRenderWatcher */);\n hydrating = false;\n\n // manually mounted instance, call mounted on self\n // mounted is called for render-created child components in its inserted hook\n if (vm.$vnode == null) {\n vm._isMounted = true;\n callHook(vm, 'mounted');\n }\n return vm\n}\n\nfunction updateChildComponent (\n vm,\n propsData,\n listeners,\n parentVnode,\n renderChildren\n) {\n if (process.env.NODE_ENV !== 'production') {\n isUpdatingChildComponent = true;\n }\n\n // determine whether component has slot children\n // we need to do this before overwriting $options._renderChildren.\n\n // check if there are dynamic scopedSlots (hand-written or compiled but with\n // dynamic slot names). Static scoped slots compiled from template has the\n // \"$stable\" marker.\n var newScopedSlots = parentVnode.data.scopedSlots;\n var oldScopedSlots = vm.$scopedSlots;\n var hasDynamicScopedSlot = !!(\n (newScopedSlots && !newScopedSlots.$stable) ||\n (oldScopedSlots !== emptyObject && !oldScopedSlots.$stable) ||\n (newScopedSlots && vm.$scopedSlots.$key !== newScopedSlots.$key)\n );\n\n // Any static slot children from the parent may have changed during parent's\n // update. Dynamic scoped slots may also have changed. In such cases, a forced\n // update is necessary to ensure correctness.\n var needsForceUpdate = !!(\n renderChildren || // has new static slots\n vm.$options._renderChildren || // has old static slots\n hasDynamicScopedSlot\n );\n\n vm.$options._parentVnode = parentVnode;\n vm.$vnode = parentVnode; // update vm's placeholder node without re-render\n\n if (vm._vnode) { // update child tree's parent\n vm._vnode.parent = parentVnode;\n }\n vm.$options._renderChildren = renderChildren;\n\n // update $attrs and $listeners hash\n // these are also reactive so they may trigger child update if the child\n // used them during render\n vm.$attrs = parentVnode.data.attrs || emptyObject;\n vm.$listeners = listeners || emptyObject;\n\n // update props\n if (propsData && vm.$options.props) {\n toggleObserving(false);\n var props = vm._props;\n var propKeys = vm.$options._propKeys || [];\n for (var i = 0; i < propKeys.length; i++) {\n var key = propKeys[i];\n var propOptions = vm.$options.props; // wtf flow?\n props[key] = validateProp(key, propOptions, propsData, vm);\n }\n toggleObserving(true);\n // keep a copy of raw propsData\n vm.$options.propsData = propsData;\n }\n\n // update listeners\n listeners = listeners || emptyObject;\n var oldListeners = vm.$options._parentListeners;\n vm.$options._parentListeners = listeners;\n updateComponentListeners(vm, listeners, oldListeners);\n\n // resolve slots + force update if has children\n if (needsForceUpdate) {\n vm.$slots = resolveSlots(renderChildren, parentVnode.context);\n vm.$forceUpdate();\n }\n\n if (process.env.NODE_ENV !== 'production') {\n isUpdatingChildComponent = false;\n }\n}\n\nfunction isInInactiveTree (vm) {\n while (vm && (vm = vm.$parent)) {\n if (vm._inactive) { return true }\n }\n return false\n}\n\nfunction activateChildComponent (vm, direct) {\n if (direct) {\n vm._directInactive = false;\n if (isInInactiveTree(vm)) {\n return\n }\n } else if (vm._directInactive) {\n return\n }\n if (vm._inactive || vm._inactive === null) {\n vm._inactive = false;\n for (var i = 0; i < vm.$children.length; i++) {\n activateChildComponent(vm.$children[i]);\n }\n callHook(vm, 'activated');\n }\n}\n\nfunction deactivateChildComponent (vm, direct) {\n if (direct) {\n vm._directInactive = true;\n if (isInInactiveTree(vm)) {\n return\n }\n }\n if (!vm._inactive) {\n vm._inactive = true;\n for (var i = 0; i < vm.$children.length; i++) {\n deactivateChildComponent(vm.$children[i]);\n }\n callHook(vm, 'deactivated');\n }\n}\n\nfunction callHook (vm, hook) {\n // #7573 disable dep collection when invoking lifecycle hooks\n pushTarget();\n var handlers = vm.$options[hook];\n var info = hook + \" hook\";\n if (handlers) {\n for (var i = 0, j = handlers.length; i < j; i++) {\n invokeWithErrorHandling(handlers[i], vm, null, vm, info);\n }\n }\n if (vm._hasHookEvent) {\n vm.$emit('hook:' + hook);\n }\n popTarget();\n}\n\n/* */\n\nvar MAX_UPDATE_COUNT = 100;\n\nvar queue = [];\nvar activatedChildren = [];\nvar has = {};\nvar circular = {};\nvar waiting = false;\nvar flushing = false;\nvar index = 0;\n\n/**\n * Reset the scheduler's state.\n */\nfunction resetSchedulerState () {\n index = queue.length = activatedChildren.length = 0;\n has = {};\n if (process.env.NODE_ENV !== 'production') {\n circular = {};\n }\n waiting = flushing = false;\n}\n\n// Async edge case #6566 requires saving the timestamp when event listeners are\n// attached. However, calling performance.now() has a perf overhead especially\n// if the page has thousands of event listeners. Instead, we take a timestamp\n// every time the scheduler flushes and use that for all event listeners\n// attached during that flush.\nvar currentFlushTimestamp = 0;\n\n// Async edge case fix requires storing an event listener's attach timestamp.\nvar getNow = Date.now;\n\n// Determine what event timestamp the browser is using. Annoyingly, the\n// timestamp can either be hi-res (relative to page load) or low-res\n// (relative to UNIX epoch), so in order to compare time we have to use the\n// same timestamp type when saving the flush timestamp.\n// All IE versions use low-res event timestamps, and have problematic clock\n// implementations (#9632)\nif (inBrowser && !isIE) {\n var performance = window.performance;\n if (\n performance &&\n typeof performance.now === 'function' &&\n getNow() > document.createEvent('Event').timeStamp\n ) {\n // if the event timestamp, although evaluated AFTER the Date.now(), is\n // smaller than it, it means the event is using a hi-res timestamp,\n // and we need to use the hi-res version for event listener timestamps as\n // well.\n getNow = function () { return performance.now(); };\n }\n}\n\n/**\n * Flush both queues and run the watchers.\n */\nfunction flushSchedulerQueue () {\n currentFlushTimestamp = getNow();\n flushing = true;\n var watcher, id;\n\n // Sort queue before flush.\n // This ensures that:\n // 1. Components are updated from parent to child. (because parent is always\n // created before the child)\n // 2. A component's user watchers are run before its render watcher (because\n // user watchers are created before the render watcher)\n // 3. If a component is destroyed during a parent component's watcher run,\n // its watchers can be skipped.\n queue.sort(function (a, b) { return a.id - b.id; });\n\n // do not cache length because more watchers might be pushed\n // as we run existing watchers\n for (index = 0; index < queue.length; index++) {\n watcher = queue[index];\n if (watcher.before) {\n watcher.before();\n }\n id = watcher.id;\n has[id] = null;\n watcher.run();\n // in dev build, check and stop circular updates.\n if (process.env.NODE_ENV !== 'production' && has[id] != null) {\n circular[id] = (circular[id] || 0) + 1;\n if (circular[id] > MAX_UPDATE_COUNT) {\n warn(\n 'You may have an infinite update loop ' + (\n watcher.user\n ? (\"in watcher with expression \\\"\" + (watcher.expression) + \"\\\"\")\n : \"in a component render function.\"\n ),\n watcher.vm\n );\n break\n }\n }\n }\n\n // keep copies of post queues before resetting state\n var activatedQueue = activatedChildren.slice();\n var updatedQueue = queue.slice();\n\n resetSchedulerState();\n\n // call component updated and activated hooks\n callActivatedHooks(activatedQueue);\n callUpdatedHooks(updatedQueue);\n\n // devtool hook\n /* istanbul ignore if */\n if (devtools && config.devtools) {\n devtools.emit('flush');\n }\n}\n\nfunction callUpdatedHooks (queue) {\n var i = queue.length;\n while (i--) {\n var watcher = queue[i];\n var vm = watcher.vm;\n if (vm._watcher === watcher && vm._isMounted && !vm._isDestroyed) {\n callHook(vm, 'updated');\n }\n }\n}\n\n/**\n * Queue a kept-alive component that was activated during patch.\n * The queue will be processed after the entire tree has been patched.\n */\nfunction queueActivatedComponent (vm) {\n // setting _inactive to false here so that a render function can\n // rely on checking whether it's in an inactive tree (e.g. router-view)\n vm._inactive = false;\n activatedChildren.push(vm);\n}\n\nfunction callActivatedHooks (queue) {\n for (var i = 0; i < queue.length; i++) {\n queue[i]._inactive = true;\n activateChildComponent(queue[i], true /* true */);\n }\n}\n\n/**\n * Push a watcher into the watcher queue.\n * Jobs with duplicate IDs will be skipped unless it's\n * pushed when the queue is being flushed.\n */\nfunction queueWatcher (watcher) {\n var id = watcher.id;\n if (has[id] == null) {\n has[id] = true;\n if (!flushing) {\n queue.push(watcher);\n } else {\n // if already flushing, splice the watcher based on its id\n // if already past its id, it will be run next immediately.\n var i = queue.length - 1;\n while (i > index && queue[i].id > watcher.id) {\n i--;\n }\n queue.splice(i + 1, 0, watcher);\n }\n // queue the flush\n if (!waiting) {\n waiting = true;\n\n if (process.env.NODE_ENV !== 'production' && !config.async) {\n flushSchedulerQueue();\n return\n }\n nextTick(flushSchedulerQueue);\n }\n }\n}\n\n/* */\n\n\n\nvar uid$2 = 0;\n\n/**\n * A watcher parses an expression, collects dependencies,\n * and fires callback when the expression value changes.\n * This is used for both the $watch() api and directives.\n */\nvar Watcher = function Watcher (\n vm,\n expOrFn,\n cb,\n options,\n isRenderWatcher\n) {\n this.vm = vm;\n if (isRenderWatcher) {\n vm._watcher = this;\n }\n vm._watchers.push(this);\n // options\n if (options) {\n this.deep = !!options.deep;\n this.user = !!options.user;\n this.lazy = !!options.lazy;\n this.sync = !!options.sync;\n this.before = options.before;\n } else {\n this.deep = this.user = this.lazy = this.sync = false;\n }\n this.cb = cb;\n this.id = ++uid$2; // uid for batching\n this.active = true;\n this.dirty = this.lazy; // for lazy watchers\n this.deps = [];\n this.newDeps = [];\n this.depIds = new _Set();\n this.newDepIds = new _Set();\n this.expression = process.env.NODE_ENV !== 'production'\n ? expOrFn.toString()\n : '';\n // parse expression for getter\n if (typeof expOrFn === 'function') {\n this.getter = expOrFn;\n } else {\n this.getter = parsePath(expOrFn);\n if (!this.getter) {\n this.getter = noop;\n process.env.NODE_ENV !== 'production' && warn(\n \"Failed watching path: \\\"\" + expOrFn + \"\\\" \" +\n 'Watcher only accepts simple dot-delimited paths. ' +\n 'For full control, use a function instead.',\n vm\n );\n }\n }\n this.value = this.lazy\n ? undefined\n : this.get();\n};\n\n/**\n * Evaluate the getter, and re-collect dependencies.\n */\nWatcher.prototype.get = function get () {\n pushTarget(this);\n var value;\n var vm = this.vm;\n try {\n value = this.getter.call(vm, vm);\n } catch (e) {\n if (this.user) {\n handleError(e, vm, (\"getter for watcher \\\"\" + (this.expression) + \"\\\"\"));\n } else {\n throw e\n }\n } finally {\n // \"touch\" every property so they are all tracked as\n // dependencies for deep watching\n if (this.deep) {\n traverse(value);\n }\n popTarget();\n this.cleanupDeps();\n }\n return value\n};\n\n/**\n * Add a dependency to this directive.\n */\nWatcher.prototype.addDep = function addDep (dep) {\n var id = dep.id;\n if (!this.newDepIds.has(id)) {\n this.newDepIds.add(id);\n this.newDeps.push(dep);\n if (!this.depIds.has(id)) {\n dep.addSub(this);\n }\n }\n};\n\n/**\n * Clean up for dependency collection.\n */\nWatcher.prototype.cleanupDeps = function cleanupDeps () {\n var i = this.deps.length;\n while (i--) {\n var dep = this.deps[i];\n if (!this.newDepIds.has(dep.id)) {\n dep.removeSub(this);\n }\n }\n var tmp = this.depIds;\n this.depIds = this.newDepIds;\n this.newDepIds = tmp;\n this.newDepIds.clear();\n tmp = this.deps;\n this.deps = this.newDeps;\n this.newDeps = tmp;\n this.newDeps.length = 0;\n};\n\n/**\n * Subscriber interface.\n * Will be called when a dependency changes.\n */\nWatcher.prototype.update = function update () {\n /* istanbul ignore else */\n if (this.lazy) {\n this.dirty = true;\n } else if (this.sync) {\n this.run();\n } else {\n queueWatcher(this);\n }\n};\n\n/**\n * Scheduler job interface.\n * Will be called by the scheduler.\n */\nWatcher.prototype.run = function run () {\n if (this.active) {\n var value = this.get();\n if (\n value !== this.value ||\n // Deep watchers and watchers on Object/Arrays should fire even\n // when the value is the same, because the value may\n // have mutated.\n isObject(value) ||\n this.deep\n ) {\n // set new value\n var oldValue = this.value;\n this.value = value;\n if (this.user) {\n try {\n this.cb.call(this.vm, value, oldValue);\n } catch (e) {\n handleError(e, this.vm, (\"callback for watcher \\\"\" + (this.expression) + \"\\\"\"));\n }\n } else {\n this.cb.call(this.vm, value, oldValue);\n }\n }\n }\n};\n\n/**\n * Evaluate the value of the watcher.\n * This only gets called for lazy watchers.\n */\nWatcher.prototype.evaluate = function evaluate () {\n this.value = this.get();\n this.dirty = false;\n};\n\n/**\n * Depend on all deps collected by this watcher.\n */\nWatcher.prototype.depend = function depend () {\n var i = this.deps.length;\n while (i--) {\n this.deps[i].depend();\n }\n};\n\n/**\n * Remove self from all dependencies' subscriber list.\n */\nWatcher.prototype.teardown = function teardown () {\n if (this.active) {\n // remove self from vm's watcher list\n // this is a somewhat expensive operation so we skip it\n // if the vm is being destroyed.\n if (!this.vm._isBeingDestroyed) {\n remove(this.vm._watchers, this);\n }\n var i = this.deps.length;\n while (i--) {\n this.deps[i].removeSub(this);\n }\n this.active = false;\n }\n};\n\n/* */\n\nvar sharedPropertyDefinition = {\n enumerable: true,\n configurable: true,\n get: noop,\n set: noop\n};\n\nfunction proxy (target, sourceKey, key) {\n sharedPropertyDefinition.get = function proxyGetter () {\n return this[sourceKey][key]\n };\n sharedPropertyDefinition.set = function proxySetter (val) {\n this[sourceKey][key] = val;\n };\n Object.defineProperty(target, key, sharedPropertyDefinition);\n}\n\nfunction initState (vm) {\n vm._watchers = [];\n var opts = vm.$options;\n if (opts.props) { initProps(vm, opts.props); }\n if (opts.methods) { initMethods(vm, opts.methods); }\n if (opts.data) {\n initData(vm);\n } else {\n observe(vm._data = {}, true /* asRootData */);\n }\n if (opts.computed) { initComputed(vm, opts.computed); }\n if (opts.watch && opts.watch !== nativeWatch) {\n initWatch(vm, opts.watch);\n }\n}\n\nfunction initProps (vm, propsOptions) {\n var propsData = vm.$options.propsData || {};\n var props = vm._props = {};\n // cache prop keys so that future props updates can iterate using Array\n // instead of dynamic object key enumeration.\n var keys = vm.$options._propKeys = [];\n var isRoot = !vm.$parent;\n // root instance props should be converted\n if (!isRoot) {\n toggleObserving(false);\n }\n var loop = function ( key ) {\n keys.push(key);\n var value = validateProp(key, propsOptions, propsData, vm);\n /* istanbul ignore else */\n if (process.env.NODE_ENV !== 'production') {\n var hyphenatedKey = hyphenate(key);\n if (isReservedAttribute(hyphenatedKey) ||\n config.isReservedAttr(hyphenatedKey)) {\n warn(\n (\"\\\"\" + hyphenatedKey + \"\\\" is a reserved attribute and cannot be used as component prop.\"),\n vm\n );\n }\n defineReactive$$1(props, key, value, function () {\n if (!isRoot && !isUpdatingChildComponent) {\n warn(\n \"Avoid mutating a prop directly since the value will be \" +\n \"overwritten whenever the parent component re-renders. \" +\n \"Instead, use a data or computed property based on the prop's \" +\n \"value. Prop being mutated: \\\"\" + key + \"\\\"\",\n vm\n );\n }\n });\n } else {\n defineReactive$$1(props, key, value);\n }\n // static props are already proxied on the component's prototype\n // during Vue.extend(). We only need to proxy props defined at\n // instantiation here.\n if (!(key in vm)) {\n proxy(vm, \"_props\", key);\n }\n };\n\n for (var key in propsOptions) loop( key );\n toggleObserving(true);\n}\n\nfunction initData (vm) {\n var data = vm.$options.data;\n data = vm._data = typeof data === 'function'\n ? getData(data, vm)\n : data || {};\n if (!isPlainObject(data)) {\n data = {};\n process.env.NODE_ENV !== 'production' && warn(\n 'data functions should return an object:\\n' +\n 'https://vuejs.org/v2/guide/components.html#data-Must-Be-a-Function',\n vm\n );\n }\n // proxy data on instance\n var keys = Object.keys(data);\n var props = vm.$options.props;\n var methods = vm.$options.methods;\n var i = keys.length;\n while (i--) {\n var key = keys[i];\n if (process.env.NODE_ENV !== 'production') {\n if (methods && hasOwn(methods, key)) {\n warn(\n (\"Method \\\"\" + key + \"\\\" has already been defined as a data property.\"),\n vm\n );\n }\n }\n if (props && hasOwn(props, key)) {\n process.env.NODE_ENV !== 'production' && warn(\n \"The data property \\\"\" + key + \"\\\" is already declared as a prop. \" +\n \"Use prop default value instead.\",\n vm\n );\n } else if (!isReserved(key)) {\n proxy(vm, \"_data\", key);\n }\n }\n // observe data\n observe(data, true /* asRootData */);\n}\n\nfunction getData (data, vm) {\n // #7573 disable dep collection when invoking data getters\n pushTarget();\n try {\n return data.call(vm, vm)\n } catch (e) {\n handleError(e, vm, \"data()\");\n return {}\n } finally {\n popTarget();\n }\n}\n\nvar computedWatcherOptions = { lazy: true };\n\nfunction initComputed (vm, computed) {\n // $flow-disable-line\n var watchers = vm._computedWatchers = Object.create(null);\n // computed properties are just getters during SSR\n var isSSR = isServerRendering();\n\n for (var key in computed) {\n var userDef = computed[key];\n var getter = typeof userDef === 'function' ? userDef : userDef.get;\n if (process.env.NODE_ENV !== 'production' && getter == null) {\n warn(\n (\"Getter is missing for computed property \\\"\" + key + \"\\\".\"),\n vm\n );\n }\n\n if (!isSSR) {\n // create internal watcher for the computed property.\n watchers[key] = new Watcher(\n vm,\n getter || noop,\n noop,\n computedWatcherOptions\n );\n }\n\n // component-defined computed properties are already defined on the\n // component prototype. We only need to define computed properties defined\n // at instantiation here.\n if (!(key in vm)) {\n defineComputed(vm, key, userDef);\n } else if (process.env.NODE_ENV !== 'production') {\n if (key in vm.$data) {\n warn((\"The computed property \\\"\" + key + \"\\\" is already defined in data.\"), vm);\n } else if (vm.$options.props && key in vm.$options.props) {\n warn((\"The computed property \\\"\" + key + \"\\\" is already defined as a prop.\"), vm);\n }\n }\n }\n}\n\nfunction defineComputed (\n target,\n key,\n userDef\n) {\n var shouldCache = !isServerRendering();\n if (typeof userDef === 'function') {\n sharedPropertyDefinition.get = shouldCache\n ? createComputedGetter(key)\n : createGetterInvoker(userDef);\n sharedPropertyDefinition.set = noop;\n } else {\n sharedPropertyDefinition.get = userDef.get\n ? shouldCache && userDef.cache !== false\n ? createComputedGetter(key)\n : createGetterInvoker(userDef.get)\n : noop;\n sharedPropertyDefinition.set = userDef.set || noop;\n }\n if (process.env.NODE_ENV !== 'production' &&\n sharedPropertyDefinition.set === noop) {\n sharedPropertyDefinition.set = function () {\n warn(\n (\"Computed property \\\"\" + key + \"\\\" was assigned to but it has no setter.\"),\n this\n );\n };\n }\n Object.defineProperty(target, key, sharedPropertyDefinition);\n}\n\nfunction createComputedGetter (key) {\n return function computedGetter () {\n var watcher = this._computedWatchers && this._computedWatchers[key];\n if (watcher) {\n if (watcher.dirty) {\n watcher.evaluate();\n }\n if (Dep.target) {\n watcher.depend();\n }\n return watcher.value\n }\n }\n}\n\nfunction createGetterInvoker(fn) {\n return function computedGetter () {\n return fn.call(this, this)\n }\n}\n\nfunction initMethods (vm, methods) {\n var props = vm.$options.props;\n for (var key in methods) {\n if (process.env.NODE_ENV !== 'production') {\n if (typeof methods[key] !== 'function') {\n warn(\n \"Method \\\"\" + key + \"\\\" has type \\\"\" + (typeof methods[key]) + \"\\\" in the component definition. \" +\n \"Did you reference the function correctly?\",\n vm\n );\n }\n if (props && hasOwn(props, key)) {\n warn(\n (\"Method \\\"\" + key + \"\\\" has already been defined as a prop.\"),\n vm\n );\n }\n if ((key in vm) && isReserved(key)) {\n warn(\n \"Method \\\"\" + key + \"\\\" conflicts with an existing Vue instance method. \" +\n \"Avoid defining component methods that start with _ or $.\"\n );\n }\n }\n vm[key] = typeof methods[key] !== 'function' ? noop : bind(methods[key], vm);\n }\n}\n\nfunction initWatch (vm, watch) {\n for (var key in watch) {\n var handler = watch[key];\n if (Array.isArray(handler)) {\n for (var i = 0; i < handler.length; i++) {\n createWatcher(vm, key, handler[i]);\n }\n } else {\n createWatcher(vm, key, handler);\n }\n }\n}\n\nfunction createWatcher (\n vm,\n expOrFn,\n handler,\n options\n) {\n if (isPlainObject(handler)) {\n options = handler;\n handler = handler.handler;\n }\n if (typeof handler === 'string') {\n handler = vm[handler];\n }\n return vm.$watch(expOrFn, handler, options)\n}\n\nfunction stateMixin (Vue) {\n // flow somehow has problems with directly declared definition object\n // when using Object.defineProperty, so we have to procedurally build up\n // the object here.\n var dataDef = {};\n dataDef.get = function () { return this._data };\n var propsDef = {};\n propsDef.get = function () { return this._props };\n if (process.env.NODE_ENV !== 'production') {\n dataDef.set = function () {\n warn(\n 'Avoid replacing instance root $data. ' +\n 'Use nested data properties instead.',\n this\n );\n };\n propsDef.set = function () {\n warn(\"$props is readonly.\", this);\n };\n }\n Object.defineProperty(Vue.prototype, '$data', dataDef);\n Object.defineProperty(Vue.prototype, '$props', propsDef);\n\n Vue.prototype.$set = set;\n Vue.prototype.$delete = del;\n\n Vue.prototype.$watch = function (\n expOrFn,\n cb,\n options\n ) {\n var vm = this;\n if (isPlainObject(cb)) {\n return createWatcher(vm, expOrFn, cb, options)\n }\n options = options || {};\n options.user = true;\n var watcher = new Watcher(vm, expOrFn, cb, options);\n if (options.immediate) {\n try {\n cb.call(vm, watcher.value);\n } catch (error) {\n handleError(error, vm, (\"callback for immediate watcher \\\"\" + (watcher.expression) + \"\\\"\"));\n }\n }\n return function unwatchFn () {\n watcher.teardown();\n }\n };\n}\n\n/* */\n\nvar uid$3 = 0;\n\nfunction initMixin (Vue) {\n Vue.prototype._init = function (options) {\n var vm = this;\n // a uid\n vm._uid = uid$3++;\n\n var startTag, endTag;\n /* istanbul ignore if */\n if (process.env.NODE_ENV !== 'production' && config.performance && mark) {\n startTag = \"vue-perf-start:\" + (vm._uid);\n endTag = \"vue-perf-end:\" + (vm._uid);\n mark(startTag);\n }\n\n // a flag to avoid this being observed\n vm._isVue = true;\n // merge options\n if (options && options._isComponent) {\n // optimize internal component instantiation\n // since dynamic options merging is pretty slow, and none of the\n // internal component options needs special treatment.\n initInternalComponent(vm, options);\n } else {\n vm.$options = mergeOptions(\n resolveConstructorOptions(vm.constructor),\n options || {},\n vm\n );\n }\n /* istanbul ignore else */\n if (process.env.NODE_ENV !== 'production') {\n initProxy(vm);\n } else {\n vm._renderProxy = vm;\n }\n // expose real self\n vm._self = vm;\n initLifecycle(vm);\n initEvents(vm);\n initRender(vm);\n callHook(vm, 'beforeCreate');\n initInjections(vm); // resolve injections before data/props\n initState(vm);\n initProvide(vm); // resolve provide after data/props\n callHook(vm, 'created');\n\n /* istanbul ignore if */\n if (process.env.NODE_ENV !== 'production' && config.performance && mark) {\n vm._name = formatComponentName(vm, false);\n mark(endTag);\n measure((\"vue \" + (vm._name) + \" init\"), startTag, endTag);\n }\n\n if (vm.$options.el) {\n vm.$mount(vm.$options.el);\n }\n };\n}\n\nfunction initInternalComponent (vm, options) {\n var opts = vm.$options = Object.create(vm.constructor.options);\n // doing this because it's faster than dynamic enumeration.\n var parentVnode = options._parentVnode;\n opts.parent = options.parent;\n opts._parentVnode = parentVnode;\n\n var vnodeComponentOptions = parentVnode.componentOptions;\n opts.propsData = vnodeComponentOptions.propsData;\n opts._parentListeners = vnodeComponentOptions.listeners;\n opts._renderChildren = vnodeComponentOptions.children;\n opts._componentTag = vnodeComponentOptions.tag;\n\n if (options.render) {\n opts.render = options.render;\n opts.staticRenderFns = options.staticRenderFns;\n }\n}\n\nfunction resolveConstructorOptions (Ctor) {\n var options = Ctor.options;\n if (Ctor.super) {\n var superOptions = resolveConstructorOptions(Ctor.super);\n var cachedSuperOptions = Ctor.superOptions;\n if (superOptions !== cachedSuperOptions) {\n // super option changed,\n // need to resolve new options.\n Ctor.superOptions = superOptions;\n // check if there are any late-modified/attached options (#4976)\n var modifiedOptions = resolveModifiedOptions(Ctor);\n // update base extend options\n if (modifiedOptions) {\n extend(Ctor.extendOptions, modifiedOptions);\n }\n options = Ctor.options = mergeOptions(superOptions, Ctor.extendOptions);\n if (options.name) {\n options.components[options.name] = Ctor;\n }\n }\n }\n return options\n}\n\nfunction resolveModifiedOptions (Ctor) {\n var modified;\n var latest = Ctor.options;\n var sealed = Ctor.sealedOptions;\n for (var key in latest) {\n if (latest[key] !== sealed[key]) {\n if (!modified) { modified = {}; }\n modified[key] = latest[key];\n }\n }\n return modified\n}\n\nfunction Vue (options) {\n if (process.env.NODE_ENV !== 'production' &&\n !(this instanceof Vue)\n ) {\n warn('Vue is a constructor and should be called with the `new` keyword');\n }\n this._init(options);\n}\n\ninitMixin(Vue);\nstateMixin(Vue);\neventsMixin(Vue);\nlifecycleMixin(Vue);\nrenderMixin(Vue);\n\n/* */\n\nfunction initUse (Vue) {\n Vue.use = function (plugin) {\n var installedPlugins = (this._installedPlugins || (this._installedPlugins = []));\n if (installedPlugins.indexOf(plugin) > -1) {\n return this\n }\n\n // additional parameters\n var args = toArray(arguments, 1);\n args.unshift(this);\n if (typeof plugin.install === 'function') {\n plugin.install.apply(plugin, args);\n } else if (typeof plugin === 'function') {\n plugin.apply(null, args);\n }\n installedPlugins.push(plugin);\n return this\n };\n}\n\n/* */\n\nfunction initMixin$1 (Vue) {\n Vue.mixin = function (mixin) {\n this.options = mergeOptions(this.options, mixin);\n return this\n };\n}\n\n/* */\n\nfunction initExtend (Vue) {\n /**\n * Each instance constructor, including Vue, has a unique\n * cid. This enables us to create wrapped \"child\n * constructors\" for prototypal inheritance and cache them.\n */\n Vue.cid = 0;\n var cid = 1;\n\n /**\n * Class inheritance\n */\n Vue.extend = function (extendOptions) {\n extendOptions = extendOptions || {};\n var Super = this;\n var SuperId = Super.cid;\n var cachedCtors = extendOptions._Ctor || (extendOptions._Ctor = {});\n if (cachedCtors[SuperId]) {\n return cachedCtors[SuperId]\n }\n\n var name = extendOptions.name || Super.options.name;\n if (process.env.NODE_ENV !== 'production' && name) {\n validateComponentName(name);\n }\n\n var Sub = function VueComponent (options) {\n this._init(options);\n };\n Sub.prototype = Object.create(Super.prototype);\n Sub.prototype.constructor = Sub;\n Sub.cid = cid++;\n Sub.options = mergeOptions(\n Super.options,\n extendOptions\n );\n Sub['super'] = Super;\n\n // For props and computed properties, we define the proxy getters on\n // the Vue instances at extension time, on the extended prototype. This\n // avoids Object.defineProperty calls for each instance created.\n if (Sub.options.props) {\n initProps$1(Sub);\n }\n if (Sub.options.computed) {\n initComputed$1(Sub);\n }\n\n // allow further extension/mixin/plugin usage\n Sub.extend = Super.extend;\n Sub.mixin = Super.mixin;\n Sub.use = Super.use;\n\n // create asset registers, so extended classes\n // can have their private assets too.\n ASSET_TYPES.forEach(function (type) {\n Sub[type] = Super[type];\n });\n // enable recursive self-lookup\n if (name) {\n Sub.options.components[name] = Sub;\n }\n\n // keep a reference to the super options at extension time.\n // later at instantiation we can check if Super's options have\n // been updated.\n Sub.superOptions = Super.options;\n Sub.extendOptions = extendOptions;\n Sub.sealedOptions = extend({}, Sub.options);\n\n // cache constructor\n cachedCtors[SuperId] = Sub;\n return Sub\n };\n}\n\nfunction initProps$1 (Comp) {\n var props = Comp.options.props;\n for (var key in props) {\n proxy(Comp.prototype, \"_props\", key);\n }\n}\n\nfunction initComputed$1 (Comp) {\n var computed = Comp.options.computed;\n for (var key in computed) {\n defineComputed(Comp.prototype, key, computed[key]);\n }\n}\n\n/* */\n\nfunction initAssetRegisters (Vue) {\n /**\n * Create asset registration methods.\n */\n ASSET_TYPES.forEach(function (type) {\n Vue[type] = function (\n id,\n definition\n ) {\n if (!definition) {\n return this.options[type + 's'][id]\n } else {\n /* istanbul ignore if */\n if (process.env.NODE_ENV !== 'production' && type === 'component') {\n validateComponentName(id);\n }\n if (type === 'component' && isPlainObject(definition)) {\n definition.name = definition.name || id;\n definition = this.options._base.extend(definition);\n }\n if (type === 'directive' && typeof definition === 'function') {\n definition = { bind: definition, update: definition };\n }\n this.options[type + 's'][id] = definition;\n return definition\n }\n };\n });\n}\n\n/* */\n\n\n\nfunction getComponentName (opts) {\n return opts && (opts.Ctor.options.name || opts.tag)\n}\n\nfunction matches (pattern, name) {\n if (Array.isArray(pattern)) {\n return pattern.indexOf(name) > -1\n } else if (typeof pattern === 'string') {\n return pattern.split(',').indexOf(name) > -1\n } else if (isRegExp(pattern)) {\n return pattern.test(name)\n }\n /* istanbul ignore next */\n return false\n}\n\nfunction pruneCache (keepAliveInstance, filter) {\n var cache = keepAliveInstance.cache;\n var keys = keepAliveInstance.keys;\n var _vnode = keepAliveInstance._vnode;\n for (var key in cache) {\n var cachedNode = cache[key];\n if (cachedNode) {\n var name = getComponentName(cachedNode.componentOptions);\n if (name && !filter(name)) {\n pruneCacheEntry(cache, key, keys, _vnode);\n }\n }\n }\n}\n\nfunction pruneCacheEntry (\n cache,\n key,\n keys,\n current\n) {\n var cached$$1 = cache[key];\n if (cached$$1 && (!current || cached$$1.tag !== current.tag)) {\n cached$$1.componentInstance.$destroy();\n }\n cache[key] = null;\n remove(keys, key);\n}\n\nvar patternTypes = [String, RegExp, Array];\n\nvar KeepAlive = {\n name: 'keep-alive',\n abstract: true,\n\n props: {\n include: patternTypes,\n exclude: patternTypes,\n max: [String, Number]\n },\n\n created: function created () {\n this.cache = Object.create(null);\n this.keys = [];\n },\n\n destroyed: function destroyed () {\n for (var key in this.cache) {\n pruneCacheEntry(this.cache, key, this.keys);\n }\n },\n\n mounted: function mounted () {\n var this$1 = this;\n\n this.$watch('include', function (val) {\n pruneCache(this$1, function (name) { return matches(val, name); });\n });\n this.$watch('exclude', function (val) {\n pruneCache(this$1, function (name) { return !matches(val, name); });\n });\n },\n\n render: function render () {\n var slot = this.$slots.default;\n var vnode = getFirstComponentChild(slot);\n var componentOptions = vnode && vnode.componentOptions;\n if (componentOptions) {\n // check pattern\n var name = getComponentName(componentOptions);\n var ref = this;\n var include = ref.include;\n var exclude = ref.exclude;\n if (\n // not included\n (include && (!name || !matches(include, name))) ||\n // excluded\n (exclude && name && matches(exclude, name))\n ) {\n return vnode\n }\n\n var ref$1 = this;\n var cache = ref$1.cache;\n var keys = ref$1.keys;\n var key = vnode.key == null\n // same constructor may get registered as different local components\n // so cid alone is not enough (#3269)\n ? componentOptions.Ctor.cid + (componentOptions.tag ? (\"::\" + (componentOptions.tag)) : '')\n : vnode.key;\n if (cache[key]) {\n vnode.componentInstance = cache[key].componentInstance;\n // make current key freshest\n remove(keys, key);\n keys.push(key);\n } else {\n cache[key] = vnode;\n keys.push(key);\n // prune oldest entry\n if (this.max && keys.length > parseInt(this.max)) {\n pruneCacheEntry(cache, keys[0], keys, this._vnode);\n }\n }\n\n vnode.data.keepAlive = true;\n }\n return vnode || (slot && slot[0])\n }\n};\n\nvar builtInComponents = {\n KeepAlive: KeepAlive\n};\n\n/* */\n\nfunction initGlobalAPI (Vue) {\n // config\n var configDef = {};\n configDef.get = function () { return config; };\n if (process.env.NODE_ENV !== 'production') {\n configDef.set = function () {\n warn(\n 'Do not replace the Vue.config object, set individual fields instead.'\n );\n };\n }\n Object.defineProperty(Vue, 'config', configDef);\n\n // exposed util methods.\n // NOTE: these are not considered part of the public API - avoid relying on\n // them unless you are aware of the risk.\n Vue.util = {\n warn: warn,\n extend: extend,\n mergeOptions: mergeOptions,\n defineReactive: defineReactive$$1\n };\n\n Vue.set = set;\n Vue.delete = del;\n Vue.nextTick = nextTick;\n\n // 2.6 explicit observable API\n Vue.observable = function (obj) {\n observe(obj);\n return obj\n };\n\n Vue.options = Object.create(null);\n ASSET_TYPES.forEach(function (type) {\n Vue.options[type + 's'] = Object.create(null);\n });\n\n // this is used to identify the \"base\" constructor to extend all plain-object\n // components with in Weex's multi-instance scenarios.\n Vue.options._base = Vue;\n\n extend(Vue.options.components, builtInComponents);\n\n initUse(Vue);\n initMixin$1(Vue);\n initExtend(Vue);\n initAssetRegisters(Vue);\n}\n\ninitGlobalAPI(Vue);\n\nObject.defineProperty(Vue.prototype, '$isServer', {\n get: isServerRendering\n});\n\nObject.defineProperty(Vue.prototype, '$ssrContext', {\n get: function get () {\n /* istanbul ignore next */\n return this.$vnode && this.$vnode.ssrContext\n }\n});\n\n// expose FunctionalRenderContext for ssr runtime helper installation\nObject.defineProperty(Vue, 'FunctionalRenderContext', {\n value: FunctionalRenderContext\n});\n\nVue.version = '2.6.11';\n\n/* */\n\n// these are reserved for web because they are directly compiled away\n// during template compilation\nvar isReservedAttr = makeMap('style,class');\n\n// attributes that should be using props for binding\nvar acceptValue = makeMap('input,textarea,option,select,progress');\nvar mustUseProp = function (tag, type, attr) {\n return (\n (attr === 'value' && acceptValue(tag)) && type !== 'button' ||\n (attr === 'selected' && tag === 'option') ||\n (attr === 'checked' && tag === 'input') ||\n (attr === 'muted' && tag === 'video')\n )\n};\n\nvar isEnumeratedAttr = makeMap('contenteditable,draggable,spellcheck');\n\nvar isValidContentEditableValue = makeMap('events,caret,typing,plaintext-only');\n\nvar convertEnumeratedValue = function (key, value) {\n return isFalsyAttrValue(value) || value === 'false'\n ? 'false'\n // allow arbitrary string value for contenteditable\n : key === 'contenteditable' && isValidContentEditableValue(value)\n ? value\n : 'true'\n};\n\nvar isBooleanAttr = makeMap(\n 'allowfullscreen,async,autofocus,autoplay,checked,compact,controls,declare,' +\n 'default,defaultchecked,defaultmuted,defaultselected,defer,disabled,' +\n 'enabled,formnovalidate,hidden,indeterminate,inert,ismap,itemscope,loop,multiple,' +\n 'muted,nohref,noresize,noshade,novalidate,nowrap,open,pauseonexit,readonly,' +\n 'required,reversed,scoped,seamless,selected,sortable,translate,' +\n 'truespeed,typemustmatch,visible'\n);\n\nvar xlinkNS = 'http://www.w3.org/1999/xlink';\n\nvar isXlink = function (name) {\n return name.charAt(5) === ':' && name.slice(0, 5) === 'xlink'\n};\n\nvar getXlinkProp = function (name) {\n return isXlink(name) ? name.slice(6, name.length) : ''\n};\n\nvar isFalsyAttrValue = function (val) {\n return val == null || val === false\n};\n\n/* */\n\nfunction genClassForVnode (vnode) {\n var data = vnode.data;\n var parentNode = vnode;\n var childNode = vnode;\n while (isDef(childNode.componentInstance)) {\n childNode = childNode.componentInstance._vnode;\n if (childNode && childNode.data) {\n data = mergeClassData(childNode.data, data);\n }\n }\n while (isDef(parentNode = parentNode.parent)) {\n if (parentNode && parentNode.data) {\n data = mergeClassData(data, parentNode.data);\n }\n }\n return renderClass(data.staticClass, data.class)\n}\n\nfunction mergeClassData (child, parent) {\n return {\n staticClass: concat(child.staticClass, parent.staticClass),\n class: isDef(child.class)\n ? [child.class, parent.class]\n : parent.class\n }\n}\n\nfunction renderClass (\n staticClass,\n dynamicClass\n) {\n if (isDef(staticClass) || isDef(dynamicClass)) {\n return concat(staticClass, stringifyClass(dynamicClass))\n }\n /* istanbul ignore next */\n return ''\n}\n\nfunction concat (a, b) {\n return a ? b ? (a + ' ' + b) : a : (b || '')\n}\n\nfunction stringifyClass (value) {\n if (Array.isArray(value)) {\n return stringifyArray(value)\n }\n if (isObject(value)) {\n return stringifyObject(value)\n }\n if (typeof value === 'string') {\n return value\n }\n /* istanbul ignore next */\n return ''\n}\n\nfunction stringifyArray (value) {\n var res = '';\n var stringified;\n for (var i = 0, l = value.length; i < l; i++) {\n if (isDef(stringified = stringifyClass(value[i])) && stringified !== '') {\n if (res) { res += ' '; }\n res += stringified;\n }\n }\n return res\n}\n\nfunction stringifyObject (value) {\n var res = '';\n for (var key in value) {\n if (value[key]) {\n if (res) { res += ' '; }\n res += key;\n }\n }\n return res\n}\n\n/* */\n\nvar namespaceMap = {\n svg: 'http://www.w3.org/2000/svg',\n math: 'http://www.w3.org/1998/Math/MathML'\n};\n\nvar isHTMLTag = makeMap(\n 'html,body,base,head,link,meta,style,title,' +\n 'address,article,aside,footer,header,h1,h2,h3,h4,h5,h6,hgroup,nav,section,' +\n 'div,dd,dl,dt,figcaption,figure,picture,hr,img,li,main,ol,p,pre,ul,' +\n 'a,b,abbr,bdi,bdo,br,cite,code,data,dfn,em,i,kbd,mark,q,rp,rt,rtc,ruby,' +\n 's,samp,small,span,strong,sub,sup,time,u,var,wbr,area,audio,map,track,video,' +\n 'embed,object,param,source,canvas,script,noscript,del,ins,' +\n 'caption,col,colgroup,table,thead,tbody,td,th,tr,' +\n 'button,datalist,fieldset,form,input,label,legend,meter,optgroup,option,' +\n 'output,progress,select,textarea,' +\n 'details,dialog,menu,menuitem,summary,' +\n 'content,element,shadow,template,blockquote,iframe,tfoot'\n);\n\n// this map is intentionally selective, only covering SVG elements that may\n// contain child elements.\nvar isSVG = makeMap(\n 'svg,animate,circle,clippath,cursor,defs,desc,ellipse,filter,font-face,' +\n 'foreignObject,g,glyph,image,line,marker,mask,missing-glyph,path,pattern,' +\n 'polygon,polyline,rect,switch,symbol,text,textpath,tspan,use,view',\n true\n);\n\nvar isReservedTag = function (tag) {\n return isHTMLTag(tag) || isSVG(tag)\n};\n\nfunction getTagNamespace (tag) {\n if (isSVG(tag)) {\n return 'svg'\n }\n // basic support for MathML\n // note it doesn't support other MathML elements being component roots\n if (tag === 'math') {\n return 'math'\n }\n}\n\nvar unknownElementCache = Object.create(null);\nfunction isUnknownElement (tag) {\n /* istanbul ignore if */\n if (!inBrowser) {\n return true\n }\n if (isReservedTag(tag)) {\n return false\n }\n tag = tag.toLowerCase();\n /* istanbul ignore if */\n if (unknownElementCache[tag] != null) {\n return unknownElementCache[tag]\n }\n var el = document.createElement(tag);\n if (tag.indexOf('-') > -1) {\n // http://stackoverflow.com/a/28210364/1070244\n return (unknownElementCache[tag] = (\n el.constructor === window.HTMLUnknownElement ||\n el.constructor === window.HTMLElement\n ))\n } else {\n return (unknownElementCache[tag] = /HTMLUnknownElement/.test(el.toString()))\n }\n}\n\nvar isTextInputType = makeMap('text,number,password,search,email,tel,url');\n\n/* */\n\n/**\n * Query an element selector if it's not an element already.\n */\nfunction query (el) {\n if (typeof el === 'string') {\n var selected = document.querySelector(el);\n if (!selected) {\n process.env.NODE_ENV !== 'production' && warn(\n 'Cannot find element: ' + el\n );\n return document.createElement('div')\n }\n return selected\n } else {\n return el\n }\n}\n\n/* */\n\nfunction createElement$1 (tagName, vnode) {\n var elm = document.createElement(tagName);\n if (tagName !== 'select') {\n return elm\n }\n // false or null will remove the attribute but undefined will not\n if (vnode.data && vnode.data.attrs && vnode.data.attrs.multiple !== undefined) {\n elm.setAttribute('multiple', 'multiple');\n }\n return elm\n}\n\nfunction createElementNS (namespace, tagName) {\n return document.createElementNS(namespaceMap[namespace], tagName)\n}\n\nfunction createTextNode (text) {\n return document.createTextNode(text)\n}\n\nfunction createComment (text) {\n return document.createComment(text)\n}\n\nfunction insertBefore (parentNode, newNode, referenceNode) {\n parentNode.insertBefore(newNode, referenceNode);\n}\n\nfunction removeChild (node, child) {\n node.removeChild(child);\n}\n\nfunction appendChild (node, child) {\n node.appendChild(child);\n}\n\nfunction parentNode (node) {\n return node.parentNode\n}\n\nfunction nextSibling (node) {\n return node.nextSibling\n}\n\nfunction tagName (node) {\n return node.tagName\n}\n\nfunction setTextContent (node, text) {\n node.textContent = text;\n}\n\nfunction setStyleScope (node, scopeId) {\n node.setAttribute(scopeId, '');\n}\n\nvar nodeOps = /*#__PURE__*/Object.freeze({\n createElement: createElement$1,\n createElementNS: createElementNS,\n createTextNode: createTextNode,\n createComment: createComment,\n insertBefore: insertBefore,\n removeChild: removeChild,\n appendChild: appendChild,\n parentNode: parentNode,\n nextSibling: nextSibling,\n tagName: tagName,\n setTextContent: setTextContent,\n setStyleScope: setStyleScope\n});\n\n/* */\n\nvar ref = {\n create: function create (_, vnode) {\n registerRef(vnode);\n },\n update: function update (oldVnode, vnode) {\n if (oldVnode.data.ref !== vnode.data.ref) {\n registerRef(oldVnode, true);\n registerRef(vnode);\n }\n },\n destroy: function destroy (vnode) {\n registerRef(vnode, true);\n }\n};\n\nfunction registerRef (vnode, isRemoval) {\n var key = vnode.data.ref;\n if (!isDef(key)) { return }\n\n var vm = vnode.context;\n var ref = vnode.componentInstance || vnode.elm;\n var refs = vm.$refs;\n if (isRemoval) {\n if (Array.isArray(refs[key])) {\n remove(refs[key], ref);\n } else if (refs[key] === ref) {\n refs[key] = undefined;\n }\n } else {\n if (vnode.data.refInFor) {\n if (!Array.isArray(refs[key])) {\n refs[key] = [ref];\n } else if (refs[key].indexOf(ref) < 0) {\n // $flow-disable-line\n refs[key].push(ref);\n }\n } else {\n refs[key] = ref;\n }\n }\n}\n\n/**\n * Virtual DOM patching algorithm based on Snabbdom by\n * Simon Friis Vindum (@paldepind)\n * Licensed under the MIT License\n * https://github.com/paldepind/snabbdom/blob/master/LICENSE\n *\n * modified by Evan You (@yyx990803)\n *\n * Not type-checking this because this file is perf-critical and the cost\n * of making flow understand it is not worth it.\n */\n\nvar emptyNode = new VNode('', {}, []);\n\nvar hooks = ['create', 'activate', 'update', 'remove', 'destroy'];\n\nfunction sameVnode (a, b) {\n return (\n a.key === b.key && (\n (\n a.tag === b.tag &&\n a.isComment === b.isComment &&\n isDef(a.data) === isDef(b.data) &&\n sameInputType(a, b)\n ) || (\n isTrue(a.isAsyncPlaceholder) &&\n a.asyncFactory === b.asyncFactory &&\n isUndef(b.asyncFactory.error)\n )\n )\n )\n}\n\nfunction sameInputType (a, b) {\n if (a.tag !== 'input') { return true }\n var i;\n var typeA = isDef(i = a.data) && isDef(i = i.attrs) && i.type;\n var typeB = isDef(i = b.data) && isDef(i = i.attrs) && i.type;\n return typeA === typeB || isTextInputType(typeA) && isTextInputType(typeB)\n}\n\nfunction createKeyToOldIdx (children, beginIdx, endIdx) {\n var i, key;\n var map = {};\n for (i = beginIdx; i <= endIdx; ++i) {\n key = children[i].key;\n if (isDef(key)) { map[key] = i; }\n }\n return map\n}\n\nfunction createPatchFunction (backend) {\n var i, j;\n var cbs = {};\n\n var modules = backend.modules;\n var nodeOps = backend.nodeOps;\n\n for (i = 0; i < hooks.length; ++i) {\n cbs[hooks[i]] = [];\n for (j = 0; j < modules.length; ++j) {\n if (isDef(modules[j][hooks[i]])) {\n cbs[hooks[i]].push(modules[j][hooks[i]]);\n }\n }\n }\n\n function emptyNodeAt (elm) {\n return new VNode(nodeOps.tagName(elm).toLowerCase(), {}, [], undefined, elm)\n }\n\n function createRmCb (childElm, listeners) {\n function remove$$1 () {\n if (--remove$$1.listeners === 0) {\n removeNode(childElm);\n }\n }\n remove$$1.listeners = listeners;\n return remove$$1\n }\n\n function removeNode (el) {\n var parent = nodeOps.parentNode(el);\n // element may have already been removed due to v-html / v-text\n if (isDef(parent)) {\n nodeOps.removeChild(parent, el);\n }\n }\n\n function isUnknownElement$$1 (vnode, inVPre) {\n return (\n !inVPre &&\n !vnode.ns &&\n !(\n config.ignoredElements.length &&\n config.ignoredElements.some(function (ignore) {\n return isRegExp(ignore)\n ? ignore.test(vnode.tag)\n : ignore === vnode.tag\n })\n ) &&\n config.isUnknownElement(vnode.tag)\n )\n }\n\n var creatingElmInVPre = 0;\n\n function createElm (\n vnode,\n insertedVnodeQueue,\n parentElm,\n refElm,\n nested,\n ownerArray,\n index\n ) {\n if (isDef(vnode.elm) && isDef(ownerArray)) {\n // This vnode was used in a previous render!\n // now it's used as a new node, overwriting its elm would cause\n // potential patch errors down the road when it's used as an insertion\n // reference node. Instead, we clone the node on-demand before creating\n // associated DOM element for it.\n vnode = ownerArray[index] = cloneVNode(vnode);\n }\n\n vnode.isRootInsert = !nested; // for transition enter check\n if (createComponent(vnode, insertedVnodeQueue, parentElm, refElm)) {\n return\n }\n\n var data = vnode.data;\n var children = vnode.children;\n var tag = vnode.tag;\n if (isDef(tag)) {\n if (process.env.NODE_ENV !== 'production') {\n if (data && data.pre) {\n creatingElmInVPre++;\n }\n if (isUnknownElement$$1(vnode, creatingElmInVPre)) {\n warn(\n 'Unknown custom element: <' + tag + '> - did you ' +\n 'register the component correctly? For recursive components, ' +\n 'make sure to provide the \"name\" option.',\n vnode.context\n );\n }\n }\n\n vnode.elm = vnode.ns\n ? nodeOps.createElementNS(vnode.ns, tag)\n : nodeOps.createElement(tag, vnode);\n setScope(vnode);\n\n /* istanbul ignore if */\n {\n createChildren(vnode, children, insertedVnodeQueue);\n if (isDef(data)) {\n invokeCreateHooks(vnode, insertedVnodeQueue);\n }\n insert(parentElm, vnode.elm, refElm);\n }\n\n if (process.env.NODE_ENV !== 'production' && data && data.pre) {\n creatingElmInVPre--;\n }\n } else if (isTrue(vnode.isComment)) {\n vnode.elm = nodeOps.createComment(vnode.text);\n insert(parentElm, vnode.elm, refElm);\n } else {\n vnode.elm = nodeOps.createTextNode(vnode.text);\n insert(parentElm, vnode.elm, refElm);\n }\n }\n\n function createComponent (vnode, insertedVnodeQueue, parentElm, refElm) {\n var i = vnode.data;\n if (isDef(i)) {\n var isReactivated = isDef(vnode.componentInstance) && i.keepAlive;\n if (isDef(i = i.hook) && isDef(i = i.init)) {\n i(vnode, false /* hydrating */);\n }\n // after calling the init hook, if the vnode is a child component\n // it should've created a child instance and mounted it. the child\n // component also has set the placeholder vnode's elm.\n // in that case we can just return the element and be done.\n if (isDef(vnode.componentInstance)) {\n initComponent(vnode, insertedVnodeQueue);\n insert(parentElm, vnode.elm, refElm);\n if (isTrue(isReactivated)) {\n reactivateComponent(vnode, insertedVnodeQueue, parentElm, refElm);\n }\n return true\n }\n }\n }\n\n function initComponent (vnode, insertedVnodeQueue) {\n if (isDef(vnode.data.pendingInsert)) {\n insertedVnodeQueue.push.apply(insertedVnodeQueue, vnode.data.pendingInsert);\n vnode.data.pendingInsert = null;\n }\n vnode.elm = vnode.componentInstance.$el;\n if (isPatchable(vnode)) {\n invokeCreateHooks(vnode, insertedVnodeQueue);\n setScope(vnode);\n } else {\n // empty component root.\n // skip all element-related modules except for ref (#3455)\n registerRef(vnode);\n // make sure to invoke the insert hook\n insertedVnodeQueue.push(vnode);\n }\n }\n\n function reactivateComponent (vnode, insertedVnodeQueue, parentElm, refElm) {\n var i;\n // hack for #4339: a reactivated component with inner transition\n // does not trigger because the inner node's created hooks are not called\n // again. It's not ideal to involve module-specific logic in here but\n // there doesn't seem to be a better way to do it.\n var innerNode = vnode;\n while (innerNode.componentInstance) {\n innerNode = innerNode.componentInstance._vnode;\n if (isDef(i = innerNode.data) && isDef(i = i.transition)) {\n for (i = 0; i < cbs.activate.length; ++i) {\n cbs.activate[i](emptyNode, innerNode);\n }\n insertedVnodeQueue.push(innerNode);\n break\n }\n }\n // unlike a newly created component,\n // a reactivated keep-alive component doesn't insert itself\n insert(parentElm, vnode.elm, refElm);\n }\n\n function insert (parent, elm, ref$$1) {\n if (isDef(parent)) {\n if (isDef(ref$$1)) {\n if (nodeOps.parentNode(ref$$1) === parent) {\n nodeOps.insertBefore(parent, elm, ref$$1);\n }\n } else {\n nodeOps.appendChild(parent, elm);\n }\n }\n }\n\n function createChildren (vnode, children, insertedVnodeQueue) {\n if (Array.isArray(children)) {\n if (process.env.NODE_ENV !== 'production') {\n checkDuplicateKeys(children);\n }\n for (var i = 0; i < children.length; ++i) {\n createElm(children[i], insertedVnodeQueue, vnode.elm, null, true, children, i);\n }\n } else if (isPrimitive(vnode.text)) {\n nodeOps.appendChild(vnode.elm, nodeOps.createTextNode(String(vnode.text)));\n }\n }\n\n function isPatchable (vnode) {\n while (vnode.componentInstance) {\n vnode = vnode.componentInstance._vnode;\n }\n return isDef(vnode.tag)\n }\n\n function invokeCreateHooks (vnode, insertedVnodeQueue) {\n for (var i$1 = 0; i$1 < cbs.create.length; ++i$1) {\n cbs.create[i$1](emptyNode, vnode);\n }\n i = vnode.data.hook; // Reuse variable\n if (isDef(i)) {\n if (isDef(i.create)) { i.create(emptyNode, vnode); }\n if (isDef(i.insert)) { insertedVnodeQueue.push(vnode); }\n }\n }\n\n // set scope id attribute for scoped CSS.\n // this is implemented as a special case to avoid the overhead\n // of going through the normal attribute patching process.\n function setScope (vnode) {\n var i;\n if (isDef(i = vnode.fnScopeId)) {\n nodeOps.setStyleScope(vnode.elm, i);\n } else {\n var ancestor = vnode;\n while (ancestor) {\n if (isDef(i = ancestor.context) && isDef(i = i.$options._scopeId)) {\n nodeOps.setStyleScope(vnode.elm, i);\n }\n ancestor = ancestor.parent;\n }\n }\n // for slot content they should also get the scopeId from the host instance.\n if (isDef(i = activeInstance) &&\n i !== vnode.context &&\n i !== vnode.fnContext &&\n isDef(i = i.$options._scopeId)\n ) {\n nodeOps.setStyleScope(vnode.elm, i);\n }\n }\n\n function addVnodes (parentElm, refElm, vnodes, startIdx, endIdx, insertedVnodeQueue) {\n for (; startIdx <= endIdx; ++startIdx) {\n createElm(vnodes[startIdx], insertedVnodeQueue, parentElm, refElm, false, vnodes, startIdx);\n }\n }\n\n function invokeDestroyHook (vnode) {\n var i, j;\n var data = vnode.data;\n if (isDef(data)) {\n if (isDef(i = data.hook) && isDef(i = i.destroy)) { i(vnode); }\n for (i = 0; i < cbs.destroy.length; ++i) { cbs.destroy[i](vnode); }\n }\n if (isDef(i = vnode.children)) {\n for (j = 0; j < vnode.children.length; ++j) {\n invokeDestroyHook(vnode.children[j]);\n }\n }\n }\n\n function removeVnodes (vnodes, startIdx, endIdx) {\n for (; startIdx <= endIdx; ++startIdx) {\n var ch = vnodes[startIdx];\n if (isDef(ch)) {\n if (isDef(ch.tag)) {\n removeAndInvokeRemoveHook(ch);\n invokeDestroyHook(ch);\n } else { // Text node\n removeNode(ch.elm);\n }\n }\n }\n }\n\n function removeAndInvokeRemoveHook (vnode, rm) {\n if (isDef(rm) || isDef(vnode.data)) {\n var i;\n var listeners = cbs.remove.length + 1;\n if (isDef(rm)) {\n // we have a recursively passed down rm callback\n // increase the listeners count\n rm.listeners += listeners;\n } else {\n // directly removing\n rm = createRmCb(vnode.elm, listeners);\n }\n // recursively invoke hooks on child component root node\n if (isDef(i = vnode.componentInstance) && isDef(i = i._vnode) && isDef(i.data)) {\n removeAndInvokeRemoveHook(i, rm);\n }\n for (i = 0; i < cbs.remove.length; ++i) {\n cbs.remove[i](vnode, rm);\n }\n if (isDef(i = vnode.data.hook) && isDef(i = i.remove)) {\n i(vnode, rm);\n } else {\n rm();\n }\n } else {\n removeNode(vnode.elm);\n }\n }\n\n function updateChildren (parentElm, oldCh, newCh, insertedVnodeQueue, removeOnly) {\n var oldStartIdx = 0;\n var newStartIdx = 0;\n var oldEndIdx = oldCh.length - 1;\n var oldStartVnode = oldCh[0];\n var oldEndVnode = oldCh[oldEndIdx];\n var newEndIdx = newCh.length - 1;\n var newStartVnode = newCh[0];\n var newEndVnode = newCh[newEndIdx];\n var oldKeyToIdx, idxInOld, vnodeToMove, refElm;\n\n // removeOnly is a special flag used only by <transition-group>\n // to ensure removed elements stay in correct relative positions\n // during leaving transitions\n var canMove = !removeOnly;\n\n if (process.env.NODE_ENV !== 'production') {\n checkDuplicateKeys(newCh);\n }\n\n while (oldStartIdx <= oldEndIdx && newStartIdx <= newEndIdx) {\n if (isUndef(oldStartVnode)) {\n oldStartVnode = oldCh[++oldStartIdx]; // Vnode has been moved left\n } else if (isUndef(oldEndVnode)) {\n oldEndVnode = oldCh[--oldEndIdx];\n } else if (sameVnode(oldStartVnode, newStartVnode)) {\n patchVnode(oldStartVnode, newStartVnode, insertedVnodeQueue, newCh, newStartIdx);\n oldStartVnode = oldCh[++oldStartIdx];\n newStartVnode = newCh[++newStartIdx];\n } else if (sameVnode(oldEndVnode, newEndVnode)) {\n patchVnode(oldEndVnode, newEndVnode, insertedVnodeQueue, newCh, newEndIdx);\n oldEndVnode = oldCh[--oldEndIdx];\n newEndVnode = newCh[--newEndIdx];\n } else if (sameVnode(oldStartVnode, newEndVnode)) { // Vnode moved right\n patchVnode(oldStartVnode, newEndVnode, insertedVnodeQueue, newCh, newEndIdx);\n canMove && nodeOps.insertBefore(parentElm, oldStartVnode.elm, nodeOps.nextSibling(oldEndVnode.elm));\n oldStartVnode = oldCh[++oldStartIdx];\n newEndVnode = newCh[--newEndIdx];\n } else if (sameVnode(oldEndVnode, newStartVnode)) { // Vnode moved left\n patchVnode(oldEndVnode, newStartVnode, insertedVnodeQueue, newCh, newStartIdx);\n canMove && nodeOps.insertBefore(parentElm, oldEndVnode.elm, oldStartVnode.elm);\n oldEndVnode = oldCh[--oldEndIdx];\n newStartVnode = newCh[++newStartIdx];\n } else {\n if (isUndef(oldKeyToIdx)) { oldKeyToIdx = createKeyToOldIdx(oldCh, oldStartIdx, oldEndIdx); }\n idxInOld = isDef(newStartVnode.key)\n ? oldKeyToIdx[newStartVnode.key]\n : findIdxInOld(newStartVnode, oldCh, oldStartIdx, oldEndIdx);\n if (isUndef(idxInOld)) { // New element\n createElm(newStartVnode, insertedVnodeQueue, parentElm, oldStartVnode.elm, false, newCh, newStartIdx);\n } else {\n vnodeToMove = oldCh[idxInOld];\n if (sameVnode(vnodeToMove, newStartVnode)) {\n patchVnode(vnodeToMove, newStartVnode, insertedVnodeQueue, newCh, newStartIdx);\n oldCh[idxInOld] = undefined;\n canMove && nodeOps.insertBefore(parentElm, vnodeToMove.elm, oldStartVnode.elm);\n } else {\n // same key but different element. treat as new element\n createElm(newStartVnode, insertedVnodeQueue, parentElm, oldStartVnode.elm, false, newCh, newStartIdx);\n }\n }\n newStartVnode = newCh[++newStartIdx];\n }\n }\n if (oldStartIdx > oldEndIdx) {\n refElm = isUndef(newCh[newEndIdx + 1]) ? null : newCh[newEndIdx + 1].elm;\n addVnodes(parentElm, refElm, newCh, newStartIdx, newEndIdx, insertedVnodeQueue);\n } else if (newStartIdx > newEndIdx) {\n removeVnodes(oldCh, oldStartIdx, oldEndIdx);\n }\n }\n\n function checkDuplicateKeys (children) {\n var seenKeys = {};\n for (var i = 0; i < children.length; i++) {\n var vnode = children[i];\n var key = vnode.key;\n if (isDef(key)) {\n if (seenKeys[key]) {\n warn(\n (\"Duplicate keys detected: '\" + key + \"'. This may cause an update error.\"),\n vnode.context\n );\n } else {\n seenKeys[key] = true;\n }\n }\n }\n }\n\n function findIdxInOld (node, oldCh, start, end) {\n for (var i = start; i < end; i++) {\n var c = oldCh[i];\n if (isDef(c) && sameVnode(node, c)) { return i }\n }\n }\n\n function patchVnode (\n oldVnode,\n vnode,\n insertedVnodeQueue,\n ownerArray,\n index,\n removeOnly\n ) {\n if (oldVnode === vnode) {\n return\n }\n\n if (isDef(vnode.elm) && isDef(ownerArray)) {\n // clone reused vnode\n vnode = ownerArray[index] = cloneVNode(vnode);\n }\n\n var elm = vnode.elm = oldVnode.elm;\n\n if (isTrue(oldVnode.isAsyncPlaceholder)) {\n if (isDef(vnode.asyncFactory.resolved)) {\n hydrate(oldVnode.elm, vnode, insertedVnodeQueue);\n } else {\n vnode.isAsyncPlaceholder = true;\n }\n return\n }\n\n // reuse element for static trees.\n // note we only do this if the vnode is cloned -\n // if the new node is not cloned it means the render functions have been\n // reset by the hot-reload-api and we need to do a proper re-render.\n if (isTrue(vnode.isStatic) &&\n isTrue(oldVnode.isStatic) &&\n vnode.key === oldVnode.key &&\n (isTrue(vnode.isCloned) || isTrue(vnode.isOnce))\n ) {\n vnode.componentInstance = oldVnode.componentInstance;\n return\n }\n\n var i;\n var data = vnode.data;\n if (isDef(data) && isDef(i = data.hook) && isDef(i = i.prepatch)) {\n i(oldVnode, vnode);\n }\n\n var oldCh = oldVnode.children;\n var ch = vnode.children;\n if (isDef(data) && isPatchable(vnode)) {\n for (i = 0; i < cbs.update.length; ++i) { cbs.update[i](oldVnode, vnode); }\n if (isDef(i = data.hook) && isDef(i = i.update)) { i(oldVnode, vnode); }\n }\n if (isUndef(vnode.text)) {\n if (isDef(oldCh) && isDef(ch)) {\n if (oldCh !== ch) { updateChildren(elm, oldCh, ch, insertedVnodeQueue, removeOnly); }\n } else if (isDef(ch)) {\n if (process.env.NODE_ENV !== 'production') {\n checkDuplicateKeys(ch);\n }\n if (isDef(oldVnode.text)) { nodeOps.setTextContent(elm, ''); }\n addVnodes(elm, null, ch, 0, ch.length - 1, insertedVnodeQueue);\n } else if (isDef(oldCh)) {\n removeVnodes(oldCh, 0, oldCh.length - 1);\n } else if (isDef(oldVnode.text)) {\n nodeOps.setTextContent(elm, '');\n }\n } else if (oldVnode.text !== vnode.text) {\n nodeOps.setTextContent(elm, vnode.text);\n }\n if (isDef(data)) {\n if (isDef(i = data.hook) && isDef(i = i.postpatch)) { i(oldVnode, vnode); }\n }\n }\n\n function invokeInsertHook (vnode, queue, initial) {\n // delay insert hooks for component root nodes, invoke them after the\n // element is really inserted\n if (isTrue(initial) && isDef(vnode.parent)) {\n vnode.parent.data.pendingInsert = queue;\n } else {\n for (var i = 0; i < queue.length; ++i) {\n queue[i].data.hook.insert(queue[i]);\n }\n }\n }\n\n var hydrationBailed = false;\n // list of modules that can skip create hook during hydration because they\n // are already rendered on the client or has no need for initialization\n // Note: style is excluded because it relies on initial clone for future\n // deep updates (#7063).\n var isRenderedModule = makeMap('attrs,class,staticClass,staticStyle,key');\n\n // Note: this is a browser-only function so we can assume elms are DOM nodes.\n function hydrate (elm, vnode, insertedVnodeQueue, inVPre) {\n var i;\n var tag = vnode.tag;\n var data = vnode.data;\n var children = vnode.children;\n inVPre = inVPre || (data && data.pre);\n vnode.elm = elm;\n\n if (isTrue(vnode.isComment) && isDef(vnode.asyncFactory)) {\n vnode.isAsyncPlaceholder = true;\n return true\n }\n // assert node match\n if (process.env.NODE_ENV !== 'production') {\n if (!assertNodeMatch(elm, vnode, inVPre)) {\n return false\n }\n }\n if (isDef(data)) {\n if (isDef(i = data.hook) && isDef(i = i.init)) { i(vnode, true /* hydrating */); }\n if (isDef(i = vnode.componentInstance)) {\n // child component. it should have hydrated its own tree.\n initComponent(vnode, insertedVnodeQueue);\n return true\n }\n }\n if (isDef(tag)) {\n if (isDef(children)) {\n // empty element, allow client to pick up and populate children\n if (!elm.hasChildNodes()) {\n createChildren(vnode, children, insertedVnodeQueue);\n } else {\n // v-html and domProps: innerHTML\n if (isDef(i = data) && isDef(i = i.domProps) && isDef(i = i.innerHTML)) {\n if (i !== elm.innerHTML) {\n /* istanbul ignore if */\n if (process.env.NODE_ENV !== 'production' &&\n typeof console !== 'undefined' &&\n !hydrationBailed\n ) {\n hydrationBailed = true;\n console.warn('Parent: ', elm);\n console.warn('server innerHTML: ', i);\n console.warn('client innerHTML: ', elm.innerHTML);\n }\n return false\n }\n } else {\n // iterate and compare children lists\n var childrenMatch = true;\n var childNode = elm.firstChild;\n for (var i$1 = 0; i$1 < children.length; i$1++) {\n if (!childNode || !hydrate(childNode, children[i$1], insertedVnodeQueue, inVPre)) {\n childrenMatch = false;\n break\n }\n childNode = childNode.nextSibling;\n }\n // if childNode is not null, it means the actual childNodes list is\n // longer than the virtual children list.\n if (!childrenMatch || childNode) {\n /* istanbul ignore if */\n if (process.env.NODE_ENV !== 'production' &&\n typeof console !== 'undefined' &&\n !hydrationBailed\n ) {\n hydrationBailed = true;\n console.warn('Parent: ', elm);\n console.warn('Mismatching childNodes vs. VNodes: ', elm.childNodes, children);\n }\n return false\n }\n }\n }\n }\n if (isDef(data)) {\n var fullInvoke = false;\n for (var key in data) {\n if (!isRenderedModule(key)) {\n fullInvoke = true;\n invokeCreateHooks(vnode, insertedVnodeQueue);\n break\n }\n }\n if (!fullInvoke && data['class']) {\n // ensure collecting deps for deep class bindings for future updates\n traverse(data['class']);\n }\n }\n } else if (elm.data !== vnode.text) {\n elm.data = vnode.text;\n }\n return true\n }\n\n function assertNodeMatch (node, vnode, inVPre) {\n if (isDef(vnode.tag)) {\n return vnode.tag.indexOf('vue-component') === 0 || (\n !isUnknownElement$$1(vnode, inVPre) &&\n vnode.tag.toLowerCase() === (node.tagName && node.tagName.toLowerCase())\n )\n } else {\n return node.nodeType === (vnode.isComment ? 8 : 3)\n }\n }\n\n return function patch (oldVnode, vnode, hydrating, removeOnly) {\n if (isUndef(vnode)) {\n if (isDef(oldVnode)) { invokeDestroyHook(oldVnode); }\n return\n }\n\n var isInitialPatch = false;\n var insertedVnodeQueue = [];\n\n if (isUndef(oldVnode)) {\n // empty mount (likely as component), create new root element\n isInitialPatch = true;\n createElm(vnode, insertedVnodeQueue);\n } else {\n var isRealElement = isDef(oldVnode.nodeType);\n if (!isRealElement && sameVnode(oldVnode, vnode)) {\n // patch existing root node\n patchVnode(oldVnode, vnode, insertedVnodeQueue, null, null, removeOnly);\n } else {\n if (isRealElement) {\n // mounting to a real element\n // check if this is server-rendered content and if we can perform\n // a successful hydration.\n if (oldVnode.nodeType === 1 && oldVnode.hasAttribute(SSR_ATTR)) {\n oldVnode.removeAttribute(SSR_ATTR);\n hydrating = true;\n }\n if (isTrue(hydrating)) {\n if (hydrate(oldVnode, vnode, insertedVnodeQueue)) {\n invokeInsertHook(vnode, insertedVnodeQueue, true);\n return oldVnode\n } else if (process.env.NODE_ENV !== 'production') {\n warn(\n 'The client-side rendered virtual DOM tree is not matching ' +\n 'server-rendered content. This is likely caused by incorrect ' +\n 'HTML markup, for example nesting block-level elements inside ' +\n '<p>, or missing <tbody>. Bailing hydration and performing ' +\n 'full client-side render.'\n );\n }\n }\n // either not server-rendered, or hydration failed.\n // create an empty node and replace it\n oldVnode = emptyNodeAt(oldVnode);\n }\n\n // replacing existing element\n var oldElm = oldVnode.elm;\n var parentElm = nodeOps.parentNode(oldElm);\n\n // create new node\n createElm(\n vnode,\n insertedVnodeQueue,\n // extremely rare edge case: do not insert if old element is in a\n // leaving transition. Only happens when combining transition +\n // keep-alive + HOCs. (#4590)\n oldElm._leaveCb ? null : parentElm,\n nodeOps.nextSibling(oldElm)\n );\n\n // update parent placeholder node element, recursively\n if (isDef(vnode.parent)) {\n var ancestor = vnode.parent;\n var patchable = isPatchable(vnode);\n while (ancestor) {\n for (var i = 0; i < cbs.destroy.length; ++i) {\n cbs.destroy[i](ancestor);\n }\n ancestor.elm = vnode.elm;\n if (patchable) {\n for (var i$1 = 0; i$1 < cbs.create.length; ++i$1) {\n cbs.create[i$1](emptyNode, ancestor);\n }\n // #6513\n // invoke insert hooks that may have been merged by create hooks.\n // e.g. for directives that uses the \"inserted\" hook.\n var insert = ancestor.data.hook.insert;\n if (insert.merged) {\n // start at index 1 to avoid re-invoking component mounted hook\n for (var i$2 = 1; i$2 < insert.fns.length; i$2++) {\n insert.fns[i$2]();\n }\n }\n } else {\n registerRef(ancestor);\n }\n ancestor = ancestor.parent;\n }\n }\n\n // destroy old node\n if (isDef(parentElm)) {\n removeVnodes([oldVnode], 0, 0);\n } else if (isDef(oldVnode.tag)) {\n invokeDestroyHook(oldVnode);\n }\n }\n }\n\n invokeInsertHook(vnode, insertedVnodeQueue, isInitialPatch);\n return vnode.elm\n }\n}\n\n/* */\n\nvar directives = {\n create: updateDirectives,\n update: updateDirectives,\n destroy: function unbindDirectives (vnode) {\n updateDirectives(vnode, emptyNode);\n }\n};\n\nfunction updateDirectives (oldVnode, vnode) {\n if (oldVnode.data.directives || vnode.data.directives) {\n _update(oldVnode, vnode);\n }\n}\n\nfunction _update (oldVnode, vnode) {\n var isCreate = oldVnode === emptyNode;\n var isDestroy = vnode === emptyNode;\n var oldDirs = normalizeDirectives$1(oldVnode.data.directives, oldVnode.context);\n var newDirs = normalizeDirectives$1(vnode.data.directives, vnode.context);\n\n var dirsWithInsert = [];\n var dirsWithPostpatch = [];\n\n var key, oldDir, dir;\n for (key in newDirs) {\n oldDir = oldDirs[key];\n dir = newDirs[key];\n if (!oldDir) {\n // new directive, bind\n callHook$1(dir, 'bind', vnode, oldVnode);\n if (dir.def && dir.def.inserted) {\n dirsWithInsert.push(dir);\n }\n } else {\n // existing directive, update\n dir.oldValue = oldDir.value;\n dir.oldArg = oldDir.arg;\n callHook$1(dir, 'update', vnode, oldVnode);\n if (dir.def && dir.def.componentUpdated) {\n dirsWithPostpatch.push(dir);\n }\n }\n }\n\n if (dirsWithInsert.length) {\n var callInsert = function () {\n for (var i = 0; i < dirsWithInsert.length; i++) {\n callHook$1(dirsWithInsert[i], 'inserted', vnode, oldVnode);\n }\n };\n if (isCreate) {\n mergeVNodeHook(vnode, 'insert', callInsert);\n } else {\n callInsert();\n }\n }\n\n if (dirsWithPostpatch.length) {\n mergeVNodeHook(vnode, 'postpatch', function () {\n for (var i = 0; i < dirsWithPostpatch.length; i++) {\n callHook$1(dirsWithPostpatch[i], 'componentUpdated', vnode, oldVnode);\n }\n });\n }\n\n if (!isCreate) {\n for (key in oldDirs) {\n if (!newDirs[key]) {\n // no longer present, unbind\n callHook$1(oldDirs[key], 'unbind', oldVnode, oldVnode, isDestroy);\n }\n }\n }\n}\n\nvar emptyModifiers = Object.create(null);\n\nfunction normalizeDirectives$1 (\n dirs,\n vm\n) {\n var res = Object.create(null);\n if (!dirs) {\n // $flow-disable-line\n return res\n }\n var i, dir;\n for (i = 0; i < dirs.length; i++) {\n dir = dirs[i];\n if (!dir.modifiers) {\n // $flow-disable-line\n dir.modifiers = emptyModifiers;\n }\n res[getRawDirName(dir)] = dir;\n dir.def = resolveAsset(vm.$options, 'directives', dir.name, true);\n }\n // $flow-disable-line\n return res\n}\n\nfunction getRawDirName (dir) {\n return dir.rawName || ((dir.name) + \".\" + (Object.keys(dir.modifiers || {}).join('.')))\n}\n\nfunction callHook$1 (dir, hook, vnode, oldVnode, isDestroy) {\n var fn = dir.def && dir.def[hook];\n if (fn) {\n try {\n fn(vnode.elm, dir, vnode, oldVnode, isDestroy);\n } catch (e) {\n handleError(e, vnode.context, (\"directive \" + (dir.name) + \" \" + hook + \" hook\"));\n }\n }\n}\n\nvar baseModules = [\n ref,\n directives\n];\n\n/* */\n\nfunction updateAttrs (oldVnode, vnode) {\n var opts = vnode.componentOptions;\n if (isDef(opts) && opts.Ctor.options.inheritAttrs === false) {\n return\n }\n if (isUndef(oldVnode.data.attrs) && isUndef(vnode.data.attrs)) {\n return\n }\n var key, cur, old;\n var elm = vnode.elm;\n var oldAttrs = oldVnode.data.attrs || {};\n var attrs = vnode.data.attrs || {};\n // clone observed objects, as the user probably wants to mutate it\n if (isDef(attrs.__ob__)) {\n attrs = vnode.data.attrs = extend({}, attrs);\n }\n\n for (key in attrs) {\n cur = attrs[key];\n old = oldAttrs[key];\n if (old !== cur) {\n setAttr(elm, key, cur);\n }\n }\n // #4391: in IE9, setting type can reset value for input[type=radio]\n // #6666: IE/Edge forces progress value down to 1 before setting a max\n /* istanbul ignore if */\n if ((isIE || isEdge) && attrs.value !== oldAttrs.value) {\n setAttr(elm, 'value', attrs.value);\n }\n for (key in oldAttrs) {\n if (isUndef(attrs[key])) {\n if (isXlink(key)) {\n elm.removeAttributeNS(xlinkNS, getXlinkProp(key));\n } else if (!isEnumeratedAttr(key)) {\n elm.removeAttribute(key);\n }\n }\n }\n}\n\nfunction setAttr (el, key, value) {\n if (el.tagName.indexOf('-') > -1) {\n baseSetAttr(el, key, value);\n } else if (isBooleanAttr(key)) {\n // set attribute for blank value\n // e.g. <option disabled>Select one</option>\n if (isFalsyAttrValue(value)) {\n el.removeAttribute(key);\n } else {\n // technically allowfullscreen is a boolean attribute for <iframe>,\n // but Flash expects a value of \"true\" when used on <embed> tag\n value = key === 'allowfullscreen' && el.tagName === 'EMBED'\n ? 'true'\n : key;\n el.setAttribute(key, value);\n }\n } else if (isEnumeratedAttr(key)) {\n el.setAttribute(key, convertEnumeratedValue(key, value));\n } else if (isXlink(key)) {\n if (isFalsyAttrValue(value)) {\n el.removeAttributeNS(xlinkNS, getXlinkProp(key));\n } else {\n el.setAttributeNS(xlinkNS, key, value);\n }\n } else {\n baseSetAttr(el, key, value);\n }\n}\n\nfunction baseSetAttr (el, key, value) {\n if (isFalsyAttrValue(value)) {\n el.removeAttribute(key);\n } else {\n // #7138: IE10 & 11 fires input event when setting placeholder on\n // <textarea>... block the first input event and remove the blocker\n // immediately.\n /* istanbul ignore if */\n if (\n isIE && !isIE9 &&\n el.tagName === 'TEXTAREA' &&\n key === 'placeholder' && value !== '' && !el.__ieph\n ) {\n var blocker = function (e) {\n e.stopImmediatePropagation();\n el.removeEventListener('input', blocker);\n };\n el.addEventListener('input', blocker);\n // $flow-disable-line\n el.__ieph = true; /* IE placeholder patched */\n }\n el.setAttribute(key, value);\n }\n}\n\nvar attrs = {\n create: updateAttrs,\n update: updateAttrs\n};\n\n/* */\n\nfunction updateClass (oldVnode, vnode) {\n var el = vnode.elm;\n var data = vnode.data;\n var oldData = oldVnode.data;\n if (\n isUndef(data.staticClass) &&\n isUndef(data.class) && (\n isUndef(oldData) || (\n isUndef(oldData.staticClass) &&\n isUndef(oldData.class)\n )\n )\n ) {\n return\n }\n\n var cls = genClassForVnode(vnode);\n\n // handle transition classes\n var transitionClass = el._transitionClasses;\n if (isDef(transitionClass)) {\n cls = concat(cls, stringifyClass(transitionClass));\n }\n\n // set the class\n if (cls !== el._prevClass) {\n el.setAttribute('class', cls);\n el._prevClass = cls;\n }\n}\n\nvar klass = {\n create: updateClass,\n update: updateClass\n};\n\n/* */\n\n/* */\n\n/* */\n\n/* */\n\n// in some cases, the event used has to be determined at runtime\n// so we used some reserved tokens during compile.\nvar RANGE_TOKEN = '__r';\nvar CHECKBOX_RADIO_TOKEN = '__c';\n\n/* */\n\n// normalize v-model event tokens that can only be determined at runtime.\n// it's important to place the event as the first in the array because\n// the whole point is ensuring the v-model callback gets called before\n// user-attached handlers.\nfunction normalizeEvents (on) {\n /* istanbul ignore if */\n if (isDef(on[RANGE_TOKEN])) {\n // IE input[type=range] only supports `change` event\n var event = isIE ? 'change' : 'input';\n on[event] = [].concat(on[RANGE_TOKEN], on[event] || []);\n delete on[RANGE_TOKEN];\n }\n // This was originally intended to fix #4521 but no longer necessary\n // after 2.5. Keeping it for backwards compat with generated code from < 2.4\n /* istanbul ignore if */\n if (isDef(on[CHECKBOX_RADIO_TOKEN])) {\n on.change = [].concat(on[CHECKBOX_RADIO_TOKEN], on.change || []);\n delete on[CHECKBOX_RADIO_TOKEN];\n }\n}\n\nvar target$1;\n\nfunction createOnceHandler$1 (event, handler, capture) {\n var _target = target$1; // save current target element in closure\n return function onceHandler () {\n var res = handler.apply(null, arguments);\n if (res !== null) {\n remove$2(event, onceHandler, capture, _target);\n }\n }\n}\n\n// #9446: Firefox <= 53 (in particular, ESR 52) has incorrect Event.timeStamp\n// implementation and does not fire microtasks in between event propagation, so\n// safe to exclude.\nvar useMicrotaskFix = isUsingMicroTask && !(isFF && Number(isFF[1]) <= 53);\n\nfunction add$1 (\n name,\n handler,\n capture,\n passive\n) {\n // async edge case #6566: inner click event triggers patch, event handler\n // attached to outer element during patch, and triggered again. This\n // happens because browsers fire microtask ticks between event propagation.\n // the solution is simple: we save the timestamp when a handler is attached,\n // and the handler would only fire if the event passed to it was fired\n // AFTER it was attached.\n if (useMicrotaskFix) {\n var attachedTimestamp = currentFlushTimestamp;\n var original = handler;\n handler = original._wrapper = function (e) {\n if (\n // no bubbling, should always fire.\n // this is just a safety net in case event.timeStamp is unreliable in\n // certain weird environments...\n e.target === e.currentTarget ||\n // event is fired after handler attachment\n e.timeStamp >= attachedTimestamp ||\n // bail for environments that have buggy event.timeStamp implementations\n // #9462 iOS 9 bug: event.timeStamp is 0 after history.pushState\n // #9681 QtWebEngine event.timeStamp is negative value\n e.timeStamp <= 0 ||\n // #9448 bail if event is fired in another document in a multi-page\n // electron/nw.js app, since event.timeStamp will be using a different\n // starting reference\n e.target.ownerDocument !== document\n ) {\n return original.apply(this, arguments)\n }\n };\n }\n target$1.addEventListener(\n name,\n handler,\n supportsPassive\n ? { capture: capture, passive: passive }\n : capture\n );\n}\n\nfunction remove$2 (\n name,\n handler,\n capture,\n _target\n) {\n (_target || target$1).removeEventListener(\n name,\n handler._wrapper || handler,\n capture\n );\n}\n\nfunction updateDOMListeners (oldVnode, vnode) {\n if (isUndef(oldVnode.data.on) && isUndef(vnode.data.on)) {\n return\n }\n var on = vnode.data.on || {};\n var oldOn = oldVnode.data.on || {};\n target$1 = vnode.elm;\n normalizeEvents(on);\n updateListeners(on, oldOn, add$1, remove$2, createOnceHandler$1, vnode.context);\n target$1 = undefined;\n}\n\nvar events = {\n create: updateDOMListeners,\n update: updateDOMListeners\n};\n\n/* */\n\nvar svgContainer;\n\nfunction updateDOMProps (oldVnode, vnode) {\n if (isUndef(oldVnode.data.domProps) && isUndef(vnode.data.domProps)) {\n return\n }\n var key, cur;\n var elm = vnode.elm;\n var oldProps = oldVnode.data.domProps || {};\n var props = vnode.data.domProps || {};\n // clone observed objects, as the user probably wants to mutate it\n if (isDef(props.__ob__)) {\n props = vnode.data.domProps = extend({}, props);\n }\n\n for (key in oldProps) {\n if (!(key in props)) {\n elm[key] = '';\n }\n }\n\n for (key in props) {\n cur = props[key];\n // ignore children if the node has textContent or innerHTML,\n // as these will throw away existing DOM nodes and cause removal errors\n // on subsequent patches (#3360)\n if (key === 'textContent' || key === 'innerHTML') {\n if (vnode.children) { vnode.children.length = 0; }\n if (cur === oldProps[key]) { continue }\n // #6601 work around Chrome version <= 55 bug where single textNode\n // replaced by innerHTML/textContent retains its parentNode property\n if (elm.childNodes.length === 1) {\n elm.removeChild(elm.childNodes[0]);\n }\n }\n\n if (key === 'value' && elm.tagName !== 'PROGRESS') {\n // store value as _value as well since\n // non-string values will be stringified\n elm._value = cur;\n // avoid resetting cursor position when value is the same\n var strCur = isUndef(cur) ? '' : String(cur);\n if (shouldUpdateValue(elm, strCur)) {\n elm.value = strCur;\n }\n } else if (key === 'innerHTML' && isSVG(elm.tagName) && isUndef(elm.innerHTML)) {\n // IE doesn't support innerHTML for SVG elements\n svgContainer = svgContainer || document.createElement('div');\n svgContainer.innerHTML = \"<svg>\" + cur + \"</svg>\";\n var svg = svgContainer.firstChild;\n while (elm.firstChild) {\n elm.removeChild(elm.firstChild);\n }\n while (svg.firstChild) {\n elm.appendChild(svg.firstChild);\n }\n } else if (\n // skip the update if old and new VDOM state is the same.\n // `value` is handled separately because the DOM value may be temporarily\n // out of sync with VDOM state due to focus, composition and modifiers.\n // This #4521 by skipping the unnecesarry `checked` update.\n cur !== oldProps[key]\n ) {\n // some property updates can throw\n // e.g. `value` on <progress> w/ non-finite value\n try {\n elm[key] = cur;\n } catch (e) {}\n }\n }\n}\n\n// check platforms/web/util/attrs.js acceptValue\n\n\nfunction shouldUpdateValue (elm, checkVal) {\n return (!elm.composing && (\n elm.tagName === 'OPTION' ||\n isNotInFocusAndDirty(elm, checkVal) ||\n isDirtyWithModifiers(elm, checkVal)\n ))\n}\n\nfunction isNotInFocusAndDirty (elm, checkVal) {\n // return true when textbox (.number and .trim) loses focus and its value is\n // not equal to the updated value\n var notInFocus = true;\n // #6157\n // work around IE bug when accessing document.activeElement in an iframe\n try { notInFocus = document.activeElement !== elm; } catch (e) {}\n return notInFocus && elm.value !== checkVal\n}\n\nfunction isDirtyWithModifiers (elm, newVal) {\n var value = elm.value;\n var modifiers = elm._vModifiers; // injected by v-model runtime\n if (isDef(modifiers)) {\n if (modifiers.number) {\n return toNumber(value) !== toNumber(newVal)\n }\n if (modifiers.trim) {\n return value.trim() !== newVal.trim()\n }\n }\n return value !== newVal\n}\n\nvar domProps = {\n create: updateDOMProps,\n update: updateDOMProps\n};\n\n/* */\n\nvar parseStyleText = cached(function (cssText) {\n var res = {};\n var listDelimiter = /;(?![^(]*\\))/g;\n var propertyDelimiter = /:(.+)/;\n cssText.split(listDelimiter).forEach(function (item) {\n if (item) {\n var tmp = item.split(propertyDelimiter);\n tmp.length > 1 && (res[tmp[0].trim()] = tmp[1].trim());\n }\n });\n return res\n});\n\n// merge static and dynamic style data on the same vnode\nfunction normalizeStyleData (data) {\n var style = normalizeStyleBinding(data.style);\n // static style is pre-processed into an object during compilation\n // and is always a fresh object, so it's safe to merge into it\n return data.staticStyle\n ? extend(data.staticStyle, style)\n : style\n}\n\n// normalize possible array / string values into Object\nfunction normalizeStyleBinding (bindingStyle) {\n if (Array.isArray(bindingStyle)) {\n return toObject(bindingStyle)\n }\n if (typeof bindingStyle === 'string') {\n return parseStyleText(bindingStyle)\n }\n return bindingStyle\n}\n\n/**\n * parent component style should be after child's\n * so that parent component's style could override it\n */\nfunction getStyle (vnode, checkChild) {\n var res = {};\n var styleData;\n\n if (checkChild) {\n var childNode = vnode;\n while (childNode.componentInstance) {\n childNode = childNode.componentInstance._vnode;\n if (\n childNode && childNode.data &&\n (styleData = normalizeStyleData(childNode.data))\n ) {\n extend(res, styleData);\n }\n }\n }\n\n if ((styleData = normalizeStyleData(vnode.data))) {\n extend(res, styleData);\n }\n\n var parentNode = vnode;\n while ((parentNode = parentNode.parent)) {\n if (parentNode.data && (styleData = normalizeStyleData(parentNode.data))) {\n extend(res, styleData);\n }\n }\n return res\n}\n\n/* */\n\nvar cssVarRE = /^--/;\nvar importantRE = /\\s*!important$/;\nvar setProp = function (el, name, val) {\n /* istanbul ignore if */\n if (cssVarRE.test(name)) {\n el.style.setProperty(name, val);\n } else if (importantRE.test(val)) {\n el.style.setProperty(hyphenate(name), val.replace(importantRE, ''), 'important');\n } else {\n var normalizedName = normalize(name);\n if (Array.isArray(val)) {\n // Support values array created by autoprefixer, e.g.\n // {display: [\"-webkit-box\", \"-ms-flexbox\", \"flex\"]}\n // Set them one by one, and the browser will only set those it can recognize\n for (var i = 0, len = val.length; i < len; i++) {\n el.style[normalizedName] = val[i];\n }\n } else {\n el.style[normalizedName] = val;\n }\n }\n};\n\nvar vendorNames = ['Webkit', 'Moz', 'ms'];\n\nvar emptyStyle;\nvar normalize = cached(function (prop) {\n emptyStyle = emptyStyle || document.createElement('div').style;\n prop = camelize(prop);\n if (prop !== 'filter' && (prop in emptyStyle)) {\n return prop\n }\n var capName = prop.charAt(0).toUpperCase() + prop.slice(1);\n for (var i = 0; i < vendorNames.length; i++) {\n var name = vendorNames[i] + capName;\n if (name in emptyStyle) {\n return name\n }\n }\n});\n\nfunction updateStyle (oldVnode, vnode) {\n var data = vnode.data;\n var oldData = oldVnode.data;\n\n if (isUndef(data.staticStyle) && isUndef(data.style) &&\n isUndef(oldData.staticStyle) && isUndef(oldData.style)\n ) {\n return\n }\n\n var cur, name;\n var el = vnode.elm;\n var oldStaticStyle = oldData.staticStyle;\n var oldStyleBinding = oldData.normalizedStyle || oldData.style || {};\n\n // if static style exists, stylebinding already merged into it when doing normalizeStyleData\n var oldStyle = oldStaticStyle || oldStyleBinding;\n\n var style = normalizeStyleBinding(vnode.data.style) || {};\n\n // store normalized style under a different key for next diff\n // make sure to clone it if it's reactive, since the user likely wants\n // to mutate it.\n vnode.data.normalizedStyle = isDef(style.__ob__)\n ? extend({}, style)\n : style;\n\n var newStyle = getStyle(vnode, true);\n\n for (name in oldStyle) {\n if (isUndef(newStyle[name])) {\n setProp(el, name, '');\n }\n }\n for (name in newStyle) {\n cur = newStyle[name];\n if (cur !== oldStyle[name]) {\n // ie9 setting to null has no effect, must use empty string\n setProp(el, name, cur == null ? '' : cur);\n }\n }\n}\n\nvar style = {\n create: updateStyle,\n update: updateStyle\n};\n\n/* */\n\nvar whitespaceRE = /\\s+/;\n\n/**\n * Add class with compatibility for SVG since classList is not supported on\n * SVG elements in IE\n */\nfunction addClass (el, cls) {\n /* istanbul ignore if */\n if (!cls || !(cls = cls.trim())) {\n return\n }\n\n /* istanbul ignore else */\n if (el.classList) {\n if (cls.indexOf(' ') > -1) {\n cls.split(whitespaceRE).forEach(function (c) { return el.classList.add(c); });\n } else {\n el.classList.add(cls);\n }\n } else {\n var cur = \" \" + (el.getAttribute('class') || '') + \" \";\n if (cur.indexOf(' ' + cls + ' ') < 0) {\n el.setAttribute('class', (cur + cls).trim());\n }\n }\n}\n\n/**\n * Remove class with compatibility for SVG since classList is not supported on\n * SVG elements in IE\n */\nfunction removeClass (el, cls) {\n /* istanbul ignore if */\n if (!cls || !(cls = cls.trim())) {\n return\n }\n\n /* istanbul ignore else */\n if (el.classList) {\n if (cls.indexOf(' ') > -1) {\n cls.split(whitespaceRE).forEach(function (c) { return el.classList.remove(c); });\n } else {\n el.classList.remove(cls);\n }\n if (!el.classList.length) {\n el.removeAttribute('class');\n }\n } else {\n var cur = \" \" + (el.getAttribute('class') || '') + \" \";\n var tar = ' ' + cls + ' ';\n while (cur.indexOf(tar) >= 0) {\n cur = cur.replace(tar, ' ');\n }\n cur = cur.trim();\n if (cur) {\n el.setAttribute('class', cur);\n } else {\n el.removeAttribute('class');\n }\n }\n}\n\n/* */\n\nfunction resolveTransition (def$$1) {\n if (!def$$1) {\n return\n }\n /* istanbul ignore else */\n if (typeof def$$1 === 'object') {\n var res = {};\n if (def$$1.css !== false) {\n extend(res, autoCssTransition(def$$1.name || 'v'));\n }\n extend(res, def$$1);\n return res\n } else if (typeof def$$1 === 'string') {\n return autoCssTransition(def$$1)\n }\n}\n\nvar autoCssTransition = cached(function (name) {\n return {\n enterClass: (name + \"-enter\"),\n enterToClass: (name + \"-enter-to\"),\n enterActiveClass: (name + \"-enter-active\"),\n leaveClass: (name + \"-leave\"),\n leaveToClass: (name + \"-leave-to\"),\n leaveActiveClass: (name + \"-leave-active\")\n }\n});\n\nvar hasTransition = inBrowser && !isIE9;\nvar TRANSITION = 'transition';\nvar ANIMATION = 'animation';\n\n// Transition property/event sniffing\nvar transitionProp = 'transition';\nvar transitionEndEvent = 'transitionend';\nvar animationProp = 'animation';\nvar animationEndEvent = 'animationend';\nif (hasTransition) {\n /* istanbul ignore if */\n if (window.ontransitionend === undefined &&\n window.onwebkittransitionend !== undefined\n ) {\n transitionProp = 'WebkitTransition';\n transitionEndEvent = 'webkitTransitionEnd';\n }\n if (window.onanimationend === undefined &&\n window.onwebkitanimationend !== undefined\n ) {\n animationProp = 'WebkitAnimation';\n animationEndEvent = 'webkitAnimationEnd';\n }\n}\n\n// binding to window is necessary to make hot reload work in IE in strict mode\nvar raf = inBrowser\n ? window.requestAnimationFrame\n ? window.requestAnimationFrame.bind(window)\n : setTimeout\n : /* istanbul ignore next */ function (fn) { return fn(); };\n\nfunction nextFrame (fn) {\n raf(function () {\n raf(fn);\n });\n}\n\nfunction addTransitionClass (el, cls) {\n var transitionClasses = el._transitionClasses || (el._transitionClasses = []);\n if (transitionClasses.indexOf(cls) < 0) {\n transitionClasses.push(cls);\n addClass(el, cls);\n }\n}\n\nfunction removeTransitionClass (el, cls) {\n if (el._transitionClasses) {\n remove(el._transitionClasses, cls);\n }\n removeClass(el, cls);\n}\n\nfunction whenTransitionEnds (\n el,\n expectedType,\n cb\n) {\n var ref = getTransitionInfo(el, expectedType);\n var type = ref.type;\n var timeout = ref.timeout;\n var propCount = ref.propCount;\n if (!type) { return cb() }\n var event = type === TRANSITION ? transitionEndEvent : animationEndEvent;\n var ended = 0;\n var end = function () {\n el.removeEventListener(event, onEnd);\n cb();\n };\n var onEnd = function (e) {\n if (e.target === el) {\n if (++ended >= propCount) {\n end();\n }\n }\n };\n setTimeout(function () {\n if (ended < propCount) {\n end();\n }\n }, timeout + 1);\n el.addEventListener(event, onEnd);\n}\n\nvar transformRE = /\\b(transform|all)(,|$)/;\n\nfunction getTransitionInfo (el, expectedType) {\n var styles = window.getComputedStyle(el);\n // JSDOM may return undefined for transition properties\n var transitionDelays = (styles[transitionProp + 'Delay'] || '').split(', ');\n var transitionDurations = (styles[transitionProp + 'Duration'] || '').split(', ');\n var transitionTimeout = getTimeout(transitionDelays, transitionDurations);\n var animationDelays = (styles[animationProp + 'Delay'] || '').split(', ');\n var animationDurations = (styles[animationProp + 'Duration'] || '').split(', ');\n var animationTimeout = getTimeout(animationDelays, animationDurations);\n\n var type;\n var timeout = 0;\n var propCount = 0;\n /* istanbul ignore if */\n if (expectedType === TRANSITION) {\n if (transitionTimeout > 0) {\n type = TRANSITION;\n timeout = transitionTimeout;\n propCount = transitionDurations.length;\n }\n } else if (expectedType === ANIMATION) {\n if (animationTimeout > 0) {\n type = ANIMATION;\n timeout = animationTimeout;\n propCount = animationDurations.length;\n }\n } else {\n timeout = Math.max(transitionTimeout, animationTimeout);\n type = timeout > 0\n ? transitionTimeout > animationTimeout\n ? TRANSITION\n : ANIMATION\n : null;\n propCount = type\n ? type === TRANSITION\n ? transitionDurations.length\n : animationDurations.length\n : 0;\n }\n var hasTransform =\n type === TRANSITION &&\n transformRE.test(styles[transitionProp + 'Property']);\n return {\n type: type,\n timeout: timeout,\n propCount: propCount,\n hasTransform: hasTransform\n }\n}\n\nfunction getTimeout (delays, durations) {\n /* istanbul ignore next */\n while (delays.length < durations.length) {\n delays = delays.concat(delays);\n }\n\n return Math.max.apply(null, durations.map(function (d, i) {\n return toMs(d) + toMs(delays[i])\n }))\n}\n\n// Old versions of Chromium (below 61.0.3163.100) formats floating pointer numbers\n// in a locale-dependent way, using a comma instead of a dot.\n// If comma is not replaced with a dot, the input will be rounded down (i.e. acting\n// as a floor function) causing unexpected behaviors\nfunction toMs (s) {\n return Number(s.slice(0, -1).replace(',', '.')) * 1000\n}\n\n/* */\n\nfunction enter (vnode, toggleDisplay) {\n var el = vnode.elm;\n\n // call leave callback now\n if (isDef(el._leaveCb)) {\n el._leaveCb.cancelled = true;\n el._leaveCb();\n }\n\n var data = resolveTransition(vnode.data.transition);\n if (isUndef(data)) {\n return\n }\n\n /* istanbul ignore if */\n if (isDef(el._enterCb) || el.nodeType !== 1) {\n return\n }\n\n var css = data.css;\n var type = data.type;\n var enterClass = data.enterClass;\n var enterToClass = data.enterToClass;\n var enterActiveClass = data.enterActiveClass;\n var appearClass = data.appearClass;\n var appearToClass = data.appearToClass;\n var appearActiveClass = data.appearActiveClass;\n var beforeEnter = data.beforeEnter;\n var enter = data.enter;\n var afterEnter = data.afterEnter;\n var enterCancelled = data.enterCancelled;\n var beforeAppear = data.beforeAppear;\n var appear = data.appear;\n var afterAppear = data.afterAppear;\n var appearCancelled = data.appearCancelled;\n var duration = data.duration;\n\n // activeInstance will always be the <transition> component managing this\n // transition. One edge case to check is when the <transition> is placed\n // as the root node of a child component. In that case we need to check\n // <transition>'s parent for appear check.\n var context = activeInstance;\n var transitionNode = activeInstance.$vnode;\n while (transitionNode && transitionNode.parent) {\n context = transitionNode.context;\n transitionNode = transitionNode.parent;\n }\n\n var isAppear = !context._isMounted || !vnode.isRootInsert;\n\n if (isAppear && !appear && appear !== '') {\n return\n }\n\n var startClass = isAppear && appearClass\n ? appearClass\n : enterClass;\n var activeClass = isAppear && appearActiveClass\n ? appearActiveClass\n : enterActiveClass;\n var toClass = isAppear && appearToClass\n ? appearToClass\n : enterToClass;\n\n var beforeEnterHook = isAppear\n ? (beforeAppear || beforeEnter)\n : beforeEnter;\n var enterHook = isAppear\n ? (typeof appear === 'function' ? appear : enter)\n : enter;\n var afterEnterHook = isAppear\n ? (afterAppear || afterEnter)\n : afterEnter;\n var enterCancelledHook = isAppear\n ? (appearCancelled || enterCancelled)\n : enterCancelled;\n\n var explicitEnterDuration = toNumber(\n isObject(duration)\n ? duration.enter\n : duration\n );\n\n if (process.env.NODE_ENV !== 'production' && explicitEnterDuration != null) {\n checkDuration(explicitEnterDuration, 'enter', vnode);\n }\n\n var expectsCSS = css !== false && !isIE9;\n var userWantsControl = getHookArgumentsLength(enterHook);\n\n var cb = el._enterCb = once(function () {\n if (expectsCSS) {\n removeTransitionClass(el, toClass);\n removeTransitionClass(el, activeClass);\n }\n if (cb.cancelled) {\n if (expectsCSS) {\n removeTransitionClass(el, startClass);\n }\n enterCancelledHook && enterCancelledHook(el);\n } else {\n afterEnterHook && afterEnterHook(el);\n }\n el._enterCb = null;\n });\n\n if (!vnode.data.show) {\n // remove pending leave element on enter by injecting an insert hook\n mergeVNodeHook(vnode, 'insert', function () {\n var parent = el.parentNode;\n var pendingNode = parent && parent._pending && parent._pending[vnode.key];\n if (pendingNode &&\n pendingNode.tag === vnode.tag &&\n pendingNode.elm._leaveCb\n ) {\n pendingNode.elm._leaveCb();\n }\n enterHook && enterHook(el, cb);\n });\n }\n\n // start enter transition\n beforeEnterHook && beforeEnterHook(el);\n if (expectsCSS) {\n addTransitionClass(el, startClass);\n addTransitionClass(el, activeClass);\n nextFrame(function () {\n removeTransitionClass(el, startClass);\n if (!cb.cancelled) {\n addTransitionClass(el, toClass);\n if (!userWantsControl) {\n if (isValidDuration(explicitEnterDuration)) {\n setTimeout(cb, explicitEnterDuration);\n } else {\n whenTransitionEnds(el, type, cb);\n }\n }\n }\n });\n }\n\n if (vnode.data.show) {\n toggleDisplay && toggleDisplay();\n enterHook && enterHook(el, cb);\n }\n\n if (!expectsCSS && !userWantsControl) {\n cb();\n }\n}\n\nfunction leave (vnode, rm) {\n var el = vnode.elm;\n\n // call enter callback now\n if (isDef(el._enterCb)) {\n el._enterCb.cancelled = true;\n el._enterCb();\n }\n\n var data = resolveTransition(vnode.data.transition);\n if (isUndef(data) || el.nodeType !== 1) {\n return rm()\n }\n\n /* istanbul ignore if */\n if (isDef(el._leaveCb)) {\n return\n }\n\n var css = data.css;\n var type = data.type;\n var leaveClass = data.leaveClass;\n var leaveToClass = data.leaveToClass;\n var leaveActiveClass = data.leaveActiveClass;\n var beforeLeave = data.beforeLeave;\n var leave = data.leave;\n var afterLeave = data.afterLeave;\n var leaveCancelled = data.leaveCancelled;\n var delayLeave = data.delayLeave;\n var duration = data.duration;\n\n var expectsCSS = css !== false && !isIE9;\n var userWantsControl = getHookArgumentsLength(leave);\n\n var explicitLeaveDuration = toNumber(\n isObject(duration)\n ? duration.leave\n : duration\n );\n\n if (process.env.NODE_ENV !== 'production' && isDef(explicitLeaveDuration)) {\n checkDuration(explicitLeaveDuration, 'leave', vnode);\n }\n\n var cb = el._leaveCb = once(function () {\n if (el.parentNode && el.parentNode._pending) {\n el.parentNode._pending[vnode.key] = null;\n }\n if (expectsCSS) {\n removeTransitionClass(el, leaveToClass);\n removeTransitionClass(el, leaveActiveClass);\n }\n if (cb.cancelled) {\n if (expectsCSS) {\n removeTransitionClass(el, leaveClass);\n }\n leaveCancelled && leaveCancelled(el);\n } else {\n rm();\n afterLeave && afterLeave(el);\n }\n el._leaveCb = null;\n });\n\n if (delayLeave) {\n delayLeave(performLeave);\n } else {\n performLeave();\n }\n\n function performLeave () {\n // the delayed leave may have already been cancelled\n if (cb.cancelled) {\n return\n }\n // record leaving element\n if (!vnode.data.show && el.parentNode) {\n (el.parentNode._pending || (el.parentNode._pending = {}))[(vnode.key)] = vnode;\n }\n beforeLeave && beforeLeave(el);\n if (expectsCSS) {\n addTransitionClass(el, leaveClass);\n addTransitionClass(el, leaveActiveClass);\n nextFrame(function () {\n removeTransitionClass(el, leaveClass);\n if (!cb.cancelled) {\n addTransitionClass(el, leaveToClass);\n if (!userWantsControl) {\n if (isValidDuration(explicitLeaveDuration)) {\n setTimeout(cb, explicitLeaveDuration);\n } else {\n whenTransitionEnds(el, type, cb);\n }\n }\n }\n });\n }\n leave && leave(el, cb);\n if (!expectsCSS && !userWantsControl) {\n cb();\n }\n }\n}\n\n// only used in dev mode\nfunction checkDuration (val, name, vnode) {\n if (typeof val !== 'number') {\n warn(\n \"<transition> explicit \" + name + \" duration is not a valid number - \" +\n \"got \" + (JSON.stringify(val)) + \".\",\n vnode.context\n );\n } else if (isNaN(val)) {\n warn(\n \"<transition> explicit \" + name + \" duration is NaN - \" +\n 'the duration expression might be incorrect.',\n vnode.context\n );\n }\n}\n\nfunction isValidDuration (val) {\n return typeof val === 'number' && !isNaN(val)\n}\n\n/**\n * Normalize a transition hook's argument length. The hook may be:\n * - a merged hook (invoker) with the original in .fns\n * - a wrapped component method (check ._length)\n * - a plain function (.length)\n */\nfunction getHookArgumentsLength (fn) {\n if (isUndef(fn)) {\n return false\n }\n var invokerFns = fn.fns;\n if (isDef(invokerFns)) {\n // invoker\n return getHookArgumentsLength(\n Array.isArray(invokerFns)\n ? invokerFns[0]\n : invokerFns\n )\n } else {\n return (fn._length || fn.length) > 1\n }\n}\n\nfunction _enter (_, vnode) {\n if (vnode.data.show !== true) {\n enter(vnode);\n }\n}\n\nvar transition = inBrowser ? {\n create: _enter,\n activate: _enter,\n remove: function remove$$1 (vnode, rm) {\n /* istanbul ignore else */\n if (vnode.data.show !== true) {\n leave(vnode, rm);\n } else {\n rm();\n }\n }\n} : {};\n\nvar platformModules = [\n attrs,\n klass,\n events,\n domProps,\n style,\n transition\n];\n\n/* */\n\n// the directive module should be applied last, after all\n// built-in modules have been applied.\nvar modules = platformModules.concat(baseModules);\n\nvar patch = createPatchFunction({ nodeOps: nodeOps, modules: modules });\n\n/**\n * Not type checking this file because flow doesn't like attaching\n * properties to Elements.\n */\n\n/* istanbul ignore if */\nif (isIE9) {\n // http://www.matts411.com/post/internet-explorer-9-oninput/\n document.addEventListener('selectionchange', function () {\n var el = document.activeElement;\n if (el && el.vmodel) {\n trigger(el, 'input');\n }\n });\n}\n\nvar directive = {\n inserted: function inserted (el, binding, vnode, oldVnode) {\n if (vnode.tag === 'select') {\n // #6903\n if (oldVnode.elm && !oldVnode.elm._vOptions) {\n mergeVNodeHook(vnode, 'postpatch', function () {\n directive.componentUpdated(el, binding, vnode);\n });\n } else {\n setSelected(el, binding, vnode.context);\n }\n el._vOptions = [].map.call(el.options, getValue);\n } else if (vnode.tag === 'textarea' || isTextInputType(el.type)) {\n el._vModifiers = binding.modifiers;\n if (!binding.modifiers.lazy) {\n el.addEventListener('compositionstart', onCompositionStart);\n el.addEventListener('compositionend', onCompositionEnd);\n // Safari < 10.2 & UIWebView doesn't fire compositionend when\n // switching focus before confirming composition choice\n // this also fixes the issue where some browsers e.g. iOS Chrome\n // fires \"change\" instead of \"input\" on autocomplete.\n el.addEventListener('change', onCompositionEnd);\n /* istanbul ignore if */\n if (isIE9) {\n el.vmodel = true;\n }\n }\n }\n },\n\n componentUpdated: function componentUpdated (el, binding, vnode) {\n if (vnode.tag === 'select') {\n setSelected(el, binding, vnode.context);\n // in case the options rendered by v-for have changed,\n // it's possible that the value is out-of-sync with the rendered options.\n // detect such cases and filter out values that no longer has a matching\n // option in the DOM.\n var prevOptions = el._vOptions;\n var curOptions = el._vOptions = [].map.call(el.options, getValue);\n if (curOptions.some(function (o, i) { return !looseEqual(o, prevOptions[i]); })) {\n // trigger change event if\n // no matching option found for at least one value\n var needReset = el.multiple\n ? binding.value.some(function (v) { return hasNoMatchingOption(v, curOptions); })\n : binding.value !== binding.oldValue && hasNoMatchingOption(binding.value, curOptions);\n if (needReset) {\n trigger(el, 'change');\n }\n }\n }\n }\n};\n\nfunction setSelected (el, binding, vm) {\n actuallySetSelected(el, binding, vm);\n /* istanbul ignore if */\n if (isIE || isEdge) {\n setTimeout(function () {\n actuallySetSelected(el, binding, vm);\n }, 0);\n }\n}\n\nfunction actuallySetSelected (el, binding, vm) {\n var value = binding.value;\n var isMultiple = el.multiple;\n if (isMultiple && !Array.isArray(value)) {\n process.env.NODE_ENV !== 'production' && warn(\n \"<select multiple v-model=\\\"\" + (binding.expression) + \"\\\"> \" +\n \"expects an Array value for its binding, but got \" + (Object.prototype.toString.call(value).slice(8, -1)),\n vm\n );\n return\n }\n var selected, option;\n for (var i = 0, l = el.options.length; i < l; i++) {\n option = el.options[i];\n if (isMultiple) {\n selected = looseIndexOf(value, getValue(option)) > -1;\n if (option.selected !== selected) {\n option.selected = selected;\n }\n } else {\n if (looseEqual(getValue(option), value)) {\n if (el.selectedIndex !== i) {\n el.selectedIndex = i;\n }\n return\n }\n }\n }\n if (!isMultiple) {\n el.selectedIndex = -1;\n }\n}\n\nfunction hasNoMatchingOption (value, options) {\n return options.every(function (o) { return !looseEqual(o, value); })\n}\n\nfunction getValue (option) {\n return '_value' in option\n ? option._value\n : option.value\n}\n\nfunction onCompositionStart (e) {\n e.target.composing = true;\n}\n\nfunction onCompositionEnd (e) {\n // prevent triggering an input event for no reason\n if (!e.target.composing) { return }\n e.target.composing = false;\n trigger(e.target, 'input');\n}\n\nfunction trigger (el, type) {\n var e = document.createEvent('HTMLEvents');\n e.initEvent(type, true, true);\n el.dispatchEvent(e);\n}\n\n/* */\n\n// recursively search for possible transition defined inside the component root\nfunction locateNode (vnode) {\n return vnode.componentInstance && (!vnode.data || !vnode.data.transition)\n ? locateNode(vnode.componentInstance._vnode)\n : vnode\n}\n\nvar show = {\n bind: function bind (el, ref, vnode) {\n var value = ref.value;\n\n vnode = locateNode(vnode);\n var transition$$1 = vnode.data && vnode.data.transition;\n var originalDisplay = el.__vOriginalDisplay =\n el.style.display === 'none' ? '' : el.style.display;\n if (value && transition$$1) {\n vnode.data.show = true;\n enter(vnode, function () {\n el.style.display = originalDisplay;\n });\n } else {\n el.style.display = value ? originalDisplay : 'none';\n }\n },\n\n update: function update (el, ref, vnode) {\n var value = ref.value;\n var oldValue = ref.oldValue;\n\n /* istanbul ignore if */\n if (!value === !oldValue) { return }\n vnode = locateNode(vnode);\n var transition$$1 = vnode.data && vnode.data.transition;\n if (transition$$1) {\n vnode.data.show = true;\n if (value) {\n enter(vnode, function () {\n el.style.display = el.__vOriginalDisplay;\n });\n } else {\n leave(vnode, function () {\n el.style.display = 'none';\n });\n }\n } else {\n el.style.display = value ? el.__vOriginalDisplay : 'none';\n }\n },\n\n unbind: function unbind (\n el,\n binding,\n vnode,\n oldVnode,\n isDestroy\n ) {\n if (!isDestroy) {\n el.style.display = el.__vOriginalDisplay;\n }\n }\n};\n\nvar platformDirectives = {\n model: directive,\n show: show\n};\n\n/* */\n\nvar transitionProps = {\n name: String,\n appear: Boolean,\n css: Boolean,\n mode: String,\n type: String,\n enterClass: String,\n leaveClass: String,\n enterToClass: String,\n leaveToClass: String,\n enterActiveClass: String,\n leaveActiveClass: String,\n appearClass: String,\n appearActiveClass: String,\n appearToClass: String,\n duration: [Number, String, Object]\n};\n\n// in case the child is also an abstract component, e.g. <keep-alive>\n// we want to recursively retrieve the real component to be rendered\nfunction getRealChild (vnode) {\n var compOptions = vnode && vnode.componentOptions;\n if (compOptions && compOptions.Ctor.options.abstract) {\n return getRealChild(getFirstComponentChild(compOptions.children))\n } else {\n return vnode\n }\n}\n\nfunction extractTransitionData (comp) {\n var data = {};\n var options = comp.$options;\n // props\n for (var key in options.propsData) {\n data[key] = comp[key];\n }\n // events.\n // extract listeners and pass them directly to the transition methods\n var listeners = options._parentListeners;\n for (var key$1 in listeners) {\n data[camelize(key$1)] = listeners[key$1];\n }\n return data\n}\n\nfunction placeholder (h, rawChild) {\n if (/\\d-keep-alive$/.test(rawChild.tag)) {\n return h('keep-alive', {\n props: rawChild.componentOptions.propsData\n })\n }\n}\n\nfunction hasParentTransition (vnode) {\n while ((vnode = vnode.parent)) {\n if (vnode.data.transition) {\n return true\n }\n }\n}\n\nfunction isSameChild (child, oldChild) {\n return oldChild.key === child.key && oldChild.tag === child.tag\n}\n\nvar isNotTextNode = function (c) { return c.tag || isAsyncPlaceholder(c); };\n\nvar isVShowDirective = function (d) { return d.name === 'show'; };\n\nvar Transition = {\n name: 'transition',\n props: transitionProps,\n abstract: true,\n\n render: function render (h) {\n var this$1 = this;\n\n var children = this.$slots.default;\n if (!children) {\n return\n }\n\n // filter out text nodes (possible whitespaces)\n children = children.filter(isNotTextNode);\n /* istanbul ignore if */\n if (!children.length) {\n return\n }\n\n // warn multiple elements\n if (process.env.NODE_ENV !== 'production' && children.length > 1) {\n warn(\n '<transition> can only be used on a single element. Use ' +\n '<transition-group> for lists.',\n this.$parent\n );\n }\n\n var mode = this.mode;\n\n // warn invalid mode\n if (process.env.NODE_ENV !== 'production' &&\n mode && mode !== 'in-out' && mode !== 'out-in'\n ) {\n warn(\n 'invalid <transition> mode: ' + mode,\n this.$parent\n );\n }\n\n var rawChild = children[0];\n\n // if this is a component root node and the component's\n // parent container node also has transition, skip.\n if (hasParentTransition(this.$vnode)) {\n return rawChild\n }\n\n // apply transition data to child\n // use getRealChild() to ignore abstract components e.g. keep-alive\n var child = getRealChild(rawChild);\n /* istanbul ignore if */\n if (!child) {\n return rawChild\n }\n\n if (this._leaving) {\n return placeholder(h, rawChild)\n }\n\n // ensure a key that is unique to the vnode type and to this transition\n // component instance. This key will be used to remove pending leaving nodes\n // during entering.\n var id = \"__transition-\" + (this._uid) + \"-\";\n child.key = child.key == null\n ? child.isComment\n ? id + 'comment'\n : id + child.tag\n : isPrimitive(child.key)\n ? (String(child.key).indexOf(id) === 0 ? child.key : id + child.key)\n : child.key;\n\n var data = (child.data || (child.data = {})).transition = extractTransitionData(this);\n var oldRawChild = this._vnode;\n var oldChild = getRealChild(oldRawChild);\n\n // mark v-show\n // so that the transition module can hand over the control to the directive\n if (child.data.directives && child.data.directives.some(isVShowDirective)) {\n child.data.show = true;\n }\n\n if (\n oldChild &&\n oldChild.data &&\n !isSameChild(child, oldChild) &&\n !isAsyncPlaceholder(oldChild) &&\n // #6687 component root is a comment node\n !(oldChild.componentInstance && oldChild.componentInstance._vnode.isComment)\n ) {\n // replace old child transition data with fresh one\n // important for dynamic transitions!\n var oldData = oldChild.data.transition = extend({}, data);\n // handle transition mode\n if (mode === 'out-in') {\n // return placeholder node and queue update when leave finishes\n this._leaving = true;\n mergeVNodeHook(oldData, 'afterLeave', function () {\n this$1._leaving = false;\n this$1.$forceUpdate();\n });\n return placeholder(h, rawChild)\n } else if (mode === 'in-out') {\n if (isAsyncPlaceholder(child)) {\n return oldRawChild\n }\n var delayedLeave;\n var performLeave = function () { delayedLeave(); };\n mergeVNodeHook(data, 'afterEnter', performLeave);\n mergeVNodeHook(data, 'enterCancelled', performLeave);\n mergeVNodeHook(oldData, 'delayLeave', function (leave) { delayedLeave = leave; });\n }\n }\n\n return rawChild\n }\n};\n\n/* */\n\nvar props = extend({\n tag: String,\n moveClass: String\n}, transitionProps);\n\ndelete props.mode;\n\nvar TransitionGroup = {\n props: props,\n\n beforeMount: function beforeMount () {\n var this$1 = this;\n\n var update = this._update;\n this._update = function (vnode, hydrating) {\n var restoreActiveInstance = setActiveInstance(this$1);\n // force removing pass\n this$1.__patch__(\n this$1._vnode,\n this$1.kept,\n false, // hydrating\n true // removeOnly (!important, avoids unnecessary moves)\n );\n this$1._vnode = this$1.kept;\n restoreActiveInstance();\n update.call(this$1, vnode, hydrating);\n };\n },\n\n render: function render (h) {\n var tag = this.tag || this.$vnode.data.tag || 'span';\n var map = Object.create(null);\n var prevChildren = this.prevChildren = this.children;\n var rawChildren = this.$slots.default || [];\n var children = this.children = [];\n var transitionData = extractTransitionData(this);\n\n for (var i = 0; i < rawChildren.length; i++) {\n var c = rawChildren[i];\n if (c.tag) {\n if (c.key != null && String(c.key).indexOf('__vlist') !== 0) {\n children.push(c);\n map[c.key] = c\n ;(c.data || (c.data = {})).transition = transitionData;\n } else if (process.env.NODE_ENV !== 'production') {\n var opts = c.componentOptions;\n var name = opts ? (opts.Ctor.options.name || opts.tag || '') : c.tag;\n warn((\"<transition-group> children must be keyed: <\" + name + \">\"));\n }\n }\n }\n\n if (prevChildren) {\n var kept = [];\n var removed = [];\n for (var i$1 = 0; i$1 < prevChildren.length; i$1++) {\n var c$1 = prevChildren[i$1];\n c$1.data.transition = transitionData;\n c$1.data.pos = c$1.elm.getBoundingClientRect();\n if (map[c$1.key]) {\n kept.push(c$1);\n } else {\n removed.push(c$1);\n }\n }\n this.kept = h(tag, null, kept);\n this.removed = removed;\n }\n\n return h(tag, null, children)\n },\n\n updated: function updated () {\n var children = this.prevChildren;\n var moveClass = this.moveClass || ((this.name || 'v') + '-move');\n if (!children.length || !this.hasMove(children[0].elm, moveClass)) {\n return\n }\n\n // we divide the work into three loops to avoid mixing DOM reads and writes\n // in each iteration - which helps prevent layout thrashing.\n children.forEach(callPendingCbs);\n children.forEach(recordPosition);\n children.forEach(applyTranslation);\n\n // force reflow to put everything in position\n // assign to this to avoid being removed in tree-shaking\n // $flow-disable-line\n this._reflow = document.body.offsetHeight;\n\n children.forEach(function (c) {\n if (c.data.moved) {\n var el = c.elm;\n var s = el.style;\n addTransitionClass(el, moveClass);\n s.transform = s.WebkitTransform = s.transitionDuration = '';\n el.addEventListener(transitionEndEvent, el._moveCb = function cb (e) {\n if (e && e.target !== el) {\n return\n }\n if (!e || /transform$/.test(e.propertyName)) {\n el.removeEventListener(transitionEndEvent, cb);\n el._moveCb = null;\n removeTransitionClass(el, moveClass);\n }\n });\n }\n });\n },\n\n methods: {\n hasMove: function hasMove (el, moveClass) {\n /* istanbul ignore if */\n if (!hasTransition) {\n return false\n }\n /* istanbul ignore if */\n if (this._hasMove) {\n return this._hasMove\n }\n // Detect whether an element with the move class applied has\n // CSS transitions. Since the element may be inside an entering\n // transition at this very moment, we make a clone of it and remove\n // all other transition classes applied to ensure only the move class\n // is applied.\n var clone = el.cloneNode();\n if (el._transitionClasses) {\n el._transitionClasses.forEach(function (cls) { removeClass(clone, cls); });\n }\n addClass(clone, moveClass);\n clone.style.display = 'none';\n this.$el.appendChild(clone);\n var info = getTransitionInfo(clone);\n this.$el.removeChild(clone);\n return (this._hasMove = info.hasTransform)\n }\n }\n};\n\nfunction callPendingCbs (c) {\n /* istanbul ignore if */\n if (c.elm._moveCb) {\n c.elm._moveCb();\n }\n /* istanbul ignore if */\n if (c.elm._enterCb) {\n c.elm._enterCb();\n }\n}\n\nfunction recordPosition (c) {\n c.data.newPos = c.elm.getBoundingClientRect();\n}\n\nfunction applyTranslation (c) {\n var oldPos = c.data.pos;\n var newPos = c.data.newPos;\n var dx = oldPos.left - newPos.left;\n var dy = oldPos.top - newPos.top;\n if (dx || dy) {\n c.data.moved = true;\n var s = c.elm.style;\n s.transform = s.WebkitTransform = \"translate(\" + dx + \"px,\" + dy + \"px)\";\n s.transitionDuration = '0s';\n }\n}\n\nvar platformComponents = {\n Transition: Transition,\n TransitionGroup: TransitionGroup\n};\n\n/* */\n\n// install platform specific utils\nVue.config.mustUseProp = mustUseProp;\nVue.config.isReservedTag = isReservedTag;\nVue.config.isReservedAttr = isReservedAttr;\nVue.config.getTagNamespace = getTagNamespace;\nVue.config.isUnknownElement = isUnknownElement;\n\n// install platform runtime directives & components\nextend(Vue.options.directives, platformDirectives);\nextend(Vue.options.components, platformComponents);\n\n// install platform patch function\nVue.prototype.__patch__ = inBrowser ? patch : noop;\n\n// public mount method\nVue.prototype.$mount = function (\n el,\n hydrating\n) {\n el = el && inBrowser ? query(el) : undefined;\n return mountComponent(this, el, hydrating)\n};\n\n// devtools global hook\n/* istanbul ignore next */\nif (inBrowser) {\n setTimeout(function () {\n if (config.devtools) {\n if (devtools) {\n devtools.emit('init', Vue);\n } else if (\n process.env.NODE_ENV !== 'production' &&\n process.env.NODE_ENV !== 'test'\n ) {\n console[console.info ? 'info' : 'log'](\n 'Download the Vue Devtools extension for a better development experience:\\n' +\n 'https://github.com/vuejs/vue-devtools'\n );\n }\n }\n if (process.env.NODE_ENV !== 'production' &&\n process.env.NODE_ENV !== 'test' &&\n config.productionTip !== false &&\n typeof console !== 'undefined'\n ) {\n console[console.info ? 'info' : 'log'](\n \"You are running Vue in development mode.\\n\" +\n \"Make sure to turn on production mode when deploying for production.\\n\" +\n \"See more tips at https://vuejs.org/guide/deployment.html\"\n );\n }\n }, 0);\n}\n\n/* */\n\nexport default Vue;\n","'use strict';\nvar $ = require('../internals/export');\nvar fails = require('../internals/fails');\nvar isArray = require('../internals/is-array');\nvar isObject = require('../internals/is-object');\nvar toObject = require('../internals/to-object');\nvar toLength = require('../internals/to-length');\nvar createProperty = require('../internals/create-property');\nvar arraySpeciesCreate = require('../internals/array-species-create');\nvar arrayMethodHasSpeciesSupport = require('../internals/array-method-has-species-support');\nvar wellKnownSymbol = require('../internals/well-known-symbol');\nvar V8_VERSION = require('../internals/engine-v8-version');\n\nvar IS_CONCAT_SPREADABLE = wellKnownSymbol('isConcatSpreadable');\nvar MAX_SAFE_INTEGER = 0x1FFFFFFFFFFFFF;\nvar MAXIMUM_ALLOWED_INDEX_EXCEEDED = 'Maximum allowed index exceeded';\n\n// We can't use this feature detection in V8 since it causes\n// deoptimization and serious performance degradation\n// https://github.com/zloirock/core-js/issues/679\nvar IS_CONCAT_SPREADABLE_SUPPORT = V8_VERSION >= 51 || !fails(function () {\n var array = [];\n array[IS_CONCAT_SPREADABLE] = false;\n return array.concat()[0] !== array;\n});\n\nvar SPECIES_SUPPORT = arrayMethodHasSpeciesSupport('concat');\n\nvar isConcatSpreadable = function (O) {\n if (!isObject(O)) return false;\n var spreadable = O[IS_CONCAT_SPREADABLE];\n return spreadable !== undefined ? !!spreadable : isArray(O);\n};\n\nvar FORCED = !IS_CONCAT_SPREADABLE_SUPPORT || !SPECIES_SUPPORT;\n\n// `Array.prototype.concat` method\n// https://tc39.github.io/ecma262/#sec-array.prototype.concat\n// with adding support of @@isConcatSpreadable and @@species\n$({ target: 'Array', proto: true, forced: FORCED }, {\n concat: function concat(arg) { // eslint-disable-line no-unused-vars\n var O = toObject(this);\n var A = arraySpeciesCreate(O, 0);\n var n = 0;\n var i, k, length, len, E;\n for (i = -1, length = arguments.length; i < length; i++) {\n E = i === -1 ? O : arguments[i];\n if (isConcatSpreadable(E)) {\n len = toLength(E.length);\n if (n + len > MAX_SAFE_INTEGER) throw TypeError(MAXIMUM_ALLOWED_INDEX_EXCEEDED);\n for (k = 0; k < len; k++, n++) if (k in E) createProperty(A, n, E[k]);\n } else {\n if (n >= MAX_SAFE_INTEGER) throw TypeError(MAXIMUM_ALLOWED_INDEX_EXCEEDED);\n createProperty(A, n++, E);\n }\n }\n A.length = n;\n return A;\n }\n});\n","var global = require('../internals/global');\nvar getOwnPropertyDescriptor = require('../internals/object-get-own-property-descriptor').f;\nvar createNonEnumerableProperty = require('../internals/create-non-enumerable-property');\nvar redefine = require('../internals/redefine');\nvar setGlobal = require('../internals/set-global');\nvar copyConstructorProperties = require('../internals/copy-constructor-properties');\nvar isForced = require('../internals/is-forced');\n\n/*\n options.target - name of the target object\n options.global - target is the global object\n options.stat - export as static methods of target\n options.proto - export as prototype methods of target\n options.real - real prototype method for the `pure` version\n options.forced - export even if the native feature is available\n options.bind - bind methods to the target, required for the `pure` version\n options.wrap - wrap constructors to preventing global pollution, required for the `pure` version\n options.unsafe - use the simple assignment of property instead of delete + defineProperty\n options.sham - add a flag to not completely full polyfills\n options.enumerable - export as enumerable property\n options.noTargetGet - prevent calling a getter on target\n*/\nmodule.exports = function (options, source) {\n var TARGET = options.target;\n var GLOBAL = options.global;\n var STATIC = options.stat;\n var FORCED, target, key, targetProperty, sourceProperty, descriptor;\n if (GLOBAL) {\n target = global;\n } else if (STATIC) {\n target = global[TARGET] || setGlobal(TARGET, {});\n } else {\n target = (global[TARGET] || {}).prototype;\n }\n if (target) for (key in source) {\n sourceProperty = source[key];\n if (options.noTargetGet) {\n descriptor = getOwnPropertyDescriptor(target, key);\n targetProperty = descriptor && descriptor.value;\n } else targetProperty = target[key];\n FORCED = isForced(GLOBAL ? key : TARGET + (STATIC ? '.' : '#') + key, options.forced);\n // contained in target\n if (!FORCED && targetProperty !== undefined) {\n if (typeof sourceProperty === typeof targetProperty) continue;\n copyConstructorProperties(sourceProperty, targetProperty);\n }\n // add a flag to not completely full polyfills\n if (options.sham || (targetProperty && targetProperty.sham)) {\n createNonEnumerableProperty(sourceProperty, 'sham', true);\n }\n // extend global\n redefine(target, key, sourceProperty, options);\n }\n};\n","'use strict';\nvar nativePropertyIsEnumerable = {}.propertyIsEnumerable;\nvar getOwnPropertyDescriptor = Object.getOwnPropertyDescriptor;\n\n// Nashorn ~ JDK8 bug\nvar NASHORN_BUG = getOwnPropertyDescriptor && !nativePropertyIsEnumerable.call({ 1: 2 }, 1);\n\n// `Object.prototype.propertyIsEnumerable` method implementation\n// https://tc39.github.io/ecma262/#sec-object.prototype.propertyisenumerable\nexports.f = NASHORN_BUG ? function propertyIsEnumerable(V) {\n var descriptor = getOwnPropertyDescriptor(this, V);\n return !!descriptor && descriptor.enumerable;\n} : nativePropertyIsEnumerable;\n","var fails = require('../internals/fails');\nvar classof = require('../internals/classof-raw');\n\nvar split = ''.split;\n\n// fallback for non-array-like ES3 and non-enumerable old V8 strings\nmodule.exports = fails(function () {\n // throws an error in rhino, see https://github.com/mozilla/rhino/issues/346\n // eslint-disable-next-line no-prototype-builtins\n return !Object('z').propertyIsEnumerable(0);\n}) ? function (it) {\n return classof(it) == 'String' ? split.call(it, '') : Object(it);\n} : Object;\n","var global = require('../internals/global');\nvar isObject = require('../internals/is-object');\n\nvar document = global.document;\n// typeof document.createElement is 'object' in old IE\nvar EXISTS = isObject(document) && isObject(document.createElement);\n\nmodule.exports = function (it) {\n return EXISTS ? document.createElement(it) : {};\n};\n","var global = require('../internals/global');\nvar createNonEnumerableProperty = require('../internals/create-non-enumerable-property');\nvar has = require('../internals/has');\nvar setGlobal = require('../internals/set-global');\nvar inspectSource = require('../internals/inspect-source');\nvar InternalStateModule = require('../internals/internal-state');\n\nvar getInternalState = InternalStateModule.get;\nvar enforceInternalState = InternalStateModule.enforce;\nvar TEMPLATE = String(String).split('String');\n\n(module.exports = function (O, key, value, options) {\n var unsafe = options ? !!options.unsafe : false;\n var simple = options ? !!options.enumerable : false;\n var noTargetGet = options ? !!options.noTargetGet : false;\n if (typeof value == 'function') {\n if (typeof key == 'string' && !has(value, 'name')) createNonEnumerableProperty(value, 'name', key);\n enforceInternalState(value).source = TEMPLATE.join(typeof key == 'string' ? key : '');\n }\n if (O === global) {\n if (simple) O[key] = value;\n else setGlobal(key, value);\n return;\n } else if (!unsafe) {\n delete O[key];\n } else if (!noTargetGet && O[key]) {\n simple = true;\n }\n if (simple) O[key] = value;\n else createNonEnumerableProperty(O, key, value);\n// add fake Function#toString for correct work wrapped methods / constructors with methods like LoDash isNative\n})(Function.prototype, 'toString', function toString() {\n return typeof this == 'function' && getInternalState(this).source || inspectSource(this);\n});\n","var NATIVE_WEAK_MAP = require('../internals/native-weak-map');\nvar global = require('../internals/global');\nvar isObject = require('../internals/is-object');\nvar createNonEnumerableProperty = require('../internals/create-non-enumerable-property');\nvar objectHas = require('../internals/has');\nvar sharedKey = require('../internals/shared-key');\nvar hiddenKeys = require('../internals/hidden-keys');\n\nvar WeakMap = global.WeakMap;\nvar set, get, has;\n\nvar enforce = function (it) {\n return has(it) ? get(it) : set(it, {});\n};\n\nvar getterFor = function (TYPE) {\n return function (it) {\n var state;\n if (!isObject(it) || (state = get(it)).type !== TYPE) {\n throw TypeError('Incompatible receiver, ' + TYPE + ' required');\n } return state;\n };\n};\n\nif (NATIVE_WEAK_MAP) {\n var store = new WeakMap();\n var wmget = store.get;\n var wmhas = store.has;\n var wmset = store.set;\n set = function (it, metadata) {\n wmset.call(store, it, metadata);\n return metadata;\n };\n get = function (it) {\n return wmget.call(store, it) || {};\n };\n has = function (it) {\n return wmhas.call(store, it);\n };\n} else {\n var STATE = sharedKey('state');\n hiddenKeys[STATE] = true;\n set = function (it, metadata) {\n createNonEnumerableProperty(it, STATE, metadata);\n return metadata;\n };\n get = function (it) {\n return objectHas(it, STATE) ? it[STATE] : {};\n };\n has = function (it) {\n return objectHas(it, STATE);\n };\n}\n\nmodule.exports = {\n set: set,\n get: get,\n has: has,\n enforce: enforce,\n getterFor: getterFor\n};\n","var global = require('../internals/global');\nvar inspectSource = require('../internals/inspect-source');\n\nvar WeakMap = global.WeakMap;\n\nmodule.exports = typeof WeakMap === 'function' && /native code/.test(inspectSource(WeakMap));\n","var shared = require('../internals/shared');\nvar uid = require('../internals/uid');\n\nvar keys = shared('keys');\n\nmodule.exports = function (key) {\n return keys[key] || (keys[key] = uid(key));\n};\n","module.exports = false;\n","var has = require('../internals/has');\nvar ownKeys = require('../internals/own-keys');\nvar getOwnPropertyDescriptorModule = require('../internals/object-get-own-property-descriptor');\nvar definePropertyModule = require('../internals/object-define-property');\n\nmodule.exports = function (target, source) {\n var keys = ownKeys(source);\n var defineProperty = definePropertyModule.f;\n var getOwnPropertyDescriptor = getOwnPropertyDescriptorModule.f;\n for (var i = 0; i < keys.length; i++) {\n var key = keys[i];\n if (!has(target, key)) defineProperty(target, key, getOwnPropertyDescriptor(source, key));\n }\n};\n","var getBuiltIn = require('../internals/get-built-in');\nvar getOwnPropertyNamesModule = require('../internals/object-get-own-property-names');\nvar getOwnPropertySymbolsModule = require('../internals/object-get-own-property-symbols');\nvar anObject = require('../internals/an-object');\n\n// all object keys, includes non-enumerable and symbols\nmodule.exports = getBuiltIn('Reflect', 'ownKeys') || function ownKeys(it) {\n var keys = getOwnPropertyNamesModule.f(anObject(it));\n var getOwnPropertySymbols = getOwnPropertySymbolsModule.f;\n return getOwnPropertySymbols ? keys.concat(getOwnPropertySymbols(it)) : keys;\n};\n","var global = require('../internals/global');\n\nmodule.exports = global;\n","var internalObjectKeys = require('../internals/object-keys-internal');\nvar enumBugKeys = require('../internals/enum-bug-keys');\n\nvar hiddenKeys = enumBugKeys.concat('length', 'prototype');\n\n// `Object.getOwnPropertyNames` method\n// https://tc39.github.io/ecma262/#sec-object.getownpropertynames\nexports.f = Object.getOwnPropertyNames || function getOwnPropertyNames(O) {\n return internalObjectKeys(O, hiddenKeys);\n};\n","var has = require('../internals/has');\nvar toIndexedObject = require('../internals/to-indexed-object');\nvar indexOf = require('../internals/array-includes').indexOf;\nvar hiddenKeys = require('../internals/hidden-keys');\n\nmodule.exports = function (object, names) {\n var O = toIndexedObject(object);\n var i = 0;\n var result = [];\n var key;\n for (key in O) !has(hiddenKeys, key) && has(O, key) && result.push(key);\n // Don't enum bug & hidden keys\n while (names.length > i) if (has(O, key = names[i++])) {\n ~indexOf(result, key) || result.push(key);\n }\n return result;\n};\n","var toIndexedObject = require('../internals/to-indexed-object');\nvar toLength = require('../internals/to-length');\nvar toAbsoluteIndex = require('../internals/to-absolute-index');\n\n// `Array.prototype.{ indexOf, includes }` methods implementation\nvar createMethod = function (IS_INCLUDES) {\n return function ($this, el, fromIndex) {\n var O = toIndexedObject($this);\n var length = toLength(O.length);\n var index = toAbsoluteIndex(fromIndex, length);\n var value;\n // Array#includes uses SameValueZero equality algorithm\n // eslint-disable-next-line no-self-compare\n if (IS_INCLUDES && el != el) while (length > index) {\n value = O[index++];\n // eslint-disable-next-line no-self-compare\n if (value != value) return true;\n // Array#indexOf ignores holes, Array#includes - not\n } else for (;length > index; index++) {\n if ((IS_INCLUDES || index in O) && O[index] === el) return IS_INCLUDES || index || 0;\n } return !IS_INCLUDES && -1;\n };\n};\n\nmodule.exports = {\n // `Array.prototype.includes` method\n // https://tc39.github.io/ecma262/#sec-array.prototype.includes\n includes: createMethod(true),\n // `Array.prototype.indexOf` method\n // https://tc39.github.io/ecma262/#sec-array.prototype.indexof\n indexOf: createMethod(false)\n};\n","var toInteger = require('../internals/to-integer');\n\nvar max = Math.max;\nvar min = Math.min;\n\n// Helper for a popular repeating case of the spec:\n// Let integer be ? ToInteger(index).\n// If integer < 0, let result be max((length + integer), 0); else let result be min(integer, length).\nmodule.exports = function (index, length) {\n var integer = toInteger(index);\n return integer < 0 ? max(integer + length, 0) : min(integer, length);\n};\n","// IE8- don't enum bug keys\nmodule.exports = [\n 'constructor',\n 'hasOwnProperty',\n 'isPrototypeOf',\n 'propertyIsEnumerable',\n 'toLocaleString',\n 'toString',\n 'valueOf'\n];\n","exports.f = Object.getOwnPropertySymbols;\n","var fails = require('../internals/fails');\n\nvar replacement = /#|\\.prototype\\./;\n\nvar isForced = function (feature, detection) {\n var value = data[normalize(feature)];\n return value == POLYFILL ? true\n : value == NATIVE ? false\n : typeof detection == 'function' ? fails(detection)\n : !!detection;\n};\n\nvar normalize = isForced.normalize = function (string) {\n return String(string).replace(replacement, '.').toLowerCase();\n};\n\nvar data = isForced.data = {};\nvar NATIVE = isForced.NATIVE = 'N';\nvar POLYFILL = isForced.POLYFILL = 'P';\n\nmodule.exports = isForced;\n","var requireObjectCoercible = require('../internals/require-object-coercible');\n\n// `ToObject` abstract operation\n// https://tc39.github.io/ecma262/#sec-toobject\nmodule.exports = function (argument) {\n return Object(requireObjectCoercible(argument));\n};\n","'use strict';\nvar toPrimitive = require('../internals/to-primitive');\nvar definePropertyModule = require('../internals/object-define-property');\nvar createPropertyDescriptor = require('../internals/create-property-descriptor');\n\nmodule.exports = function (object, key, value) {\n var propertyKey = toPrimitive(key);\n if (propertyKey in object) definePropertyModule.f(object, propertyKey, createPropertyDescriptor(0, value));\n else object[propertyKey] = value;\n};\n","var isObject = require('../internals/is-object');\nvar isArray = require('../internals/is-array');\nvar wellKnownSymbol = require('../internals/well-known-symbol');\n\nvar SPECIES = wellKnownSymbol('species');\n\n// `ArraySpeciesCreate` abstract operation\n// https://tc39.github.io/ecma262/#sec-arrayspeciescreate\nmodule.exports = function (originalArray, length) {\n var C;\n if (isArray(originalArray)) {\n C = originalArray.constructor;\n // cross-realm fallback\n if (typeof C == 'function' && (C === Array || isArray(C.prototype))) C = undefined;\n else if (isObject(C)) {\n C = C[SPECIES];\n if (C === null) C = undefined;\n }\n } return new (C === undefined ? Array : C)(length === 0 ? 0 : length);\n};\n","var NATIVE_SYMBOL = require('../internals/native-symbol');\n\nmodule.exports = NATIVE_SYMBOL\n // eslint-disable-next-line no-undef\n && !Symbol.sham\n // eslint-disable-next-line no-undef\n && typeof Symbol.iterator == 'symbol';\n","var fails = require('../internals/fails');\nvar wellKnownSymbol = require('../internals/well-known-symbol');\nvar V8_VERSION = require('../internals/engine-v8-version');\n\nvar SPECIES = wellKnownSymbol('species');\n\nmodule.exports = function (METHOD_NAME) {\n // We can't use this feature detection in V8 since it causes\n // deoptimization and serious performance degradation\n // https://github.com/zloirock/core-js/issues/677\n return V8_VERSION >= 51 || !fails(function () {\n var array = [];\n var constructor = array.constructor = {};\n constructor[SPECIES] = function () {\n return { foo: 1 };\n };\n return array[METHOD_NAME](Boolean).foo !== 1;\n });\n};\n","var getBuiltIn = require('../internals/get-built-in');\n\nmodule.exports = getBuiltIn('navigator', 'userAgent') || '';\n","'use strict';\nvar $ = require('../internals/export');\nvar fails = require('../internals/fails');\nvar isArray = require('../internals/is-array');\nvar isObject = require('../internals/is-object');\nvar toObject = require('../internals/to-object');\nvar toLength = require('../internals/to-length');\nvar createProperty = require('../internals/create-property');\nvar arraySpeciesCreate = require('../internals/array-species-create');\nvar arrayMethodHasSpeciesSupport = require('../internals/array-method-has-species-support');\nvar wellKnownSymbol = require('../internals/well-known-symbol');\nvar V8_VERSION = require('../internals/engine-v8-version');\n\nvar IS_CONCAT_SPREADABLE = wellKnownSymbol('isConcatSpreadable');\nvar MAX_SAFE_INTEGER = 0x1FFFFFFFFFFFFF;\nvar MAXIMUM_ALLOWED_INDEX_EXCEEDED = 'Maximum allowed index exceeded';\n\n// We can't use this feature detection in V8 since it causes\n// deoptimization and serious performance degradation\n// https://github.com/zloirock/core-js/issues/679\nvar IS_CONCAT_SPREADABLE_SUPPORT = V8_VERSION >= 51 || !fails(function () {\n var array = [];\n array[IS_CONCAT_SPREADABLE] = false;\n return array.concat()[0] !== array;\n});\n\nvar SPECIES_SUPPORT = arrayMethodHasSpeciesSupport('concat');\n\nvar isConcatSpreadable = function (O) {\n if (!isObject(O)) return false;\n var spreadable = O[IS_CONCAT_SPREADABLE];\n return spreadable !== undefined ? !!spreadable : isArray(O);\n};\n\nvar FORCED = !IS_CONCAT_SPREADABLE_SUPPORT || !SPECIES_SUPPORT;\n\n// `Array.prototype.concat` method\n// https://tc39.github.io/ecma262/#sec-array.prototype.concat\n// with adding support of @@isConcatSpreadable and @@species\n$({ target: 'Array', proto: true, forced: FORCED }, {\n concat: function concat(arg) { // eslint-disable-line no-unused-vars\n var O = toObject(this);\n var A = arraySpeciesCreate(O, 0);\n var n = 0;\n var i, k, length, len, E;\n for (i = -1, length = arguments.length; i < length; i++) {\n E = i === -1 ? O : arguments[i];\n if (isConcatSpreadable(E)) {\n len = toLength(E.length);\n if (n + len > MAX_SAFE_INTEGER) throw TypeError(MAXIMUM_ALLOWED_INDEX_EXCEEDED);\n for (k = 0; k < len; k++, n++) if (k in E) createProperty(A, n, E[k]);\n } else {\n if (n >= MAX_SAFE_INTEGER) throw TypeError(MAXIMUM_ALLOWED_INDEX_EXCEEDED);\n createProperty(A, n++, E);\n }\n }\n A.length = n;\n return A;\n }\n});\n","'use strict';\nvar nativePropertyIsEnumerable = {}.propertyIsEnumerable;\nvar getOwnPropertyDescriptor = Object.getOwnPropertyDescriptor;\n\n// Nashorn ~ JDK8 bug\nvar NASHORN_BUG = getOwnPropertyDescriptor && !nativePropertyIsEnumerable.call({ 1: 2 }, 1);\n\n// `Object.prototype.propertyIsEnumerable` method implementation\n// https://tc39.github.io/ecma262/#sec-object.prototype.propertyisenumerable\nexports.f = NASHORN_BUG ? function propertyIsEnumerable(V) {\n var descriptor = getOwnPropertyDescriptor(this, V);\n return !!descriptor && descriptor.enumerable;\n} : nativePropertyIsEnumerable;\n","var global = require('../internals/global');\nvar isObject = require('../internals/is-object');\n\nvar document = global.document;\n// typeof document.createElement is 'object' in old IE\nvar EXISTS = isObject(document) && isObject(document.createElement);\n\nmodule.exports = function (it) {\n return EXISTS ? document.createElement(it) : {};\n};\n","var NATIVE_WEAK_MAP = require('../internals/native-weak-map');\nvar global = require('../internals/global');\nvar isObject = require('../internals/is-object');\nvar createNonEnumerableProperty = require('../internals/create-non-enumerable-property');\nvar objectHas = require('../internals/has');\nvar sharedKey = require('../internals/shared-key');\nvar hiddenKeys = require('../internals/hidden-keys');\n\nvar WeakMap = global.WeakMap;\nvar set, get, has;\n\nvar enforce = function (it) {\n return has(it) ? get(it) : set(it, {});\n};\n\nvar getterFor = function (TYPE) {\n return function (it) {\n var state;\n if (!isObject(it) || (state = get(it)).type !== TYPE) {\n throw TypeError('Incompatible receiver, ' + TYPE + ' required');\n } return state;\n };\n};\n\nif (NATIVE_WEAK_MAP) {\n var store = new WeakMap();\n var wmget = store.get;\n var wmhas = store.has;\n var wmset = store.set;\n set = function (it, metadata) {\n wmset.call(store, it, metadata);\n return metadata;\n };\n get = function (it) {\n return wmget.call(store, it) || {};\n };\n has = function (it) {\n return wmhas.call(store, it);\n };\n} else {\n var STATE = sharedKey('state');\n hiddenKeys[STATE] = true;\n set = function (it, metadata) {\n createNonEnumerableProperty(it, STATE, metadata);\n return metadata;\n };\n get = function (it) {\n return objectHas(it, STATE) ? it[STATE] : {};\n };\n has = function (it) {\n return objectHas(it, STATE);\n };\n}\n\nmodule.exports = {\n set: set,\n get: get,\n has: has,\n enforce: enforce,\n getterFor: getterFor\n};\n","var global = require('../internals/global');\nvar inspectSource = require('../internals/inspect-source');\n\nvar WeakMap = global.WeakMap;\n\nmodule.exports = typeof WeakMap === 'function' && /native code/.test(inspectSource(WeakMap));\n","var shared = require('../internals/shared');\nvar uid = require('../internals/uid');\n\nvar keys = shared('keys');\n\nmodule.exports = function (key) {\n return keys[key] || (keys[key] = uid(key));\n};\n","module.exports = false;\n","var has = require('../internals/has');\nvar ownKeys = require('../internals/own-keys');\nvar getOwnPropertyDescriptorModule = require('../internals/object-get-own-property-descriptor');\nvar definePropertyModule = require('../internals/object-define-property');\n\nmodule.exports = function (target, source) {\n var keys = ownKeys(source);\n var defineProperty = definePropertyModule.f;\n var getOwnPropertyDescriptor = getOwnPropertyDescriptorModule.f;\n for (var i = 0; i < keys.length; i++) {\n var key = keys[i];\n if (!has(target, key)) defineProperty(target, key, getOwnPropertyDescriptor(source, key));\n }\n};\n","var getBuiltIn = require('../internals/get-built-in');\nvar getOwnPropertyNamesModule = require('../internals/object-get-own-property-names');\nvar getOwnPropertySymbolsModule = require('../internals/object-get-own-property-symbols');\nvar anObject = require('../internals/an-object');\n\n// all object keys, includes non-enumerable and symbols\nmodule.exports = getBuiltIn('Reflect', 'ownKeys') || function ownKeys(it) {\n var keys = getOwnPropertyNamesModule.f(anObject(it));\n var getOwnPropertySymbols = getOwnPropertySymbolsModule.f;\n return getOwnPropertySymbols ? keys.concat(getOwnPropertySymbols(it)) : keys;\n};\n","var global = require('../internals/global');\n\nmodule.exports = global;\n","var internalObjectKeys = require('../internals/object-keys-internal');\nvar enumBugKeys = require('../internals/enum-bug-keys');\n\nvar hiddenKeys = enumBugKeys.concat('length', 'prototype');\n\n// `Object.getOwnPropertyNames` method\n// https://tc39.github.io/ecma262/#sec-object.getownpropertynames\nexports.f = Object.getOwnPropertyNames || function getOwnPropertyNames(O) {\n return internalObjectKeys(O, hiddenKeys);\n};\n","var has = require('../internals/has');\nvar toIndexedObject = require('../internals/to-indexed-object');\nvar indexOf = require('../internals/array-includes').indexOf;\nvar hiddenKeys = require('../internals/hidden-keys');\n\nmodule.exports = function (object, names) {\n var O = toIndexedObject(object);\n var i = 0;\n var result = [];\n var key;\n for (key in O) !has(hiddenKeys, key) && has(O, key) && result.push(key);\n // Don't enum bug & hidden keys\n while (names.length > i) if (has(O, key = names[i++])) {\n ~indexOf(result, key) || result.push(key);\n }\n return result;\n};\n","var toIndexedObject = require('../internals/to-indexed-object');\nvar toLength = require('../internals/to-length');\nvar toAbsoluteIndex = require('../internals/to-absolute-index');\n\n// `Array.prototype.{ indexOf, includes }` methods implementation\nvar createMethod = function (IS_INCLUDES) {\n return function ($this, el, fromIndex) {\n var O = toIndexedObject($this);\n var length = toLength(O.length);\n var index = toAbsoluteIndex(fromIndex, length);\n var value;\n // Array#includes uses SameValueZero equality algorithm\n // eslint-disable-next-line no-self-compare\n if (IS_INCLUDES && el != el) while (length > index) {\n value = O[index++];\n // eslint-disable-next-line no-self-compare\n if (value != value) return true;\n // Array#indexOf ignores holes, Array#includes - not\n } else for (;length > index; index++) {\n if ((IS_INCLUDES || index in O) && O[index] === el) return IS_INCLUDES || index || 0;\n } return !IS_INCLUDES && -1;\n };\n};\n\nmodule.exports = {\n // `Array.prototype.includes` method\n // https://tc39.github.io/ecma262/#sec-array.prototype.includes\n includes: createMethod(true),\n // `Array.prototype.indexOf` method\n // https://tc39.github.io/ecma262/#sec-array.prototype.indexof\n indexOf: createMethod(false)\n};\n","var toInteger = require('../internals/to-integer');\n\nvar max = Math.max;\nvar min = Math.min;\n\n// Helper for a popular repeating case of the spec:\n// Let integer be ? ToInteger(index).\n// If integer < 0, let result be max((length + integer), 0); else let result be min(integer, length).\nmodule.exports = function (index, length) {\n var integer = toInteger(index);\n return integer < 0 ? max(integer + length, 0) : min(integer, length);\n};\n","// IE8- don't enum bug keys\nmodule.exports = [\n 'constructor',\n 'hasOwnProperty',\n 'isPrototypeOf',\n 'propertyIsEnumerable',\n 'toLocaleString',\n 'toString',\n 'valueOf'\n];\n","exports.f = Object.getOwnPropertySymbols;\n","var fails = require('../internals/fails');\n\nvar replacement = /#|\\.prototype\\./;\n\nvar isForced = function (feature, detection) {\n var value = data[normalize(feature)];\n return value == POLYFILL ? true\n : value == NATIVE ? false\n : typeof detection == 'function' ? fails(detection)\n : !!detection;\n};\n\nvar normalize = isForced.normalize = function (string) {\n return String(string).replace(replacement, '.').toLowerCase();\n};\n\nvar data = isForced.data = {};\nvar NATIVE = isForced.NATIVE = 'N';\nvar POLYFILL = isForced.POLYFILL = 'P';\n\nmodule.exports = isForced;\n","'use strict';\nvar toPrimitive = require('../internals/to-primitive');\nvar definePropertyModule = require('../internals/object-define-property');\nvar createPropertyDescriptor = require('../internals/create-property-descriptor');\n\nmodule.exports = function (object, key, value) {\n var propertyKey = toPrimitive(key);\n if (propertyKey in object) definePropertyModule.f(object, propertyKey, createPropertyDescriptor(0, value));\n else object[propertyKey] = value;\n};\n","var NATIVE_SYMBOL = require('../internals/native-symbol');\n\nmodule.exports = NATIVE_SYMBOL\n // eslint-disable-next-line no-undef\n && !Symbol.sham\n // eslint-disable-next-line no-undef\n && typeof Symbol.iterator == 'symbol';\n","var getBuiltIn = require('../internals/get-built-in');\n\nmodule.exports = getBuiltIn('navigator', 'userAgent') || '';\n","'use strict';\nvar $ = require('../internals/export');\nvar $filter = require('../internals/array-iteration').filter;\nvar arrayMethodHasSpeciesSupport = require('../internals/array-method-has-species-support');\nvar arrayMethodUsesToLength = require('../internals/array-method-uses-to-length');\n\nvar HAS_SPECIES_SUPPORT = arrayMethodHasSpeciesSupport('filter');\n// Edge 14- issue\nvar USES_TO_LENGTH = arrayMethodUsesToLength('filter');\n\n// `Array.prototype.filter` method\n// https://tc39.github.io/ecma262/#sec-array.prototype.filter\n// with adding support of @@species\n$({ target: 'Array', proto: true, forced: !HAS_SPECIES_SUPPORT || !USES_TO_LENGTH }, {\n filter: function filter(callbackfn /* , thisArg */) {\n return $filter(this, callbackfn, arguments.length > 1 ? arguments[1] : undefined);\n }\n});\n","var aFunction = require('../internals/a-function');\n\n// optional / simple context binding\nmodule.exports = function (fn, that, length) {\n aFunction(fn);\n if (that === undefined) return fn;\n switch (length) {\n case 0: return function () {\n return fn.call(that);\n };\n case 1: return function (a) {\n return fn.call(that, a);\n };\n case 2: return function (a, b) {\n return fn.call(that, a, b);\n };\n case 3: return function (a, b, c) {\n return fn.call(that, a, b, c);\n };\n }\n return function (/* ...args */) {\n return fn.apply(that, arguments);\n };\n};\n","'use strict';\nvar $ = require('../internals/export');\nvar IndexedObject = require('../internals/indexed-object');\nvar toIndexedObject = require('../internals/to-indexed-object');\nvar arrayMethodIsStrict = require('../internals/array-method-is-strict');\n\nvar nativeJoin = [].join;\n\nvar ES3_STRINGS = IndexedObject != Object;\nvar STRICT_METHOD = arrayMethodIsStrict('join', ',');\n\n// `Array.prototype.join` method\n// https://tc39.github.io/ecma262/#sec-array.prototype.join\n$({ target: 'Array', proto: true, forced: ES3_STRINGS || !STRICT_METHOD }, {\n join: function join(separator) {\n return nativeJoin.call(toIndexedObject(this), separator === undefined ? ',' : separator);\n }\n});\n","'use strict';\nvar $ = require('../internals/export');\nvar $map = require('../internals/array-iteration').map;\nvar arrayMethodHasSpeciesSupport = require('../internals/array-method-has-species-support');\nvar arrayMethodUsesToLength = require('../internals/array-method-uses-to-length');\n\nvar HAS_SPECIES_SUPPORT = arrayMethodHasSpeciesSupport('map');\n// FF49- issue\nvar USES_TO_LENGTH = arrayMethodUsesToLength('map');\n\n// `Array.prototype.map` method\n// https://tc39.github.io/ecma262/#sec-array.prototype.map\n// with adding support of @@species\n$({ target: 'Array', proto: true, forced: !HAS_SPECIES_SUPPORT || !USES_TO_LENGTH }, {\n map: function map(callbackfn /* , thisArg */) {\n return $map(this, callbackfn, arguments.length > 1 ? arguments[1] : undefined);\n }\n});\n","'use strict';\nvar $ = require('../internals/export');\nvar $reduce = require('../internals/array-reduce').left;\nvar arrayMethodIsStrict = require('../internals/array-method-is-strict');\nvar arrayMethodUsesToLength = require('../internals/array-method-uses-to-length');\n\nvar STRICT_METHOD = arrayMethodIsStrict('reduce');\nvar USES_TO_LENGTH = arrayMethodUsesToLength('reduce', { 1: 0 });\n\n// `Array.prototype.reduce` method\n// https://tc39.github.io/ecma262/#sec-array.prototype.reduce\n$({ target: 'Array', proto: true, forced: !STRICT_METHOD || !USES_TO_LENGTH }, {\n reduce: function reduce(callbackfn /* , initialValue */) {\n return $reduce(this, callbackfn, arguments.length, arguments.length > 1 ? arguments[1] : undefined);\n }\n});\n","var aFunction = require('../internals/a-function');\nvar toObject = require('../internals/to-object');\nvar IndexedObject = require('../internals/indexed-object');\nvar toLength = require('../internals/to-length');\n\n// `Array.prototype.{ reduce, reduceRight }` methods implementation\nvar createMethod = function (IS_RIGHT) {\n return function (that, callbackfn, argumentsLength, memo) {\n aFunction(callbackfn);\n var O = toObject(that);\n var self = IndexedObject(O);\n var length = toLength(O.length);\n var index = IS_RIGHT ? length - 1 : 0;\n var i = IS_RIGHT ? -1 : 1;\n if (argumentsLength < 2) while (true) {\n if (index in self) {\n memo = self[index];\n index += i;\n break;\n }\n index += i;\n if (IS_RIGHT ? index < 0 : length <= index) {\n throw TypeError('Reduce of empty array with no initial value');\n }\n }\n for (;IS_RIGHT ? index >= 0 : length > index; index += i) if (index in self) {\n memo = callbackfn(memo, self[index], index, O);\n }\n return memo;\n };\n};\n\nmodule.exports = {\n // `Array.prototype.reduce` method\n // https://tc39.github.io/ecma262/#sec-array.prototype.reduce\n left: createMethod(false),\n // `Array.prototype.reduceRight` method\n // https://tc39.github.io/ecma262/#sec-array.prototype.reduceright\n right: createMethod(true)\n};\n","'use strict';\nvar anObject = require('../internals/an-object');\n\n// `RegExp.prototype.flags` getter implementation\n// https://tc39.github.io/ecma262/#sec-get-regexp.prototype.flags\nmodule.exports = function () {\n var that = anObject(this);\n var result = '';\n if (that.global) result += 'g';\n if (that.ignoreCase) result += 'i';\n if (that.multiline) result += 'm';\n if (that.dotAll) result += 's';\n if (that.unicode) result += 'u';\n if (that.sticky) result += 'y';\n return result;\n};\n","'use strict';\n\nvar fails = require('./fails');\n\n// babel-minify transpiles RegExp('a', 'y') -> /a/y and it causes SyntaxError,\n// so we use an intermediate function.\nfunction RE(s, f) {\n return RegExp(s, f);\n}\n\nexports.UNSUPPORTED_Y = fails(function () {\n // babel-minify transpiles RegExp('a', 'y') -> /a/y and it causes SyntaxError\n var re = RE('a', 'y');\n re.lastIndex = 2;\n return re.exec('abcd') != null;\n});\n\nexports.BROKEN_CARET = fails(function () {\n // https://bugzilla.mozilla.org/show_bug.cgi?id=773687\n var re = RE('^r', 'gy');\n re.lastIndex = 2;\n return re.exec('str') != null;\n});\n","'use strict';\nvar fixRegExpWellKnownSymbolLogic = require('../internals/fix-regexp-well-known-symbol-logic');\nvar anObject = require('../internals/an-object');\nvar toObject = require('../internals/to-object');\nvar toLength = require('../internals/to-length');\nvar toInteger = require('../internals/to-integer');\nvar requireObjectCoercible = require('../internals/require-object-coercible');\nvar advanceStringIndex = require('../internals/advance-string-index');\nvar regExpExec = require('../internals/regexp-exec-abstract');\n\nvar max = Math.max;\nvar min = Math.min;\nvar floor = Math.floor;\nvar SUBSTITUTION_SYMBOLS = /\\$([$&'`]|\\d\\d?|<[^>]*>)/g;\nvar SUBSTITUTION_SYMBOLS_NO_NAMED = /\\$([$&'`]|\\d\\d?)/g;\n\nvar maybeToString = function (it) {\n return it === undefined ? it : String(it);\n};\n\n// @@replace logic\nfixRegExpWellKnownSymbolLogic('replace', 2, function (REPLACE, nativeReplace, maybeCallNative, reason) {\n var REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE = reason.REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE;\n var REPLACE_KEEPS_$0 = reason.REPLACE_KEEPS_$0;\n var UNSAFE_SUBSTITUTE = REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE ? '$' : '$0';\n\n return [\n // `String.prototype.replace` method\n // https://tc39.github.io/ecma262/#sec-string.prototype.replace\n function replace(searchValue, replaceValue) {\n var O = requireObjectCoercible(this);\n var replacer = searchValue == undefined ? undefined : searchValue[REPLACE];\n return replacer !== undefined\n ? replacer.call(searchValue, O, replaceValue)\n : nativeReplace.call(String(O), searchValue, replaceValue);\n },\n // `RegExp.prototype[@@replace]` method\n // https://tc39.github.io/ecma262/#sec-regexp.prototype-@@replace\n function (regexp, replaceValue) {\n if (\n (!REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE && REPLACE_KEEPS_$0) ||\n (typeof replaceValue === 'string' && replaceValue.indexOf(UNSAFE_SUBSTITUTE) === -1)\n ) {\n var res = maybeCallNative(nativeReplace, regexp, this, replaceValue);\n if (res.done) return res.value;\n }\n\n var rx = anObject(regexp);\n var S = String(this);\n\n var functionalReplace = typeof replaceValue === 'function';\n if (!functionalReplace) replaceValue = String(replaceValue);\n\n var global = rx.global;\n if (global) {\n var fullUnicode = rx.unicode;\n rx.lastIndex = 0;\n }\n var results = [];\n while (true) {\n var result = regExpExec(rx, S);\n if (result === null) break;\n\n results.push(result);\n if (!global) break;\n\n var matchStr = String(result[0]);\n if (matchStr === '') rx.lastIndex = advanceStringIndex(S, toLength(rx.lastIndex), fullUnicode);\n }\n\n var accumulatedResult = '';\n var nextSourcePosition = 0;\n for (var i = 0; i < results.length; i++) {\n result = results[i];\n\n var matched = String(result[0]);\n var position = max(min(toInteger(result.index), S.length), 0);\n var captures = [];\n // NOTE: This is equivalent to\n // captures = result.slice(1).map(maybeToString)\n // but for some reason `nativeSlice.call(result, 1, result.length)` (called in\n // the slice polyfill when slicing native arrays) \"doesn't work\" in safari 9 and\n // causes a crash (https://pastebin.com/N21QzeQA) when trying to debug it.\n for (var j = 1; j < result.length; j++) captures.push(maybeToString(result[j]));\n var namedCaptures = result.groups;\n if (functionalReplace) {\n var replacerArgs = [matched].concat(captures, position, S);\n if (namedCaptures !== undefined) replacerArgs.push(namedCaptures);\n var replacement = String(replaceValue.apply(undefined, replacerArgs));\n } else {\n replacement = getSubstitution(matched, S, position, captures, namedCaptures, replaceValue);\n }\n if (position >= nextSourcePosition) {\n accumulatedResult += S.slice(nextSourcePosition, position) + replacement;\n nextSourcePosition = position + matched.length;\n }\n }\n return accumulatedResult + S.slice(nextSourcePosition);\n }\n ];\n\n // https://tc39.github.io/ecma262/#sec-getsubstitution\n function getSubstitution(matched, str, position, captures, namedCaptures, replacement) {\n var tailPos = position + matched.length;\n var m = captures.length;\n var symbols = SUBSTITUTION_SYMBOLS_NO_NAMED;\n if (namedCaptures !== undefined) {\n namedCaptures = toObject(namedCaptures);\n symbols = SUBSTITUTION_SYMBOLS;\n }\n return nativeReplace.call(replacement, symbols, function (match, ch) {\n var capture;\n switch (ch.charAt(0)) {\n case '$': return '$';\n case '&': return matched;\n case '`': return str.slice(0, position);\n case \"'\": return str.slice(tailPos);\n case '<':\n capture = namedCaptures[ch.slice(1, -1)];\n break;\n default: // \\d\\d?\n var n = +ch;\n if (n === 0) return match;\n if (n > m) {\n var f = floor(n / 10);\n if (f === 0) return match;\n if (f <= m) return captures[f - 1] === undefined ? ch.charAt(1) : captures[f - 1] + ch.charAt(1);\n return match;\n }\n capture = captures[n - 1];\n }\n return capture === undefined ? '' : capture;\n });\n }\n});\n","var toInteger = require('../internals/to-integer');\nvar requireObjectCoercible = require('../internals/require-object-coercible');\n\n// `String.prototype.{ codePointAt, at }` methods implementation\nvar createMethod = function (CONVERT_TO_STRING) {\n return function ($this, pos) {\n var S = String(requireObjectCoercible($this));\n var position = toInteger(pos);\n var size = S.length;\n var first, second;\n if (position < 0 || position >= size) return CONVERT_TO_STRING ? '' : undefined;\n first = S.charCodeAt(position);\n return first < 0xD800 || first > 0xDBFF || position + 1 === size\n || (second = S.charCodeAt(position + 1)) < 0xDC00 || second > 0xDFFF\n ? CONVERT_TO_STRING ? S.charAt(position) : first\n : CONVERT_TO_STRING ? S.slice(position, position + 2) : (first - 0xD800 << 10) + (second - 0xDC00) + 0x10000;\n };\n};\n\nmodule.exports = {\n // `String.prototype.codePointAt` method\n // https://tc39.github.io/ecma262/#sec-string.prototype.codepointat\n codeAt: createMethod(false),\n // `String.prototype.at` method\n // https://github.com/mathiasbynens/String.prototype.at\n charAt: createMethod(true)\n};\n","'use strict';\nvar fixRegExpWellKnownSymbolLogic = require('../internals/fix-regexp-well-known-symbol-logic');\nvar isRegExp = require('../internals/is-regexp');\nvar anObject = require('../internals/an-object');\nvar requireObjectCoercible = require('../internals/require-object-coercible');\nvar speciesConstructor = require('../internals/species-constructor');\nvar advanceStringIndex = require('../internals/advance-string-index');\nvar toLength = require('../internals/to-length');\nvar callRegExpExec = require('../internals/regexp-exec-abstract');\nvar regexpExec = require('../internals/regexp-exec');\nvar fails = require('../internals/fails');\n\nvar arrayPush = [].push;\nvar min = Math.min;\nvar MAX_UINT32 = 0xFFFFFFFF;\n\n// babel-minify transpiles RegExp('x', 'y') -> /x/y and it causes SyntaxError\nvar SUPPORTS_Y = !fails(function () { return !RegExp(MAX_UINT32, 'y'); });\n\n// @@split logic\nfixRegExpWellKnownSymbolLogic('split', 2, function (SPLIT, nativeSplit, maybeCallNative) {\n var internalSplit;\n if (\n 'abbc'.split(/(b)*/)[1] == 'c' ||\n 'test'.split(/(?:)/, -1).length != 4 ||\n 'ab'.split(/(?:ab)*/).length != 2 ||\n '.'.split(/(.?)(.?)/).length != 4 ||\n '.'.split(/()()/).length > 1 ||\n ''.split(/.?/).length\n ) {\n // based on es5-shim implementation, need to rework it\n internalSplit = function (separator, limit) {\n var string = String(requireObjectCoercible(this));\n var lim = limit === undefined ? MAX_UINT32 : limit >>> 0;\n if (lim === 0) return [];\n if (separator === undefined) return [string];\n // If `separator` is not a regex, use native split\n if (!isRegExp(separator)) {\n return nativeSplit.call(string, separator, lim);\n }\n var output = [];\n var flags = (separator.ignoreCase ? 'i' : '') +\n (separator.multiline ? 'm' : '') +\n (separator.unicode ? 'u' : '') +\n (separator.sticky ? 'y' : '');\n var lastLastIndex = 0;\n // Make `global` and avoid `lastIndex` issues by working with a copy\n var separatorCopy = new RegExp(separator.source, flags + 'g');\n var match, lastIndex, lastLength;\n while (match = regexpExec.call(separatorCopy, string)) {\n lastIndex = separatorCopy.lastIndex;\n if (lastIndex > lastLastIndex) {\n output.push(string.slice(lastLastIndex, match.index));\n if (match.length > 1 && match.index < string.length) arrayPush.apply(output, match.slice(1));\n lastLength = match[0].length;\n lastLastIndex = lastIndex;\n if (output.length >= lim) break;\n }\n if (separatorCopy.lastIndex === match.index) separatorCopy.lastIndex++; // Avoid an infinite loop\n }\n if (lastLastIndex === string.length) {\n if (lastLength || !separatorCopy.test('')) output.push('');\n } else output.push(string.slice(lastLastIndex));\n return output.length > lim ? output.slice(0, lim) : output;\n };\n // Chakra, V8\n } else if ('0'.split(undefined, 0).length) {\n internalSplit = function (separator, limit) {\n return separator === undefined && limit === 0 ? [] : nativeSplit.call(this, separator, limit);\n };\n } else internalSplit = nativeSplit;\n\n return [\n // `String.prototype.split` method\n // https://tc39.github.io/ecma262/#sec-string.prototype.split\n function split(separator, limit) {\n var O = requireObjectCoercible(this);\n var splitter = separator == undefined ? undefined : separator[SPLIT];\n return splitter !== undefined\n ? splitter.call(separator, O, limit)\n : internalSplit.call(String(O), separator, limit);\n },\n // `RegExp.prototype[@@split]` method\n // https://tc39.github.io/ecma262/#sec-regexp.prototype-@@split\n //\n // NOTE: This cannot be properly polyfilled in engines that don't support\n // the 'y' flag.\n function (regexp, limit) {\n var res = maybeCallNative(internalSplit, regexp, this, limit, internalSplit !== nativeSplit);\n if (res.done) return res.value;\n\n var rx = anObject(regexp);\n var S = String(this);\n var C = speciesConstructor(rx, RegExp);\n\n var unicodeMatching = rx.unicode;\n var flags = (rx.ignoreCase ? 'i' : '') +\n (rx.multiline ? 'm' : '') +\n (rx.unicode ? 'u' : '') +\n (SUPPORTS_Y ? 'y' : 'g');\n\n // ^(? + rx + ) is needed, in combination with some S slicing, to\n // simulate the 'y' flag.\n var splitter = new C(SUPPORTS_Y ? rx : '^(?:' + rx.source + ')', flags);\n var lim = limit === undefined ? MAX_UINT32 : limit >>> 0;\n if (lim === 0) return [];\n if (S.length === 0) return callRegExpExec(splitter, S) === null ? [S] : [];\n var p = 0;\n var q = 0;\n var A = [];\n while (q < S.length) {\n splitter.lastIndex = SUPPORTS_Y ? q : 0;\n var z = callRegExpExec(splitter, SUPPORTS_Y ? S : S.slice(q));\n var e;\n if (\n z === null ||\n (e = min(toLength(splitter.lastIndex + (SUPPORTS_Y ? 0 : q)), S.length)) === p\n ) {\n q = advanceStringIndex(S, q, unicodeMatching);\n } else {\n A.push(S.slice(p, q));\n if (A.length === lim) return A;\n for (var i = 1; i <= z.length - 1; i++) {\n A.push(z[i]);\n if (A.length === lim) return A;\n }\n q = p = e;\n }\n }\n A.push(S.slice(p));\n return A;\n }\n ];\n}, !SUPPORTS_Y);\n","var isObject = require('../internals/is-object');\nvar classof = require('../internals/classof-raw');\nvar wellKnownSymbol = require('../internals/well-known-symbol');\n\nvar MATCH = wellKnownSymbol('match');\n\n// `IsRegExp` abstract operation\n// https://tc39.github.io/ecma262/#sec-isregexp\nmodule.exports = function (it) {\n var isRegExp;\n return isObject(it) && ((isRegExp = it[MATCH]) !== undefined ? !!isRegExp : classof(it) == 'RegExp');\n};\n","var anObject = require('../internals/an-object');\nvar aFunction = require('../internals/a-function');\nvar wellKnownSymbol = require('../internals/well-known-symbol');\n\nvar SPECIES = wellKnownSymbol('species');\n\n// `SpeciesConstructor` abstract operation\n// https://tc39.github.io/ecma262/#sec-speciesconstructor\nmodule.exports = function (O, defaultConstructor) {\n var C = anObject(O).constructor;\n var S;\n return C === undefined || (S = anObject(C)[SPECIES]) == undefined ? defaultConstructor : aFunction(S);\n};\n","var Handlebars = require(\"../../../../node_modules/handlebars/runtime.js\");\nfunction __default(obj) { return obj && (obj.__esModule ? obj[\"default\"] : obj); }\nmodule.exports = (Handlebars[\"default\"] || Handlebars).template({\"1\":function(container,depth0,helpers,partials,data) {\n var stack1, alias1=container.lambda, alias2=container.escapeExpression, lookupProperty = container.lookupProperty || function(parent, propertyName) {\n if (Object.prototype.hasOwnProperty.call(parent, propertyName)) {\n return parent[propertyName];\n }\n return undefined\n };\n\n return \"<img src=\\\"\"\n + alias2(alias1(((stack1 = (depth0 != null ? lookupProperty(depth0,\"contact\") : depth0)) != null ? lookupProperty(stack1,\"avatar\") : stack1), depth0))\n + \"&size=32\\\" class=\\\"avatar\\\" srcset=\\\"\"\n + alias2(alias1(((stack1 = (depth0 != null ? lookupProperty(depth0,\"contact\") : depth0)) != null ? lookupProperty(stack1,\"avatar\") : stack1), depth0))\n + \"&size=32 1x, \"\n + alias2(alias1(((stack1 = (depth0 != null ? lookupProperty(depth0,\"contact\") : depth0)) != null ? lookupProperty(stack1,\"avatar\") : stack1), depth0))\n + \"&size=64 2x, \"\n + alias2(alias1(((stack1 = (depth0 != null ? lookupProperty(depth0,\"contact\") : depth0)) != null ? lookupProperty(stack1,\"avatar\") : stack1), depth0))\n + \"&size=128 4x\\\" alt=\\\"\\\">\\n\";\n},\"3\":function(container,depth0,helpers,partials,data) {\n return \"<div class=\\\"avatar\\\"></div>\\n\";\n},\"5\":function(container,depth0,helpers,partials,data) {\n var stack1, alias1=container.lambda, alias2=container.escapeExpression, lookupProperty = container.lookupProperty || function(parent, propertyName) {\n if (Object.prototype.hasOwnProperty.call(parent, propertyName)) {\n return parent[propertyName];\n }\n return undefined\n };\n\n return \"<a class=\\\"top-action\\\" href=\\\"\"\n + alias2(alias1(((stack1 = ((stack1 = (depth0 != null ? lookupProperty(depth0,\"contact\") : depth0)) != null ? lookupProperty(stack1,\"topAction\") : stack1)) != null ? lookupProperty(stack1,\"hyperlink\") : stack1), depth0))\n + \"\\\" title=\\\"\"\n + alias2(alias1(((stack1 = ((stack1 = (depth0 != null ? lookupProperty(depth0,\"contact\") : depth0)) != null ? lookupProperty(stack1,\"topAction\") : stack1)) != null ? lookupProperty(stack1,\"title\") : stack1), depth0))\n + \"\\\">\\n\t<img src=\\\"\"\n + alias2(alias1(((stack1 = ((stack1 = (depth0 != null ? lookupProperty(depth0,\"contact\") : depth0)) != null ? lookupProperty(stack1,\"topAction\") : stack1)) != null ? lookupProperty(stack1,\"icon\") : stack1), depth0))\n + \"\\\" alt=\\\"\"\n + alias2(alias1(((stack1 = ((stack1 = (depth0 != null ? lookupProperty(depth0,\"contact\") : depth0)) != null ? lookupProperty(stack1,\"topAction\") : stack1)) != null ? lookupProperty(stack1,\"title\") : stack1), depth0))\n + \"\\\">\\n</a>\\n\";\n},\"7\":function(container,depth0,helpers,partials,data) {\n var stack1, alias1=container.lambda, alias2=container.escapeExpression, lookupProperty = container.lookupProperty || function(parent, propertyName) {\n if (Object.prototype.hasOwnProperty.call(parent, propertyName)) {\n return parent[propertyName];\n }\n return undefined\n };\n\n return \"<a class=\\\"second-action\\\" href=\\\"\"\n + alias2(alias1(((stack1 = ((stack1 = (depth0 != null ? lookupProperty(depth0,\"contact\") : depth0)) != null ? lookupProperty(stack1,\"secondAction\") : stack1)) != null ? lookupProperty(stack1,\"hyperlink\") : stack1), depth0))\n + \"\\\" title=\\\"\"\n + alias2(alias1(((stack1 = ((stack1 = (depth0 != null ? lookupProperty(depth0,\"contact\") : depth0)) != null ? lookupProperty(stack1,\"secondAction\") : stack1)) != null ? lookupProperty(stack1,\"title\") : stack1), depth0))\n + \"\\\">\\n\t<img src=\\\"\"\n + alias2(alias1(((stack1 = ((stack1 = (depth0 != null ? lookupProperty(depth0,\"contact\") : depth0)) != null ? lookupProperty(stack1,\"secondAction\") : stack1)) != null ? lookupProperty(stack1,\"icon\") : stack1), depth0))\n + \"\\\" alt=\\\"\"\n + alias2(alias1(((stack1 = ((stack1 = (depth0 != null ? lookupProperty(depth0,\"contact\") : depth0)) != null ? lookupProperty(stack1,\"secondAction\") : stack1)) != null ? lookupProperty(stack1,\"title\") : stack1), depth0))\n + \"\\\">\\n</a>\\n\";\n},\"9\":function(container,depth0,helpers,partials,data) {\n var stack1, lookupProperty = container.lookupProperty || function(parent, propertyName) {\n if (Object.prototype.hasOwnProperty.call(parent, propertyName)) {\n return parent[propertyName];\n }\n return undefined\n };\n\n return \"\t<span class=\\\"other-actions icon-more\\\"></span>\\n\t<div class=\\\"menu popovermenu\\\">\\n\t\t<ul>\\n\"\n + ((stack1 = lookupProperty(helpers,\"each\").call(depth0 != null ? depth0 : (container.nullContext || {}),((stack1 = (depth0 != null ? lookupProperty(depth0,\"contact\") : depth0)) != null ? lookupProperty(stack1,\"actions\") : stack1),{\"name\":\"each\",\"hash\":{},\"fn\":container.program(10, data, 0),\"inverse\":container.noop,\"data\":data,\"loc\":{\"start\":{\"line\":24,\"column\":3},\"end\":{\"line\":31,\"column\":12}}})) != null ? stack1 : \"\")\n + \"\t\t</ul>\\n\t</div>\\n\";\n},\"10\":function(container,depth0,helpers,partials,data) {\n var helper, alias1=depth0 != null ? depth0 : (container.nullContext || {}), alias2=container.hooks.helperMissing, alias3=\"function\", alias4=container.escapeExpression, lookupProperty = container.lookupProperty || function(parent, propertyName) {\n if (Object.prototype.hasOwnProperty.call(parent, propertyName)) {\n return parent[propertyName];\n }\n return undefined\n };\n\n return \"\t\t\t<li>\\n\t\t\t\t<a href=\\\"\"\n + alias4(((helper = (helper = lookupProperty(helpers,\"hyperlink\") || (depth0 != null ? lookupProperty(depth0,\"hyperlink\") : depth0)) != null ? helper : alias2),(typeof helper === alias3 ? helper.call(alias1,{\"name\":\"hyperlink\",\"hash\":{},\"data\":data,\"loc\":{\"start\":{\"line\":26,\"column\":13},\"end\":{\"line\":26,\"column\":26}}}) : helper)))\n + \"\\\">\\n\t\t\t\t\t<img src=\\\"\"\n + alias4(((helper = (helper = lookupProperty(helpers,\"icon\") || (depth0 != null ? lookupProperty(depth0,\"icon\") : depth0)) != null ? helper : alias2),(typeof helper === alias3 ? helper.call(alias1,{\"name\":\"icon\",\"hash\":{},\"data\":data,\"loc\":{\"start\":{\"line\":27,\"column\":15},\"end\":{\"line\":27,\"column\":23}}}) : helper)))\n + \"\\\" alt=\\\"\\\">\\n\t\t\t\t\t<span>\"\n + alias4(((helper = (helper = lookupProperty(helpers,\"title\") || (depth0 != null ? lookupProperty(depth0,\"title\") : depth0)) != null ? helper : alias2),(typeof helper === alias3 ? helper.call(alias1,{\"name\":\"title\",\"hash\":{},\"data\":data,\"loc\":{\"start\":{\"line\":28,\"column\":11},\"end\":{\"line\":28,\"column\":20}}}) : helper)))\n + \"</span>\\n\t\t\t\t</a>\\n\t\t\t</li>\\n\";\n},\"compiler\":[8,\">= 4.3.0\"],\"main\":function(container,depth0,helpers,partials,data) {\n var stack1, alias1=depth0 != null ? depth0 : (container.nullContext || {}), alias2=container.lambda, alias3=container.escapeExpression, lookupProperty = container.lookupProperty || function(parent, propertyName) {\n if (Object.prototype.hasOwnProperty.call(parent, propertyName)) {\n return parent[propertyName];\n }\n return undefined\n };\n\n return ((stack1 = lookupProperty(helpers,\"if\").call(alias1,((stack1 = (depth0 != null ? lookupProperty(depth0,\"contact\") : depth0)) != null ? lookupProperty(stack1,\"avatar\") : stack1),{\"name\":\"if\",\"hash\":{},\"fn\":container.program(1, data, 0),\"inverse\":container.program(3, data, 0),\"data\":data,\"loc\":{\"start\":{\"line\":1,\"column\":0},\"end\":{\"line\":5,\"column\":7}}})) != null ? stack1 : \"\")\n + \"<div class=\\\"body\\\">\\n\t<div class=\\\"full-name\\\">\"\n + alias3(alias2(((stack1 = (depth0 != null ? lookupProperty(depth0,\"contact\") : depth0)) != null ? lookupProperty(stack1,\"fullName\") : stack1), depth0))\n + \"</div>\\n\t<div class=\\\"last-message\\\">\"\n + alias3(alias2(((stack1 = (depth0 != null ? lookupProperty(depth0,\"contact\") : depth0)) != null ? lookupProperty(stack1,\"lastMessage\") : stack1), depth0))\n + \"</div>\\n</div>\\n\"\n + ((stack1 = lookupProperty(helpers,\"if\").call(alias1,((stack1 = (depth0 != null ? lookupProperty(depth0,\"contact\") : depth0)) != null ? lookupProperty(stack1,\"topAction\") : stack1),{\"name\":\"if\",\"hash\":{},\"fn\":container.program(5, data, 0),\"inverse\":container.noop,\"data\":data,\"loc\":{\"start\":{\"line\":10,\"column\":0},\"end\":{\"line\":14,\"column\":7}}})) != null ? stack1 : \"\")\n + ((stack1 = lookupProperty(helpers,\"if\").call(alias1,((stack1 = (depth0 != null ? lookupProperty(depth0,\"contact\") : depth0)) != null ? lookupProperty(stack1,\"hasTwoActions\") : stack1),{\"name\":\"if\",\"hash\":{},\"fn\":container.program(7, data, 0),\"inverse\":container.noop,\"data\":data,\"loc\":{\"start\":{\"line\":15,\"column\":0},\"end\":{\"line\":19,\"column\":7}}})) != null ? stack1 : \"\")\n + ((stack1 = lookupProperty(helpers,\"if\").call(alias1,((stack1 = (depth0 != null ? lookupProperty(depth0,\"contact\") : depth0)) != null ? lookupProperty(stack1,\"hasManyActions\") : stack1),{\"name\":\"if\",\"hash\":{},\"fn\":container.program(9, data, 0),\"inverse\":container.noop,\"data\":data,\"loc\":{\"start\":{\"line\":20,\"column\":0},\"end\":{\"line\":34,\"column\":7}}})) != null ? stack1 : \"\");\n},\"useData\":true});","'use strict';\n\nexports.__esModule = true;\n\nvar _utils = require('../utils');\n\nexports['default'] = function (instance) {\n instance.registerHelper('blockHelperMissing', function (context, options) {\n var inverse = options.inverse,\n fn = options.fn;\n\n if (context === true) {\n return fn(this);\n } else if (context === false || context == null) {\n return inverse(this);\n } else if (_utils.isArray(context)) {\n if (context.length > 0) {\n if (options.ids) {\n options.ids = [options.name];\n }\n\n return instance.helpers.each(context, options);\n } else {\n return inverse(this);\n }\n } else {\n if (options.data && options.ids) {\n var data = _utils.createFrame(options.data);\n data.contextPath = _utils.appendContextPath(options.data.contextPath, options.name);\n options = { data: data };\n }\n\n return fn(context, options);\n }\n });\n};\n\nmodule.exports = exports['default'];\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uL2xpYi9oYW5kbGViYXJzL2hlbHBlcnMvYmxvY2staGVscGVyLW1pc3NpbmcuanMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6Ijs7OztxQkFBd0QsVUFBVTs7cUJBRW5ELFVBQVMsUUFBUSxFQUFFO0FBQ2hDLFVBQVEsQ0FBQyxjQUFjLENBQUMsb0JBQW9CLEVBQUUsVUFBUyxPQUFPLEVBQUUsT0FBTyxFQUFFO0FBQ3ZFLFFBQUksT0FBTyxHQUFHLE9BQU8sQ0FBQyxPQUFPO1FBQzNCLEVBQUUsR0FBRyxPQUFPLENBQUMsRUFBRSxDQUFDOztBQUVsQixRQUFJLE9BQU8sS0FBSyxJQUFJLEVBQUU7QUFDcEIsYUFBTyxFQUFFLENBQUMsSUFBSSxDQUFDLENBQUM7S0FDakIsTUFBTSxJQUFJLE9BQU8sS0FBSyxLQUFLLElBQUksT0FBTyxJQUFJLElBQUksRUFBRTtBQUMvQyxhQUFPLE9BQU8sQ0FBQyxJQUFJLENBQUMsQ0FBQztLQUN0QixNQUFNLElBQUksZUFBUSxPQUFPLENBQUMsRUFBRTtBQUMzQixVQUFJLE9BQU8sQ0FBQyxNQUFNLEdBQUcsQ0FBQyxFQUFFO0FBQ3RCLFlBQUksT0FBTyxDQUFDLEdBQUcsRUFBRTtBQUNmLGlCQUFPLENBQUMsR0FBRyxHQUFHLENBQUMsT0FBTyxDQUFDLElBQUksQ0FBQyxDQUFDO1NBQzlCOztBQUVELGVBQU8sUUFBUSxDQUFDLE9BQU8sQ0FBQyxJQUFJLENBQUMsT0FBTyxFQUFFLE9BQU8sQ0FBQyxDQUFDO09BQ2hELE1BQU07QUFDTCxlQUFPLE9BQU8sQ0FBQyxJQUFJLENBQUMsQ0FBQztPQUN0QjtLQUNGLE1BQU07QUFDTCxVQUFJLE9BQU8sQ0FBQyxJQUFJLElBQUksT0FBTyxDQUFDLEdBQUcsRUFBRTtBQUMvQixZQUFJLElBQUksR0FBRyxtQkFBWSxPQUFPLENBQUMsSUFBSSxDQUFDLENBQUM7QUFDckMsWUFBSSxDQUFDLFdBQVcsR0FBRyx5QkFDakIsT0FBTyxDQUFDLElBQUksQ0FBQyxXQUFXLEVBQ3hCLE9BQU8sQ0FBQyxJQUFJLENBQ2IsQ0FBQztBQUNGLGVBQU8sR0FBRyxFQUFFLElBQUksRUFBRSxJQUFJLEVBQUUsQ0FBQztPQUMxQjs7QUFFRCxhQUFPLEVBQUUsQ0FBQyxPQUFPLEVBQUUsT0FBTyxDQUFDLENBQUM7S0FDN0I7R0FDRixDQUFDLENBQUM7Q0FDSiIsImZpbGUiOiJibG9jay1oZWxwZXItbWlzc2luZy5qcyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IGFwcGVuZENvbnRleHRQYXRoLCBjcmVhdGVGcmFtZSwgaXNBcnJheSB9IGZyb20gJy4uL3V0aWxzJztcblxuZXhwb3J0IGRlZmF1bHQgZnVuY3Rpb24oaW5zdGFuY2UpIHtcbiAgaW5zdGFuY2UucmVnaXN0ZXJIZWxwZXIoJ2Jsb2NrSGVscGVyTWlzc2luZycsIGZ1bmN0aW9uKGNvbnRleHQsIG9wdGlvbnMpIHtcbiAgICBsZXQgaW52ZXJzZSA9IG9wdGlvbnMuaW52ZXJzZSxcbiAgICAgIGZuID0gb3B0aW9ucy5mbjtcblxuICAgIGlmIChjb250ZXh0ID09PSB0cnVlKSB7XG4gICAgICByZXR1cm4gZm4odGhpcyk7XG4gICAgfSBlbHNlIGlmIChjb250ZXh0ID09PSBmYWxzZSB8fCBjb250ZXh0ID09IG51bGwpIHtcbiAgICAgIHJldHVybiBpbnZlcnNlKHRoaXMpO1xuICAgIH0gZWxzZSBpZiAoaXNBcnJheShjb250ZXh0KSkge1xuICAgICAgaWYgKGNvbnRleHQubGVuZ3RoID4gMCkge1xuICAgICAgICBpZiAob3B0aW9ucy5pZHMpIHtcbiAgICAgICAgICBvcHRpb25zLmlkcyA9IFtvcHRpb25zLm5hbWVdO1xuICAgICAgICB9XG5cbiAgICAgICAgcmV0dXJuIGluc3RhbmNlLmhlbHBlcnMuZWFjaChjb250ZXh0LCBvcHRpb25zKTtcbiAgICAgIH0gZWxzZSB7XG4gICAgICAgIHJldHVybiBpbnZlcnNlKHRoaXMpO1xuICAgICAgfVxuICAgIH0gZWxzZSB7XG4gICAgICBpZiAob3B0aW9ucy5kYXRhICYmIG9wdGlvbnMuaWRzKSB7XG4gICAgICAgIGxldCBkYXRhID0gY3JlYXRlRnJhbWUob3B0aW9ucy5kYXRhKTtcbiAgICAgICAgZGF0YS5jb250ZXh0UGF0aCA9IGFwcGVuZENvbnRleHRQYXRoKFxuICAgICAgICAgIG9wdGlvbnMuZGF0YS5jb250ZXh0UGF0aCxcbiAgICAgICAgICBvcHRpb25zLm5hbWVcbiAgICAgICAgKTtcbiAgICAgICAgb3B0aW9ucyA9IHsgZGF0YTogZGF0YSB9O1xuICAgICAgfVxuXG4gICAgICByZXR1cm4gZm4oY29udGV4dCwgb3B0aW9ucyk7XG4gICAgfVxuICB9KTtcbn1cbiJdfQ==\n","'use strict';\n\nexports.__esModule = true;\n// istanbul ignore next\n\nfunction _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { 'default': obj }; }\n\nvar _utils = require('../utils');\n\nvar _exception = require('../exception');\n\nvar _exception2 = _interopRequireDefault(_exception);\n\nexports['default'] = function (instance) {\n instance.registerHelper('each', function (context, options) {\n if (!options) {\n throw new _exception2['default']('Must pass iterator to #each');\n }\n\n var fn = options.fn,\n inverse = options.inverse,\n i = 0,\n ret = '',\n data = undefined,\n contextPath = undefined;\n\n if (options.data && options.ids) {\n contextPath = _utils.appendContextPath(options.data.contextPath, options.ids[0]) + '.';\n }\n\n if (_utils.isFunction(context)) {\n context = context.call(this);\n }\n\n if (options.data) {\n data = _utils.createFrame(options.data);\n }\n\n function execIteration(field, index, last) {\n if (data) {\n data.key = field;\n data.index = index;\n data.first = index === 0;\n data.last = !!last;\n\n if (contextPath) {\n data.contextPath = contextPath + field;\n }\n }\n\n ret = ret + fn(context[field], {\n data: data,\n blockParams: _utils.blockParams([context[field], field], [contextPath + field, null])\n });\n }\n\n if (context && typeof context === 'object') {\n if (_utils.isArray(context)) {\n for (var j = context.length; i < j; i++) {\n if (i in context) {\n execIteration(i, i, i === context.length - 1);\n }\n }\n } else if (global.Symbol && context[global.Symbol.iterator]) {\n var newContext = [];\n var iterator = context[global.Symbol.iterator]();\n for (var it = iterator.next(); !it.done; it = iterator.next()) {\n newContext.push(it.value);\n }\n context = newContext;\n for (var j = context.length; i < j; i++) {\n execIteration(i, i, i === context.length - 1);\n }\n } else {\n (function () {\n var priorKey = undefined;\n\n Object.keys(context).forEach(function (key) {\n // We're running the iterations one step out of sync so we can detect\n // the last iteration without have to scan the object twice and create\n // an itermediate keys array.\n if (priorKey !== undefined) {\n execIteration(priorKey, i - 1);\n }\n priorKey = key;\n i++;\n });\n if (priorKey !== undefined) {\n execIteration(priorKey, i - 1, true);\n }\n })();\n }\n }\n\n if (i === 0) {\n ret = inverse(this);\n }\n\n return ret;\n });\n};\n\nmodule.exports = exports['default'];\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uL2xpYi9oYW5kbGViYXJzL2hlbHBlcnMvZWFjaC5qcyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiOzs7Ozs7O3FCQU1PLFVBQVU7O3lCQUNLLGNBQWM7Ozs7cUJBRXJCLFVBQVMsUUFBUSxFQUFFO0FBQ2hDLFVBQVEsQ0FBQyxjQUFjLENBQUMsTUFBTSxFQUFFLFVBQVMsT0FBTyxFQUFFLE9BQU8sRUFBRTtBQUN6RCxRQUFJLENBQUMsT0FBTyxFQUFFO0FBQ1osWUFBTSwyQkFBYyw2QkFBNkIsQ0FBQyxDQUFDO0tBQ3BEOztBQUVELFFBQUksRUFBRSxHQUFHLE9BQU8sQ0FBQyxFQUFFO1FBQ2pCLE9BQU8sR0FBRyxPQUFPLENBQUMsT0FBTztRQUN6QixDQUFDLEdBQUcsQ0FBQztRQUNMLEdBQUcsR0FBRyxFQUFFO1FBQ1IsSUFBSSxZQUFBO1FBQ0osV0FBVyxZQUFBLENBQUM7O0FBRWQsUUFBSSxPQUFPLENBQUMsSUFBSSxJQUFJLE9BQU8sQ0FBQyxHQUFHLEVBQUU7QUFDL0IsaUJBQVcsR0FDVCx5QkFBa0IsT0FBTyxDQUFDLElBQUksQ0FBQyxXQUFXLEVBQUUsT0FBTyxDQUFDLEdBQUcsQ0FBQyxDQUFDLENBQUMsQ0FBQyxHQUFHLEdBQUcsQ0FBQztLQUNyRTs7QUFFRCxRQUFJLGtCQUFXLE9BQU8sQ0FBQyxFQUFFO0FBQ3ZCLGFBQU8sR0FBRyxPQUFPLENBQUMsSUFBSSxDQUFDLElBQUksQ0FBQyxDQUFDO0tBQzlCOztBQUVELFFBQUksT0FBTyxDQUFDLElBQUksRUFBRTtBQUNoQixVQUFJLEdBQUcsbUJBQVksT0FBTyxDQUFDLElBQUksQ0FBQyxDQUFDO0tBQ2xDOztBQUVELGFBQVMsYUFBYSxDQUFDLEtBQUssRUFBRSxLQUFLLEVBQUUsSUFBSSxFQUFFO0FBQ3pDLFVBQUksSUFBSSxFQUFFO0FBQ1IsWUFBSSxDQUFDLEdBQUcsR0FBRyxLQUFLLENBQUM7QUFDakIsWUFBSSxDQUFDLEtBQUssR0FBRyxLQUFLLENBQUM7QUFDbkIsWUFBSSxDQUFDLEtBQUssR0FBRyxLQUFLLEtBQUssQ0FBQyxDQUFDO0FBQ3pCLFlBQUksQ0FBQyxJQUFJLEdBQUcsQ0FBQyxDQUFDLElBQUksQ0FBQzs7QUFFbkIsWUFBSSxXQUFXLEVBQUU7QUFDZixjQUFJLENBQUMsV0FBVyxHQUFHLFdBQVcsR0FBRyxLQUFLLENBQUM7U0FDeEM7T0FDRjs7QUFFRCxTQUFHLEdBQ0QsR0FBRyxHQUNILEVBQUUsQ0FBQyxPQUFPLENBQUMsS0FBSyxDQUFDLEVBQUU7QUFDakIsWUFBSSxFQUFFLElBQUk7QUFDVixtQkFBVyxFQUFFLG1CQUNYLENBQUMsT0FBTyxDQUFDLEtBQUssQ0FBQyxFQUFFLEtBQUssQ0FBQyxFQUN2QixDQUFDLFdBQVcsR0FBRyxLQUFLLEVBQUUsSUFBSSxDQUFDLENBQzVCO09BQ0YsQ0FBQyxDQUFDO0tBQ047O0FBRUQsUUFBSSxPQUFPLElBQUksT0FBTyxPQUFPLEtBQUssUUFBUSxFQUFFO0FBQzFDLFVBQUksZUFBUSxPQUFPLENBQUMsRUFBRTtBQUNwQixhQUFLLElBQUksQ0FBQyxHQUFHLE9BQU8sQ0FBQyxNQUFNLEVBQUUsQ0FBQyxHQUFHLENBQUMsRUFBRSxDQUFDLEVBQUUsRUFBRTtBQUN2QyxjQUFJLENBQUMsSUFBSSxPQUFPLEVBQUU7QUFDaEIseUJBQWEsQ0FBQyxDQUFDLEVBQUUsQ0FBQyxFQUFFLENBQUMsS0FBSyxPQUFPLENBQUMsTUFBTSxHQUFHLENBQUMsQ0FBQyxDQUFDO1dBQy9DO1NBQ0Y7T0FDRixNQUFNLElBQUksTUFBTSxDQUFDLE1BQU0sSUFBSSxPQUFPLENBQUMsTUFBTSxDQUFDLE1BQU0sQ0FBQyxRQUFRLENBQUMsRUFBRTtBQUMzRCxZQUFNLFVBQVUsR0FBRyxFQUFFLENBQUM7QUFDdEIsWUFBTSxRQUFRLEdBQUcsT0FBTyxDQUFDLE1BQU0sQ0FBQyxNQUFNLENBQUMsUUFBUSxDQUFDLEVBQUUsQ0FBQztBQUNuRCxhQUFLLElBQUksRUFBRSxHQUFHLFFBQVEsQ0FBQyxJQUFJLEVBQUUsRUFBRSxDQUFDLEVBQUUsQ0FBQyxJQUFJLEVBQUUsRUFBRSxHQUFHLFFBQVEsQ0FBQyxJQUFJLEVBQUUsRUFBRTtBQUM3RCxvQkFBVSxDQUFDLElBQUksQ0FBQyxFQUFFLENBQUMsS0FBSyxDQUFDLENBQUM7U0FDM0I7QUFDRCxlQUFPLEdBQUcsVUFBVSxDQUFDO0FBQ3JCLGFBQUssSUFBSSxDQUFDLEdBQUcsT0FBTyxDQUFDLE1BQU0sRUFBRSxDQUFDLEdBQUcsQ0FBQyxFQUFFLENBQUMsRUFBRSxFQUFFO0FBQ3ZDLHVCQUFhLENBQUMsQ0FBQyxFQUFFLENBQUMsRUFBRSxDQUFDLEtBQUssT0FBTyxDQUFDLE1BQU0sR0FBRyxDQUFDLENBQUMsQ0FBQztTQUMvQztPQUNGLE1BQU07O0FBQ0wsY0FBSSxRQUFRLFlBQUEsQ0FBQzs7QUFFYixnQkFBTSxDQUFDLElBQUksQ0FBQyxPQUFPLENBQUMsQ0FBQyxPQUFPLENBQUMsVUFBQSxHQUFHLEVBQUk7Ozs7QUFJbEMsZ0JBQUksUUFBUSxLQUFLLFNBQVMsRUFBRTtBQUMxQiwyQkFBYSxDQUFDLFFBQVEsRUFBRSxDQUFDLEdBQUcsQ0FBQyxDQUFDLENBQUM7YUFDaEM7QUFDRCxvQkFBUSxHQUFHLEdBQUcsQ0FBQztBQUNmLGFBQUMsRUFBRSxDQUFDO1dBQ0wsQ0FBQyxDQUFDO0FBQ0gsY0FBSSxRQUFRLEtBQUssU0FBUyxFQUFFO0FBQzFCLHlCQUFhLENBQUMsUUFBUSxFQUFFLENBQUMsR0FBRyxDQUFDLEVBQUUsSUFBSSxDQUFDLENBQUM7V0FDdEM7O09BQ0Y7S0FDRjs7QUFFRCxRQUFJLENBQUMsS0FBSyxDQUFDLEVBQUU7QUFDWCxTQUFHLEdBQUcsT0FBTyxDQUFDLElBQUksQ0FBQyxDQUFDO0tBQ3JCOztBQUVELFdBQU8sR0FBRyxDQUFDO0dBQ1osQ0FBQyxDQUFDO0NBQ0oiLCJmaWxlIjoiZWFjaC5qcyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7XG4gIGFwcGVuZENvbnRleHRQYXRoLFxuICBibG9ja1BhcmFtcyxcbiAgY3JlYXRlRnJhbWUsXG4gIGlzQXJyYXksXG4gIGlzRnVuY3Rpb25cbn0gZnJvbSAnLi4vdXRpbHMnO1xuaW1wb3J0IEV4Y2VwdGlvbiBmcm9tICcuLi9leGNlcHRpb24nO1xuXG5leHBvcnQgZGVmYXVsdCBmdW5jdGlvbihpbnN0YW5jZSkge1xuICBpbnN0YW5jZS5yZWdpc3RlckhlbHBlcignZWFjaCcsIGZ1bmN0aW9uKGNvbnRleHQsIG9wdGlvbnMpIHtcbiAgICBpZiAoIW9wdGlvbnMpIHtcbiAgICAgIHRocm93IG5ldyBFeGNlcHRpb24oJ011c3QgcGFzcyBpdGVyYXRvciB0byAjZWFjaCcpO1xuICAgIH1cblxuICAgIGxldCBmbiA9IG9wdGlvbnMuZm4sXG4gICAgICBpbnZlcnNlID0gb3B0aW9ucy5pbnZlcnNlLFxuICAgICAgaSA9IDAsXG4gICAgICByZXQgPSAnJyxcbiAgICAgIGRhdGEsXG4gICAgICBjb250ZXh0UGF0aDtcblxuICAgIGlmIChvcHRpb25zLmRhdGEgJiYgb3B0aW9ucy5pZHMpIHtcbiAgICAgIGNvbnRleHRQYXRoID1cbiAgICAgICAgYXBwZW5kQ29udGV4dFBhdGgob3B0aW9ucy5kYXRhLmNvbnRleHRQYXRoLCBvcHRpb25zLmlkc1swXSkgKyAnLic7XG4gICAgfVxuXG4gICAgaWYgKGlzRnVuY3Rpb24oY29udGV4dCkpIHtcbiAgICAgIGNvbnRleHQgPSBjb250ZXh0LmNhbGwodGhpcyk7XG4gICAgfVxuXG4gICAgaWYgKG9wdGlvbnMuZGF0YSkge1xuICAgICAgZGF0YSA9IGNyZWF0ZUZyYW1lKG9wdGlvbnMuZGF0YSk7XG4gICAgfVxuXG4gICAgZnVuY3Rpb24gZXhlY0l0ZXJhdGlvbihmaWVsZCwgaW5kZXgsIGxhc3QpIHtcbiAgICAgIGlmIChkYXRhKSB7XG4gICAgICAgIGRhdGEua2V5ID0gZmllbGQ7XG4gICAgICAgIGRhdGEuaW5kZXggPSBpbmRleDtcbiAgICAgICAgZGF0YS5maXJzdCA9IGluZGV4ID09PSAwO1xuICAgICAgICBkYXRhLmxhc3QgPSAhIWxhc3Q7XG5cbiAgICAgICAgaWYgKGNvbnRleHRQYXRoKSB7XG4gICAgICAgICAgZGF0YS5jb250ZXh0UGF0aCA9IGNvbnRleHRQYXRoICsgZmllbGQ7XG4gICAgICAgIH1cbiAgICAgIH1cblxuICAgICAgcmV0ID1cbiAgICAgICAgcmV0ICtcbiAgICAgICAgZm4oY29udGV4dFtmaWVsZF0sIHtcbiAgICAgICAgICBkYXRhOiBkYXRhLFxuICAgICAgICAgIGJsb2NrUGFyYW1zOiBibG9ja1BhcmFtcyhcbiAgICAgICAgICAgIFtjb250ZXh0W2ZpZWxkXSwgZmllbGRdLFxuICAgICAgICAgICAgW2NvbnRleHRQYXRoICsgZmllbGQsIG51bGxdXG4gICAgICAgICAgKVxuICAgICAgICB9KTtcbiAgICB9XG5cbiAgICBpZiAoY29udGV4dCAmJiB0eXBlb2YgY29udGV4dCA9PT0gJ29iamVjdCcpIHtcbiAgICAgIGlmIChpc0FycmF5KGNvbnRleHQpKSB7XG4gICAgICAgIGZvciAobGV0IGogPSBjb250ZXh0Lmxlbmd0aDsgaSA8IGo7IGkrKykge1xuICAgICAgICAgIGlmIChpIGluIGNvbnRleHQpIHtcbiAgICAgICAgICAgIGV4ZWNJdGVyYXRpb24oaSwgaSwgaSA9PT0gY29udGV4dC5sZW5ndGggLSAxKTtcbiAgICAgICAgICB9XG4gICAgICAgIH1cbiAgICAgIH0gZWxzZSBpZiAoZ2xvYmFsLlN5bWJvbCAmJiBjb250ZXh0W2dsb2JhbC5TeW1ib2wuaXRlcmF0b3JdKSB7XG4gICAgICAgIGNvbnN0IG5ld0NvbnRleHQgPSBbXTtcbiAgICAgICAgY29uc3QgaXRlcmF0b3IgPSBjb250ZXh0W2dsb2JhbC5TeW1ib2wuaXRlcmF0b3JdKCk7XG4gICAgICAgIGZvciAobGV0IGl0ID0gaXRlcmF0b3IubmV4dCgpOyAhaXQuZG9uZTsgaXQgPSBpdGVyYXRvci5uZXh0KCkpIHtcbiAgICAgICAgICBuZXdDb250ZXh0LnB1c2goaXQudmFsdWUpO1xuICAgICAgICB9XG4gICAgICAgIGNvbnRleHQgPSBuZXdDb250ZXh0O1xuICAgICAgICBmb3IgKGxldCBqID0gY29udGV4dC5sZW5ndGg7IGkgPCBqOyBpKyspIHtcbiAgICAgICAgICBleGVjSXRlcmF0aW9uKGksIGksIGkgPT09IGNvbnRleHQubGVuZ3RoIC0gMSk7XG4gICAgICAgIH1cbiAgICAgIH0gZWxzZSB7XG4gICAgICAgIGxldCBwcmlvcktleTtcblxuICAgICAgICBPYmplY3Qua2V5cyhjb250ZXh0KS5mb3JFYWNoKGtleSA9PiB7XG4gICAgICAgICAgLy8gV2UncmUgcnVubmluZyB0aGUgaXRlcmF0aW9ucyBvbmUgc3RlcCBvdXQgb2Ygc3luYyBzbyB3ZSBjYW4gZGV0ZWN0XG4gICAgICAgICAgLy8gdGhlIGxhc3QgaXRlcmF0aW9uIHdpdGhvdXQgaGF2ZSB0byBzY2FuIHRoZSBvYmplY3QgdHdpY2UgYW5kIGNyZWF0ZVxuICAgICAgICAgIC8vIGFuIGl0ZXJtZWRpYXRlIGtleXMgYXJyYXkuXG4gICAgICAgICAgaWYgKHByaW9yS2V5ICE9PSB1bmRlZmluZWQpIHtcbiAgICAgICAgICAgIGV4ZWNJdGVyYXRpb24ocHJpb3JLZXksIGkgLSAxKTtcbiAgICAgICAgICB9XG4gICAgICAgICAgcHJpb3JLZXkgPSBrZXk7XG4gICAgICAgICAgaSsrO1xuICAgICAgICB9KTtcbiAgICAgICAgaWYgKHByaW9yS2V5ICE9PSB1bmRlZmluZWQpIHtcbiAgICAgICAgICBleGVjSXRlcmF0aW9uKHByaW9yS2V5LCBpIC0gMSwgdHJ1ZSk7XG4gICAgICAgIH1cbiAgICAgIH1cbiAgICB9XG5cbiAgICBpZiAoaSA9PT0gMCkge1xuICAgICAgcmV0ID0gaW52ZXJzZSh0aGlzKTtcbiAgICB9XG5cbiAgICByZXR1cm4gcmV0O1xuICB9KTtcbn1cbiJdfQ==\n","'use strict';\n\nexports.__esModule = true;\n// istanbul ignore next\n\nfunction _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { 'default': obj }; }\n\nvar _exception = require('../exception');\n\nvar _exception2 = _interopRequireDefault(_exception);\n\nexports['default'] = function (instance) {\n instance.registerHelper('helperMissing', function () /* [args, ]options */{\n if (arguments.length === 1) {\n // A missing field in a {{foo}} construct.\n return undefined;\n } else {\n // Someone is actually trying to call something, blow up.\n throw new _exception2['default']('Missing helper: \"' + arguments[arguments.length - 1].name + '\"');\n }\n });\n};\n\nmodule.exports = exports['default'];\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uL2xpYi9oYW5kbGViYXJzL2hlbHBlcnMvaGVscGVyLW1pc3NpbmcuanMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6Ijs7Ozs7Ozt5QkFBc0IsY0FBYzs7OztxQkFFckIsVUFBUyxRQUFRLEVBQUU7QUFDaEMsVUFBUSxDQUFDLGNBQWMsQ0FBQyxlQUFlLEVBQUUsaUNBQWdDO0FBQ3ZFLFFBQUksU0FBUyxDQUFDLE1BQU0sS0FBSyxDQUFDLEVBQUU7O0FBRTFCLGFBQU8sU0FBUyxDQUFDO0tBQ2xCLE1BQU07O0FBRUwsWUFBTSwyQkFDSixtQkFBbUIsR0FBRyxTQUFTLENBQUMsU0FBUyxDQUFDLE1BQU0sR0FBRyxDQUFDLENBQUMsQ0FBQyxJQUFJLEdBQUcsR0FBRyxDQUNqRSxDQUFDO0tBQ0g7R0FDRixDQUFDLENBQUM7Q0FDSiIsImZpbGUiOiJoZWxwZXItbWlzc2luZy5qcyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCBFeGNlcHRpb24gZnJvbSAnLi4vZXhjZXB0aW9uJztcblxuZXhwb3J0IGRlZmF1bHQgZnVuY3Rpb24oaW5zdGFuY2UpIHtcbiAgaW5zdGFuY2UucmVnaXN0ZXJIZWxwZXIoJ2hlbHBlck1pc3NpbmcnLCBmdW5jdGlvbigvKiBbYXJncywgXW9wdGlvbnMgKi8pIHtcbiAgICBpZiAoYXJndW1lbnRzLmxlbmd0aCA9PT0gMSkge1xuICAgICAgLy8gQSBtaXNzaW5nIGZpZWxkIGluIGEge3tmb299fSBjb25zdHJ1Y3QuXG4gICAgICByZXR1cm4gdW5kZWZpbmVkO1xuICAgIH0gZWxzZSB7XG4gICAgICAvLyBTb21lb25lIGlzIGFjdHVhbGx5IHRyeWluZyB0byBjYWxsIHNvbWV0aGluZywgYmxvdyB1cC5cbiAgICAgIHRocm93IG5ldyBFeGNlcHRpb24oXG4gICAgICAgICdNaXNzaW5nIGhlbHBlcjogXCInICsgYXJndW1lbnRzW2FyZ3VtZW50cy5sZW5ndGggLSAxXS5uYW1lICsgJ1wiJ1xuICAgICAgKTtcbiAgICB9XG4gIH0pO1xufVxuIl19\n","'use strict';\n\nexports.__esModule = true;\n// istanbul ignore next\n\nfunction _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { 'default': obj }; }\n\nvar _utils = require('../utils');\n\nvar _exception = require('../exception');\n\nvar _exception2 = _interopRequireDefault(_exception);\n\nexports['default'] = function (instance) {\n instance.registerHelper('if', function (conditional, options) {\n if (arguments.length != 2) {\n throw new _exception2['default']('#if requires exactly one argument');\n }\n if (_utils.isFunction(conditional)) {\n conditional = conditional.call(this);\n }\n\n // Default behavior is to render the positive path if the value is truthy and not empty.\n // The `includeZero` option may be set to treat the condtional as purely not empty based on the\n // behavior of isEmpty. Effectively this determines if 0 is handled by the positive path or negative.\n if (!options.hash.includeZero && !conditional || _utils.isEmpty(conditional)) {\n return options.inverse(this);\n } else {\n return options.fn(this);\n }\n });\n\n instance.registerHelper('unless', function (conditional, options) {\n if (arguments.length != 2) {\n throw new _exception2['default']('#unless requires exactly one argument');\n }\n return instance.helpers['if'].call(this, conditional, {\n fn: options.inverse,\n inverse: options.fn,\n hash: options.hash\n });\n });\n};\n\nmodule.exports = exports['default'];\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uL2xpYi9oYW5kbGViYXJzL2hlbHBlcnMvaWYuanMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6Ijs7Ozs7OztxQkFBb0MsVUFBVTs7eUJBQ3hCLGNBQWM7Ozs7cUJBRXJCLFVBQVMsUUFBUSxFQUFFO0FBQ2hDLFVBQVEsQ0FBQyxjQUFjLENBQUMsSUFBSSxFQUFFLFVBQVMsV0FBVyxFQUFFLE9BQU8sRUFBRTtBQUMzRCxRQUFJLFNBQVMsQ0FBQyxNQUFNLElBQUksQ0FBQyxFQUFFO0FBQ3pCLFlBQU0sMkJBQWMsbUNBQW1DLENBQUMsQ0FBQztLQUMxRDtBQUNELFFBQUksa0JBQVcsV0FBVyxDQUFDLEVBQUU7QUFDM0IsaUJBQVcsR0FBRyxXQUFXLENBQUMsSUFBSSxDQUFDLElBQUksQ0FBQyxDQUFDO0tBQ3RDOzs7OztBQUtELFFBQUksQUFBQyxDQUFDLE9BQU8sQ0FBQyxJQUFJLENBQUMsV0FBVyxJQUFJLENBQUMsV0FBVyxJQUFLLGVBQVEsV0FBVyxDQUFDLEVBQUU7QUFDdkUsYUFBTyxPQUFPLENBQUMsT0FBTyxDQUFDLElBQUksQ0FBQyxDQUFDO0tBQzlCLE1BQU07QUFDTCxhQUFPLE9BQU8sQ0FBQyxFQUFFLENBQUMsSUFBSSxDQUFDLENBQUM7S0FDekI7R0FDRixDQUFDLENBQUM7O0FBRUgsVUFBUSxDQUFDLGNBQWMsQ0FBQyxRQUFRLEVBQUUsVUFBUyxXQUFXLEVBQUUsT0FBTyxFQUFFO0FBQy9ELFFBQUksU0FBUyxDQUFDLE1BQU0sSUFBSSxDQUFDLEVBQUU7QUFDekIsWUFBTSwyQkFBYyx1Q0FBdUMsQ0FBQyxDQUFDO0tBQzlEO0FBQ0QsV0FBTyxRQUFRLENBQUMsT0FBTyxDQUFDLElBQUksQ0FBQyxDQUFDLElBQUksQ0FBQyxJQUFJLEVBQUUsV0FBVyxFQUFFO0FBQ3BELFFBQUUsRUFBRSxPQUFPLENBQUMsT0FBTztBQUNuQixhQUFPLEVBQUUsT0FBTyxDQUFDLEVBQUU7QUFDbkIsVUFBSSxFQUFFLE9BQU8sQ0FBQyxJQUFJO0tBQ25CLENBQUMsQ0FBQztHQUNKLENBQUMsQ0FBQztDQUNKIiwiZmlsZSI6ImlmLmpzIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgaXNFbXB0eSwgaXNGdW5jdGlvbiB9IGZyb20gJy4uL3V0aWxzJztcbmltcG9ydCBFeGNlcHRpb24gZnJvbSAnLi4vZXhjZXB0aW9uJztcblxuZXhwb3J0IGRlZmF1bHQgZnVuY3Rpb24oaW5zdGFuY2UpIHtcbiAgaW5zdGFuY2UucmVnaXN0ZXJIZWxwZXIoJ2lmJywgZnVuY3Rpb24oY29uZGl0aW9uYWwsIG9wdGlvbnMpIHtcbiAgICBpZiAoYXJndW1lbnRzLmxlbmd0aCAhPSAyKSB7XG4gICAgICB0aHJvdyBuZXcgRXhjZXB0aW9uKCcjaWYgcmVxdWlyZXMgZXhhY3RseSBvbmUgYXJndW1lbnQnKTtcbiAgICB9XG4gICAgaWYgKGlzRnVuY3Rpb24oY29uZGl0aW9uYWwpKSB7XG4gICAgICBjb25kaXRpb25hbCA9IGNvbmRpdGlvbmFsLmNhbGwodGhpcyk7XG4gICAgfVxuXG4gICAgLy8gRGVmYXVsdCBiZWhhdmlvciBpcyB0byByZW5kZXIgdGhlIHBvc2l0aXZlIHBhdGggaWYgdGhlIHZhbHVlIGlzIHRydXRoeSBhbmQgbm90IGVtcHR5LlxuICAgIC8vIFRoZSBgaW5jbHVkZVplcm9gIG9wdGlvbiBtYXkgYmUgc2V0IHRvIHRyZWF0IHRoZSBjb25kdGlvbmFsIGFzIHB1cmVseSBub3QgZW1wdHkgYmFzZWQgb24gdGhlXG4gICAgLy8gYmVoYXZpb3Igb2YgaXNFbXB0eS4gRWZmZWN0aXZlbHkgdGhpcyBkZXRlcm1pbmVzIGlmIDAgaXMgaGFuZGxlZCBieSB0aGUgcG9zaXRpdmUgcGF0aCBvciBuZWdhdGl2ZS5cbiAgICBpZiAoKCFvcHRpb25zLmhhc2guaW5jbHVkZVplcm8gJiYgIWNvbmRpdGlvbmFsKSB8fCBpc0VtcHR5KGNvbmRpdGlvbmFsKSkge1xuICAgICAgcmV0dXJuIG9wdGlvbnMuaW52ZXJzZSh0aGlzKTtcbiAgICB9IGVsc2Uge1xuICAgICAgcmV0dXJuIG9wdGlvbnMuZm4odGhpcyk7XG4gICAgfVxuICB9KTtcblxuICBpbnN0YW5jZS5yZWdpc3RlckhlbHBlcigndW5sZXNzJywgZnVuY3Rpb24oY29uZGl0aW9uYWwsIG9wdGlvbnMpIHtcbiAgICBpZiAoYXJndW1lbnRzLmxlbmd0aCAhPSAyKSB7XG4gICAgICB0aHJvdyBuZXcgRXhjZXB0aW9uKCcjdW5sZXNzIHJlcXVpcmVzIGV4YWN0bHkgb25lIGFyZ3VtZW50Jyk7XG4gICAgfVxuICAgIHJldHVybiBpbnN0YW5jZS5oZWxwZXJzWydpZiddLmNhbGwodGhpcywgY29uZGl0aW9uYWwsIHtcbiAgICAgIGZuOiBvcHRpb25zLmludmVyc2UsXG4gICAgICBpbnZlcnNlOiBvcHRpb25zLmZuLFxuICAgICAgaGFzaDogb3B0aW9ucy5oYXNoXG4gICAgfSk7XG4gIH0pO1xufVxuIl19\n","'use strict';\n\nexports.__esModule = true;\n\nexports['default'] = function (instance) {\n instance.registerHelper('log', function () /* message, options */{\n var args = [undefined],\n options = arguments[arguments.length - 1];\n for (var i = 0; i < arguments.length - 1; i++) {\n args.push(arguments[i]);\n }\n\n var level = 1;\n if (options.hash.level != null) {\n level = options.hash.level;\n } else if (options.data && options.data.level != null) {\n level = options.data.level;\n }\n args[0] = level;\n\n instance.log.apply(instance, args);\n });\n};\n\nmodule.exports = exports['default'];\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uL2xpYi9oYW5kbGViYXJzL2hlbHBlcnMvbG9nLmpzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7Ozs7cUJBQWUsVUFBUyxRQUFRLEVBQUU7QUFDaEMsVUFBUSxDQUFDLGNBQWMsQ0FBQyxLQUFLLEVBQUUsa0NBQWlDO0FBQzlELFFBQUksSUFBSSxHQUFHLENBQUMsU0FBUyxDQUFDO1FBQ3BCLE9BQU8sR0FBRyxTQUFTLENBQUMsU0FBUyxDQUFDLE1BQU0sR0FBRyxDQUFDLENBQUMsQ0FBQztBQUM1QyxTQUFLLElBQUksQ0FBQyxHQUFHLENBQUMsRUFBRSxDQUFDLEdBQUcsU0FBUyxDQUFDLE1BQU0sR0FBRyxDQUFDLEVBQUUsQ0FBQyxFQUFFLEVBQUU7QUFDN0MsVUFBSSxDQUFDLElBQUksQ0FBQyxTQUFTLENBQUMsQ0FBQyxDQUFDLENBQUMsQ0FBQztLQUN6Qjs7QUFFRCxRQUFJLEtBQUssR0FBRyxDQUFDLENBQUM7QUFDZCxRQUFJLE9BQU8sQ0FBQyxJQUFJLENBQUMsS0FBSyxJQUFJLElBQUksRUFBRTtBQUM5QixXQUFLLEdBQUcsT0FBTyxDQUFDLElBQUksQ0FBQyxLQUFLLENBQUM7S0FDNUIsTUFBTSxJQUFJLE9BQU8sQ0FBQyxJQUFJLElBQUksT0FBTyxDQUFDLElBQUksQ0FBQyxLQUFLLElBQUksSUFBSSxFQUFFO0FBQ3JELFdBQUssR0FBRyxPQUFPLENBQUMsSUFBSSxDQUFDLEtBQUssQ0FBQztLQUM1QjtBQUNELFFBQUksQ0FBQyxDQUFDLENBQUMsR0FBRyxLQUFLLENBQUM7O0FBRWhCLFlBQVEsQ0FBQyxHQUFHLE1BQUEsQ0FBWixRQUFRLEVBQVEsSUFBSSxDQUFDLENBQUM7R0FDdkIsQ0FBQyxDQUFDO0NBQ0oiLCJmaWxlIjoibG9nLmpzIiwic291cmNlc0NvbnRlbnQiOlsiZXhwb3J0IGRlZmF1bHQgZnVuY3Rpb24oaW5zdGFuY2UpIHtcbiAgaW5zdGFuY2UucmVnaXN0ZXJIZWxwZXIoJ2xvZycsIGZ1bmN0aW9uKC8qIG1lc3NhZ2UsIG9wdGlvbnMgKi8pIHtcbiAgICBsZXQgYXJncyA9IFt1bmRlZmluZWRdLFxuICAgICAgb3B0aW9ucyA9IGFyZ3VtZW50c1thcmd1bWVudHMubGVuZ3RoIC0gMV07XG4gICAgZm9yIChsZXQgaSA9IDA7IGkgPCBhcmd1bWVudHMubGVuZ3RoIC0gMTsgaSsrKSB7XG4gICAgICBhcmdzLnB1c2goYXJndW1lbnRzW2ldKTtcbiAgICB9XG5cbiAgICBsZXQgbGV2ZWwgPSAxO1xuICAgIGlmIChvcHRpb25zLmhhc2gubGV2ZWwgIT0gbnVsbCkge1xuICAgICAgbGV2ZWwgPSBvcHRpb25zLmhhc2gubGV2ZWw7XG4gICAgfSBlbHNlIGlmIChvcHRpb25zLmRhdGEgJiYgb3B0aW9ucy5kYXRhLmxldmVsICE9IG51bGwpIHtcbiAgICAgIGxldmVsID0gb3B0aW9ucy5kYXRhLmxldmVsO1xuICAgIH1cbiAgICBhcmdzWzBdID0gbGV2ZWw7XG5cbiAgICBpbnN0YW5jZS5sb2coLi4uYXJncyk7XG4gIH0pO1xufVxuIl19\n","'use strict';\n\nexports.__esModule = true;\n\nexports['default'] = function (instance) {\n instance.registerHelper('lookup', function (obj, field, options) {\n if (!obj) {\n // Note for 5.0: Change to \"obj == null\" in 5.0\n return obj;\n }\n return options.lookupProperty(obj, field);\n });\n};\n\nmodule.exports = exports['default'];\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uL2xpYi9oYW5kbGViYXJzL2hlbHBlcnMvbG9va3VwLmpzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7Ozs7cUJBQWUsVUFBUyxRQUFRLEVBQUU7QUFDaEMsVUFBUSxDQUFDLGNBQWMsQ0FBQyxRQUFRLEVBQUUsVUFBUyxHQUFHLEVBQUUsS0FBSyxFQUFFLE9BQU8sRUFBRTtBQUM5RCxRQUFJLENBQUMsR0FBRyxFQUFFOztBQUVSLGFBQU8sR0FBRyxDQUFDO0tBQ1o7QUFDRCxXQUFPLE9BQU8sQ0FBQyxjQUFjLENBQUMsR0FBRyxFQUFFLEtBQUssQ0FBQyxDQUFDO0dBQzNDLENBQUMsQ0FBQztDQUNKIiwiZmlsZSI6Imxvb2t1cC5qcyIsInNvdXJjZXNDb250ZW50IjpbImV4cG9ydCBkZWZhdWx0IGZ1bmN0aW9uKGluc3RhbmNlKSB7XG4gIGluc3RhbmNlLnJlZ2lzdGVySGVscGVyKCdsb29rdXAnLCBmdW5jdGlvbihvYmosIGZpZWxkLCBvcHRpb25zKSB7XG4gICAgaWYgKCFvYmopIHtcbiAgICAgIC8vIE5vdGUgZm9yIDUuMDogQ2hhbmdlIHRvIFwib2JqID09IG51bGxcIiBpbiA1LjBcbiAgICAgIHJldHVybiBvYmo7XG4gICAgfVxuICAgIHJldHVybiBvcHRpb25zLmxvb2t1cFByb3BlcnR5KG9iaiwgZmllbGQpO1xuICB9KTtcbn1cbiJdfQ==\n","'use strict';\n\nexports.__esModule = true;\n// istanbul ignore next\n\nfunction _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { 'default': obj }; }\n\nvar _utils = require('../utils');\n\nvar _exception = require('../exception');\n\nvar _exception2 = _interopRequireDefault(_exception);\n\nexports['default'] = function (instance) {\n instance.registerHelper('with', function (context, options) {\n if (arguments.length != 2) {\n throw new _exception2['default']('#with requires exactly one argument');\n }\n if (_utils.isFunction(context)) {\n context = context.call(this);\n }\n\n var fn = options.fn;\n\n if (!_utils.isEmpty(context)) {\n var data = options.data;\n if (options.data && options.ids) {\n data = _utils.createFrame(options.data);\n data.contextPath = _utils.appendContextPath(options.data.contextPath, options.ids[0]);\n }\n\n return fn(context, {\n data: data,\n blockParams: _utils.blockParams([context], [data && data.contextPath])\n });\n } else {\n return options.inverse(this);\n }\n });\n};\n\nmodule.exports = exports['default'];\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uL2xpYi9oYW5kbGViYXJzL2hlbHBlcnMvd2l0aC5qcyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiOzs7Ozs7O3FCQU1PLFVBQVU7O3lCQUNLLGNBQWM7Ozs7cUJBRXJCLFVBQVMsUUFBUSxFQUFFO0FBQ2hDLFVBQVEsQ0FBQyxjQUFjLENBQUMsTUFBTSxFQUFFLFVBQVMsT0FBTyxFQUFFLE9BQU8sRUFBRTtBQUN6RCxRQUFJLFNBQVMsQ0FBQyxNQUFNLElBQUksQ0FBQyxFQUFFO0FBQ3pCLFlBQU0sMkJBQWMscUNBQXFDLENBQUMsQ0FBQztLQUM1RDtBQUNELFFBQUksa0JBQVcsT0FBTyxDQUFDLEVBQUU7QUFDdkIsYUFBTyxHQUFHLE9BQU8sQ0FBQyxJQUFJLENBQUMsSUFBSSxDQUFDLENBQUM7S0FDOUI7O0FBRUQsUUFBSSxFQUFFLEdBQUcsT0FBTyxDQUFDLEVBQUUsQ0FBQzs7QUFFcEIsUUFBSSxDQUFDLGVBQVEsT0FBTyxDQUFDLEVBQUU7QUFDckIsVUFBSSxJQUFJLEdBQUcsT0FBTyxDQUFDLElBQUksQ0FBQztBQUN4QixVQUFJLE9BQU8sQ0FBQyxJQUFJLElBQUksT0FBTyxDQUFDLEdBQUcsRUFBRTtBQUMvQixZQUFJLEdBQUcsbUJBQVksT0FBTyxDQUFDLElBQUksQ0FBQyxDQUFDO0FBQ2pDLFlBQUksQ0FBQyxXQUFXLEdBQUcseUJBQ2pCLE9BQU8sQ0FBQyxJQUFJLENBQUMsV0FBVyxFQUN4QixPQUFPLENBQUMsR0FBRyxDQUFDLENBQUMsQ0FBQyxDQUNmLENBQUM7T0FDSDs7QUFFRCxhQUFPLEVBQUUsQ0FBQyxPQUFPLEVBQUU7QUFDakIsWUFBSSxFQUFFLElBQUk7QUFDVixtQkFBVyxFQUFFLG1CQUFZLENBQUMsT0FBTyxDQUFDLEVBQUUsQ0FBQyxJQUFJLElBQUksSUFBSSxDQUFDLFdBQVcsQ0FBQyxDQUFDO09BQ2hFLENBQUMsQ0FBQztLQUNKLE1BQU07QUFDTCxhQUFPLE9BQU8sQ0FBQyxPQUFPLENBQUMsSUFBSSxDQUFDLENBQUM7S0FDOUI7R0FDRixDQUFDLENBQUM7Q0FDSiIsImZpbGUiOiJ3aXRoLmpzIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHtcbiAgYXBwZW5kQ29udGV4dFBhdGgsXG4gIGJsb2NrUGFyYW1zLFxuICBjcmVhdGVGcmFtZSxcbiAgaXNFbXB0eSxcbiAgaXNGdW5jdGlvblxufSBmcm9tICcuLi91dGlscyc7XG5pbXBvcnQgRXhjZXB0aW9uIGZyb20gJy4uL2V4Y2VwdGlvbic7XG5cbmV4cG9ydCBkZWZhdWx0IGZ1bmN0aW9uKGluc3RhbmNlKSB7XG4gIGluc3RhbmNlLnJlZ2lzdGVySGVscGVyKCd3aXRoJywgZnVuY3Rpb24oY29udGV4dCwgb3B0aW9ucykge1xuICAgIGlmIChhcmd1bWVudHMubGVuZ3RoICE9IDIpIHtcbiAgICAgIHRocm93IG5ldyBFeGNlcHRpb24oJyN3aXRoIHJlcXVpcmVzIGV4YWN0bHkgb25lIGFyZ3VtZW50Jyk7XG4gICAgfVxuICAgIGlmIChpc0Z1bmN0aW9uKGNvbnRleHQpKSB7XG4gICAgICBjb250ZXh0ID0gY29udGV4dC5jYWxsKHRoaXMpO1xuICAgIH1cblxuICAgIGxldCBmbiA9IG9wdGlvbnMuZm47XG5cbiAgICBpZiAoIWlzRW1wdHkoY29udGV4dCkpIHtcbiAgICAgIGxldCBkYXRhID0gb3B0aW9ucy5kYXRhO1xuICAgICAgaWYgKG9wdGlvbnMuZGF0YSAmJiBvcHRpb25zLmlkcykge1xuICAgICAgICBkYXRhID0gY3JlYXRlRnJhbWUob3B0aW9ucy5kYXRhKTtcbiAgICAgICAgZGF0YS5jb250ZXh0UGF0aCA9IGFwcGVuZENvbnRleHRQYXRoKFxuICAgICAgICAgIG9wdGlvbnMuZGF0YS5jb250ZXh0UGF0aCxcbiAgICAgICAgICBvcHRpb25zLmlkc1swXVxuICAgICAgICApO1xuICAgICAgfVxuXG4gICAgICByZXR1cm4gZm4oY29udGV4dCwge1xuICAgICAgICBkYXRhOiBkYXRhLFxuICAgICAgICBibG9ja1BhcmFtczogYmxvY2tQYXJhbXMoW2NvbnRleHRdLCBbZGF0YSAmJiBkYXRhLmNvbnRleHRQYXRoXSlcbiAgICAgIH0pO1xuICAgIH0gZWxzZSB7XG4gICAgICByZXR1cm4gb3B0aW9ucy5pbnZlcnNlKHRoaXMpO1xuICAgIH1cbiAgfSk7XG59XG4iXX0=\n","'use strict';\n\nexports.__esModule = true;\nexports.registerDefaultDecorators = registerDefaultDecorators;\n// istanbul ignore next\n\nfunction _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { 'default': obj }; }\n\nvar _decoratorsInline = require('./decorators/inline');\n\nvar _decoratorsInline2 = _interopRequireDefault(_decoratorsInline);\n\nfunction registerDefaultDecorators(instance) {\n _decoratorsInline2['default'](instance);\n}\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uL2xpYi9oYW5kbGViYXJzL2RlY29yYXRvcnMuanMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6Ijs7Ozs7Ozs7Z0NBQTJCLHFCQUFxQjs7OztBQUV6QyxTQUFTLHlCQUF5QixDQUFDLFFBQVEsRUFBRTtBQUNsRCxnQ0FBZSxRQUFRLENBQUMsQ0FBQztDQUMxQiIsImZpbGUiOiJkZWNvcmF0b3JzLmpzIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHJlZ2lzdGVySW5saW5lIGZyb20gJy4vZGVjb3JhdG9ycy9pbmxpbmUnO1xuXG5leHBvcnQgZnVuY3Rpb24gcmVnaXN0ZXJEZWZhdWx0RGVjb3JhdG9ycyhpbnN0YW5jZSkge1xuICByZWdpc3RlcklubGluZShpbnN0YW5jZSk7XG59XG4iXX0=\n","'use strict';\n\nexports.__esModule = true;\n\nvar _utils = require('../utils');\n\nexports['default'] = function (instance) {\n instance.registerDecorator('inline', function (fn, props, container, options) {\n var ret = fn;\n if (!props.partials) {\n props.partials = {};\n ret = function (context, options) {\n // Create a new partials stack frame prior to exec.\n var original = container.partials;\n container.partials = _utils.extend({}, original, props.partials);\n var ret = fn(context, options);\n container.partials = original;\n return ret;\n };\n }\n\n props.partials[options.args[0]] = options.fn;\n\n return ret;\n });\n};\n\nmodule.exports = exports['default'];\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uL2xpYi9oYW5kbGViYXJzL2RlY29yYXRvcnMvaW5saW5lLmpzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7Ozs7cUJBQXVCLFVBQVU7O3FCQUVsQixVQUFTLFFBQVEsRUFBRTtBQUNoQyxVQUFRLENBQUMsaUJBQWlCLENBQUMsUUFBUSxFQUFFLFVBQVMsRUFBRSxFQUFFLEtBQUssRUFBRSxTQUFTLEVBQUUsT0FBTyxFQUFFO0FBQzNFLFFBQUksR0FBRyxHQUFHLEVBQUUsQ0FBQztBQUNiLFFBQUksQ0FBQyxLQUFLLENBQUMsUUFBUSxFQUFFO0FBQ25CLFdBQUssQ0FBQyxRQUFRLEdBQUcsRUFBRSxDQUFDO0FBQ3BCLFNBQUcsR0FBRyxVQUFTLE9BQU8sRUFBRSxPQUFPLEVBQUU7O0FBRS9CLFlBQUksUUFBUSxHQUFHLFNBQVMsQ0FBQyxRQUFRLENBQUM7QUFDbEMsaUJBQVMsQ0FBQyxRQUFRLEdBQUcsY0FBTyxFQUFFLEVBQUUsUUFBUSxFQUFFLEtBQUssQ0FBQyxRQUFRLENBQUMsQ0FBQztBQUMxRCxZQUFJLEdBQUcsR0FBRyxFQUFFLENBQUMsT0FBTyxFQUFFLE9BQU8sQ0FBQyxDQUFDO0FBQy9CLGlCQUFTLENBQUMsUUFBUSxHQUFHLFFBQVEsQ0FBQztBQUM5QixlQUFPLEdBQUcsQ0FBQztPQUNaLENBQUM7S0FDSDs7QUFFRCxTQUFLLENBQUMsUUFBUSxDQUFDLE9BQU8sQ0FBQyxJQUFJLENBQUMsQ0FBQyxDQUFDLENBQUMsR0FBRyxPQUFPLENBQUMsRUFBRSxDQUFDOztBQUU3QyxXQUFPLEdBQUcsQ0FBQztHQUNaLENBQUMsQ0FBQztDQUNKIiwiZmlsZSI6ImlubGluZS5qcyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IGV4dGVuZCB9IGZyb20gJy4uL3V0aWxzJztcblxuZXhwb3J0IGRlZmF1bHQgZnVuY3Rpb24oaW5zdGFuY2UpIHtcbiAgaW5zdGFuY2UucmVnaXN0ZXJEZWNvcmF0b3IoJ2lubGluZScsIGZ1bmN0aW9uKGZuLCBwcm9wcywgY29udGFpbmVyLCBvcHRpb25zKSB7XG4gICAgbGV0IHJldCA9IGZuO1xuICAgIGlmICghcHJvcHMucGFydGlhbHMpIHtcbiAgICAgIHByb3BzLnBhcnRpYWxzID0ge307XG4gICAgICByZXQgPSBmdW5jdGlvbihjb250ZXh0LCBvcHRpb25zKSB7XG4gICAgICAgIC8vIENyZWF0ZSBhIG5ldyBwYXJ0aWFscyBzdGFjayBmcmFtZSBwcmlvciB0byBleGVjLlxuICAgICAgICBsZXQgb3JpZ2luYWwgPSBjb250YWluZXIucGFydGlhbHM7XG4gICAgICAgIGNvbnRhaW5lci5wYXJ0aWFscyA9IGV4dGVuZCh7fSwgb3JpZ2luYWwsIHByb3BzLnBhcnRpYWxzKTtcbiAgICAgICAgbGV0IHJldCA9IGZuKGNvbnRleHQsIG9wdGlvbnMpO1xuICAgICAgICBjb250YWluZXIucGFydGlhbHMgPSBvcmlnaW5hbDtcbiAgICAgICAgcmV0dXJuIHJldDtcbiAgICAgIH07XG4gICAgfVxuXG4gICAgcHJvcHMucGFydGlhbHNbb3B0aW9ucy5hcmdzWzBdXSA9IG9wdGlvbnMuZm47XG5cbiAgICByZXR1cm4gcmV0O1xuICB9KTtcbn1cbiJdfQ==\n","'use strict';\n\nexports.__esModule = true;\nexports.createNewLookupObject = createNewLookupObject;\n\nvar _utils = require('../utils');\n\n/**\n * Create a new object with \"null\"-prototype to avoid truthy results on prototype properties.\n * The resulting object can be used with \"object[property]\" to check if a property exists\n * @param {...object} sources a varargs parameter of source objects that will be merged\n * @returns {object}\n */\n\nfunction createNewLookupObject() {\n for (var _len = arguments.length, sources = Array(_len), _key = 0; _key < _len; _key++) {\n sources[_key] = arguments[_key];\n }\n\n return _utils.extend.apply(undefined, [Object.create(null)].concat(sources));\n}\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uL2xpYi9oYW5kbGViYXJzL2ludGVybmFsL2NyZWF0ZS1uZXctbG9va3VwLW9iamVjdC5qcyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiOzs7OztxQkFBdUIsVUFBVTs7Ozs7Ozs7O0FBUTFCLFNBQVMscUJBQXFCLEdBQWE7b0NBQVQsT0FBTztBQUFQLFdBQU87OztBQUM5QyxTQUFPLGdDQUFPLE1BQU0sQ0FBQyxNQUFNLENBQUMsSUFBSSxDQUFDLFNBQUssT0FBTyxFQUFDLENBQUM7Q0FDaEQiLCJmaWxlIjoiY3JlYXRlLW5ldy1sb29rdXAtb2JqZWN0LmpzIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgZXh0ZW5kIH0gZnJvbSAnLi4vdXRpbHMnO1xuXG4vKipcbiAqIENyZWF0ZSBhIG5ldyBvYmplY3Qgd2l0aCBcIm51bGxcIi1wcm90b3R5cGUgdG8gYXZvaWQgdHJ1dGh5IHJlc3VsdHMgb24gcHJvdG90eXBlIHByb3BlcnRpZXMuXG4gKiBUaGUgcmVzdWx0aW5nIG9iamVjdCBjYW4gYmUgdXNlZCB3aXRoIFwib2JqZWN0W3Byb3BlcnR5XVwiIHRvIGNoZWNrIGlmIGEgcHJvcGVydHkgZXhpc3RzXG4gKiBAcGFyYW0gey4uLm9iamVjdH0gc291cmNlcyBhIHZhcmFyZ3MgcGFyYW1ldGVyIG9mIHNvdXJjZSBvYmplY3RzIHRoYXQgd2lsbCBiZSBtZXJnZWRcbiAqIEByZXR1cm5zIHtvYmplY3R9XG4gKi9cbmV4cG9ydCBmdW5jdGlvbiBjcmVhdGVOZXdMb29rdXBPYmplY3QoLi4uc291cmNlcykge1xuICByZXR1cm4gZXh0ZW5kKE9iamVjdC5jcmVhdGUobnVsbCksIC4uLnNvdXJjZXMpO1xufVxuIl19\n","// Build out our basic SafeString type\n'use strict';\n\nexports.__esModule = true;\nfunction SafeString(string) {\n this.string = string;\n}\n\nSafeString.prototype.toString = SafeString.prototype.toHTML = function () {\n return '' + this.string;\n};\n\nexports['default'] = SafeString;\nmodule.exports = exports['default'];\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uL2xpYi9oYW5kbGViYXJzL3NhZmUtc3RyaW5nLmpzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7Ozs7QUFDQSxTQUFTLFVBQVUsQ0FBQyxNQUFNLEVBQUU7QUFDMUIsTUFBSSxDQUFDLE1BQU0sR0FBRyxNQUFNLENBQUM7Q0FDdEI7O0FBRUQsVUFBVSxDQUFDLFNBQVMsQ0FBQyxRQUFRLEdBQUcsVUFBVSxDQUFDLFNBQVMsQ0FBQyxNQUFNLEdBQUcsWUFBVztBQUN2RSxTQUFPLEVBQUUsR0FBRyxJQUFJLENBQUMsTUFBTSxDQUFDO0NBQ3pCLENBQUM7O3FCQUVhLFVBQVUiLCJmaWxlIjoic2FmZS1zdHJpbmcuanMiLCJzb3VyY2VzQ29udGVudCI6WyIvLyBCdWlsZCBvdXQgb3VyIGJhc2ljIFNhZmVTdHJpbmcgdHlwZVxuZnVuY3Rpb24gU2FmZVN0cmluZyhzdHJpbmcpIHtcbiAgdGhpcy5zdHJpbmcgPSBzdHJpbmc7XG59XG5cblNhZmVTdHJpbmcucHJvdG90eXBlLnRvU3RyaW5nID0gU2FmZVN0cmluZy5wcm90b3R5cGUudG9IVE1MID0gZnVuY3Rpb24oKSB7XG4gIHJldHVybiAnJyArIHRoaXMuc3RyaW5nO1xufTtcblxuZXhwb3J0IGRlZmF1bHQgU2FmZVN0cmluZztcbiJdfQ==\n","'use strict';\n\nexports.__esModule = true;\nexports.checkRevision = checkRevision;\nexports.template = template;\nexports.wrapProgram = wrapProgram;\nexports.resolvePartial = resolvePartial;\nexports.invokePartial = invokePartial;\nexports.noop = noop;\n// istanbul ignore next\n\nfunction _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { 'default': obj }; }\n\n// istanbul ignore next\n\nfunction _interopRequireWildcard(obj) { if (obj && obj.__esModule) { return obj; } else { var newObj = {}; if (obj != null) { for (var key in obj) { if (Object.prototype.hasOwnProperty.call(obj, key)) newObj[key] = obj[key]; } } newObj['default'] = obj; return newObj; } }\n\nvar _utils = require('./utils');\n\nvar Utils = _interopRequireWildcard(_utils);\n\nvar _exception = require('./exception');\n\nvar _exception2 = _interopRequireDefault(_exception);\n\nvar _base = require('./base');\n\nvar _helpers = require('./helpers');\n\nvar _internalWrapHelper = require('./internal/wrapHelper');\n\nvar _internalProtoAccess = require('./internal/proto-access');\n\nfunction checkRevision(compilerInfo) {\n var compilerRevision = compilerInfo && compilerInfo[0] || 1,\n currentRevision = _base.COMPILER_REVISION;\n\n if (compilerRevision >= _base.LAST_COMPATIBLE_COMPILER_REVISION && compilerRevision <= _base.COMPILER_REVISION) {\n return;\n }\n\n if (compilerRevision < _base.LAST_COMPATIBLE_COMPILER_REVISION) {\n var runtimeVersions = _base.REVISION_CHANGES[currentRevision],\n compilerVersions = _base.REVISION_CHANGES[compilerRevision];\n throw new _exception2['default']('Template was precompiled with an older version of Handlebars than the current runtime. ' + 'Please update your precompiler to a newer version (' + runtimeVersions + ') or downgrade your runtime to an older version (' + compilerVersions + ').');\n } else {\n // Use the embedded version info since the runtime doesn't know about this revision yet\n throw new _exception2['default']('Template was precompiled with a newer version of Handlebars than the current runtime. ' + 'Please update your runtime to a newer version (' + compilerInfo[1] + ').');\n }\n}\n\nfunction template(templateSpec, env) {\n /* istanbul ignore next */\n if (!env) {\n throw new _exception2['default']('No environment passed to template');\n }\n if (!templateSpec || !templateSpec.main) {\n throw new _exception2['default']('Unknown template object: ' + typeof templateSpec);\n }\n\n templateSpec.main.decorator = templateSpec.main_d;\n\n // Note: Using env.VM references rather than local var references throughout this section to allow\n // for external users to override these as pseudo-supported APIs.\n env.VM.checkRevision(templateSpec.compiler);\n\n // backwards compatibility for precompiled templates with compiler-version 7 (<4.3.0)\n var templateWasPrecompiledWithCompilerV7 = templateSpec.compiler && templateSpec.compiler[0] === 7;\n\n function invokePartialWrapper(partial, context, options) {\n if (options.hash) {\n context = Utils.extend({}, context, options.hash);\n if (options.ids) {\n options.ids[0] = true;\n }\n }\n partial = env.VM.resolvePartial.call(this, partial, context, options);\n\n var extendedOptions = Utils.extend({}, options, {\n hooks: this.hooks,\n protoAccessControl: this.protoAccessControl\n });\n\n var result = env.VM.invokePartial.call(this, partial, context, extendedOptions);\n\n if (result == null && env.compile) {\n options.partials[options.name] = env.compile(partial, templateSpec.compilerOptions, env);\n result = options.partials[options.name](context, extendedOptions);\n }\n if (result != null) {\n if (options.indent) {\n var lines = result.split('\\n');\n for (var i = 0, l = lines.length; i < l; i++) {\n if (!lines[i] && i + 1 === l) {\n break;\n }\n\n lines[i] = options.indent + lines[i];\n }\n result = lines.join('\\n');\n }\n return result;\n } else {\n throw new _exception2['default']('The partial ' + options.name + ' could not be compiled when running in runtime-only mode');\n }\n }\n\n // Just add water\n var container = {\n strict: function strict(obj, name, loc) {\n if (!obj || !(name in obj)) {\n throw new _exception2['default']('\"' + name + '\" not defined in ' + obj, {\n loc: loc\n });\n }\n return obj[name];\n },\n lookupProperty: function lookupProperty(parent, propertyName) {\n var result = parent[propertyName];\n if (result == null) {\n return result;\n }\n if (Object.prototype.hasOwnProperty.call(parent, propertyName)) {\n return result;\n }\n\n if (_internalProtoAccess.resultIsAllowed(result, container.protoAccessControl, propertyName)) {\n return result;\n }\n return undefined;\n },\n lookup: function lookup(depths, name) {\n var len = depths.length;\n for (var i = 0; i < len; i++) {\n var result = depths[i] && container.lookupProperty(depths[i], name);\n if (result != null) {\n return depths[i][name];\n }\n }\n },\n lambda: function lambda(current, context) {\n return typeof current === 'function' ? current.call(context) : current;\n },\n\n escapeExpression: Utils.escapeExpression,\n invokePartial: invokePartialWrapper,\n\n fn: function fn(i) {\n var ret = templateSpec[i];\n ret.decorator = templateSpec[i + '_d'];\n return ret;\n },\n\n programs: [],\n program: function program(i, data, declaredBlockParams, blockParams, depths) {\n var programWrapper = this.programs[i],\n fn = this.fn(i);\n if (data || depths || blockParams || declaredBlockParams) {\n programWrapper = wrapProgram(this, i, fn, data, declaredBlockParams, blockParams, depths);\n } else if (!programWrapper) {\n programWrapper = this.programs[i] = wrapProgram(this, i, fn);\n }\n return programWrapper;\n },\n\n data: function data(value, depth) {\n while (value && depth--) {\n value = value._parent;\n }\n return value;\n },\n mergeIfNeeded: function mergeIfNeeded(param, common) {\n var obj = param || common;\n\n if (param && common && param !== common) {\n obj = Utils.extend({}, common, param);\n }\n\n return obj;\n },\n // An empty object to use as replacement for null-contexts\n nullContext: Object.seal({}),\n\n noop: env.VM.noop,\n compilerInfo: templateSpec.compiler\n };\n\n function ret(context) {\n var options = arguments.length <= 1 || arguments[1] === undefined ? {} : arguments[1];\n\n var data = options.data;\n\n ret._setup(options);\n if (!options.partial && templateSpec.useData) {\n data = initData(context, data);\n }\n var depths = undefined,\n blockParams = templateSpec.useBlockParams ? [] : undefined;\n if (templateSpec.useDepths) {\n if (options.depths) {\n depths = context != options.depths[0] ? [context].concat(options.depths) : options.depths;\n } else {\n depths = [context];\n }\n }\n\n function main(context /*, options*/) {\n return '' + templateSpec.main(container, context, container.helpers, container.partials, data, blockParams, depths);\n }\n\n main = executeDecorators(templateSpec.main, main, container, options.depths || [], data, blockParams);\n return main(context, options);\n }\n\n ret.isTop = true;\n\n ret._setup = function (options) {\n if (!options.partial) {\n var mergedHelpers = Utils.extend({}, env.helpers, options.helpers);\n wrapHelpersToPassLookupProperty(mergedHelpers, container);\n container.helpers = mergedHelpers;\n\n if (templateSpec.usePartial) {\n // Use mergeIfNeeded here to prevent compiling global partials multiple times\n container.partials = container.mergeIfNeeded(options.partials, env.partials);\n }\n if (templateSpec.usePartial || templateSpec.useDecorators) {\n container.decorators = Utils.extend({}, env.decorators, options.decorators);\n }\n\n container.hooks = {};\n container.protoAccessControl = _internalProtoAccess.createProtoAccessControl(options);\n\n var keepHelperInHelpers = options.allowCallsToHelperMissing || templateWasPrecompiledWithCompilerV7;\n _helpers.moveHelperToHooks(container, 'helperMissing', keepHelperInHelpers);\n _helpers.moveHelperToHooks(container, 'blockHelperMissing', keepHelperInHelpers);\n } else {\n container.protoAccessControl = options.protoAccessControl; // internal option\n container.helpers = options.helpers;\n container.partials = options.partials;\n container.decorators = options.decorators;\n container.hooks = options.hooks;\n }\n };\n\n ret._child = function (i, data, blockParams, depths) {\n if (templateSpec.useBlockParams && !blockParams) {\n throw new _exception2['default']('must pass block params');\n }\n if (templateSpec.useDepths && !depths) {\n throw new _exception2['default']('must pass parent depths');\n }\n\n return wrapProgram(container, i, templateSpec[i], data, 0, blockParams, depths);\n };\n return ret;\n}\n\nfunction wrapProgram(container, i, fn, data, declaredBlockParams, blockParams, depths) {\n function prog(context) {\n var options = arguments.length <= 1 || arguments[1] === undefined ? {} : arguments[1];\n\n var currentDepths = depths;\n if (depths && context != depths[0] && !(context === container.nullContext && depths[0] === null)) {\n currentDepths = [context].concat(depths);\n }\n\n return fn(container, context, container.helpers, container.partials, options.data || data, blockParams && [options.blockParams].concat(blockParams), currentDepths);\n }\n\n prog = executeDecorators(fn, prog, container, depths, data, blockParams);\n\n prog.program = i;\n prog.depth = depths ? depths.length : 0;\n prog.blockParams = declaredBlockParams || 0;\n return prog;\n}\n\n/**\n * This is currently part of the official API, therefore implementation details should not be changed.\n */\n\nfunction resolvePartial(partial, context, options) {\n if (!partial) {\n if (options.name === '@partial-block') {\n partial = options.data['partial-block'];\n } else {\n partial = options.partials[options.name];\n }\n } else if (!partial.call && !options.name) {\n // This is a dynamic partial that returned a string\n options.name = partial;\n partial = options.partials[partial];\n }\n return partial;\n}\n\nfunction invokePartial(partial, context, options) {\n // Use the current closure context to save the partial-block if this partial\n var currentPartialBlock = options.data && options.data['partial-block'];\n options.partial = true;\n if (options.ids) {\n options.data.contextPath = options.ids[0] || options.data.contextPath;\n }\n\n var partialBlock = undefined;\n if (options.fn && options.fn !== noop) {\n (function () {\n options.data = _base.createFrame(options.data);\n // Wrapper function to get access to currentPartialBlock from the closure\n var fn = options.fn;\n partialBlock = options.data['partial-block'] = function partialBlockWrapper(context) {\n var options = arguments.length <= 1 || arguments[1] === undefined ? {} : arguments[1];\n\n // Restore the partial-block from the closure for the execution of the block\n // i.e. the part inside the block of the partial call.\n options.data = _base.createFrame(options.data);\n options.data['partial-block'] = currentPartialBlock;\n return fn(context, options);\n };\n if (fn.partials) {\n options.partials = Utils.extend({}, options.partials, fn.partials);\n }\n })();\n }\n\n if (partial === undefined && partialBlock) {\n partial = partialBlock;\n }\n\n if (partial === undefined) {\n throw new _exception2['default']('The partial ' + options.name + ' could not be found');\n } else if (partial instanceof Function) {\n return partial(context, options);\n }\n}\n\nfunction noop() {\n return '';\n}\n\nfunction initData(context, data) {\n if (!data || !('root' in data)) {\n data = data ? _base.createFrame(data) : {};\n data.root = context;\n }\n return data;\n}\n\nfunction executeDecorators(fn, prog, container, depths, data, blockParams) {\n if (fn.decorator) {\n var props = {};\n prog = fn.decorator(prog, props, container, depths && depths[0], data, blockParams, depths);\n Utils.extend(prog, props);\n }\n return prog;\n}\n\nfunction wrapHelpersToPassLookupProperty(mergedHelpers, container) {\n Object.keys(mergedHelpers).forEach(function (helperName) {\n var helper = mergedHelpers[helperName];\n mergedHelpers[helperName] = passLookupPropertyOption(helper, container);\n });\n}\n\nfunction passLookupPropertyOption(helper, container) {\n var lookupProperty = container.lookupProperty;\n return _internalWrapHelper.wrapHelper(helper, function (options) {\n return Utils.extend({ lookupProperty: lookupProperty }, options);\n });\n}\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uL2xpYi9oYW5kbGViYXJzL3J1bnRpbWUuanMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6Ijs7Ozs7Ozs7Ozs7Ozs7Ozs7cUJBQXVCLFNBQVM7O0lBQXBCLEtBQUs7O3lCQUNLLGFBQWE7Ozs7b0JBTTVCLFFBQVE7O3VCQUNtQixXQUFXOztrQ0FDbEIsdUJBQXVCOzttQ0FJM0MseUJBQXlCOztBQUV6QixTQUFTLGFBQWEsQ0FBQyxZQUFZLEVBQUU7QUFDMUMsTUFBTSxnQkFBZ0IsR0FBRyxBQUFDLFlBQVksSUFBSSxZQUFZLENBQUMsQ0FBQyxDQUFDLElBQUssQ0FBQztNQUM3RCxlQUFlLDBCQUFvQixDQUFDOztBQUV0QyxNQUNFLGdCQUFnQiwyQ0FBcUMsSUFDckQsZ0JBQWdCLDJCQUFxQixFQUNyQztBQUNBLFdBQU87R0FDUjs7QUFFRCxNQUFJLGdCQUFnQiwwQ0FBb0MsRUFBRTtBQUN4RCxRQUFNLGVBQWUsR0FBRyx1QkFBaUIsZUFBZSxDQUFDO1FBQ3ZELGdCQUFnQixHQUFHLHVCQUFpQixnQkFBZ0IsQ0FBQyxDQUFDO0FBQ3hELFVBQU0sMkJBQ0oseUZBQXlGLEdBQ3ZGLHFEQUFxRCxHQUNyRCxlQUFlLEdBQ2YsbURBQW1ELEdBQ25ELGdCQUFnQixHQUNoQixJQUFJLENBQ1AsQ0FBQztHQUNILE1BQU07O0FBRUwsVUFBTSwyQkFDSix3RkFBd0YsR0FDdEYsaURBQWlELEdBQ2pELFlBQVksQ0FBQyxDQUFDLENBQUMsR0FDZixJQUFJLENBQ1AsQ0FBQztHQUNIO0NBQ0Y7O0FBRU0sU0FBUyxRQUFRLENBQUMsWUFBWSxFQUFFLEdBQUcsRUFBRTs7QUFFMUMsTUFBSSxDQUFDLEdBQUcsRUFBRTtBQUNSLFVBQU0sMkJBQWMsbUNBQW1DLENBQUMsQ0FBQztHQUMxRDtBQUNELE1BQUksQ0FBQyxZQUFZLElBQUksQ0FBQyxZQUFZLENBQUMsSUFBSSxFQUFFO0FBQ3ZDLFVBQU0sMkJBQWMsMkJBQTJCLEdBQUcsT0FBTyxZQUFZLENBQUMsQ0FBQztH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LE1BQU0sQ0FBQyxFQUFFLGNBQWMsRUFBZCxjQUFjLEVBQUUsRUFBRSxPQUFPLENBQUMsQ0FBQztHQUNsRCxDQUFDLENBQUM7Q0FDSiIsImZpbGUiOiJydW50aW1lLmpzIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0ICogYXMgVXRpbHMgZnJvbSAnLi91dGlscyc7XG5pbXBvcnQgRXhjZXB0aW9uIGZyb20gJy4vZXhjZXB0aW9uJztcbmltcG9ydCB7XG4gIENPTVBJTEVSX1JFVklTSU9OLFxuICBjcmVhdGVGcmFtZSxcbiAgTEFTVF9DT01QQVRJQkxFX0NPTVBJTEVSX1JFVklTSU9OLFxuICBSRVZJU0lPTl9DSEFOR0VTXG59IGZyb20gJy4vYmFzZSc7XG5pbXBvcnQgeyBtb3ZlSGVscGVyVG9Ib29rcyB9IGZyb20gJy4vaGVscGVycyc7XG5pbXBvcnQgeyB3cmFwSGVscGVyIH0gZnJvbSAnLi9pbnRlcm5hbC93cmFwSGVscGVyJztcbmltcG9ydCB7XG4gIGNyZWF0ZVByb3RvQWNjZXNzQ29udHJvbCxcbiAgcmVzdWx0SXNBbGxvd2VkXG59IGZyb20gJy4vaW50ZXJuYWwvcHJvdG8tYWNjZXNzJztcblxuZXhwb3J0IGZ1bmN0aW9uIGNoZWNrUmV2aXNpb24oY29tcGlsZXJJbmZvKSB7XG4gIGNvbnN0IGNvbXBpbGVyUmV2aXNpb24gPSAoY29tcGlsZXJJbmZvICYmIGNvbXBpbGVySW5mb1swXSkgfHwgMSxcbiAgICBjdXJyZW50UmV2aXNpb24gPSBDT01QSUxFUl9SRVZJU0lPTjtcblxuICBpZiAoXG4gICAgY29tcGlsZXJSZXZpc2lvbiA+PSBMQVNUX0NPTVBBVElCTEVfQ09NUElMRVJfUkVWSVNJT04gJiZcbiAgICBjb21waWxlclJldmlzaW9uIDw9IENPTVBJTEVSX1JFVklTSU9OXG4gICkge1xuICAgIHJldHVybjtcbiAgfVxuXG4gIGlmIChjb21waWxlclJldmlzaW9uIDwgTEFTVF9DT01QQVRJQkxFX0NPTVBJTEVSX1JFVklTSU9OKSB7XG4gICAgY29uc3QgcnVudGltZVZlcnNpb25zID0gUkVWSVNJT05fQ0hBTkdFU1tjdXJyZW50UmV2aXNpb25dLFxuICAgICAgY29tcGlsZXJWZXJzaW9ucyA9IFJFVklTSU9OX0NIQU5HRVNbY29tcGlsZXJSZXZpc2lvbl07XG4gICAgdGhyb3cgbmV3IEV4Y2VwdGlvbihcbiAgICAgICdUZW1wbGF0ZSB3YXMgcHJlY29tcGlsZWQgd2l0aCBhbiBvbGRlciB2ZXJzaW9uIG9mIEhhbmRsZWJhcnMgdGhhbiB0aGUgY3VycmVudCBydW50aW1lLiAnICtcbiAgICAgICAgJ1BsZWFzZSB1cGRhdGUgeW91ciBwcmVjb21waWxlciB0byBhIG5ld2VyIHZlcnNpb24gKCcgK1xuICAgICAgICBydW50aW1lVmVyc2lvbnMgK1xuICAgICAgICAnKSBvciBkb3duZ3JhZGUgeW91ciBydW50aW1lIHRvIGFuIG9sZGVyIHZlcnNpb24gKCcgK1xuICAgICAgICBjb21waWxlclZlcnNpb25zICtcbiAgICAgICAgJykuJ1xuICAgICk7XG4gIH0gZWxzZSB7XG4gICAgLy8gVXNlIHRoZSBlbWJlZGRlZCB2ZXJzaW9uIGluZm8gc2luY2UgdGhlIHJ1bnRpbWUgZG9lc24ndCBrbm93IGFib3V0IHRoaXMgcmV2aXNpb24geWV0XG4gICAgdGhyb3cgbmV3IEV4Y2VwdGlvbihcbiAgICAgICdUZW1wbGF0ZSB3YXMgcHJlY29tcGlsZWQgd2l0aCBhIG5ld2VyIHZlcnNpb24gb2YgSGFuZGxlYmFycyB0aGFuIHRoZSBjdXJyZW50IHJ1bnRpbWUuICcgK1xuICAgICAgICAnUGxlYXNlIHVwZGF0ZSB5b3VyIHJ1bnRpbWUgdG8gYSBuZXdlciB2ZXJzaW9uICgnICtcbiAgICAgICAgY29tcGlsZXJJbmZvWzFdICtcbiAgICAgICAgJykuJ1xuICAgICk7XG4gIH1cbn1cblxuZXhwb3J0IGZ1bmN0aW9uIHRlbXBsYXRlKHRlbXBsYXRlU3BlYywgZW52KSB7XG4gIC8qIGlzdGFuYnVsIGlnbm9yZSBuZXh0ICovXG4gIGlmICghZW52KSB7XG4gICAgdGhyb3cgbmV3IEV4Y2VwdGlvbignTm8gZW52aXJvbm1lbnQgcGFzc2VkIHRvIHRlbXBsYXRlJyk7XG4gIH1cbiAgaWYgKCF0ZW1wbGF0ZVNwZWMgfHwgIXRlbXBsYXRlU3BlYy5tYWluKSB7XG4gICAgdGhyb3cgbmV3IEV4Y2VwdGlvbignVW5rbm93biB0ZW1wbGF0ZSBvYmplY3Q6ICcgKyB0eXBlb2YgdGVtcGxhdGVTcGVjKTtcbiAgfVxuXG4gIHRlbXBsYXRlU3BlYy5tYWluLmRlY29yYXRvciA9IHRlbXBsYXRlU3BlYy5tYWluX2Q7XG5cbiAgLy8gTm90ZTogVXNpbmcgZW52LlZNIHJlZmVyZW5jZXMgcmF0aGVyIHRoYW4gbG9jYWwgdmFyIHJlZmVyZW5jZXMgdGhyb3VnaG91dCB0aGlzIHNlY3Rpb24gdG8gYWxsb3dcbiAgLy8gZm9yIGV4dGVybmFsIHVzZXJzIHRvIG92ZXJyaWRlIHRoZXNlIGFzIHBzZXVkby1zdXBwb3J0ZWQgQVBJcy5cbiAgZW52LlZNLmNoZWNrUmV2aXNpb24odGVtcGxhdGVTcGVjLmNvbXBpbGVyKTtcblxuICAvLyBiYWNrd2FyZHMgY29tcGF0aWJpbGl0eSBmb3IgcHJlY29tcGlsZWQgdGVtcGxhdGVzIHdpdGggY29tcGlsZXItdmVyc2lvbiA3ICg8NC4zLjApXG4gIGNvbnN0IHRlbXBsYXRlV2FzUHJlY29tcGlsZWRXaXRoQ29tcGlsZXJWNyA9XG4gICAgdGVtcGxhdGVTcGVjLmNvbXBpbGVyICYmIHRlbXBsYXRlU3BlYy5jb21waWxlclswXSA9PT0gNztcblxuICBmdW5jdGlvbiBpbnZva2VQYXJ0aWFsV3JhcHBlcihwYXJ0aWFsLCBjb250ZXh0LCBvcHRpb25zKSB7XG4gICAgaWYgKG9wdGlvbnMuaGFzaCkge1xuICAgICAgY29udGV4dCA9IFV0aWxzLmV4dGVuZCh7fSwgY29udGV4dCwgb3B0aW9ucy5oYXNoKTtcbiAgICAgIGlmIChvcHRpb25zLmlkcykge1xuICAgICAgICBvcHRpb25zLmlkc1swXSA9IHRydWU7XG4gICAgICB9XG4gICAgfVxuICAgIHBhcnRpYWwgPSBlbnYuVk0ucmVzb2x2ZVBhcnRpYWwuY2FsbCh0aGlzLCBwYXJ0aWFsLCBjb250ZXh0LCBvcHRpb25zKTtcblxuICAgIGxldCBleHRlbmRlZE9wdGlvbnMgPSBVdGlscy5leHRlbmQoe30sIG9wdGlvbnMsIHtcbiAgICAgIGhvb2tzOiB0aGlzLmhvb2tzLFxuICAgICAgcHJvdG9BY2Nlc3NDb250cm9sOiB0aGlzLnByb3RvQWNjZXNzQ29udHJvbFxuICAgIH0pO1xuXG4gICAgbGV0IHJlc3VsdCA9IGVudi5WTS5pbnZva2VQYXJ0aWFsLmNhbGwoXG4gICAgICB0aGlzLFxuICAgICAgcGFydGlhbCxcbiAgICAgIGNvbnRleHQsXG4gICAgICBleHRlbmRlZE9wdGlvbnNcbiAgICApO1xuXG4gICAgaWYgKHJlc3VsdCA9PSBudWxsICYmIGVudi5jb21waWxlKSB7XG4gICAgICBvcHRpb25zLnBhcnRpYWxzW29wdGlvbnMubmFtZV0gPSBlbnYuY29tcGlsZShcbiAgICAgICAgcGFydGlhbCxcbiAgICAgICAgdGVtcGxhdGVTcGVjLmNvbXBpbGVyT3B0aW9ucyxcbiAgICAgICAgZW52XG4gICAgICApO1xuICAgICAgcmVzdWx0ID0gb3B0aW9ucy5wYXJ0aWFsc1tvcHRpb25zLm5hbWVdKGNvbnRleHQsIGV4dGVuZGVkT3B0aW9ucyk7XG4gICAgfVxuICAgIGlmIChyZXN1bHQgIT0gbnVsbCkge1xuICAgICAgaWYgKG9wdGlvbnMuaW5kZW50KSB7XG4gICAgICAgIGxldCBsaW5lcyA9IHJlc3VsdC5zcGxpdCgnXFxuJyk7XG4gICAgICAgIGZvciAobGV0IGkgPSAwLCBsID0gbGluZXMubGVuZ3RoOyBpIDwgbDsgaSsrKSB7XG4gICAgICAgICAgaWYgKCFsaW5lc1tpXSAmJiBpICsgMSA9PT0gbCkge1xuICAgICAgICAgICAgYnJlYWs7XG4gICAgICAgICAgfVxuXG4gICAgICAgICAgbGluZXNbaV0gPSBvcHRpb25zLmluZGVudCArIGxpbmVzW2ldO1xuICAgICAgICB9XG4gICAgICAgIHJlc3VsdCA9IGxpbmVzLmpvaW4oJ1xcbicpO1xuICAgICAgfVxuICAgICAgcmV0dXJuIHJlc3VsdDtcbiAgICB9IGVsc2Uge1xuICAgICAgdGhyb3cgbmV3IEV4Y2VwdGlvbihcbiAgICAgICAgJ1RoZSBwYXJ0aWFsICcgK1xuICAgICAgICAgIG9wdGlvbnMubmFtZSArXG4gICAgICAgICAgJyBjb3VsZCBub3QgYmUgY29tcGlsZWQgd2hlbiBydW5uaW5nIGluIHJ1bnRpbWUtb25seSBtb2RlJ1xuICAgICAgKTtcbiAgICB9XG4gIH1cblxuICAvLyBKdXN0IGFkZCB3YXRlclxuICBsZXQgY29udGFpbmVyID0ge1xuICAgIHN0cmljdDogZnVuY3Rpb24ob2JqLCBuYW1lLCBsb2MpIHtcbiAgICAgIGlmICghb2JqIHx8ICEobmFtZSBpbiBvYmopKSB7XG4gICAgICAgIHRocm93IG5ldyBFeGNlcHRpb24oJ1wiJyArIG5hbWUgKyAnXCIgbm90IGRlZmluZWQgaW4gJyArIG9iaiwge1xuICAgICAgICAgIGxvYzogbG9jXG4gICAgICAgIH0pO1xuICAgICAgfVxuICAgICAgcmV0dXJuIG9ialtuYW1lXTtcbiAgICB9LFxuICAgIGxvb2t1cFByb3BlcnR5OiBmdW5jdGlvbihwYXJlbnQsIHByb3BlcnR5TmFtZSkge1xuICAgICAgbGV0IHJlc3VsdCA9IHBhcmVudFtwcm9wZXJ0eU5hbWVdO1xuICAgICAgaWYgKHJlc3VsdCA9PSBudWxsKSB7XG4gICAgICAgIHJldHVybiByZXN1bHQ7XG4gICAgICB9XG4gICAgICBpZiAoT2JqZWN0LnByb3RvdHlwZS5oYXNPd25Qcm9wZXJ0eS5jYWxsKHBhcmVudCwgcHJvcGVydHlOYW1lKSkge1xuICAgICAgICByZXR1cm4gcmVzdWx0O1xuICAgICAgfVxuXG4gICAgICBpZiAocmVzdWx0SXNBbGxvd2VkKHJlc3VsdCwgY29udGFpbmVyLnByb3RvQWNjZXNzQ29udHJvbCwgcHJvcGVydHlOYW1lKSkge1xuICAgICAgICByZXR1cm4gcmVzdWx0O1xuICAgICAgfVxuICAgICAgcmV0dXJuIHVuZGVmaW5lZDtcbiAgICB9LFxuICAgIGxvb2t1cDogZnVuY3Rpb24oZGVwdGhzLCBuYW1lKSB7XG4gICAgICBjb25zdCBsZW4gPSBkZXB0aHMubGVuZ3RoO1xuICAgICAgZm9yIChsZXQgaSA9IDA7IGkgPCBsZW47IGkrKykge1xuICAgICAgICBsZXQgcmVzdWx0ID0gZGVwdGhzW2ldICYmIGNvbnRhaW5lci5sb29rdXBQcm9wZXJ0eShkZXB0aHNbaV0sIG5hbWUpO1xuICAgICAgICBpZiAocmVzdWx0ICE9IG51bGwpIHtcbiAgICAgICAgICByZXR1cm4gZGVwdGhzW2ldW25hbWVdO1xuICAgICAgICB9XG4gICAgICB9XG4gICAgfSxcbiAgICBsYW1iZGE6IGZ1bmN0aW9uKGN1cnJlbnQsIGNvbnRleHQpIHtcbiAgICAgIHJldHVybiB0eXBlb2YgY3VycmVudCA9PT0gJ2Z1bmN0aW9uJyA/IGN1cnJlbnQuY2FsbChjb250ZXh0KSA6IGN1cnJlbnQ7XG4gICAgfSxcblxuICAgIGVzY2FwZUV4cHJlc3Npb246IFV0aWxzLmVzY2FwZUV4cHJlc3Npb24sXG4gICAgaW52b2tlUGFydGlhbDogaW52b2tlUGFydGlhbFdyYXBwZXIsXG5cbiAgICBmbjogZnVuY3Rpb24oaSkge1xuICAgICAgbGV0IHJldCA9IHRlbXBsYXRlU3BlY1tpXTtcbiAgICAgIHJldC5kZWNvcmF0b3IgPSB0ZW1wbGF0ZVNwZWNbaSArICdfZCddO1xuICAgICAgcmV0dXJuIHJldDtcbiAgICB9LFxuXG4gICAgcHJvZ3JhbXM6IFtdLFxuICAgIHByb2dyYW06IGZ1bmN0aW9uKGksIGRhdGEsIGRlY2xhcmVkQmxvY2tQYXJhbXMsIGJsb2NrUGFyYW1zLCBkZXB0aHMpIHtcbiAgICAgIGxldCBwcm9ncmFtV3JhcHBlciA9IHRoaXMucHJvZ3JhbXNbaV0sXG4gICAgICAgIGZuID0gdGhpcy5mbihpKTtcbiAgICAgIGlmIChkYXRhIHx8IGRlcHRocyB8fCBibG9ja1BhcmFtcyB8fCBkZWNsYXJlZEJsb2NrUGFyYW1zKSB7XG4gICAgICAgIHByb2dyYW1XcmFwcGVyID0gd3JhcFByb2dyYW0oXG4gICAgICAgICAgdGhpcyxcbiAgICAgICAgICBpLFxuICAgICAgICAgIGZuLFxuICAgICAgICAgIGRhdGEsXG4gICAgICAgICAgZGVjbGFyZWRCbG9ja1BhcmFtcyxcbiAgICAgICAgICBibG9ja1BhcmFtcyxcbiAgICAgICAgICBkZXB0aHNcbiAgICAgICAgKTtcbiAgICAgIH0gZWxzZSBpZiAoIXByb2dyYW1XcmFwcGVyKSB7XG4gICAgICAgIHByb2dyYW1XcmFwcGVyID0gdGhpcy5wcm9ncmFtc1tpXSA9IHdyYXBQcm9ncmFtKHRoaXMsIGksIGZuKTtcbiAgICAgIH1cbiAgICAgIHJldHVybiBwcm9ncmFtV3JhcHBlcjtcbiAgICB9LFxuXG4gICAgZGF0YTogZnVuY3Rpb24odmFsdWUsIGRlcHRoKSB7XG4gICAgICB3aGlsZSAodmFsdWUgJiYgZGVwdGgtLSkge1xuICAgICAgICB2YWx1ZSA9IHZhbHVlLl9wYXJlbnQ7XG4gICAgICB9XG4gICAgICByZXR1cm4gdmFsdWU7XG4gICAgfSxcbiAgICBtZXJnZUlmTmVlZGVkOiBmdW5jdGlvbihwYXJhbSwgY29tbW9uKSB7XG4gICAgICBsZXQgb2JqID0gcGFyYW0gfHwgY29tbW9uO1xuXG4gICAgICBpZiAocGFyYW0gJiYgY29tbW9uICYmIHBhcmFtICE9PSBjb21tb24pIHtcbiAgICAgICAgb2JqID0gVXRpbHMuZXh0ZW5kKHt9LCBjb21tb24sIHBhcmFtKTtcbiAgICAgIH1cblxuICAgICAgcmV0dXJuIG9iajtcbiAgICB9LFxuICAgIC8vIEFuIGVtcHR5IG9iamVjdCB0byB1c2UgYXMgcmVwbGFjZW1lbnQgZm9yIG51bGwtY29udGV4dHNcbiAgICBudWxsQ29udGV4dDogT2JqZWN0LnNlYWwoe30pLFxuXG4gICAgbm9vcDogZW52LlZNLm5vb3AsXG4gICAgY29tcGlsZXJJbmZvOiB0ZW1wbGF0ZVNwZWMuY29tcGlsZXJcbiAgfTtcblxuICBmdW5jdGlvbiByZXQoY29udGV4dCwgb3B0aW9ucyA9IHt9KSB7XG4gICAgbGV0IGRhdGEgPSBvcHRpb25zLmRhdGE7XG5cbiAgICByZXQuX3NldHVwKG9wdGlvbnMpO1xuICAgIGlmICghb3B0aW9ucy5wYXJ0aWFsICYmIHRlbXBsYXRlU3BlYy51c2VEYXRhKSB7XG4gICAgICBkYXRhID0gaW5pdERhdGEoY29udGV4dCwgZGF0YSk7XG4gICAgfVxuICAgIGxldCBkZXB0aHMsXG4gICAgICBibG9ja1BhcmFtcyA9IHRlbXBsYXRlU3BlYy51c2VCbG9ja1BhcmFtcyA/IFtdIDogdW5kZWZpbmVkO1xuICAgIGlmICh0ZW1wbGF0ZVNwZWMudXNlRGVwdGhzKSB7XG4gICAgICBpZiAob3B0aW9ucy5kZXB0aHMpIHtcbiAgICAgICAgZGVwdGhzID1cbiAgICAgICAgICBjb250ZXh0ICE9IG9wdGlvbnMuZGVwdGhzWzBdXG4gICAgICAgICAgICA/IFtjb250ZXh0XS5jb25jYXQob3B0aW9ucy5kZXB0aHMpXG4gICAgICAgICAgICA6IG9wdGlvbnMuZGVwdGhzO1xuICAgICAgfSBlbHNlIHtcbiAgICAgICAgZGVwdGhzID0gW2NvbnRleHRdO1xuICAgICAgfVxuICAgIH1cblxuICAgIGZ1bmN0aW9uIG1haW4oY29udGV4dCAvKiwgb3B0aW9ucyovKSB7XG4gICAgICByZXR1cm4gKFxuICAgICAgICAnJyArXG4gICAgICAgIHRlbXBsYXRlU3BlYy5tYWluKFxuICAgICAgICAgIGNvbnRhaW5lcixcbiAgICAgICAgICBjb250ZXh0LFxuICAgICAgICAgIGNvbnRhaW5lci5oZWxwZXJzLFxuICAgICAgICAgIGNvbnRhaW5lci5wYXJ0aWFscyxcbiAgICAgICAgICBkYXRhLFxuICAgICAgICAgIGJsb2NrUGFyYW1zLFxuICAgICAgICAgIGRlcHRoc1xuICAgICAgICApXG4gICAgICApO1xuICAgIH1cblxuICAgIG1haW4gPSBleGVjdXRlRGVjb3JhdG9ycyhcbiAgICAgIHRlbXBsYXRlU3BlYy5tYWluLFxuICAgICAgbWFpbixcbiAgICAgIGNvbnRhaW5lcixcbiAgICAgIG9wdGlvbnMuZGVwdGhzIHx8IFtdLFxuICAgICAgZGF0YSxcbiAgICAgIGJsb2NrUGFyYW1zXG4gICAgKTtcbiAgICByZXR1cm4gbWFpbihjb250ZXh0LCBvcHRpb25zKTtcbiAgfVxuXG4gIHJldC5pc1RvcCA9IHRydWU7XG5cbiAgcmV0Ll9zZXR1cCA9IGZ1bmN0aW9uKG9wdGlvbnMpIHtcbiAgICBpZiAoIW9wdGlvbnMucGFydGlhbCkge1xuICAgICAgbGV0IG1lcmdlZEhlbHBlcnMgPSBVdGlscy5leHRlbmQoe30sIGVudi5oZWxwZXJzLCBvcHRpb25zLmhlbHBlcnMpO1xuICAgICAgd3JhcEhlbHBlcnNUb1Bhc3NMb29rdXBQcm9wZXJ0eShtZXJnZWRIZWxwZXJzLCBjb250YWluZXIpO1xuICAgICAgY29udGFpbmVyLmhlbHBlcnMgPSBtZXJnZWRIZWxwZXJzO1xuXG4gICAgICBpZiAodGVtcGxhdGVTcGVjLnVzZVBhcnRpYWwpIHtcbiAgICAgICAgLy8gVXNlIG1lcmdlSWZOZWVkZWQgaGVyZSB0byBwcmV2ZW50IGNvbXBpbGluZyBnbG9iYWwgcGFydGlhbHMgbXVsdGlwbGUgdGltZXNcbiAgICAgICAgY29udGFpbmVyLnBhcnRpYWxzID0gY29udGFpbmVyLm1lcmdlSWZOZWVkZWQoXG4gICAgICAgICAgb3B0aW9ucy5wYXJ0aWFscyxcbiAgICAgICAgICBlbnYucGFydGlhbHNcbiAgICAgICAgKTtcbiAgICAgIH1cbiAgICAgIGlmICh0ZW1wbGF0ZVNwZWMudXNlUGFydGlhbCB8fCB0ZW1wbGF0ZVNwZWMudXNlRGVjb3JhdG9ycykge1xuICAgICAgICBjb250YWluZXIuZGVjb3JhdG9ycyA9IFV0aWxzLmV4dGVuZChcbiAgICAgICAgICB7fSxcbiAgICAgICAgICBlbnYuZGVjb3JhdG9ycyxcbiAgICAgICAgICBvcHRpb25zLmRlY29yYXRvcnNcbiAgICAgICAgKTtcbiAgICAgIH1cblxuICAgICAgY29udGFpbmVyLmhvb2tzID0ge307XG4gICAgICBjb250YWluZXIucHJvdG9BY2Nlc3NDb250cm9sID0gY3JlYXRlUHJvdG9BY2Nlc3NDb250cm9sKG9wdGlvbnMpO1xuXG4gICAgICBsZXQga2VlcEhlbHBlckluSGVscGVycyA9XG4gICAgICAgIG9wdGlvbnMuYWxsb3dDYWxsc1RvSGVscGVyTWlzc2luZyB8fFxuICAgICAgICB0ZW1wbGF0ZVdhc1ByZWNvbXBpbGVkV2l0aENvbXBpbGVyVjc7XG4gICAgICBtb3ZlSGVscGVyVG9Ib29rcyhjb250YWluZXIsICdoZWxwZXJNaXNzaW5nJywga2VlcEhlbHBlckluSGVscGVycyk7XG4gICAgICBtb3ZlSGVscGVyVG9Ib29rcyhjb250YWluZXIsICdibG9ja0hlbHBlck1pc3NpbmcnLCBrZWVwSGVscGVySW5IZWxwZXJzKTtcbiAgICB9IGVsc2Uge1xuICAgICAgY29udGFpbmVyLnByb3RvQWNjZXNzQ29udHJvbCA9IG9wdGlvbnMucHJvdG9BY2Nlc3NDb250cm9sOyAvLyBpbnRlcm5hbCBvcHRpb25cbiAgICAgIGNvbnRhaW5lci5oZWxwZXJzID0gb3B0aW9ucy5oZWxwZXJzO1xuICAgICAgY29udGFpbmVyLnBhcnRpYWxzID0gb3B0aW9ucy5wYXJ0aWFscztcbiAgICAgIGNvbnRhaW5lci5kZWNvcmF0b3JzID0gb3B0aW9ucy5kZWNvcmF0b3JzO1xuICAgICAgY29udGFpbmVyLmhvb2tzID0gb3B0aW9ucy5ob29rcztcbiAgICB9XG4gIH07XG5cbiAgcmV0Ll9jaGlsZCA9IGZ1bmN0aW9uKGksIGRhdGEsIGJsb2NrUGFyYW1zLCBkZXB0aHMpIHtcbiAgICBpZiAodGVtcGxhdGVTcGVjLnVzZUJsb2NrUGFyYW1zICYmICFibG9ja1BhcmFtcykge1xuICAgICAgdGhyb3cgbmV3IEV4Y2VwdGlvbignbXVzdCBwYXNzIGJsb2NrIHBhcmFtcycpO1xuICAgIH1cbiAgICBpZiAodGVtcGxhdGVTcGVjLnVzZURlcHRocyAmJiAhZGVwdGhzKSB7XG4gICAgICB0aHJvdyBuZXcgRXhjZXB0aW9uKCdtdXN0IHBhc3MgcGFyZW50IGRlcHRocycpO1xuICAgIH1cblxuICAgIHJldHVybiB3cmFwUHJvZ3JhbShcbiAgICAgIGNvbnRhaW5lcixcbiAgICAgIGksXG4gICAgICB0ZW1wbGF0ZVNwZWNbaV0sXG4gICAgICBkYXRhLFxuICAgICAgMCxcbiAgICAgIGJsb2NrUGFyYW1zLFxuICAgICAgZGVwdGhzXG4gICAgKTtcbiAgfTtcbiAgcmV0dXJuIHJldDtcbn1cblxuZXhwb3J0IGZ1bmN0aW9uIHdyYXBQcm9ncmFtKFxuICBjb250YWluZXIsXG4gIGksXG4gIGZuLFxuICBkYXRhLFxuICBkZWNsYXJlZEJsb2NrUGFyYW1zLFxuICBibG9ja1BhcmFtcyxcbiAgZGVwdGhzXG4pIHtcbiAgZnVuY3Rpb24gcHJvZyhjb250ZXh0LCBvcHRpb25zID0ge30pIHtcbiAgICBsZXQgY3VycmVudERlcHRocyA9IGRlcHRocztcbiAgICBpZiAoXG4gICAgICBkZXB0aHMgJiZcbiAgICAgIGNvbnRleHQgIT0gZGVwdGhzWzBdICYmXG4gICAgICAhKGNvbnRleHQgPT09IGNvbnRhaW5lci5udWxsQ29udGV4dCAmJiBkZXB0aHNbMF0gPT09IG51bGwpXG4gICAgKSB7XG4gICAgICBjdXJyZW50RGVwdGhzID0gW2NvbnRleHRdLmNvbmNhdChkZXB0aHMpO1xuICAgIH1cblxuICAgIHJldHVybiBmbihcbiAgICAgIGNvbnRhaW5lcixcbiAgICAgIGNvbnRleHQsXG4gICAgICBjb250YWluZXIuaGVscGVycyxcbiAgICAgIGNvbnRhaW5lci5wYXJ0aWFscyxcbiAgICAgIG9wdGlvbnMuZGF0YSB8fCBkYXRhLFxuICAgICAgYmxvY2tQYXJhbXMgJiYgW29wdGlvbnMuYmxvY2tQYXJhbXNdLmNvbmNhdChibG9ja1BhcmFtcyksXG4gICAgICBjdXJyZW50RGVwdGhzXG4gICAgKTtcbiAgfVxuXG4gIHByb2cgPSBleGVjdXRlRGVjb3JhdG9ycyhmbiwgcHJvZywgY29udGFpbmVyLCBkZXB0aHMsIGRhdGEsIGJsb2NrUGFyYW1zKTtcblxuICBwcm9nLnByb2dyYW0gPSBpO1xuICBwcm9nLmRlcHRoID0gZGVwdGhzID8gZGVwdGhzLmxlbmd0aCA6IDA7XG4gIHByb2cuYmxvY2tQYXJhbXMgPSBkZWNsYXJlZEJsb2NrUGFyYW1zIHx8IDA7XG4gIHJldHVybiBwcm9nO1xufVxuXG4vKipcbiAqIFRoaXMgaXMgY3VycmVudGx5IHBhcnQgb2YgdGhlIG9mZmljaWFsIEFQSSwgdGhlcmVmb3JlIGltcGxlbWVudGF0aW9uIGRldGFpbHMgc2hvdWxkIG5vdCBiZSBjaGFuZ2VkLlxuICovXG5leHBvcnQgZnVuY3Rpb24gcmVzb2x2ZVBhcnRpYWwocGFydGlhbCwgY29udGV4dCwgb3B0aW9ucykge1xuICBpZiAoIXBhcnRpYWwpIHtcbiAgICBpZiAob3B0aW9ucy5uYW1lID09PSAnQHBhcnRpYWwtYmxvY2snKSB7XG4gICAgICBwYXJ0aWFsID0gb3B0aW9ucy5kYXRhWydwYXJ0aWFsLWJsb2NrJ107XG4gICAgfSBlbHNlIHtcbiAgICAgIHBhcnRpYWwgPSBvcHRpb25zLnBhcnRpYWxzW29wdGlvbnMubmFtZV07XG4gICAgfVxuICB9IGVsc2UgaWYgKCFwYXJ0aWFsLmNhbGwgJiYgIW9wdGlvbnMubmFtZSkge1xuICAgIC8vIFRoaXMgaXMgYSBkeW5hbWljIHBhcnRpYWwgdGhhdCByZXR1cm5lZCBhIHN0cmluZ1xuICAgIG9wdGlvbnMubmFtZSA9IHBhcnRpYWw7XG4gICAgcGFydGlhbCA9IG9wdGlvbnMucGFydGlhbHNbcGFydGlhbF07XG4gIH1cbiAgcmV0dXJuIHBhcnRpYWw7XG59XG5cbmV4cG9ydCBmdW5jdGlvbiBpbnZva2VQYXJ0aWFsKHBhcnRpYWwsIGNvbnRleHQsIG9wdGlvbnMpIHtcbiAgLy8gVXNlIHRoZSBjdXJyZW50IGNsb3N1cmUgY29udGV4dCB0byBzYXZlIHRoZSBwYXJ0aWFsLWJsb2NrIGlmIHRoaXMgcGFydGlhbFxuICBjb25zdCBjdXJyZW50UGFydGlhbEJsb2NrID0gb3B0aW9ucy5kYXRhICYmIG9wdGlvbnMuZGF0YVsncGFydGlhbC1ibG9jayddO1xuICBvcHRpb25zLnBhcnRpYWwgPSB0cnVlO1xuICBpZiAob3B0aW9ucy5pZHMpIHtcbiAgICBvcHRpb25zLmRhdGEuY29udGV4dFBhdGggPSBvcHRpb25zLmlkc1swXSB8fCBvcHRpb25zLmRhdGEuY29udGV4dFBhdGg7XG4gIH1cblxuICBsZXQgcGFydGlhbEJsb2NrO1xuICBpZiAob3B0aW9ucy5mbiAmJiBvcHRpb25zLmZuICE9PSBub29wKSB7XG4gICAgb3B0aW9ucy5kYXRhID0gY3JlYXRlRnJhbWUob3B0aW9ucy5kYXRhKTtcbiAgICAvLyBXcmFwcGVyIGZ1bmN0aW9uIHRvIGdldCBhY2Nlc3MgdG8gY3VycmVudFBhcnRpYWxCbG9jayBmcm9tIHRoZSBjbG9zdXJlXG4gICAgbGV0IGZuID0gb3B0aW9ucy5mbjtcbiAgICBwYXJ0aWFsQmxvY2sgPSBvcHRpb25zLmRhdGFbJ3BhcnRpYWwtYmxvY2snXSA9IGZ1bmN0aW9uIHBhcnRpYWxCbG9ja1dyYXBwZXIoXG4gICAgICBjb250ZXh0LFxuICAgICAgb3B0aW9ucyA9IHt9XG4gICAgKSB7XG4gICAgICAvLyBSZXN0b3JlIHRoZSBwYXJ0aWFsLWJsb2NrIGZyb20gdGhlIGNsb3N1cmUgZm9yIHRoZSBleGVjdXRpb24gb2YgdGhlIGJsb2NrXG4gICAgICAvLyBpLmUuIHRoZSBwYXJ0IGluc2lkZSB0aGUgYmxvY2sgb2YgdGhlIHBhcnRpYWwgY2FsbC5cbiAgICAgIG9wdGlvbnMuZGF0YSA9IGNyZWF0ZUZyYW1lKG9wdGlvbnMuZGF0YSk7XG4gICAgICBvcHRpb25zLmRhdGFbJ3BhcnRpYWwtYmxvY2snXSA9IGN1cnJlbnRQYXJ0aWFsQmxvY2s7XG4gICAgICByZXR1cm4gZm4oY29udGV4dCwgb3B0aW9ucyk7XG4gICAgfTtcbiAgICBpZiAoZm4ucGFydGlhbHMpIHtcbiAgICAgIG9wdGlvbnMucGFydGlhbHMgPSBVdGlscy5leHRlbmQoe30sIG9wdGlvbnMucGFydGlhbHMsIGZuLnBhcnRpYWxzKTtcbiAgICB9XG4gIH1cblxuICBpZiAocGFydGlhbCA9PT0gdW5kZWZpbmVkICYmIHBhcnRpYWxCbG9jaykge1xuICAgIHBhcnRpYWwgPSBwYXJ0aWFsQmxvY2s7XG4gIH1cblxuICBpZiAocGFydGlhbCA9PT0gdW5kZWZpbmVkKSB7XG4gICAgdGhyb3cgbmV3IEV4Y2VwdGlvbignVGhlIHBhcnRpYWwgJyArIG9wdGlvbnMubmFtZSArICcgY291bGQgbm90IGJlIGZvdW5kJyk7XG4gIH0gZWxzZSBpZiAocGFydGlhbCBpbnN0YW5jZW9mIEZ1bmN0aW9uKSB7XG4gICAgcmV0dXJuIHBhcnRpYWwoY29udGV4dCwgb3B0aW9ucyk7XG4gIH1cbn1cblxuZXhwb3J0IGZ1bmN0aW9uIG5vb3AoKSB7XG4gIHJldHVybiAnJztcbn1cblxuZnVuY3Rpb24gaW5pdERhdGEoY29udGV4dCwgZGF0YSkge1xuICBpZiAoIWRhdGEgfHwgISgncm9vdCcgaW4gZGF0YSkpIHtcbiAgICBkYXRhID0gZGF0YSA/IGNyZWF0ZUZyYW1lKGRhdGEpIDoge307XG4gICAgZGF0YS5yb290ID0gY29udGV4dDtcbiAgfVxuICByZXR1cm4gZGF0YTtcbn1cblxuZnVuY3Rpb24gZXhlY3V0ZURlY29yYXRvcnMoZm4sIHByb2csIGNvbnRhaW5lciwgZGVwdGhzLCBkYXRhLCBibG9ja1BhcmFtcykge1xuICBpZiAoZm4uZGVjb3JhdG9yKSB7XG4gICAgbGV0IHByb3BzID0ge307XG4gICAgcHJvZyA9IGZuLmRlY29yYXRvcihcbiAgICAgIHByb2csXG4gICAgICBwcm9wcyxcbiAgICAgIGNvbnRhaW5lcixcbiAgICAgIGRlcHRocyAmJiBkZXB0aHNbMF0sXG4gICAgICBkYXRhLFxuICAgICAgYmxvY2tQYXJhbXMsXG4gICAgICBkZXB0aHNcbiAgICApO1xuICAgIFV0aWxzLmV4dGVuZChwcm9nLCBwcm9wcyk7XG4gIH1cbiAgcmV0dXJuIHByb2c7XG59XG5cbmZ1bmN0aW9uIHdyYXBIZWxwZXJzVG9QYXNzTG9va3VwUHJvcGVydHkobWVyZ2VkSGVscGVycywgY29udGFpbmVyKSB7XG4gIE9iamVjdC5rZXlzKG1lcmdlZEhlbHBlcnMpLmZvckVhY2goaGVscGVyTmFtZSA9PiB7XG4gICAgbGV0IGhlbHBlciA9IG1lcmdlZEhlbHBlcnNbaGVscGVyTmFtZV07XG4gICAgbWVyZ2VkSGVscGVyc1toZWxwZXJOYW1lXSA9IHBhc3NMb29rdXBQcm9wZXJ0eU9wdGlvbihoZWxwZXIsIGNvbnRhaW5lcik7XG4gIH0pO1xufVxuXG5mdW5jdGlvbiBwYXNzTG9va3VwUHJvcGVydHlPcHRpb24oaGVscGVyLCBjb250YWluZXIpIHtcbiAgY29uc3QgbG9va3VwUHJvcGVydHkgPSBjb250YWluZXIubG9va3VwUHJvcGVydHk7XG4gIHJldHVybiB3cmFwSGVscGVyKGhlbHBlciwgb3B0aW9ucyA9PiB7XG4gICAgcmV0dXJuIFV0aWxzLmV4dGVuZCh7IGxvb2t1cFByb3BlcnR5IH0sIG9wdGlvbnMpO1xuICB9KTtcbn1cbiJdfQ==\n","'use strict';\n\nexports.__esModule = true;\nexports.wrapHelper = wrapHelper;\n\nfunction wrapHelper(helper, transformOptionsFn) {\n if (typeof helper !== 'function') {\n // This should not happen, but apparently it does in https://github.com/wycats/handlebars.js/issues/1639\n // We try to make the wrapper least-invasive by not wrapping it, if the helper is not a function.\n return helper;\n }\n var wrapper = function wrapper() /* dynamic arguments */{\n var options = arguments[arguments.length - 1];\n arguments[arguments.length - 1] = transformOptionsFn(options);\n return helper.apply(this, arguments);\n };\n return wrapper;\n}\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uL2xpYi9oYW5kbGViYXJzL2ludGVybmFsL3dyYXBIZWxwZXIuanMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6Ijs7Ozs7QUFBTyxTQUFTLFVBQVUsQ0FBQyxNQUFNLEVBQUUsa0JBQWtCLEVBQUU7QUFDckQsTUFBSSxPQUFPLE1BQU0sS0FBSyxVQUFVLEVBQUU7OztBQUdoQyxXQUFPLE1BQU0sQ0FBQztHQUNmO0FBQ0QsTUFBSSxPQUFPLEdBQUcsU0FBVixPQUFPLDBCQUFxQztBQUM5QyxRQUFNLE9BQU8sR0FBRyxTQUFTLENBQUMsU0FBUyxDQUFDLE1BQU0sR0FBRyxDQUFDLENBQUMsQ0FBQztBQUNoRCxhQUFTLENBQUMsU0FBUyxDQUFDLE1BQU0sR0FBRyxDQUFDLENBQUMsR0FBRyxrQkFBa0IsQ0FBQyxPQUFPLENBQUMsQ0FBQztBQUM5RCxXQUFPLE1BQU0sQ0FBQyxLQUFLLENBQUMsSUFBSSxFQUFFLFNBQVMsQ0FBQyxDQUFDO0dBQ3RDLENBQUM7QUFDRixTQUFPLE9BQU8sQ0FBQztDQUNoQiIsImZpbGUiOiJ3cmFwSGVscGVyLmpzIiwic291cmNlc0NvbnRlbnQiOlsiZXhwb3J0IGZ1bmN0aW9uIHdyYXBIZWxwZXIoaGVscGVyLCB0cmFuc2Zvcm1PcHRpb25zRm4pIHtcbiAgaWYgKHR5cGVvZiBoZWxwZXIgIT09ICdmdW5jdGlvbicpIHtcbiAgICAvLyBUaGlzIHNob3VsZCBub3QgaGFwcGVuLCBidXQgYXBwYXJlbnRseSBpdCBkb2VzIGluIGh0dHBzOi8vZ2l0aHViLmNvbS93eWNhdHMvaGFuZGxlYmFycy5qcy9pc3N1ZXMvMTYzOVxuICAgIC8vIFdlIHRyeSB0byBtYWtlIHRoZSB3cmFwcGVyIGxlYXN0LWludmFzaXZlIGJ5IG5vdCB3cmFwcGluZyBpdCwgaWYgdGhlIGhlbHBlciBpcyBub3QgYSBmdW5jdGlvbi5cbiAgICByZXR1cm4gaGVscGVyO1xuICB9XG4gIGxldCB3cmFwcGVyID0gZnVuY3Rpb24oLyogZHluYW1pYyBhcmd1bWVudHMgKi8pIHtcbiAgICBjb25zdCBvcHRpb25zID0gYXJndW1lbnRzW2FyZ3VtZW50cy5sZW5ndGggLSAxXTtcbiAgICBhcmd1bWVudHNbYXJndW1lbnRzLmxlbmd0aCAtIDFdID0gdHJhbnNmb3JtT3B0aW9uc0ZuKG9wdGlvbnMpO1xuICAgIHJldHVybiBoZWxwZXIuYXBwbHkodGhpcywgYXJndW1lbnRzKTtcbiAgfTtcbiAgcmV0dXJuIHdyYXBwZXI7XG59XG4iXX0=\n","'use strict';\n\nexports.__esModule = true;\n\nexports['default'] = function (Handlebars) {\n /* istanbul ignore next */\n var root = typeof global !== 'undefined' ? global : window,\n $Handlebars = root.Handlebars;\n /* istanbul ignore next */\n Handlebars.noConflict = function () {\n if (root.Handlebars === Handlebars) {\n root.Handlebars = $Handlebars;\n }\n return Handlebars;\n };\n};\n\nmodule.exports = exports['default'];\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uL2xpYi9oYW5kbGViYXJzL25vLWNvbmZsaWN0LmpzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7Ozs7cUJBQWUsVUFBUyxVQUFVLEVBQUU7O0FBRWxDLE1BQUksSUFBSSxHQUFHLE9BQU8sTUFBTSxLQUFLLFdBQVcsR0FBRyxNQUFNLEdBQUcsTUFBTTtNQUN4RCxXQUFXLEdBQUcsSUFBSSxDQUFDLFVBQVUsQ0FBQzs7QUFFaEMsWUFBVSxDQUFDLFVBQVUsR0FBRyxZQUFXO0FBQ2pDLFFBQUksSUFBSSxDQUFDLFVBQVUsS0FBSyxVQUFVLEVBQUU7QUFDbEMsVUFBSSxDQUFDLFVBQVUsR0FBRyxXQUFXLENBQUM7S0FDL0I7QUFDRCxXQUFPLFVBQVUsQ0FBQztHQUNuQixDQUFDO0NBQ0giLCJmaWxlIjoibm8tY29uZmxpY3QuanMiLCJzb3VyY2VzQ29udGVudCI6WyJleHBvcnQgZGVmYXVsdCBmdW5jdGlvbihIYW5kbGViYXJzKSB7XG4gIC8qIGlzdGFuYnVsIGlnbm9yZSBuZXh0ICovXG4gIGxldCByb290ID0gdHlwZW9mIGdsb2JhbCAhPT0gJ3VuZGVmaW5lZCcgPyBnbG9iYWwgOiB3aW5kb3csXG4gICAgJEhhbmRsZWJhcnMgPSByb290LkhhbmRsZWJhcnM7XG4gIC8qIGlzdGFuYnVsIGlnbm9yZSBuZXh0ICovXG4gIEhhbmRsZWJhcnMubm9Db25mbGljdCA9IGZ1bmN0aW9uKCkge1xuICAgIGlmIChyb290LkhhbmRsZWJhcnMgPT09IEhhbmRsZWJhcnMpIHtcbiAgICAgIHJvb3QuSGFuZGxlYmFycyA9ICRIYW5kbGViYXJzO1xuICAgIH1cbiAgICByZXR1cm4gSGFuZGxlYmFycztcbiAgfTtcbn1cbiJdfQ==\n","var Handlebars = require(\"../../../../node_modules/handlebars/runtime.js\");\nfunction __default(obj) { return obj && (obj.__esModule ? obj[\"default\"] : obj); }\nmodule.exports = (Handlebars[\"default\"] || Handlebars).template({\"compiler\":[8,\">= 4.3.0\"],\"main\":function(container,depth0,helpers,partials,data) {\n var helper, lookupProperty = container.lookupProperty || function(parent, propertyName) {\n if (Object.prototype.hasOwnProperty.call(parent, propertyName)) {\n return parent[propertyName];\n }\n return undefined\n };\n\n return \"<div class=\\\"emptycontent\\\">\\n\t<div class=\\\"icon-loading\\\"></div>\\n\t<h2>\"\n + container.escapeExpression(((helper = (helper = lookupProperty(helpers,\"loadingText\") || (depth0 != null ? lookupProperty(depth0,\"loadingText\") : depth0)) != null ? helper : container.hooks.helperMissing),(typeof helper === \"function\" ? helper.call(depth0 != null ? depth0 : (container.nullContext || {}),{\"name\":\"loadingText\",\"hash\":{},\"data\":data,\"loc\":{\"start\":{\"line\":3,\"column\":5},\"end\":{\"line\":3,\"column\":20}}}) : helper)))\n + \"</h2>\\n</div>\\n\";\n},\"useData\":true});","var Handlebars = require(\"../../../../node_modules/handlebars/runtime.js\");\nfunction __default(obj) { return obj && (obj.__esModule ? obj[\"default\"] : obj); }\nmodule.exports = (Handlebars[\"default\"] || Handlebars).template({\"compiler\":[8,\">= 4.3.0\"],\"main\":function(container,depth0,helpers,partials,data) {\n var helper, lookupProperty = container.lookupProperty || function(parent, propertyName) {\n if (Object.prototype.hasOwnProperty.call(parent, propertyName)) {\n return parent[propertyName];\n }\n return undefined\n };\n\n return \"<div class=\\\"emptycontent\\\">\\n\t<div class=\\\"icon-search\\\"></div>\\n\t<h2>\"\n + container.escapeExpression(((helper = (helper = lookupProperty(helpers,\"couldNotLoadText\") || (depth0 != null ? lookupProperty(depth0,\"couldNotLoadText\") : depth0)) != null ? helper : container.hooks.helperMissing),(typeof helper === \"function\" ? helper.call(depth0 != null ? depth0 : (container.nullContext || {}),{\"name\":\"couldNotLoadText\",\"hash\":{},\"data\":data,\"loc\":{\"start\":{\"line\":3,\"column\":5},\"end\":{\"line\":3,\"column\":25}}}) : helper)))\n + \"</h2>\\n</div>\\n\";\n},\"useData\":true});","var Handlebars = require(\"../../../../node_modules/handlebars/runtime.js\");\nfunction __default(obj) { return obj && (obj.__esModule ? obj[\"default\"] : obj); }\nmodule.exports = (Handlebars[\"default\"] || Handlebars).template({\"compiler\":[8,\">= 4.3.0\"],\"main\":function(container,depth0,helpers,partials,data) {\n var helper, alias1=depth0 != null ? depth0 : (container.nullContext || {}), alias2=container.hooks.helperMissing, alias3=\"function\", alias4=container.escapeExpression, lookupProperty = container.lookupProperty || function(parent, propertyName) {\n if (Object.prototype.hasOwnProperty.call(parent, propertyName)) {\n return parent[propertyName];\n }\n return undefined\n };\n\n return \"<label class=\\\"hidden-visually\\\" for=\\\"contactsmenu-search\\\">\"\n + alias4(((helper = (helper = lookupProperty(helpers,\"searchContactsText\") || (depth0 != null ? lookupProperty(depth0,\"searchContactsText\") : depth0)) != null ? helper : alias2),(typeof helper === alias3 ? helper.call(alias1,{\"name\":\"searchContactsText\",\"hash\":{},\"data\":data,\"loc\":{\"start\":{\"line\":1,\"column\":57},\"end\":{\"line\":1,\"column\":79}}}) : helper)))\n + \"</label>\\n<input id=\\\"contactsmenu-search\\\" type=\\\"search\\\" placeholder=\\\"\"\n + alias4(((helper = (helper = lookupProperty(helpers,\"searchContactsText\") || (depth0 != null ? lookupProperty(depth0,\"searchContactsText\") : depth0)) != null ? helper : alias2),(typeof helper === alias3 ? helper.call(alias1,{\"name\":\"searchContactsText\",\"hash\":{},\"data\":data,\"loc\":{\"start\":{\"line\":2,\"column\":59},\"end\":{\"line\":2,\"column\":81}}}) : helper)))\n + \"\\\" value=\\\"\"\n + alias4(((helper = (helper = lookupProperty(helpers,\"searchTerm\") || (depth0 != null ? lookupProperty(depth0,\"searchTerm\") : depth0)) != null ? helper : alias2),(typeof helper === alias3 ? helper.call(alias1,{\"name\":\"searchTerm\",\"hash\":{},\"data\":data,\"loc\":{\"start\":{\"line\":2,\"column\":90},\"end\":{\"line\":2,\"column\":104}}}) : helper)))\n + \"\\\">\\n<div class=\\\"content\\\">\\n</div>\\n\";\n},\"useData\":true});","var Handlebars = require(\"../../../../node_modules/handlebars/runtime.js\");\nfunction __default(obj) { return obj && (obj.__esModule ? obj[\"default\"] : obj); }\nmodule.exports = (Handlebars[\"default\"] || Handlebars).template({\"1\":function(container,depth0,helpers,partials,data) {\n var helper, lookupProperty = container.lookupProperty || function(parent, propertyName) {\n if (Object.prototype.hasOwnProperty.call(parent, propertyName)) {\n return parent[propertyName];\n }\n return undefined\n };\n\n return \"<div class=\\\"emptycontent\\\">\\n\t<div class=\\\"icon-search\\\"></div>\\n\t<h2>\"\n + container.escapeExpression(((helper = (helper = lookupProperty(helpers,\"noContactsFoundText\") || (depth0 != null ? lookupProperty(depth0,\"noContactsFoundText\") : depth0)) != null ? helper : container.hooks.helperMissing),(typeof helper === \"function\" ? helper.call(depth0 != null ? depth0 : (container.nullContext || {}),{\"name\":\"noContactsFoundText\",\"hash\":{},\"data\":data,\"loc\":{\"start\":{\"line\":4,\"column\":5},\"end\":{\"line\":4,\"column\":28}}}) : helper)))\n + \"</h2>\\n</div>\\n\";\n},\"3\":function(container,depth0,helpers,partials,data) {\n var helper, alias1=depth0 != null ? depth0 : (container.nullContext || {}), alias2=container.hooks.helperMissing, alias3=\"function\", alias4=container.escapeExpression, lookupProperty = container.lookupProperty || function(parent, propertyName) {\n if (Object.prototype.hasOwnProperty.call(parent, propertyName)) {\n return parent[propertyName];\n }\n return undefined\n };\n\n return \"<div class=\\\"footer\\\"><a href=\\\"\"\n + alias4(((helper = (helper = lookupProperty(helpers,\"contactsAppURL\") || (depth0 != null ? lookupProperty(depth0,\"contactsAppURL\") : depth0)) != null ? helper : alias2),(typeof helper === alias3 ? helper.call(alias1,{\"name\":\"contactsAppURL\",\"hash\":{},\"data\":data,\"loc\":{\"start\":{\"line\":9,\"column\":29},\"end\":{\"line\":9,\"column\":47}}}) : helper)))\n + \"\\\">\"\n + alias4(((helper = (helper = lookupProperty(helpers,\"showAllContactsText\") || (depth0 != null ? lookupProperty(depth0,\"showAllContactsText\") : depth0)) != null ? helper : alias2),(typeof helper === alias3 ? helper.call(alias1,{\"name\":\"showAllContactsText\",\"hash\":{},\"data\":data,\"loc\":{\"start\":{\"line\":9,\"column\":49},\"end\":{\"line\":9,\"column\":72}}}) : helper)))\n + \"</a></div>\\n\";\n},\"5\":function(container,depth0,helpers,partials,data) {\n var stack1, lookupProperty = container.lookupProperty || function(parent, propertyName) {\n if (Object.prototype.hasOwnProperty.call(parent, propertyName)) {\n return parent[propertyName];\n }\n return undefined\n };\n\n return ((stack1 = lookupProperty(helpers,\"if\").call(depth0 != null ? depth0 : (container.nullContext || {}),(depth0 != null ? lookupProperty(depth0,\"canInstallApp\") : depth0),{\"name\":\"if\",\"hash\":{},\"fn\":container.program(6, data, 0),\"inverse\":container.noop,\"data\":data,\"loc\":{\"start\":{\"line\":10,\"column\":0},\"end\":{\"line\":12,\"column\":0}}})) != null ? stack1 : \"\");\n},\"6\":function(container,depth0,helpers,partials,data) {\n var helper, alias1=depth0 != null ? depth0 : (container.nullContext || {}), alias2=container.hooks.helperMissing, alias3=\"function\", alias4=container.escapeExpression, lookupProperty = container.lookupProperty || function(parent, propertyName) {\n if (Object.prototype.hasOwnProperty.call(parent, propertyName)) {\n return parent[propertyName];\n }\n return undefined\n };\n\n return \"<div class=\\\"footer\\\"><a href=\\\"\"\n + alias4(((helper = (helper = lookupProperty(helpers,\"contactsAppMgmtURL\") || (depth0 != null ? lookupProperty(depth0,\"contactsAppMgmtURL\") : depth0)) != null ? helper : alias2),(typeof helper === alias3 ? helper.call(alias1,{\"name\":\"contactsAppMgmtURL\",\"hash\":{},\"data\":data,\"loc\":{\"start\":{\"line\":11,\"column\":29},\"end\":{\"line\":11,\"column\":51}}}) : helper)))\n + \"\\\">\"\n + alias4(((helper = (helper = lookupProperty(helpers,\"contactsAppMgmtText\") || (depth0 != null ? lookupProperty(depth0,\"contactsAppMgmtText\") : depth0)) != null ? helper : alias2),(typeof helper === alias3 ? helper.call(alias1,{\"name\":\"contactsAppMgmtText\",\"hash\":{},\"data\":data,\"loc\":{\"start\":{\"line\":11,\"column\":53},\"end\":{\"line\":11,\"column\":76}}}) : helper)))\n + \"</a></div>\\n\";\n},\"compiler\":[8,\">= 4.3.0\"],\"main\":function(container,depth0,helpers,partials,data) {\n var stack1, alias1=depth0 != null ? depth0 : (container.nullContext || {}), lookupProperty = container.lookupProperty || function(parent, propertyName) {\n if (Object.prototype.hasOwnProperty.call(parent, propertyName)) {\n return parent[propertyName];\n }\n return undefined\n };\n\n return ((stack1 = lookupProperty(helpers,\"unless\").call(alias1,((stack1 = (depth0 != null ? lookupProperty(depth0,\"contacts\") : depth0)) != null ? lookupProperty(stack1,\"length\") : stack1),{\"name\":\"unless\",\"hash\":{},\"fn\":container.program(1, data, 0),\"inverse\":container.noop,\"data\":data,\"loc\":{\"start\":{\"line\":1,\"column\":0},\"end\":{\"line\":6,\"column\":11}}})) != null ? stack1 : \"\")\n + \"<div id=\\\"contactsmenu-contacts\\\"></div>\\n\"\n + ((stack1 = lookupProperty(helpers,\"if\").call(alias1,(depth0 != null ? lookupProperty(depth0,\"contactsAppEnabled\") : depth0),{\"name\":\"if\",\"hash\":{},\"fn\":container.program(3, data, 0),\"inverse\":container.program(5, data, 0),\"data\":data,\"loc\":{\"start\":{\"line\":8,\"column\":0},\"end\":{\"line\":12,\"column\":7}}})) != null ? stack1 : \"\");\n},\"useData\":true});","var map = {\n\t\"./af\": 302,\n\t\"./af.js\": 302,\n\t\"./ar\": 303,\n\t\"./ar-dz\": 304,\n\t\"./ar-dz.js\": 304,\n\t\"./ar-kw\": 305,\n\t\"./ar-kw.js\": 305,\n\t\"./ar-ly\": 306,\n\t\"./ar-ly.js\": 306,\n\t\"./ar-ma\": 307,\n\t\"./ar-ma.js\": 307,\n\t\"./ar-sa\": 308,\n\t\"./ar-sa.js\": 308,\n\t\"./ar-tn\": 309,\n\t\"./ar-tn.js\": 309,\n\t\"./ar.js\": 303,\n\t\"./az\": 310,\n\t\"./az.js\": 310,\n\t\"./be\": 311,\n\t\"./be.js\": 311,\n\t\"./bg\": 312,\n\t\"./bg.js\": 312,\n\t\"./bm\": 313,\n\t\"./bm.js\": 313,\n\t\"./bn\": 314,\n\t\"./bn.js\": 314,\n\t\"./bo\": 315,\n\t\"./bo.js\": 315,\n\t\"./br\": 316,\n\t\"./br.js\": 316,\n\t\"./bs\": 317,\n\t\"./bs.js\": 317,\n\t\"./ca\": 318,\n\t\"./ca.js\": 318,\n\t\"./cs\": 319,\n\t\"./cs.js\": 319,\n\t\"./cv\": 320,\n\t\"./cv.js\": 320,\n\t\"./cy\": 321,\n\t\"./cy.js\": 321,\n\t\"./da\": 322,\n\t\"./da.js\": 322,\n\t\"./de\": 323,\n\t\"./de-at\": 324,\n\t\"./de-at.js\": 324,\n\t\"./de-ch\": 325,\n\t\"./de-ch.js\": 325,\n\t\"./de.js\": 323,\n\t\"./dv\": 326,\n\t\"./dv.js\": 326,\n\t\"./el\": 327,\n\t\"./el.js\": 327,\n\t\"./en-SG\": 328,\n\t\"./en-SG.js\": 328,\n\t\"./en-au\": 329,\n\t\"./en-au.js\": 329,\n\t\"./en-ca\": 330,\n\t\"./en-ca.js\": 330,\n\t\"./en-gb\": 331,\n\t\"./en-gb.js\": 331,\n\t\"./en-ie\": 332,\n\t\"./en-ie.js\": 332,\n\t\"./en-il\": 333,\n\t\"./en-il.js\": 333,\n\t\"./en-nz\": 334,\n\t\"./en-nz.js\": 334,\n\t\"./eo\": 335,\n\t\"./eo.js\": 335,\n\t\"./es\": 336,\n\t\"./es-do\": 337,\n\t\"./es-do.js\": 337,\n\t\"./es-us\": 338,\n\t\"./es-us.js\": 338,\n\t\"./es.js\": 336,\n\t\"./et\": 339,\n\t\"./et.js\": 339,\n\t\"./eu\": 340,\n\t\"./eu.js\": 340,\n\t\"./fa\": 341,\n\t\"./fa.js\": 341,\n\t\"./fi\": 342,\n\t\"./fi.js\": 342,\n\t\"./fo\": 343,\n\t\"./fo.js\": 343,\n\t\"./fr\": 344,\n\t\"./fr-ca\": 345,\n\t\"./fr-ca.js\": 345,\n\t\"./fr-ch\": 346,\n\t\"./fr-ch.js\": 346,\n\t\"./fr.js\": 344,\n\t\"./fy\": 347,\n\t\"./fy.js\": 347,\n\t\"./ga\": 348,\n\t\"./ga.js\": 348,\n\t\"./gd\": 349,\n\t\"./gd.js\": 349,\n\t\"./gl\": 350,\n\t\"./gl.js\": 350,\n\t\"./gom-latn\": 351,\n\t\"./gom-latn.js\": 351,\n\t\"./gu\": 352,\n\t\"./gu.js\": 352,\n\t\"./he\": 353,\n\t\"./he.js\": 353,\n\t\"./hi\": 354,\n\t\"./hi.js\": 354,\n\t\"./hr\": 355,\n\t\"./hr.js\": 355,\n\t\"./hu\": 356,\n\t\"./hu.js\": 356,\n\t\"./hy-am\": 357,\n\t\"./hy-am.js\": 357,\n\t\"./id\": 358,\n\t\"./id.js\": 358,\n\t\"./is\": 359,\n\t\"./is.js\": 359,\n\t\"./it\": 360,\n\t\"./it-ch\": 361,\n\t\"./it-ch.js\": 361,\n\t\"./it.js\": 360,\n\t\"./ja\": 362,\n\t\"./ja.js\": 362,\n\t\"./jv\": 363,\n\t\"./jv.js\": 363,\n\t\"./ka\": 364,\n\t\"./ka.js\": 364,\n\t\"./kk\": 365,\n\t\"./kk.js\": 365,\n\t\"./km\": 366,\n\t\"./km.js\": 366,\n\t\"./kn\": 367,\n\t\"./kn.js\": 367,\n\t\"./ko\": 368,\n\t\"./ko.js\": 368,\n\t\"./ku\": 369,\n\t\"./ku.js\": 369,\n\t\"./ky\": 370,\n\t\"./ky.js\": 370,\n\t\"./lb\": 371,\n\t\"./lb.js\": 371,\n\t\"./lo\": 372,\n\t\"./lo.js\": 372,\n\t\"./lt\": 373,\n\t\"./lt.js\": 373,\n\t\"./lv\": 374,\n\t\"./lv.js\": 374,\n\t\"./me\": 375,\n\t\"./me.js\": 375,\n\t\"./mi\": 376,\n\t\"./mi.js\": 376,\n\t\"./mk\": 377,\n\t\"./mk.js\": 377,\n\t\"./ml\": 378,\n\t\"./ml.js\": 378,\n\t\"./mn\": 379,\n\t\"./mn.js\": 379,\n\t\"./mr\": 380,\n\t\"./mr.js\": 380,\n\t\"./ms\": 381,\n\t\"./ms-my\": 382,\n\t\"./ms-my.js\": 382,\n\t\"./ms.js\": 381,\n\t\"./mt\": 383,\n\t\"./mt.js\": 383,\n\t\"./my\": 384,\n\t\"./my.js\": 384,\n\t\"./nb\": 385,\n\t\"./nb.js\": 385,\n\t\"./ne\": 386,\n\t\"./ne.js\": 386,\n\t\"./nl\": 387,\n\t\"./nl-be\": 388,\n\t\"./nl-be.js\": 388,\n\t\"./nl.js\": 387,\n\t\"./nn\": 389,\n\t\"./nn.js\": 389,\n\t\"./pa-in\": 390,\n\t\"./pa-in.js\": 390,\n\t\"./pl\": 391,\n\t\"./pl.js\": 391,\n\t\"./pt\": 392,\n\t\"./pt-br\": 393,\n\t\"./pt-br.js\": 393,\n\t\"./pt.js\": 392,\n\t\"./ro\": 394,\n\t\"./ro.js\": 394,\n\t\"./ru\": 395,\n\t\"./ru.js\": 395,\n\t\"./sd\": 396,\n\t\"./sd.js\": 396,\n\t\"./se\": 397,\n\t\"./se.js\": 397,\n\t\"./si\": 398,\n\t\"./si.js\": 398,\n\t\"./sk\": 399,\n\t\"./sk.js\": 399,\n\t\"./sl\": 400,\n\t\"./sl.js\": 400,\n\t\"./sq\": 401,\n\t\"./sq.js\": 401,\n\t\"./sr\": 402,\n\t\"./sr-cyrl\": 403,\n\t\"./sr-cyrl.js\": 403,\n\t\"./sr.js\": 402,\n\t\"./ss\": 404,\n\t\"./ss.js\": 404,\n\t\"./sv\": 405,\n\t\"./sv.js\": 405,\n\t\"./sw\": 406,\n\t\"./sw.js\": 406,\n\t\"./ta\": 407,\n\t\"./ta.js\": 407,\n\t\"./te\": 408,\n\t\"./te.js\": 408,\n\t\"./tet\": 409,\n\t\"./tet.js\": 409,\n\t\"./tg\": 410,\n\t\"./tg.js\": 410,\n\t\"./th\": 411,\n\t\"./th.js\": 411,\n\t\"./tl-ph\": 412,\n\t\"./tl-ph.js\": 412,\n\t\"./tlh\": 413,\n\t\"./tlh.js\": 413,\n\t\"./tr\": 414,\n\t\"./tr.js\": 414,\n\t\"./tzl\": 415,\n\t\"./tzl.js\": 415,\n\t\"./tzm\": 416,\n\t\"./tzm-latn\": 417,\n\t\"./tzm-latn.js\": 417,\n\t\"./tzm.js\": 416,\n\t\"./ug-cn\": 418,\n\t\"./ug-cn.js\": 418,\n\t\"./uk\": 419,\n\t\"./uk.js\": 419,\n\t\"./ur\": 420,\n\t\"./ur.js\": 420,\n\t\"./uz\": 421,\n\t\"./uz-latn\": 422,\n\t\"./uz-latn.js\": 422,\n\t\"./uz.js\": 421,\n\t\"./vi\": 423,\n\t\"./vi.js\": 423,\n\t\"./x-pseudo\": 424,\n\t\"./x-pseudo.js\": 424,\n\t\"./yo\": 425,\n\t\"./yo.js\": 425,\n\t\"./zh-cn\": 426,\n\t\"./zh-cn.js\": 426,\n\t\"./zh-hk\": 427,\n\t\"./zh-hk.js\": 427,\n\t\"./zh-tw\": 428,\n\t\"./zh-tw.js\": 428\n};\n\n\nfunction webpackContext(req) {\n\tvar id = webpackContextResolve(req);\n\treturn __webpack_require__(id);\n}\nfunction webpackContextResolve(req) {\n\tif(!__webpack_require__.o(map, req)) {\n\t\tvar e = new Error(\"Cannot find module '\" + req + \"'\");\n\t\te.code = 'MODULE_NOT_FOUND';\n\t\tthrow e;\n\t}\n\treturn map[req];\n}\nwebpackContext.keys = function webpackContextKeys() {\n\treturn Object.keys(map);\n};\nwebpackContext.resolve = webpackContextResolve;\nmodule.exports = webpackContext;\nwebpackContext.id = 596;","var $ = require('../internals/export');\nvar assign = require('../internals/object-assign');\n\n// `Object.assign` method\n// https://tc39.github.io/ecma262/#sec-object.assign\n$({ target: 'Object', stat: true, forced: Object.assign !== assign }, {\n assign: assign\n});\n","var global = require('../internals/global');\nvar getOwnPropertyDescriptor = require('../internals/object-get-own-property-descriptor').f;\nvar createNonEnumerableProperty = require('../internals/create-non-enumerable-property');\nvar redefine = require('../internals/redefine');\nvar setGlobal = require('../internals/set-global');\nvar copyConstructorProperties = require('../internals/copy-constructor-properties');\nvar isForced = require('../internals/is-forced');\n\n/*\n options.target - name of the target object\n options.global - target is the global object\n options.stat - export as static methods of target\n options.proto - export as prototype methods of target\n options.real - real prototype method for the `pure` version\n options.forced - export even if the native feature is available\n options.bind - bind methods to the target, required for the `pure` version\n options.wrap - wrap constructors to preventing global pollution, required for the `pure` version\n options.unsafe - use the simple assignment of property instead of delete + defineProperty\n options.sham - add a flag to not completely full polyfills\n options.enumerable - export as enumerable property\n options.noTargetGet - prevent calling a getter on target\n*/\nmodule.exports = function (options, source) {\n var TARGET = options.target;\n var GLOBAL = options.global;\n var STATIC = options.stat;\n var FORCED, target, key, targetProperty, sourceProperty, descriptor;\n if (GLOBAL) {\n target = global;\n } else if (STATIC) {\n target = global[TARGET] || setGlobal(TARGET, {});\n } else {\n target = (global[TARGET] || {}).prototype;\n }\n if (target) for (key in source) {\n sourceProperty = source[key];\n if (options.noTargetGet) {\n descriptor = getOwnPropertyDescriptor(target, key);\n targetProperty = descriptor && descriptor.value;\n } else targetProperty = target[key];\n FORCED = isForced(GLOBAL ? key : TARGET + (STATIC ? '.' : '#') + key, options.forced);\n // contained in target\n if (!FORCED && targetProperty !== undefined) {\n if (typeof sourceProperty === typeof targetProperty) continue;\n copyConstructorProperties(sourceProperty, targetProperty);\n }\n // add a flag to not completely full polyfills\n if (options.sham || (targetProperty && targetProperty.sham)) {\n createNonEnumerableProperty(sourceProperty, 'sham', true);\n }\n // extend global\n redefine(target, key, sourceProperty, options);\n }\n};\n","var toString = {}.toString;\n\nmodule.exports = function (it) {\n return toString.call(it).slice(8, -1);\n};\n","var global = require('../internals/global');\nvar isObject = require('../internals/is-object');\n\nvar document = global.document;\n// typeof document.createElement is 'object' in old IE\nvar EXISTS = isObject(document) && isObject(document.createElement);\n\nmodule.exports = function (it) {\n return EXISTS ? document.createElement(it) : {};\n};\n","var global = require('../internals/global');\nvar createNonEnumerableProperty = require('../internals/create-non-enumerable-property');\nvar has = require('../internals/has');\nvar setGlobal = require('../internals/set-global');\nvar inspectSource = require('../internals/inspect-source');\nvar InternalStateModule = require('../internals/internal-state');\n\nvar getInternalState = InternalStateModule.get;\nvar enforceInternalState = InternalStateModule.enforce;\nvar TEMPLATE = String(String).split('String');\n\n(module.exports = function (O, key, value, options) {\n var unsafe = options ? !!options.unsafe : false;\n var simple = options ? !!options.enumerable : false;\n var noTargetGet = options ? !!options.noTargetGet : false;\n if (typeof value == 'function') {\n if (typeof key == 'string' && !has(value, 'name')) createNonEnumerableProperty(value, 'name', key);\n enforceInternalState(value).source = TEMPLATE.join(typeof key == 'string' ? key : '');\n }\n if (O === global) {\n if (simple) O[key] = value;\n else setGlobal(key, value);\n return;\n } else if (!unsafe) {\n delete O[key];\n } else if (!noTargetGet && O[key]) {\n simple = true;\n }\n if (simple) O[key] = value;\n else createNonEnumerableProperty(O, key, value);\n// add fake Function#toString for correct work wrapped methods / constructors with methods like LoDash isNative\n})(Function.prototype, 'toString', function toString() {\n return typeof this == 'function' && getInternalState(this).source || inspectSource(this);\n});\n","var NATIVE_WEAK_MAP = require('../internals/native-weak-map');\nvar global = require('../internals/global');\nvar isObject = require('../internals/is-object');\nvar createNonEnumerableProperty = require('../internals/create-non-enumerable-property');\nvar objectHas = require('../internals/has');\nvar sharedKey = require('../internals/shared-key');\nvar hiddenKeys = require('../internals/hidden-keys');\n\nvar WeakMap = global.WeakMap;\nvar set, get, has;\n\nvar enforce = function (it) {\n return has(it) ? get(it) : set(it, {});\n};\n\nvar getterFor = function (TYPE) {\n return function (it) {\n var state;\n if (!isObject(it) || (state = get(it)).type !== TYPE) {\n throw TypeError('Incompatible receiver, ' + TYPE + ' required');\n } return state;\n };\n};\n\nif (NATIVE_WEAK_MAP) {\n var store = new WeakMap();\n var wmget = store.get;\n var wmhas = store.has;\n var wmset = store.set;\n set = function (it, metadata) {\n wmset.call(store, it, metadata);\n return metadata;\n };\n get = function (it) {\n return wmget.call(store, it) || {};\n };\n has = function (it) {\n return wmhas.call(store, it);\n };\n} else {\n var STATE = sharedKey('state');\n hiddenKeys[STATE] = true;\n set = function (it, metadata) {\n createNonEnumerableProperty(it, STATE, metadata);\n return metadata;\n };\n get = function (it) {\n return objectHas(it, STATE) ? it[STATE] : {};\n };\n has = function (it) {\n return objectHas(it, STATE);\n };\n}\n\nmodule.exports = {\n set: set,\n get: get,\n has: has,\n enforce: enforce,\n getterFor: getterFor\n};\n","var global = require('../internals/global');\nvar inspectSource = require('../internals/inspect-source');\n\nvar WeakMap = global.WeakMap;\n\nmodule.exports = typeof WeakMap === 'function' && /native code/.test(inspectSource(WeakMap));\n","var shared = require('../internals/shared');\nvar uid = require('../internals/uid');\n\nvar keys = shared('keys');\n\nmodule.exports = function (key) {\n return keys[key] || (keys[key] = uid(key));\n};\n","var IS_PURE = require('../internals/is-pure');\nvar store = require('../internals/shared-store');\n\n(module.exports = function (key, value) {\n return store[key] || (store[key] = value !== undefined ? value : {});\n})('versions', []).push({\n version: '3.6.4',\n mode: IS_PURE ? 'pure' : 'global',\n copyright: '© 2020 Denis Pushkarev (zloirock.ru)'\n});\n","module.exports = false;\n","var id = 0;\nvar postfix = Math.random();\n\nmodule.exports = function (key) {\n return 'Symbol(' + String(key === undefined ? '' : key) + ')_' + (++id + postfix).toString(36);\n};\n","var has = require('../internals/has');\nvar ownKeys = require('../internals/own-keys');\nvar getOwnPropertyDescriptorModule = require('../internals/object-get-own-property-descriptor');\nvar definePropertyModule = require('../internals/object-define-property');\n\nmodule.exports = function (target, source) {\n var keys = ownKeys(source);\n var defineProperty = definePropertyModule.f;\n var getOwnPropertyDescriptor = getOwnPropertyDescriptorModule.f;\n for (var i = 0; i < keys.length; i++) {\n var key = keys[i];\n if (!has(target, key)) defineProperty(target, key, getOwnPropertyDescriptor(source, key));\n }\n};\n","var getBuiltIn = require('../internals/get-built-in');\nvar getOwnPropertyNamesModule = require('../internals/object-get-own-property-names');\nvar getOwnPropertySymbolsModule = require('../internals/object-get-own-property-symbols');\nvar anObject = require('../internals/an-object');\n\n// all object keys, includes non-enumerable and symbols\nmodule.exports = getBuiltIn('Reflect', 'ownKeys') || function ownKeys(it) {\n var keys = getOwnPropertyNamesModule.f(anObject(it));\n var getOwnPropertySymbols = getOwnPropertySymbolsModule.f;\n return getOwnPropertySymbols ? keys.concat(getOwnPropertySymbols(it)) : keys;\n};\n","var path = require('../internals/path');\nvar global = require('../internals/global');\n\nvar aFunction = function (variable) {\n return typeof variable == 'function' ? variable : undefined;\n};\n\nmodule.exports = function (namespace, method) {\n return arguments.length < 2 ? aFunction(path[namespace]) || aFunction(global[namespace])\n : path[namespace] && path[namespace][method] || global[namespace] && global[namespace][method];\n};\n","var global = require('../internals/global');\n\nmodule.exports = global;\n","var internalObjectKeys = require('../internals/object-keys-internal');\nvar enumBugKeys = require('../internals/enum-bug-keys');\n\nvar hiddenKeys = enumBugKeys.concat('length', 'prototype');\n\n// `Object.getOwnPropertyNames` method\n// https://tc39.github.io/ecma262/#sec-object.getownpropertynames\nexports.f = Object.getOwnPropertyNames || function getOwnPropertyNames(O) {\n return internalObjectKeys(O, hiddenKeys);\n};\n","var toIndexedObject = require('../internals/to-indexed-object');\nvar toLength = require('../internals/to-length');\nvar toAbsoluteIndex = require('../internals/to-absolute-index');\n\n// `Array.prototype.{ indexOf, includes }` methods implementation\nvar createMethod = function (IS_INCLUDES) {\n return function ($this, el, fromIndex) {\n var O = toIndexedObject($this);\n var length = toLength(O.length);\n var index = toAbsoluteIndex(fromIndex, length);\n var value;\n // Array#includes uses SameValueZero equality algorithm\n // eslint-disable-next-line no-self-compare\n if (IS_INCLUDES && el != el) while (length > index) {\n value = O[index++];\n // eslint-disable-next-line no-self-compare\n if (value != value) return true;\n // Array#indexOf ignores holes, Array#includes - not\n } else for (;length > index; index++) {\n if ((IS_INCLUDES || index in O) && O[index] === el) return IS_INCLUDES || index || 0;\n } return !IS_INCLUDES && -1;\n };\n};\n\nmodule.exports = {\n // `Array.prototype.includes` method\n // https://tc39.github.io/ecma262/#sec-array.prototype.includes\n includes: createMethod(true),\n // `Array.prototype.indexOf` method\n // https://tc39.github.io/ecma262/#sec-array.prototype.indexof\n indexOf: createMethod(false)\n};\n","var toInteger = require('../internals/to-integer');\n\nvar min = Math.min;\n\n// `ToLength` abstract operation\n// https://tc39.github.io/ecma262/#sec-tolength\nmodule.exports = function (argument) {\n return argument > 0 ? min(toInteger(argument), 0x1FFFFFFFFFFFFF) : 0; // 2 ** 53 - 1 == 9007199254740991\n};\n","var toInteger = require('../internals/to-integer');\n\nvar max = Math.max;\nvar min = Math.min;\n\n// Helper for a popular repeating case of the spec:\n// Let integer be ? ToInteger(index).\n// If integer < 0, let result be max((length + integer), 0); else let result be min(integer, length).\nmodule.exports = function (index, length) {\n var integer = toInteger(index);\n return integer < 0 ? max(integer + length, 0) : min(integer, length);\n};\n","var fails = require('../internals/fails');\n\nvar replacement = /#|\\.prototype\\./;\n\nvar isForced = function (feature, detection) {\n var value = data[normalize(feature)];\n return value == POLYFILL ? true\n : value == NATIVE ? false\n : typeof detection == 'function' ? fails(detection)\n : !!detection;\n};\n\nvar normalize = isForced.normalize = function (string) {\n return String(string).replace(replacement, '.').toLowerCase();\n};\n\nvar data = isForced.data = {};\nvar NATIVE = isForced.NATIVE = 'N';\nvar POLYFILL = isForced.POLYFILL = 'P';\n\nmodule.exports = isForced;\n","'use strict';\nvar DESCRIPTORS = require('../internals/descriptors');\nvar fails = require('../internals/fails');\nvar objectKeys = require('../internals/object-keys');\nvar getOwnPropertySymbolsModule = require('../internals/object-get-own-property-symbols');\nvar propertyIsEnumerableModule = require('../internals/object-property-is-enumerable');\nvar toObject = require('../internals/to-object');\nvar IndexedObject = require('../internals/indexed-object');\n\nvar nativeAssign = Object.assign;\nvar defineProperty = Object.defineProperty;\n\n// `Object.assign` method\n// https://tc39.github.io/ecma262/#sec-object.assign\nmodule.exports = !nativeAssign || fails(function () {\n // should have correct order of operations (Edge bug)\n if (DESCRIPTORS && nativeAssign({ b: 1 }, nativeAssign(defineProperty({}, 'a', {\n enumerable: true,\n get: function () {\n defineProperty(this, 'b', {\n value: 3,\n enumerable: false\n });\n }\n }), { b: 2 })).b !== 1) return true;\n // should work with symbols and should have deterministic property order (V8 bug)\n var A = {};\n var B = {};\n // eslint-disable-next-line no-undef\n var symbol = Symbol();\n var alphabet = 'abcdefghijklmnopqrst';\n A[symbol] = 7;\n alphabet.split('').forEach(function (chr) { B[chr] = chr; });\n return nativeAssign({}, A)[symbol] != 7 || objectKeys(nativeAssign({}, B)).join('') != alphabet;\n}) ? function assign(target, source) { // eslint-disable-line no-unused-vars\n var T = toObject(target);\n var argumentsLength = arguments.length;\n var index = 1;\n var getOwnPropertySymbols = getOwnPropertySymbolsModule.f;\n var propertyIsEnumerable = propertyIsEnumerableModule.f;\n while (argumentsLength > index) {\n var S = IndexedObject(arguments[index++]);\n var keys = getOwnPropertySymbols ? objectKeys(S).concat(getOwnPropertySymbols(S)) : objectKeys(S);\n var length = keys.length;\n var j = 0;\n var key;\n while (length > j) {\n key = keys[j++];\n if (!DESCRIPTORS || propertyIsEnumerable.call(S, key)) T[key] = S[key];\n }\n } return T;\n} : nativeAssign;\n","var internalObjectKeys = require('../internals/object-keys-internal');\nvar enumBugKeys = require('../internals/enum-bug-keys');\n\n// `Object.keys` method\n// https://tc39.github.io/ecma262/#sec-object.keys\nmodule.exports = Object.keys || function keys(O) {\n return internalObjectKeys(O, enumBugKeys);\n};\n","var requireObjectCoercible = require('../internals/require-object-coercible');\n\n// `ToObject` abstract operation\n// https://tc39.github.io/ecma262/#sec-toobject\nmodule.exports = function (argument) {\n return Object(requireObjectCoercible(argument));\n};\n","module.exports = require('./lib/axios');","'use strict';\n\nvar utils = require('./utils');\nvar bind = require('./helpers/bind');\nvar Axios = require('./core/Axios');\nvar mergeConfig = require('./core/mergeConfig');\nvar defaults = require('./defaults');\n\n/**\n * Create an instance of Axios\n *\n * @param {Object} defaultConfig The default config for the instance\n * @return {Axios} A new instance of Axios\n */\nfunction createInstance(defaultConfig) {\n var context = new Axios(defaultConfig);\n var instance = bind(Axios.prototype.request, context);\n\n // Copy axios.prototype to instance\n utils.extend(instance, Axios.prototype, context);\n\n // Copy context to instance\n utils.extend(instance, context);\n\n return instance;\n}\n\n// Create the default instance to be exported\nvar axios = createInstance(defaults);\n\n// Expose Axios class to allow class inheritance\naxios.Axios = Axios;\n\n// Factory for creating new instances\naxios.create = function create(instanceConfig) {\n return createInstance(mergeConfig(axios.defaults, instanceConfig));\n};\n\n// Expose Cancel & CancelToken\naxios.Cancel = require('./cancel/Cancel');\naxios.CancelToken = require('./cancel/CancelToken');\naxios.isCancel = require('./cancel/isCancel');\n\n// Expose all/spread\naxios.all = function all(promises) {\n return Promise.all(promises);\n};\naxios.spread = require('./helpers/spread');\n\nmodule.exports = axios;\n\n// Allow use of default import syntax in TypeScript\nmodule.exports.default = axios;\n","'use strict';\n\nvar utils = require('./../utils');\nvar buildURL = require('../helpers/buildURL');\nvar InterceptorManager = require('./InterceptorManager');\nvar dispatchRequest = require('./dispatchRequest');\nvar mergeConfig = require('./mergeConfig');\n\n/**\n * Create a new instance of Axios\n *\n * @param {Object} instanceConfig The default config for the instance\n */\nfunction Axios(instanceConfig) {\n this.defaults = instanceConfig;\n this.interceptors = {\n request: new InterceptorManager(),\n response: new InterceptorManager()\n };\n}\n\n/**\n * Dispatch a request\n *\n * @param {Object} config The config specific for this request (merged with this.defaults)\n */\nAxios.prototype.request = function request(config) {\n /*eslint no-param-reassign:0*/\n // Allow for axios('example/url'[, config]) a la fetch API\n if (typeof config === 'string') {\n config = arguments[1] || {};\n config.url = arguments[0];\n } else {\n config = config || {};\n }\n\n config = mergeConfig(this.defaults, config);\n\n // Set config.method\n if (config.method) {\n config.method = config.method.toLowerCase();\n } else if (this.defaults.method) {\n config.method = this.defaults.method.toLowerCase();\n } else {\n config.method = 'get';\n }\n\n // Hook up interceptors middleware\n var chain = [dispatchRequest, undefined];\n var promise = Promise.resolve(config);\n\n this.interceptors.request.forEach(function unshiftRequestInterceptors(interceptor) {\n chain.unshift(interceptor.fulfilled, interceptor.rejected);\n });\n\n this.interceptors.response.forEach(function pushResponseInterceptors(interceptor) {\n chain.push(interceptor.fulfilled, interceptor.rejected);\n });\n\n while (chain.length) {\n promise = promise.then(chain.shift(), chain.shift());\n }\n\n return promise;\n};\n\nAxios.prototype.getUri = function getUri(config) {\n config = mergeConfig(this.defaults, config);\n return buildURL(config.url, config.params, config.paramsSerializer).replace(/^\\?/, '');\n};\n\n// Provide aliases for supported request methods\nutils.forEach(['delete', 'get', 'head', 'options'], function forEachMethodNoData(method) {\n /*eslint func-names:0*/\n Axios.prototype[method] = function(url, config) {\n return this.request(utils.merge(config || {}, {\n method: method,\n url: url\n }));\n };\n});\n\nutils.forEach(['post', 'put', 'patch'], function forEachMethodWithData(method) {\n /*eslint func-names:0*/\n Axios.prototype[method] = function(url, data, config) {\n return this.request(utils.merge(config || {}, {\n method: method,\n url: url,\n data: data\n }));\n };\n});\n\nmodule.exports = Axios;\n","'use strict';\n\nvar utils = require('./../utils');\n\nfunction InterceptorManager() {\n this.handlers = [];\n}\n\n/**\n * Add a new interceptor to the stack\n *\n * @param {Function} fulfilled The function to handle `then` for a `Promise`\n * @param {Function} rejected The function to handle `reject` for a `Promise`\n *\n * @return {Number} An ID used to remove interceptor later\n */\nInterceptorManager.prototype.use = function use(fulfilled, rejected) {\n this.handlers.push({\n fulfilled: fulfilled,\n rejected: rejected\n });\n return this.handlers.length - 1;\n};\n\n/**\n * Remove an interceptor from the stack\n *\n * @param {Number} id The ID that was returned by `use`\n */\nInterceptorManager.prototype.eject = function eject(id) {\n if (this.handlers[id]) {\n this.handlers[id] = null;\n }\n};\n\n/**\n * Iterate over all the registered interceptors\n *\n * This method is particularly useful for skipping over any\n * interceptors that may have become `null` calling `eject`.\n *\n * @param {Function} fn The function to call for each interceptor\n */\nInterceptorManager.prototype.forEach = function forEach(fn) {\n utils.forEach(this.handlers, function forEachHandler(h) {\n if (h !== null) {\n fn(h);\n }\n });\n};\n\nmodule.exports = InterceptorManager;\n","'use strict';\n\nvar utils = require('./../utils');\nvar transformData = require('./transformData');\nvar isCancel = require('../cancel/isCancel');\nvar defaults = require('../defaults');\n\n/**\n * Throws a `Cancel` if cancellation has been requested.\n */\nfunction throwIfCancellationRequested(config) {\n if (config.cancelToken) {\n config.cancelToken.throwIfRequested();\n }\n}\n\n/**\n * Dispatch a request to the server using the configured adapter.\n *\n * @param {object} config The config that is to be used for the request\n * @returns {Promise} The Promise to be fulfilled\n */\nmodule.exports = function dispatchRequest(config) {\n throwIfCancellationRequested(config);\n\n // Ensure headers exist\n config.headers = config.headers || {};\n\n // Transform request data\n config.data = transformData(\n config.data,\n config.headers,\n config.transformRequest\n );\n\n // Flatten headers\n config.headers = utils.merge(\n config.headers.common || {},\n config.headers[config.method] || {},\n config.headers\n );\n\n utils.forEach(\n ['delete', 'get', 'head', 'post', 'put', 'patch', 'common'],\n function cleanHeaderConfig(method) {\n delete config.headers[method];\n }\n );\n\n var adapter = config.adapter || defaults.adapter;\n\n return adapter(config).then(function onAdapterResolution(response) {\n throwIfCancellationRequested(config);\n\n // Transform response data\n response.data = transformData(\n response.data,\n response.headers,\n config.transformResponse\n );\n\n return response;\n }, function onAdapterRejection(reason) {\n if (!isCancel(reason)) {\n throwIfCancellationRequested(config);\n\n // Transform response data\n if (reason && reason.response) {\n reason.response.data = transformData(\n reason.response.data,\n reason.response.headers,\n config.transformResponse\n );\n }\n }\n\n return Promise.reject(reason);\n });\n};\n","'use strict';\n\nvar utils = require('./../utils');\n\n/**\n * Transform the data for a request or a response\n *\n * @param {Object|String} data The data to be transformed\n * @param {Array} headers The headers for the request or response\n * @param {Array|Function} fns A single function or Array of functions\n * @returns {*} The resulting transformed data\n */\nmodule.exports = function transformData(data, headers, fns) {\n /*eslint no-param-reassign:0*/\n utils.forEach(fns, function transform(fn) {\n data = fn(data, headers);\n });\n\n return data;\n};\n","'use strict';\n\nvar utils = require('../utils');\n\nmodule.exports = function normalizeHeaderName(headers, normalizedName) {\n utils.forEach(headers, function processHeader(value, name) {\n if (name !== normalizedName && name.toUpperCase() === normalizedName.toUpperCase()) {\n headers[normalizedName] = value;\n delete headers[name];\n }\n });\n};\n","'use strict';\n\nvar createError = require('./createError');\n\n/**\n * Resolve or reject a Promise based on response status.\n *\n * @param {Function} resolve A function that resolves the promise.\n * @param {Function} reject A function that rejects the promise.\n * @param {object} response The response.\n */\nmodule.exports = function settle(resolve, reject, response) {\n var validateStatus = response.config.validateStatus;\n if (!validateStatus || validateStatus(response.status)) {\n resolve(response);\n } else {\n reject(createError(\n 'Request failed with status code ' + response.status,\n response.config,\n null,\n response.request,\n response\n ));\n }\n};\n","'use strict';\n\n/**\n * Update an Error with the specified config, error code, and response.\n *\n * @param {Error} error The error to update.\n * @param {Object} config The config.\n * @param {string} [code] The error code (for example, 'ECONNABORTED').\n * @param {Object} [request] The request.\n * @param {Object} [response] The response.\n * @returns {Error} The error.\n */\nmodule.exports = function enhanceError(error, config, code, request, response) {\n error.config = config;\n if (code) {\n error.code = code;\n }\n\n error.request = request;\n error.response = response;\n error.isAxiosError = true;\n\n error.toJSON = function() {\n return {\n // Standard\n message: this.message,\n name: this.name,\n // Microsoft\n description: this.description,\n number: this.number,\n // Mozilla\n fileName: this.fileName,\n lineNumber: this.lineNumber,\n columnNumber: this.columnNumber,\n stack: this.stack,\n // Axios\n config: this.config,\n code: this.code\n };\n };\n return error;\n};\n","'use strict';\n\nvar isAbsoluteURL = require('../helpers/isAbsoluteURL');\nvar combineURLs = require('../helpers/combineURLs');\n\n/**\n * Creates a new URL by combining the baseURL with the requestedURL,\n * only when the requestedURL is not already an absolute URL.\n * If the requestURL is absolute, this function returns the requestedURL untouched.\n *\n * @param {string} baseURL The base URL\n * @param {string} requestedURL Absolute or relative URL to combine\n * @returns {string} The combined full path\n */\nmodule.exports = function buildFullPath(baseURL, requestedURL) {\n if (baseURL && !isAbsoluteURL(requestedURL)) {\n return combineURLs(baseURL, requestedURL);\n }\n return requestedURL;\n};\n","'use strict';\n\n/**\n * Determines whether the specified URL is absolute\n *\n * @param {string} url The URL to test\n * @returns {boolean} True if the specified URL is absolute, otherwise false\n */\nmodule.exports = function isAbsoluteURL(url) {\n // A URL is considered absolute if it begins with \"<scheme>://\" or \"//\" (protocol-relative URL).\n // RFC 3986 defines scheme name as a sequence of characters beginning with a letter and followed\n // by any combination of letters, digits, plus, period, or hyphen.\n return /^([a-z][a-z\\d\\+\\-\\.]*:)?\\/\\//i.test(url);\n};\n","'use strict';\n\n/**\n * Creates a new URL by combining the specified URLs\n *\n * @param {string} baseURL The base URL\n * @param {string} relativeURL The relative URL\n * @returns {string} The combined URL\n */\nmodule.exports = function combineURLs(baseURL, relativeURL) {\n return relativeURL\n ? baseURL.replace(/\\/+$/, '') + '/' + relativeURL.replace(/^\\/+/, '')\n : baseURL;\n};\n","'use strict';\n\nvar utils = require('./../utils');\n\n// Headers whose duplicates are ignored by node\n// c.f. https://nodejs.org/api/http.html#http_message_headers\nvar ignoreDuplicateOf = [\n 'age', 'authorization', 'content-length', 'content-type', 'etag',\n 'expires', 'from', 'host', 'if-modified-since', 'if-unmodified-since',\n 'last-modified', 'location', 'max-forwards', 'proxy-authorization',\n 'referer', 'retry-after', 'user-agent'\n];\n\n/**\n * Parse headers into an object\n *\n * ```\n * Date: Wed, 27 Aug 2014 08:58:49 GMT\n * Content-Type: application/json\n * Connection: keep-alive\n * Transfer-Encoding: chunked\n * ```\n *\n * @param {String} headers Headers needing to be parsed\n * @returns {Object} Headers parsed into an object\n */\nmodule.exports = function parseHeaders(headers) {\n var parsed = {};\n var key;\n var val;\n var i;\n\n if (!headers) { return parsed; }\n\n utils.forEach(headers.split('\\n'), function parser(line) {\n i = line.indexOf(':');\n key = utils.trim(line.substr(0, i)).toLowerCase();\n val = utils.trim(line.substr(i + 1));\n\n if (key) {\n if (parsed[key] && ignoreDuplicateOf.indexOf(key) >= 0) {\n return;\n }\n if (key === 'set-cookie') {\n parsed[key] = (parsed[key] ? parsed[key] : []).concat([val]);\n } else {\n parsed[key] = parsed[key] ? parsed[key] + ', ' + val : val;\n }\n }\n });\n\n return parsed;\n};\n","'use strict';\n\nvar utils = require('./../utils');\n\nmodule.exports = (\n utils.isStandardBrowserEnv() ?\n\n // Standard browser envs have full support of the APIs needed to test\n // whether the request URL is of the same origin as current location.\n (function standardBrowserEnv() {\n var msie = /(msie|trident)/i.test(navigator.userAgent);\n var urlParsingNode = document.createElement('a');\n var originURL;\n\n /**\n * Parse a URL to discover it's components\n *\n * @param {String} url The URL to be parsed\n * @returns {Object}\n */\n function resolveURL(url) {\n var href = url;\n\n if (msie) {\n // IE needs attribute set twice to normalize properties\n urlParsingNode.setAttribute('href', href);\n href = urlParsingNode.href;\n }\n\n urlParsingNode.setAttribute('href', href);\n\n // urlParsingNode provides the UrlUtils interface - http://url.spec.whatwg.org/#urlutils\n return {\n href: urlParsingNode.href,\n protocol: urlParsingNode.protocol ? urlParsingNode.protocol.replace(/:$/, '') : '',\n host: urlParsingNode.host,\n search: urlParsingNode.search ? urlParsingNode.search.replace(/^\\?/, '') : '',\n hash: urlParsingNode.hash ? urlParsingNode.hash.replace(/^#/, '') : '',\n hostname: urlParsingNode.hostname,\n port: urlParsingNode.port,\n pathname: (urlParsingNode.pathname.charAt(0) === '/') ?\n urlParsingNode.pathname :\n '/' + urlParsingNode.pathname\n };\n }\n\n originURL = resolveURL(window.location.href);\n\n /**\n * Determine if a URL shares the same origin as the current location\n *\n * @param {String} requestURL The URL to test\n * @returns {boolean} True if URL shares the same origin, otherwise false\n */\n return function isURLSameOrigin(requestURL) {\n var parsed = (utils.isString(requestURL)) ? resolveURL(requestURL) : requestURL;\n return (parsed.protocol === originURL.protocol &&\n parsed.host === originURL.host);\n };\n })() :\n\n // Non standard browser envs (web workers, react-native) lack needed support.\n (function nonStandardBrowserEnv() {\n return function isURLSameOrigin() {\n return true;\n };\n })()\n);\n","'use strict';\n\nvar utils = require('./../utils');\n\nmodule.exports = (\n utils.isStandardBrowserEnv() ?\n\n // Standard browser envs support document.cookie\n (function standardBrowserEnv() {\n return {\n write: function write(name, value, expires, path, domain, secure) {\n var cookie = [];\n cookie.push(name + '=' + encodeURIComponent(value));\n\n if (utils.isNumber(expires)) {\n cookie.push('expires=' + new Date(expires).toGMTString());\n }\n\n if (utils.isString(path)) {\n cookie.push('path=' + path);\n }\n\n if (utils.isString(domain)) {\n cookie.push('domain=' + domain);\n }\n\n if (secure === true) {\n cookie.push('secure');\n }\n\n document.cookie = cookie.join('; ');\n },\n\n read: function read(name) {\n var match = document.cookie.match(new RegExp('(^|;\\\\s*)(' + name + ')=([^;]*)'));\n return (match ? decodeURIComponent(match[3]) : null);\n },\n\n remove: function remove(name) {\n this.write(name, '', Date.now() - 86400000);\n }\n };\n })() :\n\n // Non standard browser env (web workers, react-native) lack needed support.\n (function nonStandardBrowserEnv() {\n return {\n write: function write() {},\n read: function read() { return null; },\n remove: function remove() {}\n };\n })()\n);\n","'use strict';\n\nvar Cancel = require('./Cancel');\n\n/**\n * A `CancelToken` is an object that can be used to request cancellation of an operation.\n *\n * @class\n * @param {Function} executor The executor function.\n */\nfunction CancelToken(executor) {\n if (typeof executor !== 'function') {\n throw new TypeError('executor must be a function.');\n }\n\n var resolvePromise;\n this.promise = new Promise(function promiseExecutor(resolve) {\n resolvePromise = resolve;\n });\n\n var token = this;\n executor(function cancel(message) {\n if (token.reason) {\n // Cancellation has already been requested\n return;\n }\n\n token.reason = new Cancel(message);\n resolvePromise(token.reason);\n });\n}\n\n/**\n * Throws a `Cancel` if cancellation has been requested.\n */\nCancelToken.prototype.throwIfRequested = function throwIfRequested() {\n if (this.reason) {\n throw this.reason;\n }\n};\n\n/**\n * Returns an object that contains a new `CancelToken` and a function that, when called,\n * cancels the `CancelToken`.\n */\nCancelToken.source = function source() {\n var cancel;\n var token = new CancelToken(function executor(c) {\n cancel = c;\n });\n return {\n token: token,\n cancel: cancel\n };\n};\n\nmodule.exports = CancelToken;\n","'use strict';\n\n/**\n * Syntactic sugar for invoking a function and expanding an array for arguments.\n *\n * Common use case would be to use `Function.prototype.apply`.\n *\n * ```js\n * function f(x, y, z) {}\n * var args = [1, 2, 3];\n * f.apply(null, args);\n * ```\n *\n * With `spread` this example can be re-written.\n *\n * ```js\n * spread(function(x, y, z) {})([1, 2, 3]);\n * ```\n *\n * @param {Function} callback\n * @returns {Function}\n */\nmodule.exports = function spread(callback) {\n return function wrap(arr) {\n return callback.apply(null, arr);\n };\n};\n","\"use strict\";\n\nrequire(\"core-js/modules/es.array.for-each\");\n\nObject.defineProperty(exports, \"__esModule\", {\n value: true\n});\nexports.getRequestToken = getRequestToken;\nexports.onRequestTokenUpdate = onRequestTokenUpdate;\n\nvar _eventBus = require(\"@nextcloud/event-bus\");\n\nvar tokenElement = document.getElementsByTagName('head')[0];\nvar token = tokenElement ? tokenElement.getAttribute('data-requesttoken') : null;\nvar observers = [];\n\nfunction getRequestToken() {\n return token;\n}\n\nfunction onRequestTokenUpdate(observer) {\n observers.push(observer);\n} // Listen to server event and keep token in sync\n\n\n(0, _eventBus.subscribe)('csrf-token-update', function (e) {\n token = e.token;\n observers.forEach(function (observer) {\n try {\n observer(e.token);\n } catch (e) {\n console.error('error updating CSRF token observer', e);\n }\n });\n});\n//# sourceMappingURL=requesttoken.js.map","'use strict';\nvar $ = require('../internals/export');\nvar forEach = require('../internals/array-for-each');\n\n// `Array.prototype.forEach` method\n// https://tc39.github.io/ecma262/#sec-array.prototype.foreach\n$({ target: 'Array', proto: true, forced: [].forEach != forEach }, {\n forEach: forEach\n});\n","var global = require('../internals/global');\nvar getOwnPropertyDescriptor = require('../internals/object-get-own-property-descriptor').f;\nvar createNonEnumerableProperty = require('../internals/create-non-enumerable-property');\nvar redefine = require('../internals/redefine');\nvar setGlobal = require('../internals/set-global');\nvar copyConstructorProperties = require('../internals/copy-constructor-properties');\nvar isForced = require('../internals/is-forced');\n\n/*\n options.target - name of the target object\n options.global - target is the global object\n options.stat - export as static methods of target\n options.proto - export as prototype methods of target\n options.real - real prototype method for the `pure` version\n options.forced - export even if the native feature is available\n options.bind - bind methods to the target, required for the `pure` version\n options.wrap - wrap constructors to preventing global pollution, required for the `pure` version\n options.unsafe - use the simple assignment of property instead of delete + defineProperty\n options.sham - add a flag to not completely full polyfills\n options.enumerable - export as enumerable property\n options.noTargetGet - prevent calling a getter on target\n*/\nmodule.exports = function (options, source) {\n var TARGET = options.target;\n var GLOBAL = options.global;\n var STATIC = options.stat;\n var FORCED, target, key, targetProperty, sourceProperty, descriptor;\n if (GLOBAL) {\n target = global;\n } else if (STATIC) {\n target = global[TARGET] || setGlobal(TARGET, {});\n } else {\n target = (global[TARGET] || {}).prototype;\n }\n if (target) for (key in source) {\n sourceProperty = source[key];\n if (options.noTargetGet) {\n descriptor = getOwnPropertyDescriptor(target, key);\n targetProperty = descriptor && descriptor.value;\n } else targetProperty = target[key];\n FORCED = isForced(GLOBAL ? key : TARGET + (STATIC ? '.' : '#') + key, options.forced);\n // contained in target\n if (!FORCED && targetProperty !== undefined) {\n if (typeof sourceProperty === typeof targetProperty) continue;\n copyConstructorProperties(sourceProperty, targetProperty);\n }\n // add a flag to not completely full polyfills\n if (options.sham || (targetProperty && targetProperty.sham)) {\n createNonEnumerableProperty(sourceProperty, 'sham', true);\n }\n // extend global\n redefine(target, key, sourceProperty, options);\n }\n};\n","'use strict';\nvar nativePropertyIsEnumerable = {}.propertyIsEnumerable;\nvar getOwnPropertyDescriptor = Object.getOwnPropertyDescriptor;\n\n// Nashorn ~ JDK8 bug\nvar NASHORN_BUG = getOwnPropertyDescriptor && !nativePropertyIsEnumerable.call({ 1: 2 }, 1);\n\n// `Object.prototype.propertyIsEnumerable` method implementation\n// https://tc39.github.io/ecma262/#sec-object.prototype.propertyisenumerable\nexports.f = NASHORN_BUG ? function propertyIsEnumerable(V) {\n var descriptor = getOwnPropertyDescriptor(this, V);\n return !!descriptor && descriptor.enumerable;\n} : nativePropertyIsEnumerable;\n","var global = require('../internals/global');\nvar isObject = require('../internals/is-object');\n\nvar document = global.document;\n// typeof document.createElement is 'object' in old IE\nvar EXISTS = isObject(document) && isObject(document.createElement);\n\nmodule.exports = function (it) {\n return EXISTS ? document.createElement(it) : {};\n};\n","var global = require('../internals/global');\nvar createNonEnumerableProperty = require('../internals/create-non-enumerable-property');\nvar has = require('../internals/has');\nvar setGlobal = require('../internals/set-global');\nvar inspectSource = require('../internals/inspect-source');\nvar InternalStateModule = require('../internals/internal-state');\n\nvar getInternalState = InternalStateModule.get;\nvar enforceInternalState = InternalStateModule.enforce;\nvar TEMPLATE = String(String).split('String');\n\n(module.exports = function (O, key, value, options) {\n var unsafe = options ? !!options.unsafe : false;\n var simple = options ? !!options.enumerable : false;\n var noTargetGet = options ? !!options.noTargetGet : false;\n if (typeof value == 'function') {\n if (typeof key == 'string' && !has(value, 'name')) createNonEnumerableProperty(value, 'name', key);\n enforceInternalState(value).source = TEMPLATE.join(typeof key == 'string' ? key : '');\n }\n if (O === global) {\n if (simple) O[key] = value;\n else setGlobal(key, value);\n return;\n } else if (!unsafe) {\n delete O[key];\n } else if (!noTargetGet && O[key]) {\n simple = true;\n }\n if (simple) O[key] = value;\n else createNonEnumerableProperty(O, key, value);\n// add fake Function#toString for correct work wrapped methods / constructors with methods like LoDash isNative\n})(Function.prototype, 'toString', function toString() {\n return typeof this == 'function' && getInternalState(this).source || inspectSource(this);\n});\n","var NATIVE_WEAK_MAP = require('../internals/native-weak-map');\nvar global = require('../internals/global');\nvar isObject = require('../internals/is-object');\nvar createNonEnumerableProperty = require('../internals/create-non-enumerable-property');\nvar objectHas = require('../internals/has');\nvar sharedKey = require('../internals/shared-key');\nvar hiddenKeys = require('../internals/hidden-keys');\n\nvar WeakMap = global.WeakMap;\nvar set, get, has;\n\nvar enforce = function (it) {\n return has(it) ? get(it) : set(it, {});\n};\n\nvar getterFor = function (TYPE) {\n return function (it) {\n var state;\n if (!isObject(it) || (state = get(it)).type !== TYPE) {\n throw TypeError('Incompatible receiver, ' + TYPE + ' required');\n } return state;\n };\n};\n\nif (NATIVE_WEAK_MAP) {\n var store = new WeakMap();\n var wmget = store.get;\n var wmhas = store.has;\n var wmset = store.set;\n set = function (it, metadata) {\n wmset.call(store, it, metadata);\n return metadata;\n };\n get = function (it) {\n return wmget.call(store, it) || {};\n };\n has = function (it) {\n return wmhas.call(store, it);\n };\n} else {\n var STATE = sharedKey('state');\n hiddenKeys[STATE] = true;\n set = function (it, metadata) {\n createNonEnumerableProperty(it, STATE, metadata);\n return metadata;\n };\n get = function (it) {\n return objectHas(it, STATE) ? it[STATE] : {};\n };\n has = function (it) {\n return objectHas(it, STATE);\n };\n}\n\nmodule.exports = {\n set: set,\n get: get,\n has: has,\n enforce: enforce,\n getterFor: getterFor\n};\n","var global = require('../internals/global');\nvar inspectSource = require('../internals/inspect-source');\n\nvar WeakMap = global.WeakMap;\n\nmodule.exports = typeof WeakMap === 'function' && /native code/.test(inspectSource(WeakMap));\n","var shared = require('../internals/shared');\nvar uid = require('../internals/uid');\n\nvar keys = shared('keys');\n\nmodule.exports = function (key) {\n return keys[key] || (keys[key] = uid(key));\n};\n","module.exports = false;\n","var has = require('../internals/has');\nvar ownKeys = require('../internals/own-keys');\nvar getOwnPropertyDescriptorModule = require('../internals/object-get-own-property-descriptor');\nvar definePropertyModule = require('../internals/object-define-property');\n\nmodule.exports = function (target, source) {\n var keys = ownKeys(source);\n var defineProperty = definePropertyModule.f;\n var getOwnPropertyDescriptor = getOwnPropertyDescriptorModule.f;\n for (var i = 0; i < keys.length; i++) {\n var key = keys[i];\n if (!has(target, key)) defineProperty(target, key, getOwnPropertyDescriptor(source, key));\n }\n};\n","var getBuiltIn = require('../internals/get-built-in');\nvar getOwnPropertyNamesModule = require('../internals/object-get-own-property-names');\nvar getOwnPropertySymbolsModule = require('../internals/object-get-own-property-symbols');\nvar anObject = require('../internals/an-object');\n\n// all object keys, includes non-enumerable and symbols\nmodule.exports = getBuiltIn('Reflect', 'ownKeys') || function ownKeys(it) {\n var keys = getOwnPropertyNamesModule.f(anObject(it));\n var getOwnPropertySymbols = getOwnPropertySymbolsModule.f;\n return getOwnPropertySymbols ? keys.concat(getOwnPropertySymbols(it)) : keys;\n};\n","var path = require('../internals/path');\nvar global = require('../internals/global');\n\nvar aFunction = function (variable) {\n return typeof variable == 'function' ? variable : undefined;\n};\n\nmodule.exports = function (namespace, method) {\n return arguments.length < 2 ? aFunction(path[namespace]) || aFunction(global[namespace])\n : path[namespace] && path[namespace][method] || global[namespace] && global[namespace][method];\n};\n","var global = require('../internals/global');\n\nmodule.exports = global;\n","var internalObjectKeys = require('../internals/object-keys-internal');\nvar enumBugKeys = require('../internals/enum-bug-keys');\n\nvar hiddenKeys = enumBugKeys.concat('length', 'prototype');\n\n// `Object.getOwnPropertyNames` method\n// https://tc39.github.io/ecma262/#sec-object.getownpropertynames\nexports.f = Object.getOwnPropertyNames || function getOwnPropertyNames(O) {\n return internalObjectKeys(O, hiddenKeys);\n};\n","var has = require('../internals/has');\nvar toIndexedObject = require('../internals/to-indexed-object');\nvar indexOf = require('../internals/array-includes').indexOf;\nvar hiddenKeys = require('../internals/hidden-keys');\n\nmodule.exports = function (object, names) {\n var O = toIndexedObject(object);\n var i = 0;\n var result = [];\n var key;\n for (key in O) !has(hiddenKeys, key) && has(O, key) && result.push(key);\n // Don't enum bug & hidden keys\n while (names.length > i) if (has(O, key = names[i++])) {\n ~indexOf(result, key) || result.push(key);\n }\n return result;\n};\n","var toIndexedObject = require('../internals/to-indexed-object');\nvar toLength = require('../internals/to-length');\nvar toAbsoluteIndex = require('../internals/to-absolute-index');\n\n// `Array.prototype.{ indexOf, includes }` methods implementation\nvar createMethod = function (IS_INCLUDES) {\n return function ($this, el, fromIndex) {\n var O = toIndexedObject($this);\n var length = toLength(O.length);\n var index = toAbsoluteIndex(fromIndex, length);\n var value;\n // Array#includes uses SameValueZero equality algorithm\n // eslint-disable-next-line no-self-compare\n if (IS_INCLUDES && el != el) while (length > index) {\n value = O[index++];\n // eslint-disable-next-line no-self-compare\n if (value != value) return true;\n // Array#indexOf ignores holes, Array#includes - not\n } else for (;length > index; index++) {\n if ((IS_INCLUDES || index in O) && O[index] === el) return IS_INCLUDES || index || 0;\n } return !IS_INCLUDES && -1;\n };\n};\n\nmodule.exports = {\n // `Array.prototype.includes` method\n // https://tc39.github.io/ecma262/#sec-array.prototype.includes\n includes: createMethod(true),\n // `Array.prototype.indexOf` method\n // https://tc39.github.io/ecma262/#sec-array.prototype.indexof\n indexOf: createMethod(false)\n};\n","var toInteger = require('../internals/to-integer');\n\nvar max = Math.max;\nvar min = Math.min;\n\n// Helper for a popular repeating case of the spec:\n// Let integer be ? ToInteger(index).\n// If integer < 0, let result be max((length + integer), 0); else let result be min(integer, length).\nmodule.exports = function (index, length) {\n var integer = toInteger(index);\n return integer < 0 ? max(integer + length, 0) : min(integer, length);\n};\n","// IE8- don't enum bug keys\nmodule.exports = [\n 'constructor',\n 'hasOwnProperty',\n 'isPrototypeOf',\n 'propertyIsEnumerable',\n 'toLocaleString',\n 'toString',\n 'valueOf'\n];\n","exports.f = Object.getOwnPropertySymbols;\n","var fails = require('../internals/fails');\n\nvar replacement = /#|\\.prototype\\./;\n\nvar isForced = function (feature, detection) {\n var value = data[normalize(feature)];\n return value == POLYFILL ? true\n : value == NATIVE ? false\n : typeof detection == 'function' ? fails(detection)\n : !!detection;\n};\n\nvar normalize = isForced.normalize = function (string) {\n return String(string).replace(replacement, '.').toLowerCase();\n};\n\nvar data = isForced.data = {};\nvar NATIVE = isForced.NATIVE = 'N';\nvar POLYFILL = isForced.POLYFILL = 'P';\n\nmodule.exports = isForced;\n","'use strict';\nvar $forEach = require('../internals/array-iteration').forEach;\nvar arrayMethodIsStrict = require('../internals/array-method-is-strict');\nvar arrayMethodUsesToLength = require('../internals/array-method-uses-to-length');\n\nvar STRICT_METHOD = arrayMethodIsStrict('forEach');\nvar USES_TO_LENGTH = arrayMethodUsesToLength('forEach');\n\n// `Array.prototype.forEach` method implementation\n// https://tc39.github.io/ecma262/#sec-array.prototype.foreach\nmodule.exports = (!STRICT_METHOD || !USES_TO_LENGTH) ? function forEach(callbackfn /* , thisArg */) {\n return $forEach(this, callbackfn, arguments.length > 1 ? arguments[1] : undefined);\n} : [].forEach;\n","var bind = require('../internals/function-bind-context');\nvar IndexedObject = require('../internals/indexed-object');\nvar toObject = require('../internals/to-object');\nvar toLength = require('../internals/to-length');\nvar arraySpeciesCreate = require('../internals/array-species-create');\n\nvar push = [].push;\n\n// `Array.prototype.{ forEach, map, filter, some, every, find, findIndex }` methods implementation\nvar createMethod = function (TYPE) {\n var IS_MAP = TYPE == 1;\n var IS_FILTER = TYPE == 2;\n var IS_SOME = TYPE == 3;\n var IS_EVERY = TYPE == 4;\n var IS_FIND_INDEX = TYPE == 6;\n var NO_HOLES = TYPE == 5 || IS_FIND_INDEX;\n return function ($this, callbackfn, that, specificCreate) {\n var O = toObject($this);\n var self = IndexedObject(O);\n var boundFunction = bind(callbackfn, that, 3);\n var length = toLength(self.length);\n var index = 0;\n var create = specificCreate || arraySpeciesCreate;\n var target = IS_MAP ? create($this, length) : IS_FILTER ? create($this, 0) : undefined;\n var value, result;\n for (;length > index; index++) if (NO_HOLES || index in self) {\n value = self[index];\n result = boundFunction(value, index, O);\n if (TYPE) {\n if (IS_MAP) target[index] = result; // map\n else if (result) switch (TYPE) {\n case 3: return true; // some\n case 5: return value; // find\n case 6: return index; // findIndex\n case 2: push.call(target, value); // filter\n } else if (IS_EVERY) return false; // every\n }\n }\n return IS_FIND_INDEX ? -1 : IS_SOME || IS_EVERY ? IS_EVERY : target;\n };\n};\n\nmodule.exports = {\n // `Array.prototype.forEach` method\n // https://tc39.github.io/ecma262/#sec-array.prototype.foreach\n forEach: createMethod(0),\n // `Array.prototype.map` method\n // https://tc39.github.io/ecma262/#sec-array.prototype.map\n map: createMethod(1),\n // `Array.prototype.filter` method\n // https://tc39.github.io/ecma262/#sec-array.prototype.filter\n filter: createMethod(2),\n // `Array.prototype.some` method\n // https://tc39.github.io/ecma262/#sec-array.prototype.some\n some: createMethod(3),\n // `Array.prototype.every` method\n // https://tc39.github.io/ecma262/#sec-array.prototype.every\n every: createMethod(4),\n // `Array.prototype.find` method\n // https://tc39.github.io/ecma262/#sec-array.prototype.find\n find: createMethod(5),\n // `Array.prototype.findIndex` method\n // https://tc39.github.io/ecma262/#sec-array.prototype.findIndex\n findIndex: createMethod(6)\n};\n","var aFunction = require('../internals/a-function');\n\n// optional / simple context binding\nmodule.exports = function (fn, that, length) {\n aFunction(fn);\n if (that === undefined) return fn;\n switch (length) {\n case 0: return function () {\n return fn.call(that);\n };\n case 1: return function (a) {\n return fn.call(that, a);\n };\n case 2: return function (a, b) {\n return fn.call(that, a, b);\n };\n case 3: return function (a, b, c) {\n return fn.call(that, a, b, c);\n };\n }\n return function (/* ...args */) {\n return fn.apply(that, arguments);\n };\n};\n","module.exports = function (it) {\n if (typeof it != 'function') {\n throw TypeError(String(it) + ' is not a function');\n } return it;\n};\n","var requireObjectCoercible = require('../internals/require-object-coercible');\n\n// `ToObject` abstract operation\n// https://tc39.github.io/ecma262/#sec-toobject\nmodule.exports = function (argument) {\n return Object(requireObjectCoercible(argument));\n};\n","var isObject = require('../internals/is-object');\nvar isArray = require('../internals/is-array');\nvar wellKnownSymbol = require('../internals/well-known-symbol');\n\nvar SPECIES = wellKnownSymbol('species');\n\n// `ArraySpeciesCreate` abstract operation\n// https://tc39.github.io/ecma262/#sec-arrayspeciescreate\nmodule.exports = function (originalArray, length) {\n var C;\n if (isArray(originalArray)) {\n C = originalArray.constructor;\n // cross-realm fallback\n if (typeof C == 'function' && (C === Array || isArray(C.prototype))) C = undefined;\n else if (isObject(C)) {\n C = C[SPECIES];\n if (C === null) C = undefined;\n }\n } return new (C === undefined ? Array : C)(length === 0 ? 0 : length);\n};\n","var classof = require('../internals/classof-raw');\n\n// `IsArray` abstract operation\n// https://tc39.github.io/ecma262/#sec-isarray\nmodule.exports = Array.isArray || function isArray(arg) {\n return classof(arg) == 'Array';\n};\n","var global = require('../internals/global');\nvar shared = require('../internals/shared');\nvar has = require('../internals/has');\nvar uid = require('../internals/uid');\nvar NATIVE_SYMBOL = require('../internals/native-symbol');\nvar USE_SYMBOL_AS_UID = require('../internals/use-symbol-as-uid');\n\nvar WellKnownSymbolsStore = shared('wks');\nvar Symbol = global.Symbol;\nvar createWellKnownSymbol = USE_SYMBOL_AS_UID ? Symbol : Symbol && Symbol.withoutSetter || uid;\n\nmodule.exports = function (name) {\n if (!has(WellKnownSymbolsStore, name)) {\n if (NATIVE_SYMBOL && has(Symbol, name)) WellKnownSymbolsStore[name] = Symbol[name];\n else WellKnownSymbolsStore[name] = createWellKnownSymbol('Symbol.' + name);\n } return WellKnownSymbolsStore[name];\n};\n","var NATIVE_SYMBOL = require('../internals/native-symbol');\n\nmodule.exports = NATIVE_SYMBOL\n // eslint-disable-next-line no-undef\n && !Symbol.sham\n // eslint-disable-next-line no-undef\n && typeof Symbol.iterator == 'symbol';\n","'use strict';\nvar fails = require('../internals/fails');\n\nmodule.exports = function (METHOD_NAME, argument) {\n var method = [][METHOD_NAME];\n return !!method && fails(function () {\n // eslint-disable-next-line no-useless-call,no-throw-literal\n method.call(null, argument || function () { throw 1; }, 1);\n });\n};\n","var DESCRIPTORS = require('../internals/descriptors');\nvar fails = require('../internals/fails');\nvar has = require('../internals/has');\n\nvar defineProperty = Object.defineProperty;\nvar cache = {};\n\nvar thrower = function (it) { throw it; };\n\nmodule.exports = function (METHOD_NAME, options) {\n if (has(cache, METHOD_NAME)) return cache[METHOD_NAME];\n if (!options) options = {};\n var method = [][METHOD_NAME];\n var ACCESSORS = has(options, 'ACCESSORS') ? options.ACCESSORS : false;\n var argument0 = has(options, 0) ? options[0] : thrower;\n var argument1 = has(options, 1) ? options[1] : undefined;\n\n return cache[METHOD_NAME] = !!method && !fails(function () {\n if (ACCESSORS && !DESCRIPTORS) return true;\n var O = { length: -1 };\n\n if (ACCESSORS) defineProperty(O, 1, { enumerable: true, get: thrower });\n else O[1] = 1;\n\n method.call(O, argument0, argument1);\n });\n};\n","\"use strict\";\n\nObject.defineProperty(exports, \"__esModule\", {\n value: true\n});\nexports.getCurrentUser = getCurrentUser;\nvar uidElement = document.getElementsByTagName('head')[0];\nvar uid = uidElement ? uidElement.getAttribute('data-user') : null;\nvar displayNameElement = document.getElementsByTagName('head')[0];\nvar displayName = displayNameElement ? displayNameElement.getAttribute('data-user-displayname') : null;\n\nfunction getCurrentUser() {\n if (uid === null) {\n return null;\n }\n\n return {\n uid: uid,\n displayName: displayName\n };\n}\n//# sourceMappingURL=user.js.map","/* jstz.min.js Version: 1.0.6 Build date: 2019-09-09 */\n!function(e){var a=function(){\"use strict\";var e=\"s\",s={DAY:864e5,HOUR:36e5,MINUTE:6e4,SECOND:1e3,BASELINE_YEAR:2014,MAX_SCORE:864e6,AMBIGUITIES:{\"America/Denver\":[\"America/Mazatlan\"],\"America/Chicago\":[\"America/Mexico_City\"],\"America/Asuncion\":[\"America/Campo_Grande\",\"America/Santiago\"],\"America/Montevideo\":[\"America/Sao_Paulo\",\"America/Santiago\"],\"Asia/Beirut\":[\"Asia/Amman\",\"Asia/Jerusalem\",\"Europe/Helsinki\",\"Asia/Damascus\",\"Africa/Cairo\",\"Asia/Gaza\",\"Europe/Minsk\",\"Africa/Windhoek\"],\"Pacific/Auckland\":[\"Pacific/Fiji\"],\"America/Los_Angeles\":[\"America/Santa_Isabel\"],\"America/New_York\":[\"America/Havana\"],\"America/Halifax\":[\"America/Goose_Bay\"],\"America/Godthab\":[\"America/Miquelon\"],\"Asia/Dubai\":[\"Asia/Yerevan\"],\"Asia/Jakarta\":[\"Asia/Krasnoyarsk\"],\"Asia/Shanghai\":[\"Asia/Irkutsk\",\"Australia/Perth\"],\"Australia/Sydney\":[\"Australia/Lord_Howe\"],\"Asia/Tokyo\":[\"Asia/Yakutsk\"],\"Asia/Dhaka\":[\"Asia/Omsk\"],\"Asia/Baku\":[\"Asia/Yerevan\"],\"Australia/Brisbane\":[\"Asia/Vladivostok\"],\"Pacific/Noumea\":[\"Asia/Vladivostok\"],\"Pacific/Majuro\":[\"Asia/Kamchatka\",\"Pacific/Fiji\"],\"Pacific/Tongatapu\":[\"Pacific/Apia\"],\"Asia/Baghdad\":[\"Europe/Minsk\",\"Europe/Moscow\"],\"Asia/Karachi\":[\"Asia/Yekaterinburg\"],\"Africa/Johannesburg\":[\"Asia/Gaza\",\"Africa/Cairo\"]}},i=function(e){var a=-e.getTimezoneOffset();return null!==a?a:0},r=function(){for(var e=[],a=0;a<=11;a++)for(var r=1;r<=28;r++){var n=i(new Date(s.BASELINE_YEAR,a,r));e?e&&e[e.length-1]!==n&&e.push(n):e.push()}return e},n=function(){var a=0,s=r();return s.length>1&&(a=s[0]-s[1]),s.length>3?s[0]+\",1,weird\":a<0?s[0]+\",1\":a>0?s[1]+\",1,\"+e:s[0]+\",0\"},o=function(){var e,a;if(Intl&&\"undefined\"!=typeof Intl&&\"undefined\"!=typeof Intl.DateTimeFormat&&(e=Intl.DateTimeFormat(),\"undefined\"!=typeof e&&\"undefined\"!=typeof e.resolvedOptions))return a=e.resolvedOptions().timeZone,a&&(a.indexOf(\"/\")>-1||\"UTC\"===a)?a:void 0},t=function(e){for(var a=new Date(e,0,1,0,0,1,0).getTime(),s=new Date(e,12,31,23,59,59).getTime(),i=a,r=new Date(i).getTimezoneOffset(),n=null,o=null;i<s-864e5;){var t=new Date(i),A=t.getTimezoneOffset();A!==r&&(A<r&&(n=t),A>r&&(o=t),r=A),i+=864e5}return!(!n||!o)&&{s:u(n).getTime(),e:u(o).getTime()}},u=function f(e,a,i){\"undefined\"==typeof a&&(a=s.DAY,i=s.HOUR);for(var r=new Date(e.getTime()-a).getTime(),n=e.getTime()+a,o=new Date(r).getTimezoneOffset(),t=r,u=null;t<n-i;){var A=new Date(t),c=A.getTimezoneOffset();if(c!==o){u=A;break}t+=i}return a===s.DAY?f(u,s.HOUR,s.MINUTE):a===s.HOUR?f(u,s.MINUTE,s.SECOND):u},A=function(e,a,s,i){if(\"N/A\"!==s)return s;if(\"Asia/Beirut\"===a){if(\"Africa/Cairo\"===i.name&&13983768e5===e[6].s&&14116788e5===e[6].e)return 0;if(\"Asia/Jerusalem\"===i.name&&13959648e5===e[6].s&&14118588e5===e[6].e)return 0}else if(\"America/Santiago\"===a){if(\"America/Asuncion\"===i.name&&14124816e5===e[6].s&&1397358e6===e[6].e)return 0;if(\"America/Campo_Grande\"===i.name&&14136912e5===e[6].s&&13925196e5===e[6].e)return 0}else if(\"America/Montevideo\"===a){if(\"America/Sao_Paulo\"===i.name&&14136876e5===e[6].s&&1392516e6===e[6].e)return 0}else if(\"Pacific/Auckland\"===a&&\"Pacific/Fiji\"===i.name&&14142456e5===e[6].s&&13961016e5===e[6].e)return 0;return s},c=function(e,i){for(var r=function(a){for(var r=0,n=0;n<e.length;n++)if(a.rules[n]&&e[n]){if(!(e[n].s>=a.rules[n].s&&e[n].e<=a.rules[n].e)){r=\"N/A\";break}if(r=0,r+=Math.abs(e[n].s-a.rules[n].s),r+=Math.abs(a.rules[n].e-e[n].e),r>s.MAX_SCORE){r=\"N/A\";break}}return r=A(e,i,r,a)},n={},o=a.olson.dst_rules.zones,t=o.length,u=s.AMBIGUITIES[i],c=0;c<t;c++){var m=o[c],l=r(o[c]);\"N/A\"!==l&&(n[m.name]=l)}for(var f in n)if(n.hasOwnProperty(f))for(var d=0;d<u.length;d++)if(u[d]===f)return f;return i},m=function(e){var s=function(){for(var e=[],s=0;s<a.olson.dst_rules.years.length;s++){var i=t(a.olson.dst_rules.years[s]);e.push(i)}return e},i=function(e){for(var a=0;a<e.length;a++)if(e[a]!==!1)return!0;return!1},r=s(),n=i(r);return n?c(r,e):e},l=function(e){var i=!1,t=n();return(e||\"undefined\"==typeof e)&&(i=o()),i||(i=a.olson.timezones[t],\"undefined\"!=typeof s.AMBIGUITIES[i]&&(i=m(i))),{name:function(){return i},using_intl:e||\"undefined\"==typeof e,needle:t,offsets:r()}};return{determine:l}}();a.olson=a.olson||{},a.olson.timezones={\"-720,0\":\"Etc/GMT+12\",\"-660,0\":\"Pacific/Pago_Pago\",\"-660,1,s\":\"Pacific/Apia\",\"-600,1\":\"America/Adak\",\"-600,0\":\"Pacific/Honolulu\",\"-570,0\":\"Pacific/Marquesas\",\"-540,0\":\"Pacific/Gambier\",\"-540,1\":\"America/Anchorage\",\"-480,1\":\"America/Los_Angeles\",\"-480,0\":\"Pacific/Pitcairn\",\"-420,0\":\"America/Phoenix\",\"-420,1\":\"America/Denver\",\"-360,0\":\"America/Guatemala\",\"-360,1\":\"America/Chicago\",\"-360,1,s\":\"Pacific/Easter\",\"-300,0\":\"America/Bogota\",\"-300,1\":\"America/New_York\",\"-270,0\":\"America/Caracas\",\"-240,1\":\"America/Halifax\",\"-240,0\":\"America/Santo_Domingo\",\"-240,1,s\":\"America/Asuncion\",\"-210,1\":\"America/St_Johns\",\"-180,1\":\"America/Godthab\",\"-180,0\":\"America/Buenos_Aires\",\"-180,1,s\":\"America/Montevideo\",\"-120,0\":\"America/Noronha\",\"-120,1\":\"America/Noronha\",\"-60,1\":\"Atlantic/Azores\",\"-60,0\":\"Atlantic/Cape_Verde\",\"0,0\":\"UTC\",\"0,1\":\"Europe/London\",\"0,1,weird\":\"Africa/Casablanca\",\"60,1\":\"Europe/Berlin\",\"60,0\":\"Africa/Lagos\",\"60,1,weird\":\"Africa/Casablanca\",\"120,1\":\"Asia/Beirut\",\"120,1,weird\":\"Africa/Cairo\",\"120,0\":\"Africa/Johannesburg\",\"180,0\":\"Asia/Baghdad\",\"180,1\":\"Europe/Moscow\",\"210,1\":\"Asia/Tehran\",\"240,0\":\"Asia/Dubai\",\"240,1\":\"Asia/Baku\",\"270,0\":\"Asia/Kabul\",\"300,1\":\"Asia/Yekaterinburg\",\"300,0\":\"Asia/Karachi\",\"330,0\":\"Asia/Calcutta\",\"345,0\":\"Asia/Katmandu\",\"360,0\":\"Asia/Dhaka\",\"360,1\":\"Asia/Omsk\",\"390,0\":\"Asia/Rangoon\",\"420,1\":\"Asia/Krasnoyarsk\",\"420,0\":\"Asia/Jakarta\",\"480,0\":\"Asia/Shanghai\",\"480,1\":\"Asia/Irkutsk\",\"525,0\":\"Australia/Eucla\",\"525,1,s\":\"Australia/Eucla\",\"540,1\":\"Asia/Yakutsk\",\"540,0\":\"Asia/Tokyo\",\"570,0\":\"Australia/Darwin\",\"570,1,s\":\"Australia/Adelaide\",\"600,0\":\"Australia/Brisbane\",\"600,1\":\"Asia/Vladivostok\",\"600,1,s\":\"Australia/Sydney\",\"630,1,s\":\"Australia/Lord_Howe\",\"660,1\":\"Asia/Kamchatka\",\"660,0\":\"Pacific/Noumea\",\"690,0\":\"Pacific/Norfolk\",\"720,1,s\":\"Pacific/Auckland\",\"720,0\":\"Pacific/Majuro\",\"765,1,s\":\"Pacific/Chatham\",\"780,0\":\"Pacific/Tongatapu\",\"780,1,s\":\"Pacific/Apia\",\"840,0\":\"Pacific/Kiritimati\"},a.olson.dst_rules={years:[2008,2009,2010,2011,2012,2013,2014],zones:[{name:\"Africa/Cairo\",rules:[{e:12199572e5,s:12090744e5},{e:1250802e6,s:1240524e6},{e:12858804e5,s:12840696e5},!1,!1,!1,{e:14116788e5,s:1406844e6}]},{name:\"America/Asuncion\",rules:[{e:12050316e5,s:12243888e5},{e:12364812e5,s:12558384e5},{e:12709548e5,s:12860784e5},{e:13024044e5,s:1317528e6},{e:1333854e6,s:13495824e5},{e:1364094e6,s:1381032e6},{e:13955436e5,s:14124816e5}]},{name:\"America/Campo_Grande\",rules:[{e:12032172e5,s:12243888e5},{e:12346668e5,s:12558384e5},{e:12667212e5,s:1287288e6},{e:12981708e5,s:13187376e5},{e:13302252e5,s:1350792e6},{e:136107e7,s:13822416e5},{e:13925196e5,s:14136912e5}]},{name:\"America/Goose_Bay\",rules:[{e:122559486e4,s:120503526e4},{e:125704446e4,s:123648486e4},{e:128909886e4,s:126853926e4},{e:13205556e5,s:129998886e4},{e:13520052e5,s:13314456e5},{e:13834548e5,s:13628952e5},{e:14149044e5,s:13943448e5}]},{name:\"America/Havana\",rules:[{e:12249972e5,s:12056436e5},{e:12564468e5,s:12364884e5},{e:12885012e5,s:12685428e5},{e:13211604e5,s:13005972e5},{e:13520052e5,s:13332564e5},{e:13834548e5,s:13628916e5},{e:14149044e5,s:13943412e5}]},{name:\"America/Mazatlan\",rules:[{e:1225008e6,s:12074724e5},{e:12564576e5,s:1238922e6},{e:1288512e6,s:12703716e5},{e:13199616e5,s:13018212e5},{e:13514112e5,s:13332708e5},{e:13828608e5,s:13653252e5},{e:14143104e5,s:13967748e5}]},{name:\"America/Mexico_City\",rules:[{e:12250044e5,s:12074688e5},{e:1256454e6,s:12389184e5},{e:12885084e5,s:1270368e6},{e:1319958e6,s:13018176e5},{e:13514076e5,s:13332672e5},{e:13828572e5,s:13653216e5},{e:14143068e5,s:13967712e5}]},{name:\"America/Miquelon\",rules:[{e:12255984e5,s:12050388e5},{e:1257048e6,s:12364884e5},{e:12891024e5,s:12685428e5},{e:1320552e6,s:12999924e5},{e:13520016e5,s:1331442e6},{e:13834512e5,s:13628916e5},{e:14149008e5,s:13943412e5}]},{name:\"America/Santa_Isabel\",rules:[{e:12250116e5,s:1207476e6},{e:12564612e5,s:12389256e5},{e:12891204e5,s:12685608e5},{e:132057e7,s:13000104e5},{e:13520196e5,s:133146e7},{e:13834692e5,s:13629096e5},{e:14149188e5,s:13943592e5}]},{name:\"America/Santiago\",rules:[{e:1206846e6,s:1223784e6},{e:1237086e6,s:12552336e5},{e:127035e7,s:12866832e5},{e:13048236e5,s:13138992e5},{e:13356684e5,s:13465584e5},{e:1367118e6,s:13786128e5},{e:13985676e5,s:14100624e5}]},{name:\"America/Sao_Paulo\",rules:[{e:12032136e5,s:12243852e5},{e:12346632e5,s:12558348e5},{e:12667176e5,s:12872844e5},{e:12981672e5,s:1318734e6},{e:13302216e5,s:13507884e5},{e:13610664e5,s:1382238e6},{e:1392516e6,s:14136876e5}]},{name:\"Asia/Amman\",rules:[{e:1225404e6,s:12066552e5},{e:12568536e5,s:12381048e5},{e:12883032e5,s:12695544e5},{e:13197528e5,s:13016088e5},!1,!1,{e:14147064e5,s:13959576e5}]},{name:\"Asia/Damascus\",rules:[{e:12254868e5,s:120726e7},{e:125685e7,s:12381048e5},{e:12882996e5,s:12701592e5},{e:13197492e5,s:13016088e5},{e:13511988e5,s:13330584e5},{e:13826484e5,s:1364508e6},{e:14147028e5,s:13959576e5}]},{name:\"Asia/Dubai\",rules:[!1,!1,!1,!1,!1,!1,!1]},{name:\"Asia/Gaza\",rules:[{e:12199572e5,s:12066552e5},{e:12520152e5,s:12381048e5},{e:1281474e6,s:126964086e4},{e:1312146e6,s:130160886e4},{e:13481784e5,s:13330584e5},{e:13802292e5,s:1364508e6},{e:1414098e6,s:13959576e5}]},{name:\"Asia/Irkutsk\",rules:[{e:12249576e5,s:12068136e5},{e:12564072e5,s:12382632e5},{e:12884616e5,s:12697128e5},!1,!1,!1,!1]},{name:\"Asia/Jerusalem\",rules:[{e:12231612e5,s:12066624e5},{e:1254006e6,s:1238112e6},{e:1284246e6,s:12695616e5},{e:131751e7,s:1301616e6},{e:13483548e5,s:13330656e5},{e:13828284e5,s:13645152e5},{e:1414278e6,s:13959648e5}]},{name:\"Asia/Kamchatka\",rules:[{e:12249432e5,s:12067992e5},{e:12563928e5,s:12382488e5},{e:12884508e5,s:12696984e5},!1,!1,!1,!1]},{name:\"Asia/Krasnoyarsk\",rules:[{e:12249612e5,s:12068172e5},{e:12564108e5,s:12382668e5},{e:12884652e5,s:12697164e5},!1,!1,!1,!1]},{name:\"Asia/Omsk\",rules:[{e:12249648e5,s:12068208e5},{e:12564144e5,s:12382704e5},{e:12884688e5,s:126972e7},!1,!1,!1,!1]},{name:\"Asia/Vladivostok\",rules:[{e:12249504e5,s:12068064e5},{e:12564e8,s:1238256e6},{e:12884544e5,s:12697056e5},!1,!1,!1,!1]},{name:\"Asia/Yakutsk\",rules:[{e:1224954e6,s:120681e7},{e:12564036e5,s:12382596e5},{e:1288458e6,s:12697092e5},!1,!1,!1,!1]},{name:\"Asia/Yekaterinburg\",rules:[{e:12249684e5,s:12068244e5},{e:1256418e6,s:1238274e6},{e:12884724e5,s:12697236e5},!1,!1,!1,!1]},{name:\"Asia/Yerevan\",rules:[{e:1224972e6,s:1206828e6},{e:12564216e5,s:12382776e5},{e:1288476e6,s:12697272e5},{e:13199256e5,s:13011768e5},!1,!1,!1]},{name:\"Australia/Lord_Howe\",rules:[{e:12074076e5,s:12231342e5},{e:12388572e5,s:12545838e5},{e:12703068e5,s:12860334e5},{e:13017564e5,s:1317483e6},{e:1333206e6,s:13495374e5},{e:13652604e5,s:1380987e6},{e:139671e7,s:14124366e5}]},{name:\"Australia/Perth\",rules:[{e:12068136e5,s:12249576e5},!1,!1,!1,!1,!1,!1]},{name:\"Europe/Helsinki\",rules:[{e:12249828e5,s:12068388e5},{e:12564324e5,s:12382884e5},{e:12884868e5,s:1269738e6},{e:13199364e5,s:13011876e5},{e:1351386e6,s:13326372e5},{e:13828356e5,s:13646916e5},{e:14142852e5,s:13961412e5}]},{name:\"Europe/Minsk\",rules:[{e:12249792e5,s:12068352e5},{e:12564288e5,s:12382848e5},{e:12884832e5,s:12697344e5},!1,!1,!1,!1]},{name:\"Europe/Moscow\",rules:[{e:12249756e5,s:12068316e5},{e:12564252e5,s:12382812e5},{e:12884796e5,s:12697308e5},!1,!1,!1,!1]},{name:\"Pacific/Apia\",rules:[!1,!1,!1,{e:13017528e5,s:13168728e5},{e:13332024e5,s:13489272e5},{e:13652568e5,s:13803768e5},{e:13967064e5,s:14118264e5}]},{name:\"Pacific/Fiji\",rules:[!1,!1,{e:12696984e5,s:12878424e5},{e:13271544e5,s:1319292e6},{e:1358604e6,s:13507416e5},{e:139005e7,s:1382796e6},{e:14215032e5,s:14148504e5}]},{name:\"Europe/London\",rules:[{e:12249828e5,s:12068388e5},{e:12564324e5,s:12382884e5},{e:12884868e5,s:1269738e6},{e:13199364e5,s:13011876e5},{e:1351386e6,s:13326372e5},{e:13828356e5,s:13646916e5},{e:14142852e5,s:13961412e5}]},{name:\"Africa/Windhoek\",rules:[{e:12207492e5,s:120744e7},{e:12521988e5,s:12388896e5},{e:12836484e5,s:12703392e5},{e:1315098e6,s:13017888e5},{e:13465476e5,s:13332384e5},{e:13779972e5,s:13652928e5},{e:14100516e5,s:13967424e5}]}]},\"undefined\"!=typeof module&&\"undefined\"!=typeof module.exports?module.exports=a:\"undefined\"!=typeof define&&null!==define&&null!=define.amd?define([],function(){return a}):\"undefined\"==typeof e?window.jstz=a:e.jstz=a}();","// style-loader: Adds some css to the DOM by adding a <style> tag\n\n// load the styles\nvar content = require(\"!!../../../../node_modules/css-loader/dist/cjs.js!../../../../node_modules/vue-loader/lib/loaders/stylePostLoader.js!../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./ResetPassword.vue?vue&type=style&index=0&id=226b878d&scoped=true&lang=css&\");\nif(typeof content === 'string') content = [[module.id, content, '']];\nif(content.locals) module.exports = content.locals;\n// add the styles to the DOM\nvar add = require(\"!../../../../node_modules/vue-style-loader/lib/addStylesClient.js\").default\nvar update = add(\"78cd795a\", content, true, {});","// style-loader: Adds some css to the DOM by adding a <style> tag\n\n// load the styles\nvar content = require(\"!!../../../../node_modules/css-loader/dist/cjs.js!../../../../node_modules/vue-loader/lib/loaders/stylePostLoader.js!../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./UpdatePassword.vue?vue&type=style&index=0&id=69af6aa5&scoped=true&lang=css&\");\nif(typeof content === 'string') content = [[module.id, content, '']];\nif(content.locals) module.exports = content.locals;\n// add the styles to the DOM\nvar add = require(\"!../../../../node_modules/vue-style-loader/lib/addStylesClient.js\").default\nvar update = add(\"354c4fe7\", content, true, {});","// style-loader: Adds some css to the DOM by adding a <style> tag\n\n// load the styles\nvar content = require(\"!!../../../node_modules/css-loader/dist/cjs.js!../../../node_modules/vue-loader/lib/loaders/stylePostLoader.js!../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./Login.vue?vue&type=style&index=0&lang=css&\");\nif(typeof content === 'string') content = [[module.id, content, '']];\nif(content.locals) module.exports = content.locals;\n// add the styles to the DOM\nvar add = require(\"!../../../node_modules/vue-style-loader/lib/addStylesClient.js\").default\nvar update = add(\"901db158\", content, true, {});","module.exports = function() {\n\tthrow new Error(\"define cannot be used indirect\");\n};\n","/* globals __webpack_amd_options__ */\nmodule.exports = __webpack_amd_options__;\n","var scope = (typeof global !== \"undefined\" && global) ||\n (typeof self !== \"undefined\" && self) ||\n window;\nvar apply = Function.prototype.apply;\n\n// DOM APIs, for completeness\n\nexports.setTimeout = function() {\n return new Timeout(apply.call(setTimeout, scope, arguments), clearTimeout);\n};\nexports.setInterval = function() {\n return new Timeout(apply.call(setInterval, scope, arguments), clearInterval);\n};\nexports.clearTimeout =\nexports.clearInterval = function(timeout) {\n if (timeout) {\n timeout.close();\n }\n};\n\nfunction Timeout(id, clearFn) {\n this._id = id;\n this._clearFn = clearFn;\n}\nTimeout.prototype.unref = Timeout.prototype.ref = function() {};\nTimeout.prototype.close = function() {\n this._clearFn.call(scope, this._id);\n};\n\n// Does not start the time, just sets up the members needed.\nexports.enroll = function(item, msecs) {\n clearTimeout(item._idleTimeoutId);\n item._idleTimeout = msecs;\n};\n\nexports.unenroll = function(item) {\n clearTimeout(item._idleTimeoutId);\n item._idleTimeout = -1;\n};\n\nexports._unrefActive = exports.active = function(item) {\n clearTimeout(item._idleTimeoutId);\n\n var msecs = item._idleTimeout;\n if (msecs >= 0) {\n item._idleTimeoutId = setTimeout(function onTimeout() {\n if (item._onTimeout)\n item._onTimeout();\n }, msecs);\n }\n};\n\n// setimmediate attaches itself to the global object\nrequire(\"setimmediate\");\n// On some exotic environments, it's not clear which object `setimmediate` was\n// able to install onto. Search each possibility in the same order as the\n// `setimmediate` library.\nexports.setImmediate = (typeof self !== \"undefined\" && self.setImmediate) ||\n (typeof global !== \"undefined\" && global.setImmediate) ||\n (this && this.setImmediate);\nexports.clearImmediate = (typeof self !== \"undefined\" && self.clearImmediate) ||\n (typeof global !== \"undefined\" && global.clearImmediate) ||\n (this && this.clearImmediate);\n","(function (global, undefined) {\n \"use strict\";\n\n if (global.setImmediate) {\n return;\n }\n\n var nextHandle = 1; // Spec says greater than zero\n var tasksByHandle = {};\n var currentlyRunningATask = false;\n var doc = global.document;\n var registerImmediate;\n\n function setImmediate(callback) {\n // Callback can either be a function or a string\n if (typeof callback !== \"function\") {\n callback = new Function(\"\" + callback);\n }\n // Copy function arguments\n var args = new Array(arguments.length - 1);\n for (var i = 0; i < args.length; i++) {\n args[i] = arguments[i + 1];\n }\n // Store and register the task\n var task = { callback: callback, args: args };\n tasksByHandle[nextHandle] = task;\n registerImmediate(nextHandle);\n return nextHandle++;\n }\n\n function clearImmediate(handle) {\n delete tasksByHandle[handle];\n }\n\n function run(task) {\n var callback = task.callback;\n var args = task.args;\n switch (args.length) {\n case 0:\n callback();\n break;\n case 1:\n callback(args[0]);\n break;\n case 2:\n callback(args[0], args[1]);\n break;\n case 3:\n callback(args[0], args[1], args[2]);\n break;\n default:\n callback.apply(undefined, args);\n break;\n }\n }\n\n function runIfPresent(handle) {\n // From the spec: \"Wait until any invocations of this algorithm started before this one have completed.\"\n // So if we're currently running a task, we'll need to delay this invocation.\n if (currentlyRunningATask) {\n // Delay by doing a setTimeout. setImmediate was tried instead, but in Firefox 7 it generated a\n // \"too much recursion\" error.\n setTimeout(runIfPresent, 0, handle);\n } else {\n var task = tasksByHandle[handle];\n if (task) {\n currentlyRunningATask = true;\n try {\n run(task);\n } finally {\n clearImmediate(handle);\n currentlyRunningATask = false;\n }\n }\n }\n }\n\n function installNextTickImplementation() {\n registerImmediate = function(handle) {\n process.nextTick(function () { runIfPresent(handle); });\n };\n }\n\n function canUsePostMessage() {\n // The test against `importScripts` prevents this implementation from being installed inside a web worker,\n // where `global.postMessage` means something completely different and can't be used for this purpose.\n if (global.postMessage && !global.importScripts) {\n var postMessageIsAsynchronous = true;\n var oldOnMessage = global.onmessage;\n global.onmessage = function() {\n postMessageIsAsynchronous = false;\n };\n global.postMessage(\"\", \"*\");\n global.onmessage = oldOnMessage;\n return postMessageIsAsynchronous;\n }\n }\n\n function installPostMessageImplementation() {\n // Installs an event handler on `global` for the `message` event: see\n // * https://developer.mozilla.org/en/DOM/window.postMessage\n // * http://www.whatwg.org/specs/web-apps/current-work/multipage/comms.html#crossDocumentMessages\n\n var messagePrefix = \"setImmediate$\" + Math.random() + \"$\";\n var onGlobalMessage = function(event) {\n if (event.source === global &&\n typeof event.data === \"string\" &&\n event.data.indexOf(messagePrefix) === 0) {\n runIfPresent(+event.data.slice(messagePrefix.length));\n }\n };\n\n if (global.addEventListener) {\n global.addEventListener(\"message\", onGlobalMessage, false);\n } else {\n global.attachEvent(\"onmessage\", onGlobalMessage);\n }\n\n registerImmediate = function(handle) {\n global.postMessage(messagePrefix + handle, \"*\");\n };\n }\n\n function installMessageChannelImplementation() {\n var channel = new MessageChannel();\n channel.port1.onmessage = function(event) {\n var handle = event.data;\n runIfPresent(handle);\n };\n\n registerImmediate = function(handle) {\n channel.port2.postMessage(handle);\n };\n }\n\n function installReadyStateChangeImplementation() {\n var html = doc.documentElement;\n registerImmediate = function(handle) {\n // Create a <script> element; its readystatechange event will be fired asynchronously once it is inserted\n // into the document. Do so, thus queuing up the task. Remember to clean up once it's been called.\n var script = doc.createElement(\"script\");\n script.onreadystatechange = function () {\n runIfPresent(handle);\n script.onreadystatechange = null;\n html.removeChild(script);\n script = null;\n };\n html.appendChild(script);\n };\n }\n\n function installSetTimeoutImplementation() {\n registerImmediate = function(handle) {\n setTimeout(runIfPresent, 0, handle);\n };\n }\n\n // If supported, we should attach to the prototype of global, since that is where setTimeout et al. live.\n var attachTo = Object.getPrototypeOf && Object.getPrototypeOf(global);\n attachTo = attachTo && attachTo.setTimeout ? attachTo : global;\n\n // Don't get fooled by e.g. browserify environments.\n if ({}.toString.call(global.process) === \"[object process]\") {\n // For Node.js before 0.9\n installNextTickImplementation();\n\n } else if (canUsePostMessage()) {\n // For non-IE10 modern browsers\n installPostMessageImplementation();\n\n } else if (global.MessageChannel) {\n // For web workers, where supported\n installMessageChannelImplementation();\n\n } else if (doc && \"onreadystatechange\" in doc.createElement(\"script\")) {\n // For IE 6–8\n installReadyStateChangeImplementation();\n\n } else {\n // For older browsers\n installSetTimeoutImplementation();\n }\n\n attachTo.setImmediate = setImmediate;\n attachTo.clearImmediate = clearImmediate;\n}(typeof self === \"undefined\" ? typeof global === \"undefined\" ? this : global : self));\n","'use strict';\nvar strictUriEncode = require('strict-uri-encode');\nvar objectAssign = require('object-assign');\nvar decodeComponent = require('decode-uri-component');\n\nfunction encoderForArrayFormat(opts) {\n\tswitch (opts.arrayFormat) {\n\t\tcase 'index':\n\t\t\treturn function (key, value, index) {\n\t\t\t\treturn value === null ? [\n\t\t\t\t\tencode(key, opts),\n\t\t\t\t\t'[',\n\t\t\t\t\tindex,\n\t\t\t\t\t']'\n\t\t\t\t].join('') : [\n\t\t\t\t\tencode(key, opts),\n\t\t\t\t\t'[',\n\t\t\t\t\tencode(index, opts),\n\t\t\t\t\t']=',\n\t\t\t\t\tencode(value, opts)\n\t\t\t\t].join('');\n\t\t\t};\n\n\t\tcase 'bracket':\n\t\t\treturn function (key, value) {\n\t\t\t\treturn value === null ? encode(key, opts) : [\n\t\t\t\t\tencode(key, opts),\n\t\t\t\t\t'[]=',\n\t\t\t\t\tencode(value, opts)\n\t\t\t\t].join('');\n\t\t\t};\n\n\t\tdefault:\n\t\t\treturn function (key, value) {\n\t\t\t\treturn value === null ? encode(key, opts) : [\n\t\t\t\t\tencode(key, opts),\n\t\t\t\t\t'=',\n\t\t\t\t\tencode(value, opts)\n\t\t\t\t].join('');\n\t\t\t};\n\t}\n}\n\nfunction parserForArrayFormat(opts) {\n\tvar result;\n\n\tswitch (opts.arrayFormat) {\n\t\tcase 'index':\n\t\t\treturn function (key, value, accumulator) {\n\t\t\t\tresult = /\\[(\\d*)\\]$/.exec(key);\n\n\t\t\t\tkey = key.replace(/\\[\\d*\\]$/, '');\n\n\t\t\t\tif (!result) {\n\t\t\t\t\taccumulator[key] = value;\n\t\t\t\t\treturn;\n\t\t\t\t}\n\n\t\t\t\tif (accumulator[key] === undefined) {\n\t\t\t\t\taccumulator[key] = {};\n\t\t\t\t}\n\n\t\t\t\taccumulator[key][result[1]] = value;\n\t\t\t};\n\n\t\tcase 'bracket':\n\t\t\treturn function (key, value, accumulator) {\n\t\t\t\tresult = /(\\[\\])$/.exec(key);\n\t\t\t\tkey = key.replace(/\\[\\]$/, '');\n\n\t\t\t\tif (!result) {\n\t\t\t\t\taccumulator[key] = value;\n\t\t\t\t\treturn;\n\t\t\t\t} else if (accumulator[key] === undefined) {\n\t\t\t\t\taccumulator[key] = [value];\n\t\t\t\t\treturn;\n\t\t\t\t}\n\n\t\t\t\taccumulator[key] = [].concat(accumulator[key], value);\n\t\t\t};\n\n\t\tdefault:\n\t\t\treturn function (key, value, accumulator) {\n\t\t\t\tif (accumulator[key] === undefined) {\n\t\t\t\t\taccumulator[key] = value;\n\t\t\t\t\treturn;\n\t\t\t\t}\n\n\t\t\t\taccumulator[key] = [].concat(accumulator[key], value);\n\t\t\t};\n\t}\n}\n\nfunction encode(value, opts) {\n\tif (opts.encode) {\n\t\treturn opts.strict ? strictUriEncode(value) : encodeURIComponent(value);\n\t}\n\n\treturn value;\n}\n\nfunction keysSorter(input) {\n\tif (Array.isArray(input)) {\n\t\treturn input.sort();\n\t} else if (typeof input === 'object') {\n\t\treturn keysSorter(Object.keys(input)).sort(function (a, b) {\n\t\t\treturn Number(a) - Number(b);\n\t\t}).map(function (key) {\n\t\t\treturn input[key];\n\t\t});\n\t}\n\n\treturn input;\n}\n\nfunction extract(str) {\n\tvar queryStart = str.indexOf('?');\n\tif (queryStart === -1) {\n\t\treturn '';\n\t}\n\treturn str.slice(queryStart + 1);\n}\n\nfunction parse(str, opts) {\n\topts = objectAssign({arrayFormat: 'none'}, opts);\n\n\tvar formatter = parserForArrayFormat(opts);\n\n\t// Create an object with no prototype\n\t// https://github.com/sindresorhus/query-string/issues/47\n\tvar ret = Object.create(null);\n\n\tif (typeof str !== 'string') {\n\t\treturn ret;\n\t}\n\n\tstr = str.trim().replace(/^[?#&]/, '');\n\n\tif (!str) {\n\t\treturn ret;\n\t}\n\n\tstr.split('&').forEach(function (param) {\n\t\tvar parts = param.replace(/\\+/g, ' ').split('=');\n\t\t// Firefox (pre 40) decodes `%3D` to `=`\n\t\t// https://github.com/sindresorhus/query-string/pull/37\n\t\tvar key = parts.shift();\n\t\tvar val = parts.length > 0 ? parts.join('=') : undefined;\n\n\t\t// missing `=` should be `null`:\n\t\t// http://w3.org/TR/2012/WD-url-20120524/#collect-url-parameters\n\t\tval = val === undefined ? null : decodeComponent(val);\n\n\t\tformatter(decodeComponent(key), val, ret);\n\t});\n\n\treturn Object.keys(ret).sort().reduce(function (result, key) {\n\t\tvar val = ret[key];\n\t\tif (Boolean(val) && typeof val === 'object' && !Array.isArray(val)) {\n\t\t\t// Sort object keys, not values\n\t\t\tresult[key] = keysSorter(val);\n\t\t} else {\n\t\t\tresult[key] = val;\n\t\t}\n\n\t\treturn result;\n\t}, Object.create(null));\n}\n\nexports.extract = extract;\nexports.parse = parse;\n\nexports.stringify = function (obj, opts) {\n\tvar defaults = {\n\t\tencode: true,\n\t\tstrict: true,\n\t\tarrayFormat: 'none'\n\t};\n\n\topts = objectAssign(defaults, opts);\n\n\tif (opts.sort === false) {\n\t\topts.sort = function () {};\n\t}\n\n\tvar formatter = encoderForArrayFormat(opts);\n\n\treturn obj ? Object.keys(obj).sort(opts.sort).map(function (key) {\n\t\tvar val = obj[key];\n\n\t\tif (val === undefined) {\n\t\t\treturn '';\n\t\t}\n\n\t\tif (val === null) {\n\t\t\treturn encode(key, opts);\n\t\t}\n\n\t\tif (Array.isArray(val)) {\n\t\t\tvar result = [];\n\n\t\t\tval.slice().forEach(function (val2) {\n\t\t\t\tif (val2 === undefined) {\n\t\t\t\t\treturn;\n\t\t\t\t}\n\n\t\t\t\tresult.push(formatter(key, val2, result.length));\n\t\t\t});\n\n\t\t\treturn result.join('&');\n\t\t}\n\n\t\treturn encode(key, opts) + '=' + encode(val, opts);\n\t}).filter(function (x) {\n\t\treturn x.length > 0;\n\t}).join('&') : '';\n};\n\nexports.parseUrl = function (str, opts) {\n\treturn {\n\t\turl: str.split('?')[0] || '',\n\t\tquery: parse(extract(str), opts)\n\t};\n};\n","'use strict';\nmodule.exports = function (str) {\n\treturn encodeURIComponent(str).replace(/[!'()*]/g, function (c) {\n\t\treturn '%' + c.charCodeAt(0).toString(16).toUpperCase();\n\t});\n};\n","/*\nobject-assign\n(c) Sindre Sorhus\n@license MIT\n*/\n\n'use strict';\n/* eslint-disable no-unused-vars */\nvar getOwnPropertySymbols = Object.getOwnPropertySymbols;\nvar hasOwnProperty = Object.prototype.hasOwnProperty;\nvar propIsEnumerable = Object.prototype.propertyIsEnumerable;\n\nfunction toObject(val) {\n\tif (val === null || val === undefined) {\n\t\tthrow new TypeError('Object.assign cannot be called with null or undefined');\n\t}\n\n\treturn Object(val);\n}\n\nfunction shouldUseNative() {\n\ttry {\n\t\tif (!Object.assign) {\n\t\t\treturn false;\n\t\t}\n\n\t\t// Detect buggy property enumeration order in older V8 versions.\n\n\t\t// https://bugs.chromium.org/p/v8/issues/detail?id=4118\n\t\tvar test1 = new String('abc'); // eslint-disable-line no-new-wrappers\n\t\ttest1[5] = 'de';\n\t\tif (Object.getOwnPropertyNames(test1)[0] === '5') {\n\t\t\treturn false;\n\t\t}\n\n\t\t// https://bugs.chromium.org/p/v8/issues/detail?id=3056\n\t\tvar test2 = {};\n\t\tfor (var i = 0; i < 10; i++) {\n\t\t\ttest2['_' + String.fromCharCode(i)] = i;\n\t\t}\n\t\tvar order2 = Object.getOwnPropertyNames(test2).map(function (n) {\n\t\t\treturn test2[n];\n\t\t});\n\t\tif (order2.join('') !== '0123456789') {\n\t\t\treturn false;\n\t\t}\n\n\t\t// https://bugs.chromium.org/p/v8/issues/detail?id=3056\n\t\tvar test3 = {};\n\t\t'abcdefghijklmnopqrst'.split('').forEach(function (letter) {\n\t\t\ttest3[letter] = letter;\n\t\t});\n\t\tif (Object.keys(Object.assign({}, test3)).join('') !==\n\t\t\t\t'abcdefghijklmnopqrst') {\n\t\t\treturn false;\n\t\t}\n\n\t\treturn true;\n\t} catch (err) {\n\t\t// We don't expect any of the above to throw, but better to be safe.\n\t\treturn false;\n\t}\n}\n\nmodule.exports = shouldUseNative() ? Object.assign : function (target, source) {\n\tvar from;\n\tvar to = toObject(target);\n\tvar symbols;\n\n\tfor (var s = 1; s < arguments.length; s++) {\n\t\tfrom = Object(arguments[s]);\n\n\t\tfor (var key in from) {\n\t\t\tif (hasOwnProperty.call(from, key)) {\n\t\t\t\tto[key] = from[key];\n\t\t\t}\n\t\t}\n\n\t\tif (getOwnPropertySymbols) {\n\t\t\tsymbols = getOwnPropertySymbols(from);\n\t\t\tfor (var i = 0; i < symbols.length; i++) {\n\t\t\t\tif (propIsEnumerable.call(from, symbols[i])) {\n\t\t\t\t\tto[symbols[i]] = from[symbols[i]];\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n\n\treturn to;\n};\n","'use strict';\nvar token = '%[a-f0-9]{2}';\nvar singleMatcher = new RegExp(token, 'gi');\nvar multiMatcher = new RegExp('(' + token + ')+', 'gi');\n\nfunction decodeComponents(components, split) {\n\ttry {\n\t\t// Try to decode the entire string first\n\t\treturn decodeURIComponent(components.join(''));\n\t} catch (err) {\n\t\t// Do nothing\n\t}\n\n\tif (components.length === 1) {\n\t\treturn components;\n\t}\n\n\tsplit = split || 1;\n\n\t// Split the array in 2 parts\n\tvar left = components.slice(0, split);\n\tvar right = components.slice(split);\n\n\treturn Array.prototype.concat.call([], decodeComponents(left), decodeComponents(right));\n}\n\nfunction decode(input) {\n\ttry {\n\t\treturn decodeURIComponent(input);\n\t} catch (err) {\n\t\tvar tokens = input.match(singleMatcher);\n\n\t\tfor (var i = 1; i < tokens.length; i++) {\n\t\t\tinput = decodeComponents(tokens, i).join('');\n\n\t\t\ttokens = input.match(singleMatcher);\n\t\t}\n\n\t\treturn input;\n\t}\n}\n\nfunction customDecodeURIComponent(input) {\n\t// Keep track of all the replacements and prefill the map with the `BOM`\n\tvar replaceMap = {\n\t\t'%FE%FF': '\\uFFFD\\uFFFD',\n\t\t'%FF%FE': '\\uFFFD\\uFFFD'\n\t};\n\n\tvar match = multiMatcher.exec(input);\n\twhile (match) {\n\t\ttry {\n\t\t\t// Decode as big chunks as possible\n\t\t\treplaceMap[match[0]] = decodeURIComponent(match[0]);\n\t\t} catch (err) {\n\t\t\tvar result = decode(match[0]);\n\n\t\t\tif (result !== match[0]) {\n\t\t\t\treplaceMap[match[0]] = result;\n\t\t\t}\n\t\t}\n\n\t\tmatch = multiMatcher.exec(input);\n\t}\n\n\t// Add `%C2` at the end of the map to make sure it does not replace the combinator before everything else\n\treplaceMap['%C2'] = '\\uFFFD';\n\n\tvar entries = Object.keys(replaceMap);\n\n\tfor (var i = 0; i < entries.length; i++) {\n\t\t// Replace all decoded components\n\t\tvar key = entries[i];\n\t\tinput = input.replace(new RegExp(key, 'g'), replaceMap[key]);\n\t}\n\n\treturn input;\n}\n\nmodule.exports = function (encodedURI) {\n\tif (typeof encodedURI !== 'string') {\n\t\tthrow new TypeError('Expected `encodedURI` to be of type `string`, got `' + typeof encodedURI + '`');\n\t}\n\n\ttry {\n\t\tencodedURI = encodedURI.replace(/\\+/g, ' ');\n\n\t\t// Try the built in decoder first\n\t\treturn decodeURIComponent(encodedURI);\n\t} catch (err) {\n\t\t// Fallback to a more advanced decoder\n\t\treturn customDecodeURIComponent(encodedURI);\n\t}\n};\n","import mod from \"-!../../../../node_modules/vue-style-loader/index.js!../../../../node_modules/css-loader/dist/cjs.js!../../../../node_modules/vue-loader/lib/loaders/stylePostLoader.js!../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./ResetPassword.vue?vue&type=style&index=0&id=226b878d&scoped=true&lang=css&\"; export default mod; export * from \"-!../../../../node_modules/vue-style-loader/index.js!../../../../node_modules/css-loader/dist/cjs.js!../../../../node_modules/vue-loader/lib/loaders/stylePostLoader.js!../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./ResetPassword.vue?vue&type=style&index=0&id=226b878d&scoped=true&lang=css&\"","// Imports\nvar ___CSS_LOADER_API_IMPORT___ = require(\"../../../../node_modules/css-loader/dist/runtime/api.js\");\nexports = ___CSS_LOADER_API_IMPORT___(false);\n// Module\nexports.push([module.id, \"\\n.update[data-v-226b878d] {\\n\\twidth: auto;\\n}\\n\", \"\"]);\n// Exports\nmodule.exports = exports;\n","import mod from \"-!../../../../node_modules/vue-style-loader/index.js!../../../../node_modules/css-loader/dist/cjs.js!../../../../node_modules/vue-loader/lib/loaders/stylePostLoader.js!../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./UpdatePassword.vue?vue&type=style&index=0&id=69af6aa5&scoped=true&lang=css&\"; export default mod; export * from \"-!../../../../node_modules/vue-style-loader/index.js!../../../../node_modules/css-loader/dist/cjs.js!../../../../node_modules/vue-loader/lib/loaders/stylePostLoader.js!../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./UpdatePassword.vue?vue&type=style&index=0&id=69af6aa5&scoped=true&lang=css&\"","// Imports\nvar ___CSS_LOADER_API_IMPORT___ = require(\"../../../../node_modules/css-loader/dist/runtime/api.js\");\nexports = ___CSS_LOADER_API_IMPORT___(false);\n// Module\nexports.push([module.id, \"\\nfieldset[data-v-69af6aa5] {\\n\\ttext-align: center;\\n}\\ninput[type=submit][data-v-69af6aa5] {\\n\\tmargin-top: 20px;\\n}\\n\", \"\"]);\n// Exports\nmodule.exports = exports;\n","import mod from \"-!../../../node_modules/vue-style-loader/index.js!../../../node_modules/css-loader/dist/cjs.js!../../../node_modules/vue-loader/lib/loaders/stylePostLoader.js!../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./Login.vue?vue&type=style&index=0&lang=css&\"; export default mod; export * from \"-!../../../node_modules/vue-style-loader/index.js!../../../node_modules/css-loader/dist/cjs.js!../../../node_modules/vue-loader/lib/loaders/stylePostLoader.js!../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./Login.vue?vue&type=style&index=0&lang=css&\"","// Imports\nvar ___CSS_LOADER_API_IMPORT___ = require(\"../../../node_modules/css-loader/dist/runtime/api.js\");\nexports = ___CSS_LOADER_API_IMPORT___(false);\n// Module\nexports.push([module.id, \"\\n.fade-enter-active, .fade-leave-active {\\n\\ttransition: opacity .3s;\\n}\\n.fade-enter, .fade-leave-to /* .fade-leave-active below version 2.1.8 */ {\\n\\topacity: 0;\\n}\\n\", \"\"]);\n// Exports\nmodule.exports = exports;\n","import mod from \"-!../../../../node_modules/babel-loader/lib/index.js!../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./LoginForm.vue?vue&type=script&lang=js&\"; export default mod; export * from \"-!../../../../node_modules/babel-loader/lib/index.js!../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./LoginForm.vue?vue&type=script&lang=js&\"","<!--\n - @copyright 2019 Christoph Wurst <christoph@winzerhof-wurst.at>\n -\n - @author 2019 Christoph Wurst <christoph@winzerhof-wurst.at>\n -\n - @license GNU AGPL version 3 or any later version\n -\n - This program is free software: you can redistribute it and/or modify\n - it under the terms of the GNU Affero General Public License as\n - published by the Free Software Foundation, either version 3 of the\n - License, or (at your option) any later version.\n -\n - This program is distributed in the hope that it will be useful,\n - but WITHOUT ANY WARRANTY; without even the implied warranty of\n - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n - GNU Affero General Public License for more details.\n -\n - You should have received a copy of the GNU Affero General Public License\n - along with this program. If not, see <http://www.gnu.org/licenses/>.\n -->\n\n<template>\n\t<form method=\"post\"\n\t\tname=\"login\"\n\t\t:action=\"OC.generateUrl('login')\"\n\t\t@submit=\"submit\">\n\t\t<fieldset>\n\t\t\t<div v-if=\"apacheAuthFailed\"\n\t\t\t\tclass=\"warning\">\n\t\t\t\t{{ t('core', 'Server side authentication failed!') }}<br>\n\t\t\t\t<small>{{ t('core', 'Please contact your administrator.') }}\n\t\t\t\t</small>\n\t\t\t</div>\n\t\t\t<div v-for=\"(message, index) in messages\"\n\t\t\t\t:key=\"index\"\n\t\t\t\tclass=\"warning\">\n\t\t\t\t{{ message }}<br>\n\t\t\t</div>\n\t\t\t<div v-if=\"internalException\"\n\t\t\t\tclass=\"warning\">\n\t\t\t\t{{ t('core', 'An internal error occurred.') }}<br>\n\t\t\t\t<small>{{ t('core', 'Please try again or contact your administrator.') }}\n\t\t\t\t</small>\n\t\t\t</div>\n\t\t\t<div id=\"message\"\n\t\t\t\tclass=\"hidden\">\n\t\t\t\t<img class=\"float-spinner\"\n\t\t\t\t\talt=\"\"\n\t\t\t\t\t:src=\"OC.imagePath('core', 'loading-dark.gif')\">\n\t\t\t\t<span id=\"messageText\" />\n\t\t\t\t<!-- the following div ensures that the spinner is always inside the #message div -->\n\t\t\t\t<div style=\"clear: both;\" />\n\t\t\t</div>\n\t\t\t<p class=\"grouptop\"\n\t\t\t\t:class=\"{shake: invalidPassword}\">\n\t\t\t\t<input id=\"user\"\n\t\t\t\t\tref=\"user\"\n\t\t\t\t\tv-model=\"user\"\n\t\t\t\t\ttype=\"text\"\n\t\t\t\t\tname=\"user\"\n\t\t\t\t\t:autocomplete=\"autoCompleteAllowed ? 'on' : 'off'\"\n\t\t\t\t\t:placeholder=\"t('core', 'Username or email')\"\n\t\t\t\t\t:aria-label=\"t('core', 'Username or email')\"\n\t\t\t\t\trequired\n\t\t\t\t\t@change=\"updateUsername\">\n\t\t\t\t<label for=\"user\" class=\"infield\">{{ t('core', 'Username or\temail') }}</label>\n\t\t\t</p>\n\n\t\t\t<p class=\"groupbottom\"\n\t\t\t\t:class=\"{shake: invalidPassword}\">\n\t\t\t\t<input id=\"password\"\n\t\t\t\t\tref=\"password\"\n\t\t\t\t\t:type=\"passwordInputType\"\n\t\t\t\t\tclass=\"password-with-toggle\"\n\t\t\t\t\tname=\"password\"\n\t\t\t\t\t:autocomplete=\"autoCompleteAllowed ? 'on' : 'off'\"\n\t\t\t\t\t:placeholder=\"t('core', 'Password')\"\n\t\t\t\t\t:aria-label=\"t('core', 'Password')\"\n\t\t\t\t\trequired>\n\t\t\t\t<label for=\"password\"\n\t\t\t\t\tclass=\"infield\">{{ t('Password') }}</label>\n\t\t\t\t<a href=\"#\" class=\"toggle-password\" @click.stop.prevent=\"togglePassword\">\n\t\t\t\t\t<img :src=\"OC.imagePath('core', 'actions/toggle.svg')\">\n\t\t\t\t</a>\n\t\t\t</p>\n\n\t\t\t<div id=\"submit-wrapper\">\n\t\t\t\t<input id=\"submit-form\"\n\t\t\t\t\ttype=\"submit\"\n\t\t\t\t\tclass=\"login primary\"\n\t\t\t\t\ttitle=\"\"\n\t\t\t\t\t:value=\"!loading ? t('core', 'Log in') : t('core', 'Logging in …')\">\n\t\t\t\t<div class=\"submit-icon\"\n\t\t\t\t\t:class=\"{\n\t\t\t\t\t\t'icon-confirm-white': !loading,\n\t\t\t\t\t\t'icon-loading-small': loading && invertedColors,\n\t\t\t\t\t\t'icon-loading-small-dark': loading && !invertedColors,\n\t\t\t\t\t}\" />\n\t\t\t</div>\n\n\t\t\t<p v-if=\"invalidPassword\"\n\t\t\t\tclass=\"warning wrongPasswordMsg\">\n\t\t\t\t{{ t('core', 'Wrong username or password.') }}\n\t\t\t</p>\n\t\t\t<p v-else-if=\"userDisabled\"\n\t\t\t\tclass=\"warning userDisabledMsg\">\n\t\t\t\t{{ t('lib', 'User disabled') }}\n\t\t\t</p>\n\n\t\t\t<p v-if=\"throttleDelay && throttleDelay > 5000\"\n\t\t\t\tclass=\"warning throttledMsg\">\n\t\t\t\t{{ t('core', 'We have detected multiple invalid login attempts from your IP. Therefore your next login is throttled up to 30 seconds.') }}\n\t\t\t</p>\n\n\t\t\t<input v-if=\"redirectUrl\"\n\t\t\t\ttype=\"hidden\"\n\t\t\t\tname=\"redirect_url\"\n\t\t\t\t:value=\"redirectUrl\">\n\t\t\t<input type=\"hidden\"\n\t\t\t\tname=\"timezone\"\n\t\t\t\t:value=\"timezone\">\n\t\t\t<input type=\"hidden\"\n\t\t\t\tname=\"timezone_offset\"\n\t\t\t\t:value=\"timezoneOffset\">\n\t\t\t<input type=\"hidden\"\n\t\t\t\tname=\"requesttoken\"\n\t\t\t\t:value=\"OC.requestToken\">\n\t\t\t<input v-if=\"directLogin\"\n\t\t\t\ttype=\"hidden\"\n\t\t\t\tname=\"direct\"\n\t\t\t\tvalue=\"1\">\n\t\t</fieldset>\n\t</form>\n</template>\n\n<script>\nimport jstz from 'jstimezonedetect'\n\nexport default {\n\tname: 'LoginForm',\n\tprops: {\n\t\tusername: {\n\t\t\ttype: String,\n\t\t\tdefault: '',\n\t\t},\n\t\tredirectUrl: {\n\t\t\ttype: String,\n\t\t},\n\t\terrors: {\n\t\t\ttype: Array,\n\t\t\tdefault: () => [],\n\t\t},\n\t\tmessages: {\n\t\t\ttype: Array,\n\t\t\tdefault: () => [],\n\t\t},\n\t\tthrottleDelay: {\n\t\t\ttype: Number,\n\t\t},\n\t\tinvertedColors: {\n\t\t\ttype: Boolean,\n\t\t\tdefault: false,\n\t\t},\n\t\tautoCompleteAllowed: {\n\t\t\ttype: Boolean,\n\t\t\tdefault: true,\n\t\t},\n\t\tdirectLogin: {\n\t\t\ttype: Boolean,\n\t\t\tdefault: false,\n\t\t},\n\t},\n\tdata() {\n\t\treturn {\n\t\t\tloading: false,\n\t\t\ttimezone: jstz.determine().name(),\n\t\t\ttimezoneOffset: (-new Date().getTimezoneOffset() / 60),\n\t\t\tuser: this.username,\n\t\t\tpassword: '',\n\t\t\tpasswordInputType: 'password',\n\t\t}\n\t},\n\tcomputed: {\n\t\tapacheAuthFailed() {\n\t\t\treturn this.errors.indexOf('apacheAuthFailed') !== -1\n\t\t},\n\t\tinternalException() {\n\t\t\treturn this.errors.indexOf('internalexception') !== -1\n\t\t},\n\t\tinvalidPassword() {\n\t\t\treturn this.errors.indexOf('invalidpassword') !== -1\n\t\t},\n\t\tuserDisabled() {\n\t\t\treturn this.errors.indexOf('userdisabled') !== -1\n\t\t},\n\t},\n\tmounted() {\n\t\tif (this.username === '') {\n\t\t\tthis.$refs.user.focus()\n\t\t} else {\n\t\t\tthis.$refs.password.focus()\n\t\t}\n\t},\n\tmethods: {\n\t\ttogglePassword() {\n\t\t\tif (this.passwordInputType === 'password') {\n\t\t\t\tthis.passwordInputType = 'text'\n\t\t\t} else {\n\t\t\t\tthis.passwordInputType = 'password'\n\t\t\t}\n\t\t},\n\t\tupdateUsername() {\n\t\t\tthis.$emit('update:username', this.user)\n\t\t},\n\t\tsubmit() {\n\t\t\tthis.loading = true\n\t\t\tthis.$emit('submit')\n\t\t},\n\t},\n}\n</script>\n\n<style scoped>\n\n</style>\n","import { render, staticRenderFns } from \"./LoginForm.vue?vue&type=template&id=2db7cf2a&scoped=true&\"\nimport script from \"./LoginForm.vue?vue&type=script&lang=js&\"\nexport * from \"./LoginForm.vue?vue&type=script&lang=js&\"\n\n\n/* normalize component */\nimport normalizer from \"!../../../../node_modules/vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n \"2db7cf2a\",\n null\n \n)\n\nexport default component.exports","var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('form',{attrs:{\"method\":\"post\",\"name\":\"login\",\"action\":_vm.OC.generateUrl('login')},on:{\"submit\":_vm.submit}},[_c('fieldset',[(_vm.apacheAuthFailed)?_c('div',{staticClass:\"warning\"},[_vm._v(\"\\n\\t\\t\\t\"+_vm._s(_vm.t('core', 'Server side authentication failed!'))),_c('br'),_vm._v(\" \"),_c('small',[_vm._v(_vm._s(_vm.t('core', 'Please contact your administrator.'))+\"\\n\\t\\t\\t\")])]):_vm._e(),_vm._v(\" \"),_vm._l((_vm.messages),function(message,index){return _c('div',{key:index,staticClass:\"warning\"},[_vm._v(\"\\n\\t\\t\\t\"+_vm._s(message)),_c('br')])}),_vm._v(\" \"),(_vm.internalException)?_c('div',{staticClass:\"warning\"},[_vm._v(\"\\n\\t\\t\\t\"+_vm._s(_vm.t('core', 'An internal error occurred.'))),_c('br'),_vm._v(\" \"),_c('small',[_vm._v(_vm._s(_vm.t('core', 'Please try again or contact your administrator.'))+\"\\n\\t\\t\\t\")])]):_vm._e(),_vm._v(\" \"),_c('div',{staticClass:\"hidden\",attrs:{\"id\":\"message\"}},[_c('img',{staticClass:\"float-spinner\",attrs:{\"alt\":\"\",\"src\":_vm.OC.imagePath('core', 'loading-dark.gif')}}),_vm._v(\" \"),_c('span',{attrs:{\"id\":\"messageText\"}}),_vm._v(\" \"),_c('div',{staticStyle:{\"clear\":\"both\"}})]),_vm._v(\" \"),_c('p',{staticClass:\"grouptop\",class:{shake: _vm.invalidPassword}},[_c('input',{directives:[{name:\"model\",rawName:\"v-model\",value:(_vm.user),expression:\"user\"}],ref:\"user\",attrs:{\"id\":\"user\",\"type\":\"text\",\"name\":\"user\",\"autocomplete\":_vm.autoCompleteAllowed ? 'on' : 'off',\"placeholder\":_vm.t('core', 'Username or email'),\"aria-label\":_vm.t('core', 'Username or email'),\"required\":\"\"},domProps:{\"value\":(_vm.user)},on:{\"change\":_vm.updateUsername,\"input\":function($event){if($event.target.composing){ return; }_vm.user=$event.target.value}}}),_vm._v(\" \"),_c('label',{staticClass:\"infield\",attrs:{\"for\":\"user\"}},[_vm._v(_vm._s(_vm.t('core', 'Username or\temail')))])]),_vm._v(\" \"),_c('p',{staticClass:\"groupbottom\",class:{shake: _vm.invalidPassword}},[_c('input',{ref:\"password\",staticClass:\"password-with-toggle\",attrs:{\"id\":\"password\",\"type\":_vm.passwordInputType,\"name\":\"password\",\"autocomplete\":_vm.autoCompleteAllowed ? 'on' : 'off',\"placeholder\":_vm.t('core', 'Password'),\"aria-label\":_vm.t('core', 'Password'),\"required\":\"\"}}),_vm._v(\" \"),_c('label',{staticClass:\"infield\",attrs:{\"for\":\"password\"}},[_vm._v(_vm._s(_vm.t('Password')))]),_vm._v(\" \"),_c('a',{staticClass:\"toggle-password\",attrs:{\"href\":\"#\"},on:{\"click\":function($event){$event.stopPropagation();$event.preventDefault();return _vm.togglePassword($event)}}},[_c('img',{attrs:{\"src\":_vm.OC.imagePath('core', 'actions/toggle.svg')}})])]),_vm._v(\" \"),_c('div',{attrs:{\"id\":\"submit-wrapper\"}},[_c('input',{staticClass:\"login primary\",attrs:{\"id\":\"submit-form\",\"type\":\"submit\",\"title\":\"\"},domProps:{\"value\":!_vm.loading ? _vm.t('core', 'Log in') : _vm.t('core', 'Logging in …')}}),_vm._v(\" \"),_c('div',{staticClass:\"submit-icon\",class:{\n\t\t\t\t\t'icon-confirm-white': !_vm.loading,\n\t\t\t\t\t'icon-loading-small': _vm.loading && _vm.invertedColors,\n\t\t\t\t\t'icon-loading-small-dark': _vm.loading && !_vm.invertedColors,\n\t\t\t\t}})]),_vm._v(\" \"),(_vm.invalidPassword)?_c('p',{staticClass:\"warning wrongPasswordMsg\"},[_vm._v(\"\\n\\t\\t\\t\"+_vm._s(_vm.t('core', 'Wrong username or password.'))+\"\\n\\t\\t\")]):(_vm.userDisabled)?_c('p',{staticClass:\"warning userDisabledMsg\"},[_vm._v(\"\\n\\t\\t\\t\"+_vm._s(_vm.t('lib', 'User disabled'))+\"\\n\\t\\t\")]):_vm._e(),_vm._v(\" \"),(_vm.throttleDelay && _vm.throttleDelay > 5000)?_c('p',{staticClass:\"warning throttledMsg\"},[_vm._v(\"\\n\\t\\t\\t\"+_vm._s(_vm.t('core', 'We have detected multiple invalid login attempts from your IP. Therefore your next login is throttled up to 30 seconds.'))+\"\\n\\t\\t\")]):_vm._e(),_vm._v(\" \"),(_vm.redirectUrl)?_c('input',{attrs:{\"type\":\"hidden\",\"name\":\"redirect_url\"},domProps:{\"value\":_vm.redirectUrl}}):_vm._e(),_vm._v(\" \"),_c('input',{attrs:{\"type\":\"hidden\",\"name\":\"timezone\"},domProps:{\"value\":_vm.timezone}}),_vm._v(\" \"),_c('input',{attrs:{\"type\":\"hidden\",\"name\":\"timezone_offset\"},domProps:{\"value\":_vm.timezoneOffset}}),_vm._v(\" \"),_c('input',{attrs:{\"type\":\"hidden\",\"name\":\"requesttoken\"},domProps:{\"value\":_vm.OC.requestToken}}),_vm._v(\" \"),(_vm.directLogin)?_c('input',{attrs:{\"type\":\"hidden\",\"name\":\"direct\",\"value\":\"1\"}}):_vm._e()],2)])}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","import mod from \"-!../../../../node_modules/babel-loader/lib/index.js!../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./ResetPassword.vue?vue&type=script&lang=js&\"; export default mod; export * from \"-!../../../../node_modules/babel-loader/lib/index.js!../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./ResetPassword.vue?vue&type=script&lang=js&\"","<!--\n - @copyright 2019 Christoph Wurst <christoph@winzerhof-wurst.at>\n -\n - @author 2019 Christoph Wurst <christoph@winzerhof-wurst.at>\n -\n - @license GNU AGPL version 3 or any later version\n -\n - This program is free software: you can redistribute it and/or modify\n - it under the terms of the GNU Affero General Public License as\n - published by the Free Software Foundation, either version 3 of the\n - License, or (at your option) any later version.\n -\n - This program is distributed in the hope that it will be useful,\n - but WITHOUT ANY WARRANTY; without even the implied warranty of\n - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n - GNU Affero General Public License for more details.\n -\n - You should have received a copy of the GNU Affero General Public License\n - along with this program. If not, see <http://www.gnu.org/licenses/>.\n -->\n\n<template>\n\t<form @submit.prevent=\"submit\">\n\t\t<p>\n\t\t\t<input id=\"user\"\n\t\t\t\tv-model=\"user\"\n\t\t\t\ttype=\"text\"\n\t\t\t\tname=\"user\"\n\t\t\t\t:placeholder=\"t('core', 'Username or email')\"\n\t\t\t\t:aria-label=\"t('core', 'Username or email')\"\n\t\t\t\trequired\n\t\t\t\t@change=\"updateUsername\">\n\t\t\t<!--<?php p($_['user_autofocus'] ? 'autofocus' : ''); ?>\n\t\t\tautocomplete=\"<?php p($_['login_form_autocomplete']); ?>\" autocapitalize=\"none\" autocorrect=\"off\"-->\n\t\t\t<label for=\"user\" class=\"infield\">{{ t('core', 'Username or email') }}</label>\n\t\t</p>\n\t\t<div id=\"reset-password-wrapper\">\n\t\t\t<input id=\"reset-password-submit\"\n\t\t\t\ttype=\"submit\"\n\t\t\t\tclass=\"login primary\"\n\t\t\t\ttitle=\"\"\n\t\t\t\t:value=\"t('core', 'Reset password')\">\n\t\t\t<div class=\"submit-icon\"\n\t\t\t\t:class=\"{\n\t\t\t\t\t'icon-confirm-white': !loading,\n\t\t\t\t\t'icon-loading-small': loading && invertedColors,\n\t\t\t\t\t'icon-loading-small-dark': loading && !invertedColors,\n\t\t\t\t}\" />\n\t\t</div>\n\t\t<p v-if=\"message === 'send-success'\"\n\t\t\tclass=\"update\">\n\t\t\t{{ t('core', 'A password reset message has been sent to the e-mail address of this account. If you do not receive it, check your spam/junk folders or ask your local administrator for help.') }}\n\t\t\t<br>\n\t\t\t{{ t('core', 'If it is not there ask your local administrator.') }}\n\t\t</p>\n\t\t<p v-else-if=\"message === 'send-error'\"\n\t\t\tclass=\"update warning\">\n\t\t\t{{ t('core', 'Couldn\\'t send reset email. Please contact your administrator.') }}\n\t\t</p>\n\t\t<p v-else-if=\"message === 'reset-error'\"\n\t\t\tclass=\"update warning\">\n\t\t\t{{ t('core', 'Password can not be changed. Please contact your administrator.') }}\n\t\t</p>\n\t\t<p v-else-if=\"message\"\n\t\t\tclass=\"update\"\n\t\t\t:class=\"{warning: error}\" />\n\n\t\t<a href=\"#\"\n\t\t\t@click.prevent=\"$emit('abort')\">\n\t\t\t{{ t('core', 'Back to login') }}\n\t\t</a>\n\t</form>\n</template>\n\n<script>\nimport axios from '@nextcloud/axios'\n\nimport { generateUrl } from '../../OC/routing'\n\nexport default {\n\tname: 'ResetPassword',\n\tprops: {\n\t\tusername: {\n\t\t\ttype: String,\n\t\t\trequired: true,\n\t\t},\n\t\tresetPasswordLink: {\n\t\t\ttype: String,\n\t\t\trequired: true,\n\t\t},\n\t\tinvertedColors: {\n\t\t\ttype: Boolean,\n\t\t\tdefault: false,\n\t\t},\n\t},\n\tdata() {\n\t\treturn {\n\t\t\terror: false,\n\t\t\tloading: false,\n\t\t\tmessage: undefined,\n\t\t\tuser: this.username,\n\t\t}\n\t},\n\twatch: {\n\t\tusername(value) {\n\t\t\tthis.user = value\n\t\t},\n\t},\n\tmethods: {\n\t\tupdateUsername() {\n\t\t\tthis.$emit('update:username', this.user)\n\t\t},\n\t\tsubmit() {\n\t\t\tthis.loading = true\n\t\t\tthis.error = false\n\t\t\tthis.message = ''\n\t\t\tconst url = generateUrl('/lostpassword/email')\n\n\t\t\tconst data = {\n\t\t\t\tuser: this.user,\n\t\t\t}\n\n\t\t\treturn axios.post(url, data)\n\t\t\t\t.then(resp => resp.data)\n\t\t\t\t.then(data => {\n\t\t\t\t\tif (data.status !== 'success') {\n\t\t\t\t\t\tthrow new Error(`got status ${data.status}`)\n\t\t\t\t\t}\n\n\t\t\t\t\tthis.message = 'send-success'\n\t\t\t\t})\n\t\t\t\t.catch(e => {\n\t\t\t\t\tconsole.error('could not send reset e-mail request', e)\n\n\t\t\t\t\tthis.error = true\n\t\t\t\t\tthis.message = 'send-error'\n\t\t\t\t})\n\t\t\t\t.then(() => { this.loading = false })\n\t\t},\n\t},\n}\n</script>\n\n<style scoped>\n\t.update {\n\t\twidth: auto;\n\t}\n</style>\n","import { render, staticRenderFns } from \"./ResetPassword.vue?vue&type=template&id=226b878d&scoped=true&\"\nimport script from \"./ResetPassword.vue?vue&type=script&lang=js&\"\nexport * from \"./ResetPassword.vue?vue&type=script&lang=js&\"\nimport style0 from \"./ResetPassword.vue?vue&type=style&index=0&id=226b878d&scoped=true&lang=css&\"\n\n\n/* normalize component */\nimport normalizer from \"!../../../../node_modules/vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n \"226b878d\",\n null\n \n)\n\nexport default component.exports","var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('form',{on:{\"submit\":function($event){$event.preventDefault();return _vm.submit($event)}}},[_c('p',[_c('input',{directives:[{name:\"model\",rawName:\"v-model\",value:(_vm.user),expression:\"user\"}],attrs:{\"id\":\"user\",\"type\":\"text\",\"name\":\"user\",\"placeholder\":_vm.t('core', 'Username or email'),\"aria-label\":_vm.t('core', 'Username or email'),\"required\":\"\"},domProps:{\"value\":(_vm.user)},on:{\"change\":_vm.updateUsername,\"input\":function($event){if($event.target.composing){ return; }_vm.user=$event.target.value}}}),_vm._v(\" \"),_c('label',{staticClass:\"infield\",attrs:{\"for\":\"user\"}},[_vm._v(_vm._s(_vm.t('core', 'Username or email')))])]),_vm._v(\" \"),_c('div',{attrs:{\"id\":\"reset-password-wrapper\"}},[_c('input',{staticClass:\"login primary\",attrs:{\"id\":\"reset-password-submit\",\"type\":\"submit\",\"title\":\"\"},domProps:{\"value\":_vm.t('core', 'Reset password')}}),_vm._v(\" \"),_c('div',{staticClass:\"submit-icon\",class:{\n\t\t\t\t'icon-confirm-white': !_vm.loading,\n\t\t\t\t'icon-loading-small': _vm.loading && _vm.invertedColors,\n\t\t\t\t'icon-loading-small-dark': _vm.loading && !_vm.invertedColors,\n\t\t\t}})]),_vm._v(\" \"),(_vm.message === 'send-success')?_c('p',{staticClass:\"update\"},[_vm._v(\"\\n\\t\\t\"+_vm._s(_vm.t('core', 'A password reset message has been sent to the e-mail address of this account. If you do not receive it, check your spam/junk folders or ask your local administrator for help.'))+\"\\n\\t\\t\"),_c('br'),_vm._v(\"\\n\\t\\t\"+_vm._s(_vm.t('core', 'If it is not there ask your local administrator.'))+\"\\n\\t\")]):(_vm.message === 'send-error')?_c('p',{staticClass:\"update warning\"},[_vm._v(\"\\n\\t\\t\"+_vm._s(_vm.t('core', 'Couldn\\'t send reset email. Please contact your administrator.'))+\"\\n\\t\")]):(_vm.message === 'reset-error')?_c('p',{staticClass:\"update warning\"},[_vm._v(\"\\n\\t\\t\"+_vm._s(_vm.t('core', 'Password can not be changed. Please contact your administrator.'))+\"\\n\\t\")]):(_vm.message)?_c('p',{staticClass:\"update\",class:{warning: _vm.error}}):_vm._e(),_vm._v(\" \"),_c('a',{attrs:{\"href\":\"#\"},on:{\"click\":function($event){$event.preventDefault();return _vm.$emit('abort')}}},[_vm._v(\"\\n\\t\\t\"+_vm._s(_vm.t('core', 'Back to login'))+\"\\n\\t\")])])}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","<!--\n - @copyright Copyright (c) 2019 Julius Härtl <jus@bitgrid.net>\n -\n - @author Julius Härtl <jus@bitgrid.net>\n -\n - @license GNU AGPL version 3 or any later version\n -\n - This program is free software: you can redistribute it and/or modify\n - it under the terms of the GNU Affero General Public License as\n - published by the Free Software Foundation, either version 3 of the\n - License, or (at your option) any later version.\n -\n - This program is distributed in the hope that it will be useful,\n - but WITHOUT ANY WARRANTY; without even the implied warranty of\n - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n - GNU Affero General Public License for more details.\n -\n - You should have received a copy of the GNU Affero General Public License\n - along with this program. If not, see <http://www.gnu.org/licenses/>.\n -\n -->\n\n<template>\n\t<form @submit.prevent=\"submit\">\n\t\t<fieldset>\n\t\t\t<p>\n\t\t\t\t<label for=\"password\" class=\"infield\">{{ t('core', 'New password') }}</label>\n\t\t\t\t<input id=\"password\"\n\t\t\t\t\tv-model=\"password\"\n\t\t\t\t\ttype=\"password\"\n\t\t\t\t\tname=\"password\"\n\t\t\t\t\trequired\n\t\t\t\t\t:placeholder=\"t('core', 'New password')\">\n\t\t\t</p>\n\n\t\t\t<div v-if=\"encrypted\" class=\"update\">\n\t\t\t\t<p>\n\t\t\t\t\t{{ t('core', 'Your files are encrypted. There will be no way to get your data back after your password is reset. If you are not sure what to do, please contact your administrator before you continue. Do you really want to continue?') }}\n\t\t\t\t</p>\n\t\t\t\t<input id=\"encrypted-continue\"\n\t\t\t\t\tv-model=\"proceed\"\n\t\t\t\t\ttype=\"checkbox\"\n\t\t\t\t\tclass=\"checkbox\">\n\t\t\t\t<label for=\"encrypted-continue\">\n\t\t\t\t\t{{ t('core', 'I know what I\\'m doing') }}\n\t\t\t\t</label>\n\t\t\t</div>\n\n\t\t\t<div id=\"submit-wrapper\">\n\t\t\t\t<input id=\"submit\"\n\t\t\t\t\ttype=\"submit\"\n\t\t\t\t\tclass=\"login primary\"\n\t\t\t\t\ttitle=\"\"\n\t\t\t\t\t:value=\"!loading ? t('core', 'Reset password') : t('core', 'Resetting password')\">\n\t\t\t\t<div class=\"submit-icon\"\n\t\t\t\t\t:class=\"{\n\t\t\t\t\t\t'icon-loading-small': loading && invertedColors,\n\t\t\t\t\t\t'icon-loading-small-dark': loading && !invertedColors\n\t\t\t\t\t}\" />\n\t\t\t</div>\n\n\t\t\t<p v-if=\"error && message\" :class=\"{warning: error}\">\n\t\t\t\t{{ message }}\n\t\t\t</p>\n\t\t</fieldset>\n\t</form>\n</template>\n\n<script>\nimport Axios from '@nextcloud/axios'\n\nexport default {\n\tname: 'UpdatePassword',\n\tprops: {\n\t\tusername: {\n\t\t\ttype: String,\n\t\t\trequired: true,\n\t\t},\n\t\tresetPasswordTarget: {\n\t\t\ttype: String,\n\t\t\trequired: true,\n\t\t},\n\t\tinvertedColors: {\n\t\t\ttype: Boolean,\n\t\t\tdefault: false,\n\t\t},\n\t},\n\tdata() {\n\t\treturn {\n\t\t\terror: false,\n\t\t\tloading: false,\n\t\t\tmessage: undefined,\n\t\t\tuser: this.username,\n\t\t\tpassword: '',\n\t\t\tencrypted: false,\n\t\t\tproceed: false,\n\t\t}\n\t},\n\twatch: {\n\t\tusername(value) {\n\t\t\tthis.user = value\n\t\t},\n\t},\n\tmethods: {\n\t\tasync submit() {\n\t\t\tthis.loading = true\n\t\t\tthis.error = false\n\t\t\tthis.message = ''\n\n\t\t\ttry {\n\t\t\t\tconst { data } = await Axios.post(this.resetPasswordTarget, {\n\t\t\t\t\tpassword: this.password,\n\t\t\t\t\tproceed: this.proceed,\n\t\t\t\t})\n\t\t\t\tif (data && data.status === 'success') {\n\t\t\t\t\tthis.message = 'send-success'\n\t\t\t\t\tthis.$emit('update:username', this.user)\n\t\t\t\t\tthis.$emit('done')\n\t\t\t\t} else if (data && data.encryption) {\n\t\t\t\t\tthis.encrypted = true\n\t\t\t\t} else if (data && data.msg) {\n\t\t\t\t\tthrow new Error(data.msg)\n\t\t\t\t} else {\n\t\t\t\t\tthrow new Error()\n\t\t\t\t}\n\t\t\t} catch (e) {\n\t\t\t\tthis.error = true\n\t\t\t\tthis.message = e.message ? e.message : t('core', 'Password can not be changed. Please contact your administrator.')\n\t\t\t} finally {\n\t\t\t\tthis.loading = false\n\t\t\t}\n\t\t},\n\t},\n}\n</script>\n\n<style scoped>\n\tfieldset {\n\t\ttext-align: center;\n\t}\n\n\tinput[type=submit] {\n\t\tmargin-top: 20px;\n\t}\n</style>\n","import mod from \"-!../../../../node_modules/babel-loader/lib/index.js!../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./UpdatePassword.vue?vue&type=script&lang=js&\"; export default mod; export * from \"-!../../../../node_modules/babel-loader/lib/index.js!../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./UpdatePassword.vue?vue&type=script&lang=js&\"","import mod from \"-!../../../node_modules/babel-loader/lib/index.js!../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./Login.vue?vue&type=script&lang=js&\"; export default mod; export * from \"-!../../../node_modules/babel-loader/lib/index.js!../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./Login.vue?vue&type=script&lang=js&\"","<!--\n - @copyright 2019 Christoph Wurst <christoph@winzerhof-wurst.at>\n -\n - @author 2019 Christoph Wurst <christoph@winzerhof-wurst.at>\n -\n - @license GNU AGPL version 3 or any later version\n -\n - This program is free software: you can redistribute it and/or modify\n - it under the terms of the GNU Affero General Public License as\n - published by the Free Software Foundation, either version 3 of the\n - License, or (at your option) any later version.\n -\n - This program is distributed in the hope that it will be useful,\n - but WITHOUT ANY WARRANTY; without even the implied warranty of\n - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n - GNU Affero General Public License for more details.\n -\n - You should have received a copy of the GNU Affero General Public License\n - along with this program. If not, see <http://www.gnu.org/licenses/>.\n -->\n\n<template>\n\t<div>\n\t\t<transition name=\"fade\" mode=\"out-in\">\n\t\t\t<div v-if=\"!resetPassword && resetPasswordTarget === ''\"\n\t\t\t\tkey=\"login\">\n\t\t\t\t<LoginForm\n\t\t\t\t\t:username.sync=\"user\"\n\t\t\t\t\t:redirect-url=\"redirectUrl\"\n\t\t\t\t\t:direct-login=\"directLogin\"\n\t\t\t\t\t:messages=\"messages\"\n\t\t\t\t\t:errors=\"errors\"\n\t\t\t\t\t:throttle-delay=\"throttleDelay\"\n\t\t\t\t\t:inverted-colors=\"invertedColors\"\n\t\t\t\t\t:auto-complete-allowed=\"autoCompleteAllowed\"\n\t\t\t\t\t@submit=\"loading = true\" />\n\t\t\t\t<a v-if=\"canResetPassword && resetPasswordLink !== ''\"\n\t\t\t\t\tid=\"lost-password\"\n\t\t\t\t\t:href=\"resetPasswordLink\">\n\t\t\t\t\t{{ t('core', 'Forgot password?') }}\n\t\t\t\t</a>\n\t\t\t\t<a v-else-if=\"canResetPassword && !resetPassword\"\n\t\t\t\t\tid=\"lost-password\"\n\t\t\t\t\t:href=\"resetPasswordLink\"\n\t\t\t\t\t@click.prevent=\"resetPassword = true\">\n\t\t\t\t\t{{ t('core', 'Forgot password?') }}\n\t\t\t\t</a>\n\t\t\t</div>\n\t\t\t<div v-else-if=\"!loading && canResetPassword\"\n\t\t\t\tkey=\"reset\"\n\t\t\t\tclass=\"login-additional\">\n\t\t\t\t<div class=\"lost-password-container\">\n\t\t\t\t\t<ResetPassword v-if=\"resetPassword\"\n\t\t\t\t\t\t:username.sync=\"user\"\n\t\t\t\t\t\t:reset-password-link=\"resetPasswordLink\"\n\t\t\t\t\t\t:inverted-colors=\"invertedColors\"\n\t\t\t\t\t\t@abort=\"resetPassword = false\" />\n\t\t\t\t</div>\n\t\t\t</div>\n\t\t\t<div v-else-if=\"resetPasswordTarget !== ''\">\n\t\t\t\t<UpdatePassword :username.sync=\"user\"\n\t\t\t\t\t:reset-password-target=\"resetPasswordTarget\"\n\t\t\t\t\t:inverted-colors=\"invertedColors\"\n\t\t\t\t\t@done=\"passwordResetFinished\" />\n\t\t\t</div>\n\t\t</transition>\n\t</div>\n</template>\n\n<script>\nimport LoginForm from '../components/login/LoginForm.vue'\nimport ResetPassword from '../components/login/ResetPassword.vue'\nimport UpdatePassword from '../components/login/UpdatePassword.vue'\n\nexport default {\n\tname: 'Login',\n\tcomponents: {\n\t\tLoginForm,\n\t\tResetPassword,\n\t\tUpdatePassword,\n\t},\n\tprops: {\n\t\tusername: {\n\t\t\ttype: String,\n\t\t\tdefault: '',\n\t\t},\n\t\tredirectUrl: {\n\t\t\ttype: String,\n\t\t},\n\t\terrors: {\n\t\t\ttype: Array,\n\t\t\tdefault: () => [],\n\t\t},\n\t\tmessages: {\n\t\t\ttype: Array,\n\t\t\tdefault: () => [],\n\t\t},\n\t\tthrottleDelay: {\n\t\t\ttype: Number,\n\t\t},\n\t\tcanResetPassword: {\n\t\t\ttype: Boolean,\n\t\t\tdefault: false,\n\t\t},\n\t\tresetPasswordLink: {\n\t\t\ttype: String,\n\t\t},\n\t\tresetPasswordTarget: {\n\t\t\ttype: String,\n\t\t},\n\t\tinvertedColors: {\n\t\t\ttype: Boolean,\n\t\t\tdefault: false,\n\t\t},\n\t\tautoCompleteAllowed: {\n\t\t\ttype: Boolean,\n\t\t\tdefault: true,\n\t\t},\n\t\tdirectLogin: {\n\t\t\ttype: Boolean,\n\t\t\tdefault: false,\n\t\t},\n\t},\n\tdata() {\n\t\treturn {\n\t\t\tloading: false,\n\t\t\tuser: this.username,\n\t\t\tresetPassword: false,\n\t\t}\n\t},\n\tmethods: {\n\t\tpasswordResetFinished() {\n\t\t\tthis.resetPasswordTarget = ''\n\t\t\tthis.directLogin = true\n\t\t},\n\t},\n}\n</script>\n\n<style>\n\t.fade-enter-active, .fade-leave-active {\n\t\ttransition: opacity .3s;\n\t}\n\t.fade-enter, .fade-leave-to /* .fade-leave-active below version 2.1.8 */ {\n\t\topacity: 0;\n\t}\n</style>\n","import { render, staticRenderFns } from \"./UpdatePassword.vue?vue&type=template&id=69af6aa5&scoped=true&\"\nimport script from \"./UpdatePassword.vue?vue&type=script&lang=js&\"\nexport * from \"./UpdatePassword.vue?vue&type=script&lang=js&\"\nimport style0 from \"./UpdatePassword.vue?vue&type=style&index=0&id=69af6aa5&scoped=true&lang=css&\"\n\n\n/* normalize component */\nimport normalizer from \"!../../../../node_modules/vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n \"69af6aa5\",\n null\n \n)\n\nexport default component.exports","var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('form',{on:{\"submit\":function($event){$event.preventDefault();return _vm.submit($event)}}},[_c('fieldset',[_c('p',[_c('label',{staticClass:\"infield\",attrs:{\"for\":\"password\"}},[_vm._v(_vm._s(_vm.t('core', 'New password')))]),_vm._v(\" \"),_c('input',{directives:[{name:\"model\",rawName:\"v-model\",value:(_vm.password),expression:\"password\"}],attrs:{\"id\":\"password\",\"type\":\"password\",\"name\":\"password\",\"required\":\"\",\"placeholder\":_vm.t('core', 'New password')},domProps:{\"value\":(_vm.password)},on:{\"input\":function($event){if($event.target.composing){ return; }_vm.password=$event.target.value}}})]),_vm._v(\" \"),(_vm.encrypted)?_c('div',{staticClass:\"update\"},[_c('p',[_vm._v(\"\\n\\t\\t\\t\\t\"+_vm._s(_vm.t('core', 'Your files are encrypted. There will be no way to get your data back after your password is reset. If you are not sure what to do, please contact your administrator before you continue. Do you really want to continue?'))+\"\\n\\t\\t\\t\")]),_vm._v(\" \"),_c('input',{directives:[{name:\"model\",rawName:\"v-model\",value:(_vm.proceed),expression:\"proceed\"}],staticClass:\"checkbox\",attrs:{\"id\":\"encrypted-continue\",\"type\":\"checkbox\"},domProps:{\"checked\":Array.isArray(_vm.proceed)?_vm._i(_vm.proceed,null)>-1:(_vm.proceed)},on:{\"change\":function($event){var $$a=_vm.proceed,$$el=$event.target,$$c=$$el.checked?(true):(false);if(Array.isArray($$a)){var $$v=null,$$i=_vm._i($$a,$$v);if($$el.checked){$$i<0&&(_vm.proceed=$$a.concat([$$v]))}else{$$i>-1&&(_vm.proceed=$$a.slice(0,$$i).concat($$a.slice($$i+1)))}}else{_vm.proceed=$$c}}}}),_vm._v(\" \"),_c('label',{attrs:{\"for\":\"encrypted-continue\"}},[_vm._v(\"\\n\\t\\t\\t\\t\"+_vm._s(_vm.t('core', 'I know what I\\'m doing'))+\"\\n\\t\\t\\t\")])]):_vm._e(),_vm._v(\" \"),_c('div',{attrs:{\"id\":\"submit-wrapper\"}},[_c('input',{staticClass:\"login primary\",attrs:{\"id\":\"submit\",\"type\":\"submit\",\"title\":\"\"},domProps:{\"value\":!_vm.loading ? _vm.t('core', 'Reset password') : _vm.t('core', 'Resetting password')}}),_vm._v(\" \"),_c('div',{staticClass:\"submit-icon\",class:{\n\t\t\t\t\t'icon-loading-small': _vm.loading && _vm.invertedColors,\n\t\t\t\t\t'icon-loading-small-dark': _vm.loading && !_vm.invertedColors\n\t\t\t\t}})]),_vm._v(\" \"),(_vm.error && _vm.message)?_c('p',{class:{warning: _vm.error}},[_vm._v(\"\\n\\t\\t\\t\"+_vm._s(_vm.message)+\"\\n\\t\\t\")]):_vm._e()])])}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","import { render, staticRenderFns } from \"./Login.vue?vue&type=template&id=d88003cc&\"\nimport script from \"./Login.vue?vue&type=script&lang=js&\"\nexport * from \"./Login.vue?vue&type=script&lang=js&\"\nimport style0 from \"./Login.vue?vue&type=style&index=0&lang=css&\"\n\n\n/* normalize component */\nimport normalizer from \"!../../../node_modules/vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n null,\n null\n \n)\n\nexport default component.exports","var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',[_c('transition',{attrs:{\"name\":\"fade\",\"mode\":\"out-in\"}},[(!_vm.resetPassword && _vm.resetPasswordTarget === '')?_c('div',{key:\"login\"},[_c('LoginForm',{attrs:{\"username\":_vm.user,\"redirect-url\":_vm.redirectUrl,\"direct-login\":_vm.directLogin,\"messages\":_vm.messages,\"errors\":_vm.errors,\"throttle-delay\":_vm.throttleDelay,\"inverted-colors\":_vm.invertedColors,\"auto-complete-allowed\":_vm.autoCompleteAllowed},on:{\"update:username\":function($event){_vm.user=$event},\"submit\":function($event){_vm.loading = true}}}),_vm._v(\" \"),(_vm.canResetPassword && _vm.resetPasswordLink !== '')?_c('a',{attrs:{\"id\":\"lost-password\",\"href\":_vm.resetPasswordLink}},[_vm._v(\"\\n\\t\\t\\t\\t\"+_vm._s(_vm.t('core', 'Forgot password?'))+\"\\n\\t\\t\\t\")]):(_vm.canResetPassword && !_vm.resetPassword)?_c('a',{attrs:{\"id\":\"lost-password\",\"href\":_vm.resetPasswordLink},on:{\"click\":function($event){$event.preventDefault();_vm.resetPassword = true}}},[_vm._v(\"\\n\\t\\t\\t\\t\"+_vm._s(_vm.t('core', 'Forgot password?'))+\"\\n\\t\\t\\t\")]):_vm._e()],1):(!_vm.loading && _vm.canResetPassword)?_c('div',{key:\"reset\",staticClass:\"login-additional\"},[_c('div',{staticClass:\"lost-password-container\"},[(_vm.resetPassword)?_c('ResetPassword',{attrs:{\"username\":_vm.user,\"reset-password-link\":_vm.resetPasswordLink,\"inverted-colors\":_vm.invertedColors},on:{\"update:username\":function($event){_vm.user=$event},\"abort\":function($event){_vm.resetPassword = false}}}):_vm._e()],1)]):(_vm.resetPasswordTarget !== '')?_c('div',[_c('UpdatePassword',{attrs:{\"username\":_vm.user,\"reset-password-target\":_vm.resetPasswordTarget,\"inverted-colors\":_vm.invertedColors},on:{\"update:username\":function($event){_vm.user=$event},\"done\":_vm.passwordResetFinished}})],1):_vm._e()])],1)}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","/*\n * @copyright 2019 Christoph Wurst <christoph@winzerhof-wurst.at>\n *\n * @author 2019 Christoph Wurst <christoph@winzerhof-wurst.at>\n *\n * @license GNU AGPL version 3 or any later version\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see <http://www.gnu.org/licenses/>.\n */\n\nimport L10n from '../OC/l10n'\nimport OC from '../OC/index'\n\nexport default {\n\tdata() {\n\t\treturn {\n\t\t\tOC,\n\t\t}\n\t},\n\tmethods: {\n\t\tt: L10n.translate.bind(L10n),\n\t\tn: L10n.translatePlural.bind(L10n),\n\t},\n}\n","/*\n * @copyright 2019 Christoph Wurst <christoph@winzerhof-wurst.at>\n *\n * @author 2019 Christoph Wurst <christoph@winzerhof-wurst.at>\n *\n * @license GNU AGPL version 3 or any later version\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see <http://www.gnu.org/licenses/>.\n */\n\nimport { loadState } from '@nextcloud/initial-state'\nimport queryString from 'query-string'\nimport Vue from 'vue'\n\n// eslint-disable-next-line no-unused-vars\nimport OC from './OC/index' // TODO: Not needed but L10n breaks if removed\nimport LoginView from './views/Login.vue'\nimport Nextcloud from './mixins/Nextcloud'\n\nconst query = queryString.parse(location.search)\nif (query.clear === '1') {\n\ttry {\n\t\twindow.localStorage.clear()\n\t\twindow.sessionStorage.clear()\n\t\tconsole.debug('Browser storage cleared')\n\t} catch (e) {\n\t\tconsole.error('Could not clear browser storage', e)\n\t}\n}\n\nVue.mixin(Nextcloud)\n\nconst fromStateOr = (key, orValue) => {\n\ttry {\n\t\treturn loadState('core', key)\n\t} catch (e) {\n\t\treturn orValue\n\t}\n}\n\nconst View = Vue.extend(LoginView)\nnew View({\n\tpropsData: {\n\t\terrors: fromStateOr('loginErrors', []),\n\t\tmessages: fromStateOr('loginMessages', []),\n\t\tredirectUrl: fromStateOr('loginRedirectUrl', undefined),\n\t\tusername: fromStateOr('loginUsername', ''),\n\t\tthrottleDelay: fromStateOr('loginThrottleDelay', 0),\n\t\tinvertedColors: OCA.Theming && OCA.Theming.inverted,\n\t\tcanResetPassword: fromStateOr('loginCanResetPassword', false),\n\t\tresetPasswordLink: fromStateOr('loginResetPasswordLink', ''),\n\t\tautoCompleteAllowed: fromStateOr('loginAutocomplete', true),\n\t\tresetPasswordTarget: fromStateOr('resetPasswordTarget', ''),\n\t\tresetPasswordUser: fromStateOr('resetPasswordUser', ''),\n\t\tdirectLogin: query.direct === '1',\n\t},\n}).$mount('#login')\n"],"sourceRoot":""} \ No newline at end of file
+{"version":3,"sources":["webpack:///webpack/bootstrap","webpack:///./node_modules/jquery/dist/jquery.js","webpack:///./node_modules/underscore/modules/_setup.js","webpack:///./node_modules/moment/moment.js","webpack:///./node_modules/core-js/internals/export.js","webpack:///./node_modules/core-js/internals/fails.js","webpack:///./node_modules/core-js/internals/global.js","webpack:///./node_modules/underscore/modules/restArguments.js","webpack:///./node_modules/underscore/modules/isObject.js","webpack:///./node_modules/underscore/modules/isNull.js","webpack:///./node_modules/underscore/modules/isUndefined.js","webpack:///./node_modules/underscore/modules/isBoolean.js","webpack:///./node_modules/underscore/modules/isElement.js","webpack:///./node_modules/underscore/modules/_tagTester.js","webpack:///./node_modules/underscore/modules/isString.js","webpack:///./node_modules/underscore/modules/isNumber.js","webpack:///./node_modules/underscore/modules/isDate.js","webpack:///./node_modules/underscore/modules/isRegExp.js","webpack:///./node_modules/underscore/modules/isError.js","webpack:///./node_modules/underscore/modules/isSymbol.js","webpack:///./node_modules/underscore/modules/isArrayBuffer.js","webpack:///./node_modules/underscore/modules/isFunction.js","webpack:///./node_modules/underscore/modules/_hasObjectTag.js","webpack:///./node_modules/underscore/modules/_stringTagBug.js","webpack:///./node_modules/underscore/modules/isDataView.js","webpack:///./node_modules/underscore/modules/isArray.js","webpack:///./node_modules/underscore/modules/_has.js","webpack:///./node_modules/underscore/modules/isArguments.js","webpack:///./node_modules/underscore/modules/isFinite.js","webpack:///./node_modules/underscore/modules/isNaN.js","webpack:///./node_modules/underscore/modules/constant.js","webpack:///./node_modules/underscore/modules/_createSizePropertyCheck.js","webpack:///./node_modules/underscore/modules/_shallowProperty.js","webpack:///./node_modules/underscore/modules/_getByteLength.js","webpack:///./node_modules/underscore/modules/_isBufferLike.js","webpack:///./node_modules/underscore/modules/isTypedArray.js","webpack:///./node_modules/underscore/modules/_getLength.js","webpack:///./node_modules/underscore/modules/_collectNonEnumProps.js","webpack:///./node_modules/underscore/modules/keys.js","webpack:///./node_modules/underscore/modules/isEmpty.js","webpack:///./node_modules/underscore/modules/isMatch.js","webpack:///./node_modules/underscore/modules/underscore.js","webpack:///./node_modules/underscore/modules/_toBufferView.js","webpack:///./node_modules/underscore/modules/isEqual.js","webpack:///./node_modules/underscore/modules/allKeys.js","webpack:///./node_modules/underscore/modules/_methodFingerprint.js","webpack:///./node_modules/underscore/modules/isMap.js","webpack:///./node_modules/underscore/modules/isWeakMap.js","webpack:///./node_modules/underscore/modules/isSet.js","webpack:///./node_modules/underscore/modules/isWeakSet.js","webpack:///./node_modules/underscore/modules/values.js","webpack:///./node_modules/underscore/modules/pairs.js","webpack:///./node_modules/underscore/modules/invert.js","webpack:///./node_modules/underscore/modules/functions.js","webpack:///./node_modules/underscore/modules/_createAssigner.js","webpack:///./node_modules/underscore/modules/extend.js","webpack:///./node_modules/underscore/modules/extendOwn.js","webpack:///./node_modules/underscore/modules/defaults.js","webpack:///./node_modules/underscore/modules/_baseCreate.js","webpack:///./node_modules/underscore/modules/create.js","webpack:///./node_modules/underscore/modules/clone.js","webpack:///./node_modules/underscore/modules/tap.js","webpack:///./node_modules/underscore/modules/toPath.js","webpack:///./node_modules/underscore/modules/_toPath.js","webpack:///./node_modules/underscore/modules/_deepGet.js","webpack:///./node_modules/underscore/modules/get.js","webpack:///./node_modules/underscore/modules/has.js","webpack:///./node_modules/underscore/modules/identity.js","webpack:///./node_modules/underscore/modules/matcher.js","webpack:///./node_modules/underscore/modules/property.js","webpack:///./node_modules/underscore/modules/_optimizeCb.js","webpack:///./node_modules/underscore/modules/_baseIteratee.js","webpack:///./node_modules/underscore/modules/iteratee.js","webpack:///./node_modules/underscore/modules/_cb.js","webpack:///./node_modules/underscore/modules/mapObject.js","webpack:///./node_modules/underscore/modules/noop.js","webpack:///./node_modules/underscore/modules/propertyOf.js","webpack:///./node_modules/underscore/modules/times.js","webpack:///./node_modules/underscore/modules/random.js","webpack:///./node_modules/underscore/modules/now.js","webpack:///./node_modules/underscore/modules/_createEscaper.js","webpack:///./node_modules/underscore/modules/_escapeMap.js","webpack:///./node_modules/underscore/modules/escape.js","webpack:///./node_modules/underscore/modules/unescape.js","webpack:///./node_modules/underscore/modules/_unescapeMap.js","webpack:///./node_modules/underscore/modules/templateSettings.js","webpack:///./node_modules/underscore/modules/template.js","webpack:///./node_modules/underscore/modules/result.js","webpack:///./node_modules/underscore/modules/uniqueId.js","webpack:///./node_modules/underscore/modules/chain.js","webpack:///./node_modules/underscore/modules/_executeBound.js","webpack:///./node_modules/underscore/modules/partial.js","webpack:///./node_modules/underscore/modules/bind.js","webpack:///./node_modules/underscore/modules/_isArrayLike.js","webpack:///./node_modules/underscore/modules/_flatten.js","webpack:///./node_modules/underscore/modules/bindAll.js","webpack:///./node_modules/underscore/modules/memoize.js","webpack:///./node_modules/underscore/modules/delay.js","webpack:///./node_modules/underscore/modules/defer.js","webpack:///./node_modules/underscore/modules/throttle.js","webpack:///./node_modules/underscore/modules/debounce.js","webpack:///./node_modules/underscore/modules/wrap.js","webpack:///./node_modules/underscore/modules/negate.js","webpack:///./node_modules/underscore/modules/compose.js","webpack:///./node_modules/underscore/modules/after.js","webpack:///./node_modules/underscore/modules/before.js","webpack:///./node_modules/underscore/modules/once.js","webpack:///./node_modules/underscore/modules/findKey.js","webpack:///./node_modules/underscore/modules/_createPredicateIndexFinder.js","webpack:///./node_modules/underscore/modules/findIndex.js","webpack:///./node_modules/underscore/modules/findLastIndex.js","webpack:///./node_modules/underscore/modules/sortedIndex.js","webpack:///./node_modules/underscore/modules/_createIndexFinder.js","webpack:///./node_modules/underscore/modules/indexOf.js","webpack:///./node_modules/underscore/modules/lastIndexOf.js","webpack:///./node_modules/underscore/modules/find.js","webpack:///./node_modules/underscore/modules/findWhere.js","webpack:///./node_modules/underscore/modules/each.js","webpack:///./node_modules/underscore/modules/map.js","webpack:///./node_modules/underscore/modules/_createReduce.js","webpack:///./node_modules/underscore/modules/reduce.js","webpack:///./node_modules/underscore/modules/reduceRight.js","webpack:///./node_modules/underscore/modules/filter.js","webpack:///./node_modules/underscore/modules/reject.js","webpack:///./node_modules/underscore/modules/every.js","webpack:///./node_modules/underscore/modules/some.js","webpack:///./node_modules/underscore/modules/contains.js","webpack:///./node_modules/underscore/modules/invoke.js","webpack:///./node_modules/underscore/modules/pluck.js","webpack:///./node_modules/underscore/modules/where.js","webpack:///./node_modules/underscore/modules/max.js","webpack:///./node_modules/underscore/modules/min.js","webpack:///./node_modules/underscore/modules/sample.js","webpack:///./node_modules/underscore/modules/shuffle.js","webpack:///./node_modules/underscore/modules/sortBy.js","webpack:///./node_modules/underscore/modules/_group.js","webpack:///./node_modules/underscore/modules/groupBy.js","webpack:///./node_modules/underscore/modules/indexBy.js","webpack:///./node_modules/underscore/modules/countBy.js","webpack:///./node_modules/underscore/modules/partition.js","webpack:///./node_modules/underscore/modules/toArray.js","webpack:///./node_modules/underscore/modules/size.js","webpack:///./node_modules/underscore/modules/_keyInObj.js","webpack:///./node_modules/underscore/modules/pick.js","webpack:///./node_modules/underscore/modules/omit.js","webpack:///./node_modules/underscore/modules/initial.js","webpack:///./node_modules/underscore/modules/first.js","webpack:///./node_modules/underscore/modules/rest.js","webpack:///./node_modules/underscore/modules/last.js","webpack:///./node_modules/underscore/modules/compact.js","webpack:///./node_modules/underscore/modules/flatten.js","webpack:///./node_modules/underscore/modules/difference.js","webpack:///./node_modules/underscore/modules/without.js","webpack:///./node_modules/underscore/modules/uniq.js","webpack:///./node_modules/underscore/modules/union.js","webpack:///./node_modules/underscore/modules/intersection.js","webpack:///./node_modules/underscore/modules/unzip.js","webpack:///./node_modules/underscore/modules/zip.js","webpack:///./node_modules/underscore/modules/object.js","webpack:///./node_modules/underscore/modules/range.js","webpack:///./node_modules/underscore/modules/chunk.js","webpack:///./node_modules/underscore/modules/_chainResult.js","webpack:///./node_modules/underscore/modules/mixin.js","webpack:///./node_modules/underscore/modules/underscore-array-methods.js","webpack:///./node_modules/underscore/modules/index-default.js","webpack:///./core/src/OC/legacy-loader.js","webpack:///./core/src/OC/notification.js","webpack:///./core/src/OC/xhr-error.js","webpack:///./core/src/OC/appconfig.js","webpack:///./core/src/OC/appswebroots.js","webpack:///./core/src/OC/backbone-webdav.js","webpack:///./core/src/OC/backbone.js","webpack:///./core/src/OC/config.js","webpack:///./core/src/OC/currentuser.js","webpack:///./core/src/OC/dialogs.js","webpack:///./core/src/OC/eventsource.js","webpack:///./core/src/OC/menu.js","webpack:///./core/src/OC/constants.js","webpack:///./core/src/OC/admin.js","webpack:///./core/src/OC/msg.js","webpack:///./core/src/OC/plugins.js","webpack:///./core/src/OC/theme.js","webpack:///./core/src/OC/util.js","webpack:///./core/src/OC/util-history.js","webpack:///./core/src/OC/debug.js","webpack:///./core/src/OC/webroot.js","webpack:///./core/src/OC/get_set.js","webpack:///./core/src/OC/index.js","webpack:///./core/src/OC/appsettings.js","webpack:///./core/src/OC/capabilities.js","webpack:///./core/src/OC/host.js","webpack:///./core/src/OC/query-string.js","webpack:///./core/src/OC/navigation.js","webpack:///./core/src/OC/routing.js","webpack:///./node_modules/core-js/internals/an-object.js","webpack:///./node_modules/core-js/internals/well-known-symbol.js","webpack:///./node_modules/core-js/internals/is-object.js","webpack:///./node_modules/core-js/internals/descriptors.js","webpack:///./node_modules/@nextcloud/router/dist/index.js","webpack:///./node_modules/core-js/internals/has.js","webpack:///./node_modules/core-js/internals/to-object.js","webpack:///./node_modules/core-js/internals/to-length.js","webpack:///./node_modules/@nextcloud/axios/node_modules/axios/lib/utils.js","webpack:///(webpack)/buildin/global.js","webpack:///./node_modules/core-js/internals/create-non-enumerable-property.js","webpack:///./node_modules/core-js/internals/object-define-property.js","webpack:///./node_modules/core-js/internals/require-object-coercible.js","webpack:///./node_modules/core-js/internals/redefine.js","webpack:///./node_modules/core-js/internals/to-indexed-object.js","webpack:///./node_modules/core-js/internals/to-integer.js","webpack:///./node_modules/lodash/_root.js","webpack:///./node_modules/style-loader/dist/runtime/injectStylesIntoStyleTag.js","webpack:///./node_modules/css-loader/dist/runtime/cssWithMappingToString.js","webpack:///./node_modules/css-loader/dist/runtime/api.js","webpack:///./node_modules/core-js/internals/classof-raw.js","webpack:///./node_modules/core-js/internals/object-get-own-property-descriptor.js","webpack:///./node_modules/lodash/isArray.js","webpack:///./node_modules/core-js/internals/get-built-in.js","webpack:///./node_modules/core-js/internals/create-property-descriptor.js","webpack:///./node_modules/core-js/internals/to-primitive.js","webpack:///./node_modules/core-js/internals/internal-state.js","webpack:///./node_modules/core-js/internals/array-iteration.js","webpack:///./node_modules/lodash/isObjectLike.js","webpack:///./node_modules/@nextcloud/l10n/dist/index.js","webpack:///./node_modules/core-js/modules/es.regexp.exec.js","webpack:///../node_modules/core-js/internals/global.js","webpack:///../node_modules/core-js/internals/fails.js","webpack:///../node_modules/core-js/internals/descriptors.js","webpack:///../node_modules/core-js/internals/object-property-is-enumerable.js","webpack:///../node_modules/core-js/internals/create-property-descriptor.js","webpack:///../node_modules/core-js/internals/classof-raw.js","webpack:///../node_modules/core-js/internals/indexed-object.js","webpack:///../node_modules/core-js/internals/require-object-coercible.js","webpack:///../node_modules/core-js/internals/to-indexed-object.js","webpack:///../node_modules/core-js/internals/is-object.js","webpack:///../node_modules/core-js/internals/to-primitive.js","webpack:///../node_modules/core-js/internals/to-object.js","webpack:///../node_modules/core-js/internals/has.js","webpack:///../node_modules/core-js/internals/document-create-element.js","webpack:///../node_modules/core-js/internals/ie8-dom-define.js","webpack:///../node_modules/core-js/internals/object-get-own-property-descriptor.js","webpack:///../node_modules/core-js/internals/an-object.js","webpack:///../node_modules/core-js/internals/object-define-property.js","webpack:///../node_modules/core-js/internals/create-non-enumerable-property.js","webpack:///../node_modules/core-js/internals/set-global.js","webpack:///../node_modules/core-js/internals/shared-store.js","webpack:///../node_modules/core-js/internals/inspect-source.js","webpack:///../node_modules/core-js/internals/internal-state.js","webpack:///../node_modules/core-js/internals/native-weak-map.js","webpack:///../node_modules/core-js/internals/shared.js","webpack:///../node_modules/core-js/internals/uid.js","webpack:///../node_modules/core-js/internals/shared-key.js","webpack:///../node_modules/core-js/internals/hidden-keys.js","webpack:///../node_modules/core-js/internals/redefine.js","webpack:///../node_modules/core-js/internals/path.js","webpack:///../node_modules/core-js/internals/get-built-in.js","webpack:///../node_modules/core-js/internals/to-integer.js","webpack:///../node_modules/core-js/internals/to-length.js","webpack:///../node_modules/core-js/internals/to-absolute-index.js","webpack:///../node_modules/core-js/internals/array-includes.js","webpack:///../node_modules/core-js/internals/object-keys-internal.js","webpack:///../node_modules/core-js/internals/enum-bug-keys.js","webpack:///../node_modules/core-js/internals/object-get-own-property-names.js","webpack:///../node_modules/core-js/internals/object-get-own-property-symbols.js","webpack:///../node_modules/core-js/internals/own-keys.js","webpack:///../node_modules/core-js/internals/copy-constructor-properties.js","webpack:///../node_modules/core-js/internals/is-forced.js","webpack:///../node_modules/core-js/internals/export.js","webpack:///../node_modules/core-js/modules/es.number.max-safe-integer.js","webpack:///../node_modules/core-js/internals/a-possible-prototype.js","webpack:///../node_modules/core-js/internals/object-create.js","webpack:///../node_modules/core-js/internals/object-set-prototype-of.js","webpack:///../node_modules/core-js/internals/inherit-if-required.js","webpack:///../node_modules/core-js/internals/object-keys.js","webpack:///../node_modules/core-js/internals/object-define-properties.js","webpack:///../node_modules/core-js/internals/html.js","webpack:///../node_modules/core-js/internals/whitespaces.js","webpack:///../node_modules/core-js/internals/string-trim.js","webpack:///../node_modules/core-js/modules/es.number.constructor.js","webpack:///../node_modules/semver/internal/constants.js","webpack:///../node_modules/core-js/internals/engine-v8-version.js","webpack:///../node_modules/core-js/internals/engine-is-node.js","webpack:///../node_modules/core-js/internals/engine-user-agent.js","webpack:///../node_modules/core-js/internals/native-symbol.js","webpack:///../node_modules/core-js/internals/use-symbol-as-uid.js","webpack:///../node_modules/core-js/internals/well-known-symbol.js","webpack:///../node_modules/core-js/internals/is-regexp.js","webpack:///../node_modules/core-js/internals/regexp-flags.js","webpack:///../node_modules/core-js/internals/regexp-sticky-helpers.js","webpack:///../node_modules/core-js/internals/set-species.js","webpack:///../node_modules/core-js/modules/es.regexp.constructor.js","webpack:///../node_modules/core-js/internals/regexp-exec.js","webpack:///../node_modules/core-js/modules/es.regexp.exec.js","webpack:///../node_modules/core-js/modules/es.regexp.to-string.js","webpack:///../node_modules/core-js/internals/is-array.js","webpack:///../node_modules/core-js/internals/create-property.js","webpack:///../node_modules/core-js/internals/array-species-create.js","webpack:///../node_modules/core-js/internals/array-method-has-species-support.js","webpack:///../node_modules/core-js/modules/es.array.concat.js","webpack:///../node_modules/semver/internal/debug.js","webpack:///../node_modules/semver/internal/re.js","webpack:///../node_modules/core-js/internals/fix-regexp-well-known-symbol-logic.js","webpack:///../node_modules/core-js/internals/string-multibyte.js","webpack:///../node_modules/core-js/internals/advance-string-index.js","webpack:///../node_modules/core-js/internals/regexp-exec-abstract.js","webpack:///../node_modules/core-js/modules/es.string.match.js","webpack:///../node_modules/core-js/internals/string-trim-forced.js","webpack:///../node_modules/core-js/modules/es.string.trim.js","webpack:///../node_modules/core-js/internals/a-function.js","webpack:///../node_modules/core-js/internals/function-bind-context.js","webpack:///../node_modules/core-js/internals/array-iteration.js","webpack:///../node_modules/core-js/modules/es.array.map.js","webpack:///../node_modules/core-js/internals/species-constructor.js","webpack:///../node_modules/core-js/modules/es.string.split.js","webpack:///../node_modules/core-js/internals/array-method-is-strict.js","webpack:///../node_modules/core-js/modules/es.array.join.js","webpack:///../node_modules/core-js/modules/es.array.filter.js","webpack:///../node_modules/semver/internal/parse-options.js","webpack:///../node_modules/semver/internal/identifiers.js","webpack:///../node_modules/semver/classes/semver.js","webpack:///../node_modules/semver/functions/parse.js","webpack:///../node_modules/semver/functions/valid.js","webpack:///../node_modules/semver/functions/major.js","webpack:///../node_modules/core-js/internals/add-to-unscopables.js","webpack:///../node_modules/core-js/internals/iterators-core.js","webpack:///../node_modules/core-js/internals/iterators.js","webpack:///../node_modules/core-js/internals/correct-prototype-getter.js","webpack:///../node_modules/core-js/internals/object-get-prototype-of.js","webpack:///../node_modules/core-js/internals/set-to-string-tag.js","webpack:///../node_modules/core-js/internals/create-iterator-constructor.js","webpack:///../node_modules/core-js/internals/define-iterator.js","webpack:///../node_modules/core-js/modules/es.array.iterator.js","webpack:///../node_modules/core-js/internals/freezing.js","webpack:///../node_modules/core-js/internals/internal-metadata.js","webpack:///../node_modules/core-js/internals/is-array-iterator-method.js","webpack:///../node_modules/core-js/internals/to-string-tag-support.js","webpack:///../node_modules/core-js/internals/classof.js","webpack:///../node_modules/core-js/internals/get-iterator-method.js","webpack:///../node_modules/core-js/internals/iterator-close.js","webpack:///../node_modules/core-js/internals/iterate.js","webpack:///../node_modules/core-js/internals/an-instance.js","webpack:///../node_modules/core-js/internals/check-correctness-of-iteration.js","webpack:///../node_modules/core-js/internals/redefine-all.js","webpack:///../node_modules/core-js/internals/collection-strong.js","webpack:///../node_modules/core-js/internals/collection.js","webpack:///../node_modules/core-js/modules/es.map.js","webpack:///../node_modules/core-js/internals/object-to-string.js","webpack:///../node_modules/core-js/modules/es.object.to-string.js","webpack:///../node_modules/core-js/modules/es.string.iterator.js","webpack:///../node_modules/core-js/internals/dom-iterables.js","webpack:///../node_modules/core-js/modules/web.dom-collections.iterator.js","webpack:///../node_modules/core-js/internals/array-for-each.js","webpack:///../node_modules/core-js/modules/web.dom-collections.for-each.js","webpack:///../node_modules/core-js/internals/native-promise-constructor.js","webpack:///../node_modules/core-js/internals/task.js","webpack:///../node_modules/core-js/internals/engine-is-ios.js","webpack:///../node_modules/core-js/internals/microtask.js","webpack:///../node_modules/core-js/internals/engine-is-webos-webkit.js","webpack:///../node_modules/core-js/modules/es.promise.js","webpack:///../node_modules/core-js/internals/new-promise-capability.js","webpack:///../node_modules/core-js/internals/promise-resolve.js","webpack:///../node_modules/core-js/internals/perform.js","webpack:///../node_modules/core-js/internals/host-report-errors.js","webpack:///../lib/filepicker.ts","webpack:///../node_modules/core-js/internals/object-assign.js","webpack:///../node_modules/core-js/modules/es.object.assign.js","webpack:///../node_modules/tslib/tslib.es6.js","webpack:///../node_modules/core-js/internals/get-substitution.js","webpack:///../node_modules/core-js/modules/es.string.replace.js","webpack:///../node_modules/toastify-js/src/toastify.js","webpack:///../node_modules/lodash.get/index.js","webpack:///../node_modules/node-gettext/lib/plurals.js","webpack:///../node_modules/node-gettext/lib/gettext.js","webpack:///../node_modules/@nextcloud/l10n/dist/index.js","webpack:///../node_modules/@nextcloud/l10n/dist/gettext.js","webpack:///../lib/l10n.js","webpack:///../lib/toast.ts","webpack:///./node_modules/core-js/internals/indexed-object.js","webpack:///./node_modules/core-js/internals/is-pure.js","webpack:///./node_modules/core-js/internals/a-function.js","webpack:///./node_modules/vue-loader/lib/runtime/componentNormalizer.js","webpack:///./node_modules/core-js/internals/shared.js","webpack:///./node_modules/core-js/internals/regexp-exec.js","webpack:///./node_modules/lodash/isObject.js","webpack:///./node_modules/core-js/internals/engine-v8-version.js","webpack:///./node_modules/core-js/internals/array-method-is-strict.js","webpack:///./node_modules/core-js/internals/set-global.js","webpack:///./node_modules/core-js/internals/shared-store.js","webpack:///./node_modules/lodash/_getNative.js","webpack:///./node_modules/core-js/internals/hidden-keys.js","webpack:///./node_modules/core-js/internals/uid.js","webpack:///./node_modules/process/browser.js","webpack:///./node_modules/handlebars/dist/cjs/handlebars/utils.js","webpack:///./node_modules/lodash/_baseGetTag.js","webpack:///./node_modules/core-js/internals/to-absolute-index.js","webpack:///./node_modules/core-js/internals/regexp-flags.js","webpack:///./node_modules/core-js/modules/es.string.replace.js","webpack:///./node_modules/core-js/internals/is-array.js","webpack:///./node_modules/core-js/internals/object-property-is-enumerable.js","webpack:///./node_modules/core-js/internals/object-get-own-property-names.js","webpack:///./node_modules/core-js/internals/array-includes.js","webpack:///./node_modules/core-js/internals/native-symbol.js","webpack:///./node_modules/core-js/internals/to-string-tag-support.js","webpack:///./core/src/OC/requesttoken.js","webpack:///./node_modules/@nextcloud/axios/dist/index.js","webpack:///./node_modules/backbone/backbone.js","webpack:///./node_modules/core-js/internals/inspect-source.js","webpack:///./node_modules/core-js/internals/enum-bug-keys.js","webpack:///./node_modules/core-js/internals/object-get-own-property-symbols.js","webpack:///./node_modules/core-js/internals/function-bind-context.js","webpack:///./node_modules/@nextcloud/auth/dist/index.js","webpack:///./node_modules/core-js/internals/ie8-dom-define.js","webpack:///./node_modules/core-js/internals/shared-key.js","webpack:///./node_modules/core-js/internals/create-property.js","webpack:///./node_modules/core-js/internals/array-species-create.js","webpack:///./node_modules/core-js/internals/array-method-has-species-support.js","webpack:///./node_modules/lodash/_Symbol.js","webpack:///./node_modules/core-js/internals/object-keys-internal.js","webpack:///./node_modules/core-js/internals/regexp-sticky-helpers.js","webpack:///./node_modules/core-js/internals/fix-regexp-well-known-symbol-logic.js","webpack:///./node_modules/core-js/internals/engine-user-agent.js","webpack:///./node_modules/core-js/internals/string-multibyte.js","webpack:///./node_modules/core-js/internals/regexp-exec-abstract.js","webpack:///./node_modules/core-js/modules/es.object.assign.js","webpack:///./node_modules/core-js/internals/object-keys.js","webpack:///./core/src/OC/l10n-registry.js","webpack:///./core/src/OC/l10n.js","webpack:///./node_modules/core-js/internals/is-forced.js","webpack:///./node_modules/core-js/internals/advance-string-index.js","webpack:///./node_modules/core-js/internals/classof.js","webpack:///./node_modules/handlebars/dist/cjs/handlebars/exception.js","webpack:///./node_modules/@nextcloud/initial-state/dist/index.js","webpack:///./core/src/OCP/appconfig.js","webpack:///./node_modules/core-js/internals/document-create-element.js","webpack:///./node_modules/core-js/internals/own-keys.js","webpack:///./node_modules/core-js/internals/path.js","webpack:///./node_modules/core-js/modules/es.object.to-string.js","webpack:///./node_modules/lodash/_ListCache.js","webpack:///./node_modules/lodash/_assocIndexOf.js","webpack:///./node_modules/lodash/_nativeCreate.js","webpack:///./node_modules/lodash/_getMapData.js","webpack:///./node_modules/core-js/internals/copy-constructor-properties.js","webpack:///./node_modules/core-js/internals/use-symbol-as-uid.js","webpack:///./node_modules/lodash/eq.js","webpack:///(webpack)/buildin/module.js","webpack:///./node_modules/lodash/_getTag.js","webpack:///./node_modules/escape-html/index.js","webpack:///./node_modules/vue/dist/vue.runtime.esm.js","webpack:///./core/src/OCA/index.js","webpack:///./core/src/OCA/search.js","webpack:///./node_modules/@nextcloud/paths/dist/index.js","webpack:///./node_modules/core-js/internals/native-weak-map.js","webpack:///./node_modules/core-js/internals/get-substitution.js","webpack:///./node_modules/core-js/modules/es.regexp.to-string.js","webpack:///./node_modules/handlebars/runtime.js","webpack:///./node_modules/lodash/identity.js","webpack:///./node_modules/core-js/modules/es.array.concat.js","webpack:///./node_modules/core-js/internals/object-assign.js","webpack:///./node_modules/core-js/internals/species-constructor.js","webpack:///./node_modules/lodash/isFunction.js","webpack:///./node_modules/lodash/_baseCreate.js","webpack:///./node_modules/lodash/_copyArray.js","webpack:///./node_modules/lodash/isSymbol.js","webpack:///./node_modules/lodash/_copyObject.js","webpack:///./node_modules/lodash/keys.js","webpack:///./node_modules/lodash/isBuffer.js","webpack:///./node_modules/lodash/_isPrototype.js","webpack:///./node_modules/lodash/_Map.js","webpack:///./node_modules/lodash/_toKey.js","webpack:///./node_modules/@nextcloud/axios/node_modules/axios/lib/helpers/bind.js","webpack:///./node_modules/@nextcloud/axios/node_modules/axios/lib/helpers/buildURL.js","webpack:///./node_modules/@nextcloud/axios/node_modules/axios/lib/cancel/isCancel.js","webpack:///./node_modules/@nextcloud/axios/node_modules/axios/lib/defaults.js","webpack:///./node_modules/@nextcloud/axios/node_modules/axios/lib/adapters/xhr.js","webpack:///./node_modules/@nextcloud/axios/node_modules/axios/lib/core/createError.js","webpack:///./node_modules/@nextcloud/axios/node_modules/axios/lib/core/mergeConfig.js","webpack:///./node_modules/@nextcloud/axios/node_modules/axios/lib/cancel/Cancel.js","webpack:///./node_modules/core-js/internals/array-for-each.js","webpack:///./node_modules/core-js/modules/es.array.index-of.js","webpack:///./node_modules/core-js/internals/engine-is-node.js","webpack:///./node_modules/lodash/_isIndex.js","webpack:///./node_modules/lodash/isArguments.js","webpack:///./node_modules/lodash/isLength.js","webpack:///./node_modules/lodash/isArrayLike.js","webpack:///./node_modules/lodash/_Stack.js","webpack:///./node_modules/lodash/_MapCache.js","webpack:///./node_modules/lodash/keysIn.js","webpack:///./node_modules/lodash/_getPrototype.js","webpack:///./node_modules/core-js/modules/es.array.for-each.js","webpack:///./node_modules/core-js/internals/object-to-string.js","webpack:///./node_modules/lodash/_createCtor.js","webpack:///./node_modules/lodash/_apply.js","webpack:///./node_modules/lodash/_baseAssignValue.js","webpack:///./node_modules/lodash/isTypedArray.js","webpack:///./node_modules/lodash/_baseUnary.js","webpack:///./node_modules/lodash/_nodeUtil.js","webpack:///./node_modules/lodash/_getSymbols.js","webpack:///./node_modules/lodash/_arrayPush.js","webpack:///./node_modules/lodash/_cloneArrayBuffer.js","webpack:///./node_modules/@nextcloud/auth/dist/requesttoken.js","webpack:///./node_modules/@nextcloud/auth/dist/user.js","webpack:///./node_modules/handlebars/dist/cjs/handlebars.runtime.js","webpack:///./node_modules/core-js/internals/array-reduce.js","webpack:///./node_modules/lodash/_freeGlobal.js","webpack:///./node_modules/lodash/_toSource.js","webpack:///./node_modules/lodash/_defineProperty.js","webpack:///./node_modules/lodash/_arrayLikeKeys.js","webpack:///./node_modules/lodash/_overArg.js","webpack:///./node_modules/lodash/_Uint8Array.js","webpack:///./node_modules/lodash/_equalArrays.js","webpack:///./node_modules/core-js/modules/es.array.filter.js","webpack:///./node_modules/core-js/internals/is-regexp.js","webpack:///./node_modules/lodash/_createWrap.js","webpack:///./node_modules/lodash/_WeakMap.js","webpack:///./node_modules/lodash/_LazyWrapper.js","webpack:///./node_modules/lodash/_baseLodash.js","webpack:///./node_modules/lodash/_shortOut.js","webpack:///./node_modules/lodash/_setToString.js","webpack:///./node_modules/lodash/_arrayEach.js","webpack:///./node_modules/lodash/_replaceHolders.js","webpack:///./node_modules/lodash/_assignValue.js","webpack:///./node_modules/lodash/_baseKeys.js","webpack:///./node_modules/lodash/stubArray.js","webpack:///./node_modules/lodash/_getAllKeys.js","webpack:///./node_modules/lodash/_baseGetAllKeys.js","webpack:///./node_modules/lodash/_baseIsEqual.js","webpack:///./node_modules/lodash/_isKey.js","webpack:///./node_modules/@nextcloud/axios/node_modules/axios/index.js","webpack:///./node_modules/@nextcloud/axios/node_modules/axios/lib/axios.js","webpack:///./node_modules/@nextcloud/axios/node_modules/axios/lib/core/Axios.js","webpack:///./node_modules/@nextcloud/axios/node_modules/axios/lib/core/InterceptorManager.js","webpack:///./node_modules/@nextcloud/axios/node_modules/axios/lib/core/dispatchRequest.js","webpack:///./node_modules/@nextcloud/axios/node_modules/axios/lib/core/transformData.js","webpack:///./node_modules/@nextcloud/axios/node_modules/axios/lib/helpers/normalizeHeaderName.js","webpack:///./node_modules/@nextcloud/axios/node_modules/axios/lib/core/settle.js","webpack:///./node_modules/@nextcloud/axios/node_modules/axios/lib/core/enhanceError.js","webpack:///./node_modules/@nextcloud/axios/node_modules/axios/lib/helpers/cookies.js","webpack:///./node_modules/@nextcloud/axios/node_modules/axios/lib/core/buildFullPath.js","webpack:///./node_modules/@nextcloud/axios/node_modules/axios/lib/helpers/isAbsoluteURL.js","webpack:///./node_modules/@nextcloud/axios/node_modules/axios/lib/helpers/combineURLs.js","webpack:///./node_modules/@nextcloud/axios/node_modules/axios/lib/helpers/parseHeaders.js","webpack:///./node_modules/@nextcloud/axios/node_modules/axios/lib/helpers/isURLSameOrigin.js","webpack:///./node_modules/@nextcloud/axios/node_modules/axios/lib/cancel/CancelToken.js","webpack:///./node_modules/@nextcloud/axios/node_modules/axios/lib/helpers/spread.js","webpack:///./node_modules/@nextcloud/axios/node_modules/axios/lib/helpers/isAxiosError.js","webpack:///./core/src/OC/apps.js","webpack:///./node_modules/davclient.js/lib/client.js","webpack:///./core/src/OC/password-confirmation.js","webpack:///./node_modules/lodash/fp/identity.js","webpack:///./node_modules/core-js/modules/es.array.map.js","webpack:///./node_modules/core-js/modules/es.array.reduce.js","webpack:///./node_modules/handlebars/dist/cjs/handlebars/base.js","webpack:///./node_modules/handlebars/dist/cjs/handlebars/helpers.js","webpack:///./node_modules/handlebars/dist/cjs/handlebars/logger.js","webpack:///./node_modules/handlebars/dist/cjs/handlebars/internal/proto-access.js","webpack:///./node_modules/lodash/fp/placeholder.js","webpack:///./node_modules/lodash/_baseSetData.js","webpack:///./node_modules/lodash/_metaMap.js","webpack:///./node_modules/lodash/_baseIsNative.js","webpack:///./node_modules/lodash/_getRawTag.js","webpack:///./node_modules/lodash/_objectToString.js","webpack:///./node_modules/lodash/_isMasked.js","webpack:///./node_modules/lodash/_coreJsData.js","webpack:///./node_modules/lodash/_getValue.js","webpack:///./node_modules/lodash/_createHybrid.js","webpack:///./node_modules/lodash/_composeArgs.js","webpack:///./node_modules/lodash/_composeArgsRight.js","webpack:///./node_modules/lodash/_createRecurry.js","webpack:///./node_modules/lodash/_getData.js","webpack:///./node_modules/lodash/_LodashWrapper.js","webpack:///./node_modules/lodash/_setData.js","webpack:///./node_modules/lodash/_setWrapToString.js","webpack:///./node_modules/lodash/_baseSetToString.js","webpack:///./node_modules/lodash/constant.js","webpack:///./node_modules/lodash/_getHolder.js","webpack:///./node_modules/lodash/toInteger.js","webpack:///./node_modules/lodash/_baseAssign.js","webpack:///./node_modules/lodash/_baseTimes.js","webpack:///./node_modules/lodash/_baseIsArguments.js","webpack:///./node_modules/lodash/stubFalse.js","webpack:///./node_modules/lodash/_baseIsTypedArray.js","webpack:///./node_modules/lodash/_nativeKeys.js","webpack:///./node_modules/lodash/_baseClone.js","webpack:///./node_modules/lodash/_listCacheClear.js","webpack:///./node_modules/lodash/_listCacheDelete.js","webpack:///./node_modules/lodash/_listCacheGet.js","webpack:///./node_modules/lodash/_listCacheHas.js","webpack:///./node_modules/lodash/_listCacheSet.js","webpack:///./node_modules/lodash/_stackClear.js","webpack:///./node_modules/lodash/_stackDelete.js","webpack:///./node_modules/lodash/_stackGet.js","webpack:///./node_modules/lodash/_stackHas.js","webpack:///./node_modules/lodash/_stackSet.js","webpack:///./node_modules/lodash/_mapCacheClear.js","webpack:///./node_modules/lodash/_Hash.js","webpack:///./node_modules/lodash/_hashClear.js","webpack:///./node_modules/lodash/_hashDelete.js","webpack:///./node_modules/lodash/_hashGet.js","webpack:///./node_modules/lodash/_hashHas.js","webpack:///./node_modules/lodash/_hashSet.js","webpack:///./node_modules/lodash/_mapCacheDelete.js","webpack:///./node_modules/lodash/_isKeyable.js","webpack:///./node_modules/lodash/_mapCacheGet.js","webpack:///./node_modules/lodash/_mapCacheHas.js","webpack:///./node_modules/lodash/_mapCacheSet.js","webpack:///./node_modules/lodash/_baseKeysIn.js","webpack:///./node_modules/lodash/_nativeKeysIn.js","webpack:///./node_modules/lodash/_cloneBuffer.js","webpack:///./node_modules/lodash/_arrayFilter.js","webpack:///./node_modules/lodash/_getSymbolsIn.js","webpack:///./node_modules/lodash/_DataView.js","webpack:///./node_modules/lodash/_Promise.js","webpack:///./node_modules/lodash/_Set.js","webpack:///./node_modules/lodash/_cloneTypedArray.js","webpack:///./node_modules/lodash/_initCloneObject.js","webpack:///./node_modules/lodash/isPlainObject.js","webpack:///./node_modules/lodash/_baseIsEqualDeep.js","webpack:///./node_modules/lodash/_SetCache.js","webpack:///./node_modules/lodash/_setCacheAdd.js","webpack:///./node_modules/lodash/_setCacheHas.js","webpack:///./node_modules/lodash/_arraySome.js","webpack:///./node_modules/lodash/_cacheHas.js","webpack:///./node_modules/lodash/_equalByTag.js","webpack:///./node_modules/lodash/_mapToArray.js","webpack:///./node_modules/lodash/_setToArray.js","webpack:///./node_modules/lodash/_equalObjects.js","webpack:///./node_modules/lodash/_isStrictComparable.js","webpack:///./node_modules/lodash/_matchesStrictComparable.js","webpack:///./node_modules/lodash/_baseGet.js","webpack:///./node_modules/lodash/_castPath.js","webpack:///./node_modules/lodash/_stringToPath.js","webpack:///./node_modules/lodash/toString.js","webpack:///./node_modules/lodash/_arrayMap.js","webpack:///./node_modules/lodash/_overRest.js","webpack:///./node_modules/moment/locale/af.js","webpack:///./node_modules/moment/locale/ar.js","webpack:///./node_modules/moment/locale/ar-dz.js","webpack:///./node_modules/moment/locale/ar-kw.js","webpack:///./node_modules/moment/locale/ar-ly.js","webpack:///./node_modules/moment/locale/ar-ma.js","webpack:///./node_modules/moment/locale/ar-sa.js","webpack:///./node_modules/moment/locale/ar-tn.js","webpack:///./node_modules/moment/locale/az.js","webpack:///./node_modules/moment/locale/be.js","webpack:///./node_modules/moment/locale/bg.js","webpack:///./node_modules/moment/locale/bm.js","webpack:///./node_modules/moment/locale/bn.js","webpack:///./node_modules/moment/locale/bn-bd.js","webpack:///./node_modules/moment/locale/bo.js","webpack:///./node_modules/moment/locale/br.js","webpack:///./node_modules/moment/locale/bs.js","webpack:///./node_modules/moment/locale/ca.js","webpack:///./node_modules/moment/locale/cs.js","webpack:///./node_modules/moment/locale/cv.js","webpack:///./node_modules/moment/locale/cy.js","webpack:///./node_modules/moment/locale/da.js","webpack:///./node_modules/moment/locale/de.js","webpack:///./node_modules/moment/locale/de-at.js","webpack:///./node_modules/moment/locale/de-ch.js","webpack:///./node_modules/moment/locale/dv.js","webpack:///./node_modules/moment/locale/el.js","webpack:///./node_modules/moment/locale/en-au.js","webpack:///./node_modules/moment/locale/en-ca.js","webpack:///./node_modules/moment/locale/en-gb.js","webpack:///./node_modules/moment/locale/en-ie.js","webpack:///./node_modules/moment/locale/en-il.js","webpack:///./node_modules/moment/locale/en-in.js","webpack:///./node_modules/moment/locale/en-nz.js","webpack:///./node_modules/moment/locale/en-sg.js","webpack:///./node_modules/moment/locale/eo.js","webpack:///./node_modules/moment/locale/es.js","webpack:///./node_modules/moment/locale/es-do.js","webpack:///./node_modules/moment/locale/es-mx.js","webpack:///./node_modules/moment/locale/es-us.js","webpack:///./node_modules/moment/locale/et.js","webpack:///./node_modules/moment/locale/eu.js","webpack:///./node_modules/moment/locale/fa.js","webpack:///./node_modules/moment/locale/fi.js","webpack:///./node_modules/moment/locale/fil.js","webpack:///./node_modules/moment/locale/fo.js","webpack:///./node_modules/moment/locale/fr.js","webpack:///./node_modules/moment/locale/fr-ca.js","webpack:///./node_modules/moment/locale/fr-ch.js","webpack:///./node_modules/moment/locale/fy.js","webpack:///./node_modules/moment/locale/ga.js","webpack:///./node_modules/moment/locale/gd.js","webpack:///./node_modules/moment/locale/gl.js","webpack:///./node_modules/moment/locale/gom-deva.js","webpack:///./node_modules/moment/locale/gom-latn.js","webpack:///./node_modules/moment/locale/gu.js","webpack:///./node_modules/moment/locale/he.js","webpack:///./node_modules/moment/locale/hi.js","webpack:///./node_modules/moment/locale/hr.js","webpack:///./node_modules/moment/locale/hu.js","webpack:///./node_modules/moment/locale/hy-am.js","webpack:///./node_modules/moment/locale/id.js","webpack:///./node_modules/moment/locale/is.js","webpack:///./node_modules/moment/locale/it.js","webpack:///./node_modules/moment/locale/it-ch.js","webpack:///./node_modules/moment/locale/ja.js","webpack:///./node_modules/moment/locale/jv.js","webpack:///./node_modules/moment/locale/ka.js","webpack:///./node_modules/moment/locale/kk.js","webpack:///./node_modules/moment/locale/km.js","webpack:///./node_modules/moment/locale/kn.js","webpack:///./node_modules/moment/locale/ko.js","webpack:///./node_modules/moment/locale/ku.js","webpack:///./node_modules/moment/locale/ky.js","webpack:///./node_modules/moment/locale/lb.js","webpack:///./node_modules/moment/locale/lo.js","webpack:///./node_modules/moment/locale/lt.js","webpack:///./node_modules/moment/locale/lv.js","webpack:///./node_modules/moment/locale/me.js","webpack:///./node_modules/moment/locale/mi.js","webpack:///./node_modules/moment/locale/mk.js","webpack:///./node_modules/moment/locale/ml.js","webpack:///./node_modules/moment/locale/mn.js","webpack:///./node_modules/moment/locale/mr.js","webpack:///./node_modules/moment/locale/ms.js","webpack:///./node_modules/moment/locale/ms-my.js","webpack:///./node_modules/moment/locale/mt.js","webpack:///./node_modules/moment/locale/my.js","webpack:///./node_modules/moment/locale/nb.js","webpack:///./node_modules/moment/locale/ne.js","webpack:///./node_modules/moment/locale/nl.js","webpack:///./node_modules/moment/locale/nl-be.js","webpack:///./node_modules/moment/locale/nn.js","webpack:///./node_modules/moment/locale/oc-lnc.js","webpack:///./node_modules/moment/locale/pa-in.js","webpack:///./node_modules/moment/locale/pl.js","webpack:///./node_modules/moment/locale/pt.js","webpack:///./node_modules/moment/locale/pt-br.js","webpack:///./node_modules/moment/locale/ro.js","webpack:///./node_modules/moment/locale/ru.js","webpack:///./node_modules/moment/locale/sd.js","webpack:///./node_modules/moment/locale/se.js","webpack:///./node_modules/moment/locale/si.js","webpack:///./node_modules/moment/locale/sk.js","webpack:///./node_modules/moment/locale/sl.js","webpack:///./node_modules/moment/locale/sq.js","webpack:///./node_modules/moment/locale/sr.js","webpack:///./node_modules/moment/locale/sr-cyrl.js","webpack:///./node_modules/moment/locale/ss.js","webpack:///./node_modules/moment/locale/sv.js","webpack:///./node_modules/moment/locale/sw.js","webpack:///./node_modules/moment/locale/ta.js","webpack:///./node_modules/moment/locale/te.js","webpack:///./node_modules/moment/locale/tet.js","webpack:///./node_modules/moment/locale/tg.js","webpack:///./node_modules/moment/locale/th.js","webpack:///./node_modules/moment/locale/tk.js","webpack:///./node_modules/moment/locale/tl-ph.js","webpack:///./node_modules/moment/locale/tlh.js","webpack:///./node_modules/moment/locale/tr.js","webpack:///./node_modules/moment/locale/tzl.js","webpack:///./node_modules/moment/locale/tzm.js","webpack:///./node_modules/moment/locale/tzm-latn.js","webpack:///./node_modules/moment/locale/ug-cn.js","webpack:///./node_modules/moment/locale/uk.js","webpack:///./node_modules/moment/locale/ur.js","webpack:///./node_modules/moment/locale/uz.js","webpack:///./node_modules/moment/locale/uz-latn.js","webpack:///./node_modules/moment/locale/vi.js","webpack:///./node_modules/moment/locale/x-pseudo.js","webpack:///./node_modules/moment/locale/yo.js","webpack:///./node_modules/moment/locale/zh-cn.js","webpack:///./node_modules/moment/locale/zh-hk.js","webpack:///./node_modules/moment/locale/zh-mo.js","webpack:///./node_modules/moment/locale/zh-tw.js","webpack:///./node_modules/core-js/internals/string-repeat.js","webpack:///./node_modules/timers-browserify/main.js","webpack:///./node_modules/setimmediate/setImmediate.js","webpack:///./core/src/OC/contactsmenu.js","webpack:///./node_modules/@nextcloud/capabilities/dist/index.js","webpack:///./node_modules/dompurify/dist/purify.js","webpack:///./node_modules/@nextcloud/files/dist/index.js","webpack:///./node_modules/core-js/modules/es.array.join.js","webpack:///./node_modules/core-js/modules/es.string.split.js","webpack:///./node_modules/core-js/modules/es.number.to-fixed.js","webpack:///./node_modules/core-js/internals/this-number-value.js","webpack:///./core/src/OC/contactsmenu/contact.handlebars","webpack:///./node_modules/handlebars/dist/cjs/handlebars/helpers/block-helper-missing.js","webpack:///./node_modules/handlebars/dist/cjs/handlebars/helpers/each.js","webpack:///./node_modules/handlebars/dist/cjs/handlebars/helpers/helper-missing.js","webpack:///./node_modules/handlebars/dist/cjs/handlebars/helpers/if.js","webpack:///./node_modules/handlebars/dist/cjs/handlebars/helpers/log.js","webpack:///./node_modules/handlebars/dist/cjs/handlebars/helpers/lookup.js","webpack:///./node_modules/handlebars/dist/cjs/handlebars/helpers/with.js","webpack:///./node_modules/handlebars/dist/cjs/handlebars/decorators.js","webpack:///./node_modules/handlebars/dist/cjs/handlebars/decorators/inline.js","webpack:///./node_modules/handlebars/dist/cjs/handlebars/internal/create-new-lookup-object.js","webpack:///./node_modules/handlebars/dist/cjs/handlebars/safe-string.js","webpack:///./node_modules/handlebars/dist/cjs/handlebars/runtime.js","webpack:///./node_modules/handlebars/dist/cjs/handlebars/internal/wrapHelper.js","webpack:///./node_modules/handlebars/dist/cjs/handlebars/no-conflict.js","webpack:///./core/src/OC/contactsmenu/loading.handlebars","webpack:///./core/src/OC/contactsmenu/error.handlebars","webpack:///./core/src/OC/contactsmenu/menu.handlebars","webpack:///./core/src/OC/contactsmenu/list.handlebars","webpack:///./node_modules/lodash/fp/convert.js","webpack:///./node_modules/lodash/fp/_baseConvert.js","webpack:///./node_modules/lodash/fp/_mapping.js","webpack:///./node_modules/lodash/fp/_util.js","webpack:///./node_modules/lodash/ary.js","webpack:///./node_modules/lodash/_createBind.js","webpack:///./node_modules/lodash/_createCurry.js","webpack:///./node_modules/lodash/_countHolders.js","webpack:///./node_modules/lodash/_isLaziable.js","webpack:///./node_modules/lodash/noop.js","webpack:///./node_modules/lodash/_getFuncName.js","webpack:///./node_modules/lodash/_realNames.js","webpack:///./node_modules/lodash/wrapperLodash.js","webpack:///./node_modules/lodash/_wrapperClone.js","webpack:///./node_modules/lodash/_getWrapDetails.js","webpack:///./node_modules/lodash/_insertWrapDetails.js","webpack:///./node_modules/lodash/_updateWrapDetails.js","webpack:///./node_modules/lodash/_arrayIncludes.js","webpack:///./node_modules/lodash/_baseIndexOf.js","webpack:///./node_modules/lodash/_baseFindIndex.js","webpack:///./node_modules/lodash/_baseIsNaN.js","webpack:///./node_modules/lodash/_strictIndexOf.js","webpack:///./node_modules/lodash/_reorder.js","webpack:///./node_modules/lodash/_createPartial.js","webpack:///./node_modules/lodash/_mergeData.js","webpack:///./node_modules/lodash/toFinite.js","webpack:///./node_modules/lodash/toNumber.js","webpack:///./node_modules/lodash/_baseTrim.js","webpack:///./node_modules/lodash/_trimmedEndIndex.js","webpack:///./node_modules/lodash/clone.js","webpack:///./node_modules/lodash/_baseAssignIn.js","webpack:///./node_modules/lodash/_copySymbols.js","webpack:///./node_modules/lodash/_copySymbolsIn.js","webpack:///./node_modules/lodash/_getAllKeysIn.js","webpack:///./node_modules/lodash/_initCloneArray.js","webpack:///./node_modules/lodash/_initCloneByTag.js","webpack:///./node_modules/lodash/_cloneDataView.js","webpack:///./node_modules/lodash/_cloneRegExp.js","webpack:///./node_modules/lodash/_cloneSymbol.js","webpack:///./node_modules/lodash/isMap.js","webpack:///./node_modules/lodash/_baseIsMap.js","webpack:///./node_modules/lodash/isSet.js","webpack:///./node_modules/lodash/_baseIsSet.js","webpack:///./node_modules/lodash/curry.js","webpack:///./node_modules/lodash/isError.js","webpack:///./node_modules/lodash/isWeakMap.js","webpack:///./node_modules/lodash/iteratee.js","webpack:///./node_modules/lodash/_baseIteratee.js","webpack:///./node_modules/lodash/_baseMatches.js","webpack:///./node_modules/lodash/_baseIsMatch.js","webpack:///./node_modules/lodash/_getMatchData.js","webpack:///./node_modules/lodash/_baseMatchesProperty.js","webpack:///./node_modules/lodash/get.js","webpack:///./node_modules/lodash/_memoizeCapped.js","webpack:///./node_modules/lodash/memoize.js","webpack:///./node_modules/lodash/_baseToString.js","webpack:///./node_modules/lodash/hasIn.js","webpack:///./node_modules/lodash/_baseHasIn.js","webpack:///./node_modules/lodash/_hasPath.js","webpack:///./node_modules/lodash/property.js","webpack:///./node_modules/lodash/_baseProperty.js","webpack:///./node_modules/lodash/_basePropertyDeep.js","webpack:///./node_modules/lodash/rearg.js","webpack:///./node_modules/lodash/_flatRest.js","webpack:///./node_modules/lodash/flatten.js","webpack:///./node_modules/lodash/_baseFlatten.js","webpack:///./node_modules/lodash/_isFlattenable.js","webpack:///./node_modules/lodash/toPath.js","webpack:///./node_modules/lodash/fp/_falseOptions.js","webpack:///./node_modules/moment/locale sync ^\\.\\/.*$","webpack:///./node_modules/@nextcloud/files/dist/humanfilesize.js","webpack:///./core/src/components/login/ResetPassword.vue?1949","webpack:///./core/src/components/login/UpdatePassword.vue?308a","webpack:///./core/src/views/Login.vue?6ba7","webpack:///./node_modules/query-string/index.js","webpack:///./node_modules/jstimezonedetect/dist/jstz.min.js","webpack:///./node_modules/strict-uri-encode/index.js","webpack:///./node_modules/object-assign/index.js","webpack:///./node_modules/decode-uri-component/index.js","webpack:///(webpack)/buildin/amd-define.js","webpack:///(webpack)/buildin/amd-options.js","webpack:///./core/src/components/login/LoginButton.vue?b961","webpack:///core/src/components/login/LoginButton.vue","webpack:///./core/src/components/login/LoginButton.vue","webpack:///./core/src/components/login/LoginButton.vue?a48c","webpack:///./core/src/components/login/LoginForm.vue?1ab3","webpack:///core/src/components/login/LoginForm.vue","webpack:///./core/src/components/login/LoginForm.vue","webpack:///./core/src/components/login/LoginForm.vue?1368","webpack:///core/src/components/login/PasswordLessLoginForm.vue","webpack:///./core/src/components/login/PasswordLessLoginForm.vue?434c","webpack:///./core/src/services/WebAuthnAuthenticationService.js","webpack:///./core/src/components/login/PasswordLessLoginForm.vue","webpack:///./core/src/components/login/PasswordLessLoginForm.vue?377f","webpack:///./core/src/components/login/ResetPassword.vue?2092","webpack:///core/src/components/login/ResetPassword.vue","webpack:///./core/src/components/login/ResetPassword.vue?70d7","webpack:///./core/src/components/login/ResetPassword.vue","webpack:///./core/src/components/login/ResetPassword.vue?959a","webpack:///./core/src/components/login/UpdatePassword.vue?be15","webpack:///core/src/components/login/UpdatePassword.vue","webpack:///./core/src/components/login/UpdatePassword.vue?3aaa","webpack:///./core/src/views/Login.vue?f78a","webpack:///core/src/views/Login.vue","webpack:///./core/src/components/login/UpdatePassword.vue","webpack:///./core/src/components/login/UpdatePassword.vue?09a3","webpack:///./core/src/views/Login.vue?da1b","webpack:///./core/src/views/Login.vue","webpack:///./core/src/views/Login.vue?667d","webpack:///./core/src/mixins/Nextcloud.js","webpack:///./core/src/login.js"],"names":["installedModules","__webpack_require__","moduleId","exports","module","i","l","modules","call","m","c","d","name","getter","o","Object","defineProperty","enumerable","get","r","Symbol","toStringTag","value","t","mode","__esModule","ns","create","key","bind","n","object","property","prototype","hasOwnProperty","p","s","global","factory","document","w","Error","window","this","noGlobal","arr","getProto","getPrototypeOf","slice","concat","push","indexOf","class2type","toString","hasOwn","fnToString","ObjectFunctionString","support","isFunction","obj","nodeType","isWindow","preservedScriptAttributes","type","src","noModule","DOMEval","code","doc","node","script","createElement","text","head","appendChild","parentNode","removeChild","toType","jQuery","selector","context","fn","init","rtrim","isArrayLike","length","jquery","constructor","toArray","num","pushStack","elems","ret","merge","prevObject","each","callback","map","elem","apply","arguments","first","eq","last","len","j","end","sort","splice","extend","options","copy","copyIsArray","clone","target","deep","isPlainObject","Array","isArray","undefined","expando","Math","random","replace","isReady","error","msg","noop","proto","Ctor","isEmptyObject","globalEval","trim","makeArray","results","inArray","second","grep","invert","matches","callbackExpect","arg","guid","iterator","split","toLowerCase","Sizzle","Expr","getText","isXML","tokenize","compile","select","outermostContext","sortInput","hasDuplicate","setDocument","docElem","documentIsHTML","rbuggyQSA","rbuggyMatches","contains","Date","preferredDoc","dirruns","done","classCache","createCache","tokenCache","compilerCache","sortOrder","a","b","pop","push_native","list","booleans","whitespace","identifier","attributes","pseudos","rwhitespace","RegExp","rcomma","rcombinators","rattributeQuotes","rpseudo","ridentifier","matchExpr","rinputs","rheader","rnative","rquickExpr","rsibling","runescape","funescape","_","escaped","escapedWhitespace","high","String","fromCharCode","rcssescape","fcssescape","ch","asCodePoint","charCodeAt","unloadHandler","disabledAncestor","addCombinator","disabled","dir","next","childNodes","e","els","seed","nid","match","groups","newSelector","newContext","ownerDocument","exec","getElementById","id","getElementsByTagName","getElementsByClassName","qsa","test","nodeName","getAttribute","setAttribute","toSelector","join","testContext","querySelectorAll","qsaError","removeAttribute","keys","cache","cacheLength","shift","markFunction","assert","el","addHandle","attrs","handler","attrHandle","siblingCheck","cur","diff","sourceIndex","nextSibling","createInputPseudo","createButtonPseudo","createDisabledPseudo","isDisabled","createPositionalPseudo","argument","matchIndexes","documentElement","hasCompare","subWindow","defaultView","top","addEventListener","attachEvent","className","createComment","getById","getElementsByName","filter","attrId","find","getAttributeNode","tag","tmp","innerHTML","input","matchesSelector","webkitMatchesSelector","mozMatchesSelector","oMatchesSelector","msMatchesSelector","disconnectedMatch","compareDocumentPosition","adown","bup","compare","sortDetached","aup","ap","bp","unshift","expr","elements","attr","val","specified","escape","sel","uniqueSort","duplicates","detectDuplicates","sortStable","textContent","firstChild","nodeValue","selectors","createPseudo","relative","preFilter","excess","unquoted","nodeNameSelector","pattern","operator","check","result","what","simple","forward","ofType","xml","uniqueCache","outerCache","nodeIndex","start","parent","useCache","lastChild","uniqueID","pseudo","args","setFilters","idx","matched","matcher","unmatched","innerText","lang","elemLang","hash","location","activeElement","hasFocus","href","tabIndex","checked","selected","selectedIndex","radio","checkbox","file","password","image","submit","reset","tokens","combinator","base","skip","checkNonElements","doneName","oldCache","newCache","elementMatcher","matchers","condense","newUnmatched","mapped","setMatcher","postFilter","postFinder","postSelector","temp","preMap","postMap","preexisting","contexts","multipleContexts","matcherIn","matcherOut","matcherFromTokens","checkContext","leadingRelative","implicitRelative","matchContext","matchAnyContext","filters","parseOnly","soFar","preFilters","cached","setMatchers","elementMatchers","bySet","byElement","superMatcher","outermost","matchedCount","setMatched","contextBackup","dirrunsUnique","matcherFromGroupMatchers","token","compiled","defaultValue","unique","isXMLDoc","escapeSelector","until","truncate","is","siblings","rneedsContext","needsContext","rsingleTag","winnow","qualifier","not","self","rootjQuery","root","parseHTML","ready","rparentsprev","guaranteedUnique","children","contents","prev","sibling","has","targets","closest","index","prevAll","add","addBack","parents","parentsUntil","nextAll","nextUntil","prevUntil","contentDocument","content","reverse","rnothtmlwhite","Identity","v","Thrower","ex","adoptValue","resolve","reject","noValue","method","promise","fail","then","Callbacks","flag","createOptions","firing","memory","fired","locked","queue","firingIndex","fire","once","stopOnFalse","remove","empty","disable","lock","fireWith","Deferred","func","tuples","state","always","deferred","pipe","fns","newDefer","tuple","returned","progress","notify","onFulfilled","onRejected","onProgress","maxDepth","depth","special","that","mightThrow","TypeError","notifyWith","resolveWith","process","exceptionHook","stackTrace","rejectWith","getStackHook","setTimeout","stateString","when","singleValue","remaining","resolveContexts","resolveValues","master","updateFunc","rerrorNames","stack","console","warn","message","readyException","readyList","completed","removeEventListener","catch","readyWait","wait","readyState","doScroll","access","chainable","emptyGet","raw","bulk","rmsPrefix","rdashAlpha","fcamelCase","all","letter","toUpperCase","camelCase","string","acceptData","owner","Data","uid","configurable","set","data","prop","hasData","dataPriv","dataUser","rbrace","rmultiDash","dataAttr","JSON","parse","getData","removeData","_data","_removeData","dequeue","startLength","hooks","_queueHooks","stop","setter","clearQueue","count","defer","pnum","source","rcssNum","cssExpand","isHiddenWithinTree","style","display","css","swap","old","adjustCSS","valueParts","tween","adjusted","scale","maxIterations","currentValue","initial","unit","cssNumber","initialInUnit","defaultDisplayMap","getDefaultDisplay","body","showHide","show","values","hide","toggle","rcheckableType","rtagName","rscriptType","wrapMap","option","thead","col","tr","td","_default","getAll","setGlobalEval","refElements","optgroup","tbody","tfoot","colgroup","caption","th","div","rhtml","buildFragment","scripts","selection","ignored","wrap","fragment","createDocumentFragment","nodes","htmlPrefilter","createTextNode","checkClone","cloneNode","noCloneChecked","rkeyEvent","rmouseEvent","rtypenamespace","returnTrue","returnFalse","safeActiveElement","err","on","types","one","origFn","event","off","handleObjIn","eventHandle","events","handleObj","handlers","namespaces","origType","elemData","handle","triggered","dispatch","delegateType","bindType","namespace","delegateCount","setup","mappedTypes","origCount","teardown","removeEvent","nativeEvent","handlerQueue","fix","delegateTarget","preDispatch","isPropagationStopped","currentTarget","isImmediatePropagationStopped","rnamespace","preventDefault","stopPropagation","postDispatch","matchedHandlers","matchedSelectors","button","addProp","hook","Event","originalEvent","writable","load","noBubble","focus","trigger","blur","click","beforeunload","returnValue","props","isDefaultPrevented","defaultPrevented","relatedTarget","timeStamp","now","isSimulated","stopImmediatePropagation","altKey","bubbles","cancelable","changedTouches","ctrlKey","detail","eventPhase","metaKey","pageX","pageY","shiftKey","view","charCode","keyCode","buttons","clientX","clientY","offsetX","offsetY","pointerId","pointerType","screenX","screenY","targetTouches","toElement","touches","which","mouseenter","mouseleave","pointerenter","pointerleave","orig","related","rxhtmlTag","rnoInnerhtml","rchecked","rcleanScript","manipulationTarget","disableScript","restoreScript","cloneCopyEvent","dest","pdataOld","pdataCur","udataOld","udataCur","fixInput","domManip","collection","hasScripts","iNoClone","valueIsFunction","html","_evalUrl","keepData","cleanData","dataAndEvents","deepDataAndEvents","srcElements","destElements","inPage","detach","append","prepend","insertBefore","before","after","replaceWith","replaceChild","appendTo","prependTo","insertAfter","replaceAll","original","insert","rnumnonpx","getStyles","opener","getComputedStyle","rboxStyle","curCSS","computed","width","minWidth","maxWidth","getPropertyValue","pixelBoxStyles","addGetHookIf","conditionFn","hookFn","computeStyleTests","container","cssText","divStyle","pixelPositionVal","reliableMarginLeftVal","roundPixelMeasures","marginLeft","right","pixelBoxStylesVal","boxSizingReliableVal","position","scrollboxSizeVal","offsetWidth","measure","round","parseFloat","backgroundClip","clearCloneStyle","boxSizingReliable","pixelPosition","reliableMarginLeft","scrollboxSize","rdisplayswap","rcustomProp","cssShow","visibility","cssNormalTransform","letterSpacing","fontWeight","cssPrefixes","emptyStyle","finalPropName","cssProps","capName","vendorPropName","setPositiveNumber","subtract","max","boxModelAdjustment","dimension","box","isBorderBox","styles","computedVal","extra","delta","ceil","getWidthOrHeight","valueIsBorderBox","Tween","easing","cssHooks","opacity","origName","isCustomProp","setProperty","isFinite","getClientRects","getBoundingClientRect","left","margin","padding","border","prefix","suffix","expand","expanded","parts","propHooks","run","percent","eased","duration","pos","step","fx","scrollTop","scrollLeft","linear","swing","cos","PI","fxNow","inProgress","rfxtypes","rrun","schedule","hidden","requestAnimationFrame","interval","tick","createFxNow","genFx","includeWidth","height","createTween","animation","Animation","tweeners","properties","stopped","prefilters","currentTime","startTime","tweens","opts","specialEasing","originalProperties","originalOptions","gotoEnd","propFilter","complete","timer","anim","tweener","oldfire","propTween","restoreDisplay","isBox","dataShow","unqueued","overflow","overflowX","overflowY","prefilter","speed","opt","speeds","fadeTo","to","animate","optall","doAnimation","finish","stopQueue","timers","cssFn","slideDown","slideUp","slideToggle","fadeIn","fadeOut","fadeToggle","slow","fast","delay","time","timeout","clearTimeout","checkOn","optSelected","radioValue","boolHook","removeAttr","nType","attrHooks","bool","attrNames","lowercaseName","rfocusable","rclickable","stripAndCollapse","getClass","classesToArray","removeProp","propFix","tabindex","parseInt","addClass","classes","curValue","clazz","finalValue","removeClass","toggleClass","stateVal","isValidValue","classNames","hasClass","rreturn","valHooks","optionSet","focusin","rfocusMorph","stopPropagationCallback","onlyHandlers","bubbleType","ontype","lastElement","eventPath","isTrigger","parentWindow","simulate","triggerHandler","attaches","nonce","rquery","parseXML","DOMParser","parseFromString","rbracket","rCRLF","rsubmitterTypes","rsubmittable","buildParams","traditional","param","valueOrFunction","encodeURIComponent","serialize","serializeArray","r20","rhash","rantiCache","rheaders","rnoContent","rprotocol","transports","allTypes","originAnchor","addToPrefiltersOrTransports","structure","dataTypeExpression","dataType","dataTypes","inspectPrefiltersOrTransports","jqXHR","inspected","seekingTransport","inspect","prefilterOrFactory","dataTypeOrTransport","ajaxExtend","flatOptions","ajaxSettings","active","lastModified","etag","url","isLocal","protocol","processData","async","contentType","accepts","json","responseFields","converters","ajaxSetup","settings","ajaxPrefilter","ajaxTransport","ajax","transport","cacheURL","responseHeadersString","responseHeaders","timeoutTimer","urlAnchor","fireGlobals","uncached","callbackContext","globalEventContext","completeDeferred","statusCode","requestHeaders","requestHeadersNames","strAbort","getResponseHeader","getAllResponseHeaders","setRequestHeader","overrideMimeType","mimeType","status","abort","statusText","finalText","crossDomain","host","hasContent","ifModified","headers","beforeSend","success","send","nativeStatusText","responses","isSuccess","response","modified","ct","finalDataType","firstDataType","ajaxHandleResponses","conv2","current","conv","dataFilter","throws","ajaxConvert","getJSON","getScript","wrapAll","firstElementChild","wrapInner","htmlIsFunction","unwrap","visible","offsetHeight","xhr","XMLHttpRequest","xhrSuccessStatus","0","1223","xhrSupported","cors","errorCallback","open","username","xhrFields","onload","onerror","onabort","ontimeout","onreadystatechange","responseType","responseText","binary","charset","scriptCharset","evt","oldCallbacks","rjsonp","jsonp","jsonpCallback","originalSettings","callbackName","overwritten","responseContainer","jsonProp","createHTMLDocument","implementation","keepScripts","parsed","params","animated","offset","setOffset","curPosition","curLeft","curCSSTop","curTop","curOffset","curCSSLeft","curElem","using","rect","win","pageYOffset","pageXOffset","offsetParent","parentOffset","scrollTo","Height","Width","defaultExtra","funcName","hover","fnOver","fnOut","unbind","delegate","undelegate","proxy","holdReady","hold","parseJSON","isNumeric","isNaN","_jQuery","_$","$","noConflict","VERSION","Function","ArrayProto","ObjProto","SymbolProto","supportsArrayBuffer","ArrayBuffer","supportsDataView","DataView","nativeIsArray","nativeKeys","nativeCreate","nativeIsView","isView","_isNaN","_isFinite","hasEnumBug","propertyIsEnumerable","nonEnumerableProps","MAX_ARRAY_INDEX","pow","hookCallback","some","isObject","hasOwnProp","isObjectEmpty","getOwnPropertyNames","k","isUndefined","isNumber","isDate","res","valueOf","createUTC","format","locale","strict","createLocalOrUTC","utc","getParsingFlags","_pf","unusedTokens","unusedInput","charsLeftOver","nullInput","invalidEra","invalidMonth","invalidFormat","userInvalidated","iso","parsedDateParts","era","meridiem","rfc2822","weekdayMismatch","isValid","_isValid","flags","parsedParts","isNowValid","_d","getTime","invalidWeekday","_strict","bigHour","isFrozen","createInvalid","NaN","fun","momentProperties","updateInProgress","copyConfig","from","_isAMomentObject","_i","_f","_l","_tzm","_isUTC","_offset","_locale","Moment","config","updateOffset","isMoment","suppressDeprecationWarnings","deprecate","firstTime","deprecationHandler","deprecations","deprecateSimple","mergeConfigs","parentConfig","childConfig","Locale","zeroFill","number","targetLength","forceSign","absNumber","abs","zerosToFill","substr","formattingTokens","localFormattingTokens","formatFunctions","formatTokenFunctions","addFormatToken","padded","ordinal","localeData","formatMoment","expandFormat","array","mom","output","makeFormatFunction","invalidDate","replaceLongDateFormatTokens","longDateFormat","lastIndex","aliases","addUnitAlias","shorthand","lowerCase","normalizeUnits","units","normalizeObjectUnits","inputObject","normalizedProp","normalizedInput","priorities","addUnitPriority","priority","isLeapYear","year","absFloor","floor","toInt","argumentForCoercion","coercedNumber","makeGetSet","keepTime","set$1","month","date","daysInMonth","regexes","match1","match2","match3","match4","match6","match1to2","match3to4","match5to6","match1to3","match1to4","match1to6","matchUnsigned","matchSigned","matchOffset","matchShortOffset","matchWord","addRegexToken","regex","strictRegex","isStrict","getParseRegexForToken","regexEscape","p1","p2","p3","p4","addParseToken","addWeekParseToken","_w","addTimeToArrayFromToken","_a","modMonth","x","mod","monthsShort","months","monthsShortRegex","monthsRegex","monthsParse","defaultLocaleMonths","defaultLocaleMonthsShort","MONTHS_IN_FORMAT","defaultMonthsShortRegex","defaultMonthsRegex","handleStrictParse","monthName","ii","llc","toLocaleLowerCase","_monthsParse","_longMonthsParse","_shortMonthsParse","setMonth","dayOfMonth","min","getSetMonth","computeMonthsParse","cmpLenRev","shortPieces","longPieces","mixedPieces","_monthsRegex","_monthsShortRegex","_monthsStrictRegex","_monthsShortStrictRegex","daysInYear","y","parseTwoDigitYear","getSetYear","createDate","h","M","ms","getFullYear","setFullYear","createUTCDate","UTC","getUTCFullYear","setUTCFullYear","firstWeekOffset","dow","doy","fwd","getUTCDay","dayOfYearFromWeeks","week","weekday","resYear","resDayOfYear","dayOfYear","weekOfYear","resWeek","weekOffset","weeksInYear","weekOffsetNext","shiftWeekdays","ws","weekdaysMin","weekdaysShort","weekdays","weekdaysMinRegex","weekdaysShortRegex","weekdaysRegex","weekdaysParse","defaultLocaleWeekdays","defaultLocaleWeekdaysShort","defaultLocaleWeekdaysMin","defaultWeekdaysRegex","defaultWeekdaysShortRegex","defaultWeekdaysMinRegex","handleStrictParse$1","weekdayName","_weekdaysParse","_shortWeekdaysParse","_minWeekdaysParse","day","computeWeekdaysParse","minp","shortp","longp","minPieces","_weekdaysRegex","_weekdaysShortRegex","_weekdaysMinRegex","_weekdaysStrictRegex","_weekdaysShortStrictRegex","_weekdaysMinStrictRegex","hFormat","hours","lowercase","minutes","matchMeridiem","_meridiemParse","seconds","kInput","_isPm","isPM","_meridiem","pos1","pos2","globalLocale","getSetHour","baseConfig","calendar","sameDay","nextDay","nextWeek","lastDay","lastWeek","sameElse","LTS","LT","L","LL","LLL","LLLL","dayOfMonthOrdinalParse","relativeTime","future","past","ss","mm","hh","dd","ww","MM","yy","meridiemParse","locales","localeFamilies","commonPrefix","arr1","arr2","minl","normalizeLocale","loadLocale","oldLocale","_abbr","getSetGlobalLocale","getLocale","defineLocale","abbr","_config","parentLocale","forEach","names","chooseLocale","checkOverflow","_overflowDayOfYear","_overflowWeeks","_overflowWeekday","extendedIsoRegex","basicIsoRegex","tzRegex","isoDates","isoTimes","aspNetJsonRegex","obsOffsets","UT","GMT","EDT","EST","CDT","CST","MDT","MST","PDT","PST","configFromISO","allowTime","dateFormat","timeFormat","tzFormat","configFromStringAndFormat","untruncateYear","yearStr","configFromRFC2822","parsedArray","monthStr","dayStr","hourStr","minuteStr","secondStr","weekdayStr","parsedInput","getDay","checkWeekday","obsOffset","militaryOffset","numOffset","hm","calculateOffset","setUTCMinutes","getUTCMinutes","defaults","configFromArray","currentDate","expectedWeekday","yearToUse","nowValue","_useUTC","getUTCMonth","getUTCDate","getMonth","getDate","currentDateArray","weekYear","weekdayOverflow","curWeek","GG","W","E","createLocal","_week","gg","_dayOfYear","dayOfYearFromWeekInfo","_nextDay","ISO_8601","RFC_2822","skipped","stringLength","totalParsedInputLength","hour","isPm","meridiemHour","meridiemFixWrap","erasConvertYear","prepareConfig","preparse","tempConfig","bestMoment","scoreToBeat","currentScore","validFormatFound","bestFormatIsValid","score","configFromStringAndArray","createFromInputFallback","configFromString","dayOrDate","minute","millisecond","configFromObject","configFromInput","isUTC","prototypeMin","other","prototypeMax","pickBy","moments","ordering","Duration","years","quarters","quarter","weeks","isoWeek","days","milliseconds","unitHasDecimal","isDurationValid","_milliseconds","_days","_months","_bubble","isDuration","absRound","separator","utcOffset","sign","offsetFromString","chunkOffset","cloneWithOffset","model","setTime","local","getDateOffset","getTimezoneOffset","isUtc","aspNetRegex","isoRegex","createDuration","diffRes","parseIso","isBefore","positiveMomentsDifference","inp","isAfter","createAdder","direction","period","addSubtract","isAdding","invalid","isString","isMomentInput","arrayTest","dataTypeTest","item","isNumberOrStringArray","objectTest","propertyTest","isMomentInputObject","isCalendarSpec","monthDiff","wholeMonthDiff","anchor","newLocaleData","defaultFormat","defaultFormatUtc","mod$1","dividend","divisor","localStartOfDate","utcStartOfDate","matchEraAbbr","erasAbbrRegex","computeErasParse","abbrPieces","namePieces","narrowPieces","eras","narrow","_erasRegex","_erasNameRegex","_erasAbbrRegex","_erasNarrowRegex","addWeekYearFormatToken","getSetWeekYearHelper","weeksTarget","setWeekAll","dayOfYearData","erasNameRegex","erasNarrowRegex","erasParse","_eraYearOrdinalRegex","eraYearOrdinalParse","isoWeekYear","_dayOfMonthOrdinalParse","_ordinalParse","_dayOfMonthOrdinalParseLenient","getSetDayOfMonth","getSetMinute","getSetMillisecond","getSetSecond","parseMs","preParsePostFormat","formats","sod","startOf","calendarFormat","asFloat","zoneDelta","endOf","startOfDate","isoWeekday","inputString","postformat","withoutSuffix","humanize","fromNow","toNow","invalidAt","localInput","isBetween","inclusivity","localFrom","localTo","isSame","inputMs","isSameOrAfter","isSameOrBefore","parsingFlags","prioritized","unitsObj","u","getPrioritizedUnits","toObject","toDate","toISOString","keepOffset","zone","for","toJSON","unix","creationData","eraName","since","eraNarrow","eraAbbr","eraYear","isoWeeks","weekInfo","weeksInWeekYear","isoWeeksInYear","isoWeeksInISOWeekYear","parseWeekday","parseIsoWeekday","keepLocalTime","keepMinutes","localAdjust","_changeInProgress","parseZone","tZone","hasAlignedHourOffset","isDST","isUtcOffset","zoneAbbr","zoneName","dates","isDSTShifted","_isDSTShifted","array1","array2","dontConvert","lengthDiff","diffs","compareArrays","proto$1","get$1","field","listMonthsImpl","out","listWeekdaysImpl","localeSorted","_calendar","_longDateFormat","formatUpper","tok","_invalidDate","_ordinal","isFuture","_relativeTime","pastFuture","_eras","isFormat","_monthsShort","_monthsParseExact","firstDayOfYear","firstDayOfWeek","_weekdays","_weekdaysMin","_weekdaysShort","_weekdaysParseExact","_fullWeekdaysParse","charAt","isLower","langData","mathAbs","addSubtract$1","absCeil","daysToMonths","monthsToDays","makeAs","alias","as","asMilliseconds","asSeconds","asMinutes","asHours","asDays","asWeeks","asMonths","asQuarters","asYears","makeGetter","thresholds","substituteTimeAgo","abs$1","toISOString$1","totalSign","ymSign","daysSign","hmsSign","total","toFixed","proto$2","monthsFromDays","argWithSuffix","argThresholds","withSuffix","assign","posNegDuration","relativeTime$1","toIsoString","version","updateLocale","tmpLocale","relativeTimeRounding","roundingFunction","relativeTimeThreshold","threshold","limit","myMoment","HTML5_FMT","DATETIME_LOCAL","DATETIME_LOCAL_SECONDS","DATETIME_LOCAL_MS","DATE","TIME","TIME_SECONDS","TIME_MS","WEEK","MONTH","getOwnPropertyDescriptor","f","createNonEnumerableProperty","redefine","setGlobal","copyConstructorProperties","isForced","targetProperty","sourceProperty","descriptor","TARGET","GLOBAL","STATIC","stat","noTargetGet","forced","sham","it","globalThis","restArguments","startIndex","rest","isNull","isBoolean","isElement","tagTester","nodelist","Int8Array","hasStringTagBug","isIE11","Map","isDataView","getInt8","isArrayBuffer","buffer","isArguments","isSymbol","constant","createSizePropertyCheck","getSizeProperty","sizeProperty","shallowProperty","typedArrayPattern","collectNonEnumProps","emulatedSet","nonEnumIdx","isEmpty","isMatch","_keys","_wrapped","toBufferView","bufferSource","Uint8Array","byteOffset","aStack","bStack","deepEq","areArrays","aCtor","bCtor","isEqual","allKeys","ie11fingerprint","methods","weakMapMethods","forEachName","commonInit","mapTail","mapMethods","setMethods","pairs","functions","createAssigner","keysFunc","baseCreate","extendOwn","tap","interceptor","toPath","path","deepGet","identity","optimizeCb","argCount","accumulator","baseIteratee","Infinity","cb","iteratee","mapObject","currentKey","propertyOf","times","accum","createEscaper","escaper","testRegexp","replaceRegexp","templateSettings","evaluate","interpolate","noMatch","escapes","escapeRegExp","escapeChar","oldSettings","render","variable","template","fallback","idCounter","uniqueId","chain","instance","_chain","executeBound","sourceFunc","boundFunc","callingContext","partial","boundArgs","placeholder","bound","callArgs","flatten","hasher","memoize","address","throttle","previous","later","leading","throttled","_now","trailing","cancel","debounce","immediate","debounced","callNow","wrapper","negate","predicate","compose","memo","findKey","createPredicateIndexFinder","low","mid","createIndexFinder","predicateFind","sortedIndex","findIndex","findLastIndex","findWhere","createReduce","reducer","every","fromIndex","guard","contextPath","pluck","where","lastComputed","sample","rand","shuffle","sortBy","criteria","group","behavior","partition","pass","reStrSymbol","size","keyInObj","pick","compact","Boolean","otherArrays","difference","uniq","isSorted","seen","arrays","intersection","argsLength","unzip","range","chunk","chainResult","mixin","loadedScripts","loadedStyles","updatableNotification","getDefaultNotificationFunction","setDefault","$row","toastify","hideToast","showHtml","isHTML","TOAST_PERMANENT_TIMEOUT","toast","showMessage","toastElement","escapeHTML","showUpdate","showTemporary","TOAST_DEFAULT_TIMEOUT","isHidden","ajaxConnectionLostHandler","Notification","appConfig","oc_appconfig","AppConfig","getValue","app","setValue","getApps","getKeys","deleteKey","appswebroots","_oc_appswebroots","methodMap","update","patch","delete","read","parsePropFindResult","davProperties","subResult","propStat","propKey","parseIdFromLocation","queryPos","isSuccessStatus","callPropPatch","client","propPatch","changedProp","convertModelAttributesToDavProperties","changed","Backbone","VendorBackbone","davCall","dav","Client","baseUrl","xmlNamespaces","resolveUrl","OC","requestToken","propFind","propsMapping","callPropFind","request","callMkCol","responseJson","locationHeader","callMethod","davSync","isCollection","Collection","hasInnerCollection","usePUT","urlError","stringify","textStatus","errorThrown","_oc_config","rawUid","displayName","currentUser","Dialogs","YES_NO_BUTTONS","OK_BUTTONS","FILEPICKER_TYPE_CHOOSE","FILEPICKER_TYPE_MOVE","FILEPICKER_TYPE_COPY","FILEPICKER_TYPE_COPY_MOVE","FILEPICKER_TYPE_CUSTOM","dialogsCounter","alert","title","modal","OK_BUTTON","info","confirm","confirmDestructive","confirmHtml","prompt","_getMessageTemplate","$tmpl","dialogName","dialogId","$dlg","octemplate","dialog_name","label","buttonlist","ocdialog","defaultButton","closeOnEscape","close","filepicker","multiselect","mimetypeFilter","sortField","loading","emptyText","newText","filesClient","OCA","Sharing","PublicApp","fileList","Files","getClient","filelist","allowDirectoryChooser","_getFilePickerTemplate","$filePicker","emptytext","newtext","nameCol","sizeCol","modifiedCol","Util","isIE","$showGridView","_onGridviewChange","_getGridSettings","newButton","registerMenu","$input","newName","lastPos","lastIndexOf","selectRange","$form","checkInput","filename","trimmedName","blacklist_files_regex","isFileNameValid","tooltip","placement","newname","createDirectory","_fillFilePicker","hideMenus","keypress","$fileListHeader","$filelist","$filelistContainer","$dirTree","_handleTreeListSelect","_handlePickerClick","functionToCall","returnType","datapath","element","selectedName","buttonEnableDisable","dialogType","allowHtml","escapeFunction","confirmClasses","closeCallback","_fileexistsshown","fileexists","replacement","controller","dialogDeferred","crop","img","canvas","getContext","drawImage","resampleHermite","toDataURL","H","W2","H2","getImageData","img2","data2","ratio_w","ratio_h","ratio_w_half","ratio_h_half","x2","weight","weights","weights_alpha","gx_r","gx_g","gx_b","gx_a","center_y","dy","center_x","w0","xx","dx","sqrt","clearRect","putImageData","addConflict","$conflicts","$conflict","$originalDiv","$replacementDiv","humanFileSize","formatDate","mtime","directory","urlSpec","forceIcon","previewpath","generatePreviewUrl","FileReader","reader","blob","Blob","URL","webkitURL","originalUrl","createObjectURL","Image","readAsArrayBuffer","getCroppedPreview","MimeType","getIconUrl","checkboxId","_getFileExistsTemplate","allnewfiles","allexistingfiles","why","onCancel","onContinue","closeButton","$primaryButton","updatePrimaryButton","checkedCount","$checkbox","generateUrl","gridview","post","$filePickerTemplate","filePath","tmpl","$listTmpl","$messageTemplate","$fileexistsTemplate","_getFileList","mimetypes","getFolderContents","files","mimetype","Comparators","fileInfo1","fileInfo2","naturalSortCompare","comparator","file1","file2","isFavorite","fileInfo","tags","TAG_FAVORITE","_fillSlug","entry","simpleSize","sizeColor","icon","filename1","filename2","relativeModifiedDate","previewUrl","addButton","$template","paths","getOcDialog","_changeButtonsText","$element","copyText","folder","moveText","OCEventSource","joinChar","dataStr","typelessListeners","closed","listeners","getToken","useFallBack","EventSource","iframeId","iframeCount","fallBackSources","iframe","onmessage","listen","fallBackCallBack","lastLength","currentMenu","currentMenuToggle","lastMenu","isAdmin","_oc_isadmin","startSaving","startAction","finishedSaving","finishedAction","finishedSuccess","finishedError","_plugins","register","targetName","plugin","plugins","getPlugins","attach","targetObject","theme","_theme","chunkify","tz","History","_handlers","_pushState","strParams","buildQueryString","history","pushState","pathname","navigator","userAgent","patterns","fill","stroke","replaceState","_cancelPop","addOnPopStateHandler","_parseHashQuery","_decodeQuery","query","parseUrlQuery","parseQueryString","search","_onPopState","computerFileSize","bytes","bytesArray","kb","mb","gb","g","tb","pb","timestamp","TESTING","moment","getScrollBarWidth","_scrollBarWidth","inner","outer","w1","w2","clientWidth","stripTime","aa","bb","aNum","Number","bNum","localeCompare","getLanguage","waitFor","internalCallback","isCookieSetToValue","cookies","cookie","debug","_oc_debug","webroot","_oc_webroot","coreApps","menuSpeed","PERMISSION_ALL","PERMISSION_CREATE","PERMISSION_DELETE","PERMISSION_NONE","PERMISSION_READ","PERMISSION_SHARE","PERMISSION_UPDATE","fileIsBlacklisted","Config","addScript","generateFilePath","addStyle","createStyleSheet","Apps","appSettings","appid","scriptName","popup","arrowclass","loadJS","scriptname","jqxhr","ContactsMenu","dialogs","getCurrentUser","isUserAdmin","L10N","_ajaxConnectionLostHandler","_processAjaxError","_reloadCalled","_userIsNavigatingAway","setInterval","clearInterval","reload","registerXHRForErrorProcessing","loadCallback","getCapabilities","realGetCapabilities","$toggle","$menuEl","headerMenu","isClickableElement","showMenu","unregisterMenu","basename","encodePath","dirname","isSamePath","joinPaths","getHost","getHostName","hostname","getPort","port","getProtocol","getCanonicalLocale","addTranslations","queryString","components","part","decodeURIComponent","PasswordConfirmation","Plugins","tail","getRootPath","getRootUrl","imagePath","redirect","targetURL","getRequestToken","linkTo","linkToOCS","generateOcsUrl","linkToRemote","generateRemoteUrl","linkToRemoteBase","service","realGetRootUrl","subscribe","shared","NATIVE_SYMBOL","USE_SYMBOL_AS_UID","WellKnownSymbolsStore","createWellKnownSymbol","withoutSetter","fails","allOptions","noRewrite","_build","vars","modRewriteWorking","isCore","link","substring","encodeURI","requireObjectCoercible","toInteger","isBuffer","isFormData","FormData","isArrayBufferView","isFile","isBlob","isStream","isURLSearchParams","URLSearchParams","isStandardBrowserEnv","product","assignValue","thisArg","str","stripBOM","DESCRIPTORS","definePropertyModule","createPropertyDescriptor","IE8_DOM_DEFINE","anObject","toPrimitive","$defineProperty","O","P","Attributes","inspectSource","InternalStateModule","getInternalState","enforceInternalState","enforce","TEMPLATE","unsafe","IndexedObject","freeGlobal","freeSelf","isOldIE","atob","getTarget","styleTarget","querySelector","HTMLIFrameElement","stylesInDom","getIndexByIdentifier","modulesToDom","idCountMap","identifiers","media","sourceMap","references","updater","insertStyleElement","textStore","replaceText","applyToSingletonTag","styleSheet","cssNode","applyToTag","btoa","unescape","singleton","singletonCounter","styleIndex","removeStyleElement","newObj","lastIdentifiers","newList","newLastIdentifiers","_index","_slicedToArray","_arrayWithHoles","_s","_e","_arr","_n","_iterableToArrayLimit","minLen","_arrayLikeToArray","_unsupportedIterableToArray","_nonIterableRest","_item","cssMapping","base64","sourceMapping","sourceURLs","sources","sourceRoot","cssWithMappingToString","mediaQuery","dedupe","alreadyImportedModules","propertyIsEnumerableModule","toIndexedObject","$getOwnPropertyDescriptor","aFunction","bitmap","PREFERRED_STRING","NATIVE_WEAK_MAP","objectHas","sharedKey","hiddenKeys","WeakMap","store","wmget","wmhas","wmset","metadata","facade","STATE","getterFor","TYPE","toLength","arraySpeciesCreate","createMethod","IS_MAP","IS_FILTER","IS_SOME","IS_EVERY","IS_FIND_INDEX","IS_FILTER_OUT","NO_HOLES","$this","callbackfn","specificCreate","boundFunction","filterOut","translate","translatePlural","textSingular","textPlural","getFirstDay","firstDay","getDayNames","dayNames","getDayNamesShort","dayNamesShort","getDayNamesMin","dayNamesMin","getMonthNames","monthNames","getMonthNamesShort","monthNamesShort","classof","EXISTS","functionToString","copyright","postfix","IS_INCLUDES","integer","toAbsoluteIndex","includes","enumBugKeys","internalObjectKeys","getBuiltIn","getOwnPropertyNamesModule","getOwnPropertySymbols","getOwnPropertySymbolsModule","ownKeys","getOwnPropertyDescriptorModule","feature","detection","normalize","POLYFILL","NATIVE","require$$0","MAX_SAFE_INTEGER","activeXDocument","setPrototypeOf","CORRECT_SETTER","aPossiblePrototype","__proto__","dummy","Wrapper","NewTarget","NewTargetPrototype","defineProperties","Properties","objectKeys","IE_PROTO","EmptyConstructor","scriptTag","NullProtoObject","domain","ActiveXObject","iframeDocument","write","NullProtoObjectViaActiveX","documentCreateElement","contentWindow","F","whitespaces","ltrim","require$$1","require$$2","require$$3","NativeNumber","NumberPrototype","BROKEN_CLASSOF","toNumber","third","radix","maxCode","digits","NumberWrapper","inheritIfRequired","SEMVER_SPEC_VERSION","MAX_LENGTH","MAX_SAFE_COMPONENT_LENGTH","versions","v8","IS_NODE","V8_VERSION","MATCH","wellKnownSymbol","isRegExp","ignoreCase","multiline","dotAll","unicode","sticky","RE","re","SPECIES","CONSTRUCTOR_NAME","Constructor","NativeRegExp","RegExpPrototype","re1","re2","CORRECT_NEW","UNSUPPORTED_Y","stickyHelpers","RegExpWrapper","thisIsRegExp","patternIsRegExp","flagsAreUndefined","getFlags","setSpecies","nativeToString","NOT_GENERIC","INCORRECT_NAME","R","rf","propertyKey","originalArray","C","METHOD_NAME","foo","IS_CONCAT_SPREADABLE","IS_CONCAT_SPREADABLE_SUPPORT","SPECIES_SUPPORT","arrayMethodHasSpeciesSupport","isConcatSpreadable","spreadable","A","createProperty","createToken","isGlobal","REPLACE","REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE","SPLIT_WORKS_WITH_OVERWRITTEN_EXEC","originalExec","KEY","SYMBOL","DELEGATES_TO_SYMBOL","DELEGATES_TO_EXEC","execCalled","REPLACE_SUPPORTS_NAMED_GROUPS","REPLACE_KEEPS_$0","nativeRegExpMethod","nativeMethod","regexp","arg2","forceStringMethod","stringMethod","regexMethod","CONVERT_TO_STRING","S","codeAt","regexpExec","fixRegExpWellKnownSymbolLogic","nativeMatch","maybeCallNative","rx","regExpExec","fullUnicode","matchStr","advanceStringIndex","$trim","forcedStringTrimMethod","$map","HAS_SPECIES_SUPPORT","splitter","defaultConstructor","callRegExpExec","nativeJoin","ES3_STRINGS","STRICT_METHOD","arrayMethodIsStrict","$filter","loose","numeric","compareIdentifiers","anum","bnum","SemVer","parseOptions","major","minor","prerelease","compareMain","comparePre","build","er","UNSCOPABLES","ArrayPrototype","IteratorPrototype","PrototypeOfArrayIteratorPrototype","arrayIterator","ObjectPrototype","CORRECT_PROTOTYPE_GETTER","ITERATOR","BUGGY_SAFARI_ITERATORS","TO_STRING_TAG","TAG","returnThis","IteratorsCore","Iterable","NAME","IteratorConstructor","DEFAULT","IS_SET","FORCED","setToStringTag","Iterators","createIteratorConstructor","CurrentIteratorPrototype","getIterationMethod","KIND","defaultIterator","IterablePrototype","INCORRECT_VALUES_NAME","nativeIterator","anyNativeIterator","entries","setInternalState","defineIterator","iterated","kind","Arguments","addToUnscopables","isExtensible","preventExtensions","METADATA","setMetadata","objectID","weakData","meta","REQUIRED","fastKey","getWeakData","onFreeze","FREEZING","CORRECT_ARGUMENTS","classofRaw","TO_STRING_TAG_SUPPORT","tryGet","callee","returnMethod","Result","iterable","unboundFunction","iterFn","AS_ENTRIES","IS_ITERATOR","INTERRUPTED","condition","iteratorClose","callFn","getIteratorMethod","SAFE_CLOSING","called","iteratorWithReturn","internalStateGetterFor","common","IS_WEAK","ADDER","NativeConstructor","NativePrototype","exported","fixMethod","getConstructor","InternalMetadataModule","HASNT_CHAINING","THROWS_ON_PRIMITIVES","ACCEPT_ITERABLES","SKIP_CLOSING","ITERATION_SUPPORT","checkCorrectnessOfIteration","BUGGY_ZERO","$instance","anInstance","iterate","clear","setStrong","define","getEntry","removed","redefineAll","ITERATOR_NAME","getInternalCollectionState","getInternalIteratorState","point","CSSRuleList","CSSStyleDeclaration","CSSValueList","ClientRectList","DOMRectList","DOMStringList","DOMTokenList","DataTransferItemList","FileList","HTMLAllCollection","HTMLCollection","HTMLFormElement","HTMLSelectElement","MediaList","MimeTypeArray","NamedNodeMap","NodeList","PaintRequestList","Plugin","PluginArray","SVGLengthList","SVGNumberList","SVGPathSegList","SVGPointList","SVGStringList","SVGTransformList","SourceBufferList","StyleSheetList","TextTrackCueList","TextTrackList","TouchList","ArrayValues","ArrayIteratorMethods","COLLECTION_NAME","DOMIterables","CollectionPrototype","$forEach","nativePropertyIsEnumerable","1","V","nativeGetOwnPropertyDescriptor","nativeDefineProperty","Promise","channel","setImmediate","clearImmediate","MessageChannel","Dispatch","counter","runner","listener","postMessage","nextTick","IS_IOS","port2","port1","importScripts","flush","macrotask","MutationObserver","WebKitMutationObserver","queueMicrotaskDescriptor","queueMicrotask","exit","enter","IS_WEBOS_WEBKIT","observe","characterData","Internal","OwnPromiseCapability","PromiseWrapper","nativeThen","task","PromiseCapability","$$resolve","$$reject","promiseCapability","newPromiseCapability","PROMISE","getInternalPromiseState","PromiseConstructor","NativePromise","$fetch","newPromiseCapabilityModule","newGenericPromiseCapability","DISPATCH_EVENT","createEvent","dispatchEvent","NATIVE_REJECTION_EVENT","PromiseRejectionEvent","FakePromise","INCORRECT_ITERATION","isThenable","isReject","notified","reactions","microtask","ok","exited","reaction","rejection","onHandleUnhandled","onUnhandled","reason","initEvent","hostReportErrors","isUnhandled","perform","emit","internalReject","internalResolve","executor","speciesConstructor","fetch","promiseResolve","capability","$promiseResolve","alreadyCalled","race","FilePickerType","FilePicker","_this","directoriesAllowed","multiSelect","mimeTypeFiler","FilePickerBuilder","allow","nativeAssign","B","symbol","chr","T","argumentsLength","__assign","nativeExec","nativeReplace","patchedExec","UPDATES_LAST_INDEX_WRONG","BROKEN_CARET","NPCG_INCLUDED","reCopy","regexpFlags","charsAdded","strCopy","SUBSTITUTION_SYMBOLS","SUBSTITUTION_SYMBOLS_NO_NAMED","captures","namedCaptures","tailPos","symbols","capture","maybeToString","UNSAFE_SUBSTITUTE","searchValue","replaceValue","replacer","functionalReplace","accumulatedResult","nextSourcePosition","replacerArgs","getSubstitution","arrayPush","SUPPORTS_Y","SPLIT","nativeSplit","internalSplit","lim","lastLastIndex","separatorCopy","unicodeMatching","q","z","Toastify","yourClass","background","buildToast","divElement","positionLeft","Node","avatar","avatarElement","closeElement","screen","stopOnFocus","newWindow","getAxisOffsetAValue","xOffset","yOffset","gravity","showToast","rootElement","HTMLElement","removeElement","topLeftOffsetSize","bottom","topRightOffsetSize","offsetSize","allToasts","classUsed","containsClass","reIsDeepProp","reIsPlainProp","reLeadingDot","rePropName","reEscapeChar","reIsHostCtor","arrayProto","funcProto","objectProto","coreJsData","maskSrcKey","funcToString","objectToString","reIsNative","getNative","symbolProto","symbolToString","Hash","ListCache","MapCache","assocIndexOf","baseGet","isKey","stringToPath","toKey","baseIsNative","isHostObject","toSource","getMapData","__data__","baseToString","quote","resolver","memoized","Cache","isObjectLike","ach","examples","plural","nplurals","pluralsText","pluralsFunc","af","ak","am","an","ar","arn","ast","ay","az","be","bg","bn","bo","br","brx","bs","ca","cgg","cs","csb","cy","da","de","doi","dz","en","eo","es","et","eu","fa","ff","fi","fil","fo","fr","fur","fy","ga","gd","gl","gu","gun","ha","he","hi","hne","hr","hu","hy","ja","jbo","jv","ka","kk","km","kn","ko","ku","kw","ky","lb","ln","lo","lt","lv","mai","mfe","mg","mi","mk","ml","mn","mni","mnk","mr","mt","my","nah","nap","nb","ne","nl","nn","no","nso","oc","or","pa","pap","pl","pms","ps","pt","rm","ro","ru","rw","sah","sat","sco","sd","se","si","sk","sl","so","son","sq","sr","su","sv","sw","ta","te","tg","ti","tk","tt","ug","uk","ur","uz","vi","wa","wo","yo","zh","Gettext","catalogs","sourceLocale","eventName","eventData","translations","setLocale","setTextDomain","gettext","msgid","dnpgettext","dgettext","ngettext","msgidPlural","dngettext","pgettext","msgctxt","dpgettext","npgettext","translation","defaultTranslation","_getTranslation","plurals","getLanguageCode","msgstr","getComment","comments","textdomain","setlocale","addTextdomain","GettextBuilder","_nodeGettext","default","_classCallCheck","_defineProperties","_createClass","protoProps","staticProps","language","setLanguage","GettextWrapper","gt","translated","placeholders","subtitudePlaceholders","singular","gtBuilder","getGettextBuilder","ToastType","onRemove","onClick","isNode","showError","ERROR","showWarning","WARNING","showInfo","INFO","showSuccess","SUCCESS","normalizeComponent","scriptExports","staticRenderFns","functionalTemplate","injectStyles","scopeId","moduleIdentifier","shadowMode","_compiled","functional","_scopeId","$vnode","ssrContext","__VUE_SSR_CONTEXT__","_registeredComponents","_ssrRegister","$root","$options","shadowRoot","_injectStyles","originalRender","existing","beforeCreate","IS_PURE","cachedSetTimeout","cachedClearTimeout","defaultSetTimout","defaultClearTimeout","runTimeout","currentQueue","draining","queueIndex","cleanUpNextTick","drainQueue","marker","runClearTimeout","Item","browser","env","argv","addListener","removeListener","removeAllListeners","prependListener","prependOnceListener","binding","cwd","chdir","umask","escapeExpression","toHTML","possible","badChars","createFrame","frame","_parent","blockParams","ids","appendContextPath","getRawTag","symToStringTag","$propertyIsEnumerable","NASHORN_BUG","manageFromDocument","setToken","newToken","manageToken","_axios","_auth","requesttoken","cancelableClient","CancelToken","isCancel","onRequestTokenUpdate","previousBackbone","emulateHTTP","emulateJSON","_listening","Events","eventSplitter","eventsApi","_events","onApi","ctx","listening","_listeners","interop","listenTo","_listenId","listeningTo","_listeningTo","Listening","tryCatchOn","offApi","stopListening","_callback","cleanup","onceMap","listenToOnce","offer","triggerApi","objEvents","allEvents","triggerEvents","ev","a1","a2","a3","Model","preinitialize","cid","cidPrefix","initialize","validationError","idAttribute","sync","_validate","unset","silent","changes","changing","_changing","_previousAttributes","_pending","hasChanged","changedAttributes","previousAttributes","resp","serverAttrs","wrapError","save","validate","isNew","destroy","models","_reset","setOptions","addOptions","at","_removeModels","added","merged","_isModel","toAdd","toMerge","toRemove","modelMap","sortable","sortAttr","_prepareModel","_addReference","orderChanged","_removeReference","previousModels","_byId","modelId","callbackOpts","CollectionIterator","ITERATOR_VALUES","ITERATOR_KEYS","ITERATOR_KEYSVALUES","_onModelEvent","prevId","$$iterator","_collection","_kind","View","viewOptions","_ensureElement","delegateEventSplitter","tagName","$el","_removeElement","setElement","undelegateEvents","_setElement","delegateEvents","_createElement","_setAttributes","addUnderscoreMethods","Class","attribute","defaultVal","addMethod","modelMatcher","collect","reduce","foldl","inject","reduceRight","foldr","detect","any","include","invoke","take","drop","without","groupBy","countBy","indexBy","omit","Base","mappings","_method","Router","routes","_bindRoutes","optionalParam","namedParam","splatParam","route","_routeToRegExp","router","_extractParameters","execute","navigate","optional","checkUrl","routeStripper","rootStripper","pathStripper","started","atRoot","getSearch","matchRoot","decodeFragment","decodeURI","getHash","getPath","getFragment","_usePushState","_wantsHashChange","hashChange","_hasHashChange","documentMode","_useHashChange","_wantsPushState","_hasPushState","rootPath","iWindow","_checkUrlInterval","loadUrl","detachEvent","decodedFragment","_updateHash","child","__super__","_requesttoken","_user","$exec","_oc_l10n_registry_translations","_oc_l10n_registry_plural_functions","registerAppTranslations","appId","pluralFunction","hasAppTranslations","getAppTranslations","L10n","appName","pluralForm","bundle","_getPlural","_unregister","sanitize","optSanitize","DOMPurify","optEscape","Handlebars","registerHelper","errorProps","Exception","loc","line","endLineNumber","column","endColumn","captureStackTrace","lineNumber","nop","loadState","endpoint","requiresPasswordConfirmation","requirePasswordConfirmation","listCacheClear","listCacheDelete","listCacheGet","listCacheHas","listCacheSet","isKeyable","webpackPolyfill","Set","baseGetTag","dataViewCtorString","mapCtorString","promiseCtorString","setCtorString","weakMapCtorString","getTag","ctorString","matchHtmlRegExp","emptyObject","freeze","isUndef","isDef","isTrue","isPrimitive","_toString","isValidArrayIndex","isPromise","makeMap","expectsLowerCase","isReservedAttribute","camelizeRE","camelize","capitalize","hyphenateRE","hyphenate","boundFn","_length","_from","looseEqual","isObjectA","isObjectB","isArrayA","isArrayB","keysA","keysB","looseIndexOf","ASSET_TYPES","LIFECYCLE_HOOKS","optionMergeStrategies","productionTip","devtools","performance","errorHandler","warnHandler","ignoredElements","keyCodes","isReservedTag","isReservedAttr","isUnknownElement","getTagNamespace","parsePlatformTagName","mustUseProp","_lifecycleHooks","unicodeRegExp","def","bailRE","_isServer","hasProto","inBrowser","inWeex","WXEnvironment","platform","weexPlatform","UA","isIE9","isEdge","isIOS","isFF","nativeWatch","watch","supportsPassive","isServerRendering","VUE_ENV","__VUE_DEVTOOLS_GLOBAL_HOOK__","isNative","_Set","hasSymbol","Reflect","Dep","subs","addSub","sub","removeSub","depend","addDep","targetStack","pushTarget","popTarget","VNode","elm","componentOptions","asyncFactory","fnContext","fnOptions","fnScopeId","componentInstance","isStatic","isRootInsert","isComment","isCloned","isOnce","asyncMeta","isAsyncPlaceholder","prototypeAccessors","createEmptyVNode","createTextVNode","cloneVNode","vnode","cloned","arrayMethods","inserted","ob","__ob__","observeArray","dep","arrayKeys","shouldObserve","toggleObserving","Observer","vmCount","protoAugment","copyAugment","walk","asRootData","_isVue","defineReactive$$1","customSetter","shallow","childOb","dependArray","newVal","del","items","strats","mergeData","toVal","fromVal","mergeDataOrFn","parentVal","childVal","vm","instanceData","defaultData","mergeHook","dedupeHooks","mergeAssets","key$1","provide","defaultStrat","mergeOptions","normalizeProps","normalized","normalizeInject","dirs","directives","def$$1","normalizeDirectives","_base","extends","mixins","mergeField","strat","resolveAsset","warnMissing","assets","camelizedId","PascalCaseId","validateProp","propOptions","propsData","absent","booleanIndex","getTypeIndex","stringIndex","_props","getType","getPropDefaultValue","prevShouldObserve","isSameType","expectedTypes","handleError","$parent","errorCaptured","globalHandleError","invokeWithErrorHandling","_handled","logError","timerFunc","isUsingMicroTask","callbacks","pending","flushCallbacks","copies","observer","textNode","_resolve","seenObjects","traverse","_traverse","isA","depId","normalizeEvent","passive","once$$1","createFnInvoker","invoker","arguments$1","updateListeners","oldOn","remove$$1","createOnceHandler","mergeVNodeHook","hookKey","oldHook","wrappedHook","checkProp","preserve","normalizeChildren","normalizeArrayChildren","nestedIndex","isTextNode","_isVList","resolveInject","provideKey","_provided","provideDefault","resolveSlots","slots","slot","name$1","isWhitespace","normalizeScopedSlots","normalSlots","prevSlots","hasNormalSlots","isStable","$stable","$key","_normalized","$hasNormal","normalizeScopedSlot","key$2","proxyNormalSlot","renderList","renderSlot","bindObject","scopedSlotFn","$scopedSlots","$slots","$createElement","resolveFilter","isKeyNotMatch","expect","actual","checkKeyCodes","eventKeyCode","builtInKeyCode","eventKeyName","builtInKeyName","mappedKeyCode","bindObjectProps","asProp","isSync","loop","domProps","camelizedKey","hyphenatedKey","$event","renderStatic","isInFor","_staticTrees","tree","markStatic","_renderProxy","markOnce","markStaticNode","bindObjectListeners","ours","resolveScopedSlots","hasDynamicKeys","contentHashKey","bindDynamicKeys","baseObj","prependModifier","installRenderHelpers","_o","_t","_q","_m","_k","_b","_v","_u","_g","_p","FunctionalRenderContext","contextVm","this$1","_original","isCompiled","needNormalization","injections","scopedSlots","_c","cloneAndMarkFunctionalResult","renderContext","mergeProps","componentVNodeHooks","hydrating","_isDestroyed","keepAlive","mountedNode","prepatch","_isComponent","_parentVnode","inlineTemplate","createComponentInstanceForVnode","activeInstance","$mount","oldVnode","parentVnode","renderChildren","newScopedSlots","oldScopedSlots","hasDynamicScopedSlot","needsForceUpdate","_renderChildren","_vnode","$attrs","$listeners","propKeys","_propKeys","oldListeners","_parentListeners","updateComponentListeners","$forceUpdate","updateChildComponent","_isMounted","callHook","_inactive","activatedChildren","activateChildComponent","deactivateChildComponent","direct","_directInactive","isInInactiveTree","$children","$destroy","hooksToMerge","createComponent","baseCtor","errorComp","resolved","currentRenderingInstance","owners","loadingComp","timerLoading","timerTimeout","$on","forceRender","renderCompleted","ensureCtor","component","resolveAsyncComponent","createAsyncPlaceholder","resolveConstructorOptions","transformModel","extractPropsFromVNodeData","vnodes","createFunctionalComponent","nativeOn","abstract","_merged","mergeHook$1","installComponentHooks","f1","f2","normalizationType","alwaysNormalize","simpleNormalizeChildren","pre","applyNS","force","class","registerDeepBindings","comp","getFirstComponentChild","remove$1","$off","_target","onceHandler","setActiveInstance","prevActiveInstance","_hasHookEvent","$emit","waiting","flushing","currentFlushTimestamp","getNow","flushSchedulerQueue","watcher","activatedQueue","updatedQueue","callActivatedHooks","_watcher","callUpdatedHooks","uid$2","Watcher","expOrFn","isRenderWatcher","_watchers","user","lazy","dirty","deps","newDeps","depIds","newDepIds","expression","segments","parsePath","cleanupDeps","queueWatcher","oldValue","_isBeingDestroyed","sharedPropertyDefinition","sourceKey","initState","propsOptions","initProps","initMethods","initData","watchers","_computedWatchers","isSSR","userDef","computedWatcherOptions","defineComputed","initComputed","createWatcher","initWatch","shouldCache","createComputedGetter","createGetterInvoker","$watch","uid$3","super","superOptions","modifiedOptions","latest","sealed","sealedOptions","resolveModifiedOptions","extendOptions","Vue","_init","initExtend","Super","SuperId","cachedCtors","_Ctor","Sub","Comp","initProps$1","initComputed$1","use","getComponentName","pruneCache","keepAliveInstance","cachedNode","pruneCacheEntry","cached$$1","_uid","vnodeComponentOptions","_componentTag","initInternalComponent","_self","$refs","initLifecycle","initEvents","parentData","initRender","initInjections","initProvide","initMixin","dataDef","propsDef","$set","$delete","stateMixin","hookRE","$once","i$1","cbs","eventsMixin","_update","prevEl","prevVnode","restoreActiveInstance","__patch__","__vue__","lifecycleMixin","$nextTick","_render","ref","renderMixin","patternTypes","builtInComponents","KeepAlive","exclude","created","destroyed","mounted","configDef","util","defineReactive","observable","installedPlugins","_installedPlugins","install","initUse","initMixin$1","definition","initAssetRegisters","initGlobalAPI","acceptValue","isEnumeratedAttr","isValidContentEditableValue","isBooleanAttr","xlinkNS","isXlink","getXlinkProp","isFalsyAttrValue","genClassForVnode","childNode","mergeClassData","staticClass","dynamicClass","stringifyClass","renderClass","stringified","stringifyArray","stringifyObject","namespaceMap","svg","math","isHTMLTag","isSVG","unknownElementCache","isTextInputType","nodeOps","multiple","createElementNS","newNode","referenceNode","setTextContent","setStyleScope","registerRef","isRemoval","refs","refInFor","emptyNode","sameVnode","typeA","typeB","sameInputType","createKeyToOldIdx","beginIdx","endIdx","updateDirectives","oldDir","isCreate","isDestroy","oldDirs","normalizeDirectives$1","newDirs","dirsWithInsert","dirsWithPostpatch","oldArg","callHook$1","componentUpdated","callInsert","emptyModifiers","modifiers","getRawDirName","rawName","baseModules","updateAttrs","inheritAttrs","oldAttrs","setAttr","removeAttributeNS","baseSetAttr","convertEnumeratedValue","setAttributeNS","__ieph","blocker","updateClass","oldData","cls","transitionClass","_transitionClasses","_prevClass","target$1","klass","createOnceHandler$1","remove$2","useMicrotaskFix","add$1","attachedTimestamp","_wrapper","updateDOMListeners","change","normalizeEvents","svgContainer","updateDOMProps","oldProps","_value","strCur","shouldUpdateValue","checkVal","composing","notInFocus","isNotInFocusAndDirty","_vModifiers","isDirtyWithModifiers","parseStyleText","propertyDelimiter","normalizeStyleData","normalizeStyleBinding","staticStyle","bindingStyle","cssVarRE","importantRE","setProp","normalizedName","vendorNames","updateStyle","oldStaticStyle","oldStyleBinding","normalizedStyle","oldStyle","newStyle","checkChild","styleData","getStyle","whitespaceRE","classList","tar","resolveTransition","autoCssTransition","enterClass","enterToClass","enterActiveClass","leaveClass","leaveToClass","leaveActiveClass","hasTransition","transitionProp","transitionEndEvent","animationProp","animationEndEvent","ontransitionend","onwebkittransitionend","onanimationend","onwebkitanimationend","raf","nextFrame","addTransitionClass","transitionClasses","removeTransitionClass","whenTransitionEnds","expectedType","getTransitionInfo","propCount","ended","onEnd","transformRE","transitionDelays","transitionDurations","transitionTimeout","getTimeout","animationDelays","animationDurations","animationTimeout","hasTransform","delays","durations","toMs","toggleDisplay","_leaveCb","cancelled","transition","_enterCb","appearClass","appearToClass","appearActiveClass","beforeEnter","afterEnter","enterCancelled","beforeAppear","appear","afterAppear","appearCancelled","transitionNode","isAppear","startClass","activeClass","toClass","beforeEnterHook","enterHook","afterEnterHook","enterCancelledHook","explicitEnterDuration","expectsCSS","userWantsControl","getHookArgumentsLength","pendingNode","isValidDuration","leave","beforeLeave","afterLeave","leaveCancelled","delayLeave","explicitLeaveDuration","performLeave","invokerFns","_enter","backend","removeNode","createElm","insertedVnodeQueue","parentElm","refElm","nested","ownerArray","isReactivated","initComponent","innerNode","activate","reactivateComponent","setScope","createChildren","invokeCreateHooks","pendingInsert","isPatchable","ref$$1","ancestor","addVnodes","startIdx","invokeDestroyHook","removeVnodes","removeAndInvokeRemoveHook","childElm","createRmCb","findIdxInOld","oldCh","patchVnode","removeOnly","hydrate","newCh","oldKeyToIdx","idxInOld","vnodeToMove","oldStartIdx","newStartIdx","oldEndIdx","oldStartVnode","oldEndVnode","newEndIdx","newStartVnode","newEndVnode","canMove","updateChildren","postpatch","invokeInsertHook","isRenderedModule","inVPre","hasChildNodes","childrenMatch","fullInvoke","isInitialPatch","isRealElement","hasAttribute","oldElm","patchable","i$2","createPatchFunction","vmodel","directive","_vOptions","setSelected","onCompositionStart","onCompositionEnd","prevOptions","curOptions","hasNoMatchingOption","actuallySetSelected","isMultiple","locateNode","platformDirectives","transition$$1","originalDisplay","__vOriginalDisplay","transitionProps","getRealChild","compOptions","extractTransitionData","rawChild","isNotTextNode","isVShowDirective","Transition","hasParentTransition","_leaving","oldRawChild","oldChild","isSameChild","delayedLeave","moveClass","callPendingCbs","_moveCb","recordPosition","newPos","applyTranslation","oldPos","moved","transform","WebkitTransform","transitionDuration","platformComponents","TransitionGroup","beforeMount","kept","prevChildren","rawChildren","transitionData","c$1","updated","hasMove","_reflow","propertyName","_hasMove","HTMLUnknownElement","updateComponent","mountComponent","Search","_len","_key","nonEmptyArgs","lastArg","leadingSlash","trailingSlash","sections","acc","section","path1","path2","pathSections1","pathSections2","$assign","objectCreate","baseAssignValue","customizer","newValue","arrayLikeKeys","baseKeys","stubFalse","freeExports","freeModule","Buffer","utils","encode","paramsSerializer","serializedParams","hashmarkIndex","__CANCEL__","normalizeHeaderName","DEFAULT_CONTENT_TYPE","setContentTypeIfUnset","adapter","transformRequest","transformResponse","xsrfCookieName","xsrfHeaderName","maxContentLength","maxBodyLength","validateStatus","settle","buildURL","buildFullPath","parseHeaders","isURLSameOrigin","createError","requestData","auth","Authorization","fullPath","baseURL","responseURL","timeoutErrorMessage","xsrfValue","withCredentials","onDownloadProgress","onUploadProgress","upload","cancelToken","enhanceError","config1","config2","valueFromConfig2Keys","mergeDeepPropertiesKeys","defaultToConfig2Keys","directMergeKeys","getMergedValue","mergeDeepProperties","axiosKeys","otherKeys","Cancel","$indexOf","nativeIndexOf","NEGATIVE_ZERO","searchElement","reIsUint","baseIsArguments","isLength","stackClear","stackDelete","stackGet","stackHas","stackSet","Stack","mapCacheClear","mapCacheDelete","mapCacheGet","mapCacheHas","mapCacheSet","baseKeysIn","getPrototype","overArg","thisBinding","baseIsTypedArray","baseUnary","nodeUtil","nodeIsTypedArray","isTypedArray","freeProcess","require","arrayFilter","stubArray","nativeGetSymbols","getSymbols","arrayBuffer","byteLength","observers","_eventBus","tokenElement","uidElement","displayNameElement","_interopRequireDefault","_interopRequireWildcard","_handlebarsSafeString2","_handlebarsException2","Utils","runtime","_handlebarsNoConflict2","hb","HandlebarsEnvironment","SafeString","VM","spec","inst","IS_RIGHT","baseTimes","isIndex","inherited","isArr","isArg","isBuff","isType","skipIndexes","SetCache","arraySome","cacheHas","bitmask","equalFunc","isPartial","arrLength","othLength","arrStacked","othStacked","arrValue","othValue","compared","othIndex","baseSetData","createBind","createCurry","createHybrid","createPartial","setData","setWrapToString","nativeMax","partials","holders","argPos","ary","arity","isBindKey","partialsRight","holdersRight","newData","baseLodash","LazyWrapper","__wrapped__","__actions__","__dir__","__filtered__","__iteratees__","__takeCount__","__views__","nativeNow","lastCalled","stamp","baseSetToString","setToString","shortOut","resIndex","objValue","isPrototype","baseGetAllKeys","symbolsFunc","baseIsEqualDeep","baseIsEqual","Axios","mergeConfig","createInstance","defaultConfig","axios","instanceConfig","promises","spread","isAxiosError","InterceptorManager","dispatchRequest","interceptors","fulfilled","rejected","getUri","eject","transformData","throwIfCancellationRequested","throwIfRequested","description","fileName","columnNumber","expires","secure","toGMTString","isAbsoluteURL","combineURLs","requestedURL","relativeURL","ignoreDuplicateOf","originURL","msie","urlParsingNode","resolveURL","requestURL","resolvePromise","payload","dynamicSlideToggleEnabled","enableDynamicSlideToggle","registerAppsSlideToggle","areaSelector","area","hideArea","showArea","_XML_CHAR_MAP","_escapeXml","userName","parseClarkNotation","_renderPropSet","propName","propValue","mkcol","xhrProvider","fulfill","resultBody","parseMultiStatus","_parsePropNode","propNode","subNodes","xmlBody","responseIterator","XPathResult","ANY_TYPE","responseNode","iterateNext","stringValue","propStatIterator","propStatNode","propIterator","namespaceURI","localName","baseParts","parseUrl","subString","scheme","pageLoadTime","serverTimeDiff","nc_pageLoad","timeSinceLogin","nc_lastLogin","backendAllowsPasswordConfirmation","rejectCallback","_confirmPassword","$dialog","$error","$buttons","lastLogin","convert","$reduce","CHROME_VERSION","_utils","_exception2","_helpers","_decorators","_logger2","_internalProtoAccess","COMPILER_REVISION","LAST_COMPATIBLE_COMPILER_REVISION","REVISION_CHANGES","2","3","4","5","6","7","8","helpers","decorators","registerDefaultHelpers","registerDefaultDecorators","logger","log","unregisterHelper","registerPartial","unregisterPartial","registerDecorator","unregisterDecorator","resetLoggedPropertyAccesses","resetLoggedProperties","_helpersBlockHelperMissing2","_helpersEach2","_helpersHelperMissing2","_helpersIf2","_helpersLog2","_helpersLookup2","_helpersWith2","moveHelperToHooks","helperName","keepHelper","level","lookupLevel","levelMap","createProtoAccessControl","runtimeOptions","defaultMethodWhiteList","defaultPropertyWhiteList","whitelist","_createNewLookupObject","createNewLookupObject","allowedProtoProperties","allowProtoPropertiesByDefault","allowedProtoMethods","allowProtoMethodsByDefault","resultIsAllowed","protoAccessControl","checkWhiteList","loggedProperties","protoAccessControlForType","logUnexpecedPropertyAccessOnce","metaMap","isMasked","nativeObjectToString","isOwn","unmasked","composeArgs","composeArgsRight","countHolders","createCtor","createRecurry","getHolder","reorder","replaceHolders","isAry","isBind","isCurried","isFlip","holdersCount","newHolders","argsIndex","holdersLength","leftIndex","leftLength","rangeLength","isUncurried","holdersIndex","rightIndex","rightLength","isLaziable","wrapFunc","isCurry","LodashWrapper","chainAll","__chain__","__index__","__values__","getWrapDetails","insertWrapDetails","updateWrapDetails","reference","toFinite","remainder","copyObject","typedArrayTags","arrayEach","baseAssign","baseAssignIn","cloneBuffer","copyArray","copySymbols","copySymbolsIn","getAllKeys","getAllKeysIn","initCloneArray","initCloneByTag","initCloneObject","isMap","isSet","keysIn","cloneableTags","baseClone","isDeep","isFlat","isFull","isFunc","stacked","subValue","LARGE_ARRAY_SIZE","hashClear","hashDelete","hashGet","hashHas","hashSet","nativeKeysIn","isProto","allocUnsafe","getSymbolsIn","cloneArrayBuffer","typedArray","objectCtorString","equalArrays","equalByTag","equalObjects","objectTag","objIsArr","othIsArr","objTag","othTag","objIsObj","othIsObj","isSameTag","objIsWrapped","othIsWrapped","objUnwrapped","othUnwrapped","setCacheAdd","setCacheHas","mapToArray","setToArray","symbolValueOf","objProps","objLength","objStacked","skipCtor","objCtor","othCtor","srcValue","castPath","memoizeCapped","otherArgs","symbolMap","9","numberMap","pluralize","weekdaysParseExact","suffixes","70","80","20","50","100","10","30","60","90","relativeTimeWithPlural","forms","standalone","lastDigit","last2Digits","monthsParseExact","relativeTimeWithMutation","mutationTable","softMutation","mutation","minWeekdaysParse","fullWeekdaysParse","shortWeekdaysParse","monthsStrictRegex","monthsShortStrictRegex","longMonthsParse","shortMonthsParse","lastNumber","ll","lll","llll","processRelativeTime","monthsNominativeEl","monthsGenitiveEl","momentToFormat","_monthsGenitiveEl","_monthsNominativeEl","calendarEl","_calendarEl","monthsShortDot","numbersPast","numbersFuture","verbalNumber","monthsShortWithDots","monthsShortWithoutDots","weekEndings","eraYearOrdinalRegex","$0","$1","$2","40","isUpper","eifelerRegelAppliesToNumber","translateSingular","relativeTimeWithSingular","translator","words","correctGrammaticalCase","wordKey","relativeTimeMr","monthsNominative","monthsSubjective","12","13","numbersNouns","numberNoun","hundred","ten","word","numberAsNoun","processHoursFunction","nominative","accusative","genitive","RangeError","Timeout","clearFn","_id","_clearFn","scope","unref","enroll","msecs","_idleTimeoutId","_idleTimeout","unenroll","_unrefActive","_onTimeout","registerImmediate","messagePrefix","onGlobalMessage","nextHandle","tasksByHandle","currentlyRunningATask","attachTo","runIfPresent","postMessageIsAsynchronous","oldOnMessage","canUsePostMessage","Contact","fullName","lastMessage","actions","hasOneAction","hasTwoActions","hasManyActions","ContactCollection","ContactsListView","_subViews","contact","ContactsListItemView","_onChildActionMenuToggle","$src","_template","_model","_actionMenuShown","contactTemplate","_onOtherActionMenuOpened","imageplaceholder","_onToggleActionsMenu","ContactsMenuView","_loadingTemplate","_errorTemplate","_contentTemplate","_contactsTemplate","_contacts","_searchTerm","templates","menu","_onSearch","searchTerm","loadingTemplate","errorTemplate","couldNotLoadText","contentTemplate","searchContactsText","contactsTemplate","noContactsFoundText","showAllContactsText","contactsAppMgmtText","showLoading","loadingText","showContacts","viewData","contacts","contactsAppEnabled","contactsAppURL","canInstallApp","contactsAppMgmtURL","searchVal","_$trigger","_view","_contactsPromise","_loadContacts","_toggleVisibility","_getContacts","term","_initialState","seal","_ref","construct","thisValue","Func","_toConsumableArray","arrayForEach","unapply","arrayPop","stringToLowerCase","stringMatch","stringReplace","stringIndexOf","stringTrim","regExpTest","typeErrorCreate","_len2","_key2","addToSet","lcElement","newObject","lookupGetter","desc","svgFilters","svgDisallowed","mathMl","mathMlDisallowed","html$1","svg$1","mathMl$1","MUSTACHE_EXPR","ERB_EXPR","DATA_ATTR","ARIA_ATTR","IS_ALLOWED_URI","IS_SCRIPT_OR_DATA","ATTR_WHITESPACE","_typeof","_toConsumableArray$1","getGlobal","_createTrustedTypesPolicy","trustedTypes","createPolicy","currentScript","policyName","createHTML","html$$1","createDOMPurify","isSupported","originalDocument","DocumentFragment","HTMLTemplateElement","Element","NodeFilter","_window$NamedNodeMap","MozNamedAttrMap","Text","Comment","ElementPrototype","getNextSibling","getChildNodes","getParentNode","trustedTypesPolicy","emptyHTML","RETURN_TRUSTED_TYPE","_document","createNodeIterator","importNode","MUSTACHE_EXPR$$1","ERB_EXPR$$1","DATA_ATTR$$1","ARIA_ATTR$$1","IS_SCRIPT_OR_DATA$$1","ATTR_WHITESPACE$$1","IS_ALLOWED_URI$$1","ALLOWED_TAGS","DEFAULT_ALLOWED_TAGS","ALLOWED_ATTR","DEFAULT_ALLOWED_ATTR","FORBID_TAGS","FORBID_ATTR","ALLOW_ARIA_ATTR","ALLOW_DATA_ATTR","ALLOW_UNKNOWN_PROTOCOLS","SAFE_FOR_TEMPLATES","WHOLE_DOCUMENT","SET_CONFIG","FORCE_BODY","RETURN_DOM","RETURN_DOM_FRAGMENT","RETURN_DOM_IMPORT","SANITIZE_DOM","KEEP_CONTENT","IN_PLACE","USE_PROFILES","FORBID_CONTENTS","DATA_URI_TAGS","DEFAULT_DATA_URI_TAGS","URI_SAFE_ATTRIBUTES","DEFAULT_URI_SAFE_ATTRIBUTES","MATHML_NAMESPACE","SVG_NAMESPACE","HTML_NAMESPACE","NAMESPACE","CONFIG","formElement","_parseConfig","cfg","ADD_URI_SAFE_ATTR","ADD_DATA_URI_TAGS","ALLOWED_URI_REGEXP","ADD_TAGS","ADD_ATTR","table","MATHML_TEXT_INTEGRATION_POINTS","HTML_INTEGRATION_POINTS","ALL_SVG_TAGS","ALL_MATHML_TAGS","_checkValidNamespace","parentTagName","commonSvgAndHTMLElements","_forceRemove","outerHTML","_removeAttribute","_initDocument","leadingWhitespace","dirtyPayload","createDocument","_createIterator","SHOW_ELEMENT","SHOW_COMMENT","SHOW_TEXT","FILTER_ACCEPT","_isClobbered","_isNode","_executeHook","entryPoint","currentNode","_sanitizeElements","allowedTags","_isValidAttribute","lcTag","lcName","_sanitizeAttributes","hookEvent","attrName","attrValue","keepAttr","allowedAttributes","_attr","forceKeepAttr","_sanitizeShadowDOM","shadowNode","shadowIterator","nextNode","importedNode","oldNode","returnNode","toStaticHTML","nodeIterator","serializedHTML","setConfig","clearConfig","isValidAttribute","addHook","hookFunction","removeHook","removeHooks","removeAllHooks","_humanfilesize","formatFileSize","thisNumberValue","repeat","nativeToFixed","multiply","c2","divide","dataToString","fractionDigits","fractDigits","depth0","stack1","alias1","lambda","alias2","lookupProperty","nullContext","program","helper","helperMissing","alias4","alias3","inverse","_exception","priorKey","execIteration","conditional","includeZero","_decoratorsInline2","_decoratorsInline","checkRevision","compilerInfo","compilerRevision","currentRevision","runtimeVersions","compilerVersions","templateSpec","main","decorator","main_d","compiler","templateWasPrecompiledWithCompilerV7","lookup","depths","invokePartial","resolvePartial","extendedOptions","compilerOptions","indent","lines","programs","declaredBlockParams","programWrapper","wrapProgram","mergeIfNeeded","_setup","useData","useBlockParams","useDepths","executeDecorators","isTop","mergedHelpers","_internalWrapHelper","wrapHelper","passLookupPropertyOption","wrapHelpersToPassLookupProperty","usePartial","useDecorators","keepHelperInHelpers","allowCallsToHelperMissing","_child","currentPartialBlock","partialBlock","prog","currentDepths","transformOptionsFn","$Handlebars","baseConvert","mapping","fallbackHolder","baseAry","cloneArray","wrapImmutable","cloner","isLib","isObj","cap","curry","fixed","immutable","rearg","defaultHolder","forceCurry","forceFixed","forceRearg","pristine","runInContext","isError","isWeakMap","aryMethodKeys","aryMethod","wrappers","castArray","pair","nthArg","indexes","castCap","iterateeRearg","baseArity","iterateeAry","castFixed","skipFixed","methodSpread","flatSpread","castRearg","skipRearg","methodRearg","aryRearg","cloneByPath","createConverter","realName","aliasToReal","methodName","remap","oldOptions","newUtil","newFunc","newOptions","wrapped","mutate","createCloner","aryKey","otherName","afterRearg","castCurry","realToAlias","createWrap","getFuncName","lodash","realNames","otherFunc","wrapperClone","reWrapDetails","reSplitDetails","reWrapComment","details","arrayIncludes","wrapFlags","baseIndexOf","baseFindIndex","baseIsNaN","strictIndexOf","fromRight","nativeMin","oldArray","srcBitmask","newBitmask","isCommon","isCombo","baseTrim","reIsBadHex","reIsBinary","reIsOctal","freeParseInt","isBinary","trimmedEndIndex","reTrimStart","reWhitespace","cloneDataView","cloneRegExp","cloneSymbol","cloneTypedArray","dataView","reFlags","baseIsMap","nodeIsMap","baseIsSet","nodeIsSet","baseMatches","baseMatchesProperty","baseIsMatch","getMatchData","matchesStrictComparable","matchData","noCustomizer","COMPARE_PARTIAL_FLAG","isStrictComparable","hasIn","arrayMap","baseHasIn","hasPath","hasFunc","baseProperty","basePropertyDeep","flatRest","overRest","baseFlatten","isFlattenable","spreadableSymbol","webpackContext","req","webpackContextResolve","skipSmallSizes","order","humanList","readableFormat","relativeSize","toLocaleString","_l10n","___CSS_LOADER_EXPORT___","strictUriEncode","objectAssign","decodeComponent","extract","queryStart","formatter","arrayFormat","parserForArrayFormat","keysSorter","encoderForArrayFormat","val2","DAY","HOUR","MINUTE","SECOND","BASELINE_YEAR","MAX_SCORE","AMBIGUITIES","rules","olson","dst_rules","zones","determine","Intl","DateTimeFormat","resolvedOptions","timeZone","timezones","using_intl","needle","offsets","jstz","propIsEnumerable","test1","test2","test3","shouldUseNative","singleMatcher","multiMatcher","decodeComponents","decode","encodedURI","replaceMap","customDecodeURIComponent","__webpack_amd_options__","_vm","_h","invertedColors","loginActionUrl","loadingIcon","shake","invalidPassword","autoCompleteAllowed","updateUsername","passwordInputType","togglePassword","toggleIcon","throttleDelay","redirectUrl","timezone","timezoneOffset","NoValidCredentials","loginName","isHttps","isLocalhost","hasPublicKeyCredential","validCredentials","authenticate","locals","warning","proceed","$$a","$$el","$$c","$$i","hideLoginForm","directLogin","passwordlessLogin","resetPassword","resetPasswordTarget","canResetPassword","resetPasswordLink","passwordResetFinished","messages","errors","countAlternativeLogins","localStorage","sessionStorage","Nextcloud","fromStateOr","orValue","LoginView","Theming","inverted","resetPasswordUser","hasPasswordless","PublicKeyCredential"],"mappings":"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","file":"login.js","sourcesContent":[" \t// The module cache\n \tvar installedModules = {};\n\n \t// The require function\n \tfunction __webpack_require__(moduleId) {\n\n \t\t// Check if module is in cache\n \t\tif(installedModules[moduleId]) {\n \t\t\treturn installedModules[moduleId].exports;\n \t\t}\n \t\t// Create a new module (and put it into the cache)\n \t\tvar module = installedModules[moduleId] = {\n \t\t\ti: moduleId,\n \t\t\tl: false,\n \t\t\texports: {}\n \t\t};\n\n \t\t// Execute the module function\n \t\tmodules[moduleId].call(module.exports, module, module.exports, __webpack_require__);\n\n \t\t// Flag the module as loaded\n \t\tmodule.l = true;\n\n \t\t// Return the exports of the module\n \t\treturn module.exports;\n \t}\n\n\n \t// expose the modules object (__webpack_modules__)\n \t__webpack_require__.m = modules;\n\n \t// expose the module cache\n \t__webpack_require__.c = installedModules;\n\n \t// define getter function for harmony exports\n \t__webpack_require__.d = function(exports, name, getter) {\n \t\tif(!__webpack_require__.o(exports, name)) {\n \t\t\tObject.defineProperty(exports, name, { enumerable: true, get: getter });\n \t\t}\n \t};\n\n \t// define __esModule on exports\n \t__webpack_require__.r = function(exports) {\n \t\tif(typeof Symbol !== 'undefined' && Symbol.toStringTag) {\n \t\t\tObject.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });\n \t\t}\n \t\tObject.defineProperty(exports, '__esModule', { value: true });\n \t};\n\n \t// create a fake namespace object\n \t// mode & 1: value is a module id, require it\n \t// mode & 2: merge all properties of value into the ns\n \t// mode & 4: return value when already ns object\n \t// mode & 8|1: behave like require\n \t__webpack_require__.t = function(value, mode) {\n \t\tif(mode & 1) value = __webpack_require__(value);\n \t\tif(mode & 8) return value;\n \t\tif((mode & 4) && typeof value === 'object' && value && value.__esModule) return value;\n \t\tvar ns = Object.create(null);\n \t\t__webpack_require__.r(ns);\n \t\tObject.defineProperty(ns, 'default', { enumerable: true, value: value });\n \t\tif(mode & 2 && typeof value != 'string') for(var key in value) __webpack_require__.d(ns, key, function(key) { return value[key]; }.bind(null, key));\n \t\treturn ns;\n \t};\n\n \t// getDefaultExport function for compatibility with non-harmony modules\n \t__webpack_require__.n = function(module) {\n \t\tvar getter = module && module.__esModule ?\n \t\t\tfunction getDefault() { return module['default']; } :\n \t\t\tfunction getModuleExports() { return module; };\n \t\t__webpack_require__.d(getter, 'a', getter);\n \t\treturn getter;\n \t};\n\n \t// Object.prototype.hasOwnProperty.call\n \t__webpack_require__.o = function(object, property) { return Object.prototype.hasOwnProperty.call(object, property); };\n\n \t// __webpack_public_path__\n \t__webpack_require__.p = \"\";\n\n\n \t// Load entry module and return exports\n \treturn __webpack_require__(__webpack_require__.s = 941);\n","/*!\n * jQuery JavaScript Library v3.3.1\n * https://jquery.com/\n *\n * Includes Sizzle.js\n * https://sizzlejs.com/\n *\n * Copyright JS Foundation and other contributors\n * Released under the MIT license\n * https://jquery.org/license\n *\n * Date: 2018-01-20T17:24Z\n */\n( function( global, factory ) {\n\n\t\"use strict\";\n\n\tif ( typeof module === \"object\" && typeof module.exports === \"object\" ) {\n\n\t\t// For CommonJS and CommonJS-like environments where a proper `window`\n\t\t// is present, execute the factory and get jQuery.\n\t\t// For environments that do not have a `window` with a `document`\n\t\t// (such as Node.js), expose a factory as module.exports.\n\t\t// This accentuates the need for the creation of a real `window`.\n\t\t// e.g. var jQuery = require(\"jquery\")(window);\n\t\t// See ticket #14549 for more info.\n\t\tmodule.exports = global.document ?\n\t\t\tfactory( global, true ) :\n\t\t\tfunction( w ) {\n\t\t\t\tif ( !w.document ) {\n\t\t\t\t\tthrow new Error( \"jQuery requires a window with a document\" );\n\t\t\t\t}\n\t\t\t\treturn factory( w );\n\t\t\t};\n\t} else {\n\t\tfactory( global );\n\t}\n\n// Pass this if window is not defined yet\n} )( typeof window !== \"undefined\" ? window : this, function( window, noGlobal ) {\n\n// Edge <= 12 - 13+, Firefox <=18 - 45+, IE 10 - 11, Safari 5.1 - 9+, iOS 6 - 9.1\n// throw exceptions when non-strict code (e.g., ASP.NET 4.5) accesses strict mode\n// arguments.callee.caller (trac-13335). But as of jQuery 3.0 (2016), strict mode should be common\n// enough that all such attempts are guarded in a try block.\n\"use strict\";\n\nvar arr = [];\n\nvar document = window.document;\n\nvar getProto = Object.getPrototypeOf;\n\nvar slice = arr.slice;\n\nvar concat = arr.concat;\n\nvar push = arr.push;\n\nvar indexOf = arr.indexOf;\n\nvar class2type = {};\n\nvar toString = class2type.toString;\n\nvar hasOwn = class2type.hasOwnProperty;\n\nvar fnToString = hasOwn.toString;\n\nvar ObjectFunctionString = fnToString.call( Object );\n\nvar support = {};\n\nvar isFunction = function isFunction( obj ) {\n\n // Support: Chrome <=57, Firefox <=52\n // In some browsers, typeof returns \"function\" for HTML <object> elements\n // (i.e., `typeof document.createElement( \"object\" ) === \"function\"`).\n // We don't want to classify *any* DOM node as a function.\n return typeof obj === \"function\" && typeof obj.nodeType !== \"number\";\n };\n\n\nvar isWindow = function isWindow( obj ) {\n\t\treturn obj != null && obj === obj.window;\n\t};\n\n\n\n\n\tvar preservedScriptAttributes = {\n\t\ttype: true,\n\t\tsrc: true,\n\t\tnoModule: true\n\t};\n\n\tfunction DOMEval( code, doc, node ) {\n\t\tdoc = doc || document;\n\n\t\tvar i,\n\t\t\tscript = doc.createElement( \"script\" );\n\n\t\tscript.text = code;\n\t\tif ( node ) {\n\t\t\tfor ( i in preservedScriptAttributes ) {\n\t\t\t\tif ( node[ i ] ) {\n\t\t\t\t\tscript[ i ] = node[ i ];\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t\tdoc.head.appendChild( script ).parentNode.removeChild( script );\n\t}\n\n\nfunction toType( obj ) {\n\tif ( obj == null ) {\n\t\treturn obj + \"\";\n\t}\n\n\t// Support: Android <=2.3 only (functionish RegExp)\n\treturn typeof obj === \"object\" || typeof obj === \"function\" ?\n\t\tclass2type[ toString.call( obj ) ] || \"object\" :\n\t\ttypeof obj;\n}\n/* global Symbol */\n// Defining this global in .eslintrc.json would create a danger of using the global\n// unguarded in another place, it seems safer to define global only for this module\n\n\n\nvar\n\tversion = \"3.3.1\",\n\n\t// Define a local copy of jQuery\n\tjQuery = function( selector, context ) {\n\n\t\t// The jQuery object is actually just the init constructor 'enhanced'\n\t\t// Need init if jQuery is called (just allow error to be thrown if not included)\n\t\treturn new jQuery.fn.init( selector, context );\n\t},\n\n\t// Support: Android <=4.0 only\n\t// Make sure we trim BOM and NBSP\n\trtrim = /^[\\s\\uFEFF\\xA0]+|[\\s\\uFEFF\\xA0]+$/g;\n\njQuery.fn = jQuery.prototype = {\n\n\t// The current version of jQuery being used\n\tjquery: version,\n\n\tconstructor: jQuery,\n\n\t// The default length of a jQuery object is 0\n\tlength: 0,\n\n\ttoArray: function() {\n\t\treturn slice.call( this );\n\t},\n\n\t// Get the Nth element in the matched element set OR\n\t// Get the whole matched element set as a clean array\n\tget: function( num ) {\n\n\t\t// Return all the elements in a clean array\n\t\tif ( num == null ) {\n\t\t\treturn slice.call( this );\n\t\t}\n\n\t\t// Return just the one element from the set\n\t\treturn num < 0 ? this[ num + this.length ] : this[ num ];\n\t},\n\n\t// Take an array of elements and push it onto the stack\n\t// (returning the new matched element set)\n\tpushStack: function( elems ) {\n\n\t\t// Build a new jQuery matched element set\n\t\tvar ret = jQuery.merge( this.constructor(), elems );\n\n\t\t// Add the old object onto the stack (as a reference)\n\t\tret.prevObject = this;\n\n\t\t// Return the newly-formed element set\n\t\treturn ret;\n\t},\n\n\t// Execute a callback for every element in the matched set.\n\teach: function( callback ) {\n\t\treturn jQuery.each( this, callback );\n\t},\n\n\tmap: function( callback ) {\n\t\treturn this.pushStack( jQuery.map( this, function( elem, i ) {\n\t\t\treturn callback.call( elem, i, elem );\n\t\t} ) );\n\t},\n\n\tslice: function() {\n\t\treturn this.pushStack( slice.apply( this, arguments ) );\n\t},\n\n\tfirst: function() {\n\t\treturn this.eq( 0 );\n\t},\n\n\tlast: function() {\n\t\treturn this.eq( -1 );\n\t},\n\n\teq: function( i ) {\n\t\tvar len = this.length,\n\t\t\tj = +i + ( i < 0 ? len : 0 );\n\t\treturn this.pushStack( j >= 0 && j < len ? [ this[ j ] ] : [] );\n\t},\n\n\tend: function() {\n\t\treturn this.prevObject || this.constructor();\n\t},\n\n\t// For internal use only.\n\t// Behaves like an Array's method, not like a jQuery method.\n\tpush: push,\n\tsort: arr.sort,\n\tsplice: arr.splice\n};\n\njQuery.extend = jQuery.fn.extend = function() {\n\tvar options, name, src, copy, copyIsArray, clone,\n\t\ttarget = arguments[ 0 ] || {},\n\t\ti = 1,\n\t\tlength = arguments.length,\n\t\tdeep = false;\n\n\t// Handle a deep copy situation\n\tif ( typeof target === \"boolean\" ) {\n\t\tdeep = target;\n\n\t\t// Skip the boolean and the target\n\t\ttarget = arguments[ i ] || {};\n\t\ti++;\n\t}\n\n\t// Handle case when target is a string or something (possible in deep copy)\n\tif ( typeof target !== \"object\" && !isFunction( target ) ) {\n\t\ttarget = {};\n\t}\n\n\t// Extend jQuery itself if only one argument is passed\n\tif ( i === length ) {\n\t\ttarget = this;\n\t\ti--;\n\t}\n\n\tfor ( ; i < length; i++ ) {\n\n\t\t// Only deal with non-null/undefined values\n\t\tif ( ( options = arguments[ i ] ) != null ) {\n\n\t\t\t// Extend the base object\n\t\t\tfor ( name in options ) {\n\t\t\t\tsrc = target[ name ];\n\t\t\t\tcopy = options[ name ];\n\n\t\t\t\t// Prevent never-ending loop\n\t\t\t\tif ( target === copy ) {\n\t\t\t\t\tcontinue;\n\t\t\t\t}\n\n\t\t\t\t// Recurse if we're merging plain objects or arrays\n\t\t\t\tif ( deep && copy && ( jQuery.isPlainObject( copy ) ||\n\t\t\t\t\t( copyIsArray = Array.isArray( copy ) ) ) ) {\n\n\t\t\t\t\tif ( copyIsArray ) {\n\t\t\t\t\t\tcopyIsArray = false;\n\t\t\t\t\t\tclone = src && Array.isArray( src ) ? src : [];\n\n\t\t\t\t\t} else {\n\t\t\t\t\t\tclone = src && jQuery.isPlainObject( src ) ? src : {};\n\t\t\t\t\t}\n\n\t\t\t\t\t// Never move original objects, clone them\n\t\t\t\t\ttarget[ name ] = jQuery.extend( deep, clone, copy );\n\n\t\t\t\t// Don't bring in undefined values\n\t\t\t\t} else if ( copy !== undefined ) {\n\t\t\t\t\ttarget[ name ] = copy;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n\n\t// Return the modified object\n\treturn target;\n};\n\njQuery.extend( {\n\n\t// Unique for each copy of jQuery on the page\n\texpando: \"jQuery\" + ( version + Math.random() ).replace( /\\D/g, \"\" ),\n\n\t// Assume jQuery is ready without the ready module\n\tisReady: true,\n\n\terror: function( msg ) {\n\t\tthrow new Error( msg );\n\t},\n\n\tnoop: function() {},\n\n\tisPlainObject: function( obj ) {\n\t\tvar proto, Ctor;\n\n\t\t// Detect obvious negatives\n\t\t// Use toString instead of jQuery.type to catch host objects\n\t\tif ( !obj || toString.call( obj ) !== \"[object Object]\" ) {\n\t\t\treturn false;\n\t\t}\n\n\t\tproto = getProto( obj );\n\n\t\t// Objects with no prototype (e.g., `Object.create( null )`) are plain\n\t\tif ( !proto ) {\n\t\t\treturn true;\n\t\t}\n\n\t\t// Objects with prototype are plain iff they were constructed by a global Object function\n\t\tCtor = hasOwn.call( proto, \"constructor\" ) && proto.constructor;\n\t\treturn typeof Ctor === \"function\" && fnToString.call( Ctor ) === ObjectFunctionString;\n\t},\n\n\tisEmptyObject: function( obj ) {\n\n\t\t/* eslint-disable no-unused-vars */\n\t\t// See https://github.com/eslint/eslint/issues/6125\n\t\tvar name;\n\n\t\tfor ( name in obj ) {\n\t\t\treturn false;\n\t\t}\n\t\treturn true;\n\t},\n\n\t// Evaluates a script in a global context\n\tglobalEval: function( code ) {\n\t\tDOMEval( code );\n\t},\n\n\teach: function( obj, callback ) {\n\t\tvar length, i = 0;\n\n\t\tif ( isArrayLike( obj ) ) {\n\t\t\tlength = obj.length;\n\t\t\tfor ( ; i < length; i++ ) {\n\t\t\t\tif ( callback.call( obj[ i ], i, obj[ i ] ) === false ) {\n\t\t\t\t\tbreak;\n\t\t\t\t}\n\t\t\t}\n\t\t} else {\n\t\t\tfor ( i in obj ) {\n\t\t\t\tif ( callback.call( obj[ i ], i, obj[ i ] ) === false ) {\n\t\t\t\t\tbreak;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\treturn obj;\n\t},\n\n\t// Support: Android <=4.0 only\n\ttrim: function( text ) {\n\t\treturn text == null ?\n\t\t\t\"\" :\n\t\t\t( text + \"\" ).replace( rtrim, \"\" );\n\t},\n\n\t// results is for internal usage only\n\tmakeArray: function( arr, results ) {\n\t\tvar ret = results || [];\n\n\t\tif ( arr != null ) {\n\t\t\tif ( isArrayLike( Object( arr ) ) ) {\n\t\t\t\tjQuery.merge( ret,\n\t\t\t\t\ttypeof arr === \"string\" ?\n\t\t\t\t\t[ arr ] : arr\n\t\t\t\t);\n\t\t\t} else {\n\t\t\t\tpush.call( ret, arr );\n\t\t\t}\n\t\t}\n\n\t\treturn ret;\n\t},\n\n\tinArray: function( elem, arr, i ) {\n\t\treturn arr == null ? -1 : indexOf.call( arr, elem, i );\n\t},\n\n\t// Support: Android <=4.0 only, PhantomJS 1 only\n\t// push.apply(_, arraylike) throws on ancient WebKit\n\tmerge: function( first, second ) {\n\t\tvar len = +second.length,\n\t\t\tj = 0,\n\t\t\ti = first.length;\n\n\t\tfor ( ; j < len; j++ ) {\n\t\t\tfirst[ i++ ] = second[ j ];\n\t\t}\n\n\t\tfirst.length = i;\n\n\t\treturn first;\n\t},\n\n\tgrep: function( elems, callback, invert ) {\n\t\tvar callbackInverse,\n\t\t\tmatches = [],\n\t\t\ti = 0,\n\t\t\tlength = elems.length,\n\t\t\tcallbackExpect = !invert;\n\n\t\t// Go through the array, only saving the items\n\t\t// that pass the validator function\n\t\tfor ( ; i < length; i++ ) {\n\t\t\tcallbackInverse = !callback( elems[ i ], i );\n\t\t\tif ( callbackInverse !== callbackExpect ) {\n\t\t\t\tmatches.push( elems[ i ] );\n\t\t\t}\n\t\t}\n\n\t\treturn matches;\n\t},\n\n\t// arg is for internal usage only\n\tmap: function( elems, callback, arg ) {\n\t\tvar length, value,\n\t\t\ti = 0,\n\t\t\tret = [];\n\n\t\t// Go through the array, translating each of the items to their new values\n\t\tif ( isArrayLike( elems ) ) {\n\t\t\tlength = elems.length;\n\t\t\tfor ( ; i < length; i++ ) {\n\t\t\t\tvalue = callback( elems[ i ], i, arg );\n\n\t\t\t\tif ( value != null ) {\n\t\t\t\t\tret.push( value );\n\t\t\t\t}\n\t\t\t}\n\n\t\t// Go through every key on the object,\n\t\t} else {\n\t\t\tfor ( i in elems ) {\n\t\t\t\tvalue = callback( elems[ i ], i, arg );\n\n\t\t\t\tif ( value != null ) {\n\t\t\t\t\tret.push( value );\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\t// Flatten any nested arrays\n\t\treturn concat.apply( [], ret );\n\t},\n\n\t// A global GUID counter for objects\n\tguid: 1,\n\n\t// jQuery.support is not used in Core but other projects attach their\n\t// properties to it so it needs to exist.\n\tsupport: support\n} );\n\nif ( typeof Symbol === \"function\" ) {\n\tjQuery.fn[ Symbol.iterator ] = arr[ Symbol.iterator ];\n}\n\n// Populate the class2type map\njQuery.each( \"Boolean Number String Function Array Date RegExp Object Error Symbol\".split( \" \" ),\nfunction( i, name ) {\n\tclass2type[ \"[object \" + name + \"]\" ] = name.toLowerCase();\n} );\n\nfunction isArrayLike( obj ) {\n\n\t// Support: real iOS 8.2 only (not reproducible in simulator)\n\t// `in` check used to prevent JIT error (gh-2145)\n\t// hasOwn isn't used here due to false negatives\n\t// regarding Nodelist length in IE\n\tvar length = !!obj && \"length\" in obj && obj.length,\n\t\ttype = toType( obj );\n\n\tif ( isFunction( obj ) || isWindow( obj ) ) {\n\t\treturn false;\n\t}\n\n\treturn type === \"array\" || length === 0 ||\n\t\ttypeof length === \"number\" && length > 0 && ( length - 1 ) in obj;\n}\nvar Sizzle =\n/*!\n * Sizzle CSS Selector Engine v2.3.3\n * https://sizzlejs.com/\n *\n * Copyright jQuery Foundation and other contributors\n * Released under the MIT license\n * http://jquery.org/license\n *\n * Date: 2016-08-08\n */\n(function( window ) {\n\nvar i,\n\tsupport,\n\tExpr,\n\tgetText,\n\tisXML,\n\ttokenize,\n\tcompile,\n\tselect,\n\toutermostContext,\n\tsortInput,\n\thasDuplicate,\n\n\t// Local document vars\n\tsetDocument,\n\tdocument,\n\tdocElem,\n\tdocumentIsHTML,\n\trbuggyQSA,\n\trbuggyMatches,\n\tmatches,\n\tcontains,\n\n\t// Instance-specific data\n\texpando = \"sizzle\" + 1 * new Date(),\n\tpreferredDoc = window.document,\n\tdirruns = 0,\n\tdone = 0,\n\tclassCache = createCache(),\n\ttokenCache = createCache(),\n\tcompilerCache = createCache(),\n\tsortOrder = function( a, b ) {\n\t\tif ( a === b ) {\n\t\t\thasDuplicate = true;\n\t\t}\n\t\treturn 0;\n\t},\n\n\t// Instance methods\n\thasOwn = ({}).hasOwnProperty,\n\tarr = [],\n\tpop = arr.pop,\n\tpush_native = arr.push,\n\tpush = arr.push,\n\tslice = arr.slice,\n\t// Use a stripped-down indexOf as it's faster than native\n\t// https://jsperf.com/thor-indexof-vs-for/5\n\tindexOf = function( list, elem ) {\n\t\tvar i = 0,\n\t\t\tlen = list.length;\n\t\tfor ( ; i < len; i++ ) {\n\t\t\tif ( list[i] === elem ) {\n\t\t\t\treturn i;\n\t\t\t}\n\t\t}\n\t\treturn -1;\n\t},\n\n\tbooleans = \"checked|selected|async|autofocus|autoplay|controls|defer|disabled|hidden|ismap|loop|multiple|open|readonly|required|scoped\",\n\n\t// Regular expressions\n\n\t// http://www.w3.org/TR/css3-selectors/#whitespace\n\twhitespace = \"[\\\\x20\\\\t\\\\r\\\\n\\\\f]\",\n\n\t// http://www.w3.org/TR/CSS21/syndata.html#value-def-identifier\n\tidentifier = \"(?:\\\\\\\\.|[\\\\w-]|[^\\0-\\\\xa0])+\",\n\n\t// Attribute selectors: http://www.w3.org/TR/selectors/#attribute-selectors\n\tattributes = \"\\\\[\" + whitespace + \"*(\" + identifier + \")(?:\" + whitespace +\n\t\t// Operator (capture 2)\n\t\t\"*([*^$|!~]?=)\" + whitespace +\n\t\t// \"Attribute values must be CSS identifiers [capture 5] or strings [capture 3 or capture 4]\"\n\t\t\"*(?:'((?:\\\\\\\\.|[^\\\\\\\\'])*)'|\\\"((?:\\\\\\\\.|[^\\\\\\\\\\\"])*)\\\"|(\" + identifier + \"))|)\" + whitespace +\n\t\t\"*\\\\]\",\n\n\tpseudos = \":(\" + identifier + \")(?:\\\\((\" +\n\t\t// To reduce the number of selectors needing tokenize in the preFilter, prefer arguments:\n\t\t// 1. quoted (capture 3; capture 4 or capture 5)\n\t\t\"('((?:\\\\\\\\.|[^\\\\\\\\'])*)'|\\\"((?:\\\\\\\\.|[^\\\\\\\\\\\"])*)\\\")|\" +\n\t\t// 2. simple (capture 6)\n\t\t\"((?:\\\\\\\\.|[^\\\\\\\\()[\\\\]]|\" + attributes + \")*)|\" +\n\t\t// 3. anything else (capture 2)\n\t\t\".*\" +\n\t\t\")\\\\)|)\",\n\n\t// Leading and non-escaped trailing whitespace, capturing some non-whitespace characters preceding the latter\n\trwhitespace = new RegExp( whitespace + \"+\", \"g\" ),\n\trtrim = new RegExp( \"^\" + whitespace + \"+|((?:^|[^\\\\\\\\])(?:\\\\\\\\.)*)\" + whitespace + \"+$\", \"g\" ),\n\n\trcomma = new RegExp( \"^\" + whitespace + \"*,\" + whitespace + \"*\" ),\n\trcombinators = new RegExp( \"^\" + whitespace + \"*([>+~]|\" + whitespace + \")\" + whitespace + \"*\" ),\n\n\trattributeQuotes = new RegExp( \"=\" + whitespace + \"*([^\\\\]'\\\"]*?)\" + whitespace + \"*\\\\]\", \"g\" ),\n\n\trpseudo = new RegExp( pseudos ),\n\tridentifier = new RegExp( \"^\" + identifier + \"$\" ),\n\n\tmatchExpr = {\n\t\t\"ID\": new RegExp( \"^#(\" + identifier + \")\" ),\n\t\t\"CLASS\": new RegExp( \"^\\\\.(\" + identifier + \")\" ),\n\t\t\"TAG\": new RegExp( \"^(\" + identifier + \"|[*])\" ),\n\t\t\"ATTR\": new RegExp( \"^\" + attributes ),\n\t\t\"PSEUDO\": new RegExp( \"^\" + pseudos ),\n\t\t\"CHILD\": new RegExp( \"^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\\\(\" + whitespace +\n\t\t\t\"*(even|odd|(([+-]|)(\\\\d*)n|)\" + whitespace + \"*(?:([+-]|)\" + whitespace +\n\t\t\t\"*(\\\\d+)|))\" + whitespace + \"*\\\\)|)\", \"i\" ),\n\t\t\"bool\": new RegExp( \"^(?:\" + booleans + \")$\", \"i\" ),\n\t\t// For use in libraries implementing .is()\n\t\t// We use this for POS matching in `select`\n\t\t\"needsContext\": new RegExp( \"^\" + whitespace + \"*[>+~]|:(even|odd|eq|gt|lt|nth|first|last)(?:\\\\(\" +\n\t\t\twhitespace + \"*((?:-\\\\d)?\\\\d*)\" + whitespace + \"*\\\\)|)(?=[^-]|$)\", \"i\" )\n\t},\n\n\trinputs = /^(?:input|select|textarea|button)$/i,\n\trheader = /^h\\d$/i,\n\n\trnative = /^[^{]+\\{\\s*\\[native \\w/,\n\n\t// Easily-parseable/retrievable ID or TAG or CLASS selectors\n\trquickExpr = /^(?:#([\\w-]+)|(\\w+)|\\.([\\w-]+))$/,\n\n\trsibling = /[+~]/,\n\n\t// CSS escapes\n\t// http://www.w3.org/TR/CSS21/syndata.html#escaped-characters\n\trunescape = new RegExp( \"\\\\\\\\([\\\\da-f]{1,6}\" + whitespace + \"?|(\" + whitespace + \")|.)\", \"ig\" ),\n\tfunescape = function( _, escaped, escapedWhitespace ) {\n\t\tvar high = \"0x\" + escaped - 0x10000;\n\t\t// NaN means non-codepoint\n\t\t// Support: Firefox<24\n\t\t// Workaround erroneous numeric interpretation of +\"0x\"\n\t\treturn high !== high || escapedWhitespace ?\n\t\t\tescaped :\n\t\t\thigh < 0 ?\n\t\t\t\t// BMP codepoint\n\t\t\t\tString.fromCharCode( high + 0x10000 ) :\n\t\t\t\t// Supplemental Plane codepoint (surrogate pair)\n\t\t\t\tString.fromCharCode( high >> 10 | 0xD800, high & 0x3FF | 0xDC00 );\n\t},\n\n\t// CSS string/identifier serialization\n\t// https://drafts.csswg.org/cssom/#common-serializing-idioms\n\trcssescape = /([\\0-\\x1f\\x7f]|^-?\\d)|^-$|[^\\0-\\x1f\\x7f-\\uFFFF\\w-]/g,\n\tfcssescape = function( ch, asCodePoint ) {\n\t\tif ( asCodePoint ) {\n\n\t\t\t// U+0000 NULL becomes U+FFFD REPLACEMENT CHARACTER\n\t\t\tif ( ch === \"\\0\" ) {\n\t\t\t\treturn \"\\uFFFD\";\n\t\t\t}\n\n\t\t\t// Control characters and (dependent upon position) numbers get escaped as code points\n\t\t\treturn ch.slice( 0, -1 ) + \"\\\\\" + ch.charCodeAt( ch.length - 1 ).toString( 16 ) + \" \";\n\t\t}\n\n\t\t// Other potentially-special ASCII characters get backslash-escaped\n\t\treturn \"\\\\\" + ch;\n\t},\n\n\t// Used for iframes\n\t// See setDocument()\n\t// Removing the function wrapper causes a \"Permission Denied\"\n\t// error in IE\n\tunloadHandler = function() {\n\t\tsetDocument();\n\t},\n\n\tdisabledAncestor = addCombinator(\n\t\tfunction( elem ) {\n\t\t\treturn elem.disabled === true && (\"form\" in elem || \"label\" in elem);\n\t\t},\n\t\t{ dir: \"parentNode\", next: \"legend\" }\n\t);\n\n// Optimize for push.apply( _, NodeList )\ntry {\n\tpush.apply(\n\t\t(arr = slice.call( preferredDoc.childNodes )),\n\t\tpreferredDoc.childNodes\n\t);\n\t// Support: Android<4.0\n\t// Detect silently failing push.apply\n\tarr[ preferredDoc.childNodes.length ].nodeType;\n} catch ( e ) {\n\tpush = { apply: arr.length ?\n\n\t\t// Leverage slice if possible\n\t\tfunction( target, els ) {\n\t\t\tpush_native.apply( target, slice.call(els) );\n\t\t} :\n\n\t\t// Support: IE<9\n\t\t// Otherwise append directly\n\t\tfunction( target, els ) {\n\t\t\tvar j = target.length,\n\t\t\t\ti = 0;\n\t\t\t// Can't trust NodeList.length\n\t\t\twhile ( (target[j++] = els[i++]) ) {}\n\t\t\ttarget.length = j - 1;\n\t\t}\n\t};\n}\n\nfunction Sizzle( selector, context, results, seed ) {\n\tvar m, i, elem, nid, match, groups, newSelector,\n\t\tnewContext = context && context.ownerDocument,\n\n\t\t// nodeType defaults to 9, since context defaults to document\n\t\tnodeType = context ? context.nodeType : 9;\n\n\tresults = results || [];\n\n\t// Return early from calls with invalid selector or context\n\tif ( typeof selector !== \"string\" || !selector ||\n\t\tnodeType !== 1 && nodeType !== 9 && nodeType !== 11 ) {\n\n\t\treturn results;\n\t}\n\n\t// Try to shortcut find operations (as opposed to filters) in HTML documents\n\tif ( !seed ) {\n\n\t\tif ( ( context ? context.ownerDocument || context : preferredDoc ) !== document ) {\n\t\t\tsetDocument( context );\n\t\t}\n\t\tcontext = context || document;\n\n\t\tif ( documentIsHTML ) {\n\n\t\t\t// If the selector is sufficiently simple, try using a \"get*By*\" DOM method\n\t\t\t// (excepting DocumentFragment context, where the methods don't exist)\n\t\t\tif ( nodeType !== 11 && (match = rquickExpr.exec( selector )) ) {\n\n\t\t\t\t// ID selector\n\t\t\t\tif ( (m = match[1]) ) {\n\n\t\t\t\t\t// Document context\n\t\t\t\t\tif ( nodeType === 9 ) {\n\t\t\t\t\t\tif ( (elem = context.getElementById( m )) ) {\n\n\t\t\t\t\t\t\t// Support: IE, Opera, Webkit\n\t\t\t\t\t\t\t// TODO: identify versions\n\t\t\t\t\t\t\t// getElementById can match elements by name instead of ID\n\t\t\t\t\t\t\tif ( elem.id === m ) {\n\t\t\t\t\t\t\t\tresults.push( elem );\n\t\t\t\t\t\t\t\treturn results;\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\treturn results;\n\t\t\t\t\t\t}\n\n\t\t\t\t\t// Element context\n\t\t\t\t\t} else {\n\n\t\t\t\t\t\t// Support: IE, Opera, Webkit\n\t\t\t\t\t\t// TODO: identify versions\n\t\t\t\t\t\t// getElementById can match elements by name instead of ID\n\t\t\t\t\t\tif ( newContext && (elem = newContext.getElementById( m )) &&\n\t\t\t\t\t\t\tcontains( context, elem ) &&\n\t\t\t\t\t\t\telem.id === m ) {\n\n\t\t\t\t\t\t\tresults.push( elem );\n\t\t\t\t\t\t\treturn results;\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\n\t\t\t\t// Type selector\n\t\t\t\t} else if ( match[2] ) {\n\t\t\t\t\tpush.apply( results, context.getElementsByTagName( selector ) );\n\t\t\t\t\treturn results;\n\n\t\t\t\t// Class selector\n\t\t\t\t} else if ( (m = match[3]) && support.getElementsByClassName &&\n\t\t\t\t\tcontext.getElementsByClassName ) {\n\n\t\t\t\t\tpush.apply( results, context.getElementsByClassName( m ) );\n\t\t\t\t\treturn results;\n\t\t\t\t}\n\t\t\t}\n\n\t\t\t// Take advantage of querySelectorAll\n\t\t\tif ( support.qsa &&\n\t\t\t\t!compilerCache[ selector + \" \" ] &&\n\t\t\t\t(!rbuggyQSA || !rbuggyQSA.test( selector )) ) {\n\n\t\t\t\tif ( nodeType !== 1 ) {\n\t\t\t\t\tnewContext = context;\n\t\t\t\t\tnewSelector = selector;\n\n\t\t\t\t// qSA looks outside Element context, which is not what we want\n\t\t\t\t// Thanks to Andrew Dupont for this workaround technique\n\t\t\t\t// Support: IE <=8\n\t\t\t\t// Exclude object elements\n\t\t\t\t} else if ( context.nodeName.toLowerCase() !== \"object\" ) {\n\n\t\t\t\t\t// Capture the context ID, setting it first if necessary\n\t\t\t\t\tif ( (nid = context.getAttribute( \"id\" )) ) {\n\t\t\t\t\t\tnid = nid.replace( rcssescape, fcssescape );\n\t\t\t\t\t} else {\n\t\t\t\t\t\tcontext.setAttribute( \"id\", (nid = expando) );\n\t\t\t\t\t}\n\n\t\t\t\t\t// Prefix every selector in the list\n\t\t\t\t\tgroups = tokenize( selector );\n\t\t\t\t\ti = groups.length;\n\t\t\t\t\twhile ( i-- ) {\n\t\t\t\t\t\tgroups[i] = \"#\" + nid + \" \" + toSelector( groups[i] );\n\t\t\t\t\t}\n\t\t\t\t\tnewSelector = groups.join( \",\" );\n\n\t\t\t\t\t// Expand context for sibling selectors\n\t\t\t\t\tnewContext = rsibling.test( selector ) && testContext( context.parentNode ) ||\n\t\t\t\t\t\tcontext;\n\t\t\t\t}\n\n\t\t\t\tif ( newSelector ) {\n\t\t\t\t\ttry {\n\t\t\t\t\t\tpush.apply( results,\n\t\t\t\t\t\t\tnewContext.querySelectorAll( newSelector )\n\t\t\t\t\t\t);\n\t\t\t\t\t\treturn results;\n\t\t\t\t\t} catch ( qsaError ) {\n\t\t\t\t\t} finally {\n\t\t\t\t\t\tif ( nid === expando ) {\n\t\t\t\t\t\t\tcontext.removeAttribute( \"id\" );\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n\n\t// All others\n\treturn select( selector.replace( rtrim, \"$1\" ), context, results, seed );\n}\n\n/**\n * Create key-value caches of limited size\n * @returns {function(string, object)} Returns the Object data after storing it on itself with\n *\tproperty name the (space-suffixed) string and (if the cache is larger than Expr.cacheLength)\n *\tdeleting the oldest entry\n */\nfunction createCache() {\n\tvar keys = [];\n\n\tfunction cache( key, value ) {\n\t\t// Use (key + \" \") to avoid collision with native prototype properties (see Issue #157)\n\t\tif ( keys.push( key + \" \" ) > Expr.cacheLength ) {\n\t\t\t// Only keep the most recent entries\n\t\t\tdelete cache[ keys.shift() ];\n\t\t}\n\t\treturn (cache[ key + \" \" ] = value);\n\t}\n\treturn cache;\n}\n\n/**\n * Mark a function for special use by Sizzle\n * @param {Function} fn The function to mark\n */\nfunction markFunction( fn ) {\n\tfn[ expando ] = true;\n\treturn fn;\n}\n\n/**\n * Support testing using an element\n * @param {Function} fn Passed the created element and returns a boolean result\n */\nfunction assert( fn ) {\n\tvar el = document.createElement(\"fieldset\");\n\n\ttry {\n\t\treturn !!fn( el );\n\t} catch (e) {\n\t\treturn false;\n\t} finally {\n\t\t// Remove from its parent by default\n\t\tif ( el.parentNode ) {\n\t\t\tel.parentNode.removeChild( el );\n\t\t}\n\t\t// release memory in IE\n\t\tel = null;\n\t}\n}\n\n/**\n * Adds the same handler for all of the specified attrs\n * @param {String} attrs Pipe-separated list of attributes\n * @param {Function} handler The method that will be applied\n */\nfunction addHandle( attrs, handler ) {\n\tvar arr = attrs.split(\"|\"),\n\t\ti = arr.length;\n\n\twhile ( i-- ) {\n\t\tExpr.attrHandle[ arr[i] ] = handler;\n\t}\n}\n\n/**\n * Checks document order of two siblings\n * @param {Element} a\n * @param {Element} b\n * @returns {Number} Returns less than 0 if a precedes b, greater than 0 if a follows b\n */\nfunction siblingCheck( a, b ) {\n\tvar cur = b && a,\n\t\tdiff = cur && a.nodeType === 1 && b.nodeType === 1 &&\n\t\t\ta.sourceIndex - b.sourceIndex;\n\n\t// Use IE sourceIndex if available on both nodes\n\tif ( diff ) {\n\t\treturn diff;\n\t}\n\n\t// Check if b follows a\n\tif ( cur ) {\n\t\twhile ( (cur = cur.nextSibling) ) {\n\t\t\tif ( cur === b ) {\n\t\t\t\treturn -1;\n\t\t\t}\n\t\t}\n\t}\n\n\treturn a ? 1 : -1;\n}\n\n/**\n * Returns a function to use in pseudos for input types\n * @param {String} type\n */\nfunction createInputPseudo( type ) {\n\treturn function( elem ) {\n\t\tvar name = elem.nodeName.toLowerCase();\n\t\treturn name === \"input\" && elem.type === type;\n\t};\n}\n\n/**\n * Returns a function to use in pseudos for buttons\n * @param {String} type\n */\nfunction createButtonPseudo( type ) {\n\treturn function( elem ) {\n\t\tvar name = elem.nodeName.toLowerCase();\n\t\treturn (name === \"input\" || name === \"button\") && elem.type === type;\n\t};\n}\n\n/**\n * Returns a function to use in pseudos for :enabled/:disabled\n * @param {Boolean} disabled true for :disabled; false for :enabled\n */\nfunction createDisabledPseudo( disabled ) {\n\n\t// Known :disabled false positives: fieldset[disabled] > legend:nth-of-type(n+2) :can-disable\n\treturn function( elem ) {\n\n\t\t// Only certain elements can match :enabled or :disabled\n\t\t// https://html.spec.whatwg.org/multipage/scripting.html#selector-enabled\n\t\t// https://html.spec.whatwg.org/multipage/scripting.html#selector-disabled\n\t\tif ( \"form\" in elem ) {\n\n\t\t\t// Check for inherited disabledness on relevant non-disabled elements:\n\t\t\t// * listed form-associated elements in a disabled fieldset\n\t\t\t// https://html.spec.whatwg.org/multipage/forms.html#category-listed\n\t\t\t// https://html.spec.whatwg.org/multipage/forms.html#concept-fe-disabled\n\t\t\t// * option elements in a disabled optgroup\n\t\t\t// https://html.spec.whatwg.org/multipage/forms.html#concept-option-disabled\n\t\t\t// All such elements have a \"form\" property.\n\t\t\tif ( elem.parentNode && elem.disabled === false ) {\n\n\t\t\t\t// Option elements defer to a parent optgroup if present\n\t\t\t\tif ( \"label\" in elem ) {\n\t\t\t\t\tif ( \"label\" in elem.parentNode ) {\n\t\t\t\t\t\treturn elem.parentNode.disabled === disabled;\n\t\t\t\t\t} else {\n\t\t\t\t\t\treturn elem.disabled === disabled;\n\t\t\t\t\t}\n\t\t\t\t}\n\n\t\t\t\t// Support: IE 6 - 11\n\t\t\t\t// Use the isDisabled shortcut property to check for disabled fieldset ancestors\n\t\t\t\treturn elem.isDisabled === disabled ||\n\n\t\t\t\t\t// Where there is no isDisabled, check manually\n\t\t\t\t\t/* jshint -W018 */\n\t\t\t\t\telem.isDisabled !== !disabled &&\n\t\t\t\t\t\tdisabledAncestor( elem ) === disabled;\n\t\t\t}\n\n\t\t\treturn elem.disabled === disabled;\n\n\t\t// Try to winnow out elements that can't be disabled before trusting the disabled property.\n\t\t// Some victims get caught in our net (label, legend, menu, track), but it shouldn't\n\t\t// even exist on them, let alone have a boolean value.\n\t\t} else if ( \"label\" in elem ) {\n\t\t\treturn elem.disabled === disabled;\n\t\t}\n\n\t\t// Remaining elements are neither :enabled nor :disabled\n\t\treturn false;\n\t};\n}\n\n/**\n * Returns a function to use in pseudos for positionals\n * @param {Function} fn\n */\nfunction createPositionalPseudo( fn ) {\n\treturn markFunction(function( argument ) {\n\t\targument = +argument;\n\t\treturn markFunction(function( seed, matches ) {\n\t\t\tvar j,\n\t\t\t\tmatchIndexes = fn( [], seed.length, argument ),\n\t\t\t\ti = matchIndexes.length;\n\n\t\t\t// Match elements found at the specified indexes\n\t\t\twhile ( i-- ) {\n\t\t\t\tif ( seed[ (j = matchIndexes[i]) ] ) {\n\t\t\t\t\tseed[j] = !(matches[j] = seed[j]);\n\t\t\t\t}\n\t\t\t}\n\t\t});\n\t});\n}\n\n/**\n * Checks a node for validity as a Sizzle context\n * @param {Element|Object=} context\n * @returns {Element|Object|Boolean} The input node if acceptable, otherwise a falsy value\n */\nfunction testContext( context ) {\n\treturn context && typeof context.getElementsByTagName !== \"undefined\" && context;\n}\n\n// Expose support vars for convenience\nsupport = Sizzle.support = {};\n\n/**\n * Detects XML nodes\n * @param {Element|Object} elem An element or a document\n * @returns {Boolean} True iff elem is a non-HTML XML node\n */\nisXML = Sizzle.isXML = function( elem ) {\n\t// documentElement is verified for cases where it doesn't yet exist\n\t// (such as loading iframes in IE - #4833)\n\tvar documentElement = elem && (elem.ownerDocument || elem).documentElement;\n\treturn documentElement ? documentElement.nodeName !== \"HTML\" : false;\n};\n\n/**\n * Sets document-related variables once based on the current document\n * @param {Element|Object} [doc] An element or document object to use to set the document\n * @returns {Object} Returns the current document\n */\nsetDocument = Sizzle.setDocument = function( node ) {\n\tvar hasCompare, subWindow,\n\t\tdoc = node ? node.ownerDocument || node : preferredDoc;\n\n\t// Return early if doc is invalid or already selected\n\tif ( doc === document || doc.nodeType !== 9 || !doc.documentElement ) {\n\t\treturn document;\n\t}\n\n\t// Update global variables\n\tdocument = doc;\n\tdocElem = document.documentElement;\n\tdocumentIsHTML = !isXML( document );\n\n\t// Support: IE 9-11, Edge\n\t// Accessing iframe documents after unload throws \"permission denied\" errors (jQuery #13936)\n\tif ( preferredDoc !== document &&\n\t\t(subWindow = document.defaultView) && subWindow.top !== subWindow ) {\n\n\t\t// Support: IE 11, Edge\n\t\tif ( subWindow.addEventListener ) {\n\t\t\tsubWindow.addEventListener( \"unload\", unloadHandler, false );\n\n\t\t// Support: IE 9 - 10 only\n\t\t} else if ( subWindow.attachEvent ) {\n\t\t\tsubWindow.attachEvent( \"onunload\", unloadHandler );\n\t\t}\n\t}\n\n\t/* Attributes\n\t---------------------------------------------------------------------- */\n\n\t// Support: IE<8\n\t// Verify that getAttribute really returns attributes and not properties\n\t// (excepting IE8 booleans)\n\tsupport.attributes = assert(function( el ) {\n\t\tel.className = \"i\";\n\t\treturn !el.getAttribute(\"className\");\n\t});\n\n\t/* getElement(s)By*\n\t---------------------------------------------------------------------- */\n\n\t// Check if getElementsByTagName(\"*\") returns only elements\n\tsupport.getElementsByTagName = assert(function( el ) {\n\t\tel.appendChild( document.createComment(\"\") );\n\t\treturn !el.getElementsByTagName(\"*\").length;\n\t});\n\n\t// Support: IE<9\n\tsupport.getElementsByClassName = rnative.test( document.getElementsByClassName );\n\n\t// Support: IE<10\n\t// Check if getElementById returns elements by name\n\t// The broken getElementById methods don't pick up programmatically-set names,\n\t// so use a roundabout getElementsByName test\n\tsupport.getById = assert(function( el ) {\n\t\tdocElem.appendChild( el ).id = expando;\n\t\treturn !document.getElementsByName || !document.getElementsByName( expando ).length;\n\t});\n\n\t// ID filter and find\n\tif ( support.getById ) {\n\t\tExpr.filter[\"ID\"] = function( id ) {\n\t\t\tvar attrId = id.replace( runescape, funescape );\n\t\t\treturn function( elem ) {\n\t\t\t\treturn elem.getAttribute(\"id\") === attrId;\n\t\t\t};\n\t\t};\n\t\tExpr.find[\"ID\"] = function( id, context ) {\n\t\t\tif ( typeof context.getElementById !== \"undefined\" && documentIsHTML ) {\n\t\t\t\tvar elem = context.getElementById( id );\n\t\t\t\treturn elem ? [ elem ] : [];\n\t\t\t}\n\t\t};\n\t} else {\n\t\tExpr.filter[\"ID\"] = function( id ) {\n\t\t\tvar attrId = id.replace( runescape, funescape );\n\t\t\treturn function( elem ) {\n\t\t\t\tvar node = typeof elem.getAttributeNode !== \"undefined\" &&\n\t\t\t\t\telem.getAttributeNode(\"id\");\n\t\t\t\treturn node && node.value === attrId;\n\t\t\t};\n\t\t};\n\n\t\t// Support: IE 6 - 7 only\n\t\t// getElementById is not reliable as a find shortcut\n\t\tExpr.find[\"ID\"] = function( id, context ) {\n\t\t\tif ( typeof context.getElementById !== \"undefined\" && documentIsHTML ) {\n\t\t\t\tvar node, i, elems,\n\t\t\t\t\telem = context.getElementById( id );\n\n\t\t\t\tif ( elem ) {\n\n\t\t\t\t\t// Verify the id attribute\n\t\t\t\t\tnode = elem.getAttributeNode(\"id\");\n\t\t\t\t\tif ( node && node.value === id ) {\n\t\t\t\t\t\treturn [ elem ];\n\t\t\t\t\t}\n\n\t\t\t\t\t// Fall back on getElementsByName\n\t\t\t\t\telems = context.getElementsByName( id );\n\t\t\t\t\ti = 0;\n\t\t\t\t\twhile ( (elem = elems[i++]) ) {\n\t\t\t\t\t\tnode = elem.getAttributeNode(\"id\");\n\t\t\t\t\t\tif ( node && node.value === id ) {\n\t\t\t\t\t\t\treturn [ elem ];\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\n\t\t\t\treturn [];\n\t\t\t}\n\t\t};\n\t}\n\n\t// Tag\n\tExpr.find[\"TAG\"] = support.getElementsByTagName ?\n\t\tfunction( tag, context ) {\n\t\t\tif ( typeof context.getElementsByTagName !== \"undefined\" ) {\n\t\t\t\treturn context.getElementsByTagName( tag );\n\n\t\t\t// DocumentFragment nodes don't have gEBTN\n\t\t\t} else if ( support.qsa ) {\n\t\t\t\treturn context.querySelectorAll( tag );\n\t\t\t}\n\t\t} :\n\n\t\tfunction( tag, context ) {\n\t\t\tvar elem,\n\t\t\t\ttmp = [],\n\t\t\t\ti = 0,\n\t\t\t\t// By happy coincidence, a (broken) gEBTN appears on DocumentFragment nodes too\n\t\t\t\tresults = context.getElementsByTagName( tag );\n\n\t\t\t// Filter out possible comments\n\t\t\tif ( tag === \"*\" ) {\n\t\t\t\twhile ( (elem = results[i++]) ) {\n\t\t\t\t\tif ( elem.nodeType === 1 ) {\n\t\t\t\t\t\ttmp.push( elem );\n\t\t\t\t\t}\n\t\t\t\t}\n\n\t\t\t\treturn tmp;\n\t\t\t}\n\t\t\treturn results;\n\t\t};\n\n\t// Class\n\tExpr.find[\"CLASS\"] = support.getElementsByClassName && function( className, context ) {\n\t\tif ( typeof context.getElementsByClassName !== \"undefined\" && documentIsHTML ) {\n\t\t\treturn context.getElementsByClassName( className );\n\t\t}\n\t};\n\n\t/* QSA/matchesSelector\n\t---------------------------------------------------------------------- */\n\n\t// QSA and matchesSelector support\n\n\t// matchesSelector(:active) reports false when true (IE9/Opera 11.5)\n\trbuggyMatches = [];\n\n\t// qSa(:focus) reports false when true (Chrome 21)\n\t// We allow this because of a bug in IE8/9 that throws an error\n\t// whenever `document.activeElement` is accessed on an iframe\n\t// So, we allow :focus to pass through QSA all the time to avoid the IE error\n\t// See https://bugs.jquery.com/ticket/13378\n\trbuggyQSA = [];\n\n\tif ( (support.qsa = rnative.test( document.querySelectorAll )) ) {\n\t\t// Build QSA regex\n\t\t// Regex strategy adopted from Diego Perini\n\t\tassert(function( el ) {\n\t\t\t// Select is set to empty string on purpose\n\t\t\t// This is to test IE's treatment of not explicitly\n\t\t\t// setting a boolean content attribute,\n\t\t\t// since its presence should be enough\n\t\t\t// https://bugs.jquery.com/ticket/12359\n\t\t\tdocElem.appendChild( el ).innerHTML = \"<a id='\" + expando + \"'></a>\" +\n\t\t\t\t\"<select id='\" + expando + \"-\\r\\\\' msallowcapture=''>\" +\n\t\t\t\t\"<option selected=''></option></select>\";\n\n\t\t\t// Support: IE8, Opera 11-12.16\n\t\t\t// Nothing should be selected when empty strings follow ^= or $= or *=\n\t\t\t// The test attribute must be unknown in Opera but \"safe\" for WinRT\n\t\t\t// https://msdn.microsoft.com/en-us/library/ie/hh465388.aspx#attribute_section\n\t\t\tif ( el.querySelectorAll(\"[msallowcapture^='']\").length ) {\n\t\t\t\trbuggyQSA.push( \"[*^$]=\" + whitespace + \"*(?:''|\\\"\\\")\" );\n\t\t\t}\n\n\t\t\t// Support: IE8\n\t\t\t// Boolean attributes and \"value\" are not treated correctly\n\t\t\tif ( !el.querySelectorAll(\"[selected]\").length ) {\n\t\t\t\trbuggyQSA.push( \"\\\\[\" + whitespace + \"*(?:value|\" + booleans + \")\" );\n\t\t\t}\n\n\t\t\t// Support: Chrome<29, Android<4.4, Safari<7.0+, iOS<7.0+, PhantomJS<1.9.8+\n\t\t\tif ( !el.querySelectorAll( \"[id~=\" + expando + \"-]\" ).length ) {\n\t\t\t\trbuggyQSA.push(\"~=\");\n\t\t\t}\n\n\t\t\t// Webkit/Opera - :checked should return selected option elements\n\t\t\t// http://www.w3.org/TR/2011/REC-css3-selectors-20110929/#checked\n\t\t\t// IE8 throws error here and will not see later tests\n\t\t\tif ( !el.querySelectorAll(\":checked\").length ) {\n\t\t\t\trbuggyQSA.push(\":checked\");\n\t\t\t}\n\n\t\t\t// Support: Safari 8+, iOS 8+\n\t\t\t// https://bugs.webkit.org/show_bug.cgi?id=136851\n\t\t\t// In-page `selector#id sibling-combinator selector` fails\n\t\t\tif ( !el.querySelectorAll( \"a#\" + expando + \"+*\" ).length ) {\n\t\t\t\trbuggyQSA.push(\".#.+[+~]\");\n\t\t\t}\n\t\t});\n\n\t\tassert(function( el ) {\n\t\t\tel.innerHTML = \"<a href='' disabled='disabled'></a>\" +\n\t\t\t\t\"<select disabled='disabled'><option/></select>\";\n\n\t\t\t// Support: Windows 8 Native Apps\n\t\t\t// The type and name attributes are restricted during .innerHTML assignment\n\t\t\tvar input = document.createElement(\"input\");\n\t\t\tinput.setAttribute( \"type\", \"hidden\" );\n\t\t\tel.appendChild( input ).setAttribute( \"name\", \"D\" );\n\n\t\t\t// Support: IE8\n\t\t\t// Enforce case-sensitivity of name attribute\n\t\t\tif ( el.querySelectorAll(\"[name=d]\").length ) {\n\t\t\t\trbuggyQSA.push( \"name\" + whitespace + \"*[*^$|!~]?=\" );\n\t\t\t}\n\n\t\t\t// FF 3.5 - :enabled/:disabled and hidden elements (hidden elements are still enabled)\n\t\t\t// IE8 throws error here and will not see later tests\n\t\t\tif ( el.querySelectorAll(\":enabled\").length !== 2 ) {\n\t\t\t\trbuggyQSA.push( \":enabled\", \":disabled\" );\n\t\t\t}\n\n\t\t\t// Support: IE9-11+\n\t\t\t// IE's :disabled selector does not pick up the children of disabled fieldsets\n\t\t\tdocElem.appendChild( el ).disabled = true;\n\t\t\tif ( el.querySelectorAll(\":disabled\").length !== 2 ) {\n\t\t\t\trbuggyQSA.push( \":enabled\", \":disabled\" );\n\t\t\t}\n\n\t\t\t// Opera 10-11 does not throw on post-comma invalid pseudos\n\t\t\tel.querySelectorAll(\"*,:x\");\n\t\t\trbuggyQSA.push(\",.*:\");\n\t\t});\n\t}\n\n\tif ( (support.matchesSelector = rnative.test( (matches = docElem.matches ||\n\t\tdocElem.webkitMatchesSelector ||\n\t\tdocElem.mozMatchesSelector ||\n\t\tdocElem.oMatchesSelector ||\n\t\tdocElem.msMatchesSelector) )) ) {\n\n\t\tassert(function( el ) {\n\t\t\t// Check to see if it's possible to do matchesSelector\n\t\t\t// on a disconnected node (IE 9)\n\t\t\tsupport.disconnectedMatch = matches.call( el, \"*\" );\n\n\t\t\t// This should fail with an exception\n\t\t\t// Gecko does not error, returns false instead\n\t\t\tmatches.call( el, \"[s!='']:x\" );\n\t\t\trbuggyMatches.push( \"!=\", pseudos );\n\t\t});\n\t}\n\n\trbuggyQSA = rbuggyQSA.length && new RegExp( rbuggyQSA.join(\"|\") );\n\trbuggyMatches = rbuggyMatches.length && new RegExp( rbuggyMatches.join(\"|\") );\n\n\t/* Contains\n\t---------------------------------------------------------------------- */\n\thasCompare = rnative.test( docElem.compareDocumentPosition );\n\n\t// Element contains another\n\t// Purposefully self-exclusive\n\t// As in, an element does not contain itself\n\tcontains = hasCompare || rnative.test( docElem.contains ) ?\n\t\tfunction( a, b ) {\n\t\t\tvar adown = a.nodeType === 9 ? a.documentElement : a,\n\t\t\t\tbup = b && b.parentNode;\n\t\t\treturn a === bup || !!( bup && bup.nodeType === 1 && (\n\t\t\t\tadown.contains ?\n\t\t\t\t\tadown.contains( bup ) :\n\t\t\t\t\ta.compareDocumentPosition && a.compareDocumentPosition( bup ) & 16\n\t\t\t));\n\t\t} :\n\t\tfunction( a, b ) {\n\t\t\tif ( b ) {\n\t\t\t\twhile ( (b = b.parentNode) ) {\n\t\t\t\t\tif ( b === a ) {\n\t\t\t\t\t\treturn true;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t\treturn false;\n\t\t};\n\n\t/* Sorting\n\t---------------------------------------------------------------------- */\n\n\t// Document order sorting\n\tsortOrder = hasCompare ?\n\tfunction( a, b ) {\n\n\t\t// Flag for duplicate removal\n\t\tif ( a === b ) {\n\t\t\thasDuplicate = true;\n\t\t\treturn 0;\n\t\t}\n\n\t\t// Sort on method existence if only one input has compareDocumentPosition\n\t\tvar compare = !a.compareDocumentPosition - !b.compareDocumentPosition;\n\t\tif ( compare ) {\n\t\t\treturn compare;\n\t\t}\n\n\t\t// Calculate position if both inputs belong to the same document\n\t\tcompare = ( a.ownerDocument || a ) === ( b.ownerDocument || b ) ?\n\t\t\ta.compareDocumentPosition( b ) :\n\n\t\t\t// Otherwise we know they are disconnected\n\t\t\t1;\n\n\t\t// Disconnected nodes\n\t\tif ( compare & 1 ||\n\t\t\t(!support.sortDetached && b.compareDocumentPosition( a ) === compare) ) {\n\n\t\t\t// Choose the first element that is related to our preferred document\n\t\t\tif ( a === document || a.ownerDocument === preferredDoc && contains(preferredDoc, a) ) {\n\t\t\t\treturn -1;\n\t\t\t}\n\t\t\tif ( b === document || b.ownerDocument === preferredDoc && contains(preferredDoc, b) ) {\n\t\t\t\treturn 1;\n\t\t\t}\n\n\t\t\t// Maintain original order\n\t\t\treturn sortInput ?\n\t\t\t\t( indexOf( sortInput, a ) - indexOf( sortInput, b ) ) :\n\t\t\t\t0;\n\t\t}\n\n\t\treturn compare & 4 ? -1 : 1;\n\t} :\n\tfunction( a, b ) {\n\t\t// Exit early if the nodes are identical\n\t\tif ( a === b ) {\n\t\t\thasDuplicate = true;\n\t\t\treturn 0;\n\t\t}\n\n\t\tvar cur,\n\t\t\ti = 0,\n\t\t\taup = a.parentNode,\n\t\t\tbup = b.parentNode,\n\t\t\tap = [ a ],\n\t\t\tbp = [ b ];\n\n\t\t// Parentless nodes are either documents or disconnected\n\t\tif ( !aup || !bup ) {\n\t\t\treturn a === document ? -1 :\n\t\t\t\tb === document ? 1 :\n\t\t\t\taup ? -1 :\n\t\t\t\tbup ? 1 :\n\t\t\t\tsortInput ?\n\t\t\t\t( indexOf( sortInput, a ) - indexOf( sortInput, b ) ) :\n\t\t\t\t0;\n\n\t\t// If the nodes are siblings, we can do a quick check\n\t\t} else if ( aup === bup ) {\n\t\t\treturn siblingCheck( a, b );\n\t\t}\n\n\t\t// Otherwise we need full lists of their ancestors for comparison\n\t\tcur = a;\n\t\twhile ( (cur = cur.parentNode) ) {\n\t\t\tap.unshift( cur );\n\t\t}\n\t\tcur = b;\n\t\twhile ( (cur = cur.parentNode) ) {\n\t\t\tbp.unshift( cur );\n\t\t}\n\n\t\t// Walk down the tree looking for a discrepancy\n\t\twhile ( ap[i] === bp[i] ) {\n\t\t\ti++;\n\t\t}\n\n\t\treturn i ?\n\t\t\t// Do a sibling check if the nodes have a common ancestor\n\t\t\tsiblingCheck( ap[i], bp[i] ) :\n\n\t\t\t// Otherwise nodes in our document sort first\n\t\t\tap[i] === preferredDoc ? -1 :\n\t\t\tbp[i] === preferredDoc ? 1 :\n\t\t\t0;\n\t};\n\n\treturn document;\n};\n\nSizzle.matches = function( expr, elements ) {\n\treturn Sizzle( expr, null, null, elements );\n};\n\nSizzle.matchesSelector = function( elem, expr ) {\n\t// Set document vars if needed\n\tif ( ( elem.ownerDocument || elem ) !== document ) {\n\t\tsetDocument( elem );\n\t}\n\n\t// Make sure that attribute selectors are quoted\n\texpr = expr.replace( rattributeQuotes, \"='$1']\" );\n\n\tif ( support.matchesSelector && documentIsHTML &&\n\t\t!compilerCache[ expr + \" \" ] &&\n\t\t( !rbuggyMatches || !rbuggyMatches.test( expr ) ) &&\n\t\t( !rbuggyQSA || !rbuggyQSA.test( expr ) ) ) {\n\n\t\ttry {\n\t\t\tvar ret = matches.call( elem, expr );\n\n\t\t\t// IE 9's matchesSelector returns false on disconnected nodes\n\t\t\tif ( ret || support.disconnectedMatch ||\n\t\t\t\t\t// As well, disconnected nodes are said to be in a document\n\t\t\t\t\t// fragment in IE 9\n\t\t\t\t\telem.document && elem.document.nodeType !== 11 ) {\n\t\t\t\treturn ret;\n\t\t\t}\n\t\t} catch (e) {}\n\t}\n\n\treturn Sizzle( expr, document, null, [ elem ] ).length > 0;\n};\n\nSizzle.contains = function( context, elem ) {\n\t// Set document vars if needed\n\tif ( ( context.ownerDocument || context ) !== document ) {\n\t\tsetDocument( context );\n\t}\n\treturn contains( context, elem );\n};\n\nSizzle.attr = function( elem, name ) {\n\t// Set document vars if needed\n\tif ( ( elem.ownerDocument || elem ) !== document ) {\n\t\tsetDocument( elem );\n\t}\n\n\tvar fn = Expr.attrHandle[ name.toLowerCase() ],\n\t\t// Don't get fooled by Object.prototype properties (jQuery #13807)\n\t\tval = fn && hasOwn.call( Expr.attrHandle, name.toLowerCase() ) ?\n\t\t\tfn( elem, name, !documentIsHTML ) :\n\t\t\tundefined;\n\n\treturn val !== undefined ?\n\t\tval :\n\t\tsupport.attributes || !documentIsHTML ?\n\t\t\telem.getAttribute( name ) :\n\t\t\t(val = elem.getAttributeNode(name)) && val.specified ?\n\t\t\t\tval.value :\n\t\t\t\tnull;\n};\n\nSizzle.escape = function( sel ) {\n\treturn (sel + \"\").replace( rcssescape, fcssescape );\n};\n\nSizzle.error = function( msg ) {\n\tthrow new Error( \"Syntax error, unrecognized expression: \" + msg );\n};\n\n/**\n * Document sorting and removing duplicates\n * @param {ArrayLike} results\n */\nSizzle.uniqueSort = function( results ) {\n\tvar elem,\n\t\tduplicates = [],\n\t\tj = 0,\n\t\ti = 0;\n\n\t// Unless we *know* we can detect duplicates, assume their presence\n\thasDuplicate = !support.detectDuplicates;\n\tsortInput = !support.sortStable && results.slice( 0 );\n\tresults.sort( sortOrder );\n\n\tif ( hasDuplicate ) {\n\t\twhile ( (elem = results[i++]) ) {\n\t\t\tif ( elem === results[ i ] ) {\n\t\t\t\tj = duplicates.push( i );\n\t\t\t}\n\t\t}\n\t\twhile ( j-- ) {\n\t\t\tresults.splice( duplicates[ j ], 1 );\n\t\t}\n\t}\n\n\t// Clear input after sorting to release objects\n\t// See https://github.com/jquery/sizzle/pull/225\n\tsortInput = null;\n\n\treturn results;\n};\n\n/**\n * Utility function for retrieving the text value of an array of DOM nodes\n * @param {Array|Element} elem\n */\ngetText = Sizzle.getText = function( elem ) {\n\tvar node,\n\t\tret = \"\",\n\t\ti = 0,\n\t\tnodeType = elem.nodeType;\n\n\tif ( !nodeType ) {\n\t\t// If no nodeType, this is expected to be an array\n\t\twhile ( (node = elem[i++]) ) {\n\t\t\t// Do not traverse comment nodes\n\t\t\tret += getText( node );\n\t\t}\n\t} else if ( nodeType === 1 || nodeType === 9 || nodeType === 11 ) {\n\t\t// Use textContent for elements\n\t\t// innerText usage removed for consistency of new lines (jQuery #11153)\n\t\tif ( typeof elem.textContent === \"string\" ) {\n\t\t\treturn elem.textContent;\n\t\t} else {\n\t\t\t// Traverse its children\n\t\t\tfor ( elem = elem.firstChild; elem; elem = elem.nextSibling ) {\n\t\t\t\tret += getText( elem );\n\t\t\t}\n\t\t}\n\t} else if ( nodeType === 3 || nodeType === 4 ) {\n\t\treturn elem.nodeValue;\n\t}\n\t// Do not include comment or processing instruction nodes\n\n\treturn ret;\n};\n\nExpr = Sizzle.selectors = {\n\n\t// Can be adjusted by the user\n\tcacheLength: 50,\n\n\tcreatePseudo: markFunction,\n\n\tmatch: matchExpr,\n\n\tattrHandle: {},\n\n\tfind: {},\n\n\trelative: {\n\t\t\">\": { dir: \"parentNode\", first: true },\n\t\t\" \": { dir: \"parentNode\" },\n\t\t\"+\": { dir: \"previousSibling\", first: true },\n\t\t\"~\": { dir: \"previousSibling\" }\n\t},\n\n\tpreFilter: {\n\t\t\"ATTR\": function( match ) {\n\t\t\tmatch[1] = match[1].replace( runescape, funescape );\n\n\t\t\t// Move the given value to match[3] whether quoted or unquoted\n\t\t\tmatch[3] = ( match[3] || match[4] || match[5] || \"\" ).replace( runescape, funescape );\n\n\t\t\tif ( match[2] === \"~=\" ) {\n\t\t\t\tmatch[3] = \" \" + match[3] + \" \";\n\t\t\t}\n\n\t\t\treturn match.slice( 0, 4 );\n\t\t},\n\n\t\t\"CHILD\": function( match ) {\n\t\t\t/* matches from matchExpr[\"CHILD\"]\n\t\t\t\t1 type (only|nth|...)\n\t\t\t\t2 what (child|of-type)\n\t\t\t\t3 argument (even|odd|\\d*|\\d*n([+-]\\d+)?|...)\n\t\t\t\t4 xn-component of xn+y argument ([+-]?\\d*n|)\n\t\t\t\t5 sign of xn-component\n\t\t\t\t6 x of xn-component\n\t\t\t\t7 sign of y-component\n\t\t\t\t8 y of y-component\n\t\t\t*/\n\t\t\tmatch[1] = match[1].toLowerCase();\n\n\t\t\tif ( match[1].slice( 0, 3 ) === \"nth\" ) {\n\t\t\t\t// nth-* requires argument\n\t\t\t\tif ( !match[3] ) {\n\t\t\t\t\tSizzle.error( match[0] );\n\t\t\t\t}\n\n\t\t\t\t// numeric x and y parameters for Expr.filter.CHILD\n\t\t\t\t// remember that false/true cast respectively to 0/1\n\t\t\t\tmatch[4] = +( match[4] ? match[5] + (match[6] || 1) : 2 * ( match[3] === \"even\" || match[3] === \"odd\" ) );\n\t\t\t\tmatch[5] = +( ( match[7] + match[8] ) || match[3] === \"odd\" );\n\n\t\t\t// other types prohibit arguments\n\t\t\t} else if ( match[3] ) {\n\t\t\t\tSizzle.error( match[0] );\n\t\t\t}\n\n\t\t\treturn match;\n\t\t},\n\n\t\t\"PSEUDO\": function( match ) {\n\t\t\tvar excess,\n\t\t\t\tunquoted = !match[6] && match[2];\n\n\t\t\tif ( matchExpr[\"CHILD\"].test( match[0] ) ) {\n\t\t\t\treturn null;\n\t\t\t}\n\n\t\t\t// Accept quoted arguments as-is\n\t\t\tif ( match[3] ) {\n\t\t\t\tmatch[2] = match[4] || match[5] || \"\";\n\n\t\t\t// Strip excess characters from unquoted arguments\n\t\t\t} else if ( unquoted && rpseudo.test( unquoted ) &&\n\t\t\t\t// Get excess from tokenize (recursively)\n\t\t\t\t(excess = tokenize( unquoted, true )) &&\n\t\t\t\t// advance to the next closing parenthesis\n\t\t\t\t(excess = unquoted.indexOf( \")\", unquoted.length - excess ) - unquoted.length) ) {\n\n\t\t\t\t// excess is a negative index\n\t\t\t\tmatch[0] = match[0].slice( 0, excess );\n\t\t\t\tmatch[2] = unquoted.slice( 0, excess );\n\t\t\t}\n\n\t\t\t// Return only captures needed by the pseudo filter method (type and argument)\n\t\t\treturn match.slice( 0, 3 );\n\t\t}\n\t},\n\n\tfilter: {\n\n\t\t\"TAG\": function( nodeNameSelector ) {\n\t\t\tvar nodeName = nodeNameSelector.replace( runescape, funescape ).toLowerCase();\n\t\t\treturn nodeNameSelector === \"*\" ?\n\t\t\t\tfunction() { return true; } :\n\t\t\t\tfunction( elem ) {\n\t\t\t\t\treturn elem.nodeName && elem.nodeName.toLowerCase() === nodeName;\n\t\t\t\t};\n\t\t},\n\n\t\t\"CLASS\": function( className ) {\n\t\t\tvar pattern = classCache[ className + \" \" ];\n\n\t\t\treturn pattern ||\n\t\t\t\t(pattern = new RegExp( \"(^|\" + whitespace + \")\" + className + \"(\" + whitespace + \"|$)\" )) &&\n\t\t\t\tclassCache( className, function( elem ) {\n\t\t\t\t\treturn pattern.test( typeof elem.className === \"string\" && elem.className || typeof elem.getAttribute !== \"undefined\" && elem.getAttribute(\"class\") || \"\" );\n\t\t\t\t});\n\t\t},\n\n\t\t\"ATTR\": function( name, operator, check ) {\n\t\t\treturn function( elem ) {\n\t\t\t\tvar result = Sizzle.attr( elem, name );\n\n\t\t\t\tif ( result == null ) {\n\t\t\t\t\treturn operator === \"!=\";\n\t\t\t\t}\n\t\t\t\tif ( !operator ) {\n\t\t\t\t\treturn true;\n\t\t\t\t}\n\n\t\t\t\tresult += \"\";\n\n\t\t\t\treturn operator === \"=\" ? result === check :\n\t\t\t\t\toperator === \"!=\" ? result !== check :\n\t\t\t\t\toperator === \"^=\" ? check && result.indexOf( check ) === 0 :\n\t\t\t\t\toperator === \"*=\" ? check && result.indexOf( check ) > -1 :\n\t\t\t\t\toperator === \"$=\" ? check && result.slice( -check.length ) === check :\n\t\t\t\t\toperator === \"~=\" ? ( \" \" + result.replace( rwhitespace, \" \" ) + \" \" ).indexOf( check ) > -1 :\n\t\t\t\t\toperator === \"|=\" ? result === check || result.slice( 0, check.length + 1 ) === check + \"-\" :\n\t\t\t\t\tfalse;\n\t\t\t};\n\t\t},\n\n\t\t\"CHILD\": function( type, what, argument, first, last ) {\n\t\t\tvar simple = type.slice( 0, 3 ) !== \"nth\",\n\t\t\t\tforward = type.slice( -4 ) !== \"last\",\n\t\t\t\tofType = what === \"of-type\";\n\n\t\t\treturn first === 1 && last === 0 ?\n\n\t\t\t\t// Shortcut for :nth-*(n)\n\t\t\t\tfunction( elem ) {\n\t\t\t\t\treturn !!elem.parentNode;\n\t\t\t\t} :\n\n\t\t\t\tfunction( elem, context, xml ) {\n\t\t\t\t\tvar cache, uniqueCache, outerCache, node, nodeIndex, start,\n\t\t\t\t\t\tdir = simple !== forward ? \"nextSibling\" : \"previousSibling\",\n\t\t\t\t\t\tparent = elem.parentNode,\n\t\t\t\t\t\tname = ofType && elem.nodeName.toLowerCase(),\n\t\t\t\t\t\tuseCache = !xml && !ofType,\n\t\t\t\t\t\tdiff = false;\n\n\t\t\t\t\tif ( parent ) {\n\n\t\t\t\t\t\t// :(first|last|only)-(child|of-type)\n\t\t\t\t\t\tif ( simple ) {\n\t\t\t\t\t\t\twhile ( dir ) {\n\t\t\t\t\t\t\t\tnode = elem;\n\t\t\t\t\t\t\t\twhile ( (node = node[ dir ]) ) {\n\t\t\t\t\t\t\t\t\tif ( ofType ?\n\t\t\t\t\t\t\t\t\t\tnode.nodeName.toLowerCase() === name :\n\t\t\t\t\t\t\t\t\t\tnode.nodeType === 1 ) {\n\n\t\t\t\t\t\t\t\t\t\treturn false;\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t// Reverse direction for :only-* (if we haven't yet done so)\n\t\t\t\t\t\t\t\tstart = dir = type === \"only\" && !start && \"nextSibling\";\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\treturn true;\n\t\t\t\t\t\t}\n\n\t\t\t\t\t\tstart = [ forward ? parent.firstChild : parent.lastChild ];\n\n\t\t\t\t\t\t// non-xml :nth-child(...) stores cache data on `parent`\n\t\t\t\t\t\tif ( forward && useCache ) {\n\n\t\t\t\t\t\t\t// Seek `elem` from a previously-cached index\n\n\t\t\t\t\t\t\t// ...in a gzip-friendly way\n\t\t\t\t\t\t\tnode = parent;\n\t\t\t\t\t\t\touterCache = node[ expando ] || (node[ expando ] = {});\n\n\t\t\t\t\t\t\t// Support: IE <9 only\n\t\t\t\t\t\t\t// Defend against cloned attroperties (jQuery gh-1709)\n\t\t\t\t\t\t\tuniqueCache = outerCache[ node.uniqueID ] ||\n\t\t\t\t\t\t\t\t(outerCache[ node.uniqueID ] = {});\n\n\t\t\t\t\t\t\tcache = uniqueCache[ type ] || [];\n\t\t\t\t\t\t\tnodeIndex = cache[ 0 ] === dirruns && cache[ 1 ];\n\t\t\t\t\t\t\tdiff = nodeIndex && cache[ 2 ];\n\t\t\t\t\t\t\tnode = nodeIndex && parent.childNodes[ nodeIndex ];\n\n\t\t\t\t\t\t\twhile ( (node = ++nodeIndex && node && node[ dir ] ||\n\n\t\t\t\t\t\t\t\t// Fallback to seeking `elem` from the start\n\t\t\t\t\t\t\t\t(diff = nodeIndex = 0) || start.pop()) ) {\n\n\t\t\t\t\t\t\t\t// When found, cache indexes on `parent` and break\n\t\t\t\t\t\t\t\tif ( node.nodeType === 1 && ++diff && node === elem ) {\n\t\t\t\t\t\t\t\t\tuniqueCache[ type ] = [ dirruns, nodeIndex, diff ];\n\t\t\t\t\t\t\t\t\tbreak;\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t}\n\n\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t// Use previously-cached element index if available\n\t\t\t\t\t\t\tif ( useCache ) {\n\t\t\t\t\t\t\t\t// ...in a gzip-friendly way\n\t\t\t\t\t\t\t\tnode = elem;\n\t\t\t\t\t\t\t\touterCache = node[ expando ] || (node[ expando ] = {});\n\n\t\t\t\t\t\t\t\t// Support: IE <9 only\n\t\t\t\t\t\t\t\t// Defend against cloned attroperties (jQuery gh-1709)\n\t\t\t\t\t\t\t\tuniqueCache = outerCache[ node.uniqueID ] ||\n\t\t\t\t\t\t\t\t\t(outerCache[ node.uniqueID ] = {});\n\n\t\t\t\t\t\t\t\tcache = uniqueCache[ type ] || [];\n\t\t\t\t\t\t\t\tnodeIndex = cache[ 0 ] === dirruns && cache[ 1 ];\n\t\t\t\t\t\t\t\tdiff = nodeIndex;\n\t\t\t\t\t\t\t}\n\n\t\t\t\t\t\t\t// xml :nth-child(...)\n\t\t\t\t\t\t\t// or :nth-last-child(...) or :nth(-last)?-of-type(...)\n\t\t\t\t\t\t\tif ( diff === false ) {\n\t\t\t\t\t\t\t\t// Use the same loop as above to seek `elem` from the start\n\t\t\t\t\t\t\t\twhile ( (node = ++nodeIndex && node && node[ dir ] ||\n\t\t\t\t\t\t\t\t\t(diff = nodeIndex = 0) || start.pop()) ) {\n\n\t\t\t\t\t\t\t\t\tif ( ( ofType ?\n\t\t\t\t\t\t\t\t\t\tnode.nodeName.toLowerCase() === name :\n\t\t\t\t\t\t\t\t\t\tnode.nodeType === 1 ) &&\n\t\t\t\t\t\t\t\t\t\t++diff ) {\n\n\t\t\t\t\t\t\t\t\t\t// Cache the index of each encountered element\n\t\t\t\t\t\t\t\t\t\tif ( useCache ) {\n\t\t\t\t\t\t\t\t\t\t\touterCache = node[ expando ] || (node[ expando ] = {});\n\n\t\t\t\t\t\t\t\t\t\t\t// Support: IE <9 only\n\t\t\t\t\t\t\t\t\t\t\t// Defend against cloned attroperties (jQuery gh-1709)\n\t\t\t\t\t\t\t\t\t\t\tuniqueCache = outerCache[ node.uniqueID ] ||\n\t\t\t\t\t\t\t\t\t\t\t\t(outerCache[ node.uniqueID ] = {});\n\n\t\t\t\t\t\t\t\t\t\t\tuniqueCache[ type ] = [ dirruns, diff ];\n\t\t\t\t\t\t\t\t\t\t}\n\n\t\t\t\t\t\t\t\t\t\tif ( node === elem ) {\n\t\t\t\t\t\t\t\t\t\t\tbreak;\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\n\t\t\t\t\t\t// Incorporate the offset, then check against cycle size\n\t\t\t\t\t\tdiff -= last;\n\t\t\t\t\t\treturn diff === first || ( diff % first === 0 && diff / first >= 0 );\n\t\t\t\t\t}\n\t\t\t\t};\n\t\t},\n\n\t\t\"PSEUDO\": function( pseudo, argument ) {\n\t\t\t// pseudo-class names are case-insensitive\n\t\t\t// http://www.w3.org/TR/selectors/#pseudo-classes\n\t\t\t// Prioritize by case sensitivity in case custom pseudos are added with uppercase letters\n\t\t\t// Remember that setFilters inherits from pseudos\n\t\t\tvar args,\n\t\t\t\tfn = Expr.pseudos[ pseudo ] || Expr.setFilters[ pseudo.toLowerCase() ] ||\n\t\t\t\t\tSizzle.error( \"unsupported pseudo: \" + pseudo );\n\n\t\t\t// The user may use createPseudo to indicate that\n\t\t\t// arguments are needed to create the filter function\n\t\t\t// just as Sizzle does\n\t\t\tif ( fn[ expando ] ) {\n\t\t\t\treturn fn( argument );\n\t\t\t}\n\n\t\t\t// But maintain support for old signatures\n\t\t\tif ( fn.length > 1 ) {\n\t\t\t\targs = [ pseudo, pseudo, \"\", argument ];\n\t\t\t\treturn Expr.setFilters.hasOwnProperty( pseudo.toLowerCase() ) ?\n\t\t\t\t\tmarkFunction(function( seed, matches ) {\n\t\t\t\t\t\tvar idx,\n\t\t\t\t\t\t\tmatched = fn( seed, argument ),\n\t\t\t\t\t\t\ti = matched.length;\n\t\t\t\t\t\twhile ( i-- ) {\n\t\t\t\t\t\t\tidx = indexOf( seed, matched[i] );\n\t\t\t\t\t\t\tseed[ idx ] = !( matches[ idx ] = matched[i] );\n\t\t\t\t\t\t}\n\t\t\t\t\t}) :\n\t\t\t\t\tfunction( elem ) {\n\t\t\t\t\t\treturn fn( elem, 0, args );\n\t\t\t\t\t};\n\t\t\t}\n\n\t\t\treturn fn;\n\t\t}\n\t},\n\n\tpseudos: {\n\t\t// Potentially complex pseudos\n\t\t\"not\": markFunction(function( selector ) {\n\t\t\t// Trim the selector passed to compile\n\t\t\t// to avoid treating leading and trailing\n\t\t\t// spaces as combinators\n\t\t\tvar input = [],\n\t\t\t\tresults = [],\n\t\t\t\tmatcher = compile( selector.replace( rtrim, \"$1\" ) );\n\n\t\t\treturn matcher[ expando ] ?\n\t\t\t\tmarkFunction(function( seed, matches, context, xml ) {\n\t\t\t\t\tvar elem,\n\t\t\t\t\t\tunmatched = matcher( seed, null, xml, [] ),\n\t\t\t\t\t\ti = seed.length;\n\n\t\t\t\t\t// Match elements unmatched by `matcher`\n\t\t\t\t\twhile ( i-- ) {\n\t\t\t\t\t\tif ( (elem = unmatched[i]) ) {\n\t\t\t\t\t\t\tseed[i] = !(matches[i] = elem);\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}) :\n\t\t\t\tfunction( elem, context, xml ) {\n\t\t\t\t\tinput[0] = elem;\n\t\t\t\t\tmatcher( input, null, xml, results );\n\t\t\t\t\t// Don't keep the element (issue #299)\n\t\t\t\t\tinput[0] = null;\n\t\t\t\t\treturn !results.pop();\n\t\t\t\t};\n\t\t}),\n\n\t\t\"has\": markFunction(function( selector ) {\n\t\t\treturn function( elem ) {\n\t\t\t\treturn Sizzle( selector, elem ).length > 0;\n\t\t\t};\n\t\t}),\n\n\t\t\"contains\": markFunction(function( text ) {\n\t\t\ttext = text.replace( runescape, funescape );\n\t\t\treturn function( elem ) {\n\t\t\t\treturn ( elem.textContent || elem.innerText || getText( elem ) ).indexOf( text ) > -1;\n\t\t\t};\n\t\t}),\n\n\t\t// \"Whether an element is represented by a :lang() selector\n\t\t// is based solely on the element's language value\n\t\t// being equal to the identifier C,\n\t\t// or beginning with the identifier C immediately followed by \"-\".\n\t\t// The matching of C against the element's language value is performed case-insensitively.\n\t\t// The identifier C does not have to be a valid language name.\"\n\t\t// http://www.w3.org/TR/selectors/#lang-pseudo\n\t\t\"lang\": markFunction( function( lang ) {\n\t\t\t// lang value must be a valid identifier\n\t\t\tif ( !ridentifier.test(lang || \"\") ) {\n\t\t\t\tSizzle.error( \"unsupported lang: \" + lang );\n\t\t\t}\n\t\t\tlang = lang.replace( runescape, funescape ).toLowerCase();\n\t\t\treturn function( elem ) {\n\t\t\t\tvar elemLang;\n\t\t\t\tdo {\n\t\t\t\t\tif ( (elemLang = documentIsHTML ?\n\t\t\t\t\t\telem.lang :\n\t\t\t\t\t\telem.getAttribute(\"xml:lang\") || elem.getAttribute(\"lang\")) ) {\n\n\t\t\t\t\t\telemLang = elemLang.toLowerCase();\n\t\t\t\t\t\treturn elemLang === lang || elemLang.indexOf( lang + \"-\" ) === 0;\n\t\t\t\t\t}\n\t\t\t\t} while ( (elem = elem.parentNode) && elem.nodeType === 1 );\n\t\t\t\treturn false;\n\t\t\t};\n\t\t}),\n\n\t\t// Miscellaneous\n\t\t\"target\": function( elem ) {\n\t\t\tvar hash = window.location && window.location.hash;\n\t\t\treturn hash && hash.slice( 1 ) === elem.id;\n\t\t},\n\n\t\t\"root\": function( elem ) {\n\t\t\treturn elem === docElem;\n\t\t},\n\n\t\t\"focus\": function( elem ) {\n\t\t\treturn elem === document.activeElement && (!document.hasFocus || document.hasFocus()) && !!(elem.type || elem.href || ~elem.tabIndex);\n\t\t},\n\n\t\t// Boolean properties\n\t\t\"enabled\": createDisabledPseudo( false ),\n\t\t\"disabled\": createDisabledPseudo( true ),\n\n\t\t\"checked\": function( elem ) {\n\t\t\t// In CSS3, :checked should return both checked and selected elements\n\t\t\t// http://www.w3.org/TR/2011/REC-css3-selectors-20110929/#checked\n\t\t\tvar nodeName = elem.nodeName.toLowerCase();\n\t\t\treturn (nodeName === \"input\" && !!elem.checked) || (nodeName === \"option\" && !!elem.selected);\n\t\t},\n\n\t\t\"selected\": function( elem ) {\n\t\t\t// Accessing this property makes selected-by-default\n\t\t\t// options in Safari work properly\n\t\t\tif ( elem.parentNode ) {\n\t\t\t\telem.parentNode.selectedIndex;\n\t\t\t}\n\n\t\t\treturn elem.selected === true;\n\t\t},\n\n\t\t// Contents\n\t\t\"empty\": function( elem ) {\n\t\t\t// http://www.w3.org/TR/selectors/#empty-pseudo\n\t\t\t// :empty is negated by element (1) or content nodes (text: 3; cdata: 4; entity ref: 5),\n\t\t\t// but not by others (comment: 8; processing instruction: 7; etc.)\n\t\t\t// nodeType < 6 works because attributes (2) do not appear as children\n\t\t\tfor ( elem = elem.firstChild; elem; elem = elem.nextSibling ) {\n\t\t\t\tif ( elem.nodeType < 6 ) {\n\t\t\t\t\treturn false;\n\t\t\t\t}\n\t\t\t}\n\t\t\treturn true;\n\t\t},\n\n\t\t\"parent\": function( elem ) {\n\t\t\treturn !Expr.pseudos[\"empty\"]( elem );\n\t\t},\n\n\t\t// Element/input types\n\t\t\"header\": function( elem ) {\n\t\t\treturn rheader.test( elem.nodeName );\n\t\t},\n\n\t\t\"input\": function( elem ) {\n\t\t\treturn rinputs.test( elem.nodeName );\n\t\t},\n\n\t\t\"button\": function( elem ) {\n\t\t\tvar name = elem.nodeName.toLowerCase();\n\t\t\treturn name === \"input\" && elem.type === \"button\" || name === \"button\";\n\t\t},\n\n\t\t\"text\": function( elem ) {\n\t\t\tvar attr;\n\t\t\treturn elem.nodeName.toLowerCase() === \"input\" &&\n\t\t\t\telem.type === \"text\" &&\n\n\t\t\t\t// Support: IE<8\n\t\t\t\t// New HTML5 attribute values (e.g., \"search\") appear with elem.type === \"text\"\n\t\t\t\t( (attr = elem.getAttribute(\"type\")) == null || attr.toLowerCase() === \"text\" );\n\t\t},\n\n\t\t// Position-in-collection\n\t\t\"first\": createPositionalPseudo(function() {\n\t\t\treturn [ 0 ];\n\t\t}),\n\n\t\t\"last\": createPositionalPseudo(function( matchIndexes, length ) {\n\t\t\treturn [ length - 1 ];\n\t\t}),\n\n\t\t\"eq\": createPositionalPseudo(function( matchIndexes, length, argument ) {\n\t\t\treturn [ argument < 0 ? argument + length : argument ];\n\t\t}),\n\n\t\t\"even\": createPositionalPseudo(function( matchIndexes, length ) {\n\t\t\tvar i = 0;\n\t\t\tfor ( ; i < length; i += 2 ) {\n\t\t\t\tmatchIndexes.push( i );\n\t\t\t}\n\t\t\treturn matchIndexes;\n\t\t}),\n\n\t\t\"odd\": createPositionalPseudo(function( matchIndexes, length ) {\n\t\t\tvar i = 1;\n\t\t\tfor ( ; i < length; i += 2 ) {\n\t\t\t\tmatchIndexes.push( i );\n\t\t\t}\n\t\t\treturn matchIndexes;\n\t\t}),\n\n\t\t\"lt\": createPositionalPseudo(function( matchIndexes, length, argument ) {\n\t\t\tvar i = argument < 0 ? argument + length : argument;\n\t\t\tfor ( ; --i >= 0; ) {\n\t\t\t\tmatchIndexes.push( i );\n\t\t\t}\n\t\t\treturn matchIndexes;\n\t\t}),\n\n\t\t\"gt\": createPositionalPseudo(function( matchIndexes, length, argument ) {\n\t\t\tvar i = argument < 0 ? argument + length : argument;\n\t\t\tfor ( ; ++i < length; ) {\n\t\t\t\tmatchIndexes.push( i );\n\t\t\t}\n\t\t\treturn matchIndexes;\n\t\t})\n\t}\n};\n\nExpr.pseudos[\"nth\"] = Expr.pseudos[\"eq\"];\n\n// Add button/input type pseudos\nfor ( i in { radio: true, checkbox: true, file: true, password: true, image: true } ) {\n\tExpr.pseudos[ i ] = createInputPseudo( i );\n}\nfor ( i in { submit: true, reset: true } ) {\n\tExpr.pseudos[ i ] = createButtonPseudo( i );\n}\n\n// Easy API for creating new setFilters\nfunction setFilters() {}\nsetFilters.prototype = Expr.filters = Expr.pseudos;\nExpr.setFilters = new setFilters();\n\ntokenize = Sizzle.tokenize = function( selector, parseOnly ) {\n\tvar matched, match, tokens, type,\n\t\tsoFar, groups, preFilters,\n\t\tcached = tokenCache[ selector + \" \" ];\n\n\tif ( cached ) {\n\t\treturn parseOnly ? 0 : cached.slice( 0 );\n\t}\n\n\tsoFar = selector;\n\tgroups = [];\n\tpreFilters = Expr.preFilter;\n\n\twhile ( soFar ) {\n\n\t\t// Comma and first run\n\t\tif ( !matched || (match = rcomma.exec( soFar )) ) {\n\t\t\tif ( match ) {\n\t\t\t\t// Don't consume trailing commas as valid\n\t\t\t\tsoFar = soFar.slice( match[0].length ) || soFar;\n\t\t\t}\n\t\t\tgroups.push( (tokens = []) );\n\t\t}\n\n\t\tmatched = false;\n\n\t\t// Combinators\n\t\tif ( (match = rcombinators.exec( soFar )) ) {\n\t\t\tmatched = match.shift();\n\t\t\ttokens.push({\n\t\t\t\tvalue: matched,\n\t\t\t\t// Cast descendant combinators to space\n\t\t\t\ttype: match[0].replace( rtrim, \" \" )\n\t\t\t});\n\t\t\tsoFar = soFar.slice( matched.length );\n\t\t}\n\n\t\t// Filters\n\t\tfor ( type in Expr.filter ) {\n\t\t\tif ( (match = matchExpr[ type ].exec( soFar )) && (!preFilters[ type ] ||\n\t\t\t\t(match = preFilters[ type ]( match ))) ) {\n\t\t\t\tmatched = match.shift();\n\t\t\t\ttokens.push({\n\t\t\t\t\tvalue: matched,\n\t\t\t\t\ttype: type,\n\t\t\t\t\tmatches: match\n\t\t\t\t});\n\t\t\t\tsoFar = soFar.slice( matched.length );\n\t\t\t}\n\t\t}\n\n\t\tif ( !matched ) {\n\t\t\tbreak;\n\t\t}\n\t}\n\n\t// Return the length of the invalid excess\n\t// if we're just parsing\n\t// Otherwise, throw an error or return tokens\n\treturn parseOnly ?\n\t\tsoFar.length :\n\t\tsoFar ?\n\t\t\tSizzle.error( selector ) :\n\t\t\t// Cache the tokens\n\t\t\ttokenCache( selector, groups ).slice( 0 );\n};\n\nfunction toSelector( tokens ) {\n\tvar i = 0,\n\t\tlen = tokens.length,\n\t\tselector = \"\";\n\tfor ( ; i < len; i++ ) {\n\t\tselector += tokens[i].value;\n\t}\n\treturn selector;\n}\n\nfunction addCombinator( matcher, combinator, base ) {\n\tvar dir = combinator.dir,\n\t\tskip = combinator.next,\n\t\tkey = skip || dir,\n\t\tcheckNonElements = base && key === \"parentNode\",\n\t\tdoneName = done++;\n\n\treturn combinator.first ?\n\t\t// Check against closest ancestor/preceding element\n\t\tfunction( elem, context, xml ) {\n\t\t\twhile ( (elem = elem[ dir ]) ) {\n\t\t\t\tif ( elem.nodeType === 1 || checkNonElements ) {\n\t\t\t\t\treturn matcher( elem, context, xml );\n\t\t\t\t}\n\t\t\t}\n\t\t\treturn false;\n\t\t} :\n\n\t\t// Check against all ancestor/preceding elements\n\t\tfunction( elem, context, xml ) {\n\t\t\tvar oldCache, uniqueCache, outerCache,\n\t\t\t\tnewCache = [ dirruns, doneName ];\n\n\t\t\t// We can't set arbitrary data on XML nodes, so they don't benefit from combinator caching\n\t\t\tif ( xml ) {\n\t\t\t\twhile ( (elem = elem[ dir ]) ) {\n\t\t\t\t\tif ( elem.nodeType === 1 || checkNonElements ) {\n\t\t\t\t\t\tif ( matcher( elem, context, xml ) ) {\n\t\t\t\t\t\t\treturn true;\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t} else {\n\t\t\t\twhile ( (elem = elem[ dir ]) ) {\n\t\t\t\t\tif ( elem.nodeType === 1 || checkNonElements ) {\n\t\t\t\t\t\touterCache = elem[ expando ] || (elem[ expando ] = {});\n\n\t\t\t\t\t\t// Support: IE <9 only\n\t\t\t\t\t\t// Defend against cloned attroperties (jQuery gh-1709)\n\t\t\t\t\t\tuniqueCache = outerCache[ elem.uniqueID ] || (outerCache[ elem.uniqueID ] = {});\n\n\t\t\t\t\t\tif ( skip && skip === elem.nodeName.toLowerCase() ) {\n\t\t\t\t\t\t\telem = elem[ dir ] || elem;\n\t\t\t\t\t\t} else if ( (oldCache = uniqueCache[ key ]) &&\n\t\t\t\t\t\t\toldCache[ 0 ] === dirruns && oldCache[ 1 ] === doneName ) {\n\n\t\t\t\t\t\t\t// Assign to newCache so results back-propagate to previous elements\n\t\t\t\t\t\t\treturn (newCache[ 2 ] = oldCache[ 2 ]);\n\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t// Reuse newcache so results back-propagate to previous elements\n\t\t\t\t\t\t\tuniqueCache[ key ] = newCache;\n\n\t\t\t\t\t\t\t// A match means we're done; a fail means we have to keep checking\n\t\t\t\t\t\t\tif ( (newCache[ 2 ] = matcher( elem, context, xml )) ) {\n\t\t\t\t\t\t\t\treturn true;\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t\treturn false;\n\t\t};\n}\n\nfunction elementMatcher( matchers ) {\n\treturn matchers.length > 1 ?\n\t\tfunction( elem, context, xml ) {\n\t\t\tvar i = matchers.length;\n\t\t\twhile ( i-- ) {\n\t\t\t\tif ( !matchers[i]( elem, context, xml ) ) {\n\t\t\t\t\treturn false;\n\t\t\t\t}\n\t\t\t}\n\t\t\treturn true;\n\t\t} :\n\t\tmatchers[0];\n}\n\nfunction multipleContexts( selector, contexts, results ) {\n\tvar i = 0,\n\t\tlen = contexts.length;\n\tfor ( ; i < len; i++ ) {\n\t\tSizzle( selector, contexts[i], results );\n\t}\n\treturn results;\n}\n\nfunction condense( unmatched, map, filter, context, xml ) {\n\tvar elem,\n\t\tnewUnmatched = [],\n\t\ti = 0,\n\t\tlen = unmatched.length,\n\t\tmapped = map != null;\n\n\tfor ( ; i < len; i++ ) {\n\t\tif ( (elem = unmatched[i]) ) {\n\t\t\tif ( !filter || filter( elem, context, xml ) ) {\n\t\t\t\tnewUnmatched.push( elem );\n\t\t\t\tif ( mapped ) {\n\t\t\t\t\tmap.push( i );\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n\n\treturn newUnmatched;\n}\n\nfunction setMatcher( preFilter, selector, matcher, postFilter, postFinder, postSelector ) {\n\tif ( postFilter && !postFilter[ expando ] ) {\n\t\tpostFilter = setMatcher( postFilter );\n\t}\n\tif ( postFinder && !postFinder[ expando ] ) {\n\t\tpostFinder = setMatcher( postFinder, postSelector );\n\t}\n\treturn markFunction(function( seed, results, context, xml ) {\n\t\tvar temp, i, elem,\n\t\t\tpreMap = [],\n\t\t\tpostMap = [],\n\t\t\tpreexisting = results.length,\n\n\t\t\t// Get initial elements from seed or context\n\t\t\telems = seed || multipleContexts( selector || \"*\", context.nodeType ? [ context ] : context, [] ),\n\n\t\t\t// Prefilter to get matcher input, preserving a map for seed-results synchronization\n\t\t\tmatcherIn = preFilter && ( seed || !selector ) ?\n\t\t\t\tcondense( elems, preMap, preFilter, context, xml ) :\n\t\t\t\telems,\n\n\t\t\tmatcherOut = matcher ?\n\t\t\t\t// If we have a postFinder, or filtered seed, or non-seed postFilter or preexisting results,\n\t\t\t\tpostFinder || ( seed ? preFilter : preexisting || postFilter ) ?\n\n\t\t\t\t\t// ...intermediate processing is necessary\n\t\t\t\t\t[] :\n\n\t\t\t\t\t// ...otherwise use results directly\n\t\t\t\t\tresults :\n\t\t\t\tmatcherIn;\n\n\t\t// Find primary matches\n\t\tif ( matcher ) {\n\t\t\tmatcher( matcherIn, matcherOut, context, xml );\n\t\t}\n\n\t\t// Apply postFilter\n\t\tif ( postFilter ) {\n\t\t\ttemp = condense( matcherOut, postMap );\n\t\t\tpostFilter( temp, [], context, xml );\n\n\t\t\t// Un-match failing elements by moving them back to matcherIn\n\t\t\ti = temp.length;\n\t\t\twhile ( i-- ) {\n\t\t\t\tif ( (elem = temp[i]) ) {\n\t\t\t\t\tmatcherOut[ postMap[i] ] = !(matcherIn[ postMap[i] ] = elem);\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\tif ( seed ) {\n\t\t\tif ( postFinder || preFilter ) {\n\t\t\t\tif ( postFinder ) {\n\t\t\t\t\t// Get the final matcherOut by condensing this intermediate into postFinder contexts\n\t\t\t\t\ttemp = [];\n\t\t\t\t\ti = matcherOut.length;\n\t\t\t\t\twhile ( i-- ) {\n\t\t\t\t\t\tif ( (elem = matcherOut[i]) ) {\n\t\t\t\t\t\t\t// Restore matcherIn since elem is not yet a final match\n\t\t\t\t\t\t\ttemp.push( (matcherIn[i] = elem) );\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t\tpostFinder( null, (matcherOut = []), temp, xml );\n\t\t\t\t}\n\n\t\t\t\t// Move matched elements from seed to results to keep them synchronized\n\t\t\t\ti = matcherOut.length;\n\t\t\t\twhile ( i-- ) {\n\t\t\t\t\tif ( (elem = matcherOut[i]) &&\n\t\t\t\t\t\t(temp = postFinder ? indexOf( seed, elem ) : preMap[i]) > -1 ) {\n\n\t\t\t\t\t\tseed[temp] = !(results[temp] = elem);\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\n\t\t// Add elements to results, through postFinder if defined\n\t\t} else {\n\t\t\tmatcherOut = condense(\n\t\t\t\tmatcherOut === results ?\n\t\t\t\t\tmatcherOut.splice( preexisting, matcherOut.length ) :\n\t\t\t\t\tmatcherOut\n\t\t\t);\n\t\t\tif ( postFinder ) {\n\t\t\t\tpostFinder( null, results, matcherOut, xml );\n\t\t\t} else {\n\t\t\t\tpush.apply( results, matcherOut );\n\t\t\t}\n\t\t}\n\t});\n}\n\nfunction matcherFromTokens( tokens ) {\n\tvar checkContext, matcher, j,\n\t\tlen = tokens.length,\n\t\tleadingRelative = Expr.relative[ tokens[0].type ],\n\t\timplicitRelative = leadingRelative || Expr.relative[\" \"],\n\t\ti = leadingRelative ? 1 : 0,\n\n\t\t// The foundational matcher ensures that elements are reachable from top-level context(s)\n\t\tmatchContext = addCombinator( function( elem ) {\n\t\t\treturn elem === checkContext;\n\t\t}, implicitRelative, true ),\n\t\tmatchAnyContext = addCombinator( function( elem ) {\n\t\t\treturn indexOf( checkContext, elem ) > -1;\n\t\t}, implicitRelative, true ),\n\t\tmatchers = [ function( elem, context, xml ) {\n\t\t\tvar ret = ( !leadingRelative && ( xml || context !== outermostContext ) ) || (\n\t\t\t\t(checkContext = context).nodeType ?\n\t\t\t\t\tmatchContext( elem, context, xml ) :\n\t\t\t\t\tmatchAnyContext( elem, context, xml ) );\n\t\t\t// Avoid hanging onto element (issue #299)\n\t\t\tcheckContext = null;\n\t\t\treturn ret;\n\t\t} ];\n\n\tfor ( ; i < len; i++ ) {\n\t\tif ( (matcher = Expr.relative[ tokens[i].type ]) ) {\n\t\t\tmatchers = [ addCombinator(elementMatcher( matchers ), matcher) ];\n\t\t} else {\n\t\t\tmatcher = Expr.filter[ tokens[i].type ].apply( null, tokens[i].matches );\n\n\t\t\t// Return special upon seeing a positional matcher\n\t\t\tif ( matcher[ expando ] ) {\n\t\t\t\t// Find the next relative operator (if any) for proper handling\n\t\t\t\tj = ++i;\n\t\t\t\tfor ( ; j < len; j++ ) {\n\t\t\t\t\tif ( Expr.relative[ tokens[j].type ] ) {\n\t\t\t\t\t\tbreak;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\treturn setMatcher(\n\t\t\t\t\ti > 1 && elementMatcher( matchers ),\n\t\t\t\t\ti > 1 && toSelector(\n\t\t\t\t\t\t// If the preceding token was a descendant combinator, insert an implicit any-element `*`\n\t\t\t\t\t\ttokens.slice( 0, i - 1 ).concat({ value: tokens[ i - 2 ].type === \" \" ? \"*\" : \"\" })\n\t\t\t\t\t).replace( rtrim, \"$1\" ),\n\t\t\t\t\tmatcher,\n\t\t\t\t\ti < j && matcherFromTokens( tokens.slice( i, j ) ),\n\t\t\t\t\tj < len && matcherFromTokens( (tokens = tokens.slice( j )) ),\n\t\t\t\t\tj < len && toSelector( tokens )\n\t\t\t\t);\n\t\t\t}\n\t\t\tmatchers.push( matcher );\n\t\t}\n\t}\n\n\treturn elementMatcher( matchers );\n}\n\nfunction matcherFromGroupMatchers( elementMatchers, setMatchers ) {\n\tvar bySet = setMatchers.length > 0,\n\t\tbyElement = elementMatchers.length > 0,\n\t\tsuperMatcher = function( seed, context, xml, results, outermost ) {\n\t\t\tvar elem, j, matcher,\n\t\t\t\tmatchedCount = 0,\n\t\t\t\ti = \"0\",\n\t\t\t\tunmatched = seed && [],\n\t\t\t\tsetMatched = [],\n\t\t\t\tcontextBackup = outermostContext,\n\t\t\t\t// We must always have either seed elements or outermost context\n\t\t\t\telems = seed || byElement && Expr.find[\"TAG\"]( \"*\", outermost ),\n\t\t\t\t// Use integer dirruns iff this is the outermost matcher\n\t\t\t\tdirrunsUnique = (dirruns += contextBackup == null ? 1 : Math.random() || 0.1),\n\t\t\t\tlen = elems.length;\n\n\t\t\tif ( outermost ) {\n\t\t\t\toutermostContext = context === document || context || outermost;\n\t\t\t}\n\n\t\t\t// Add elements passing elementMatchers directly to results\n\t\t\t// Support: IE<9, Safari\n\t\t\t// Tolerate NodeList properties (IE: \"length\"; Safari: <number>) matching elements by id\n\t\t\tfor ( ; i !== len && (elem = elems[i]) != null; i++ ) {\n\t\t\t\tif ( byElement && elem ) {\n\t\t\t\t\tj = 0;\n\t\t\t\t\tif ( !context && elem.ownerDocument !== document ) {\n\t\t\t\t\t\tsetDocument( elem );\n\t\t\t\t\t\txml = !documentIsHTML;\n\t\t\t\t\t}\n\t\t\t\t\twhile ( (matcher = elementMatchers[j++]) ) {\n\t\t\t\t\t\tif ( matcher( elem, context || document, xml) ) {\n\t\t\t\t\t\t\tresults.push( elem );\n\t\t\t\t\t\t\tbreak;\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t\tif ( outermost ) {\n\t\t\t\t\t\tdirruns = dirrunsUnique;\n\t\t\t\t\t}\n\t\t\t\t}\n\n\t\t\t\t// Track unmatched elements for set filters\n\t\t\t\tif ( bySet ) {\n\t\t\t\t\t// They will have gone through all possible matchers\n\t\t\t\t\tif ( (elem = !matcher && elem) ) {\n\t\t\t\t\t\tmatchedCount--;\n\t\t\t\t\t}\n\n\t\t\t\t\t// Lengthen the array for every element, matched or not\n\t\t\t\t\tif ( seed ) {\n\t\t\t\t\t\tunmatched.push( elem );\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\n\t\t\t// `i` is now the count of elements visited above, and adding it to `matchedCount`\n\t\t\t// makes the latter nonnegative.\n\t\t\tmatchedCount += i;\n\n\t\t\t// Apply set filters to unmatched elements\n\t\t\t// NOTE: This can be skipped if there are no unmatched elements (i.e., `matchedCount`\n\t\t\t// equals `i`), unless we didn't visit _any_ elements in the above loop because we have\n\t\t\t// no element matchers and no seed.\n\t\t\t// Incrementing an initially-string \"0\" `i` allows `i` to remain a string only in that\n\t\t\t// case, which will result in a \"00\" `matchedCount` that differs from `i` but is also\n\t\t\t// numerically zero.\n\t\t\tif ( bySet && i !== matchedCount ) {\n\t\t\t\tj = 0;\n\t\t\t\twhile ( (matcher = setMatchers[j++]) ) {\n\t\t\t\t\tmatcher( unmatched, setMatched, context, xml );\n\t\t\t\t}\n\n\t\t\t\tif ( seed ) {\n\t\t\t\t\t// Reintegrate element matches to eliminate the need for sorting\n\t\t\t\t\tif ( matchedCount > 0 ) {\n\t\t\t\t\t\twhile ( i-- ) {\n\t\t\t\t\t\t\tif ( !(unmatched[i] || setMatched[i]) ) {\n\t\t\t\t\t\t\t\tsetMatched[i] = pop.call( results );\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\n\t\t\t\t\t// Discard index placeholder values to get only actual matches\n\t\t\t\t\tsetMatched = condense( setMatched );\n\t\t\t\t}\n\n\t\t\t\t// Add matches to results\n\t\t\t\tpush.apply( results, setMatched );\n\n\t\t\t\t// Seedless set matches succeeding multiple successful matchers stipulate sorting\n\t\t\t\tif ( outermost && !seed && setMatched.length > 0 &&\n\t\t\t\t\t( matchedCount + setMatchers.length ) > 1 ) {\n\n\t\t\t\t\tSizzle.uniqueSort( results );\n\t\t\t\t}\n\t\t\t}\n\n\t\t\t// Override manipulation of globals by nested matchers\n\t\t\tif ( outermost ) {\n\t\t\t\tdirruns = dirrunsUnique;\n\t\t\t\toutermostContext = contextBackup;\n\t\t\t}\n\n\t\t\treturn unmatched;\n\t\t};\n\n\treturn bySet ?\n\t\tmarkFunction( superMatcher ) :\n\t\tsuperMatcher;\n}\n\ncompile = Sizzle.compile = function( selector, match /* Internal Use Only */ ) {\n\tvar i,\n\t\tsetMatchers = [],\n\t\telementMatchers = [],\n\t\tcached = compilerCache[ selector + \" \" ];\n\n\tif ( !cached ) {\n\t\t// Generate a function of recursive functions that can be used to check each element\n\t\tif ( !match ) {\n\t\t\tmatch = tokenize( selector );\n\t\t}\n\t\ti = match.length;\n\t\twhile ( i-- ) {\n\t\t\tcached = matcherFromTokens( match[i] );\n\t\t\tif ( cached[ expando ] ) {\n\t\t\t\tsetMatchers.push( cached );\n\t\t\t} else {\n\t\t\t\telementMatchers.push( cached );\n\t\t\t}\n\t\t}\n\n\t\t// Cache the compiled function\n\t\tcached = compilerCache( selector, matcherFromGroupMatchers( elementMatchers, setMatchers ) );\n\n\t\t// Save selector and tokenization\n\t\tcached.selector = selector;\n\t}\n\treturn cached;\n};\n\n/**\n * A low-level selection function that works with Sizzle's compiled\n * selector functions\n * @param {String|Function} selector A selector or a pre-compiled\n * selector function built with Sizzle.compile\n * @param {Element} context\n * @param {Array} [results]\n * @param {Array} [seed] A set of elements to match against\n */\nselect = Sizzle.select = function( selector, context, results, seed ) {\n\tvar i, tokens, token, type, find,\n\t\tcompiled = typeof selector === \"function\" && selector,\n\t\tmatch = !seed && tokenize( (selector = compiled.selector || selector) );\n\n\tresults = results || [];\n\n\t// Try to minimize operations if there is only one selector in the list and no seed\n\t// (the latter of which guarantees us context)\n\tif ( match.length === 1 ) {\n\n\t\t// Reduce context if the leading compound selector is an ID\n\t\ttokens = match[0] = match[0].slice( 0 );\n\t\tif ( tokens.length > 2 && (token = tokens[0]).type === \"ID\" &&\n\t\t\t\tcontext.nodeType === 9 && documentIsHTML && Expr.relative[ tokens[1].type ] ) {\n\n\t\t\tcontext = ( Expr.find[\"ID\"]( token.matches[0].replace(runescape, funescape), context ) || [] )[0];\n\t\t\tif ( !context ) {\n\t\t\t\treturn results;\n\n\t\t\t// Precompiled matchers will still verify ancestry, so step up a level\n\t\t\t} else if ( compiled ) {\n\t\t\t\tcontext = context.parentNode;\n\t\t\t}\n\n\t\t\tselector = selector.slice( tokens.shift().value.length );\n\t\t}\n\n\t\t// Fetch a seed set for right-to-left matching\n\t\ti = matchExpr[\"needsContext\"].test( selector ) ? 0 : tokens.length;\n\t\twhile ( i-- ) {\n\t\t\ttoken = tokens[i];\n\n\t\t\t// Abort if we hit a combinator\n\t\t\tif ( Expr.relative[ (type = token.type) ] ) {\n\t\t\t\tbreak;\n\t\t\t}\n\t\t\tif ( (find = Expr.find[ type ]) ) {\n\t\t\t\t// Search, expanding context for leading sibling combinators\n\t\t\t\tif ( (seed = find(\n\t\t\t\t\ttoken.matches[0].replace( runescape, funescape ),\n\t\t\t\t\trsibling.test( tokens[0].type ) && testContext( context.parentNode ) || context\n\t\t\t\t)) ) {\n\n\t\t\t\t\t// If seed is empty or no tokens remain, we can return early\n\t\t\t\t\ttokens.splice( i, 1 );\n\t\t\t\t\tselector = seed.length && toSelector( tokens );\n\t\t\t\t\tif ( !selector ) {\n\t\t\t\t\t\tpush.apply( results, seed );\n\t\t\t\t\t\treturn results;\n\t\t\t\t\t}\n\n\t\t\t\t\tbreak;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n\n\t// Compile and execute a filtering function if one is not provided\n\t// Provide `match` to avoid retokenization if we modified the selector above\n\t( compiled || compile( selector, match ) )(\n\t\tseed,\n\t\tcontext,\n\t\t!documentIsHTML,\n\t\tresults,\n\t\t!context || rsibling.test( selector ) && testContext( context.parentNode ) || context\n\t);\n\treturn results;\n};\n\n// One-time assignments\n\n// Sort stability\nsupport.sortStable = expando.split(\"\").sort( sortOrder ).join(\"\") === expando;\n\n// Support: Chrome 14-35+\n// Always assume duplicates if they aren't passed to the comparison function\nsupport.detectDuplicates = !!hasDuplicate;\n\n// Initialize against the default document\nsetDocument();\n\n// Support: Webkit<537.32 - Safari 6.0.3/Chrome 25 (fixed in Chrome 27)\n// Detached nodes confoundingly follow *each other*\nsupport.sortDetached = assert(function( el ) {\n\t// Should return 1, but returns 4 (following)\n\treturn el.compareDocumentPosition( document.createElement(\"fieldset\") ) & 1;\n});\n\n// Support: IE<8\n// Prevent attribute/property \"interpolation\"\n// https://msdn.microsoft.com/en-us/library/ms536429%28VS.85%29.aspx\nif ( !assert(function( el ) {\n\tel.innerHTML = \"<a href='#'></a>\";\n\treturn el.firstChild.getAttribute(\"href\") === \"#\" ;\n}) ) {\n\taddHandle( \"type|href|height|width\", function( elem, name, isXML ) {\n\t\tif ( !isXML ) {\n\t\t\treturn elem.getAttribute( name, name.toLowerCase() === \"type\" ? 1 : 2 );\n\t\t}\n\t});\n}\n\n// Support: IE<9\n// Use defaultValue in place of getAttribute(\"value\")\nif ( !support.attributes || !assert(function( el ) {\n\tel.innerHTML = \"<input/>\";\n\tel.firstChild.setAttribute( \"value\", \"\" );\n\treturn el.firstChild.getAttribute( \"value\" ) === \"\";\n}) ) {\n\taddHandle( \"value\", function( elem, name, isXML ) {\n\t\tif ( !isXML && elem.nodeName.toLowerCase() === \"input\" ) {\n\t\t\treturn elem.defaultValue;\n\t\t}\n\t});\n}\n\n// Support: IE<9\n// Use getAttributeNode to fetch booleans when getAttribute lies\nif ( !assert(function( el ) {\n\treturn el.getAttribute(\"disabled\") == null;\n}) ) {\n\taddHandle( booleans, function( elem, name, isXML ) {\n\t\tvar val;\n\t\tif ( !isXML ) {\n\t\t\treturn elem[ name ] === true ? name.toLowerCase() :\n\t\t\t\t\t(val = elem.getAttributeNode( name )) && val.specified ?\n\t\t\t\t\tval.value :\n\t\t\t\tnull;\n\t\t}\n\t});\n}\n\nreturn Sizzle;\n\n})( window );\n\n\n\njQuery.find = Sizzle;\njQuery.expr = Sizzle.selectors;\n\n// Deprecated\njQuery.expr[ \":\" ] = jQuery.expr.pseudos;\njQuery.uniqueSort = jQuery.unique = Sizzle.uniqueSort;\njQuery.text = Sizzle.getText;\njQuery.isXMLDoc = Sizzle.isXML;\njQuery.contains = Sizzle.contains;\njQuery.escapeSelector = Sizzle.escape;\n\n\n\n\nvar dir = function( elem, dir, until ) {\n\tvar matched = [],\n\t\ttruncate = until !== undefined;\n\n\twhile ( ( elem = elem[ dir ] ) && elem.nodeType !== 9 ) {\n\t\tif ( elem.nodeType === 1 ) {\n\t\t\tif ( truncate && jQuery( elem ).is( until ) ) {\n\t\t\t\tbreak;\n\t\t\t}\n\t\t\tmatched.push( elem );\n\t\t}\n\t}\n\treturn matched;\n};\n\n\nvar siblings = function( n, elem ) {\n\tvar matched = [];\n\n\tfor ( ; n; n = n.nextSibling ) {\n\t\tif ( n.nodeType === 1 && n !== elem ) {\n\t\t\tmatched.push( n );\n\t\t}\n\t}\n\n\treturn matched;\n};\n\n\nvar rneedsContext = jQuery.expr.match.needsContext;\n\n\n\nfunction nodeName( elem, name ) {\n\n return elem.nodeName && elem.nodeName.toLowerCase() === name.toLowerCase();\n\n};\nvar rsingleTag = ( /^<([a-z][^\\/\\0>:\\x20\\t\\r\\n\\f]*)[\\x20\\t\\r\\n\\f]*\\/?>(?:<\\/\\1>|)$/i );\n\n\n\n// Implement the identical functionality for filter and not\nfunction winnow( elements, qualifier, not ) {\n\tif ( isFunction( qualifier ) ) {\n\t\treturn jQuery.grep( elements, function( elem, i ) {\n\t\t\treturn !!qualifier.call( elem, i, elem ) !== not;\n\t\t} );\n\t}\n\n\t// Single element\n\tif ( qualifier.nodeType ) {\n\t\treturn jQuery.grep( elements, function( elem ) {\n\t\t\treturn ( elem === qualifier ) !== not;\n\t\t} );\n\t}\n\n\t// Arraylike of elements (jQuery, arguments, Array)\n\tif ( typeof qualifier !== \"string\" ) {\n\t\treturn jQuery.grep( elements, function( elem ) {\n\t\t\treturn ( indexOf.call( qualifier, elem ) > -1 ) !== not;\n\t\t} );\n\t}\n\n\t// Filtered directly for both simple and complex selectors\n\treturn jQuery.filter( qualifier, elements, not );\n}\n\njQuery.filter = function( expr, elems, not ) {\n\tvar elem = elems[ 0 ];\n\n\tif ( not ) {\n\t\texpr = \":not(\" + expr + \")\";\n\t}\n\n\tif ( elems.length === 1 && elem.nodeType === 1 ) {\n\t\treturn jQuery.find.matchesSelector( elem, expr ) ? [ elem ] : [];\n\t}\n\n\treturn jQuery.find.matches( expr, jQuery.grep( elems, function( elem ) {\n\t\treturn elem.nodeType === 1;\n\t} ) );\n};\n\njQuery.fn.extend( {\n\tfind: function( selector ) {\n\t\tvar i, ret,\n\t\t\tlen = this.length,\n\t\t\tself = this;\n\n\t\tif ( typeof selector !== \"string\" ) {\n\t\t\treturn this.pushStack( jQuery( selector ).filter( function() {\n\t\t\t\tfor ( i = 0; i < len; i++ ) {\n\t\t\t\t\tif ( jQuery.contains( self[ i ], this ) ) {\n\t\t\t\t\t\treturn true;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t} ) );\n\t\t}\n\n\t\tret = this.pushStack( [] );\n\n\t\tfor ( i = 0; i < len; i++ ) {\n\t\t\tjQuery.find( selector, self[ i ], ret );\n\t\t}\n\n\t\treturn len > 1 ? jQuery.uniqueSort( ret ) : ret;\n\t},\n\tfilter: function( selector ) {\n\t\treturn this.pushStack( winnow( this, selector || [], false ) );\n\t},\n\tnot: function( selector ) {\n\t\treturn this.pushStack( winnow( this, selector || [], true ) );\n\t},\n\tis: function( selector ) {\n\t\treturn !!winnow(\n\t\t\tthis,\n\n\t\t\t// If this is a positional/relative selector, check membership in the returned set\n\t\t\t// so $(\"p:first\").is(\"p:last\") won't return true for a doc with two \"p\".\n\t\t\ttypeof selector === \"string\" && rneedsContext.test( selector ) ?\n\t\t\t\tjQuery( selector ) :\n\t\t\t\tselector || [],\n\t\t\tfalse\n\t\t).length;\n\t}\n} );\n\n\n// Initialize a jQuery object\n\n\n// A central reference to the root jQuery(document)\nvar rootjQuery,\n\n\t// A simple way to check for HTML strings\n\t// Prioritize #id over <tag> to avoid XSS via location.hash (#9521)\n\t// Strict HTML recognition (#11290: must start with <)\n\t// Shortcut simple #id case for speed\n\trquickExpr = /^(?:\\s*(<[\\w\\W]+>)[^>]*|#([\\w-]+))$/,\n\n\tinit = jQuery.fn.init = function( selector, context, root ) {\n\t\tvar match, elem;\n\n\t\t// HANDLE: $(\"\"), $(null), $(undefined), $(false)\n\t\tif ( !selector ) {\n\t\t\treturn this;\n\t\t}\n\n\t\t// Method init() accepts an alternate rootjQuery\n\t\t// so migrate can support jQuery.sub (gh-2101)\n\t\troot = root || rootjQuery;\n\n\t\t// Handle HTML strings\n\t\tif ( typeof selector === \"string\" ) {\n\t\t\tif ( selector[ 0 ] === \"<\" &&\n\t\t\t\tselector[ selector.length - 1 ] === \">\" &&\n\t\t\t\tselector.length >= 3 ) {\n\n\t\t\t\t// Assume that strings that start and end with <> are HTML and skip the regex check\n\t\t\t\tmatch = [ null, selector, null ];\n\n\t\t\t} else {\n\t\t\t\tmatch = rquickExpr.exec( selector );\n\t\t\t}\n\n\t\t\t// Match html or make sure no context is specified for #id\n\t\t\tif ( match && ( match[ 1 ] || !context ) ) {\n\n\t\t\t\t// HANDLE: $(html) -> $(array)\n\t\t\t\tif ( match[ 1 ] ) {\n\t\t\t\t\tcontext = context instanceof jQuery ? context[ 0 ] : context;\n\n\t\t\t\t\t// Option to run scripts is true for back-compat\n\t\t\t\t\t// Intentionally let the error be thrown if parseHTML is not present\n\t\t\t\t\tjQuery.merge( this, jQuery.parseHTML(\n\t\t\t\t\t\tmatch[ 1 ],\n\t\t\t\t\t\tcontext && context.nodeType ? context.ownerDocument || context : document,\n\t\t\t\t\t\ttrue\n\t\t\t\t\t) );\n\n\t\t\t\t\t// HANDLE: $(html, props)\n\t\t\t\t\tif ( rsingleTag.test( match[ 1 ] ) && jQuery.isPlainObject( context ) ) {\n\t\t\t\t\t\tfor ( match in context ) {\n\n\t\t\t\t\t\t\t// Properties of context are called as methods if possible\n\t\t\t\t\t\t\tif ( isFunction( this[ match ] ) ) {\n\t\t\t\t\t\t\t\tthis[ match ]( context[ match ] );\n\n\t\t\t\t\t\t\t// ...and otherwise set as attributes\n\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\tthis.attr( match, context[ match ] );\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\n\t\t\t\t\treturn this;\n\n\t\t\t\t// HANDLE: $(#id)\n\t\t\t\t} else {\n\t\t\t\t\telem = document.getElementById( match[ 2 ] );\n\n\t\t\t\t\tif ( elem ) {\n\n\t\t\t\t\t\t// Inject the element directly into the jQuery object\n\t\t\t\t\t\tthis[ 0 ] = elem;\n\t\t\t\t\t\tthis.length = 1;\n\t\t\t\t\t}\n\t\t\t\t\treturn this;\n\t\t\t\t}\n\n\t\t\t// HANDLE: $(expr, $(...))\n\t\t\t} else if ( !context || context.jquery ) {\n\t\t\t\treturn ( context || root ).find( selector );\n\n\t\t\t// HANDLE: $(expr, context)\n\t\t\t// (which is just equivalent to: $(context).find(expr)\n\t\t\t} else {\n\t\t\t\treturn this.constructor( context ).find( selector );\n\t\t\t}\n\n\t\t// HANDLE: $(DOMElement)\n\t\t} else if ( selector.nodeType ) {\n\t\t\tthis[ 0 ] = selector;\n\t\t\tthis.length = 1;\n\t\t\treturn this;\n\n\t\t// HANDLE: $(function)\n\t\t// Shortcut for document ready\n\t\t} else if ( isFunction( selector ) ) {\n\t\t\treturn root.ready !== undefined ?\n\t\t\t\troot.ready( selector ) :\n\n\t\t\t\t// Execute immediately if ready is not present\n\t\t\t\tselector( jQuery );\n\t\t}\n\n\t\treturn jQuery.makeArray( selector, this );\n\t};\n\n// Give the init function the jQuery prototype for later instantiation\ninit.prototype = jQuery.fn;\n\n// Initialize central reference\nrootjQuery = jQuery( document );\n\n\nvar rparentsprev = /^(?:parents|prev(?:Until|All))/,\n\n\t// Methods guaranteed to produce a unique set when starting from a unique set\n\tguaranteedUnique = {\n\t\tchildren: true,\n\t\tcontents: true,\n\t\tnext: true,\n\t\tprev: true\n\t};\n\njQuery.fn.extend( {\n\thas: function( target ) {\n\t\tvar targets = jQuery( target, this ),\n\t\t\tl = targets.length;\n\n\t\treturn this.filter( function() {\n\t\t\tvar i = 0;\n\t\t\tfor ( ; i < l; i++ ) {\n\t\t\t\tif ( jQuery.contains( this, targets[ i ] ) ) {\n\t\t\t\t\treturn true;\n\t\t\t\t}\n\t\t\t}\n\t\t} );\n\t},\n\n\tclosest: function( selectors, context ) {\n\t\tvar cur,\n\t\t\ti = 0,\n\t\t\tl = this.length,\n\t\t\tmatched = [],\n\t\t\ttargets = typeof selectors !== \"string\" && jQuery( selectors );\n\n\t\t// Positional selectors never match, since there's no _selection_ context\n\t\tif ( !rneedsContext.test( selectors ) ) {\n\t\t\tfor ( ; i < l; i++ ) {\n\t\t\t\tfor ( cur = this[ i ]; cur && cur !== context; cur = cur.parentNode ) {\n\n\t\t\t\t\t// Always skip document fragments\n\t\t\t\t\tif ( cur.nodeType < 11 && ( targets ?\n\t\t\t\t\t\ttargets.index( cur ) > -1 :\n\n\t\t\t\t\t\t// Don't pass non-elements to Sizzle\n\t\t\t\t\t\tcur.nodeType === 1 &&\n\t\t\t\t\t\t\tjQuery.find.matchesSelector( cur, selectors ) ) ) {\n\n\t\t\t\t\t\tmatched.push( cur );\n\t\t\t\t\t\tbreak;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\treturn this.pushStack( matched.length > 1 ? jQuery.uniqueSort( matched ) : matched );\n\t},\n\n\t// Determine the position of an element within the set\n\tindex: function( elem ) {\n\n\t\t// No argument, return index in parent\n\t\tif ( !elem ) {\n\t\t\treturn ( this[ 0 ] && this[ 0 ].parentNode ) ? this.first().prevAll().length : -1;\n\t\t}\n\n\t\t// Index in selector\n\t\tif ( typeof elem === \"string\" ) {\n\t\t\treturn indexOf.call( jQuery( elem ), this[ 0 ] );\n\t\t}\n\n\t\t// Locate the position of the desired element\n\t\treturn indexOf.call( this,\n\n\t\t\t// If it receives a jQuery object, the first element is used\n\t\t\telem.jquery ? elem[ 0 ] : elem\n\t\t);\n\t},\n\n\tadd: function( selector, context ) {\n\t\treturn this.pushStack(\n\t\t\tjQuery.uniqueSort(\n\t\t\t\tjQuery.merge( this.get(), jQuery( selector, context ) )\n\t\t\t)\n\t\t);\n\t},\n\n\taddBack: function( selector ) {\n\t\treturn this.add( selector == null ?\n\t\t\tthis.prevObject : this.prevObject.filter( selector )\n\t\t);\n\t}\n} );\n\nfunction sibling( cur, dir ) {\n\twhile ( ( cur = cur[ dir ] ) && cur.nodeType !== 1 ) {}\n\treturn cur;\n}\n\njQuery.each( {\n\tparent: function( elem ) {\n\t\tvar parent = elem.parentNode;\n\t\treturn parent && parent.nodeType !== 11 ? parent : null;\n\t},\n\tparents: function( elem ) {\n\t\treturn dir( elem, \"parentNode\" );\n\t},\n\tparentsUntil: function( elem, i, until ) {\n\t\treturn dir( elem, \"parentNode\", until );\n\t},\n\tnext: function( elem ) {\n\t\treturn sibling( elem, \"nextSibling\" );\n\t},\n\tprev: function( elem ) {\n\t\treturn sibling( elem, \"previousSibling\" );\n\t},\n\tnextAll: function( elem ) {\n\t\treturn dir( elem, \"nextSibling\" );\n\t},\n\tprevAll: function( elem ) {\n\t\treturn dir( elem, \"previousSibling\" );\n\t},\n\tnextUntil: function( elem, i, until ) {\n\t\treturn dir( elem, \"nextSibling\", until );\n\t},\n\tprevUntil: function( elem, i, until ) {\n\t\treturn dir( elem, \"previousSibling\", until );\n\t},\n\tsiblings: function( elem ) {\n\t\treturn siblings( ( elem.parentNode || {} ).firstChild, elem );\n\t},\n\tchildren: function( elem ) {\n\t\treturn siblings( elem.firstChild );\n\t},\n\tcontents: function( elem ) {\n if ( nodeName( elem, \"iframe\" ) ) {\n return elem.contentDocument;\n }\n\n // Support: IE 9 - 11 only, iOS 7 only, Android Browser <=4.3 only\n // Treat the template element as a regular one in browsers that\n // don't support it.\n if ( nodeName( elem, \"template\" ) ) {\n elem = elem.content || elem;\n }\n\n return jQuery.merge( [], elem.childNodes );\n\t}\n}, function( name, fn ) {\n\tjQuery.fn[ name ] = function( until, selector ) {\n\t\tvar matched = jQuery.map( this, fn, until );\n\n\t\tif ( name.slice( -5 ) !== \"Until\" ) {\n\t\t\tselector = until;\n\t\t}\n\n\t\tif ( selector && typeof selector === \"string\" ) {\n\t\t\tmatched = jQuery.filter( selector, matched );\n\t\t}\n\n\t\tif ( this.length > 1 ) {\n\n\t\t\t// Remove duplicates\n\t\t\tif ( !guaranteedUnique[ name ] ) {\n\t\t\t\tjQuery.uniqueSort( matched );\n\t\t\t}\n\n\t\t\t// Reverse order for parents* and prev-derivatives\n\t\t\tif ( rparentsprev.test( name ) ) {\n\t\t\t\tmatched.reverse();\n\t\t\t}\n\t\t}\n\n\t\treturn this.pushStack( matched );\n\t};\n} );\nvar rnothtmlwhite = ( /[^\\x20\\t\\r\\n\\f]+/g );\n\n\n\n// Convert String-formatted options into Object-formatted ones\nfunction createOptions( options ) {\n\tvar object = {};\n\tjQuery.each( options.match( rnothtmlwhite ) || [], function( _, flag ) {\n\t\tobject[ flag ] = true;\n\t} );\n\treturn object;\n}\n\n/*\n * Create a callback list using the following parameters:\n *\n *\toptions: an optional list of space-separated options that will change how\n *\t\t\tthe callback list behaves or a more traditional option object\n *\n * By default a callback list will act like an event callback list and can be\n * \"fired\" multiple times.\n *\n * Possible options:\n *\n *\tonce:\t\t\twill ensure the callback list can only be fired once (like a Deferred)\n *\n *\tmemory:\t\t\twill keep track of previous values and will call any callback added\n *\t\t\t\t\tafter the list has been fired right away with the latest \"memorized\"\n *\t\t\t\t\tvalues (like a Deferred)\n *\n *\tunique:\t\t\twill ensure a callback can only be added once (no duplicate in the list)\n *\n *\tstopOnFalse:\tinterrupt callings when a callback returns false\n *\n */\njQuery.Callbacks = function( options ) {\n\n\t// Convert options from String-formatted to Object-formatted if needed\n\t// (we check in cache first)\n\toptions = typeof options === \"string\" ?\n\t\tcreateOptions( options ) :\n\t\tjQuery.extend( {}, options );\n\n\tvar // Flag to know if list is currently firing\n\t\tfiring,\n\n\t\t// Last fire value for non-forgettable lists\n\t\tmemory,\n\n\t\t// Flag to know if list was already fired\n\t\tfired,\n\n\t\t// Flag to prevent firing\n\t\tlocked,\n\n\t\t// Actual callback list\n\t\tlist = [],\n\n\t\t// Queue of execution data for repeatable lists\n\t\tqueue = [],\n\n\t\t// Index of currently firing callback (modified by add/remove as needed)\n\t\tfiringIndex = -1,\n\n\t\t// Fire callbacks\n\t\tfire = function() {\n\n\t\t\t// Enforce single-firing\n\t\t\tlocked = locked || options.once;\n\n\t\t\t// Execute callbacks for all pending executions,\n\t\t\t// respecting firingIndex overrides and runtime changes\n\t\t\tfired = firing = true;\n\t\t\tfor ( ; queue.length; firingIndex = -1 ) {\n\t\t\t\tmemory = queue.shift();\n\t\t\t\twhile ( ++firingIndex < list.length ) {\n\n\t\t\t\t\t// Run callback and check for early termination\n\t\t\t\t\tif ( list[ firingIndex ].apply( memory[ 0 ], memory[ 1 ] ) === false &&\n\t\t\t\t\t\toptions.stopOnFalse ) {\n\n\t\t\t\t\t\t// Jump to end and forget the data so .add doesn't re-fire\n\t\t\t\t\t\tfiringIndex = list.length;\n\t\t\t\t\t\tmemory = false;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\n\t\t\t// Forget the data if we're done with it\n\t\t\tif ( !options.memory ) {\n\t\t\t\tmemory = false;\n\t\t\t}\n\n\t\t\tfiring = false;\n\n\t\t\t// Clean up if we're done firing for good\n\t\t\tif ( locked ) {\n\n\t\t\t\t// Keep an empty list if we have data for future add calls\n\t\t\t\tif ( memory ) {\n\t\t\t\t\tlist = [];\n\n\t\t\t\t// Otherwise, this object is spent\n\t\t\t\t} else {\n\t\t\t\t\tlist = \"\";\n\t\t\t\t}\n\t\t\t}\n\t\t},\n\n\t\t// Actual Callbacks object\n\t\tself = {\n\n\t\t\t// Add a callback or a collection of callbacks to the list\n\t\t\tadd: function() {\n\t\t\t\tif ( list ) {\n\n\t\t\t\t\t// If we have memory from a past run, we should fire after adding\n\t\t\t\t\tif ( memory && !firing ) {\n\t\t\t\t\t\tfiringIndex = list.length - 1;\n\t\t\t\t\t\tqueue.push( memory );\n\t\t\t\t\t}\n\n\t\t\t\t\t( function add( args ) {\n\t\t\t\t\t\tjQuery.each( args, function( _, arg ) {\n\t\t\t\t\t\t\tif ( isFunction( arg ) ) {\n\t\t\t\t\t\t\t\tif ( !options.unique || !self.has( arg ) ) {\n\t\t\t\t\t\t\t\t\tlist.push( arg );\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t} else if ( arg && arg.length && toType( arg ) !== \"string\" ) {\n\n\t\t\t\t\t\t\t\t// Inspect recursively\n\t\t\t\t\t\t\t\tadd( arg );\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t} );\n\t\t\t\t\t} )( arguments );\n\n\t\t\t\t\tif ( memory && !firing ) {\n\t\t\t\t\t\tfire();\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\treturn this;\n\t\t\t},\n\n\t\t\t// Remove a callback from the list\n\t\t\tremove: function() {\n\t\t\t\tjQuery.each( arguments, function( _, arg ) {\n\t\t\t\t\tvar index;\n\t\t\t\t\twhile ( ( index = jQuery.inArray( arg, list, index ) ) > -1 ) {\n\t\t\t\t\t\tlist.splice( index, 1 );\n\n\t\t\t\t\t\t// Handle firing indexes\n\t\t\t\t\t\tif ( index <= firingIndex ) {\n\t\t\t\t\t\t\tfiringIndex--;\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t} );\n\t\t\t\treturn this;\n\t\t\t},\n\n\t\t\t// Check if a given callback is in the list.\n\t\t\t// If no argument is given, return whether or not list has callbacks attached.\n\t\t\thas: function( fn ) {\n\t\t\t\treturn fn ?\n\t\t\t\t\tjQuery.inArray( fn, list ) > -1 :\n\t\t\t\t\tlist.length > 0;\n\t\t\t},\n\n\t\t\t// Remove all callbacks from the list\n\t\t\tempty: function() {\n\t\t\t\tif ( list ) {\n\t\t\t\t\tlist = [];\n\t\t\t\t}\n\t\t\t\treturn this;\n\t\t\t},\n\n\t\t\t// Disable .fire and .add\n\t\t\t// Abort any current/pending executions\n\t\t\t// Clear all callbacks and values\n\t\t\tdisable: function() {\n\t\t\t\tlocked = queue = [];\n\t\t\t\tlist = memory = \"\";\n\t\t\t\treturn this;\n\t\t\t},\n\t\t\tdisabled: function() {\n\t\t\t\treturn !list;\n\t\t\t},\n\n\t\t\t// Disable .fire\n\t\t\t// Also disable .add unless we have memory (since it would have no effect)\n\t\t\t// Abort any pending executions\n\t\t\tlock: function() {\n\t\t\t\tlocked = queue = [];\n\t\t\t\tif ( !memory && !firing ) {\n\t\t\t\t\tlist = memory = \"\";\n\t\t\t\t}\n\t\t\t\treturn this;\n\t\t\t},\n\t\t\tlocked: function() {\n\t\t\t\treturn !!locked;\n\t\t\t},\n\n\t\t\t// Call all callbacks with the given context and arguments\n\t\t\tfireWith: function( context, args ) {\n\t\t\t\tif ( !locked ) {\n\t\t\t\t\targs = args || [];\n\t\t\t\t\targs = [ context, args.slice ? args.slice() : args ];\n\t\t\t\t\tqueue.push( args );\n\t\t\t\t\tif ( !firing ) {\n\t\t\t\t\t\tfire();\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\treturn this;\n\t\t\t},\n\n\t\t\t// Call all the callbacks with the given arguments\n\t\t\tfire: function() {\n\t\t\t\tself.fireWith( this, arguments );\n\t\t\t\treturn this;\n\t\t\t},\n\n\t\t\t// To know if the callbacks have already been called at least once\n\t\t\tfired: function() {\n\t\t\t\treturn !!fired;\n\t\t\t}\n\t\t};\n\n\treturn self;\n};\n\n\nfunction Identity( v ) {\n\treturn v;\n}\nfunction Thrower( ex ) {\n\tthrow ex;\n}\n\nfunction adoptValue( value, resolve, reject, noValue ) {\n\tvar method;\n\n\ttry {\n\n\t\t// Check for promise aspect first to privilege synchronous behavior\n\t\tif ( value && isFunction( ( method = value.promise ) ) ) {\n\t\t\tmethod.call( value ).done( resolve ).fail( reject );\n\n\t\t// Other thenables\n\t\t} else if ( value && isFunction( ( method = value.then ) ) ) {\n\t\t\tmethod.call( value, resolve, reject );\n\n\t\t// Other non-thenables\n\t\t} else {\n\n\t\t\t// Control `resolve` arguments by letting Array#slice cast boolean `noValue` to integer:\n\t\t\t// * false: [ value ].slice( 0 ) => resolve( value )\n\t\t\t// * true: [ value ].slice( 1 ) => resolve()\n\t\t\tresolve.apply( undefined, [ value ].slice( noValue ) );\n\t\t}\n\n\t// For Promises/A+, convert exceptions into rejections\n\t// Since jQuery.when doesn't unwrap thenables, we can skip the extra checks appearing in\n\t// Deferred#then to conditionally suppress rejection.\n\t} catch ( value ) {\n\n\t\t// Support: Android 4.0 only\n\t\t// Strict mode functions invoked without .call/.apply get global-object context\n\t\treject.apply( undefined, [ value ] );\n\t}\n}\n\njQuery.extend( {\n\n\tDeferred: function( func ) {\n\t\tvar tuples = [\n\n\t\t\t\t// action, add listener, callbacks,\n\t\t\t\t// ... .then handlers, argument index, [final state]\n\t\t\t\t[ \"notify\", \"progress\", jQuery.Callbacks( \"memory\" ),\n\t\t\t\t\tjQuery.Callbacks( \"memory\" ), 2 ],\n\t\t\t\t[ \"resolve\", \"done\", jQuery.Callbacks( \"once memory\" ),\n\t\t\t\t\tjQuery.Callbacks( \"once memory\" ), 0, \"resolved\" ],\n\t\t\t\t[ \"reject\", \"fail\", jQuery.Callbacks( \"once memory\" ),\n\t\t\t\t\tjQuery.Callbacks( \"once memory\" ), 1, \"rejected\" ]\n\t\t\t],\n\t\t\tstate = \"pending\",\n\t\t\tpromise = {\n\t\t\t\tstate: function() {\n\t\t\t\t\treturn state;\n\t\t\t\t},\n\t\t\t\talways: function() {\n\t\t\t\t\tdeferred.done( arguments ).fail( arguments );\n\t\t\t\t\treturn this;\n\t\t\t\t},\n\t\t\t\t\"catch\": function( fn ) {\n\t\t\t\t\treturn promise.then( null, fn );\n\t\t\t\t},\n\n\t\t\t\t// Keep pipe for back-compat\n\t\t\t\tpipe: function( /* fnDone, fnFail, fnProgress */ ) {\n\t\t\t\t\tvar fns = arguments;\n\n\t\t\t\t\treturn jQuery.Deferred( function( newDefer ) {\n\t\t\t\t\t\tjQuery.each( tuples, function( i, tuple ) {\n\n\t\t\t\t\t\t\t// Map tuples (progress, done, fail) to arguments (done, fail, progress)\n\t\t\t\t\t\t\tvar fn = isFunction( fns[ tuple[ 4 ] ] ) && fns[ tuple[ 4 ] ];\n\n\t\t\t\t\t\t\t// deferred.progress(function() { bind to newDefer or newDefer.notify })\n\t\t\t\t\t\t\t// deferred.done(function() { bind to newDefer or newDefer.resolve })\n\t\t\t\t\t\t\t// deferred.fail(function() { bind to newDefer or newDefer.reject })\n\t\t\t\t\t\t\tdeferred[ tuple[ 1 ] ]( function() {\n\t\t\t\t\t\t\t\tvar returned = fn && fn.apply( this, arguments );\n\t\t\t\t\t\t\t\tif ( returned && isFunction( returned.promise ) ) {\n\t\t\t\t\t\t\t\t\treturned.promise()\n\t\t\t\t\t\t\t\t\t\t.progress( newDefer.notify )\n\t\t\t\t\t\t\t\t\t\t.done( newDefer.resolve )\n\t\t\t\t\t\t\t\t\t\t.fail( newDefer.reject );\n\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\tnewDefer[ tuple[ 0 ] + \"With\" ](\n\t\t\t\t\t\t\t\t\t\tthis,\n\t\t\t\t\t\t\t\t\t\tfn ? [ returned ] : arguments\n\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t} );\n\t\t\t\t\t\t} );\n\t\t\t\t\t\tfns = null;\n\t\t\t\t\t} ).promise();\n\t\t\t\t},\n\t\t\t\tthen: function( onFulfilled, onRejected, onProgress ) {\n\t\t\t\t\tvar maxDepth = 0;\n\t\t\t\t\tfunction resolve( depth, deferred, handler, special ) {\n\t\t\t\t\t\treturn function() {\n\t\t\t\t\t\t\tvar that = this,\n\t\t\t\t\t\t\t\targs = arguments,\n\t\t\t\t\t\t\t\tmightThrow = function() {\n\t\t\t\t\t\t\t\t\tvar returned, then;\n\n\t\t\t\t\t\t\t\t\t// Support: Promises/A+ section 2.3.3.3.3\n\t\t\t\t\t\t\t\t\t// https://promisesaplus.com/#point-59\n\t\t\t\t\t\t\t\t\t// Ignore double-resolution attempts\n\t\t\t\t\t\t\t\t\tif ( depth < maxDepth ) {\n\t\t\t\t\t\t\t\t\t\treturn;\n\t\t\t\t\t\t\t\t\t}\n\n\t\t\t\t\t\t\t\t\treturned = handler.apply( that, args );\n\n\t\t\t\t\t\t\t\t\t// Support: Promises/A+ section 2.3.1\n\t\t\t\t\t\t\t\t\t// https://promisesaplus.com/#point-48\n\t\t\t\t\t\t\t\t\tif ( returned === deferred.promise() ) {\n\t\t\t\t\t\t\t\t\t\tthrow new TypeError( \"Thenable self-resolution\" );\n\t\t\t\t\t\t\t\t\t}\n\n\t\t\t\t\t\t\t\t\t// Support: Promises/A+ sections 2.3.3.1, 3.5\n\t\t\t\t\t\t\t\t\t// https://promisesaplus.com/#point-54\n\t\t\t\t\t\t\t\t\t// https://promisesaplus.com/#point-75\n\t\t\t\t\t\t\t\t\t// Retrieve `then` only once\n\t\t\t\t\t\t\t\t\tthen = returned &&\n\n\t\t\t\t\t\t\t\t\t\t// Support: Promises/A+ section 2.3.4\n\t\t\t\t\t\t\t\t\t\t// https://promisesaplus.com/#point-64\n\t\t\t\t\t\t\t\t\t\t// Only check objects and functions for thenability\n\t\t\t\t\t\t\t\t\t\t( typeof returned === \"object\" ||\n\t\t\t\t\t\t\t\t\t\t\ttypeof returned === \"function\" ) &&\n\t\t\t\t\t\t\t\t\t\treturned.then;\n\n\t\t\t\t\t\t\t\t\t// Handle a returned thenable\n\t\t\t\t\t\t\t\t\tif ( isFunction( then ) ) {\n\n\t\t\t\t\t\t\t\t\t\t// Special processors (notify) just wait for resolution\n\t\t\t\t\t\t\t\t\t\tif ( special ) {\n\t\t\t\t\t\t\t\t\t\t\tthen.call(\n\t\t\t\t\t\t\t\t\t\t\t\treturned,\n\t\t\t\t\t\t\t\t\t\t\t\tresolve( maxDepth, deferred, Identity, special ),\n\t\t\t\t\t\t\t\t\t\t\t\tresolve( maxDepth, deferred, Thrower, special )\n\t\t\t\t\t\t\t\t\t\t\t);\n\n\t\t\t\t\t\t\t\t\t\t// Normal processors (resolve) also hook into progress\n\t\t\t\t\t\t\t\t\t\t} else {\n\n\t\t\t\t\t\t\t\t\t\t\t// ...and disregard older resolution values\n\t\t\t\t\t\t\t\t\t\t\tmaxDepth++;\n\n\t\t\t\t\t\t\t\t\t\t\tthen.call(\n\t\t\t\t\t\t\t\t\t\t\t\treturned,\n\t\t\t\t\t\t\t\t\t\t\t\tresolve( maxDepth, deferred, Identity, special ),\n\t\t\t\t\t\t\t\t\t\t\t\tresolve( maxDepth, deferred, Thrower, special ),\n\t\t\t\t\t\t\t\t\t\t\t\tresolve( maxDepth, deferred, Identity,\n\t\t\t\t\t\t\t\t\t\t\t\t\tdeferred.notifyWith )\n\t\t\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t\t\t}\n\n\t\t\t\t\t\t\t\t\t// Handle all other returned values\n\t\t\t\t\t\t\t\t\t} else {\n\n\t\t\t\t\t\t\t\t\t\t// Only substitute handlers pass on context\n\t\t\t\t\t\t\t\t\t\t// and multiple values (non-spec behavior)\n\t\t\t\t\t\t\t\t\t\tif ( handler !== Identity ) {\n\t\t\t\t\t\t\t\t\t\t\tthat = undefined;\n\t\t\t\t\t\t\t\t\t\t\targs = [ returned ];\n\t\t\t\t\t\t\t\t\t\t}\n\n\t\t\t\t\t\t\t\t\t\t// Process the value(s)\n\t\t\t\t\t\t\t\t\t\t// Default process is resolve\n\t\t\t\t\t\t\t\t\t\t( special || deferred.resolveWith )( that, args );\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t},\n\n\t\t\t\t\t\t\t\t// Only normal processors (resolve) catch and reject exceptions\n\t\t\t\t\t\t\t\tprocess = special ?\n\t\t\t\t\t\t\t\t\tmightThrow :\n\t\t\t\t\t\t\t\t\tfunction() {\n\t\t\t\t\t\t\t\t\t\ttry {\n\t\t\t\t\t\t\t\t\t\t\tmightThrow();\n\t\t\t\t\t\t\t\t\t\t} catch ( e ) {\n\n\t\t\t\t\t\t\t\t\t\t\tif ( jQuery.Deferred.exceptionHook ) {\n\t\t\t\t\t\t\t\t\t\t\t\tjQuery.Deferred.exceptionHook( e,\n\t\t\t\t\t\t\t\t\t\t\t\t\tprocess.stackTrace );\n\t\t\t\t\t\t\t\t\t\t\t}\n\n\t\t\t\t\t\t\t\t\t\t\t// Support: Promises/A+ section 2.3.3.3.4.1\n\t\t\t\t\t\t\t\t\t\t\t// https://promisesaplus.com/#point-61\n\t\t\t\t\t\t\t\t\t\t\t// Ignore post-resolution exceptions\n\t\t\t\t\t\t\t\t\t\t\tif ( depth + 1 >= maxDepth ) {\n\n\t\t\t\t\t\t\t\t\t\t\t\t// Only substitute handlers pass on context\n\t\t\t\t\t\t\t\t\t\t\t\t// and multiple values (non-spec behavior)\n\t\t\t\t\t\t\t\t\t\t\t\tif ( handler !== Thrower ) {\n\t\t\t\t\t\t\t\t\t\t\t\t\tthat = undefined;\n\t\t\t\t\t\t\t\t\t\t\t\t\targs = [ e ];\n\t\t\t\t\t\t\t\t\t\t\t\t}\n\n\t\t\t\t\t\t\t\t\t\t\t\tdeferred.rejectWith( that, args );\n\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t};\n\n\t\t\t\t\t\t\t// Support: Promises/A+ section 2.3.3.3.1\n\t\t\t\t\t\t\t// https://promisesaplus.com/#point-57\n\t\t\t\t\t\t\t// Re-resolve promises immediately to dodge false rejection from\n\t\t\t\t\t\t\t// subsequent errors\n\t\t\t\t\t\t\tif ( depth ) {\n\t\t\t\t\t\t\t\tprocess();\n\t\t\t\t\t\t\t} else {\n\n\t\t\t\t\t\t\t\t// Call an optional hook to record the stack, in case of exception\n\t\t\t\t\t\t\t\t// since it's otherwise lost when execution goes async\n\t\t\t\t\t\t\t\tif ( jQuery.Deferred.getStackHook ) {\n\t\t\t\t\t\t\t\t\tprocess.stackTrace = jQuery.Deferred.getStackHook();\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\twindow.setTimeout( process );\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t};\n\t\t\t\t\t}\n\n\t\t\t\t\treturn jQuery.Deferred( function( newDefer ) {\n\n\t\t\t\t\t\t// progress_handlers.add( ... )\n\t\t\t\t\t\ttuples[ 0 ][ 3 ].add(\n\t\t\t\t\t\t\tresolve(\n\t\t\t\t\t\t\t\t0,\n\t\t\t\t\t\t\t\tnewDefer,\n\t\t\t\t\t\t\t\tisFunction( onProgress ) ?\n\t\t\t\t\t\t\t\t\tonProgress :\n\t\t\t\t\t\t\t\t\tIdentity,\n\t\t\t\t\t\t\t\tnewDefer.notifyWith\n\t\t\t\t\t\t\t)\n\t\t\t\t\t\t);\n\n\t\t\t\t\t\t// fulfilled_handlers.add( ... )\n\t\t\t\t\t\ttuples[ 1 ][ 3 ].add(\n\t\t\t\t\t\t\tresolve(\n\t\t\t\t\t\t\t\t0,\n\t\t\t\t\t\t\t\tnewDefer,\n\t\t\t\t\t\t\t\tisFunction( onFulfilled ) ?\n\t\t\t\t\t\t\t\t\tonFulfilled :\n\t\t\t\t\t\t\t\t\tIdentity\n\t\t\t\t\t\t\t)\n\t\t\t\t\t\t);\n\n\t\t\t\t\t\t// rejected_handlers.add( ... )\n\t\t\t\t\t\ttuples[ 2 ][ 3 ].add(\n\t\t\t\t\t\t\tresolve(\n\t\t\t\t\t\t\t\t0,\n\t\t\t\t\t\t\t\tnewDefer,\n\t\t\t\t\t\t\t\tisFunction( onRejected ) ?\n\t\t\t\t\t\t\t\t\tonRejected :\n\t\t\t\t\t\t\t\t\tThrower\n\t\t\t\t\t\t\t)\n\t\t\t\t\t\t);\n\t\t\t\t\t} ).promise();\n\t\t\t\t},\n\n\t\t\t\t// Get a promise for this deferred\n\t\t\t\t// If obj is provided, the promise aspect is added to the object\n\t\t\t\tpromise: function( obj ) {\n\t\t\t\t\treturn obj != null ? jQuery.extend( obj, promise ) : promise;\n\t\t\t\t}\n\t\t\t},\n\t\t\tdeferred = {};\n\n\t\t// Add list-specific methods\n\t\tjQuery.each( tuples, function( i, tuple ) {\n\t\t\tvar list = tuple[ 2 ],\n\t\t\t\tstateString = tuple[ 5 ];\n\n\t\t\t// promise.progress = list.add\n\t\t\t// promise.done = list.add\n\t\t\t// promise.fail = list.add\n\t\t\tpromise[ tuple[ 1 ] ] = list.add;\n\n\t\t\t// Handle state\n\t\t\tif ( stateString ) {\n\t\t\t\tlist.add(\n\t\t\t\t\tfunction() {\n\n\t\t\t\t\t\t// state = \"resolved\" (i.e., fulfilled)\n\t\t\t\t\t\t// state = \"rejected\"\n\t\t\t\t\t\tstate = stateString;\n\t\t\t\t\t},\n\n\t\t\t\t\t// rejected_callbacks.disable\n\t\t\t\t\t// fulfilled_callbacks.disable\n\t\t\t\t\ttuples[ 3 - i ][ 2 ].disable,\n\n\t\t\t\t\t// rejected_handlers.disable\n\t\t\t\t\t// fulfilled_handlers.disable\n\t\t\t\t\ttuples[ 3 - i ][ 3 ].disable,\n\n\t\t\t\t\t// progress_callbacks.lock\n\t\t\t\t\ttuples[ 0 ][ 2 ].lock,\n\n\t\t\t\t\t// progress_handlers.lock\n\t\t\t\t\ttuples[ 0 ][ 3 ].lock\n\t\t\t\t);\n\t\t\t}\n\n\t\t\t// progress_handlers.fire\n\t\t\t// fulfilled_handlers.fire\n\t\t\t// rejected_handlers.fire\n\t\t\tlist.add( tuple[ 3 ].fire );\n\n\t\t\t// deferred.notify = function() { deferred.notifyWith(...) }\n\t\t\t// deferred.resolve = function() { deferred.resolveWith(...) }\n\t\t\t// deferred.reject = function() { deferred.rejectWith(...) }\n\t\t\tdeferred[ tuple[ 0 ] ] = function() {\n\t\t\t\tdeferred[ tuple[ 0 ] + \"With\" ]( this === deferred ? undefined : this, arguments );\n\t\t\t\treturn this;\n\t\t\t};\n\n\t\t\t// deferred.notifyWith = list.fireWith\n\t\t\t// deferred.resolveWith = list.fireWith\n\t\t\t// deferred.rejectWith = list.fireWith\n\t\t\tdeferred[ tuple[ 0 ] + \"With\" ] = list.fireWith;\n\t\t} );\n\n\t\t// Make the deferred a promise\n\t\tpromise.promise( deferred );\n\n\t\t// Call given func if any\n\t\tif ( func ) {\n\t\t\tfunc.call( deferred, deferred );\n\t\t}\n\n\t\t// All done!\n\t\treturn deferred;\n\t},\n\n\t// Deferred helper\n\twhen: function( singleValue ) {\n\t\tvar\n\n\t\t\t// count of uncompleted subordinates\n\t\t\tremaining = arguments.length,\n\n\t\t\t// count of unprocessed arguments\n\t\t\ti = remaining,\n\n\t\t\t// subordinate fulfillment data\n\t\t\tresolveContexts = Array( i ),\n\t\t\tresolveValues = slice.call( arguments ),\n\n\t\t\t// the master Deferred\n\t\t\tmaster = jQuery.Deferred(),\n\n\t\t\t// subordinate callback factory\n\t\t\tupdateFunc = function( i ) {\n\t\t\t\treturn function( value ) {\n\t\t\t\t\tresolveContexts[ i ] = this;\n\t\t\t\t\tresolveValues[ i ] = arguments.length > 1 ? slice.call( arguments ) : value;\n\t\t\t\t\tif ( !( --remaining ) ) {\n\t\t\t\t\t\tmaster.resolveWith( resolveContexts, resolveValues );\n\t\t\t\t\t}\n\t\t\t\t};\n\t\t\t};\n\n\t\t// Single- and empty arguments are adopted like Promise.resolve\n\t\tif ( remaining <= 1 ) {\n\t\t\tadoptValue( singleValue, master.done( updateFunc( i ) ).resolve, master.reject,\n\t\t\t\t!remaining );\n\n\t\t\t// Use .then() to unwrap secondary thenables (cf. gh-3000)\n\t\t\tif ( master.state() === \"pending\" ||\n\t\t\t\tisFunction( resolveValues[ i ] && resolveValues[ i ].then ) ) {\n\n\t\t\t\treturn master.then();\n\t\t\t}\n\t\t}\n\n\t\t// Multiple arguments are aggregated like Promise.all array elements\n\t\twhile ( i-- ) {\n\t\t\tadoptValue( resolveValues[ i ], updateFunc( i ), master.reject );\n\t\t}\n\n\t\treturn master.promise();\n\t}\n} );\n\n\n// These usually indicate a programmer mistake during development,\n// warn about them ASAP rather than swallowing them by default.\nvar rerrorNames = /^(Eval|Internal|Range|Reference|Syntax|Type|URI)Error$/;\n\njQuery.Deferred.exceptionHook = function( error, stack ) {\n\n\t// Support: IE 8 - 9 only\n\t// Console exists when dev tools are open, which can happen at any time\n\tif ( window.console && window.console.warn && error && rerrorNames.test( error.name ) ) {\n\t\twindow.console.warn( \"jQuery.Deferred exception: \" + error.message, error.stack, stack );\n\t}\n};\n\n\n\n\njQuery.readyException = function( error ) {\n\twindow.setTimeout( function() {\n\t\tthrow error;\n\t} );\n};\n\n\n\n\n// The deferred used on DOM ready\nvar readyList = jQuery.Deferred();\n\njQuery.fn.ready = function( fn ) {\n\n\treadyList\n\t\t.then( fn )\n\n\t\t// Wrap jQuery.readyException in a function so that the lookup\n\t\t// happens at the time of error handling instead of callback\n\t\t// registration.\n\t\t.catch( function( error ) {\n\t\t\tjQuery.readyException( error );\n\t\t} );\n\n\treturn this;\n};\n\njQuery.extend( {\n\n\t// Is the DOM ready to be used? Set to true once it occurs.\n\tisReady: false,\n\n\t// A counter to track how many items to wait for before\n\t// the ready event fires. See #6781\n\treadyWait: 1,\n\n\t// Handle when the DOM is ready\n\tready: function( wait ) {\n\n\t\t// Abort if there are pending holds or we're already ready\n\t\tif ( wait === true ? --jQuery.readyWait : jQuery.isReady ) {\n\t\t\treturn;\n\t\t}\n\n\t\t// Remember that the DOM is ready\n\t\tjQuery.isReady = true;\n\n\t\t// If a normal DOM Ready event fired, decrement, and wait if need be\n\t\tif ( wait !== true && --jQuery.readyWait > 0 ) {\n\t\t\treturn;\n\t\t}\n\n\t\t// If there are functions bound, to execute\n\t\treadyList.resolveWith( document, [ jQuery ] );\n\t}\n} );\n\njQuery.ready.then = readyList.then;\n\n// The ready event handler and self cleanup method\nfunction completed() {\n\tdocument.removeEventListener( \"DOMContentLoaded\", completed );\n\twindow.removeEventListener( \"load\", completed );\n\tjQuery.ready();\n}\n\n// Catch cases where $(document).ready() is called\n// after the browser event has already occurred.\n// Support: IE <=9 - 10 only\n// Older IE sometimes signals \"interactive\" too soon\nif ( document.readyState === \"complete\" ||\n\t( document.readyState !== \"loading\" && !document.documentElement.doScroll ) ) {\n\n\t// Handle it asynchronously to allow scripts the opportunity to delay ready\n\twindow.setTimeout( jQuery.ready );\n\n} else {\n\n\t// Use the handy event callback\n\tdocument.addEventListener( \"DOMContentLoaded\", completed );\n\n\t// A fallback to window.onload, that will always work\n\twindow.addEventListener( \"load\", completed );\n}\n\n\n\n\n// Multifunctional method to get and set values of a collection\n// The value/s can optionally be executed if it's a function\nvar access = function( elems, fn, key, value, chainable, emptyGet, raw ) {\n\tvar i = 0,\n\t\tlen = elems.length,\n\t\tbulk = key == null;\n\n\t// Sets many values\n\tif ( toType( key ) === \"object\" ) {\n\t\tchainable = true;\n\t\tfor ( i in key ) {\n\t\t\taccess( elems, fn, i, key[ i ], true, emptyGet, raw );\n\t\t}\n\n\t// Sets one value\n\t} else if ( value !== undefined ) {\n\t\tchainable = true;\n\n\t\tif ( !isFunction( value ) ) {\n\t\t\traw = true;\n\t\t}\n\n\t\tif ( bulk ) {\n\n\t\t\t// Bulk operations run against the entire set\n\t\t\tif ( raw ) {\n\t\t\t\tfn.call( elems, value );\n\t\t\t\tfn = null;\n\n\t\t\t// ...except when executing function values\n\t\t\t} else {\n\t\t\t\tbulk = fn;\n\t\t\t\tfn = function( elem, key, value ) {\n\t\t\t\t\treturn bulk.call( jQuery( elem ), value );\n\t\t\t\t};\n\t\t\t}\n\t\t}\n\n\t\tif ( fn ) {\n\t\t\tfor ( ; i < len; i++ ) {\n\t\t\t\tfn(\n\t\t\t\t\telems[ i ], key, raw ?\n\t\t\t\t\tvalue :\n\t\t\t\t\tvalue.call( elems[ i ], i, fn( elems[ i ], key ) )\n\t\t\t\t);\n\t\t\t}\n\t\t}\n\t}\n\n\tif ( chainable ) {\n\t\treturn elems;\n\t}\n\n\t// Gets\n\tif ( bulk ) {\n\t\treturn fn.call( elems );\n\t}\n\n\treturn len ? fn( elems[ 0 ], key ) : emptyGet;\n};\n\n\n// Matches dashed string for camelizing\nvar rmsPrefix = /^-ms-/,\n\trdashAlpha = /-([a-z])/g;\n\n// Used by camelCase as callback to replace()\nfunction fcamelCase( all, letter ) {\n\treturn letter.toUpperCase();\n}\n\n// Convert dashed to camelCase; used by the css and data modules\n// Support: IE <=9 - 11, Edge 12 - 15\n// Microsoft forgot to hump their vendor prefix (#9572)\nfunction camelCase( string ) {\n\treturn string.replace( rmsPrefix, \"ms-\" ).replace( rdashAlpha, fcamelCase );\n}\nvar acceptData = function( owner ) {\n\n\t// Accepts only:\n\t// - Node\n\t// - Node.ELEMENT_NODE\n\t// - Node.DOCUMENT_NODE\n\t// - Object\n\t// - Any\n\treturn owner.nodeType === 1 || owner.nodeType === 9 || !( +owner.nodeType );\n};\n\n\n\n\nfunction Data() {\n\tthis.expando = jQuery.expando + Data.uid++;\n}\n\nData.uid = 1;\n\nData.prototype = {\n\n\tcache: function( owner ) {\n\n\t\t// Check if the owner object already has a cache\n\t\tvar value = owner[ this.expando ];\n\n\t\t// If not, create one\n\t\tif ( !value ) {\n\t\t\tvalue = {};\n\n\t\t\t// We can accept data for non-element nodes in modern browsers,\n\t\t\t// but we should not, see #8335.\n\t\t\t// Always return an empty object.\n\t\t\tif ( acceptData( owner ) ) {\n\n\t\t\t\t// If it is a node unlikely to be stringify-ed or looped over\n\t\t\t\t// use plain assignment\n\t\t\t\tif ( owner.nodeType ) {\n\t\t\t\t\towner[ this.expando ] = value;\n\n\t\t\t\t// Otherwise secure it in a non-enumerable property\n\t\t\t\t// configurable must be true to allow the property to be\n\t\t\t\t// deleted when data is removed\n\t\t\t\t} else {\n\t\t\t\t\tObject.defineProperty( owner, this.expando, {\n\t\t\t\t\t\tvalue: value,\n\t\t\t\t\t\tconfigurable: true\n\t\t\t\t\t} );\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\treturn value;\n\t},\n\tset: function( owner, data, value ) {\n\t\tvar prop,\n\t\t\tcache = this.cache( owner );\n\n\t\t// Handle: [ owner, key, value ] args\n\t\t// Always use camelCase key (gh-2257)\n\t\tif ( typeof data === \"string\" ) {\n\t\t\tcache[ camelCase( data ) ] = value;\n\n\t\t// Handle: [ owner, { properties } ] args\n\t\t} else {\n\n\t\t\t// Copy the properties one-by-one to the cache object\n\t\t\tfor ( prop in data ) {\n\t\t\t\tcache[ camelCase( prop ) ] = data[ prop ];\n\t\t\t}\n\t\t}\n\t\treturn cache;\n\t},\n\tget: function( owner, key ) {\n\t\treturn key === undefined ?\n\t\t\tthis.cache( owner ) :\n\n\t\t\t// Always use camelCase key (gh-2257)\n\t\t\towner[ this.expando ] && owner[ this.expando ][ camelCase( key ) ];\n\t},\n\taccess: function( owner, key, value ) {\n\n\t\t// In cases where either:\n\t\t//\n\t\t// 1. No key was specified\n\t\t// 2. A string key was specified, but no value provided\n\t\t//\n\t\t// Take the \"read\" path and allow the get method to determine\n\t\t// which value to return, respectively either:\n\t\t//\n\t\t// 1. The entire cache object\n\t\t// 2. The data stored at the key\n\t\t//\n\t\tif ( key === undefined ||\n\t\t\t\t( ( key && typeof key === \"string\" ) && value === undefined ) ) {\n\n\t\t\treturn this.get( owner, key );\n\t\t}\n\n\t\t// When the key is not a string, or both a key and value\n\t\t// are specified, set or extend (existing objects) with either:\n\t\t//\n\t\t// 1. An object of properties\n\t\t// 2. A key and value\n\t\t//\n\t\tthis.set( owner, key, value );\n\n\t\t// Since the \"set\" path can have two possible entry points\n\t\t// return the expected data based on which path was taken[*]\n\t\treturn value !== undefined ? value : key;\n\t},\n\tremove: function( owner, key ) {\n\t\tvar i,\n\t\t\tcache = owner[ this.expando ];\n\n\t\tif ( cache === undefined ) {\n\t\t\treturn;\n\t\t}\n\n\t\tif ( key !== undefined ) {\n\n\t\t\t// Support array or space separated string of keys\n\t\t\tif ( Array.isArray( key ) ) {\n\n\t\t\t\t// If key is an array of keys...\n\t\t\t\t// We always set camelCase keys, so remove that.\n\t\t\t\tkey = key.map( camelCase );\n\t\t\t} else {\n\t\t\t\tkey = camelCase( key );\n\n\t\t\t\t// If a key with the spaces exists, use it.\n\t\t\t\t// Otherwise, create an array by matching non-whitespace\n\t\t\t\tkey = key in cache ?\n\t\t\t\t\t[ key ] :\n\t\t\t\t\t( key.match( rnothtmlwhite ) || [] );\n\t\t\t}\n\n\t\t\ti = key.length;\n\n\t\t\twhile ( i-- ) {\n\t\t\t\tdelete cache[ key[ i ] ];\n\t\t\t}\n\t\t}\n\n\t\t// Remove the expando if there's no more data\n\t\tif ( key === undefined || jQuery.isEmptyObject( cache ) ) {\n\n\t\t\t// Support: Chrome <=35 - 45\n\t\t\t// Webkit & Blink performance suffers when deleting properties\n\t\t\t// from DOM nodes, so set to undefined instead\n\t\t\t// https://bugs.chromium.org/p/chromium/issues/detail?id=378607 (bug restricted)\n\t\t\tif ( owner.nodeType ) {\n\t\t\t\towner[ this.expando ] = undefined;\n\t\t\t} else {\n\t\t\t\tdelete owner[ this.expando ];\n\t\t\t}\n\t\t}\n\t},\n\thasData: function( owner ) {\n\t\tvar cache = owner[ this.expando ];\n\t\treturn cache !== undefined && !jQuery.isEmptyObject( cache );\n\t}\n};\nvar dataPriv = new Data();\n\nvar dataUser = new Data();\n\n\n\n//\tImplementation Summary\n//\n//\t1. Enforce API surface and semantic compatibility with 1.9.x branch\n//\t2. Improve the module's maintainability by reducing the storage\n//\t\tpaths to a single mechanism.\n//\t3. Use the same single mechanism to support \"private\" and \"user\" data.\n//\t4. _Never_ expose \"private\" data to user code (TODO: Drop _data, _removeData)\n//\t5. Avoid exposing implementation details on user objects (eg. expando properties)\n//\t6. Provide a clear path for implementation upgrade to WeakMap in 2014\n\nvar rbrace = /^(?:\\{[\\w\\W]*\\}|\\[[\\w\\W]*\\])$/,\n\trmultiDash = /[A-Z]/g;\n\nfunction getData( data ) {\n\tif ( data === \"true\" ) {\n\t\treturn true;\n\t}\n\n\tif ( data === \"false\" ) {\n\t\treturn false;\n\t}\n\n\tif ( data === \"null\" ) {\n\t\treturn null;\n\t}\n\n\t// Only convert to a number if it doesn't change the string\n\tif ( data === +data + \"\" ) {\n\t\treturn +data;\n\t}\n\n\tif ( rbrace.test( data ) ) {\n\t\treturn JSON.parse( data );\n\t}\n\n\treturn data;\n}\n\nfunction dataAttr( elem, key, data ) {\n\tvar name;\n\n\t// If nothing was found internally, try to fetch any\n\t// data from the HTML5 data-* attribute\n\tif ( data === undefined && elem.nodeType === 1 ) {\n\t\tname = \"data-\" + key.replace( rmultiDash, \"-$&\" ).toLowerCase();\n\t\tdata = elem.getAttribute( name );\n\n\t\tif ( typeof data === \"string\" ) {\n\t\t\ttry {\n\t\t\t\tdata = getData( data );\n\t\t\t} catch ( e ) {}\n\n\t\t\t// Make sure we set the data so it isn't changed later\n\t\t\tdataUser.set( elem, key, data );\n\t\t} else {\n\t\t\tdata = undefined;\n\t\t}\n\t}\n\treturn data;\n}\n\njQuery.extend( {\n\thasData: function( elem ) {\n\t\treturn dataUser.hasData( elem ) || dataPriv.hasData( elem );\n\t},\n\n\tdata: function( elem, name, data ) {\n\t\treturn dataUser.access( elem, name, data );\n\t},\n\n\tremoveData: function( elem, name ) {\n\t\tdataUser.remove( elem, name );\n\t},\n\n\t// TODO: Now that all calls to _data and _removeData have been replaced\n\t// with direct calls to dataPriv methods, these can be deprecated.\n\t_data: function( elem, name, data ) {\n\t\treturn dataPriv.access( elem, name, data );\n\t},\n\n\t_removeData: function( elem, name ) {\n\t\tdataPriv.remove( elem, name );\n\t}\n} );\n\njQuery.fn.extend( {\n\tdata: function( key, value ) {\n\t\tvar i, name, data,\n\t\t\telem = this[ 0 ],\n\t\t\tattrs = elem && elem.attributes;\n\n\t\t// Gets all values\n\t\tif ( key === undefined ) {\n\t\t\tif ( this.length ) {\n\t\t\t\tdata = dataUser.get( elem );\n\n\t\t\t\tif ( elem.nodeType === 1 && !dataPriv.get( elem, \"hasDataAttrs\" ) ) {\n\t\t\t\t\ti = attrs.length;\n\t\t\t\t\twhile ( i-- ) {\n\n\t\t\t\t\t\t// Support: IE 11 only\n\t\t\t\t\t\t// The attrs elements can be null (#14894)\n\t\t\t\t\t\tif ( attrs[ i ] ) {\n\t\t\t\t\t\t\tname = attrs[ i ].name;\n\t\t\t\t\t\t\tif ( name.indexOf( \"data-\" ) === 0 ) {\n\t\t\t\t\t\t\t\tname = camelCase( name.slice( 5 ) );\n\t\t\t\t\t\t\t\tdataAttr( elem, name, data[ name ] );\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t\tdataPriv.set( elem, \"hasDataAttrs\", true );\n\t\t\t\t}\n\t\t\t}\n\n\t\t\treturn data;\n\t\t}\n\n\t\t// Sets multiple values\n\t\tif ( typeof key === \"object\" ) {\n\t\t\treturn this.each( function() {\n\t\t\t\tdataUser.set( this, key );\n\t\t\t} );\n\t\t}\n\n\t\treturn access( this, function( value ) {\n\t\t\tvar data;\n\n\t\t\t// The calling jQuery object (element matches) is not empty\n\t\t\t// (and therefore has an element appears at this[ 0 ]) and the\n\t\t\t// `value` parameter was not undefined. An empty jQuery object\n\t\t\t// will result in `undefined` for elem = this[ 0 ] which will\n\t\t\t// throw an exception if an attempt to read a data cache is made.\n\t\t\tif ( elem && value === undefined ) {\n\n\t\t\t\t// Attempt to get data from the cache\n\t\t\t\t// The key will always be camelCased in Data\n\t\t\t\tdata = dataUser.get( elem, key );\n\t\t\t\tif ( data !== undefined ) {\n\t\t\t\t\treturn data;\n\t\t\t\t}\n\n\t\t\t\t// Attempt to \"discover\" the data in\n\t\t\t\t// HTML5 custom data-* attrs\n\t\t\t\tdata = dataAttr( elem, key );\n\t\t\t\tif ( data !== undefined ) {\n\t\t\t\t\treturn data;\n\t\t\t\t}\n\n\t\t\t\t// We tried really hard, but the data doesn't exist.\n\t\t\t\treturn;\n\t\t\t}\n\n\t\t\t// Set the data...\n\t\t\tthis.each( function() {\n\n\t\t\t\t// We always store the camelCased key\n\t\t\t\tdataUser.set( this, key, value );\n\t\t\t} );\n\t\t}, null, value, arguments.length > 1, null, true );\n\t},\n\n\tremoveData: function( key ) {\n\t\treturn this.each( function() {\n\t\t\tdataUser.remove( this, key );\n\t\t} );\n\t}\n} );\n\n\njQuery.extend( {\n\tqueue: function( elem, type, data ) {\n\t\tvar queue;\n\n\t\tif ( elem ) {\n\t\t\ttype = ( type || \"fx\" ) + \"queue\";\n\t\t\tqueue = dataPriv.get( elem, type );\n\n\t\t\t// Speed up dequeue by getting out quickly if this is just a lookup\n\t\t\tif ( data ) {\n\t\t\t\tif ( !queue || Array.isArray( data ) ) {\n\t\t\t\t\tqueue = dataPriv.access( elem, type, jQuery.makeArray( data ) );\n\t\t\t\t} else {\n\t\t\t\t\tqueue.push( data );\n\t\t\t\t}\n\t\t\t}\n\t\t\treturn queue || [];\n\t\t}\n\t},\n\n\tdequeue: function( elem, type ) {\n\t\ttype = type || \"fx\";\n\n\t\tvar queue = jQuery.queue( elem, type ),\n\t\t\tstartLength = queue.length,\n\t\t\tfn = queue.shift(),\n\t\t\thooks = jQuery._queueHooks( elem, type ),\n\t\t\tnext = function() {\n\t\t\t\tjQuery.dequeue( elem, type );\n\t\t\t};\n\n\t\t// If the fx queue is dequeued, always remove the progress sentinel\n\t\tif ( fn === \"inprogress\" ) {\n\t\t\tfn = queue.shift();\n\t\t\tstartLength--;\n\t\t}\n\n\t\tif ( fn ) {\n\n\t\t\t// Add a progress sentinel to prevent the fx queue from being\n\t\t\t// automatically dequeued\n\t\t\tif ( type === \"fx\" ) {\n\t\t\t\tqueue.unshift( \"inprogress\" );\n\t\t\t}\n\n\t\t\t// Clear up the last queue stop function\n\t\t\tdelete hooks.stop;\n\t\t\tfn.call( elem, next, hooks );\n\t\t}\n\n\t\tif ( !startLength && hooks ) {\n\t\t\thooks.empty.fire();\n\t\t}\n\t},\n\n\t// Not public - generate a queueHooks object, or return the current one\n\t_queueHooks: function( elem, type ) {\n\t\tvar key = type + \"queueHooks\";\n\t\treturn dataPriv.get( elem, key ) || dataPriv.access( elem, key, {\n\t\t\tempty: jQuery.Callbacks( \"once memory\" ).add( function() {\n\t\t\t\tdataPriv.remove( elem, [ type + \"queue\", key ] );\n\t\t\t} )\n\t\t} );\n\t}\n} );\n\njQuery.fn.extend( {\n\tqueue: function( type, data ) {\n\t\tvar setter = 2;\n\n\t\tif ( typeof type !== \"string\" ) {\n\t\t\tdata = type;\n\t\t\ttype = \"fx\";\n\t\t\tsetter--;\n\t\t}\n\n\t\tif ( arguments.length < setter ) {\n\t\t\treturn jQuery.queue( this[ 0 ], type );\n\t\t}\n\n\t\treturn data === undefined ?\n\t\t\tthis :\n\t\t\tthis.each( function() {\n\t\t\t\tvar queue = jQuery.queue( this, type, data );\n\n\t\t\t\t// Ensure a hooks for this queue\n\t\t\t\tjQuery._queueHooks( this, type );\n\n\t\t\t\tif ( type === \"fx\" && queue[ 0 ] !== \"inprogress\" ) {\n\t\t\t\t\tjQuery.dequeue( this, type );\n\t\t\t\t}\n\t\t\t} );\n\t},\n\tdequeue: function( type ) {\n\t\treturn this.each( function() {\n\t\t\tjQuery.dequeue( this, type );\n\t\t} );\n\t},\n\tclearQueue: function( type ) {\n\t\treturn this.queue( type || \"fx\", [] );\n\t},\n\n\t// Get a promise resolved when queues of a certain type\n\t// are emptied (fx is the type by default)\n\tpromise: function( type, obj ) {\n\t\tvar tmp,\n\t\t\tcount = 1,\n\t\t\tdefer = jQuery.Deferred(),\n\t\t\telements = this,\n\t\t\ti = this.length,\n\t\t\tresolve = function() {\n\t\t\t\tif ( !( --count ) ) {\n\t\t\t\t\tdefer.resolveWith( elements, [ elements ] );\n\t\t\t\t}\n\t\t\t};\n\n\t\tif ( typeof type !== \"string\" ) {\n\t\t\tobj = type;\n\t\t\ttype = undefined;\n\t\t}\n\t\ttype = type || \"fx\";\n\n\t\twhile ( i-- ) {\n\t\t\ttmp = dataPriv.get( elements[ i ], type + \"queueHooks\" );\n\t\t\tif ( tmp && tmp.empty ) {\n\t\t\t\tcount++;\n\t\t\t\ttmp.empty.add( resolve );\n\t\t\t}\n\t\t}\n\t\tresolve();\n\t\treturn defer.promise( obj );\n\t}\n} );\nvar pnum = ( /[+-]?(?:\\d*\\.|)\\d+(?:[eE][+-]?\\d+|)/ ).source;\n\nvar rcssNum = new RegExp( \"^(?:([+-])=|)(\" + pnum + \")([a-z%]*)$\", \"i\" );\n\n\nvar cssExpand = [ \"Top\", \"Right\", \"Bottom\", \"Left\" ];\n\nvar isHiddenWithinTree = function( elem, el ) {\n\n\t\t// isHiddenWithinTree might be called from jQuery#filter function;\n\t\t// in that case, element will be second argument\n\t\telem = el || elem;\n\n\t\t// Inline style trumps all\n\t\treturn elem.style.display === \"none\" ||\n\t\t\telem.style.display === \"\" &&\n\n\t\t\t// Otherwise, check computed style\n\t\t\t// Support: Firefox <=43 - 45\n\t\t\t// Disconnected elements can have computed display: none, so first confirm that elem is\n\t\t\t// in the document.\n\t\t\tjQuery.contains( elem.ownerDocument, elem ) &&\n\n\t\t\tjQuery.css( elem, \"display\" ) === \"none\";\n\t};\n\nvar swap = function( elem, options, callback, args ) {\n\tvar ret, name,\n\t\told = {};\n\n\t// Remember the old values, and insert the new ones\n\tfor ( name in options ) {\n\t\told[ name ] = elem.style[ name ];\n\t\telem.style[ name ] = options[ name ];\n\t}\n\n\tret = callback.apply( elem, args || [] );\n\n\t// Revert the old values\n\tfor ( name in options ) {\n\t\telem.style[ name ] = old[ name ];\n\t}\n\n\treturn ret;\n};\n\n\n\n\nfunction adjustCSS( elem, prop, valueParts, tween ) {\n\tvar adjusted, scale,\n\t\tmaxIterations = 20,\n\t\tcurrentValue = tween ?\n\t\t\tfunction() {\n\t\t\t\treturn tween.cur();\n\t\t\t} :\n\t\t\tfunction() {\n\t\t\t\treturn jQuery.css( elem, prop, \"\" );\n\t\t\t},\n\t\tinitial = currentValue(),\n\t\tunit = valueParts && valueParts[ 3 ] || ( jQuery.cssNumber[ prop ] ? \"\" : \"px\" ),\n\n\t\t// Starting value computation is required for potential unit mismatches\n\t\tinitialInUnit = ( jQuery.cssNumber[ prop ] || unit !== \"px\" && +initial ) &&\n\t\t\trcssNum.exec( jQuery.css( elem, prop ) );\n\n\tif ( initialInUnit && initialInUnit[ 3 ] !== unit ) {\n\n\t\t// Support: Firefox <=54\n\t\t// Halve the iteration target value to prevent interference from CSS upper bounds (gh-2144)\n\t\tinitial = initial / 2;\n\n\t\t// Trust units reported by jQuery.css\n\t\tunit = unit || initialInUnit[ 3 ];\n\n\t\t// Iteratively approximate from a nonzero starting point\n\t\tinitialInUnit = +initial || 1;\n\n\t\twhile ( maxIterations-- ) {\n\n\t\t\t// Evaluate and update our best guess (doubling guesses that zero out).\n\t\t\t// Finish if the scale equals or crosses 1 (making the old*new product non-positive).\n\t\t\tjQuery.style( elem, prop, initialInUnit + unit );\n\t\t\tif ( ( 1 - scale ) * ( 1 - ( scale = currentValue() / initial || 0.5 ) ) <= 0 ) {\n\t\t\t\tmaxIterations = 0;\n\t\t\t}\n\t\t\tinitialInUnit = initialInUnit / scale;\n\n\t\t}\n\n\t\tinitialInUnit = initialInUnit * 2;\n\t\tjQuery.style( elem, prop, initialInUnit + unit );\n\n\t\t// Make sure we update the tween properties later on\n\t\tvalueParts = valueParts || [];\n\t}\n\n\tif ( valueParts ) {\n\t\tinitialInUnit = +initialInUnit || +initial || 0;\n\n\t\t// Apply relative offset (+=/-=) if specified\n\t\tadjusted = valueParts[ 1 ] ?\n\t\t\tinitialInUnit + ( valueParts[ 1 ] + 1 ) * valueParts[ 2 ] :\n\t\t\t+valueParts[ 2 ];\n\t\tif ( tween ) {\n\t\t\ttween.unit = unit;\n\t\t\ttween.start = initialInUnit;\n\t\t\ttween.end = adjusted;\n\t\t}\n\t}\n\treturn adjusted;\n}\n\n\nvar defaultDisplayMap = {};\n\nfunction getDefaultDisplay( elem ) {\n\tvar temp,\n\t\tdoc = elem.ownerDocument,\n\t\tnodeName = elem.nodeName,\n\t\tdisplay = defaultDisplayMap[ nodeName ];\n\n\tif ( display ) {\n\t\treturn display;\n\t}\n\n\ttemp = doc.body.appendChild( doc.createElement( nodeName ) );\n\tdisplay = jQuery.css( temp, \"display\" );\n\n\ttemp.parentNode.removeChild( temp );\n\n\tif ( display === \"none\" ) {\n\t\tdisplay = \"block\";\n\t}\n\tdefaultDisplayMap[ nodeName ] = display;\n\n\treturn display;\n}\n\nfunction showHide( elements, show ) {\n\tvar display, elem,\n\t\tvalues = [],\n\t\tindex = 0,\n\t\tlength = elements.length;\n\n\t// Determine new display value for elements that need to change\n\tfor ( ; index < length; index++ ) {\n\t\telem = elements[ index ];\n\t\tif ( !elem.style ) {\n\t\t\tcontinue;\n\t\t}\n\n\t\tdisplay = elem.style.display;\n\t\tif ( show ) {\n\n\t\t\t// Since we force visibility upon cascade-hidden elements, an immediate (and slow)\n\t\t\t// check is required in this first loop unless we have a nonempty display value (either\n\t\t\t// inline or about-to-be-restored)\n\t\t\tif ( display === \"none\" ) {\n\t\t\t\tvalues[ index ] = dataPriv.get( elem, \"display\" ) || null;\n\t\t\t\tif ( !values[ index ] ) {\n\t\t\t\t\telem.style.display = \"\";\n\t\t\t\t}\n\t\t\t}\n\t\t\tif ( elem.style.display === \"\" && isHiddenWithinTree( elem ) ) {\n\t\t\t\tvalues[ index ] = getDefaultDisplay( elem );\n\t\t\t}\n\t\t} else {\n\t\t\tif ( display !== \"none\" ) {\n\t\t\t\tvalues[ index ] = \"none\";\n\n\t\t\t\t// Remember what we're overwriting\n\t\t\t\tdataPriv.set( elem, \"display\", display );\n\t\t\t}\n\t\t}\n\t}\n\n\t// Set the display of the elements in a second loop to avoid constant reflow\n\tfor ( index = 0; index < length; index++ ) {\n\t\tif ( values[ index ] != null ) {\n\t\t\telements[ index ].style.display = values[ index ];\n\t\t}\n\t}\n\n\treturn elements;\n}\n\njQuery.fn.extend( {\n\tshow: function() {\n\t\treturn showHide( this, true );\n\t},\n\thide: function() {\n\t\treturn showHide( this );\n\t},\n\ttoggle: function( state ) {\n\t\tif ( typeof state === \"boolean\" ) {\n\t\t\treturn state ? this.show() : this.hide();\n\t\t}\n\n\t\treturn this.each( function() {\n\t\t\tif ( isHiddenWithinTree( this ) ) {\n\t\t\t\tjQuery( this ).show();\n\t\t\t} else {\n\t\t\t\tjQuery( this ).hide();\n\t\t\t}\n\t\t} );\n\t}\n} );\nvar rcheckableType = ( /^(?:checkbox|radio)$/i );\n\nvar rtagName = ( /<([a-z][^\\/\\0>\\x20\\t\\r\\n\\f]+)/i );\n\nvar rscriptType = ( /^$|^module$|\\/(?:java|ecma)script/i );\n\n\n\n// We have to close these tags to support XHTML (#13200)\nvar wrapMap = {\n\n\t// Support: IE <=9 only\n\toption: [ 1, \"<select multiple='multiple'>\", \"</select>\" ],\n\n\t// XHTML parsers do not magically insert elements in the\n\t// same way that tag soup parsers do. So we cannot shorten\n\t// this by omitting <tbody> or other required elements.\n\tthead: [ 1, \"<table>\", \"</table>\" ],\n\tcol: [ 2, \"<table><colgroup>\", \"</colgroup></table>\" ],\n\ttr: [ 2, \"<table><tbody>\", \"</tbody></table>\" ],\n\ttd: [ 3, \"<table><tbody><tr>\", \"</tr></tbody></table>\" ],\n\n\t_default: [ 0, \"\", \"\" ]\n};\n\n// Support: IE <=9 only\nwrapMap.optgroup = wrapMap.option;\n\nwrapMap.tbody = wrapMap.tfoot = wrapMap.colgroup = wrapMap.caption = wrapMap.thead;\nwrapMap.th = wrapMap.td;\n\n\nfunction getAll( context, tag ) {\n\n\t// Support: IE <=9 - 11 only\n\t// Use typeof to avoid zero-argument method invocation on host objects (#15151)\n\tvar ret;\n\n\tif ( typeof context.getElementsByTagName !== \"undefined\" ) {\n\t\tret = context.getElementsByTagName( tag || \"*\" );\n\n\t} else if ( typeof context.querySelectorAll !== \"undefined\" ) {\n\t\tret = context.querySelectorAll( tag || \"*\" );\n\n\t} else {\n\t\tret = [];\n\t}\n\n\tif ( tag === undefined || tag && nodeName( context, tag ) ) {\n\t\treturn jQuery.merge( [ context ], ret );\n\t}\n\n\treturn ret;\n}\n\n\n// Mark scripts as having already been evaluated\nfunction setGlobalEval( elems, refElements ) {\n\tvar i = 0,\n\t\tl = elems.length;\n\n\tfor ( ; i < l; i++ ) {\n\t\tdataPriv.set(\n\t\t\telems[ i ],\n\t\t\t\"globalEval\",\n\t\t\t!refElements || dataPriv.get( refElements[ i ], \"globalEval\" )\n\t\t);\n\t}\n}\n\n\nvar rhtml = /<|&#?\\w+;/;\n\nfunction buildFragment( elems, context, scripts, selection, ignored ) {\n\tvar elem, tmp, tag, wrap, contains, j,\n\t\tfragment = context.createDocumentFragment(),\n\t\tnodes = [],\n\t\ti = 0,\n\t\tl = elems.length;\n\n\tfor ( ; i < l; i++ ) {\n\t\telem = elems[ i ];\n\n\t\tif ( elem || elem === 0 ) {\n\n\t\t\t// Add nodes directly\n\t\t\tif ( toType( elem ) === \"object\" ) {\n\n\t\t\t\t// Support: Android <=4.0 only, PhantomJS 1 only\n\t\t\t\t// push.apply(_, arraylike) throws on ancient WebKit\n\t\t\t\tjQuery.merge( nodes, elem.nodeType ? [ elem ] : elem );\n\n\t\t\t// Convert non-html into a text node\n\t\t\t} else if ( !rhtml.test( elem ) ) {\n\t\t\t\tnodes.push( context.createTextNode( elem ) );\n\n\t\t\t// Convert html into DOM nodes\n\t\t\t} else {\n\t\t\t\ttmp = tmp || fragment.appendChild( context.createElement( \"div\" ) );\n\n\t\t\t\t// Deserialize a standard representation\n\t\t\t\ttag = ( rtagName.exec( elem ) || [ \"\", \"\" ] )[ 1 ].toLowerCase();\n\t\t\t\twrap = wrapMap[ tag ] || wrapMap._default;\n\t\t\t\ttmp.innerHTML = wrap[ 1 ] + jQuery.htmlPrefilter( elem ) + wrap[ 2 ];\n\n\t\t\t\t// Descend through wrappers to the right content\n\t\t\t\tj = wrap[ 0 ];\n\t\t\t\twhile ( j-- ) {\n\t\t\t\t\ttmp = tmp.lastChild;\n\t\t\t\t}\n\n\t\t\t\t// Support: Android <=4.0 only, PhantomJS 1 only\n\t\t\t\t// push.apply(_, arraylike) throws on ancient WebKit\n\t\t\t\tjQuery.merge( nodes, tmp.childNodes );\n\n\t\t\t\t// Remember the top-level container\n\t\t\t\ttmp = fragment.firstChild;\n\n\t\t\t\t// Ensure the created nodes are orphaned (#12392)\n\t\t\t\ttmp.textContent = \"\";\n\t\t\t}\n\t\t}\n\t}\n\n\t// Remove wrapper from fragment\n\tfragment.textContent = \"\";\n\n\ti = 0;\n\twhile ( ( elem = nodes[ i++ ] ) ) {\n\n\t\t// Skip elements already in the context collection (trac-4087)\n\t\tif ( selection && jQuery.inArray( elem, selection ) > -1 ) {\n\t\t\tif ( ignored ) {\n\t\t\t\tignored.push( elem );\n\t\t\t}\n\t\t\tcontinue;\n\t\t}\n\n\t\tcontains = jQuery.contains( elem.ownerDocument, elem );\n\n\t\t// Append to fragment\n\t\ttmp = getAll( fragment.appendChild( elem ), \"script\" );\n\n\t\t// Preserve script evaluation history\n\t\tif ( contains ) {\n\t\t\tsetGlobalEval( tmp );\n\t\t}\n\n\t\t// Capture executables\n\t\tif ( scripts ) {\n\t\t\tj = 0;\n\t\t\twhile ( ( elem = tmp[ j++ ] ) ) {\n\t\t\t\tif ( rscriptType.test( elem.type || \"\" ) ) {\n\t\t\t\t\tscripts.push( elem );\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n\n\treturn fragment;\n}\n\n\n( function() {\n\tvar fragment = document.createDocumentFragment(),\n\t\tdiv = fragment.appendChild( document.createElement( \"div\" ) ),\n\t\tinput = document.createElement( \"input\" );\n\n\t// Support: Android 4.0 - 4.3 only\n\t// Check state lost if the name is set (#11217)\n\t// Support: Windows Web Apps (WWA)\n\t// `name` and `type` must use .setAttribute for WWA (#14901)\n\tinput.setAttribute( \"type\", \"radio\" );\n\tinput.setAttribute( \"checked\", \"checked\" );\n\tinput.setAttribute( \"name\", \"t\" );\n\n\tdiv.appendChild( input );\n\n\t// Support: Android <=4.1 only\n\t// Older WebKit doesn't clone checked state correctly in fragments\n\tsupport.checkClone = div.cloneNode( true ).cloneNode( true ).lastChild.checked;\n\n\t// Support: IE <=11 only\n\t// Make sure textarea (and checkbox) defaultValue is properly cloned\n\tdiv.innerHTML = \"<textarea>x</textarea>\";\n\tsupport.noCloneChecked = !!div.cloneNode( true ).lastChild.defaultValue;\n} )();\nvar documentElement = document.documentElement;\n\n\n\nvar\n\trkeyEvent = /^key/,\n\trmouseEvent = /^(?:mouse|pointer|contextmenu|drag|drop)|click/,\n\trtypenamespace = /^([^.]*)(?:\\.(.+)|)/;\n\nfunction returnTrue() {\n\treturn true;\n}\n\nfunction returnFalse() {\n\treturn false;\n}\n\n// Support: IE <=9 only\n// See #13393 for more info\nfunction safeActiveElement() {\n\ttry {\n\t\treturn document.activeElement;\n\t} catch ( err ) { }\n}\n\nfunction on( elem, types, selector, data, fn, one ) {\n\tvar origFn, type;\n\n\t// Types can be a map of types/handlers\n\tif ( typeof types === \"object\" ) {\n\n\t\t// ( types-Object, selector, data )\n\t\tif ( typeof selector !== \"string\" ) {\n\n\t\t\t// ( types-Object, data )\n\t\t\tdata = data || selector;\n\t\t\tselector = undefined;\n\t\t}\n\t\tfor ( type in types ) {\n\t\t\ton( elem, type, selector, data, types[ type ], one );\n\t\t}\n\t\treturn elem;\n\t}\n\n\tif ( data == null && fn == null ) {\n\n\t\t// ( types, fn )\n\t\tfn = selector;\n\t\tdata = selector = undefined;\n\t} else if ( fn == null ) {\n\t\tif ( typeof selector === \"string\" ) {\n\n\t\t\t// ( types, selector, fn )\n\t\t\tfn = data;\n\t\t\tdata = undefined;\n\t\t} else {\n\n\t\t\t// ( types, data, fn )\n\t\t\tfn = data;\n\t\t\tdata = selector;\n\t\t\tselector = undefined;\n\t\t}\n\t}\n\tif ( fn === false ) {\n\t\tfn = returnFalse;\n\t} else if ( !fn ) {\n\t\treturn elem;\n\t}\n\n\tif ( one === 1 ) {\n\t\torigFn = fn;\n\t\tfn = function( event ) {\n\n\t\t\t// Can use an empty set, since event contains the info\n\t\t\tjQuery().off( event );\n\t\t\treturn origFn.apply( this, arguments );\n\t\t};\n\n\t\t// Use same guid so caller can remove using origFn\n\t\tfn.guid = origFn.guid || ( origFn.guid = jQuery.guid++ );\n\t}\n\treturn elem.each( function() {\n\t\tjQuery.event.add( this, types, fn, data, selector );\n\t} );\n}\n\n/*\n * Helper functions for managing events -- not part of the public interface.\n * Props to Dean Edwards' addEvent library for many of the ideas.\n */\njQuery.event = {\n\n\tglobal: {},\n\n\tadd: function( elem, types, handler, data, selector ) {\n\n\t\tvar handleObjIn, eventHandle, tmp,\n\t\t\tevents, t, handleObj,\n\t\t\tspecial, handlers, type, namespaces, origType,\n\t\t\telemData = dataPriv.get( elem );\n\n\t\t// Don't attach events to noData or text/comment nodes (but allow plain objects)\n\t\tif ( !elemData ) {\n\t\t\treturn;\n\t\t}\n\n\t\t// Caller can pass in an object of custom data in lieu of the handler\n\t\tif ( handler.handler ) {\n\t\t\thandleObjIn = handler;\n\t\t\thandler = handleObjIn.handler;\n\t\t\tselector = handleObjIn.selector;\n\t\t}\n\n\t\t// Ensure that invalid selectors throw exceptions at attach time\n\t\t// Evaluate against documentElement in case elem is a non-element node (e.g., document)\n\t\tif ( selector ) {\n\t\t\tjQuery.find.matchesSelector( documentElement, selector );\n\t\t}\n\n\t\t// Make sure that the handler has a unique ID, used to find/remove it later\n\t\tif ( !handler.guid ) {\n\t\t\thandler.guid = jQuery.guid++;\n\t\t}\n\n\t\t// Init the element's event structure and main handler, if this is the first\n\t\tif ( !( events = elemData.events ) ) {\n\t\t\tevents = elemData.events = {};\n\t\t}\n\t\tif ( !( eventHandle = elemData.handle ) ) {\n\t\t\teventHandle = elemData.handle = function( e ) {\n\n\t\t\t\t// Discard the second event of a jQuery.event.trigger() and\n\t\t\t\t// when an event is called after a page has unloaded\n\t\t\t\treturn typeof jQuery !== \"undefined\" && jQuery.event.triggered !== e.type ?\n\t\t\t\t\tjQuery.event.dispatch.apply( elem, arguments ) : undefined;\n\t\t\t};\n\t\t}\n\n\t\t// Handle multiple events separated by a space\n\t\ttypes = ( types || \"\" ).match( rnothtmlwhite ) || [ \"\" ];\n\t\tt = types.length;\n\t\twhile ( t-- ) {\n\t\t\ttmp = rtypenamespace.exec( types[ t ] ) || [];\n\t\t\ttype = origType = tmp[ 1 ];\n\t\t\tnamespaces = ( tmp[ 2 ] || \"\" ).split( \".\" ).sort();\n\n\t\t\t// There *must* be a type, no attaching namespace-only handlers\n\t\t\tif ( !type ) {\n\t\t\t\tcontinue;\n\t\t\t}\n\n\t\t\t// If event changes its type, use the special event handlers for the changed type\n\t\t\tspecial = jQuery.event.special[ type ] || {};\n\n\t\t\t// If selector defined, determine special event api type, otherwise given type\n\t\t\ttype = ( selector ? special.delegateType : special.bindType ) || type;\n\n\t\t\t// Update special based on newly reset type\n\t\t\tspecial = jQuery.event.special[ type ] || {};\n\n\t\t\t// handleObj is passed to all event handlers\n\t\t\thandleObj = jQuery.extend( {\n\t\t\t\ttype: type,\n\t\t\t\torigType: origType,\n\t\t\t\tdata: data,\n\t\t\t\thandler: handler,\n\t\t\t\tguid: handler.guid,\n\t\t\t\tselector: selector,\n\t\t\t\tneedsContext: selector && jQuery.expr.match.needsContext.test( selector ),\n\t\t\t\tnamespace: namespaces.join( \".\" )\n\t\t\t}, handleObjIn );\n\n\t\t\t// Init the event handler queue if we're the first\n\t\t\tif ( !( handlers = events[ type ] ) ) {\n\t\t\t\thandlers = events[ type ] = [];\n\t\t\t\thandlers.delegateCount = 0;\n\n\t\t\t\t// Only use addEventListener if the special events handler returns false\n\t\t\t\tif ( !special.setup ||\n\t\t\t\t\tspecial.setup.call( elem, data, namespaces, eventHandle ) === false ) {\n\n\t\t\t\t\tif ( elem.addEventListener ) {\n\t\t\t\t\t\telem.addEventListener( type, eventHandle );\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\n\t\t\tif ( special.add ) {\n\t\t\t\tspecial.add.call( elem, handleObj );\n\n\t\t\t\tif ( !handleObj.handler.guid ) {\n\t\t\t\t\thandleObj.handler.guid = handler.guid;\n\t\t\t\t}\n\t\t\t}\n\n\t\t\t// Add to the element's handler list, delegates in front\n\t\t\tif ( selector ) {\n\t\t\t\thandlers.splice( handlers.delegateCount++, 0, handleObj );\n\t\t\t} else {\n\t\t\t\thandlers.push( handleObj );\n\t\t\t}\n\n\t\t\t// Keep track of which events have ever been used, for event optimization\n\t\t\tjQuery.event.global[ type ] = true;\n\t\t}\n\n\t},\n\n\t// Detach an event or set of events from an element\n\tremove: function( elem, types, handler, selector, mappedTypes ) {\n\n\t\tvar j, origCount, tmp,\n\t\t\tevents, t, handleObj,\n\t\t\tspecial, handlers, type, namespaces, origType,\n\t\t\telemData = dataPriv.hasData( elem ) && dataPriv.get( elem );\n\n\t\tif ( !elemData || !( events = elemData.events ) ) {\n\t\t\treturn;\n\t\t}\n\n\t\t// Once for each type.namespace in types; type may be omitted\n\t\ttypes = ( types || \"\" ).match( rnothtmlwhite ) || [ \"\" ];\n\t\tt = types.length;\n\t\twhile ( t-- ) {\n\t\t\ttmp = rtypenamespace.exec( types[ t ] ) || [];\n\t\t\ttype = origType = tmp[ 1 ];\n\t\t\tnamespaces = ( tmp[ 2 ] || \"\" ).split( \".\" ).sort();\n\n\t\t\t// Unbind all events (on this namespace, if provided) for the element\n\t\t\tif ( !type ) {\n\t\t\t\tfor ( type in events ) {\n\t\t\t\t\tjQuery.event.remove( elem, type + types[ t ], handler, selector, true );\n\t\t\t\t}\n\t\t\t\tcontinue;\n\t\t\t}\n\n\t\t\tspecial = jQuery.event.special[ type ] || {};\n\t\t\ttype = ( selector ? special.delegateType : special.bindType ) || type;\n\t\t\thandlers = events[ type ] || [];\n\t\t\ttmp = tmp[ 2 ] &&\n\t\t\t\tnew RegExp( \"(^|\\\\.)\" + namespaces.join( \"\\\\.(?:.*\\\\.|)\" ) + \"(\\\\.|$)\" );\n\n\t\t\t// Remove matching events\n\t\t\torigCount = j = handlers.length;\n\t\t\twhile ( j-- ) {\n\t\t\t\thandleObj = handlers[ j ];\n\n\t\t\t\tif ( ( mappedTypes || origType === handleObj.origType ) &&\n\t\t\t\t\t( !handler || handler.guid === handleObj.guid ) &&\n\t\t\t\t\t( !tmp || tmp.test( handleObj.namespace ) ) &&\n\t\t\t\t\t( !selector || selector === handleObj.selector ||\n\t\t\t\t\t\tselector === \"**\" && handleObj.selector ) ) {\n\t\t\t\t\thandlers.splice( j, 1 );\n\n\t\t\t\t\tif ( handleObj.selector ) {\n\t\t\t\t\t\thandlers.delegateCount--;\n\t\t\t\t\t}\n\t\t\t\t\tif ( special.remove ) {\n\t\t\t\t\t\tspecial.remove.call( elem, handleObj );\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\n\t\t\t// Remove generic event handler if we removed something and no more handlers exist\n\t\t\t// (avoids potential for endless recursion during removal of special event handlers)\n\t\t\tif ( origCount && !handlers.length ) {\n\t\t\t\tif ( !special.teardown ||\n\t\t\t\t\tspecial.teardown.call( elem, namespaces, elemData.handle ) === false ) {\n\n\t\t\t\t\tjQuery.removeEvent( elem, type, elemData.handle );\n\t\t\t\t}\n\n\t\t\t\tdelete events[ type ];\n\t\t\t}\n\t\t}\n\n\t\t// Remove data and the expando if it's no longer used\n\t\tif ( jQuery.isEmptyObject( events ) ) {\n\t\t\tdataPriv.remove( elem, \"handle events\" );\n\t\t}\n\t},\n\n\tdispatch: function( nativeEvent ) {\n\n\t\t// Make a writable jQuery.Event from the native event object\n\t\tvar event = jQuery.event.fix( nativeEvent );\n\n\t\tvar i, j, ret, matched, handleObj, handlerQueue,\n\t\t\targs = new Array( arguments.length ),\n\t\t\thandlers = ( dataPriv.get( this, \"events\" ) || {} )[ event.type ] || [],\n\t\t\tspecial = jQuery.event.special[ event.type ] || {};\n\n\t\t// Use the fix-ed jQuery.Event rather than the (read-only) native event\n\t\targs[ 0 ] = event;\n\n\t\tfor ( i = 1; i < arguments.length; i++ ) {\n\t\t\targs[ i ] = arguments[ i ];\n\t\t}\n\n\t\tevent.delegateTarget = this;\n\n\t\t// Call the preDispatch hook for the mapped type, and let it bail if desired\n\t\tif ( special.preDispatch && special.preDispatch.call( this, event ) === false ) {\n\t\t\treturn;\n\t\t}\n\n\t\t// Determine handlers\n\t\thandlerQueue = jQuery.event.handlers.call( this, event, handlers );\n\n\t\t// Run delegates first; they may want to stop propagation beneath us\n\t\ti = 0;\n\t\twhile ( ( matched = handlerQueue[ i++ ] ) && !event.isPropagationStopped() ) {\n\t\t\tevent.currentTarget = matched.elem;\n\n\t\t\tj = 0;\n\t\t\twhile ( ( handleObj = matched.handlers[ j++ ] ) &&\n\t\t\t\t!event.isImmediatePropagationStopped() ) {\n\n\t\t\t\t// Triggered event must either 1) have no namespace, or 2) have namespace(s)\n\t\t\t\t// a subset or equal to those in the bound event (both can have no namespace).\n\t\t\t\tif ( !event.rnamespace || event.rnamespace.test( handleObj.namespace ) ) {\n\n\t\t\t\t\tevent.handleObj = handleObj;\n\t\t\t\t\tevent.data = handleObj.data;\n\n\t\t\t\t\tret = ( ( jQuery.event.special[ handleObj.origType ] || {} ).handle ||\n\t\t\t\t\t\thandleObj.handler ).apply( matched.elem, args );\n\n\t\t\t\t\tif ( ret !== undefined ) {\n\t\t\t\t\t\tif ( ( event.result = ret ) === false ) {\n\t\t\t\t\t\t\tevent.preventDefault();\n\t\t\t\t\t\t\tevent.stopPropagation();\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\t// Call the postDispatch hook for the mapped type\n\t\tif ( special.postDispatch ) {\n\t\t\tspecial.postDispatch.call( this, event );\n\t\t}\n\n\t\treturn event.result;\n\t},\n\n\thandlers: function( event, handlers ) {\n\t\tvar i, handleObj, sel, matchedHandlers, matchedSelectors,\n\t\t\thandlerQueue = [],\n\t\t\tdelegateCount = handlers.delegateCount,\n\t\t\tcur = event.target;\n\n\t\t// Find delegate handlers\n\t\tif ( delegateCount &&\n\n\t\t\t// Support: IE <=9\n\t\t\t// Black-hole SVG <use> instance trees (trac-13180)\n\t\t\tcur.nodeType &&\n\n\t\t\t// Support: Firefox <=42\n\t\t\t// Suppress spec-violating clicks indicating a non-primary pointer button (trac-3861)\n\t\t\t// https://www.w3.org/TR/DOM-Level-3-Events/#event-type-click\n\t\t\t// Support: IE 11 only\n\t\t\t// ...but not arrow key \"clicks\" of radio inputs, which can have `button` -1 (gh-2343)\n\t\t\t!( event.type === \"click\" && event.button >= 1 ) ) {\n\n\t\t\tfor ( ; cur !== this; cur = cur.parentNode || this ) {\n\n\t\t\t\t// Don't check non-elements (#13208)\n\t\t\t\t// Don't process clicks on disabled elements (#6911, #8165, #11382, #11764)\n\t\t\t\tif ( cur.nodeType === 1 && !( event.type === \"click\" && cur.disabled === true ) ) {\n\t\t\t\t\tmatchedHandlers = [];\n\t\t\t\t\tmatchedSelectors = {};\n\t\t\t\t\tfor ( i = 0; i < delegateCount; i++ ) {\n\t\t\t\t\t\thandleObj = handlers[ i ];\n\n\t\t\t\t\t\t// Don't conflict with Object.prototype properties (#13203)\n\t\t\t\t\t\tsel = handleObj.selector + \" \";\n\n\t\t\t\t\t\tif ( matchedSelectors[ sel ] === undefined ) {\n\t\t\t\t\t\t\tmatchedSelectors[ sel ] = handleObj.needsContext ?\n\t\t\t\t\t\t\t\tjQuery( sel, this ).index( cur ) > -1 :\n\t\t\t\t\t\t\t\tjQuery.find( sel, this, null, [ cur ] ).length;\n\t\t\t\t\t\t}\n\t\t\t\t\t\tif ( matchedSelectors[ sel ] ) {\n\t\t\t\t\t\t\tmatchedHandlers.push( handleObj );\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t\tif ( matchedHandlers.length ) {\n\t\t\t\t\t\thandlerQueue.push( { elem: cur, handlers: matchedHandlers } );\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\t// Add the remaining (directly-bound) handlers\n\t\tcur = this;\n\t\tif ( delegateCount < handlers.length ) {\n\t\t\thandlerQueue.push( { elem: cur, handlers: handlers.slice( delegateCount ) } );\n\t\t}\n\n\t\treturn handlerQueue;\n\t},\n\n\taddProp: function( name, hook ) {\n\t\tObject.defineProperty( jQuery.Event.prototype, name, {\n\t\t\tenumerable: true,\n\t\t\tconfigurable: true,\n\n\t\t\tget: isFunction( hook ) ?\n\t\t\t\tfunction() {\n\t\t\t\t\tif ( this.originalEvent ) {\n\t\t\t\t\t\t\treturn hook( this.originalEvent );\n\t\t\t\t\t}\n\t\t\t\t} :\n\t\t\t\tfunction() {\n\t\t\t\t\tif ( this.originalEvent ) {\n\t\t\t\t\t\t\treturn this.originalEvent[ name ];\n\t\t\t\t\t}\n\t\t\t\t},\n\n\t\t\tset: function( value ) {\n\t\t\t\tObject.defineProperty( this, name, {\n\t\t\t\t\tenumerable: true,\n\t\t\t\t\tconfigurable: true,\n\t\t\t\t\twritable: true,\n\t\t\t\t\tvalue: value\n\t\t\t\t} );\n\t\t\t}\n\t\t} );\n\t},\n\n\tfix: function( originalEvent ) {\n\t\treturn originalEvent[ jQuery.expando ] ?\n\t\t\toriginalEvent :\n\t\t\tnew jQuery.Event( originalEvent );\n\t},\n\n\tspecial: {\n\t\tload: {\n\n\t\t\t// Prevent triggered image.load events from bubbling to window.load\n\t\t\tnoBubble: true\n\t\t},\n\t\tfocus: {\n\n\t\t\t// Fire native event if possible so blur/focus sequence is correct\n\t\t\ttrigger: function() {\n\t\t\t\tif ( this !== safeActiveElement() && this.focus ) {\n\t\t\t\t\tthis.focus();\n\t\t\t\t\treturn false;\n\t\t\t\t}\n\t\t\t},\n\t\t\tdelegateType: \"focusin\"\n\t\t},\n\t\tblur: {\n\t\t\ttrigger: function() {\n\t\t\t\tif ( this === safeActiveElement() && this.blur ) {\n\t\t\t\t\tthis.blur();\n\t\t\t\t\treturn false;\n\t\t\t\t}\n\t\t\t},\n\t\t\tdelegateType: \"focusout\"\n\t\t},\n\t\tclick: {\n\n\t\t\t// For checkbox, fire native event so checked state will be right\n\t\t\ttrigger: function() {\n\t\t\t\tif ( this.type === \"checkbox\" && this.click && nodeName( this, \"input\" ) ) {\n\t\t\t\t\tthis.click();\n\t\t\t\t\treturn false;\n\t\t\t\t}\n\t\t\t},\n\n\t\t\t// For cross-browser consistency, don't fire native .click() on links\n\t\t\t_default: function( event ) {\n\t\t\t\treturn nodeName( event.target, \"a\" );\n\t\t\t}\n\t\t},\n\n\t\tbeforeunload: {\n\t\t\tpostDispatch: function( event ) {\n\n\t\t\t\t// Support: Firefox 20+\n\t\t\t\t// Firefox doesn't alert if the returnValue field is not set.\n\t\t\t\tif ( event.result !== undefined && event.originalEvent ) {\n\t\t\t\t\tevent.originalEvent.returnValue = event.result;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n};\n\njQuery.removeEvent = function( elem, type, handle ) {\n\n\t// This \"if\" is needed for plain objects\n\tif ( elem.removeEventListener ) {\n\t\telem.removeEventListener( type, handle );\n\t}\n};\n\njQuery.Event = function( src, props ) {\n\n\t// Allow instantiation without the 'new' keyword\n\tif ( !( this instanceof jQuery.Event ) ) {\n\t\treturn new jQuery.Event( src, props );\n\t}\n\n\t// Event object\n\tif ( src && src.type ) {\n\t\tthis.originalEvent = src;\n\t\tthis.type = src.type;\n\n\t\t// Events bubbling up the document may have been marked as prevented\n\t\t// by a handler lower down the tree; reflect the correct value.\n\t\tthis.isDefaultPrevented = src.defaultPrevented ||\n\t\t\t\tsrc.defaultPrevented === undefined &&\n\n\t\t\t\t// Support: Android <=2.3 only\n\t\t\t\tsrc.returnValue === false ?\n\t\t\treturnTrue :\n\t\t\treturnFalse;\n\n\t\t// Create target properties\n\t\t// Support: Safari <=6 - 7 only\n\t\t// Target should not be a text node (#504, #13143)\n\t\tthis.target = ( src.target && src.target.nodeType === 3 ) ?\n\t\t\tsrc.target.parentNode :\n\t\t\tsrc.target;\n\n\t\tthis.currentTarget = src.currentTarget;\n\t\tthis.relatedTarget = src.relatedTarget;\n\n\t// Event type\n\t} else {\n\t\tthis.type = src;\n\t}\n\n\t// Put explicitly provided properties onto the event object\n\tif ( props ) {\n\t\tjQuery.extend( this, props );\n\t}\n\n\t// Create a timestamp if incoming event doesn't have one\n\tthis.timeStamp = src && src.timeStamp || Date.now();\n\n\t// Mark it as fixed\n\tthis[ jQuery.expando ] = true;\n};\n\n// jQuery.Event is based on DOM3 Events as specified by the ECMAScript Language Binding\n// https://www.w3.org/TR/2003/WD-DOM-Level-3-Events-20030331/ecma-script-binding.html\njQuery.Event.prototype = {\n\tconstructor: jQuery.Event,\n\tisDefaultPrevented: returnFalse,\n\tisPropagationStopped: returnFalse,\n\tisImmediatePropagationStopped: returnFalse,\n\tisSimulated: false,\n\n\tpreventDefault: function() {\n\t\tvar e = this.originalEvent;\n\n\t\tthis.isDefaultPrevented = returnTrue;\n\n\t\tif ( e && !this.isSimulated ) {\n\t\t\te.preventDefault();\n\t\t}\n\t},\n\tstopPropagation: function() {\n\t\tvar e = this.originalEvent;\n\n\t\tthis.isPropagationStopped = returnTrue;\n\n\t\tif ( e && !this.isSimulated ) {\n\t\t\te.stopPropagation();\n\t\t}\n\t},\n\tstopImmediatePropagation: function() {\n\t\tvar e = this.originalEvent;\n\n\t\tthis.isImmediatePropagationStopped = returnTrue;\n\n\t\tif ( e && !this.isSimulated ) {\n\t\t\te.stopImmediatePropagation();\n\t\t}\n\n\t\tthis.stopPropagation();\n\t}\n};\n\n// Includes all common event props including KeyEvent and MouseEvent specific props\njQuery.each( {\n\taltKey: true,\n\tbubbles: true,\n\tcancelable: true,\n\tchangedTouches: true,\n\tctrlKey: true,\n\tdetail: true,\n\teventPhase: true,\n\tmetaKey: true,\n\tpageX: true,\n\tpageY: true,\n\tshiftKey: true,\n\tview: true,\n\t\"char\": true,\n\tcharCode: true,\n\tkey: true,\n\tkeyCode: true,\n\tbutton: true,\n\tbuttons: true,\n\tclientX: true,\n\tclientY: true,\n\toffsetX: true,\n\toffsetY: true,\n\tpointerId: true,\n\tpointerType: true,\n\tscreenX: true,\n\tscreenY: true,\n\ttargetTouches: true,\n\ttoElement: true,\n\ttouches: true,\n\n\twhich: function( event ) {\n\t\tvar button = event.button;\n\n\t\t// Add which for key events\n\t\tif ( event.which == null && rkeyEvent.test( event.type ) ) {\n\t\t\treturn event.charCode != null ? event.charCode : event.keyCode;\n\t\t}\n\n\t\t// Add which for click: 1 === left; 2 === middle; 3 === right\n\t\tif ( !event.which && button !== undefined && rmouseEvent.test( event.type ) ) {\n\t\t\tif ( button & 1 ) {\n\t\t\t\treturn 1;\n\t\t\t}\n\n\t\t\tif ( button & 2 ) {\n\t\t\t\treturn 3;\n\t\t\t}\n\n\t\t\tif ( button & 4 ) {\n\t\t\t\treturn 2;\n\t\t\t}\n\n\t\t\treturn 0;\n\t\t}\n\n\t\treturn event.which;\n\t}\n}, jQuery.event.addProp );\n\n// Create mouseenter/leave events using mouseover/out and event-time checks\n// so that event delegation works in jQuery.\n// Do the same for pointerenter/pointerleave and pointerover/pointerout\n//\n// Support: Safari 7 only\n// Safari sends mouseenter too often; see:\n// https://bugs.chromium.org/p/chromium/issues/detail?id=470258\n// for the description of the bug (it existed in older Chrome versions as well).\njQuery.each( {\n\tmouseenter: \"mouseover\",\n\tmouseleave: \"mouseout\",\n\tpointerenter: \"pointerover\",\n\tpointerleave: \"pointerout\"\n}, function( orig, fix ) {\n\tjQuery.event.special[ orig ] = {\n\t\tdelegateType: fix,\n\t\tbindType: fix,\n\n\t\thandle: function( event ) {\n\t\t\tvar ret,\n\t\t\t\ttarget = this,\n\t\t\t\trelated = event.relatedTarget,\n\t\t\t\thandleObj = event.handleObj;\n\n\t\t\t// For mouseenter/leave call the handler if related is outside the target.\n\t\t\t// NB: No relatedTarget if the mouse left/entered the browser window\n\t\t\tif ( !related || ( related !== target && !jQuery.contains( target, related ) ) ) {\n\t\t\t\tevent.type = handleObj.origType;\n\t\t\t\tret = handleObj.handler.apply( this, arguments );\n\t\t\t\tevent.type = fix;\n\t\t\t}\n\t\t\treturn ret;\n\t\t}\n\t};\n} );\n\njQuery.fn.extend( {\n\n\ton: function( types, selector, data, fn ) {\n\t\treturn on( this, types, selector, data, fn );\n\t},\n\tone: function( types, selector, data, fn ) {\n\t\treturn on( this, types, selector, data, fn, 1 );\n\t},\n\toff: function( types, selector, fn ) {\n\t\tvar handleObj, type;\n\t\tif ( types && types.preventDefault && types.handleObj ) {\n\n\t\t\t// ( event ) dispatched jQuery.Event\n\t\t\thandleObj = types.handleObj;\n\t\t\tjQuery( types.delegateTarget ).off(\n\t\t\t\thandleObj.namespace ?\n\t\t\t\t\thandleObj.origType + \".\" + handleObj.namespace :\n\t\t\t\t\thandleObj.origType,\n\t\t\t\thandleObj.selector,\n\t\t\t\thandleObj.handler\n\t\t\t);\n\t\t\treturn this;\n\t\t}\n\t\tif ( typeof types === \"object\" ) {\n\n\t\t\t// ( types-object [, selector] )\n\t\t\tfor ( type in types ) {\n\t\t\t\tthis.off( type, selector, types[ type ] );\n\t\t\t}\n\t\t\treturn this;\n\t\t}\n\t\tif ( selector === false || typeof selector === \"function\" ) {\n\n\t\t\t// ( types [, fn] )\n\t\t\tfn = selector;\n\t\t\tselector = undefined;\n\t\t}\n\t\tif ( fn === false ) {\n\t\t\tfn = returnFalse;\n\t\t}\n\t\treturn this.each( function() {\n\t\t\tjQuery.event.remove( this, types, fn, selector );\n\t\t} );\n\t}\n} );\n\n\nvar\n\n\t/* eslint-disable max-len */\n\n\t// See https://github.com/eslint/eslint/issues/3229\n\trxhtmlTag = /<(?!area|br|col|embed|hr|img|input|link|meta|param)(([a-z][^\\/\\0>\\x20\\t\\r\\n\\f]*)[^>]*)\\/>/gi,\n\n\t/* eslint-enable */\n\n\t// Support: IE <=10 - 11, Edge 12 - 13 only\n\t// In IE/Edge using regex groups here causes severe slowdowns.\n\t// See https://connect.microsoft.com/IE/feedback/details/1736512/\n\trnoInnerhtml = /<script|<style|<link/i,\n\n\t// checked=\"checked\" or checked\n\trchecked = /checked\\s*(?:[^=]|=\\s*.checked.)/i,\n\trcleanScript = /^\\s*<!(?:\\[CDATA\\[|--)|(?:\\]\\]|--)>\\s*$/g;\n\n// Prefer a tbody over its parent table for containing new rows\nfunction manipulationTarget( elem, content ) {\n\tif ( nodeName( elem, \"table\" ) &&\n\t\tnodeName( content.nodeType !== 11 ? content : content.firstChild, \"tr\" ) ) {\n\n\t\treturn jQuery( elem ).children( \"tbody\" )[ 0 ] || elem;\n\t}\n\n\treturn elem;\n}\n\n// Replace/restore the type attribute of script elements for safe DOM manipulation\nfunction disableScript( elem ) {\n\telem.type = ( elem.getAttribute( \"type\" ) !== null ) + \"/\" + elem.type;\n\treturn elem;\n}\nfunction restoreScript( elem ) {\n\tif ( ( elem.type || \"\" ).slice( 0, 5 ) === \"true/\" ) {\n\t\telem.type = elem.type.slice( 5 );\n\t} else {\n\t\telem.removeAttribute( \"type\" );\n\t}\n\n\treturn elem;\n}\n\nfunction cloneCopyEvent( src, dest ) {\n\tvar i, l, type, pdataOld, pdataCur, udataOld, udataCur, events;\n\n\tif ( dest.nodeType !== 1 ) {\n\t\treturn;\n\t}\n\n\t// 1. Copy private data: events, handlers, etc.\n\tif ( dataPriv.hasData( src ) ) {\n\t\tpdataOld = dataPriv.access( src );\n\t\tpdataCur = dataPriv.set( dest, pdataOld );\n\t\tevents = pdataOld.events;\n\n\t\tif ( events ) {\n\t\t\tdelete pdataCur.handle;\n\t\t\tpdataCur.events = {};\n\n\t\t\tfor ( type in events ) {\n\t\t\t\tfor ( i = 0, l = events[ type ].length; i < l; i++ ) {\n\t\t\t\t\tjQuery.event.add( dest, type, events[ type ][ i ] );\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n\n\t// 2. Copy user data\n\tif ( dataUser.hasData( src ) ) {\n\t\tudataOld = dataUser.access( src );\n\t\tudataCur = jQuery.extend( {}, udataOld );\n\n\t\tdataUser.set( dest, udataCur );\n\t}\n}\n\n// Fix IE bugs, see support tests\nfunction fixInput( src, dest ) {\n\tvar nodeName = dest.nodeName.toLowerCase();\n\n\t// Fails to persist the checked state of a cloned checkbox or radio button.\n\tif ( nodeName === \"input\" && rcheckableType.test( src.type ) ) {\n\t\tdest.checked = src.checked;\n\n\t// Fails to return the selected option to the default selected state when cloning options\n\t} else if ( nodeName === \"input\" || nodeName === \"textarea\" ) {\n\t\tdest.defaultValue = src.defaultValue;\n\t}\n}\n\nfunction domManip( collection, args, callback, ignored ) {\n\n\t// Flatten any nested arrays\n\targs = concat.apply( [], args );\n\n\tvar fragment, first, scripts, hasScripts, node, doc,\n\t\ti = 0,\n\t\tl = collection.length,\n\t\tiNoClone = l - 1,\n\t\tvalue = args[ 0 ],\n\t\tvalueIsFunction = isFunction( value );\n\n\t// We can't cloneNode fragments that contain checked, in WebKit\n\tif ( valueIsFunction ||\n\t\t\t( l > 1 && typeof value === \"string\" &&\n\t\t\t\t!support.checkClone && rchecked.test( value ) ) ) {\n\t\treturn collection.each( function( index ) {\n\t\t\tvar self = collection.eq( index );\n\t\t\tif ( valueIsFunction ) {\n\t\t\t\targs[ 0 ] = value.call( this, index, self.html() );\n\t\t\t}\n\t\t\tdomManip( self, args, callback, ignored );\n\t\t} );\n\t}\n\n\tif ( l ) {\n\t\tfragment = buildFragment( args, collection[ 0 ].ownerDocument, false, collection, ignored );\n\t\tfirst = fragment.firstChild;\n\n\t\tif ( fragment.childNodes.length === 1 ) {\n\t\t\tfragment = first;\n\t\t}\n\n\t\t// Require either new content or an interest in ignored elements to invoke the callback\n\t\tif ( first || ignored ) {\n\t\t\tscripts = jQuery.map( getAll( fragment, \"script\" ), disableScript );\n\t\t\thasScripts = scripts.length;\n\n\t\t\t// Use the original fragment for the last item\n\t\t\t// instead of the first because it can end up\n\t\t\t// being emptied incorrectly in certain situations (#8070).\n\t\t\tfor ( ; i < l; i++ ) {\n\t\t\t\tnode = fragment;\n\n\t\t\t\tif ( i !== iNoClone ) {\n\t\t\t\t\tnode = jQuery.clone( node, true, true );\n\n\t\t\t\t\t// Keep references to cloned scripts for later restoration\n\t\t\t\t\tif ( hasScripts ) {\n\n\t\t\t\t\t\t// Support: Android <=4.0 only, PhantomJS 1 only\n\t\t\t\t\t\t// push.apply(_, arraylike) throws on ancient WebKit\n\t\t\t\t\t\tjQuery.merge( scripts, getAll( node, \"script\" ) );\n\t\t\t\t\t}\n\t\t\t\t}\n\n\t\t\t\tcallback.call( collection[ i ], node, i );\n\t\t\t}\n\n\t\t\tif ( hasScripts ) {\n\t\t\t\tdoc = scripts[ scripts.length - 1 ].ownerDocument;\n\n\t\t\t\t// Reenable scripts\n\t\t\t\tjQuery.map( scripts, restoreScript );\n\n\t\t\t\t// Evaluate executable scripts on first document insertion\n\t\t\t\tfor ( i = 0; i < hasScripts; i++ ) {\n\t\t\t\t\tnode = scripts[ i ];\n\t\t\t\t\tif ( rscriptType.test( node.type || \"\" ) &&\n\t\t\t\t\t\t!dataPriv.access( node, \"globalEval\" ) &&\n\t\t\t\t\t\tjQuery.contains( doc, node ) ) {\n\n\t\t\t\t\t\tif ( node.src && ( node.type || \"\" ).toLowerCase() !== \"module\" ) {\n\n\t\t\t\t\t\t\t// Optional AJAX dependency, but won't run scripts if not present\n\t\t\t\t\t\t\tif ( jQuery._evalUrl ) {\n\t\t\t\t\t\t\t\tjQuery._evalUrl( node.src );\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\tDOMEval( node.textContent.replace( rcleanScript, \"\" ), doc, node );\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n\n\treturn collection;\n}\n\nfunction remove( elem, selector, keepData ) {\n\tvar node,\n\t\tnodes = selector ? jQuery.filter( selector, elem ) : elem,\n\t\ti = 0;\n\n\tfor ( ; ( node = nodes[ i ] ) != null; i++ ) {\n\t\tif ( !keepData && node.nodeType === 1 ) {\n\t\t\tjQuery.cleanData( getAll( node ) );\n\t\t}\n\n\t\tif ( node.parentNode ) {\n\t\t\tif ( keepData && jQuery.contains( node.ownerDocument, node ) ) {\n\t\t\t\tsetGlobalEval( getAll( node, \"script\" ) );\n\t\t\t}\n\t\t\tnode.parentNode.removeChild( node );\n\t\t}\n\t}\n\n\treturn elem;\n}\n\njQuery.extend( {\n\thtmlPrefilter: function( html ) {\n\t\treturn html.replace( rxhtmlTag, \"<$1></$2>\" );\n\t},\n\n\tclone: function( elem, dataAndEvents, deepDataAndEvents ) {\n\t\tvar i, l, srcElements, destElements,\n\t\t\tclone = elem.cloneNode( true ),\n\t\t\tinPage = jQuery.contains( elem.ownerDocument, elem );\n\n\t\t// Fix IE cloning issues\n\t\tif ( !support.noCloneChecked && ( elem.nodeType === 1 || elem.nodeType === 11 ) &&\n\t\t\t\t!jQuery.isXMLDoc( elem ) ) {\n\n\t\t\t// We eschew Sizzle here for performance reasons: https://jsperf.com/getall-vs-sizzle/2\n\t\t\tdestElements = getAll( clone );\n\t\t\tsrcElements = getAll( elem );\n\n\t\t\tfor ( i = 0, l = srcElements.length; i < l; i++ ) {\n\t\t\t\tfixInput( srcElements[ i ], destElements[ i ] );\n\t\t\t}\n\t\t}\n\n\t\t// Copy the events from the original to the clone\n\t\tif ( dataAndEvents ) {\n\t\t\tif ( deepDataAndEvents ) {\n\t\t\t\tsrcElements = srcElements || getAll( elem );\n\t\t\t\tdestElements = destElements || getAll( clone );\n\n\t\t\t\tfor ( i = 0, l = srcElements.length; i < l; i++ ) {\n\t\t\t\t\tcloneCopyEvent( srcElements[ i ], destElements[ i ] );\n\t\t\t\t}\n\t\t\t} else {\n\t\t\t\tcloneCopyEvent( elem, clone );\n\t\t\t}\n\t\t}\n\n\t\t// Preserve script evaluation history\n\t\tdestElements = getAll( clone, \"script\" );\n\t\tif ( destElements.length > 0 ) {\n\t\t\tsetGlobalEval( destElements, !inPage && getAll( elem, \"script\" ) );\n\t\t}\n\n\t\t// Return the cloned set\n\t\treturn clone;\n\t},\n\n\tcleanData: function( elems ) {\n\t\tvar data, elem, type,\n\t\t\tspecial = jQuery.event.special,\n\t\t\ti = 0;\n\n\t\tfor ( ; ( elem = elems[ i ] ) !== undefined; i++ ) {\n\t\t\tif ( acceptData( elem ) ) {\n\t\t\t\tif ( ( data = elem[ dataPriv.expando ] ) ) {\n\t\t\t\t\tif ( data.events ) {\n\t\t\t\t\t\tfor ( type in data.events ) {\n\t\t\t\t\t\t\tif ( special[ type ] ) {\n\t\t\t\t\t\t\t\tjQuery.event.remove( elem, type );\n\n\t\t\t\t\t\t\t// This is a shortcut to avoid jQuery.event.remove's overhead\n\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\tjQuery.removeEvent( elem, type, data.handle );\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\n\t\t\t\t\t// Support: Chrome <=35 - 45+\n\t\t\t\t\t// Assign undefined instead of using delete, see Data#remove\n\t\t\t\t\telem[ dataPriv.expando ] = undefined;\n\t\t\t\t}\n\t\t\t\tif ( elem[ dataUser.expando ] ) {\n\n\t\t\t\t\t// Support: Chrome <=35 - 45+\n\t\t\t\t\t// Assign undefined instead of using delete, see Data#remove\n\t\t\t\t\telem[ dataUser.expando ] = undefined;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n} );\n\njQuery.fn.extend( {\n\tdetach: function( selector ) {\n\t\treturn remove( this, selector, true );\n\t},\n\n\tremove: function( selector ) {\n\t\treturn remove( this, selector );\n\t},\n\n\ttext: function( value ) {\n\t\treturn access( this, function( value ) {\n\t\t\treturn value === undefined ?\n\t\t\t\tjQuery.text( this ) :\n\t\t\t\tthis.empty().each( function() {\n\t\t\t\t\tif ( this.nodeType === 1 || this.nodeType === 11 || this.nodeType === 9 ) {\n\t\t\t\t\t\tthis.textContent = value;\n\t\t\t\t\t}\n\t\t\t\t} );\n\t\t}, null, value, arguments.length );\n\t},\n\n\tappend: function() {\n\t\treturn domManip( this, arguments, function( elem ) {\n\t\t\tif ( this.nodeType === 1 || this.nodeType === 11 || this.nodeType === 9 ) {\n\t\t\t\tvar target = manipulationTarget( this, elem );\n\t\t\t\ttarget.appendChild( elem );\n\t\t\t}\n\t\t} );\n\t},\n\n\tprepend: function() {\n\t\treturn domManip( this, arguments, function( elem ) {\n\t\t\tif ( this.nodeType === 1 || this.nodeType === 11 || this.nodeType === 9 ) {\n\t\t\t\tvar target = manipulationTarget( this, elem );\n\t\t\t\ttarget.insertBefore( elem, target.firstChild );\n\t\t\t}\n\t\t} );\n\t},\n\n\tbefore: function() {\n\t\treturn domManip( this, arguments, function( elem ) {\n\t\t\tif ( this.parentNode ) {\n\t\t\t\tthis.parentNode.insertBefore( elem, this );\n\t\t\t}\n\t\t} );\n\t},\n\n\tafter: function() {\n\t\treturn domManip( this, arguments, function( elem ) {\n\t\t\tif ( this.parentNode ) {\n\t\t\t\tthis.parentNode.insertBefore( elem, this.nextSibling );\n\t\t\t}\n\t\t} );\n\t},\n\n\tempty: function() {\n\t\tvar elem,\n\t\t\ti = 0;\n\n\t\tfor ( ; ( elem = this[ i ] ) != null; i++ ) {\n\t\t\tif ( elem.nodeType === 1 ) {\n\n\t\t\t\t// Prevent memory leaks\n\t\t\t\tjQuery.cleanData( getAll( elem, false ) );\n\n\t\t\t\t// Remove any remaining nodes\n\t\t\t\telem.textContent = \"\";\n\t\t\t}\n\t\t}\n\n\t\treturn this;\n\t},\n\n\tclone: function( dataAndEvents, deepDataAndEvents ) {\n\t\tdataAndEvents = dataAndEvents == null ? false : dataAndEvents;\n\t\tdeepDataAndEvents = deepDataAndEvents == null ? dataAndEvents : deepDataAndEvents;\n\n\t\treturn this.map( function() {\n\t\t\treturn jQuery.clone( this, dataAndEvents, deepDataAndEvents );\n\t\t} );\n\t},\n\n\thtml: function( value ) {\n\t\treturn access( this, function( value ) {\n\t\t\tvar elem = this[ 0 ] || {},\n\t\t\t\ti = 0,\n\t\t\t\tl = this.length;\n\n\t\t\tif ( value === undefined && elem.nodeType === 1 ) {\n\t\t\t\treturn elem.innerHTML;\n\t\t\t}\n\n\t\t\t// See if we can take a shortcut and just use innerHTML\n\t\t\tif ( typeof value === \"string\" && !rnoInnerhtml.test( value ) &&\n\t\t\t\t!wrapMap[ ( rtagName.exec( value ) || [ \"\", \"\" ] )[ 1 ].toLowerCase() ] ) {\n\n\t\t\t\tvalue = jQuery.htmlPrefilter( value );\n\n\t\t\t\ttry {\n\t\t\t\t\tfor ( ; i < l; i++ ) {\n\t\t\t\t\t\telem = this[ i ] || {};\n\n\t\t\t\t\t\t// Remove element nodes and prevent memory leaks\n\t\t\t\t\t\tif ( elem.nodeType === 1 ) {\n\t\t\t\t\t\t\tjQuery.cleanData( getAll( elem, false ) );\n\t\t\t\t\t\t\telem.innerHTML = value;\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\n\t\t\t\t\telem = 0;\n\n\t\t\t\t// If using innerHTML throws an exception, use the fallback method\n\t\t\t\t} catch ( e ) {}\n\t\t\t}\n\n\t\t\tif ( elem ) {\n\t\t\t\tthis.empty().append( value );\n\t\t\t}\n\t\t}, null, value, arguments.length );\n\t},\n\n\treplaceWith: function() {\n\t\tvar ignored = [];\n\n\t\t// Make the changes, replacing each non-ignored context element with the new content\n\t\treturn domManip( this, arguments, function( elem ) {\n\t\t\tvar parent = this.parentNode;\n\n\t\t\tif ( jQuery.inArray( this, ignored ) < 0 ) {\n\t\t\t\tjQuery.cleanData( getAll( this ) );\n\t\t\t\tif ( parent ) {\n\t\t\t\t\tparent.replaceChild( elem, this );\n\t\t\t\t}\n\t\t\t}\n\n\t\t// Force callback invocation\n\t\t}, ignored );\n\t}\n} );\n\njQuery.each( {\n\tappendTo: \"append\",\n\tprependTo: \"prepend\",\n\tinsertBefore: \"before\",\n\tinsertAfter: \"after\",\n\treplaceAll: \"replaceWith\"\n}, function( name, original ) {\n\tjQuery.fn[ name ] = function( selector ) {\n\t\tvar elems,\n\t\t\tret = [],\n\t\t\tinsert = jQuery( selector ),\n\t\t\tlast = insert.length - 1,\n\t\t\ti = 0;\n\n\t\tfor ( ; i <= last; i++ ) {\n\t\t\telems = i === last ? this : this.clone( true );\n\t\t\tjQuery( insert[ i ] )[ original ]( elems );\n\n\t\t\t// Support: Android <=4.0 only, PhantomJS 1 only\n\t\t\t// .get() because push.apply(_, arraylike) throws on ancient WebKit\n\t\t\tpush.apply( ret, elems.get() );\n\t\t}\n\n\t\treturn this.pushStack( ret );\n\t};\n} );\nvar rnumnonpx = new RegExp( \"^(\" + pnum + \")(?!px)[a-z%]+$\", \"i\" );\n\nvar getStyles = function( elem ) {\n\n\t\t// Support: IE <=11 only, Firefox <=30 (#15098, #14150)\n\t\t// IE throws on elements created in popups\n\t\t// FF meanwhile throws on frame elements through \"defaultView.getComputedStyle\"\n\t\tvar view = elem.ownerDocument.defaultView;\n\n\t\tif ( !view || !view.opener ) {\n\t\t\tview = window;\n\t\t}\n\n\t\treturn view.getComputedStyle( elem );\n\t};\n\nvar rboxStyle = new RegExp( cssExpand.join( \"|\" ), \"i\" );\n\n\n\n( function() {\n\n\t// Executing both pixelPosition & boxSizingReliable tests require only one layout\n\t// so they're executed at the same time to save the second computation.\n\tfunction computeStyleTests() {\n\n\t\t// This is a singleton, we need to execute it only once\n\t\tif ( !div ) {\n\t\t\treturn;\n\t\t}\n\n\t\tcontainer.style.cssText = \"position:absolute;left:-11111px;width:60px;\" +\n\t\t\t\"margin-top:1px;padding:0;border:0\";\n\t\tdiv.style.cssText =\n\t\t\t\"position:relative;display:block;box-sizing:border-box;overflow:scroll;\" +\n\t\t\t\"margin:auto;border:1px;padding:1px;\" +\n\t\t\t\"width:60%;top:1%\";\n\t\tdocumentElement.appendChild( container ).appendChild( div );\n\n\t\tvar divStyle = window.getComputedStyle( div );\n\t\tpixelPositionVal = divStyle.top !== \"1%\";\n\n\t\t// Support: Android 4.0 - 4.3 only, Firefox <=3 - 44\n\t\treliableMarginLeftVal = roundPixelMeasures( divStyle.marginLeft ) === 12;\n\n\t\t// Support: Android 4.0 - 4.3 only, Safari <=9.1 - 10.1, iOS <=7.0 - 9.3\n\t\t// Some styles come back with percentage values, even though they shouldn't\n\t\tdiv.style.right = \"60%\";\n\t\tpixelBoxStylesVal = roundPixelMeasures( divStyle.right ) === 36;\n\n\t\t// Support: IE 9 - 11 only\n\t\t// Detect misreporting of content dimensions for box-sizing:border-box elements\n\t\tboxSizingReliableVal = roundPixelMeasures( divStyle.width ) === 36;\n\n\t\t// Support: IE 9 only\n\t\t// Detect overflow:scroll screwiness (gh-3699)\n\t\tdiv.style.position = \"absolute\";\n\t\tscrollboxSizeVal = div.offsetWidth === 36 || \"absolute\";\n\n\t\tdocumentElement.removeChild( container );\n\n\t\t// Nullify the div so it wouldn't be stored in the memory and\n\t\t// it will also be a sign that checks already performed\n\t\tdiv = null;\n\t}\n\n\tfunction roundPixelMeasures( measure ) {\n\t\treturn Math.round( parseFloat( measure ) );\n\t}\n\n\tvar pixelPositionVal, boxSizingReliableVal, scrollboxSizeVal, pixelBoxStylesVal,\n\t\treliableMarginLeftVal,\n\t\tcontainer = document.createElement( \"div\" ),\n\t\tdiv = document.createElement( \"div\" );\n\n\t// Finish early in limited (non-browser) environments\n\tif ( !div.style ) {\n\t\treturn;\n\t}\n\n\t// Support: IE <=9 - 11 only\n\t// Style of cloned element affects source element cloned (#8908)\n\tdiv.style.backgroundClip = \"content-box\";\n\tdiv.cloneNode( true ).style.backgroundClip = \"\";\n\tsupport.clearCloneStyle = div.style.backgroundClip === \"content-box\";\n\n\tjQuery.extend( support, {\n\t\tboxSizingReliable: function() {\n\t\t\tcomputeStyleTests();\n\t\t\treturn boxSizingReliableVal;\n\t\t},\n\t\tpixelBoxStyles: function() {\n\t\t\tcomputeStyleTests();\n\t\t\treturn pixelBoxStylesVal;\n\t\t},\n\t\tpixelPosition: function() {\n\t\t\tcomputeStyleTests();\n\t\t\treturn pixelPositionVal;\n\t\t},\n\t\treliableMarginLeft: function() {\n\t\t\tcomputeStyleTests();\n\t\t\treturn reliableMarginLeftVal;\n\t\t},\n\t\tscrollboxSize: function() {\n\t\t\tcomputeStyleTests();\n\t\t\treturn scrollboxSizeVal;\n\t\t}\n\t} );\n} )();\n\n\nfunction curCSS( elem, name, computed ) {\n\tvar width, minWidth, maxWidth, ret,\n\n\t\t// Support: Firefox 51+\n\t\t// Retrieving style before computed somehow\n\t\t// fixes an issue with getting wrong values\n\t\t// on detached elements\n\t\tstyle = elem.style;\n\n\tcomputed = computed || getStyles( elem );\n\n\t// getPropertyValue is needed for:\n\t// .css('filter') (IE 9 only, #12537)\n\t// .css('--customProperty) (#3144)\n\tif ( computed ) {\n\t\tret = computed.getPropertyValue( name ) || computed[ name ];\n\n\t\tif ( ret === \"\" && !jQuery.contains( elem.ownerDocument, elem ) ) {\n\t\t\tret = jQuery.style( elem, name );\n\t\t}\n\n\t\t// A tribute to the \"awesome hack by Dean Edwards\"\n\t\t// Android Browser returns percentage for some values,\n\t\t// but width seems to be reliably pixels.\n\t\t// This is against the CSSOM draft spec:\n\t\t// https://drafts.csswg.org/cssom/#resolved-values\n\t\tif ( !support.pixelBoxStyles() && rnumnonpx.test( ret ) && rboxStyle.test( name ) ) {\n\n\t\t\t// Remember the original values\n\t\t\twidth = style.width;\n\t\t\tminWidth = style.minWidth;\n\t\t\tmaxWidth = style.maxWidth;\n\n\t\t\t// Put in the new values to get a computed value out\n\t\t\tstyle.minWidth = style.maxWidth = style.width = ret;\n\t\t\tret = computed.width;\n\n\t\t\t// Revert the changed values\n\t\t\tstyle.width = width;\n\t\t\tstyle.minWidth = minWidth;\n\t\t\tstyle.maxWidth = maxWidth;\n\t\t}\n\t}\n\n\treturn ret !== undefined ?\n\n\t\t// Support: IE <=9 - 11 only\n\t\t// IE returns zIndex value as an integer.\n\t\tret + \"\" :\n\t\tret;\n}\n\n\nfunction addGetHookIf( conditionFn, hookFn ) {\n\n\t// Define the hook, we'll check on the first run if it's really needed.\n\treturn {\n\t\tget: function() {\n\t\t\tif ( conditionFn() ) {\n\n\t\t\t\t// Hook not needed (or it's not possible to use it due\n\t\t\t\t// to missing dependency), remove it.\n\t\t\t\tdelete this.get;\n\t\t\t\treturn;\n\t\t\t}\n\n\t\t\t// Hook needed; redefine it so that the support test is not executed again.\n\t\t\treturn ( this.get = hookFn ).apply( this, arguments );\n\t\t}\n\t};\n}\n\n\nvar\n\n\t// Swappable if display is none or starts with table\n\t// except \"table\", \"table-cell\", or \"table-caption\"\n\t// See here for display values: https://developer.mozilla.org/en-US/docs/CSS/display\n\trdisplayswap = /^(none|table(?!-c[ea]).+)/,\n\trcustomProp = /^--/,\n\tcssShow = { position: \"absolute\", visibility: \"hidden\", display: \"block\" },\n\tcssNormalTransform = {\n\t\tletterSpacing: \"0\",\n\t\tfontWeight: \"400\"\n\t},\n\n\tcssPrefixes = [ \"Webkit\", \"Moz\", \"ms\" ],\n\temptyStyle = document.createElement( \"div\" ).style;\n\n// Return a css property mapped to a potentially vendor prefixed property\nfunction vendorPropName( name ) {\n\n\t// Shortcut for names that are not vendor prefixed\n\tif ( name in emptyStyle ) {\n\t\treturn name;\n\t}\n\n\t// Check for vendor prefixed names\n\tvar capName = name[ 0 ].toUpperCase() + name.slice( 1 ),\n\t\ti = cssPrefixes.length;\n\n\twhile ( i-- ) {\n\t\tname = cssPrefixes[ i ] + capName;\n\t\tif ( name in emptyStyle ) {\n\t\t\treturn name;\n\t\t}\n\t}\n}\n\n// Return a property mapped along what jQuery.cssProps suggests or to\n// a vendor prefixed property.\nfunction finalPropName( name ) {\n\tvar ret = jQuery.cssProps[ name ];\n\tif ( !ret ) {\n\t\tret = jQuery.cssProps[ name ] = vendorPropName( name ) || name;\n\t}\n\treturn ret;\n}\n\nfunction setPositiveNumber( elem, value, subtract ) {\n\n\t// Any relative (+/-) values have already been\n\t// normalized at this point\n\tvar matches = rcssNum.exec( value );\n\treturn matches ?\n\n\t\t// Guard against undefined \"subtract\", e.g., when used as in cssHooks\n\t\tMath.max( 0, matches[ 2 ] - ( subtract || 0 ) ) + ( matches[ 3 ] || \"px\" ) :\n\t\tvalue;\n}\n\nfunction boxModelAdjustment( elem, dimension, box, isBorderBox, styles, computedVal ) {\n\tvar i = dimension === \"width\" ? 1 : 0,\n\t\textra = 0,\n\t\tdelta = 0;\n\n\t// Adjustment may not be necessary\n\tif ( box === ( isBorderBox ? \"border\" : \"content\" ) ) {\n\t\treturn 0;\n\t}\n\n\tfor ( ; i < 4; i += 2 ) {\n\n\t\t// Both box models exclude margin\n\t\tif ( box === \"margin\" ) {\n\t\t\tdelta += jQuery.css( elem, box + cssExpand[ i ], true, styles );\n\t\t}\n\n\t\t// If we get here with a content-box, we're seeking \"padding\" or \"border\" or \"margin\"\n\t\tif ( !isBorderBox ) {\n\n\t\t\t// Add padding\n\t\t\tdelta += jQuery.css( elem, \"padding\" + cssExpand[ i ], true, styles );\n\n\t\t\t// For \"border\" or \"margin\", add border\n\t\t\tif ( box !== \"padding\" ) {\n\t\t\t\tdelta += jQuery.css( elem, \"border\" + cssExpand[ i ] + \"Width\", true, styles );\n\n\t\t\t// But still keep track of it otherwise\n\t\t\t} else {\n\t\t\t\textra += jQuery.css( elem, \"border\" + cssExpand[ i ] + \"Width\", true, styles );\n\t\t\t}\n\n\t\t// If we get here with a border-box (content + padding + border), we're seeking \"content\" or\n\t\t// \"padding\" or \"margin\"\n\t\t} else {\n\n\t\t\t// For \"content\", subtract padding\n\t\t\tif ( box === \"content\" ) {\n\t\t\t\tdelta -= jQuery.css( elem, \"padding\" + cssExpand[ i ], true, styles );\n\t\t\t}\n\n\t\t\t// For \"content\" or \"padding\", subtract border\n\t\t\tif ( box !== \"margin\" ) {\n\t\t\t\tdelta -= jQuery.css( elem, \"border\" + cssExpand[ i ] + \"Width\", true, styles );\n\t\t\t}\n\t\t}\n\t}\n\n\t// Account for positive content-box scroll gutter when requested by providing computedVal\n\tif ( !isBorderBox && computedVal >= 0 ) {\n\n\t\t// offsetWidth/offsetHeight is a rounded sum of content, padding, scroll gutter, and border\n\t\t// Assuming integer scroll gutter, subtract the rest and round down\n\t\tdelta += Math.max( 0, Math.ceil(\n\t\t\telem[ \"offset\" + dimension[ 0 ].toUpperCase() + dimension.slice( 1 ) ] -\n\t\t\tcomputedVal -\n\t\t\tdelta -\n\t\t\textra -\n\t\t\t0.5\n\t\t) );\n\t}\n\n\treturn delta;\n}\n\nfunction getWidthOrHeight( elem, dimension, extra ) {\n\n\t// Start with computed style\n\tvar styles = getStyles( elem ),\n\t\tval = curCSS( elem, dimension, styles ),\n\t\tisBorderBox = jQuery.css( elem, \"boxSizing\", false, styles ) === \"border-box\",\n\t\tvalueIsBorderBox = isBorderBox;\n\n\t// Support: Firefox <=54\n\t// Return a confounding non-pixel value or feign ignorance, as appropriate.\n\tif ( rnumnonpx.test( val ) ) {\n\t\tif ( !extra ) {\n\t\t\treturn val;\n\t\t}\n\t\tval = \"auto\";\n\t}\n\n\t// Check for style in case a browser which returns unreliable values\n\t// for getComputedStyle silently falls back to the reliable elem.style\n\tvalueIsBorderBox = valueIsBorderBox &&\n\t\t( support.boxSizingReliable() || val === elem.style[ dimension ] );\n\n\t// Fall back to offsetWidth/offsetHeight when value is \"auto\"\n\t// This happens for inline elements with no explicit setting (gh-3571)\n\t// Support: Android <=4.1 - 4.3 only\n\t// Also use offsetWidth/offsetHeight for misreported inline dimensions (gh-3602)\n\tif ( val === \"auto\" ||\n\t\t!parseFloat( val ) && jQuery.css( elem, \"display\", false, styles ) === \"inline\" ) {\n\n\t\tval = elem[ \"offset\" + dimension[ 0 ].toUpperCase() + dimension.slice( 1 ) ];\n\n\t\t// offsetWidth/offsetHeight provide border-box values\n\t\tvalueIsBorderBox = true;\n\t}\n\n\t// Normalize \"\" and auto\n\tval = parseFloat( val ) || 0;\n\n\t// Adjust for the element's box model\n\treturn ( val +\n\t\tboxModelAdjustment(\n\t\t\telem,\n\t\t\tdimension,\n\t\t\textra || ( isBorderBox ? \"border\" : \"content\" ),\n\t\t\tvalueIsBorderBox,\n\t\t\tstyles,\n\n\t\t\t// Provide the current computed size to request scroll gutter calculation (gh-3589)\n\t\t\tval\n\t\t)\n\t) + \"px\";\n}\n\njQuery.extend( {\n\n\t// Add in style property hooks for overriding the default\n\t// behavior of getting and setting a style property\n\tcssHooks: {\n\t\topacity: {\n\t\t\tget: function( elem, computed ) {\n\t\t\t\tif ( computed ) {\n\n\t\t\t\t\t// We should always get a number back from opacity\n\t\t\t\t\tvar ret = curCSS( elem, \"opacity\" );\n\t\t\t\t\treturn ret === \"\" ? \"1\" : ret;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\n\t// Don't automatically add \"px\" to these possibly-unitless properties\n\tcssNumber: {\n\t\t\"animationIterationCount\": true,\n\t\t\"columnCount\": true,\n\t\t\"fillOpacity\": true,\n\t\t\"flexGrow\": true,\n\t\t\"flexShrink\": true,\n\t\t\"fontWeight\": true,\n\t\t\"lineHeight\": true,\n\t\t\"opacity\": true,\n\t\t\"order\": true,\n\t\t\"orphans\": true,\n\t\t\"widows\": true,\n\t\t\"zIndex\": true,\n\t\t\"zoom\": true\n\t},\n\n\t// Add in properties whose names you wish to fix before\n\t// setting or getting the value\n\tcssProps: {},\n\n\t// Get and set the style property on a DOM Node\n\tstyle: function( elem, name, value, extra ) {\n\n\t\t// Don't set styles on text and comment nodes\n\t\tif ( !elem || elem.nodeType === 3 || elem.nodeType === 8 || !elem.style ) {\n\t\t\treturn;\n\t\t}\n\n\t\t// Make sure that we're working with the right name\n\t\tvar ret, type, hooks,\n\t\t\torigName = camelCase( name ),\n\t\t\tisCustomProp = rcustomProp.test( name ),\n\t\t\tstyle = elem.style;\n\n\t\t// Make sure that we're working with the right name. We don't\n\t\t// want to query the value if it is a CSS custom property\n\t\t// since they are user-defined.\n\t\tif ( !isCustomProp ) {\n\t\t\tname = finalPropName( origName );\n\t\t}\n\n\t\t// Gets hook for the prefixed version, then unprefixed version\n\t\thooks = jQuery.cssHooks[ name ] || jQuery.cssHooks[ origName ];\n\n\t\t// Check if we're setting a value\n\t\tif ( value !== undefined ) {\n\t\t\ttype = typeof value;\n\n\t\t\t// Convert \"+=\" or \"-=\" to relative numbers (#7345)\n\t\t\tif ( type === \"string\" && ( ret = rcssNum.exec( value ) ) && ret[ 1 ] ) {\n\t\t\t\tvalue = adjustCSS( elem, name, ret );\n\n\t\t\t\t// Fixes bug #9237\n\t\t\t\ttype = \"number\";\n\t\t\t}\n\n\t\t\t// Make sure that null and NaN values aren't set (#7116)\n\t\t\tif ( value == null || value !== value ) {\n\t\t\t\treturn;\n\t\t\t}\n\n\t\t\t// If a number was passed in, add the unit (except for certain CSS properties)\n\t\t\tif ( type === \"number\" ) {\n\t\t\t\tvalue += ret && ret[ 3 ] || ( jQuery.cssNumber[ origName ] ? \"\" : \"px\" );\n\t\t\t}\n\n\t\t\t// background-* props affect original clone's values\n\t\t\tif ( !support.clearCloneStyle && value === \"\" && name.indexOf( \"background\" ) === 0 ) {\n\t\t\t\tstyle[ name ] = \"inherit\";\n\t\t\t}\n\n\t\t\t// If a hook was provided, use that value, otherwise just set the specified value\n\t\t\tif ( !hooks || !( \"set\" in hooks ) ||\n\t\t\t\t( value = hooks.set( elem, value, extra ) ) !== undefined ) {\n\n\t\t\t\tif ( isCustomProp ) {\n\t\t\t\t\tstyle.setProperty( name, value );\n\t\t\t\t} else {\n\t\t\t\t\tstyle[ name ] = value;\n\t\t\t\t}\n\t\t\t}\n\n\t\t} else {\n\n\t\t\t// If a hook was provided get the non-computed value from there\n\t\t\tif ( hooks && \"get\" in hooks &&\n\t\t\t\t( ret = hooks.get( elem, false, extra ) ) !== undefined ) {\n\n\t\t\t\treturn ret;\n\t\t\t}\n\n\t\t\t// Otherwise just get the value from the style object\n\t\t\treturn style[ name ];\n\t\t}\n\t},\n\n\tcss: function( elem, name, extra, styles ) {\n\t\tvar val, num, hooks,\n\t\t\torigName = camelCase( name ),\n\t\t\tisCustomProp = rcustomProp.test( name );\n\n\t\t// Make sure that we're working with the right name. We don't\n\t\t// want to modify the value if it is a CSS custom property\n\t\t// since they are user-defined.\n\t\tif ( !isCustomProp ) {\n\t\t\tname = finalPropName( origName );\n\t\t}\n\n\t\t// Try prefixed name followed by the unprefixed name\n\t\thooks = jQuery.cssHooks[ name ] || jQuery.cssHooks[ origName ];\n\n\t\t// If a hook was provided get the computed value from there\n\t\tif ( hooks && \"get\" in hooks ) {\n\t\t\tval = hooks.get( elem, true, extra );\n\t\t}\n\n\t\t// Otherwise, if a way to get the computed value exists, use that\n\t\tif ( val === undefined ) {\n\t\t\tval = curCSS( elem, name, styles );\n\t\t}\n\n\t\t// Convert \"normal\" to computed value\n\t\tif ( val === \"normal\" && name in cssNormalTransform ) {\n\t\t\tval = cssNormalTransform[ name ];\n\t\t}\n\n\t\t// Make numeric if forced or a qualifier was provided and val looks numeric\n\t\tif ( extra === \"\" || extra ) {\n\t\t\tnum = parseFloat( val );\n\t\t\treturn extra === true || isFinite( num ) ? num || 0 : val;\n\t\t}\n\n\t\treturn val;\n\t}\n} );\n\njQuery.each( [ \"height\", \"width\" ], function( i, dimension ) {\n\tjQuery.cssHooks[ dimension ] = {\n\t\tget: function( elem, computed, extra ) {\n\t\t\tif ( computed ) {\n\n\t\t\t\t// Certain elements can have dimension info if we invisibly show them\n\t\t\t\t// but it must have a current display style that would benefit\n\t\t\t\treturn rdisplayswap.test( jQuery.css( elem, \"display\" ) ) &&\n\n\t\t\t\t\t// Support: Safari 8+\n\t\t\t\t\t// Table columns in Safari have non-zero offsetWidth & zero\n\t\t\t\t\t// getBoundingClientRect().width unless display is changed.\n\t\t\t\t\t// Support: IE <=11 only\n\t\t\t\t\t// Running getBoundingClientRect on a disconnected node\n\t\t\t\t\t// in IE throws an error.\n\t\t\t\t\t( !elem.getClientRects().length || !elem.getBoundingClientRect().width ) ?\n\t\t\t\t\t\tswap( elem, cssShow, function() {\n\t\t\t\t\t\t\treturn getWidthOrHeight( elem, dimension, extra );\n\t\t\t\t\t\t} ) :\n\t\t\t\t\t\tgetWidthOrHeight( elem, dimension, extra );\n\t\t\t}\n\t\t},\n\n\t\tset: function( elem, value, extra ) {\n\t\t\tvar matches,\n\t\t\t\tstyles = getStyles( elem ),\n\t\t\t\tisBorderBox = jQuery.css( elem, \"boxSizing\", false, styles ) === \"border-box\",\n\t\t\t\tsubtract = extra && boxModelAdjustment(\n\t\t\t\t\telem,\n\t\t\t\t\tdimension,\n\t\t\t\t\textra,\n\t\t\t\t\tisBorderBox,\n\t\t\t\t\tstyles\n\t\t\t\t);\n\n\t\t\t// Account for unreliable border-box dimensions by comparing offset* to computed and\n\t\t\t// faking a content-box to get border and padding (gh-3699)\n\t\t\tif ( isBorderBox && support.scrollboxSize() === styles.position ) {\n\t\t\t\tsubtract -= Math.ceil(\n\t\t\t\t\telem[ \"offset\" + dimension[ 0 ].toUpperCase() + dimension.slice( 1 ) ] -\n\t\t\t\t\tparseFloat( styles[ dimension ] ) -\n\t\t\t\t\tboxModelAdjustment( elem, dimension, \"border\", false, styles ) -\n\t\t\t\t\t0.5\n\t\t\t\t);\n\t\t\t}\n\n\t\t\t// Convert to pixels if value adjustment is needed\n\t\t\tif ( subtract && ( matches = rcssNum.exec( value ) ) &&\n\t\t\t\t( matches[ 3 ] || \"px\" ) !== \"px\" ) {\n\n\t\t\t\telem.style[ dimension ] = value;\n\t\t\t\tvalue = jQuery.css( elem, dimension );\n\t\t\t}\n\n\t\t\treturn setPositiveNumber( elem, value, subtract );\n\t\t}\n\t};\n} );\n\njQuery.cssHooks.marginLeft = addGetHookIf( support.reliableMarginLeft,\n\tfunction( elem, computed ) {\n\t\tif ( computed ) {\n\t\t\treturn ( parseFloat( curCSS( elem, \"marginLeft\" ) ) ||\n\t\t\t\telem.getBoundingClientRect().left -\n\t\t\t\t\tswap( elem, { marginLeft: 0 }, function() {\n\t\t\t\t\t\treturn elem.getBoundingClientRect().left;\n\t\t\t\t\t} )\n\t\t\t\t) + \"px\";\n\t\t}\n\t}\n);\n\n// These hooks are used by animate to expand properties\njQuery.each( {\n\tmargin: \"\",\n\tpadding: \"\",\n\tborder: \"Width\"\n}, function( prefix, suffix ) {\n\tjQuery.cssHooks[ prefix + suffix ] = {\n\t\texpand: function( value ) {\n\t\t\tvar i = 0,\n\t\t\t\texpanded = {},\n\n\t\t\t\t// Assumes a single number if not a string\n\t\t\t\tparts = typeof value === \"string\" ? value.split( \" \" ) : [ value ];\n\n\t\t\tfor ( ; i < 4; i++ ) {\n\t\t\t\texpanded[ prefix + cssExpand[ i ] + suffix ] =\n\t\t\t\t\tparts[ i ] || parts[ i - 2 ] || parts[ 0 ];\n\t\t\t}\n\n\t\t\treturn expanded;\n\t\t}\n\t};\n\n\tif ( prefix !== \"margin\" ) {\n\t\tjQuery.cssHooks[ prefix + suffix ].set = setPositiveNumber;\n\t}\n} );\n\njQuery.fn.extend( {\n\tcss: function( name, value ) {\n\t\treturn access( this, function( elem, name, value ) {\n\t\t\tvar styles, len,\n\t\t\t\tmap = {},\n\t\t\t\ti = 0;\n\n\t\t\tif ( Array.isArray( name ) ) {\n\t\t\t\tstyles = getStyles( elem );\n\t\t\t\tlen = name.length;\n\n\t\t\t\tfor ( ; i < len; i++ ) {\n\t\t\t\t\tmap[ name[ i ] ] = jQuery.css( elem, name[ i ], false, styles );\n\t\t\t\t}\n\n\t\t\t\treturn map;\n\t\t\t}\n\n\t\t\treturn value !== undefined ?\n\t\t\t\tjQuery.style( elem, name, value ) :\n\t\t\t\tjQuery.css( elem, name );\n\t\t}, name, value, arguments.length > 1 );\n\t}\n} );\n\n\nfunction Tween( elem, options, prop, end, easing ) {\n\treturn new Tween.prototype.init( elem, options, prop, end, easing );\n}\njQuery.Tween = Tween;\n\nTween.prototype = {\n\tconstructor: Tween,\n\tinit: function( elem, options, prop, end, easing, unit ) {\n\t\tthis.elem = elem;\n\t\tthis.prop = prop;\n\t\tthis.easing = easing || jQuery.easing._default;\n\t\tthis.options = options;\n\t\tthis.start = this.now = this.cur();\n\t\tthis.end = end;\n\t\tthis.unit = unit || ( jQuery.cssNumber[ prop ] ? \"\" : \"px\" );\n\t},\n\tcur: function() {\n\t\tvar hooks = Tween.propHooks[ this.prop ];\n\n\t\treturn hooks && hooks.get ?\n\t\t\thooks.get( this ) :\n\t\t\tTween.propHooks._default.get( this );\n\t},\n\trun: function( percent ) {\n\t\tvar eased,\n\t\t\thooks = Tween.propHooks[ this.prop ];\n\n\t\tif ( this.options.duration ) {\n\t\t\tthis.pos = eased = jQuery.easing[ this.easing ](\n\t\t\t\tpercent, this.options.duration * percent, 0, 1, this.options.duration\n\t\t\t);\n\t\t} else {\n\t\t\tthis.pos = eased = percent;\n\t\t}\n\t\tthis.now = ( this.end - this.start ) * eased + this.start;\n\n\t\tif ( this.options.step ) {\n\t\t\tthis.options.step.call( this.elem, this.now, this );\n\t\t}\n\n\t\tif ( hooks && hooks.set ) {\n\t\t\thooks.set( this );\n\t\t} else {\n\t\t\tTween.propHooks._default.set( this );\n\t\t}\n\t\treturn this;\n\t}\n};\n\nTween.prototype.init.prototype = Tween.prototype;\n\nTween.propHooks = {\n\t_default: {\n\t\tget: function( tween ) {\n\t\t\tvar result;\n\n\t\t\t// Use a property on the element directly when it is not a DOM element,\n\t\t\t// or when there is no matching style property that exists.\n\t\t\tif ( tween.elem.nodeType !== 1 ||\n\t\t\t\ttween.elem[ tween.prop ] != null && tween.elem.style[ tween.prop ] == null ) {\n\t\t\t\treturn tween.elem[ tween.prop ];\n\t\t\t}\n\n\t\t\t// Passing an empty string as a 3rd parameter to .css will automatically\n\t\t\t// attempt a parseFloat and fallback to a string if the parse fails.\n\t\t\t// Simple values such as \"10px\" are parsed to Float;\n\t\t\t// complex values such as \"rotate(1rad)\" are returned as-is.\n\t\t\tresult = jQuery.css( tween.elem, tween.prop, \"\" );\n\n\t\t\t// Empty strings, null, undefined and \"auto\" are converted to 0.\n\t\t\treturn !result || result === \"auto\" ? 0 : result;\n\t\t},\n\t\tset: function( tween ) {\n\n\t\t\t// Use step hook for back compat.\n\t\t\t// Use cssHook if its there.\n\t\t\t// Use .style if available and use plain properties where available.\n\t\t\tif ( jQuery.fx.step[ tween.prop ] ) {\n\t\t\t\tjQuery.fx.step[ tween.prop ]( tween );\n\t\t\t} else if ( tween.elem.nodeType === 1 &&\n\t\t\t\t( tween.elem.style[ jQuery.cssProps[ tween.prop ] ] != null ||\n\t\t\t\t\tjQuery.cssHooks[ tween.prop ] ) ) {\n\t\t\t\tjQuery.style( tween.elem, tween.prop, tween.now + tween.unit );\n\t\t\t} else {\n\t\t\t\ttween.elem[ tween.prop ] = tween.now;\n\t\t\t}\n\t\t}\n\t}\n};\n\n// Support: IE <=9 only\n// Panic based approach to setting things on disconnected nodes\nTween.propHooks.scrollTop = Tween.propHooks.scrollLeft = {\n\tset: function( tween ) {\n\t\tif ( tween.elem.nodeType && tween.elem.parentNode ) {\n\t\t\ttween.elem[ tween.prop ] = tween.now;\n\t\t}\n\t}\n};\n\njQuery.easing = {\n\tlinear: function( p ) {\n\t\treturn p;\n\t},\n\tswing: function( p ) {\n\t\treturn 0.5 - Math.cos( p * Math.PI ) / 2;\n\t},\n\t_default: \"swing\"\n};\n\njQuery.fx = Tween.prototype.init;\n\n// Back compat <1.8 extension point\njQuery.fx.step = {};\n\n\n\n\nvar\n\tfxNow, inProgress,\n\trfxtypes = /^(?:toggle|show|hide)$/,\n\trrun = /queueHooks$/;\n\nfunction schedule() {\n\tif ( inProgress ) {\n\t\tif ( document.hidden === false && window.requestAnimationFrame ) {\n\t\t\twindow.requestAnimationFrame( schedule );\n\t\t} else {\n\t\t\twindow.setTimeout( schedule, jQuery.fx.interval );\n\t\t}\n\n\t\tjQuery.fx.tick();\n\t}\n}\n\n// Animations created synchronously will run synchronously\nfunction createFxNow() {\n\twindow.setTimeout( function() {\n\t\tfxNow = undefined;\n\t} );\n\treturn ( fxNow = Date.now() );\n}\n\n// Generate parameters to create a standard animation\nfunction genFx( type, includeWidth ) {\n\tvar which,\n\t\ti = 0,\n\t\tattrs = { height: type };\n\n\t// If we include width, step value is 1 to do all cssExpand values,\n\t// otherwise step value is 2 to skip over Left and Right\n\tincludeWidth = includeWidth ? 1 : 0;\n\tfor ( ; i < 4; i += 2 - includeWidth ) {\n\t\twhich = cssExpand[ i ];\n\t\tattrs[ \"margin\" + which ] = attrs[ \"padding\" + which ] = type;\n\t}\n\n\tif ( includeWidth ) {\n\t\tattrs.opacity = attrs.width = type;\n\t}\n\n\treturn attrs;\n}\n\nfunction createTween( value, prop, animation ) {\n\tvar tween,\n\t\tcollection = ( Animation.tweeners[ prop ] || [] ).concat( Animation.tweeners[ \"*\" ] ),\n\t\tindex = 0,\n\t\tlength = collection.length;\n\tfor ( ; index < length; index++ ) {\n\t\tif ( ( tween = collection[ index ].call( animation, prop, value ) ) ) {\n\n\t\t\t// We're done with this property\n\t\t\treturn tween;\n\t\t}\n\t}\n}\n\nfunction defaultPrefilter( elem, props, opts ) {\n\tvar prop, value, toggle, hooks, oldfire, propTween, restoreDisplay, display,\n\t\tisBox = \"width\" in props || \"height\" in props,\n\t\tanim = this,\n\t\torig = {},\n\t\tstyle = elem.style,\n\t\thidden = elem.nodeType && isHiddenWithinTree( elem ),\n\t\tdataShow = dataPriv.get( elem, \"fxshow\" );\n\n\t// Queue-skipping animations hijack the fx hooks\n\tif ( !opts.queue ) {\n\t\thooks = jQuery._queueHooks( elem, \"fx\" );\n\t\tif ( hooks.unqueued == null ) {\n\t\t\thooks.unqueued = 0;\n\t\t\toldfire = hooks.empty.fire;\n\t\t\thooks.empty.fire = function() {\n\t\t\t\tif ( !hooks.unqueued ) {\n\t\t\t\t\toldfire();\n\t\t\t\t}\n\t\t\t};\n\t\t}\n\t\thooks.unqueued++;\n\n\t\tanim.always( function() {\n\n\t\t\t// Ensure the complete handler is called before this completes\n\t\t\tanim.always( function() {\n\t\t\t\thooks.unqueued--;\n\t\t\t\tif ( !jQuery.queue( elem, \"fx\" ).length ) {\n\t\t\t\t\thooks.empty.fire();\n\t\t\t\t}\n\t\t\t} );\n\t\t} );\n\t}\n\n\t// Detect show/hide animations\n\tfor ( prop in props ) {\n\t\tvalue = props[ prop ];\n\t\tif ( rfxtypes.test( value ) ) {\n\t\t\tdelete props[ prop ];\n\t\t\ttoggle = toggle || value === \"toggle\";\n\t\t\tif ( value === ( hidden ? \"hide\" : \"show\" ) ) {\n\n\t\t\t\t// Pretend to be hidden if this is a \"show\" and\n\t\t\t\t// there is still data from a stopped show/hide\n\t\t\t\tif ( value === \"show\" && dataShow && dataShow[ prop ] !== undefined ) {\n\t\t\t\t\thidden = true;\n\n\t\t\t\t// Ignore all other no-op show/hide data\n\t\t\t\t} else {\n\t\t\t\t\tcontinue;\n\t\t\t\t}\n\t\t\t}\n\t\t\torig[ prop ] = dataShow && dataShow[ prop ] || jQuery.style( elem, prop );\n\t\t}\n\t}\n\n\t// Bail out if this is a no-op like .hide().hide()\n\tpropTween = !jQuery.isEmptyObject( props );\n\tif ( !propTween && jQuery.isEmptyObject( orig ) ) {\n\t\treturn;\n\t}\n\n\t// Restrict \"overflow\" and \"display\" styles during box animations\n\tif ( isBox && elem.nodeType === 1 ) {\n\n\t\t// Support: IE <=9 - 11, Edge 12 - 15\n\t\t// Record all 3 overflow attributes because IE does not infer the shorthand\n\t\t// from identically-valued overflowX and overflowY and Edge just mirrors\n\t\t// the overflowX value there.\n\t\topts.overflow = [ style.overflow, style.overflowX, style.overflowY ];\n\n\t\t// Identify a display type, preferring old show/hide data over the CSS cascade\n\t\trestoreDisplay = dataShow && dataShow.display;\n\t\tif ( restoreDisplay == null ) {\n\t\t\trestoreDisplay = dataPriv.get( elem, \"display\" );\n\t\t}\n\t\tdisplay = jQuery.css( elem, \"display\" );\n\t\tif ( display === \"none\" ) {\n\t\t\tif ( restoreDisplay ) {\n\t\t\t\tdisplay = restoreDisplay;\n\t\t\t} else {\n\n\t\t\t\t// Get nonempty value(s) by temporarily forcing visibility\n\t\t\t\tshowHide( [ elem ], true );\n\t\t\t\trestoreDisplay = elem.style.display || restoreDisplay;\n\t\t\t\tdisplay = jQuery.css( elem, \"display\" );\n\t\t\t\tshowHide( [ elem ] );\n\t\t\t}\n\t\t}\n\n\t\t// Animate inline elements as inline-block\n\t\tif ( display === \"inline\" || display === \"inline-block\" && restoreDisplay != null ) {\n\t\t\tif ( jQuery.css( elem, \"float\" ) === \"none\" ) {\n\n\t\t\t\t// Restore the original display value at the end of pure show/hide animations\n\t\t\t\tif ( !propTween ) {\n\t\t\t\t\tanim.done( function() {\n\t\t\t\t\t\tstyle.display = restoreDisplay;\n\t\t\t\t\t} );\n\t\t\t\t\tif ( restoreDisplay == null ) {\n\t\t\t\t\t\tdisplay = style.display;\n\t\t\t\t\t\trestoreDisplay = display === \"none\" ? \"\" : display;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\tstyle.display = \"inline-block\";\n\t\t\t}\n\t\t}\n\t}\n\n\tif ( opts.overflow ) {\n\t\tstyle.overflow = \"hidden\";\n\t\tanim.always( function() {\n\t\t\tstyle.overflow = opts.overflow[ 0 ];\n\t\t\tstyle.overflowX = opts.overflow[ 1 ];\n\t\t\tstyle.overflowY = opts.overflow[ 2 ];\n\t\t} );\n\t}\n\n\t// Implement show/hide animations\n\tpropTween = false;\n\tfor ( prop in orig ) {\n\n\t\t// General show/hide setup for this element animation\n\t\tif ( !propTween ) {\n\t\t\tif ( dataShow ) {\n\t\t\t\tif ( \"hidden\" in dataShow ) {\n\t\t\t\t\thidden = dataShow.hidden;\n\t\t\t\t}\n\t\t\t} else {\n\t\t\t\tdataShow = dataPriv.access( elem, \"fxshow\", { display: restoreDisplay } );\n\t\t\t}\n\n\t\t\t// Store hidden/visible for toggle so `.stop().toggle()` \"reverses\"\n\t\t\tif ( toggle ) {\n\t\t\t\tdataShow.hidden = !hidden;\n\t\t\t}\n\n\t\t\t// Show elements before animating them\n\t\t\tif ( hidden ) {\n\t\t\t\tshowHide( [ elem ], true );\n\t\t\t}\n\n\t\t\t/* eslint-disable no-loop-func */\n\n\t\t\tanim.done( function() {\n\n\t\t\t/* eslint-enable no-loop-func */\n\n\t\t\t\t// The final step of a \"hide\" animation is actually hiding the element\n\t\t\t\tif ( !hidden ) {\n\t\t\t\t\tshowHide( [ elem ] );\n\t\t\t\t}\n\t\t\t\tdataPriv.remove( elem, \"fxshow\" );\n\t\t\t\tfor ( prop in orig ) {\n\t\t\t\t\tjQuery.style( elem, prop, orig[ prop ] );\n\t\t\t\t}\n\t\t\t} );\n\t\t}\n\n\t\t// Per-property setup\n\t\tpropTween = createTween( hidden ? dataShow[ prop ] : 0, prop, anim );\n\t\tif ( !( prop in dataShow ) ) {\n\t\t\tdataShow[ prop ] = propTween.start;\n\t\t\tif ( hidden ) {\n\t\t\t\tpropTween.end = propTween.start;\n\t\t\t\tpropTween.start = 0;\n\t\t\t}\n\t\t}\n\t}\n}\n\nfunction propFilter( props, specialEasing ) {\n\tvar index, name, easing, value, hooks;\n\n\t// camelCase, specialEasing and expand cssHook pass\n\tfor ( index in props ) {\n\t\tname = camelCase( index );\n\t\teasing = specialEasing[ name ];\n\t\tvalue = props[ index ];\n\t\tif ( Array.isArray( value ) ) {\n\t\t\teasing = value[ 1 ];\n\t\t\tvalue = props[ index ] = value[ 0 ];\n\t\t}\n\n\t\tif ( index !== name ) {\n\t\t\tprops[ name ] = value;\n\t\t\tdelete props[ index ];\n\t\t}\n\n\t\thooks = jQuery.cssHooks[ name ];\n\t\tif ( hooks && \"expand\" in hooks ) {\n\t\t\tvalue = hooks.expand( value );\n\t\t\tdelete props[ name ];\n\n\t\t\t// Not quite $.extend, this won't overwrite existing keys.\n\t\t\t// Reusing 'index' because we have the correct \"name\"\n\t\t\tfor ( index in value ) {\n\t\t\t\tif ( !( index in props ) ) {\n\t\t\t\t\tprops[ index ] = value[ index ];\n\t\t\t\t\tspecialEasing[ index ] = easing;\n\t\t\t\t}\n\t\t\t}\n\t\t} else {\n\t\t\tspecialEasing[ name ] = easing;\n\t\t}\n\t}\n}\n\nfunction Animation( elem, properties, options ) {\n\tvar result,\n\t\tstopped,\n\t\tindex = 0,\n\t\tlength = Animation.prefilters.length,\n\t\tdeferred = jQuery.Deferred().always( function() {\n\n\t\t\t// Don't match elem in the :animated selector\n\t\t\tdelete tick.elem;\n\t\t} ),\n\t\ttick = function() {\n\t\t\tif ( stopped ) {\n\t\t\t\treturn false;\n\t\t\t}\n\t\t\tvar currentTime = fxNow || createFxNow(),\n\t\t\t\tremaining = Math.max( 0, animation.startTime + animation.duration - currentTime ),\n\n\t\t\t\t// Support: Android 2.3 only\n\t\t\t\t// Archaic crash bug won't allow us to use `1 - ( 0.5 || 0 )` (#12497)\n\t\t\t\ttemp = remaining / animation.duration || 0,\n\t\t\t\tpercent = 1 - temp,\n\t\t\t\tindex = 0,\n\t\t\t\tlength = animation.tweens.length;\n\n\t\t\tfor ( ; index < length; index++ ) {\n\t\t\t\tanimation.tweens[ index ].run( percent );\n\t\t\t}\n\n\t\t\tdeferred.notifyWith( elem, [ animation, percent, remaining ] );\n\n\t\t\t// If there's more to do, yield\n\t\t\tif ( percent < 1 && length ) {\n\t\t\t\treturn remaining;\n\t\t\t}\n\n\t\t\t// If this was an empty animation, synthesize a final progress notification\n\t\t\tif ( !length ) {\n\t\t\t\tdeferred.notifyWith( elem, [ animation, 1, 0 ] );\n\t\t\t}\n\n\t\t\t// Resolve the animation and report its conclusion\n\t\t\tdeferred.resolveWith( elem, [ animation ] );\n\t\t\treturn false;\n\t\t},\n\t\tanimation = deferred.promise( {\n\t\t\telem: elem,\n\t\t\tprops: jQuery.extend( {}, properties ),\n\t\t\topts: jQuery.extend( true, {\n\t\t\t\tspecialEasing: {},\n\t\t\t\teasing: jQuery.easing._default\n\t\t\t}, options ),\n\t\t\toriginalProperties: properties,\n\t\t\toriginalOptions: options,\n\t\t\tstartTime: fxNow || createFxNow(),\n\t\t\tduration: options.duration,\n\t\t\ttweens: [],\n\t\t\tcreateTween: function( prop, end ) {\n\t\t\t\tvar tween = jQuery.Tween( elem, animation.opts, prop, end,\n\t\t\t\t\t\tanimation.opts.specialEasing[ prop ] || animation.opts.easing );\n\t\t\t\tanimation.tweens.push( tween );\n\t\t\t\treturn tween;\n\t\t\t},\n\t\t\tstop: function( gotoEnd ) {\n\t\t\t\tvar index = 0,\n\n\t\t\t\t\t// If we are going to the end, we want to run all the tweens\n\t\t\t\t\t// otherwise we skip this part\n\t\t\t\t\tlength = gotoEnd ? animation.tweens.length : 0;\n\t\t\t\tif ( stopped ) {\n\t\t\t\t\treturn this;\n\t\t\t\t}\n\t\t\t\tstopped = true;\n\t\t\t\tfor ( ; index < length; index++ ) {\n\t\t\t\t\tanimation.tweens[ index ].run( 1 );\n\t\t\t\t}\n\n\t\t\t\t// Resolve when we played the last frame; otherwise, reject\n\t\t\t\tif ( gotoEnd ) {\n\t\t\t\t\tdeferred.notifyWith( elem, [ animation, 1, 0 ] );\n\t\t\t\t\tdeferred.resolveWith( elem, [ animation, gotoEnd ] );\n\t\t\t\t} else {\n\t\t\t\t\tdeferred.rejectWith( elem, [ animation, gotoEnd ] );\n\t\t\t\t}\n\t\t\t\treturn this;\n\t\t\t}\n\t\t} ),\n\t\tprops = animation.props;\n\n\tpropFilter( props, animation.opts.specialEasing );\n\n\tfor ( ; index < length; index++ ) {\n\t\tresult = Animation.prefilters[ index ].call( animation, elem, props, animation.opts );\n\t\tif ( result ) {\n\t\t\tif ( isFunction( result.stop ) ) {\n\t\t\t\tjQuery._queueHooks( animation.elem, animation.opts.queue ).stop =\n\t\t\t\t\tresult.stop.bind( result );\n\t\t\t}\n\t\t\treturn result;\n\t\t}\n\t}\n\n\tjQuery.map( props, createTween, animation );\n\n\tif ( isFunction( animation.opts.start ) ) {\n\t\tanimation.opts.start.call( elem, animation );\n\t}\n\n\t// Attach callbacks from options\n\tanimation\n\t\t.progress( animation.opts.progress )\n\t\t.done( animation.opts.done, animation.opts.complete )\n\t\t.fail( animation.opts.fail )\n\t\t.always( animation.opts.always );\n\n\tjQuery.fx.timer(\n\t\tjQuery.extend( tick, {\n\t\t\telem: elem,\n\t\t\tanim: animation,\n\t\t\tqueue: animation.opts.queue\n\t\t} )\n\t);\n\n\treturn animation;\n}\n\njQuery.Animation = jQuery.extend( Animation, {\n\n\ttweeners: {\n\t\t\"*\": [ function( prop, value ) {\n\t\t\tvar tween = this.createTween( prop, value );\n\t\t\tadjustCSS( tween.elem, prop, rcssNum.exec( value ), tween );\n\t\t\treturn tween;\n\t\t} ]\n\t},\n\n\ttweener: function( props, callback ) {\n\t\tif ( isFunction( props ) ) {\n\t\t\tcallback = props;\n\t\t\tprops = [ \"*\" ];\n\t\t} else {\n\t\t\tprops = props.match( rnothtmlwhite );\n\t\t}\n\n\t\tvar prop,\n\t\t\tindex = 0,\n\t\t\tlength = props.length;\n\n\t\tfor ( ; index < length; index++ ) {\n\t\t\tprop = props[ index ];\n\t\t\tAnimation.tweeners[ prop ] = Animation.tweeners[ prop ] || [];\n\t\t\tAnimation.tweeners[ prop ].unshift( callback );\n\t\t}\n\t},\n\n\tprefilters: [ defaultPrefilter ],\n\n\tprefilter: function( callback, prepend ) {\n\t\tif ( prepend ) {\n\t\t\tAnimation.prefilters.unshift( callback );\n\t\t} else {\n\t\t\tAnimation.prefilters.push( callback );\n\t\t}\n\t}\n} );\n\njQuery.speed = function( speed, easing, fn ) {\n\tvar opt = speed && typeof speed === \"object\" ? jQuery.extend( {}, speed ) : {\n\t\tcomplete: fn || !fn && easing ||\n\t\t\tisFunction( speed ) && speed,\n\t\tduration: speed,\n\t\teasing: fn && easing || easing && !isFunction( easing ) && easing\n\t};\n\n\t// Go to the end state if fx are off\n\tif ( jQuery.fx.off ) {\n\t\topt.duration = 0;\n\n\t} else {\n\t\tif ( typeof opt.duration !== \"number\" ) {\n\t\t\tif ( opt.duration in jQuery.fx.speeds ) {\n\t\t\t\topt.duration = jQuery.fx.speeds[ opt.duration ];\n\n\t\t\t} else {\n\t\t\t\topt.duration = jQuery.fx.speeds._default;\n\t\t\t}\n\t\t}\n\t}\n\n\t// Normalize opt.queue - true/undefined/null -> \"fx\"\n\tif ( opt.queue == null || opt.queue === true ) {\n\t\topt.queue = \"fx\";\n\t}\n\n\t// Queueing\n\topt.old = opt.complete;\n\n\topt.complete = function() {\n\t\tif ( isFunction( opt.old ) ) {\n\t\t\topt.old.call( this );\n\t\t}\n\n\t\tif ( opt.queue ) {\n\t\t\tjQuery.dequeue( this, opt.queue );\n\t\t}\n\t};\n\n\treturn opt;\n};\n\njQuery.fn.extend( {\n\tfadeTo: function( speed, to, easing, callback ) {\n\n\t\t// Show any hidden elements after setting opacity to 0\n\t\treturn this.filter( isHiddenWithinTree ).css( \"opacity\", 0 ).show()\n\n\t\t\t// Animate to the value specified\n\t\t\t.end().animate( { opacity: to }, speed, easing, callback );\n\t},\n\tanimate: function( prop, speed, easing, callback ) {\n\t\tvar empty = jQuery.isEmptyObject( prop ),\n\t\t\toptall = jQuery.speed( speed, easing, callback ),\n\t\t\tdoAnimation = function() {\n\n\t\t\t\t// Operate on a copy of prop so per-property easing won't be lost\n\t\t\t\tvar anim = Animation( this, jQuery.extend( {}, prop ), optall );\n\n\t\t\t\t// Empty animations, or finishing resolves immediately\n\t\t\t\tif ( empty || dataPriv.get( this, \"finish\" ) ) {\n\t\t\t\t\tanim.stop( true );\n\t\t\t\t}\n\t\t\t};\n\t\t\tdoAnimation.finish = doAnimation;\n\n\t\treturn empty || optall.queue === false ?\n\t\t\tthis.each( doAnimation ) :\n\t\t\tthis.queue( optall.queue, doAnimation );\n\t},\n\tstop: function( type, clearQueue, gotoEnd ) {\n\t\tvar stopQueue = function( hooks ) {\n\t\t\tvar stop = hooks.stop;\n\t\t\tdelete hooks.stop;\n\t\t\tstop( gotoEnd );\n\t\t};\n\n\t\tif ( typeof type !== \"string\" ) {\n\t\t\tgotoEnd = clearQueue;\n\t\t\tclearQueue = type;\n\t\t\ttype = undefined;\n\t\t}\n\t\tif ( clearQueue && type !== false ) {\n\t\t\tthis.queue( type || \"fx\", [] );\n\t\t}\n\n\t\treturn this.each( function() {\n\t\t\tvar dequeue = true,\n\t\t\t\tindex = type != null && type + \"queueHooks\",\n\t\t\t\ttimers = jQuery.timers,\n\t\t\t\tdata = dataPriv.get( this );\n\n\t\t\tif ( index ) {\n\t\t\t\tif ( data[ index ] && data[ index ].stop ) {\n\t\t\t\t\tstopQueue( data[ index ] );\n\t\t\t\t}\n\t\t\t} else {\n\t\t\t\tfor ( index in data ) {\n\t\t\t\t\tif ( data[ index ] && data[ index ].stop && rrun.test( index ) ) {\n\t\t\t\t\t\tstopQueue( data[ index ] );\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\n\t\t\tfor ( index = timers.length; index--; ) {\n\t\t\t\tif ( timers[ index ].elem === this &&\n\t\t\t\t\t( type == null || timers[ index ].queue === type ) ) {\n\n\t\t\t\t\ttimers[ index ].anim.stop( gotoEnd );\n\t\t\t\t\tdequeue = false;\n\t\t\t\t\ttimers.splice( index, 1 );\n\t\t\t\t}\n\t\t\t}\n\n\t\t\t// Start the next in the queue if the last step wasn't forced.\n\t\t\t// Timers currently will call their complete callbacks, which\n\t\t\t// will dequeue but only if they were gotoEnd.\n\t\t\tif ( dequeue || !gotoEnd ) {\n\t\t\t\tjQuery.dequeue( this, type );\n\t\t\t}\n\t\t} );\n\t},\n\tfinish: function( type ) {\n\t\tif ( type !== false ) {\n\t\t\ttype = type || \"fx\";\n\t\t}\n\t\treturn this.each( function() {\n\t\t\tvar index,\n\t\t\t\tdata = dataPriv.get( this ),\n\t\t\t\tqueue = data[ type + \"queue\" ],\n\t\t\t\thooks = data[ type + \"queueHooks\" ],\n\t\t\t\ttimers = jQuery.timers,\n\t\t\t\tlength = queue ? queue.length : 0;\n\n\t\t\t// Enable finishing flag on private data\n\t\t\tdata.finish = true;\n\n\t\t\t// Empty the queue first\n\t\t\tjQuery.queue( this, type, [] );\n\n\t\t\tif ( hooks && hooks.stop ) {\n\t\t\t\thooks.stop.call( this, true );\n\t\t\t}\n\n\t\t\t// Look for any active animations, and finish them\n\t\t\tfor ( index = timers.length; index--; ) {\n\t\t\t\tif ( timers[ index ].elem === this && timers[ index ].queue === type ) {\n\t\t\t\t\ttimers[ index ].anim.stop( true );\n\t\t\t\t\ttimers.splice( index, 1 );\n\t\t\t\t}\n\t\t\t}\n\n\t\t\t// Look for any animations in the old queue and finish them\n\t\t\tfor ( index = 0; index < length; index++ ) {\n\t\t\t\tif ( queue[ index ] && queue[ index ].finish ) {\n\t\t\t\t\tqueue[ index ].finish.call( this );\n\t\t\t\t}\n\t\t\t}\n\n\t\t\t// Turn off finishing flag\n\t\t\tdelete data.finish;\n\t\t} );\n\t}\n} );\n\njQuery.each( [ \"toggle\", \"show\", \"hide\" ], function( i, name ) {\n\tvar cssFn = jQuery.fn[ name ];\n\tjQuery.fn[ name ] = function( speed, easing, callback ) {\n\t\treturn speed == null || typeof speed === \"boolean\" ?\n\t\t\tcssFn.apply( this, arguments ) :\n\t\t\tthis.animate( genFx( name, true ), speed, easing, callback );\n\t};\n} );\n\n// Generate shortcuts for custom animations\njQuery.each( {\n\tslideDown: genFx( \"show\" ),\n\tslideUp: genFx( \"hide\" ),\n\tslideToggle: genFx( \"toggle\" ),\n\tfadeIn: { opacity: \"show\" },\n\tfadeOut: { opacity: \"hide\" },\n\tfadeToggle: { opacity: \"toggle\" }\n}, function( name, props ) {\n\tjQuery.fn[ name ] = function( speed, easing, callback ) {\n\t\treturn this.animate( props, speed, easing, callback );\n\t};\n} );\n\njQuery.timers = [];\njQuery.fx.tick = function() {\n\tvar timer,\n\t\ti = 0,\n\t\ttimers = jQuery.timers;\n\n\tfxNow = Date.now();\n\n\tfor ( ; i < timers.length; i++ ) {\n\t\ttimer = timers[ i ];\n\n\t\t// Run the timer and safely remove it when done (allowing for external removal)\n\t\tif ( !timer() && timers[ i ] === timer ) {\n\t\t\ttimers.splice( i--, 1 );\n\t\t}\n\t}\n\n\tif ( !timers.length ) {\n\t\tjQuery.fx.stop();\n\t}\n\tfxNow = undefined;\n};\n\njQuery.fx.timer = function( timer ) {\n\tjQuery.timers.push( timer );\n\tjQuery.fx.start();\n};\n\njQuery.fx.interval = 13;\njQuery.fx.start = function() {\n\tif ( inProgress ) {\n\t\treturn;\n\t}\n\n\tinProgress = true;\n\tschedule();\n};\n\njQuery.fx.stop = function() {\n\tinProgress = null;\n};\n\njQuery.fx.speeds = {\n\tslow: 600,\n\tfast: 200,\n\n\t// Default speed\n\t_default: 400\n};\n\n\n// Based off of the plugin by Clint Helfers, with permission.\n// https://web.archive.org/web/20100324014747/http://blindsignals.com/index.php/2009/07/jquery-delay/\njQuery.fn.delay = function( time, type ) {\n\ttime = jQuery.fx ? jQuery.fx.speeds[ time ] || time : time;\n\ttype = type || \"fx\";\n\n\treturn this.queue( type, function( next, hooks ) {\n\t\tvar timeout = window.setTimeout( next, time );\n\t\thooks.stop = function() {\n\t\t\twindow.clearTimeout( timeout );\n\t\t};\n\t} );\n};\n\n\n( function() {\n\tvar input = document.createElement( \"input\" ),\n\t\tselect = document.createElement( \"select\" ),\n\t\topt = select.appendChild( document.createElement( \"option\" ) );\n\n\tinput.type = \"checkbox\";\n\n\t// Support: Android <=4.3 only\n\t// Default value for a checkbox should be \"on\"\n\tsupport.checkOn = input.value !== \"\";\n\n\t// Support: IE <=11 only\n\t// Must access selectedIndex to make default options select\n\tsupport.optSelected = opt.selected;\n\n\t// Support: IE <=11 only\n\t// An input loses its value after becoming a radio\n\tinput = document.createElement( \"input\" );\n\tinput.value = \"t\";\n\tinput.type = \"radio\";\n\tsupport.radioValue = input.value === \"t\";\n} )();\n\n\nvar boolHook,\n\tattrHandle = jQuery.expr.attrHandle;\n\njQuery.fn.extend( {\n\tattr: function( name, value ) {\n\t\treturn access( this, jQuery.attr, name, value, arguments.length > 1 );\n\t},\n\n\tremoveAttr: function( name ) {\n\t\treturn this.each( function() {\n\t\t\tjQuery.removeAttr( this, name );\n\t\t} );\n\t}\n} );\n\njQuery.extend( {\n\tattr: function( elem, name, value ) {\n\t\tvar ret, hooks,\n\t\t\tnType = elem.nodeType;\n\n\t\t// Don't get/set attributes on text, comment and attribute nodes\n\t\tif ( nType === 3 || nType === 8 || nType === 2 ) {\n\t\t\treturn;\n\t\t}\n\n\t\t// Fallback to prop when attributes are not supported\n\t\tif ( typeof elem.getAttribute === \"undefined\" ) {\n\t\t\treturn jQuery.prop( elem, name, value );\n\t\t}\n\n\t\t// Attribute hooks are determined by the lowercase version\n\t\t// Grab necessary hook if one is defined\n\t\tif ( nType !== 1 || !jQuery.isXMLDoc( elem ) ) {\n\t\t\thooks = jQuery.attrHooks[ name.toLowerCase() ] ||\n\t\t\t\t( jQuery.expr.match.bool.test( name ) ? boolHook : undefined );\n\t\t}\n\n\t\tif ( value !== undefined ) {\n\t\t\tif ( value === null ) {\n\t\t\t\tjQuery.removeAttr( elem, name );\n\t\t\t\treturn;\n\t\t\t}\n\n\t\t\tif ( hooks && \"set\" in hooks &&\n\t\t\t\t( ret = hooks.set( elem, value, name ) ) !== undefined ) {\n\t\t\t\treturn ret;\n\t\t\t}\n\n\t\t\telem.setAttribute( name, value + \"\" );\n\t\t\treturn value;\n\t\t}\n\n\t\tif ( hooks && \"get\" in hooks && ( ret = hooks.get( elem, name ) ) !== null ) {\n\t\t\treturn ret;\n\t\t}\n\n\t\tret = jQuery.find.attr( elem, name );\n\n\t\t// Non-existent attributes return null, we normalize to undefined\n\t\treturn ret == null ? undefined : ret;\n\t},\n\n\tattrHooks: {\n\t\ttype: {\n\t\t\tset: function( elem, value ) {\n\t\t\t\tif ( !support.radioValue && value === \"radio\" &&\n\t\t\t\t\tnodeName( elem, \"input\" ) ) {\n\t\t\t\t\tvar val = elem.value;\n\t\t\t\t\telem.setAttribute( \"type\", value );\n\t\t\t\t\tif ( val ) {\n\t\t\t\t\t\telem.value = val;\n\t\t\t\t\t}\n\t\t\t\t\treturn value;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\n\tremoveAttr: function( elem, value ) {\n\t\tvar name,\n\t\t\ti = 0,\n\n\t\t\t// Attribute names can contain non-HTML whitespace characters\n\t\t\t// https://html.spec.whatwg.org/multipage/syntax.html#attributes-2\n\t\t\tattrNames = value && value.match( rnothtmlwhite );\n\n\t\tif ( attrNames && elem.nodeType === 1 ) {\n\t\t\twhile ( ( name = attrNames[ i++ ] ) ) {\n\t\t\t\telem.removeAttribute( name );\n\t\t\t}\n\t\t}\n\t}\n} );\n\n// Hooks for boolean attributes\nboolHook = {\n\tset: function( elem, value, name ) {\n\t\tif ( value === false ) {\n\n\t\t\t// Remove boolean attributes when set to false\n\t\t\tjQuery.removeAttr( elem, name );\n\t\t} else {\n\t\t\telem.setAttribute( name, name );\n\t\t}\n\t\treturn name;\n\t}\n};\n\njQuery.each( jQuery.expr.match.bool.source.match( /\\w+/g ), function( i, name ) {\n\tvar getter = attrHandle[ name ] || jQuery.find.attr;\n\n\tattrHandle[ name ] = function( elem, name, isXML ) {\n\t\tvar ret, handle,\n\t\t\tlowercaseName = name.toLowerCase();\n\n\t\tif ( !isXML ) {\n\n\t\t\t// Avoid an infinite loop by temporarily removing this function from the getter\n\t\t\thandle = attrHandle[ lowercaseName ];\n\t\t\tattrHandle[ lowercaseName ] = ret;\n\t\t\tret = getter( elem, name, isXML ) != null ?\n\t\t\t\tlowercaseName :\n\t\t\t\tnull;\n\t\t\tattrHandle[ lowercaseName ] = handle;\n\t\t}\n\t\treturn ret;\n\t};\n} );\n\n\n\n\nvar rfocusable = /^(?:input|select|textarea|button)$/i,\n\trclickable = /^(?:a|area)$/i;\n\njQuery.fn.extend( {\n\tprop: function( name, value ) {\n\t\treturn access( this, jQuery.prop, name, value, arguments.length > 1 );\n\t},\n\n\tremoveProp: function( name ) {\n\t\treturn this.each( function() {\n\t\t\tdelete this[ jQuery.propFix[ name ] || name ];\n\t\t} );\n\t}\n} );\n\njQuery.extend( {\n\tprop: function( elem, name, value ) {\n\t\tvar ret, hooks,\n\t\t\tnType = elem.nodeType;\n\n\t\t// Don't get/set properties on text, comment and attribute nodes\n\t\tif ( nType === 3 || nType === 8 || nType === 2 ) {\n\t\t\treturn;\n\t\t}\n\n\t\tif ( nType !== 1 || !jQuery.isXMLDoc( elem ) ) {\n\n\t\t\t// Fix name and attach hooks\n\t\t\tname = jQuery.propFix[ name ] || name;\n\t\t\thooks = jQuery.propHooks[ name ];\n\t\t}\n\n\t\tif ( value !== undefined ) {\n\t\t\tif ( hooks && \"set\" in hooks &&\n\t\t\t\t( ret = hooks.set( elem, value, name ) ) !== undefined ) {\n\t\t\t\treturn ret;\n\t\t\t}\n\n\t\t\treturn ( elem[ name ] = value );\n\t\t}\n\n\t\tif ( hooks && \"get\" in hooks && ( ret = hooks.get( elem, name ) ) !== null ) {\n\t\t\treturn ret;\n\t\t}\n\n\t\treturn elem[ name ];\n\t},\n\n\tpropHooks: {\n\t\ttabIndex: {\n\t\t\tget: function( elem ) {\n\n\t\t\t\t// Support: IE <=9 - 11 only\n\t\t\t\t// elem.tabIndex doesn't always return the\n\t\t\t\t// correct value when it hasn't been explicitly set\n\t\t\t\t// https://web.archive.org/web/20141116233347/http://fluidproject.org/blog/2008/01/09/getting-setting-and-removing-tabindex-values-with-javascript/\n\t\t\t\t// Use proper attribute retrieval(#12072)\n\t\t\t\tvar tabindex = jQuery.find.attr( elem, \"tabindex\" );\n\n\t\t\t\tif ( tabindex ) {\n\t\t\t\t\treturn parseInt( tabindex, 10 );\n\t\t\t\t}\n\n\t\t\t\tif (\n\t\t\t\t\trfocusable.test( elem.nodeName ) ||\n\t\t\t\t\trclickable.test( elem.nodeName ) &&\n\t\t\t\t\telem.href\n\t\t\t\t) {\n\t\t\t\t\treturn 0;\n\t\t\t\t}\n\n\t\t\t\treturn -1;\n\t\t\t}\n\t\t}\n\t},\n\n\tpropFix: {\n\t\t\"for\": \"htmlFor\",\n\t\t\"class\": \"className\"\n\t}\n} );\n\n// Support: IE <=11 only\n// Accessing the selectedIndex property\n// forces the browser to respect setting selected\n// on the option\n// The getter ensures a default option is selected\n// when in an optgroup\n// eslint rule \"no-unused-expressions\" is disabled for this code\n// since it considers such accessions noop\nif ( !support.optSelected ) {\n\tjQuery.propHooks.selected = {\n\t\tget: function( elem ) {\n\n\t\t\t/* eslint no-unused-expressions: \"off\" */\n\n\t\t\tvar parent = elem.parentNode;\n\t\t\tif ( parent && parent.parentNode ) {\n\t\t\t\tparent.parentNode.selectedIndex;\n\t\t\t}\n\t\t\treturn null;\n\t\t},\n\t\tset: function( elem ) {\n\n\t\t\t/* eslint no-unused-expressions: \"off\" */\n\n\t\t\tvar parent = elem.parentNode;\n\t\t\tif ( parent ) {\n\t\t\t\tparent.selectedIndex;\n\n\t\t\t\tif ( parent.parentNode ) {\n\t\t\t\t\tparent.parentNode.selectedIndex;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t};\n}\n\njQuery.each( [\n\t\"tabIndex\",\n\t\"readOnly\",\n\t\"maxLength\",\n\t\"cellSpacing\",\n\t\"cellPadding\",\n\t\"rowSpan\",\n\t\"colSpan\",\n\t\"useMap\",\n\t\"frameBorder\",\n\t\"contentEditable\"\n], function() {\n\tjQuery.propFix[ this.toLowerCase() ] = this;\n} );\n\n\n\n\n\t// Strip and collapse whitespace according to HTML spec\n\t// https://infra.spec.whatwg.org/#strip-and-collapse-ascii-whitespace\n\tfunction stripAndCollapse( value ) {\n\t\tvar tokens = value.match( rnothtmlwhite ) || [];\n\t\treturn tokens.join( \" \" );\n\t}\n\n\nfunction getClass( elem ) {\n\treturn elem.getAttribute && elem.getAttribute( \"class\" ) || \"\";\n}\n\nfunction classesToArray( value ) {\n\tif ( Array.isArray( value ) ) {\n\t\treturn value;\n\t}\n\tif ( typeof value === \"string\" ) {\n\t\treturn value.match( rnothtmlwhite ) || [];\n\t}\n\treturn [];\n}\n\njQuery.fn.extend( {\n\taddClass: function( value ) {\n\t\tvar classes, elem, cur, curValue, clazz, j, finalValue,\n\t\t\ti = 0;\n\n\t\tif ( isFunction( value ) ) {\n\t\t\treturn this.each( function( j ) {\n\t\t\t\tjQuery( this ).addClass( value.call( this, j, getClass( this ) ) );\n\t\t\t} );\n\t\t}\n\n\t\tclasses = classesToArray( value );\n\n\t\tif ( classes.length ) {\n\t\t\twhile ( ( elem = this[ i++ ] ) ) {\n\t\t\t\tcurValue = getClass( elem );\n\t\t\t\tcur = elem.nodeType === 1 && ( \" \" + stripAndCollapse( curValue ) + \" \" );\n\n\t\t\t\tif ( cur ) {\n\t\t\t\t\tj = 0;\n\t\t\t\t\twhile ( ( clazz = classes[ j++ ] ) ) {\n\t\t\t\t\t\tif ( cur.indexOf( \" \" + clazz + \" \" ) < 0 ) {\n\t\t\t\t\t\t\tcur += clazz + \" \";\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\n\t\t\t\t\t// Only assign if different to avoid unneeded rendering.\n\t\t\t\t\tfinalValue = stripAndCollapse( cur );\n\t\t\t\t\tif ( curValue !== finalValue ) {\n\t\t\t\t\t\telem.setAttribute( \"class\", finalValue );\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\treturn this;\n\t},\n\n\tremoveClass: function( value ) {\n\t\tvar classes, elem, cur, curValue, clazz, j, finalValue,\n\t\t\ti = 0;\n\n\t\tif ( isFunction( value ) ) {\n\t\t\treturn this.each( function( j ) {\n\t\t\t\tjQuery( this ).removeClass( value.call( this, j, getClass( this ) ) );\n\t\t\t} );\n\t\t}\n\n\t\tif ( !arguments.length ) {\n\t\t\treturn this.attr( \"class\", \"\" );\n\t\t}\n\n\t\tclasses = classesToArray( value );\n\n\t\tif ( classes.length ) {\n\t\t\twhile ( ( elem = this[ i++ ] ) ) {\n\t\t\t\tcurValue = getClass( elem );\n\n\t\t\t\t// This expression is here for better compressibility (see addClass)\n\t\t\t\tcur = elem.nodeType === 1 && ( \" \" + stripAndCollapse( curValue ) + \" \" );\n\n\t\t\t\tif ( cur ) {\n\t\t\t\t\tj = 0;\n\t\t\t\t\twhile ( ( clazz = classes[ j++ ] ) ) {\n\n\t\t\t\t\t\t// Remove *all* instances\n\t\t\t\t\t\twhile ( cur.indexOf( \" \" + clazz + \" \" ) > -1 ) {\n\t\t\t\t\t\t\tcur = cur.replace( \" \" + clazz + \" \", \" \" );\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\n\t\t\t\t\t// Only assign if different to avoid unneeded rendering.\n\t\t\t\t\tfinalValue = stripAndCollapse( cur );\n\t\t\t\t\tif ( curValue !== finalValue ) {\n\t\t\t\t\t\telem.setAttribute( \"class\", finalValue );\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\treturn this;\n\t},\n\n\ttoggleClass: function( value, stateVal ) {\n\t\tvar type = typeof value,\n\t\t\tisValidValue = type === \"string\" || Array.isArray( value );\n\n\t\tif ( typeof stateVal === \"boolean\" && isValidValue ) {\n\t\t\treturn stateVal ? this.addClass( value ) : this.removeClass( value );\n\t\t}\n\n\t\tif ( isFunction( value ) ) {\n\t\t\treturn this.each( function( i ) {\n\t\t\t\tjQuery( this ).toggleClass(\n\t\t\t\t\tvalue.call( this, i, getClass( this ), stateVal ),\n\t\t\t\t\tstateVal\n\t\t\t\t);\n\t\t\t} );\n\t\t}\n\n\t\treturn this.each( function() {\n\t\t\tvar className, i, self, classNames;\n\n\t\t\tif ( isValidValue ) {\n\n\t\t\t\t// Toggle individual class names\n\t\t\t\ti = 0;\n\t\t\t\tself = jQuery( this );\n\t\t\t\tclassNames = classesToArray( value );\n\n\t\t\t\twhile ( ( className = classNames[ i++ ] ) ) {\n\n\t\t\t\t\t// Check each className given, space separated list\n\t\t\t\t\tif ( self.hasClass( className ) ) {\n\t\t\t\t\t\tself.removeClass( className );\n\t\t\t\t\t} else {\n\t\t\t\t\t\tself.addClass( className );\n\t\t\t\t\t}\n\t\t\t\t}\n\n\t\t\t// Toggle whole class name\n\t\t\t} else if ( value === undefined || type === \"boolean\" ) {\n\t\t\t\tclassName = getClass( this );\n\t\t\t\tif ( className ) {\n\n\t\t\t\t\t// Store className if set\n\t\t\t\t\tdataPriv.set( this, \"__className__\", className );\n\t\t\t\t}\n\n\t\t\t\t// If the element has a class name or if we're passed `false`,\n\t\t\t\t// then remove the whole classname (if there was one, the above saved it).\n\t\t\t\t// Otherwise bring back whatever was previously saved (if anything),\n\t\t\t\t// falling back to the empty string if nothing was stored.\n\t\t\t\tif ( this.setAttribute ) {\n\t\t\t\t\tthis.setAttribute( \"class\",\n\t\t\t\t\t\tclassName || value === false ?\n\t\t\t\t\t\t\"\" :\n\t\t\t\t\t\tdataPriv.get( this, \"__className__\" ) || \"\"\n\t\t\t\t\t);\n\t\t\t\t}\n\t\t\t}\n\t\t} );\n\t},\n\n\thasClass: function( selector ) {\n\t\tvar className, elem,\n\t\t\ti = 0;\n\n\t\tclassName = \" \" + selector + \" \";\n\t\twhile ( ( elem = this[ i++ ] ) ) {\n\t\t\tif ( elem.nodeType === 1 &&\n\t\t\t\t( \" \" + stripAndCollapse( getClass( elem ) ) + \" \" ).indexOf( className ) > -1 ) {\n\t\t\t\t\treturn true;\n\t\t\t}\n\t\t}\n\n\t\treturn false;\n\t}\n} );\n\n\n\n\nvar rreturn = /\\r/g;\n\njQuery.fn.extend( {\n\tval: function( value ) {\n\t\tvar hooks, ret, valueIsFunction,\n\t\t\telem = this[ 0 ];\n\n\t\tif ( !arguments.length ) {\n\t\t\tif ( elem ) {\n\t\t\t\thooks = jQuery.valHooks[ elem.type ] ||\n\t\t\t\t\tjQuery.valHooks[ elem.nodeName.toLowerCase() ];\n\n\t\t\t\tif ( hooks &&\n\t\t\t\t\t\"get\" in hooks &&\n\t\t\t\t\t( ret = hooks.get( elem, \"value\" ) ) !== undefined\n\t\t\t\t) {\n\t\t\t\t\treturn ret;\n\t\t\t\t}\n\n\t\t\t\tret = elem.value;\n\n\t\t\t\t// Handle most common string cases\n\t\t\t\tif ( typeof ret === \"string\" ) {\n\t\t\t\t\treturn ret.replace( rreturn, \"\" );\n\t\t\t\t}\n\n\t\t\t\t// Handle cases where value is null/undef or number\n\t\t\t\treturn ret == null ? \"\" : ret;\n\t\t\t}\n\n\t\t\treturn;\n\t\t}\n\n\t\tvalueIsFunction = isFunction( value );\n\n\t\treturn this.each( function( i ) {\n\t\t\tvar val;\n\n\t\t\tif ( this.nodeType !== 1 ) {\n\t\t\t\treturn;\n\t\t\t}\n\n\t\t\tif ( valueIsFunction ) {\n\t\t\t\tval = value.call( this, i, jQuery( this ).val() );\n\t\t\t} else {\n\t\t\t\tval = value;\n\t\t\t}\n\n\t\t\t// Treat null/undefined as \"\"; convert numbers to string\n\t\t\tif ( val == null ) {\n\t\t\t\tval = \"\";\n\n\t\t\t} else if ( typeof val === \"number\" ) {\n\t\t\t\tval += \"\";\n\n\t\t\t} else if ( Array.isArray( val ) ) {\n\t\t\t\tval = jQuery.map( val, function( value ) {\n\t\t\t\t\treturn value == null ? \"\" : value + \"\";\n\t\t\t\t} );\n\t\t\t}\n\n\t\t\thooks = jQuery.valHooks[ this.type ] || jQuery.valHooks[ this.nodeName.toLowerCase() ];\n\n\t\t\t// If set returns undefined, fall back to normal setting\n\t\t\tif ( !hooks || !( \"set\" in hooks ) || hooks.set( this, val, \"value\" ) === undefined ) {\n\t\t\t\tthis.value = val;\n\t\t\t}\n\t\t} );\n\t}\n} );\n\njQuery.extend( {\n\tvalHooks: {\n\t\toption: {\n\t\t\tget: function( elem ) {\n\n\t\t\t\tvar val = jQuery.find.attr( elem, \"value\" );\n\t\t\t\treturn val != null ?\n\t\t\t\t\tval :\n\n\t\t\t\t\t// Support: IE <=10 - 11 only\n\t\t\t\t\t// option.text throws exceptions (#14686, #14858)\n\t\t\t\t\t// Strip and collapse whitespace\n\t\t\t\t\t// https://html.spec.whatwg.org/#strip-and-collapse-whitespace\n\t\t\t\t\tstripAndCollapse( jQuery.text( elem ) );\n\t\t\t}\n\t\t},\n\t\tselect: {\n\t\t\tget: function( elem ) {\n\t\t\t\tvar value, option, i,\n\t\t\t\t\toptions = elem.options,\n\t\t\t\t\tindex = elem.selectedIndex,\n\t\t\t\t\tone = elem.type === \"select-one\",\n\t\t\t\t\tvalues = one ? null : [],\n\t\t\t\t\tmax = one ? index + 1 : options.length;\n\n\t\t\t\tif ( index < 0 ) {\n\t\t\t\t\ti = max;\n\n\t\t\t\t} else {\n\t\t\t\t\ti = one ? index : 0;\n\t\t\t\t}\n\n\t\t\t\t// Loop through all the selected options\n\t\t\t\tfor ( ; i < max; i++ ) {\n\t\t\t\t\toption = options[ i ];\n\n\t\t\t\t\t// Support: IE <=9 only\n\t\t\t\t\t// IE8-9 doesn't update selected after form reset (#2551)\n\t\t\t\t\tif ( ( option.selected || i === index ) &&\n\n\t\t\t\t\t\t\t// Don't return options that are disabled or in a disabled optgroup\n\t\t\t\t\t\t\t!option.disabled &&\n\t\t\t\t\t\t\t( !option.parentNode.disabled ||\n\t\t\t\t\t\t\t\t!nodeName( option.parentNode, \"optgroup\" ) ) ) {\n\n\t\t\t\t\t\t// Get the specific value for the option\n\t\t\t\t\t\tvalue = jQuery( option ).val();\n\n\t\t\t\t\t\t// We don't need an array for one selects\n\t\t\t\t\t\tif ( one ) {\n\t\t\t\t\t\t\treturn value;\n\t\t\t\t\t\t}\n\n\t\t\t\t\t\t// Multi-Selects return an array\n\t\t\t\t\t\tvalues.push( value );\n\t\t\t\t\t}\n\t\t\t\t}\n\n\t\t\t\treturn values;\n\t\t\t},\n\n\t\t\tset: function( elem, value ) {\n\t\t\t\tvar optionSet, option,\n\t\t\t\t\toptions = elem.options,\n\t\t\t\t\tvalues = jQuery.makeArray( value ),\n\t\t\t\t\ti = options.length;\n\n\t\t\t\twhile ( i-- ) {\n\t\t\t\t\toption = options[ i ];\n\n\t\t\t\t\t/* eslint-disable no-cond-assign */\n\n\t\t\t\t\tif ( option.selected =\n\t\t\t\t\t\tjQuery.inArray( jQuery.valHooks.option.get( option ), values ) > -1\n\t\t\t\t\t) {\n\t\t\t\t\t\toptionSet = true;\n\t\t\t\t\t}\n\n\t\t\t\t\t/* eslint-enable no-cond-assign */\n\t\t\t\t}\n\n\t\t\t\t// Force browsers to behave consistently when non-matching value is set\n\t\t\t\tif ( !optionSet ) {\n\t\t\t\t\telem.selectedIndex = -1;\n\t\t\t\t}\n\t\t\t\treturn values;\n\t\t\t}\n\t\t}\n\t}\n} );\n\n// Radios and checkboxes getter/setter\njQuery.each( [ \"radio\", \"checkbox\" ], function() {\n\tjQuery.valHooks[ this ] = {\n\t\tset: function( elem, value ) {\n\t\t\tif ( Array.isArray( value ) ) {\n\t\t\t\treturn ( elem.checked = jQuery.inArray( jQuery( elem ).val(), value ) > -1 );\n\t\t\t}\n\t\t}\n\t};\n\tif ( !support.checkOn ) {\n\t\tjQuery.valHooks[ this ].get = function( elem ) {\n\t\t\treturn elem.getAttribute( \"value\" ) === null ? \"on\" : elem.value;\n\t\t};\n\t}\n} );\n\n\n\n\n// Return jQuery for attributes-only inclusion\n\n\nsupport.focusin = \"onfocusin\" in window;\n\n\nvar rfocusMorph = /^(?:focusinfocus|focusoutblur)$/,\n\tstopPropagationCallback = function( e ) {\n\t\te.stopPropagation();\n\t};\n\njQuery.extend( jQuery.event, {\n\n\ttrigger: function( event, data, elem, onlyHandlers ) {\n\n\t\tvar i, cur, tmp, bubbleType, ontype, handle, special, lastElement,\n\t\t\teventPath = [ elem || document ],\n\t\t\ttype = hasOwn.call( event, \"type\" ) ? event.type : event,\n\t\t\tnamespaces = hasOwn.call( event, \"namespace\" ) ? event.namespace.split( \".\" ) : [];\n\n\t\tcur = lastElement = tmp = elem = elem || document;\n\n\t\t// Don't do events on text and comment nodes\n\t\tif ( elem.nodeType === 3 || elem.nodeType === 8 ) {\n\t\t\treturn;\n\t\t}\n\n\t\t// focus/blur morphs to focusin/out; ensure we're not firing them right now\n\t\tif ( rfocusMorph.test( type + jQuery.event.triggered ) ) {\n\t\t\treturn;\n\t\t}\n\n\t\tif ( type.indexOf( \".\" ) > -1 ) {\n\n\t\t\t// Namespaced trigger; create a regexp to match event type in handle()\n\t\t\tnamespaces = type.split( \".\" );\n\t\t\ttype = namespaces.shift();\n\t\t\tnamespaces.sort();\n\t\t}\n\t\tontype = type.indexOf( \":\" ) < 0 && \"on\" + type;\n\n\t\t// Caller can pass in a jQuery.Event object, Object, or just an event type string\n\t\tevent = event[ jQuery.expando ] ?\n\t\t\tevent :\n\t\t\tnew jQuery.Event( type, typeof event === \"object\" && event );\n\n\t\t// Trigger bitmask: & 1 for native handlers; & 2 for jQuery (always true)\n\t\tevent.isTrigger = onlyHandlers ? 2 : 3;\n\t\tevent.namespace = namespaces.join( \".\" );\n\t\tevent.rnamespace = event.namespace ?\n\t\t\tnew RegExp( \"(^|\\\\.)\" + namespaces.join( \"\\\\.(?:.*\\\\.|)\" ) + \"(\\\\.|$)\" ) :\n\t\t\tnull;\n\n\t\t// Clean up the event in case it is being reused\n\t\tevent.result = undefined;\n\t\tif ( !event.target ) {\n\t\t\tevent.target = elem;\n\t\t}\n\n\t\t// Clone any incoming data and prepend the event, creating the handler arg list\n\t\tdata = data == null ?\n\t\t\t[ event ] :\n\t\t\tjQuery.makeArray( data, [ event ] );\n\n\t\t// Allow special events to draw outside the lines\n\t\tspecial = jQuery.event.special[ type ] || {};\n\t\tif ( !onlyHandlers && special.trigger && special.trigger.apply( elem, data ) === false ) {\n\t\t\treturn;\n\t\t}\n\n\t\t// Determine event propagation path in advance, per W3C events spec (#9951)\n\t\t// Bubble up to document, then to window; watch for a global ownerDocument var (#9724)\n\t\tif ( !onlyHandlers && !special.noBubble && !isWindow( elem ) ) {\n\n\t\t\tbubbleType = special.delegateType || type;\n\t\t\tif ( !rfocusMorph.test( bubbleType + type ) ) {\n\t\t\t\tcur = cur.parentNode;\n\t\t\t}\n\t\t\tfor ( ; cur; cur = cur.parentNode ) {\n\t\t\t\teventPath.push( cur );\n\t\t\t\ttmp = cur;\n\t\t\t}\n\n\t\t\t// Only add window if we got to document (e.g., not plain obj or detached DOM)\n\t\t\tif ( tmp === ( elem.ownerDocument || document ) ) {\n\t\t\t\teventPath.push( tmp.defaultView || tmp.parentWindow || window );\n\t\t\t}\n\t\t}\n\n\t\t// Fire handlers on the event path\n\t\ti = 0;\n\t\twhile ( ( cur = eventPath[ i++ ] ) && !event.isPropagationStopped() ) {\n\t\t\tlastElement = cur;\n\t\t\tevent.type = i > 1 ?\n\t\t\t\tbubbleType :\n\t\t\t\tspecial.bindType || type;\n\n\t\t\t// jQuery handler\n\t\t\thandle = ( dataPriv.get( cur, \"events\" ) || {} )[ event.type ] &&\n\t\t\t\tdataPriv.get( cur, \"handle\" );\n\t\t\tif ( handle ) {\n\t\t\t\thandle.apply( cur, data );\n\t\t\t}\n\n\t\t\t// Native handler\n\t\t\thandle = ontype && cur[ ontype ];\n\t\t\tif ( handle && handle.apply && acceptData( cur ) ) {\n\t\t\t\tevent.result = handle.apply( cur, data );\n\t\t\t\tif ( event.result === false ) {\n\t\t\t\t\tevent.preventDefault();\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t\tevent.type = type;\n\n\t\t// If nobody prevented the default action, do it now\n\t\tif ( !onlyHandlers && !event.isDefaultPrevented() ) {\n\n\t\t\tif ( ( !special._default ||\n\t\t\t\tspecial._default.apply( eventPath.pop(), data ) === false ) &&\n\t\t\t\tacceptData( elem ) ) {\n\n\t\t\t\t// Call a native DOM method on the target with the same name as the event.\n\t\t\t\t// Don't do default actions on window, that's where global variables be (#6170)\n\t\t\t\tif ( ontype && isFunction( elem[ type ] ) && !isWindow( elem ) ) {\n\n\t\t\t\t\t// Don't re-trigger an onFOO event when we call its FOO() method\n\t\t\t\t\ttmp = elem[ ontype ];\n\n\t\t\t\t\tif ( tmp ) {\n\t\t\t\t\t\telem[ ontype ] = null;\n\t\t\t\t\t}\n\n\t\t\t\t\t// Prevent re-triggering of the same event, since we already bubbled it above\n\t\t\t\t\tjQuery.event.triggered = type;\n\n\t\t\t\t\tif ( event.isPropagationStopped() ) {\n\t\t\t\t\t\tlastElement.addEventListener( type, stopPropagationCallback );\n\t\t\t\t\t}\n\n\t\t\t\t\telem[ type ]();\n\n\t\t\t\t\tif ( event.isPropagationStopped() ) {\n\t\t\t\t\t\tlastElement.removeEventListener( type, stopPropagationCallback );\n\t\t\t\t\t}\n\n\t\t\t\t\tjQuery.event.triggered = undefined;\n\n\t\t\t\t\tif ( tmp ) {\n\t\t\t\t\t\telem[ ontype ] = tmp;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\treturn event.result;\n\t},\n\n\t// Piggyback on a donor event to simulate a different one\n\t// Used only for `focus(in | out)` events\n\tsimulate: function( type, elem, event ) {\n\t\tvar e = jQuery.extend(\n\t\t\tnew jQuery.Event(),\n\t\t\tevent,\n\t\t\t{\n\t\t\t\ttype: type,\n\t\t\t\tisSimulated: true\n\t\t\t}\n\t\t);\n\n\t\tjQuery.event.trigger( e, null, elem );\n\t}\n\n} );\n\njQuery.fn.extend( {\n\n\ttrigger: function( type, data ) {\n\t\treturn this.each( function() {\n\t\t\tjQuery.event.trigger( type, data, this );\n\t\t} );\n\t},\n\ttriggerHandler: function( type, data ) {\n\t\tvar elem = this[ 0 ];\n\t\tif ( elem ) {\n\t\t\treturn jQuery.event.trigger( type, data, elem, true );\n\t\t}\n\t}\n} );\n\n\n// Support: Firefox <=44\n// Firefox doesn't have focus(in | out) events\n// Related ticket - https://bugzilla.mozilla.org/show_bug.cgi?id=687787\n//\n// Support: Chrome <=48 - 49, Safari <=9.0 - 9.1\n// focus(in | out) events fire after focus & blur events,\n// which is spec violation - http://www.w3.org/TR/DOM-Level-3-Events/#events-focusevent-event-order\n// Related ticket - https://bugs.chromium.org/p/chromium/issues/detail?id=449857\nif ( !support.focusin ) {\n\tjQuery.each( { focus: \"focusin\", blur: \"focusout\" }, function( orig, fix ) {\n\n\t\t// Attach a single capturing handler on the document while someone wants focusin/focusout\n\t\tvar handler = function( event ) {\n\t\t\tjQuery.event.simulate( fix, event.target, jQuery.event.fix( event ) );\n\t\t};\n\n\t\tjQuery.event.special[ fix ] = {\n\t\t\tsetup: function() {\n\t\t\t\tvar doc = this.ownerDocument || this,\n\t\t\t\t\tattaches = dataPriv.access( doc, fix );\n\n\t\t\t\tif ( !attaches ) {\n\t\t\t\t\tdoc.addEventListener( orig, handler, true );\n\t\t\t\t}\n\t\t\t\tdataPriv.access( doc, fix, ( attaches || 0 ) + 1 );\n\t\t\t},\n\t\t\tteardown: function() {\n\t\t\t\tvar doc = this.ownerDocument || this,\n\t\t\t\t\tattaches = dataPriv.access( doc, fix ) - 1;\n\n\t\t\t\tif ( !attaches ) {\n\t\t\t\t\tdoc.removeEventListener( orig, handler, true );\n\t\t\t\t\tdataPriv.remove( doc, fix );\n\n\t\t\t\t} else {\n\t\t\t\t\tdataPriv.access( doc, fix, attaches );\n\t\t\t\t}\n\t\t\t}\n\t\t};\n\t} );\n}\nvar location = window.location;\n\nvar nonce = Date.now();\n\nvar rquery = ( /\\?/ );\n\n\n\n// Cross-browser xml parsing\njQuery.parseXML = function( data ) {\n\tvar xml;\n\tif ( !data || typeof data !== \"string\" ) {\n\t\treturn null;\n\t}\n\n\t// Support: IE 9 - 11 only\n\t// IE throws on parseFromString with invalid input.\n\ttry {\n\t\txml = ( new window.DOMParser() ).parseFromString( data, \"text/xml\" );\n\t} catch ( e ) {\n\t\txml = undefined;\n\t}\n\n\tif ( !xml || xml.getElementsByTagName( \"parsererror\" ).length ) {\n\t\tjQuery.error( \"Invalid XML: \" + data );\n\t}\n\treturn xml;\n};\n\n\nvar\n\trbracket = /\\[\\]$/,\n\trCRLF = /\\r?\\n/g,\n\trsubmitterTypes = /^(?:submit|button|image|reset|file)$/i,\n\trsubmittable = /^(?:input|select|textarea|keygen)/i;\n\nfunction buildParams( prefix, obj, traditional, add ) {\n\tvar name;\n\n\tif ( Array.isArray( obj ) ) {\n\n\t\t// Serialize array item.\n\t\tjQuery.each( obj, function( i, v ) {\n\t\t\tif ( traditional || rbracket.test( prefix ) ) {\n\n\t\t\t\t// Treat each array item as a scalar.\n\t\t\t\tadd( prefix, v );\n\n\t\t\t} else {\n\n\t\t\t\t// Item is non-scalar (array or object), encode its numeric index.\n\t\t\t\tbuildParams(\n\t\t\t\t\tprefix + \"[\" + ( typeof v === \"object\" && v != null ? i : \"\" ) + \"]\",\n\t\t\t\t\tv,\n\t\t\t\t\ttraditional,\n\t\t\t\t\tadd\n\t\t\t\t);\n\t\t\t}\n\t\t} );\n\n\t} else if ( !traditional && toType( obj ) === \"object\" ) {\n\n\t\t// Serialize object item.\n\t\tfor ( name in obj ) {\n\t\t\tbuildParams( prefix + \"[\" + name + \"]\", obj[ name ], traditional, add );\n\t\t}\n\n\t} else {\n\n\t\t// Serialize scalar item.\n\t\tadd( prefix, obj );\n\t}\n}\n\n// Serialize an array of form elements or a set of\n// key/values into a query string\njQuery.param = function( a, traditional ) {\n\tvar prefix,\n\t\ts = [],\n\t\tadd = function( key, valueOrFunction ) {\n\n\t\t\t// If value is a function, invoke it and use its return value\n\t\t\tvar value = isFunction( valueOrFunction ) ?\n\t\t\t\tvalueOrFunction() :\n\t\t\t\tvalueOrFunction;\n\n\t\t\ts[ s.length ] = encodeURIComponent( key ) + \"=\" +\n\t\t\t\tencodeURIComponent( value == null ? \"\" : value );\n\t\t};\n\n\t// If an array was passed in, assume that it is an array of form elements.\n\tif ( Array.isArray( a ) || ( a.jquery && !jQuery.isPlainObject( a ) ) ) {\n\n\t\t// Serialize the form elements\n\t\tjQuery.each( a, function() {\n\t\t\tadd( this.name, this.value );\n\t\t} );\n\n\t} else {\n\n\t\t// If traditional, encode the \"old\" way (the way 1.3.2 or older\n\t\t// did it), otherwise encode params recursively.\n\t\tfor ( prefix in a ) {\n\t\t\tbuildParams( prefix, a[ prefix ], traditional, add );\n\t\t}\n\t}\n\n\t// Return the resulting serialization\n\treturn s.join( \"&\" );\n};\n\njQuery.fn.extend( {\n\tserialize: function() {\n\t\treturn jQuery.param( this.serializeArray() );\n\t},\n\tserializeArray: function() {\n\t\treturn this.map( function() {\n\n\t\t\t// Can add propHook for \"elements\" to filter or add form elements\n\t\t\tvar elements = jQuery.prop( this, \"elements\" );\n\t\t\treturn elements ? jQuery.makeArray( elements ) : this;\n\t\t} )\n\t\t.filter( function() {\n\t\t\tvar type = this.type;\n\n\t\t\t// Use .is( \":disabled\" ) so that fieldset[disabled] works\n\t\t\treturn this.name && !jQuery( this ).is( \":disabled\" ) &&\n\t\t\t\trsubmittable.test( this.nodeName ) && !rsubmitterTypes.test( type ) &&\n\t\t\t\t( this.checked || !rcheckableType.test( type ) );\n\t\t} )\n\t\t.map( function( i, elem ) {\n\t\t\tvar val = jQuery( this ).val();\n\n\t\t\tif ( val == null ) {\n\t\t\t\treturn null;\n\t\t\t}\n\n\t\t\tif ( Array.isArray( val ) ) {\n\t\t\t\treturn jQuery.map( val, function( val ) {\n\t\t\t\t\treturn { name: elem.name, value: val.replace( rCRLF, \"\\r\\n\" ) };\n\t\t\t\t} );\n\t\t\t}\n\n\t\t\treturn { name: elem.name, value: val.replace( rCRLF, \"\\r\\n\" ) };\n\t\t} ).get();\n\t}\n} );\n\n\nvar\n\tr20 = /%20/g,\n\trhash = /#.*$/,\n\trantiCache = /([?&])_=[^&]*/,\n\trheaders = /^(.*?):[ \\t]*([^\\r\\n]*)$/mg,\n\n\t// #7653, #8125, #8152: local protocol detection\n\trlocalProtocol = /^(?:about|app|app-storage|.+-extension|file|res|widget):$/,\n\trnoContent = /^(?:GET|HEAD)$/,\n\trprotocol = /^\\/\\//,\n\n\t/* Prefilters\n\t * 1) They are useful to introduce custom dataTypes (see ajax/jsonp.js for an example)\n\t * 2) These are called:\n\t * - BEFORE asking for a transport\n\t * - AFTER param serialization (s.data is a string if s.processData is true)\n\t * 3) key is the dataType\n\t * 4) the catchall symbol \"*\" can be used\n\t * 5) execution will start with transport dataType and THEN continue down to \"*\" if needed\n\t */\n\tprefilters = {},\n\n\t/* Transports bindings\n\t * 1) key is the dataType\n\t * 2) the catchall symbol \"*\" can be used\n\t * 3) selection will start with transport dataType and THEN go to \"*\" if needed\n\t */\n\ttransports = {},\n\n\t// Avoid comment-prolog char sequence (#10098); must appease lint and evade compression\n\tallTypes = \"*/\".concat( \"*\" ),\n\n\t// Anchor tag for parsing the document origin\n\toriginAnchor = document.createElement( \"a\" );\n\toriginAnchor.href = location.href;\n\n// Base \"constructor\" for jQuery.ajaxPrefilter and jQuery.ajaxTransport\nfunction addToPrefiltersOrTransports( structure ) {\n\n\t// dataTypeExpression is optional and defaults to \"*\"\n\treturn function( dataTypeExpression, func ) {\n\n\t\tif ( typeof dataTypeExpression !== \"string\" ) {\n\t\t\tfunc = dataTypeExpression;\n\t\t\tdataTypeExpression = \"*\";\n\t\t}\n\n\t\tvar dataType,\n\t\t\ti = 0,\n\t\t\tdataTypes = dataTypeExpression.toLowerCase().match( rnothtmlwhite ) || [];\n\n\t\tif ( isFunction( func ) ) {\n\n\t\t\t// For each dataType in the dataTypeExpression\n\t\t\twhile ( ( dataType = dataTypes[ i++ ] ) ) {\n\n\t\t\t\t// Prepend if requested\n\t\t\t\tif ( dataType[ 0 ] === \"+\" ) {\n\t\t\t\t\tdataType = dataType.slice( 1 ) || \"*\";\n\t\t\t\t\t( structure[ dataType ] = structure[ dataType ] || [] ).unshift( func );\n\n\t\t\t\t// Otherwise append\n\t\t\t\t} else {\n\t\t\t\t\t( structure[ dataType ] = structure[ dataType ] || [] ).push( func );\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t};\n}\n\n// Base inspection function for prefilters and transports\nfunction inspectPrefiltersOrTransports( structure, options, originalOptions, jqXHR ) {\n\n\tvar inspected = {},\n\t\tseekingTransport = ( structure === transports );\n\n\tfunction inspect( dataType ) {\n\t\tvar selected;\n\t\tinspected[ dataType ] = true;\n\t\tjQuery.each( structure[ dataType ] || [], function( _, prefilterOrFactory ) {\n\t\t\tvar dataTypeOrTransport = prefilterOrFactory( options, originalOptions, jqXHR );\n\t\t\tif ( typeof dataTypeOrTransport === \"string\" &&\n\t\t\t\t!seekingTransport && !inspected[ dataTypeOrTransport ] ) {\n\n\t\t\t\toptions.dataTypes.unshift( dataTypeOrTransport );\n\t\t\t\tinspect( dataTypeOrTransport );\n\t\t\t\treturn false;\n\t\t\t} else if ( seekingTransport ) {\n\t\t\t\treturn !( selected = dataTypeOrTransport );\n\t\t\t}\n\t\t} );\n\t\treturn selected;\n\t}\n\n\treturn inspect( options.dataTypes[ 0 ] ) || !inspected[ \"*\" ] && inspect( \"*\" );\n}\n\n// A special extend for ajax options\n// that takes \"flat\" options (not to be deep extended)\n// Fixes #9887\nfunction ajaxExtend( target, src ) {\n\tvar key, deep,\n\t\tflatOptions = jQuery.ajaxSettings.flatOptions || {};\n\n\tfor ( key in src ) {\n\t\tif ( src[ key ] !== undefined ) {\n\t\t\t( flatOptions[ key ] ? target : ( deep || ( deep = {} ) ) )[ key ] = src[ key ];\n\t\t}\n\t}\n\tif ( deep ) {\n\t\tjQuery.extend( true, target, deep );\n\t}\n\n\treturn target;\n}\n\n/* Handles responses to an ajax request:\n * - finds the right dataType (mediates between content-type and expected dataType)\n * - returns the corresponding response\n */\nfunction ajaxHandleResponses( s, jqXHR, responses ) {\n\n\tvar ct, type, finalDataType, firstDataType,\n\t\tcontents = s.contents,\n\t\tdataTypes = s.dataTypes;\n\n\t// Remove auto dataType and get content-type in the process\n\twhile ( dataTypes[ 0 ] === \"*\" ) {\n\t\tdataTypes.shift();\n\t\tif ( ct === undefined ) {\n\t\t\tct = s.mimeType || jqXHR.getResponseHeader( \"Content-Type\" );\n\t\t}\n\t}\n\n\t// Check if we're dealing with a known content-type\n\tif ( ct ) {\n\t\tfor ( type in contents ) {\n\t\t\tif ( contents[ type ] && contents[ type ].test( ct ) ) {\n\t\t\t\tdataTypes.unshift( type );\n\t\t\t\tbreak;\n\t\t\t}\n\t\t}\n\t}\n\n\t// Check to see if we have a response for the expected dataType\n\tif ( dataTypes[ 0 ] in responses ) {\n\t\tfinalDataType = dataTypes[ 0 ];\n\t} else {\n\n\t\t// Try convertible dataTypes\n\t\tfor ( type in responses ) {\n\t\t\tif ( !dataTypes[ 0 ] || s.converters[ type + \" \" + dataTypes[ 0 ] ] ) {\n\t\t\t\tfinalDataType = type;\n\t\t\t\tbreak;\n\t\t\t}\n\t\t\tif ( !firstDataType ) {\n\t\t\t\tfirstDataType = type;\n\t\t\t}\n\t\t}\n\n\t\t// Or just use first one\n\t\tfinalDataType = finalDataType || firstDataType;\n\t}\n\n\t// If we found a dataType\n\t// We add the dataType to the list if needed\n\t// and return the corresponding response\n\tif ( finalDataType ) {\n\t\tif ( finalDataType !== dataTypes[ 0 ] ) {\n\t\t\tdataTypes.unshift( finalDataType );\n\t\t}\n\t\treturn responses[ finalDataType ];\n\t}\n}\n\n/* Chain conversions given the request and the original response\n * Also sets the responseXXX fields on the jqXHR instance\n */\nfunction ajaxConvert( s, response, jqXHR, isSuccess ) {\n\tvar conv2, current, conv, tmp, prev,\n\t\tconverters = {},\n\n\t\t// Work with a copy of dataTypes in case we need to modify it for conversion\n\t\tdataTypes = s.dataTypes.slice();\n\n\t// Create converters map with lowercased keys\n\tif ( dataTypes[ 1 ] ) {\n\t\tfor ( conv in s.converters ) {\n\t\t\tconverters[ conv.toLowerCase() ] = s.converters[ conv ];\n\t\t}\n\t}\n\n\tcurrent = dataTypes.shift();\n\n\t// Convert to each sequential dataType\n\twhile ( current ) {\n\n\t\tif ( s.responseFields[ current ] ) {\n\t\t\tjqXHR[ s.responseFields[ current ] ] = response;\n\t\t}\n\n\t\t// Apply the dataFilter if provided\n\t\tif ( !prev && isSuccess && s.dataFilter ) {\n\t\t\tresponse = s.dataFilter( response, s.dataType );\n\t\t}\n\n\t\tprev = current;\n\t\tcurrent = dataTypes.shift();\n\n\t\tif ( current ) {\n\n\t\t\t// There's only work to do if current dataType is non-auto\n\t\t\tif ( current === \"*\" ) {\n\n\t\t\t\tcurrent = prev;\n\n\t\t\t// Convert response if prev dataType is non-auto and differs from current\n\t\t\t} else if ( prev !== \"*\" && prev !== current ) {\n\n\t\t\t\t// Seek a direct converter\n\t\t\t\tconv = converters[ prev + \" \" + current ] || converters[ \"* \" + current ];\n\n\t\t\t\t// If none found, seek a pair\n\t\t\t\tif ( !conv ) {\n\t\t\t\t\tfor ( conv2 in converters ) {\n\n\t\t\t\t\t\t// If conv2 outputs current\n\t\t\t\t\t\ttmp = conv2.split( \" \" );\n\t\t\t\t\t\tif ( tmp[ 1 ] === current ) {\n\n\t\t\t\t\t\t\t// If prev can be converted to accepted input\n\t\t\t\t\t\t\tconv = converters[ prev + \" \" + tmp[ 0 ] ] ||\n\t\t\t\t\t\t\t\tconverters[ \"* \" + tmp[ 0 ] ];\n\t\t\t\t\t\t\tif ( conv ) {\n\n\t\t\t\t\t\t\t\t// Condense equivalence converters\n\t\t\t\t\t\t\t\tif ( conv === true ) {\n\t\t\t\t\t\t\t\t\tconv = converters[ conv2 ];\n\n\t\t\t\t\t\t\t\t// Otherwise, insert the intermediate dataType\n\t\t\t\t\t\t\t\t} else if ( converters[ conv2 ] !== true ) {\n\t\t\t\t\t\t\t\t\tcurrent = tmp[ 0 ];\n\t\t\t\t\t\t\t\t\tdataTypes.unshift( tmp[ 1 ] );\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\tbreak;\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\n\t\t\t\t// Apply converter (if not an equivalence)\n\t\t\t\tif ( conv !== true ) {\n\n\t\t\t\t\t// Unless errors are allowed to bubble, catch and return them\n\t\t\t\t\tif ( conv && s.throws ) {\n\t\t\t\t\t\tresponse = conv( response );\n\t\t\t\t\t} else {\n\t\t\t\t\t\ttry {\n\t\t\t\t\t\t\tresponse = conv( response );\n\t\t\t\t\t\t} catch ( e ) {\n\t\t\t\t\t\t\treturn {\n\t\t\t\t\t\t\t\tstate: \"parsererror\",\n\t\t\t\t\t\t\t\terror: conv ? e : \"No conversion from \" + prev + \" to \" + current\n\t\t\t\t\t\t\t};\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n\n\treturn { state: \"success\", data: response };\n}\n\njQuery.extend( {\n\n\t// Counter for holding the number of active queries\n\tactive: 0,\n\n\t// Last-Modified header cache for next request\n\tlastModified: {},\n\tetag: {},\n\n\tajaxSettings: {\n\t\turl: location.href,\n\t\ttype: \"GET\",\n\t\tisLocal: rlocalProtocol.test( location.protocol ),\n\t\tglobal: true,\n\t\tprocessData: true,\n\t\tasync: true,\n\t\tcontentType: \"application/x-www-form-urlencoded; charset=UTF-8\",\n\n\t\t/*\n\t\ttimeout: 0,\n\t\tdata: null,\n\t\tdataType: null,\n\t\tusername: null,\n\t\tpassword: null,\n\t\tcache: null,\n\t\tthrows: false,\n\t\ttraditional: false,\n\t\theaders: {},\n\t\t*/\n\n\t\taccepts: {\n\t\t\t\"*\": allTypes,\n\t\t\ttext: \"text/plain\",\n\t\t\thtml: \"text/html\",\n\t\t\txml: \"application/xml, text/xml\",\n\t\t\tjson: \"application/json, text/javascript\"\n\t\t},\n\n\t\tcontents: {\n\t\t\txml: /\\bxml\\b/,\n\t\t\thtml: /\\bhtml/,\n\t\t\tjson: /\\bjson\\b/\n\t\t},\n\n\t\tresponseFields: {\n\t\t\txml: \"responseXML\",\n\t\t\ttext: \"responseText\",\n\t\t\tjson: \"responseJSON\"\n\t\t},\n\n\t\t// Data converters\n\t\t// Keys separate source (or catchall \"*\") and destination types with a single space\n\t\tconverters: {\n\n\t\t\t// Convert anything to text\n\t\t\t\"* text\": String,\n\n\t\t\t// Text to html (true = no transformation)\n\t\t\t\"text html\": true,\n\n\t\t\t// Evaluate text as a json expression\n\t\t\t\"text json\": JSON.parse,\n\n\t\t\t// Parse text as xml\n\t\t\t\"text xml\": jQuery.parseXML\n\t\t},\n\n\t\t// For options that shouldn't be deep extended:\n\t\t// you can add your own custom options here if\n\t\t// and when you create one that shouldn't be\n\t\t// deep extended (see ajaxExtend)\n\t\tflatOptions: {\n\t\t\turl: true,\n\t\t\tcontext: true\n\t\t}\n\t},\n\n\t// Creates a full fledged settings object into target\n\t// with both ajaxSettings and settings fields.\n\t// If target is omitted, writes into ajaxSettings.\n\tajaxSetup: function( target, settings ) {\n\t\treturn settings ?\n\n\t\t\t// Building a settings object\n\t\t\tajaxExtend( ajaxExtend( target, jQuery.ajaxSettings ), settings ) :\n\n\t\t\t// Extending ajaxSettings\n\t\t\tajaxExtend( jQuery.ajaxSettings, target );\n\t},\n\n\tajaxPrefilter: addToPrefiltersOrTransports( prefilters ),\n\tajaxTransport: addToPrefiltersOrTransports( transports ),\n\n\t// Main method\n\tajax: function( url, options ) {\n\n\t\t// If url is an object, simulate pre-1.5 signature\n\t\tif ( typeof url === \"object\" ) {\n\t\t\toptions = url;\n\t\t\turl = undefined;\n\t\t}\n\n\t\t// Force options to be an object\n\t\toptions = options || {};\n\n\t\tvar transport,\n\n\t\t\t// URL without anti-cache param\n\t\t\tcacheURL,\n\n\t\t\t// Response headers\n\t\t\tresponseHeadersString,\n\t\t\tresponseHeaders,\n\n\t\t\t// timeout handle\n\t\t\ttimeoutTimer,\n\n\t\t\t// Url cleanup var\n\t\t\turlAnchor,\n\n\t\t\t// Request state (becomes false upon send and true upon completion)\n\t\t\tcompleted,\n\n\t\t\t// To know if global events are to be dispatched\n\t\t\tfireGlobals,\n\n\t\t\t// Loop variable\n\t\t\ti,\n\n\t\t\t// uncached part of the url\n\t\t\tuncached,\n\n\t\t\t// Create the final options object\n\t\t\ts = jQuery.ajaxSetup( {}, options ),\n\n\t\t\t// Callbacks context\n\t\t\tcallbackContext = s.context || s,\n\n\t\t\t// Context for global events is callbackContext if it is a DOM node or jQuery collection\n\t\t\tglobalEventContext = s.context &&\n\t\t\t\t( callbackContext.nodeType || callbackContext.jquery ) ?\n\t\t\t\t\tjQuery( callbackContext ) :\n\t\t\t\t\tjQuery.event,\n\n\t\t\t// Deferreds\n\t\t\tdeferred = jQuery.Deferred(),\n\t\t\tcompleteDeferred = jQuery.Callbacks( \"once memory\" ),\n\n\t\t\t// Status-dependent callbacks\n\t\t\tstatusCode = s.statusCode || {},\n\n\t\t\t// Headers (they are sent all at once)\n\t\t\trequestHeaders = {},\n\t\t\trequestHeadersNames = {},\n\n\t\t\t// Default abort message\n\t\t\tstrAbort = \"canceled\",\n\n\t\t\t// Fake xhr\n\t\t\tjqXHR = {\n\t\t\t\treadyState: 0,\n\n\t\t\t\t// Builds headers hashtable if needed\n\t\t\t\tgetResponseHeader: function( key ) {\n\t\t\t\t\tvar match;\n\t\t\t\t\tif ( completed ) {\n\t\t\t\t\t\tif ( !responseHeaders ) {\n\t\t\t\t\t\t\tresponseHeaders = {};\n\t\t\t\t\t\t\twhile ( ( match = rheaders.exec( responseHeadersString ) ) ) {\n\t\t\t\t\t\t\t\tresponseHeaders[ match[ 1 ].toLowerCase() ] = match[ 2 ];\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t\tmatch = responseHeaders[ key.toLowerCase() ];\n\t\t\t\t\t}\n\t\t\t\t\treturn match == null ? null : match;\n\t\t\t\t},\n\n\t\t\t\t// Raw string\n\t\t\t\tgetAllResponseHeaders: function() {\n\t\t\t\t\treturn completed ? responseHeadersString : null;\n\t\t\t\t},\n\n\t\t\t\t// Caches the header\n\t\t\t\tsetRequestHeader: function( name, value ) {\n\t\t\t\t\tif ( completed == null ) {\n\t\t\t\t\t\tname = requestHeadersNames[ name.toLowerCase() ] =\n\t\t\t\t\t\t\trequestHeadersNames[ name.toLowerCase() ] || name;\n\t\t\t\t\t\trequestHeaders[ name ] = value;\n\t\t\t\t\t}\n\t\t\t\t\treturn this;\n\t\t\t\t},\n\n\t\t\t\t// Overrides response content-type header\n\t\t\t\toverrideMimeType: function( type ) {\n\t\t\t\t\tif ( completed == null ) {\n\t\t\t\t\t\ts.mimeType = type;\n\t\t\t\t\t}\n\t\t\t\t\treturn this;\n\t\t\t\t},\n\n\t\t\t\t// Status-dependent callbacks\n\t\t\t\tstatusCode: function( map ) {\n\t\t\t\t\tvar code;\n\t\t\t\t\tif ( map ) {\n\t\t\t\t\t\tif ( completed ) {\n\n\t\t\t\t\t\t\t// Execute the appropriate callbacks\n\t\t\t\t\t\t\tjqXHR.always( map[ jqXHR.status ] );\n\t\t\t\t\t\t} else {\n\n\t\t\t\t\t\t\t// Lazy-add the new callbacks in a way that preserves old ones\n\t\t\t\t\t\t\tfor ( code in map ) {\n\t\t\t\t\t\t\t\tstatusCode[ code ] = [ statusCode[ code ], map[ code ] ];\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t\treturn this;\n\t\t\t\t},\n\n\t\t\t\t// Cancel the request\n\t\t\t\tabort: function( statusText ) {\n\t\t\t\t\tvar finalText = statusText || strAbort;\n\t\t\t\t\tif ( transport ) {\n\t\t\t\t\t\ttransport.abort( finalText );\n\t\t\t\t\t}\n\t\t\t\t\tdone( 0, finalText );\n\t\t\t\t\treturn this;\n\t\t\t\t}\n\t\t\t};\n\n\t\t// Attach deferreds\n\t\tdeferred.promise( jqXHR );\n\n\t\t// Add protocol if not provided (prefilters might expect it)\n\t\t// Handle falsy url in the settings object (#10093: consistency with old signature)\n\t\t// We also use the url parameter if available\n\t\ts.url = ( ( url || s.url || location.href ) + \"\" )\n\t\t\t.replace( rprotocol, location.protocol + \"//\" );\n\n\t\t// Alias method option to type as per ticket #12004\n\t\ts.type = options.method || options.type || s.method || s.type;\n\n\t\t// Extract dataTypes list\n\t\ts.dataTypes = ( s.dataType || \"*\" ).toLowerCase().match( rnothtmlwhite ) || [ \"\" ];\n\n\t\t// A cross-domain request is in order when the origin doesn't match the current origin.\n\t\tif ( s.crossDomain == null ) {\n\t\t\turlAnchor = document.createElement( \"a\" );\n\n\t\t\t// Support: IE <=8 - 11, Edge 12 - 15\n\t\t\t// IE throws exception on accessing the href property if url is malformed,\n\t\t\t// e.g. http://example.com:80x/\n\t\t\ttry {\n\t\t\t\turlAnchor.href = s.url;\n\n\t\t\t\t// Support: IE <=8 - 11 only\n\t\t\t\t// Anchor's host property isn't correctly set when s.url is relative\n\t\t\t\turlAnchor.href = urlAnchor.href;\n\t\t\t\ts.crossDomain = originAnchor.protocol + \"//\" + originAnchor.host !==\n\t\t\t\t\turlAnchor.protocol + \"//\" + urlAnchor.host;\n\t\t\t} catch ( e ) {\n\n\t\t\t\t// If there is an error parsing the URL, assume it is crossDomain,\n\t\t\t\t// it can be rejected by the transport if it is invalid\n\t\t\t\ts.crossDomain = true;\n\t\t\t}\n\t\t}\n\n\t\t// Convert data if not already a string\n\t\tif ( s.data && s.processData && typeof s.data !== \"string\" ) {\n\t\t\ts.data = jQuery.param( s.data, s.traditional );\n\t\t}\n\n\t\t// Apply prefilters\n\t\tinspectPrefiltersOrTransports( prefilters, s, options, jqXHR );\n\n\t\t// If request was aborted inside a prefilter, stop there\n\t\tif ( completed ) {\n\t\t\treturn jqXHR;\n\t\t}\n\n\t\t// We can fire global events as of now if asked to\n\t\t// Don't fire events if jQuery.event is undefined in an AMD-usage scenario (#15118)\n\t\tfireGlobals = jQuery.event && s.global;\n\n\t\t// Watch for a new set of requests\n\t\tif ( fireGlobals && jQuery.active++ === 0 ) {\n\t\t\tjQuery.event.trigger( \"ajaxStart\" );\n\t\t}\n\n\t\t// Uppercase the type\n\t\ts.type = s.type.toUpperCase();\n\n\t\t// Determine if request has content\n\t\ts.hasContent = !rnoContent.test( s.type );\n\n\t\t// Save the URL in case we're toying with the If-Modified-Since\n\t\t// and/or If-None-Match header later on\n\t\t// Remove hash to simplify url manipulation\n\t\tcacheURL = s.url.replace( rhash, \"\" );\n\n\t\t// More options handling for requests with no content\n\t\tif ( !s.hasContent ) {\n\n\t\t\t// Remember the hash so we can put it back\n\t\t\tuncached = s.url.slice( cacheURL.length );\n\n\t\t\t// If data is available and should be processed, append data to url\n\t\t\tif ( s.data && ( s.processData || typeof s.data === \"string\" ) ) {\n\t\t\t\tcacheURL += ( rquery.test( cacheURL ) ? \"&\" : \"?\" ) + s.data;\n\n\t\t\t\t// #9682: remove data so that it's not used in an eventual retry\n\t\t\t\tdelete s.data;\n\t\t\t}\n\n\t\t\t// Add or update anti-cache param if needed\n\t\t\tif ( s.cache === false ) {\n\t\t\t\tcacheURL = cacheURL.replace( rantiCache, \"$1\" );\n\t\t\t\tuncached = ( rquery.test( cacheURL ) ? \"&\" : \"?\" ) + \"_=\" + ( nonce++ ) + uncached;\n\t\t\t}\n\n\t\t\t// Put hash and anti-cache on the URL that will be requested (gh-1732)\n\t\t\ts.url = cacheURL + uncached;\n\n\t\t// Change '%20' to '+' if this is encoded form body content (gh-2658)\n\t\t} else if ( s.data && s.processData &&\n\t\t\t( s.contentType || \"\" ).indexOf( \"application/x-www-form-urlencoded\" ) === 0 ) {\n\t\t\ts.data = s.data.replace( r20, \"+\" );\n\t\t}\n\n\t\t// Set the If-Modified-Since and/or If-None-Match header, if in ifModified mode.\n\t\tif ( s.ifModified ) {\n\t\t\tif ( jQuery.lastModified[ cacheURL ] ) {\n\t\t\t\tjqXHR.setRequestHeader( \"If-Modified-Since\", jQuery.lastModified[ cacheURL ] );\n\t\t\t}\n\t\t\tif ( jQuery.etag[ cacheURL ] ) {\n\t\t\t\tjqXHR.setRequestHeader( \"If-None-Match\", jQuery.etag[ cacheURL ] );\n\t\t\t}\n\t\t}\n\n\t\t// Set the correct header, if data is being sent\n\t\tif ( s.data && s.hasContent && s.contentType !== false || options.contentType ) {\n\t\t\tjqXHR.setRequestHeader( \"Content-Type\", s.contentType );\n\t\t}\n\n\t\t// Set the Accepts header for the server, depending on the dataType\n\t\tjqXHR.setRequestHeader(\n\t\t\t\"Accept\",\n\t\t\ts.dataTypes[ 0 ] && s.accepts[ s.dataTypes[ 0 ] ] ?\n\t\t\t\ts.accepts[ s.dataTypes[ 0 ] ] +\n\t\t\t\t\t( s.dataTypes[ 0 ] !== \"*\" ? \", \" + allTypes + \"; q=0.01\" : \"\" ) :\n\t\t\t\ts.accepts[ \"*\" ]\n\t\t);\n\n\t\t// Check for headers option\n\t\tfor ( i in s.headers ) {\n\t\t\tjqXHR.setRequestHeader( i, s.headers[ i ] );\n\t\t}\n\n\t\t// Allow custom headers/mimetypes and early abort\n\t\tif ( s.beforeSend &&\n\t\t\t( s.beforeSend.call( callbackContext, jqXHR, s ) === false || completed ) ) {\n\n\t\t\t// Abort if not done already and return\n\t\t\treturn jqXHR.abort();\n\t\t}\n\n\t\t// Aborting is no longer a cancellation\n\t\tstrAbort = \"abort\";\n\n\t\t// Install callbacks on deferreds\n\t\tcompleteDeferred.add( s.complete );\n\t\tjqXHR.done( s.success );\n\t\tjqXHR.fail( s.error );\n\n\t\t// Get transport\n\t\ttransport = inspectPrefiltersOrTransports( transports, s, options, jqXHR );\n\n\t\t// If no transport, we auto-abort\n\t\tif ( !transport ) {\n\t\t\tdone( -1, \"No Transport\" );\n\t\t} else {\n\t\t\tjqXHR.readyState = 1;\n\n\t\t\t// Send global event\n\t\t\tif ( fireGlobals ) {\n\t\t\t\tglobalEventContext.trigger( \"ajaxSend\", [ jqXHR, s ] );\n\t\t\t}\n\n\t\t\t// If request was aborted inside ajaxSend, stop there\n\t\t\tif ( completed ) {\n\t\t\t\treturn jqXHR;\n\t\t\t}\n\n\t\t\t// Timeout\n\t\t\tif ( s.async && s.timeout > 0 ) {\n\t\t\t\ttimeoutTimer = window.setTimeout( function() {\n\t\t\t\t\tjqXHR.abort( \"timeout\" );\n\t\t\t\t}, s.timeout );\n\t\t\t}\n\n\t\t\ttry {\n\t\t\t\tcompleted = false;\n\t\t\t\ttransport.send( requestHeaders, done );\n\t\t\t} catch ( e ) {\n\n\t\t\t\t// Rethrow post-completion exceptions\n\t\t\t\tif ( completed ) {\n\t\t\t\t\tthrow e;\n\t\t\t\t}\n\n\t\t\t\t// Propagate others as results\n\t\t\t\tdone( -1, e );\n\t\t\t}\n\t\t}\n\n\t\t// Callback for when everything is done\n\t\tfunction done( status, nativeStatusText, responses, headers ) {\n\t\t\tvar isSuccess, success, error, response, modified,\n\t\t\t\tstatusText = nativeStatusText;\n\n\t\t\t// Ignore repeat invocations\n\t\t\tif ( completed ) {\n\t\t\t\treturn;\n\t\t\t}\n\n\t\t\tcompleted = true;\n\n\t\t\t// Clear timeout if it exists\n\t\t\tif ( timeoutTimer ) {\n\t\t\t\twindow.clearTimeout( timeoutTimer );\n\t\t\t}\n\n\t\t\t// Dereference transport for early garbage collection\n\t\t\t// (no matter how long the jqXHR object will be used)\n\t\t\ttransport = undefined;\n\n\t\t\t// Cache response headers\n\t\t\tresponseHeadersString = headers || \"\";\n\n\t\t\t// Set readyState\n\t\t\tjqXHR.readyState = status > 0 ? 4 : 0;\n\n\t\t\t// Determine if successful\n\t\t\tisSuccess = status >= 200 && status < 300 || status === 304;\n\n\t\t\t// Get response data\n\t\t\tif ( responses ) {\n\t\t\t\tresponse = ajaxHandleResponses( s, jqXHR, responses );\n\t\t\t}\n\n\t\t\t// Convert no matter what (that way responseXXX fields are always set)\n\t\t\tresponse = ajaxConvert( s, response, jqXHR, isSuccess );\n\n\t\t\t// If successful, handle type chaining\n\t\t\tif ( isSuccess ) {\n\n\t\t\t\t// Set the If-Modified-Since and/or If-None-Match header, if in ifModified mode.\n\t\t\t\tif ( s.ifModified ) {\n\t\t\t\t\tmodified = jqXHR.getResponseHeader( \"Last-Modified\" );\n\t\t\t\t\tif ( modified ) {\n\t\t\t\t\t\tjQuery.lastModified[ cacheURL ] = modified;\n\t\t\t\t\t}\n\t\t\t\t\tmodified = jqXHR.getResponseHeader( \"etag\" );\n\t\t\t\t\tif ( modified ) {\n\t\t\t\t\t\tjQuery.etag[ cacheURL ] = modified;\n\t\t\t\t\t}\n\t\t\t\t}\n\n\t\t\t\t// if no content\n\t\t\t\tif ( status === 204 || s.type === \"HEAD\" ) {\n\t\t\t\t\tstatusText = \"nocontent\";\n\n\t\t\t\t// if not modified\n\t\t\t\t} else if ( status === 304 ) {\n\t\t\t\t\tstatusText = \"notmodified\";\n\n\t\t\t\t// If we have data, let's convert it\n\t\t\t\t} else {\n\t\t\t\t\tstatusText = response.state;\n\t\t\t\t\tsuccess = response.data;\n\t\t\t\t\terror = response.error;\n\t\t\t\t\tisSuccess = !error;\n\t\t\t\t}\n\t\t\t} else {\n\n\t\t\t\t// Extract error from statusText and normalize for non-aborts\n\t\t\t\terror = statusText;\n\t\t\t\tif ( status || !statusText ) {\n\t\t\t\t\tstatusText = \"error\";\n\t\t\t\t\tif ( status < 0 ) {\n\t\t\t\t\t\tstatus = 0;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\n\t\t\t// Set data for the fake xhr object\n\t\t\tjqXHR.status = status;\n\t\t\tjqXHR.statusText = ( nativeStatusText || statusText ) + \"\";\n\n\t\t\t// Success/Error\n\t\t\tif ( isSuccess ) {\n\t\t\t\tdeferred.resolveWith( callbackContext, [ success, statusText, jqXHR ] );\n\t\t\t} else {\n\t\t\t\tdeferred.rejectWith( callbackContext, [ jqXHR, statusText, error ] );\n\t\t\t}\n\n\t\t\t// Status-dependent callbacks\n\t\t\tjqXHR.statusCode( statusCode );\n\t\t\tstatusCode = undefined;\n\n\t\t\tif ( fireGlobals ) {\n\t\t\t\tglobalEventContext.trigger( isSuccess ? \"ajaxSuccess\" : \"ajaxError\",\n\t\t\t\t\t[ jqXHR, s, isSuccess ? success : error ] );\n\t\t\t}\n\n\t\t\t// Complete\n\t\t\tcompleteDeferred.fireWith( callbackContext, [ jqXHR, statusText ] );\n\n\t\t\tif ( fireGlobals ) {\n\t\t\t\tglobalEventContext.trigger( \"ajaxComplete\", [ jqXHR, s ] );\n\n\t\t\t\t// Handle the global AJAX counter\n\t\t\t\tif ( !( --jQuery.active ) ) {\n\t\t\t\t\tjQuery.event.trigger( \"ajaxStop\" );\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\treturn jqXHR;\n\t},\n\n\tgetJSON: function( url, data, callback ) {\n\t\treturn jQuery.get( url, data, callback, \"json\" );\n\t},\n\n\tgetScript: function( url, callback ) {\n\t\treturn jQuery.get( url, undefined, callback, \"script\" );\n\t}\n} );\n\njQuery.each( [ \"get\", \"post\" ], function( i, method ) {\n\tjQuery[ method ] = function( url, data, callback, type ) {\n\n\t\t// Shift arguments if data argument was omitted\n\t\tif ( isFunction( data ) ) {\n\t\t\ttype = type || callback;\n\t\t\tcallback = data;\n\t\t\tdata = undefined;\n\t\t}\n\n\t\t// The url can be an options object (which then must have .url)\n\t\treturn jQuery.ajax( jQuery.extend( {\n\t\t\turl: url,\n\t\t\ttype: method,\n\t\t\tdataType: type,\n\t\t\tdata: data,\n\t\t\tsuccess: callback\n\t\t}, jQuery.isPlainObject( url ) && url ) );\n\t};\n} );\n\n\njQuery._evalUrl = function( url ) {\n\treturn jQuery.ajax( {\n\t\turl: url,\n\n\t\t// Make this explicit, since user can override this through ajaxSetup (#11264)\n\t\ttype: \"GET\",\n\t\tdataType: \"script\",\n\t\tcache: true,\n\t\tasync: false,\n\t\tglobal: false,\n\t\t\"throws\": true\n\t} );\n};\n\n\njQuery.fn.extend( {\n\twrapAll: function( html ) {\n\t\tvar wrap;\n\n\t\tif ( this[ 0 ] ) {\n\t\t\tif ( isFunction( html ) ) {\n\t\t\t\thtml = html.call( this[ 0 ] );\n\t\t\t}\n\n\t\t\t// The elements to wrap the target around\n\t\t\twrap = jQuery( html, this[ 0 ].ownerDocument ).eq( 0 ).clone( true );\n\n\t\t\tif ( this[ 0 ].parentNode ) {\n\t\t\t\twrap.insertBefore( this[ 0 ] );\n\t\t\t}\n\n\t\t\twrap.map( function() {\n\t\t\t\tvar elem = this;\n\n\t\t\t\twhile ( elem.firstElementChild ) {\n\t\t\t\t\telem = elem.firstElementChild;\n\t\t\t\t}\n\n\t\t\t\treturn elem;\n\t\t\t} ).append( this );\n\t\t}\n\n\t\treturn this;\n\t},\n\n\twrapInner: function( html ) {\n\t\tif ( isFunction( html ) ) {\n\t\t\treturn this.each( function( i ) {\n\t\t\t\tjQuery( this ).wrapInner( html.call( this, i ) );\n\t\t\t} );\n\t\t}\n\n\t\treturn this.each( function() {\n\t\t\tvar self = jQuery( this ),\n\t\t\t\tcontents = self.contents();\n\n\t\t\tif ( contents.length ) {\n\t\t\t\tcontents.wrapAll( html );\n\n\t\t\t} else {\n\t\t\t\tself.append( html );\n\t\t\t}\n\t\t} );\n\t},\n\n\twrap: function( html ) {\n\t\tvar htmlIsFunction = isFunction( html );\n\n\t\treturn this.each( function( i ) {\n\t\t\tjQuery( this ).wrapAll( htmlIsFunction ? html.call( this, i ) : html );\n\t\t} );\n\t},\n\n\tunwrap: function( selector ) {\n\t\tthis.parent( selector ).not( \"body\" ).each( function() {\n\t\t\tjQuery( this ).replaceWith( this.childNodes );\n\t\t} );\n\t\treturn this;\n\t}\n} );\n\n\njQuery.expr.pseudos.hidden = function( elem ) {\n\treturn !jQuery.expr.pseudos.visible( elem );\n};\njQuery.expr.pseudos.visible = function( elem ) {\n\treturn !!( elem.offsetWidth || elem.offsetHeight || elem.getClientRects().length );\n};\n\n\n\n\njQuery.ajaxSettings.xhr = function() {\n\ttry {\n\t\treturn new window.XMLHttpRequest();\n\t} catch ( e ) {}\n};\n\nvar xhrSuccessStatus = {\n\n\t\t// File protocol always yields status code 0, assume 200\n\t\t0: 200,\n\n\t\t// Support: IE <=9 only\n\t\t// #1450: sometimes IE returns 1223 when it should be 204\n\t\t1223: 204\n\t},\n\txhrSupported = jQuery.ajaxSettings.xhr();\n\nsupport.cors = !!xhrSupported && ( \"withCredentials\" in xhrSupported );\nsupport.ajax = xhrSupported = !!xhrSupported;\n\njQuery.ajaxTransport( function( options ) {\n\tvar callback, errorCallback;\n\n\t// Cross domain only allowed if supported through XMLHttpRequest\n\tif ( support.cors || xhrSupported && !options.crossDomain ) {\n\t\treturn {\n\t\t\tsend: function( headers, complete ) {\n\t\t\t\tvar i,\n\t\t\t\t\txhr = options.xhr();\n\n\t\t\t\txhr.open(\n\t\t\t\t\toptions.type,\n\t\t\t\t\toptions.url,\n\t\t\t\t\toptions.async,\n\t\t\t\t\toptions.username,\n\t\t\t\t\toptions.password\n\t\t\t\t);\n\n\t\t\t\t// Apply custom fields if provided\n\t\t\t\tif ( options.xhrFields ) {\n\t\t\t\t\tfor ( i in options.xhrFields ) {\n\t\t\t\t\t\txhr[ i ] = options.xhrFields[ i ];\n\t\t\t\t\t}\n\t\t\t\t}\n\n\t\t\t\t// Override mime type if needed\n\t\t\t\tif ( options.mimeType && xhr.overrideMimeType ) {\n\t\t\t\t\txhr.overrideMimeType( options.mimeType );\n\t\t\t\t}\n\n\t\t\t\t// X-Requested-With header\n\t\t\t\t// For cross-domain requests, seeing as conditions for a preflight are\n\t\t\t\t// akin to a jigsaw puzzle, we simply never set it to be sure.\n\t\t\t\t// (it can always be set on a per-request basis or even using ajaxSetup)\n\t\t\t\t// For same-domain requests, won't change header if already provided.\n\t\t\t\tif ( !options.crossDomain && !headers[ \"X-Requested-With\" ] ) {\n\t\t\t\t\theaders[ \"X-Requested-With\" ] = \"XMLHttpRequest\";\n\t\t\t\t}\n\n\t\t\t\t// Set headers\n\t\t\t\tfor ( i in headers ) {\n\t\t\t\t\txhr.setRequestHeader( i, headers[ i ] );\n\t\t\t\t}\n\n\t\t\t\t// Callback\n\t\t\t\tcallback = function( type ) {\n\t\t\t\t\treturn function() {\n\t\t\t\t\t\tif ( callback ) {\n\t\t\t\t\t\t\tcallback = errorCallback = xhr.onload =\n\t\t\t\t\t\t\t\txhr.onerror = xhr.onabort = xhr.ontimeout =\n\t\t\t\t\t\t\t\t\txhr.onreadystatechange = null;\n\n\t\t\t\t\t\t\tif ( type === \"abort\" ) {\n\t\t\t\t\t\t\t\txhr.abort();\n\t\t\t\t\t\t\t} else if ( type === \"error\" ) {\n\n\t\t\t\t\t\t\t\t// Support: IE <=9 only\n\t\t\t\t\t\t\t\t// On a manual native abort, IE9 throws\n\t\t\t\t\t\t\t\t// errors on any property access that is not readyState\n\t\t\t\t\t\t\t\tif ( typeof xhr.status !== \"number\" ) {\n\t\t\t\t\t\t\t\t\tcomplete( 0, \"error\" );\n\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\tcomplete(\n\n\t\t\t\t\t\t\t\t\t\t// File: protocol always yields status 0; see #8605, #14207\n\t\t\t\t\t\t\t\t\t\txhr.status,\n\t\t\t\t\t\t\t\t\t\txhr.statusText\n\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\tcomplete(\n\t\t\t\t\t\t\t\t\txhrSuccessStatus[ xhr.status ] || xhr.status,\n\t\t\t\t\t\t\t\t\txhr.statusText,\n\n\t\t\t\t\t\t\t\t\t// Support: IE <=9 only\n\t\t\t\t\t\t\t\t\t// IE9 has no XHR2 but throws on binary (trac-11426)\n\t\t\t\t\t\t\t\t\t// For XHR2 non-text, let the caller handle it (gh-2498)\n\t\t\t\t\t\t\t\t\t( xhr.responseType || \"text\" ) !== \"text\" ||\n\t\t\t\t\t\t\t\t\ttypeof xhr.responseText !== \"string\" ?\n\t\t\t\t\t\t\t\t\t\t{ binary: xhr.response } :\n\t\t\t\t\t\t\t\t\t\t{ text: xhr.responseText },\n\t\t\t\t\t\t\t\t\txhr.getAllResponseHeaders()\n\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t};\n\t\t\t\t};\n\n\t\t\t\t// Listen to events\n\t\t\t\txhr.onload = callback();\n\t\t\t\terrorCallback = xhr.onerror = xhr.ontimeout = callback( \"error\" );\n\n\t\t\t\t// Support: IE 9 only\n\t\t\t\t// Use onreadystatechange to replace onabort\n\t\t\t\t// to handle uncaught aborts\n\t\t\t\tif ( xhr.onabort !== undefined ) {\n\t\t\t\t\txhr.onabort = errorCallback;\n\t\t\t\t} else {\n\t\t\t\t\txhr.onreadystatechange = function() {\n\n\t\t\t\t\t\t// Check readyState before timeout as it changes\n\t\t\t\t\t\tif ( xhr.readyState === 4 ) {\n\n\t\t\t\t\t\t\t// Allow onerror to be called first,\n\t\t\t\t\t\t\t// but that will not handle a native abort\n\t\t\t\t\t\t\t// Also, save errorCallback to a variable\n\t\t\t\t\t\t\t// as xhr.onerror cannot be accessed\n\t\t\t\t\t\t\twindow.setTimeout( function() {\n\t\t\t\t\t\t\t\tif ( callback ) {\n\t\t\t\t\t\t\t\t\terrorCallback();\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t} );\n\t\t\t\t\t\t}\n\t\t\t\t\t};\n\t\t\t\t}\n\n\t\t\t\t// Create the abort callback\n\t\t\t\tcallback = callback( \"abort\" );\n\n\t\t\t\ttry {\n\n\t\t\t\t\t// Do send the request (this may raise an exception)\n\t\t\t\t\txhr.send( options.hasContent && options.data || null );\n\t\t\t\t} catch ( e ) {\n\n\t\t\t\t\t// #14683: Only rethrow if this hasn't been notified as an error yet\n\t\t\t\t\tif ( callback ) {\n\t\t\t\t\t\tthrow e;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\n\t\t\tabort: function() {\n\t\t\t\tif ( callback ) {\n\t\t\t\t\tcallback();\n\t\t\t\t}\n\t\t\t}\n\t\t};\n\t}\n} );\n\n\n\n\n// Prevent auto-execution of scripts when no explicit dataType was provided (See gh-2432)\njQuery.ajaxPrefilter( function( s ) {\n\tif ( s.crossDomain ) {\n\t\ts.contents.script = false;\n\t}\n} );\n\n// Install script dataType\njQuery.ajaxSetup( {\n\taccepts: {\n\t\tscript: \"text/javascript, application/javascript, \" +\n\t\t\t\"application/ecmascript, application/x-ecmascript\"\n\t},\n\tcontents: {\n\t\tscript: /\\b(?:java|ecma)script\\b/\n\t},\n\tconverters: {\n\t\t\"text script\": function( text ) {\n\t\t\tjQuery.globalEval( text );\n\t\t\treturn text;\n\t\t}\n\t}\n} );\n\n// Handle cache's special case and crossDomain\njQuery.ajaxPrefilter( \"script\", function( s ) {\n\tif ( s.cache === undefined ) {\n\t\ts.cache = false;\n\t}\n\tif ( s.crossDomain ) {\n\t\ts.type = \"GET\";\n\t}\n} );\n\n// Bind script tag hack transport\njQuery.ajaxTransport( \"script\", function( s ) {\n\n\t// This transport only deals with cross domain requests\n\tif ( s.crossDomain ) {\n\t\tvar script, callback;\n\t\treturn {\n\t\t\tsend: function( _, complete ) {\n\t\t\t\tscript = jQuery( \"<script>\" ).prop( {\n\t\t\t\t\tcharset: s.scriptCharset,\n\t\t\t\t\tsrc: s.url\n\t\t\t\t} ).on(\n\t\t\t\t\t\"load error\",\n\t\t\t\t\tcallback = function( evt ) {\n\t\t\t\t\t\tscript.remove();\n\t\t\t\t\t\tcallback = null;\n\t\t\t\t\t\tif ( evt ) {\n\t\t\t\t\t\t\tcomplete( evt.type === \"error\" ? 404 : 200, evt.type );\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t);\n\n\t\t\t\t// Use native DOM manipulation to avoid our domManip AJAX trickery\n\t\t\t\tdocument.head.appendChild( script[ 0 ] );\n\t\t\t},\n\t\t\tabort: function() {\n\t\t\t\tif ( callback ) {\n\t\t\t\t\tcallback();\n\t\t\t\t}\n\t\t\t}\n\t\t};\n\t}\n} );\n\n\n\n\nvar oldCallbacks = [],\n\trjsonp = /(=)\\?(?=&|$)|\\?\\?/;\n\n// Default jsonp settings\njQuery.ajaxSetup( {\n\tjsonp: \"callback\",\n\tjsonpCallback: function() {\n\t\tvar callback = oldCallbacks.pop() || ( jQuery.expando + \"_\" + ( nonce++ ) );\n\t\tthis[ callback ] = true;\n\t\treturn callback;\n\t}\n} );\n\n// Detect, normalize options and install callbacks for jsonp requests\njQuery.ajaxPrefilter( \"json jsonp\", function( s, originalSettings, jqXHR ) {\n\n\tvar callbackName, overwritten, responseContainer,\n\t\tjsonProp = s.jsonp !== false && ( rjsonp.test( s.url ) ?\n\t\t\t\"url\" :\n\t\t\ttypeof s.data === \"string\" &&\n\t\t\t\t( s.contentType || \"\" )\n\t\t\t\t\t.indexOf( \"application/x-www-form-urlencoded\" ) === 0 &&\n\t\t\t\trjsonp.test( s.data ) && \"data\"\n\t\t);\n\n\t// Handle iff the expected data type is \"jsonp\" or we have a parameter to set\n\tif ( jsonProp || s.dataTypes[ 0 ] === \"jsonp\" ) {\n\n\t\t// Get callback name, remembering preexisting value associated with it\n\t\tcallbackName = s.jsonpCallback = isFunction( s.jsonpCallback ) ?\n\t\t\ts.jsonpCallback() :\n\t\t\ts.jsonpCallback;\n\n\t\t// Insert callback into url or form data\n\t\tif ( jsonProp ) {\n\t\t\ts[ jsonProp ] = s[ jsonProp ].replace( rjsonp, \"$1\" + callbackName );\n\t\t} else if ( s.jsonp !== false ) {\n\t\t\ts.url += ( rquery.test( s.url ) ? \"&\" : \"?\" ) + s.jsonp + \"=\" + callbackName;\n\t\t}\n\n\t\t// Use data converter to retrieve json after script execution\n\t\ts.converters[ \"script json\" ] = function() {\n\t\t\tif ( !responseContainer ) {\n\t\t\t\tjQuery.error( callbackName + \" was not called\" );\n\t\t\t}\n\t\t\treturn responseContainer[ 0 ];\n\t\t};\n\n\t\t// Force json dataType\n\t\ts.dataTypes[ 0 ] = \"json\";\n\n\t\t// Install callback\n\t\toverwritten = window[ callbackName ];\n\t\twindow[ callbackName ] = function() {\n\t\t\tresponseContainer = arguments;\n\t\t};\n\n\t\t// Clean-up function (fires after converters)\n\t\tjqXHR.always( function() {\n\n\t\t\t// If previous value didn't exist - remove it\n\t\t\tif ( overwritten === undefined ) {\n\t\t\t\tjQuery( window ).removeProp( callbackName );\n\n\t\t\t// Otherwise restore preexisting value\n\t\t\t} else {\n\t\t\t\twindow[ callbackName ] = overwritten;\n\t\t\t}\n\n\t\t\t// Save back as free\n\t\t\tif ( s[ callbackName ] ) {\n\n\t\t\t\t// Make sure that re-using the options doesn't screw things around\n\t\t\t\ts.jsonpCallback = originalSettings.jsonpCallback;\n\n\t\t\t\t// Save the callback name for future use\n\t\t\t\toldCallbacks.push( callbackName );\n\t\t\t}\n\n\t\t\t// Call if it was a function and we have a response\n\t\t\tif ( responseContainer && isFunction( overwritten ) ) {\n\t\t\t\toverwritten( responseContainer[ 0 ] );\n\t\t\t}\n\n\t\t\tresponseContainer = overwritten = undefined;\n\t\t} );\n\n\t\t// Delegate to script\n\t\treturn \"script\";\n\t}\n} );\n\n\n\n\n// Support: Safari 8 only\n// In Safari 8 documents created via document.implementation.createHTMLDocument\n// collapse sibling forms: the second one becomes a child of the first one.\n// Because of that, this security measure has to be disabled in Safari 8.\n// https://bugs.webkit.org/show_bug.cgi?id=137337\nsupport.createHTMLDocument = ( function() {\n\tvar body = document.implementation.createHTMLDocument( \"\" ).body;\n\tbody.innerHTML = \"<form></form><form></form>\";\n\treturn body.childNodes.length === 2;\n} )();\n\n\n// Argument \"data\" should be string of html\n// context (optional): If specified, the fragment will be created in this context,\n// defaults to document\n// keepScripts (optional): If true, will include scripts passed in the html string\njQuery.parseHTML = function( data, context, keepScripts ) {\n\tif ( typeof data !== \"string\" ) {\n\t\treturn [];\n\t}\n\tif ( typeof context === \"boolean\" ) {\n\t\tkeepScripts = context;\n\t\tcontext = false;\n\t}\n\n\tvar base, parsed, scripts;\n\n\tif ( !context ) {\n\n\t\t// Stop scripts or inline event handlers from being executed immediately\n\t\t// by using document.implementation\n\t\tif ( support.createHTMLDocument ) {\n\t\t\tcontext = document.implementation.createHTMLDocument( \"\" );\n\n\t\t\t// Set the base href for the created document\n\t\t\t// so any parsed elements with URLs\n\t\t\t// are based on the document's URL (gh-2965)\n\t\t\tbase = context.createElement( \"base\" );\n\t\t\tbase.href = document.location.href;\n\t\t\tcontext.head.appendChild( base );\n\t\t} else {\n\t\t\tcontext = document;\n\t\t}\n\t}\n\n\tparsed = rsingleTag.exec( data );\n\tscripts = !keepScripts && [];\n\n\t// Single tag\n\tif ( parsed ) {\n\t\treturn [ context.createElement( parsed[ 1 ] ) ];\n\t}\n\n\tparsed = buildFragment( [ data ], context, scripts );\n\n\tif ( scripts && scripts.length ) {\n\t\tjQuery( scripts ).remove();\n\t}\n\n\treturn jQuery.merge( [], parsed.childNodes );\n};\n\n\n/**\n * Load a url into a page\n */\njQuery.fn.load = function( url, params, callback ) {\n\tvar selector, type, response,\n\t\tself = this,\n\t\toff = url.indexOf( \" \" );\n\n\tif ( off > -1 ) {\n\t\tselector = stripAndCollapse( url.slice( off ) );\n\t\turl = url.slice( 0, off );\n\t}\n\n\t// If it's a function\n\tif ( isFunction( params ) ) {\n\n\t\t// We assume that it's the callback\n\t\tcallback = params;\n\t\tparams = undefined;\n\n\t// Otherwise, build a param string\n\t} else if ( params && typeof params === \"object\" ) {\n\t\ttype = \"POST\";\n\t}\n\n\t// If we have elements to modify, make the request\n\tif ( self.length > 0 ) {\n\t\tjQuery.ajax( {\n\t\t\turl: url,\n\n\t\t\t// If \"type\" variable is undefined, then \"GET\" method will be used.\n\t\t\t// Make value of this field explicit since\n\t\t\t// user can override it through ajaxSetup method\n\t\t\ttype: type || \"GET\",\n\t\t\tdataType: \"html\",\n\t\t\tdata: params\n\t\t} ).done( function( responseText ) {\n\n\t\t\t// Save response for use in complete callback\n\t\t\tresponse = arguments;\n\n\t\t\tself.html( selector ?\n\n\t\t\t\t// If a selector was specified, locate the right elements in a dummy div\n\t\t\t\t// Exclude scripts to avoid IE 'Permission Denied' errors\n\t\t\t\tjQuery( \"<div>\" ).append( jQuery.parseHTML( responseText ) ).find( selector ) :\n\n\t\t\t\t// Otherwise use the full result\n\t\t\t\tresponseText );\n\n\t\t// If the request succeeds, this function gets \"data\", \"status\", \"jqXHR\"\n\t\t// but they are ignored because response was set above.\n\t\t// If it fails, this function gets \"jqXHR\", \"status\", \"error\"\n\t\t} ).always( callback && function( jqXHR, status ) {\n\t\t\tself.each( function() {\n\t\t\t\tcallback.apply( this, response || [ jqXHR.responseText, status, jqXHR ] );\n\t\t\t} );\n\t\t} );\n\t}\n\n\treturn this;\n};\n\n\n\n\n// Attach a bunch of functions for handling common AJAX events\njQuery.each( [\n\t\"ajaxStart\",\n\t\"ajaxStop\",\n\t\"ajaxComplete\",\n\t\"ajaxError\",\n\t\"ajaxSuccess\",\n\t\"ajaxSend\"\n], function( i, type ) {\n\tjQuery.fn[ type ] = function( fn ) {\n\t\treturn this.on( type, fn );\n\t};\n} );\n\n\n\n\njQuery.expr.pseudos.animated = function( elem ) {\n\treturn jQuery.grep( jQuery.timers, function( fn ) {\n\t\treturn elem === fn.elem;\n\t} ).length;\n};\n\n\n\n\njQuery.offset = {\n\tsetOffset: function( elem, options, i ) {\n\t\tvar curPosition, curLeft, curCSSTop, curTop, curOffset, curCSSLeft, calculatePosition,\n\t\t\tposition = jQuery.css( elem, \"position\" ),\n\t\t\tcurElem = jQuery( elem ),\n\t\t\tprops = {};\n\n\t\t// Set position first, in-case top/left are set even on static elem\n\t\tif ( position === \"static\" ) {\n\t\t\telem.style.position = \"relative\";\n\t\t}\n\n\t\tcurOffset = curElem.offset();\n\t\tcurCSSTop = jQuery.css( elem, \"top\" );\n\t\tcurCSSLeft = jQuery.css( elem, \"left\" );\n\t\tcalculatePosition = ( position === \"absolute\" || position === \"fixed\" ) &&\n\t\t\t( curCSSTop + curCSSLeft ).indexOf( \"auto\" ) > -1;\n\n\t\t// Need to be able to calculate position if either\n\t\t// top or left is auto and position is either absolute or fixed\n\t\tif ( calculatePosition ) {\n\t\t\tcurPosition = curElem.position();\n\t\t\tcurTop = curPosition.top;\n\t\t\tcurLeft = curPosition.left;\n\n\t\t} else {\n\t\t\tcurTop = parseFloat( curCSSTop ) || 0;\n\t\t\tcurLeft = parseFloat( curCSSLeft ) || 0;\n\t\t}\n\n\t\tif ( isFunction( options ) ) {\n\n\t\t\t// Use jQuery.extend here to allow modification of coordinates argument (gh-1848)\n\t\t\toptions = options.call( elem, i, jQuery.extend( {}, curOffset ) );\n\t\t}\n\n\t\tif ( options.top != null ) {\n\t\t\tprops.top = ( options.top - curOffset.top ) + curTop;\n\t\t}\n\t\tif ( options.left != null ) {\n\t\t\tprops.left = ( options.left - curOffset.left ) + curLeft;\n\t\t}\n\n\t\tif ( \"using\" in options ) {\n\t\t\toptions.using.call( elem, props );\n\n\t\t} else {\n\t\t\tcurElem.css( props );\n\t\t}\n\t}\n};\n\njQuery.fn.extend( {\n\n\t// offset() relates an element's border box to the document origin\n\toffset: function( options ) {\n\n\t\t// Preserve chaining for setter\n\t\tif ( arguments.length ) {\n\t\t\treturn options === undefined ?\n\t\t\t\tthis :\n\t\t\t\tthis.each( function( i ) {\n\t\t\t\t\tjQuery.offset.setOffset( this, options, i );\n\t\t\t\t} );\n\t\t}\n\n\t\tvar rect, win,\n\t\t\telem = this[ 0 ];\n\n\t\tif ( !elem ) {\n\t\t\treturn;\n\t\t}\n\n\t\t// Return zeros for disconnected and hidden (display: none) elements (gh-2310)\n\t\t// Support: IE <=11 only\n\t\t// Running getBoundingClientRect on a\n\t\t// disconnected node in IE throws an error\n\t\tif ( !elem.getClientRects().length ) {\n\t\t\treturn { top: 0, left: 0 };\n\t\t}\n\n\t\t// Get document-relative position by adding viewport scroll to viewport-relative gBCR\n\t\trect = elem.getBoundingClientRect();\n\t\twin = elem.ownerDocument.defaultView;\n\t\treturn {\n\t\t\ttop: rect.top + win.pageYOffset,\n\t\t\tleft: rect.left + win.pageXOffset\n\t\t};\n\t},\n\n\t// position() relates an element's margin box to its offset parent's padding box\n\t// This corresponds to the behavior of CSS absolute positioning\n\tposition: function() {\n\t\tif ( !this[ 0 ] ) {\n\t\t\treturn;\n\t\t}\n\n\t\tvar offsetParent, offset, doc,\n\t\t\telem = this[ 0 ],\n\t\t\tparentOffset = { top: 0, left: 0 };\n\n\t\t// position:fixed elements are offset from the viewport, which itself always has zero offset\n\t\tif ( jQuery.css( elem, \"position\" ) === \"fixed\" ) {\n\n\t\t\t// Assume position:fixed implies availability of getBoundingClientRect\n\t\t\toffset = elem.getBoundingClientRect();\n\n\t\t} else {\n\t\t\toffset = this.offset();\n\n\t\t\t// Account for the *real* offset parent, which can be the document or its root element\n\t\t\t// when a statically positioned element is identified\n\t\t\tdoc = elem.ownerDocument;\n\t\t\toffsetParent = elem.offsetParent || doc.documentElement;\n\t\t\twhile ( offsetParent &&\n\t\t\t\t( offsetParent === doc.body || offsetParent === doc.documentElement ) &&\n\t\t\t\tjQuery.css( offsetParent, \"position\" ) === \"static\" ) {\n\n\t\t\t\toffsetParent = offsetParent.parentNode;\n\t\t\t}\n\t\t\tif ( offsetParent && offsetParent !== elem && offsetParent.nodeType === 1 ) {\n\n\t\t\t\t// Incorporate borders into its offset, since they are outside its content origin\n\t\t\t\tparentOffset = jQuery( offsetParent ).offset();\n\t\t\t\tparentOffset.top += jQuery.css( offsetParent, \"borderTopWidth\", true );\n\t\t\t\tparentOffset.left += jQuery.css( offsetParent, \"borderLeftWidth\", true );\n\t\t\t}\n\t\t}\n\n\t\t// Subtract parent offsets and element margins\n\t\treturn {\n\t\t\ttop: offset.top - parentOffset.top - jQuery.css( elem, \"marginTop\", true ),\n\t\t\tleft: offset.left - parentOffset.left - jQuery.css( elem, \"marginLeft\", true )\n\t\t};\n\t},\n\n\t// This method will return documentElement in the following cases:\n\t// 1) For the element inside the iframe without offsetParent, this method will return\n\t// documentElement of the parent window\n\t// 2) For the hidden or detached element\n\t// 3) For body or html element, i.e. in case of the html node - it will return itself\n\t//\n\t// but those exceptions were never presented as a real life use-cases\n\t// and might be considered as more preferable results.\n\t//\n\t// This logic, however, is not guaranteed and can change at any point in the future\n\toffsetParent: function() {\n\t\treturn this.map( function() {\n\t\t\tvar offsetParent = this.offsetParent;\n\n\t\t\twhile ( offsetParent && jQuery.css( offsetParent, \"position\" ) === \"static\" ) {\n\t\t\t\toffsetParent = offsetParent.offsetParent;\n\t\t\t}\n\n\t\t\treturn offsetParent || documentElement;\n\t\t} );\n\t}\n} );\n\n// Create scrollLeft and scrollTop methods\njQuery.each( { scrollLeft: \"pageXOffset\", scrollTop: \"pageYOffset\" }, function( method, prop ) {\n\tvar top = \"pageYOffset\" === prop;\n\n\tjQuery.fn[ method ] = function( val ) {\n\t\treturn access( this, function( elem, method, val ) {\n\n\t\t\t// Coalesce documents and windows\n\t\t\tvar win;\n\t\t\tif ( isWindow( elem ) ) {\n\t\t\t\twin = elem;\n\t\t\t} else if ( elem.nodeType === 9 ) {\n\t\t\t\twin = elem.defaultView;\n\t\t\t}\n\n\t\t\tif ( val === undefined ) {\n\t\t\t\treturn win ? win[ prop ] : elem[ method ];\n\t\t\t}\n\n\t\t\tif ( win ) {\n\t\t\t\twin.scrollTo(\n\t\t\t\t\t!top ? val : win.pageXOffset,\n\t\t\t\t\ttop ? val : win.pageYOffset\n\t\t\t\t);\n\n\t\t\t} else {\n\t\t\t\telem[ method ] = val;\n\t\t\t}\n\t\t}, method, val, arguments.length );\n\t};\n} );\n\n// Support: Safari <=7 - 9.1, Chrome <=37 - 49\n// Add the top/left cssHooks using jQuery.fn.position\n// Webkit bug: https://bugs.webkit.org/show_bug.cgi?id=29084\n// Blink bug: https://bugs.chromium.org/p/chromium/issues/detail?id=589347\n// getComputedStyle returns percent when specified for top/left/bottom/right;\n// rather than make the css module depend on the offset module, just check for it here\njQuery.each( [ \"top\", \"left\" ], function( i, prop ) {\n\tjQuery.cssHooks[ prop ] = addGetHookIf( support.pixelPosition,\n\t\tfunction( elem, computed ) {\n\t\t\tif ( computed ) {\n\t\t\t\tcomputed = curCSS( elem, prop );\n\n\t\t\t\t// If curCSS returns percentage, fallback to offset\n\t\t\t\treturn rnumnonpx.test( computed ) ?\n\t\t\t\t\tjQuery( elem ).position()[ prop ] + \"px\" :\n\t\t\t\t\tcomputed;\n\t\t\t}\n\t\t}\n\t);\n} );\n\n\n// Create innerHeight, innerWidth, height, width, outerHeight and outerWidth methods\njQuery.each( { Height: \"height\", Width: \"width\" }, function( name, type ) {\n\tjQuery.each( { padding: \"inner\" + name, content: type, \"\": \"outer\" + name },\n\t\tfunction( defaultExtra, funcName ) {\n\n\t\t// Margin is only for outerHeight, outerWidth\n\t\tjQuery.fn[ funcName ] = function( margin, value ) {\n\t\t\tvar chainable = arguments.length && ( defaultExtra || typeof margin !== \"boolean\" ),\n\t\t\t\textra = defaultExtra || ( margin === true || value === true ? \"margin\" : \"border\" );\n\n\t\t\treturn access( this, function( elem, type, value ) {\n\t\t\t\tvar doc;\n\n\t\t\t\tif ( isWindow( elem ) ) {\n\n\t\t\t\t\t// $( window ).outerWidth/Height return w/h including scrollbars (gh-1729)\n\t\t\t\t\treturn funcName.indexOf( \"outer\" ) === 0 ?\n\t\t\t\t\t\telem[ \"inner\" + name ] :\n\t\t\t\t\t\telem.document.documentElement[ \"client\" + name ];\n\t\t\t\t}\n\n\t\t\t\t// Get document width or height\n\t\t\t\tif ( elem.nodeType === 9 ) {\n\t\t\t\t\tdoc = elem.documentElement;\n\n\t\t\t\t\t// Either scroll[Width/Height] or offset[Width/Height] or client[Width/Height],\n\t\t\t\t\t// whichever is greatest\n\t\t\t\t\treturn Math.max(\n\t\t\t\t\t\telem.body[ \"scroll\" + name ], doc[ \"scroll\" + name ],\n\t\t\t\t\t\telem.body[ \"offset\" + name ], doc[ \"offset\" + name ],\n\t\t\t\t\t\tdoc[ \"client\" + name ]\n\t\t\t\t\t);\n\t\t\t\t}\n\n\t\t\t\treturn value === undefined ?\n\n\t\t\t\t\t// Get width or height on the element, requesting but not forcing parseFloat\n\t\t\t\t\tjQuery.css( elem, type, extra ) :\n\n\t\t\t\t\t// Set width or height on the element\n\t\t\t\t\tjQuery.style( elem, type, value, extra );\n\t\t\t}, type, chainable ? margin : undefined, chainable );\n\t\t};\n\t} );\n} );\n\n\njQuery.each( ( \"blur focus focusin focusout resize scroll click dblclick \" +\n\t\"mousedown mouseup mousemove mouseover mouseout mouseenter mouseleave \" +\n\t\"change select submit keydown keypress keyup contextmenu\" ).split( \" \" ),\n\tfunction( i, name ) {\n\n\t// Handle event binding\n\tjQuery.fn[ name ] = function( data, fn ) {\n\t\treturn arguments.length > 0 ?\n\t\t\tthis.on( name, null, data, fn ) :\n\t\t\tthis.trigger( name );\n\t};\n} );\n\njQuery.fn.extend( {\n\thover: function( fnOver, fnOut ) {\n\t\treturn this.mouseenter( fnOver ).mouseleave( fnOut || fnOver );\n\t}\n} );\n\n\n\n\njQuery.fn.extend( {\n\n\tbind: function( types, data, fn ) {\n\t\treturn this.on( types, null, data, fn );\n\t},\n\tunbind: function( types, fn ) {\n\t\treturn this.off( types, null, fn );\n\t},\n\n\tdelegate: function( selector, types, data, fn ) {\n\t\treturn this.on( types, selector, data, fn );\n\t},\n\tundelegate: function( selector, types, fn ) {\n\n\t\t// ( namespace ) or ( selector, types [, fn] )\n\t\treturn arguments.length === 1 ?\n\t\t\tthis.off( selector, \"**\" ) :\n\t\t\tthis.off( types, selector || \"**\", fn );\n\t}\n} );\n\n// Bind a function to a context, optionally partially applying any\n// arguments.\n// jQuery.proxy is deprecated to promote standards (specifically Function#bind)\n// However, it is not slated for removal any time soon\njQuery.proxy = function( fn, context ) {\n\tvar tmp, args, proxy;\n\n\tif ( typeof context === \"string\" ) {\n\t\ttmp = fn[ context ];\n\t\tcontext = fn;\n\t\tfn = tmp;\n\t}\n\n\t// Quick check to determine if target is callable, in the spec\n\t// this throws a TypeError, but we will just return undefined.\n\tif ( !isFunction( fn ) ) {\n\t\treturn undefined;\n\t}\n\n\t// Simulated bind\n\targs = slice.call( arguments, 2 );\n\tproxy = function() {\n\t\treturn fn.apply( context || this, args.concat( slice.call( arguments ) ) );\n\t};\n\n\t// Set the guid of unique handler to the same of original handler, so it can be removed\n\tproxy.guid = fn.guid = fn.guid || jQuery.guid++;\n\n\treturn proxy;\n};\n\njQuery.holdReady = function( hold ) {\n\tif ( hold ) {\n\t\tjQuery.readyWait++;\n\t} else {\n\t\tjQuery.ready( true );\n\t}\n};\njQuery.isArray = Array.isArray;\njQuery.parseJSON = JSON.parse;\njQuery.nodeName = nodeName;\njQuery.isFunction = isFunction;\njQuery.isWindow = isWindow;\njQuery.camelCase = camelCase;\njQuery.type = toType;\n\njQuery.now = Date.now;\n\njQuery.isNumeric = function( obj ) {\n\n\t// As of jQuery 3.0, isNumeric is limited to\n\t// strings and numbers (primitives or objects)\n\t// that can be coerced to finite numbers (gh-2662)\n\tvar type = jQuery.type( obj );\n\treturn ( type === \"number\" || type === \"string\" ) &&\n\n\t\t// parseFloat NaNs numeric-cast false positives (\"\")\n\t\t// ...but misinterprets leading-number strings, particularly hex literals (\"0x...\")\n\t\t// subtraction forces infinities to NaN\n\t\t!isNaN( obj - parseFloat( obj ) );\n};\n\n\n\n\n// Register as a named AMD module, since jQuery can be concatenated with other\n// files that may use define, but not via a proper concatenation script that\n// understands anonymous AMD modules. A named AMD is safest and most robust\n// way to register. Lowercase jquery is used because AMD module names are\n// derived from file names, and jQuery is normally delivered in a lowercase\n// file name. Do this after creating the global so that if an AMD module wants\n// to call noConflict to hide this version of jQuery, it will work.\n\n// Note that for maximum portability, libraries that are not jQuery should\n// declare themselves as anonymous modules, and avoid setting a global if an\n// AMD loader is present. jQuery is a special case. For more information, see\n// https://github.com/jrburke/requirejs/wiki/Updating-existing-libraries#wiki-anon\n\nif ( typeof define === \"function\" && define.amd ) {\n\tdefine( \"jquery\", [], function() {\n\t\treturn jQuery;\n\t} );\n}\n\n\n\n\nvar\n\n\t// Map over jQuery in case of overwrite\n\t_jQuery = window.jQuery,\n\n\t// Map over the $ in case of overwrite\n\t_$ = window.$;\n\njQuery.noConflict = function( deep ) {\n\tif ( window.$ === jQuery ) {\n\t\twindow.$ = _$;\n\t}\n\n\tif ( deep && window.jQuery === jQuery ) {\n\t\twindow.jQuery = _jQuery;\n\t}\n\n\treturn jQuery;\n};\n\n// Expose jQuery and $ identifiers, even in AMD\n// (#7102#comment:10, https://github.com/jquery/jquery/pull/557)\n// and CommonJS for browser emulators (#13566)\nif ( !noGlobal ) {\n\twindow.jQuery = window.$ = jQuery;\n}\n\n\n\n\nreturn jQuery;\n} );\n","// Current version.\nexport var VERSION = '1.12.0';\n\n// Establish the root object, `window` (`self`) in the browser, `global`\n// on the server, or `this` in some virtual machines. We use `self`\n// instead of `window` for `WebWorker` support.\nexport var root = typeof self == 'object' && self.self === self && self ||\n typeof global == 'object' && global.global === global && global ||\n Function('return this')() ||\n {};\n\n// Save bytes in the minified (but not gzipped) version:\nexport var ArrayProto = Array.prototype, ObjProto = Object.prototype;\nexport var SymbolProto = typeof Symbol !== 'undefined' ? Symbol.prototype : null;\n\n// Create quick reference variables for speed access to core prototypes.\nexport var push = ArrayProto.push,\n slice = ArrayProto.slice,\n toString = ObjProto.toString,\n hasOwnProperty = ObjProto.hasOwnProperty;\n\n// Modern feature detection.\nexport var supportsArrayBuffer = typeof ArrayBuffer !== 'undefined',\n supportsDataView = typeof DataView !== 'undefined';\n\n// All **ECMAScript 5+** native function implementations that we hope to use\n// are declared here.\nexport var nativeIsArray = Array.isArray,\n nativeKeys = Object.keys,\n nativeCreate = Object.create,\n nativeIsView = supportsArrayBuffer && ArrayBuffer.isView;\n\n// Create references to these builtin functions because we override them.\nexport var _isNaN = isNaN,\n _isFinite = isFinite;\n\n// Keys in IE < 9 that won't be iterated by `for key in ...` and thus missed.\nexport var hasEnumBug = !{toString: null}.propertyIsEnumerable('toString');\nexport var nonEnumerableProps = ['valueOf', 'isPrototypeOf', 'toString',\n 'propertyIsEnumerable', 'hasOwnProperty', 'toLocaleString'];\n\n// The largest integer that can be represented exactly.\nexport var MAX_ARRAY_INDEX = Math.pow(2, 53) - 1;\n","//! moment.js\n//! version : 2.29.1\n//! authors : Tim Wood, Iskren Chernev, Moment.js contributors\n//! license : MIT\n//! momentjs.com\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory() :\n typeof define === 'function' && define.amd ? define(factory) :\n global.moment = factory()\n}(this, (function () { 'use strict';\n\n var hookCallback;\n\n function hooks() {\n return hookCallback.apply(null, arguments);\n }\n\n // This is done to register the method called with moment()\n // without creating circular dependencies.\n function setHookCallback(callback) {\n hookCallback = callback;\n }\n\n function isArray(input) {\n return (\n input instanceof Array ||\n Object.prototype.toString.call(input) === '[object Array]'\n );\n }\n\n function isObject(input) {\n // IE8 will treat undefined and null as object if it wasn't for\n // input != null\n return (\n input != null &&\n Object.prototype.toString.call(input) === '[object Object]'\n );\n }\n\n function hasOwnProp(a, b) {\n return Object.prototype.hasOwnProperty.call(a, b);\n }\n\n function isObjectEmpty(obj) {\n if (Object.getOwnPropertyNames) {\n return Object.getOwnPropertyNames(obj).length === 0;\n } else {\n var k;\n for (k in obj) {\n if (hasOwnProp(obj, k)) {\n return false;\n }\n }\n return true;\n }\n }\n\n function isUndefined(input) {\n return input === void 0;\n }\n\n function isNumber(input) {\n return (\n typeof input === 'number' ||\n Object.prototype.toString.call(input) === '[object Number]'\n );\n }\n\n function isDate(input) {\n return (\n input instanceof Date ||\n Object.prototype.toString.call(input) === '[object Date]'\n );\n }\n\n function map(arr, fn) {\n var res = [],\n i;\n for (i = 0; i < arr.length; ++i) {\n res.push(fn(arr[i], i));\n }\n return res;\n }\n\n function extend(a, b) {\n for (var i in b) {\n if (hasOwnProp(b, i)) {\n a[i] = b[i];\n }\n }\n\n if (hasOwnProp(b, 'toString')) {\n a.toString = b.toString;\n }\n\n if (hasOwnProp(b, 'valueOf')) {\n a.valueOf = b.valueOf;\n }\n\n return a;\n }\n\n function createUTC(input, format, locale, strict) {\n return createLocalOrUTC(input, format, locale, strict, true).utc();\n }\n\n function defaultParsingFlags() {\n // We need to deep clone this object.\n return {\n empty: false,\n unusedTokens: [],\n unusedInput: [],\n overflow: -2,\n charsLeftOver: 0,\n nullInput: false,\n invalidEra: null,\n invalidMonth: null,\n invalidFormat: false,\n userInvalidated: false,\n iso: false,\n parsedDateParts: [],\n era: null,\n meridiem: null,\n rfc2822: false,\n weekdayMismatch: false,\n };\n }\n\n function getParsingFlags(m) {\n if (m._pf == null) {\n m._pf = defaultParsingFlags();\n }\n return m._pf;\n }\n\n var some;\n if (Array.prototype.some) {\n some = Array.prototype.some;\n } else {\n some = function (fun) {\n var t = Object(this),\n len = t.length >>> 0,\n i;\n\n for (i = 0; i < len; i++) {\n if (i in t && fun.call(this, t[i], i, t)) {\n return true;\n }\n }\n\n return false;\n };\n }\n\n function isValid(m) {\n if (m._isValid == null) {\n var flags = getParsingFlags(m),\n parsedParts = some.call(flags.parsedDateParts, function (i) {\n return i != null;\n }),\n isNowValid =\n !isNaN(m._d.getTime()) &&\n flags.overflow < 0 &&\n !flags.empty &&\n !flags.invalidEra &&\n !flags.invalidMonth &&\n !flags.invalidWeekday &&\n !flags.weekdayMismatch &&\n !flags.nullInput &&\n !flags.invalidFormat &&\n !flags.userInvalidated &&\n (!flags.meridiem || (flags.meridiem && parsedParts));\n\n if (m._strict) {\n isNowValid =\n isNowValid &&\n flags.charsLeftOver === 0 &&\n flags.unusedTokens.length === 0 &&\n flags.bigHour === undefined;\n }\n\n if (Object.isFrozen == null || !Object.isFrozen(m)) {\n m._isValid = isNowValid;\n } else {\n return isNowValid;\n }\n }\n return m._isValid;\n }\n\n function createInvalid(flags) {\n var m = createUTC(NaN);\n if (flags != null) {\n extend(getParsingFlags(m), flags);\n } else {\n getParsingFlags(m).userInvalidated = true;\n }\n\n return m;\n }\n\n // Plugins that add properties should also add the key here (null value),\n // so we can properly clone ourselves.\n var momentProperties = (hooks.momentProperties = []),\n updateInProgress = false;\n\n function copyConfig(to, from) {\n var i, prop, val;\n\n if (!isUndefined(from._isAMomentObject)) {\n to._isAMomentObject = from._isAMomentObject;\n }\n if (!isUndefined(from._i)) {\n to._i = from._i;\n }\n if (!isUndefined(from._f)) {\n to._f = from._f;\n }\n if (!isUndefined(from._l)) {\n to._l = from._l;\n }\n if (!isUndefined(from._strict)) {\n to._strict = from._strict;\n }\n if (!isUndefined(from._tzm)) {\n to._tzm = from._tzm;\n }\n if (!isUndefined(from._isUTC)) {\n to._isUTC = from._isUTC;\n }\n if (!isUndefined(from._offset)) {\n to._offset = from._offset;\n }\n if (!isUndefined(from._pf)) {\n to._pf = getParsingFlags(from);\n }\n if (!isUndefined(from._locale)) {\n to._locale = from._locale;\n }\n\n if (momentProperties.length > 0) {\n for (i = 0; i < momentProperties.length; i++) {\n prop = momentProperties[i];\n val = from[prop];\n if (!isUndefined(val)) {\n to[prop] = val;\n }\n }\n }\n\n return to;\n }\n\n // Moment prototype object\n function Moment(config) {\n copyConfig(this, config);\n this._d = new Date(config._d != null ? config._d.getTime() : NaN);\n if (!this.isValid()) {\n this._d = new Date(NaN);\n }\n // Prevent infinite loop in case updateOffset creates new moment\n // objects.\n if (updateInProgress === false) {\n updateInProgress = true;\n hooks.updateOffset(this);\n updateInProgress = false;\n }\n }\n\n function isMoment(obj) {\n return (\n obj instanceof Moment || (obj != null && obj._isAMomentObject != null)\n );\n }\n\n function warn(msg) {\n if (\n hooks.suppressDeprecationWarnings === false &&\n typeof console !== 'undefined' &&\n console.warn\n ) {\n console.warn('Deprecation warning: ' + msg);\n }\n }\n\n function deprecate(msg, fn) {\n var firstTime = true;\n\n return extend(function () {\n if (hooks.deprecationHandler != null) {\n hooks.deprecationHandler(null, msg);\n }\n if (firstTime) {\n var args = [],\n arg,\n i,\n key;\n for (i = 0; i < arguments.length; i++) {\n arg = '';\n if (typeof arguments[i] === 'object') {\n arg += '\\n[' + i + '] ';\n for (key in arguments[0]) {\n if (hasOwnProp(arguments[0], key)) {\n arg += key + ': ' + arguments[0][key] + ', ';\n }\n }\n arg = arg.slice(0, -2); // Remove trailing comma and space\n } else {\n arg = arguments[i];\n }\n args.push(arg);\n }\n warn(\n msg +\n '\\nArguments: ' +\n Array.prototype.slice.call(args).join('') +\n '\\n' +\n new Error().stack\n );\n firstTime = false;\n }\n return fn.apply(this, arguments);\n }, fn);\n }\n\n var deprecations = {};\n\n function deprecateSimple(name, msg) {\n if (hooks.deprecationHandler != null) {\n hooks.deprecationHandler(name, msg);\n }\n if (!deprecations[name]) {\n warn(msg);\n deprecations[name] = true;\n }\n }\n\n hooks.suppressDeprecationWarnings = false;\n hooks.deprecationHandler = null;\n\n function isFunction(input) {\n return (\n (typeof Function !== 'undefined' && input instanceof Function) ||\n Object.prototype.toString.call(input) === '[object Function]'\n );\n }\n\n function set(config) {\n var prop, i;\n for (i in config) {\n if (hasOwnProp(config, i)) {\n prop = config[i];\n if (isFunction(prop)) {\n this[i] = prop;\n } else {\n this['_' + i] = prop;\n }\n }\n }\n this._config = config;\n // Lenient ordinal parsing accepts just a number in addition to\n // number + (possibly) stuff coming from _dayOfMonthOrdinalParse.\n // TODO: Remove \"ordinalParse\" fallback in next major release.\n this._dayOfMonthOrdinalParseLenient = new RegExp(\n (this._dayOfMonthOrdinalParse.source || this._ordinalParse.source) +\n '|' +\n /\\d{1,2}/.source\n );\n }\n\n function mergeConfigs(parentConfig, childConfig) {\n var res = extend({}, parentConfig),\n prop;\n for (prop in childConfig) {\n if (hasOwnProp(childConfig, prop)) {\n if (isObject(parentConfig[prop]) && isObject(childConfig[prop])) {\n res[prop] = {};\n extend(res[prop], parentConfig[prop]);\n extend(res[prop], childConfig[prop]);\n } else if (childConfig[prop] != null) {\n res[prop] = childConfig[prop];\n } else {\n delete res[prop];\n }\n }\n }\n for (prop in parentConfig) {\n if (\n hasOwnProp(parentConfig, prop) &&\n !hasOwnProp(childConfig, prop) &&\n isObject(parentConfig[prop])\n ) {\n // make sure changes to properties don't modify parent config\n res[prop] = extend({}, res[prop]);\n }\n }\n return res;\n }\n\n function Locale(config) {\n if (config != null) {\n this.set(config);\n }\n }\n\n var keys;\n\n if (Object.keys) {\n keys = Object.keys;\n } else {\n keys = function (obj) {\n var i,\n res = [];\n for (i in obj) {\n if (hasOwnProp(obj, i)) {\n res.push(i);\n }\n }\n return res;\n };\n }\n\n var defaultCalendar = {\n sameDay: '[Today at] LT',\n nextDay: '[Tomorrow at] LT',\n nextWeek: 'dddd [at] LT',\n lastDay: '[Yesterday at] LT',\n lastWeek: '[Last] dddd [at] LT',\n sameElse: 'L',\n };\n\n function calendar(key, mom, now) {\n var output = this._calendar[key] || this._calendar['sameElse'];\n return isFunction(output) ? output.call(mom, now) : output;\n }\n\n function zeroFill(number, targetLength, forceSign) {\n var absNumber = '' + Math.abs(number),\n zerosToFill = targetLength - absNumber.length,\n sign = number >= 0;\n return (\n (sign ? (forceSign ? '+' : '') : '-') +\n Math.pow(10, Math.max(0, zerosToFill)).toString().substr(1) +\n absNumber\n );\n }\n\n var formattingTokens = /(\\[[^\\[]*\\])|(\\\\)?([Hh]mm(ss)?|Mo|MM?M?M?|Do|DDDo|DD?D?D?|ddd?d?|do?|w[o|w]?|W[o|W]?|Qo?|N{1,5}|YYYYYY|YYYYY|YYYY|YY|y{2,4}|yo?|gg(ggg?)?|GG(GGG?)?|e|E|a|A|hh?|HH?|kk?|mm?|ss?|S{1,9}|x|X|zz?|ZZ?|.)/g,\n localFormattingTokens = /(\\[[^\\[]*\\])|(\\\\)?(LTS|LT|LL?L?L?|l{1,4})/g,\n formatFunctions = {},\n formatTokenFunctions = {};\n\n // token: 'M'\n // padded: ['MM', 2]\n // ordinal: 'Mo'\n // callback: function () { this.month() + 1 }\n function addFormatToken(token, padded, ordinal, callback) {\n var func = callback;\n if (typeof callback === 'string') {\n func = function () {\n return this[callback]();\n };\n }\n if (token) {\n formatTokenFunctions[token] = func;\n }\n if (padded) {\n formatTokenFunctions[padded[0]] = function () {\n return zeroFill(func.apply(this, arguments), padded[1], padded[2]);\n };\n }\n if (ordinal) {\n formatTokenFunctions[ordinal] = function () {\n return this.localeData().ordinal(\n func.apply(this, arguments),\n token\n );\n };\n }\n }\n\n function removeFormattingTokens(input) {\n if (input.match(/\\[[\\s\\S]/)) {\n return input.replace(/^\\[|\\]$/g, '');\n }\n return input.replace(/\\\\/g, '');\n }\n\n function makeFormatFunction(format) {\n var array = format.match(formattingTokens),\n i,\n length;\n\n for (i = 0, length = array.length; i < length; i++) {\n if (formatTokenFunctions[array[i]]) {\n array[i] = formatTokenFunctions[array[i]];\n } else {\n array[i] = removeFormattingTokens(array[i]);\n }\n }\n\n return function (mom) {\n var output = '',\n i;\n for (i = 0; i < length; i++) {\n output += isFunction(array[i])\n ? array[i].call(mom, format)\n : array[i];\n }\n return output;\n };\n }\n\n // format date using native date object\n function formatMoment(m, format) {\n if (!m.isValid()) {\n return m.localeData().invalidDate();\n }\n\n format = expandFormat(format, m.localeData());\n formatFunctions[format] =\n formatFunctions[format] || makeFormatFunction(format);\n\n return formatFunctions[format](m);\n }\n\n function expandFormat(format, locale) {\n var i = 5;\n\n function replaceLongDateFormatTokens(input) {\n return locale.longDateFormat(input) || input;\n }\n\n localFormattingTokens.lastIndex = 0;\n while (i >= 0 && localFormattingTokens.test(format)) {\n format = format.replace(\n localFormattingTokens,\n replaceLongDateFormatTokens\n );\n localFormattingTokens.lastIndex = 0;\n i -= 1;\n }\n\n return format;\n }\n\n var defaultLongDateFormat = {\n LTS: 'h:mm:ss A',\n LT: 'h:mm A',\n L: 'MM/DD/YYYY',\n LL: 'MMMM D, YYYY',\n LLL: 'MMMM D, YYYY h:mm A',\n LLLL: 'dddd, MMMM D, YYYY h:mm A',\n };\n\n function longDateFormat(key) {\n var format = this._longDateFormat[key],\n formatUpper = this._longDateFormat[key.toUpperCase()];\n\n if (format || !formatUpper) {\n return format;\n }\n\n this._longDateFormat[key] = formatUpper\n .match(formattingTokens)\n .map(function (tok) {\n if (\n tok === 'MMMM' ||\n tok === 'MM' ||\n tok === 'DD' ||\n tok === 'dddd'\n ) {\n return tok.slice(1);\n }\n return tok;\n })\n .join('');\n\n return this._longDateFormat[key];\n }\n\n var defaultInvalidDate = 'Invalid date';\n\n function invalidDate() {\n return this._invalidDate;\n }\n\n var defaultOrdinal = '%d',\n defaultDayOfMonthOrdinalParse = /\\d{1,2}/;\n\n function ordinal(number) {\n return this._ordinal.replace('%d', number);\n }\n\n var defaultRelativeTime = {\n future: 'in %s',\n past: '%s ago',\n s: 'a few seconds',\n ss: '%d seconds',\n m: 'a minute',\n mm: '%d minutes',\n h: 'an hour',\n hh: '%d hours',\n d: 'a day',\n dd: '%d days',\n w: 'a week',\n ww: '%d weeks',\n M: 'a month',\n MM: '%d months',\n y: 'a year',\n yy: '%d years',\n };\n\n function relativeTime(number, withoutSuffix, string, isFuture) {\n var output = this._relativeTime[string];\n return isFunction(output)\n ? output(number, withoutSuffix, string, isFuture)\n : output.replace(/%d/i, number);\n }\n\n function pastFuture(diff, output) {\n var format = this._relativeTime[diff > 0 ? 'future' : 'past'];\n return isFunction(format) ? format(output) : format.replace(/%s/i, output);\n }\n\n var aliases = {};\n\n function addUnitAlias(unit, shorthand) {\n var lowerCase = unit.toLowerCase();\n aliases[lowerCase] = aliases[lowerCase + 's'] = aliases[shorthand] = unit;\n }\n\n function normalizeUnits(units) {\n return typeof units === 'string'\n ? aliases[units] || aliases[units.toLowerCase()]\n : undefined;\n }\n\n function normalizeObjectUnits(inputObject) {\n var normalizedInput = {},\n normalizedProp,\n prop;\n\n for (prop in inputObject) {\n if (hasOwnProp(inputObject, prop)) {\n normalizedProp = normalizeUnits(prop);\n if (normalizedProp) {\n normalizedInput[normalizedProp] = inputObject[prop];\n }\n }\n }\n\n return normalizedInput;\n }\n\n var priorities = {};\n\n function addUnitPriority(unit, priority) {\n priorities[unit] = priority;\n }\n\n function getPrioritizedUnits(unitsObj) {\n var units = [],\n u;\n for (u in unitsObj) {\n if (hasOwnProp(unitsObj, u)) {\n units.push({ unit: u, priority: priorities[u] });\n }\n }\n units.sort(function (a, b) {\n return a.priority - b.priority;\n });\n return units;\n }\n\n function isLeapYear(year) {\n return (year % 4 === 0 && year % 100 !== 0) || year % 400 === 0;\n }\n\n function absFloor(number) {\n if (number < 0) {\n // -0 -> 0\n return Math.ceil(number) || 0;\n } else {\n return Math.floor(number);\n }\n }\n\n function toInt(argumentForCoercion) {\n var coercedNumber = +argumentForCoercion,\n value = 0;\n\n if (coercedNumber !== 0 && isFinite(coercedNumber)) {\n value = absFloor(coercedNumber);\n }\n\n return value;\n }\n\n function makeGetSet(unit, keepTime) {\n return function (value) {\n if (value != null) {\n set$1(this, unit, value);\n hooks.updateOffset(this, keepTime);\n return this;\n } else {\n return get(this, unit);\n }\n };\n }\n\n function get(mom, unit) {\n return mom.isValid()\n ? mom._d['get' + (mom._isUTC ? 'UTC' : '') + unit]()\n : NaN;\n }\n\n function set$1(mom, unit, value) {\n if (mom.isValid() && !isNaN(value)) {\n if (\n unit === 'FullYear' &&\n isLeapYear(mom.year()) &&\n mom.month() === 1 &&\n mom.date() === 29\n ) {\n value = toInt(value);\n mom._d['set' + (mom._isUTC ? 'UTC' : '') + unit](\n value,\n mom.month(),\n daysInMonth(value, mom.month())\n );\n } else {\n mom._d['set' + (mom._isUTC ? 'UTC' : '') + unit](value);\n }\n }\n }\n\n // MOMENTS\n\n function stringGet(units) {\n units = normalizeUnits(units);\n if (isFunction(this[units])) {\n return this[units]();\n }\n return this;\n }\n\n function stringSet(units, value) {\n if (typeof units === 'object') {\n units = normalizeObjectUnits(units);\n var prioritized = getPrioritizedUnits(units),\n i;\n for (i = 0; i < prioritized.length; i++) {\n this[prioritized[i].unit](units[prioritized[i].unit]);\n }\n } else {\n units = normalizeUnits(units);\n if (isFunction(this[units])) {\n return this[units](value);\n }\n }\n return this;\n }\n\n var match1 = /\\d/, // 0 - 9\n match2 = /\\d\\d/, // 00 - 99\n match3 = /\\d{3}/, // 000 - 999\n match4 = /\\d{4}/, // 0000 - 9999\n match6 = /[+-]?\\d{6}/, // -999999 - 999999\n match1to2 = /\\d\\d?/, // 0 - 99\n match3to4 = /\\d\\d\\d\\d?/, // 999 - 9999\n match5to6 = /\\d\\d\\d\\d\\d\\d?/, // 99999 - 999999\n match1to3 = /\\d{1,3}/, // 0 - 999\n match1to4 = /\\d{1,4}/, // 0 - 9999\n match1to6 = /[+-]?\\d{1,6}/, // -999999 - 999999\n matchUnsigned = /\\d+/, // 0 - inf\n matchSigned = /[+-]?\\d+/, // -inf - inf\n matchOffset = /Z|[+-]\\d\\d:?\\d\\d/gi, // +00:00 -00:00 +0000 -0000 or Z\n matchShortOffset = /Z|[+-]\\d\\d(?::?\\d\\d)?/gi, // +00 -00 +00:00 -00:00 +0000 -0000 or Z\n matchTimestamp = /[+-]?\\d+(\\.\\d{1,3})?/, // 123456789 123456789.123\n // any word (or two) characters or numbers including two/three word month in arabic.\n // includes scottish gaelic two word and hyphenated months\n matchWord = /[0-9]{0,256}['a-z\\u00A0-\\u05FF\\u0700-\\uD7FF\\uF900-\\uFDCF\\uFDF0-\\uFF07\\uFF10-\\uFFEF]{1,256}|[\\u0600-\\u06FF\\/]{1,256}(\\s*?[\\u0600-\\u06FF]{1,256}){1,2}/i,\n regexes;\n\n regexes = {};\n\n function addRegexToken(token, regex, strictRegex) {\n regexes[token] = isFunction(regex)\n ? regex\n : function (isStrict, localeData) {\n return isStrict && strictRegex ? strictRegex : regex;\n };\n }\n\n function getParseRegexForToken(token, config) {\n if (!hasOwnProp(regexes, token)) {\n return new RegExp(unescapeFormat(token));\n }\n\n return regexes[token](config._strict, config._locale);\n }\n\n // Code from http://stackoverflow.com/questions/3561493/is-there-a-regexp-escape-function-in-javascript\n function unescapeFormat(s) {\n return regexEscape(\n s\n .replace('\\\\', '')\n .replace(/\\\\(\\[)|\\\\(\\])|\\[([^\\]\\[]*)\\]|\\\\(.)/g, function (\n matched,\n p1,\n p2,\n p3,\n p4\n ) {\n return p1 || p2 || p3 || p4;\n })\n );\n }\n\n function regexEscape(s) {\n return s.replace(/[-\\/\\\\^$*+?.()|[\\]{}]/g, '\\\\$&');\n }\n\n var tokens = {};\n\n function addParseToken(token, callback) {\n var i,\n func = callback;\n if (typeof token === 'string') {\n token = [token];\n }\n if (isNumber(callback)) {\n func = function (input, array) {\n array[callback] = toInt(input);\n };\n }\n for (i = 0; i < token.length; i++) {\n tokens[token[i]] = func;\n }\n }\n\n function addWeekParseToken(token, callback) {\n addParseToken(token, function (input, array, config, token) {\n config._w = config._w || {};\n callback(input, config._w, config, token);\n });\n }\n\n function addTimeToArrayFromToken(token, input, config) {\n if (input != null && hasOwnProp(tokens, token)) {\n tokens[token](input, config._a, config, token);\n }\n }\n\n var YEAR = 0,\n MONTH = 1,\n DATE = 2,\n HOUR = 3,\n MINUTE = 4,\n SECOND = 5,\n MILLISECOND = 6,\n WEEK = 7,\n WEEKDAY = 8;\n\n function mod(n, x) {\n return ((n % x) + x) % x;\n }\n\n var indexOf;\n\n if (Array.prototype.indexOf) {\n indexOf = Array.prototype.indexOf;\n } else {\n indexOf = function (o) {\n // I know\n var i;\n for (i = 0; i < this.length; ++i) {\n if (this[i] === o) {\n return i;\n }\n }\n return -1;\n };\n }\n\n function daysInMonth(year, month) {\n if (isNaN(year) || isNaN(month)) {\n return NaN;\n }\n var modMonth = mod(month, 12);\n year += (month - modMonth) / 12;\n return modMonth === 1\n ? isLeapYear(year)\n ? 29\n : 28\n : 31 - ((modMonth % 7) % 2);\n }\n\n // FORMATTING\n\n addFormatToken('M', ['MM', 2], 'Mo', function () {\n return this.month() + 1;\n });\n\n addFormatToken('MMM', 0, 0, function (format) {\n return this.localeData().monthsShort(this, format);\n });\n\n addFormatToken('MMMM', 0, 0, function (format) {\n return this.localeData().months(this, format);\n });\n\n // ALIASES\n\n addUnitAlias('month', 'M');\n\n // PRIORITY\n\n addUnitPriority('month', 8);\n\n // PARSING\n\n addRegexToken('M', match1to2);\n addRegexToken('MM', match1to2, match2);\n addRegexToken('MMM', function (isStrict, locale) {\n return locale.monthsShortRegex(isStrict);\n });\n addRegexToken('MMMM', function (isStrict, locale) {\n return locale.monthsRegex(isStrict);\n });\n\n addParseToken(['M', 'MM'], function (input, array) {\n array[MONTH] = toInt(input) - 1;\n });\n\n addParseToken(['MMM', 'MMMM'], function (input, array, config, token) {\n var month = config._locale.monthsParse(input, token, config._strict);\n // if we didn't find a month name, mark the date as invalid.\n if (month != null) {\n array[MONTH] = month;\n } else {\n getParsingFlags(config).invalidMonth = input;\n }\n });\n\n // LOCALES\n\n var defaultLocaleMonths = 'January_February_March_April_May_June_July_August_September_October_November_December'.split(\n '_'\n ),\n defaultLocaleMonthsShort = 'Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec'.split(\n '_'\n ),\n MONTHS_IN_FORMAT = /D[oD]?(\\[[^\\[\\]]*\\]|\\s)+MMMM?/,\n defaultMonthsShortRegex = matchWord,\n defaultMonthsRegex = matchWord;\n\n function localeMonths(m, format) {\n if (!m) {\n return isArray(this._months)\n ? this._months\n : this._months['standalone'];\n }\n return isArray(this._months)\n ? this._months[m.month()]\n : this._months[\n (this._months.isFormat || MONTHS_IN_FORMAT).test(format)\n ? 'format'\n : 'standalone'\n ][m.month()];\n }\n\n function localeMonthsShort(m, format) {\n if (!m) {\n return isArray(this._monthsShort)\n ? this._monthsShort\n : this._monthsShort['standalone'];\n }\n return isArray(this._monthsShort)\n ? this._monthsShort[m.month()]\n : this._monthsShort[\n MONTHS_IN_FORMAT.test(format) ? 'format' : 'standalone'\n ][m.month()];\n }\n\n function handleStrictParse(monthName, format, strict) {\n var i,\n ii,\n mom,\n llc = monthName.toLocaleLowerCase();\n if (!this._monthsParse) {\n // this is not used\n this._monthsParse = [];\n this._longMonthsParse = [];\n this._shortMonthsParse = [];\n for (i = 0; i < 12; ++i) {\n mom = createUTC([2000, i]);\n this._shortMonthsParse[i] = this.monthsShort(\n mom,\n ''\n ).toLocaleLowerCase();\n this._longMonthsParse[i] = this.months(mom, '').toLocaleLowerCase();\n }\n }\n\n if (strict) {\n if (format === 'MMM') {\n ii = indexOf.call(this._shortMonthsParse, llc);\n return ii !== -1 ? ii : null;\n } else {\n ii = indexOf.call(this._longMonthsParse, llc);\n return ii !== -1 ? ii : null;\n }\n } else {\n if (format === 'MMM') {\n ii = indexOf.call(this._shortMonthsParse, llc);\n if (ii !== -1) {\n return ii;\n }\n ii = indexOf.call(this._longMonthsParse, llc);\n return ii !== -1 ? ii : null;\n } else {\n ii = indexOf.call(this._longMonthsParse, llc);\n if (ii !== -1) {\n return ii;\n }\n ii = indexOf.call(this._shortMonthsParse, llc);\n return ii !== -1 ? ii : null;\n }\n }\n }\n\n function localeMonthsParse(monthName, format, strict) {\n var i, mom, regex;\n\n if (this._monthsParseExact) {\n return handleStrictParse.call(this, monthName, format, strict);\n }\n\n if (!this._monthsParse) {\n this._monthsParse = [];\n this._longMonthsParse = [];\n this._shortMonthsParse = [];\n }\n\n // TODO: add sorting\n // Sorting makes sure if one month (or abbr) is a prefix of another\n // see sorting in computeMonthsParse\n for (i = 0; i < 12; i++) {\n // make the regex if we don't have it already\n mom = createUTC([2000, i]);\n if (strict && !this._longMonthsParse[i]) {\n this._longMonthsParse[i] = new RegExp(\n '^' + this.months(mom, '').replace('.', '') + '$',\n 'i'\n );\n this._shortMonthsParse[i] = new RegExp(\n '^' + this.monthsShort(mom, '').replace('.', '') + '$',\n 'i'\n );\n }\n if (!strict && !this._monthsParse[i]) {\n regex =\n '^' + this.months(mom, '') + '|^' + this.monthsShort(mom, '');\n this._monthsParse[i] = new RegExp(regex.replace('.', ''), 'i');\n }\n // test the regex\n if (\n strict &&\n format === 'MMMM' &&\n this._longMonthsParse[i].test(monthName)\n ) {\n return i;\n } else if (\n strict &&\n format === 'MMM' &&\n this._shortMonthsParse[i].test(monthName)\n ) {\n return i;\n } else if (!strict && this._monthsParse[i].test(monthName)) {\n return i;\n }\n }\n }\n\n // MOMENTS\n\n function setMonth(mom, value) {\n var dayOfMonth;\n\n if (!mom.isValid()) {\n // No op\n return mom;\n }\n\n if (typeof value === 'string') {\n if (/^\\d+$/.test(value)) {\n value = toInt(value);\n } else {\n value = mom.localeData().monthsParse(value);\n // TODO: Another silent failure?\n if (!isNumber(value)) {\n return mom;\n }\n }\n }\n\n dayOfMonth = Math.min(mom.date(), daysInMonth(mom.year(), value));\n mom._d['set' + (mom._isUTC ? 'UTC' : '') + 'Month'](value, dayOfMonth);\n return mom;\n }\n\n function getSetMonth(value) {\n if (value != null) {\n setMonth(this, value);\n hooks.updateOffset(this, true);\n return this;\n } else {\n return get(this, 'Month');\n }\n }\n\n function getDaysInMonth() {\n return daysInMonth(this.year(), this.month());\n }\n\n function monthsShortRegex(isStrict) {\n if (this._monthsParseExact) {\n if (!hasOwnProp(this, '_monthsRegex')) {\n computeMonthsParse.call(this);\n }\n if (isStrict) {\n return this._monthsShortStrictRegex;\n } else {\n return this._monthsShortRegex;\n }\n } else {\n if (!hasOwnProp(this, '_monthsShortRegex')) {\n this._monthsShortRegex = defaultMonthsShortRegex;\n }\n return this._monthsShortStrictRegex && isStrict\n ? this._monthsShortStrictRegex\n : this._monthsShortRegex;\n }\n }\n\n function monthsRegex(isStrict) {\n if (this._monthsParseExact) {\n if (!hasOwnProp(this, '_monthsRegex')) {\n computeMonthsParse.call(this);\n }\n if (isStrict) {\n return this._monthsStrictRegex;\n } else {\n return this._monthsRegex;\n }\n } else {\n if (!hasOwnProp(this, '_monthsRegex')) {\n this._monthsRegex = defaultMonthsRegex;\n }\n return this._monthsStrictRegex && isStrict\n ? this._monthsStrictRegex\n : this._monthsRegex;\n }\n }\n\n function computeMonthsParse() {\n function cmpLenRev(a, b) {\n return b.length - a.length;\n }\n\n var shortPieces = [],\n longPieces = [],\n mixedPieces = [],\n i,\n mom;\n for (i = 0; i < 12; i++) {\n // make the regex if we don't have it already\n mom = createUTC([2000, i]);\n shortPieces.push(this.monthsShort(mom, ''));\n longPieces.push(this.months(mom, ''));\n mixedPieces.push(this.months(mom, ''));\n mixedPieces.push(this.monthsShort(mom, ''));\n }\n // Sorting makes sure if one month (or abbr) is a prefix of another it\n // will match the longer piece.\n shortPieces.sort(cmpLenRev);\n longPieces.sort(cmpLenRev);\n mixedPieces.sort(cmpLenRev);\n for (i = 0; i < 12; i++) {\n shortPieces[i] = regexEscape(shortPieces[i]);\n longPieces[i] = regexEscape(longPieces[i]);\n }\n for (i = 0; i < 24; i++) {\n mixedPieces[i] = regexEscape(mixedPieces[i]);\n }\n\n this._monthsRegex = new RegExp('^(' + mixedPieces.join('|') + ')', 'i');\n this._monthsShortRegex = this._monthsRegex;\n this._monthsStrictRegex = new RegExp(\n '^(' + longPieces.join('|') + ')',\n 'i'\n );\n this._monthsShortStrictRegex = new RegExp(\n '^(' + shortPieces.join('|') + ')',\n 'i'\n );\n }\n\n // FORMATTING\n\n addFormatToken('Y', 0, 0, function () {\n var y = this.year();\n return y <= 9999 ? zeroFill(y, 4) : '+' + y;\n });\n\n addFormatToken(0, ['YY', 2], 0, function () {\n return this.year() % 100;\n });\n\n addFormatToken(0, ['YYYY', 4], 0, 'year');\n addFormatToken(0, ['YYYYY', 5], 0, 'year');\n addFormatToken(0, ['YYYYYY', 6, true], 0, 'year');\n\n // ALIASES\n\n addUnitAlias('year', 'y');\n\n // PRIORITIES\n\n addUnitPriority('year', 1);\n\n // PARSING\n\n addRegexToken('Y', matchSigned);\n addRegexToken('YY', match1to2, match2);\n addRegexToken('YYYY', match1to4, match4);\n addRegexToken('YYYYY', match1to6, match6);\n addRegexToken('YYYYYY', match1to6, match6);\n\n addParseToken(['YYYYY', 'YYYYYY'], YEAR);\n addParseToken('YYYY', function (input, array) {\n array[YEAR] =\n input.length === 2 ? hooks.parseTwoDigitYear(input) : toInt(input);\n });\n addParseToken('YY', function (input, array) {\n array[YEAR] = hooks.parseTwoDigitYear(input);\n });\n addParseToken('Y', function (input, array) {\n array[YEAR] = parseInt(input, 10);\n });\n\n // HELPERS\n\n function daysInYear(year) {\n return isLeapYear(year) ? 366 : 365;\n }\n\n // HOOKS\n\n hooks.parseTwoDigitYear = function (input) {\n return toInt(input) + (toInt(input) > 68 ? 1900 : 2000);\n };\n\n // MOMENTS\n\n var getSetYear = makeGetSet('FullYear', true);\n\n function getIsLeapYear() {\n return isLeapYear(this.year());\n }\n\n function createDate(y, m, d, h, M, s, ms) {\n // can't just apply() to create a date:\n // https://stackoverflow.com/q/181348\n var date;\n // the date constructor remaps years 0-99 to 1900-1999\n if (y < 100 && y >= 0) {\n // preserve leap years using a full 400 year cycle, then reset\n date = new Date(y + 400, m, d, h, M, s, ms);\n if (isFinite(date.getFullYear())) {\n date.setFullYear(y);\n }\n } else {\n date = new Date(y, m, d, h, M, s, ms);\n }\n\n return date;\n }\n\n function createUTCDate(y) {\n var date, args;\n // the Date.UTC function remaps years 0-99 to 1900-1999\n if (y < 100 && y >= 0) {\n args = Array.prototype.slice.call(arguments);\n // preserve leap years using a full 400 year cycle, then reset\n args[0] = y + 400;\n date = new Date(Date.UTC.apply(null, args));\n if (isFinite(date.getUTCFullYear())) {\n date.setUTCFullYear(y);\n }\n } else {\n date = new Date(Date.UTC.apply(null, arguments));\n }\n\n return date;\n }\n\n // start-of-first-week - start-of-year\n function firstWeekOffset(year, dow, doy) {\n var // first-week day -- which january is always in the first week (4 for iso, 1 for other)\n fwd = 7 + dow - doy,\n // first-week day local weekday -- which local weekday is fwd\n fwdlw = (7 + createUTCDate(year, 0, fwd).getUTCDay() - dow) % 7;\n\n return -fwdlw + fwd - 1;\n }\n\n // https://en.wikipedia.org/wiki/ISO_week_date#Calculating_a_date_given_the_year.2C_week_number_and_weekday\n function dayOfYearFromWeeks(year, week, weekday, dow, doy) {\n var localWeekday = (7 + weekday - dow) % 7,\n weekOffset = firstWeekOffset(year, dow, doy),\n dayOfYear = 1 + 7 * (week - 1) + localWeekday + weekOffset,\n resYear,\n resDayOfYear;\n\n if (dayOfYear <= 0) {\n resYear = year - 1;\n resDayOfYear = daysInYear(resYear) + dayOfYear;\n } else if (dayOfYear > daysInYear(year)) {\n resYear = year + 1;\n resDayOfYear = dayOfYear - daysInYear(year);\n } else {\n resYear = year;\n resDayOfYear = dayOfYear;\n }\n\n return {\n year: resYear,\n dayOfYear: resDayOfYear,\n };\n }\n\n function weekOfYear(mom, dow, doy) {\n var weekOffset = firstWeekOffset(mom.year(), dow, doy),\n week = Math.floor((mom.dayOfYear() - weekOffset - 1) / 7) + 1,\n resWeek,\n resYear;\n\n if (week < 1) {\n resYear = mom.year() - 1;\n resWeek = week + weeksInYear(resYear, dow, doy);\n } else if (week > weeksInYear(mom.year(), dow, doy)) {\n resWeek = week - weeksInYear(mom.year(), dow, doy);\n resYear = mom.year() + 1;\n } else {\n resYear = mom.year();\n resWeek = week;\n }\n\n return {\n week: resWeek,\n year: resYear,\n };\n }\n\n function weeksInYear(year, dow, doy) {\n var weekOffset = firstWeekOffset(year, dow, doy),\n weekOffsetNext = firstWeekOffset(year + 1, dow, doy);\n return (daysInYear(year) - weekOffset + weekOffsetNext) / 7;\n }\n\n // FORMATTING\n\n addFormatToken('w', ['ww', 2], 'wo', 'week');\n addFormatToken('W', ['WW', 2], 'Wo', 'isoWeek');\n\n // ALIASES\n\n addUnitAlias('week', 'w');\n addUnitAlias('isoWeek', 'W');\n\n // PRIORITIES\n\n addUnitPriority('week', 5);\n addUnitPriority('isoWeek', 5);\n\n // PARSING\n\n addRegexToken('w', match1to2);\n addRegexToken('ww', match1to2, match2);\n addRegexToken('W', match1to2);\n addRegexToken('WW', match1to2, match2);\n\n addWeekParseToken(['w', 'ww', 'W', 'WW'], function (\n input,\n week,\n config,\n token\n ) {\n week[token.substr(0, 1)] = toInt(input);\n });\n\n // HELPERS\n\n // LOCALES\n\n function localeWeek(mom) {\n return weekOfYear(mom, this._week.dow, this._week.doy).week;\n }\n\n var defaultLocaleWeek = {\n dow: 0, // Sunday is the first day of the week.\n doy: 6, // The week that contains Jan 6th is the first week of the year.\n };\n\n function localeFirstDayOfWeek() {\n return this._week.dow;\n }\n\n function localeFirstDayOfYear() {\n return this._week.doy;\n }\n\n // MOMENTS\n\n function getSetWeek(input) {\n var week = this.localeData().week(this);\n return input == null ? week : this.add((input - week) * 7, 'd');\n }\n\n function getSetISOWeek(input) {\n var week = weekOfYear(this, 1, 4).week;\n return input == null ? week : this.add((input - week) * 7, 'd');\n }\n\n // FORMATTING\n\n addFormatToken('d', 0, 'do', 'day');\n\n addFormatToken('dd', 0, 0, function (format) {\n return this.localeData().weekdaysMin(this, format);\n });\n\n addFormatToken('ddd', 0, 0, function (format) {\n return this.localeData().weekdaysShort(this, format);\n });\n\n addFormatToken('dddd', 0, 0, function (format) {\n return this.localeData().weekdays(this, format);\n });\n\n addFormatToken('e', 0, 0, 'weekday');\n addFormatToken('E', 0, 0, 'isoWeekday');\n\n // ALIASES\n\n addUnitAlias('day', 'd');\n addUnitAlias('weekday', 'e');\n addUnitAlias('isoWeekday', 'E');\n\n // PRIORITY\n addUnitPriority('day', 11);\n addUnitPriority('weekday', 11);\n addUnitPriority('isoWeekday', 11);\n\n // PARSING\n\n addRegexToken('d', match1to2);\n addRegexToken('e', match1to2);\n addRegexToken('E', match1to2);\n addRegexToken('dd', function (isStrict, locale) {\n return locale.weekdaysMinRegex(isStrict);\n });\n addRegexToken('ddd', function (isStrict, locale) {\n return locale.weekdaysShortRegex(isStrict);\n });\n addRegexToken('dddd', function (isStrict, locale) {\n return locale.weekdaysRegex(isStrict);\n });\n\n addWeekParseToken(['dd', 'ddd', 'dddd'], function (input, week, config, token) {\n var weekday = config._locale.weekdaysParse(input, token, config._strict);\n // if we didn't get a weekday name, mark the date as invalid\n if (weekday != null) {\n week.d = weekday;\n } else {\n getParsingFlags(config).invalidWeekday = input;\n }\n });\n\n addWeekParseToken(['d', 'e', 'E'], function (input, week, config, token) {\n week[token] = toInt(input);\n });\n\n // HELPERS\n\n function parseWeekday(input, locale) {\n if (typeof input !== 'string') {\n return input;\n }\n\n if (!isNaN(input)) {\n return parseInt(input, 10);\n }\n\n input = locale.weekdaysParse(input);\n if (typeof input === 'number') {\n return input;\n }\n\n return null;\n }\n\n function parseIsoWeekday(input, locale) {\n if (typeof input === 'string') {\n return locale.weekdaysParse(input) % 7 || 7;\n }\n return isNaN(input) ? null : input;\n }\n\n // LOCALES\n function shiftWeekdays(ws, n) {\n return ws.slice(n, 7).concat(ws.slice(0, n));\n }\n\n var defaultLocaleWeekdays = 'Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday'.split(\n '_'\n ),\n defaultLocaleWeekdaysShort = 'Sun_Mon_Tue_Wed_Thu_Fri_Sat'.split('_'),\n defaultLocaleWeekdaysMin = 'Su_Mo_Tu_We_Th_Fr_Sa'.split('_'),\n defaultWeekdaysRegex = matchWord,\n defaultWeekdaysShortRegex = matchWord,\n defaultWeekdaysMinRegex = matchWord;\n\n function localeWeekdays(m, format) {\n var weekdays = isArray(this._weekdays)\n ? this._weekdays\n : this._weekdays[\n m && m !== true && this._weekdays.isFormat.test(format)\n ? 'format'\n : 'standalone'\n ];\n return m === true\n ? shiftWeekdays(weekdays, this._week.dow)\n : m\n ? weekdays[m.day()]\n : weekdays;\n }\n\n function localeWeekdaysShort(m) {\n return m === true\n ? shiftWeekdays(this._weekdaysShort, this._week.dow)\n : m\n ? this._weekdaysShort[m.day()]\n : this._weekdaysShort;\n }\n\n function localeWeekdaysMin(m) {\n return m === true\n ? shiftWeekdays(this._weekdaysMin, this._week.dow)\n : m\n ? this._weekdaysMin[m.day()]\n : this._weekdaysMin;\n }\n\n function handleStrictParse$1(weekdayName, format, strict) {\n var i,\n ii,\n mom,\n llc = weekdayName.toLocaleLowerCase();\n if (!this._weekdaysParse) {\n this._weekdaysParse = [];\n this._shortWeekdaysParse = [];\n this._minWeekdaysParse = [];\n\n for (i = 0; i < 7; ++i) {\n mom = createUTC([2000, 1]).day(i);\n this._minWeekdaysParse[i] = this.weekdaysMin(\n mom,\n ''\n ).toLocaleLowerCase();\n this._shortWeekdaysParse[i] = this.weekdaysShort(\n mom,\n ''\n ).toLocaleLowerCase();\n this._weekdaysParse[i] = this.weekdays(mom, '').toLocaleLowerCase();\n }\n }\n\n if (strict) {\n if (format === 'dddd') {\n ii = indexOf.call(this._weekdaysParse, llc);\n return ii !== -1 ? ii : null;\n } else if (format === 'ddd') {\n ii = indexOf.call(this._shortWeekdaysParse, llc);\n return ii !== -1 ? ii : null;\n } else {\n ii = indexOf.call(this._minWeekdaysParse, llc);\n return ii !== -1 ? ii : null;\n }\n } else {\n if (format === 'dddd') {\n ii = indexOf.call(this._weekdaysParse, llc);\n if (ii !== -1) {\n return ii;\n }\n ii = indexOf.call(this._shortWeekdaysParse, llc);\n if (ii !== -1) {\n return ii;\n }\n ii = indexOf.call(this._minWeekdaysParse, llc);\n return ii !== -1 ? ii : null;\n } else if (format === 'ddd') {\n ii = indexOf.call(this._shortWeekdaysParse, llc);\n if (ii !== -1) {\n return ii;\n }\n ii = indexOf.call(this._weekdaysParse, llc);\n if (ii !== -1) {\n return ii;\n }\n ii = indexOf.call(this._minWeekdaysParse, llc);\n return ii !== -1 ? ii : null;\n } else {\n ii = indexOf.call(this._minWeekdaysParse, llc);\n if (ii !== -1) {\n return ii;\n }\n ii = indexOf.call(this._weekdaysParse, llc);\n if (ii !== -1) {\n return ii;\n }\n ii = indexOf.call(this._shortWeekdaysParse, llc);\n return ii !== -1 ? ii : null;\n }\n }\n }\n\n function localeWeekdaysParse(weekdayName, format, strict) {\n var i, mom, regex;\n\n if (this._weekdaysParseExact) {\n return handleStrictParse$1.call(this, weekdayName, format, strict);\n }\n\n if (!this._weekdaysParse) {\n this._weekdaysParse = [];\n this._minWeekdaysParse = [];\n this._shortWeekdaysParse = [];\n this._fullWeekdaysParse = [];\n }\n\n for (i = 0; i < 7; i++) {\n // make the regex if we don't have it already\n\n mom = createUTC([2000, 1]).day(i);\n if (strict && !this._fullWeekdaysParse[i]) {\n this._fullWeekdaysParse[i] = new RegExp(\n '^' + this.weekdays(mom, '').replace('.', '\\\\.?') + '$',\n 'i'\n );\n this._shortWeekdaysParse[i] = new RegExp(\n '^' + this.weekdaysShort(mom, '').replace('.', '\\\\.?') + '$',\n 'i'\n );\n this._minWeekdaysParse[i] = new RegExp(\n '^' + this.weekdaysMin(mom, '').replace('.', '\\\\.?') + '$',\n 'i'\n );\n }\n if (!this._weekdaysParse[i]) {\n regex =\n '^' +\n this.weekdays(mom, '') +\n '|^' +\n this.weekdaysShort(mom, '') +\n '|^' +\n this.weekdaysMin(mom, '');\n this._weekdaysParse[i] = new RegExp(regex.replace('.', ''), 'i');\n }\n // test the regex\n if (\n strict &&\n format === 'dddd' &&\n this._fullWeekdaysParse[i].test(weekdayName)\n ) {\n return i;\n } else if (\n strict &&\n format === 'ddd' &&\n this._shortWeekdaysParse[i].test(weekdayName)\n ) {\n return i;\n } else if (\n strict &&\n format === 'dd' &&\n this._minWeekdaysParse[i].test(weekdayName)\n ) {\n return i;\n } else if (!strict && this._weekdaysParse[i].test(weekdayName)) {\n return i;\n }\n }\n }\n\n // MOMENTS\n\n function getSetDayOfWeek(input) {\n if (!this.isValid()) {\n return input != null ? this : NaN;\n }\n var day = this._isUTC ? this._d.getUTCDay() : this._d.getDay();\n if (input != null) {\n input = parseWeekday(input, this.localeData());\n return this.add(input - day, 'd');\n } else {\n return day;\n }\n }\n\n function getSetLocaleDayOfWeek(input) {\n if (!this.isValid()) {\n return input != null ? this : NaN;\n }\n var weekday = (this.day() + 7 - this.localeData()._week.dow) % 7;\n return input == null ? weekday : this.add(input - weekday, 'd');\n }\n\n function getSetISODayOfWeek(input) {\n if (!this.isValid()) {\n return input != null ? this : NaN;\n }\n\n // behaves the same as moment#day except\n // as a getter, returns 7 instead of 0 (1-7 range instead of 0-6)\n // as a setter, sunday should belong to the previous week.\n\n if (input != null) {\n var weekday = parseIsoWeekday(input, this.localeData());\n return this.day(this.day() % 7 ? weekday : weekday - 7);\n } else {\n return this.day() || 7;\n }\n }\n\n function weekdaysRegex(isStrict) {\n if (this._weekdaysParseExact) {\n if (!hasOwnProp(this, '_weekdaysRegex')) {\n computeWeekdaysParse.call(this);\n }\n if (isStrict) {\n return this._weekdaysStrictRegex;\n } else {\n return this._weekdaysRegex;\n }\n } else {\n if (!hasOwnProp(this, '_weekdaysRegex')) {\n this._weekdaysRegex = defaultWeekdaysRegex;\n }\n return this._weekdaysStrictRegex && isStrict\n ? this._weekdaysStrictRegex\n : this._weekdaysRegex;\n }\n }\n\n function weekdaysShortRegex(isStrict) {\n if (this._weekdaysParseExact) {\n if (!hasOwnProp(this, '_weekdaysRegex')) {\n computeWeekdaysParse.call(this);\n }\n if (isStrict) {\n return this._weekdaysShortStrictRegex;\n } else {\n return this._weekdaysShortRegex;\n }\n } else {\n if (!hasOwnProp(this, '_weekdaysShortRegex')) {\n this._weekdaysShortRegex = defaultWeekdaysShortRegex;\n }\n return this._weekdaysShortStrictRegex && isStrict\n ? this._weekdaysShortStrictRegex\n : this._weekdaysShortRegex;\n }\n }\n\n function weekdaysMinRegex(isStrict) {\n if (this._weekdaysParseExact) {\n if (!hasOwnProp(this, '_weekdaysRegex')) {\n computeWeekdaysParse.call(this);\n }\n if (isStrict) {\n return this._weekdaysMinStrictRegex;\n } else {\n return this._weekdaysMinRegex;\n }\n } else {\n if (!hasOwnProp(this, '_weekdaysMinRegex')) {\n this._weekdaysMinRegex = defaultWeekdaysMinRegex;\n }\n return this._weekdaysMinStrictRegex && isStrict\n ? this._weekdaysMinStrictRegex\n : this._weekdaysMinRegex;\n }\n }\n\n function computeWeekdaysParse() {\n function cmpLenRev(a, b) {\n return b.length - a.length;\n }\n\n var minPieces = [],\n shortPieces = [],\n longPieces = [],\n mixedPieces = [],\n i,\n mom,\n minp,\n shortp,\n longp;\n for (i = 0; i < 7; i++) {\n // make the regex if we don't have it already\n mom = createUTC([2000, 1]).day(i);\n minp = regexEscape(this.weekdaysMin(mom, ''));\n shortp = regexEscape(this.weekdaysShort(mom, ''));\n longp = regexEscape(this.weekdays(mom, ''));\n minPieces.push(minp);\n shortPieces.push(shortp);\n longPieces.push(longp);\n mixedPieces.push(minp);\n mixedPieces.push(shortp);\n mixedPieces.push(longp);\n }\n // Sorting makes sure if one weekday (or abbr) is a prefix of another it\n // will match the longer piece.\n minPieces.sort(cmpLenRev);\n shortPieces.sort(cmpLenRev);\n longPieces.sort(cmpLenRev);\n mixedPieces.sort(cmpLenRev);\n\n this._weekdaysRegex = new RegExp('^(' + mixedPieces.join('|') + ')', 'i');\n this._weekdaysShortRegex = this._weekdaysRegex;\n this._weekdaysMinRegex = this._weekdaysRegex;\n\n this._weekdaysStrictRegex = new RegExp(\n '^(' + longPieces.join('|') + ')',\n 'i'\n );\n this._weekdaysShortStrictRegex = new RegExp(\n '^(' + shortPieces.join('|') + ')',\n 'i'\n );\n this._weekdaysMinStrictRegex = new RegExp(\n '^(' + minPieces.join('|') + ')',\n 'i'\n );\n }\n\n // FORMATTING\n\n function hFormat() {\n return this.hours() % 12 || 12;\n }\n\n function kFormat() {\n return this.hours() || 24;\n }\n\n addFormatToken('H', ['HH', 2], 0, 'hour');\n addFormatToken('h', ['hh', 2], 0, hFormat);\n addFormatToken('k', ['kk', 2], 0, kFormat);\n\n addFormatToken('hmm', 0, 0, function () {\n return '' + hFormat.apply(this) + zeroFill(this.minutes(), 2);\n });\n\n addFormatToken('hmmss', 0, 0, function () {\n return (\n '' +\n hFormat.apply(this) +\n zeroFill(this.minutes(), 2) +\n zeroFill(this.seconds(), 2)\n );\n });\n\n addFormatToken('Hmm', 0, 0, function () {\n return '' + this.hours() + zeroFill(this.minutes(), 2);\n });\n\n addFormatToken('Hmmss', 0, 0, function () {\n return (\n '' +\n this.hours() +\n zeroFill(this.minutes(), 2) +\n zeroFill(this.seconds(), 2)\n );\n });\n\n function meridiem(token, lowercase) {\n addFormatToken(token, 0, 0, function () {\n return this.localeData().meridiem(\n this.hours(),\n this.minutes(),\n lowercase\n );\n });\n }\n\n meridiem('a', true);\n meridiem('A', false);\n\n // ALIASES\n\n addUnitAlias('hour', 'h');\n\n // PRIORITY\n addUnitPriority('hour', 13);\n\n // PARSING\n\n function matchMeridiem(isStrict, locale) {\n return locale._meridiemParse;\n }\n\n addRegexToken('a', matchMeridiem);\n addRegexToken('A', matchMeridiem);\n addRegexToken('H', match1to2);\n addRegexToken('h', match1to2);\n addRegexToken('k', match1to2);\n addRegexToken('HH', match1to2, match2);\n addRegexToken('hh', match1to2, match2);\n addRegexToken('kk', match1to2, match2);\n\n addRegexToken('hmm', match3to4);\n addRegexToken('hmmss', match5to6);\n addRegexToken('Hmm', match3to4);\n addRegexToken('Hmmss', match5to6);\n\n addParseToken(['H', 'HH'], HOUR);\n addParseToken(['k', 'kk'], function (input, array, config) {\n var kInput = toInt(input);\n array[HOUR] = kInput === 24 ? 0 : kInput;\n });\n addParseToken(['a', 'A'], function (input, array, config) {\n config._isPm = config._locale.isPM(input);\n config._meridiem = input;\n });\n addParseToken(['h', 'hh'], function (input, array, config) {\n array[HOUR] = toInt(input);\n getParsingFlags(config).bigHour = true;\n });\n addParseToken('hmm', function (input, array, config) {\n var pos = input.length - 2;\n array[HOUR] = toInt(input.substr(0, pos));\n array[MINUTE] = toInt(input.substr(pos));\n getParsingFlags(config).bigHour = true;\n });\n addParseToken('hmmss', function (input, array, config) {\n var pos1 = input.length - 4,\n pos2 = input.length - 2;\n array[HOUR] = toInt(input.substr(0, pos1));\n array[MINUTE] = toInt(input.substr(pos1, 2));\n array[SECOND] = toInt(input.substr(pos2));\n getParsingFlags(config).bigHour = true;\n });\n addParseToken('Hmm', function (input, array, config) {\n var pos = input.length - 2;\n array[HOUR] = toInt(input.substr(0, pos));\n array[MINUTE] = toInt(input.substr(pos));\n });\n addParseToken('Hmmss', function (input, array, config) {\n var pos1 = input.length - 4,\n pos2 = input.length - 2;\n array[HOUR] = toInt(input.substr(0, pos1));\n array[MINUTE] = toInt(input.substr(pos1, 2));\n array[SECOND] = toInt(input.substr(pos2));\n });\n\n // LOCALES\n\n function localeIsPM(input) {\n // IE8 Quirks Mode & IE7 Standards Mode do not allow accessing strings like arrays\n // Using charAt should be more compatible.\n return (input + '').toLowerCase().charAt(0) === 'p';\n }\n\n var defaultLocaleMeridiemParse = /[ap]\\.?m?\\.?/i,\n // Setting the hour should keep the time, because the user explicitly\n // specified which hour they want. So trying to maintain the same hour (in\n // a new timezone) makes sense. Adding/subtracting hours does not follow\n // this rule.\n getSetHour = makeGetSet('Hours', true);\n\n function localeMeridiem(hours, minutes, isLower) {\n if (hours > 11) {\n return isLower ? 'pm' : 'PM';\n } else {\n return isLower ? 'am' : 'AM';\n }\n }\n\n var baseConfig = {\n calendar: defaultCalendar,\n longDateFormat: defaultLongDateFormat,\n invalidDate: defaultInvalidDate,\n ordinal: defaultOrdinal,\n dayOfMonthOrdinalParse: defaultDayOfMonthOrdinalParse,\n relativeTime: defaultRelativeTime,\n\n months: defaultLocaleMonths,\n monthsShort: defaultLocaleMonthsShort,\n\n week: defaultLocaleWeek,\n\n weekdays: defaultLocaleWeekdays,\n weekdaysMin: defaultLocaleWeekdaysMin,\n weekdaysShort: defaultLocaleWeekdaysShort,\n\n meridiemParse: defaultLocaleMeridiemParse,\n };\n\n // internal storage for locale config files\n var locales = {},\n localeFamilies = {},\n globalLocale;\n\n function commonPrefix(arr1, arr2) {\n var i,\n minl = Math.min(arr1.length, arr2.length);\n for (i = 0; i < minl; i += 1) {\n if (arr1[i] !== arr2[i]) {\n return i;\n }\n }\n return minl;\n }\n\n function normalizeLocale(key) {\n return key ? key.toLowerCase().replace('_', '-') : key;\n }\n\n // pick the locale from the array\n // try ['en-au', 'en-gb'] as 'en-au', 'en-gb', 'en', as in move through the list trying each\n // substring from most specific to least, but move to the next array item if it's a more specific variant than the current root\n function chooseLocale(names) {\n var i = 0,\n j,\n next,\n locale,\n split;\n\n while (i < names.length) {\n split = normalizeLocale(names[i]).split('-');\n j = split.length;\n next = normalizeLocale(names[i + 1]);\n next = next ? next.split('-') : null;\n while (j > 0) {\n locale = loadLocale(split.slice(0, j).join('-'));\n if (locale) {\n return locale;\n }\n if (\n next &&\n next.length >= j &&\n commonPrefix(split, next) >= j - 1\n ) {\n //the next array item is better than a shallower substring of this one\n break;\n }\n j--;\n }\n i++;\n }\n return globalLocale;\n }\n\n function loadLocale(name) {\n var oldLocale = null,\n aliasedRequire;\n // TODO: Find a better way to register and load all the locales in Node\n if (\n locales[name] === undefined &&\n typeof module !== 'undefined' &&\n module &&\n module.exports\n ) {\n try {\n oldLocale = globalLocale._abbr;\n aliasedRequire = require;\n aliasedRequire('./locale/' + name);\n getSetGlobalLocale(oldLocale);\n } catch (e) {\n // mark as not found to avoid repeating expensive file require call causing high CPU\n // when trying to find en-US, en_US, en-us for every format call\n locales[name] = null; // null means not found\n }\n }\n return locales[name];\n }\n\n // This function will load locale and then set the global locale. If\n // no arguments are passed in, it will simply return the current global\n // locale key.\n function getSetGlobalLocale(key, values) {\n var data;\n if (key) {\n if (isUndefined(values)) {\n data = getLocale(key);\n } else {\n data = defineLocale(key, values);\n }\n\n if (data) {\n // moment.duration._locale = moment._locale = data;\n globalLocale = data;\n } else {\n if (typeof console !== 'undefined' && console.warn) {\n //warn user if arguments are passed but the locale could not be set\n console.warn(\n 'Locale ' + key + ' not found. Did you forget to load it?'\n );\n }\n }\n }\n\n return globalLocale._abbr;\n }\n\n function defineLocale(name, config) {\n if (config !== null) {\n var locale,\n parentConfig = baseConfig;\n config.abbr = name;\n if (locales[name] != null) {\n deprecateSimple(\n 'defineLocaleOverride',\n 'use moment.updateLocale(localeName, config) to change ' +\n 'an existing locale. moment.defineLocale(localeName, ' +\n 'config) should only be used for creating a new locale ' +\n 'See http://momentjs.com/guides/#/warnings/define-locale/ for more info.'\n );\n parentConfig = locales[name]._config;\n } else if (config.parentLocale != null) {\n if (locales[config.parentLocale] != null) {\n parentConfig = locales[config.parentLocale]._config;\n } else {\n locale = loadLocale(config.parentLocale);\n if (locale != null) {\n parentConfig = locale._config;\n } else {\n if (!localeFamilies[config.parentLocale]) {\n localeFamilies[config.parentLocale] = [];\n }\n localeFamilies[config.parentLocale].push({\n name: name,\n config: config,\n });\n return null;\n }\n }\n }\n locales[name] = new Locale(mergeConfigs(parentConfig, config));\n\n if (localeFamilies[name]) {\n localeFamilies[name].forEach(function (x) {\n defineLocale(x.name, x.config);\n });\n }\n\n // backwards compat for now: also set the locale\n // make sure we set the locale AFTER all child locales have been\n // created, so we won't end up with the child locale set.\n getSetGlobalLocale(name);\n\n return locales[name];\n } else {\n // useful for testing\n delete locales[name];\n return null;\n }\n }\n\n function updateLocale(name, config) {\n if (config != null) {\n var locale,\n tmpLocale,\n parentConfig = baseConfig;\n\n if (locales[name] != null && locales[name].parentLocale != null) {\n // Update existing child locale in-place to avoid memory-leaks\n locales[name].set(mergeConfigs(locales[name]._config, config));\n } else {\n // MERGE\n tmpLocale = loadLocale(name);\n if (tmpLocale != null) {\n parentConfig = tmpLocale._config;\n }\n config = mergeConfigs(parentConfig, config);\n if (tmpLocale == null) {\n // updateLocale is called for creating a new locale\n // Set abbr so it will have a name (getters return\n // undefined otherwise).\n config.abbr = name;\n }\n locale = new Locale(config);\n locale.parentLocale = locales[name];\n locales[name] = locale;\n }\n\n // backwards compat for now: also set the locale\n getSetGlobalLocale(name);\n } else {\n // pass null for config to unupdate, useful for tests\n if (locales[name] != null) {\n if (locales[name].parentLocale != null) {\n locales[name] = locales[name].parentLocale;\n if (name === getSetGlobalLocale()) {\n getSetGlobalLocale(name);\n }\n } else if (locales[name] != null) {\n delete locales[name];\n }\n }\n }\n return locales[name];\n }\n\n // returns locale data\n function getLocale(key) {\n var locale;\n\n if (key && key._locale && key._locale._abbr) {\n key = key._locale._abbr;\n }\n\n if (!key) {\n return globalLocale;\n }\n\n if (!isArray(key)) {\n //short-circuit everything else\n locale = loadLocale(key);\n if (locale) {\n return locale;\n }\n key = [key];\n }\n\n return chooseLocale(key);\n }\n\n function listLocales() {\n return keys(locales);\n }\n\n function checkOverflow(m) {\n var overflow,\n a = m._a;\n\n if (a && getParsingFlags(m).overflow === -2) {\n overflow =\n a[MONTH] < 0 || a[MONTH] > 11\n ? MONTH\n : a[DATE] < 1 || a[DATE] > daysInMonth(a[YEAR], a[MONTH])\n ? DATE\n : a[HOUR] < 0 ||\n a[HOUR] > 24 ||\n (a[HOUR] === 24 &&\n (a[MINUTE] !== 0 ||\n a[SECOND] !== 0 ||\n a[MILLISECOND] !== 0))\n ? HOUR\n : a[MINUTE] < 0 || a[MINUTE] > 59\n ? MINUTE\n : a[SECOND] < 0 || a[SECOND] > 59\n ? SECOND\n : a[MILLISECOND] < 0 || a[MILLISECOND] > 999\n ? MILLISECOND\n : -1;\n\n if (\n getParsingFlags(m)._overflowDayOfYear &&\n (overflow < YEAR || overflow > DATE)\n ) {\n overflow = DATE;\n }\n if (getParsingFlags(m)._overflowWeeks && overflow === -1) {\n overflow = WEEK;\n }\n if (getParsingFlags(m)._overflowWeekday && overflow === -1) {\n overflow = WEEKDAY;\n }\n\n getParsingFlags(m).overflow = overflow;\n }\n\n return m;\n }\n\n // iso 8601 regex\n // 0000-00-00 0000-W00 or 0000-W00-0 + T + 00 or 00:00 or 00:00:00 or 00:00:00.000 + +00:00 or +0000 or +00)\n var extendedIsoRegex = /^\\s*((?:[+-]\\d{6}|\\d{4})-(?:\\d\\d-\\d\\d|W\\d\\d-\\d|W\\d\\d|\\d\\d\\d|\\d\\d))(?:(T| )(\\d\\d(?::\\d\\d(?::\\d\\d(?:[.,]\\d+)?)?)?)([+-]\\d\\d(?::?\\d\\d)?|\\s*Z)?)?$/,\n basicIsoRegex = /^\\s*((?:[+-]\\d{6}|\\d{4})(?:\\d\\d\\d\\d|W\\d\\d\\d|W\\d\\d|\\d\\d\\d|\\d\\d|))(?:(T| )(\\d\\d(?:\\d\\d(?:\\d\\d(?:[.,]\\d+)?)?)?)([+-]\\d\\d(?::?\\d\\d)?|\\s*Z)?)?$/,\n tzRegex = /Z|[+-]\\d\\d(?::?\\d\\d)?/,\n isoDates = [\n ['YYYYYY-MM-DD', /[+-]\\d{6}-\\d\\d-\\d\\d/],\n ['YYYY-MM-DD', /\\d{4}-\\d\\d-\\d\\d/],\n ['GGGG-[W]WW-E', /\\d{4}-W\\d\\d-\\d/],\n ['GGGG-[W]WW', /\\d{4}-W\\d\\d/, false],\n ['YYYY-DDD', /\\d{4}-\\d{3}/],\n ['YYYY-MM', /\\d{4}-\\d\\d/, false],\n ['YYYYYYMMDD', /[+-]\\d{10}/],\n ['YYYYMMDD', /\\d{8}/],\n ['GGGG[W]WWE', /\\d{4}W\\d{3}/],\n ['GGGG[W]WW', /\\d{4}W\\d{2}/, false],\n ['YYYYDDD', /\\d{7}/],\n ['YYYYMM', /\\d{6}/, false],\n ['YYYY', /\\d{4}/, false],\n ],\n // iso time formats and regexes\n isoTimes = [\n ['HH:mm:ss.SSSS', /\\d\\d:\\d\\d:\\d\\d\\.\\d+/],\n ['HH:mm:ss,SSSS', /\\d\\d:\\d\\d:\\d\\d,\\d+/],\n ['HH:mm:ss', /\\d\\d:\\d\\d:\\d\\d/],\n ['HH:mm', /\\d\\d:\\d\\d/],\n ['HHmmss.SSSS', /\\d\\d\\d\\d\\d\\d\\.\\d+/],\n ['HHmmss,SSSS', /\\d\\d\\d\\d\\d\\d,\\d+/],\n ['HHmmss', /\\d\\d\\d\\d\\d\\d/],\n ['HHmm', /\\d\\d\\d\\d/],\n ['HH', /\\d\\d/],\n ],\n aspNetJsonRegex = /^\\/?Date\\((-?\\d+)/i,\n // RFC 2822 regex: For details see https://tools.ietf.org/html/rfc2822#section-3.3\n rfc2822 = /^(?:(Mon|Tue|Wed|Thu|Fri|Sat|Sun),?\\s)?(\\d{1,2})\\s(Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec)\\s(\\d{2,4})\\s(\\d\\d):(\\d\\d)(?::(\\d\\d))?\\s(?:(UT|GMT|[ECMP][SD]T)|([Zz])|([+-]\\d{4}))$/,\n obsOffsets = {\n UT: 0,\n GMT: 0,\n EDT: -4 * 60,\n EST: -5 * 60,\n CDT: -5 * 60,\n CST: -6 * 60,\n MDT: -6 * 60,\n MST: -7 * 60,\n PDT: -7 * 60,\n PST: -8 * 60,\n };\n\n // date from iso format\n function configFromISO(config) {\n var i,\n l,\n string = config._i,\n match = extendedIsoRegex.exec(string) || basicIsoRegex.exec(string),\n allowTime,\n dateFormat,\n timeFormat,\n tzFormat;\n\n if (match) {\n getParsingFlags(config).iso = true;\n\n for (i = 0, l = isoDates.length; i < l; i++) {\n if (isoDates[i][1].exec(match[1])) {\n dateFormat = isoDates[i][0];\n allowTime = isoDates[i][2] !== false;\n break;\n }\n }\n if (dateFormat == null) {\n config._isValid = false;\n return;\n }\n if (match[3]) {\n for (i = 0, l = isoTimes.length; i < l; i++) {\n if (isoTimes[i][1].exec(match[3])) {\n // match[2] should be 'T' or space\n timeFormat = (match[2] || ' ') + isoTimes[i][0];\n break;\n }\n }\n if (timeFormat == null) {\n config._isValid = false;\n return;\n }\n }\n if (!allowTime && timeFormat != null) {\n config._isValid = false;\n return;\n }\n if (match[4]) {\n if (tzRegex.exec(match[4])) {\n tzFormat = 'Z';\n } else {\n config._isValid = false;\n return;\n }\n }\n config._f = dateFormat + (timeFormat || '') + (tzFormat || '');\n configFromStringAndFormat(config);\n } else {\n config._isValid = false;\n }\n }\n\n function extractFromRFC2822Strings(\n yearStr,\n monthStr,\n dayStr,\n hourStr,\n minuteStr,\n secondStr\n ) {\n var result = [\n untruncateYear(yearStr),\n defaultLocaleMonthsShort.indexOf(monthStr),\n parseInt(dayStr, 10),\n parseInt(hourStr, 10),\n parseInt(minuteStr, 10),\n ];\n\n if (secondStr) {\n result.push(parseInt(secondStr, 10));\n }\n\n return result;\n }\n\n function untruncateYear(yearStr) {\n var year = parseInt(yearStr, 10);\n if (year <= 49) {\n return 2000 + year;\n } else if (year <= 999) {\n return 1900 + year;\n }\n return year;\n }\n\n function preprocessRFC2822(s) {\n // Remove comments and folding whitespace and replace multiple-spaces with a single space\n return s\n .replace(/\\([^)]*\\)|[\\n\\t]/g, ' ')\n .replace(/(\\s\\s+)/g, ' ')\n .replace(/^\\s\\s*/, '')\n .replace(/\\s\\s*$/, '');\n }\n\n function checkWeekday(weekdayStr, parsedInput, config) {\n if (weekdayStr) {\n // TODO: Replace the vanilla JS Date object with an independent day-of-week check.\n var weekdayProvided = defaultLocaleWeekdaysShort.indexOf(weekdayStr),\n weekdayActual = new Date(\n parsedInput[0],\n parsedInput[1],\n parsedInput[2]\n ).getDay();\n if (weekdayProvided !== weekdayActual) {\n getParsingFlags(config).weekdayMismatch = true;\n config._isValid = false;\n return false;\n }\n }\n return true;\n }\n\n function calculateOffset(obsOffset, militaryOffset, numOffset) {\n if (obsOffset) {\n return obsOffsets[obsOffset];\n } else if (militaryOffset) {\n // the only allowed military tz is Z\n return 0;\n } else {\n var hm = parseInt(numOffset, 10),\n m = hm % 100,\n h = (hm - m) / 100;\n return h * 60 + m;\n }\n }\n\n // date and time from ref 2822 format\n function configFromRFC2822(config) {\n var match = rfc2822.exec(preprocessRFC2822(config._i)),\n parsedArray;\n if (match) {\n parsedArray = extractFromRFC2822Strings(\n match[4],\n match[3],\n match[2],\n match[5],\n match[6],\n match[7]\n );\n if (!checkWeekday(match[1], parsedArray, config)) {\n return;\n }\n\n config._a = parsedArray;\n config._tzm = calculateOffset(match[8], match[9], match[10]);\n\n config._d = createUTCDate.apply(null, config._a);\n config._d.setUTCMinutes(config._d.getUTCMinutes() - config._tzm);\n\n getParsingFlags(config).rfc2822 = true;\n } else {\n config._isValid = false;\n }\n }\n\n // date from 1) ASP.NET, 2) ISO, 3) RFC 2822 formats, or 4) optional fallback if parsing isn't strict\n function configFromString(config) {\n var matched = aspNetJsonRegex.exec(config._i);\n if (matched !== null) {\n config._d = new Date(+matched[1]);\n return;\n }\n\n configFromISO(config);\n if (config._isValid === false) {\n delete config._isValid;\n } else {\n return;\n }\n\n configFromRFC2822(config);\n if (config._isValid === false) {\n delete config._isValid;\n } else {\n return;\n }\n\n if (config._strict) {\n config._isValid = false;\n } else {\n // Final attempt, use Input Fallback\n hooks.createFromInputFallback(config);\n }\n }\n\n hooks.createFromInputFallback = deprecate(\n 'value provided is not in a recognized RFC2822 or ISO format. moment construction falls back to js Date(), ' +\n 'which is not reliable across all browsers and versions. Non RFC2822/ISO date formats are ' +\n 'discouraged. Please refer to http://momentjs.com/guides/#/warnings/js-date/ for more info.',\n function (config) {\n config._d = new Date(config._i + (config._useUTC ? ' UTC' : ''));\n }\n );\n\n // Pick the first defined of two or three arguments.\n function defaults(a, b, c) {\n if (a != null) {\n return a;\n }\n if (b != null) {\n return b;\n }\n return c;\n }\n\n function currentDateArray(config) {\n // hooks is actually the exported moment object\n var nowValue = new Date(hooks.now());\n if (config._useUTC) {\n return [\n nowValue.getUTCFullYear(),\n nowValue.getUTCMonth(),\n nowValue.getUTCDate(),\n ];\n }\n return [nowValue.getFullYear(), nowValue.getMonth(), nowValue.getDate()];\n }\n\n // convert an array to a date.\n // the array should mirror the parameters below\n // note: all values past the year are optional and will default to the lowest possible value.\n // [year, month, day , hour, minute, second, millisecond]\n function configFromArray(config) {\n var i,\n date,\n input = [],\n currentDate,\n expectedWeekday,\n yearToUse;\n\n if (config._d) {\n return;\n }\n\n currentDate = currentDateArray(config);\n\n //compute day of the year from weeks and weekdays\n if (config._w && config._a[DATE] == null && config._a[MONTH] == null) {\n dayOfYearFromWeekInfo(config);\n }\n\n //if the day of the year is set, figure out what it is\n if (config._dayOfYear != null) {\n yearToUse = defaults(config._a[YEAR], currentDate[YEAR]);\n\n if (\n config._dayOfYear > daysInYear(yearToUse) ||\n config._dayOfYear === 0\n ) {\n getParsingFlags(config)._overflowDayOfYear = true;\n }\n\n date = createUTCDate(yearToUse, 0, config._dayOfYear);\n config._a[MONTH] = date.getUTCMonth();\n config._a[DATE] = date.getUTCDate();\n }\n\n // Default to current date.\n // * if no year, month, day of month are given, default to today\n // * if day of month is given, default month and year\n // * if month is given, default only year\n // * if year is given, don't default anything\n for (i = 0; i < 3 && config._a[i] == null; ++i) {\n config._a[i] = input[i] = currentDate[i];\n }\n\n // Zero out whatever was not defaulted, including time\n for (; i < 7; i++) {\n config._a[i] = input[i] =\n config._a[i] == null ? (i === 2 ? 1 : 0) : config._a[i];\n }\n\n // Check for 24:00:00.000\n if (\n config._a[HOUR] === 24 &&\n config._a[MINUTE] === 0 &&\n config._a[SECOND] === 0 &&\n config._a[MILLISECOND] === 0\n ) {\n config._nextDay = true;\n config._a[HOUR] = 0;\n }\n\n config._d = (config._useUTC ? createUTCDate : createDate).apply(\n null,\n input\n );\n expectedWeekday = config._useUTC\n ? config._d.getUTCDay()\n : config._d.getDay();\n\n // Apply timezone offset from input. The actual utcOffset can be changed\n // with parseZone.\n if (config._tzm != null) {\n config._d.setUTCMinutes(config._d.getUTCMinutes() - config._tzm);\n }\n\n if (config._nextDay) {\n config._a[HOUR] = 24;\n }\n\n // check for mismatching day of week\n if (\n config._w &&\n typeof config._w.d !== 'undefined' &&\n config._w.d !== expectedWeekday\n ) {\n getParsingFlags(config).weekdayMismatch = true;\n }\n }\n\n function dayOfYearFromWeekInfo(config) {\n var w, weekYear, week, weekday, dow, doy, temp, weekdayOverflow, curWeek;\n\n w = config._w;\n if (w.GG != null || w.W != null || w.E != null) {\n dow = 1;\n doy = 4;\n\n // TODO: We need to take the current isoWeekYear, but that depends on\n // how we interpret now (local, utc, fixed offset). So create\n // a now version of current config (take local/utc/offset flags, and\n // create now).\n weekYear = defaults(\n w.GG,\n config._a[YEAR],\n weekOfYear(createLocal(), 1, 4).year\n );\n week = defaults(w.W, 1);\n weekday = defaults(w.E, 1);\n if (weekday < 1 || weekday > 7) {\n weekdayOverflow = true;\n }\n } else {\n dow = config._locale._week.dow;\n doy = config._locale._week.doy;\n\n curWeek = weekOfYear(createLocal(), dow, doy);\n\n weekYear = defaults(w.gg, config._a[YEAR], curWeek.year);\n\n // Default to current week.\n week = defaults(w.w, curWeek.week);\n\n if (w.d != null) {\n // weekday -- low day numbers are considered next week\n weekday = w.d;\n if (weekday < 0 || weekday > 6) {\n weekdayOverflow = true;\n }\n } else if (w.e != null) {\n // local weekday -- counting starts from beginning of week\n weekday = w.e + dow;\n if (w.e < 0 || w.e > 6) {\n weekdayOverflow = true;\n }\n } else {\n // default to beginning of week\n weekday = dow;\n }\n }\n if (week < 1 || week > weeksInYear(weekYear, dow, doy)) {\n getParsingFlags(config)._overflowWeeks = true;\n } else if (weekdayOverflow != null) {\n getParsingFlags(config)._overflowWeekday = true;\n } else {\n temp = dayOfYearFromWeeks(weekYear, week, weekday, dow, doy);\n config._a[YEAR] = temp.year;\n config._dayOfYear = temp.dayOfYear;\n }\n }\n\n // constant that refers to the ISO standard\n hooks.ISO_8601 = function () {};\n\n // constant that refers to the RFC 2822 form\n hooks.RFC_2822 = function () {};\n\n // date from string and format string\n function configFromStringAndFormat(config) {\n // TODO: Move this to another part of the creation flow to prevent circular deps\n if (config._f === hooks.ISO_8601) {\n configFromISO(config);\n return;\n }\n if (config._f === hooks.RFC_2822) {\n configFromRFC2822(config);\n return;\n }\n config._a = [];\n getParsingFlags(config).empty = true;\n\n // This array is used to make a Date, either with `new Date` or `Date.UTC`\n var string = '' + config._i,\n i,\n parsedInput,\n tokens,\n token,\n skipped,\n stringLength = string.length,\n totalParsedInputLength = 0,\n era;\n\n tokens =\n expandFormat(config._f, config._locale).match(formattingTokens) || [];\n\n for (i = 0; i < tokens.length; i++) {\n token = tokens[i];\n parsedInput = (string.match(getParseRegexForToken(token, config)) ||\n [])[0];\n if (parsedInput) {\n skipped = string.substr(0, string.indexOf(parsedInput));\n if (skipped.length > 0) {\n getParsingFlags(config).unusedInput.push(skipped);\n }\n string = string.slice(\n string.indexOf(parsedInput) + parsedInput.length\n );\n totalParsedInputLength += parsedInput.length;\n }\n // don't parse if it's not a known token\n if (formatTokenFunctions[token]) {\n if (parsedInput) {\n getParsingFlags(config).empty = false;\n } else {\n getParsingFlags(config).unusedTokens.push(token);\n }\n addTimeToArrayFromToken(token, parsedInput, config);\n } else if (config._strict && !parsedInput) {\n getParsingFlags(config).unusedTokens.push(token);\n }\n }\n\n // add remaining unparsed input length to the string\n getParsingFlags(config).charsLeftOver =\n stringLength - totalParsedInputLength;\n if (string.length > 0) {\n getParsingFlags(config).unusedInput.push(string);\n }\n\n // clear _12h flag if hour is <= 12\n if (\n config._a[HOUR] <= 12 &&\n getParsingFlags(config).bigHour === true &&\n config._a[HOUR] > 0\n ) {\n getParsingFlags(config).bigHour = undefined;\n }\n\n getParsingFlags(config).parsedDateParts = config._a.slice(0);\n getParsingFlags(config).meridiem = config._meridiem;\n // handle meridiem\n config._a[HOUR] = meridiemFixWrap(\n config._locale,\n config._a[HOUR],\n config._meridiem\n );\n\n // handle era\n era = getParsingFlags(config).era;\n if (era !== null) {\n config._a[YEAR] = config._locale.erasConvertYear(era, config._a[YEAR]);\n }\n\n configFromArray(config);\n checkOverflow(config);\n }\n\n function meridiemFixWrap(locale, hour, meridiem) {\n var isPm;\n\n if (meridiem == null) {\n // nothing to do\n return hour;\n }\n if (locale.meridiemHour != null) {\n return locale.meridiemHour(hour, meridiem);\n } else if (locale.isPM != null) {\n // Fallback\n isPm = locale.isPM(meridiem);\n if (isPm && hour < 12) {\n hour += 12;\n }\n if (!isPm && hour === 12) {\n hour = 0;\n }\n return hour;\n } else {\n // this is not supposed to happen\n return hour;\n }\n }\n\n // date from string and array of format strings\n function configFromStringAndArray(config) {\n var tempConfig,\n bestMoment,\n scoreToBeat,\n i,\n currentScore,\n validFormatFound,\n bestFormatIsValid = false;\n\n if (config._f.length === 0) {\n getParsingFlags(config).invalidFormat = true;\n config._d = new Date(NaN);\n return;\n }\n\n for (i = 0; i < config._f.length; i++) {\n currentScore = 0;\n validFormatFound = false;\n tempConfig = copyConfig({}, config);\n if (config._useUTC != null) {\n tempConfig._useUTC = config._useUTC;\n }\n tempConfig._f = config._f[i];\n configFromStringAndFormat(tempConfig);\n\n if (isValid(tempConfig)) {\n validFormatFound = true;\n }\n\n // if there is any input that was not parsed add a penalty for that format\n currentScore += getParsingFlags(tempConfig).charsLeftOver;\n\n //or tokens\n currentScore += getParsingFlags(tempConfig).unusedTokens.length * 10;\n\n getParsingFlags(tempConfig).score = currentScore;\n\n if (!bestFormatIsValid) {\n if (\n scoreToBeat == null ||\n currentScore < scoreToBeat ||\n validFormatFound\n ) {\n scoreToBeat = currentScore;\n bestMoment = tempConfig;\n if (validFormatFound) {\n bestFormatIsValid = true;\n }\n }\n } else {\n if (currentScore < scoreToBeat) {\n scoreToBeat = currentScore;\n bestMoment = tempConfig;\n }\n }\n }\n\n extend(config, bestMoment || tempConfig);\n }\n\n function configFromObject(config) {\n if (config._d) {\n return;\n }\n\n var i = normalizeObjectUnits(config._i),\n dayOrDate = i.day === undefined ? i.date : i.day;\n config._a = map(\n [i.year, i.month, dayOrDate, i.hour, i.minute, i.second, i.millisecond],\n function (obj) {\n return obj && parseInt(obj, 10);\n }\n );\n\n configFromArray(config);\n }\n\n function createFromConfig(config) {\n var res = new Moment(checkOverflow(prepareConfig(config)));\n if (res._nextDay) {\n // Adding is smart enough around DST\n res.add(1, 'd');\n res._nextDay = undefined;\n }\n\n return res;\n }\n\n function prepareConfig(config) {\n var input = config._i,\n format = config._f;\n\n config._locale = config._locale || getLocale(config._l);\n\n if (input === null || (format === undefined && input === '')) {\n return createInvalid({ nullInput: true });\n }\n\n if (typeof input === 'string') {\n config._i = input = config._locale.preparse(input);\n }\n\n if (isMoment(input)) {\n return new Moment(checkOverflow(input));\n } else if (isDate(input)) {\n config._d = input;\n } else if (isArray(format)) {\n configFromStringAndArray(config);\n } else if (format) {\n configFromStringAndFormat(config);\n } else {\n configFromInput(config);\n }\n\n if (!isValid(config)) {\n config._d = null;\n }\n\n return config;\n }\n\n function configFromInput(config) {\n var input = config._i;\n if (isUndefined(input)) {\n config._d = new Date(hooks.now());\n } else if (isDate(input)) {\n config._d = new Date(input.valueOf());\n } else if (typeof input === 'string') {\n configFromString(config);\n } else if (isArray(input)) {\n config._a = map(input.slice(0), function (obj) {\n return parseInt(obj, 10);\n });\n configFromArray(config);\n } else if (isObject(input)) {\n configFromObject(config);\n } else if (isNumber(input)) {\n // from milliseconds\n config._d = new Date(input);\n } else {\n hooks.createFromInputFallback(config);\n }\n }\n\n function createLocalOrUTC(input, format, locale, strict, isUTC) {\n var c = {};\n\n if (format === true || format === false) {\n strict = format;\n format = undefined;\n }\n\n if (locale === true || locale === false) {\n strict = locale;\n locale = undefined;\n }\n\n if (\n (isObject(input) && isObjectEmpty(input)) ||\n (isArray(input) && input.length === 0)\n ) {\n input = undefined;\n }\n // object construction must be done this way.\n // https://github.com/moment/moment/issues/1423\n c._isAMomentObject = true;\n c._useUTC = c._isUTC = isUTC;\n c._l = locale;\n c._i = input;\n c._f = format;\n c._strict = strict;\n\n return createFromConfig(c);\n }\n\n function createLocal(input, format, locale, strict) {\n return createLocalOrUTC(input, format, locale, strict, false);\n }\n\n var prototypeMin = deprecate(\n 'moment().min is deprecated, use moment.max instead. http://momentjs.com/guides/#/warnings/min-max/',\n function () {\n var other = createLocal.apply(null, arguments);\n if (this.isValid() && other.isValid()) {\n return other < this ? this : other;\n } else {\n return createInvalid();\n }\n }\n ),\n prototypeMax = deprecate(\n 'moment().max is deprecated, use moment.min instead. http://momentjs.com/guides/#/warnings/min-max/',\n function () {\n var other = createLocal.apply(null, arguments);\n if (this.isValid() && other.isValid()) {\n return other > this ? this : other;\n } else {\n return createInvalid();\n }\n }\n );\n\n // Pick a moment m from moments so that m[fn](other) is true for all\n // other. This relies on the function fn to be transitive.\n //\n // moments should either be an array of moment objects or an array, whose\n // first element is an array of moment objects.\n function pickBy(fn, moments) {\n var res, i;\n if (moments.length === 1 && isArray(moments[0])) {\n moments = moments[0];\n }\n if (!moments.length) {\n return createLocal();\n }\n res = moments[0];\n for (i = 1; i < moments.length; ++i) {\n if (!moments[i].isValid() || moments[i][fn](res)) {\n res = moments[i];\n }\n }\n return res;\n }\n\n // TODO: Use [].sort instead?\n function min() {\n var args = [].slice.call(arguments, 0);\n\n return pickBy('isBefore', args);\n }\n\n function max() {\n var args = [].slice.call(arguments, 0);\n\n return pickBy('isAfter', args);\n }\n\n var now = function () {\n return Date.now ? Date.now() : +new Date();\n };\n\n var ordering = [\n 'year',\n 'quarter',\n 'month',\n 'week',\n 'day',\n 'hour',\n 'minute',\n 'second',\n 'millisecond',\n ];\n\n function isDurationValid(m) {\n var key,\n unitHasDecimal = false,\n i;\n for (key in m) {\n if (\n hasOwnProp(m, key) &&\n !(\n indexOf.call(ordering, key) !== -1 &&\n (m[key] == null || !isNaN(m[key]))\n )\n ) {\n return false;\n }\n }\n\n for (i = 0; i < ordering.length; ++i) {\n if (m[ordering[i]]) {\n if (unitHasDecimal) {\n return false; // only allow non-integers for smallest unit\n }\n if (parseFloat(m[ordering[i]]) !== toInt(m[ordering[i]])) {\n unitHasDecimal = true;\n }\n }\n }\n\n return true;\n }\n\n function isValid$1() {\n return this._isValid;\n }\n\n function createInvalid$1() {\n return createDuration(NaN);\n }\n\n function Duration(duration) {\n var normalizedInput = normalizeObjectUnits(duration),\n years = normalizedInput.year || 0,\n quarters = normalizedInput.quarter || 0,\n months = normalizedInput.month || 0,\n weeks = normalizedInput.week || normalizedInput.isoWeek || 0,\n days = normalizedInput.day || 0,\n hours = normalizedInput.hour || 0,\n minutes = normalizedInput.minute || 0,\n seconds = normalizedInput.second || 0,\n milliseconds = normalizedInput.millisecond || 0;\n\n this._isValid = isDurationValid(normalizedInput);\n\n // representation for dateAddRemove\n this._milliseconds =\n +milliseconds +\n seconds * 1e3 + // 1000\n minutes * 6e4 + // 1000 * 60\n hours * 1000 * 60 * 60; //using 1000 * 60 * 60 instead of 36e5 to avoid floating point rounding errors https://github.com/moment/moment/issues/2978\n // Because of dateAddRemove treats 24 hours as different from a\n // day when working around DST, we need to store them separately\n this._days = +days + weeks * 7;\n // It is impossible to translate months into days without knowing\n // which months you are are talking about, so we have to store\n // it separately.\n this._months = +months + quarters * 3 + years * 12;\n\n this._data = {};\n\n this._locale = getLocale();\n\n this._bubble();\n }\n\n function isDuration(obj) {\n return obj instanceof Duration;\n }\n\n function absRound(number) {\n if (number < 0) {\n return Math.round(-1 * number) * -1;\n } else {\n return Math.round(number);\n }\n }\n\n // compare two arrays, return the number of differences\n function compareArrays(array1, array2, dontConvert) {\n var len = Math.min(array1.length, array2.length),\n lengthDiff = Math.abs(array1.length - array2.length),\n diffs = 0,\n i;\n for (i = 0; i < len; i++) {\n if (\n (dontConvert && array1[i] !== array2[i]) ||\n (!dontConvert && toInt(array1[i]) !== toInt(array2[i]))\n ) {\n diffs++;\n }\n }\n return diffs + lengthDiff;\n }\n\n // FORMATTING\n\n function offset(token, separator) {\n addFormatToken(token, 0, 0, function () {\n var offset = this.utcOffset(),\n sign = '+';\n if (offset < 0) {\n offset = -offset;\n sign = '-';\n }\n return (\n sign +\n zeroFill(~~(offset / 60), 2) +\n separator +\n zeroFill(~~offset % 60, 2)\n );\n });\n }\n\n offset('Z', ':');\n offset('ZZ', '');\n\n // PARSING\n\n addRegexToken('Z', matchShortOffset);\n addRegexToken('ZZ', matchShortOffset);\n addParseToken(['Z', 'ZZ'], function (input, array, config) {\n config._useUTC = true;\n config._tzm = offsetFromString(matchShortOffset, input);\n });\n\n // HELPERS\n\n // timezone chunker\n // '+10:00' > ['10', '00']\n // '-1530' > ['-15', '30']\n var chunkOffset = /([\\+\\-]|\\d\\d)/gi;\n\n function offsetFromString(matcher, string) {\n var matches = (string || '').match(matcher),\n chunk,\n parts,\n minutes;\n\n if (matches === null) {\n return null;\n }\n\n chunk = matches[matches.length - 1] || [];\n parts = (chunk + '').match(chunkOffset) || ['-', 0, 0];\n minutes = +(parts[1] * 60) + toInt(parts[2]);\n\n return minutes === 0 ? 0 : parts[0] === '+' ? minutes : -minutes;\n }\n\n // Return a moment from input, that is local/utc/zone equivalent to model.\n function cloneWithOffset(input, model) {\n var res, diff;\n if (model._isUTC) {\n res = model.clone();\n diff =\n (isMoment(input) || isDate(input)\n ? input.valueOf()\n : createLocal(input).valueOf()) - res.valueOf();\n // Use low-level api, because this fn is low-level api.\n res._d.setTime(res._d.valueOf() + diff);\n hooks.updateOffset(res, false);\n return res;\n } else {\n return createLocal(input).local();\n }\n }\n\n function getDateOffset(m) {\n // On Firefox.24 Date#getTimezoneOffset returns a floating point.\n // https://github.com/moment/moment/pull/1871\n return -Math.round(m._d.getTimezoneOffset());\n }\n\n // HOOKS\n\n // This function will be called whenever a moment is mutated.\n // It is intended to keep the offset in sync with the timezone.\n hooks.updateOffset = function () {};\n\n // MOMENTS\n\n // keepLocalTime = true means only change the timezone, without\n // affecting the local hour. So 5:31:26 +0300 --[utcOffset(2, true)]-->\n // 5:31:26 +0200 It is possible that 5:31:26 doesn't exist with offset\n // +0200, so we adjust the time as needed, to be valid.\n //\n // Keeping the time actually adds/subtracts (one hour)\n // from the actual represented time. That is why we call updateOffset\n // a second time. In case it wants us to change the offset again\n // _changeInProgress == true case, then we have to adjust, because\n // there is no such time in the given timezone.\n function getSetOffset(input, keepLocalTime, keepMinutes) {\n var offset = this._offset || 0,\n localAdjust;\n if (!this.isValid()) {\n return input != null ? this : NaN;\n }\n if (input != null) {\n if (typeof input === 'string') {\n input = offsetFromString(matchShortOffset, input);\n if (input === null) {\n return this;\n }\n } else if (Math.abs(input) < 16 && !keepMinutes) {\n input = input * 60;\n }\n if (!this._isUTC && keepLocalTime) {\n localAdjust = getDateOffset(this);\n }\n this._offset = input;\n this._isUTC = true;\n if (localAdjust != null) {\n this.add(localAdjust, 'm');\n }\n if (offset !== input) {\n if (!keepLocalTime || this._changeInProgress) {\n addSubtract(\n this,\n createDuration(input - offset, 'm'),\n 1,\n false\n );\n } else if (!this._changeInProgress) {\n this._changeInProgress = true;\n hooks.updateOffset(this, true);\n this._changeInProgress = null;\n }\n }\n return this;\n } else {\n return this._isUTC ? offset : getDateOffset(this);\n }\n }\n\n function getSetZone(input, keepLocalTime) {\n if (input != null) {\n if (typeof input !== 'string') {\n input = -input;\n }\n\n this.utcOffset(input, keepLocalTime);\n\n return this;\n } else {\n return -this.utcOffset();\n }\n }\n\n function setOffsetToUTC(keepLocalTime) {\n return this.utcOffset(0, keepLocalTime);\n }\n\n function setOffsetToLocal(keepLocalTime) {\n if (this._isUTC) {\n this.utcOffset(0, keepLocalTime);\n this._isUTC = false;\n\n if (keepLocalTime) {\n this.subtract(getDateOffset(this), 'm');\n }\n }\n return this;\n }\n\n function setOffsetToParsedOffset() {\n if (this._tzm != null) {\n this.utcOffset(this._tzm, false, true);\n } else if (typeof this._i === 'string') {\n var tZone = offsetFromString(matchOffset, this._i);\n if (tZone != null) {\n this.utcOffset(tZone);\n } else {\n this.utcOffset(0, true);\n }\n }\n return this;\n }\n\n function hasAlignedHourOffset(input) {\n if (!this.isValid()) {\n return false;\n }\n input = input ? createLocal(input).utcOffset() : 0;\n\n return (this.utcOffset() - input) % 60 === 0;\n }\n\n function isDaylightSavingTime() {\n return (\n this.utcOffset() > this.clone().month(0).utcOffset() ||\n this.utcOffset() > this.clone().month(5).utcOffset()\n );\n }\n\n function isDaylightSavingTimeShifted() {\n if (!isUndefined(this._isDSTShifted)) {\n return this._isDSTShifted;\n }\n\n var c = {},\n other;\n\n copyConfig(c, this);\n c = prepareConfig(c);\n\n if (c._a) {\n other = c._isUTC ? createUTC(c._a) : createLocal(c._a);\n this._isDSTShifted =\n this.isValid() && compareArrays(c._a, other.toArray()) > 0;\n } else {\n this._isDSTShifted = false;\n }\n\n return this._isDSTShifted;\n }\n\n function isLocal() {\n return this.isValid() ? !this._isUTC : false;\n }\n\n function isUtcOffset() {\n return this.isValid() ? this._isUTC : false;\n }\n\n function isUtc() {\n return this.isValid() ? this._isUTC && this._offset === 0 : false;\n }\n\n // ASP.NET json date format regex\n var aspNetRegex = /^(-|\\+)?(?:(\\d*)[. ])?(\\d+):(\\d+)(?::(\\d+)(\\.\\d*)?)?$/,\n // from http://docs.closure-library.googlecode.com/git/closure_goog_date_date.js.source.html\n // somewhat more in line with 4.4.3.2 2004 spec, but allows decimal anywhere\n // and further modified to allow for strings containing both week and day\n isoRegex = /^(-|\\+)?P(?:([-+]?[0-9,.]*)Y)?(?:([-+]?[0-9,.]*)M)?(?:([-+]?[0-9,.]*)W)?(?:([-+]?[0-9,.]*)D)?(?:T(?:([-+]?[0-9,.]*)H)?(?:([-+]?[0-9,.]*)M)?(?:([-+]?[0-9,.]*)S)?)?$/;\n\n function createDuration(input, key) {\n var duration = input,\n // matching against regexp is expensive, do it on demand\n match = null,\n sign,\n ret,\n diffRes;\n\n if (isDuration(input)) {\n duration = {\n ms: input._milliseconds,\n d: input._days,\n M: input._months,\n };\n } else if (isNumber(input) || !isNaN(+input)) {\n duration = {};\n if (key) {\n duration[key] = +input;\n } else {\n duration.milliseconds = +input;\n }\n } else if ((match = aspNetRegex.exec(input))) {\n sign = match[1] === '-' ? -1 : 1;\n duration = {\n y: 0,\n d: toInt(match[DATE]) * sign,\n h: toInt(match[HOUR]) * sign,\n m: toInt(match[MINUTE]) * sign,\n s: toInt(match[SECOND]) * sign,\n ms: toInt(absRound(match[MILLISECOND] * 1000)) * sign, // the millisecond decimal point is included in the match\n };\n } else if ((match = isoRegex.exec(input))) {\n sign = match[1] === '-' ? -1 : 1;\n duration = {\n y: parseIso(match[2], sign),\n M: parseIso(match[3], sign),\n w: parseIso(match[4], sign),\n d: parseIso(match[5], sign),\n h: parseIso(match[6], sign),\n m: parseIso(match[7], sign),\n s: parseIso(match[8], sign),\n };\n } else if (duration == null) {\n // checks for null or undefined\n duration = {};\n } else if (\n typeof duration === 'object' &&\n ('from' in duration || 'to' in duration)\n ) {\n diffRes = momentsDifference(\n createLocal(duration.from),\n createLocal(duration.to)\n );\n\n duration = {};\n duration.ms = diffRes.milliseconds;\n duration.M = diffRes.months;\n }\n\n ret = new Duration(duration);\n\n if (isDuration(input) && hasOwnProp(input, '_locale')) {\n ret._locale = input._locale;\n }\n\n if (isDuration(input) && hasOwnProp(input, '_isValid')) {\n ret._isValid = input._isValid;\n }\n\n return ret;\n }\n\n createDuration.fn = Duration.prototype;\n createDuration.invalid = createInvalid$1;\n\n function parseIso(inp, sign) {\n // We'd normally use ~~inp for this, but unfortunately it also\n // converts floats to ints.\n // inp may be undefined, so careful calling replace on it.\n var res = inp && parseFloat(inp.replace(',', '.'));\n // apply sign while we're at it\n return (isNaN(res) ? 0 : res) * sign;\n }\n\n function positiveMomentsDifference(base, other) {\n var res = {};\n\n res.months =\n other.month() - base.month() + (other.year() - base.year()) * 12;\n if (base.clone().add(res.months, 'M').isAfter(other)) {\n --res.months;\n }\n\n res.milliseconds = +other - +base.clone().add(res.months, 'M');\n\n return res;\n }\n\n function momentsDifference(base, other) {\n var res;\n if (!(base.isValid() && other.isValid())) {\n return { milliseconds: 0, months: 0 };\n }\n\n other = cloneWithOffset(other, base);\n if (base.isBefore(other)) {\n res = positiveMomentsDifference(base, other);\n } else {\n res = positiveMomentsDifference(other, base);\n res.milliseconds = -res.milliseconds;\n res.months = -res.months;\n }\n\n return res;\n }\n\n // TODO: remove 'name' arg after deprecation is removed\n function createAdder(direction, name) {\n return function (val, period) {\n var dur, tmp;\n //invert the arguments, but complain about it\n if (period !== null && !isNaN(+period)) {\n deprecateSimple(\n name,\n 'moment().' +\n name +\n '(period, number) is deprecated. Please use moment().' +\n name +\n '(number, period). ' +\n 'See http://momentjs.com/guides/#/warnings/add-inverted-param/ for more info.'\n );\n tmp = val;\n val = period;\n period = tmp;\n }\n\n dur = createDuration(val, period);\n addSubtract(this, dur, direction);\n return this;\n };\n }\n\n function addSubtract(mom, duration, isAdding, updateOffset) {\n var milliseconds = duration._milliseconds,\n days = absRound(duration._days),\n months = absRound(duration._months);\n\n if (!mom.isValid()) {\n // No op\n return;\n }\n\n updateOffset = updateOffset == null ? true : updateOffset;\n\n if (months) {\n setMonth(mom, get(mom, 'Month') + months * isAdding);\n }\n if (days) {\n set$1(mom, 'Date', get(mom, 'Date') + days * isAdding);\n }\n if (milliseconds) {\n mom._d.setTime(mom._d.valueOf() + milliseconds * isAdding);\n }\n if (updateOffset) {\n hooks.updateOffset(mom, days || months);\n }\n }\n\n var add = createAdder(1, 'add'),\n subtract = createAdder(-1, 'subtract');\n\n function isString(input) {\n return typeof input === 'string' || input instanceof String;\n }\n\n // type MomentInput = Moment | Date | string | number | (number | string)[] | MomentInputObject | void; // null | undefined\n function isMomentInput(input) {\n return (\n isMoment(input) ||\n isDate(input) ||\n isString(input) ||\n isNumber(input) ||\n isNumberOrStringArray(input) ||\n isMomentInputObject(input) ||\n input === null ||\n input === undefined\n );\n }\n\n function isMomentInputObject(input) {\n var objectTest = isObject(input) && !isObjectEmpty(input),\n propertyTest = false,\n properties = [\n 'years',\n 'year',\n 'y',\n 'months',\n 'month',\n 'M',\n 'days',\n 'day',\n 'd',\n 'dates',\n 'date',\n 'D',\n 'hours',\n 'hour',\n 'h',\n 'minutes',\n 'minute',\n 'm',\n 'seconds',\n 'second',\n 's',\n 'milliseconds',\n 'millisecond',\n 'ms',\n ],\n i,\n property;\n\n for (i = 0; i < properties.length; i += 1) {\n property = properties[i];\n propertyTest = propertyTest || hasOwnProp(input, property);\n }\n\n return objectTest && propertyTest;\n }\n\n function isNumberOrStringArray(input) {\n var arrayTest = isArray(input),\n dataTypeTest = false;\n if (arrayTest) {\n dataTypeTest =\n input.filter(function (item) {\n return !isNumber(item) && isString(input);\n }).length === 0;\n }\n return arrayTest && dataTypeTest;\n }\n\n function isCalendarSpec(input) {\n var objectTest = isObject(input) && !isObjectEmpty(input),\n propertyTest = false,\n properties = [\n 'sameDay',\n 'nextDay',\n 'lastDay',\n 'nextWeek',\n 'lastWeek',\n 'sameElse',\n ],\n i,\n property;\n\n for (i = 0; i < properties.length; i += 1) {\n property = properties[i];\n propertyTest = propertyTest || hasOwnProp(input, property);\n }\n\n return objectTest && propertyTest;\n }\n\n function getCalendarFormat(myMoment, now) {\n var diff = myMoment.diff(now, 'days', true);\n return diff < -6\n ? 'sameElse'\n : diff < -1\n ? 'lastWeek'\n : diff < 0\n ? 'lastDay'\n : diff < 1\n ? 'sameDay'\n : diff < 2\n ? 'nextDay'\n : diff < 7\n ? 'nextWeek'\n : 'sameElse';\n }\n\n function calendar$1(time, formats) {\n // Support for single parameter, formats only overload to the calendar function\n if (arguments.length === 1) {\n if (!arguments[0]) {\n time = undefined;\n formats = undefined;\n } else if (isMomentInput(arguments[0])) {\n time = arguments[0];\n formats = undefined;\n } else if (isCalendarSpec(arguments[0])) {\n formats = arguments[0];\n time = undefined;\n }\n }\n // We want to compare the start of today, vs this.\n // Getting start-of-today depends on whether we're local/utc/offset or not.\n var now = time || createLocal(),\n sod = cloneWithOffset(now, this).startOf('day'),\n format = hooks.calendarFormat(this, sod) || 'sameElse',\n output =\n formats &&\n (isFunction(formats[format])\n ? formats[format].call(this, now)\n : formats[format]);\n\n return this.format(\n output || this.localeData().calendar(format, this, createLocal(now))\n );\n }\n\n function clone() {\n return new Moment(this);\n }\n\n function isAfter(input, units) {\n var localInput = isMoment(input) ? input : createLocal(input);\n if (!(this.isValid() && localInput.isValid())) {\n return false;\n }\n units = normalizeUnits(units) || 'millisecond';\n if (units === 'millisecond') {\n return this.valueOf() > localInput.valueOf();\n } else {\n return localInput.valueOf() < this.clone().startOf(units).valueOf();\n }\n }\n\n function isBefore(input, units) {\n var localInput = isMoment(input) ? input : createLocal(input);\n if (!(this.isValid() && localInput.isValid())) {\n return false;\n }\n units = normalizeUnits(units) || 'millisecond';\n if (units === 'millisecond') {\n return this.valueOf() < localInput.valueOf();\n } else {\n return this.clone().endOf(units).valueOf() < localInput.valueOf();\n }\n }\n\n function isBetween(from, to, units, inclusivity) {\n var localFrom = isMoment(from) ? from : createLocal(from),\n localTo = isMoment(to) ? to : createLocal(to);\n if (!(this.isValid() && localFrom.isValid() && localTo.isValid())) {\n return false;\n }\n inclusivity = inclusivity || '()';\n return (\n (inclusivity[0] === '('\n ? this.isAfter(localFrom, units)\n : !this.isBefore(localFrom, units)) &&\n (inclusivity[1] === ')'\n ? this.isBefore(localTo, units)\n : !this.isAfter(localTo, units))\n );\n }\n\n function isSame(input, units) {\n var localInput = isMoment(input) ? input : createLocal(input),\n inputMs;\n if (!(this.isValid() && localInput.isValid())) {\n return false;\n }\n units = normalizeUnits(units) || 'millisecond';\n if (units === 'millisecond') {\n return this.valueOf() === localInput.valueOf();\n } else {\n inputMs = localInput.valueOf();\n return (\n this.clone().startOf(units).valueOf() <= inputMs &&\n inputMs <= this.clone().endOf(units).valueOf()\n );\n }\n }\n\n function isSameOrAfter(input, units) {\n return this.isSame(input, units) || this.isAfter(input, units);\n }\n\n function isSameOrBefore(input, units) {\n return this.isSame(input, units) || this.isBefore(input, units);\n }\n\n function diff(input, units, asFloat) {\n var that, zoneDelta, output;\n\n if (!this.isValid()) {\n return NaN;\n }\n\n that = cloneWithOffset(input, this);\n\n if (!that.isValid()) {\n return NaN;\n }\n\n zoneDelta = (that.utcOffset() - this.utcOffset()) * 6e4;\n\n units = normalizeUnits(units);\n\n switch (units) {\n case 'year':\n output = monthDiff(this, that) / 12;\n break;\n case 'month':\n output = monthDiff(this, that);\n break;\n case 'quarter':\n output = monthDiff(this, that) / 3;\n break;\n case 'second':\n output = (this - that) / 1e3;\n break; // 1000\n case 'minute':\n output = (this - that) / 6e4;\n break; // 1000 * 60\n case 'hour':\n output = (this - that) / 36e5;\n break; // 1000 * 60 * 60\n case 'day':\n output = (this - that - zoneDelta) / 864e5;\n break; // 1000 * 60 * 60 * 24, negate dst\n case 'week':\n output = (this - that - zoneDelta) / 6048e5;\n break; // 1000 * 60 * 60 * 24 * 7, negate dst\n default:\n output = this - that;\n }\n\n return asFloat ? output : absFloor(output);\n }\n\n function monthDiff(a, b) {\n if (a.date() < b.date()) {\n // end-of-month calculations work correct when the start month has more\n // days than the end month.\n return -monthDiff(b, a);\n }\n // difference in months\n var wholeMonthDiff = (b.year() - a.year()) * 12 + (b.month() - a.month()),\n // b is in (anchor - 1 month, anchor + 1 month)\n anchor = a.clone().add(wholeMonthDiff, 'months'),\n anchor2,\n adjust;\n\n if (b - anchor < 0) {\n anchor2 = a.clone().add(wholeMonthDiff - 1, 'months');\n // linear across the month\n adjust = (b - anchor) / (anchor - anchor2);\n } else {\n anchor2 = a.clone().add(wholeMonthDiff + 1, 'months');\n // linear across the month\n adjust = (b - anchor) / (anchor2 - anchor);\n }\n\n //check for negative zero, return zero if negative zero\n return -(wholeMonthDiff + adjust) || 0;\n }\n\n hooks.defaultFormat = 'YYYY-MM-DDTHH:mm:ssZ';\n hooks.defaultFormatUtc = 'YYYY-MM-DDTHH:mm:ss[Z]';\n\n function toString() {\n return this.clone().locale('en').format('ddd MMM DD YYYY HH:mm:ss [GMT]ZZ');\n }\n\n function toISOString(keepOffset) {\n if (!this.isValid()) {\n return null;\n }\n var utc = keepOffset !== true,\n m = utc ? this.clone().utc() : this;\n if (m.year() < 0 || m.year() > 9999) {\n return formatMoment(\n m,\n utc\n ? 'YYYYYY-MM-DD[T]HH:mm:ss.SSS[Z]'\n : 'YYYYYY-MM-DD[T]HH:mm:ss.SSSZ'\n );\n }\n if (isFunction(Date.prototype.toISOString)) {\n // native implementation is ~50x faster, use it when we can\n if (utc) {\n return this.toDate().toISOString();\n } else {\n return new Date(this.valueOf() + this.utcOffset() * 60 * 1000)\n .toISOString()\n .replace('Z', formatMoment(m, 'Z'));\n }\n }\n return formatMoment(\n m,\n utc ? 'YYYY-MM-DD[T]HH:mm:ss.SSS[Z]' : 'YYYY-MM-DD[T]HH:mm:ss.SSSZ'\n );\n }\n\n /**\n * Return a human readable representation of a moment that can\n * also be evaluated to get a new moment which is the same\n *\n * @link https://nodejs.org/dist/latest/docs/api/util.html#util_custom_inspect_function_on_objects\n */\n function inspect() {\n if (!this.isValid()) {\n return 'moment.invalid(/* ' + this._i + ' */)';\n }\n var func = 'moment',\n zone = '',\n prefix,\n year,\n datetime,\n suffix;\n if (!this.isLocal()) {\n func = this.utcOffset() === 0 ? 'moment.utc' : 'moment.parseZone';\n zone = 'Z';\n }\n prefix = '[' + func + '(\"]';\n year = 0 <= this.year() && this.year() <= 9999 ? 'YYYY' : 'YYYYYY';\n datetime = '-MM-DD[T]HH:mm:ss.SSS';\n suffix = zone + '[\")]';\n\n return this.format(prefix + year + datetime + suffix);\n }\n\n function format(inputString) {\n if (!inputString) {\n inputString = this.isUtc()\n ? hooks.defaultFormatUtc\n : hooks.defaultFormat;\n }\n var output = formatMoment(this, inputString);\n return this.localeData().postformat(output);\n }\n\n function from(time, withoutSuffix) {\n if (\n this.isValid() &&\n ((isMoment(time) && time.isValid()) || createLocal(time).isValid())\n ) {\n return createDuration({ to: this, from: time })\n .locale(this.locale())\n .humanize(!withoutSuffix);\n } else {\n return this.localeData().invalidDate();\n }\n }\n\n function fromNow(withoutSuffix) {\n return this.from(createLocal(), withoutSuffix);\n }\n\n function to(time, withoutSuffix) {\n if (\n this.isValid() &&\n ((isMoment(time) && time.isValid()) || createLocal(time).isValid())\n ) {\n return createDuration({ from: this, to: time })\n .locale(this.locale())\n .humanize(!withoutSuffix);\n } else {\n return this.localeData().invalidDate();\n }\n }\n\n function toNow(withoutSuffix) {\n return this.to(createLocal(), withoutSuffix);\n }\n\n // If passed a locale key, it will set the locale for this\n // instance. Otherwise, it will return the locale configuration\n // variables for this instance.\n function locale(key) {\n var newLocaleData;\n\n if (key === undefined) {\n return this._locale._abbr;\n } else {\n newLocaleData = getLocale(key);\n if (newLocaleData != null) {\n this._locale = newLocaleData;\n }\n return this;\n }\n }\n\n var lang = deprecate(\n 'moment().lang() is deprecated. Instead, use moment().localeData() to get the language configuration. Use moment().locale() to change languages.',\n function (key) {\n if (key === undefined) {\n return this.localeData();\n } else {\n return this.locale(key);\n }\n }\n );\n\n function localeData() {\n return this._locale;\n }\n\n var MS_PER_SECOND = 1000,\n MS_PER_MINUTE = 60 * MS_PER_SECOND,\n MS_PER_HOUR = 60 * MS_PER_MINUTE,\n MS_PER_400_YEARS = (365 * 400 + 97) * 24 * MS_PER_HOUR;\n\n // actual modulo - handles negative numbers (for dates before 1970):\n function mod$1(dividend, divisor) {\n return ((dividend % divisor) + divisor) % divisor;\n }\n\n function localStartOfDate(y, m, d) {\n // the date constructor remaps years 0-99 to 1900-1999\n if (y < 100 && y >= 0) {\n // preserve leap years using a full 400 year cycle, then reset\n return new Date(y + 400, m, d) - MS_PER_400_YEARS;\n } else {\n return new Date(y, m, d).valueOf();\n }\n }\n\n function utcStartOfDate(y, m, d) {\n // Date.UTC remaps years 0-99 to 1900-1999\n if (y < 100 && y >= 0) {\n // preserve leap years using a full 400 year cycle, then reset\n return Date.UTC(y + 400, m, d) - MS_PER_400_YEARS;\n } else {\n return Date.UTC(y, m, d);\n }\n }\n\n function startOf(units) {\n var time, startOfDate;\n units = normalizeUnits(units);\n if (units === undefined || units === 'millisecond' || !this.isValid()) {\n return this;\n }\n\n startOfDate = this._isUTC ? utcStartOfDate : localStartOfDate;\n\n switch (units) {\n case 'year':\n time = startOfDate(this.year(), 0, 1);\n break;\n case 'quarter':\n time = startOfDate(\n this.year(),\n this.month() - (this.month() % 3),\n 1\n );\n break;\n case 'month':\n time = startOfDate(this.year(), this.month(), 1);\n break;\n case 'week':\n time = startOfDate(\n this.year(),\n this.month(),\n this.date() - this.weekday()\n );\n break;\n case 'isoWeek':\n time = startOfDate(\n this.year(),\n this.month(),\n this.date() - (this.isoWeekday() - 1)\n );\n break;\n case 'day':\n case 'date':\n time = startOfDate(this.year(), this.month(), this.date());\n break;\n case 'hour':\n time = this._d.valueOf();\n time -= mod$1(\n time + (this._isUTC ? 0 : this.utcOffset() * MS_PER_MINUTE),\n MS_PER_HOUR\n );\n break;\n case 'minute':\n time = this._d.valueOf();\n time -= mod$1(time, MS_PER_MINUTE);\n break;\n case 'second':\n time = this._d.valueOf();\n time -= mod$1(time, MS_PER_SECOND);\n break;\n }\n\n this._d.setTime(time);\n hooks.updateOffset(this, true);\n return this;\n }\n\n function endOf(units) {\n var time, startOfDate;\n units = normalizeUnits(units);\n if (units === undefined || units === 'millisecond' || !this.isValid()) {\n return this;\n }\n\n startOfDate = this._isUTC ? utcStartOfDate : localStartOfDate;\n\n switch (units) {\n case 'year':\n time = startOfDate(this.year() + 1, 0, 1) - 1;\n break;\n case 'quarter':\n time =\n startOfDate(\n this.year(),\n this.month() - (this.month() % 3) + 3,\n 1\n ) - 1;\n break;\n case 'month':\n time = startOfDate(this.year(), this.month() + 1, 1) - 1;\n break;\n case 'week':\n time =\n startOfDate(\n this.year(),\n this.month(),\n this.date() - this.weekday() + 7\n ) - 1;\n break;\n case 'isoWeek':\n time =\n startOfDate(\n this.year(),\n this.month(),\n this.date() - (this.isoWeekday() - 1) + 7\n ) - 1;\n break;\n case 'day':\n case 'date':\n time = startOfDate(this.year(), this.month(), this.date() + 1) - 1;\n break;\n case 'hour':\n time = this._d.valueOf();\n time +=\n MS_PER_HOUR -\n mod$1(\n time + (this._isUTC ? 0 : this.utcOffset() * MS_PER_MINUTE),\n MS_PER_HOUR\n ) -\n 1;\n break;\n case 'minute':\n time = this._d.valueOf();\n time += MS_PER_MINUTE - mod$1(time, MS_PER_MINUTE) - 1;\n break;\n case 'second':\n time = this._d.valueOf();\n time += MS_PER_SECOND - mod$1(time, MS_PER_SECOND) - 1;\n break;\n }\n\n this._d.setTime(time);\n hooks.updateOffset(this, true);\n return this;\n }\n\n function valueOf() {\n return this._d.valueOf() - (this._offset || 0) * 60000;\n }\n\n function unix() {\n return Math.floor(this.valueOf() / 1000);\n }\n\n function toDate() {\n return new Date(this.valueOf());\n }\n\n function toArray() {\n var m = this;\n return [\n m.year(),\n m.month(),\n m.date(),\n m.hour(),\n m.minute(),\n m.second(),\n m.millisecond(),\n ];\n }\n\n function toObject() {\n var m = this;\n return {\n years: m.year(),\n months: m.month(),\n date: m.date(),\n hours: m.hours(),\n minutes: m.minutes(),\n seconds: m.seconds(),\n milliseconds: m.milliseconds(),\n };\n }\n\n function toJSON() {\n // new Date(NaN).toJSON() === null\n return this.isValid() ? this.toISOString() : null;\n }\n\n function isValid$2() {\n return isValid(this);\n }\n\n function parsingFlags() {\n return extend({}, getParsingFlags(this));\n }\n\n function invalidAt() {\n return getParsingFlags(this).overflow;\n }\n\n function creationData() {\n return {\n input: this._i,\n format: this._f,\n locale: this._locale,\n isUTC: this._isUTC,\n strict: this._strict,\n };\n }\n\n addFormatToken('N', 0, 0, 'eraAbbr');\n addFormatToken('NN', 0, 0, 'eraAbbr');\n addFormatToken('NNN', 0, 0, 'eraAbbr');\n addFormatToken('NNNN', 0, 0, 'eraName');\n addFormatToken('NNNNN', 0, 0, 'eraNarrow');\n\n addFormatToken('y', ['y', 1], 'yo', 'eraYear');\n addFormatToken('y', ['yy', 2], 0, 'eraYear');\n addFormatToken('y', ['yyy', 3], 0, 'eraYear');\n addFormatToken('y', ['yyyy', 4], 0, 'eraYear');\n\n addRegexToken('N', matchEraAbbr);\n addRegexToken('NN', matchEraAbbr);\n addRegexToken('NNN', matchEraAbbr);\n addRegexToken('NNNN', matchEraName);\n addRegexToken('NNNNN', matchEraNarrow);\n\n addParseToken(['N', 'NN', 'NNN', 'NNNN', 'NNNNN'], function (\n input,\n array,\n config,\n token\n ) {\n var era = config._locale.erasParse(input, token, config._strict);\n if (era) {\n getParsingFlags(config).era = era;\n } else {\n getParsingFlags(config).invalidEra = input;\n }\n });\n\n addRegexToken('y', matchUnsigned);\n addRegexToken('yy', matchUnsigned);\n addRegexToken('yyy', matchUnsigned);\n addRegexToken('yyyy', matchUnsigned);\n addRegexToken('yo', matchEraYearOrdinal);\n\n addParseToken(['y', 'yy', 'yyy', 'yyyy'], YEAR);\n addParseToken(['yo'], function (input, array, config, token) {\n var match;\n if (config._locale._eraYearOrdinalRegex) {\n match = input.match(config._locale._eraYearOrdinalRegex);\n }\n\n if (config._locale.eraYearOrdinalParse) {\n array[YEAR] = config._locale.eraYearOrdinalParse(input, match);\n } else {\n array[YEAR] = parseInt(input, 10);\n }\n });\n\n function localeEras(m, format) {\n var i,\n l,\n date,\n eras = this._eras || getLocale('en')._eras;\n for (i = 0, l = eras.length; i < l; ++i) {\n switch (typeof eras[i].since) {\n case 'string':\n // truncate time\n date = hooks(eras[i].since).startOf('day');\n eras[i].since = date.valueOf();\n break;\n }\n\n switch (typeof eras[i].until) {\n case 'undefined':\n eras[i].until = +Infinity;\n break;\n case 'string':\n // truncate time\n date = hooks(eras[i].until).startOf('day').valueOf();\n eras[i].until = date.valueOf();\n break;\n }\n }\n return eras;\n }\n\n function localeErasParse(eraName, format, strict) {\n var i,\n l,\n eras = this.eras(),\n name,\n abbr,\n narrow;\n eraName = eraName.toUpperCase();\n\n for (i = 0, l = eras.length; i < l; ++i) {\n name = eras[i].name.toUpperCase();\n abbr = eras[i].abbr.toUpperCase();\n narrow = eras[i].narrow.toUpperCase();\n\n if (strict) {\n switch (format) {\n case 'N':\n case 'NN':\n case 'NNN':\n if (abbr === eraName) {\n return eras[i];\n }\n break;\n\n case 'NNNN':\n if (name === eraName) {\n return eras[i];\n }\n break;\n\n case 'NNNNN':\n if (narrow === eraName) {\n return eras[i];\n }\n break;\n }\n } else if ([name, abbr, narrow].indexOf(eraName) >= 0) {\n return eras[i];\n }\n }\n }\n\n function localeErasConvertYear(era, year) {\n var dir = era.since <= era.until ? +1 : -1;\n if (year === undefined) {\n return hooks(era.since).year();\n } else {\n return hooks(era.since).year() + (year - era.offset) * dir;\n }\n }\n\n function getEraName() {\n var i,\n l,\n val,\n eras = this.localeData().eras();\n for (i = 0, l = eras.length; i < l; ++i) {\n // truncate time\n val = this.clone().startOf('day').valueOf();\n\n if (eras[i].since <= val && val <= eras[i].until) {\n return eras[i].name;\n }\n if (eras[i].until <= val && val <= eras[i].since) {\n return eras[i].name;\n }\n }\n\n return '';\n }\n\n function getEraNarrow() {\n var i,\n l,\n val,\n eras = this.localeData().eras();\n for (i = 0, l = eras.length; i < l; ++i) {\n // truncate time\n val = this.clone().startOf('day').valueOf();\n\n if (eras[i].since <= val && val <= eras[i].until) {\n return eras[i].narrow;\n }\n if (eras[i].until <= val && val <= eras[i].since) {\n return eras[i].narrow;\n }\n }\n\n return '';\n }\n\n function getEraAbbr() {\n var i,\n l,\n val,\n eras = this.localeData().eras();\n for (i = 0, l = eras.length; i < l; ++i) {\n // truncate time\n val = this.clone().startOf('day').valueOf();\n\n if (eras[i].since <= val && val <= eras[i].until) {\n return eras[i].abbr;\n }\n if (eras[i].until <= val && val <= eras[i].since) {\n return eras[i].abbr;\n }\n }\n\n return '';\n }\n\n function getEraYear() {\n var i,\n l,\n dir,\n val,\n eras = this.localeData().eras();\n for (i = 0, l = eras.length; i < l; ++i) {\n dir = eras[i].since <= eras[i].until ? +1 : -1;\n\n // truncate time\n val = this.clone().startOf('day').valueOf();\n\n if (\n (eras[i].since <= val && val <= eras[i].until) ||\n (eras[i].until <= val && val <= eras[i].since)\n ) {\n return (\n (this.year() - hooks(eras[i].since).year()) * dir +\n eras[i].offset\n );\n }\n }\n\n return this.year();\n }\n\n function erasNameRegex(isStrict) {\n if (!hasOwnProp(this, '_erasNameRegex')) {\n computeErasParse.call(this);\n }\n return isStrict ? this._erasNameRegex : this._erasRegex;\n }\n\n function erasAbbrRegex(isStrict) {\n if (!hasOwnProp(this, '_erasAbbrRegex')) {\n computeErasParse.call(this);\n }\n return isStrict ? this._erasAbbrRegex : this._erasRegex;\n }\n\n function erasNarrowRegex(isStrict) {\n if (!hasOwnProp(this, '_erasNarrowRegex')) {\n computeErasParse.call(this);\n }\n return isStrict ? this._erasNarrowRegex : this._erasRegex;\n }\n\n function matchEraAbbr(isStrict, locale) {\n return locale.erasAbbrRegex(isStrict);\n }\n\n function matchEraName(isStrict, locale) {\n return locale.erasNameRegex(isStrict);\n }\n\n function matchEraNarrow(isStrict, locale) {\n return locale.erasNarrowRegex(isStrict);\n }\n\n function matchEraYearOrdinal(isStrict, locale) {\n return locale._eraYearOrdinalRegex || matchUnsigned;\n }\n\n function computeErasParse() {\n var abbrPieces = [],\n namePieces = [],\n narrowPieces = [],\n mixedPieces = [],\n i,\n l,\n eras = this.eras();\n\n for (i = 0, l = eras.length; i < l; ++i) {\n namePieces.push(regexEscape(eras[i].name));\n abbrPieces.push(regexEscape(eras[i].abbr));\n narrowPieces.push(regexEscape(eras[i].narrow));\n\n mixedPieces.push(regexEscape(eras[i].name));\n mixedPieces.push(regexEscape(eras[i].abbr));\n mixedPieces.push(regexEscape(eras[i].narrow));\n }\n\n this._erasRegex = new RegExp('^(' + mixedPieces.join('|') + ')', 'i');\n this._erasNameRegex = new RegExp('^(' + namePieces.join('|') + ')', 'i');\n this._erasAbbrRegex = new RegExp('^(' + abbrPieces.join('|') + ')', 'i');\n this._erasNarrowRegex = new RegExp(\n '^(' + narrowPieces.join('|') + ')',\n 'i'\n );\n }\n\n // FORMATTING\n\n addFormatToken(0, ['gg', 2], 0, function () {\n return this.weekYear() % 100;\n });\n\n addFormatToken(0, ['GG', 2], 0, function () {\n return this.isoWeekYear() % 100;\n });\n\n function addWeekYearFormatToken(token, getter) {\n addFormatToken(0, [token, token.length], 0, getter);\n }\n\n addWeekYearFormatToken('gggg', 'weekYear');\n addWeekYearFormatToken('ggggg', 'weekYear');\n addWeekYearFormatToken('GGGG', 'isoWeekYear');\n addWeekYearFormatToken('GGGGG', 'isoWeekYear');\n\n // ALIASES\n\n addUnitAlias('weekYear', 'gg');\n addUnitAlias('isoWeekYear', 'GG');\n\n // PRIORITY\n\n addUnitPriority('weekYear', 1);\n addUnitPriority('isoWeekYear', 1);\n\n // PARSING\n\n addRegexToken('G', matchSigned);\n addRegexToken('g', matchSigned);\n addRegexToken('GG', match1to2, match2);\n addRegexToken('gg', match1to2, match2);\n addRegexToken('GGGG', match1to4, match4);\n addRegexToken('gggg', match1to4, match4);\n addRegexToken('GGGGG', match1to6, match6);\n addRegexToken('ggggg', match1to6, match6);\n\n addWeekParseToken(['gggg', 'ggggg', 'GGGG', 'GGGGG'], function (\n input,\n week,\n config,\n token\n ) {\n week[token.substr(0, 2)] = toInt(input);\n });\n\n addWeekParseToken(['gg', 'GG'], function (input, week, config, token) {\n week[token] = hooks.parseTwoDigitYear(input);\n });\n\n // MOMENTS\n\n function getSetWeekYear(input) {\n return getSetWeekYearHelper.call(\n this,\n input,\n this.week(),\n this.weekday(),\n this.localeData()._week.dow,\n this.localeData()._week.doy\n );\n }\n\n function getSetISOWeekYear(input) {\n return getSetWeekYearHelper.call(\n this,\n input,\n this.isoWeek(),\n this.isoWeekday(),\n 1,\n 4\n );\n }\n\n function getISOWeeksInYear() {\n return weeksInYear(this.year(), 1, 4);\n }\n\n function getISOWeeksInISOWeekYear() {\n return weeksInYear(this.isoWeekYear(), 1, 4);\n }\n\n function getWeeksInYear() {\n var weekInfo = this.localeData()._week;\n return weeksInYear(this.year(), weekInfo.dow, weekInfo.doy);\n }\n\n function getWeeksInWeekYear() {\n var weekInfo = this.localeData()._week;\n return weeksInYear(this.weekYear(), weekInfo.dow, weekInfo.doy);\n }\n\n function getSetWeekYearHelper(input, week, weekday, dow, doy) {\n var weeksTarget;\n if (input == null) {\n return weekOfYear(this, dow, doy).year;\n } else {\n weeksTarget = weeksInYear(input, dow, doy);\n if (week > weeksTarget) {\n week = weeksTarget;\n }\n return setWeekAll.call(this, input, week, weekday, dow, doy);\n }\n }\n\n function setWeekAll(weekYear, week, weekday, dow, doy) {\n var dayOfYearData = dayOfYearFromWeeks(weekYear, week, weekday, dow, doy),\n date = createUTCDate(dayOfYearData.year, 0, dayOfYearData.dayOfYear);\n\n this.year(date.getUTCFullYear());\n this.month(date.getUTCMonth());\n this.date(date.getUTCDate());\n return this;\n }\n\n // FORMATTING\n\n addFormatToken('Q', 0, 'Qo', 'quarter');\n\n // ALIASES\n\n addUnitAlias('quarter', 'Q');\n\n // PRIORITY\n\n addUnitPriority('quarter', 7);\n\n // PARSING\n\n addRegexToken('Q', match1);\n addParseToken('Q', function (input, array) {\n array[MONTH] = (toInt(input) - 1) * 3;\n });\n\n // MOMENTS\n\n function getSetQuarter(input) {\n return input == null\n ? Math.ceil((this.month() + 1) / 3)\n : this.month((input - 1) * 3 + (this.month() % 3));\n }\n\n // FORMATTING\n\n addFormatToken('D', ['DD', 2], 'Do', 'date');\n\n // ALIASES\n\n addUnitAlias('date', 'D');\n\n // PRIORITY\n addUnitPriority('date', 9);\n\n // PARSING\n\n addRegexToken('D', match1to2);\n addRegexToken('DD', match1to2, match2);\n addRegexToken('Do', function (isStrict, locale) {\n // TODO: Remove \"ordinalParse\" fallback in next major release.\n return isStrict\n ? locale._dayOfMonthOrdinalParse || locale._ordinalParse\n : locale._dayOfMonthOrdinalParseLenient;\n });\n\n addParseToken(['D', 'DD'], DATE);\n addParseToken('Do', function (input, array) {\n array[DATE] = toInt(input.match(match1to2)[0]);\n });\n\n // MOMENTS\n\n var getSetDayOfMonth = makeGetSet('Date', true);\n\n // FORMATTING\n\n addFormatToken('DDD', ['DDDD', 3], 'DDDo', 'dayOfYear');\n\n // ALIASES\n\n addUnitAlias('dayOfYear', 'DDD');\n\n // PRIORITY\n addUnitPriority('dayOfYear', 4);\n\n // PARSING\n\n addRegexToken('DDD', match1to3);\n addRegexToken('DDDD', match3);\n addParseToken(['DDD', 'DDDD'], function (input, array, config) {\n config._dayOfYear = toInt(input);\n });\n\n // HELPERS\n\n // MOMENTS\n\n function getSetDayOfYear(input) {\n var dayOfYear =\n Math.round(\n (this.clone().startOf('day') - this.clone().startOf('year')) / 864e5\n ) + 1;\n return input == null ? dayOfYear : this.add(input - dayOfYear, 'd');\n }\n\n // FORMATTING\n\n addFormatToken('m', ['mm', 2], 0, 'minute');\n\n // ALIASES\n\n addUnitAlias('minute', 'm');\n\n // PRIORITY\n\n addUnitPriority('minute', 14);\n\n // PARSING\n\n addRegexToken('m', match1to2);\n addRegexToken('mm', match1to2, match2);\n addParseToken(['m', 'mm'], MINUTE);\n\n // MOMENTS\n\n var getSetMinute = makeGetSet('Minutes', false);\n\n // FORMATTING\n\n addFormatToken('s', ['ss', 2], 0, 'second');\n\n // ALIASES\n\n addUnitAlias('second', 's');\n\n // PRIORITY\n\n addUnitPriority('second', 15);\n\n // PARSING\n\n addRegexToken('s', match1to2);\n addRegexToken('ss', match1to2, match2);\n addParseToken(['s', 'ss'], SECOND);\n\n // MOMENTS\n\n var getSetSecond = makeGetSet('Seconds', false);\n\n // FORMATTING\n\n addFormatToken('S', 0, 0, function () {\n return ~~(this.millisecond() / 100);\n });\n\n addFormatToken(0, ['SS', 2], 0, function () {\n return ~~(this.millisecond() / 10);\n });\n\n addFormatToken(0, ['SSS', 3], 0, 'millisecond');\n addFormatToken(0, ['SSSS', 4], 0, function () {\n return this.millisecond() * 10;\n });\n addFormatToken(0, ['SSSSS', 5], 0, function () {\n return this.millisecond() * 100;\n });\n addFormatToken(0, ['SSSSSS', 6], 0, function () {\n return this.millisecond() * 1000;\n });\n addFormatToken(0, ['SSSSSSS', 7], 0, function () {\n return this.millisecond() * 10000;\n });\n addFormatToken(0, ['SSSSSSSS', 8], 0, function () {\n return this.millisecond() * 100000;\n });\n addFormatToken(0, ['SSSSSSSSS', 9], 0, function () {\n return this.millisecond() * 1000000;\n });\n\n // ALIASES\n\n addUnitAlias('millisecond', 'ms');\n\n // PRIORITY\n\n addUnitPriority('millisecond', 16);\n\n // PARSING\n\n addRegexToken('S', match1to3, match1);\n addRegexToken('SS', match1to3, match2);\n addRegexToken('SSS', match1to3, match3);\n\n var token, getSetMillisecond;\n for (token = 'SSSS'; token.length <= 9; token += 'S') {\n addRegexToken(token, matchUnsigned);\n }\n\n function parseMs(input, array) {\n array[MILLISECOND] = toInt(('0.' + input) * 1000);\n }\n\n for (token = 'S'; token.length <= 9; token += 'S') {\n addParseToken(token, parseMs);\n }\n\n getSetMillisecond = makeGetSet('Milliseconds', false);\n\n // FORMATTING\n\n addFormatToken('z', 0, 0, 'zoneAbbr');\n addFormatToken('zz', 0, 0, 'zoneName');\n\n // MOMENTS\n\n function getZoneAbbr() {\n return this._isUTC ? 'UTC' : '';\n }\n\n function getZoneName() {\n return this._isUTC ? 'Coordinated Universal Time' : '';\n }\n\n var proto = Moment.prototype;\n\n proto.add = add;\n proto.calendar = calendar$1;\n proto.clone = clone;\n proto.diff = diff;\n proto.endOf = endOf;\n proto.format = format;\n proto.from = from;\n proto.fromNow = fromNow;\n proto.to = to;\n proto.toNow = toNow;\n proto.get = stringGet;\n proto.invalidAt = invalidAt;\n proto.isAfter = isAfter;\n proto.isBefore = isBefore;\n proto.isBetween = isBetween;\n proto.isSame = isSame;\n proto.isSameOrAfter = isSameOrAfter;\n proto.isSameOrBefore = isSameOrBefore;\n proto.isValid = isValid$2;\n proto.lang = lang;\n proto.locale = locale;\n proto.localeData = localeData;\n proto.max = prototypeMax;\n proto.min = prototypeMin;\n proto.parsingFlags = parsingFlags;\n proto.set = stringSet;\n proto.startOf = startOf;\n proto.subtract = subtract;\n proto.toArray = toArray;\n proto.toObject = toObject;\n proto.toDate = toDate;\n proto.toISOString = toISOString;\n proto.inspect = inspect;\n if (typeof Symbol !== 'undefined' && Symbol.for != null) {\n proto[Symbol.for('nodejs.util.inspect.custom')] = function () {\n return 'Moment<' + this.format() + '>';\n };\n }\n proto.toJSON = toJSON;\n proto.toString = toString;\n proto.unix = unix;\n proto.valueOf = valueOf;\n proto.creationData = creationData;\n proto.eraName = getEraName;\n proto.eraNarrow = getEraNarrow;\n proto.eraAbbr = getEraAbbr;\n proto.eraYear = getEraYear;\n proto.year = getSetYear;\n proto.isLeapYear = getIsLeapYear;\n proto.weekYear = getSetWeekYear;\n proto.isoWeekYear = getSetISOWeekYear;\n proto.quarter = proto.quarters = getSetQuarter;\n proto.month = getSetMonth;\n proto.daysInMonth = getDaysInMonth;\n proto.week = proto.weeks = getSetWeek;\n proto.isoWeek = proto.isoWeeks = getSetISOWeek;\n proto.weeksInYear = getWeeksInYear;\n proto.weeksInWeekYear = getWeeksInWeekYear;\n proto.isoWeeksInYear = getISOWeeksInYear;\n proto.isoWeeksInISOWeekYear = getISOWeeksInISOWeekYear;\n proto.date = getSetDayOfMonth;\n proto.day = proto.days = getSetDayOfWeek;\n proto.weekday = getSetLocaleDayOfWeek;\n proto.isoWeekday = getSetISODayOfWeek;\n proto.dayOfYear = getSetDayOfYear;\n proto.hour = proto.hours = getSetHour;\n proto.minute = proto.minutes = getSetMinute;\n proto.second = proto.seconds = getSetSecond;\n proto.millisecond = proto.milliseconds = getSetMillisecond;\n proto.utcOffset = getSetOffset;\n proto.utc = setOffsetToUTC;\n proto.local = setOffsetToLocal;\n proto.parseZone = setOffsetToParsedOffset;\n proto.hasAlignedHourOffset = hasAlignedHourOffset;\n proto.isDST = isDaylightSavingTime;\n proto.isLocal = isLocal;\n proto.isUtcOffset = isUtcOffset;\n proto.isUtc = isUtc;\n proto.isUTC = isUtc;\n proto.zoneAbbr = getZoneAbbr;\n proto.zoneName = getZoneName;\n proto.dates = deprecate(\n 'dates accessor is deprecated. Use date instead.',\n getSetDayOfMonth\n );\n proto.months = deprecate(\n 'months accessor is deprecated. Use month instead',\n getSetMonth\n );\n proto.years = deprecate(\n 'years accessor is deprecated. Use year instead',\n getSetYear\n );\n proto.zone = deprecate(\n 'moment().zone is deprecated, use moment().utcOffset instead. http://momentjs.com/guides/#/warnings/zone/',\n getSetZone\n );\n proto.isDSTShifted = deprecate(\n 'isDSTShifted is deprecated. See http://momentjs.com/guides/#/warnings/dst-shifted/ for more information',\n isDaylightSavingTimeShifted\n );\n\n function createUnix(input) {\n return createLocal(input * 1000);\n }\n\n function createInZone() {\n return createLocal.apply(null, arguments).parseZone();\n }\n\n function preParsePostFormat(string) {\n return string;\n }\n\n var proto$1 = Locale.prototype;\n\n proto$1.calendar = calendar;\n proto$1.longDateFormat = longDateFormat;\n proto$1.invalidDate = invalidDate;\n proto$1.ordinal = ordinal;\n proto$1.preparse = preParsePostFormat;\n proto$1.postformat = preParsePostFormat;\n proto$1.relativeTime = relativeTime;\n proto$1.pastFuture = pastFuture;\n proto$1.set = set;\n proto$1.eras = localeEras;\n proto$1.erasParse = localeErasParse;\n proto$1.erasConvertYear = localeErasConvertYear;\n proto$1.erasAbbrRegex = erasAbbrRegex;\n proto$1.erasNameRegex = erasNameRegex;\n proto$1.erasNarrowRegex = erasNarrowRegex;\n\n proto$1.months = localeMonths;\n proto$1.monthsShort = localeMonthsShort;\n proto$1.monthsParse = localeMonthsParse;\n proto$1.monthsRegex = monthsRegex;\n proto$1.monthsShortRegex = monthsShortRegex;\n proto$1.week = localeWeek;\n proto$1.firstDayOfYear = localeFirstDayOfYear;\n proto$1.firstDayOfWeek = localeFirstDayOfWeek;\n\n proto$1.weekdays = localeWeekdays;\n proto$1.weekdaysMin = localeWeekdaysMin;\n proto$1.weekdaysShort = localeWeekdaysShort;\n proto$1.weekdaysParse = localeWeekdaysParse;\n\n proto$1.weekdaysRegex = weekdaysRegex;\n proto$1.weekdaysShortRegex = weekdaysShortRegex;\n proto$1.weekdaysMinRegex = weekdaysMinRegex;\n\n proto$1.isPM = localeIsPM;\n proto$1.meridiem = localeMeridiem;\n\n function get$1(format, index, field, setter) {\n var locale = getLocale(),\n utc = createUTC().set(setter, index);\n return locale[field](utc, format);\n }\n\n function listMonthsImpl(format, index, field) {\n if (isNumber(format)) {\n index = format;\n format = undefined;\n }\n\n format = format || '';\n\n if (index != null) {\n return get$1(format, index, field, 'month');\n }\n\n var i,\n out = [];\n for (i = 0; i < 12; i++) {\n out[i] = get$1(format, i, field, 'month');\n }\n return out;\n }\n\n // ()\n // (5)\n // (fmt, 5)\n // (fmt)\n // (true)\n // (true, 5)\n // (true, fmt, 5)\n // (true, fmt)\n function listWeekdaysImpl(localeSorted, format, index, field) {\n if (typeof localeSorted === 'boolean') {\n if (isNumber(format)) {\n index = format;\n format = undefined;\n }\n\n format = format || '';\n } else {\n format = localeSorted;\n index = format;\n localeSorted = false;\n\n if (isNumber(format)) {\n index = format;\n format = undefined;\n }\n\n format = format || '';\n }\n\n var locale = getLocale(),\n shift = localeSorted ? locale._week.dow : 0,\n i,\n out = [];\n\n if (index != null) {\n return get$1(format, (index + shift) % 7, field, 'day');\n }\n\n for (i = 0; i < 7; i++) {\n out[i] = get$1(format, (i + shift) % 7, field, 'day');\n }\n return out;\n }\n\n function listMonths(format, index) {\n return listMonthsImpl(format, index, 'months');\n }\n\n function listMonthsShort(format, index) {\n return listMonthsImpl(format, index, 'monthsShort');\n }\n\n function listWeekdays(localeSorted, format, index) {\n return listWeekdaysImpl(localeSorted, format, index, 'weekdays');\n }\n\n function listWeekdaysShort(localeSorted, format, index) {\n return listWeekdaysImpl(localeSorted, format, index, 'weekdaysShort');\n }\n\n function listWeekdaysMin(localeSorted, format, index) {\n return listWeekdaysImpl(localeSorted, format, index, 'weekdaysMin');\n }\n\n getSetGlobalLocale('en', {\n eras: [\n {\n since: '0001-01-01',\n until: +Infinity,\n offset: 1,\n name: 'Anno Domini',\n narrow: 'AD',\n abbr: 'AD',\n },\n {\n since: '0000-12-31',\n until: -Infinity,\n offset: 1,\n name: 'Before Christ',\n narrow: 'BC',\n abbr: 'BC',\n },\n ],\n dayOfMonthOrdinalParse: /\\d{1,2}(th|st|nd|rd)/,\n ordinal: function (number) {\n var b = number % 10,\n output =\n toInt((number % 100) / 10) === 1\n ? 'th'\n : b === 1\n ? 'st'\n : b === 2\n ? 'nd'\n : b === 3\n ? 'rd'\n : 'th';\n return number + output;\n },\n });\n\n // Side effect imports\n\n hooks.lang = deprecate(\n 'moment.lang is deprecated. Use moment.locale instead.',\n getSetGlobalLocale\n );\n hooks.langData = deprecate(\n 'moment.langData is deprecated. Use moment.localeData instead.',\n getLocale\n );\n\n var mathAbs = Math.abs;\n\n function abs() {\n var data = this._data;\n\n this._milliseconds = mathAbs(this._milliseconds);\n this._days = mathAbs(this._days);\n this._months = mathAbs(this._months);\n\n data.milliseconds = mathAbs(data.milliseconds);\n data.seconds = mathAbs(data.seconds);\n data.minutes = mathAbs(data.minutes);\n data.hours = mathAbs(data.hours);\n data.months = mathAbs(data.months);\n data.years = mathAbs(data.years);\n\n return this;\n }\n\n function addSubtract$1(duration, input, value, direction) {\n var other = createDuration(input, value);\n\n duration._milliseconds += direction * other._milliseconds;\n duration._days += direction * other._days;\n duration._months += direction * other._months;\n\n return duration._bubble();\n }\n\n // supports only 2.0-style add(1, 's') or add(duration)\n function add$1(input, value) {\n return addSubtract$1(this, input, value, 1);\n }\n\n // supports only 2.0-style subtract(1, 's') or subtract(duration)\n function subtract$1(input, value) {\n return addSubtract$1(this, input, value, -1);\n }\n\n function absCeil(number) {\n if (number < 0) {\n return Math.floor(number);\n } else {\n return Math.ceil(number);\n }\n }\n\n function bubble() {\n var milliseconds = this._milliseconds,\n days = this._days,\n months = this._months,\n data = this._data,\n seconds,\n minutes,\n hours,\n years,\n monthsFromDays;\n\n // if we have a mix of positive and negative values, bubble down first\n // check: https://github.com/moment/moment/issues/2166\n if (\n !(\n (milliseconds >= 0 && days >= 0 && months >= 0) ||\n (milliseconds <= 0 && days <= 0 && months <= 0)\n )\n ) {\n milliseconds += absCeil(monthsToDays(months) + days) * 864e5;\n days = 0;\n months = 0;\n }\n\n // The following code bubbles up values, see the tests for\n // examples of what that means.\n data.milliseconds = milliseconds % 1000;\n\n seconds = absFloor(milliseconds / 1000);\n data.seconds = seconds % 60;\n\n minutes = absFloor(seconds / 60);\n data.minutes = minutes % 60;\n\n hours = absFloor(minutes / 60);\n data.hours = hours % 24;\n\n days += absFloor(hours / 24);\n\n // convert days to months\n monthsFromDays = absFloor(daysToMonths(days));\n months += monthsFromDays;\n days -= absCeil(monthsToDays(monthsFromDays));\n\n // 12 months -> 1 year\n years = absFloor(months / 12);\n months %= 12;\n\n data.days = days;\n data.months = months;\n data.years = years;\n\n return this;\n }\n\n function daysToMonths(days) {\n // 400 years have 146097 days (taking into account leap year rules)\n // 400 years have 12 months === 4800\n return (days * 4800) / 146097;\n }\n\n function monthsToDays(months) {\n // the reverse of daysToMonths\n return (months * 146097) / 4800;\n }\n\n function as(units) {\n if (!this.isValid()) {\n return NaN;\n }\n var days,\n months,\n milliseconds = this._milliseconds;\n\n units = normalizeUnits(units);\n\n if (units === 'month' || units === 'quarter' || units === 'year') {\n days = this._days + milliseconds / 864e5;\n months = this._months + daysToMonths(days);\n switch (units) {\n case 'month':\n return months;\n case 'quarter':\n return months / 3;\n case 'year':\n return months / 12;\n }\n } else {\n // handle milliseconds separately because of floating point math errors (issue #1867)\n days = this._days + Math.round(monthsToDays(this._months));\n switch (units) {\n case 'week':\n return days / 7 + milliseconds / 6048e5;\n case 'day':\n return days + milliseconds / 864e5;\n case 'hour':\n return days * 24 + milliseconds / 36e5;\n case 'minute':\n return days * 1440 + milliseconds / 6e4;\n case 'second':\n return days * 86400 + milliseconds / 1000;\n // Math.floor prevents floating point math errors here\n case 'millisecond':\n return Math.floor(days * 864e5) + milliseconds;\n default:\n throw new Error('Unknown unit ' + units);\n }\n }\n }\n\n // TODO: Use this.as('ms')?\n function valueOf$1() {\n if (!this.isValid()) {\n return NaN;\n }\n return (\n this._milliseconds +\n this._days * 864e5 +\n (this._months % 12) * 2592e6 +\n toInt(this._months / 12) * 31536e6\n );\n }\n\n function makeAs(alias) {\n return function () {\n return this.as(alias);\n };\n }\n\n var asMilliseconds = makeAs('ms'),\n asSeconds = makeAs('s'),\n asMinutes = makeAs('m'),\n asHours = makeAs('h'),\n asDays = makeAs('d'),\n asWeeks = makeAs('w'),\n asMonths = makeAs('M'),\n asQuarters = makeAs('Q'),\n asYears = makeAs('y');\n\n function clone$1() {\n return createDuration(this);\n }\n\n function get$2(units) {\n units = normalizeUnits(units);\n return this.isValid() ? this[units + 's']() : NaN;\n }\n\n function makeGetter(name) {\n return function () {\n return this.isValid() ? this._data[name] : NaN;\n };\n }\n\n var milliseconds = makeGetter('milliseconds'),\n seconds = makeGetter('seconds'),\n minutes = makeGetter('minutes'),\n hours = makeGetter('hours'),\n days = makeGetter('days'),\n months = makeGetter('months'),\n years = makeGetter('years');\n\n function weeks() {\n return absFloor(this.days() / 7);\n }\n\n var round = Math.round,\n thresholds = {\n ss: 44, // a few seconds to seconds\n s: 45, // seconds to minute\n m: 45, // minutes to hour\n h: 22, // hours to day\n d: 26, // days to month/week\n w: null, // weeks to month\n M: 11, // months to year\n };\n\n // helper function for moment.fn.from, moment.fn.fromNow, and moment.duration.fn.humanize\n function substituteTimeAgo(string, number, withoutSuffix, isFuture, locale) {\n return locale.relativeTime(number || 1, !!withoutSuffix, string, isFuture);\n }\n\n function relativeTime$1(posNegDuration, withoutSuffix, thresholds, locale) {\n var duration = createDuration(posNegDuration).abs(),\n seconds = round(duration.as('s')),\n minutes = round(duration.as('m')),\n hours = round(duration.as('h')),\n days = round(duration.as('d')),\n months = round(duration.as('M')),\n weeks = round(duration.as('w')),\n years = round(duration.as('y')),\n a =\n (seconds <= thresholds.ss && ['s', seconds]) ||\n (seconds < thresholds.s && ['ss', seconds]) ||\n (minutes <= 1 && ['m']) ||\n (minutes < thresholds.m && ['mm', minutes]) ||\n (hours <= 1 && ['h']) ||\n (hours < thresholds.h && ['hh', hours]) ||\n (days <= 1 && ['d']) ||\n (days < thresholds.d && ['dd', days]);\n\n if (thresholds.w != null) {\n a =\n a ||\n (weeks <= 1 && ['w']) ||\n (weeks < thresholds.w && ['ww', weeks]);\n }\n a = a ||\n (months <= 1 && ['M']) ||\n (months < thresholds.M && ['MM', months]) ||\n (years <= 1 && ['y']) || ['yy', years];\n\n a[2] = withoutSuffix;\n a[3] = +posNegDuration > 0;\n a[4] = locale;\n return substituteTimeAgo.apply(null, a);\n }\n\n // This function allows you to set the rounding function for relative time strings\n function getSetRelativeTimeRounding(roundingFunction) {\n if (roundingFunction === undefined) {\n return round;\n }\n if (typeof roundingFunction === 'function') {\n round = roundingFunction;\n return true;\n }\n return false;\n }\n\n // This function allows you to set a threshold for relative time strings\n function getSetRelativeTimeThreshold(threshold, limit) {\n if (thresholds[threshold] === undefined) {\n return false;\n }\n if (limit === undefined) {\n return thresholds[threshold];\n }\n thresholds[threshold] = limit;\n if (threshold === 's') {\n thresholds.ss = limit - 1;\n }\n return true;\n }\n\n function humanize(argWithSuffix, argThresholds) {\n if (!this.isValid()) {\n return this.localeData().invalidDate();\n }\n\n var withSuffix = false,\n th = thresholds,\n locale,\n output;\n\n if (typeof argWithSuffix === 'object') {\n argThresholds = argWithSuffix;\n argWithSuffix = false;\n }\n if (typeof argWithSuffix === 'boolean') {\n withSuffix = argWithSuffix;\n }\n if (typeof argThresholds === 'object') {\n th = Object.assign({}, thresholds, argThresholds);\n if (argThresholds.s != null && argThresholds.ss == null) {\n th.ss = argThresholds.s - 1;\n }\n }\n\n locale = this.localeData();\n output = relativeTime$1(this, !withSuffix, th, locale);\n\n if (withSuffix) {\n output = locale.pastFuture(+this, output);\n }\n\n return locale.postformat(output);\n }\n\n var abs$1 = Math.abs;\n\n function sign(x) {\n return (x > 0) - (x < 0) || +x;\n }\n\n function toISOString$1() {\n // for ISO strings we do not use the normal bubbling rules:\n // * milliseconds bubble up until they become hours\n // * days do not bubble at all\n // * months bubble up until they become years\n // This is because there is no context-free conversion between hours and days\n // (think of clock changes)\n // and also not between days and months (28-31 days per month)\n if (!this.isValid()) {\n return this.localeData().invalidDate();\n }\n\n var seconds = abs$1(this._milliseconds) / 1000,\n days = abs$1(this._days),\n months = abs$1(this._months),\n minutes,\n hours,\n years,\n s,\n total = this.asSeconds(),\n totalSign,\n ymSign,\n daysSign,\n hmsSign;\n\n if (!total) {\n // this is the same as C#'s (Noda) and python (isodate)...\n // but not other JS (goog.date)\n return 'P0D';\n }\n\n // 3600 seconds -> 60 minutes -> 1 hour\n minutes = absFloor(seconds / 60);\n hours = absFloor(minutes / 60);\n seconds %= 60;\n minutes %= 60;\n\n // 12 months -> 1 year\n years = absFloor(months / 12);\n months %= 12;\n\n // inspired by https://github.com/dordille/moment-isoduration/blob/master/moment.isoduration.js\n s = seconds ? seconds.toFixed(3).replace(/\\.?0+$/, '') : '';\n\n totalSign = total < 0 ? '-' : '';\n ymSign = sign(this._months) !== sign(total) ? '-' : '';\n daysSign = sign(this._days) !== sign(total) ? '-' : '';\n hmsSign = sign(this._milliseconds) !== sign(total) ? '-' : '';\n\n return (\n totalSign +\n 'P' +\n (years ? ymSign + years + 'Y' : '') +\n (months ? ymSign + months + 'M' : '') +\n (days ? daysSign + days + 'D' : '') +\n (hours || minutes || seconds ? 'T' : '') +\n (hours ? hmsSign + hours + 'H' : '') +\n (minutes ? hmsSign + minutes + 'M' : '') +\n (seconds ? hmsSign + s + 'S' : '')\n );\n }\n\n var proto$2 = Duration.prototype;\n\n proto$2.isValid = isValid$1;\n proto$2.abs = abs;\n proto$2.add = add$1;\n proto$2.subtract = subtract$1;\n proto$2.as = as;\n proto$2.asMilliseconds = asMilliseconds;\n proto$2.asSeconds = asSeconds;\n proto$2.asMinutes = asMinutes;\n proto$2.asHours = asHours;\n proto$2.asDays = asDays;\n proto$2.asWeeks = asWeeks;\n proto$2.asMonths = asMonths;\n proto$2.asQuarters = asQuarters;\n proto$2.asYears = asYears;\n proto$2.valueOf = valueOf$1;\n proto$2._bubble = bubble;\n proto$2.clone = clone$1;\n proto$2.get = get$2;\n proto$2.milliseconds = milliseconds;\n proto$2.seconds = seconds;\n proto$2.minutes = minutes;\n proto$2.hours = hours;\n proto$2.days = days;\n proto$2.weeks = weeks;\n proto$2.months = months;\n proto$2.years = years;\n proto$2.humanize = humanize;\n proto$2.toISOString = toISOString$1;\n proto$2.toString = toISOString$1;\n proto$2.toJSON = toISOString$1;\n proto$2.locale = locale;\n proto$2.localeData = localeData;\n\n proto$2.toIsoString = deprecate(\n 'toIsoString() is deprecated. Please use toISOString() instead (notice the capitals)',\n toISOString$1\n );\n proto$2.lang = lang;\n\n // FORMATTING\n\n addFormatToken('X', 0, 0, 'unix');\n addFormatToken('x', 0, 0, 'valueOf');\n\n // PARSING\n\n addRegexToken('x', matchSigned);\n addRegexToken('X', matchTimestamp);\n addParseToken('X', function (input, array, config) {\n config._d = new Date(parseFloat(input) * 1000);\n });\n addParseToken('x', function (input, array, config) {\n config._d = new Date(toInt(input));\n });\n\n //! moment.js\n\n hooks.version = '2.29.1';\n\n setHookCallback(createLocal);\n\n hooks.fn = proto;\n hooks.min = min;\n hooks.max = max;\n hooks.now = now;\n hooks.utc = createUTC;\n hooks.unix = createUnix;\n hooks.months = listMonths;\n hooks.isDate = isDate;\n hooks.locale = getSetGlobalLocale;\n hooks.invalid = createInvalid;\n hooks.duration = createDuration;\n hooks.isMoment = isMoment;\n hooks.weekdays = listWeekdays;\n hooks.parseZone = createInZone;\n hooks.localeData = getLocale;\n hooks.isDuration = isDuration;\n hooks.monthsShort = listMonthsShort;\n hooks.weekdaysMin = listWeekdaysMin;\n hooks.defineLocale = defineLocale;\n hooks.updateLocale = updateLocale;\n hooks.locales = listLocales;\n hooks.weekdaysShort = listWeekdaysShort;\n hooks.normalizeUnits = normalizeUnits;\n hooks.relativeTimeRounding = getSetRelativeTimeRounding;\n hooks.relativeTimeThreshold = getSetRelativeTimeThreshold;\n hooks.calendarFormat = getCalendarFormat;\n hooks.prototype = proto;\n\n // currently HTML5 input type only supports 24-hour formats\n hooks.HTML5_FMT = {\n DATETIME_LOCAL: 'YYYY-MM-DDTHH:mm', // <input type=\"datetime-local\" />\n DATETIME_LOCAL_SECONDS: 'YYYY-MM-DDTHH:mm:ss', // <input type=\"datetime-local\" step=\"1\" />\n DATETIME_LOCAL_MS: 'YYYY-MM-DDTHH:mm:ss.SSS', // <input type=\"datetime-local\" step=\"0.001\" />\n DATE: 'YYYY-MM-DD', // <input type=\"date\" />\n TIME: 'HH:mm', // <input type=\"time\" />\n TIME_SECONDS: 'HH:mm:ss', // <input type=\"time\" step=\"1\" />\n TIME_MS: 'HH:mm:ss.SSS', // <input type=\"time\" step=\"0.001\" />\n WEEK: 'GGGG-[W]WW', // <input type=\"week\" />\n MONTH: 'YYYY-MM', // <input type=\"month\" />\n };\n\n return hooks;\n\n})));\n","var global = require('../internals/global');\nvar getOwnPropertyDescriptor = require('../internals/object-get-own-property-descriptor').f;\nvar createNonEnumerableProperty = require('../internals/create-non-enumerable-property');\nvar redefine = require('../internals/redefine');\nvar setGlobal = require('../internals/set-global');\nvar copyConstructorProperties = require('../internals/copy-constructor-properties');\nvar isForced = require('../internals/is-forced');\n\n/*\n options.target - name of the target object\n options.global - target is the global object\n options.stat - export as static methods of target\n options.proto - export as prototype methods of target\n options.real - real prototype method for the `pure` version\n options.forced - export even if the native feature is available\n options.bind - bind methods to the target, required for the `pure` version\n options.wrap - wrap constructors to preventing global pollution, required for the `pure` version\n options.unsafe - use the simple assignment of property instead of delete + defineProperty\n options.sham - add a flag to not completely full polyfills\n options.enumerable - export as enumerable property\n options.noTargetGet - prevent calling a getter on target\n*/\nmodule.exports = function (options, source) {\n var TARGET = options.target;\n var GLOBAL = options.global;\n var STATIC = options.stat;\n var FORCED, target, key, targetProperty, sourceProperty, descriptor;\n if (GLOBAL) {\n target = global;\n } else if (STATIC) {\n target = global[TARGET] || setGlobal(TARGET, {});\n } else {\n target = (global[TARGET] || {}).prototype;\n }\n if (target) for (key in source) {\n sourceProperty = source[key];\n if (options.noTargetGet) {\n descriptor = getOwnPropertyDescriptor(target, key);\n targetProperty = descriptor && descriptor.value;\n } else targetProperty = target[key];\n FORCED = isForced(GLOBAL ? key : TARGET + (STATIC ? '.' : '#') + key, options.forced);\n // contained in target\n if (!FORCED && targetProperty !== undefined) {\n if (typeof sourceProperty === typeof targetProperty) continue;\n copyConstructorProperties(sourceProperty, targetProperty);\n }\n // add a flag to not completely full polyfills\n if (options.sham || (targetProperty && targetProperty.sham)) {\n createNonEnumerableProperty(sourceProperty, 'sham', true);\n }\n // extend global\n redefine(target, key, sourceProperty, options);\n }\n};\n","module.exports = function (exec) {\n try {\n return !!exec();\n } catch (error) {\n return true;\n }\n};\n","var check = function (it) {\n return it && it.Math == Math && it;\n};\n\n// https://github.com/zloirock/core-js/issues/86#issuecomment-115759028\nmodule.exports =\n // eslint-disable-next-line es/no-global-this -- safe\n check(typeof globalThis == 'object' && globalThis) ||\n check(typeof window == 'object' && window) ||\n // eslint-disable-next-line no-restricted-globals -- safe\n check(typeof self == 'object' && self) ||\n check(typeof global == 'object' && global) ||\n // eslint-disable-next-line no-new-func -- fallback\n (function () { return this; })() || Function('return this')();\n","// Some functions take a variable number of arguments, or a few expected\n// arguments at the beginning and then a variable number of values to operate\n// on. This helper accumulates all remaining arguments past the function’s\n// argument length (or an explicit `startIndex`), into an array that becomes\n// the last argument. Similar to ES6’s \"rest parameter\".\nexport default function restArguments(func, startIndex) {\n startIndex = startIndex == null ? func.length - 1 : +startIndex;\n return function() {\n var length = Math.max(arguments.length - startIndex, 0),\n rest = Array(length),\n index = 0;\n for (; index < length; index++) {\n rest[index] = arguments[index + startIndex];\n }\n switch (startIndex) {\n case 0: return func.call(this, rest);\n case 1: return func.call(this, arguments[0], rest);\n case 2: return func.call(this, arguments[0], arguments[1], rest);\n }\n var args = Array(startIndex + 1);\n for (index = 0; index < startIndex; index++) {\n args[index] = arguments[index];\n }\n args[startIndex] = rest;\n return func.apply(this, args);\n };\n}\n","// Is a given variable an object?\nexport default function isObject(obj) {\n var type = typeof obj;\n return type === 'function' || type === 'object' && !!obj;\n}\n","// Is a given value equal to null?\nexport default function isNull(obj) {\n return obj === null;\n}\n","// Is a given variable undefined?\nexport default function isUndefined(obj) {\n return obj === void 0;\n}\n","import { toString } from './_setup.js';\n\n// Is a given value a boolean?\nexport default function isBoolean(obj) {\n return obj === true || obj === false || toString.call(obj) === '[object Boolean]';\n}\n","// Is a given value a DOM element?\nexport default function isElement(obj) {\n return !!(obj && obj.nodeType === 1);\n}\n","import { toString } from './_setup.js';\n\n// Internal function for creating a `toString`-based type tester.\nexport default function tagTester(name) {\n var tag = '[object ' + name + ']';\n return function(obj) {\n return toString.call(obj) === tag;\n };\n}\n","import tagTester from './_tagTester.js';\n\nexport default tagTester('String');\n","import tagTester from './_tagTester.js';\n\nexport default tagTester('Number');\n","import tagTester from './_tagTester.js';\n\nexport default tagTester('Date');\n","import tagTester from './_tagTester.js';\n\nexport default tagTester('RegExp');\n","import tagTester from './_tagTester.js';\n\nexport default tagTester('Error');\n","import tagTester from './_tagTester.js';\n\nexport default tagTester('Symbol');\n","import tagTester from './_tagTester.js';\n\nexport default tagTester('ArrayBuffer');\n","import tagTester from './_tagTester.js';\nimport { root } from './_setup.js';\n\nvar isFunction = tagTester('Function');\n\n// Optimize `isFunction` if appropriate. Work around some `typeof` bugs in old\n// v8, IE 11 (#1621), Safari 8 (#1929), and PhantomJS (#2236).\nvar nodelist = root.document && root.document.childNodes;\nif (typeof /./ != 'function' && typeof Int8Array != 'object' && typeof nodelist != 'function') {\n isFunction = function(obj) {\n return typeof obj == 'function' || false;\n };\n}\n\nexport default isFunction;\n","import tagTester from './_tagTester.js';\n\nexport default tagTester('Object');\n","import { supportsDataView } from './_setup.js';\nimport hasObjectTag from './_hasObjectTag.js';\n\n// In IE 10 - Edge 13, `DataView` has string tag `'[object Object]'`.\n// In IE 11, the most common among them, this problem also applies to\n// `Map`, `WeakMap` and `Set`.\nexport var hasStringTagBug = (\n supportsDataView && hasObjectTag(new DataView(new ArrayBuffer(8)))\n ),\n isIE11 = (typeof Map !== 'undefined' && hasObjectTag(new Map));\n","import tagTester from './_tagTester.js';\nimport isFunction from './isFunction.js';\nimport isArrayBuffer from './isArrayBuffer.js';\nimport { hasStringTagBug } from './_stringTagBug.js';\n\nvar isDataView = tagTester('DataView');\n\n// In IE 10 - Edge 13, we need a different heuristic\n// to determine whether an object is a `DataView`.\nfunction ie10IsDataView(obj) {\n return obj != null && isFunction(obj.getInt8) && isArrayBuffer(obj.buffer);\n}\n\nexport default (hasStringTagBug ? ie10IsDataView : isDataView);\n","import { nativeIsArray } from './_setup.js';\nimport tagTester from './_tagTester.js';\n\n// Is a given value an array?\n// Delegates to ECMA5's native `Array.isArray`.\nexport default nativeIsArray || tagTester('Array');\n","import { hasOwnProperty } from './_setup.js';\n\n// Internal function to check whether `key` is an own property name of `obj`.\nexport default function has(obj, key) {\n return obj != null && hasOwnProperty.call(obj, key);\n}\n","import tagTester from './_tagTester.js';\nimport has from './_has.js';\n\nvar isArguments = tagTester('Arguments');\n\n// Define a fallback version of the method in browsers (ahem, IE < 9), where\n// there isn't any inspectable \"Arguments\" type.\n(function() {\n if (!isArguments(arguments)) {\n isArguments = function(obj) {\n return has(obj, 'callee');\n };\n }\n}());\n\nexport default isArguments;\n","import { _isFinite } from './_setup.js';\nimport isSymbol from './isSymbol.js';\n\n// Is a given object a finite number?\nexport default function isFinite(obj) {\n return !isSymbol(obj) && _isFinite(obj) && !isNaN(parseFloat(obj));\n}\n","import { _isNaN } from './_setup.js';\nimport isNumber from './isNumber.js';\n\n// Is the given value `NaN`?\nexport default function isNaN(obj) {\n return isNumber(obj) && _isNaN(obj);\n}\n","// Predicate-generating function. Often useful outside of Underscore.\nexport default function constant(value) {\n return function() {\n return value;\n };\n}\n","import { MAX_ARRAY_INDEX } from './_setup.js';\n\n// Common internal logic for `isArrayLike` and `isBufferLike`.\nexport default function createSizePropertyCheck(getSizeProperty) {\n return function(collection) {\n var sizeProperty = getSizeProperty(collection);\n return typeof sizeProperty == 'number' && sizeProperty >= 0 && sizeProperty <= MAX_ARRAY_INDEX;\n }\n}\n","// Internal helper to generate a function to obtain property `key` from `obj`.\nexport default function shallowProperty(key) {\n return function(obj) {\n return obj == null ? void 0 : obj[key];\n };\n}\n","import shallowProperty from './_shallowProperty.js';\n\n// Internal helper to obtain the `byteLength` property of an object.\nexport default shallowProperty('byteLength');\n","import createSizePropertyCheck from './_createSizePropertyCheck.js';\nimport getByteLength from './_getByteLength.js';\n\n// Internal helper to determine whether we should spend extensive checks against\n// `ArrayBuffer` et al.\nexport default createSizePropertyCheck(getByteLength);\n","import { supportsArrayBuffer, nativeIsView, toString } from './_setup.js';\nimport isDataView from './isDataView.js';\nimport constant from './constant.js';\nimport isBufferLike from './_isBufferLike.js';\n\n// Is a given value a typed array?\nvar typedArrayPattern = /\\[object ((I|Ui)nt(8|16|32)|Float(32|64)|Uint8Clamped|Big(I|Ui)nt64)Array\\]/;\nfunction isTypedArray(obj) {\n // `ArrayBuffer.isView` is the most future-proof, so use it when available.\n // Otherwise, fall back on the above regular expression.\n return nativeIsView ? (nativeIsView(obj) && !isDataView(obj)) :\n isBufferLike(obj) && typedArrayPattern.test(toString.call(obj));\n}\n\nexport default supportsArrayBuffer ? isTypedArray : constant(false);\n","import shallowProperty from './_shallowProperty.js';\n\n// Internal helper to obtain the `length` property of an object.\nexport default shallowProperty('length');\n","import { nonEnumerableProps, ObjProto } from './_setup.js';\nimport isFunction from './isFunction.js';\nimport has from './_has.js';\n\n// Internal helper to create a simple lookup structure.\n// `collectNonEnumProps` used to depend on `_.contains`, but this led to\n// circular imports. `emulatedSet` is a one-off solution that only works for\n// arrays of strings.\nfunction emulatedSet(keys) {\n var hash = {};\n for (var l = keys.length, i = 0; i < l; ++i) hash[keys[i]] = true;\n return {\n contains: function(key) { return hash[key]; },\n push: function(key) {\n hash[key] = true;\n return keys.push(key);\n }\n };\n}\n\n// Internal helper. Checks `keys` for the presence of keys in IE < 9 that won't\n// be iterated by `for key in ...` and thus missed. Extends `keys` in place if\n// needed.\nexport default function collectNonEnumProps(obj, keys) {\n keys = emulatedSet(keys);\n var nonEnumIdx = nonEnumerableProps.length;\n var constructor = obj.constructor;\n var proto = isFunction(constructor) && constructor.prototype || ObjProto;\n\n // Constructor is a special case.\n var prop = 'constructor';\n if (has(obj, prop) && !keys.contains(prop)) keys.push(prop);\n\n while (nonEnumIdx--) {\n prop = nonEnumerableProps[nonEnumIdx];\n if (prop in obj && obj[prop] !== proto[prop] && !keys.contains(prop)) {\n keys.push(prop);\n }\n }\n}\n","import isObject from './isObject.js';\nimport { nativeKeys, hasEnumBug } from './_setup.js';\nimport has from './_has.js';\nimport collectNonEnumProps from './_collectNonEnumProps.js';\n\n// Retrieve the names of an object's own properties.\n// Delegates to **ECMAScript 5**'s native `Object.keys`.\nexport default function keys(obj) {\n if (!isObject(obj)) return [];\n if (nativeKeys) return nativeKeys(obj);\n var keys = [];\n for (var key in obj) if (has(obj, key)) keys.push(key);\n // Ahem, IE < 9.\n if (hasEnumBug) collectNonEnumProps(obj, keys);\n return keys;\n}\n","import getLength from './_getLength.js';\nimport isArray from './isArray.js';\nimport isString from './isString.js';\nimport isArguments from './isArguments.js';\nimport keys from './keys.js';\n\n// Is a given array, string, or object empty?\n// An \"empty\" object has no enumerable own-properties.\nexport default function isEmpty(obj) {\n if (obj == null) return true;\n // Skip the more expensive `toString`-based type checks if `obj` has no\n // `.length`.\n var length = getLength(obj);\n if (typeof length == 'number' && (\n isArray(obj) || isString(obj) || isArguments(obj)\n )) return length === 0;\n return getLength(keys(obj)) === 0;\n}\n","import keys from './keys.js';\n\n// Returns whether an object has a given set of `key:value` pairs.\nexport default function isMatch(object, attrs) {\n var _keys = keys(attrs), length = _keys.length;\n if (object == null) return !length;\n var obj = Object(object);\n for (var i = 0; i < length; i++) {\n var key = _keys[i];\n if (attrs[key] !== obj[key] || !(key in obj)) return false;\n }\n return true;\n}\n","import { VERSION } from './_setup.js';\n\n// If Underscore is called as a function, it returns a wrapped object that can\n// be used OO-style. This wrapper holds altered versions of all functions added\n// through `_.mixin`. Wrapped objects may be chained.\nexport default function _(obj) {\n if (obj instanceof _) return obj;\n if (!(this instanceof _)) return new _(obj);\n this._wrapped = obj;\n}\n\n_.VERSION = VERSION;\n\n// Extracts the result from a wrapped and chained object.\n_.prototype.value = function() {\n return this._wrapped;\n};\n\n// Provide unwrapping proxies for some methods used in engine operations\n// such as arithmetic and JSON stringification.\n_.prototype.valueOf = _.prototype.toJSON = _.prototype.value;\n\n_.prototype.toString = function() {\n return String(this._wrapped);\n};\n","import getByteLength from './_getByteLength.js';\n\n// Internal function to wrap or shallow-copy an ArrayBuffer,\n// typed array or DataView to a new view, reusing the buffer.\nexport default function toBufferView(bufferSource) {\n return new Uint8Array(\n bufferSource.buffer || bufferSource,\n bufferSource.byteOffset || 0,\n getByteLength(bufferSource)\n );\n}\n","import _ from './underscore.js';\nimport { toString, SymbolProto } from './_setup.js';\nimport getByteLength from './_getByteLength.js';\nimport isTypedArray from './isTypedArray.js';\nimport isFunction from './isFunction.js';\nimport { hasStringTagBug } from './_stringTagBug.js';\nimport isDataView from './isDataView.js';\nimport keys from './keys.js';\nimport has from './_has.js';\nimport toBufferView from './_toBufferView.js';\n\n// We use this string twice, so give it a name for minification.\nvar tagDataView = '[object DataView]';\n\n// Internal recursive comparison function for `_.isEqual`.\nfunction eq(a, b, aStack, bStack) {\n // Identical objects are equal. `0 === -0`, but they aren't identical.\n // See the [Harmony `egal` proposal](https://wiki.ecmascript.org/doku.php?id=harmony:egal).\n if (a === b) return a !== 0 || 1 / a === 1 / b;\n // `null` or `undefined` only equal to itself (strict comparison).\n if (a == null || b == null) return false;\n // `NaN`s are equivalent, but non-reflexive.\n if (a !== a) return b !== b;\n // Exhaust primitive checks\n var type = typeof a;\n if (type !== 'function' && type !== 'object' && typeof b != 'object') return false;\n return deepEq(a, b, aStack, bStack);\n}\n\n// Internal recursive comparison function for `_.isEqual`.\nfunction deepEq(a, b, aStack, bStack) {\n // Unwrap any wrapped objects.\n if (a instanceof _) a = a._wrapped;\n if (b instanceof _) b = b._wrapped;\n // Compare `[[Class]]` names.\n var className = toString.call(a);\n if (className !== toString.call(b)) return false;\n // Work around a bug in IE 10 - Edge 13.\n if (hasStringTagBug && className == '[object Object]' && isDataView(a)) {\n if (!isDataView(b)) return false;\n className = tagDataView;\n }\n switch (className) {\n // These types are compared by value.\n case '[object RegExp]':\n // RegExps are coerced to strings for comparison (Note: '' + /a/i === '/a/i')\n case '[object String]':\n // Primitives and their corresponding object wrappers are equivalent; thus, `\"5\"` is\n // equivalent to `new String(\"5\")`.\n return '' + a === '' + b;\n case '[object Number]':\n // `NaN`s are equivalent, but non-reflexive.\n // Object(NaN) is equivalent to NaN.\n if (+a !== +a) return +b !== +b;\n // An `egal` comparison is performed for other numeric values.\n return +a === 0 ? 1 / +a === 1 / b : +a === +b;\n case '[object Date]':\n case '[object Boolean]':\n // Coerce dates and booleans to numeric primitive values. Dates are compared by their\n // millisecond representations. Note that invalid dates with millisecond representations\n // of `NaN` are not equivalent.\n return +a === +b;\n case '[object Symbol]':\n return SymbolProto.valueOf.call(a) === SymbolProto.valueOf.call(b);\n case '[object ArrayBuffer]':\n case tagDataView:\n // Coerce to typed array so we can fall through.\n return deepEq(toBufferView(a), toBufferView(b), aStack, bStack);\n }\n\n var areArrays = className === '[object Array]';\n if (!areArrays && isTypedArray(a)) {\n var byteLength = getByteLength(a);\n if (byteLength !== getByteLength(b)) return false;\n if (a.buffer === b.buffer && a.byteOffset === b.byteOffset) return true;\n areArrays = true;\n }\n if (!areArrays) {\n if (typeof a != 'object' || typeof b != 'object') return false;\n\n // Objects with different constructors are not equivalent, but `Object`s or `Array`s\n // from different frames are.\n var aCtor = a.constructor, bCtor = b.constructor;\n if (aCtor !== bCtor && !(isFunction(aCtor) && aCtor instanceof aCtor &&\n isFunction(bCtor) && bCtor instanceof bCtor)\n && ('constructor' in a && 'constructor' in b)) {\n return false;\n }\n }\n // Assume equality for cyclic structures. The algorithm for detecting cyclic\n // structures is adapted from ES 5.1 section 15.12.3, abstract operation `JO`.\n\n // Initializing stack of traversed objects.\n // It's done here since we only need them for objects and arrays comparison.\n aStack = aStack || [];\n bStack = bStack || [];\n var length = aStack.length;\n while (length--) {\n // Linear search. Performance is inversely proportional to the number of\n // unique nested structures.\n if (aStack[length] === a) return bStack[length] === b;\n }\n\n // Add the first object to the stack of traversed objects.\n aStack.push(a);\n bStack.push(b);\n\n // Recursively compare objects and arrays.\n if (areArrays) {\n // Compare array lengths to determine if a deep comparison is necessary.\n length = a.length;\n if (length !== b.length) return false;\n // Deep compare the contents, ignoring non-numeric properties.\n while (length--) {\n if (!eq(a[length], b[length], aStack, bStack)) return false;\n }\n } else {\n // Deep compare objects.\n var _keys = keys(a), key;\n length = _keys.length;\n // Ensure that both objects contain the same number of properties before comparing deep equality.\n if (keys(b).length !== length) return false;\n while (length--) {\n // Deep compare each member\n key = _keys[length];\n if (!(has(b, key) && eq(a[key], b[key], aStack, bStack))) return false;\n }\n }\n // Remove the first object from the stack of traversed objects.\n aStack.pop();\n bStack.pop();\n return true;\n}\n\n// Perform a deep comparison to check if two objects are equal.\nexport default function isEqual(a, b) {\n return eq(a, b);\n}\n","import isObject from './isObject.js';\nimport { hasEnumBug } from './_setup.js';\nimport collectNonEnumProps from './_collectNonEnumProps.js';\n\n// Retrieve all the enumerable property names of an object.\nexport default function allKeys(obj) {\n if (!isObject(obj)) return [];\n var keys = [];\n for (var key in obj) keys.push(key);\n // Ahem, IE < 9.\n if (hasEnumBug) collectNonEnumProps(obj, keys);\n return keys;\n}\n","import getLength from './_getLength.js';\nimport isFunction from './isFunction.js';\nimport allKeys from './allKeys.js';\n\n// Since the regular `Object.prototype.toString` type tests don't work for\n// some types in IE 11, we use a fingerprinting heuristic instead, based\n// on the methods. It's not great, but it's the best we got.\n// The fingerprint method lists are defined below.\nexport function ie11fingerprint(methods) {\n var length = getLength(methods);\n return function(obj) {\n if (obj == null) return false;\n // `Map`, `WeakMap` and `Set` have no enumerable keys.\n var keys = allKeys(obj);\n if (getLength(keys)) return false;\n for (var i = 0; i < length; i++) {\n if (!isFunction(obj[methods[i]])) return false;\n }\n // If we are testing against `WeakMap`, we need to ensure that\n // `obj` doesn't have a `forEach` method in order to distinguish\n // it from a regular `Map`.\n return methods !== weakMapMethods || !isFunction(obj[forEachName]);\n };\n}\n\n// In the interest of compact minification, we write\n// each string in the fingerprints only once.\nvar forEachName = 'forEach',\n hasName = 'has',\n commonInit = ['clear', 'delete'],\n mapTail = ['get', hasName, 'set'];\n\n// `Map`, `WeakMap` and `Set` each have slightly different\n// combinations of the above sublists.\nexport var mapMethods = commonInit.concat(forEachName, mapTail),\n weakMapMethods = commonInit.concat(mapTail),\n setMethods = ['add'].concat(commonInit, forEachName, hasName);\n","import tagTester from './_tagTester.js';\nimport { isIE11 } from './_stringTagBug.js';\nimport { ie11fingerprint, mapMethods } from './_methodFingerprint.js';\n\nexport default isIE11 ? ie11fingerprint(mapMethods) : tagTester('Map');\n","import tagTester from './_tagTester.js';\nimport { isIE11 } from './_stringTagBug.js';\nimport { ie11fingerprint, weakMapMethods } from './_methodFingerprint.js';\n\nexport default isIE11 ? ie11fingerprint(weakMapMethods) : tagTester('WeakMap');\n","import tagTester from './_tagTester.js';\nimport { isIE11 } from './_stringTagBug.js';\nimport { ie11fingerprint, setMethods } from './_methodFingerprint.js';\n\nexport default isIE11 ? ie11fingerprint(setMethods) : tagTester('Set');\n","import tagTester from './_tagTester.js';\n\nexport default tagTester('WeakSet');\n","import keys from './keys.js';\n\n// Retrieve the values of an object's properties.\nexport default function values(obj) {\n var _keys = keys(obj);\n var length = _keys.length;\n var values = Array(length);\n for (var i = 0; i < length; i++) {\n values[i] = obj[_keys[i]];\n }\n return values;\n}\n","import keys from './keys.js';\n\n// Convert an object into a list of `[key, value]` pairs.\n// The opposite of `_.object` with one argument.\nexport default function pairs(obj) {\n var _keys = keys(obj);\n var length = _keys.length;\n var pairs = Array(length);\n for (var i = 0; i < length; i++) {\n pairs[i] = [_keys[i], obj[_keys[i]]];\n }\n return pairs;\n}\n","import keys from './keys.js';\n\n// Invert the keys and values of an object. The values must be serializable.\nexport default function invert(obj) {\n var result = {};\n var _keys = keys(obj);\n for (var i = 0, length = _keys.length; i < length; i++) {\n result[obj[_keys[i]]] = _keys[i];\n }\n return result;\n}\n","import isFunction from './isFunction.js';\n\n// Return a sorted list of the function names available on the object.\nexport default function functions(obj) {\n var names = [];\n for (var key in obj) {\n if (isFunction(obj[key])) names.push(key);\n }\n return names.sort();\n}\n","// An internal function for creating assigner functions.\nexport default function createAssigner(keysFunc, defaults) {\n return function(obj) {\n var length = arguments.length;\n if (defaults) obj = Object(obj);\n if (length < 2 || obj == null) return obj;\n for (var index = 1; index < length; index++) {\n var source = arguments[index],\n keys = keysFunc(source),\n l = keys.length;\n for (var i = 0; i < l; i++) {\n var key = keys[i];\n if (!defaults || obj[key] === void 0) obj[key] = source[key];\n }\n }\n return obj;\n };\n}\n","import createAssigner from './_createAssigner.js';\nimport allKeys from './allKeys.js';\n\n// Extend a given object with all the properties in passed-in object(s).\nexport default createAssigner(allKeys);\n","import createAssigner from './_createAssigner.js';\nimport keys from './keys.js';\n\n// Assigns a given object with all the own properties in the passed-in\n// object(s).\n// (https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Object/assign)\nexport default createAssigner(keys);\n","import createAssigner from './_createAssigner.js';\nimport allKeys from './allKeys.js';\n\n// Fill in a given object with default properties.\nexport default createAssigner(allKeys, true);\n","import isObject from './isObject.js';\nimport { nativeCreate } from './_setup.js';\n\n// Create a naked function reference for surrogate-prototype-swapping.\nfunction ctor() {\n return function(){};\n}\n\n// An internal function for creating a new object that inherits from another.\nexport default function baseCreate(prototype) {\n if (!isObject(prototype)) return {};\n if (nativeCreate) return nativeCreate(prototype);\n var Ctor = ctor();\n Ctor.prototype = prototype;\n var result = new Ctor;\n Ctor.prototype = null;\n return result;\n}\n","import baseCreate from './_baseCreate.js';\nimport extendOwn from './extendOwn.js';\n\n// Creates an object that inherits from the given prototype object.\n// If additional properties are provided then they will be added to the\n// created object.\nexport default function create(prototype, props) {\n var result = baseCreate(prototype);\n if (props) extendOwn(result, props);\n return result;\n}\n","import isObject from './isObject.js';\nimport isArray from './isArray.js';\nimport extend from './extend.js';\n\n// Create a (shallow-cloned) duplicate of an object.\nexport default function clone(obj) {\n if (!isObject(obj)) return obj;\n return isArray(obj) ? obj.slice() : extend({}, obj);\n}\n","// Invokes `interceptor` with the `obj` and then returns `obj`.\n// The primary purpose of this method is to \"tap into\" a method chain, in\n// order to perform operations on intermediate results within the chain.\nexport default function tap(obj, interceptor) {\n interceptor(obj);\n return obj;\n}\n","import _ from './underscore.js';\nimport isArray from './isArray.js';\n\n// Normalize a (deep) property `path` to array.\n// Like `_.iteratee`, this function can be customized.\nexport default function toPath(path) {\n return isArray(path) ? path : [path];\n}\n_.toPath = toPath;\n","import _ from './underscore.js';\nimport './toPath.js';\n\n// Internal wrapper for `_.toPath` to enable minification.\n// Similar to `cb` for `_.iteratee`.\nexport default function toPath(path) {\n return _.toPath(path);\n}\n","// Internal function to obtain a nested property in `obj` along `path`.\nexport default function deepGet(obj, path) {\n var length = path.length;\n for (var i = 0; i < length; i++) {\n if (obj == null) return void 0;\n obj = obj[path[i]];\n }\n return length ? obj : void 0;\n}\n","import toPath from './_toPath.js';\nimport deepGet from './_deepGet.js';\nimport isUndefined from './isUndefined.js';\n\n// Get the value of the (deep) property on `path` from `object`.\n// If any property in `path` does not exist or if the value is\n// `undefined`, return `defaultValue` instead.\n// The `path` is normalized through `_.toPath`.\nexport default function get(object, path, defaultValue) {\n var value = deepGet(object, toPath(path));\n return isUndefined(value) ? defaultValue : value;\n}\n","import _has from './_has.js';\nimport toPath from './_toPath.js';\n\n// Shortcut function for checking if an object has a given property directly on\n// itself (in other words, not on a prototype). Unlike the internal `has`\n// function, this public version can also traverse nested properties.\nexport default function has(obj, path) {\n path = toPath(path);\n var length = path.length;\n for (var i = 0; i < length; i++) {\n var key = path[i];\n if (!_has(obj, key)) return false;\n obj = obj[key];\n }\n return !!length;\n}\n","// Keep the identity function around for default iteratees.\nexport default function identity(value) {\n return value;\n}\n","import extendOwn from './extendOwn.js';\nimport isMatch from './isMatch.js';\n\n// Returns a predicate for checking whether an object has a given set of\n// `key:value` pairs.\nexport default function matcher(attrs) {\n attrs = extendOwn({}, attrs);\n return function(obj) {\n return isMatch(obj, attrs);\n };\n}\n","import deepGet from './_deepGet.js';\nimport toPath from './_toPath.js';\n\n// Creates a function that, when passed an object, will traverse that object’s\n// properties down the given `path`, specified as an array of keys or indices.\nexport default function property(path) {\n path = toPath(path);\n return function(obj) {\n return deepGet(obj, path);\n };\n}\n","// Internal function that returns an efficient (for current engines) version\n// of the passed-in callback, to be repeatedly applied in other Underscore\n// functions.\nexport default function optimizeCb(func, context, argCount) {\n if (context === void 0) return func;\n switch (argCount == null ? 3 : argCount) {\n case 1: return function(value) {\n return func.call(context, value);\n };\n // The 2-argument case is omitted because we’re not using it.\n case 3: return function(value, index, collection) {\n return func.call(context, value, index, collection);\n };\n case 4: return function(accumulator, value, index, collection) {\n return func.call(context, accumulator, value, index, collection);\n };\n }\n return function() {\n return func.apply(context, arguments);\n };\n}\n","import identity from './identity.js';\nimport isFunction from './isFunction.js';\nimport isObject from './isObject.js';\nimport isArray from './isArray.js';\nimport matcher from './matcher.js';\nimport property from './property.js';\nimport optimizeCb from './_optimizeCb.js';\n\n// An internal function to generate callbacks that can be applied to each\n// element in a collection, returning the desired result — either `_.identity`,\n// an arbitrary callback, a property matcher, or a property accessor.\nexport default function baseIteratee(value, context, argCount) {\n if (value == null) return identity;\n if (isFunction(value)) return optimizeCb(value, context, argCount);\n if (isObject(value) && !isArray(value)) return matcher(value);\n return property(value);\n}\n","import _ from './underscore.js';\nimport baseIteratee from './_baseIteratee.js';\n\n// External wrapper for our callback generator. Users may customize\n// `_.iteratee` if they want additional predicate/iteratee shorthand styles.\n// This abstraction hides the internal-only `argCount` argument.\nexport default function iteratee(value, context) {\n return baseIteratee(value, context, Infinity);\n}\n_.iteratee = iteratee;\n","import _ from './underscore.js';\nimport baseIteratee from './_baseIteratee.js';\nimport iteratee from './iteratee.js';\n\n// The function we call internally to generate a callback. It invokes\n// `_.iteratee` if overridden, otherwise `baseIteratee`.\nexport default function cb(value, context, argCount) {\n if (_.iteratee !== iteratee) return _.iteratee(value, context);\n return baseIteratee(value, context, argCount);\n}\n","import cb from './_cb.js';\nimport keys from './keys.js';\n\n// Returns the results of applying the `iteratee` to each element of `obj`.\n// In contrast to `_.map` it returns an object.\nexport default function mapObject(obj, iteratee, context) {\n iteratee = cb(iteratee, context);\n var _keys = keys(obj),\n length = _keys.length,\n results = {};\n for (var index = 0; index < length; index++) {\n var currentKey = _keys[index];\n results[currentKey] = iteratee(obj[currentKey], currentKey, obj);\n }\n return results;\n}\n","// Predicate-generating function. Often useful outside of Underscore.\nexport default function noop(){}\n","import noop from './noop.js';\nimport get from './get.js';\n\n// Generates a function for a given object that returns a given property.\nexport default function propertyOf(obj) {\n if (obj == null) return noop;\n return function(path) {\n return get(obj, path);\n };\n}\n","import optimizeCb from './_optimizeCb.js';\n\n// Run a function **n** times.\nexport default function times(n, iteratee, context) {\n var accum = Array(Math.max(0, n));\n iteratee = optimizeCb(iteratee, context, 1);\n for (var i = 0; i < n; i++) accum[i] = iteratee(i);\n return accum;\n}\n","// Return a random integer between `min` and `max` (inclusive).\nexport default function random(min, max) {\n if (max == null) {\n max = min;\n min = 0;\n }\n return min + Math.floor(Math.random() * (max - min + 1));\n}\n","// A (possibly faster) way to get the current timestamp as an integer.\nexport default Date.now || function() {\n return new Date().getTime();\n};\n","import keys from './keys.js';\n\n// Internal helper to generate functions for escaping and unescaping strings\n// to/from HTML interpolation.\nexport default function createEscaper(map) {\n var escaper = function(match) {\n return map[match];\n };\n // Regexes for identifying a key that needs to be escaped.\n var source = '(?:' + keys(map).join('|') + ')';\n var testRegexp = RegExp(source);\n var replaceRegexp = RegExp(source, 'g');\n return function(string) {\n string = string == null ? '' : '' + string;\n return testRegexp.test(string) ? string.replace(replaceRegexp, escaper) : string;\n };\n}\n","// Internal list of HTML entities for escaping.\nexport default {\n '&': '&amp;',\n '<': '&lt;',\n '>': '&gt;',\n '\"': '&quot;',\n \"'\": '&#x27;',\n '`': '&#x60;'\n};\n","import createEscaper from './_createEscaper.js';\nimport escapeMap from './_escapeMap.js';\n\n// Function for escaping strings to HTML interpolation.\nexport default createEscaper(escapeMap);\n","import createEscaper from './_createEscaper.js';\nimport unescapeMap from './_unescapeMap.js';\n\n// Function for unescaping strings from HTML interpolation.\nexport default createEscaper(unescapeMap);\n","import invert from './invert.js';\nimport escapeMap from './_escapeMap.js';\n\n// Internal list of HTML entities for unescaping.\nexport default invert(escapeMap);\n","import _ from './underscore.js';\n\n// By default, Underscore uses ERB-style template delimiters. Change the\n// following template settings to use alternative delimiters.\nexport default _.templateSettings = {\n evaluate: /<%([\\s\\S]+?)%>/g,\n interpolate: /<%=([\\s\\S]+?)%>/g,\n escape: /<%-([\\s\\S]+?)%>/g\n};\n","import defaults from './defaults.js';\nimport _ from './underscore.js';\nimport './templateSettings.js';\n\n// When customizing `_.templateSettings`, if you don't want to define an\n// interpolation, evaluation or escaping regex, we need one that is\n// guaranteed not to match.\nvar noMatch = /(.)^/;\n\n// Certain characters need to be escaped so that they can be put into a\n// string literal.\nvar escapes = {\n \"'\": \"'\",\n '\\\\': '\\\\',\n '\\r': 'r',\n '\\n': 'n',\n '\\u2028': 'u2028',\n '\\u2029': 'u2029'\n};\n\nvar escapeRegExp = /\\\\|'|\\r|\\n|\\u2028|\\u2029/g;\n\nfunction escapeChar(match) {\n return '\\\\' + escapes[match];\n}\n\n// JavaScript micro-templating, similar to John Resig's implementation.\n// Underscore templating handles arbitrary delimiters, preserves whitespace,\n// and correctly escapes quotes within interpolated code.\n// NB: `oldSettings` only exists for backwards compatibility.\nexport default function template(text, settings, oldSettings) {\n if (!settings && oldSettings) settings = oldSettings;\n settings = defaults({}, settings, _.templateSettings);\n\n // Combine delimiters into one regular expression via alternation.\n var matcher = RegExp([\n (settings.escape || noMatch).source,\n (settings.interpolate || noMatch).source,\n (settings.evaluate || noMatch).source\n ].join('|') + '|$', 'g');\n\n // Compile the template source, escaping string literals appropriately.\n var index = 0;\n var source = \"__p+='\";\n text.replace(matcher, function(match, escape, interpolate, evaluate, offset) {\n source += text.slice(index, offset).replace(escapeRegExp, escapeChar);\n index = offset + match.length;\n\n if (escape) {\n source += \"'+\\n((__t=(\" + escape + \"))==null?'':_.escape(__t))+\\n'\";\n } else if (interpolate) {\n source += \"'+\\n((__t=(\" + interpolate + \"))==null?'':__t)+\\n'\";\n } else if (evaluate) {\n source += \"';\\n\" + evaluate + \"\\n__p+='\";\n }\n\n // Adobe VMs need the match returned to produce the correct offset.\n return match;\n });\n source += \"';\\n\";\n\n // If a variable is not specified, place data values in local scope.\n if (!settings.variable) source = 'with(obj||{}){\\n' + source + '}\\n';\n\n source = \"var __t,__p='',__j=Array.prototype.join,\" +\n \"print=function(){__p+=__j.call(arguments,'');};\\n\" +\n source + 'return __p;\\n';\n\n var render;\n try {\n render = new Function(settings.variable || 'obj', '_', source);\n } catch (e) {\n e.source = source;\n throw e;\n }\n\n var template = function(data) {\n return render.call(this, data, _);\n };\n\n // Provide the compiled source as a convenience for precompilation.\n var argument = settings.variable || 'obj';\n template.source = 'function(' + argument + '){\\n' + source + '}';\n\n return template;\n}\n","import isFunction from './isFunction.js';\nimport toPath from './_toPath.js';\n\n// Traverses the children of `obj` along `path`. If a child is a function, it\n// is invoked with its parent as context. Returns the value of the final\n// child, or `fallback` if any child is undefined.\nexport default function result(obj, path, fallback) {\n path = toPath(path);\n var length = path.length;\n if (!length) {\n return isFunction(fallback) ? fallback.call(obj) : fallback;\n }\n for (var i = 0; i < length; i++) {\n var prop = obj == null ? void 0 : obj[path[i]];\n if (prop === void 0) {\n prop = fallback;\n i = length; // Ensure we don't continue iterating.\n }\n obj = isFunction(prop) ? prop.call(obj) : prop;\n }\n return obj;\n}\n","// Generate a unique integer id (unique within the entire client session).\n// Useful for temporary DOM ids.\nvar idCounter = 0;\nexport default function uniqueId(prefix) {\n var id = ++idCounter + '';\n return prefix ? prefix + id : id;\n}\n","import _ from './underscore.js';\n\n// Start chaining a wrapped Underscore object.\nexport default function chain(obj) {\n var instance = _(obj);\n instance._chain = true;\n return instance;\n}\n","import baseCreate from './_baseCreate.js';\nimport isObject from './isObject.js';\n\n// Internal function to execute `sourceFunc` bound to `context` with optional\n// `args`. Determines whether to execute a function as a constructor or as a\n// normal function.\nexport default function executeBound(sourceFunc, boundFunc, context, callingContext, args) {\n if (!(callingContext instanceof boundFunc)) return sourceFunc.apply(context, args);\n var self = baseCreate(sourceFunc.prototype);\n var result = sourceFunc.apply(self, args);\n if (isObject(result)) return result;\n return self;\n}\n","import restArguments from './restArguments.js';\nimport executeBound from './_executeBound.js';\nimport _ from './underscore.js';\n\n// Partially apply a function by creating a version that has had some of its\n// arguments pre-filled, without changing its dynamic `this` context. `_` acts\n// as a placeholder by default, allowing any combination of arguments to be\n// pre-filled. Set `_.partial.placeholder` for a custom placeholder argument.\nvar partial = restArguments(function(func, boundArgs) {\n var placeholder = partial.placeholder;\n var bound = function() {\n var position = 0, length = boundArgs.length;\n var args = Array(length);\n for (var i = 0; i < length; i++) {\n args[i] = boundArgs[i] === placeholder ? arguments[position++] : boundArgs[i];\n }\n while (position < arguments.length) args.push(arguments[position++]);\n return executeBound(func, bound, this, this, args);\n };\n return bound;\n});\n\npartial.placeholder = _;\nexport default partial;\n","import restArguments from './restArguments.js';\nimport isFunction from './isFunction.js';\nimport executeBound from './_executeBound.js';\n\n// Create a function bound to a given object (assigning `this`, and arguments,\n// optionally).\nexport default restArguments(function(func, context, args) {\n if (!isFunction(func)) throw new TypeError('Bind must be called on a function');\n var bound = restArguments(function(callArgs) {\n return executeBound(func, bound, context, this, args.concat(callArgs));\n });\n return bound;\n});\n","import createSizePropertyCheck from './_createSizePropertyCheck.js';\nimport getLength from './_getLength.js';\n\n// Internal helper for collection methods to determine whether a collection\n// should be iterated as an array or as an object.\n// Related: https://people.mozilla.org/~jorendorff/es6-draft.html#sec-tolength\n// Avoids a very nasty iOS 8 JIT bug on ARM-64. #2094\nexport default createSizePropertyCheck(getLength);\n","import getLength from './_getLength.js';\nimport isArrayLike from './_isArrayLike.js';\nimport isArray from './isArray.js';\nimport isArguments from './isArguments.js';\n\n// Internal implementation of a recursive `flatten` function.\nexport default function flatten(input, depth, strict, output) {\n output = output || [];\n if (!depth && depth !== 0) {\n depth = Infinity;\n } else if (depth <= 0) {\n return output.concat(input);\n }\n var idx = output.length;\n for (var i = 0, length = getLength(input); i < length; i++) {\n var value = input[i];\n if (isArrayLike(value) && (isArray(value) || isArguments(value))) {\n // Flatten current level of array or arguments object.\n if (depth > 1) {\n flatten(value, depth - 1, strict, output);\n idx = output.length;\n } else {\n var j = 0, len = value.length;\n while (j < len) output[idx++] = value[j++];\n }\n } else if (!strict) {\n output[idx++] = value;\n }\n }\n return output;\n}\n","import restArguments from './restArguments.js';\nimport flatten from './_flatten.js';\nimport bind from './bind.js';\n\n// Bind a number of an object's methods to that object. Remaining arguments\n// are the method names to be bound. Useful for ensuring that all callbacks\n// defined on an object belong to it.\nexport default restArguments(function(obj, keys) {\n keys = flatten(keys, false, false);\n var index = keys.length;\n if (index < 1) throw new Error('bindAll must be passed function names');\n while (index--) {\n var key = keys[index];\n obj[key] = bind(obj[key], obj);\n }\n return obj;\n});\n","import has from './_has.js';\n\n// Memoize an expensive function by storing its results.\nexport default function memoize(func, hasher) {\n var memoize = function(key) {\n var cache = memoize.cache;\n var address = '' + (hasher ? hasher.apply(this, arguments) : key);\n if (!has(cache, address)) cache[address] = func.apply(this, arguments);\n return cache[address];\n };\n memoize.cache = {};\n return memoize;\n}\n","import restArguments from './restArguments.js';\n\n// Delays a function for the given number of milliseconds, and then calls\n// it with the arguments supplied.\nexport default restArguments(function(func, wait, args) {\n return setTimeout(function() {\n return func.apply(null, args);\n }, wait);\n});\n","import partial from './partial.js';\nimport delay from './delay.js';\nimport _ from './underscore.js';\n\n// Defers a function, scheduling it to run after the current call stack has\n// cleared.\nexport default partial(delay, _, 1);\n","import now from './now.js';\n\n// Returns a function, that, when invoked, will only be triggered at most once\n// during a given window of time. Normally, the throttled function will run\n// as much as it can, without ever going more than once per `wait` duration;\n// but if you'd like to disable the execution on the leading edge, pass\n// `{leading: false}`. To disable execution on the trailing edge, ditto.\nexport default function throttle(func, wait, options) {\n var timeout, context, args, result;\n var previous = 0;\n if (!options) options = {};\n\n var later = function() {\n previous = options.leading === false ? 0 : now();\n timeout = null;\n result = func.apply(context, args);\n if (!timeout) context = args = null;\n };\n\n var throttled = function() {\n var _now = now();\n if (!previous && options.leading === false) previous = _now;\n var remaining = wait - (_now - previous);\n context = this;\n args = arguments;\n if (remaining <= 0 || remaining > wait) {\n if (timeout) {\n clearTimeout(timeout);\n timeout = null;\n }\n previous = _now;\n result = func.apply(context, args);\n if (!timeout) context = args = null;\n } else if (!timeout && options.trailing !== false) {\n timeout = setTimeout(later, remaining);\n }\n return result;\n };\n\n throttled.cancel = function() {\n clearTimeout(timeout);\n previous = 0;\n timeout = context = args = null;\n };\n\n return throttled;\n}\n","import restArguments from './restArguments.js';\nimport delay from './delay.js';\n\n// When a sequence of calls of the returned function ends, the argument\n// function is triggered. The end of a sequence is defined by the `wait`\n// parameter. If `immediate` is passed, the argument function will be\n// triggered at the beginning of the sequence instead of at the end.\nexport default function debounce(func, wait, immediate) {\n var timeout, result;\n\n var later = function(context, args) {\n timeout = null;\n if (args) result = func.apply(context, args);\n };\n\n var debounced = restArguments(function(args) {\n if (timeout) clearTimeout(timeout);\n if (immediate) {\n var callNow = !timeout;\n timeout = setTimeout(later, wait);\n if (callNow) result = func.apply(this, args);\n } else {\n timeout = delay(later, wait, this, args);\n }\n\n return result;\n });\n\n debounced.cancel = function() {\n clearTimeout(timeout);\n timeout = null;\n };\n\n return debounced;\n}\n","import partial from './partial.js';\n\n// Returns the first function passed as an argument to the second,\n// allowing you to adjust arguments, run code before and after, and\n// conditionally execute the original function.\nexport default function wrap(func, wrapper) {\n return partial(wrapper, func);\n}\n","// Returns a negated version of the passed-in predicate.\nexport default function negate(predicate) {\n return function() {\n return !predicate.apply(this, arguments);\n };\n}\n","// Returns a function that is the composition of a list of functions, each\n// consuming the return value of the function that follows.\nexport default function compose() {\n var args = arguments;\n var start = args.length - 1;\n return function() {\n var i = start;\n var result = args[start].apply(this, arguments);\n while (i--) result = args[i].call(this, result);\n return result;\n };\n}\n","// Returns a function that will only be executed on and after the Nth call.\nexport default function after(times, func) {\n return function() {\n if (--times < 1) {\n return func.apply(this, arguments);\n }\n };\n}\n","// Returns a function that will only be executed up to (but not including) the\n// Nth call.\nexport default function before(times, func) {\n var memo;\n return function() {\n if (--times > 0) {\n memo = func.apply(this, arguments);\n }\n if (times <= 1) func = null;\n return memo;\n };\n}\n","import partial from './partial.js';\nimport before from './before.js';\n\n// Returns a function that will be executed at most one time, no matter how\n// often you call it. Useful for lazy initialization.\nexport default partial(before, 2);\n","import cb from './_cb.js';\nimport keys from './keys.js';\n\n// Returns the first key on an object that passes a truth test.\nexport default function findKey(obj, predicate, context) {\n predicate = cb(predicate, context);\n var _keys = keys(obj), key;\n for (var i = 0, length = _keys.length; i < length; i++) {\n key = _keys[i];\n if (predicate(obj[key], key, obj)) return key;\n }\n}\n","import cb from './_cb.js';\nimport getLength from './_getLength.js';\n\n// Internal function to generate `_.findIndex` and `_.findLastIndex`.\nexport default function createPredicateIndexFinder(dir) {\n return function(array, predicate, context) {\n predicate = cb(predicate, context);\n var length = getLength(array);\n var index = dir > 0 ? 0 : length - 1;\n for (; index >= 0 && index < length; index += dir) {\n if (predicate(array[index], index, array)) return index;\n }\n return -1;\n };\n}\n","import createPredicateIndexFinder from './_createPredicateIndexFinder.js';\n\n// Returns the first index on an array-like that passes a truth test.\nexport default createPredicateIndexFinder(1);\n","import createPredicateIndexFinder from './_createPredicateIndexFinder.js';\n\n// Returns the last index on an array-like that passes a truth test.\nexport default createPredicateIndexFinder(-1);\n","import cb from './_cb.js';\nimport getLength from './_getLength.js';\n\n// Use a comparator function to figure out the smallest index at which\n// an object should be inserted so as to maintain order. Uses binary search.\nexport default function sortedIndex(array, obj, iteratee, context) {\n iteratee = cb(iteratee, context, 1);\n var value = iteratee(obj);\n var low = 0, high = getLength(array);\n while (low < high) {\n var mid = Math.floor((low + high) / 2);\n if (iteratee(array[mid]) < value) low = mid + 1; else high = mid;\n }\n return low;\n}\n","import getLength from './_getLength.js';\nimport { slice } from './_setup.js';\nimport isNaN from './isNaN.js';\n\n// Internal function to generate the `_.indexOf` and `_.lastIndexOf` functions.\nexport default function createIndexFinder(dir, predicateFind, sortedIndex) {\n return function(array, item, idx) {\n var i = 0, length = getLength(array);\n if (typeof idx == 'number') {\n if (dir > 0) {\n i = idx >= 0 ? idx : Math.max(idx + length, i);\n } else {\n length = idx >= 0 ? Math.min(idx + 1, length) : idx + length + 1;\n }\n } else if (sortedIndex && idx && length) {\n idx = sortedIndex(array, item);\n return array[idx] === item ? idx : -1;\n }\n if (item !== item) {\n idx = predicateFind(slice.call(array, i, length), isNaN);\n return idx >= 0 ? idx + i : -1;\n }\n for (idx = dir > 0 ? i : length - 1; idx >= 0 && idx < length; idx += dir) {\n if (array[idx] === item) return idx;\n }\n return -1;\n };\n}\n","import sortedIndex from './sortedIndex.js';\nimport findIndex from './findIndex.js';\nimport createIndexFinder from './_createIndexFinder.js';\n\n// Return the position of the first occurrence of an item in an array,\n// or -1 if the item is not included in the array.\n// If the array is large and already in sort order, pass `true`\n// for **isSorted** to use binary search.\nexport default createIndexFinder(1, findIndex, sortedIndex);\n","import findLastIndex from './findLastIndex.js';\nimport createIndexFinder from './_createIndexFinder.js';\n\n// Return the position of the last occurrence of an item in an array,\n// or -1 if the item is not included in the array.\nexport default createIndexFinder(-1, findLastIndex);\n","import isArrayLike from './_isArrayLike.js';\nimport findIndex from './findIndex.js';\nimport findKey from './findKey.js';\n\n// Return the first value which passes a truth test.\nexport default function find(obj, predicate, context) {\n var keyFinder = isArrayLike(obj) ? findIndex : findKey;\n var key = keyFinder(obj, predicate, context);\n if (key !== void 0 && key !== -1) return obj[key];\n}\n","import find from './find.js';\nimport matcher from './matcher.js';\n\n// Convenience version of a common use case of `_.find`: getting the first\n// object containing specific `key:value` pairs.\nexport default function findWhere(obj, attrs) {\n return find(obj, matcher(attrs));\n}\n","import optimizeCb from './_optimizeCb.js';\nimport isArrayLike from './_isArrayLike.js';\nimport keys from './keys.js';\n\n// The cornerstone for collection functions, an `each`\n// implementation, aka `forEach`.\n// Handles raw objects in addition to array-likes. Treats all\n// sparse array-likes as if they were dense.\nexport default function each(obj, iteratee, context) {\n iteratee = optimizeCb(iteratee, context);\n var i, length;\n if (isArrayLike(obj)) {\n for (i = 0, length = obj.length; i < length; i++) {\n iteratee(obj[i], i, obj);\n }\n } else {\n var _keys = keys(obj);\n for (i = 0, length = _keys.length; i < length; i++) {\n iteratee(obj[_keys[i]], _keys[i], obj);\n }\n }\n return obj;\n}\n","import cb from './_cb.js';\nimport isArrayLike from './_isArrayLike.js';\nimport keys from './keys.js';\n\n// Return the results of applying the iteratee to each element.\nexport default function map(obj, iteratee, context) {\n iteratee = cb(iteratee, context);\n var _keys = !isArrayLike(obj) && keys(obj),\n length = (_keys || obj).length,\n results = Array(length);\n for (var index = 0; index < length; index++) {\n var currentKey = _keys ? _keys[index] : index;\n results[index] = iteratee(obj[currentKey], currentKey, obj);\n }\n return results;\n}\n","import isArrayLike from './_isArrayLike.js';\nimport keys from './keys.js';\nimport optimizeCb from './_optimizeCb.js';\n\n// Internal helper to create a reducing function, iterating left or right.\nexport default function createReduce(dir) {\n // Wrap code that reassigns argument variables in a separate function than\n // the one that accesses `arguments.length` to avoid a perf hit. (#1991)\n var reducer = function(obj, iteratee, memo, initial) {\n var _keys = !isArrayLike(obj) && keys(obj),\n length = (_keys || obj).length,\n index = dir > 0 ? 0 : length - 1;\n if (!initial) {\n memo = obj[_keys ? _keys[index] : index];\n index += dir;\n }\n for (; index >= 0 && index < length; index += dir) {\n var currentKey = _keys ? _keys[index] : index;\n memo = iteratee(memo, obj[currentKey], currentKey, obj);\n }\n return memo;\n };\n\n return function(obj, iteratee, memo, context) {\n var initial = arguments.length >= 3;\n return reducer(obj, optimizeCb(iteratee, context, 4), memo, initial);\n };\n}\n","import createReduce from './_createReduce.js';\n\n// **Reduce** builds up a single result from a list of values, aka `inject`,\n// or `foldl`.\nexport default createReduce(1);\n","import createReduce from './_createReduce.js';\n\n// The right-associative version of reduce, also known as `foldr`.\nexport default createReduce(-1);\n","import cb from './_cb.js';\nimport each from './each.js';\n\n// Return all the elements that pass a truth test.\nexport default function filter(obj, predicate, context) {\n var results = [];\n predicate = cb(predicate, context);\n each(obj, function(value, index, list) {\n if (predicate(value, index, list)) results.push(value);\n });\n return results;\n}\n","import filter from './filter.js';\nimport negate from './negate.js';\nimport cb from './_cb.js';\n\n// Return all the elements for which a truth test fails.\nexport default function reject(obj, predicate, context) {\n return filter(obj, negate(cb(predicate)), context);\n}\n","import cb from './_cb.js';\nimport isArrayLike from './_isArrayLike.js';\nimport keys from './keys.js';\n\n// Determine whether all of the elements pass a truth test.\nexport default function every(obj, predicate, context) {\n predicate = cb(predicate, context);\n var _keys = !isArrayLike(obj) && keys(obj),\n length = (_keys || obj).length;\n for (var index = 0; index < length; index++) {\n var currentKey = _keys ? _keys[index] : index;\n if (!predicate(obj[currentKey], currentKey, obj)) return false;\n }\n return true;\n}\n","import cb from './_cb.js';\nimport isArrayLike from './_isArrayLike.js';\nimport keys from './keys.js';\n\n// Determine if at least one element in the object passes a truth test.\nexport default function some(obj, predicate, context) {\n predicate = cb(predicate, context);\n var _keys = !isArrayLike(obj) && keys(obj),\n length = (_keys || obj).length;\n for (var index = 0; index < length; index++) {\n var currentKey = _keys ? _keys[index] : index;\n if (predicate(obj[currentKey], currentKey, obj)) return true;\n }\n return false;\n}\n","import isArrayLike from './_isArrayLike.js';\nimport values from './values.js';\nimport indexOf from './indexOf.js';\n\n// Determine if the array or object contains a given item (using `===`).\nexport default function contains(obj, item, fromIndex, guard) {\n if (!isArrayLike(obj)) obj = values(obj);\n if (typeof fromIndex != 'number' || guard) fromIndex = 0;\n return indexOf(obj, item, fromIndex) >= 0;\n}\n","import restArguments from './restArguments.js';\nimport isFunction from './isFunction.js';\nimport map from './map.js';\nimport deepGet from './_deepGet.js';\nimport toPath from './_toPath.js';\n\n// Invoke a method (with arguments) on every item in a collection.\nexport default restArguments(function(obj, path, args) {\n var contextPath, func;\n if (isFunction(path)) {\n func = path;\n } else {\n path = toPath(path);\n contextPath = path.slice(0, -1);\n path = path[path.length - 1];\n }\n return map(obj, function(context) {\n var method = func;\n if (!method) {\n if (contextPath && contextPath.length) {\n context = deepGet(context, contextPath);\n }\n if (context == null) return void 0;\n method = context[path];\n }\n return method == null ? method : method.apply(context, args);\n });\n});\n","import map from './map.js';\nimport property from './property.js';\n\n// Convenience version of a common use case of `_.map`: fetching a property.\nexport default function pluck(obj, key) {\n return map(obj, property(key));\n}\n","import filter from './filter.js';\nimport matcher from './matcher.js';\n\n// Convenience version of a common use case of `_.filter`: selecting only\n// objects containing specific `key:value` pairs.\nexport default function where(obj, attrs) {\n return filter(obj, matcher(attrs));\n}\n","import isArrayLike from './_isArrayLike.js';\nimport values from './values.js';\nimport cb from './_cb.js';\nimport each from './each.js';\n\n// Return the maximum element (or element-based computation).\nexport default function max(obj, iteratee, context) {\n var result = -Infinity, lastComputed = -Infinity,\n value, computed;\n if (iteratee == null || typeof iteratee == 'number' && typeof obj[0] != 'object' && obj != null) {\n obj = isArrayLike(obj) ? obj : values(obj);\n for (var i = 0, length = obj.length; i < length; i++) {\n value = obj[i];\n if (value != null && value > result) {\n result = value;\n }\n }\n } else {\n iteratee = cb(iteratee, context);\n each(obj, function(v, index, list) {\n computed = iteratee(v, index, list);\n if (computed > lastComputed || computed === -Infinity && result === -Infinity) {\n result = v;\n lastComputed = computed;\n }\n });\n }\n return result;\n}\n","import isArrayLike from './_isArrayLike.js';\nimport values from './values.js';\nimport cb from './_cb.js';\nimport each from './each.js';\n\n// Return the minimum element (or element-based computation).\nexport default function min(obj, iteratee, context) {\n var result = Infinity, lastComputed = Infinity,\n value, computed;\n if (iteratee == null || typeof iteratee == 'number' && typeof obj[0] != 'object' && obj != null) {\n obj = isArrayLike(obj) ? obj : values(obj);\n for (var i = 0, length = obj.length; i < length; i++) {\n value = obj[i];\n if (value != null && value < result) {\n result = value;\n }\n }\n } else {\n iteratee = cb(iteratee, context);\n each(obj, function(v, index, list) {\n computed = iteratee(v, index, list);\n if (computed < lastComputed || computed === Infinity && result === Infinity) {\n result = v;\n lastComputed = computed;\n }\n });\n }\n return result;\n}\n","import isArrayLike from './_isArrayLike.js';\nimport clone from './clone.js';\nimport values from './values.js';\nimport getLength from './_getLength.js';\nimport random from './random.js';\n\n// Sample **n** random values from a collection using the modern version of the\n// [Fisher-Yates shuffle](https://en.wikipedia.org/wiki/Fisher–Yates_shuffle).\n// If **n** is not specified, returns a single random element.\n// The internal `guard` argument allows it to work with `_.map`.\nexport default function sample(obj, n, guard) {\n if (n == null || guard) {\n if (!isArrayLike(obj)) obj = values(obj);\n return obj[random(obj.length - 1)];\n }\n var sample = isArrayLike(obj) ? clone(obj) : values(obj);\n var length = getLength(sample);\n n = Math.max(Math.min(n, length), 0);\n var last = length - 1;\n for (var index = 0; index < n; index++) {\n var rand = random(index, last);\n var temp = sample[index];\n sample[index] = sample[rand];\n sample[rand] = temp;\n }\n return sample.slice(0, n);\n}\n","import sample from './sample.js';\n\n// Shuffle a collection.\nexport default function shuffle(obj) {\n return sample(obj, Infinity);\n}\n","import cb from './_cb.js';\nimport pluck from './pluck.js';\nimport map from './map.js';\n\n// Sort the object's values by a criterion produced by an iteratee.\nexport default function sortBy(obj, iteratee, context) {\n var index = 0;\n iteratee = cb(iteratee, context);\n return pluck(map(obj, function(value, key, list) {\n return {\n value: value,\n index: index++,\n criteria: iteratee(value, key, list)\n };\n }).sort(function(left, right) {\n var a = left.criteria;\n var b = right.criteria;\n if (a !== b) {\n if (a > b || a === void 0) return 1;\n if (a < b || b === void 0) return -1;\n }\n return left.index - right.index;\n }), 'value');\n}\n","import cb from './_cb.js';\nimport each from './each.js';\n\n// An internal function used for aggregate \"group by\" operations.\nexport default function group(behavior, partition) {\n return function(obj, iteratee, context) {\n var result = partition ? [[], []] : {};\n iteratee = cb(iteratee, context);\n each(obj, function(value, index) {\n var key = iteratee(value, index, obj);\n behavior(result, value, key);\n });\n return result;\n };\n}\n","import group from './_group.js';\nimport has from './_has.js';\n\n// Groups the object's values by a criterion. Pass either a string attribute\n// to group by, or a function that returns the criterion.\nexport default group(function(result, value, key) {\n if (has(result, key)) result[key].push(value); else result[key] = [value];\n});\n","import group from './_group.js';\n\n// Indexes the object's values by a criterion, similar to `_.groupBy`, but for\n// when you know that your index values will be unique.\nexport default group(function(result, value, key) {\n result[key] = value;\n});\n","import group from './_group.js';\nimport has from './_has.js';\n\n// Counts instances of an object that group by a certain criterion. Pass\n// either a string attribute to count by, or a function that returns the\n// criterion.\nexport default group(function(result, value, key) {\n if (has(result, key)) result[key]++; else result[key] = 1;\n});\n","import group from './_group.js';\n\n// Split a collection into two arrays: one whose elements all pass the given\n// truth test, and one whose elements all do not pass the truth test.\nexport default group(function(result, value, pass) {\n result[pass ? 0 : 1].push(value);\n}, true);\n","import isArray from './isArray.js';\nimport { slice } from './_setup.js';\nimport isString from './isString.js';\nimport isArrayLike from './_isArrayLike.js';\nimport map from './map.js';\nimport identity from './identity.js';\nimport values from './values.js';\n\n// Safely create a real, live array from anything iterable.\nvar reStrSymbol = /[^\\ud800-\\udfff]|[\\ud800-\\udbff][\\udc00-\\udfff]|[\\ud800-\\udfff]/g;\nexport default function toArray(obj) {\n if (!obj) return [];\n if (isArray(obj)) return slice.call(obj);\n if (isString(obj)) {\n // Keep surrogate pair characters together.\n return obj.match(reStrSymbol);\n }\n if (isArrayLike(obj)) return map(obj, identity);\n return values(obj);\n}\n","import isArrayLike from './_isArrayLike.js';\nimport keys from './keys.js';\n\n// Return the number of elements in a collection.\nexport default function size(obj) {\n if (obj == null) return 0;\n return isArrayLike(obj) ? obj.length : keys(obj).length;\n}\n","// Internal `_.pick` helper function to determine whether `key` is an enumerable\n// property name of `obj`.\nexport default function keyInObj(value, key, obj) {\n return key in obj;\n}\n","import restArguments from './restArguments.js';\nimport isFunction from './isFunction.js';\nimport optimizeCb from './_optimizeCb.js';\nimport allKeys from './allKeys.js';\nimport keyInObj from './_keyInObj.js';\nimport flatten from './_flatten.js';\n\n// Return a copy of the object only containing the allowed properties.\nexport default restArguments(function(obj, keys) {\n var result = {}, iteratee = keys[0];\n if (obj == null) return result;\n if (isFunction(iteratee)) {\n if (keys.length > 1) iteratee = optimizeCb(iteratee, keys[1]);\n keys = allKeys(obj);\n } else {\n iteratee = keyInObj;\n keys = flatten(keys, false, false);\n obj = Object(obj);\n }\n for (var i = 0, length = keys.length; i < length; i++) {\n var key = keys[i];\n var value = obj[key];\n if (iteratee(value, key, obj)) result[key] = value;\n }\n return result;\n});\n","import restArguments from './restArguments.js';\nimport isFunction from './isFunction.js';\nimport negate from './negate.js';\nimport map from './map.js';\nimport flatten from './_flatten.js';\nimport contains from './contains.js';\nimport pick from './pick.js';\n\n// Return a copy of the object without the disallowed properties.\nexport default restArguments(function(obj, keys) {\n var iteratee = keys[0], context;\n if (isFunction(iteratee)) {\n iteratee = negate(iteratee);\n if (keys.length > 1) context = keys[1];\n } else {\n keys = map(flatten(keys, false, false), String);\n iteratee = function(value, key) {\n return !contains(keys, key);\n };\n }\n return pick(obj, iteratee, context);\n});\n","import { slice } from './_setup.js';\n\n// Returns everything but the last entry of the array. Especially useful on\n// the arguments object. Passing **n** will return all the values in\n// the array, excluding the last N.\nexport default function initial(array, n, guard) {\n return slice.call(array, 0, Math.max(0, array.length - (n == null || guard ? 1 : n)));\n}\n","import initial from './initial.js';\n\n// Get the first element of an array. Passing **n** will return the first N\n// values in the array. The **guard** check allows it to work with `_.map`.\nexport default function first(array, n, guard) {\n if (array == null || array.length < 1) return n == null || guard ? void 0 : [];\n if (n == null || guard) return array[0];\n return initial(array, array.length - n);\n}\n","import { slice } from './_setup.js';\n\n// Returns everything but the first entry of the `array`. Especially useful on\n// the `arguments` object. Passing an **n** will return the rest N values in the\n// `array`.\nexport default function rest(array, n, guard) {\n return slice.call(array, n == null || guard ? 1 : n);\n}\n","import rest from './rest.js';\n\n// Get the last element of an array. Passing **n** will return the last N\n// values in the array.\nexport default function last(array, n, guard) {\n if (array == null || array.length < 1) return n == null || guard ? void 0 : [];\n if (n == null || guard) return array[array.length - 1];\n return rest(array, Math.max(0, array.length - n));\n}\n","import filter from './filter.js';\n\n// Trim out all falsy values from an array.\nexport default function compact(array) {\n return filter(array, Boolean);\n}\n","import _flatten from './_flatten.js';\n\n// Flatten out an array, either recursively (by default), or up to `depth`.\n// Passing `true` or `false` as `depth` means `1` or `Infinity`, respectively.\nexport default function flatten(array, depth) {\n return _flatten(array, depth, false);\n}\n","import restArguments from './restArguments.js';\nimport flatten from './_flatten.js';\nimport filter from './filter.js';\nimport contains from './contains.js';\n\n// Take the difference between one array and a number of other arrays.\n// Only the elements present in just the first array will remain.\nexport default restArguments(function(array, rest) {\n rest = flatten(rest, true, true);\n return filter(array, function(value){\n return !contains(rest, value);\n });\n});\n","import restArguments from './restArguments.js';\nimport difference from './difference.js';\n\n// Return a version of the array that does not contain the specified value(s).\nexport default restArguments(function(array, otherArrays) {\n return difference(array, otherArrays);\n});\n","import isBoolean from './isBoolean.js';\nimport cb from './_cb.js';\nimport getLength from './_getLength.js';\nimport contains from './contains.js';\n\n// Produce a duplicate-free version of the array. If the array has already\n// been sorted, you have the option of using a faster algorithm.\n// The faster algorithm will not work with an iteratee if the iteratee\n// is not a one-to-one function, so providing an iteratee will disable\n// the faster algorithm.\nexport default function uniq(array, isSorted, iteratee, context) {\n if (!isBoolean(isSorted)) {\n context = iteratee;\n iteratee = isSorted;\n isSorted = false;\n }\n if (iteratee != null) iteratee = cb(iteratee, context);\n var result = [];\n var seen = [];\n for (var i = 0, length = getLength(array); i < length; i++) {\n var value = array[i],\n computed = iteratee ? iteratee(value, i, array) : value;\n if (isSorted && !iteratee) {\n if (!i || seen !== computed) result.push(value);\n seen = computed;\n } else if (iteratee) {\n if (!contains(seen, computed)) {\n seen.push(computed);\n result.push(value);\n }\n } else if (!contains(result, value)) {\n result.push(value);\n }\n }\n return result;\n}\n","import restArguments from './restArguments.js';\nimport uniq from './uniq.js';\nimport flatten from './_flatten.js';\n\n// Produce an array that contains the union: each distinct element from all of\n// the passed-in arrays.\nexport default restArguments(function(arrays) {\n return uniq(flatten(arrays, true, true));\n});\n","import getLength from './_getLength.js';\nimport contains from './contains.js';\n\n// Produce an array that contains every item shared between all the\n// passed-in arrays.\nexport default function intersection(array) {\n var result = [];\n var argsLength = arguments.length;\n for (var i = 0, length = getLength(array); i < length; i++) {\n var item = array[i];\n if (contains(result, item)) continue;\n var j;\n for (j = 1; j < argsLength; j++) {\n if (!contains(arguments[j], item)) break;\n }\n if (j === argsLength) result.push(item);\n }\n return result;\n}\n","import max from './max.js';\nimport getLength from './_getLength.js';\nimport pluck from './pluck.js';\n\n// Complement of zip. Unzip accepts an array of arrays and groups\n// each array's elements on shared indices.\nexport default function unzip(array) {\n var length = array && max(array, getLength).length || 0;\n var result = Array(length);\n\n for (var index = 0; index < length; index++) {\n result[index] = pluck(array, index);\n }\n return result;\n}\n","import restArguments from './restArguments.js';\nimport unzip from './unzip.js';\n\n// Zip together multiple lists into a single array -- elements that share\n// an index go together.\nexport default restArguments(unzip);\n","import getLength from './_getLength.js';\n\n// Converts lists into objects. Pass either a single array of `[key, value]`\n// pairs, or two parallel arrays of the same length -- one of keys, and one of\n// the corresponding values. Passing by pairs is the reverse of `_.pairs`.\nexport default function object(list, values) {\n var result = {};\n for (var i = 0, length = getLength(list); i < length; i++) {\n if (values) {\n result[list[i]] = values[i];\n } else {\n result[list[i][0]] = list[i][1];\n }\n }\n return result;\n}\n","// Generate an integer Array containing an arithmetic progression. A port of\n// the native Python `range()` function. See\n// [the Python documentation](https://docs.python.org/library/functions.html#range).\nexport default function range(start, stop, step) {\n if (stop == null) {\n stop = start || 0;\n start = 0;\n }\n if (!step) {\n step = stop < start ? -1 : 1;\n }\n\n var length = Math.max(Math.ceil((stop - start) / step), 0);\n var range = Array(length);\n\n for (var idx = 0; idx < length; idx++, start += step) {\n range[idx] = start;\n }\n\n return range;\n}\n","import { slice } from './_setup.js';\n\n// Chunk a single array into multiple arrays, each containing `count` or fewer\n// items.\nexport default function chunk(array, count) {\n if (count == null || count < 1) return [];\n var result = [];\n var i = 0, length = array.length;\n while (i < length) {\n result.push(slice.call(array, i, i += count));\n }\n return result;\n}\n","import _ from './underscore.js';\n\n// Helper function to continue chaining intermediate results.\nexport default function chainResult(instance, obj) {\n return instance._chain ? _(obj).chain() : obj;\n}\n","import _ from './underscore.js';\nimport each from './each.js';\nimport functions from './functions.js';\nimport { push } from './_setup.js';\nimport chainResult from './_chainResult.js';\n\n// Add your own custom functions to the Underscore object.\nexport default function mixin(obj) {\n each(functions(obj), function(name) {\n var func = _[name] = obj[name];\n _.prototype[name] = function() {\n var args = [this._wrapped];\n push.apply(args, arguments);\n return chainResult(this, func.apply(_, args));\n };\n });\n return _;\n}\n","import _ from './underscore.js';\nimport each from './each.js';\nimport { ArrayProto } from './_setup.js';\nimport chainResult from './_chainResult.js';\n\n// Add all mutator `Array` functions to the wrapper.\neach(['pop', 'push', 'reverse', 'shift', 'sort', 'splice', 'unshift'], function(name) {\n var method = ArrayProto[name];\n _.prototype[name] = function() {\n var obj = this._wrapped;\n if (obj != null) {\n method.apply(obj, arguments);\n if ((name === 'shift' || name === 'splice') && obj.length === 0) {\n delete obj[0];\n }\n }\n return chainResult(this, obj);\n };\n});\n\n// Add all accessor `Array` functions to the wrapper.\neach(['concat', 'join', 'slice'], function(name) {\n var method = ArrayProto[name];\n _.prototype[name] = function() {\n var obj = this._wrapped;\n if (obj != null) obj = method.apply(obj, arguments);\n return chainResult(this, obj);\n };\n});\n\nexport default _;\n","// Default Export\n// ==============\n// In this module, we mix our bundled exports into the `_` object and export\n// the result. This is analogous to setting `module.exports = _` in CommonJS.\n// Hence, this module is also the entry point of our UMD bundle and the package\n// entry point for CommonJS and AMD users. In other words, this is (the source\n// of) the module you are interfacing with when you do any of the following:\n//\n// ```js\n// // CommonJS\n// var _ = require('underscore');\n//\n// // AMD\n// define(['underscore'], function(_) {...});\n//\n// // UMD in the browser\n// // _ is available as a global variable\n// ```\nimport * as allExports from './index.js';\nimport { mixin } from './index.js';\n\n// Add all of the Underscore functions to the wrapper object.\nvar _ = mixin(allExports);\n// Legacy Node.js API.\n_._ = _;\n// Export the Underscore API.\nexport default _;\n","/**\n * @copyright 2019 Christoph Wurst <christoph@winzerhof-wurst.at>\n *\n * @author Christoph Wurst <christoph@winzerhof-wurst.at>\n * @author John Molakvoæ <skjnldsv@protonmail.com>\n * @author Roeland Jago Douma <roeland@famdouma.nl>\n *\n * @license GNU AGPL version 3 or any later version\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see <http://www.gnu.org/licenses/>.\n *\n */\n\nimport $ from 'jquery'\nimport { generateFilePath } from '@nextcloud/router'\n\nconst loadedScripts = {}\nconst loadedStyles = []\n\n/**\n * Load a script for the server and load it. If the script is already loaded,\n * the event handler will be called directly\n * @param {string} app the app id to which the script belongs\n * @param {string} script the filename of the script\n * @param {Function} ready event handler to be called when the script is loaded\n * @returns {jQuery.Deferred}\n * @deprecated 16.0.0 Use OCP.Loader.loadScript\n */\nexport const addScript = (app, script, ready) => {\n\tconsole.warn('OC.addScript is deprecated, use OCP.Loader.loadScript instead')\n\n\tlet deferred\n\tconst path = generateFilePath(app, 'js', script + '.js')\n\tif (!loadedScripts[path]) {\n\t\tdeferred = $.Deferred()\n\t\t$.getScript(path, () => deferred.resolve())\n\t\tloadedScripts[path] = deferred\n\t} else {\n\t\tif (ready) {\n\t\t\tready()\n\t\t}\n\t}\n\treturn loadedScripts[path]\n}\n\n/**\n * Loads a CSS file\n * @param {string} app the app id to which the css style belongs\n * @param {string} style the filename of the css file\n * @deprecated 16.0.0 Use OCP.Loader.loadStylesheet\n */\nexport const addStyle = (app, style) => {\n\tconsole.warn('OC.addStyle is deprecated, use OCP.Loader.loadStylesheet instead')\n\n\tconst path = generateFilePath(app, 'css', style + '.css')\n\tif (loadedStyles.indexOf(path) === -1) {\n\t\tloadedStyles.push(path)\n\t\tif (document.createStyleSheet) {\n\t\t\tdocument.createStyleSheet(path)\n\t\t} else {\n\t\t\tstyle = $('<link rel=\"stylesheet\" type=\"text/css\" href=\"' + path + '\"/>')\n\t\t\t$('head').append(style)\n\t\t}\n\t}\n}\n","/**\n * @copyright 2019 Christoph Wurst <christoph@winzerhof-wurst.at>\n *\n * @author Christoph Wurst <christoph@winzerhof-wurst.at>\n * @author Daniel Calviño Sánchez <danxuliu@gmail.com>\n * @author Joas Schilling <coding@schilljs.com>\n * @author John Molakvoæ <skjnldsv@protonmail.com>\n * @author Julius Härtl <jus@bitgrid.net>\n * @author npmbuildbot[bot] \"npmbuildbot[bot]@users.noreply.github.com\"\n *\n * @license GNU AGPL version 3 or any later version\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see <http://www.gnu.org/licenses/>.\n *\n */\n\nimport _ from 'underscore'\nimport $ from 'jquery'\nimport { showMessage, TOAST_DEFAULT_TIMEOUT, TOAST_PERMANENT_TIMEOUT } from '@nextcloud/dialogs'\n\n/**\n * @todo Write documentation\n * @deprecated 17.0.0 use the `@nextcloud/dialogs` package instead\n * @namespace OC.Notification\n */\nexport default {\n\n\tupdatableNotification: null,\n\n\tgetDefaultNotificationFunction: null,\n\n\t/**\n\t * @param {Function} callback callback function\n\t * @deprecated 17.0.0 use the `@nextcloud/dialogs` package\n\t */\n\tsetDefault(callback) {\n\t\tthis.getDefaultNotificationFunction = callback\n\t},\n\n\t/**\n\t * Hides a notification.\n\t *\n\t * If a row is given, only hide that one.\n\t * If no row is given, hide all notifications.\n\t *\n\t * @param {jQuery} [$row] notification row\n\t * @param {Function} [callback] callback\n\t * @deprecated 17.0.0 use the `@nextcloud/dialogs` package\n\t */\n\thide($row, callback) {\n\t\tif (_.isFunction($row)) {\n\t\t\t// first arg is the callback\n\t\t\tcallback = $row\n\t\t\t$row = undefined\n\t\t}\n\n\t\tif (!$row) {\n\t\t\tconsole.error('Missing argument $row in OC.Notification.hide() call, caller needs to be adjusted to only dismiss its own notification')\n\t\t\treturn\n\t\t}\n\n\t\t// remove the row directly\n\t\t$row.each(function() {\n\t\t\tif ($(this)[0].toastify) {\n\t\t\t\t$(this)[0].toastify.hideToast()\n\t\t\t} else {\n\t\t\t\tconsole.error('cannot hide toast because object is not set')\n\t\t\t}\n\t\t\tif (this === this.updatableNotification) {\n\t\t\t\tthis.updatableNotification = null\n\t\t\t}\n\t\t})\n\t\tif (callback) {\n\t\t\tcallback.call()\n\t\t}\n\t\tif (this.getDefaultNotificationFunction) {\n\t\t\tthis.getDefaultNotificationFunction()\n\t\t}\n\t},\n\n\t/**\n\t * Shows a notification as HTML without being sanitized before.\n\t * If you pass unsanitized user input this may lead to a XSS vulnerability.\n\t * Consider using show() instead of showHTML()\n\t *\n\t * @param {string} html Message to display\n\t * @param {Object} [options] options\n\t * @param {string} [options.type] notification type\n\t * @param {int} [options.timeout=0] timeout value, defaults to 0 (permanent)\n\t * @returns {jQuery} jQuery element for notification row\n\t * @deprecated 17.0.0 use the `@nextcloud/dialogs` package\n\t */\n\tshowHtml(html, options) {\n\t\toptions = options || {}\n\t\toptions.isHTML = true\n\t\toptions.timeout = (!options.timeout) ? TOAST_PERMANENT_TIMEOUT : options.timeout\n\t\tconst toast = showMessage(html, options)\n\t\ttoast.toastElement.toastify = toast\n\t\treturn $(toast.toastElement)\n\t},\n\n\t/**\n\t * Shows a sanitized notification\n\t *\n\t * @param {string} text Message to display\n\t * @param {Object} [options] options\n\t * @param {string} [options.type] notification type\n\t * @param {int} [options.timeout=0] timeout value, defaults to 0 (permanent)\n\t * @returns {jQuery} jQuery element for notification row\n\t * @deprecated 17.0.0 use the `@nextcloud/dialogs` package\n\t */\n\tshow(text, options) {\n\t\tconst escapeHTML = function(text) {\n\t\t\treturn text.toString()\n\t\t\t\t.split('&').join('&amp;')\n\t\t\t\t.split('<').join('&lt;')\n\t\t\t\t.split('>').join('&gt;')\n\t\t\t\t.split('\"').join('&quot;')\n\t\t\t\t.split('\\'').join('&#039;')\n\t\t}\n\n\t\toptions = options || {}\n\t\toptions.timeout = (!options.timeout) ? TOAST_PERMANENT_TIMEOUT : options.timeout\n\t\tconst toast = showMessage(escapeHTML(text), options)\n\t\ttoast.toastElement.toastify = toast\n\t\treturn $(toast.toastElement)\n\t},\n\n\t/**\n\t * Updates (replaces) a sanitized notification.\n\t *\n\t * @param {string} text Message to display\n\t * @returns {jQuery} JQuery element for notificaiton row\n\t * @deprecated 17.0.0 use the `@nextcloud/dialogs` package\n\t */\n\tshowUpdate(text) {\n\t\tif (this.updatableNotification) {\n\t\t\tthis.updatableNotification.hideToast()\n\t\t}\n\t\tthis.updatableNotification = showMessage(text, { timeout: TOAST_PERMANENT_TIMEOUT })\n\t\tthis.updatableNotification.toastElement.toastify = this.updatableNotification\n\t\treturn $(this.updatableNotification.toastElement)\n\t},\n\n\t/**\n\t * Shows a notification that disappears after x seconds, default is\n\t * 7 seconds\n\t *\n\t * @param {string} text Message to show\n\t * @param {array} [options] options array\n\t * @param {int} [options.timeout=7] timeout in seconds, if this is 0 it will show the message permanently\n\t * @param {boolean} [options.isHTML=false] an indicator for HTML notifications (true) or text (false)\n\t * @param {string} [options.type] notification type\n\t * @returns {JQuery<any>} the toast element\n\t * @deprecated 17.0.0 use the `@nextcloud/dialogs` package\n\t */\n\tshowTemporary(text, options) {\n\t\toptions = options || {}\n\t\toptions.timeout = options.timeout || TOAST_DEFAULT_TIMEOUT\n\t\tconst toast = showMessage(text, options)\n\t\ttoast.toastElement.toastify = toast\n\t\treturn $(toast.toastElement)\n\t},\n\n\t/**\n\t * Returns whether a notification is hidden.\n\t * @returns {boolean}\n\t * @deprecated 17.0.0 use the `@nextcloud/dialogs` package\n\t */\n\tisHidden() {\n\t\treturn !$('#content').find('.toastify').length\n\t},\n}\n","/**\n * @copyright 2019 Christoph Wurst <christoph@winzerhof-wurst.at>\n *\n * @author Christoph Wurst <christoph@winzerhof-wurst.at>\n * @author John Molakvoæ <skjnldsv@protonmail.com>\n *\n * @license GNU AGPL version 3 or any later version\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see <http://www.gnu.org/licenses/>.\n *\n */\n\nimport _ from 'underscore'\nimport $ from 'jquery'\n\nimport OC from './index'\nimport Notification from './notification'\n\n/**\n * Warn users that the connection to the server was lost temporarily\n *\n * This function is throttled to prevent stacked notfications.\n * After 7sec the first notification is gone, then we can show another one\n * if necessary.\n */\nexport const ajaxConnectionLostHandler = _.throttle(() => {\n\tNotification.showTemporary(t('core', 'Connection to server lost'))\n}, 7 * 1000, { trailing: false })\n\n/**\n * Process ajax error, redirects to main page\n * if an error/auth error status was returned.\n * @param {XMLHttpRequest} xhr xhr request\n */\nexport const processAjaxError = xhr => {\n\t// purposefully aborted request ?\n\t// OC._userIsNavigatingAway needed to distinguish ajax calls cancelled by navigating away\n\t// from calls cancelled by failed cross-domain ajax due to SSO redirect\n\tif (xhr.status === 0 && (xhr.statusText === 'abort' || xhr.statusText === 'timeout' || OC._reloadCalled)) {\n\t\treturn\n\t}\n\n\tif (_.contains([302, 303, 307, 401], xhr.status) && OC.currentUser) {\n\t\t// sometimes \"beforeunload\" happens later, so need to defer the reload a bit\n\t\tsetTimeout(function() {\n\t\t\tif (!OC._userIsNavigatingAway && !OC._reloadCalled) {\n\t\t\t\tlet timer = 0\n\t\t\t\tconst seconds = 5\n\t\t\t\tconst interval = setInterval(function() {\n\t\t\t\t\tNotification.showUpdate(n('core', 'Problem loading page, reloading in %n second', 'Problem loading page, reloading in %n seconds', seconds - timer))\n\t\t\t\t\tif (timer >= seconds) {\n\t\t\t\t\t\tclearInterval(interval)\n\t\t\t\t\t\tOC.reload()\n\t\t\t\t\t}\n\t\t\t\t\ttimer++\n\t\t\t\t}, 1000 // 1 second interval\n\t\t\t\t)\n\n\t\t\t\t// only call reload once\n\t\t\t\tOC._reloadCalled = true\n\t\t\t}\n\t\t}, 100)\n\t} else if (xhr.status === 0) {\n\t\t// Connection lost (e.g. WiFi disconnected or server is down)\n\t\tsetTimeout(function() {\n\t\t\tif (!OC._userIsNavigatingAway && !OC._reloadCalled) {\n\t\t\t\t// TODO: call method above directly\n\t\t\t\tOC._ajaxConnectionLostHandler()\n\t\t\t}\n\t\t}, 100)\n\t}\n}\n\n/**\n * Registers XmlHttpRequest object for global error processing.\n *\n * This means that if this XHR object returns 401 or session timeout errors,\n * the current page will automatically be reloaded.\n *\n * @param {XMLHttpRequest} xhr xhr request\n */\nexport const registerXHRForErrorProcessing = xhr => {\n\tconst loadCallback = () => {\n\t\tif (xhr.readyState !== 4) {\n\t\t\treturn\n\t\t}\n\n\t\tif ((xhr.status >= 200 && xhr.status < 300) || xhr.status === 304) {\n\t\t\treturn\n\t\t}\n\n\t\t// fire jquery global ajax error handler\n\t\t$(document).trigger(new $.Event('ajaxError'), xhr)\n\t}\n\n\tconst errorCallback = () => {\n\t\t// fire jquery global ajax error handler\n\t\t$(document).trigger(new $.Event('ajaxError'), xhr)\n\t}\n\n\tif (xhr.addEventListener) {\n\t\txhr.addEventListener('load', loadCallback)\n\t\txhr.addEventListener('error', errorCallback)\n\t}\n\n}\n","/**\n * @copyright Copyright (c) 2016 Joas Schilling <coding@schilljs.com>\n *\n * @author Christoph Wurst <christoph@winzerhof-wurst.at>\n * @author Joas Schilling <coding@schilljs.com>\n * @author John Molakvoæ <skjnldsv@protonmail.com>\n * @author Jörn Friedrich Dreyer <jfd@butonic.de>\n * @author Robin Appelman <robin@icewind.nl>\n * @author Vincent Petry <vincent@nextcloud.com>\n *\n * @license GNU AGPL version 3 or any later version\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see <http://www.gnu.org/licenses/>.\n *\n */\n\n/* eslint-disable */\n import { getValue, setValue, getApps, getKeys, deleteKey } from '../OCP/appconfig'\n\nexport const appConfig = window.oc_appconfig || {}\n\n/**\n * @namespace\n * @deprecated 16.0.0 Use OCP.AppConfig instead\n */\nexport const AppConfig = {\n\t/**\n\t * @deprecated Use OCP.AppConfig.getValue() instead\n\t */\n\tgetValue: function(app, key, defaultValue, callback) {\n\t\tgetValue(app, key, defaultValue, {\n\t\t\tsuccess: callback\n\t\t})\n\t},\n\n\t/**\n\t * @deprecated Use OCP.AppConfig.setValue() instead\n\t */\n\tsetValue: function(app, key, value) {\n\t\tsetValue(app, key, value)\n\t},\n\n\t/**\n\t * @deprecated Use OCP.AppConfig.getApps() instead\n\t */\n\tgetApps: function(callback) {\n\t\tgetApps({\n\t\t\tsuccess: callback\n\t\t})\n\t},\n\n\t/**\n\t * @deprecated Use OCP.AppConfig.getKeys() instead\n\t */\n\tgetKeys: function(app, callback) {\n\t\tgetKeys(app, {\n\t\t\tsuccess: callback\n\t\t})\n\t},\n\n\t/**\n\t * @deprecated Use OCP.AppConfig.deleteKey() instead\n\t */\n\tdeleteKey: function(app, key) {\n\t\tdeleteKey(app, key)\n\t}\n\n}\n","/**\n * @copyright 2019 Christoph Wurst <christoph@winzerhof-wurst.at>\n *\n * @author Christoph Wurst <christoph@winzerhof-wurst.at>\n *\n * @license GNU AGPL version 3 or any later version\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see <http://www.gnu.org/licenses/>.\n *\n */\n\nconst appswebroots = (window._oc_appswebroots !== undefined) ? window._oc_appswebroots : false\n\nexport default appswebroots\n","/**\n * Copyright (c) 2015\n *\n * @author Christoph Wurst <christoph@winzerhof-wurst.at>\n * @author John Molakvoæ <skjnldsv@protonmail.com>\n * @author Julius Härtl <jus@bitgrid.net>\n *\n * @license GNU AGPL version 3 or any later version\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see <http://www.gnu.org/licenses/>.\n *\n */\n\n/* eslint-disable */\nimport _ from 'underscore'\nimport { dav } from 'davclient.js'\n\nconst methodMap = {\n\tcreate: 'POST',\n\tupdate: 'PROPPATCH',\n\tpatch: 'PROPPATCH',\n\tdelete: 'DELETE',\n\tread: 'PROPFIND'\n}\n\n// Throw an error when a URL is needed, and none is supplied.\nfunction urlError() {\n\tthrow new Error('A \"url\" property or function must be specified')\n}\n\n/**\n * Convert a single propfind result to JSON\n *\n * @param {Object} result\n * @param {Object} davProperties properties mapping\n */\nfunction parsePropFindResult(result, davProperties) {\n\tif (_.isArray(result)) {\n\t\treturn _.map(result, function(subResult) {\n\t\t\treturn parsePropFindResult(subResult, davProperties)\n\t\t})\n\t}\n\tvar props = {\n\t\thref: result.href\n\t}\n\n\t_.each(result.propStat, function(propStat) {\n\t\tif (propStat.status !== 'HTTP/1.1 200 OK') {\n\t\t\treturn\n\t\t}\n\n\t\tfor (var key in propStat.properties) {\n\t\t\tvar propKey = key\n\t\t\tif (key in davProperties) {\n\t\t\t\tpropKey = davProperties[key]\n\t\t\t}\n\t\t\tprops[propKey] = propStat.properties[key]\n\t\t}\n\t})\n\n\tif (!props.id) {\n\t\t// parse id from href\n\t\tprops.id = parseIdFromLocation(props.href)\n\t}\n\n\treturn props\n}\n\n/**\n * Parse ID from location\n *\n * @param {string} url url\n * @returns {string} id\n */\nfunction parseIdFromLocation(url) {\n\tvar queryPos = url.indexOf('?')\n\tif (queryPos > 0) {\n\t\turl = url.substr(0, queryPos)\n\t}\n\n\tvar parts = url.split('/')\n\tvar result\n\tdo {\n\t\tresult = parts[parts.length - 1]\n\t\tparts.pop()\n\t\t// note: first result can be empty when there is a trailing slash,\n\t\t// so we take the part before that\n\t} while (!result && parts.length > 0)\n\n\treturn result\n}\n\nfunction isSuccessStatus(status) {\n\treturn status >= 200 && status <= 299\n}\n\nfunction convertModelAttributesToDavProperties(attrs, davProperties) {\n\tvar props = {}\n\tvar key\n\tfor (key in attrs) {\n\t\tvar changedProp = davProperties[key]\n\t\tvar value = attrs[key]\n\t\tif (!changedProp) {\n\t\t\tconsole.warn('No matching DAV property for property \"' + key)\n\t\t\tchangedProp = key\n\t\t}\n\t\tif (_.isBoolean(value) || _.isNumber(value)) {\n\t\t\t// convert to string\n\t\t\tvalue = '' + value\n\t\t}\n\t\tprops[changedProp] = value\n\t}\n\treturn props\n}\n\nfunction callPropFind(client, options, model, headers) {\n\treturn client.propFind(\n\t\toptions.url,\n\t\t_.values(options.davProperties) || [],\n\t\toptions.depth,\n\t\theaders\n\t).then(function(response) {\n\t\tif (isSuccessStatus(response.status)) {\n\t\t\tif (_.isFunction(options.success)) {\n\t\t\t\tvar propsMapping = _.invert(options.davProperties)\n\t\t\t\tvar results = parsePropFindResult(response.body, propsMapping)\n\t\t\t\tif (options.depth > 0) {\n\t\t\t\t\t// discard root entry\n\t\t\t\t\tresults.shift()\n\t\t\t\t}\n\n\t\t\t\toptions.success(results)\n\n\t\t\t}\n\t\t} else if (_.isFunction(options.error)) {\n\t\t\toptions.error(response)\n\t\t}\n\t})\n}\n\nfunction callPropPatch(client, options, model, headers) {\n\treturn client.propPatch(\n\t\toptions.url,\n\t\tconvertModelAttributesToDavProperties(model.changed, options.davProperties),\n\t\theaders\n\t).then(function(result) {\n\t\tif (isSuccessStatus(result.status)) {\n\t\t\tif (_.isFunction(options.success)) {\n\t\t\t\t// pass the object's own values because the server\n\t\t\t\t// does not return the updated model\n\t\t\t\toptions.success(model.toJSON())\n\t\t\t}\n\t\t} else if (_.isFunction(options.error)) {\n\t\t\toptions.error(result)\n\t\t}\n\t})\n\n}\n\nfunction callMkCol(client, options, model, headers) {\n\t// call MKCOL without data, followed by PROPPATCH\n\treturn client.request(\n\t\toptions.type,\n\t\toptions.url,\n\t\theaders,\n\t\tnull\n\t).then(function(result) {\n\t\tif (!isSuccessStatus(result.status)) {\n\t\t\tif (_.isFunction(options.error)) {\n\t\t\t\toptions.error(result)\n\t\t\t}\n\t\t\treturn\n\t\t}\n\n\t\tcallPropPatch(client, options, model, headers)\n\t})\n}\n\nfunction callMethod(client, options, model, headers) {\n\theaders['Content-Type'] = 'application/json'\n\treturn client.request(\n\t\toptions.type,\n\t\toptions.url,\n\t\theaders,\n\t\toptions.data\n\t).then(function(result) {\n\t\tif (!isSuccessStatus(result.status)) {\n\t\t\tif (_.isFunction(options.error)) {\n\t\t\t\toptions.error(result)\n\t\t\t}\n\t\t\treturn\n\t\t}\n\n\t\tif (_.isFunction(options.success)) {\n\t\t\tif (options.type === 'PUT' || options.type === 'POST' || options.type === 'MKCOL') {\n\t\t\t\t// pass the object's own values because the server\n\t\t\t\t// does not return anything\n\t\t\t\tvar responseJson = result.body || model.toJSON()\n\t\t\t\tvar locationHeader = result.xhr.getResponseHeader('Content-Location')\n\t\t\t\tif (options.type === 'POST' && locationHeader) {\n\t\t\t\t\tresponseJson.id = parseIdFromLocation(locationHeader)\n\t\t\t\t}\n\t\t\t\toptions.success(responseJson)\n\t\t\t\treturn\n\t\t\t}\n\t\t\t// if multi-status, parse\n\t\t\tif (result.status === 207) {\n\t\t\t\tvar propsMapping = _.invert(options.davProperties)\n\t\t\t\toptions.success(parsePropFindResult(result.body, propsMapping))\n\t\t\t} else {\n\t\t\t\toptions.success(result.body)\n\t\t\t}\n\t\t}\n\t})\n}\n\nexport const davCall = (options, model) => {\n\tvar client = new dav.Client({\n\t\tbaseUrl: options.url,\n\t\txmlNamespaces: _.extend({\n\t\t\t'DAV:': 'd',\n\t\t\t'http://owncloud.org/ns': 'oc'\n\t\t}, options.xmlNamespaces || {})\n\t})\n\tclient.resolveUrl = function() {\n\t\treturn options.url\n\t}\n\tvar headers = _.extend({\n\t\t'X-Requested-With': 'XMLHttpRequest',\n\t\t'requesttoken': OC.requestToken\n\t}, options.headers)\n\tif (options.type === 'PROPFIND') {\n\t\treturn callPropFind(client, options, model, headers)\n\t} else if (options.type === 'PROPPATCH') {\n\t\treturn callPropPatch(client, options, model, headers)\n\t} else if (options.type === 'MKCOL') {\n\t\treturn callMkCol(client, options, model, headers)\n\t} else {\n\t\treturn callMethod(client, options, model, headers)\n\t}\n}\n\n/**\n * DAV transport\n */\nexport const davSync = Backbone => (method, model, options) => {\n\tvar params = { type: methodMap[method] || method }\n\tvar isCollection = (model instanceof Backbone.Collection)\n\n\tif (method === 'update') {\n\t\t// if a model has an inner collection, it must define an\n\t\t// attribute \"hasInnerCollection\" that evaluates to true\n\t\tif (model.hasInnerCollection) {\n\t\t\t// if the model itself is a Webdav collection, use MKCOL\n\t\t\tparams.type = 'MKCOL'\n\t\t} else if (model.usePUT || (model.collection && model.collection.usePUT)) {\n\t\t\t// use PUT instead of PROPPATCH\n\t\t\tparams.type = 'PUT'\n\t\t}\n\t}\n\n\t// Ensure that we have a URL.\n\tif (!options.url) {\n\t\tparams.url = _.result(model, 'url') || urlError()\n\t}\n\n\t// Ensure that we have the appropriate request data.\n\tif (options.data == null && model && (method === 'create' || method === 'update' || method === 'patch')) {\n\t\tparams.data = JSON.stringify(options.attrs || model.toJSON(options))\n\t}\n\n\t// Don't process data on a non-GET request.\n\tif (params.type !== 'PROPFIND') {\n\t\tparams.processData = false\n\t}\n\n\tif (params.type === 'PROPFIND' || params.type === 'PROPPATCH') {\n\t\tvar davProperties = model.davProperties\n\t\tif (!davProperties && model.model) {\n\t\t\t// use dav properties from model in case of collection\n\t\t\tdavProperties = model.model.prototype.davProperties\n\t\t}\n\t\tif (davProperties) {\n\t\t\tif (_.isFunction(davProperties)) {\n\t\t\t\tparams.davProperties = davProperties.call(model)\n\t\t\t} else {\n\t\t\t\tparams.davProperties = davProperties\n\t\t\t}\n\t\t}\n\n\t\tparams.davProperties = _.extend(params.davProperties || {}, options.davProperties)\n\n\t\tif (_.isUndefined(options.depth)) {\n\t\t\tif (isCollection) {\n\t\t\t\toptions.depth = 1\n\t\t\t} else {\n\t\t\t\toptions.depth = 0\n\t\t\t}\n\t\t}\n\t}\n\n\t// Pass along `textStatus` and `errorThrown` from jQuery.\n\tvar error = options.error\n\toptions.error = function(xhr, textStatus, errorThrown) {\n\t\toptions.textStatus = textStatus\n\t\toptions.errorThrown = errorThrown\n\t\tif (error) {\n\t\t\terror.call(options.context, xhr, textStatus, errorThrown)\n\t\t}\n\t}\n\n\t// Make the request, allowing the user to override any Ajax options.\n\tvar xhr = options.xhr = Backbone.davCall(_.extend(params, options), model)\n\tmodel.trigger('request', model, xhr, options)\n\treturn xhr\n}\n","/**\n * @copyright 2019 Christoph Wurst <christoph@winzerhof-wurst.at>\n *\n * @author Christoph Wurst <christoph@winzerhof-wurst.at>\n * @author John Molakvoæ <skjnldsv@protonmail.com>\n *\n * @license GNU AGPL version 3 or any later version\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see <http://www.gnu.org/licenses/>.\n *\n */\n\nimport VendorBackbone from 'backbone'\nimport { davCall, davSync } from './backbone-webdav'\n\nconst Backbone = VendorBackbone.noConflict()\n\n// Patch Backbone for DAV\nObject.assign(Backbone, {\n\tdavCall,\n\tdavSync: davSync(Backbone),\n})\n\nexport default Backbone\n","/**\n * @copyright 2019 Christoph Wurst <christoph@winzerhof-wurst.at>\n *\n * @author Christoph Wurst <christoph@winzerhof-wurst.at>\n *\n * @license GNU AGPL version 3 or any later version\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see <http://www.gnu.org/licenses/>.\n *\n */\n\nconst config = window._oc_config || {}\n\nexport default config\n","/**\n * @copyright 2019 Christoph Wurst <christoph@winzerhof-wurst.at>\n *\n * @author Christoph Wurst <christoph@winzerhof-wurst.at>\n * @author Joas Schilling <coding@schilljs.com>\n *\n * @license GNU AGPL version 3 or any later version\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see <http://www.gnu.org/licenses/>.\n *\n */\n\nconst rawUid = document\n\t.getElementsByTagName('head')[0]\n\t.getAttribute('data-user')\nconst displayName = document\n\t.getElementsByTagName('head')[0]\n\t.getAttribute('data-user-displayname')\n\nexport const currentUser = rawUid !== undefined ? rawUid : false\n\nexport const getCurrentUser = () => {\n\treturn {\n\t\tuid: currentUser,\n\t\tdisplayName,\n\t}\n}\n","/**\n * @copyright 2019 Christoph Wurst <christoph@winzerhof-wurst.at>\n * @copyright Copyright (c) 2019 Gary Kim <gary@garykim.dev>\n *\n * @author Bartek Przybylski <bart.p.pl@gmail.com>\n * @author Christopher Schäpers <kondou@ts.unde.re>\n * @author Christoph Wurst <christoph@winzerhof-wurst.at>\n * @author Daniel Calviño Sánchez <danxuliu@gmail.com>\n * @author Daniel Kesselberg <mail@danielkesselberg.de>\n * @author Florian Schunk <florian.schunk@rwth-aachen.de>\n * @author Gary Kim <gary@garykim.dev>\n * @author Hendrik Leppelsack <hendrik@leppelsack.de>\n * @author Jan-Christoph Borchardt <hey@jancborchardt.net>\n * @author Joas Schilling <coding@schilljs.com>\n * @author John Molakvoæ <skjnldsv@protonmail.com>\n * @author Jörn Friedrich Dreyer <jfd@butonic.de>\n * @author Julius Härtl <jus@bitgrid.net>\n * @author Loïc Hermann <loic.hermann@sciam.fr>\n * @author Morris Jobke <hey@morrisjobke.de>\n * @author Olivier Paroz <github@oparoz.com>\n * @author Robin Appelman <robin@icewind.nl>\n * @author Roeland Jago Douma <roeland@famdouma.nl>\n * @author Sujith Haridasan <Sujith_Haridasan@mentor.com>\n * @author Thomas Citharel <nextcloud@tcit.fr>\n * @author Thomas Müller <thomas.mueller@tmit.eu>\n * @author Thomas Tanghus <thomas@tanghus.net>\n * @author Vincent Petry <vincent@nextcloud.com>\n *\n * @license GNU AGPL version 3 or any later version\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see <http://www.gnu.org/licenses/>.\n *\n */\n\n/* eslint-disable */\nimport _ from 'underscore'\nimport $ from 'jquery'\n\nimport OC from './index'\nimport OCA from '../OCA/index'\n\n/**\n * this class to ease the usage of jquery dialogs\n */\nconst Dialogs = {\n\t// dialog button types\n\tYES_NO_BUTTONS: 70,\n\tOK_BUTTONS: 71,\n\n\tFILEPICKER_TYPE_CHOOSE: 1,\n\tFILEPICKER_TYPE_MOVE: 2,\n\tFILEPICKER_TYPE_COPY: 3,\n\tFILEPICKER_TYPE_COPY_MOVE: 4,\n\tFILEPICKER_TYPE_CUSTOM: 5,\n\n\t// used to name each dialog\n\tdialogsCounter: 0,\n\n\t/**\n\t * displays alert dialog\n\t * @param {string} text content of dialog\n\t * @param {string} title dialog title\n\t * @param {function} callback which will be triggered when user presses OK\n\t * @param {boolean} [modal] make the dialog modal\n\t */\n\talert: function(text, title, callback, modal) {\n\t\tthis.message(\n\t\t\ttext,\n\t\t\ttitle,\n\t\t\t'alert',\n\t\t\tDialogs.OK_BUTTON,\n\t\t\tcallback,\n\t\t\tmodal\n\t\t)\n\t},\n\t/**\n\t * displays info dialog\n\t * @param {string} text content of dialog\n\t * @param {string} title dialog title\n\t * @param {function} callback which will be triggered when user presses OK\n\t * @param {boolean} [modal] make the dialog modal\n\t */\n\tinfo: function(text, title, callback, modal) {\n\t\tthis.message(text, title, 'info', Dialogs.OK_BUTTON, callback, modal)\n\t},\n\n\t/**\n\t * displays confirmation dialog\n\t * @param {string} text content of dialog\n\t * @param {string} title dialog title\n\t * @param {function} callback which will be triggered when user presses OK (true or false would be passed to callback respectively)\n\t * @param {boolean} [modal] make the dialog modal\n\t * @returns {Promise}\n\t */\n\tconfirm: function(text, title, callback, modal) {\n\t\treturn this.message(\n\t\t\ttext,\n\t\t\ttitle,\n\t\t\t'notice',\n\t\t\tDialogs.YES_NO_BUTTONS,\n\t\t\tcallback,\n\t\t\tmodal\n\t\t)\n\t},\n\t/**\n\t * displays confirmation dialog\n\t * @param {string} text content of dialog\n\t * @param {string} title dialog title\n\t * @param {{type: Int, confirm: String, cancel: String, confirmClasses: String}} buttons text content of buttons\n\t * @param {function} callback which will be triggered when user presses OK (true or false would be passed to callback respectively)\n\t * @param {boolean} [modal] make the dialog modal\n\t * @returns {Promise}\n\t */\n\tconfirmDestructive: function(text, title, buttons, callback, modal) {\n\t\treturn this.message(\n\t\t\ttext,\n\t\t\ttitle,\n\t\t\t'none',\n\t\t\tbuttons,\n\t\t\tcallback,\n\t\t\tmodal === undefined ? true : modal\n\t\t)\n\t},\n\t/**\n\t * displays confirmation dialog\n\t * @param {string} text content of dialog\n\t * @param {string} title dialog title\n\t * @param {function} callback which will be triggered when user presses OK (true or false would be passed to callback respectively)\n\t * @param {boolean} [modal] make the dialog modal\n\t * @returns {Promise}\n\t */\n\tconfirmHtml: function(text, title, callback, modal) {\n\t\treturn this.message(\n\t\t\ttext,\n\t\t\ttitle,\n\t\t\t'notice',\n\t\t\tDialogs.YES_NO_BUTTONS,\n\t\t\tcallback,\n\t\t\tmodal,\n\t\t\ttrue\n\t\t)\n\t},\n\t/**\n\t * displays prompt dialog\n\t * @param {string} text content of dialog\n\t * @param {string} title dialog title\n\t * @param {function} callback which will be triggered when user presses OK (true or false would be passed to callback respectively)\n\t * @param {boolean} [modal] make the dialog modal\n\t * @param {string} name name of the input field\n\t * @param {boolean} password whether the input should be a password input\n\t * @returns {Promise}\n\t */\n\tprompt: function(text, title, callback, modal, name, password) {\n\t\treturn $.when(this._getMessageTemplate()).then(function($tmpl) {\n\t\t\tvar dialogName = 'oc-dialog-' + Dialogs.dialogsCounter + '-content'\n\t\t\tvar dialogId = '#' + dialogName\n\t\t\tvar $dlg = $tmpl.octemplate({\n\t\t\t\tdialog_name: dialogName,\n\t\t\t\ttitle: title,\n\t\t\t\tmessage: text,\n\t\t\t\ttype: 'notice'\n\t\t\t})\n\t\t\tvar input = $('<input/>')\n\t\t\tinput.attr('type', password ? 'password' : 'text').attr('id', dialogName + '-input').attr('placeholder', name)\n\t\t\tvar label = $('<label/>').attr('for', dialogName + '-input').text(name + ': ')\n\t\t\t$dlg.append(label)\n\t\t\t$dlg.append(input)\n\t\t\tif (modal === undefined) {\n\t\t\t\tmodal = false\n\t\t\t}\n\t\t\t$('body').append($dlg)\n\n\t\t\t// wrap callback in _.once():\n\t\t\t// only call callback once and not twice (button handler and close\n\t\t\t// event) but call it for the close event, if ESC or the x is hit\n\t\t\tif (callback !== undefined) {\n\t\t\t\tcallback = _.once(callback)\n\t\t\t}\n\n\t\t\tvar buttonlist = [{\n\t\t\t\ttext: t('core', 'No'),\n\t\t\t\tclick: function() {\n\t\t\t\t\tif (callback !== undefined) {\n\t\t\t\t\t\t// eslint-disable-next-line standard/no-callback-literal\n\t\t\t\t\t\tcallback(false, input.val())\n\t\t\t\t\t}\n\t\t\t\t\t$(dialogId).ocdialog('close')\n\t\t\t\t}\n\t\t\t}, {\n\t\t\t\ttext: t('core', 'Yes'),\n\t\t\t\tclick: function() {\n\t\t\t\t\tif (callback !== undefined) {\n\t\t\t\t\t\t// eslint-disable-next-line standard/no-callback-literal\n\t\t\t\t\t\tcallback(true, input.val())\n\t\t\t\t\t}\n\t\t\t\t\t$(dialogId).ocdialog('close')\n\t\t\t\t},\n\t\t\t\tdefaultButton: true\n\t\t\t}]\n\n\t\t\t$(dialogId).ocdialog({\n\t\t\t\tcloseOnEscape: true,\n\t\t\t\tmodal: modal,\n\t\t\t\tbuttons: buttonlist,\n\t\t\t\tclose: function() {\n\t\t\t\t\t// callback is already fired if Yes/No is clicked directly\n\t\t\t\t\tif (callback !== undefined) {\n\t\t\t\t\t\t// eslint-disable-next-line standard/no-callback-literal\n\t\t\t\t\t\tcallback(false, input.val())\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t})\n\t\t\tinput.focus()\n\t\t\tDialogs.dialogsCounter++\n\t\t})\n\t},\n\t/**\n\t * show a file picker to pick a file from\n\t *\n\t * In order to pick several types of mime types they need to be passed as an\n\t * array of strings.\n\t *\n\t * When no mime type filter is given only files can be selected. In order to\n\t * be able to select both files and folders \"['*', 'httpd/unix-directory']\"\n\t * should be used instead.\n\t *\n\t * @param {string} title dialog title\n\t * @param {function} callback which will be triggered when user presses Choose\n\t * @param {boolean} [multiselect] whether it should be possible to select multiple files\n\t * @param {string[]} [mimetypeFilter] mimetype to filter by - directories will always be included\n\t * @param {boolean} [modal] make the dialog modal\n\t * @param {string} [type] Type of file picker : Choose, copy, move, copy and move\n\t * @param {string} [path] path to the folder that the the file can be picket from\n\t * @param {Object} [options] additonal options that need to be set\n\t */\n\tfilepicker: function(title, callback, multiselect, mimetypeFilter, modal, type, path, options) {\n\t\tvar self = this\n\n\t\tthis.filepicker.sortField = 'name'\n\t\tthis.filepicker.sortOrder = 'asc'\n\t\t// avoid opening the picker twice\n\t\tif (this.filepicker.loading) {\n\t\t\treturn\n\t\t}\n\n\t\tif (type === undefined) {\n\t\t\ttype = this.FILEPICKER_TYPE_CHOOSE\n\t\t}\n\n\t\tvar emptyText = t('core', 'No files in here')\n\t\tvar newText = t('files', 'New folder')\n\t\tif (type === this.FILEPICKER_TYPE_COPY || type === this.FILEPICKER_TYPE_MOVE || type === this.FILEPICKER_TYPE_COPY_MOVE) {\n\t\t\temptyText = t('core', 'No more subfolders in here')\n\t\t}\n\n\t\tthis.filepicker.loading = true\n\t\tthis.filepicker.filesClient = (OCA.Sharing && OCA.Sharing.PublicApp && OCA.Sharing.PublicApp.fileList) ? OCA.Sharing.PublicApp.fileList.filesClient : OC.Files.getClient()\n\n\t\tthis.filelist = null\n\t\tpath = path || ''\n\t\toptions = Object.assign({\n\t\t\tallowDirectoryChooser: false\n\t\t}, options)\n\n\t\t$.when(this._getFilePickerTemplate()).then(function($tmpl) {\n\t\t\tself.filepicker.loading = false\n\t\t\tvar dialogName = 'oc-dialog-filepicker-content'\n\t\t\tif (self.$filePicker) {\n\t\t\t\tself.$filePicker.ocdialog('close')\n\t\t\t}\n\n\t\t\tif (mimetypeFilter === undefined || mimetypeFilter === null) {\n\t\t\t\tmimetypeFilter = []\n\t\t\t}\n\t\t\tif (typeof (mimetypeFilter) === 'string') {\n\t\t\t\tmimetypeFilter = [mimetypeFilter]\n\t\t\t}\n\n\t\t\tself.$filePicker = $tmpl.octemplate({\n\t\t\t\tdialog_name: dialogName,\n\t\t\t\ttitle: title,\n\t\t\t\temptytext: emptyText,\n\t\t\t\tnewtext: newText,\n\t\t\t\tnameCol: t('core', 'Name'),\n\t\t\t\tsizeCol: t('core', 'Size'),\n\t\t\t\tmodifiedCol: t('core', 'Modified')\n\t\t\t}).data('path', path).data('multiselect', multiselect).data('mimetype', mimetypeFilter).data('allowDirectoryChooser', options.allowDirectoryChooser)\n\n\t\t\tif (modal === undefined) {\n\t\t\t\tmodal = false\n\t\t\t}\n\t\t\tif (multiselect === undefined) {\n\t\t\t\tmultiselect = false\n\t\t\t}\n\n\t\t\t// No grid for IE!\n\t\t\tif (OC.Util.isIE()) {\n\t\t\t\tself.$filePicker.find('#picker-view-toggle').remove()\n\t\t\t\tself.$filePicker.find('#picker-filestable').removeClass('view-grid')\n\t\t\t}\n\n\t\t\t$('body').append(self.$filePicker)\n\n\t\t\tself.$showGridView = $('input#picker-showgridview')\n\t\t\tself.$showGridView.on('change', _.bind(self._onGridviewChange, self))\n\n\t\t\tif (!OC.Util.isIE()) {\n\t\t\t\tself._getGridSettings()\n\t\t\t}\n\n\t\t\tvar newButton = self.$filePicker.find('.actions.creatable .button-add')\n\t\t\tif (type === self.FILEPICKER_TYPE_CHOOSE && !options.allowDirectoryChooser) {\n\t\t\t\tnewButton.hide()\n\t\t\t}\n\t\t\tnewButton.on('focus', function() {\n\t\t\t\tself.$filePicker.ocdialog('setEnterCallback', function() {\n\t\t\t\t\tevent.stopImmediatePropagation()\n\t\t\t\t\tevent.preventDefault()\n\t\t\t\t\tnewButton.click()\n\t\t\t\t})\n\t\t\t})\n\t\t\tnewButton.on('blur', function() {\n\t\t\t\tself.$filePicker.ocdialog('unsetEnterCallback')\n\t\t\t})\n\n\t\t\tOC.registerMenu(newButton, self.$filePicker.find('.menu'), function() {\n\t\t\t\t$input.focus()\n\t\t\t\tself.$filePicker.ocdialog('setEnterCallback', function() {\n\t\t\t\t\tevent.stopImmediatePropagation()\n\t\t\t\t\tevent.preventDefault()\n\t\t\t\t\tself.$filePicker.submit()\n\t\t\t\t})\n\t\t\t\tvar newName = $input.val()\n\t\t\t\tvar lastPos = newName.lastIndexOf('.')\n\t\t\t\tif (lastPos === -1) {\n\t\t\t\t\tlastPos = newName.length\n\t\t\t\t}\n\t\t\t\t$input.selectRange(0, lastPos)\n\t\t\t})\n\t\t\tvar $form = self.$filePicker.find('.filenameform')\n\t\t\tvar $input = $form.find('input[type=\\'text\\']')\n\t\t\tvar $submit = $form.find('input[type=\\'submit\\']')\n\t\t\t$submit.on('click', function(event) {\n\t\t\t\tevent.stopImmediatePropagation()\n\t\t\t\tevent.preventDefault()\n\t\t\t\t$form.submit()\n\t\t\t})\n\n\n\t\t\t/**\n\t\t\t * Checks whether the given file name is valid.\n\t\t\t *\n\t\t\t * @param name file name to check\n\t\t\t * @return true if the file name is valid.\n\t\t\t * @throws a string exception with an error message if\n\t\t\t * the file name is not valid\n\t\t\t *\n\t\t\t * NOTE: This function is duplicated in the files app:\n\t\t\t * https://github.com/nextcloud/server/blob/b9bc2417e7a8dc81feb0abe20359bedaf864f790/apps/files/js/files.js#L127-L148\n\t\t\t */\n\t\t\tvar isFileNameValid = function (name) {\n\t\t\t\tvar trimmedName = name.trim();\n\t\t\t\tif (trimmedName === '.' || trimmedName === '..')\n\t\t\t\t{\n\t\t\t\t\tthrow t('files', '\"{name}\" is an invalid file name.', {name: name})\n\t\t\t\t} else if (trimmedName.length === 0) {\n\t\t\t\t\tthrow t('files', 'File name cannot be empty.')\n\t\t\t\t} else if (trimmedName.indexOf('/') !== -1) {\n\t\t\t\t\tthrow t('files', '\"/\" is not allowed inside a file name.')\n\t\t\t\t} else if (!!(trimmedName.match(OC.config.blacklist_files_regex))) {\n\t\t\t\t\tthrow t('files', '\"{name}\" is not an allowed filetype', {name: name})\n\t\t\t\t}\n\n\t\t\t\treturn true\n\t\t\t}\n\n\t\t\tvar checkInput = function() {\n\t\t\t\tvar filename = $input.val()\n\t\t\t\ttry {\n\t\t\t\t\tif (!isFileNameValid(filename)) {\n\t\t\t\t\t\t// isFileNameValid(filename) throws an exception itself\n\t\t\t\t\t} else if (self.filelist.find(function(file) {\n\t\t\t\t\t\treturn file.name === this\n\t\t\t\t\t}, filename)) {\n\t\t\t\t\t\tthrow t('files', '{newName} already exists', { newName: filename }, undefined, {\n\t\t\t\t\t\t\tescape: false\n\t\t\t\t\t\t})\n\t\t\t\t\t} else {\n\t\t\t\t\t\treturn true\n\t\t\t\t\t}\n\t\t\t\t} catch (error) {\n\t\t\t\t\t$input.attr('title', error)\n\t\t\t\t\t$input.tooltip({\n\t\t\t\t\t\tplacement: 'right',\n\t\t\t\t\t\ttrigger: 'manual',\n\t\t\t\t\t\t'container': '.newFolderMenu'\n\t\t\t\t\t})\n\t\t\t\t\t$input.tooltip('fixTitle')\n\t\t\t\t\t$input.tooltip('show')\n\t\t\t\t\t$input.addClass('error')\n\t\t\t\t}\n\t\t\t\treturn false\n\t\t\t}\n\n\t\t\t$form.on('submit', function(event) {\n\t\t\t\tevent.stopPropagation()\n\t\t\t\tevent.preventDefault()\n\n\t\t\t\tif (checkInput()) {\n\t\t\t\t\tvar newname = $input.val()\n\t\t\t\t\tself.filepicker.filesClient.createDirectory(self.$filePicker.data('path') + \"/\" + newname).always(function (status) {\n\t\t\t\t\t\tself._fillFilePicker(self.$filePicker.data('path') + \"/\" + newname)\n\t\t\t\t\t})\n\t\t\t\t\tOC.hideMenus()\n\t\t\t\t\tself.$filePicker.ocdialog('unsetEnterCallback')\n\t\t\t\t\tself.$filePicker.click()\n\t\t\t\t\t$input.val(newText)\n\t\t\t\t}\n\t\t\t})\n\t\t\t$input.keypress(function(event) {\n\t\t\t\tif (event.keyCode === 13 || event.which === 13) {\n\t\t\t\t\tevent.stopImmediatePropagation()\n\t\t\t\t\tevent.preventDefault()\n\t\t\t\t\t$form.submit()\n\t\t\t\t}\n\t\t\t})\n\n\t\t\tself.$filePicker.ready(function() {\n\t\t\t\tself.$fileListHeader = self.$filePicker.find('.filelist thead tr')\n\t\t\t\tself.$filelist = self.$filePicker.find('.filelist tbody')\n\t\t\t\tself.$filelistContainer = self.$filePicker.find('.filelist-container')\n\t\t\t\tself.$dirTree = self.$filePicker.find('.dirtree')\n\t\t\t\tself.$dirTree.on('click', 'div:not(:last-child)', self, function(event) {\n\t\t\t\t\tself._handleTreeListSelect(event, type)\n\t\t\t\t})\n\t\t\t\tself.$filelist.on('click', 'tr', function(event) {\n\t\t\t\t\tself._handlePickerClick(event, $(this), type)\n\t\t\t\t})\n\t\t\t\tself.$fileListHeader.on('click', 'a', function(event) {\n\t\t\t\t\tvar dir = self.$filePicker.data('path')\n\t\t\t\t\tself.filepicker.sortField = $(event.currentTarget).data('sort')\n\t\t\t\t\tself.filepicker.sortOrder = self.filepicker.sortOrder === 'asc' ? 'desc' : 'asc'\n\t\t\t\t\tself._fillFilePicker(dir)\n\t\t\t\t})\n\t\t\t\tself._fillFilePicker(path)\n\t\t\t})\n\n\t\t\t// build buttons\n\t\t\tvar functionToCall = function(returnType) {\n\t\t\t\tif (callback !== undefined) {\n\t\t\t\t\tvar datapath\n\t\t\t\t\tif (multiselect === true) {\n\t\t\t\t\t\tdatapath = []\n\t\t\t\t\t\tself.$filelist.find('tr.filepicker_element_selected').each(function(index, element) {\n\t\t\t\t\t\t\tdatapath.push(self.$filePicker.data('path') + '/' + $(element).data('entryname'))\n\t\t\t\t\t\t})\n\t\t\t\t\t} else {\n\t\t\t\t\t\tdatapath = self.$filePicker.data('path')\n\t\t\t\t\t\tvar selectedName = self.$filelist.find('tr.filepicker_element_selected').data('entryname')\n\t\t\t\t\t\tif (selectedName) {\n\t\t\t\t\t\t\tdatapath += '/' + selectedName\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t\tcallback(datapath, returnType)\n\t\t\t\t\tself.$filePicker.ocdialog('close')\n\t\t\t\t}\n\t\t\t}\n\n\t\t\tvar chooseCallback = function() {\n\t\t\t\tfunctionToCall(Dialogs.FILEPICKER_TYPE_CHOOSE)\n\t\t\t}\n\n\t\t\tvar copyCallback = function() {\n\t\t\t\tfunctionToCall(Dialogs.FILEPICKER_TYPE_COPY)\n\t\t\t}\n\n\t\t\tvar moveCallback = function() {\n\t\t\t\tfunctionToCall(Dialogs.FILEPICKER_TYPE_MOVE)\n\t\t\t}\n\n\t\t\tvar buttonlist = []\n\t\t\tif (type === Dialogs.FILEPICKER_TYPE_CHOOSE) {\n\t\t\t\tbuttonlist.push({\n\t\t\t\t\ttext: t('core', 'Choose'),\n\t\t\t\t\tclick: chooseCallback,\n\t\t\t\t\tdefaultButton: true\n\t\t\t\t})\n\t\t\t} else if (type === Dialogs.FILEPICKER_TYPE_CUSTOM) {\n\t\t\t\toptions.buttons.forEach(function(button) {\n\t\t\t\t\tbuttonlist.push({\n\t\t\t\t\t\ttext: button.text,\n\t\t\t\t\t\tclick: function() {\n\t\t\t\t\t\t\tfunctionToCall(button.type)\n\t\t\t\t\t\t},\n\t\t\t\t\t\tdefaultButton: button.defaultButton\n\t\t\t\t\t})\n\t\t\t\t})\n\t\t\t} else {\n\t\t\t\tif (type === Dialogs.FILEPICKER_TYPE_COPY || type === Dialogs.FILEPICKER_TYPE_COPY_MOVE) {\n\t\t\t\t\tbuttonlist.push({\n\t\t\t\t\t\ttext: t('core', 'Copy'),\n\t\t\t\t\t\tclick: copyCallback,\n\t\t\t\t\t\tdefaultButton: false\n\t\t\t\t\t})\n\t\t\t\t}\n\t\t\t\tif (type === Dialogs.FILEPICKER_TYPE_MOVE || type === Dialogs.FILEPICKER_TYPE_COPY_MOVE) {\n\t\t\t\t\tbuttonlist.push({\n\t\t\t\t\t\ttext: t('core', 'Move'),\n\t\t\t\t\t\tclick: moveCallback,\n\t\t\t\t\t\tdefaultButton: true\n\t\t\t\t\t})\n\t\t\t\t}\n\t\t\t}\n\n\t\t\tself.$filePicker.ocdialog({\n\t\t\t\tcloseOnEscape: true,\n\t\t\t\t// max-width of 600\n\t\t\t\twidth: 600,\n\t\t\t\theight: 500,\n\t\t\t\tmodal: modal,\n\t\t\t\tbuttons: buttonlist,\n\t\t\t\tstyle: {\n\t\t\t\t\tbuttons: 'aside'\n\t\t\t\t},\n\t\t\t\tclose: function() {\n\t\t\t\t\ttry {\n\t\t\t\t\t\t$(this).ocdialog('destroy').remove()\n\t\t\t\t\t} catch (e) {\n\t\t\t\t\t}\n\t\t\t\t\tself.$filePicker = null\n\t\t\t\t}\n\t\t\t})\n\n\t\t\t// We can access primary class only from oc-dialog.\n\t\t\t// Hence this is one of the approach to get the choose button.\n\t\t\tvar getOcDialog = self.$filePicker.closest('.oc-dialog')\n\t\t\tvar buttonEnableDisable = getOcDialog.find('.primary')\n\t\t\tif (self.$filePicker.data('mimetype').indexOf('httpd/unix-directory') !== -1 || self.$filePicker.data('allowDirectoryChooser')) {\n\t\t\t\tbuttonEnableDisable.prop('disabled', false)\n\t\t\t} else {\n\t\t\t\tbuttonEnableDisable.prop('disabled', true)\n\t\t\t}\n\t\t})\n\t\t\t.fail(function(status, error) {\n\t\t\t\t// If the method is called while navigating away\n\t\t\t\t// from the page, it is probably not needed ;)\n\t\t\t\tself.filepicker.loading = false\n\t\t\t\tif (status !== 0) {\n\t\t\t\t\talert(t('core', 'Error loading file picker template: {error}', { error: error }))\n\t\t\t\t}\n\t\t\t})\n\t},\n\t/**\n\t * Displays raw dialog\n\t * You better use a wrapper instead ...\n\t */\n\tmessage: function(content, title, dialogType, buttons, callback, modal, allowHtml) {\n\t\treturn $.when(this._getMessageTemplate()).then(function($tmpl) {\n\t\t\tvar dialogName = 'oc-dialog-' + Dialogs.dialogsCounter + '-content'\n\t\t\tvar dialogId = '#' + dialogName\n\t\t\tvar $dlg = $tmpl.octemplate({\n\t\t\t\tdialog_name: dialogName,\n\t\t\t\ttitle: title,\n\t\t\t\tmessage: content,\n\t\t\t\ttype: dialogType\n\t\t\t}, allowHtml ? { escapeFunction: '' } : {})\n\t\t\tif (modal === undefined) {\n\t\t\t\tmodal = false\n\t\t\t}\n\t\t\t$('body').append($dlg)\n\t\t\tvar buttonlist = []\n\t\t\tswitch (buttons) {\n\t\t\tcase Dialogs.YES_NO_BUTTONS:\n\t\t\t\tbuttonlist = [{\n\t\t\t\t\ttext: t('core', 'No'),\n\t\t\t\t\tclick: function() {\n\t\t\t\t\t\tif (callback !== undefined) {\n\t\t\t\t\t\t\tcallback(false)\n\t\t\t\t\t\t}\n\t\t\t\t\t\t$(dialogId).ocdialog('close')\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\ttext: t('core', 'Yes'),\n\t\t\t\t\tclick: function() {\n\t\t\t\t\t\tif (callback !== undefined) {\n\t\t\t\t\t\t\tcallback(true)\n\t\t\t\t\t\t}\n\t\t\t\t\t\t$(dialogId).ocdialog('close')\n\t\t\t\t\t},\n\t\t\t\t\tdefaultButton: true\n\t\t\t\t}]\n\t\t\t\tbreak\n\t\t\tcase Dialogs.OK_BUTTON:\n\t\t\t\tvar functionToCall = function() {\n\t\t\t\t\t$(dialogId).ocdialog('close')\n\t\t\t\t\tif (callback !== undefined) {\n\t\t\t\t\t\tcallback()\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\tbuttonlist[0] = {\n\t\t\t\t\ttext: t('core', 'OK'),\n\t\t\t\t\tclick: functionToCall,\n\t\t\t\t\tdefaultButton: true\n\t\t\t\t}\n\t\t\t\tbreak\n\t\t\tdefault:\n\t\t\t\tif (typeof(buttons) === 'object') {\n\t\t\t\t\tswitch (buttons.type) {\n\t\t\t\t\t\tcase Dialogs.YES_NO_BUTTONS:\n\t\t\t\t\t\t\tbuttonlist = [{\n\t\t\t\t\t\t\t\ttext: buttons.cancel || t('core', 'No'),\n\t\t\t\t\t\t\t\tclick: function() {\n\t\t\t\t\t\t\t\t\tif (callback !== undefined) {\n\t\t\t\t\t\t\t\t\t\tcallback(false)\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t$(dialogId).ocdialog('close')\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\ttext: buttons.confirm || t('core', 'Yes'),\n\t\t\t\t\t\t\t\t\tclick: function() {\n\t\t\t\t\t\t\t\t\t\tif (callback !== undefined) {\n\t\t\t\t\t\t\t\t\t\t\tcallback(true)\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t$(dialogId).ocdialog('close')\n\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\tdefaultButton: true,\n\t\t\t\t\t\t\t\t\tclasses: buttons.confirmClasses\n\t\t\t\t\t\t\t\t}]\n\t\t\t\t\t\t\tbreak\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\tbreak\n\t\t\t}\n\n\t\t\t$(dialogId).ocdialog({\n\t\t\t\tcloseOnEscape: true,\n\t\t\t\tcloseCallback: () => { callback && callback(false) },\n\t\t\t\tmodal: modal,\n\t\t\t\tbuttons: buttonlist\n\t\t\t})\n\t\t\tDialogs.dialogsCounter++\n\t\t})\n\t\t\t.fail(function(status, error) {\n\t\t\t\t// If the method is called while navigating away from\n\t\t\t\t// the page, we still want to deliver the message.\n\t\t\t\tif (status === 0) {\n\t\t\t\t\talert(title + ': ' + content)\n\t\t\t\t} else {\n\t\t\t\t\talert(t('core', 'Error loading message template: {error}', { error: error }))\n\t\t\t\t}\n\t\t\t})\n\t},\n\t_fileexistsshown: false,\n\t/**\n\t * Displays file exists dialog\n\t * @param {object} data upload object\n\t * @param {object} original file with name, size and mtime\n\t * @param {object} replacement file with name, size and mtime\n\t * @param {object} controller with onCancel, onSkip, onReplace and onRename methods\n\t * @returns {Promise} jquery promise that resolves after the dialog template was loaded\n\t */\n\tfileexists: function(data, original, replacement, controller) {\n\t\tvar self = this\n\t\tvar dialogDeferred = new $.Deferred()\n\n\t\tvar getCroppedPreview = function(file) {\n\t\t\tvar deferred = new $.Deferred()\n\t\t\t// Only process image files.\n\t\t\tvar type = file.type && file.type.split('/').shift()\n\t\t\tif (window.FileReader && type === 'image') {\n\t\t\t\tvar reader = new FileReader()\n\t\t\t\treader.onload = function(e) {\n\t\t\t\t\tvar blob = new Blob([e.target.result])\n\t\t\t\t\twindow.URL = window.URL || window.webkitURL\n\t\t\t\t\tvar originalUrl = window.URL.createObjectURL(blob)\n\t\t\t\t\tvar image = new Image()\n\t\t\t\t\timage.src = originalUrl\n\t\t\t\t\timage.onload = function() {\n\t\t\t\t\t\tvar url = crop(image)\n\t\t\t\t\t\tdeferred.resolve(url)\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\treader.readAsArrayBuffer(file)\n\t\t\t} else {\n\t\t\t\tdeferred.reject()\n\t\t\t}\n\t\t\treturn deferred\n\t\t}\n\n\t\tvar crop = function(img) {\n\t\t\tvar canvas = document.createElement('canvas')\n\t\t\tvar targetSize = 96\n\t\t\tvar width = img.width\n\t\t\tvar height = img.height\n\t\t\tvar x; var y; var size\n\n\t\t\t// Calculate the width and height, constraining the proportions\n\t\t\tif (width > height) {\n\t\t\t\ty = 0\n\t\t\t\tx = (width - height) / 2\n\t\t\t} else {\n\t\t\t\ty = (height - width) / 2\n\t\t\t\tx = 0\n\t\t\t}\n\t\t\tsize = Math.min(width, height)\n\n\t\t\t// Set canvas size to the cropped area\n\t\t\tcanvas.width = size\n\t\t\tcanvas.height = size\n\t\t\tvar ctx = canvas.getContext('2d')\n\t\t\tctx.drawImage(img, x, y, size, size, 0, 0, size, size)\n\n\t\t\t// Resize the canvas to match the destination (right size uses 96px)\n\t\t\tresampleHermite(canvas, size, size, targetSize, targetSize)\n\n\t\t\treturn canvas.toDataURL('image/png', 0.7)\n\t\t}\n\n\t\t/**\n\t\t * Fast image resize/resample using Hermite filter with JavaScript.\n\t\t *\n\t\t * @author: ViliusL\n\t\t *\n\t\t * @param {*} canvas\n\t\t * @param {number} W\n\t\t * @param {number} H\n\t\t * @param {number} W2\n\t\t * @param {number} H2\n\t\t */\n\t\tvar resampleHermite = function(canvas, W, H, W2, H2) {\n\t\t\tW2 = Math.round(W2)\n\t\t\tH2 = Math.round(H2)\n\t\t\tvar img = canvas.getContext('2d').getImageData(0, 0, W, H)\n\t\t\tvar img2 = canvas.getContext('2d').getImageData(0, 0, W2, H2)\n\t\t\tvar data = img.data\n\t\t\tvar data2 = img2.data\n\t\t\tvar ratio_w = W / W2\n\t\t\tvar ratio_h = H / H2\n\t\t\tvar ratio_w_half = Math.ceil(ratio_w / 2)\n\t\t\tvar ratio_h_half = Math.ceil(ratio_h / 2)\n\n\t\t\tfor (var j = 0; j < H2; j++) {\n\t\t\t\tfor (var i = 0; i < W2; i++) {\n\t\t\t\t\tvar x2 = (i + j * W2) * 4\n\t\t\t\t\tvar weight = 0\n\t\t\t\t\tvar weights = 0\n\t\t\t\t\tvar weights_alpha = 0\n\t\t\t\t\tvar gx_r = 0\n\t\t\t\t\tvar gx_g = 0\n\t\t\t\t\tvar gx_b = 0\n\t\t\t\t\tvar gx_a = 0\n\t\t\t\t\tvar center_y = (j + 0.5) * ratio_h\n\t\t\t\t\tfor (var yy = Math.floor(j * ratio_h); yy < (j + 1) * ratio_h; yy++) {\n\t\t\t\t\t\tvar dy = Math.abs(center_y - (yy + 0.5)) / ratio_h_half\n\t\t\t\t\t\tvar center_x = (i + 0.5) * ratio_w\n\t\t\t\t\t\tvar w0 = dy * dy // pre-calc part of w\n\t\t\t\t\t\tfor (var xx = Math.floor(i * ratio_w); xx < (i + 1) * ratio_w; xx++) {\n\t\t\t\t\t\t\tvar dx = Math.abs(center_x - (xx + 0.5)) / ratio_w_half\n\t\t\t\t\t\t\tvar w = Math.sqrt(w0 + dx * dx)\n\t\t\t\t\t\t\tif (w >= -1 && w <= 1) {\n\t\t\t\t\t\t\t\t// hermite filter\n\t\t\t\t\t\t\t\tweight = 2 * w * w * w - 3 * w * w + 1\n\t\t\t\t\t\t\t\tif (weight > 0) {\n\t\t\t\t\t\t\t\t\tdx = 4 * (xx + yy * W)\n\t\t\t\t\t\t\t\t\t// alpha\n\t\t\t\t\t\t\t\t\tgx_a += weight * data[dx + 3]\n\t\t\t\t\t\t\t\t\tweights_alpha += weight\n\t\t\t\t\t\t\t\t\t// colors\n\t\t\t\t\t\t\t\t\tif (data[dx + 3] < 255) { weight = weight * data[dx + 3] / 250 }\n\t\t\t\t\t\t\t\t\tgx_r += weight * data[dx]\n\t\t\t\t\t\t\t\t\tgx_g += weight * data[dx + 1]\n\t\t\t\t\t\t\t\t\tgx_b += weight * data[dx + 2]\n\t\t\t\t\t\t\t\t\tweights += weight\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t\tdata2[x2] = gx_r / weights\n\t\t\t\t\tdata2[x2 + 1] = gx_g / weights\n\t\t\t\t\tdata2[x2 + 2] = gx_b / weights\n\t\t\t\t\tdata2[x2 + 3] = gx_a / weights_alpha\n\t\t\t\t}\n\t\t\t}\n\t\t\tcanvas.getContext('2d').clearRect(0, 0, Math.max(W, W2), Math.max(H, H2))\n\t\t\tcanvas.width = W2\n\t\t\tcanvas.height = H2\n\t\t\tcanvas.getContext('2d').putImageData(img2, 0, 0)\n\t\t}\n\n\t\tvar addConflict = function($conflicts, original, replacement) {\n\n\t\t\tvar $conflict = $conflicts.find('.template').clone().removeClass('template').addClass('conflict')\n\t\t\tvar $originalDiv = $conflict.find('.original')\n\t\t\tvar $replacementDiv = $conflict.find('.replacement')\n\n\t\t\t$conflict.data('data', data)\n\n\t\t\t$conflict.find('.filename').text(original.name)\n\t\t\t$originalDiv.find('.size').text(OC.Util.humanFileSize(original.size))\n\t\t\t$originalDiv.find('.mtime').text(OC.Util.formatDate(original.mtime))\n\t\t\t// ie sucks\n\t\t\tif (replacement.size && replacement.lastModified) {\n\t\t\t\t$replacementDiv.find('.size').text(OC.Util.humanFileSize(replacement.size))\n\t\t\t\t$replacementDiv.find('.mtime').text(OC.Util.formatDate(replacement.lastModified))\n\t\t\t}\n\t\t\tvar path = original.directory + '/' + original.name\n\t\t\tvar urlSpec = {\n\t\t\t\tfile: path,\n\t\t\t\tx: 96,\n\t\t\t\ty: 96,\n\t\t\t\tc: original.etag,\n\t\t\t\tforceIcon: 0\n\t\t\t}\n\t\t\tvar previewpath = Files.generatePreviewUrl(urlSpec)\n\t\t\t// Escaping single quotes\n\t\t\tpreviewpath = previewpath.replace(/'/g, '%27')\n\t\t\t$originalDiv.find('.icon').css({ 'background-image': \"url('\" + previewpath + \"')\" })\n\t\t\tgetCroppedPreview(replacement).then(\n\t\t\t\tfunction(path) {\n\t\t\t\t\t$replacementDiv.find('.icon').css('background-image', 'url(' + path + ')')\n\t\t\t\t}, function() {\n\t\t\t\t\tpath = OC.MimeType.getIconUrl(replacement.type)\n\t\t\t\t\t$replacementDiv.find('.icon').css('background-image', 'url(' + path + ')')\n\t\t\t\t}\n\t\t\t)\n\t\t\t// connect checkboxes with labels\n\t\t\tvar checkboxId = $conflicts.find('.conflict').length\n\t\t\t$originalDiv.find('input:checkbox').attr('id', 'checkbox_original_' + checkboxId)\n\t\t\t$replacementDiv.find('input:checkbox').attr('id', 'checkbox_replacement_' + checkboxId)\n\n\t\t\t$conflicts.append($conflict)\n\n\t\t\t// set more recent mtime bold\n\t\t\t// ie sucks\n\t\t\tif (replacement.lastModified > original.mtime) {\n\t\t\t\t$replacementDiv.find('.mtime').css('font-weight', 'bold')\n\t\t\t} else if (replacement.lastModified < original.mtime) {\n\t\t\t\t$originalDiv.find('.mtime').css('font-weight', 'bold')\n\t\t\t} else {\n\t\t\t\t// TODO add to same mtime collection?\n\t\t\t}\n\n\t\t\t// set bigger size bold\n\t\t\tif (replacement.size && replacement.size > original.size) {\n\t\t\t\t$replacementDiv.find('.size').css('font-weight', 'bold')\n\t\t\t} else if (replacement.size && replacement.size < original.size) {\n\t\t\t\t$originalDiv.find('.size').css('font-weight', 'bold')\n\t\t\t} else {\n\t\t\t\t// TODO add to same size collection?\n\t\t\t}\n\n\t\t\t// TODO show skip action for files with same size and mtime in bottom row\n\n\t\t\t// always keep readonly files\n\n\t\t\tif (original.status === 'readonly') {\n\t\t\t\t$originalDiv\n\t\t\t\t\t.addClass('readonly')\n\t\t\t\t\t.find('input[type=\"checkbox\"]')\n\t\t\t\t\t.prop('checked', true)\n\t\t\t\t\t.prop('disabled', true)\n\t\t\t\t$originalDiv.find('.message')\n\t\t\t\t\t.text(t('core', 'read-only'))\n\t\t\t}\n\t\t}\n\t\t// var selection = controller.getSelection(data.originalFiles);\n\t\t// if (selection.defaultAction) {\n\t\t//\tcontroller[selection.defaultAction](data);\n\t\t// } else {\n\t\tvar dialogName = 'oc-dialog-fileexists-content'\n\t\tvar dialogId = '#' + dialogName\n\t\tif (this._fileexistsshown) {\n\t\t\t// add conflict\n\n\t\t\tvar $conflicts = $(dialogId + ' .conflicts')\n\t\t\taddConflict($conflicts, original, replacement)\n\n\t\t\tvar count = $(dialogId + ' .conflict').length\n\t\t\tvar title = n('core',\n\t\t\t\t'{count} file conflict',\n\t\t\t\t'{count} file conflicts',\n\t\t\t\tcount,\n\t\t\t\t{ count: count }\n\t\t\t)\n\t\t\t$(dialogId).parent().children('.oc-dialog-title').text(title)\n\n\t\t\t// recalculate dimensions\n\t\t\t$(window).trigger('resize')\n\t\t\tdialogDeferred.resolve()\n\t\t} else {\n\t\t\t// create dialog\n\t\t\tthis._fileexistsshown = true\n\t\t\t$.when(this._getFileExistsTemplate()).then(function($tmpl) {\n\t\t\t\tvar title = t('core', 'One file conflict')\n\t\t\t\tvar $dlg = $tmpl.octemplate({\n\t\t\t\t\tdialog_name: dialogName,\n\t\t\t\t\ttitle: title,\n\t\t\t\t\ttype: 'fileexists',\n\n\t\t\t\t\tallnewfiles: t('core', 'New Files'),\n\t\t\t\t\tallexistingfiles: t('core', 'Already existing files'),\n\n\t\t\t\t\twhy: t('core', 'Which files do you want to keep?'),\n\t\t\t\t\twhat: t('core', 'If you select both versions, the copied file will have a number added to its name.')\n\t\t\t\t})\n\t\t\t\t$('body').append($dlg)\n\n\t\t\t\tif (original && replacement) {\n\t\t\t\t\tvar $conflicts = $dlg.find('.conflicts')\n\t\t\t\t\taddConflict($conflicts, original, replacement)\n\t\t\t\t}\n\n\t\t\t\tvar buttonlist = [{\n\t\t\t\t\ttext: t('core', 'Cancel'),\n\t\t\t\t\tclasses: 'cancel',\n\t\t\t\t\tclick: function() {\n\t\t\t\t\t\tif (typeof controller.onCancel !== 'undefined') {\n\t\t\t\t\t\t\tcontroller.onCancel(data)\n\t\t\t\t\t\t}\n\t\t\t\t\t\t$(dialogId).ocdialog('close')\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\ttext: t('core', 'Continue'),\n\t\t\t\t\tclasses: 'continue',\n\t\t\t\t\tclick: function() {\n\t\t\t\t\t\tif (typeof controller.onContinue !== 'undefined') {\n\t\t\t\t\t\t\tcontroller.onContinue($(dialogId + ' .conflict'))\n\t\t\t\t\t\t}\n\t\t\t\t\t\t$(dialogId).ocdialog('close')\n\t\t\t\t\t}\n\t\t\t\t}]\n\n\t\t\t\t$(dialogId).ocdialog({\n\t\t\t\t\twidth: 500,\n\t\t\t\t\tcloseOnEscape: true,\n\t\t\t\t\tmodal: true,\n\t\t\t\t\tbuttons: buttonlist,\n\t\t\t\t\tcloseButton: null,\n\t\t\t\t\tclose: function() {\n\t\t\t\t\t\tself._fileexistsshown = false\n\t\t\t\t\t\ttry {\n\t\t\t\t\t\t\t$(this).ocdialog('destroy').remove()\n\t\t\t\t\t\t} catch (e) {\n\t\t\t\t\t\t\t// ignore\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t})\n\n\t\t\t\t$(dialogId).css('height', 'auto')\n\n\t\t\t\tvar $primaryButton = $dlg.closest('.oc-dialog').find('button.continue')\n\t\t\t\t$primaryButton.prop('disabled', true)\n\n\t\t\t\tfunction updatePrimaryButton() {\n\t\t\t\t\tvar checkedCount = $dlg.find('.conflicts .checkbox:checked').length\n\t\t\t\t\t$primaryButton.prop('disabled', checkedCount === 0)\n\t\t\t\t}\n\n\t\t\t\t// add checkbox toggling actions\n\t\t\t\t$(dialogId).find('.allnewfiles').on('click', function() {\n\t\t\t\t\tvar $checkboxes = $(dialogId).find('.conflict .replacement input[type=\"checkbox\"]')\n\t\t\t\t\t$checkboxes.prop('checked', $(this).prop('checked'))\n\t\t\t\t})\n\t\t\t\t$(dialogId).find('.allexistingfiles').on('click', function() {\n\t\t\t\t\tvar $checkboxes = $(dialogId).find('.conflict .original:not(.readonly) input[type=\"checkbox\"]')\n\t\t\t\t\t$checkboxes.prop('checked', $(this).prop('checked'))\n\t\t\t\t})\n\t\t\t\t$(dialogId).find('.conflicts').on('click', '.replacement,.original:not(.readonly)', function() {\n\t\t\t\t\tvar $checkbox = $(this).find('input[type=\"checkbox\"]')\n\t\t\t\t\t$checkbox.prop('checked', !$checkbox.prop('checked'))\n\t\t\t\t})\n\t\t\t\t$(dialogId).find('.conflicts').on('click', '.replacement input[type=\"checkbox\"],.original:not(.readonly) input[type=\"checkbox\"]', function() {\n\t\t\t\t\tvar $checkbox = $(this)\n\t\t\t\t\t$checkbox.prop('checked', !$checkbox.prop('checked'))\n\t\t\t\t})\n\n\t\t\t\t// update counters\n\t\t\t\t$(dialogId).on('click', '.replacement,.allnewfiles', function() {\n\t\t\t\t\tvar count = $(dialogId).find('.conflict .replacement input[type=\"checkbox\"]:checked').length\n\t\t\t\t\tif (count === $(dialogId + ' .conflict').length) {\n\t\t\t\t\t\t$(dialogId).find('.allnewfiles').prop('checked', true)\n\t\t\t\t\t\t$(dialogId).find('.allnewfiles + .count').text(t('core', '(all selected)'))\n\t\t\t\t\t} else if (count > 0) {\n\t\t\t\t\t\t$(dialogId).find('.allnewfiles').prop('checked', false)\n\t\t\t\t\t\t$(dialogId).find('.allnewfiles + .count').text(t('core', '({count} selected)', { count: count }))\n\t\t\t\t\t} else {\n\t\t\t\t\t\t$(dialogId).find('.allnewfiles').prop('checked', false)\n\t\t\t\t\t\t$(dialogId).find('.allnewfiles + .count').text('')\n\t\t\t\t\t}\n\t\t\t\t\tupdatePrimaryButton()\n\t\t\t\t})\n\t\t\t\t$(dialogId).on('click', '.original,.allexistingfiles', function() {\n\t\t\t\t\tvar count = $(dialogId).find('.conflict .original input[type=\"checkbox\"]:checked').length\n\t\t\t\t\tif (count === $(dialogId + ' .conflict').length) {\n\t\t\t\t\t\t$(dialogId).find('.allexistingfiles').prop('checked', true)\n\t\t\t\t\t\t$(dialogId).find('.allexistingfiles + .count').text(t('core', '(all selected)'))\n\t\t\t\t\t} else if (count > 0) {\n\t\t\t\t\t\t$(dialogId).find('.allexistingfiles').prop('checked', false)\n\t\t\t\t\t\t$(dialogId).find('.allexistingfiles + .count')\n\t\t\t\t\t\t\t.text(t('core', '({count} selected)', { count: count }))\n\t\t\t\t\t} else {\n\t\t\t\t\t\t$(dialogId).find('.allexistingfiles').prop('checked', false)\n\t\t\t\t\t\t$(dialogId).find('.allexistingfiles + .count').text('')\n\t\t\t\t\t}\n\t\t\t\t\tupdatePrimaryButton()\n\t\t\t\t})\n\n\t\t\t\tdialogDeferred.resolve()\n\t\t\t})\n\t\t\t\t.fail(function() {\n\t\t\t\t\tdialogDeferred.reject()\n\t\t\t\t\talert(t('core', 'Error loading file exists template'))\n\t\t\t\t})\n\t\t}\n\t\t// }\n\t\treturn dialogDeferred.promise()\n\t},\n\t// get the gridview setting and set the input accordingly\n\t_getGridSettings: function() {\n\t\tvar self = this\n\t\t$.get(OC.generateUrl('/apps/files/api/v1/showgridview'), function(response) {\n\t\t\tself.$showGridView.get(0).checked = response.gridview\n\t\t\tself.$showGridView.next('#picker-view-toggle')\n\t\t\t\t.removeClass('icon-toggle-filelist icon-toggle-pictures')\n\t\t\t\t.addClass(response.gridview ? 'icon-toggle-filelist' : 'icon-toggle-pictures')\n\t\t\t$('.list-container').toggleClass('view-grid', response.gridview)\n\t\t})\n\t},\n\t_onGridviewChange: function() {\n\t\tvar show = this.$showGridView.is(':checked')\n\t\t// only save state if user is logged in\n\t\tif (OC.currentUser) {\n\t\t\t$.post(OC.generateUrl('/apps/files/api/v1/showgridview'), {\n\t\t\t\tshow: show\n\t\t\t})\n\t\t}\n\t\tthis.$showGridView.next('#picker-view-toggle')\n\t\t\t.removeClass('icon-toggle-filelist icon-toggle-pictures')\n\t\t\t.addClass(show ? 'icon-toggle-filelist' : 'icon-toggle-pictures')\n\t\t$('.list-container').toggleClass('view-grid', show)\n\t},\n\t_getFilePickerTemplate: function() {\n\t\tvar defer = $.Deferred()\n\t\tif (!this.$filePickerTemplate) {\n\t\t\tvar self = this\n\t\t\t$.get(OC.filePath('core', 'templates', 'filepicker.html'), function(tmpl) {\n\t\t\t\tself.$filePickerTemplate = $(tmpl)\n\t\t\t\tself.$listTmpl = self.$filePickerTemplate.find('.filelist tbody tr:first-child').detach()\n\t\t\t\tdefer.resolve(self.$filePickerTemplate)\n\t\t\t})\n\t\t\t\t.fail(function(jqXHR, textStatus, errorThrown) {\n\t\t\t\t\tdefer.reject(jqXHR.status, errorThrown)\n\t\t\t\t})\n\t\t} else {\n\t\t\tdefer.resolve(this.$filePickerTemplate)\n\t\t}\n\t\treturn defer.promise()\n\t},\n\t_getMessageTemplate: function() {\n\t\tvar defer = $.Deferred()\n\t\tif (!this.$messageTemplate) {\n\t\t\tvar self = this\n\t\t\t$.get(OC.filePath('core', 'templates', 'message.html'), function(tmpl) {\n\t\t\t\tself.$messageTemplate = $(tmpl)\n\t\t\t\tdefer.resolve(self.$messageTemplate)\n\t\t\t})\n\t\t\t\t.fail(function(jqXHR, textStatus, errorThrown) {\n\t\t\t\t\tdefer.reject(jqXHR.status, errorThrown)\n\t\t\t\t})\n\t\t} else {\n\t\t\tdefer.resolve(this.$messageTemplate)\n\t\t}\n\t\treturn defer.promise()\n\t},\n\t_getFileExistsTemplate: function() {\n\t\tvar defer = $.Deferred()\n\t\tif (!this.$fileexistsTemplate) {\n\t\t\tvar self = this\n\t\t\t$.get(OC.filePath('files', 'templates', 'fileexists.html'), function(tmpl) {\n\t\t\t\tself.$fileexistsTemplate = $(tmpl)\n\t\t\t\tdefer.resolve(self.$fileexistsTemplate)\n\t\t\t})\n\t\t\t\t.fail(function() {\n\t\t\t\t\tdefer.reject()\n\t\t\t\t})\n\t\t} else {\n\t\t\tdefer.resolve(this.$fileexistsTemplate)\n\t\t}\n\t\treturn defer.promise()\n\t},\n\t_getFileList: function(dir, mimeType) { // this is only used by the spreedme app atm\n\t\tif (typeof (mimeType) === 'string') {\n\t\t\tmimeType = [mimeType]\n\t\t}\n\n\t\treturn $.getJSON(\n\t\t\tOC.filePath('files', 'ajax', 'list.php'),\n\t\t\t{\n\t\t\t\tdir: dir,\n\t\t\t\tmimetypes: JSON.stringify(mimeType)\n\t\t\t}\n\t\t)\n\t},\n\n\t/**\n\t * fills the filepicker with files\n\t */\n\t_fillFilePicker: function(dir) {\n\t\tvar self = this\n\t\tthis.$filelist.empty()\n\t\tthis.$filePicker.find('.emptycontent').hide()\n\t\tthis.$filelistContainer.addClass('icon-loading')\n\t\tthis.$filePicker.data('path', dir)\n\t\tvar filter = this.$filePicker.data('mimetype')\n\t\tif (typeof (filter) === 'string') {\n\t\t\tfilter = [filter]\n\t\t}\n\t\tself.$fileListHeader.find('.sort-indicator').addClass('hidden').removeClass('icon-triangle-n').removeClass('icon-triangle-s')\n\t\tself.$fileListHeader.find('[data-sort=' + self.filepicker.sortField + '] .sort-indicator').removeClass('hidden')\n\t\tif (self.filepicker.sortOrder === 'asc') {\n\t\t\tself.$fileListHeader.find('[data-sort=' + self.filepicker.sortField + '] .sort-indicator').addClass('icon-triangle-n')\n\t\t} else {\n\t\t\tself.$fileListHeader.find('[data-sort=' + self.filepicker.sortField + '] .sort-indicator').addClass('icon-triangle-s')\n\t\t}\n\t\tself.filepicker.filesClient.getFolderContents(dir).then(function(status, files) {\n\t\t\tself.filelist = files\n\t\t\tif (filter && filter.length > 0 && filter.indexOf('*') === -1) {\n\t\t\t\tfiles = files.filter(function(file) {\n\t\t\t\t\treturn file.type === 'dir' || filter.indexOf(file.mimetype) !== -1\n\t\t\t\t})\n\t\t\t}\n\n\t\t\tvar Comparators = {\n\t\t\t\tname: function(fileInfo1, fileInfo2) {\n\t\t\t\t\tif (fileInfo1.type === 'dir' && fileInfo2.type !== 'dir') {\n\t\t\t\t\t\treturn -1\n\t\t\t\t\t}\n\t\t\t\t\tif (fileInfo1.type !== 'dir' && fileInfo2.type === 'dir') {\n\t\t\t\t\t\treturn 1\n\t\t\t\t\t}\n\t\t\t\t\treturn OC.Util.naturalSortCompare(fileInfo1.name, fileInfo2.name)\n\t\t\t\t},\n\t\t\t\tsize: function(fileInfo1, fileInfo2) {\n\t\t\t\t\treturn fileInfo1.size - fileInfo2.size\n\t\t\t\t},\n\t\t\t\tmtime: function(fileInfo1, fileInfo2) {\n\t\t\t\t\treturn fileInfo1.mtime - fileInfo2.mtime\n\t\t\t\t}\n\t\t\t}\n\t\t\tvar comparator = Comparators[self.filepicker.sortField] || Comparators.name\n\t\t\tfiles = files.sort(function(file1, file2) {\n\t\t\t\tvar isFavorite = function(fileInfo) {\n\t\t\t\t\treturn fileInfo.tags && fileInfo.tags.indexOf(OC.TAG_FAVORITE) >= 0\n\t\t\t\t}\n\n\t\t\t\tif (isFavorite(file1) && !isFavorite(file2)) {\n\t\t\t\t\treturn -1\n\t\t\t\t} else if (!isFavorite(file1) && isFavorite(file2)) {\n\t\t\t\t\treturn 1\n\t\t\t\t}\n\n\t\t\t\treturn self.filepicker.sortOrder === 'asc' ? comparator(file1, file2) : -comparator(file1, file2)\n\t\t\t})\n\n\t\t\tself._fillSlug()\n\n\t\t\tif (files.length === 0) {\n\t\t\t\tself.$filePicker.find('.emptycontent').show()\n\t\t\t\tself.$fileListHeader.hide()\n\t\t\t} else {\n\t\t\t\tself.$filePicker.find('.emptycontent').hide()\n\t\t\t\tself.$fileListHeader.show()\n\t\t\t}\n\n\t\t\tself.$filelist.empty();\n\n\t\t\t$.each(files, function(idx, entry) {\n\t\t\t\tentry.icon = OC.MimeType.getIconUrl(entry.mimetype)\n\t\t\t\tvar simpleSize, sizeColor\n\t\t\t\tif (typeof (entry.size) !== 'undefined' && entry.size >= 0) {\n\t\t\t\t\tsimpleSize = OC.Util.humanFileSize(parseInt(entry.size, 10), true)\n\t\t\t\t\tsizeColor = Math.round(160 - Math.pow((entry.size / (1024 * 1024)), 2))\n\t\t\t\t} else {\n\t\t\t\t\tsimpleSize = t('files', 'Pending')\n\t\t\t\t\tsizeColor = 80\n\t\t\t\t}\n\n\t\t\t\t// split the filename in half if the size is bigger than 20 char\n\t\t\t\t// for ellipsis\n\t\t\t\tif (entry.name.length >= 10) {\n\t\t\t\t\t// leave maximum 10 letters\n\t\t\t\t\tvar split = Math.min(Math.floor(entry.name.length / 2), 10)\n\t\t\t\t\tvar filename1 = entry.name.substr(0, entry.name.length - split)\n\t\t\t\t\tvar filename2 = entry.name.substr(entry.name.length - split)\n\t\t\t\t} else {\n\t\t\t\t\tvar filename1 = entry.name\n\t\t\t\t\tvar filename2 = ''\n\t\t\t\t}\n\n\t\t\t\tvar $row = self.$listTmpl.octemplate({\n\t\t\t\t\ttype: entry.type,\n\t\t\t\t\tdir: dir,\n\t\t\t\t\tfilename: entry.name,\n\t\t\t\t\tfilename1: filename1,\n\t\t\t\t\tfilename2: filename2,\n\t\t\t\t\tdate: OC.Util.relativeModifiedDate(entry.mtime),\n\t\t\t\t\tsize: simpleSize,\n\t\t\t\t\tsizeColor: sizeColor,\n\t\t\t\t\ticon: entry.icon\n\t\t\t\t})\n\t\t\t\tif (entry.type === 'file') {\n\t\t\t\t\tvar urlSpec = {\n\t\t\t\t\t\tfile: dir + '/' + entry.name,\n\t\t\t\t\t\tx: 100,\n\t\t\t\t\t\ty: 100\n\t\t\t\t\t}\n\t\t\t\t\tvar img = new Image()\n\t\t\t\t\tvar previewUrl = OC.generateUrl('/core/preview.png?') + $.param(urlSpec)\n\t\t\t\t\timg.onload = function() {\n\t\t\t\t\t\tif (img.width > 5) {\n\t\t\t\t\t\t\t$row.find('td.filename').attr('style', 'background-image:url(' + previewUrl + ')')\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t\timg.src = previewUrl\n\t\t\t\t}\n\t\t\t\tself.$filelist.append($row)\n\t\t\t})\n\n\t\t\tself.$filelistContainer.removeClass('icon-loading')\n\t\t})\n\t},\n\t/**\n\t * fills the tree list with directories\n\t */\n\t_fillSlug: function() {\n\t\tvar addButton = this.$dirTree.find('.actions.creatable').detach()\n\t\tthis.$dirTree.empty()\n\t\tvar self = this\n\n\t\tself.$dirTree.append(addButton)\n\n\t\tvar dir\n\t\tvar path = this.$filePicker.data('path')\n\t\tvar $template = $('<div data-dir=\"{dir}\"><a>{name}</a></div>').addClass('crumb')\n\t\tif (path) {\n\t\t\tvar paths = path.split('/')\n\t\t\t$.each(paths, function(index, dir) {\n\t\t\t\tdir = paths.pop()\n\t\t\t\tif (dir === '') {\n\t\t\t\t\treturn false\n\t\t\t\t}\n\t\t\t\tself.$dirTree.prepend($template.octemplate({\n\t\t\t\t\tdir: paths.join('/') + '/' + dir,\n\t\t\t\t\tname: dir\n\t\t\t\t}))\n\t\t\t})\n\t\t}\n\n\t\t$template.octemplate({\n\t\t\tdir: '',\n\t\t\tname: '' // Ugly but works ;)\n\t\t}, { escapeFunction: null }).prependTo(this.$dirTree)\n\n\t},\n\t/**\n\t * handle selection made in the tree list\n\t */\n\t_handleTreeListSelect: function(event, type) {\n\t\tvar self = event.data\n\t\tvar dir = $(event.target).closest('.crumb').data('dir')\n\t\tself._fillFilePicker(dir)\n\t\tvar getOcDialog = (event.target).closest('.oc-dialog')\n\t\tvar buttonEnableDisable = $('.primary', getOcDialog)\n\t\tthis._changeButtonsText(type, dir.split(/[/]+/).pop())\n\t\tif (this.$filePicker.data('mimetype').indexOf('httpd/unix-directory') !== -1 || this.$filePicker.data('allowDirectoryChooser')) {\n\t\t\tbuttonEnableDisable.prop('disabled', false)\n\t\t} else {\n\t\t\tbuttonEnableDisable.prop('disabled', true)\n\t\t}\n\t},\n\t/**\n\t * handle clicks made in the filepicker\n\t */\n\t_handlePickerClick: function(event, $element, type) {\n\t\tvar getOcDialog = this.$filePicker.closest('.oc-dialog')\n\t\tvar buttonEnableDisable = getOcDialog.find('.primary')\n\t\tif ($element.data('type') === 'file') {\n\t\t\tif (this.$filePicker.data('multiselect') !== true || !event.ctrlKey) {\n\t\t\t\tthis.$filelist.find('.filepicker_element_selected').removeClass('filepicker_element_selected')\n\t\t\t}\n\t\t\t$element.toggleClass('filepicker_element_selected')\n\t\t\tbuttonEnableDisable.prop('disabled', false)\n\t\t} else if ($element.data('type') === 'dir') {\n\t\t\tthis._fillFilePicker(this.$filePicker.data('path') + '/' + $element.data('entryname'))\n\t\t\tthis._changeButtonsText(type, $element.data('entryname'))\n\t\t\tif (this.$filePicker.data('mimetype').indexOf('httpd/unix-directory') !== -1 || this.$filePicker.data('allowDirectoryChooser')) {\n\t\t\t\tbuttonEnableDisable.prop('disabled', false)\n\t\t\t} else {\n\t\t\t\tbuttonEnableDisable.prop('disabled', true)\n\t\t\t}\n\t\t}\n\t},\n\n\t/**\n\t * Handle\n\t * @param type of action\n\t * @param dir on which to change buttons text\n\t * @private\n\t */\n\t_changeButtonsText: function(type, dir) {\n\t\tvar copyText = dir === '' ? t('core', 'Copy') : t('core', 'Copy to {folder}', { folder: dir })\n\t\tvar moveText = dir === '' ? t('core', 'Move') : t('core', 'Move to {folder}', { folder: dir })\n\t\tvar buttons = $('.oc-dialog-buttonrow button')\n\t\tswitch (type) {\n\t\t\tcase this.FILEPICKER_TYPE_CHOOSE:\n\t\t\t\tbreak\n\t\t\tcase this.FILEPICKER_TYPE_CUSTOM:\n\t\t\t\tbreak\n\t\t\tcase this.FILEPICKER_TYPE_COPY:\n\t\t\t\tbuttons.text(copyText)\n\t\t\t\tbreak\n\t\t\tcase this.FILEPICKER_TYPE_MOVE:\n\t\t\t\tbuttons.text(moveText)\n\t\t\t\tbreak\n\t\t\tcase this.FILEPICKER_TYPE_COPY_MOVE:\n\t\t\t\tbuttons.eq(0).text(copyText)\n\t\t\t\tbuttons.eq(1).text(moveText)\n\t\t\t\tbreak\n\t\t}\n\t}\n}\n\nexport default Dialogs\n","/**\n * @copyright 2012 Robin Appelman icewind1991@gmail.com\n *\n * @author Arthur Schiwon <blizzz@arthur-schiwon.de>\n * @author Christoph Wurst <christoph@winzerhof-wurst.at>\n * @author John Molakvoæ <skjnldsv@protonmail.com>\n * @author Lukas Reschke <lukas@statuscode.ch>\n * @author Robin Appelman <robin@icewind.nl>\n * @author Thomas Müller <thomas.mueller@tmit.eu>\n * @author Vincent Petry <vincent@nextcloud.com>\n *\n * @license GNU AGPL version 3 or any later version\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see <http://www.gnu.org/licenses/>.\n *\n */\n\n/* eslint-disable */\nimport $ from 'jquery'\n\nimport { getToken } from './requesttoken'\n\n/**\n * Create a new event source\n * @param {string} src\n * @param {object} [data] to be send as GET\n *\n * @constructs OCEventSource\n */\nconst OCEventSource = function(src, data) {\n\tvar dataStr = ''\n\tvar name\n\tvar joinChar\n\tthis.typelessListeners = []\n\tthis.closed = false\n\tthis.listeners = {}\n\tif (data) {\n\t\tfor (name in data) {\n\t\t\tdataStr += name + '=' + encodeURIComponent(data[name]) + '&'\n\t\t}\n\t}\n\tdataStr += 'requesttoken=' + encodeURIComponent(getToken())\n\tif (!this.useFallBack && typeof EventSource !== 'undefined') {\n\t\tjoinChar = '&'\n\t\tif (src.indexOf('?') === -1) {\n\t\t\tjoinChar = '?'\n\t\t}\n\t\tthis.source = new EventSource(src + joinChar + dataStr)\n\t\tthis.source.onmessage = function(e) {\n\t\t\tfor (var i = 0; i < this.typelessListeners.length; i++) {\n\t\t\t\tthis.typelessListeners[i](JSON.parse(e.data))\n\t\t\t}\n\t\t}.bind(this)\n\t} else {\n\t\tvar iframeId = 'oc_eventsource_iframe_' + OCEventSource.iframeCount\n\t\tOCEventSource.fallBackSources[OCEventSource.iframeCount] = this\n\t\tthis.iframe = $('<iframe/>')\n\t\tthis.iframe.attr('id', iframeId)\n\t\tthis.iframe.hide()\n\n\t\tjoinChar = '&'\n\t\tif (src.indexOf('?') === -1) {\n\t\t\tjoinChar = '?'\n\t\t}\n\t\tthis.iframe.attr('src', src + joinChar + 'fallback=true&fallback_id=' + OCEventSource.iframeCount + '&' + dataStr)\n\t\t$('body').append(this.iframe)\n\t\tthis.useFallBack = true\n\t\tOCEventSource.iframeCount++\n\t}\n\t// add close listener\n\tthis.listen('__internal__', function(data) {\n\t\tif (data === 'close') {\n\t\t\tthis.close()\n\t\t}\n\t}.bind(this))\n}\nOCEventSource.fallBackSources = []\nOCEventSource.iframeCount = 0// number of fallback iframes\nOCEventSource.fallBackCallBack = function(id, type, data) {\n\tOCEventSource.fallBackSources[id].fallBackCallBack(type, data)\n}\nOCEventSource.prototype = {\n\ttypelessListeners: [],\n\tiframe: null,\n\tlisteners: {}, // only for fallback\n\tuseFallBack: false,\n\t/**\n\t * Fallback callback for browsers that don't have the\n\t * native EventSource object.\n\t *\n\t * Calls the registered listeners.\n\t *\n\t * @private\n\t * @param {String} type event type\n\t * @param {Object} data received data\n\t */\n\tfallBackCallBack: function(type, data) {\n\t\tvar i\n\t\t// ignore messages that might appear after closing\n\t\tif (this.closed) {\n\t\t\treturn\n\t\t}\n\t\tif (type) {\n\t\t\tif (typeof this.listeners.done !== 'undefined') {\n\t\t\t\tfor (i = 0; i < this.listeners[type].length; i++) {\n\t\t\t\t\tthis.listeners[type][i](data)\n\t\t\t\t}\n\t\t\t}\n\t\t} else {\n\t\t\tfor (i = 0; i < this.typelessListeners.length; i++) {\n\t\t\t\tthis.typelessListeners[i](data)\n\t\t\t}\n\t\t}\n\t},\n\tlastLength: 0, // for fallback\n\t/**\n\t * Listen to a given type of events.\n\t *\n\t * @param {String} type event type\n\t * @param {Function} callback event callback\n\t */\n\tlisten: function(type, callback) {\n\t\tif (callback && callback.call) {\n\n\t\t\tif (type) {\n\t\t\t\tif (this.useFallBack) {\n\t\t\t\t\tif (!this.listeners[type]) {\n\t\t\t\t\t\tthis.listeners[type] = []\n\t\t\t\t\t}\n\t\t\t\t\tthis.listeners[type].push(callback)\n\t\t\t\t} else {\n\t\t\t\t\tthis.source.addEventListener(type, function(e) {\n\t\t\t\t\t\tif (typeof e.data !== 'undefined') {\n\t\t\t\t\t\t\tcallback(JSON.parse(e.data))\n\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\tcallback('')\n\t\t\t\t\t\t}\n\t\t\t\t\t}, false)\n\t\t\t\t}\n\t\t\t} else {\n\t\t\t\tthis.typelessListeners.push(callback)\n\t\t\t}\n\t\t}\n\t},\n\t/**\n\t * Closes this event source.\n\t */\n\tclose: function() {\n\t\tthis.closed = true\n\t\tif (typeof this.source !== 'undefined') {\n\t\t\tthis.source.close()\n\t\t}\n\t}\n}\n\nexport default OCEventSource\n","/**\n * @copyright 2019 Christoph Wurst <christoph@winzerhof-wurst.at>\n *\n * @author Christoph Wurst <christoph@winzerhof-wurst.at>\n * @author Daniel Calviño Sánchez <danxuliu@gmail.com>\n * @author John Molakvoæ <skjnldsv@protonmail.com>\n *\n * @license GNU AGPL version 3 or any later version\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see <http://www.gnu.org/licenses/>.\n *\n */\n\nimport _ from 'underscore'\nimport $ from 'jquery'\n\nimport { menuSpeed } from './constants'\n\nexport let currentMenu = null\nexport let currentMenuToggle = null\n\n/**\n * For menu toggling\n *\n * @param {jQuery} $toggle the toggle element\n * @param {jQuery} $menuEl the menu container element\n * @param {function|undefined} toggle callback invoked everytime the menu is opened\n * @param {boolean} headerMenu is this a top right header menu?\n * @returns {undefined}\n */\nexport const registerMenu = function($toggle, $menuEl, toggle, headerMenu) {\n\t$menuEl.addClass('menu')\n\tconst isClickableElement = $toggle.prop('tagName') === 'A' || $toggle.prop('tagName') === 'BUTTON'\n\n\t// On link and button, the enter key trigger a click event\n\t// Only use the click to avoid two fired events\n\t$toggle.on(isClickableElement ? 'click.menu' : 'click.menu keyup.menu', function(event) {\n\t\t// prevent the link event (append anchor to URL)\n\t\tevent.preventDefault()\n\n\t\t// allow enter key as a trigger\n\t\tif (event.key && event.key !== 'Enter') {\n\t\t\treturn\n\t\t}\n\n\t\tif ($menuEl.is(currentMenu)) {\n\t\t\thideMenus()\n\t\t\treturn\n\t\t} else if (currentMenu) {\n\t\t\t// another menu was open?\n\t\t\t// close it\n\t\t\thideMenus()\n\t\t}\n\n\t\tif (headerMenu === true) {\n\t\t\t$menuEl.parent().addClass('openedMenu')\n\t\t}\n\n\t\t// Set menu to expanded\n\t\t$toggle.attr('aria-expanded', true)\n\n\t\t$menuEl.slideToggle(menuSpeed, toggle)\n\t\tcurrentMenu = $menuEl\n\t\tcurrentMenuToggle = $toggle\n\t})\n}\n\n/**\n * Unregister a previously registered menu\n *\n * @param {jQuery} $toggle the toggle element\n * @param {jQuery} $menuEl the menu container element\n */\nexport const unregisterMenu = ($toggle, $menuEl) => {\n\t// close menu if opened\n\tif ($menuEl.is(currentMenu)) {\n\t\thideMenus()\n\t}\n\t$toggle.off('click.menu').removeClass('menutoggle')\n\t$menuEl.removeClass('menu')\n}\n\n/**\n * Hides any open menus\n *\n * @param {Function} complete callback when the hiding animation is done\n */\nexport const hideMenus = function(complete) {\n\tif (currentMenu) {\n\t\tconst lastMenu = currentMenu\n\t\tcurrentMenu.trigger(new $.Event('beforeHide'))\n\t\tcurrentMenu.slideUp(menuSpeed, function() {\n\t\t\tlastMenu.trigger(new $.Event('afterHide'))\n\t\t\tif (complete) {\n\t\t\t\tcomplete.apply(this, arguments)\n\t\t\t}\n\t\t})\n\t}\n\n\t// Set menu to closed\n\t$('.menutoggle').attr('aria-expanded', false)\n\n\t$('.openedMenu').removeClass('openedMenu')\n\tcurrentMenu = null\n\tcurrentMenuToggle = null\n}\n\n/**\n * Shows a given element as menu\n *\n * @param {Object} [$toggle=null] menu toggle\n * @param {Object} $menuEl menu element\n * @param {Function} complete callback when the showing animation is done\n */\nexport const showMenu = ($toggle, $menuEl, complete) => {\n\tif ($menuEl.is(currentMenu)) {\n\t\treturn\n\t}\n\thideMenus()\n\tcurrentMenu = $menuEl\n\tcurrentMenuToggle = $toggle\n\t$menuEl.trigger(new $.Event('beforeShow'))\n\t$menuEl.show()\n\t$menuEl.trigger(new $.Event('afterShow'))\n\t// no animation\n\tif (_.isFunction(complete)) {\n\t\tcomplete()\n\t}\n}\n","/**\n * @copyright 2019 Christoph Wurst <christoph@winzerhof-wurst.at>\n *\n * @author Christoph Wurst <christoph@winzerhof-wurst.at>\n * @author John Molakvoæ <skjnldsv@protonmail.com>\n *\n * @license GNU AGPL version 3 or any later version\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see <http://www.gnu.org/licenses/>.\n *\n */\n\nexport const coreApps = ['', 'admin', 'log', 'core/search', 'core', '3rdparty']\nexport const menuSpeed = 50\nexport const PERMISSION_NONE = 0\nexport const PERMISSION_CREATE = 4\nexport const PERMISSION_READ = 1\nexport const PERMISSION_UPDATE = 2\nexport const PERMISSION_DELETE = 8\nexport const PERMISSION_SHARE = 16\nexport const PERMISSION_ALL = 31\nexport const TAG_FAVORITE = '_$!<Favorite>!$_'\n","/**\n * @copyright 2019 Christoph Wurst <christoph@winzerhof-wurst.at>\n *\n * @author Christoph Wurst <christoph@winzerhof-wurst.at>\n * @author John Molakvoæ <skjnldsv@protonmail.com>\n *\n * @license GNU AGPL version 3 or any later version\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see <http://www.gnu.org/licenses/>.\n *\n */\n\nconst isAdmin = !!window._oc_isadmin\n\n/**\n * Returns whether the current user is an administrator\n *\n * @returns {bool} true if the user is an admin, false otherwise\n * @since 9.0.0\n */\nexport const isUserAdmin = () => isAdmin\n","/**\n * @copyright 2019 Christoph Wurst <christoph@winzerhof-wurst.at>\n *\n * @author Christoph Wurst <christoph@winzerhof-wurst.at>\n * @author John Molakvoæ <skjnldsv@protonmail.com>\n * @author rakekniven <mark.ziegler@rakekniven.de>\n *\n * @license GNU AGPL version 3 or any later version\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see <http://www.gnu.org/licenses/>.\n *\n */\n\nimport $ from 'jquery'\n\n/**\n * A little class to manage a status field for a \"saving\" process.\n * It can be used to display a starting message (e.g. \"Saving...\") and then\n * replace it with a green success message or a red error message.\n *\n * @namespace OC.msg\n */\nexport default {\n\t/**\n\t * Displayes a \"Saving...\" message in the given message placeholder\n\t *\n\t * @param {Object} selector Placeholder to display the message in\n\t */\n\tstartSaving(selector) {\n\t\tthis.startAction(selector, t('core', 'Saving …'))\n\t},\n\n\t/**\n\t * Displayes a custom message in the given message placeholder\n\t *\n\t * @param {Object} selector Placeholder to display the message in\n\t * @param {string} message Plain text message to display (no HTML allowed)\n\t */\n\tstartAction(selector, message) {\n\t\t$(selector).text(message)\n\t\t\t.removeClass('success')\n\t\t\t.removeClass('error')\n\t\t\t.stop(true, true)\n\t\t\t.show()\n\t},\n\n\t/**\n\t * Displayes an success/error message in the given selector\n\t *\n\t * @param {Object} selector Placeholder to display the message in\n\t * @param {Object} response Response of the server\n\t * @param {Object} response.data Data of the servers response\n\t * @param {string} response.data.message Plain text message to display (no HTML allowed)\n\t * @param {string} response.status is being used to decide whether the message\n\t * is displayed as an error/success\n\t */\n\tfinishedSaving(selector, response) {\n\t\tthis.finishedAction(selector, response)\n\t},\n\n\t/**\n\t * Displayes an success/error message in the given selector\n\t *\n\t * @param {Object} selector Placeholder to display the message in\n\t * @param {Object} response Response of the server\n\t * @param {Object} response.data Data of the servers response\n\t * @param {string} response.data.message Plain text message to display (no HTML allowed)\n\t * @param {string} response.status is being used to decide whether the message\n\t * is displayed as an error/success\n\t */\n\tfinishedAction(selector, response) {\n\t\tif (response.status === 'success') {\n\t\t\tthis.finishedSuccess(selector, response.data.message)\n\t\t} else {\n\t\t\tthis.finishedError(selector, response.data.message)\n\t\t}\n\t},\n\n\t/**\n\t * Displayes an success message in the given selector\n\t *\n\t * @param {Object} selector Placeholder to display the message in\n\t * @param {string} message Plain text success message to display (no HTML allowed)\n\t */\n\tfinishedSuccess(selector, message) {\n\t\t$(selector).text(message)\n\t\t\t.addClass('success')\n\t\t\t.removeClass('error')\n\t\t\t.stop(true, true)\n\t\t\t.delay(3000)\n\t\t\t.fadeOut(900)\n\t\t\t.show()\n\t},\n\n\t/**\n\t * Displayes an error message in the given selector\n\t *\n\t * @param {Object} selector Placeholder to display the message in\n\t * @param {string} message Plain text error message to display (no HTML allowed)\n\t */\n\tfinishedError(selector, message) {\n\t\t$(selector).text(message)\n\t\t\t.addClass('error')\n\t\t\t.removeClass('success')\n\t\t\t.show()\n\t},\n}\n","/**\n * @copyright 2019 Christoph Wurst <christoph@winzerhof-wurst.at>\n *\n * @author Christoph Wurst <christoph@winzerhof-wurst.at>\n * @author John Molakvoæ <skjnldsv@protonmail.com>\n *\n * @license GNU AGPL version 3 or any later version\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see <http://www.gnu.org/licenses/>.\n *\n */\n\nexport default {\n\n\t/**\n\t * @type Array.<OC.Plugin>\n\t */\n\t_plugins: {},\n\n\t/**\n\t * Register plugin\n\t *\n\t * @param {String} targetName app name / class name to hook into\n\t * @param {OC.Plugin} plugin plugin\n\t */\n\tregister(targetName, plugin) {\n\t\tlet plugins = this._plugins[targetName]\n\t\tif (!plugins) {\n\t\t\tplugins = this._plugins[targetName] = []\n\t\t}\n\t\tplugins.push(plugin)\n\t},\n\n\t/**\n\t * Returns all plugin registered to the given target\n\t * name / app name / class name.\n\t *\n\t * @param {String} targetName app name / class name to hook into\n\t * @returns {Array.<OC.Plugin>} array of plugins\n\t */\n\tgetPlugins(targetName) {\n\t\treturn this._plugins[targetName] || []\n\t},\n\n\t/**\n\t * Call attach() on all plugins registered to the given target name.\n\t *\n\t * @param {String} targetName app name / class name\n\t * @param {Object} targetObject to be extended\n\t * @param {Object} [options] options\n\t */\n\tattach(targetName, targetObject, options) {\n\t\tconst plugins = this.getPlugins(targetName)\n\t\tfor (let i = 0; i < plugins.length; i++) {\n\t\t\tif (plugins[i].attach) {\n\t\t\t\tplugins[i].attach(targetObject, options)\n\t\t\t}\n\t\t}\n\t},\n\n\t/**\n\t * Call detach() on all plugins registered to the given target name.\n\t *\n\t * @param {String} targetName app name / class name\n\t * @param {Object} targetObject to be extended\n\t * @param {Object} [options] options\n\t */\n\tdetach(targetName, targetObject, options) {\n\t\tconst plugins = this.getPlugins(targetName)\n\t\tfor (let i = 0; i < plugins.length; i++) {\n\t\t\tif (plugins[i].detach) {\n\t\t\t\tplugins[i].detach(targetObject, options)\n\t\t\t}\n\t\t}\n\t},\n\n}\n","/**\n * @copyright 2019 Christoph Wurst <christoph@winzerhof-wurst.at>\n *\n * @author Christoph Wurst <christoph@winzerhof-wurst.at>\n *\n * @license GNU AGPL version 3 or any later version\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see <http://www.gnu.org/licenses/>.\n *\n */\n\nexport const theme = window._theme || {}\n","/**\n * @copyright 2019 Christoph Wurst <christoph@winzerhof-wurst.at>\n *\n * @author Christoph Wurst <christoph@winzerhof-wurst.at>\n * @author John Molakvoæ <skjnldsv@protonmail.com>\n *\n * @license GNU AGPL version 3 or any later version\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see <http://www.gnu.org/licenses/>.\n *\n */\n\nimport $ from 'jquery'\nimport moment from 'moment'\n\nimport History from './util-history'\nimport OC from './index'\nimport { formatFileSize as humanFileSize } from '@nextcloud/files'\n\nfunction chunkify(t) {\n\t// Adapted from http://my.opera.com/GreyWyvern/blog/show.dml/1671288\n\tconst tz = []\n\tlet x = 0\n\tlet y = -1\n\tlet n = 0\n\tlet c\n\n\twhile (x < t.length) {\n\t\tc = t.charAt(x)\n\t\t// only include the dot in strings\n\t\tconst m = ((!n && c === '.') || (c >= '0' && c <= '9'))\n\t\tif (m !== n) {\n\t\t\t// next chunk\n\t\t\ty++\n\t\t\ttz[y] = ''\n\t\t\tn = m\n\t\t}\n\t\ttz[y] += c\n\t\tx++\n\t}\n\treturn tz\n}\n\n/**\n * Utility functions\n * @namespace OC.Util\n */\nexport default {\n\n\tHistory,\n\n\t/**\n\t * @deprecated use https://nextcloud.github.io/nextcloud-files/modules/_humanfilesize_.html#formatfilesize\n\t */\n\thumanFileSize,\n\n\t/**\n\t * Returns a file size in bytes from a humanly readable string\n\t * Makes 2kB to 2048.\n\t * Inspired by computerFileSize in helper.php\n\t * @param {string} string file size in human readable format\n\t * @returns {number} or null if string could not be parsed\n\t *\n\t *\n\t */\n\tcomputerFileSize(string) {\n\t\tif (typeof string !== 'string') {\n\t\t\treturn null\n\t\t}\n\n\t\tconst s = string.toLowerCase().trim()\n\t\tlet bytes = null\n\n\t\tconst bytesArray = {\n\t\t\tb: 1,\n\t\t\tk: 1024,\n\t\t\tkb: 1024,\n\t\t\tmb: 1024 * 1024,\n\t\t\tm: 1024 * 1024,\n\t\t\tgb: 1024 * 1024 * 1024,\n\t\t\tg: 1024 * 1024 * 1024,\n\t\t\ttb: 1024 * 1024 * 1024 * 1024,\n\t\t\tt: 1024 * 1024 * 1024 * 1024,\n\t\t\tpb: 1024 * 1024 * 1024 * 1024 * 1024,\n\t\t\tp: 1024 * 1024 * 1024 * 1024 * 1024,\n\t\t}\n\n\t\tconst matches = s.match(/^[\\s+]?([0-9]*)(\\.([0-9]+))?( +)?([kmgtp]?b?)$/i)\n\t\tif (matches !== null) {\n\t\t\tbytes = parseFloat(s)\n\t\t\tif (!isFinite(bytes)) {\n\t\t\t\treturn null\n\t\t\t}\n\t\t} else {\n\t\t\treturn null\n\t\t}\n\t\tif (matches[5]) {\n\t\t\tbytes = bytes * bytesArray[matches[5]]\n\t\t}\n\n\t\tbytes = Math.round(bytes)\n\t\treturn bytes\n\t},\n\n\t/**\n\t * @param {string|number} timestamp timestamp\n\t * @param {string} format date format, see momentjs docs\n\t * @returns {string} timestamp formatted as requested\n\t */\n\tformatDate(timestamp, format) {\n\t\tif (window.TESTING === undefined) {\n\t\t\tconsole.warn('OC.Util.formatDate is deprecated and will be removed in Nextcloud 21. See @nextcloud/moment')\n\t\t}\n\t\tformat = format || 'LLL'\n\t\treturn moment(timestamp).format(format)\n\t},\n\n\t/**\n\t * @param {string|number} timestamp timestamp\n\t * @returns {string} human readable difference from now\n\t */\n\trelativeModifiedDate(timestamp) {\n\t\tif (window.TESTING === undefined) {\n\t\t\tconsole.warn('OC.Util.relativeModifiedDate is deprecated and will be removed in Nextcloud 21. See @nextcloud/moment')\n\t\t}\n\t\tconst diff = moment().diff(moment(timestamp))\n\t\tif (diff >= 0 && diff < 45000) {\n\t\t\treturn t('core', 'seconds ago')\n\t\t}\n\t\treturn moment(timestamp).fromNow()\n\t},\n\n\t/**\n\t * Returns whether this is IE\n\t *\n\t * @returns {bool} true if this is IE, false otherwise\n\t */\n\tisIE() {\n\t\treturn $('html').hasClass('ie')\n\t},\n\n\t/**\n\t * Returns the width of a generic browser scrollbar\n\t *\n\t * @returns {int} width of scrollbar\n\t */\n\tgetScrollBarWidth() {\n\t\tif (this._scrollBarWidth) {\n\t\t\treturn this._scrollBarWidth\n\t\t}\n\n\t\tconst inner = document.createElement('p')\n\t\tinner.style.width = '100%'\n\t\tinner.style.height = '200px'\n\n\t\tconst outer = document.createElement('div')\n\t\touter.style.position = 'absolute'\n\t\touter.style.top = '0px'\n\t\touter.style.left = '0px'\n\t\touter.style.visibility = 'hidden'\n\t\touter.style.width = '200px'\n\t\touter.style.height = '150px'\n\t\touter.style.overflow = 'hidden'\n\t\touter.appendChild(inner)\n\n\t\tdocument.body.appendChild(outer)\n\t\tconst w1 = inner.offsetWidth\n\t\touter.style.overflow = 'scroll'\n\t\tlet w2 = inner.offsetWidth\n\t\tif (w1 === w2) {\n\t\t\tw2 = outer.clientWidth\n\t\t}\n\n\t\tdocument.body.removeChild(outer)\n\n\t\tthis._scrollBarWidth = (w1 - w2)\n\n\t\treturn this._scrollBarWidth\n\t},\n\n\t/**\n\t * Remove the time component from a given date\n\t *\n\t * @param {Date} date date\n\t * @returns {Date} date with stripped time\n\t */\n\tstripTime(date) {\n\t\t// FIXME: likely to break when crossing DST\n\t\t// would be better to use a library like momentJS\n\t\treturn new Date(date.getFullYear(), date.getMonth(), date.getDate())\n\t},\n\n\t/**\n\t * Compare two strings to provide a natural sort\n\t * @param {string} a first string to compare\n\t * @param {string} b second string to compare\n\t * @returns {number} -1 if b comes before a, 1 if a comes before b\n\t * or 0 if the strings are identical\n\t */\n\tnaturalSortCompare(a, b) {\n\t\tlet x\n\t\tconst aa = chunkify(a)\n\t\tconst bb = chunkify(b)\n\n\t\tfor (x = 0; aa[x] && bb[x]; x++) {\n\t\t\tif (aa[x] !== bb[x]) {\n\t\t\t\tconst aNum = Number(aa[x]); const bNum = Number(bb[x])\n\t\t\t\t// note: == is correct here\n\t\t\t\t/* eslint-disable-next-line */\n\t\t\t\tif (aNum == aa[x] && bNum == bb[x]) {\n\t\t\t\t\treturn aNum - bNum\n\t\t\t\t} else {\n\t\t\t\t\t// Note: This locale setting isn't supported by all browsers but for the ones\n\t\t\t\t\t// that do there will be more consistency between client-server sorting\n\t\t\t\t\treturn aa[x].localeCompare(bb[x], OC.getLanguage())\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t\treturn aa.length - bb.length\n\t},\n\n\t/**\n\t * Calls the callback in a given interval until it returns true\n\t * @param {function} callback function to call on success\n\t * @param {integer} interval in milliseconds\n\t */\n\twaitFor(callback, interval) {\n\t\tconst internalCallback = function() {\n\t\t\tif (callback() !== true) {\n\t\t\t\tsetTimeout(internalCallback, interval)\n\t\t\t}\n\t\t}\n\n\t\tinternalCallback()\n\t},\n\n\t/**\n\t * Checks if a cookie with the given name is present and is set to the provided value.\n\t * @param {string} name name of the cookie\n\t * @param {string} value value of the cookie\n\t * @returns {boolean} true if the cookie with the given name has the given value\n\t */\n\tisCookieSetToValue(name, value) {\n\t\tconst cookies = document.cookie.split(';')\n\t\tfor (let i = 0; i < cookies.length; i++) {\n\t\t\tconst cookie = cookies[i].split('=')\n\t\t\tif (cookie[0].trim() === name && cookie[1].trim() === value) {\n\t\t\t\treturn true\n\t\t\t}\n\t\t}\n\t\treturn false\n\t},\n}\n","/**\n * @copyright 2019 Christoph Wurst <christoph@winzerhof-wurst.at>\n *\n * @author Christoph Wurst <christoph@winzerhof-wurst.at>\n * @author John Molakvoæ <skjnldsv@protonmail.com>\n *\n * @license GNU AGPL version 3 or any later version\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see <http://www.gnu.org/licenses/>.\n *\n */\n\nimport _ from 'underscore'\nimport OC from './index'\n\n/**\n * Utility class for the history API,\n * includes fallback to using the URL hash when\n * the browser doesn't support the history API.\n *\n * @namespace OC.Util.History\n */\nexport default {\n\n\t_handlers: [],\n\n\t/**\n\t * Push the current URL parameters to the history stack\n\t * and change the visible URL.\n\t * Note: this includes a workaround for IE8/IE9 that uses\n\t * the hash part instead of the search part.\n\t *\n\t * @param {Object|string} params to append to the URL, can be either a string\n\t * or a map\n\t * @param {string} [url] URL to be used, otherwise the current URL will be used,\n\t * using the params as query string\n\t * @param {boolean} [replace=false] whether to replace instead of pushing\n\t */\n\t_pushState(params, url, replace) {\n\t\tlet strParams\n\t\tif (typeof (params) === 'string') {\n\t\t\tstrParams = params\n\t\t} else {\n\t\t\tstrParams = OC.buildQueryString(params)\n\t\t}\n\n\t\tif (window.history.pushState) {\n\t\t\turl = url || location.pathname + '?' + strParams\n\t\t\t// Workaround for bug with SVG and window.history.pushState on Firefox < 51\n\t\t\t// https://bugzilla.mozilla.org/show_bug.cgi?id=652991\n\t\t\tconst isFirefox = navigator.userAgent.toLowerCase().indexOf('firefox') > -1\n\t\t\tif (isFirefox && parseInt(navigator.userAgent.split('/').pop()) < 51) {\n\t\t\t\tconst patterns = document.querySelectorAll('[fill^=\"url(#\"], [stroke^=\"url(#\"], [filter^=\"url(#invert\"]')\n\t\t\t\tfor (let i = 0, ii = patterns.length, pattern; i < ii; i++) {\n\t\t\t\t\tpattern = patterns[i]\n\t\t\t\t\t// eslint-disable-next-line no-self-assign\n\t\t\t\t\tpattern.style.fill = pattern.style.fill\n\t\t\t\t\t// eslint-disable-next-line no-self-assign\n\t\t\t\t\tpattern.style.stroke = pattern.style.stroke\n\t\t\t\t\tpattern.removeAttribute('filter')\n\t\t\t\t\tpattern.setAttribute('filter', 'url(#invert)')\n\t\t\t\t}\n\t\t\t}\n\t\t\tif (replace) {\n\t\t\t\twindow.history.replaceState(params, '', url)\n\t\t\t} else {\n\t\t\t\twindow.history.pushState(params, '', url)\n\t\t\t}\n\t\t} else {\n\t\t\t// use URL hash for IE8\n\t\t\twindow.location.hash = '?' + strParams\n\t\t\t// inhibit next onhashchange that just added itself\n\t\t\t// to the event queue\n\t\t\tthis._cancelPop = true\n\t\t}\n\t},\n\n\t/**\n\t * Push the current URL parameters to the history stack\n\t * and change the visible URL.\n\t * Note: this includes a workaround for IE8/IE9 that uses\n\t * the hash part instead of the search part.\n\t *\n\t * @param {Object|string} params to append to the URL, can be either a string or a map\n\t * @param {string} [url] URL to be used, otherwise the current URL will be used, using the params as query string\n\t */\n\tpushState(params, url) {\n\t\tthis._pushState(params, url, false)\n\t},\n\n\t/**\n\t * Push the current URL parameters to the history stack\n\t * and change the visible URL.\n\t * Note: this includes a workaround for IE8/IE9 that uses\n\t * the hash part instead of the search part.\n\t *\n\t * @param {Object|string} params to append to the URL, can be either a string\n\t * or a map\n\t * @param {string} [url] URL to be used, otherwise the current URL will be used,\n\t * using the params as query string\n\t */\n\treplaceState(params, url) {\n\t\tthis._pushState(params, url, true)\n\t},\n\n\t/**\n\t * Add a popstate handler\n\t *\n\t * @param {Function} handler handler\n\t */\n\taddOnPopStateHandler(handler) {\n\t\tthis._handlers.push(handler)\n\t},\n\n\t/**\n\t * Parse a query string from the hash part of the URL.\n\t * (workaround for IE8 / IE9)\n\t * @returns {string}\n\t */\n\t_parseHashQuery() {\n\t\tconst hash = window.location.hash\n\t\tconst pos = hash.indexOf('?')\n\t\tif (pos >= 0) {\n\t\t\treturn hash.substr(pos + 1)\n\t\t}\n\t\tif (hash.length) {\n\t\t\t// remove hash sign\n\t\t\treturn hash.substr(1)\n\t\t}\n\t\treturn ''\n\t},\n\n\t_decodeQuery(query) {\n\t\treturn query.replace(/\\+/g, ' ')\n\t},\n\n\t/**\n\t * Parse the query/search part of the URL.\n\t * Also try and parse it from the URL hash (for IE8)\n\t *\n\t * @returns {Object} map of parameters\n\t */\n\tparseUrlQuery() {\n\t\tconst query = this._parseHashQuery()\n\t\tlet params\n\t\t// try and parse from URL hash first\n\t\tif (query) {\n\t\t\tparams = OC.parseQueryString(this._decodeQuery(query))\n\t\t}\n\t\t// else read from query attributes\n\t\tparams = _.extend(params || {}, OC.parseQueryString(this._decodeQuery(location.search)))\n\t\treturn params || {}\n\t},\n\n\t_onPopState(e) {\n\t\tif (this._cancelPop) {\n\t\t\tthis._cancelPop = false\n\t\t\treturn\n\t\t}\n\t\tlet params\n\t\tif (!this._handlers.length) {\n\t\t\treturn\n\t\t}\n\t\tparams = (e && e.state)\n\t\tif (_.isString(params)) {\n\t\t\tparams = OC.parseQueryString(params)\n\t\t} else if (!params) {\n\t\t\tparams = this.parseUrlQuery() || {}\n\t\t}\n\t\tfor (let i = 0; i < this._handlers.length; i++) {\n\t\t\tthis._handlers[i](params)\n\t\t}\n\t},\n}\n","/**\n * @copyright 2019 Christoph Wurst <christoph@winzerhof-wurst.at>\n *\n * @author Christoph Wurst <christoph@winzerhof-wurst.at>\n *\n * @license GNU AGPL version 3 or any later version\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see <http://www.gnu.org/licenses/>.\n *\n */\n\nconst base = window._oc_debug\n\nexport const debug = base\n","/**\n * @copyright 2019 Christoph Wurst <christoph@winzerhof-wurst.at>\n *\n * @author Christoph Wurst <christoph@winzerhof-wurst.at>\n *\n * @license GNU AGPL version 3 or any later version\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see <http://www.gnu.org/licenses/>.\n *\n */\n\nlet webroot = window._oc_webroot\n\nif (typeof webroot === 'undefined') {\n\twebroot = location.pathname\n\tconst pos = webroot.indexOf('/index.php/')\n\tif (pos !== -1) {\n\t\twebroot = webroot.substr(0, pos)\n\t} else {\n\t\twebroot = webroot.substr(0, webroot.lastIndexOf('/'))\n\t}\n}\n\nexport default webroot\n","/**\n * @copyright 2019 Christoph Wurst <christoph@winzerhof-wurst.at>\n *\n * @author Christoph Wurst <christoph@winzerhof-wurst.at>\n * @author John Molakvoæ <skjnldsv@protonmail.com>\n *\n * @license GNU AGPL version 3 or any later version\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see <http://www.gnu.org/licenses/>.\n *\n */\n\nexport const get = context => name => {\n\tconst namespaces = name.split('.')\n\tconst tail = namespaces.pop()\n\n\tfor (let i = 0; i < namespaces.length; i++) {\n\t\tcontext = context[namespaces[i]]\n\t\tif (!context) {\n\t\t\treturn false\n\t\t}\n\t}\n\treturn context[tail]\n}\n\n/**\n * Set a variable by name\n * @param {string} context context\n * @returns {Function} setter\n * @deprecated 19.0.0 use https://lodash.com/docs#set\n */\nexport const set = context => (name, value) => {\n\tconst namespaces = name.split('.')\n\tconst tail = namespaces.pop()\n\n\tfor (let i = 0; i < namespaces.length; i++) {\n\t\tif (!context[namespaces[i]]) {\n\t\t\tcontext[namespaces[i]] = {}\n\t\t}\n\t\tcontext = context[namespaces[i]]\n\t}\n\tcontext[tail] = value\n\treturn value\n}\n","/**\n * @copyright 2019 Christoph Wurst <christoph@winzerhof-wurst.at>\n *\n * @author Christoph Wurst <christoph@winzerhof-wurst.at>\n * @author John Molakvoæ <skjnldsv@protonmail.com>\n * @author Roeland Jago Douma <roeland@famdouma.nl>\n *\n * @license GNU AGPL version 3 or any later version\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see <http://www.gnu.org/licenses/>.\n *\n */\n\nimport { subscribe } from '@nextcloud/event-bus'\n\nimport { addScript, addStyle } from './legacy-loader'\nimport {\n\tajaxConnectionLostHandler,\n\tprocessAjaxError,\n\tregisterXHRForErrorProcessing,\n} from './xhr-error'\nimport Apps from './apps'\nimport { AppConfig, appConfig } from './appconfig'\nimport { appSettings } from './appsettings'\nimport appswebroots from './appswebroots'\nimport Backbone from './backbone'\nimport {\n\tbasename,\n\tdirname,\n\tencodePath,\n\tisSamePath,\n\tjoinPaths,\n} from '@nextcloud/paths'\nimport {\n\tbuild as buildQueryString,\n\tparse as parseQueryString,\n} from './query-string'\nimport Config from './config'\nimport {\n\tcoreApps,\n\tmenuSpeed,\n\tPERMISSION_ALL,\n\tPERMISSION_CREATE,\n\tPERMISSION_DELETE,\n\tPERMISSION_NONE,\n\tPERMISSION_READ,\n\tPERMISSION_SHARE,\n\tPERMISSION_UPDATE,\n\tTAG_FAVORITE,\n} from './constants'\nimport ContactsMenu from './contactsmenu'\nimport { currentUser, getCurrentUser } from './currentuser'\nimport Dialogs from './dialogs'\nimport EventSource from './eventsource'\nimport { get, set } from './get_set'\nimport { getCapabilities } from './capabilities'\nimport {\n\tgetHost,\n\tgetHostName,\n\tgetPort,\n\tgetProtocol,\n} from './host'\nimport {\n\tgetToken as getRequestToken,\n} from './requesttoken'\nimport {\n\thideMenus,\n\tregisterMenu,\n\tshowMenu,\n\tunregisterMenu,\n} from './menu'\nimport { isUserAdmin } from './admin'\nimport L10N, {\n\tgetLanguage,\n\tgetLocale,\n} from './l10n'\nimport {\n\tgetCanonicalLocale,\n} from '@nextcloud/l10n'\n\nimport {\n\tgenerateUrl,\n\tgenerateFilePath,\n\tgenerateOcsUrl,\n\tgenerateRemoteUrl,\n\tgetRootUrl,\n\timagePath,\n\tlinkTo,\n} from '@nextcloud/router'\n\nimport {\n\tlinkToRemoteBase,\n} from './routing'\nimport msg from './msg'\nimport Notification from './notification'\nimport PasswordConfirmation from './password-confirmation'\nimport Plugins from './plugins'\nimport { theme } from './theme'\nimport Util from './util'\nimport { debug } from './debug'\nimport { redirect, reload } from './navigation'\nimport webroot from './webroot'\n\n/** @namespace OC */\nexport default {\n\t/*\n\t * Constants\n\t */\n\tcoreApps,\n\tmenuSpeed,\n\tPERMISSION_ALL,\n\tPERMISSION_CREATE,\n\tPERMISSION_DELETE,\n\tPERMISSION_NONE,\n\tPERMISSION_READ,\n\tPERMISSION_SHARE,\n\tPERMISSION_UPDATE,\n\tTAG_FAVORITE,\n\n\t/*\n\t * Deprecated helpers to be removed\n\t */\n\t/**\n\t * Check if a user file is allowed to be handled.\n\t * @param {string} file to check\n\t * @returns {Boolean}\n\t * @deprecated 17.0.0\n\t */\n\tfileIsBlacklisted: file => !!(file.match(Config.blacklist_files_regex)),\n\n\taddScript,\n\taddStyle,\n\tApps,\n\tAppConfig,\n\tappConfig,\n\tappSettings,\n\tappswebroots,\n\tBackbone,\n\tContactsMenu,\n\tconfig: Config,\n\t/**\n\t * Currently logged in user or null if none\n\t *\n\t * @type String\n\t * @deprecated use `getCurrentUser` from https://www.npmjs.com/package/@nextcloud/auth\n\t */\n\tcurrentUser,\n\tdialogs: Dialogs,\n\tEventSource,\n\t/**\n\t * Returns the currently logged in user or null if there is no logged in\n\t * user (public page mode)\n\t *\n\t * @since 9.0.0\n\t * @deprecated 19.0.0 use `getCurrentUser` from https://www.npmjs.com/package/@nextcloud/auth\n\t */\n\tgetCurrentUser,\n\tisUserAdmin,\n\tL10N,\n\n\t/**\n\t * Ajax error handlers\n\t * @todo remove from here and keep internally -> requires new tests\n\t */\n\t_ajaxConnectionLostHandler: ajaxConnectionLostHandler,\n\t_processAjaxError: processAjaxError,\n\tregisterXHRForErrorProcessing,\n\n\t/**\n\t * Capabilities\n\t *\n\t * @type {Array}\n\t * @deprecated 20.0.0 use @nextcloud/capabilities instead\n\t */\n\tgetCapabilities,\n\n\t/*\n\t * Legacy menu helpers\n\t */\n\thideMenus,\n\tregisterMenu,\n\tshowMenu,\n\tunregisterMenu,\n\n\t/*\n\t * Path helpers\n\t */\n\t/**\n\t * @deprecated 18.0.0 use https://www.npmjs.com/package/@nextcloud/paths\n\t */\n\tbasename,\n\t/**\n\t * @deprecated 18.0.0 use https://www.npmjs.com/package/@nextcloud/paths\n\t */\n\tencodePath,\n\t/**\n\t * @deprecated 18.0.0 use https://www.npmjs.com/package/@nextcloud/paths\n\t */\n\tdirname,\n\t/**\n\t * @deprecated 18.0.0 use https://www.npmjs.com/package/@nextcloud/paths\n\t */\n\tisSamePath,\n\t/**\n\t * @deprecated 18.0.0 use https://www.npmjs.com/package/@nextcloud/paths\n\t */\n\tjoinPaths,\n\n\t/**\n\t * Host (url) helpers\n\t */\n\tgetHost,\n\tgetHostName,\n\tgetPort,\n\tgetProtocol,\n\n\t/**\n\t * @deprecated 20.0.0 use `getCanonicalLocale` from https://www.npmjs.com/package/@nextcloud/l10n\n\t */\n\tgetCanonicalLocale,\n\tgetLocale,\n\tgetLanguage,\n\t/**\n\t * Loads translations for the given app asynchronously.\n\t *\n\t * @param {String} app app name\n\t * @param {Function} callback callback to call after loading\n\t * @return {Promise}\n\t * @deprecated 17.0.0 use OC.L10N.load instead\n\t */\n\taddTranslations: L10N.load,\n\n\t/**\n\t * Query string helpers\n\t */\n\tbuildQueryString,\n\tparseQueryString,\n\n\tmsg,\n\tNotification,\n\tPasswordConfirmation,\n\tPlugins,\n\ttheme,\n\tUtil,\n\tdebug,\n\t/**\n\t * @deprecated 19.0.0 use `generateFilePath` from https://www.npmjs.com/package/@nextcloud/router\n\t */\n\tfilePath: generateFilePath,\n\t/**\n\t * @deprecated 19.0.0 use `generateUrl` from https://www.npmjs.com/package/@nextcloud/router\n\t */\n\tgenerateUrl,\n\t/**\n\t * @deprecated 19.0.0 use https://lodash.com/docs#get\n\t */\n\tget: get(window),\n\t/**\n\t * @deprecated 19.0.0 use https://lodash.com/docs#set\n\t */\n\tset: set(window),\n\t/**\n\t * @deprecated 19.0.0 use `getRootUrl` from https://www.npmjs.com/package/@nextcloud/router\n\t */\n\tgetRootPath: getRootUrl,\n\t/**\n\t * @deprecated 19.0.0 use `imagePath` from https://www.npmjs.com/package/@nextcloud/router\n\t */\n\timagePath,\n\tredirect,\n\treload,\n\trequestToken: getRequestToken(),\n\t/**\n\t * @deprecated 19.0.0 use `linkTo` from https://www.npmjs.com/package/@nextcloud/router\n\t */\n\tlinkTo,\n\t/**\n\t * @deprecated 19.0.0 use `generateOcsUrl` from https://www.npmjs.com/package/@nextcloud/router\n\t */\n\tlinkToOCS: generateOcsUrl,\n\t/**\n\t * @deprecated 19.0.0 use `generateRemoteUrl` from https://www.npmjs.com/package/@nextcloud/router\n\t */\n\tlinkToRemote: generateRemoteUrl,\n\tlinkToRemoteBase,\n\t/**\n\t * Relative path to Nextcloud root.\n\t * For example: \"/nextcloud\"\n\t *\n\t * @type string\n\t *\n\t * @deprecated 19.0.0 use `getRootUrl` from https://www.npmjs.com/package/@nextcloud/router\n\t * @see OC#getRootPath\n\t */\n\twebroot,\n}\n\n// Keep the request token prop in sync\nsubscribe('csrf-token-update', e => {\n\tOC.requestToken = e.token\n\n\t// Logging might help debug (Sentry) issues\n\tconsole.info('OC.requestToken changed', e.token)\n})\n","/**\n * @copyright 2019 Christoph Wurst <christoph@winzerhof-wurst.at>\n *\n * @author Christoph Wurst <christoph@winzerhof-wurst.at>\n * @author John Molakvoæ <skjnldsv@protonmail.com>\n *\n * @license GNU AGPL version 3 or any later version\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see <http://www.gnu.org/licenses/>.\n *\n */\n\n/* eslint-disable */\nimport $ from 'jquery'\nimport { filePath } from './routing'\n\n/**\n * Opens a popup with the setting for an app.\n * @param {string} appid The ID of the app e.g. 'calendar', 'contacts' or 'files'.\n * @param {boolean|string} loadJS If true 'js/settings.js' is loaded. If it's a string\n * it will attempt to load a script by that name in the 'js' directory.\n * @param {boolean} [cache] If true the javascript file won't be forced refreshed. Defaults to true.\n * @param {string} [scriptName] The name of the PHP file to load. Defaults to 'settings.php' in\n * the root of the app directory hierarchy.\n *\n * @deprecated 17.0.0 this method is unused and will be removed with Nextcloud 18\n */\nexport const appSettings = args => {\n\tconsole.warn('OC.appSettings is deprecated and will be removed with Nextcloud 18')\n\n\tif (typeof args === 'undefined' || typeof args.appid === 'undefined') {\n\t\tthrow {\n\t\t\tname: 'MissingParameter',\n\t\t\tmessage: 'The parameter appid is missing'\n\t\t}\n\t}\n\tvar props = { scriptName: 'settings.php', cache: true }\n\t$.extend(props, args)\n\tvar settings = $('#appsettings')\n\tif (settings.length === 0) {\n\t\tthrow {\n\t\t\tname: 'MissingDOMElement',\n\t\t\tmessage: 'There has be be an element with id \"appsettings\" for the popup to show.'\n\t\t}\n\t}\n\tvar popup = $('#appsettings_popup')\n\tif (popup.length === 0) {\n\t\t$('body').prepend('<div class=\"popup hidden\" id=\"appsettings_popup\"></div>')\n\t\tpopup = $('#appsettings_popup')\n\t\tpopup.addClass(settings.hasClass('topright') ? 'topright' : 'bottomleft')\n\t}\n\tif (popup.is(':visible')) {\n\t\tpopup.hide().remove()\n\t} else {\n\t\tconst arrowclass = settings.hasClass('topright') ? 'up' : 'left'\n\t\t$.get(filePath(props.appid, '', props.scriptName), function(data) {\n\t\t\tpopup.html(data).ready(function() {\n\t\t\t\tpopup.prepend('<span class=\"arrow ' + arrowclass + '\"></span><h2>' + t('core', 'Settings') + '</h2><a class=\"close\"></a>').show()\n\t\t\t\tpopup.find('.close').bind('click', function() {\n\t\t\t\t\tpopup.remove()\n\t\t\t\t})\n\t\t\t\tif (typeof props.loadJS !== 'undefined') {\n\t\t\t\t\tvar scriptname\n\t\t\t\t\tif (props.loadJS === true) {\n\t\t\t\t\t\tscriptname = 'settings.js'\n\t\t\t\t\t} else if (typeof props.loadJS === 'string') {\n\t\t\t\t\t\tscriptname = props.loadJS\n\t\t\t\t\t} else {\n\t\t\t\t\t\tthrow {\n\t\t\t\t\t\t\tname: 'InvalidParameter',\n\t\t\t\t\t\t\tmessage: 'The \"loadJS\" parameter must be either boolean or a string.'\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t\tif (props.cache) {\n\t\t\t\t\t\t$.ajaxSetup({ cache: true })\n\t\t\t\t\t}\n\t\t\t\t\t$.getScript(filePath(props.appid, 'js', scriptname))\n\t\t\t\t\t\t.fail(function(jqxhr, settings, e) {\n\t\t\t\t\t\t\tthrow e\n\t\t\t\t\t\t})\n\t\t\t\t}\n\t\t\t}).show()\n\t\t}, 'html')\n\t}\n}\n","/**\n * @copyright 2019 Christoph Wurst <christoph@winzerhof-wurst.at>\n *\n * @author Christoph Wurst <christoph@winzerhof-wurst.at>\n * @author John Molakvoæ <skjnldsv@protonmail.com>\n * @author Roeland Jago Douma <roeland@famdouma.nl>\n *\n * @license GNU AGPL version 3 or any later version\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see <http://www.gnu.org/licenses/>.\n *\n */\n\nimport { getCapabilities as realGetCapabilities } from '@nextcloud/capabilities'\n\n/**\n * Returns the capabilities\n *\n * @returns {Array} capabilities\n *\n * @since 14.0\n */\nexport const getCapabilities = () => {\n\tconsole.warn('OC.getCapabilities is deprecated and will be removed in Nextcloud 21. See @nextcloud/capabilities')\n\treturn realGetCapabilities()\n}\n","/**\n * @copyright 2019 Christoph Wurst <christoph@winzerhof-wurst.at>\n *\n * @author Christoph Wurst <christoph@winzerhof-wurst.at>\n * @author John Molakvoæ <skjnldsv@protonmail.com>\n *\n * @license GNU AGPL version 3 or any later version\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see <http://www.gnu.org/licenses/>.\n *\n */\n\nexport const getProtocol = () => window.location.protocol.split(':')[0]\n\n/**\n * Returns the host used to access this Nextcloud instance\n * Host is sometimes the same as the hostname but now always.\n *\n * Examples:\n * http://example.com => example.com\n * https://example.com => example.com\n * http://example.com:8080 => example.com:8080\n *\n * @returns {string} host\n *\n * @since 8.2\n * @deprecated 17.0.0 use window.location.host directly\n */\nexport const getHost = () => window.location.host\n\n/**\n * Returns the hostname used to access this Nextcloud instance\n * The hostname is always stripped of the port\n *\n * @returns {string} hostname\n * @since 9.0\n * @deprecated 17.0.0 use window.location.hostname directly\n */\nexport const getHostName = () => window.location.hostname\n\n/**\n * Returns the port number used to access this Nextcloud instance\n *\n * @returns {int} port number\n *\n * @since 8.2\n * @deprecated 17.0.0 use window.location.port directly\n */\nexport const getPort = () => window.location.port\n","/**\n * @copyright 2019 Christoph Wurst <christoph@winzerhof-wurst.at>\n *\n * @author Christoph Wurst <christoph@winzerhof-wurst.at>\n * @author John Molakvoæ <skjnldsv@protonmail.com>\n * @author Roeland Jago Douma <roeland@famdouma.nl>\n *\n * @license GNU AGPL version 3 or any later version\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see <http://www.gnu.org/licenses/>.\n *\n */\n\nimport $ from 'jquery'\n\n/**\n * Parses a URL query string into a JS map\n * @param {string} queryString query string in the format param1=1234&param2=abcde&param3=xyz\n * @returns {Object.<string, string>} map containing key/values matching the URL parameters\n */\nexport const parse = queryString => {\n\tlet pos\n\tlet components\n\tconst result = {}\n\tlet key\n\tif (!queryString) {\n\t\treturn null\n\t}\n\tpos = queryString.indexOf('?')\n\tif (pos >= 0) {\n\t\tqueryString = queryString.substr(pos + 1)\n\t}\n\tconst parts = queryString.replace(/\\+/g, '%20').split('&')\n\tfor (let i = 0; i < parts.length; i++) {\n\t\t// split on first equal sign\n\t\tconst part = parts[i]\n\t\tpos = part.indexOf('=')\n\t\tif (pos >= 0) {\n\t\t\tcomponents = [\n\t\t\t\tpart.substr(0, pos),\n\t\t\t\tpart.substr(pos + 1),\n\t\t\t]\n\t\t} else {\n\t\t\t// key only\n\t\t\tcomponents = [part]\n\t\t}\n\t\tif (!components.length) {\n\t\t\tcontinue\n\t\t}\n\t\tkey = decodeURIComponent(components[0])\n\t\tif (!key) {\n\t\t\tcontinue\n\t\t}\n\t\t// if equal sign was there, return string\n\t\tif (components.length > 1) {\n\t\t\tresult[key] = decodeURIComponent(components[1])\n\t\t} else {\n\t\t\t// no equal sign => null value\n\t\t\tresult[key] = null\n\t\t}\n\t}\n\treturn result\n}\n\n/**\n * Builds a URL query from a JS map.\n * @param {Object.<string, string>} params map containing key/values matching the URL parameters\n * @returns {string} String containing a URL query (without question) mark\n */\nexport const build = params => {\n\tif (!params) {\n\t\treturn ''\n\t}\n\treturn $.map(params, function(value, key) {\n\t\tlet s = encodeURIComponent(key)\n\t\tif (value !== null && typeof (value) !== 'undefined') {\n\t\t\ts += '=' + encodeURIComponent(value)\n\t\t}\n\t\treturn s\n\t}).join('&')\n}\n","/**\n * @copyright 2019 Christoph Wurst <christoph@winzerhof-wurst.at>\n *\n * @author Christoph Wurst <christoph@winzerhof-wurst.at>\n * @author John Molakvoæ <skjnldsv@protonmail.com>\n *\n * @license GNU AGPL version 3 or any later version\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see <http://www.gnu.org/licenses/>.\n *\n */\n\nexport const redirect = targetURL => { window.location = targetURL }\n\n/**\n * Reloads the current page\n * @deprecated 17.0.0 use window.location.reload directly\n */\nexport const reload = () => { window.location.reload() }\n","/**\n * @copyright 2019 Christoph Wurst <christoph@winzerhof-wurst.at>\n *\n * @author Christoph Wurst <christoph@winzerhof-wurst.at>\n * @author John Molakvoæ <skjnldsv@protonmail.com>\n * @author Roeland Jago Douma <roeland@famdouma.nl>\n *\n * @license GNU AGPL version 3 or any later version\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see <http://www.gnu.org/licenses/>.\n *\n */\n\nimport {\n\tgetRootUrl as realGetRootUrl,\n} from '@nextcloud/router'\n\n/**\n * Creates a relative url for remote use\n * @param {string} service id\n * @returns {string} the url\n */\nexport const linkToRemoteBase = service => {\n\treturn realGetRootUrl() + '/remote.php/' + service\n}\n","var isObject = require('../internals/is-object');\n\nmodule.exports = function (it) {\n if (!isObject(it)) {\n throw TypeError(String(it) + ' is not an object');\n } return it;\n};\n","var global = require('../internals/global');\nvar shared = require('../internals/shared');\nvar has = require('../internals/has');\nvar uid = require('../internals/uid');\nvar NATIVE_SYMBOL = require('../internals/native-symbol');\nvar USE_SYMBOL_AS_UID = require('../internals/use-symbol-as-uid');\n\nvar WellKnownSymbolsStore = shared('wks');\nvar Symbol = global.Symbol;\nvar createWellKnownSymbol = USE_SYMBOL_AS_UID ? Symbol : Symbol && Symbol.withoutSetter || uid;\n\nmodule.exports = function (name) {\n if (!has(WellKnownSymbolsStore, name) || !(NATIVE_SYMBOL || typeof WellKnownSymbolsStore[name] == 'string')) {\n if (NATIVE_SYMBOL && has(Symbol, name)) {\n WellKnownSymbolsStore[name] = Symbol[name];\n } else {\n WellKnownSymbolsStore[name] = createWellKnownSymbol('Symbol.' + name);\n }\n } return WellKnownSymbolsStore[name];\n};\n","module.exports = function (it) {\n return typeof it === 'object' ? it !== null : typeof it === 'function';\n};\n","var fails = require('../internals/fails');\n\n// Detect IE8's incomplete defineProperty implementation\nmodule.exports = !fails(function () {\n // eslint-disable-next-line es/no-object-defineproperty -- required for testing\n return Object.defineProperty({}, 1, { get: function () { return 7; } })[1] != 7;\n});\n","\"use strict\";\n\nrequire(\"core-js/modules/es.array.index-of\");\n\nrequire(\"core-js/modules/es.object.assign\");\n\nrequire(\"core-js/modules/es.object.to-string\");\n\nrequire(\"core-js/modules/es.regexp.exec\");\n\nrequire(\"core-js/modules/es.regexp.to-string\");\n\nrequire(\"core-js/modules/es.string.replace\");\n\nObject.defineProperty(exports, \"__esModule\", {\n value: true\n});\nexports.getRootUrl = exports.generateFilePath = exports.imagePath = exports.generateUrl = exports.generateOcsUrl = exports.generateRemoteUrl = exports.linkTo = void 0;\n\n/// <reference types=\"@nextcloud/typings\" />\n\n/**\n * Get an absolute url to a file in an app\n *\n * @param {string} app the id of the app the file belongs to\n * @param {string} file the file path relative to the app folder\n * @return {string} Absolute URL to a file\n */\nvar linkTo = function linkTo(app, file) {\n return generateFilePath(app, '', file);\n};\n/**\n * Creates a relative url for remote use\n *\n * @param {string} service id\n * @return {string} the url\n */\n\n\nexports.linkTo = linkTo;\n\nvar linkToRemoteBase = function linkToRemoteBase(service) {\n return getRootUrl() + '/remote.php/' + service;\n};\n/**\n * @brief Creates an absolute url for remote use\n * @param {string} service id\n * @return {string} the url\n */\n\n\nvar generateRemoteUrl = function generateRemoteUrl(service) {\n return window.location.protocol + '//' + window.location.host + linkToRemoteBase(service);\n};\n/**\n * Get the base path for the given OCS API service\n *\n * @param {string} service name\n * @param {int} version OCS API version\n * @return {string} OCS API base path\n */\n\n\nexports.generateRemoteUrl = generateRemoteUrl;\n\nvar generateOcsUrl = function generateOcsUrl(service, version) {\n version = version !== 2 ? 1 : 2;\n return window.location.protocol + '//' + window.location.host + getRootUrl() + '/ocs/v' + version + '.php/' + service + '/';\n};\n\nexports.generateOcsUrl = generateOcsUrl;\n\n/**\n * Generate the absolute url for the given relative url, which can contain parameters\n *\n * Parameters will be URL encoded automatically\n *\n * @return {string} Absolute URL for the given relative URL\n */\nvar generateUrl = function generateUrl(url, params, options) {\n var allOptions = Object.assign({\n escape: true,\n noRewrite: false\n }, options || {});\n\n var _build = function _build(text, vars) {\n vars = vars || {};\n return text.replace(/{([^{}]*)}/g, function (a, b) {\n var r = vars[b];\n\n if (allOptions.escape) {\n return typeof r === 'string' || typeof r === 'number' ? encodeURIComponent(r.toString()) : encodeURIComponent(a);\n } else {\n return typeof r === 'string' || typeof r === 'number' ? r.toString() : a;\n }\n });\n };\n\n if (url.charAt(0) !== '/') {\n url = '/' + url;\n }\n\n if (OC.config.modRewriteWorking === true && !allOptions.noRewrite) {\n return getRootUrl() + _build(url, params || {});\n }\n\n return getRootUrl() + '/index.php' + _build(url, params || {});\n};\n/**\n * Get the absolute path to an image file\n * if no extension is given for the image, it will automatically decide\n * between .png and .svg based on what the browser supports\n *\n * @param {string} app the app id to which the image belongs\n * @param {string} file the name of the image file\n * @return {string}\n */\n\n\nexports.generateUrl = generateUrl;\n\nvar imagePath = function imagePath(app, file) {\n if (file.indexOf('.') === -1) {\n //if no extension is given, use svg\n return generateFilePath(app, 'img', file + '.svg');\n }\n\n return generateFilePath(app, 'img', file);\n};\n/**\n * Get the absolute url for a file in an app\n *\n * @param {string} app the id of the app\n * @param {string} type the type of the file to link to (e.g. css,img,ajax.template)\n * @param {string} file the filename\n * @return {string} Absolute URL for a file in an app\n */\n\n\nexports.imagePath = imagePath;\n\nvar generateFilePath = function generateFilePath(app, type, file) {\n var isCore = OC.coreApps.indexOf(app) !== -1;\n var link = getRootUrl();\n\n if (file.substring(file.length - 3) === 'php' && !isCore) {\n link += '/index.php/apps/' + app;\n\n if (file !== 'index.php') {\n link += '/';\n\n if (type) {\n link += encodeURI(type + '/');\n }\n\n link += file;\n }\n } else if (file.substring(file.length - 3) !== 'php' && !isCore) {\n link = OC.appswebroots[app];\n\n if (type) {\n link += '/' + type + '/';\n }\n\n if (link.substring(link.length - 1) !== '/') {\n link += '/';\n }\n\n link += file;\n } else {\n if ((app === 'settings' || app === 'core' || app === 'search') && type === 'ajax') {\n link += '/index.php/';\n } else {\n link += '/';\n }\n\n if (!isCore) {\n link += 'apps/';\n }\n\n if (app !== '') {\n app += '/';\n link += app;\n }\n\n if (type) {\n link += type + '/';\n }\n\n link += file;\n }\n\n return link;\n};\n/**\n * Return the web root path where this Nextcloud instance\n * is accessible, with a leading slash.\n * For example \"/nextcloud\".\n *\n * @return {string} web root path\n */\n\n\nexports.generateFilePath = generateFilePath;\n\nvar getRootUrl = function getRootUrl() {\n return OC.webroot;\n};\n\nexports.getRootUrl = getRootUrl;\n//# sourceMappingURL=index.js.map","var toObject = require('../internals/to-object');\n\nvar hasOwnProperty = {}.hasOwnProperty;\n\nmodule.exports = Object.hasOwn || function hasOwn(it, key) {\n return hasOwnProperty.call(toObject(it), key);\n};\n","var requireObjectCoercible = require('../internals/require-object-coercible');\n\n// `ToObject` abstract operation\n// https://tc39.es/ecma262/#sec-toobject\nmodule.exports = function (argument) {\n return Object(requireObjectCoercible(argument));\n};\n","var toInteger = require('../internals/to-integer');\n\nvar min = Math.min;\n\n// `ToLength` abstract operation\n// https://tc39.es/ecma262/#sec-tolength\nmodule.exports = function (argument) {\n return argument > 0 ? min(toInteger(argument), 0x1FFFFFFFFFFFFF) : 0; // 2 ** 53 - 1 == 9007199254740991\n};\n","'use strict';\n\nvar bind = require('./helpers/bind');\n\n/*global toString:true*/\n\n// utils is a library of generic helper functions non-specific to axios\n\nvar toString = Object.prototype.toString;\n\n/**\n * Determine if a value is an Array\n *\n * @param {Object} val The value to test\n * @returns {boolean} True if value is an Array, otherwise false\n */\nfunction isArray(val) {\n return toString.call(val) === '[object Array]';\n}\n\n/**\n * Determine if a value is undefined\n *\n * @param {Object} val The value to test\n * @returns {boolean} True if the value is undefined, otherwise false\n */\nfunction isUndefined(val) {\n return typeof val === 'undefined';\n}\n\n/**\n * Determine if a value is a Buffer\n *\n * @param {Object} val The value to test\n * @returns {boolean} True if value is a Buffer, otherwise false\n */\nfunction isBuffer(val) {\n return val !== null && !isUndefined(val) && val.constructor !== null && !isUndefined(val.constructor)\n && typeof val.constructor.isBuffer === 'function' && val.constructor.isBuffer(val);\n}\n\n/**\n * Determine if a value is an ArrayBuffer\n *\n * @param {Object} val The value to test\n * @returns {boolean} True if value is an ArrayBuffer, otherwise false\n */\nfunction isArrayBuffer(val) {\n return toString.call(val) === '[object ArrayBuffer]';\n}\n\n/**\n * Determine if a value is a FormData\n *\n * @param {Object} val The value to test\n * @returns {boolean} True if value is an FormData, otherwise false\n */\nfunction isFormData(val) {\n return (typeof FormData !== 'undefined') && (val instanceof FormData);\n}\n\n/**\n * Determine if a value is a view on an ArrayBuffer\n *\n * @param {Object} val The value to test\n * @returns {boolean} True if value is a view on an ArrayBuffer, otherwise false\n */\nfunction isArrayBufferView(val) {\n var result;\n if ((typeof ArrayBuffer !== 'undefined') && (ArrayBuffer.isView)) {\n result = ArrayBuffer.isView(val);\n } else {\n result = (val) && (val.buffer) && (val.buffer instanceof ArrayBuffer);\n }\n return result;\n}\n\n/**\n * Determine if a value is a String\n *\n * @param {Object} val The value to test\n * @returns {boolean} True if value is a String, otherwise false\n */\nfunction isString(val) {\n return typeof val === 'string';\n}\n\n/**\n * Determine if a value is a Number\n *\n * @param {Object} val The value to test\n * @returns {boolean} True if value is a Number, otherwise false\n */\nfunction isNumber(val) {\n return typeof val === 'number';\n}\n\n/**\n * Determine if a value is an Object\n *\n * @param {Object} val The value to test\n * @returns {boolean} True if value is an Object, otherwise false\n */\nfunction isObject(val) {\n return val !== null && typeof val === 'object';\n}\n\n/**\n * Determine if a value is a plain Object\n *\n * @param {Object} val The value to test\n * @return {boolean} True if value is a plain Object, otherwise false\n */\nfunction isPlainObject(val) {\n if (toString.call(val) !== '[object Object]') {\n return false;\n }\n\n var prototype = Object.getPrototypeOf(val);\n return prototype === null || prototype === Object.prototype;\n}\n\n/**\n * Determine if a value is a Date\n *\n * @param {Object} val The value to test\n * @returns {boolean} True if value is a Date, otherwise false\n */\nfunction isDate(val) {\n return toString.call(val) === '[object Date]';\n}\n\n/**\n * Determine if a value is a File\n *\n * @param {Object} val The value to test\n * @returns {boolean} True if value is a File, otherwise false\n */\nfunction isFile(val) {\n return toString.call(val) === '[object File]';\n}\n\n/**\n * Determine if a value is a Blob\n *\n * @param {Object} val The value to test\n * @returns {boolean} True if value is a Blob, otherwise false\n */\nfunction isBlob(val) {\n return toString.call(val) === '[object Blob]';\n}\n\n/**\n * Determine if a value is a Function\n *\n * @param {Object} val The value to test\n * @returns {boolean} True if value is a Function, otherwise false\n */\nfunction isFunction(val) {\n return toString.call(val) === '[object Function]';\n}\n\n/**\n * Determine if a value is a Stream\n *\n * @param {Object} val The value to test\n * @returns {boolean} True if value is a Stream, otherwise false\n */\nfunction isStream(val) {\n return isObject(val) && isFunction(val.pipe);\n}\n\n/**\n * Determine if a value is a URLSearchParams object\n *\n * @param {Object} val The value to test\n * @returns {boolean} True if value is a URLSearchParams object, otherwise false\n */\nfunction isURLSearchParams(val) {\n return typeof URLSearchParams !== 'undefined' && val instanceof URLSearchParams;\n}\n\n/**\n * Trim excess whitespace off the beginning and end of a string\n *\n * @param {String} str The String to trim\n * @returns {String} The String freed of excess whitespace\n */\nfunction trim(str) {\n return str.replace(/^\\s*/, '').replace(/\\s*$/, '');\n}\n\n/**\n * Determine if we're running in a standard browser environment\n *\n * This allows axios to run in a web worker, and react-native.\n * Both environments support XMLHttpRequest, but not fully standard globals.\n *\n * web workers:\n * typeof window -> undefined\n * typeof document -> undefined\n *\n * react-native:\n * navigator.product -> 'ReactNative'\n * nativescript\n * navigator.product -> 'NativeScript' or 'NS'\n */\nfunction isStandardBrowserEnv() {\n if (typeof navigator !== 'undefined' && (navigator.product === 'ReactNative' ||\n navigator.product === 'NativeScript' ||\n navigator.product === 'NS')) {\n return false;\n }\n return (\n typeof window !== 'undefined' &&\n typeof document !== 'undefined'\n );\n}\n\n/**\n * Iterate over an Array or an Object invoking a function for each item.\n *\n * If `obj` is an Array callback will be called passing\n * the value, index, and complete array for each item.\n *\n * If 'obj' is an Object callback will be called passing\n * the value, key, and complete object for each property.\n *\n * @param {Object|Array} obj The object to iterate\n * @param {Function} fn The callback to invoke for each item\n */\nfunction forEach(obj, fn) {\n // Don't bother if no value provided\n if (obj === null || typeof obj === 'undefined') {\n return;\n }\n\n // Force an array if not already something iterable\n if (typeof obj !== 'object') {\n /*eslint no-param-reassign:0*/\n obj = [obj];\n }\n\n if (isArray(obj)) {\n // Iterate over array values\n for (var i = 0, l = obj.length; i < l; i++) {\n fn.call(null, obj[i], i, obj);\n }\n } else {\n // Iterate over object keys\n for (var key in obj) {\n if (Object.prototype.hasOwnProperty.call(obj, key)) {\n fn.call(null, obj[key], key, obj);\n }\n }\n }\n}\n\n/**\n * Accepts varargs expecting each argument to be an object, then\n * immutably merges the properties of each object and returns result.\n *\n * When multiple objects contain the same key the later object in\n * the arguments list will take precedence.\n *\n * Example:\n *\n * ```js\n * var result = merge({foo: 123}, {foo: 456});\n * console.log(result.foo); // outputs 456\n * ```\n *\n * @param {Object} obj1 Object to merge\n * @returns {Object} Result of all merge properties\n */\nfunction merge(/* obj1, obj2, obj3, ... */) {\n var result = {};\n function assignValue(val, key) {\n if (isPlainObject(result[key]) && isPlainObject(val)) {\n result[key] = merge(result[key], val);\n } else if (isPlainObject(val)) {\n result[key] = merge({}, val);\n } else if (isArray(val)) {\n result[key] = val.slice();\n } else {\n result[key] = val;\n }\n }\n\n for (var i = 0, l = arguments.length; i < l; i++) {\n forEach(arguments[i], assignValue);\n }\n return result;\n}\n\n/**\n * Extends object a by mutably adding to it the properties of object b.\n *\n * @param {Object} a The object to be extended\n * @param {Object} b The object to copy properties from\n * @param {Object} thisArg The object to bind function to\n * @return {Object} The resulting value of object a\n */\nfunction extend(a, b, thisArg) {\n forEach(b, function assignValue(val, key) {\n if (thisArg && typeof val === 'function') {\n a[key] = bind(val, thisArg);\n } else {\n a[key] = val;\n }\n });\n return a;\n}\n\n/**\n * Remove byte order marker. This catches EF BB BF (the UTF-8 BOM)\n *\n * @param {string} content with BOM\n * @return {string} content value without BOM\n */\nfunction stripBOM(content) {\n if (content.charCodeAt(0) === 0xFEFF) {\n content = content.slice(1);\n }\n return content;\n}\n\nmodule.exports = {\n isArray: isArray,\n isArrayBuffer: isArrayBuffer,\n isBuffer: isBuffer,\n isFormData: isFormData,\n isArrayBufferView: isArrayBufferView,\n isString: isString,\n isNumber: isNumber,\n isObject: isObject,\n isPlainObject: isPlainObject,\n isUndefined: isUndefined,\n isDate: isDate,\n isFile: isFile,\n isBlob: isBlob,\n isFunction: isFunction,\n isStream: isStream,\n isURLSearchParams: isURLSearchParams,\n isStandardBrowserEnv: isStandardBrowserEnv,\n forEach: forEach,\n merge: merge,\n extend: extend,\n trim: trim,\n stripBOM: stripBOM\n};\n","var g;\n\n// This works in non-strict mode\ng = (function() {\n\treturn this;\n})();\n\ntry {\n\t// This works if eval is allowed (see CSP)\n\tg = g || new Function(\"return this\")();\n} catch (e) {\n\t// This works if the window reference is available\n\tif (typeof window === \"object\") g = window;\n}\n\n// g can still be undefined, but nothing to do about it...\n// We return undefined, instead of nothing here, so it's\n// easier to handle this case. if(!global) { ...}\n\nmodule.exports = g;\n","var DESCRIPTORS = require('../internals/descriptors');\nvar definePropertyModule = require('../internals/object-define-property');\nvar createPropertyDescriptor = require('../internals/create-property-descriptor');\n\nmodule.exports = DESCRIPTORS ? function (object, key, value) {\n return definePropertyModule.f(object, key, createPropertyDescriptor(1, value));\n} : function (object, key, value) {\n object[key] = value;\n return object;\n};\n","var DESCRIPTORS = require('../internals/descriptors');\nvar IE8_DOM_DEFINE = require('../internals/ie8-dom-define');\nvar anObject = require('../internals/an-object');\nvar toPrimitive = require('../internals/to-primitive');\n\n// eslint-disable-next-line es/no-object-defineproperty -- safe\nvar $defineProperty = Object.defineProperty;\n\n// `Object.defineProperty` method\n// https://tc39.es/ecma262/#sec-object.defineproperty\nexports.f = DESCRIPTORS ? $defineProperty : function defineProperty(O, P, Attributes) {\n anObject(O);\n P = toPrimitive(P, true);\n anObject(Attributes);\n if (IE8_DOM_DEFINE) try {\n return $defineProperty(O, P, Attributes);\n } catch (error) { /* empty */ }\n if ('get' in Attributes || 'set' in Attributes) throw TypeError('Accessors not supported');\n if ('value' in Attributes) O[P] = Attributes.value;\n return O;\n};\n","// `RequireObjectCoercible` abstract operation\n// https://tc39.es/ecma262/#sec-requireobjectcoercible\nmodule.exports = function (it) {\n if (it == undefined) throw TypeError(\"Can't call method on \" + it);\n return it;\n};\n","var global = require('../internals/global');\nvar createNonEnumerableProperty = require('../internals/create-non-enumerable-property');\nvar has = require('../internals/has');\nvar setGlobal = require('../internals/set-global');\nvar inspectSource = require('../internals/inspect-source');\nvar InternalStateModule = require('../internals/internal-state');\n\nvar getInternalState = InternalStateModule.get;\nvar enforceInternalState = InternalStateModule.enforce;\nvar TEMPLATE = String(String).split('String');\n\n(module.exports = function (O, key, value, options) {\n var unsafe = options ? !!options.unsafe : false;\n var simple = options ? !!options.enumerable : false;\n var noTargetGet = options ? !!options.noTargetGet : false;\n var state;\n if (typeof value == 'function') {\n if (typeof key == 'string' && !has(value, 'name')) {\n createNonEnumerableProperty(value, 'name', key);\n }\n state = enforceInternalState(value);\n if (!state.source) {\n state.source = TEMPLATE.join(typeof key == 'string' ? key : '');\n }\n }\n if (O === global) {\n if (simple) O[key] = value;\n else setGlobal(key, value);\n return;\n } else if (!unsafe) {\n delete O[key];\n } else if (!noTargetGet && O[key]) {\n simple = true;\n }\n if (simple) O[key] = value;\n else createNonEnumerableProperty(O, key, value);\n// add fake Function#toString for correct work wrapped methods / constructors with methods like LoDash isNative\n})(Function.prototype, 'toString', function toString() {\n return typeof this == 'function' && getInternalState(this).source || inspectSource(this);\n});\n","// toObject with fallback for non-array-like ES3 strings\nvar IndexedObject = require('../internals/indexed-object');\nvar requireObjectCoercible = require('../internals/require-object-coercible');\n\nmodule.exports = function (it) {\n return IndexedObject(requireObjectCoercible(it));\n};\n","var ceil = Math.ceil;\nvar floor = Math.floor;\n\n// `ToInteger` abstract operation\n// https://tc39.es/ecma262/#sec-tointeger\nmodule.exports = function (argument) {\n return isNaN(argument = +argument) ? 0 : (argument > 0 ? floor : ceil)(argument);\n};\n","var freeGlobal = require('./_freeGlobal');\n\n/** Detect free variable `self`. */\nvar freeSelf = typeof self == 'object' && self && self.Object === Object && self;\n\n/** Used as a reference to the global object. */\nvar root = freeGlobal || freeSelf || Function('return this')();\n\nmodule.exports = root;\n","\"use strict\";\n\nvar isOldIE = function isOldIE() {\n var memo;\n return function memorize() {\n if (typeof memo === 'undefined') {\n // Test for IE <= 9 as proposed by Browserhacks\n // @see http://browserhacks.com/#hack-e71d8692f65334173fee715c222cb805\n // Tests for existence of standard globals is to allow style-loader\n // to operate correctly into non-standard environments\n // @see https://github.com/webpack-contrib/style-loader/issues/177\n memo = Boolean(window && document && document.all && !window.atob);\n }\n\n return memo;\n };\n}();\n\nvar getTarget = function getTarget() {\n var memo = {};\n return function memorize(target) {\n if (typeof memo[target] === 'undefined') {\n var styleTarget = document.querySelector(target); // Special case to return head of iframe instead of iframe itself\n\n if (window.HTMLIFrameElement && styleTarget instanceof window.HTMLIFrameElement) {\n try {\n // This will throw an exception if access to iframe is blocked\n // due to cross-origin restrictions\n styleTarget = styleTarget.contentDocument.head;\n } catch (e) {\n // istanbul ignore next\n styleTarget = null;\n }\n }\n\n memo[target] = styleTarget;\n }\n\n return memo[target];\n };\n}();\n\nvar stylesInDom = [];\n\nfunction getIndexByIdentifier(identifier) {\n var result = -1;\n\n for (var i = 0; i < stylesInDom.length; i++) {\n if (stylesInDom[i].identifier === identifier) {\n result = i;\n break;\n }\n }\n\n return result;\n}\n\nfunction modulesToDom(list, options) {\n var idCountMap = {};\n var identifiers = [];\n\n for (var i = 0; i < list.length; i++) {\n var item = list[i];\n var id = options.base ? item[0] + options.base : item[0];\n var count = idCountMap[id] || 0;\n var identifier = \"\".concat(id, \" \").concat(count);\n idCountMap[id] = count + 1;\n var index = getIndexByIdentifier(identifier);\n var obj = {\n css: item[1],\n media: item[2],\n sourceMap: item[3]\n };\n\n if (index !== -1) {\n stylesInDom[index].references++;\n stylesInDom[index].updater(obj);\n } else {\n stylesInDom.push({\n identifier: identifier,\n updater: addStyle(obj, options),\n references: 1\n });\n }\n\n identifiers.push(identifier);\n }\n\n return identifiers;\n}\n\nfunction insertStyleElement(options) {\n var style = document.createElement('style');\n var attributes = options.attributes || {};\n\n if (typeof attributes.nonce === 'undefined') {\n var nonce = typeof __webpack_nonce__ !== 'undefined' ? __webpack_nonce__ : null;\n\n if (nonce) {\n attributes.nonce = nonce;\n }\n }\n\n Object.keys(attributes).forEach(function (key) {\n style.setAttribute(key, attributes[key]);\n });\n\n if (typeof options.insert === 'function') {\n options.insert(style);\n } else {\n var target = getTarget(options.insert || 'head');\n\n if (!target) {\n throw new Error(\"Couldn't find a style target. This probably means that the value for the 'insert' parameter is invalid.\");\n }\n\n target.appendChild(style);\n }\n\n return style;\n}\n\nfunction removeStyleElement(style) {\n // istanbul ignore if\n if (style.parentNode === null) {\n return false;\n }\n\n style.parentNode.removeChild(style);\n}\n/* istanbul ignore next */\n\n\nvar replaceText = function replaceText() {\n var textStore = [];\n return function replace(index, replacement) {\n textStore[index] = replacement;\n return textStore.filter(Boolean).join('\\n');\n };\n}();\n\nfunction applyToSingletonTag(style, index, remove, obj) {\n var css = remove ? '' : obj.media ? \"@media \".concat(obj.media, \" {\").concat(obj.css, \"}\") : obj.css; // For old IE\n\n /* istanbul ignore if */\n\n if (style.styleSheet) {\n style.styleSheet.cssText = replaceText(index, css);\n } else {\n var cssNode = document.createTextNode(css);\n var childNodes = style.childNodes;\n\n if (childNodes[index]) {\n style.removeChild(childNodes[index]);\n }\n\n if (childNodes.length) {\n style.insertBefore(cssNode, childNodes[index]);\n } else {\n style.appendChild(cssNode);\n }\n }\n}\n\nfunction applyToTag(style, options, obj) {\n var css = obj.css;\n var media = obj.media;\n var sourceMap = obj.sourceMap;\n\n if (media) {\n style.setAttribute('media', media);\n } else {\n style.removeAttribute('media');\n }\n\n if (sourceMap && typeof btoa !== 'undefined') {\n css += \"\\n/*# sourceMappingURL=data:application/json;base64,\".concat(btoa(unescape(encodeURIComponent(JSON.stringify(sourceMap)))), \" */\");\n } // For old IE\n\n /* istanbul ignore if */\n\n\n if (style.styleSheet) {\n style.styleSheet.cssText = css;\n } else {\n while (style.firstChild) {\n style.removeChild(style.firstChild);\n }\n\n style.appendChild(document.createTextNode(css));\n }\n}\n\nvar singleton = null;\nvar singletonCounter = 0;\n\nfunction addStyle(obj, options) {\n var style;\n var update;\n var remove;\n\n if (options.singleton) {\n var styleIndex = singletonCounter++;\n style = singleton || (singleton = insertStyleElement(options));\n update = applyToSingletonTag.bind(null, style, styleIndex, false);\n remove = applyToSingletonTag.bind(null, style, styleIndex, true);\n } else {\n style = insertStyleElement(options);\n update = applyToTag.bind(null, style, options);\n\n remove = function remove() {\n removeStyleElement(style);\n };\n }\n\n update(obj);\n return function updateStyle(newObj) {\n if (newObj) {\n if (newObj.css === obj.css && newObj.media === obj.media && newObj.sourceMap === obj.sourceMap) {\n return;\n }\n\n update(obj = newObj);\n } else {\n remove();\n }\n };\n}\n\nmodule.exports = function (list, options) {\n options = options || {}; // Force single-tag solution on IE6-9, which has a hard limit on the # of <style>\n // tags it will allow on a page\n\n if (!options.singleton && typeof options.singleton !== 'boolean') {\n options.singleton = isOldIE();\n }\n\n list = list || [];\n var lastIdentifiers = modulesToDom(list, options);\n return function update(newList) {\n newList = newList || [];\n\n if (Object.prototype.toString.call(newList) !== '[object Array]') {\n return;\n }\n\n for (var i = 0; i < lastIdentifiers.length; i++) {\n var identifier = lastIdentifiers[i];\n var index = getIndexByIdentifier(identifier);\n stylesInDom[index].references--;\n }\n\n var newLastIdentifiers = modulesToDom(newList, options);\n\n for (var _i = 0; _i < lastIdentifiers.length; _i++) {\n var _identifier = lastIdentifiers[_i];\n\n var _index = getIndexByIdentifier(_identifier);\n\n if (stylesInDom[_index].references === 0) {\n stylesInDom[_index].updater();\n\n stylesInDom.splice(_index, 1);\n }\n }\n\n lastIdentifiers = newLastIdentifiers;\n };\n};","\"use strict\";\n\nfunction _slicedToArray(arr, i) { return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _unsupportedIterableToArray(arr, i) || _nonIterableRest(); }\n\nfunction _nonIterableRest() { throw new TypeError(\"Invalid attempt to destructure non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.\"); }\n\nfunction _unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === \"string\") return _arrayLikeToArray(o, minLen); var n = Object.prototype.toString.call(o).slice(8, -1); if (n === \"Object\" && o.constructor) n = o.constructor.name; if (n === \"Map\" || n === \"Set\") return Array.from(o); if (n === \"Arguments\" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen); }\n\nfunction _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) { arr2[i] = arr[i]; } return arr2; }\n\nfunction _iterableToArrayLimit(arr, i) { var _i = arr && (typeof Symbol !== \"undefined\" && arr[Symbol.iterator] || arr[\"@@iterator\"]); if (_i == null) return; var _arr = []; var _n = true; var _d = false; var _s, _e; try { for (_i = _i.call(arr); !(_n = (_s = _i.next()).done); _n = true) { _arr.push(_s.value); if (i && _arr.length === i) break; } } catch (err) { _d = true; _e = err; } finally { try { if (!_n && _i[\"return\"] != null) _i[\"return\"](); } finally { if (_d) throw _e; } } return _arr; }\n\nfunction _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }\n\nmodule.exports = function cssWithMappingToString(item) {\n var _item = _slicedToArray(item, 4),\n content = _item[1],\n cssMapping = _item[3];\n\n if (typeof btoa === \"function\") {\n // eslint-disable-next-line no-undef\n var base64 = btoa(unescape(encodeURIComponent(JSON.stringify(cssMapping))));\n var data = \"sourceMappingURL=data:application/json;charset=utf-8;base64,\".concat(base64);\n var sourceMapping = \"/*# \".concat(data, \" */\");\n var sourceURLs = cssMapping.sources.map(function (source) {\n return \"/*# sourceURL=\".concat(cssMapping.sourceRoot || \"\").concat(source, \" */\");\n });\n return [content].concat(sourceURLs).concat([sourceMapping]).join(\"\\n\");\n }\n\n return [content].join(\"\\n\");\n};","\"use strict\";\n\n/*\n MIT License http://www.opensource.org/licenses/mit-license.php\n Author Tobias Koppers @sokra\n*/\n// css base code, injected by the css-loader\n// eslint-disable-next-line func-names\nmodule.exports = function (cssWithMappingToString) {\n var list = []; // return the list of modules as css string\n\n list.toString = function toString() {\n return this.map(function (item) {\n var content = cssWithMappingToString(item);\n\n if (item[2]) {\n return \"@media \".concat(item[2], \" {\").concat(content, \"}\");\n }\n\n return content;\n }).join(\"\");\n }; // import a list of modules into the list\n // eslint-disable-next-line func-names\n\n\n list.i = function (modules, mediaQuery, dedupe) {\n if (typeof modules === \"string\") {\n // eslint-disable-next-line no-param-reassign\n modules = [[null, modules, \"\"]];\n }\n\n var alreadyImportedModules = {};\n\n if (dedupe) {\n for (var i = 0; i < this.length; i++) {\n // eslint-disable-next-line prefer-destructuring\n var id = this[i][0];\n\n if (id != null) {\n alreadyImportedModules[id] = true;\n }\n }\n }\n\n for (var _i = 0; _i < modules.length; _i++) {\n var item = [].concat(modules[_i]);\n\n if (dedupe && alreadyImportedModules[item[0]]) {\n // eslint-disable-next-line no-continue\n continue;\n }\n\n if (mediaQuery) {\n if (!item[2]) {\n item[2] = mediaQuery;\n } else {\n item[2] = \"\".concat(mediaQuery, \" and \").concat(item[2]);\n }\n }\n\n list.push(item);\n }\n };\n\n return list;\n};","var toString = {}.toString;\n\nmodule.exports = function (it) {\n return toString.call(it).slice(8, -1);\n};\n","var DESCRIPTORS = require('../internals/descriptors');\nvar propertyIsEnumerableModule = require('../internals/object-property-is-enumerable');\nvar createPropertyDescriptor = require('../internals/create-property-descriptor');\nvar toIndexedObject = require('../internals/to-indexed-object');\nvar toPrimitive = require('../internals/to-primitive');\nvar has = require('../internals/has');\nvar IE8_DOM_DEFINE = require('../internals/ie8-dom-define');\n\n// eslint-disable-next-line es/no-object-getownpropertydescriptor -- safe\nvar $getOwnPropertyDescriptor = Object.getOwnPropertyDescriptor;\n\n// `Object.getOwnPropertyDescriptor` method\n// https://tc39.es/ecma262/#sec-object.getownpropertydescriptor\nexports.f = DESCRIPTORS ? $getOwnPropertyDescriptor : function getOwnPropertyDescriptor(O, P) {\n O = toIndexedObject(O);\n P = toPrimitive(P, true);\n if (IE8_DOM_DEFINE) try {\n return $getOwnPropertyDescriptor(O, P);\n } catch (error) { /* empty */ }\n if (has(O, P)) return createPropertyDescriptor(!propertyIsEnumerableModule.f.call(O, P), O[P]);\n};\n","/**\n * Checks if `value` is classified as an `Array` object.\n *\n * @static\n * @memberOf _\n * @since 0.1.0\n * @category Lang\n * @param {*} value The value to check.\n * @returns {boolean} Returns `true` if `value` is an array, else `false`.\n * @example\n *\n * _.isArray([1, 2, 3]);\n * // => true\n *\n * _.isArray(document.body.children);\n * // => false\n *\n * _.isArray('abc');\n * // => false\n *\n * _.isArray(_.noop);\n * // => false\n */\nvar isArray = Array.isArray;\n\nmodule.exports = isArray;\n","var path = require('../internals/path');\nvar global = require('../internals/global');\n\nvar aFunction = function (variable) {\n return typeof variable == 'function' ? variable : undefined;\n};\n\nmodule.exports = function (namespace, method) {\n return arguments.length < 2 ? aFunction(path[namespace]) || aFunction(global[namespace])\n : path[namespace] && path[namespace][method] || global[namespace] && global[namespace][method];\n};\n","module.exports = function (bitmap, value) {\n return {\n enumerable: !(bitmap & 1),\n configurable: !(bitmap & 2),\n writable: !(bitmap & 4),\n value: value\n };\n};\n","var isObject = require('../internals/is-object');\n\n// `ToPrimitive` abstract operation\n// https://tc39.es/ecma262/#sec-toprimitive\n// instead of the ES6 spec version, we didn't implement @@toPrimitive case\n// and the second argument - flag - preferred type is a string\nmodule.exports = function (input, PREFERRED_STRING) {\n if (!isObject(input)) return input;\n var fn, val;\n if (PREFERRED_STRING && typeof (fn = input.toString) == 'function' && !isObject(val = fn.call(input))) return val;\n if (typeof (fn = input.valueOf) == 'function' && !isObject(val = fn.call(input))) return val;\n if (!PREFERRED_STRING && typeof (fn = input.toString) == 'function' && !isObject(val = fn.call(input))) return val;\n throw TypeError(\"Can't convert object to primitive value\");\n};\n","var NATIVE_WEAK_MAP = require('../internals/native-weak-map');\nvar global = require('../internals/global');\nvar isObject = require('../internals/is-object');\nvar createNonEnumerableProperty = require('../internals/create-non-enumerable-property');\nvar objectHas = require('../internals/has');\nvar shared = require('../internals/shared-store');\nvar sharedKey = require('../internals/shared-key');\nvar hiddenKeys = require('../internals/hidden-keys');\n\nvar OBJECT_ALREADY_INITIALIZED = 'Object already initialized';\nvar WeakMap = global.WeakMap;\nvar set, get, has;\n\nvar enforce = function (it) {\n return has(it) ? get(it) : set(it, {});\n};\n\nvar getterFor = function (TYPE) {\n return function (it) {\n var state;\n if (!isObject(it) || (state = get(it)).type !== TYPE) {\n throw TypeError('Incompatible receiver, ' + TYPE + ' required');\n } return state;\n };\n};\n\nif (NATIVE_WEAK_MAP || shared.state) {\n var store = shared.state || (shared.state = new WeakMap());\n var wmget = store.get;\n var wmhas = store.has;\n var wmset = store.set;\n set = function (it, metadata) {\n if (wmhas.call(store, it)) throw new TypeError(OBJECT_ALREADY_INITIALIZED);\n metadata.facade = it;\n wmset.call(store, it, metadata);\n return metadata;\n };\n get = function (it) {\n return wmget.call(store, it) || {};\n };\n has = function (it) {\n return wmhas.call(store, it);\n };\n} else {\n var STATE = sharedKey('state');\n hiddenKeys[STATE] = true;\n set = function (it, metadata) {\n if (objectHas(it, STATE)) throw new TypeError(OBJECT_ALREADY_INITIALIZED);\n metadata.facade = it;\n createNonEnumerableProperty(it, STATE, metadata);\n return metadata;\n };\n get = function (it) {\n return objectHas(it, STATE) ? it[STATE] : {};\n };\n has = function (it) {\n return objectHas(it, STATE);\n };\n}\n\nmodule.exports = {\n set: set,\n get: get,\n has: has,\n enforce: enforce,\n getterFor: getterFor\n};\n","var bind = require('../internals/function-bind-context');\nvar IndexedObject = require('../internals/indexed-object');\nvar toObject = require('../internals/to-object');\nvar toLength = require('../internals/to-length');\nvar arraySpeciesCreate = require('../internals/array-species-create');\n\nvar push = [].push;\n\n// `Array.prototype.{ forEach, map, filter, some, every, find, findIndex, filterOut }` methods implementation\nvar createMethod = function (TYPE) {\n var IS_MAP = TYPE == 1;\n var IS_FILTER = TYPE == 2;\n var IS_SOME = TYPE == 3;\n var IS_EVERY = TYPE == 4;\n var IS_FIND_INDEX = TYPE == 6;\n var IS_FILTER_OUT = TYPE == 7;\n var NO_HOLES = TYPE == 5 || IS_FIND_INDEX;\n return function ($this, callbackfn, that, specificCreate) {\n var O = toObject($this);\n var self = IndexedObject(O);\n var boundFunction = bind(callbackfn, that, 3);\n var length = toLength(self.length);\n var index = 0;\n var create = specificCreate || arraySpeciesCreate;\n var target = IS_MAP ? create($this, length) : IS_FILTER || IS_FILTER_OUT ? create($this, 0) : undefined;\n var value, result;\n for (;length > index; index++) if (NO_HOLES || index in self) {\n value = self[index];\n result = boundFunction(value, index, O);\n if (TYPE) {\n if (IS_MAP) target[index] = result; // map\n else if (result) switch (TYPE) {\n case 3: return true; // some\n case 5: return value; // find\n case 6: return index; // findIndex\n case 2: push.call(target, value); // filter\n } else switch (TYPE) {\n case 4: return false; // every\n case 7: push.call(target, value); // filterOut\n }\n }\n }\n return IS_FIND_INDEX ? -1 : IS_SOME || IS_EVERY ? IS_EVERY : target;\n };\n};\n\nmodule.exports = {\n // `Array.prototype.forEach` method\n // https://tc39.es/ecma262/#sec-array.prototype.foreach\n forEach: createMethod(0),\n // `Array.prototype.map` method\n // https://tc39.es/ecma262/#sec-array.prototype.map\n map: createMethod(1),\n // `Array.prototype.filter` method\n // https://tc39.es/ecma262/#sec-array.prototype.filter\n filter: createMethod(2),\n // `Array.prototype.some` method\n // https://tc39.es/ecma262/#sec-array.prototype.some\n some: createMethod(3),\n // `Array.prototype.every` method\n // https://tc39.es/ecma262/#sec-array.prototype.every\n every: createMethod(4),\n // `Array.prototype.find` method\n // https://tc39.es/ecma262/#sec-array.prototype.find\n find: createMethod(5),\n // `Array.prototype.findIndex` method\n // https://tc39.es/ecma262/#sec-array.prototype.findIndex\n findIndex: createMethod(6),\n // `Array.prototype.filterOut` method\n // https://github.com/tc39/proposal-array-filtering\n filterOut: createMethod(7)\n};\n","/**\n * Checks if `value` is object-like. A value is object-like if it's not `null`\n * and has a `typeof` result of \"object\".\n *\n * @static\n * @memberOf _\n * @since 4.0.0\n * @category Lang\n * @param {*} value The value to check.\n * @returns {boolean} Returns `true` if `value` is object-like, else `false`.\n * @example\n *\n * _.isObjectLike({});\n * // => true\n *\n * _.isObjectLike([1, 2, 3]);\n * // => true\n *\n * _.isObjectLike(_.noop);\n * // => false\n *\n * _.isObjectLike(null);\n * // => false\n */\nfunction isObjectLike(value) {\n return value != null && typeof value == 'object';\n}\n\nmodule.exports = isObjectLike;\n","\"use strict\";\n\nrequire(\"core-js/modules/es.regexp.exec\");\n\nrequire(\"core-js/modules/es.string.replace\");\n\nObject.defineProperty(exports, \"__esModule\", {\n value: true\n});\nexports.getLocale = getLocale;\nexports.getCanonicalLocale = getCanonicalLocale;\nexports.getLanguage = getLanguage;\nexports.translate = translate;\nexports.translatePlural = translatePlural;\nexports.getFirstDay = getFirstDay;\nexports.getDayNames = getDayNames;\nexports.getDayNamesShort = getDayNamesShort;\nexports.getDayNamesMin = getDayNamesMin;\nexports.getMonthNames = getMonthNames;\nexports.getMonthNamesShort = getMonthNamesShort;\n\n/// <reference types=\"@nextcloud/typings\" />\n\n/**\n * Returns the user's locale\n */\nfunction getLocale() {\n if (typeof OC === 'undefined') {\n console.warn('No OC found');\n return 'en';\n }\n\n return OC.getLocale();\n}\n\nfunction getCanonicalLocale() {\n return getLocale().replace(/_/g, '-');\n}\n/**\n * Returns the user's language\n */\n\n\nfunction getLanguage() {\n if (typeof OC === 'undefined') {\n console.warn('No OC found');\n return 'en';\n }\n\n return OC.getLanguage();\n}\n\n/**\n * Translate a string\n *\n * @param {string} app the id of the app for which to translate the string\n * @param {string} text the string to translate\n * @param {object} vars map of placeholder key to value\n * @param {number} number to replace %n with\n * @param {object} [options] options object\n * @return {string}\n */\nfunction translate(app, text, vars, count, options) {\n if (typeof OC === 'undefined') {\n console.warn('No OC found');\n return text;\n }\n\n return OC.L10N.translate(app, text, vars, count, options);\n}\n/**\n * Translate a plural string\n *\n * @param {string} app the id of the app for which to translate the string\n * @param {string} textSingular the string to translate for exactly one object\n * @param {string} textPlural the string to translate for n objects\n * @param {number} count number to determine whether to use singular or plural\n * @param {Object} vars of placeholder key to value\n * @param {object} options options object\n * @return {string}\n */\n\n\nfunction translatePlural(app, textSingular, textPlural, count, vars, options) {\n if (typeof OC === 'undefined') {\n console.warn('No OC found');\n return textSingular;\n }\n\n return OC.L10N.translatePlural(app, textSingular, textPlural, count, vars, options);\n}\n/**\n * Get the first day of the week\n *\n * @return {number}\n */\n\n\nfunction getFirstDay() {\n if (typeof window.firstDay === 'undefined') {\n console.warn('No firstDay found');\n return 1;\n }\n\n return window.firstDay;\n}\n/**\n * Get a list of day names (full names)\n *\n * @return {string[]}\n */\n\n\nfunction getDayNames() {\n if (typeof window.dayNames === 'undefined') {\n console.warn('No dayNames found');\n return ['Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday'];\n }\n\n return window.dayNames;\n}\n/**\n * Get a list of day names (short names)\n *\n * @return {string[]}\n */\n\n\nfunction getDayNamesShort() {\n if (typeof window.dayNamesShort === 'undefined') {\n console.warn('No dayNamesShort found');\n return ['Sun.', 'Mon.', 'Tue.', 'Wed.', 'Thu.', 'Fri.', 'Sat.'];\n }\n\n return window.dayNamesShort;\n}\n/**\n * Get a list of day names (minified names)\n *\n * @return {string[]}\n */\n\n\nfunction getDayNamesMin() {\n if (typeof window.dayNamesMin === 'undefined') {\n console.warn('No dayNamesMin found');\n return ['Su', 'Mo', 'Tu', 'We', 'Th', 'Fr', 'Sa'];\n }\n\n return window.dayNamesMin;\n}\n/**\n * Get a list of month names (full names)\n *\n * @return {string[]}\n */\n\n\nfunction getMonthNames() {\n if (typeof window.monthNames === 'undefined') {\n console.warn('No monthNames found');\n return ['January', 'February', 'March', 'April', 'May', 'June', 'July', 'August', 'September', 'October', 'November', 'December'];\n }\n\n return window.monthNames;\n}\n/**\n * Get a list of month names (short names)\n *\n * @return {string[]}\n */\n\n\nfunction getMonthNamesShort() {\n if (typeof window.monthNamesShort === 'undefined') {\n console.warn('No monthNamesShort found');\n return ['Jan.', 'Feb.', 'Mar.', 'Apr.', 'May.', 'Jun.', 'Jul.', 'Aug.', 'Sep.', 'Oct.', 'Nov.', 'Dec.'];\n }\n\n return window.monthNamesShort;\n}\n//# sourceMappingURL=index.js.map","'use strict';\nvar $ = require('../internals/export');\nvar exec = require('../internals/regexp-exec');\n\n// `RegExp.prototype.exec` method\n// https://tc39.es/ecma262/#sec-regexp.prototype.exec\n$({ target: 'RegExp', proto: true, forced: /./.exec !== exec }, {\n exec: exec\n});\n","var check = function (it) {\n return it && it.Math == Math && it;\n};\n\n// https://github.com/zloirock/core-js/issues/86#issuecomment-115759028\nmodule.exports =\n /* global globalThis -- safe */\n check(typeof globalThis == 'object' && globalThis) ||\n check(typeof window == 'object' && window) ||\n check(typeof self == 'object' && self) ||\n check(typeof global == 'object' && global) ||\n // eslint-disable-next-line no-new-func -- fallback\n (function () { return this; })() || Function('return this')();\n","module.exports = function (exec) {\n try {\n return !!exec();\n } catch (error) {\n return true;\n }\n};\n","var fails = require('../internals/fails');\n\n// Detect IE8's incomplete defineProperty implementation\nmodule.exports = !fails(function () {\n return Object.defineProperty({}, 1, { get: function () { return 7; } })[1] != 7;\n});\n","'use strict';\nvar nativePropertyIsEnumerable = {}.propertyIsEnumerable;\nvar getOwnPropertyDescriptor = Object.getOwnPropertyDescriptor;\n\n// Nashorn ~ JDK8 bug\nvar NASHORN_BUG = getOwnPropertyDescriptor && !nativePropertyIsEnumerable.call({ 1: 2 }, 1);\n\n// `Object.prototype.propertyIsEnumerable` method implementation\n// https://tc39.es/ecma262/#sec-object.prototype.propertyisenumerable\nexports.f = NASHORN_BUG ? function propertyIsEnumerable(V) {\n var descriptor = getOwnPropertyDescriptor(this, V);\n return !!descriptor && descriptor.enumerable;\n} : nativePropertyIsEnumerable;\n","module.exports = function (bitmap, value) {\n return {\n enumerable: !(bitmap & 1),\n configurable: !(bitmap & 2),\n writable: !(bitmap & 4),\n value: value\n };\n};\n","var toString = {}.toString;\n\nmodule.exports = function (it) {\n return toString.call(it).slice(8, -1);\n};\n","var fails = require('../internals/fails');\nvar classof = require('../internals/classof-raw');\n\nvar split = ''.split;\n\n// fallback for non-array-like ES3 and non-enumerable old V8 strings\nmodule.exports = fails(function () {\n // throws an error in rhino, see https://github.com/mozilla/rhino/issues/346\n // eslint-disable-next-line no-prototype-builtins -- safe\n return !Object('z').propertyIsEnumerable(0);\n}) ? function (it) {\n return classof(it) == 'String' ? split.call(it, '') : Object(it);\n} : Object;\n","// `RequireObjectCoercible` abstract operation\n// https://tc39.es/ecma262/#sec-requireobjectcoercible\nmodule.exports = function (it) {\n if (it == undefined) throw TypeError(\"Can't call method on \" + it);\n return it;\n};\n","// toObject with fallback for non-array-like ES3 strings\nvar IndexedObject = require('../internals/indexed-object');\nvar requireObjectCoercible = require('../internals/require-object-coercible');\n\nmodule.exports = function (it) {\n return IndexedObject(requireObjectCoercible(it));\n};\n","module.exports = function (it) {\n return typeof it === 'object' ? it !== null : typeof it === 'function';\n};\n","var isObject = require('../internals/is-object');\n\n// `ToPrimitive` abstract operation\n// https://tc39.es/ecma262/#sec-toprimitive\n// instead of the ES6 spec version, we didn't implement @@toPrimitive case\n// and the second argument - flag - preferred type is a string\nmodule.exports = function (input, PREFERRED_STRING) {\n if (!isObject(input)) return input;\n var fn, val;\n if (PREFERRED_STRING && typeof (fn = input.toString) == 'function' && !isObject(val = fn.call(input))) return val;\n if (typeof (fn = input.valueOf) == 'function' && !isObject(val = fn.call(input))) return val;\n if (!PREFERRED_STRING && typeof (fn = input.toString) == 'function' && !isObject(val = fn.call(input))) return val;\n throw TypeError(\"Can't convert object to primitive value\");\n};\n","var requireObjectCoercible = require('../internals/require-object-coercible');\n\n// `ToObject` abstract operation\n// https://tc39.es/ecma262/#sec-toobject\nmodule.exports = function (argument) {\n return Object(requireObjectCoercible(argument));\n};\n","var hasOwnProperty = {}.hasOwnProperty;\n\nmodule.exports = function (it, key) {\n return hasOwnProperty.call(it, key);\n};\n","var global = require('../internals/global');\nvar isObject = require('../internals/is-object');\n\nvar document = global.document;\n// typeof document.createElement is 'object' in old IE\nvar EXISTS = isObject(document) && isObject(document.createElement);\n\nmodule.exports = function (it) {\n return EXISTS ? document.createElement(it) : {};\n};\n","var DESCRIPTORS = require('../internals/descriptors');\nvar fails = require('../internals/fails');\nvar createElement = require('../internals/document-create-element');\n\n// Thank's IE8 for his funny defineProperty\nmodule.exports = !DESCRIPTORS && !fails(function () {\n return Object.defineProperty(createElement('div'), 'a', {\n get: function () { return 7; }\n }).a != 7;\n});\n","var DESCRIPTORS = require('../internals/descriptors');\nvar propertyIsEnumerableModule = require('../internals/object-property-is-enumerable');\nvar createPropertyDescriptor = require('../internals/create-property-descriptor');\nvar toIndexedObject = require('../internals/to-indexed-object');\nvar toPrimitive = require('../internals/to-primitive');\nvar has = require('../internals/has');\nvar IE8_DOM_DEFINE = require('../internals/ie8-dom-define');\n\nvar nativeGetOwnPropertyDescriptor = Object.getOwnPropertyDescriptor;\n\n// `Object.getOwnPropertyDescriptor` method\n// https://tc39.es/ecma262/#sec-object.getownpropertydescriptor\nexports.f = DESCRIPTORS ? nativeGetOwnPropertyDescriptor : function getOwnPropertyDescriptor(O, P) {\n O = toIndexedObject(O);\n P = toPrimitive(P, true);\n if (IE8_DOM_DEFINE) try {\n return nativeGetOwnPropertyDescriptor(O, P);\n } catch (error) { /* empty */ }\n if (has(O, P)) return createPropertyDescriptor(!propertyIsEnumerableModule.f.call(O, P), O[P]);\n};\n","var isObject = require('../internals/is-object');\n\nmodule.exports = function (it) {\n if (!isObject(it)) {\n throw TypeError(String(it) + ' is not an object');\n } return it;\n};\n","var DESCRIPTORS = require('../internals/descriptors');\nvar IE8_DOM_DEFINE = require('../internals/ie8-dom-define');\nvar anObject = require('../internals/an-object');\nvar toPrimitive = require('../internals/to-primitive');\n\nvar nativeDefineProperty = Object.defineProperty;\n\n// `Object.defineProperty` method\n// https://tc39.es/ecma262/#sec-object.defineproperty\nexports.f = DESCRIPTORS ? nativeDefineProperty : function defineProperty(O, P, Attributes) {\n anObject(O);\n P = toPrimitive(P, true);\n anObject(Attributes);\n if (IE8_DOM_DEFINE) try {\n return nativeDefineProperty(O, P, Attributes);\n } catch (error) { /* empty */ }\n if ('get' in Attributes || 'set' in Attributes) throw TypeError('Accessors not supported');\n if ('value' in Attributes) O[P] = Attributes.value;\n return O;\n};\n","var DESCRIPTORS = require('../internals/descriptors');\nvar definePropertyModule = require('../internals/object-define-property');\nvar createPropertyDescriptor = require('../internals/create-property-descriptor');\n\nmodule.exports = DESCRIPTORS ? function (object, key, value) {\n return definePropertyModule.f(object, key, createPropertyDescriptor(1, value));\n} : function (object, key, value) {\n object[key] = value;\n return object;\n};\n","var global = require('../internals/global');\nvar createNonEnumerableProperty = require('../internals/create-non-enumerable-property');\n\nmodule.exports = function (key, value) {\n try {\n createNonEnumerableProperty(global, key, value);\n } catch (error) {\n global[key] = value;\n } return value;\n};\n","var global = require('../internals/global');\nvar setGlobal = require('../internals/set-global');\n\nvar SHARED = '__core-js_shared__';\nvar store = global[SHARED] || setGlobal(SHARED, {});\n\nmodule.exports = store;\n","var store = require('../internals/shared-store');\n\nvar functionToString = Function.toString;\n\n// this helper broken in `3.4.1-3.4.4`, so we can't use `shared` helper\nif (typeof store.inspectSource != 'function') {\n store.inspectSource = function (it) {\n return functionToString.call(it);\n };\n}\n\nmodule.exports = store.inspectSource;\n","var NATIVE_WEAK_MAP = require('../internals/native-weak-map');\nvar global = require('../internals/global');\nvar isObject = require('../internals/is-object');\nvar createNonEnumerableProperty = require('../internals/create-non-enumerable-property');\nvar objectHas = require('../internals/has');\nvar shared = require('../internals/shared-store');\nvar sharedKey = require('../internals/shared-key');\nvar hiddenKeys = require('../internals/hidden-keys');\n\nvar WeakMap = global.WeakMap;\nvar set, get, has;\n\nvar enforce = function (it) {\n return has(it) ? get(it) : set(it, {});\n};\n\nvar getterFor = function (TYPE) {\n return function (it) {\n var state;\n if (!isObject(it) || (state = get(it)).type !== TYPE) {\n throw TypeError('Incompatible receiver, ' + TYPE + ' required');\n } return state;\n };\n};\n\nif (NATIVE_WEAK_MAP) {\n var store = shared.state || (shared.state = new WeakMap());\n var wmget = store.get;\n var wmhas = store.has;\n var wmset = store.set;\n set = function (it, metadata) {\n metadata.facade = it;\n wmset.call(store, it, metadata);\n return metadata;\n };\n get = function (it) {\n return wmget.call(store, it) || {};\n };\n has = function (it) {\n return wmhas.call(store, it);\n };\n} else {\n var STATE = sharedKey('state');\n hiddenKeys[STATE] = true;\n set = function (it, metadata) {\n metadata.facade = it;\n createNonEnumerableProperty(it, STATE, metadata);\n return metadata;\n };\n get = function (it) {\n return objectHas(it, STATE) ? it[STATE] : {};\n };\n has = function (it) {\n return objectHas(it, STATE);\n };\n}\n\nmodule.exports = {\n set: set,\n get: get,\n has: has,\n enforce: enforce,\n getterFor: getterFor\n};\n","var global = require('../internals/global');\nvar inspectSource = require('../internals/inspect-source');\n\nvar WeakMap = global.WeakMap;\n\nmodule.exports = typeof WeakMap === 'function' && /native code/.test(inspectSource(WeakMap));\n","var IS_PURE = require('../internals/is-pure');\nvar store = require('../internals/shared-store');\n\n(module.exports = function (key, value) {\n return store[key] || (store[key] = value !== undefined ? value : {});\n})('versions', []).push({\n version: '3.9.1',\n mode: IS_PURE ? 'pure' : 'global',\n copyright: '© 2021 Denis Pushkarev (zloirock.ru)'\n});\n","var id = 0;\nvar postfix = Math.random();\n\nmodule.exports = function (key) {\n return 'Symbol(' + String(key === undefined ? '' : key) + ')_' + (++id + postfix).toString(36);\n};\n","var shared = require('../internals/shared');\nvar uid = require('../internals/uid');\n\nvar keys = shared('keys');\n\nmodule.exports = function (key) {\n return keys[key] || (keys[key] = uid(key));\n};\n","module.exports = {};\n","var global = require('../internals/global');\nvar createNonEnumerableProperty = require('../internals/create-non-enumerable-property');\nvar has = require('../internals/has');\nvar setGlobal = require('../internals/set-global');\nvar inspectSource = require('../internals/inspect-source');\nvar InternalStateModule = require('../internals/internal-state');\n\nvar getInternalState = InternalStateModule.get;\nvar enforceInternalState = InternalStateModule.enforce;\nvar TEMPLATE = String(String).split('String');\n\n(module.exports = function (O, key, value, options) {\n var unsafe = options ? !!options.unsafe : false;\n var simple = options ? !!options.enumerable : false;\n var noTargetGet = options ? !!options.noTargetGet : false;\n var state;\n if (typeof value == 'function') {\n if (typeof key == 'string' && !has(value, 'name')) {\n createNonEnumerableProperty(value, 'name', key);\n }\n state = enforceInternalState(value);\n if (!state.source) {\n state.source = TEMPLATE.join(typeof key == 'string' ? key : '');\n }\n }\n if (O === global) {\n if (simple) O[key] = value;\n else setGlobal(key, value);\n return;\n } else if (!unsafe) {\n delete O[key];\n } else if (!noTargetGet && O[key]) {\n simple = true;\n }\n if (simple) O[key] = value;\n else createNonEnumerableProperty(O, key, value);\n// add fake Function#toString for correct work wrapped methods / constructors with methods like LoDash isNative\n})(Function.prototype, 'toString', function toString() {\n return typeof this == 'function' && getInternalState(this).source || inspectSource(this);\n});\n","var global = require('../internals/global');\n\nmodule.exports = global;\n","var path = require('../internals/path');\nvar global = require('../internals/global');\n\nvar aFunction = function (variable) {\n return typeof variable == 'function' ? variable : undefined;\n};\n\nmodule.exports = function (namespace, method) {\n return arguments.length < 2 ? aFunction(path[namespace]) || aFunction(global[namespace])\n : path[namespace] && path[namespace][method] || global[namespace] && global[namespace][method];\n};\n","var ceil = Math.ceil;\nvar floor = Math.floor;\n\n// `ToInteger` abstract operation\n// https://tc39.es/ecma262/#sec-tointeger\nmodule.exports = function (argument) {\n return isNaN(argument = +argument) ? 0 : (argument > 0 ? floor : ceil)(argument);\n};\n","var toInteger = require('../internals/to-integer');\n\nvar min = Math.min;\n\n// `ToLength` abstract operation\n// https://tc39.es/ecma262/#sec-tolength\nmodule.exports = function (argument) {\n return argument > 0 ? min(toInteger(argument), 0x1FFFFFFFFFFFFF) : 0; // 2 ** 53 - 1 == 9007199254740991\n};\n","var toInteger = require('../internals/to-integer');\n\nvar max = Math.max;\nvar min = Math.min;\n\n// Helper for a popular repeating case of the spec:\n// Let integer be ? ToInteger(index).\n// If integer < 0, let result be max((length + integer), 0); else let result be min(integer, length).\nmodule.exports = function (index, length) {\n var integer = toInteger(index);\n return integer < 0 ? max(integer + length, 0) : min(integer, length);\n};\n","var toIndexedObject = require('../internals/to-indexed-object');\nvar toLength = require('../internals/to-length');\nvar toAbsoluteIndex = require('../internals/to-absolute-index');\n\n// `Array.prototype.{ indexOf, includes }` methods implementation\nvar createMethod = function (IS_INCLUDES) {\n return function ($this, el, fromIndex) {\n var O = toIndexedObject($this);\n var length = toLength(O.length);\n var index = toAbsoluteIndex(fromIndex, length);\n var value;\n // Array#includes uses SameValueZero equality algorithm\n // eslint-disable-next-line no-self-compare -- NaN check\n if (IS_INCLUDES && el != el) while (length > index) {\n value = O[index++];\n // eslint-disable-next-line no-self-compare -- NaN check\n if (value != value) return true;\n // Array#indexOf ignores holes, Array#includes - not\n } else for (;length > index; index++) {\n if ((IS_INCLUDES || index in O) && O[index] === el) return IS_INCLUDES || index || 0;\n } return !IS_INCLUDES && -1;\n };\n};\n\nmodule.exports = {\n // `Array.prototype.includes` method\n // https://tc39.es/ecma262/#sec-array.prototype.includes\n includes: createMethod(true),\n // `Array.prototype.indexOf` method\n // https://tc39.es/ecma262/#sec-array.prototype.indexof\n indexOf: createMethod(false)\n};\n","var has = require('../internals/has');\nvar toIndexedObject = require('../internals/to-indexed-object');\nvar indexOf = require('../internals/array-includes').indexOf;\nvar hiddenKeys = require('../internals/hidden-keys');\n\nmodule.exports = function (object, names) {\n var O = toIndexedObject(object);\n var i = 0;\n var result = [];\n var key;\n for (key in O) !has(hiddenKeys, key) && has(O, key) && result.push(key);\n // Don't enum bug & hidden keys\n while (names.length > i) if (has(O, key = names[i++])) {\n ~indexOf(result, key) || result.push(key);\n }\n return result;\n};\n","// IE8- don't enum bug keys\nmodule.exports = [\n 'constructor',\n 'hasOwnProperty',\n 'isPrototypeOf',\n 'propertyIsEnumerable',\n 'toLocaleString',\n 'toString',\n 'valueOf'\n];\n","var internalObjectKeys = require('../internals/object-keys-internal');\nvar enumBugKeys = require('../internals/enum-bug-keys');\n\nvar hiddenKeys = enumBugKeys.concat('length', 'prototype');\n\n// `Object.getOwnPropertyNames` method\n// https://tc39.es/ecma262/#sec-object.getownpropertynames\nexports.f = Object.getOwnPropertyNames || function getOwnPropertyNames(O) {\n return internalObjectKeys(O, hiddenKeys);\n};\n","exports.f = Object.getOwnPropertySymbols;\n","var getBuiltIn = require('../internals/get-built-in');\nvar getOwnPropertyNamesModule = require('../internals/object-get-own-property-names');\nvar getOwnPropertySymbolsModule = require('../internals/object-get-own-property-symbols');\nvar anObject = require('../internals/an-object');\n\n// all object keys, includes non-enumerable and symbols\nmodule.exports = getBuiltIn('Reflect', 'ownKeys') || function ownKeys(it) {\n var keys = getOwnPropertyNamesModule.f(anObject(it));\n var getOwnPropertySymbols = getOwnPropertySymbolsModule.f;\n return getOwnPropertySymbols ? keys.concat(getOwnPropertySymbols(it)) : keys;\n};\n","var has = require('../internals/has');\nvar ownKeys = require('../internals/own-keys');\nvar getOwnPropertyDescriptorModule = require('../internals/object-get-own-property-descriptor');\nvar definePropertyModule = require('../internals/object-define-property');\n\nmodule.exports = function (target, source) {\n var keys = ownKeys(source);\n var defineProperty = definePropertyModule.f;\n var getOwnPropertyDescriptor = getOwnPropertyDescriptorModule.f;\n for (var i = 0; i < keys.length; i++) {\n var key = keys[i];\n if (!has(target, key)) defineProperty(target, key, getOwnPropertyDescriptor(source, key));\n }\n};\n","var fails = require('../internals/fails');\n\nvar replacement = /#|\\.prototype\\./;\n\nvar isForced = function (feature, detection) {\n var value = data[normalize(feature)];\n return value == POLYFILL ? true\n : value == NATIVE ? false\n : typeof detection == 'function' ? fails(detection)\n : !!detection;\n};\n\nvar normalize = isForced.normalize = function (string) {\n return String(string).replace(replacement, '.').toLowerCase();\n};\n\nvar data = isForced.data = {};\nvar NATIVE = isForced.NATIVE = 'N';\nvar POLYFILL = isForced.POLYFILL = 'P';\n\nmodule.exports = isForced;\n","var global = require('../internals/global');\nvar getOwnPropertyDescriptor = require('../internals/object-get-own-property-descriptor').f;\nvar createNonEnumerableProperty = require('../internals/create-non-enumerable-property');\nvar redefine = require('../internals/redefine');\nvar setGlobal = require('../internals/set-global');\nvar copyConstructorProperties = require('../internals/copy-constructor-properties');\nvar isForced = require('../internals/is-forced');\n\n/*\n options.target - name of the target object\n options.global - target is the global object\n options.stat - export as static methods of target\n options.proto - export as prototype methods of target\n options.real - real prototype method for the `pure` version\n options.forced - export even if the native feature is available\n options.bind - bind methods to the target, required for the `pure` version\n options.wrap - wrap constructors to preventing global pollution, required for the `pure` version\n options.unsafe - use the simple assignment of property instead of delete + defineProperty\n options.sham - add a flag to not completely full polyfills\n options.enumerable - export as enumerable property\n options.noTargetGet - prevent calling a getter on target\n*/\nmodule.exports = function (options, source) {\n var TARGET = options.target;\n var GLOBAL = options.global;\n var STATIC = options.stat;\n var FORCED, target, key, targetProperty, sourceProperty, descriptor;\n if (GLOBAL) {\n target = global;\n } else if (STATIC) {\n target = global[TARGET] || setGlobal(TARGET, {});\n } else {\n target = (global[TARGET] || {}).prototype;\n }\n if (target) for (key in source) {\n sourceProperty = source[key];\n if (options.noTargetGet) {\n descriptor = getOwnPropertyDescriptor(target, key);\n targetProperty = descriptor && descriptor.value;\n } else targetProperty = target[key];\n FORCED = isForced(GLOBAL ? key : TARGET + (STATIC ? '.' : '#') + key, options.forced);\n // contained in target\n if (!FORCED && targetProperty !== undefined) {\n if (typeof sourceProperty === typeof targetProperty) continue;\n copyConstructorProperties(sourceProperty, targetProperty);\n }\n // add a flag to not completely full polyfills\n if (options.sham || (targetProperty && targetProperty.sham)) {\n createNonEnumerableProperty(sourceProperty, 'sham', true);\n }\n // extend global\n redefine(target, key, sourceProperty, options);\n }\n};\n","var $ = require('../internals/export');\n\n// `Number.MAX_SAFE_INTEGER` constant\n// https://tc39.es/ecma262/#sec-number.max_safe_integer\n$({ target: 'Number', stat: true }, {\n MAX_SAFE_INTEGER: 0x1FFFFFFFFFFFFF\n});\n","var isObject = require('../internals/is-object');\n\nmodule.exports = function (it) {\n if (!isObject(it) && it !== null) {\n throw TypeError(\"Can't set \" + String(it) + ' as a prototype');\n } return it;\n};\n","var anObject = require('../internals/an-object');\nvar defineProperties = require('../internals/object-define-properties');\nvar enumBugKeys = require('../internals/enum-bug-keys');\nvar hiddenKeys = require('../internals/hidden-keys');\nvar html = require('../internals/html');\nvar documentCreateElement = require('../internals/document-create-element');\nvar sharedKey = require('../internals/shared-key');\n\nvar GT = '>';\nvar LT = '<';\nvar PROTOTYPE = 'prototype';\nvar SCRIPT = 'script';\nvar IE_PROTO = sharedKey('IE_PROTO');\n\nvar EmptyConstructor = function () { /* empty */ };\n\nvar scriptTag = function (content) {\n return LT + SCRIPT + GT + content + LT + '/' + SCRIPT + GT;\n};\n\n// Create object with fake `null` prototype: use ActiveX Object with cleared prototype\nvar NullProtoObjectViaActiveX = function (activeXDocument) {\n activeXDocument.write(scriptTag(''));\n activeXDocument.close();\n var temp = activeXDocument.parentWindow.Object;\n activeXDocument = null; // avoid memory leak\n return temp;\n};\n\n// Create object with fake `null` prototype: use iframe Object with cleared prototype\nvar NullProtoObjectViaIFrame = function () {\n // Thrash, waste and sodomy: IE GC bug\n var iframe = documentCreateElement('iframe');\n var JS = 'java' + SCRIPT + ':';\n var iframeDocument;\n iframe.style.display = 'none';\n html.appendChild(iframe);\n // https://github.com/zloirock/core-js/issues/475\n iframe.src = String(JS);\n iframeDocument = iframe.contentWindow.document;\n iframeDocument.open();\n iframeDocument.write(scriptTag('document.F=Object'));\n iframeDocument.close();\n return iframeDocument.F;\n};\n\n// Check for document.domain and active x support\n// No need to use active x approach when document.domain is not set\n// see https://github.com/es-shims/es5-shim/issues/150\n// variation of https://github.com/kitcambridge/es5-shim/commit/4f738ac066346\n// avoid IE GC bug\nvar activeXDocument;\nvar NullProtoObject = function () {\n try {\n /* global ActiveXObject -- old IE */\n activeXDocument = document.domain && new ActiveXObject('htmlfile');\n } catch (error) { /* ignore */ }\n NullProtoObject = activeXDocument ? NullProtoObjectViaActiveX(activeXDocument) : NullProtoObjectViaIFrame();\n var length = enumBugKeys.length;\n while (length--) delete NullProtoObject[PROTOTYPE][enumBugKeys[length]];\n return NullProtoObject();\n};\n\nhiddenKeys[IE_PROTO] = true;\n\n// `Object.create` method\n// https://tc39.es/ecma262/#sec-object.create\nmodule.exports = Object.create || function create(O, Properties) {\n var result;\n if (O !== null) {\n EmptyConstructor[PROTOTYPE] = anObject(O);\n result = new EmptyConstructor();\n EmptyConstructor[PROTOTYPE] = null;\n // add \"__proto__\" for Object.getPrototypeOf polyfill\n result[IE_PROTO] = O;\n } else result = NullProtoObject();\n return Properties === undefined ? result : defineProperties(result, Properties);\n};\n","/* eslint-disable no-proto -- safe */\nvar anObject = require('../internals/an-object');\nvar aPossiblePrototype = require('../internals/a-possible-prototype');\n\n// `Object.setPrototypeOf` method\n// https://tc39.es/ecma262/#sec-object.setprototypeof\n// Works with __proto__ only. Old v8 can't work with null proto objects.\n// eslint-disable-next-line es/no-object-setprototypeof -- safe\nmodule.exports = Object.setPrototypeOf || ('__proto__' in {} ? function () {\n var CORRECT_SETTER = false;\n var test = {};\n var setter;\n try {\n // eslint-disable-next-line es/no-object-getownpropertydescriptor -- safe\n setter = Object.getOwnPropertyDescriptor(Object.prototype, '__proto__').set;\n setter.call(test, []);\n CORRECT_SETTER = test instanceof Array;\n } catch (error) { /* empty */ }\n return function setPrototypeOf(O, proto) {\n anObject(O);\n aPossiblePrototype(proto);\n if (CORRECT_SETTER) setter.call(O, proto);\n else O.__proto__ = proto;\n return O;\n };\n}() : undefined);\n","var isObject = require('../internals/is-object');\nvar setPrototypeOf = require('../internals/object-set-prototype-of');\n\n// makes subclassing work correct for wrapped built-ins\nmodule.exports = function ($this, dummy, Wrapper) {\n var NewTarget, NewTargetPrototype;\n if (\n // it can work only with native `setPrototypeOf`\n setPrototypeOf &&\n // we haven't completely correct pre-ES6 way for getting `new.target`, so use this\n typeof (NewTarget = dummy.constructor) == 'function' &&\n NewTarget !== Wrapper &&\n isObject(NewTargetPrototype = NewTarget.prototype) &&\n NewTargetPrototype !== Wrapper.prototype\n ) setPrototypeOf($this, NewTargetPrototype);\n return $this;\n};\n","var internalObjectKeys = require('../internals/object-keys-internal');\nvar enumBugKeys = require('../internals/enum-bug-keys');\n\n// `Object.keys` method\n// https://tc39.es/ecma262/#sec-object.keys\nmodule.exports = Object.keys || function keys(O) {\n return internalObjectKeys(O, enumBugKeys);\n};\n","var DESCRIPTORS = require('../internals/descriptors');\nvar definePropertyModule = require('../internals/object-define-property');\nvar anObject = require('../internals/an-object');\nvar objectKeys = require('../internals/object-keys');\n\n// `Object.defineProperties` method\n// https://tc39.es/ecma262/#sec-object.defineproperties\n// eslint-disable-next-line es/no-object-defineproperties -- safe\nmodule.exports = DESCRIPTORS ? Object.defineProperties : function defineProperties(O, Properties) {\n anObject(O);\n var keys = objectKeys(Properties);\n var length = keys.length;\n var index = 0;\n var key;\n while (length > index) definePropertyModule.f(O, key = keys[index++], Properties[key]);\n return O;\n};\n","var getBuiltIn = require('../internals/get-built-in');\n\nmodule.exports = getBuiltIn('document', 'documentElement');\n","// a string of all valid unicode whitespaces\nmodule.exports = '\\u0009\\u000A\\u000B\\u000C\\u000D\\u0020\\u00A0\\u1680\\u2000\\u2001\\u2002' +\n '\\u2003\\u2004\\u2005\\u2006\\u2007\\u2008\\u2009\\u200A\\u202F\\u205F\\u3000\\u2028\\u2029\\uFEFF';\n","var requireObjectCoercible = require('../internals/require-object-coercible');\nvar whitespaces = require('../internals/whitespaces');\n\nvar whitespace = '[' + whitespaces + ']';\nvar ltrim = RegExp('^' + whitespace + whitespace + '*');\nvar rtrim = RegExp(whitespace + whitespace + '*$');\n\n// `String.prototype.{ trim, trimStart, trimEnd, trimLeft, trimRight }` methods implementation\nvar createMethod = function (TYPE) {\n return function ($this) {\n var string = String(requireObjectCoercible($this));\n if (TYPE & 1) string = string.replace(ltrim, '');\n if (TYPE & 2) string = string.replace(rtrim, '');\n return string;\n };\n};\n\nmodule.exports = {\n // `String.prototype.{ trimLeft, trimStart }` methods\n // https://tc39.es/ecma262/#sec-string.prototype.trimstart\n start: createMethod(1),\n // `String.prototype.{ trimRight, trimEnd }` methods\n // https://tc39.es/ecma262/#sec-string.prototype.trimend\n end: createMethod(2),\n // `String.prototype.trim` method\n // https://tc39.es/ecma262/#sec-string.prototype.trim\n trim: createMethod(3)\n};\n","'use strict';\nvar DESCRIPTORS = require('../internals/descriptors');\nvar global = require('../internals/global');\nvar isForced = require('../internals/is-forced');\nvar redefine = require('../internals/redefine');\nvar has = require('../internals/has');\nvar classof = require('../internals/classof-raw');\nvar inheritIfRequired = require('../internals/inherit-if-required');\nvar toPrimitive = require('../internals/to-primitive');\nvar fails = require('../internals/fails');\nvar create = require('../internals/object-create');\nvar getOwnPropertyNames = require('../internals/object-get-own-property-names').f;\nvar getOwnPropertyDescriptor = require('../internals/object-get-own-property-descriptor').f;\nvar defineProperty = require('../internals/object-define-property').f;\nvar trim = require('../internals/string-trim').trim;\n\nvar NUMBER = 'Number';\nvar NativeNumber = global[NUMBER];\nvar NumberPrototype = NativeNumber.prototype;\n\n// Opera ~12 has broken Object#toString\nvar BROKEN_CLASSOF = classof(create(NumberPrototype)) == NUMBER;\n\n// `ToNumber` abstract operation\n// https://tc39.es/ecma262/#sec-tonumber\nvar toNumber = function (argument) {\n var it = toPrimitive(argument, false);\n var first, third, radix, maxCode, digits, length, index, code;\n if (typeof it == 'string' && it.length > 2) {\n it = trim(it);\n first = it.charCodeAt(0);\n if (first === 43 || first === 45) {\n third = it.charCodeAt(2);\n if (third === 88 || third === 120) return NaN; // Number('+0x1') should be NaN, old V8 fix\n } else if (first === 48) {\n switch (it.charCodeAt(1)) {\n case 66: case 98: radix = 2; maxCode = 49; break; // fast equal of /^0b[01]+$/i\n case 79: case 111: radix = 8; maxCode = 55; break; // fast equal of /^0o[0-7]+$/i\n default: return +it;\n }\n digits = it.slice(2);\n length = digits.length;\n for (index = 0; index < length; index++) {\n code = digits.charCodeAt(index);\n // parseInt parses a string to a first unavailable symbol\n // but ToNumber should return NaN if a string contains unavailable symbols\n if (code < 48 || code > maxCode) return NaN;\n } return parseInt(digits, radix);\n }\n } return +it;\n};\n\n// `Number` constructor\n// https://tc39.es/ecma262/#sec-number-constructor\nif (isForced(NUMBER, !NativeNumber(' 0o1') || !NativeNumber('0b1') || NativeNumber('+0x1'))) {\n var NumberWrapper = function Number(value) {\n var it = arguments.length < 1 ? 0 : value;\n var dummy = this;\n return dummy instanceof NumberWrapper\n // check on 1..constructor(foo) case\n && (BROKEN_CLASSOF ? fails(function () { NumberPrototype.valueOf.call(dummy); }) : classof(dummy) != NUMBER)\n ? inheritIfRequired(new NativeNumber(toNumber(it)), dummy, NumberWrapper) : toNumber(it);\n };\n for (var keys = DESCRIPTORS ? getOwnPropertyNames(NativeNumber) : (\n // ES3:\n 'MAX_VALUE,MIN_VALUE,NaN,NEGATIVE_INFINITY,POSITIVE_INFINITY,' +\n // ES2015 (in case, if modules with ES2015 Number statics required before):\n 'EPSILON,isFinite,isInteger,isNaN,isSafeInteger,MAX_SAFE_INTEGER,' +\n 'MIN_SAFE_INTEGER,parseFloat,parseInt,isInteger,' +\n // ESNext\n 'fromString,range'\n ).split(','), j = 0, key; keys.length > j; j++) {\n if (has(NativeNumber, key = keys[j]) && !has(NumberWrapper, key)) {\n defineProperty(NumberWrapper, key, getOwnPropertyDescriptor(NativeNumber, key));\n }\n }\n NumberWrapper.prototype = NumberPrototype;\n NumberPrototype.constructor = NumberWrapper;\n redefine(global, NUMBER, NumberWrapper);\n}\n","// Note: this is the semver.org version of the spec that it implements\n// Not necessarily the package version of this code.\nconst SEMVER_SPEC_VERSION = '2.0.0'\n\nconst MAX_LENGTH = 256\nconst MAX_SAFE_INTEGER = Number.MAX_SAFE_INTEGER ||\n /* istanbul ignore next */ 9007199254740991\n\n// Max safe segment length for coercion.\nconst MAX_SAFE_COMPONENT_LENGTH = 16\n\nmodule.exports = {\n SEMVER_SPEC_VERSION,\n MAX_LENGTH,\n MAX_SAFE_INTEGER,\n MAX_SAFE_COMPONENT_LENGTH\n}\n","var global = require('../internals/global');\nvar userAgent = require('../internals/engine-user-agent');\n\nvar process = global.process;\nvar versions = process && process.versions;\nvar v8 = versions && versions.v8;\nvar match, version;\n\nif (v8) {\n match = v8.split('.');\n version = match[0] + match[1];\n} else if (userAgent) {\n match = userAgent.match(/Edge\\/(\\d+)/);\n if (!match || match[1] >= 74) {\n match = userAgent.match(/Chrome\\/(\\d+)/);\n if (match) version = match[1];\n }\n}\n\nmodule.exports = version && +version;\n","var classof = require('../internals/classof-raw');\nvar global = require('../internals/global');\n\nmodule.exports = classof(global.process) == 'process';\n","var getBuiltIn = require('../internals/get-built-in');\n\nmodule.exports = getBuiltIn('navigator', 'userAgent') || '';\n","var IS_NODE = require('../internals/engine-is-node');\nvar V8_VERSION = require('../internals/engine-v8-version');\nvar fails = require('../internals/fails');\n\nmodule.exports = !!Object.getOwnPropertySymbols && !fails(function () {\n /* global Symbol -- required for testing */\n return !Symbol.sham &&\n // Chrome 38 Symbol has incorrect toString conversion\n // Chrome 38-40 symbols are not inherited from DOM collections prototypes to instances\n (IS_NODE ? V8_VERSION === 38 : V8_VERSION > 37 && V8_VERSION < 41);\n});\n","var NATIVE_SYMBOL = require('../internals/native-symbol');\n\nmodule.exports = NATIVE_SYMBOL\n /* global Symbol -- safe */\n && !Symbol.sham\n && typeof Symbol.iterator == 'symbol';\n","var global = require('../internals/global');\nvar shared = require('../internals/shared');\nvar has = require('../internals/has');\nvar uid = require('../internals/uid');\nvar NATIVE_SYMBOL = require('../internals/native-symbol');\nvar USE_SYMBOL_AS_UID = require('../internals/use-symbol-as-uid');\n\nvar WellKnownSymbolsStore = shared('wks');\nvar Symbol = global.Symbol;\nvar createWellKnownSymbol = USE_SYMBOL_AS_UID ? Symbol : Symbol && Symbol.withoutSetter || uid;\n\nmodule.exports = function (name) {\n if (!has(WellKnownSymbolsStore, name) || !(NATIVE_SYMBOL || typeof WellKnownSymbolsStore[name] == 'string')) {\n if (NATIVE_SYMBOL && has(Symbol, name)) {\n WellKnownSymbolsStore[name] = Symbol[name];\n } else {\n WellKnownSymbolsStore[name] = createWellKnownSymbol('Symbol.' + name);\n }\n } return WellKnownSymbolsStore[name];\n};\n","var isObject = require('../internals/is-object');\nvar classof = require('../internals/classof-raw');\nvar wellKnownSymbol = require('../internals/well-known-symbol');\n\nvar MATCH = wellKnownSymbol('match');\n\n// `IsRegExp` abstract operation\n// https://tc39.es/ecma262/#sec-isregexp\nmodule.exports = function (it) {\n var isRegExp;\n return isObject(it) && ((isRegExp = it[MATCH]) !== undefined ? !!isRegExp : classof(it) == 'RegExp');\n};\n","'use strict';\nvar anObject = require('../internals/an-object');\n\n// `RegExp.prototype.flags` getter implementation\n// https://tc39.es/ecma262/#sec-get-regexp.prototype.flags\nmodule.exports = function () {\n var that = anObject(this);\n var result = '';\n if (that.global) result += 'g';\n if (that.ignoreCase) result += 'i';\n if (that.multiline) result += 'm';\n if (that.dotAll) result += 's';\n if (that.unicode) result += 'u';\n if (that.sticky) result += 'y';\n return result;\n};\n","'use strict';\n\nvar fails = require('./fails');\n\n// babel-minify transpiles RegExp('a', 'y') -> /a/y and it causes SyntaxError,\n// so we use an intermediate function.\nfunction RE(s, f) {\n return RegExp(s, f);\n}\n\nexports.UNSUPPORTED_Y = fails(function () {\n // babel-minify transpiles RegExp('a', 'y') -> /a/y and it causes SyntaxError\n var re = RE('a', 'y');\n re.lastIndex = 2;\n return re.exec('abcd') != null;\n});\n\nexports.BROKEN_CARET = fails(function () {\n // https://bugzilla.mozilla.org/show_bug.cgi?id=773687\n var re = RE('^r', 'gy');\n re.lastIndex = 2;\n return re.exec('str') != null;\n});\n","'use strict';\nvar getBuiltIn = require('../internals/get-built-in');\nvar definePropertyModule = require('../internals/object-define-property');\nvar wellKnownSymbol = require('../internals/well-known-symbol');\nvar DESCRIPTORS = require('../internals/descriptors');\n\nvar SPECIES = wellKnownSymbol('species');\n\nmodule.exports = function (CONSTRUCTOR_NAME) {\n var Constructor = getBuiltIn(CONSTRUCTOR_NAME);\n var defineProperty = definePropertyModule.f;\n\n if (DESCRIPTORS && Constructor && !Constructor[SPECIES]) {\n defineProperty(Constructor, SPECIES, {\n configurable: true,\n get: function () { return this; }\n });\n }\n};\n","var DESCRIPTORS = require('../internals/descriptors');\nvar global = require('../internals/global');\nvar isForced = require('../internals/is-forced');\nvar inheritIfRequired = require('../internals/inherit-if-required');\nvar defineProperty = require('../internals/object-define-property').f;\nvar getOwnPropertyNames = require('../internals/object-get-own-property-names').f;\nvar isRegExp = require('../internals/is-regexp');\nvar getFlags = require('../internals/regexp-flags');\nvar stickyHelpers = require('../internals/regexp-sticky-helpers');\nvar redefine = require('../internals/redefine');\nvar fails = require('../internals/fails');\nvar enforceInternalState = require('../internals/internal-state').enforce;\nvar setSpecies = require('../internals/set-species');\nvar wellKnownSymbol = require('../internals/well-known-symbol');\n\nvar MATCH = wellKnownSymbol('match');\nvar NativeRegExp = global.RegExp;\nvar RegExpPrototype = NativeRegExp.prototype;\nvar re1 = /a/g;\nvar re2 = /a/g;\n\n// \"new\" should create a new object, old webkit bug\nvar CORRECT_NEW = new NativeRegExp(re1) !== re1;\n\nvar UNSUPPORTED_Y = stickyHelpers.UNSUPPORTED_Y;\n\nvar FORCED = DESCRIPTORS && isForced('RegExp', (!CORRECT_NEW || UNSUPPORTED_Y || fails(function () {\n re2[MATCH] = false;\n // RegExp constructor can alter flags and IsRegExp works correct with @@match\n return NativeRegExp(re1) != re1 || NativeRegExp(re2) == re2 || NativeRegExp(re1, 'i') != '/a/i';\n})));\n\n// `RegExp` constructor\n// https://tc39.es/ecma262/#sec-regexp-constructor\nif (FORCED) {\n var RegExpWrapper = function RegExp(pattern, flags) {\n var thisIsRegExp = this instanceof RegExpWrapper;\n var patternIsRegExp = isRegExp(pattern);\n var flagsAreUndefined = flags === undefined;\n var sticky;\n\n if (!thisIsRegExp && patternIsRegExp && pattern.constructor === RegExpWrapper && flagsAreUndefined) {\n return pattern;\n }\n\n if (CORRECT_NEW) {\n if (patternIsRegExp && !flagsAreUndefined) pattern = pattern.source;\n } else if (pattern instanceof RegExpWrapper) {\n if (flagsAreUndefined) flags = getFlags.call(pattern);\n pattern = pattern.source;\n }\n\n if (UNSUPPORTED_Y) {\n sticky = !!flags && flags.indexOf('y') > -1;\n if (sticky) flags = flags.replace(/y/g, '');\n }\n\n var result = inheritIfRequired(\n CORRECT_NEW ? new NativeRegExp(pattern, flags) : NativeRegExp(pattern, flags),\n thisIsRegExp ? this : RegExpPrototype,\n RegExpWrapper\n );\n\n if (UNSUPPORTED_Y && sticky) {\n var state = enforceInternalState(result);\n state.sticky = true;\n }\n\n return result;\n };\n var proxy = function (key) {\n key in RegExpWrapper || defineProperty(RegExpWrapper, key, {\n configurable: true,\n get: function () { return NativeRegExp[key]; },\n set: function (it) { NativeRegExp[key] = it; }\n });\n };\n var keys = getOwnPropertyNames(NativeRegExp);\n var index = 0;\n while (keys.length > index) proxy(keys[index++]);\n RegExpPrototype.constructor = RegExpWrapper;\n RegExpWrapper.prototype = RegExpPrototype;\n redefine(global, 'RegExp', RegExpWrapper);\n}\n\n// https://tc39.es/ecma262/#sec-get-regexp-@@species\nsetSpecies('RegExp');\n","'use strict';\nvar regexpFlags = require('./regexp-flags');\nvar stickyHelpers = require('./regexp-sticky-helpers');\n\nvar nativeExec = RegExp.prototype.exec;\n// This always refers to the native implementation, because the\n// String#replace polyfill uses ./fix-regexp-well-known-symbol-logic.js,\n// which loads this file before patching the method.\nvar nativeReplace = String.prototype.replace;\n\nvar patchedExec = nativeExec;\n\nvar UPDATES_LAST_INDEX_WRONG = (function () {\n var re1 = /a/;\n var re2 = /b*/g;\n nativeExec.call(re1, 'a');\n nativeExec.call(re2, 'a');\n return re1.lastIndex !== 0 || re2.lastIndex !== 0;\n})();\n\nvar UNSUPPORTED_Y = stickyHelpers.UNSUPPORTED_Y || stickyHelpers.BROKEN_CARET;\n\n// nonparticipating capturing group, copied from es5-shim's String#split patch.\n// eslint-disable-next-line regexp/no-assertion-capturing-group, regexp/no-empty-group -- required for testing\nvar NPCG_INCLUDED = /()??/.exec('')[1] !== undefined;\n\nvar PATCH = UPDATES_LAST_INDEX_WRONG || NPCG_INCLUDED || UNSUPPORTED_Y;\n\nif (PATCH) {\n patchedExec = function exec(str) {\n var re = this;\n var lastIndex, reCopy, match, i;\n var sticky = UNSUPPORTED_Y && re.sticky;\n var flags = regexpFlags.call(re);\n var source = re.source;\n var charsAdded = 0;\n var strCopy = str;\n\n if (sticky) {\n flags = flags.replace('y', '');\n if (flags.indexOf('g') === -1) {\n flags += 'g';\n }\n\n strCopy = String(str).slice(re.lastIndex);\n // Support anchored sticky behavior.\n if (re.lastIndex > 0 && (!re.multiline || re.multiline && str[re.lastIndex - 1] !== '\\n')) {\n source = '(?: ' + source + ')';\n strCopy = ' ' + strCopy;\n charsAdded++;\n }\n // ^(? + rx + ) is needed, in combination with some str slicing, to\n // simulate the 'y' flag.\n reCopy = new RegExp('^(?:' + source + ')', flags);\n }\n\n if (NPCG_INCLUDED) {\n reCopy = new RegExp('^' + source + '$(?!\\\\s)', flags);\n }\n if (UPDATES_LAST_INDEX_WRONG) lastIndex = re.lastIndex;\n\n match = nativeExec.call(sticky ? reCopy : re, strCopy);\n\n if (sticky) {\n if (match) {\n match.input = match.input.slice(charsAdded);\n match[0] = match[0].slice(charsAdded);\n match.index = re.lastIndex;\n re.lastIndex += match[0].length;\n } else re.lastIndex = 0;\n } else if (UPDATES_LAST_INDEX_WRONG && match) {\n re.lastIndex = re.global ? match.index + match[0].length : lastIndex;\n }\n if (NPCG_INCLUDED && match && match.length > 1) {\n // Fix browsers whose `exec` methods don't consistently return `undefined`\n // for NPCG, like IE8. NOTE: This doesn' work for /(.?)?/\n nativeReplace.call(match[0], reCopy, function () {\n for (i = 1; i < arguments.length - 2; i++) {\n if (arguments[i] === undefined) match[i] = undefined;\n }\n });\n }\n\n return match;\n };\n}\n\nmodule.exports = patchedExec;\n","'use strict';\nvar $ = require('../internals/export');\nvar exec = require('../internals/regexp-exec');\n\n// `RegExp.prototype.exec` method\n// https://tc39.es/ecma262/#sec-regexp.prototype.exec\n$({ target: 'RegExp', proto: true, forced: /./.exec !== exec }, {\n exec: exec\n});\n","'use strict';\nvar redefine = require('../internals/redefine');\nvar anObject = require('../internals/an-object');\nvar fails = require('../internals/fails');\nvar flags = require('../internals/regexp-flags');\n\nvar TO_STRING = 'toString';\nvar RegExpPrototype = RegExp.prototype;\nvar nativeToString = RegExpPrototype[TO_STRING];\n\nvar NOT_GENERIC = fails(function () { return nativeToString.call({ source: 'a', flags: 'b' }) != '/a/b'; });\n// FF44- RegExp#toString has a wrong name\nvar INCORRECT_NAME = nativeToString.name != TO_STRING;\n\n// `RegExp.prototype.toString` method\n// https://tc39.es/ecma262/#sec-regexp.prototype.tostring\nif (NOT_GENERIC || INCORRECT_NAME) {\n redefine(RegExp.prototype, TO_STRING, function toString() {\n var R = anObject(this);\n var p = String(R.source);\n var rf = R.flags;\n var f = String(rf === undefined && R instanceof RegExp && !('flags' in RegExpPrototype) ? flags.call(R) : rf);\n return '/' + p + '/' + f;\n }, { unsafe: true });\n}\n","var classof = require('../internals/classof-raw');\n\n// `IsArray` abstract operation\n// https://tc39.es/ecma262/#sec-isarray\nmodule.exports = Array.isArray || function isArray(arg) {\n return classof(arg) == 'Array';\n};\n","'use strict';\nvar toPrimitive = require('../internals/to-primitive');\nvar definePropertyModule = require('../internals/object-define-property');\nvar createPropertyDescriptor = require('../internals/create-property-descriptor');\n\nmodule.exports = function (object, key, value) {\n var propertyKey = toPrimitive(key);\n if (propertyKey in object) definePropertyModule.f(object, propertyKey, createPropertyDescriptor(0, value));\n else object[propertyKey] = value;\n};\n","var isObject = require('../internals/is-object');\nvar isArray = require('../internals/is-array');\nvar wellKnownSymbol = require('../internals/well-known-symbol');\n\nvar SPECIES = wellKnownSymbol('species');\n\n// `ArraySpeciesCreate` abstract operation\n// https://tc39.es/ecma262/#sec-arrayspeciescreate\nmodule.exports = function (originalArray, length) {\n var C;\n if (isArray(originalArray)) {\n C = originalArray.constructor;\n // cross-realm fallback\n if (typeof C == 'function' && (C === Array || isArray(C.prototype))) C = undefined;\n else if (isObject(C)) {\n C = C[SPECIES];\n if (C === null) C = undefined;\n }\n } return new (C === undefined ? Array : C)(length === 0 ? 0 : length);\n};\n","var fails = require('../internals/fails');\nvar wellKnownSymbol = require('../internals/well-known-symbol');\nvar V8_VERSION = require('../internals/engine-v8-version');\n\nvar SPECIES = wellKnownSymbol('species');\n\nmodule.exports = function (METHOD_NAME) {\n // We can't use this feature detection in V8 since it causes\n // deoptimization and serious performance degradation\n // https://github.com/zloirock/core-js/issues/677\n return V8_VERSION >= 51 || !fails(function () {\n var array = [];\n var constructor = array.constructor = {};\n constructor[SPECIES] = function () {\n return { foo: 1 };\n };\n return array[METHOD_NAME](Boolean).foo !== 1;\n });\n};\n","'use strict';\nvar $ = require('../internals/export');\nvar fails = require('../internals/fails');\nvar isArray = require('../internals/is-array');\nvar isObject = require('../internals/is-object');\nvar toObject = require('../internals/to-object');\nvar toLength = require('../internals/to-length');\nvar createProperty = require('../internals/create-property');\nvar arraySpeciesCreate = require('../internals/array-species-create');\nvar arrayMethodHasSpeciesSupport = require('../internals/array-method-has-species-support');\nvar wellKnownSymbol = require('../internals/well-known-symbol');\nvar V8_VERSION = require('../internals/engine-v8-version');\n\nvar IS_CONCAT_SPREADABLE = wellKnownSymbol('isConcatSpreadable');\nvar MAX_SAFE_INTEGER = 0x1FFFFFFFFFFFFF;\nvar MAXIMUM_ALLOWED_INDEX_EXCEEDED = 'Maximum allowed index exceeded';\n\n// We can't use this feature detection in V8 since it causes\n// deoptimization and serious performance degradation\n// https://github.com/zloirock/core-js/issues/679\nvar IS_CONCAT_SPREADABLE_SUPPORT = V8_VERSION >= 51 || !fails(function () {\n var array = [];\n array[IS_CONCAT_SPREADABLE] = false;\n return array.concat()[0] !== array;\n});\n\nvar SPECIES_SUPPORT = arrayMethodHasSpeciesSupport('concat');\n\nvar isConcatSpreadable = function (O) {\n if (!isObject(O)) return false;\n var spreadable = O[IS_CONCAT_SPREADABLE];\n return spreadable !== undefined ? !!spreadable : isArray(O);\n};\n\nvar FORCED = !IS_CONCAT_SPREADABLE_SUPPORT || !SPECIES_SUPPORT;\n\n// `Array.prototype.concat` method\n// https://tc39.es/ecma262/#sec-array.prototype.concat\n// with adding support of @@isConcatSpreadable and @@species\n$({ target: 'Array', proto: true, forced: FORCED }, {\n // eslint-disable-next-line no-unused-vars -- required for `.length`\n concat: function concat(arg) {\n var O = toObject(this);\n var A = arraySpeciesCreate(O, 0);\n var n = 0;\n var i, k, length, len, E;\n for (i = -1, length = arguments.length; i < length; i++) {\n E = i === -1 ? O : arguments[i];\n if (isConcatSpreadable(E)) {\n len = toLength(E.length);\n if (n + len > MAX_SAFE_INTEGER) throw TypeError(MAXIMUM_ALLOWED_INDEX_EXCEEDED);\n for (k = 0; k < len; k++, n++) if (k in E) createProperty(A, n, E[k]);\n } else {\n if (n >= MAX_SAFE_INTEGER) throw TypeError(MAXIMUM_ALLOWED_INDEX_EXCEEDED);\n createProperty(A, n++, E);\n }\n }\n A.length = n;\n return A;\n }\n});\n","const debug = (\n typeof process === 'object' &&\n process.env &&\n process.env.NODE_DEBUG &&\n /\\bsemver\\b/i.test(process.env.NODE_DEBUG)\n) ? (...args) => console.error('SEMVER', ...args)\n : () => {}\n\nmodule.exports = debug\n","const { MAX_SAFE_COMPONENT_LENGTH } = require('./constants')\nconst debug = require('./debug')\nexports = module.exports = {}\n\n// The actual regexps go on exports.re\nconst re = exports.re = []\nconst src = exports.src = []\nconst t = exports.t = {}\nlet R = 0\n\nconst createToken = (name, value, isGlobal) => {\n const index = R++\n debug(index, value)\n t[name] = index\n src[index] = value\n re[index] = new RegExp(value, isGlobal ? 'g' : undefined)\n}\n\n// The following Regular Expressions can be used for tokenizing,\n// validating, and parsing SemVer version strings.\n\n// ## Numeric Identifier\n// A single `0`, or a non-zero digit followed by zero or more digits.\n\ncreateToken('NUMERICIDENTIFIER', '0|[1-9]\\\\d*')\ncreateToken('NUMERICIDENTIFIERLOOSE', '[0-9]+')\n\n// ## Non-numeric Identifier\n// Zero or more digits, followed by a letter or hyphen, and then zero or\n// more letters, digits, or hyphens.\n\ncreateToken('NONNUMERICIDENTIFIER', '\\\\d*[a-zA-Z-][a-zA-Z0-9-]*')\n\n// ## Main Version\n// Three dot-separated numeric identifiers.\n\ncreateToken('MAINVERSION', `(${src[t.NUMERICIDENTIFIER]})\\\\.` +\n `(${src[t.NUMERICIDENTIFIER]})\\\\.` +\n `(${src[t.NUMERICIDENTIFIER]})`)\n\ncreateToken('MAINVERSIONLOOSE', `(${src[t.NUMERICIDENTIFIERLOOSE]})\\\\.` +\n `(${src[t.NUMERICIDENTIFIERLOOSE]})\\\\.` +\n `(${src[t.NUMERICIDENTIFIERLOOSE]})`)\n\n// ## Pre-release Version Identifier\n// A numeric identifier, or a non-numeric identifier.\n\ncreateToken('PRERELEASEIDENTIFIER', `(?:${src[t.NUMERICIDENTIFIER]\n}|${src[t.NONNUMERICIDENTIFIER]})`)\n\ncreateToken('PRERELEASEIDENTIFIERLOOSE', `(?:${src[t.NUMERICIDENTIFIERLOOSE]\n}|${src[t.NONNUMERICIDENTIFIER]})`)\n\n// ## Pre-release Version\n// Hyphen, followed by one or more dot-separated pre-release version\n// identifiers.\n\ncreateToken('PRERELEASE', `(?:-(${src[t.PRERELEASEIDENTIFIER]\n}(?:\\\\.${src[t.PRERELEASEIDENTIFIER]})*))`)\n\ncreateToken('PRERELEASELOOSE', `(?:-?(${src[t.PRERELEASEIDENTIFIERLOOSE]\n}(?:\\\\.${src[t.PRERELEASEIDENTIFIERLOOSE]})*))`)\n\n// ## Build Metadata Identifier\n// Any combination of digits, letters, or hyphens.\n\ncreateToken('BUILDIDENTIFIER', '[0-9A-Za-z-]+')\n\n// ## Build Metadata\n// Plus sign, followed by one or more period-separated build metadata\n// identifiers.\n\ncreateToken('BUILD', `(?:\\\\+(${src[t.BUILDIDENTIFIER]\n}(?:\\\\.${src[t.BUILDIDENTIFIER]})*))`)\n\n// ## Full Version String\n// A main version, followed optionally by a pre-release version and\n// build metadata.\n\n// Note that the only major, minor, patch, and pre-release sections of\n// the version string are capturing groups. The build metadata is not a\n// capturing group, because it should not ever be used in version\n// comparison.\n\ncreateToken('FULLPLAIN', `v?${src[t.MAINVERSION]\n}${src[t.PRERELEASE]}?${\n src[t.BUILD]}?`)\n\ncreateToken('FULL', `^${src[t.FULLPLAIN]}$`)\n\n// like full, but allows v1.2.3 and =1.2.3, which people do sometimes.\n// also, 1.0.0alpha1 (prerelease without the hyphen) which is pretty\n// common in the npm registry.\ncreateToken('LOOSEPLAIN', `[v=\\\\s]*${src[t.MAINVERSIONLOOSE]\n}${src[t.PRERELEASELOOSE]}?${\n src[t.BUILD]}?`)\n\ncreateToken('LOOSE', `^${src[t.LOOSEPLAIN]}$`)\n\ncreateToken('GTLT', '((?:<|>)?=?)')\n\n// Something like \"2.*\" or \"1.2.x\".\n// Note that \"x.x\" is a valid xRange identifer, meaning \"any version\"\n// Only the first item is strictly required.\ncreateToken('XRANGEIDENTIFIERLOOSE', `${src[t.NUMERICIDENTIFIERLOOSE]}|x|X|\\\\*`)\ncreateToken('XRANGEIDENTIFIER', `${src[t.NUMERICIDENTIFIER]}|x|X|\\\\*`)\n\ncreateToken('XRANGEPLAIN', `[v=\\\\s]*(${src[t.XRANGEIDENTIFIER]})` +\n `(?:\\\\.(${src[t.XRANGEIDENTIFIER]})` +\n `(?:\\\\.(${src[t.XRANGEIDENTIFIER]})` +\n `(?:${src[t.PRERELEASE]})?${\n src[t.BUILD]}?` +\n `)?)?`)\n\ncreateToken('XRANGEPLAINLOOSE', `[v=\\\\s]*(${src[t.XRANGEIDENTIFIERLOOSE]})` +\n `(?:\\\\.(${src[t.XRANGEIDENTIFIERLOOSE]})` +\n `(?:\\\\.(${src[t.XRANGEIDENTIFIERLOOSE]})` +\n `(?:${src[t.PRERELEASELOOSE]})?${\n src[t.BUILD]}?` +\n `)?)?`)\n\ncreateToken('XRANGE', `^${src[t.GTLT]}\\\\s*${src[t.XRANGEPLAIN]}$`)\ncreateToken('XRANGELOOSE', `^${src[t.GTLT]}\\\\s*${src[t.XRANGEPLAINLOOSE]}$`)\n\n// Coercion.\n// Extract anything that could conceivably be a part of a valid semver\ncreateToken('COERCE', `${'(^|[^\\\\d])' +\n '(\\\\d{1,'}${MAX_SAFE_COMPONENT_LENGTH}})` +\n `(?:\\\\.(\\\\d{1,${MAX_SAFE_COMPONENT_LENGTH}}))?` +\n `(?:\\\\.(\\\\d{1,${MAX_SAFE_COMPONENT_LENGTH}}))?` +\n `(?:$|[^\\\\d])`)\ncreateToken('COERCERTL', src[t.COERCE], true)\n\n// Tilde ranges.\n// Meaning is \"reasonably at or greater than\"\ncreateToken('LONETILDE', '(?:~>?)')\n\ncreateToken('TILDETRIM', `(\\\\s*)${src[t.LONETILDE]}\\\\s+`, true)\nexports.tildeTrimReplace = '$1~'\n\ncreateToken('TILDE', `^${src[t.LONETILDE]}${src[t.XRANGEPLAIN]}$`)\ncreateToken('TILDELOOSE', `^${src[t.LONETILDE]}${src[t.XRANGEPLAINLOOSE]}$`)\n\n// Caret ranges.\n// Meaning is \"at least and backwards compatible with\"\ncreateToken('LONECARET', '(?:\\\\^)')\n\ncreateToken('CARETTRIM', `(\\\\s*)${src[t.LONECARET]}\\\\s+`, true)\nexports.caretTrimReplace = '$1^'\n\ncreateToken('CARET', `^${src[t.LONECARET]}${src[t.XRANGEPLAIN]}$`)\ncreateToken('CARETLOOSE', `^${src[t.LONECARET]}${src[t.XRANGEPLAINLOOSE]}$`)\n\n// A simple gt/lt/eq thing, or just \"\" to indicate \"any version\"\ncreateToken('COMPARATORLOOSE', `^${src[t.GTLT]}\\\\s*(${src[t.LOOSEPLAIN]})$|^$`)\ncreateToken('COMPARATOR', `^${src[t.GTLT]}\\\\s*(${src[t.FULLPLAIN]})$|^$`)\n\n// An expression to strip any whitespace between the gtlt and the thing\n// it modifies, so that `> 1.2.3` ==> `>1.2.3`\ncreateToken('COMPARATORTRIM', `(\\\\s*)${src[t.GTLT]\n}\\\\s*(${src[t.LOOSEPLAIN]}|${src[t.XRANGEPLAIN]})`, true)\nexports.comparatorTrimReplace = '$1$2$3'\n\n// Something like `1.2.3 - 1.2.4`\n// Note that these all use the loose form, because they'll be\n// checked against either the strict or loose comparator form\n// later.\ncreateToken('HYPHENRANGE', `^\\\\s*(${src[t.XRANGEPLAIN]})` +\n `\\\\s+-\\\\s+` +\n `(${src[t.XRANGEPLAIN]})` +\n `\\\\s*$`)\n\ncreateToken('HYPHENRANGELOOSE', `^\\\\s*(${src[t.XRANGEPLAINLOOSE]})` +\n `\\\\s+-\\\\s+` +\n `(${src[t.XRANGEPLAINLOOSE]})` +\n `\\\\s*$`)\n\n// Star ranges basically just allow anything at all.\ncreateToken('STAR', '(<|>)?=?\\\\s*\\\\*')\n// >=0.0.0 is like a star\ncreateToken('GTE0', '^\\\\s*>=\\\\s*0\\.0\\.0\\\\s*$')\ncreateToken('GTE0PRE', '^\\\\s*>=\\\\s*0\\.0\\.0-0\\\\s*$')\n","'use strict';\n// TODO: Remove from `core-js@4` since it's moved to entry points\nrequire('../modules/es.regexp.exec');\nvar redefine = require('../internals/redefine');\nvar fails = require('../internals/fails');\nvar wellKnownSymbol = require('../internals/well-known-symbol');\nvar regexpExec = require('../internals/regexp-exec');\nvar createNonEnumerableProperty = require('../internals/create-non-enumerable-property');\n\nvar SPECIES = wellKnownSymbol('species');\n\nvar REPLACE_SUPPORTS_NAMED_GROUPS = !fails(function () {\n // #replace needs built-in support for named groups.\n // #match works fine because it just return the exec results, even if it has\n // a \"grops\" property.\n var re = /./;\n re.exec = function () {\n var result = [];\n result.groups = { a: '7' };\n return result;\n };\n return ''.replace(re, '$<a>') !== '7';\n});\n\n// IE <= 11 replaces $0 with the whole match, as if it was $&\n// https://stackoverflow.com/questions/6024666/getting-ie-to-replace-a-regex-with-the-literal-string-0\nvar REPLACE_KEEPS_$0 = (function () {\n return 'a'.replace(/./, '$0') === '$0';\n})();\n\nvar REPLACE = wellKnownSymbol('replace');\n// Safari <= 13.0.3(?) substitutes nth capture where n>m with an empty string\nvar REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE = (function () {\n if (/./[REPLACE]) {\n return /./[REPLACE]('a', '$0') === '';\n }\n return false;\n})();\n\n// Chrome 51 has a buggy \"split\" implementation when RegExp#exec !== nativeExec\n// Weex JS has frozen built-in prototypes, so use try / catch wrapper\nvar SPLIT_WORKS_WITH_OVERWRITTEN_EXEC = !fails(function () {\n // eslint-disable-next-line regexp/no-empty-group -- required for testing\n var re = /(?:)/;\n var originalExec = re.exec;\n re.exec = function () { return originalExec.apply(this, arguments); };\n var result = 'ab'.split(re);\n return result.length !== 2 || result[0] !== 'a' || result[1] !== 'b';\n});\n\nmodule.exports = function (KEY, length, exec, sham) {\n var SYMBOL = wellKnownSymbol(KEY);\n\n var DELEGATES_TO_SYMBOL = !fails(function () {\n // String methods call symbol-named RegEp methods\n var O = {};\n O[SYMBOL] = function () { return 7; };\n return ''[KEY](O) != 7;\n });\n\n var DELEGATES_TO_EXEC = DELEGATES_TO_SYMBOL && !fails(function () {\n // Symbol-named RegExp methods call .exec\n var execCalled = false;\n var re = /a/;\n\n if (KEY === 'split') {\n // We can't use real regex here since it causes deoptimization\n // and serious performance degradation in V8\n // https://github.com/zloirock/core-js/issues/306\n re = {};\n // RegExp[@@split] doesn't call the regex's exec method, but first creates\n // a new one. We need to return the patched regex when creating the new one.\n re.constructor = {};\n re.constructor[SPECIES] = function () { return re; };\n re.flags = '';\n re[SYMBOL] = /./[SYMBOL];\n }\n\n re.exec = function () { execCalled = true; return null; };\n\n re[SYMBOL]('');\n return !execCalled;\n });\n\n if (\n !DELEGATES_TO_SYMBOL ||\n !DELEGATES_TO_EXEC ||\n (KEY === 'replace' && !(\n REPLACE_SUPPORTS_NAMED_GROUPS &&\n REPLACE_KEEPS_$0 &&\n !REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE\n )) ||\n (KEY === 'split' && !SPLIT_WORKS_WITH_OVERWRITTEN_EXEC)\n ) {\n var nativeRegExpMethod = /./[SYMBOL];\n var methods = exec(SYMBOL, ''[KEY], function (nativeMethod, regexp, str, arg2, forceStringMethod) {\n if (regexp.exec === regexpExec) {\n if (DELEGATES_TO_SYMBOL && !forceStringMethod) {\n // The native String method already delegates to @@method (this\n // polyfilled function), leasing to infinite recursion.\n // We avoid it by directly calling the native @@method method.\n return { done: true, value: nativeRegExpMethod.call(regexp, str, arg2) };\n }\n return { done: true, value: nativeMethod.call(str, regexp, arg2) };\n }\n return { done: false };\n }, {\n REPLACE_KEEPS_$0: REPLACE_KEEPS_$0,\n REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE: REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE\n });\n var stringMethod = methods[0];\n var regexMethod = methods[1];\n\n redefine(String.prototype, KEY, stringMethod);\n redefine(RegExp.prototype, SYMBOL, length == 2\n // 21.2.5.8 RegExp.prototype[@@replace](string, replaceValue)\n // 21.2.5.11 RegExp.prototype[@@split](string, limit)\n ? function (string, arg) { return regexMethod.call(string, this, arg); }\n // 21.2.5.6 RegExp.prototype[@@match](string)\n // 21.2.5.9 RegExp.prototype[@@search](string)\n : function (string) { return regexMethod.call(string, this); }\n );\n }\n\n if (sham) createNonEnumerableProperty(RegExp.prototype[SYMBOL], 'sham', true);\n};\n","var toInteger = require('../internals/to-integer');\nvar requireObjectCoercible = require('../internals/require-object-coercible');\n\n// `String.prototype.{ codePointAt, at }` methods implementation\nvar createMethod = function (CONVERT_TO_STRING) {\n return function ($this, pos) {\n var S = String(requireObjectCoercible($this));\n var position = toInteger(pos);\n var size = S.length;\n var first, second;\n if (position < 0 || position >= size) return CONVERT_TO_STRING ? '' : undefined;\n first = S.charCodeAt(position);\n return first < 0xD800 || first > 0xDBFF || position + 1 === size\n || (second = S.charCodeAt(position + 1)) < 0xDC00 || second > 0xDFFF\n ? CONVERT_TO_STRING ? S.charAt(position) : first\n : CONVERT_TO_STRING ? S.slice(position, position + 2) : (first - 0xD800 << 10) + (second - 0xDC00) + 0x10000;\n };\n};\n\nmodule.exports = {\n // `String.prototype.codePointAt` method\n // https://tc39.es/ecma262/#sec-string.prototype.codepointat\n codeAt: createMethod(false),\n // `String.prototype.at` method\n // https://github.com/mathiasbynens/String.prototype.at\n charAt: createMethod(true)\n};\n","'use strict';\nvar charAt = require('../internals/string-multibyte').charAt;\n\n// `AdvanceStringIndex` abstract operation\n// https://tc39.es/ecma262/#sec-advancestringindex\nmodule.exports = function (S, index, unicode) {\n return index + (unicode ? charAt(S, index).length : 1);\n};\n","var classof = require('./classof-raw');\nvar regexpExec = require('./regexp-exec');\n\n// `RegExpExec` abstract operation\n// https://tc39.es/ecma262/#sec-regexpexec\nmodule.exports = function (R, S) {\n var exec = R.exec;\n if (typeof exec === 'function') {\n var result = exec.call(R, S);\n if (typeof result !== 'object') {\n throw TypeError('RegExp exec method returned something other than an Object or null');\n }\n return result;\n }\n\n if (classof(R) !== 'RegExp') {\n throw TypeError('RegExp#exec called on incompatible receiver');\n }\n\n return regexpExec.call(R, S);\n};\n\n","'use strict';\nvar fixRegExpWellKnownSymbolLogic = require('../internals/fix-regexp-well-known-symbol-logic');\nvar anObject = require('../internals/an-object');\nvar toLength = require('../internals/to-length');\nvar requireObjectCoercible = require('../internals/require-object-coercible');\nvar advanceStringIndex = require('../internals/advance-string-index');\nvar regExpExec = require('../internals/regexp-exec-abstract');\n\n// @@match logic\nfixRegExpWellKnownSymbolLogic('match', 1, function (MATCH, nativeMatch, maybeCallNative) {\n return [\n // `String.prototype.match` method\n // https://tc39.es/ecma262/#sec-string.prototype.match\n function match(regexp) {\n var O = requireObjectCoercible(this);\n var matcher = regexp == undefined ? undefined : regexp[MATCH];\n return matcher !== undefined ? matcher.call(regexp, O) : new RegExp(regexp)[MATCH](String(O));\n },\n // `RegExp.prototype[@@match]` method\n // https://tc39.es/ecma262/#sec-regexp.prototype-@@match\n function (regexp) {\n var res = maybeCallNative(nativeMatch, regexp, this);\n if (res.done) return res.value;\n\n var rx = anObject(regexp);\n var S = String(this);\n\n if (!rx.global) return regExpExec(rx, S);\n\n var fullUnicode = rx.unicode;\n rx.lastIndex = 0;\n var A = [];\n var n = 0;\n var result;\n while ((result = regExpExec(rx, S)) !== null) {\n var matchStr = String(result[0]);\n A[n] = matchStr;\n if (matchStr === '') rx.lastIndex = advanceStringIndex(S, toLength(rx.lastIndex), fullUnicode);\n n++;\n }\n return n === 0 ? null : A;\n }\n ];\n});\n","var fails = require('../internals/fails');\nvar whitespaces = require('../internals/whitespaces');\n\nvar non = '\\u200B\\u0085\\u180E';\n\n// check that a method works with the correct list\n// of whitespaces and has a correct name\nmodule.exports = function (METHOD_NAME) {\n return fails(function () {\n return !!whitespaces[METHOD_NAME]() || non[METHOD_NAME]() != non || whitespaces[METHOD_NAME].name !== METHOD_NAME;\n });\n};\n","'use strict';\nvar $ = require('../internals/export');\nvar $trim = require('../internals/string-trim').trim;\nvar forcedStringTrimMethod = require('../internals/string-trim-forced');\n\n// `String.prototype.trim` method\n// https://tc39.es/ecma262/#sec-string.prototype.trim\n$({ target: 'String', proto: true, forced: forcedStringTrimMethod('trim') }, {\n trim: function trim() {\n return $trim(this);\n }\n});\n","module.exports = function (it) {\n if (typeof it != 'function') {\n throw TypeError(String(it) + ' is not a function');\n } return it;\n};\n","var aFunction = require('../internals/a-function');\n\n// optional / simple context binding\nmodule.exports = function (fn, that, length) {\n aFunction(fn);\n if (that === undefined) return fn;\n switch (length) {\n case 0: return function () {\n return fn.call(that);\n };\n case 1: return function (a) {\n return fn.call(that, a);\n };\n case 2: return function (a, b) {\n return fn.call(that, a, b);\n };\n case 3: return function (a, b, c) {\n return fn.call(that, a, b, c);\n };\n }\n return function (/* ...args */) {\n return fn.apply(that, arguments);\n };\n};\n","var bind = require('../internals/function-bind-context');\nvar IndexedObject = require('../internals/indexed-object');\nvar toObject = require('../internals/to-object');\nvar toLength = require('../internals/to-length');\nvar arraySpeciesCreate = require('../internals/array-species-create');\n\nvar push = [].push;\n\n// `Array.prototype.{ forEach, map, filter, some, every, find, findIndex, filterOut }` methods implementation\nvar createMethod = function (TYPE) {\n var IS_MAP = TYPE == 1;\n var IS_FILTER = TYPE == 2;\n var IS_SOME = TYPE == 3;\n var IS_EVERY = TYPE == 4;\n var IS_FIND_INDEX = TYPE == 6;\n var IS_FILTER_OUT = TYPE == 7;\n var NO_HOLES = TYPE == 5 || IS_FIND_INDEX;\n return function ($this, callbackfn, that, specificCreate) {\n var O = toObject($this);\n var self = IndexedObject(O);\n var boundFunction = bind(callbackfn, that, 3);\n var length = toLength(self.length);\n var index = 0;\n var create = specificCreate || arraySpeciesCreate;\n var target = IS_MAP ? create($this, length) : IS_FILTER || IS_FILTER_OUT ? create($this, 0) : undefined;\n var value, result;\n for (;length > index; index++) if (NO_HOLES || index in self) {\n value = self[index];\n result = boundFunction(value, index, O);\n if (TYPE) {\n if (IS_MAP) target[index] = result; // map\n else if (result) switch (TYPE) {\n case 3: return true; // some\n case 5: return value; // find\n case 6: return index; // findIndex\n case 2: push.call(target, value); // filter\n } else switch (TYPE) {\n case 4: return false; // every\n case 7: push.call(target, value); // filterOut\n }\n }\n }\n return IS_FIND_INDEX ? -1 : IS_SOME || IS_EVERY ? IS_EVERY : target;\n };\n};\n\nmodule.exports = {\n // `Array.prototype.forEach` method\n // https://tc39.es/ecma262/#sec-array.prototype.foreach\n forEach: createMethod(0),\n // `Array.prototype.map` method\n // https://tc39.es/ecma262/#sec-array.prototype.map\n map: createMethod(1),\n // `Array.prototype.filter` method\n // https://tc39.es/ecma262/#sec-array.prototype.filter\n filter: createMethod(2),\n // `Array.prototype.some` method\n // https://tc39.es/ecma262/#sec-array.prototype.some\n some: createMethod(3),\n // `Array.prototype.every` method\n // https://tc39.es/ecma262/#sec-array.prototype.every\n every: createMethod(4),\n // `Array.prototype.find` method\n // https://tc39.es/ecma262/#sec-array.prototype.find\n find: createMethod(5),\n // `Array.prototype.findIndex` method\n // https://tc39.es/ecma262/#sec-array.prototype.findIndex\n findIndex: createMethod(6),\n // `Array.prototype.filterOut` method\n // https://github.com/tc39/proposal-array-filtering\n filterOut: createMethod(7)\n};\n","'use strict';\nvar $ = require('../internals/export');\nvar $map = require('../internals/array-iteration').map;\nvar arrayMethodHasSpeciesSupport = require('../internals/array-method-has-species-support');\n\nvar HAS_SPECIES_SUPPORT = arrayMethodHasSpeciesSupport('map');\n\n// `Array.prototype.map` method\n// https://tc39.es/ecma262/#sec-array.prototype.map\n// with adding support of @@species\n$({ target: 'Array', proto: true, forced: !HAS_SPECIES_SUPPORT }, {\n map: function map(callbackfn /* , thisArg */) {\n return $map(this, callbackfn, arguments.length > 1 ? arguments[1] : undefined);\n }\n});\n","var anObject = require('../internals/an-object');\nvar aFunction = require('../internals/a-function');\nvar wellKnownSymbol = require('../internals/well-known-symbol');\n\nvar SPECIES = wellKnownSymbol('species');\n\n// `SpeciesConstructor` abstract operation\n// https://tc39.es/ecma262/#sec-speciesconstructor\nmodule.exports = function (O, defaultConstructor) {\n var C = anObject(O).constructor;\n var S;\n return C === undefined || (S = anObject(C)[SPECIES]) == undefined ? defaultConstructor : aFunction(S);\n};\n","'use strict';\nvar fixRegExpWellKnownSymbolLogic = require('../internals/fix-regexp-well-known-symbol-logic');\nvar isRegExp = require('../internals/is-regexp');\nvar anObject = require('../internals/an-object');\nvar requireObjectCoercible = require('../internals/require-object-coercible');\nvar speciesConstructor = require('../internals/species-constructor');\nvar advanceStringIndex = require('../internals/advance-string-index');\nvar toLength = require('../internals/to-length');\nvar callRegExpExec = require('../internals/regexp-exec-abstract');\nvar regexpExec = require('../internals/regexp-exec');\nvar fails = require('../internals/fails');\n\nvar arrayPush = [].push;\nvar min = Math.min;\nvar MAX_UINT32 = 0xFFFFFFFF;\n\n// babel-minify transpiles RegExp('x', 'y') -> /x/y and it causes SyntaxError\nvar SUPPORTS_Y = !fails(function () { return !RegExp(MAX_UINT32, 'y'); });\n\n// @@split logic\nfixRegExpWellKnownSymbolLogic('split', 2, function (SPLIT, nativeSplit, maybeCallNative) {\n var internalSplit;\n if (\n 'abbc'.split(/(b)*/)[1] == 'c' ||\n // eslint-disable-next-line regexp/no-empty-group -- required for testing\n 'test'.split(/(?:)/, -1).length != 4 ||\n 'ab'.split(/(?:ab)*/).length != 2 ||\n '.'.split(/(.?)(.?)/).length != 4 ||\n // eslint-disable-next-line regexp/no-assertion-capturing-group, regexp/no-empty-group -- required for testing\n '.'.split(/()()/).length > 1 ||\n ''.split(/.?/).length\n ) {\n // based on es5-shim implementation, need to rework it\n internalSplit = function (separator, limit) {\n var string = String(requireObjectCoercible(this));\n var lim = limit === undefined ? MAX_UINT32 : limit >>> 0;\n if (lim === 0) return [];\n if (separator === undefined) return [string];\n // If `separator` is not a regex, use native split\n if (!isRegExp(separator)) {\n return nativeSplit.call(string, separator, lim);\n }\n var output = [];\n var flags = (separator.ignoreCase ? 'i' : '') +\n (separator.multiline ? 'm' : '') +\n (separator.unicode ? 'u' : '') +\n (separator.sticky ? 'y' : '');\n var lastLastIndex = 0;\n // Make `global` and avoid `lastIndex` issues by working with a copy\n var separatorCopy = new RegExp(separator.source, flags + 'g');\n var match, lastIndex, lastLength;\n while (match = regexpExec.call(separatorCopy, string)) {\n lastIndex = separatorCopy.lastIndex;\n if (lastIndex > lastLastIndex) {\n output.push(string.slice(lastLastIndex, match.index));\n if (match.length > 1 && match.index < string.length) arrayPush.apply(output, match.slice(1));\n lastLength = match[0].length;\n lastLastIndex = lastIndex;\n if (output.length >= lim) break;\n }\n if (separatorCopy.lastIndex === match.index) separatorCopy.lastIndex++; // Avoid an infinite loop\n }\n if (lastLastIndex === string.length) {\n if (lastLength || !separatorCopy.test('')) output.push('');\n } else output.push(string.slice(lastLastIndex));\n return output.length > lim ? output.slice(0, lim) : output;\n };\n // Chakra, V8\n } else if ('0'.split(undefined, 0).length) {\n internalSplit = function (separator, limit) {\n return separator === undefined && limit === 0 ? [] : nativeSplit.call(this, separator, limit);\n };\n } else internalSplit = nativeSplit;\n\n return [\n // `String.prototype.split` method\n // https://tc39.es/ecma262/#sec-string.prototype.split\n function split(separator, limit) {\n var O = requireObjectCoercible(this);\n var splitter = separator == undefined ? undefined : separator[SPLIT];\n return splitter !== undefined\n ? splitter.call(separator, O, limit)\n : internalSplit.call(String(O), separator, limit);\n },\n // `RegExp.prototype[@@split]` method\n // https://tc39.es/ecma262/#sec-regexp.prototype-@@split\n //\n // NOTE: This cannot be properly polyfilled in engines that don't support\n // the 'y' flag.\n function (regexp, limit) {\n var res = maybeCallNative(internalSplit, regexp, this, limit, internalSplit !== nativeSplit);\n if (res.done) return res.value;\n\n var rx = anObject(regexp);\n var S = String(this);\n var C = speciesConstructor(rx, RegExp);\n\n var unicodeMatching = rx.unicode;\n var flags = (rx.ignoreCase ? 'i' : '') +\n (rx.multiline ? 'm' : '') +\n (rx.unicode ? 'u' : '') +\n (SUPPORTS_Y ? 'y' : 'g');\n\n // ^(? + rx + ) is needed, in combination with some S slicing, to\n // simulate the 'y' flag.\n var splitter = new C(SUPPORTS_Y ? rx : '^(?:' + rx.source + ')', flags);\n var lim = limit === undefined ? MAX_UINT32 : limit >>> 0;\n if (lim === 0) return [];\n if (S.length === 0) return callRegExpExec(splitter, S) === null ? [S] : [];\n var p = 0;\n var q = 0;\n var A = [];\n while (q < S.length) {\n splitter.lastIndex = SUPPORTS_Y ? q : 0;\n var z = callRegExpExec(splitter, SUPPORTS_Y ? S : S.slice(q));\n var e;\n if (\n z === null ||\n (e = min(toLength(splitter.lastIndex + (SUPPORTS_Y ? 0 : q)), S.length)) === p\n ) {\n q = advanceStringIndex(S, q, unicodeMatching);\n } else {\n A.push(S.slice(p, q));\n if (A.length === lim) return A;\n for (var i = 1; i <= z.length - 1; i++) {\n A.push(z[i]);\n if (A.length === lim) return A;\n }\n q = p = e;\n }\n }\n A.push(S.slice(p));\n return A;\n }\n ];\n}, !SUPPORTS_Y);\n","'use strict';\nvar fails = require('../internals/fails');\n\nmodule.exports = function (METHOD_NAME, argument) {\n var method = [][METHOD_NAME];\n return !!method && fails(function () {\n // eslint-disable-next-line no-useless-call,no-throw-literal -- required for testing\n method.call(null, argument || function () { throw 1; }, 1);\n });\n};\n","'use strict';\nvar $ = require('../internals/export');\nvar IndexedObject = require('../internals/indexed-object');\nvar toIndexedObject = require('../internals/to-indexed-object');\nvar arrayMethodIsStrict = require('../internals/array-method-is-strict');\n\nvar nativeJoin = [].join;\n\nvar ES3_STRINGS = IndexedObject != Object;\nvar STRICT_METHOD = arrayMethodIsStrict('join', ',');\n\n// `Array.prototype.join` method\n// https://tc39.es/ecma262/#sec-array.prototype.join\n$({ target: 'Array', proto: true, forced: ES3_STRINGS || !STRICT_METHOD }, {\n join: function join(separator) {\n return nativeJoin.call(toIndexedObject(this), separator === undefined ? ',' : separator);\n }\n});\n","'use strict';\nvar $ = require('../internals/export');\nvar $filter = require('../internals/array-iteration').filter;\nvar arrayMethodHasSpeciesSupport = require('../internals/array-method-has-species-support');\n\nvar HAS_SPECIES_SUPPORT = arrayMethodHasSpeciesSupport('filter');\n\n// `Array.prototype.filter` method\n// https://tc39.es/ecma262/#sec-array.prototype.filter\n// with adding support of @@species\n$({ target: 'Array', proto: true, forced: !HAS_SPECIES_SUPPORT }, {\n filter: function filter(callbackfn /* , thisArg */) {\n return $filter(this, callbackfn, arguments.length > 1 ? arguments[1] : undefined);\n }\n});\n","// parse out just the options we care about so we always get a consistent\n// obj with keys in a consistent order.\nconst opts = ['includePrerelease', 'loose', 'rtl']\nconst parseOptions = options =>\n !options ? {}\n : typeof options !== 'object' ? { loose: true }\n : opts.filter(k => options[k]).reduce((options, k) => {\n options[k] = true\n return options\n }, {})\nmodule.exports = parseOptions\n","const numeric = /^[0-9]+$/\nconst compareIdentifiers = (a, b) => {\n const anum = numeric.test(a)\n const bnum = numeric.test(b)\n\n if (anum && bnum) {\n a = +a\n b = +b\n }\n\n return a === b ? 0\n : (anum && !bnum) ? -1\n : (bnum && !anum) ? 1\n : a < b ? -1\n : 1\n}\n\nconst rcompareIdentifiers = (a, b) => compareIdentifiers(b, a)\n\nmodule.exports = {\n compareIdentifiers,\n rcompareIdentifiers\n}\n","const debug = require('../internal/debug')\nconst { MAX_LENGTH, MAX_SAFE_INTEGER } = require('../internal/constants')\nconst { re, t } = require('../internal/re')\n\nconst parseOptions = require('../internal/parse-options')\nconst { compareIdentifiers } = require('../internal/identifiers')\nclass SemVer {\n constructor (version, options) {\n options = parseOptions(options)\n\n if (version instanceof SemVer) {\n if (version.loose === !!options.loose &&\n version.includePrerelease === !!options.includePrerelease) {\n return version\n } else {\n version = version.version\n }\n } else if (typeof version !== 'string') {\n throw new TypeError(`Invalid Version: ${version}`)\n }\n\n if (version.length > MAX_LENGTH) {\n throw new TypeError(\n `version is longer than ${MAX_LENGTH} characters`\n )\n }\n\n debug('SemVer', version, options)\n this.options = options\n this.loose = !!options.loose\n // this isn't actually relevant for versions, but keep it so that we\n // don't run into trouble passing this.options around.\n this.includePrerelease = !!options.includePrerelease\n\n const m = version.trim().match(options.loose ? re[t.LOOSE] : re[t.FULL])\n\n if (!m) {\n throw new TypeError(`Invalid Version: ${version}`)\n }\n\n this.raw = version\n\n // these are actually numbers\n this.major = +m[1]\n this.minor = +m[2]\n this.patch = +m[3]\n\n if (this.major > MAX_SAFE_INTEGER || this.major < 0) {\n throw new TypeError('Invalid major version')\n }\n\n if (this.minor > MAX_SAFE_INTEGER || this.minor < 0) {\n throw new TypeError('Invalid minor version')\n }\n\n if (this.patch > MAX_SAFE_INTEGER || this.patch < 0) {\n throw new TypeError('Invalid patch version')\n }\n\n // numberify any prerelease numeric ids\n if (!m[4]) {\n this.prerelease = []\n } else {\n this.prerelease = m[4].split('.').map((id) => {\n if (/^[0-9]+$/.test(id)) {\n const num = +id\n if (num >= 0 && num < MAX_SAFE_INTEGER) {\n return num\n }\n }\n return id\n })\n }\n\n this.build = m[5] ? m[5].split('.') : []\n this.format()\n }\n\n format () {\n this.version = `${this.major}.${this.minor}.${this.patch}`\n if (this.prerelease.length) {\n this.version += `-${this.prerelease.join('.')}`\n }\n return this.version\n }\n\n toString () {\n return this.version\n }\n\n compare (other) {\n debug('SemVer.compare', this.version, this.options, other)\n if (!(other instanceof SemVer)) {\n if (typeof other === 'string' && other === this.version) {\n return 0\n }\n other = new SemVer(other, this.options)\n }\n\n if (other.version === this.version) {\n return 0\n }\n\n return this.compareMain(other) || this.comparePre(other)\n }\n\n compareMain (other) {\n if (!(other instanceof SemVer)) {\n other = new SemVer(other, this.options)\n }\n\n return (\n compareIdentifiers(this.major, other.major) ||\n compareIdentifiers(this.minor, other.minor) ||\n compareIdentifiers(this.patch, other.patch)\n )\n }\n\n comparePre (other) {\n if (!(other instanceof SemVer)) {\n other = new SemVer(other, this.options)\n }\n\n // NOT having a prerelease is > having one\n if (this.prerelease.length && !other.prerelease.length) {\n return -1\n } else if (!this.prerelease.length && other.prerelease.length) {\n return 1\n } else if (!this.prerelease.length && !other.prerelease.length) {\n return 0\n }\n\n let i = 0\n do {\n const a = this.prerelease[i]\n const b = other.prerelease[i]\n debug('prerelease compare', i, a, b)\n if (a === undefined && b === undefined) {\n return 0\n } else if (b === undefined) {\n return 1\n } else if (a === undefined) {\n return -1\n } else if (a === b) {\n continue\n } else {\n return compareIdentifiers(a, b)\n }\n } while (++i)\n }\n\n compareBuild (other) {\n if (!(other instanceof SemVer)) {\n other = new SemVer(other, this.options)\n }\n\n let i = 0\n do {\n const a = this.build[i]\n const b = other.build[i]\n debug('prerelease compare', i, a, b)\n if (a === undefined && b === undefined) {\n return 0\n } else if (b === undefined) {\n return 1\n } else if (a === undefined) {\n return -1\n } else if (a === b) {\n continue\n } else {\n return compareIdentifiers(a, b)\n }\n } while (++i)\n }\n\n // preminor will bump the version up to the next minor release, and immediately\n // down to pre-release. premajor and prepatch work the same way.\n inc (release, identifier) {\n switch (release) {\n case 'premajor':\n this.prerelease.length = 0\n this.patch = 0\n this.minor = 0\n this.major++\n this.inc('pre', identifier)\n break\n case 'preminor':\n this.prerelease.length = 0\n this.patch = 0\n this.minor++\n this.inc('pre', identifier)\n break\n case 'prepatch':\n // If this is already a prerelease, it will bump to the next version\n // drop any prereleases that might already exist, since they are not\n // relevant at this point.\n this.prerelease.length = 0\n this.inc('patch', identifier)\n this.inc('pre', identifier)\n break\n // If the input is a non-prerelease version, this acts the same as\n // prepatch.\n case 'prerelease':\n if (this.prerelease.length === 0) {\n this.inc('patch', identifier)\n }\n this.inc('pre', identifier)\n break\n\n case 'major':\n // If this is a pre-major version, bump up to the same major version.\n // Otherwise increment major.\n // 1.0.0-5 bumps to 1.0.0\n // 1.1.0 bumps to 2.0.0\n if (\n this.minor !== 0 ||\n this.patch !== 0 ||\n this.prerelease.length === 0\n ) {\n this.major++\n }\n this.minor = 0\n this.patch = 0\n this.prerelease = []\n break\n case 'minor':\n // If this is a pre-minor version, bump up to the same minor version.\n // Otherwise increment minor.\n // 1.2.0-5 bumps to 1.2.0\n // 1.2.1 bumps to 1.3.0\n if (this.patch !== 0 || this.prerelease.length === 0) {\n this.minor++\n }\n this.patch = 0\n this.prerelease = []\n break\n case 'patch':\n // If this is not a pre-release version, it will increment the patch.\n // If it is a pre-release it will bump up to the same patch version.\n // 1.2.0-5 patches to 1.2.0\n // 1.2.0 patches to 1.2.1\n if (this.prerelease.length === 0) {\n this.patch++\n }\n this.prerelease = []\n break\n // This probably shouldn't be used publicly.\n // 1.0.0 'pre' would become 1.0.0-0 which is the wrong direction.\n case 'pre':\n if (this.prerelease.length === 0) {\n this.prerelease = [0]\n } else {\n let i = this.prerelease.length\n while (--i >= 0) {\n if (typeof this.prerelease[i] === 'number') {\n this.prerelease[i]++\n i = -2\n }\n }\n if (i === -1) {\n // didn't increment anything\n this.prerelease.push(0)\n }\n }\n if (identifier) {\n // 1.2.0-beta.1 bumps to 1.2.0-beta.2,\n // 1.2.0-beta.fooblz or 1.2.0-beta bumps to 1.2.0-beta.0\n if (this.prerelease[0] === identifier) {\n if (isNaN(this.prerelease[1])) {\n this.prerelease = [identifier, 0]\n }\n } else {\n this.prerelease = [identifier, 0]\n }\n }\n break\n\n default:\n throw new Error(`invalid increment argument: ${release}`)\n }\n this.format()\n this.raw = this.version\n return this\n }\n}\n\nmodule.exports = SemVer\n","const {MAX_LENGTH} = require('../internal/constants')\nconst { re, t } = require('../internal/re')\nconst SemVer = require('../classes/semver')\n\nconst parseOptions = require('../internal/parse-options')\nconst parse = (version, options) => {\n options = parseOptions(options)\n\n if (version instanceof SemVer) {\n return version\n }\n\n if (typeof version !== 'string') {\n return null\n }\n\n if (version.length > MAX_LENGTH) {\n return null\n }\n\n const r = options.loose ? re[t.LOOSE] : re[t.FULL]\n if (!r.test(version)) {\n return null\n }\n\n try {\n return new SemVer(version, options)\n } catch (er) {\n return null\n }\n}\n\nmodule.exports = parse\n","const parse = require('./parse')\nconst valid = (version, options) => {\n const v = parse(version, options)\n return v ? v.version : null\n}\nmodule.exports = valid\n","const SemVer = require('../classes/semver')\nconst major = (a, loose) => new SemVer(a, loose).major\nmodule.exports = major\n","var wellKnownSymbol = require('../internals/well-known-symbol');\nvar create = require('../internals/object-create');\nvar definePropertyModule = require('../internals/object-define-property');\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 definePropertyModule.f(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","'use strict';\nvar fails = require('../internals/fails');\nvar getPrototypeOf = require('../internals/object-get-prototype-of');\nvar createNonEnumerableProperty = require('../internals/create-non-enumerable-property');\nvar has = require('../internals/has');\nvar wellKnownSymbol = require('../internals/well-known-symbol');\nvar IS_PURE = require('../internals/is-pure');\n\nvar ITERATOR = wellKnownSymbol('iterator');\nvar BUGGY_SAFARI_ITERATORS = false;\n\nvar returnThis = function () { return this; };\n\n// `%IteratorPrototype%` object\n// https://tc39.es/ecma262/#sec-%iteratorprototype%-object\nvar IteratorPrototype, PrototypeOfArrayIteratorPrototype, arrayIterator;\n\n/* eslint-disable es/no-array-prototype-keys -- safe */\nif ([].keys) {\n arrayIterator = [].keys();\n // Safari 8 has buggy iterators w/o `next`\n if (!('next' in arrayIterator)) BUGGY_SAFARI_ITERATORS = true;\n else {\n PrototypeOfArrayIteratorPrototype = getPrototypeOf(getPrototypeOf(arrayIterator));\n if (PrototypeOfArrayIteratorPrototype !== Object.prototype) IteratorPrototype = PrototypeOfArrayIteratorPrototype;\n }\n}\n\nvar NEW_ITERATOR_PROTOTYPE = IteratorPrototype == undefined || fails(function () {\n var test = {};\n // FF44- legacy iterators case\n return IteratorPrototype[ITERATOR].call(test) !== test;\n});\n\nif (NEW_ITERATOR_PROTOTYPE) IteratorPrototype = {};\n\n// 25.1.2.1.1 %IteratorPrototype%[@@iterator]()\nif ((!IS_PURE || NEW_ITERATOR_PROTOTYPE) && !has(IteratorPrototype, ITERATOR)) {\n createNonEnumerableProperty(IteratorPrototype, ITERATOR, returnThis);\n}\n\nmodule.exports = {\n IteratorPrototype: IteratorPrototype,\n BUGGY_SAFARI_ITERATORS: BUGGY_SAFARI_ITERATORS\n};\n","module.exports = {};\n","var fails = require('../internals/fails');\n\nmodule.exports = !fails(function () {\n function F() { /* empty */ }\n F.prototype.constructor = null;\n // eslint-disable-next-line es/no-object-getprototypeof -- required for testing\n return Object.getPrototypeOf(new F()) !== F.prototype;\n});\n","var has = require('../internals/has');\nvar toObject = require('../internals/to-object');\nvar sharedKey = require('../internals/shared-key');\nvar CORRECT_PROTOTYPE_GETTER = require('../internals/correct-prototype-getter');\n\nvar IE_PROTO = sharedKey('IE_PROTO');\nvar ObjectPrototype = Object.prototype;\n\n// `Object.getPrototypeOf` method\n// https://tc39.es/ecma262/#sec-object.getprototypeof\n// eslint-disable-next-line es/no-object-getprototypeof -- safe\nmodule.exports = CORRECT_PROTOTYPE_GETTER ? Object.getPrototypeOf : function (O) {\n O = toObject(O);\n if (has(O, IE_PROTO)) return O[IE_PROTO];\n if (typeof O.constructor == 'function' && O instanceof O.constructor) {\n return O.constructor.prototype;\n } return O instanceof Object ? ObjectPrototype : null;\n};\n","var defineProperty = require('../internals/object-define-property').f;\nvar has = require('../internals/has');\nvar wellKnownSymbol = require('../internals/well-known-symbol');\n\nvar TO_STRING_TAG = wellKnownSymbol('toStringTag');\n\nmodule.exports = function (it, TAG, STATIC) {\n if (it && !has(it = STATIC ? it : it.prototype, TO_STRING_TAG)) {\n defineProperty(it, TO_STRING_TAG, { configurable: true, value: TAG });\n }\n};\n","'use strict';\nvar IteratorPrototype = require('../internals/iterators-core').IteratorPrototype;\nvar create = require('../internals/object-create');\nvar createPropertyDescriptor = require('../internals/create-property-descriptor');\nvar setToStringTag = require('../internals/set-to-string-tag');\nvar Iterators = require('../internals/iterators');\n\nvar returnThis = function () { return this; };\n\nmodule.exports = function (IteratorConstructor, NAME, next) {\n var TO_STRING_TAG = NAME + ' Iterator';\n IteratorConstructor.prototype = create(IteratorPrototype, { next: createPropertyDescriptor(1, next) });\n setToStringTag(IteratorConstructor, TO_STRING_TAG, false, true);\n Iterators[TO_STRING_TAG] = returnThis;\n return IteratorConstructor;\n};\n","'use strict';\nvar $ = require('../internals/export');\nvar createIteratorConstructor = require('../internals/create-iterator-constructor');\nvar getPrototypeOf = require('../internals/object-get-prototype-of');\nvar setPrototypeOf = require('../internals/object-set-prototype-of');\nvar setToStringTag = require('../internals/set-to-string-tag');\nvar createNonEnumerableProperty = require('../internals/create-non-enumerable-property');\nvar redefine = require('../internals/redefine');\nvar wellKnownSymbol = require('../internals/well-known-symbol');\nvar IS_PURE = require('../internals/is-pure');\nvar Iterators = require('../internals/iterators');\nvar IteratorsCore = require('../internals/iterators-core');\n\nvar IteratorPrototype = IteratorsCore.IteratorPrototype;\nvar BUGGY_SAFARI_ITERATORS = IteratorsCore.BUGGY_SAFARI_ITERATORS;\nvar ITERATOR = wellKnownSymbol('iterator');\nvar KEYS = 'keys';\nvar VALUES = 'values';\nvar ENTRIES = 'entries';\n\nvar returnThis = function () { return this; };\n\nmodule.exports = function (Iterable, NAME, IteratorConstructor, next, DEFAULT, IS_SET, FORCED) {\n createIteratorConstructor(IteratorConstructor, NAME, next);\n\n var getIterationMethod = function (KIND) {\n if (KIND === DEFAULT && defaultIterator) return defaultIterator;\n if (!BUGGY_SAFARI_ITERATORS && KIND in IterablePrototype) return IterablePrototype[KIND];\n switch (KIND) {\n case KEYS: return function keys() { return new IteratorConstructor(this, KIND); };\n case VALUES: return function values() { return new IteratorConstructor(this, KIND); };\n case ENTRIES: return function entries() { return new IteratorConstructor(this, KIND); };\n } return function () { return new IteratorConstructor(this); };\n };\n\n var TO_STRING_TAG = NAME + ' Iterator';\n var INCORRECT_VALUES_NAME = false;\n var IterablePrototype = Iterable.prototype;\n var nativeIterator = IterablePrototype[ITERATOR]\n || IterablePrototype['@@iterator']\n || DEFAULT && IterablePrototype[DEFAULT];\n var defaultIterator = !BUGGY_SAFARI_ITERATORS && nativeIterator || getIterationMethod(DEFAULT);\n var anyNativeIterator = NAME == 'Array' ? IterablePrototype.entries || nativeIterator : nativeIterator;\n var CurrentIteratorPrototype, methods, KEY;\n\n // fix native\n if (anyNativeIterator) {\n CurrentIteratorPrototype = getPrototypeOf(anyNativeIterator.call(new Iterable()));\n if (IteratorPrototype !== Object.prototype && CurrentIteratorPrototype.next) {\n if (!IS_PURE && getPrototypeOf(CurrentIteratorPrototype) !== IteratorPrototype) {\n if (setPrototypeOf) {\n setPrototypeOf(CurrentIteratorPrototype, IteratorPrototype);\n } else if (typeof CurrentIteratorPrototype[ITERATOR] != 'function') {\n createNonEnumerableProperty(CurrentIteratorPrototype, ITERATOR, returnThis);\n }\n }\n // Set @@toStringTag to native iterators\n setToStringTag(CurrentIteratorPrototype, TO_STRING_TAG, true, true);\n if (IS_PURE) Iterators[TO_STRING_TAG] = returnThis;\n }\n }\n\n // fix Array#{values, @@iterator}.name in V8 / FF\n if (DEFAULT == VALUES && nativeIterator && nativeIterator.name !== VALUES) {\n INCORRECT_VALUES_NAME = true;\n defaultIterator = function values() { return nativeIterator.call(this); };\n }\n\n // define iterator\n if ((!IS_PURE || FORCED) && IterablePrototype[ITERATOR] !== defaultIterator) {\n createNonEnumerableProperty(IterablePrototype, ITERATOR, defaultIterator);\n }\n Iterators[NAME] = defaultIterator;\n\n // export additional methods\n if (DEFAULT) {\n methods = {\n values: getIterationMethod(VALUES),\n keys: IS_SET ? defaultIterator : getIterationMethod(KEYS),\n entries: getIterationMethod(ENTRIES)\n };\n if (FORCED) for (KEY in methods) {\n if (BUGGY_SAFARI_ITERATORS || INCORRECT_VALUES_NAME || !(KEY in IterablePrototype)) {\n redefine(IterablePrototype, KEY, methods[KEY]);\n }\n } else $({ target: NAME, proto: true, forced: BUGGY_SAFARI_ITERATORS || INCORRECT_VALUES_NAME }, methods);\n }\n\n return methods;\n};\n","'use strict';\nvar toIndexedObject = require('../internals/to-indexed-object');\nvar addToUnscopables = require('../internals/add-to-unscopables');\nvar Iterators = require('../internals/iterators');\nvar InternalStateModule = require('../internals/internal-state');\nvar defineIterator = require('../internals/define-iterator');\n\nvar ARRAY_ITERATOR = 'Array Iterator';\nvar setInternalState = InternalStateModule.set;\nvar getInternalState = InternalStateModule.getterFor(ARRAY_ITERATOR);\n\n// `Array.prototype.entries` method\n// https://tc39.es/ecma262/#sec-array.prototype.entries\n// `Array.prototype.keys` method\n// https://tc39.es/ecma262/#sec-array.prototype.keys\n// `Array.prototype.values` method\n// https://tc39.es/ecma262/#sec-array.prototype.values\n// `Array.prototype[@@iterator]` method\n// https://tc39.es/ecma262/#sec-array.prototype-@@iterator\n// `CreateArrayIterator` internal method\n// https://tc39.es/ecma262/#sec-createarrayiterator\nmodule.exports = defineIterator(Array, 'Array', function (iterated, kind) {\n setInternalState(this, {\n type: ARRAY_ITERATOR,\n target: toIndexedObject(iterated), // target\n index: 0, // next index\n kind: kind // kind\n });\n// `%ArrayIteratorPrototype%.next` method\n// https://tc39.es/ecma262/#sec-%arrayiteratorprototype%.next\n}, function () {\n var state = getInternalState(this);\n var target = state.target;\n var kind = state.kind;\n var index = state.index++;\n if (!target || index >= target.length) {\n state.target = undefined;\n return { value: undefined, done: true };\n }\n if (kind == 'keys') return { value: index, done: false };\n if (kind == 'values') return { value: target[index], done: false };\n return { value: [index, target[index]], done: false };\n}, 'values');\n\n// argumentsList[@@iterator] is %ArrayProto_values%\n// https://tc39.es/ecma262/#sec-createunmappedargumentsobject\n// https://tc39.es/ecma262/#sec-createmappedargumentsobject\nIterators.Arguments = Iterators.Array;\n\n// https://tc39.es/ecma262/#sec-array.prototype-@@unscopables\naddToUnscopables('keys');\naddToUnscopables('values');\naddToUnscopables('entries');\n","var fails = require('../internals/fails');\n\nmodule.exports = !fails(function () {\n // eslint-disable-next-line es/no-object-isextensible, es/no-object-preventextensions -- required for testing\n return Object.isExtensible(Object.preventExtensions({}));\n});\n","var hiddenKeys = require('../internals/hidden-keys');\nvar isObject = require('../internals/is-object');\nvar has = require('../internals/has');\nvar defineProperty = require('../internals/object-define-property').f;\nvar uid = require('../internals/uid');\nvar FREEZING = require('../internals/freezing');\n\nvar METADATA = uid('meta');\nvar id = 0;\n\n// eslint-disable-next-line es/no-object-isextensible -- safe\nvar isExtensible = Object.isExtensible || function () {\n return true;\n};\n\nvar setMetadata = function (it) {\n defineProperty(it, METADATA, { value: {\n objectID: 'O' + ++id, // object ID\n weakData: {} // weak collections IDs\n } });\n};\n\nvar fastKey = function (it, create) {\n // return a primitive with prefix\n if (!isObject(it)) return typeof it == 'symbol' ? it : (typeof it == 'string' ? 'S' : 'P') + it;\n if (!has(it, METADATA)) {\n // can't set metadata to uncaught frozen object\n if (!isExtensible(it)) return 'F';\n // not necessary to add metadata\n if (!create) return 'E';\n // add missing metadata\n setMetadata(it);\n // return object ID\n } return it[METADATA].objectID;\n};\n\nvar getWeakData = function (it, create) {\n if (!has(it, METADATA)) {\n // can't set metadata to uncaught frozen object\n if (!isExtensible(it)) return true;\n // not necessary to add metadata\n if (!create) return false;\n // add missing metadata\n setMetadata(it);\n // return the store of weak collections IDs\n } return it[METADATA].weakData;\n};\n\n// add metadata on freeze-family methods calling\nvar onFreeze = function (it) {\n if (FREEZING && meta.REQUIRED && isExtensible(it) && !has(it, METADATA)) setMetadata(it);\n return it;\n};\n\nvar meta = module.exports = {\n REQUIRED: false,\n fastKey: fastKey,\n getWeakData: getWeakData,\n onFreeze: onFreeze\n};\n\nhiddenKeys[METADATA] = true;\n","var wellKnownSymbol = require('../internals/well-known-symbol');\nvar Iterators = require('../internals/iterators');\n\nvar ITERATOR = wellKnownSymbol('iterator');\nvar ArrayPrototype = Array.prototype;\n\n// check on default Array iterator\nmodule.exports = function (it) {\n return it !== undefined && (Iterators.Array === it || ArrayPrototype[ITERATOR] === it);\n};\n","var wellKnownSymbol = require('../internals/well-known-symbol');\n\nvar TO_STRING_TAG = wellKnownSymbol('toStringTag');\nvar test = {};\n\ntest[TO_STRING_TAG] = 'z';\n\nmodule.exports = String(test) === '[object z]';\n","var TO_STRING_TAG_SUPPORT = require('../internals/to-string-tag-support');\nvar classofRaw = require('../internals/classof-raw');\nvar wellKnownSymbol = require('../internals/well-known-symbol');\n\nvar TO_STRING_TAG = wellKnownSymbol('toStringTag');\n// ES3 wrong here\nvar CORRECT_ARGUMENTS = classofRaw(function () { return arguments; }()) == 'Arguments';\n\n// fallback for IE11 Script Access Denied error\nvar tryGet = function (it, key) {\n try {\n return it[key];\n } catch (error) { /* empty */ }\n};\n\n// getting tag from ES6+ `Object.prototype.toString`\nmodule.exports = TO_STRING_TAG_SUPPORT ? classofRaw : function (it) {\n var O, tag, result;\n return it === undefined ? 'Undefined' : it === null ? 'Null'\n // @@toStringTag case\n : typeof (tag = tryGet(O = Object(it), TO_STRING_TAG)) == 'string' ? tag\n // builtinTag case\n : CORRECT_ARGUMENTS ? classofRaw(O)\n // ES3 arguments fallback\n : (result = classofRaw(O)) == 'Object' && typeof O.callee == 'function' ? 'Arguments' : result;\n};\n","var classof = require('../internals/classof');\nvar Iterators = require('../internals/iterators');\nvar wellKnownSymbol = require('../internals/well-known-symbol');\n\nvar ITERATOR = wellKnownSymbol('iterator');\n\nmodule.exports = function (it) {\n if (it != undefined) return it[ITERATOR]\n || it['@@iterator']\n || Iterators[classof(it)];\n};\n","var anObject = require('../internals/an-object');\n\nmodule.exports = function (iterator) {\n var returnMethod = iterator['return'];\n if (returnMethod !== undefined) {\n return anObject(returnMethod.call(iterator)).value;\n }\n};\n","var anObject = require('../internals/an-object');\nvar isArrayIteratorMethod = require('../internals/is-array-iterator-method');\nvar toLength = require('../internals/to-length');\nvar bind = require('../internals/function-bind-context');\nvar getIteratorMethod = require('../internals/get-iterator-method');\nvar iteratorClose = require('../internals/iterator-close');\n\nvar Result = function (stopped, result) {\n this.stopped = stopped;\n this.result = result;\n};\n\nmodule.exports = function (iterable, unboundFunction, options) {\n var that = options && options.that;\n var AS_ENTRIES = !!(options && options.AS_ENTRIES);\n var IS_ITERATOR = !!(options && options.IS_ITERATOR);\n var INTERRUPTED = !!(options && options.INTERRUPTED);\n var fn = bind(unboundFunction, that, 1 + AS_ENTRIES + INTERRUPTED);\n var iterator, iterFn, index, length, result, next, step;\n\n var stop = function (condition) {\n if (iterator) iteratorClose(iterator);\n return new Result(true, condition);\n };\n\n var callFn = function (value) {\n if (AS_ENTRIES) {\n anObject(value);\n return INTERRUPTED ? fn(value[0], value[1], stop) : fn(value[0], value[1]);\n } return INTERRUPTED ? fn(value, stop) : fn(value);\n };\n\n if (IS_ITERATOR) {\n iterator = iterable;\n } else {\n iterFn = getIteratorMethod(iterable);\n if (typeof iterFn != 'function') throw TypeError('Target is not iterable');\n // optimisation for array iterators\n if (isArrayIteratorMethod(iterFn)) {\n for (index = 0, length = toLength(iterable.length); length > index; index++) {\n result = callFn(iterable[index]);\n if (result && result instanceof Result) return result;\n } return new Result(false);\n }\n iterator = iterFn.call(iterable);\n }\n\n next = iterator.next;\n while (!(step = next.call(iterator)).done) {\n try {\n result = callFn(step.value);\n } catch (error) {\n iteratorClose(iterator);\n throw error;\n }\n if (typeof result == 'object' && result && result instanceof Result) return result;\n } return new Result(false);\n};\n","module.exports = function (it, Constructor, name) {\n if (!(it instanceof Constructor)) {\n throw TypeError('Incorrect ' + (name ? name + ' ' : '') + 'invocation');\n } return it;\n};\n","var wellKnownSymbol = require('../internals/well-known-symbol');\n\nvar ITERATOR = wellKnownSymbol('iterator');\nvar SAFE_CLOSING = false;\n\ntry {\n var called = 0;\n var iteratorWithReturn = {\n next: function () {\n return { done: !!called++ };\n },\n 'return': function () {\n SAFE_CLOSING = true;\n }\n };\n iteratorWithReturn[ITERATOR] = function () {\n return this;\n };\n // eslint-disable-next-line no-throw-literal -- required for testing\n Array.from(iteratorWithReturn, function () { throw 2; });\n} catch (error) { /* empty */ }\n\nmodule.exports = function (exec, SKIP_CLOSING) {\n if (!SKIP_CLOSING && !SAFE_CLOSING) return false;\n var ITERATION_SUPPORT = false;\n try {\n var object = {};\n object[ITERATOR] = function () {\n return {\n next: function () {\n return { done: ITERATION_SUPPORT = true };\n }\n };\n };\n exec(object);\n } catch (error) { /* empty */ }\n return ITERATION_SUPPORT;\n};\n","var redefine = require('../internals/redefine');\n\nmodule.exports = function (target, src, options) {\n for (var key in src) redefine(target, key, src[key], options);\n return target;\n};\n","'use strict';\nvar defineProperty = require('../internals/object-define-property').f;\nvar create = require('../internals/object-create');\nvar redefineAll = require('../internals/redefine-all');\nvar bind = require('../internals/function-bind-context');\nvar anInstance = require('../internals/an-instance');\nvar iterate = require('../internals/iterate');\nvar defineIterator = require('../internals/define-iterator');\nvar setSpecies = require('../internals/set-species');\nvar DESCRIPTORS = require('../internals/descriptors');\nvar fastKey = require('../internals/internal-metadata').fastKey;\nvar InternalStateModule = require('../internals/internal-state');\n\nvar setInternalState = InternalStateModule.set;\nvar internalStateGetterFor = InternalStateModule.getterFor;\n\nmodule.exports = {\n getConstructor: function (wrapper, CONSTRUCTOR_NAME, IS_MAP, ADDER) {\n var C = wrapper(function (that, iterable) {\n anInstance(that, C, CONSTRUCTOR_NAME);\n setInternalState(that, {\n type: CONSTRUCTOR_NAME,\n index: create(null),\n first: undefined,\n last: undefined,\n size: 0\n });\n if (!DESCRIPTORS) that.size = 0;\n if (iterable != undefined) iterate(iterable, that[ADDER], { that: that, AS_ENTRIES: IS_MAP });\n });\n\n var getInternalState = internalStateGetterFor(CONSTRUCTOR_NAME);\n\n var define = function (that, key, value) {\n var state = getInternalState(that);\n var entry = getEntry(that, key);\n var previous, index;\n // change existing entry\n if (entry) {\n entry.value = value;\n // create new entry\n } else {\n state.last = entry = {\n index: index = fastKey(key, true),\n key: key,\n value: value,\n previous: previous = state.last,\n next: undefined,\n removed: false\n };\n if (!state.first) state.first = entry;\n if (previous) previous.next = entry;\n if (DESCRIPTORS) state.size++;\n else that.size++;\n // add to index\n if (index !== 'F') state.index[index] = entry;\n } return that;\n };\n\n var getEntry = function (that, key) {\n var state = getInternalState(that);\n // fast case\n var index = fastKey(key);\n var entry;\n if (index !== 'F') return state.index[index];\n // frozen object case\n for (entry = state.first; entry; entry = entry.next) {\n if (entry.key == key) return entry;\n }\n };\n\n redefineAll(C.prototype, {\n // 23.1.3.1 Map.prototype.clear()\n // 23.2.3.2 Set.prototype.clear()\n clear: function clear() {\n var that = this;\n var state = getInternalState(that);\n var data = state.index;\n var entry = state.first;\n while (entry) {\n entry.removed = true;\n if (entry.previous) entry.previous = entry.previous.next = undefined;\n delete data[entry.index];\n entry = entry.next;\n }\n state.first = state.last = undefined;\n if (DESCRIPTORS) state.size = 0;\n else that.size = 0;\n },\n // 23.1.3.3 Map.prototype.delete(key)\n // 23.2.3.4 Set.prototype.delete(value)\n 'delete': function (key) {\n var that = this;\n var state = getInternalState(that);\n var entry = getEntry(that, key);\n if (entry) {\n var next = entry.next;\n var prev = entry.previous;\n delete state.index[entry.index];\n entry.removed = true;\n if (prev) prev.next = next;\n if (next) next.previous = prev;\n if (state.first == entry) state.first = next;\n if (state.last == entry) state.last = prev;\n if (DESCRIPTORS) state.size--;\n else that.size--;\n } return !!entry;\n },\n // 23.2.3.6 Set.prototype.forEach(callbackfn, thisArg = undefined)\n // 23.1.3.5 Map.prototype.forEach(callbackfn, thisArg = undefined)\n forEach: function forEach(callbackfn /* , that = undefined */) {\n var state = getInternalState(this);\n var boundFunction = bind(callbackfn, arguments.length > 1 ? arguments[1] : undefined, 3);\n var entry;\n while (entry = entry ? entry.next : state.first) {\n boundFunction(entry.value, entry.key, this);\n // revert to the last existing entry\n while (entry && entry.removed) entry = entry.previous;\n }\n },\n // 23.1.3.7 Map.prototype.has(key)\n // 23.2.3.7 Set.prototype.has(value)\n has: function has(key) {\n return !!getEntry(this, key);\n }\n });\n\n redefineAll(C.prototype, IS_MAP ? {\n // 23.1.3.6 Map.prototype.get(key)\n get: function get(key) {\n var entry = getEntry(this, key);\n return entry && entry.value;\n },\n // 23.1.3.9 Map.prototype.set(key, value)\n set: function set(key, value) {\n return define(this, key === 0 ? 0 : key, value);\n }\n } : {\n // 23.2.3.1 Set.prototype.add(value)\n add: function add(value) {\n return define(this, value = value === 0 ? 0 : value, value);\n }\n });\n if (DESCRIPTORS) defineProperty(C.prototype, 'size', {\n get: function () {\n return getInternalState(this).size;\n }\n });\n return C;\n },\n setStrong: function (C, CONSTRUCTOR_NAME, IS_MAP) {\n var ITERATOR_NAME = CONSTRUCTOR_NAME + ' Iterator';\n var getInternalCollectionState = internalStateGetterFor(CONSTRUCTOR_NAME);\n var getInternalIteratorState = internalStateGetterFor(ITERATOR_NAME);\n // add .keys, .values, .entries, [@@iterator]\n // 23.1.3.4, 23.1.3.8, 23.1.3.11, 23.1.3.12, 23.2.3.5, 23.2.3.8, 23.2.3.10, 23.2.3.11\n defineIterator(C, CONSTRUCTOR_NAME, function (iterated, kind) {\n setInternalState(this, {\n type: ITERATOR_NAME,\n target: iterated,\n state: getInternalCollectionState(iterated),\n kind: kind,\n last: undefined\n });\n }, function () {\n var state = getInternalIteratorState(this);\n var kind = state.kind;\n var entry = state.last;\n // revert to the last existing entry\n while (entry && entry.removed) entry = entry.previous;\n // get next entry\n if (!state.target || !(state.last = entry = entry ? entry.next : state.state.first)) {\n // or finish the iteration\n state.target = undefined;\n return { value: undefined, done: true };\n }\n // return step by kind\n if (kind == 'keys') return { value: entry.key, done: false };\n if (kind == 'values') return { value: entry.value, done: false };\n return { value: [entry.key, entry.value], done: false };\n }, IS_MAP ? 'entries' : 'values', !IS_MAP, true);\n\n // add [@@species], 23.1.2.2, 23.2.2.2\n setSpecies(CONSTRUCTOR_NAME);\n }\n};\n","'use strict';\nvar $ = require('../internals/export');\nvar global = require('../internals/global');\nvar isForced = require('../internals/is-forced');\nvar redefine = require('../internals/redefine');\nvar InternalMetadataModule = require('../internals/internal-metadata');\nvar iterate = require('../internals/iterate');\nvar anInstance = require('../internals/an-instance');\nvar isObject = require('../internals/is-object');\nvar fails = require('../internals/fails');\nvar checkCorrectnessOfIteration = require('../internals/check-correctness-of-iteration');\nvar setToStringTag = require('../internals/set-to-string-tag');\nvar inheritIfRequired = require('../internals/inherit-if-required');\n\nmodule.exports = function (CONSTRUCTOR_NAME, wrapper, common) {\n var IS_MAP = CONSTRUCTOR_NAME.indexOf('Map') !== -1;\n var IS_WEAK = CONSTRUCTOR_NAME.indexOf('Weak') !== -1;\n var ADDER = IS_MAP ? 'set' : 'add';\n var NativeConstructor = global[CONSTRUCTOR_NAME];\n var NativePrototype = NativeConstructor && NativeConstructor.prototype;\n var Constructor = NativeConstructor;\n var exported = {};\n\n var fixMethod = function (KEY) {\n var nativeMethod = NativePrototype[KEY];\n redefine(NativePrototype, KEY,\n KEY == 'add' ? function add(value) {\n nativeMethod.call(this, value === 0 ? 0 : value);\n return this;\n } : KEY == 'delete' ? function (key) {\n return IS_WEAK && !isObject(key) ? false : nativeMethod.call(this, key === 0 ? 0 : key);\n } : KEY == 'get' ? function get(key) {\n return IS_WEAK && !isObject(key) ? undefined : nativeMethod.call(this, key === 0 ? 0 : key);\n } : KEY == 'has' ? function has(key) {\n return IS_WEAK && !isObject(key) ? false : nativeMethod.call(this, key === 0 ? 0 : key);\n } : function set(key, value) {\n nativeMethod.call(this, key === 0 ? 0 : key, value);\n return this;\n }\n );\n };\n\n var REPLACE = isForced(\n CONSTRUCTOR_NAME,\n typeof NativeConstructor != 'function' || !(IS_WEAK || NativePrototype.forEach && !fails(function () {\n new NativeConstructor().entries().next();\n }))\n );\n\n if (REPLACE) {\n // create collection constructor\n Constructor = common.getConstructor(wrapper, CONSTRUCTOR_NAME, IS_MAP, ADDER);\n InternalMetadataModule.REQUIRED = true;\n } else if (isForced(CONSTRUCTOR_NAME, true)) {\n var instance = new Constructor();\n // early implementations not supports chaining\n var HASNT_CHAINING = instance[ADDER](IS_WEAK ? {} : -0, 1) != instance;\n // V8 ~ Chromium 40- weak-collections throws on primitives, but should return false\n var THROWS_ON_PRIMITIVES = fails(function () { instance.has(1); });\n // most early implementations doesn't supports iterables, most modern - not close it correctly\n // eslint-disable-next-line no-new -- required for testing\n var ACCEPT_ITERABLES = checkCorrectnessOfIteration(function (iterable) { new NativeConstructor(iterable); });\n // for early implementations -0 and +0 not the same\n var BUGGY_ZERO = !IS_WEAK && fails(function () {\n // V8 ~ Chromium 42- fails only with 5+ elements\n var $instance = new NativeConstructor();\n var index = 5;\n while (index--) $instance[ADDER](index, index);\n return !$instance.has(-0);\n });\n\n if (!ACCEPT_ITERABLES) {\n Constructor = wrapper(function (dummy, iterable) {\n anInstance(dummy, Constructor, CONSTRUCTOR_NAME);\n var that = inheritIfRequired(new NativeConstructor(), dummy, Constructor);\n if (iterable != undefined) iterate(iterable, that[ADDER], { that: that, AS_ENTRIES: IS_MAP });\n return that;\n });\n Constructor.prototype = NativePrototype;\n NativePrototype.constructor = Constructor;\n }\n\n if (THROWS_ON_PRIMITIVES || BUGGY_ZERO) {\n fixMethod('delete');\n fixMethod('has');\n IS_MAP && fixMethod('get');\n }\n\n if (BUGGY_ZERO || HASNT_CHAINING) fixMethod(ADDER);\n\n // weak collections should not contains .clear method\n if (IS_WEAK && NativePrototype.clear) delete NativePrototype.clear;\n }\n\n exported[CONSTRUCTOR_NAME] = Constructor;\n $({ global: true, forced: Constructor != NativeConstructor }, exported);\n\n setToStringTag(Constructor, CONSTRUCTOR_NAME);\n\n if (!IS_WEAK) common.setStrong(Constructor, CONSTRUCTOR_NAME, IS_MAP);\n\n return Constructor;\n};\n","'use strict';\nvar collection = require('../internals/collection');\nvar collectionStrong = require('../internals/collection-strong');\n\n// `Map` constructor\n// https://tc39.es/ecma262/#sec-map-objects\nmodule.exports = collection('Map', function (init) {\n return function Map() { return init(this, arguments.length ? arguments[0] : undefined); };\n}, collectionStrong);\n","'use strict';\nvar TO_STRING_TAG_SUPPORT = require('../internals/to-string-tag-support');\nvar classof = require('../internals/classof');\n\n// `Object.prototype.toString` method implementation\n// https://tc39.es/ecma262/#sec-object.prototype.tostring\nmodule.exports = TO_STRING_TAG_SUPPORT ? {}.toString : function toString() {\n return '[object ' + classof(this) + ']';\n};\n","var TO_STRING_TAG_SUPPORT = require('../internals/to-string-tag-support');\nvar redefine = require('../internals/redefine');\nvar toString = require('../internals/object-to-string');\n\n// `Object.prototype.toString` method\n// https://tc39.es/ecma262/#sec-object.prototype.tostring\nif (!TO_STRING_TAG_SUPPORT) {\n redefine(Object.prototype, 'toString', toString, { unsafe: true });\n}\n","'use strict';\nvar charAt = require('../internals/string-multibyte').charAt;\nvar InternalStateModule = require('../internals/internal-state');\nvar defineIterator = require('../internals/define-iterator');\n\nvar STRING_ITERATOR = 'String Iterator';\nvar setInternalState = InternalStateModule.set;\nvar getInternalState = InternalStateModule.getterFor(STRING_ITERATOR);\n\n// `String.prototype[@@iterator]` method\n// https://tc39.es/ecma262/#sec-string.prototype-@@iterator\ndefineIterator(String, 'String', function (iterated) {\n setInternalState(this, {\n type: STRING_ITERATOR,\n string: String(iterated),\n index: 0\n });\n// `%StringIteratorPrototype%.next` method\n// https://tc39.es/ecma262/#sec-%stringiteratorprototype%.next\n}, function next() {\n var state = getInternalState(this);\n var string = state.string;\n var index = state.index;\n var point;\n if (index >= string.length) return { value: undefined, done: true };\n point = charAt(string, index);\n state.index += point.length;\n return { value: point, done: false };\n});\n","// iterable DOM collections\n// flag - `iterable` interface - 'entries', 'keys', 'values', 'forEach' methods\nmodule.exports = {\n CSSRuleList: 0,\n CSSStyleDeclaration: 0,\n CSSValueList: 0,\n ClientRectList: 0,\n DOMRectList: 0,\n DOMStringList: 0,\n DOMTokenList: 1,\n DataTransferItemList: 0,\n FileList: 0,\n HTMLAllCollection: 0,\n HTMLCollection: 0,\n HTMLFormElement: 0,\n HTMLSelectElement: 0,\n MediaList: 0,\n MimeTypeArray: 0,\n NamedNodeMap: 0,\n NodeList: 1,\n PaintRequestList: 0,\n Plugin: 0,\n PluginArray: 0,\n SVGLengthList: 0,\n SVGNumberList: 0,\n SVGPathSegList: 0,\n SVGPointList: 0,\n SVGStringList: 0,\n SVGTransformList: 0,\n SourceBufferList: 0,\n StyleSheetList: 0,\n TextTrackCueList: 0,\n TextTrackList: 0,\n TouchList: 0\n};\n","var global = require('../internals/global');\nvar DOMIterables = require('../internals/dom-iterables');\nvar ArrayIteratorMethods = require('../modules/es.array.iterator');\nvar createNonEnumerableProperty = require('../internals/create-non-enumerable-property');\nvar wellKnownSymbol = require('../internals/well-known-symbol');\n\nvar ITERATOR = wellKnownSymbol('iterator');\nvar TO_STRING_TAG = wellKnownSymbol('toStringTag');\nvar ArrayValues = ArrayIteratorMethods.values;\n\nfor (var COLLECTION_NAME in DOMIterables) {\n var Collection = global[COLLECTION_NAME];\n var CollectionPrototype = Collection && Collection.prototype;\n if (CollectionPrototype) {\n // some Chrome versions have non-configurable methods on DOMTokenList\n if (CollectionPrototype[ITERATOR] !== ArrayValues) try {\n createNonEnumerableProperty(CollectionPrototype, ITERATOR, ArrayValues);\n } catch (error) {\n CollectionPrototype[ITERATOR] = ArrayValues;\n }\n if (!CollectionPrototype[TO_STRING_TAG]) {\n createNonEnumerableProperty(CollectionPrototype, TO_STRING_TAG, COLLECTION_NAME);\n }\n if (DOMIterables[COLLECTION_NAME]) for (var METHOD_NAME in ArrayIteratorMethods) {\n // some Chrome versions have non-configurable methods on DOMTokenList\n if (CollectionPrototype[METHOD_NAME] !== ArrayIteratorMethods[METHOD_NAME]) try {\n createNonEnumerableProperty(CollectionPrototype, METHOD_NAME, ArrayIteratorMethods[METHOD_NAME]);\n } catch (error) {\n CollectionPrototype[METHOD_NAME] = ArrayIteratorMethods[METHOD_NAME];\n }\n }\n }\n}\n","'use strict';\nvar $forEach = require('../internals/array-iteration').forEach;\nvar arrayMethodIsStrict = require('../internals/array-method-is-strict');\n\nvar STRICT_METHOD = arrayMethodIsStrict('forEach');\n\n// `Array.prototype.forEach` method implementation\n// https://tc39.es/ecma262/#sec-array.prototype.foreach\nmodule.exports = !STRICT_METHOD ? function forEach(callbackfn /* , thisArg */) {\n return $forEach(this, callbackfn, arguments.length > 1 ? arguments[1] : undefined);\n// eslint-disable-next-line es/no-array-prototype-foreach -- safe\n} : [].forEach;\n","var global = require('../internals/global');\nvar DOMIterables = require('../internals/dom-iterables');\nvar forEach = require('../internals/array-for-each');\nvar createNonEnumerableProperty = require('../internals/create-non-enumerable-property');\n\nfor (var COLLECTION_NAME in DOMIterables) {\n var Collection = global[COLLECTION_NAME];\n var CollectionPrototype = Collection && Collection.prototype;\n // some Chrome versions have non-configurable methods on DOMTokenList\n if (CollectionPrototype && CollectionPrototype.forEach !== forEach) try {\n createNonEnumerableProperty(CollectionPrototype, 'forEach', forEach);\n } catch (error) {\n CollectionPrototype.forEach = forEach;\n }\n}\n","var global = require('../internals/global');\n\nmodule.exports = global.Promise;\n","var global = require('../internals/global');\nvar fails = require('../internals/fails');\nvar bind = require('../internals/function-bind-context');\nvar html = require('../internals/html');\nvar createElement = require('../internals/document-create-element');\nvar IS_IOS = require('../internals/engine-is-ios');\nvar IS_NODE = require('../internals/engine-is-node');\n\nvar location = global.location;\nvar set = global.setImmediate;\nvar clear = global.clearImmediate;\nvar process = global.process;\nvar MessageChannel = global.MessageChannel;\nvar Dispatch = global.Dispatch;\nvar counter = 0;\nvar queue = {};\nvar ONREADYSTATECHANGE = 'onreadystatechange';\nvar defer, channel, port;\n\nvar run = function (id) {\n // eslint-disable-next-line no-prototype-builtins -- safe\n if (queue.hasOwnProperty(id)) {\n var fn = queue[id];\n delete queue[id];\n fn();\n }\n};\n\nvar runner = function (id) {\n return function () {\n run(id);\n };\n};\n\nvar listener = function (event) {\n run(event.data);\n};\n\nvar post = function (id) {\n // old engines have not location.origin\n global.postMessage(id + '', location.protocol + '//' + location.host);\n};\n\n// Node.js 0.9+ & IE10+ has setImmediate, otherwise:\nif (!set || !clear) {\n set = function setImmediate(fn) {\n var args = [];\n var i = 1;\n while (arguments.length > i) args.push(arguments[i++]);\n queue[++counter] = function () {\n // eslint-disable-next-line no-new-func -- spec requirement\n (typeof fn == 'function' ? fn : Function(fn)).apply(undefined, args);\n };\n defer(counter);\n return counter;\n };\n clear = function clearImmediate(id) {\n delete queue[id];\n };\n // Node.js 0.8-\n if (IS_NODE) {\n defer = function (id) {\n process.nextTick(runner(id));\n };\n // Sphere (JS game engine) Dispatch API\n } else if (Dispatch && Dispatch.now) {\n defer = function (id) {\n Dispatch.now(runner(id));\n };\n // Browsers with MessageChannel, includes WebWorkers\n // except iOS - https://github.com/zloirock/core-js/issues/624\n } else if (MessageChannel && !IS_IOS) {\n channel = new MessageChannel();\n port = channel.port2;\n channel.port1.onmessage = listener;\n defer = bind(port.postMessage, port, 1);\n // Browsers with postMessage, skip WebWorkers\n // IE8 has postMessage, but it's sync & typeof its postMessage is 'object'\n } else if (\n global.addEventListener &&\n typeof postMessage == 'function' &&\n !global.importScripts &&\n location && location.protocol !== 'file:' &&\n !fails(post)\n ) {\n defer = post;\n global.addEventListener('message', listener, false);\n // IE8-\n } else if (ONREADYSTATECHANGE in createElement('script')) {\n defer = function (id) {\n html.appendChild(createElement('script'))[ONREADYSTATECHANGE] = function () {\n html.removeChild(this);\n run(id);\n };\n };\n // Rest old browsers\n } else {\n defer = function (id) {\n setTimeout(runner(id), 0);\n };\n }\n}\n\nmodule.exports = {\n set: set,\n clear: clear\n};\n","var userAgent = require('../internals/engine-user-agent');\n\nmodule.exports = /(iphone|ipod|ipad).*applewebkit/i.test(userAgent);\n","var global = require('../internals/global');\nvar getOwnPropertyDescriptor = require('../internals/object-get-own-property-descriptor').f;\nvar macrotask = require('../internals/task').set;\nvar IS_IOS = require('../internals/engine-is-ios');\nvar IS_WEBOS_WEBKIT = require('../internals/engine-is-webos-webkit');\nvar IS_NODE = require('../internals/engine-is-node');\n\nvar MutationObserver = global.MutationObserver || global.WebKitMutationObserver;\nvar document = global.document;\nvar process = global.process;\nvar Promise = global.Promise;\n// Node.js 11 shows ExperimentalWarning on getting `queueMicrotask`\nvar queueMicrotaskDescriptor = getOwnPropertyDescriptor(global, 'queueMicrotask');\nvar queueMicrotask = queueMicrotaskDescriptor && queueMicrotaskDescriptor.value;\n\nvar flush, head, last, notify, toggle, node, promise, then;\n\n// modern engines have queueMicrotask method\nif (!queueMicrotask) {\n flush = function () {\n var parent, fn;\n if (IS_NODE && (parent = process.domain)) parent.exit();\n while (head) {\n fn = head.fn;\n head = head.next;\n try {\n fn();\n } catch (error) {\n if (head) notify();\n else last = undefined;\n throw error;\n }\n } last = undefined;\n if (parent) parent.enter();\n };\n\n // browsers with MutationObserver, except iOS - https://github.com/zloirock/core-js/issues/339\n // also except WebOS Webkit https://github.com/zloirock/core-js/issues/898\n if (!IS_IOS && !IS_NODE && !IS_WEBOS_WEBKIT && MutationObserver && document) {\n toggle = true;\n node = document.createTextNode('');\n new MutationObserver(flush).observe(node, { characterData: true });\n notify = function () {\n node.data = toggle = !toggle;\n };\n // environments with maybe non-completely correct, but existent Promise\n } else if (Promise && Promise.resolve) {\n // Promise.resolve without an argument throws an error in LG WebOS 2\n promise = Promise.resolve(undefined);\n then = promise.then;\n notify = function () {\n then.call(promise, flush);\n };\n // Node.js without promises\n } else if (IS_NODE) {\n notify = function () {\n process.nextTick(flush);\n };\n // for other environments - macrotask based on:\n // - setImmediate\n // - MessageChannel\n // - window.postMessag\n // - onreadystatechange\n // - setTimeout\n } else {\n notify = function () {\n // strange IE + webpack dev server bug - use .call(global)\n macrotask.call(global, flush);\n };\n }\n}\n\nmodule.exports = queueMicrotask || function (fn) {\n var task = { fn: fn, next: undefined };\n if (last) last.next = task;\n if (!head) {\n head = task;\n notify();\n } last = task;\n};\n","var userAgent = require('../internals/engine-user-agent');\n\nmodule.exports = /web0s(?!.*chrome)/i.test(userAgent);\n","'use strict';\nvar $ = require('../internals/export');\nvar IS_PURE = require('../internals/is-pure');\nvar global = require('../internals/global');\nvar getBuiltIn = require('../internals/get-built-in');\nvar NativePromise = require('../internals/native-promise-constructor');\nvar redefine = require('../internals/redefine');\nvar redefineAll = require('../internals/redefine-all');\nvar setToStringTag = require('../internals/set-to-string-tag');\nvar setSpecies = require('../internals/set-species');\nvar isObject = require('../internals/is-object');\nvar aFunction = require('../internals/a-function');\nvar anInstance = require('../internals/an-instance');\nvar inspectSource = require('../internals/inspect-source');\nvar iterate = require('../internals/iterate');\nvar checkCorrectnessOfIteration = require('../internals/check-correctness-of-iteration');\nvar speciesConstructor = require('../internals/species-constructor');\nvar task = require('../internals/task').set;\nvar microtask = require('../internals/microtask');\nvar promiseResolve = require('../internals/promise-resolve');\nvar hostReportErrors = require('../internals/host-report-errors');\nvar newPromiseCapabilityModule = require('../internals/new-promise-capability');\nvar perform = require('../internals/perform');\nvar InternalStateModule = require('../internals/internal-state');\nvar isForced = require('../internals/is-forced');\nvar wellKnownSymbol = require('../internals/well-known-symbol');\nvar IS_NODE = require('../internals/engine-is-node');\nvar V8_VERSION = require('../internals/engine-v8-version');\n\nvar SPECIES = wellKnownSymbol('species');\nvar PROMISE = 'Promise';\nvar getInternalState = InternalStateModule.get;\nvar setInternalState = InternalStateModule.set;\nvar getInternalPromiseState = InternalStateModule.getterFor(PROMISE);\nvar PromiseConstructor = NativePromise;\nvar TypeError = global.TypeError;\nvar document = global.document;\nvar process = global.process;\nvar $fetch = getBuiltIn('fetch');\nvar newPromiseCapability = newPromiseCapabilityModule.f;\nvar newGenericPromiseCapability = newPromiseCapability;\nvar DISPATCH_EVENT = !!(document && document.createEvent && global.dispatchEvent);\nvar NATIVE_REJECTION_EVENT = typeof PromiseRejectionEvent == 'function';\nvar UNHANDLED_REJECTION = 'unhandledrejection';\nvar REJECTION_HANDLED = 'rejectionhandled';\nvar PENDING = 0;\nvar FULFILLED = 1;\nvar REJECTED = 2;\nvar HANDLED = 1;\nvar UNHANDLED = 2;\nvar Internal, OwnPromiseCapability, PromiseWrapper, nativeThen;\n\nvar FORCED = isForced(PROMISE, function () {\n var GLOBAL_CORE_JS_PROMISE = inspectSource(PromiseConstructor) !== String(PromiseConstructor);\n if (!GLOBAL_CORE_JS_PROMISE) {\n // V8 6.6 (Node 10 and Chrome 66) have a bug with resolving custom thenables\n // https://bugs.chromium.org/p/chromium/issues/detail?id=830565\n // We can't detect it synchronously, so just check versions\n if (V8_VERSION === 66) return true;\n // Unhandled rejections tracking support, NodeJS Promise without it fails @@species test\n if (!IS_NODE && !NATIVE_REJECTION_EVENT) return true;\n }\n // We need Promise#finally in the pure version for preventing prototype pollution\n if (IS_PURE && !PromiseConstructor.prototype['finally']) return true;\n // We can't use @@species feature detection in V8 since it causes\n // deoptimization and performance degradation\n // https://github.com/zloirock/core-js/issues/679\n if (V8_VERSION >= 51 && /native code/.test(PromiseConstructor)) return false;\n // Detect correctness of subclassing with @@species support\n var promise = PromiseConstructor.resolve(1);\n var FakePromise = function (exec) {\n exec(function () { /* empty */ }, function () { /* empty */ });\n };\n var constructor = promise.constructor = {};\n constructor[SPECIES] = FakePromise;\n return !(promise.then(function () { /* empty */ }) instanceof FakePromise);\n});\n\nvar INCORRECT_ITERATION = FORCED || !checkCorrectnessOfIteration(function (iterable) {\n PromiseConstructor.all(iterable)['catch'](function () { /* empty */ });\n});\n\n// helpers\nvar isThenable = function (it) {\n var then;\n return isObject(it) && typeof (then = it.then) == 'function' ? then : false;\n};\n\nvar notify = function (state, isReject) {\n if (state.notified) return;\n state.notified = true;\n var chain = state.reactions;\n microtask(function () {\n var value = state.value;\n var ok = state.state == FULFILLED;\n var index = 0;\n // variable length - can't use forEach\n while (chain.length > index) {\n var reaction = chain[index++];\n var handler = ok ? reaction.ok : reaction.fail;\n var resolve = reaction.resolve;\n var reject = reaction.reject;\n var domain = reaction.domain;\n var result, then, exited;\n try {\n if (handler) {\n if (!ok) {\n if (state.rejection === UNHANDLED) onHandleUnhandled(state);\n state.rejection = HANDLED;\n }\n if (handler === true) result = value;\n else {\n if (domain) domain.enter();\n result = handler(value); // can throw\n if (domain) {\n domain.exit();\n exited = true;\n }\n }\n if (result === reaction.promise) {\n reject(TypeError('Promise-chain cycle'));\n } else if (then = isThenable(result)) {\n then.call(result, resolve, reject);\n } else resolve(result);\n } else reject(value);\n } catch (error) {\n if (domain && !exited) domain.exit();\n reject(error);\n }\n }\n state.reactions = [];\n state.notified = false;\n if (isReject && !state.rejection) onUnhandled(state);\n });\n};\n\nvar dispatchEvent = function (name, promise, reason) {\n var event, handler;\n if (DISPATCH_EVENT) {\n event = document.createEvent('Event');\n event.promise = promise;\n event.reason = reason;\n event.initEvent(name, false, true);\n global.dispatchEvent(event);\n } else event = { promise: promise, reason: reason };\n if (!NATIVE_REJECTION_EVENT && (handler = global['on' + name])) handler(event);\n else if (name === UNHANDLED_REJECTION) hostReportErrors('Unhandled promise rejection', reason);\n};\n\nvar onUnhandled = function (state) {\n task.call(global, function () {\n var promise = state.facade;\n var value = state.value;\n var IS_UNHANDLED = isUnhandled(state);\n var result;\n if (IS_UNHANDLED) {\n result = perform(function () {\n if (IS_NODE) {\n process.emit('unhandledRejection', value, promise);\n } else dispatchEvent(UNHANDLED_REJECTION, promise, value);\n });\n // Browsers should not trigger `rejectionHandled` event if it was handled here, NodeJS - should\n state.rejection = IS_NODE || isUnhandled(state) ? UNHANDLED : HANDLED;\n if (result.error) throw result.value;\n }\n });\n};\n\nvar isUnhandled = function (state) {\n return state.rejection !== HANDLED && !state.parent;\n};\n\nvar onHandleUnhandled = function (state) {\n task.call(global, function () {\n var promise = state.facade;\n if (IS_NODE) {\n process.emit('rejectionHandled', promise);\n } else dispatchEvent(REJECTION_HANDLED, promise, state.value);\n });\n};\n\nvar bind = function (fn, state, unwrap) {\n return function (value) {\n fn(state, value, unwrap);\n };\n};\n\nvar internalReject = function (state, value, unwrap) {\n if (state.done) return;\n state.done = true;\n if (unwrap) state = unwrap;\n state.value = value;\n state.state = REJECTED;\n notify(state, true);\n};\n\nvar internalResolve = function (state, value, unwrap) {\n if (state.done) return;\n state.done = true;\n if (unwrap) state = unwrap;\n try {\n if (state.facade === value) throw TypeError(\"Promise can't be resolved itself\");\n var then = isThenable(value);\n if (then) {\n microtask(function () {\n var wrapper = { done: false };\n try {\n then.call(value,\n bind(internalResolve, wrapper, state),\n bind(internalReject, wrapper, state)\n );\n } catch (error) {\n internalReject(wrapper, error, state);\n }\n });\n } else {\n state.value = value;\n state.state = FULFILLED;\n notify(state, false);\n }\n } catch (error) {\n internalReject({ done: false }, error, state);\n }\n};\n\n// constructor polyfill\nif (FORCED) {\n // 25.4.3.1 Promise(executor)\n PromiseConstructor = function Promise(executor) {\n anInstance(this, PromiseConstructor, PROMISE);\n aFunction(executor);\n Internal.call(this);\n var state = getInternalState(this);\n try {\n executor(bind(internalResolve, state), bind(internalReject, state));\n } catch (error) {\n internalReject(state, error);\n }\n };\n // eslint-disable-next-line no-unused-vars -- required for `.length`\n Internal = function Promise(executor) {\n setInternalState(this, {\n type: PROMISE,\n done: false,\n notified: false,\n parent: false,\n reactions: [],\n rejection: false,\n state: PENDING,\n value: undefined\n });\n };\n Internal.prototype = redefineAll(PromiseConstructor.prototype, {\n // `Promise.prototype.then` method\n // https://tc39.es/ecma262/#sec-promise.prototype.then\n then: function then(onFulfilled, onRejected) {\n var state = getInternalPromiseState(this);\n var reaction = newPromiseCapability(speciesConstructor(this, PromiseConstructor));\n reaction.ok = typeof onFulfilled == 'function' ? onFulfilled : true;\n reaction.fail = typeof onRejected == 'function' && onRejected;\n reaction.domain = IS_NODE ? process.domain : undefined;\n state.parent = true;\n state.reactions.push(reaction);\n if (state.state != PENDING) notify(state, false);\n return reaction.promise;\n },\n // `Promise.prototype.catch` method\n // https://tc39.es/ecma262/#sec-promise.prototype.catch\n 'catch': function (onRejected) {\n return this.then(undefined, onRejected);\n }\n });\n OwnPromiseCapability = function () {\n var promise = new Internal();\n var state = getInternalState(promise);\n this.promise = promise;\n this.resolve = bind(internalResolve, state);\n this.reject = bind(internalReject, state);\n };\n newPromiseCapabilityModule.f = newPromiseCapability = function (C) {\n return C === PromiseConstructor || C === PromiseWrapper\n ? new OwnPromiseCapability(C)\n : newGenericPromiseCapability(C);\n };\n\n if (!IS_PURE && typeof NativePromise == 'function') {\n nativeThen = NativePromise.prototype.then;\n\n // wrap native Promise#then for native async functions\n redefine(NativePromise.prototype, 'then', function then(onFulfilled, onRejected) {\n var that = this;\n return new PromiseConstructor(function (resolve, reject) {\n nativeThen.call(that, resolve, reject);\n }).then(onFulfilled, onRejected);\n // https://github.com/zloirock/core-js/issues/640\n }, { unsafe: true });\n\n // wrap fetch result\n if (typeof $fetch == 'function') $({ global: true, enumerable: true, forced: true }, {\n // eslint-disable-next-line no-unused-vars -- required for `.length`\n fetch: function fetch(input /* , init */) {\n return promiseResolve(PromiseConstructor, $fetch.apply(global, arguments));\n }\n });\n }\n}\n\n$({ global: true, wrap: true, forced: FORCED }, {\n Promise: PromiseConstructor\n});\n\nsetToStringTag(PromiseConstructor, PROMISE, false, true);\nsetSpecies(PROMISE);\n\nPromiseWrapper = getBuiltIn(PROMISE);\n\n// statics\n$({ target: PROMISE, stat: true, forced: FORCED }, {\n // `Promise.reject` method\n // https://tc39.es/ecma262/#sec-promise.reject\n reject: function reject(r) {\n var capability = newPromiseCapability(this);\n capability.reject.call(undefined, r);\n return capability.promise;\n }\n});\n\n$({ target: PROMISE, stat: true, forced: IS_PURE || FORCED }, {\n // `Promise.resolve` method\n // https://tc39.es/ecma262/#sec-promise.resolve\n resolve: function resolve(x) {\n return promiseResolve(IS_PURE && this === PromiseWrapper ? PromiseConstructor : this, x);\n }\n});\n\n$({ target: PROMISE, stat: true, forced: INCORRECT_ITERATION }, {\n // `Promise.all` method\n // https://tc39.es/ecma262/#sec-promise.all\n all: function all(iterable) {\n var C = this;\n var capability = newPromiseCapability(C);\n var resolve = capability.resolve;\n var reject = capability.reject;\n var result = perform(function () {\n var $promiseResolve = aFunction(C.resolve);\n var values = [];\n var counter = 0;\n var remaining = 1;\n iterate(iterable, function (promise) {\n var index = counter++;\n var alreadyCalled = false;\n values.push(undefined);\n remaining++;\n $promiseResolve.call(C, promise).then(function (value) {\n if (alreadyCalled) return;\n alreadyCalled = true;\n values[index] = value;\n --remaining || resolve(values);\n }, reject);\n });\n --remaining || resolve(values);\n });\n if (result.error) reject(result.value);\n return capability.promise;\n },\n // `Promise.race` method\n // https://tc39.es/ecma262/#sec-promise.race\n race: function race(iterable) {\n var C = this;\n var capability = newPromiseCapability(C);\n var reject = capability.reject;\n var result = perform(function () {\n var $promiseResolve = aFunction(C.resolve);\n iterate(iterable, function (promise) {\n $promiseResolve.call(C, promise).then(capability.resolve, reject);\n });\n });\n if (result.error) reject(result.value);\n return capability.promise;\n }\n});\n","'use strict';\nvar aFunction = require('../internals/a-function');\n\nvar PromiseCapability = function (C) {\n var resolve, reject;\n this.promise = new C(function ($$resolve, $$reject) {\n if (resolve !== undefined || reject !== undefined) throw TypeError('Bad Promise constructor');\n resolve = $$resolve;\n reject = $$reject;\n });\n this.resolve = aFunction(resolve);\n this.reject = aFunction(reject);\n};\n\n// 25.4.1.5 NewPromiseCapability(C)\nmodule.exports.f = function (C) {\n return new PromiseCapability(C);\n};\n","var anObject = require('../internals/an-object');\nvar isObject = require('../internals/is-object');\nvar newPromiseCapability = require('../internals/new-promise-capability');\n\nmodule.exports = function (C, x) {\n anObject(C);\n if (isObject(x) && x.constructor === C) return x;\n var promiseCapability = newPromiseCapability.f(C);\n var resolve = promiseCapability.resolve;\n resolve(x);\n return promiseCapability.promise;\n};\n","module.exports = function (exec) {\n try {\n return { error: false, value: exec() };\n } catch (error) {\n return { error: true, value: error };\n }\n};\n","var global = require('../internals/global');\n\nmodule.exports = function (a, b) {\n var console = global.console;\n if (console && console.error) {\n arguments.length === 1 ? console.error(a) : console.error(a, b);\n }\n};\n","/// <reference types=\"@nextcloud/typings\" />\n\ndeclare const OC: Nextcloud.v16.OC | Nextcloud.v17.OC | Nextcloud.v18.OC | Nextcloud.v19.OC | Nextcloud.v20.OC;\n\nexport enum FilePickerType {\n Choose = 1,\n Move = 2,\n Copy = 3,\n CopyMove = 4,\n}\n\nexport class FilePicker {\n private title: string\n private multiSelect: boolean\n private mimeTypeFiler: string[]\n private modal: boolean\n private type: FilePickerType\n private directoriesAllowed: boolean\n private path?: string\n\n public constructor(title: string,\n multiSelect: boolean,\n mimeTypeFilter: string[],\n modal: boolean,\n type: FilePickerType,\n directoriesAllowed: boolean,\n path?: string) {\n this.title = title\n this.multiSelect = multiSelect\n this.mimeTypeFiler = mimeTypeFilter\n this.modal = modal\n this.type = type\n this.directoriesAllowed = directoriesAllowed\n this.path = path\n }\n\n public pick(): Promise<string> {\n return new Promise((res, rej) => {\n OC.dialogs.filepicker(\n this.title,\n res,\n this.multiSelect,\n this.mimeTypeFiler,\n this.modal,\n this.type,\n this.path,\n {\n allowDirectoryChooser: this.directoriesAllowed\n }\n )\n })\n }\n}\n\nexport class FilePickerBuilder {\n private title: string\n private multiSelect: boolean = false\n private mimeTypeFiler: string[] = []\n private modal: boolean = true\n private type: FilePickerType = FilePickerType.Choose\n private directoriesAllowed: boolean = false\n private path?: string\n\n public constructor(title: string) {\n this.title = title\n }\n\n public setMultiSelect(ms: boolean): FilePickerBuilder {\n this.multiSelect = ms\n return this\n }\n\n public addMimeTypeFilter(filter: string): FilePickerBuilder {\n this.mimeTypeFiler.push(filter)\n return this\n }\n\n public setMimeTypeFilter(filter: string[]): FilePickerBuilder {\n this.mimeTypeFiler = filter\n return this\n }\n\n public setModal(modal: boolean): FilePickerBuilder {\n this.modal = modal\n return this\n }\n\n public setType(type: FilePickerType): FilePickerBuilder {\n this.type = type\n return this\n }\n\n public allowDirectories(allow: boolean = true): FilePickerBuilder {\n this.directoriesAllowed = allow\n return this\n }\n\n public startAt(path: string): FilePickerBuilder {\n this.path = path\n return this\n }\n\n public build(): FilePicker {\n return new FilePicker(\n this.title,\n this.multiSelect,\n this.mimeTypeFiler,\n this.modal,\n this.type,\n this.directoriesAllowed,\n this.path\n )\n }\n\n}\n\nexport function getFilePickerBuilder(title: string): FilePickerBuilder {\n return new FilePickerBuilder(title)\n}\n","'use strict';\nvar DESCRIPTORS = require('../internals/descriptors');\nvar fails = require('../internals/fails');\nvar objectKeys = require('../internals/object-keys');\nvar getOwnPropertySymbolsModule = require('../internals/object-get-own-property-symbols');\nvar propertyIsEnumerableModule = require('../internals/object-property-is-enumerable');\nvar toObject = require('../internals/to-object');\nvar IndexedObject = require('../internals/indexed-object');\n\nvar nativeAssign = Object.assign;\nvar defineProperty = Object.defineProperty;\n\n// `Object.assign` method\n// https://tc39.es/ecma262/#sec-object.assign\nmodule.exports = !nativeAssign || fails(function () {\n // should have correct order of operations (Edge bug)\n if (DESCRIPTORS && nativeAssign({ b: 1 }, nativeAssign(defineProperty({}, 'a', {\n enumerable: true,\n get: function () {\n defineProperty(this, 'b', {\n value: 3,\n enumerable: false\n });\n }\n }), { b: 2 })).b !== 1) return true;\n // should work with symbols and should have deterministic property order (V8 bug)\n var A = {};\n var B = {};\n /* global Symbol -- required for testing */\n var symbol = Symbol();\n var alphabet = 'abcdefghijklmnopqrst';\n A[symbol] = 7;\n alphabet.split('').forEach(function (chr) { B[chr] = chr; });\n return nativeAssign({}, A)[symbol] != 7 || objectKeys(nativeAssign({}, B)).join('') != alphabet;\n}) ? function assign(target, source) { // eslint-disable-line no-unused-vars -- required for `.length`\n var T = toObject(target);\n var argumentsLength = arguments.length;\n var index = 1;\n var getOwnPropertySymbols = getOwnPropertySymbolsModule.f;\n var propertyIsEnumerable = propertyIsEnumerableModule.f;\n while (argumentsLength > index) {\n var S = IndexedObject(arguments[index++]);\n var keys = getOwnPropertySymbols ? objectKeys(S).concat(getOwnPropertySymbols(S)) : objectKeys(S);\n var length = keys.length;\n var j = 0;\n var key;\n while (length > j) {\n key = keys[j++];\n if (!DESCRIPTORS || propertyIsEnumerable.call(S, key)) T[key] = S[key];\n }\n } return T;\n} : nativeAssign;\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$({ target: 'Object', stat: true, forced: Object.assign !== assign }, {\n assign: assign\n});\n","/*! *****************************************************************************\r\nCopyright (c) Microsoft Corporation.\r\n\r\nPermission to use, copy, modify, and/or distribute this software for any\r\npurpose with or without fee is hereby granted.\r\n\r\nTHE SOFTWARE IS PROVIDED \"AS IS\" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH\r\nREGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY\r\nAND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,\r\nINDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM\r\nLOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR\r\nOTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\r\nPERFORMANCE OF THIS SOFTWARE.\r\n***************************************************************************** */\r\n/* global Reflect, Promise */\r\n\r\nvar extendStatics = function(d, b) {\r\n extendStatics = Object.setPrototypeOf ||\r\n ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||\r\n function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };\r\n return extendStatics(d, b);\r\n};\r\n\r\nexport function __extends(d, b) {\r\n if (typeof b !== \"function\" && b !== null)\r\n throw new TypeError(\"Class extends value \" + String(b) + \" is not a constructor or null\");\r\n extendStatics(d, b);\r\n function __() { this.constructor = d; }\r\n d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());\r\n}\r\n\r\nexport var __assign = function() {\r\n __assign = Object.assign || function __assign(t) {\r\n for (var s, i = 1, n = arguments.length; i < n; i++) {\r\n s = arguments[i];\r\n for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p];\r\n }\r\n return t;\r\n }\r\n return __assign.apply(this, arguments);\r\n}\r\n\r\nexport function __rest(s, e) {\r\n var t = {};\r\n for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)\r\n t[p] = s[p];\r\n if (s != null && typeof Object.getOwnPropertySymbols === \"function\")\r\n for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {\r\n if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))\r\n t[p[i]] = s[p[i]];\r\n }\r\n return t;\r\n}\r\n\r\nexport function __decorate(decorators, target, key, desc) {\r\n var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;\r\n if (typeof Reflect === \"object\" && typeof Reflect.decorate === \"function\") r = Reflect.decorate(decorators, target, key, desc);\r\n else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;\r\n return c > 3 && r && Object.defineProperty(target, key, r), r;\r\n}\r\n\r\nexport function __param(paramIndex, decorator) {\r\n return function (target, key) { decorator(target, key, paramIndex); }\r\n}\r\n\r\nexport function __metadata(metadataKey, metadataValue) {\r\n if (typeof Reflect === \"object\" && typeof Reflect.metadata === \"function\") return Reflect.metadata(metadataKey, metadataValue);\r\n}\r\n\r\nexport function __awaiter(thisArg, _arguments, P, generator) {\r\n function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }\r\n return new (P || (P = Promise))(function (resolve, reject) {\r\n function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }\r\n function rejected(value) { try { step(generator[\"throw\"](value)); } catch (e) { reject(e); } }\r\n function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }\r\n step((generator = generator.apply(thisArg, _arguments || [])).next());\r\n });\r\n}\r\n\r\nexport function __generator(thisArg, body) {\r\n var _ = { label: 0, sent: function() { if (t[0] & 1) throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g;\r\n return g = { next: verb(0), \"throw\": verb(1), \"return\": verb(2) }, typeof Symbol === \"function\" && (g[Symbol.iterator] = function() { return this; }), g;\r\n function verb(n) { return function (v) { return step([n, v]); }; }\r\n function step(op) {\r\n if (f) throw new TypeError(\"Generator is already executing.\");\r\n while (_) try {\r\n if (f = 1, y && (t = op[0] & 2 ? y[\"return\"] : op[0] ? y[\"throw\"] || ((t = y[\"return\"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done) return t;\r\n if (y = 0, t) op = [op[0] & 2, t.value];\r\n switch (op[0]) {\r\n case 0: case 1: t = op; break;\r\n case 4: _.label++; return { value: op[1], done: false };\r\n case 5: _.label++; y = op[1]; op = [0]; continue;\r\n case 7: op = _.ops.pop(); _.trys.pop(); continue;\r\n default:\r\n if (!(t = _.trys, t = t.length > 0 && t[t.length - 1]) && (op[0] === 6 || op[0] === 2)) { _ = 0; continue; }\r\n if (op[0] === 3 && (!t || (op[1] > t[0] && op[1] < t[3]))) { _.label = op[1]; break; }\r\n if (op[0] === 6 && _.label < t[1]) { _.label = t[1]; t = op; break; }\r\n if (t && _.label < t[2]) { _.label = t[2]; _.ops.push(op); break; }\r\n if (t[2]) _.ops.pop();\r\n _.trys.pop(); continue;\r\n }\r\n op = body.call(thisArg, _);\r\n } catch (e) { op = [6, e]; y = 0; } finally { f = t = 0; }\r\n if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };\r\n }\r\n}\r\n\r\nexport var __createBinding = Object.create ? (function(o, m, k, k2) {\r\n if (k2 === undefined) k2 = k;\r\n Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });\r\n}) : (function(o, m, k, k2) {\r\n if (k2 === undefined) k2 = k;\r\n o[k2] = m[k];\r\n});\r\n\r\nexport function __exportStar(m, o) {\r\n for (var p in m) if (p !== \"default\" && !Object.prototype.hasOwnProperty.call(o, p)) __createBinding(o, m, p);\r\n}\r\n\r\nexport function __values(o) {\r\n var s = typeof Symbol === \"function\" && Symbol.iterator, m = s && o[s], i = 0;\r\n if (m) return m.call(o);\r\n if (o && typeof o.length === \"number\") return {\r\n next: function () {\r\n if (o && i >= o.length) o = void 0;\r\n return { value: o && o[i++], done: !o };\r\n }\r\n };\r\n throw new TypeError(s ? \"Object is not iterable.\" : \"Symbol.iterator is not defined.\");\r\n}\r\n\r\nexport function __read(o, n) {\r\n var m = typeof Symbol === \"function\" && o[Symbol.iterator];\r\n if (!m) return o;\r\n var i = m.call(o), r, ar = [], e;\r\n try {\r\n while ((n === void 0 || n-- > 0) && !(r = i.next()).done) ar.push(r.value);\r\n }\r\n catch (error) { e = { error: error }; }\r\n finally {\r\n try {\r\n if (r && !r.done && (m = i[\"return\"])) m.call(i);\r\n }\r\n finally { if (e) throw e.error; }\r\n }\r\n return ar;\r\n}\r\n\r\n/** @deprecated */\r\nexport function __spread() {\r\n for (var ar = [], i = 0; i < arguments.length; i++)\r\n ar = ar.concat(__read(arguments[i]));\r\n return ar;\r\n}\r\n\r\n/** @deprecated */\r\nexport function __spreadArrays() {\r\n for (var s = 0, i = 0, il = arguments.length; i < il; i++) s += arguments[i].length;\r\n for (var r = Array(s), k = 0, i = 0; i < il; i++)\r\n for (var a = arguments[i], j = 0, jl = a.length; j < jl; j++, k++)\r\n r[k] = a[j];\r\n return r;\r\n}\r\n\r\nexport function __spreadArray(to, from) {\r\n for (var i = 0, il = from.length, j = to.length; i < il; i++, j++)\r\n to[j] = from[i];\r\n return to;\r\n}\r\n\r\nexport function __await(v) {\r\n return this instanceof __await ? (this.v = v, this) : new __await(v);\r\n}\r\n\r\nexport function __asyncGenerator(thisArg, _arguments, generator) {\r\n if (!Symbol.asyncIterator) throw new TypeError(\"Symbol.asyncIterator is not defined.\");\r\n var g = generator.apply(thisArg, _arguments || []), i, q = [];\r\n return i = {}, verb(\"next\"), verb(\"throw\"), verb(\"return\"), i[Symbol.asyncIterator] = function () { return this; }, i;\r\n function verb(n) { if (g[n]) i[n] = function (v) { return new Promise(function (a, b) { q.push([n, v, a, b]) > 1 || resume(n, v); }); }; }\r\n function resume(n, v) { try { step(g[n](v)); } catch (e) { settle(q[0][3], e); } }\r\n function step(r) { r.value instanceof __await ? Promise.resolve(r.value.v).then(fulfill, reject) : settle(q[0][2], r); }\r\n function fulfill(value) { resume(\"next\", value); }\r\n function reject(value) { resume(\"throw\", value); }\r\n function settle(f, v) { if (f(v), q.shift(), q.length) resume(q[0][0], q[0][1]); }\r\n}\r\n\r\nexport function __asyncDelegator(o) {\r\n var i, p;\r\n return i = {}, verb(\"next\"), verb(\"throw\", function (e) { throw e; }), verb(\"return\"), i[Symbol.iterator] = function () { return this; }, i;\r\n function verb(n, f) { i[n] = o[n] ? function (v) { return (p = !p) ? { value: __await(o[n](v)), done: n === \"return\" } : f ? f(v) : v; } : f; }\r\n}\r\n\r\nexport function __asyncValues(o) {\r\n if (!Symbol.asyncIterator) throw new TypeError(\"Symbol.asyncIterator is not defined.\");\r\n var m = o[Symbol.asyncIterator], i;\r\n return m ? m.call(o) : (o = typeof __values === \"function\" ? __values(o) : o[Symbol.iterator](), i = {}, verb(\"next\"), verb(\"throw\"), verb(\"return\"), i[Symbol.asyncIterator] = function () { return this; }, i);\r\n function verb(n) { i[n] = o[n] && function (v) { return new Promise(function (resolve, reject) { v = o[n](v), settle(resolve, reject, v.done, v.value); }); }; }\r\n function settle(resolve, reject, d, v) { Promise.resolve(v).then(function(v) { resolve({ value: v, done: d }); }, reject); }\r\n}\r\n\r\nexport function __makeTemplateObject(cooked, raw) {\r\n if (Object.defineProperty) { Object.defineProperty(cooked, \"raw\", { value: raw }); } else { cooked.raw = raw; }\r\n return cooked;\r\n};\r\n\r\nvar __setModuleDefault = Object.create ? (function(o, v) {\r\n Object.defineProperty(o, \"default\", { enumerable: true, value: v });\r\n}) : function(o, v) {\r\n o[\"default\"] = v;\r\n};\r\n\r\nexport function __importStar(mod) {\r\n if (mod && mod.__esModule) return mod;\r\n var result = {};\r\n if (mod != null) for (var k in mod) if (k !== \"default\" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);\r\n __setModuleDefault(result, mod);\r\n return result;\r\n}\r\n\r\nexport function __importDefault(mod) {\r\n return (mod && mod.__esModule) ? mod : { default: mod };\r\n}\r\n\r\nexport function __classPrivateFieldGet(receiver, privateMap) {\r\n if (!privateMap.has(receiver)) {\r\n throw new TypeError(\"attempted to get private field on non-instance\");\r\n }\r\n return privateMap.get(receiver);\r\n}\r\n\r\nexport function __classPrivateFieldSet(receiver, privateMap, value) {\r\n if (!privateMap.has(receiver)) {\r\n throw new TypeError(\"attempted to set private field on non-instance\");\r\n }\r\n privateMap.set(receiver, value);\r\n return value;\r\n}\r\n","var toObject = require('../internals/to-object');\n\nvar floor = Math.floor;\nvar replace = ''.replace;\nvar SUBSTITUTION_SYMBOLS = /\\$([$&'`]|\\d{1,2}|<[^>]*>)/g;\nvar SUBSTITUTION_SYMBOLS_NO_NAMED = /\\$([$&'`]|\\d{1,2})/g;\n\n// https://tc39.es/ecma262/#sec-getsubstitution\nmodule.exports = function (matched, str, position, captures, namedCaptures, replacement) {\n var tailPos = position + matched.length;\n var m = captures.length;\n var symbols = SUBSTITUTION_SYMBOLS_NO_NAMED;\n if (namedCaptures !== undefined) {\n namedCaptures = toObject(namedCaptures);\n symbols = SUBSTITUTION_SYMBOLS;\n }\n return replace.call(replacement, symbols, function (match, ch) {\n var capture;\n switch (ch.charAt(0)) {\n case '$': return '$';\n case '&': return matched;\n case '`': return str.slice(0, position);\n case \"'\": return str.slice(tailPos);\n case '<':\n capture = namedCaptures[ch.slice(1, -1)];\n break;\n default: // \\d\\d?\n var n = +ch;\n if (n === 0) return match;\n if (n > m) {\n var f = floor(n / 10);\n if (f === 0) return match;\n if (f <= m) return captures[f - 1] === undefined ? ch.charAt(1) : captures[f - 1] + ch.charAt(1);\n return match;\n }\n capture = captures[n - 1];\n }\n return capture === undefined ? '' : capture;\n });\n};\n","'use strict';\nvar fixRegExpWellKnownSymbolLogic = require('../internals/fix-regexp-well-known-symbol-logic');\nvar anObject = require('../internals/an-object');\nvar toLength = require('../internals/to-length');\nvar toInteger = require('../internals/to-integer');\nvar requireObjectCoercible = require('../internals/require-object-coercible');\nvar advanceStringIndex = require('../internals/advance-string-index');\nvar getSubstitution = require('../internals/get-substitution');\nvar regExpExec = require('../internals/regexp-exec-abstract');\n\nvar max = Math.max;\nvar min = Math.min;\n\nvar maybeToString = function (it) {\n return it === undefined ? it : String(it);\n};\n\n// @@replace logic\nfixRegExpWellKnownSymbolLogic('replace', 2, function (REPLACE, nativeReplace, maybeCallNative, reason) {\n var REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE = reason.REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE;\n var REPLACE_KEEPS_$0 = reason.REPLACE_KEEPS_$0;\n var UNSAFE_SUBSTITUTE = REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE ? '$' : '$0';\n\n return [\n // `String.prototype.replace` method\n // https://tc39.es/ecma262/#sec-string.prototype.replace\n function replace(searchValue, replaceValue) {\n var O = requireObjectCoercible(this);\n var replacer = searchValue == undefined ? undefined : searchValue[REPLACE];\n return replacer !== undefined\n ? replacer.call(searchValue, O, replaceValue)\n : nativeReplace.call(String(O), searchValue, replaceValue);\n },\n // `RegExp.prototype[@@replace]` method\n // https://tc39.es/ecma262/#sec-regexp.prototype-@@replace\n function (regexp, replaceValue) {\n if (\n (!REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE && REPLACE_KEEPS_$0) ||\n (typeof replaceValue === 'string' && replaceValue.indexOf(UNSAFE_SUBSTITUTE) === -1)\n ) {\n var res = maybeCallNative(nativeReplace, regexp, this, replaceValue);\n if (res.done) return res.value;\n }\n\n var rx = anObject(regexp);\n var S = String(this);\n\n var functionalReplace = typeof replaceValue === 'function';\n if (!functionalReplace) replaceValue = String(replaceValue);\n\n var global = rx.global;\n if (global) {\n var fullUnicode = rx.unicode;\n rx.lastIndex = 0;\n }\n var results = [];\n while (true) {\n var result = regExpExec(rx, S);\n if (result === null) break;\n\n results.push(result);\n if (!global) break;\n\n var matchStr = String(result[0]);\n if (matchStr === '') rx.lastIndex = advanceStringIndex(S, toLength(rx.lastIndex), fullUnicode);\n }\n\n var accumulatedResult = '';\n var nextSourcePosition = 0;\n for (var i = 0; i < results.length; i++) {\n result = results[i];\n\n var matched = String(result[0]);\n var position = max(min(toInteger(result.index), S.length), 0);\n var captures = [];\n // NOTE: This is equivalent to\n // captures = result.slice(1).map(maybeToString)\n // but for some reason `nativeSlice.call(result, 1, result.length)` (called in\n // the slice polyfill when slicing native arrays) \"doesn't work\" in safari 9 and\n // causes a crash (https://pastebin.com/N21QzeQA) when trying to debug it.\n for (var j = 1; j < result.length; j++) captures.push(maybeToString(result[j]));\n var namedCaptures = result.groups;\n if (functionalReplace) {\n var replacerArgs = [matched].concat(captures, position, S);\n if (namedCaptures !== undefined) replacerArgs.push(namedCaptures);\n var replacement = String(replaceValue.apply(undefined, replacerArgs));\n } else {\n replacement = getSubstitution(matched, S, position, captures, namedCaptures, replaceValue);\n }\n if (position >= nextSourcePosition) {\n accumulatedResult += S.slice(nextSourcePosition, position) + replacement;\n nextSourcePosition = position + matched.length;\n }\n }\n return accumulatedResult + S.slice(nextSourcePosition);\n }\n ];\n});\n","/*!\n * Toastify js 1.10.0\n * https://github.com/apvarun/toastify-js\n * @license MIT licensed\n *\n * Copyright (C) 2018 Varun A P\n */\n(function(root, factory) {\n if (typeof module === \"object\" && module.exports) {\n module.exports = factory();\n } else {\n root.Toastify = factory();\n }\n})(this, function(global) {\n // Object initialization\n var Toastify = function(options) {\n // Returning a new init object\n return new Toastify.lib.init(options);\n },\n // Library version\n version = \"1.10.0\";\n\n // Defining the prototype of the object\n Toastify.lib = Toastify.prototype = {\n toastify: version,\n\n constructor: Toastify,\n\n // Initializing the object with required parameters\n init: function(options) {\n // Verifying and validating the input object\n if (!options) {\n options = {};\n }\n\n // Creating the options object\n this.options = {};\n\n this.toastElement = null;\n\n // Validating the options\n this.options.text = options.text || \"Hi there!\"; // Display message\n this.options.node = options.node // Display content as node\n this.options.duration = options.duration === 0 ? 0 : options.duration || 3000; // Display duration\n this.options.selector = options.selector; // Parent selector\n this.options.callback = options.callback || function() {}; // Callback after display\n this.options.destination = options.destination; // On-click destination\n this.options.newWindow = options.newWindow || false; // Open destination in new window\n this.options.close = options.close || false; // Show toast close icon\n this.options.gravity = options.gravity === \"bottom\" ? \"toastify-bottom\" : \"toastify-top\"; // toast position - top or bottom\n this.options.positionLeft = options.positionLeft || false; // toast position - left or right\n this.options.position = options.position || ''; // toast position - left or right\n this.options.backgroundColor = options.backgroundColor; // toast background color\n this.options.avatar = options.avatar || \"\"; // img element src - url or a path\n this.options.className = options.className || \"\"; // additional class names for the toast\n this.options.stopOnFocus = options.stopOnFocus === undefined? true: options.stopOnFocus; // stop timeout on focus\n this.options.onClick = options.onClick; // Callback after click\n\n this.options.offset = options.offset || { x: 0, y: 0 }; // toast offset\n\n this.options.escapeMarkup = options.escapeMarkup !== undefined ? options.escapeMarkup : true;\n this.options.style = options.style || {};\n\n this.options.style.background = this.options.style.background || options.backgroundColor;\n\n // Returning the current object for chaining functions\n return this;\n },\n\n // Building the DOM element\n buildToast: function() {\n // Validating if the options are defined\n if (!this.options) {\n throw \"Toastify is not initialized\";\n }\n\n // Creating the DOM object\n var divElement = document.createElement(\"div\");\n divElement.className = \"toastify on \" + this.options.className;\n\n // Positioning toast to left or right or center\n if (!!this.options.position) {\n divElement.className += \" toastify-\" + this.options.position;\n } else {\n // To be depreciated in further versions\n if (this.options.positionLeft === true) {\n divElement.className += \" toastify-left\";\n console.warn('Property `positionLeft` will be depreciated in further versions. Please use `position` instead.')\n } else {\n // Default position\n divElement.className += \" toastify-right\";\n }\n }\n\n // Assigning gravity of element\n divElement.className += \" \" + this.options.gravity;\n\n if (this.options.backgroundColor) {\n // This is being deprecated in favor of using the style HTML DOM property\n console.warn('DEPRECATION NOTICE: \"backgroundColor\" is being deprecated. Please use the \"style.background\" property.');\n }\n\n // Loop through our style object and apply styles to divElement\n for (const property in this.options.style) {\n divElement.style[property] = this.options.style[property];\n }\n\n // Adding the toast message/node\n if (this.options.node && this.options.node.nodeType === Node.ELEMENT_NODE) {\n // If we have a valid node, we insert it\n divElement.appendChild(this.options.node)\n } else {\n if (this.options.escapeMarkup) {\n divElement.innerText = this.options.text;\n } else {\n divElement.innerHTML = this.options.text;\n }\n\n if (this.options.avatar !== \"\") {\n var avatarElement = document.createElement(\"img\");\n avatarElement.src = this.options.avatar;\n\n avatarElement.className = \"toastify-avatar\";\n\n if (this.options.position == \"left\" || this.options.positionLeft === true) {\n // Adding close icon on the left of content\n divElement.appendChild(avatarElement);\n } else {\n // Adding close icon on the right of content\n divElement.insertAdjacentElement(\"afterbegin\", avatarElement);\n }\n }\n }\n\n // Adding a close icon to the toast\n if (this.options.close === true) {\n // Create a span for close element\n var closeElement = document.createElement(\"span\");\n closeElement.innerHTML = \"&#10006;\";\n\n closeElement.className = \"toast-close\";\n\n // Triggering the removal of toast from DOM on close click\n closeElement.addEventListener(\n \"click\",\n function(event) {\n event.stopPropagation();\n this.removeElement(this.toastElement);\n window.clearTimeout(this.toastElement.timeOutValue);\n }.bind(this)\n );\n\n //Calculating screen width\n var width = window.innerWidth > 0 ? window.innerWidth : screen.width;\n\n // Adding the close icon to the toast element\n // Display on the right if screen width is less than or equal to 360px\n if ((this.options.position == \"left\" || this.options.positionLeft === true) && width > 360) {\n // Adding close icon on the left of content\n divElement.insertAdjacentElement(\"afterbegin\", closeElement);\n } else {\n // Adding close icon on the right of content\n divElement.appendChild(closeElement);\n }\n }\n\n // Clear timeout while toast is focused\n if (this.options.stopOnFocus && this.options.duration > 0) {\n var self = this;\n // stop countdown\n divElement.addEventListener(\n \"mouseover\",\n function(event) {\n window.clearTimeout(divElement.timeOutValue);\n }\n )\n // add back the timeout\n divElement.addEventListener(\n \"mouseleave\",\n function() {\n divElement.timeOutValue = window.setTimeout(\n function() {\n // Remove the toast from DOM\n self.removeElement(divElement);\n },\n self.options.duration\n )\n }\n )\n }\n \n // Adding an on-click destination path\n if (typeof this.options.destination !== \"undefined\") {\n divElement.addEventListener(\n \"click\",\n function(event) {\n event.stopPropagation();\n if (this.options.newWindow === true) {\n window.open(this.options.destination, \"_blank\");\n } else {\n window.location = this.options.destination;\n }\n }.bind(this)\n );\n }\n\n if (typeof this.options.onClick === \"function\" && typeof this.options.destination === \"undefined\") {\n divElement.addEventListener(\n \"click\",\n function(event) {\n event.stopPropagation();\n this.options.onClick(); \n }.bind(this)\n );\n }\n\n // Adding offset\n if(typeof this.options.offset === \"object\") {\n\n var x = getAxisOffsetAValue(\"x\", this.options);\n var y = getAxisOffsetAValue(\"y\", this.options);\n \n var xOffset = this.options.position == \"left\" ? x : \"-\" + x;\n var yOffset = this.options.gravity == \"toastify-top\" ? y : \"-\" + y;\n\n divElement.style.transform = \"translate(\" + xOffset + \",\" + yOffset + \")\";\n\n }\n\n // Returning the generated element\n return divElement;\n },\n\n // Displaying the toast\n showToast: function() {\n // Creating the DOM object for the toast\n this.toastElement = this.buildToast();\n\n // Getting the root element to with the toast needs to be added\n var rootElement;\n if (typeof this.options.selector === \"string\") {\n rootElement = document.getElementById(this.options.selector);\n } else if (this.options.selector instanceof HTMLElement || this.options.selector instanceof ShadowRoot) {\n rootElement = this.options.selector;\n } else {\n rootElement = document.body;\n }\n\n // Validating if root element is present in DOM\n if (!rootElement) {\n throw \"Root element is not defined\";\n }\n\n // Adding the DOM element\n rootElement.insertBefore(this.toastElement, rootElement.firstChild);\n\n // Repositioning the toasts in case multiple toasts are present\n Toastify.reposition();\n\n if (this.options.duration > 0) {\n this.toastElement.timeOutValue = window.setTimeout(\n function() {\n // Remove the toast from DOM\n this.removeElement(this.toastElement);\n }.bind(this),\n this.options.duration\n ); // Binding `this` for function invocation\n }\n\n // Supporting function chaining\n return this;\n },\n\n hideToast: function() {\n if (this.toastElement.timeOutValue) {\n clearTimeout(this.toastElement.timeOutValue);\n }\n this.removeElement(this.toastElement);\n },\n\n // Removing the element from the DOM\n removeElement: function(toastElement) {\n // Hiding the element\n // toastElement.classList.remove(\"on\");\n toastElement.className = toastElement.className.replace(\" on\", \"\");\n\n // Removing the element from DOM after transition end\n window.setTimeout(\n function() {\n // remove options node if any\n if (this.options.node && this.options.node.parentNode) {\n this.options.node.parentNode.removeChild(this.options.node);\n }\n\n // Remove the elemenf from the DOM, only when the parent node was not removed before.\n if (toastElement.parentNode) {\n toastElement.parentNode.removeChild(toastElement);\n }\n\n // Calling the callback function\n this.options.callback.call(toastElement);\n\n // Repositioning the toasts again\n Toastify.reposition();\n }.bind(this),\n 400\n ); // Binding `this` for function invocation\n },\n };\n\n // Positioning the toasts on the DOM\n Toastify.reposition = function() {\n\n // Top margins with gravity\n var topLeftOffsetSize = {\n top: 15,\n bottom: 15,\n };\n var topRightOffsetSize = {\n top: 15,\n bottom: 15,\n };\n var offsetSize = {\n top: 15,\n bottom: 15,\n };\n\n // Get all toast messages on the DOM\n var allToasts = document.getElementsByClassName(\"toastify\");\n\n var classUsed;\n\n // Modifying the position of each toast element\n for (var i = 0; i < allToasts.length; i++) {\n // Getting the applied gravity\n if (containsClass(allToasts[i], \"toastify-top\") === true) {\n classUsed = \"toastify-top\";\n } else {\n classUsed = \"toastify-bottom\";\n }\n\n var height = allToasts[i].offsetHeight;\n classUsed = classUsed.substr(9, classUsed.length-1)\n // Spacing between toasts\n var offset = 15;\n\n var width = window.innerWidth > 0 ? window.innerWidth : screen.width;\n\n // Show toast in center if screen with less than or qual to 360px\n if (width <= 360) {\n // Setting the position\n allToasts[i].style[classUsed] = offsetSize[classUsed] + \"px\";\n\n offsetSize[classUsed] += height + offset;\n } else {\n if (containsClass(allToasts[i], \"toastify-left\") === true) {\n // Setting the position\n allToasts[i].style[classUsed] = topLeftOffsetSize[classUsed] + \"px\";\n\n topLeftOffsetSize[classUsed] += height + offset;\n } else {\n // Setting the position\n allToasts[i].style[classUsed] = topRightOffsetSize[classUsed] + \"px\";\n\n topRightOffsetSize[classUsed] += height + offset;\n }\n }\n }\n\n // Supporting function chaining\n return this;\n };\n\n // Helper function to get offset.\n function getAxisOffsetAValue(axis, options) {\n\n if(options.offset[axis]) {\n if(isNaN(options.offset[axis])) {\n return options.offset[axis];\n }\n else {\n return options.offset[axis] + 'px';\n }\n }\n\n return '0px';\n\n }\n\n function containsClass(elem, yourClass) {\n if (!elem || typeof yourClass !== \"string\") {\n return false;\n } else if (\n elem.className &&\n elem.className\n .trim()\n .split(/\\s+/gi)\n .indexOf(yourClass) > -1\n ) {\n return true;\n } else {\n return false;\n }\n }\n\n // Setting up the prototype for the init object\n Toastify.lib.init.prototype = Toastify.lib;\n\n // Returning the Toastify function to be assigned to the window object/module\n return Toastify;\n});\n","/**\n * lodash (Custom Build) <https://lodash.com/>\n * Build: `lodash modularize exports=\"npm\" -o ./`\n * Copyright jQuery Foundation and other contributors <https://jquery.org/>\n * Released under MIT license <https://lodash.com/license>\n * Based on Underscore.js 1.8.3 <http://underscorejs.org/LICENSE>\n * Copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors\n */\n\n/** Used as the `TypeError` message for \"Functions\" methods. */\nvar FUNC_ERROR_TEXT = 'Expected a function';\n\n/** Used to stand-in for `undefined` hash values. */\nvar HASH_UNDEFINED = '__lodash_hash_undefined__';\n\n/** Used as references for various `Number` constants. */\nvar INFINITY = 1 / 0;\n\n/** `Object#toString` result references. */\nvar funcTag = '[object Function]',\n genTag = '[object GeneratorFunction]',\n symbolTag = '[object Symbol]';\n\n/** Used to match property names within property paths. */\nvar reIsDeepProp = /\\.|\\[(?:[^[\\]]*|([\"'])(?:(?!\\1)[^\\\\]|\\\\.)*?\\1)\\]/,\n reIsPlainProp = /^\\w*$/,\n reLeadingDot = /^\\./,\n rePropName = /[^.[\\]]+|\\[(?:(-?\\d+(?:\\.\\d+)?)|([\"'])((?:(?!\\2)[^\\\\]|\\\\.)*?)\\2)\\]|(?=(?:\\.|\\[\\])(?:\\.|\\[\\]|$))/g;\n\n/**\n * Used to match `RegExp`\n * [syntax characters](http://ecma-international.org/ecma-262/7.0/#sec-patterns).\n */\nvar reRegExpChar = /[\\\\^$.*+?()[\\]{}|]/g;\n\n/** Used to match backslashes in property paths. */\nvar reEscapeChar = /\\\\(\\\\)?/g;\n\n/** Used to detect host constructors (Safari). */\nvar reIsHostCtor = /^\\[object .+?Constructor\\]$/;\n\n/** Detect free variable `global` from Node.js. */\nvar freeGlobal = typeof global == 'object' && global && global.Object === Object && global;\n\n/** Detect free variable `self`. */\nvar freeSelf = typeof self == 'object' && self && self.Object === Object && self;\n\n/** Used as a reference to the global object. */\nvar root = freeGlobal || freeSelf || Function('return this')();\n\n/**\n * Gets the value at `key` of `object`.\n *\n * @private\n * @param {Object} [object] The object to query.\n * @param {string} key The key of the property to get.\n * @returns {*} Returns the property value.\n */\nfunction getValue(object, key) {\n return object == null ? undefined : object[key];\n}\n\n/**\n * Checks if `value` is a host object in IE < 9.\n *\n * @private\n * @param {*} value The value to check.\n * @returns {boolean} Returns `true` if `value` is a host object, else `false`.\n */\nfunction isHostObject(value) {\n // Many host objects are `Object` objects that can coerce to strings\n // despite having improperly defined `toString` methods.\n var result = false;\n if (value != null && typeof value.toString != 'function') {\n try {\n result = !!(value + '');\n } catch (e) {}\n }\n return result;\n}\n\n/** Used for built-in method references. */\nvar arrayProto = Array.prototype,\n funcProto = Function.prototype,\n objectProto = Object.prototype;\n\n/** Used to detect overreaching core-js shims. */\nvar coreJsData = root['__core-js_shared__'];\n\n/** Used to detect methods masquerading as native. */\nvar maskSrcKey = (function() {\n var uid = /[^.]+$/.exec(coreJsData && coreJsData.keys && coreJsData.keys.IE_PROTO || '');\n return uid ? ('Symbol(src)_1.' + uid) : '';\n}());\n\n/** Used to resolve the decompiled source of functions. */\nvar funcToString = funcProto.toString;\n\n/** Used to check objects for own properties. */\nvar hasOwnProperty = objectProto.hasOwnProperty;\n\n/**\n * Used to resolve the\n * [`toStringTag`](http://ecma-international.org/ecma-262/7.0/#sec-object.prototype.tostring)\n * of values.\n */\nvar objectToString = objectProto.toString;\n\n/** Used to detect if a method is native. */\nvar reIsNative = RegExp('^' +\n funcToString.call(hasOwnProperty).replace(reRegExpChar, '\\\\$&')\n .replace(/hasOwnProperty|(function).*?(?=\\\\\\()| for .+?(?=\\\\\\])/g, '$1.*?') + '$'\n);\n\n/** Built-in value references. */\nvar Symbol = root.Symbol,\n splice = arrayProto.splice;\n\n/* Built-in method references that are verified to be native. */\nvar Map = getNative(root, 'Map'),\n nativeCreate = getNative(Object, 'create');\n\n/** Used to convert symbols to primitives and strings. */\nvar symbolProto = Symbol ? Symbol.prototype : undefined,\n symbolToString = symbolProto ? symbolProto.toString : undefined;\n\n/**\n * Creates a hash object.\n *\n * @private\n * @constructor\n * @param {Array} [entries] The key-value pairs to cache.\n */\nfunction Hash(entries) {\n var index = -1,\n length = entries ? entries.length : 0;\n\n this.clear();\n while (++index < length) {\n var entry = entries[index];\n this.set(entry[0], entry[1]);\n }\n}\n\n/**\n * Removes all key-value entries from the hash.\n *\n * @private\n * @name clear\n * @memberOf Hash\n */\nfunction hashClear() {\n this.__data__ = nativeCreate ? nativeCreate(null) : {};\n}\n\n/**\n * Removes `key` and its value from the hash.\n *\n * @private\n * @name delete\n * @memberOf Hash\n * @param {Object} hash The hash to modify.\n * @param {string} key The key of the value to remove.\n * @returns {boolean} Returns `true` if the entry was removed, else `false`.\n */\nfunction hashDelete(key) {\n return this.has(key) && delete this.__data__[key];\n}\n\n/**\n * Gets the hash value for `key`.\n *\n * @private\n * @name get\n * @memberOf Hash\n * @param {string} key The key of the value to get.\n * @returns {*} Returns the entry value.\n */\nfunction hashGet(key) {\n var data = this.__data__;\n if (nativeCreate) {\n var result = data[key];\n return result === HASH_UNDEFINED ? undefined : result;\n }\n return hasOwnProperty.call(data, key) ? data[key] : undefined;\n}\n\n/**\n * Checks if a hash value for `key` exists.\n *\n * @private\n * @name has\n * @memberOf Hash\n * @param {string} key The key of the entry to check.\n * @returns {boolean} Returns `true` if an entry for `key` exists, else `false`.\n */\nfunction hashHas(key) {\n var data = this.__data__;\n return nativeCreate ? data[key] !== undefined : hasOwnProperty.call(data, key);\n}\n\n/**\n * Sets the hash `key` to `value`.\n *\n * @private\n * @name set\n * @memberOf Hash\n * @param {string} key The key of the value to set.\n * @param {*} value The value to set.\n * @returns {Object} Returns the hash instance.\n */\nfunction hashSet(key, value) {\n var data = this.__data__;\n data[key] = (nativeCreate && value === undefined) ? HASH_UNDEFINED : value;\n return this;\n}\n\n// Add methods to `Hash`.\nHash.prototype.clear = hashClear;\nHash.prototype['delete'] = hashDelete;\nHash.prototype.get = hashGet;\nHash.prototype.has = hashHas;\nHash.prototype.set = hashSet;\n\n/**\n * Creates an list cache object.\n *\n * @private\n * @constructor\n * @param {Array} [entries] The key-value pairs to cache.\n */\nfunction ListCache(entries) {\n var index = -1,\n length = entries ? entries.length : 0;\n\n this.clear();\n while (++index < length) {\n var entry = entries[index];\n this.set(entry[0], entry[1]);\n }\n}\n\n/**\n * Removes all key-value entries from the list cache.\n *\n * @private\n * @name clear\n * @memberOf ListCache\n */\nfunction listCacheClear() {\n this.__data__ = [];\n}\n\n/**\n * Removes `key` and its value from the list cache.\n *\n * @private\n * @name delete\n * @memberOf ListCache\n * @param {string} key The key of the value to remove.\n * @returns {boolean} Returns `true` if the entry was removed, else `false`.\n */\nfunction listCacheDelete(key) {\n var data = this.__data__,\n index = assocIndexOf(data, key);\n\n if (index < 0) {\n return false;\n }\n var lastIndex = data.length - 1;\n if (index == lastIndex) {\n data.pop();\n } else {\n splice.call(data, index, 1);\n }\n return true;\n}\n\n/**\n * Gets the list cache value for `key`.\n *\n * @private\n * @name get\n * @memberOf ListCache\n * @param {string} key The key of the value to get.\n * @returns {*} Returns the entry value.\n */\nfunction listCacheGet(key) {\n var data = this.__data__,\n index = assocIndexOf(data, key);\n\n return index < 0 ? undefined : data[index][1];\n}\n\n/**\n * Checks if a list cache value for `key` exists.\n *\n * @private\n * @name has\n * @memberOf ListCache\n * @param {string} key The key of the entry to check.\n * @returns {boolean} Returns `true` if an entry for `key` exists, else `false`.\n */\nfunction listCacheHas(key) {\n return assocIndexOf(this.__data__, key) > -1;\n}\n\n/**\n * Sets the list cache `key` to `value`.\n *\n * @private\n * @name set\n * @memberOf ListCache\n * @param {string} key The key of the value to set.\n * @param {*} value The value to set.\n * @returns {Object} Returns the list cache instance.\n */\nfunction listCacheSet(key, value) {\n var data = this.__data__,\n index = assocIndexOf(data, key);\n\n if (index < 0) {\n data.push([key, value]);\n } else {\n data[index][1] = value;\n }\n return this;\n}\n\n// Add methods to `ListCache`.\nListCache.prototype.clear = listCacheClear;\nListCache.prototype['delete'] = listCacheDelete;\nListCache.prototype.get = listCacheGet;\nListCache.prototype.has = listCacheHas;\nListCache.prototype.set = listCacheSet;\n\n/**\n * Creates a map cache object to store key-value pairs.\n *\n * @private\n * @constructor\n * @param {Array} [entries] The key-value pairs to cache.\n */\nfunction MapCache(entries) {\n var index = -1,\n length = entries ? entries.length : 0;\n\n this.clear();\n while (++index < length) {\n var entry = entries[index];\n this.set(entry[0], entry[1]);\n }\n}\n\n/**\n * Removes all key-value entries from the map.\n *\n * @private\n * @name clear\n * @memberOf MapCache\n */\nfunction mapCacheClear() {\n this.__data__ = {\n 'hash': new Hash,\n 'map': new (Map || ListCache),\n 'string': new Hash\n };\n}\n\n/**\n * Removes `key` and its value from the map.\n *\n * @private\n * @name delete\n * @memberOf MapCache\n * @param {string} key The key of the value to remove.\n * @returns {boolean} Returns `true` if the entry was removed, else `false`.\n */\nfunction mapCacheDelete(key) {\n return getMapData(this, key)['delete'](key);\n}\n\n/**\n * Gets the map value for `key`.\n *\n * @private\n * @name get\n * @memberOf MapCache\n * @param {string} key The key of the value to get.\n * @returns {*} Returns the entry value.\n */\nfunction mapCacheGet(key) {\n return getMapData(this, key).get(key);\n}\n\n/**\n * Checks if a map value for `key` exists.\n *\n * @private\n * @name has\n * @memberOf MapCache\n * @param {string} key The key of the entry to check.\n * @returns {boolean} Returns `true` if an entry for `key` exists, else `false`.\n */\nfunction mapCacheHas(key) {\n return getMapData(this, key).has(key);\n}\n\n/**\n * Sets the map `key` to `value`.\n *\n * @private\n * @name set\n * @memberOf MapCache\n * @param {string} key The key of the value to set.\n * @param {*} value The value to set.\n * @returns {Object} Returns the map cache instance.\n */\nfunction mapCacheSet(key, value) {\n getMapData(this, key).set(key, value);\n return this;\n}\n\n// Add methods to `MapCache`.\nMapCache.prototype.clear = mapCacheClear;\nMapCache.prototype['delete'] = mapCacheDelete;\nMapCache.prototype.get = mapCacheGet;\nMapCache.prototype.has = mapCacheHas;\nMapCache.prototype.set = mapCacheSet;\n\n/**\n * Gets the index at which the `key` is found in `array` of key-value pairs.\n *\n * @private\n * @param {Array} array The array to inspect.\n * @param {*} key The key to search for.\n * @returns {number} Returns the index of the matched value, else `-1`.\n */\nfunction assocIndexOf(array, key) {\n var length = array.length;\n while (length--) {\n if (eq(array[length][0], key)) {\n return length;\n }\n }\n return -1;\n}\n\n/**\n * The base implementation of `_.get` without support for default values.\n *\n * @private\n * @param {Object} object The object to query.\n * @param {Array|string} path The path of the property to get.\n * @returns {*} Returns the resolved value.\n */\nfunction baseGet(object, path) {\n path = isKey(path, object) ? [path] : castPath(path);\n\n var index = 0,\n length = path.length;\n\n while (object != null && index < length) {\n object = object[toKey(path[index++])];\n }\n return (index && index == length) ? object : undefined;\n}\n\n/**\n * The base implementation of `_.isNative` without bad shim checks.\n *\n * @private\n * @param {*} value The value to check.\n * @returns {boolean} Returns `true` if `value` is a native function,\n * else `false`.\n */\nfunction baseIsNative(value) {\n if (!isObject(value) || isMasked(value)) {\n return false;\n }\n var pattern = (isFunction(value) || isHostObject(value)) ? reIsNative : reIsHostCtor;\n return pattern.test(toSource(value));\n}\n\n/**\n * The base implementation of `_.toString` which doesn't convert nullish\n * values to empty strings.\n *\n * @private\n * @param {*} value The value to process.\n * @returns {string} Returns the string.\n */\nfunction baseToString(value) {\n // Exit early for strings to avoid a performance hit in some environments.\n if (typeof value == 'string') {\n return value;\n }\n if (isSymbol(value)) {\n return symbolToString ? symbolToString.call(value) : '';\n }\n var result = (value + '');\n return (result == '0' && (1 / value) == -INFINITY) ? '-0' : result;\n}\n\n/**\n * Casts `value` to a path array if it's not one.\n *\n * @private\n * @param {*} value The value to inspect.\n * @returns {Array} Returns the cast property path array.\n */\nfunction castPath(value) {\n return isArray(value) ? value : stringToPath(value);\n}\n\n/**\n * Gets the data for `map`.\n *\n * @private\n * @param {Object} map The map to query.\n * @param {string} key The reference key.\n * @returns {*} Returns the map data.\n */\nfunction getMapData(map, key) {\n var data = map.__data__;\n return isKeyable(key)\n ? data[typeof key == 'string' ? 'string' : 'hash']\n : data.map;\n}\n\n/**\n * Gets the native function at `key` of `object`.\n *\n * @private\n * @param {Object} object The object to query.\n * @param {string} key The key of the method to get.\n * @returns {*} Returns the function if it's native, else `undefined`.\n */\nfunction getNative(object, key) {\n var value = getValue(object, key);\n return baseIsNative(value) ? value : undefined;\n}\n\n/**\n * Checks if `value` is a property name and not a property path.\n *\n * @private\n * @param {*} value The value to check.\n * @param {Object} [object] The object to query keys on.\n * @returns {boolean} Returns `true` if `value` is a property name, else `false`.\n */\nfunction isKey(value, object) {\n if (isArray(value)) {\n return false;\n }\n var type = typeof value;\n if (type == 'number' || type == 'symbol' || type == 'boolean' ||\n value == null || isSymbol(value)) {\n return true;\n }\n return reIsPlainProp.test(value) || !reIsDeepProp.test(value) ||\n (object != null && value in Object(object));\n}\n\n/**\n * Checks if `value` is suitable for use as unique object key.\n *\n * @private\n * @param {*} value The value to check.\n * @returns {boolean} Returns `true` if `value` is suitable, else `false`.\n */\nfunction isKeyable(value) {\n var type = typeof value;\n return (type == 'string' || type == 'number' || type == 'symbol' || type == 'boolean')\n ? (value !== '__proto__')\n : (value === null);\n}\n\n/**\n * Checks if `func` has its source masked.\n *\n * @private\n * @param {Function} func The function to check.\n * @returns {boolean} Returns `true` if `func` is masked, else `false`.\n */\nfunction isMasked(func) {\n return !!maskSrcKey && (maskSrcKey in func);\n}\n\n/**\n * Converts `string` to a property path array.\n *\n * @private\n * @param {string} string The string to convert.\n * @returns {Array} Returns the property path array.\n */\nvar stringToPath = memoize(function(string) {\n string = toString(string);\n\n var result = [];\n if (reLeadingDot.test(string)) {\n result.push('');\n }\n string.replace(rePropName, function(match, number, quote, string) {\n result.push(quote ? string.replace(reEscapeChar, '$1') : (number || match));\n });\n return result;\n});\n\n/**\n * Converts `value` to a string key if it's not a string or symbol.\n *\n * @private\n * @param {*} value The value to inspect.\n * @returns {string|symbol} Returns the key.\n */\nfunction toKey(value) {\n if (typeof value == 'string' || isSymbol(value)) {\n return value;\n }\n var result = (value + '');\n return (result == '0' && (1 / value) == -INFINITY) ? '-0' : result;\n}\n\n/**\n * Converts `func` to its source code.\n *\n * @private\n * @param {Function} func The function to process.\n * @returns {string} Returns the source code.\n */\nfunction toSource(func) {\n if (func != null) {\n try {\n return funcToString.call(func);\n } catch (e) {}\n try {\n return (func + '');\n } catch (e) {}\n }\n return '';\n}\n\n/**\n * Creates a function that memoizes the result of `func`. If `resolver` is\n * provided, it determines the cache key for storing the result based on the\n * arguments provided to the memoized function. By default, the first argument\n * provided to the memoized function is used as the map cache key. The `func`\n * is invoked with the `this` binding of the memoized function.\n *\n * **Note:** The cache is exposed as the `cache` property on the memoized\n * function. Its creation may be customized by replacing the `_.memoize.Cache`\n * constructor with one whose instances implement the\n * [`Map`](http://ecma-international.org/ecma-262/7.0/#sec-properties-of-the-map-prototype-object)\n * method interface of `delete`, `get`, `has`, and `set`.\n *\n * @static\n * @memberOf _\n * @since 0.1.0\n * @category Function\n * @param {Function} func The function to have its output memoized.\n * @param {Function} [resolver] The function to resolve the cache key.\n * @returns {Function} Returns the new memoized function.\n * @example\n *\n * var object = { 'a': 1, 'b': 2 };\n * var other = { 'c': 3, 'd': 4 };\n *\n * var values = _.memoize(_.values);\n * values(object);\n * // => [1, 2]\n *\n * values(other);\n * // => [3, 4]\n *\n * object.a = 2;\n * values(object);\n * // => [1, 2]\n *\n * // Modify the result cache.\n * values.cache.set(object, ['a', 'b']);\n * values(object);\n * // => ['a', 'b']\n *\n * // Replace `_.memoize.Cache`.\n * _.memoize.Cache = WeakMap;\n */\nfunction memoize(func, resolver) {\n if (typeof func != 'function' || (resolver && typeof resolver != 'function')) {\n throw new TypeError(FUNC_ERROR_TEXT);\n }\n var memoized = function() {\n var args = arguments,\n key = resolver ? resolver.apply(this, args) : args[0],\n cache = memoized.cache;\n\n if (cache.has(key)) {\n return cache.get(key);\n }\n var result = func.apply(this, args);\n memoized.cache = cache.set(key, result);\n return result;\n };\n memoized.cache = new (memoize.Cache || MapCache);\n return memoized;\n}\n\n// Assign cache to `_.memoize`.\nmemoize.Cache = MapCache;\n\n/**\n * Performs a\n * [`SameValueZero`](http://ecma-international.org/ecma-262/7.0/#sec-samevaluezero)\n * comparison between two values to determine if they are equivalent.\n *\n * @static\n * @memberOf _\n * @since 4.0.0\n * @category Lang\n * @param {*} value The value to compare.\n * @param {*} other The other value to compare.\n * @returns {boolean} Returns `true` if the values are equivalent, else `false`.\n * @example\n *\n * var object = { 'a': 1 };\n * var other = { 'a': 1 };\n *\n * _.eq(object, object);\n * // => true\n *\n * _.eq(object, other);\n * // => false\n *\n * _.eq('a', 'a');\n * // => true\n *\n * _.eq('a', Object('a'));\n * // => false\n *\n * _.eq(NaN, NaN);\n * // => true\n */\nfunction eq(value, other) {\n return value === other || (value !== value && other !== other);\n}\n\n/**\n * Checks if `value` is classified as an `Array` object.\n *\n * @static\n * @memberOf _\n * @since 0.1.0\n * @category Lang\n * @param {*} value The value to check.\n * @returns {boolean} Returns `true` if `value` is an array, else `false`.\n * @example\n *\n * _.isArray([1, 2, 3]);\n * // => true\n *\n * _.isArray(document.body.children);\n * // => false\n *\n * _.isArray('abc');\n * // => false\n *\n * _.isArray(_.noop);\n * // => false\n */\nvar isArray = Array.isArray;\n\n/**\n * Checks if `value` is classified as a `Function` object.\n *\n * @static\n * @memberOf _\n * @since 0.1.0\n * @category Lang\n * @param {*} value The value to check.\n * @returns {boolean} Returns `true` if `value` is a function, else `false`.\n * @example\n *\n * _.isFunction(_);\n * // => true\n *\n * _.isFunction(/abc/);\n * // => false\n */\nfunction isFunction(value) {\n // The use of `Object#toString` avoids issues with the `typeof` operator\n // in Safari 8-9 which returns 'object' for typed array and other constructors.\n var tag = isObject(value) ? objectToString.call(value) : '';\n return tag == funcTag || tag == genTag;\n}\n\n/**\n * Checks if `value` is the\n * [language type](http://www.ecma-international.org/ecma-262/7.0/#sec-ecmascript-language-types)\n * of `Object`. (e.g. arrays, functions, objects, regexes, `new Number(0)`, and `new String('')`)\n *\n * @static\n * @memberOf _\n * @since 0.1.0\n * @category Lang\n * @param {*} value The value to check.\n * @returns {boolean} Returns `true` if `value` is an object, else `false`.\n * @example\n *\n * _.isObject({});\n * // => true\n *\n * _.isObject([1, 2, 3]);\n * // => true\n *\n * _.isObject(_.noop);\n * // => true\n *\n * _.isObject(null);\n * // => false\n */\nfunction isObject(value) {\n var type = typeof value;\n return !!value && (type == 'object' || type == 'function');\n}\n\n/**\n * Checks if `value` is object-like. A value is object-like if it's not `null`\n * and has a `typeof` result of \"object\".\n *\n * @static\n * @memberOf _\n * @since 4.0.0\n * @category Lang\n * @param {*} value The value to check.\n * @returns {boolean} Returns `true` if `value` is object-like, else `false`.\n * @example\n *\n * _.isObjectLike({});\n * // => true\n *\n * _.isObjectLike([1, 2, 3]);\n * // => true\n *\n * _.isObjectLike(_.noop);\n * // => false\n *\n * _.isObjectLike(null);\n * // => false\n */\nfunction isObjectLike(value) {\n return !!value && typeof value == 'object';\n}\n\n/**\n * Checks if `value` is classified as a `Symbol` primitive or object.\n *\n * @static\n * @memberOf _\n * @since 4.0.0\n * @category Lang\n * @param {*} value The value to check.\n * @returns {boolean} Returns `true` if `value` is a symbol, else `false`.\n * @example\n *\n * _.isSymbol(Symbol.iterator);\n * // => true\n *\n * _.isSymbol('abc');\n * // => false\n */\nfunction isSymbol(value) {\n return typeof value == 'symbol' ||\n (isObjectLike(value) && objectToString.call(value) == symbolTag);\n}\n\n/**\n * Converts `value` to a string. An empty string is returned for `null`\n * and `undefined` values. The sign of `-0` is preserved.\n *\n * @static\n * @memberOf _\n * @since 4.0.0\n * @category Lang\n * @param {*} value The value to process.\n * @returns {string} Returns the string.\n * @example\n *\n * _.toString(null);\n * // => ''\n *\n * _.toString(-0);\n * // => '-0'\n *\n * _.toString([1, 2, 3]);\n * // => '1,2,3'\n */\nfunction toString(value) {\n return value == null ? '' : baseToString(value);\n}\n\n/**\n * Gets the value at `path` of `object`. If the resolved value is\n * `undefined`, the `defaultValue` is returned in its place.\n *\n * @static\n * @memberOf _\n * @since 3.7.0\n * @category Object\n * @param {Object} object The object to query.\n * @param {Array|string} path The path of the property to get.\n * @param {*} [defaultValue] The value returned for `undefined` resolved values.\n * @returns {*} Returns the resolved value.\n * @example\n *\n * var object = { 'a': [{ 'b': { 'c': 3 } }] };\n *\n * _.get(object, 'a[0].b.c');\n * // => 3\n *\n * _.get(object, ['a', '0', 'b', 'c']);\n * // => 3\n *\n * _.get(object, 'a.b.c', 'default');\n * // => 'default'\n */\nfunction get(object, path, defaultValue) {\n var result = object == null ? undefined : baseGet(object, path);\n return result === undefined ? defaultValue : result;\n}\n\nmodule.exports = get;\n","'use strict';\n\nmodule.exports = {\n ach: {\n name: 'Acholi',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n > 1)',\n pluralsFunc: function(n) {\n return (n > 1);\n }\n },\n af: {\n name: 'Afrikaans',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n !== 1)',\n pluralsFunc: function(n) {\n return (n !== 1);\n }\n },\n ak: {\n name: 'Akan',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n > 1)',\n pluralsFunc: function(n) {\n return (n > 1);\n }\n },\n am: {\n name: 'Amharic',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n > 1)',\n pluralsFunc: function(n) {\n return (n > 1);\n }\n },\n an: {\n name: 'Aragonese',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n !== 1)',\n pluralsFunc: function(n) {\n return (n !== 1);\n }\n },\n ar: {\n name: 'Arabic',\n examples: [{\n plural: 0,\n sample: 0\n }, {\n plural: 1,\n sample: 1\n }, {\n plural: 2,\n sample: 2\n }, {\n plural: 3,\n sample: 3\n }, {\n plural: 4,\n sample: 11\n }, {\n plural: 5,\n sample: 100\n }],\n nplurals: 6,\n pluralsText: 'nplurals = 6; plural = (n === 0 ? 0 : n === 1 ? 1 : n === 2 ? 2 : n % 100 >= 3 && n % 100 <= 10 ? 3 : n % 100 >= 11 ? 4 : 5)',\n pluralsFunc: function(n) {\n return (n === 0 ? 0 : n === 1 ? 1 : n === 2 ? 2 : n % 100 >= 3 && n % 100 <= 10 ? 3 : n % 100 >= 11 ? 4 : 5);\n }\n },\n arn: {\n name: 'Mapudungun',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n > 1)',\n pluralsFunc: function(n) {\n return (n > 1);\n }\n },\n ast: {\n name: 'Asturian',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n !== 1)',\n pluralsFunc: function(n) {\n return (n !== 1);\n }\n },\n ay: {\n name: 'Aymará',\n examples: [{\n plural: 0,\n sample: 1\n }],\n nplurals: 1,\n pluralsText: 'nplurals = 1; plural = 0',\n pluralsFunc: function() {\n return 0;\n }\n },\n az: {\n name: 'Azerbaijani',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n !== 1)',\n pluralsFunc: function(n) {\n return (n !== 1);\n }\n },\n be: {\n name: 'Belarusian',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }, {\n plural: 2,\n sample: 5\n }],\n nplurals: 3,\n pluralsText: 'nplurals = 3; plural = (n % 10 === 1 && n % 100 !== 11 ? 0 : n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 10 || n % 100 >= 20) ? 1 : 2)',\n pluralsFunc: function(n) {\n return (n % 10 === 1 && n % 100 !== 11 ? 0 : n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 10 || n % 100 >= 20) ? 1 : 2);\n }\n },\n bg: {\n name: 'Bulgarian',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n !== 1)',\n pluralsFunc: function(n) {\n return (n !== 1);\n }\n },\n bn: {\n name: 'Bengali',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n !== 1)',\n pluralsFunc: function(n) {\n return (n !== 1);\n }\n },\n bo: {\n name: 'Tibetan',\n examples: [{\n plural: 0,\n sample: 1\n }],\n nplurals: 1,\n pluralsText: 'nplurals = 1; plural = 0',\n pluralsFunc: function() {\n return 0;\n }\n },\n br: {\n name: 'Breton',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n > 1)',\n pluralsFunc: function(n) {\n return (n > 1);\n }\n },\n brx: {\n name: 'Bodo',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n !== 1)',\n pluralsFunc: function(n) {\n return (n !== 1);\n }\n },\n bs: {\n name: 'Bosnian',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }, {\n plural: 2,\n sample: 5\n }],\n nplurals: 3,\n pluralsText: 'nplurals = 3; plural = (n % 10 === 1 && n % 100 !== 11 ? 0 : n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 10 || n % 100 >= 20) ? 1 : 2)',\n pluralsFunc: function(n) {\n return (n % 10 === 1 && n % 100 !== 11 ? 0 : n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 10 || n % 100 >= 20) ? 1 : 2);\n }\n },\n ca: {\n name: 'Catalan',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n !== 1)',\n pluralsFunc: function(n) {\n return (n !== 1);\n }\n },\n cgg: {\n name: 'Chiga',\n examples: [{\n plural: 0,\n sample: 1\n }],\n nplurals: 1,\n pluralsText: 'nplurals = 1; plural = 0',\n pluralsFunc: function() {\n return 0;\n }\n },\n cs: {\n name: 'Czech',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }, {\n plural: 2,\n sample: 5\n }],\n nplurals: 3,\n pluralsText: 'nplurals = 3; plural = (n === 1 ? 0 : (n >= 2 && n <= 4) ? 1 : 2)',\n pluralsFunc: function(n) {\n return (n === 1 ? 0 : (n >= 2 && n <= 4) ? 1 : 2);\n }\n },\n csb: {\n name: 'Kashubian',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }, {\n plural: 2,\n sample: 5\n }],\n nplurals: 3,\n pluralsText: 'nplurals = 3; plural = (n === 1 ? 0 : n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 10 || n % 100 >= 20) ? 1 : 2)',\n pluralsFunc: function(n) {\n return (n === 1 ? 0 : n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 10 || n % 100 >= 20) ? 1 : 2);\n }\n },\n cy: {\n name: 'Welsh',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }, {\n plural: 2,\n sample: 3\n }, {\n plural: 3,\n sample: 8\n }],\n nplurals: 4,\n pluralsText: 'nplurals = 4; plural = (n === 1 ? 0 : n === 2 ? 1 : (n !== 8 && n !== 11) ? 2 : 3)',\n pluralsFunc: function(n) {\n return (n === 1 ? 0 : n === 2 ? 1 : (n !== 8 && n !== 11) ? 2 : 3);\n }\n },\n da: {\n name: 'Danish',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n !== 1)',\n pluralsFunc: function(n) {\n return (n !== 1);\n }\n },\n de: {\n name: 'German',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n !== 1)',\n pluralsFunc: function(n) {\n return (n !== 1);\n }\n },\n doi: {\n name: 'Dogri',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n !== 1)',\n pluralsFunc: function(n) {\n return (n !== 1);\n }\n },\n dz: {\n name: 'Dzongkha',\n examples: [{\n plural: 0,\n sample: 1\n }],\n nplurals: 1,\n pluralsText: 'nplurals = 1; plural = 0',\n pluralsFunc: function() {\n return 0;\n }\n },\n el: {\n name: 'Greek',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n !== 1)',\n pluralsFunc: function(n) {\n return (n !== 1);\n }\n },\n en: {\n name: 'English',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n !== 1)',\n pluralsFunc: function(n) {\n return (n !== 1);\n }\n },\n eo: {\n name: 'Esperanto',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n !== 1)',\n pluralsFunc: function(n) {\n return (n !== 1);\n }\n },\n es: {\n name: 'Spanish',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n !== 1)',\n pluralsFunc: function(n) {\n return (n !== 1);\n }\n },\n et: {\n name: 'Estonian',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n !== 1)',\n pluralsFunc: function(n) {\n return (n !== 1);\n }\n },\n eu: {\n name: 'Basque',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n !== 1)',\n pluralsFunc: function(n) {\n return (n !== 1);\n }\n },\n fa: {\n name: 'Persian',\n examples: [{\n plural: 0,\n sample: 1\n }],\n nplurals: 1,\n pluralsText: 'nplurals = 1; plural = 0',\n pluralsFunc: function() {\n return 0;\n }\n },\n ff: {\n name: 'Fulah',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n !== 1)',\n pluralsFunc: function(n) {\n return (n !== 1);\n }\n },\n fi: {\n name: 'Finnish',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n !== 1)',\n pluralsFunc: function(n) {\n return (n !== 1);\n }\n },\n fil: {\n name: 'Filipino',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n > 1)',\n pluralsFunc: function(n) {\n return (n > 1);\n }\n },\n fo: {\n name: 'Faroese',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n !== 1)',\n pluralsFunc: function(n) {\n return (n !== 1);\n }\n },\n fr: {\n name: 'French',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n > 1)',\n pluralsFunc: function(n) {\n return (n > 1);\n }\n },\n fur: {\n name: 'Friulian',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n !== 1)',\n pluralsFunc: function(n) {\n return (n !== 1);\n }\n },\n fy: {\n name: 'Frisian',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n !== 1)',\n pluralsFunc: function(n) {\n return (n !== 1);\n }\n },\n ga: {\n name: 'Irish',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }, {\n plural: 2,\n sample: 3\n }, {\n plural: 3,\n sample: 7\n }, {\n plural: 4,\n sample: 11\n }],\n nplurals: 5,\n pluralsText: 'nplurals = 5; plural = (n === 1 ? 0 : n === 2 ? 1 : n < 7 ? 2 : n < 11 ? 3 : 4)',\n pluralsFunc: function(n) {\n return (n === 1 ? 0 : n === 2 ? 1 : n < 7 ? 2 : n < 11 ? 3 : 4);\n }\n },\n gd: {\n name: 'Scottish Gaelic',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }, {\n plural: 2,\n sample: 3\n }, {\n plural: 3,\n sample: 20\n }],\n nplurals: 4,\n pluralsText: 'nplurals = 4; plural = ((n === 1 || n === 11) ? 0 : (n === 2 || n === 12) ? 1 : (n > 2 && n < 20) ? 2 : 3)',\n pluralsFunc: function(n) {\n return ((n === 1 || n === 11) ? 0 : (n === 2 || n === 12) ? 1 : (n > 2 && n < 20) ? 2 : 3);\n }\n },\n gl: {\n name: 'Galician',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n !== 1)',\n pluralsFunc: function(n) {\n return (n !== 1);\n }\n },\n gu: {\n name: 'Gujarati',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n !== 1)',\n pluralsFunc: function(n) {\n return (n !== 1);\n }\n },\n gun: {\n name: 'Gun',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n > 1)',\n pluralsFunc: function(n) {\n return (n > 1);\n }\n },\n ha: {\n name: 'Hausa',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n !== 1)',\n pluralsFunc: function(n) {\n return (n !== 1);\n }\n },\n he: {\n name: 'Hebrew',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n !== 1)',\n pluralsFunc: function(n) {\n return (n !== 1);\n }\n },\n hi: {\n name: 'Hindi',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n !== 1)',\n pluralsFunc: function(n) {\n return (n !== 1);\n }\n },\n hne: {\n name: 'Chhattisgarhi',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n !== 1)',\n pluralsFunc: function(n) {\n return (n !== 1);\n }\n },\n hr: {\n name: 'Croatian',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }, {\n plural: 2,\n sample: 5\n }],\n nplurals: 3,\n pluralsText: 'nplurals = 3; plural = (n % 10 === 1 && n % 100 !== 11 ? 0 : n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 10 || n % 100 >= 20) ? 1 : 2)',\n pluralsFunc: function(n) {\n return (n % 10 === 1 && n % 100 !== 11 ? 0 : n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 10 || n % 100 >= 20) ? 1 : 2);\n }\n },\n hu: {\n name: 'Hungarian',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n !== 1)',\n pluralsFunc: function(n) {\n return (n !== 1);\n }\n },\n hy: {\n name: 'Armenian',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n !== 1)',\n pluralsFunc: function(n) {\n return (n !== 1);\n }\n },\n id: {\n name: 'Indonesian',\n examples: [{\n plural: 0,\n sample: 1\n }],\n nplurals: 1,\n pluralsText: 'nplurals = 1; plural = 0',\n pluralsFunc: function() {\n return 0;\n }\n },\n is: {\n name: 'Icelandic',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n % 10 !== 1 || n % 100 === 11)',\n pluralsFunc: function(n) {\n return (n % 10 !== 1 || n % 100 === 11);\n }\n },\n it: {\n name: 'Italian',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n !== 1)',\n pluralsFunc: function(n) {\n return (n !== 1);\n }\n },\n ja: {\n name: 'Japanese',\n examples: [{\n plural: 0,\n sample: 1\n }],\n nplurals: 1,\n pluralsText: 'nplurals = 1; plural = 0',\n pluralsFunc: function() {\n return 0;\n }\n },\n jbo: {\n name: 'Lojban',\n examples: [{\n plural: 0,\n sample: 1\n }],\n nplurals: 1,\n pluralsText: 'nplurals = 1; plural = 0',\n pluralsFunc: function() {\n return 0;\n }\n },\n jv: {\n name: 'Javanese',\n examples: [{\n plural: 0,\n sample: 0\n }, {\n plural: 1,\n sample: 1\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n !== 0)',\n pluralsFunc: function(n) {\n return (n !== 0);\n }\n },\n ka: {\n name: 'Georgian',\n examples: [{\n plural: 0,\n sample: 1\n }],\n nplurals: 1,\n pluralsText: 'nplurals = 1; plural = 0',\n pluralsFunc: function() {\n return 0;\n }\n },\n kk: {\n name: 'Kazakh',\n examples: [{\n plural: 0,\n sample: 1\n }],\n nplurals: 1,\n pluralsText: 'nplurals = 1; plural = 0',\n pluralsFunc: function() {\n return 0;\n }\n },\n km: {\n name: 'Khmer',\n examples: [{\n plural: 0,\n sample: 1\n }],\n nplurals: 1,\n pluralsText: 'nplurals = 1; plural = 0',\n pluralsFunc: function() {\n return 0;\n }\n },\n kn: {\n name: 'Kannada',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n !== 1)',\n pluralsFunc: function(n) {\n return (n !== 1);\n }\n },\n ko: {\n name: 'Korean',\n examples: [{\n plural: 0,\n sample: 1\n }],\n nplurals: 1,\n pluralsText: 'nplurals = 1; plural = 0',\n pluralsFunc: function() {\n return 0;\n }\n },\n ku: {\n name: 'Kurdish',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n !== 1)',\n pluralsFunc: function(n) {\n return (n !== 1);\n }\n },\n kw: {\n name: 'Cornish',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }, {\n plural: 2,\n sample: 3\n }, {\n plural: 3,\n sample: 4\n }],\n nplurals: 4,\n pluralsText: 'nplurals = 4; plural = (n === 1 ? 0 : n === 2 ? 1 : n === 3 ? 2 : 3)',\n pluralsFunc: function(n) {\n return (n === 1 ? 0 : n === 2 ? 1 : n === 3 ? 2 : 3);\n }\n },\n ky: {\n name: 'Kyrgyz',\n examples: [{\n plural: 0,\n sample: 1\n }],\n nplurals: 1,\n pluralsText: 'nplurals = 1; plural = 0',\n pluralsFunc: function() {\n return 0;\n }\n },\n lb: {\n name: 'Letzeburgesch',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n !== 1)',\n pluralsFunc: function(n) {\n return (n !== 1);\n }\n },\n ln: {\n name: 'Lingala',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n > 1)',\n pluralsFunc: function(n) {\n return (n > 1);\n }\n },\n lo: {\n name: 'Lao',\n examples: [{\n plural: 0,\n sample: 1\n }],\n nplurals: 1,\n pluralsText: 'nplurals = 1; plural = 0',\n pluralsFunc: function() {\n return 0;\n }\n },\n lt: {\n name: 'Lithuanian',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }, {\n plural: 2,\n sample: 10\n }],\n nplurals: 3,\n pluralsText: 'nplurals = 3; plural = (n % 10 === 1 && n % 100 !== 11 ? 0 : n % 10 >= 2 && (n % 100 < 10 || n % 100 >= 20) ? 1 : 2)',\n pluralsFunc: function(n) {\n return (n % 10 === 1 && n % 100 !== 11 ? 0 : n % 10 >= 2 && (n % 100 < 10 || n % 100 >= 20) ? 1 : 2);\n }\n },\n lv: {\n name: 'Latvian',\n examples: [{\n plural: 2,\n sample: 0\n }, {\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 3,\n pluralsText: 'nplurals = 3; plural = (n % 10 === 1 && n % 100 !== 11 ? 0 : n !== 0 ? 1 : 2)',\n pluralsFunc: function(n) {\n return (n % 10 === 1 && n % 100 !== 11 ? 0 : n !== 0 ? 1 : 2);\n }\n },\n mai: {\n name: 'Maithili',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n !== 1)',\n pluralsFunc: function(n) {\n return (n !== 1);\n }\n },\n mfe: {\n name: 'Mauritian Creole',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n > 1)',\n pluralsFunc: function(n) {\n return (n > 1);\n }\n },\n mg: {\n name: 'Malagasy',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n > 1)',\n pluralsFunc: function(n) {\n return (n > 1);\n }\n },\n mi: {\n name: 'Maori',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n > 1)',\n pluralsFunc: function(n) {\n return (n > 1);\n }\n },\n mk: {\n name: 'Macedonian',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n === 1 || n % 10 === 1 ? 0 : 1)',\n pluralsFunc: function(n) {\n return (n === 1 || n % 10 === 1 ? 0 : 1);\n }\n },\n ml: {\n name: 'Malayalam',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n !== 1)',\n pluralsFunc: function(n) {\n return (n !== 1);\n }\n },\n mn: {\n name: 'Mongolian',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n !== 1)',\n pluralsFunc: function(n) {\n return (n !== 1);\n }\n },\n mni: {\n name: 'Manipuri',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n !== 1)',\n pluralsFunc: function(n) {\n return (n !== 1);\n }\n },\n mnk: {\n name: 'Mandinka',\n examples: [{\n plural: 0,\n sample: 0\n }, {\n plural: 1,\n sample: 1\n }, {\n plural: 2,\n sample: 2\n }],\n nplurals: 3,\n pluralsText: 'nplurals = 3; plural = (n === 0 ? 0 : n === 1 ? 1 : 2)',\n pluralsFunc: function(n) {\n return (n === 0 ? 0 : n === 1 ? 1 : 2);\n }\n },\n mr: {\n name: 'Marathi',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n !== 1)',\n pluralsFunc: function(n) {\n return (n !== 1);\n }\n },\n ms: {\n name: 'Malay',\n examples: [{\n plural: 0,\n sample: 1\n }],\n nplurals: 1,\n pluralsText: 'nplurals = 1; plural = 0',\n pluralsFunc: function() {\n return 0;\n }\n },\n mt: {\n name: 'Maltese',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }, {\n plural: 2,\n sample: 11\n }, {\n plural: 3,\n sample: 20\n }],\n nplurals: 4,\n pluralsText: 'nplurals = 4; plural = (n === 1 ? 0 : n === 0 || ( n % 100 > 1 && n % 100 < 11) ? 1 : (n % 100 > 10 && n % 100 < 20 ) ? 2 : 3)',\n pluralsFunc: function(n) {\n return (n === 1 ? 0 : n === 0 || (n % 100 > 1 && n % 100 < 11) ? 1 : (n % 100 > 10 && n % 100 < 20) ? 2 : 3);\n }\n },\n my: {\n name: 'Burmese',\n examples: [{\n plural: 0,\n sample: 1\n }],\n nplurals: 1,\n pluralsText: 'nplurals = 1; plural = 0',\n pluralsFunc: function() {\n return 0;\n }\n },\n nah: {\n name: 'Nahuatl',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n !== 1)',\n pluralsFunc: function(n) {\n return (n !== 1);\n }\n },\n nap: {\n name: 'Neapolitan',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n !== 1)',\n pluralsFunc: function(n) {\n return (n !== 1);\n }\n },\n nb: {\n name: 'Norwegian Bokmal',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n !== 1)',\n pluralsFunc: function(n) {\n return (n !== 1);\n }\n },\n ne: {\n name: 'Nepali',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n !== 1)',\n pluralsFunc: function(n) {\n return (n !== 1);\n }\n },\n nl: {\n name: 'Dutch',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n !== 1)',\n pluralsFunc: function(n) {\n return (n !== 1);\n }\n },\n nn: {\n name: 'Norwegian Nynorsk',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n !== 1)',\n pluralsFunc: function(n) {\n return (n !== 1);\n }\n },\n no: {\n name: 'Norwegian',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n !== 1)',\n pluralsFunc: function(n) {\n return (n !== 1);\n }\n },\n nso: {\n name: 'Northern Sotho',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n !== 1)',\n pluralsFunc: function(n) {\n return (n !== 1);\n }\n },\n oc: {\n name: 'Occitan',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n > 1)',\n pluralsFunc: function(n) {\n return (n > 1);\n }\n },\n or: {\n name: 'Oriya',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n !== 1)',\n pluralsFunc: function(n) {\n return (n !== 1);\n }\n },\n pa: {\n name: 'Punjabi',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n !== 1)',\n pluralsFunc: function(n) {\n return (n !== 1);\n }\n },\n pap: {\n name: 'Papiamento',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n !== 1)',\n pluralsFunc: function(n) {\n return (n !== 1);\n }\n },\n pl: {\n name: 'Polish',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }, {\n plural: 2,\n sample: 5\n }],\n nplurals: 3,\n pluralsText: 'nplurals = 3; plural = (n === 1 ? 0 : n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 10 || n % 100 >= 20) ? 1 : 2)',\n pluralsFunc: function(n) {\n return (n === 1 ? 0 : n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 10 || n % 100 >= 20) ? 1 : 2);\n }\n },\n pms: {\n name: 'Piemontese',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n !== 1)',\n pluralsFunc: function(n) {\n return (n !== 1);\n }\n },\n ps: {\n name: 'Pashto',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n !== 1)',\n pluralsFunc: function(n) {\n return (n !== 1);\n }\n },\n pt: {\n name: 'Portuguese',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n !== 1)',\n pluralsFunc: function(n) {\n return (n !== 1);\n }\n },\n rm: {\n name: 'Romansh',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n !== 1)',\n pluralsFunc: function(n) {\n return (n !== 1);\n }\n },\n ro: {\n name: 'Romanian',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }, {\n plural: 2,\n sample: 20\n }],\n nplurals: 3,\n pluralsText: 'nplurals = 3; plural = (n === 1 ? 0 : (n === 0 || (n % 100 > 0 && n % 100 < 20)) ? 1 : 2)',\n pluralsFunc: function(n) {\n return (n === 1 ? 0 : (n === 0 || (n % 100 > 0 && n % 100 < 20)) ? 1 : 2);\n }\n },\n ru: {\n name: 'Russian',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }, {\n plural: 2,\n sample: 5\n }],\n nplurals: 3,\n pluralsText: 'nplurals = 3; plural = (n % 10 === 1 && n % 100 !== 11 ? 0 : n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 10 || n % 100 >= 20) ? 1 : 2)',\n pluralsFunc: function(n) {\n return (n % 10 === 1 && n % 100 !== 11 ? 0 : n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 10 || n % 100 >= 20) ? 1 : 2);\n }\n },\n rw: {\n name: 'Kinyarwanda',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n !== 1)',\n pluralsFunc: function(n) {\n return (n !== 1);\n }\n },\n sah: {\n name: 'Yakut',\n examples: [{\n plural: 0,\n sample: 1\n }],\n nplurals: 1,\n pluralsText: 'nplurals = 1; plural = 0',\n pluralsFunc: function() {\n return 0;\n }\n },\n sat: {\n name: 'Santali',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n !== 1)',\n pluralsFunc: function(n) {\n return (n !== 1);\n }\n },\n sco: {\n name: 'Scots',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n !== 1)',\n pluralsFunc: function(n) {\n return (n !== 1);\n }\n },\n sd: {\n name: 'Sindhi',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n !== 1)',\n pluralsFunc: function(n) {\n return (n !== 1);\n }\n },\n se: {\n name: 'Northern Sami',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n !== 1)',\n pluralsFunc: function(n) {\n return (n !== 1);\n }\n },\n si: {\n name: 'Sinhala',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n !== 1)',\n pluralsFunc: function(n) {\n return (n !== 1);\n }\n },\n sk: {\n name: 'Slovak',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }, {\n plural: 2,\n sample: 5\n }],\n nplurals: 3,\n pluralsText: 'nplurals = 3; plural = (n === 1 ? 0 : (n >= 2 && n <= 4) ? 1 : 2)',\n pluralsFunc: function(n) {\n return (n === 1 ? 0 : (n >= 2 && n <= 4) ? 1 : 2);\n }\n },\n sl: {\n name: 'Slovenian',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }, {\n plural: 2,\n sample: 3\n }, {\n plural: 3,\n sample: 5\n }],\n nplurals: 4,\n pluralsText: 'nplurals = 4; plural = (n % 100 === 1 ? 0 : n % 100 === 2 ? 1 : n % 100 === 3 || n % 100 === 4 ? 2 : 3)',\n pluralsFunc: function(n) {\n return (n % 100 === 1 ? 0 : n % 100 === 2 ? 1 : n % 100 === 3 || n % 100 === 4 ? 2 : 3);\n }\n },\n so: {\n name: 'Somali',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n !== 1)',\n pluralsFunc: function(n) {\n return (n !== 1);\n }\n },\n son: {\n name: 'Songhay',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n !== 1)',\n pluralsFunc: function(n) {\n return (n !== 1);\n }\n },\n sq: {\n name: 'Albanian',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n !== 1)',\n pluralsFunc: function(n) {\n return (n !== 1);\n }\n },\n sr: {\n name: 'Serbian',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }, {\n plural: 2,\n sample: 5\n }],\n nplurals: 3,\n pluralsText: 'nplurals = 3; plural = (n % 10 === 1 && n % 100 !== 11 ? 0 : n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 10 || n % 100 >= 20) ? 1 : 2)',\n pluralsFunc: function(n) {\n return (n % 10 === 1 && n % 100 !== 11 ? 0 : n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 10 || n % 100 >= 20) ? 1 : 2);\n }\n },\n su: {\n name: 'Sundanese',\n examples: [{\n plural: 0,\n sample: 1\n }],\n nplurals: 1,\n pluralsText: 'nplurals = 1; plural = 0',\n pluralsFunc: function() {\n return 0;\n }\n },\n sv: {\n name: 'Swedish',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n !== 1)',\n pluralsFunc: function(n) {\n return (n !== 1);\n }\n },\n sw: {\n name: 'Swahili',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n !== 1)',\n pluralsFunc: function(n) {\n return (n !== 1);\n }\n },\n ta: {\n name: 'Tamil',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n !== 1)',\n pluralsFunc: function(n) {\n return (n !== 1);\n }\n },\n te: {\n name: 'Telugu',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n !== 1)',\n pluralsFunc: function(n) {\n return (n !== 1);\n }\n },\n tg: {\n name: 'Tajik',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n > 1)',\n pluralsFunc: function(n) {\n return (n > 1);\n }\n },\n th: {\n name: 'Thai',\n examples: [{\n plural: 0,\n sample: 1\n }],\n nplurals: 1,\n pluralsText: 'nplurals = 1; plural = 0',\n pluralsFunc: function() {\n return 0;\n }\n },\n ti: {\n name: 'Tigrinya',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n > 1)',\n pluralsFunc: function(n) {\n return (n > 1);\n }\n },\n tk: {\n name: 'Turkmen',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n !== 1)',\n pluralsFunc: function(n) {\n return (n !== 1);\n }\n },\n tr: {\n name: 'Turkish',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n > 1)',\n pluralsFunc: function(n) {\n return (n > 1);\n }\n },\n tt: {\n name: 'Tatar',\n examples: [{\n plural: 0,\n sample: 1\n }],\n nplurals: 1,\n pluralsText: 'nplurals = 1; plural = 0',\n pluralsFunc: function() {\n return 0;\n }\n },\n ug: {\n name: 'Uyghur',\n examples: [{\n plural: 0,\n sample: 1\n }],\n nplurals: 1,\n pluralsText: 'nplurals = 1; plural = 0',\n pluralsFunc: function() {\n return 0;\n }\n },\n uk: {\n name: 'Ukrainian',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }, {\n plural: 2,\n sample: 5\n }],\n nplurals: 3,\n pluralsText: 'nplurals = 3; plural = (n % 10 === 1 && n % 100 !== 11 ? 0 : n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 10 || n % 100 >= 20) ? 1 : 2)',\n pluralsFunc: function(n) {\n return (n % 10 === 1 && n % 100 !== 11 ? 0 : n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 10 || n % 100 >= 20) ? 1 : 2);\n }\n },\n ur: {\n name: 'Urdu',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n !== 1)',\n pluralsFunc: function(n) {\n return (n !== 1);\n }\n },\n uz: {\n name: 'Uzbek',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n > 1)',\n pluralsFunc: function(n) {\n return (n > 1);\n }\n },\n vi: {\n name: 'Vietnamese',\n examples: [{\n plural: 0,\n sample: 1\n }],\n nplurals: 1,\n pluralsText: 'nplurals = 1; plural = 0',\n pluralsFunc: function() {\n return 0;\n }\n },\n wa: {\n name: 'Walloon',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n > 1)',\n pluralsFunc: function(n) {\n return (n > 1);\n }\n },\n wo: {\n name: 'Wolof',\n examples: [{\n plural: 0,\n sample: 1\n }],\n nplurals: 1,\n pluralsText: 'nplurals = 1; plural = 0',\n pluralsFunc: function() {\n return 0;\n }\n },\n yo: {\n name: 'Yoruba',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n !== 1)',\n pluralsFunc: function(n) {\n return (n !== 1);\n }\n },\n zh: {\n name: 'Chinese',\n examples: [{\n plural: 0,\n sample: 1\n }],\n nplurals: 1,\n pluralsText: 'nplurals = 1; plural = 0',\n pluralsFunc: function() {\n return 0;\n }\n }\n};\n","'use strict';\n\nvar get = require('lodash.get');\nvar plurals = require('./plurals');\n\nmodule.exports = Gettext;\n\n/**\n * Creates and returns a new Gettext instance.\n *\n * @constructor\n * @param {Object} [options] A set of options\n * @param {String} options.sourceLocale The locale that the source code and its\n * texts are written in. Translations for\n * this locale is not necessary.\n * @param {Boolean} options.debug Whether to output debug info into the\n * console.\n * @return {Object} A Gettext instance\n */\nfunction Gettext(options) {\n options = options || {};\n\n this.catalogs = {};\n this.locale = '';\n this.domain = 'messages';\n\n this.listeners = [];\n\n // Set source locale\n this.sourceLocale = '';\n if (options.sourceLocale) {\n if (typeof options.sourceLocale === 'string') {\n this.sourceLocale = options.sourceLocale;\n }\n else {\n this.warn('The `sourceLocale` option should be a string');\n }\n }\n\n // Set debug flag\n this.debug = 'debug' in options && options.debug === true;\n}\n\n/**\n * Adds an event listener.\n *\n * @param {String} eventName An event name\n * @param {Function} callback An event handler function\n */\nGettext.prototype.on = function(eventName, callback) {\n this.listeners.push({\n eventName: eventName,\n callback: callback\n });\n};\n\n/**\n * Removes an event listener.\n *\n * @param {String} eventName An event name\n * @param {Function} callback A previously registered event handler function\n */\nGettext.prototype.off = function(eventName, callback) {\n this.listeners = this.listeners.filter(function(listener) {\n return (\n listener.eventName === eventName &&\n listener.callback === callback\n ) === false;\n });\n};\n\n/**\n * Emits an event to all registered event listener.\n *\n * @private\n * @param {String} eventName An event name\n * @param {any} eventData Data to pass to event listeners\n */\nGettext.prototype.emit = function(eventName, eventData) {\n for (var i = 0; i < this.listeners.length; i++) {\n var listener = this.listeners[i];\n if (listener.eventName === eventName) {\n listener.callback(eventData);\n }\n }\n};\n\n/**\n * Logs a warning to the console if debug mode is enabled.\n *\n * @ignore\n * @param {String} message A warning message\n */\nGettext.prototype.warn = function(message) {\n if (this.debug) {\n console.warn(message);\n }\n\n this.emit('error', new Error(message));\n};\n\n/**\n * Stores a set of translations in the set of gettext\n * catalogs.\n *\n * @example\n * gt.addTranslations('sv-SE', 'messages', translationsObject)\n *\n * @param {String} locale A locale string\n * @param {String} domain A domain name\n * @param {Object} translations An object of gettext-parser JSON shape\n */\nGettext.prototype.addTranslations = function(locale, domain, translations) {\n if (!this.catalogs[locale]) {\n this.catalogs[locale] = {};\n }\n\n this.catalogs[locale][domain] = translations;\n};\n\n/**\n * Sets the locale to get translated messages for.\n *\n * @example\n * gt.setLocale('sv-SE')\n *\n * @param {String} locale A locale\n */\nGettext.prototype.setLocale = function(locale) {\n if (typeof locale !== 'string') {\n this.warn(\n 'You called setLocale() with an argument of type ' + (typeof locale) + '. ' +\n 'The locale must be a string.'\n );\n return;\n }\n\n if (locale.trim() === '') {\n this.warn('You called setLocale() with an empty value, which makes little sense.');\n }\n\n if (locale !== this.sourceLocale && !this.catalogs[locale]) {\n this.warn('You called setLocale() with \"' + locale + '\", but no translations for that locale has been added.');\n }\n\n this.locale = locale;\n};\n\n/**\n * Sets the default gettext domain.\n *\n * @example\n * gt.setTextDomain('domainname')\n *\n * @param {String} domain A gettext domain name\n */\nGettext.prototype.setTextDomain = function(domain) {\n if (typeof domain !== 'string') {\n this.warn(\n 'You called setTextDomain() with an argument of type ' + (typeof domain) + '. ' +\n 'The domain must be a string.'\n );\n return;\n }\n\n if (domain.trim() === '') {\n this.warn('You called setTextDomain() with an empty `domain` value.');\n }\n\n this.domain = domain;\n};\n\n/**\n * Translates a string using the default textdomain\n *\n * @example\n * gt.gettext('Some text')\n *\n * @param {String} msgid String to be translated\n * @return {String} Translation or the original string if no translation was found\n */\nGettext.prototype.gettext = function(msgid) {\n return this.dnpgettext(this.domain, '', msgid);\n};\n\n/**\n * Translates a string using a specific domain\n *\n * @example\n * gt.dgettext('domainname', 'Some text')\n *\n * @param {String} domain A gettext domain name\n * @param {String} msgid String to be translated\n * @return {String} Translation or the original string if no translation was found\n */\nGettext.prototype.dgettext = function(domain, msgid) {\n return this.dnpgettext(domain, '', msgid);\n};\n\n/**\n * Translates a plural string using the default textdomain\n *\n * @example\n * gt.ngettext('One thing', 'Many things', numberOfThings)\n *\n * @param {String} msgid String to be translated when count is not plural\n * @param {String} msgidPlural String to be translated when count is plural\n * @param {Number} count Number count for the plural\n * @return {String} Translation or the original string if no translation was found\n */\nGettext.prototype.ngettext = function(msgid, msgidPlural, count) {\n return this.dnpgettext(this.domain, '', msgid, msgidPlural, count);\n};\n\n/**\n * Translates a plural string using a specific textdomain\n *\n * @example\n * gt.dngettext('domainname', 'One thing', 'Many things', numberOfThings)\n *\n * @param {String} domain A gettext domain name\n * @param {String} msgid String to be translated when count is not plural\n * @param {String} msgidPlural String to be translated when count is plural\n * @param {Number} count Number count for the plural\n * @return {String} Translation or the original string if no translation was found\n */\nGettext.prototype.dngettext = function(domain, msgid, msgidPlural, count) {\n return this.dnpgettext(domain, '', msgid, msgidPlural, count);\n};\n\n/**\n * Translates a string from a specific context using the default textdomain\n *\n * @example\n * gt.pgettext('sports', 'Back')\n *\n * @param {String} msgctxt Translation context\n * @param {String} msgid String to be translated\n * @return {String} Translation or the original string if no translation was found\n */\nGettext.prototype.pgettext = function(msgctxt, msgid) {\n return this.dnpgettext(this.domain, msgctxt, msgid);\n};\n\n/**\n * Translates a string from a specific context using s specific textdomain\n *\n * @example\n * gt.dpgettext('domainname', 'sports', 'Back')\n *\n * @param {String} domain A gettext domain name\n * @param {String} msgctxt Translation context\n * @param {String} msgid String to be translated\n * @return {String} Translation or the original string if no translation was found\n */\nGettext.prototype.dpgettext = function(domain, msgctxt, msgid) {\n return this.dnpgettext(domain, msgctxt, msgid);\n};\n\n/**\n * Translates a plural string from a specific context using the default textdomain\n *\n * @example\n * gt.npgettext('sports', 'Back', '%d backs', numberOfBacks)\n *\n * @param {String} msgctxt Translation context\n * @param {String} msgid String to be translated when count is not plural\n * @param {String} msgidPlural String to be translated when count is plural\n * @param {Number} count Number count for the plural\n * @return {String} Translation or the original string if no translation was found\n */\nGettext.prototype.npgettext = function(msgctxt, msgid, msgidPlural, count) {\n return this.dnpgettext(this.domain, msgctxt, msgid, msgidPlural, count);\n};\n\n/**\n * Translates a plural string from a specifi context using a specific textdomain\n *\n * @example\n * gt.dnpgettext('domainname', 'sports', 'Back', '%d backs', numberOfBacks)\n *\n * @param {String} domain A gettext domain name\n * @param {String} msgctxt Translation context\n * @param {String} msgid String to be translated\n * @param {String} msgidPlural If no translation was found, return this on count!=1\n * @param {Number} count Number count for the plural\n * @return {String} Translation or the original string if no translation was found\n */\nGettext.prototype.dnpgettext = function(domain, msgctxt, msgid, msgidPlural, count) {\n var defaultTranslation = msgid;\n var translation;\n var index;\n\n msgctxt = msgctxt || '';\n\n if (!isNaN(count) && count !== 1) {\n defaultTranslation = msgidPlural || msgid;\n }\n\n translation = this._getTranslation(domain, msgctxt, msgid);\n\n if (translation) {\n if (typeof count === 'number') {\n var pluralsFunc = plurals[Gettext.getLanguageCode(this.locale)].pluralsFunc;\n index = pluralsFunc(count);\n if (typeof index === 'boolean') {\n index = index ? 1 : 0;\n }\n } else {\n index = 0;\n }\n\n return translation.msgstr[index] || defaultTranslation;\n }\n else if (!this.sourceLocale || this.locale !== this.sourceLocale) {\n this.warn('No translation was found for msgid \"' + msgid + '\" in msgctxt \"' + msgctxt + '\" and domain \"' + domain + '\"');\n }\n\n return defaultTranslation;\n};\n\n/**\n * Retrieves comments object for a translation. The comments object\n * has the shape `{ translator, extracted, reference, flag, previous }`.\n *\n * @example\n * const comment = gt.getComment('domainname', 'sports', 'Backs')\n *\n * @private\n * @param {String} domain A gettext domain name\n * @param {String} msgctxt Translation context\n * @param {String} msgid String to be translated\n * @return {Object} Comments object or false if not found\n */\nGettext.prototype.getComment = function(domain, msgctxt, msgid) {\n var translation;\n\n translation = this._getTranslation(domain, msgctxt, msgid);\n if (translation) {\n return translation.comments || {};\n }\n\n return {};\n};\n\n/**\n * Retrieves translation object from the domain and context\n *\n * @private\n * @param {String} domain A gettext domain name\n * @param {String} msgctxt Translation context\n * @param {String} msgid String to be translated\n * @return {Object} Translation object or false if not found\n */\nGettext.prototype._getTranslation = function(domain, msgctxt, msgid) {\n msgctxt = msgctxt || '';\n\n return get(this.catalogs, [this.locale, domain, 'translations', msgctxt, msgid]);\n};\n\n/**\n * Returns the language code part of a locale\n *\n * @example\n * Gettext.getLanguageCode('sv-SE')\n * // -> \"sv\"\n *\n * @private\n * @param {String} locale A case-insensitive locale string\n * @returns {String} A language code\n */\nGettext.getLanguageCode = function(locale) {\n return locale.split(/[\\-_]/)[0].toLowerCase();\n};\n\n/* C-style aliases */\n\n/**\n * C-style alias for [setTextDomain](#gettextsettextdomaindomain)\n *\n * @see Gettext#setTextDomain\n */\nGettext.prototype.textdomain = function(domain) {\n if (this.debug) {\n console.warn('textdomain(domain) was used to set locales in node-gettext v1. ' +\n 'Make sure you are using it for domains, and switch to setLocale(locale) if you are not.\\n\\n ' +\n 'To read more about the migration from node-gettext v1 to v2, ' +\n 'see https://github.com/alexanderwallin/node-gettext/#migrating-from-1x-to-2x\\n\\n' +\n 'This warning will be removed in the final 2.0.0');\n }\n\n this.setTextDomain(domain);\n};\n\n/**\n * C-style alias for [setLocale](#gettextsetlocalelocale)\n *\n * @see Gettext#setLocale\n */\nGettext.prototype.setlocale = function(locale) {\n this.setLocale(locale);\n};\n\n/* Deprecated functions */\n\n/**\n * This function will be removed in the final 2.0.0 release.\n *\n * @deprecated\n */\nGettext.prototype.addTextdomain = function() {\n console.error('addTextdomain() is deprecated.\\n\\n' +\n '* To add translations, use addTranslations()\\n' +\n '* To set the default domain, use setTextDomain() (or its alias textdomain())\\n' +\n '\\n' +\n 'To read more about the migration from node-gettext v1 to v2, ' +\n 'see https://github.com/alexanderwallin/node-gettext/#migrating-from-1x-to-2x');\n};\n","\"use strict\";\n\nrequire(\"core-js/modules/es.regexp.exec\");\n\nrequire(\"core-js/modules/es.string.replace\");\n\nObject.defineProperty(exports, \"__esModule\", {\n value: true\n});\nexports.getLocale = getLocale;\nexports.getCanonicalLocale = getCanonicalLocale;\nexports.getLanguage = getLanguage;\nexports.translate = translate;\nexports.translatePlural = translatePlural;\nexports.getFirstDay = getFirstDay;\nexports.getDayNames = getDayNames;\nexports.getDayNamesShort = getDayNamesShort;\nexports.getDayNamesMin = getDayNamesMin;\nexports.getMonthNames = getMonthNames;\nexports.getMonthNamesShort = getMonthNamesShort;\n\n/// <reference types=\"@nextcloud/typings\" />\n\n/**\n * Returns the user's locale\n */\nfunction getLocale() {\n if (typeof OC === 'undefined') {\n console.warn('No OC found');\n return 'en';\n }\n\n return OC.getLocale();\n}\n\nfunction getCanonicalLocale() {\n return getLocale().replace(/_/g, '-');\n}\n/**\n * Returns the user's language\n */\n\n\nfunction getLanguage() {\n if (typeof OC === 'undefined') {\n console.warn('No OC found');\n return 'en';\n }\n\n return OC.getLanguage();\n}\n\n/**\n * Translate a string\n *\n * @param {string} app the id of the app for which to translate the string\n * @param {string} text the string to translate\n * @param {object} vars map of placeholder key to value\n * @param {number} number to replace %n with\n * @param {object} [options] options object\n * @return {string}\n */\nfunction translate(app, text, vars, count, options) {\n if (typeof OC === 'undefined') {\n console.warn('No OC found');\n return text;\n }\n\n return OC.L10N.translate(app, text, vars, count, options);\n}\n/**\n * Translate a plural string\n *\n * @param {string} app the id of the app for which to translate the string\n * @param {string} textSingular the string to translate for exactly one object\n * @param {string} textPlural the string to translate for n objects\n * @param {number} count number to determine whether to use singular or plural\n * @param {Object} vars of placeholder key to value\n * @param {object} options options object\n * @return {string}\n */\n\n\nfunction translatePlural(app, textSingular, textPlural, count, vars, options) {\n if (typeof OC === 'undefined') {\n console.warn('No OC found');\n return textSingular;\n }\n\n return OC.L10N.translatePlural(app, textSingular, textPlural, count, vars, options);\n}\n/**\n * Get the first day of the week\n *\n * @return {number}\n */\n\n\nfunction getFirstDay() {\n if (typeof window.firstDay === 'undefined') {\n console.warn('No firstDay found');\n return 1;\n }\n\n return window.firstDay;\n}\n/**\n * Get a list of day names (full names)\n *\n * @return {string[]}\n */\n\n\nfunction getDayNames() {\n if (typeof window.dayNames === 'undefined') {\n console.warn('No dayNames found');\n return ['Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday'];\n }\n\n return window.dayNames;\n}\n/**\n * Get a list of day names (short names)\n *\n * @return {string[]}\n */\n\n\nfunction getDayNamesShort() {\n if (typeof window.dayNamesShort === 'undefined') {\n console.warn('No dayNamesShort found');\n return ['Sun.', 'Mon.', 'Tue.', 'Wed.', 'Thu.', 'Fri.', 'Sat.'];\n }\n\n return window.dayNamesShort;\n}\n/**\n * Get a list of day names (minified names)\n *\n * @return {string[]}\n */\n\n\nfunction getDayNamesMin() {\n if (typeof window.dayNamesMin === 'undefined') {\n console.warn('No dayNamesMin found');\n return ['Su', 'Mo', 'Tu', 'We', 'Th', 'Fr', 'Sa'];\n }\n\n return window.dayNamesMin;\n}\n/**\n * Get a list of month names (full names)\n *\n * @return {string[]}\n */\n\n\nfunction getMonthNames() {\n if (typeof window.monthNames === 'undefined') {\n console.warn('No monthNames found');\n return ['January', 'February', 'March', 'April', 'May', 'June', 'July', 'August', 'September', 'October', 'November', 'December'];\n }\n\n return window.monthNames;\n}\n/**\n * Get a list of month names (short names)\n *\n * @return {string[]}\n */\n\n\nfunction getMonthNamesShort() {\n if (typeof window.monthNamesShort === 'undefined') {\n console.warn('No monthNamesShort found');\n return ['Jan.', 'Feb.', 'Mar.', 'Apr.', 'May.', 'Jun.', 'Jul.', 'Aug.', 'Sep.', 'Oct.', 'Nov.', 'Dec.'];\n }\n\n return window.monthNamesShort;\n}\n//# sourceMappingURL=index.js.map","\"use strict\";\n\nrequire(\"core-js/modules/es.object.to-string\");\n\nrequire(\"core-js/modules/es.regexp.exec\");\n\nrequire(\"core-js/modules/es.regexp.to-string\");\n\nrequire(\"core-js/modules/es.string.replace\");\n\nObject.defineProperty(exports, \"__esModule\", {\n value: true\n});\nexports.getGettextBuilder = getGettextBuilder;\n\nvar _nodeGettext = _interopRequireDefault(require(\"node-gettext\"));\n\nvar _ = require(\".\");\n\nfunction _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }\n\nfunction _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError(\"Cannot call a class as a function\"); } }\n\nfunction _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if (\"value\" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } }\n\nfunction _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); return Constructor; }\n\nvar GettextBuilder = /*#__PURE__*/function () {\n function GettextBuilder() {\n _classCallCheck(this, GettextBuilder);\n\n this.translations = {};\n this.debug = false;\n }\n\n _createClass(GettextBuilder, [{\n key: \"setLanguage\",\n value: function setLanguage(language) {\n this.locale = language;\n return this;\n }\n }, {\n key: \"detectLocale\",\n value: function detectLocale() {\n return this.setLanguage((0, _.getLanguage)().replace('-', '_'));\n }\n }, {\n key: \"addTranslation\",\n value: function addTranslation(language, data) {\n this.translations[language] = data;\n return this;\n }\n }, {\n key: \"enableDebugMode\",\n value: function enableDebugMode() {\n this.debug = true;\n return this;\n }\n }, {\n key: \"build\",\n value: function build() {\n return new GettextWrapper(this.locale || 'en', this.translations, this.debug);\n }\n }]);\n\n return GettextBuilder;\n}();\n\nvar GettextWrapper = /*#__PURE__*/function () {\n function GettextWrapper(locale, data, debug) {\n _classCallCheck(this, GettextWrapper);\n\n this.gt = new _nodeGettext.default({\n debug: debug,\n sourceLocale: 'en'\n });\n\n for (var key in data) {\n this.gt.addTranslations(key, 'messages', data[key]);\n }\n\n this.gt.setLocale(locale);\n }\n\n _createClass(GettextWrapper, [{\n key: \"subtitudePlaceholders\",\n value: function subtitudePlaceholders(translated, vars) {\n return translated.replace(/{([^{}]*)}/g, function (a, b) {\n var r = vars[b];\n\n if (typeof r === 'string' || typeof r === 'number') {\n return r.toString();\n } else {\n return a;\n }\n });\n }\n }, {\n key: \"gettext\",\n value: function gettext(original) {\n var placeholders = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {};\n return this.subtitudePlaceholders(this.gt.gettext(original), placeholders);\n }\n }, {\n key: \"ngettext\",\n value: function ngettext(singular, plural, count) {\n var placeholders = arguments.length > 3 && arguments[3] !== undefined ? arguments[3] : {};\n return this.subtitudePlaceholders(this.gt.ngettext(singular, plural, count).replace(/%n/g, count.toString()), placeholders);\n }\n }]);\n\n return GettextWrapper;\n}();\n\nfunction getGettextBuilder() {\n return new GettextBuilder();\n}\n//# sourceMappingURL=gettext.js.map","import { getGettextBuilder } from '@nextcloud/l10n/dist/gettext'\n\nconst gtBuilder = getGettextBuilder()\n\t.detectLocale()\n\nprocess.env.TRANSLATIONS\n\t.map(data => gtBuilder.addTranslation(data.locale, data.json))\n\nconst gt = gtBuilder.build()\n\nexport const n = gt.ngettext.bind(gt)\nexport const t = gt.gettext.bind(gt)\n","/**\n * @copyright Copyright (c) 2019 Julius Härtl <jus@bitgrid.net>\n *\n * @author Julius Härtl <jus@bitgrid.net>\n * @author John Molakvoæ <skjnldsv@protonmail.com>\n *\n * @license GNU AGPL version 3 or any later version\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see <http://www.gnu.org/licenses/>.\n */\n\nimport Toastify from 'toastify-js'\nimport { t } from './l10n.js'\n\nclass ToastType {\n\tstatic readonly ERROR = 'toast-error';\n\tstatic readonly WARNING = 'toast-warning';\n\tstatic readonly INFO = 'toast-info';\n\tstatic readonly SUCCESS = 'toast-success';\n\tstatic readonly PERMANENT = 'toast-error';\n\tstatic readonly UNDO = 'toast-undo';\n}\n\nexport const TOAST_UNDO_TIMEOUT = 10000\nexport const TOAST_DEFAULT_TIMEOUT = 7000\nexport const TOAST_PERMANENT_TIMEOUT = -1\n\nexport interface ToastOptions {\n\t/**\n\t * Defines the timeout in milliseconds after which the toast is closed. Set to -1 to have a persistent toast.\n\t */\n\ttimeout?: number\n\n\t/**\n\t * Set to true to allow HTML content inside of the toast text\n\t * @default false\n\t */\n\tisHTML?: Boolean\n\n\t/**\n\t * Set a type of {ToastType} to style the modal\n\t */\n\ttype?: ToastType\n\n\t/**\n\t * Provide a function that is called after the toast is removed\n\t */\n\tonRemove?: Function\n\n\t/**\n\t * Provide a function that is called when the toast is clicked\n\t */\n\tonClick?: Function\n\n\t/**\n\t * Make the toast closable\n\t */\n\tclose?: Boolean\n\n\t/**\n\t * Specify the element to attach the toast element to (for testing)\n\t */\n\tselector?: string\n}\n\n/**\n * Show a toast message\n *\n * @param text Message to be shown in the toast, any HTML is removed by default\n * @param options\n */\nexport function showMessage(data: string|Node, options?: ToastOptions): Toast {\n\toptions = Object.assign({\n\t\ttimeout: TOAST_DEFAULT_TIMEOUT,\n\t\tisHTML: false,\n\t\ttype: undefined,\n\t\t// An undefined selector defaults to the body element\n\t\tselector: undefined,\n\t\tonRemove: () => { },\n\t\tonClick: undefined,\n\t\tclose: true\n\t}, options)\n\n\tif (typeof data === 'string' && !options.isHTML) {\n\t\t// fime mae sure that text is extracted\n\t\tconst element = document.createElement('div')\n\t\telement.innerHTML = data\n\t\tdata = element.innerText\n\t}\n\tlet classes = options.type ?? ''\n\n\tif (typeof options.onClick === 'function') {\n\t\tclasses += ' toast-with-click '\n\t}\n\n\tconst isNode = data instanceof Node\n\n\tconst toast = Toastify({\n\t\t[!isNode ? 'text' : 'node']: data,\n\t\tduration: options.timeout,\n\t\tcallback: options.onRemove,\n\t\tonClick: options.onClick,\n\t\tclose: options.close,\n\t\tgravity: 'top',\n\t\tselector: options.selector,\n\t\tposition: 'right',\n\t\tbackgroundColor: '',\n\t\tclassName: 'dialogs ' + classes,\n\t\tescapeMarkup: !options.isHTML,\n\t})\n\ttoast.showToast()\n\treturn toast\n}\n\n/**\n * Show a toast message with error styling\n *\n * @param text Message to be shown in the toast, any HTML is removed by default\n * @param options\n */\nexport function showError(text: string, options?: ToastOptions): Toast {\n\treturn showMessage(text, { ...options, type: ToastType.ERROR })\n}\n\n/**\n * Show a toast message with warning styling\n *\n * @param text Message to be shown in the toast, any HTML is removed by default\n * @param options\n */\nexport function showWarning(text: string, options?: ToastOptions): Toast {\n\treturn showMessage(text, { ...options, type: ToastType.WARNING })\n}\n\n/**\n * Show a toast message with info styling\n *\n * @param text Message to be shown in the toast, any HTML is removed by default\n * @param options\n */\nexport function showInfo(text: string, options?: ToastOptions): Toast {\n\treturn showMessage(text, { ...options, type: ToastType.INFO })\n}\n\n/**\n * Show a toast message with success styling\n *\n * @param text Message to be shown in the toast, any HTML is removed by default\n * @param options\n */\nexport function showSuccess(text: string, options?: ToastOptions): Toast {\n\treturn showMessage(text, { ...options, type: ToastType.SUCCESS })\n}\n\n/**\n * Show a toast message with undo styling\n *\n * @param text Message to be shown in the toast, any HTML is removed by default\n * @param onUndo Function that is called when the undo button is clicked\n * @param options\n */\nexport function showUndo(text: string, onUndo: Function, options?: ToastOptions): Toast {\n\t// onUndo callback is mandatory\n\tif (!(onUndo instanceof Function)) {\n\t\tthrow new Error('Please provide a valid onUndo method')\n\t}\n\n\tlet toast\n\n\toptions = Object.assign(options || {}, {\n\t\t// force 10 seconds of timeout\n\t\ttimeout: TOAST_UNDO_TIMEOUT,\n\t\t// remove close button\n\t\tclose: false\n\t})\n\n\t// Generate undo layout\n\tconst undoContent = document.createElement('span')\n\tconst undoButton = document.createElement('button')\n\tundoButton.classList.add('toast-undo-button')\n\tundoButton.innerText = t('Undo')\n\tundoContent.innerText = text\n\tundoContent.appendChild(undoButton)\n\n\tundoButton.addEventListener('click', function(event) {\n\t\tevent.stopPropagation()\n\t\tonUndo(event)\n\n\t\t// Hide toast\n\t\tif (toast?.hideToast instanceof Function) {\n\t\t\ttoast.hideToast()\n\t\t}\n\t})\n\n\ttoast = showMessage(undoContent, { ...options, type: ToastType.UNDO })\n\treturn toast\n}\n","var fails = require('../internals/fails');\nvar classof = require('../internals/classof-raw');\n\nvar split = ''.split;\n\n// fallback for non-array-like ES3 and non-enumerable old V8 strings\nmodule.exports = fails(function () {\n // throws an error in rhino, see https://github.com/mozilla/rhino/issues/346\n // eslint-disable-next-line no-prototype-builtins -- safe\n return !Object('z').propertyIsEnumerable(0);\n}) ? function (it) {\n return classof(it) == 'String' ? split.call(it, '') : Object(it);\n} : Object;\n","module.exports = false;\n","module.exports = function (it) {\n if (typeof it != 'function') {\n throw TypeError(String(it) + ' is not a function');\n } return it;\n};\n","/* globals __VUE_SSR_CONTEXT__ */\n\n// IMPORTANT: Do NOT use ES2015 features in this file (except for modules).\n// This module is a runtime utility for cleaner component module output and will\n// be included in the final webpack user bundle.\n\nexport default function normalizeComponent (\n scriptExports,\n render,\n staticRenderFns,\n functionalTemplate,\n injectStyles,\n scopeId,\n moduleIdentifier, /* server only */\n shadowMode /* vue-cli only */\n) {\n // Vue.extend constructor export interop\n var options = typeof scriptExports === 'function'\n ? scriptExports.options\n : scriptExports\n\n // render functions\n if (render) {\n options.render = render\n options.staticRenderFns = staticRenderFns\n options._compiled = true\n }\n\n // functional template\n if (functionalTemplate) {\n options.functional = true\n }\n\n // scopedId\n if (scopeId) {\n options._scopeId = 'data-v-' + scopeId\n }\n\n var hook\n if (moduleIdentifier) { // server build\n hook = function (context) {\n // 2.3 injection\n context =\n context || // cached call\n (this.$vnode && this.$vnode.ssrContext) || // stateful\n (this.parent && this.parent.$vnode && this.parent.$vnode.ssrContext) // functional\n // 2.2 with runInNewContext: true\n if (!context && typeof __VUE_SSR_CONTEXT__ !== 'undefined') {\n context = __VUE_SSR_CONTEXT__\n }\n // inject component styles\n if (injectStyles) {\n injectStyles.call(this, context)\n }\n // register component module identifier for async chunk inferrence\n if (context && context._registeredComponents) {\n context._registeredComponents.add(moduleIdentifier)\n }\n }\n // used by ssr in case component is cached and beforeCreate\n // never gets called\n options._ssrRegister = hook\n } else if (injectStyles) {\n hook = shadowMode\n ? function () {\n injectStyles.call(\n this,\n (options.functional ? this.parent : this).$root.$options.shadowRoot\n )\n }\n : injectStyles\n }\n\n if (hook) {\n if (options.functional) {\n // for template-only hot-reload because in that case the render fn doesn't\n // go through the normalizer\n options._injectStyles = hook\n // register for functional component in vue file\n var originalRender = options.render\n options.render = function renderWithStyleInjection (h, context) {\n hook.call(context)\n return originalRender(h, context)\n }\n } else {\n // inject component registration as beforeCreate hook\n var existing = options.beforeCreate\n options.beforeCreate = existing\n ? [].concat(existing, hook)\n : [hook]\n }\n }\n\n return {\n exports: scriptExports,\n options: options\n }\n}\n","var IS_PURE = require('../internals/is-pure');\nvar store = require('../internals/shared-store');\n\n(module.exports = function (key, value) {\n return store[key] || (store[key] = value !== undefined ? value : {});\n})('versions', []).push({\n version: '3.13.1',\n mode: IS_PURE ? 'pure' : 'global',\n copyright: '© 2021 Denis Pushkarev (zloirock.ru)'\n});\n","'use strict';\n/* eslint-disable regexp/no-assertion-capturing-group, regexp/no-empty-group, regexp/no-lazy-ends -- testing */\n/* eslint-disable regexp/no-useless-quantifier -- testing */\nvar regexpFlags = require('./regexp-flags');\nvar stickyHelpers = require('./regexp-sticky-helpers');\nvar shared = require('./shared');\n\nvar nativeExec = RegExp.prototype.exec;\nvar nativeReplace = shared('native-string-replace', String.prototype.replace);\n\nvar patchedExec = nativeExec;\n\nvar UPDATES_LAST_INDEX_WRONG = (function () {\n var re1 = /a/;\n var re2 = /b*/g;\n nativeExec.call(re1, 'a');\n nativeExec.call(re2, 'a');\n return re1.lastIndex !== 0 || re2.lastIndex !== 0;\n})();\n\nvar UNSUPPORTED_Y = stickyHelpers.UNSUPPORTED_Y || stickyHelpers.BROKEN_CARET;\n\n// nonparticipating capturing group, copied from es5-shim's String#split patch.\nvar NPCG_INCLUDED = /()??/.exec('')[1] !== undefined;\n\nvar PATCH = UPDATES_LAST_INDEX_WRONG || NPCG_INCLUDED || UNSUPPORTED_Y;\n\nif (PATCH) {\n patchedExec = function exec(str) {\n var re = this;\n var lastIndex, reCopy, match, i;\n var sticky = UNSUPPORTED_Y && re.sticky;\n var flags = regexpFlags.call(re);\n var source = re.source;\n var charsAdded = 0;\n var strCopy = str;\n\n if (sticky) {\n flags = flags.replace('y', '');\n if (flags.indexOf('g') === -1) {\n flags += 'g';\n }\n\n strCopy = String(str).slice(re.lastIndex);\n // Support anchored sticky behavior.\n if (re.lastIndex > 0 && (!re.multiline || re.multiline && str[re.lastIndex - 1] !== '\\n')) {\n source = '(?: ' + source + ')';\n strCopy = ' ' + strCopy;\n charsAdded++;\n }\n // ^(? + rx + ) is needed, in combination with some str slicing, to\n // simulate the 'y' flag.\n reCopy = new RegExp('^(?:' + source + ')', flags);\n }\n\n if (NPCG_INCLUDED) {\n reCopy = new RegExp('^' + source + '$(?!\\\\s)', flags);\n }\n if (UPDATES_LAST_INDEX_WRONG) lastIndex = re.lastIndex;\n\n match = nativeExec.call(sticky ? reCopy : re, strCopy);\n\n if (sticky) {\n if (match) {\n match.input = match.input.slice(charsAdded);\n match[0] = match[0].slice(charsAdded);\n match.index = re.lastIndex;\n re.lastIndex += match[0].length;\n } else re.lastIndex = 0;\n } else if (UPDATES_LAST_INDEX_WRONG && match) {\n re.lastIndex = re.global ? match.index + match[0].length : lastIndex;\n }\n if (NPCG_INCLUDED && match && match.length > 1) {\n // Fix browsers whose `exec` methods don't consistently return `undefined`\n // for NPCG, like IE8. NOTE: This doesn' work for /(.?)?/\n nativeReplace.call(match[0], reCopy, function () {\n for (i = 1; i < arguments.length - 2; i++) {\n if (arguments[i] === undefined) match[i] = undefined;\n }\n });\n }\n\n return match;\n };\n}\n\nmodule.exports = patchedExec;\n","/**\n * Checks if `value` is the\n * [language type](http://www.ecma-international.org/ecma-262/7.0/#sec-ecmascript-language-types)\n * of `Object`. (e.g. arrays, functions, objects, regexes, `new Number(0)`, and `new String('')`)\n *\n * @static\n * @memberOf _\n * @since 0.1.0\n * @category Lang\n * @param {*} value The value to check.\n * @returns {boolean} Returns `true` if `value` is an object, else `false`.\n * @example\n *\n * _.isObject({});\n * // => true\n *\n * _.isObject([1, 2, 3]);\n * // => true\n *\n * _.isObject(_.noop);\n * // => true\n *\n * _.isObject(null);\n * // => false\n */\nfunction isObject(value) {\n var type = typeof value;\n return value != null && (type == 'object' || type == 'function');\n}\n\nmodule.exports = isObject;\n","var global = require('../internals/global');\nvar userAgent = require('../internals/engine-user-agent');\n\nvar process = global.process;\nvar versions = process && process.versions;\nvar v8 = versions && versions.v8;\nvar match, version;\n\nif (v8) {\n match = v8.split('.');\n version = match[0] < 4 ? 1 : match[0] + match[1];\n} else if (userAgent) {\n match = userAgent.match(/Edge\\/(\\d+)/);\n if (!match || match[1] >= 74) {\n match = userAgent.match(/Chrome\\/(\\d+)/);\n if (match) version = match[1];\n }\n}\n\nmodule.exports = version && +version;\n","'use strict';\nvar fails = require('../internals/fails');\n\nmodule.exports = function (METHOD_NAME, argument) {\n var method = [][METHOD_NAME];\n return !!method && fails(function () {\n // eslint-disable-next-line no-useless-call,no-throw-literal -- required for testing\n method.call(null, argument || function () { throw 1; }, 1);\n });\n};\n","var global = require('../internals/global');\nvar createNonEnumerableProperty = require('../internals/create-non-enumerable-property');\n\nmodule.exports = function (key, value) {\n try {\n createNonEnumerableProperty(global, key, value);\n } catch (error) {\n global[key] = value;\n } return value;\n};\n","var global = require('../internals/global');\nvar setGlobal = require('../internals/set-global');\n\nvar SHARED = '__core-js_shared__';\nvar store = global[SHARED] || setGlobal(SHARED, {});\n\nmodule.exports = store;\n","var baseIsNative = require('./_baseIsNative'),\n getValue = require('./_getValue');\n\n/**\n * Gets the native function at `key` of `object`.\n *\n * @private\n * @param {Object} object The object to query.\n * @param {string} key The key of the method to get.\n * @returns {*} Returns the function if it's native, else `undefined`.\n */\nfunction getNative(object, key) {\n var value = getValue(object, key);\n return baseIsNative(value) ? value : undefined;\n}\n\nmodule.exports = getNative;\n","module.exports = {};\n","var id = 0;\nvar postfix = Math.random();\n\nmodule.exports = function (key) {\n return 'Symbol(' + String(key === undefined ? '' : key) + ')_' + (++id + postfix).toString(36);\n};\n","// shim for using process in browser\nvar process = module.exports = {};\n\n// cached from whatever global is present so that test runners that stub it\n// don't break things. But we need to wrap it in a try catch in case it is\n// wrapped in strict mode code which doesn't define any globals. It's inside a\n// function because try/catches deoptimize in certain engines.\n\nvar cachedSetTimeout;\nvar cachedClearTimeout;\n\nfunction defaultSetTimout() {\n throw new Error('setTimeout has not been defined');\n}\nfunction defaultClearTimeout () {\n throw new Error('clearTimeout has not been defined');\n}\n(function () {\n try {\n if (typeof setTimeout === 'function') {\n cachedSetTimeout = setTimeout;\n } else {\n cachedSetTimeout = defaultSetTimout;\n }\n } catch (e) {\n cachedSetTimeout = defaultSetTimout;\n }\n try {\n if (typeof clearTimeout === 'function') {\n cachedClearTimeout = clearTimeout;\n } else {\n cachedClearTimeout = defaultClearTimeout;\n }\n } catch (e) {\n cachedClearTimeout = defaultClearTimeout;\n }\n} ())\nfunction runTimeout(fun) {\n if (cachedSetTimeout === setTimeout) {\n //normal enviroments in sane situations\n return setTimeout(fun, 0);\n }\n // if setTimeout wasn't available but was latter defined\n if ((cachedSetTimeout === defaultSetTimout || !cachedSetTimeout) && setTimeout) {\n cachedSetTimeout = setTimeout;\n return setTimeout(fun, 0);\n }\n try {\n // when when somebody has screwed with setTimeout but no I.E. maddness\n return cachedSetTimeout(fun, 0);\n } catch(e){\n try {\n // When we are in I.E. but the script has been evaled so I.E. doesn't trust the global object when called normally\n return cachedSetTimeout.call(null, fun, 0);\n } catch(e){\n // same as above but when it's a version of I.E. that must have the global object for 'this', hopfully our context correct otherwise it will throw a global error\n return cachedSetTimeout.call(this, fun, 0);\n }\n }\n\n\n}\nfunction runClearTimeout(marker) {\n if (cachedClearTimeout === clearTimeout) {\n //normal enviroments in sane situations\n return clearTimeout(marker);\n }\n // if clearTimeout wasn't available but was latter defined\n if ((cachedClearTimeout === defaultClearTimeout || !cachedClearTimeout) && clearTimeout) {\n cachedClearTimeout = clearTimeout;\n return clearTimeout(marker);\n }\n try {\n // when when somebody has screwed with setTimeout but no I.E. maddness\n return cachedClearTimeout(marker);\n } catch (e){\n try {\n // When we are in I.E. but the script has been evaled so I.E. doesn't trust the global object when called normally\n return cachedClearTimeout.call(null, marker);\n } catch (e){\n // same as above but when it's a version of I.E. that must have the global object for 'this', hopfully our context correct otherwise it will throw a global error.\n // Some versions of I.E. have different rules for clearTimeout vs setTimeout\n return cachedClearTimeout.call(this, marker);\n }\n }\n\n\n\n}\nvar queue = [];\nvar draining = false;\nvar currentQueue;\nvar queueIndex = -1;\n\nfunction cleanUpNextTick() {\n if (!draining || !currentQueue) {\n return;\n }\n draining = false;\n if (currentQueue.length) {\n queue = currentQueue.concat(queue);\n } else {\n queueIndex = -1;\n }\n if (queue.length) {\n drainQueue();\n }\n}\n\nfunction drainQueue() {\n if (draining) {\n return;\n }\n var timeout = runTimeout(cleanUpNextTick);\n draining = true;\n\n var len = queue.length;\n while(len) {\n currentQueue = queue;\n queue = [];\n while (++queueIndex < len) {\n if (currentQueue) {\n currentQueue[queueIndex].run();\n }\n }\n queueIndex = -1;\n len = queue.length;\n }\n currentQueue = null;\n draining = false;\n runClearTimeout(timeout);\n}\n\nprocess.nextTick = function (fun) {\n var args = new Array(arguments.length - 1);\n if (arguments.length > 1) {\n for (var i = 1; i < arguments.length; i++) {\n args[i - 1] = arguments[i];\n }\n }\n queue.push(new Item(fun, args));\n if (queue.length === 1 && !draining) {\n runTimeout(drainQueue);\n }\n};\n\n// v8 likes predictible objects\nfunction Item(fun, array) {\n this.fun = fun;\n this.array = array;\n}\nItem.prototype.run = function () {\n this.fun.apply(null, this.array);\n};\nprocess.title = 'browser';\nprocess.browser = true;\nprocess.env = {};\nprocess.argv = [];\nprocess.version = ''; // empty string to avoid regexp issues\nprocess.versions = {};\n\nfunction noop() {}\n\nprocess.on = noop;\nprocess.addListener = noop;\nprocess.once = noop;\nprocess.off = noop;\nprocess.removeListener = noop;\nprocess.removeAllListeners = noop;\nprocess.emit = noop;\nprocess.prependListener = noop;\nprocess.prependOnceListener = noop;\n\nprocess.listeners = function (name) { return [] }\n\nprocess.binding = function (name) {\n throw new Error('process.binding is not supported');\n};\n\nprocess.cwd = function () { return '/' };\nprocess.chdir = function (dir) {\n throw new Error('process.chdir is not supported');\n};\nprocess.umask = function() { return 0; };\n","'use strict';\n\nexports.__esModule = true;\nexports.extend = extend;\nexports.indexOf = indexOf;\nexports.escapeExpression = escapeExpression;\nexports.isEmpty = isEmpty;\nexports.createFrame = createFrame;\nexports.blockParams = blockParams;\nexports.appendContextPath = appendContextPath;\nvar escape = {\n '&': '&amp;',\n '<': '&lt;',\n '>': '&gt;',\n '\"': '&quot;',\n \"'\": '&#x27;',\n '`': '&#x60;',\n '=': '&#x3D;'\n};\n\nvar badChars = /[&<>\"'`=]/g,\n possible = /[&<>\"'`=]/;\n\nfunction escapeChar(chr) {\n return escape[chr];\n}\n\nfunction extend(obj /* , ...source */) {\n for (var i = 1; i < arguments.length; i++) {\n for (var key in arguments[i]) {\n if (Object.prototype.hasOwnProperty.call(arguments[i], key)) {\n obj[key] = arguments[i][key];\n }\n }\n }\n\n return obj;\n}\n\nvar toString = Object.prototype.toString;\n\nexports.toString = toString;\n// Sourced from lodash\n// https://github.com/bestiejs/lodash/blob/master/LICENSE.txt\n/* eslint-disable func-style */\nvar isFunction = function isFunction(value) {\n return typeof value === 'function';\n};\n// fallback for older versions of Chrome and Safari\n/* istanbul ignore next */\nif (isFunction(/x/)) {\n exports.isFunction = isFunction = function (value) {\n return typeof value === 'function' && toString.call(value) === '[object Function]';\n };\n}\nexports.isFunction = isFunction;\n\n/* eslint-enable func-style */\n\n/* istanbul ignore next */\nvar isArray = Array.isArray || function (value) {\n return value && typeof value === 'object' ? toString.call(value) === '[object Array]' : false;\n};\n\nexports.isArray = isArray;\n// Older IE versions do not directly support indexOf so we must implement our own, sadly.\n\nfunction indexOf(array, value) {\n for (var i = 0, len = array.length; i < len; i++) {\n if (array[i] === value) {\n return i;\n }\n }\n return -1;\n}\n\nfunction escapeExpression(string) {\n if (typeof string !== 'string') {\n // don't escape SafeStrings, since they're already safe\n if (string && string.toHTML) {\n return string.toHTML();\n } else if (string == null) {\n return '';\n } else if (!string) {\n return string + '';\n }\n\n // Force a string conversion as this will be done by the append regardless and\n // the regex test will do this transparently behind the scenes, causing issues if\n // an object's to string has escaped characters in it.\n string = '' + string;\n }\n\n if (!possible.test(string)) {\n return string;\n }\n return string.replace(badChars, escapeChar);\n}\n\nfunction isEmpty(value) {\n if (!value && value !== 0) {\n return true;\n } else if (isArray(value) && value.length === 0) {\n return true;\n } else {\n return false;\n }\n}\n\nfunction createFrame(object) {\n var frame = extend({}, object);\n frame._parent = object;\n return frame;\n}\n\nfunction blockParams(params, ids) {\n params.path = ids;\n return params;\n}\n\nfunction appendContextPath(contextPath, id) {\n return (contextPath ? contextPath + '.' : '') + id;\n}\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uL2xpYi9oYW5kbGViYXJzL3V0aWxzLmpzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7Ozs7Ozs7Ozs7QUFBQSxJQUFNLE1BQU0sR0FBRztBQUNiLEtBQUcsRUFBRSxPQUFPO0FBQ1osS0FBRyxFQUFFLE1BQU07QUFDWCxLQUFHLEVBQUUsTUFBTTtBQUNYLEtBQUcsRUFBRSxRQUFRO0FBQ2IsS0FBRyxFQUFFLFFBQVE7QUFDYixLQUFHLEVBQUUsUUFBUTtBQUNiLEtBQUcsRUFBRSxRQUFRO0NBQ2QsQ0FBQzs7QUFFRixJQUFNLFFBQVEsR0FBRyxZQUFZO0lBQzNCLFFBQVEsR0FBRyxXQUFXLENBQUM7O0FBRXpCLFNBQVMsVUFBVSxDQUFDLEdBQUcsRUFBRTtBQUN2QixTQUFPLE1BQU0sQ0FBQyxHQUFHLENBQUMsQ0FBQztDQUNwQjs7QUFFTSxTQUFTLE1BQU0sQ0FBQyxHQUFHLG9CQUFvQjtBQUM1QyxPQUFLLElBQUksQ0FBQyxHQUFHLENBQUMsRUFBRSxDQUFDLEdBQUcsU0FBUyxDQUFDLE1BQU0sRUFBRSxDQUFDLEVBQUUsRUFBRTtBQUN6QyxTQUFLLElBQUksR0FBRyxJQUFJLFNBQVMsQ0FBQyxDQUFDLENBQUMsRUFBRTtBQUM1QixVQUFJLE1BQU0sQ0FBQyxTQUFTLENBQUMsY0FBYyxDQUFDLElBQUksQ0FBQyxTQUFTLENBQUMsQ0FBQyxDQUFDLEVBQUUsR0FBRyxDQUFDLEVBQUU7QUFDM0QsV0FBRyxDQUFDLEdBQUcsQ0FBQyxHQUFHLFNBQVMsQ0FBQyxDQUFDLENBQUMsQ0FBQyxHQUFHLENBQUMsQ0FBQztPQUM5QjtLQUNGO0dBQ0Y7O0FBRUQsU0FBTyxHQUFHLENBQUM7Q0FDWjs7QUFFTSxJQUFJLFFBQVEsR0FBRyxNQUFNLENBQUMsU0FBUyxDQUFDLFFBQVEsQ0FBQzs7Ozs7O0FBS2hELElBQUksVUFBVSxHQUFHLG9CQUFTLEtBQUssRUFBRTtBQUMvQixTQUFPLE9BQU8sS0FBSyxLQUFLLFVBQVUsQ0FBQztDQUNwQyxDQUFDOzs7QUFHRixJQUFJLFVBQVUsQ0FBQyxHQUFHLENBQUMsRUFBRTtBQUNuQixVQU9PLFVBQVUsR0FQakIsVUFBVSxHQUFHLFVBQVMsS0FBSyxFQUFFO0FBQzNCLFdBQ0UsT0FBTyxLQUFLLEtBQUssVUFBVSxJQUMzQixRQUFRLENBQUMsSUFBSSxDQUFDLEtBQUssQ0FBQyxLQUFLLG1CQUFtQixDQUM1QztHQUNILENBQUM7Q0FDSDtRQUNRLFVBQVUsR0FBVixVQUFVOzs7OztBQUlaLElBQU0sT0FBTyxHQUNsQixLQUFLLENBQUMsT0FBTyxJQUNiLFVBQVMsS0FBSyxFQUFFO0FBQ2QsU0FBTyxLQUFLLElBQUksT0FBTyxLQUFLLEtBQUssUUFBUSxHQUNyQyxRQUFRLENBQUMsSUFBSSxDQUFDLEtBQUssQ0FBQyxLQUFLLGdCQUFnQixHQUN6QyxLQUFLLENBQUM7Q0FDWCxDQUFDOzs7OztBQUdHLFNBQVMsT0FBTyxDQUFDLEtBQUssRUFBRSxLQUFLLEVBQUU7QUFDcEMsT0FBSyxJQUFJLENBQUMsR0FBRyxDQUFDLEVBQUUsR0FBRyxHQUFHLEtBQUssQ0FBQyxNQUFNLEVBQUUsQ0FBQyxHQUFHLEdBQUcsRUFBRSxDQUFDLEVBQUUsRUFBRTtBQUNoRCxRQUFJLEtBQUssQ0FBQyxDQUFDLENBQUMsS0FBSyxLQUFLLEVBQUU7QUFDdEIsYUFBTyxDQUFDLENBQUM7S0FDVjtHQUNGO0FBQ0QsU0FBTyxDQUFDLENBQUMsQ0FBQztDQUNYOztBQUVNLFNBQVMsZ0JBQWdCLENBQUMsTUFBTSxFQUFFO0FBQ3ZDLE1BQUksT0FBTyxNQUFNLEtBQUssUUFBUSxFQUFFOztBQUU5QixRQUFJLE1BQU0sSUFBSSxNQUFNLENBQUMsTUFBTSxFQUFFO0FBQzNCLGFBQU8sTUFBTSxDQUFDLE1BQU0sRUFBRSxDQUFDO0tBQ3hCLE1BQU0sSUFBSSxNQUFNLElBQUksSUFBSSxFQUFFO0FBQ3pCLGFBQU8sRUFBRSxDQUFDO0tBQ1gsTUFBTSxJQUFJLENBQUMsTUFBTSxFQUFFO0FBQ2xCLGFBQU8sTUFBTSxHQUFHLEVBQUUsQ0FBQztLQUNwQjs7Ozs7QUFLRCxVQUFNLEdBQUcsRUFBRSxHQUFHLE1BQU0sQ0FBQztHQUN0Qjs7QUFFRCxNQUFJLENBQUMsUUFBUSxDQUFDLElBQUksQ0FBQyxNQUFNLENBQUMsRUFBRTtBQUMxQixXQUFPLE1BQU0sQ0FBQztHQUNmO0FBQ0QsU0FBTyxNQUFNLENBQUMsT0FBTyxDQUFDLFFBQVEsRUFBRSxVQUFVLENBQUMsQ0FBQztDQUM3Qzs7QUFFTSxTQUFTLE9BQU8sQ0FBQyxLQUFLLEVBQUU7QUFDN0IsTUFBSSxDQUFDLEtBQUssSUFBSSxLQUFLLEtBQUssQ0FBQyxFQUFFO0FBQ3pCLFdBQU8sSUFBSSxDQUFDO0dBQ2IsTUFBTSxJQUFJLE9BQU8sQ0FBQyxLQUFLLENBQUMsSUFBSSxLQUFLLENBQUMsTUFBTSxLQUFLLENBQUMsRUFBRTtBQUMvQyxXQUFPLElBQUksQ0FBQztHQUNiLE1BQU07QUFDTCxXQUFPLEtBQUssQ0FBQztHQUNkO0NBQ0Y7O0FBRU0sU0FBUyxXQUFXLENBQUMsTUFBTSxFQUFFO0FBQ2xDLE1BQUksS0FBSyxHQUFHLE1BQU0sQ0FBQyxFQUFFLEVBQUUsTUFBTSxDQUFDLENBQUM7QUFDL0IsT0FBSyxDQUFDLE9BQU8sR0FBRyxNQUFNLENBQUM7QUFDdkIsU0FBTyxLQUFLLENBQUM7Q0FDZDs7QUFFTSxTQUFTLFdBQVcsQ0FBQyxNQUFNLEVBQUUsR0FBRyxFQUFFO0FBQ3ZDLFFBQU0sQ0FBQyxJQUFJLEdBQUcsR0FBRyxDQUFDO0FBQ2xCLFNBQU8sTUFBTSxDQUFDO0NBQ2Y7O0FBRU0sU0FBUyxpQkFBaUIsQ0FBQyxXQUFXLEVBQUUsRUFBRSxFQUFFO0FBQ2pELFNBQU8sQ0FBQyxXQUFXLEdBQUcsV0FBVyxHQUFHLEdBQUcsR0FBRyxFQUFFLENBQUEsR0FBSSxFQUFFLENBQUM7Q0FDcEQiLCJmaWxlIjoidXRpbHMuanMiLCJzb3VyY2VzQ29udGVudCI6WyJjb25zdCBlc2NhcGUgPSB7XG4gICcmJzogJyZhbXA7JyxcbiAgJzwnOiAnJmx0OycsXG4gICc+JzogJyZndDsnLFxuICAnXCInOiAnJnF1b3Q7JyxcbiAgXCInXCI6ICcmI3gyNzsnLFxuICAnYCc6ICcmI3g2MDsnLFxuICAnPSc6ICcmI3gzRDsnXG59O1xuXG5jb25zdCBiYWRDaGFycyA9IC9bJjw+XCInYD1dL2csXG4gIHBvc3NpYmxlID0gL1smPD5cIidgPV0vO1xuXG5mdW5jdGlvbiBlc2NhcGVDaGFyKGNocikge1xuICByZXR1cm4gZXNjYXBlW2Nocl07XG59XG5cbmV4cG9ydCBmdW5jdGlvbiBleHRlbmQob2JqIC8qICwgLi4uc291cmNlICovKSB7XG4gIGZvciAobGV0IGkgPSAxOyBpIDwgYXJndW1lbnRzLmxlbmd0aDsgaSsrKSB7XG4gICAgZm9yIChsZXQga2V5IGluIGFyZ3VtZW50c1tpXSkge1xuICAgICAgaWYgKE9iamVjdC5wcm90b3R5cGUuaGFzT3duUHJvcGVydHkuY2FsbChhcmd1bWVudHNbaV0sIGtleSkpIHtcbiAgICAgICAgb2JqW2tleV0gPSBhcmd1bWVudHNbaV1ba2V5XTtcbiAgICAgIH1cbiAgICB9XG4gIH1cblxuICByZXR1cm4gb2JqO1xufVxuXG5leHBvcnQgbGV0IHRvU3RyaW5nID0gT2JqZWN0LnByb3RvdHlwZS50b1N0cmluZztcblxuLy8gU291cmNlZCBmcm9tIGxvZGFzaFxuLy8gaHR0cHM6Ly9naXRodWIuY29tL2Jlc3RpZWpzL2xvZGFzaC9ibG9iL21hc3Rlci9MSUNFTlNFLnR4dFxuLyogZXNsaW50LWRpc2FibGUgZnVuYy1zdHlsZSAqL1xubGV0IGlzRnVuY3Rpb24gPSBmdW5jdGlvbih2YWx1ZSkge1xuICByZXR1cm4gdHlwZW9mIHZhbHVlID09PSAnZnVuY3Rpb24nO1xufTtcbi8vIGZhbGxiYWNrIGZvciBvbGRlciB2ZXJzaW9ucyBvZiBDaHJvbWUgYW5kIFNhZmFyaVxuLyogaXN0YW5idWwgaWdub3JlIG5leHQgKi9cbmlmIChpc0Z1bmN0aW9uKC94LykpIHtcbiAgaXNGdW5jdGlvbiA9IGZ1bmN0aW9uKHZhbHVlKSB7XG4gICAgcmV0dXJuIChcbiAgICAgIHR5cGVvZiB2YWx1ZSA9PT0gJ2Z1bmN0aW9uJyAmJlxuICAgICAgdG9TdHJpbmcuY2FsbCh2YWx1ZSkgPT09ICdbb2JqZWN0IEZ1bmN0aW9uXSdcbiAgICApO1xuICB9O1xufVxuZXhwb3J0IHsgaXNGdW5jdGlvbiB9O1xuLyogZXNsaW50LWVuYWJsZSBmdW5jLXN0eWxlICovXG5cbi8qIGlzdGFuYnVsIGlnbm9yZSBuZXh0ICovXG5leHBvcnQgY29uc3QgaXNBcnJheSA9XG4gIEFycmF5LmlzQXJyYXkgfHxcbiAgZnVuY3Rpb24odmFsdWUpIHtcbiAgICByZXR1cm4gdmFsdWUgJiYgdHlwZW9mIHZhbHVlID09PSAnb2JqZWN0J1xuICAgICAgPyB0b1N0cmluZy5jYWxsKHZhbHVlKSA9PT0gJ1tvYmplY3QgQXJyYXldJ1xuICAgICAgOiBmYWxzZTtcbiAgfTtcblxuLy8gT2xkZXIgSUUgdmVyc2lvbnMgZG8gbm90IGRpcmVjdGx5IHN1cHBvcnQgaW5kZXhPZiBzbyB3ZSBtdXN0IGltcGxlbWVudCBvdXIgb3duLCBzYWRseS5cbmV4cG9ydCBmdW5jdGlvbiBpbmRleE9mKGFycmF5LCB2YWx1ZSkge1xuICBmb3IgKGxldCBpID0gMCwgbGVuID0gYXJyYXkubGVuZ3RoOyBpIDwgbGVuOyBpKyspIHtcbiAgICBpZiAoYXJyYXlbaV0gPT09IHZhbHVlKSB7XG4gICAgICByZXR1cm4gaTtcbiAgICB9XG4gIH1cbiAgcmV0dXJuIC0xO1xufVxuXG5leHBvcnQgZnVuY3Rpb24gZXNjYXBlRXhwcmVzc2lvbihzdHJpbmcpIHtcbiAgaWYgKHR5cGVvZiBzdHJpbmcgIT09ICdzdHJpbmcnKSB7XG4gICAgLy8gZG9uJ3QgZXNjYXBlIFNhZmVTdHJpbmdzLCBzaW5jZSB0aGV5J3JlIGFscmVhZHkgc2FmZVxuICAgIGlmIChzdHJpbmcgJiYgc3RyaW5nLnRvSFRNTCkge1xuICAgICAgcmV0dXJuIHN0cmluZy50b0hUTUwoKTtcbiAgICB9IGVsc2UgaWYgKHN0cmluZyA9PSBudWxsKSB7XG4gICAgICByZXR1cm4gJyc7XG4gICAgfSBlbHNlIGlmICghc3RyaW5nKSB7XG4gICAgICByZXR1cm4gc3RyaW5nICsgJyc7XG4gICAgfVxuXG4gICAgLy8gRm9yY2UgYSBzdHJpbmcgY29udmVyc2lvbiBhcyB0aGlzIHdpbGwgYmUgZG9uZSBieSB0aGUgYXBwZW5kIHJlZ2FyZGxlc3MgYW5kXG4gICAgLy8gdGhlIHJlZ2V4IHRlc3Qgd2lsbCBkbyB0aGlzIHRyYW5zcGFyZW50bHkgYmVoaW5kIHRoZSBzY2VuZXMsIGNhdXNpbmcgaXNzdWVzIGlmXG4gICAgLy8gYW4gb2JqZWN0J3MgdG8gc3RyaW5nIGhhcyBlc2NhcGVkIGNoYXJhY3RlcnMgaW4gaXQuXG4gICAgc3RyaW5nID0gJycgKyBzdHJpbmc7XG4gIH1cblxuICBpZiAoIXBvc3NpYmxlLnRlc3Qoc3RyaW5nKSkge1xuICAgIHJldHVybiBzdHJpbmc7XG4gIH1cbiAgcmV0dXJuIHN0cmluZy5yZXBsYWNlKGJhZENoYXJzLCBlc2NhcGVDaGFyKTtcbn1cblxuZXhwb3J0IGZ1bmN0aW9uIGlzRW1wdHkodmFsdWUpIHtcbiAgaWYgKCF2YWx1ZSAmJiB2YWx1ZSAhPT0gMCkge1xuICAgIHJldHVybiB0cnVlO1xuICB9IGVsc2UgaWYgKGlzQXJyYXkodmFsdWUpICYmIHZhbHVlLmxlbmd0aCA9PT0gMCkge1xuICAgIHJldHVybiB0cnVlO1xuICB9IGVsc2Uge1xuICAgIHJldHVybiBmYWxzZTtcbiAgfVxufVxuXG5leHBvcnQgZnVuY3Rpb24gY3JlYXRlRnJhbWUob2JqZWN0KSB7XG4gIGxldCBmcmFtZSA9IGV4dGVuZCh7fSwgb2JqZWN0KTtcbiAgZnJhbWUuX3BhcmVudCA9IG9iamVjdDtcbiAgcmV0dXJuIGZyYW1lO1xufVxuXG5leHBvcnQgZnVuY3Rpb24gYmxvY2tQYXJhbXMocGFyYW1zLCBpZHMpIHtcbiAgcGFyYW1zLnBhdGggPSBpZHM7XG4gIHJldHVybiBwYXJhbXM7XG59XG5cbmV4cG9ydCBmdW5jdGlvbiBhcHBlbmRDb250ZXh0UGF0aChjb250ZXh0UGF0aCwgaWQpIHtcbiAgcmV0dXJuIChjb250ZXh0UGF0aCA/IGNvbnRleHRQYXRoICsgJy4nIDogJycpICsgaWQ7XG59XG4iXX0=\n","var Symbol = require('./_Symbol'),\n getRawTag = require('./_getRawTag'),\n objectToString = require('./_objectToString');\n\n/** `Object#toString` result references. */\nvar nullTag = '[object Null]',\n undefinedTag = '[object Undefined]';\n\n/** Built-in value references. */\nvar symToStringTag = Symbol ? Symbol.toStringTag : undefined;\n\n/**\n * The base implementation of `getTag` without fallbacks for buggy environments.\n *\n * @private\n * @param {*} value The value to query.\n * @returns {string} Returns the `toStringTag`.\n */\nfunction baseGetTag(value) {\n if (value == null) {\n return value === undefined ? undefinedTag : nullTag;\n }\n return (symToStringTag && symToStringTag in Object(value))\n ? getRawTag(value)\n : objectToString(value);\n}\n\nmodule.exports = baseGetTag;\n","var toInteger = require('../internals/to-integer');\n\nvar max = Math.max;\nvar min = Math.min;\n\n// Helper for a popular repeating case of the spec:\n// Let integer be ? ToInteger(index).\n// If integer < 0, let result be max((length + integer), 0); else let result be min(integer, length).\nmodule.exports = function (index, length) {\n var integer = toInteger(index);\n return integer < 0 ? max(integer + length, 0) : min(integer, length);\n};\n","'use strict';\nvar anObject = require('../internals/an-object');\n\n// `RegExp.prototype.flags` getter implementation\n// https://tc39.es/ecma262/#sec-get-regexp.prototype.flags\nmodule.exports = function () {\n var that = anObject(this);\n var result = '';\n if (that.global) result += 'g';\n if (that.ignoreCase) result += 'i';\n if (that.multiline) result += 'm';\n if (that.dotAll) result += 's';\n if (that.unicode) result += 'u';\n if (that.sticky) result += 'y';\n return result;\n};\n","'use strict';\nvar fixRegExpWellKnownSymbolLogic = require('../internals/fix-regexp-well-known-symbol-logic');\nvar anObject = require('../internals/an-object');\nvar toLength = require('../internals/to-length');\nvar toInteger = require('../internals/to-integer');\nvar requireObjectCoercible = require('../internals/require-object-coercible');\nvar advanceStringIndex = require('../internals/advance-string-index');\nvar getSubstitution = require('../internals/get-substitution');\nvar regExpExec = require('../internals/regexp-exec-abstract');\n\nvar max = Math.max;\nvar min = Math.min;\n\nvar maybeToString = function (it) {\n return it === undefined ? it : String(it);\n};\n\n// @@replace logic\nfixRegExpWellKnownSymbolLogic('replace', 2, function (REPLACE, nativeReplace, maybeCallNative, reason) {\n var REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE = reason.REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE;\n var REPLACE_KEEPS_$0 = reason.REPLACE_KEEPS_$0;\n var UNSAFE_SUBSTITUTE = REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE ? '$' : '$0';\n\n return [\n // `String.prototype.replace` method\n // https://tc39.es/ecma262/#sec-string.prototype.replace\n function replace(searchValue, replaceValue) {\n var O = requireObjectCoercible(this);\n var replacer = searchValue == undefined ? undefined : searchValue[REPLACE];\n return replacer !== undefined\n ? replacer.call(searchValue, O, replaceValue)\n : nativeReplace.call(String(O), searchValue, replaceValue);\n },\n // `RegExp.prototype[@@replace]` method\n // https://tc39.es/ecma262/#sec-regexp.prototype-@@replace\n function (regexp, replaceValue) {\n if (\n (!REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE && REPLACE_KEEPS_$0) ||\n (typeof replaceValue === 'string' && replaceValue.indexOf(UNSAFE_SUBSTITUTE) === -1)\n ) {\n var res = maybeCallNative(nativeReplace, regexp, this, replaceValue);\n if (res.done) return res.value;\n }\n\n var rx = anObject(regexp);\n var S = String(this);\n\n var functionalReplace = typeof replaceValue === 'function';\n if (!functionalReplace) replaceValue = String(replaceValue);\n\n var global = rx.global;\n if (global) {\n var fullUnicode = rx.unicode;\n rx.lastIndex = 0;\n }\n var results = [];\n while (true) {\n var result = regExpExec(rx, S);\n if (result === null) break;\n\n results.push(result);\n if (!global) break;\n\n var matchStr = String(result[0]);\n if (matchStr === '') rx.lastIndex = advanceStringIndex(S, toLength(rx.lastIndex), fullUnicode);\n }\n\n var accumulatedResult = '';\n var nextSourcePosition = 0;\n for (var i = 0; i < results.length; i++) {\n result = results[i];\n\n var matched = String(result[0]);\n var position = max(min(toInteger(result.index), S.length), 0);\n var captures = [];\n // NOTE: This is equivalent to\n // captures = result.slice(1).map(maybeToString)\n // but for some reason `nativeSlice.call(result, 1, result.length)` (called in\n // the slice polyfill when slicing native arrays) \"doesn't work\" in safari 9 and\n // causes a crash (https://pastebin.com/N21QzeQA) when trying to debug it.\n for (var j = 1; j < result.length; j++) captures.push(maybeToString(result[j]));\n var namedCaptures = result.groups;\n if (functionalReplace) {\n var replacerArgs = [matched].concat(captures, position, S);\n if (namedCaptures !== undefined) replacerArgs.push(namedCaptures);\n var replacement = String(replaceValue.apply(undefined, replacerArgs));\n } else {\n replacement = getSubstitution(matched, S, position, captures, namedCaptures, replaceValue);\n }\n if (position >= nextSourcePosition) {\n accumulatedResult += S.slice(nextSourcePosition, position) + replacement;\n nextSourcePosition = position + matched.length;\n }\n }\n return accumulatedResult + S.slice(nextSourcePosition);\n }\n ];\n});\n","var classof = require('../internals/classof-raw');\n\n// `IsArray` abstract operation\n// https://tc39.es/ecma262/#sec-isarray\n// eslint-disable-next-line es/no-array-isarray -- safe\nmodule.exports = Array.isArray || function isArray(arg) {\n return classof(arg) == 'Array';\n};\n","'use strict';\nvar $propertyIsEnumerable = {}.propertyIsEnumerable;\n// eslint-disable-next-line es/no-object-getownpropertydescriptor -- safe\nvar getOwnPropertyDescriptor = Object.getOwnPropertyDescriptor;\n\n// Nashorn ~ JDK8 bug\nvar NASHORN_BUG = getOwnPropertyDescriptor && !$propertyIsEnumerable.call({ 1: 2 }, 1);\n\n// `Object.prototype.propertyIsEnumerable` method implementation\n// https://tc39.es/ecma262/#sec-object.prototype.propertyisenumerable\nexports.f = NASHORN_BUG ? function propertyIsEnumerable(V) {\n var descriptor = getOwnPropertyDescriptor(this, V);\n return !!descriptor && descriptor.enumerable;\n} : $propertyIsEnumerable;\n","var internalObjectKeys = require('../internals/object-keys-internal');\nvar enumBugKeys = require('../internals/enum-bug-keys');\n\nvar hiddenKeys = enumBugKeys.concat('length', 'prototype');\n\n// `Object.getOwnPropertyNames` method\n// https://tc39.es/ecma262/#sec-object.getownpropertynames\n// eslint-disable-next-line es/no-object-getownpropertynames -- safe\nexports.f = Object.getOwnPropertyNames || function getOwnPropertyNames(O) {\n return internalObjectKeys(O, hiddenKeys);\n};\n","var toIndexedObject = require('../internals/to-indexed-object');\nvar toLength = require('../internals/to-length');\nvar toAbsoluteIndex = require('../internals/to-absolute-index');\n\n// `Array.prototype.{ indexOf, includes }` methods implementation\nvar createMethod = function (IS_INCLUDES) {\n return function ($this, el, fromIndex) {\n var O = toIndexedObject($this);\n var length = toLength(O.length);\n var index = toAbsoluteIndex(fromIndex, length);\n var value;\n // Array#includes uses SameValueZero equality algorithm\n // eslint-disable-next-line no-self-compare -- NaN check\n if (IS_INCLUDES && el != el) while (length > index) {\n value = O[index++];\n // eslint-disable-next-line no-self-compare -- NaN check\n if (value != value) return true;\n // Array#indexOf ignores holes, Array#includes - not\n } else for (;length > index; index++) {\n if ((IS_INCLUDES || index in O) && O[index] === el) return IS_INCLUDES || index || 0;\n } return !IS_INCLUDES && -1;\n };\n};\n\nmodule.exports = {\n // `Array.prototype.includes` method\n // https://tc39.es/ecma262/#sec-array.prototype.includes\n includes: createMethod(true),\n // `Array.prototype.indexOf` method\n // https://tc39.es/ecma262/#sec-array.prototype.indexof\n indexOf: createMethod(false)\n};\n","/* eslint-disable es/no-symbol -- required for testing */\nvar V8_VERSION = require('../internals/engine-v8-version');\nvar fails = require('../internals/fails');\n\n// eslint-disable-next-line es/no-object-getownpropertysymbols -- required for testing\nmodule.exports = !!Object.getOwnPropertySymbols && !fails(function () {\n var symbol = Symbol();\n // Chrome 38 Symbol has incorrect toString conversion\n // `get-own-property-symbols` polyfill symbols converted to object are not Symbol instances\n return !String(symbol) || !(Object(symbol) instanceof Symbol) ||\n // Chrome 38-40 symbols are not inherited from DOM collections prototypes to instances\n !Symbol.sham && V8_VERSION && V8_VERSION < 41;\n});\n","var wellKnownSymbol = require('../internals/well-known-symbol');\n\nvar TO_STRING_TAG = wellKnownSymbol('toStringTag');\nvar test = {};\n\ntest[TO_STRING_TAG] = 'z';\n\nmodule.exports = String(test) === '[object z]';\n","/**\n * @copyright 2019 Christoph Wurst <christoph@winzerhof-wurst.at>\n *\n * @author Christoph Wurst <christoph@winzerhof-wurst.at>\n * @author John Molakvoæ <skjnldsv@protonmail.com>\n *\n * @license GNU AGPL version 3 or any later version\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see <http://www.gnu.org/licenses/>.\n *\n */\n\nimport { emit } from '@nextcloud/event-bus'\n\n/**\n * @private\n * @param {Document} global the document to read the initial value from\n * @param {Function} emit the function to invoke for every new token\n * @returns {Object}\n */\nexport const manageToken = (global, emit) => {\n\tlet token = global.getElementsByTagName('head')[0].getAttribute('data-requesttoken')\n\n\treturn {\n\t\tgetToken: () => token,\n\t\tsetToken: newToken => {\n\t\t\ttoken = newToken\n\n\t\t\temit('csrf-token-update', {\n\t\t\t\ttoken,\n\t\t\t})\n\t\t},\n\t}\n}\n\nconst manageFromDocument = manageToken(document, emit)\n\n/**\n * @returns {string}\n */\nexport const getToken = manageFromDocument.getToken\n\n/**\n * @param {String} newToken new token\n */\nexport const setToken = manageFromDocument.setToken\n","\"use strict\";\n\nrequire(\"core-js/modules/es.object.assign.js\");\n\nObject.defineProperty(exports, \"__esModule\", {\n value: true\n});\nexports.default = void 0;\n\nvar _axios = _interopRequireDefault(require(\"axios\"));\n\nvar _auth = require(\"@nextcloud/auth\");\n\nfunction _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }\n\nvar client = _axios.default.create({\n headers: {\n requesttoken: (0, _auth.getRequestToken)()\n }\n});\n\nvar cancelableClient = Object.assign(client, {\n CancelToken: _axios.default.CancelToken,\n isCancel: _axios.default.isCancel\n});\n(0, _auth.onRequestTokenUpdate)(function (token) {\n return client.defaults.headers.requesttoken = token;\n});\nvar _default = cancelableClient;\nexports.default = _default;\n//# sourceMappingURL=index.js.map","// Backbone.js 1.4.0\n\n// (c) 2010-2019 Jeremy Ashkenas and DocumentCloud\n// Backbone may be freely distributed under the MIT license.\n// For all details and documentation:\n// http://backbonejs.org\n\n(function(factory) {\n\n // Establish the root object, `window` (`self`) in the browser, or `global` on the server.\n // We use `self` instead of `window` for `WebWorker` support.\n var root = typeof self == 'object' && self.self === self && self ||\n typeof global == 'object' && global.global === global && global;\n\n // Set up Backbone appropriately for the environment. Start with AMD.\n if (typeof define === 'function' && define.amd) {\n define(['underscore', 'jquery', 'exports'], function(_, $, exports) {\n // Export global even in AMD case in case this script is loaded with\n // others that may still expect a global Backbone.\n root.Backbone = factory(root, exports, _, $);\n });\n\n // Next for Node.js or CommonJS. jQuery may not be needed as a module.\n } else if (typeof exports !== 'undefined') {\n var _ = require('underscore'), $;\n try { $ = require('jquery'); } catch (e) {}\n factory(root, exports, _, $);\n\n // Finally, as a browser global.\n } else {\n root.Backbone = factory(root, {}, root._, root.jQuery || root.Zepto || root.ender || root.$);\n }\n\n})(function(root, Backbone, _, $) {\n\n // Initial Setup\n // -------------\n\n // Save the previous value of the `Backbone` variable, so that it can be\n // restored later on, if `noConflict` is used.\n var previousBackbone = root.Backbone;\n\n // Create a local reference to a common array method we'll want to use later.\n var slice = Array.prototype.slice;\n\n // Current version of the library. Keep in sync with `package.json`.\n Backbone.VERSION = '1.4.0';\n\n // For Backbone's purposes, jQuery, Zepto, Ender, or My Library (kidding) owns\n // the `$` variable.\n Backbone.$ = $;\n\n // Runs Backbone.js in *noConflict* mode, returning the `Backbone` variable\n // to its previous owner. Returns a reference to this Backbone object.\n Backbone.noConflict = function() {\n root.Backbone = previousBackbone;\n return this;\n };\n\n // Turn on `emulateHTTP` to support legacy HTTP servers. Setting this option\n // will fake `\"PATCH\"`, `\"PUT\"` and `\"DELETE\"` requests via the `_method` parameter and\n // set a `X-Http-Method-Override` header.\n Backbone.emulateHTTP = false;\n\n // Turn on `emulateJSON` to support legacy servers that can't deal with direct\n // `application/json` requests ... this will encode the body as\n // `application/x-www-form-urlencoded` instead and will send the model in a\n // form param named `model`.\n Backbone.emulateJSON = false;\n\n // Backbone.Events\n // ---------------\n\n // A module that can be mixed in to *any object* in order to provide it with\n // a custom event channel. You may bind a callback to an event with `on` or\n // remove with `off`; `trigger`-ing an event fires all callbacks in\n // succession.\n //\n // var object = {};\n // _.extend(object, Backbone.Events);\n // object.on('expand', function(){ alert('expanded'); });\n // object.trigger('expand');\n //\n var Events = Backbone.Events = {};\n\n // Regular expression used to split event strings.\n var eventSplitter = /\\s+/;\n\n // A private global variable to share between listeners and listenees.\n var _listening;\n\n // Iterates over the standard `event, callback` (as well as the fancy multiple\n // space-separated events `\"change blur\", callback` and jQuery-style event\n // maps `{event: callback}`).\n var eventsApi = function(iteratee, events, name, callback, opts) {\n var i = 0, names;\n if (name && typeof name === 'object') {\n // Handle event maps.\n if (callback !== void 0 && 'context' in opts && opts.context === void 0) opts.context = callback;\n for (names = _.keys(name); i < names.length ; i++) {\n events = eventsApi(iteratee, events, names[i], name[names[i]], opts);\n }\n } else if (name && eventSplitter.test(name)) {\n // Handle space-separated event names by delegating them individually.\n for (names = name.split(eventSplitter); i < names.length; i++) {\n events = iteratee(events, names[i], callback, opts);\n }\n } else {\n // Finally, standard events.\n events = iteratee(events, name, callback, opts);\n }\n return events;\n };\n\n // Bind an event to a `callback` function. Passing `\"all\"` will bind\n // the callback to all events fired.\n Events.on = function(name, callback, context) {\n this._events = eventsApi(onApi, this._events || {}, name, callback, {\n context: context,\n ctx: this,\n listening: _listening\n });\n\n if (_listening) {\n var listeners = this._listeners || (this._listeners = {});\n listeners[_listening.id] = _listening;\n // Allow the listening to use a counter, instead of tracking\n // callbacks for library interop\n _listening.interop = false;\n }\n\n return this;\n };\n\n // Inversion-of-control versions of `on`. Tell *this* object to listen to\n // an event in another object... keeping track of what it's listening to\n // for easier unbinding later.\n Events.listenTo = function(obj, name, callback) {\n if (!obj) return this;\n var id = obj._listenId || (obj._listenId = _.uniqueId('l'));\n var listeningTo = this._listeningTo || (this._listeningTo = {});\n var listening = _listening = listeningTo[id];\n\n // This object is not listening to any other events on `obj` yet.\n // Setup the necessary references to track the listening callbacks.\n if (!listening) {\n this._listenId || (this._listenId = _.uniqueId('l'));\n listening = _listening = listeningTo[id] = new Listening(this, obj);\n }\n\n // Bind callbacks on obj.\n var error = tryCatchOn(obj, name, callback, this);\n _listening = void 0;\n\n if (error) throw error;\n // If the target obj is not Backbone.Events, track events manually.\n if (listening.interop) listening.on(name, callback);\n\n return this;\n };\n\n // The reducing API that adds a callback to the `events` object.\n var onApi = function(events, name, callback, options) {\n if (callback) {\n var handlers = events[name] || (events[name] = []);\n var context = options.context, ctx = options.ctx, listening = options.listening;\n if (listening) listening.count++;\n\n handlers.push({callback: callback, context: context, ctx: context || ctx, listening: listening});\n }\n return events;\n };\n\n // An try-catch guarded #on function, to prevent poisoning the global\n // `_listening` variable.\n var tryCatchOn = function(obj, name, callback, context) {\n try {\n obj.on(name, callback, context);\n } catch (e) {\n return e;\n }\n };\n\n // Remove one or many callbacks. If `context` is null, removes all\n // callbacks with that function. If `callback` is null, removes all\n // callbacks for the event. If `name` is null, removes all bound\n // callbacks for all events.\n Events.off = function(name, callback, context) {\n if (!this._events) return this;\n this._events = eventsApi(offApi, this._events, name, callback, {\n context: context,\n listeners: this._listeners\n });\n\n return this;\n };\n\n // Tell this object to stop listening to either specific events ... or\n // to every object it's currently listening to.\n Events.stopListening = function(obj, name, callback) {\n var listeningTo = this._listeningTo;\n if (!listeningTo) return this;\n\n var ids = obj ? [obj._listenId] : _.keys(listeningTo);\n for (var i = 0; i < ids.length; i++) {\n var listening = listeningTo[ids[i]];\n\n // If listening doesn't exist, this object is not currently\n // listening to obj. Break out early.\n if (!listening) break;\n\n listening.obj.off(name, callback, this);\n if (listening.interop) listening.off(name, callback);\n }\n if (_.isEmpty(listeningTo)) this._listeningTo = void 0;\n\n return this;\n };\n\n // The reducing API that removes a callback from the `events` object.\n var offApi = function(events, name, callback, options) {\n if (!events) return;\n\n var context = options.context, listeners = options.listeners;\n var i = 0, names;\n\n // Delete all event listeners and \"drop\" events.\n if (!name && !context && !callback) {\n for (names = _.keys(listeners); i < names.length; i++) {\n listeners[names[i]].cleanup();\n }\n return;\n }\n\n names = name ? [name] : _.keys(events);\n for (; i < names.length; i++) {\n name = names[i];\n var handlers = events[name];\n\n // Bail out if there are no events stored.\n if (!handlers) break;\n\n // Find any remaining events.\n var remaining = [];\n for (var j = 0; j < handlers.length; j++) {\n var handler = handlers[j];\n if (\n callback && callback !== handler.callback &&\n callback !== handler.callback._callback ||\n context && context !== handler.context\n ) {\n remaining.push(handler);\n } else {\n var listening = handler.listening;\n if (listening) listening.off(name, callback);\n }\n }\n\n // Replace events if there are any remaining. Otherwise, clean up.\n if (remaining.length) {\n events[name] = remaining;\n } else {\n delete events[name];\n }\n }\n\n return events;\n };\n\n // Bind an event to only be triggered a single time. After the first time\n // the callback is invoked, its listener will be removed. If multiple events\n // are passed in using the space-separated syntax, the handler will fire\n // once for each event, not once for a combination of all events.\n Events.once = function(name, callback, context) {\n // Map the event into a `{event: once}` object.\n var events = eventsApi(onceMap, {}, name, callback, this.off.bind(this));\n if (typeof name === 'string' && context == null) callback = void 0;\n return this.on(events, callback, context);\n };\n\n // Inversion-of-control versions of `once`.\n Events.listenToOnce = function(obj, name, callback) {\n // Map the event into a `{event: once}` object.\n var events = eventsApi(onceMap, {}, name, callback, this.stopListening.bind(this, obj));\n return this.listenTo(obj, events);\n };\n\n // Reduces the event callbacks into a map of `{event: onceWrapper}`.\n // `offer` unbinds the `onceWrapper` after it has been called.\n var onceMap = function(map, name, callback, offer) {\n if (callback) {\n var once = map[name] = _.once(function() {\n offer(name, once);\n callback.apply(this, arguments);\n });\n once._callback = callback;\n }\n return map;\n };\n\n // Trigger one or many events, firing all bound callbacks. Callbacks are\n // passed the same arguments as `trigger` is, apart from the event name\n // (unless you're listening on `\"all\"`, which will cause your callback to\n // receive the true name of the event as the first argument).\n Events.trigger = function(name) {\n if (!this._events) return this;\n\n var length = Math.max(0, arguments.length - 1);\n var args = Array(length);\n for (var i = 0; i < length; i++) args[i] = arguments[i + 1];\n\n eventsApi(triggerApi, this._events, name, void 0, args);\n return this;\n };\n\n // Handles triggering the appropriate event callbacks.\n var triggerApi = function(objEvents, name, callback, args) {\n if (objEvents) {\n var events = objEvents[name];\n var allEvents = objEvents.all;\n if (events && allEvents) allEvents = allEvents.slice();\n if (events) triggerEvents(events, args);\n if (allEvents) triggerEvents(allEvents, [name].concat(args));\n }\n return objEvents;\n };\n\n // A difficult-to-believe, but optimized internal dispatch function for\n // triggering events. Tries to keep the usual cases speedy (most internal\n // Backbone events have 3 arguments).\n var triggerEvents = function(events, args) {\n var ev, i = -1, l = events.length, a1 = args[0], a2 = args[1], a3 = args[2];\n switch (args.length) {\n case 0: while (++i < l) (ev = events[i]).callback.call(ev.ctx); return;\n case 1: while (++i < l) (ev = events[i]).callback.call(ev.ctx, a1); return;\n case 2: while (++i < l) (ev = events[i]).callback.call(ev.ctx, a1, a2); return;\n case 3: while (++i < l) (ev = events[i]).callback.call(ev.ctx, a1, a2, a3); return;\n default: while (++i < l) (ev = events[i]).callback.apply(ev.ctx, args); return;\n }\n };\n\n // A listening class that tracks and cleans up memory bindings\n // when all callbacks have been offed.\n var Listening = function(listener, obj) {\n this.id = listener._listenId;\n this.listener = listener;\n this.obj = obj;\n this.interop = true;\n this.count = 0;\n this._events = void 0;\n };\n\n Listening.prototype.on = Events.on;\n\n // Offs a callback (or several).\n // Uses an optimized counter if the listenee uses Backbone.Events.\n // Otherwise, falls back to manual tracking to support events\n // library interop.\n Listening.prototype.off = function(name, callback) {\n var cleanup;\n if (this.interop) {\n this._events = eventsApi(offApi, this._events, name, callback, {\n context: void 0,\n listeners: void 0\n });\n cleanup = !this._events;\n } else {\n this.count--;\n cleanup = this.count === 0;\n }\n if (cleanup) this.cleanup();\n };\n\n // Cleans up memory bindings between the listener and the listenee.\n Listening.prototype.cleanup = function() {\n delete this.listener._listeningTo[this.obj._listenId];\n if (!this.interop) delete this.obj._listeners[this.id];\n };\n\n // Aliases for backwards compatibility.\n Events.bind = Events.on;\n Events.unbind = Events.off;\n\n // Allow the `Backbone` object to serve as a global event bus, for folks who\n // want global \"pubsub\" in a convenient place.\n _.extend(Backbone, Events);\n\n // Backbone.Model\n // --------------\n\n // Backbone **Models** are the basic data object in the framework --\n // frequently representing a row in a table in a database on your server.\n // A discrete chunk of data and a bunch of useful, related methods for\n // performing computations and transformations on that data.\n\n // Create a new model with the specified attributes. A client id (`cid`)\n // is automatically generated and assigned for you.\n var Model = Backbone.Model = function(attributes, options) {\n var attrs = attributes || {};\n options || (options = {});\n this.preinitialize.apply(this, arguments);\n this.cid = _.uniqueId(this.cidPrefix);\n this.attributes = {};\n if (options.collection) this.collection = options.collection;\n if (options.parse) attrs = this.parse(attrs, options) || {};\n var defaults = _.result(this, 'defaults');\n attrs = _.defaults(_.extend({}, defaults, attrs), defaults);\n this.set(attrs, options);\n this.changed = {};\n this.initialize.apply(this, arguments);\n };\n\n // Attach all inheritable methods to the Model prototype.\n _.extend(Model.prototype, Events, {\n\n // A hash of attributes whose current and previous value differ.\n changed: null,\n\n // The value returned during the last failed validation.\n validationError: null,\n\n // The default name for the JSON `id` attribute is `\"id\"`. MongoDB and\n // CouchDB users may want to set this to `\"_id\"`.\n idAttribute: 'id',\n\n // The prefix is used to create the client id which is used to identify models locally.\n // You may want to override this if you're experiencing name clashes with model ids.\n cidPrefix: 'c',\n\n // preinitialize is an empty function by default. You can override it with a function\n // or object. preinitialize will run before any instantiation logic is run in the Model.\n preinitialize: function(){},\n\n // Initialize is an empty function by default. Override it with your own\n // initialization logic.\n initialize: function(){},\n\n // Return a copy of the model's `attributes` object.\n toJSON: function(options) {\n return _.clone(this.attributes);\n },\n\n // Proxy `Backbone.sync` by default -- but override this if you need\n // custom syncing semantics for *this* particular model.\n sync: function() {\n return Backbone.sync.apply(this, arguments);\n },\n\n // Get the value of an attribute.\n get: function(attr) {\n return this.attributes[attr];\n },\n\n // Get the HTML-escaped value of an attribute.\n escape: function(attr) {\n return _.escape(this.get(attr));\n },\n\n // Returns `true` if the attribute contains a value that is not null\n // or undefined.\n has: function(attr) {\n return this.get(attr) != null;\n },\n\n // Special-cased proxy to underscore's `_.matches` method.\n matches: function(attrs) {\n return !!_.iteratee(attrs, this)(this.attributes);\n },\n\n // Set a hash of model attributes on the object, firing `\"change\"`. This is\n // the core primitive operation of a model, updating the data and notifying\n // anyone who needs to know about the change in state. The heart of the beast.\n set: function(key, val, options) {\n if (key == null) return this;\n\n // Handle both `\"key\", value` and `{key: value}` -style arguments.\n var attrs;\n if (typeof key === 'object') {\n attrs = key;\n options = val;\n } else {\n (attrs = {})[key] = val;\n }\n\n options || (options = {});\n\n // Run validation.\n if (!this._validate(attrs, options)) return false;\n\n // Extract attributes and options.\n var unset = options.unset;\n var silent = options.silent;\n var changes = [];\n var changing = this._changing;\n this._changing = true;\n\n if (!changing) {\n this._previousAttributes = _.clone(this.attributes);\n this.changed = {};\n }\n\n var current = this.attributes;\n var changed = this.changed;\n var prev = this._previousAttributes;\n\n // For each `set` attribute, update or delete the current value.\n for (var attr in attrs) {\n val = attrs[attr];\n if (!_.isEqual(current[attr], val)) changes.push(attr);\n if (!_.isEqual(prev[attr], val)) {\n changed[attr] = val;\n } else {\n delete changed[attr];\n }\n unset ? delete current[attr] : current[attr] = val;\n }\n\n // Update the `id`.\n if (this.idAttribute in attrs) this.id = this.get(this.idAttribute);\n\n // Trigger all relevant attribute changes.\n if (!silent) {\n if (changes.length) this._pending = options;\n for (var i = 0; i < changes.length; i++) {\n this.trigger('change:' + changes[i], this, current[changes[i]], options);\n }\n }\n\n // You might be wondering why there's a `while` loop here. Changes can\n // be recursively nested within `\"change\"` events.\n if (changing) return this;\n if (!silent) {\n while (this._pending) {\n options = this._pending;\n this._pending = false;\n this.trigger('change', this, options);\n }\n }\n this._pending = false;\n this._changing = false;\n return this;\n },\n\n // Remove an attribute from the model, firing `\"change\"`. `unset` is a noop\n // if the attribute doesn't exist.\n unset: function(attr, options) {\n return this.set(attr, void 0, _.extend({}, options, {unset: true}));\n },\n\n // Clear all attributes on the model, firing `\"change\"`.\n clear: function(options) {\n var attrs = {};\n for (var key in this.attributes) attrs[key] = void 0;\n return this.set(attrs, _.extend({}, options, {unset: true}));\n },\n\n // Determine if the model has changed since the last `\"change\"` event.\n // If you specify an attribute name, determine if that attribute has changed.\n hasChanged: function(attr) {\n if (attr == null) return !_.isEmpty(this.changed);\n return _.has(this.changed, attr);\n },\n\n // Return an object containing all the attributes that have changed, or\n // false if there are no changed attributes. Useful for determining what\n // parts of a view need to be updated and/or what attributes need to be\n // persisted to the server. Unset attributes will be set to undefined.\n // You can also pass an attributes object to diff against the model,\n // determining if there *would be* a change.\n changedAttributes: function(diff) {\n if (!diff) return this.hasChanged() ? _.clone(this.changed) : false;\n var old = this._changing ? this._previousAttributes : this.attributes;\n var changed = {};\n var hasChanged;\n for (var attr in diff) {\n var val = diff[attr];\n if (_.isEqual(old[attr], val)) continue;\n changed[attr] = val;\n hasChanged = true;\n }\n return hasChanged ? changed : false;\n },\n\n // Get the previous value of an attribute, recorded at the time the last\n // `\"change\"` event was fired.\n previous: function(attr) {\n if (attr == null || !this._previousAttributes) return null;\n return this._previousAttributes[attr];\n },\n\n // Get all of the attributes of the model at the time of the previous\n // `\"change\"` event.\n previousAttributes: function() {\n return _.clone(this._previousAttributes);\n },\n\n // Fetch the model from the server, merging the response with the model's\n // local attributes. Any changed attributes will trigger a \"change\" event.\n fetch: function(options) {\n options = _.extend({parse: true}, options);\n var model = this;\n var success = options.success;\n options.success = function(resp) {\n var serverAttrs = options.parse ? model.parse(resp, options) : resp;\n if (!model.set(serverAttrs, options)) return false;\n if (success) success.call(options.context, model, resp, options);\n model.trigger('sync', model, resp, options);\n };\n wrapError(this, options);\n return this.sync('read', this, options);\n },\n\n // Set a hash of model attributes, and sync the model to the server.\n // If the server returns an attributes hash that differs, the model's\n // state will be `set` again.\n save: function(key, val, options) {\n // Handle both `\"key\", value` and `{key: value}` -style arguments.\n var attrs;\n if (key == null || typeof key === 'object') {\n attrs = key;\n options = val;\n } else {\n (attrs = {})[key] = val;\n }\n\n options = _.extend({validate: true, parse: true}, options);\n var wait = options.wait;\n\n // If we're not waiting and attributes exist, save acts as\n // `set(attr).save(null, opts)` with validation. Otherwise, check if\n // the model will be valid when the attributes, if any, are set.\n if (attrs && !wait) {\n if (!this.set(attrs, options)) return false;\n } else if (!this._validate(attrs, options)) {\n return false;\n }\n\n // After a successful server-side save, the client is (optionally)\n // updated with the server-side state.\n var model = this;\n var success = options.success;\n var attributes = this.attributes;\n options.success = function(resp) {\n // Ensure attributes are restored during synchronous saves.\n model.attributes = attributes;\n var serverAttrs = options.parse ? model.parse(resp, options) : resp;\n if (wait) serverAttrs = _.extend({}, attrs, serverAttrs);\n if (serverAttrs && !model.set(serverAttrs, options)) return false;\n if (success) success.call(options.context, model, resp, options);\n model.trigger('sync', model, resp, options);\n };\n wrapError(this, options);\n\n // Set temporary attributes if `{wait: true}` to properly find new ids.\n if (attrs && wait) this.attributes = _.extend({}, attributes, attrs);\n\n var method = this.isNew() ? 'create' : options.patch ? 'patch' : 'update';\n if (method === 'patch' && !options.attrs) options.attrs = attrs;\n var xhr = this.sync(method, this, options);\n\n // Restore attributes.\n this.attributes = attributes;\n\n return xhr;\n },\n\n // Destroy this model on the server if it was already persisted.\n // Optimistically removes the model from its collection, if it has one.\n // If `wait: true` is passed, waits for the server to respond before removal.\n destroy: function(options) {\n options = options ? _.clone(options) : {};\n var model = this;\n var success = options.success;\n var wait = options.wait;\n\n var destroy = function() {\n model.stopListening();\n model.trigger('destroy', model, model.collection, options);\n };\n\n options.success = function(resp) {\n if (wait) destroy();\n if (success) success.call(options.context, model, resp, options);\n if (!model.isNew()) model.trigger('sync', model, resp, options);\n };\n\n var xhr = false;\n if (this.isNew()) {\n _.defer(options.success);\n } else {\n wrapError(this, options);\n xhr = this.sync('delete', this, options);\n }\n if (!wait) destroy();\n return xhr;\n },\n\n // Default URL for the model's representation on the server -- if you're\n // using Backbone's restful methods, override this to change the endpoint\n // that will be called.\n url: function() {\n var base =\n _.result(this, 'urlRoot') ||\n _.result(this.collection, 'url') ||\n urlError();\n if (this.isNew()) return base;\n var id = this.get(this.idAttribute);\n return base.replace(/[^\\/]$/, '$&/') + encodeURIComponent(id);\n },\n\n // **parse** converts a response into the hash of attributes to be `set` on\n // the model. The default implementation is just to pass the response along.\n parse: function(resp, options) {\n return resp;\n },\n\n // Create a new model with identical attributes to this one.\n clone: function() {\n return new this.constructor(this.attributes);\n },\n\n // A model is new if it has never been saved to the server, and lacks an id.\n isNew: function() {\n return !this.has(this.idAttribute);\n },\n\n // Check if the model is currently in a valid state.\n isValid: function(options) {\n return this._validate({}, _.extend({}, options, {validate: true}));\n },\n\n // Run validation against the next complete set of model attributes,\n // returning `true` if all is well. Otherwise, fire an `\"invalid\"` event.\n _validate: function(attrs, options) {\n if (!options.validate || !this.validate) return true;\n attrs = _.extend({}, this.attributes, attrs);\n var error = this.validationError = this.validate(attrs, options) || null;\n if (!error) return true;\n this.trigger('invalid', this, error, _.extend(options, {validationError: error}));\n return false;\n }\n\n });\n\n // Backbone.Collection\n // -------------------\n\n // If models tend to represent a single row of data, a Backbone Collection is\n // more analogous to a table full of data ... or a small slice or page of that\n // table, or a collection of rows that belong together for a particular reason\n // -- all of the messages in this particular folder, all of the documents\n // belonging to this particular author, and so on. Collections maintain\n // indexes of their models, both in order, and for lookup by `id`.\n\n // Create a new **Collection**, perhaps to contain a specific type of `model`.\n // If a `comparator` is specified, the Collection will maintain\n // its models in sort order, as they're added and removed.\n var Collection = Backbone.Collection = function(models, options) {\n options || (options = {});\n this.preinitialize.apply(this, arguments);\n if (options.model) this.model = options.model;\n if (options.comparator !== void 0) this.comparator = options.comparator;\n this._reset();\n this.initialize.apply(this, arguments);\n if (models) this.reset(models, _.extend({silent: true}, options));\n };\n\n // Default options for `Collection#set`.\n var setOptions = {add: true, remove: true, merge: true};\n var addOptions = {add: true, remove: false};\n\n // Splices `insert` into `array` at index `at`.\n var splice = function(array, insert, at) {\n at = Math.min(Math.max(at, 0), array.length);\n var tail = Array(array.length - at);\n var length = insert.length;\n var i;\n for (i = 0; i < tail.length; i++) tail[i] = array[i + at];\n for (i = 0; i < length; i++) array[i + at] = insert[i];\n for (i = 0; i < tail.length; i++) array[i + length + at] = tail[i];\n };\n\n // Define the Collection's inheritable methods.\n _.extend(Collection.prototype, Events, {\n\n // The default model for a collection is just a **Backbone.Model**.\n // This should be overridden in most cases.\n model: Model,\n\n\n // preinitialize is an empty function by default. You can override it with a function\n // or object. preinitialize will run before any instantiation logic is run in the Collection.\n preinitialize: function(){},\n\n // Initialize is an empty function by default. Override it with your own\n // initialization logic.\n initialize: function(){},\n\n // The JSON representation of a Collection is an array of the\n // models' attributes.\n toJSON: function(options) {\n return this.map(function(model) { return model.toJSON(options); });\n },\n\n // Proxy `Backbone.sync` by default.\n sync: function() {\n return Backbone.sync.apply(this, arguments);\n },\n\n // Add a model, or list of models to the set. `models` may be Backbone\n // Models or raw JavaScript objects to be converted to Models, or any\n // combination of the two.\n add: function(models, options) {\n return this.set(models, _.extend({merge: false}, options, addOptions));\n },\n\n // Remove a model, or a list of models from the set.\n remove: function(models, options) {\n options = _.extend({}, options);\n var singular = !_.isArray(models);\n models = singular ? [models] : models.slice();\n var removed = this._removeModels(models, options);\n if (!options.silent && removed.length) {\n options.changes = {added: [], merged: [], removed: removed};\n this.trigger('update', this, options);\n }\n return singular ? removed[0] : removed;\n },\n\n // Update a collection by `set`-ing a new list of models, adding new ones,\n // removing models that are no longer present, and merging models that\n // already exist in the collection, as necessary. Similar to **Model#set**,\n // the core operation for updating the data contained by the collection.\n set: function(models, options) {\n if (models == null) return;\n\n options = _.extend({}, setOptions, options);\n if (options.parse && !this._isModel(models)) {\n models = this.parse(models, options) || [];\n }\n\n var singular = !_.isArray(models);\n models = singular ? [models] : models.slice();\n\n var at = options.at;\n if (at != null) at = +at;\n if (at > this.length) at = this.length;\n if (at < 0) at += this.length + 1;\n\n var set = [];\n var toAdd = [];\n var toMerge = [];\n var toRemove = [];\n var modelMap = {};\n\n var add = options.add;\n var merge = options.merge;\n var remove = options.remove;\n\n var sort = false;\n var sortable = this.comparator && at == null && options.sort !== false;\n var sortAttr = _.isString(this.comparator) ? this.comparator : null;\n\n // Turn bare objects into model references, and prevent invalid models\n // from being added.\n var model, i;\n for (i = 0; i < models.length; i++) {\n model = models[i];\n\n // If a duplicate is found, prevent it from being added and\n // optionally merge it into the existing model.\n var existing = this.get(model);\n if (existing) {\n if (merge && model !== existing) {\n var attrs = this._isModel(model) ? model.attributes : model;\n if (options.parse) attrs = existing.parse(attrs, options);\n existing.set(attrs, options);\n toMerge.push(existing);\n if (sortable && !sort) sort = existing.hasChanged(sortAttr);\n }\n if (!modelMap[existing.cid]) {\n modelMap[existing.cid] = true;\n set.push(existing);\n }\n models[i] = existing;\n\n // If this is a new, valid model, push it to the `toAdd` list.\n } else if (add) {\n model = models[i] = this._prepareModel(model, options);\n if (model) {\n toAdd.push(model);\n this._addReference(model, options);\n modelMap[model.cid] = true;\n set.push(model);\n }\n }\n }\n\n // Remove stale models.\n if (remove) {\n for (i = 0; i < this.length; i++) {\n model = this.models[i];\n if (!modelMap[model.cid]) toRemove.push(model);\n }\n if (toRemove.length) this._removeModels(toRemove, options);\n }\n\n // See if sorting is needed, update `length` and splice in new models.\n var orderChanged = false;\n var replace = !sortable && add && remove;\n if (set.length && replace) {\n orderChanged = this.length !== set.length || _.some(this.models, function(m, index) {\n return m !== set[index];\n });\n this.models.length = 0;\n splice(this.models, set, 0);\n this.length = this.models.length;\n } else if (toAdd.length) {\n if (sortable) sort = true;\n splice(this.models, toAdd, at == null ? this.length : at);\n this.length = this.models.length;\n }\n\n // Silently sort the collection if appropriate.\n if (sort) this.sort({silent: true});\n\n // Unless silenced, it's time to fire all appropriate add/sort/update events.\n if (!options.silent) {\n for (i = 0; i < toAdd.length; i++) {\n if (at != null) options.index = at + i;\n model = toAdd[i];\n model.trigger('add', model, this, options);\n }\n if (sort || orderChanged) this.trigger('sort', this, options);\n if (toAdd.length || toRemove.length || toMerge.length) {\n options.changes = {\n added: toAdd,\n removed: toRemove,\n merged: toMerge\n };\n this.trigger('update', this, options);\n }\n }\n\n // Return the added (or merged) model (or models).\n return singular ? models[0] : models;\n },\n\n // When you have more items than you want to add or remove individually,\n // you can reset the entire set with a new list of models, without firing\n // any granular `add` or `remove` events. Fires `reset` when finished.\n // Useful for bulk operations and optimizations.\n reset: function(models, options) {\n options = options ? _.clone(options) : {};\n for (var i = 0; i < this.models.length; i++) {\n this._removeReference(this.models[i], options);\n }\n options.previousModels = this.models;\n this._reset();\n models = this.add(models, _.extend({silent: true}, options));\n if (!options.silent) this.trigger('reset', this, options);\n return models;\n },\n\n // Add a model to the end of the collection.\n push: function(model, options) {\n return this.add(model, _.extend({at: this.length}, options));\n },\n\n // Remove a model from the end of the collection.\n pop: function(options) {\n var model = this.at(this.length - 1);\n return this.remove(model, options);\n },\n\n // Add a model to the beginning of the collection.\n unshift: function(model, options) {\n return this.add(model, _.extend({at: 0}, options));\n },\n\n // Remove a model from the beginning of the collection.\n shift: function(options) {\n var model = this.at(0);\n return this.remove(model, options);\n },\n\n // Slice out a sub-array of models from the collection.\n slice: function() {\n return slice.apply(this.models, arguments);\n },\n\n // Get a model from the set by id, cid, model object with id or cid\n // properties, or an attributes object that is transformed through modelId.\n get: function(obj) {\n if (obj == null) return void 0;\n return this._byId[obj] ||\n this._byId[this.modelId(this._isModel(obj) ? obj.attributes : obj)] ||\n obj.cid && this._byId[obj.cid];\n },\n\n // Returns `true` if the model is in the collection.\n has: function(obj) {\n return this.get(obj) != null;\n },\n\n // Get the model at the given index.\n at: function(index) {\n if (index < 0) index += this.length;\n return this.models[index];\n },\n\n // Return models with matching attributes. Useful for simple cases of\n // `filter`.\n where: function(attrs, first) {\n return this[first ? 'find' : 'filter'](attrs);\n },\n\n // Return the first model with matching attributes. Useful for simple cases\n // of `find`.\n findWhere: function(attrs) {\n return this.where(attrs, true);\n },\n\n // Force the collection to re-sort itself. You don't need to call this under\n // normal circumstances, as the set will maintain sort order as each item\n // is added.\n sort: function(options) {\n var comparator = this.comparator;\n if (!comparator) throw new Error('Cannot sort a set without a comparator');\n options || (options = {});\n\n var length = comparator.length;\n if (_.isFunction(comparator)) comparator = comparator.bind(this);\n\n // Run sort based on type of `comparator`.\n if (length === 1 || _.isString(comparator)) {\n this.models = this.sortBy(comparator);\n } else {\n this.models.sort(comparator);\n }\n if (!options.silent) this.trigger('sort', this, options);\n return this;\n },\n\n // Pluck an attribute from each model in the collection.\n pluck: function(attr) {\n return this.map(attr + '');\n },\n\n // Fetch the default set of models for this collection, resetting the\n // collection when they arrive. If `reset: true` is passed, the response\n // data will be passed through the `reset` method instead of `set`.\n fetch: function(options) {\n options = _.extend({parse: true}, options);\n var success = options.success;\n var collection = this;\n options.success = function(resp) {\n var method = options.reset ? 'reset' : 'set';\n collection[method](resp, options);\n if (success) success.call(options.context, collection, resp, options);\n collection.trigger('sync', collection, resp, options);\n };\n wrapError(this, options);\n return this.sync('read', this, options);\n },\n\n // Create a new instance of a model in this collection. Add the model to the\n // collection immediately, unless `wait: true` is passed, in which case we\n // wait for the server to agree.\n create: function(model, options) {\n options = options ? _.clone(options) : {};\n var wait = options.wait;\n model = this._prepareModel(model, options);\n if (!model) return false;\n if (!wait) this.add(model, options);\n var collection = this;\n var success = options.success;\n options.success = function(m, resp, callbackOpts) {\n if (wait) collection.add(m, callbackOpts);\n if (success) success.call(callbackOpts.context, m, resp, callbackOpts);\n };\n model.save(null, options);\n return model;\n },\n\n // **parse** converts a response into a list of models to be added to the\n // collection. The default implementation is just to pass it through.\n parse: function(resp, options) {\n return resp;\n },\n\n // Create a new collection with an identical list of models as this one.\n clone: function() {\n return new this.constructor(this.models, {\n model: this.model,\n comparator: this.comparator\n });\n },\n\n // Define how to uniquely identify models in the collection.\n modelId: function(attrs) {\n return attrs[this.model.prototype.idAttribute || 'id'];\n },\n\n // Get an iterator of all models in this collection.\n values: function() {\n return new CollectionIterator(this, ITERATOR_VALUES);\n },\n\n // Get an iterator of all model IDs in this collection.\n keys: function() {\n return new CollectionIterator(this, ITERATOR_KEYS);\n },\n\n // Get an iterator of all [ID, model] tuples in this collection.\n entries: function() {\n return new CollectionIterator(this, ITERATOR_KEYSVALUES);\n },\n\n // Private method to reset all internal state. Called when the collection\n // is first initialized or reset.\n _reset: function() {\n this.length = 0;\n this.models = [];\n this._byId = {};\n },\n\n // Prepare a hash of attributes (or other model) to be added to this\n // collection.\n _prepareModel: function(attrs, options) {\n if (this._isModel(attrs)) {\n if (!attrs.collection) attrs.collection = this;\n return attrs;\n }\n options = options ? _.clone(options) : {};\n options.collection = this;\n var model = new this.model(attrs, options);\n if (!model.validationError) return model;\n this.trigger('invalid', this, model.validationError, options);\n return false;\n },\n\n // Internal method called by both remove and set.\n _removeModels: function(models, options) {\n var removed = [];\n for (var i = 0; i < models.length; i++) {\n var model = this.get(models[i]);\n if (!model) continue;\n\n var index = this.indexOf(model);\n this.models.splice(index, 1);\n this.length--;\n\n // Remove references before triggering 'remove' event to prevent an\n // infinite loop. #3693\n delete this._byId[model.cid];\n var id = this.modelId(model.attributes);\n if (id != null) delete this._byId[id];\n\n if (!options.silent) {\n options.index = index;\n model.trigger('remove', model, this, options);\n }\n\n removed.push(model);\n this._removeReference(model, options);\n }\n return removed;\n },\n\n // Method for checking whether an object should be considered a model for\n // the purposes of adding to the collection.\n _isModel: function(model) {\n return model instanceof Model;\n },\n\n // Internal method to create a model's ties to a collection.\n _addReference: function(model, options) {\n this._byId[model.cid] = model;\n var id = this.modelId(model.attributes);\n if (id != null) this._byId[id] = model;\n model.on('all', this._onModelEvent, this);\n },\n\n // Internal method to sever a model's ties to a collection.\n _removeReference: function(model, options) {\n delete this._byId[model.cid];\n var id = this.modelId(model.attributes);\n if (id != null) delete this._byId[id];\n if (this === model.collection) delete model.collection;\n model.off('all', this._onModelEvent, this);\n },\n\n // Internal method called every time a model in the set fires an event.\n // Sets need to update their indexes when models change ids. All other\n // events simply proxy through. \"add\" and \"remove\" events that originate\n // in other collections are ignored.\n _onModelEvent: function(event, model, collection, options) {\n if (model) {\n if ((event === 'add' || event === 'remove') && collection !== this) return;\n if (event === 'destroy') this.remove(model, options);\n if (event === 'change') {\n var prevId = this.modelId(model.previousAttributes());\n var id = this.modelId(model.attributes);\n if (prevId !== id) {\n if (prevId != null) delete this._byId[prevId];\n if (id != null) this._byId[id] = model;\n }\n }\n }\n this.trigger.apply(this, arguments);\n }\n\n });\n\n // Defining an @@iterator method implements JavaScript's Iterable protocol.\n // In modern ES2015 browsers, this value is found at Symbol.iterator.\n /* global Symbol */\n var $$iterator = typeof Symbol === 'function' && Symbol.iterator;\n if ($$iterator) {\n Collection.prototype[$$iterator] = Collection.prototype.values;\n }\n\n // CollectionIterator\n // ------------------\n\n // A CollectionIterator implements JavaScript's Iterator protocol, allowing the\n // use of `for of` loops in modern browsers and interoperation between\n // Backbone.Collection and other JavaScript functions and third-party libraries\n // which can operate on Iterables.\n var CollectionIterator = function(collection, kind) {\n this._collection = collection;\n this._kind = kind;\n this._index = 0;\n };\n\n // This \"enum\" defines the three possible kinds of values which can be emitted\n // by a CollectionIterator that correspond to the values(), keys() and entries()\n // methods on Collection, respectively.\n var ITERATOR_VALUES = 1;\n var ITERATOR_KEYS = 2;\n var ITERATOR_KEYSVALUES = 3;\n\n // All Iterators should themselves be Iterable.\n if ($$iterator) {\n CollectionIterator.prototype[$$iterator] = function() {\n return this;\n };\n }\n\n CollectionIterator.prototype.next = function() {\n if (this._collection) {\n\n // Only continue iterating if the iterated collection is long enough.\n if (this._index < this._collection.length) {\n var model = this._collection.at(this._index);\n this._index++;\n\n // Construct a value depending on what kind of values should be iterated.\n var value;\n if (this._kind === ITERATOR_VALUES) {\n value = model;\n } else {\n var id = this._collection.modelId(model.attributes);\n if (this._kind === ITERATOR_KEYS) {\n value = id;\n } else { // ITERATOR_KEYSVALUES\n value = [id, model];\n }\n }\n return {value: value, done: false};\n }\n\n // Once exhausted, remove the reference to the collection so future\n // calls to the next method always return done.\n this._collection = void 0;\n }\n\n return {value: void 0, done: true};\n };\n\n // Backbone.View\n // -------------\n\n // Backbone Views are almost more convention than they are actual code. A View\n // is simply a JavaScript object that represents a logical chunk of UI in the\n // DOM. This might be a single item, an entire list, a sidebar or panel, or\n // even the surrounding frame which wraps your whole app. Defining a chunk of\n // UI as a **View** allows you to define your DOM events declaratively, without\n // having to worry about render order ... and makes it easy for the view to\n // react to specific changes in the state of your models.\n\n // Creating a Backbone.View creates its initial element outside of the DOM,\n // if an existing element is not provided...\n var View = Backbone.View = function(options) {\n this.cid = _.uniqueId('view');\n this.preinitialize.apply(this, arguments);\n _.extend(this, _.pick(options, viewOptions));\n this._ensureElement();\n this.initialize.apply(this, arguments);\n };\n\n // Cached regex to split keys for `delegate`.\n var delegateEventSplitter = /^(\\S+)\\s*(.*)$/;\n\n // List of view options to be set as properties.\n var viewOptions = ['model', 'collection', 'el', 'id', 'attributes', 'className', 'tagName', 'events'];\n\n // Set up all inheritable **Backbone.View** properties and methods.\n _.extend(View.prototype, Events, {\n\n // The default `tagName` of a View's element is `\"div\"`.\n tagName: 'div',\n\n // jQuery delegate for element lookup, scoped to DOM elements within the\n // current view. This should be preferred to global lookups where possible.\n $: function(selector) {\n return this.$el.find(selector);\n },\n\n // preinitialize is an empty function by default. You can override it with a function\n // or object. preinitialize will run before any instantiation logic is run in the View\n preinitialize: function(){},\n\n // Initialize is an empty function by default. Override it with your own\n // initialization logic.\n initialize: function(){},\n\n // **render** is the core function that your view should override, in order\n // to populate its element (`this.el`), with the appropriate HTML. The\n // convention is for **render** to always return `this`.\n render: function() {\n return this;\n },\n\n // Remove this view by taking the element out of the DOM, and removing any\n // applicable Backbone.Events listeners.\n remove: function() {\n this._removeElement();\n this.stopListening();\n return this;\n },\n\n // Remove this view's element from the document and all event listeners\n // attached to it. Exposed for subclasses using an alternative DOM\n // manipulation API.\n _removeElement: function() {\n this.$el.remove();\n },\n\n // Change the view's element (`this.el` property) and re-delegate the\n // view's events on the new element.\n setElement: function(element) {\n this.undelegateEvents();\n this._setElement(element);\n this.delegateEvents();\n return this;\n },\n\n // Creates the `this.el` and `this.$el` references for this view using the\n // given `el`. `el` can be a CSS selector or an HTML string, a jQuery\n // context or an element. Subclasses can override this to utilize an\n // alternative DOM manipulation API and are only required to set the\n // `this.el` property.\n _setElement: function(el) {\n this.$el = el instanceof Backbone.$ ? el : Backbone.$(el);\n this.el = this.$el[0];\n },\n\n // Set callbacks, where `this.events` is a hash of\n //\n // *{\"event selector\": \"callback\"}*\n //\n // {\n // 'mousedown .title': 'edit',\n // 'click .button': 'save',\n // 'click .open': function(e) { ... }\n // }\n //\n // pairs. Callbacks will be bound to the view, with `this` set properly.\n // Uses event delegation for efficiency.\n // Omitting the selector binds the event to `this.el`.\n delegateEvents: function(events) {\n events || (events = _.result(this, 'events'));\n if (!events) return this;\n this.undelegateEvents();\n for (var key in events) {\n var method = events[key];\n if (!_.isFunction(method)) method = this[method];\n if (!method) continue;\n var match = key.match(delegateEventSplitter);\n this.delegate(match[1], match[2], method.bind(this));\n }\n return this;\n },\n\n // Add a single event listener to the view's element (or a child element\n // using `selector`). This only works for delegate-able events: not `focus`,\n // `blur`, and not `change`, `submit`, and `reset` in Internet Explorer.\n delegate: function(eventName, selector, listener) {\n this.$el.on(eventName + '.delegateEvents' + this.cid, selector, listener);\n return this;\n },\n\n // Clears all callbacks previously bound to the view by `delegateEvents`.\n // You usually don't need to use this, but may wish to if you have multiple\n // Backbone views attached to the same DOM element.\n undelegateEvents: function() {\n if (this.$el) this.$el.off('.delegateEvents' + this.cid);\n return this;\n },\n\n // A finer-grained `undelegateEvents` for removing a single delegated event.\n // `selector` and `listener` are both optional.\n undelegate: function(eventName, selector, listener) {\n this.$el.off(eventName + '.delegateEvents' + this.cid, selector, listener);\n return this;\n },\n\n // Produces a DOM element to be assigned to your view. Exposed for\n // subclasses using an alternative DOM manipulation API.\n _createElement: function(tagName) {\n return document.createElement(tagName);\n },\n\n // Ensure that the View has a DOM element to render into.\n // If `this.el` is a string, pass it through `$()`, take the first\n // matching element, and re-assign it to `el`. Otherwise, create\n // an element from the `id`, `className` and `tagName` properties.\n _ensureElement: function() {\n if (!this.el) {\n var attrs = _.extend({}, _.result(this, 'attributes'));\n if (this.id) attrs.id = _.result(this, 'id');\n if (this.className) attrs['class'] = _.result(this, 'className');\n this.setElement(this._createElement(_.result(this, 'tagName')));\n this._setAttributes(attrs);\n } else {\n this.setElement(_.result(this, 'el'));\n }\n },\n\n // Set attributes from a hash on this view's element. Exposed for\n // subclasses using an alternative DOM manipulation API.\n _setAttributes: function(attributes) {\n this.$el.attr(attributes);\n }\n\n });\n\n // Proxy Backbone class methods to Underscore functions, wrapping the model's\n // `attributes` object or collection's `models` array behind the scenes.\n //\n // collection.filter(function(model) { return model.get('age') > 10 });\n // collection.each(this.addView);\n //\n // `Function#apply` can be slow so we use the method's arg count, if we know it.\n var addMethod = function(base, length, method, attribute) {\n switch (length) {\n case 1: return function() {\n return base[method](this[attribute]);\n };\n case 2: return function(value) {\n return base[method](this[attribute], value);\n };\n case 3: return function(iteratee, context) {\n return base[method](this[attribute], cb(iteratee, this), context);\n };\n case 4: return function(iteratee, defaultVal, context) {\n return base[method](this[attribute], cb(iteratee, this), defaultVal, context);\n };\n default: return function() {\n var args = slice.call(arguments);\n args.unshift(this[attribute]);\n return base[method].apply(base, args);\n };\n }\n };\n\n var addUnderscoreMethods = function(Class, base, methods, attribute) {\n _.each(methods, function(length, method) {\n if (base[method]) Class.prototype[method] = addMethod(base, length, method, attribute);\n });\n };\n\n // Support `collection.sortBy('attr')` and `collection.findWhere({id: 1})`.\n var cb = function(iteratee, instance) {\n if (_.isFunction(iteratee)) return iteratee;\n if (_.isObject(iteratee) && !instance._isModel(iteratee)) return modelMatcher(iteratee);\n if (_.isString(iteratee)) return function(model) { return model.get(iteratee); };\n return iteratee;\n };\n var modelMatcher = function(attrs) {\n var matcher = _.matches(attrs);\n return function(model) {\n return matcher(model.attributes);\n };\n };\n\n // Underscore methods that we want to implement on the Collection.\n // 90% of the core usefulness of Backbone Collections is actually implemented\n // right here:\n var collectionMethods = {forEach: 3, each: 3, map: 3, collect: 3, reduce: 0,\n foldl: 0, inject: 0, reduceRight: 0, foldr: 0, find: 3, detect: 3, filter: 3,\n select: 3, reject: 3, every: 3, all: 3, some: 3, any: 3, include: 3, includes: 3,\n contains: 3, invoke: 0, max: 3, min: 3, toArray: 1, size: 1, first: 3,\n head: 3, take: 3, initial: 3, rest: 3, tail: 3, drop: 3, last: 3,\n without: 0, difference: 0, indexOf: 3, shuffle: 1, lastIndexOf: 3,\n isEmpty: 1, chain: 1, sample: 3, partition: 3, groupBy: 3, countBy: 3,\n sortBy: 3, indexBy: 3, findIndex: 3, findLastIndex: 3};\n\n\n // Underscore methods that we want to implement on the Model, mapped to the\n // number of arguments they take.\n var modelMethods = {keys: 1, values: 1, pairs: 1, invert: 1, pick: 0,\n omit: 0, chain: 1, isEmpty: 1};\n\n // Mix in each Underscore method as a proxy to `Collection#models`.\n\n _.each([\n [Collection, collectionMethods, 'models'],\n [Model, modelMethods, 'attributes']\n ], function(config) {\n var Base = config[0],\n methods = config[1],\n attribute = config[2];\n\n Base.mixin = function(obj) {\n var mappings = _.reduce(_.functions(obj), function(memo, name) {\n memo[name] = 0;\n return memo;\n }, {});\n addUnderscoreMethods(Base, obj, mappings, attribute);\n };\n\n addUnderscoreMethods(Base, _, methods, attribute);\n });\n\n // Backbone.sync\n // -------------\n\n // Override this function to change the manner in which Backbone persists\n // models to the server. You will be passed the type of request, and the\n // model in question. By default, makes a RESTful Ajax request\n // to the model's `url()`. Some possible customizations could be:\n //\n // * Use `setTimeout` to batch rapid-fire updates into a single request.\n // * Send up the models as XML instead of JSON.\n // * Persist models via WebSockets instead of Ajax.\n //\n // Turn on `Backbone.emulateHTTP` in order to send `PUT` and `DELETE` requests\n // as `POST`, with a `_method` parameter containing the true HTTP method,\n // as well as all requests with the body as `application/x-www-form-urlencoded`\n // instead of `application/json` with the model in a param named `model`.\n // Useful when interfacing with server-side languages like **PHP** that make\n // it difficult to read the body of `PUT` requests.\n Backbone.sync = function(method, model, options) {\n var type = methodMap[method];\n\n // Default options, unless specified.\n _.defaults(options || (options = {}), {\n emulateHTTP: Backbone.emulateHTTP,\n emulateJSON: Backbone.emulateJSON\n });\n\n // Default JSON-request options.\n var params = {type: type, dataType: 'json'};\n\n // Ensure that we have a URL.\n if (!options.url) {\n params.url = _.result(model, 'url') || urlError();\n }\n\n // Ensure that we have the appropriate request data.\n if (options.data == null && model && (method === 'create' || method === 'update' || method === 'patch')) {\n params.contentType = 'application/json';\n params.data = JSON.stringify(options.attrs || model.toJSON(options));\n }\n\n // For older servers, emulate JSON by encoding the request into an HTML-form.\n if (options.emulateJSON) {\n params.contentType = 'application/x-www-form-urlencoded';\n params.data = params.data ? {model: params.data} : {};\n }\n\n // For older servers, emulate HTTP by mimicking the HTTP method with `_method`\n // And an `X-HTTP-Method-Override` header.\n if (options.emulateHTTP && (type === 'PUT' || type === 'DELETE' || type === 'PATCH')) {\n params.type = 'POST';\n if (options.emulateJSON) params.data._method = type;\n var beforeSend = options.beforeSend;\n options.beforeSend = function(xhr) {\n xhr.setRequestHeader('X-HTTP-Method-Override', type);\n if (beforeSend) return beforeSend.apply(this, arguments);\n };\n }\n\n // Don't process data on a non-GET request.\n if (params.type !== 'GET' && !options.emulateJSON) {\n params.processData = false;\n }\n\n // Pass along `textStatus` and `errorThrown` from jQuery.\n var error = options.error;\n options.error = function(xhr, textStatus, errorThrown) {\n options.textStatus = textStatus;\n options.errorThrown = errorThrown;\n if (error) error.call(options.context, xhr, textStatus, errorThrown);\n };\n\n // Make the request, allowing the user to override any Ajax options.\n var xhr = options.xhr = Backbone.ajax(_.extend(params, options));\n model.trigger('request', model, xhr, options);\n return xhr;\n };\n\n // Map from CRUD to HTTP for our default `Backbone.sync` implementation.\n var methodMap = {\n create: 'POST',\n update: 'PUT',\n patch: 'PATCH',\n delete: 'DELETE',\n read: 'GET'\n };\n\n // Set the default implementation of `Backbone.ajax` to proxy through to `$`.\n // Override this if you'd like to use a different library.\n Backbone.ajax = function() {\n return Backbone.$.ajax.apply(Backbone.$, arguments);\n };\n\n // Backbone.Router\n // ---------------\n\n // Routers map faux-URLs to actions, and fire events when routes are\n // matched. Creating a new one sets its `routes` hash, if not set statically.\n var Router = Backbone.Router = function(options) {\n options || (options = {});\n this.preinitialize.apply(this, arguments);\n if (options.routes) this.routes = options.routes;\n this._bindRoutes();\n this.initialize.apply(this, arguments);\n };\n\n // Cached regular expressions for matching named param parts and splatted\n // parts of route strings.\n var optionalParam = /\\((.*?)\\)/g;\n var namedParam = /(\\(\\?)?:\\w+/g;\n var splatParam = /\\*\\w+/g;\n var escapeRegExp = /[\\-{}\\[\\]+?.,\\\\\\^$|#\\s]/g;\n\n // Set up all inheritable **Backbone.Router** properties and methods.\n _.extend(Router.prototype, Events, {\n\n // preinitialize is an empty function by default. You can override it with a function\n // or object. preinitialize will run before any instantiation logic is run in the Router.\n preinitialize: function(){},\n\n // Initialize is an empty function by default. Override it with your own\n // initialization logic.\n initialize: function(){},\n\n // Manually bind a single named route to a callback. For example:\n //\n // this.route('search/:query/p:num', 'search', function(query, num) {\n // ...\n // });\n //\n route: function(route, name, callback) {\n if (!_.isRegExp(route)) route = this._routeToRegExp(route);\n if (_.isFunction(name)) {\n callback = name;\n name = '';\n }\n if (!callback) callback = this[name];\n var router = this;\n Backbone.history.route(route, function(fragment) {\n var args = router._extractParameters(route, fragment);\n if (router.execute(callback, args, name) !== false) {\n router.trigger.apply(router, ['route:' + name].concat(args));\n router.trigger('route', name, args);\n Backbone.history.trigger('route', router, name, args);\n }\n });\n return this;\n },\n\n // Execute a route handler with the provided parameters. This is an\n // excellent place to do pre-route setup or post-route cleanup.\n execute: function(callback, args, name) {\n if (callback) callback.apply(this, args);\n },\n\n // Simple proxy to `Backbone.history` to save a fragment into the history.\n navigate: function(fragment, options) {\n Backbone.history.navigate(fragment, options);\n return this;\n },\n\n // Bind all defined routes to `Backbone.history`. We have to reverse the\n // order of the routes here to support behavior where the most general\n // routes can be defined at the bottom of the route map.\n _bindRoutes: function() {\n if (!this.routes) return;\n this.routes = _.result(this, 'routes');\n var route, routes = _.keys(this.routes);\n while ((route = routes.pop()) != null) {\n this.route(route, this.routes[route]);\n }\n },\n\n // Convert a route string into a regular expression, suitable for matching\n // against the current location hash.\n _routeToRegExp: function(route) {\n route = route.replace(escapeRegExp, '\\\\$&')\n .replace(optionalParam, '(?:$1)?')\n .replace(namedParam, function(match, optional) {\n return optional ? match : '([^/?]+)';\n })\n .replace(splatParam, '([^?]*?)');\n return new RegExp('^' + route + '(?:\\\\?([\\\\s\\\\S]*))?$');\n },\n\n // Given a route, and a URL fragment that it matches, return the array of\n // extracted decoded parameters. Empty or unmatched parameters will be\n // treated as `null` to normalize cross-browser behavior.\n _extractParameters: function(route, fragment) {\n var params = route.exec(fragment).slice(1);\n return _.map(params, function(param, i) {\n // Don't decode the search params.\n if (i === params.length - 1) return param || null;\n return param ? decodeURIComponent(param) : null;\n });\n }\n\n });\n\n // Backbone.History\n // ----------------\n\n // Handles cross-browser history management, based on either\n // [pushState](http://diveintohtml5.info/history.html) and real URLs, or\n // [onhashchange](https://developer.mozilla.org/en-US/docs/DOM/window.onhashchange)\n // and URL fragments. If the browser supports neither (old IE, natch),\n // falls back to polling.\n var History = Backbone.History = function() {\n this.handlers = [];\n this.checkUrl = this.checkUrl.bind(this);\n\n // Ensure that `History` can be used outside of the browser.\n if (typeof window !== 'undefined') {\n this.location = window.location;\n this.history = window.history;\n }\n };\n\n // Cached regex for stripping a leading hash/slash and trailing space.\n var routeStripper = /^[#\\/]|\\s+$/g;\n\n // Cached regex for stripping leading and trailing slashes.\n var rootStripper = /^\\/+|\\/+$/g;\n\n // Cached regex for stripping urls of hash.\n var pathStripper = /#.*$/;\n\n // Has the history handling already been started?\n History.started = false;\n\n // Set up all inheritable **Backbone.History** properties and methods.\n _.extend(History.prototype, Events, {\n\n // The default interval to poll for hash changes, if necessary, is\n // twenty times a second.\n interval: 50,\n\n // Are we at the app root?\n atRoot: function() {\n var path = this.location.pathname.replace(/[^\\/]$/, '$&/');\n return path === this.root && !this.getSearch();\n },\n\n // Does the pathname match the root?\n matchRoot: function() {\n var path = this.decodeFragment(this.location.pathname);\n var rootPath = path.slice(0, this.root.length - 1) + '/';\n return rootPath === this.root;\n },\n\n // Unicode characters in `location.pathname` are percent encoded so they're\n // decoded for comparison. `%25` should not be decoded since it may be part\n // of an encoded parameter.\n decodeFragment: function(fragment) {\n return decodeURI(fragment.replace(/%25/g, '%2525'));\n },\n\n // In IE6, the hash fragment and search params are incorrect if the\n // fragment contains `?`.\n getSearch: function() {\n var match = this.location.href.replace(/#.*/, '').match(/\\?.+/);\n return match ? match[0] : '';\n },\n\n // Gets the true hash value. Cannot use location.hash directly due to bug\n // in Firefox where location.hash will always be decoded.\n getHash: function(window) {\n var match = (window || this).location.href.match(/#(.*)$/);\n return match ? match[1] : '';\n },\n\n // Get the pathname and search params, without the root.\n getPath: function() {\n var path = this.decodeFragment(\n this.location.pathname + this.getSearch()\n ).slice(this.root.length - 1);\n return path.charAt(0) === '/' ? path.slice(1) : path;\n },\n\n // Get the cross-browser normalized URL fragment from the path or hash.\n getFragment: function(fragment) {\n if (fragment == null) {\n if (this._usePushState || !this._wantsHashChange) {\n fragment = this.getPath();\n } else {\n fragment = this.getHash();\n }\n }\n return fragment.replace(routeStripper, '');\n },\n\n // Start the hash change handling, returning `true` if the current URL matches\n // an existing route, and `false` otherwise.\n start: function(options) {\n if (History.started) throw new Error('Backbone.history has already been started');\n History.started = true;\n\n // Figure out the initial configuration. Do we need an iframe?\n // Is pushState desired ... is it available?\n this.options = _.extend({root: '/'}, this.options, options);\n this.root = this.options.root;\n this._wantsHashChange = this.options.hashChange !== false;\n this._hasHashChange = 'onhashchange' in window && (document.documentMode === void 0 || document.documentMode > 7);\n this._useHashChange = this._wantsHashChange && this._hasHashChange;\n this._wantsPushState = !!this.options.pushState;\n this._hasPushState = !!(this.history && this.history.pushState);\n this._usePushState = this._wantsPushState && this._hasPushState;\n this.fragment = this.getFragment();\n\n // Normalize root to always include a leading and trailing slash.\n this.root = ('/' + this.root + '/').replace(rootStripper, '/');\n\n // Transition from hashChange to pushState or vice versa if both are\n // requested.\n if (this._wantsHashChange && this._wantsPushState) {\n\n // If we've started off with a route from a `pushState`-enabled\n // browser, but we're currently in a browser that doesn't support it...\n if (!this._hasPushState && !this.atRoot()) {\n var rootPath = this.root.slice(0, -1) || '/';\n this.location.replace(rootPath + '#' + this.getPath());\n // Return immediately as browser will do redirect to new url\n return true;\n\n // Or if we've started out with a hash-based route, but we're currently\n // in a browser where it could be `pushState`-based instead...\n } else if (this._hasPushState && this.atRoot()) {\n this.navigate(this.getHash(), {replace: true});\n }\n\n }\n\n // Proxy an iframe to handle location events if the browser doesn't\n // support the `hashchange` event, HTML5 history, or the user wants\n // `hashChange` but not `pushState`.\n if (!this._hasHashChange && this._wantsHashChange && !this._usePushState) {\n this.iframe = document.createElement('iframe');\n this.iframe.src = 'javascript:0';\n this.iframe.style.display = 'none';\n this.iframe.tabIndex = -1;\n var body = document.body;\n // Using `appendChild` will throw on IE < 9 if the document is not ready.\n var iWindow = body.insertBefore(this.iframe, body.firstChild).contentWindow;\n iWindow.document.open();\n iWindow.document.close();\n iWindow.location.hash = '#' + this.fragment;\n }\n\n // Add a cross-platform `addEventListener` shim for older browsers.\n var addEventListener = window.addEventListener || function(eventName, listener) {\n return attachEvent('on' + eventName, listener);\n };\n\n // Depending on whether we're using pushState or hashes, and whether\n // 'onhashchange' is supported, determine how we check the URL state.\n if (this._usePushState) {\n addEventListener('popstate', this.checkUrl, false);\n } else if (this._useHashChange && !this.iframe) {\n addEventListener('hashchange', this.checkUrl, false);\n } else if (this._wantsHashChange) {\n this._checkUrlInterval = setInterval(this.checkUrl, this.interval);\n }\n\n if (!this.options.silent) return this.loadUrl();\n },\n\n // Disable Backbone.history, perhaps temporarily. Not useful in a real app,\n // but possibly useful for unit testing Routers.\n stop: function() {\n // Add a cross-platform `removeEventListener` shim for older browsers.\n var removeEventListener = window.removeEventListener || function(eventName, listener) {\n return detachEvent('on' + eventName, listener);\n };\n\n // Remove window listeners.\n if (this._usePushState) {\n removeEventListener('popstate', this.checkUrl, false);\n } else if (this._useHashChange && !this.iframe) {\n removeEventListener('hashchange', this.checkUrl, false);\n }\n\n // Clean up the iframe if necessary.\n if (this.iframe) {\n document.body.removeChild(this.iframe);\n this.iframe = null;\n }\n\n // Some environments will throw when clearing an undefined interval.\n if (this._checkUrlInterval) clearInterval(this._checkUrlInterval);\n History.started = false;\n },\n\n // Add a route to be tested when the fragment changes. Routes added later\n // may override previous routes.\n route: function(route, callback) {\n this.handlers.unshift({route: route, callback: callback});\n },\n\n // Checks the current URL to see if it has changed, and if it has,\n // calls `loadUrl`, normalizing across the hidden iframe.\n checkUrl: function(e) {\n var current = this.getFragment();\n\n // If the user pressed the back button, the iframe's hash will have\n // changed and we should use that for comparison.\n if (current === this.fragment && this.iframe) {\n current = this.getHash(this.iframe.contentWindow);\n }\n\n if (current === this.fragment) return false;\n if (this.iframe) this.navigate(current);\n this.loadUrl();\n },\n\n // Attempt to load the current URL fragment. If a route succeeds with a\n // match, returns `true`. If no defined routes matches the fragment,\n // returns `false`.\n loadUrl: function(fragment) {\n // If the root doesn't match, no routes can match either.\n if (!this.matchRoot()) return false;\n fragment = this.fragment = this.getFragment(fragment);\n return _.some(this.handlers, function(handler) {\n if (handler.route.test(fragment)) {\n handler.callback(fragment);\n return true;\n }\n });\n },\n\n // Save a fragment into the hash history, or replace the URL state if the\n // 'replace' option is passed. You are responsible for properly URL-encoding\n // the fragment in advance.\n //\n // The options object can contain `trigger: true` if you wish to have the\n // route callback be fired (not usually desirable), or `replace: true`, if\n // you wish to modify the current URL without adding an entry to the history.\n navigate: function(fragment, options) {\n if (!History.started) return false;\n if (!options || options === true) options = {trigger: !!options};\n\n // Normalize the fragment.\n fragment = this.getFragment(fragment || '');\n\n // Don't include a trailing slash on the root.\n var rootPath = this.root;\n if (fragment === '' || fragment.charAt(0) === '?') {\n rootPath = rootPath.slice(0, -1) || '/';\n }\n var url = rootPath + fragment;\n\n // Strip the fragment of the query and hash for matching.\n fragment = fragment.replace(pathStripper, '');\n\n // Decode for matching.\n var decodedFragment = this.decodeFragment(fragment);\n\n if (this.fragment === decodedFragment) return;\n this.fragment = decodedFragment;\n\n // If pushState is available, we use it to set the fragment as a real URL.\n if (this._usePushState) {\n this.history[options.replace ? 'replaceState' : 'pushState']({}, document.title, url);\n\n // If hash changes haven't been explicitly disabled, update the hash\n // fragment to store history.\n } else if (this._wantsHashChange) {\n this._updateHash(this.location, fragment, options.replace);\n if (this.iframe && fragment !== this.getHash(this.iframe.contentWindow)) {\n var iWindow = this.iframe.contentWindow;\n\n // Opening and closing the iframe tricks IE7 and earlier to push a\n // history entry on hash-tag change. When replace is true, we don't\n // want this.\n if (!options.replace) {\n iWindow.document.open();\n iWindow.document.close();\n }\n\n this._updateHash(iWindow.location, fragment, options.replace);\n }\n\n // If you've told us that you explicitly don't want fallback hashchange-\n // based history, then `navigate` becomes a page refresh.\n } else {\n return this.location.assign(url);\n }\n if (options.trigger) return this.loadUrl(fragment);\n },\n\n // Update the hash location, either replacing the current entry, or adding\n // a new one to the browser history.\n _updateHash: function(location, fragment, replace) {\n if (replace) {\n var href = location.href.replace(/(javascript:|#).*$/, '');\n location.replace(href + '#' + fragment);\n } else {\n // Some browsers require that `hash` contains a leading #.\n location.hash = '#' + fragment;\n }\n }\n\n });\n\n // Create the default Backbone.history.\n Backbone.history = new History;\n\n // Helpers\n // -------\n\n // Helper function to correctly set up the prototype chain for subclasses.\n // Similar to `goog.inherits`, but uses a hash of prototype properties and\n // class properties to be extended.\n var extend = function(protoProps, staticProps) {\n var parent = this;\n var child;\n\n // The constructor function for the new subclass is either defined by you\n // (the \"constructor\" property in your `extend` definition), or defaulted\n // by us to simply call the parent constructor.\n if (protoProps && _.has(protoProps, 'constructor')) {\n child = protoProps.constructor;\n } else {\n child = function(){ return parent.apply(this, arguments); };\n }\n\n // Add static properties to the constructor function, if supplied.\n _.extend(child, parent, staticProps);\n\n // Set the prototype chain to inherit from `parent`, without calling\n // `parent`'s constructor function and add the prototype properties.\n child.prototype = _.create(parent.prototype, protoProps);\n child.prototype.constructor = child;\n\n // Set a convenience property in case the parent's prototype is needed\n // later.\n child.__super__ = parent.prototype;\n\n return child;\n };\n\n // Set up inheritance for the model, collection, router, view and history.\n Model.extend = Collection.extend = Router.extend = View.extend = History.extend = extend;\n\n // Throw an error when a URL is needed, and none is supplied.\n var urlError = function() {\n throw new Error('A \"url\" property or function must be specified');\n };\n\n // Wrap an optional error callback with a fallback error event.\n var wrapError = function(model, options) {\n var error = options.error;\n options.error = function(resp) {\n if (error) error.call(options.context, model, resp, options);\n model.trigger('error', model, resp, options);\n };\n };\n\n return Backbone;\n});\n","var store = require('../internals/shared-store');\n\nvar functionToString = Function.toString;\n\n// this helper broken in `core-js@3.4.1-3.4.4`, so we can't use `shared` helper\nif (typeof store.inspectSource != 'function') {\n store.inspectSource = function (it) {\n return functionToString.call(it);\n };\n}\n\nmodule.exports = store.inspectSource;\n","// IE8- don't enum bug keys\nmodule.exports = [\n 'constructor',\n 'hasOwnProperty',\n 'isPrototypeOf',\n 'propertyIsEnumerable',\n 'toLocaleString',\n 'toString',\n 'valueOf'\n];\n","// eslint-disable-next-line es/no-object-getownpropertysymbols -- safe\nexports.f = Object.getOwnPropertySymbols;\n","var aFunction = require('../internals/a-function');\n\n// optional / simple context binding\nmodule.exports = function (fn, that, length) {\n aFunction(fn);\n if (that === undefined) return fn;\n switch (length) {\n case 0: return function () {\n return fn.call(that);\n };\n case 1: return function (a) {\n return fn.call(that, a);\n };\n case 2: return function (a, b) {\n return fn.call(that, a, b);\n };\n case 3: return function (a, b, c) {\n return fn.call(that, a, b, c);\n };\n }\n return function (/* ...args */) {\n return fn.apply(that, arguments);\n };\n};\n","\"use strict\";\n\nObject.defineProperty(exports, \"__esModule\", {\n value: true\n});\nObject.defineProperty(exports, \"getRequestToken\", {\n enumerable: true,\n get: function get() {\n return _requesttoken.getRequestToken;\n }\n});\nObject.defineProperty(exports, \"onRequestTokenUpdate\", {\n enumerable: true,\n get: function get() {\n return _requesttoken.onRequestTokenUpdate;\n }\n});\nObject.defineProperty(exports, \"getCurrentUser\", {\n enumerable: true,\n get: function get() {\n return _user.getCurrentUser;\n }\n});\n\nvar _requesttoken = require(\"./requesttoken\");\n\nvar _user = require(\"./user\");\n//# sourceMappingURL=index.js.map","var DESCRIPTORS = require('../internals/descriptors');\nvar fails = require('../internals/fails');\nvar createElement = require('../internals/document-create-element');\n\n// Thank's IE8 for his funny defineProperty\nmodule.exports = !DESCRIPTORS && !fails(function () {\n // eslint-disable-next-line es/no-object-defineproperty -- requied for testing\n return Object.defineProperty(createElement('div'), 'a', {\n get: function () { return 7; }\n }).a != 7;\n});\n","var shared = require('../internals/shared');\nvar uid = require('../internals/uid');\n\nvar keys = shared('keys');\n\nmodule.exports = function (key) {\n return keys[key] || (keys[key] = uid(key));\n};\n","'use strict';\nvar toPrimitive = require('../internals/to-primitive');\nvar definePropertyModule = require('../internals/object-define-property');\nvar createPropertyDescriptor = require('../internals/create-property-descriptor');\n\nmodule.exports = function (object, key, value) {\n var propertyKey = toPrimitive(key);\n if (propertyKey in object) definePropertyModule.f(object, propertyKey, createPropertyDescriptor(0, value));\n else object[propertyKey] = value;\n};\n","var isObject = require('../internals/is-object');\nvar isArray = require('../internals/is-array');\nvar wellKnownSymbol = require('../internals/well-known-symbol');\n\nvar SPECIES = wellKnownSymbol('species');\n\n// `ArraySpeciesCreate` abstract operation\n// https://tc39.es/ecma262/#sec-arrayspeciescreate\nmodule.exports = function (originalArray, length) {\n var C;\n if (isArray(originalArray)) {\n C = originalArray.constructor;\n // cross-realm fallback\n if (typeof C == 'function' && (C === Array || isArray(C.prototype))) C = undefined;\n else if (isObject(C)) {\n C = C[SPECIES];\n if (C === null) C = undefined;\n }\n } return new (C === undefined ? Array : C)(length === 0 ? 0 : length);\n};\n","var fails = require('../internals/fails');\nvar wellKnownSymbol = require('../internals/well-known-symbol');\nvar V8_VERSION = require('../internals/engine-v8-version');\n\nvar SPECIES = wellKnownSymbol('species');\n\nmodule.exports = function (METHOD_NAME) {\n // We can't use this feature detection in V8 since it causes\n // deoptimization and serious performance degradation\n // https://github.com/zloirock/core-js/issues/677\n return V8_VERSION >= 51 || !fails(function () {\n var array = [];\n var constructor = array.constructor = {};\n constructor[SPECIES] = function () {\n return { foo: 1 };\n };\n return array[METHOD_NAME](Boolean).foo !== 1;\n });\n};\n","var root = require('./_root');\n\n/** Built-in value references. */\nvar Symbol = root.Symbol;\n\nmodule.exports = Symbol;\n","var has = require('../internals/has');\nvar toIndexedObject = require('../internals/to-indexed-object');\nvar indexOf = require('../internals/array-includes').indexOf;\nvar hiddenKeys = require('../internals/hidden-keys');\n\nmodule.exports = function (object, names) {\n var O = toIndexedObject(object);\n var i = 0;\n var result = [];\n var key;\n for (key in O) !has(hiddenKeys, key) && has(O, key) && result.push(key);\n // Don't enum bug & hidden keys\n while (names.length > i) if (has(O, key = names[i++])) {\n ~indexOf(result, key) || result.push(key);\n }\n return result;\n};\n","'use strict';\n\nvar fails = require('./fails');\n\n// babel-minify transpiles RegExp('a', 'y') -> /a/y and it causes SyntaxError,\n// so we use an intermediate function.\nfunction RE(s, f) {\n return RegExp(s, f);\n}\n\nexports.UNSUPPORTED_Y = fails(function () {\n // babel-minify transpiles RegExp('a', 'y') -> /a/y and it causes SyntaxError\n var re = RE('a', 'y');\n re.lastIndex = 2;\n return re.exec('abcd') != null;\n});\n\nexports.BROKEN_CARET = fails(function () {\n // https://bugzilla.mozilla.org/show_bug.cgi?id=773687\n var re = RE('^r', 'gy');\n re.lastIndex = 2;\n return re.exec('str') != null;\n});\n","'use strict';\n// TODO: Remove from `core-js@4` since it's moved to entry points\nrequire('../modules/es.regexp.exec');\nvar redefine = require('../internals/redefine');\nvar regexpExec = require('../internals/regexp-exec');\nvar fails = require('../internals/fails');\nvar wellKnownSymbol = require('../internals/well-known-symbol');\nvar createNonEnumerableProperty = require('../internals/create-non-enumerable-property');\n\nvar SPECIES = wellKnownSymbol('species');\nvar RegExpPrototype = RegExp.prototype;\n\nvar REPLACE_SUPPORTS_NAMED_GROUPS = !fails(function () {\n // #replace needs built-in support for named groups.\n // #match works fine because it just return the exec results, even if it has\n // a \"grops\" property.\n var re = /./;\n re.exec = function () {\n var result = [];\n result.groups = { a: '7' };\n return result;\n };\n return ''.replace(re, '$<a>') !== '7';\n});\n\n// IE <= 11 replaces $0 with the whole match, as if it was $&\n// https://stackoverflow.com/questions/6024666/getting-ie-to-replace-a-regex-with-the-literal-string-0\nvar REPLACE_KEEPS_$0 = (function () {\n // eslint-disable-next-line regexp/prefer-escape-replacement-dollar-char -- required for testing\n return 'a'.replace(/./, '$0') === '$0';\n})();\n\nvar REPLACE = wellKnownSymbol('replace');\n// Safari <= 13.0.3(?) substitutes nth capture where n>m with an empty string\nvar REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE = (function () {\n if (/./[REPLACE]) {\n return /./[REPLACE]('a', '$0') === '';\n }\n return false;\n})();\n\n// Chrome 51 has a buggy \"split\" implementation when RegExp#exec !== nativeExec\n// Weex JS has frozen built-in prototypes, so use try / catch wrapper\nvar SPLIT_WORKS_WITH_OVERWRITTEN_EXEC = !fails(function () {\n // eslint-disable-next-line regexp/no-empty-group -- required for testing\n var re = /(?:)/;\n var originalExec = re.exec;\n re.exec = function () { return originalExec.apply(this, arguments); };\n var result = 'ab'.split(re);\n return result.length !== 2 || result[0] !== 'a' || result[1] !== 'b';\n});\n\nmodule.exports = function (KEY, length, exec, sham) {\n var SYMBOL = wellKnownSymbol(KEY);\n\n var DELEGATES_TO_SYMBOL = !fails(function () {\n // String methods call symbol-named RegEp methods\n var O = {};\n O[SYMBOL] = function () { return 7; };\n return ''[KEY](O) != 7;\n });\n\n var DELEGATES_TO_EXEC = DELEGATES_TO_SYMBOL && !fails(function () {\n // Symbol-named RegExp methods call .exec\n var execCalled = false;\n var re = /a/;\n\n if (KEY === 'split') {\n // We can't use real regex here since it causes deoptimization\n // and serious performance degradation in V8\n // https://github.com/zloirock/core-js/issues/306\n re = {};\n // RegExp[@@split] doesn't call the regex's exec method, but first creates\n // a new one. We need to return the patched regex when creating the new one.\n re.constructor = {};\n re.constructor[SPECIES] = function () { return re; };\n re.flags = '';\n re[SYMBOL] = /./[SYMBOL];\n }\n\n re.exec = function () { execCalled = true; return null; };\n\n re[SYMBOL]('');\n return !execCalled;\n });\n\n if (\n !DELEGATES_TO_SYMBOL ||\n !DELEGATES_TO_EXEC ||\n (KEY === 'replace' && !(\n REPLACE_SUPPORTS_NAMED_GROUPS &&\n REPLACE_KEEPS_$0 &&\n !REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE\n )) ||\n (KEY === 'split' && !SPLIT_WORKS_WITH_OVERWRITTEN_EXEC)\n ) {\n var nativeRegExpMethod = /./[SYMBOL];\n var methods = exec(SYMBOL, ''[KEY], function (nativeMethod, regexp, str, arg2, forceStringMethod) {\n var $exec = regexp.exec;\n if ($exec === regexpExec || $exec === RegExpPrototype.exec) {\n if (DELEGATES_TO_SYMBOL && !forceStringMethod) {\n // The native String method already delegates to @@method (this\n // polyfilled function), leasing to infinite recursion.\n // We avoid it by directly calling the native @@method method.\n return { done: true, value: nativeRegExpMethod.call(regexp, str, arg2) };\n }\n return { done: true, value: nativeMethod.call(str, regexp, arg2) };\n }\n return { done: false };\n }, {\n REPLACE_KEEPS_$0: REPLACE_KEEPS_$0,\n REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE: REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE\n });\n var stringMethod = methods[0];\n var regexMethod = methods[1];\n\n redefine(String.prototype, KEY, stringMethod);\n redefine(RegExpPrototype, SYMBOL, length == 2\n // 21.2.5.8 RegExp.prototype[@@replace](string, replaceValue)\n // 21.2.5.11 RegExp.prototype[@@split](string, limit)\n ? function (string, arg) { return regexMethod.call(string, this, arg); }\n // 21.2.5.6 RegExp.prototype[@@match](string)\n // 21.2.5.9 RegExp.prototype[@@search](string)\n : function (string) { return regexMethod.call(string, this); }\n );\n }\n\n if (sham) createNonEnumerableProperty(RegExpPrototype[SYMBOL], 'sham', true);\n};\n","var getBuiltIn = require('../internals/get-built-in');\n\nmodule.exports = getBuiltIn('navigator', 'userAgent') || '';\n","var toInteger = require('../internals/to-integer');\nvar requireObjectCoercible = require('../internals/require-object-coercible');\n\n// `String.prototype.{ codePointAt, at }` methods implementation\nvar createMethod = function (CONVERT_TO_STRING) {\n return function ($this, pos) {\n var S = String(requireObjectCoercible($this));\n var position = toInteger(pos);\n var size = S.length;\n var first, second;\n if (position < 0 || position >= size) return CONVERT_TO_STRING ? '' : undefined;\n first = S.charCodeAt(position);\n return first < 0xD800 || first > 0xDBFF || position + 1 === size\n || (second = S.charCodeAt(position + 1)) < 0xDC00 || second > 0xDFFF\n ? CONVERT_TO_STRING ? S.charAt(position) : first\n : CONVERT_TO_STRING ? S.slice(position, position + 2) : (first - 0xD800 << 10) + (second - 0xDC00) + 0x10000;\n };\n};\n\nmodule.exports = {\n // `String.prototype.codePointAt` method\n // https://tc39.es/ecma262/#sec-string.prototype.codepointat\n codeAt: createMethod(false),\n // `String.prototype.at` method\n // https://github.com/mathiasbynens/String.prototype.at\n charAt: createMethod(true)\n};\n","var classof = require('./classof-raw');\nvar regexpExec = require('./regexp-exec');\n\n// `RegExpExec` abstract operation\n// https://tc39.es/ecma262/#sec-regexpexec\nmodule.exports = function (R, S) {\n var exec = R.exec;\n if (typeof exec === 'function') {\n var result = exec.call(R, S);\n if (typeof result !== 'object') {\n throw TypeError('RegExp exec method returned something other than an Object or null');\n }\n return result;\n }\n\n if (classof(R) !== 'RegExp') {\n throw TypeError('RegExp#exec called on incompatible receiver');\n }\n\n return regexpExec.call(R, S);\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, forced: Object.assign !== assign }, {\n assign: assign\n});\n","var internalObjectKeys = require('../internals/object-keys-internal');\nvar enumBugKeys = require('../internals/enum-bug-keys');\n\n// `Object.keys` method\n// https://tc39.es/ecma262/#sec-object.keys\n// eslint-disable-next-line es/no-object-keys -- safe\nmodule.exports = Object.keys || function keys(O) {\n return internalObjectKeys(O, enumBugKeys);\n};\n","/**\n * @copyright 2019 Christoph Wurst <christoph@winzerhof-wurst.at>\n *\n * @author Christoph Wurst <christoph@winzerhof-wurst.at>\n * @author John Molakvoæ <skjnldsv@protonmail.com>\n *\n * @license GNU AGPL version 3 or any later version\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see <http://www.gnu.org/licenses/>.\n *\n */\n\n// This var is global because it's shared across webpack bundles\nwindow._oc_l10n_registry_translations = window._oc_l10n_registry_translations || {}\nwindow._oc_l10n_registry_plural_functions = window._oc_l10n_registry_plural_functions || {}\n\n/**\n * @param {String} appId the app id\n * @param {Object} translations the translations list\n * @param {Function} pluralFunction the translations list\n */\nconst register = (appId, translations, pluralFunction) => {\n\twindow._oc_l10n_registry_translations[appId] = translations\n\twindow._oc_l10n_registry_plural_functions[appId] = pluralFunction\n}\n\n/**\n * @param {String} appId the app id\n * @param {Object} translations the translations list\n * @param {Function} pluralFunction the translations list\n */\nconst extend = (appId, translations, pluralFunction) => {\n\twindow._oc_l10n_registry_translations[appId] = Object.assign(\n\t\twindow._oc_l10n_registry_translations[appId],\n\t\ttranslations\n\t)\n\twindow._oc_l10n_registry_plural_functions[appId] = pluralFunction\n}\n\n/**\n * @param {String} appId the app id\n * @param {Object} translations the translations list\n * @param {Function} pluralFunction the translations list\n */\nexport const registerAppTranslations = (appId, translations, pluralFunction) => {\n\tif (!hasAppTranslations(appId)) {\n\t\tregister(appId, translations, pluralFunction)\n\t} else {\n\t\textend(appId, translations, pluralFunction)\n\t}\n}\n\n/**\n * @param {String} appId the app id\n */\nexport const unregisterAppTranslations = appId => {\n\tdelete window._oc_l10n_registry_translations[appId]\n\tdelete window._oc_l10n_registry_plural_functions[appId]\n}\n\n/**\n * @param {String} appId the app id\n * @returns {Boolean}\n */\nexport const hasAppTranslations = appId => {\n\treturn window._oc_l10n_registry_translations[appId] !== undefined\n\t\t&& window._oc_l10n_registry_plural_functions[appId] !== undefined\n}\n\n/**\n * @param {String} appId the app id\n * @returns {Object}\n */\nexport const getAppTranslations = appId => {\n\treturn {\n\t\ttranslations: window._oc_l10n_registry_translations[appId] || {},\n\t\tpluralFunction: window._oc_l10n_registry_plural_functions[appId],\n\t}\n}\n","/**\n * Copyright (c) 2014 Vincent Petry <pvince81@owncloud.com>\n\t\t * Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)\n\t\t * Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)\n *\n * @author Christoph Wurst <christoph@winzerhof-wurst.at>\n * @author Daniel Kesselberg <mail@danielkesselberg.de>\n * @author Joas Schilling <coding@schilljs.com>\n * @author John Molakvoæ <skjnldsv@protonmail.com>\n * @author Morris Jobke <hey@morrisjobke.de>\n * @author Roeland Jago Douma <roeland@famdouma.nl>\n * @author Vincent Petry <vincent@nextcloud.com>\n *\n * @license GNU AGPL version 3 or any later version\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see <http://www.gnu.org/licenses/>.\n *\n */\n\nimport _ from 'underscore'\nimport $ from 'jquery'\nimport DOMPurify from 'dompurify'\nimport Handlebars from 'handlebars'\nimport identity from 'lodash/fp/identity'\nimport escapeHTML from 'escape-html'\nimport { generateFilePath } from '@nextcloud/router'\n\nimport OC from './index'\nimport {\n\tgetAppTranslations,\n\thasAppTranslations,\n\tregisterAppTranslations,\n\tunregisterAppTranslations,\n} from './l10n-registry'\n\n/**\n * L10N namespace with localization functions.\n *\n * @namespace OC.L10n\n */\nconst L10n = {\n\n\t/**\n\t * Load an app's translation bundle if not loaded already.\n\t *\n\t * @param {String} appName name of the app\n\t * @param {Function} callback callback to be called when\n\t * the translations are loaded\n\t * @returns {Promise} promise\n\t */\n\tload(appName, callback) {\n\t\t// already available ?\n\t\tif (hasAppTranslations(appName) || OC.getLocale() === 'en') {\n\t\t\tconst deferred = $.Deferred()\n\t\t\tconst promise = deferred.promise()\n\t\t\tpromise.then(callback)\n\t\t\tdeferred.resolve()\n\t\t\treturn promise\n\t\t}\n\n\t\tconst self = this\n\t\tconst url = generateFilePath(appName, 'l10n', OC.getLocale() + '.json')\n\n\t\t// load JSON translation bundle per AJAX\n\t\treturn $.get(url)\n\t\t\t.then(\n\t\t\t\tfunction(result) {\n\t\t\t\t\tif (result.translations) {\n\t\t\t\t\t\tself.register(appName, result.translations, result.pluralForm)\n\t\t\t\t\t}\n\t\t\t\t})\n\t\t\t.then(callback)\n\t},\n\n\t/**\n\t * Register an app's translation bundle.\n\t *\n\t * @param {String} appName name of the app\n\t * @param {Object<String,String>} bundle bundle\n\t */\n\tregister(appName, bundle) {\n\t\tregisterAppTranslations(appName, bundle, this._getPlural)\n\t},\n\n\t/**\n\t * @private do not use this\n\t */\n\t_unregister: unregisterAppTranslations,\n\n\t/**\n\t * Translate a string\n\t * @param {string} app the id of the app for which to translate the string\n\t * @param {string} text the string to translate\n\t * @param {Object} [vars] map of placeholder key to value\n\t * @param {number} [count] number to replace %n with\n\t * @param {array} [options] options array\n\t * @param {bool} [options.escape=true] enable/disable auto escape of placeholders (by default enabled)\n\t * @param {bool} [options.sanitize=true] enable/disable sanitization (by default enabled)\n\t * @returns {string}\n\t */\n\ttranslate(app, text, vars, count, options) {\n\t\tconst defaultOptions = {\n\t\t\tescape: true,\n\t\t\tsanitize: true,\n\t\t}\n\t\tconst allOptions = options || {}\n\t\t_.defaults(allOptions, defaultOptions)\n\n\t\tconst optSanitize = allOptions.sanitize ? DOMPurify.sanitize : identity\n\t\tconst optEscape = allOptions.escape ? escapeHTML : identity\n\n\t\t// TODO: cache this function to avoid inline recreation\n\t\t// of the same function over and over again in case\n\t\t// translate() is used in a loop\n\t\tconst _build = function(text, vars, count) {\n\t\t\treturn text.replace(/%n/g, count).replace(/{([^{}]*)}/g,\n\t\t\t\tfunction(a, b) {\n\t\t\t\t\tconst r = vars[b]\n\t\t\t\t\tif (typeof r === 'string' || typeof r === 'number') {\n\t\t\t\t\t\treturn optSanitize(optEscape(r))\n\t\t\t\t\t} else {\n\t\t\t\t\t\treturn optSanitize(a)\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t)\n\t\t}\n\t\tlet translation = text\n\t\tconst bundle = getAppTranslations(app)\n\t\tconst value = bundle.translations[text]\n\t\tif (typeof (value) !== 'undefined') {\n\t\t\ttranslation = value\n\t\t}\n\n\t\tif (typeof vars === 'object' || count !== undefined) {\n\t\t\treturn optSanitize(_build(translation, vars, count))\n\t\t} else {\n\t\t\treturn optSanitize(translation)\n\t\t}\n\t},\n\n\t/**\n\t * Translate a plural string\n\t * @param {string} app the id of the app for which to translate the string\n\t * @param {string} textSingular the string to translate for exactly one object\n\t * @param {string} textPlural the string to translate for n objects\n\t * @param {number} count number to determine whether to use singular or plural\n\t * @param {Object} [vars] map of placeholder key to value\n\t * @param {array} [options] options array\n\t * @param {bool} [options.escape=true] enable/disable auto escape of placeholders (by default enabled)\n\t * @returns {string} Translated string\n\t */\n\ttranslatePlural(app, textSingular, textPlural, count, vars, options) {\n\t\tconst identifier = '_' + textSingular + '_::_' + textPlural + '_'\n\t\tconst bundle = getAppTranslations(app)\n\t\tconst value = bundle.translations[identifier]\n\t\tif (typeof (value) !== 'undefined') {\n\t\t\tconst translation = value\n\t\t\tif ($.isArray(translation)) {\n\t\t\t\tconst plural = bundle.pluralFunction(count)\n\t\t\t\treturn this.translate(app, translation[plural], vars, count, options)\n\t\t\t}\n\t\t}\n\n\t\tif (count === 1) {\n\t\t\treturn this.translate(app, textSingular, vars, count, options)\n\t\t} else {\n\t\t\treturn this.translate(app, textPlural, vars, count, options)\n\t\t}\n\t},\n\n\t/**\n\t * The plural function taken from symfony\n\t *\n\t * @param {number} number the number of elements\n\t * @returns {number}\n\t * @private\n\t */\n\t_getPlural(number) {\n\t\tlet language = OC.getLanguage()\n\t\tif (language === 'pt-BR') {\n\t\t\t// temporary set a locale for brazilian\n\t\t\tlanguage = 'xbr'\n\t\t}\n\n\t\tif (typeof language === 'undefined' || language === '') {\n\t\t\treturn (number === 1) ? 0 : 1\n\t\t}\n\n\t\tif (language.length > 3) {\n\t\t\tlanguage = language.substring(0, language.lastIndexOf('-'))\n\t\t}\n\n\t\t/*\n\t\t * The plural rules are derived from code of the Zend Framework (2010-09-25),\n\t\t * which is subject to the new BSD license (http://framework.zend.com/license/new-bsd).\n\t\t * Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)\n\t\t */\n\t\tswitch (language) {\n\t\tcase 'az':\n\t\tcase 'bo':\n\t\tcase 'dz':\n\t\tcase 'id':\n\t\tcase 'ja':\n\t\tcase 'jv':\n\t\tcase 'ka':\n\t\tcase 'km':\n\t\tcase 'kn':\n\t\tcase 'ko':\n\t\tcase 'ms':\n\t\tcase 'th':\n\t\tcase 'tr':\n\t\tcase 'vi':\n\t\tcase 'zh':\n\t\t\treturn 0\n\n\t\tcase 'af':\n\t\tcase 'bn':\n\t\tcase 'bg':\n\t\tcase 'ca':\n\t\tcase 'da':\n\t\tcase 'de':\n\t\tcase 'el':\n\t\tcase 'en':\n\t\tcase 'eo':\n\t\tcase 'es':\n\t\tcase 'et':\n\t\tcase 'eu':\n\t\tcase 'fa':\n\t\tcase 'fi':\n\t\tcase 'fo':\n\t\tcase 'fur':\n\t\tcase 'fy':\n\t\tcase 'gl':\n\t\tcase 'gu':\n\t\tcase 'ha':\n\t\tcase 'he':\n\t\tcase 'hu':\n\t\tcase 'is':\n\t\tcase 'it':\n\t\tcase 'ku':\n\t\tcase 'lb':\n\t\tcase 'ml':\n\t\tcase 'mn':\n\t\tcase 'mr':\n\t\tcase 'nah':\n\t\tcase 'nb':\n\t\tcase 'ne':\n\t\tcase 'nl':\n\t\tcase 'nn':\n\t\tcase 'no':\n\t\tcase 'oc':\n\t\tcase 'om':\n\t\tcase 'or':\n\t\tcase 'pa':\n\t\tcase 'pap':\n\t\tcase 'ps':\n\t\tcase 'pt':\n\t\tcase 'so':\n\t\tcase 'sq':\n\t\tcase 'sv':\n\t\tcase 'sw':\n\t\tcase 'ta':\n\t\tcase 'te':\n\t\tcase 'tk':\n\t\tcase 'ur':\n\t\tcase 'zu':\n\t\t\treturn (number === 1) ? 0 : 1\n\n\t\tcase 'am':\n\t\tcase 'bh':\n\t\tcase 'fil':\n\t\tcase 'fr':\n\t\tcase 'gun':\n\t\tcase 'hi':\n\t\tcase 'hy':\n\t\tcase 'ln':\n\t\tcase 'mg':\n\t\tcase 'nso':\n\t\tcase 'xbr':\n\t\tcase 'ti':\n\t\tcase 'wa':\n\t\t\treturn ((number === 0) || (number === 1)) ? 0 : 1\n\n\t\tcase 'be':\n\t\tcase 'bs':\n\t\tcase 'hr':\n\t\tcase 'ru':\n\t\tcase 'sh':\n\t\tcase 'sr':\n\t\tcase 'uk':\n\t\t\treturn ((number % 10 === 1) && (number % 100 !== 11)) ? 0 : (((number % 10 >= 2) && (number % 10 <= 4) && ((number % 100 < 10) || (number % 100 >= 20))) ? 1 : 2)\n\n\t\tcase 'cs':\n\t\tcase 'sk':\n\t\t\treturn (number === 1) ? 0 : (((number >= 2) && (number <= 4)) ? 1 : 2)\n\n\t\tcase 'ga':\n\t\t\treturn (number === 1) ? 0 : ((number === 2) ? 1 : 2)\n\n\t\tcase 'lt':\n\t\t\treturn ((number % 10 === 1) && (number % 100 !== 11)) ? 0 : (((number % 10 >= 2) && ((number % 100 < 10) || (number % 100 >= 20))) ? 1 : 2)\n\n\t\tcase 'sl':\n\t\t\treturn (number % 100 === 1) ? 0 : ((number % 100 === 2) ? 1 : (((number % 100 === 3) || (number % 100 === 4)) ? 2 : 3))\n\n\t\tcase 'mk':\n\t\t\treturn (number % 10 === 1) ? 0 : 1\n\n\t\tcase 'mt':\n\t\t\treturn (number === 1) ? 0 : (((number === 0) || ((number % 100 > 1) && (number % 100 < 11))) ? 1 : (((number % 100 > 10) && (number % 100 < 20)) ? 2 : 3))\n\n\t\tcase 'lv':\n\t\t\treturn (number === 0) ? 0 : (((number % 10 === 1) && (number % 100 !== 11)) ? 1 : 2)\n\n\t\tcase 'pl':\n\t\t\treturn (number === 1) ? 0 : (((number % 10 >= 2) && (number % 10 <= 4) && ((number % 100 < 12) || (number % 100 > 14))) ? 1 : 2)\n\n\t\tcase 'cy':\n\t\t\treturn (number === 1) ? 0 : ((number === 2) ? 1 : (((number === 8) || (number === 11)) ? 2 : 3))\n\n\t\tcase 'ro':\n\t\t\treturn (number === 1) ? 0 : (((number === 0) || ((number % 100 > 0) && (number % 100 < 20))) ? 1 : 2)\n\n\t\tcase 'ar':\n\t\t\treturn (number === 0) ? 0 : ((number === 1) ? 1 : ((number === 2) ? 2 : (((number % 100 >= 3) && (number % 100 <= 10)) ? 3 : (((number % 100 >= 11) && (number % 100 <= 99)) ? 4 : 5))))\n\n\t\tdefault:\n\t\t\treturn 0\n\t\t}\n\t},\n}\n\nexport default L10n\n\n/**\n * Returns the user's locale\n *\n * @returns {String} locale string\n */\nexport const getLocale = () => $('html').data('locale') ?? 'en'\n\n/**\n * Returns the user's language\n *\n * @returns {String} language string\n */\nexport const getLanguage = () => $('html').prop('lang')\n\nHandlebars.registerHelper('t', function(app, text) {\n\treturn L10n.translate(app, text)\n})\n","var fails = require('../internals/fails');\n\nvar replacement = /#|\\.prototype\\./;\n\nvar isForced = function (feature, detection) {\n var value = data[normalize(feature)];\n return value == POLYFILL ? true\n : value == NATIVE ? false\n : typeof detection == 'function' ? fails(detection)\n : !!detection;\n};\n\nvar normalize = isForced.normalize = function (string) {\n return String(string).replace(replacement, '.').toLowerCase();\n};\n\nvar data = isForced.data = {};\nvar NATIVE = isForced.NATIVE = 'N';\nvar POLYFILL = isForced.POLYFILL = 'P';\n\nmodule.exports = isForced;\n","'use strict';\nvar charAt = require('../internals/string-multibyte').charAt;\n\n// `AdvanceStringIndex` abstract operation\n// https://tc39.es/ecma262/#sec-advancestringindex\nmodule.exports = function (S, index, unicode) {\n return index + (unicode ? charAt(S, index).length : 1);\n};\n","var TO_STRING_TAG_SUPPORT = require('../internals/to-string-tag-support');\nvar classofRaw = require('../internals/classof-raw');\nvar wellKnownSymbol = require('../internals/well-known-symbol');\n\nvar TO_STRING_TAG = wellKnownSymbol('toStringTag');\n// ES3 wrong here\nvar CORRECT_ARGUMENTS = classofRaw(function () { return arguments; }()) == 'Arguments';\n\n// fallback for IE11 Script Access Denied error\nvar tryGet = function (it, key) {\n try {\n return it[key];\n } catch (error) { /* empty */ }\n};\n\n// getting tag from ES6+ `Object.prototype.toString`\nmodule.exports = TO_STRING_TAG_SUPPORT ? classofRaw : function (it) {\n var O, tag, result;\n return it === undefined ? 'Undefined' : it === null ? 'Null'\n // @@toStringTag case\n : typeof (tag = tryGet(O = Object(it), TO_STRING_TAG)) == 'string' ? tag\n // builtinTag case\n : CORRECT_ARGUMENTS ? classofRaw(O)\n // ES3 arguments fallback\n : (result = classofRaw(O)) == 'Object' && typeof O.callee == 'function' ? 'Arguments' : result;\n};\n","'use strict';\n\nexports.__esModule = true;\nvar errorProps = ['description', 'fileName', 'lineNumber', 'endLineNumber', 'message', 'name', 'number', 'stack'];\n\nfunction Exception(message, node) {\n var loc = node && node.loc,\n line = undefined,\n endLineNumber = undefined,\n column = undefined,\n endColumn = undefined;\n\n if (loc) {\n line = loc.start.line;\n endLineNumber = loc.end.line;\n column = loc.start.column;\n endColumn = loc.end.column;\n\n message += ' - ' + line + ':' + column;\n }\n\n var tmp = Error.prototype.constructor.call(this, message);\n\n // Unfortunately errors are not enumerable in Chrome (at least), so `for prop in tmp` doesn't work.\n for (var idx = 0; idx < errorProps.length; idx++) {\n this[errorProps[idx]] = tmp[errorProps[idx]];\n }\n\n /* istanbul ignore else */\n if (Error.captureStackTrace) {\n Error.captureStackTrace(this, Exception);\n }\n\n try {\n if (loc) {\n this.lineNumber = line;\n this.endLineNumber = endLineNumber;\n\n // Work around issue under safari where we can't directly set the column value\n /* istanbul ignore next */\n if (Object.defineProperty) {\n Object.defineProperty(this, 'column', {\n value: column,\n enumerable: true\n });\n Object.defineProperty(this, 'endColumn', {\n value: endColumn,\n enumerable: true\n });\n } else {\n this.column = column;\n this.endColumn = endColumn;\n }\n }\n } catch (nop) {\n /* Ignore if the browser is very particular */\n }\n}\n\nException.prototype = new Error();\n\nexports['default'] = Exception;\nmodule.exports = exports['default'];\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uL2xpYi9oYW5kbGViYXJzL2V4Y2VwdGlvbi5qcyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiOzs7QUFBQSxJQUFNLFVBQVUsR0FBRyxDQUNqQixhQUFhLEVBQ2IsVUFBVSxFQUNWLFlBQVksRUFDWixlQUFlLEVBQ2YsU0FBUyxFQUNULE1BQU0sRUFDTixRQUFRLEVBQ1IsT0FBTyxDQUNSLENBQUM7O0FBRUYsU0FBUyxTQUFTLENBQUMsT0FBTyxFQUFFLElBQUksRUFBRTtBQUNoQyxNQUFJLEdBQUcsR0FBRyxJQUFJLElBQUksSUFBSSxDQUFDLEdBQUc7TUFDeEIsSUFBSSxZQUFBO01BQ0osYUFBYSxZQUFBO01BQ2IsTUFBTSxZQUFBO01BQ04sU0FBUyxZQUFBLENBQUM7O0FBRVosTUFBSSxHQUFHLEVBQUU7QUFDUCxRQUFJLEdBQUcsR0FBRyxDQUFDLEtBQUssQ0FBQyxJQUFJLENBQUM7QUFDdEIsaUJBQWEsR0FBRyxHQUFHLENBQUMsR0FBRyxDQUFDLElBQUksQ0FBQztBQUM3QixVQUFNLEdBQUcsR0FBRyxDQUFDLEtBQUssQ0FBQyxNQUFNLENBQUM7QUFDMUIsYUFBUyxHQUFHLEdBQUcsQ0FBQyxHQUFHLENBQUMsTUFBTSxDQUFDOztBQUUzQixXQUFPLElBQUksS0FBSyxHQUFHLElBQUksR0FBRyxHQUFHLEdBQUcsTUFBTSxDQUFDO0dBQ3hDOztBQUVELE1BQUksR0FBRyxHQUFHLEtBQUssQ0FBQyxTQUFTLENBQUMsV0FBVyxDQUFDLElBQUksQ0FBQyxJQUFJLEVBQUUsT0FBTyxDQUFDLENBQUM7OztBQUcxRCxPQUFLLElBQUksR0FBRyxHQUFHLENBQUMsRUFBRSxHQUFHLEdBQUcsVUFBVSxDQUFDLE1BQU0sRUFBRSxHQUFHLEVBQUUsRUFBRTtBQUNoRCxRQUFJLENBQUMsVUFBVSxDQUFDLEdBQUcsQ0FBQyxDQUFDLEdBQUcsR0FBRyxDQUFDLFVBQVUsQ0FBQyxHQUFHLENBQUMsQ0FBQyxDQUFDO0dBQzlDOzs7QUFHRCxNQUFJLEtBQUssQ0FBQyxpQkFBaUIsRUFBRTtBQUMzQixTQUFLLENBQUMsaUJBQWlCLENBQUMsSUFBSSxFQUFFLFNBQVMsQ0FBQyxDQUFDO0dBQzFDOztBQUVELE1BQUk7QUFDRixRQUFJLEdBQUcsRUFBRTtBQUNQLFVBQUksQ0FBQyxVQUFVLEdBQUcsSUFBSSxDQUFDO0FBQ3ZCLFVBQUksQ0FBQyxhQUFhLEdBQUcsYUFBYSxDQUFDOzs7O0FBSW5DLFVBQUksTUFBTSxDQUFDLGNBQWMsRUFBRTtBQUN6QixjQUFNLENBQUMsY0FBYyxDQUFDLElBQUksRUFBRSxRQUFRLEVBQUU7QUFDcEMsZUFBSyxFQUFFLE1BQU07QUFDYixvQkFBVSxFQUFFLElBQUk7U0FDakIsQ0FBQyxDQUFDO0FBQ0gsY0FBTSxDQUFDLGNBQWMsQ0FBQyxJQUFJLEVBQUUsV0FBVyxFQUFFO0FBQ3ZDLGVBQUssRUFBRSxTQUFTO0FBQ2hCLG9CQUFVLEVBQUUsSUFBSTtTQUNqQixDQUFDLENBQUM7T0FDSixNQUFNO0FBQ0wsWUFBSSxDQUFDLE1BQU0sR0FBRyxNQUFNLENBQUM7QUFDckIsWUFBSSxDQUFDLFNBQVMsR0FBRyxTQUFTLENBQUM7T0FDNUI7S0FDRjtHQUNGLENBQUMsT0FBTyxHQUFHLEVBQUU7O0dBRWI7Q0FDRjs7QUFFRCxTQUFTLENBQUMsU0FBUyxHQUFHLElBQUksS0FBSyxFQUFFLENBQUM7O3FCQUVuQixTQUFTIiwiZmlsZSI6ImV4Y2VwdGlvbi5qcyIsInNvdXJjZXNDb250ZW50IjpbImNvbnN0IGVycm9yUHJvcHMgPSBbXG4gICdkZXNjcmlwdGlvbicsXG4gICdmaWxlTmFtZScsXG4gICdsaW5lTnVtYmVyJyxcbiAgJ2VuZExpbmVOdW1iZXInLFxuICAnbWVzc2FnZScsXG4gICduYW1lJyxcbiAgJ251bWJlcicsXG4gICdzdGFjaydcbl07XG5cbmZ1bmN0aW9uIEV4Y2VwdGlvbihtZXNzYWdlLCBub2RlKSB7XG4gIGxldCBsb2MgPSBub2RlICYmIG5vZGUubG9jLFxuICAgIGxpbmUsXG4gICAgZW5kTGluZU51bWJlcixcbiAgICBjb2x1bW4sXG4gICAgZW5kQ29sdW1uO1xuXG4gIGlmIChsb2MpIHtcbiAgICBsaW5lID0gbG9jLnN0YXJ0LmxpbmU7XG4gICAgZW5kTGluZU51bWJlciA9IGxvYy5lbmQubGluZTtcbiAgICBjb2x1bW4gPSBsb2Muc3RhcnQuY29sdW1uO1xuICAgIGVuZENvbHVtbiA9IGxvYy5lbmQuY29sdW1uO1xuXG4gICAgbWVzc2FnZSArPSAnIC0gJyArIGxpbmUgKyAnOicgKyBjb2x1bW47XG4gIH1cblxuICBsZXQgdG1wID0gRXJyb3IucHJvdG90eXBlLmNvbnN0cnVjdG9yLmNhbGwodGhpcywgbWVzc2FnZSk7XG5cbiAgLy8gVW5mb3J0dW5hdGVseSBlcnJvcnMgYXJlIG5vdCBlbnVtZXJhYmxlIGluIENocm9tZSAoYXQgbGVhc3QpLCBzbyBgZm9yIHByb3AgaW4gdG1wYCBkb2Vzbid0IHdvcmsuXG4gIGZvciAobGV0IGlkeCA9IDA7IGlkeCA8IGVycm9yUHJvcHMubGVuZ3RoOyBpZHgrKykge1xuICAgIHRoaXNbZXJyb3JQcm9wc1tpZHhdXSA9IHRtcFtlcnJvclByb3BzW2lkeF1dO1xuICB9XG5cbiAgLyogaXN0YW5idWwgaWdub3JlIGVsc2UgKi9cbiAgaWYgKEVycm9yLmNhcHR1cmVTdGFja1RyYWNlKSB7XG4gICAgRXJyb3IuY2FwdHVyZVN0YWNrVHJhY2UodGhpcywgRXhjZXB0aW9uKTtcbiAgfVxuXG4gIHRyeSB7XG4gICAgaWYgKGxvYykge1xuICAgICAgdGhpcy5saW5lTnVtYmVyID0gbGluZTtcbiAgICAgIHRoaXMuZW5kTGluZU51bWJlciA9IGVuZExpbmVOdW1iZXI7XG5cbiAgICAgIC8vIFdvcmsgYXJvdW5kIGlzc3VlIHVuZGVyIHNhZmFyaSB3aGVyZSB3ZSBjYW4ndCBkaXJlY3RseSBzZXQgdGhlIGNvbHVtbiB2YWx1ZVxuICAgICAgLyogaXN0YW5idWwgaWdub3JlIG5leHQgKi9cbiAgICAgIGlmIChPYmplY3QuZGVmaW5lUHJvcGVydHkpIHtcbiAgICAgICAgT2JqZWN0LmRlZmluZVByb3BlcnR5KHRoaXMsICdjb2x1bW4nLCB7XG4gICAgICAgICAgdmFsdWU6IGNvbHVtbixcbiAgICAgICAgICBlbnVtZXJhYmxlOiB0cnVlXG4gICAgICAgIH0pO1xuICAgICAgICBPYmplY3QuZGVmaW5lUHJvcGVydHkodGhpcywgJ2VuZENvbHVtbicsIHtcbiAgICAgICAgICB2YWx1ZTogZW5kQ29sdW1uLFxuICAgICAgICAgIGVudW1lcmFibGU6IHRydWVcbiAgICAgICAgfSk7XG4gICAgICB9IGVsc2Uge1xuICAgICAgICB0aGlzLmNvbHVtbiA9IGNvbHVtbjtcbiAgICAgICAgdGhpcy5lbmRDb2x1bW4gPSBlbmRDb2x1bW47XG4gICAgICB9XG4gICAgfVxuICB9IGNhdGNoIChub3ApIHtcbiAgICAvKiBJZ25vcmUgaWYgdGhlIGJyb3dzZXIgaXMgdmVyeSBwYXJ0aWN1bGFyICovXG4gIH1cbn1cblxuRXhjZXB0aW9uLnByb3RvdHlwZSA9IG5ldyBFcnJvcigpO1xuXG5leHBvcnQgZGVmYXVsdCBFeGNlcHRpb247XG4iXX0=\n","\"use strict\";\n\nrequire(\"core-js/modules/es.array.concat\");\n\nObject.defineProperty(exports, \"__esModule\", {\n value: true\n});\nexports.loadState = loadState;\n\n/**\n * @param app app ID, e.g. \"mail\"\n * @param key name of the property\n * @param fallback optional parameter to use as default value\n * @throws if the key can't be found\n */\nfunction loadState(app, key, fallback) {\n var elem = document.querySelector(\"#initial-state-\".concat(app, \"-\").concat(key));\n\n if (elem === null) {\n if (fallback !== undefined) {\n return fallback;\n }\n\n throw new Error(\"Could not find initial state \".concat(key, \" of \").concat(app));\n }\n\n try {\n return JSON.parse(atob(elem.value));\n } catch (e) {\n throw new Error(\"Could not parse initial state \".concat(key, \" of \").concat(app));\n }\n}\n//# sourceMappingURL=index.js.map","/**\n * @copyright Copyright (c) 2016 Joas Schilling <coding@schilljs.com>\n *\n * @author Christoph Wurst <christoph@winzerhof-wurst.at>\n * @author John Molakvoæ <skjnldsv@protonmail.com>\n *\n * @license GNU AGPL version 3 or any later version\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see <http://www.gnu.org/licenses/>.\n *\n */\n\nimport $ from 'jquery'\n\nimport OC from '../OC/index'\n\n/**\n * @param {string} method 'post' or 'delete'\n * @param {string} endpoint endpoint\n * @param {Object} [options] destructuring object\n * @param {Object} [options.data] option data\n * @param {function} [options.success] success callback\n * @param {function} [options.error] error callback\n * @internal\n */\nfunction call(method, endpoint, options) {\n\tif ((method === 'post' || method === 'delete') && OC.PasswordConfirmation.requiresPasswordConfirmation()) {\n\t\tOC.PasswordConfirmation.requirePasswordConfirmation(_.bind(call, this, method, endpoint, options))\n\t\treturn\n\t}\n\n\toptions = options || {}\n\t$.ajax({\n\t\ttype: method.toUpperCase(),\n\t\turl: OC.linkToOCS('apps/provisioning_api/api/v1', 2) + 'config/apps' + endpoint,\n\t\tdata: options.data || {},\n\t\tsuccess: options.success,\n\t\terror: options.error,\n\t})\n}\n\n/**\n * @param {Object} [options] destructuring object\n * @param {function} [options.success] success callback\n * @since 11.0.0\n */\nexport function getApps(options) {\n\tcall('get', '', options)\n}\n\n/**\n * @param {string} app app id\n * @param {Object} [options] destructuring object\n * @param {function} [options.success] success callback\n * @param {function} [options.error] error callback\n * @since 11.0.0\n */\nexport function getKeys(app, options) {\n\tcall('get', '/' + app, options)\n}\n\n/**\n * @param {string} app app id\n * @param {string} key key\n * @param {string|function} defaultValue default value\n * @param {Object} [options] destructuring object\n * @param {function} [options.success] success callback\n * @param {function} [options.error] error callback\n * @since 11.0.0\n */\nexport function getValue(app, key, defaultValue, options) {\n\toptions = options || {}\n\toptions.data = {\n\t\tdefaultValue,\n\t}\n\n\tcall('get', '/' + app + '/' + key, options)\n}\n\n/**\n * @param {string} app app id\n * @param {string} key key\n * @param {string} value value\n * @param {Object} [options] destructuring object\n * @param {function} [options.success] success callback\n * @param {function} [options.error] error callback\n * @since 11.0.0\n */\nexport function setValue(app, key, value, options) {\n\toptions = options || {}\n\toptions.data = {\n\t\tvalue,\n\t}\n\n\tcall('post', '/' + app + '/' + key, options)\n}\n\n/**\n * @param {string} app app id\n * @param {string} key key\n * @param {Object} [options] destructuring object\n * @param {function} [options.success] success callback\n * @param {function} [options.error] error callback\n * @since 11.0.0\n */\nexport function deleteKey(app, key, options) {\n\tcall('delete', '/' + app + '/' + key, options)\n}\n","var global = require('../internals/global');\nvar isObject = require('../internals/is-object');\n\nvar document = global.document;\n// typeof document.createElement is 'object' in old IE\nvar EXISTS = isObject(document) && isObject(document.createElement);\n\nmodule.exports = function (it) {\n return EXISTS ? document.createElement(it) : {};\n};\n","var getBuiltIn = require('../internals/get-built-in');\nvar getOwnPropertyNamesModule = require('../internals/object-get-own-property-names');\nvar getOwnPropertySymbolsModule = require('../internals/object-get-own-property-symbols');\nvar anObject = require('../internals/an-object');\n\n// all object keys, includes non-enumerable and symbols\nmodule.exports = getBuiltIn('Reflect', 'ownKeys') || function ownKeys(it) {\n var keys = getOwnPropertyNamesModule.f(anObject(it));\n var getOwnPropertySymbols = getOwnPropertySymbolsModule.f;\n return getOwnPropertySymbols ? keys.concat(getOwnPropertySymbols(it)) : keys;\n};\n","var global = require('../internals/global');\n\nmodule.exports = global;\n","var TO_STRING_TAG_SUPPORT = require('../internals/to-string-tag-support');\nvar redefine = require('../internals/redefine');\nvar toString = require('../internals/object-to-string');\n\n// `Object.prototype.toString` method\n// https://tc39.es/ecma262/#sec-object.prototype.tostring\nif (!TO_STRING_TAG_SUPPORT) {\n redefine(Object.prototype, 'toString', toString, { unsafe: true });\n}\n","var listCacheClear = require('./_listCacheClear'),\n listCacheDelete = require('./_listCacheDelete'),\n listCacheGet = require('./_listCacheGet'),\n listCacheHas = require('./_listCacheHas'),\n listCacheSet = require('./_listCacheSet');\n\n/**\n * Creates an list cache object.\n *\n * @private\n * @constructor\n * @param {Array} [entries] The key-value pairs to cache.\n */\nfunction ListCache(entries) {\n var index = -1,\n length = entries == null ? 0 : entries.length;\n\n this.clear();\n while (++index < length) {\n var entry = entries[index];\n this.set(entry[0], entry[1]);\n }\n}\n\n// Add methods to `ListCache`.\nListCache.prototype.clear = listCacheClear;\nListCache.prototype['delete'] = listCacheDelete;\nListCache.prototype.get = listCacheGet;\nListCache.prototype.has = listCacheHas;\nListCache.prototype.set = listCacheSet;\n\nmodule.exports = ListCache;\n","var eq = require('./eq');\n\n/**\n * Gets the index at which the `key` is found in `array` of key-value pairs.\n *\n * @private\n * @param {Array} array The array to inspect.\n * @param {*} key The key to search for.\n * @returns {number} Returns the index of the matched value, else `-1`.\n */\nfunction assocIndexOf(array, key) {\n var length = array.length;\n while (length--) {\n if (eq(array[length][0], key)) {\n return length;\n }\n }\n return -1;\n}\n\nmodule.exports = assocIndexOf;\n","var getNative = require('./_getNative');\n\n/* Built-in method references that are verified to be native. */\nvar nativeCreate = getNative(Object, 'create');\n\nmodule.exports = nativeCreate;\n","var isKeyable = require('./_isKeyable');\n\n/**\n * Gets the data for `map`.\n *\n * @private\n * @param {Object} map The map to query.\n * @param {string} key The reference key.\n * @returns {*} Returns the map data.\n */\nfunction getMapData(map, key) {\n var data = map.__data__;\n return isKeyable(key)\n ? data[typeof key == 'string' ? 'string' : 'hash']\n : data.map;\n}\n\nmodule.exports = getMapData;\n","var has = require('../internals/has');\nvar ownKeys = require('../internals/own-keys');\nvar getOwnPropertyDescriptorModule = require('../internals/object-get-own-property-descriptor');\nvar definePropertyModule = require('../internals/object-define-property');\n\nmodule.exports = function (target, source) {\n var keys = ownKeys(source);\n var defineProperty = definePropertyModule.f;\n var getOwnPropertyDescriptor = getOwnPropertyDescriptorModule.f;\n for (var i = 0; i < keys.length; i++) {\n var key = keys[i];\n if (!has(target, key)) defineProperty(target, key, getOwnPropertyDescriptor(source, key));\n }\n};\n","/* eslint-disable es/no-symbol -- required for testing */\nvar NATIVE_SYMBOL = require('../internals/native-symbol');\n\nmodule.exports = NATIVE_SYMBOL\n && !Symbol.sham\n && typeof Symbol.iterator == 'symbol';\n","/**\n * Performs a\n * [`SameValueZero`](http://ecma-international.org/ecma-262/7.0/#sec-samevaluezero)\n * comparison between two values to determine if they are equivalent.\n *\n * @static\n * @memberOf _\n * @since 4.0.0\n * @category Lang\n * @param {*} value The value to compare.\n * @param {*} other The other value to compare.\n * @returns {boolean} Returns `true` if the values are equivalent, else `false`.\n * @example\n *\n * var object = { 'a': 1 };\n * var other = { 'a': 1 };\n *\n * _.eq(object, object);\n * // => true\n *\n * _.eq(object, other);\n * // => false\n *\n * _.eq('a', 'a');\n * // => true\n *\n * _.eq('a', Object('a'));\n * // => false\n *\n * _.eq(NaN, NaN);\n * // => true\n */\nfunction eq(value, other) {\n return value === other || (value !== value && other !== other);\n}\n\nmodule.exports = eq;\n","module.exports = function(module) {\n\tif (!module.webpackPolyfill) {\n\t\tmodule.deprecate = function() {};\n\t\tmodule.paths = [];\n\t\t// module.parent = undefined by default\n\t\tif (!module.children) module.children = [];\n\t\tObject.defineProperty(module, \"loaded\", {\n\t\t\tenumerable: true,\n\t\t\tget: function() {\n\t\t\t\treturn module.l;\n\t\t\t}\n\t\t});\n\t\tObject.defineProperty(module, \"id\", {\n\t\t\tenumerable: true,\n\t\t\tget: function() {\n\t\t\t\treturn module.i;\n\t\t\t}\n\t\t});\n\t\tmodule.webpackPolyfill = 1;\n\t}\n\treturn module;\n};\n","var DataView = require('./_DataView'),\n Map = require('./_Map'),\n Promise = require('./_Promise'),\n Set = require('./_Set'),\n WeakMap = require('./_WeakMap'),\n baseGetTag = require('./_baseGetTag'),\n toSource = require('./_toSource');\n\n/** `Object#toString` result references. */\nvar mapTag = '[object Map]',\n objectTag = '[object Object]',\n promiseTag = '[object Promise]',\n setTag = '[object Set]',\n weakMapTag = '[object WeakMap]';\n\nvar dataViewTag = '[object DataView]';\n\n/** Used to detect maps, sets, and weakmaps. */\nvar dataViewCtorString = toSource(DataView),\n mapCtorString = toSource(Map),\n promiseCtorString = toSource(Promise),\n setCtorString = toSource(Set),\n weakMapCtorString = toSource(WeakMap);\n\n/**\n * Gets the `toStringTag` of `value`.\n *\n * @private\n * @param {*} value The value to query.\n * @returns {string} Returns the `toStringTag`.\n */\nvar getTag = baseGetTag;\n\n// Fallback for data views, maps, sets, and weak maps in IE 11 and promises in Node.js < 6.\nif ((DataView && getTag(new DataView(new ArrayBuffer(1))) != dataViewTag) ||\n (Map && getTag(new Map) != mapTag) ||\n (Promise && getTag(Promise.resolve()) != promiseTag) ||\n (Set && getTag(new Set) != setTag) ||\n (WeakMap && getTag(new WeakMap) != weakMapTag)) {\n getTag = function(value) {\n var result = baseGetTag(value),\n Ctor = result == objectTag ? value.constructor : undefined,\n ctorString = Ctor ? toSource(Ctor) : '';\n\n if (ctorString) {\n switch (ctorString) {\n case dataViewCtorString: return dataViewTag;\n case mapCtorString: return mapTag;\n case promiseCtorString: return promiseTag;\n case setCtorString: return setTag;\n case weakMapCtorString: return weakMapTag;\n }\n }\n return result;\n };\n}\n\nmodule.exports = getTag;\n","/*!\n * escape-html\n * Copyright(c) 2012-2013 TJ Holowaychuk\n * Copyright(c) 2015 Andreas Lubbe\n * Copyright(c) 2015 Tiancheng \"Timothy\" Gu\n * MIT Licensed\n */\n\n'use strict';\n\n/**\n * Module variables.\n * @private\n */\n\nvar matchHtmlRegExp = /[\"'&<>]/;\n\n/**\n * Module exports.\n * @public\n */\n\nmodule.exports = escapeHtml;\n\n/**\n * Escape special characters in the given string of html.\n *\n * @param {string} string The string to escape for inserting into HTML\n * @return {string}\n * @public\n */\n\nfunction escapeHtml(string) {\n var str = '' + string;\n var match = matchHtmlRegExp.exec(str);\n\n if (!match) {\n return str;\n }\n\n var escape;\n var html = '';\n var index = 0;\n var lastIndex = 0;\n\n for (index = match.index; index < str.length; index++) {\n switch (str.charCodeAt(index)) {\n case 34: // \"\n escape = '&quot;';\n break;\n case 38: // &\n escape = '&amp;';\n break;\n case 39: // '\n escape = '&#39;';\n break;\n case 60: // <\n escape = '&lt;';\n break;\n case 62: // >\n escape = '&gt;';\n break;\n default:\n continue;\n }\n\n if (lastIndex !== index) {\n html += str.substring(lastIndex, index);\n }\n\n lastIndex = index + 1;\n html += escape;\n }\n\n return lastIndex !== index\n ? html + str.substring(lastIndex, index)\n : html;\n}\n","/*!\n * Vue.js v2.6.12\n * (c) 2014-2020 Evan You\n * Released under the MIT License.\n */\n/* */\n\nvar emptyObject = Object.freeze({});\n\n// These helpers produce better VM code in JS engines due to their\n// explicitness and function inlining.\nfunction isUndef (v) {\n return v === undefined || v === null\n}\n\nfunction isDef (v) {\n return v !== undefined && v !== null\n}\n\nfunction isTrue (v) {\n return v === true\n}\n\nfunction isFalse (v) {\n return v === false\n}\n\n/**\n * Check if value is primitive.\n */\nfunction isPrimitive (value) {\n return (\n typeof value === 'string' ||\n typeof value === 'number' ||\n // $flow-disable-line\n typeof value === 'symbol' ||\n typeof value === 'boolean'\n )\n}\n\n/**\n * Quick object check - this is primarily used to tell\n * Objects from primitive values when we know the value\n * is a JSON-compliant type.\n */\nfunction isObject (obj) {\n return obj !== null && typeof obj === 'object'\n}\n\n/**\n * Get the raw type string of a value, e.g., [object Object].\n */\nvar _toString = Object.prototype.toString;\n\nfunction toRawType (value) {\n return _toString.call(value).slice(8, -1)\n}\n\n/**\n * Strict object type check. Only returns true\n * for plain JavaScript objects.\n */\nfunction isPlainObject (obj) {\n return _toString.call(obj) === '[object Object]'\n}\n\nfunction isRegExp (v) {\n return _toString.call(v) === '[object RegExp]'\n}\n\n/**\n * Check if val is a valid array index.\n */\nfunction isValidArrayIndex (val) {\n var n = parseFloat(String(val));\n return n >= 0 && Math.floor(n) === n && isFinite(val)\n}\n\nfunction isPromise (val) {\n return (\n isDef(val) &&\n typeof val.then === 'function' &&\n typeof val.catch === 'function'\n )\n}\n\n/**\n * Convert a value to a string that is actually rendered.\n */\nfunction toString (val) {\n return val == null\n ? ''\n : Array.isArray(val) || (isPlainObject(val) && val.toString === _toString)\n ? JSON.stringify(val, null, 2)\n : String(val)\n}\n\n/**\n * Convert an input value to a number for persistence.\n * If the conversion fails, return original string.\n */\nfunction toNumber (val) {\n var n = parseFloat(val);\n return isNaN(n) ? val : n\n}\n\n/**\n * Make a map and return a function for checking if a key\n * is in that map.\n */\nfunction makeMap (\n str,\n expectsLowerCase\n) {\n var map = Object.create(null);\n var list = str.split(',');\n for (var i = 0; i < list.length; i++) {\n map[list[i]] = true;\n }\n return expectsLowerCase\n ? function (val) { return map[val.toLowerCase()]; }\n : function (val) { return map[val]; }\n}\n\n/**\n * Check if a tag is a built-in tag.\n */\nvar isBuiltInTag = makeMap('slot,component', true);\n\n/**\n * Check if an attribute is a reserved attribute.\n */\nvar isReservedAttribute = makeMap('key,ref,slot,slot-scope,is');\n\n/**\n * Remove an item from an array.\n */\nfunction remove (arr, item) {\n if (arr.length) {\n var index = arr.indexOf(item);\n if (index > -1) {\n return arr.splice(index, 1)\n }\n }\n}\n\n/**\n * Check whether an object has the property.\n */\nvar hasOwnProperty = Object.prototype.hasOwnProperty;\nfunction hasOwn (obj, key) {\n return hasOwnProperty.call(obj, key)\n}\n\n/**\n * Create a cached version of a pure function.\n */\nfunction cached (fn) {\n var cache = Object.create(null);\n return (function cachedFn (str) {\n var hit = cache[str];\n return hit || (cache[str] = fn(str))\n })\n}\n\n/**\n * Camelize a hyphen-delimited string.\n */\nvar camelizeRE = /-(\\w)/g;\nvar camelize = cached(function (str) {\n return str.replace(camelizeRE, function (_, c) { return c ? c.toUpperCase() : ''; })\n});\n\n/**\n * Capitalize a string.\n */\nvar capitalize = cached(function (str) {\n return str.charAt(0).toUpperCase() + str.slice(1)\n});\n\n/**\n * Hyphenate a camelCase string.\n */\nvar hyphenateRE = /\\B([A-Z])/g;\nvar hyphenate = cached(function (str) {\n return str.replace(hyphenateRE, '-$1').toLowerCase()\n});\n\n/**\n * Simple bind polyfill for environments that do not support it,\n * e.g., PhantomJS 1.x. Technically, we don't need this anymore\n * since native bind is now performant enough in most browsers.\n * But removing it would mean breaking code that was able to run in\n * PhantomJS 1.x, so this must be kept for backward compatibility.\n */\n\n/* istanbul ignore next */\nfunction polyfillBind (fn, ctx) {\n function boundFn (a) {\n var l = arguments.length;\n return l\n ? l > 1\n ? fn.apply(ctx, arguments)\n : fn.call(ctx, a)\n : fn.call(ctx)\n }\n\n boundFn._length = fn.length;\n return boundFn\n}\n\nfunction nativeBind (fn, ctx) {\n return fn.bind(ctx)\n}\n\nvar bind = Function.prototype.bind\n ? nativeBind\n : polyfillBind;\n\n/**\n * Convert an Array-like object to a real Array.\n */\nfunction toArray (list, start) {\n start = start || 0;\n var i = list.length - start;\n var ret = new Array(i);\n while (i--) {\n ret[i] = list[i + start];\n }\n return ret\n}\n\n/**\n * Mix properties into target object.\n */\nfunction extend (to, _from) {\n for (var key in _from) {\n to[key] = _from[key];\n }\n return to\n}\n\n/**\n * Merge an Array of Objects into a single Object.\n */\nfunction toObject (arr) {\n var res = {};\n for (var i = 0; i < arr.length; i++) {\n if (arr[i]) {\n extend(res, arr[i]);\n }\n }\n return res\n}\n\n/* eslint-disable no-unused-vars */\n\n/**\n * Perform no operation.\n * Stubbing args to make Flow happy without leaving useless transpiled code\n * with ...rest (https://flow.org/blog/2017/05/07/Strict-Function-Call-Arity/).\n */\nfunction noop (a, b, c) {}\n\n/**\n * Always return false.\n */\nvar no = function (a, b, c) { return false; };\n\n/* eslint-enable no-unused-vars */\n\n/**\n * Return the same value.\n */\nvar identity = function (_) { return _; };\n\n/**\n * Check if two values are loosely equal - that is,\n * if they are plain objects, do they have the same shape?\n */\nfunction looseEqual (a, b) {\n if (a === b) { return true }\n var isObjectA = isObject(a);\n var isObjectB = isObject(b);\n if (isObjectA && isObjectB) {\n try {\n var isArrayA = Array.isArray(a);\n var isArrayB = Array.isArray(b);\n if (isArrayA && isArrayB) {\n return a.length === b.length && a.every(function (e, i) {\n return looseEqual(e, b[i])\n })\n } else if (a instanceof Date && b instanceof Date) {\n return a.getTime() === b.getTime()\n } else if (!isArrayA && !isArrayB) {\n var keysA = Object.keys(a);\n var keysB = Object.keys(b);\n return keysA.length === keysB.length && keysA.every(function (key) {\n return looseEqual(a[key], b[key])\n })\n } else {\n /* istanbul ignore next */\n return false\n }\n } catch (e) {\n /* istanbul ignore next */\n return false\n }\n } else if (!isObjectA && !isObjectB) {\n return String(a) === String(b)\n } else {\n return false\n }\n}\n\n/**\n * Return the first index at which a loosely equal value can be\n * found in the array (if value is a plain object, the array must\n * contain an object of the same shape), or -1 if it is not present.\n */\nfunction looseIndexOf (arr, val) {\n for (var i = 0; i < arr.length; i++) {\n if (looseEqual(arr[i], val)) { return i }\n }\n return -1\n}\n\n/**\n * Ensure a function is called only once.\n */\nfunction once (fn) {\n var called = false;\n return function () {\n if (!called) {\n called = true;\n fn.apply(this, arguments);\n }\n }\n}\n\nvar SSR_ATTR = 'data-server-rendered';\n\nvar ASSET_TYPES = [\n 'component',\n 'directive',\n 'filter'\n];\n\nvar LIFECYCLE_HOOKS = [\n 'beforeCreate',\n 'created',\n 'beforeMount',\n 'mounted',\n 'beforeUpdate',\n 'updated',\n 'beforeDestroy',\n 'destroyed',\n 'activated',\n 'deactivated',\n 'errorCaptured',\n 'serverPrefetch'\n];\n\n/* */\n\n\n\nvar config = ({\n /**\n * Option merge strategies (used in core/util/options)\n */\n // $flow-disable-line\n optionMergeStrategies: Object.create(null),\n\n /**\n * Whether to suppress warnings.\n */\n silent: false,\n\n /**\n * Show production mode tip message on boot?\n */\n productionTip: process.env.NODE_ENV !== 'production',\n\n /**\n * Whether to enable devtools\n */\n devtools: process.env.NODE_ENV !== 'production',\n\n /**\n * Whether to record perf\n */\n performance: false,\n\n /**\n * Error handler for watcher errors\n */\n errorHandler: null,\n\n /**\n * Warn handler for watcher warns\n */\n warnHandler: null,\n\n /**\n * Ignore certain custom elements\n */\n ignoredElements: [],\n\n /**\n * Custom user key aliases for v-on\n */\n // $flow-disable-line\n keyCodes: Object.create(null),\n\n /**\n * Check if a tag is reserved so that it cannot be registered as a\n * component. This is platform-dependent and may be overwritten.\n */\n isReservedTag: no,\n\n /**\n * Check if an attribute is reserved so that it cannot be used as a component\n * prop. This is platform-dependent and may be overwritten.\n */\n isReservedAttr: no,\n\n /**\n * Check if a tag is an unknown element.\n * Platform-dependent.\n */\n isUnknownElement: no,\n\n /**\n * Get the namespace of an element\n */\n getTagNamespace: noop,\n\n /**\n * Parse the real tag name for the specific platform.\n */\n parsePlatformTagName: identity,\n\n /**\n * Check if an attribute must be bound using property, e.g. value\n * Platform-dependent.\n */\n mustUseProp: no,\n\n /**\n * Perform updates asynchronously. Intended to be used by Vue Test Utils\n * This will significantly reduce performance if set to false.\n */\n async: true,\n\n /**\n * Exposed for legacy reasons\n */\n _lifecycleHooks: LIFECYCLE_HOOKS\n});\n\n/* */\n\n/**\n * unicode letters used for parsing html tags, component names and property paths.\n * using https://www.w3.org/TR/html53/semantics-scripting.html#potentialcustomelementname\n * skipping \\u10000-\\uEFFFF due to it freezing up PhantomJS\n */\nvar unicodeRegExp = /a-zA-Z\\u00B7\\u00C0-\\u00D6\\u00D8-\\u00F6\\u00F8-\\u037D\\u037F-\\u1FFF\\u200C-\\u200D\\u203F-\\u2040\\u2070-\\u218F\\u2C00-\\u2FEF\\u3001-\\uD7FF\\uF900-\\uFDCF\\uFDF0-\\uFFFD/;\n\n/**\n * Check if a string starts with $ or _\n */\nfunction isReserved (str) {\n var c = (str + '').charCodeAt(0);\n return c === 0x24 || c === 0x5F\n}\n\n/**\n * Define a property.\n */\nfunction def (obj, key, val, enumerable) {\n Object.defineProperty(obj, key, {\n value: val,\n enumerable: !!enumerable,\n writable: true,\n configurable: true\n });\n}\n\n/**\n * Parse simple path.\n */\nvar bailRE = new RegExp((\"[^\" + (unicodeRegExp.source) + \".$_\\\\d]\"));\nfunction parsePath (path) {\n if (bailRE.test(path)) {\n return\n }\n var segments = path.split('.');\n return function (obj) {\n for (var i = 0; i < segments.length; i++) {\n if (!obj) { return }\n obj = obj[segments[i]];\n }\n return obj\n }\n}\n\n/* */\n\n// can we use __proto__?\nvar hasProto = '__proto__' in {};\n\n// Browser environment sniffing\nvar inBrowser = typeof window !== 'undefined';\nvar inWeex = typeof WXEnvironment !== 'undefined' && !!WXEnvironment.platform;\nvar weexPlatform = inWeex && WXEnvironment.platform.toLowerCase();\nvar UA = inBrowser && window.navigator.userAgent.toLowerCase();\nvar isIE = UA && /msie|trident/.test(UA);\nvar isIE9 = UA && UA.indexOf('msie 9.0') > 0;\nvar isEdge = UA && UA.indexOf('edge/') > 0;\nvar isAndroid = (UA && UA.indexOf('android') > 0) || (weexPlatform === 'android');\nvar isIOS = (UA && /iphone|ipad|ipod|ios/.test(UA)) || (weexPlatform === 'ios');\nvar isChrome = UA && /chrome\\/\\d+/.test(UA) && !isEdge;\nvar isPhantomJS = UA && /phantomjs/.test(UA);\nvar isFF = UA && UA.match(/firefox\\/(\\d+)/);\n\n// Firefox has a \"watch\" function on Object.prototype...\nvar nativeWatch = ({}).watch;\n\nvar supportsPassive = false;\nif (inBrowser) {\n try {\n var opts = {};\n Object.defineProperty(opts, 'passive', ({\n get: function get () {\n /* istanbul ignore next */\n supportsPassive = true;\n }\n })); // https://github.com/facebook/flow/issues/285\n window.addEventListener('test-passive', null, opts);\n } catch (e) {}\n}\n\n// this needs to be lazy-evaled because vue may be required before\n// vue-server-renderer can set VUE_ENV\nvar _isServer;\nvar isServerRendering = function () {\n if (_isServer === undefined) {\n /* istanbul ignore if */\n if (!inBrowser && !inWeex && typeof global !== 'undefined') {\n // detect presence of vue-server-renderer and avoid\n // Webpack shimming the process\n _isServer = global['process'] && global['process'].env.VUE_ENV === 'server';\n } else {\n _isServer = false;\n }\n }\n return _isServer\n};\n\n// detect devtools\nvar devtools = inBrowser && window.__VUE_DEVTOOLS_GLOBAL_HOOK__;\n\n/* istanbul ignore next */\nfunction isNative (Ctor) {\n return typeof Ctor === 'function' && /native code/.test(Ctor.toString())\n}\n\nvar hasSymbol =\n typeof Symbol !== 'undefined' && isNative(Symbol) &&\n typeof Reflect !== 'undefined' && isNative(Reflect.ownKeys);\n\nvar _Set;\n/* istanbul ignore if */ // $flow-disable-line\nif (typeof Set !== 'undefined' && isNative(Set)) {\n // use native Set when available.\n _Set = Set;\n} else {\n // a non-standard Set polyfill that only works with primitive keys.\n _Set = /*@__PURE__*/(function () {\n function Set () {\n this.set = Object.create(null);\n }\n Set.prototype.has = function has (key) {\n return this.set[key] === true\n };\n Set.prototype.add = function add (key) {\n this.set[key] = true;\n };\n Set.prototype.clear = function clear () {\n this.set = Object.create(null);\n };\n\n return Set;\n }());\n}\n\n/* */\n\nvar warn = noop;\nvar tip = noop;\nvar generateComponentTrace = (noop); // work around flow check\nvar formatComponentName = (noop);\n\nif (process.env.NODE_ENV !== 'production') {\n var hasConsole = typeof console !== 'undefined';\n var classifyRE = /(?:^|[-_])(\\w)/g;\n var classify = function (str) { return str\n .replace(classifyRE, function (c) { return c.toUpperCase(); })\n .replace(/[-_]/g, ''); };\n\n warn = function (msg, vm) {\n var trace = vm ? generateComponentTrace(vm) : '';\n\n if (config.warnHandler) {\n config.warnHandler.call(null, msg, vm, trace);\n } else if (hasConsole && (!config.silent)) {\n console.error((\"[Vue warn]: \" + msg + trace));\n }\n };\n\n tip = function (msg, vm) {\n if (hasConsole && (!config.silent)) {\n console.warn(\"[Vue tip]: \" + msg + (\n vm ? generateComponentTrace(vm) : ''\n ));\n }\n };\n\n formatComponentName = function (vm, includeFile) {\n if (vm.$root === vm) {\n return '<Root>'\n }\n var options = typeof vm === 'function' && vm.cid != null\n ? vm.options\n : vm._isVue\n ? vm.$options || vm.constructor.options\n : vm;\n var name = options.name || options._componentTag;\n var file = options.__file;\n if (!name && file) {\n var match = file.match(/([^/\\\\]+)\\.vue$/);\n name = match && match[1];\n }\n\n return (\n (name ? (\"<\" + (classify(name)) + \">\") : \"<Anonymous>\") +\n (file && includeFile !== false ? (\" at \" + file) : '')\n )\n };\n\n var repeat = function (str, n) {\n var res = '';\n while (n) {\n if (n % 2 === 1) { res += str; }\n if (n > 1) { str += str; }\n n >>= 1;\n }\n return res\n };\n\n generateComponentTrace = function (vm) {\n if (vm._isVue && vm.$parent) {\n var tree = [];\n var currentRecursiveSequence = 0;\n while (vm) {\n if (tree.length > 0) {\n var last = tree[tree.length - 1];\n if (last.constructor === vm.constructor) {\n currentRecursiveSequence++;\n vm = vm.$parent;\n continue\n } else if (currentRecursiveSequence > 0) {\n tree[tree.length - 1] = [last, currentRecursiveSequence];\n currentRecursiveSequence = 0;\n }\n }\n tree.push(vm);\n vm = vm.$parent;\n }\n return '\\n\\nfound in\\n\\n' + tree\n .map(function (vm, i) { return (\"\" + (i === 0 ? '---> ' : repeat(' ', 5 + i * 2)) + (Array.isArray(vm)\n ? ((formatComponentName(vm[0])) + \"... (\" + (vm[1]) + \" recursive calls)\")\n : formatComponentName(vm))); })\n .join('\\n')\n } else {\n return (\"\\n\\n(found in \" + (formatComponentName(vm)) + \")\")\n }\n };\n}\n\n/* */\n\nvar uid = 0;\n\n/**\n * A dep is an observable that can have multiple\n * directives subscribing to it.\n */\nvar Dep = function Dep () {\n this.id = uid++;\n this.subs = [];\n};\n\nDep.prototype.addSub = function addSub (sub) {\n this.subs.push(sub);\n};\n\nDep.prototype.removeSub = function removeSub (sub) {\n remove(this.subs, sub);\n};\n\nDep.prototype.depend = function depend () {\n if (Dep.target) {\n Dep.target.addDep(this);\n }\n};\n\nDep.prototype.notify = function notify () {\n // stabilize the subscriber list first\n var subs = this.subs.slice();\n if (process.env.NODE_ENV !== 'production' && !config.async) {\n // subs aren't sorted in scheduler if not running async\n // we need to sort them now to make sure they fire in correct\n // order\n subs.sort(function (a, b) { return a.id - b.id; });\n }\n for (var i = 0, l = subs.length; i < l; i++) {\n subs[i].update();\n }\n};\n\n// The current target watcher being evaluated.\n// This is globally unique because only one watcher\n// can be evaluated at a time.\nDep.target = null;\nvar targetStack = [];\n\nfunction pushTarget (target) {\n targetStack.push(target);\n Dep.target = target;\n}\n\nfunction popTarget () {\n targetStack.pop();\n Dep.target = targetStack[targetStack.length - 1];\n}\n\n/* */\n\nvar VNode = function VNode (\n tag,\n data,\n children,\n text,\n elm,\n context,\n componentOptions,\n asyncFactory\n) {\n this.tag = tag;\n this.data = data;\n this.children = children;\n this.text = text;\n this.elm = elm;\n this.ns = undefined;\n this.context = context;\n this.fnContext = undefined;\n this.fnOptions = undefined;\n this.fnScopeId = undefined;\n this.key = data && data.key;\n this.componentOptions = componentOptions;\n this.componentInstance = undefined;\n this.parent = undefined;\n this.raw = false;\n this.isStatic = false;\n this.isRootInsert = true;\n this.isComment = false;\n this.isCloned = false;\n this.isOnce = false;\n this.asyncFactory = asyncFactory;\n this.asyncMeta = undefined;\n this.isAsyncPlaceholder = false;\n};\n\nvar prototypeAccessors = { child: { configurable: true } };\n\n// DEPRECATED: alias for componentInstance for backwards compat.\n/* istanbul ignore next */\nprototypeAccessors.child.get = function () {\n return this.componentInstance\n};\n\nObject.defineProperties( VNode.prototype, prototypeAccessors );\n\nvar createEmptyVNode = function (text) {\n if ( text === void 0 ) text = '';\n\n var node = new VNode();\n node.text = text;\n node.isComment = true;\n return node\n};\n\nfunction createTextVNode (val) {\n return new VNode(undefined, undefined, undefined, String(val))\n}\n\n// optimized shallow clone\n// used for static nodes and slot nodes because they may be reused across\n// multiple renders, cloning them avoids errors when DOM manipulations rely\n// on their elm reference.\nfunction cloneVNode (vnode) {\n var cloned = new VNode(\n vnode.tag,\n vnode.data,\n // #7975\n // clone children array to avoid mutating original in case of cloning\n // a child.\n vnode.children && vnode.children.slice(),\n vnode.text,\n vnode.elm,\n vnode.context,\n vnode.componentOptions,\n vnode.asyncFactory\n );\n cloned.ns = vnode.ns;\n cloned.isStatic = vnode.isStatic;\n cloned.key = vnode.key;\n cloned.isComment = vnode.isComment;\n cloned.fnContext = vnode.fnContext;\n cloned.fnOptions = vnode.fnOptions;\n cloned.fnScopeId = vnode.fnScopeId;\n cloned.asyncMeta = vnode.asyncMeta;\n cloned.isCloned = true;\n return cloned\n}\n\n/*\n * not type checking this file because flow doesn't play well with\n * dynamically accessing methods on Array prototype\n */\n\nvar arrayProto = Array.prototype;\nvar arrayMethods = Object.create(arrayProto);\n\nvar methodsToPatch = [\n 'push',\n 'pop',\n 'shift',\n 'unshift',\n 'splice',\n 'sort',\n 'reverse'\n];\n\n/**\n * Intercept mutating methods and emit events\n */\nmethodsToPatch.forEach(function (method) {\n // cache original method\n var original = arrayProto[method];\n def(arrayMethods, method, function mutator () {\n var args = [], len = arguments.length;\n while ( len-- ) args[ len ] = arguments[ len ];\n\n var result = original.apply(this, args);\n var ob = this.__ob__;\n var inserted;\n switch (method) {\n case 'push':\n case 'unshift':\n inserted = args;\n break\n case 'splice':\n inserted = args.slice(2);\n break\n }\n if (inserted) { ob.observeArray(inserted); }\n // notify change\n ob.dep.notify();\n return result\n });\n});\n\n/* */\n\nvar arrayKeys = Object.getOwnPropertyNames(arrayMethods);\n\n/**\n * In some cases we may want to disable observation inside a component's\n * update computation.\n */\nvar shouldObserve = true;\n\nfunction toggleObserving (value) {\n shouldObserve = value;\n}\n\n/**\n * Observer class that is attached to each observed\n * object. Once attached, the observer converts the target\n * object's property keys into getter/setters that\n * collect dependencies and dispatch updates.\n */\nvar Observer = function Observer (value) {\n this.value = value;\n this.dep = new Dep();\n this.vmCount = 0;\n def(value, '__ob__', this);\n if (Array.isArray(value)) {\n if (hasProto) {\n protoAugment(value, arrayMethods);\n } else {\n copyAugment(value, arrayMethods, arrayKeys);\n }\n this.observeArray(value);\n } else {\n this.walk(value);\n }\n};\n\n/**\n * Walk through all properties and convert them into\n * getter/setters. This method should only be called when\n * value type is Object.\n */\nObserver.prototype.walk = function walk (obj) {\n var keys = Object.keys(obj);\n for (var i = 0; i < keys.length; i++) {\n defineReactive$$1(obj, keys[i]);\n }\n};\n\n/**\n * Observe a list of Array items.\n */\nObserver.prototype.observeArray = function observeArray (items) {\n for (var i = 0, l = items.length; i < l; i++) {\n observe(items[i]);\n }\n};\n\n// helpers\n\n/**\n * Augment a target Object or Array by intercepting\n * the prototype chain using __proto__\n */\nfunction protoAugment (target, src) {\n /* eslint-disable no-proto */\n target.__proto__ = src;\n /* eslint-enable no-proto */\n}\n\n/**\n * Augment a target Object or Array by defining\n * hidden properties.\n */\n/* istanbul ignore next */\nfunction copyAugment (target, src, keys) {\n for (var i = 0, l = keys.length; i < l; i++) {\n var key = keys[i];\n def(target, key, src[key]);\n }\n}\n\n/**\n * Attempt to create an observer instance for a value,\n * returns the new observer if successfully observed,\n * or the existing observer if the value already has one.\n */\nfunction observe (value, asRootData) {\n if (!isObject(value) || value instanceof VNode) {\n return\n }\n var ob;\n if (hasOwn(value, '__ob__') && value.__ob__ instanceof Observer) {\n ob = value.__ob__;\n } else if (\n shouldObserve &&\n !isServerRendering() &&\n (Array.isArray(value) || isPlainObject(value)) &&\n Object.isExtensible(value) &&\n !value._isVue\n ) {\n ob = new Observer(value);\n }\n if (asRootData && ob) {\n ob.vmCount++;\n }\n return ob\n}\n\n/**\n * Define a reactive property on an Object.\n */\nfunction defineReactive$$1 (\n obj,\n key,\n val,\n customSetter,\n shallow\n) {\n var dep = new Dep();\n\n var property = Object.getOwnPropertyDescriptor(obj, key);\n if (property && property.configurable === false) {\n return\n }\n\n // cater for pre-defined getter/setters\n var getter = property && property.get;\n var setter = property && property.set;\n if ((!getter || setter) && arguments.length === 2) {\n val = obj[key];\n }\n\n var childOb = !shallow && observe(val);\n Object.defineProperty(obj, key, {\n enumerable: true,\n configurable: true,\n get: function reactiveGetter () {\n var value = getter ? getter.call(obj) : val;\n if (Dep.target) {\n dep.depend();\n if (childOb) {\n childOb.dep.depend();\n if (Array.isArray(value)) {\n dependArray(value);\n }\n }\n }\n return value\n },\n set: function reactiveSetter (newVal) {\n var value = getter ? getter.call(obj) : val;\n /* eslint-disable no-self-compare */\n if (newVal === value || (newVal !== newVal && value !== value)) {\n return\n }\n /* eslint-enable no-self-compare */\n if (process.env.NODE_ENV !== 'production' && customSetter) {\n customSetter();\n }\n // #7981: for accessor properties without setter\n if (getter && !setter) { return }\n if (setter) {\n setter.call(obj, newVal);\n } else {\n val = newVal;\n }\n childOb = !shallow && observe(newVal);\n dep.notify();\n }\n });\n}\n\n/**\n * Set a property on an object. Adds the new property and\n * triggers change notification if the property doesn't\n * already exist.\n */\nfunction set (target, key, val) {\n if (process.env.NODE_ENV !== 'production' &&\n (isUndef(target) || isPrimitive(target))\n ) {\n warn((\"Cannot set reactive property on undefined, null, or primitive value: \" + ((target))));\n }\n if (Array.isArray(target) && isValidArrayIndex(key)) {\n target.length = Math.max(target.length, key);\n target.splice(key, 1, val);\n return val\n }\n if (key in target && !(key in Object.prototype)) {\n target[key] = val;\n return val\n }\n var ob = (target).__ob__;\n if (target._isVue || (ob && ob.vmCount)) {\n process.env.NODE_ENV !== 'production' && warn(\n 'Avoid adding reactive properties to a Vue instance or its root $data ' +\n 'at runtime - declare it upfront in the data option.'\n );\n return val\n }\n if (!ob) {\n target[key] = val;\n return val\n }\n defineReactive$$1(ob.value, key, val);\n ob.dep.notify();\n return val\n}\n\n/**\n * Delete a property and trigger change if necessary.\n */\nfunction del (target, key) {\n if (process.env.NODE_ENV !== 'production' &&\n (isUndef(target) || isPrimitive(target))\n ) {\n warn((\"Cannot delete reactive property on undefined, null, or primitive value: \" + ((target))));\n }\n if (Array.isArray(target) && isValidArrayIndex(key)) {\n target.splice(key, 1);\n return\n }\n var ob = (target).__ob__;\n if (target._isVue || (ob && ob.vmCount)) {\n process.env.NODE_ENV !== 'production' && warn(\n 'Avoid deleting properties on a Vue instance or its root $data ' +\n '- just set it to null.'\n );\n return\n }\n if (!hasOwn(target, key)) {\n return\n }\n delete target[key];\n if (!ob) {\n return\n }\n ob.dep.notify();\n}\n\n/**\n * Collect dependencies on array elements when the array is touched, since\n * we cannot intercept array element access like property getters.\n */\nfunction dependArray (value) {\n for (var e = (void 0), i = 0, l = value.length; i < l; i++) {\n e = value[i];\n e && e.__ob__ && e.__ob__.dep.depend();\n if (Array.isArray(e)) {\n dependArray(e);\n }\n }\n}\n\n/* */\n\n/**\n * Option overwriting strategies are functions that handle\n * how to merge a parent option value and a child option\n * value into the final value.\n */\nvar strats = config.optionMergeStrategies;\n\n/**\n * Options with restrictions\n */\nif (process.env.NODE_ENV !== 'production') {\n strats.el = strats.propsData = function (parent, child, vm, key) {\n if (!vm) {\n warn(\n \"option \\\"\" + key + \"\\\" can only be used during instance \" +\n 'creation with the `new` keyword.'\n );\n }\n return defaultStrat(parent, child)\n };\n}\n\n/**\n * Helper that recursively merges two data objects together.\n */\nfunction mergeData (to, from) {\n if (!from) { return to }\n var key, toVal, fromVal;\n\n var keys = hasSymbol\n ? Reflect.ownKeys(from)\n : Object.keys(from);\n\n for (var i = 0; i < keys.length; i++) {\n key = keys[i];\n // in case the object is already observed...\n if (key === '__ob__') { continue }\n toVal = to[key];\n fromVal = from[key];\n if (!hasOwn(to, key)) {\n set(to, key, fromVal);\n } else if (\n toVal !== fromVal &&\n isPlainObject(toVal) &&\n isPlainObject(fromVal)\n ) {\n mergeData(toVal, fromVal);\n }\n }\n return to\n}\n\n/**\n * Data\n */\nfunction mergeDataOrFn (\n parentVal,\n childVal,\n vm\n) {\n if (!vm) {\n // in a Vue.extend merge, both should be functions\n if (!childVal) {\n return parentVal\n }\n if (!parentVal) {\n return childVal\n }\n // when parentVal & childVal are both present,\n // we need to return a function that returns the\n // merged result of both functions... no need to\n // check if parentVal is a function here because\n // it has to be a function to pass previous merges.\n return function mergedDataFn () {\n return mergeData(\n typeof childVal === 'function' ? childVal.call(this, this) : childVal,\n typeof parentVal === 'function' ? parentVal.call(this, this) : parentVal\n )\n }\n } else {\n return function mergedInstanceDataFn () {\n // instance merge\n var instanceData = typeof childVal === 'function'\n ? childVal.call(vm, vm)\n : childVal;\n var defaultData = typeof parentVal === 'function'\n ? parentVal.call(vm, vm)\n : parentVal;\n if (instanceData) {\n return mergeData(instanceData, defaultData)\n } else {\n return defaultData\n }\n }\n }\n}\n\nstrats.data = function (\n parentVal,\n childVal,\n vm\n) {\n if (!vm) {\n if (childVal && typeof childVal !== 'function') {\n process.env.NODE_ENV !== 'production' && warn(\n 'The \"data\" option should be a function ' +\n 'that returns a per-instance value in component ' +\n 'definitions.',\n vm\n );\n\n return parentVal\n }\n return mergeDataOrFn(parentVal, childVal)\n }\n\n return mergeDataOrFn(parentVal, childVal, vm)\n};\n\n/**\n * Hooks and props are merged as arrays.\n */\nfunction mergeHook (\n parentVal,\n childVal\n) {\n var res = childVal\n ? parentVal\n ? parentVal.concat(childVal)\n : Array.isArray(childVal)\n ? childVal\n : [childVal]\n : parentVal;\n return res\n ? dedupeHooks(res)\n : res\n}\n\nfunction dedupeHooks (hooks) {\n var res = [];\n for (var i = 0; i < hooks.length; i++) {\n if (res.indexOf(hooks[i]) === -1) {\n res.push(hooks[i]);\n }\n }\n return res\n}\n\nLIFECYCLE_HOOKS.forEach(function (hook) {\n strats[hook] = mergeHook;\n});\n\n/**\n * Assets\n *\n * When a vm is present (instance creation), we need to do\n * a three-way merge between constructor options, instance\n * options and parent options.\n */\nfunction mergeAssets (\n parentVal,\n childVal,\n vm,\n key\n) {\n var res = Object.create(parentVal || null);\n if (childVal) {\n process.env.NODE_ENV !== 'production' && assertObjectType(key, childVal, vm);\n return extend(res, childVal)\n } else {\n return res\n }\n}\n\nASSET_TYPES.forEach(function (type) {\n strats[type + 's'] = mergeAssets;\n});\n\n/**\n * Watchers.\n *\n * Watchers hashes should not overwrite one\n * another, so we merge them as arrays.\n */\nstrats.watch = function (\n parentVal,\n childVal,\n vm,\n key\n) {\n // work around Firefox's Object.prototype.watch...\n if (parentVal === nativeWatch) { parentVal = undefined; }\n if (childVal === nativeWatch) { childVal = undefined; }\n /* istanbul ignore if */\n if (!childVal) { return Object.create(parentVal || null) }\n if (process.env.NODE_ENV !== 'production') {\n assertObjectType(key, childVal, vm);\n }\n if (!parentVal) { return childVal }\n var ret = {};\n extend(ret, parentVal);\n for (var key$1 in childVal) {\n var parent = ret[key$1];\n var child = childVal[key$1];\n if (parent && !Array.isArray(parent)) {\n parent = [parent];\n }\n ret[key$1] = parent\n ? parent.concat(child)\n : Array.isArray(child) ? child : [child];\n }\n return ret\n};\n\n/**\n * Other object hashes.\n */\nstrats.props =\nstrats.methods =\nstrats.inject =\nstrats.computed = function (\n parentVal,\n childVal,\n vm,\n key\n) {\n if (childVal && process.env.NODE_ENV !== 'production') {\n assertObjectType(key, childVal, vm);\n }\n if (!parentVal) { return childVal }\n var ret = Object.create(null);\n extend(ret, parentVal);\n if (childVal) { extend(ret, childVal); }\n return ret\n};\nstrats.provide = mergeDataOrFn;\n\n/**\n * Default strategy.\n */\nvar defaultStrat = function (parentVal, childVal) {\n return childVal === undefined\n ? parentVal\n : childVal\n};\n\n/**\n * Validate component names\n */\nfunction checkComponents (options) {\n for (var key in options.components) {\n validateComponentName(key);\n }\n}\n\nfunction validateComponentName (name) {\n if (!new RegExp((\"^[a-zA-Z][\\\\-\\\\.0-9_\" + (unicodeRegExp.source) + \"]*$\")).test(name)) {\n warn(\n 'Invalid component name: \"' + name + '\". Component names ' +\n 'should conform to valid custom element name in html5 specification.'\n );\n }\n if (isBuiltInTag(name) || config.isReservedTag(name)) {\n warn(\n 'Do not use built-in or reserved HTML elements as component ' +\n 'id: ' + name\n );\n }\n}\n\n/**\n * Ensure all props option syntax are normalized into the\n * Object-based format.\n */\nfunction normalizeProps (options, vm) {\n var props = options.props;\n if (!props) { return }\n var res = {};\n var i, val, name;\n if (Array.isArray(props)) {\n i = props.length;\n while (i--) {\n val = props[i];\n if (typeof val === 'string') {\n name = camelize(val);\n res[name] = { type: null };\n } else if (process.env.NODE_ENV !== 'production') {\n warn('props must be strings when using array syntax.');\n }\n }\n } else if (isPlainObject(props)) {\n for (var key in props) {\n val = props[key];\n name = camelize(key);\n res[name] = isPlainObject(val)\n ? val\n : { type: val };\n }\n } else if (process.env.NODE_ENV !== 'production') {\n warn(\n \"Invalid value for option \\\"props\\\": expected an Array or an Object, \" +\n \"but got \" + (toRawType(props)) + \".\",\n vm\n );\n }\n options.props = res;\n}\n\n/**\n * Normalize all injections into Object-based format\n */\nfunction normalizeInject (options, vm) {\n var inject = options.inject;\n if (!inject) { return }\n var normalized = options.inject = {};\n if (Array.isArray(inject)) {\n for (var i = 0; i < inject.length; i++) {\n normalized[inject[i]] = { from: inject[i] };\n }\n } else if (isPlainObject(inject)) {\n for (var key in inject) {\n var val = inject[key];\n normalized[key] = isPlainObject(val)\n ? extend({ from: key }, val)\n : { from: val };\n }\n } else if (process.env.NODE_ENV !== 'production') {\n warn(\n \"Invalid value for option \\\"inject\\\": expected an Array or an Object, \" +\n \"but got \" + (toRawType(inject)) + \".\",\n vm\n );\n }\n}\n\n/**\n * Normalize raw function directives into object format.\n */\nfunction normalizeDirectives (options) {\n var dirs = options.directives;\n if (dirs) {\n for (var key in dirs) {\n var def$$1 = dirs[key];\n if (typeof def$$1 === 'function') {\n dirs[key] = { bind: def$$1, update: def$$1 };\n }\n }\n }\n}\n\nfunction assertObjectType (name, value, vm) {\n if (!isPlainObject(value)) {\n warn(\n \"Invalid value for option \\\"\" + name + \"\\\": expected an Object, \" +\n \"but got \" + (toRawType(value)) + \".\",\n vm\n );\n }\n}\n\n/**\n * Merge two option objects into a new one.\n * Core utility used in both instantiation and inheritance.\n */\nfunction mergeOptions (\n parent,\n child,\n vm\n) {\n if (process.env.NODE_ENV !== 'production') {\n checkComponents(child);\n }\n\n if (typeof child === 'function') {\n child = child.options;\n }\n\n normalizeProps(child, vm);\n normalizeInject(child, vm);\n normalizeDirectives(child);\n\n // Apply extends and mixins on the child options,\n // but only if it is a raw options object that isn't\n // the result of another mergeOptions call.\n // Only merged options has the _base property.\n if (!child._base) {\n if (child.extends) {\n parent = mergeOptions(parent, child.extends, vm);\n }\n if (child.mixins) {\n for (var i = 0, l = child.mixins.length; i < l; i++) {\n parent = mergeOptions(parent, child.mixins[i], vm);\n }\n }\n }\n\n var options = {};\n var key;\n for (key in parent) {\n mergeField(key);\n }\n for (key in child) {\n if (!hasOwn(parent, key)) {\n mergeField(key);\n }\n }\n function mergeField (key) {\n var strat = strats[key] || defaultStrat;\n options[key] = strat(parent[key], child[key], vm, key);\n }\n return options\n}\n\n/**\n * Resolve an asset.\n * This function is used because child instances need access\n * to assets defined in its ancestor chain.\n */\nfunction resolveAsset (\n options,\n type,\n id,\n warnMissing\n) {\n /* istanbul ignore if */\n if (typeof id !== 'string') {\n return\n }\n var assets = options[type];\n // check local registration variations first\n if (hasOwn(assets, id)) { return assets[id] }\n var camelizedId = camelize(id);\n if (hasOwn(assets, camelizedId)) { return assets[camelizedId] }\n var PascalCaseId = capitalize(camelizedId);\n if (hasOwn(assets, PascalCaseId)) { return assets[PascalCaseId] }\n // fallback to prototype chain\n var res = assets[id] || assets[camelizedId] || assets[PascalCaseId];\n if (process.env.NODE_ENV !== 'production' && warnMissing && !res) {\n warn(\n 'Failed to resolve ' + type.slice(0, -1) + ': ' + id,\n options\n );\n }\n return res\n}\n\n/* */\n\n\n\nfunction validateProp (\n key,\n propOptions,\n propsData,\n vm\n) {\n var prop = propOptions[key];\n var absent = !hasOwn(propsData, key);\n var value = propsData[key];\n // boolean casting\n var booleanIndex = getTypeIndex(Boolean, prop.type);\n if (booleanIndex > -1) {\n if (absent && !hasOwn(prop, 'default')) {\n value = false;\n } else if (value === '' || value === hyphenate(key)) {\n // only cast empty string / same name to boolean if\n // boolean has higher priority\n var stringIndex = getTypeIndex(String, prop.type);\n if (stringIndex < 0 || booleanIndex < stringIndex) {\n value = true;\n }\n }\n }\n // check default value\n if (value === undefined) {\n value = getPropDefaultValue(vm, prop, key);\n // since the default value is a fresh copy,\n // make sure to observe it.\n var prevShouldObserve = shouldObserve;\n toggleObserving(true);\n observe(value);\n toggleObserving(prevShouldObserve);\n }\n if (\n process.env.NODE_ENV !== 'production' &&\n // skip validation for weex recycle-list child component props\n !(false)\n ) {\n assertProp(prop, key, value, vm, absent);\n }\n return value\n}\n\n/**\n * Get the default value of a prop.\n */\nfunction getPropDefaultValue (vm, prop, key) {\n // no default, return undefined\n if (!hasOwn(prop, 'default')) {\n return undefined\n }\n var def = prop.default;\n // warn against non-factory defaults for Object & Array\n if (process.env.NODE_ENV !== 'production' && isObject(def)) {\n warn(\n 'Invalid default value for prop \"' + key + '\": ' +\n 'Props with type Object/Array must use a factory function ' +\n 'to return the default value.',\n vm\n );\n }\n // the raw prop value was also undefined from previous render,\n // return previous default value to avoid unnecessary watcher trigger\n if (vm && vm.$options.propsData &&\n vm.$options.propsData[key] === undefined &&\n vm._props[key] !== undefined\n ) {\n return vm._props[key]\n }\n // call factory function for non-Function types\n // a value is Function if its prototype is function even across different execution context\n return typeof def === 'function' && getType(prop.type) !== 'Function'\n ? def.call(vm)\n : def\n}\n\n/**\n * Assert whether a prop is valid.\n */\nfunction assertProp (\n prop,\n name,\n value,\n vm,\n absent\n) {\n if (prop.required && absent) {\n warn(\n 'Missing required prop: \"' + name + '\"',\n vm\n );\n return\n }\n if (value == null && !prop.required) {\n return\n }\n var type = prop.type;\n var valid = !type || type === true;\n var expectedTypes = [];\n if (type) {\n if (!Array.isArray(type)) {\n type = [type];\n }\n for (var i = 0; i < type.length && !valid; i++) {\n var assertedType = assertType(value, type[i]);\n expectedTypes.push(assertedType.expectedType || '');\n valid = assertedType.valid;\n }\n }\n\n if (!valid) {\n warn(\n getInvalidTypeMessage(name, value, expectedTypes),\n vm\n );\n return\n }\n var validator = prop.validator;\n if (validator) {\n if (!validator(value)) {\n warn(\n 'Invalid prop: custom validator check failed for prop \"' + name + '\".',\n vm\n );\n }\n }\n}\n\nvar simpleCheckRE = /^(String|Number|Boolean|Function|Symbol)$/;\n\nfunction assertType (value, type) {\n var valid;\n var expectedType = getType(type);\n if (simpleCheckRE.test(expectedType)) {\n var t = typeof value;\n valid = t === expectedType.toLowerCase();\n // for primitive wrapper objects\n if (!valid && t === 'object') {\n valid = value instanceof type;\n }\n } else if (expectedType === 'Object') {\n valid = isPlainObject(value);\n } else if (expectedType === 'Array') {\n valid = Array.isArray(value);\n } else {\n valid = value instanceof type;\n }\n return {\n valid: valid,\n expectedType: expectedType\n }\n}\n\n/**\n * Use function string name to check built-in types,\n * because a simple equality check will fail when running\n * across different vms / iframes.\n */\nfunction getType (fn) {\n var match = fn && fn.toString().match(/^\\s*function (\\w+)/);\n return match ? match[1] : ''\n}\n\nfunction isSameType (a, b) {\n return getType(a) === getType(b)\n}\n\nfunction getTypeIndex (type, expectedTypes) {\n if (!Array.isArray(expectedTypes)) {\n return isSameType(expectedTypes, type) ? 0 : -1\n }\n for (var i = 0, len = expectedTypes.length; i < len; i++) {\n if (isSameType(expectedTypes[i], type)) {\n return i\n }\n }\n return -1\n}\n\nfunction getInvalidTypeMessage (name, value, expectedTypes) {\n var message = \"Invalid prop: type check failed for prop \\\"\" + name + \"\\\".\" +\n \" Expected \" + (expectedTypes.map(capitalize).join(', '));\n var expectedType = expectedTypes[0];\n var receivedType = toRawType(value);\n var expectedValue = styleValue(value, expectedType);\n var receivedValue = styleValue(value, receivedType);\n // check if we need to specify expected value\n if (expectedTypes.length === 1 &&\n isExplicable(expectedType) &&\n !isBoolean(expectedType, receivedType)) {\n message += \" with value \" + expectedValue;\n }\n message += \", got \" + receivedType + \" \";\n // check if we need to specify received value\n if (isExplicable(receivedType)) {\n message += \"with value \" + receivedValue + \".\";\n }\n return message\n}\n\nfunction styleValue (value, type) {\n if (type === 'String') {\n return (\"\\\"\" + value + \"\\\"\")\n } else if (type === 'Number') {\n return (\"\" + (Number(value)))\n } else {\n return (\"\" + value)\n }\n}\n\nfunction isExplicable (value) {\n var explicitTypes = ['string', 'number', 'boolean'];\n return explicitTypes.some(function (elem) { return value.toLowerCase() === elem; })\n}\n\nfunction isBoolean () {\n var args = [], len = arguments.length;\n while ( len-- ) args[ len ] = arguments[ len ];\n\n return args.some(function (elem) { return elem.toLowerCase() === 'boolean'; })\n}\n\n/* */\n\nfunction handleError (err, vm, info) {\n // Deactivate deps tracking while processing error handler to avoid possible infinite rendering.\n // See: https://github.com/vuejs/vuex/issues/1505\n pushTarget();\n try {\n if (vm) {\n var cur = vm;\n while ((cur = cur.$parent)) {\n var hooks = cur.$options.errorCaptured;\n if (hooks) {\n for (var i = 0; i < hooks.length; i++) {\n try {\n var capture = hooks[i].call(cur, err, vm, info) === false;\n if (capture) { return }\n } catch (e) {\n globalHandleError(e, cur, 'errorCaptured hook');\n }\n }\n }\n }\n }\n globalHandleError(err, vm, info);\n } finally {\n popTarget();\n }\n}\n\nfunction invokeWithErrorHandling (\n handler,\n context,\n args,\n vm,\n info\n) {\n var res;\n try {\n res = args ? handler.apply(context, args) : handler.call(context);\n if (res && !res._isVue && isPromise(res) && !res._handled) {\n res.catch(function (e) { return handleError(e, vm, info + \" (Promise/async)\"); });\n // issue #9511\n // avoid catch triggering multiple times when nested calls\n res._handled = true;\n }\n } catch (e) {\n handleError(e, vm, info);\n }\n return res\n}\n\nfunction globalHandleError (err, vm, info) {\n if (config.errorHandler) {\n try {\n return config.errorHandler.call(null, err, vm, info)\n } catch (e) {\n // if the user intentionally throws the original error in the handler,\n // do not log it twice\n if (e !== err) {\n logError(e, null, 'config.errorHandler');\n }\n }\n }\n logError(err, vm, info);\n}\n\nfunction logError (err, vm, info) {\n if (process.env.NODE_ENV !== 'production') {\n warn((\"Error in \" + info + \": \\\"\" + (err.toString()) + \"\\\"\"), vm);\n }\n /* istanbul ignore else */\n if ((inBrowser || inWeex) && typeof console !== 'undefined') {\n console.error(err);\n } else {\n throw err\n }\n}\n\n/* */\n\nvar isUsingMicroTask = false;\n\nvar callbacks = [];\nvar pending = false;\n\nfunction flushCallbacks () {\n pending = false;\n var copies = callbacks.slice(0);\n callbacks.length = 0;\n for (var i = 0; i < copies.length; i++) {\n copies[i]();\n }\n}\n\n// Here we have async deferring wrappers using microtasks.\n// In 2.5 we used (macro) tasks (in combination with microtasks).\n// However, it has subtle problems when state is changed right before repaint\n// (e.g. #6813, out-in transitions).\n// Also, using (macro) tasks in event handler would cause some weird behaviors\n// that cannot be circumvented (e.g. #7109, #7153, #7546, #7834, #8109).\n// So we now use microtasks everywhere, again.\n// A major drawback of this tradeoff is that there are some scenarios\n// where microtasks have too high a priority and fire in between supposedly\n// sequential events (e.g. #4521, #6690, which have workarounds)\n// or even between bubbling of the same event (#6566).\nvar timerFunc;\n\n// The nextTick behavior leverages the microtask queue, which can be accessed\n// via either native Promise.then or MutationObserver.\n// MutationObserver has wider support, however it is seriously bugged in\n// UIWebView in iOS >= 9.3.3 when triggered in touch event handlers. It\n// completely stops working after triggering a few times... so, if native\n// Promise is available, we will use it:\n/* istanbul ignore next, $flow-disable-line */\nif (typeof Promise !== 'undefined' && isNative(Promise)) {\n var p = Promise.resolve();\n timerFunc = function () {\n p.then(flushCallbacks);\n // In problematic UIWebViews, Promise.then doesn't completely break, but\n // it can get stuck in a weird state where callbacks are pushed into the\n // microtask queue but the queue isn't being flushed, until the browser\n // needs to do some other work, e.g. handle a timer. Therefore we can\n // \"force\" the microtask queue to be flushed by adding an empty timer.\n if (isIOS) { setTimeout(noop); }\n };\n isUsingMicroTask = true;\n} else if (!isIE && typeof MutationObserver !== 'undefined' && (\n isNative(MutationObserver) ||\n // PhantomJS and iOS 7.x\n MutationObserver.toString() === '[object MutationObserverConstructor]'\n)) {\n // Use MutationObserver where native Promise is not available,\n // e.g. PhantomJS, iOS7, Android 4.4\n // (#6466 MutationObserver is unreliable in IE11)\n var counter = 1;\n var observer = new MutationObserver(flushCallbacks);\n var textNode = document.createTextNode(String(counter));\n observer.observe(textNode, {\n characterData: true\n });\n timerFunc = function () {\n counter = (counter + 1) % 2;\n textNode.data = String(counter);\n };\n isUsingMicroTask = true;\n} else if (typeof setImmediate !== 'undefined' && isNative(setImmediate)) {\n // Fallback to setImmediate.\n // Technically it leverages the (macro) task queue,\n // but it is still a better choice than setTimeout.\n timerFunc = function () {\n setImmediate(flushCallbacks);\n };\n} else {\n // Fallback to setTimeout.\n timerFunc = function () {\n setTimeout(flushCallbacks, 0);\n };\n}\n\nfunction nextTick (cb, ctx) {\n var _resolve;\n callbacks.push(function () {\n if (cb) {\n try {\n cb.call(ctx);\n } catch (e) {\n handleError(e, ctx, 'nextTick');\n }\n } else if (_resolve) {\n _resolve(ctx);\n }\n });\n if (!pending) {\n pending = true;\n timerFunc();\n }\n // $flow-disable-line\n if (!cb && typeof Promise !== 'undefined') {\n return new Promise(function (resolve) {\n _resolve = resolve;\n })\n }\n}\n\n/* */\n\n/* not type checking this file because flow doesn't play well with Proxy */\n\nvar initProxy;\n\nif (process.env.NODE_ENV !== 'production') {\n var allowedGlobals = makeMap(\n 'Infinity,undefined,NaN,isFinite,isNaN,' +\n 'parseFloat,parseInt,decodeURI,decodeURIComponent,encodeURI,encodeURIComponent,' +\n 'Math,Number,Date,Array,Object,Boolean,String,RegExp,Map,Set,JSON,Intl,' +\n 'require' // for Webpack/Browserify\n );\n\n var warnNonPresent = function (target, key) {\n warn(\n \"Property or method \\\"\" + key + \"\\\" is not defined on the instance but \" +\n 'referenced during render. Make sure that this property is reactive, ' +\n 'either in the data option, or for class-based components, by ' +\n 'initializing the property. ' +\n 'See: https://vuejs.org/v2/guide/reactivity.html#Declaring-Reactive-Properties.',\n target\n );\n };\n\n var warnReservedPrefix = function (target, key) {\n warn(\n \"Property \\\"\" + key + \"\\\" must be accessed with \\\"$data.\" + key + \"\\\" because \" +\n 'properties starting with \"$\" or \"_\" are not proxied in the Vue instance to ' +\n 'prevent conflicts with Vue internals. ' +\n 'See: https://vuejs.org/v2/api/#data',\n target\n );\n };\n\n var hasProxy =\n typeof Proxy !== 'undefined' && isNative(Proxy);\n\n if (hasProxy) {\n var isBuiltInModifier = makeMap('stop,prevent,self,ctrl,shift,alt,meta,exact');\n config.keyCodes = new Proxy(config.keyCodes, {\n set: function set (target, key, value) {\n if (isBuiltInModifier(key)) {\n warn((\"Avoid overwriting built-in modifier in config.keyCodes: .\" + key));\n return false\n } else {\n target[key] = value;\n return true\n }\n }\n });\n }\n\n var hasHandler = {\n has: function has (target, key) {\n var has = key in target;\n var isAllowed = allowedGlobals(key) ||\n (typeof key === 'string' && key.charAt(0) === '_' && !(key in target.$data));\n if (!has && !isAllowed) {\n if (key in target.$data) { warnReservedPrefix(target, key); }\n else { warnNonPresent(target, key); }\n }\n return has || !isAllowed\n }\n };\n\n var getHandler = {\n get: function get (target, key) {\n if (typeof key === 'string' && !(key in target)) {\n if (key in target.$data) { warnReservedPrefix(target, key); }\n else { warnNonPresent(target, key); }\n }\n return target[key]\n }\n };\n\n initProxy = function initProxy (vm) {\n if (hasProxy) {\n // determine which proxy handler to use\n var options = vm.$options;\n var handlers = options.render && options.render._withStripped\n ? getHandler\n : hasHandler;\n vm._renderProxy = new Proxy(vm, handlers);\n } else {\n vm._renderProxy = vm;\n }\n };\n}\n\n/* */\n\nvar seenObjects = new _Set();\n\n/**\n * Recursively traverse an object to evoke all converted\n * getters, so that every nested property inside the object\n * is collected as a \"deep\" dependency.\n */\nfunction traverse (val) {\n _traverse(val, seenObjects);\n seenObjects.clear();\n}\n\nfunction _traverse (val, seen) {\n var i, keys;\n var isA = Array.isArray(val);\n if ((!isA && !isObject(val)) || Object.isFrozen(val) || val instanceof VNode) {\n return\n }\n if (val.__ob__) {\n var depId = val.__ob__.dep.id;\n if (seen.has(depId)) {\n return\n }\n seen.add(depId);\n }\n if (isA) {\n i = val.length;\n while (i--) { _traverse(val[i], seen); }\n } else {\n keys = Object.keys(val);\n i = keys.length;\n while (i--) { _traverse(val[keys[i]], seen); }\n }\n}\n\nvar mark;\nvar measure;\n\nif (process.env.NODE_ENV !== 'production') {\n var perf = inBrowser && window.performance;\n /* istanbul ignore if */\n if (\n perf &&\n perf.mark &&\n perf.measure &&\n perf.clearMarks &&\n perf.clearMeasures\n ) {\n mark = function (tag) { return perf.mark(tag); };\n measure = function (name, startTag, endTag) {\n perf.measure(name, startTag, endTag);\n perf.clearMarks(startTag);\n perf.clearMarks(endTag);\n // perf.clearMeasures(name)\n };\n }\n}\n\n/* */\n\nvar normalizeEvent = cached(function (name) {\n var passive = name.charAt(0) === '&';\n name = passive ? name.slice(1) : name;\n var once$$1 = name.charAt(0) === '~'; // Prefixed last, checked first\n name = once$$1 ? name.slice(1) : name;\n var capture = name.charAt(0) === '!';\n name = capture ? name.slice(1) : name;\n return {\n name: name,\n once: once$$1,\n capture: capture,\n passive: passive\n }\n});\n\nfunction createFnInvoker (fns, vm) {\n function invoker () {\n var arguments$1 = arguments;\n\n var fns = invoker.fns;\n if (Array.isArray(fns)) {\n var cloned = fns.slice();\n for (var i = 0; i < cloned.length; i++) {\n invokeWithErrorHandling(cloned[i], null, arguments$1, vm, \"v-on handler\");\n }\n } else {\n // return handler return value for single handlers\n return invokeWithErrorHandling(fns, null, arguments, vm, \"v-on handler\")\n }\n }\n invoker.fns = fns;\n return invoker\n}\n\nfunction updateListeners (\n on,\n oldOn,\n add,\n remove$$1,\n createOnceHandler,\n vm\n) {\n var name, def$$1, cur, old, event;\n for (name in on) {\n def$$1 = cur = on[name];\n old = oldOn[name];\n event = normalizeEvent(name);\n if (isUndef(cur)) {\n process.env.NODE_ENV !== 'production' && warn(\n \"Invalid handler for event \\\"\" + (event.name) + \"\\\": got \" + String(cur),\n vm\n );\n } else if (isUndef(old)) {\n if (isUndef(cur.fns)) {\n cur = on[name] = createFnInvoker(cur, vm);\n }\n if (isTrue(event.once)) {\n cur = on[name] = createOnceHandler(event.name, cur, event.capture);\n }\n add(event.name, cur, event.capture, event.passive, event.params);\n } else if (cur !== old) {\n old.fns = cur;\n on[name] = old;\n }\n }\n for (name in oldOn) {\n if (isUndef(on[name])) {\n event = normalizeEvent(name);\n remove$$1(event.name, oldOn[name], event.capture);\n }\n }\n}\n\n/* */\n\nfunction mergeVNodeHook (def, hookKey, hook) {\n if (def instanceof VNode) {\n def = def.data.hook || (def.data.hook = {});\n }\n var invoker;\n var oldHook = def[hookKey];\n\n function wrappedHook () {\n hook.apply(this, arguments);\n // important: remove merged hook to ensure it's called only once\n // and prevent memory leak\n remove(invoker.fns, wrappedHook);\n }\n\n if (isUndef(oldHook)) {\n // no existing hook\n invoker = createFnInvoker([wrappedHook]);\n } else {\n /* istanbul ignore if */\n if (isDef(oldHook.fns) && isTrue(oldHook.merged)) {\n // already a merged invoker\n invoker = oldHook;\n invoker.fns.push(wrappedHook);\n } else {\n // existing plain hook\n invoker = createFnInvoker([oldHook, wrappedHook]);\n }\n }\n\n invoker.merged = true;\n def[hookKey] = invoker;\n}\n\n/* */\n\nfunction extractPropsFromVNodeData (\n data,\n Ctor,\n tag\n) {\n // we are only extracting raw values here.\n // validation and default values are handled in the child\n // component itself.\n var propOptions = Ctor.options.props;\n if (isUndef(propOptions)) {\n return\n }\n var res = {};\n var attrs = data.attrs;\n var props = data.props;\n if (isDef(attrs) || isDef(props)) {\n for (var key in propOptions) {\n var altKey = hyphenate(key);\n if (process.env.NODE_ENV !== 'production') {\n var keyInLowerCase = key.toLowerCase();\n if (\n key !== keyInLowerCase &&\n attrs && hasOwn(attrs, keyInLowerCase)\n ) {\n tip(\n \"Prop \\\"\" + keyInLowerCase + \"\\\" is passed to component \" +\n (formatComponentName(tag || Ctor)) + \", but the declared prop name is\" +\n \" \\\"\" + key + \"\\\". \" +\n \"Note that HTML attributes are case-insensitive and camelCased \" +\n \"props need to use their kebab-case equivalents when using in-DOM \" +\n \"templates. You should probably use \\\"\" + altKey + \"\\\" instead of \\\"\" + key + \"\\\".\"\n );\n }\n }\n checkProp(res, props, key, altKey, true) ||\n checkProp(res, attrs, key, altKey, false);\n }\n }\n return res\n}\n\nfunction checkProp (\n res,\n hash,\n key,\n altKey,\n preserve\n) {\n if (isDef(hash)) {\n if (hasOwn(hash, key)) {\n res[key] = hash[key];\n if (!preserve) {\n delete hash[key];\n }\n return true\n } else if (hasOwn(hash, altKey)) {\n res[key] = hash[altKey];\n if (!preserve) {\n delete hash[altKey];\n }\n return true\n }\n }\n return false\n}\n\n/* */\n\n// The template compiler attempts to minimize the need for normalization by\n// statically analyzing the template at compile time.\n//\n// For plain HTML markup, normalization can be completely skipped because the\n// generated render function is guaranteed to return Array<VNode>. There are\n// two cases where extra normalization is needed:\n\n// 1. When the children contains components - because a functional component\n// may return an Array instead of a single root. In this case, just a simple\n// normalization is needed - if any child is an Array, we flatten the whole\n// thing with Array.prototype.concat. It is guaranteed to be only 1-level deep\n// because functional components already normalize their own children.\nfunction simpleNormalizeChildren (children) {\n for (var i = 0; i < children.length; i++) {\n if (Array.isArray(children[i])) {\n return Array.prototype.concat.apply([], children)\n }\n }\n return children\n}\n\n// 2. When the children contains constructs that always generated nested Arrays,\n// e.g. <template>, <slot>, v-for, or when the children is provided by user\n// with hand-written render functions / JSX. In such cases a full normalization\n// is needed to cater to all possible types of children values.\nfunction normalizeChildren (children) {\n return isPrimitive(children)\n ? [createTextVNode(children)]\n : Array.isArray(children)\n ? normalizeArrayChildren(children)\n : undefined\n}\n\nfunction isTextNode (node) {\n return isDef(node) && isDef(node.text) && isFalse(node.isComment)\n}\n\nfunction normalizeArrayChildren (children, nestedIndex) {\n var res = [];\n var i, c, lastIndex, last;\n for (i = 0; i < children.length; i++) {\n c = children[i];\n if (isUndef(c) || typeof c === 'boolean') { continue }\n lastIndex = res.length - 1;\n last = res[lastIndex];\n // nested\n if (Array.isArray(c)) {\n if (c.length > 0) {\n c = normalizeArrayChildren(c, ((nestedIndex || '') + \"_\" + i));\n // merge adjacent text nodes\n if (isTextNode(c[0]) && isTextNode(last)) {\n res[lastIndex] = createTextVNode(last.text + (c[0]).text);\n c.shift();\n }\n res.push.apply(res, c);\n }\n } else if (isPrimitive(c)) {\n if (isTextNode(last)) {\n // merge adjacent text nodes\n // this is necessary for SSR hydration because text nodes are\n // essentially merged when rendered to HTML strings\n res[lastIndex] = createTextVNode(last.text + c);\n } else if (c !== '') {\n // convert primitive to vnode\n res.push(createTextVNode(c));\n }\n } else {\n if (isTextNode(c) && isTextNode(last)) {\n // merge adjacent text nodes\n res[lastIndex] = createTextVNode(last.text + c.text);\n } else {\n // default key for nested array children (likely generated by v-for)\n if (isTrue(children._isVList) &&\n isDef(c.tag) &&\n isUndef(c.key) &&\n isDef(nestedIndex)) {\n c.key = \"__vlist\" + nestedIndex + \"_\" + i + \"__\";\n }\n res.push(c);\n }\n }\n }\n return res\n}\n\n/* */\n\nfunction initProvide (vm) {\n var provide = vm.$options.provide;\n if (provide) {\n vm._provided = typeof provide === 'function'\n ? provide.call(vm)\n : provide;\n }\n}\n\nfunction initInjections (vm) {\n var result = resolveInject(vm.$options.inject, vm);\n if (result) {\n toggleObserving(false);\n Object.keys(result).forEach(function (key) {\n /* istanbul ignore else */\n if (process.env.NODE_ENV !== 'production') {\n defineReactive$$1(vm, key, result[key], function () {\n warn(\n \"Avoid mutating an injected value directly since the changes will be \" +\n \"overwritten whenever the provided component re-renders. \" +\n \"injection being mutated: \\\"\" + key + \"\\\"\",\n vm\n );\n });\n } else {\n defineReactive$$1(vm, key, result[key]);\n }\n });\n toggleObserving(true);\n }\n}\n\nfunction resolveInject (inject, vm) {\n if (inject) {\n // inject is :any because flow is not smart enough to figure out cached\n var result = Object.create(null);\n var keys = hasSymbol\n ? Reflect.ownKeys(inject)\n : Object.keys(inject);\n\n for (var i = 0; i < keys.length; i++) {\n var key = keys[i];\n // #6574 in case the inject object is observed...\n if (key === '__ob__') { continue }\n var provideKey = inject[key].from;\n var source = vm;\n while (source) {\n if (source._provided && hasOwn(source._provided, provideKey)) {\n result[key] = source._provided[provideKey];\n break\n }\n source = source.$parent;\n }\n if (!source) {\n if ('default' in inject[key]) {\n var provideDefault = inject[key].default;\n result[key] = typeof provideDefault === 'function'\n ? provideDefault.call(vm)\n : provideDefault;\n } else if (process.env.NODE_ENV !== 'production') {\n warn((\"Injection \\\"\" + key + \"\\\" not found\"), vm);\n }\n }\n }\n return result\n }\n}\n\n/* */\n\n\n\n/**\n * Runtime helper for resolving raw children VNodes into a slot object.\n */\nfunction resolveSlots (\n children,\n context\n) {\n if (!children || !children.length) {\n return {}\n }\n var slots = {};\n for (var i = 0, l = children.length; i < l; i++) {\n var child = children[i];\n var data = child.data;\n // remove slot attribute if the node is resolved as a Vue slot node\n if (data && data.attrs && data.attrs.slot) {\n delete data.attrs.slot;\n }\n // named slots should only be respected if the vnode was rendered in the\n // same context.\n if ((child.context === context || child.fnContext === context) &&\n data && data.slot != null\n ) {\n var name = data.slot;\n var slot = (slots[name] || (slots[name] = []));\n if (child.tag === 'template') {\n slot.push.apply(slot, child.children || []);\n } else {\n slot.push(child);\n }\n } else {\n (slots.default || (slots.default = [])).push(child);\n }\n }\n // ignore slots that contains only whitespace\n for (var name$1 in slots) {\n if (slots[name$1].every(isWhitespace)) {\n delete slots[name$1];\n }\n }\n return slots\n}\n\nfunction isWhitespace (node) {\n return (node.isComment && !node.asyncFactory) || node.text === ' '\n}\n\n/* */\n\nfunction normalizeScopedSlots (\n slots,\n normalSlots,\n prevSlots\n) {\n var res;\n var hasNormalSlots = Object.keys(normalSlots).length > 0;\n var isStable = slots ? !!slots.$stable : !hasNormalSlots;\n var key = slots && slots.$key;\n if (!slots) {\n res = {};\n } else if (slots._normalized) {\n // fast path 1: child component re-render only, parent did not change\n return slots._normalized\n } else if (\n isStable &&\n prevSlots &&\n prevSlots !== emptyObject &&\n key === prevSlots.$key &&\n !hasNormalSlots &&\n !prevSlots.$hasNormal\n ) {\n // fast path 2: stable scoped slots w/ no normal slots to proxy,\n // only need to normalize once\n return prevSlots\n } else {\n res = {};\n for (var key$1 in slots) {\n if (slots[key$1] && key$1[0] !== '$') {\n res[key$1] = normalizeScopedSlot(normalSlots, key$1, slots[key$1]);\n }\n }\n }\n // expose normal slots on scopedSlots\n for (var key$2 in normalSlots) {\n if (!(key$2 in res)) {\n res[key$2] = proxyNormalSlot(normalSlots, key$2);\n }\n }\n // avoriaz seems to mock a non-extensible $scopedSlots object\n // and when that is passed down this would cause an error\n if (slots && Object.isExtensible(slots)) {\n (slots)._normalized = res;\n }\n def(res, '$stable', isStable);\n def(res, '$key', key);\n def(res, '$hasNormal', hasNormalSlots);\n return res\n}\n\nfunction normalizeScopedSlot(normalSlots, key, fn) {\n var normalized = function () {\n var res = arguments.length ? fn.apply(null, arguments) : fn({});\n res = res && typeof res === 'object' && !Array.isArray(res)\n ? [res] // single vnode\n : normalizeChildren(res);\n return res && (\n res.length === 0 ||\n (res.length === 1 && res[0].isComment) // #9658\n ) ? undefined\n : res\n };\n // this is a slot using the new v-slot syntax without scope. although it is\n // compiled as a scoped slot, render fn users would expect it to be present\n // on this.$slots because the usage is semantically a normal slot.\n if (fn.proxy) {\n Object.defineProperty(normalSlots, key, {\n get: normalized,\n enumerable: true,\n configurable: true\n });\n }\n return normalized\n}\n\nfunction proxyNormalSlot(slots, key) {\n return function () { return slots[key]; }\n}\n\n/* */\n\n/**\n * Runtime helper for rendering v-for lists.\n */\nfunction renderList (\n val,\n render\n) {\n var ret, i, l, keys, key;\n if (Array.isArray(val) || typeof val === 'string') {\n ret = new Array(val.length);\n for (i = 0, l = val.length; i < l; i++) {\n ret[i] = render(val[i], i);\n }\n } else if (typeof val === 'number') {\n ret = new Array(val);\n for (i = 0; i < val; i++) {\n ret[i] = render(i + 1, i);\n }\n } else if (isObject(val)) {\n if (hasSymbol && val[Symbol.iterator]) {\n ret = [];\n var iterator = val[Symbol.iterator]();\n var result = iterator.next();\n while (!result.done) {\n ret.push(render(result.value, ret.length));\n result = iterator.next();\n }\n } else {\n keys = Object.keys(val);\n ret = new Array(keys.length);\n for (i = 0, l = keys.length; i < l; i++) {\n key = keys[i];\n ret[i] = render(val[key], key, i);\n }\n }\n }\n if (!isDef(ret)) {\n ret = [];\n }\n (ret)._isVList = true;\n return ret\n}\n\n/* */\n\n/**\n * Runtime helper for rendering <slot>\n */\nfunction renderSlot (\n name,\n fallback,\n props,\n bindObject\n) {\n var scopedSlotFn = this.$scopedSlots[name];\n var nodes;\n if (scopedSlotFn) { // scoped slot\n props = props || {};\n if (bindObject) {\n if (process.env.NODE_ENV !== 'production' && !isObject(bindObject)) {\n warn(\n 'slot v-bind without argument expects an Object',\n this\n );\n }\n props = extend(extend({}, bindObject), props);\n }\n nodes = scopedSlotFn(props) || fallback;\n } else {\n nodes = this.$slots[name] || fallback;\n }\n\n var target = props && props.slot;\n if (target) {\n return this.$createElement('template', { slot: target }, nodes)\n } else {\n return nodes\n }\n}\n\n/* */\n\n/**\n * Runtime helper for resolving filters\n */\nfunction resolveFilter (id) {\n return resolveAsset(this.$options, 'filters', id, true) || identity\n}\n\n/* */\n\nfunction isKeyNotMatch (expect, actual) {\n if (Array.isArray(expect)) {\n return expect.indexOf(actual) === -1\n } else {\n return expect !== actual\n }\n}\n\n/**\n * Runtime helper for checking keyCodes from config.\n * exposed as Vue.prototype._k\n * passing in eventKeyName as last argument separately for backwards compat\n */\nfunction checkKeyCodes (\n eventKeyCode,\n key,\n builtInKeyCode,\n eventKeyName,\n builtInKeyName\n) {\n var mappedKeyCode = config.keyCodes[key] || builtInKeyCode;\n if (builtInKeyName && eventKeyName && !config.keyCodes[key]) {\n return isKeyNotMatch(builtInKeyName, eventKeyName)\n } else if (mappedKeyCode) {\n return isKeyNotMatch(mappedKeyCode, eventKeyCode)\n } else if (eventKeyName) {\n return hyphenate(eventKeyName) !== key\n }\n}\n\n/* */\n\n/**\n * Runtime helper for merging v-bind=\"object\" into a VNode's data.\n */\nfunction bindObjectProps (\n data,\n tag,\n value,\n asProp,\n isSync\n) {\n if (value) {\n if (!isObject(value)) {\n process.env.NODE_ENV !== 'production' && warn(\n 'v-bind without argument expects an Object or Array value',\n this\n );\n } else {\n if (Array.isArray(value)) {\n value = toObject(value);\n }\n var hash;\n var loop = function ( key ) {\n if (\n key === 'class' ||\n key === 'style' ||\n isReservedAttribute(key)\n ) {\n hash = data;\n } else {\n var type = data.attrs && data.attrs.type;\n hash = asProp || config.mustUseProp(tag, type, key)\n ? data.domProps || (data.domProps = {})\n : data.attrs || (data.attrs = {});\n }\n var camelizedKey = camelize(key);\n var hyphenatedKey = hyphenate(key);\n if (!(camelizedKey in hash) && !(hyphenatedKey in hash)) {\n hash[key] = value[key];\n\n if (isSync) {\n var on = data.on || (data.on = {});\n on[(\"update:\" + key)] = function ($event) {\n value[key] = $event;\n };\n }\n }\n };\n\n for (var key in value) loop( key );\n }\n }\n return data\n}\n\n/* */\n\n/**\n * Runtime helper for rendering static trees.\n */\nfunction renderStatic (\n index,\n isInFor\n) {\n var cached = this._staticTrees || (this._staticTrees = []);\n var tree = cached[index];\n // if has already-rendered static tree and not inside v-for,\n // we can reuse the same tree.\n if (tree && !isInFor) {\n return tree\n }\n // otherwise, render a fresh tree.\n tree = cached[index] = this.$options.staticRenderFns[index].call(\n this._renderProxy,\n null,\n this // for render fns generated for functional component templates\n );\n markStatic(tree, (\"__static__\" + index), false);\n return tree\n}\n\n/**\n * Runtime helper for v-once.\n * Effectively it means marking the node as static with a unique key.\n */\nfunction markOnce (\n tree,\n index,\n key\n) {\n markStatic(tree, (\"__once__\" + index + (key ? (\"_\" + key) : \"\")), true);\n return tree\n}\n\nfunction markStatic (\n tree,\n key,\n isOnce\n) {\n if (Array.isArray(tree)) {\n for (var i = 0; i < tree.length; i++) {\n if (tree[i] && typeof tree[i] !== 'string') {\n markStaticNode(tree[i], (key + \"_\" + i), isOnce);\n }\n }\n } else {\n markStaticNode(tree, key, isOnce);\n }\n}\n\nfunction markStaticNode (node, key, isOnce) {\n node.isStatic = true;\n node.key = key;\n node.isOnce = isOnce;\n}\n\n/* */\n\nfunction bindObjectListeners (data, value) {\n if (value) {\n if (!isPlainObject(value)) {\n process.env.NODE_ENV !== 'production' && warn(\n 'v-on without argument expects an Object value',\n this\n );\n } else {\n var on = data.on = data.on ? extend({}, data.on) : {};\n for (var key in value) {\n var existing = on[key];\n var ours = value[key];\n on[key] = existing ? [].concat(existing, ours) : ours;\n }\n }\n }\n return data\n}\n\n/* */\n\nfunction resolveScopedSlots (\n fns, // see flow/vnode\n res,\n // the following are added in 2.6\n hasDynamicKeys,\n contentHashKey\n) {\n res = res || { $stable: !hasDynamicKeys };\n for (var i = 0; i < fns.length; i++) {\n var slot = fns[i];\n if (Array.isArray(slot)) {\n resolveScopedSlots(slot, res, hasDynamicKeys);\n } else if (slot) {\n // marker for reverse proxying v-slot without scope on this.$slots\n if (slot.proxy) {\n slot.fn.proxy = true;\n }\n res[slot.key] = slot.fn;\n }\n }\n if (contentHashKey) {\n (res).$key = contentHashKey;\n }\n return res\n}\n\n/* */\n\nfunction bindDynamicKeys (baseObj, values) {\n for (var i = 0; i < values.length; i += 2) {\n var key = values[i];\n if (typeof key === 'string' && key) {\n baseObj[values[i]] = values[i + 1];\n } else if (process.env.NODE_ENV !== 'production' && key !== '' && key !== null) {\n // null is a special value for explicitly removing a binding\n warn(\n (\"Invalid value for dynamic directive argument (expected string or null): \" + key),\n this\n );\n }\n }\n return baseObj\n}\n\n// helper to dynamically append modifier runtime markers to event names.\n// ensure only append when value is already string, otherwise it will be cast\n// to string and cause the type check to miss.\nfunction prependModifier (value, symbol) {\n return typeof value === 'string' ? symbol + value : value\n}\n\n/* */\n\nfunction installRenderHelpers (target) {\n target._o = markOnce;\n target._n = toNumber;\n target._s = toString;\n target._l = renderList;\n target._t = renderSlot;\n target._q = looseEqual;\n target._i = looseIndexOf;\n target._m = renderStatic;\n target._f = resolveFilter;\n target._k = checkKeyCodes;\n target._b = bindObjectProps;\n target._v = createTextVNode;\n target._e = createEmptyVNode;\n target._u = resolveScopedSlots;\n target._g = bindObjectListeners;\n target._d = bindDynamicKeys;\n target._p = prependModifier;\n}\n\n/* */\n\nfunction FunctionalRenderContext (\n data,\n props,\n children,\n parent,\n Ctor\n) {\n var this$1 = this;\n\n var options = Ctor.options;\n // ensure the createElement function in functional components\n // gets a unique context - this is necessary for correct named slot check\n var contextVm;\n if (hasOwn(parent, '_uid')) {\n contextVm = Object.create(parent);\n // $flow-disable-line\n contextVm._original = parent;\n } else {\n // the context vm passed in is a functional context as well.\n // in this case we want to make sure we are able to get a hold to the\n // real context instance.\n contextVm = parent;\n // $flow-disable-line\n parent = parent._original;\n }\n var isCompiled = isTrue(options._compiled);\n var needNormalization = !isCompiled;\n\n this.data = data;\n this.props = props;\n this.children = children;\n this.parent = parent;\n this.listeners = data.on || emptyObject;\n this.injections = resolveInject(options.inject, parent);\n this.slots = function () {\n if (!this$1.$slots) {\n normalizeScopedSlots(\n data.scopedSlots,\n this$1.$slots = resolveSlots(children, parent)\n );\n }\n return this$1.$slots\n };\n\n Object.defineProperty(this, 'scopedSlots', ({\n enumerable: true,\n get: function get () {\n return normalizeScopedSlots(data.scopedSlots, this.slots())\n }\n }));\n\n // support for compiled functional template\n if (isCompiled) {\n // exposing $options for renderStatic()\n this.$options = options;\n // pre-resolve slots for renderSlot()\n this.$slots = this.slots();\n this.$scopedSlots = normalizeScopedSlots(data.scopedSlots, this.$slots);\n }\n\n if (options._scopeId) {\n this._c = function (a, b, c, d) {\n var vnode = createElement(contextVm, a, b, c, d, needNormalization);\n if (vnode && !Array.isArray(vnode)) {\n vnode.fnScopeId = options._scopeId;\n vnode.fnContext = parent;\n }\n return vnode\n };\n } else {\n this._c = function (a, b, c, d) { return createElement(contextVm, a, b, c, d, needNormalization); };\n }\n}\n\ninstallRenderHelpers(FunctionalRenderContext.prototype);\n\nfunction createFunctionalComponent (\n Ctor,\n propsData,\n data,\n contextVm,\n children\n) {\n var options = Ctor.options;\n var props = {};\n var propOptions = options.props;\n if (isDef(propOptions)) {\n for (var key in propOptions) {\n props[key] = validateProp(key, propOptions, propsData || emptyObject);\n }\n } else {\n if (isDef(data.attrs)) { mergeProps(props, data.attrs); }\n if (isDef(data.props)) { mergeProps(props, data.props); }\n }\n\n var renderContext = new FunctionalRenderContext(\n data,\n props,\n children,\n contextVm,\n Ctor\n );\n\n var vnode = options.render.call(null, renderContext._c, renderContext);\n\n if (vnode instanceof VNode) {\n return cloneAndMarkFunctionalResult(vnode, data, renderContext.parent, options, renderContext)\n } else if (Array.isArray(vnode)) {\n var vnodes = normalizeChildren(vnode) || [];\n var res = new Array(vnodes.length);\n for (var i = 0; i < vnodes.length; i++) {\n res[i] = cloneAndMarkFunctionalResult(vnodes[i], data, renderContext.parent, options, renderContext);\n }\n return res\n }\n}\n\nfunction cloneAndMarkFunctionalResult (vnode, data, contextVm, options, renderContext) {\n // #7817 clone node before setting fnContext, otherwise if the node is reused\n // (e.g. it was from a cached normal slot) the fnContext causes named slots\n // that should not be matched to match.\n var clone = cloneVNode(vnode);\n clone.fnContext = contextVm;\n clone.fnOptions = options;\n if (process.env.NODE_ENV !== 'production') {\n (clone.devtoolsMeta = clone.devtoolsMeta || {}).renderContext = renderContext;\n }\n if (data.slot) {\n (clone.data || (clone.data = {})).slot = data.slot;\n }\n return clone\n}\n\nfunction mergeProps (to, from) {\n for (var key in from) {\n to[camelize(key)] = from[key];\n }\n}\n\n/* */\n\n/* */\n\n/* */\n\n/* */\n\n// inline hooks to be invoked on component VNodes during patch\nvar componentVNodeHooks = {\n init: function init (vnode, hydrating) {\n if (\n vnode.componentInstance &&\n !vnode.componentInstance._isDestroyed &&\n vnode.data.keepAlive\n ) {\n // kept-alive components, treat as a patch\n var mountedNode = vnode; // work around flow\n componentVNodeHooks.prepatch(mountedNode, mountedNode);\n } else {\n var child = vnode.componentInstance = createComponentInstanceForVnode(\n vnode,\n activeInstance\n );\n child.$mount(hydrating ? vnode.elm : undefined, hydrating);\n }\n },\n\n prepatch: function prepatch (oldVnode, vnode) {\n var options = vnode.componentOptions;\n var child = vnode.componentInstance = oldVnode.componentInstance;\n updateChildComponent(\n child,\n options.propsData, // updated props\n options.listeners, // updated listeners\n vnode, // new parent vnode\n options.children // new children\n );\n },\n\n insert: function insert (vnode) {\n var context = vnode.context;\n var componentInstance = vnode.componentInstance;\n if (!componentInstance._isMounted) {\n componentInstance._isMounted = true;\n callHook(componentInstance, 'mounted');\n }\n if (vnode.data.keepAlive) {\n if (context._isMounted) {\n // vue-router#1212\n // During updates, a kept-alive component's child components may\n // change, so directly walking the tree here may call activated hooks\n // on incorrect children. Instead we push them into a queue which will\n // be processed after the whole patch process ended.\n queueActivatedComponent(componentInstance);\n } else {\n activateChildComponent(componentInstance, true /* direct */);\n }\n }\n },\n\n destroy: function destroy (vnode) {\n var componentInstance = vnode.componentInstance;\n if (!componentInstance._isDestroyed) {\n if (!vnode.data.keepAlive) {\n componentInstance.$destroy();\n } else {\n deactivateChildComponent(componentInstance, true /* direct */);\n }\n }\n }\n};\n\nvar hooksToMerge = Object.keys(componentVNodeHooks);\n\nfunction createComponent (\n Ctor,\n data,\n context,\n children,\n tag\n) {\n if (isUndef(Ctor)) {\n return\n }\n\n var baseCtor = context.$options._base;\n\n // plain options object: turn it into a constructor\n if (isObject(Ctor)) {\n Ctor = baseCtor.extend(Ctor);\n }\n\n // if at this stage it's not a constructor or an async component factory,\n // reject.\n if (typeof Ctor !== 'function') {\n if (process.env.NODE_ENV !== 'production') {\n warn((\"Invalid Component definition: \" + (String(Ctor))), context);\n }\n return\n }\n\n // async component\n var asyncFactory;\n if (isUndef(Ctor.cid)) {\n asyncFactory = Ctor;\n Ctor = resolveAsyncComponent(asyncFactory, baseCtor);\n if (Ctor === undefined) {\n // return a placeholder node for async component, which is rendered\n // as a comment node but preserves all the raw information for the node.\n // the information will be used for async server-rendering and hydration.\n return createAsyncPlaceholder(\n asyncFactory,\n data,\n context,\n children,\n tag\n )\n }\n }\n\n data = data || {};\n\n // resolve constructor options in case global mixins are applied after\n // component constructor creation\n resolveConstructorOptions(Ctor);\n\n // transform component v-model data into props & events\n if (isDef(data.model)) {\n transformModel(Ctor.options, data);\n }\n\n // extract props\n var propsData = extractPropsFromVNodeData(data, Ctor, tag);\n\n // functional component\n if (isTrue(Ctor.options.functional)) {\n return createFunctionalComponent(Ctor, propsData, data, context, children)\n }\n\n // extract listeners, since these needs to be treated as\n // child component listeners instead of DOM listeners\n var listeners = data.on;\n // replace with listeners with .native modifier\n // so it gets processed during parent component patch.\n data.on = data.nativeOn;\n\n if (isTrue(Ctor.options.abstract)) {\n // abstract components do not keep anything\n // other than props & listeners & slot\n\n // work around flow\n var slot = data.slot;\n data = {};\n if (slot) {\n data.slot = slot;\n }\n }\n\n // install component management hooks onto the placeholder node\n installComponentHooks(data);\n\n // return a placeholder vnode\n var name = Ctor.options.name || tag;\n var vnode = new VNode(\n (\"vue-component-\" + (Ctor.cid) + (name ? (\"-\" + name) : '')),\n data, undefined, undefined, undefined, context,\n { Ctor: Ctor, propsData: propsData, listeners: listeners, tag: tag, children: children },\n asyncFactory\n );\n\n return vnode\n}\n\nfunction createComponentInstanceForVnode (\n vnode, // we know it's MountedComponentVNode but flow doesn't\n parent // activeInstance in lifecycle state\n) {\n var options = {\n _isComponent: true,\n _parentVnode: vnode,\n parent: parent\n };\n // check inline-template render functions\n var inlineTemplate = vnode.data.inlineTemplate;\n if (isDef(inlineTemplate)) {\n options.render = inlineTemplate.render;\n options.staticRenderFns = inlineTemplate.staticRenderFns;\n }\n return new vnode.componentOptions.Ctor(options)\n}\n\nfunction installComponentHooks (data) {\n var hooks = data.hook || (data.hook = {});\n for (var i = 0; i < hooksToMerge.length; i++) {\n var key = hooksToMerge[i];\n var existing = hooks[key];\n var toMerge = componentVNodeHooks[key];\n if (existing !== toMerge && !(existing && existing._merged)) {\n hooks[key] = existing ? mergeHook$1(toMerge, existing) : toMerge;\n }\n }\n}\n\nfunction mergeHook$1 (f1, f2) {\n var merged = function (a, b) {\n // flow complains about extra args which is why we use any\n f1(a, b);\n f2(a, b);\n };\n merged._merged = true;\n return merged\n}\n\n// transform component v-model info (value and callback) into\n// prop and event handler respectively.\nfunction transformModel (options, data) {\n var prop = (options.model && options.model.prop) || 'value';\n var event = (options.model && options.model.event) || 'input'\n ;(data.attrs || (data.attrs = {}))[prop] = data.model.value;\n var on = data.on || (data.on = {});\n var existing = on[event];\n var callback = data.model.callback;\n if (isDef(existing)) {\n if (\n Array.isArray(existing)\n ? existing.indexOf(callback) === -1\n : existing !== callback\n ) {\n on[event] = [callback].concat(existing);\n }\n } else {\n on[event] = callback;\n }\n}\n\n/* */\n\nvar SIMPLE_NORMALIZE = 1;\nvar ALWAYS_NORMALIZE = 2;\n\n// wrapper function for providing a more flexible interface\n// without getting yelled at by flow\nfunction createElement (\n context,\n tag,\n data,\n children,\n normalizationType,\n alwaysNormalize\n) {\n if (Array.isArray(data) || isPrimitive(data)) {\n normalizationType = children;\n children = data;\n data = undefined;\n }\n if (isTrue(alwaysNormalize)) {\n normalizationType = ALWAYS_NORMALIZE;\n }\n return _createElement(context, tag, data, children, normalizationType)\n}\n\nfunction _createElement (\n context,\n tag,\n data,\n children,\n normalizationType\n) {\n if (isDef(data) && isDef((data).__ob__)) {\n process.env.NODE_ENV !== 'production' && warn(\n \"Avoid using observed data object as vnode data: \" + (JSON.stringify(data)) + \"\\n\" +\n 'Always create fresh vnode data objects in each render!',\n context\n );\n return createEmptyVNode()\n }\n // object syntax in v-bind\n if (isDef(data) && isDef(data.is)) {\n tag = data.is;\n }\n if (!tag) {\n // in case of component :is set to falsy value\n return createEmptyVNode()\n }\n // warn against non-primitive key\n if (process.env.NODE_ENV !== 'production' &&\n isDef(data) && isDef(data.key) && !isPrimitive(data.key)\n ) {\n {\n warn(\n 'Avoid using non-primitive value as key, ' +\n 'use string/number value instead.',\n context\n );\n }\n }\n // support single function children as default scoped slot\n if (Array.isArray(children) &&\n typeof children[0] === 'function'\n ) {\n data = data || {};\n data.scopedSlots = { default: children[0] };\n children.length = 0;\n }\n if (normalizationType === ALWAYS_NORMALIZE) {\n children = normalizeChildren(children);\n } else if (normalizationType === SIMPLE_NORMALIZE) {\n children = simpleNormalizeChildren(children);\n }\n var vnode, ns;\n if (typeof tag === 'string') {\n var Ctor;\n ns = (context.$vnode && context.$vnode.ns) || config.getTagNamespace(tag);\n if (config.isReservedTag(tag)) {\n // platform built-in elements\n if (process.env.NODE_ENV !== 'production' && isDef(data) && isDef(data.nativeOn)) {\n warn(\n (\"The .native modifier for v-on is only valid on components but it was used on <\" + tag + \">.\"),\n context\n );\n }\n vnode = new VNode(\n config.parsePlatformTagName(tag), data, children,\n undefined, undefined, context\n );\n } else if ((!data || !data.pre) && isDef(Ctor = resolveAsset(context.$options, 'components', tag))) {\n // component\n vnode = createComponent(Ctor, data, context, children, tag);\n } else {\n // unknown or unlisted namespaced elements\n // check at runtime because it may get assigned a namespace when its\n // parent normalizes children\n vnode = new VNode(\n tag, data, children,\n undefined, undefined, context\n );\n }\n } else {\n // direct component options / constructor\n vnode = createComponent(tag, data, context, children);\n }\n if (Array.isArray(vnode)) {\n return vnode\n } else if (isDef(vnode)) {\n if (isDef(ns)) { applyNS(vnode, ns); }\n if (isDef(data)) { registerDeepBindings(data); }\n return vnode\n } else {\n return createEmptyVNode()\n }\n}\n\nfunction applyNS (vnode, ns, force) {\n vnode.ns = ns;\n if (vnode.tag === 'foreignObject') {\n // use default namespace inside foreignObject\n ns = undefined;\n force = true;\n }\n if (isDef(vnode.children)) {\n for (var i = 0, l = vnode.children.length; i < l; i++) {\n var child = vnode.children[i];\n if (isDef(child.tag) && (\n isUndef(child.ns) || (isTrue(force) && child.tag !== 'svg'))) {\n applyNS(child, ns, force);\n }\n }\n }\n}\n\n// ref #5318\n// necessary to ensure parent re-render when deep bindings like :style and\n// :class are used on slot nodes\nfunction registerDeepBindings (data) {\n if (isObject(data.style)) {\n traverse(data.style);\n }\n if (isObject(data.class)) {\n traverse(data.class);\n }\n}\n\n/* */\n\nfunction initRender (vm) {\n vm._vnode = null; // the root of the child tree\n vm._staticTrees = null; // v-once cached trees\n var options = vm.$options;\n var parentVnode = vm.$vnode = options._parentVnode; // the placeholder node in parent tree\n var renderContext = parentVnode && parentVnode.context;\n vm.$slots = resolveSlots(options._renderChildren, renderContext);\n vm.$scopedSlots = emptyObject;\n // bind the createElement fn to this instance\n // so that we get proper render context inside it.\n // args order: tag, data, children, normalizationType, alwaysNormalize\n // internal version is used by render functions compiled from templates\n vm._c = function (a, b, c, d) { return createElement(vm, a, b, c, d, false); };\n // normalization is always applied for the public version, used in\n // user-written render functions.\n vm.$createElement = function (a, b, c, d) { return createElement(vm, a, b, c, d, true); };\n\n // $attrs & $listeners are exposed for easier HOC creation.\n // they need to be reactive so that HOCs using them are always updated\n var parentData = parentVnode && parentVnode.data;\n\n /* istanbul ignore else */\n if (process.env.NODE_ENV !== 'production') {\n defineReactive$$1(vm, '$attrs', parentData && parentData.attrs || emptyObject, function () {\n !isUpdatingChildComponent && warn(\"$attrs is readonly.\", vm);\n }, true);\n defineReactive$$1(vm, '$listeners', options._parentListeners || emptyObject, function () {\n !isUpdatingChildComponent && warn(\"$listeners is readonly.\", vm);\n }, true);\n } else {\n defineReactive$$1(vm, '$attrs', parentData && parentData.attrs || emptyObject, null, true);\n defineReactive$$1(vm, '$listeners', options._parentListeners || emptyObject, null, true);\n }\n}\n\nvar currentRenderingInstance = null;\n\nfunction renderMixin (Vue) {\n // install runtime convenience helpers\n installRenderHelpers(Vue.prototype);\n\n Vue.prototype.$nextTick = function (fn) {\n return nextTick(fn, this)\n };\n\n Vue.prototype._render = function () {\n var vm = this;\n var ref = vm.$options;\n var render = ref.render;\n var _parentVnode = ref._parentVnode;\n\n if (_parentVnode) {\n vm.$scopedSlots = normalizeScopedSlots(\n _parentVnode.data.scopedSlots,\n vm.$slots,\n vm.$scopedSlots\n );\n }\n\n // set parent vnode. this allows render functions to have access\n // to the data on the placeholder node.\n vm.$vnode = _parentVnode;\n // render self\n var vnode;\n try {\n // There's no need to maintain a stack because all render fns are called\n // separately from one another. Nested component's render fns are called\n // when parent component is patched.\n currentRenderingInstance = vm;\n vnode = render.call(vm._renderProxy, vm.$createElement);\n } catch (e) {\n handleError(e, vm, \"render\");\n // return error render result,\n // or previous vnode to prevent render error causing blank component\n /* istanbul ignore else */\n if (process.env.NODE_ENV !== 'production' && vm.$options.renderError) {\n try {\n vnode = vm.$options.renderError.call(vm._renderProxy, vm.$createElement, e);\n } catch (e) {\n handleError(e, vm, \"renderError\");\n vnode = vm._vnode;\n }\n } else {\n vnode = vm._vnode;\n }\n } finally {\n currentRenderingInstance = null;\n }\n // if the returned array contains only a single node, allow it\n if (Array.isArray(vnode) && vnode.length === 1) {\n vnode = vnode[0];\n }\n // return empty vnode in case the render function errored out\n if (!(vnode instanceof VNode)) {\n if (process.env.NODE_ENV !== 'production' && Array.isArray(vnode)) {\n warn(\n 'Multiple root nodes returned from render function. Render function ' +\n 'should return a single root node.',\n vm\n );\n }\n vnode = createEmptyVNode();\n }\n // set parent\n vnode.parent = _parentVnode;\n return vnode\n };\n}\n\n/* */\n\nfunction ensureCtor (comp, base) {\n if (\n comp.__esModule ||\n (hasSymbol && comp[Symbol.toStringTag] === 'Module')\n ) {\n comp = comp.default;\n }\n return isObject(comp)\n ? base.extend(comp)\n : comp\n}\n\nfunction createAsyncPlaceholder (\n factory,\n data,\n context,\n children,\n tag\n) {\n var node = createEmptyVNode();\n node.asyncFactory = factory;\n node.asyncMeta = { data: data, context: context, children: children, tag: tag };\n return node\n}\n\nfunction resolveAsyncComponent (\n factory,\n baseCtor\n) {\n if (isTrue(factory.error) && isDef(factory.errorComp)) {\n return factory.errorComp\n }\n\n if (isDef(factory.resolved)) {\n return factory.resolved\n }\n\n var owner = currentRenderingInstance;\n if (owner && isDef(factory.owners) && factory.owners.indexOf(owner) === -1) {\n // already pending\n factory.owners.push(owner);\n }\n\n if (isTrue(factory.loading) && isDef(factory.loadingComp)) {\n return factory.loadingComp\n }\n\n if (owner && !isDef(factory.owners)) {\n var owners = factory.owners = [owner];\n var sync = true;\n var timerLoading = null;\n var timerTimeout = null\n\n ;(owner).$on('hook:destroyed', function () { return remove(owners, owner); });\n\n var forceRender = function (renderCompleted) {\n for (var i = 0, l = owners.length; i < l; i++) {\n (owners[i]).$forceUpdate();\n }\n\n if (renderCompleted) {\n owners.length = 0;\n if (timerLoading !== null) {\n clearTimeout(timerLoading);\n timerLoading = null;\n }\n if (timerTimeout !== null) {\n clearTimeout(timerTimeout);\n timerTimeout = null;\n }\n }\n };\n\n var resolve = once(function (res) {\n // cache resolved\n factory.resolved = ensureCtor(res, baseCtor);\n // invoke callbacks only if this is not a synchronous resolve\n // (async resolves are shimmed as synchronous during SSR)\n if (!sync) {\n forceRender(true);\n } else {\n owners.length = 0;\n }\n });\n\n var reject = once(function (reason) {\n process.env.NODE_ENV !== 'production' && warn(\n \"Failed to resolve async component: \" + (String(factory)) +\n (reason ? (\"\\nReason: \" + reason) : '')\n );\n if (isDef(factory.errorComp)) {\n factory.error = true;\n forceRender(true);\n }\n });\n\n var res = factory(resolve, reject);\n\n if (isObject(res)) {\n if (isPromise(res)) {\n // () => Promise\n if (isUndef(factory.resolved)) {\n res.then(resolve, reject);\n }\n } else if (isPromise(res.component)) {\n res.component.then(resolve, reject);\n\n if (isDef(res.error)) {\n factory.errorComp = ensureCtor(res.error, baseCtor);\n }\n\n if (isDef(res.loading)) {\n factory.loadingComp = ensureCtor(res.loading, baseCtor);\n if (res.delay === 0) {\n factory.loading = true;\n } else {\n timerLoading = setTimeout(function () {\n timerLoading = null;\n if (isUndef(factory.resolved) && isUndef(factory.error)) {\n factory.loading = true;\n forceRender(false);\n }\n }, res.delay || 200);\n }\n }\n\n if (isDef(res.timeout)) {\n timerTimeout = setTimeout(function () {\n timerTimeout = null;\n if (isUndef(factory.resolved)) {\n reject(\n process.env.NODE_ENV !== 'production'\n ? (\"timeout (\" + (res.timeout) + \"ms)\")\n : null\n );\n }\n }, res.timeout);\n }\n }\n }\n\n sync = false;\n // return in case resolved synchronously\n return factory.loading\n ? factory.loadingComp\n : factory.resolved\n }\n}\n\n/* */\n\nfunction isAsyncPlaceholder (node) {\n return node.isComment && node.asyncFactory\n}\n\n/* */\n\nfunction getFirstComponentChild (children) {\n if (Array.isArray(children)) {\n for (var i = 0; i < children.length; i++) {\n var c = children[i];\n if (isDef(c) && (isDef(c.componentOptions) || isAsyncPlaceholder(c))) {\n return c\n }\n }\n }\n}\n\n/* */\n\n/* */\n\nfunction initEvents (vm) {\n vm._events = Object.create(null);\n vm._hasHookEvent = false;\n // init parent attached events\n var listeners = vm.$options._parentListeners;\n if (listeners) {\n updateComponentListeners(vm, listeners);\n }\n}\n\nvar target;\n\nfunction add (event, fn) {\n target.$on(event, fn);\n}\n\nfunction remove$1 (event, fn) {\n target.$off(event, fn);\n}\n\nfunction createOnceHandler (event, fn) {\n var _target = target;\n return function onceHandler () {\n var res = fn.apply(null, arguments);\n if (res !== null) {\n _target.$off(event, onceHandler);\n }\n }\n}\n\nfunction updateComponentListeners (\n vm,\n listeners,\n oldListeners\n) {\n target = vm;\n updateListeners(listeners, oldListeners || {}, add, remove$1, createOnceHandler, vm);\n target = undefined;\n}\n\nfunction eventsMixin (Vue) {\n var hookRE = /^hook:/;\n Vue.prototype.$on = function (event, fn) {\n var vm = this;\n if (Array.isArray(event)) {\n for (var i = 0, l = event.length; i < l; i++) {\n vm.$on(event[i], fn);\n }\n } else {\n (vm._events[event] || (vm._events[event] = [])).push(fn);\n // optimize hook:event cost by using a boolean flag marked at registration\n // instead of a hash lookup\n if (hookRE.test(event)) {\n vm._hasHookEvent = true;\n }\n }\n return vm\n };\n\n Vue.prototype.$once = function (event, fn) {\n var vm = this;\n function on () {\n vm.$off(event, on);\n fn.apply(vm, arguments);\n }\n on.fn = fn;\n vm.$on(event, on);\n return vm\n };\n\n Vue.prototype.$off = function (event, fn) {\n var vm = this;\n // all\n if (!arguments.length) {\n vm._events = Object.create(null);\n return vm\n }\n // array of events\n if (Array.isArray(event)) {\n for (var i$1 = 0, l = event.length; i$1 < l; i$1++) {\n vm.$off(event[i$1], fn);\n }\n return vm\n }\n // specific event\n var cbs = vm._events[event];\n if (!cbs) {\n return vm\n }\n if (!fn) {\n vm._events[event] = null;\n return vm\n }\n // specific handler\n var cb;\n var i = cbs.length;\n while (i--) {\n cb = cbs[i];\n if (cb === fn || cb.fn === fn) {\n cbs.splice(i, 1);\n break\n }\n }\n return vm\n };\n\n Vue.prototype.$emit = function (event) {\n var vm = this;\n if (process.env.NODE_ENV !== 'production') {\n var lowerCaseEvent = event.toLowerCase();\n if (lowerCaseEvent !== event && vm._events[lowerCaseEvent]) {\n tip(\n \"Event \\\"\" + lowerCaseEvent + \"\\\" is emitted in component \" +\n (formatComponentName(vm)) + \" but the handler is registered for \\\"\" + event + \"\\\". \" +\n \"Note that HTML attributes are case-insensitive and you cannot use \" +\n \"v-on to listen to camelCase events when using in-DOM templates. \" +\n \"You should probably use \\\"\" + (hyphenate(event)) + \"\\\" instead of \\\"\" + event + \"\\\".\"\n );\n }\n }\n var cbs = vm._events[event];\n if (cbs) {\n cbs = cbs.length > 1 ? toArray(cbs) : cbs;\n var args = toArray(arguments, 1);\n var info = \"event handler for \\\"\" + event + \"\\\"\";\n for (var i = 0, l = cbs.length; i < l; i++) {\n invokeWithErrorHandling(cbs[i], vm, args, vm, info);\n }\n }\n return vm\n };\n}\n\n/* */\n\nvar activeInstance = null;\nvar isUpdatingChildComponent = false;\n\nfunction setActiveInstance(vm) {\n var prevActiveInstance = activeInstance;\n activeInstance = vm;\n return function () {\n activeInstance = prevActiveInstance;\n }\n}\n\nfunction initLifecycle (vm) {\n var options = vm.$options;\n\n // locate first non-abstract parent\n var parent = options.parent;\n if (parent && !options.abstract) {\n while (parent.$options.abstract && parent.$parent) {\n parent = parent.$parent;\n }\n parent.$children.push(vm);\n }\n\n vm.$parent = parent;\n vm.$root = parent ? parent.$root : vm;\n\n vm.$children = [];\n vm.$refs = {};\n\n vm._watcher = null;\n vm._inactive = null;\n vm._directInactive = false;\n vm._isMounted = false;\n vm._isDestroyed = false;\n vm._isBeingDestroyed = false;\n}\n\nfunction lifecycleMixin (Vue) {\n Vue.prototype._update = function (vnode, hydrating) {\n var vm = this;\n var prevEl = vm.$el;\n var prevVnode = vm._vnode;\n var restoreActiveInstance = setActiveInstance(vm);\n vm._vnode = vnode;\n // Vue.prototype.__patch__ is injected in entry points\n // based on the rendering backend used.\n if (!prevVnode) {\n // initial render\n vm.$el = vm.__patch__(vm.$el, vnode, hydrating, false /* removeOnly */);\n } else {\n // updates\n vm.$el = vm.__patch__(prevVnode, vnode);\n }\n restoreActiveInstance();\n // update __vue__ reference\n if (prevEl) {\n prevEl.__vue__ = null;\n }\n if (vm.$el) {\n vm.$el.__vue__ = vm;\n }\n // if parent is an HOC, update its $el as well\n if (vm.$vnode && vm.$parent && vm.$vnode === vm.$parent._vnode) {\n vm.$parent.$el = vm.$el;\n }\n // updated hook is called by the scheduler to ensure that children are\n // updated in a parent's updated hook.\n };\n\n Vue.prototype.$forceUpdate = function () {\n var vm = this;\n if (vm._watcher) {\n vm._watcher.update();\n }\n };\n\n Vue.prototype.$destroy = function () {\n var vm = this;\n if (vm._isBeingDestroyed) {\n return\n }\n callHook(vm, 'beforeDestroy');\n vm._isBeingDestroyed = true;\n // remove self from parent\n var parent = vm.$parent;\n if (parent && !parent._isBeingDestroyed && !vm.$options.abstract) {\n remove(parent.$children, vm);\n }\n // teardown watchers\n if (vm._watcher) {\n vm._watcher.teardown();\n }\n var i = vm._watchers.length;\n while (i--) {\n vm._watchers[i].teardown();\n }\n // remove reference from data ob\n // frozen object may not have observer.\n if (vm._data.__ob__) {\n vm._data.__ob__.vmCount--;\n }\n // call the last hook...\n vm._isDestroyed = true;\n // invoke destroy hooks on current rendered tree\n vm.__patch__(vm._vnode, null);\n // fire destroyed hook\n callHook(vm, 'destroyed');\n // turn off all instance listeners.\n vm.$off();\n // remove __vue__ reference\n if (vm.$el) {\n vm.$el.__vue__ = null;\n }\n // release circular reference (#6759)\n if (vm.$vnode) {\n vm.$vnode.parent = null;\n }\n };\n}\n\nfunction mountComponent (\n vm,\n el,\n hydrating\n) {\n vm.$el = el;\n if (!vm.$options.render) {\n vm.$options.render = createEmptyVNode;\n if (process.env.NODE_ENV !== 'production') {\n /* istanbul ignore if */\n if ((vm.$options.template && vm.$options.template.charAt(0) !== '#') ||\n vm.$options.el || el) {\n warn(\n 'You are using the runtime-only build of Vue where the template ' +\n 'compiler is not available. Either pre-compile the templates into ' +\n 'render functions, or use the compiler-included build.',\n vm\n );\n } else {\n warn(\n 'Failed to mount component: template or render function not defined.',\n vm\n );\n }\n }\n }\n callHook(vm, 'beforeMount');\n\n var updateComponent;\n /* istanbul ignore if */\n if (process.env.NODE_ENV !== 'production' && config.performance && mark) {\n updateComponent = function () {\n var name = vm._name;\n var id = vm._uid;\n var startTag = \"vue-perf-start:\" + id;\n var endTag = \"vue-perf-end:\" + id;\n\n mark(startTag);\n var vnode = vm._render();\n mark(endTag);\n measure((\"vue \" + name + \" render\"), startTag, endTag);\n\n mark(startTag);\n vm._update(vnode, hydrating);\n mark(endTag);\n measure((\"vue \" + name + \" patch\"), startTag, endTag);\n };\n } else {\n updateComponent = function () {\n vm._update(vm._render(), hydrating);\n };\n }\n\n // we set this to vm._watcher inside the watcher's constructor\n // since the watcher's initial patch may call $forceUpdate (e.g. inside child\n // component's mounted hook), which relies on vm._watcher being already defined\n new Watcher(vm, updateComponent, noop, {\n before: function before () {\n if (vm._isMounted && !vm._isDestroyed) {\n callHook(vm, 'beforeUpdate');\n }\n }\n }, true /* isRenderWatcher */);\n hydrating = false;\n\n // manually mounted instance, call mounted on self\n // mounted is called for render-created child components in its inserted hook\n if (vm.$vnode == null) {\n vm._isMounted = true;\n callHook(vm, 'mounted');\n }\n return vm\n}\n\nfunction updateChildComponent (\n vm,\n propsData,\n listeners,\n parentVnode,\n renderChildren\n) {\n if (process.env.NODE_ENV !== 'production') {\n isUpdatingChildComponent = true;\n }\n\n // determine whether component has slot children\n // we need to do this before overwriting $options._renderChildren.\n\n // check if there are dynamic scopedSlots (hand-written or compiled but with\n // dynamic slot names). Static scoped slots compiled from template has the\n // \"$stable\" marker.\n var newScopedSlots = parentVnode.data.scopedSlots;\n var oldScopedSlots = vm.$scopedSlots;\n var hasDynamicScopedSlot = !!(\n (newScopedSlots && !newScopedSlots.$stable) ||\n (oldScopedSlots !== emptyObject && !oldScopedSlots.$stable) ||\n (newScopedSlots && vm.$scopedSlots.$key !== newScopedSlots.$key)\n );\n\n // Any static slot children from the parent may have changed during parent's\n // update. Dynamic scoped slots may also have changed. In such cases, a forced\n // update is necessary to ensure correctness.\n var needsForceUpdate = !!(\n renderChildren || // has new static slots\n vm.$options._renderChildren || // has old static slots\n hasDynamicScopedSlot\n );\n\n vm.$options._parentVnode = parentVnode;\n vm.$vnode = parentVnode; // update vm's placeholder node without re-render\n\n if (vm._vnode) { // update child tree's parent\n vm._vnode.parent = parentVnode;\n }\n vm.$options._renderChildren = renderChildren;\n\n // update $attrs and $listeners hash\n // these are also reactive so they may trigger child update if the child\n // used them during render\n vm.$attrs = parentVnode.data.attrs || emptyObject;\n vm.$listeners = listeners || emptyObject;\n\n // update props\n if (propsData && vm.$options.props) {\n toggleObserving(false);\n var props = vm._props;\n var propKeys = vm.$options._propKeys || [];\n for (var i = 0; i < propKeys.length; i++) {\n var key = propKeys[i];\n var propOptions = vm.$options.props; // wtf flow?\n props[key] = validateProp(key, propOptions, propsData, vm);\n }\n toggleObserving(true);\n // keep a copy of raw propsData\n vm.$options.propsData = propsData;\n }\n\n // update listeners\n listeners = listeners || emptyObject;\n var oldListeners = vm.$options._parentListeners;\n vm.$options._parentListeners = listeners;\n updateComponentListeners(vm, listeners, oldListeners);\n\n // resolve slots + force update if has children\n if (needsForceUpdate) {\n vm.$slots = resolveSlots(renderChildren, parentVnode.context);\n vm.$forceUpdate();\n }\n\n if (process.env.NODE_ENV !== 'production') {\n isUpdatingChildComponent = false;\n }\n}\n\nfunction isInInactiveTree (vm) {\n while (vm && (vm = vm.$parent)) {\n if (vm._inactive) { return true }\n }\n return false\n}\n\nfunction activateChildComponent (vm, direct) {\n if (direct) {\n vm._directInactive = false;\n if (isInInactiveTree(vm)) {\n return\n }\n } else if (vm._directInactive) {\n return\n }\n if (vm._inactive || vm._inactive === null) {\n vm._inactive = false;\n for (var i = 0; i < vm.$children.length; i++) {\n activateChildComponent(vm.$children[i]);\n }\n callHook(vm, 'activated');\n }\n}\n\nfunction deactivateChildComponent (vm, direct) {\n if (direct) {\n vm._directInactive = true;\n if (isInInactiveTree(vm)) {\n return\n }\n }\n if (!vm._inactive) {\n vm._inactive = true;\n for (var i = 0; i < vm.$children.length; i++) {\n deactivateChildComponent(vm.$children[i]);\n }\n callHook(vm, 'deactivated');\n }\n}\n\nfunction callHook (vm, hook) {\n // #7573 disable dep collection when invoking lifecycle hooks\n pushTarget();\n var handlers = vm.$options[hook];\n var info = hook + \" hook\";\n if (handlers) {\n for (var i = 0, j = handlers.length; i < j; i++) {\n invokeWithErrorHandling(handlers[i], vm, null, vm, info);\n }\n }\n if (vm._hasHookEvent) {\n vm.$emit('hook:' + hook);\n }\n popTarget();\n}\n\n/* */\n\nvar MAX_UPDATE_COUNT = 100;\n\nvar queue = [];\nvar activatedChildren = [];\nvar has = {};\nvar circular = {};\nvar waiting = false;\nvar flushing = false;\nvar index = 0;\n\n/**\n * Reset the scheduler's state.\n */\nfunction resetSchedulerState () {\n index = queue.length = activatedChildren.length = 0;\n has = {};\n if (process.env.NODE_ENV !== 'production') {\n circular = {};\n }\n waiting = flushing = false;\n}\n\n// Async edge case #6566 requires saving the timestamp when event listeners are\n// attached. However, calling performance.now() has a perf overhead especially\n// if the page has thousands of event listeners. Instead, we take a timestamp\n// every time the scheduler flushes and use that for all event listeners\n// attached during that flush.\nvar currentFlushTimestamp = 0;\n\n// Async edge case fix requires storing an event listener's attach timestamp.\nvar getNow = Date.now;\n\n// Determine what event timestamp the browser is using. Annoyingly, the\n// timestamp can either be hi-res (relative to page load) or low-res\n// (relative to UNIX epoch), so in order to compare time we have to use the\n// same timestamp type when saving the flush timestamp.\n// All IE versions use low-res event timestamps, and have problematic clock\n// implementations (#9632)\nif (inBrowser && !isIE) {\n var performance = window.performance;\n if (\n performance &&\n typeof performance.now === 'function' &&\n getNow() > document.createEvent('Event').timeStamp\n ) {\n // if the event timestamp, although evaluated AFTER the Date.now(), is\n // smaller than it, it means the event is using a hi-res timestamp,\n // and we need to use the hi-res version for event listener timestamps as\n // well.\n getNow = function () { return performance.now(); };\n }\n}\n\n/**\n * Flush both queues and run the watchers.\n */\nfunction flushSchedulerQueue () {\n currentFlushTimestamp = getNow();\n flushing = true;\n var watcher, id;\n\n // Sort queue before flush.\n // This ensures that:\n // 1. Components are updated from parent to child. (because parent is always\n // created before the child)\n // 2. A component's user watchers are run before its render watcher (because\n // user watchers are created before the render watcher)\n // 3. If a component is destroyed during a parent component's watcher run,\n // its watchers can be skipped.\n queue.sort(function (a, b) { return a.id - b.id; });\n\n // do not cache length because more watchers might be pushed\n // as we run existing watchers\n for (index = 0; index < queue.length; index++) {\n watcher = queue[index];\n if (watcher.before) {\n watcher.before();\n }\n id = watcher.id;\n has[id] = null;\n watcher.run();\n // in dev build, check and stop circular updates.\n if (process.env.NODE_ENV !== 'production' && has[id] != null) {\n circular[id] = (circular[id] || 0) + 1;\n if (circular[id] > MAX_UPDATE_COUNT) {\n warn(\n 'You may have an infinite update loop ' + (\n watcher.user\n ? (\"in watcher with expression \\\"\" + (watcher.expression) + \"\\\"\")\n : \"in a component render function.\"\n ),\n watcher.vm\n );\n break\n }\n }\n }\n\n // keep copies of post queues before resetting state\n var activatedQueue = activatedChildren.slice();\n var updatedQueue = queue.slice();\n\n resetSchedulerState();\n\n // call component updated and activated hooks\n callActivatedHooks(activatedQueue);\n callUpdatedHooks(updatedQueue);\n\n // devtool hook\n /* istanbul ignore if */\n if (devtools && config.devtools) {\n devtools.emit('flush');\n }\n}\n\nfunction callUpdatedHooks (queue) {\n var i = queue.length;\n while (i--) {\n var watcher = queue[i];\n var vm = watcher.vm;\n if (vm._watcher === watcher && vm._isMounted && !vm._isDestroyed) {\n callHook(vm, 'updated');\n }\n }\n}\n\n/**\n * Queue a kept-alive component that was activated during patch.\n * The queue will be processed after the entire tree has been patched.\n */\nfunction queueActivatedComponent (vm) {\n // setting _inactive to false here so that a render function can\n // rely on checking whether it's in an inactive tree (e.g. router-view)\n vm._inactive = false;\n activatedChildren.push(vm);\n}\n\nfunction callActivatedHooks (queue) {\n for (var i = 0; i < queue.length; i++) {\n queue[i]._inactive = true;\n activateChildComponent(queue[i], true /* true */);\n }\n}\n\n/**\n * Push a watcher into the watcher queue.\n * Jobs with duplicate IDs will be skipped unless it's\n * pushed when the queue is being flushed.\n */\nfunction queueWatcher (watcher) {\n var id = watcher.id;\n if (has[id] == null) {\n has[id] = true;\n if (!flushing) {\n queue.push(watcher);\n } else {\n // if already flushing, splice the watcher based on its id\n // if already past its id, it will be run next immediately.\n var i = queue.length - 1;\n while (i > index && queue[i].id > watcher.id) {\n i--;\n }\n queue.splice(i + 1, 0, watcher);\n }\n // queue the flush\n if (!waiting) {\n waiting = true;\n\n if (process.env.NODE_ENV !== 'production' && !config.async) {\n flushSchedulerQueue();\n return\n }\n nextTick(flushSchedulerQueue);\n }\n }\n}\n\n/* */\n\n\n\nvar uid$2 = 0;\n\n/**\n * A watcher parses an expression, collects dependencies,\n * and fires callback when the expression value changes.\n * This is used for both the $watch() api and directives.\n */\nvar Watcher = function Watcher (\n vm,\n expOrFn,\n cb,\n options,\n isRenderWatcher\n) {\n this.vm = vm;\n if (isRenderWatcher) {\n vm._watcher = this;\n }\n vm._watchers.push(this);\n // options\n if (options) {\n this.deep = !!options.deep;\n this.user = !!options.user;\n this.lazy = !!options.lazy;\n this.sync = !!options.sync;\n this.before = options.before;\n } else {\n this.deep = this.user = this.lazy = this.sync = false;\n }\n this.cb = cb;\n this.id = ++uid$2; // uid for batching\n this.active = true;\n this.dirty = this.lazy; // for lazy watchers\n this.deps = [];\n this.newDeps = [];\n this.depIds = new _Set();\n this.newDepIds = new _Set();\n this.expression = process.env.NODE_ENV !== 'production'\n ? expOrFn.toString()\n : '';\n // parse expression for getter\n if (typeof expOrFn === 'function') {\n this.getter = expOrFn;\n } else {\n this.getter = parsePath(expOrFn);\n if (!this.getter) {\n this.getter = noop;\n process.env.NODE_ENV !== 'production' && warn(\n \"Failed watching path: \\\"\" + expOrFn + \"\\\" \" +\n 'Watcher only accepts simple dot-delimited paths. ' +\n 'For full control, use a function instead.',\n vm\n );\n }\n }\n this.value = this.lazy\n ? undefined\n : this.get();\n};\n\n/**\n * Evaluate the getter, and re-collect dependencies.\n */\nWatcher.prototype.get = function get () {\n pushTarget(this);\n var value;\n var vm = this.vm;\n try {\n value = this.getter.call(vm, vm);\n } catch (e) {\n if (this.user) {\n handleError(e, vm, (\"getter for watcher \\\"\" + (this.expression) + \"\\\"\"));\n } else {\n throw e\n }\n } finally {\n // \"touch\" every property so they are all tracked as\n // dependencies for deep watching\n if (this.deep) {\n traverse(value);\n }\n popTarget();\n this.cleanupDeps();\n }\n return value\n};\n\n/**\n * Add a dependency to this directive.\n */\nWatcher.prototype.addDep = function addDep (dep) {\n var id = dep.id;\n if (!this.newDepIds.has(id)) {\n this.newDepIds.add(id);\n this.newDeps.push(dep);\n if (!this.depIds.has(id)) {\n dep.addSub(this);\n }\n }\n};\n\n/**\n * Clean up for dependency collection.\n */\nWatcher.prototype.cleanupDeps = function cleanupDeps () {\n var i = this.deps.length;\n while (i--) {\n var dep = this.deps[i];\n if (!this.newDepIds.has(dep.id)) {\n dep.removeSub(this);\n }\n }\n var tmp = this.depIds;\n this.depIds = this.newDepIds;\n this.newDepIds = tmp;\n this.newDepIds.clear();\n tmp = this.deps;\n this.deps = this.newDeps;\n this.newDeps = tmp;\n this.newDeps.length = 0;\n};\n\n/**\n * Subscriber interface.\n * Will be called when a dependency changes.\n */\nWatcher.prototype.update = function update () {\n /* istanbul ignore else */\n if (this.lazy) {\n this.dirty = true;\n } else if (this.sync) {\n this.run();\n } else {\n queueWatcher(this);\n }\n};\n\n/**\n * Scheduler job interface.\n * Will be called by the scheduler.\n */\nWatcher.prototype.run = function run () {\n if (this.active) {\n var value = this.get();\n if (\n value !== this.value ||\n // Deep watchers and watchers on Object/Arrays should fire even\n // when the value is the same, because the value may\n // have mutated.\n isObject(value) ||\n this.deep\n ) {\n // set new value\n var oldValue = this.value;\n this.value = value;\n if (this.user) {\n try {\n this.cb.call(this.vm, value, oldValue);\n } catch (e) {\n handleError(e, this.vm, (\"callback for watcher \\\"\" + (this.expression) + \"\\\"\"));\n }\n } else {\n this.cb.call(this.vm, value, oldValue);\n }\n }\n }\n};\n\n/**\n * Evaluate the value of the watcher.\n * This only gets called for lazy watchers.\n */\nWatcher.prototype.evaluate = function evaluate () {\n this.value = this.get();\n this.dirty = false;\n};\n\n/**\n * Depend on all deps collected by this watcher.\n */\nWatcher.prototype.depend = function depend () {\n var i = this.deps.length;\n while (i--) {\n this.deps[i].depend();\n }\n};\n\n/**\n * Remove self from all dependencies' subscriber list.\n */\nWatcher.prototype.teardown = function teardown () {\n if (this.active) {\n // remove self from vm's watcher list\n // this is a somewhat expensive operation so we skip it\n // if the vm is being destroyed.\n if (!this.vm._isBeingDestroyed) {\n remove(this.vm._watchers, this);\n }\n var i = this.deps.length;\n while (i--) {\n this.deps[i].removeSub(this);\n }\n this.active = false;\n }\n};\n\n/* */\n\nvar sharedPropertyDefinition = {\n enumerable: true,\n configurable: true,\n get: noop,\n set: noop\n};\n\nfunction proxy (target, sourceKey, key) {\n sharedPropertyDefinition.get = function proxyGetter () {\n return this[sourceKey][key]\n };\n sharedPropertyDefinition.set = function proxySetter (val) {\n this[sourceKey][key] = val;\n };\n Object.defineProperty(target, key, sharedPropertyDefinition);\n}\n\nfunction initState (vm) {\n vm._watchers = [];\n var opts = vm.$options;\n if (opts.props) { initProps(vm, opts.props); }\n if (opts.methods) { initMethods(vm, opts.methods); }\n if (opts.data) {\n initData(vm);\n } else {\n observe(vm._data = {}, true /* asRootData */);\n }\n if (opts.computed) { initComputed(vm, opts.computed); }\n if (opts.watch && opts.watch !== nativeWatch) {\n initWatch(vm, opts.watch);\n }\n}\n\nfunction initProps (vm, propsOptions) {\n var propsData = vm.$options.propsData || {};\n var props = vm._props = {};\n // cache prop keys so that future props updates can iterate using Array\n // instead of dynamic object key enumeration.\n var keys = vm.$options._propKeys = [];\n var isRoot = !vm.$parent;\n // root instance props should be converted\n if (!isRoot) {\n toggleObserving(false);\n }\n var loop = function ( key ) {\n keys.push(key);\n var value = validateProp(key, propsOptions, propsData, vm);\n /* istanbul ignore else */\n if (process.env.NODE_ENV !== 'production') {\n var hyphenatedKey = hyphenate(key);\n if (isReservedAttribute(hyphenatedKey) ||\n config.isReservedAttr(hyphenatedKey)) {\n warn(\n (\"\\\"\" + hyphenatedKey + \"\\\" is a reserved attribute and cannot be used as component prop.\"),\n vm\n );\n }\n defineReactive$$1(props, key, value, function () {\n if (!isRoot && !isUpdatingChildComponent) {\n warn(\n \"Avoid mutating a prop directly since the value will be \" +\n \"overwritten whenever the parent component re-renders. \" +\n \"Instead, use a data or computed property based on the prop's \" +\n \"value. Prop being mutated: \\\"\" + key + \"\\\"\",\n vm\n );\n }\n });\n } else {\n defineReactive$$1(props, key, value);\n }\n // static props are already proxied on the component's prototype\n // during Vue.extend(). We only need to proxy props defined at\n // instantiation here.\n if (!(key in vm)) {\n proxy(vm, \"_props\", key);\n }\n };\n\n for (var key in propsOptions) loop( key );\n toggleObserving(true);\n}\n\nfunction initData (vm) {\n var data = vm.$options.data;\n data = vm._data = typeof data === 'function'\n ? getData(data, vm)\n : data || {};\n if (!isPlainObject(data)) {\n data = {};\n process.env.NODE_ENV !== 'production' && warn(\n 'data functions should return an object:\\n' +\n 'https://vuejs.org/v2/guide/components.html#data-Must-Be-a-Function',\n vm\n );\n }\n // proxy data on instance\n var keys = Object.keys(data);\n var props = vm.$options.props;\n var methods = vm.$options.methods;\n var i = keys.length;\n while (i--) {\n var key = keys[i];\n if (process.env.NODE_ENV !== 'production') {\n if (methods && hasOwn(methods, key)) {\n warn(\n (\"Method \\\"\" + key + \"\\\" has already been defined as a data property.\"),\n vm\n );\n }\n }\n if (props && hasOwn(props, key)) {\n process.env.NODE_ENV !== 'production' && warn(\n \"The data property \\\"\" + key + \"\\\" is already declared as a prop. \" +\n \"Use prop default value instead.\",\n vm\n );\n } else if (!isReserved(key)) {\n proxy(vm, \"_data\", key);\n }\n }\n // observe data\n observe(data, true /* asRootData */);\n}\n\nfunction getData (data, vm) {\n // #7573 disable dep collection when invoking data getters\n pushTarget();\n try {\n return data.call(vm, vm)\n } catch (e) {\n handleError(e, vm, \"data()\");\n return {}\n } finally {\n popTarget();\n }\n}\n\nvar computedWatcherOptions = { lazy: true };\n\nfunction initComputed (vm, computed) {\n // $flow-disable-line\n var watchers = vm._computedWatchers = Object.create(null);\n // computed properties are just getters during SSR\n var isSSR = isServerRendering();\n\n for (var key in computed) {\n var userDef = computed[key];\n var getter = typeof userDef === 'function' ? userDef : userDef.get;\n if (process.env.NODE_ENV !== 'production' && getter == null) {\n warn(\n (\"Getter is missing for computed property \\\"\" + key + \"\\\".\"),\n vm\n );\n }\n\n if (!isSSR) {\n // create internal watcher for the computed property.\n watchers[key] = new Watcher(\n vm,\n getter || noop,\n noop,\n computedWatcherOptions\n );\n }\n\n // component-defined computed properties are already defined on the\n // component prototype. We only need to define computed properties defined\n // at instantiation here.\n if (!(key in vm)) {\n defineComputed(vm, key, userDef);\n } else if (process.env.NODE_ENV !== 'production') {\n if (key in vm.$data) {\n warn((\"The computed property \\\"\" + key + \"\\\" is already defined in data.\"), vm);\n } else if (vm.$options.props && key in vm.$options.props) {\n warn((\"The computed property \\\"\" + key + \"\\\" is already defined as a prop.\"), vm);\n }\n }\n }\n}\n\nfunction defineComputed (\n target,\n key,\n userDef\n) {\n var shouldCache = !isServerRendering();\n if (typeof userDef === 'function') {\n sharedPropertyDefinition.get = shouldCache\n ? createComputedGetter(key)\n : createGetterInvoker(userDef);\n sharedPropertyDefinition.set = noop;\n } else {\n sharedPropertyDefinition.get = userDef.get\n ? shouldCache && userDef.cache !== false\n ? createComputedGetter(key)\n : createGetterInvoker(userDef.get)\n : noop;\n sharedPropertyDefinition.set = userDef.set || noop;\n }\n if (process.env.NODE_ENV !== 'production' &&\n sharedPropertyDefinition.set === noop) {\n sharedPropertyDefinition.set = function () {\n warn(\n (\"Computed property \\\"\" + key + \"\\\" was assigned to but it has no setter.\"),\n this\n );\n };\n }\n Object.defineProperty(target, key, sharedPropertyDefinition);\n}\n\nfunction createComputedGetter (key) {\n return function computedGetter () {\n var watcher = this._computedWatchers && this._computedWatchers[key];\n if (watcher) {\n if (watcher.dirty) {\n watcher.evaluate();\n }\n if (Dep.target) {\n watcher.depend();\n }\n return watcher.value\n }\n }\n}\n\nfunction createGetterInvoker(fn) {\n return function computedGetter () {\n return fn.call(this, this)\n }\n}\n\nfunction initMethods (vm, methods) {\n var props = vm.$options.props;\n for (var key in methods) {\n if (process.env.NODE_ENV !== 'production') {\n if (typeof methods[key] !== 'function') {\n warn(\n \"Method \\\"\" + key + \"\\\" has type \\\"\" + (typeof methods[key]) + \"\\\" in the component definition. \" +\n \"Did you reference the function correctly?\",\n vm\n );\n }\n if (props && hasOwn(props, key)) {\n warn(\n (\"Method \\\"\" + key + \"\\\" has already been defined as a prop.\"),\n vm\n );\n }\n if ((key in vm) && isReserved(key)) {\n warn(\n \"Method \\\"\" + key + \"\\\" conflicts with an existing Vue instance method. \" +\n \"Avoid defining component methods that start with _ or $.\"\n );\n }\n }\n vm[key] = typeof methods[key] !== 'function' ? noop : bind(methods[key], vm);\n }\n}\n\nfunction initWatch (vm, watch) {\n for (var key in watch) {\n var handler = watch[key];\n if (Array.isArray(handler)) {\n for (var i = 0; i < handler.length; i++) {\n createWatcher(vm, key, handler[i]);\n }\n } else {\n createWatcher(vm, key, handler);\n }\n }\n}\n\nfunction createWatcher (\n vm,\n expOrFn,\n handler,\n options\n) {\n if (isPlainObject(handler)) {\n options = handler;\n handler = handler.handler;\n }\n if (typeof handler === 'string') {\n handler = vm[handler];\n }\n return vm.$watch(expOrFn, handler, options)\n}\n\nfunction stateMixin (Vue) {\n // flow somehow has problems with directly declared definition object\n // when using Object.defineProperty, so we have to procedurally build up\n // the object here.\n var dataDef = {};\n dataDef.get = function () { return this._data };\n var propsDef = {};\n propsDef.get = function () { return this._props };\n if (process.env.NODE_ENV !== 'production') {\n dataDef.set = function () {\n warn(\n 'Avoid replacing instance root $data. ' +\n 'Use nested data properties instead.',\n this\n );\n };\n propsDef.set = function () {\n warn(\"$props is readonly.\", this);\n };\n }\n Object.defineProperty(Vue.prototype, '$data', dataDef);\n Object.defineProperty(Vue.prototype, '$props', propsDef);\n\n Vue.prototype.$set = set;\n Vue.prototype.$delete = del;\n\n Vue.prototype.$watch = function (\n expOrFn,\n cb,\n options\n ) {\n var vm = this;\n if (isPlainObject(cb)) {\n return createWatcher(vm, expOrFn, cb, options)\n }\n options = options || {};\n options.user = true;\n var watcher = new Watcher(vm, expOrFn, cb, options);\n if (options.immediate) {\n try {\n cb.call(vm, watcher.value);\n } catch (error) {\n handleError(error, vm, (\"callback for immediate watcher \\\"\" + (watcher.expression) + \"\\\"\"));\n }\n }\n return function unwatchFn () {\n watcher.teardown();\n }\n };\n}\n\n/* */\n\nvar uid$3 = 0;\n\nfunction initMixin (Vue) {\n Vue.prototype._init = function (options) {\n var vm = this;\n // a uid\n vm._uid = uid$3++;\n\n var startTag, endTag;\n /* istanbul ignore if */\n if (process.env.NODE_ENV !== 'production' && config.performance && mark) {\n startTag = \"vue-perf-start:\" + (vm._uid);\n endTag = \"vue-perf-end:\" + (vm._uid);\n mark(startTag);\n }\n\n // a flag to avoid this being observed\n vm._isVue = true;\n // merge options\n if (options && options._isComponent) {\n // optimize internal component instantiation\n // since dynamic options merging is pretty slow, and none of the\n // internal component options needs special treatment.\n initInternalComponent(vm, options);\n } else {\n vm.$options = mergeOptions(\n resolveConstructorOptions(vm.constructor),\n options || {},\n vm\n );\n }\n /* istanbul ignore else */\n if (process.env.NODE_ENV !== 'production') {\n initProxy(vm);\n } else {\n vm._renderProxy = vm;\n }\n // expose real self\n vm._self = vm;\n initLifecycle(vm);\n initEvents(vm);\n initRender(vm);\n callHook(vm, 'beforeCreate');\n initInjections(vm); // resolve injections before data/props\n initState(vm);\n initProvide(vm); // resolve provide after data/props\n callHook(vm, 'created');\n\n /* istanbul ignore if */\n if (process.env.NODE_ENV !== 'production' && config.performance && mark) {\n vm._name = formatComponentName(vm, false);\n mark(endTag);\n measure((\"vue \" + (vm._name) + \" init\"), startTag, endTag);\n }\n\n if (vm.$options.el) {\n vm.$mount(vm.$options.el);\n }\n };\n}\n\nfunction initInternalComponent (vm, options) {\n var opts = vm.$options = Object.create(vm.constructor.options);\n // doing this because it's faster than dynamic enumeration.\n var parentVnode = options._parentVnode;\n opts.parent = options.parent;\n opts._parentVnode = parentVnode;\n\n var vnodeComponentOptions = parentVnode.componentOptions;\n opts.propsData = vnodeComponentOptions.propsData;\n opts._parentListeners = vnodeComponentOptions.listeners;\n opts._renderChildren = vnodeComponentOptions.children;\n opts._componentTag = vnodeComponentOptions.tag;\n\n if (options.render) {\n opts.render = options.render;\n opts.staticRenderFns = options.staticRenderFns;\n }\n}\n\nfunction resolveConstructorOptions (Ctor) {\n var options = Ctor.options;\n if (Ctor.super) {\n var superOptions = resolveConstructorOptions(Ctor.super);\n var cachedSuperOptions = Ctor.superOptions;\n if (superOptions !== cachedSuperOptions) {\n // super option changed,\n // need to resolve new options.\n Ctor.superOptions = superOptions;\n // check if there are any late-modified/attached options (#4976)\n var modifiedOptions = resolveModifiedOptions(Ctor);\n // update base extend options\n if (modifiedOptions) {\n extend(Ctor.extendOptions, modifiedOptions);\n }\n options = Ctor.options = mergeOptions(superOptions, Ctor.extendOptions);\n if (options.name) {\n options.components[options.name] = Ctor;\n }\n }\n }\n return options\n}\n\nfunction resolveModifiedOptions (Ctor) {\n var modified;\n var latest = Ctor.options;\n var sealed = Ctor.sealedOptions;\n for (var key in latest) {\n if (latest[key] !== sealed[key]) {\n if (!modified) { modified = {}; }\n modified[key] = latest[key];\n }\n }\n return modified\n}\n\nfunction Vue (options) {\n if (process.env.NODE_ENV !== 'production' &&\n !(this instanceof Vue)\n ) {\n warn('Vue is a constructor and should be called with the `new` keyword');\n }\n this._init(options);\n}\n\ninitMixin(Vue);\nstateMixin(Vue);\neventsMixin(Vue);\nlifecycleMixin(Vue);\nrenderMixin(Vue);\n\n/* */\n\nfunction initUse (Vue) {\n Vue.use = function (plugin) {\n var installedPlugins = (this._installedPlugins || (this._installedPlugins = []));\n if (installedPlugins.indexOf(plugin) > -1) {\n return this\n }\n\n // additional parameters\n var args = toArray(arguments, 1);\n args.unshift(this);\n if (typeof plugin.install === 'function') {\n plugin.install.apply(plugin, args);\n } else if (typeof plugin === 'function') {\n plugin.apply(null, args);\n }\n installedPlugins.push(plugin);\n return this\n };\n}\n\n/* */\n\nfunction initMixin$1 (Vue) {\n Vue.mixin = function (mixin) {\n this.options = mergeOptions(this.options, mixin);\n return this\n };\n}\n\n/* */\n\nfunction initExtend (Vue) {\n /**\n * Each instance constructor, including Vue, has a unique\n * cid. This enables us to create wrapped \"child\n * constructors\" for prototypal inheritance and cache them.\n */\n Vue.cid = 0;\n var cid = 1;\n\n /**\n * Class inheritance\n */\n Vue.extend = function (extendOptions) {\n extendOptions = extendOptions || {};\n var Super = this;\n var SuperId = Super.cid;\n var cachedCtors = extendOptions._Ctor || (extendOptions._Ctor = {});\n if (cachedCtors[SuperId]) {\n return cachedCtors[SuperId]\n }\n\n var name = extendOptions.name || Super.options.name;\n if (process.env.NODE_ENV !== 'production' && name) {\n validateComponentName(name);\n }\n\n var Sub = function VueComponent (options) {\n this._init(options);\n };\n Sub.prototype = Object.create(Super.prototype);\n Sub.prototype.constructor = Sub;\n Sub.cid = cid++;\n Sub.options = mergeOptions(\n Super.options,\n extendOptions\n );\n Sub['super'] = Super;\n\n // For props and computed properties, we define the proxy getters on\n // the Vue instances at extension time, on the extended prototype. This\n // avoids Object.defineProperty calls for each instance created.\n if (Sub.options.props) {\n initProps$1(Sub);\n }\n if (Sub.options.computed) {\n initComputed$1(Sub);\n }\n\n // allow further extension/mixin/plugin usage\n Sub.extend = Super.extend;\n Sub.mixin = Super.mixin;\n Sub.use = Super.use;\n\n // create asset registers, so extended classes\n // can have their private assets too.\n ASSET_TYPES.forEach(function (type) {\n Sub[type] = Super[type];\n });\n // enable recursive self-lookup\n if (name) {\n Sub.options.components[name] = Sub;\n }\n\n // keep a reference to the super options at extension time.\n // later at instantiation we can check if Super's options have\n // been updated.\n Sub.superOptions = Super.options;\n Sub.extendOptions = extendOptions;\n Sub.sealedOptions = extend({}, Sub.options);\n\n // cache constructor\n cachedCtors[SuperId] = Sub;\n return Sub\n };\n}\n\nfunction initProps$1 (Comp) {\n var props = Comp.options.props;\n for (var key in props) {\n proxy(Comp.prototype, \"_props\", key);\n }\n}\n\nfunction initComputed$1 (Comp) {\n var computed = Comp.options.computed;\n for (var key in computed) {\n defineComputed(Comp.prototype, key, computed[key]);\n }\n}\n\n/* */\n\nfunction initAssetRegisters (Vue) {\n /**\n * Create asset registration methods.\n */\n ASSET_TYPES.forEach(function (type) {\n Vue[type] = function (\n id,\n definition\n ) {\n if (!definition) {\n return this.options[type + 's'][id]\n } else {\n /* istanbul ignore if */\n if (process.env.NODE_ENV !== 'production' && type === 'component') {\n validateComponentName(id);\n }\n if (type === 'component' && isPlainObject(definition)) {\n definition.name = definition.name || id;\n definition = this.options._base.extend(definition);\n }\n if (type === 'directive' && typeof definition === 'function') {\n definition = { bind: definition, update: definition };\n }\n this.options[type + 's'][id] = definition;\n return definition\n }\n };\n });\n}\n\n/* */\n\n\n\nfunction getComponentName (opts) {\n return opts && (opts.Ctor.options.name || opts.tag)\n}\n\nfunction matches (pattern, name) {\n if (Array.isArray(pattern)) {\n return pattern.indexOf(name) > -1\n } else if (typeof pattern === 'string') {\n return pattern.split(',').indexOf(name) > -1\n } else if (isRegExp(pattern)) {\n return pattern.test(name)\n }\n /* istanbul ignore next */\n return false\n}\n\nfunction pruneCache (keepAliveInstance, filter) {\n var cache = keepAliveInstance.cache;\n var keys = keepAliveInstance.keys;\n var _vnode = keepAliveInstance._vnode;\n for (var key in cache) {\n var cachedNode = cache[key];\n if (cachedNode) {\n var name = getComponentName(cachedNode.componentOptions);\n if (name && !filter(name)) {\n pruneCacheEntry(cache, key, keys, _vnode);\n }\n }\n }\n}\n\nfunction pruneCacheEntry (\n cache,\n key,\n keys,\n current\n) {\n var cached$$1 = cache[key];\n if (cached$$1 && (!current || cached$$1.tag !== current.tag)) {\n cached$$1.componentInstance.$destroy();\n }\n cache[key] = null;\n remove(keys, key);\n}\n\nvar patternTypes = [String, RegExp, Array];\n\nvar KeepAlive = {\n name: 'keep-alive',\n abstract: true,\n\n props: {\n include: patternTypes,\n exclude: patternTypes,\n max: [String, Number]\n },\n\n created: function created () {\n this.cache = Object.create(null);\n this.keys = [];\n },\n\n destroyed: function destroyed () {\n for (var key in this.cache) {\n pruneCacheEntry(this.cache, key, this.keys);\n }\n },\n\n mounted: function mounted () {\n var this$1 = this;\n\n this.$watch('include', function (val) {\n pruneCache(this$1, function (name) { return matches(val, name); });\n });\n this.$watch('exclude', function (val) {\n pruneCache(this$1, function (name) { return !matches(val, name); });\n });\n },\n\n render: function render () {\n var slot = this.$slots.default;\n var vnode = getFirstComponentChild(slot);\n var componentOptions = vnode && vnode.componentOptions;\n if (componentOptions) {\n // check pattern\n var name = getComponentName(componentOptions);\n var ref = this;\n var include = ref.include;\n var exclude = ref.exclude;\n if (\n // not included\n (include && (!name || !matches(include, name))) ||\n // excluded\n (exclude && name && matches(exclude, name))\n ) {\n return vnode\n }\n\n var ref$1 = this;\n var cache = ref$1.cache;\n var keys = ref$1.keys;\n var key = vnode.key == null\n // same constructor may get registered as different local components\n // so cid alone is not enough (#3269)\n ? componentOptions.Ctor.cid + (componentOptions.tag ? (\"::\" + (componentOptions.tag)) : '')\n : vnode.key;\n if (cache[key]) {\n vnode.componentInstance = cache[key].componentInstance;\n // make current key freshest\n remove(keys, key);\n keys.push(key);\n } else {\n cache[key] = vnode;\n keys.push(key);\n // prune oldest entry\n if (this.max && keys.length > parseInt(this.max)) {\n pruneCacheEntry(cache, keys[0], keys, this._vnode);\n }\n }\n\n vnode.data.keepAlive = true;\n }\n return vnode || (slot && slot[0])\n }\n};\n\nvar builtInComponents = {\n KeepAlive: KeepAlive\n};\n\n/* */\n\nfunction initGlobalAPI (Vue) {\n // config\n var configDef = {};\n configDef.get = function () { return config; };\n if (process.env.NODE_ENV !== 'production') {\n configDef.set = function () {\n warn(\n 'Do not replace the Vue.config object, set individual fields instead.'\n );\n };\n }\n Object.defineProperty(Vue, 'config', configDef);\n\n // exposed util methods.\n // NOTE: these are not considered part of the public API - avoid relying on\n // them unless you are aware of the risk.\n Vue.util = {\n warn: warn,\n extend: extend,\n mergeOptions: mergeOptions,\n defineReactive: defineReactive$$1\n };\n\n Vue.set = set;\n Vue.delete = del;\n Vue.nextTick = nextTick;\n\n // 2.6 explicit observable API\n Vue.observable = function (obj) {\n observe(obj);\n return obj\n };\n\n Vue.options = Object.create(null);\n ASSET_TYPES.forEach(function (type) {\n Vue.options[type + 's'] = Object.create(null);\n });\n\n // this is used to identify the \"base\" constructor to extend all plain-object\n // components with in Weex's multi-instance scenarios.\n Vue.options._base = Vue;\n\n extend(Vue.options.components, builtInComponents);\n\n initUse(Vue);\n initMixin$1(Vue);\n initExtend(Vue);\n initAssetRegisters(Vue);\n}\n\ninitGlobalAPI(Vue);\n\nObject.defineProperty(Vue.prototype, '$isServer', {\n get: isServerRendering\n});\n\nObject.defineProperty(Vue.prototype, '$ssrContext', {\n get: function get () {\n /* istanbul ignore next */\n return this.$vnode && this.$vnode.ssrContext\n }\n});\n\n// expose FunctionalRenderContext for ssr runtime helper installation\nObject.defineProperty(Vue, 'FunctionalRenderContext', {\n value: FunctionalRenderContext\n});\n\nVue.version = '2.6.12';\n\n/* */\n\n// these are reserved for web because they are directly compiled away\n// during template compilation\nvar isReservedAttr = makeMap('style,class');\n\n// attributes that should be using props for binding\nvar acceptValue = makeMap('input,textarea,option,select,progress');\nvar mustUseProp = function (tag, type, attr) {\n return (\n (attr === 'value' && acceptValue(tag)) && type !== 'button' ||\n (attr === 'selected' && tag === 'option') ||\n (attr === 'checked' && tag === 'input') ||\n (attr === 'muted' && tag === 'video')\n )\n};\n\nvar isEnumeratedAttr = makeMap('contenteditable,draggable,spellcheck');\n\nvar isValidContentEditableValue = makeMap('events,caret,typing,plaintext-only');\n\nvar convertEnumeratedValue = function (key, value) {\n return isFalsyAttrValue(value) || value === 'false'\n ? 'false'\n // allow arbitrary string value for contenteditable\n : key === 'contenteditable' && isValidContentEditableValue(value)\n ? value\n : 'true'\n};\n\nvar isBooleanAttr = makeMap(\n 'allowfullscreen,async,autofocus,autoplay,checked,compact,controls,declare,' +\n 'default,defaultchecked,defaultmuted,defaultselected,defer,disabled,' +\n 'enabled,formnovalidate,hidden,indeterminate,inert,ismap,itemscope,loop,multiple,' +\n 'muted,nohref,noresize,noshade,novalidate,nowrap,open,pauseonexit,readonly,' +\n 'required,reversed,scoped,seamless,selected,sortable,translate,' +\n 'truespeed,typemustmatch,visible'\n);\n\nvar xlinkNS = 'http://www.w3.org/1999/xlink';\n\nvar isXlink = function (name) {\n return name.charAt(5) === ':' && name.slice(0, 5) === 'xlink'\n};\n\nvar getXlinkProp = function (name) {\n return isXlink(name) ? name.slice(6, name.length) : ''\n};\n\nvar isFalsyAttrValue = function (val) {\n return val == null || val === false\n};\n\n/* */\n\nfunction genClassForVnode (vnode) {\n var data = vnode.data;\n var parentNode = vnode;\n var childNode = vnode;\n while (isDef(childNode.componentInstance)) {\n childNode = childNode.componentInstance._vnode;\n if (childNode && childNode.data) {\n data = mergeClassData(childNode.data, data);\n }\n }\n while (isDef(parentNode = parentNode.parent)) {\n if (parentNode && parentNode.data) {\n data = mergeClassData(data, parentNode.data);\n }\n }\n return renderClass(data.staticClass, data.class)\n}\n\nfunction mergeClassData (child, parent) {\n return {\n staticClass: concat(child.staticClass, parent.staticClass),\n class: isDef(child.class)\n ? [child.class, parent.class]\n : parent.class\n }\n}\n\nfunction renderClass (\n staticClass,\n dynamicClass\n) {\n if (isDef(staticClass) || isDef(dynamicClass)) {\n return concat(staticClass, stringifyClass(dynamicClass))\n }\n /* istanbul ignore next */\n return ''\n}\n\nfunction concat (a, b) {\n return a ? b ? (a + ' ' + b) : a : (b || '')\n}\n\nfunction stringifyClass (value) {\n if (Array.isArray(value)) {\n return stringifyArray(value)\n }\n if (isObject(value)) {\n return stringifyObject(value)\n }\n if (typeof value === 'string') {\n return value\n }\n /* istanbul ignore next */\n return ''\n}\n\nfunction stringifyArray (value) {\n var res = '';\n var stringified;\n for (var i = 0, l = value.length; i < l; i++) {\n if (isDef(stringified = stringifyClass(value[i])) && stringified !== '') {\n if (res) { res += ' '; }\n res += stringified;\n }\n }\n return res\n}\n\nfunction stringifyObject (value) {\n var res = '';\n for (var key in value) {\n if (value[key]) {\n if (res) { res += ' '; }\n res += key;\n }\n }\n return res\n}\n\n/* */\n\nvar namespaceMap = {\n svg: 'http://www.w3.org/2000/svg',\n math: 'http://www.w3.org/1998/Math/MathML'\n};\n\nvar isHTMLTag = makeMap(\n 'html,body,base,head,link,meta,style,title,' +\n 'address,article,aside,footer,header,h1,h2,h3,h4,h5,h6,hgroup,nav,section,' +\n 'div,dd,dl,dt,figcaption,figure,picture,hr,img,li,main,ol,p,pre,ul,' +\n 'a,b,abbr,bdi,bdo,br,cite,code,data,dfn,em,i,kbd,mark,q,rp,rt,rtc,ruby,' +\n 's,samp,small,span,strong,sub,sup,time,u,var,wbr,area,audio,map,track,video,' +\n 'embed,object,param,source,canvas,script,noscript,del,ins,' +\n 'caption,col,colgroup,table,thead,tbody,td,th,tr,' +\n 'button,datalist,fieldset,form,input,label,legend,meter,optgroup,option,' +\n 'output,progress,select,textarea,' +\n 'details,dialog,menu,menuitem,summary,' +\n 'content,element,shadow,template,blockquote,iframe,tfoot'\n);\n\n// this map is intentionally selective, only covering SVG elements that may\n// contain child elements.\nvar isSVG = makeMap(\n 'svg,animate,circle,clippath,cursor,defs,desc,ellipse,filter,font-face,' +\n 'foreignObject,g,glyph,image,line,marker,mask,missing-glyph,path,pattern,' +\n 'polygon,polyline,rect,switch,symbol,text,textpath,tspan,use,view',\n true\n);\n\nvar isReservedTag = function (tag) {\n return isHTMLTag(tag) || isSVG(tag)\n};\n\nfunction getTagNamespace (tag) {\n if (isSVG(tag)) {\n return 'svg'\n }\n // basic support for MathML\n // note it doesn't support other MathML elements being component roots\n if (tag === 'math') {\n return 'math'\n }\n}\n\nvar unknownElementCache = Object.create(null);\nfunction isUnknownElement (tag) {\n /* istanbul ignore if */\n if (!inBrowser) {\n return true\n }\n if (isReservedTag(tag)) {\n return false\n }\n tag = tag.toLowerCase();\n /* istanbul ignore if */\n if (unknownElementCache[tag] != null) {\n return unknownElementCache[tag]\n }\n var el = document.createElement(tag);\n if (tag.indexOf('-') > -1) {\n // http://stackoverflow.com/a/28210364/1070244\n return (unknownElementCache[tag] = (\n el.constructor === window.HTMLUnknownElement ||\n el.constructor === window.HTMLElement\n ))\n } else {\n return (unknownElementCache[tag] = /HTMLUnknownElement/.test(el.toString()))\n }\n}\n\nvar isTextInputType = makeMap('text,number,password,search,email,tel,url');\n\n/* */\n\n/**\n * Query an element selector if it's not an element already.\n */\nfunction query (el) {\n if (typeof el === 'string') {\n var selected = document.querySelector(el);\n if (!selected) {\n process.env.NODE_ENV !== 'production' && warn(\n 'Cannot find element: ' + el\n );\n return document.createElement('div')\n }\n return selected\n } else {\n return el\n }\n}\n\n/* */\n\nfunction createElement$1 (tagName, vnode) {\n var elm = document.createElement(tagName);\n if (tagName !== 'select') {\n return elm\n }\n // false or null will remove the attribute but undefined will not\n if (vnode.data && vnode.data.attrs && vnode.data.attrs.multiple !== undefined) {\n elm.setAttribute('multiple', 'multiple');\n }\n return elm\n}\n\nfunction createElementNS (namespace, tagName) {\n return document.createElementNS(namespaceMap[namespace], tagName)\n}\n\nfunction createTextNode (text) {\n return document.createTextNode(text)\n}\n\nfunction createComment (text) {\n return document.createComment(text)\n}\n\nfunction insertBefore (parentNode, newNode, referenceNode) {\n parentNode.insertBefore(newNode, referenceNode);\n}\n\nfunction removeChild (node, child) {\n node.removeChild(child);\n}\n\nfunction appendChild (node, child) {\n node.appendChild(child);\n}\n\nfunction parentNode (node) {\n return node.parentNode\n}\n\nfunction nextSibling (node) {\n return node.nextSibling\n}\n\nfunction tagName (node) {\n return node.tagName\n}\n\nfunction setTextContent (node, text) {\n node.textContent = text;\n}\n\nfunction setStyleScope (node, scopeId) {\n node.setAttribute(scopeId, '');\n}\n\nvar nodeOps = /*#__PURE__*/Object.freeze({\n createElement: createElement$1,\n createElementNS: createElementNS,\n createTextNode: createTextNode,\n createComment: createComment,\n insertBefore: insertBefore,\n removeChild: removeChild,\n appendChild: appendChild,\n parentNode: parentNode,\n nextSibling: nextSibling,\n tagName: tagName,\n setTextContent: setTextContent,\n setStyleScope: setStyleScope\n});\n\n/* */\n\nvar ref = {\n create: function create (_, vnode) {\n registerRef(vnode);\n },\n update: function update (oldVnode, vnode) {\n if (oldVnode.data.ref !== vnode.data.ref) {\n registerRef(oldVnode, true);\n registerRef(vnode);\n }\n },\n destroy: function destroy (vnode) {\n registerRef(vnode, true);\n }\n};\n\nfunction registerRef (vnode, isRemoval) {\n var key = vnode.data.ref;\n if (!isDef(key)) { return }\n\n var vm = vnode.context;\n var ref = vnode.componentInstance || vnode.elm;\n var refs = vm.$refs;\n if (isRemoval) {\n if (Array.isArray(refs[key])) {\n remove(refs[key], ref);\n } else if (refs[key] === ref) {\n refs[key] = undefined;\n }\n } else {\n if (vnode.data.refInFor) {\n if (!Array.isArray(refs[key])) {\n refs[key] = [ref];\n } else if (refs[key].indexOf(ref) < 0) {\n // $flow-disable-line\n refs[key].push(ref);\n }\n } else {\n refs[key] = ref;\n }\n }\n}\n\n/**\n * Virtual DOM patching algorithm based on Snabbdom by\n * Simon Friis Vindum (@paldepind)\n * Licensed under the MIT License\n * https://github.com/paldepind/snabbdom/blob/master/LICENSE\n *\n * modified by Evan You (@yyx990803)\n *\n * Not type-checking this because this file is perf-critical and the cost\n * of making flow understand it is not worth it.\n */\n\nvar emptyNode = new VNode('', {}, []);\n\nvar hooks = ['create', 'activate', 'update', 'remove', 'destroy'];\n\nfunction sameVnode (a, b) {\n return (\n a.key === b.key && (\n (\n a.tag === b.tag &&\n a.isComment === b.isComment &&\n isDef(a.data) === isDef(b.data) &&\n sameInputType(a, b)\n ) || (\n isTrue(a.isAsyncPlaceholder) &&\n a.asyncFactory === b.asyncFactory &&\n isUndef(b.asyncFactory.error)\n )\n )\n )\n}\n\nfunction sameInputType (a, b) {\n if (a.tag !== 'input') { return true }\n var i;\n var typeA = isDef(i = a.data) && isDef(i = i.attrs) && i.type;\n var typeB = isDef(i = b.data) && isDef(i = i.attrs) && i.type;\n return typeA === typeB || isTextInputType(typeA) && isTextInputType(typeB)\n}\n\nfunction createKeyToOldIdx (children, beginIdx, endIdx) {\n var i, key;\n var map = {};\n for (i = beginIdx; i <= endIdx; ++i) {\n key = children[i].key;\n if (isDef(key)) { map[key] = i; }\n }\n return map\n}\n\nfunction createPatchFunction (backend) {\n var i, j;\n var cbs = {};\n\n var modules = backend.modules;\n var nodeOps = backend.nodeOps;\n\n for (i = 0; i < hooks.length; ++i) {\n cbs[hooks[i]] = [];\n for (j = 0; j < modules.length; ++j) {\n if (isDef(modules[j][hooks[i]])) {\n cbs[hooks[i]].push(modules[j][hooks[i]]);\n }\n }\n }\n\n function emptyNodeAt (elm) {\n return new VNode(nodeOps.tagName(elm).toLowerCase(), {}, [], undefined, elm)\n }\n\n function createRmCb (childElm, listeners) {\n function remove$$1 () {\n if (--remove$$1.listeners === 0) {\n removeNode(childElm);\n }\n }\n remove$$1.listeners = listeners;\n return remove$$1\n }\n\n function removeNode (el) {\n var parent = nodeOps.parentNode(el);\n // element may have already been removed due to v-html / v-text\n if (isDef(parent)) {\n nodeOps.removeChild(parent, el);\n }\n }\n\n function isUnknownElement$$1 (vnode, inVPre) {\n return (\n !inVPre &&\n !vnode.ns &&\n !(\n config.ignoredElements.length &&\n config.ignoredElements.some(function (ignore) {\n return isRegExp(ignore)\n ? ignore.test(vnode.tag)\n : ignore === vnode.tag\n })\n ) &&\n config.isUnknownElement(vnode.tag)\n )\n }\n\n var creatingElmInVPre = 0;\n\n function createElm (\n vnode,\n insertedVnodeQueue,\n parentElm,\n refElm,\n nested,\n ownerArray,\n index\n ) {\n if (isDef(vnode.elm) && isDef(ownerArray)) {\n // This vnode was used in a previous render!\n // now it's used as a new node, overwriting its elm would cause\n // potential patch errors down the road when it's used as an insertion\n // reference node. Instead, we clone the node on-demand before creating\n // associated DOM element for it.\n vnode = ownerArray[index] = cloneVNode(vnode);\n }\n\n vnode.isRootInsert = !nested; // for transition enter check\n if (createComponent(vnode, insertedVnodeQueue, parentElm, refElm)) {\n return\n }\n\n var data = vnode.data;\n var children = vnode.children;\n var tag = vnode.tag;\n if (isDef(tag)) {\n if (process.env.NODE_ENV !== 'production') {\n if (data && data.pre) {\n creatingElmInVPre++;\n }\n if (isUnknownElement$$1(vnode, creatingElmInVPre)) {\n warn(\n 'Unknown custom element: <' + tag + '> - did you ' +\n 'register the component correctly? For recursive components, ' +\n 'make sure to provide the \"name\" option.',\n vnode.context\n );\n }\n }\n\n vnode.elm = vnode.ns\n ? nodeOps.createElementNS(vnode.ns, tag)\n : nodeOps.createElement(tag, vnode);\n setScope(vnode);\n\n /* istanbul ignore if */\n {\n createChildren(vnode, children, insertedVnodeQueue);\n if (isDef(data)) {\n invokeCreateHooks(vnode, insertedVnodeQueue);\n }\n insert(parentElm, vnode.elm, refElm);\n }\n\n if (process.env.NODE_ENV !== 'production' && data && data.pre) {\n creatingElmInVPre--;\n }\n } else if (isTrue(vnode.isComment)) {\n vnode.elm = nodeOps.createComment(vnode.text);\n insert(parentElm, vnode.elm, refElm);\n } else {\n vnode.elm = nodeOps.createTextNode(vnode.text);\n insert(parentElm, vnode.elm, refElm);\n }\n }\n\n function createComponent (vnode, insertedVnodeQueue, parentElm, refElm) {\n var i = vnode.data;\n if (isDef(i)) {\n var isReactivated = isDef(vnode.componentInstance) && i.keepAlive;\n if (isDef(i = i.hook) && isDef(i = i.init)) {\n i(vnode, false /* hydrating */);\n }\n // after calling the init hook, if the vnode is a child component\n // it should've created a child instance and mounted it. the child\n // component also has set the placeholder vnode's elm.\n // in that case we can just return the element and be done.\n if (isDef(vnode.componentInstance)) {\n initComponent(vnode, insertedVnodeQueue);\n insert(parentElm, vnode.elm, refElm);\n if (isTrue(isReactivated)) {\n reactivateComponent(vnode, insertedVnodeQueue, parentElm, refElm);\n }\n return true\n }\n }\n }\n\n function initComponent (vnode, insertedVnodeQueue) {\n if (isDef(vnode.data.pendingInsert)) {\n insertedVnodeQueue.push.apply(insertedVnodeQueue, vnode.data.pendingInsert);\n vnode.data.pendingInsert = null;\n }\n vnode.elm = vnode.componentInstance.$el;\n if (isPatchable(vnode)) {\n invokeCreateHooks(vnode, insertedVnodeQueue);\n setScope(vnode);\n } else {\n // empty component root.\n // skip all element-related modules except for ref (#3455)\n registerRef(vnode);\n // make sure to invoke the insert hook\n insertedVnodeQueue.push(vnode);\n }\n }\n\n function reactivateComponent (vnode, insertedVnodeQueue, parentElm, refElm) {\n var i;\n // hack for #4339: a reactivated component with inner transition\n // does not trigger because the inner node's created hooks are not called\n // again. It's not ideal to involve module-specific logic in here but\n // there doesn't seem to be a better way to do it.\n var innerNode = vnode;\n while (innerNode.componentInstance) {\n innerNode = innerNode.componentInstance._vnode;\n if (isDef(i = innerNode.data) && isDef(i = i.transition)) {\n for (i = 0; i < cbs.activate.length; ++i) {\n cbs.activate[i](emptyNode, innerNode);\n }\n insertedVnodeQueue.push(innerNode);\n break\n }\n }\n // unlike a newly created component,\n // a reactivated keep-alive component doesn't insert itself\n insert(parentElm, vnode.elm, refElm);\n }\n\n function insert (parent, elm, ref$$1) {\n if (isDef(parent)) {\n if (isDef(ref$$1)) {\n if (nodeOps.parentNode(ref$$1) === parent) {\n nodeOps.insertBefore(parent, elm, ref$$1);\n }\n } else {\n nodeOps.appendChild(parent, elm);\n }\n }\n }\n\n function createChildren (vnode, children, insertedVnodeQueue) {\n if (Array.isArray(children)) {\n if (process.env.NODE_ENV !== 'production') {\n checkDuplicateKeys(children);\n }\n for (var i = 0; i < children.length; ++i) {\n createElm(children[i], insertedVnodeQueue, vnode.elm, null, true, children, i);\n }\n } else if (isPrimitive(vnode.text)) {\n nodeOps.appendChild(vnode.elm, nodeOps.createTextNode(String(vnode.text)));\n }\n }\n\n function isPatchable (vnode) {\n while (vnode.componentInstance) {\n vnode = vnode.componentInstance._vnode;\n }\n return isDef(vnode.tag)\n }\n\n function invokeCreateHooks (vnode, insertedVnodeQueue) {\n for (var i$1 = 0; i$1 < cbs.create.length; ++i$1) {\n cbs.create[i$1](emptyNode, vnode);\n }\n i = vnode.data.hook; // Reuse variable\n if (isDef(i)) {\n if (isDef(i.create)) { i.create(emptyNode, vnode); }\n if (isDef(i.insert)) { insertedVnodeQueue.push(vnode); }\n }\n }\n\n // set scope id attribute for scoped CSS.\n // this is implemented as a special case to avoid the overhead\n // of going through the normal attribute patching process.\n function setScope (vnode) {\n var i;\n if (isDef(i = vnode.fnScopeId)) {\n nodeOps.setStyleScope(vnode.elm, i);\n } else {\n var ancestor = vnode;\n while (ancestor) {\n if (isDef(i = ancestor.context) && isDef(i = i.$options._scopeId)) {\n nodeOps.setStyleScope(vnode.elm, i);\n }\n ancestor = ancestor.parent;\n }\n }\n // for slot content they should also get the scopeId from the host instance.\n if (isDef(i = activeInstance) &&\n i !== vnode.context &&\n i !== vnode.fnContext &&\n isDef(i = i.$options._scopeId)\n ) {\n nodeOps.setStyleScope(vnode.elm, i);\n }\n }\n\n function addVnodes (parentElm, refElm, vnodes, startIdx, endIdx, insertedVnodeQueue) {\n for (; startIdx <= endIdx; ++startIdx) {\n createElm(vnodes[startIdx], insertedVnodeQueue, parentElm, refElm, false, vnodes, startIdx);\n }\n }\n\n function invokeDestroyHook (vnode) {\n var i, j;\n var data = vnode.data;\n if (isDef(data)) {\n if (isDef(i = data.hook) && isDef(i = i.destroy)) { i(vnode); }\n for (i = 0; i < cbs.destroy.length; ++i) { cbs.destroy[i](vnode); }\n }\n if (isDef(i = vnode.children)) {\n for (j = 0; j < vnode.children.length; ++j) {\n invokeDestroyHook(vnode.children[j]);\n }\n }\n }\n\n function removeVnodes (vnodes, startIdx, endIdx) {\n for (; startIdx <= endIdx; ++startIdx) {\n var ch = vnodes[startIdx];\n if (isDef(ch)) {\n if (isDef(ch.tag)) {\n removeAndInvokeRemoveHook(ch);\n invokeDestroyHook(ch);\n } else { // Text node\n removeNode(ch.elm);\n }\n }\n }\n }\n\n function removeAndInvokeRemoveHook (vnode, rm) {\n if (isDef(rm) || isDef(vnode.data)) {\n var i;\n var listeners = cbs.remove.length + 1;\n if (isDef(rm)) {\n // we have a recursively passed down rm callback\n // increase the listeners count\n rm.listeners += listeners;\n } else {\n // directly removing\n rm = createRmCb(vnode.elm, listeners);\n }\n // recursively invoke hooks on child component root node\n if (isDef(i = vnode.componentInstance) && isDef(i = i._vnode) && isDef(i.data)) {\n removeAndInvokeRemoveHook(i, rm);\n }\n for (i = 0; i < cbs.remove.length; ++i) {\n cbs.remove[i](vnode, rm);\n }\n if (isDef(i = vnode.data.hook) && isDef(i = i.remove)) {\n i(vnode, rm);\n } else {\n rm();\n }\n } else {\n removeNode(vnode.elm);\n }\n }\n\n function updateChildren (parentElm, oldCh, newCh, insertedVnodeQueue, removeOnly) {\n var oldStartIdx = 0;\n var newStartIdx = 0;\n var oldEndIdx = oldCh.length - 1;\n var oldStartVnode = oldCh[0];\n var oldEndVnode = oldCh[oldEndIdx];\n var newEndIdx = newCh.length - 1;\n var newStartVnode = newCh[0];\n var newEndVnode = newCh[newEndIdx];\n var oldKeyToIdx, idxInOld, vnodeToMove, refElm;\n\n // removeOnly is a special flag used only by <transition-group>\n // to ensure removed elements stay in correct relative positions\n // during leaving transitions\n var canMove = !removeOnly;\n\n if (process.env.NODE_ENV !== 'production') {\n checkDuplicateKeys(newCh);\n }\n\n while (oldStartIdx <= oldEndIdx && newStartIdx <= newEndIdx) {\n if (isUndef(oldStartVnode)) {\n oldStartVnode = oldCh[++oldStartIdx]; // Vnode has been moved left\n } else if (isUndef(oldEndVnode)) {\n oldEndVnode = oldCh[--oldEndIdx];\n } else if (sameVnode(oldStartVnode, newStartVnode)) {\n patchVnode(oldStartVnode, newStartVnode, insertedVnodeQueue, newCh, newStartIdx);\n oldStartVnode = oldCh[++oldStartIdx];\n newStartVnode = newCh[++newStartIdx];\n } else if (sameVnode(oldEndVnode, newEndVnode)) {\n patchVnode(oldEndVnode, newEndVnode, insertedVnodeQueue, newCh, newEndIdx);\n oldEndVnode = oldCh[--oldEndIdx];\n newEndVnode = newCh[--newEndIdx];\n } else if (sameVnode(oldStartVnode, newEndVnode)) { // Vnode moved right\n patchVnode(oldStartVnode, newEndVnode, insertedVnodeQueue, newCh, newEndIdx);\n canMove && nodeOps.insertBefore(parentElm, oldStartVnode.elm, nodeOps.nextSibling(oldEndVnode.elm));\n oldStartVnode = oldCh[++oldStartIdx];\n newEndVnode = newCh[--newEndIdx];\n } else if (sameVnode(oldEndVnode, newStartVnode)) { // Vnode moved left\n patchVnode(oldEndVnode, newStartVnode, insertedVnodeQueue, newCh, newStartIdx);\n canMove && nodeOps.insertBefore(parentElm, oldEndVnode.elm, oldStartVnode.elm);\n oldEndVnode = oldCh[--oldEndIdx];\n newStartVnode = newCh[++newStartIdx];\n } else {\n if (isUndef(oldKeyToIdx)) { oldKeyToIdx = createKeyToOldIdx(oldCh, oldStartIdx, oldEndIdx); }\n idxInOld = isDef(newStartVnode.key)\n ? oldKeyToIdx[newStartVnode.key]\n : findIdxInOld(newStartVnode, oldCh, oldStartIdx, oldEndIdx);\n if (isUndef(idxInOld)) { // New element\n createElm(newStartVnode, insertedVnodeQueue, parentElm, oldStartVnode.elm, false, newCh, newStartIdx);\n } else {\n vnodeToMove = oldCh[idxInOld];\n if (sameVnode(vnodeToMove, newStartVnode)) {\n patchVnode(vnodeToMove, newStartVnode, insertedVnodeQueue, newCh, newStartIdx);\n oldCh[idxInOld] = undefined;\n canMove && nodeOps.insertBefore(parentElm, vnodeToMove.elm, oldStartVnode.elm);\n } else {\n // same key but different element. treat as new element\n createElm(newStartVnode, insertedVnodeQueue, parentElm, oldStartVnode.elm, false, newCh, newStartIdx);\n }\n }\n newStartVnode = newCh[++newStartIdx];\n }\n }\n if (oldStartIdx > oldEndIdx) {\n refElm = isUndef(newCh[newEndIdx + 1]) ? null : newCh[newEndIdx + 1].elm;\n addVnodes(parentElm, refElm, newCh, newStartIdx, newEndIdx, insertedVnodeQueue);\n } else if (newStartIdx > newEndIdx) {\n removeVnodes(oldCh, oldStartIdx, oldEndIdx);\n }\n }\n\n function checkDuplicateKeys (children) {\n var seenKeys = {};\n for (var i = 0; i < children.length; i++) {\n var vnode = children[i];\n var key = vnode.key;\n if (isDef(key)) {\n if (seenKeys[key]) {\n warn(\n (\"Duplicate keys detected: '\" + key + \"'. This may cause an update error.\"),\n vnode.context\n );\n } else {\n seenKeys[key] = true;\n }\n }\n }\n }\n\n function findIdxInOld (node, oldCh, start, end) {\n for (var i = start; i < end; i++) {\n var c = oldCh[i];\n if (isDef(c) && sameVnode(node, c)) { return i }\n }\n }\n\n function patchVnode (\n oldVnode,\n vnode,\n insertedVnodeQueue,\n ownerArray,\n index,\n removeOnly\n ) {\n if (oldVnode === vnode) {\n return\n }\n\n if (isDef(vnode.elm) && isDef(ownerArray)) {\n // clone reused vnode\n vnode = ownerArray[index] = cloneVNode(vnode);\n }\n\n var elm = vnode.elm = oldVnode.elm;\n\n if (isTrue(oldVnode.isAsyncPlaceholder)) {\n if (isDef(vnode.asyncFactory.resolved)) {\n hydrate(oldVnode.elm, vnode, insertedVnodeQueue);\n } else {\n vnode.isAsyncPlaceholder = true;\n }\n return\n }\n\n // reuse element for static trees.\n // note we only do this if the vnode is cloned -\n // if the new node is not cloned it means the render functions have been\n // reset by the hot-reload-api and we need to do a proper re-render.\n if (isTrue(vnode.isStatic) &&\n isTrue(oldVnode.isStatic) &&\n vnode.key === oldVnode.key &&\n (isTrue(vnode.isCloned) || isTrue(vnode.isOnce))\n ) {\n vnode.componentInstance = oldVnode.componentInstance;\n return\n }\n\n var i;\n var data = vnode.data;\n if (isDef(data) && isDef(i = data.hook) && isDef(i = i.prepatch)) {\n i(oldVnode, vnode);\n }\n\n var oldCh = oldVnode.children;\n var ch = vnode.children;\n if (isDef(data) && isPatchable(vnode)) {\n for (i = 0; i < cbs.update.length; ++i) { cbs.update[i](oldVnode, vnode); }\n if (isDef(i = data.hook) && isDef(i = i.update)) { i(oldVnode, vnode); }\n }\n if (isUndef(vnode.text)) {\n if (isDef(oldCh) && isDef(ch)) {\n if (oldCh !== ch) { updateChildren(elm, oldCh, ch, insertedVnodeQueue, removeOnly); }\n } else if (isDef(ch)) {\n if (process.env.NODE_ENV !== 'production') {\n checkDuplicateKeys(ch);\n }\n if (isDef(oldVnode.text)) { nodeOps.setTextContent(elm, ''); }\n addVnodes(elm, null, ch, 0, ch.length - 1, insertedVnodeQueue);\n } else if (isDef(oldCh)) {\n removeVnodes(oldCh, 0, oldCh.length - 1);\n } else if (isDef(oldVnode.text)) {\n nodeOps.setTextContent(elm, '');\n }\n } else if (oldVnode.text !== vnode.text) {\n nodeOps.setTextContent(elm, vnode.text);\n }\n if (isDef(data)) {\n if (isDef(i = data.hook) && isDef(i = i.postpatch)) { i(oldVnode, vnode); }\n }\n }\n\n function invokeInsertHook (vnode, queue, initial) {\n // delay insert hooks for component root nodes, invoke them after the\n // element is really inserted\n if (isTrue(initial) && isDef(vnode.parent)) {\n vnode.parent.data.pendingInsert = queue;\n } else {\n for (var i = 0; i < queue.length; ++i) {\n queue[i].data.hook.insert(queue[i]);\n }\n }\n }\n\n var hydrationBailed = false;\n // list of modules that can skip create hook during hydration because they\n // are already rendered on the client or has no need for initialization\n // Note: style is excluded because it relies on initial clone for future\n // deep updates (#7063).\n var isRenderedModule = makeMap('attrs,class,staticClass,staticStyle,key');\n\n // Note: this is a browser-only function so we can assume elms are DOM nodes.\n function hydrate (elm, vnode, insertedVnodeQueue, inVPre) {\n var i;\n var tag = vnode.tag;\n var data = vnode.data;\n var children = vnode.children;\n inVPre = inVPre || (data && data.pre);\n vnode.elm = elm;\n\n if (isTrue(vnode.isComment) && isDef(vnode.asyncFactory)) {\n vnode.isAsyncPlaceholder = true;\n return true\n }\n // assert node match\n if (process.env.NODE_ENV !== 'production') {\n if (!assertNodeMatch(elm, vnode, inVPre)) {\n return false\n }\n }\n if (isDef(data)) {\n if (isDef(i = data.hook) && isDef(i = i.init)) { i(vnode, true /* hydrating */); }\n if (isDef(i = vnode.componentInstance)) {\n // child component. it should have hydrated its own tree.\n initComponent(vnode, insertedVnodeQueue);\n return true\n }\n }\n if (isDef(tag)) {\n if (isDef(children)) {\n // empty element, allow client to pick up and populate children\n if (!elm.hasChildNodes()) {\n createChildren(vnode, children, insertedVnodeQueue);\n } else {\n // v-html and domProps: innerHTML\n if (isDef(i = data) && isDef(i = i.domProps) && isDef(i = i.innerHTML)) {\n if (i !== elm.innerHTML) {\n /* istanbul ignore if */\n if (process.env.NODE_ENV !== 'production' &&\n typeof console !== 'undefined' &&\n !hydrationBailed\n ) {\n hydrationBailed = true;\n console.warn('Parent: ', elm);\n console.warn('server innerHTML: ', i);\n console.warn('client innerHTML: ', elm.innerHTML);\n }\n return false\n }\n } else {\n // iterate and compare children lists\n var childrenMatch = true;\n var childNode = elm.firstChild;\n for (var i$1 = 0; i$1 < children.length; i$1++) {\n if (!childNode || !hydrate(childNode, children[i$1], insertedVnodeQueue, inVPre)) {\n childrenMatch = false;\n break\n }\n childNode = childNode.nextSibling;\n }\n // if childNode is not null, it means the actual childNodes list is\n // longer than the virtual children list.\n if (!childrenMatch || childNode) {\n /* istanbul ignore if */\n if (process.env.NODE_ENV !== 'production' &&\n typeof console !== 'undefined' &&\n !hydrationBailed\n ) {\n hydrationBailed = true;\n console.warn('Parent: ', elm);\n console.warn('Mismatching childNodes vs. VNodes: ', elm.childNodes, children);\n }\n return false\n }\n }\n }\n }\n if (isDef(data)) {\n var fullInvoke = false;\n for (var key in data) {\n if (!isRenderedModule(key)) {\n fullInvoke = true;\n invokeCreateHooks(vnode, insertedVnodeQueue);\n break\n }\n }\n if (!fullInvoke && data['class']) {\n // ensure collecting deps for deep class bindings for future updates\n traverse(data['class']);\n }\n }\n } else if (elm.data !== vnode.text) {\n elm.data = vnode.text;\n }\n return true\n }\n\n function assertNodeMatch (node, vnode, inVPre) {\n if (isDef(vnode.tag)) {\n return vnode.tag.indexOf('vue-component') === 0 || (\n !isUnknownElement$$1(vnode, inVPre) &&\n vnode.tag.toLowerCase() === (node.tagName && node.tagName.toLowerCase())\n )\n } else {\n return node.nodeType === (vnode.isComment ? 8 : 3)\n }\n }\n\n return function patch (oldVnode, vnode, hydrating, removeOnly) {\n if (isUndef(vnode)) {\n if (isDef(oldVnode)) { invokeDestroyHook(oldVnode); }\n return\n }\n\n var isInitialPatch = false;\n var insertedVnodeQueue = [];\n\n if (isUndef(oldVnode)) {\n // empty mount (likely as component), create new root element\n isInitialPatch = true;\n createElm(vnode, insertedVnodeQueue);\n } else {\n var isRealElement = isDef(oldVnode.nodeType);\n if (!isRealElement && sameVnode(oldVnode, vnode)) {\n // patch existing root node\n patchVnode(oldVnode, vnode, insertedVnodeQueue, null, null, removeOnly);\n } else {\n if (isRealElement) {\n // mounting to a real element\n // check if this is server-rendered content and if we can perform\n // a successful hydration.\n if (oldVnode.nodeType === 1 && oldVnode.hasAttribute(SSR_ATTR)) {\n oldVnode.removeAttribute(SSR_ATTR);\n hydrating = true;\n }\n if (isTrue(hydrating)) {\n if (hydrate(oldVnode, vnode, insertedVnodeQueue)) {\n invokeInsertHook(vnode, insertedVnodeQueue, true);\n return oldVnode\n } else if (process.env.NODE_ENV !== 'production') {\n warn(\n 'The client-side rendered virtual DOM tree is not matching ' +\n 'server-rendered content. This is likely caused by incorrect ' +\n 'HTML markup, for example nesting block-level elements inside ' +\n '<p>, or missing <tbody>. Bailing hydration and performing ' +\n 'full client-side render.'\n );\n }\n }\n // either not server-rendered, or hydration failed.\n // create an empty node and replace it\n oldVnode = emptyNodeAt(oldVnode);\n }\n\n // replacing existing element\n var oldElm = oldVnode.elm;\n var parentElm = nodeOps.parentNode(oldElm);\n\n // create new node\n createElm(\n vnode,\n insertedVnodeQueue,\n // extremely rare edge case: do not insert if old element is in a\n // leaving transition. Only happens when combining transition +\n // keep-alive + HOCs. (#4590)\n oldElm._leaveCb ? null : parentElm,\n nodeOps.nextSibling(oldElm)\n );\n\n // update parent placeholder node element, recursively\n if (isDef(vnode.parent)) {\n var ancestor = vnode.parent;\n var patchable = isPatchable(vnode);\n while (ancestor) {\n for (var i = 0; i < cbs.destroy.length; ++i) {\n cbs.destroy[i](ancestor);\n }\n ancestor.elm = vnode.elm;\n if (patchable) {\n for (var i$1 = 0; i$1 < cbs.create.length; ++i$1) {\n cbs.create[i$1](emptyNode, ancestor);\n }\n // #6513\n // invoke insert hooks that may have been merged by create hooks.\n // e.g. for directives that uses the \"inserted\" hook.\n var insert = ancestor.data.hook.insert;\n if (insert.merged) {\n // start at index 1 to avoid re-invoking component mounted hook\n for (var i$2 = 1; i$2 < insert.fns.length; i$2++) {\n insert.fns[i$2]();\n }\n }\n } else {\n registerRef(ancestor);\n }\n ancestor = ancestor.parent;\n }\n }\n\n // destroy old node\n if (isDef(parentElm)) {\n removeVnodes([oldVnode], 0, 0);\n } else if (isDef(oldVnode.tag)) {\n invokeDestroyHook(oldVnode);\n }\n }\n }\n\n invokeInsertHook(vnode, insertedVnodeQueue, isInitialPatch);\n return vnode.elm\n }\n}\n\n/* */\n\nvar directives = {\n create: updateDirectives,\n update: updateDirectives,\n destroy: function unbindDirectives (vnode) {\n updateDirectives(vnode, emptyNode);\n }\n};\n\nfunction updateDirectives (oldVnode, vnode) {\n if (oldVnode.data.directives || vnode.data.directives) {\n _update(oldVnode, vnode);\n }\n}\n\nfunction _update (oldVnode, vnode) {\n var isCreate = oldVnode === emptyNode;\n var isDestroy = vnode === emptyNode;\n var oldDirs = normalizeDirectives$1(oldVnode.data.directives, oldVnode.context);\n var newDirs = normalizeDirectives$1(vnode.data.directives, vnode.context);\n\n var dirsWithInsert = [];\n var dirsWithPostpatch = [];\n\n var key, oldDir, dir;\n for (key in newDirs) {\n oldDir = oldDirs[key];\n dir = newDirs[key];\n if (!oldDir) {\n // new directive, bind\n callHook$1(dir, 'bind', vnode, oldVnode);\n if (dir.def && dir.def.inserted) {\n dirsWithInsert.push(dir);\n }\n } else {\n // existing directive, update\n dir.oldValue = oldDir.value;\n dir.oldArg = oldDir.arg;\n callHook$1(dir, 'update', vnode, oldVnode);\n if (dir.def && dir.def.componentUpdated) {\n dirsWithPostpatch.push(dir);\n }\n }\n }\n\n if (dirsWithInsert.length) {\n var callInsert = function () {\n for (var i = 0; i < dirsWithInsert.length; i++) {\n callHook$1(dirsWithInsert[i], 'inserted', vnode, oldVnode);\n }\n };\n if (isCreate) {\n mergeVNodeHook(vnode, 'insert', callInsert);\n } else {\n callInsert();\n }\n }\n\n if (dirsWithPostpatch.length) {\n mergeVNodeHook(vnode, 'postpatch', function () {\n for (var i = 0; i < dirsWithPostpatch.length; i++) {\n callHook$1(dirsWithPostpatch[i], 'componentUpdated', vnode, oldVnode);\n }\n });\n }\n\n if (!isCreate) {\n for (key in oldDirs) {\n if (!newDirs[key]) {\n // no longer present, unbind\n callHook$1(oldDirs[key], 'unbind', oldVnode, oldVnode, isDestroy);\n }\n }\n }\n}\n\nvar emptyModifiers = Object.create(null);\n\nfunction normalizeDirectives$1 (\n dirs,\n vm\n) {\n var res = Object.create(null);\n if (!dirs) {\n // $flow-disable-line\n return res\n }\n var i, dir;\n for (i = 0; i < dirs.length; i++) {\n dir = dirs[i];\n if (!dir.modifiers) {\n // $flow-disable-line\n dir.modifiers = emptyModifiers;\n }\n res[getRawDirName(dir)] = dir;\n dir.def = resolveAsset(vm.$options, 'directives', dir.name, true);\n }\n // $flow-disable-line\n return res\n}\n\nfunction getRawDirName (dir) {\n return dir.rawName || ((dir.name) + \".\" + (Object.keys(dir.modifiers || {}).join('.')))\n}\n\nfunction callHook$1 (dir, hook, vnode, oldVnode, isDestroy) {\n var fn = dir.def && dir.def[hook];\n if (fn) {\n try {\n fn(vnode.elm, dir, vnode, oldVnode, isDestroy);\n } catch (e) {\n handleError(e, vnode.context, (\"directive \" + (dir.name) + \" \" + hook + \" hook\"));\n }\n }\n}\n\nvar baseModules = [\n ref,\n directives\n];\n\n/* */\n\nfunction updateAttrs (oldVnode, vnode) {\n var opts = vnode.componentOptions;\n if (isDef(opts) && opts.Ctor.options.inheritAttrs === false) {\n return\n }\n if (isUndef(oldVnode.data.attrs) && isUndef(vnode.data.attrs)) {\n return\n }\n var key, cur, old;\n var elm = vnode.elm;\n var oldAttrs = oldVnode.data.attrs || {};\n var attrs = vnode.data.attrs || {};\n // clone observed objects, as the user probably wants to mutate it\n if (isDef(attrs.__ob__)) {\n attrs = vnode.data.attrs = extend({}, attrs);\n }\n\n for (key in attrs) {\n cur = attrs[key];\n old = oldAttrs[key];\n if (old !== cur) {\n setAttr(elm, key, cur);\n }\n }\n // #4391: in IE9, setting type can reset value for input[type=radio]\n // #6666: IE/Edge forces progress value down to 1 before setting a max\n /* istanbul ignore if */\n if ((isIE || isEdge) && attrs.value !== oldAttrs.value) {\n setAttr(elm, 'value', attrs.value);\n }\n for (key in oldAttrs) {\n if (isUndef(attrs[key])) {\n if (isXlink(key)) {\n elm.removeAttributeNS(xlinkNS, getXlinkProp(key));\n } else if (!isEnumeratedAttr(key)) {\n elm.removeAttribute(key);\n }\n }\n }\n}\n\nfunction setAttr (el, key, value) {\n if (el.tagName.indexOf('-') > -1) {\n baseSetAttr(el, key, value);\n } else if (isBooleanAttr(key)) {\n // set attribute for blank value\n // e.g. <option disabled>Select one</option>\n if (isFalsyAttrValue(value)) {\n el.removeAttribute(key);\n } else {\n // technically allowfullscreen is a boolean attribute for <iframe>,\n // but Flash expects a value of \"true\" when used on <embed> tag\n value = key === 'allowfullscreen' && el.tagName === 'EMBED'\n ? 'true'\n : key;\n el.setAttribute(key, value);\n }\n } else if (isEnumeratedAttr(key)) {\n el.setAttribute(key, convertEnumeratedValue(key, value));\n } else if (isXlink(key)) {\n if (isFalsyAttrValue(value)) {\n el.removeAttributeNS(xlinkNS, getXlinkProp(key));\n } else {\n el.setAttributeNS(xlinkNS, key, value);\n }\n } else {\n baseSetAttr(el, key, value);\n }\n}\n\nfunction baseSetAttr (el, key, value) {\n if (isFalsyAttrValue(value)) {\n el.removeAttribute(key);\n } else {\n // #7138: IE10 & 11 fires input event when setting placeholder on\n // <textarea>... block the first input event and remove the blocker\n // immediately.\n /* istanbul ignore if */\n if (\n isIE && !isIE9 &&\n el.tagName === 'TEXTAREA' &&\n key === 'placeholder' && value !== '' && !el.__ieph\n ) {\n var blocker = function (e) {\n e.stopImmediatePropagation();\n el.removeEventListener('input', blocker);\n };\n el.addEventListener('input', blocker);\n // $flow-disable-line\n el.__ieph = true; /* IE placeholder patched */\n }\n el.setAttribute(key, value);\n }\n}\n\nvar attrs = {\n create: updateAttrs,\n update: updateAttrs\n};\n\n/* */\n\nfunction updateClass (oldVnode, vnode) {\n var el = vnode.elm;\n var data = vnode.data;\n var oldData = oldVnode.data;\n if (\n isUndef(data.staticClass) &&\n isUndef(data.class) && (\n isUndef(oldData) || (\n isUndef(oldData.staticClass) &&\n isUndef(oldData.class)\n )\n )\n ) {\n return\n }\n\n var cls = genClassForVnode(vnode);\n\n // handle transition classes\n var transitionClass = el._transitionClasses;\n if (isDef(transitionClass)) {\n cls = concat(cls, stringifyClass(transitionClass));\n }\n\n // set the class\n if (cls !== el._prevClass) {\n el.setAttribute('class', cls);\n el._prevClass = cls;\n }\n}\n\nvar klass = {\n create: updateClass,\n update: updateClass\n};\n\n/* */\n\n/* */\n\n/* */\n\n/* */\n\n// in some cases, the event used has to be determined at runtime\n// so we used some reserved tokens during compile.\nvar RANGE_TOKEN = '__r';\nvar CHECKBOX_RADIO_TOKEN = '__c';\n\n/* */\n\n// normalize v-model event tokens that can only be determined at runtime.\n// it's important to place the event as the first in the array because\n// the whole point is ensuring the v-model callback gets called before\n// user-attached handlers.\nfunction normalizeEvents (on) {\n /* istanbul ignore if */\n if (isDef(on[RANGE_TOKEN])) {\n // IE input[type=range] only supports `change` event\n var event = isIE ? 'change' : 'input';\n on[event] = [].concat(on[RANGE_TOKEN], on[event] || []);\n delete on[RANGE_TOKEN];\n }\n // This was originally intended to fix #4521 but no longer necessary\n // after 2.5. Keeping it for backwards compat with generated code from < 2.4\n /* istanbul ignore if */\n if (isDef(on[CHECKBOX_RADIO_TOKEN])) {\n on.change = [].concat(on[CHECKBOX_RADIO_TOKEN], on.change || []);\n delete on[CHECKBOX_RADIO_TOKEN];\n }\n}\n\nvar target$1;\n\nfunction createOnceHandler$1 (event, handler, capture) {\n var _target = target$1; // save current target element in closure\n return function onceHandler () {\n var res = handler.apply(null, arguments);\n if (res !== null) {\n remove$2(event, onceHandler, capture, _target);\n }\n }\n}\n\n// #9446: Firefox <= 53 (in particular, ESR 52) has incorrect Event.timeStamp\n// implementation and does not fire microtasks in between event propagation, so\n// safe to exclude.\nvar useMicrotaskFix = isUsingMicroTask && !(isFF && Number(isFF[1]) <= 53);\n\nfunction add$1 (\n name,\n handler,\n capture,\n passive\n) {\n // async edge case #6566: inner click event triggers patch, event handler\n // attached to outer element during patch, and triggered again. This\n // happens because browsers fire microtask ticks between event propagation.\n // the solution is simple: we save the timestamp when a handler is attached,\n // and the handler would only fire if the event passed to it was fired\n // AFTER it was attached.\n if (useMicrotaskFix) {\n var attachedTimestamp = currentFlushTimestamp;\n var original = handler;\n handler = original._wrapper = function (e) {\n if (\n // no bubbling, should always fire.\n // this is just a safety net in case event.timeStamp is unreliable in\n // certain weird environments...\n e.target === e.currentTarget ||\n // event is fired after handler attachment\n e.timeStamp >= attachedTimestamp ||\n // bail for environments that have buggy event.timeStamp implementations\n // #9462 iOS 9 bug: event.timeStamp is 0 after history.pushState\n // #9681 QtWebEngine event.timeStamp is negative value\n e.timeStamp <= 0 ||\n // #9448 bail if event is fired in another document in a multi-page\n // electron/nw.js app, since event.timeStamp will be using a different\n // starting reference\n e.target.ownerDocument !== document\n ) {\n return original.apply(this, arguments)\n }\n };\n }\n target$1.addEventListener(\n name,\n handler,\n supportsPassive\n ? { capture: capture, passive: passive }\n : capture\n );\n}\n\nfunction remove$2 (\n name,\n handler,\n capture,\n _target\n) {\n (_target || target$1).removeEventListener(\n name,\n handler._wrapper || handler,\n capture\n );\n}\n\nfunction updateDOMListeners (oldVnode, vnode) {\n if (isUndef(oldVnode.data.on) && isUndef(vnode.data.on)) {\n return\n }\n var on = vnode.data.on || {};\n var oldOn = oldVnode.data.on || {};\n target$1 = vnode.elm;\n normalizeEvents(on);\n updateListeners(on, oldOn, add$1, remove$2, createOnceHandler$1, vnode.context);\n target$1 = undefined;\n}\n\nvar events = {\n create: updateDOMListeners,\n update: updateDOMListeners\n};\n\n/* */\n\nvar svgContainer;\n\nfunction updateDOMProps (oldVnode, vnode) {\n if (isUndef(oldVnode.data.domProps) && isUndef(vnode.data.domProps)) {\n return\n }\n var key, cur;\n var elm = vnode.elm;\n var oldProps = oldVnode.data.domProps || {};\n var props = vnode.data.domProps || {};\n // clone observed objects, as the user probably wants to mutate it\n if (isDef(props.__ob__)) {\n props = vnode.data.domProps = extend({}, props);\n }\n\n for (key in oldProps) {\n if (!(key in props)) {\n elm[key] = '';\n }\n }\n\n for (key in props) {\n cur = props[key];\n // ignore children if the node has textContent or innerHTML,\n // as these will throw away existing DOM nodes and cause removal errors\n // on subsequent patches (#3360)\n if (key === 'textContent' || key === 'innerHTML') {\n if (vnode.children) { vnode.children.length = 0; }\n if (cur === oldProps[key]) { continue }\n // #6601 work around Chrome version <= 55 bug where single textNode\n // replaced by innerHTML/textContent retains its parentNode property\n if (elm.childNodes.length === 1) {\n elm.removeChild(elm.childNodes[0]);\n }\n }\n\n if (key === 'value' && elm.tagName !== 'PROGRESS') {\n // store value as _value as well since\n // non-string values will be stringified\n elm._value = cur;\n // avoid resetting cursor position when value is the same\n var strCur = isUndef(cur) ? '' : String(cur);\n if (shouldUpdateValue(elm, strCur)) {\n elm.value = strCur;\n }\n } else if (key === 'innerHTML' && isSVG(elm.tagName) && isUndef(elm.innerHTML)) {\n // IE doesn't support innerHTML for SVG elements\n svgContainer = svgContainer || document.createElement('div');\n svgContainer.innerHTML = \"<svg>\" + cur + \"</svg>\";\n var svg = svgContainer.firstChild;\n while (elm.firstChild) {\n elm.removeChild(elm.firstChild);\n }\n while (svg.firstChild) {\n elm.appendChild(svg.firstChild);\n }\n } else if (\n // skip the update if old and new VDOM state is the same.\n // `value` is handled separately because the DOM value may be temporarily\n // out of sync with VDOM state due to focus, composition and modifiers.\n // This #4521 by skipping the unnecessary `checked` update.\n cur !== oldProps[key]\n ) {\n // some property updates can throw\n // e.g. `value` on <progress> w/ non-finite value\n try {\n elm[key] = cur;\n } catch (e) {}\n }\n }\n}\n\n// check platforms/web/util/attrs.js acceptValue\n\n\nfunction shouldUpdateValue (elm, checkVal) {\n return (!elm.composing && (\n elm.tagName === 'OPTION' ||\n isNotInFocusAndDirty(elm, checkVal) ||\n isDirtyWithModifiers(elm, checkVal)\n ))\n}\n\nfunction isNotInFocusAndDirty (elm, checkVal) {\n // return true when textbox (.number and .trim) loses focus and its value is\n // not equal to the updated value\n var notInFocus = true;\n // #6157\n // work around IE bug when accessing document.activeElement in an iframe\n try { notInFocus = document.activeElement !== elm; } catch (e) {}\n return notInFocus && elm.value !== checkVal\n}\n\nfunction isDirtyWithModifiers (elm, newVal) {\n var value = elm.value;\n var modifiers = elm._vModifiers; // injected by v-model runtime\n if (isDef(modifiers)) {\n if (modifiers.number) {\n return toNumber(value) !== toNumber(newVal)\n }\n if (modifiers.trim) {\n return value.trim() !== newVal.trim()\n }\n }\n return value !== newVal\n}\n\nvar domProps = {\n create: updateDOMProps,\n update: updateDOMProps\n};\n\n/* */\n\nvar parseStyleText = cached(function (cssText) {\n var res = {};\n var listDelimiter = /;(?![^(]*\\))/g;\n var propertyDelimiter = /:(.+)/;\n cssText.split(listDelimiter).forEach(function (item) {\n if (item) {\n var tmp = item.split(propertyDelimiter);\n tmp.length > 1 && (res[tmp[0].trim()] = tmp[1].trim());\n }\n });\n return res\n});\n\n// merge static and dynamic style data on the same vnode\nfunction normalizeStyleData (data) {\n var style = normalizeStyleBinding(data.style);\n // static style is pre-processed into an object during compilation\n // and is always a fresh object, so it's safe to merge into it\n return data.staticStyle\n ? extend(data.staticStyle, style)\n : style\n}\n\n// normalize possible array / string values into Object\nfunction normalizeStyleBinding (bindingStyle) {\n if (Array.isArray(bindingStyle)) {\n return toObject(bindingStyle)\n }\n if (typeof bindingStyle === 'string') {\n return parseStyleText(bindingStyle)\n }\n return bindingStyle\n}\n\n/**\n * parent component style should be after child's\n * so that parent component's style could override it\n */\nfunction getStyle (vnode, checkChild) {\n var res = {};\n var styleData;\n\n if (checkChild) {\n var childNode = vnode;\n while (childNode.componentInstance) {\n childNode = childNode.componentInstance._vnode;\n if (\n childNode && childNode.data &&\n (styleData = normalizeStyleData(childNode.data))\n ) {\n extend(res, styleData);\n }\n }\n }\n\n if ((styleData = normalizeStyleData(vnode.data))) {\n extend(res, styleData);\n }\n\n var parentNode = vnode;\n while ((parentNode = parentNode.parent)) {\n if (parentNode.data && (styleData = normalizeStyleData(parentNode.data))) {\n extend(res, styleData);\n }\n }\n return res\n}\n\n/* */\n\nvar cssVarRE = /^--/;\nvar importantRE = /\\s*!important$/;\nvar setProp = function (el, name, val) {\n /* istanbul ignore if */\n if (cssVarRE.test(name)) {\n el.style.setProperty(name, val);\n } else if (importantRE.test(val)) {\n el.style.setProperty(hyphenate(name), val.replace(importantRE, ''), 'important');\n } else {\n var normalizedName = normalize(name);\n if (Array.isArray(val)) {\n // Support values array created by autoprefixer, e.g.\n // {display: [\"-webkit-box\", \"-ms-flexbox\", \"flex\"]}\n // Set them one by one, and the browser will only set those it can recognize\n for (var i = 0, len = val.length; i < len; i++) {\n el.style[normalizedName] = val[i];\n }\n } else {\n el.style[normalizedName] = val;\n }\n }\n};\n\nvar vendorNames = ['Webkit', 'Moz', 'ms'];\n\nvar emptyStyle;\nvar normalize = cached(function (prop) {\n emptyStyle = emptyStyle || document.createElement('div').style;\n prop = camelize(prop);\n if (prop !== 'filter' && (prop in emptyStyle)) {\n return prop\n }\n var capName = prop.charAt(0).toUpperCase() + prop.slice(1);\n for (var i = 0; i < vendorNames.length; i++) {\n var name = vendorNames[i] + capName;\n if (name in emptyStyle) {\n return name\n }\n }\n});\n\nfunction updateStyle (oldVnode, vnode) {\n var data = vnode.data;\n var oldData = oldVnode.data;\n\n if (isUndef(data.staticStyle) && isUndef(data.style) &&\n isUndef(oldData.staticStyle) && isUndef(oldData.style)\n ) {\n return\n }\n\n var cur, name;\n var el = vnode.elm;\n var oldStaticStyle = oldData.staticStyle;\n var oldStyleBinding = oldData.normalizedStyle || oldData.style || {};\n\n // if static style exists, stylebinding already merged into it when doing normalizeStyleData\n var oldStyle = oldStaticStyle || oldStyleBinding;\n\n var style = normalizeStyleBinding(vnode.data.style) || {};\n\n // store normalized style under a different key for next diff\n // make sure to clone it if it's reactive, since the user likely wants\n // to mutate it.\n vnode.data.normalizedStyle = isDef(style.__ob__)\n ? extend({}, style)\n : style;\n\n var newStyle = getStyle(vnode, true);\n\n for (name in oldStyle) {\n if (isUndef(newStyle[name])) {\n setProp(el, name, '');\n }\n }\n for (name in newStyle) {\n cur = newStyle[name];\n if (cur !== oldStyle[name]) {\n // ie9 setting to null has no effect, must use empty string\n setProp(el, name, cur == null ? '' : cur);\n }\n }\n}\n\nvar style = {\n create: updateStyle,\n update: updateStyle\n};\n\n/* */\n\nvar whitespaceRE = /\\s+/;\n\n/**\n * Add class with compatibility for SVG since classList is not supported on\n * SVG elements in IE\n */\nfunction addClass (el, cls) {\n /* istanbul ignore if */\n if (!cls || !(cls = cls.trim())) {\n return\n }\n\n /* istanbul ignore else */\n if (el.classList) {\n if (cls.indexOf(' ') > -1) {\n cls.split(whitespaceRE).forEach(function (c) { return el.classList.add(c); });\n } else {\n el.classList.add(cls);\n }\n } else {\n var cur = \" \" + (el.getAttribute('class') || '') + \" \";\n if (cur.indexOf(' ' + cls + ' ') < 0) {\n el.setAttribute('class', (cur + cls).trim());\n }\n }\n}\n\n/**\n * Remove class with compatibility for SVG since classList is not supported on\n * SVG elements in IE\n */\nfunction removeClass (el, cls) {\n /* istanbul ignore if */\n if (!cls || !(cls = cls.trim())) {\n return\n }\n\n /* istanbul ignore else */\n if (el.classList) {\n if (cls.indexOf(' ') > -1) {\n cls.split(whitespaceRE).forEach(function (c) { return el.classList.remove(c); });\n } else {\n el.classList.remove(cls);\n }\n if (!el.classList.length) {\n el.removeAttribute('class');\n }\n } else {\n var cur = \" \" + (el.getAttribute('class') || '') + \" \";\n var tar = ' ' + cls + ' ';\n while (cur.indexOf(tar) >= 0) {\n cur = cur.replace(tar, ' ');\n }\n cur = cur.trim();\n if (cur) {\n el.setAttribute('class', cur);\n } else {\n el.removeAttribute('class');\n }\n }\n}\n\n/* */\n\nfunction resolveTransition (def$$1) {\n if (!def$$1) {\n return\n }\n /* istanbul ignore else */\n if (typeof def$$1 === 'object') {\n var res = {};\n if (def$$1.css !== false) {\n extend(res, autoCssTransition(def$$1.name || 'v'));\n }\n extend(res, def$$1);\n return res\n } else if (typeof def$$1 === 'string') {\n return autoCssTransition(def$$1)\n }\n}\n\nvar autoCssTransition = cached(function (name) {\n return {\n enterClass: (name + \"-enter\"),\n enterToClass: (name + \"-enter-to\"),\n enterActiveClass: (name + \"-enter-active\"),\n leaveClass: (name + \"-leave\"),\n leaveToClass: (name + \"-leave-to\"),\n leaveActiveClass: (name + \"-leave-active\")\n }\n});\n\nvar hasTransition = inBrowser && !isIE9;\nvar TRANSITION = 'transition';\nvar ANIMATION = 'animation';\n\n// Transition property/event sniffing\nvar transitionProp = 'transition';\nvar transitionEndEvent = 'transitionend';\nvar animationProp = 'animation';\nvar animationEndEvent = 'animationend';\nif (hasTransition) {\n /* istanbul ignore if */\n if (window.ontransitionend === undefined &&\n window.onwebkittransitionend !== undefined\n ) {\n transitionProp = 'WebkitTransition';\n transitionEndEvent = 'webkitTransitionEnd';\n }\n if (window.onanimationend === undefined &&\n window.onwebkitanimationend !== undefined\n ) {\n animationProp = 'WebkitAnimation';\n animationEndEvent = 'webkitAnimationEnd';\n }\n}\n\n// binding to window is necessary to make hot reload work in IE in strict mode\nvar raf = inBrowser\n ? window.requestAnimationFrame\n ? window.requestAnimationFrame.bind(window)\n : setTimeout\n : /* istanbul ignore next */ function (fn) { return fn(); };\n\nfunction nextFrame (fn) {\n raf(function () {\n raf(fn);\n });\n}\n\nfunction addTransitionClass (el, cls) {\n var transitionClasses = el._transitionClasses || (el._transitionClasses = []);\n if (transitionClasses.indexOf(cls) < 0) {\n transitionClasses.push(cls);\n addClass(el, cls);\n }\n}\n\nfunction removeTransitionClass (el, cls) {\n if (el._transitionClasses) {\n remove(el._transitionClasses, cls);\n }\n removeClass(el, cls);\n}\n\nfunction whenTransitionEnds (\n el,\n expectedType,\n cb\n) {\n var ref = getTransitionInfo(el, expectedType);\n var type = ref.type;\n var timeout = ref.timeout;\n var propCount = ref.propCount;\n if (!type) { return cb() }\n var event = type === TRANSITION ? transitionEndEvent : animationEndEvent;\n var ended = 0;\n var end = function () {\n el.removeEventListener(event, onEnd);\n cb();\n };\n var onEnd = function (e) {\n if (e.target === el) {\n if (++ended >= propCount) {\n end();\n }\n }\n };\n setTimeout(function () {\n if (ended < propCount) {\n end();\n }\n }, timeout + 1);\n el.addEventListener(event, onEnd);\n}\n\nvar transformRE = /\\b(transform|all)(,|$)/;\n\nfunction getTransitionInfo (el, expectedType) {\n var styles = window.getComputedStyle(el);\n // JSDOM may return undefined for transition properties\n var transitionDelays = (styles[transitionProp + 'Delay'] || '').split(', ');\n var transitionDurations = (styles[transitionProp + 'Duration'] || '').split(', ');\n var transitionTimeout = getTimeout(transitionDelays, transitionDurations);\n var animationDelays = (styles[animationProp + 'Delay'] || '').split(', ');\n var animationDurations = (styles[animationProp + 'Duration'] || '').split(', ');\n var animationTimeout = getTimeout(animationDelays, animationDurations);\n\n var type;\n var timeout = 0;\n var propCount = 0;\n /* istanbul ignore if */\n if (expectedType === TRANSITION) {\n if (transitionTimeout > 0) {\n type = TRANSITION;\n timeout = transitionTimeout;\n propCount = transitionDurations.length;\n }\n } else if (expectedType === ANIMATION) {\n if (animationTimeout > 0) {\n type = ANIMATION;\n timeout = animationTimeout;\n propCount = animationDurations.length;\n }\n } else {\n timeout = Math.max(transitionTimeout, animationTimeout);\n type = timeout > 0\n ? transitionTimeout > animationTimeout\n ? TRANSITION\n : ANIMATION\n : null;\n propCount = type\n ? type === TRANSITION\n ? transitionDurations.length\n : animationDurations.length\n : 0;\n }\n var hasTransform =\n type === TRANSITION &&\n transformRE.test(styles[transitionProp + 'Property']);\n return {\n type: type,\n timeout: timeout,\n propCount: propCount,\n hasTransform: hasTransform\n }\n}\n\nfunction getTimeout (delays, durations) {\n /* istanbul ignore next */\n while (delays.length < durations.length) {\n delays = delays.concat(delays);\n }\n\n return Math.max.apply(null, durations.map(function (d, i) {\n return toMs(d) + toMs(delays[i])\n }))\n}\n\n// Old versions of Chromium (below 61.0.3163.100) formats floating pointer numbers\n// in a locale-dependent way, using a comma instead of a dot.\n// If comma is not replaced with a dot, the input will be rounded down (i.e. acting\n// as a floor function) causing unexpected behaviors\nfunction toMs (s) {\n return Number(s.slice(0, -1).replace(',', '.')) * 1000\n}\n\n/* */\n\nfunction enter (vnode, toggleDisplay) {\n var el = vnode.elm;\n\n // call leave callback now\n if (isDef(el._leaveCb)) {\n el._leaveCb.cancelled = true;\n el._leaveCb();\n }\n\n var data = resolveTransition(vnode.data.transition);\n if (isUndef(data)) {\n return\n }\n\n /* istanbul ignore if */\n if (isDef(el._enterCb) || el.nodeType !== 1) {\n return\n }\n\n var css = data.css;\n var type = data.type;\n var enterClass = data.enterClass;\n var enterToClass = data.enterToClass;\n var enterActiveClass = data.enterActiveClass;\n var appearClass = data.appearClass;\n var appearToClass = data.appearToClass;\n var appearActiveClass = data.appearActiveClass;\n var beforeEnter = data.beforeEnter;\n var enter = data.enter;\n var afterEnter = data.afterEnter;\n var enterCancelled = data.enterCancelled;\n var beforeAppear = data.beforeAppear;\n var appear = data.appear;\n var afterAppear = data.afterAppear;\n var appearCancelled = data.appearCancelled;\n var duration = data.duration;\n\n // activeInstance will always be the <transition> component managing this\n // transition. One edge case to check is when the <transition> is placed\n // as the root node of a child component. In that case we need to check\n // <transition>'s parent for appear check.\n var context = activeInstance;\n var transitionNode = activeInstance.$vnode;\n while (transitionNode && transitionNode.parent) {\n context = transitionNode.context;\n transitionNode = transitionNode.parent;\n }\n\n var isAppear = !context._isMounted || !vnode.isRootInsert;\n\n if (isAppear && !appear && appear !== '') {\n return\n }\n\n var startClass = isAppear && appearClass\n ? appearClass\n : enterClass;\n var activeClass = isAppear && appearActiveClass\n ? appearActiveClass\n : enterActiveClass;\n var toClass = isAppear && appearToClass\n ? appearToClass\n : enterToClass;\n\n var beforeEnterHook = isAppear\n ? (beforeAppear || beforeEnter)\n : beforeEnter;\n var enterHook = isAppear\n ? (typeof appear === 'function' ? appear : enter)\n : enter;\n var afterEnterHook = isAppear\n ? (afterAppear || afterEnter)\n : afterEnter;\n var enterCancelledHook = isAppear\n ? (appearCancelled || enterCancelled)\n : enterCancelled;\n\n var explicitEnterDuration = toNumber(\n isObject(duration)\n ? duration.enter\n : duration\n );\n\n if (process.env.NODE_ENV !== 'production' && explicitEnterDuration != null) {\n checkDuration(explicitEnterDuration, 'enter', vnode);\n }\n\n var expectsCSS = css !== false && !isIE9;\n var userWantsControl = getHookArgumentsLength(enterHook);\n\n var cb = el._enterCb = once(function () {\n if (expectsCSS) {\n removeTransitionClass(el, toClass);\n removeTransitionClass(el, activeClass);\n }\n if (cb.cancelled) {\n if (expectsCSS) {\n removeTransitionClass(el, startClass);\n }\n enterCancelledHook && enterCancelledHook(el);\n } else {\n afterEnterHook && afterEnterHook(el);\n }\n el._enterCb = null;\n });\n\n if (!vnode.data.show) {\n // remove pending leave element on enter by injecting an insert hook\n mergeVNodeHook(vnode, 'insert', function () {\n var parent = el.parentNode;\n var pendingNode = parent && parent._pending && parent._pending[vnode.key];\n if (pendingNode &&\n pendingNode.tag === vnode.tag &&\n pendingNode.elm._leaveCb\n ) {\n pendingNode.elm._leaveCb();\n }\n enterHook && enterHook(el, cb);\n });\n }\n\n // start enter transition\n beforeEnterHook && beforeEnterHook(el);\n if (expectsCSS) {\n addTransitionClass(el, startClass);\n addTransitionClass(el, activeClass);\n nextFrame(function () {\n removeTransitionClass(el, startClass);\n if (!cb.cancelled) {\n addTransitionClass(el, toClass);\n if (!userWantsControl) {\n if (isValidDuration(explicitEnterDuration)) {\n setTimeout(cb, explicitEnterDuration);\n } else {\n whenTransitionEnds(el, type, cb);\n }\n }\n }\n });\n }\n\n if (vnode.data.show) {\n toggleDisplay && toggleDisplay();\n enterHook && enterHook(el, cb);\n }\n\n if (!expectsCSS && !userWantsControl) {\n cb();\n }\n}\n\nfunction leave (vnode, rm) {\n var el = vnode.elm;\n\n // call enter callback now\n if (isDef(el._enterCb)) {\n el._enterCb.cancelled = true;\n el._enterCb();\n }\n\n var data = resolveTransition(vnode.data.transition);\n if (isUndef(data) || el.nodeType !== 1) {\n return rm()\n }\n\n /* istanbul ignore if */\n if (isDef(el._leaveCb)) {\n return\n }\n\n var css = data.css;\n var type = data.type;\n var leaveClass = data.leaveClass;\n var leaveToClass = data.leaveToClass;\n var leaveActiveClass = data.leaveActiveClass;\n var beforeLeave = data.beforeLeave;\n var leave = data.leave;\n var afterLeave = data.afterLeave;\n var leaveCancelled = data.leaveCancelled;\n var delayLeave = data.delayLeave;\n var duration = data.duration;\n\n var expectsCSS = css !== false && !isIE9;\n var userWantsControl = getHookArgumentsLength(leave);\n\n var explicitLeaveDuration = toNumber(\n isObject(duration)\n ? duration.leave\n : duration\n );\n\n if (process.env.NODE_ENV !== 'production' && isDef(explicitLeaveDuration)) {\n checkDuration(explicitLeaveDuration, 'leave', vnode);\n }\n\n var cb = el._leaveCb = once(function () {\n if (el.parentNode && el.parentNode._pending) {\n el.parentNode._pending[vnode.key] = null;\n }\n if (expectsCSS) {\n removeTransitionClass(el, leaveToClass);\n removeTransitionClass(el, leaveActiveClass);\n }\n if (cb.cancelled) {\n if (expectsCSS) {\n removeTransitionClass(el, leaveClass);\n }\n leaveCancelled && leaveCancelled(el);\n } else {\n rm();\n afterLeave && afterLeave(el);\n }\n el._leaveCb = null;\n });\n\n if (delayLeave) {\n delayLeave(performLeave);\n } else {\n performLeave();\n }\n\n function performLeave () {\n // the delayed leave may have already been cancelled\n if (cb.cancelled) {\n return\n }\n // record leaving element\n if (!vnode.data.show && el.parentNode) {\n (el.parentNode._pending || (el.parentNode._pending = {}))[(vnode.key)] = vnode;\n }\n beforeLeave && beforeLeave(el);\n if (expectsCSS) {\n addTransitionClass(el, leaveClass);\n addTransitionClass(el, leaveActiveClass);\n nextFrame(function () {\n removeTransitionClass(el, leaveClass);\n if (!cb.cancelled) {\n addTransitionClass(el, leaveToClass);\n if (!userWantsControl) {\n if (isValidDuration(explicitLeaveDuration)) {\n setTimeout(cb, explicitLeaveDuration);\n } else {\n whenTransitionEnds(el, type, cb);\n }\n }\n }\n });\n }\n leave && leave(el, cb);\n if (!expectsCSS && !userWantsControl) {\n cb();\n }\n }\n}\n\n// only used in dev mode\nfunction checkDuration (val, name, vnode) {\n if (typeof val !== 'number') {\n warn(\n \"<transition> explicit \" + name + \" duration is not a valid number - \" +\n \"got \" + (JSON.stringify(val)) + \".\",\n vnode.context\n );\n } else if (isNaN(val)) {\n warn(\n \"<transition> explicit \" + name + \" duration is NaN - \" +\n 'the duration expression might be incorrect.',\n vnode.context\n );\n }\n}\n\nfunction isValidDuration (val) {\n return typeof val === 'number' && !isNaN(val)\n}\n\n/**\n * Normalize a transition hook's argument length. The hook may be:\n * - a merged hook (invoker) with the original in .fns\n * - a wrapped component method (check ._length)\n * - a plain function (.length)\n */\nfunction getHookArgumentsLength (fn) {\n if (isUndef(fn)) {\n return false\n }\n var invokerFns = fn.fns;\n if (isDef(invokerFns)) {\n // invoker\n return getHookArgumentsLength(\n Array.isArray(invokerFns)\n ? invokerFns[0]\n : invokerFns\n )\n } else {\n return (fn._length || fn.length) > 1\n }\n}\n\nfunction _enter (_, vnode) {\n if (vnode.data.show !== true) {\n enter(vnode);\n }\n}\n\nvar transition = inBrowser ? {\n create: _enter,\n activate: _enter,\n remove: function remove$$1 (vnode, rm) {\n /* istanbul ignore else */\n if (vnode.data.show !== true) {\n leave(vnode, rm);\n } else {\n rm();\n }\n }\n} : {};\n\nvar platformModules = [\n attrs,\n klass,\n events,\n domProps,\n style,\n transition\n];\n\n/* */\n\n// the directive module should be applied last, after all\n// built-in modules have been applied.\nvar modules = platformModules.concat(baseModules);\n\nvar patch = createPatchFunction({ nodeOps: nodeOps, modules: modules });\n\n/**\n * Not type checking this file because flow doesn't like attaching\n * properties to Elements.\n */\n\n/* istanbul ignore if */\nif (isIE9) {\n // http://www.matts411.com/post/internet-explorer-9-oninput/\n document.addEventListener('selectionchange', function () {\n var el = document.activeElement;\n if (el && el.vmodel) {\n trigger(el, 'input');\n }\n });\n}\n\nvar directive = {\n inserted: function inserted (el, binding, vnode, oldVnode) {\n if (vnode.tag === 'select') {\n // #6903\n if (oldVnode.elm && !oldVnode.elm._vOptions) {\n mergeVNodeHook(vnode, 'postpatch', function () {\n directive.componentUpdated(el, binding, vnode);\n });\n } else {\n setSelected(el, binding, vnode.context);\n }\n el._vOptions = [].map.call(el.options, getValue);\n } else if (vnode.tag === 'textarea' || isTextInputType(el.type)) {\n el._vModifiers = binding.modifiers;\n if (!binding.modifiers.lazy) {\n el.addEventListener('compositionstart', onCompositionStart);\n el.addEventListener('compositionend', onCompositionEnd);\n // Safari < 10.2 & UIWebView doesn't fire compositionend when\n // switching focus before confirming composition choice\n // this also fixes the issue where some browsers e.g. iOS Chrome\n // fires \"change\" instead of \"input\" on autocomplete.\n el.addEventListener('change', onCompositionEnd);\n /* istanbul ignore if */\n if (isIE9) {\n el.vmodel = true;\n }\n }\n }\n },\n\n componentUpdated: function componentUpdated (el, binding, vnode) {\n if (vnode.tag === 'select') {\n setSelected(el, binding, vnode.context);\n // in case the options rendered by v-for have changed,\n // it's possible that the value is out-of-sync with the rendered options.\n // detect such cases and filter out values that no longer has a matching\n // option in the DOM.\n var prevOptions = el._vOptions;\n var curOptions = el._vOptions = [].map.call(el.options, getValue);\n if (curOptions.some(function (o, i) { return !looseEqual(o, prevOptions[i]); })) {\n // trigger change event if\n // no matching option found for at least one value\n var needReset = el.multiple\n ? binding.value.some(function (v) { return hasNoMatchingOption(v, curOptions); })\n : binding.value !== binding.oldValue && hasNoMatchingOption(binding.value, curOptions);\n if (needReset) {\n trigger(el, 'change');\n }\n }\n }\n }\n};\n\nfunction setSelected (el, binding, vm) {\n actuallySetSelected(el, binding, vm);\n /* istanbul ignore if */\n if (isIE || isEdge) {\n setTimeout(function () {\n actuallySetSelected(el, binding, vm);\n }, 0);\n }\n}\n\nfunction actuallySetSelected (el, binding, vm) {\n var value = binding.value;\n var isMultiple = el.multiple;\n if (isMultiple && !Array.isArray(value)) {\n process.env.NODE_ENV !== 'production' && warn(\n \"<select multiple v-model=\\\"\" + (binding.expression) + \"\\\"> \" +\n \"expects an Array value for its binding, but got \" + (Object.prototype.toString.call(value).slice(8, -1)),\n vm\n );\n return\n }\n var selected, option;\n for (var i = 0, l = el.options.length; i < l; i++) {\n option = el.options[i];\n if (isMultiple) {\n selected = looseIndexOf(value, getValue(option)) > -1;\n if (option.selected !== selected) {\n option.selected = selected;\n }\n } else {\n if (looseEqual(getValue(option), value)) {\n if (el.selectedIndex !== i) {\n el.selectedIndex = i;\n }\n return\n }\n }\n }\n if (!isMultiple) {\n el.selectedIndex = -1;\n }\n}\n\nfunction hasNoMatchingOption (value, options) {\n return options.every(function (o) { return !looseEqual(o, value); })\n}\n\nfunction getValue (option) {\n return '_value' in option\n ? option._value\n : option.value\n}\n\nfunction onCompositionStart (e) {\n e.target.composing = true;\n}\n\nfunction onCompositionEnd (e) {\n // prevent triggering an input event for no reason\n if (!e.target.composing) { return }\n e.target.composing = false;\n trigger(e.target, 'input');\n}\n\nfunction trigger (el, type) {\n var e = document.createEvent('HTMLEvents');\n e.initEvent(type, true, true);\n el.dispatchEvent(e);\n}\n\n/* */\n\n// recursively search for possible transition defined inside the component root\nfunction locateNode (vnode) {\n return vnode.componentInstance && (!vnode.data || !vnode.data.transition)\n ? locateNode(vnode.componentInstance._vnode)\n : vnode\n}\n\nvar show = {\n bind: function bind (el, ref, vnode) {\n var value = ref.value;\n\n vnode = locateNode(vnode);\n var transition$$1 = vnode.data && vnode.data.transition;\n var originalDisplay = el.__vOriginalDisplay =\n el.style.display === 'none' ? '' : el.style.display;\n if (value && transition$$1) {\n vnode.data.show = true;\n enter(vnode, function () {\n el.style.display = originalDisplay;\n });\n } else {\n el.style.display = value ? originalDisplay : 'none';\n }\n },\n\n update: function update (el, ref, vnode) {\n var value = ref.value;\n var oldValue = ref.oldValue;\n\n /* istanbul ignore if */\n if (!value === !oldValue) { return }\n vnode = locateNode(vnode);\n var transition$$1 = vnode.data && vnode.data.transition;\n if (transition$$1) {\n vnode.data.show = true;\n if (value) {\n enter(vnode, function () {\n el.style.display = el.__vOriginalDisplay;\n });\n } else {\n leave(vnode, function () {\n el.style.display = 'none';\n });\n }\n } else {\n el.style.display = value ? el.__vOriginalDisplay : 'none';\n }\n },\n\n unbind: function unbind (\n el,\n binding,\n vnode,\n oldVnode,\n isDestroy\n ) {\n if (!isDestroy) {\n el.style.display = el.__vOriginalDisplay;\n }\n }\n};\n\nvar platformDirectives = {\n model: directive,\n show: show\n};\n\n/* */\n\nvar transitionProps = {\n name: String,\n appear: Boolean,\n css: Boolean,\n mode: String,\n type: String,\n enterClass: String,\n leaveClass: String,\n enterToClass: String,\n leaveToClass: String,\n enterActiveClass: String,\n leaveActiveClass: String,\n appearClass: String,\n appearActiveClass: String,\n appearToClass: String,\n duration: [Number, String, Object]\n};\n\n// in case the child is also an abstract component, e.g. <keep-alive>\n// we want to recursively retrieve the real component to be rendered\nfunction getRealChild (vnode) {\n var compOptions = vnode && vnode.componentOptions;\n if (compOptions && compOptions.Ctor.options.abstract) {\n return getRealChild(getFirstComponentChild(compOptions.children))\n } else {\n return vnode\n }\n}\n\nfunction extractTransitionData (comp) {\n var data = {};\n var options = comp.$options;\n // props\n for (var key in options.propsData) {\n data[key] = comp[key];\n }\n // events.\n // extract listeners and pass them directly to the transition methods\n var listeners = options._parentListeners;\n for (var key$1 in listeners) {\n data[camelize(key$1)] = listeners[key$1];\n }\n return data\n}\n\nfunction placeholder (h, rawChild) {\n if (/\\d-keep-alive$/.test(rawChild.tag)) {\n return h('keep-alive', {\n props: rawChild.componentOptions.propsData\n })\n }\n}\n\nfunction hasParentTransition (vnode) {\n while ((vnode = vnode.parent)) {\n if (vnode.data.transition) {\n return true\n }\n }\n}\n\nfunction isSameChild (child, oldChild) {\n return oldChild.key === child.key && oldChild.tag === child.tag\n}\n\nvar isNotTextNode = function (c) { return c.tag || isAsyncPlaceholder(c); };\n\nvar isVShowDirective = function (d) { return d.name === 'show'; };\n\nvar Transition = {\n name: 'transition',\n props: transitionProps,\n abstract: true,\n\n render: function render (h) {\n var this$1 = this;\n\n var children = this.$slots.default;\n if (!children) {\n return\n }\n\n // filter out text nodes (possible whitespaces)\n children = children.filter(isNotTextNode);\n /* istanbul ignore if */\n if (!children.length) {\n return\n }\n\n // warn multiple elements\n if (process.env.NODE_ENV !== 'production' && children.length > 1) {\n warn(\n '<transition> can only be used on a single element. Use ' +\n '<transition-group> for lists.',\n this.$parent\n );\n }\n\n var mode = this.mode;\n\n // warn invalid mode\n if (process.env.NODE_ENV !== 'production' &&\n mode && mode !== 'in-out' && mode !== 'out-in'\n ) {\n warn(\n 'invalid <transition> mode: ' + mode,\n this.$parent\n );\n }\n\n var rawChild = children[0];\n\n // if this is a component root node and the component's\n // parent container node also has transition, skip.\n if (hasParentTransition(this.$vnode)) {\n return rawChild\n }\n\n // apply transition data to child\n // use getRealChild() to ignore abstract components e.g. keep-alive\n var child = getRealChild(rawChild);\n /* istanbul ignore if */\n if (!child) {\n return rawChild\n }\n\n if (this._leaving) {\n return placeholder(h, rawChild)\n }\n\n // ensure a key that is unique to the vnode type and to this transition\n // component instance. This key will be used to remove pending leaving nodes\n // during entering.\n var id = \"__transition-\" + (this._uid) + \"-\";\n child.key = child.key == null\n ? child.isComment\n ? id + 'comment'\n : id + child.tag\n : isPrimitive(child.key)\n ? (String(child.key).indexOf(id) === 0 ? child.key : id + child.key)\n : child.key;\n\n var data = (child.data || (child.data = {})).transition = extractTransitionData(this);\n var oldRawChild = this._vnode;\n var oldChild = getRealChild(oldRawChild);\n\n // mark v-show\n // so that the transition module can hand over the control to the directive\n if (child.data.directives && child.data.directives.some(isVShowDirective)) {\n child.data.show = true;\n }\n\n if (\n oldChild &&\n oldChild.data &&\n !isSameChild(child, oldChild) &&\n !isAsyncPlaceholder(oldChild) &&\n // #6687 component root is a comment node\n !(oldChild.componentInstance && oldChild.componentInstance._vnode.isComment)\n ) {\n // replace old child transition data with fresh one\n // important for dynamic transitions!\n var oldData = oldChild.data.transition = extend({}, data);\n // handle transition mode\n if (mode === 'out-in') {\n // return placeholder node and queue update when leave finishes\n this._leaving = true;\n mergeVNodeHook(oldData, 'afterLeave', function () {\n this$1._leaving = false;\n this$1.$forceUpdate();\n });\n return placeholder(h, rawChild)\n } else if (mode === 'in-out') {\n if (isAsyncPlaceholder(child)) {\n return oldRawChild\n }\n var delayedLeave;\n var performLeave = function () { delayedLeave(); };\n mergeVNodeHook(data, 'afterEnter', performLeave);\n mergeVNodeHook(data, 'enterCancelled', performLeave);\n mergeVNodeHook(oldData, 'delayLeave', function (leave) { delayedLeave = leave; });\n }\n }\n\n return rawChild\n }\n};\n\n/* */\n\nvar props = extend({\n tag: String,\n moveClass: String\n}, transitionProps);\n\ndelete props.mode;\n\nvar TransitionGroup = {\n props: props,\n\n beforeMount: function beforeMount () {\n var this$1 = this;\n\n var update = this._update;\n this._update = function (vnode, hydrating) {\n var restoreActiveInstance = setActiveInstance(this$1);\n // force removing pass\n this$1.__patch__(\n this$1._vnode,\n this$1.kept,\n false, // hydrating\n true // removeOnly (!important, avoids unnecessary moves)\n );\n this$1._vnode = this$1.kept;\n restoreActiveInstance();\n update.call(this$1, vnode, hydrating);\n };\n },\n\n render: function render (h) {\n var tag = this.tag || this.$vnode.data.tag || 'span';\n var map = Object.create(null);\n var prevChildren = this.prevChildren = this.children;\n var rawChildren = this.$slots.default || [];\n var children = this.children = [];\n var transitionData = extractTransitionData(this);\n\n for (var i = 0; i < rawChildren.length; i++) {\n var c = rawChildren[i];\n if (c.tag) {\n if (c.key != null && String(c.key).indexOf('__vlist') !== 0) {\n children.push(c);\n map[c.key] = c\n ;(c.data || (c.data = {})).transition = transitionData;\n } else if (process.env.NODE_ENV !== 'production') {\n var opts = c.componentOptions;\n var name = opts ? (opts.Ctor.options.name || opts.tag || '') : c.tag;\n warn((\"<transition-group> children must be keyed: <\" + name + \">\"));\n }\n }\n }\n\n if (prevChildren) {\n var kept = [];\n var removed = [];\n for (var i$1 = 0; i$1 < prevChildren.length; i$1++) {\n var c$1 = prevChildren[i$1];\n c$1.data.transition = transitionData;\n c$1.data.pos = c$1.elm.getBoundingClientRect();\n if (map[c$1.key]) {\n kept.push(c$1);\n } else {\n removed.push(c$1);\n }\n }\n this.kept = h(tag, null, kept);\n this.removed = removed;\n }\n\n return h(tag, null, children)\n },\n\n updated: function updated () {\n var children = this.prevChildren;\n var moveClass = this.moveClass || ((this.name || 'v') + '-move');\n if (!children.length || !this.hasMove(children[0].elm, moveClass)) {\n return\n }\n\n // we divide the work into three loops to avoid mixing DOM reads and writes\n // in each iteration - which helps prevent layout thrashing.\n children.forEach(callPendingCbs);\n children.forEach(recordPosition);\n children.forEach(applyTranslation);\n\n // force reflow to put everything in position\n // assign to this to avoid being removed in tree-shaking\n // $flow-disable-line\n this._reflow = document.body.offsetHeight;\n\n children.forEach(function (c) {\n if (c.data.moved) {\n var el = c.elm;\n var s = el.style;\n addTransitionClass(el, moveClass);\n s.transform = s.WebkitTransform = s.transitionDuration = '';\n el.addEventListener(transitionEndEvent, el._moveCb = function cb (e) {\n if (e && e.target !== el) {\n return\n }\n if (!e || /transform$/.test(e.propertyName)) {\n el.removeEventListener(transitionEndEvent, cb);\n el._moveCb = null;\n removeTransitionClass(el, moveClass);\n }\n });\n }\n });\n },\n\n methods: {\n hasMove: function hasMove (el, moveClass) {\n /* istanbul ignore if */\n if (!hasTransition) {\n return false\n }\n /* istanbul ignore if */\n if (this._hasMove) {\n return this._hasMove\n }\n // Detect whether an element with the move class applied has\n // CSS transitions. Since the element may be inside an entering\n // transition at this very moment, we make a clone of it and remove\n // all other transition classes applied to ensure only the move class\n // is applied.\n var clone = el.cloneNode();\n if (el._transitionClasses) {\n el._transitionClasses.forEach(function (cls) { removeClass(clone, cls); });\n }\n addClass(clone, moveClass);\n clone.style.display = 'none';\n this.$el.appendChild(clone);\n var info = getTransitionInfo(clone);\n this.$el.removeChild(clone);\n return (this._hasMove = info.hasTransform)\n }\n }\n};\n\nfunction callPendingCbs (c) {\n /* istanbul ignore if */\n if (c.elm._moveCb) {\n c.elm._moveCb();\n }\n /* istanbul ignore if */\n if (c.elm._enterCb) {\n c.elm._enterCb();\n }\n}\n\nfunction recordPosition (c) {\n c.data.newPos = c.elm.getBoundingClientRect();\n}\n\nfunction applyTranslation (c) {\n var oldPos = c.data.pos;\n var newPos = c.data.newPos;\n var dx = oldPos.left - newPos.left;\n var dy = oldPos.top - newPos.top;\n if (dx || dy) {\n c.data.moved = true;\n var s = c.elm.style;\n s.transform = s.WebkitTransform = \"translate(\" + dx + \"px,\" + dy + \"px)\";\n s.transitionDuration = '0s';\n }\n}\n\nvar platformComponents = {\n Transition: Transition,\n TransitionGroup: TransitionGroup\n};\n\n/* */\n\n// install platform specific utils\nVue.config.mustUseProp = mustUseProp;\nVue.config.isReservedTag = isReservedTag;\nVue.config.isReservedAttr = isReservedAttr;\nVue.config.getTagNamespace = getTagNamespace;\nVue.config.isUnknownElement = isUnknownElement;\n\n// install platform runtime directives & components\nextend(Vue.options.directives, platformDirectives);\nextend(Vue.options.components, platformComponents);\n\n// install platform patch function\nVue.prototype.__patch__ = inBrowser ? patch : noop;\n\n// public mount method\nVue.prototype.$mount = function (\n el,\n hydrating\n) {\n el = el && inBrowser ? query(el) : undefined;\n return mountComponent(this, el, hydrating)\n};\n\n// devtools global hook\n/* istanbul ignore next */\nif (inBrowser) {\n setTimeout(function () {\n if (config.devtools) {\n if (devtools) {\n devtools.emit('init', Vue);\n } else if (\n process.env.NODE_ENV !== 'production' &&\n process.env.NODE_ENV !== 'test'\n ) {\n console[console.info ? 'info' : 'log'](\n 'Download the Vue Devtools extension for a better development experience:\\n' +\n 'https://github.com/vuejs/vue-devtools'\n );\n }\n }\n if (process.env.NODE_ENV !== 'production' &&\n process.env.NODE_ENV !== 'test' &&\n config.productionTip !== false &&\n typeof console !== 'undefined'\n ) {\n console[console.info ? 'info' : 'log'](\n \"You are running Vue in development mode.\\n\" +\n \"Make sure to turn on production mode when deploying for production.\\n\" +\n \"See more tips at https://vuejs.org/guide/deployment.html\"\n );\n }\n }, 0);\n}\n\n/* */\n\nexport default Vue;\n","/**\n * @copyright 2019 Christoph Wurst <christoph@winzerhof-wurst.at>\n *\n * @author Christoph Wurst <christoph@winzerhof-wurst.at>\n *\n * @license GNU AGPL version 3 or any later version\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see <http://www.gnu.org/licenses/>.\n *\n */\n\nimport Search from './search'\n\n/**\n * Namespace for apps\n * @namespace OCA\n */\nexport default {\n\t/**\n\t * @deprecated 20.0.0, will be removed in Nextcloud 22\n\t */\n\tSearch,\n}\n","/**\n * @copyright 2020 Christoph Wurst <christoph@winzerhof-wurst.at>\n *\n * @author Christoph Wurst <christoph@winzerhof-wurst.at>\n *\n * @license GNU AGPL version 3 or any later version\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see <http://www.gnu.org/licenses/>.\n *\n */\n\nexport default class Search {\n\n\t/**\n\t * @deprecated 20.0.0, will be removed in Nextcloud 22\n\t */\n\tconstructor() {\n\t\tconsole.warn('OCA.Search is deprecated. Please use the unified search API instead')\n\t}\n\n}\n","\"use strict\";\n\nrequire(\"core-js/modules/es.array.concat\");\n\nrequire(\"core-js/modules/es.array.filter\");\n\nrequire(\"core-js/modules/es.array.join\");\n\nrequire(\"core-js/modules/es.array.map\");\n\nrequire(\"core-js/modules/es.array.reduce\");\n\nrequire(\"core-js/modules/es.regexp.exec\");\n\nrequire(\"core-js/modules/es.string.replace\");\n\nrequire(\"core-js/modules/es.string.split\");\n\nObject.defineProperty(exports, \"__esModule\", {\n value: true\n});\nexports.encodePath = encodePath;\nexports.basename = basename;\nexports.dirname = dirname;\nexports.joinPaths = joinPaths;\nexports.isSamePath = isSamePath;\n\n/**\n * URI-Encodes a file path but keep the path slashes.\n */\nfunction encodePath(path) {\n if (!path) {\n return path;\n }\n\n return path.split('/').map(encodeURIComponent).join('/');\n}\n/**\n * Returns the base name of the given path.\n * For example for \"/abc/somefile.txt\" it will return \"somefile.txt\"\n */\n\n\nfunction basename(path) {\n return path.replace(/\\\\/g, '/').replace(/.*\\//, '');\n}\n/**\n * Returns the dir name of the given path.\n * For example for \"/abc/somefile.txt\" it will return \"/abc\"\n */\n\n\nfunction dirname(path) {\n return path.replace(/\\\\/g, '/').replace(/\\/[^\\/]*$/, '');\n}\n/**\n * Join path sections\n */\n\n\nfunction joinPaths() {\n for (var _len = arguments.length, args = new Array(_len), _key = 0; _key < _len; _key++) {\n args[_key] = arguments[_key];\n }\n\n if (arguments.length < 1) {\n return '';\n } // discard empty arguments\n\n\n var nonEmptyArgs = args.filter(function (arg) {\n return arg.length > 0;\n });\n\n if (nonEmptyArgs.length < 1) {\n return '';\n }\n\n var lastArg = nonEmptyArgs[nonEmptyArgs.length - 1];\n var leadingSlash = nonEmptyArgs[0].charAt(0) === '/';\n var trailingSlash = lastArg.charAt(lastArg.length - 1) === '/';\n var sections = nonEmptyArgs.reduce(function (acc, section) {\n return acc.concat(section.split('/'));\n }, []);\n var first = !leadingSlash;\n var path = sections.reduce(function (acc, section) {\n if (section === '') {\n return acc;\n }\n\n if (first) {\n first = false;\n return acc + section;\n }\n\n return acc + '/' + section;\n }, '');\n\n if (trailingSlash) {\n // add it back\n return path + '/';\n }\n\n return path;\n}\n/**\n * Returns whether the given paths are the same, without\n * leading, trailing or doubled slashes and also removing\n * the dot sections.\n */\n\n\nfunction isSamePath(path1, path2) {\n var pathSections1 = (path1 || '').split('/').filter(function (p) {\n return p !== '.';\n });\n var pathSections2 = (path2 || '').split('/').filter(function (p) {\n return p !== '.';\n });\n path1 = joinPaths.apply(undefined, pathSections1);\n path2 = joinPaths.apply(undefined, pathSections2);\n return path1 === path2;\n}\n//# sourceMappingURL=index.js.map","var global = require('../internals/global');\nvar inspectSource = require('../internals/inspect-source');\n\nvar WeakMap = global.WeakMap;\n\nmodule.exports = typeof WeakMap === 'function' && /native code/.test(inspectSource(WeakMap));\n","var toObject = require('../internals/to-object');\n\nvar floor = Math.floor;\nvar replace = ''.replace;\nvar SUBSTITUTION_SYMBOLS = /\\$([$&'`]|\\d{1,2}|<[^>]*>)/g;\nvar SUBSTITUTION_SYMBOLS_NO_NAMED = /\\$([$&'`]|\\d{1,2})/g;\n\n// `GetSubstitution` abstract operation\n// https://tc39.es/ecma262/#sec-getsubstitution\nmodule.exports = function (matched, str, position, captures, namedCaptures, replacement) {\n var tailPos = position + matched.length;\n var m = captures.length;\n var symbols = SUBSTITUTION_SYMBOLS_NO_NAMED;\n if (namedCaptures !== undefined) {\n namedCaptures = toObject(namedCaptures);\n symbols = SUBSTITUTION_SYMBOLS;\n }\n return replace.call(replacement, symbols, function (match, ch) {\n var capture;\n switch (ch.charAt(0)) {\n case '$': return '$';\n case '&': return matched;\n case '`': return str.slice(0, position);\n case \"'\": return str.slice(tailPos);\n case '<':\n capture = namedCaptures[ch.slice(1, -1)];\n break;\n default: // \\d\\d?\n var n = +ch;\n if (n === 0) return match;\n if (n > m) {\n var f = floor(n / 10);\n if (f === 0) return match;\n if (f <= m) return captures[f - 1] === undefined ? ch.charAt(1) : captures[f - 1] + ch.charAt(1);\n return match;\n }\n capture = captures[n - 1];\n }\n return capture === undefined ? '' : capture;\n });\n};\n","'use strict';\nvar redefine = require('../internals/redefine');\nvar anObject = require('../internals/an-object');\nvar fails = require('../internals/fails');\nvar flags = require('../internals/regexp-flags');\n\nvar TO_STRING = 'toString';\nvar RegExpPrototype = RegExp.prototype;\nvar nativeToString = RegExpPrototype[TO_STRING];\n\nvar NOT_GENERIC = fails(function () { return nativeToString.call({ source: 'a', flags: 'b' }) != '/a/b'; });\n// FF44- RegExp#toString has a wrong name\nvar INCORRECT_NAME = nativeToString.name != TO_STRING;\n\n// `RegExp.prototype.toString` method\n// https://tc39.es/ecma262/#sec-regexp.prototype.tostring\nif (NOT_GENERIC || INCORRECT_NAME) {\n redefine(RegExp.prototype, TO_STRING, function toString() {\n var R = anObject(this);\n var p = String(R.source);\n var rf = R.flags;\n var f = String(rf === undefined && R instanceof RegExp && !('flags' in RegExpPrototype) ? flags.call(R) : rf);\n return '/' + p + '/' + f;\n }, { unsafe: true });\n}\n","// Create a simple path alias to allow browserify to resolve\n// the runtime on a supported path.\nmodule.exports = require('./dist/cjs/handlebars.runtime')['default'];\n","/**\n * This method returns the first argument it receives.\n *\n * @static\n * @since 0.1.0\n * @memberOf _\n * @category Util\n * @param {*} value Any value.\n * @returns {*} Returns `value`.\n * @example\n *\n * var object = { 'a': 1 };\n *\n * console.log(_.identity(object) === object);\n * // => true\n */\nfunction identity(value) {\n return value;\n}\n\nmodule.exports = identity;\n","'use strict';\nvar $ = require('../internals/export');\nvar fails = require('../internals/fails');\nvar isArray = require('../internals/is-array');\nvar isObject = require('../internals/is-object');\nvar toObject = require('../internals/to-object');\nvar toLength = require('../internals/to-length');\nvar createProperty = require('../internals/create-property');\nvar arraySpeciesCreate = require('../internals/array-species-create');\nvar arrayMethodHasSpeciesSupport = require('../internals/array-method-has-species-support');\nvar wellKnownSymbol = require('../internals/well-known-symbol');\nvar V8_VERSION = require('../internals/engine-v8-version');\n\nvar IS_CONCAT_SPREADABLE = wellKnownSymbol('isConcatSpreadable');\nvar MAX_SAFE_INTEGER = 0x1FFFFFFFFFFFFF;\nvar MAXIMUM_ALLOWED_INDEX_EXCEEDED = 'Maximum allowed index exceeded';\n\n// We can't use this feature detection in V8 since it causes\n// deoptimization and serious performance degradation\n// https://github.com/zloirock/core-js/issues/679\nvar IS_CONCAT_SPREADABLE_SUPPORT = V8_VERSION >= 51 || !fails(function () {\n var array = [];\n array[IS_CONCAT_SPREADABLE] = false;\n return array.concat()[0] !== array;\n});\n\nvar SPECIES_SUPPORT = arrayMethodHasSpeciesSupport('concat');\n\nvar isConcatSpreadable = function (O) {\n if (!isObject(O)) return false;\n var spreadable = O[IS_CONCAT_SPREADABLE];\n return spreadable !== undefined ? !!spreadable : isArray(O);\n};\n\nvar FORCED = !IS_CONCAT_SPREADABLE_SUPPORT || !SPECIES_SUPPORT;\n\n// `Array.prototype.concat` method\n// https://tc39.es/ecma262/#sec-array.prototype.concat\n// with adding support of @@isConcatSpreadable and @@species\n$({ target: 'Array', proto: true, forced: FORCED }, {\n // eslint-disable-next-line no-unused-vars -- required for `.length`\n concat: function concat(arg) {\n var O = toObject(this);\n var A = arraySpeciesCreate(O, 0);\n var n = 0;\n var i, k, length, len, E;\n for (i = -1, length = arguments.length; i < length; i++) {\n E = i === -1 ? O : arguments[i];\n if (isConcatSpreadable(E)) {\n len = toLength(E.length);\n if (n + len > MAX_SAFE_INTEGER) throw TypeError(MAXIMUM_ALLOWED_INDEX_EXCEEDED);\n for (k = 0; k < len; k++, n++) if (k in E) createProperty(A, n, E[k]);\n } else {\n if (n >= MAX_SAFE_INTEGER) throw TypeError(MAXIMUM_ALLOWED_INDEX_EXCEEDED);\n createProperty(A, n++, E);\n }\n }\n A.length = n;\n return A;\n }\n});\n","'use strict';\nvar DESCRIPTORS = require('../internals/descriptors');\nvar fails = require('../internals/fails');\nvar objectKeys = require('../internals/object-keys');\nvar getOwnPropertySymbolsModule = require('../internals/object-get-own-property-symbols');\nvar propertyIsEnumerableModule = require('../internals/object-property-is-enumerable');\nvar toObject = require('../internals/to-object');\nvar IndexedObject = require('../internals/indexed-object');\n\n// eslint-disable-next-line es/no-object-assign -- safe\nvar $assign = Object.assign;\n// eslint-disable-next-line es/no-object-defineproperty -- required for testing\nvar defineProperty = Object.defineProperty;\n\n// `Object.assign` method\n// https://tc39.es/ecma262/#sec-object.assign\nmodule.exports = !$assign || fails(function () {\n // should have correct order of operations (Edge bug)\n if (DESCRIPTORS && $assign({ b: 1 }, $assign(defineProperty({}, 'a', {\n enumerable: true,\n get: function () {\n defineProperty(this, 'b', {\n value: 3,\n enumerable: false\n });\n }\n }), { b: 2 })).b !== 1) return true;\n // should work with symbols and should have deterministic property order (V8 bug)\n var A = {};\n var B = {};\n // eslint-disable-next-line es/no-symbol -- safe\n var symbol = Symbol();\n var alphabet = 'abcdefghijklmnopqrst';\n A[symbol] = 7;\n alphabet.split('').forEach(function (chr) { B[chr] = chr; });\n return $assign({}, A)[symbol] != 7 || objectKeys($assign({}, B)).join('') != alphabet;\n}) ? function assign(target, source) { // eslint-disable-line no-unused-vars -- required for `.length`\n var T = toObject(target);\n var argumentsLength = arguments.length;\n var index = 1;\n var getOwnPropertySymbols = getOwnPropertySymbolsModule.f;\n var propertyIsEnumerable = propertyIsEnumerableModule.f;\n while (argumentsLength > index) {\n var S = IndexedObject(arguments[index++]);\n var keys = getOwnPropertySymbols ? objectKeys(S).concat(getOwnPropertySymbols(S)) : objectKeys(S);\n var length = keys.length;\n var j = 0;\n var key;\n while (length > j) {\n key = keys[j++];\n if (!DESCRIPTORS || propertyIsEnumerable.call(S, key)) T[key] = S[key];\n }\n } return T;\n} : $assign;\n","var anObject = require('../internals/an-object');\nvar aFunction = require('../internals/a-function');\nvar wellKnownSymbol = require('../internals/well-known-symbol');\n\nvar SPECIES = wellKnownSymbol('species');\n\n// `SpeciesConstructor` abstract operation\n// https://tc39.es/ecma262/#sec-speciesconstructor\nmodule.exports = function (O, defaultConstructor) {\n var C = anObject(O).constructor;\n var S;\n return C === undefined || (S = anObject(C)[SPECIES]) == undefined ? defaultConstructor : aFunction(S);\n};\n","var baseGetTag = require('./_baseGetTag'),\n isObject = require('./isObject');\n\n/** `Object#toString` result references. */\nvar asyncTag = '[object AsyncFunction]',\n funcTag = '[object Function]',\n genTag = '[object GeneratorFunction]',\n proxyTag = '[object Proxy]';\n\n/**\n * Checks if `value` is classified as a `Function` object.\n *\n * @static\n * @memberOf _\n * @since 0.1.0\n * @category Lang\n * @param {*} value The value to check.\n * @returns {boolean} Returns `true` if `value` is a function, else `false`.\n * @example\n *\n * _.isFunction(_);\n * // => true\n *\n * _.isFunction(/abc/);\n * // => false\n */\nfunction isFunction(value) {\n if (!isObject(value)) {\n return false;\n }\n // The use of `Object#toString` avoids issues with the `typeof` operator\n // in Safari 9 which returns 'object' for typed arrays and other constructors.\n var tag = baseGetTag(value);\n return tag == funcTag || tag == genTag || tag == asyncTag || tag == proxyTag;\n}\n\nmodule.exports = isFunction;\n","var isObject = require('./isObject');\n\n/** Built-in value references. */\nvar objectCreate = Object.create;\n\n/**\n * The base implementation of `_.create` without support for assigning\n * properties to the created object.\n *\n * @private\n * @param {Object} proto The object to inherit from.\n * @returns {Object} Returns the new object.\n */\nvar baseCreate = (function() {\n function object() {}\n return function(proto) {\n if (!isObject(proto)) {\n return {};\n }\n if (objectCreate) {\n return objectCreate(proto);\n }\n object.prototype = proto;\n var result = new object;\n object.prototype = undefined;\n return result;\n };\n}());\n\nmodule.exports = baseCreate;\n","/**\n * Copies the values of `source` to `array`.\n *\n * @private\n * @param {Array} source The array to copy values from.\n * @param {Array} [array=[]] The array to copy values to.\n * @returns {Array} Returns `array`.\n */\nfunction copyArray(source, array) {\n var index = -1,\n length = source.length;\n\n array || (array = Array(length));\n while (++index < length) {\n array[index] = source[index];\n }\n return array;\n}\n\nmodule.exports = copyArray;\n","var baseGetTag = require('./_baseGetTag'),\n isObjectLike = require('./isObjectLike');\n\n/** `Object#toString` result references. */\nvar symbolTag = '[object Symbol]';\n\n/**\n * Checks if `value` is classified as a `Symbol` primitive or object.\n *\n * @static\n * @memberOf _\n * @since 4.0.0\n * @category Lang\n * @param {*} value The value to check.\n * @returns {boolean} Returns `true` if `value` is a symbol, else `false`.\n * @example\n *\n * _.isSymbol(Symbol.iterator);\n * // => true\n *\n * _.isSymbol('abc');\n * // => false\n */\nfunction isSymbol(value) {\n return typeof value == 'symbol' ||\n (isObjectLike(value) && baseGetTag(value) == symbolTag);\n}\n\nmodule.exports = isSymbol;\n","var assignValue = require('./_assignValue'),\n baseAssignValue = require('./_baseAssignValue');\n\n/**\n * Copies properties of `source` to `object`.\n *\n * @private\n * @param {Object} source The object to copy properties from.\n * @param {Array} props The property identifiers to copy.\n * @param {Object} [object={}] The object to copy properties to.\n * @param {Function} [customizer] The function to customize copied values.\n * @returns {Object} Returns `object`.\n */\nfunction copyObject(source, props, object, customizer) {\n var isNew = !object;\n object || (object = {});\n\n var index = -1,\n length = props.length;\n\n while (++index < length) {\n var key = props[index];\n\n var newValue = customizer\n ? customizer(object[key], source[key], key, object, source)\n : undefined;\n\n if (newValue === undefined) {\n newValue = source[key];\n }\n if (isNew) {\n baseAssignValue(object, key, newValue);\n } else {\n assignValue(object, key, newValue);\n }\n }\n return object;\n}\n\nmodule.exports = copyObject;\n","var arrayLikeKeys = require('./_arrayLikeKeys'),\n baseKeys = require('./_baseKeys'),\n isArrayLike = require('./isArrayLike');\n\n/**\n * Creates an array of the own enumerable property names of `object`.\n *\n * **Note:** Non-object values are coerced to objects. See the\n * [ES spec](http://ecma-international.org/ecma-262/7.0/#sec-object.keys)\n * for more details.\n *\n * @static\n * @since 0.1.0\n * @memberOf _\n * @category Object\n * @param {Object} object The object to query.\n * @returns {Array} Returns the array of property names.\n * @example\n *\n * function Foo() {\n * this.a = 1;\n * this.b = 2;\n * }\n *\n * Foo.prototype.c = 3;\n *\n * _.keys(new Foo);\n * // => ['a', 'b'] (iteration order is not guaranteed)\n *\n * _.keys('hi');\n * // => ['0', '1']\n */\nfunction keys(object) {\n return isArrayLike(object) ? arrayLikeKeys(object) : baseKeys(object);\n}\n\nmodule.exports = keys;\n","var root = require('./_root'),\n stubFalse = require('./stubFalse');\n\n/** Detect free variable `exports`. */\nvar freeExports = typeof exports == 'object' && exports && !exports.nodeType && exports;\n\n/** Detect free variable `module`. */\nvar freeModule = freeExports && typeof module == 'object' && module && !module.nodeType && module;\n\n/** Detect the popular CommonJS extension `module.exports`. */\nvar moduleExports = freeModule && freeModule.exports === freeExports;\n\n/** Built-in value references. */\nvar Buffer = moduleExports ? root.Buffer : undefined;\n\n/* Built-in method references for those with the same name as other `lodash` methods. */\nvar nativeIsBuffer = Buffer ? Buffer.isBuffer : undefined;\n\n/**\n * Checks if `value` is a buffer.\n *\n * @static\n * @memberOf _\n * @since 4.3.0\n * @category Lang\n * @param {*} value The value to check.\n * @returns {boolean} Returns `true` if `value` is a buffer, else `false`.\n * @example\n *\n * _.isBuffer(new Buffer(2));\n * // => true\n *\n * _.isBuffer(new Uint8Array(2));\n * // => false\n */\nvar isBuffer = nativeIsBuffer || stubFalse;\n\nmodule.exports = isBuffer;\n","/** Used for built-in method references. */\nvar objectProto = Object.prototype;\n\n/**\n * Checks if `value` is likely a prototype object.\n *\n * @private\n * @param {*} value The value to check.\n * @returns {boolean} Returns `true` if `value` is a prototype, else `false`.\n */\nfunction isPrototype(value) {\n var Ctor = value && value.constructor,\n proto = (typeof Ctor == 'function' && Ctor.prototype) || objectProto;\n\n return value === proto;\n}\n\nmodule.exports = isPrototype;\n","var getNative = require('./_getNative'),\n root = require('./_root');\n\n/* Built-in method references that are verified to be native. */\nvar Map = getNative(root, 'Map');\n\nmodule.exports = Map;\n","var isSymbol = require('./isSymbol');\n\n/** Used as references for various `Number` constants. */\nvar INFINITY = 1 / 0;\n\n/**\n * Converts `value` to a string key if it's not a string or symbol.\n *\n * @private\n * @param {*} value The value to inspect.\n * @returns {string|symbol} Returns the key.\n */\nfunction toKey(value) {\n if (typeof value == 'string' || isSymbol(value)) {\n return value;\n }\n var result = (value + '');\n return (result == '0' && (1 / value) == -INFINITY) ? '-0' : result;\n}\n\nmodule.exports = toKey;\n","'use strict';\n\nmodule.exports = function bind(fn, thisArg) {\n return function wrap() {\n var args = new Array(arguments.length);\n for (var i = 0; i < args.length; i++) {\n args[i] = arguments[i];\n }\n return fn.apply(thisArg, args);\n };\n};\n","'use strict';\n\nvar utils = require('./../utils');\n\nfunction encode(val) {\n return encodeURIComponent(val).\n replace(/%3A/gi, ':').\n replace(/%24/g, '$').\n replace(/%2C/gi, ',').\n replace(/%20/g, '+').\n replace(/%5B/gi, '[').\n replace(/%5D/gi, ']');\n}\n\n/**\n * Build a URL by appending params to the end\n *\n * @param {string} url The base of the url (e.g., http://www.google.com)\n * @param {object} [params] The params to be appended\n * @returns {string} The formatted url\n */\nmodule.exports = function buildURL(url, params, paramsSerializer) {\n /*eslint no-param-reassign:0*/\n if (!params) {\n return url;\n }\n\n var serializedParams;\n if (paramsSerializer) {\n serializedParams = paramsSerializer(params);\n } else if (utils.isURLSearchParams(params)) {\n serializedParams = params.toString();\n } else {\n var parts = [];\n\n utils.forEach(params, function serialize(val, key) {\n if (val === null || typeof val === 'undefined') {\n return;\n }\n\n if (utils.isArray(val)) {\n key = key + '[]';\n } else {\n val = [val];\n }\n\n utils.forEach(val, function parseValue(v) {\n if (utils.isDate(v)) {\n v = v.toISOString();\n } else if (utils.isObject(v)) {\n v = JSON.stringify(v);\n }\n parts.push(encode(key) + '=' + encode(v));\n });\n });\n\n serializedParams = parts.join('&');\n }\n\n if (serializedParams) {\n var hashmarkIndex = url.indexOf('#');\n if (hashmarkIndex !== -1) {\n url = url.slice(0, hashmarkIndex);\n }\n\n url += (url.indexOf('?') === -1 ? '?' : '&') + serializedParams;\n }\n\n return url;\n};\n","'use strict';\n\nmodule.exports = function isCancel(value) {\n return !!(value && value.__CANCEL__);\n};\n","'use strict';\n\nvar utils = require('./utils');\nvar normalizeHeaderName = require('./helpers/normalizeHeaderName');\n\nvar DEFAULT_CONTENT_TYPE = {\n 'Content-Type': 'application/x-www-form-urlencoded'\n};\n\nfunction setContentTypeIfUnset(headers, value) {\n if (!utils.isUndefined(headers) && utils.isUndefined(headers['Content-Type'])) {\n headers['Content-Type'] = value;\n }\n}\n\nfunction getDefaultAdapter() {\n var adapter;\n if (typeof XMLHttpRequest !== 'undefined') {\n // For browsers use XHR adapter\n adapter = require('./adapters/xhr');\n } else if (typeof process !== 'undefined' && Object.prototype.toString.call(process) === '[object process]') {\n // For node use HTTP adapter\n adapter = require('./adapters/http');\n }\n return adapter;\n}\n\nvar defaults = {\n adapter: getDefaultAdapter(),\n\n transformRequest: [function transformRequest(data, headers) {\n normalizeHeaderName(headers, 'Accept');\n normalizeHeaderName(headers, 'Content-Type');\n if (utils.isFormData(data) ||\n utils.isArrayBuffer(data) ||\n utils.isBuffer(data) ||\n utils.isStream(data) ||\n utils.isFile(data) ||\n utils.isBlob(data)\n ) {\n return data;\n }\n if (utils.isArrayBufferView(data)) {\n return data.buffer;\n }\n if (utils.isURLSearchParams(data)) {\n setContentTypeIfUnset(headers, 'application/x-www-form-urlencoded;charset=utf-8');\n return data.toString();\n }\n if (utils.isObject(data)) {\n setContentTypeIfUnset(headers, 'application/json;charset=utf-8');\n return JSON.stringify(data);\n }\n return data;\n }],\n\n transformResponse: [function transformResponse(data) {\n /*eslint no-param-reassign:0*/\n if (typeof data === 'string') {\n try {\n data = JSON.parse(data);\n } catch (e) { /* Ignore */ }\n }\n return data;\n }],\n\n /**\n * A timeout in milliseconds to abort a request. If set to 0 (default) a\n * timeout is not created.\n */\n timeout: 0,\n\n xsrfCookieName: 'XSRF-TOKEN',\n xsrfHeaderName: 'X-XSRF-TOKEN',\n\n maxContentLength: -1,\n maxBodyLength: -1,\n\n validateStatus: function validateStatus(status) {\n return status >= 200 && status < 300;\n }\n};\n\ndefaults.headers = {\n common: {\n 'Accept': 'application/json, text/plain, */*'\n }\n};\n\nutils.forEach(['delete', 'get', 'head'], function forEachMethodNoData(method) {\n defaults.headers[method] = {};\n});\n\nutils.forEach(['post', 'put', 'patch'], function forEachMethodWithData(method) {\n defaults.headers[method] = utils.merge(DEFAULT_CONTENT_TYPE);\n});\n\nmodule.exports = defaults;\n","'use strict';\n\nvar utils = require('./../utils');\nvar settle = require('./../core/settle');\nvar cookies = require('./../helpers/cookies');\nvar buildURL = require('./../helpers/buildURL');\nvar buildFullPath = require('../core/buildFullPath');\nvar parseHeaders = require('./../helpers/parseHeaders');\nvar isURLSameOrigin = require('./../helpers/isURLSameOrigin');\nvar createError = require('../core/createError');\n\nmodule.exports = function xhrAdapter(config) {\n return new Promise(function dispatchXhrRequest(resolve, reject) {\n var requestData = config.data;\n var requestHeaders = config.headers;\n\n if (utils.isFormData(requestData)) {\n delete requestHeaders['Content-Type']; // Let the browser set it\n }\n\n var request = new XMLHttpRequest();\n\n // HTTP basic authentication\n if (config.auth) {\n var username = config.auth.username || '';\n var password = config.auth.password ? unescape(encodeURIComponent(config.auth.password)) : '';\n requestHeaders.Authorization = 'Basic ' + btoa(username + ':' + password);\n }\n\n var fullPath = buildFullPath(config.baseURL, config.url);\n request.open(config.method.toUpperCase(), buildURL(fullPath, config.params, config.paramsSerializer), true);\n\n // Set the request timeout in MS\n request.timeout = config.timeout;\n\n // Listen for ready state\n request.onreadystatechange = function handleLoad() {\n if (!request || request.readyState !== 4) {\n return;\n }\n\n // The request errored out and we didn't get a response, this will be\n // handled by onerror instead\n // With one exception: request that using file: protocol, most browsers\n // will return status as 0 even though it's a successful request\n if (request.status === 0 && !(request.responseURL && request.responseURL.indexOf('file:') === 0)) {\n return;\n }\n\n // Prepare the response\n var responseHeaders = 'getAllResponseHeaders' in request ? parseHeaders(request.getAllResponseHeaders()) : null;\n var responseData = !config.responseType || config.responseType === 'text' ? request.responseText : request.response;\n var response = {\n data: responseData,\n status: request.status,\n statusText: request.statusText,\n headers: responseHeaders,\n config: config,\n request: request\n };\n\n settle(resolve, reject, response);\n\n // Clean up request\n request = null;\n };\n\n // Handle browser request cancellation (as opposed to a manual cancellation)\n request.onabort = function handleAbort() {\n if (!request) {\n return;\n }\n\n reject(createError('Request aborted', config, 'ECONNABORTED', request));\n\n // Clean up request\n request = null;\n };\n\n // Handle low level network errors\n request.onerror = function handleError() {\n // Real errors are hidden from us by the browser\n // onerror should only fire if it's a network error\n reject(createError('Network Error', config, null, request));\n\n // Clean up request\n request = null;\n };\n\n // Handle timeout\n request.ontimeout = function handleTimeout() {\n var timeoutErrorMessage = 'timeout of ' + config.timeout + 'ms exceeded';\n if (config.timeoutErrorMessage) {\n timeoutErrorMessage = config.timeoutErrorMessage;\n }\n reject(createError(timeoutErrorMessage, config, 'ECONNABORTED',\n request));\n\n // Clean up request\n request = null;\n };\n\n // Add xsrf header\n // This is only done if running in a standard browser environment.\n // Specifically not if we're in a web worker, or react-native.\n if (utils.isStandardBrowserEnv()) {\n // Add xsrf header\n var xsrfValue = (config.withCredentials || isURLSameOrigin(fullPath)) && config.xsrfCookieName ?\n cookies.read(config.xsrfCookieName) :\n undefined;\n\n if (xsrfValue) {\n requestHeaders[config.xsrfHeaderName] = xsrfValue;\n }\n }\n\n // Add headers to the request\n if ('setRequestHeader' in request) {\n utils.forEach(requestHeaders, function setRequestHeader(val, key) {\n if (typeof requestData === 'undefined' && key.toLowerCase() === 'content-type') {\n // Remove Content-Type if data is undefined\n delete requestHeaders[key];\n } else {\n // Otherwise add header to the request\n request.setRequestHeader(key, val);\n }\n });\n }\n\n // Add withCredentials to request if needed\n if (!utils.isUndefined(config.withCredentials)) {\n request.withCredentials = !!config.withCredentials;\n }\n\n // Add responseType to request if needed\n if (config.responseType) {\n try {\n request.responseType = config.responseType;\n } catch (e) {\n // Expected DOMException thrown by browsers not compatible XMLHttpRequest Level 2.\n // But, this can be suppressed for 'json' type as it can be parsed by default 'transformResponse' function.\n if (config.responseType !== 'json') {\n throw e;\n }\n }\n }\n\n // Handle progress if needed\n if (typeof config.onDownloadProgress === 'function') {\n request.addEventListener('progress', config.onDownloadProgress);\n }\n\n // Not all browsers support upload events\n if (typeof config.onUploadProgress === 'function' && request.upload) {\n request.upload.addEventListener('progress', config.onUploadProgress);\n }\n\n if (config.cancelToken) {\n // Handle cancellation\n config.cancelToken.promise.then(function onCanceled(cancel) {\n if (!request) {\n return;\n }\n\n request.abort();\n reject(cancel);\n // Clean up request\n request = null;\n });\n }\n\n if (!requestData) {\n requestData = null;\n }\n\n // Send the request\n request.send(requestData);\n });\n};\n","'use strict';\n\nvar enhanceError = require('./enhanceError');\n\n/**\n * Create an Error with the specified message, config, error code, request and response.\n *\n * @param {string} message The error message.\n * @param {Object} config The config.\n * @param {string} [code] The error code (for example, 'ECONNABORTED').\n * @param {Object} [request] The request.\n * @param {Object} [response] The response.\n * @returns {Error} The created error.\n */\nmodule.exports = function createError(message, config, code, request, response) {\n var error = new Error(message);\n return enhanceError(error, config, code, request, response);\n};\n","'use strict';\n\nvar utils = require('../utils');\n\n/**\n * Config-specific merge-function which creates a new config-object\n * by merging two configuration objects together.\n *\n * @param {Object} config1\n * @param {Object} config2\n * @returns {Object} New object resulting from merging config2 to config1\n */\nmodule.exports = function mergeConfig(config1, config2) {\n // eslint-disable-next-line no-param-reassign\n config2 = config2 || {};\n var config = {};\n\n var valueFromConfig2Keys = ['url', 'method', 'data'];\n var mergeDeepPropertiesKeys = ['headers', 'auth', 'proxy', 'params'];\n var defaultToConfig2Keys = [\n 'baseURL', 'transformRequest', 'transformResponse', 'paramsSerializer',\n 'timeout', 'timeoutMessage', 'withCredentials', 'adapter', 'responseType', 'xsrfCookieName',\n 'xsrfHeaderName', 'onUploadProgress', 'onDownloadProgress', 'decompress',\n 'maxContentLength', 'maxBodyLength', 'maxRedirects', 'transport', 'httpAgent',\n 'httpsAgent', 'cancelToken', 'socketPath', 'responseEncoding'\n ];\n var directMergeKeys = ['validateStatus'];\n\n function getMergedValue(target, source) {\n if (utils.isPlainObject(target) && utils.isPlainObject(source)) {\n return utils.merge(target, source);\n } else if (utils.isPlainObject(source)) {\n return utils.merge({}, source);\n } else if (utils.isArray(source)) {\n return source.slice();\n }\n return source;\n }\n\n function mergeDeepProperties(prop) {\n if (!utils.isUndefined(config2[prop])) {\n config[prop] = getMergedValue(config1[prop], config2[prop]);\n } else if (!utils.isUndefined(config1[prop])) {\n config[prop] = getMergedValue(undefined, config1[prop]);\n }\n }\n\n utils.forEach(valueFromConfig2Keys, function valueFromConfig2(prop) {\n if (!utils.isUndefined(config2[prop])) {\n config[prop] = getMergedValue(undefined, config2[prop]);\n }\n });\n\n utils.forEach(mergeDeepPropertiesKeys, mergeDeepProperties);\n\n utils.forEach(defaultToConfig2Keys, function defaultToConfig2(prop) {\n if (!utils.isUndefined(config2[prop])) {\n config[prop] = getMergedValue(undefined, config2[prop]);\n } else if (!utils.isUndefined(config1[prop])) {\n config[prop] = getMergedValue(undefined, config1[prop]);\n }\n });\n\n utils.forEach(directMergeKeys, function merge(prop) {\n if (prop in config2) {\n config[prop] = getMergedValue(config1[prop], config2[prop]);\n } else if (prop in config1) {\n config[prop] = getMergedValue(undefined, config1[prop]);\n }\n });\n\n var axiosKeys = valueFromConfig2Keys\n .concat(mergeDeepPropertiesKeys)\n .concat(defaultToConfig2Keys)\n .concat(directMergeKeys);\n\n var otherKeys = Object\n .keys(config1)\n .concat(Object.keys(config2))\n .filter(function filterAxiosKeys(key) {\n return axiosKeys.indexOf(key) === -1;\n });\n\n utils.forEach(otherKeys, mergeDeepProperties);\n\n return config;\n};\n","'use strict';\n\n/**\n * A `Cancel` is an object that is thrown when an operation is canceled.\n *\n * @class\n * @param {string=} message The message.\n */\nfunction Cancel(message) {\n this.message = message;\n}\n\nCancel.prototype.toString = function toString() {\n return 'Cancel' + (this.message ? ': ' + this.message : '');\n};\n\nCancel.prototype.__CANCEL__ = true;\n\nmodule.exports = Cancel;\n","'use strict';\nvar $forEach = require('../internals/array-iteration').forEach;\nvar arrayMethodIsStrict = require('../internals/array-method-is-strict');\n\nvar STRICT_METHOD = arrayMethodIsStrict('forEach');\n\n// `Array.prototype.forEach` method implementation\n// https://tc39.es/ecma262/#sec-array.prototype.foreach\nmodule.exports = !STRICT_METHOD ? function forEach(callbackfn /* , thisArg */) {\n return $forEach(this, callbackfn, arguments.length > 1 ? arguments[1] : undefined);\n// eslint-disable-next-line es/no-array-prototype-foreach -- safe\n} : [].forEach;\n","'use strict';\n/* eslint-disable es/no-array-prototype-indexof -- required for testing */\nvar $ = require('../internals/export');\nvar $indexOf = require('../internals/array-includes').indexOf;\nvar arrayMethodIsStrict = require('../internals/array-method-is-strict');\n\nvar nativeIndexOf = [].indexOf;\n\nvar NEGATIVE_ZERO = !!nativeIndexOf && 1 / [1].indexOf(1, -0) < 0;\nvar STRICT_METHOD = arrayMethodIsStrict('indexOf');\n\n// `Array.prototype.indexOf` method\n// https://tc39.es/ecma262/#sec-array.prototype.indexof\n$({ target: 'Array', proto: true, forced: NEGATIVE_ZERO || !STRICT_METHOD }, {\n indexOf: function indexOf(searchElement /* , fromIndex = 0 */) {\n return NEGATIVE_ZERO\n // convert -0 to +0\n ? nativeIndexOf.apply(this, arguments) || 0\n : $indexOf(this, searchElement, arguments.length > 1 ? arguments[1] : undefined);\n }\n});\n","var classof = require('../internals/classof-raw');\nvar global = require('../internals/global');\n\nmodule.exports = classof(global.process) == 'process';\n","/** Used as references for various `Number` constants. */\nvar MAX_SAFE_INTEGER = 9007199254740991;\n\n/** Used to detect unsigned integer values. */\nvar reIsUint = /^(?:0|[1-9]\\d*)$/;\n\n/**\n * Checks if `value` is a valid array-like index.\n *\n * @private\n * @param {*} value The value to check.\n * @param {number} [length=MAX_SAFE_INTEGER] The upper bounds of a valid index.\n * @returns {boolean} Returns `true` if `value` is a valid index, else `false`.\n */\nfunction isIndex(value, length) {\n var type = typeof value;\n length = length == null ? MAX_SAFE_INTEGER : length;\n\n return !!length &&\n (type == 'number' ||\n (type != 'symbol' && reIsUint.test(value))) &&\n (value > -1 && value % 1 == 0 && value < length);\n}\n\nmodule.exports = isIndex;\n","var baseIsArguments = require('./_baseIsArguments'),\n isObjectLike = require('./isObjectLike');\n\n/** Used for built-in method references. */\nvar objectProto = Object.prototype;\n\n/** Used to check objects for own properties. */\nvar hasOwnProperty = objectProto.hasOwnProperty;\n\n/** Built-in value references. */\nvar propertyIsEnumerable = objectProto.propertyIsEnumerable;\n\n/**\n * Checks if `value` is likely an `arguments` object.\n *\n * @static\n * @memberOf _\n * @since 0.1.0\n * @category Lang\n * @param {*} value The value to check.\n * @returns {boolean} Returns `true` if `value` is an `arguments` object,\n * else `false`.\n * @example\n *\n * _.isArguments(function() { return arguments; }());\n * // => true\n *\n * _.isArguments([1, 2, 3]);\n * // => false\n */\nvar isArguments = baseIsArguments(function() { return arguments; }()) ? baseIsArguments : function(value) {\n return isObjectLike(value) && hasOwnProperty.call(value, 'callee') &&\n !propertyIsEnumerable.call(value, 'callee');\n};\n\nmodule.exports = isArguments;\n","/** Used as references for various `Number` constants. */\nvar MAX_SAFE_INTEGER = 9007199254740991;\n\n/**\n * Checks if `value` is a valid array-like length.\n *\n * **Note:** This method is loosely based on\n * [`ToLength`](http://ecma-international.org/ecma-262/7.0/#sec-tolength).\n *\n * @static\n * @memberOf _\n * @since 4.0.0\n * @category Lang\n * @param {*} value The value to check.\n * @returns {boolean} Returns `true` if `value` is a valid length, else `false`.\n * @example\n *\n * _.isLength(3);\n * // => true\n *\n * _.isLength(Number.MIN_VALUE);\n * // => false\n *\n * _.isLength(Infinity);\n * // => false\n *\n * _.isLength('3');\n * // => false\n */\nfunction isLength(value) {\n return typeof value == 'number' &&\n value > -1 && value % 1 == 0 && value <= MAX_SAFE_INTEGER;\n}\n\nmodule.exports = isLength;\n","var isFunction = require('./isFunction'),\n isLength = require('./isLength');\n\n/**\n * Checks if `value` is array-like. A value is considered array-like if it's\n * not a function and has a `value.length` that's an integer greater than or\n * equal to `0` and less than or equal to `Number.MAX_SAFE_INTEGER`.\n *\n * @static\n * @memberOf _\n * @since 4.0.0\n * @category Lang\n * @param {*} value The value to check.\n * @returns {boolean} Returns `true` if `value` is array-like, else `false`.\n * @example\n *\n * _.isArrayLike([1, 2, 3]);\n * // => true\n *\n * _.isArrayLike(document.body.children);\n * // => true\n *\n * _.isArrayLike('abc');\n * // => true\n *\n * _.isArrayLike(_.noop);\n * // => false\n */\nfunction isArrayLike(value) {\n return value != null && isLength(value.length) && !isFunction(value);\n}\n\nmodule.exports = isArrayLike;\n","var ListCache = require('./_ListCache'),\n stackClear = require('./_stackClear'),\n stackDelete = require('./_stackDelete'),\n stackGet = require('./_stackGet'),\n stackHas = require('./_stackHas'),\n stackSet = require('./_stackSet');\n\n/**\n * Creates a stack cache object to store key-value pairs.\n *\n * @private\n * @constructor\n * @param {Array} [entries] The key-value pairs to cache.\n */\nfunction Stack(entries) {\n var data = this.__data__ = new ListCache(entries);\n this.size = data.size;\n}\n\n// Add methods to `Stack`.\nStack.prototype.clear = stackClear;\nStack.prototype['delete'] = stackDelete;\nStack.prototype.get = stackGet;\nStack.prototype.has = stackHas;\nStack.prototype.set = stackSet;\n\nmodule.exports = Stack;\n","var mapCacheClear = require('./_mapCacheClear'),\n mapCacheDelete = require('./_mapCacheDelete'),\n mapCacheGet = require('./_mapCacheGet'),\n mapCacheHas = require('./_mapCacheHas'),\n mapCacheSet = require('./_mapCacheSet');\n\n/**\n * Creates a map cache object to store key-value pairs.\n *\n * @private\n * @constructor\n * @param {Array} [entries] The key-value pairs to cache.\n */\nfunction MapCache(entries) {\n var index = -1,\n length = entries == null ? 0 : entries.length;\n\n this.clear();\n while (++index < length) {\n var entry = entries[index];\n this.set(entry[0], entry[1]);\n }\n}\n\n// Add methods to `MapCache`.\nMapCache.prototype.clear = mapCacheClear;\nMapCache.prototype['delete'] = mapCacheDelete;\nMapCache.prototype.get = mapCacheGet;\nMapCache.prototype.has = mapCacheHas;\nMapCache.prototype.set = mapCacheSet;\n\nmodule.exports = MapCache;\n","var arrayLikeKeys = require('./_arrayLikeKeys'),\n baseKeysIn = require('./_baseKeysIn'),\n isArrayLike = require('./isArrayLike');\n\n/**\n * Creates an array of the own and inherited enumerable property names of `object`.\n *\n * **Note:** Non-object values are coerced to objects.\n *\n * @static\n * @memberOf _\n * @since 3.0.0\n * @category Object\n * @param {Object} object The object to query.\n * @returns {Array} Returns the array of property names.\n * @example\n *\n * function Foo() {\n * this.a = 1;\n * this.b = 2;\n * }\n *\n * Foo.prototype.c = 3;\n *\n * _.keysIn(new Foo);\n * // => ['a', 'b', 'c'] (iteration order is not guaranteed)\n */\nfunction keysIn(object) {\n return isArrayLike(object) ? arrayLikeKeys(object, true) : baseKeysIn(object);\n}\n\nmodule.exports = keysIn;\n","var overArg = require('./_overArg');\n\n/** Built-in value references. */\nvar getPrototype = overArg(Object.getPrototypeOf, Object);\n\nmodule.exports = getPrototype;\n","'use strict';\nvar $ = require('../internals/export');\nvar forEach = require('../internals/array-for-each');\n\n// `Array.prototype.forEach` method\n// https://tc39.es/ecma262/#sec-array.prototype.foreach\n// eslint-disable-next-line es/no-array-prototype-foreach -- safe\n$({ target: 'Array', proto: true, forced: [].forEach != forEach }, {\n forEach: forEach\n});\n","'use strict';\nvar TO_STRING_TAG_SUPPORT = require('../internals/to-string-tag-support');\nvar classof = require('../internals/classof');\n\n// `Object.prototype.toString` method implementation\n// https://tc39.es/ecma262/#sec-object.prototype.tostring\nmodule.exports = TO_STRING_TAG_SUPPORT ? {}.toString : function toString() {\n return '[object ' + classof(this) + ']';\n};\n","var baseCreate = require('./_baseCreate'),\n isObject = require('./isObject');\n\n/**\n * Creates a function that produces an instance of `Ctor` regardless of\n * whether it was invoked as part of a `new` expression or by `call` or `apply`.\n *\n * @private\n * @param {Function} Ctor The constructor to wrap.\n * @returns {Function} Returns the new wrapped function.\n */\nfunction createCtor(Ctor) {\n return function() {\n // Use a `switch` statement to work with class constructors. See\n // http://ecma-international.org/ecma-262/7.0/#sec-ecmascript-function-objects-call-thisargument-argumentslist\n // for more details.\n var args = arguments;\n switch (args.length) {\n case 0: return new Ctor;\n case 1: return new Ctor(args[0]);\n case 2: return new Ctor(args[0], args[1]);\n case 3: return new Ctor(args[0], args[1], args[2]);\n case 4: return new Ctor(args[0], args[1], args[2], args[3]);\n case 5: return new Ctor(args[0], args[1], args[2], args[3], args[4]);\n case 6: return new Ctor(args[0], args[1], args[2], args[3], args[4], args[5]);\n case 7: return new Ctor(args[0], args[1], args[2], args[3], args[4], args[5], args[6]);\n }\n var thisBinding = baseCreate(Ctor.prototype),\n result = Ctor.apply(thisBinding, args);\n\n // Mimic the constructor's `return` behavior.\n // See https://es5.github.io/#x13.2.2 for more details.\n return isObject(result) ? result : thisBinding;\n };\n}\n\nmodule.exports = createCtor;\n","/**\n * A faster alternative to `Function#apply`, this function invokes `func`\n * with the `this` binding of `thisArg` and the arguments of `args`.\n *\n * @private\n * @param {Function} func The function to invoke.\n * @param {*} thisArg The `this` binding of `func`.\n * @param {Array} args The arguments to invoke `func` with.\n * @returns {*} Returns the result of `func`.\n */\nfunction apply(func, thisArg, args) {\n switch (args.length) {\n case 0: return func.call(thisArg);\n case 1: return func.call(thisArg, args[0]);\n case 2: return func.call(thisArg, args[0], args[1]);\n case 3: return func.call(thisArg, args[0], args[1], args[2]);\n }\n return func.apply(thisArg, args);\n}\n\nmodule.exports = apply;\n","var defineProperty = require('./_defineProperty');\n\n/**\n * The base implementation of `assignValue` and `assignMergeValue` without\n * value checks.\n *\n * @private\n * @param {Object} object The object to modify.\n * @param {string} key The key of the property to assign.\n * @param {*} value The value to assign.\n */\nfunction baseAssignValue(object, key, value) {\n if (key == '__proto__' && defineProperty) {\n defineProperty(object, key, {\n 'configurable': true,\n 'enumerable': true,\n 'value': value,\n 'writable': true\n });\n } else {\n object[key] = value;\n }\n}\n\nmodule.exports = baseAssignValue;\n","var baseIsTypedArray = require('./_baseIsTypedArray'),\n baseUnary = require('./_baseUnary'),\n nodeUtil = require('./_nodeUtil');\n\n/* Node.js helper references. */\nvar nodeIsTypedArray = nodeUtil && nodeUtil.isTypedArray;\n\n/**\n * Checks if `value` is classified as a typed array.\n *\n * @static\n * @memberOf _\n * @since 3.0.0\n * @category Lang\n * @param {*} value The value to check.\n * @returns {boolean} Returns `true` if `value` is a typed array, else `false`.\n * @example\n *\n * _.isTypedArray(new Uint8Array);\n * // => true\n *\n * _.isTypedArray([]);\n * // => false\n */\nvar isTypedArray = nodeIsTypedArray ? baseUnary(nodeIsTypedArray) : baseIsTypedArray;\n\nmodule.exports = isTypedArray;\n","/**\n * The base implementation of `_.unary` without support for storing metadata.\n *\n * @private\n * @param {Function} func The function to cap arguments for.\n * @returns {Function} Returns the new capped function.\n */\nfunction baseUnary(func) {\n return function(value) {\n return func(value);\n };\n}\n\nmodule.exports = baseUnary;\n","var freeGlobal = require('./_freeGlobal');\n\n/** Detect free variable `exports`. */\nvar freeExports = typeof exports == 'object' && exports && !exports.nodeType && exports;\n\n/** Detect free variable `module`. */\nvar freeModule = freeExports && typeof module == 'object' && module && !module.nodeType && module;\n\n/** Detect the popular CommonJS extension `module.exports`. */\nvar moduleExports = freeModule && freeModule.exports === freeExports;\n\n/** Detect free variable `process` from Node.js. */\nvar freeProcess = moduleExports && freeGlobal.process;\n\n/** Used to access faster Node.js helpers. */\nvar nodeUtil = (function() {\n try {\n // Use `util.types` for Node.js 10+.\n var types = freeModule && freeModule.require && freeModule.require('util').types;\n\n if (types) {\n return types;\n }\n\n // Legacy `process.binding('util')` for Node.js < 10.\n return freeProcess && freeProcess.binding && freeProcess.binding('util');\n } catch (e) {}\n}());\n\nmodule.exports = nodeUtil;\n","var arrayFilter = require('./_arrayFilter'),\n stubArray = require('./stubArray');\n\n/** Used for built-in method references. */\nvar objectProto = Object.prototype;\n\n/** Built-in value references. */\nvar propertyIsEnumerable = objectProto.propertyIsEnumerable;\n\n/* Built-in method references for those with the same name as other `lodash` methods. */\nvar nativeGetSymbols = Object.getOwnPropertySymbols;\n\n/**\n * Creates an array of the own enumerable symbols of `object`.\n *\n * @private\n * @param {Object} object The object to query.\n * @returns {Array} Returns the array of symbols.\n */\nvar getSymbols = !nativeGetSymbols ? stubArray : function(object) {\n if (object == null) {\n return [];\n }\n object = Object(object);\n return arrayFilter(nativeGetSymbols(object), function(symbol) {\n return propertyIsEnumerable.call(object, symbol);\n });\n};\n\nmodule.exports = getSymbols;\n","/**\n * Appends the elements of `values` to `array`.\n *\n * @private\n * @param {Array} array The array to modify.\n * @param {Array} values The values to append.\n * @returns {Array} Returns `array`.\n */\nfunction arrayPush(array, values) {\n var index = -1,\n length = values.length,\n offset = array.length;\n\n while (++index < length) {\n array[offset + index] = values[index];\n }\n return array;\n}\n\nmodule.exports = arrayPush;\n","var Uint8Array = require('./_Uint8Array');\n\n/**\n * Creates a clone of `arrayBuffer`.\n *\n * @private\n * @param {ArrayBuffer} arrayBuffer The array buffer to clone.\n * @returns {ArrayBuffer} Returns the cloned array buffer.\n */\nfunction cloneArrayBuffer(arrayBuffer) {\n var result = new arrayBuffer.constructor(arrayBuffer.byteLength);\n new Uint8Array(result).set(new Uint8Array(arrayBuffer));\n return result;\n}\n\nmodule.exports = cloneArrayBuffer;\n","\"use strict\";\n\nrequire(\"core-js/modules/es.array.for-each\");\n\nObject.defineProperty(exports, \"__esModule\", {\n value: true\n});\nexports.getRequestToken = getRequestToken;\nexports.onRequestTokenUpdate = onRequestTokenUpdate;\n\nvar _eventBus = require(\"@nextcloud/event-bus\");\n\nvar tokenElement = document.getElementsByTagName('head')[0];\nvar token = tokenElement ? tokenElement.getAttribute('data-requesttoken') : null;\nvar observers = [];\n\nfunction getRequestToken() {\n return token;\n}\n\nfunction onRequestTokenUpdate(observer) {\n observers.push(observer);\n} // Listen to server event and keep token in sync\n\n\n(0, _eventBus.subscribe)('csrf-token-update', function (e) {\n token = e.token;\n observers.forEach(function (observer) {\n try {\n observer(e.token);\n } catch (e) {\n console.error('error updating CSRF token observer', e);\n }\n });\n});\n//# sourceMappingURL=requesttoken.js.map","\"use strict\";\n\nObject.defineProperty(exports, \"__esModule\", {\n value: true\n});\nexports.getCurrentUser = getCurrentUser;\n/// <reference types=\"@nextcloud/typings\" />\nvar uidElement = document.getElementsByTagName('head')[0];\nvar uid = uidElement ? uidElement.getAttribute('data-user') : null;\nvar displayNameElement = document.getElementsByTagName('head')[0];\nvar displayName = displayNameElement ? displayNameElement.getAttribute('data-user-displayname') : null;\nvar isAdmin = typeof OC === 'undefined' ? false : OC.isUserAdmin();\n\nfunction getCurrentUser() {\n if (uid === null) {\n return null;\n }\n\n return {\n uid: uid,\n displayName: displayName,\n isAdmin: isAdmin\n };\n}\n//# sourceMappingURL=user.js.map","'use strict';\n\nexports.__esModule = true;\n// istanbul ignore next\n\nfunction _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { 'default': obj }; }\n\n// istanbul ignore next\n\nfunction _interopRequireWildcard(obj) { if (obj && obj.__esModule) { return obj; } else { var newObj = {}; if (obj != null) { for (var key in obj) { if (Object.prototype.hasOwnProperty.call(obj, key)) newObj[key] = obj[key]; } } newObj['default'] = obj; return newObj; } }\n\nvar _handlebarsBase = require('./handlebars/base');\n\nvar base = _interopRequireWildcard(_handlebarsBase);\n\n// Each of these augment the Handlebars object. No need to setup here.\n// (This is done to easily share code between commonjs and browse envs)\n\nvar _handlebarsSafeString = require('./handlebars/safe-string');\n\nvar _handlebarsSafeString2 = _interopRequireDefault(_handlebarsSafeString);\n\nvar _handlebarsException = require('./handlebars/exception');\n\nvar _handlebarsException2 = _interopRequireDefault(_handlebarsException);\n\nvar _handlebarsUtils = require('./handlebars/utils');\n\nvar Utils = _interopRequireWildcard(_handlebarsUtils);\n\nvar _handlebarsRuntime = require('./handlebars/runtime');\n\nvar runtime = _interopRequireWildcard(_handlebarsRuntime);\n\nvar _handlebarsNoConflict = require('./handlebars/no-conflict');\n\nvar _handlebarsNoConflict2 = _interopRequireDefault(_handlebarsNoConflict);\n\n// For compatibility and usage outside of module systems, make the Handlebars object a namespace\nfunction create() {\n var hb = new base.HandlebarsEnvironment();\n\n Utils.extend(hb, base);\n hb.SafeString = _handlebarsSafeString2['default'];\n hb.Exception = _handlebarsException2['default'];\n hb.Utils = Utils;\n hb.escapeExpression = Utils.escapeExpression;\n\n hb.VM = runtime;\n hb.template = function (spec) {\n return runtime.template(spec, hb);\n };\n\n return hb;\n}\n\nvar inst = create();\ninst.create = create;\n\n_handlebarsNoConflict2['default'](inst);\n\ninst['default'] = inst;\n\nexports['default'] = inst;\nmodule.exports = exports['default'];\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uL2xpYi9oYW5kbGViYXJzLnJ1bnRpbWUuanMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6Ijs7Ozs7Ozs7Ozs7OEJBQXNCLG1CQUFtQjs7SUFBN0IsSUFBSTs7Ozs7b0NBSU8sMEJBQTBCOzs7O21DQUMzQix3QkFBd0I7Ozs7K0JBQ3ZCLG9CQUFvQjs7SUFBL0IsS0FBSzs7aUNBQ1Esc0JBQXNCOztJQUFuQyxPQUFPOztvQ0FFSSwwQkFBMEI7Ozs7O0FBR2pELFNBQVMsTUFBTSxHQUFHO0FBQ2hCLE1BQUksRUFBRSxHQUFHLElBQUksSUFBSSxDQUFDLHFCQUFxQixFQUFFLENBQUM7O0FBRTFDLE9BQUssQ0FBQyxNQUFNLENBQUMsRUFBRSxFQUFFLElBQUksQ0FBQyxDQUFDO0FBQ3ZCLElBQUUsQ0FBQyxVQUFVLG9DQUFhLENBQUM7QUFDM0IsSUFBRSxDQUFDLFNBQVMsbUNBQVksQ0FBQztBQUN6QixJQUFFLENBQUMsS0FBSyxHQUFHLEtBQUssQ0FBQztBQUNqQixJQUFFLENBQUMsZ0JBQWdCLEdBQUcsS0FBSyxDQUFDLGdCQUFnQixDQUFDOztBQUU3QyxJQUFFLENBQUMsRUFBRSxHQUFHLE9BQU8sQ0FBQztBQUNoQixJQUFFLENBQUMsUUFBUSxHQUFHLFVBQVMsSUFBSSxFQUFFO0FBQzNCLFdBQU8sT0FBTyxDQUFDLFFBQVEsQ0FBQyxJQUFJLEVBQUUsRUFBRSxDQUFDLENBQUM7R0FDbkMsQ0FBQzs7QUFFRixTQUFPLEVBQUUsQ0FBQztDQUNYOztBQUVELElBQUksSUFBSSxHQUFHLE1BQU0sRUFBRSxDQUFDO0FBQ3BCLElBQUksQ0FBQyxNQUFNLEdBQUcsTUFBTSxDQUFDOztBQUVyQixrQ0FBVyxJQUFJLENBQUMsQ0FBQzs7QUFFakIsSUFBSSxDQUFDLFNBQVMsQ0FBQyxHQUFHLElBQUksQ0FBQzs7cUJBRVIsSUFBSSIsImZpbGUiOiJoYW5kbGViYXJzLnJ1bnRpbWUuanMiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgKiBhcyBiYXNlIGZyb20gJy4vaGFuZGxlYmFycy9iYXNlJztcblxuLy8gRWFjaCBvZiB0aGVzZSBhdWdtZW50IHRoZSBIYW5kbGViYXJzIG9iamVjdC4gTm8gbmVlZCB0byBzZXR1cCBoZXJlLlxuLy8gKFRoaXMgaXMgZG9uZSB0byBlYXNpbHkgc2hhcmUgY29kZSBiZXR3ZWVuIGNvbW1vbmpzIGFuZCBicm93c2UgZW52cylcbmltcG9ydCBTYWZlU3RyaW5nIGZyb20gJy4vaGFuZGxlYmFycy9zYWZlLXN0cmluZyc7XG5pbXBvcnQgRXhjZXB0aW9uIGZyb20gJy4vaGFuZGxlYmFycy9leGNlcHRpb24nO1xuaW1wb3J0ICogYXMgVXRpbHMgZnJvbSAnLi9oYW5kbGViYXJzL3V0aWxzJztcbmltcG9ydCAqIGFzIHJ1bnRpbWUgZnJvbSAnLi9oYW5kbGViYXJzL3J1bnRpbWUnO1xuXG5pbXBvcnQgbm9Db25mbGljdCBmcm9tICcuL2hhbmRsZWJhcnMvbm8tY29uZmxpY3QnO1xuXG4vLyBGb3IgY29tcGF0aWJpbGl0eSBhbmQgdXNhZ2Ugb3V0c2lkZSBvZiBtb2R1bGUgc3lzdGVtcywgbWFrZSB0aGUgSGFuZGxlYmFycyBvYmplY3QgYSBuYW1lc3BhY2VcbmZ1bmN0aW9uIGNyZWF0ZSgpIHtcbiAgbGV0IGhiID0gbmV3IGJhc2UuSGFuZGxlYmFyc0Vudmlyb25tZW50KCk7XG5cbiAgVXRpbHMuZXh0ZW5kKGhiLCBiYXNlKTtcbiAgaGIuU2FmZVN0cmluZyA9IFNhZmVTdHJpbmc7XG4gIGhiLkV4Y2VwdGlvbiA9IEV4Y2VwdGlvbjtcbiAgaGIuVXRpbHMgPSBVdGlscztcbiAgaGIuZXNjYXBlRXhwcmVzc2lvbiA9IFV0aWxzLmVzY2FwZUV4cHJlc3Npb247XG5cbiAgaGIuVk0gPSBydW50aW1lO1xuICBoYi50ZW1wbGF0ZSA9IGZ1bmN0aW9uKHNwZWMpIHtcbiAgICByZXR1cm4gcnVudGltZS50ZW1wbGF0ZShzcGVjLCBoYik7XG4gIH07XG5cbiAgcmV0dXJuIGhiO1xufVxuXG5sZXQgaW5zdCA9IGNyZWF0ZSgpO1xuaW5zdC5jcmVhdGUgPSBjcmVhdGU7XG5cbm5vQ29uZmxpY3QoaW5zdCk7XG5cbmluc3RbJ2RlZmF1bHQnXSA9IGluc3Q7XG5cbmV4cG9ydCBkZWZhdWx0IGluc3Q7XG4iXX0=\n","var aFunction = require('../internals/a-function');\nvar toObject = require('../internals/to-object');\nvar IndexedObject = require('../internals/indexed-object');\nvar toLength = require('../internals/to-length');\n\n// `Array.prototype.{ reduce, reduceRight }` methods implementation\nvar createMethod = function (IS_RIGHT) {\n return function (that, callbackfn, argumentsLength, memo) {\n aFunction(callbackfn);\n var O = toObject(that);\n var self = IndexedObject(O);\n var length = toLength(O.length);\n var index = IS_RIGHT ? length - 1 : 0;\n var i = IS_RIGHT ? -1 : 1;\n if (argumentsLength < 2) while (true) {\n if (index in self) {\n memo = self[index];\n index += i;\n break;\n }\n index += i;\n if (IS_RIGHT ? index < 0 : length <= index) {\n throw TypeError('Reduce of empty array with no initial value');\n }\n }\n for (;IS_RIGHT ? index >= 0 : length > index; index += i) if (index in self) {\n memo = callbackfn(memo, self[index], index, O);\n }\n return memo;\n };\n};\n\nmodule.exports = {\n // `Array.prototype.reduce` method\n // https://tc39.es/ecma262/#sec-array.prototype.reduce\n left: createMethod(false),\n // `Array.prototype.reduceRight` method\n // https://tc39.es/ecma262/#sec-array.prototype.reduceright\n right: createMethod(true)\n};\n","/** Detect free variable `global` from Node.js. */\nvar freeGlobal = typeof global == 'object' && global && global.Object === Object && global;\n\nmodule.exports = freeGlobal;\n","/** Used for built-in method references. */\nvar funcProto = Function.prototype;\n\n/** Used to resolve the decompiled source of functions. */\nvar funcToString = funcProto.toString;\n\n/**\n * Converts `func` to its source code.\n *\n * @private\n * @param {Function} func The function to convert.\n * @returns {string} Returns the source code.\n */\nfunction toSource(func) {\n if (func != null) {\n try {\n return funcToString.call(func);\n } catch (e) {}\n try {\n return (func + '');\n } catch (e) {}\n }\n return '';\n}\n\nmodule.exports = toSource;\n","var getNative = require('./_getNative');\n\nvar defineProperty = (function() {\n try {\n var func = getNative(Object, 'defineProperty');\n func({}, '', {});\n return func;\n } catch (e) {}\n}());\n\nmodule.exports = defineProperty;\n","var baseTimes = require('./_baseTimes'),\n isArguments = require('./isArguments'),\n isArray = require('./isArray'),\n isBuffer = require('./isBuffer'),\n isIndex = require('./_isIndex'),\n isTypedArray = require('./isTypedArray');\n\n/** Used for built-in method references. */\nvar objectProto = Object.prototype;\n\n/** Used to check objects for own properties. */\nvar hasOwnProperty = objectProto.hasOwnProperty;\n\n/**\n * Creates an array of the enumerable property names of the array-like `value`.\n *\n * @private\n * @param {*} value The value to query.\n * @param {boolean} inherited Specify returning inherited property names.\n * @returns {Array} Returns the array of property names.\n */\nfunction arrayLikeKeys(value, inherited) {\n var isArr = isArray(value),\n isArg = !isArr && isArguments(value),\n isBuff = !isArr && !isArg && isBuffer(value),\n isType = !isArr && !isArg && !isBuff && isTypedArray(value),\n skipIndexes = isArr || isArg || isBuff || isType,\n result = skipIndexes ? baseTimes(value.length, String) : [],\n length = result.length;\n\n for (var key in value) {\n if ((inherited || hasOwnProperty.call(value, key)) &&\n !(skipIndexes && (\n // Safari 9 has enumerable `arguments.length` in strict mode.\n key == 'length' ||\n // Node.js 0.10 has enumerable non-index properties on buffers.\n (isBuff && (key == 'offset' || key == 'parent')) ||\n // PhantomJS 2 has enumerable non-index properties on typed arrays.\n (isType && (key == 'buffer' || key == 'byteLength' || key == 'byteOffset')) ||\n // Skip index properties.\n isIndex(key, length)\n ))) {\n result.push(key);\n }\n }\n return result;\n}\n\nmodule.exports = arrayLikeKeys;\n","/**\n * Creates a unary function that invokes `func` with its argument transformed.\n *\n * @private\n * @param {Function} func The function to wrap.\n * @param {Function} transform The argument transform.\n * @returns {Function} Returns the new function.\n */\nfunction overArg(func, transform) {\n return function(arg) {\n return func(transform(arg));\n };\n}\n\nmodule.exports = overArg;\n","var root = require('./_root');\n\n/** Built-in value references. */\nvar Uint8Array = root.Uint8Array;\n\nmodule.exports = Uint8Array;\n","var SetCache = require('./_SetCache'),\n arraySome = require('./_arraySome'),\n cacheHas = require('./_cacheHas');\n\n/** Used to compose bitmasks for value comparisons. */\nvar COMPARE_PARTIAL_FLAG = 1,\n COMPARE_UNORDERED_FLAG = 2;\n\n/**\n * A specialized version of `baseIsEqualDeep` for arrays with support for\n * partial deep comparisons.\n *\n * @private\n * @param {Array} array The array to compare.\n * @param {Array} other The other array to compare.\n * @param {number} bitmask The bitmask flags. See `baseIsEqual` for more details.\n * @param {Function} customizer The function to customize comparisons.\n * @param {Function} equalFunc The function to determine equivalents of values.\n * @param {Object} stack Tracks traversed `array` and `other` objects.\n * @returns {boolean} Returns `true` if the arrays are equivalent, else `false`.\n */\nfunction equalArrays(array, other, bitmask, customizer, equalFunc, stack) {\n var isPartial = bitmask & COMPARE_PARTIAL_FLAG,\n arrLength = array.length,\n othLength = other.length;\n\n if (arrLength != othLength && !(isPartial && othLength > arrLength)) {\n return false;\n }\n // Check that cyclic values are equal.\n var arrStacked = stack.get(array);\n var othStacked = stack.get(other);\n if (arrStacked && othStacked) {\n return arrStacked == other && othStacked == array;\n }\n var index = -1,\n result = true,\n seen = (bitmask & COMPARE_UNORDERED_FLAG) ? new SetCache : undefined;\n\n stack.set(array, other);\n stack.set(other, array);\n\n // Ignore non-index properties.\n while (++index < arrLength) {\n var arrValue = array[index],\n othValue = other[index];\n\n if (customizer) {\n var compared = isPartial\n ? customizer(othValue, arrValue, index, other, array, stack)\n : customizer(arrValue, othValue, index, array, other, stack);\n }\n if (compared !== undefined) {\n if (compared) {\n continue;\n }\n result = false;\n break;\n }\n // Recursively compare arrays (susceptible to call stack limits).\n if (seen) {\n if (!arraySome(other, function(othValue, othIndex) {\n if (!cacheHas(seen, othIndex) &&\n (arrValue === othValue || equalFunc(arrValue, othValue, bitmask, customizer, stack))) {\n return seen.push(othIndex);\n }\n })) {\n result = false;\n break;\n }\n } else if (!(\n arrValue === othValue ||\n equalFunc(arrValue, othValue, bitmask, customizer, stack)\n )) {\n result = false;\n break;\n }\n }\n stack['delete'](array);\n stack['delete'](other);\n return result;\n}\n\nmodule.exports = equalArrays;\n","'use strict';\nvar $ = require('../internals/export');\nvar $filter = require('../internals/array-iteration').filter;\nvar arrayMethodHasSpeciesSupport = require('../internals/array-method-has-species-support');\n\nvar HAS_SPECIES_SUPPORT = arrayMethodHasSpeciesSupport('filter');\n\n// `Array.prototype.filter` method\n// https://tc39.es/ecma262/#sec-array.prototype.filter\n// with adding support of @@species\n$({ target: 'Array', proto: true, forced: !HAS_SPECIES_SUPPORT }, {\n filter: function filter(callbackfn /* , thisArg */) {\n return $filter(this, callbackfn, arguments.length > 1 ? arguments[1] : undefined);\n }\n});\n","var isObject = require('../internals/is-object');\nvar classof = require('../internals/classof-raw');\nvar wellKnownSymbol = require('../internals/well-known-symbol');\n\nvar MATCH = wellKnownSymbol('match');\n\n// `IsRegExp` abstract operation\n// https://tc39.es/ecma262/#sec-isregexp\nmodule.exports = function (it) {\n var isRegExp;\n return isObject(it) && ((isRegExp = it[MATCH]) !== undefined ? !!isRegExp : classof(it) == 'RegExp');\n};\n","var baseSetData = require('./_baseSetData'),\n createBind = require('./_createBind'),\n createCurry = require('./_createCurry'),\n createHybrid = require('./_createHybrid'),\n createPartial = require('./_createPartial'),\n getData = require('./_getData'),\n mergeData = require('./_mergeData'),\n setData = require('./_setData'),\n setWrapToString = require('./_setWrapToString'),\n toInteger = require('./toInteger');\n\n/** Error message constants. */\nvar FUNC_ERROR_TEXT = 'Expected a function';\n\n/** Used to compose bitmasks for function metadata. */\nvar WRAP_BIND_FLAG = 1,\n WRAP_BIND_KEY_FLAG = 2,\n WRAP_CURRY_FLAG = 8,\n WRAP_CURRY_RIGHT_FLAG = 16,\n WRAP_PARTIAL_FLAG = 32,\n WRAP_PARTIAL_RIGHT_FLAG = 64;\n\n/* Built-in method references for those with the same name as other `lodash` methods. */\nvar nativeMax = Math.max;\n\n/**\n * Creates a function that either curries or invokes `func` with optional\n * `this` binding and partially applied arguments.\n *\n * @private\n * @param {Function|string} func The function or method name to wrap.\n * @param {number} bitmask The bitmask flags.\n * 1 - `_.bind`\n * 2 - `_.bindKey`\n * 4 - `_.curry` or `_.curryRight` of a bound function\n * 8 - `_.curry`\n * 16 - `_.curryRight`\n * 32 - `_.partial`\n * 64 - `_.partialRight`\n * 128 - `_.rearg`\n * 256 - `_.ary`\n * 512 - `_.flip`\n * @param {*} [thisArg] The `this` binding of `func`.\n * @param {Array} [partials] The arguments to be partially applied.\n * @param {Array} [holders] The `partials` placeholder indexes.\n * @param {Array} [argPos] The argument positions of the new function.\n * @param {number} [ary] The arity cap of `func`.\n * @param {number} [arity] The arity of `func`.\n * @returns {Function} Returns the new wrapped function.\n */\nfunction createWrap(func, bitmask, thisArg, partials, holders, argPos, ary, arity) {\n var isBindKey = bitmask & WRAP_BIND_KEY_FLAG;\n if (!isBindKey && typeof func != 'function') {\n throw new TypeError(FUNC_ERROR_TEXT);\n }\n var length = partials ? partials.length : 0;\n if (!length) {\n bitmask &= ~(WRAP_PARTIAL_FLAG | WRAP_PARTIAL_RIGHT_FLAG);\n partials = holders = undefined;\n }\n ary = ary === undefined ? ary : nativeMax(toInteger(ary), 0);\n arity = arity === undefined ? arity : toInteger(arity);\n length -= holders ? holders.length : 0;\n\n if (bitmask & WRAP_PARTIAL_RIGHT_FLAG) {\n var partialsRight = partials,\n holdersRight = holders;\n\n partials = holders = undefined;\n }\n var data = isBindKey ? undefined : getData(func);\n\n var newData = [\n func, bitmask, thisArg, partials, holders, partialsRight, holdersRight,\n argPos, ary, arity\n ];\n\n if (data) {\n mergeData(newData, data);\n }\n func = newData[0];\n bitmask = newData[1];\n thisArg = newData[2];\n partials = newData[3];\n holders = newData[4];\n arity = newData[9] = newData[9] === undefined\n ? (isBindKey ? 0 : func.length)\n : nativeMax(newData[9] - length, 0);\n\n if (!arity && bitmask & (WRAP_CURRY_FLAG | WRAP_CURRY_RIGHT_FLAG)) {\n bitmask &= ~(WRAP_CURRY_FLAG | WRAP_CURRY_RIGHT_FLAG);\n }\n if (!bitmask || bitmask == WRAP_BIND_FLAG) {\n var result = createBind(func, bitmask, thisArg);\n } else if (bitmask == WRAP_CURRY_FLAG || bitmask == WRAP_CURRY_RIGHT_FLAG) {\n result = createCurry(func, bitmask, arity);\n } else if ((bitmask == WRAP_PARTIAL_FLAG || bitmask == (WRAP_BIND_FLAG | WRAP_PARTIAL_FLAG)) && !holders.length) {\n result = createPartial(func, bitmask, thisArg, partials);\n } else {\n result = createHybrid.apply(undefined, newData);\n }\n var setter = data ? baseSetData : setData;\n return setWrapToString(setter(result, newData), func, bitmask);\n}\n\nmodule.exports = createWrap;\n","var getNative = require('./_getNative'),\n root = require('./_root');\n\n/* Built-in method references that are verified to be native. */\nvar WeakMap = getNative(root, 'WeakMap');\n\nmodule.exports = WeakMap;\n","var baseCreate = require('./_baseCreate'),\n baseLodash = require('./_baseLodash');\n\n/** Used as references for the maximum length and index of an array. */\nvar MAX_ARRAY_LENGTH = 4294967295;\n\n/**\n * Creates a lazy wrapper object which wraps `value` to enable lazy evaluation.\n *\n * @private\n * @constructor\n * @param {*} value The value to wrap.\n */\nfunction LazyWrapper(value) {\n this.__wrapped__ = value;\n this.__actions__ = [];\n this.__dir__ = 1;\n this.__filtered__ = false;\n this.__iteratees__ = [];\n this.__takeCount__ = MAX_ARRAY_LENGTH;\n this.__views__ = [];\n}\n\n// Ensure `LazyWrapper` is an instance of `baseLodash`.\nLazyWrapper.prototype = baseCreate(baseLodash.prototype);\nLazyWrapper.prototype.constructor = LazyWrapper;\n\nmodule.exports = LazyWrapper;\n","/**\n * The function whose prototype chain sequence wrappers inherit from.\n *\n * @private\n */\nfunction baseLodash() {\n // No operation performed.\n}\n\nmodule.exports = baseLodash;\n","/** Used to detect hot functions by number of calls within a span of milliseconds. */\nvar HOT_COUNT = 800,\n HOT_SPAN = 16;\n\n/* Built-in method references for those with the same name as other `lodash` methods. */\nvar nativeNow = Date.now;\n\n/**\n * Creates a function that'll short out and invoke `identity` instead\n * of `func` when it's called `HOT_COUNT` or more times in `HOT_SPAN`\n * milliseconds.\n *\n * @private\n * @param {Function} func The function to restrict.\n * @returns {Function} Returns the new shortable function.\n */\nfunction shortOut(func) {\n var count = 0,\n lastCalled = 0;\n\n return function() {\n var stamp = nativeNow(),\n remaining = HOT_SPAN - (stamp - lastCalled);\n\n lastCalled = stamp;\n if (remaining > 0) {\n if (++count >= HOT_COUNT) {\n return arguments[0];\n }\n } else {\n count = 0;\n }\n return func.apply(undefined, arguments);\n };\n}\n\nmodule.exports = shortOut;\n","var baseSetToString = require('./_baseSetToString'),\n shortOut = require('./_shortOut');\n\n/**\n * Sets the `toString` method of `func` to return `string`.\n *\n * @private\n * @param {Function} func The function to modify.\n * @param {Function} string The `toString` result.\n * @returns {Function} Returns `func`.\n */\nvar setToString = shortOut(baseSetToString);\n\nmodule.exports = setToString;\n","/**\n * A specialized version of `_.forEach` for arrays without support for\n * iteratee shorthands.\n *\n * @private\n * @param {Array} [array] The array to iterate over.\n * @param {Function} iteratee The function invoked per iteration.\n * @returns {Array} Returns `array`.\n */\nfunction arrayEach(array, iteratee) {\n var index = -1,\n length = array == null ? 0 : array.length;\n\n while (++index < length) {\n if (iteratee(array[index], index, array) === false) {\n break;\n }\n }\n return array;\n}\n\nmodule.exports = arrayEach;\n","/** Used as the internal argument placeholder. */\nvar PLACEHOLDER = '__lodash_placeholder__';\n\n/**\n * Replaces all `placeholder` elements in `array` with an internal placeholder\n * and returns an array of their indexes.\n *\n * @private\n * @param {Array} array The array to modify.\n * @param {*} placeholder The placeholder to replace.\n * @returns {Array} Returns the new array of placeholder indexes.\n */\nfunction replaceHolders(array, placeholder) {\n var index = -1,\n length = array.length,\n resIndex = 0,\n result = [];\n\n while (++index < length) {\n var value = array[index];\n if (value === placeholder || value === PLACEHOLDER) {\n array[index] = PLACEHOLDER;\n result[resIndex++] = index;\n }\n }\n return result;\n}\n\nmodule.exports = replaceHolders;\n","var baseAssignValue = require('./_baseAssignValue'),\n eq = require('./eq');\n\n/** Used for built-in method references. */\nvar objectProto = Object.prototype;\n\n/** Used to check objects for own properties. */\nvar hasOwnProperty = objectProto.hasOwnProperty;\n\n/**\n * Assigns `value` to `key` of `object` if the existing value is not equivalent\n * using [`SameValueZero`](http://ecma-international.org/ecma-262/7.0/#sec-samevaluezero)\n * for equality comparisons.\n *\n * @private\n * @param {Object} object The object to modify.\n * @param {string} key The key of the property to assign.\n * @param {*} value The value to assign.\n */\nfunction assignValue(object, key, value) {\n var objValue = object[key];\n if (!(hasOwnProperty.call(object, key) && eq(objValue, value)) ||\n (value === undefined && !(key in object))) {\n baseAssignValue(object, key, value);\n }\n}\n\nmodule.exports = assignValue;\n","var isPrototype = require('./_isPrototype'),\n nativeKeys = require('./_nativeKeys');\n\n/** Used for built-in method references. */\nvar objectProto = Object.prototype;\n\n/** Used to check objects for own properties. */\nvar hasOwnProperty = objectProto.hasOwnProperty;\n\n/**\n * The base implementation of `_.keys` which doesn't treat sparse arrays as dense.\n *\n * @private\n * @param {Object} object The object to query.\n * @returns {Array} Returns the array of property names.\n */\nfunction baseKeys(object) {\n if (!isPrototype(object)) {\n return nativeKeys(object);\n }\n var result = [];\n for (var key in Object(object)) {\n if (hasOwnProperty.call(object, key) && key != 'constructor') {\n result.push(key);\n }\n }\n return result;\n}\n\nmodule.exports = baseKeys;\n","/**\n * This method returns a new empty array.\n *\n * @static\n * @memberOf _\n * @since 4.13.0\n * @category Util\n * @returns {Array} Returns the new empty array.\n * @example\n *\n * var arrays = _.times(2, _.stubArray);\n *\n * console.log(arrays);\n * // => [[], []]\n *\n * console.log(arrays[0] === arrays[1]);\n * // => false\n */\nfunction stubArray() {\n return [];\n}\n\nmodule.exports = stubArray;\n","var baseGetAllKeys = require('./_baseGetAllKeys'),\n getSymbols = require('./_getSymbols'),\n keys = require('./keys');\n\n/**\n * Creates an array of own enumerable property names and symbols of `object`.\n *\n * @private\n * @param {Object} object The object to query.\n * @returns {Array} Returns the array of property names and symbols.\n */\nfunction getAllKeys(object) {\n return baseGetAllKeys(object, keys, getSymbols);\n}\n\nmodule.exports = getAllKeys;\n","var arrayPush = require('./_arrayPush'),\n isArray = require('./isArray');\n\n/**\n * The base implementation of `getAllKeys` and `getAllKeysIn` which uses\n * `keysFunc` and `symbolsFunc` to get the enumerable property names and\n * symbols of `object`.\n *\n * @private\n * @param {Object} object The object to query.\n * @param {Function} keysFunc The function to get the keys of `object`.\n * @param {Function} symbolsFunc The function to get the symbols of `object`.\n * @returns {Array} Returns the array of property names and symbols.\n */\nfunction baseGetAllKeys(object, keysFunc, symbolsFunc) {\n var result = keysFunc(object);\n return isArray(object) ? result : arrayPush(result, symbolsFunc(object));\n}\n\nmodule.exports = baseGetAllKeys;\n","var baseIsEqualDeep = require('./_baseIsEqualDeep'),\n isObjectLike = require('./isObjectLike');\n\n/**\n * The base implementation of `_.isEqual` which supports partial comparisons\n * and tracks traversed objects.\n *\n * @private\n * @param {*} value The value to compare.\n * @param {*} other The other value to compare.\n * @param {boolean} bitmask The bitmask flags.\n * 1 - Unordered comparison\n * 2 - Partial comparison\n * @param {Function} [customizer] The function to customize comparisons.\n * @param {Object} [stack] Tracks traversed `value` and `other` objects.\n * @returns {boolean} Returns `true` if the values are equivalent, else `false`.\n */\nfunction baseIsEqual(value, other, bitmask, customizer, stack) {\n if (value === other) {\n return true;\n }\n if (value == null || other == null || (!isObjectLike(value) && !isObjectLike(other))) {\n return value !== value && other !== other;\n }\n return baseIsEqualDeep(value, other, bitmask, customizer, baseIsEqual, stack);\n}\n\nmodule.exports = baseIsEqual;\n","var isArray = require('./isArray'),\n isSymbol = require('./isSymbol');\n\n/** Used to match property names within property paths. */\nvar reIsDeepProp = /\\.|\\[(?:[^[\\]]*|([\"'])(?:(?!\\1)[^\\\\]|\\\\.)*?\\1)\\]/,\n reIsPlainProp = /^\\w*$/;\n\n/**\n * Checks if `value` is a property name and not a property path.\n *\n * @private\n * @param {*} value The value to check.\n * @param {Object} [object] The object to query keys on.\n * @returns {boolean} Returns `true` if `value` is a property name, else `false`.\n */\nfunction isKey(value, object) {\n if (isArray(value)) {\n return false;\n }\n var type = typeof value;\n if (type == 'number' || type == 'symbol' || type == 'boolean' ||\n value == null || isSymbol(value)) {\n return true;\n }\n return reIsPlainProp.test(value) || !reIsDeepProp.test(value) ||\n (object != null && value in Object(object));\n}\n\nmodule.exports = isKey;\n","module.exports = require('./lib/axios');","'use strict';\n\nvar utils = require('./utils');\nvar bind = require('./helpers/bind');\nvar Axios = require('./core/Axios');\nvar mergeConfig = require('./core/mergeConfig');\nvar defaults = require('./defaults');\n\n/**\n * Create an instance of Axios\n *\n * @param {Object} defaultConfig The default config for the instance\n * @return {Axios} A new instance of Axios\n */\nfunction createInstance(defaultConfig) {\n var context = new Axios(defaultConfig);\n var instance = bind(Axios.prototype.request, context);\n\n // Copy axios.prototype to instance\n utils.extend(instance, Axios.prototype, context);\n\n // Copy context to instance\n utils.extend(instance, context);\n\n return instance;\n}\n\n// Create the default instance to be exported\nvar axios = createInstance(defaults);\n\n// Expose Axios class to allow class inheritance\naxios.Axios = Axios;\n\n// Factory for creating new instances\naxios.create = function create(instanceConfig) {\n return createInstance(mergeConfig(axios.defaults, instanceConfig));\n};\n\n// Expose Cancel & CancelToken\naxios.Cancel = require('./cancel/Cancel');\naxios.CancelToken = require('./cancel/CancelToken');\naxios.isCancel = require('./cancel/isCancel');\n\n// Expose all/spread\naxios.all = function all(promises) {\n return Promise.all(promises);\n};\naxios.spread = require('./helpers/spread');\n\n// Expose isAxiosError\naxios.isAxiosError = require('./helpers/isAxiosError');\n\nmodule.exports = axios;\n\n// Allow use of default import syntax in TypeScript\nmodule.exports.default = axios;\n","'use strict';\n\nvar utils = require('./../utils');\nvar buildURL = require('../helpers/buildURL');\nvar InterceptorManager = require('./InterceptorManager');\nvar dispatchRequest = require('./dispatchRequest');\nvar mergeConfig = require('./mergeConfig');\n\n/**\n * Create a new instance of Axios\n *\n * @param {Object} instanceConfig The default config for the instance\n */\nfunction Axios(instanceConfig) {\n this.defaults = instanceConfig;\n this.interceptors = {\n request: new InterceptorManager(),\n response: new InterceptorManager()\n };\n}\n\n/**\n * Dispatch a request\n *\n * @param {Object} config The config specific for this request (merged with this.defaults)\n */\nAxios.prototype.request = function request(config) {\n /*eslint no-param-reassign:0*/\n // Allow for axios('example/url'[, config]) a la fetch API\n if (typeof config === 'string') {\n config = arguments[1] || {};\n config.url = arguments[0];\n } else {\n config = config || {};\n }\n\n config = mergeConfig(this.defaults, config);\n\n // Set config.method\n if (config.method) {\n config.method = config.method.toLowerCase();\n } else if (this.defaults.method) {\n config.method = this.defaults.method.toLowerCase();\n } else {\n config.method = 'get';\n }\n\n // Hook up interceptors middleware\n var chain = [dispatchRequest, undefined];\n var promise = Promise.resolve(config);\n\n this.interceptors.request.forEach(function unshiftRequestInterceptors(interceptor) {\n chain.unshift(interceptor.fulfilled, interceptor.rejected);\n });\n\n this.interceptors.response.forEach(function pushResponseInterceptors(interceptor) {\n chain.push(interceptor.fulfilled, interceptor.rejected);\n });\n\n while (chain.length) {\n promise = promise.then(chain.shift(), chain.shift());\n }\n\n return promise;\n};\n\nAxios.prototype.getUri = function getUri(config) {\n config = mergeConfig(this.defaults, config);\n return buildURL(config.url, config.params, config.paramsSerializer).replace(/^\\?/, '');\n};\n\n// Provide aliases for supported request methods\nutils.forEach(['delete', 'get', 'head', 'options'], function forEachMethodNoData(method) {\n /*eslint func-names:0*/\n Axios.prototype[method] = function(url, config) {\n return this.request(mergeConfig(config || {}, {\n method: method,\n url: url,\n data: (config || {}).data\n }));\n };\n});\n\nutils.forEach(['post', 'put', 'patch'], function forEachMethodWithData(method) {\n /*eslint func-names:0*/\n Axios.prototype[method] = function(url, data, config) {\n return this.request(mergeConfig(config || {}, {\n method: method,\n url: url,\n data: data\n }));\n };\n});\n\nmodule.exports = Axios;\n","'use strict';\n\nvar utils = require('./../utils');\n\nfunction InterceptorManager() {\n this.handlers = [];\n}\n\n/**\n * Add a new interceptor to the stack\n *\n * @param {Function} fulfilled The function to handle `then` for a `Promise`\n * @param {Function} rejected The function to handle `reject` for a `Promise`\n *\n * @return {Number} An ID used to remove interceptor later\n */\nInterceptorManager.prototype.use = function use(fulfilled, rejected) {\n this.handlers.push({\n fulfilled: fulfilled,\n rejected: rejected\n });\n return this.handlers.length - 1;\n};\n\n/**\n * Remove an interceptor from the stack\n *\n * @param {Number} id The ID that was returned by `use`\n */\nInterceptorManager.prototype.eject = function eject(id) {\n if (this.handlers[id]) {\n this.handlers[id] = null;\n }\n};\n\n/**\n * Iterate over all the registered interceptors\n *\n * This method is particularly useful for skipping over any\n * interceptors that may have become `null` calling `eject`.\n *\n * @param {Function} fn The function to call for each interceptor\n */\nInterceptorManager.prototype.forEach = function forEach(fn) {\n utils.forEach(this.handlers, function forEachHandler(h) {\n if (h !== null) {\n fn(h);\n }\n });\n};\n\nmodule.exports = InterceptorManager;\n","'use strict';\n\nvar utils = require('./../utils');\nvar transformData = require('./transformData');\nvar isCancel = require('../cancel/isCancel');\nvar defaults = require('../defaults');\n\n/**\n * Throws a `Cancel` if cancellation has been requested.\n */\nfunction throwIfCancellationRequested(config) {\n if (config.cancelToken) {\n config.cancelToken.throwIfRequested();\n }\n}\n\n/**\n * Dispatch a request to the server using the configured adapter.\n *\n * @param {object} config The config that is to be used for the request\n * @returns {Promise} The Promise to be fulfilled\n */\nmodule.exports = function dispatchRequest(config) {\n throwIfCancellationRequested(config);\n\n // Ensure headers exist\n config.headers = config.headers || {};\n\n // Transform request data\n config.data = transformData(\n config.data,\n config.headers,\n config.transformRequest\n );\n\n // Flatten headers\n config.headers = utils.merge(\n config.headers.common || {},\n config.headers[config.method] || {},\n config.headers\n );\n\n utils.forEach(\n ['delete', 'get', 'head', 'post', 'put', 'patch', 'common'],\n function cleanHeaderConfig(method) {\n delete config.headers[method];\n }\n );\n\n var adapter = config.adapter || defaults.adapter;\n\n return adapter(config).then(function onAdapterResolution(response) {\n throwIfCancellationRequested(config);\n\n // Transform response data\n response.data = transformData(\n response.data,\n response.headers,\n config.transformResponse\n );\n\n return response;\n }, function onAdapterRejection(reason) {\n if (!isCancel(reason)) {\n throwIfCancellationRequested(config);\n\n // Transform response data\n if (reason && reason.response) {\n reason.response.data = transformData(\n reason.response.data,\n reason.response.headers,\n config.transformResponse\n );\n }\n }\n\n return Promise.reject(reason);\n });\n};\n","'use strict';\n\nvar utils = require('./../utils');\n\n/**\n * Transform the data for a request or a response\n *\n * @param {Object|String} data The data to be transformed\n * @param {Array} headers The headers for the request or response\n * @param {Array|Function} fns A single function or Array of functions\n * @returns {*} The resulting transformed data\n */\nmodule.exports = function transformData(data, headers, fns) {\n /*eslint no-param-reassign:0*/\n utils.forEach(fns, function transform(fn) {\n data = fn(data, headers);\n });\n\n return data;\n};\n","'use strict';\n\nvar utils = require('../utils');\n\nmodule.exports = function normalizeHeaderName(headers, normalizedName) {\n utils.forEach(headers, function processHeader(value, name) {\n if (name !== normalizedName && name.toUpperCase() === normalizedName.toUpperCase()) {\n headers[normalizedName] = value;\n delete headers[name];\n }\n });\n};\n","'use strict';\n\nvar createError = require('./createError');\n\n/**\n * Resolve or reject a Promise based on response status.\n *\n * @param {Function} resolve A function that resolves the promise.\n * @param {Function} reject A function that rejects the promise.\n * @param {object} response The response.\n */\nmodule.exports = function settle(resolve, reject, response) {\n var validateStatus = response.config.validateStatus;\n if (!response.status || !validateStatus || validateStatus(response.status)) {\n resolve(response);\n } else {\n reject(createError(\n 'Request failed with status code ' + response.status,\n response.config,\n null,\n response.request,\n response\n ));\n }\n};\n","'use strict';\n\n/**\n * Update an Error with the specified config, error code, and response.\n *\n * @param {Error} error The error to update.\n * @param {Object} config The config.\n * @param {string} [code] The error code (for example, 'ECONNABORTED').\n * @param {Object} [request] The request.\n * @param {Object} [response] The response.\n * @returns {Error} The error.\n */\nmodule.exports = function enhanceError(error, config, code, request, response) {\n error.config = config;\n if (code) {\n error.code = code;\n }\n\n error.request = request;\n error.response = response;\n error.isAxiosError = true;\n\n error.toJSON = function toJSON() {\n return {\n // Standard\n message: this.message,\n name: this.name,\n // Microsoft\n description: this.description,\n number: this.number,\n // Mozilla\n fileName: this.fileName,\n lineNumber: this.lineNumber,\n columnNumber: this.columnNumber,\n stack: this.stack,\n // Axios\n config: this.config,\n code: this.code\n };\n };\n return error;\n};\n","'use strict';\n\nvar utils = require('./../utils');\n\nmodule.exports = (\n utils.isStandardBrowserEnv() ?\n\n // Standard browser envs support document.cookie\n (function standardBrowserEnv() {\n return {\n write: function write(name, value, expires, path, domain, secure) {\n var cookie = [];\n cookie.push(name + '=' + encodeURIComponent(value));\n\n if (utils.isNumber(expires)) {\n cookie.push('expires=' + new Date(expires).toGMTString());\n }\n\n if (utils.isString(path)) {\n cookie.push('path=' + path);\n }\n\n if (utils.isString(domain)) {\n cookie.push('domain=' + domain);\n }\n\n if (secure === true) {\n cookie.push('secure');\n }\n\n document.cookie = cookie.join('; ');\n },\n\n read: function read(name) {\n var match = document.cookie.match(new RegExp('(^|;\\\\s*)(' + name + ')=([^;]*)'));\n return (match ? decodeURIComponent(match[3]) : null);\n },\n\n remove: function remove(name) {\n this.write(name, '', Date.now() - 86400000);\n }\n };\n })() :\n\n // Non standard browser env (web workers, react-native) lack needed support.\n (function nonStandardBrowserEnv() {\n return {\n write: function write() {},\n read: function read() { return null; },\n remove: function remove() {}\n };\n })()\n);\n","'use strict';\n\nvar isAbsoluteURL = require('../helpers/isAbsoluteURL');\nvar combineURLs = require('../helpers/combineURLs');\n\n/**\n * Creates a new URL by combining the baseURL with the requestedURL,\n * only when the requestedURL is not already an absolute URL.\n * If the requestURL is absolute, this function returns the requestedURL untouched.\n *\n * @param {string} baseURL The base URL\n * @param {string} requestedURL Absolute or relative URL to combine\n * @returns {string} The combined full path\n */\nmodule.exports = function buildFullPath(baseURL, requestedURL) {\n if (baseURL && !isAbsoluteURL(requestedURL)) {\n return combineURLs(baseURL, requestedURL);\n }\n return requestedURL;\n};\n","'use strict';\n\n/**\n * Determines whether the specified URL is absolute\n *\n * @param {string} url The URL to test\n * @returns {boolean} True if the specified URL is absolute, otherwise false\n */\nmodule.exports = function isAbsoluteURL(url) {\n // A URL is considered absolute if it begins with \"<scheme>://\" or \"//\" (protocol-relative URL).\n // RFC 3986 defines scheme name as a sequence of characters beginning with a letter and followed\n // by any combination of letters, digits, plus, period, or hyphen.\n return /^([a-z][a-z\\d\\+\\-\\.]*:)?\\/\\//i.test(url);\n};\n","'use strict';\n\n/**\n * Creates a new URL by combining the specified URLs\n *\n * @param {string} baseURL The base URL\n * @param {string} relativeURL The relative URL\n * @returns {string} The combined URL\n */\nmodule.exports = function combineURLs(baseURL, relativeURL) {\n return relativeURL\n ? baseURL.replace(/\\/+$/, '') + '/' + relativeURL.replace(/^\\/+/, '')\n : baseURL;\n};\n","'use strict';\n\nvar utils = require('./../utils');\n\n// Headers whose duplicates are ignored by node\n// c.f. https://nodejs.org/api/http.html#http_message_headers\nvar ignoreDuplicateOf = [\n 'age', 'authorization', 'content-length', 'content-type', 'etag',\n 'expires', 'from', 'host', 'if-modified-since', 'if-unmodified-since',\n 'last-modified', 'location', 'max-forwards', 'proxy-authorization',\n 'referer', 'retry-after', 'user-agent'\n];\n\n/**\n * Parse headers into an object\n *\n * ```\n * Date: Wed, 27 Aug 2014 08:58:49 GMT\n * Content-Type: application/json\n * Connection: keep-alive\n * Transfer-Encoding: chunked\n * ```\n *\n * @param {String} headers Headers needing to be parsed\n * @returns {Object} Headers parsed into an object\n */\nmodule.exports = function parseHeaders(headers) {\n var parsed = {};\n var key;\n var val;\n var i;\n\n if (!headers) { return parsed; }\n\n utils.forEach(headers.split('\\n'), function parser(line) {\n i = line.indexOf(':');\n key = utils.trim(line.substr(0, i)).toLowerCase();\n val = utils.trim(line.substr(i + 1));\n\n if (key) {\n if (parsed[key] && ignoreDuplicateOf.indexOf(key) >= 0) {\n return;\n }\n if (key === 'set-cookie') {\n parsed[key] = (parsed[key] ? parsed[key] : []).concat([val]);\n } else {\n parsed[key] = parsed[key] ? parsed[key] + ', ' + val : val;\n }\n }\n });\n\n return parsed;\n};\n","'use strict';\n\nvar utils = require('./../utils');\n\nmodule.exports = (\n utils.isStandardBrowserEnv() ?\n\n // Standard browser envs have full support of the APIs needed to test\n // whether the request URL is of the same origin as current location.\n (function standardBrowserEnv() {\n var msie = /(msie|trident)/i.test(navigator.userAgent);\n var urlParsingNode = document.createElement('a');\n var originURL;\n\n /**\n * Parse a URL to discover it's components\n *\n * @param {String} url The URL to be parsed\n * @returns {Object}\n */\n function resolveURL(url) {\n var href = url;\n\n if (msie) {\n // IE needs attribute set twice to normalize properties\n urlParsingNode.setAttribute('href', href);\n href = urlParsingNode.href;\n }\n\n urlParsingNode.setAttribute('href', href);\n\n // urlParsingNode provides the UrlUtils interface - http://url.spec.whatwg.org/#urlutils\n return {\n href: urlParsingNode.href,\n protocol: urlParsingNode.protocol ? urlParsingNode.protocol.replace(/:$/, '') : '',\n host: urlParsingNode.host,\n search: urlParsingNode.search ? urlParsingNode.search.replace(/^\\?/, '') : '',\n hash: urlParsingNode.hash ? urlParsingNode.hash.replace(/^#/, '') : '',\n hostname: urlParsingNode.hostname,\n port: urlParsingNode.port,\n pathname: (urlParsingNode.pathname.charAt(0) === '/') ?\n urlParsingNode.pathname :\n '/' + urlParsingNode.pathname\n };\n }\n\n originURL = resolveURL(window.location.href);\n\n /**\n * Determine if a URL shares the same origin as the current location\n *\n * @param {String} requestURL The URL to test\n * @returns {boolean} True if URL shares the same origin, otherwise false\n */\n return function isURLSameOrigin(requestURL) {\n var parsed = (utils.isString(requestURL)) ? resolveURL(requestURL) : requestURL;\n return (parsed.protocol === originURL.protocol &&\n parsed.host === originURL.host);\n };\n })() :\n\n // Non standard browser envs (web workers, react-native) lack needed support.\n (function nonStandardBrowserEnv() {\n return function isURLSameOrigin() {\n return true;\n };\n })()\n);\n","'use strict';\n\nvar Cancel = require('./Cancel');\n\n/**\n * A `CancelToken` is an object that can be used to request cancellation of an operation.\n *\n * @class\n * @param {Function} executor The executor function.\n */\nfunction CancelToken(executor) {\n if (typeof executor !== 'function') {\n throw new TypeError('executor must be a function.');\n }\n\n var resolvePromise;\n this.promise = new Promise(function promiseExecutor(resolve) {\n resolvePromise = resolve;\n });\n\n var token = this;\n executor(function cancel(message) {\n if (token.reason) {\n // Cancellation has already been requested\n return;\n }\n\n token.reason = new Cancel(message);\n resolvePromise(token.reason);\n });\n}\n\n/**\n * Throws a `Cancel` if cancellation has been requested.\n */\nCancelToken.prototype.throwIfRequested = function throwIfRequested() {\n if (this.reason) {\n throw this.reason;\n }\n};\n\n/**\n * Returns an object that contains a new `CancelToken` and a function that, when called,\n * cancels the `CancelToken`.\n */\nCancelToken.source = function source() {\n var cancel;\n var token = new CancelToken(function executor(c) {\n cancel = c;\n });\n return {\n token: token,\n cancel: cancel\n };\n};\n\nmodule.exports = CancelToken;\n","'use strict';\n\n/**\n * Syntactic sugar for invoking a function and expanding an array for arguments.\n *\n * Common use case would be to use `Function.prototype.apply`.\n *\n * ```js\n * function f(x, y, z) {}\n * var args = [1, 2, 3];\n * f.apply(null, args);\n * ```\n *\n * With `spread` this example can be re-written.\n *\n * ```js\n * spread(function(x, y, z) {})([1, 2, 3]);\n * ```\n *\n * @param {Function} callback\n * @returns {Function}\n */\nmodule.exports = function spread(callback) {\n return function wrap(arr) {\n return callback.apply(null, arr);\n };\n};\n","'use strict';\n\n/**\n * Determines whether the payload is an error thrown by Axios\n *\n * @param {*} payload The value to test\n * @returns {boolean} True if the payload is an error thrown by Axios, otherwise false\n */\nmodule.exports = function isAxiosError(payload) {\n return (typeof payload === 'object') && (payload.isAxiosError === true);\n};\n","/**\n * @copyright Bernhard Posselt 2014\n *\n * @author Christoph Wurst <christoph@winzerhof-wurst.at>\n * @author John Molakvoæ <skjnldsv@protonmail.com>\n *\n * @license GNU AGPL version 3 or any later version\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see <http://www.gnu.org/licenses/>.\n *\n */\n\nimport $ from 'jquery'\n\nlet dynamicSlideToggleEnabled = false\n\nconst Apps = {\n\tenableDynamicSlideToggle() {\n\t\tdynamicSlideToggleEnabled = true\n\t},\n}\n\n/**\n * Shows the #app-sidebar and add .with-app-sidebar to subsequent siblings\n *\n * @param {Object} [$el] sidebar element to show, defaults to $('#app-sidebar')\n */\nApps.showAppSidebar = function($el) {\n\tconst $appSidebar = $el || $('#app-sidebar')\n\t$appSidebar.removeClass('disappear').show()\n\t$('#app-content').trigger(new $.Event('appresized'))\n}\n\n/**\n * Shows the #app-sidebar and removes .with-app-sidebar from subsequent\n * siblings\n *\n * @param {Object} [$el] sidebar element to hide, defaults to $('#app-sidebar')\n */\nApps.hideAppSidebar = function($el) {\n\tconst $appSidebar = $el || $('#app-sidebar')\n\t$appSidebar.hide().addClass('disappear')\n\t$('#app-content').trigger(new $.Event('appresized'))\n}\n\n/**\n * Provides a way to slide down a target area through a button and slide it\n * up if the user clicks somewhere else. Used for the news app settings and\n * add new field.\n *\n * Usage:\n * <button data-apps-slide-toggle=\".slide-area\">slide</button>\n * <div class=\".slide-area\" class=\"hidden\">I'm sliding up</div>\n */\nexport const registerAppsSlideToggle = () => {\n\tlet buttons = $('[data-apps-slide-toggle]')\n\n\tif (buttons.length === 0) {\n\t\t$('#app-navigation').addClass('without-app-settings')\n\t}\n\n\t$(document).click(function(event) {\n\n\t\tif (dynamicSlideToggleEnabled) {\n\t\t\tbuttons = $('[data-apps-slide-toggle]')\n\t\t}\n\n\t\tbuttons.each(function(index, button) {\n\n\t\t\tconst areaSelector = $(button).data('apps-slide-toggle')\n\t\t\tconst area = $(areaSelector)\n\n\t\t\tfunction hideArea() {\n\t\t\t\tarea.slideUp(OC.menuSpeed * 4, function() {\n\t\t\t\t\tarea.trigger(new $.Event('hide'))\n\t\t\t\t})\n\t\t\t\tarea.removeClass('opened')\n\t\t\t\t$(button).removeClass('opened')\n\t\t\t}\n\n\t\t\tfunction showArea() {\n\t\t\t\tarea.slideDown(OC.menuSpeed * 4, function() {\n\t\t\t\t\tarea.trigger(new $.Event('show'))\n\t\t\t\t})\n\t\t\t\tarea.addClass('opened')\n\t\t\t\t$(button).addClass('opened')\n\t\t\t\tconst input = $(areaSelector + ' [autofocus]')\n\t\t\t\tif (input.length === 1) {\n\t\t\t\t\tinput.focus()\n\t\t\t\t}\n\t\t\t}\n\n\t\t\t// do nothing if the area is animated\n\t\t\tif (!area.is(':animated')) {\n\n\t\t\t\t// button toggles the area\n\t\t\t\tif ($(button).is($(event.target).closest('[data-apps-slide-toggle]'))) {\n\t\t\t\t\tif (area.is(':visible')) {\n\t\t\t\t\t\thideArea()\n\t\t\t\t\t} else {\n\t\t\t\t\t\tshowArea()\n\t\t\t\t\t}\n\n\t\t\t\t\t// all other areas that have not been clicked but are open\n\t\t\t\t\t// should be slid up\n\t\t\t\t} else {\n\t\t\t\t\tconst closest = $(event.target).closest(areaSelector)\n\t\t\t\t\tif (area.is(':visible') && closest[0] !== area[0]) {\n\t\t\t\t\t\thideArea()\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t})\n\n\t})\n}\n\nexport default Apps\n","/*\n * vim: expandtab shiftwidth=4 softtabstop=4\n */\n\n/* global dav */\nif (typeof dav === 'undefined') { dav = {}; };\n\ndav._XML_CHAR_MAP = {\n '<': '&lt;',\n '>': '&gt;',\n '&': '&amp;',\n '\"': '&quot;',\n \"'\": '&apos;'\n};\n\ndav._escapeXml = function(s) {\n return s.replace(/[<>&\"']/g, function (ch) {\n return dav._XML_CHAR_MAP[ch];\n });\n};\n\ndav.Client = function(options) {\n var i;\n for(i in options) {\n this[i] = options[i];\n }\n\n};\n\ndav.Client.prototype = {\n\n baseUrl : null,\n\n userName : null,\n\n password : null,\n\n\n xmlNamespaces : {\n 'DAV:' : 'd'\n },\n\n /**\n * Generates a propFind request.\n *\n * @param {string} url Url to do the propfind request on\n * @param {Array} properties List of properties to retrieve.\n * @param {string} depth \"0\", \"1\" or \"infinity\"\n * @param {Object} [headers] headers\n * @return {Promise}\n */\n propFind : function(url, properties, depth, headers) {\n\n if(typeof depth === \"undefined\") {\n depth = '0';\n }\n\n // depth header must be a string, in case a number was passed in\n depth = '' + depth;\n\n headers = headers || {};\n\n headers['Depth'] = depth;\n headers['Content-Type'] = 'application/xml; charset=utf-8';\n\n var body =\n '<?xml version=\"1.0\"?>\\n' +\n '<d:propfind ';\n var namespace;\n for (namespace in this.xmlNamespaces) {\n body += ' xmlns:' + this.xmlNamespaces[namespace] + '=\"' + namespace + '\"';\n }\n body += '>\\n' +\n ' <d:prop>\\n';\n\n for(var ii in properties) {\n if (!properties.hasOwnProperty(ii)) {\n continue;\n }\n\n var property = this.parseClarkNotation(properties[ii]);\n if (this.xmlNamespaces[property.namespace]) {\n body+=' <' + this.xmlNamespaces[property.namespace] + ':' + property.name + ' />\\n';\n } else {\n body+=' <x:' + property.name + ' xmlns:x=\"' + property.namespace + '\" />\\n';\n }\n\n }\n body+=' </d:prop>\\n';\n body+='</d:propfind>';\n\n return this.request('PROPFIND', url, headers, body).then(\n function(result) {\n\n if (depth === '0') {\n return {\n status: result.status,\n body: result.body[0],\n xhr: result.xhr\n };\n } else {\n return {\n status: result.status,\n body: result.body,\n xhr: result.xhr\n };\n }\n\n }.bind(this)\n );\n\n },\n\n /**\n * Renders a \"d:set\" block for the given properties.\n *\n * @param {Object.<String,String>} properties\n * @return {String} XML \"<d:set>\" block\n */\n _renderPropSet: function(properties) {\n var body = ' <d:set>\\n' +\n ' <d:prop>\\n';\n\n for(var ii in properties) {\n if (!properties.hasOwnProperty(ii)) {\n continue;\n }\n\n var property = this.parseClarkNotation(ii);\n var propName;\n var propValue = properties[ii];\n if (this.xmlNamespaces[property.namespace]) {\n propName = this.xmlNamespaces[property.namespace] + ':' + property.name;\n } else {\n propName = 'x:' + property.name + ' xmlns:x=\"' + property.namespace + '\"';\n }\n\n // FIXME: hard-coded for now until we allow properties to\n // specify whether to be escaped or not\n if (propName !== 'd:resourcetype') {\n propValue = dav._escapeXml(propValue);\n }\n body += ' <' + propName + '>' + propValue + '</' + propName + '>\\n';\n }\n body +=' </d:prop>\\n';\n body +=' </d:set>\\n';\n return body;\n },\n\n /**\n * Generates a propPatch request.\n *\n * @param {string} url Url to do the proppatch request on\n * @param {Object.<String,String>} properties List of properties to store.\n * @param {Object} [headers] headers\n * @return {Promise}\n */\n propPatch : function(url, properties, headers) {\n headers = headers || {};\n\n headers['Content-Type'] = 'application/xml; charset=utf-8';\n\n var body =\n '<?xml version=\"1.0\"?>\\n' +\n '<d:propertyupdate ';\n var namespace;\n for (namespace in this.xmlNamespaces) {\n body += ' xmlns:' + this.xmlNamespaces[namespace] + '=\"' + namespace + '\"';\n }\n body += '>\\n' + this._renderPropSet(properties);\n body += '</d:propertyupdate>';\n\n return this.request('PROPPATCH', url, headers, body).then(\n function(result) {\n return {\n status: result.status,\n body: result.body,\n xhr: result.xhr\n };\n }.bind(this)\n );\n\n },\n\n /**\n * Generates a MKCOL request.\n * If attributes are given, it will use an extended MKCOL request.\n *\n * @param {string} url Url to do the proppatch request on\n * @param {Object.<String,String>} [properties] list of properties to store.\n * @param {Object} [headers] headers\n * @return {Promise}\n */\n mkcol : function(url, properties, headers) {\n var body = '';\n headers = headers || {};\n headers['Content-Type'] = 'application/xml; charset=utf-8';\n\n if (properties) {\n body =\n '<?xml version=\"1.0\"?>\\n' +\n '<d:mkcol';\n var namespace;\n for (namespace in this.xmlNamespaces) {\n body += ' xmlns:' + this.xmlNamespaces[namespace] + '=\"' + namespace + '\"';\n }\n body += '>\\n' + this._renderPropSet(properties);\n body +='</d:mkcol>';\n }\n\n return this.request('MKCOL', url, headers, body).then(\n function(result) {\n return {\n status: result.status,\n body: result.body,\n xhr: result.xhr\n };\n }.bind(this)\n );\n\n },\n\n /**\n * Performs a HTTP request, and returns a Promise\n *\n * @param {string} method HTTP method\n * @param {string} url Relative or absolute url\n * @param {Object} headers HTTP headers as an object.\n * @param {string} body HTTP request body.\n * @param {string} responseType HTTP request response type.\n * @param {Object} options\n * @param {Function} options.onProgress progress callback\n * @return {Promise}\n */\n request : function(method, url, headers, body, responseType, options) {\n\n var self = this;\n var xhr = this.xhrProvider();\n headers = headers || {};\n responseType = responseType || \"\";\n \n if (this.userName) {\n headers['Authorization'] = 'Basic ' + btoa(this.userName + ':' + this.password);\n // xhr.open(method, this.resolveUrl(url), true, this.userName, this.password);\n }\n xhr.open(method, this.resolveUrl(url), true);\n var ii;\n for(ii in headers) {\n xhr.setRequestHeader(ii, headers[ii]);\n }\n xhr.responseType = responseType;\n\n if (options && typeof(options.onProgress) === 'function') {\n if (method === 'PUT' || method === 'POST') {\n xhr.upload.addEventListener('progress', function (e) {\n options.onProgress(e)\n }, false)\n }\n else {\n xhr.addEventListener('progress', function (e) {\n options.onProgress(e)\n }, false)\n }\n }\n\n // Work around for edge\n if (body === undefined) {\n xhr.send();\n } else {\n xhr.send(body);\n }\n\n return new Promise(function(fulfill, reject) {\n\n xhr.onreadystatechange = function() {\n\n if (xhr.readyState !== 4) {\n return;\n }\n\n var resultBody = xhr.response;\n if (xhr.status === 207) {\n resultBody = self.parseMultiStatus(xhr.response);\n }\n\n fulfill({\n body: resultBody,\n status: xhr.status,\n xhr: xhr\n });\n\n };\n\n xhr.ontimeout = function() {\n\n reject(new Error('Timeout exceeded'));\n\n };\n\n });\n\n },\n\n /**\n * Returns an XMLHttpRequest object.\n *\n * This is in its own method, so it can be easily overridden.\n *\n * @return {XMLHttpRequest}\n */\n xhrProvider : function() {\n\n return new XMLHttpRequest();\n\n },\n\n /**\n * Parses a property node.\n *\n * Either returns a string if the node only contains text, or returns an\n * array of non-text subnodes.\n *\n * @param {Object} propNode node to parse\n * @return {string|Array} text content as string or array of subnodes, excluding text nodes\n */\n _parsePropNode: function(propNode) {\n var content = null;\n if (propNode.childNodes && propNode.childNodes.length > 0) {\n var subNodes = [];\n // filter out text nodes\n for (var j = 0; j < propNode.childNodes.length; j++) {\n var node = propNode.childNodes[j];\n if (node.nodeType === 1) {\n subNodes.push(node);\n }\n }\n if (subNodes.length) {\n content = subNodes;\n }\n }\n\n return content || propNode.textContent || propNode.text || '';\n },\n\n /**\n * Parses a multi-status response body.\n *\n * @param {string} xmlBody\n * @param {Array}\n */\n parseMultiStatus : function(xmlBody) {\n\n var parser = new DOMParser();\n var doc = parser.parseFromString(xmlBody, \"application/xml\");\n\n var resolver = function(foo) {\n var ii;\n for(ii in this.xmlNamespaces) {\n if (this.xmlNamespaces[ii] === foo) {\n return ii;\n }\n }\n }.bind(this);\n\n var responseIterator = doc.evaluate('/d:multistatus/d:response', doc, resolver, XPathResult.ANY_TYPE, null);\n\n var result = [];\n var responseNode = responseIterator.iterateNext();\n\n while(responseNode) {\n\n var response = {\n href : null,\n propStat : []\n };\n\n response.href = doc.evaluate('string(d:href)', responseNode, resolver, XPathResult.ANY_TYPE, null).stringValue;\n\n var propStatIterator = doc.evaluate('d:propstat', responseNode, resolver, XPathResult.ANY_TYPE, null);\n var propStatNode = propStatIterator.iterateNext();\n\n while(propStatNode) {\n var propStat = {\n status : doc.evaluate('string(d:status)', propStatNode, resolver, XPathResult.ANY_TYPE, null).stringValue,\n properties : {},\n };\n\n var propIterator = doc.evaluate('d:prop/*', propStatNode, resolver, XPathResult.ANY_TYPE, null);\n\n var propNode = propIterator.iterateNext();\n while(propNode) {\n var content = this._parsePropNode(propNode);\n propStat.properties['{' + propNode.namespaceURI + '}' + propNode.localName] = content;\n propNode = propIterator.iterateNext();\n\n }\n response.propStat.push(propStat);\n propStatNode = propStatIterator.iterateNext();\n\n\n }\n\n result.push(response);\n responseNode = responseIterator.iterateNext();\n\n }\n\n return result;\n\n },\n\n /**\n * Takes a relative url, and maps it to an absolute url, using the baseUrl\n *\n * @param {string} url\n * @return {string}\n */\n resolveUrl : function(url) {\n\n // Note: this is rudamentary.. not sure yet if it handles every case.\n if (/^https?:\\/\\//i.test(url)) {\n // absolute\n return url;\n }\n\n var baseParts = this.parseUrl(this.baseUrl);\n if (url.charAt('/')) {\n // Url starts with a slash\n return baseParts.root + url;\n }\n\n // Url does not start with a slash, we need grab the base url right up until the last slash.\n var newUrl = baseParts.root + '/';\n if (baseParts.path.lastIndexOf('/')!==-1) {\n newUrl = newUrl = baseParts.path.subString(0, baseParts.path.lastIndexOf('/')) + '/';\n }\n newUrl+=url;\n return url;\n\n },\n\n /**\n * Parses a url and returns its individual components.\n *\n * @param {String} url\n * @return {Object}\n */\n parseUrl : function(url) {\n\n var parts = url.match(/^(?:([A-Za-z]+):)?(\\/{0,3})([0-9.\\-A-Za-z]+)(?::(\\d+))?(?:\\/([^?#]*))?(?:\\?([^#]*))?(?:#(.*))?$/);\n var result = {\n url : parts[0],\n scheme : parts[1],\n host : parts[3],\n port : parts[4],\n path : parts[5],\n query : parts[6],\n fragment : parts[7],\n };\n result.root =\n result.scheme + '://' +\n result.host +\n (result.port ? ':' + result.port : '');\n\n return result;\n\n },\n\n parseClarkNotation : function(propertyName) {\n\n var result = propertyName.match(/^{([^}]+)}(.*)$/);\n if (!result) {\n return;\n }\n\n return {\n name : result[2],\n namespace : result[1]\n };\n\n }\n\n};\n\nif (typeof module !== 'undefined' && typeof module.exports !== 'undefined') {\n module.exports.Client = dav.Client;\n}\n\n/*** EXPORTS FROM exports-loader ***/\nmodule.exports = {\n dav\n};\n","/**\n * @copyright 2019 Christoph Wurst <christoph@winzerhof-wurst.at>\n *\n * @author Christoph Wurst <christoph@winzerhof-wurst.at>\n * @author John Molakvoæ <skjnldsv@protonmail.com>\n * @author Roeland Jago Douma <roeland@famdouma.nl>\n *\n * @license GNU AGPL version 3 or any later version\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see <http://www.gnu.org/licenses/>.\n *\n */\n\nimport _ from 'underscore'\nimport $ from 'jquery'\nimport moment from 'moment'\nimport { generateUrl } from '@nextcloud/router'\n\nimport OC from './index'\n\n/**\n * @namespace OC.PasswordConfirmation\n */\nexport default {\n\tcallback: null,\n\n\tpageLoadTime: null,\n\n\tinit() {\n\t\t$('.password-confirm-required').on('click', _.bind(this.requirePasswordConfirmation, this))\n\t\tthis.pageLoadTime = moment.now()\n\t},\n\n\trequiresPasswordConfirmation() {\n\t\tconst serverTimeDiff = this.pageLoadTime - (window.nc_pageLoad * 1000)\n\t\tconst timeSinceLogin = moment.now() - (serverTimeDiff + (window.nc_lastLogin * 1000))\n\n\t\t// if timeSinceLogin > 30 minutes and user backend allows password confirmation\n\t\treturn (window.backendAllowsPasswordConfirmation && timeSinceLogin > 30 * 60 * 1000)\n\t},\n\n\t/**\n\t * @param {Function} callback success callback function\n\t * @param {Object} options options\n\t * @param {Function} rejectCallback error callback function\n\t */\n\trequirePasswordConfirmation(callback, options, rejectCallback) {\n\t\toptions = typeof options !== 'undefined' ? options : {}\n\t\tconst defaults = {\n\t\t\ttitle: t('core', 'Authentication required'),\n\t\t\ttext: t(\n\t\t\t\t'core',\n\t\t\t\t'This action requires you to confirm your password'\n\t\t\t),\n\t\t\tconfirm: t('core', 'Confirm'),\n\t\t\tlabel: t('core', 'Password'),\n\t\t\terror: '',\n\t\t}\n\n\t\tconst config = _.extend(defaults, options)\n\n\t\tconst self = this\n\n\t\tif (this.requiresPasswordConfirmation()) {\n\t\t\tOC.dialogs.prompt(\n\t\t\t\tconfig.text,\n\t\t\t\tconfig.title,\n\t\t\t\tfunction(result, password) {\n\t\t\t\t\tif (result && password !== '') {\n\t\t\t\t\t\tself._confirmPassword(password, config)\n\t\t\t\t\t} else if (_.isFunction(rejectCallback)) {\n\t\t\t\t\t\trejectCallback()\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\ttrue,\n\t\t\t\tconfig.label,\n\t\t\t\ttrue\n\t\t\t).then(function() {\n\t\t\t\tconst $dialog = $('.oc-dialog:visible')\n\t\t\t\t$dialog.find('.ui-icon').remove()\n\t\t\t\t$dialog.addClass('password-confirmation')\n\t\t\t\tif (config.error !== '') {\n\t\t\t\t\tconst $error = $('<p></p>').addClass('msg warning').text(config.error)\n\t\t\t\t\t$dialog.find('.oc-dialog-content').append($error)\n\t\t\t\t}\n\t\t\t\t$dialog.find('.oc-dialog-buttonrow').addClass('aside')\n\n\t\t\t\tconst $buttons = $dialog.find('button')\n\t\t\t\t$buttons.eq(0).hide()\n\t\t\t\t$buttons.eq(1).text(config.confirm)\n\t\t\t})\n\t\t}\n\n\t\tthis.callback = callback\n\t},\n\n\t_confirmPassword(password, config) {\n\t\tconst self = this\n\n\t\t$.ajax({\n\t\t\turl: generateUrl('/login/confirm'),\n\t\t\tdata: {\n\t\t\t\tpassword,\n\t\t\t},\n\t\t\ttype: 'POST',\n\t\t\tsuccess(response) {\n\t\t\t\twindow.nc_lastLogin = response.lastLogin\n\n\t\t\t\tif (_.isFunction(self.callback)) {\n\t\t\t\t\tself.callback()\n\t\t\t\t}\n\t\t\t},\n\t\t\terror() {\n\t\t\t\tconfig.error = t('core', 'Failed to authenticate, try again')\n\t\t\t\tOC.PasswordConfirmation.requirePasswordConfirmation(self.callback, config)\n\t\t\t},\n\t\t})\n\t},\n}\n","var convert = require('./convert'),\n func = convert('identity', require('../identity'), require('./_falseOptions'));\n\nfunc.placeholder = require('./placeholder');\nmodule.exports = func;\n","'use strict';\nvar $ = require('../internals/export');\nvar $map = require('../internals/array-iteration').map;\nvar arrayMethodHasSpeciesSupport = require('../internals/array-method-has-species-support');\n\nvar HAS_SPECIES_SUPPORT = arrayMethodHasSpeciesSupport('map');\n\n// `Array.prototype.map` method\n// https://tc39.es/ecma262/#sec-array.prototype.map\n// with adding support of @@species\n$({ target: 'Array', proto: true, forced: !HAS_SPECIES_SUPPORT }, {\n map: function map(callbackfn /* , thisArg */) {\n return $map(this, callbackfn, arguments.length > 1 ? arguments[1] : undefined);\n }\n});\n","'use strict';\nvar $ = require('../internals/export');\nvar $reduce = require('../internals/array-reduce').left;\nvar arrayMethodIsStrict = require('../internals/array-method-is-strict');\nvar CHROME_VERSION = require('../internals/engine-v8-version');\nvar IS_NODE = require('../internals/engine-is-node');\n\nvar STRICT_METHOD = arrayMethodIsStrict('reduce');\n// Chrome 80-82 has a critical bug\n// https://bugs.chromium.org/p/chromium/issues/detail?id=1049982\nvar CHROME_BUG = !IS_NODE && CHROME_VERSION > 79 && CHROME_VERSION < 83;\n\n// `Array.prototype.reduce` method\n// https://tc39.es/ecma262/#sec-array.prototype.reduce\n$({ target: 'Array', proto: true, forced: !STRICT_METHOD || CHROME_BUG }, {\n reduce: function reduce(callbackfn /* , initialValue */) {\n return $reduce(this, callbackfn, arguments.length, arguments.length > 1 ? arguments[1] : undefined);\n }\n});\n","'use strict';\n\nexports.__esModule = true;\nexports.HandlebarsEnvironment = HandlebarsEnvironment;\n// istanbul ignore next\n\nfunction _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { 'default': obj }; }\n\nvar _utils = require('./utils');\n\nvar _exception = require('./exception');\n\nvar _exception2 = _interopRequireDefault(_exception);\n\nvar _helpers = require('./helpers');\n\nvar _decorators = require('./decorators');\n\nvar _logger = require('./logger');\n\nvar _logger2 = _interopRequireDefault(_logger);\n\nvar _internalProtoAccess = require('./internal/proto-access');\n\nvar VERSION = '4.7.7';\nexports.VERSION = VERSION;\nvar COMPILER_REVISION = 8;\nexports.COMPILER_REVISION = COMPILER_REVISION;\nvar LAST_COMPATIBLE_COMPILER_REVISION = 7;\n\nexports.LAST_COMPATIBLE_COMPILER_REVISION = LAST_COMPATIBLE_COMPILER_REVISION;\nvar REVISION_CHANGES = {\n 1: '<= 1.0.rc.2', // 1.0.rc.2 is actually rev2 but doesn't report it\n 2: '== 1.0.0-rc.3',\n 3: '== 1.0.0-rc.4',\n 4: '== 1.x.x',\n 5: '== 2.0.0-alpha.x',\n 6: '>= 2.0.0-beta.1',\n 7: '>= 4.0.0 <4.3.0',\n 8: '>= 4.3.0'\n};\n\nexports.REVISION_CHANGES = REVISION_CHANGES;\nvar objectType = '[object Object]';\n\nfunction HandlebarsEnvironment(helpers, partials, decorators) {\n this.helpers = helpers || {};\n this.partials = partials || {};\n this.decorators = decorators || {};\n\n _helpers.registerDefaultHelpers(this);\n _decorators.registerDefaultDecorators(this);\n}\n\nHandlebarsEnvironment.prototype = {\n constructor: HandlebarsEnvironment,\n\n logger: _logger2['default'],\n log: _logger2['default'].log,\n\n registerHelper: function registerHelper(name, fn) {\n if (_utils.toString.call(name) === objectType) {\n if (fn) {\n throw new _exception2['default']('Arg not supported with multiple helpers');\n }\n _utils.extend(this.helpers, name);\n } else {\n this.helpers[name] = fn;\n }\n },\n unregisterHelper: function unregisterHelper(name) {\n delete this.helpers[name];\n },\n\n registerPartial: function registerPartial(name, partial) {\n if (_utils.toString.call(name) === objectType) {\n _utils.extend(this.partials, name);\n } else {\n if (typeof partial === 'undefined') {\n throw new _exception2['default']('Attempting to register a partial called \"' + name + '\" as undefined');\n }\n this.partials[name] = partial;\n }\n },\n unregisterPartial: function unregisterPartial(name) {\n delete this.partials[name];\n },\n\n registerDecorator: function registerDecorator(name, fn) {\n if (_utils.toString.call(name) === objectType) {\n if (fn) {\n throw new _exception2['default']('Arg not supported with multiple decorators');\n }\n _utils.extend(this.decorators, name);\n } else {\n this.decorators[name] = fn;\n }\n },\n unregisterDecorator: function unregisterDecorator(name) {\n delete this.decorators[name];\n },\n /**\n * Reset the memory of illegal property accesses that have already been logged.\n * @deprecated should only be used in handlebars test-cases\n */\n resetLoggedPropertyAccesses: function resetLoggedPropertyAccesses() {\n _internalProtoAccess.resetLoggedProperties();\n }\n};\n\nvar log = _logger2['default'].log;\n\nexports.log = log;\nexports.createFrame = _utils.createFrame;\nexports.logger = _logger2['default'];\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uL2xpYi9oYW5kbGViYXJzL2Jhc2UuanMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6Ijs7Ozs7Ozs7cUJBQThDLFNBQVM7O3lCQUNqQyxhQUFhOzs7O3VCQUNJLFdBQVc7OzBCQUNSLGNBQWM7O3NCQUNyQyxVQUFVOzs7O21DQUNTLHlCQUF5Qjs7QUFFeEQsSUFBTSxPQUFPLEdBQUcsT0FBTyxDQUFDOztBQUN4QixJQUFNLGlCQUFpQixHQUFHLENBQUMsQ0FBQzs7QUFDNUIsSUFBTSxpQ0FBaUMsR0FBRyxDQUFDLENBQUM7OztBQUU1QyxJQUFNLGdCQUFnQixHQUFHO0FBQzlCLEdBQUMsRUFBRSxhQUFhO0FBQ2hCLEdBQUMsRUFBRSxlQUFlO0FBQ2xCLEdBQUMsRUFBRSxlQUFlO0FBQ2xCLEdBQUMsRUFBRSxVQUFVO0FBQ2IsR0FBQyxFQUFFLGtCQUFrQjtBQUNyQixHQUFDLEVBQUUsaUJBQWlCO0FBQ3BCLEdBQUMsRUFBRSxpQkFBaUI7QUFDcEIsR0FBQyxFQUFFLFVBQVU7Q0FDZCxDQUFDOzs7QUFFRixJQUFNLFVBQVUsR0FBRyxpQkFBaUIsQ0FBQzs7QUFFOUIsU0FBUyxxQkFBcUIsQ0FBQyxPQUFPLEVBQUUsUUFBUSxFQUFFLFVBQVUsRUFBRTtBQUNuRSxNQUFJLENBQUMsT0FBTyxHQUFHLE9BQU8sSUFBSSxFQUFFLENBQUM7QUFDN0IsTUFBSSxDQUFDLFFBQVEsR0FBRyxRQUFRLElBQUksRUFBRSxDQUFDO0FBQy9CLE1BQUksQ0FBQyxVQUFVLEdBQUcsVUFBVSxJQUFJLEVBQUUsQ0FBQzs7QUFFbkMsa0NBQXVCLElBQUksQ0FBQyxDQUFDO0FBQzdCLHdDQUEwQixJQUFJLENBQUMsQ0FBQztDQUNqQzs7QUFFRCxxQkFBcUIsQ0FBQyxTQUFTLEdBQUc7QUFDaEMsYUFBVyxFQUFFLHFCQUFxQjs7QUFFbEMsUUFBTSxxQkFBUTtBQUNkLEtBQUcsRUFBRSxvQkFBTyxHQUFHOztBQUVmLGdCQUFjLEVBQUUsd0JBQVMsSUFBSSxFQUFFLEVBQUUsRUFBRTtBQUNqQyxRQUFJLGdCQUFTLElBQUksQ0FBQyxJQUFJLENBQUMsS0FBSyxVQUFVLEVBQUU7QUFDdEMsVUFBSSxFQUFFLEVBQUU7QUFDTixjQUFNLDJCQUFjLHlDQUF5QyxDQUFDLENBQUM7T0FDaEU7QUFDRCxvQkFBTyxJQUFJLENBQUMsT0FBTyxFQUFFLElBQUksQ0FBQyxDQUFDO0tBQzVCLE1BQU07QUFDTCxVQUFJLENBQUMsT0FBTyxDQUFDLElBQUksQ0FBQyxHQUFHLEVBQUUsQ0FBQztLQUN6QjtHQUNGO0FBQ0Qsa0JBQWdCLEVBQUUsMEJBQVMsSUFBSSxFQUFFO0FBQy9CLFdBQU8sSUFBSSxDQUFDLE9BQU8sQ0FBQyxJQUFJLENBQUMsQ0FBQztHQUMzQjs7QUFFRCxpQkFBZSxFQUFFLHlCQUFTLElBQUksRUFBRSxPQUFPLEVBQUU7QUFDdkMsUUFBSSxnQkFBUyxJQUFJLENBQUMsSUFBSSxDQUFDLEtBQUssVUFBVSxFQUFFO0FBQ3RDLG9CQUFPLElBQUksQ0FBQyxRQUFRLEVBQUUsSUFBSSxDQUFDLENBQUM7S0FDN0IsTUFBTTtBQUNMLFVBQUksT0FBTyxPQUFPLEtBQUssV0FBVyxFQUFFO0FBQ2xDLGNBQU0seUVBQ3dDLElBQUksb0JBQ2pELENBQUM7T0FDSDtBQUNELFVBQUksQ0FBQyxRQUFRLENBQUMsSUFBSSxDQUFDLEdBQUcsT0FBTyxDQUFDO0tBQy9CO0dBQ0Y7QUFDRCxtQkFBaUIsRUFBRSwyQkFBUyxJQUFJLEVBQUU7QUFDaEMsV0FBTyxJQUFJLENBQUMsUUFBUSxDQUFDLElBQUksQ0FBQyxDQUFDO0dBQzVCOztBQUVELG1CQUFpQixFQUFFLDJCQUFTLElBQUksRUFBRSxFQUFFLEVBQUU7QUFDcEMsUUFBSSxnQkFBUyxJQUFJLENBQUMsSUFBSSxDQUFDLEtBQUssVUFBVSxFQUFFO0FBQ3RDLFVBQUksRUFBRSxFQUFFO0FBQ04sY0FBTSwyQkFBYyw0Q0FBNEMsQ0FBQyxDQUFDO09BQ25FO0FBQ0Qsb0JBQU8sSUFBSSxDQUFDLFVBQVUsRUFBRSxJQUFJLENBQUMsQ0FBQztLQUMvQixNQUFNO0FBQ0wsVUFBSSxDQUFDLFVBQVUsQ0FBQyxJQUFJLENBQUMsR0FBRyxFQUFFLENBQUM7S0FDNUI7R0FDRjtBQUNELHFCQUFtQixFQUFFLDZCQUFTLElBQUksRUFBRTtBQUNsQyxXQUFPLElBQUksQ0FBQyxVQUFVLENBQUMsSUFBSSxDQUFDLENBQUM7R0FDOUI7Ozs7O0FBS0QsNkJBQTJCLEVBQUEsdUNBQUc7QUFDNUIsZ0RBQXVCLENBQUM7R0FDekI7Q0FDRixDQUFDOztBQUVLLElBQUksR0FBRyxHQUFHLG9CQUFPLEdBQUcsQ0FBQzs7O1FBRW5CLFdBQVc7UUFBRSxNQUFNIiwiZmlsZSI6ImJhc2UuanMiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBjcmVhdGVGcmFtZSwgZXh0ZW5kLCB0b1N0cmluZyB9IGZyb20gJy4vdXRpbHMnO1xuaW1wb3J0IEV4Y2VwdGlvbiBmcm9tICcuL2V4Y2VwdGlvbic7XG5pbXBvcnQgeyByZWdpc3RlckRlZmF1bHRIZWxwZXJzIH0gZnJvbSAnLi9oZWxwZXJzJztcbmltcG9ydCB7IHJlZ2lzdGVyRGVmYXVsdERlY29yYXRvcnMgfSBmcm9tICcuL2RlY29yYXRvcnMnO1xuaW1wb3J0IGxvZ2dlciBmcm9tICcuL2xvZ2dlcic7XG5pbXBvcnQgeyByZXNldExvZ2dlZFByb3BlcnRpZXMgfSBmcm9tICcuL2ludGVybmFsL3Byb3RvLWFjY2Vzcyc7XG5cbmV4cG9ydCBjb25zdCBWRVJTSU9OID0gJzQuNy43JztcbmV4cG9ydCBjb25zdCBDT01QSUxFUl9SRVZJU0lPTiA9IDg7XG5leHBvcnQgY29uc3QgTEFTVF9DT01QQVRJQkxFX0NPTVBJTEVSX1JFVklTSU9OID0gNztcblxuZXhwb3J0IGNvbnN0IFJFVklTSU9OX0NIQU5HRVMgPSB7XG4gIDE6ICc8PSAxLjAucmMuMicsIC8vIDEuMC5yYy4yIGlzIGFjdHVhbGx5IHJldjIgYnV0IGRvZXNuJ3QgcmVwb3J0IGl0XG4gIDI6ICc9PSAxLjAuMC1yYy4zJyxcbiAgMzogJz09IDEuMC4wLXJjLjQnLFxuICA0OiAnPT0gMS54LngnLFxuICA1OiAnPT0gMi4wLjAtYWxwaGEueCcsXG4gIDY6ICc+PSAyLjAuMC1iZXRhLjEnLFxuICA3OiAnPj0gNC4wLjAgPDQuMy4wJyxcbiAgODogJz49IDQuMy4wJ1xufTtcblxuY29uc3Qgb2JqZWN0VHlwZSA9ICdbb2JqZWN0IE9iamVjdF0nO1xuXG5leHBvcnQgZnVuY3Rpb24gSGFuZGxlYmFyc0Vudmlyb25tZW50KGhlbHBlcnMsIHBhcnRpYWxzLCBkZWNvcmF0b3JzKSB7XG4gIHRoaXMuaGVscGVycyA9IGhlbHBlcnMgfHwge307XG4gIHRoaXMucGFydGlhbHMgPSBwYXJ0aWFscyB8fCB7fTtcbiAgdGhpcy5kZWNvcmF0b3JzID0gZGVjb3JhdG9ycyB8fCB7fTtcblxuICByZWdpc3RlckRlZmF1bHRIZWxwZXJzKHRoaXMpO1xuICByZWdpc3RlckRlZmF1bHREZWNvcmF0b3JzKHRoaXMpO1xufVxuXG5IYW5kbGViYXJzRW52aXJvbm1lbnQucHJvdG90eXBlID0ge1xuICBjb25zdHJ1Y3RvcjogSGFuZGxlYmFyc0Vudmlyb25tZW50LFxuXG4gIGxvZ2dlcjogbG9nZ2VyLFxuICBsb2c6IGxvZ2dlci5sb2csXG5cbiAgcmVnaXN0ZXJIZWxwZXI6IGZ1bmN0aW9uKG5hbWUsIGZuKSB7XG4gICAgaWYgKHRvU3RyaW5nLmNhbGwobmFtZSkgPT09IG9iamVjdFR5cGUpIHtcbiAgICAgIGlmIChmbikge1xuICAgICAgICB0aHJvdyBuZXcgRXhjZXB0aW9uKCdBcmcgbm90IHN1cHBvcnRlZCB3aXRoIG11bHRpcGxlIGhlbHBlcnMnKTtcbiAgICAgIH1cbiAgICAgIGV4dGVuZCh0aGlzLmhlbHBlcnMsIG5hbWUpO1xuICAgIH0gZWxzZSB7XG4gICAgICB0aGlzLmhlbHBlcnNbbmFtZV0gPSBmbjtcbiAgICB9XG4gIH0sXG4gIHVucmVnaXN0ZXJIZWxwZXI6IGZ1bmN0aW9uKG5hbWUpIHtcbiAgICBkZWxldGUgdGhpcy5oZWxwZXJzW25hbWVdO1xuICB9LFxuXG4gIHJlZ2lzdGVyUGFydGlhbDogZnVuY3Rpb24obmFtZSwgcGFydGlhbCkge1xuICAgIGlmICh0b1N0cmluZy5jYWxsKG5hbWUpID09PSBvYmplY3RUeXBlKSB7XG4gICAgICBleHRlbmQodGhpcy5wYXJ0aWFscywgbmFtZSk7XG4gICAgfSBlbHNlIHtcbiAgICAgIGlmICh0eXBlb2YgcGFydGlhbCA9PT0gJ3VuZGVmaW5lZCcpIHtcbiAgICAgICAgdGhyb3cgbmV3IEV4Y2VwdGlvbihcbiAgICAgICAgICBgQXR0ZW1wdGluZyB0byByZWdpc3RlciBhIHBhcnRpYWwgY2FsbGVkIFwiJHtuYW1lfVwiIGFzIHVuZGVmaW5lZGBcbiAgICAgICAgKTtcbiAgICAgIH1cbiAgICAgIHRoaXMucGFydGlhbHNbbmFtZV0gPSBwYXJ0aWFsO1xuICAgIH1cbiAgfSxcbiAgdW5yZWdpc3RlclBhcnRpYWw6IGZ1bmN0aW9uKG5hbWUpIHtcbiAgICBkZWxldGUgdGhpcy5wYXJ0aWFsc1tuYW1lXTtcbiAgfSxcblxuICByZWdpc3RlckRlY29yYXRvcjogZnVuY3Rpb24obmFtZSwgZm4pIHtcbiAgICBpZiAodG9TdHJpbmcuY2FsbChuYW1lKSA9PT0gb2JqZWN0VHlwZSkge1xuICAgICAgaWYgKGZuKSB7XG4gICAgICAgIHRocm93IG5ldyBFeGNlcHRpb24oJ0FyZyBub3Qgc3VwcG9ydGVkIHdpdGggbXVsdGlwbGUgZGVjb3JhdG9ycycpO1xuICAgICAgfVxuICAgICAgZXh0ZW5kKHRoaXMuZGVjb3JhdG9ycywgbmFtZSk7XG4gICAgfSBlbHNlIHtcbiAgICAgIHRoaXMuZGVjb3JhdG9yc1tuYW1lXSA9IGZuO1xuICAgIH1cbiAgfSxcbiAgdW5yZWdpc3RlckRlY29yYXRvcjogZnVuY3Rpb24obmFtZSkge1xuICAgIGRlbGV0ZSB0aGlzLmRlY29yYXRvcnNbbmFtZV07XG4gIH0sXG4gIC8qKlxuICAgKiBSZXNldCB0aGUgbWVtb3J5IG9mIGlsbGVnYWwgcHJvcGVydHkgYWNjZXNzZXMgdGhhdCBoYXZlIGFscmVhZHkgYmVlbiBsb2dnZWQuXG4gICAqIEBkZXByZWNhdGVkIHNob3VsZCBvbmx5IGJlIHVzZWQgaW4gaGFuZGxlYmFycyB0ZXN0LWNhc2VzXG4gICAqL1xuICByZXNldExvZ2dlZFByb3BlcnR5QWNjZXNzZXMoKSB7XG4gICAgcmVzZXRMb2dnZWRQcm9wZXJ0aWVzKCk7XG4gIH1cbn07XG5cbmV4cG9ydCBsZXQgbG9nID0gbG9nZ2VyLmxvZztcblxuZXhwb3J0IHsgY3JlYXRlRnJhbWUsIGxvZ2dlciB9O1xuIl19\n","'use strict';\n\nexports.__esModule = true;\nexports.registerDefaultHelpers = registerDefaultHelpers;\nexports.moveHelperToHooks = moveHelperToHooks;\n// istanbul ignore next\n\nfunction _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { 'default': obj }; }\n\nvar _helpersBlockHelperMissing = require('./helpers/block-helper-missing');\n\nvar _helpersBlockHelperMissing2 = _interopRequireDefault(_helpersBlockHelperMissing);\n\nvar _helpersEach = require('./helpers/each');\n\nvar _helpersEach2 = _interopRequireDefault(_helpersEach);\n\nvar _helpersHelperMissing = require('./helpers/helper-missing');\n\nvar _helpersHelperMissing2 = _interopRequireDefault(_helpersHelperMissing);\n\nvar _helpersIf = require('./helpers/if');\n\nvar _helpersIf2 = _interopRequireDefault(_helpersIf);\n\nvar _helpersLog = require('./helpers/log');\n\nvar _helpersLog2 = _interopRequireDefault(_helpersLog);\n\nvar _helpersLookup = require('./helpers/lookup');\n\nvar _helpersLookup2 = _interopRequireDefault(_helpersLookup);\n\nvar _helpersWith = require('./helpers/with');\n\nvar _helpersWith2 = _interopRequireDefault(_helpersWith);\n\nfunction registerDefaultHelpers(instance) {\n _helpersBlockHelperMissing2['default'](instance);\n _helpersEach2['default'](instance);\n _helpersHelperMissing2['default'](instance);\n _helpersIf2['default'](instance);\n _helpersLog2['default'](instance);\n _helpersLookup2['default'](instance);\n _helpersWith2['default'](instance);\n}\n\nfunction moveHelperToHooks(instance, helperName, keepHelper) {\n if (instance.helpers[helperName]) {\n instance.hooks[helperName] = instance.helpers[helperName];\n if (!keepHelper) {\n delete instance.helpers[helperName];\n }\n }\n}\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uL2xpYi9oYW5kbGViYXJzL2hlbHBlcnMuanMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6Ijs7Ozs7Ozs7O3lDQUF1QyxnQ0FBZ0M7Ozs7MkJBQzlDLGdCQUFnQjs7OztvQ0FDUCwwQkFBMEI7Ozs7eUJBQ3JDLGNBQWM7Ozs7MEJBQ2IsZUFBZTs7Ozs2QkFDWixrQkFBa0I7Ozs7MkJBQ3BCLGdCQUFnQjs7OztBQUVsQyxTQUFTLHNCQUFzQixDQUFDLFFBQVEsRUFBRTtBQUMvQyx5Q0FBMkIsUUFBUSxDQUFDLENBQUM7QUFDckMsMkJBQWEsUUFBUSxDQUFDLENBQUM7QUFDdkIsb0NBQXNCLFFBQVEsQ0FBQyxDQUFDO0FBQ2hDLHlCQUFXLFFBQVEsQ0FBQyxDQUFDO0FBQ3JCLDBCQUFZLFFBQVEsQ0FBQyxDQUFDO0FBQ3RCLDZCQUFlLFFBQVEsQ0FBQyxDQUFDO0FBQ3pCLDJCQUFhLFFBQVEsQ0FBQyxDQUFDO0NBQ3hCOztBQUVNLFNBQVMsaUJBQWlCLENBQUMsUUFBUSxFQUFFLFVBQVUsRUFBRSxVQUFVLEVBQUU7QUFDbEUsTUFBSSxRQUFRLENBQUMsT0FBTyxDQUFDLFVBQVUsQ0FBQyxFQUFFO0FBQ2hDLFlBQVEsQ0FBQyxLQUFLLENBQUMsVUFBVSxDQUFDLEdBQUcsUUFBUSxDQUFDLE9BQU8sQ0FBQyxVQUFVLENBQUMsQ0FBQztBQUMxRCxRQUFJLENBQUMsVUFBVSxFQUFFO0FBQ2YsYUFBTyxRQUFRLENBQUMsT0FBTyxDQUFDLFVBQVUsQ0FBQyxDQUFDO0tBQ3JDO0dBQ0Y7Q0FDRiIsImZpbGUiOiJoZWxwZXJzLmpzIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHJlZ2lzdGVyQmxvY2tIZWxwZXJNaXNzaW5nIGZyb20gJy4vaGVscGVycy9ibG9jay1oZWxwZXItbWlzc2luZyc7XG5pbXBvcnQgcmVnaXN0ZXJFYWNoIGZyb20gJy4vaGVscGVycy9lYWNoJztcbmltcG9ydCByZWdpc3RlckhlbHBlck1pc3NpbmcgZnJvbSAnLi9oZWxwZXJzL2hlbHBlci1taXNzaW5nJztcbmltcG9ydCByZWdpc3RlcklmIGZyb20gJy4vaGVscGVycy9pZic7XG5pbXBvcnQgcmVnaXN0ZXJMb2cgZnJvbSAnLi9oZWxwZXJzL2xvZyc7XG5pbXBvcnQgcmVnaXN0ZXJMb29rdXAgZnJvbSAnLi9oZWxwZXJzL2xvb2t1cCc7XG5pbXBvcnQgcmVnaXN0ZXJXaXRoIGZyb20gJy4vaGVscGVycy93aXRoJztcblxuZXhwb3J0IGZ1bmN0aW9uIHJlZ2lzdGVyRGVmYXVsdEhlbHBlcnMoaW5zdGFuY2UpIHtcbiAgcmVnaXN0ZXJCbG9ja0hlbHBlck1pc3NpbmcoaW5zdGFuY2UpO1xuICByZWdpc3RlckVhY2goaW5zdGFuY2UpO1xuICByZWdpc3RlckhlbHBlck1pc3NpbmcoaW5zdGFuY2UpO1xuICByZWdpc3RlcklmKGluc3RhbmNlKTtcbiAgcmVnaXN0ZXJMb2coaW5zdGFuY2UpO1xuICByZWdpc3Rlckxvb2t1cChpbnN0YW5jZSk7XG4gIHJlZ2lzdGVyV2l0aChpbnN0YW5jZSk7XG59XG5cbmV4cG9ydCBmdW5jdGlvbiBtb3ZlSGVscGVyVG9Ib29rcyhpbnN0YW5jZSwgaGVscGVyTmFtZSwga2VlcEhlbHBlcikge1xuICBpZiAoaW5zdGFuY2UuaGVscGVyc1toZWxwZXJOYW1lXSkge1xuICAgIGluc3RhbmNlLmhvb2tzW2hlbHBlck5hbWVdID0gaW5zdGFuY2UuaGVscGVyc1toZWxwZXJOYW1lXTtcbiAgICBpZiAoIWtlZXBIZWxwZXIpIHtcbiAgICAgIGRlbGV0ZSBpbnN0YW5jZS5oZWxwZXJzW2hlbHBlck5hbWVdO1xuICAgIH1cbiAgfVxufVxuIl19\n","'use strict';\n\nexports.__esModule = true;\n\nvar _utils = require('./utils');\n\nvar logger = {\n methodMap: ['debug', 'info', 'warn', 'error'],\n level: 'info',\n\n // Maps a given level value to the `methodMap` indexes above.\n lookupLevel: function lookupLevel(level) {\n if (typeof level === 'string') {\n var levelMap = _utils.indexOf(logger.methodMap, level.toLowerCase());\n if (levelMap >= 0) {\n level = levelMap;\n } else {\n level = parseInt(level, 10);\n }\n }\n\n return level;\n },\n\n // Can be overridden in the host environment\n log: function log(level) {\n level = logger.lookupLevel(level);\n\n if (typeof console !== 'undefined' && logger.lookupLevel(logger.level) <= level) {\n var method = logger.methodMap[level];\n // eslint-disable-next-line no-console\n if (!console[method]) {\n method = 'log';\n }\n\n for (var _len = arguments.length, message = Array(_len > 1 ? _len - 1 : 0), _key = 1; _key < _len; _key++) {\n message[_key - 1] = arguments[_key];\n }\n\n console[method].apply(console, message); // eslint-disable-line no-console\n }\n }\n};\n\nexports['default'] = logger;\nmodule.exports = exports['default'];\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uL2xpYi9oYW5kbGViYXJzL2xvZ2dlci5qcyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiOzs7O3FCQUF3QixTQUFTOztBQUVqQyxJQUFJLE1BQU0sR0FBRztBQUNYLFdBQVMsRUFBRSxDQUFDLE9BQU8sRUFBRSxNQUFNLEVBQUUsTUFBTSxFQUFFLE9BQU8sQ0FBQztBQUM3QyxPQUFLLEVBQUUsTUFBTTs7O0FBR2IsYUFBVyxFQUFFLHFCQUFTLEtBQUssRUFBRTtBQUMzQixRQUFJLE9BQU8sS0FBSyxLQUFLLFFBQVEsRUFBRTtBQUM3QixVQUFJLFFBQVEsR0FBRyxlQUFRLE1BQU0sQ0FBQyxTQUFTLEVBQUUsS0FBSyxDQUFDLFdBQVcsRUFBRSxDQUFDLENBQUM7QUFDOUQsVUFBSSxRQUFRLElBQUksQ0FBQyxFQUFFO0FBQ2pCLGFBQUssR0FBRyxRQUFRLENBQUM7T0FDbEIsTUFBTTtBQUNMLGFBQUssR0FBRyxRQUFRLENBQUMsS0FBSyxFQUFFLEVBQUUsQ0FBQyxDQUFDO09BQzdCO0tBQ0Y7O0FBRUQsV0FBTyxLQUFLLENBQUM7R0FDZDs7O0FBR0QsS0FBRyxFQUFFLGFBQVMsS0FBSyxFQUFjO0FBQy9CLFNBQUssR0FBRyxNQUFNLENBQUMsV0FBVyxDQUFDLEtBQUssQ0FBQyxDQUFDOztBQUVsQyxRQUNFLE9BQU8sT0FBTyxLQUFLLFdBQVcsSUFDOUIsTUFBTSxDQUFDLFdBQVcsQ0FBQyxNQUFNLENBQUMsS0FBSyxDQUFDLElBQUksS0FBSyxFQUN6QztBQUNBLFVBQUksTUFBTSxHQUFHLE1BQU0sQ0FBQyxTQUFTLENBQUMsS0FBSyxDQUFDLENBQUM7O0FBRXJDLFVBQUksQ0FBQyxPQUFPLENBQUMsTUFBTSxDQUFDLEVBQUU7QUFDcEIsY0FBTSxHQUFHLEtBQUssQ0FBQztPQUNoQjs7d0NBWG1CLE9BQU87QUFBUCxlQUFPOzs7QUFZM0IsYUFBTyxDQUFDLE1BQU0sT0FBQyxDQUFmLE9BQU8sRUFBWSxPQUFPLENBQUMsQ0FBQztLQUM3QjtHQUNGO0NBQ0YsQ0FBQzs7cUJBRWEsTUFBTSIsImZpbGUiOiJsb2dnZXIuanMiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBpbmRleE9mIH0gZnJvbSAnLi91dGlscyc7XG5cbmxldCBsb2dnZXIgPSB7XG4gIG1ldGhvZE1hcDogWydkZWJ1ZycsICdpbmZvJywgJ3dhcm4nLCAnZXJyb3InXSxcbiAgbGV2ZWw6ICdpbmZvJyxcblxuICAvLyBNYXBzIGEgZ2l2ZW4gbGV2ZWwgdmFsdWUgdG8gdGhlIGBtZXRob2RNYXBgIGluZGV4ZXMgYWJvdmUuXG4gIGxvb2t1cExldmVsOiBmdW5jdGlvbihsZXZlbCkge1xuICAgIGlmICh0eXBlb2YgbGV2ZWwgPT09ICdzdHJpbmcnKSB7XG4gICAgICBsZXQgbGV2ZWxNYXAgPSBpbmRleE9mKGxvZ2dlci5tZXRob2RNYXAsIGxldmVsLnRvTG93ZXJDYXNlKCkpO1xuICAgICAgaWYgKGxldmVsTWFwID49IDApIHtcbiAgICAgICAgbGV2ZWwgPSBsZXZlbE1hcDtcbiAgICAgIH0gZWxzZSB7XG4gICAgICAgIGxldmVsID0gcGFyc2VJbnQobGV2ZWwsIDEwKTtcbiAgICAgIH1cbiAgICB9XG5cbiAgICByZXR1cm4gbGV2ZWw7XG4gIH0sXG5cbiAgLy8gQ2FuIGJlIG92ZXJyaWRkZW4gaW4gdGhlIGhvc3QgZW52aXJvbm1lbnRcbiAgbG9nOiBmdW5jdGlvbihsZXZlbCwgLi4ubWVzc2FnZSkge1xuICAgIGxldmVsID0gbG9nZ2VyLmxvb2t1cExldmVsKGxldmVsKTtcblxuICAgIGlmIChcbiAgICAgIHR5cGVvZiBjb25zb2xlICE9PSAndW5kZWZpbmVkJyAmJlxuICAgICAgbG9nZ2VyLmxvb2t1cExldmVsKGxvZ2dlci5sZXZlbCkgPD0gbGV2ZWxcbiAgICApIHtcbiAgICAgIGxldCBtZXRob2QgPSBsb2dnZXIubWV0aG9kTWFwW2xldmVsXTtcbiAgICAgIC8vIGVzbGludC1kaXNhYmxlLW5leHQtbGluZSBuby1jb25zb2xlXG4gICAgICBpZiAoIWNvbnNvbGVbbWV0aG9kXSkge1xuICAgICAgICBtZXRob2QgPSAnbG9nJztcbiAgICAgIH1cbiAgICAgIGNvbnNvbGVbbWV0aG9kXSguLi5tZXNzYWdlKTsgLy8gZXNsaW50LWRpc2FibGUtbGluZSBuby1jb25zb2xlXG4gICAgfVxuICB9XG59O1xuXG5leHBvcnQgZGVmYXVsdCBsb2dnZXI7XG4iXX0=\n","'use strict';\n\nexports.__esModule = true;\nexports.createProtoAccessControl = createProtoAccessControl;\nexports.resultIsAllowed = resultIsAllowed;\nexports.resetLoggedProperties = resetLoggedProperties;\n// istanbul ignore next\n\nfunction _interopRequireWildcard(obj) { if (obj && obj.__esModule) { return obj; } else { var newObj = {}; if (obj != null) { for (var key in obj) { if (Object.prototype.hasOwnProperty.call(obj, key)) newObj[key] = obj[key]; } } newObj['default'] = obj; return newObj; } }\n\nvar _createNewLookupObject = require('./create-new-lookup-object');\n\nvar _logger = require('../logger');\n\nvar logger = _interopRequireWildcard(_logger);\n\nvar loggedProperties = Object.create(null);\n\nfunction createProtoAccessControl(runtimeOptions) {\n var defaultMethodWhiteList = Object.create(null);\n defaultMethodWhiteList['constructor'] = false;\n defaultMethodWhiteList['__defineGetter__'] = false;\n defaultMethodWhiteList['__defineSetter__'] = false;\n defaultMethodWhiteList['__lookupGetter__'] = false;\n\n var defaultPropertyWhiteList = Object.create(null);\n // eslint-disable-next-line no-proto\n defaultPropertyWhiteList['__proto__'] = false;\n\n return {\n properties: {\n whitelist: _createNewLookupObject.createNewLookupObject(defaultPropertyWhiteList, runtimeOptions.allowedProtoProperties),\n defaultValue: runtimeOptions.allowProtoPropertiesByDefault\n },\n methods: {\n whitelist: _createNewLookupObject.createNewLookupObject(defaultMethodWhiteList, runtimeOptions.allowedProtoMethods),\n defaultValue: runtimeOptions.allowProtoMethodsByDefault\n }\n };\n}\n\nfunction resultIsAllowed(result, protoAccessControl, propertyName) {\n if (typeof result === 'function') {\n return checkWhiteList(protoAccessControl.methods, propertyName);\n } else {\n return checkWhiteList(protoAccessControl.properties, propertyName);\n }\n}\n\nfunction checkWhiteList(protoAccessControlForType, propertyName) {\n if (protoAccessControlForType.whitelist[propertyName] !== undefined) {\n return protoAccessControlForType.whitelist[propertyName] === true;\n }\n if (protoAccessControlForType.defaultValue !== undefined) {\n return protoAccessControlForType.defaultValue;\n }\n logUnexpecedPropertyAccessOnce(propertyName);\n return false;\n}\n\nfunction logUnexpecedPropertyAccessOnce(propertyName) {\n if (loggedProperties[propertyName] !== true) {\n loggedProperties[propertyName] = true;\n logger.log('error', 'Handlebars: Access has been denied to resolve the property \"' + propertyName + '\" because it is not an \"own property\" of its parent.\\n' + 'You can add a runtime option to disable the check or this warning:\\n' + 'See https://handlebarsjs.com/api-reference/runtime-options.html#options-to-control-prototype-access for details');\n }\n}\n\nfunction resetLoggedProperties() {\n Object.keys(loggedProperties).forEach(function (propertyName) {\n delete loggedProperties[propertyName];\n });\n}\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uL2xpYi9oYW5kbGViYXJzL2ludGVybmFsL3Byb3RvLWFjY2Vzcy5qcyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiOzs7Ozs7Ozs7O3FDQUFzQyw0QkFBNEI7O3NCQUMxQyxXQUFXOztJQUF2QixNQUFNOztBQUVsQixJQUFNLGdCQUFnQixHQUFHLE1BQU0sQ0FBQyxNQUFNLENBQUMsSUFBSSxDQUFDLENBQUM7O0FBRXRDLFNBQVMsd0JBQXdCLENBQUMsY0FBYyxFQUFFO0FBQ3ZELE1BQUksc0JBQXNCLEdBQUcsTUFBTSxDQUFDLE1BQU0sQ0FBQyxJQUFJLENBQUMsQ0FBQztBQUNqRCx3QkFBc0IsQ0FBQyxhQUFhLENBQUMsR0FBRyxLQUFLLENBQUM7QUFDOUMsd0JBQXNCLENBQUMsa0JBQWtCLENBQUMsR0FBRyxLQUFLLENBQUM7QUFDbkQsd0JBQXNCLENBQUMsa0JBQWtCLENBQUMsR0FBRyxLQUFLLENBQUM7QUFDbkQsd0JBQXNCLENBQUMsa0JBQWtCLENBQUMsR0FBRyxLQUFLLENBQUM7O0FBRW5ELE1BQUksd0JBQXdCLEdBQUcsTUFBTSxDQUFDLE1BQU0sQ0FBQyxJQUFJLENBQUMsQ0FBQzs7QUFFbkQsMEJBQXdCLENBQUMsV0FBVyxDQUFDLEdBQUcsS0FBSyxDQUFDOztBQUU5QyxTQUFPO0FBQ0wsY0FBVSxFQUFFO0FBQ1YsZUFBUyxFQUFFLDZDQUNULHdCQUF3QixFQUN4QixjQUFjLENBQUMsc0JBQXNCLENBQ3RDO0FBQ0Qsa0JBQVksRUFBRSxjQUFjLENBQUMsNkJBQTZCO0tBQzNEO0FBQ0QsV0FBTyxFQUFFO0FBQ1AsZUFBUyxFQUFFLDZDQUNULHNCQUFzQixFQUN0QixjQUFjLENBQUMsbUJBQW1CLENBQ25DO0FBQ0Qsa0JBQVksRUFBRSxjQUFjLENBQUMsMEJBQTBCO0tBQ3hEO0dBQ0YsQ0FBQztDQUNIOztBQUVNLFNBQVMsZUFBZSxDQUFDLE1BQU0sRUFBRSxrQkFBa0IsRUFBRSxZQUFZLEVBQUU7QUFDeEUsTUFBSSxPQUFPLE1BQU0sS0FBSyxVQUFVLEVBQUU7QUFDaEMsV0FBTyxjQUFjLENBQUMsa0JBQWtCLENBQUMsT0FBTyxFQUFFLFlBQVksQ0FBQyxDQUFDO0dBQ2pFLE1BQU07QUFDTCxXQUFPLGNBQWMsQ0FBQyxrQkFBa0IsQ0FBQyxVQUFVLEVBQUUsWUFBWSxDQUFDLENBQUM7R0FDcEU7Q0FDRjs7QUFFRCxTQUFTLGNBQWMsQ0FBQyx5QkFBeUIsRUFBRSxZQUFZLEVBQUU7QUFDL0QsTUFBSSx5QkFBeUIsQ0FBQyxTQUFTLENBQUMsWUFBWSxDQUFDLEtBQUssU0FBUyxFQUFFO0FBQ25FLFdBQU8seUJBQXlCLENBQUMsU0FBUyxDQUFDLFlBQVksQ0FBQyxLQUFLLElBQUksQ0FBQztHQUNuRTtBQUNELE1BQUkseUJBQXlCLENBQUMsWUFBWSxLQUFLLFNBQVMsRUFBRTtBQUN4RCxXQUFPLHlCQUF5QixDQUFDLFlBQVksQ0FBQztHQUMvQztBQUNELGdDQUE4QixDQUFDLFlBQVksQ0FBQyxDQUFDO0FBQzdDLFNBQU8sS0FBSyxDQUFDO0NBQ2Q7O0FBRUQsU0FBUyw4QkFBOEIsQ0FBQyxZQUFZLEVBQUU7QUFDcEQsTUFBSSxnQkFBZ0IsQ0FBQyxZQUFZLENBQUMsS0FBSyxJQUFJLEVBQUU7QUFDM0Msb0JBQWdCLENBQUMsWUFBWSxDQUFDLEdBQUcsSUFBSSxDQUFDO0FBQ3RDLFVBQU0sQ0FBQyxHQUFHLENBQ1IsT0FBTyxFQUNQLGlFQUErRCxZQUFZLG9JQUNILG9IQUMyQyxDQUNwSCxDQUFDO0dBQ0g7Q0FDRjs7QUFFTSxTQUFTLHFCQUFxQixHQUFHO0FBQ3RDLFFBQU0sQ0FBQyxJQUFJLENBQUMsZ0JBQWdCLENBQUMsQ0FBQyxPQUFPLENBQUMsVUFBQSxZQUFZLEVBQUk7QUFDcEQsV0FBTyxnQkFBZ0IsQ0FBQyxZQUFZLENBQUMsQ0FBQztHQUN2QyxDQUFDLENBQUM7Q0FDSiIsImZpbGUiOiJwcm90by1hY2Nlc3MuanMiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBjcmVhdGVOZXdMb29rdXBPYmplY3QgfSBmcm9tICcuL2NyZWF0ZS1uZXctbG9va3VwLW9iamVjdCc7XG5pbXBvcnQgKiBhcyBsb2dnZXIgZnJvbSAnLi4vbG9nZ2VyJztcblxuY29uc3QgbG9nZ2VkUHJvcGVydGllcyA9IE9iamVjdC5jcmVhdGUobnVsbCk7XG5cbmV4cG9ydCBmdW5jdGlvbiBjcmVhdGVQcm90b0FjY2Vzc0NvbnRyb2wocnVudGltZU9wdGlvbnMpIHtcbiAgbGV0IGRlZmF1bHRNZXRob2RXaGl0ZUxpc3QgPSBPYmplY3QuY3JlYXRlKG51bGwpO1xuICBkZWZhdWx0TWV0aG9kV2hpdGVMaXN0Wydjb25zdHJ1Y3RvciddID0gZmFsc2U7XG4gIGRlZmF1bHRNZXRob2RXaGl0ZUxpc3RbJ19fZGVmaW5lR2V0dGVyX18nXSA9IGZhbHNlO1xuICBkZWZhdWx0TWV0aG9kV2hpdGVMaXN0WydfX2RlZmluZVNldHRlcl9fJ10gPSBmYWxzZTtcbiAgZGVmYXVsdE1ldGhvZFdoaXRlTGlzdFsnX19sb29rdXBHZXR0ZXJfXyddID0gZmFsc2U7XG5cbiAgbGV0IGRlZmF1bHRQcm9wZXJ0eVdoaXRlTGlzdCA9IE9iamVjdC5jcmVhdGUobnVsbCk7XG4gIC8vIGVzbGludC1kaXNhYmxlLW5leHQtbGluZSBuby1wcm90b1xuICBkZWZhdWx0UHJvcGVydHlXaGl0ZUxpc3RbJ19fcHJvdG9fXyddID0gZmFsc2U7XG5cbiAgcmV0dXJuIHtcbiAgICBwcm9wZXJ0aWVzOiB7XG4gICAgICB3aGl0ZWxpc3Q6IGNyZWF0ZU5ld0xvb2t1cE9iamVjdChcbiAgICAgICAgZGVmYXVsdFByb3BlcnR5V2hpdGVMaXN0LFxuICAgICAgICBydW50aW1lT3B0aW9ucy5hbGxvd2VkUHJvdG9Qcm9wZXJ0aWVzXG4gICAgICApLFxuICAgICAgZGVmYXVsdFZhbHVlOiBydW50aW1lT3B0aW9ucy5hbGxvd1Byb3RvUHJvcGVydGllc0J5RGVmYXVsdFxuICAgIH0sXG4gICAgbWV0aG9kczoge1xuICAgICAgd2hpdGVsaXN0OiBjcmVhdGVOZXdMb29rdXBPYmplY3QoXG4gICAgICAgIGRlZmF1bHRNZXRob2RXaGl0ZUxpc3QsXG4gICAgICAgIHJ1bnRpbWVPcHRpb25zLmFsbG93ZWRQcm90b01ldGhvZHNcbiAgICAgICksXG4gICAgICBkZWZhdWx0VmFsdWU6IHJ1bnRpbWVPcHRpb25zLmFsbG93UHJvdG9NZXRob2RzQnlEZWZhdWx0XG4gICAgfVxuICB9O1xufVxuXG5leHBvcnQgZnVuY3Rpb24gcmVzdWx0SXNBbGxvd2VkKHJlc3VsdCwgcHJvdG9BY2Nlc3NDb250cm9sLCBwcm9wZXJ0eU5hbWUpIHtcbiAgaWYgKHR5cGVvZiByZXN1bHQgPT09ICdmdW5jdGlvbicpIHtcbiAgICByZXR1cm4gY2hlY2tXaGl0ZUxpc3QocHJvdG9BY2Nlc3NDb250cm9sLm1ldGhvZHMsIHByb3BlcnR5TmFtZSk7XG4gIH0gZWxzZSB7XG4gICAgcmV0dXJuIGNoZWNrV2hpdGVMaXN0KHByb3RvQWNjZXNzQ29udHJvbC5wcm9wZXJ0aWVzLCBwcm9wZXJ0eU5hbWUpO1xuICB9XG59XG5cbmZ1bmN0aW9uIGNoZWNrV2hpdGVMaXN0KHByb3RvQWNjZXNzQ29udHJvbEZvclR5cGUsIHByb3BlcnR5TmFtZSkge1xuICBpZiAocHJvdG9BY2Nlc3NDb250cm9sRm9yVHlwZS53aGl0ZWxpc3RbcHJvcGVydHlOYW1lXSAhPT0gdW5kZWZpbmVkKSB7XG4gICAgcmV0dXJuIHByb3RvQWNjZXNzQ29udHJvbEZvclR5cGUud2hpdGVsaXN0W3Byb3BlcnR5TmFtZV0gPT09IHRydWU7XG4gIH1cbiAgaWYgKHByb3RvQWNjZXNzQ29udHJvbEZvclR5cGUuZGVmYXVsdFZhbHVlICE9PSB1bmRlZmluZWQpIHtcbiAgICByZXR1cm4gcHJvdG9BY2Nlc3NDb250cm9sRm9yVHlwZS5kZWZhdWx0VmFsdWU7XG4gIH1cbiAgbG9nVW5leHBlY2VkUHJvcGVydHlBY2Nlc3NPbmNlKHByb3BlcnR5TmFtZSk7XG4gIHJldHVybiBmYWxzZTtcbn1cblxuZnVuY3Rpb24gbG9nVW5leHBlY2VkUHJvcGVydHlBY2Nlc3NPbmNlKHByb3BlcnR5TmFtZSkge1xuICBpZiAobG9nZ2VkUHJvcGVydGllc1twcm9wZXJ0eU5hbWVdICE9PSB0cnVlKSB7XG4gICAgbG9nZ2VkUHJvcGVydGllc1twcm9wZXJ0eU5hbWVdID0gdHJ1ZTtcbiAgICBsb2dnZXIubG9nKFxuICAgICAgJ2Vycm9yJyxcbiAgICAgIGBIYW5kbGViYXJzOiBBY2Nlc3MgaGFzIGJlZW4gZGVuaWVkIHRvIHJlc29sdmUgdGhlIHByb3BlcnR5IFwiJHtwcm9wZXJ0eU5hbWV9XCIgYmVjYXVzZSBpdCBpcyBub3QgYW4gXCJvd24gcHJvcGVydHlcIiBvZiBpdHMgcGFyZW50LlxcbmAgK1xuICAgICAgICBgWW91IGNhbiBhZGQgYSBydW50aW1lIG9wdGlvbiB0byBkaXNhYmxlIHRoZSBjaGVjayBvciB0aGlzIHdhcm5pbmc6XFxuYCArXG4gICAgICAgIGBTZWUgaHR0cHM6Ly9oYW5kbGViYXJzanMuY29tL2FwaS1yZWZlcmVuY2UvcnVudGltZS1vcHRpb25zLmh0bWwjb3B0aW9ucy10by1jb250cm9sLXByb3RvdHlwZS1hY2Nlc3MgZm9yIGRldGFpbHNgXG4gICAgKTtcbiAgfVxufVxuXG5leHBvcnQgZnVuY3Rpb24gcmVzZXRMb2dnZWRQcm9wZXJ0aWVzKCkge1xuICBPYmplY3Qua2V5cyhsb2dnZWRQcm9wZXJ0aWVzKS5mb3JFYWNoKHByb3BlcnR5TmFtZSA9PiB7XG4gICAgZGVsZXRlIGxvZ2dlZFByb3BlcnRpZXNbcHJvcGVydHlOYW1lXTtcbiAgfSk7XG59XG4iXX0=\n","/**\n * The default argument placeholder value for methods.\n *\n * @type {Object}\n */\nmodule.exports = {};\n","var identity = require('./identity'),\n metaMap = require('./_metaMap');\n\n/**\n * The base implementation of `setData` without support for hot loop shorting.\n *\n * @private\n * @param {Function} func The function to associate metadata with.\n * @param {*} data The metadata.\n * @returns {Function} Returns `func`.\n */\nvar baseSetData = !metaMap ? identity : function(func, data) {\n metaMap.set(func, data);\n return func;\n};\n\nmodule.exports = baseSetData;\n","var WeakMap = require('./_WeakMap');\n\n/** Used to store function metadata. */\nvar metaMap = WeakMap && new WeakMap;\n\nmodule.exports = metaMap;\n","var isFunction = require('./isFunction'),\n isMasked = require('./_isMasked'),\n isObject = require('./isObject'),\n toSource = require('./_toSource');\n\n/**\n * Used to match `RegExp`\n * [syntax characters](http://ecma-international.org/ecma-262/7.0/#sec-patterns).\n */\nvar reRegExpChar = /[\\\\^$.*+?()[\\]{}|]/g;\n\n/** Used to detect host constructors (Safari). */\nvar reIsHostCtor = /^\\[object .+?Constructor\\]$/;\n\n/** Used for built-in method references. */\nvar funcProto = Function.prototype,\n objectProto = Object.prototype;\n\n/** Used to resolve the decompiled source of functions. */\nvar funcToString = funcProto.toString;\n\n/** Used to check objects for own properties. */\nvar hasOwnProperty = objectProto.hasOwnProperty;\n\n/** Used to detect if a method is native. */\nvar reIsNative = RegExp('^' +\n funcToString.call(hasOwnProperty).replace(reRegExpChar, '\\\\$&')\n .replace(/hasOwnProperty|(function).*?(?=\\\\\\()| for .+?(?=\\\\\\])/g, '$1.*?') + '$'\n);\n\n/**\n * The base implementation of `_.isNative` without bad shim checks.\n *\n * @private\n * @param {*} value The value to check.\n * @returns {boolean} Returns `true` if `value` is a native function,\n * else `false`.\n */\nfunction baseIsNative(value) {\n if (!isObject(value) || isMasked(value)) {\n return false;\n }\n var pattern = isFunction(value) ? reIsNative : reIsHostCtor;\n return pattern.test(toSource(value));\n}\n\nmodule.exports = baseIsNative;\n","var Symbol = require('./_Symbol');\n\n/** Used for built-in method references. */\nvar objectProto = Object.prototype;\n\n/** Used to check objects for own properties. */\nvar hasOwnProperty = objectProto.hasOwnProperty;\n\n/**\n * Used to resolve the\n * [`toStringTag`](http://ecma-international.org/ecma-262/7.0/#sec-object.prototype.tostring)\n * of values.\n */\nvar nativeObjectToString = objectProto.toString;\n\n/** Built-in value references. */\nvar symToStringTag = Symbol ? Symbol.toStringTag : undefined;\n\n/**\n * A specialized version of `baseGetTag` which ignores `Symbol.toStringTag` values.\n *\n * @private\n * @param {*} value The value to query.\n * @returns {string} Returns the raw `toStringTag`.\n */\nfunction getRawTag(value) {\n var isOwn = hasOwnProperty.call(value, symToStringTag),\n tag = value[symToStringTag];\n\n try {\n value[symToStringTag] = undefined;\n var unmasked = true;\n } catch (e) {}\n\n var result = nativeObjectToString.call(value);\n if (unmasked) {\n if (isOwn) {\n value[symToStringTag] = tag;\n } else {\n delete value[symToStringTag];\n }\n }\n return result;\n}\n\nmodule.exports = getRawTag;\n","/** Used for built-in method references. */\nvar objectProto = Object.prototype;\n\n/**\n * Used to resolve the\n * [`toStringTag`](http://ecma-international.org/ecma-262/7.0/#sec-object.prototype.tostring)\n * of values.\n */\nvar nativeObjectToString = objectProto.toString;\n\n/**\n * Converts `value` to a string using `Object.prototype.toString`.\n *\n * @private\n * @param {*} value The value to convert.\n * @returns {string} Returns the converted string.\n */\nfunction objectToString(value) {\n return nativeObjectToString.call(value);\n}\n\nmodule.exports = objectToString;\n","var coreJsData = require('./_coreJsData');\n\n/** Used to detect methods masquerading as native. */\nvar maskSrcKey = (function() {\n var uid = /[^.]+$/.exec(coreJsData && coreJsData.keys && coreJsData.keys.IE_PROTO || '');\n return uid ? ('Symbol(src)_1.' + uid) : '';\n}());\n\n/**\n * Checks if `func` has its source masked.\n *\n * @private\n * @param {Function} func The function to check.\n * @returns {boolean} Returns `true` if `func` is masked, else `false`.\n */\nfunction isMasked(func) {\n return !!maskSrcKey && (maskSrcKey in func);\n}\n\nmodule.exports = isMasked;\n","var root = require('./_root');\n\n/** Used to detect overreaching core-js shims. */\nvar coreJsData = root['__core-js_shared__'];\n\nmodule.exports = coreJsData;\n","/**\n * Gets the value at `key` of `object`.\n *\n * @private\n * @param {Object} [object] The object to query.\n * @param {string} key The key of the property to get.\n * @returns {*} Returns the property value.\n */\nfunction getValue(object, key) {\n return object == null ? undefined : object[key];\n}\n\nmodule.exports = getValue;\n","var composeArgs = require('./_composeArgs'),\n composeArgsRight = require('./_composeArgsRight'),\n countHolders = require('./_countHolders'),\n createCtor = require('./_createCtor'),\n createRecurry = require('./_createRecurry'),\n getHolder = require('./_getHolder'),\n reorder = require('./_reorder'),\n replaceHolders = require('./_replaceHolders'),\n root = require('./_root');\n\n/** Used to compose bitmasks for function metadata. */\nvar WRAP_BIND_FLAG = 1,\n WRAP_BIND_KEY_FLAG = 2,\n WRAP_CURRY_FLAG = 8,\n WRAP_CURRY_RIGHT_FLAG = 16,\n WRAP_ARY_FLAG = 128,\n WRAP_FLIP_FLAG = 512;\n\n/**\n * Creates a function that wraps `func` to invoke it with optional `this`\n * binding of `thisArg`, partial application, and currying.\n *\n * @private\n * @param {Function|string} func The function or method name to wrap.\n * @param {number} bitmask The bitmask flags. See `createWrap` for more details.\n * @param {*} [thisArg] The `this` binding of `func`.\n * @param {Array} [partials] The arguments to prepend to those provided to\n * the new function.\n * @param {Array} [holders] The `partials` placeholder indexes.\n * @param {Array} [partialsRight] The arguments to append to those provided\n * to the new function.\n * @param {Array} [holdersRight] The `partialsRight` placeholder indexes.\n * @param {Array} [argPos] The argument positions of the new function.\n * @param {number} [ary] The arity cap of `func`.\n * @param {number} [arity] The arity of `func`.\n * @returns {Function} Returns the new wrapped function.\n */\nfunction createHybrid(func, bitmask, thisArg, partials, holders, partialsRight, holdersRight, argPos, ary, arity) {\n var isAry = bitmask & WRAP_ARY_FLAG,\n isBind = bitmask & WRAP_BIND_FLAG,\n isBindKey = bitmask & WRAP_BIND_KEY_FLAG,\n isCurried = bitmask & (WRAP_CURRY_FLAG | WRAP_CURRY_RIGHT_FLAG),\n isFlip = bitmask & WRAP_FLIP_FLAG,\n Ctor = isBindKey ? undefined : createCtor(func);\n\n function wrapper() {\n var length = arguments.length,\n args = Array(length),\n index = length;\n\n while (index--) {\n args[index] = arguments[index];\n }\n if (isCurried) {\n var placeholder = getHolder(wrapper),\n holdersCount = countHolders(args, placeholder);\n }\n if (partials) {\n args = composeArgs(args, partials, holders, isCurried);\n }\n if (partialsRight) {\n args = composeArgsRight(args, partialsRight, holdersRight, isCurried);\n }\n length -= holdersCount;\n if (isCurried && length < arity) {\n var newHolders = replaceHolders(args, placeholder);\n return createRecurry(\n func, bitmask, createHybrid, wrapper.placeholder, thisArg,\n args, newHolders, argPos, ary, arity - length\n );\n }\n var thisBinding = isBind ? thisArg : this,\n fn = isBindKey ? thisBinding[func] : func;\n\n length = args.length;\n if (argPos) {\n args = reorder(args, argPos);\n } else if (isFlip && length > 1) {\n args.reverse();\n }\n if (isAry && ary < length) {\n args.length = ary;\n }\n if (this && this !== root && this instanceof wrapper) {\n fn = Ctor || createCtor(fn);\n }\n return fn.apply(thisBinding, args);\n }\n return wrapper;\n}\n\nmodule.exports = createHybrid;\n","/* Built-in method references for those with the same name as other `lodash` methods. */\nvar nativeMax = Math.max;\n\n/**\n * Creates an array that is the composition of partially applied arguments,\n * placeholders, and provided arguments into a single array of arguments.\n *\n * @private\n * @param {Array} args The provided arguments.\n * @param {Array} partials The arguments to prepend to those provided.\n * @param {Array} holders The `partials` placeholder indexes.\n * @params {boolean} [isCurried] Specify composing for a curried function.\n * @returns {Array} Returns the new array of composed arguments.\n */\nfunction composeArgs(args, partials, holders, isCurried) {\n var argsIndex = -1,\n argsLength = args.length,\n holdersLength = holders.length,\n leftIndex = -1,\n leftLength = partials.length,\n rangeLength = nativeMax(argsLength - holdersLength, 0),\n result = Array(leftLength + rangeLength),\n isUncurried = !isCurried;\n\n while (++leftIndex < leftLength) {\n result[leftIndex] = partials[leftIndex];\n }\n while (++argsIndex < holdersLength) {\n if (isUncurried || argsIndex < argsLength) {\n result[holders[argsIndex]] = args[argsIndex];\n }\n }\n while (rangeLength--) {\n result[leftIndex++] = args[argsIndex++];\n }\n return result;\n}\n\nmodule.exports = composeArgs;\n","/* Built-in method references for those with the same name as other `lodash` methods. */\nvar nativeMax = Math.max;\n\n/**\n * This function is like `composeArgs` except that the arguments composition\n * is tailored for `_.partialRight`.\n *\n * @private\n * @param {Array} args The provided arguments.\n * @param {Array} partials The arguments to append to those provided.\n * @param {Array} holders The `partials` placeholder indexes.\n * @params {boolean} [isCurried] Specify composing for a curried function.\n * @returns {Array} Returns the new array of composed arguments.\n */\nfunction composeArgsRight(args, partials, holders, isCurried) {\n var argsIndex = -1,\n argsLength = args.length,\n holdersIndex = -1,\n holdersLength = holders.length,\n rightIndex = -1,\n rightLength = partials.length,\n rangeLength = nativeMax(argsLength - holdersLength, 0),\n result = Array(rangeLength + rightLength),\n isUncurried = !isCurried;\n\n while (++argsIndex < rangeLength) {\n result[argsIndex] = args[argsIndex];\n }\n var offset = argsIndex;\n while (++rightIndex < rightLength) {\n result[offset + rightIndex] = partials[rightIndex];\n }\n while (++holdersIndex < holdersLength) {\n if (isUncurried || argsIndex < argsLength) {\n result[offset + holders[holdersIndex]] = args[argsIndex++];\n }\n }\n return result;\n}\n\nmodule.exports = composeArgsRight;\n","var isLaziable = require('./_isLaziable'),\n setData = require('./_setData'),\n setWrapToString = require('./_setWrapToString');\n\n/** Used to compose bitmasks for function metadata. */\nvar WRAP_BIND_FLAG = 1,\n WRAP_BIND_KEY_FLAG = 2,\n WRAP_CURRY_BOUND_FLAG = 4,\n WRAP_CURRY_FLAG = 8,\n WRAP_PARTIAL_FLAG = 32,\n WRAP_PARTIAL_RIGHT_FLAG = 64;\n\n/**\n * Creates a function that wraps `func` to continue currying.\n *\n * @private\n * @param {Function} func The function to wrap.\n * @param {number} bitmask The bitmask flags. See `createWrap` for more details.\n * @param {Function} wrapFunc The function to create the `func` wrapper.\n * @param {*} placeholder The placeholder value.\n * @param {*} [thisArg] The `this` binding of `func`.\n * @param {Array} [partials] The arguments to prepend to those provided to\n * the new function.\n * @param {Array} [holders] The `partials` placeholder indexes.\n * @param {Array} [argPos] The argument positions of the new function.\n * @param {number} [ary] The arity cap of `func`.\n * @param {number} [arity] The arity of `func`.\n * @returns {Function} Returns the new wrapped function.\n */\nfunction createRecurry(func, bitmask, wrapFunc, placeholder, thisArg, partials, holders, argPos, ary, arity) {\n var isCurry = bitmask & WRAP_CURRY_FLAG,\n newHolders = isCurry ? holders : undefined,\n newHoldersRight = isCurry ? undefined : holders,\n newPartials = isCurry ? partials : undefined,\n newPartialsRight = isCurry ? undefined : partials;\n\n bitmask |= (isCurry ? WRAP_PARTIAL_FLAG : WRAP_PARTIAL_RIGHT_FLAG);\n bitmask &= ~(isCurry ? WRAP_PARTIAL_RIGHT_FLAG : WRAP_PARTIAL_FLAG);\n\n if (!(bitmask & WRAP_CURRY_BOUND_FLAG)) {\n bitmask &= ~(WRAP_BIND_FLAG | WRAP_BIND_KEY_FLAG);\n }\n var newData = [\n func, bitmask, thisArg, newPartials, newHolders, newPartialsRight,\n newHoldersRight, argPos, ary, arity\n ];\n\n var result = wrapFunc.apply(undefined, newData);\n if (isLaziable(func)) {\n setData(result, newData);\n }\n result.placeholder = placeholder;\n return setWrapToString(result, func, bitmask);\n}\n\nmodule.exports = createRecurry;\n","var metaMap = require('./_metaMap'),\n noop = require('./noop');\n\n/**\n * Gets metadata for `func`.\n *\n * @private\n * @param {Function} func The function to query.\n * @returns {*} Returns the metadata for `func`.\n */\nvar getData = !metaMap ? noop : function(func) {\n return metaMap.get(func);\n};\n\nmodule.exports = getData;\n","var baseCreate = require('./_baseCreate'),\n baseLodash = require('./_baseLodash');\n\n/**\n * The base constructor for creating `lodash` wrapper objects.\n *\n * @private\n * @param {*} value The value to wrap.\n * @param {boolean} [chainAll] Enable explicit method chain sequences.\n */\nfunction LodashWrapper(value, chainAll) {\n this.__wrapped__ = value;\n this.__actions__ = [];\n this.__chain__ = !!chainAll;\n this.__index__ = 0;\n this.__values__ = undefined;\n}\n\nLodashWrapper.prototype = baseCreate(baseLodash.prototype);\nLodashWrapper.prototype.constructor = LodashWrapper;\n\nmodule.exports = LodashWrapper;\n","var baseSetData = require('./_baseSetData'),\n shortOut = require('./_shortOut');\n\n/**\n * Sets metadata for `func`.\n *\n * **Note:** If this function becomes hot, i.e. is invoked a lot in a short\n * period of time, it will trip its breaker and transition to an identity\n * function to avoid garbage collection pauses in V8. See\n * [V8 issue 2070](https://bugs.chromium.org/p/v8/issues/detail?id=2070)\n * for more details.\n *\n * @private\n * @param {Function} func The function to associate metadata with.\n * @param {*} data The metadata.\n * @returns {Function} Returns `func`.\n */\nvar setData = shortOut(baseSetData);\n\nmodule.exports = setData;\n","var getWrapDetails = require('./_getWrapDetails'),\n insertWrapDetails = require('./_insertWrapDetails'),\n setToString = require('./_setToString'),\n updateWrapDetails = require('./_updateWrapDetails');\n\n/**\n * Sets the `toString` method of `wrapper` to mimic the source of `reference`\n * with wrapper details in a comment at the top of the source body.\n *\n * @private\n * @param {Function} wrapper The function to modify.\n * @param {Function} reference The reference function.\n * @param {number} bitmask The bitmask flags. See `createWrap` for more details.\n * @returns {Function} Returns `wrapper`.\n */\nfunction setWrapToString(wrapper, reference, bitmask) {\n var source = (reference + '');\n return setToString(wrapper, insertWrapDetails(source, updateWrapDetails(getWrapDetails(source), bitmask)));\n}\n\nmodule.exports = setWrapToString;\n","var constant = require('./constant'),\n defineProperty = require('./_defineProperty'),\n identity = require('./identity');\n\n/**\n * The base implementation of `setToString` without support for hot loop shorting.\n *\n * @private\n * @param {Function} func The function to modify.\n * @param {Function} string The `toString` result.\n * @returns {Function} Returns `func`.\n */\nvar baseSetToString = !defineProperty ? identity : function(func, string) {\n return defineProperty(func, 'toString', {\n 'configurable': true,\n 'enumerable': false,\n 'value': constant(string),\n 'writable': true\n });\n};\n\nmodule.exports = baseSetToString;\n","/**\n * Creates a function that returns `value`.\n *\n * @static\n * @memberOf _\n * @since 2.4.0\n * @category Util\n * @param {*} value The value to return from the new function.\n * @returns {Function} Returns the new constant function.\n * @example\n *\n * var objects = _.times(2, _.constant({ 'a': 1 }));\n *\n * console.log(objects);\n * // => [{ 'a': 1 }, { 'a': 1 }]\n *\n * console.log(objects[0] === objects[1]);\n * // => true\n */\nfunction constant(value) {\n return function() {\n return value;\n };\n}\n\nmodule.exports = constant;\n","/**\n * Gets the argument placeholder value for `func`.\n *\n * @private\n * @param {Function} func The function to inspect.\n * @returns {*} Returns the placeholder value.\n */\nfunction getHolder(func) {\n var object = func;\n return object.placeholder;\n}\n\nmodule.exports = getHolder;\n","var toFinite = require('./toFinite');\n\n/**\n * Converts `value` to an integer.\n *\n * **Note:** This method is loosely based on\n * [`ToInteger`](http://www.ecma-international.org/ecma-262/7.0/#sec-tointeger).\n *\n * @static\n * @memberOf _\n * @since 4.0.0\n * @category Lang\n * @param {*} value The value to convert.\n * @returns {number} Returns the converted integer.\n * @example\n *\n * _.toInteger(3.2);\n * // => 3\n *\n * _.toInteger(Number.MIN_VALUE);\n * // => 0\n *\n * _.toInteger(Infinity);\n * // => 1.7976931348623157e+308\n *\n * _.toInteger('3.2');\n * // => 3\n */\nfunction toInteger(value) {\n var result = toFinite(value),\n remainder = result % 1;\n\n return result === result ? (remainder ? result - remainder : result) : 0;\n}\n\nmodule.exports = toInteger;\n","var copyObject = require('./_copyObject'),\n keys = require('./keys');\n\n/**\n * The base implementation of `_.assign` without support for multiple sources\n * or `customizer` functions.\n *\n * @private\n * @param {Object} object The destination object.\n * @param {Object} source The source object.\n * @returns {Object} Returns `object`.\n */\nfunction baseAssign(object, source) {\n return object && copyObject(source, keys(source), object);\n}\n\nmodule.exports = baseAssign;\n","/**\n * The base implementation of `_.times` without support for iteratee shorthands\n * or max array length checks.\n *\n * @private\n * @param {number} n The number of times to invoke `iteratee`.\n * @param {Function} iteratee The function invoked per iteration.\n * @returns {Array} Returns the array of results.\n */\nfunction baseTimes(n, iteratee) {\n var index = -1,\n result = Array(n);\n\n while (++index < n) {\n result[index] = iteratee(index);\n }\n return result;\n}\n\nmodule.exports = baseTimes;\n","var baseGetTag = require('./_baseGetTag'),\n isObjectLike = require('./isObjectLike');\n\n/** `Object#toString` result references. */\nvar argsTag = '[object Arguments]';\n\n/**\n * The base implementation of `_.isArguments`.\n *\n * @private\n * @param {*} value The value to check.\n * @returns {boolean} Returns `true` if `value` is an `arguments` object,\n */\nfunction baseIsArguments(value) {\n return isObjectLike(value) && baseGetTag(value) == argsTag;\n}\n\nmodule.exports = baseIsArguments;\n","/**\n * This method returns `false`.\n *\n * @static\n * @memberOf _\n * @since 4.13.0\n * @category Util\n * @returns {boolean} Returns `false`.\n * @example\n *\n * _.times(2, _.stubFalse);\n * // => [false, false]\n */\nfunction stubFalse() {\n return false;\n}\n\nmodule.exports = stubFalse;\n","var baseGetTag = require('./_baseGetTag'),\n isLength = require('./isLength'),\n isObjectLike = require('./isObjectLike');\n\n/** `Object#toString` result references. */\nvar argsTag = '[object Arguments]',\n arrayTag = '[object Array]',\n boolTag = '[object Boolean]',\n dateTag = '[object Date]',\n errorTag = '[object Error]',\n funcTag = '[object Function]',\n mapTag = '[object Map]',\n numberTag = '[object Number]',\n objectTag = '[object Object]',\n regexpTag = '[object RegExp]',\n setTag = '[object Set]',\n stringTag = '[object String]',\n weakMapTag = '[object WeakMap]';\n\nvar arrayBufferTag = '[object ArrayBuffer]',\n dataViewTag = '[object DataView]',\n float32Tag = '[object Float32Array]',\n float64Tag = '[object Float64Array]',\n int8Tag = '[object Int8Array]',\n int16Tag = '[object Int16Array]',\n int32Tag = '[object Int32Array]',\n uint8Tag = '[object Uint8Array]',\n uint8ClampedTag = '[object Uint8ClampedArray]',\n uint16Tag = '[object Uint16Array]',\n uint32Tag = '[object Uint32Array]';\n\n/** Used to identify `toStringTag` values of typed arrays. */\nvar typedArrayTags = {};\ntypedArrayTags[float32Tag] = typedArrayTags[float64Tag] =\ntypedArrayTags[int8Tag] = typedArrayTags[int16Tag] =\ntypedArrayTags[int32Tag] = typedArrayTags[uint8Tag] =\ntypedArrayTags[uint8ClampedTag] = typedArrayTags[uint16Tag] =\ntypedArrayTags[uint32Tag] = true;\ntypedArrayTags[argsTag] = typedArrayTags[arrayTag] =\ntypedArrayTags[arrayBufferTag] = typedArrayTags[boolTag] =\ntypedArrayTags[dataViewTag] = typedArrayTags[dateTag] =\ntypedArrayTags[errorTag] = typedArrayTags[funcTag] =\ntypedArrayTags[mapTag] = typedArrayTags[numberTag] =\ntypedArrayTags[objectTag] = typedArrayTags[regexpTag] =\ntypedArrayTags[setTag] = typedArrayTags[stringTag] =\ntypedArrayTags[weakMapTag] = false;\n\n/**\n * The base implementation of `_.isTypedArray` without Node.js optimizations.\n *\n * @private\n * @param {*} value The value to check.\n * @returns {boolean} Returns `true` if `value` is a typed array, else `false`.\n */\nfunction baseIsTypedArray(value) {\n return isObjectLike(value) &&\n isLength(value.length) && !!typedArrayTags[baseGetTag(value)];\n}\n\nmodule.exports = baseIsTypedArray;\n","var overArg = require('./_overArg');\n\n/* Built-in method references for those with the same name as other `lodash` methods. */\nvar nativeKeys = overArg(Object.keys, Object);\n\nmodule.exports = nativeKeys;\n","var Stack = require('./_Stack'),\n arrayEach = require('./_arrayEach'),\n assignValue = require('./_assignValue'),\n baseAssign = require('./_baseAssign'),\n baseAssignIn = require('./_baseAssignIn'),\n cloneBuffer = require('./_cloneBuffer'),\n copyArray = require('./_copyArray'),\n copySymbols = require('./_copySymbols'),\n copySymbolsIn = require('./_copySymbolsIn'),\n getAllKeys = require('./_getAllKeys'),\n getAllKeysIn = require('./_getAllKeysIn'),\n getTag = require('./_getTag'),\n initCloneArray = require('./_initCloneArray'),\n initCloneByTag = require('./_initCloneByTag'),\n initCloneObject = require('./_initCloneObject'),\n isArray = require('./isArray'),\n isBuffer = require('./isBuffer'),\n isMap = require('./isMap'),\n isObject = require('./isObject'),\n isSet = require('./isSet'),\n keys = require('./keys'),\n keysIn = require('./keysIn');\n\n/** Used to compose bitmasks for cloning. */\nvar CLONE_DEEP_FLAG = 1,\n CLONE_FLAT_FLAG = 2,\n CLONE_SYMBOLS_FLAG = 4;\n\n/** `Object#toString` result references. */\nvar argsTag = '[object Arguments]',\n arrayTag = '[object Array]',\n boolTag = '[object Boolean]',\n dateTag = '[object Date]',\n errorTag = '[object Error]',\n funcTag = '[object Function]',\n genTag = '[object GeneratorFunction]',\n mapTag = '[object Map]',\n numberTag = '[object Number]',\n objectTag = '[object Object]',\n regexpTag = '[object RegExp]',\n setTag = '[object Set]',\n stringTag = '[object String]',\n symbolTag = '[object Symbol]',\n weakMapTag = '[object WeakMap]';\n\nvar arrayBufferTag = '[object ArrayBuffer]',\n dataViewTag = '[object DataView]',\n float32Tag = '[object Float32Array]',\n float64Tag = '[object Float64Array]',\n int8Tag = '[object Int8Array]',\n int16Tag = '[object Int16Array]',\n int32Tag = '[object Int32Array]',\n uint8Tag = '[object Uint8Array]',\n uint8ClampedTag = '[object Uint8ClampedArray]',\n uint16Tag = '[object Uint16Array]',\n uint32Tag = '[object Uint32Array]';\n\n/** Used to identify `toStringTag` values supported by `_.clone`. */\nvar cloneableTags = {};\ncloneableTags[argsTag] = cloneableTags[arrayTag] =\ncloneableTags[arrayBufferTag] = cloneableTags[dataViewTag] =\ncloneableTags[boolTag] = cloneableTags[dateTag] =\ncloneableTags[float32Tag] = cloneableTags[float64Tag] =\ncloneableTags[int8Tag] = cloneableTags[int16Tag] =\ncloneableTags[int32Tag] = cloneableTags[mapTag] =\ncloneableTags[numberTag] = cloneableTags[objectTag] =\ncloneableTags[regexpTag] = cloneableTags[setTag] =\ncloneableTags[stringTag] = cloneableTags[symbolTag] =\ncloneableTags[uint8Tag] = cloneableTags[uint8ClampedTag] =\ncloneableTags[uint16Tag] = cloneableTags[uint32Tag] = true;\ncloneableTags[errorTag] = cloneableTags[funcTag] =\ncloneableTags[weakMapTag] = false;\n\n/**\n * The base implementation of `_.clone` and `_.cloneDeep` which tracks\n * traversed objects.\n *\n * @private\n * @param {*} value The value to clone.\n * @param {boolean} bitmask The bitmask flags.\n * 1 - Deep clone\n * 2 - Flatten inherited properties\n * 4 - Clone symbols\n * @param {Function} [customizer] The function to customize cloning.\n * @param {string} [key] The key of `value`.\n * @param {Object} [object] The parent object of `value`.\n * @param {Object} [stack] Tracks traversed objects and their clone counterparts.\n * @returns {*} Returns the cloned value.\n */\nfunction baseClone(value, bitmask, customizer, key, object, stack) {\n var result,\n isDeep = bitmask & CLONE_DEEP_FLAG,\n isFlat = bitmask & CLONE_FLAT_FLAG,\n isFull = bitmask & CLONE_SYMBOLS_FLAG;\n\n if (customizer) {\n result = object ? customizer(value, key, object, stack) : customizer(value);\n }\n if (result !== undefined) {\n return result;\n }\n if (!isObject(value)) {\n return value;\n }\n var isArr = isArray(value);\n if (isArr) {\n result = initCloneArray(value);\n if (!isDeep) {\n return copyArray(value, result);\n }\n } else {\n var tag = getTag(value),\n isFunc = tag == funcTag || tag == genTag;\n\n if (isBuffer(value)) {\n return cloneBuffer(value, isDeep);\n }\n if (tag == objectTag || tag == argsTag || (isFunc && !object)) {\n result = (isFlat || isFunc) ? {} : initCloneObject(value);\n if (!isDeep) {\n return isFlat\n ? copySymbolsIn(value, baseAssignIn(result, value))\n : copySymbols(value, baseAssign(result, value));\n }\n } else {\n if (!cloneableTags[tag]) {\n return object ? value : {};\n }\n result = initCloneByTag(value, tag, isDeep);\n }\n }\n // Check for circular references and return its corresponding clone.\n stack || (stack = new Stack);\n var stacked = stack.get(value);\n if (stacked) {\n return stacked;\n }\n stack.set(value, result);\n\n if (isSet(value)) {\n value.forEach(function(subValue) {\n result.add(baseClone(subValue, bitmask, customizer, subValue, value, stack));\n });\n } else if (isMap(value)) {\n value.forEach(function(subValue, key) {\n result.set(key, baseClone(subValue, bitmask, customizer, key, value, stack));\n });\n }\n\n var keysFunc = isFull\n ? (isFlat ? getAllKeysIn : getAllKeys)\n : (isFlat ? keysIn : keys);\n\n var props = isArr ? undefined : keysFunc(value);\n arrayEach(props || value, function(subValue, key) {\n if (props) {\n key = subValue;\n subValue = value[key];\n }\n // Recursively populate clone (susceptible to call stack limits).\n assignValue(result, key, baseClone(subValue, bitmask, customizer, key, value, stack));\n });\n return result;\n}\n\nmodule.exports = baseClone;\n","/**\n * Removes all key-value entries from the list cache.\n *\n * @private\n * @name clear\n * @memberOf ListCache\n */\nfunction listCacheClear() {\n this.__data__ = [];\n this.size = 0;\n}\n\nmodule.exports = listCacheClear;\n","var assocIndexOf = require('./_assocIndexOf');\n\n/** Used for built-in method references. */\nvar arrayProto = Array.prototype;\n\n/** Built-in value references. */\nvar splice = arrayProto.splice;\n\n/**\n * Removes `key` and its value from the list cache.\n *\n * @private\n * @name delete\n * @memberOf ListCache\n * @param {string} key The key of the value to remove.\n * @returns {boolean} Returns `true` if the entry was removed, else `false`.\n */\nfunction listCacheDelete(key) {\n var data = this.__data__,\n index = assocIndexOf(data, key);\n\n if (index < 0) {\n return false;\n }\n var lastIndex = data.length - 1;\n if (index == lastIndex) {\n data.pop();\n } else {\n splice.call(data, index, 1);\n }\n --this.size;\n return true;\n}\n\nmodule.exports = listCacheDelete;\n","var assocIndexOf = require('./_assocIndexOf');\n\n/**\n * Gets the list cache value for `key`.\n *\n * @private\n * @name get\n * @memberOf ListCache\n * @param {string} key The key of the value to get.\n * @returns {*} Returns the entry value.\n */\nfunction listCacheGet(key) {\n var data = this.__data__,\n index = assocIndexOf(data, key);\n\n return index < 0 ? undefined : data[index][1];\n}\n\nmodule.exports = listCacheGet;\n","var assocIndexOf = require('./_assocIndexOf');\n\n/**\n * Checks if a list cache value for `key` exists.\n *\n * @private\n * @name has\n * @memberOf ListCache\n * @param {string} key The key of the entry to check.\n * @returns {boolean} Returns `true` if an entry for `key` exists, else `false`.\n */\nfunction listCacheHas(key) {\n return assocIndexOf(this.__data__, key) > -1;\n}\n\nmodule.exports = listCacheHas;\n","var assocIndexOf = require('./_assocIndexOf');\n\n/**\n * Sets the list cache `key` to `value`.\n *\n * @private\n * @name set\n * @memberOf ListCache\n * @param {string} key The key of the value to set.\n * @param {*} value The value to set.\n * @returns {Object} Returns the list cache instance.\n */\nfunction listCacheSet(key, value) {\n var data = this.__data__,\n index = assocIndexOf(data, key);\n\n if (index < 0) {\n ++this.size;\n data.push([key, value]);\n } else {\n data[index][1] = value;\n }\n return this;\n}\n\nmodule.exports = listCacheSet;\n","var ListCache = require('./_ListCache');\n\n/**\n * Removes all key-value entries from the stack.\n *\n * @private\n * @name clear\n * @memberOf Stack\n */\nfunction stackClear() {\n this.__data__ = new ListCache;\n this.size = 0;\n}\n\nmodule.exports = stackClear;\n","/**\n * Removes `key` and its value from the stack.\n *\n * @private\n * @name delete\n * @memberOf Stack\n * @param {string} key The key of the value to remove.\n * @returns {boolean} Returns `true` if the entry was removed, else `false`.\n */\nfunction stackDelete(key) {\n var data = this.__data__,\n result = data['delete'](key);\n\n this.size = data.size;\n return result;\n}\n\nmodule.exports = stackDelete;\n","/**\n * Gets the stack value for `key`.\n *\n * @private\n * @name get\n * @memberOf Stack\n * @param {string} key The key of the value to get.\n * @returns {*} Returns the entry value.\n */\nfunction stackGet(key) {\n return this.__data__.get(key);\n}\n\nmodule.exports = stackGet;\n","/**\n * Checks if a stack value for `key` exists.\n *\n * @private\n * @name has\n * @memberOf Stack\n * @param {string} key The key of the entry to check.\n * @returns {boolean} Returns `true` if an entry for `key` exists, else `false`.\n */\nfunction stackHas(key) {\n return this.__data__.has(key);\n}\n\nmodule.exports = stackHas;\n","var ListCache = require('./_ListCache'),\n Map = require('./_Map'),\n MapCache = require('./_MapCache');\n\n/** Used as the size to enable large array optimizations. */\nvar LARGE_ARRAY_SIZE = 200;\n\n/**\n * Sets the stack `key` to `value`.\n *\n * @private\n * @name set\n * @memberOf Stack\n * @param {string} key The key of the value to set.\n * @param {*} value The value to set.\n * @returns {Object} Returns the stack cache instance.\n */\nfunction stackSet(key, value) {\n var data = this.__data__;\n if (data instanceof ListCache) {\n var pairs = data.__data__;\n if (!Map || (pairs.length < LARGE_ARRAY_SIZE - 1)) {\n pairs.push([key, value]);\n this.size = ++data.size;\n return this;\n }\n data = this.__data__ = new MapCache(pairs);\n }\n data.set(key, value);\n this.size = data.size;\n return this;\n}\n\nmodule.exports = stackSet;\n","var Hash = require('./_Hash'),\n ListCache = require('./_ListCache'),\n Map = require('./_Map');\n\n/**\n * Removes all key-value entries from the map.\n *\n * @private\n * @name clear\n * @memberOf MapCache\n */\nfunction mapCacheClear() {\n this.size = 0;\n this.__data__ = {\n 'hash': new Hash,\n 'map': new (Map || ListCache),\n 'string': new Hash\n };\n}\n\nmodule.exports = mapCacheClear;\n","var hashClear = require('./_hashClear'),\n hashDelete = require('./_hashDelete'),\n hashGet = require('./_hashGet'),\n hashHas = require('./_hashHas'),\n hashSet = require('./_hashSet');\n\n/**\n * Creates a hash object.\n *\n * @private\n * @constructor\n * @param {Array} [entries] The key-value pairs to cache.\n */\nfunction Hash(entries) {\n var index = -1,\n length = entries == null ? 0 : entries.length;\n\n this.clear();\n while (++index < length) {\n var entry = entries[index];\n this.set(entry[0], entry[1]);\n }\n}\n\n// Add methods to `Hash`.\nHash.prototype.clear = hashClear;\nHash.prototype['delete'] = hashDelete;\nHash.prototype.get = hashGet;\nHash.prototype.has = hashHas;\nHash.prototype.set = hashSet;\n\nmodule.exports = Hash;\n","var nativeCreate = require('./_nativeCreate');\n\n/**\n * Removes all key-value entries from the hash.\n *\n * @private\n * @name clear\n * @memberOf Hash\n */\nfunction hashClear() {\n this.__data__ = nativeCreate ? nativeCreate(null) : {};\n this.size = 0;\n}\n\nmodule.exports = hashClear;\n","/**\n * Removes `key` and its value from the hash.\n *\n * @private\n * @name delete\n * @memberOf Hash\n * @param {Object} hash The hash to modify.\n * @param {string} key The key of the value to remove.\n * @returns {boolean} Returns `true` if the entry was removed, else `false`.\n */\nfunction hashDelete(key) {\n var result = this.has(key) && delete this.__data__[key];\n this.size -= result ? 1 : 0;\n return result;\n}\n\nmodule.exports = hashDelete;\n","var nativeCreate = require('./_nativeCreate');\n\n/** Used to stand-in for `undefined` hash values. */\nvar HASH_UNDEFINED = '__lodash_hash_undefined__';\n\n/** Used for built-in method references. */\nvar objectProto = Object.prototype;\n\n/** Used to check objects for own properties. */\nvar hasOwnProperty = objectProto.hasOwnProperty;\n\n/**\n * Gets the hash value for `key`.\n *\n * @private\n * @name get\n * @memberOf Hash\n * @param {string} key The key of the value to get.\n * @returns {*} Returns the entry value.\n */\nfunction hashGet(key) {\n var data = this.__data__;\n if (nativeCreate) {\n var result = data[key];\n return result === HASH_UNDEFINED ? undefined : result;\n }\n return hasOwnProperty.call(data, key) ? data[key] : undefined;\n}\n\nmodule.exports = hashGet;\n","var nativeCreate = require('./_nativeCreate');\n\n/** Used for built-in method references. */\nvar objectProto = Object.prototype;\n\n/** Used to check objects for own properties. */\nvar hasOwnProperty = objectProto.hasOwnProperty;\n\n/**\n * Checks if a hash value for `key` exists.\n *\n * @private\n * @name has\n * @memberOf Hash\n * @param {string} key The key of the entry to check.\n * @returns {boolean} Returns `true` if an entry for `key` exists, else `false`.\n */\nfunction hashHas(key) {\n var data = this.__data__;\n return nativeCreate ? (data[key] !== undefined) : hasOwnProperty.call(data, key);\n}\n\nmodule.exports = hashHas;\n","var nativeCreate = require('./_nativeCreate');\n\n/** Used to stand-in for `undefined` hash values. */\nvar HASH_UNDEFINED = '__lodash_hash_undefined__';\n\n/**\n * Sets the hash `key` to `value`.\n *\n * @private\n * @name set\n * @memberOf Hash\n * @param {string} key The key of the value to set.\n * @param {*} value The value to set.\n * @returns {Object} Returns the hash instance.\n */\nfunction hashSet(key, value) {\n var data = this.__data__;\n this.size += this.has(key) ? 0 : 1;\n data[key] = (nativeCreate && value === undefined) ? HASH_UNDEFINED : value;\n return this;\n}\n\nmodule.exports = hashSet;\n","var getMapData = require('./_getMapData');\n\n/**\n * Removes `key` and its value from the map.\n *\n * @private\n * @name delete\n * @memberOf MapCache\n * @param {string} key The key of the value to remove.\n * @returns {boolean} Returns `true` if the entry was removed, else `false`.\n */\nfunction mapCacheDelete(key) {\n var result = getMapData(this, key)['delete'](key);\n this.size -= result ? 1 : 0;\n return result;\n}\n\nmodule.exports = mapCacheDelete;\n","/**\n * Checks if `value` is suitable for use as unique object key.\n *\n * @private\n * @param {*} value The value to check.\n * @returns {boolean} Returns `true` if `value` is suitable, else `false`.\n */\nfunction isKeyable(value) {\n var type = typeof value;\n return (type == 'string' || type == 'number' || type == 'symbol' || type == 'boolean')\n ? (value !== '__proto__')\n : (value === null);\n}\n\nmodule.exports = isKeyable;\n","var getMapData = require('./_getMapData');\n\n/**\n * Gets the map value for `key`.\n *\n * @private\n * @name get\n * @memberOf MapCache\n * @param {string} key The key of the value to get.\n * @returns {*} Returns the entry value.\n */\nfunction mapCacheGet(key) {\n return getMapData(this, key).get(key);\n}\n\nmodule.exports = mapCacheGet;\n","var getMapData = require('./_getMapData');\n\n/**\n * Checks if a map value for `key` exists.\n *\n * @private\n * @name has\n * @memberOf MapCache\n * @param {string} key The key of the entry to check.\n * @returns {boolean} Returns `true` if an entry for `key` exists, else `false`.\n */\nfunction mapCacheHas(key) {\n return getMapData(this, key).has(key);\n}\n\nmodule.exports = mapCacheHas;\n","var getMapData = require('./_getMapData');\n\n/**\n * Sets the map `key` to `value`.\n *\n * @private\n * @name set\n * @memberOf MapCache\n * @param {string} key The key of the value to set.\n * @param {*} value The value to set.\n * @returns {Object} Returns the map cache instance.\n */\nfunction mapCacheSet(key, value) {\n var data = getMapData(this, key),\n size = data.size;\n\n data.set(key, value);\n this.size += data.size == size ? 0 : 1;\n return this;\n}\n\nmodule.exports = mapCacheSet;\n","var isObject = require('./isObject'),\n isPrototype = require('./_isPrototype'),\n nativeKeysIn = require('./_nativeKeysIn');\n\n/** Used for built-in method references. */\nvar objectProto = Object.prototype;\n\n/** Used to check objects for own properties. */\nvar hasOwnProperty = objectProto.hasOwnProperty;\n\n/**\n * The base implementation of `_.keysIn` which doesn't treat sparse arrays as dense.\n *\n * @private\n * @param {Object} object The object to query.\n * @returns {Array} Returns the array of property names.\n */\nfunction baseKeysIn(object) {\n if (!isObject(object)) {\n return nativeKeysIn(object);\n }\n var isProto = isPrototype(object),\n result = [];\n\n for (var key in object) {\n if (!(key == 'constructor' && (isProto || !hasOwnProperty.call(object, key)))) {\n result.push(key);\n }\n }\n return result;\n}\n\nmodule.exports = baseKeysIn;\n","/**\n * This function is like\n * [`Object.keys`](http://ecma-international.org/ecma-262/7.0/#sec-object.keys)\n * except that it includes inherited enumerable properties.\n *\n * @private\n * @param {Object} object The object to query.\n * @returns {Array} Returns the array of property names.\n */\nfunction nativeKeysIn(object) {\n var result = [];\n if (object != null) {\n for (var key in Object(object)) {\n result.push(key);\n }\n }\n return result;\n}\n\nmodule.exports = nativeKeysIn;\n","var root = require('./_root');\n\n/** Detect free variable `exports`. */\nvar freeExports = typeof exports == 'object' && exports && !exports.nodeType && exports;\n\n/** Detect free variable `module`. */\nvar freeModule = freeExports && typeof module == 'object' && module && !module.nodeType && module;\n\n/** Detect the popular CommonJS extension `module.exports`. */\nvar moduleExports = freeModule && freeModule.exports === freeExports;\n\n/** Built-in value references. */\nvar Buffer = moduleExports ? root.Buffer : undefined,\n allocUnsafe = Buffer ? Buffer.allocUnsafe : undefined;\n\n/**\n * Creates a clone of `buffer`.\n *\n * @private\n * @param {Buffer} buffer The buffer to clone.\n * @param {boolean} [isDeep] Specify a deep clone.\n * @returns {Buffer} Returns the cloned buffer.\n */\nfunction cloneBuffer(buffer, isDeep) {\n if (isDeep) {\n return buffer.slice();\n }\n var length = buffer.length,\n result = allocUnsafe ? allocUnsafe(length) : new buffer.constructor(length);\n\n buffer.copy(result);\n return result;\n}\n\nmodule.exports = cloneBuffer;\n","/**\n * A specialized version of `_.filter` for arrays without support for\n * iteratee shorthands.\n *\n * @private\n * @param {Array} [array] The array to iterate over.\n * @param {Function} predicate The function invoked per iteration.\n * @returns {Array} Returns the new filtered array.\n */\nfunction arrayFilter(array, predicate) {\n var index = -1,\n length = array == null ? 0 : array.length,\n resIndex = 0,\n result = [];\n\n while (++index < length) {\n var value = array[index];\n if (predicate(value, index, array)) {\n result[resIndex++] = value;\n }\n }\n return result;\n}\n\nmodule.exports = arrayFilter;\n","var arrayPush = require('./_arrayPush'),\n getPrototype = require('./_getPrototype'),\n getSymbols = require('./_getSymbols'),\n stubArray = require('./stubArray');\n\n/* Built-in method references for those with the same name as other `lodash` methods. */\nvar nativeGetSymbols = Object.getOwnPropertySymbols;\n\n/**\n * Creates an array of the own and inherited enumerable symbols of `object`.\n *\n * @private\n * @param {Object} object The object to query.\n * @returns {Array} Returns the array of symbols.\n */\nvar getSymbolsIn = !nativeGetSymbols ? stubArray : function(object) {\n var result = [];\n while (object) {\n arrayPush(result, getSymbols(object));\n object = getPrototype(object);\n }\n return result;\n};\n\nmodule.exports = getSymbolsIn;\n","var getNative = require('./_getNative'),\n root = require('./_root');\n\n/* Built-in method references that are verified to be native. */\nvar DataView = getNative(root, 'DataView');\n\nmodule.exports = DataView;\n","var getNative = require('./_getNative'),\n root = require('./_root');\n\n/* Built-in method references that are verified to be native. */\nvar Promise = getNative(root, 'Promise');\n\nmodule.exports = Promise;\n","var getNative = require('./_getNative'),\n root = require('./_root');\n\n/* Built-in method references that are verified to be native. */\nvar Set = getNative(root, 'Set');\n\nmodule.exports = Set;\n","var cloneArrayBuffer = require('./_cloneArrayBuffer');\n\n/**\n * Creates a clone of `typedArray`.\n *\n * @private\n * @param {Object} typedArray The typed array to clone.\n * @param {boolean} [isDeep] Specify a deep clone.\n * @returns {Object} Returns the cloned typed array.\n */\nfunction cloneTypedArray(typedArray, isDeep) {\n var buffer = isDeep ? cloneArrayBuffer(typedArray.buffer) : typedArray.buffer;\n return new typedArray.constructor(buffer, typedArray.byteOffset, typedArray.length);\n}\n\nmodule.exports = cloneTypedArray;\n","var baseCreate = require('./_baseCreate'),\n getPrototype = require('./_getPrototype'),\n isPrototype = require('./_isPrototype');\n\n/**\n * Initializes an object clone.\n *\n * @private\n * @param {Object} object The object to clone.\n * @returns {Object} Returns the initialized clone.\n */\nfunction initCloneObject(object) {\n return (typeof object.constructor == 'function' && !isPrototype(object))\n ? baseCreate(getPrototype(object))\n : {};\n}\n\nmodule.exports = initCloneObject;\n","var baseGetTag = require('./_baseGetTag'),\n getPrototype = require('./_getPrototype'),\n isObjectLike = require('./isObjectLike');\n\n/** `Object#toString` result references. */\nvar objectTag = '[object Object]';\n\n/** Used for built-in method references. */\nvar funcProto = Function.prototype,\n objectProto = Object.prototype;\n\n/** Used to resolve the decompiled source of functions. */\nvar funcToString = funcProto.toString;\n\n/** Used to check objects for own properties. */\nvar hasOwnProperty = objectProto.hasOwnProperty;\n\n/** Used to infer the `Object` constructor. */\nvar objectCtorString = funcToString.call(Object);\n\n/**\n * Checks if `value` is a plain object, that is, an object created by the\n * `Object` constructor or one with a `[[Prototype]]` of `null`.\n *\n * @static\n * @memberOf _\n * @since 0.8.0\n * @category Lang\n * @param {*} value The value to check.\n * @returns {boolean} Returns `true` if `value` is a plain object, else `false`.\n * @example\n *\n * function Foo() {\n * this.a = 1;\n * }\n *\n * _.isPlainObject(new Foo);\n * // => false\n *\n * _.isPlainObject([1, 2, 3]);\n * // => false\n *\n * _.isPlainObject({ 'x': 0, 'y': 0 });\n * // => true\n *\n * _.isPlainObject(Object.create(null));\n * // => true\n */\nfunction isPlainObject(value) {\n if (!isObjectLike(value) || baseGetTag(value) != objectTag) {\n return false;\n }\n var proto = getPrototype(value);\n if (proto === null) {\n return true;\n }\n var Ctor = hasOwnProperty.call(proto, 'constructor') && proto.constructor;\n return typeof Ctor == 'function' && Ctor instanceof Ctor &&\n funcToString.call(Ctor) == objectCtorString;\n}\n\nmodule.exports = isPlainObject;\n","var Stack = require('./_Stack'),\n equalArrays = require('./_equalArrays'),\n equalByTag = require('./_equalByTag'),\n equalObjects = require('./_equalObjects'),\n getTag = require('./_getTag'),\n isArray = require('./isArray'),\n isBuffer = require('./isBuffer'),\n isTypedArray = require('./isTypedArray');\n\n/** Used to compose bitmasks for value comparisons. */\nvar COMPARE_PARTIAL_FLAG = 1;\n\n/** `Object#toString` result references. */\nvar argsTag = '[object Arguments]',\n arrayTag = '[object Array]',\n objectTag = '[object Object]';\n\n/** Used for built-in method references. */\nvar objectProto = Object.prototype;\n\n/** Used to check objects for own properties. */\nvar hasOwnProperty = objectProto.hasOwnProperty;\n\n/**\n * A specialized version of `baseIsEqual` for arrays and objects which performs\n * deep comparisons and tracks traversed objects enabling objects with circular\n * references to be compared.\n *\n * @private\n * @param {Object} object The object to compare.\n * @param {Object} other The other object to compare.\n * @param {number} bitmask The bitmask flags. See `baseIsEqual` for more details.\n * @param {Function} customizer The function to customize comparisons.\n * @param {Function} equalFunc The function to determine equivalents of values.\n * @param {Object} [stack] Tracks traversed `object` and `other` objects.\n * @returns {boolean} Returns `true` if the objects are equivalent, else `false`.\n */\nfunction baseIsEqualDeep(object, other, bitmask, customizer, equalFunc, stack) {\n var objIsArr = isArray(object),\n othIsArr = isArray(other),\n objTag = objIsArr ? arrayTag : getTag(object),\n othTag = othIsArr ? arrayTag : getTag(other);\n\n objTag = objTag == argsTag ? objectTag : objTag;\n othTag = othTag == argsTag ? objectTag : othTag;\n\n var objIsObj = objTag == objectTag,\n othIsObj = othTag == objectTag,\n isSameTag = objTag == othTag;\n\n if (isSameTag && isBuffer(object)) {\n if (!isBuffer(other)) {\n return false;\n }\n objIsArr = true;\n objIsObj = false;\n }\n if (isSameTag && !objIsObj) {\n stack || (stack = new Stack);\n return (objIsArr || isTypedArray(object))\n ? equalArrays(object, other, bitmask, customizer, equalFunc, stack)\n : equalByTag(object, other, objTag, bitmask, customizer, equalFunc, stack);\n }\n if (!(bitmask & COMPARE_PARTIAL_FLAG)) {\n var objIsWrapped = objIsObj && hasOwnProperty.call(object, '__wrapped__'),\n othIsWrapped = othIsObj && hasOwnProperty.call(other, '__wrapped__');\n\n if (objIsWrapped || othIsWrapped) {\n var objUnwrapped = objIsWrapped ? object.value() : object,\n othUnwrapped = othIsWrapped ? other.value() : other;\n\n stack || (stack = new Stack);\n return equalFunc(objUnwrapped, othUnwrapped, bitmask, customizer, stack);\n }\n }\n if (!isSameTag) {\n return false;\n }\n stack || (stack = new Stack);\n return equalObjects(object, other, bitmask, customizer, equalFunc, stack);\n}\n\nmodule.exports = baseIsEqualDeep;\n","var MapCache = require('./_MapCache'),\n setCacheAdd = require('./_setCacheAdd'),\n setCacheHas = require('./_setCacheHas');\n\n/**\n *\n * Creates an array cache object to store unique values.\n *\n * @private\n * @constructor\n * @param {Array} [values] The values to cache.\n */\nfunction SetCache(values) {\n var index = -1,\n length = values == null ? 0 : values.length;\n\n this.__data__ = new MapCache;\n while (++index < length) {\n this.add(values[index]);\n }\n}\n\n// Add methods to `SetCache`.\nSetCache.prototype.add = SetCache.prototype.push = setCacheAdd;\nSetCache.prototype.has = setCacheHas;\n\nmodule.exports = SetCache;\n","/** Used to stand-in for `undefined` hash values. */\nvar HASH_UNDEFINED = '__lodash_hash_undefined__';\n\n/**\n * Adds `value` to the array cache.\n *\n * @private\n * @name add\n * @memberOf SetCache\n * @alias push\n * @param {*} value The value to cache.\n * @returns {Object} Returns the cache instance.\n */\nfunction setCacheAdd(value) {\n this.__data__.set(value, HASH_UNDEFINED);\n return this;\n}\n\nmodule.exports = setCacheAdd;\n","/**\n * Checks if `value` is in the array cache.\n *\n * @private\n * @name has\n * @memberOf SetCache\n * @param {*} value The value to search for.\n * @returns {number} Returns `true` if `value` is found, else `false`.\n */\nfunction setCacheHas(value) {\n return this.__data__.has(value);\n}\n\nmodule.exports = setCacheHas;\n","/**\n * A specialized version of `_.some` for arrays without support for iteratee\n * shorthands.\n *\n * @private\n * @param {Array} [array] The array to iterate over.\n * @param {Function} predicate The function invoked per iteration.\n * @returns {boolean} Returns `true` if any element passes the predicate check,\n * else `false`.\n */\nfunction arraySome(array, predicate) {\n var index = -1,\n length = array == null ? 0 : array.length;\n\n while (++index < length) {\n if (predicate(array[index], index, array)) {\n return true;\n }\n }\n return false;\n}\n\nmodule.exports = arraySome;\n","/**\n * Checks if a `cache` value for `key` exists.\n *\n * @private\n * @param {Object} cache The cache to query.\n * @param {string} key The key of the entry to check.\n * @returns {boolean} Returns `true` if an entry for `key` exists, else `false`.\n */\nfunction cacheHas(cache, key) {\n return cache.has(key);\n}\n\nmodule.exports = cacheHas;\n","var Symbol = require('./_Symbol'),\n Uint8Array = require('./_Uint8Array'),\n eq = require('./eq'),\n equalArrays = require('./_equalArrays'),\n mapToArray = require('./_mapToArray'),\n setToArray = require('./_setToArray');\n\n/** Used to compose bitmasks for value comparisons. */\nvar COMPARE_PARTIAL_FLAG = 1,\n COMPARE_UNORDERED_FLAG = 2;\n\n/** `Object#toString` result references. */\nvar boolTag = '[object Boolean]',\n dateTag = '[object Date]',\n errorTag = '[object Error]',\n mapTag = '[object Map]',\n numberTag = '[object Number]',\n regexpTag = '[object RegExp]',\n setTag = '[object Set]',\n stringTag = '[object String]',\n symbolTag = '[object Symbol]';\n\nvar arrayBufferTag = '[object ArrayBuffer]',\n dataViewTag = '[object DataView]';\n\n/** Used to convert symbols to primitives and strings. */\nvar symbolProto = Symbol ? Symbol.prototype : undefined,\n symbolValueOf = symbolProto ? symbolProto.valueOf : undefined;\n\n/**\n * A specialized version of `baseIsEqualDeep` for comparing objects of\n * the same `toStringTag`.\n *\n * **Note:** This function only supports comparing values with tags of\n * `Boolean`, `Date`, `Error`, `Number`, `RegExp`, or `String`.\n *\n * @private\n * @param {Object} object The object to compare.\n * @param {Object} other The other object to compare.\n * @param {string} tag The `toStringTag` of the objects to compare.\n * @param {number} bitmask The bitmask flags. See `baseIsEqual` for more details.\n * @param {Function} customizer The function to customize comparisons.\n * @param {Function} equalFunc The function to determine equivalents of values.\n * @param {Object} stack Tracks traversed `object` and `other` objects.\n * @returns {boolean} Returns `true` if the objects are equivalent, else `false`.\n */\nfunction equalByTag(object, other, tag, bitmask, customizer, equalFunc, stack) {\n switch (tag) {\n case dataViewTag:\n if ((object.byteLength != other.byteLength) ||\n (object.byteOffset != other.byteOffset)) {\n return false;\n }\n object = object.buffer;\n other = other.buffer;\n\n case arrayBufferTag:\n if ((object.byteLength != other.byteLength) ||\n !equalFunc(new Uint8Array(object), new Uint8Array(other))) {\n return false;\n }\n return true;\n\n case boolTag:\n case dateTag:\n case numberTag:\n // Coerce booleans to `1` or `0` and dates to milliseconds.\n // Invalid dates are coerced to `NaN`.\n return eq(+object, +other);\n\n case errorTag:\n return object.name == other.name && object.message == other.message;\n\n case regexpTag:\n case stringTag:\n // Coerce regexes to strings and treat strings, primitives and objects,\n // as equal. See http://www.ecma-international.org/ecma-262/7.0/#sec-regexp.prototype.tostring\n // for more details.\n return object == (other + '');\n\n case mapTag:\n var convert = mapToArray;\n\n case setTag:\n var isPartial = bitmask & COMPARE_PARTIAL_FLAG;\n convert || (convert = setToArray);\n\n if (object.size != other.size && !isPartial) {\n return false;\n }\n // Assume cyclic values are equal.\n var stacked = stack.get(object);\n if (stacked) {\n return stacked == other;\n }\n bitmask |= COMPARE_UNORDERED_FLAG;\n\n // Recursively compare objects (susceptible to call stack limits).\n stack.set(object, other);\n var result = equalArrays(convert(object), convert(other), bitmask, customizer, equalFunc, stack);\n stack['delete'](object);\n return result;\n\n case symbolTag:\n if (symbolValueOf) {\n return symbolValueOf.call(object) == symbolValueOf.call(other);\n }\n }\n return false;\n}\n\nmodule.exports = equalByTag;\n","/**\n * Converts `map` to its key-value pairs.\n *\n * @private\n * @param {Object} map The map to convert.\n * @returns {Array} Returns the key-value pairs.\n */\nfunction mapToArray(map) {\n var index = -1,\n result = Array(map.size);\n\n map.forEach(function(value, key) {\n result[++index] = [key, value];\n });\n return result;\n}\n\nmodule.exports = mapToArray;\n","/**\n * Converts `set` to an array of its values.\n *\n * @private\n * @param {Object} set The set to convert.\n * @returns {Array} Returns the values.\n */\nfunction setToArray(set) {\n var index = -1,\n result = Array(set.size);\n\n set.forEach(function(value) {\n result[++index] = value;\n });\n return result;\n}\n\nmodule.exports = setToArray;\n","var getAllKeys = require('./_getAllKeys');\n\n/** Used to compose bitmasks for value comparisons. */\nvar COMPARE_PARTIAL_FLAG = 1;\n\n/** Used for built-in method references. */\nvar objectProto = Object.prototype;\n\n/** Used to check objects for own properties. */\nvar hasOwnProperty = objectProto.hasOwnProperty;\n\n/**\n * A specialized version of `baseIsEqualDeep` for objects with support for\n * partial deep comparisons.\n *\n * @private\n * @param {Object} object The object to compare.\n * @param {Object} other The other object to compare.\n * @param {number} bitmask The bitmask flags. See `baseIsEqual` for more details.\n * @param {Function} customizer The function to customize comparisons.\n * @param {Function} equalFunc The function to determine equivalents of values.\n * @param {Object} stack Tracks traversed `object` and `other` objects.\n * @returns {boolean} Returns `true` if the objects are equivalent, else `false`.\n */\nfunction equalObjects(object, other, bitmask, customizer, equalFunc, stack) {\n var isPartial = bitmask & COMPARE_PARTIAL_FLAG,\n objProps = getAllKeys(object),\n objLength = objProps.length,\n othProps = getAllKeys(other),\n othLength = othProps.length;\n\n if (objLength != othLength && !isPartial) {\n return false;\n }\n var index = objLength;\n while (index--) {\n var key = objProps[index];\n if (!(isPartial ? key in other : hasOwnProperty.call(other, key))) {\n return false;\n }\n }\n // Check that cyclic values are equal.\n var objStacked = stack.get(object);\n var othStacked = stack.get(other);\n if (objStacked && othStacked) {\n return objStacked == other && othStacked == object;\n }\n var result = true;\n stack.set(object, other);\n stack.set(other, object);\n\n var skipCtor = isPartial;\n while (++index < objLength) {\n key = objProps[index];\n var objValue = object[key],\n othValue = other[key];\n\n if (customizer) {\n var compared = isPartial\n ? customizer(othValue, objValue, key, other, object, stack)\n : customizer(objValue, othValue, key, object, other, stack);\n }\n // Recursively compare objects (susceptible to call stack limits).\n if (!(compared === undefined\n ? (objValue === othValue || equalFunc(objValue, othValue, bitmask, customizer, stack))\n : compared\n )) {\n result = false;\n break;\n }\n skipCtor || (skipCtor = key == 'constructor');\n }\n if (result && !skipCtor) {\n var objCtor = object.constructor,\n othCtor = other.constructor;\n\n // Non `Object` object instances with different constructors are not equal.\n if (objCtor != othCtor &&\n ('constructor' in object && 'constructor' in other) &&\n !(typeof objCtor == 'function' && objCtor instanceof objCtor &&\n typeof othCtor == 'function' && othCtor instanceof othCtor)) {\n result = false;\n }\n }\n stack['delete'](object);\n stack['delete'](other);\n return result;\n}\n\nmodule.exports = equalObjects;\n","var isObject = require('./isObject');\n\n/**\n * Checks if `value` is suitable for strict equality comparisons, i.e. `===`.\n *\n * @private\n * @param {*} value The value to check.\n * @returns {boolean} Returns `true` if `value` if suitable for strict\n * equality comparisons, else `false`.\n */\nfunction isStrictComparable(value) {\n return value === value && !isObject(value);\n}\n\nmodule.exports = isStrictComparable;\n","/**\n * A specialized version of `matchesProperty` for source values suitable\n * for strict equality comparisons, i.e. `===`.\n *\n * @private\n * @param {string} key The key of the property to get.\n * @param {*} srcValue The value to match.\n * @returns {Function} Returns the new spec function.\n */\nfunction matchesStrictComparable(key, srcValue) {\n return function(object) {\n if (object == null) {\n return false;\n }\n return object[key] === srcValue &&\n (srcValue !== undefined || (key in Object(object)));\n };\n}\n\nmodule.exports = matchesStrictComparable;\n","var castPath = require('./_castPath'),\n toKey = require('./_toKey');\n\n/**\n * The base implementation of `_.get` without support for default values.\n *\n * @private\n * @param {Object} object The object to query.\n * @param {Array|string} path The path of the property to get.\n * @returns {*} Returns the resolved value.\n */\nfunction baseGet(object, path) {\n path = castPath(path, object);\n\n var index = 0,\n length = path.length;\n\n while (object != null && index < length) {\n object = object[toKey(path[index++])];\n }\n return (index && index == length) ? object : undefined;\n}\n\nmodule.exports = baseGet;\n","var isArray = require('./isArray'),\n isKey = require('./_isKey'),\n stringToPath = require('./_stringToPath'),\n toString = require('./toString');\n\n/**\n * Casts `value` to a path array if it's not one.\n *\n * @private\n * @param {*} value The value to inspect.\n * @param {Object} [object] The object to query keys on.\n * @returns {Array} Returns the cast property path array.\n */\nfunction castPath(value, object) {\n if (isArray(value)) {\n return value;\n }\n return isKey(value, object) ? [value] : stringToPath(toString(value));\n}\n\nmodule.exports = castPath;\n","var memoizeCapped = require('./_memoizeCapped');\n\n/** Used to match property names within property paths. */\nvar rePropName = /[^.[\\]]+|\\[(?:(-?\\d+(?:\\.\\d+)?)|([\"'])((?:(?!\\2)[^\\\\]|\\\\.)*?)\\2)\\]|(?=(?:\\.|\\[\\])(?:\\.|\\[\\]|$))/g;\n\n/** Used to match backslashes in property paths. */\nvar reEscapeChar = /\\\\(\\\\)?/g;\n\n/**\n * Converts `string` to a property path array.\n *\n * @private\n * @param {string} string The string to convert.\n * @returns {Array} Returns the property path array.\n */\nvar stringToPath = memoizeCapped(function(string) {\n var result = [];\n if (string.charCodeAt(0) === 46 /* . */) {\n result.push('');\n }\n string.replace(rePropName, function(match, number, quote, subString) {\n result.push(quote ? subString.replace(reEscapeChar, '$1') : (number || match));\n });\n return result;\n});\n\nmodule.exports = stringToPath;\n","var baseToString = require('./_baseToString');\n\n/**\n * Converts `value` to a string. An empty string is returned for `null`\n * and `undefined` values. The sign of `-0` is preserved.\n *\n * @static\n * @memberOf _\n * @since 4.0.0\n * @category Lang\n * @param {*} value The value to convert.\n * @returns {string} Returns the converted string.\n * @example\n *\n * _.toString(null);\n * // => ''\n *\n * _.toString(-0);\n * // => '-0'\n *\n * _.toString([1, 2, 3]);\n * // => '1,2,3'\n */\nfunction toString(value) {\n return value == null ? '' : baseToString(value);\n}\n\nmodule.exports = toString;\n","/**\n * A specialized version of `_.map` for arrays without support for iteratee\n * shorthands.\n *\n * @private\n * @param {Array} [array] The array to iterate over.\n * @param {Function} iteratee The function invoked per iteration.\n * @returns {Array} Returns the new mapped array.\n */\nfunction arrayMap(array, iteratee) {\n var index = -1,\n length = array == null ? 0 : array.length,\n result = Array(length);\n\n while (++index < length) {\n result[index] = iteratee(array[index], index, array);\n }\n return result;\n}\n\nmodule.exports = arrayMap;\n","var apply = require('./_apply');\n\n/* Built-in method references for those with the same name as other `lodash` methods. */\nvar nativeMax = Math.max;\n\n/**\n * A specialized version of `baseRest` which transforms the rest array.\n *\n * @private\n * @param {Function} func The function to apply a rest parameter to.\n * @param {number} [start=func.length-1] The start position of the rest parameter.\n * @param {Function} transform The rest array transform.\n * @returns {Function} Returns the new function.\n */\nfunction overRest(func, start, transform) {\n start = nativeMax(start === undefined ? (func.length - 1) : start, 0);\n return function() {\n var args = arguments,\n index = -1,\n length = nativeMax(args.length - start, 0),\n array = Array(length);\n\n while (++index < length) {\n array[index] = args[start + index];\n }\n index = -1;\n var otherArgs = Array(start + 1);\n while (++index < start) {\n otherArgs[index] = args[index];\n }\n otherArgs[start] = transform(array);\n return apply(func, this, otherArgs);\n };\n}\n\nmodule.exports = overRest;\n","//! moment.js locale configuration\n//! locale : Afrikaans [af]\n//! author : Werner Mollentze : https://github.com/wernerm\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n //! moment.js locale configuration\n\n var af = moment.defineLocale('af', {\n months: 'Januarie_Februarie_Maart_April_Mei_Junie_Julie_Augustus_September_Oktober_November_Desember'.split(\n '_'\n ),\n monthsShort: 'Jan_Feb_Mrt_Apr_Mei_Jun_Jul_Aug_Sep_Okt_Nov_Des'.split('_'),\n weekdays: 'Sondag_Maandag_Dinsdag_Woensdag_Donderdag_Vrydag_Saterdag'.split(\n '_'\n ),\n weekdaysShort: 'Son_Maa_Din_Woe_Don_Vry_Sat'.split('_'),\n weekdaysMin: 'So_Ma_Di_Wo_Do_Vr_Sa'.split('_'),\n meridiemParse: /vm|nm/i,\n isPM: function (input) {\n return /^nm$/i.test(input);\n },\n meridiem: function (hours, minutes, isLower) {\n if (hours < 12) {\n return isLower ? 'vm' : 'VM';\n } else {\n return isLower ? 'nm' : 'NM';\n }\n },\n longDateFormat: {\n LT: 'HH:mm',\n LTS: 'HH:mm:ss',\n L: 'DD/MM/YYYY',\n LL: 'D MMMM YYYY',\n LLL: 'D MMMM YYYY HH:mm',\n LLLL: 'dddd, D MMMM YYYY HH:mm',\n },\n calendar: {\n sameDay: '[Vandag om] LT',\n nextDay: '[Môre om] LT',\n nextWeek: 'dddd [om] LT',\n lastDay: '[Gister om] LT',\n lastWeek: '[Laas] dddd [om] LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: 'oor %s',\n past: '%s gelede',\n s: \"'n paar sekondes\",\n ss: '%d sekondes',\n m: \"'n minuut\",\n mm: '%d minute',\n h: \"'n uur\",\n hh: '%d ure',\n d: \"'n dag\",\n dd: '%d dae',\n M: \"'n maand\",\n MM: '%d maande',\n y: \"'n jaar\",\n yy: '%d jaar',\n },\n dayOfMonthOrdinalParse: /\\d{1,2}(ste|de)/,\n ordinal: function (number) {\n return (\n number +\n (number === 1 || number === 8 || number >= 20 ? 'ste' : 'de')\n ); // Thanks to Joris Röling : https://github.com/jjupiter\n },\n week: {\n dow: 1, // Maandag is die eerste dag van die week.\n doy: 4, // Die week wat die 4de Januarie bevat is die eerste week van die jaar.\n },\n });\n\n return af;\n\n})));\n","//! moment.js locale configuration\n//! locale : Arabic [ar]\n//! author : Abdel Said: https://github.com/abdelsaid\n//! author : Ahmed Elkhatib\n//! author : forabi https://github.com/forabi\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n //! moment.js locale configuration\n\n var symbolMap = {\n 1: '١',\n 2: '٢',\n 3: '٣',\n 4: '٤',\n 5: '٥',\n 6: '٦',\n 7: '٧',\n 8: '٨',\n 9: '٩',\n 0: '٠',\n },\n numberMap = {\n '١': '1',\n '٢': '2',\n '٣': '3',\n '٤': '4',\n '٥': '5',\n '٦': '6',\n '٧': '7',\n '٨': '8',\n '٩': '9',\n '٠': '0',\n },\n pluralForm = function (n) {\n return n === 0\n ? 0\n : n === 1\n ? 1\n : n === 2\n ? 2\n : n % 100 >= 3 && n % 100 <= 10\n ? 3\n : n % 100 >= 11\n ? 4\n : 5;\n },\n plurals = {\n s: [\n 'أقل من ثانية',\n 'ثانية واحدة',\n ['ثانيتان', 'ثانيتين'],\n '%d ثوان',\n '%d ثانية',\n '%d ثانية',\n ],\n m: [\n 'أقل من دقيقة',\n 'دقيقة واحدة',\n ['دقيقتان', 'دقيقتين'],\n '%d دقائق',\n '%d دقيقة',\n '%d دقيقة',\n ],\n h: [\n 'أقل من ساعة',\n 'ساعة واحدة',\n ['ساعتان', 'ساعتين'],\n '%d ساعات',\n '%d ساعة',\n '%d ساعة',\n ],\n d: [\n 'أقل من يوم',\n 'يوم واحد',\n ['يومان', 'يومين'],\n '%d أيام',\n '%d يومًا',\n '%d يوم',\n ],\n M: [\n 'أقل من شهر',\n 'شهر واحد',\n ['شهران', 'شهرين'],\n '%d أشهر',\n '%d شهرا',\n '%d شهر',\n ],\n y: [\n 'أقل من عام',\n 'عام واحد',\n ['عامان', 'عامين'],\n '%d أعوام',\n '%d عامًا',\n '%d عام',\n ],\n },\n pluralize = function (u) {\n return function (number, withoutSuffix, string, isFuture) {\n var f = pluralForm(number),\n str = plurals[u][pluralForm(number)];\n if (f === 2) {\n str = str[withoutSuffix ? 0 : 1];\n }\n return str.replace(/%d/i, number);\n };\n },\n months = [\n 'يناير',\n 'فبراير',\n 'مارس',\n 'أبريل',\n 'مايو',\n 'يونيو',\n 'يوليو',\n 'أغسطس',\n 'سبتمبر',\n 'أكتوبر',\n 'نوفمبر',\n 'ديسمبر',\n ];\n\n var ar = moment.defineLocale('ar', {\n months: months,\n monthsShort: months,\n weekdays: 'الأحد_الإثنين_الثلاثاء_الأربعاء_الخميس_الجمعة_السبت'.split('_'),\n weekdaysShort: 'أحد_إثنين_ثلاثاء_أربعاء_خميس_جمعة_سبت'.split('_'),\n weekdaysMin: 'ح_ن_ث_ر_خ_ج_س'.split('_'),\n weekdaysParseExact: true,\n longDateFormat: {\n LT: 'HH:mm',\n LTS: 'HH:mm:ss',\n L: 'D/\\u200FM/\\u200FYYYY',\n LL: 'D MMMM YYYY',\n LLL: 'D MMMM YYYY HH:mm',\n LLLL: 'dddd D MMMM YYYY HH:mm',\n },\n meridiemParse: /ص|م/,\n isPM: function (input) {\n return 'م' === input;\n },\n meridiem: function (hour, minute, isLower) {\n if (hour < 12) {\n return 'ص';\n } else {\n return 'م';\n }\n },\n calendar: {\n sameDay: '[اليوم عند الساعة] LT',\n nextDay: '[غدًا عند الساعة] LT',\n nextWeek: 'dddd [عند الساعة] LT',\n lastDay: '[أمس عند الساعة] LT',\n lastWeek: 'dddd [عند الساعة] LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: 'بعد %s',\n past: 'منذ %s',\n s: pluralize('s'),\n ss: pluralize('s'),\n m: pluralize('m'),\n mm: pluralize('m'),\n h: pluralize('h'),\n hh: pluralize('h'),\n d: pluralize('d'),\n dd: pluralize('d'),\n M: pluralize('M'),\n MM: pluralize('M'),\n y: pluralize('y'),\n yy: pluralize('y'),\n },\n preparse: function (string) {\n return string\n .replace(/[١٢٣٤٥٦٧٨٩٠]/g, function (match) {\n return numberMap[match];\n })\n .replace(/،/g, ',');\n },\n postformat: function (string) {\n return string\n .replace(/\\d/g, function (match) {\n return symbolMap[match];\n })\n .replace(/,/g, '،');\n },\n week: {\n dow: 6, // Saturday is the first day of the week.\n doy: 12, // The week that contains Jan 12th is the first week of the year.\n },\n });\n\n return ar;\n\n})));\n","//! moment.js locale configuration\n//! locale : Arabic (Algeria) [ar-dz]\n//! author : Amine Roukh: https://github.com/Amine27\n//! author : Abdel Said: https://github.com/abdelsaid\n//! author : Ahmed Elkhatib\n//! author : forabi https://github.com/forabi\n//! author : Noureddine LOUAHEDJ : https://github.com/noureddinem\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n //! moment.js locale configuration\n\n var pluralForm = function (n) {\n return n === 0\n ? 0\n : n === 1\n ? 1\n : n === 2\n ? 2\n : n % 100 >= 3 && n % 100 <= 10\n ? 3\n : n % 100 >= 11\n ? 4\n : 5;\n },\n plurals = {\n s: [\n 'أقل من ثانية',\n 'ثانية واحدة',\n ['ثانيتان', 'ثانيتين'],\n '%d ثوان',\n '%d ثانية',\n '%d ثانية',\n ],\n m: [\n 'أقل من دقيقة',\n 'دقيقة واحدة',\n ['دقيقتان', 'دقيقتين'],\n '%d دقائق',\n '%d دقيقة',\n '%d دقيقة',\n ],\n h: [\n 'أقل من ساعة',\n 'ساعة واحدة',\n ['ساعتان', 'ساعتين'],\n '%d ساعات',\n '%d ساعة',\n '%d ساعة',\n ],\n d: [\n 'أقل من يوم',\n 'يوم واحد',\n ['يومان', 'يومين'],\n '%d أيام',\n '%d يومًا',\n '%d يوم',\n ],\n M: [\n 'أقل من شهر',\n 'شهر واحد',\n ['شهران', 'شهرين'],\n '%d أشهر',\n '%d شهرا',\n '%d شهر',\n ],\n y: [\n 'أقل من عام',\n 'عام واحد',\n ['عامان', 'عامين'],\n '%d أعوام',\n '%d عامًا',\n '%d عام',\n ],\n },\n pluralize = function (u) {\n return function (number, withoutSuffix, string, isFuture) {\n var f = pluralForm(number),\n str = plurals[u][pluralForm(number)];\n if (f === 2) {\n str = str[withoutSuffix ? 0 : 1];\n }\n return str.replace(/%d/i, number);\n };\n },\n months = [\n 'جانفي',\n 'فيفري',\n 'مارس',\n 'أفريل',\n 'ماي',\n 'جوان',\n 'جويلية',\n 'أوت',\n 'سبتمبر',\n 'أكتوبر',\n 'نوفمبر',\n 'ديسمبر',\n ];\n\n var arDz = moment.defineLocale('ar-dz', {\n months: months,\n monthsShort: months,\n weekdays: 'الأحد_الإثنين_الثلاثاء_الأربعاء_الخميس_الجمعة_السبت'.split('_'),\n weekdaysShort: 'أحد_إثنين_ثلاثاء_أربعاء_خميس_جمعة_سبت'.split('_'),\n weekdaysMin: 'ح_ن_ث_ر_خ_ج_س'.split('_'),\n weekdaysParseExact: true,\n longDateFormat: {\n LT: 'HH:mm',\n LTS: 'HH:mm:ss',\n L: 'D/\\u200FM/\\u200FYYYY',\n LL: 'D MMMM YYYY',\n LLL: 'D MMMM YYYY HH:mm',\n LLLL: 'dddd D MMMM YYYY HH:mm',\n },\n meridiemParse: /ص|م/,\n isPM: function (input) {\n return 'م' === input;\n },\n meridiem: function (hour, minute, isLower) {\n if (hour < 12) {\n return 'ص';\n } else {\n return 'م';\n }\n },\n calendar: {\n sameDay: '[اليوم عند الساعة] LT',\n nextDay: '[غدًا عند الساعة] LT',\n nextWeek: 'dddd [عند الساعة] LT',\n lastDay: '[أمس عند الساعة] LT',\n lastWeek: 'dddd [عند الساعة] LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: 'بعد %s',\n past: 'منذ %s',\n s: pluralize('s'),\n ss: pluralize('s'),\n m: pluralize('m'),\n mm: pluralize('m'),\n h: pluralize('h'),\n hh: pluralize('h'),\n d: pluralize('d'),\n dd: pluralize('d'),\n M: pluralize('M'),\n MM: pluralize('M'),\n y: pluralize('y'),\n yy: pluralize('y'),\n },\n postformat: function (string) {\n return string.replace(/,/g, '،');\n },\n week: {\n dow: 0, // Sunday is the first day of the week.\n doy: 4, // The week that contains Jan 4th is the first week of the year.\n },\n });\n\n return arDz;\n\n})));\n","//! moment.js locale configuration\n//! locale : Arabic (Kuwait) [ar-kw]\n//! author : Nusret Parlak: https://github.com/nusretparlak\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n //! moment.js locale configuration\n\n var arKw = moment.defineLocale('ar-kw', {\n months: 'يناير_فبراير_مارس_أبريل_ماي_يونيو_يوليوز_غشت_شتنبر_أكتوبر_نونبر_دجنبر'.split(\n '_'\n ),\n monthsShort: 'يناير_فبراير_مارس_أبريل_ماي_يونيو_يوليوز_غشت_شتنبر_أكتوبر_نونبر_دجنبر'.split(\n '_'\n ),\n weekdays: 'الأحد_الإتنين_الثلاثاء_الأربعاء_الخميس_الجمعة_السبت'.split('_'),\n weekdaysShort: 'احد_اتنين_ثلاثاء_اربعاء_خميس_جمعة_سبت'.split('_'),\n weekdaysMin: 'ح_ن_ث_ر_خ_ج_س'.split('_'),\n weekdaysParseExact: true,\n longDateFormat: {\n LT: 'HH:mm',\n LTS: 'HH:mm:ss',\n L: 'DD/MM/YYYY',\n LL: 'D MMMM YYYY',\n LLL: 'D MMMM YYYY HH:mm',\n LLLL: 'dddd D MMMM YYYY HH:mm',\n },\n calendar: {\n sameDay: '[اليوم على الساعة] LT',\n nextDay: '[غدا على الساعة] LT',\n nextWeek: 'dddd [على الساعة] LT',\n lastDay: '[أمس على الساعة] LT',\n lastWeek: 'dddd [على الساعة] LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: 'في %s',\n past: 'منذ %s',\n s: 'ثوان',\n ss: '%d ثانية',\n m: 'دقيقة',\n mm: '%d دقائق',\n h: 'ساعة',\n hh: '%d ساعات',\n d: 'يوم',\n dd: '%d أيام',\n M: 'شهر',\n MM: '%d أشهر',\n y: 'سنة',\n yy: '%d سنوات',\n },\n week: {\n dow: 0, // Sunday is the first day of the week.\n doy: 12, // The week that contains Jan 12th is the first week of the year.\n },\n });\n\n return arKw;\n\n})));\n","//! moment.js locale configuration\n//! locale : Arabic (Lybia) [ar-ly]\n//! author : Ali Hmer: https://github.com/kikoanis\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n //! moment.js locale configuration\n\n var symbolMap = {\n 1: '1',\n 2: '2',\n 3: '3',\n 4: '4',\n 5: '5',\n 6: '6',\n 7: '7',\n 8: '8',\n 9: '9',\n 0: '0',\n },\n pluralForm = function (n) {\n return n === 0\n ? 0\n : n === 1\n ? 1\n : n === 2\n ? 2\n : n % 100 >= 3 && n % 100 <= 10\n ? 3\n : n % 100 >= 11\n ? 4\n : 5;\n },\n plurals = {\n s: [\n 'أقل من ثانية',\n 'ثانية واحدة',\n ['ثانيتان', 'ثانيتين'],\n '%d ثوان',\n '%d ثانية',\n '%d ثانية',\n ],\n m: [\n 'أقل من دقيقة',\n 'دقيقة واحدة',\n ['دقيقتان', 'دقيقتين'],\n '%d دقائق',\n '%d دقيقة',\n '%d دقيقة',\n ],\n h: [\n 'أقل من ساعة',\n 'ساعة واحدة',\n ['ساعتان', 'ساعتين'],\n '%d ساعات',\n '%d ساعة',\n '%d ساعة',\n ],\n d: [\n 'أقل من يوم',\n 'يوم واحد',\n ['يومان', 'يومين'],\n '%d أيام',\n '%d يومًا',\n '%d يوم',\n ],\n M: [\n 'أقل من شهر',\n 'شهر واحد',\n ['شهران', 'شهرين'],\n '%d أشهر',\n '%d شهرا',\n '%d شهر',\n ],\n y: [\n 'أقل من عام',\n 'عام واحد',\n ['عامان', 'عامين'],\n '%d أعوام',\n '%d عامًا',\n '%d عام',\n ],\n },\n pluralize = function (u) {\n return function (number, withoutSuffix, string, isFuture) {\n var f = pluralForm(number),\n str = plurals[u][pluralForm(number)];\n if (f === 2) {\n str = str[withoutSuffix ? 0 : 1];\n }\n return str.replace(/%d/i, number);\n };\n },\n months = [\n 'يناير',\n 'فبراير',\n 'مارس',\n 'أبريل',\n 'مايو',\n 'يونيو',\n 'يوليو',\n 'أغسطس',\n 'سبتمبر',\n 'أكتوبر',\n 'نوفمبر',\n 'ديسمبر',\n ];\n\n var arLy = moment.defineLocale('ar-ly', {\n months: months,\n monthsShort: months,\n weekdays: 'الأحد_الإثنين_الثلاثاء_الأربعاء_الخميس_الجمعة_السبت'.split('_'),\n weekdaysShort: 'أحد_إثنين_ثلاثاء_أربعاء_خميس_جمعة_سبت'.split('_'),\n weekdaysMin: 'ح_ن_ث_ر_خ_ج_س'.split('_'),\n weekdaysParseExact: true,\n longDateFormat: {\n LT: 'HH:mm',\n LTS: 'HH:mm:ss',\n L: 'D/\\u200FM/\\u200FYYYY',\n LL: 'D MMMM YYYY',\n LLL: 'D MMMM YYYY HH:mm',\n LLLL: 'dddd D MMMM YYYY HH:mm',\n },\n meridiemParse: /ص|م/,\n isPM: function (input) {\n return 'م' === input;\n },\n meridiem: function (hour, minute, isLower) {\n if (hour < 12) {\n return 'ص';\n } else {\n return 'م';\n }\n },\n calendar: {\n sameDay: '[اليوم عند الساعة] LT',\n nextDay: '[غدًا عند الساعة] LT',\n nextWeek: 'dddd [عند الساعة] LT',\n lastDay: '[أمس عند الساعة] LT',\n lastWeek: 'dddd [عند الساعة] LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: 'بعد %s',\n past: 'منذ %s',\n s: pluralize('s'),\n ss: pluralize('s'),\n m: pluralize('m'),\n mm: pluralize('m'),\n h: pluralize('h'),\n hh: pluralize('h'),\n d: pluralize('d'),\n dd: pluralize('d'),\n M: pluralize('M'),\n MM: pluralize('M'),\n y: pluralize('y'),\n yy: pluralize('y'),\n },\n preparse: function (string) {\n return string.replace(/،/g, ',');\n },\n postformat: function (string) {\n return string\n .replace(/\\d/g, function (match) {\n return symbolMap[match];\n })\n .replace(/,/g, '،');\n },\n week: {\n dow: 6, // Saturday is the first day of the week.\n doy: 12, // The week that contains Jan 12th is the first week of the year.\n },\n });\n\n return arLy;\n\n})));\n","//! moment.js locale configuration\n//! locale : Arabic (Morocco) [ar-ma]\n//! author : ElFadili Yassine : https://github.com/ElFadiliY\n//! author : Abdel Said : https://github.com/abdelsaid\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n //! moment.js locale configuration\n\n var arMa = moment.defineLocale('ar-ma', {\n months: 'يناير_فبراير_مارس_أبريل_ماي_يونيو_يوليوز_غشت_شتنبر_أكتوبر_نونبر_دجنبر'.split(\n '_'\n ),\n monthsShort: 'يناير_فبراير_مارس_أبريل_ماي_يونيو_يوليوز_غشت_شتنبر_أكتوبر_نونبر_دجنبر'.split(\n '_'\n ),\n weekdays: 'الأحد_الإثنين_الثلاثاء_الأربعاء_الخميس_الجمعة_السبت'.split('_'),\n weekdaysShort: 'احد_اثنين_ثلاثاء_اربعاء_خميس_جمعة_سبت'.split('_'),\n weekdaysMin: 'ح_ن_ث_ر_خ_ج_س'.split('_'),\n weekdaysParseExact: true,\n longDateFormat: {\n LT: 'HH:mm',\n LTS: 'HH:mm:ss',\n L: 'DD/MM/YYYY',\n LL: 'D MMMM YYYY',\n LLL: 'D MMMM YYYY HH:mm',\n LLLL: 'dddd D MMMM YYYY HH:mm',\n },\n calendar: {\n sameDay: '[اليوم على الساعة] LT',\n nextDay: '[غدا على الساعة] LT',\n nextWeek: 'dddd [على الساعة] LT',\n lastDay: '[أمس على الساعة] LT',\n lastWeek: 'dddd [على الساعة] LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: 'في %s',\n past: 'منذ %s',\n s: 'ثوان',\n ss: '%d ثانية',\n m: 'دقيقة',\n mm: '%d دقائق',\n h: 'ساعة',\n hh: '%d ساعات',\n d: 'يوم',\n dd: '%d أيام',\n M: 'شهر',\n MM: '%d أشهر',\n y: 'سنة',\n yy: '%d سنوات',\n },\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 4, // The week that contains Jan 4th is the first week of the year.\n },\n });\n\n return arMa;\n\n})));\n","//! moment.js locale configuration\n//! locale : Arabic (Saudi Arabia) [ar-sa]\n//! author : Suhail Alkowaileet : https://github.com/xsoh\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n //! moment.js locale configuration\n\n var symbolMap = {\n 1: '١',\n 2: '٢',\n 3: '٣',\n 4: '٤',\n 5: '٥',\n 6: '٦',\n 7: '٧',\n 8: '٨',\n 9: '٩',\n 0: '٠',\n },\n numberMap = {\n '١': '1',\n '٢': '2',\n '٣': '3',\n '٤': '4',\n '٥': '5',\n '٦': '6',\n '٧': '7',\n '٨': '8',\n '٩': '9',\n '٠': '0',\n };\n\n var arSa = moment.defineLocale('ar-sa', {\n months: 'يناير_فبراير_مارس_أبريل_مايو_يونيو_يوليو_أغسطس_سبتمبر_أكتوبر_نوفمبر_ديسمبر'.split(\n '_'\n ),\n monthsShort: 'يناير_فبراير_مارس_أبريل_مايو_يونيو_يوليو_أغسطس_سبتمبر_أكتوبر_نوفمبر_ديسمبر'.split(\n '_'\n ),\n weekdays: 'الأحد_الإثنين_الثلاثاء_الأربعاء_الخميس_الجمعة_السبت'.split('_'),\n weekdaysShort: 'أحد_إثنين_ثلاثاء_أربعاء_خميس_جمعة_سبت'.split('_'),\n weekdaysMin: 'ح_ن_ث_ر_خ_ج_س'.split('_'),\n weekdaysParseExact: true,\n longDateFormat: {\n LT: 'HH:mm',\n LTS: 'HH:mm:ss',\n L: 'DD/MM/YYYY',\n LL: 'D MMMM YYYY',\n LLL: 'D MMMM YYYY HH:mm',\n LLLL: 'dddd D MMMM YYYY HH:mm',\n },\n meridiemParse: /ص|م/,\n isPM: function (input) {\n return 'م' === input;\n },\n meridiem: function (hour, minute, isLower) {\n if (hour < 12) {\n return 'ص';\n } else {\n return 'م';\n }\n },\n calendar: {\n sameDay: '[اليوم على الساعة] LT',\n nextDay: '[غدا على الساعة] LT',\n nextWeek: 'dddd [على الساعة] LT',\n lastDay: '[أمس على الساعة] LT',\n lastWeek: 'dddd [على الساعة] LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: 'في %s',\n past: 'منذ %s',\n s: 'ثوان',\n ss: '%d ثانية',\n m: 'دقيقة',\n mm: '%d دقائق',\n h: 'ساعة',\n hh: '%d ساعات',\n d: 'يوم',\n dd: '%d أيام',\n M: 'شهر',\n MM: '%d أشهر',\n y: 'سنة',\n yy: '%d سنوات',\n },\n preparse: function (string) {\n return string\n .replace(/[١٢٣٤٥٦٧٨٩٠]/g, function (match) {\n return numberMap[match];\n })\n .replace(/،/g, ',');\n },\n postformat: function (string) {\n return string\n .replace(/\\d/g, function (match) {\n return symbolMap[match];\n })\n .replace(/,/g, '،');\n },\n week: {\n dow: 0, // Sunday is the first day of the week.\n doy: 6, // The week that contains Jan 6th is the first week of the year.\n },\n });\n\n return arSa;\n\n})));\n","//! moment.js locale configuration\n//! locale : Arabic (Tunisia) [ar-tn]\n//! author : Nader Toukabri : https://github.com/naderio\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n //! moment.js locale configuration\n\n var arTn = moment.defineLocale('ar-tn', {\n months: 'جانفي_فيفري_مارس_أفريل_ماي_جوان_جويلية_أوت_سبتمبر_أكتوبر_نوفمبر_ديسمبر'.split(\n '_'\n ),\n monthsShort: 'جانفي_فيفري_مارس_أفريل_ماي_جوان_جويلية_أوت_سبتمبر_أكتوبر_نوفمبر_ديسمبر'.split(\n '_'\n ),\n weekdays: 'الأحد_الإثنين_الثلاثاء_الأربعاء_الخميس_الجمعة_السبت'.split('_'),\n weekdaysShort: 'أحد_إثنين_ثلاثاء_أربعاء_خميس_جمعة_سبت'.split('_'),\n weekdaysMin: 'ح_ن_ث_ر_خ_ج_س'.split('_'),\n weekdaysParseExact: true,\n longDateFormat: {\n LT: 'HH:mm',\n LTS: 'HH:mm:ss',\n L: 'DD/MM/YYYY',\n LL: 'D MMMM YYYY',\n LLL: 'D MMMM YYYY HH:mm',\n LLLL: 'dddd D MMMM YYYY HH:mm',\n },\n calendar: {\n sameDay: '[اليوم على الساعة] LT',\n nextDay: '[غدا على الساعة] LT',\n nextWeek: 'dddd [على الساعة] LT',\n lastDay: '[أمس على الساعة] LT',\n lastWeek: 'dddd [على الساعة] LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: 'في %s',\n past: 'منذ %s',\n s: 'ثوان',\n ss: '%d ثانية',\n m: 'دقيقة',\n mm: '%d دقائق',\n h: 'ساعة',\n hh: '%d ساعات',\n d: 'يوم',\n dd: '%d أيام',\n M: 'شهر',\n MM: '%d أشهر',\n y: 'سنة',\n yy: '%d سنوات',\n },\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 4, // The week that contains Jan 4th is the first week of the year.\n },\n });\n\n return arTn;\n\n})));\n","//! moment.js locale configuration\n//! locale : Azerbaijani [az]\n//! author : topchiyev : https://github.com/topchiyev\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n //! moment.js locale configuration\n\n var suffixes = {\n 1: '-inci',\n 5: '-inci',\n 8: '-inci',\n 70: '-inci',\n 80: '-inci',\n 2: '-nci',\n 7: '-nci',\n 20: '-nci',\n 50: '-nci',\n 3: '-üncü',\n 4: '-üncü',\n 100: '-üncü',\n 6: '-ncı',\n 9: '-uncu',\n 10: '-uncu',\n 30: '-uncu',\n 60: '-ıncı',\n 90: '-ıncı',\n };\n\n var az = moment.defineLocale('az', {\n months: 'yanvar_fevral_mart_aprel_may_iyun_iyul_avqust_sentyabr_oktyabr_noyabr_dekabr'.split(\n '_'\n ),\n monthsShort: 'yan_fev_mar_apr_may_iyn_iyl_avq_sen_okt_noy_dek'.split('_'),\n weekdays: 'Bazar_Bazar ertəsi_Çərşənbə axşamı_Çərşənbə_Cümə axşamı_Cümə_Şənbə'.split(\n '_'\n ),\n weekdaysShort: 'Baz_BzE_ÇAx_Çər_CAx_Cüm_Şən'.split('_'),\n weekdaysMin: 'Bz_BE_ÇA_Çə_CA_Cü_Şə'.split('_'),\n weekdaysParseExact: true,\n longDateFormat: {\n LT: 'HH:mm',\n LTS: 'HH:mm:ss',\n L: 'DD.MM.YYYY',\n LL: 'D MMMM YYYY',\n LLL: 'D MMMM YYYY HH:mm',\n LLLL: 'dddd, D MMMM YYYY HH:mm',\n },\n calendar: {\n sameDay: '[bugün saat] LT',\n nextDay: '[sabah saat] LT',\n nextWeek: '[gələn həftə] dddd [saat] LT',\n lastDay: '[dünən] LT',\n lastWeek: '[keçən həftə] dddd [saat] LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: '%s sonra',\n past: '%s əvvəl',\n s: 'bir neçə saniyə',\n ss: '%d saniyə',\n m: 'bir dəqiqə',\n mm: '%d dəqiqə',\n h: 'bir saat',\n hh: '%d saat',\n d: 'bir gün',\n dd: '%d gün',\n M: 'bir ay',\n MM: '%d ay',\n y: 'bir il',\n yy: '%d il',\n },\n meridiemParse: /gecə|səhər|gündüz|axşam/,\n isPM: function (input) {\n return /^(gündüz|axşam)$/.test(input);\n },\n meridiem: function (hour, minute, isLower) {\n if (hour < 4) {\n return 'gecə';\n } else if (hour < 12) {\n return 'səhər';\n } else if (hour < 17) {\n return 'gündüz';\n } else {\n return 'axşam';\n }\n },\n dayOfMonthOrdinalParse: /\\d{1,2}-(ıncı|inci|nci|üncü|ncı|uncu)/,\n ordinal: function (number) {\n if (number === 0) {\n // special case for zero\n return number + '-ıncı';\n }\n var a = number % 10,\n b = (number % 100) - a,\n c = number >= 100 ? 100 : null;\n return number + (suffixes[a] || suffixes[b] || suffixes[c]);\n },\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 7, // The week that contains Jan 7th is the first week of the year.\n },\n });\n\n return az;\n\n})));\n","//! moment.js locale configuration\n//! locale : Belarusian [be]\n//! author : Dmitry Demidov : https://github.com/demidov91\n//! author: Praleska: http://praleska.pro/\n//! Author : Menelion Elensúle : https://github.com/Oire\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n //! moment.js locale configuration\n\n function plural(word, num) {\n var forms = word.split('_');\n return num % 10 === 1 && num % 100 !== 11\n ? forms[0]\n : num % 10 >= 2 && num % 10 <= 4 && (num % 100 < 10 || num % 100 >= 20)\n ? forms[1]\n : forms[2];\n }\n function relativeTimeWithPlural(number, withoutSuffix, key) {\n var format = {\n ss: withoutSuffix ? 'секунда_секунды_секунд' : 'секунду_секунды_секунд',\n mm: withoutSuffix ? 'хвіліна_хвіліны_хвілін' : 'хвіліну_хвіліны_хвілін',\n hh: withoutSuffix ? 'гадзіна_гадзіны_гадзін' : 'гадзіну_гадзіны_гадзін',\n dd: 'дзень_дні_дзён',\n MM: 'месяц_месяцы_месяцаў',\n yy: 'год_гады_гадоў',\n };\n if (key === 'm') {\n return withoutSuffix ? 'хвіліна' : 'хвіліну';\n } else if (key === 'h') {\n return withoutSuffix ? 'гадзіна' : 'гадзіну';\n } else {\n return number + ' ' + plural(format[key], +number);\n }\n }\n\n var be = moment.defineLocale('be', {\n months: {\n format: 'студзеня_лютага_сакавіка_красавіка_траўня_чэрвеня_ліпеня_жніўня_верасня_кастрычніка_лістапада_снежня'.split(\n '_'\n ),\n standalone: 'студзень_люты_сакавік_красавік_травень_чэрвень_ліпень_жнівень_верасень_кастрычнік_лістапад_снежань'.split(\n '_'\n ),\n },\n monthsShort: 'студ_лют_сак_крас_трав_чэрв_ліп_жнів_вер_каст_ліст_снеж'.split(\n '_'\n ),\n weekdays: {\n format: 'нядзелю_панядзелак_аўторак_сераду_чацвер_пятніцу_суботу'.split(\n '_'\n ),\n standalone: 'нядзеля_панядзелак_аўторак_серада_чацвер_пятніца_субота'.split(\n '_'\n ),\n isFormat: /\\[ ?[Ууў] ?(?:мінулую|наступную)? ?\\] ?dddd/,\n },\n weekdaysShort: 'нд_пн_ат_ср_чц_пт_сб'.split('_'),\n weekdaysMin: 'нд_пн_ат_ср_чц_пт_сб'.split('_'),\n longDateFormat: {\n LT: 'HH:mm',\n LTS: 'HH:mm:ss',\n L: 'DD.MM.YYYY',\n LL: 'D MMMM YYYY г.',\n LLL: 'D MMMM YYYY г., HH:mm',\n LLLL: 'dddd, D MMMM YYYY г., HH:mm',\n },\n calendar: {\n sameDay: '[Сёння ў] LT',\n nextDay: '[Заўтра ў] LT',\n lastDay: '[Учора ў] LT',\n nextWeek: function () {\n return '[У] dddd [ў] LT';\n },\n lastWeek: function () {\n switch (this.day()) {\n case 0:\n case 3:\n case 5:\n case 6:\n return '[У мінулую] dddd [ў] LT';\n case 1:\n case 2:\n case 4:\n return '[У мінулы] dddd [ў] LT';\n }\n },\n sameElse: 'L',\n },\n relativeTime: {\n future: 'праз %s',\n past: '%s таму',\n s: 'некалькі секунд',\n m: relativeTimeWithPlural,\n mm: relativeTimeWithPlural,\n h: relativeTimeWithPlural,\n hh: relativeTimeWithPlural,\n d: 'дзень',\n dd: relativeTimeWithPlural,\n M: 'месяц',\n MM: relativeTimeWithPlural,\n y: 'год',\n yy: relativeTimeWithPlural,\n },\n meridiemParse: /ночы|раніцы|дня|вечара/,\n isPM: function (input) {\n return /^(дня|вечара)$/.test(input);\n },\n meridiem: function (hour, minute, isLower) {\n if (hour < 4) {\n return 'ночы';\n } else if (hour < 12) {\n return 'раніцы';\n } else if (hour < 17) {\n return 'дня';\n } else {\n return 'вечара';\n }\n },\n dayOfMonthOrdinalParse: /\\d{1,2}-(і|ы|га)/,\n ordinal: function (number, period) {\n switch (period) {\n case 'M':\n case 'd':\n case 'DDD':\n case 'w':\n case 'W':\n return (number % 10 === 2 || number % 10 === 3) &&\n number % 100 !== 12 &&\n number % 100 !== 13\n ? number + '-і'\n : number + '-ы';\n case 'D':\n return number + '-га';\n default:\n return number;\n }\n },\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 7, // The week that contains Jan 7th is the first week of the year.\n },\n });\n\n return be;\n\n})));\n","//! moment.js locale configuration\n//! locale : Bulgarian [bg]\n//! author : Krasen Borisov : https://github.com/kraz\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n //! moment.js locale configuration\n\n var bg = moment.defineLocale('bg', {\n months: 'януари_февруари_март_април_май_юни_юли_август_септември_октомври_ноември_декември'.split(\n '_'\n ),\n monthsShort: 'яну_фев_мар_апр_май_юни_юли_авг_сеп_окт_ное_дек'.split('_'),\n weekdays: 'неделя_понеделник_вторник_сряда_четвъртък_петък_събота'.split(\n '_'\n ),\n weekdaysShort: 'нед_пон_вто_сря_чет_пет_съб'.split('_'),\n weekdaysMin: 'нд_пн_вт_ср_чт_пт_сб'.split('_'),\n longDateFormat: {\n LT: 'H:mm',\n LTS: 'H:mm:ss',\n L: 'D.MM.YYYY',\n LL: 'D MMMM YYYY',\n LLL: 'D MMMM YYYY H:mm',\n LLLL: 'dddd, D MMMM YYYY H:mm',\n },\n calendar: {\n sameDay: '[Днес в] LT',\n nextDay: '[Утре в] LT',\n nextWeek: 'dddd [в] LT',\n lastDay: '[Вчера в] LT',\n lastWeek: function () {\n switch (this.day()) {\n case 0:\n case 3:\n case 6:\n return '[Миналата] dddd [в] LT';\n case 1:\n case 2:\n case 4:\n case 5:\n return '[Миналия] dddd [в] LT';\n }\n },\n sameElse: 'L',\n },\n relativeTime: {\n future: 'след %s',\n past: 'преди %s',\n s: 'няколко секунди',\n ss: '%d секунди',\n m: 'минута',\n mm: '%d минути',\n h: 'час',\n hh: '%d часа',\n d: 'ден',\n dd: '%d дена',\n w: 'седмица',\n ww: '%d седмици',\n M: 'месец',\n MM: '%d месеца',\n y: 'година',\n yy: '%d години',\n },\n dayOfMonthOrdinalParse: /\\d{1,2}-(ев|ен|ти|ви|ри|ми)/,\n ordinal: function (number) {\n var lastDigit = number % 10,\n last2Digits = number % 100;\n if (number === 0) {\n return number + '-ев';\n } else if (last2Digits === 0) {\n return number + '-ен';\n } else if (last2Digits > 10 && last2Digits < 20) {\n return number + '-ти';\n } else if (lastDigit === 1) {\n return number + '-ви';\n } else if (lastDigit === 2) {\n return number + '-ри';\n } else if (lastDigit === 7 || lastDigit === 8) {\n return number + '-ми';\n } else {\n return number + '-ти';\n }\n },\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 7, // The week that contains Jan 7th is the first week of the year.\n },\n });\n\n return bg;\n\n})));\n","//! moment.js locale configuration\n//! locale : Bambara [bm]\n//! author : Estelle Comment : https://github.com/estellecomment\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n //! moment.js locale configuration\n\n var bm = moment.defineLocale('bm', {\n months: 'Zanwuyekalo_Fewuruyekalo_Marisikalo_Awirilikalo_Mɛkalo_Zuwɛnkalo_Zuluyekalo_Utikalo_Sɛtanburukalo_ɔkutɔburukalo_Nowanburukalo_Desanburukalo'.split(\n '_'\n ),\n monthsShort: 'Zan_Few_Mar_Awi_Mɛ_Zuw_Zul_Uti_Sɛt_ɔku_Now_Des'.split('_'),\n weekdays: 'Kari_Ntɛnɛn_Tarata_Araba_Alamisa_Juma_Sibiri'.split('_'),\n weekdaysShort: 'Kar_Ntɛ_Tar_Ara_Ala_Jum_Sib'.split('_'),\n weekdaysMin: 'Ka_Nt_Ta_Ar_Al_Ju_Si'.split('_'),\n longDateFormat: {\n LT: 'HH:mm',\n LTS: 'HH:mm:ss',\n L: 'DD/MM/YYYY',\n LL: 'MMMM [tile] D [san] YYYY',\n LLL: 'MMMM [tile] D [san] YYYY [lɛrɛ] HH:mm',\n LLLL: 'dddd MMMM [tile] D [san] YYYY [lɛrɛ] HH:mm',\n },\n calendar: {\n sameDay: '[Bi lɛrɛ] LT',\n nextDay: '[Sini lɛrɛ] LT',\n nextWeek: 'dddd [don lɛrɛ] LT',\n lastDay: '[Kunu lɛrɛ] LT',\n lastWeek: 'dddd [tɛmɛnen lɛrɛ] LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: '%s kɔnɔ',\n past: 'a bɛ %s bɔ',\n s: 'sanga dama dama',\n ss: 'sekondi %d',\n m: 'miniti kelen',\n mm: 'miniti %d',\n h: 'lɛrɛ kelen',\n hh: 'lɛrɛ %d',\n d: 'tile kelen',\n dd: 'tile %d',\n M: 'kalo kelen',\n MM: 'kalo %d',\n y: 'san kelen',\n yy: 'san %d',\n },\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 4, // The week that contains Jan 4th is the first week of the year.\n },\n });\n\n return bm;\n\n})));\n","//! moment.js locale configuration\n//! locale : Bengali [bn]\n//! author : Kaushik Gandhi : https://github.com/kaushikgandhi\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n //! moment.js locale configuration\n\n var symbolMap = {\n 1: '১',\n 2: '২',\n 3: '৩',\n 4: '৪',\n 5: '৫',\n 6: '৬',\n 7: '৭',\n 8: '৮',\n 9: '৯',\n 0: '০',\n },\n numberMap = {\n '১': '1',\n '২': '2',\n '৩': '3',\n '৪': '4',\n '৫': '5',\n '৬': '6',\n '৭': '7',\n '৮': '8',\n '৯': '9',\n '০': '0',\n };\n\n var bn = moment.defineLocale('bn', {\n months: 'জানুয়ারি_ফেব্রুয়ারি_মার্চ_এপ্রিল_মে_জুন_জুলাই_আগস্ট_সেপ্টেম্বর_অক্টোবর_নভেম্বর_ডিসেম্বর'.split(\n '_'\n ),\n monthsShort: 'জানু_ফেব্রু_মার্চ_এপ্রিল_মে_জুন_জুলাই_আগস্ট_সেপ্ট_অক্টো_নভে_ডিসে'.split(\n '_'\n ),\n weekdays: 'রবিবার_সোমবার_মঙ্গলবার_বুধবার_বৃহস্পতিবার_শুক্রবার_শনিবার'.split(\n '_'\n ),\n weekdaysShort: 'রবি_সোম_মঙ্গল_বুধ_বৃহস্পতি_শুক্র_শনি'.split('_'),\n weekdaysMin: 'রবি_সোম_মঙ্গল_বুধ_বৃহ_শুক্র_শনি'.split('_'),\n longDateFormat: {\n LT: 'A h:mm সময়',\n LTS: 'A h:mm:ss সময়',\n L: 'DD/MM/YYYY',\n LL: 'D MMMM YYYY',\n LLL: 'D MMMM YYYY, A h:mm সময়',\n LLLL: 'dddd, D MMMM YYYY, A h:mm সময়',\n },\n calendar: {\n sameDay: '[আজ] LT',\n nextDay: '[আগামীকাল] LT',\n nextWeek: 'dddd, LT',\n lastDay: '[গতকাল] LT',\n lastWeek: '[গত] dddd, LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: '%s পরে',\n past: '%s আগে',\n s: 'কয়েক সেকেন্ড',\n ss: '%d সেকেন্ড',\n m: 'এক মিনিট',\n mm: '%d মিনিট',\n h: 'এক ঘন্টা',\n hh: '%d ঘন্টা',\n d: 'এক দিন',\n dd: '%d দিন',\n M: 'এক মাস',\n MM: '%d মাস',\n y: 'এক বছর',\n yy: '%d বছর',\n },\n preparse: function (string) {\n return string.replace(/[১২৩৪৫৬৭৮৯০]/g, function (match) {\n return numberMap[match];\n });\n },\n postformat: function (string) {\n return string.replace(/\\d/g, function (match) {\n return symbolMap[match];\n });\n },\n meridiemParse: /রাত|সকাল|দুপুর|বিকাল|রাত/,\n meridiemHour: function (hour, meridiem) {\n if (hour === 12) {\n hour = 0;\n }\n if (\n (meridiem === 'রাত' && hour >= 4) ||\n (meridiem === 'দুপুর' && hour < 5) ||\n meridiem === 'বিকাল'\n ) {\n return hour + 12;\n } else {\n return hour;\n }\n },\n meridiem: function (hour, minute, isLower) {\n if (hour < 4) {\n return 'রাত';\n } else if (hour < 10) {\n return 'সকাল';\n } else if (hour < 17) {\n return 'দুপুর';\n } else if (hour < 20) {\n return 'বিকাল';\n } else {\n return 'রাত';\n }\n },\n week: {\n dow: 0, // Sunday is the first day of the week.\n doy: 6, // The week that contains Jan 6th is the first week of the year.\n },\n });\n\n return bn;\n\n})));\n","//! moment.js locale configuration\n//! locale : Bengali (Bangladesh) [bn-bd]\n//! author : Asraf Hossain Patoary : https://github.com/ashwoolford\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n //! moment.js locale configuration\n\n var symbolMap = {\n 1: '১',\n 2: '২',\n 3: '৩',\n 4: '৪',\n 5: '৫',\n 6: '৬',\n 7: '৭',\n 8: '৮',\n 9: '৯',\n 0: '০',\n },\n numberMap = {\n '১': '1',\n '২': '2',\n '৩': '3',\n '৪': '4',\n '৫': '5',\n '৬': '6',\n '৭': '7',\n '৮': '8',\n '৯': '9',\n '০': '0',\n };\n\n var bnBd = moment.defineLocale('bn-bd', {\n months: 'জানুয়ারি_ফেব্রুয়ারি_মার্চ_এপ্রিল_মে_জুন_জুলাই_আগস্ট_সেপ্টেম্বর_অক্টোবর_নভেম্বর_ডিসেম্বর'.split(\n '_'\n ),\n monthsShort: 'জানু_ফেব্রু_মার্চ_এপ্রিল_মে_জুন_জুলাই_আগস্ট_সেপ্ট_অক্টো_নভে_ডিসে'.split(\n '_'\n ),\n weekdays: 'রবিবার_সোমবার_মঙ্গলবার_বুধবার_বৃহস্পতিবার_শুক্রবার_শনিবার'.split(\n '_'\n ),\n weekdaysShort: 'রবি_সোম_মঙ্গল_বুধ_বৃহস্পতি_শুক্র_শনি'.split('_'),\n weekdaysMin: 'রবি_সোম_মঙ্গল_বুধ_বৃহ_শুক্র_শনি'.split('_'),\n longDateFormat: {\n LT: 'A h:mm সময়',\n LTS: 'A h:mm:ss সময়',\n L: 'DD/MM/YYYY',\n LL: 'D MMMM YYYY',\n LLL: 'D MMMM YYYY, A h:mm সময়',\n LLLL: 'dddd, D MMMM YYYY, A h:mm সময়',\n },\n calendar: {\n sameDay: '[আজ] LT',\n nextDay: '[আগামীকাল] LT',\n nextWeek: 'dddd, LT',\n lastDay: '[গতকাল] LT',\n lastWeek: '[গত] dddd, LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: '%s পরে',\n past: '%s আগে',\n s: 'কয়েক সেকেন্ড',\n ss: '%d সেকেন্ড',\n m: 'এক মিনিট',\n mm: '%d মিনিট',\n h: 'এক ঘন্টা',\n hh: '%d ঘন্টা',\n d: 'এক দিন',\n dd: '%d দিন',\n M: 'এক মাস',\n MM: '%d মাস',\n y: 'এক বছর',\n yy: '%d বছর',\n },\n preparse: function (string) {\n return string.replace(/[১২৩৪৫৬৭৮৯০]/g, function (match) {\n return numberMap[match];\n });\n },\n postformat: function (string) {\n return string.replace(/\\d/g, function (match) {\n return symbolMap[match];\n });\n },\n\n meridiemParse: /রাত|ভোর|সকাল|দুপুর|বিকাল|সন্ধ্যা|রাত/,\n meridiemHour: function (hour, meridiem) {\n if (hour === 12) {\n hour = 0;\n }\n if (meridiem === 'রাত') {\n return hour < 4 ? hour : hour + 12;\n } else if (meridiem === 'ভোর') {\n return hour;\n } else if (meridiem === 'সকাল') {\n return hour;\n } else if (meridiem === 'দুপুর') {\n return hour >= 3 ? hour : hour + 12;\n } else if (meridiem === 'বিকাল') {\n return hour + 12;\n } else if (meridiem === 'সন্ধ্যা') {\n return hour + 12;\n }\n },\n\n meridiem: function (hour, minute, isLower) {\n if (hour < 4) {\n return 'রাত';\n } else if (hour < 6) {\n return 'ভোর';\n } else if (hour < 12) {\n return 'সকাল';\n } else if (hour < 15) {\n return 'দুপুর';\n } else if (hour < 18) {\n return 'বিকাল';\n } else if (hour < 20) {\n return 'সন্ধ্যা';\n } else {\n return 'রাত';\n }\n },\n week: {\n dow: 0, // Sunday is the first day of the week.\n doy: 6, // The week that contains Jan 6th is the first week of the year.\n },\n });\n\n return bnBd;\n\n})));\n","//! moment.js locale configuration\n//! locale : Tibetan [bo]\n//! author : Thupten N. Chakrishar : https://github.com/vajradog\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n //! moment.js locale configuration\n\n var symbolMap = {\n 1: '༡',\n 2: '༢',\n 3: '༣',\n 4: '༤',\n 5: '༥',\n 6: '༦',\n 7: '༧',\n 8: '༨',\n 9: '༩',\n 0: '༠',\n },\n numberMap = {\n '༡': '1',\n '༢': '2',\n '༣': '3',\n '༤': '4',\n '༥': '5',\n '༦': '6',\n '༧': '7',\n '༨': '8',\n '༩': '9',\n '༠': '0',\n };\n\n var bo = moment.defineLocale('bo', {\n months: 'ཟླ་བ་དང་པོ_ཟླ་བ་གཉིས་པ_ཟླ་བ་གསུམ་པ_ཟླ་བ་བཞི་པ_ཟླ་བ་ལྔ་པ_ཟླ་བ་དྲུག་པ_ཟླ་བ་བདུན་པ_ཟླ་བ་བརྒྱད་པ_ཟླ་བ་དགུ་པ_ཟླ་བ་བཅུ་པ_ཟླ་བ་བཅུ་གཅིག་པ_ཟླ་བ་བཅུ་གཉིས་པ'.split(\n '_'\n ),\n monthsShort: 'ཟླ་1_ཟླ་2_ཟླ་3_ཟླ་4_ཟླ་5_ཟླ་6_ཟླ་7_ཟླ་8_ཟླ་9_ཟླ་10_ཟླ་11_ཟླ་12'.split(\n '_'\n ),\n monthsShortRegex: /^(ཟླ་\\d{1,2})/,\n monthsParseExact: true,\n weekdays: 'གཟའ་ཉི་མ་_གཟའ་ཟླ་བ་_གཟའ་མིག་དམར་_གཟའ་ལྷག་པ་_གཟའ་ཕུར་བུ_གཟའ་པ་སངས་_གཟའ་སྤེན་པ་'.split(\n '_'\n ),\n weekdaysShort: 'ཉི་མ་_ཟླ་བ་_མིག་དམར་_ལྷག་པ་_ཕུར་བུ_པ་སངས་_སྤེན་པ་'.split(\n '_'\n ),\n weekdaysMin: 'ཉི_ཟླ_མིག_ལྷག_ཕུར_སངས_སྤེན'.split('_'),\n longDateFormat: {\n LT: 'A h:mm',\n LTS: 'A h:mm:ss',\n L: 'DD/MM/YYYY',\n LL: 'D MMMM YYYY',\n LLL: 'D MMMM YYYY, A h:mm',\n LLLL: 'dddd, D MMMM YYYY, A h:mm',\n },\n calendar: {\n sameDay: '[དི་རིང] LT',\n nextDay: '[སང་ཉིན] LT',\n nextWeek: '[བདུན་ཕྲག་རྗེས་མ], LT',\n lastDay: '[ཁ་སང] LT',\n lastWeek: '[བདུན་ཕྲག་མཐའ་མ] dddd, LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: '%s ལ་',\n past: '%s སྔན་ལ',\n s: 'ལམ་སང',\n ss: '%d སྐར་ཆ།',\n m: 'སྐར་མ་གཅིག',\n mm: '%d སྐར་མ',\n h: 'ཆུ་ཚོད་གཅིག',\n hh: '%d ཆུ་ཚོད',\n d: 'ཉིན་གཅིག',\n dd: '%d ཉིན་',\n M: 'ཟླ་བ་གཅིག',\n MM: '%d ཟླ་བ',\n y: 'ལོ་གཅིག',\n yy: '%d ལོ',\n },\n preparse: function (string) {\n return string.replace(/[༡༢༣༤༥༦༧༨༩༠]/g, function (match) {\n return numberMap[match];\n });\n },\n postformat: function (string) {\n return string.replace(/\\d/g, function (match) {\n return symbolMap[match];\n });\n },\n meridiemParse: /མཚན་མོ|ཞོགས་ཀས|ཉིན་གུང|དགོང་དག|མཚན་མོ/,\n meridiemHour: function (hour, meridiem) {\n if (hour === 12) {\n hour = 0;\n }\n if (\n (meridiem === 'མཚན་མོ' && hour >= 4) ||\n (meridiem === 'ཉིན་གུང' && hour < 5) ||\n meridiem === 'དགོང་དག'\n ) {\n return hour + 12;\n } else {\n return hour;\n }\n },\n meridiem: function (hour, minute, isLower) {\n if (hour < 4) {\n return 'མཚན་མོ';\n } else if (hour < 10) {\n return 'ཞོགས་ཀས';\n } else if (hour < 17) {\n return 'ཉིན་གུང';\n } else if (hour < 20) {\n return 'དགོང་དག';\n } else {\n return 'མཚན་མོ';\n }\n },\n week: {\n dow: 0, // Sunday is the first day of the week.\n doy: 6, // The week that contains Jan 6th is the first week of the year.\n },\n });\n\n return bo;\n\n})));\n","//! moment.js locale configuration\n//! locale : Breton [br]\n//! author : Jean-Baptiste Le Duigou : https://github.com/jbleduigou\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n //! moment.js locale configuration\n\n function relativeTimeWithMutation(number, withoutSuffix, key) {\n var format = {\n mm: 'munutenn',\n MM: 'miz',\n dd: 'devezh',\n };\n return number + ' ' + mutation(format[key], number);\n }\n function specialMutationForYears(number) {\n switch (lastNumber(number)) {\n case 1:\n case 3:\n case 4:\n case 5:\n case 9:\n return number + ' bloaz';\n default:\n return number + ' vloaz';\n }\n }\n function lastNumber(number) {\n if (number > 9) {\n return lastNumber(number % 10);\n }\n return number;\n }\n function mutation(text, number) {\n if (number === 2) {\n return softMutation(text);\n }\n return text;\n }\n function softMutation(text) {\n var mutationTable = {\n m: 'v',\n b: 'v',\n d: 'z',\n };\n if (mutationTable[text.charAt(0)] === undefined) {\n return text;\n }\n return mutationTable[text.charAt(0)] + text.substring(1);\n }\n\n var monthsParse = [\n /^gen/i,\n /^c[ʼ\\']hwe/i,\n /^meu/i,\n /^ebr/i,\n /^mae/i,\n /^(mez|eve)/i,\n /^gou/i,\n /^eos/i,\n /^gwe/i,\n /^her/i,\n /^du/i,\n /^ker/i,\n ],\n monthsRegex = /^(genver|c[ʼ\\']hwevrer|meurzh|ebrel|mae|mezheven|gouere|eost|gwengolo|here|du|kerzu|gen|c[ʼ\\']hwe|meu|ebr|mae|eve|gou|eos|gwe|her|du|ker)/i,\n monthsStrictRegex = /^(genver|c[ʼ\\']hwevrer|meurzh|ebrel|mae|mezheven|gouere|eost|gwengolo|here|du|kerzu)/i,\n monthsShortStrictRegex = /^(gen|c[ʼ\\']hwe|meu|ebr|mae|eve|gou|eos|gwe|her|du|ker)/i,\n fullWeekdaysParse = [\n /^sul/i,\n /^lun/i,\n /^meurzh/i,\n /^merc[ʼ\\']her/i,\n /^yaou/i,\n /^gwener/i,\n /^sadorn/i,\n ],\n shortWeekdaysParse = [\n /^Sul/i,\n /^Lun/i,\n /^Meu/i,\n /^Mer/i,\n /^Yao/i,\n /^Gwe/i,\n /^Sad/i,\n ],\n minWeekdaysParse = [\n /^Su/i,\n /^Lu/i,\n /^Me([^r]|$)/i,\n /^Mer/i,\n /^Ya/i,\n /^Gw/i,\n /^Sa/i,\n ];\n\n var br = moment.defineLocale('br', {\n months: 'Genver_Cʼhwevrer_Meurzh_Ebrel_Mae_Mezheven_Gouere_Eost_Gwengolo_Here_Du_Kerzu'.split(\n '_'\n ),\n monthsShort: 'Gen_Cʼhwe_Meu_Ebr_Mae_Eve_Gou_Eos_Gwe_Her_Du_Ker'.split('_'),\n weekdays: 'Sul_Lun_Meurzh_Mercʼher_Yaou_Gwener_Sadorn'.split('_'),\n weekdaysShort: 'Sul_Lun_Meu_Mer_Yao_Gwe_Sad'.split('_'),\n weekdaysMin: 'Su_Lu_Me_Mer_Ya_Gw_Sa'.split('_'),\n weekdaysParse: minWeekdaysParse,\n fullWeekdaysParse: fullWeekdaysParse,\n shortWeekdaysParse: shortWeekdaysParse,\n minWeekdaysParse: minWeekdaysParse,\n\n monthsRegex: monthsRegex,\n monthsShortRegex: monthsRegex,\n monthsStrictRegex: monthsStrictRegex,\n monthsShortStrictRegex: monthsShortStrictRegex,\n monthsParse: monthsParse,\n longMonthsParse: monthsParse,\n shortMonthsParse: monthsParse,\n\n longDateFormat: {\n LT: 'HH:mm',\n LTS: 'HH:mm:ss',\n L: 'DD/MM/YYYY',\n LL: 'D [a viz] MMMM YYYY',\n LLL: 'D [a viz] MMMM YYYY HH:mm',\n LLLL: 'dddd, D [a viz] MMMM YYYY HH:mm',\n },\n calendar: {\n sameDay: '[Hiziv da] LT',\n nextDay: '[Warcʼhoazh da] LT',\n nextWeek: 'dddd [da] LT',\n lastDay: '[Decʼh da] LT',\n lastWeek: 'dddd [paset da] LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: 'a-benn %s',\n past: '%s ʼzo',\n s: 'un nebeud segondennoù',\n ss: '%d eilenn',\n m: 'ur vunutenn',\n mm: relativeTimeWithMutation,\n h: 'un eur',\n hh: '%d eur',\n d: 'un devezh',\n dd: relativeTimeWithMutation,\n M: 'ur miz',\n MM: relativeTimeWithMutation,\n y: 'ur bloaz',\n yy: specialMutationForYears,\n },\n dayOfMonthOrdinalParse: /\\d{1,2}(añ|vet)/,\n ordinal: function (number) {\n var output = number === 1 ? 'añ' : 'vet';\n return number + output;\n },\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 4, // The week that contains Jan 4th is the first week of the year.\n },\n meridiemParse: /a.m.|g.m./, // goude merenn | a-raok merenn\n isPM: function (token) {\n return token === 'g.m.';\n },\n meridiem: function (hour, minute, isLower) {\n return hour < 12 ? 'a.m.' : 'g.m.';\n },\n });\n\n return br;\n\n})));\n","//! moment.js locale configuration\n//! locale : Bosnian [bs]\n//! author : Nedim Cholich : https://github.com/frontyard\n//! based on (hr) translation by Bojan Marković\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n //! moment.js locale configuration\n\n function translate(number, withoutSuffix, key) {\n var result = number + ' ';\n switch (key) {\n case 'ss':\n if (number === 1) {\n result += 'sekunda';\n } else if (number === 2 || number === 3 || number === 4) {\n result += 'sekunde';\n } else {\n result += 'sekundi';\n }\n return result;\n case 'm':\n return withoutSuffix ? 'jedna minuta' : 'jedne minute';\n case 'mm':\n if (number === 1) {\n result += 'minuta';\n } else if (number === 2 || number === 3 || number === 4) {\n result += 'minute';\n } else {\n result += 'minuta';\n }\n return result;\n case 'h':\n return withoutSuffix ? 'jedan sat' : 'jednog sata';\n case 'hh':\n if (number === 1) {\n result += 'sat';\n } else if (number === 2 || number === 3 || number === 4) {\n result += 'sata';\n } else {\n result += 'sati';\n }\n return result;\n case 'dd':\n if (number === 1) {\n result += 'dan';\n } else {\n result += 'dana';\n }\n return result;\n case 'MM':\n if (number === 1) {\n result += 'mjesec';\n } else if (number === 2 || number === 3 || number === 4) {\n result += 'mjeseca';\n } else {\n result += 'mjeseci';\n }\n return result;\n case 'yy':\n if (number === 1) {\n result += 'godina';\n } else if (number === 2 || number === 3 || number === 4) {\n result += 'godine';\n } else {\n result += 'godina';\n }\n return result;\n }\n }\n\n var bs = moment.defineLocale('bs', {\n months: 'januar_februar_mart_april_maj_juni_juli_august_septembar_oktobar_novembar_decembar'.split(\n '_'\n ),\n monthsShort: 'jan._feb._mar._apr._maj._jun._jul._aug._sep._okt._nov._dec.'.split(\n '_'\n ),\n monthsParseExact: true,\n weekdays: 'nedjelja_ponedjeljak_utorak_srijeda_četvrtak_petak_subota'.split(\n '_'\n ),\n weekdaysShort: 'ned._pon._uto._sri._čet._pet._sub.'.split('_'),\n weekdaysMin: 'ne_po_ut_sr_če_pe_su'.split('_'),\n weekdaysParseExact: true,\n longDateFormat: {\n LT: 'H:mm',\n LTS: 'H:mm:ss',\n L: 'DD.MM.YYYY',\n LL: 'D. MMMM YYYY',\n LLL: 'D. MMMM YYYY H:mm',\n LLLL: 'dddd, D. MMMM YYYY H:mm',\n },\n calendar: {\n sameDay: '[danas u] LT',\n nextDay: '[sutra u] LT',\n nextWeek: function () {\n switch (this.day()) {\n case 0:\n return '[u] [nedjelju] [u] LT';\n case 3:\n return '[u] [srijedu] [u] LT';\n case 6:\n return '[u] [subotu] [u] LT';\n case 1:\n case 2:\n case 4:\n case 5:\n return '[u] dddd [u] LT';\n }\n },\n lastDay: '[jučer u] LT',\n lastWeek: function () {\n switch (this.day()) {\n case 0:\n case 3:\n return '[prošlu] dddd [u] LT';\n case 6:\n return '[prošle] [subote] [u] LT';\n case 1:\n case 2:\n case 4:\n case 5:\n return '[prošli] dddd [u] LT';\n }\n },\n sameElse: 'L',\n },\n relativeTime: {\n future: 'za %s',\n past: 'prije %s',\n s: 'par sekundi',\n ss: translate,\n m: translate,\n mm: translate,\n h: translate,\n hh: translate,\n d: 'dan',\n dd: translate,\n M: 'mjesec',\n MM: translate,\n y: 'godinu',\n yy: translate,\n },\n dayOfMonthOrdinalParse: /\\d{1,2}\\./,\n ordinal: '%d.',\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 7, // The week that contains Jan 7th is the first week of the year.\n },\n });\n\n return bs;\n\n})));\n","//! moment.js locale configuration\n//! locale : Catalan [ca]\n//! author : Juan G. Hurtado : https://github.com/juanghurtado\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n //! moment.js locale configuration\n\n var ca = moment.defineLocale('ca', {\n months: {\n standalone: 'gener_febrer_març_abril_maig_juny_juliol_agost_setembre_octubre_novembre_desembre'.split(\n '_'\n ),\n format: \"de gener_de febrer_de març_d'abril_de maig_de juny_de juliol_d'agost_de setembre_d'octubre_de novembre_de desembre\".split(\n '_'\n ),\n isFormat: /D[oD]?(\\s)+MMMM/,\n },\n monthsShort: 'gen._febr._març_abr._maig_juny_jul._ag._set._oct._nov._des.'.split(\n '_'\n ),\n monthsParseExact: true,\n weekdays: 'diumenge_dilluns_dimarts_dimecres_dijous_divendres_dissabte'.split(\n '_'\n ),\n weekdaysShort: 'dg._dl._dt._dc._dj._dv._ds.'.split('_'),\n weekdaysMin: 'dg_dl_dt_dc_dj_dv_ds'.split('_'),\n weekdaysParseExact: true,\n longDateFormat: {\n LT: 'H:mm',\n LTS: 'H:mm:ss',\n L: 'DD/MM/YYYY',\n LL: 'D MMMM [de] YYYY',\n ll: 'D MMM YYYY',\n LLL: 'D MMMM [de] YYYY [a les] H:mm',\n lll: 'D MMM YYYY, H:mm',\n LLLL: 'dddd D MMMM [de] YYYY [a les] H:mm',\n llll: 'ddd D MMM YYYY, H:mm',\n },\n calendar: {\n sameDay: function () {\n return '[avui a ' + (this.hours() !== 1 ? 'les' : 'la') + '] LT';\n },\n nextDay: function () {\n return '[demà a ' + (this.hours() !== 1 ? 'les' : 'la') + '] LT';\n },\n nextWeek: function () {\n return 'dddd [a ' + (this.hours() !== 1 ? 'les' : 'la') + '] LT';\n },\n lastDay: function () {\n return '[ahir a ' + (this.hours() !== 1 ? 'les' : 'la') + '] LT';\n },\n lastWeek: function () {\n return (\n '[el] dddd [passat a ' +\n (this.hours() !== 1 ? 'les' : 'la') +\n '] LT'\n );\n },\n sameElse: 'L',\n },\n relativeTime: {\n future: \"d'aquí %s\",\n past: 'fa %s',\n s: 'uns segons',\n ss: '%d segons',\n m: 'un minut',\n mm: '%d minuts',\n h: 'una hora',\n hh: '%d hores',\n d: 'un dia',\n dd: '%d dies',\n M: 'un mes',\n MM: '%d mesos',\n y: 'un any',\n yy: '%d anys',\n },\n dayOfMonthOrdinalParse: /\\d{1,2}(r|n|t|è|a)/,\n ordinal: function (number, period) {\n var output =\n number === 1\n ? 'r'\n : number === 2\n ? 'n'\n : number === 3\n ? 'r'\n : number === 4\n ? 't'\n : 'è';\n if (period === 'w' || period === 'W') {\n output = 'a';\n }\n return number + output;\n },\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 4, // The week that contains Jan 4th is the first week of the year.\n },\n });\n\n return ca;\n\n})));\n","//! moment.js locale configuration\n//! locale : Czech [cs]\n//! author : petrbela : https://github.com/petrbela\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n //! moment.js locale configuration\n\n var months = 'leden_únor_březen_duben_květen_červen_červenec_srpen_září_říjen_listopad_prosinec'.split(\n '_'\n ),\n monthsShort = 'led_úno_bře_dub_kvě_čvn_čvc_srp_zář_říj_lis_pro'.split('_'),\n monthsParse = [\n /^led/i,\n /^úno/i,\n /^bře/i,\n /^dub/i,\n /^kvě/i,\n /^(čvn|červen$|června)/i,\n /^(čvc|červenec|července)/i,\n /^srp/i,\n /^zář/i,\n /^říj/i,\n /^lis/i,\n /^pro/i,\n ],\n // NOTE: 'červen' is substring of 'červenec'; therefore 'červenec' must precede 'červen' in the regex to be fully matched.\n // Otherwise parser matches '1. červenec' as '1. červen' + 'ec'.\n monthsRegex = /^(leden|únor|březen|duben|květen|červenec|července|červen|června|srpen|září|říjen|listopad|prosinec|led|úno|bře|dub|kvě|čvn|čvc|srp|zář|říj|lis|pro)/i;\n\n function plural(n) {\n return n > 1 && n < 5 && ~~(n / 10) !== 1;\n }\n function translate(number, withoutSuffix, key, isFuture) {\n var result = number + ' ';\n switch (key) {\n case 's': // a few seconds / in a few seconds / a few seconds ago\n return withoutSuffix || isFuture ? 'pár sekund' : 'pár sekundami';\n case 'ss': // 9 seconds / in 9 seconds / 9 seconds ago\n if (withoutSuffix || isFuture) {\n return result + (plural(number) ? 'sekundy' : 'sekund');\n } else {\n return result + 'sekundami';\n }\n case 'm': // a minute / in a minute / a minute ago\n return withoutSuffix ? 'minuta' : isFuture ? 'minutu' : 'minutou';\n case 'mm': // 9 minutes / in 9 minutes / 9 minutes ago\n if (withoutSuffix || isFuture) {\n return result + (plural(number) ? 'minuty' : 'minut');\n } else {\n return result + 'minutami';\n }\n case 'h': // an hour / in an hour / an hour ago\n return withoutSuffix ? 'hodina' : isFuture ? 'hodinu' : 'hodinou';\n case 'hh': // 9 hours / in 9 hours / 9 hours ago\n if (withoutSuffix || isFuture) {\n return result + (plural(number) ? 'hodiny' : 'hodin');\n } else {\n return result + 'hodinami';\n }\n case 'd': // a day / in a day / a day ago\n return withoutSuffix || isFuture ? 'den' : 'dnem';\n case 'dd': // 9 days / in 9 days / 9 days ago\n if (withoutSuffix || isFuture) {\n return result + (plural(number) ? 'dny' : 'dní');\n } else {\n return result + 'dny';\n }\n case 'M': // a month / in a month / a month ago\n return withoutSuffix || isFuture ? 'měsíc' : 'měsícem';\n case 'MM': // 9 months / in 9 months / 9 months ago\n if (withoutSuffix || isFuture) {\n return result + (plural(number) ? 'měsíce' : 'měsíců');\n } else {\n return result + 'měsíci';\n }\n case 'y': // a year / in a year / a year ago\n return withoutSuffix || isFuture ? 'rok' : 'rokem';\n case 'yy': // 9 years / in 9 years / 9 years ago\n if (withoutSuffix || isFuture) {\n return result + (plural(number) ? 'roky' : 'let');\n } else {\n return result + 'lety';\n }\n }\n }\n\n var cs = moment.defineLocale('cs', {\n months: months,\n monthsShort: monthsShort,\n monthsRegex: monthsRegex,\n monthsShortRegex: monthsRegex,\n // NOTE: 'červen' is substring of 'červenec'; therefore 'červenec' must precede 'červen' in the regex to be fully matched.\n // Otherwise parser matches '1. červenec' as '1. červen' + 'ec'.\n monthsStrictRegex: /^(leden|ledna|února|únor|březen|března|duben|dubna|květen|května|červenec|července|červen|června|srpen|srpna|září|říjen|října|listopadu|listopad|prosinec|prosince)/i,\n monthsShortStrictRegex: /^(led|úno|bře|dub|kvě|čvn|čvc|srp|zář|říj|lis|pro)/i,\n monthsParse: monthsParse,\n longMonthsParse: monthsParse,\n shortMonthsParse: monthsParse,\n weekdays: 'neděle_pondělí_úterý_středa_čtvrtek_pátek_sobota'.split('_'),\n weekdaysShort: 'ne_po_út_st_čt_pá_so'.split('_'),\n weekdaysMin: 'ne_po_út_st_čt_pá_so'.split('_'),\n longDateFormat: {\n LT: 'H:mm',\n LTS: 'H:mm:ss',\n L: 'DD.MM.YYYY',\n LL: 'D. MMMM YYYY',\n LLL: 'D. MMMM YYYY H:mm',\n LLLL: 'dddd D. MMMM YYYY H:mm',\n l: 'D. M. YYYY',\n },\n calendar: {\n sameDay: '[dnes v] LT',\n nextDay: '[zítra v] LT',\n nextWeek: function () {\n switch (this.day()) {\n case 0:\n return '[v neděli v] LT';\n case 1:\n case 2:\n return '[v] dddd [v] LT';\n case 3:\n return '[ve středu v] LT';\n case 4:\n return '[ve čtvrtek v] LT';\n case 5:\n return '[v pátek v] LT';\n case 6:\n return '[v sobotu v] LT';\n }\n },\n lastDay: '[včera v] LT',\n lastWeek: function () {\n switch (this.day()) {\n case 0:\n return '[minulou neděli v] LT';\n case 1:\n case 2:\n return '[minulé] dddd [v] LT';\n case 3:\n return '[minulou středu v] LT';\n case 4:\n case 5:\n return '[minulý] dddd [v] LT';\n case 6:\n return '[minulou sobotu v] LT';\n }\n },\n sameElse: 'L',\n },\n relativeTime: {\n future: 'za %s',\n past: 'před %s',\n s: translate,\n ss: translate,\n m: translate,\n mm: translate,\n h: translate,\n hh: translate,\n d: translate,\n dd: translate,\n M: translate,\n MM: translate,\n y: translate,\n yy: translate,\n },\n dayOfMonthOrdinalParse: /\\d{1,2}\\./,\n ordinal: '%d.',\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 4, // The week that contains Jan 4th is the first week of the year.\n },\n });\n\n return cs;\n\n})));\n","//! moment.js locale configuration\n//! locale : Chuvash [cv]\n//! author : Anatoly Mironov : https://github.com/mirontoli\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n //! moment.js locale configuration\n\n var cv = moment.defineLocale('cv', {\n months: 'кӑрлач_нарӑс_пуш_ака_май_ҫӗртме_утӑ_ҫурла_авӑн_юпа_чӳк_раштав'.split(\n '_'\n ),\n monthsShort: 'кӑр_нар_пуш_ака_май_ҫӗр_утӑ_ҫур_авн_юпа_чӳк_раш'.split('_'),\n weekdays: 'вырсарникун_тунтикун_ытларикун_юнкун_кӗҫнерникун_эрнекун_шӑматкун'.split(\n '_'\n ),\n weekdaysShort: 'выр_тун_ытл_юн_кӗҫ_эрн_шӑм'.split('_'),\n weekdaysMin: 'вр_тн_ыт_юн_кҫ_эр_шм'.split('_'),\n longDateFormat: {\n LT: 'HH:mm',\n LTS: 'HH:mm:ss',\n L: 'DD-MM-YYYY',\n LL: 'YYYY [ҫулхи] MMMM [уйӑхӗн] D[-мӗшӗ]',\n LLL: 'YYYY [ҫулхи] MMMM [уйӑхӗн] D[-мӗшӗ], HH:mm',\n LLLL: 'dddd, YYYY [ҫулхи] MMMM [уйӑхӗн] D[-мӗшӗ], HH:mm',\n },\n calendar: {\n sameDay: '[Паян] LT [сехетре]',\n nextDay: '[Ыран] LT [сехетре]',\n lastDay: '[Ӗнер] LT [сехетре]',\n nextWeek: '[Ҫитес] dddd LT [сехетре]',\n lastWeek: '[Иртнӗ] dddd LT [сехетре]',\n sameElse: 'L',\n },\n relativeTime: {\n future: function (output) {\n var affix = /сехет$/i.exec(output)\n ? 'рен'\n : /ҫул$/i.exec(output)\n ? 'тан'\n : 'ран';\n return output + affix;\n },\n past: '%s каялла',\n s: 'пӗр-ик ҫеккунт',\n ss: '%d ҫеккунт',\n m: 'пӗр минут',\n mm: '%d минут',\n h: 'пӗр сехет',\n hh: '%d сехет',\n d: 'пӗр кун',\n dd: '%d кун',\n M: 'пӗр уйӑх',\n MM: '%d уйӑх',\n y: 'пӗр ҫул',\n yy: '%d ҫул',\n },\n dayOfMonthOrdinalParse: /\\d{1,2}-мӗш/,\n ordinal: '%d-мӗш',\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 7, // The week that contains Jan 7th is the first week of the year.\n },\n });\n\n return cv;\n\n})));\n","//! moment.js locale configuration\n//! locale : Welsh [cy]\n//! author : Robert Allen : https://github.com/robgallen\n//! author : https://github.com/ryangreaves\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n //! moment.js locale configuration\n\n var cy = moment.defineLocale('cy', {\n months: 'Ionawr_Chwefror_Mawrth_Ebrill_Mai_Mehefin_Gorffennaf_Awst_Medi_Hydref_Tachwedd_Rhagfyr'.split(\n '_'\n ),\n monthsShort: 'Ion_Chwe_Maw_Ebr_Mai_Meh_Gor_Aws_Med_Hyd_Tach_Rhag'.split(\n '_'\n ),\n weekdays: 'Dydd Sul_Dydd Llun_Dydd Mawrth_Dydd Mercher_Dydd Iau_Dydd Gwener_Dydd Sadwrn'.split(\n '_'\n ),\n weekdaysShort: 'Sul_Llun_Maw_Mer_Iau_Gwe_Sad'.split('_'),\n weekdaysMin: 'Su_Ll_Ma_Me_Ia_Gw_Sa'.split('_'),\n weekdaysParseExact: true,\n // time formats are the same as en-gb\n longDateFormat: {\n LT: 'HH:mm',\n LTS: 'HH:mm:ss',\n L: 'DD/MM/YYYY',\n LL: 'D MMMM YYYY',\n LLL: 'D MMMM YYYY HH:mm',\n LLLL: 'dddd, D MMMM YYYY HH:mm',\n },\n calendar: {\n sameDay: '[Heddiw am] LT',\n nextDay: '[Yfory am] LT',\n nextWeek: 'dddd [am] LT',\n lastDay: '[Ddoe am] LT',\n lastWeek: 'dddd [diwethaf am] LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: 'mewn %s',\n past: '%s yn ôl',\n s: 'ychydig eiliadau',\n ss: '%d eiliad',\n m: 'munud',\n mm: '%d munud',\n h: 'awr',\n hh: '%d awr',\n d: 'diwrnod',\n dd: '%d diwrnod',\n M: 'mis',\n MM: '%d mis',\n y: 'blwyddyn',\n yy: '%d flynedd',\n },\n dayOfMonthOrdinalParse: /\\d{1,2}(fed|ain|af|il|ydd|ed|eg)/,\n // traditional ordinal numbers above 31 are not commonly used in colloquial Welsh\n ordinal: function (number) {\n var b = number,\n output = '',\n lookup = [\n '',\n 'af',\n 'il',\n 'ydd',\n 'ydd',\n 'ed',\n 'ed',\n 'ed',\n 'fed',\n 'fed',\n 'fed', // 1af to 10fed\n 'eg',\n 'fed',\n 'eg',\n 'eg',\n 'fed',\n 'eg',\n 'eg',\n 'fed',\n 'eg',\n 'fed', // 11eg to 20fed\n ];\n if (b > 20) {\n if (b === 40 || b === 50 || b === 60 || b === 80 || b === 100) {\n output = 'fed'; // not 30ain, 70ain or 90ain\n } else {\n output = 'ain';\n }\n } else if (b > 0) {\n output = lookup[b];\n }\n return number + output;\n },\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 4, // The week that contains Jan 4th is the first week of the year.\n },\n });\n\n return cy;\n\n})));\n","//! moment.js locale configuration\n//! locale : Danish [da]\n//! author : Ulrik Nielsen : https://github.com/mrbase\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n //! moment.js locale configuration\n\n var da = moment.defineLocale('da', {\n months: 'januar_februar_marts_april_maj_juni_juli_august_september_oktober_november_december'.split(\n '_'\n ),\n monthsShort: 'jan_feb_mar_apr_maj_jun_jul_aug_sep_okt_nov_dec'.split('_'),\n weekdays: 'søndag_mandag_tirsdag_onsdag_torsdag_fredag_lørdag'.split('_'),\n weekdaysShort: 'søn_man_tir_ons_tor_fre_lør'.split('_'),\n weekdaysMin: 'sø_ma_ti_on_to_fr_lø'.split('_'),\n longDateFormat: {\n LT: 'HH:mm',\n LTS: 'HH:mm:ss',\n L: 'DD.MM.YYYY',\n LL: 'D. MMMM YYYY',\n LLL: 'D. MMMM YYYY HH:mm',\n LLLL: 'dddd [d.] D. MMMM YYYY [kl.] HH:mm',\n },\n calendar: {\n sameDay: '[i dag kl.] LT',\n nextDay: '[i morgen kl.] LT',\n nextWeek: 'på dddd [kl.] LT',\n lastDay: '[i går kl.] LT',\n lastWeek: '[i] dddd[s kl.] LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: 'om %s',\n past: '%s siden',\n s: 'få sekunder',\n ss: '%d sekunder',\n m: 'et minut',\n mm: '%d minutter',\n h: 'en time',\n hh: '%d timer',\n d: 'en dag',\n dd: '%d dage',\n M: 'en måned',\n MM: '%d måneder',\n y: 'et år',\n yy: '%d år',\n },\n dayOfMonthOrdinalParse: /\\d{1,2}\\./,\n ordinal: '%d.',\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 4, // The week that contains Jan 4th is the first week of the year.\n },\n });\n\n return da;\n\n})));\n","//! moment.js locale configuration\n//! locale : German [de]\n//! author : lluchs : https://github.com/lluchs\n//! author: Menelion Elensúle: https://github.com/Oire\n//! author : Mikolaj Dadela : https://github.com/mik01aj\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n //! moment.js locale configuration\n\n function processRelativeTime(number, withoutSuffix, key, isFuture) {\n var format = {\n m: ['eine Minute', 'einer Minute'],\n h: ['eine Stunde', 'einer Stunde'],\n d: ['ein Tag', 'einem Tag'],\n dd: [number + ' Tage', number + ' Tagen'],\n w: ['eine Woche', 'einer Woche'],\n M: ['ein Monat', 'einem Monat'],\n MM: [number + ' Monate', number + ' Monaten'],\n y: ['ein Jahr', 'einem Jahr'],\n yy: [number + ' Jahre', number + ' Jahren'],\n };\n return withoutSuffix ? format[key][0] : format[key][1];\n }\n\n var de = moment.defineLocale('de', {\n months: 'Januar_Februar_März_April_Mai_Juni_Juli_August_September_Oktober_November_Dezember'.split(\n '_'\n ),\n monthsShort: 'Jan._Feb._März_Apr._Mai_Juni_Juli_Aug._Sep._Okt._Nov._Dez.'.split(\n '_'\n ),\n monthsParseExact: true,\n weekdays: 'Sonntag_Montag_Dienstag_Mittwoch_Donnerstag_Freitag_Samstag'.split(\n '_'\n ),\n weekdaysShort: 'So._Mo._Di._Mi._Do._Fr._Sa.'.split('_'),\n weekdaysMin: 'So_Mo_Di_Mi_Do_Fr_Sa'.split('_'),\n weekdaysParseExact: true,\n longDateFormat: {\n LT: 'HH:mm',\n LTS: 'HH:mm:ss',\n L: 'DD.MM.YYYY',\n LL: 'D. MMMM YYYY',\n LLL: 'D. MMMM YYYY HH:mm',\n LLLL: 'dddd, D. MMMM YYYY HH:mm',\n },\n calendar: {\n sameDay: '[heute um] LT [Uhr]',\n sameElse: 'L',\n nextDay: '[morgen um] LT [Uhr]',\n nextWeek: 'dddd [um] LT [Uhr]',\n lastDay: '[gestern um] LT [Uhr]',\n lastWeek: '[letzten] dddd [um] LT [Uhr]',\n },\n relativeTime: {\n future: 'in %s',\n past: 'vor %s',\n s: 'ein paar Sekunden',\n ss: '%d Sekunden',\n m: processRelativeTime,\n mm: '%d Minuten',\n h: processRelativeTime,\n hh: '%d Stunden',\n d: processRelativeTime,\n dd: processRelativeTime,\n w: processRelativeTime,\n ww: '%d Wochen',\n M: processRelativeTime,\n MM: processRelativeTime,\n y: processRelativeTime,\n yy: processRelativeTime,\n },\n dayOfMonthOrdinalParse: /\\d{1,2}\\./,\n ordinal: '%d.',\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 4, // The week that contains Jan 4th is the first week of the year.\n },\n });\n\n return de;\n\n})));\n","//! moment.js locale configuration\n//! locale : German (Austria) [de-at]\n//! author : lluchs : https://github.com/lluchs\n//! author: Menelion Elensúle: https://github.com/Oire\n//! author : Martin Groller : https://github.com/MadMG\n//! author : Mikolaj Dadela : https://github.com/mik01aj\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n //! moment.js locale configuration\n\n function processRelativeTime(number, withoutSuffix, key, isFuture) {\n var format = {\n m: ['eine Minute', 'einer Minute'],\n h: ['eine Stunde', 'einer Stunde'],\n d: ['ein Tag', 'einem Tag'],\n dd: [number + ' Tage', number + ' Tagen'],\n w: ['eine Woche', 'einer Woche'],\n M: ['ein Monat', 'einem Monat'],\n MM: [number + ' Monate', number + ' Monaten'],\n y: ['ein Jahr', 'einem Jahr'],\n yy: [number + ' Jahre', number + ' Jahren'],\n };\n return withoutSuffix ? format[key][0] : format[key][1];\n }\n\n var deAt = moment.defineLocale('de-at', {\n months: 'Jänner_Februar_März_April_Mai_Juni_Juli_August_September_Oktober_November_Dezember'.split(\n '_'\n ),\n monthsShort: 'Jän._Feb._März_Apr._Mai_Juni_Juli_Aug._Sep._Okt._Nov._Dez.'.split(\n '_'\n ),\n monthsParseExact: true,\n weekdays: 'Sonntag_Montag_Dienstag_Mittwoch_Donnerstag_Freitag_Samstag'.split(\n '_'\n ),\n weekdaysShort: 'So._Mo._Di._Mi._Do._Fr._Sa.'.split('_'),\n weekdaysMin: 'So_Mo_Di_Mi_Do_Fr_Sa'.split('_'),\n weekdaysParseExact: true,\n longDateFormat: {\n LT: 'HH:mm',\n LTS: 'HH:mm:ss',\n L: 'DD.MM.YYYY',\n LL: 'D. MMMM YYYY',\n LLL: 'D. MMMM YYYY HH:mm',\n LLLL: 'dddd, D. MMMM YYYY HH:mm',\n },\n calendar: {\n sameDay: '[heute um] LT [Uhr]',\n sameElse: 'L',\n nextDay: '[morgen um] LT [Uhr]',\n nextWeek: 'dddd [um] LT [Uhr]',\n lastDay: '[gestern um] LT [Uhr]',\n lastWeek: '[letzten] dddd [um] LT [Uhr]',\n },\n relativeTime: {\n future: 'in %s',\n past: 'vor %s',\n s: 'ein paar Sekunden',\n ss: '%d Sekunden',\n m: processRelativeTime,\n mm: '%d Minuten',\n h: processRelativeTime,\n hh: '%d Stunden',\n d: processRelativeTime,\n dd: processRelativeTime,\n w: processRelativeTime,\n ww: '%d Wochen',\n M: processRelativeTime,\n MM: processRelativeTime,\n y: processRelativeTime,\n yy: processRelativeTime,\n },\n dayOfMonthOrdinalParse: /\\d{1,2}\\./,\n ordinal: '%d.',\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 4, // The week that contains Jan 4th is the first week of the year.\n },\n });\n\n return deAt;\n\n})));\n","//! moment.js locale configuration\n//! locale : German (Switzerland) [de-ch]\n//! author : sschueller : https://github.com/sschueller\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n //! moment.js locale configuration\n\n function processRelativeTime(number, withoutSuffix, key, isFuture) {\n var format = {\n m: ['eine Minute', 'einer Minute'],\n h: ['eine Stunde', 'einer Stunde'],\n d: ['ein Tag', 'einem Tag'],\n dd: [number + ' Tage', number + ' Tagen'],\n w: ['eine Woche', 'einer Woche'],\n M: ['ein Monat', 'einem Monat'],\n MM: [number + ' Monate', number + ' Monaten'],\n y: ['ein Jahr', 'einem Jahr'],\n yy: [number + ' Jahre', number + ' Jahren'],\n };\n return withoutSuffix ? format[key][0] : format[key][1];\n }\n\n var deCh = moment.defineLocale('de-ch', {\n months: 'Januar_Februar_März_April_Mai_Juni_Juli_August_September_Oktober_November_Dezember'.split(\n '_'\n ),\n monthsShort: 'Jan._Feb._März_Apr._Mai_Juni_Juli_Aug._Sep._Okt._Nov._Dez.'.split(\n '_'\n ),\n monthsParseExact: true,\n weekdays: 'Sonntag_Montag_Dienstag_Mittwoch_Donnerstag_Freitag_Samstag'.split(\n '_'\n ),\n weekdaysShort: 'So_Mo_Di_Mi_Do_Fr_Sa'.split('_'),\n weekdaysMin: 'So_Mo_Di_Mi_Do_Fr_Sa'.split('_'),\n weekdaysParseExact: true,\n longDateFormat: {\n LT: 'HH:mm',\n LTS: 'HH:mm:ss',\n L: 'DD.MM.YYYY',\n LL: 'D. MMMM YYYY',\n LLL: 'D. MMMM YYYY HH:mm',\n LLLL: 'dddd, D. MMMM YYYY HH:mm',\n },\n calendar: {\n sameDay: '[heute um] LT [Uhr]',\n sameElse: 'L',\n nextDay: '[morgen um] LT [Uhr]',\n nextWeek: 'dddd [um] LT [Uhr]',\n lastDay: '[gestern um] LT [Uhr]',\n lastWeek: '[letzten] dddd [um] LT [Uhr]',\n },\n relativeTime: {\n future: 'in %s',\n past: 'vor %s',\n s: 'ein paar Sekunden',\n ss: '%d Sekunden',\n m: processRelativeTime,\n mm: '%d Minuten',\n h: processRelativeTime,\n hh: '%d Stunden',\n d: processRelativeTime,\n dd: processRelativeTime,\n w: processRelativeTime,\n ww: '%d Wochen',\n M: processRelativeTime,\n MM: processRelativeTime,\n y: processRelativeTime,\n yy: processRelativeTime,\n },\n dayOfMonthOrdinalParse: /\\d{1,2}\\./,\n ordinal: '%d.',\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 4, // The week that contains Jan 4th is the first week of the year.\n },\n });\n\n return deCh;\n\n})));\n","//! moment.js locale configuration\n//! locale : Maldivian [dv]\n//! author : Jawish Hameed : https://github.com/jawish\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n //! moment.js locale configuration\n\n var months = [\n 'ޖެނުއަރީ',\n 'ފެބްރުއަރީ',\n 'މާރިޗު',\n 'އޭޕްރީލު',\n 'މޭ',\n 'ޖޫން',\n 'ޖުލައި',\n 'އޯގަސްޓު',\n 'ސެޕްޓެމްބަރު',\n 'އޮކްޓޯބަރު',\n 'ނޮވެމްބަރު',\n 'ޑިސެމްބަރު',\n ],\n weekdays = [\n 'އާދިއްތަ',\n 'ހޯމަ',\n 'އަންގާރަ',\n 'ބުދަ',\n 'ބުރާސްފަތި',\n 'ހުކުރު',\n 'ހޮނިހިރު',\n ];\n\n var dv = moment.defineLocale('dv', {\n months: months,\n monthsShort: months,\n weekdays: weekdays,\n weekdaysShort: weekdays,\n weekdaysMin: 'އާދި_ހޯމަ_އަން_ބުދަ_ބުރާ_ހުކު_ހޮނި'.split('_'),\n longDateFormat: {\n LT: 'HH:mm',\n LTS: 'HH:mm:ss',\n L: 'D/M/YYYY',\n LL: 'D MMMM YYYY',\n LLL: 'D MMMM YYYY HH:mm',\n LLLL: 'dddd D MMMM YYYY HH:mm',\n },\n meridiemParse: /މކ|މފ/,\n isPM: function (input) {\n return 'މފ' === input;\n },\n meridiem: function (hour, minute, isLower) {\n if (hour < 12) {\n return 'މކ';\n } else {\n return 'މފ';\n }\n },\n calendar: {\n sameDay: '[މިއަދު] LT',\n nextDay: '[މާދަމާ] LT',\n nextWeek: 'dddd LT',\n lastDay: '[އިއްޔެ] LT',\n lastWeek: '[ފާއިތުވި] dddd LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: 'ތެރޭގައި %s',\n past: 'ކުރިން %s',\n s: 'ސިކުންތުކޮޅެއް',\n ss: 'd% ސިކުންތު',\n m: 'މިނިޓެއް',\n mm: 'މިނިޓު %d',\n h: 'ގަޑިއިރެއް',\n hh: 'ގަޑިއިރު %d',\n d: 'ދުވަހެއް',\n dd: 'ދުވަސް %d',\n M: 'މަހެއް',\n MM: 'މަސް %d',\n y: 'އަހަރެއް',\n yy: 'އަހަރު %d',\n },\n preparse: function (string) {\n return string.replace(/،/g, ',');\n },\n postformat: function (string) {\n return string.replace(/,/g, '،');\n },\n week: {\n dow: 7, // Sunday is the first day of the week.\n doy: 12, // The week that contains Jan 12th is the first week of the year.\n },\n });\n\n return dv;\n\n})));\n","//! moment.js locale configuration\n//! locale : Greek [el]\n//! author : Aggelos Karalias : https://github.com/mehiel\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n //! moment.js locale configuration\n\n function isFunction(input) {\n return (\n (typeof Function !== 'undefined' && input instanceof Function) ||\n Object.prototype.toString.call(input) === '[object Function]'\n );\n }\n\n var el = moment.defineLocale('el', {\n monthsNominativeEl: 'Ιανουάριος_Φεβρουάριος_Μάρτιος_Απρίλιος_Μάιος_Ιούνιος_Ιούλιος_Αύγουστος_Σεπτέμβριος_Οκτώβριος_Νοέμβριος_Δεκέμβριος'.split(\n '_'\n ),\n monthsGenitiveEl: 'Ιανουαρίου_Φεβρουαρίου_Μαρτίου_Απριλίου_Μαΐου_Ιουνίου_Ιουλίου_Αυγούστου_Σεπτεμβρίου_Οκτωβρίου_Νοεμβρίου_Δεκεμβρίου'.split(\n '_'\n ),\n months: function (momentToFormat, format) {\n if (!momentToFormat) {\n return this._monthsNominativeEl;\n } else if (\n typeof format === 'string' &&\n /D/.test(format.substring(0, format.indexOf('MMMM')))\n ) {\n // if there is a day number before 'MMMM'\n return this._monthsGenitiveEl[momentToFormat.month()];\n } else {\n return this._monthsNominativeEl[momentToFormat.month()];\n }\n },\n monthsShort: 'Ιαν_Φεβ_Μαρ_Απρ_Μαϊ_Ιουν_Ιουλ_Αυγ_Σεπ_Οκτ_Νοε_Δεκ'.split('_'),\n weekdays: 'Κυριακή_Δευτέρα_Τρίτη_Τετάρτη_Πέμπτη_Παρασκευή_Σάββατο'.split(\n '_'\n ),\n weekdaysShort: 'Κυρ_Δευ_Τρι_Τετ_Πεμ_Παρ_Σαβ'.split('_'),\n weekdaysMin: 'Κυ_Δε_Τρ_Τε_Πε_Πα_Σα'.split('_'),\n meridiem: function (hours, minutes, isLower) {\n if (hours > 11) {\n return isLower ? 'μμ' : 'ΜΜ';\n } else {\n return isLower ? 'πμ' : 'ΠΜ';\n }\n },\n isPM: function (input) {\n return (input + '').toLowerCase()[0] === 'μ';\n },\n meridiemParse: /[ΠΜ]\\.?Μ?\\.?/i,\n longDateFormat: {\n LT: 'h:mm A',\n LTS: 'h:mm:ss A',\n L: 'DD/MM/YYYY',\n LL: 'D MMMM YYYY',\n LLL: 'D MMMM YYYY h:mm A',\n LLLL: 'dddd, D MMMM YYYY h:mm A',\n },\n calendarEl: {\n sameDay: '[Σήμερα {}] LT',\n nextDay: '[Αύριο {}] LT',\n nextWeek: 'dddd [{}] LT',\n lastDay: '[Χθες {}] LT',\n lastWeek: function () {\n switch (this.day()) {\n case 6:\n return '[το προηγούμενο] dddd [{}] LT';\n default:\n return '[την προηγούμενη] dddd [{}] LT';\n }\n },\n sameElse: 'L',\n },\n calendar: function (key, mom) {\n var output = this._calendarEl[key],\n hours = mom && mom.hours();\n if (isFunction(output)) {\n output = output.apply(mom);\n }\n return output.replace('{}', hours % 12 === 1 ? 'στη' : 'στις');\n },\n relativeTime: {\n future: 'σε %s',\n past: '%s πριν',\n s: 'λίγα δευτερόλεπτα',\n ss: '%d δευτερόλεπτα',\n m: 'ένα λεπτό',\n mm: '%d λεπτά',\n h: 'μία ώρα',\n hh: '%d ώρες',\n d: 'μία μέρα',\n dd: '%d μέρες',\n M: 'ένας μήνας',\n MM: '%d μήνες',\n y: 'ένας χρόνος',\n yy: '%d χρόνια',\n },\n dayOfMonthOrdinalParse: /\\d{1,2}η/,\n ordinal: '%dη',\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 4, // The week that contains Jan 4st is the first week of the year.\n },\n });\n\n return el;\n\n})));\n","//! moment.js locale configuration\n//! locale : English (Australia) [en-au]\n//! author : Jared Morse : https://github.com/jarcoal\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n //! moment.js locale configuration\n\n var enAu = moment.defineLocale('en-au', {\n months: 'January_February_March_April_May_June_July_August_September_October_November_December'.split(\n '_'\n ),\n monthsShort: 'Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec'.split('_'),\n weekdays: 'Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday'.split(\n '_'\n ),\n weekdaysShort: 'Sun_Mon_Tue_Wed_Thu_Fri_Sat'.split('_'),\n weekdaysMin: 'Su_Mo_Tu_We_Th_Fr_Sa'.split('_'),\n longDateFormat: {\n LT: 'h:mm A',\n LTS: 'h:mm:ss A',\n L: 'DD/MM/YYYY',\n LL: 'D MMMM YYYY',\n LLL: 'D MMMM YYYY h:mm A',\n LLLL: 'dddd, D MMMM YYYY h:mm A',\n },\n calendar: {\n sameDay: '[Today at] LT',\n nextDay: '[Tomorrow at] LT',\n nextWeek: 'dddd [at] LT',\n lastDay: '[Yesterday at] LT',\n lastWeek: '[Last] dddd [at] LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: 'in %s',\n past: '%s ago',\n s: 'a few seconds',\n ss: '%d seconds',\n m: 'a minute',\n mm: '%d minutes',\n h: 'an hour',\n hh: '%d hours',\n d: 'a day',\n dd: '%d days',\n M: 'a month',\n MM: '%d months',\n y: 'a year',\n yy: '%d years',\n },\n dayOfMonthOrdinalParse: /\\d{1,2}(st|nd|rd|th)/,\n ordinal: function (number) {\n var b = number % 10,\n output =\n ~~((number % 100) / 10) === 1\n ? 'th'\n : b === 1\n ? 'st'\n : b === 2\n ? 'nd'\n : b === 3\n ? 'rd'\n : 'th';\n return number + output;\n },\n week: {\n dow: 0, // Sunday is the first day of the week.\n doy: 4, // The week that contains Jan 4th is the first week of the year.\n },\n });\n\n return enAu;\n\n})));\n","//! moment.js locale configuration\n//! locale : English (Canada) [en-ca]\n//! author : Jonathan Abourbih : https://github.com/jonbca\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n //! moment.js locale configuration\n\n var enCa = moment.defineLocale('en-ca', {\n months: 'January_February_March_April_May_June_July_August_September_October_November_December'.split(\n '_'\n ),\n monthsShort: 'Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec'.split('_'),\n weekdays: 'Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday'.split(\n '_'\n ),\n weekdaysShort: 'Sun_Mon_Tue_Wed_Thu_Fri_Sat'.split('_'),\n weekdaysMin: 'Su_Mo_Tu_We_Th_Fr_Sa'.split('_'),\n longDateFormat: {\n LT: 'h:mm A',\n LTS: 'h:mm:ss A',\n L: 'YYYY-MM-DD',\n LL: 'MMMM D, YYYY',\n LLL: 'MMMM D, YYYY h:mm A',\n LLLL: 'dddd, MMMM D, YYYY h:mm A',\n },\n calendar: {\n sameDay: '[Today at] LT',\n nextDay: '[Tomorrow at] LT',\n nextWeek: 'dddd [at] LT',\n lastDay: '[Yesterday at] LT',\n lastWeek: '[Last] dddd [at] LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: 'in %s',\n past: '%s ago',\n s: 'a few seconds',\n ss: '%d seconds',\n m: 'a minute',\n mm: '%d minutes',\n h: 'an hour',\n hh: '%d hours',\n d: 'a day',\n dd: '%d days',\n M: 'a month',\n MM: '%d months',\n y: 'a year',\n yy: '%d years',\n },\n dayOfMonthOrdinalParse: /\\d{1,2}(st|nd|rd|th)/,\n ordinal: function (number) {\n var b = number % 10,\n output =\n ~~((number % 100) / 10) === 1\n ? 'th'\n : b === 1\n ? 'st'\n : b === 2\n ? 'nd'\n : b === 3\n ? 'rd'\n : 'th';\n return number + output;\n },\n });\n\n return enCa;\n\n})));\n","//! moment.js locale configuration\n//! locale : English (United Kingdom) [en-gb]\n//! author : Chris Gedrim : https://github.com/chrisgedrim\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n //! moment.js locale configuration\n\n var enGb = moment.defineLocale('en-gb', {\n months: 'January_February_March_April_May_June_July_August_September_October_November_December'.split(\n '_'\n ),\n monthsShort: 'Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec'.split('_'),\n weekdays: 'Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday'.split(\n '_'\n ),\n weekdaysShort: 'Sun_Mon_Tue_Wed_Thu_Fri_Sat'.split('_'),\n weekdaysMin: 'Su_Mo_Tu_We_Th_Fr_Sa'.split('_'),\n longDateFormat: {\n LT: 'HH:mm',\n LTS: 'HH:mm:ss',\n L: 'DD/MM/YYYY',\n LL: 'D MMMM YYYY',\n LLL: 'D MMMM YYYY HH:mm',\n LLLL: 'dddd, D MMMM YYYY HH:mm',\n },\n calendar: {\n sameDay: '[Today at] LT',\n nextDay: '[Tomorrow at] LT',\n nextWeek: 'dddd [at] LT',\n lastDay: '[Yesterday at] LT',\n lastWeek: '[Last] dddd [at] LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: 'in %s',\n past: '%s ago',\n s: 'a few seconds',\n ss: '%d seconds',\n m: 'a minute',\n mm: '%d minutes',\n h: 'an hour',\n hh: '%d hours',\n d: 'a day',\n dd: '%d days',\n M: 'a month',\n MM: '%d months',\n y: 'a year',\n yy: '%d years',\n },\n dayOfMonthOrdinalParse: /\\d{1,2}(st|nd|rd|th)/,\n ordinal: function (number) {\n var b = number % 10,\n output =\n ~~((number % 100) / 10) === 1\n ? 'th'\n : b === 1\n ? 'st'\n : b === 2\n ? 'nd'\n : b === 3\n ? 'rd'\n : 'th';\n return number + output;\n },\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 4, // The week that contains Jan 4th is the first week of the year.\n },\n });\n\n return enGb;\n\n})));\n","//! moment.js locale configuration\n//! locale : English (Ireland) [en-ie]\n//! author : Chris Cartlidge : https://github.com/chriscartlidge\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n //! moment.js locale configuration\n\n var enIe = moment.defineLocale('en-ie', {\n months: 'January_February_March_April_May_June_July_August_September_October_November_December'.split(\n '_'\n ),\n monthsShort: 'Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec'.split('_'),\n weekdays: 'Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday'.split(\n '_'\n ),\n weekdaysShort: 'Sun_Mon_Tue_Wed_Thu_Fri_Sat'.split('_'),\n weekdaysMin: 'Su_Mo_Tu_We_Th_Fr_Sa'.split('_'),\n longDateFormat: {\n LT: 'HH:mm',\n LTS: 'HH:mm:ss',\n L: 'DD/MM/YYYY',\n LL: 'D MMMM YYYY',\n LLL: 'D MMMM YYYY HH:mm',\n LLLL: 'dddd D MMMM YYYY HH:mm',\n },\n calendar: {\n sameDay: '[Today at] LT',\n nextDay: '[Tomorrow at] LT',\n nextWeek: 'dddd [at] LT',\n lastDay: '[Yesterday at] LT',\n lastWeek: '[Last] dddd [at] LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: 'in %s',\n past: '%s ago',\n s: 'a few seconds',\n ss: '%d seconds',\n m: 'a minute',\n mm: '%d minutes',\n h: 'an hour',\n hh: '%d hours',\n d: 'a day',\n dd: '%d days',\n M: 'a month',\n MM: '%d months',\n y: 'a year',\n yy: '%d years',\n },\n dayOfMonthOrdinalParse: /\\d{1,2}(st|nd|rd|th)/,\n ordinal: function (number) {\n var b = number % 10,\n output =\n ~~((number % 100) / 10) === 1\n ? 'th'\n : b === 1\n ? 'st'\n : b === 2\n ? 'nd'\n : b === 3\n ? 'rd'\n : 'th';\n return number + output;\n },\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 4, // The week that contains Jan 4th is the first week of the year.\n },\n });\n\n return enIe;\n\n})));\n","//! moment.js locale configuration\n//! locale : English (Israel) [en-il]\n//! author : Chris Gedrim : https://github.com/chrisgedrim\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n //! moment.js locale configuration\n\n var enIl = moment.defineLocale('en-il', {\n months: 'January_February_March_April_May_June_July_August_September_October_November_December'.split(\n '_'\n ),\n monthsShort: 'Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec'.split('_'),\n weekdays: 'Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday'.split(\n '_'\n ),\n weekdaysShort: 'Sun_Mon_Tue_Wed_Thu_Fri_Sat'.split('_'),\n weekdaysMin: 'Su_Mo_Tu_We_Th_Fr_Sa'.split('_'),\n longDateFormat: {\n LT: 'HH:mm',\n LTS: 'HH:mm:ss',\n L: 'DD/MM/YYYY',\n LL: 'D MMMM YYYY',\n LLL: 'D MMMM YYYY HH:mm',\n LLLL: 'dddd, D MMMM YYYY HH:mm',\n },\n calendar: {\n sameDay: '[Today at] LT',\n nextDay: '[Tomorrow at] LT',\n nextWeek: 'dddd [at] LT',\n lastDay: '[Yesterday at] LT',\n lastWeek: '[Last] dddd [at] LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: 'in %s',\n past: '%s ago',\n s: 'a few seconds',\n ss: '%d seconds',\n m: 'a minute',\n mm: '%d minutes',\n h: 'an hour',\n hh: '%d hours',\n d: 'a day',\n dd: '%d days',\n M: 'a month',\n MM: '%d months',\n y: 'a year',\n yy: '%d years',\n },\n dayOfMonthOrdinalParse: /\\d{1,2}(st|nd|rd|th)/,\n ordinal: function (number) {\n var b = number % 10,\n output =\n ~~((number % 100) / 10) === 1\n ? 'th'\n : b === 1\n ? 'st'\n : b === 2\n ? 'nd'\n : b === 3\n ? 'rd'\n : 'th';\n return number + output;\n },\n });\n\n return enIl;\n\n})));\n","//! moment.js locale configuration\n//! locale : English (India) [en-in]\n//! author : Jatin Agrawal : https://github.com/jatinag22\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n //! moment.js locale configuration\n\n var enIn = moment.defineLocale('en-in', {\n months: 'January_February_March_April_May_June_July_August_September_October_November_December'.split(\n '_'\n ),\n monthsShort: 'Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec'.split('_'),\n weekdays: 'Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday'.split(\n '_'\n ),\n weekdaysShort: 'Sun_Mon_Tue_Wed_Thu_Fri_Sat'.split('_'),\n weekdaysMin: 'Su_Mo_Tu_We_Th_Fr_Sa'.split('_'),\n longDateFormat: {\n LT: 'h:mm A',\n LTS: 'h:mm:ss A',\n L: 'DD/MM/YYYY',\n LL: 'D MMMM YYYY',\n LLL: 'D MMMM YYYY h:mm A',\n LLLL: 'dddd, D MMMM YYYY h:mm A',\n },\n calendar: {\n sameDay: '[Today at] LT',\n nextDay: '[Tomorrow at] LT',\n nextWeek: 'dddd [at] LT',\n lastDay: '[Yesterday at] LT',\n lastWeek: '[Last] dddd [at] LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: 'in %s',\n past: '%s ago',\n s: 'a few seconds',\n ss: '%d seconds',\n m: 'a minute',\n mm: '%d minutes',\n h: 'an hour',\n hh: '%d hours',\n d: 'a day',\n dd: '%d days',\n M: 'a month',\n MM: '%d months',\n y: 'a year',\n yy: '%d years',\n },\n dayOfMonthOrdinalParse: /\\d{1,2}(st|nd|rd|th)/,\n ordinal: function (number) {\n var b = number % 10,\n output =\n ~~((number % 100) / 10) === 1\n ? 'th'\n : b === 1\n ? 'st'\n : b === 2\n ? 'nd'\n : b === 3\n ? 'rd'\n : 'th';\n return number + output;\n },\n week: {\n dow: 0, // Sunday is the first day of the week.\n doy: 6, // The week that contains Jan 1st is the first week of the year.\n },\n });\n\n return enIn;\n\n})));\n","//! moment.js locale configuration\n//! locale : English (New Zealand) [en-nz]\n//! author : Luke McGregor : https://github.com/lukemcgregor\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n //! moment.js locale configuration\n\n var enNz = moment.defineLocale('en-nz', {\n months: 'January_February_March_April_May_June_July_August_September_October_November_December'.split(\n '_'\n ),\n monthsShort: 'Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec'.split('_'),\n weekdays: 'Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday'.split(\n '_'\n ),\n weekdaysShort: 'Sun_Mon_Tue_Wed_Thu_Fri_Sat'.split('_'),\n weekdaysMin: 'Su_Mo_Tu_We_Th_Fr_Sa'.split('_'),\n longDateFormat: {\n LT: 'h:mm A',\n LTS: 'h:mm:ss A',\n L: 'DD/MM/YYYY',\n LL: 'D MMMM YYYY',\n LLL: 'D MMMM YYYY h:mm A',\n LLLL: 'dddd, D MMMM YYYY h:mm A',\n },\n calendar: {\n sameDay: '[Today at] LT',\n nextDay: '[Tomorrow at] LT',\n nextWeek: 'dddd [at] LT',\n lastDay: '[Yesterday at] LT',\n lastWeek: '[Last] dddd [at] LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: 'in %s',\n past: '%s ago',\n s: 'a few seconds',\n ss: '%d seconds',\n m: 'a minute',\n mm: '%d minutes',\n h: 'an hour',\n hh: '%d hours',\n d: 'a day',\n dd: '%d days',\n M: 'a month',\n MM: '%d months',\n y: 'a year',\n yy: '%d years',\n },\n dayOfMonthOrdinalParse: /\\d{1,2}(st|nd|rd|th)/,\n ordinal: function (number) {\n var b = number % 10,\n output =\n ~~((number % 100) / 10) === 1\n ? 'th'\n : b === 1\n ? 'st'\n : b === 2\n ? 'nd'\n : b === 3\n ? 'rd'\n : 'th';\n return number + output;\n },\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 4, // The week that contains Jan 4th is the first week of the year.\n },\n });\n\n return enNz;\n\n})));\n","//! moment.js locale configuration\n//! locale : English (Singapore) [en-sg]\n//! author : Matthew Castrillon-Madrigal : https://github.com/techdimension\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n //! moment.js locale configuration\n\n var enSg = moment.defineLocale('en-sg', {\n months: 'January_February_March_April_May_June_July_August_September_October_November_December'.split(\n '_'\n ),\n monthsShort: 'Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec'.split('_'),\n weekdays: 'Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday'.split(\n '_'\n ),\n weekdaysShort: 'Sun_Mon_Tue_Wed_Thu_Fri_Sat'.split('_'),\n weekdaysMin: 'Su_Mo_Tu_We_Th_Fr_Sa'.split('_'),\n longDateFormat: {\n LT: 'HH:mm',\n LTS: 'HH:mm:ss',\n L: 'DD/MM/YYYY',\n LL: 'D MMMM YYYY',\n LLL: 'D MMMM YYYY HH:mm',\n LLLL: 'dddd, D MMMM YYYY HH:mm',\n },\n calendar: {\n sameDay: '[Today at] LT',\n nextDay: '[Tomorrow at] LT',\n nextWeek: 'dddd [at] LT',\n lastDay: '[Yesterday at] LT',\n lastWeek: '[Last] dddd [at] LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: 'in %s',\n past: '%s ago',\n s: 'a few seconds',\n ss: '%d seconds',\n m: 'a minute',\n mm: '%d minutes',\n h: 'an hour',\n hh: '%d hours',\n d: 'a day',\n dd: '%d days',\n M: 'a month',\n MM: '%d months',\n y: 'a year',\n yy: '%d years',\n },\n dayOfMonthOrdinalParse: /\\d{1,2}(st|nd|rd|th)/,\n ordinal: function (number) {\n var b = number % 10,\n output =\n ~~((number % 100) / 10) === 1\n ? 'th'\n : b === 1\n ? 'st'\n : b === 2\n ? 'nd'\n : b === 3\n ? 'rd'\n : 'th';\n return number + output;\n },\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 4, // The week that contains Jan 4th is the first week of the year.\n },\n });\n\n return enSg;\n\n})));\n","//! moment.js locale configuration\n//! locale : Esperanto [eo]\n//! author : Colin Dean : https://github.com/colindean\n//! author : Mia Nordentoft Imperatori : https://github.com/miestasmia\n//! comment : miestasmia corrected the translation by colindean\n//! comment : Vivakvo corrected the translation by colindean and miestasmia\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n //! moment.js locale configuration\n\n var eo = moment.defineLocale('eo', {\n months: 'januaro_februaro_marto_aprilo_majo_junio_julio_aŭgusto_septembro_oktobro_novembro_decembro'.split(\n '_'\n ),\n monthsShort: 'jan_feb_mart_apr_maj_jun_jul_aŭg_sept_okt_nov_dec'.split('_'),\n weekdays: 'dimanĉo_lundo_mardo_merkredo_ĵaŭdo_vendredo_sabato'.split('_'),\n weekdaysShort: 'dim_lun_mard_merk_ĵaŭ_ven_sab'.split('_'),\n weekdaysMin: 'di_lu_ma_me_ĵa_ve_sa'.split('_'),\n longDateFormat: {\n LT: 'HH:mm',\n LTS: 'HH:mm:ss',\n L: 'YYYY-MM-DD',\n LL: '[la] D[-an de] MMMM, YYYY',\n LLL: '[la] D[-an de] MMMM, YYYY HH:mm',\n LLLL: 'dddd[n], [la] D[-an de] MMMM, YYYY HH:mm',\n llll: 'ddd, [la] D[-an de] MMM, YYYY HH:mm',\n },\n meridiemParse: /[ap]\\.t\\.m/i,\n isPM: function (input) {\n return input.charAt(0).toLowerCase() === 'p';\n },\n meridiem: function (hours, minutes, isLower) {\n if (hours > 11) {\n return isLower ? 'p.t.m.' : 'P.T.M.';\n } else {\n return isLower ? 'a.t.m.' : 'A.T.M.';\n }\n },\n calendar: {\n sameDay: '[Hodiaŭ je] LT',\n nextDay: '[Morgaŭ je] LT',\n nextWeek: 'dddd[n je] LT',\n lastDay: '[Hieraŭ je] LT',\n lastWeek: '[pasintan] dddd[n je] LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: 'post %s',\n past: 'antaŭ %s',\n s: 'kelkaj sekundoj',\n ss: '%d sekundoj',\n m: 'unu minuto',\n mm: '%d minutoj',\n h: 'unu horo',\n hh: '%d horoj',\n d: 'unu tago', //ne 'diurno', ĉar estas uzita por proksimumo\n dd: '%d tagoj',\n M: 'unu monato',\n MM: '%d monatoj',\n y: 'unu jaro',\n yy: '%d jaroj',\n },\n dayOfMonthOrdinalParse: /\\d{1,2}a/,\n ordinal: '%da',\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 7, // The week that contains Jan 7th is the first week of the year.\n },\n });\n\n return eo;\n\n})));\n","//! moment.js locale configuration\n//! locale : Spanish [es]\n//! author : Julio Napurí : https://github.com/julionc\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n //! moment.js locale configuration\n\n var monthsShortDot = 'ene._feb._mar._abr._may._jun._jul._ago._sep._oct._nov._dic.'.split(\n '_'\n ),\n monthsShort = 'ene_feb_mar_abr_may_jun_jul_ago_sep_oct_nov_dic'.split('_'),\n monthsParse = [\n /^ene/i,\n /^feb/i,\n /^mar/i,\n /^abr/i,\n /^may/i,\n /^jun/i,\n /^jul/i,\n /^ago/i,\n /^sep/i,\n /^oct/i,\n /^nov/i,\n /^dic/i,\n ],\n monthsRegex = /^(enero|febrero|marzo|abril|mayo|junio|julio|agosto|septiembre|octubre|noviembre|diciembre|ene\\.?|feb\\.?|mar\\.?|abr\\.?|may\\.?|jun\\.?|jul\\.?|ago\\.?|sep\\.?|oct\\.?|nov\\.?|dic\\.?)/i;\n\n var es = moment.defineLocale('es', {\n months: 'enero_febrero_marzo_abril_mayo_junio_julio_agosto_septiembre_octubre_noviembre_diciembre'.split(\n '_'\n ),\n monthsShort: function (m, format) {\n if (!m) {\n return monthsShortDot;\n } else if (/-MMM-/.test(format)) {\n return monthsShort[m.month()];\n } else {\n return monthsShortDot[m.month()];\n }\n },\n monthsRegex: monthsRegex,\n monthsShortRegex: monthsRegex,\n monthsStrictRegex: /^(enero|febrero|marzo|abril|mayo|junio|julio|agosto|septiembre|octubre|noviembre|diciembre)/i,\n monthsShortStrictRegex: /^(ene\\.?|feb\\.?|mar\\.?|abr\\.?|may\\.?|jun\\.?|jul\\.?|ago\\.?|sep\\.?|oct\\.?|nov\\.?|dic\\.?)/i,\n monthsParse: monthsParse,\n longMonthsParse: monthsParse,\n shortMonthsParse: monthsParse,\n weekdays: 'domingo_lunes_martes_miércoles_jueves_viernes_sábado'.split('_'),\n weekdaysShort: 'dom._lun._mar._mié._jue._vie._sáb.'.split('_'),\n weekdaysMin: 'do_lu_ma_mi_ju_vi_sá'.split('_'),\n weekdaysParseExact: true,\n longDateFormat: {\n LT: 'H:mm',\n LTS: 'H:mm:ss',\n L: 'DD/MM/YYYY',\n LL: 'D [de] MMMM [de] YYYY',\n LLL: 'D [de] MMMM [de] YYYY H:mm',\n LLLL: 'dddd, D [de] MMMM [de] YYYY H:mm',\n },\n calendar: {\n sameDay: function () {\n return '[hoy a la' + (this.hours() !== 1 ? 's' : '') + '] LT';\n },\n nextDay: function () {\n return '[mañana a la' + (this.hours() !== 1 ? 's' : '') + '] LT';\n },\n nextWeek: function () {\n return 'dddd [a la' + (this.hours() !== 1 ? 's' : '') + '] LT';\n },\n lastDay: function () {\n return '[ayer a la' + (this.hours() !== 1 ? 's' : '') + '] LT';\n },\n lastWeek: function () {\n return (\n '[el] dddd [pasado a la' +\n (this.hours() !== 1 ? 's' : '') +\n '] LT'\n );\n },\n sameElse: 'L',\n },\n relativeTime: {\n future: 'en %s',\n past: 'hace %s',\n s: 'unos segundos',\n ss: '%d segundos',\n m: 'un minuto',\n mm: '%d minutos',\n h: 'una hora',\n hh: '%d horas',\n d: 'un día',\n dd: '%d días',\n w: 'una semana',\n ww: '%d semanas',\n M: 'un mes',\n MM: '%d meses',\n y: 'un año',\n yy: '%d años',\n },\n dayOfMonthOrdinalParse: /\\d{1,2}º/,\n ordinal: '%dº',\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 4, // The week that contains Jan 4th is the first week of the year.\n },\n invalidDate: 'Fecha inválida',\n });\n\n return es;\n\n})));\n","//! moment.js locale configuration\n//! locale : Spanish (Dominican Republic) [es-do]\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n //! moment.js locale configuration\n\n var monthsShortDot = 'ene._feb._mar._abr._may._jun._jul._ago._sep._oct._nov._dic.'.split(\n '_'\n ),\n monthsShort = 'ene_feb_mar_abr_may_jun_jul_ago_sep_oct_nov_dic'.split('_'),\n monthsParse = [\n /^ene/i,\n /^feb/i,\n /^mar/i,\n /^abr/i,\n /^may/i,\n /^jun/i,\n /^jul/i,\n /^ago/i,\n /^sep/i,\n /^oct/i,\n /^nov/i,\n /^dic/i,\n ],\n monthsRegex = /^(enero|febrero|marzo|abril|mayo|junio|julio|agosto|septiembre|octubre|noviembre|diciembre|ene\\.?|feb\\.?|mar\\.?|abr\\.?|may\\.?|jun\\.?|jul\\.?|ago\\.?|sep\\.?|oct\\.?|nov\\.?|dic\\.?)/i;\n\n var esDo = moment.defineLocale('es-do', {\n months: 'enero_febrero_marzo_abril_mayo_junio_julio_agosto_septiembre_octubre_noviembre_diciembre'.split(\n '_'\n ),\n monthsShort: function (m, format) {\n if (!m) {\n return monthsShortDot;\n } else if (/-MMM-/.test(format)) {\n return monthsShort[m.month()];\n } else {\n return monthsShortDot[m.month()];\n }\n },\n monthsRegex: monthsRegex,\n monthsShortRegex: monthsRegex,\n monthsStrictRegex: /^(enero|febrero|marzo|abril|mayo|junio|julio|agosto|septiembre|octubre|noviembre|diciembre)/i,\n monthsShortStrictRegex: /^(ene\\.?|feb\\.?|mar\\.?|abr\\.?|may\\.?|jun\\.?|jul\\.?|ago\\.?|sep\\.?|oct\\.?|nov\\.?|dic\\.?)/i,\n monthsParse: monthsParse,\n longMonthsParse: monthsParse,\n shortMonthsParse: monthsParse,\n weekdays: 'domingo_lunes_martes_miércoles_jueves_viernes_sábado'.split('_'),\n weekdaysShort: 'dom._lun._mar._mié._jue._vie._sáb.'.split('_'),\n weekdaysMin: 'do_lu_ma_mi_ju_vi_sá'.split('_'),\n weekdaysParseExact: true,\n longDateFormat: {\n LT: 'h:mm A',\n LTS: 'h:mm:ss A',\n L: 'DD/MM/YYYY',\n LL: 'D [de] MMMM [de] YYYY',\n LLL: 'D [de] MMMM [de] YYYY h:mm A',\n LLLL: 'dddd, D [de] MMMM [de] YYYY h:mm A',\n },\n calendar: {\n sameDay: function () {\n return '[hoy a la' + (this.hours() !== 1 ? 's' : '') + '] LT';\n },\n nextDay: function () {\n return '[mañana a la' + (this.hours() !== 1 ? 's' : '') + '] LT';\n },\n nextWeek: function () {\n return 'dddd [a la' + (this.hours() !== 1 ? 's' : '') + '] LT';\n },\n lastDay: function () {\n return '[ayer a la' + (this.hours() !== 1 ? 's' : '') + '] LT';\n },\n lastWeek: function () {\n return (\n '[el] dddd [pasado a la' +\n (this.hours() !== 1 ? 's' : '') +\n '] LT'\n );\n },\n sameElse: 'L',\n },\n relativeTime: {\n future: 'en %s',\n past: 'hace %s',\n s: 'unos segundos',\n ss: '%d segundos',\n m: 'un minuto',\n mm: '%d minutos',\n h: 'una hora',\n hh: '%d horas',\n d: 'un día',\n dd: '%d días',\n w: 'una semana',\n ww: '%d semanas',\n M: 'un mes',\n MM: '%d meses',\n y: 'un año',\n yy: '%d años',\n },\n dayOfMonthOrdinalParse: /\\d{1,2}º/,\n ordinal: '%dº',\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 4, // The week that contains Jan 4th is the first week of the year.\n },\n });\n\n return esDo;\n\n})));\n","//! moment.js locale configuration\n//! locale : Spanish (Mexico) [es-mx]\n//! author : JC Franco : https://github.com/jcfranco\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n //! moment.js locale configuration\n\n var monthsShortDot = 'ene._feb._mar._abr._may._jun._jul._ago._sep._oct._nov._dic.'.split(\n '_'\n ),\n monthsShort = 'ene_feb_mar_abr_may_jun_jul_ago_sep_oct_nov_dic'.split('_'),\n monthsParse = [\n /^ene/i,\n /^feb/i,\n /^mar/i,\n /^abr/i,\n /^may/i,\n /^jun/i,\n /^jul/i,\n /^ago/i,\n /^sep/i,\n /^oct/i,\n /^nov/i,\n /^dic/i,\n ],\n monthsRegex = /^(enero|febrero|marzo|abril|mayo|junio|julio|agosto|septiembre|octubre|noviembre|diciembre|ene\\.?|feb\\.?|mar\\.?|abr\\.?|may\\.?|jun\\.?|jul\\.?|ago\\.?|sep\\.?|oct\\.?|nov\\.?|dic\\.?)/i;\n\n var esMx = moment.defineLocale('es-mx', {\n months: 'enero_febrero_marzo_abril_mayo_junio_julio_agosto_septiembre_octubre_noviembre_diciembre'.split(\n '_'\n ),\n monthsShort: function (m, format) {\n if (!m) {\n return monthsShortDot;\n } else if (/-MMM-/.test(format)) {\n return monthsShort[m.month()];\n } else {\n return monthsShortDot[m.month()];\n }\n },\n monthsRegex: monthsRegex,\n monthsShortRegex: monthsRegex,\n monthsStrictRegex: /^(enero|febrero|marzo|abril|mayo|junio|julio|agosto|septiembre|octubre|noviembre|diciembre)/i,\n monthsShortStrictRegex: /^(ene\\.?|feb\\.?|mar\\.?|abr\\.?|may\\.?|jun\\.?|jul\\.?|ago\\.?|sep\\.?|oct\\.?|nov\\.?|dic\\.?)/i,\n monthsParse: monthsParse,\n longMonthsParse: monthsParse,\n shortMonthsParse: monthsParse,\n weekdays: 'domingo_lunes_martes_miércoles_jueves_viernes_sábado'.split('_'),\n weekdaysShort: 'dom._lun._mar._mié._jue._vie._sáb.'.split('_'),\n weekdaysMin: 'do_lu_ma_mi_ju_vi_sá'.split('_'),\n weekdaysParseExact: true,\n longDateFormat: {\n LT: 'H:mm',\n LTS: 'H:mm:ss',\n L: 'DD/MM/YYYY',\n LL: 'D [de] MMMM [de] YYYY',\n LLL: 'D [de] MMMM [de] YYYY H:mm',\n LLLL: 'dddd, D [de] MMMM [de] YYYY H:mm',\n },\n calendar: {\n sameDay: function () {\n return '[hoy a la' + (this.hours() !== 1 ? 's' : '') + '] LT';\n },\n nextDay: function () {\n return '[mañana a la' + (this.hours() !== 1 ? 's' : '') + '] LT';\n },\n nextWeek: function () {\n return 'dddd [a la' + (this.hours() !== 1 ? 's' : '') + '] LT';\n },\n lastDay: function () {\n return '[ayer a la' + (this.hours() !== 1 ? 's' : '') + '] LT';\n },\n lastWeek: function () {\n return (\n '[el] dddd [pasado a la' +\n (this.hours() !== 1 ? 's' : '') +\n '] LT'\n );\n },\n sameElse: 'L',\n },\n relativeTime: {\n future: 'en %s',\n past: 'hace %s',\n s: 'unos segundos',\n ss: '%d segundos',\n m: 'un minuto',\n mm: '%d minutos',\n h: 'una hora',\n hh: '%d horas',\n d: 'un día',\n dd: '%d días',\n w: 'una semana',\n ww: '%d semanas',\n M: 'un mes',\n MM: '%d meses',\n y: 'un año',\n yy: '%d años',\n },\n dayOfMonthOrdinalParse: /\\d{1,2}º/,\n ordinal: '%dº',\n week: {\n dow: 0, // Sunday is the first day of the week.\n doy: 4, // The week that contains Jan 4th is the first week of the year.\n },\n invalidDate: 'Fecha inválida',\n });\n\n return esMx;\n\n})));\n","//! moment.js locale configuration\n//! locale : Spanish (United States) [es-us]\n//! author : bustta : https://github.com/bustta\n//! author : chrisrodz : https://github.com/chrisrodz\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n //! moment.js locale configuration\n\n var monthsShortDot = 'ene._feb._mar._abr._may._jun._jul._ago._sep._oct._nov._dic.'.split(\n '_'\n ),\n monthsShort = 'ene_feb_mar_abr_may_jun_jul_ago_sep_oct_nov_dic'.split('_'),\n monthsParse = [\n /^ene/i,\n /^feb/i,\n /^mar/i,\n /^abr/i,\n /^may/i,\n /^jun/i,\n /^jul/i,\n /^ago/i,\n /^sep/i,\n /^oct/i,\n /^nov/i,\n /^dic/i,\n ],\n monthsRegex = /^(enero|febrero|marzo|abril|mayo|junio|julio|agosto|septiembre|octubre|noviembre|diciembre|ene\\.?|feb\\.?|mar\\.?|abr\\.?|may\\.?|jun\\.?|jul\\.?|ago\\.?|sep\\.?|oct\\.?|nov\\.?|dic\\.?)/i;\n\n var esUs = moment.defineLocale('es-us', {\n months: 'enero_febrero_marzo_abril_mayo_junio_julio_agosto_septiembre_octubre_noviembre_diciembre'.split(\n '_'\n ),\n monthsShort: function (m, format) {\n if (!m) {\n return monthsShortDot;\n } else if (/-MMM-/.test(format)) {\n return monthsShort[m.month()];\n } else {\n return monthsShortDot[m.month()];\n }\n },\n monthsRegex: monthsRegex,\n monthsShortRegex: monthsRegex,\n monthsStrictRegex: /^(enero|febrero|marzo|abril|mayo|junio|julio|agosto|septiembre|octubre|noviembre|diciembre)/i,\n monthsShortStrictRegex: /^(ene\\.?|feb\\.?|mar\\.?|abr\\.?|may\\.?|jun\\.?|jul\\.?|ago\\.?|sep\\.?|oct\\.?|nov\\.?|dic\\.?)/i,\n monthsParse: monthsParse,\n longMonthsParse: monthsParse,\n shortMonthsParse: monthsParse,\n weekdays: 'domingo_lunes_martes_miércoles_jueves_viernes_sábado'.split('_'),\n weekdaysShort: 'dom._lun._mar._mié._jue._vie._sáb.'.split('_'),\n weekdaysMin: 'do_lu_ma_mi_ju_vi_sá'.split('_'),\n weekdaysParseExact: true,\n longDateFormat: {\n LT: 'h:mm A',\n LTS: 'h:mm:ss A',\n L: 'MM/DD/YYYY',\n LL: 'D [de] MMMM [de] YYYY',\n LLL: 'D [de] MMMM [de] YYYY h:mm A',\n LLLL: 'dddd, D [de] MMMM [de] YYYY h:mm A',\n },\n calendar: {\n sameDay: function () {\n return '[hoy a la' + (this.hours() !== 1 ? 's' : '') + '] LT';\n },\n nextDay: function () {\n return '[mañana a la' + (this.hours() !== 1 ? 's' : '') + '] LT';\n },\n nextWeek: function () {\n return 'dddd [a la' + (this.hours() !== 1 ? 's' : '') + '] LT';\n },\n lastDay: function () {\n return '[ayer a la' + (this.hours() !== 1 ? 's' : '') + '] LT';\n },\n lastWeek: function () {\n return (\n '[el] dddd [pasado a la' +\n (this.hours() !== 1 ? 's' : '') +\n '] LT'\n );\n },\n sameElse: 'L',\n },\n relativeTime: {\n future: 'en %s',\n past: 'hace %s',\n s: 'unos segundos',\n ss: '%d segundos',\n m: 'un minuto',\n mm: '%d minutos',\n h: 'una hora',\n hh: '%d horas',\n d: 'un día',\n dd: '%d días',\n w: 'una semana',\n ww: '%d semanas',\n M: 'un mes',\n MM: '%d meses',\n y: 'un año',\n yy: '%d años',\n },\n dayOfMonthOrdinalParse: /\\d{1,2}º/,\n ordinal: '%dº',\n week: {\n dow: 0, // Sunday is the first day of the week.\n doy: 6, // The week that contains Jan 6th is the first week of the year.\n },\n });\n\n return esUs;\n\n})));\n","//! moment.js locale configuration\n//! locale : Estonian [et]\n//! author : Henry Kehlmann : https://github.com/madhenry\n//! improvements : Illimar Tambek : https://github.com/ragulka\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n //! moment.js locale configuration\n\n function processRelativeTime(number, withoutSuffix, key, isFuture) {\n var format = {\n s: ['mõne sekundi', 'mõni sekund', 'paar sekundit'],\n ss: [number + 'sekundi', number + 'sekundit'],\n m: ['ühe minuti', 'üks minut'],\n mm: [number + ' minuti', number + ' minutit'],\n h: ['ühe tunni', 'tund aega', 'üks tund'],\n hh: [number + ' tunni', number + ' tundi'],\n d: ['ühe päeva', 'üks päev'],\n M: ['kuu aja', 'kuu aega', 'üks kuu'],\n MM: [number + ' kuu', number + ' kuud'],\n y: ['ühe aasta', 'aasta', 'üks aasta'],\n yy: [number + ' aasta', number + ' aastat'],\n };\n if (withoutSuffix) {\n return format[key][2] ? format[key][2] : format[key][1];\n }\n return isFuture ? format[key][0] : format[key][1];\n }\n\n var et = moment.defineLocale('et', {\n months: 'jaanuar_veebruar_märts_aprill_mai_juuni_juuli_august_september_oktoober_november_detsember'.split(\n '_'\n ),\n monthsShort: 'jaan_veebr_märts_apr_mai_juuni_juuli_aug_sept_okt_nov_dets'.split(\n '_'\n ),\n weekdays: 'pühapäev_esmaspäev_teisipäev_kolmapäev_neljapäev_reede_laupäev'.split(\n '_'\n ),\n weekdaysShort: 'P_E_T_K_N_R_L'.split('_'),\n weekdaysMin: 'P_E_T_K_N_R_L'.split('_'),\n longDateFormat: {\n LT: 'H:mm',\n LTS: 'H:mm:ss',\n L: 'DD.MM.YYYY',\n LL: 'D. MMMM YYYY',\n LLL: 'D. MMMM YYYY H:mm',\n LLLL: 'dddd, D. MMMM YYYY H:mm',\n },\n calendar: {\n sameDay: '[Täna,] LT',\n nextDay: '[Homme,] LT',\n nextWeek: '[Järgmine] dddd LT',\n lastDay: '[Eile,] LT',\n lastWeek: '[Eelmine] dddd LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: '%s pärast',\n past: '%s tagasi',\n s: processRelativeTime,\n ss: processRelativeTime,\n m: processRelativeTime,\n mm: processRelativeTime,\n h: processRelativeTime,\n hh: processRelativeTime,\n d: processRelativeTime,\n dd: '%d päeva',\n M: processRelativeTime,\n MM: processRelativeTime,\n y: processRelativeTime,\n yy: processRelativeTime,\n },\n dayOfMonthOrdinalParse: /\\d{1,2}\\./,\n ordinal: '%d.',\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 4, // The week that contains Jan 4th is the first week of the year.\n },\n });\n\n return et;\n\n})));\n","//! moment.js locale configuration\n//! locale : Basque [eu]\n//! author : Eneko Illarramendi : https://github.com/eillarra\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n //! moment.js locale configuration\n\n var eu = moment.defineLocale('eu', {\n months: 'urtarrila_otsaila_martxoa_apirila_maiatza_ekaina_uztaila_abuztua_iraila_urria_azaroa_abendua'.split(\n '_'\n ),\n monthsShort: 'urt._ots._mar._api._mai._eka._uzt._abu._ira._urr._aza._abe.'.split(\n '_'\n ),\n monthsParseExact: true,\n weekdays: 'igandea_astelehena_asteartea_asteazkena_osteguna_ostirala_larunbata'.split(\n '_'\n ),\n weekdaysShort: 'ig._al._ar._az._og._ol._lr.'.split('_'),\n weekdaysMin: 'ig_al_ar_az_og_ol_lr'.split('_'),\n weekdaysParseExact: true,\n longDateFormat: {\n LT: 'HH:mm',\n LTS: 'HH:mm:ss',\n L: 'YYYY-MM-DD',\n LL: 'YYYY[ko] MMMM[ren] D[a]',\n LLL: 'YYYY[ko] MMMM[ren] D[a] HH:mm',\n LLLL: 'dddd, YYYY[ko] MMMM[ren] D[a] HH:mm',\n l: 'YYYY-M-D',\n ll: 'YYYY[ko] MMM D[a]',\n lll: 'YYYY[ko] MMM D[a] HH:mm',\n llll: 'ddd, YYYY[ko] MMM D[a] HH:mm',\n },\n calendar: {\n sameDay: '[gaur] LT[etan]',\n nextDay: '[bihar] LT[etan]',\n nextWeek: 'dddd LT[etan]',\n lastDay: '[atzo] LT[etan]',\n lastWeek: '[aurreko] dddd LT[etan]',\n sameElse: 'L',\n },\n relativeTime: {\n future: '%s barru',\n past: 'duela %s',\n s: 'segundo batzuk',\n ss: '%d segundo',\n m: 'minutu bat',\n mm: '%d minutu',\n h: 'ordu bat',\n hh: '%d ordu',\n d: 'egun bat',\n dd: '%d egun',\n M: 'hilabete bat',\n MM: '%d hilabete',\n y: 'urte bat',\n yy: '%d urte',\n },\n dayOfMonthOrdinalParse: /\\d{1,2}\\./,\n ordinal: '%d.',\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 7, // The week that contains Jan 7th is the first week of the year.\n },\n });\n\n return eu;\n\n})));\n","//! moment.js locale configuration\n//! locale : Persian [fa]\n//! author : Ebrahim Byagowi : https://github.com/ebraminio\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n //! moment.js locale configuration\n\n var symbolMap = {\n 1: '۱',\n 2: '۲',\n 3: '۳',\n 4: '۴',\n 5: '۵',\n 6: '۶',\n 7: '۷',\n 8: '۸',\n 9: '۹',\n 0: '۰',\n },\n numberMap = {\n '۱': '1',\n '۲': '2',\n '۳': '3',\n '۴': '4',\n '۵': '5',\n '۶': '6',\n '۷': '7',\n '۸': '8',\n '۹': '9',\n '۰': '0',\n };\n\n var fa = moment.defineLocale('fa', {\n months: 'ژانویه_فوریه_مارس_آوریل_مه_ژوئن_ژوئیه_اوت_سپتامبر_اکتبر_نوامبر_دسامبر'.split(\n '_'\n ),\n monthsShort: 'ژانویه_فوریه_مارس_آوریل_مه_ژوئن_ژوئیه_اوت_سپتامبر_اکتبر_نوامبر_دسامبر'.split(\n '_'\n ),\n weekdays: 'یک\\u200cشنبه_دوشنبه_سه\\u200cشنبه_چهارشنبه_پنج\\u200cشنبه_جمعه_شنبه'.split(\n '_'\n ),\n weekdaysShort: 'یک\\u200cشنبه_دوشنبه_سه\\u200cشنبه_چهارشنبه_پنج\\u200cشنبه_جمعه_شنبه'.split(\n '_'\n ),\n weekdaysMin: 'ی_د_س_چ_پ_ج_ش'.split('_'),\n weekdaysParseExact: true,\n longDateFormat: {\n LT: 'HH:mm',\n LTS: 'HH:mm:ss',\n L: 'DD/MM/YYYY',\n LL: 'D MMMM YYYY',\n LLL: 'D MMMM YYYY HH:mm',\n LLLL: 'dddd, D MMMM YYYY HH:mm',\n },\n meridiemParse: /قبل از ظهر|بعد از ظهر/,\n isPM: function (input) {\n return /بعد از ظهر/.test(input);\n },\n meridiem: function (hour, minute, isLower) {\n if (hour < 12) {\n return 'قبل از ظهر';\n } else {\n return 'بعد از ظهر';\n }\n },\n calendar: {\n sameDay: '[امروز ساعت] LT',\n nextDay: '[فردا ساعت] LT',\n nextWeek: 'dddd [ساعت] LT',\n lastDay: '[دیروز ساعت] LT',\n lastWeek: 'dddd [پیش] [ساعت] LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: 'در %s',\n past: '%s پیش',\n s: 'چند ثانیه',\n ss: '%d ثانیه',\n m: 'یک دقیقه',\n mm: '%d دقیقه',\n h: 'یک ساعت',\n hh: '%d ساعت',\n d: 'یک روز',\n dd: '%d روز',\n M: 'یک ماه',\n MM: '%d ماه',\n y: 'یک سال',\n yy: '%d سال',\n },\n preparse: function (string) {\n return string\n .replace(/[۰-۹]/g, function (match) {\n return numberMap[match];\n })\n .replace(/،/g, ',');\n },\n postformat: function (string) {\n return string\n .replace(/\\d/g, function (match) {\n return symbolMap[match];\n })\n .replace(/,/g, '،');\n },\n dayOfMonthOrdinalParse: /\\d{1,2}م/,\n ordinal: '%dم',\n week: {\n dow: 6, // Saturday is the first day of the week.\n doy: 12, // The week that contains Jan 12th is the first week of the year.\n },\n });\n\n return fa;\n\n})));\n","//! moment.js locale configuration\n//! locale : Finnish [fi]\n//! author : Tarmo Aidantausta : https://github.com/bleadof\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n //! moment.js locale configuration\n\n var numbersPast = 'nolla yksi kaksi kolme neljä viisi kuusi seitsemän kahdeksan yhdeksän'.split(\n ' '\n ),\n numbersFuture = [\n 'nolla',\n 'yhden',\n 'kahden',\n 'kolmen',\n 'neljän',\n 'viiden',\n 'kuuden',\n numbersPast[7],\n numbersPast[8],\n numbersPast[9],\n ];\n function translate(number, withoutSuffix, key, isFuture) {\n var result = '';\n switch (key) {\n case 's':\n return isFuture ? 'muutaman sekunnin' : 'muutama sekunti';\n case 'ss':\n result = isFuture ? 'sekunnin' : 'sekuntia';\n break;\n case 'm':\n return isFuture ? 'minuutin' : 'minuutti';\n case 'mm':\n result = isFuture ? 'minuutin' : 'minuuttia';\n break;\n case 'h':\n return isFuture ? 'tunnin' : 'tunti';\n case 'hh':\n result = isFuture ? 'tunnin' : 'tuntia';\n break;\n case 'd':\n return isFuture ? 'päivän' : 'päivä';\n case 'dd':\n result = isFuture ? 'päivän' : 'päivää';\n break;\n case 'M':\n return isFuture ? 'kuukauden' : 'kuukausi';\n case 'MM':\n result = isFuture ? 'kuukauden' : 'kuukautta';\n break;\n case 'y':\n return isFuture ? 'vuoden' : 'vuosi';\n case 'yy':\n result = isFuture ? 'vuoden' : 'vuotta';\n break;\n }\n result = verbalNumber(number, isFuture) + ' ' + result;\n return result;\n }\n function verbalNumber(number, isFuture) {\n return number < 10\n ? isFuture\n ? numbersFuture[number]\n : numbersPast[number]\n : number;\n }\n\n var fi = moment.defineLocale('fi', {\n months: 'tammikuu_helmikuu_maaliskuu_huhtikuu_toukokuu_kesäkuu_heinäkuu_elokuu_syyskuu_lokakuu_marraskuu_joulukuu'.split(\n '_'\n ),\n monthsShort: 'tammi_helmi_maalis_huhti_touko_kesä_heinä_elo_syys_loka_marras_joulu'.split(\n '_'\n ),\n weekdays: 'sunnuntai_maanantai_tiistai_keskiviikko_torstai_perjantai_lauantai'.split(\n '_'\n ),\n weekdaysShort: 'su_ma_ti_ke_to_pe_la'.split('_'),\n weekdaysMin: 'su_ma_ti_ke_to_pe_la'.split('_'),\n longDateFormat: {\n LT: 'HH.mm',\n LTS: 'HH.mm.ss',\n L: 'DD.MM.YYYY',\n LL: 'Do MMMM[ta] YYYY',\n LLL: 'Do MMMM[ta] YYYY, [klo] HH.mm',\n LLLL: 'dddd, Do MMMM[ta] YYYY, [klo] HH.mm',\n l: 'D.M.YYYY',\n ll: 'Do MMM YYYY',\n lll: 'Do MMM YYYY, [klo] HH.mm',\n llll: 'ddd, Do MMM YYYY, [klo] HH.mm',\n },\n calendar: {\n sameDay: '[tänään] [klo] LT',\n nextDay: '[huomenna] [klo] LT',\n nextWeek: 'dddd [klo] LT',\n lastDay: '[eilen] [klo] LT',\n lastWeek: '[viime] dddd[na] [klo] LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: '%s päästä',\n past: '%s sitten',\n s: translate,\n ss: translate,\n m: translate,\n mm: translate,\n h: translate,\n hh: translate,\n d: translate,\n dd: translate,\n M: translate,\n MM: translate,\n y: translate,\n yy: translate,\n },\n dayOfMonthOrdinalParse: /\\d{1,2}\\./,\n ordinal: '%d.',\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 4, // The week that contains Jan 4th is the first week of the year.\n },\n });\n\n return fi;\n\n})));\n","//! moment.js locale configuration\n//! locale : Filipino [fil]\n//! author : Dan Hagman : https://github.com/hagmandan\n//! author : Matthew Co : https://github.com/matthewdeeco\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n //! moment.js locale configuration\n\n var fil = moment.defineLocale('fil', {\n months: 'Enero_Pebrero_Marso_Abril_Mayo_Hunyo_Hulyo_Agosto_Setyembre_Oktubre_Nobyembre_Disyembre'.split(\n '_'\n ),\n monthsShort: 'Ene_Peb_Mar_Abr_May_Hun_Hul_Ago_Set_Okt_Nob_Dis'.split('_'),\n weekdays: 'Linggo_Lunes_Martes_Miyerkules_Huwebes_Biyernes_Sabado'.split(\n '_'\n ),\n weekdaysShort: 'Lin_Lun_Mar_Miy_Huw_Biy_Sab'.split('_'),\n weekdaysMin: 'Li_Lu_Ma_Mi_Hu_Bi_Sab'.split('_'),\n longDateFormat: {\n LT: 'HH:mm',\n LTS: 'HH:mm:ss',\n L: 'MM/D/YYYY',\n LL: 'MMMM D, YYYY',\n LLL: 'MMMM D, YYYY HH:mm',\n LLLL: 'dddd, MMMM DD, YYYY HH:mm',\n },\n calendar: {\n sameDay: 'LT [ngayong araw]',\n nextDay: '[Bukas ng] LT',\n nextWeek: 'LT [sa susunod na] dddd',\n lastDay: 'LT [kahapon]',\n lastWeek: 'LT [noong nakaraang] dddd',\n sameElse: 'L',\n },\n relativeTime: {\n future: 'sa loob ng %s',\n past: '%s ang nakalipas',\n s: 'ilang segundo',\n ss: '%d segundo',\n m: 'isang minuto',\n mm: '%d minuto',\n h: 'isang oras',\n hh: '%d oras',\n d: 'isang araw',\n dd: '%d araw',\n M: 'isang buwan',\n MM: '%d buwan',\n y: 'isang taon',\n yy: '%d taon',\n },\n dayOfMonthOrdinalParse: /\\d{1,2}/,\n ordinal: function (number) {\n return number;\n },\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 4, // The week that contains Jan 4th is the first week of the year.\n },\n });\n\n return fil;\n\n})));\n","//! moment.js locale configuration\n//! locale : Faroese [fo]\n//! author : Ragnar Johannesen : https://github.com/ragnar123\n//! author : Kristian Sakarisson : https://github.com/sakarisson\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n //! moment.js locale configuration\n\n var fo = moment.defineLocale('fo', {\n months: 'januar_februar_mars_apríl_mai_juni_juli_august_september_oktober_november_desember'.split(\n '_'\n ),\n monthsShort: 'jan_feb_mar_apr_mai_jun_jul_aug_sep_okt_nov_des'.split('_'),\n weekdays: 'sunnudagur_mánadagur_týsdagur_mikudagur_hósdagur_fríggjadagur_leygardagur'.split(\n '_'\n ),\n weekdaysShort: 'sun_mán_týs_mik_hós_frí_ley'.split('_'),\n weekdaysMin: 'su_má_tý_mi_hó_fr_le'.split('_'),\n longDateFormat: {\n LT: 'HH:mm',\n LTS: 'HH:mm:ss',\n L: 'DD/MM/YYYY',\n LL: 'D MMMM YYYY',\n LLL: 'D MMMM YYYY HH:mm',\n LLLL: 'dddd D. MMMM, YYYY HH:mm',\n },\n calendar: {\n sameDay: '[Í dag kl.] LT',\n nextDay: '[Í morgin kl.] LT',\n nextWeek: 'dddd [kl.] LT',\n lastDay: '[Í gjár kl.] LT',\n lastWeek: '[síðstu] dddd [kl] LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: 'um %s',\n past: '%s síðani',\n s: 'fá sekund',\n ss: '%d sekundir',\n m: 'ein minuttur',\n mm: '%d minuttir',\n h: 'ein tími',\n hh: '%d tímar',\n d: 'ein dagur',\n dd: '%d dagar',\n M: 'ein mánaður',\n MM: '%d mánaðir',\n y: 'eitt ár',\n yy: '%d ár',\n },\n dayOfMonthOrdinalParse: /\\d{1,2}\\./,\n ordinal: '%d.',\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 4, // The week that contains Jan 4th is the first week of the year.\n },\n });\n\n return fo;\n\n})));\n","//! moment.js locale configuration\n//! locale : French [fr]\n//! author : John Fischer : https://github.com/jfroffice\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n //! moment.js locale configuration\n\n var monthsStrictRegex = /^(janvier|février|mars|avril|mai|juin|juillet|août|septembre|octobre|novembre|décembre)/i,\n monthsShortStrictRegex = /(janv\\.?|févr\\.?|mars|avr\\.?|mai|juin|juil\\.?|août|sept\\.?|oct\\.?|nov\\.?|déc\\.?)/i,\n monthsRegex = /(janv\\.?|févr\\.?|mars|avr\\.?|mai|juin|juil\\.?|août|sept\\.?|oct\\.?|nov\\.?|déc\\.?|janvier|février|mars|avril|mai|juin|juillet|août|septembre|octobre|novembre|décembre)/i,\n monthsParse = [\n /^janv/i,\n /^févr/i,\n /^mars/i,\n /^avr/i,\n /^mai/i,\n /^juin/i,\n /^juil/i,\n /^août/i,\n /^sept/i,\n /^oct/i,\n /^nov/i,\n /^déc/i,\n ];\n\n var fr = moment.defineLocale('fr', {\n months: 'janvier_février_mars_avril_mai_juin_juillet_août_septembre_octobre_novembre_décembre'.split(\n '_'\n ),\n monthsShort: 'janv._févr._mars_avr._mai_juin_juil._août_sept._oct._nov._déc.'.split(\n '_'\n ),\n monthsRegex: monthsRegex,\n monthsShortRegex: monthsRegex,\n monthsStrictRegex: monthsStrictRegex,\n monthsShortStrictRegex: monthsShortStrictRegex,\n monthsParse: monthsParse,\n longMonthsParse: monthsParse,\n shortMonthsParse: monthsParse,\n weekdays: 'dimanche_lundi_mardi_mercredi_jeudi_vendredi_samedi'.split('_'),\n weekdaysShort: 'dim._lun._mar._mer._jeu._ven._sam.'.split('_'),\n weekdaysMin: 'di_lu_ma_me_je_ve_sa'.split('_'),\n weekdaysParseExact: true,\n longDateFormat: {\n LT: 'HH:mm',\n LTS: 'HH:mm:ss',\n L: 'DD/MM/YYYY',\n LL: 'D MMMM YYYY',\n LLL: 'D MMMM YYYY HH:mm',\n LLLL: 'dddd D MMMM YYYY HH:mm',\n },\n calendar: {\n sameDay: '[Aujourd’hui à] LT',\n nextDay: '[Demain à] LT',\n nextWeek: 'dddd [à] LT',\n lastDay: '[Hier à] LT',\n lastWeek: 'dddd [dernier à] LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: 'dans %s',\n past: 'il y a %s',\n s: 'quelques secondes',\n ss: '%d secondes',\n m: 'une minute',\n mm: '%d minutes',\n h: 'une heure',\n hh: '%d heures',\n d: 'un jour',\n dd: '%d jours',\n w: 'une semaine',\n ww: '%d semaines',\n M: 'un mois',\n MM: '%d mois',\n y: 'un an',\n yy: '%d ans',\n },\n dayOfMonthOrdinalParse: /\\d{1,2}(er|)/,\n ordinal: function (number, period) {\n switch (period) {\n // TODO: Return 'e' when day of month > 1. Move this case inside\n // block for masculine words below.\n // See https://github.com/moment/moment/issues/3375\n case 'D':\n return number + (number === 1 ? 'er' : '');\n\n // Words with masculine grammatical gender: mois, trimestre, jour\n default:\n case 'M':\n case 'Q':\n case 'DDD':\n case 'd':\n return number + (number === 1 ? 'er' : 'e');\n\n // Words with feminine grammatical gender: semaine\n case 'w':\n case 'W':\n return number + (number === 1 ? 're' : 'e');\n }\n },\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 4, // The week that contains Jan 4th is the first week of the year.\n },\n });\n\n return fr;\n\n})));\n","//! moment.js locale configuration\n//! locale : French (Canada) [fr-ca]\n//! author : Jonathan Abourbih : https://github.com/jonbca\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n //! moment.js locale configuration\n\n var frCa = moment.defineLocale('fr-ca', {\n months: 'janvier_février_mars_avril_mai_juin_juillet_août_septembre_octobre_novembre_décembre'.split(\n '_'\n ),\n monthsShort: 'janv._févr._mars_avr._mai_juin_juil._août_sept._oct._nov._déc.'.split(\n '_'\n ),\n monthsParseExact: true,\n weekdays: 'dimanche_lundi_mardi_mercredi_jeudi_vendredi_samedi'.split('_'),\n weekdaysShort: 'dim._lun._mar._mer._jeu._ven._sam.'.split('_'),\n weekdaysMin: 'di_lu_ma_me_je_ve_sa'.split('_'),\n weekdaysParseExact: true,\n longDateFormat: {\n LT: 'HH:mm',\n LTS: 'HH:mm:ss',\n L: 'YYYY-MM-DD',\n LL: 'D MMMM YYYY',\n LLL: 'D MMMM YYYY HH:mm',\n LLLL: 'dddd D MMMM YYYY HH:mm',\n },\n calendar: {\n sameDay: '[Aujourd’hui à] LT',\n nextDay: '[Demain à] LT',\n nextWeek: 'dddd [à] LT',\n lastDay: '[Hier à] LT',\n lastWeek: 'dddd [dernier à] LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: 'dans %s',\n past: 'il y a %s',\n s: 'quelques secondes',\n ss: '%d secondes',\n m: 'une minute',\n mm: '%d minutes',\n h: 'une heure',\n hh: '%d heures',\n d: 'un jour',\n dd: '%d jours',\n M: 'un mois',\n MM: '%d mois',\n y: 'un an',\n yy: '%d ans',\n },\n dayOfMonthOrdinalParse: /\\d{1,2}(er|e)/,\n ordinal: function (number, period) {\n switch (period) {\n // Words with masculine grammatical gender: mois, trimestre, jour\n default:\n case 'M':\n case 'Q':\n case 'D':\n case 'DDD':\n case 'd':\n return number + (number === 1 ? 'er' : 'e');\n\n // Words with feminine grammatical gender: semaine\n case 'w':\n case 'W':\n return number + (number === 1 ? 're' : 'e');\n }\n },\n });\n\n return frCa;\n\n})));\n","//! moment.js locale configuration\n//! locale : French (Switzerland) [fr-ch]\n//! author : Gaspard Bucher : https://github.com/gaspard\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n //! moment.js locale configuration\n\n var frCh = moment.defineLocale('fr-ch', {\n months: 'janvier_février_mars_avril_mai_juin_juillet_août_septembre_octobre_novembre_décembre'.split(\n '_'\n ),\n monthsShort: 'janv._févr._mars_avr._mai_juin_juil._août_sept._oct._nov._déc.'.split(\n '_'\n ),\n monthsParseExact: true,\n weekdays: 'dimanche_lundi_mardi_mercredi_jeudi_vendredi_samedi'.split('_'),\n weekdaysShort: 'dim._lun._mar._mer._jeu._ven._sam.'.split('_'),\n weekdaysMin: 'di_lu_ma_me_je_ve_sa'.split('_'),\n weekdaysParseExact: true,\n longDateFormat: {\n LT: 'HH:mm',\n LTS: 'HH:mm:ss',\n L: 'DD.MM.YYYY',\n LL: 'D MMMM YYYY',\n LLL: 'D MMMM YYYY HH:mm',\n LLLL: 'dddd D MMMM YYYY HH:mm',\n },\n calendar: {\n sameDay: '[Aujourd’hui à] LT',\n nextDay: '[Demain à] LT',\n nextWeek: 'dddd [à] LT',\n lastDay: '[Hier à] LT',\n lastWeek: 'dddd [dernier à] LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: 'dans %s',\n past: 'il y a %s',\n s: 'quelques secondes',\n ss: '%d secondes',\n m: 'une minute',\n mm: '%d minutes',\n h: 'une heure',\n hh: '%d heures',\n d: 'un jour',\n dd: '%d jours',\n M: 'un mois',\n MM: '%d mois',\n y: 'un an',\n yy: '%d ans',\n },\n dayOfMonthOrdinalParse: /\\d{1,2}(er|e)/,\n ordinal: function (number, period) {\n switch (period) {\n // Words with masculine grammatical gender: mois, trimestre, jour\n default:\n case 'M':\n case 'Q':\n case 'D':\n case 'DDD':\n case 'd':\n return number + (number === 1 ? 'er' : 'e');\n\n // Words with feminine grammatical gender: semaine\n case 'w':\n case 'W':\n return number + (number === 1 ? 're' : 'e');\n }\n },\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 4, // The week that contains Jan 4th is the first week of the year.\n },\n });\n\n return frCh;\n\n})));\n","//! moment.js locale configuration\n//! locale : Frisian [fy]\n//! author : Robin van der Vliet : https://github.com/robin0van0der0v\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n //! moment.js locale configuration\n\n var monthsShortWithDots = 'jan._feb._mrt._apr._mai_jun._jul._aug._sep._okt._nov._des.'.split(\n '_'\n ),\n monthsShortWithoutDots = 'jan_feb_mrt_apr_mai_jun_jul_aug_sep_okt_nov_des'.split(\n '_'\n );\n\n var fy = moment.defineLocale('fy', {\n months: 'jannewaris_febrewaris_maart_april_maaie_juny_july_augustus_septimber_oktober_novimber_desimber'.split(\n '_'\n ),\n monthsShort: function (m, format) {\n if (!m) {\n return monthsShortWithDots;\n } else if (/-MMM-/.test(format)) {\n return monthsShortWithoutDots[m.month()];\n } else {\n return monthsShortWithDots[m.month()];\n }\n },\n monthsParseExact: true,\n weekdays: 'snein_moandei_tiisdei_woansdei_tongersdei_freed_sneon'.split(\n '_'\n ),\n weekdaysShort: 'si._mo._ti._wo._to._fr._so.'.split('_'),\n weekdaysMin: 'Si_Mo_Ti_Wo_To_Fr_So'.split('_'),\n weekdaysParseExact: true,\n longDateFormat: {\n LT: 'HH:mm',\n LTS: 'HH:mm:ss',\n L: 'DD-MM-YYYY',\n LL: 'D MMMM YYYY',\n LLL: 'D MMMM YYYY HH:mm',\n LLLL: 'dddd D MMMM YYYY HH:mm',\n },\n calendar: {\n sameDay: '[hjoed om] LT',\n nextDay: '[moarn om] LT',\n nextWeek: 'dddd [om] LT',\n lastDay: '[juster om] LT',\n lastWeek: '[ôfrûne] dddd [om] LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: 'oer %s',\n past: '%s lyn',\n s: 'in pear sekonden',\n ss: '%d sekonden',\n m: 'ien minút',\n mm: '%d minuten',\n h: 'ien oere',\n hh: '%d oeren',\n d: 'ien dei',\n dd: '%d dagen',\n M: 'ien moanne',\n MM: '%d moannen',\n y: 'ien jier',\n yy: '%d jierren',\n },\n dayOfMonthOrdinalParse: /\\d{1,2}(ste|de)/,\n ordinal: function (number) {\n return (\n number +\n (number === 1 || number === 8 || number >= 20 ? 'ste' : 'de')\n );\n },\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 4, // The week that contains Jan 4th is the first week of the year.\n },\n });\n\n return fy;\n\n})));\n","//! moment.js locale configuration\n//! locale : Irish or Irish Gaelic [ga]\n//! author : André Silva : https://github.com/askpt\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n //! moment.js locale configuration\n\n var months = [\n 'Eanáir',\n 'Feabhra',\n 'Márta',\n 'Aibreán',\n 'Bealtaine',\n 'Meitheamh',\n 'Iúil',\n 'Lúnasa',\n 'Meán Fómhair',\n 'Deireadh Fómhair',\n 'Samhain',\n 'Nollaig',\n ],\n monthsShort = [\n 'Ean',\n 'Feabh',\n 'Márt',\n 'Aib',\n 'Beal',\n 'Meith',\n 'Iúil',\n 'Lún',\n 'M.F.',\n 'D.F.',\n 'Samh',\n 'Noll',\n ],\n weekdays = [\n 'Dé Domhnaigh',\n 'Dé Luain',\n 'Dé Máirt',\n 'Dé Céadaoin',\n 'Déardaoin',\n 'Dé hAoine',\n 'Dé Sathairn',\n ],\n weekdaysShort = ['Domh', 'Luan', 'Máirt', 'Céad', 'Déar', 'Aoine', 'Sath'],\n weekdaysMin = ['Do', 'Lu', 'Má', 'Cé', 'Dé', 'A', 'Sa'];\n\n var ga = moment.defineLocale('ga', {\n months: months,\n monthsShort: monthsShort,\n monthsParseExact: true,\n weekdays: weekdays,\n weekdaysShort: weekdaysShort,\n weekdaysMin: weekdaysMin,\n longDateFormat: {\n LT: 'HH:mm',\n LTS: 'HH:mm:ss',\n L: 'DD/MM/YYYY',\n LL: 'D MMMM YYYY',\n LLL: 'D MMMM YYYY HH:mm',\n LLLL: 'dddd, D MMMM YYYY HH:mm',\n },\n calendar: {\n sameDay: '[Inniu ag] LT',\n nextDay: '[Amárach ag] LT',\n nextWeek: 'dddd [ag] LT',\n lastDay: '[Inné ag] LT',\n lastWeek: 'dddd [seo caite] [ag] LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: 'i %s',\n past: '%s ó shin',\n s: 'cúpla soicind',\n ss: '%d soicind',\n m: 'nóiméad',\n mm: '%d nóiméad',\n h: 'uair an chloig',\n hh: '%d uair an chloig',\n d: 'lá',\n dd: '%d lá',\n M: 'mí',\n MM: '%d míonna',\n y: 'bliain',\n yy: '%d bliain',\n },\n dayOfMonthOrdinalParse: /\\d{1,2}(d|na|mh)/,\n ordinal: function (number) {\n var output = number === 1 ? 'd' : number % 10 === 2 ? 'na' : 'mh';\n return number + output;\n },\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 4, // The week that contains Jan 4th is the first week of the year.\n },\n });\n\n return ga;\n\n})));\n","//! moment.js locale configuration\n//! locale : Scottish Gaelic [gd]\n//! author : Jon Ashdown : https://github.com/jonashdown\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n //! moment.js locale configuration\n\n var months = [\n 'Am Faoilleach',\n 'An Gearran',\n 'Am Màrt',\n 'An Giblean',\n 'An Cèitean',\n 'An t-Ògmhios',\n 'An t-Iuchar',\n 'An Lùnastal',\n 'An t-Sultain',\n 'An Dàmhair',\n 'An t-Samhain',\n 'An Dùbhlachd',\n ],\n monthsShort = [\n 'Faoi',\n 'Gear',\n 'Màrt',\n 'Gibl',\n 'Cèit',\n 'Ògmh',\n 'Iuch',\n 'Lùn',\n 'Sult',\n 'Dàmh',\n 'Samh',\n 'Dùbh',\n ],\n weekdays = [\n 'Didòmhnaich',\n 'Diluain',\n 'Dimàirt',\n 'Diciadain',\n 'Diardaoin',\n 'Dihaoine',\n 'Disathairne',\n ],\n weekdaysShort = ['Did', 'Dil', 'Dim', 'Dic', 'Dia', 'Dih', 'Dis'],\n weekdaysMin = ['Dò', 'Lu', 'Mà', 'Ci', 'Ar', 'Ha', 'Sa'];\n\n var gd = moment.defineLocale('gd', {\n months: months,\n monthsShort: monthsShort,\n monthsParseExact: true,\n weekdays: weekdays,\n weekdaysShort: weekdaysShort,\n weekdaysMin: weekdaysMin,\n longDateFormat: {\n LT: 'HH:mm',\n LTS: 'HH:mm:ss',\n L: 'DD/MM/YYYY',\n LL: 'D MMMM YYYY',\n LLL: 'D MMMM YYYY HH:mm',\n LLLL: 'dddd, D MMMM YYYY HH:mm',\n },\n calendar: {\n sameDay: '[An-diugh aig] LT',\n nextDay: '[A-màireach aig] LT',\n nextWeek: 'dddd [aig] LT',\n lastDay: '[An-dè aig] LT',\n lastWeek: 'dddd [seo chaidh] [aig] LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: 'ann an %s',\n past: 'bho chionn %s',\n s: 'beagan diogan',\n ss: '%d diogan',\n m: 'mionaid',\n mm: '%d mionaidean',\n h: 'uair',\n hh: '%d uairean',\n d: 'latha',\n dd: '%d latha',\n M: 'mìos',\n MM: '%d mìosan',\n y: 'bliadhna',\n yy: '%d bliadhna',\n },\n dayOfMonthOrdinalParse: /\\d{1,2}(d|na|mh)/,\n ordinal: function (number) {\n var output = number === 1 ? 'd' : number % 10 === 2 ? 'na' : 'mh';\n return number + output;\n },\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 4, // The week that contains Jan 4th is the first week of the year.\n },\n });\n\n return gd;\n\n})));\n","//! moment.js locale configuration\n//! locale : Galician [gl]\n//! author : Juan G. Hurtado : https://github.com/juanghurtado\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n //! moment.js locale configuration\n\n var gl = moment.defineLocale('gl', {\n months: 'xaneiro_febreiro_marzo_abril_maio_xuño_xullo_agosto_setembro_outubro_novembro_decembro'.split(\n '_'\n ),\n monthsShort: 'xan._feb._mar._abr._mai._xuñ._xul._ago._set._out._nov._dec.'.split(\n '_'\n ),\n monthsParseExact: true,\n weekdays: 'domingo_luns_martes_mércores_xoves_venres_sábado'.split('_'),\n weekdaysShort: 'dom._lun._mar._mér._xov._ven._sáb.'.split('_'),\n weekdaysMin: 'do_lu_ma_mé_xo_ve_sá'.split('_'),\n weekdaysParseExact: true,\n longDateFormat: {\n LT: 'H:mm',\n LTS: 'H:mm:ss',\n L: 'DD/MM/YYYY',\n LL: 'D [de] MMMM [de] YYYY',\n LLL: 'D [de] MMMM [de] YYYY H:mm',\n LLLL: 'dddd, D [de] MMMM [de] YYYY H:mm',\n },\n calendar: {\n sameDay: function () {\n return '[hoxe ' + (this.hours() !== 1 ? 'ás' : 'á') + '] LT';\n },\n nextDay: function () {\n return '[mañá ' + (this.hours() !== 1 ? 'ás' : 'á') + '] LT';\n },\n nextWeek: function () {\n return 'dddd [' + (this.hours() !== 1 ? 'ás' : 'a') + '] LT';\n },\n lastDay: function () {\n return '[onte ' + (this.hours() !== 1 ? 'á' : 'a') + '] LT';\n },\n lastWeek: function () {\n return (\n '[o] dddd [pasado ' + (this.hours() !== 1 ? 'ás' : 'a') + '] LT'\n );\n },\n sameElse: 'L',\n },\n relativeTime: {\n future: function (str) {\n if (str.indexOf('un') === 0) {\n return 'n' + str;\n }\n return 'en ' + str;\n },\n past: 'hai %s',\n s: 'uns segundos',\n ss: '%d segundos',\n m: 'un minuto',\n mm: '%d minutos',\n h: 'unha hora',\n hh: '%d horas',\n d: 'un día',\n dd: '%d días',\n M: 'un mes',\n MM: '%d meses',\n y: 'un ano',\n yy: '%d anos',\n },\n dayOfMonthOrdinalParse: /\\d{1,2}º/,\n ordinal: '%dº',\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 4, // The week that contains Jan 4th is the first week of the year.\n },\n });\n\n return gl;\n\n})));\n","//! moment.js locale configuration\n//! locale : Konkani Devanagari script [gom-deva]\n//! author : The Discoverer : https://github.com/WikiDiscoverer\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n //! moment.js locale configuration\n\n function processRelativeTime(number, withoutSuffix, key, isFuture) {\n var format = {\n s: ['थोडया सॅकंडांनी', 'थोडे सॅकंड'],\n ss: [number + ' सॅकंडांनी', number + ' सॅकंड'],\n m: ['एका मिणटान', 'एक मिनूट'],\n mm: [number + ' मिणटांनी', number + ' मिणटां'],\n h: ['एका वरान', 'एक वर'],\n hh: [number + ' वरांनी', number + ' वरां'],\n d: ['एका दिसान', 'एक दीस'],\n dd: [number + ' दिसांनी', number + ' दीस'],\n M: ['एका म्हयन्यान', 'एक म्हयनो'],\n MM: [number + ' म्हयन्यानी', number + ' म्हयने'],\n y: ['एका वर्सान', 'एक वर्स'],\n yy: [number + ' वर्सांनी', number + ' वर्सां'],\n };\n return isFuture ? format[key][0] : format[key][1];\n }\n\n var gomDeva = moment.defineLocale('gom-deva', {\n months: {\n standalone: 'जानेवारी_फेब्रुवारी_मार्च_एप्रील_मे_जून_जुलय_ऑगस्ट_सप्टेंबर_ऑक्टोबर_नोव्हेंबर_डिसेंबर'.split(\n '_'\n ),\n format: 'जानेवारीच्या_फेब्रुवारीच्या_मार्चाच्या_एप्रीलाच्या_मेयाच्या_जूनाच्या_जुलयाच्या_ऑगस्टाच्या_सप्टेंबराच्या_ऑक्टोबराच्या_नोव्हेंबराच्या_डिसेंबराच्या'.split(\n '_'\n ),\n isFormat: /MMMM(\\s)+D[oD]?/,\n },\n monthsShort: 'जाने._फेब्रु._मार्च_एप्री._मे_जून_जुल._ऑग._सप्टें._ऑक्टो._नोव्हें._डिसें.'.split(\n '_'\n ),\n monthsParseExact: true,\n weekdays: 'आयतार_सोमार_मंगळार_बुधवार_बिरेस्तार_सुक्रार_शेनवार'.split('_'),\n weekdaysShort: 'आयत._सोम._मंगळ._बुध._ब्रेस्त._सुक्र._शेन.'.split('_'),\n weekdaysMin: 'आ_सो_मं_बु_ब्रे_सु_शे'.split('_'),\n weekdaysParseExact: true,\n longDateFormat: {\n LT: 'A h:mm [वाजतां]',\n LTS: 'A h:mm:ss [वाजतां]',\n L: 'DD-MM-YYYY',\n LL: 'D MMMM YYYY',\n LLL: 'D MMMM YYYY A h:mm [वाजतां]',\n LLLL: 'dddd, MMMM Do, YYYY, A h:mm [वाजतां]',\n llll: 'ddd, D MMM YYYY, A h:mm [वाजतां]',\n },\n calendar: {\n sameDay: '[आयज] LT',\n nextDay: '[फाल्यां] LT',\n nextWeek: '[फुडलो] dddd[,] LT',\n lastDay: '[काल] LT',\n lastWeek: '[फाटलो] dddd[,] LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: '%s',\n past: '%s आदीं',\n s: processRelativeTime,\n ss: processRelativeTime,\n m: processRelativeTime,\n mm: processRelativeTime,\n h: processRelativeTime,\n hh: processRelativeTime,\n d: processRelativeTime,\n dd: processRelativeTime,\n M: processRelativeTime,\n MM: processRelativeTime,\n y: processRelativeTime,\n yy: processRelativeTime,\n },\n dayOfMonthOrdinalParse: /\\d{1,2}(वेर)/,\n ordinal: function (number, period) {\n switch (period) {\n // the ordinal 'वेर' only applies to day of the month\n case 'D':\n return number + 'वेर';\n default:\n case 'M':\n case 'Q':\n case 'DDD':\n case 'd':\n case 'w':\n case 'W':\n return number;\n }\n },\n week: {\n dow: 0, // Sunday is the first day of the week\n doy: 3, // The week that contains Jan 4th is the first week of the year (7 + 0 - 4)\n },\n meridiemParse: /राती|सकाळीं|दनपारां|सांजे/,\n meridiemHour: function (hour, meridiem) {\n if (hour === 12) {\n hour = 0;\n }\n if (meridiem === 'राती') {\n return hour < 4 ? hour : hour + 12;\n } else if (meridiem === 'सकाळीं') {\n return hour;\n } else if (meridiem === 'दनपारां') {\n return hour > 12 ? hour : hour + 12;\n } else if (meridiem === 'सांजे') {\n return hour + 12;\n }\n },\n meridiem: function (hour, minute, isLower) {\n if (hour < 4) {\n return 'राती';\n } else if (hour < 12) {\n return 'सकाळीं';\n } else if (hour < 16) {\n return 'दनपारां';\n } else if (hour < 20) {\n return 'सांजे';\n } else {\n return 'राती';\n }\n },\n });\n\n return gomDeva;\n\n})));\n","//! moment.js locale configuration\n//! locale : Konkani Latin script [gom-latn]\n//! author : The Discoverer : https://github.com/WikiDiscoverer\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n //! moment.js locale configuration\n\n function processRelativeTime(number, withoutSuffix, key, isFuture) {\n var format = {\n s: ['thoddea sekondamni', 'thodde sekond'],\n ss: [number + ' sekondamni', number + ' sekond'],\n m: ['eka mintan', 'ek minut'],\n mm: [number + ' mintamni', number + ' mintam'],\n h: ['eka voran', 'ek vor'],\n hh: [number + ' voramni', number + ' voram'],\n d: ['eka disan', 'ek dis'],\n dd: [number + ' disamni', number + ' dis'],\n M: ['eka mhoinean', 'ek mhoino'],\n MM: [number + ' mhoineamni', number + ' mhoine'],\n y: ['eka vorsan', 'ek voros'],\n yy: [number + ' vorsamni', number + ' vorsam'],\n };\n return isFuture ? format[key][0] : format[key][1];\n }\n\n var gomLatn = moment.defineLocale('gom-latn', {\n months: {\n standalone: 'Janer_Febrer_Mars_Abril_Mai_Jun_Julai_Agost_Setembr_Otubr_Novembr_Dezembr'.split(\n '_'\n ),\n format: 'Janerachea_Febrerachea_Marsachea_Abrilachea_Maiachea_Junachea_Julaiachea_Agostachea_Setembrachea_Otubrachea_Novembrachea_Dezembrachea'.split(\n '_'\n ),\n isFormat: /MMMM(\\s)+D[oD]?/,\n },\n monthsShort: 'Jan._Feb._Mars_Abr._Mai_Jun_Jul._Ago._Set._Otu._Nov._Dez.'.split(\n '_'\n ),\n monthsParseExact: true,\n weekdays: \"Aitar_Somar_Mongllar_Budhvar_Birestar_Sukrar_Son'var\".split('_'),\n weekdaysShort: 'Ait._Som._Mon._Bud._Bre._Suk._Son.'.split('_'),\n weekdaysMin: 'Ai_Sm_Mo_Bu_Br_Su_Sn'.split('_'),\n weekdaysParseExact: true,\n longDateFormat: {\n LT: 'A h:mm [vazta]',\n LTS: 'A h:mm:ss [vazta]',\n L: 'DD-MM-YYYY',\n LL: 'D MMMM YYYY',\n LLL: 'D MMMM YYYY A h:mm [vazta]',\n LLLL: 'dddd, MMMM Do, YYYY, A h:mm [vazta]',\n llll: 'ddd, D MMM YYYY, A h:mm [vazta]',\n },\n calendar: {\n sameDay: '[Aiz] LT',\n nextDay: '[Faleam] LT',\n nextWeek: '[Fuddlo] dddd[,] LT',\n lastDay: '[Kal] LT',\n lastWeek: '[Fattlo] dddd[,] LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: '%s',\n past: '%s adim',\n s: processRelativeTime,\n ss: processRelativeTime,\n m: processRelativeTime,\n mm: processRelativeTime,\n h: processRelativeTime,\n hh: processRelativeTime,\n d: processRelativeTime,\n dd: processRelativeTime,\n M: processRelativeTime,\n MM: processRelativeTime,\n y: processRelativeTime,\n yy: processRelativeTime,\n },\n dayOfMonthOrdinalParse: /\\d{1,2}(er)/,\n ordinal: function (number, period) {\n switch (period) {\n // the ordinal 'er' only applies to day of the month\n case 'D':\n return number + 'er';\n default:\n case 'M':\n case 'Q':\n case 'DDD':\n case 'd':\n case 'w':\n case 'W':\n return number;\n }\n },\n week: {\n dow: 0, // Sunday is the first day of the week\n doy: 3, // The week that contains Jan 4th is the first week of the year (7 + 0 - 4)\n },\n meridiemParse: /rati|sokallim|donparam|sanje/,\n meridiemHour: function (hour, meridiem) {\n if (hour === 12) {\n hour = 0;\n }\n if (meridiem === 'rati') {\n return hour < 4 ? hour : hour + 12;\n } else if (meridiem === 'sokallim') {\n return hour;\n } else if (meridiem === 'donparam') {\n return hour > 12 ? hour : hour + 12;\n } else if (meridiem === 'sanje') {\n return hour + 12;\n }\n },\n meridiem: function (hour, minute, isLower) {\n if (hour < 4) {\n return 'rati';\n } else if (hour < 12) {\n return 'sokallim';\n } else if (hour < 16) {\n return 'donparam';\n } else if (hour < 20) {\n return 'sanje';\n } else {\n return 'rati';\n }\n },\n });\n\n return gomLatn;\n\n})));\n","//! moment.js locale configuration\n//! locale : Gujarati [gu]\n//! author : Kaushik Thanki : https://github.com/Kaushik1987\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n //! moment.js locale configuration\n\n var symbolMap = {\n 1: '૧',\n 2: '૨',\n 3: '૩',\n 4: '૪',\n 5: '૫',\n 6: '૬',\n 7: '૭',\n 8: '૮',\n 9: '૯',\n 0: '૦',\n },\n numberMap = {\n '૧': '1',\n '૨': '2',\n '૩': '3',\n '૪': '4',\n '૫': '5',\n '૬': '6',\n '૭': '7',\n '૮': '8',\n '૯': '9',\n '૦': '0',\n };\n\n var gu = moment.defineLocale('gu', {\n months: 'જાન્યુઆરી_ફેબ્રુઆરી_માર્ચ_એપ્રિલ_મે_જૂન_જુલાઈ_ઑગસ્ટ_સપ્ટેમ્બર_ઑક્ટ્બર_નવેમ્બર_ડિસેમ્બર'.split(\n '_'\n ),\n monthsShort: 'જાન્યુ._ફેબ્રુ._માર્ચ_એપ્રિ._મે_જૂન_જુલા._ઑગ._સપ્ટે._ઑક્ટ્._નવે._ડિસે.'.split(\n '_'\n ),\n monthsParseExact: true,\n weekdays: 'રવિવાર_સોમવાર_મંગળવાર_બુધ્વાર_ગુરુવાર_શુક્રવાર_શનિવાર'.split(\n '_'\n ),\n weekdaysShort: 'રવિ_સોમ_મંગળ_બુધ્_ગુરુ_શુક્ર_શનિ'.split('_'),\n weekdaysMin: 'ર_સો_મં_બુ_ગુ_શુ_શ'.split('_'),\n longDateFormat: {\n LT: 'A h:mm વાગ્યે',\n LTS: 'A h:mm:ss વાગ્યે',\n L: 'DD/MM/YYYY',\n LL: 'D MMMM YYYY',\n LLL: 'D MMMM YYYY, A h:mm વાગ્યે',\n LLLL: 'dddd, D MMMM YYYY, A h:mm વાગ્યે',\n },\n calendar: {\n sameDay: '[આજ] LT',\n nextDay: '[કાલે] LT',\n nextWeek: 'dddd, LT',\n lastDay: '[ગઇકાલે] LT',\n lastWeek: '[પાછલા] dddd, LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: '%s મા',\n past: '%s પહેલા',\n s: 'અમુક પળો',\n ss: '%d સેકંડ',\n m: 'એક મિનિટ',\n mm: '%d મિનિટ',\n h: 'એક કલાક',\n hh: '%d કલાક',\n d: 'એક દિવસ',\n dd: '%d દિવસ',\n M: 'એક મહિનો',\n MM: '%d મહિનો',\n y: 'એક વર્ષ',\n yy: '%d વર્ષ',\n },\n preparse: function (string) {\n return string.replace(/[૧૨૩૪૫૬૭૮૯૦]/g, function (match) {\n return numberMap[match];\n });\n },\n postformat: function (string) {\n return string.replace(/\\d/g, function (match) {\n return symbolMap[match];\n });\n },\n // Gujarati notation for meridiems are quite fuzzy in practice. While there exists\n // a rigid notion of a 'Pahar' it is not used as rigidly in modern Gujarati.\n meridiemParse: /રાત|બપોર|સવાર|સાંજ/,\n meridiemHour: function (hour, meridiem) {\n if (hour === 12) {\n hour = 0;\n }\n if (meridiem === 'રાત') {\n return hour < 4 ? hour : hour + 12;\n } else if (meridiem === 'સવાર') {\n return hour;\n } else if (meridiem === 'બપોર') {\n return hour >= 10 ? hour : hour + 12;\n } else if (meridiem === 'સાંજ') {\n return hour + 12;\n }\n },\n meridiem: function (hour, minute, isLower) {\n if (hour < 4) {\n return 'રાત';\n } else if (hour < 10) {\n return 'સવાર';\n } else if (hour < 17) {\n return 'બપોર';\n } else if (hour < 20) {\n return 'સાંજ';\n } else {\n return 'રાત';\n }\n },\n week: {\n dow: 0, // Sunday is the first day of the week.\n doy: 6, // The week that contains Jan 6th is the first week of the year.\n },\n });\n\n return gu;\n\n})));\n","//! moment.js locale configuration\n//! locale : Hebrew [he]\n//! author : Tomer Cohen : https://github.com/tomer\n//! author : Moshe Simantov : https://github.com/DevelopmentIL\n//! author : Tal Ater : https://github.com/TalAter\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n //! moment.js locale configuration\n\n var he = moment.defineLocale('he', {\n months: 'ינואר_פברואר_מרץ_אפריל_מאי_יוני_יולי_אוגוסט_ספטמבר_אוקטובר_נובמבר_דצמבר'.split(\n '_'\n ),\n monthsShort: 'ינו׳_פבר׳_מרץ_אפר׳_מאי_יוני_יולי_אוג׳_ספט׳_אוק׳_נוב׳_דצמ׳'.split(\n '_'\n ),\n weekdays: 'ראשון_שני_שלישי_רביעי_חמישי_שישי_שבת'.split('_'),\n weekdaysShort: 'א׳_ב׳_ג׳_ד׳_ה׳_ו׳_ש׳'.split('_'),\n weekdaysMin: 'א_ב_ג_ד_ה_ו_ש'.split('_'),\n longDateFormat: {\n LT: 'HH:mm',\n LTS: 'HH:mm:ss',\n L: 'DD/MM/YYYY',\n LL: 'D [ב]MMMM YYYY',\n LLL: 'D [ב]MMMM YYYY HH:mm',\n LLLL: 'dddd, D [ב]MMMM YYYY HH:mm',\n l: 'D/M/YYYY',\n ll: 'D MMM YYYY',\n lll: 'D MMM YYYY HH:mm',\n llll: 'ddd, D MMM YYYY HH:mm',\n },\n calendar: {\n sameDay: '[היום ב־]LT',\n nextDay: '[מחר ב־]LT',\n nextWeek: 'dddd [בשעה] LT',\n lastDay: '[אתמול ב־]LT',\n lastWeek: '[ביום] dddd [האחרון בשעה] LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: 'בעוד %s',\n past: 'לפני %s',\n s: 'מספר שניות',\n ss: '%d שניות',\n m: 'דקה',\n mm: '%d דקות',\n h: 'שעה',\n hh: function (number) {\n if (number === 2) {\n return 'שעתיים';\n }\n return number + ' שעות';\n },\n d: 'יום',\n dd: function (number) {\n if (number === 2) {\n return 'יומיים';\n }\n return number + ' ימים';\n },\n M: 'חודש',\n MM: function (number) {\n if (number === 2) {\n return 'חודשיים';\n }\n return number + ' חודשים';\n },\n y: 'שנה',\n yy: function (number) {\n if (number === 2) {\n return 'שנתיים';\n } else if (number % 10 === 0 && number !== 10) {\n return number + ' שנה';\n }\n return number + ' שנים';\n },\n },\n meridiemParse: /אחה\"צ|לפנה\"צ|אחרי הצהריים|לפני הצהריים|לפנות בוקר|בבוקר|בערב/i,\n isPM: function (input) {\n return /^(אחה\"צ|אחרי הצהריים|בערב)$/.test(input);\n },\n meridiem: function (hour, minute, isLower) {\n if (hour < 5) {\n return 'לפנות בוקר';\n } else if (hour < 10) {\n return 'בבוקר';\n } else if (hour < 12) {\n return isLower ? 'לפנה\"צ' : 'לפני הצהריים';\n } else if (hour < 18) {\n return isLower ? 'אחה\"צ' : 'אחרי הצהריים';\n } else {\n return 'בערב';\n }\n },\n });\n\n return he;\n\n})));\n","//! moment.js locale configuration\n//! locale : Hindi [hi]\n//! author : Mayank Singhal : https://github.com/mayanksinghal\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n //! moment.js locale configuration\n\n var symbolMap = {\n 1: '१',\n 2: '२',\n 3: '३',\n 4: '४',\n 5: '५',\n 6: '६',\n 7: '७',\n 8: '८',\n 9: '९',\n 0: '०',\n },\n numberMap = {\n '१': '1',\n '२': '2',\n '३': '3',\n '४': '4',\n '५': '5',\n '६': '6',\n '७': '7',\n '८': '8',\n '९': '9',\n '०': '0',\n },\n monthsParse = [\n /^जन/i,\n /^फ़र|फर/i,\n /^मार्च/i,\n /^अप्रै/i,\n /^मई/i,\n /^जून/i,\n /^जुल/i,\n /^अग/i,\n /^सितं|सित/i,\n /^अक्टू/i,\n /^नव|नवं/i,\n /^दिसं|दिस/i,\n ],\n shortMonthsParse = [\n /^जन/i,\n /^फ़र/i,\n /^मार्च/i,\n /^अप्रै/i,\n /^मई/i,\n /^जून/i,\n /^जुल/i,\n /^अग/i,\n /^सित/i,\n /^अक्टू/i,\n /^नव/i,\n /^दिस/i,\n ];\n\n var hi = moment.defineLocale('hi', {\n months: {\n format: 'जनवरी_फ़रवरी_मार्च_अप्रैल_मई_जून_जुलाई_अगस्त_सितम्बर_अक्टूबर_नवम्बर_दिसम्बर'.split(\n '_'\n ),\n standalone: 'जनवरी_फरवरी_मार्च_अप्रैल_मई_जून_जुलाई_अगस्त_सितंबर_अक्टूबर_नवंबर_दिसंबर'.split(\n '_'\n ),\n },\n monthsShort: 'जन._फ़र._मार्च_अप्रै._मई_जून_जुल._अग._सित._अक्टू._नव._दिस.'.split(\n '_'\n ),\n weekdays: 'रविवार_सोमवार_मंगलवार_बुधवार_गुरूवार_शुक्रवार_शनिवार'.split('_'),\n weekdaysShort: 'रवि_सोम_मंगल_बुध_गुरू_शुक्र_शनि'.split('_'),\n weekdaysMin: 'र_सो_मं_बु_गु_शु_श'.split('_'),\n longDateFormat: {\n LT: 'A h:mm बजे',\n LTS: 'A h:mm:ss बजे',\n L: 'DD/MM/YYYY',\n LL: 'D MMMM YYYY',\n LLL: 'D MMMM YYYY, A h:mm बजे',\n LLLL: 'dddd, D MMMM YYYY, A h:mm बजे',\n },\n\n monthsParse: monthsParse,\n longMonthsParse: monthsParse,\n shortMonthsParse: shortMonthsParse,\n\n monthsRegex: /^(जनवरी|जन\\.?|फ़रवरी|फरवरी|फ़र\\.?|मार्च?|अप्रैल|अप्रै\\.?|मई?|जून?|जुलाई|जुल\\.?|अगस्त|अग\\.?|सितम्बर|सितंबर|सित\\.?|अक्टूबर|अक्टू\\.?|नवम्बर|नवंबर|नव\\.?|दिसम्बर|दिसंबर|दिस\\.?)/i,\n\n monthsShortRegex: /^(जनवरी|जन\\.?|फ़रवरी|फरवरी|फ़र\\.?|मार्च?|अप्रैल|अप्रै\\.?|मई?|जून?|जुलाई|जुल\\.?|अगस्त|अग\\.?|सितम्बर|सितंबर|सित\\.?|अक्टूबर|अक्टू\\.?|नवम्बर|नवंबर|नव\\.?|दिसम्बर|दिसंबर|दिस\\.?)/i,\n\n monthsStrictRegex: /^(जनवरी?|फ़रवरी|फरवरी?|मार्च?|अप्रैल?|मई?|जून?|जुलाई?|अगस्त?|सितम्बर|सितंबर|सित?\\.?|अक्टूबर|अक्टू\\.?|नवम्बर|नवंबर?|दिसम्बर|दिसंबर?)/i,\n\n monthsShortStrictRegex: /^(जन\\.?|फ़र\\.?|मार्च?|अप्रै\\.?|मई?|जून?|जुल\\.?|अग\\.?|सित\\.?|अक्टू\\.?|नव\\.?|दिस\\.?)/i,\n\n calendar: {\n sameDay: '[आज] LT',\n nextDay: '[कल] LT',\n nextWeek: 'dddd, LT',\n lastDay: '[कल] LT',\n lastWeek: '[पिछले] dddd, LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: '%s में',\n past: '%s पहले',\n s: 'कुछ ही क्षण',\n ss: '%d सेकंड',\n m: 'एक मिनट',\n mm: '%d मिनट',\n h: 'एक घंटा',\n hh: '%d घंटे',\n d: 'एक दिन',\n dd: '%d दिन',\n M: 'एक महीने',\n MM: '%d महीने',\n y: 'एक वर्ष',\n yy: '%d वर्ष',\n },\n preparse: function (string) {\n return string.replace(/[१२३४५६७८९०]/g, function (match) {\n return numberMap[match];\n });\n },\n postformat: function (string) {\n return string.replace(/\\d/g, function (match) {\n return symbolMap[match];\n });\n },\n // Hindi notation for meridiems are quite fuzzy in practice. While there exists\n // a rigid notion of a 'Pahar' it is not used as rigidly in modern Hindi.\n meridiemParse: /रात|सुबह|दोपहर|शाम/,\n meridiemHour: function (hour, meridiem) {\n if (hour === 12) {\n hour = 0;\n }\n if (meridiem === 'रात') {\n return hour < 4 ? hour : hour + 12;\n } else if (meridiem === 'सुबह') {\n return hour;\n } else if (meridiem === 'दोपहर') {\n return hour >= 10 ? hour : hour + 12;\n } else if (meridiem === 'शाम') {\n return hour + 12;\n }\n },\n meridiem: function (hour, minute, isLower) {\n if (hour < 4) {\n return 'रात';\n } else if (hour < 10) {\n return 'सुबह';\n } else if (hour < 17) {\n return 'दोपहर';\n } else if (hour < 20) {\n return 'शाम';\n } else {\n return 'रात';\n }\n },\n week: {\n dow: 0, // Sunday is the first day of the week.\n doy: 6, // The week that contains Jan 6th is the first week of the year.\n },\n });\n\n return hi;\n\n})));\n","//! moment.js locale configuration\n//! locale : Croatian [hr]\n//! author : Bojan Marković : https://github.com/bmarkovic\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n //! moment.js locale configuration\n\n function translate(number, withoutSuffix, key) {\n var result = number + ' ';\n switch (key) {\n case 'ss':\n if (number === 1) {\n result += 'sekunda';\n } else if (number === 2 || number === 3 || number === 4) {\n result += 'sekunde';\n } else {\n result += 'sekundi';\n }\n return result;\n case 'm':\n return withoutSuffix ? 'jedna minuta' : 'jedne minute';\n case 'mm':\n if (number === 1) {\n result += 'minuta';\n } else if (number === 2 || number === 3 || number === 4) {\n result += 'minute';\n } else {\n result += 'minuta';\n }\n return result;\n case 'h':\n return withoutSuffix ? 'jedan sat' : 'jednog sata';\n case 'hh':\n if (number === 1) {\n result += 'sat';\n } else if (number === 2 || number === 3 || number === 4) {\n result += 'sata';\n } else {\n result += 'sati';\n }\n return result;\n case 'dd':\n if (number === 1) {\n result += 'dan';\n } else {\n result += 'dana';\n }\n return result;\n case 'MM':\n if (number === 1) {\n result += 'mjesec';\n } else if (number === 2 || number === 3 || number === 4) {\n result += 'mjeseca';\n } else {\n result += 'mjeseci';\n }\n return result;\n case 'yy':\n if (number === 1) {\n result += 'godina';\n } else if (number === 2 || number === 3 || number === 4) {\n result += 'godine';\n } else {\n result += 'godina';\n }\n return result;\n }\n }\n\n var hr = moment.defineLocale('hr', {\n months: {\n format: 'siječnja_veljače_ožujka_travnja_svibnja_lipnja_srpnja_kolovoza_rujna_listopada_studenoga_prosinca'.split(\n '_'\n ),\n standalone: 'siječanj_veljača_ožujak_travanj_svibanj_lipanj_srpanj_kolovoz_rujan_listopad_studeni_prosinac'.split(\n '_'\n ),\n },\n monthsShort: 'sij._velj._ožu._tra._svi._lip._srp._kol._ruj._lis._stu._pro.'.split(\n '_'\n ),\n monthsParseExact: true,\n weekdays: 'nedjelja_ponedjeljak_utorak_srijeda_četvrtak_petak_subota'.split(\n '_'\n ),\n weekdaysShort: 'ned._pon._uto._sri._čet._pet._sub.'.split('_'),\n weekdaysMin: 'ne_po_ut_sr_če_pe_su'.split('_'),\n weekdaysParseExact: true,\n longDateFormat: {\n LT: 'H:mm',\n LTS: 'H:mm:ss',\n L: 'DD.MM.YYYY',\n LL: 'Do MMMM YYYY',\n LLL: 'Do MMMM YYYY H:mm',\n LLLL: 'dddd, Do MMMM YYYY H:mm',\n },\n calendar: {\n sameDay: '[danas u] LT',\n nextDay: '[sutra u] LT',\n nextWeek: function () {\n switch (this.day()) {\n case 0:\n return '[u] [nedjelju] [u] LT';\n case 3:\n return '[u] [srijedu] [u] LT';\n case 6:\n return '[u] [subotu] [u] LT';\n case 1:\n case 2:\n case 4:\n case 5:\n return '[u] dddd [u] LT';\n }\n },\n lastDay: '[jučer u] LT',\n lastWeek: function () {\n switch (this.day()) {\n case 0:\n return '[prošlu] [nedjelju] [u] LT';\n case 3:\n return '[prošlu] [srijedu] [u] LT';\n case 6:\n return '[prošle] [subote] [u] LT';\n case 1:\n case 2:\n case 4:\n case 5:\n return '[prošli] dddd [u] LT';\n }\n },\n sameElse: 'L',\n },\n relativeTime: {\n future: 'za %s',\n past: 'prije %s',\n s: 'par sekundi',\n ss: translate,\n m: translate,\n mm: translate,\n h: translate,\n hh: translate,\n d: 'dan',\n dd: translate,\n M: 'mjesec',\n MM: translate,\n y: 'godinu',\n yy: translate,\n },\n dayOfMonthOrdinalParse: /\\d{1,2}\\./,\n ordinal: '%d.',\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 7, // The week that contains Jan 7th is the first week of the year.\n },\n });\n\n return hr;\n\n})));\n","//! moment.js locale configuration\n//! locale : Hungarian [hu]\n//! author : Adam Brunner : https://github.com/adambrunner\n//! author : Peter Viszt : https://github.com/passatgt\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n //! moment.js locale configuration\n\n var weekEndings = 'vasárnap hétfőn kedden szerdán csütörtökön pénteken szombaton'.split(\n ' '\n );\n function translate(number, withoutSuffix, key, isFuture) {\n var num = number;\n switch (key) {\n case 's':\n return isFuture || withoutSuffix\n ? 'néhány másodperc'\n : 'néhány másodperce';\n case 'ss':\n return num + (isFuture || withoutSuffix)\n ? ' másodperc'\n : ' másodperce';\n case 'm':\n return 'egy' + (isFuture || withoutSuffix ? ' perc' : ' perce');\n case 'mm':\n return num + (isFuture || withoutSuffix ? ' perc' : ' perce');\n case 'h':\n return 'egy' + (isFuture || withoutSuffix ? ' óra' : ' órája');\n case 'hh':\n return num + (isFuture || withoutSuffix ? ' óra' : ' órája');\n case 'd':\n return 'egy' + (isFuture || withoutSuffix ? ' nap' : ' napja');\n case 'dd':\n return num + (isFuture || withoutSuffix ? ' nap' : ' napja');\n case 'M':\n return 'egy' + (isFuture || withoutSuffix ? ' hónap' : ' hónapja');\n case 'MM':\n return num + (isFuture || withoutSuffix ? ' hónap' : ' hónapja');\n case 'y':\n return 'egy' + (isFuture || withoutSuffix ? ' év' : ' éve');\n case 'yy':\n return num + (isFuture || withoutSuffix ? ' év' : ' éve');\n }\n return '';\n }\n function week(isFuture) {\n return (\n (isFuture ? '' : '[múlt] ') +\n '[' +\n weekEndings[this.day()] +\n '] LT[-kor]'\n );\n }\n\n var hu = moment.defineLocale('hu', {\n months: 'január_február_március_április_május_június_július_augusztus_szeptember_október_november_december'.split(\n '_'\n ),\n monthsShort: 'jan._feb._márc._ápr._máj._jún._júl._aug._szept._okt._nov._dec.'.split(\n '_'\n ),\n monthsParseExact: true,\n weekdays: 'vasárnap_hétfő_kedd_szerda_csütörtök_péntek_szombat'.split('_'),\n weekdaysShort: 'vas_hét_kedd_sze_csüt_pén_szo'.split('_'),\n weekdaysMin: 'v_h_k_sze_cs_p_szo'.split('_'),\n longDateFormat: {\n LT: 'H:mm',\n LTS: 'H:mm:ss',\n L: 'YYYY.MM.DD.',\n LL: 'YYYY. MMMM D.',\n LLL: 'YYYY. MMMM D. H:mm',\n LLLL: 'YYYY. MMMM D., dddd H:mm',\n },\n meridiemParse: /de|du/i,\n isPM: function (input) {\n return input.charAt(1).toLowerCase() === 'u';\n },\n meridiem: function (hours, minutes, isLower) {\n if (hours < 12) {\n return isLower === true ? 'de' : 'DE';\n } else {\n return isLower === true ? 'du' : 'DU';\n }\n },\n calendar: {\n sameDay: '[ma] LT[-kor]',\n nextDay: '[holnap] LT[-kor]',\n nextWeek: function () {\n return week.call(this, true);\n },\n lastDay: '[tegnap] LT[-kor]',\n lastWeek: function () {\n return week.call(this, false);\n },\n sameElse: 'L',\n },\n relativeTime: {\n future: '%s múlva',\n past: '%s',\n s: translate,\n ss: translate,\n m: translate,\n mm: translate,\n h: translate,\n hh: translate,\n d: translate,\n dd: translate,\n M: translate,\n MM: translate,\n y: translate,\n yy: translate,\n },\n dayOfMonthOrdinalParse: /\\d{1,2}\\./,\n ordinal: '%d.',\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 4, // The week that contains Jan 4th is the first week of the year.\n },\n });\n\n return hu;\n\n})));\n","//! moment.js locale configuration\n//! locale : Armenian [hy-am]\n//! author : Armendarabyan : https://github.com/armendarabyan\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n //! moment.js locale configuration\n\n var hyAm = moment.defineLocale('hy-am', {\n months: {\n format: 'հունվարի_փետրվարի_մարտի_ապրիլի_մայիսի_հունիսի_հուլիսի_օգոստոսի_սեպտեմբերի_հոկտեմբերի_նոյեմբերի_դեկտեմբերի'.split(\n '_'\n ),\n standalone: 'հունվար_փետրվար_մարտ_ապրիլ_մայիս_հունիս_հուլիս_օգոստոս_սեպտեմբեր_հոկտեմբեր_նոյեմբեր_դեկտեմբեր'.split(\n '_'\n ),\n },\n monthsShort: 'հնվ_փտր_մրտ_ապր_մյս_հնս_հլս_օգս_սպտ_հկտ_նմբ_դկտ'.split('_'),\n weekdays: 'կիրակի_երկուշաբթի_երեքշաբթի_չորեքշաբթի_հինգշաբթի_ուրբաթ_շաբաթ'.split(\n '_'\n ),\n weekdaysShort: 'կրկ_երկ_երք_չրք_հնգ_ուրբ_շբթ'.split('_'),\n weekdaysMin: 'կրկ_երկ_երք_չրք_հնգ_ուրբ_շբթ'.split('_'),\n longDateFormat: {\n LT: 'HH:mm',\n LTS: 'HH:mm:ss',\n L: 'DD.MM.YYYY',\n LL: 'D MMMM YYYY թ.',\n LLL: 'D MMMM YYYY թ., HH:mm',\n LLLL: 'dddd, D MMMM YYYY թ., HH:mm',\n },\n calendar: {\n sameDay: '[այսօր] LT',\n nextDay: '[վաղը] LT',\n lastDay: '[երեկ] LT',\n nextWeek: function () {\n return 'dddd [օրը ժամը] LT';\n },\n lastWeek: function () {\n return '[անցած] dddd [օրը ժամը] LT';\n },\n sameElse: 'L',\n },\n relativeTime: {\n future: '%s հետո',\n past: '%s առաջ',\n s: 'մի քանի վայրկյան',\n ss: '%d վայրկյան',\n m: 'րոպե',\n mm: '%d րոպե',\n h: 'ժամ',\n hh: '%d ժամ',\n d: 'օր',\n dd: '%d օր',\n M: 'ամիս',\n MM: '%d ամիս',\n y: 'տարի',\n yy: '%d տարի',\n },\n meridiemParse: /գիշերվա|առավոտվա|ցերեկվա|երեկոյան/,\n isPM: function (input) {\n return /^(ցերեկվա|երեկոյան)$/.test(input);\n },\n meridiem: function (hour) {\n if (hour < 4) {\n return 'գիշերվա';\n } else if (hour < 12) {\n return 'առավոտվա';\n } else if (hour < 17) {\n return 'ցերեկվա';\n } else {\n return 'երեկոյան';\n }\n },\n dayOfMonthOrdinalParse: /\\d{1,2}|\\d{1,2}-(ին|րդ)/,\n ordinal: function (number, period) {\n switch (period) {\n case 'DDD':\n case 'w':\n case 'W':\n case 'DDDo':\n if (number === 1) {\n return number + '-ին';\n }\n return number + '-րդ';\n default:\n return number;\n }\n },\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 7, // The week that contains Jan 7th is the first week of the year.\n },\n });\n\n return hyAm;\n\n})));\n","//! moment.js locale configuration\n//! locale : Indonesian [id]\n//! author : Mohammad Satrio Utomo : https://github.com/tyok\n//! reference: http://id.wikisource.org/wiki/Pedoman_Umum_Ejaan_Bahasa_Indonesia_yang_Disempurnakan\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n //! moment.js locale configuration\n\n var id = moment.defineLocale('id', {\n months: 'Januari_Februari_Maret_April_Mei_Juni_Juli_Agustus_September_Oktober_November_Desember'.split(\n '_'\n ),\n monthsShort: 'Jan_Feb_Mar_Apr_Mei_Jun_Jul_Agt_Sep_Okt_Nov_Des'.split('_'),\n weekdays: 'Minggu_Senin_Selasa_Rabu_Kamis_Jumat_Sabtu'.split('_'),\n weekdaysShort: 'Min_Sen_Sel_Rab_Kam_Jum_Sab'.split('_'),\n weekdaysMin: 'Mg_Sn_Sl_Rb_Km_Jm_Sb'.split('_'),\n longDateFormat: {\n LT: 'HH.mm',\n LTS: 'HH.mm.ss',\n L: 'DD/MM/YYYY',\n LL: 'D MMMM YYYY',\n LLL: 'D MMMM YYYY [pukul] HH.mm',\n LLLL: 'dddd, D MMMM YYYY [pukul] HH.mm',\n },\n meridiemParse: /pagi|siang|sore|malam/,\n meridiemHour: function (hour, meridiem) {\n if (hour === 12) {\n hour = 0;\n }\n if (meridiem === 'pagi') {\n return hour;\n } else if (meridiem === 'siang') {\n return hour >= 11 ? hour : hour + 12;\n } else if (meridiem === 'sore' || meridiem === 'malam') {\n return hour + 12;\n }\n },\n meridiem: function (hours, minutes, isLower) {\n if (hours < 11) {\n return 'pagi';\n } else if (hours < 15) {\n return 'siang';\n } else if (hours < 19) {\n return 'sore';\n } else {\n return 'malam';\n }\n },\n calendar: {\n sameDay: '[Hari ini pukul] LT',\n nextDay: '[Besok pukul] LT',\n nextWeek: 'dddd [pukul] LT',\n lastDay: '[Kemarin pukul] LT',\n lastWeek: 'dddd [lalu pukul] LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: 'dalam %s',\n past: '%s yang lalu',\n s: 'beberapa detik',\n ss: '%d detik',\n m: 'semenit',\n mm: '%d menit',\n h: 'sejam',\n hh: '%d jam',\n d: 'sehari',\n dd: '%d hari',\n M: 'sebulan',\n MM: '%d bulan',\n y: 'setahun',\n yy: '%d tahun',\n },\n week: {\n dow: 0, // Sunday is the first day of the week.\n doy: 6, // The week that contains Jan 6th is the first week of the year.\n },\n });\n\n return id;\n\n})));\n","//! moment.js locale configuration\n//! locale : Icelandic [is]\n//! author : Hinrik Örn Sigurðsson : https://github.com/hinrik\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n //! moment.js locale configuration\n\n function plural(n) {\n if (n % 100 === 11) {\n return true;\n } else if (n % 10 === 1) {\n return false;\n }\n return true;\n }\n function translate(number, withoutSuffix, key, isFuture) {\n var result = number + ' ';\n switch (key) {\n case 's':\n return withoutSuffix || isFuture\n ? 'nokkrar sekúndur'\n : 'nokkrum sekúndum';\n case 'ss':\n if (plural(number)) {\n return (\n result +\n (withoutSuffix || isFuture ? 'sekúndur' : 'sekúndum')\n );\n }\n return result + 'sekúnda';\n case 'm':\n return withoutSuffix ? 'mínúta' : 'mínútu';\n case 'mm':\n if (plural(number)) {\n return (\n result + (withoutSuffix || isFuture ? 'mínútur' : 'mínútum')\n );\n } else if (withoutSuffix) {\n return result + 'mínúta';\n }\n return result + 'mínútu';\n case 'hh':\n if (plural(number)) {\n return (\n result +\n (withoutSuffix || isFuture\n ? 'klukkustundir'\n : 'klukkustundum')\n );\n }\n return result + 'klukkustund';\n case 'd':\n if (withoutSuffix) {\n return 'dagur';\n }\n return isFuture ? 'dag' : 'degi';\n case 'dd':\n if (plural(number)) {\n if (withoutSuffix) {\n return result + 'dagar';\n }\n return result + (isFuture ? 'daga' : 'dögum');\n } else if (withoutSuffix) {\n return result + 'dagur';\n }\n return result + (isFuture ? 'dag' : 'degi');\n case 'M':\n if (withoutSuffix) {\n return 'mánuður';\n }\n return isFuture ? 'mánuð' : 'mánuði';\n case 'MM':\n if (plural(number)) {\n if (withoutSuffix) {\n return result + 'mánuðir';\n }\n return result + (isFuture ? 'mánuði' : 'mánuðum');\n } else if (withoutSuffix) {\n return result + 'mánuður';\n }\n return result + (isFuture ? 'mánuð' : 'mánuði');\n case 'y':\n return withoutSuffix || isFuture ? 'ár' : 'ári';\n case 'yy':\n if (plural(number)) {\n return result + (withoutSuffix || isFuture ? 'ár' : 'árum');\n }\n return result + (withoutSuffix || isFuture ? 'ár' : 'ári');\n }\n }\n\n var is = moment.defineLocale('is', {\n months: 'janúar_febrúar_mars_apríl_maí_júní_júlí_ágúst_september_október_nóvember_desember'.split(\n '_'\n ),\n monthsShort: 'jan_feb_mar_apr_maí_jún_júl_ágú_sep_okt_nóv_des'.split('_'),\n weekdays: 'sunnudagur_mánudagur_þriðjudagur_miðvikudagur_fimmtudagur_föstudagur_laugardagur'.split(\n '_'\n ),\n weekdaysShort: 'sun_mán_þri_mið_fim_fös_lau'.split('_'),\n weekdaysMin: 'Su_Má_Þr_Mi_Fi_Fö_La'.split('_'),\n longDateFormat: {\n LT: 'H:mm',\n LTS: 'H:mm:ss',\n L: 'DD.MM.YYYY',\n LL: 'D. MMMM YYYY',\n LLL: 'D. MMMM YYYY [kl.] H:mm',\n LLLL: 'dddd, D. MMMM YYYY [kl.] H:mm',\n },\n calendar: {\n sameDay: '[í dag kl.] LT',\n nextDay: '[á morgun kl.] LT',\n nextWeek: 'dddd [kl.] LT',\n lastDay: '[í gær kl.] LT',\n lastWeek: '[síðasta] dddd [kl.] LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: 'eftir %s',\n past: 'fyrir %s síðan',\n s: translate,\n ss: translate,\n m: translate,\n mm: translate,\n h: 'klukkustund',\n hh: translate,\n d: translate,\n dd: translate,\n M: translate,\n MM: translate,\n y: translate,\n yy: translate,\n },\n dayOfMonthOrdinalParse: /\\d{1,2}\\./,\n ordinal: '%d.',\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 4, // The week that contains Jan 4th is the first week of the year.\n },\n });\n\n return is;\n\n})));\n","//! moment.js locale configuration\n//! locale : Italian [it]\n//! author : Lorenzo : https://github.com/aliem\n//! author: Mattia Larentis: https://github.com/nostalgiaz\n//! author: Marco : https://github.com/Manfre98\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n //! moment.js locale configuration\n\n var it = moment.defineLocale('it', {\n months: 'gennaio_febbraio_marzo_aprile_maggio_giugno_luglio_agosto_settembre_ottobre_novembre_dicembre'.split(\n '_'\n ),\n monthsShort: 'gen_feb_mar_apr_mag_giu_lug_ago_set_ott_nov_dic'.split('_'),\n weekdays: 'domenica_lunedì_martedì_mercoledì_giovedì_venerdì_sabato'.split(\n '_'\n ),\n weekdaysShort: 'dom_lun_mar_mer_gio_ven_sab'.split('_'),\n weekdaysMin: 'do_lu_ma_me_gi_ve_sa'.split('_'),\n longDateFormat: {\n LT: 'HH:mm',\n LTS: 'HH:mm:ss',\n L: 'DD/MM/YYYY',\n LL: 'D MMMM YYYY',\n LLL: 'D MMMM YYYY HH:mm',\n LLLL: 'dddd D MMMM YYYY HH:mm',\n },\n calendar: {\n sameDay: function () {\n return (\n '[Oggi a' +\n (this.hours() > 1 ? 'lle ' : this.hours() === 0 ? ' ' : \"ll'\") +\n ']LT'\n );\n },\n nextDay: function () {\n return (\n '[Domani a' +\n (this.hours() > 1 ? 'lle ' : this.hours() === 0 ? ' ' : \"ll'\") +\n ']LT'\n );\n },\n nextWeek: function () {\n return (\n 'dddd [a' +\n (this.hours() > 1 ? 'lle ' : this.hours() === 0 ? ' ' : \"ll'\") +\n ']LT'\n );\n },\n lastDay: function () {\n return (\n '[Ieri a' +\n (this.hours() > 1 ? 'lle ' : this.hours() === 0 ? ' ' : \"ll'\") +\n ']LT'\n );\n },\n lastWeek: function () {\n switch (this.day()) {\n case 0:\n return (\n '[La scorsa] dddd [a' +\n (this.hours() > 1\n ? 'lle '\n : this.hours() === 0\n ? ' '\n : \"ll'\") +\n ']LT'\n );\n default:\n return (\n '[Lo scorso] dddd [a' +\n (this.hours() > 1\n ? 'lle '\n : this.hours() === 0\n ? ' '\n : \"ll'\") +\n ']LT'\n );\n }\n },\n sameElse: 'L',\n },\n relativeTime: {\n future: 'tra %s',\n past: '%s fa',\n s: 'alcuni secondi',\n ss: '%d secondi',\n m: 'un minuto',\n mm: '%d minuti',\n h: \"un'ora\",\n hh: '%d ore',\n d: 'un giorno',\n dd: '%d giorni',\n w: 'una settimana',\n ww: '%d settimane',\n M: 'un mese',\n MM: '%d mesi',\n y: 'un anno',\n yy: '%d anni',\n },\n dayOfMonthOrdinalParse: /\\d{1,2}º/,\n ordinal: '%dº',\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 4, // The week that contains Jan 4th is the first week of the year.\n },\n });\n\n return it;\n\n})));\n","//! moment.js locale configuration\n//! locale : Italian (Switzerland) [it-ch]\n//! author : xfh : https://github.com/xfh\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n //! moment.js locale configuration\n\n var itCh = moment.defineLocale('it-ch', {\n months: 'gennaio_febbraio_marzo_aprile_maggio_giugno_luglio_agosto_settembre_ottobre_novembre_dicembre'.split(\n '_'\n ),\n monthsShort: 'gen_feb_mar_apr_mag_giu_lug_ago_set_ott_nov_dic'.split('_'),\n weekdays: 'domenica_lunedì_martedì_mercoledì_giovedì_venerdì_sabato'.split(\n '_'\n ),\n weekdaysShort: 'dom_lun_mar_mer_gio_ven_sab'.split('_'),\n weekdaysMin: 'do_lu_ma_me_gi_ve_sa'.split('_'),\n longDateFormat: {\n LT: 'HH:mm',\n LTS: 'HH:mm:ss',\n L: 'DD.MM.YYYY',\n LL: 'D MMMM YYYY',\n LLL: 'D MMMM YYYY HH:mm',\n LLLL: 'dddd D MMMM YYYY HH:mm',\n },\n calendar: {\n sameDay: '[Oggi alle] LT',\n nextDay: '[Domani alle] LT',\n nextWeek: 'dddd [alle] LT',\n lastDay: '[Ieri alle] LT',\n lastWeek: function () {\n switch (this.day()) {\n case 0:\n return '[la scorsa] dddd [alle] LT';\n default:\n return '[lo scorso] dddd [alle] LT';\n }\n },\n sameElse: 'L',\n },\n relativeTime: {\n future: function (s) {\n return (/^[0-9].+$/.test(s) ? 'tra' : 'in') + ' ' + s;\n },\n past: '%s fa',\n s: 'alcuni secondi',\n ss: '%d secondi',\n m: 'un minuto',\n mm: '%d minuti',\n h: \"un'ora\",\n hh: '%d ore',\n d: 'un giorno',\n dd: '%d giorni',\n M: 'un mese',\n MM: '%d mesi',\n y: 'un anno',\n yy: '%d anni',\n },\n dayOfMonthOrdinalParse: /\\d{1,2}º/,\n ordinal: '%dº',\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 4, // The week that contains Jan 4th is the first week of the year.\n },\n });\n\n return itCh;\n\n})));\n","//! moment.js locale configuration\n//! locale : Japanese [ja]\n//! author : LI Long : https://github.com/baryon\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n //! moment.js locale configuration\n\n var ja = moment.defineLocale('ja', {\n eras: [\n {\n since: '2019-05-01',\n offset: 1,\n name: '令和',\n narrow: '㋿',\n abbr: 'R',\n },\n {\n since: '1989-01-08',\n until: '2019-04-30',\n offset: 1,\n name: '平成',\n narrow: '㍻',\n abbr: 'H',\n },\n {\n since: '1926-12-25',\n until: '1989-01-07',\n offset: 1,\n name: '昭和',\n narrow: '㍼',\n abbr: 'S',\n },\n {\n since: '1912-07-30',\n until: '1926-12-24',\n offset: 1,\n name: '大正',\n narrow: '㍽',\n abbr: 'T',\n },\n {\n since: '1873-01-01',\n until: '1912-07-29',\n offset: 6,\n name: '明治',\n narrow: '㍾',\n abbr: 'M',\n },\n {\n since: '0001-01-01',\n until: '1873-12-31',\n offset: 1,\n name: '西暦',\n narrow: 'AD',\n abbr: 'AD',\n },\n {\n since: '0000-12-31',\n until: -Infinity,\n offset: 1,\n name: '紀元前',\n narrow: 'BC',\n abbr: 'BC',\n },\n ],\n eraYearOrdinalRegex: /(元|\\d+)年/,\n eraYearOrdinalParse: function (input, match) {\n return match[1] === '元' ? 1 : parseInt(match[1] || input, 10);\n },\n months: '1月_2月_3月_4月_5月_6月_7月_8月_9月_10月_11月_12月'.split('_'),\n monthsShort: '1月_2月_3月_4月_5月_6月_7月_8月_9月_10月_11月_12月'.split(\n '_'\n ),\n weekdays: '日曜日_月曜日_火曜日_水曜日_木曜日_金曜日_土曜日'.split('_'),\n weekdaysShort: '日_月_火_水_木_金_土'.split('_'),\n weekdaysMin: '日_月_火_水_木_金_土'.split('_'),\n longDateFormat: {\n LT: 'HH:mm',\n LTS: 'HH:mm:ss',\n L: 'YYYY/MM/DD',\n LL: 'YYYY年M月D日',\n LLL: 'YYYY年M月D日 HH:mm',\n LLLL: 'YYYY年M月D日 dddd HH:mm',\n l: 'YYYY/MM/DD',\n ll: 'YYYY年M月D日',\n lll: 'YYYY年M月D日 HH:mm',\n llll: 'YYYY年M月D日(ddd) HH:mm',\n },\n meridiemParse: /午前|午後/i,\n isPM: function (input) {\n return input === '午後';\n },\n meridiem: function (hour, minute, isLower) {\n if (hour < 12) {\n return '午前';\n } else {\n return '午後';\n }\n },\n calendar: {\n sameDay: '[今日] LT',\n nextDay: '[明日] LT',\n nextWeek: function (now) {\n if (now.week() !== this.week()) {\n return '[来週]dddd LT';\n } else {\n return 'dddd LT';\n }\n },\n lastDay: '[昨日] LT',\n lastWeek: function (now) {\n if (this.week() !== now.week()) {\n return '[先週]dddd LT';\n } else {\n return 'dddd LT';\n }\n },\n sameElse: 'L',\n },\n dayOfMonthOrdinalParse: /\\d{1,2}日/,\n ordinal: function (number, period) {\n switch (period) {\n case 'y':\n return number === 1 ? '元年' : number + '年';\n case 'd':\n case 'D':\n case 'DDD':\n return number + '日';\n default:\n return number;\n }\n },\n relativeTime: {\n future: '%s後',\n past: '%s前',\n s: '数秒',\n ss: '%d秒',\n m: '1分',\n mm: '%d分',\n h: '1時間',\n hh: '%d時間',\n d: '1日',\n dd: '%d日',\n M: '1ヶ月',\n MM: '%dヶ月',\n y: '1年',\n yy: '%d年',\n },\n });\n\n return ja;\n\n})));\n","//! moment.js locale configuration\n//! locale : Javanese [jv]\n//! author : Rony Lantip : https://github.com/lantip\n//! reference: http://jv.wikipedia.org/wiki/Basa_Jawa\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n //! moment.js locale configuration\n\n var jv = moment.defineLocale('jv', {\n months: 'Januari_Februari_Maret_April_Mei_Juni_Juli_Agustus_September_Oktober_Nopember_Desember'.split(\n '_'\n ),\n monthsShort: 'Jan_Feb_Mar_Apr_Mei_Jun_Jul_Ags_Sep_Okt_Nop_Des'.split('_'),\n weekdays: 'Minggu_Senen_Seloso_Rebu_Kemis_Jemuwah_Septu'.split('_'),\n weekdaysShort: 'Min_Sen_Sel_Reb_Kem_Jem_Sep'.split('_'),\n weekdaysMin: 'Mg_Sn_Sl_Rb_Km_Jm_Sp'.split('_'),\n longDateFormat: {\n LT: 'HH.mm',\n LTS: 'HH.mm.ss',\n L: 'DD/MM/YYYY',\n LL: 'D MMMM YYYY',\n LLL: 'D MMMM YYYY [pukul] HH.mm',\n LLLL: 'dddd, D MMMM YYYY [pukul] HH.mm',\n },\n meridiemParse: /enjing|siyang|sonten|ndalu/,\n meridiemHour: function (hour, meridiem) {\n if (hour === 12) {\n hour = 0;\n }\n if (meridiem === 'enjing') {\n return hour;\n } else if (meridiem === 'siyang') {\n return hour >= 11 ? hour : hour + 12;\n } else if (meridiem === 'sonten' || meridiem === 'ndalu') {\n return hour + 12;\n }\n },\n meridiem: function (hours, minutes, isLower) {\n if (hours < 11) {\n return 'enjing';\n } else if (hours < 15) {\n return 'siyang';\n } else if (hours < 19) {\n return 'sonten';\n } else {\n return 'ndalu';\n }\n },\n calendar: {\n sameDay: '[Dinten puniko pukul] LT',\n nextDay: '[Mbenjang pukul] LT',\n nextWeek: 'dddd [pukul] LT',\n lastDay: '[Kala wingi pukul] LT',\n lastWeek: 'dddd [kepengker pukul] LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: 'wonten ing %s',\n past: '%s ingkang kepengker',\n s: 'sawetawis detik',\n ss: '%d detik',\n m: 'setunggal menit',\n mm: '%d menit',\n h: 'setunggal jam',\n hh: '%d jam',\n d: 'sedinten',\n dd: '%d dinten',\n M: 'sewulan',\n MM: '%d wulan',\n y: 'setaun',\n yy: '%d taun',\n },\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 7, // The week that contains Jan 7th is the first week of the year.\n },\n });\n\n return jv;\n\n})));\n","//! moment.js locale configuration\n//! locale : Georgian [ka]\n//! author : Irakli Janiashvili : https://github.com/IrakliJani\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n //! moment.js locale configuration\n\n var ka = moment.defineLocale('ka', {\n months: 'იანვარი_თებერვალი_მარტი_აპრილი_მაისი_ივნისი_ივლისი_აგვისტო_სექტემბერი_ოქტომბერი_ნოემბერი_დეკემბერი'.split(\n '_'\n ),\n monthsShort: 'იან_თებ_მარ_აპრ_მაი_ივნ_ივლ_აგვ_სექ_ოქტ_ნოე_დეკ'.split('_'),\n weekdays: {\n standalone: 'კვირა_ორშაბათი_სამშაბათი_ოთხშაბათი_ხუთშაბათი_პარასკევი_შაბათი'.split(\n '_'\n ),\n format: 'კვირას_ორშაბათს_სამშაბათს_ოთხშაბათს_ხუთშაბათს_პარასკევს_შაბათს'.split(\n '_'\n ),\n isFormat: /(წინა|შემდეგ)/,\n },\n weekdaysShort: 'კვი_ორშ_სამ_ოთხ_ხუთ_პარ_შაბ'.split('_'),\n weekdaysMin: 'კვ_ორ_სა_ოთ_ხუ_პა_შა'.split('_'),\n longDateFormat: {\n LT: 'HH:mm',\n LTS: 'HH:mm:ss',\n L: 'DD/MM/YYYY',\n LL: 'D MMMM YYYY',\n LLL: 'D MMMM YYYY HH:mm',\n LLLL: 'dddd, D MMMM YYYY HH:mm',\n },\n calendar: {\n sameDay: '[დღეს] LT[-ზე]',\n nextDay: '[ხვალ] LT[-ზე]',\n lastDay: '[გუშინ] LT[-ზე]',\n nextWeek: '[შემდეგ] dddd LT[-ზე]',\n lastWeek: '[წინა] dddd LT-ზე',\n sameElse: 'L',\n },\n relativeTime: {\n future: function (s) {\n return s.replace(/(წამ|წუთ|საათ|წელ|დღ|თვ)(ი|ე)/, function (\n $0,\n $1,\n $2\n ) {\n return $2 === 'ი' ? $1 + 'ში' : $1 + $2 + 'ში';\n });\n },\n past: function (s) {\n if (/(წამი|წუთი|საათი|დღე|თვე)/.test(s)) {\n return s.replace(/(ი|ე)$/, 'ის წინ');\n }\n if (/წელი/.test(s)) {\n return s.replace(/წელი$/, 'წლის წინ');\n }\n return s;\n },\n s: 'რამდენიმე წამი',\n ss: '%d წამი',\n m: 'წუთი',\n mm: '%d წუთი',\n h: 'საათი',\n hh: '%d საათი',\n d: 'დღე',\n dd: '%d დღე',\n M: 'თვე',\n MM: '%d თვე',\n y: 'წელი',\n yy: '%d წელი',\n },\n dayOfMonthOrdinalParse: /0|1-ლი|მე-\\d{1,2}|\\d{1,2}-ე/,\n ordinal: function (number) {\n if (number === 0) {\n return number;\n }\n if (number === 1) {\n return number + '-ლი';\n }\n if (\n number < 20 ||\n (number <= 100 && number % 20 === 0) ||\n number % 100 === 0\n ) {\n return 'მე-' + number;\n }\n return number + '-ე';\n },\n week: {\n dow: 1,\n doy: 7,\n },\n });\n\n return ka;\n\n})));\n","//! moment.js locale configuration\n//! locale : Kazakh [kk]\n//! authors : Nurlan Rakhimzhanov : https://github.com/nurlan\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n //! moment.js locale configuration\n\n var suffixes = {\n 0: '-ші',\n 1: '-ші',\n 2: '-ші',\n 3: '-ші',\n 4: '-ші',\n 5: '-ші',\n 6: '-шы',\n 7: '-ші',\n 8: '-ші',\n 9: '-шы',\n 10: '-шы',\n 20: '-шы',\n 30: '-шы',\n 40: '-шы',\n 50: '-ші',\n 60: '-шы',\n 70: '-ші',\n 80: '-ші',\n 90: '-шы',\n 100: '-ші',\n };\n\n var kk = moment.defineLocale('kk', {\n months: 'қаңтар_ақпан_наурыз_сәуір_мамыр_маусым_шілде_тамыз_қыркүйек_қазан_қараша_желтоқсан'.split(\n '_'\n ),\n monthsShort: 'қаң_ақп_нау_сәу_мам_мау_шіл_там_қыр_қаз_қар_жел'.split('_'),\n weekdays: 'жексенбі_дүйсенбі_сейсенбі_сәрсенбі_бейсенбі_жұма_сенбі'.split(\n '_'\n ),\n weekdaysShort: 'жек_дүй_сей_сәр_бей_жұм_сен'.split('_'),\n weekdaysMin: 'жк_дй_сй_ср_бй_жм_сн'.split('_'),\n longDateFormat: {\n LT: 'HH:mm',\n LTS: 'HH:mm:ss',\n L: 'DD.MM.YYYY',\n LL: 'D MMMM YYYY',\n LLL: 'D MMMM YYYY HH:mm',\n LLLL: 'dddd, D MMMM YYYY HH:mm',\n },\n calendar: {\n sameDay: '[Бүгін сағат] LT',\n nextDay: '[Ертең сағат] LT',\n nextWeek: 'dddd [сағат] LT',\n lastDay: '[Кеше сағат] LT',\n lastWeek: '[Өткен аптаның] dddd [сағат] LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: '%s ішінде',\n past: '%s бұрын',\n s: 'бірнеше секунд',\n ss: '%d секунд',\n m: 'бір минут',\n mm: '%d минут',\n h: 'бір сағат',\n hh: '%d сағат',\n d: 'бір күн',\n dd: '%d күн',\n M: 'бір ай',\n MM: '%d ай',\n y: 'бір жыл',\n yy: '%d жыл',\n },\n dayOfMonthOrdinalParse: /\\d{1,2}-(ші|шы)/,\n ordinal: function (number) {\n var a = number % 10,\n b = number >= 100 ? 100 : null;\n return number + (suffixes[number] || suffixes[a] || suffixes[b]);\n },\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 7, // The week that contains Jan 7th is the first week of the year.\n },\n });\n\n return kk;\n\n})));\n","//! moment.js locale configuration\n//! locale : Cambodian [km]\n//! author : Kruy Vanna : https://github.com/kruyvanna\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n //! moment.js locale configuration\n\n var symbolMap = {\n 1: '១',\n 2: '២',\n 3: '៣',\n 4: '៤',\n 5: '៥',\n 6: '៦',\n 7: '៧',\n 8: '៨',\n 9: '៩',\n 0: '០',\n },\n numberMap = {\n '១': '1',\n '២': '2',\n '៣': '3',\n '៤': '4',\n '៥': '5',\n '៦': '6',\n '៧': '7',\n '៨': '8',\n '៩': '9',\n '០': '0',\n };\n\n var km = moment.defineLocale('km', {\n months: 'មករា_កុម្ភៈ_មីនា_មេសា_ឧសភា_មិថុនា_កក្កដា_សីហា_កញ្ញា_តុលា_វិច្ឆិកា_ធ្នូ'.split(\n '_'\n ),\n monthsShort: 'មករា_កុម្ភៈ_មីនា_មេសា_ឧសភា_មិថុនា_កក្កដា_សីហា_កញ្ញា_តុលា_វិច្ឆិកា_ធ្នូ'.split(\n '_'\n ),\n weekdays: 'អាទិត្យ_ច័ន្ទ_អង្គារ_ពុធ_ព្រហស្បតិ៍_សុក្រ_សៅរ៍'.split('_'),\n weekdaysShort: 'អា_ច_អ_ព_ព្រ_សុ_ស'.split('_'),\n weekdaysMin: 'អា_ច_អ_ព_ព្រ_សុ_ស'.split('_'),\n weekdaysParseExact: true,\n longDateFormat: {\n LT: 'HH:mm',\n LTS: 'HH:mm:ss',\n L: 'DD/MM/YYYY',\n LL: 'D MMMM YYYY',\n LLL: 'D MMMM YYYY HH:mm',\n LLLL: 'dddd, D MMMM YYYY HH:mm',\n },\n meridiemParse: /ព្រឹក|ល្ងាច/,\n isPM: function (input) {\n return input === 'ល្ងាច';\n },\n meridiem: function (hour, minute, isLower) {\n if (hour < 12) {\n return 'ព្រឹក';\n } else {\n return 'ល្ងាច';\n }\n },\n calendar: {\n sameDay: '[ថ្ងៃនេះ ម៉ោង] LT',\n nextDay: '[ស្អែក ម៉ោង] LT',\n nextWeek: 'dddd [ម៉ោង] LT',\n lastDay: '[ម្សិលមិញ ម៉ោង] LT',\n lastWeek: 'dddd [សប្តាហ៍មុន] [ម៉ោង] LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: '%sទៀត',\n past: '%sមុន',\n s: 'ប៉ុន្មានវិនាទី',\n ss: '%d វិនាទី',\n m: 'មួយនាទី',\n mm: '%d នាទី',\n h: 'មួយម៉ោង',\n hh: '%d ម៉ោង',\n d: 'មួយថ្ងៃ',\n dd: '%d ថ្ងៃ',\n M: 'មួយខែ',\n MM: '%d ខែ',\n y: 'មួយឆ្នាំ',\n yy: '%d ឆ្នាំ',\n },\n dayOfMonthOrdinalParse: /ទី\\d{1,2}/,\n ordinal: 'ទី%d',\n preparse: function (string) {\n return string.replace(/[១២៣៤៥៦៧៨៩០]/g, function (match) {\n return numberMap[match];\n });\n },\n postformat: function (string) {\n return string.replace(/\\d/g, function (match) {\n return symbolMap[match];\n });\n },\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 4, // The week that contains Jan 4th is the first week of the year.\n },\n });\n\n return km;\n\n})));\n","//! moment.js locale configuration\n//! locale : Kannada [kn]\n//! author : Rajeev Naik : https://github.com/rajeevnaikte\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n //! moment.js locale configuration\n\n var symbolMap = {\n 1: '೧',\n 2: '೨',\n 3: '೩',\n 4: '೪',\n 5: '೫',\n 6: '೬',\n 7: '೭',\n 8: '೮',\n 9: '೯',\n 0: '೦',\n },\n numberMap = {\n '೧': '1',\n '೨': '2',\n '೩': '3',\n '೪': '4',\n '೫': '5',\n '೬': '6',\n '೭': '7',\n '೮': '8',\n '೯': '9',\n '೦': '0',\n };\n\n var kn = moment.defineLocale('kn', {\n months: 'ಜನವರಿ_ಫೆಬ್ರವರಿ_ಮಾರ್ಚ್_ಏಪ್ರಿಲ್_ಮೇ_ಜೂನ್_ಜುಲೈ_ಆಗಸ್ಟ್_ಸೆಪ್ಟೆಂಬರ್_ಅಕ್ಟೋಬರ್_ನವೆಂಬರ್_ಡಿಸೆಂಬರ್'.split(\n '_'\n ),\n monthsShort: 'ಜನ_ಫೆಬ್ರ_ಮಾರ್ಚ್_ಏಪ್ರಿಲ್_ಮೇ_ಜೂನ್_ಜುಲೈ_ಆಗಸ್ಟ್_ಸೆಪ್ಟೆಂ_ಅಕ್ಟೋ_ನವೆಂ_ಡಿಸೆಂ'.split(\n '_'\n ),\n monthsParseExact: true,\n weekdays: 'ಭಾನುವಾರ_ಸೋಮವಾರ_ಮಂಗಳವಾರ_ಬುಧವಾರ_ಗುರುವಾರ_ಶುಕ್ರವಾರ_ಶನಿವಾರ'.split(\n '_'\n ),\n weekdaysShort: 'ಭಾನು_ಸೋಮ_ಮಂಗಳ_ಬುಧ_ಗುರು_ಶುಕ್ರ_ಶನಿ'.split('_'),\n weekdaysMin: 'ಭಾ_ಸೋ_ಮಂ_ಬು_ಗು_ಶು_ಶ'.split('_'),\n longDateFormat: {\n LT: 'A h:mm',\n LTS: 'A h:mm:ss',\n L: 'DD/MM/YYYY',\n LL: 'D MMMM YYYY',\n LLL: 'D MMMM YYYY, A h:mm',\n LLLL: 'dddd, D MMMM YYYY, A h:mm',\n },\n calendar: {\n sameDay: '[ಇಂದು] LT',\n nextDay: '[ನಾಳೆ] LT',\n nextWeek: 'dddd, LT',\n lastDay: '[ನಿನ್ನೆ] LT',\n lastWeek: '[ಕೊನೆಯ] dddd, LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: '%s ನಂತರ',\n past: '%s ಹಿಂದೆ',\n s: 'ಕೆಲವು ಕ್ಷಣಗಳು',\n ss: '%d ಸೆಕೆಂಡುಗಳು',\n m: 'ಒಂದು ನಿಮಿಷ',\n mm: '%d ನಿಮಿಷ',\n h: 'ಒಂದು ಗಂಟೆ',\n hh: '%d ಗಂಟೆ',\n d: 'ಒಂದು ದಿನ',\n dd: '%d ದಿನ',\n M: 'ಒಂದು ತಿಂಗಳು',\n MM: '%d ತಿಂಗಳು',\n y: 'ಒಂದು ವರ್ಷ',\n yy: '%d ವರ್ಷ',\n },\n preparse: function (string) {\n return string.replace(/[೧೨೩೪೫೬೭೮೯೦]/g, function (match) {\n return numberMap[match];\n });\n },\n postformat: function (string) {\n return string.replace(/\\d/g, function (match) {\n return symbolMap[match];\n });\n },\n meridiemParse: /ರಾತ್ರಿ|ಬೆಳಿಗ್ಗೆ|ಮಧ್ಯಾಹ್ನ|ಸಂಜೆ/,\n meridiemHour: function (hour, meridiem) {\n if (hour === 12) {\n hour = 0;\n }\n if (meridiem === 'ರಾತ್ರಿ') {\n return hour < 4 ? hour : hour + 12;\n } else if (meridiem === 'ಬೆಳಿಗ್ಗೆ') {\n return hour;\n } else if (meridiem === 'ಮಧ್ಯಾಹ್ನ') {\n return hour >= 10 ? hour : hour + 12;\n } else if (meridiem === 'ಸಂಜೆ') {\n return hour + 12;\n }\n },\n meridiem: function (hour, minute, isLower) {\n if (hour < 4) {\n return 'ರಾತ್ರಿ';\n } else if (hour < 10) {\n return 'ಬೆಳಿಗ್ಗೆ';\n } else if (hour < 17) {\n return 'ಮಧ್ಯಾಹ್ನ';\n } else if (hour < 20) {\n return 'ಸಂಜೆ';\n } else {\n return 'ರಾತ್ರಿ';\n }\n },\n dayOfMonthOrdinalParse: /\\d{1,2}(ನೇ)/,\n ordinal: function (number) {\n return number + 'ನೇ';\n },\n week: {\n dow: 0, // Sunday is the first day of the week.\n doy: 6, // The week that contains Jan 6th is the first week of the year.\n },\n });\n\n return kn;\n\n})));\n","//! moment.js locale configuration\n//! locale : Korean [ko]\n//! author : Kyungwook, Park : https://github.com/kyungw00k\n//! author : Jeeeyul Lee <jeeeyul@gmail.com>\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n //! moment.js locale configuration\n\n var ko = moment.defineLocale('ko', {\n months: '1월_2월_3월_4월_5월_6월_7월_8월_9월_10월_11월_12월'.split('_'),\n monthsShort: '1월_2월_3월_4월_5월_6월_7월_8월_9월_10월_11월_12월'.split(\n '_'\n ),\n weekdays: '일요일_월요일_화요일_수요일_목요일_금요일_토요일'.split('_'),\n weekdaysShort: '일_월_화_수_목_금_토'.split('_'),\n weekdaysMin: '일_월_화_수_목_금_토'.split('_'),\n longDateFormat: {\n LT: 'A h:mm',\n LTS: 'A h:mm:ss',\n L: 'YYYY.MM.DD.',\n LL: 'YYYY년 MMMM D일',\n LLL: 'YYYY년 MMMM D일 A h:mm',\n LLLL: 'YYYY년 MMMM D일 dddd A h:mm',\n l: 'YYYY.MM.DD.',\n ll: 'YYYY년 MMMM D일',\n lll: 'YYYY년 MMMM D일 A h:mm',\n llll: 'YYYY년 MMMM D일 dddd A h:mm',\n },\n calendar: {\n sameDay: '오늘 LT',\n nextDay: '내일 LT',\n nextWeek: 'dddd LT',\n lastDay: '어제 LT',\n lastWeek: '지난주 dddd LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: '%s 후',\n past: '%s 전',\n s: '몇 초',\n ss: '%d초',\n m: '1분',\n mm: '%d분',\n h: '한 시간',\n hh: '%d시간',\n d: '하루',\n dd: '%d일',\n M: '한 달',\n MM: '%d달',\n y: '일 년',\n yy: '%d년',\n },\n dayOfMonthOrdinalParse: /\\d{1,2}(일|월|주)/,\n ordinal: function (number, period) {\n switch (period) {\n case 'd':\n case 'D':\n case 'DDD':\n return number + '일';\n case 'M':\n return number + '월';\n case 'w':\n case 'W':\n return number + '주';\n default:\n return number;\n }\n },\n meridiemParse: /오전|오후/,\n isPM: function (token) {\n return token === '오후';\n },\n meridiem: function (hour, minute, isUpper) {\n return hour < 12 ? '오전' : '오후';\n },\n });\n\n return ko;\n\n})));\n","//! moment.js locale configuration\n//! locale : Kurdish [ku]\n//! author : Shahram Mebashar : https://github.com/ShahramMebashar\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n //! moment.js locale configuration\n\n var symbolMap = {\n 1: '١',\n 2: '٢',\n 3: '٣',\n 4: '٤',\n 5: '٥',\n 6: '٦',\n 7: '٧',\n 8: '٨',\n 9: '٩',\n 0: '٠',\n },\n numberMap = {\n '١': '1',\n '٢': '2',\n '٣': '3',\n '٤': '4',\n '٥': '5',\n '٦': '6',\n '٧': '7',\n '٨': '8',\n '٩': '9',\n '٠': '0',\n },\n months = [\n 'کانونی دووەم',\n 'شوبات',\n 'ئازار',\n 'نیسان',\n 'ئایار',\n 'حوزەیران',\n 'تەمموز',\n 'ئاب',\n 'ئەیلوول',\n 'تشرینی یەكەم',\n 'تشرینی دووەم',\n 'كانونی یەکەم',\n ];\n\n var ku = moment.defineLocale('ku', {\n months: months,\n monthsShort: months,\n weekdays: 'یه‌كشه‌ممه‌_دووشه‌ممه‌_سێشه‌ممه‌_چوارشه‌ممه‌_پێنجشه‌ممه‌_هه‌ینی_شه‌ممه‌'.split(\n '_'\n ),\n weekdaysShort: 'یه‌كشه‌م_دووشه‌م_سێشه‌م_چوارشه‌م_پێنجشه‌م_هه‌ینی_شه‌ممه‌'.split(\n '_'\n ),\n weekdaysMin: 'ی_د_س_چ_پ_ه_ش'.split('_'),\n weekdaysParseExact: true,\n longDateFormat: {\n LT: 'HH:mm',\n LTS: 'HH:mm:ss',\n L: 'DD/MM/YYYY',\n LL: 'D MMMM YYYY',\n LLL: 'D MMMM YYYY HH:mm',\n LLLL: 'dddd, D MMMM YYYY HH:mm',\n },\n meridiemParse: /ئێواره‌|به‌یانی/,\n isPM: function (input) {\n return /ئێواره‌/.test(input);\n },\n meridiem: function (hour, minute, isLower) {\n if (hour < 12) {\n return 'به‌یانی';\n } else {\n return 'ئێواره‌';\n }\n },\n calendar: {\n sameDay: '[ئه‌مرۆ كاتژمێر] LT',\n nextDay: '[به‌یانی كاتژمێر] LT',\n nextWeek: 'dddd [كاتژمێر] LT',\n lastDay: '[دوێنێ كاتژمێر] LT',\n lastWeek: 'dddd [كاتژمێر] LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: 'له‌ %s',\n past: '%s',\n s: 'چه‌ند چركه‌یه‌ك',\n ss: 'چركه‌ %d',\n m: 'یه‌ك خوله‌ك',\n mm: '%d خوله‌ك',\n h: 'یه‌ك كاتژمێر',\n hh: '%d كاتژمێر',\n d: 'یه‌ك ڕۆژ',\n dd: '%d ڕۆژ',\n M: 'یه‌ك مانگ',\n MM: '%d مانگ',\n y: 'یه‌ك ساڵ',\n yy: '%d ساڵ',\n },\n preparse: function (string) {\n return string\n .replace(/[١٢٣٤٥٦٧٨٩٠]/g, function (match) {\n return numberMap[match];\n })\n .replace(/،/g, ',');\n },\n postformat: function (string) {\n return string\n .replace(/\\d/g, function (match) {\n return symbolMap[match];\n })\n .replace(/,/g, '،');\n },\n week: {\n dow: 6, // Saturday is the first day of the week.\n doy: 12, // The week that contains Jan 12th is the first week of the year.\n },\n });\n\n return ku;\n\n})));\n","//! moment.js locale configuration\n//! locale : Kyrgyz [ky]\n//! author : Chyngyz Arystan uulu : https://github.com/chyngyz\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n //! moment.js locale configuration\n\n var suffixes = {\n 0: '-чү',\n 1: '-чи',\n 2: '-чи',\n 3: '-чү',\n 4: '-чү',\n 5: '-чи',\n 6: '-чы',\n 7: '-чи',\n 8: '-чи',\n 9: '-чу',\n 10: '-чу',\n 20: '-чы',\n 30: '-чу',\n 40: '-чы',\n 50: '-чү',\n 60: '-чы',\n 70: '-чи',\n 80: '-чи',\n 90: '-чу',\n 100: '-чү',\n };\n\n var ky = moment.defineLocale('ky', {\n months: 'январь_февраль_март_апрель_май_июнь_июль_август_сентябрь_октябрь_ноябрь_декабрь'.split(\n '_'\n ),\n monthsShort: 'янв_фев_март_апр_май_июнь_июль_авг_сен_окт_ноя_дек'.split(\n '_'\n ),\n weekdays: 'Жекшемби_Дүйшөмбү_Шейшемби_Шаршемби_Бейшемби_Жума_Ишемби'.split(\n '_'\n ),\n weekdaysShort: 'Жек_Дүй_Шей_Шар_Бей_Жум_Ише'.split('_'),\n weekdaysMin: 'Жк_Дй_Шй_Шр_Бй_Жм_Иш'.split('_'),\n longDateFormat: {\n LT: 'HH:mm',\n LTS: 'HH:mm:ss',\n L: 'DD.MM.YYYY',\n LL: 'D MMMM YYYY',\n LLL: 'D MMMM YYYY HH:mm',\n LLLL: 'dddd, D MMMM YYYY HH:mm',\n },\n calendar: {\n sameDay: '[Бүгүн саат] LT',\n nextDay: '[Эртең саат] LT',\n nextWeek: 'dddd [саат] LT',\n lastDay: '[Кечээ саат] LT',\n lastWeek: '[Өткөн аптанын] dddd [күнү] [саат] LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: '%s ичинде',\n past: '%s мурун',\n s: 'бирнече секунд',\n ss: '%d секунд',\n m: 'бир мүнөт',\n mm: '%d мүнөт',\n h: 'бир саат',\n hh: '%d саат',\n d: 'бир күн',\n dd: '%d күн',\n M: 'бир ай',\n MM: '%d ай',\n y: 'бир жыл',\n yy: '%d жыл',\n },\n dayOfMonthOrdinalParse: /\\d{1,2}-(чи|чы|чү|чу)/,\n ordinal: function (number) {\n var a = number % 10,\n b = number >= 100 ? 100 : null;\n return number + (suffixes[number] || suffixes[a] || suffixes[b]);\n },\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 7, // The week that contains Jan 7th is the first week of the year.\n },\n });\n\n return ky;\n\n})));\n","//! moment.js locale configuration\n//! locale : Luxembourgish [lb]\n//! author : mweimerskirch : https://github.com/mweimerskirch\n//! author : David Raison : https://github.com/kwisatz\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n //! moment.js locale configuration\n\n function processRelativeTime(number, withoutSuffix, key, isFuture) {\n var format = {\n m: ['eng Minutt', 'enger Minutt'],\n h: ['eng Stonn', 'enger Stonn'],\n d: ['een Dag', 'engem Dag'],\n M: ['ee Mount', 'engem Mount'],\n y: ['ee Joer', 'engem Joer'],\n };\n return withoutSuffix ? format[key][0] : format[key][1];\n }\n function processFutureTime(string) {\n var number = string.substr(0, string.indexOf(' '));\n if (eifelerRegelAppliesToNumber(number)) {\n return 'a ' + string;\n }\n return 'an ' + string;\n }\n function processPastTime(string) {\n var number = string.substr(0, string.indexOf(' '));\n if (eifelerRegelAppliesToNumber(number)) {\n return 'viru ' + string;\n }\n return 'virun ' + string;\n }\n /**\n * Returns true if the word before the given number loses the '-n' ending.\n * e.g. 'an 10 Deeg' but 'a 5 Deeg'\n *\n * @param number {integer}\n * @returns {boolean}\n */\n function eifelerRegelAppliesToNumber(number) {\n number = parseInt(number, 10);\n if (isNaN(number)) {\n return false;\n }\n if (number < 0) {\n // Negative Number --> always true\n return true;\n } else if (number < 10) {\n // Only 1 digit\n if (4 <= number && number <= 7) {\n return true;\n }\n return false;\n } else if (number < 100) {\n // 2 digits\n var lastDigit = number % 10,\n firstDigit = number / 10;\n if (lastDigit === 0) {\n return eifelerRegelAppliesToNumber(firstDigit);\n }\n return eifelerRegelAppliesToNumber(lastDigit);\n } else if (number < 10000) {\n // 3 or 4 digits --> recursively check first digit\n while (number >= 10) {\n number = number / 10;\n }\n return eifelerRegelAppliesToNumber(number);\n } else {\n // Anything larger than 4 digits: recursively check first n-3 digits\n number = number / 1000;\n return eifelerRegelAppliesToNumber(number);\n }\n }\n\n var lb = moment.defineLocale('lb', {\n months: 'Januar_Februar_Mäerz_Abrëll_Mee_Juni_Juli_August_September_Oktober_November_Dezember'.split(\n '_'\n ),\n monthsShort: 'Jan._Febr._Mrz._Abr._Mee_Jun._Jul._Aug._Sept._Okt._Nov._Dez.'.split(\n '_'\n ),\n monthsParseExact: true,\n weekdays: 'Sonndeg_Méindeg_Dënschdeg_Mëttwoch_Donneschdeg_Freideg_Samschdeg'.split(\n '_'\n ),\n weekdaysShort: 'So._Mé._Dë._Më._Do._Fr._Sa.'.split('_'),\n weekdaysMin: 'So_Mé_Dë_Më_Do_Fr_Sa'.split('_'),\n weekdaysParseExact: true,\n longDateFormat: {\n LT: 'H:mm [Auer]',\n LTS: 'H:mm:ss [Auer]',\n L: 'DD.MM.YYYY',\n LL: 'D. MMMM YYYY',\n LLL: 'D. MMMM YYYY H:mm [Auer]',\n LLLL: 'dddd, D. MMMM YYYY H:mm [Auer]',\n },\n calendar: {\n sameDay: '[Haut um] LT',\n sameElse: 'L',\n nextDay: '[Muer um] LT',\n nextWeek: 'dddd [um] LT',\n lastDay: '[Gëschter um] LT',\n lastWeek: function () {\n // Different date string for 'Dënschdeg' (Tuesday) and 'Donneschdeg' (Thursday) due to phonological rule\n switch (this.day()) {\n case 2:\n case 4:\n return '[Leschten] dddd [um] LT';\n default:\n return '[Leschte] dddd [um] LT';\n }\n },\n },\n relativeTime: {\n future: processFutureTime,\n past: processPastTime,\n s: 'e puer Sekonnen',\n ss: '%d Sekonnen',\n m: processRelativeTime,\n mm: '%d Minutten',\n h: processRelativeTime,\n hh: '%d Stonnen',\n d: processRelativeTime,\n dd: '%d Deeg',\n M: processRelativeTime,\n MM: '%d Méint',\n y: processRelativeTime,\n yy: '%d Joer',\n },\n dayOfMonthOrdinalParse: /\\d{1,2}\\./,\n ordinal: '%d.',\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 4, // The week that contains Jan 4th is the first week of the year.\n },\n });\n\n return lb;\n\n})));\n","//! moment.js locale configuration\n//! locale : Lao [lo]\n//! author : Ryan Hart : https://github.com/ryanhart2\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n //! moment.js locale configuration\n\n var lo = moment.defineLocale('lo', {\n months: 'ມັງກອນ_ກຸມພາ_ມີນາ_ເມສາ_ພຶດສະພາ_ມິຖຸນາ_ກໍລະກົດ_ສິງຫາ_ກັນຍາ_ຕຸລາ_ພະຈິກ_ທັນວາ'.split(\n '_'\n ),\n monthsShort: 'ມັງກອນ_ກຸມພາ_ມີນາ_ເມສາ_ພຶດສະພາ_ມິຖຸນາ_ກໍລະກົດ_ສິງຫາ_ກັນຍາ_ຕຸລາ_ພະຈິກ_ທັນວາ'.split(\n '_'\n ),\n weekdays: 'ອາທິດ_ຈັນ_ອັງຄານ_ພຸດ_ພະຫັດ_ສຸກ_ເສົາ'.split('_'),\n weekdaysShort: 'ທິດ_ຈັນ_ອັງຄານ_ພຸດ_ພະຫັດ_ສຸກ_ເສົາ'.split('_'),\n weekdaysMin: 'ທ_ຈ_ອຄ_ພ_ພຫ_ສກ_ສ'.split('_'),\n weekdaysParseExact: true,\n longDateFormat: {\n LT: 'HH:mm',\n LTS: 'HH:mm:ss',\n L: 'DD/MM/YYYY',\n LL: 'D MMMM YYYY',\n LLL: 'D MMMM YYYY HH:mm',\n LLLL: 'ວັນdddd D MMMM YYYY HH:mm',\n },\n meridiemParse: /ຕອນເຊົ້າ|ຕອນແລງ/,\n isPM: function (input) {\n return input === 'ຕອນແລງ';\n },\n meridiem: function (hour, minute, isLower) {\n if (hour < 12) {\n return 'ຕອນເຊົ້າ';\n } else {\n return 'ຕອນແລງ';\n }\n },\n calendar: {\n sameDay: '[ມື້ນີ້ເວລາ] LT',\n nextDay: '[ມື້ອື່ນເວລາ] LT',\n nextWeek: '[ວັນ]dddd[ໜ້າເວລາ] LT',\n lastDay: '[ມື້ວານນີ້ເວລາ] LT',\n lastWeek: '[ວັນ]dddd[ແລ້ວນີ້ເວລາ] LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: 'ອີກ %s',\n past: '%sຜ່ານມາ',\n s: 'ບໍ່ເທົ່າໃດວິນາທີ',\n ss: '%d ວິນາທີ',\n m: '1 ນາທີ',\n mm: '%d ນາທີ',\n h: '1 ຊົ່ວໂມງ',\n hh: '%d ຊົ່ວໂມງ',\n d: '1 ມື້',\n dd: '%d ມື້',\n M: '1 ເດືອນ',\n MM: '%d ເດືອນ',\n y: '1 ປີ',\n yy: '%d ປີ',\n },\n dayOfMonthOrdinalParse: /(ທີ່)\\d{1,2}/,\n ordinal: function (number) {\n return 'ທີ່' + number;\n },\n });\n\n return lo;\n\n})));\n","//! moment.js locale configuration\n//! locale : Lithuanian [lt]\n//! author : Mindaugas Mozūras : https://github.com/mmozuras\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n //! moment.js locale configuration\n\n var units = {\n ss: 'sekundė_sekundžių_sekundes',\n m: 'minutė_minutės_minutę',\n mm: 'minutės_minučių_minutes',\n h: 'valanda_valandos_valandą',\n hh: 'valandos_valandų_valandas',\n d: 'diena_dienos_dieną',\n dd: 'dienos_dienų_dienas',\n M: 'mėnuo_mėnesio_mėnesį',\n MM: 'mėnesiai_mėnesių_mėnesius',\n y: 'metai_metų_metus',\n yy: 'metai_metų_metus',\n };\n function translateSeconds(number, withoutSuffix, key, isFuture) {\n if (withoutSuffix) {\n return 'kelios sekundės';\n } else {\n return isFuture ? 'kelių sekundžių' : 'kelias sekundes';\n }\n }\n function translateSingular(number, withoutSuffix, key, isFuture) {\n return withoutSuffix\n ? forms(key)[0]\n : isFuture\n ? forms(key)[1]\n : forms(key)[2];\n }\n function special(number) {\n return number % 10 === 0 || (number > 10 && number < 20);\n }\n function forms(key) {\n return units[key].split('_');\n }\n function translate(number, withoutSuffix, key, isFuture) {\n var result = number + ' ';\n if (number === 1) {\n return (\n result + translateSingular(number, withoutSuffix, key[0], isFuture)\n );\n } else if (withoutSuffix) {\n return result + (special(number) ? forms(key)[1] : forms(key)[0]);\n } else {\n if (isFuture) {\n return result + forms(key)[1];\n } else {\n return result + (special(number) ? forms(key)[1] : forms(key)[2]);\n }\n }\n }\n var lt = moment.defineLocale('lt', {\n months: {\n format: 'sausio_vasario_kovo_balandžio_gegužės_birželio_liepos_rugpjūčio_rugsėjo_spalio_lapkričio_gruodžio'.split(\n '_'\n ),\n standalone: 'sausis_vasaris_kovas_balandis_gegužė_birželis_liepa_rugpjūtis_rugsėjis_spalis_lapkritis_gruodis'.split(\n '_'\n ),\n isFormat: /D[oD]?(\\[[^\\[\\]]*\\]|\\s)+MMMM?|MMMM?(\\[[^\\[\\]]*\\]|\\s)+D[oD]?/,\n },\n monthsShort: 'sau_vas_kov_bal_geg_bir_lie_rgp_rgs_spa_lap_grd'.split('_'),\n weekdays: {\n format: 'sekmadienį_pirmadienį_antradienį_trečiadienį_ketvirtadienį_penktadienį_šeštadienį'.split(\n '_'\n ),\n standalone: 'sekmadienis_pirmadienis_antradienis_trečiadienis_ketvirtadienis_penktadienis_šeštadienis'.split(\n '_'\n ),\n isFormat: /dddd HH:mm/,\n },\n weekdaysShort: 'Sek_Pir_Ant_Tre_Ket_Pen_Šeš'.split('_'),\n weekdaysMin: 'S_P_A_T_K_Pn_Š'.split('_'),\n weekdaysParseExact: true,\n longDateFormat: {\n LT: 'HH:mm',\n LTS: 'HH:mm:ss',\n L: 'YYYY-MM-DD',\n LL: 'YYYY [m.] MMMM D [d.]',\n LLL: 'YYYY [m.] MMMM D [d.], HH:mm [val.]',\n LLLL: 'YYYY [m.] MMMM D [d.], dddd, HH:mm [val.]',\n l: 'YYYY-MM-DD',\n ll: 'YYYY [m.] MMMM D [d.]',\n lll: 'YYYY [m.] MMMM D [d.], HH:mm [val.]',\n llll: 'YYYY [m.] MMMM D [d.], ddd, HH:mm [val.]',\n },\n calendar: {\n sameDay: '[Šiandien] LT',\n nextDay: '[Rytoj] LT',\n nextWeek: 'dddd LT',\n lastDay: '[Vakar] LT',\n lastWeek: '[Praėjusį] dddd LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: 'po %s',\n past: 'prieš %s',\n s: translateSeconds,\n ss: translate,\n m: translateSingular,\n mm: translate,\n h: translateSingular,\n hh: translate,\n d: translateSingular,\n dd: translate,\n M: translateSingular,\n MM: translate,\n y: translateSingular,\n yy: translate,\n },\n dayOfMonthOrdinalParse: /\\d{1,2}-oji/,\n ordinal: function (number) {\n return number + '-oji';\n },\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 4, // The week that contains Jan 4th is the first week of the year.\n },\n });\n\n return lt;\n\n})));\n","//! moment.js locale configuration\n//! locale : Latvian [lv]\n//! author : Kristaps Karlsons : https://github.com/skakri\n//! author : Jānis Elmeris : https://github.com/JanisE\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n //! moment.js locale configuration\n\n var units = {\n ss: 'sekundes_sekundēm_sekunde_sekundes'.split('_'),\n m: 'minūtes_minūtēm_minūte_minūtes'.split('_'),\n mm: 'minūtes_minūtēm_minūte_minūtes'.split('_'),\n h: 'stundas_stundām_stunda_stundas'.split('_'),\n hh: 'stundas_stundām_stunda_stundas'.split('_'),\n d: 'dienas_dienām_diena_dienas'.split('_'),\n dd: 'dienas_dienām_diena_dienas'.split('_'),\n M: 'mēneša_mēnešiem_mēnesis_mēneši'.split('_'),\n MM: 'mēneša_mēnešiem_mēnesis_mēneši'.split('_'),\n y: 'gada_gadiem_gads_gadi'.split('_'),\n yy: 'gada_gadiem_gads_gadi'.split('_'),\n };\n /**\n * @param withoutSuffix boolean true = a length of time; false = before/after a period of time.\n */\n function format(forms, number, withoutSuffix) {\n if (withoutSuffix) {\n // E.g. \"21 minūte\", \"3 minūtes\".\n return number % 10 === 1 && number % 100 !== 11 ? forms[2] : forms[3];\n } else {\n // E.g. \"21 minūtes\" as in \"pēc 21 minūtes\".\n // E.g. \"3 minūtēm\" as in \"pēc 3 minūtēm\".\n return number % 10 === 1 && number % 100 !== 11 ? forms[0] : forms[1];\n }\n }\n function relativeTimeWithPlural(number, withoutSuffix, key) {\n return number + ' ' + format(units[key], number, withoutSuffix);\n }\n function relativeTimeWithSingular(number, withoutSuffix, key) {\n return format(units[key], number, withoutSuffix);\n }\n function relativeSeconds(number, withoutSuffix) {\n return withoutSuffix ? 'dažas sekundes' : 'dažām sekundēm';\n }\n\n var lv = moment.defineLocale('lv', {\n months: 'janvāris_februāris_marts_aprīlis_maijs_jūnijs_jūlijs_augusts_septembris_oktobris_novembris_decembris'.split(\n '_'\n ),\n monthsShort: 'jan_feb_mar_apr_mai_jūn_jūl_aug_sep_okt_nov_dec'.split('_'),\n weekdays: 'svētdiena_pirmdiena_otrdiena_trešdiena_ceturtdiena_piektdiena_sestdiena'.split(\n '_'\n ),\n weekdaysShort: 'Sv_P_O_T_C_Pk_S'.split('_'),\n weekdaysMin: 'Sv_P_O_T_C_Pk_S'.split('_'),\n weekdaysParseExact: true,\n longDateFormat: {\n LT: 'HH:mm',\n LTS: 'HH:mm:ss',\n L: 'DD.MM.YYYY.',\n LL: 'YYYY. [gada] D. MMMM',\n LLL: 'YYYY. [gada] D. MMMM, HH:mm',\n LLLL: 'YYYY. [gada] D. MMMM, dddd, HH:mm',\n },\n calendar: {\n sameDay: '[Šodien pulksten] LT',\n nextDay: '[Rīt pulksten] LT',\n nextWeek: 'dddd [pulksten] LT',\n lastDay: '[Vakar pulksten] LT',\n lastWeek: '[Pagājušā] dddd [pulksten] LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: 'pēc %s',\n past: 'pirms %s',\n s: relativeSeconds,\n ss: relativeTimeWithPlural,\n m: relativeTimeWithSingular,\n mm: relativeTimeWithPlural,\n h: relativeTimeWithSingular,\n hh: relativeTimeWithPlural,\n d: relativeTimeWithSingular,\n dd: relativeTimeWithPlural,\n M: relativeTimeWithSingular,\n MM: relativeTimeWithPlural,\n y: relativeTimeWithSingular,\n yy: relativeTimeWithPlural,\n },\n dayOfMonthOrdinalParse: /\\d{1,2}\\./,\n ordinal: '%d.',\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 4, // The week that contains Jan 4th is the first week of the year.\n },\n });\n\n return lv;\n\n})));\n","//! moment.js locale configuration\n//! locale : Montenegrin [me]\n//! author : Miodrag Nikač <miodrag@restartit.me> : https://github.com/miodragnikac\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n //! moment.js locale configuration\n\n var translator = {\n words: {\n //Different grammatical cases\n ss: ['sekund', 'sekunda', 'sekundi'],\n m: ['jedan minut', 'jednog minuta'],\n mm: ['minut', 'minuta', 'minuta'],\n h: ['jedan sat', 'jednog sata'],\n hh: ['sat', 'sata', 'sati'],\n dd: ['dan', 'dana', 'dana'],\n MM: ['mjesec', 'mjeseca', 'mjeseci'],\n yy: ['godina', 'godine', 'godina'],\n },\n correctGrammaticalCase: function (number, wordKey) {\n return number === 1\n ? wordKey[0]\n : number >= 2 && number <= 4\n ? wordKey[1]\n : wordKey[2];\n },\n translate: function (number, withoutSuffix, key) {\n var wordKey = translator.words[key];\n if (key.length === 1) {\n return withoutSuffix ? wordKey[0] : wordKey[1];\n } else {\n return (\n number +\n ' ' +\n translator.correctGrammaticalCase(number, wordKey)\n );\n }\n },\n };\n\n var me = moment.defineLocale('me', {\n months: 'januar_februar_mart_april_maj_jun_jul_avgust_septembar_oktobar_novembar_decembar'.split(\n '_'\n ),\n monthsShort: 'jan._feb._mar._apr._maj_jun_jul_avg._sep._okt._nov._dec.'.split(\n '_'\n ),\n monthsParseExact: true,\n weekdays: 'nedjelja_ponedjeljak_utorak_srijeda_četvrtak_petak_subota'.split(\n '_'\n ),\n weekdaysShort: 'ned._pon._uto._sri._čet._pet._sub.'.split('_'),\n weekdaysMin: 'ne_po_ut_sr_če_pe_su'.split('_'),\n weekdaysParseExact: true,\n longDateFormat: {\n LT: 'H:mm',\n LTS: 'H:mm:ss',\n L: 'DD.MM.YYYY',\n LL: 'D. MMMM YYYY',\n LLL: 'D. MMMM YYYY H:mm',\n LLLL: 'dddd, D. MMMM YYYY H:mm',\n },\n calendar: {\n sameDay: '[danas u] LT',\n nextDay: '[sjutra u] LT',\n\n nextWeek: function () {\n switch (this.day()) {\n case 0:\n return '[u] [nedjelju] [u] LT';\n case 3:\n return '[u] [srijedu] [u] LT';\n case 6:\n return '[u] [subotu] [u] LT';\n case 1:\n case 2:\n case 4:\n case 5:\n return '[u] dddd [u] LT';\n }\n },\n lastDay: '[juče u] LT',\n lastWeek: function () {\n var lastWeekDays = [\n '[prošle] [nedjelje] [u] LT',\n '[prošlog] [ponedjeljka] [u] LT',\n '[prošlog] [utorka] [u] LT',\n '[prošle] [srijede] [u] LT',\n '[prošlog] [četvrtka] [u] LT',\n '[prošlog] [petka] [u] LT',\n '[prošle] [subote] [u] LT',\n ];\n return lastWeekDays[this.day()];\n },\n sameElse: 'L',\n },\n relativeTime: {\n future: 'za %s',\n past: 'prije %s',\n s: 'nekoliko sekundi',\n ss: translator.translate,\n m: translator.translate,\n mm: translator.translate,\n h: translator.translate,\n hh: translator.translate,\n d: 'dan',\n dd: translator.translate,\n M: 'mjesec',\n MM: translator.translate,\n y: 'godinu',\n yy: translator.translate,\n },\n dayOfMonthOrdinalParse: /\\d{1,2}\\./,\n ordinal: '%d.',\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 7, // The week that contains Jan 7th is the first week of the year.\n },\n });\n\n return me;\n\n})));\n","//! moment.js locale configuration\n//! locale : Maori [mi]\n//! author : John Corrigan <robbiecloset@gmail.com> : https://github.com/johnideal\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n //! moment.js locale configuration\n\n var mi = moment.defineLocale('mi', {\n months: 'Kohi-tāte_Hui-tanguru_Poutū-te-rangi_Paenga-whāwhā_Haratua_Pipiri_Hōngoingoi_Here-turi-kōkā_Mahuru_Whiringa-ā-nuku_Whiringa-ā-rangi_Hakihea'.split(\n '_'\n ),\n monthsShort: 'Kohi_Hui_Pou_Pae_Hara_Pipi_Hōngoi_Here_Mahu_Whi-nu_Whi-ra_Haki'.split(\n '_'\n ),\n monthsRegex: /(?:['a-z\\u0101\\u014D\\u016B]+\\-?){1,3}/i,\n monthsStrictRegex: /(?:['a-z\\u0101\\u014D\\u016B]+\\-?){1,3}/i,\n monthsShortRegex: /(?:['a-z\\u0101\\u014D\\u016B]+\\-?){1,3}/i,\n monthsShortStrictRegex: /(?:['a-z\\u0101\\u014D\\u016B]+\\-?){1,2}/i,\n weekdays: 'Rātapu_Mane_Tūrei_Wenerei_Tāite_Paraire_Hātarei'.split('_'),\n weekdaysShort: 'Ta_Ma_Tū_We_Tāi_Pa_Hā'.split('_'),\n weekdaysMin: 'Ta_Ma_Tū_We_Tāi_Pa_Hā'.split('_'),\n longDateFormat: {\n LT: 'HH:mm',\n LTS: 'HH:mm:ss',\n L: 'DD/MM/YYYY',\n LL: 'D MMMM YYYY',\n LLL: 'D MMMM YYYY [i] HH:mm',\n LLLL: 'dddd, D MMMM YYYY [i] HH:mm',\n },\n calendar: {\n sameDay: '[i teie mahana, i] LT',\n nextDay: '[apopo i] LT',\n nextWeek: 'dddd [i] LT',\n lastDay: '[inanahi i] LT',\n lastWeek: 'dddd [whakamutunga i] LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: 'i roto i %s',\n past: '%s i mua',\n s: 'te hēkona ruarua',\n ss: '%d hēkona',\n m: 'he meneti',\n mm: '%d meneti',\n h: 'te haora',\n hh: '%d haora',\n d: 'he ra',\n dd: '%d ra',\n M: 'he marama',\n MM: '%d marama',\n y: 'he tau',\n yy: '%d tau',\n },\n dayOfMonthOrdinalParse: /\\d{1,2}º/,\n ordinal: '%dº',\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 4, // The week that contains Jan 4th is the first week of the year.\n },\n });\n\n return mi;\n\n})));\n","//! moment.js locale configuration\n//! locale : Macedonian [mk]\n//! author : Borislav Mickov : https://github.com/B0k0\n//! author : Sashko Todorov : https://github.com/bkyceh\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n //! moment.js locale configuration\n\n var mk = moment.defineLocale('mk', {\n months: 'јануари_февруари_март_април_мај_јуни_јули_август_септември_октомври_ноември_декември'.split(\n '_'\n ),\n monthsShort: 'јан_фев_мар_апр_мај_јун_јул_авг_сеп_окт_ное_дек'.split('_'),\n weekdays: 'недела_понеделник_вторник_среда_четврток_петок_сабота'.split(\n '_'\n ),\n weekdaysShort: 'нед_пон_вто_сре_чет_пет_саб'.split('_'),\n weekdaysMin: 'нe_пo_вт_ср_че_пе_сa'.split('_'),\n longDateFormat: {\n LT: 'H:mm',\n LTS: 'H:mm:ss',\n L: 'D.MM.YYYY',\n LL: 'D MMMM YYYY',\n LLL: 'D MMMM YYYY H:mm',\n LLLL: 'dddd, D MMMM YYYY H:mm',\n },\n calendar: {\n sameDay: '[Денес во] LT',\n nextDay: '[Утре во] LT',\n nextWeek: '[Во] dddd [во] LT',\n lastDay: '[Вчера во] LT',\n lastWeek: function () {\n switch (this.day()) {\n case 0:\n case 3:\n case 6:\n return '[Изминатата] dddd [во] LT';\n case 1:\n case 2:\n case 4:\n case 5:\n return '[Изминатиот] dddd [во] LT';\n }\n },\n sameElse: 'L',\n },\n relativeTime: {\n future: 'за %s',\n past: 'пред %s',\n s: 'неколку секунди',\n ss: '%d секунди',\n m: 'една минута',\n mm: '%d минути',\n h: 'еден час',\n hh: '%d часа',\n d: 'еден ден',\n dd: '%d дена',\n M: 'еден месец',\n MM: '%d месеци',\n y: 'една година',\n yy: '%d години',\n },\n dayOfMonthOrdinalParse: /\\d{1,2}-(ев|ен|ти|ви|ри|ми)/,\n ordinal: function (number) {\n var lastDigit = number % 10,\n last2Digits = number % 100;\n if (number === 0) {\n return number + '-ев';\n } else if (last2Digits === 0) {\n return number + '-ен';\n } else if (last2Digits > 10 && last2Digits < 20) {\n return number + '-ти';\n } else if (lastDigit === 1) {\n return number + '-ви';\n } else if (lastDigit === 2) {\n return number + '-ри';\n } else if (lastDigit === 7 || lastDigit === 8) {\n return number + '-ми';\n } else {\n return number + '-ти';\n }\n },\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 7, // The week that contains Jan 7th is the first week of the year.\n },\n });\n\n return mk;\n\n})));\n","//! moment.js locale configuration\n//! locale : Malayalam [ml]\n//! author : Floyd Pink : https://github.com/floydpink\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n //! moment.js locale configuration\n\n var ml = moment.defineLocale('ml', {\n months: 'ജനുവരി_ഫെബ്രുവരി_മാർച്ച്_ഏപ്രിൽ_മേയ്_ജൂൺ_ജൂലൈ_ഓഗസ്റ്റ്_സെപ്റ്റംബർ_ഒക്ടോബർ_നവംബർ_ഡിസംബർ'.split(\n '_'\n ),\n monthsShort: 'ജനു._ഫെബ്രു._മാർ._ഏപ്രി._മേയ്_ജൂൺ_ജൂലൈ._ഓഗ._സെപ്റ്റ._ഒക്ടോ._നവം._ഡിസം.'.split(\n '_'\n ),\n monthsParseExact: true,\n weekdays: 'ഞായറാഴ്ച_തിങ്കളാഴ്ച_ചൊവ്വാഴ്ച_ബുധനാഴ്ച_വ്യാഴാഴ്ച_വെള്ളിയാഴ്ച_ശനിയാഴ്ച'.split(\n '_'\n ),\n weekdaysShort: 'ഞായർ_തിങ്കൾ_ചൊവ്വ_ബുധൻ_വ്യാഴം_വെള്ളി_ശനി'.split('_'),\n weekdaysMin: 'ഞാ_തി_ചൊ_ബു_വ്യാ_വെ_ശ'.split('_'),\n longDateFormat: {\n LT: 'A h:mm -നു',\n LTS: 'A h:mm:ss -നു',\n L: 'DD/MM/YYYY',\n LL: 'D MMMM YYYY',\n LLL: 'D MMMM YYYY, A h:mm -നു',\n LLLL: 'dddd, D MMMM YYYY, A h:mm -നു',\n },\n calendar: {\n sameDay: '[ഇന്ന്] LT',\n nextDay: '[നാളെ] LT',\n nextWeek: 'dddd, LT',\n lastDay: '[ഇന്നലെ] LT',\n lastWeek: '[കഴിഞ്ഞ] dddd, LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: '%s കഴിഞ്ഞ്',\n past: '%s മുൻപ്',\n s: 'അൽപ നിമിഷങ്ങൾ',\n ss: '%d സെക്കൻഡ്',\n m: 'ഒരു മിനിറ്റ്',\n mm: '%d മിനിറ്റ്',\n h: 'ഒരു മണിക്കൂർ',\n hh: '%d മണിക്കൂർ',\n d: 'ഒരു ദിവസം',\n dd: '%d ദിവസം',\n M: 'ഒരു മാസം',\n MM: '%d മാസം',\n y: 'ഒരു വർഷം',\n yy: '%d വർഷം',\n },\n meridiemParse: /രാത്രി|രാവിലെ|ഉച്ച കഴിഞ്ഞ്|വൈകുന്നേരം|രാത്രി/i,\n meridiemHour: function (hour, meridiem) {\n if (hour === 12) {\n hour = 0;\n }\n if (\n (meridiem === 'രാത്രി' && hour >= 4) ||\n meridiem === 'ഉച്ച കഴിഞ്ഞ്' ||\n meridiem === 'വൈകുന്നേരം'\n ) {\n return hour + 12;\n } else {\n return hour;\n }\n },\n meridiem: function (hour, minute, isLower) {\n if (hour < 4) {\n return 'രാത്രി';\n } else if (hour < 12) {\n return 'രാവിലെ';\n } else if (hour < 17) {\n return 'ഉച്ച കഴിഞ്ഞ്';\n } else if (hour < 20) {\n return 'വൈകുന്നേരം';\n } else {\n return 'രാത്രി';\n }\n },\n });\n\n return ml;\n\n})));\n","//! moment.js locale configuration\n//! locale : Mongolian [mn]\n//! author : Javkhlantugs Nyamdorj : https://github.com/javkhaanj7\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n //! moment.js locale configuration\n\n function translate(number, withoutSuffix, key, isFuture) {\n switch (key) {\n case 's':\n return withoutSuffix ? 'хэдхэн секунд' : 'хэдхэн секундын';\n case 'ss':\n return number + (withoutSuffix ? ' секунд' : ' секундын');\n case 'm':\n case 'mm':\n return number + (withoutSuffix ? ' минут' : ' минутын');\n case 'h':\n case 'hh':\n return number + (withoutSuffix ? ' цаг' : ' цагийн');\n case 'd':\n case 'dd':\n return number + (withoutSuffix ? ' өдөр' : ' өдрийн');\n case 'M':\n case 'MM':\n return number + (withoutSuffix ? ' сар' : ' сарын');\n case 'y':\n case 'yy':\n return number + (withoutSuffix ? ' жил' : ' жилийн');\n default:\n return number;\n }\n }\n\n var mn = moment.defineLocale('mn', {\n months: 'Нэгдүгээр сар_Хоёрдугаар сар_Гуравдугаар сар_Дөрөвдүгээр сар_Тавдугаар сар_Зургадугаар сар_Долдугаар сар_Наймдугаар сар_Есдүгээр сар_Аравдугаар сар_Арван нэгдүгээр сар_Арван хоёрдугаар сар'.split(\n '_'\n ),\n monthsShort: '1 сар_2 сар_3 сар_4 сар_5 сар_6 сар_7 сар_8 сар_9 сар_10 сар_11 сар_12 сар'.split(\n '_'\n ),\n monthsParseExact: true,\n weekdays: 'Ням_Даваа_Мягмар_Лхагва_Пүрэв_Баасан_Бямба'.split('_'),\n weekdaysShort: 'Ням_Дав_Мяг_Лха_Пүр_Баа_Бям'.split('_'),\n weekdaysMin: 'Ня_Да_Мя_Лх_Пү_Ба_Бя'.split('_'),\n weekdaysParseExact: true,\n longDateFormat: {\n LT: 'HH:mm',\n LTS: 'HH:mm:ss',\n L: 'YYYY-MM-DD',\n LL: 'YYYY оны MMMMын D',\n LLL: 'YYYY оны MMMMын D HH:mm',\n LLLL: 'dddd, YYYY оны MMMMын D HH:mm',\n },\n meridiemParse: /ҮӨ|ҮХ/i,\n isPM: function (input) {\n return input === 'ҮХ';\n },\n meridiem: function (hour, minute, isLower) {\n if (hour < 12) {\n return 'ҮӨ';\n } else {\n return 'ҮХ';\n }\n },\n calendar: {\n sameDay: '[Өнөөдөр] LT',\n nextDay: '[Маргааш] LT',\n nextWeek: '[Ирэх] dddd LT',\n lastDay: '[Өчигдөр] LT',\n lastWeek: '[Өнгөрсөн] dddd LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: '%s дараа',\n past: '%s өмнө',\n s: translate,\n ss: translate,\n m: translate,\n mm: translate,\n h: translate,\n hh: translate,\n d: translate,\n dd: translate,\n M: translate,\n MM: translate,\n y: translate,\n yy: translate,\n },\n dayOfMonthOrdinalParse: /\\d{1,2} өдөр/,\n ordinal: function (number, period) {\n switch (period) {\n case 'd':\n case 'D':\n case 'DDD':\n return number + ' өдөр';\n default:\n return number;\n }\n },\n });\n\n return mn;\n\n})));\n","//! moment.js locale configuration\n//! locale : Marathi [mr]\n//! author : Harshad Kale : https://github.com/kalehv\n//! author : Vivek Athalye : https://github.com/vnathalye\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n //! moment.js locale configuration\n\n var symbolMap = {\n 1: '१',\n 2: '२',\n 3: '३',\n 4: '४',\n 5: '५',\n 6: '६',\n 7: '७',\n 8: '८',\n 9: '९',\n 0: '०',\n },\n numberMap = {\n '१': '1',\n '२': '2',\n '३': '3',\n '४': '4',\n '५': '5',\n '६': '6',\n '७': '7',\n '८': '8',\n '९': '9',\n '०': '0',\n };\n\n function relativeTimeMr(number, withoutSuffix, string, isFuture) {\n var output = '';\n if (withoutSuffix) {\n switch (string) {\n case 's':\n output = 'काही सेकंद';\n break;\n case 'ss':\n output = '%d सेकंद';\n break;\n case 'm':\n output = 'एक मिनिट';\n break;\n case 'mm':\n output = '%d मिनिटे';\n break;\n case 'h':\n output = 'एक तास';\n break;\n case 'hh':\n output = '%d तास';\n break;\n case 'd':\n output = 'एक दिवस';\n break;\n case 'dd':\n output = '%d दिवस';\n break;\n case 'M':\n output = 'एक महिना';\n break;\n case 'MM':\n output = '%d महिने';\n break;\n case 'y':\n output = 'एक वर्ष';\n break;\n case 'yy':\n output = '%d वर्षे';\n break;\n }\n } else {\n switch (string) {\n case 's':\n output = 'काही सेकंदां';\n break;\n case 'ss':\n output = '%d सेकंदां';\n break;\n case 'm':\n output = 'एका मिनिटा';\n break;\n case 'mm':\n output = '%d मिनिटां';\n break;\n case 'h':\n output = 'एका तासा';\n break;\n case 'hh':\n output = '%d तासां';\n break;\n case 'd':\n output = 'एका दिवसा';\n break;\n case 'dd':\n output = '%d दिवसां';\n break;\n case 'M':\n output = 'एका महिन्या';\n break;\n case 'MM':\n output = '%d महिन्यां';\n break;\n case 'y':\n output = 'एका वर्षा';\n break;\n case 'yy':\n output = '%d वर्षां';\n break;\n }\n }\n return output.replace(/%d/i, number);\n }\n\n var mr = moment.defineLocale('mr', {\n months: 'जानेवारी_फेब्रुवारी_मार्च_एप्रिल_मे_जून_जुलै_ऑगस्ट_सप्टेंबर_ऑक्टोबर_नोव्हेंबर_डिसेंबर'.split(\n '_'\n ),\n monthsShort: 'जाने._फेब्रु._मार्च._एप्रि._मे._जून._जुलै._ऑग._सप्टें._ऑक्टो._नोव्हें._डिसें.'.split(\n '_'\n ),\n monthsParseExact: true,\n weekdays: 'रविवार_सोमवार_मंगळवार_बुधवार_गुरूवार_शुक्रवार_शनिवार'.split('_'),\n weekdaysShort: 'रवि_सोम_मंगळ_बुध_गुरू_शुक्र_शनि'.split('_'),\n weekdaysMin: 'र_सो_मं_बु_गु_शु_श'.split('_'),\n longDateFormat: {\n LT: 'A h:mm वाजता',\n LTS: 'A h:mm:ss वाजता',\n L: 'DD/MM/YYYY',\n LL: 'D MMMM YYYY',\n LLL: 'D MMMM YYYY, A h:mm वाजता',\n LLLL: 'dddd, D MMMM YYYY, A h:mm वाजता',\n },\n calendar: {\n sameDay: '[आज] LT',\n nextDay: '[उद्या] LT',\n nextWeek: 'dddd, LT',\n lastDay: '[काल] LT',\n lastWeek: '[मागील] dddd, LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: '%sमध्ये',\n past: '%sपूर्वी',\n s: relativeTimeMr,\n ss: relativeTimeMr,\n m: relativeTimeMr,\n mm: relativeTimeMr,\n h: relativeTimeMr,\n hh: relativeTimeMr,\n d: relativeTimeMr,\n dd: relativeTimeMr,\n M: relativeTimeMr,\n MM: relativeTimeMr,\n y: relativeTimeMr,\n yy: relativeTimeMr,\n },\n preparse: function (string) {\n return string.replace(/[१२३४५६७८९०]/g, function (match) {\n return numberMap[match];\n });\n },\n postformat: function (string) {\n return string.replace(/\\d/g, function (match) {\n return symbolMap[match];\n });\n },\n meridiemParse: /पहाटे|सकाळी|दुपारी|सायंकाळी|रात्री/,\n meridiemHour: function (hour, meridiem) {\n if (hour === 12) {\n hour = 0;\n }\n if (meridiem === 'पहाटे' || meridiem === 'सकाळी') {\n return hour;\n } else if (\n meridiem === 'दुपारी' ||\n meridiem === 'सायंकाळी' ||\n meridiem === 'रात्री'\n ) {\n return hour >= 12 ? hour : hour + 12;\n }\n },\n meridiem: function (hour, minute, isLower) {\n if (hour >= 0 && hour < 6) {\n return 'पहाटे';\n } else if (hour < 12) {\n return 'सकाळी';\n } else if (hour < 17) {\n return 'दुपारी';\n } else if (hour < 20) {\n return 'सायंकाळी';\n } else {\n return 'रात्री';\n }\n },\n week: {\n dow: 0, // Sunday is the first day of the week.\n doy: 6, // The week that contains Jan 6th is the first week of the year.\n },\n });\n\n return mr;\n\n})));\n","//! moment.js locale configuration\n//! locale : Malay [ms]\n//! author : Weldan Jamili : https://github.com/weldan\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n //! moment.js locale configuration\n\n var ms = moment.defineLocale('ms', {\n months: 'Januari_Februari_Mac_April_Mei_Jun_Julai_Ogos_September_Oktober_November_Disember'.split(\n '_'\n ),\n monthsShort: 'Jan_Feb_Mac_Apr_Mei_Jun_Jul_Ogs_Sep_Okt_Nov_Dis'.split('_'),\n weekdays: 'Ahad_Isnin_Selasa_Rabu_Khamis_Jumaat_Sabtu'.split('_'),\n weekdaysShort: 'Ahd_Isn_Sel_Rab_Kha_Jum_Sab'.split('_'),\n weekdaysMin: 'Ah_Is_Sl_Rb_Km_Jm_Sb'.split('_'),\n longDateFormat: {\n LT: 'HH.mm',\n LTS: 'HH.mm.ss',\n L: 'DD/MM/YYYY',\n LL: 'D MMMM YYYY',\n LLL: 'D MMMM YYYY [pukul] HH.mm',\n LLLL: 'dddd, D MMMM YYYY [pukul] HH.mm',\n },\n meridiemParse: /pagi|tengahari|petang|malam/,\n meridiemHour: function (hour, meridiem) {\n if (hour === 12) {\n hour = 0;\n }\n if (meridiem === 'pagi') {\n return hour;\n } else if (meridiem === 'tengahari') {\n return hour >= 11 ? hour : hour + 12;\n } else if (meridiem === 'petang' || meridiem === 'malam') {\n return hour + 12;\n }\n },\n meridiem: function (hours, minutes, isLower) {\n if (hours < 11) {\n return 'pagi';\n } else if (hours < 15) {\n return 'tengahari';\n } else if (hours < 19) {\n return 'petang';\n } else {\n return 'malam';\n }\n },\n calendar: {\n sameDay: '[Hari ini pukul] LT',\n nextDay: '[Esok pukul] LT',\n nextWeek: 'dddd [pukul] LT',\n lastDay: '[Kelmarin pukul] LT',\n lastWeek: 'dddd [lepas pukul] LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: 'dalam %s',\n past: '%s yang lepas',\n s: 'beberapa saat',\n ss: '%d saat',\n m: 'seminit',\n mm: '%d minit',\n h: 'sejam',\n hh: '%d jam',\n d: 'sehari',\n dd: '%d hari',\n M: 'sebulan',\n MM: '%d bulan',\n y: 'setahun',\n yy: '%d tahun',\n },\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 7, // The week that contains Jan 7th is the first week of the year.\n },\n });\n\n return ms;\n\n})));\n","//! moment.js locale configuration\n//! locale : Malay [ms-my]\n//! note : DEPRECATED, the correct one is [ms]\n//! author : Weldan Jamili : https://github.com/weldan\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n //! moment.js locale configuration\n\n var msMy = moment.defineLocale('ms-my', {\n months: 'Januari_Februari_Mac_April_Mei_Jun_Julai_Ogos_September_Oktober_November_Disember'.split(\n '_'\n ),\n monthsShort: 'Jan_Feb_Mac_Apr_Mei_Jun_Jul_Ogs_Sep_Okt_Nov_Dis'.split('_'),\n weekdays: 'Ahad_Isnin_Selasa_Rabu_Khamis_Jumaat_Sabtu'.split('_'),\n weekdaysShort: 'Ahd_Isn_Sel_Rab_Kha_Jum_Sab'.split('_'),\n weekdaysMin: 'Ah_Is_Sl_Rb_Km_Jm_Sb'.split('_'),\n longDateFormat: {\n LT: 'HH.mm',\n LTS: 'HH.mm.ss',\n L: 'DD/MM/YYYY',\n LL: 'D MMMM YYYY',\n LLL: 'D MMMM YYYY [pukul] HH.mm',\n LLLL: 'dddd, D MMMM YYYY [pukul] HH.mm',\n },\n meridiemParse: /pagi|tengahari|petang|malam/,\n meridiemHour: function (hour, meridiem) {\n if (hour === 12) {\n hour = 0;\n }\n if (meridiem === 'pagi') {\n return hour;\n } else if (meridiem === 'tengahari') {\n return hour >= 11 ? hour : hour + 12;\n } else if (meridiem === 'petang' || meridiem === 'malam') {\n return hour + 12;\n }\n },\n meridiem: function (hours, minutes, isLower) {\n if (hours < 11) {\n return 'pagi';\n } else if (hours < 15) {\n return 'tengahari';\n } else if (hours < 19) {\n return 'petang';\n } else {\n return 'malam';\n }\n },\n calendar: {\n sameDay: '[Hari ini pukul] LT',\n nextDay: '[Esok pukul] LT',\n nextWeek: 'dddd [pukul] LT',\n lastDay: '[Kelmarin pukul] LT',\n lastWeek: 'dddd [lepas pukul] LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: 'dalam %s',\n past: '%s yang lepas',\n s: 'beberapa saat',\n ss: '%d saat',\n m: 'seminit',\n mm: '%d minit',\n h: 'sejam',\n hh: '%d jam',\n d: 'sehari',\n dd: '%d hari',\n M: 'sebulan',\n MM: '%d bulan',\n y: 'setahun',\n yy: '%d tahun',\n },\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 7, // The week that contains Jan 7th is the first week of the year.\n },\n });\n\n return msMy;\n\n})));\n","//! moment.js locale configuration\n//! locale : Maltese (Malta) [mt]\n//! author : Alessandro Maruccia : https://github.com/alesma\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n //! moment.js locale configuration\n\n var mt = moment.defineLocale('mt', {\n months: 'Jannar_Frar_Marzu_April_Mejju_Ġunju_Lulju_Awwissu_Settembru_Ottubru_Novembru_Diċembru'.split(\n '_'\n ),\n monthsShort: 'Jan_Fra_Mar_Apr_Mej_Ġun_Lul_Aww_Set_Ott_Nov_Diċ'.split('_'),\n weekdays: 'Il-Ħadd_It-Tnejn_It-Tlieta_L-Erbgħa_Il-Ħamis_Il-Ġimgħa_Is-Sibt'.split(\n '_'\n ),\n weekdaysShort: 'Ħad_Tne_Tli_Erb_Ħam_Ġim_Sib'.split('_'),\n weekdaysMin: 'Ħa_Tn_Tl_Er_Ħa_Ġi_Si'.split('_'),\n longDateFormat: {\n LT: 'HH:mm',\n LTS: 'HH:mm:ss',\n L: 'DD/MM/YYYY',\n LL: 'D MMMM YYYY',\n LLL: 'D MMMM YYYY HH:mm',\n LLLL: 'dddd, D MMMM YYYY HH:mm',\n },\n calendar: {\n sameDay: '[Illum fil-]LT',\n nextDay: '[Għada fil-]LT',\n nextWeek: 'dddd [fil-]LT',\n lastDay: '[Il-bieraħ fil-]LT',\n lastWeek: 'dddd [li għadda] [fil-]LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: 'f’ %s',\n past: '%s ilu',\n s: 'ftit sekondi',\n ss: '%d sekondi',\n m: 'minuta',\n mm: '%d minuti',\n h: 'siegħa',\n hh: '%d siegħat',\n d: 'ġurnata',\n dd: '%d ġranet',\n M: 'xahar',\n MM: '%d xhur',\n y: 'sena',\n yy: '%d sni',\n },\n dayOfMonthOrdinalParse: /\\d{1,2}º/,\n ordinal: '%dº',\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 4, // The week that contains Jan 4th is the first week of the year.\n },\n });\n\n return mt;\n\n})));\n","//! moment.js locale configuration\n//! locale : Burmese [my]\n//! author : Squar team, mysquar.com\n//! author : David Rossellat : https://github.com/gholadr\n//! author : Tin Aung Lin : https://github.com/thanyawzinmin\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n //! moment.js locale configuration\n\n var symbolMap = {\n 1: '၁',\n 2: '၂',\n 3: '၃',\n 4: '၄',\n 5: '၅',\n 6: '၆',\n 7: '၇',\n 8: '၈',\n 9: '၉',\n 0: '၀',\n },\n numberMap = {\n '၁': '1',\n '၂': '2',\n '၃': '3',\n '၄': '4',\n '၅': '5',\n '၆': '6',\n '၇': '7',\n '၈': '8',\n '၉': '9',\n '၀': '0',\n };\n\n var my = moment.defineLocale('my', {\n months: 'ဇန်နဝါရီ_ဖေဖော်ဝါရီ_မတ်_ဧပြီ_မေ_ဇွန်_ဇူလိုင်_သြဂုတ်_စက်တင်ဘာ_အောက်တိုဘာ_နိုဝင်ဘာ_ဒီဇင်ဘာ'.split(\n '_'\n ),\n monthsShort: 'ဇန်_ဖေ_မတ်_ပြီ_မေ_ဇွန်_လိုင်_သြ_စက်_အောက်_နို_ဒီ'.split('_'),\n weekdays: 'တနင်္ဂနွေ_တနင်္လာ_အင်္ဂါ_ဗုဒ္ဓဟူး_ကြာသပတေး_သောကြာ_စနေ'.split(\n '_'\n ),\n weekdaysShort: 'နွေ_လာ_ဂါ_ဟူး_ကြာ_သော_နေ'.split('_'),\n weekdaysMin: 'နွေ_လာ_ဂါ_ဟူး_ကြာ_သော_နေ'.split('_'),\n\n longDateFormat: {\n LT: 'HH:mm',\n LTS: 'HH:mm:ss',\n L: 'DD/MM/YYYY',\n LL: 'D MMMM YYYY',\n LLL: 'D MMMM YYYY HH:mm',\n LLLL: 'dddd D MMMM YYYY HH:mm',\n },\n calendar: {\n sameDay: '[ယနေ.] LT [မှာ]',\n nextDay: '[မနက်ဖြန်] LT [မှာ]',\n nextWeek: 'dddd LT [မှာ]',\n lastDay: '[မနေ.က] LT [မှာ]',\n lastWeek: '[ပြီးခဲ့သော] dddd LT [မှာ]',\n sameElse: 'L',\n },\n relativeTime: {\n future: 'လာမည့် %s မှာ',\n past: 'လွန်ခဲ့သော %s က',\n s: 'စက္ကန်.အနည်းငယ်',\n ss: '%d စက္ကန့်',\n m: 'တစ်မိနစ်',\n mm: '%d မိနစ်',\n h: 'တစ်နာရီ',\n hh: '%d နာရီ',\n d: 'တစ်ရက်',\n dd: '%d ရက်',\n M: 'တစ်လ',\n MM: '%d လ',\n y: 'တစ်နှစ်',\n yy: '%d နှစ်',\n },\n preparse: function (string) {\n return string.replace(/[၁၂၃၄၅၆၇၈၉၀]/g, function (match) {\n return numberMap[match];\n });\n },\n postformat: function (string) {\n return string.replace(/\\d/g, function (match) {\n return symbolMap[match];\n });\n },\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 4, // The week that contains Jan 4th is the first week of the year.\n },\n });\n\n return my;\n\n})));\n","//! moment.js locale configuration\n//! locale : Norwegian Bokmål [nb]\n//! authors : Espen Hovlandsdal : https://github.com/rexxars\n//! Sigurd Gartmann : https://github.com/sigurdga\n//! Stephen Ramthun : https://github.com/stephenramthun\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n //! moment.js locale configuration\n\n var nb = moment.defineLocale('nb', {\n months: 'januar_februar_mars_april_mai_juni_juli_august_september_oktober_november_desember'.split(\n '_'\n ),\n monthsShort: 'jan._feb._mars_apr._mai_juni_juli_aug._sep._okt._nov._des.'.split(\n '_'\n ),\n monthsParseExact: true,\n weekdays: 'søndag_mandag_tirsdag_onsdag_torsdag_fredag_lørdag'.split('_'),\n weekdaysShort: 'sø._ma._ti._on._to._fr._lø.'.split('_'),\n weekdaysMin: 'sø_ma_ti_on_to_fr_lø'.split('_'),\n weekdaysParseExact: true,\n longDateFormat: {\n LT: 'HH:mm',\n LTS: 'HH:mm:ss',\n L: 'DD.MM.YYYY',\n LL: 'D. MMMM YYYY',\n LLL: 'D. MMMM YYYY [kl.] HH:mm',\n LLLL: 'dddd D. MMMM YYYY [kl.] HH:mm',\n },\n calendar: {\n sameDay: '[i dag kl.] LT',\n nextDay: '[i morgen kl.] LT',\n nextWeek: 'dddd [kl.] LT',\n lastDay: '[i går kl.] LT',\n lastWeek: '[forrige] dddd [kl.] LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: 'om %s',\n past: '%s siden',\n s: 'noen sekunder',\n ss: '%d sekunder',\n m: 'ett minutt',\n mm: '%d minutter',\n h: 'en time',\n hh: '%d timer',\n d: 'en dag',\n dd: '%d dager',\n w: 'en uke',\n ww: '%d uker',\n M: 'en måned',\n MM: '%d måneder',\n y: 'ett år',\n yy: '%d år',\n },\n dayOfMonthOrdinalParse: /\\d{1,2}\\./,\n ordinal: '%d.',\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 4, // The week that contains Jan 4th is the first week of the year.\n },\n });\n\n return nb;\n\n})));\n","//! moment.js locale configuration\n//! locale : Nepalese [ne]\n//! author : suvash : https://github.com/suvash\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n //! moment.js locale configuration\n\n var symbolMap = {\n 1: '१',\n 2: '२',\n 3: '३',\n 4: '४',\n 5: '५',\n 6: '६',\n 7: '७',\n 8: '८',\n 9: '९',\n 0: '०',\n },\n numberMap = {\n '१': '1',\n '२': '2',\n '३': '3',\n '४': '4',\n '५': '5',\n '६': '6',\n '७': '7',\n '८': '8',\n '९': '9',\n '०': '0',\n };\n\n var ne = moment.defineLocale('ne', {\n months: 'जनवरी_फेब्रुवरी_मार्च_अप्रिल_मई_जुन_जुलाई_अगष्ट_सेप्टेम्बर_अक्टोबर_नोभेम्बर_डिसेम्बर'.split(\n '_'\n ),\n monthsShort: 'जन._फेब्रु._मार्च_अप्रि._मई_जुन_जुलाई._अग._सेप्ट._अक्टो._नोभे._डिसे.'.split(\n '_'\n ),\n monthsParseExact: true,\n weekdays: 'आइतबार_सोमबार_मङ्गलबार_बुधबार_बिहिबार_शुक्रबार_शनिबार'.split(\n '_'\n ),\n weekdaysShort: 'आइत._सोम._मङ्गल._बुध._बिहि._शुक्र._शनि.'.split('_'),\n weekdaysMin: 'आ._सो._मं._बु._बि._शु._श.'.split('_'),\n weekdaysParseExact: true,\n longDateFormat: {\n LT: 'Aको h:mm बजे',\n LTS: 'Aको h:mm:ss बजे',\n L: 'DD/MM/YYYY',\n LL: 'D MMMM YYYY',\n LLL: 'D MMMM YYYY, Aको h:mm बजे',\n LLLL: 'dddd, D MMMM YYYY, Aको h:mm बजे',\n },\n preparse: function (string) {\n return string.replace(/[१२३४५६७८९०]/g, function (match) {\n return numberMap[match];\n });\n },\n postformat: function (string) {\n return string.replace(/\\d/g, function (match) {\n return symbolMap[match];\n });\n },\n meridiemParse: /राति|बिहान|दिउँसो|साँझ/,\n meridiemHour: function (hour, meridiem) {\n if (hour === 12) {\n hour = 0;\n }\n if (meridiem === 'राति') {\n return hour < 4 ? hour : hour + 12;\n } else if (meridiem === 'बिहान') {\n return hour;\n } else if (meridiem === 'दिउँसो') {\n return hour >= 10 ? hour : hour + 12;\n } else if (meridiem === 'साँझ') {\n return hour + 12;\n }\n },\n meridiem: function (hour, minute, isLower) {\n if (hour < 3) {\n return 'राति';\n } else if (hour < 12) {\n return 'बिहान';\n } else if (hour < 16) {\n return 'दिउँसो';\n } else if (hour < 20) {\n return 'साँझ';\n } else {\n return 'राति';\n }\n },\n calendar: {\n sameDay: '[आज] LT',\n nextDay: '[भोलि] LT',\n nextWeek: '[आउँदो] dddd[,] LT',\n lastDay: '[हिजो] LT',\n lastWeek: '[गएको] dddd[,] LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: '%sमा',\n past: '%s अगाडि',\n s: 'केही क्षण',\n ss: '%d सेकेण्ड',\n m: 'एक मिनेट',\n mm: '%d मिनेट',\n h: 'एक घण्टा',\n hh: '%d घण्टा',\n d: 'एक दिन',\n dd: '%d दिन',\n M: 'एक महिना',\n MM: '%d महिना',\n y: 'एक बर्ष',\n yy: '%d बर्ष',\n },\n week: {\n dow: 0, // Sunday is the first day of the week.\n doy: 6, // The week that contains Jan 6th is the first week of the year.\n },\n });\n\n return ne;\n\n})));\n","//! moment.js locale configuration\n//! locale : Dutch [nl]\n//! author : Joris Röling : https://github.com/jorisroling\n//! author : Jacob Middag : https://github.com/middagj\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n //! moment.js locale configuration\n\n var monthsShortWithDots = 'jan._feb._mrt._apr._mei_jun._jul._aug._sep._okt._nov._dec.'.split(\n '_'\n ),\n monthsShortWithoutDots = 'jan_feb_mrt_apr_mei_jun_jul_aug_sep_okt_nov_dec'.split(\n '_'\n ),\n monthsParse = [\n /^jan/i,\n /^feb/i,\n /^maart|mrt.?$/i,\n /^apr/i,\n /^mei$/i,\n /^jun[i.]?$/i,\n /^jul[i.]?$/i,\n /^aug/i,\n /^sep/i,\n /^okt/i,\n /^nov/i,\n /^dec/i,\n ],\n monthsRegex = /^(januari|februari|maart|april|mei|ju[nl]i|augustus|september|oktober|november|december|jan\\.?|feb\\.?|mrt\\.?|apr\\.?|ju[nl]\\.?|aug\\.?|sep\\.?|okt\\.?|nov\\.?|dec\\.?)/i;\n\n var nl = moment.defineLocale('nl', {\n months: 'januari_februari_maart_april_mei_juni_juli_augustus_september_oktober_november_december'.split(\n '_'\n ),\n monthsShort: function (m, format) {\n if (!m) {\n return monthsShortWithDots;\n } else if (/-MMM-/.test(format)) {\n return monthsShortWithoutDots[m.month()];\n } else {\n return monthsShortWithDots[m.month()];\n }\n },\n\n monthsRegex: monthsRegex,\n monthsShortRegex: monthsRegex,\n monthsStrictRegex: /^(januari|februari|maart|april|mei|ju[nl]i|augustus|september|oktober|november|december)/i,\n monthsShortStrictRegex: /^(jan\\.?|feb\\.?|mrt\\.?|apr\\.?|mei|ju[nl]\\.?|aug\\.?|sep\\.?|okt\\.?|nov\\.?|dec\\.?)/i,\n\n monthsParse: monthsParse,\n longMonthsParse: monthsParse,\n shortMonthsParse: monthsParse,\n\n weekdays: 'zondag_maandag_dinsdag_woensdag_donderdag_vrijdag_zaterdag'.split(\n '_'\n ),\n weekdaysShort: 'zo._ma._di._wo._do._vr._za.'.split('_'),\n weekdaysMin: 'zo_ma_di_wo_do_vr_za'.split('_'),\n weekdaysParseExact: true,\n longDateFormat: {\n LT: 'HH:mm',\n LTS: 'HH:mm:ss',\n L: 'DD-MM-YYYY',\n LL: 'D MMMM YYYY',\n LLL: 'D MMMM YYYY HH:mm',\n LLLL: 'dddd D MMMM YYYY HH:mm',\n },\n calendar: {\n sameDay: '[vandaag om] LT',\n nextDay: '[morgen om] LT',\n nextWeek: 'dddd [om] LT',\n lastDay: '[gisteren om] LT',\n lastWeek: '[afgelopen] dddd [om] LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: 'over %s',\n past: '%s geleden',\n s: 'een paar seconden',\n ss: '%d seconden',\n m: 'één minuut',\n mm: '%d minuten',\n h: 'één uur',\n hh: '%d uur',\n d: 'één dag',\n dd: '%d dagen',\n w: 'één week',\n ww: '%d weken',\n M: 'één maand',\n MM: '%d maanden',\n y: 'één jaar',\n yy: '%d jaar',\n },\n dayOfMonthOrdinalParse: /\\d{1,2}(ste|de)/,\n ordinal: function (number) {\n return (\n number +\n (number === 1 || number === 8 || number >= 20 ? 'ste' : 'de')\n );\n },\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 4, // The week that contains Jan 4th is the first week of the year.\n },\n });\n\n return nl;\n\n})));\n","//! moment.js locale configuration\n//! locale : Dutch (Belgium) [nl-be]\n//! author : Joris Röling : https://github.com/jorisroling\n//! author : Jacob Middag : https://github.com/middagj\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n //! moment.js locale configuration\n\n var monthsShortWithDots = 'jan._feb._mrt._apr._mei_jun._jul._aug._sep._okt._nov._dec.'.split(\n '_'\n ),\n monthsShortWithoutDots = 'jan_feb_mrt_apr_mei_jun_jul_aug_sep_okt_nov_dec'.split(\n '_'\n ),\n monthsParse = [\n /^jan/i,\n /^feb/i,\n /^maart|mrt.?$/i,\n /^apr/i,\n /^mei$/i,\n /^jun[i.]?$/i,\n /^jul[i.]?$/i,\n /^aug/i,\n /^sep/i,\n /^okt/i,\n /^nov/i,\n /^dec/i,\n ],\n monthsRegex = /^(januari|februari|maart|april|mei|ju[nl]i|augustus|september|oktober|november|december|jan\\.?|feb\\.?|mrt\\.?|apr\\.?|ju[nl]\\.?|aug\\.?|sep\\.?|okt\\.?|nov\\.?|dec\\.?)/i;\n\n var nlBe = moment.defineLocale('nl-be', {\n months: 'januari_februari_maart_april_mei_juni_juli_augustus_september_oktober_november_december'.split(\n '_'\n ),\n monthsShort: function (m, format) {\n if (!m) {\n return monthsShortWithDots;\n } else if (/-MMM-/.test(format)) {\n return monthsShortWithoutDots[m.month()];\n } else {\n return monthsShortWithDots[m.month()];\n }\n },\n\n monthsRegex: monthsRegex,\n monthsShortRegex: monthsRegex,\n monthsStrictRegex: /^(januari|februari|maart|april|mei|ju[nl]i|augustus|september|oktober|november|december)/i,\n monthsShortStrictRegex: /^(jan\\.?|feb\\.?|mrt\\.?|apr\\.?|mei|ju[nl]\\.?|aug\\.?|sep\\.?|okt\\.?|nov\\.?|dec\\.?)/i,\n\n monthsParse: monthsParse,\n longMonthsParse: monthsParse,\n shortMonthsParse: monthsParse,\n\n weekdays: 'zondag_maandag_dinsdag_woensdag_donderdag_vrijdag_zaterdag'.split(\n '_'\n ),\n weekdaysShort: 'zo._ma._di._wo._do._vr._za.'.split('_'),\n weekdaysMin: 'zo_ma_di_wo_do_vr_za'.split('_'),\n weekdaysParseExact: true,\n longDateFormat: {\n LT: 'HH:mm',\n LTS: 'HH:mm:ss',\n L: 'DD/MM/YYYY',\n LL: 'D MMMM YYYY',\n LLL: 'D MMMM YYYY HH:mm',\n LLLL: 'dddd D MMMM YYYY HH:mm',\n },\n calendar: {\n sameDay: '[vandaag om] LT',\n nextDay: '[morgen om] LT',\n nextWeek: 'dddd [om] LT',\n lastDay: '[gisteren om] LT',\n lastWeek: '[afgelopen] dddd [om] LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: 'over %s',\n past: '%s geleden',\n s: 'een paar seconden',\n ss: '%d seconden',\n m: 'één minuut',\n mm: '%d minuten',\n h: 'één uur',\n hh: '%d uur',\n d: 'één dag',\n dd: '%d dagen',\n M: 'één maand',\n MM: '%d maanden',\n y: 'één jaar',\n yy: '%d jaar',\n },\n dayOfMonthOrdinalParse: /\\d{1,2}(ste|de)/,\n ordinal: function (number) {\n return (\n number +\n (number === 1 || number === 8 || number >= 20 ? 'ste' : 'de')\n );\n },\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 4, // The week that contains Jan 4th is the first week of the year.\n },\n });\n\n return nlBe;\n\n})));\n","//! moment.js locale configuration\n//! locale : Nynorsk [nn]\n//! authors : https://github.com/mechuwind\n//! Stephen Ramthun : https://github.com/stephenramthun\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n //! moment.js locale configuration\n\n var nn = moment.defineLocale('nn', {\n months: 'januar_februar_mars_april_mai_juni_juli_august_september_oktober_november_desember'.split(\n '_'\n ),\n monthsShort: 'jan._feb._mars_apr._mai_juni_juli_aug._sep._okt._nov._des.'.split(\n '_'\n ),\n monthsParseExact: true,\n weekdays: 'sundag_måndag_tysdag_onsdag_torsdag_fredag_laurdag'.split('_'),\n weekdaysShort: 'su._må._ty._on._to._fr._lau.'.split('_'),\n weekdaysMin: 'su_må_ty_on_to_fr_la'.split('_'),\n weekdaysParseExact: true,\n longDateFormat: {\n LT: 'HH:mm',\n LTS: 'HH:mm:ss',\n L: 'DD.MM.YYYY',\n LL: 'D. MMMM YYYY',\n LLL: 'D. MMMM YYYY [kl.] H:mm',\n LLLL: 'dddd D. MMMM YYYY [kl.] HH:mm',\n },\n calendar: {\n sameDay: '[I dag klokka] LT',\n nextDay: '[I morgon klokka] LT',\n nextWeek: 'dddd [klokka] LT',\n lastDay: '[I går klokka] LT',\n lastWeek: '[Føregåande] dddd [klokka] LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: 'om %s',\n past: '%s sidan',\n s: 'nokre sekund',\n ss: '%d sekund',\n m: 'eit minutt',\n mm: '%d minutt',\n h: 'ein time',\n hh: '%d timar',\n d: 'ein dag',\n dd: '%d dagar',\n w: 'ei veke',\n ww: '%d veker',\n M: 'ein månad',\n MM: '%d månader',\n y: 'eit år',\n yy: '%d år',\n },\n dayOfMonthOrdinalParse: /\\d{1,2}\\./,\n ordinal: '%d.',\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 4, // The week that contains Jan 4th is the first week of the year.\n },\n });\n\n return nn;\n\n})));\n","//! moment.js locale configuration\n//! locale : Occitan, lengadocian dialecte [oc-lnc]\n//! author : Quentin PAGÈS : https://github.com/Quenty31\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n //! moment.js locale configuration\n\n var ocLnc = moment.defineLocale('oc-lnc', {\n months: {\n standalone: 'genièr_febrièr_març_abril_mai_junh_julhet_agost_setembre_octòbre_novembre_decembre'.split(\n '_'\n ),\n format: \"de genièr_de febrièr_de març_d'abril_de mai_de junh_de julhet_d'agost_de setembre_d'octòbre_de novembre_de decembre\".split(\n '_'\n ),\n isFormat: /D[oD]?(\\s)+MMMM/,\n },\n monthsShort: 'gen._febr._març_abr._mai_junh_julh._ago._set._oct._nov._dec.'.split(\n '_'\n ),\n monthsParseExact: true,\n weekdays: 'dimenge_diluns_dimars_dimècres_dijòus_divendres_dissabte'.split(\n '_'\n ),\n weekdaysShort: 'dg._dl._dm._dc._dj._dv._ds.'.split('_'),\n weekdaysMin: 'dg_dl_dm_dc_dj_dv_ds'.split('_'),\n weekdaysParseExact: true,\n longDateFormat: {\n LT: 'H:mm',\n LTS: 'H:mm:ss',\n L: 'DD/MM/YYYY',\n LL: 'D MMMM [de] YYYY',\n ll: 'D MMM YYYY',\n LLL: 'D MMMM [de] YYYY [a] H:mm',\n lll: 'D MMM YYYY, H:mm',\n LLLL: 'dddd D MMMM [de] YYYY [a] H:mm',\n llll: 'ddd D MMM YYYY, H:mm',\n },\n calendar: {\n sameDay: '[uèi a] LT',\n nextDay: '[deman a] LT',\n nextWeek: 'dddd [a] LT',\n lastDay: '[ièr a] LT',\n lastWeek: 'dddd [passat a] LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: \"d'aquí %s\",\n past: 'fa %s',\n s: 'unas segondas',\n ss: '%d segondas',\n m: 'una minuta',\n mm: '%d minutas',\n h: 'una ora',\n hh: '%d oras',\n d: 'un jorn',\n dd: '%d jorns',\n M: 'un mes',\n MM: '%d meses',\n y: 'un an',\n yy: '%d ans',\n },\n dayOfMonthOrdinalParse: /\\d{1,2}(r|n|t|è|a)/,\n ordinal: function (number, period) {\n var output =\n number === 1\n ? 'r'\n : number === 2\n ? 'n'\n : number === 3\n ? 'r'\n : number === 4\n ? 't'\n : 'è';\n if (period === 'w' || period === 'W') {\n output = 'a';\n }\n return number + output;\n },\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 4,\n },\n });\n\n return ocLnc;\n\n})));\n","//! moment.js locale configuration\n//! locale : Punjabi (India) [pa-in]\n//! author : Harpreet Singh : https://github.com/harpreetkhalsagtbit\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n //! moment.js locale configuration\n\n var symbolMap = {\n 1: '੧',\n 2: '੨',\n 3: '੩',\n 4: '੪',\n 5: '੫',\n 6: '੬',\n 7: '੭',\n 8: '੮',\n 9: '੯',\n 0: '੦',\n },\n numberMap = {\n '੧': '1',\n '੨': '2',\n '੩': '3',\n '੪': '4',\n '੫': '5',\n '੬': '6',\n '੭': '7',\n '੮': '8',\n '੯': '9',\n '੦': '0',\n };\n\n var paIn = moment.defineLocale('pa-in', {\n // There are months name as per Nanakshahi Calendar but they are not used as rigidly in modern Punjabi.\n months: 'ਜਨਵਰੀ_ਫ਼ਰਵਰੀ_ਮਾਰਚ_ਅਪ੍ਰੈਲ_ਮਈ_ਜੂਨ_ਜੁਲਾਈ_ਅਗਸਤ_ਸਤੰਬਰ_ਅਕਤੂਬਰ_ਨਵੰਬਰ_ਦਸੰਬਰ'.split(\n '_'\n ),\n monthsShort: 'ਜਨਵਰੀ_ਫ਼ਰਵਰੀ_ਮਾਰਚ_ਅਪ੍ਰੈਲ_ਮਈ_ਜੂਨ_ਜੁਲਾਈ_ਅਗਸਤ_ਸਤੰਬਰ_ਅਕਤੂਬਰ_ਨਵੰਬਰ_ਦਸੰਬਰ'.split(\n '_'\n ),\n weekdays: 'ਐਤਵਾਰ_ਸੋਮਵਾਰ_ਮੰਗਲਵਾਰ_ਬੁਧਵਾਰ_ਵੀਰਵਾਰ_ਸ਼ੁੱਕਰਵਾਰ_ਸ਼ਨੀਚਰਵਾਰ'.split(\n '_'\n ),\n weekdaysShort: 'ਐਤ_ਸੋਮ_ਮੰਗਲ_ਬੁਧ_ਵੀਰ_ਸ਼ੁਕਰ_ਸ਼ਨੀ'.split('_'),\n weekdaysMin: 'ਐਤ_ਸੋਮ_ਮੰਗਲ_ਬੁਧ_ਵੀਰ_ਸ਼ੁਕਰ_ਸ਼ਨੀ'.split('_'),\n longDateFormat: {\n LT: 'A h:mm ਵਜੇ',\n LTS: 'A h:mm:ss ਵਜੇ',\n L: 'DD/MM/YYYY',\n LL: 'D MMMM YYYY',\n LLL: 'D MMMM YYYY, A h:mm ਵਜੇ',\n LLLL: 'dddd, D MMMM YYYY, A h:mm ਵਜੇ',\n },\n calendar: {\n sameDay: '[ਅਜ] LT',\n nextDay: '[ਕਲ] LT',\n nextWeek: '[ਅਗਲਾ] dddd, LT',\n lastDay: '[ਕਲ] LT',\n lastWeek: '[ਪਿਛਲੇ] dddd, LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: '%s ਵਿੱਚ',\n past: '%s ਪਿਛਲੇ',\n s: 'ਕੁਝ ਸਕਿੰਟ',\n ss: '%d ਸਕਿੰਟ',\n m: 'ਇਕ ਮਿੰਟ',\n mm: '%d ਮਿੰਟ',\n h: 'ਇੱਕ ਘੰਟਾ',\n hh: '%d ਘੰਟੇ',\n d: 'ਇੱਕ ਦਿਨ',\n dd: '%d ਦਿਨ',\n M: 'ਇੱਕ ਮਹੀਨਾ',\n MM: '%d ਮਹੀਨੇ',\n y: 'ਇੱਕ ਸਾਲ',\n yy: '%d ਸਾਲ',\n },\n preparse: function (string) {\n return string.replace(/[੧੨੩੪੫੬੭੮੯੦]/g, function (match) {\n return numberMap[match];\n });\n },\n postformat: function (string) {\n return string.replace(/\\d/g, function (match) {\n return symbolMap[match];\n });\n },\n // Punjabi notation for meridiems are quite fuzzy in practice. While there exists\n // a rigid notion of a 'Pahar' it is not used as rigidly in modern Punjabi.\n meridiemParse: /ਰਾਤ|ਸਵੇਰ|ਦੁਪਹਿਰ|ਸ਼ਾਮ/,\n meridiemHour: function (hour, meridiem) {\n if (hour === 12) {\n hour = 0;\n }\n if (meridiem === 'ਰਾਤ') {\n return hour < 4 ? hour : hour + 12;\n } else if (meridiem === 'ਸਵੇਰ') {\n return hour;\n } else if (meridiem === 'ਦੁਪਹਿਰ') {\n return hour >= 10 ? hour : hour + 12;\n } else if (meridiem === 'ਸ਼ਾਮ') {\n return hour + 12;\n }\n },\n meridiem: function (hour, minute, isLower) {\n if (hour < 4) {\n return 'ਰਾਤ';\n } else if (hour < 10) {\n return 'ਸਵੇਰ';\n } else if (hour < 17) {\n return 'ਦੁਪਹਿਰ';\n } else if (hour < 20) {\n return 'ਸ਼ਾਮ';\n } else {\n return 'ਰਾਤ';\n }\n },\n week: {\n dow: 0, // Sunday is the first day of the week.\n doy: 6, // The week that contains Jan 6th is the first week of the year.\n },\n });\n\n return paIn;\n\n})));\n","//! moment.js locale configuration\n//! locale : Polish [pl]\n//! author : Rafal Hirsz : https://github.com/evoL\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n //! moment.js locale configuration\n\n var monthsNominative = 'styczeń_luty_marzec_kwiecień_maj_czerwiec_lipiec_sierpień_wrzesień_październik_listopad_grudzień'.split(\n '_'\n ),\n monthsSubjective = 'stycznia_lutego_marca_kwietnia_maja_czerwca_lipca_sierpnia_września_października_listopada_grudnia'.split(\n '_'\n ),\n monthsParse = [\n /^sty/i,\n /^lut/i,\n /^mar/i,\n /^kwi/i,\n /^maj/i,\n /^cze/i,\n /^lip/i,\n /^sie/i,\n /^wrz/i,\n /^paź/i,\n /^lis/i,\n /^gru/i,\n ];\n function plural(n) {\n return n % 10 < 5 && n % 10 > 1 && ~~(n / 10) % 10 !== 1;\n }\n function translate(number, withoutSuffix, key) {\n var result = number + ' ';\n switch (key) {\n case 'ss':\n return result + (plural(number) ? 'sekundy' : 'sekund');\n case 'm':\n return withoutSuffix ? 'minuta' : 'minutę';\n case 'mm':\n return result + (plural(number) ? 'minuty' : 'minut');\n case 'h':\n return withoutSuffix ? 'godzina' : 'godzinę';\n case 'hh':\n return result + (plural(number) ? 'godziny' : 'godzin');\n case 'ww':\n return result + (plural(number) ? 'tygodnie' : 'tygodni');\n case 'MM':\n return result + (plural(number) ? 'miesiące' : 'miesięcy');\n case 'yy':\n return result + (plural(number) ? 'lata' : 'lat');\n }\n }\n\n var pl = moment.defineLocale('pl', {\n months: function (momentToFormat, format) {\n if (!momentToFormat) {\n return monthsNominative;\n } else if (/D MMMM/.test(format)) {\n return monthsSubjective[momentToFormat.month()];\n } else {\n return monthsNominative[momentToFormat.month()];\n }\n },\n monthsShort: 'sty_lut_mar_kwi_maj_cze_lip_sie_wrz_paź_lis_gru'.split('_'),\n monthsParse: monthsParse,\n longMonthsParse: monthsParse,\n shortMonthsParse: monthsParse,\n weekdays: 'niedziela_poniedziałek_wtorek_środa_czwartek_piątek_sobota'.split(\n '_'\n ),\n weekdaysShort: 'ndz_pon_wt_śr_czw_pt_sob'.split('_'),\n weekdaysMin: 'Nd_Pn_Wt_Śr_Cz_Pt_So'.split('_'),\n longDateFormat: {\n LT: 'HH:mm',\n LTS: 'HH:mm:ss',\n L: 'DD.MM.YYYY',\n LL: 'D MMMM YYYY',\n LLL: 'D MMMM YYYY HH:mm',\n LLLL: 'dddd, D MMMM YYYY HH:mm',\n },\n calendar: {\n sameDay: '[Dziś o] LT',\n nextDay: '[Jutro o] LT',\n nextWeek: function () {\n switch (this.day()) {\n case 0:\n return '[W niedzielę o] LT';\n\n case 2:\n return '[We wtorek o] LT';\n\n case 3:\n return '[W środę o] LT';\n\n case 6:\n return '[W sobotę o] LT';\n\n default:\n return '[W] dddd [o] LT';\n }\n },\n lastDay: '[Wczoraj o] LT',\n lastWeek: function () {\n switch (this.day()) {\n case 0:\n return '[W zeszłą niedzielę o] LT';\n case 3:\n return '[W zeszłą środę o] LT';\n case 6:\n return '[W zeszłą sobotę o] LT';\n default:\n return '[W zeszły] dddd [o] LT';\n }\n },\n sameElse: 'L',\n },\n relativeTime: {\n future: 'za %s',\n past: '%s temu',\n s: 'kilka sekund',\n ss: translate,\n m: translate,\n mm: translate,\n h: translate,\n hh: translate,\n d: '1 dzień',\n dd: '%d dni',\n w: 'tydzień',\n ww: translate,\n M: 'miesiąc',\n MM: translate,\n y: 'rok',\n yy: translate,\n },\n dayOfMonthOrdinalParse: /\\d{1,2}\\./,\n ordinal: '%d.',\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 4, // The week that contains Jan 4th is the first week of the year.\n },\n });\n\n return pl;\n\n})));\n","//! moment.js locale configuration\n//! locale : Portuguese [pt]\n//! author : Jefferson : https://github.com/jalex79\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n //! moment.js locale configuration\n\n var pt = moment.defineLocale('pt', {\n months: 'janeiro_fevereiro_março_abril_maio_junho_julho_agosto_setembro_outubro_novembro_dezembro'.split(\n '_'\n ),\n monthsShort: 'jan_fev_mar_abr_mai_jun_jul_ago_set_out_nov_dez'.split('_'),\n weekdays: 'Domingo_Segunda-feira_Terça-feira_Quarta-feira_Quinta-feira_Sexta-feira_Sábado'.split(\n '_'\n ),\n weekdaysShort: 'Dom_Seg_Ter_Qua_Qui_Sex_Sáb'.split('_'),\n weekdaysMin: 'Do_2ª_3ª_4ª_5ª_6ª_Sá'.split('_'),\n weekdaysParseExact: true,\n longDateFormat: {\n LT: 'HH:mm',\n LTS: 'HH:mm:ss',\n L: 'DD/MM/YYYY',\n LL: 'D [de] MMMM [de] YYYY',\n LLL: 'D [de] MMMM [de] YYYY HH:mm',\n LLLL: 'dddd, D [de] MMMM [de] YYYY HH:mm',\n },\n calendar: {\n sameDay: '[Hoje às] LT',\n nextDay: '[Amanhã às] LT',\n nextWeek: 'dddd [às] LT',\n lastDay: '[Ontem às] LT',\n lastWeek: function () {\n return this.day() === 0 || this.day() === 6\n ? '[Último] dddd [às] LT' // Saturday + Sunday\n : '[Última] dddd [às] LT'; // Monday - Friday\n },\n sameElse: 'L',\n },\n relativeTime: {\n future: 'em %s',\n past: 'há %s',\n s: 'segundos',\n ss: '%d segundos',\n m: 'um minuto',\n mm: '%d minutos',\n h: 'uma hora',\n hh: '%d horas',\n d: 'um dia',\n dd: '%d dias',\n w: 'uma semana',\n ww: '%d semanas',\n M: 'um mês',\n MM: '%d meses',\n y: 'um ano',\n yy: '%d anos',\n },\n dayOfMonthOrdinalParse: /\\d{1,2}º/,\n ordinal: '%dº',\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 4, // The week that contains Jan 4th is the first week of the year.\n },\n });\n\n return pt;\n\n})));\n","//! moment.js locale configuration\n//! locale : Portuguese (Brazil) [pt-br]\n//! author : Caio Ribeiro Pereira : https://github.com/caio-ribeiro-pereira\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n //! moment.js locale configuration\n\n var ptBr = moment.defineLocale('pt-br', {\n months: 'janeiro_fevereiro_março_abril_maio_junho_julho_agosto_setembro_outubro_novembro_dezembro'.split(\n '_'\n ),\n monthsShort: 'jan_fev_mar_abr_mai_jun_jul_ago_set_out_nov_dez'.split('_'),\n weekdays: 'domingo_segunda-feira_terça-feira_quarta-feira_quinta-feira_sexta-feira_sábado'.split(\n '_'\n ),\n weekdaysShort: 'dom_seg_ter_qua_qui_sex_sáb'.split('_'),\n weekdaysMin: 'do_2ª_3ª_4ª_5ª_6ª_sá'.split('_'),\n weekdaysParseExact: true,\n longDateFormat: {\n LT: 'HH:mm',\n LTS: 'HH:mm:ss',\n L: 'DD/MM/YYYY',\n LL: 'D [de] MMMM [de] YYYY',\n LLL: 'D [de] MMMM [de] YYYY [às] HH:mm',\n LLLL: 'dddd, D [de] MMMM [de] YYYY [às] HH:mm',\n },\n calendar: {\n sameDay: '[Hoje às] LT',\n nextDay: '[Amanhã às] LT',\n nextWeek: 'dddd [às] LT',\n lastDay: '[Ontem às] LT',\n lastWeek: function () {\n return this.day() === 0 || this.day() === 6\n ? '[Último] dddd [às] LT' // Saturday + Sunday\n : '[Última] dddd [às] LT'; // Monday - Friday\n },\n sameElse: 'L',\n },\n relativeTime: {\n future: 'em %s',\n past: 'há %s',\n s: 'poucos segundos',\n ss: '%d segundos',\n m: 'um minuto',\n mm: '%d minutos',\n h: 'uma hora',\n hh: '%d horas',\n d: 'um dia',\n dd: '%d dias',\n M: 'um mês',\n MM: '%d meses',\n y: 'um ano',\n yy: '%d anos',\n },\n dayOfMonthOrdinalParse: /\\d{1,2}º/,\n ordinal: '%dº',\n invalidDate: 'Data inválida',\n });\n\n return ptBr;\n\n})));\n","//! moment.js locale configuration\n//! locale : Romanian [ro]\n//! author : Vlad Gurdiga : https://github.com/gurdiga\n//! author : Valentin Agachi : https://github.com/avaly\n//! author : Emanuel Cepoi : https://github.com/cepem\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n //! moment.js locale configuration\n\n function relativeTimeWithPlural(number, withoutSuffix, key) {\n var format = {\n ss: 'secunde',\n mm: 'minute',\n hh: 'ore',\n dd: 'zile',\n ww: 'săptămâni',\n MM: 'luni',\n yy: 'ani',\n },\n separator = ' ';\n if (number % 100 >= 20 || (number >= 100 && number % 100 === 0)) {\n separator = ' de ';\n }\n return number + separator + format[key];\n }\n\n var ro = moment.defineLocale('ro', {\n months: 'ianuarie_februarie_martie_aprilie_mai_iunie_iulie_august_septembrie_octombrie_noiembrie_decembrie'.split(\n '_'\n ),\n monthsShort: 'ian._feb._mart._apr._mai_iun._iul._aug._sept._oct._nov._dec.'.split(\n '_'\n ),\n monthsParseExact: true,\n weekdays: 'duminică_luni_marți_miercuri_joi_vineri_sâmbătă'.split('_'),\n weekdaysShort: 'Dum_Lun_Mar_Mie_Joi_Vin_Sâm'.split('_'),\n weekdaysMin: 'Du_Lu_Ma_Mi_Jo_Vi_Sâ'.split('_'),\n longDateFormat: {\n LT: 'H:mm',\n LTS: 'H:mm:ss',\n L: 'DD.MM.YYYY',\n LL: 'D MMMM YYYY',\n LLL: 'D MMMM YYYY H:mm',\n LLLL: 'dddd, D MMMM YYYY H:mm',\n },\n calendar: {\n sameDay: '[azi la] LT',\n nextDay: '[mâine la] LT',\n nextWeek: 'dddd [la] LT',\n lastDay: '[ieri la] LT',\n lastWeek: '[fosta] dddd [la] LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: 'peste %s',\n past: '%s în urmă',\n s: 'câteva secunde',\n ss: relativeTimeWithPlural,\n m: 'un minut',\n mm: relativeTimeWithPlural,\n h: 'o oră',\n hh: relativeTimeWithPlural,\n d: 'o zi',\n dd: relativeTimeWithPlural,\n w: 'o săptămână',\n ww: relativeTimeWithPlural,\n M: 'o lună',\n MM: relativeTimeWithPlural,\n y: 'un an',\n yy: relativeTimeWithPlural,\n },\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 7, // The week that contains Jan 7th is the first week of the year.\n },\n });\n\n return ro;\n\n})));\n","//! moment.js locale configuration\n//! locale : Russian [ru]\n//! author : Viktorminator : https://github.com/Viktorminator\n//! author : Menelion Elensúle : https://github.com/Oire\n//! author : Коренберг Марк : https://github.com/socketpair\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n //! moment.js locale configuration\n\n function plural(word, num) {\n var forms = word.split('_');\n return num % 10 === 1 && num % 100 !== 11\n ? forms[0]\n : num % 10 >= 2 && num % 10 <= 4 && (num % 100 < 10 || num % 100 >= 20)\n ? forms[1]\n : forms[2];\n }\n function relativeTimeWithPlural(number, withoutSuffix, key) {\n var format = {\n ss: withoutSuffix ? 'секунда_секунды_секунд' : 'секунду_секунды_секунд',\n mm: withoutSuffix ? 'минута_минуты_минут' : 'минуту_минуты_минут',\n hh: 'час_часа_часов',\n dd: 'день_дня_дней',\n ww: 'неделя_недели_недель',\n MM: 'месяц_месяца_месяцев',\n yy: 'год_года_лет',\n };\n if (key === 'm') {\n return withoutSuffix ? 'минута' : 'минуту';\n } else {\n return number + ' ' + plural(format[key], +number);\n }\n }\n var monthsParse = [\n /^янв/i,\n /^фев/i,\n /^мар/i,\n /^апр/i,\n /^ма[йя]/i,\n /^июн/i,\n /^июл/i,\n /^авг/i,\n /^сен/i,\n /^окт/i,\n /^ноя/i,\n /^дек/i,\n ];\n\n // http://new.gramota.ru/spravka/rules/139-prop : § 103\n // Сокращения месяцев: http://new.gramota.ru/spravka/buro/search-answer?s=242637\n // CLDR data: http://www.unicode.org/cldr/charts/28/summary/ru.html#1753\n var ru = moment.defineLocale('ru', {\n months: {\n format: 'января_февраля_марта_апреля_мая_июня_июля_августа_сентября_октября_ноября_декабря'.split(\n '_'\n ),\n standalone: 'январь_февраль_март_апрель_май_июнь_июль_август_сентябрь_октябрь_ноябрь_декабрь'.split(\n '_'\n ),\n },\n monthsShort: {\n // по CLDR именно \"июл.\" и \"июн.\", но какой смысл менять букву на точку?\n format: 'янв._февр._мар._апр._мая_июня_июля_авг._сент._окт._нояб._дек.'.split(\n '_'\n ),\n standalone: 'янв._февр._март_апр._май_июнь_июль_авг._сент._окт._нояб._дек.'.split(\n '_'\n ),\n },\n weekdays: {\n standalone: 'воскресенье_понедельник_вторник_среда_четверг_пятница_суббота'.split(\n '_'\n ),\n format: 'воскресенье_понедельник_вторник_среду_четверг_пятницу_субботу'.split(\n '_'\n ),\n isFormat: /\\[ ?[Вв] ?(?:прошлую|следующую|эту)? ?] ?dddd/,\n },\n weekdaysShort: 'вс_пн_вт_ср_чт_пт_сб'.split('_'),\n weekdaysMin: 'вс_пн_вт_ср_чт_пт_сб'.split('_'),\n monthsParse: monthsParse,\n longMonthsParse: monthsParse,\n shortMonthsParse: monthsParse,\n\n // полные названия с падежами, по три буквы, для некоторых, по 4 буквы, сокращения с точкой и без точки\n monthsRegex: /^(январ[ья]|янв\\.?|феврал[ья]|февр?\\.?|марта?|мар\\.?|апрел[ья]|апр\\.?|ма[йя]|июн[ья]|июн\\.?|июл[ья]|июл\\.?|августа?|авг\\.?|сентябр[ья]|сент?\\.?|октябр[ья]|окт\\.?|ноябр[ья]|нояб?\\.?|декабр[ья]|дек\\.?)/i,\n\n // копия предыдущего\n monthsShortRegex: /^(январ[ья]|янв\\.?|феврал[ья]|февр?\\.?|марта?|мар\\.?|апрел[ья]|апр\\.?|ма[йя]|июн[ья]|июн\\.?|июл[ья]|июл\\.?|августа?|авг\\.?|сентябр[ья]|сент?\\.?|октябр[ья]|окт\\.?|ноябр[ья]|нояб?\\.?|декабр[ья]|дек\\.?)/i,\n\n // полные названия с падежами\n monthsStrictRegex: /^(январ[яь]|феврал[яь]|марта?|апрел[яь]|ма[яй]|июн[яь]|июл[яь]|августа?|сентябр[яь]|октябр[яь]|ноябр[яь]|декабр[яь])/i,\n\n // Выражение, которое соответствует только сокращённым формам\n monthsShortStrictRegex: /^(янв\\.|февр?\\.|мар[т.]|апр\\.|ма[яй]|июн[ья.]|июл[ья.]|авг\\.|сент?\\.|окт\\.|нояб?\\.|дек\\.)/i,\n longDateFormat: {\n LT: 'H:mm',\n LTS: 'H:mm:ss',\n L: 'DD.MM.YYYY',\n LL: 'D MMMM YYYY г.',\n LLL: 'D MMMM YYYY г., H:mm',\n LLLL: 'dddd, D MMMM YYYY г., H:mm',\n },\n calendar: {\n sameDay: '[Сегодня, в] LT',\n nextDay: '[Завтра, в] LT',\n lastDay: '[Вчера, в] LT',\n nextWeek: function (now) {\n if (now.week() !== this.week()) {\n switch (this.day()) {\n case 0:\n return '[В следующее] dddd, [в] LT';\n case 1:\n case 2:\n case 4:\n return '[В следующий] dddd, [в] LT';\n case 3:\n case 5:\n case 6:\n return '[В следующую] dddd, [в] LT';\n }\n } else {\n if (this.day() === 2) {\n return '[Во] dddd, [в] LT';\n } else {\n return '[В] dddd, [в] LT';\n }\n }\n },\n lastWeek: function (now) {\n if (now.week() !== this.week()) {\n switch (this.day()) {\n case 0:\n return '[В прошлое] dddd, [в] LT';\n case 1:\n case 2:\n case 4:\n return '[В прошлый] dddd, [в] LT';\n case 3:\n case 5:\n case 6:\n return '[В прошлую] dddd, [в] LT';\n }\n } else {\n if (this.day() === 2) {\n return '[Во] dddd, [в] LT';\n } else {\n return '[В] dddd, [в] LT';\n }\n }\n },\n sameElse: 'L',\n },\n relativeTime: {\n future: 'через %s',\n past: '%s назад',\n s: 'несколько секунд',\n ss: relativeTimeWithPlural,\n m: relativeTimeWithPlural,\n mm: relativeTimeWithPlural,\n h: 'час',\n hh: relativeTimeWithPlural,\n d: 'день',\n dd: relativeTimeWithPlural,\n w: 'неделя',\n ww: relativeTimeWithPlural,\n M: 'месяц',\n MM: relativeTimeWithPlural,\n y: 'год',\n yy: relativeTimeWithPlural,\n },\n meridiemParse: /ночи|утра|дня|вечера/i,\n isPM: function (input) {\n return /^(дня|вечера)$/.test(input);\n },\n meridiem: function (hour, minute, isLower) {\n if (hour < 4) {\n return 'ночи';\n } else if (hour < 12) {\n return 'утра';\n } else if (hour < 17) {\n return 'дня';\n } else {\n return 'вечера';\n }\n },\n dayOfMonthOrdinalParse: /\\d{1,2}-(й|го|я)/,\n ordinal: function (number, period) {\n switch (period) {\n case 'M':\n case 'd':\n case 'DDD':\n return number + '-й';\n case 'D':\n return number + '-го';\n case 'w':\n case 'W':\n return number + '-я';\n default:\n return number;\n }\n },\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 4, // The week that contains Jan 4th is the first week of the year.\n },\n });\n\n return ru;\n\n})));\n","//! moment.js locale configuration\n//! locale : Sindhi [sd]\n//! author : Narain Sagar : https://github.com/narainsagar\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n //! moment.js locale configuration\n\n var months = [\n 'جنوري',\n 'فيبروري',\n 'مارچ',\n 'اپريل',\n 'مئي',\n 'جون',\n 'جولاءِ',\n 'آگسٽ',\n 'سيپٽمبر',\n 'آڪٽوبر',\n 'نومبر',\n 'ڊسمبر',\n ],\n days = ['آچر', 'سومر', 'اڱارو', 'اربع', 'خميس', 'جمع', 'ڇنڇر'];\n\n var sd = moment.defineLocale('sd', {\n months: months,\n monthsShort: months,\n weekdays: days,\n weekdaysShort: days,\n weekdaysMin: days,\n longDateFormat: {\n LT: 'HH:mm',\n LTS: 'HH:mm:ss',\n L: 'DD/MM/YYYY',\n LL: 'D MMMM YYYY',\n LLL: 'D MMMM YYYY HH:mm',\n LLLL: 'dddd، D MMMM YYYY HH:mm',\n },\n meridiemParse: /صبح|شام/,\n isPM: function (input) {\n return 'شام' === input;\n },\n meridiem: function (hour, minute, isLower) {\n if (hour < 12) {\n return 'صبح';\n }\n return 'شام';\n },\n calendar: {\n sameDay: '[اڄ] LT',\n nextDay: '[سڀاڻي] LT',\n nextWeek: 'dddd [اڳين هفتي تي] LT',\n lastDay: '[ڪالهه] LT',\n lastWeek: '[گزريل هفتي] dddd [تي] LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: '%s پوء',\n past: '%s اڳ',\n s: 'چند سيڪنڊ',\n ss: '%d سيڪنڊ',\n m: 'هڪ منٽ',\n mm: '%d منٽ',\n h: 'هڪ ڪلاڪ',\n hh: '%d ڪلاڪ',\n d: 'هڪ ڏينهن',\n dd: '%d ڏينهن',\n M: 'هڪ مهينو',\n MM: '%d مهينا',\n y: 'هڪ سال',\n yy: '%d سال',\n },\n preparse: function (string) {\n return string.replace(/،/g, ',');\n },\n postformat: function (string) {\n return string.replace(/,/g, '،');\n },\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 4, // The week that contains Jan 4th is the first week of the year.\n },\n });\n\n return sd;\n\n})));\n","//! moment.js locale configuration\n//! locale : Northern Sami [se]\n//! authors : Bård Rolstad Henriksen : https://github.com/karamell\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n //! moment.js locale configuration\n\n var se = moment.defineLocale('se', {\n months: 'ođđajagemánnu_guovvamánnu_njukčamánnu_cuoŋománnu_miessemánnu_geassemánnu_suoidnemánnu_borgemánnu_čakčamánnu_golggotmánnu_skábmamánnu_juovlamánnu'.split(\n '_'\n ),\n monthsShort: 'ođđj_guov_njuk_cuo_mies_geas_suoi_borg_čakč_golg_skáb_juov'.split(\n '_'\n ),\n weekdays: 'sotnabeaivi_vuossárga_maŋŋebárga_gaskavahkku_duorastat_bearjadat_lávvardat'.split(\n '_'\n ),\n weekdaysShort: 'sotn_vuos_maŋ_gask_duor_bear_láv'.split('_'),\n weekdaysMin: 's_v_m_g_d_b_L'.split('_'),\n longDateFormat: {\n LT: 'HH:mm',\n LTS: 'HH:mm:ss',\n L: 'DD.MM.YYYY',\n LL: 'MMMM D. [b.] YYYY',\n LLL: 'MMMM D. [b.] YYYY [ti.] HH:mm',\n LLLL: 'dddd, MMMM D. [b.] YYYY [ti.] HH:mm',\n },\n calendar: {\n sameDay: '[otne ti] LT',\n nextDay: '[ihttin ti] LT',\n nextWeek: 'dddd [ti] LT',\n lastDay: '[ikte ti] LT',\n lastWeek: '[ovddit] dddd [ti] LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: '%s geažes',\n past: 'maŋit %s',\n s: 'moadde sekunddat',\n ss: '%d sekunddat',\n m: 'okta minuhta',\n mm: '%d minuhtat',\n h: 'okta diimmu',\n hh: '%d diimmut',\n d: 'okta beaivi',\n dd: '%d beaivvit',\n M: 'okta mánnu',\n MM: '%d mánut',\n y: 'okta jahki',\n yy: '%d jagit',\n },\n dayOfMonthOrdinalParse: /\\d{1,2}\\./,\n ordinal: '%d.',\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 4, // The week that contains Jan 4th is the first week of the year.\n },\n });\n\n return se;\n\n})));\n","//! moment.js locale configuration\n//! locale : Sinhalese [si]\n//! author : Sampath Sitinamaluwa : https://github.com/sampathsris\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n //! moment.js locale configuration\n\n /*jshint -W100*/\n var si = moment.defineLocale('si', {\n months: 'ජනවාරි_පෙබරවාරි_මාර්තු_අප්‍රේල්_මැයි_ජූනි_ජූලි_අගෝස්තු_සැප්තැම්බර්_ඔක්තෝබර්_නොවැම්බර්_දෙසැම්බර්'.split(\n '_'\n ),\n monthsShort: 'ජන_පෙබ_මාර්_අප්_මැයි_ජූනි_ජූලි_අගෝ_සැප්_ඔක්_නොවැ_දෙසැ'.split(\n '_'\n ),\n weekdays: 'ඉරිදා_සඳුදා_අඟහරුවාදා_බදාදා_බ්‍රහස්පතින්දා_සිකුරාදා_සෙනසුරාදා'.split(\n '_'\n ),\n weekdaysShort: 'ඉරි_සඳු_අඟ_බදා_බ්‍රහ_සිකු_සෙන'.split('_'),\n weekdaysMin: 'ඉ_ස_අ_බ_බ්‍ර_සි_සෙ'.split('_'),\n weekdaysParseExact: true,\n longDateFormat: {\n LT: 'a h:mm',\n LTS: 'a h:mm:ss',\n L: 'YYYY/MM/DD',\n LL: 'YYYY MMMM D',\n LLL: 'YYYY MMMM D, a h:mm',\n LLLL: 'YYYY MMMM D [වැනි] dddd, a h:mm:ss',\n },\n calendar: {\n sameDay: '[අද] LT[ට]',\n nextDay: '[හෙට] LT[ට]',\n nextWeek: 'dddd LT[ට]',\n lastDay: '[ඊයේ] LT[ට]',\n lastWeek: '[පසුගිය] dddd LT[ට]',\n sameElse: 'L',\n },\n relativeTime: {\n future: '%sකින්',\n past: '%sකට පෙර',\n s: 'තත්පර කිහිපය',\n ss: 'තත්පර %d',\n m: 'මිනිත්තුව',\n mm: 'මිනිත්තු %d',\n h: 'පැය',\n hh: 'පැය %d',\n d: 'දිනය',\n dd: 'දින %d',\n M: 'මාසය',\n MM: 'මාස %d',\n y: 'වසර',\n yy: 'වසර %d',\n },\n dayOfMonthOrdinalParse: /\\d{1,2} වැනි/,\n ordinal: function (number) {\n return number + ' වැනි';\n },\n meridiemParse: /පෙර වරු|පස් වරු|පෙ.ව|ප.ව./,\n isPM: function (input) {\n return input === 'ප.ව.' || input === 'පස් වරු';\n },\n meridiem: function (hours, minutes, isLower) {\n if (hours > 11) {\n return isLower ? 'ප.ව.' : 'පස් වරු';\n } else {\n return isLower ? 'පෙ.ව.' : 'පෙර වරු';\n }\n },\n });\n\n return si;\n\n})));\n","//! moment.js locale configuration\n//! locale : Slovak [sk]\n//! author : Martin Minka : https://github.com/k2s\n//! based on work of petrbela : https://github.com/petrbela\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n //! moment.js locale configuration\n\n var months = 'január_február_marec_apríl_máj_jún_júl_august_september_október_november_december'.split(\n '_'\n ),\n monthsShort = 'jan_feb_mar_apr_máj_jún_júl_aug_sep_okt_nov_dec'.split('_');\n function plural(n) {\n return n > 1 && n < 5;\n }\n function translate(number, withoutSuffix, key, isFuture) {\n var result = number + ' ';\n switch (key) {\n case 's': // a few seconds / in a few seconds / a few seconds ago\n return withoutSuffix || isFuture ? 'pár sekúnd' : 'pár sekundami';\n case 'ss': // 9 seconds / in 9 seconds / 9 seconds ago\n if (withoutSuffix || isFuture) {\n return result + (plural(number) ? 'sekundy' : 'sekúnd');\n } else {\n return result + 'sekundami';\n }\n case 'm': // a minute / in a minute / a minute ago\n return withoutSuffix ? 'minúta' : isFuture ? 'minútu' : 'minútou';\n case 'mm': // 9 minutes / in 9 minutes / 9 minutes ago\n if (withoutSuffix || isFuture) {\n return result + (plural(number) ? 'minúty' : 'minút');\n } else {\n return result + 'minútami';\n }\n case 'h': // an hour / in an hour / an hour ago\n return withoutSuffix ? 'hodina' : isFuture ? 'hodinu' : 'hodinou';\n case 'hh': // 9 hours / in 9 hours / 9 hours ago\n if (withoutSuffix || isFuture) {\n return result + (plural(number) ? 'hodiny' : 'hodín');\n } else {\n return result + 'hodinami';\n }\n case 'd': // a day / in a day / a day ago\n return withoutSuffix || isFuture ? 'deň' : 'dňom';\n case 'dd': // 9 days / in 9 days / 9 days ago\n if (withoutSuffix || isFuture) {\n return result + (plural(number) ? 'dni' : 'dní');\n } else {\n return result + 'dňami';\n }\n case 'M': // a month / in a month / a month ago\n return withoutSuffix || isFuture ? 'mesiac' : 'mesiacom';\n case 'MM': // 9 months / in 9 months / 9 months ago\n if (withoutSuffix || isFuture) {\n return result + (plural(number) ? 'mesiace' : 'mesiacov');\n } else {\n return result + 'mesiacmi';\n }\n case 'y': // a year / in a year / a year ago\n return withoutSuffix || isFuture ? 'rok' : 'rokom';\n case 'yy': // 9 years / in 9 years / 9 years ago\n if (withoutSuffix || isFuture) {\n return result + (plural(number) ? 'roky' : 'rokov');\n } else {\n return result + 'rokmi';\n }\n }\n }\n\n var sk = moment.defineLocale('sk', {\n months: months,\n monthsShort: monthsShort,\n weekdays: 'nedeľa_pondelok_utorok_streda_štvrtok_piatok_sobota'.split('_'),\n weekdaysShort: 'ne_po_ut_st_št_pi_so'.split('_'),\n weekdaysMin: 'ne_po_ut_st_št_pi_so'.split('_'),\n longDateFormat: {\n LT: 'H:mm',\n LTS: 'H:mm:ss',\n L: 'DD.MM.YYYY',\n LL: 'D. MMMM YYYY',\n LLL: 'D. MMMM YYYY H:mm',\n LLLL: 'dddd D. MMMM YYYY H:mm',\n },\n calendar: {\n sameDay: '[dnes o] LT',\n nextDay: '[zajtra o] LT',\n nextWeek: function () {\n switch (this.day()) {\n case 0:\n return '[v nedeľu o] LT';\n case 1:\n case 2:\n return '[v] dddd [o] LT';\n case 3:\n return '[v stredu o] LT';\n case 4:\n return '[vo štvrtok o] LT';\n case 5:\n return '[v piatok o] LT';\n case 6:\n return '[v sobotu o] LT';\n }\n },\n lastDay: '[včera o] LT',\n lastWeek: function () {\n switch (this.day()) {\n case 0:\n return '[minulú nedeľu o] LT';\n case 1:\n case 2:\n return '[minulý] dddd [o] LT';\n case 3:\n return '[minulú stredu o] LT';\n case 4:\n case 5:\n return '[minulý] dddd [o] LT';\n case 6:\n return '[minulú sobotu o] LT';\n }\n },\n sameElse: 'L',\n },\n relativeTime: {\n future: 'za %s',\n past: 'pred %s',\n s: translate,\n ss: translate,\n m: translate,\n mm: translate,\n h: translate,\n hh: translate,\n d: translate,\n dd: translate,\n M: translate,\n MM: translate,\n y: translate,\n yy: translate,\n },\n dayOfMonthOrdinalParse: /\\d{1,2}\\./,\n ordinal: '%d.',\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 4, // The week that contains Jan 4th is the first week of the year.\n },\n });\n\n return sk;\n\n})));\n","//! moment.js locale configuration\n//! locale : Slovenian [sl]\n//! author : Robert Sedovšek : https://github.com/sedovsek\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n //! moment.js locale configuration\n\n function processRelativeTime(number, withoutSuffix, key, isFuture) {\n var result = number + ' ';\n switch (key) {\n case 's':\n return withoutSuffix || isFuture\n ? 'nekaj sekund'\n : 'nekaj sekundami';\n case 'ss':\n if (number === 1) {\n result += withoutSuffix ? 'sekundo' : 'sekundi';\n } else if (number === 2) {\n result += withoutSuffix || isFuture ? 'sekundi' : 'sekundah';\n } else if (number < 5) {\n result += withoutSuffix || isFuture ? 'sekunde' : 'sekundah';\n } else {\n result += 'sekund';\n }\n return result;\n case 'm':\n return withoutSuffix ? 'ena minuta' : 'eno minuto';\n case 'mm':\n if (number === 1) {\n result += withoutSuffix ? 'minuta' : 'minuto';\n } else if (number === 2) {\n result += withoutSuffix || isFuture ? 'minuti' : 'minutama';\n } else if (number < 5) {\n result += withoutSuffix || isFuture ? 'minute' : 'minutami';\n } else {\n result += withoutSuffix || isFuture ? 'minut' : 'minutami';\n }\n return result;\n case 'h':\n return withoutSuffix ? 'ena ura' : 'eno uro';\n case 'hh':\n if (number === 1) {\n result += withoutSuffix ? 'ura' : 'uro';\n } else if (number === 2) {\n result += withoutSuffix || isFuture ? 'uri' : 'urama';\n } else if (number < 5) {\n result += withoutSuffix || isFuture ? 'ure' : 'urami';\n } else {\n result += withoutSuffix || isFuture ? 'ur' : 'urami';\n }\n return result;\n case 'd':\n return withoutSuffix || isFuture ? 'en dan' : 'enim dnem';\n case 'dd':\n if (number === 1) {\n result += withoutSuffix || isFuture ? 'dan' : 'dnem';\n } else if (number === 2) {\n result += withoutSuffix || isFuture ? 'dni' : 'dnevoma';\n } else {\n result += withoutSuffix || isFuture ? 'dni' : 'dnevi';\n }\n return result;\n case 'M':\n return withoutSuffix || isFuture ? 'en mesec' : 'enim mesecem';\n case 'MM':\n if (number === 1) {\n result += withoutSuffix || isFuture ? 'mesec' : 'mesecem';\n } else if (number === 2) {\n result += withoutSuffix || isFuture ? 'meseca' : 'mesecema';\n } else if (number < 5) {\n result += withoutSuffix || isFuture ? 'mesece' : 'meseci';\n } else {\n result += withoutSuffix || isFuture ? 'mesecev' : 'meseci';\n }\n return result;\n case 'y':\n return withoutSuffix || isFuture ? 'eno leto' : 'enim letom';\n case 'yy':\n if (number === 1) {\n result += withoutSuffix || isFuture ? 'leto' : 'letom';\n } else if (number === 2) {\n result += withoutSuffix || isFuture ? 'leti' : 'letoma';\n } else if (number < 5) {\n result += withoutSuffix || isFuture ? 'leta' : 'leti';\n } else {\n result += withoutSuffix || isFuture ? 'let' : 'leti';\n }\n return result;\n }\n }\n\n var sl = moment.defineLocale('sl', {\n months: 'januar_februar_marec_april_maj_junij_julij_avgust_september_oktober_november_december'.split(\n '_'\n ),\n monthsShort: 'jan._feb._mar._apr._maj._jun._jul._avg._sep._okt._nov._dec.'.split(\n '_'\n ),\n monthsParseExact: true,\n weekdays: 'nedelja_ponedeljek_torek_sreda_četrtek_petek_sobota'.split('_'),\n weekdaysShort: 'ned._pon._tor._sre._čet._pet._sob.'.split('_'),\n weekdaysMin: 'ne_po_to_sr_če_pe_so'.split('_'),\n weekdaysParseExact: true,\n longDateFormat: {\n LT: 'H:mm',\n LTS: 'H:mm:ss',\n L: 'DD. MM. YYYY',\n LL: 'D. MMMM YYYY',\n LLL: 'D. MMMM YYYY H:mm',\n LLLL: 'dddd, D. MMMM YYYY H:mm',\n },\n calendar: {\n sameDay: '[danes ob] LT',\n nextDay: '[jutri ob] LT',\n\n nextWeek: function () {\n switch (this.day()) {\n case 0:\n return '[v] [nedeljo] [ob] LT';\n case 3:\n return '[v] [sredo] [ob] LT';\n case 6:\n return '[v] [soboto] [ob] LT';\n case 1:\n case 2:\n case 4:\n case 5:\n return '[v] dddd [ob] LT';\n }\n },\n lastDay: '[včeraj ob] LT',\n lastWeek: function () {\n switch (this.day()) {\n case 0:\n return '[prejšnjo] [nedeljo] [ob] LT';\n case 3:\n return '[prejšnjo] [sredo] [ob] LT';\n case 6:\n return '[prejšnjo] [soboto] [ob] LT';\n case 1:\n case 2:\n case 4:\n case 5:\n return '[prejšnji] dddd [ob] LT';\n }\n },\n sameElse: 'L',\n },\n relativeTime: {\n future: 'čez %s',\n past: 'pred %s',\n s: processRelativeTime,\n ss: processRelativeTime,\n m: processRelativeTime,\n mm: processRelativeTime,\n h: processRelativeTime,\n hh: processRelativeTime,\n d: processRelativeTime,\n dd: processRelativeTime,\n M: processRelativeTime,\n MM: processRelativeTime,\n y: processRelativeTime,\n yy: processRelativeTime,\n },\n dayOfMonthOrdinalParse: /\\d{1,2}\\./,\n ordinal: '%d.',\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 7, // The week that contains Jan 7th is the first week of the year.\n },\n });\n\n return sl;\n\n})));\n","//! moment.js locale configuration\n//! locale : Albanian [sq]\n//! author : Flakërim Ismani : https://github.com/flakerimi\n//! author : Menelion Elensúle : https://github.com/Oire\n//! author : Oerd Cukalla : https://github.com/oerd\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n //! moment.js locale configuration\n\n var sq = moment.defineLocale('sq', {\n months: 'Janar_Shkurt_Mars_Prill_Maj_Qershor_Korrik_Gusht_Shtator_Tetor_Nëntor_Dhjetor'.split(\n '_'\n ),\n monthsShort: 'Jan_Shk_Mar_Pri_Maj_Qer_Kor_Gus_Sht_Tet_Nën_Dhj'.split('_'),\n weekdays: 'E Diel_E Hënë_E Martë_E Mërkurë_E Enjte_E Premte_E Shtunë'.split(\n '_'\n ),\n weekdaysShort: 'Die_Hën_Mar_Mër_Enj_Pre_Sht'.split('_'),\n weekdaysMin: 'D_H_Ma_Më_E_P_Sh'.split('_'),\n weekdaysParseExact: true,\n meridiemParse: /PD|MD/,\n isPM: function (input) {\n return input.charAt(0) === 'M';\n },\n meridiem: function (hours, minutes, isLower) {\n return hours < 12 ? 'PD' : 'MD';\n },\n longDateFormat: {\n LT: 'HH:mm',\n LTS: 'HH:mm:ss',\n L: 'DD/MM/YYYY',\n LL: 'D MMMM YYYY',\n LLL: 'D MMMM YYYY HH:mm',\n LLLL: 'dddd, D MMMM YYYY HH:mm',\n },\n calendar: {\n sameDay: '[Sot në] LT',\n nextDay: '[Nesër në] LT',\n nextWeek: 'dddd [në] LT',\n lastDay: '[Dje në] LT',\n lastWeek: 'dddd [e kaluar në] LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: 'në %s',\n past: '%s më parë',\n s: 'disa sekonda',\n ss: '%d sekonda',\n m: 'një minutë',\n mm: '%d minuta',\n h: 'një orë',\n hh: '%d orë',\n d: 'një ditë',\n dd: '%d ditë',\n M: 'një muaj',\n MM: '%d muaj',\n y: 'një vit',\n yy: '%d vite',\n },\n dayOfMonthOrdinalParse: /\\d{1,2}\\./,\n ordinal: '%d.',\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 4, // The week that contains Jan 4th is the first week of the year.\n },\n });\n\n return sq;\n\n})));\n","//! moment.js locale configuration\n//! locale : Serbian [sr]\n//! author : Milan Janačković<milanjanackovic@gmail.com> : https://github.com/milan-j\n//! author : Stefan Crnjaković <stefan@hotmail.rs> : https://github.com/crnjakovic\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n //! moment.js locale configuration\n\n var translator = {\n words: {\n //Different grammatical cases\n ss: ['sekunda', 'sekunde', 'sekundi'],\n m: ['jedan minut', 'jedne minute'],\n mm: ['minut', 'minute', 'minuta'],\n h: ['jedan sat', 'jednog sata'],\n hh: ['sat', 'sata', 'sati'],\n dd: ['dan', 'dana', 'dana'],\n MM: ['mesec', 'meseca', 'meseci'],\n yy: ['godina', 'godine', 'godina'],\n },\n correctGrammaticalCase: function (number, wordKey) {\n return number === 1\n ? wordKey[0]\n : number >= 2 && number <= 4\n ? wordKey[1]\n : wordKey[2];\n },\n translate: function (number, withoutSuffix, key) {\n var wordKey = translator.words[key];\n if (key.length === 1) {\n return withoutSuffix ? wordKey[0] : wordKey[1];\n } else {\n return (\n number +\n ' ' +\n translator.correctGrammaticalCase(number, wordKey)\n );\n }\n },\n };\n\n var sr = moment.defineLocale('sr', {\n months: 'januar_februar_mart_april_maj_jun_jul_avgust_septembar_oktobar_novembar_decembar'.split(\n '_'\n ),\n monthsShort: 'jan._feb._mar._apr._maj_jun_jul_avg._sep._okt._nov._dec.'.split(\n '_'\n ),\n monthsParseExact: true,\n weekdays: 'nedelja_ponedeljak_utorak_sreda_četvrtak_petak_subota'.split(\n '_'\n ),\n weekdaysShort: 'ned._pon._uto._sre._čet._pet._sub.'.split('_'),\n weekdaysMin: 'ne_po_ut_sr_če_pe_su'.split('_'),\n weekdaysParseExact: true,\n longDateFormat: {\n LT: 'H:mm',\n LTS: 'H:mm:ss',\n L: 'D. M. YYYY.',\n LL: 'D. MMMM YYYY.',\n LLL: 'D. MMMM YYYY. H:mm',\n LLLL: 'dddd, D. MMMM YYYY. H:mm',\n },\n calendar: {\n sameDay: '[danas u] LT',\n nextDay: '[sutra u] LT',\n nextWeek: function () {\n switch (this.day()) {\n case 0:\n return '[u] [nedelju] [u] LT';\n case 3:\n return '[u] [sredu] [u] LT';\n case 6:\n return '[u] [subotu] [u] LT';\n case 1:\n case 2:\n case 4:\n case 5:\n return '[u] dddd [u] LT';\n }\n },\n lastDay: '[juče u] LT',\n lastWeek: function () {\n var lastWeekDays = [\n '[prošle] [nedelje] [u] LT',\n '[prošlog] [ponedeljka] [u] LT',\n '[prošlog] [utorka] [u] LT',\n '[prošle] [srede] [u] LT',\n '[prošlog] [četvrtka] [u] LT',\n '[prošlog] [petka] [u] LT',\n '[prošle] [subote] [u] LT',\n ];\n return lastWeekDays[this.day()];\n },\n sameElse: 'L',\n },\n relativeTime: {\n future: 'za %s',\n past: 'pre %s',\n s: 'nekoliko sekundi',\n ss: translator.translate,\n m: translator.translate,\n mm: translator.translate,\n h: translator.translate,\n hh: translator.translate,\n d: 'dan',\n dd: translator.translate,\n M: 'mesec',\n MM: translator.translate,\n y: 'godinu',\n yy: translator.translate,\n },\n dayOfMonthOrdinalParse: /\\d{1,2}\\./,\n ordinal: '%d.',\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 7, // The week that contains Jan 7th is the first week of the year.\n },\n });\n\n return sr;\n\n})));\n","//! moment.js locale configuration\n//! locale : Serbian Cyrillic [sr-cyrl]\n//! author : Milan Janačković<milanjanackovic@gmail.com> : https://github.com/milan-j\n//! author : Stefan Crnjaković <stefan@hotmail.rs> : https://github.com/crnjakovic\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n //! moment.js locale configuration\n\n var translator = {\n words: {\n //Different grammatical cases\n ss: ['секунда', 'секунде', 'секунди'],\n m: ['један минут', 'једне минуте'],\n mm: ['минут', 'минуте', 'минута'],\n h: ['један сат', 'једног сата'],\n hh: ['сат', 'сата', 'сати'],\n dd: ['дан', 'дана', 'дана'],\n MM: ['месец', 'месеца', 'месеци'],\n yy: ['година', 'године', 'година'],\n },\n correctGrammaticalCase: function (number, wordKey) {\n return number === 1\n ? wordKey[0]\n : number >= 2 && number <= 4\n ? wordKey[1]\n : wordKey[2];\n },\n translate: function (number, withoutSuffix, key) {\n var wordKey = translator.words[key];\n if (key.length === 1) {\n return withoutSuffix ? wordKey[0] : wordKey[1];\n } else {\n return (\n number +\n ' ' +\n translator.correctGrammaticalCase(number, wordKey)\n );\n }\n },\n };\n\n var srCyrl = moment.defineLocale('sr-cyrl', {\n months: 'јануар_фебруар_март_април_мај_јун_јул_август_септембар_октобар_новембар_децембар'.split(\n '_'\n ),\n monthsShort: 'јан._феб._мар._апр._мај_јун_јул_авг._сеп._окт._нов._дец.'.split(\n '_'\n ),\n monthsParseExact: true,\n weekdays: 'недеља_понедељак_уторак_среда_четвртак_петак_субота'.split('_'),\n weekdaysShort: 'нед._пон._уто._сре._чет._пет._суб.'.split('_'),\n weekdaysMin: 'не_по_ут_ср_че_пе_су'.split('_'),\n weekdaysParseExact: true,\n longDateFormat: {\n LT: 'H:mm',\n LTS: 'H:mm:ss',\n L: 'D. M. YYYY.',\n LL: 'D. MMMM YYYY.',\n LLL: 'D. MMMM YYYY. H:mm',\n LLLL: 'dddd, D. MMMM YYYY. H:mm',\n },\n calendar: {\n sameDay: '[данас у] LT',\n nextDay: '[сутра у] LT',\n nextWeek: function () {\n switch (this.day()) {\n case 0:\n return '[у] [недељу] [у] LT';\n case 3:\n return '[у] [среду] [у] LT';\n case 6:\n return '[у] [суботу] [у] LT';\n case 1:\n case 2:\n case 4:\n case 5:\n return '[у] dddd [у] LT';\n }\n },\n lastDay: '[јуче у] LT',\n lastWeek: function () {\n var lastWeekDays = [\n '[прошле] [недеље] [у] LT',\n '[прошлог] [понедељка] [у] LT',\n '[прошлог] [уторка] [у] LT',\n '[прошле] [среде] [у] LT',\n '[прошлог] [четвртка] [у] LT',\n '[прошлог] [петка] [у] LT',\n '[прошле] [суботе] [у] LT',\n ];\n return lastWeekDays[this.day()];\n },\n sameElse: 'L',\n },\n relativeTime: {\n future: 'за %s',\n past: 'пре %s',\n s: 'неколико секунди',\n ss: translator.translate,\n m: translator.translate,\n mm: translator.translate,\n h: translator.translate,\n hh: translator.translate,\n d: 'дан',\n dd: translator.translate,\n M: 'месец',\n MM: translator.translate,\n y: 'годину',\n yy: translator.translate,\n },\n dayOfMonthOrdinalParse: /\\d{1,2}\\./,\n ordinal: '%d.',\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 7, // The week that contains Jan 1st is the first week of the year.\n },\n });\n\n return srCyrl;\n\n})));\n","//! moment.js locale configuration\n//! locale : siSwati [ss]\n//! author : Nicolai Davies<mail@nicolai.io> : https://github.com/nicolaidavies\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n //! moment.js locale configuration\n\n var ss = moment.defineLocale('ss', {\n months: \"Bhimbidvwane_Indlovana_Indlov'lenkhulu_Mabasa_Inkhwekhweti_Inhlaba_Kholwane_Ingci_Inyoni_Imphala_Lweti_Ingongoni\".split(\n '_'\n ),\n monthsShort: 'Bhi_Ina_Inu_Mab_Ink_Inh_Kho_Igc_Iny_Imp_Lwe_Igo'.split('_'),\n weekdays: 'Lisontfo_Umsombuluko_Lesibili_Lesitsatfu_Lesine_Lesihlanu_Umgcibelo'.split(\n '_'\n ),\n weekdaysShort: 'Lis_Umb_Lsb_Les_Lsi_Lsh_Umg'.split('_'),\n weekdaysMin: 'Li_Us_Lb_Lt_Ls_Lh_Ug'.split('_'),\n weekdaysParseExact: true,\n longDateFormat: {\n LT: 'h:mm A',\n LTS: 'h:mm:ss A',\n L: 'DD/MM/YYYY',\n LL: 'D MMMM YYYY',\n LLL: 'D MMMM YYYY h:mm A',\n LLLL: 'dddd, D MMMM YYYY h:mm A',\n },\n calendar: {\n sameDay: '[Namuhla nga] LT',\n nextDay: '[Kusasa nga] LT',\n nextWeek: 'dddd [nga] LT',\n lastDay: '[Itolo nga] LT',\n lastWeek: 'dddd [leliphelile] [nga] LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: 'nga %s',\n past: 'wenteka nga %s',\n s: 'emizuzwana lomcane',\n ss: '%d mzuzwana',\n m: 'umzuzu',\n mm: '%d emizuzu',\n h: 'lihora',\n hh: '%d emahora',\n d: 'lilanga',\n dd: '%d emalanga',\n M: 'inyanga',\n MM: '%d tinyanga',\n y: 'umnyaka',\n yy: '%d iminyaka',\n },\n meridiemParse: /ekuseni|emini|entsambama|ebusuku/,\n meridiem: function (hours, minutes, isLower) {\n if (hours < 11) {\n return 'ekuseni';\n } else if (hours < 15) {\n return 'emini';\n } else if (hours < 19) {\n return 'entsambama';\n } else {\n return 'ebusuku';\n }\n },\n meridiemHour: function (hour, meridiem) {\n if (hour === 12) {\n hour = 0;\n }\n if (meridiem === 'ekuseni') {\n return hour;\n } else if (meridiem === 'emini') {\n return hour >= 11 ? hour : hour + 12;\n } else if (meridiem === 'entsambama' || meridiem === 'ebusuku') {\n if (hour === 0) {\n return 0;\n }\n return hour + 12;\n }\n },\n dayOfMonthOrdinalParse: /\\d{1,2}/,\n ordinal: '%d',\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 4, // The week that contains Jan 4th is the first week of the year.\n },\n });\n\n return ss;\n\n})));\n","//! moment.js locale configuration\n//! locale : Swedish [sv]\n//! author : Jens Alm : https://github.com/ulmus\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n //! moment.js locale configuration\n\n var sv = moment.defineLocale('sv', {\n months: 'januari_februari_mars_april_maj_juni_juli_augusti_september_oktober_november_december'.split(\n '_'\n ),\n monthsShort: 'jan_feb_mar_apr_maj_jun_jul_aug_sep_okt_nov_dec'.split('_'),\n weekdays: 'söndag_måndag_tisdag_onsdag_torsdag_fredag_lördag'.split('_'),\n weekdaysShort: 'sön_mån_tis_ons_tor_fre_lör'.split('_'),\n weekdaysMin: 'sö_må_ti_on_to_fr_lö'.split('_'),\n longDateFormat: {\n LT: 'HH:mm',\n LTS: 'HH:mm:ss',\n L: 'YYYY-MM-DD',\n LL: 'D MMMM YYYY',\n LLL: 'D MMMM YYYY [kl.] HH:mm',\n LLLL: 'dddd D MMMM YYYY [kl.] HH:mm',\n lll: 'D MMM YYYY HH:mm',\n llll: 'ddd D MMM YYYY HH:mm',\n },\n calendar: {\n sameDay: '[Idag] LT',\n nextDay: '[Imorgon] LT',\n lastDay: '[Igår] LT',\n nextWeek: '[På] dddd LT',\n lastWeek: '[I] dddd[s] LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: 'om %s',\n past: 'för %s sedan',\n s: 'några sekunder',\n ss: '%d sekunder',\n m: 'en minut',\n mm: '%d minuter',\n h: 'en timme',\n hh: '%d timmar',\n d: 'en dag',\n dd: '%d dagar',\n M: 'en månad',\n MM: '%d månader',\n y: 'ett år',\n yy: '%d år',\n },\n dayOfMonthOrdinalParse: /\\d{1,2}(\\:e|\\:a)/,\n ordinal: function (number) {\n var b = number % 10,\n output =\n ~~((number % 100) / 10) === 1\n ? ':e'\n : b === 1\n ? ':a'\n : b === 2\n ? ':a'\n : b === 3\n ? ':e'\n : ':e';\n return number + output;\n },\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 4, // The week that contains Jan 4th is the first week of the year.\n },\n });\n\n return sv;\n\n})));\n","//! moment.js locale configuration\n//! locale : Swahili [sw]\n//! author : Fahad Kassim : https://github.com/fadsel\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n //! moment.js locale configuration\n\n var sw = moment.defineLocale('sw', {\n months: 'Januari_Februari_Machi_Aprili_Mei_Juni_Julai_Agosti_Septemba_Oktoba_Novemba_Desemba'.split(\n '_'\n ),\n monthsShort: 'Jan_Feb_Mac_Apr_Mei_Jun_Jul_Ago_Sep_Okt_Nov_Des'.split('_'),\n weekdays: 'Jumapili_Jumatatu_Jumanne_Jumatano_Alhamisi_Ijumaa_Jumamosi'.split(\n '_'\n ),\n weekdaysShort: 'Jpl_Jtat_Jnne_Jtan_Alh_Ijm_Jmos'.split('_'),\n weekdaysMin: 'J2_J3_J4_J5_Al_Ij_J1'.split('_'),\n weekdaysParseExact: true,\n longDateFormat: {\n LT: 'hh:mm A',\n LTS: 'HH:mm:ss',\n L: 'DD.MM.YYYY',\n LL: 'D MMMM YYYY',\n LLL: 'D MMMM YYYY HH:mm',\n LLLL: 'dddd, D MMMM YYYY HH:mm',\n },\n calendar: {\n sameDay: '[leo saa] LT',\n nextDay: '[kesho saa] LT',\n nextWeek: '[wiki ijayo] dddd [saat] LT',\n lastDay: '[jana] LT',\n lastWeek: '[wiki iliyopita] dddd [saat] LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: '%s baadaye',\n past: 'tokea %s',\n s: 'hivi punde',\n ss: 'sekunde %d',\n m: 'dakika moja',\n mm: 'dakika %d',\n h: 'saa limoja',\n hh: 'masaa %d',\n d: 'siku moja',\n dd: 'siku %d',\n M: 'mwezi mmoja',\n MM: 'miezi %d',\n y: 'mwaka mmoja',\n yy: 'miaka %d',\n },\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 7, // The week that contains Jan 7th is the first week of the year.\n },\n });\n\n return sw;\n\n})));\n","//! moment.js locale configuration\n//! locale : Tamil [ta]\n//! author : Arjunkumar Krishnamoorthy : https://github.com/tk120404\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n //! moment.js locale configuration\n\n var symbolMap = {\n 1: '௧',\n 2: '௨',\n 3: '௩',\n 4: '௪',\n 5: '௫',\n 6: '௬',\n 7: '௭',\n 8: '௮',\n 9: '௯',\n 0: '௦',\n },\n numberMap = {\n '௧': '1',\n '௨': '2',\n '௩': '3',\n '௪': '4',\n '௫': '5',\n '௬': '6',\n '௭': '7',\n '௮': '8',\n '௯': '9',\n '௦': '0',\n };\n\n var ta = moment.defineLocale('ta', {\n months: 'ஜனவரி_பிப்ரவரி_மார்ச்_ஏப்ரல்_மே_ஜூன்_ஜூலை_ஆகஸ்ட்_செப்டெம்பர்_அக்டோபர்_நவம்பர்_டிசம்பர்'.split(\n '_'\n ),\n monthsShort: 'ஜனவரி_பிப்ரவரி_மார்ச்_ஏப்ரல்_மே_ஜூன்_ஜூலை_ஆகஸ்ட்_செப்டெம்பர்_அக்டோபர்_நவம்பர்_டிசம்பர்'.split(\n '_'\n ),\n weekdays: 'ஞாயிற்றுக்கிழமை_திங்கட்கிழமை_செவ்வாய்கிழமை_புதன்கிழமை_வியாழக்கிழமை_வெள்ளிக்கிழமை_சனிக்கிழமை'.split(\n '_'\n ),\n weekdaysShort: 'ஞாயிறு_திங்கள்_செவ்வாய்_புதன்_வியாழன்_வெள்ளி_சனி'.split(\n '_'\n ),\n weekdaysMin: 'ஞா_தி_செ_பு_வி_வெ_ச'.split('_'),\n longDateFormat: {\n LT: 'HH:mm',\n LTS: 'HH:mm:ss',\n L: 'DD/MM/YYYY',\n LL: 'D MMMM YYYY',\n LLL: 'D MMMM YYYY, HH:mm',\n LLLL: 'dddd, D MMMM YYYY, HH:mm',\n },\n calendar: {\n sameDay: '[இன்று] LT',\n nextDay: '[நாளை] LT',\n nextWeek: 'dddd, LT',\n lastDay: '[நேற்று] LT',\n lastWeek: '[கடந்த வாரம்] dddd, LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: '%s இல்',\n past: '%s முன்',\n s: 'ஒரு சில விநாடிகள்',\n ss: '%d விநாடிகள்',\n m: 'ஒரு நிமிடம்',\n mm: '%d நிமிடங்கள்',\n h: 'ஒரு மணி நேரம்',\n hh: '%d மணி நேரம்',\n d: 'ஒரு நாள்',\n dd: '%d நாட்கள்',\n M: 'ஒரு மாதம்',\n MM: '%d மாதங்கள்',\n y: 'ஒரு வருடம்',\n yy: '%d ஆண்டுகள்',\n },\n dayOfMonthOrdinalParse: /\\d{1,2}வது/,\n ordinal: function (number) {\n return number + 'வது';\n },\n preparse: function (string) {\n return string.replace(/[௧௨௩௪௫௬௭௮௯௦]/g, function (match) {\n return numberMap[match];\n });\n },\n postformat: function (string) {\n return string.replace(/\\d/g, function (match) {\n return symbolMap[match];\n });\n },\n // refer http://ta.wikipedia.org/s/1er1\n meridiemParse: /யாமம்|வைகறை|காலை|நண்பகல்|எற்பாடு|மாலை/,\n meridiem: function (hour, minute, isLower) {\n if (hour < 2) {\n return ' யாமம்';\n } else if (hour < 6) {\n return ' வைகறை'; // வைகறை\n } else if (hour < 10) {\n return ' காலை'; // காலை\n } else if (hour < 14) {\n return ' நண்பகல்'; // நண்பகல்\n } else if (hour < 18) {\n return ' எற்பாடு'; // எற்பாடு\n } else if (hour < 22) {\n return ' மாலை'; // மாலை\n } else {\n return ' யாமம்';\n }\n },\n meridiemHour: function (hour, meridiem) {\n if (hour === 12) {\n hour = 0;\n }\n if (meridiem === 'யாமம்') {\n return hour < 2 ? hour : hour + 12;\n } else if (meridiem === 'வைகறை' || meridiem === 'காலை') {\n return hour;\n } else if (meridiem === 'நண்பகல்') {\n return hour >= 10 ? hour : hour + 12;\n } else {\n return hour + 12;\n }\n },\n week: {\n dow: 0, // Sunday is the first day of the week.\n doy: 6, // The week that contains Jan 6th is the first week of the year.\n },\n });\n\n return ta;\n\n})));\n","//! moment.js locale configuration\n//! locale : Telugu [te]\n//! author : Krishna Chaitanya Thota : https://github.com/kcthota\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n //! moment.js locale configuration\n\n var te = moment.defineLocale('te', {\n months: 'జనవరి_ఫిబ్రవరి_మార్చి_ఏప్రిల్_మే_జూన్_జులై_ఆగస్టు_సెప్టెంబర్_అక్టోబర్_నవంబర్_డిసెంబర్'.split(\n '_'\n ),\n monthsShort: 'జన._ఫిబ్ర._మార్చి_ఏప్రి._మే_జూన్_జులై_ఆగ._సెప్._అక్టో._నవ._డిసె.'.split(\n '_'\n ),\n monthsParseExact: true,\n weekdays: 'ఆదివారం_సోమవారం_మంగళవారం_బుధవారం_గురువారం_శుక్రవారం_శనివారం'.split(\n '_'\n ),\n weekdaysShort: 'ఆది_సోమ_మంగళ_బుధ_గురు_శుక్ర_శని'.split('_'),\n weekdaysMin: 'ఆ_సో_మం_బు_గు_శు_శ'.split('_'),\n longDateFormat: {\n LT: 'A h:mm',\n LTS: 'A h:mm:ss',\n L: 'DD/MM/YYYY',\n LL: 'D MMMM YYYY',\n LLL: 'D MMMM YYYY, A h:mm',\n LLLL: 'dddd, D MMMM YYYY, A h:mm',\n },\n calendar: {\n sameDay: '[నేడు] LT',\n nextDay: '[రేపు] LT',\n nextWeek: 'dddd, LT',\n lastDay: '[నిన్న] LT',\n lastWeek: '[గత] dddd, LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: '%s లో',\n past: '%s క్రితం',\n s: 'కొన్ని క్షణాలు',\n ss: '%d సెకన్లు',\n m: 'ఒక నిమిషం',\n mm: '%d నిమిషాలు',\n h: 'ఒక గంట',\n hh: '%d గంటలు',\n d: 'ఒక రోజు',\n dd: '%d రోజులు',\n M: 'ఒక నెల',\n MM: '%d నెలలు',\n y: 'ఒక సంవత్సరం',\n yy: '%d సంవత్సరాలు',\n },\n dayOfMonthOrdinalParse: /\\d{1,2}వ/,\n ordinal: '%dవ',\n meridiemParse: /రాత్రి|ఉదయం|మధ్యాహ్నం|సాయంత్రం/,\n meridiemHour: function (hour, meridiem) {\n if (hour === 12) {\n hour = 0;\n }\n if (meridiem === 'రాత్రి') {\n return hour < 4 ? hour : hour + 12;\n } else if (meridiem === 'ఉదయం') {\n return hour;\n } else if (meridiem === 'మధ్యాహ్నం') {\n return hour >= 10 ? hour : hour + 12;\n } else if (meridiem === 'సాయంత్రం') {\n return hour + 12;\n }\n },\n meridiem: function (hour, minute, isLower) {\n if (hour < 4) {\n return 'రాత్రి';\n } else if (hour < 10) {\n return 'ఉదయం';\n } else if (hour < 17) {\n return 'మధ్యాహ్నం';\n } else if (hour < 20) {\n return 'సాయంత్రం';\n } else {\n return 'రాత్రి';\n }\n },\n week: {\n dow: 0, // Sunday is the first day of the week.\n doy: 6, // The week that contains Jan 6th is the first week of the year.\n },\n });\n\n return te;\n\n})));\n","//! moment.js locale configuration\n//! locale : Tetun Dili (East Timor) [tet]\n//! author : Joshua Brooks : https://github.com/joshbrooks\n//! author : Onorio De J. Afonso : https://github.com/marobo\n//! author : Sonia Simoes : https://github.com/soniasimoes\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n //! moment.js locale configuration\n\n var tet = moment.defineLocale('tet', {\n months: 'Janeiru_Fevereiru_Marsu_Abril_Maiu_Juñu_Jullu_Agustu_Setembru_Outubru_Novembru_Dezembru'.split(\n '_'\n ),\n monthsShort: 'Jan_Fev_Mar_Abr_Mai_Jun_Jul_Ago_Set_Out_Nov_Dez'.split('_'),\n weekdays: 'Domingu_Segunda_Tersa_Kuarta_Kinta_Sesta_Sabadu'.split('_'),\n weekdaysShort: 'Dom_Seg_Ters_Kua_Kint_Sest_Sab'.split('_'),\n weekdaysMin: 'Do_Seg_Te_Ku_Ki_Ses_Sa'.split('_'),\n longDateFormat: {\n LT: 'HH:mm',\n LTS: 'HH:mm:ss',\n L: 'DD/MM/YYYY',\n LL: 'D MMMM YYYY',\n LLL: 'D MMMM YYYY HH:mm',\n LLLL: 'dddd, D MMMM YYYY HH:mm',\n },\n calendar: {\n sameDay: '[Ohin iha] LT',\n nextDay: '[Aban iha] LT',\n nextWeek: 'dddd [iha] LT',\n lastDay: '[Horiseik iha] LT',\n lastWeek: 'dddd [semana kotuk] [iha] LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: 'iha %s',\n past: '%s liuba',\n s: 'segundu balun',\n ss: 'segundu %d',\n m: 'minutu ida',\n mm: 'minutu %d',\n h: 'oras ida',\n hh: 'oras %d',\n d: 'loron ida',\n dd: 'loron %d',\n M: 'fulan ida',\n MM: 'fulan %d',\n y: 'tinan ida',\n yy: 'tinan %d',\n },\n dayOfMonthOrdinalParse: /\\d{1,2}(st|nd|rd|th)/,\n ordinal: function (number) {\n var b = number % 10,\n output =\n ~~((number % 100) / 10) === 1\n ? 'th'\n : b === 1\n ? 'st'\n : b === 2\n ? 'nd'\n : b === 3\n ? 'rd'\n : 'th';\n return number + output;\n },\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 4, // The week that contains Jan 4th is the first week of the year.\n },\n });\n\n return tet;\n\n})));\n","//! moment.js locale configuration\n//! locale : Tajik [tg]\n//! author : Orif N. Jr. : https://github.com/orif-jr\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n //! moment.js locale configuration\n\n var suffixes = {\n 0: '-ум',\n 1: '-ум',\n 2: '-юм',\n 3: '-юм',\n 4: '-ум',\n 5: '-ум',\n 6: '-ум',\n 7: '-ум',\n 8: '-ум',\n 9: '-ум',\n 10: '-ум',\n 12: '-ум',\n 13: '-ум',\n 20: '-ум',\n 30: '-юм',\n 40: '-ум',\n 50: '-ум',\n 60: '-ум',\n 70: '-ум',\n 80: '-ум',\n 90: '-ум',\n 100: '-ум',\n };\n\n var tg = moment.defineLocale('tg', {\n months: {\n format: 'январи_феврали_марти_апрели_майи_июни_июли_августи_сентябри_октябри_ноябри_декабри'.split(\n '_'\n ),\n standalone: 'январ_феврал_март_апрел_май_июн_июл_август_сентябр_октябр_ноябр_декабр'.split(\n '_'\n ),\n },\n monthsShort: 'янв_фев_мар_апр_май_июн_июл_авг_сен_окт_ноя_дек'.split('_'),\n weekdays: 'якшанбе_душанбе_сешанбе_чоршанбе_панҷшанбе_ҷумъа_шанбе'.split(\n '_'\n ),\n weekdaysShort: 'яшб_дшб_сшб_чшб_пшб_ҷум_шнб'.split('_'),\n weekdaysMin: 'яш_дш_сш_чш_пш_ҷм_шб'.split('_'),\n longDateFormat: {\n LT: 'HH:mm',\n LTS: 'HH:mm:ss',\n L: 'DD.MM.YYYY',\n LL: 'D MMMM YYYY',\n LLL: 'D MMMM YYYY HH:mm',\n LLLL: 'dddd, D MMMM YYYY HH:mm',\n },\n calendar: {\n sameDay: '[Имрӯз соати] LT',\n nextDay: '[Фардо соати] LT',\n lastDay: '[Дирӯз соати] LT',\n nextWeek: 'dddd[и] [ҳафтаи оянда соати] LT',\n lastWeek: 'dddd[и] [ҳафтаи гузашта соати] LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: 'баъди %s',\n past: '%s пеш',\n s: 'якчанд сония',\n m: 'як дақиқа',\n mm: '%d дақиқа',\n h: 'як соат',\n hh: '%d соат',\n d: 'як рӯз',\n dd: '%d рӯз',\n M: 'як моҳ',\n MM: '%d моҳ',\n y: 'як сол',\n yy: '%d сол',\n },\n meridiemParse: /шаб|субҳ|рӯз|бегоҳ/,\n meridiemHour: function (hour, meridiem) {\n if (hour === 12) {\n hour = 0;\n }\n if (meridiem === 'шаб') {\n return hour < 4 ? hour : hour + 12;\n } else if (meridiem === 'субҳ') {\n return hour;\n } else if (meridiem === 'рӯз') {\n return hour >= 11 ? hour : hour + 12;\n } else if (meridiem === 'бегоҳ') {\n return hour + 12;\n }\n },\n meridiem: function (hour, minute, isLower) {\n if (hour < 4) {\n return 'шаб';\n } else if (hour < 11) {\n return 'субҳ';\n } else if (hour < 16) {\n return 'рӯз';\n } else if (hour < 19) {\n return 'бегоҳ';\n } else {\n return 'шаб';\n }\n },\n dayOfMonthOrdinalParse: /\\d{1,2}-(ум|юм)/,\n ordinal: function (number) {\n var a = number % 10,\n b = number >= 100 ? 100 : null;\n return number + (suffixes[number] || suffixes[a] || suffixes[b]);\n },\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 7, // The week that contains Jan 1th is the first week of the year.\n },\n });\n\n return tg;\n\n})));\n","//! moment.js locale configuration\n//! locale : Thai [th]\n//! author : Kridsada Thanabulpong : https://github.com/sirn\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n //! moment.js locale configuration\n\n var th = moment.defineLocale('th', {\n months: 'มกราคม_กุมภาพันธ์_มีนาคม_เมษายน_พฤษภาคม_มิถุนายน_กรกฎาคม_สิงหาคม_กันยายน_ตุลาคม_พฤศจิกายน_ธันวาคม'.split(\n '_'\n ),\n monthsShort: 'ม.ค._ก.พ._มี.ค._เม.ย._พ.ค._มิ.ย._ก.ค._ส.ค._ก.ย._ต.ค._พ.ย._ธ.ค.'.split(\n '_'\n ),\n monthsParseExact: true,\n weekdays: 'อาทิตย์_จันทร์_อังคาร_พุธ_พฤหัสบดี_ศุกร์_เสาร์'.split('_'),\n weekdaysShort: 'อาทิตย์_จันทร์_อังคาร_พุธ_พฤหัส_ศุกร์_เสาร์'.split('_'), // yes, three characters difference\n weekdaysMin: 'อา._จ._อ._พ._พฤ._ศ._ส.'.split('_'),\n weekdaysParseExact: true,\n longDateFormat: {\n LT: 'H:mm',\n LTS: 'H:mm:ss',\n L: 'DD/MM/YYYY',\n LL: 'D MMMM YYYY',\n LLL: 'D MMMM YYYY เวลา H:mm',\n LLLL: 'วันddddที่ D MMMM YYYY เวลา H:mm',\n },\n meridiemParse: /ก่อนเที่ยง|หลังเที่ยง/,\n isPM: function (input) {\n return input === 'หลังเที่ยง';\n },\n meridiem: function (hour, minute, isLower) {\n if (hour < 12) {\n return 'ก่อนเที่ยง';\n } else {\n return 'หลังเที่ยง';\n }\n },\n calendar: {\n sameDay: '[วันนี้ เวลา] LT',\n nextDay: '[พรุ่งนี้ เวลา] LT',\n nextWeek: 'dddd[หน้า เวลา] LT',\n lastDay: '[เมื่อวานนี้ เวลา] LT',\n lastWeek: '[วัน]dddd[ที่แล้ว เวลา] LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: 'อีก %s',\n past: '%sที่แล้ว',\n s: 'ไม่กี่วินาที',\n ss: '%d วินาที',\n m: '1 นาที',\n mm: '%d นาที',\n h: '1 ชั่วโมง',\n hh: '%d ชั่วโมง',\n d: '1 วัน',\n dd: '%d วัน',\n w: '1 สัปดาห์',\n ww: '%d สัปดาห์',\n M: '1 เดือน',\n MM: '%d เดือน',\n y: '1 ปี',\n yy: '%d ปี',\n },\n });\n\n return th;\n\n})));\n","//! moment.js locale configuration\n//! locale : Turkmen [tk]\n//! author : Atamyrat Abdyrahmanov : https://github.com/atamyratabdy\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n //! moment.js locale configuration\n\n var suffixes = {\n 1: \"'inji\",\n 5: \"'inji\",\n 8: \"'inji\",\n 70: \"'inji\",\n 80: \"'inji\",\n 2: \"'nji\",\n 7: \"'nji\",\n 20: \"'nji\",\n 50: \"'nji\",\n 3: \"'ünji\",\n 4: \"'ünji\",\n 100: \"'ünji\",\n 6: \"'njy\",\n 9: \"'unjy\",\n 10: \"'unjy\",\n 30: \"'unjy\",\n 60: \"'ynjy\",\n 90: \"'ynjy\",\n };\n\n var tk = moment.defineLocale('tk', {\n months: 'Ýanwar_Fewral_Mart_Aprel_Maý_Iýun_Iýul_Awgust_Sentýabr_Oktýabr_Noýabr_Dekabr'.split(\n '_'\n ),\n monthsShort: 'Ýan_Few_Mar_Apr_Maý_Iýn_Iýl_Awg_Sen_Okt_Noý_Dek'.split('_'),\n weekdays: 'Ýekşenbe_Duşenbe_Sişenbe_Çarşenbe_Penşenbe_Anna_Şenbe'.split(\n '_'\n ),\n weekdaysShort: 'Ýek_Duş_Siş_Çar_Pen_Ann_Şen'.split('_'),\n weekdaysMin: 'Ýk_Dş_Sş_Çr_Pn_An_Şn'.split('_'),\n longDateFormat: {\n LT: 'HH:mm',\n LTS: 'HH:mm:ss',\n L: 'DD.MM.YYYY',\n LL: 'D MMMM YYYY',\n LLL: 'D MMMM YYYY HH:mm',\n LLLL: 'dddd, D MMMM YYYY HH:mm',\n },\n calendar: {\n sameDay: '[bugün sagat] LT',\n nextDay: '[ertir sagat] LT',\n nextWeek: '[indiki] dddd [sagat] LT',\n lastDay: '[düýn] LT',\n lastWeek: '[geçen] dddd [sagat] LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: '%s soň',\n past: '%s öň',\n s: 'birnäçe sekunt',\n m: 'bir minut',\n mm: '%d minut',\n h: 'bir sagat',\n hh: '%d sagat',\n d: 'bir gün',\n dd: '%d gün',\n M: 'bir aý',\n MM: '%d aý',\n y: 'bir ýyl',\n yy: '%d ýyl',\n },\n ordinal: function (number, period) {\n switch (period) {\n case 'd':\n case 'D':\n case 'Do':\n case 'DD':\n return number;\n default:\n if (number === 0) {\n // special case for zero\n return number + \"'unjy\";\n }\n var a = number % 10,\n b = (number % 100) - a,\n c = number >= 100 ? 100 : null;\n return number + (suffixes[a] || suffixes[b] || suffixes[c]);\n }\n },\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 7, // The week that contains Jan 7th is the first week of the year.\n },\n });\n\n return tk;\n\n})));\n","//! moment.js locale configuration\n//! locale : Tagalog (Philippines) [tl-ph]\n//! author : Dan Hagman : https://github.com/hagmandan\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n //! moment.js locale configuration\n\n var tlPh = moment.defineLocale('tl-ph', {\n months: 'Enero_Pebrero_Marso_Abril_Mayo_Hunyo_Hulyo_Agosto_Setyembre_Oktubre_Nobyembre_Disyembre'.split(\n '_'\n ),\n monthsShort: 'Ene_Peb_Mar_Abr_May_Hun_Hul_Ago_Set_Okt_Nob_Dis'.split('_'),\n weekdays: 'Linggo_Lunes_Martes_Miyerkules_Huwebes_Biyernes_Sabado'.split(\n '_'\n ),\n weekdaysShort: 'Lin_Lun_Mar_Miy_Huw_Biy_Sab'.split('_'),\n weekdaysMin: 'Li_Lu_Ma_Mi_Hu_Bi_Sab'.split('_'),\n longDateFormat: {\n LT: 'HH:mm',\n LTS: 'HH:mm:ss',\n L: 'MM/D/YYYY',\n LL: 'MMMM D, YYYY',\n LLL: 'MMMM D, YYYY HH:mm',\n LLLL: 'dddd, MMMM DD, YYYY HH:mm',\n },\n calendar: {\n sameDay: 'LT [ngayong araw]',\n nextDay: '[Bukas ng] LT',\n nextWeek: 'LT [sa susunod na] dddd',\n lastDay: 'LT [kahapon]',\n lastWeek: 'LT [noong nakaraang] dddd',\n sameElse: 'L',\n },\n relativeTime: {\n future: 'sa loob ng %s',\n past: '%s ang nakalipas',\n s: 'ilang segundo',\n ss: '%d segundo',\n m: 'isang minuto',\n mm: '%d minuto',\n h: 'isang oras',\n hh: '%d oras',\n d: 'isang araw',\n dd: '%d araw',\n M: 'isang buwan',\n MM: '%d buwan',\n y: 'isang taon',\n yy: '%d taon',\n },\n dayOfMonthOrdinalParse: /\\d{1,2}/,\n ordinal: function (number) {\n return number;\n },\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 4, // The week that contains Jan 4th is the first week of the year.\n },\n });\n\n return tlPh;\n\n})));\n","//! moment.js locale configuration\n//! locale : Klingon [tlh]\n//! author : Dominika Kruk : https://github.com/amaranthrose\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n //! moment.js locale configuration\n\n var numbersNouns = 'pagh_wa’_cha’_wej_loS_vagh_jav_Soch_chorgh_Hut'.split('_');\n\n function translateFuture(output) {\n var time = output;\n time =\n output.indexOf('jaj') !== -1\n ? time.slice(0, -3) + 'leS'\n : output.indexOf('jar') !== -1\n ? time.slice(0, -3) + 'waQ'\n : output.indexOf('DIS') !== -1\n ? time.slice(0, -3) + 'nem'\n : time + ' pIq';\n return time;\n }\n\n function translatePast(output) {\n var time = output;\n time =\n output.indexOf('jaj') !== -1\n ? time.slice(0, -3) + 'Hu’'\n : output.indexOf('jar') !== -1\n ? time.slice(0, -3) + 'wen'\n : output.indexOf('DIS') !== -1\n ? time.slice(0, -3) + 'ben'\n : time + ' ret';\n return time;\n }\n\n function translate(number, withoutSuffix, string, isFuture) {\n var numberNoun = numberAsNoun(number);\n switch (string) {\n case 'ss':\n return numberNoun + ' lup';\n case 'mm':\n return numberNoun + ' tup';\n case 'hh':\n return numberNoun + ' rep';\n case 'dd':\n return numberNoun + ' jaj';\n case 'MM':\n return numberNoun + ' jar';\n case 'yy':\n return numberNoun + ' DIS';\n }\n }\n\n function numberAsNoun(number) {\n var hundred = Math.floor((number % 1000) / 100),\n ten = Math.floor((number % 100) / 10),\n one = number % 10,\n word = '';\n if (hundred > 0) {\n word += numbersNouns[hundred] + 'vatlh';\n }\n if (ten > 0) {\n word += (word !== '' ? ' ' : '') + numbersNouns[ten] + 'maH';\n }\n if (one > 0) {\n word += (word !== '' ? ' ' : '') + numbersNouns[one];\n }\n return word === '' ? 'pagh' : word;\n }\n\n var tlh = moment.defineLocale('tlh', {\n months: 'tera’ jar wa’_tera’ jar cha’_tera’ jar wej_tera’ jar loS_tera’ jar vagh_tera’ jar jav_tera’ jar Soch_tera’ jar chorgh_tera’ jar Hut_tera’ jar wa’maH_tera’ jar wa’maH wa’_tera’ jar wa’maH cha’'.split(\n '_'\n ),\n monthsShort: 'jar wa’_jar cha’_jar wej_jar loS_jar vagh_jar jav_jar Soch_jar chorgh_jar Hut_jar wa’maH_jar wa’maH wa’_jar wa’maH cha’'.split(\n '_'\n ),\n monthsParseExact: true,\n weekdays: 'lojmItjaj_DaSjaj_povjaj_ghItlhjaj_loghjaj_buqjaj_ghInjaj'.split(\n '_'\n ),\n weekdaysShort: 'lojmItjaj_DaSjaj_povjaj_ghItlhjaj_loghjaj_buqjaj_ghInjaj'.split(\n '_'\n ),\n weekdaysMin: 'lojmItjaj_DaSjaj_povjaj_ghItlhjaj_loghjaj_buqjaj_ghInjaj'.split(\n '_'\n ),\n longDateFormat: {\n LT: 'HH:mm',\n LTS: 'HH:mm:ss',\n L: 'DD.MM.YYYY',\n LL: 'D MMMM YYYY',\n LLL: 'D MMMM YYYY HH:mm',\n LLLL: 'dddd, D MMMM YYYY HH:mm',\n },\n calendar: {\n sameDay: '[DaHjaj] LT',\n nextDay: '[wa’leS] LT',\n nextWeek: 'LLL',\n lastDay: '[wa’Hu’] LT',\n lastWeek: 'LLL',\n sameElse: 'L',\n },\n relativeTime: {\n future: translateFuture,\n past: translatePast,\n s: 'puS lup',\n ss: translate,\n m: 'wa’ tup',\n mm: translate,\n h: 'wa’ rep',\n hh: translate,\n d: 'wa’ jaj',\n dd: translate,\n M: 'wa’ jar',\n MM: translate,\n y: 'wa’ DIS',\n yy: translate,\n },\n dayOfMonthOrdinalParse: /\\d{1,2}\\./,\n ordinal: '%d.',\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 4, // The week that contains Jan 4th is the first week of the year.\n },\n });\n\n return tlh;\n\n})));\n","//! moment.js locale configuration\n//! locale : Turkish [tr]\n//! authors : Erhan Gundogan : https://github.com/erhangundogan,\n//! Burak Yiğit Kaya: https://github.com/BYK\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n //! moment.js locale configuration\n\n var suffixes = {\n 1: \"'inci\",\n 5: \"'inci\",\n 8: \"'inci\",\n 70: \"'inci\",\n 80: \"'inci\",\n 2: \"'nci\",\n 7: \"'nci\",\n 20: \"'nci\",\n 50: \"'nci\",\n 3: \"'üncü\",\n 4: \"'üncü\",\n 100: \"'üncü\",\n 6: \"'ncı\",\n 9: \"'uncu\",\n 10: \"'uncu\",\n 30: \"'uncu\",\n 60: \"'ıncı\",\n 90: \"'ıncı\",\n };\n\n var tr = moment.defineLocale('tr', {\n months: 'Ocak_Şubat_Mart_Nisan_Mayıs_Haziran_Temmuz_Ağustos_Eylül_Ekim_Kasım_Aralık'.split(\n '_'\n ),\n monthsShort: 'Oca_Şub_Mar_Nis_May_Haz_Tem_Ağu_Eyl_Eki_Kas_Ara'.split('_'),\n weekdays: 'Pazar_Pazartesi_Salı_Çarşamba_Perşembe_Cuma_Cumartesi'.split(\n '_'\n ),\n weekdaysShort: 'Paz_Pts_Sal_Çar_Per_Cum_Cts'.split('_'),\n weekdaysMin: 'Pz_Pt_Sa_Ça_Pe_Cu_Ct'.split('_'),\n meridiem: function (hours, minutes, isLower) {\n if (hours < 12) {\n return isLower ? 'öö' : 'ÖÖ';\n } else {\n return isLower ? 'ös' : 'ÖS';\n }\n },\n meridiemParse: /öö|ÖÖ|ös|ÖS/,\n isPM: function (input) {\n return input === 'ös' || input === 'ÖS';\n },\n longDateFormat: {\n LT: 'HH:mm',\n LTS: 'HH:mm:ss',\n L: 'DD.MM.YYYY',\n LL: 'D MMMM YYYY',\n LLL: 'D MMMM YYYY HH:mm',\n LLLL: 'dddd, D MMMM YYYY HH:mm',\n },\n calendar: {\n sameDay: '[bugün saat] LT',\n nextDay: '[yarın saat] LT',\n nextWeek: '[gelecek] dddd [saat] LT',\n lastDay: '[dün] LT',\n lastWeek: '[geçen] dddd [saat] LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: '%s sonra',\n past: '%s önce',\n s: 'birkaç saniye',\n ss: '%d saniye',\n m: 'bir dakika',\n mm: '%d dakika',\n h: 'bir saat',\n hh: '%d saat',\n d: 'bir gün',\n dd: '%d gün',\n w: 'bir hafta',\n ww: '%d hafta',\n M: 'bir ay',\n MM: '%d ay',\n y: 'bir yıl',\n yy: '%d yıl',\n },\n ordinal: function (number, period) {\n switch (period) {\n case 'd':\n case 'D':\n case 'Do':\n case 'DD':\n return number;\n default:\n if (number === 0) {\n // special case for zero\n return number + \"'ıncı\";\n }\n var a = number % 10,\n b = (number % 100) - a,\n c = number >= 100 ? 100 : null;\n return number + (suffixes[a] || suffixes[b] || suffixes[c]);\n }\n },\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 7, // The week that contains Jan 7th is the first week of the year.\n },\n });\n\n return tr;\n\n})));\n","//! moment.js locale configuration\n//! locale : Talossan [tzl]\n//! author : Robin van der Vliet : https://github.com/robin0van0der0v\n//! author : Iustì Canun\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n //! moment.js locale configuration\n\n // After the year there should be a slash and the amount of years since December 26, 1979 in Roman numerals.\n // This is currently too difficult (maybe even impossible) to add.\n var tzl = moment.defineLocale('tzl', {\n months: 'Januar_Fevraglh_Març_Avrïu_Mai_Gün_Julia_Guscht_Setemvar_Listopäts_Noemvar_Zecemvar'.split(\n '_'\n ),\n monthsShort: 'Jan_Fev_Mar_Avr_Mai_Gün_Jul_Gus_Set_Lis_Noe_Zec'.split('_'),\n weekdays: 'Súladi_Lúneçi_Maitzi_Márcuri_Xhúadi_Viénerçi_Sáturi'.split('_'),\n weekdaysShort: 'Súl_Lún_Mai_Már_Xhú_Vié_Sát'.split('_'),\n weekdaysMin: 'Sú_Lú_Ma_Má_Xh_Vi_Sá'.split('_'),\n longDateFormat: {\n LT: 'HH.mm',\n LTS: 'HH.mm.ss',\n L: 'DD.MM.YYYY',\n LL: 'D. MMMM [dallas] YYYY',\n LLL: 'D. MMMM [dallas] YYYY HH.mm',\n LLLL: 'dddd, [li] D. MMMM [dallas] YYYY HH.mm',\n },\n meridiemParse: /d\\'o|d\\'a/i,\n isPM: function (input) {\n return \"d'o\" === input.toLowerCase();\n },\n meridiem: function (hours, minutes, isLower) {\n if (hours > 11) {\n return isLower ? \"d'o\" : \"D'O\";\n } else {\n return isLower ? \"d'a\" : \"D'A\";\n }\n },\n calendar: {\n sameDay: '[oxhi à] LT',\n nextDay: '[demà à] LT',\n nextWeek: 'dddd [à] LT',\n lastDay: '[ieiri à] LT',\n lastWeek: '[sür el] dddd [lasteu à] LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: 'osprei %s',\n past: 'ja%s',\n s: processRelativeTime,\n ss: processRelativeTime,\n m: processRelativeTime,\n mm: processRelativeTime,\n h: processRelativeTime,\n hh: processRelativeTime,\n d: processRelativeTime,\n dd: processRelativeTime,\n M: processRelativeTime,\n MM: processRelativeTime,\n y: processRelativeTime,\n yy: processRelativeTime,\n },\n dayOfMonthOrdinalParse: /\\d{1,2}\\./,\n ordinal: '%d.',\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 4, // The week that contains Jan 4th is the first week of the year.\n },\n });\n\n function processRelativeTime(number, withoutSuffix, key, isFuture) {\n var format = {\n s: ['viensas secunds', \"'iensas secunds\"],\n ss: [number + ' secunds', '' + number + ' secunds'],\n m: [\"'n míut\", \"'iens míut\"],\n mm: [number + ' míuts', '' + number + ' míuts'],\n h: [\"'n þora\", \"'iensa þora\"],\n hh: [number + ' þoras', '' + number + ' þoras'],\n d: [\"'n ziua\", \"'iensa ziua\"],\n dd: [number + ' ziuas', '' + number + ' ziuas'],\n M: [\"'n mes\", \"'iens mes\"],\n MM: [number + ' mesen', '' + number + ' mesen'],\n y: [\"'n ar\", \"'iens ar\"],\n yy: [number + ' ars', '' + number + ' ars'],\n };\n return isFuture\n ? format[key][0]\n : withoutSuffix\n ? format[key][0]\n : format[key][1];\n }\n\n return tzl;\n\n})));\n","//! moment.js locale configuration\n//! locale : Central Atlas Tamazight [tzm]\n//! author : Abdel Said : https://github.com/abdelsaid\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n //! moment.js locale configuration\n\n var tzm = moment.defineLocale('tzm', {\n months: 'ⵉⵏⵏⴰⵢⵔ_ⴱⵕⴰⵢⵕ_ⵎⴰⵕⵚ_ⵉⴱⵔⵉⵔ_ⵎⴰⵢⵢⵓ_ⵢⵓⵏⵢⵓ_ⵢⵓⵍⵢⵓⵣ_ⵖⵓⵛⵜ_ⵛⵓⵜⴰⵏⴱⵉⵔ_ⴽⵟⵓⴱⵕ_ⵏⵓⵡⴰⵏⴱⵉⵔ_ⴷⵓⵊⵏⴱⵉⵔ'.split(\n '_'\n ),\n monthsShort: 'ⵉⵏⵏⴰⵢⵔ_ⴱⵕⴰⵢⵕ_ⵎⴰⵕⵚ_ⵉⴱⵔⵉⵔ_ⵎⴰⵢⵢⵓ_ⵢⵓⵏⵢⵓ_ⵢⵓⵍⵢⵓⵣ_ⵖⵓⵛⵜ_ⵛⵓⵜⴰⵏⴱⵉⵔ_ⴽⵟⵓⴱⵕ_ⵏⵓⵡⴰⵏⴱⵉⵔ_ⴷⵓⵊⵏⴱⵉⵔ'.split(\n '_'\n ),\n weekdays: 'ⴰⵙⴰⵎⴰⵙ_ⴰⵢⵏⴰⵙ_ⴰⵙⵉⵏⴰⵙ_ⴰⴽⵔⴰⵙ_ⴰⴽⵡⴰⵙ_ⴰⵙⵉⵎⵡⴰⵙ_ⴰⵙⵉⴹⵢⴰⵙ'.split('_'),\n weekdaysShort: 'ⴰⵙⴰⵎⴰⵙ_ⴰⵢⵏⴰⵙ_ⴰⵙⵉⵏⴰⵙ_ⴰⴽⵔⴰⵙ_ⴰⴽⵡⴰⵙ_ⴰⵙⵉⵎⵡⴰⵙ_ⴰⵙⵉⴹⵢⴰⵙ'.split('_'),\n weekdaysMin: 'ⴰⵙⴰⵎⴰⵙ_ⴰⵢⵏⴰⵙ_ⴰⵙⵉⵏⴰⵙ_ⴰⴽⵔⴰⵙ_ⴰⴽⵡⴰⵙ_ⴰⵙⵉⵎⵡⴰⵙ_ⴰⵙⵉⴹⵢⴰⵙ'.split('_'),\n longDateFormat: {\n LT: 'HH:mm',\n LTS: 'HH:mm:ss',\n L: 'DD/MM/YYYY',\n LL: 'D MMMM YYYY',\n LLL: 'D MMMM YYYY HH:mm',\n LLLL: 'dddd D MMMM YYYY HH:mm',\n },\n calendar: {\n sameDay: '[ⴰⵙⴷⵅ ⴴ] LT',\n nextDay: '[ⴰⵙⴽⴰ ⴴ] LT',\n nextWeek: 'dddd [ⴴ] LT',\n lastDay: '[ⴰⵚⴰⵏⵜ ⴴ] LT',\n lastWeek: 'dddd [ⴴ] LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: 'ⴷⴰⴷⵅ ⵙ ⵢⴰⵏ %s',\n past: 'ⵢⴰⵏ %s',\n s: 'ⵉⵎⵉⴽ',\n ss: '%d ⵉⵎⵉⴽ',\n m: 'ⵎⵉⵏⵓⴺ',\n mm: '%d ⵎⵉⵏⵓⴺ',\n h: 'ⵙⴰⵄⴰ',\n hh: '%d ⵜⴰⵙⵙⴰⵄⵉⵏ',\n d: 'ⴰⵙⵙ',\n dd: '%d oⵙⵙⴰⵏ',\n M: 'ⴰⵢoⵓⵔ',\n MM: '%d ⵉⵢⵢⵉⵔⵏ',\n y: 'ⴰⵙⴳⴰⵙ',\n yy: '%d ⵉⵙⴳⴰⵙⵏ',\n },\n week: {\n dow: 6, // Saturday is the first day of the week.\n doy: 12, // The week that contains Jan 12th is the first week of the year.\n },\n });\n\n return tzm;\n\n})));\n","//! moment.js locale configuration\n//! locale : Central Atlas Tamazight Latin [tzm-latn]\n//! author : Abdel Said : https://github.com/abdelsaid\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n //! moment.js locale configuration\n\n var tzmLatn = moment.defineLocale('tzm-latn', {\n months: 'innayr_brˤayrˤ_marˤsˤ_ibrir_mayyw_ywnyw_ywlywz_ɣwšt_šwtanbir_ktˤwbrˤ_nwwanbir_dwjnbir'.split(\n '_'\n ),\n monthsShort: 'innayr_brˤayrˤ_marˤsˤ_ibrir_mayyw_ywnyw_ywlywz_ɣwšt_šwtanbir_ktˤwbrˤ_nwwanbir_dwjnbir'.split(\n '_'\n ),\n weekdays: 'asamas_aynas_asinas_akras_akwas_asimwas_asiḍyas'.split('_'),\n weekdaysShort: 'asamas_aynas_asinas_akras_akwas_asimwas_asiḍyas'.split('_'),\n weekdaysMin: 'asamas_aynas_asinas_akras_akwas_asimwas_asiḍyas'.split('_'),\n longDateFormat: {\n LT: 'HH:mm',\n LTS: 'HH:mm:ss',\n L: 'DD/MM/YYYY',\n LL: 'D MMMM YYYY',\n LLL: 'D MMMM YYYY HH:mm',\n LLLL: 'dddd D MMMM YYYY HH:mm',\n },\n calendar: {\n sameDay: '[asdkh g] LT',\n nextDay: '[aska g] LT',\n nextWeek: 'dddd [g] LT',\n lastDay: '[assant g] LT',\n lastWeek: 'dddd [g] LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: 'dadkh s yan %s',\n past: 'yan %s',\n s: 'imik',\n ss: '%d imik',\n m: 'minuḍ',\n mm: '%d minuḍ',\n h: 'saɛa',\n hh: '%d tassaɛin',\n d: 'ass',\n dd: '%d ossan',\n M: 'ayowr',\n MM: '%d iyyirn',\n y: 'asgas',\n yy: '%d isgasn',\n },\n week: {\n dow: 6, // Saturday is the first day of the week.\n doy: 12, // The week that contains Jan 12th is the first week of the year.\n },\n });\n\n return tzmLatn;\n\n})));\n","//! moment.js locale configuration\n//! locale : Uyghur (China) [ug-cn]\n//! author: boyaq : https://github.com/boyaq\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n //! moment.js locale configuration\n\n var ugCn = moment.defineLocale('ug-cn', {\n months: 'يانۋار_فېۋرال_مارت_ئاپرېل_ماي_ئىيۇن_ئىيۇل_ئاۋغۇست_سېنتەبىر_ئۆكتەبىر_نويابىر_دېكابىر'.split(\n '_'\n ),\n monthsShort: 'يانۋار_فېۋرال_مارت_ئاپرېل_ماي_ئىيۇن_ئىيۇل_ئاۋغۇست_سېنتەبىر_ئۆكتەبىر_نويابىر_دېكابىر'.split(\n '_'\n ),\n weekdays: 'يەكشەنبە_دۈشەنبە_سەيشەنبە_چارشەنبە_پەيشەنبە_جۈمە_شەنبە'.split(\n '_'\n ),\n weekdaysShort: 'يە_دۈ_سە_چا_پە_جۈ_شە'.split('_'),\n weekdaysMin: 'يە_دۈ_سە_چا_پە_جۈ_شە'.split('_'),\n longDateFormat: {\n LT: 'HH:mm',\n LTS: 'HH:mm:ss',\n L: 'YYYY-MM-DD',\n LL: 'YYYY-يىلىM-ئاينىڭD-كۈنى',\n LLL: 'YYYY-يىلىM-ئاينىڭD-كۈنى، HH:mm',\n LLLL: 'dddd، YYYY-يىلىM-ئاينىڭD-كۈنى، HH:mm',\n },\n meridiemParse: /يېرىم كېچە|سەھەر|چۈشتىن بۇرۇن|چۈش|چۈشتىن كېيىن|كەچ/,\n meridiemHour: function (hour, meridiem) {\n if (hour === 12) {\n hour = 0;\n }\n if (\n meridiem === 'يېرىم كېچە' ||\n meridiem === 'سەھەر' ||\n meridiem === 'چۈشتىن بۇرۇن'\n ) {\n return hour;\n } else if (meridiem === 'چۈشتىن كېيىن' || meridiem === 'كەچ') {\n return hour + 12;\n } else {\n return hour >= 11 ? hour : hour + 12;\n }\n },\n meridiem: function (hour, minute, isLower) {\n var hm = hour * 100 + minute;\n if (hm < 600) {\n return 'يېرىم كېچە';\n } else if (hm < 900) {\n return 'سەھەر';\n } else if (hm < 1130) {\n return 'چۈشتىن بۇرۇن';\n } else if (hm < 1230) {\n return 'چۈش';\n } else if (hm < 1800) {\n return 'چۈشتىن كېيىن';\n } else {\n return 'كەچ';\n }\n },\n calendar: {\n sameDay: '[بۈگۈن سائەت] LT',\n nextDay: '[ئەتە سائەت] LT',\n nextWeek: '[كېلەركى] dddd [سائەت] LT',\n lastDay: '[تۆنۈگۈن] LT',\n lastWeek: '[ئالدىنقى] dddd [سائەت] LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: '%s كېيىن',\n past: '%s بۇرۇن',\n s: 'نەچچە سېكونت',\n ss: '%d سېكونت',\n m: 'بىر مىنۇت',\n mm: '%d مىنۇت',\n h: 'بىر سائەت',\n hh: '%d سائەت',\n d: 'بىر كۈن',\n dd: '%d كۈن',\n M: 'بىر ئاي',\n MM: '%d ئاي',\n y: 'بىر يىل',\n yy: '%d يىل',\n },\n\n dayOfMonthOrdinalParse: /\\d{1,2}(-كۈنى|-ئاي|-ھەپتە)/,\n ordinal: function (number, period) {\n switch (period) {\n case 'd':\n case 'D':\n case 'DDD':\n return number + '-كۈنى';\n case 'w':\n case 'W':\n return number + '-ھەپتە';\n default:\n return number;\n }\n },\n preparse: function (string) {\n return string.replace(/،/g, ',');\n },\n postformat: function (string) {\n return string.replace(/,/g, '،');\n },\n week: {\n // GB/T 7408-1994《数据元和交换格式·信息交换·日期和时间表示法》与ISO 8601:1988等效\n dow: 1, // Monday is the first day of the week.\n doy: 7, // The week that contains Jan 1st is the first week of the year.\n },\n });\n\n return ugCn;\n\n})));\n","//! moment.js locale configuration\n//! locale : Ukrainian [uk]\n//! author : zemlanin : https://github.com/zemlanin\n//! Author : Menelion Elensúle : https://github.com/Oire\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n //! moment.js locale configuration\n\n function plural(word, num) {\n var forms = word.split('_');\n return num % 10 === 1 && num % 100 !== 11\n ? forms[0]\n : num % 10 >= 2 && num % 10 <= 4 && (num % 100 < 10 || num % 100 >= 20)\n ? forms[1]\n : forms[2];\n }\n function relativeTimeWithPlural(number, withoutSuffix, key) {\n var format = {\n ss: withoutSuffix ? 'секунда_секунди_секунд' : 'секунду_секунди_секунд',\n mm: withoutSuffix ? 'хвилина_хвилини_хвилин' : 'хвилину_хвилини_хвилин',\n hh: withoutSuffix ? 'година_години_годин' : 'годину_години_годин',\n dd: 'день_дні_днів',\n MM: 'місяць_місяці_місяців',\n yy: 'рік_роки_років',\n };\n if (key === 'm') {\n return withoutSuffix ? 'хвилина' : 'хвилину';\n } else if (key === 'h') {\n return withoutSuffix ? 'година' : 'годину';\n } else {\n return number + ' ' + plural(format[key], +number);\n }\n }\n function weekdaysCaseReplace(m, format) {\n var weekdays = {\n nominative: 'неділя_понеділок_вівторок_середа_четвер_п’ятниця_субота'.split(\n '_'\n ),\n accusative: 'неділю_понеділок_вівторок_середу_четвер_п’ятницю_суботу'.split(\n '_'\n ),\n genitive: 'неділі_понеділка_вівторка_середи_четверга_п’ятниці_суботи'.split(\n '_'\n ),\n },\n nounCase;\n\n if (m === true) {\n return weekdays['nominative']\n .slice(1, 7)\n .concat(weekdays['nominative'].slice(0, 1));\n }\n if (!m) {\n return weekdays['nominative'];\n }\n\n nounCase = /(\\[[ВвУу]\\]) ?dddd/.test(format)\n ? 'accusative'\n : /\\[?(?:минулої|наступної)? ?\\] ?dddd/.test(format)\n ? 'genitive'\n : 'nominative';\n return weekdays[nounCase][m.day()];\n }\n function processHoursFunction(str) {\n return function () {\n return str + 'о' + (this.hours() === 11 ? 'б' : '') + '] LT';\n };\n }\n\n var uk = moment.defineLocale('uk', {\n months: {\n format: 'січня_лютого_березня_квітня_травня_червня_липня_серпня_вересня_жовтня_листопада_грудня'.split(\n '_'\n ),\n standalone: 'січень_лютий_березень_квітень_травень_червень_липень_серпень_вересень_жовтень_листопад_грудень'.split(\n '_'\n ),\n },\n monthsShort: 'січ_лют_бер_квіт_трав_черв_лип_серп_вер_жовт_лист_груд'.split(\n '_'\n ),\n weekdays: weekdaysCaseReplace,\n weekdaysShort: 'нд_пн_вт_ср_чт_пт_сб'.split('_'),\n weekdaysMin: 'нд_пн_вт_ср_чт_пт_сб'.split('_'),\n longDateFormat: {\n LT: 'HH:mm',\n LTS: 'HH:mm:ss',\n L: 'DD.MM.YYYY',\n LL: 'D MMMM YYYY р.',\n LLL: 'D MMMM YYYY р., HH:mm',\n LLLL: 'dddd, D MMMM YYYY р., HH:mm',\n },\n calendar: {\n sameDay: processHoursFunction('[Сьогодні '),\n nextDay: processHoursFunction('[Завтра '),\n lastDay: processHoursFunction('[Вчора '),\n nextWeek: processHoursFunction('[У] dddd ['),\n lastWeek: function () {\n switch (this.day()) {\n case 0:\n case 3:\n case 5:\n case 6:\n return processHoursFunction('[Минулої] dddd [').call(this);\n case 1:\n case 2:\n case 4:\n return processHoursFunction('[Минулого] dddd [').call(this);\n }\n },\n sameElse: 'L',\n },\n relativeTime: {\n future: 'за %s',\n past: '%s тому',\n s: 'декілька секунд',\n ss: relativeTimeWithPlural,\n m: relativeTimeWithPlural,\n mm: relativeTimeWithPlural,\n h: 'годину',\n hh: relativeTimeWithPlural,\n d: 'день',\n dd: relativeTimeWithPlural,\n M: 'місяць',\n MM: relativeTimeWithPlural,\n y: 'рік',\n yy: relativeTimeWithPlural,\n },\n // M. E.: those two are virtually unused but a user might want to implement them for his/her website for some reason\n meridiemParse: /ночі|ранку|дня|вечора/,\n isPM: function (input) {\n return /^(дня|вечора)$/.test(input);\n },\n meridiem: function (hour, minute, isLower) {\n if (hour < 4) {\n return 'ночі';\n } else if (hour < 12) {\n return 'ранку';\n } else if (hour < 17) {\n return 'дня';\n } else {\n return 'вечора';\n }\n },\n dayOfMonthOrdinalParse: /\\d{1,2}-(й|го)/,\n ordinal: function (number, period) {\n switch (period) {\n case 'M':\n case 'd':\n case 'DDD':\n case 'w':\n case 'W':\n return number + '-й';\n case 'D':\n return number + '-го';\n default:\n return number;\n }\n },\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 7, // The week that contains Jan 7th is the first week of the year.\n },\n });\n\n return uk;\n\n})));\n","//! moment.js locale configuration\n//! locale : Urdu [ur]\n//! author : Sawood Alam : https://github.com/ibnesayeed\n//! author : Zack : https://github.com/ZackVision\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n //! moment.js locale configuration\n\n var months = [\n 'جنوری',\n 'فروری',\n 'مارچ',\n 'اپریل',\n 'مئی',\n 'جون',\n 'جولائی',\n 'اگست',\n 'ستمبر',\n 'اکتوبر',\n 'نومبر',\n 'دسمبر',\n ],\n days = ['اتوار', 'پیر', 'منگل', 'بدھ', 'جمعرات', 'جمعہ', 'ہفتہ'];\n\n var ur = moment.defineLocale('ur', {\n months: months,\n monthsShort: months,\n weekdays: days,\n weekdaysShort: days,\n weekdaysMin: days,\n longDateFormat: {\n LT: 'HH:mm',\n LTS: 'HH:mm:ss',\n L: 'DD/MM/YYYY',\n LL: 'D MMMM YYYY',\n LLL: 'D MMMM YYYY HH:mm',\n LLLL: 'dddd، D MMMM YYYY HH:mm',\n },\n meridiemParse: /صبح|شام/,\n isPM: function (input) {\n return 'شام' === input;\n },\n meridiem: function (hour, minute, isLower) {\n if (hour < 12) {\n return 'صبح';\n }\n return 'شام';\n },\n calendar: {\n sameDay: '[آج بوقت] LT',\n nextDay: '[کل بوقت] LT',\n nextWeek: 'dddd [بوقت] LT',\n lastDay: '[گذشتہ روز بوقت] LT',\n lastWeek: '[گذشتہ] dddd [بوقت] LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: '%s بعد',\n past: '%s قبل',\n s: 'چند سیکنڈ',\n ss: '%d سیکنڈ',\n m: 'ایک منٹ',\n mm: '%d منٹ',\n h: 'ایک گھنٹہ',\n hh: '%d گھنٹے',\n d: 'ایک دن',\n dd: '%d دن',\n M: 'ایک ماہ',\n MM: '%d ماہ',\n y: 'ایک سال',\n yy: '%d سال',\n },\n preparse: function (string) {\n return string.replace(/،/g, ',');\n },\n postformat: function (string) {\n return string.replace(/,/g, '،');\n },\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 4, // The week that contains Jan 4th is the first week of the year.\n },\n });\n\n return ur;\n\n})));\n","//! moment.js locale configuration\n//! locale : Uzbek [uz]\n//! author : Sardor Muminov : https://github.com/muminoff\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n //! moment.js locale configuration\n\n var uz = moment.defineLocale('uz', {\n months: 'январ_феврал_март_апрел_май_июн_июл_август_сентябр_октябр_ноябр_декабр'.split(\n '_'\n ),\n monthsShort: 'янв_фев_мар_апр_май_июн_июл_авг_сен_окт_ноя_дек'.split('_'),\n weekdays: 'Якшанба_Душанба_Сешанба_Чоршанба_Пайшанба_Жума_Шанба'.split('_'),\n weekdaysShort: 'Якш_Душ_Сеш_Чор_Пай_Жум_Шан'.split('_'),\n weekdaysMin: 'Як_Ду_Се_Чо_Па_Жу_Ша'.split('_'),\n longDateFormat: {\n LT: 'HH:mm',\n LTS: 'HH:mm:ss',\n L: 'DD/MM/YYYY',\n LL: 'D MMMM YYYY',\n LLL: 'D MMMM YYYY HH:mm',\n LLLL: 'D MMMM YYYY, dddd HH:mm',\n },\n calendar: {\n sameDay: '[Бугун соат] LT [да]',\n nextDay: '[Эртага] LT [да]',\n nextWeek: 'dddd [куни соат] LT [да]',\n lastDay: '[Кеча соат] LT [да]',\n lastWeek: '[Утган] dddd [куни соат] LT [да]',\n sameElse: 'L',\n },\n relativeTime: {\n future: 'Якин %s ичида',\n past: 'Бир неча %s олдин',\n s: 'фурсат',\n ss: '%d фурсат',\n m: 'бир дакика',\n mm: '%d дакика',\n h: 'бир соат',\n hh: '%d соат',\n d: 'бир кун',\n dd: '%d кун',\n M: 'бир ой',\n MM: '%d ой',\n y: 'бир йил',\n yy: '%d йил',\n },\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 7, // The week that contains Jan 4th is the first week of the year.\n },\n });\n\n return uz;\n\n})));\n","//! moment.js locale configuration\n//! locale : Uzbek Latin [uz-latn]\n//! author : Rasulbek Mirzayev : github.com/Rasulbeeek\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n //! moment.js locale configuration\n\n var uzLatn = moment.defineLocale('uz-latn', {\n months: 'Yanvar_Fevral_Mart_Aprel_May_Iyun_Iyul_Avgust_Sentabr_Oktabr_Noyabr_Dekabr'.split(\n '_'\n ),\n monthsShort: 'Yan_Fev_Mar_Apr_May_Iyun_Iyul_Avg_Sen_Okt_Noy_Dek'.split('_'),\n weekdays: 'Yakshanba_Dushanba_Seshanba_Chorshanba_Payshanba_Juma_Shanba'.split(\n '_'\n ),\n weekdaysShort: 'Yak_Dush_Sesh_Chor_Pay_Jum_Shan'.split('_'),\n weekdaysMin: 'Ya_Du_Se_Cho_Pa_Ju_Sha'.split('_'),\n longDateFormat: {\n LT: 'HH:mm',\n LTS: 'HH:mm:ss',\n L: 'DD/MM/YYYY',\n LL: 'D MMMM YYYY',\n LLL: 'D MMMM YYYY HH:mm',\n LLLL: 'D MMMM YYYY, dddd HH:mm',\n },\n calendar: {\n sameDay: '[Bugun soat] LT [da]',\n nextDay: '[Ertaga] LT [da]',\n nextWeek: 'dddd [kuni soat] LT [da]',\n lastDay: '[Kecha soat] LT [da]',\n lastWeek: \"[O'tgan] dddd [kuni soat] LT [da]\",\n sameElse: 'L',\n },\n relativeTime: {\n future: 'Yaqin %s ichida',\n past: 'Bir necha %s oldin',\n s: 'soniya',\n ss: '%d soniya',\n m: 'bir daqiqa',\n mm: '%d daqiqa',\n h: 'bir soat',\n hh: '%d soat',\n d: 'bir kun',\n dd: '%d kun',\n M: 'bir oy',\n MM: '%d oy',\n y: 'bir yil',\n yy: '%d yil',\n },\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 7, // The week that contains Jan 7th is the first week of the year.\n },\n });\n\n return uzLatn;\n\n})));\n","//! moment.js locale configuration\n//! locale : Vietnamese [vi]\n//! author : Bang Nguyen : https://github.com/bangnk\n//! author : Chien Kira : https://github.com/chienkira\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n //! moment.js locale configuration\n\n var vi = moment.defineLocale('vi', {\n months: 'tháng 1_tháng 2_tháng 3_tháng 4_tháng 5_tháng 6_tháng 7_tháng 8_tháng 9_tháng 10_tháng 11_tháng 12'.split(\n '_'\n ),\n monthsShort: 'Thg 01_Thg 02_Thg 03_Thg 04_Thg 05_Thg 06_Thg 07_Thg 08_Thg 09_Thg 10_Thg 11_Thg 12'.split(\n '_'\n ),\n monthsParseExact: true,\n weekdays: 'chủ nhật_thứ hai_thứ ba_thứ tư_thứ năm_thứ sáu_thứ bảy'.split(\n '_'\n ),\n weekdaysShort: 'CN_T2_T3_T4_T5_T6_T7'.split('_'),\n weekdaysMin: 'CN_T2_T3_T4_T5_T6_T7'.split('_'),\n weekdaysParseExact: true,\n meridiemParse: /sa|ch/i,\n isPM: function (input) {\n return /^ch$/i.test(input);\n },\n meridiem: function (hours, minutes, isLower) {\n if (hours < 12) {\n return isLower ? 'sa' : 'SA';\n } else {\n return isLower ? 'ch' : 'CH';\n }\n },\n longDateFormat: {\n LT: 'HH:mm',\n LTS: 'HH:mm:ss',\n L: 'DD/MM/YYYY',\n LL: 'D MMMM [năm] YYYY',\n LLL: 'D MMMM [năm] YYYY HH:mm',\n LLLL: 'dddd, D MMMM [năm] YYYY HH:mm',\n l: 'DD/M/YYYY',\n ll: 'D MMM YYYY',\n lll: 'D MMM YYYY HH:mm',\n llll: 'ddd, D MMM YYYY HH:mm',\n },\n calendar: {\n sameDay: '[Hôm nay lúc] LT',\n nextDay: '[Ngày mai lúc] LT',\n nextWeek: 'dddd [tuần tới lúc] LT',\n lastDay: '[Hôm qua lúc] LT',\n lastWeek: 'dddd [tuần trước lúc] LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: '%s tới',\n past: '%s trước',\n s: 'vài giây',\n ss: '%d giây',\n m: 'một phút',\n mm: '%d phút',\n h: 'một giờ',\n hh: '%d giờ',\n d: 'một ngày',\n dd: '%d ngày',\n w: 'một tuần',\n ww: '%d tuần',\n M: 'một tháng',\n MM: '%d tháng',\n y: 'một năm',\n yy: '%d năm',\n },\n dayOfMonthOrdinalParse: /\\d{1,2}/,\n ordinal: function (number) {\n return number;\n },\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 4, // The week that contains Jan 4th is the first week of the year.\n },\n });\n\n return vi;\n\n})));\n","//! moment.js locale configuration\n//! locale : Pseudo [x-pseudo]\n//! author : Andrew Hood : https://github.com/andrewhood125\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n //! moment.js locale configuration\n\n var xPseudo = moment.defineLocale('x-pseudo', {\n months: 'J~áñúá~rý_F~ébrú~árý_~Márc~h_Áp~ríl_~Máý_~Júñé~_Júl~ý_Áú~gúst~_Sép~témb~ér_Ó~ctób~ér_Ñ~óvém~bér_~Décé~mbér'.split(\n '_'\n ),\n monthsShort: 'J~áñ_~Féb_~Már_~Ápr_~Máý_~Júñ_~Júl_~Áúg_~Sép_~Óct_~Ñóv_~Déc'.split(\n '_'\n ),\n monthsParseExact: true,\n weekdays: 'S~úñdá~ý_Mó~ñdáý~_Túé~sdáý~_Wéd~ñésd~áý_T~húrs~dáý_~Fríd~áý_S~átúr~dáý'.split(\n '_'\n ),\n weekdaysShort: 'S~úñ_~Móñ_~Túé_~Wéd_~Thú_~Frí_~Sát'.split('_'),\n weekdaysMin: 'S~ú_Mó~_Tú_~Wé_T~h_Fr~_Sá'.split('_'),\n weekdaysParseExact: true,\n longDateFormat: {\n LT: 'HH:mm',\n L: 'DD/MM/YYYY',\n LL: 'D MMMM YYYY',\n LLL: 'D MMMM YYYY HH:mm',\n LLLL: 'dddd, D MMMM YYYY HH:mm',\n },\n calendar: {\n sameDay: '[T~ódá~ý át] LT',\n nextDay: '[T~ómó~rró~w át] LT',\n nextWeek: 'dddd [át] LT',\n lastDay: '[Ý~ést~érdá~ý át] LT',\n lastWeek: '[L~ást] dddd [át] LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: 'í~ñ %s',\n past: '%s á~gó',\n s: 'á ~féw ~sécó~ñds',\n ss: '%d s~écóñ~ds',\n m: 'á ~míñ~úté',\n mm: '%d m~íñú~tés',\n h: 'á~ñ hó~úr',\n hh: '%d h~óúrs',\n d: 'á ~dáý',\n dd: '%d d~áýs',\n M: 'á ~móñ~th',\n MM: '%d m~óñt~hs',\n y: 'á ~ýéár',\n yy: '%d ý~éárs',\n },\n dayOfMonthOrdinalParse: /\\d{1,2}(th|st|nd|rd)/,\n ordinal: function (number) {\n var b = number % 10,\n output =\n ~~((number % 100) / 10) === 1\n ? 'th'\n : b === 1\n ? 'st'\n : b === 2\n ? 'nd'\n : b === 3\n ? 'rd'\n : 'th';\n return number + output;\n },\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 4, // The week that contains Jan 4th is the first week of the year.\n },\n });\n\n return xPseudo;\n\n})));\n","//! moment.js locale configuration\n//! locale : Yoruba Nigeria [yo]\n//! author : Atolagbe Abisoye : https://github.com/andela-batolagbe\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n //! moment.js locale configuration\n\n var yo = moment.defineLocale('yo', {\n months: 'Sẹ́rẹ́_Èrèlè_Ẹrẹ̀nà_Ìgbé_Èbibi_Òkùdu_Agẹmo_Ògún_Owewe_Ọ̀wàrà_Bélú_Ọ̀pẹ̀̀'.split(\n '_'\n ),\n monthsShort: 'Sẹ́r_Èrl_Ẹrn_Ìgb_Èbi_Òkù_Agẹ_Ògú_Owe_Ọ̀wà_Bél_Ọ̀pẹ̀̀'.split('_'),\n weekdays: 'Àìkú_Ajé_Ìsẹ́gun_Ọjọ́rú_Ọjọ́bọ_Ẹtì_Àbámẹ́ta'.split('_'),\n weekdaysShort: 'Àìk_Ajé_Ìsẹ́_Ọjr_Ọjb_Ẹtì_Àbá'.split('_'),\n weekdaysMin: 'Àì_Aj_Ìs_Ọr_Ọb_Ẹt_Àb'.split('_'),\n longDateFormat: {\n LT: 'h:mm A',\n LTS: 'h:mm:ss A',\n L: 'DD/MM/YYYY',\n LL: 'D MMMM YYYY',\n LLL: 'D MMMM YYYY h:mm A',\n LLLL: 'dddd, D MMMM YYYY h:mm A',\n },\n calendar: {\n sameDay: '[Ònì ni] LT',\n nextDay: '[Ọ̀la ni] LT',\n nextWeek: \"dddd [Ọsẹ̀ tón'bọ] [ni] LT\",\n lastDay: '[Àna ni] LT',\n lastWeek: 'dddd [Ọsẹ̀ tólọ́] [ni] LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: 'ní %s',\n past: '%s kọjá',\n s: 'ìsẹjú aayá die',\n ss: 'aayá %d',\n m: 'ìsẹjú kan',\n mm: 'ìsẹjú %d',\n h: 'wákati kan',\n hh: 'wákati %d',\n d: 'ọjọ́ kan',\n dd: 'ọjọ́ %d',\n M: 'osù kan',\n MM: 'osù %d',\n y: 'ọdún kan',\n yy: 'ọdún %d',\n },\n dayOfMonthOrdinalParse: /ọjọ́\\s\\d{1,2}/,\n ordinal: 'ọjọ́ %d',\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 4, // The week that contains Jan 4th is the first week of the year.\n },\n });\n\n return yo;\n\n})));\n","//! moment.js locale configuration\n//! locale : Chinese (China) [zh-cn]\n//! author : suupic : https://github.com/suupic\n//! author : Zeno Zeng : https://github.com/zenozeng\n//! author : uu109 : https://github.com/uu109\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n //! moment.js locale configuration\n\n var zhCn = moment.defineLocale('zh-cn', {\n months: '一月_二月_三月_四月_五月_六月_七月_八月_九月_十月_十一月_十二月'.split(\n '_'\n ),\n monthsShort: '1月_2月_3月_4月_5月_6月_7月_8月_9月_10月_11月_12月'.split(\n '_'\n ),\n weekdays: '星期日_星期一_星期二_星期三_星期四_星期五_星期六'.split('_'),\n weekdaysShort: '周日_周一_周二_周三_周四_周五_周六'.split('_'),\n weekdaysMin: '日_一_二_三_四_五_六'.split('_'),\n longDateFormat: {\n LT: 'HH:mm',\n LTS: 'HH:mm:ss',\n L: 'YYYY/MM/DD',\n LL: 'YYYY年M月D日',\n LLL: 'YYYY年M月D日Ah点mm分',\n LLLL: 'YYYY年M月D日ddddAh点mm分',\n l: 'YYYY/M/D',\n ll: 'YYYY年M月D日',\n lll: 'YYYY年M月D日 HH:mm',\n llll: 'YYYY年M月D日dddd HH:mm',\n },\n meridiemParse: /凌晨|早上|上午|中午|下午|晚上/,\n meridiemHour: function (hour, meridiem) {\n if (hour === 12) {\n hour = 0;\n }\n if (meridiem === '凌晨' || meridiem === '早上' || meridiem === '上午') {\n return hour;\n } else if (meridiem === '下午' || meridiem === '晚上') {\n return hour + 12;\n } else {\n // '中午'\n return hour >= 11 ? hour : hour + 12;\n }\n },\n meridiem: function (hour, minute, isLower) {\n var hm = hour * 100 + minute;\n if (hm < 600) {\n return '凌晨';\n } else if (hm < 900) {\n return '早上';\n } else if (hm < 1130) {\n return '上午';\n } else if (hm < 1230) {\n return '中午';\n } else if (hm < 1800) {\n return '下午';\n } else {\n return '晚上';\n }\n },\n calendar: {\n sameDay: '[今天]LT',\n nextDay: '[明天]LT',\n nextWeek: function (now) {\n if (now.week() !== this.week()) {\n return '[下]dddLT';\n } else {\n return '[本]dddLT';\n }\n },\n lastDay: '[昨天]LT',\n lastWeek: function (now) {\n if (this.week() !== now.week()) {\n return '[上]dddLT';\n } else {\n return '[本]dddLT';\n }\n },\n sameElse: 'L',\n },\n dayOfMonthOrdinalParse: /\\d{1,2}(日|月|周)/,\n ordinal: function (number, period) {\n switch (period) {\n case 'd':\n case 'D':\n case 'DDD':\n return number + '日';\n case 'M':\n return number + '月';\n case 'w':\n case 'W':\n return number + '周';\n default:\n return number;\n }\n },\n relativeTime: {\n future: '%s后',\n past: '%s前',\n s: '几秒',\n ss: '%d 秒',\n m: '1 分钟',\n mm: '%d 分钟',\n h: '1 小时',\n hh: '%d 小时',\n d: '1 天',\n dd: '%d 天',\n w: '1 周',\n ww: '%d 周',\n M: '1 个月',\n MM: '%d 个月',\n y: '1 年',\n yy: '%d 年',\n },\n week: {\n // GB/T 7408-1994《数据元和交换格式·信息交换·日期和时间表示法》与ISO 8601:1988等效\n dow: 1, // Monday is the first day of the week.\n doy: 4, // The week that contains Jan 4th is the first week of the year.\n },\n });\n\n return zhCn;\n\n})));\n","//! moment.js locale configuration\n//! locale : Chinese (Hong Kong) [zh-hk]\n//! author : Ben : https://github.com/ben-lin\n//! author : Chris Lam : https://github.com/hehachris\n//! author : Konstantin : https://github.com/skfd\n//! author : Anthony : https://github.com/anthonylau\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n //! moment.js locale configuration\n\n var zhHk = moment.defineLocale('zh-hk', {\n months: '一月_二月_三月_四月_五月_六月_七月_八月_九月_十月_十一月_十二月'.split(\n '_'\n ),\n monthsShort: '1月_2月_3月_4月_5月_6月_7月_8月_9月_10月_11月_12月'.split(\n '_'\n ),\n weekdays: '星期日_星期一_星期二_星期三_星期四_星期五_星期六'.split('_'),\n weekdaysShort: '週日_週一_週二_週三_週四_週五_週六'.split('_'),\n weekdaysMin: '日_一_二_三_四_五_六'.split('_'),\n longDateFormat: {\n LT: 'HH:mm',\n LTS: 'HH:mm:ss',\n L: 'YYYY/MM/DD',\n LL: 'YYYY年M月D日',\n LLL: 'YYYY年M月D日 HH:mm',\n LLLL: 'YYYY年M月D日dddd HH:mm',\n l: 'YYYY/M/D',\n ll: 'YYYY年M月D日',\n lll: 'YYYY年M月D日 HH:mm',\n llll: 'YYYY年M月D日dddd HH:mm',\n },\n meridiemParse: /凌晨|早上|上午|中午|下午|晚上/,\n meridiemHour: function (hour, meridiem) {\n if (hour === 12) {\n hour = 0;\n }\n if (meridiem === '凌晨' || meridiem === '早上' || meridiem === '上午') {\n return hour;\n } else if (meridiem === '中午') {\n return hour >= 11 ? hour : hour + 12;\n } else if (meridiem === '下午' || meridiem === '晚上') {\n return hour + 12;\n }\n },\n meridiem: function (hour, minute, isLower) {\n var hm = hour * 100 + minute;\n if (hm < 600) {\n return '凌晨';\n } else if (hm < 900) {\n return '早上';\n } else if (hm < 1200) {\n return '上午';\n } else if (hm === 1200) {\n return '中午';\n } else if (hm < 1800) {\n return '下午';\n } else {\n return '晚上';\n }\n },\n calendar: {\n sameDay: '[今天]LT',\n nextDay: '[明天]LT',\n nextWeek: '[下]ddddLT',\n lastDay: '[昨天]LT',\n lastWeek: '[上]ddddLT',\n sameElse: 'L',\n },\n dayOfMonthOrdinalParse: /\\d{1,2}(日|月|週)/,\n ordinal: function (number, period) {\n switch (period) {\n case 'd':\n case 'D':\n case 'DDD':\n return number + '日';\n case 'M':\n return number + '月';\n case 'w':\n case 'W':\n return number + '週';\n default:\n return number;\n }\n },\n relativeTime: {\n future: '%s後',\n past: '%s前',\n s: '幾秒',\n ss: '%d 秒',\n m: '1 分鐘',\n mm: '%d 分鐘',\n h: '1 小時',\n hh: '%d 小時',\n d: '1 天',\n dd: '%d 天',\n M: '1 個月',\n MM: '%d 個月',\n y: '1 年',\n yy: '%d 年',\n },\n });\n\n return zhHk;\n\n})));\n","//! moment.js locale configuration\n//! locale : Chinese (Macau) [zh-mo]\n//! author : Ben : https://github.com/ben-lin\n//! author : Chris Lam : https://github.com/hehachris\n//! author : Tan Yuanhong : https://github.com/le0tan\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n //! moment.js locale configuration\n\n var zhMo = moment.defineLocale('zh-mo', {\n months: '一月_二月_三月_四月_五月_六月_七月_八月_九月_十月_十一月_十二月'.split(\n '_'\n ),\n monthsShort: '1月_2月_3月_4月_5月_6月_7月_8月_9月_10月_11月_12月'.split(\n '_'\n ),\n weekdays: '星期日_星期一_星期二_星期三_星期四_星期五_星期六'.split('_'),\n weekdaysShort: '週日_週一_週二_週三_週四_週五_週六'.split('_'),\n weekdaysMin: '日_一_二_三_四_五_六'.split('_'),\n longDateFormat: {\n LT: 'HH:mm',\n LTS: 'HH:mm:ss',\n L: 'DD/MM/YYYY',\n LL: 'YYYY年M月D日',\n LLL: 'YYYY年M月D日 HH:mm',\n LLLL: 'YYYY年M月D日dddd HH:mm',\n l: 'D/M/YYYY',\n ll: 'YYYY年M月D日',\n lll: 'YYYY年M月D日 HH:mm',\n llll: 'YYYY年M月D日dddd HH:mm',\n },\n meridiemParse: /凌晨|早上|上午|中午|下午|晚上/,\n meridiemHour: function (hour, meridiem) {\n if (hour === 12) {\n hour = 0;\n }\n if (meridiem === '凌晨' || meridiem === '早上' || meridiem === '上午') {\n return hour;\n } else if (meridiem === '中午') {\n return hour >= 11 ? hour : hour + 12;\n } else if (meridiem === '下午' || meridiem === '晚上') {\n return hour + 12;\n }\n },\n meridiem: function (hour, minute, isLower) {\n var hm = hour * 100 + minute;\n if (hm < 600) {\n return '凌晨';\n } else if (hm < 900) {\n return '早上';\n } else if (hm < 1130) {\n return '上午';\n } else if (hm < 1230) {\n return '中午';\n } else if (hm < 1800) {\n return '下午';\n } else {\n return '晚上';\n }\n },\n calendar: {\n sameDay: '[今天] LT',\n nextDay: '[明天] LT',\n nextWeek: '[下]dddd LT',\n lastDay: '[昨天] LT',\n lastWeek: '[上]dddd LT',\n sameElse: 'L',\n },\n dayOfMonthOrdinalParse: /\\d{1,2}(日|月|週)/,\n ordinal: function (number, period) {\n switch (period) {\n case 'd':\n case 'D':\n case 'DDD':\n return number + '日';\n case 'M':\n return number + '月';\n case 'w':\n case 'W':\n return number + '週';\n default:\n return number;\n }\n },\n relativeTime: {\n future: '%s內',\n past: '%s前',\n s: '幾秒',\n ss: '%d 秒',\n m: '1 分鐘',\n mm: '%d 分鐘',\n h: '1 小時',\n hh: '%d 小時',\n d: '1 天',\n dd: '%d 天',\n M: '1 個月',\n MM: '%d 個月',\n y: '1 年',\n yy: '%d 年',\n },\n });\n\n return zhMo;\n\n})));\n","//! moment.js locale configuration\n//! locale : Chinese (Taiwan) [zh-tw]\n//! author : Ben : https://github.com/ben-lin\n//! author : Chris Lam : https://github.com/hehachris\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n //! moment.js locale configuration\n\n var zhTw = moment.defineLocale('zh-tw', {\n months: '一月_二月_三月_四月_五月_六月_七月_八月_九月_十月_十一月_十二月'.split(\n '_'\n ),\n monthsShort: '1月_2月_3月_4月_5月_6月_7月_8月_9月_10月_11月_12月'.split(\n '_'\n ),\n weekdays: '星期日_星期一_星期二_星期三_星期四_星期五_星期六'.split('_'),\n weekdaysShort: '週日_週一_週二_週三_週四_週五_週六'.split('_'),\n weekdaysMin: '日_一_二_三_四_五_六'.split('_'),\n longDateFormat: {\n LT: 'HH:mm',\n LTS: 'HH:mm:ss',\n L: 'YYYY/MM/DD',\n LL: 'YYYY年M月D日',\n LLL: 'YYYY年M月D日 HH:mm',\n LLLL: 'YYYY年M月D日dddd HH:mm',\n l: 'YYYY/M/D',\n ll: 'YYYY年M月D日',\n lll: 'YYYY年M月D日 HH:mm',\n llll: 'YYYY年M月D日dddd HH:mm',\n },\n meridiemParse: /凌晨|早上|上午|中午|下午|晚上/,\n meridiemHour: function (hour, meridiem) {\n if (hour === 12) {\n hour = 0;\n }\n if (meridiem === '凌晨' || meridiem === '早上' || meridiem === '上午') {\n return hour;\n } else if (meridiem === '中午') {\n return hour >= 11 ? hour : hour + 12;\n } else if (meridiem === '下午' || meridiem === '晚上') {\n return hour + 12;\n }\n },\n meridiem: function (hour, minute, isLower) {\n var hm = hour * 100 + minute;\n if (hm < 600) {\n return '凌晨';\n } else if (hm < 900) {\n return '早上';\n } else if (hm < 1130) {\n return '上午';\n } else if (hm < 1230) {\n return '中午';\n } else if (hm < 1800) {\n return '下午';\n } else {\n return '晚上';\n }\n },\n calendar: {\n sameDay: '[今天] LT',\n nextDay: '[明天] LT',\n nextWeek: '[下]dddd LT',\n lastDay: '[昨天] LT',\n lastWeek: '[上]dddd LT',\n sameElse: 'L',\n },\n dayOfMonthOrdinalParse: /\\d{1,2}(日|月|週)/,\n ordinal: function (number, period) {\n switch (period) {\n case 'd':\n case 'D':\n case 'DDD':\n return number + '日';\n case 'M':\n return number + '月';\n case 'w':\n case 'W':\n return number + '週';\n default:\n return number;\n }\n },\n relativeTime: {\n future: '%s後',\n past: '%s前',\n s: '幾秒',\n ss: '%d 秒',\n m: '1 分鐘',\n mm: '%d 分鐘',\n h: '1 小時',\n hh: '%d 小時',\n d: '1 天',\n dd: '%d 天',\n M: '1 個月',\n MM: '%d 個月',\n y: '1 年',\n yy: '%d 年',\n },\n });\n\n return zhTw;\n\n})));\n","'use strict';\nvar toInteger = require('../internals/to-integer');\nvar requireObjectCoercible = require('../internals/require-object-coercible');\n\n// `String.prototype.repeat` method implementation\n// https://tc39.es/ecma262/#sec-string.prototype.repeat\nmodule.exports = function repeat(count) {\n var str = String(requireObjectCoercible(this));\n var result = '';\n var n = toInteger(count);\n if (n < 0 || n == Infinity) throw RangeError('Wrong number of repetitions');\n for (;n > 0; (n >>>= 1) && (str += str)) if (n & 1) result += str;\n return result;\n};\n","var scope = (typeof global !== \"undefined\" && global) ||\n (typeof self !== \"undefined\" && self) ||\n window;\nvar apply = Function.prototype.apply;\n\n// DOM APIs, for completeness\n\nexports.setTimeout = function() {\n return new Timeout(apply.call(setTimeout, scope, arguments), clearTimeout);\n};\nexports.setInterval = function() {\n return new Timeout(apply.call(setInterval, scope, arguments), clearInterval);\n};\nexports.clearTimeout =\nexports.clearInterval = function(timeout) {\n if (timeout) {\n timeout.close();\n }\n};\n\nfunction Timeout(id, clearFn) {\n this._id = id;\n this._clearFn = clearFn;\n}\nTimeout.prototype.unref = Timeout.prototype.ref = function() {};\nTimeout.prototype.close = function() {\n this._clearFn.call(scope, this._id);\n};\n\n// Does not start the time, just sets up the members needed.\nexports.enroll = function(item, msecs) {\n clearTimeout(item._idleTimeoutId);\n item._idleTimeout = msecs;\n};\n\nexports.unenroll = function(item) {\n clearTimeout(item._idleTimeoutId);\n item._idleTimeout = -1;\n};\n\nexports._unrefActive = exports.active = function(item) {\n clearTimeout(item._idleTimeoutId);\n\n var msecs = item._idleTimeout;\n if (msecs >= 0) {\n item._idleTimeoutId = setTimeout(function onTimeout() {\n if (item._onTimeout)\n item._onTimeout();\n }, msecs);\n }\n};\n\n// setimmediate attaches itself to the global object\nrequire(\"setimmediate\");\n// On some exotic environments, it's not clear which object `setimmediate` was\n// able to install onto. Search each possibility in the same order as the\n// `setimmediate` library.\nexports.setImmediate = (typeof self !== \"undefined\" && self.setImmediate) ||\n (typeof global !== \"undefined\" && global.setImmediate) ||\n (this && this.setImmediate);\nexports.clearImmediate = (typeof self !== \"undefined\" && self.clearImmediate) ||\n (typeof global !== \"undefined\" && global.clearImmediate) ||\n (this && this.clearImmediate);\n","(function (global, undefined) {\n \"use strict\";\n\n if (global.setImmediate) {\n return;\n }\n\n var nextHandle = 1; // Spec says greater than zero\n var tasksByHandle = {};\n var currentlyRunningATask = false;\n var doc = global.document;\n var registerImmediate;\n\n function setImmediate(callback) {\n // Callback can either be a function or a string\n if (typeof callback !== \"function\") {\n callback = new Function(\"\" + callback);\n }\n // Copy function arguments\n var args = new Array(arguments.length - 1);\n for (var i = 0; i < args.length; i++) {\n args[i] = arguments[i + 1];\n }\n // Store and register the task\n var task = { callback: callback, args: args };\n tasksByHandle[nextHandle] = task;\n registerImmediate(nextHandle);\n return nextHandle++;\n }\n\n function clearImmediate(handle) {\n delete tasksByHandle[handle];\n }\n\n function run(task) {\n var callback = task.callback;\n var args = task.args;\n switch (args.length) {\n case 0:\n callback();\n break;\n case 1:\n callback(args[0]);\n break;\n case 2:\n callback(args[0], args[1]);\n break;\n case 3:\n callback(args[0], args[1], args[2]);\n break;\n default:\n callback.apply(undefined, args);\n break;\n }\n }\n\n function runIfPresent(handle) {\n // From the spec: \"Wait until any invocations of this algorithm started before this one have completed.\"\n // So if we're currently running a task, we'll need to delay this invocation.\n if (currentlyRunningATask) {\n // Delay by doing a setTimeout. setImmediate was tried instead, but in Firefox 7 it generated a\n // \"too much recursion\" error.\n setTimeout(runIfPresent, 0, handle);\n } else {\n var task = tasksByHandle[handle];\n if (task) {\n currentlyRunningATask = true;\n try {\n run(task);\n } finally {\n clearImmediate(handle);\n currentlyRunningATask = false;\n }\n }\n }\n }\n\n function installNextTickImplementation() {\n registerImmediate = function(handle) {\n process.nextTick(function () { runIfPresent(handle); });\n };\n }\n\n function canUsePostMessage() {\n // The test against `importScripts` prevents this implementation from being installed inside a web worker,\n // where `global.postMessage` means something completely different and can't be used for this purpose.\n if (global.postMessage && !global.importScripts) {\n var postMessageIsAsynchronous = true;\n var oldOnMessage = global.onmessage;\n global.onmessage = function() {\n postMessageIsAsynchronous = false;\n };\n global.postMessage(\"\", \"*\");\n global.onmessage = oldOnMessage;\n return postMessageIsAsynchronous;\n }\n }\n\n function installPostMessageImplementation() {\n // Installs an event handler on `global` for the `message` event: see\n // * https://developer.mozilla.org/en/DOM/window.postMessage\n // * http://www.whatwg.org/specs/web-apps/current-work/multipage/comms.html#crossDocumentMessages\n\n var messagePrefix = \"setImmediate$\" + Math.random() + \"$\";\n var onGlobalMessage = function(event) {\n if (event.source === global &&\n typeof event.data === \"string\" &&\n event.data.indexOf(messagePrefix) === 0) {\n runIfPresent(+event.data.slice(messagePrefix.length));\n }\n };\n\n if (global.addEventListener) {\n global.addEventListener(\"message\", onGlobalMessage, false);\n } else {\n global.attachEvent(\"onmessage\", onGlobalMessage);\n }\n\n registerImmediate = function(handle) {\n global.postMessage(messagePrefix + handle, \"*\");\n };\n }\n\n function installMessageChannelImplementation() {\n var channel = new MessageChannel();\n channel.port1.onmessage = function(event) {\n var handle = event.data;\n runIfPresent(handle);\n };\n\n registerImmediate = function(handle) {\n channel.port2.postMessage(handle);\n };\n }\n\n function installReadyStateChangeImplementation() {\n var html = doc.documentElement;\n registerImmediate = function(handle) {\n // Create a <script> element; its readystatechange event will be fired asynchronously once it is inserted\n // into the document. Do so, thus queuing up the task. Remember to clean up once it's been called.\n var script = doc.createElement(\"script\");\n script.onreadystatechange = function () {\n runIfPresent(handle);\n script.onreadystatechange = null;\n html.removeChild(script);\n script = null;\n };\n html.appendChild(script);\n };\n }\n\n function installSetTimeoutImplementation() {\n registerImmediate = function(handle) {\n setTimeout(runIfPresent, 0, handle);\n };\n }\n\n // If supported, we should attach to the prototype of global, since that is where setTimeout et al. live.\n var attachTo = Object.getPrototypeOf && Object.getPrototypeOf(global);\n attachTo = attachTo && attachTo.setTimeout ? attachTo : global;\n\n // Don't get fooled by e.g. browserify environments.\n if ({}.toString.call(global.process) === \"[object process]\") {\n // For Node.js before 0.9\n installNextTickImplementation();\n\n } else if (canUsePostMessage()) {\n // For non-IE10 modern browsers\n installPostMessageImplementation();\n\n } else if (global.MessageChannel) {\n // For web workers, where supported\n installMessageChannelImplementation();\n\n } else if (doc && \"onreadystatechange\" in doc.createElement(\"script\")) {\n // For IE 6–8\n installReadyStateChangeImplementation();\n\n } else {\n // For older browsers\n installSetTimeoutImplementation();\n }\n\n attachTo.setImmediate = setImmediate;\n attachTo.clearImmediate = clearImmediate;\n}(typeof self === \"undefined\" ? typeof global === \"undefined\" ? this : global : self));\n","/**\n * @copyright 2017 Christoph Wurst <christoph@winzerhof-wurst.at>\n *\n * @author Christoph Wurst <christoph@winzerhof-wurst.at>\n * @author John Molakvoæ <skjnldsv@protonmail.com>\n * @author Roeland Jago Douma <roeland@famdouma.nl>\n *\n * @license GNU AGPL version 3 or any later version\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see <http://www.gnu.org/licenses/>.\n *\n */\n\n/* eslint-disable */\nimport $ from 'jquery'\nimport { Collection, Model, View } from 'backbone'\n\nimport OC from './index'\n\n/**\n * @class Contact\n */\nconst Contact = Model.extend({\n\tdefaults: {\n\t\tfullName: '',\n\t\tlastMessage: '',\n\t\tactions: [],\n\t\thasOneAction: false,\n\t\thasTwoActions: false,\n\t\thasManyActions: false\n\t},\n\n\t/**\n\t * @returns {undefined}\n\t */\n\tinitialize: function() {\n\t\t// Add needed property for easier template rendering\n\t\tif (this.get('actions').length === 0) {\n\t\t\tthis.set('hasOneAction', true)\n\t\t} else if (this.get('actions').length === 1) {\n\t\t\tthis.set('hasTwoActions', true)\n\t\t\tthis.set('secondAction', this.get('actions')[0])\n\t\t} else {\n\t\t\tthis.set('hasManyActions', true)\n\t\t}\n\t}\n})\n\n/**\n * @class ContactCollection\n * @private\n */\nconst ContactCollection = Collection.extend({\n\tmodel: Contact\n})\n\n/**\n * @class ContactsListView\n * @private\n */\nconst ContactsListView = View.extend({\n\n\t/** @type {ContactCollection} */\n\t_collection: undefined,\n\n\t/** @type {array} */\n\t_subViews: [],\n\n\t/**\n\t * @param {object} options\n\t * @returns {undefined}\n\t */\n\tinitialize: function(options) {\n\t\tthis._collection = options.collection\n\t},\n\n\t/**\n\t * @returns {self}\n\t */\n\trender: function() {\n\t\tvar self = this\n\t\tself.$el.html('')\n\t\tself._subViews = []\n\n\t\tself._collection.forEach(function(contact) {\n\t\t\tvar item = new ContactsListItemView({\n\t\t\t\tmodel: contact\n\t\t\t})\n\t\t\titem.render()\n\t\t\tself.$el.append(item.$el)\n\t\t\titem.on('toggle:actionmenu', self._onChildActionMenuToggle, self)\n\t\t\tself._subViews.push(item)\n\t\t})\n\n\t\treturn self\n\t},\n\n\t/**\n\t * Event callback to propagate opening (another) entry's action menu\n\t *\n\t * @param {type} $src\n\t * @returns {undefined}\n\t */\n\t_onChildActionMenuToggle: function($src) {\n\t\tthis._subViews.forEach(function(view) {\n\t\t\tview.trigger('parent:toggle:actionmenu', $src)\n\t\t})\n\t}\n})\n\n/**\n * @class ContactsListItemView\n * @private\n */\nconst ContactsListItemView = View.extend({\n\n\t/** @type {string} */\n\tclassName: 'contact',\n\n\t/** @type {undefined|function} */\n\t_template: undefined,\n\n\t/** @type {Contact} */\n\t_model: undefined,\n\n\t/** @type {boolean} */\n\t_actionMenuShown: false,\n\n\tevents: {\n\t\t'click .icon-more': '_onToggleActionsMenu'\n\t},\n\n\tcontactTemplate: require('./contactsmenu/contact.handlebars'),\n\n\t/**\n\t * @param {object} data\n\t * @returns {undefined}\n\t */\n\ttemplate: function(data) {\n\t\treturn this.contactTemplate(data)\n\t},\n\n\t/**\n\t * @param {object} options\n\t * @returns {undefined}\n\t */\n\tinitialize: function(options) {\n\t\tthis._model = options.model\n\t\tthis.on('parent:toggle:actionmenu', this._onOtherActionMenuOpened, this)\n\t},\n\n\t/**\n\t * @returns {self}\n\t */\n\trender: function() {\n\t\tthis.$el.html(this.template({\n\t\t\tcontact: this._model.toJSON()\n\t\t}))\n\t\tthis.delegateEvents()\n\n\t\t// Show placeholder if no avatar is available (avatar is rendered as img, not div)\n\t\tthis.$('div.avatar').imageplaceholder(this._model.get('fullName'))\n\n\t\t// Show tooltip for top action\n\t\tthis.$('.top-action').tooltip({ placement: 'left' })\n\t\t// Show tooltip for second action\n\t\tthis.$('.second-action').tooltip({ placement: 'left' })\n\n\t\treturn this\n\t},\n\n\t/**\n\t * Toggle the visibility of the action popover menu\n\t *\n\t * @private\n\t * @returns {undefined}\n\t */\n\t_onToggleActionsMenu: function() {\n\t\tthis._actionMenuShown = !this._actionMenuShown\n\t\tif (this._actionMenuShown) {\n\t\t\tthis.$('.menu').show()\n\t\t} else {\n\t\t\tthis.$('.menu').hide()\n\t\t}\n\t\tthis.trigger('toggle:actionmenu', this.$el)\n\t},\n\n\t/**\n\t * @private\n\t * @argument {jQuery} $src\n\t * @returns {undefined}\n\t */\n\t_onOtherActionMenuOpened: function($src) {\n\t\tif (this.$el.is($src)) {\n\t\t\t// Ignore\n\t\t\treturn\n\t\t}\n\t\tthis._actionMenuShown = false\n\t\tthis.$('.menu').hide()\n\t}\n})\n\n/**\n * @class ContactsMenuView\n * @private\n */\nconst ContactsMenuView = View.extend({\n\n\t/** @type {undefined|function} */\n\t_loadingTemplate: undefined,\n\n\t/** @type {undefined|function} */\n\t_errorTemplate: undefined,\n\n\t/** @type {undefined|function} */\n\t_contentTemplate: undefined,\n\n\t/** @type {undefined|function} */\n\t_contactsTemplate: undefined,\n\n\t/** @type {undefined|ContactCollection} */\n\t_contacts: undefined,\n\n\t/** @type {string} */\n\t_searchTerm: '',\n\n\tevents: {\n\t\t'input #contactsmenu-search': '_onSearch'\n\t},\n\n\ttemplates: {\n\t\tloading: require('./contactsmenu/loading.handlebars'),\n\t\terror: require('./contactsmenu/error.handlebars'),\n\t\tmenu: require('./contactsmenu/menu.handlebars'),\n\t\tlist: require('./contactsmenu/list.handlebars')\n\t},\n\n\t/**\n\t * @returns {undefined}\n\t */\n\t_onSearch: _.debounce(function(e) {\n\t\tvar searchTerm = this.$('#contactsmenu-search').val()\n\t\t// IE11 triggers an 'input' event after the view has been rendered\n\t\t// resulting in an endless loading loop. To prevent this, we remember\n\t\t// the last search term to savely ignore some events\n\t\t// See https://github.com/nextcloud/server/issues/5281\n\t\tif (searchTerm !== this._searchTerm) {\n\t\t\tthis.trigger('search', this.$('#contactsmenu-search').val())\n\t\t\tthis._searchTerm = searchTerm\n\t\t}\n\t}, 700),\n\n\t/**\n\t * @param {object} data\n\t * @returns {string}\n\t */\n\tloadingTemplate: function(data) {\n\t\treturn this.templates.loading(data)\n\t},\n\n\t/**\n\t * @param {object} data\n\t * @returns {string}\n\t */\n\terrorTemplate: function(data) {\n\t\treturn this.templates.error(\n\t\t\t_.extend({\n\t\t\t\tcouldNotLoadText: t('core', 'Could not load your contacts')\n\t\t\t}, data)\n\t\t)\n\t},\n\n\t/**\n\t * @param {object} data\n\t * @returns {string}\n\t */\n\tcontentTemplate: function(data) {\n\t\treturn this.templates.menu(\n\t\t\t_.extend({\n\t\t\t\tsearchContactsText: t('core', 'Search contacts …')\n\t\t\t}, data)\n\t\t)\n\t},\n\n\t/**\n\t * @param {object} data\n\t * @returns {string}\n\t */\n\tcontactsTemplate: function(data) {\n\t\treturn this.templates.list(\n\t\t\t_.extend({\n\t\t\t\tnoContactsFoundText: t('core', 'No contacts found'),\n\t\t\t\tshowAllContactsText: t('core', 'Show all contacts …'),\n\t\t\t\tcontactsAppMgmtText: t('core', 'Install the Contacts app')\n\t\t\t}, data)\n\t\t)\n\t},\n\n\t/**\n\t * @param {object} options\n\t * @returns {undefined}\n\t */\n\tinitialize: function(options) {\n\t\tthis.options = options\n\t},\n\n\t/**\n\t * @param {string} text\n\t * @returns {undefined}\n\t */\n\tshowLoading: function(text) {\n\t\tthis.render()\n\t\tthis._contacts = undefined\n\t\tthis.$('.content').html(this.loadingTemplate({\n\t\t\tloadingText: text\n\t\t}))\n\t},\n\n\t/**\n\t * @returns {undefined}\n\t */\n\tshowError: function() {\n\t\tthis.render()\n\t\tthis._contacts = undefined\n\t\tthis.$('.content').html(this.errorTemplate())\n\t},\n\n\t/**\n\t * @param {object} viewData\n\t * @param {string} searchTerm\n\t * @returns {undefined}\n\t */\n\tshowContacts: function(viewData, searchTerm) {\n\t\tthis._contacts = viewData.contacts\n\t\tthis.render({\n\t\t\tcontacts: viewData.contacts\n\t\t})\n\n\t\tvar list = new ContactsListView({\n\t\t\tcollection: viewData.contacts\n\t\t})\n\t\tlist.render()\n\t\tthis.$('.content').html(this.contactsTemplate({\n\t\t\tcontacts: viewData.contacts,\n\t\t\tsearchTerm: searchTerm,\n\t\t\tcontactsAppEnabled: viewData.contactsAppEnabled,\n\t\t\tcontactsAppURL: OC.generateUrl('/apps/contacts'),\n\t\t\tcanInstallApp: OC.isUserAdmin(),\n\t\t\tcontactsAppMgmtURL: OC.generateUrl('/settings/apps/social/contacts')\n\t\t}))\n\t\tthis.$('#contactsmenu-contacts').html(list.$el)\n\t},\n\n\t/**\n\t * @param {object} data\n\t * @returns {self}\n\t */\n\trender: function(data) {\n\t\tvar searchVal = this.$('#contactsmenu-search').val()\n\t\tthis.$el.html(this.contentTemplate(data))\n\n\t\t// Focus search\n\t\tthis.$('#contactsmenu-search').val(searchVal)\n\t\tthis.$('#contactsmenu-search').focus()\n\t\treturn this\n\t}\n\n})\n\n/**\n * @param {Object} options\n * @param {jQuery} options.el\n * @param {jQuery} options.trigger\n * @class ContactsMenu\n * @memberOf OC\n */\nconst ContactsMenu = function(options) {\n\tthis.initialize(options)\n}\n\nContactsMenu.prototype = {\n\t/** @type {jQuery} */\n\t$el: undefined,\n\n\t/** @type {jQuery} */\n\t_$trigger: undefined,\n\n\t/** @type {ContactsMenuView} */\n\t_view: undefined,\n\n\t/** @type {Promise} */\n\t_contactsPromise: undefined,\n\n\t/**\n\t * @param {Object} options\n\t * @param {jQuery} options.el - the element to render the menu in\n\t * @param {jQuery} options.trigger - the element to click on to open the menu\n\t * @returns {undefined}\n\t */\n\tinitialize: function(options) {\n\t\tthis.$el = options.el\n\t\tthis._$trigger = options.trigger\n\n\t\tthis._view = new ContactsMenuView({\n\t\t\tel: this.$el\n\t\t})\n\t\tthis._view.on('search', function(searchTerm) {\n\t\t\tthis._loadContacts(searchTerm)\n\t\t}, this)\n\n\t\tOC.registerMenu(this._$trigger, this.$el, function() {\n\t\t\tthis._toggleVisibility(true)\n\t\t}.bind(this), true)\n\t\tthis.$el.on('beforeHide', function() {\n\t\t\tthis._toggleVisibility(false)\n\t\t}.bind(this))\n\t},\n\n\t/**\n\t * @private\n\t * @param {boolean} show\n\t * @returns {Promise}\n\t */\n\t_toggleVisibility: function(show) {\n\t\tif (show) {\n\t\t\treturn this._loadContacts()\n\t\t} else {\n\t\t\tthis.$el.html('')\n\t\t\treturn Promise.resolve()\n\t\t}\n\t},\n\n\t/**\n\t * @private\n\t * @param {string|undefined} searchTerm\n\t * @returns {Promise}\n\t */\n\t_getContacts: function(searchTerm) {\n\t\tvar url = OC.generateUrl('/contactsmenu/contacts')\n\t\treturn Promise.resolve($.ajax(url, {\n\t\t\tmethod: 'POST',\n\t\t\tdata: {\n\t\t\t\tfilter: searchTerm\n\t\t\t}\n\t\t}))\n\t},\n\n\t/**\n\t * @param {string|undefined} searchTerm\n\t * @returns {undefined}\n\t */\n\t_loadContacts: function(searchTerm) {\n\t\tvar self = this\n\n\t\tif (!self._contactsPromise) {\n\t\t\tself._contactsPromise = self._getContacts(searchTerm)\n\t\t}\n\n\t\tif (_.isUndefined(searchTerm) || searchTerm === '') {\n\t\t\tself._view.showLoading(t('core', 'Loading your contacts …'))\n\t\t} else {\n\t\t\tself._view.showLoading(t('core', 'Looking for {term} …', {\n\t\t\t\tterm: searchTerm\n\t\t\t}))\n\t\t}\n\t\treturn self._contactsPromise.then(function(data) {\n\t\t\t// Convert contact entries to Backbone collection\n\t\t\tdata.contacts = new ContactCollection(data.contacts)\n\n\t\t\tself._view.showContacts(data, searchTerm)\n\t\t}, function(e) {\n\t\t\tself._view.showError()\n\t\t\tconsole.error('There was an error loading your contacts', e)\n\t\t}).then(function() {\n\t\t\t// Delete promise, so that contacts are fetched again when the\n\t\t\t// menu is opened the next time.\n\t\t\tdelete self._contactsPromise\n\t\t}).catch(console.error.bind(this))\n\t}\n}\n\nexport default ContactsMenu\n","\"use strict\";\n\nObject.defineProperty(exports, \"__esModule\", {\n value: true\n});\nexports.getCapabilities = getCapabilities;\n\nvar _initialState = require(\"@nextcloud/initial-state\");\n\nfunction getCapabilities() {\n try {\n return (0, _initialState.loadState)('core', 'capabilities');\n } catch (error) {\n console.debug('Could not find capabilities initial state fall back to _oc_capabilities');\n\n if (!('_oc_capabilities' in window)) {\n return {};\n }\n\n return window['_oc_capabilities'];\n }\n}\n//# sourceMappingURL=index.js.map","/*! @license DOMPurify | (c) Cure53 and other contributors | Released under the Apache license 2.0 and Mozilla Public License 2.0 | github.com/cure53/DOMPurify/blob/2.2.2/LICENSE */\n\n(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory() :\n typeof define === 'function' && define.amd ? define(factory) :\n (global = global || self, global.DOMPurify = factory());\n}(this, function () { 'use strict';\n\n function _toConsumableArray(arr) { if (Array.isArray(arr)) { for (var i = 0, arr2 = Array(arr.length); i < arr.length; i++) { arr2[i] = arr[i]; } return arr2; } else { return Array.from(arr); } }\n\n var hasOwnProperty = Object.hasOwnProperty,\n setPrototypeOf = Object.setPrototypeOf,\n isFrozen = Object.isFrozen,\n getPrototypeOf = Object.getPrototypeOf,\n getOwnPropertyDescriptor = Object.getOwnPropertyDescriptor;\n var freeze = Object.freeze,\n seal = Object.seal,\n create = Object.create; // eslint-disable-line import/no-mutable-exports\n\n var _ref = typeof Reflect !== 'undefined' && Reflect,\n apply = _ref.apply,\n construct = _ref.construct;\n\n if (!apply) {\n apply = function apply(fun, thisValue, args) {\n return fun.apply(thisValue, args);\n };\n }\n\n if (!freeze) {\n freeze = function freeze(x) {\n return x;\n };\n }\n\n if (!seal) {\n seal = function seal(x) {\n return x;\n };\n }\n\n if (!construct) {\n construct = function construct(Func, args) {\n return new (Function.prototype.bind.apply(Func, [null].concat(_toConsumableArray(args))))();\n };\n }\n\n var arrayForEach = unapply(Array.prototype.forEach);\n var arrayPop = unapply(Array.prototype.pop);\n var arrayPush = unapply(Array.prototype.push);\n\n var stringToLowerCase = unapply(String.prototype.toLowerCase);\n var stringMatch = unapply(String.prototype.match);\n var stringReplace = unapply(String.prototype.replace);\n var stringIndexOf = unapply(String.prototype.indexOf);\n var stringTrim = unapply(String.prototype.trim);\n\n var regExpTest = unapply(RegExp.prototype.test);\n\n var typeErrorCreate = unconstruct(TypeError);\n\n function unapply(func) {\n return function (thisArg) {\n for (var _len = arguments.length, args = Array(_len > 1 ? _len - 1 : 0), _key = 1; _key < _len; _key++) {\n args[_key - 1] = arguments[_key];\n }\n\n return apply(func, thisArg, args);\n };\n }\n\n function unconstruct(func) {\n return function () {\n for (var _len2 = arguments.length, args = Array(_len2), _key2 = 0; _key2 < _len2; _key2++) {\n args[_key2] = arguments[_key2];\n }\n\n return construct(func, args);\n };\n }\n\n /* Add properties to a lookup table */\n function addToSet(set, array) {\n if (setPrototypeOf) {\n // Make 'in' and truthy checks like Boolean(set.constructor)\n // independent of any properties defined on Object.prototype.\n // Prevent prototype setters from intercepting set as a this value.\n setPrototypeOf(set, null);\n }\n\n var l = array.length;\n while (l--) {\n var element = array[l];\n if (typeof element === 'string') {\n var lcElement = stringToLowerCase(element);\n if (lcElement !== element) {\n // Config presets (e.g. tags.js, attrs.js) are immutable.\n if (!isFrozen(array)) {\n array[l] = lcElement;\n }\n\n element = lcElement;\n }\n }\n\n set[element] = true;\n }\n\n return set;\n }\n\n /* Shallow clone an object */\n function clone(object) {\n var newObject = create(null);\n\n var property = void 0;\n for (property in object) {\n if (apply(hasOwnProperty, object, [property])) {\n newObject[property] = object[property];\n }\n }\n\n return newObject;\n }\n\n /* IE10 doesn't support __lookupGetter__ so lets'\n * simulate it. It also automatically checks\n * if the prop is function or getter and behaves\n * accordingly. */\n function lookupGetter(object, prop) {\n while (object !== null) {\n var desc = getOwnPropertyDescriptor(object, prop);\n if (desc) {\n if (desc.get) {\n return unapply(desc.get);\n }\n\n if (typeof desc.value === 'function') {\n return unapply(desc.value);\n }\n }\n\n object = getPrototypeOf(object);\n }\n\n function fallbackValue(element) {\n console.warn('fallback value for', element);\n return null;\n }\n\n return fallbackValue;\n }\n\n var html = freeze(['a', 'abbr', 'acronym', 'address', 'area', 'article', 'aside', 'audio', 'b', 'bdi', 'bdo', 'big', 'blink', 'blockquote', 'body', 'br', 'button', 'canvas', 'caption', 'center', 'cite', 'code', 'col', 'colgroup', 'content', 'data', 'datalist', 'dd', 'decorator', 'del', 'details', 'dfn', 'dialog', 'dir', 'div', 'dl', 'dt', 'element', 'em', 'fieldset', 'figcaption', 'figure', 'font', 'footer', 'form', 'h1', 'h2', 'h3', 'h4', 'h5', 'h6', 'head', 'header', 'hgroup', 'hr', 'html', 'i', 'img', 'input', 'ins', 'kbd', 'label', 'legend', 'li', 'main', 'map', 'mark', 'marquee', 'menu', 'menuitem', 'meter', 'nav', 'nobr', 'ol', 'optgroup', 'option', 'output', 'p', 'picture', 'pre', 'progress', 'q', 'rp', 'rt', 'ruby', 's', 'samp', 'section', 'select', 'shadow', 'small', 'source', 'spacer', 'span', 'strike', 'strong', 'style', 'sub', 'summary', 'sup', 'table', 'tbody', 'td', 'template', 'textarea', 'tfoot', 'th', 'thead', 'time', 'tr', 'track', 'tt', 'u', 'ul', 'var', 'video', 'wbr']);\n\n // SVG\n var svg = freeze(['svg', 'a', 'altglyph', 'altglyphdef', 'altglyphitem', 'animatecolor', 'animatemotion', 'animatetransform', 'circle', 'clippath', 'defs', 'desc', 'ellipse', 'filter', 'font', 'g', 'glyph', 'glyphref', 'hkern', 'image', 'line', 'lineargradient', 'marker', 'mask', 'metadata', 'mpath', 'path', 'pattern', 'polygon', 'polyline', 'radialgradient', 'rect', 'stop', 'style', 'switch', 'symbol', 'text', 'textpath', 'title', 'tref', 'tspan', 'view', 'vkern']);\n\n var svgFilters = freeze(['feBlend', 'feColorMatrix', 'feComponentTransfer', 'feComposite', 'feConvolveMatrix', 'feDiffuseLighting', 'feDisplacementMap', 'feDistantLight', 'feFlood', 'feFuncA', 'feFuncB', 'feFuncG', 'feFuncR', 'feGaussianBlur', 'feMerge', 'feMergeNode', 'feMorphology', 'feOffset', 'fePointLight', 'feSpecularLighting', 'feSpotLight', 'feTile', 'feTurbulence']);\n\n // List of SVG elements that are disallowed by default.\n // We still need to know them so that we can do namespace\n // checks properly in case one wants to add them to\n // allow-list.\n var svgDisallowed = freeze(['animate', 'color-profile', 'cursor', 'discard', 'fedropshadow', 'feimage', 'font-face', 'font-face-format', 'font-face-name', 'font-face-src', 'font-face-uri', 'foreignobject', 'hatch', 'hatchpath', 'mesh', 'meshgradient', 'meshpatch', 'meshrow', 'missing-glyph', 'script', 'set', 'solidcolor', 'unknown', 'use']);\n\n var mathMl = freeze(['math', 'menclose', 'merror', 'mfenced', 'mfrac', 'mglyph', 'mi', 'mlabeledtr', 'mmultiscripts', 'mn', 'mo', 'mover', 'mpadded', 'mphantom', 'mroot', 'mrow', 'ms', 'mspace', 'msqrt', 'mstyle', 'msub', 'msup', 'msubsup', 'mtable', 'mtd', 'mtext', 'mtr', 'munder', 'munderover']);\n\n // Similarly to SVG, we want to know all MathML elements,\n // even those that we disallow by default.\n var mathMlDisallowed = freeze(['maction', 'maligngroup', 'malignmark', 'mlongdiv', 'mscarries', 'mscarry', 'msgroup', 'mstack', 'msline', 'msrow', 'semantics', 'annotation', 'annotation-xml', 'mprescripts', 'none']);\n\n var text = freeze(['#text']);\n\n var html$1 = freeze(['accept', 'action', 'align', 'alt', 'autocapitalize', 'autocomplete', 'autopictureinpicture', 'autoplay', 'background', 'bgcolor', 'border', 'capture', 'cellpadding', 'cellspacing', 'checked', 'cite', 'class', 'clear', 'color', 'cols', 'colspan', 'controls', 'controlslist', 'coords', 'crossorigin', 'datetime', 'decoding', 'default', 'dir', 'disabled', 'disablepictureinpicture', 'disableremoteplayback', 'download', 'draggable', 'enctype', 'enterkeyhint', 'face', 'for', 'headers', 'height', 'hidden', 'high', 'href', 'hreflang', 'id', 'inputmode', 'integrity', 'ismap', 'kind', 'label', 'lang', 'list', 'loading', 'loop', 'low', 'max', 'maxlength', 'media', 'method', 'min', 'minlength', 'multiple', 'muted', 'name', 'noshade', 'novalidate', 'nowrap', 'open', 'optimum', 'pattern', 'placeholder', 'playsinline', 'poster', 'preload', 'pubdate', 'radiogroup', 'readonly', 'rel', 'required', 'rev', 'reversed', 'role', 'rows', 'rowspan', 'spellcheck', 'scope', 'selected', 'shape', 'size', 'sizes', 'span', 'srclang', 'start', 'src', 'srcset', 'step', 'style', 'summary', 'tabindex', 'title', 'translate', 'type', 'usemap', 'valign', 'value', 'width', 'xmlns', 'slot']);\n\n var svg$1 = freeze(['accent-height', 'accumulate', 'additive', 'alignment-baseline', 'ascent', 'attributename', 'attributetype', 'azimuth', 'basefrequency', 'baseline-shift', 'begin', 'bias', 'by', 'class', 'clip', 'clippathunits', 'clip-path', 'clip-rule', 'color', 'color-interpolation', 'color-interpolation-filters', 'color-profile', 'color-rendering', 'cx', 'cy', 'd', 'dx', 'dy', 'diffuseconstant', 'direction', 'display', 'divisor', 'dur', 'edgemode', 'elevation', 'end', 'fill', 'fill-opacity', 'fill-rule', 'filter', 'filterunits', 'flood-color', 'flood-opacity', 'font-family', 'font-size', 'font-size-adjust', 'font-stretch', 'font-style', 'font-variant', 'font-weight', 'fx', 'fy', 'g1', 'g2', 'glyph-name', 'glyphref', 'gradientunits', 'gradienttransform', 'height', 'href', 'id', 'image-rendering', 'in', 'in2', 'k', 'k1', 'k2', 'k3', 'k4', 'kerning', 'keypoints', 'keysplines', 'keytimes', 'lang', 'lengthadjust', 'letter-spacing', 'kernelmatrix', 'kernelunitlength', 'lighting-color', 'local', 'marker-end', 'marker-mid', 'marker-start', 'markerheight', 'markerunits', 'markerwidth', 'maskcontentunits', 'maskunits', 'max', 'mask', 'media', 'method', 'mode', 'min', 'name', 'numoctaves', 'offset', 'operator', 'opacity', 'order', 'orient', 'orientation', 'origin', 'overflow', 'paint-order', 'path', 'pathlength', 'patterncontentunits', 'patterntransform', 'patternunits', 'points', 'preservealpha', 'preserveaspectratio', 'primitiveunits', 'r', 'rx', 'ry', 'radius', 'refx', 'refy', 'repeatcount', 'repeatdur', 'restart', 'result', 'rotate', 'scale', 'seed', 'shape-rendering', 'specularconstant', 'specularexponent', 'spreadmethod', 'startoffset', 'stddeviation', 'stitchtiles', 'stop-color', 'stop-opacity', 'stroke-dasharray', 'stroke-dashoffset', 'stroke-linecap', 'stroke-linejoin', 'stroke-miterlimit', 'stroke-opacity', 'stroke', 'stroke-width', 'style', 'surfacescale', 'systemlanguage', 'tabindex', 'targetx', 'targety', 'transform', 'text-anchor', 'text-decoration', 'text-rendering', 'textlength', 'type', 'u1', 'u2', 'unicode', 'values', 'viewbox', 'visibility', 'version', 'vert-adv-y', 'vert-origin-x', 'vert-origin-y', 'width', 'word-spacing', 'wrap', 'writing-mode', 'xchannelselector', 'ychannelselector', 'x', 'x1', 'x2', 'xmlns', 'y', 'y1', 'y2', 'z', 'zoomandpan']);\n\n var mathMl$1 = freeze(['accent', 'accentunder', 'align', 'bevelled', 'close', 'columnsalign', 'columnlines', 'columnspan', 'denomalign', 'depth', 'dir', 'display', 'displaystyle', 'encoding', 'fence', 'frame', 'height', 'href', 'id', 'largeop', 'length', 'linethickness', 'lspace', 'lquote', 'mathbackground', 'mathcolor', 'mathsize', 'mathvariant', 'maxsize', 'minsize', 'movablelimits', 'notation', 'numalign', 'open', 'rowalign', 'rowlines', 'rowspacing', 'rowspan', 'rspace', 'rquote', 'scriptlevel', 'scriptminsize', 'scriptsizemultiplier', 'selection', 'separator', 'separators', 'stretchy', 'subscriptshift', 'supscriptshift', 'symmetric', 'voffset', 'width', 'xmlns']);\n\n var xml = freeze(['xlink:href', 'xml:id', 'xlink:title', 'xml:space', 'xmlns:xlink']);\n\n // eslint-disable-next-line unicorn/better-regex\n var MUSTACHE_EXPR = seal(/\\{\\{[\\s\\S]*|[\\s\\S]*\\}\\}/gm); // Specify template detection regex for SAFE_FOR_TEMPLATES mode\n var ERB_EXPR = seal(/<%[\\s\\S]*|[\\s\\S]*%>/gm);\n var DATA_ATTR = seal(/^data-[\\-\\w.\\u00B7-\\uFFFF]/); // eslint-disable-line no-useless-escape\n var ARIA_ATTR = seal(/^aria-[\\-\\w]+$/); // eslint-disable-line no-useless-escape\n var IS_ALLOWED_URI = seal(/^(?:(?:(?:f|ht)tps?|mailto|tel|callto|cid|xmpp):|[^a-z]|[a-z+.\\-]+(?:[^a-z+.\\-:]|$))/i // eslint-disable-line no-useless-escape\n );\n var IS_SCRIPT_OR_DATA = seal(/^(?:\\w+script|data):/i);\n var ATTR_WHITESPACE = seal(/[\\u0000-\\u0020\\u00A0\\u1680\\u180E\\u2000-\\u2029\\u205F\\u3000]/g // eslint-disable-line no-control-regex\n );\n\n var _typeof = typeof Symbol === \"function\" && typeof Symbol.iterator === \"symbol\" ? function (obj) { return typeof obj; } : function (obj) { return obj && typeof Symbol === \"function\" && obj.constructor === Symbol && obj !== Symbol.prototype ? \"symbol\" : typeof obj; };\n\n function _toConsumableArray$1(arr) { if (Array.isArray(arr)) { for (var i = 0, arr2 = Array(arr.length); i < arr.length; i++) { arr2[i] = arr[i]; } return arr2; } else { return Array.from(arr); } }\n\n var getGlobal = function getGlobal() {\n return typeof window === 'undefined' ? null : window;\n };\n\n /**\n * Creates a no-op policy for internal use only.\n * Don't export this function outside this module!\n * @param {?TrustedTypePolicyFactory} trustedTypes The policy factory.\n * @param {Document} document The document object (to determine policy name suffix)\n * @return {?TrustedTypePolicy} The policy created (or null, if Trusted Types\n * are not supported).\n */\n var _createTrustedTypesPolicy = function _createTrustedTypesPolicy(trustedTypes, document) {\n if ((typeof trustedTypes === 'undefined' ? 'undefined' : _typeof(trustedTypes)) !== 'object' || typeof trustedTypes.createPolicy !== 'function') {\n return null;\n }\n\n // Allow the callers to control the unique policy name\n // by adding a data-tt-policy-suffix to the script element with the DOMPurify.\n // Policy creation with duplicate names throws in Trusted Types.\n var suffix = null;\n var ATTR_NAME = 'data-tt-policy-suffix';\n if (document.currentScript && document.currentScript.hasAttribute(ATTR_NAME)) {\n suffix = document.currentScript.getAttribute(ATTR_NAME);\n }\n\n var policyName = 'dompurify' + (suffix ? '#' + suffix : '');\n\n try {\n return trustedTypes.createPolicy(policyName, {\n createHTML: function createHTML(html$$1) {\n return html$$1;\n }\n });\n } catch (_) {\n // Policy creation failed (most likely another DOMPurify script has\n // already run). Skip creating the policy, as this will only cause errors\n // if TT are enforced.\n console.warn('TrustedTypes policy ' + policyName + ' could not be created.');\n return null;\n }\n };\n\n function createDOMPurify() {\n var window = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : getGlobal();\n\n var DOMPurify = function DOMPurify(root) {\n return createDOMPurify(root);\n };\n\n /**\n * Version label, exposed for easier checks\n * if DOMPurify is up to date or not\n */\n DOMPurify.version = '2.2.8';\n\n /**\n * Array of elements that DOMPurify removed during sanitation.\n * Empty if nothing was removed.\n */\n DOMPurify.removed = [];\n\n if (!window || !window.document || window.document.nodeType !== 9) {\n // Not running in a browser, provide a factory function\n // so that you can pass your own Window\n DOMPurify.isSupported = false;\n\n return DOMPurify;\n }\n\n var originalDocument = window.document;\n\n var document = window.document;\n var DocumentFragment = window.DocumentFragment,\n HTMLTemplateElement = window.HTMLTemplateElement,\n Node = window.Node,\n Element = window.Element,\n NodeFilter = window.NodeFilter,\n _window$NamedNodeMap = window.NamedNodeMap,\n NamedNodeMap = _window$NamedNodeMap === undefined ? window.NamedNodeMap || window.MozNamedAttrMap : _window$NamedNodeMap,\n Text = window.Text,\n Comment = window.Comment,\n DOMParser = window.DOMParser,\n trustedTypes = window.trustedTypes;\n\n\n var ElementPrototype = Element.prototype;\n\n var cloneNode = lookupGetter(ElementPrototype, 'cloneNode');\n var getNextSibling = lookupGetter(ElementPrototype, 'nextSibling');\n var getChildNodes = lookupGetter(ElementPrototype, 'childNodes');\n var getParentNode = lookupGetter(ElementPrototype, 'parentNode');\n\n // As per issue #47, the web-components registry is inherited by a\n // new document created via createHTMLDocument. As per the spec\n // (http://w3c.github.io/webcomponents/spec/custom/#creating-and-passing-registries)\n // a new empty registry is used when creating a template contents owner\n // document, so we use that as our parent document to ensure nothing\n // is inherited.\n if (typeof HTMLTemplateElement === 'function') {\n var template = document.createElement('template');\n if (template.content && template.content.ownerDocument) {\n document = template.content.ownerDocument;\n }\n }\n\n var trustedTypesPolicy = _createTrustedTypesPolicy(trustedTypes, originalDocument);\n var emptyHTML = trustedTypesPolicy && RETURN_TRUSTED_TYPE ? trustedTypesPolicy.createHTML('') : '';\n\n var _document = document,\n implementation = _document.implementation,\n createNodeIterator = _document.createNodeIterator,\n createDocumentFragment = _document.createDocumentFragment;\n var importNode = originalDocument.importNode;\n\n\n var documentMode = {};\n try {\n documentMode = clone(document).documentMode ? document.documentMode : {};\n } catch (_) {}\n\n var hooks = {};\n\n /**\n * Expose whether this browser supports running the full DOMPurify.\n */\n DOMPurify.isSupported = typeof getParentNode === 'function' && implementation && typeof implementation.createHTMLDocument !== 'undefined' && documentMode !== 9;\n\n var MUSTACHE_EXPR$$1 = MUSTACHE_EXPR,\n ERB_EXPR$$1 = ERB_EXPR,\n DATA_ATTR$$1 = DATA_ATTR,\n ARIA_ATTR$$1 = ARIA_ATTR,\n IS_SCRIPT_OR_DATA$$1 = IS_SCRIPT_OR_DATA,\n ATTR_WHITESPACE$$1 = ATTR_WHITESPACE;\n var IS_ALLOWED_URI$$1 = IS_ALLOWED_URI;\n\n /**\n * We consider the elements and attributes below to be safe. Ideally\n * don't add any new ones but feel free to remove unwanted ones.\n */\n\n /* allowed element names */\n\n var ALLOWED_TAGS = null;\n var DEFAULT_ALLOWED_TAGS = addToSet({}, [].concat(_toConsumableArray$1(html), _toConsumableArray$1(svg), _toConsumableArray$1(svgFilters), _toConsumableArray$1(mathMl), _toConsumableArray$1(text)));\n\n /* Allowed attribute names */\n var ALLOWED_ATTR = null;\n var DEFAULT_ALLOWED_ATTR = addToSet({}, [].concat(_toConsumableArray$1(html$1), _toConsumableArray$1(svg$1), _toConsumableArray$1(mathMl$1), _toConsumableArray$1(xml)));\n\n /* Explicitly forbidden tags (overrides ALLOWED_TAGS/ADD_TAGS) */\n var FORBID_TAGS = null;\n\n /* Explicitly forbidden attributes (overrides ALLOWED_ATTR/ADD_ATTR) */\n var FORBID_ATTR = null;\n\n /* Decide if ARIA attributes are okay */\n var ALLOW_ARIA_ATTR = true;\n\n /* Decide if custom data attributes are okay */\n var ALLOW_DATA_ATTR = true;\n\n /* Decide if unknown protocols are okay */\n var ALLOW_UNKNOWN_PROTOCOLS = false;\n\n /* Output should be safe for common template engines.\n * This means, DOMPurify removes data attributes, mustaches and ERB\n */\n var SAFE_FOR_TEMPLATES = false;\n\n /* Decide if document with <html>... should be returned */\n var WHOLE_DOCUMENT = false;\n\n /* Track whether config is already set on this instance of DOMPurify. */\n var SET_CONFIG = false;\n\n /* Decide if all elements (e.g. style, script) must be children of\n * document.body. By default, browsers might move them to document.head */\n var FORCE_BODY = false;\n\n /* Decide if a DOM `HTMLBodyElement` should be returned, instead of a html\n * string (or a TrustedHTML object if Trusted Types are supported).\n * If `WHOLE_DOCUMENT` is enabled a `HTMLHtmlElement` will be returned instead\n */\n var RETURN_DOM = false;\n\n /* Decide if a DOM `DocumentFragment` should be returned, instead of a html\n * string (or a TrustedHTML object if Trusted Types are supported) */\n var RETURN_DOM_FRAGMENT = false;\n\n /* If `RETURN_DOM` or `RETURN_DOM_FRAGMENT` is enabled, decide if the returned DOM\n * `Node` is imported into the current `Document`. If this flag is not enabled the\n * `Node` will belong (its ownerDocument) to a fresh `HTMLDocument`, created by\n * DOMPurify.\n *\n * This defaults to `true` starting DOMPurify 2.2.0. Note that setting it to `false`\n * might cause XSS from attacks hidden in closed shadowroots in case the browser\n * supports Declarative Shadow: DOM https://web.dev/declarative-shadow-dom/\n */\n var RETURN_DOM_IMPORT = true;\n\n /* Try to return a Trusted Type object instead of a string, return a string in\n * case Trusted Types are not supported */\n var RETURN_TRUSTED_TYPE = false;\n\n /* Output should be free from DOM clobbering attacks? */\n var SANITIZE_DOM = true;\n\n /* Keep element content when removing element? */\n var KEEP_CONTENT = true;\n\n /* If a `Node` is passed to sanitize(), then performs sanitization in-place instead\n * of importing it into a new Document and returning a sanitized copy */\n var IN_PLACE = false;\n\n /* Allow usage of profiles like html, svg and mathMl */\n var USE_PROFILES = {};\n\n /* Tags to ignore content of when KEEP_CONTENT is true */\n var FORBID_CONTENTS = addToSet({}, ['annotation-xml', 'audio', 'colgroup', 'desc', 'foreignobject', 'head', 'iframe', 'math', 'mi', 'mn', 'mo', 'ms', 'mtext', 'noembed', 'noframes', 'noscript', 'plaintext', 'script', 'style', 'svg', 'template', 'thead', 'title', 'video', 'xmp']);\n\n /* Tags that are safe for data: URIs */\n var DATA_URI_TAGS = null;\n var DEFAULT_DATA_URI_TAGS = addToSet({}, ['audio', 'video', 'img', 'source', 'image', 'track']);\n\n /* Attributes safe for values like \"javascript:\" */\n var URI_SAFE_ATTRIBUTES = null;\n var DEFAULT_URI_SAFE_ATTRIBUTES = addToSet({}, ['alt', 'class', 'for', 'id', 'label', 'name', 'pattern', 'placeholder', 'summary', 'title', 'value', 'style', 'xmlns']);\n\n var MATHML_NAMESPACE = 'http://www.w3.org/1998/Math/MathML';\n var SVG_NAMESPACE = 'http://www.w3.org/2000/svg';\n var HTML_NAMESPACE = 'http://www.w3.org/1999/xhtml';\n /* Document namespace */\n var NAMESPACE = HTML_NAMESPACE;\n\n /* Keep a reference to config to pass to hooks */\n var CONFIG = null;\n\n /* Ideally, do not touch anything below this line */\n /* ______________________________________________ */\n\n var formElement = document.createElement('form');\n\n /**\n * _parseConfig\n *\n * @param {Object} cfg optional config literal\n */\n // eslint-disable-next-line complexity\n var _parseConfig = function _parseConfig(cfg) {\n if (CONFIG && CONFIG === cfg) {\n return;\n }\n\n /* Shield configuration object from tampering */\n if (!cfg || (typeof cfg === 'undefined' ? 'undefined' : _typeof(cfg)) !== 'object') {\n cfg = {};\n }\n\n /* Shield configuration object from prototype pollution */\n cfg = clone(cfg);\n\n /* Set configuration parameters */\n ALLOWED_TAGS = 'ALLOWED_TAGS' in cfg ? addToSet({}, cfg.ALLOWED_TAGS) : DEFAULT_ALLOWED_TAGS;\n ALLOWED_ATTR = 'ALLOWED_ATTR' in cfg ? addToSet({}, cfg.ALLOWED_ATTR) : DEFAULT_ALLOWED_ATTR;\n URI_SAFE_ATTRIBUTES = 'ADD_URI_SAFE_ATTR' in cfg ? addToSet(clone(DEFAULT_URI_SAFE_ATTRIBUTES), cfg.ADD_URI_SAFE_ATTR) : DEFAULT_URI_SAFE_ATTRIBUTES;\n DATA_URI_TAGS = 'ADD_DATA_URI_TAGS' in cfg ? addToSet(clone(DEFAULT_DATA_URI_TAGS), cfg.ADD_DATA_URI_TAGS) : DEFAULT_DATA_URI_TAGS;\n FORBID_TAGS = 'FORBID_TAGS' in cfg ? addToSet({}, cfg.FORBID_TAGS) : {};\n FORBID_ATTR = 'FORBID_ATTR' in cfg ? addToSet({}, cfg.FORBID_ATTR) : {};\n USE_PROFILES = 'USE_PROFILES' in cfg ? cfg.USE_PROFILES : false;\n ALLOW_ARIA_ATTR = cfg.ALLOW_ARIA_ATTR !== false; // Default true\n ALLOW_DATA_ATTR = cfg.ALLOW_DATA_ATTR !== false; // Default true\n ALLOW_UNKNOWN_PROTOCOLS = cfg.ALLOW_UNKNOWN_PROTOCOLS || false; // Default false\n SAFE_FOR_TEMPLATES = cfg.SAFE_FOR_TEMPLATES || false; // Default false\n WHOLE_DOCUMENT = cfg.WHOLE_DOCUMENT || false; // Default false\n RETURN_DOM = cfg.RETURN_DOM || false; // Default false\n RETURN_DOM_FRAGMENT = cfg.RETURN_DOM_FRAGMENT || false; // Default false\n RETURN_DOM_IMPORT = cfg.RETURN_DOM_IMPORT !== false; // Default true\n RETURN_TRUSTED_TYPE = cfg.RETURN_TRUSTED_TYPE || false; // Default false\n FORCE_BODY = cfg.FORCE_BODY || false; // Default false\n SANITIZE_DOM = cfg.SANITIZE_DOM !== false; // Default true\n KEEP_CONTENT = cfg.KEEP_CONTENT !== false; // Default true\n IN_PLACE = cfg.IN_PLACE || false; // Default false\n IS_ALLOWED_URI$$1 = cfg.ALLOWED_URI_REGEXP || IS_ALLOWED_URI$$1;\n NAMESPACE = cfg.NAMESPACE || NAMESPACE;\n if (SAFE_FOR_TEMPLATES) {\n ALLOW_DATA_ATTR = false;\n }\n\n if (RETURN_DOM_FRAGMENT) {\n RETURN_DOM = true;\n }\n\n /* Parse profile info */\n if (USE_PROFILES) {\n ALLOWED_TAGS = addToSet({}, [].concat(_toConsumableArray$1(text)));\n ALLOWED_ATTR = [];\n if (USE_PROFILES.html === true) {\n addToSet(ALLOWED_TAGS, html);\n addToSet(ALLOWED_ATTR, html$1);\n }\n\n if (USE_PROFILES.svg === true) {\n addToSet(ALLOWED_TAGS, svg);\n addToSet(ALLOWED_ATTR, svg$1);\n addToSet(ALLOWED_ATTR, xml);\n }\n\n if (USE_PROFILES.svgFilters === true) {\n addToSet(ALLOWED_TAGS, svgFilters);\n addToSet(ALLOWED_ATTR, svg$1);\n addToSet(ALLOWED_ATTR, xml);\n }\n\n if (USE_PROFILES.mathMl === true) {\n addToSet(ALLOWED_TAGS, mathMl);\n addToSet(ALLOWED_ATTR, mathMl$1);\n addToSet(ALLOWED_ATTR, xml);\n }\n }\n\n /* Merge configuration parameters */\n if (cfg.ADD_TAGS) {\n if (ALLOWED_TAGS === DEFAULT_ALLOWED_TAGS) {\n ALLOWED_TAGS = clone(ALLOWED_TAGS);\n }\n\n addToSet(ALLOWED_TAGS, cfg.ADD_TAGS);\n }\n\n if (cfg.ADD_ATTR) {\n if (ALLOWED_ATTR === DEFAULT_ALLOWED_ATTR) {\n ALLOWED_ATTR = clone(ALLOWED_ATTR);\n }\n\n addToSet(ALLOWED_ATTR, cfg.ADD_ATTR);\n }\n\n if (cfg.ADD_URI_SAFE_ATTR) {\n addToSet(URI_SAFE_ATTRIBUTES, cfg.ADD_URI_SAFE_ATTR);\n }\n\n /* Add #text in case KEEP_CONTENT is set to true */\n if (KEEP_CONTENT) {\n ALLOWED_TAGS['#text'] = true;\n }\n\n /* Add html, head and body to ALLOWED_TAGS in case WHOLE_DOCUMENT is true */\n if (WHOLE_DOCUMENT) {\n addToSet(ALLOWED_TAGS, ['html', 'head', 'body']);\n }\n\n /* Add tbody to ALLOWED_TAGS in case tables are permitted, see #286, #365 */\n if (ALLOWED_TAGS.table) {\n addToSet(ALLOWED_TAGS, ['tbody']);\n delete FORBID_TAGS.tbody;\n }\n\n // Prevent further manipulation of configuration.\n // Not available in IE8, Safari 5, etc.\n if (freeze) {\n freeze(cfg);\n }\n\n CONFIG = cfg;\n };\n\n var MATHML_TEXT_INTEGRATION_POINTS = addToSet({}, ['mi', 'mo', 'mn', 'ms', 'mtext']);\n\n var HTML_INTEGRATION_POINTS = addToSet({}, ['foreignobject', 'desc', 'title', 'annotation-xml']);\n\n /* Keep track of all possible SVG and MathML tags\n * so that we can perform the namespace checks\n * correctly. */\n var ALL_SVG_TAGS = addToSet({}, svg);\n addToSet(ALL_SVG_TAGS, svgFilters);\n addToSet(ALL_SVG_TAGS, svgDisallowed);\n\n var ALL_MATHML_TAGS = addToSet({}, mathMl);\n addToSet(ALL_MATHML_TAGS, mathMlDisallowed);\n\n /**\n *\n *\n * @param {Element} element a DOM element whose namespace is being checked\n * @returns {boolean} Return false if the element has a\n * namespace that a spec-compliant parser would never\n * return. Return true otherwise.\n */\n var _checkValidNamespace = function _checkValidNamespace(element) {\n var parent = getParentNode(element);\n\n // In JSDOM, if we're inside shadow DOM, then parentNode\n // can be null. We just simulate parent in this case.\n if (!parent || !parent.tagName) {\n parent = {\n namespaceURI: HTML_NAMESPACE,\n tagName: 'template'\n };\n }\n\n var tagName = stringToLowerCase(element.tagName);\n var parentTagName = stringToLowerCase(parent.tagName);\n\n if (element.namespaceURI === SVG_NAMESPACE) {\n // The only way to switch from HTML namespace to SVG\n // is via <svg>. If it happens via any other tag, then\n // it should be killed.\n if (parent.namespaceURI === HTML_NAMESPACE) {\n return tagName === 'svg';\n }\n\n // The only way to switch from MathML to SVG is via\n // svg if parent is either <annotation-xml> or MathML\n // text integration points.\n if (parent.namespaceURI === MATHML_NAMESPACE) {\n return tagName === 'svg' && (parentTagName === 'annotation-xml' || MATHML_TEXT_INTEGRATION_POINTS[parentTagName]);\n }\n\n // We only allow elements that are defined in SVG\n // spec. All others are disallowed in SVG namespace.\n return Boolean(ALL_SVG_TAGS[tagName]);\n }\n\n if (element.namespaceURI === MATHML_NAMESPACE) {\n // The only way to switch from HTML namespace to MathML\n // is via <math>. If it happens via any other tag, then\n // it should be killed.\n if (parent.namespaceURI === HTML_NAMESPACE) {\n return tagName === 'math';\n }\n\n // The only way to switch from SVG to MathML is via\n // <math> and HTML integration points\n if (parent.namespaceURI === SVG_NAMESPACE) {\n return tagName === 'math' && HTML_INTEGRATION_POINTS[parentTagName];\n }\n\n // We only allow elements that are defined in MathML\n // spec. All others are disallowed in MathML namespace.\n return Boolean(ALL_MATHML_TAGS[tagName]);\n }\n\n if (element.namespaceURI === HTML_NAMESPACE) {\n // The only way to switch from SVG to HTML is via\n // HTML integration points, and from MathML to HTML\n // is via MathML text integration points\n if (parent.namespaceURI === SVG_NAMESPACE && !HTML_INTEGRATION_POINTS[parentTagName]) {\n return false;\n }\n\n if (parent.namespaceURI === MATHML_NAMESPACE && !MATHML_TEXT_INTEGRATION_POINTS[parentTagName]) {\n return false;\n }\n\n // Certain elements are allowed in both SVG and HTML\n // namespace. We need to specify them explicitly\n // so that they don't get erronously deleted from\n // HTML namespace.\n var commonSvgAndHTMLElements = addToSet({}, ['title', 'style', 'font', 'a', 'script']);\n\n // We disallow tags that are specific for MathML\n // or SVG and should never appear in HTML namespace\n return !ALL_MATHML_TAGS[tagName] && (commonSvgAndHTMLElements[tagName] || !ALL_SVG_TAGS[tagName]);\n }\n\n // The code should never reach this place (this means\n // that the element somehow got namespace that is not\n // HTML, SVG or MathML). Return false just in case.\n return false;\n };\n\n /**\n * _forceRemove\n *\n * @param {Node} node a DOM node\n */\n var _forceRemove = function _forceRemove(node) {\n arrayPush(DOMPurify.removed, { element: node });\n try {\n node.parentNode.removeChild(node);\n } catch (_) {\n try {\n node.outerHTML = emptyHTML;\n } catch (_) {\n node.remove();\n }\n }\n };\n\n /**\n * _removeAttribute\n *\n * @param {String} name an Attribute name\n * @param {Node} node a DOM node\n */\n var _removeAttribute = function _removeAttribute(name, node) {\n try {\n arrayPush(DOMPurify.removed, {\n attribute: node.getAttributeNode(name),\n from: node\n });\n } catch (_) {\n arrayPush(DOMPurify.removed, {\n attribute: null,\n from: node\n });\n }\n\n node.removeAttribute(name);\n\n // We void attribute values for unremovable \"is\"\" attributes\n if (name === 'is' && !ALLOWED_ATTR[name]) {\n if (RETURN_DOM || RETURN_DOM_FRAGMENT) {\n try {\n _forceRemove(node);\n } catch (_) {}\n } else {\n try {\n node.setAttribute(name, '');\n } catch (_) {}\n }\n }\n };\n\n /**\n * _initDocument\n *\n * @param {String} dirty a string of dirty markup\n * @return {Document} a DOM, filled with the dirty markup\n */\n var _initDocument = function _initDocument(dirty) {\n /* Create a HTML document */\n var doc = void 0;\n var leadingWhitespace = void 0;\n\n if (FORCE_BODY) {\n dirty = '<remove></remove>' + dirty;\n } else {\n /* If FORCE_BODY isn't used, leading whitespace needs to be preserved manually */\n var matches = stringMatch(dirty, /^[\\r\\n\\t ]+/);\n leadingWhitespace = matches && matches[0];\n }\n\n var dirtyPayload = trustedTypesPolicy ? trustedTypesPolicy.createHTML(dirty) : dirty;\n /*\n * Use the DOMParser API by default, fallback later if needs be\n * DOMParser not work for svg when has multiple root element.\n */\n if (NAMESPACE === HTML_NAMESPACE) {\n try {\n doc = new DOMParser().parseFromString(dirtyPayload, 'text/html');\n } catch (_) {}\n }\n\n /* Use createHTMLDocument in case DOMParser is not available */\n if (!doc || !doc.documentElement) {\n doc = implementation.createDocument(NAMESPACE, 'template', null);\n doc.documentElement.innerHTML = dirtyPayload;\n }\n\n var body = doc.body || doc.documentElement;\n\n if (dirty && leadingWhitespace) {\n body.insertBefore(document.createTextNode(leadingWhitespace), body.childNodes[0] || null);\n }\n\n /* Work on whole document or just its body */\n return WHOLE_DOCUMENT ? doc.documentElement : body;\n };\n\n /**\n * _createIterator\n *\n * @param {Document} root document/fragment to create iterator for\n * @return {Iterator} iterator instance\n */\n var _createIterator = function _createIterator(root) {\n return createNodeIterator.call(root.ownerDocument || root, root, NodeFilter.SHOW_ELEMENT | NodeFilter.SHOW_COMMENT | NodeFilter.SHOW_TEXT, function () {\n return NodeFilter.FILTER_ACCEPT;\n }, false);\n };\n\n /**\n * _isClobbered\n *\n * @param {Node} elm element to check for clobbering attacks\n * @return {Boolean} true if clobbered, false if safe\n */\n var _isClobbered = function _isClobbered(elm) {\n if (elm instanceof Text || elm instanceof Comment) {\n return false;\n }\n\n if (typeof elm.nodeName !== 'string' || typeof elm.textContent !== 'string' || typeof elm.removeChild !== 'function' || !(elm.attributes instanceof NamedNodeMap) || typeof elm.removeAttribute !== 'function' || typeof elm.setAttribute !== 'function' || typeof elm.namespaceURI !== 'string' || typeof elm.insertBefore !== 'function') {\n return true;\n }\n\n return false;\n };\n\n /**\n * _isNode\n *\n * @param {Node} obj object to check whether it's a DOM node\n * @return {Boolean} true is object is a DOM node\n */\n var _isNode = function _isNode(object) {\n return (typeof Node === 'undefined' ? 'undefined' : _typeof(Node)) === 'object' ? object instanceof Node : object && (typeof object === 'undefined' ? 'undefined' : _typeof(object)) === 'object' && typeof object.nodeType === 'number' && typeof object.nodeName === 'string';\n };\n\n /**\n * _executeHook\n * Execute user configurable hooks\n *\n * @param {String} entryPoint Name of the hook's entry point\n * @param {Node} currentNode node to work on with the hook\n * @param {Object} data additional hook parameters\n */\n var _executeHook = function _executeHook(entryPoint, currentNode, data) {\n if (!hooks[entryPoint]) {\n return;\n }\n\n arrayForEach(hooks[entryPoint], function (hook) {\n hook.call(DOMPurify, currentNode, data, CONFIG);\n });\n };\n\n /**\n * _sanitizeElements\n *\n * @protect nodeName\n * @protect textContent\n * @protect removeChild\n *\n * @param {Node} currentNode to check for permission to exist\n * @return {Boolean} true if node was killed, false if left alive\n */\n var _sanitizeElements = function _sanitizeElements(currentNode) {\n var content = void 0;\n\n /* Execute a hook if present */\n _executeHook('beforeSanitizeElements', currentNode, null);\n\n /* Check if element is clobbered or can clobber */\n if (_isClobbered(currentNode)) {\n _forceRemove(currentNode);\n return true;\n }\n\n /* Check if tagname contains Unicode */\n if (stringMatch(currentNode.nodeName, /[\\u0080-\\uFFFF]/)) {\n _forceRemove(currentNode);\n return true;\n }\n\n /* Now let's check the element's type and name */\n var tagName = stringToLowerCase(currentNode.nodeName);\n\n /* Execute a hook if present */\n _executeHook('uponSanitizeElement', currentNode, {\n tagName: tagName,\n allowedTags: ALLOWED_TAGS\n });\n\n /* Detect mXSS attempts abusing namespace confusion */\n if (!_isNode(currentNode.firstElementChild) && (!_isNode(currentNode.content) || !_isNode(currentNode.content.firstElementChild)) && regExpTest(/<[/\\w]/g, currentNode.innerHTML) && regExpTest(/<[/\\w]/g, currentNode.textContent)) {\n _forceRemove(currentNode);\n return true;\n }\n\n /* Remove element if anything forbids its presence */\n if (!ALLOWED_TAGS[tagName] || FORBID_TAGS[tagName]) {\n /* Keep content except for bad-listed elements */\n if (KEEP_CONTENT && !FORBID_CONTENTS[tagName]) {\n var parentNode = getParentNode(currentNode) || currentNode.parentNode;\n var childNodes = getChildNodes(currentNode) || currentNode.childNodes;\n\n if (childNodes && parentNode) {\n var childCount = childNodes.length;\n\n for (var i = childCount - 1; i >= 0; --i) {\n parentNode.insertBefore(cloneNode(childNodes[i], true), getNextSibling(currentNode));\n }\n }\n }\n\n _forceRemove(currentNode);\n return true;\n }\n\n /* Check whether element has a valid namespace */\n if (currentNode instanceof Element && !_checkValidNamespace(currentNode)) {\n _forceRemove(currentNode);\n return true;\n }\n\n if ((tagName === 'noscript' || tagName === 'noembed') && regExpTest(/<\\/no(script|embed)/i, currentNode.innerHTML)) {\n _forceRemove(currentNode);\n return true;\n }\n\n /* Sanitize element content to be template-safe */\n if (SAFE_FOR_TEMPLATES && currentNode.nodeType === 3) {\n /* Get the element's text content */\n content = currentNode.textContent;\n content = stringReplace(content, MUSTACHE_EXPR$$1, ' ');\n content = stringReplace(content, ERB_EXPR$$1, ' ');\n if (currentNode.textContent !== content) {\n arrayPush(DOMPurify.removed, { element: currentNode.cloneNode() });\n currentNode.textContent = content;\n }\n }\n\n /* Execute a hook if present */\n _executeHook('afterSanitizeElements', currentNode, null);\n\n return false;\n };\n\n /**\n * _isValidAttribute\n *\n * @param {string} lcTag Lowercase tag name of containing element.\n * @param {string} lcName Lowercase attribute name.\n * @param {string} value Attribute value.\n * @return {Boolean} Returns true if `value` is valid, otherwise false.\n */\n // eslint-disable-next-line complexity\n var _isValidAttribute = function _isValidAttribute(lcTag, lcName, value) {\n /* Make sure attribute cannot clobber */\n if (SANITIZE_DOM && (lcName === 'id' || lcName === 'name') && (value in document || value in formElement)) {\n return false;\n }\n\n /* Allow valid data-* attributes: At least one character after \"-\"\n (https://html.spec.whatwg.org/multipage/dom.html#embedding-custom-non-visible-data-with-the-data-*-attributes)\n XML-compatible (https://html.spec.whatwg.org/multipage/infrastructure.html#xml-compatible and http://www.w3.org/TR/xml/#d0e804)\n We don't need to check the value; it's always URI safe. */\n if (ALLOW_DATA_ATTR && regExpTest(DATA_ATTR$$1, lcName)) ; else if (ALLOW_ARIA_ATTR && regExpTest(ARIA_ATTR$$1, lcName)) ; else if (!ALLOWED_ATTR[lcName] || FORBID_ATTR[lcName]) {\n return false;\n\n /* Check value is safe. First, is attr inert? If so, is safe */\n } else if (URI_SAFE_ATTRIBUTES[lcName]) ; else if (regExpTest(IS_ALLOWED_URI$$1, stringReplace(value, ATTR_WHITESPACE$$1, ''))) ; else if ((lcName === 'src' || lcName === 'xlink:href' || lcName === 'href') && lcTag !== 'script' && stringIndexOf(value, 'data:') === 0 && DATA_URI_TAGS[lcTag]) ; else if (ALLOW_UNKNOWN_PROTOCOLS && !regExpTest(IS_SCRIPT_OR_DATA$$1, stringReplace(value, ATTR_WHITESPACE$$1, ''))) ; else if (!value) ; else {\n return false;\n }\n\n return true;\n };\n\n /**\n * _sanitizeAttributes\n *\n * @protect attributes\n * @protect nodeName\n * @protect removeAttribute\n * @protect setAttribute\n *\n * @param {Node} currentNode to sanitize\n */\n var _sanitizeAttributes = function _sanitizeAttributes(currentNode) {\n var attr = void 0;\n var value = void 0;\n var lcName = void 0;\n var l = void 0;\n /* Execute a hook if present */\n _executeHook('beforeSanitizeAttributes', currentNode, null);\n\n var attributes = currentNode.attributes;\n\n /* Check if we have attributes; if not we might have a text node */\n\n if (!attributes) {\n return;\n }\n\n var hookEvent = {\n attrName: '',\n attrValue: '',\n keepAttr: true,\n allowedAttributes: ALLOWED_ATTR\n };\n l = attributes.length;\n\n /* Go backwards over all attributes; safely remove bad ones */\n while (l--) {\n attr = attributes[l];\n var _attr = attr,\n name = _attr.name,\n namespaceURI = _attr.namespaceURI;\n\n value = stringTrim(attr.value);\n lcName = stringToLowerCase(name);\n\n /* Execute a hook if present */\n hookEvent.attrName = lcName;\n hookEvent.attrValue = value;\n hookEvent.keepAttr = true;\n hookEvent.forceKeepAttr = undefined; // Allows developers to see this is a property they can set\n _executeHook('uponSanitizeAttribute', currentNode, hookEvent);\n value = hookEvent.attrValue;\n /* Did the hooks approve of the attribute? */\n if (hookEvent.forceKeepAttr) {\n continue;\n }\n\n /* Remove attribute */\n _removeAttribute(name, currentNode);\n\n /* Did the hooks approve of the attribute? */\n if (!hookEvent.keepAttr) {\n continue;\n }\n\n /* Work around a security issue in jQuery 3.0 */\n if (regExpTest(/\\/>/i, value)) {\n _removeAttribute(name, currentNode);\n continue;\n }\n\n /* Sanitize attribute content to be template-safe */\n if (SAFE_FOR_TEMPLATES) {\n value = stringReplace(value, MUSTACHE_EXPR$$1, ' ');\n value = stringReplace(value, ERB_EXPR$$1, ' ');\n }\n\n /* Is `value` valid for this attribute? */\n var lcTag = currentNode.nodeName.toLowerCase();\n if (!_isValidAttribute(lcTag, lcName, value)) {\n continue;\n }\n\n /* Handle invalid data-* attribute set by try-catching it */\n try {\n if (namespaceURI) {\n currentNode.setAttributeNS(namespaceURI, name, value);\n } else {\n /* Fallback to setAttribute() for browser-unrecognized namespaces e.g. \"x-schema\". */\n currentNode.setAttribute(name, value);\n }\n\n arrayPop(DOMPurify.removed);\n } catch (_) {}\n }\n\n /* Execute a hook if present */\n _executeHook('afterSanitizeAttributes', currentNode, null);\n };\n\n /**\n * _sanitizeShadowDOM\n *\n * @param {DocumentFragment} fragment to iterate over recursively\n */\n var _sanitizeShadowDOM = function _sanitizeShadowDOM(fragment) {\n var shadowNode = void 0;\n var shadowIterator = _createIterator(fragment);\n\n /* Execute a hook if present */\n _executeHook('beforeSanitizeShadowDOM', fragment, null);\n\n while (shadowNode = shadowIterator.nextNode()) {\n /* Execute a hook if present */\n _executeHook('uponSanitizeShadowNode', shadowNode, null);\n\n /* Sanitize tags and elements */\n if (_sanitizeElements(shadowNode)) {\n continue;\n }\n\n /* Deep shadow DOM detected */\n if (shadowNode.content instanceof DocumentFragment) {\n _sanitizeShadowDOM(shadowNode.content);\n }\n\n /* Check attributes, sanitize if necessary */\n _sanitizeAttributes(shadowNode);\n }\n\n /* Execute a hook if present */\n _executeHook('afterSanitizeShadowDOM', fragment, null);\n };\n\n /**\n * Sanitize\n * Public method providing core sanitation functionality\n *\n * @param {String|Node} dirty string or DOM node\n * @param {Object} configuration object\n */\n // eslint-disable-next-line complexity\n DOMPurify.sanitize = function (dirty, cfg) {\n var body = void 0;\n var importedNode = void 0;\n var currentNode = void 0;\n var oldNode = void 0;\n var returnNode = void 0;\n /* Make sure we have a string to sanitize.\n DO NOT return early, as this will return the wrong type if\n the user has requested a DOM object rather than a string */\n if (!dirty) {\n dirty = '<!-->';\n }\n\n /* Stringify, in case dirty is an object */\n if (typeof dirty !== 'string' && !_isNode(dirty)) {\n // eslint-disable-next-line no-negated-condition\n if (typeof dirty.toString !== 'function') {\n throw typeErrorCreate('toString is not a function');\n } else {\n dirty = dirty.toString();\n if (typeof dirty !== 'string') {\n throw typeErrorCreate('dirty is not a string, aborting');\n }\n }\n }\n\n /* Check we can run. Otherwise fall back or ignore */\n if (!DOMPurify.isSupported) {\n if (_typeof(window.toStaticHTML) === 'object' || typeof window.toStaticHTML === 'function') {\n if (typeof dirty === 'string') {\n return window.toStaticHTML(dirty);\n }\n\n if (_isNode(dirty)) {\n return window.toStaticHTML(dirty.outerHTML);\n }\n }\n\n return dirty;\n }\n\n /* Assign config vars */\n if (!SET_CONFIG) {\n _parseConfig(cfg);\n }\n\n /* Clean up removed elements */\n DOMPurify.removed = [];\n\n /* Check if dirty is correctly typed for IN_PLACE */\n if (typeof dirty === 'string') {\n IN_PLACE = false;\n }\n\n if (IN_PLACE) ; else if (dirty instanceof Node) {\n /* If dirty is a DOM element, append to an empty document to avoid\n elements being stripped by the parser */\n body = _initDocument('<!---->');\n importedNode = body.ownerDocument.importNode(dirty, true);\n if (importedNode.nodeType === 1 && importedNode.nodeName === 'BODY') {\n /* Node is already a body, use as is */\n body = importedNode;\n } else if (importedNode.nodeName === 'HTML') {\n body = importedNode;\n } else {\n // eslint-disable-next-line unicorn/prefer-node-append\n body.appendChild(importedNode);\n }\n } else {\n /* Exit directly if we have nothing to do */\n if (!RETURN_DOM && !SAFE_FOR_TEMPLATES && !WHOLE_DOCUMENT &&\n // eslint-disable-next-line unicorn/prefer-includes\n dirty.indexOf('<') === -1) {\n return trustedTypesPolicy && RETURN_TRUSTED_TYPE ? trustedTypesPolicy.createHTML(dirty) : dirty;\n }\n\n /* Initialize the document to work on */\n body = _initDocument(dirty);\n\n /* Check we have a DOM node from the data */\n if (!body) {\n return RETURN_DOM ? null : emptyHTML;\n }\n }\n\n /* Remove first element node (ours) if FORCE_BODY is set */\n if (body && FORCE_BODY) {\n _forceRemove(body.firstChild);\n }\n\n /* Get node iterator */\n var nodeIterator = _createIterator(IN_PLACE ? dirty : body);\n\n /* Now start iterating over the created document */\n while (currentNode = nodeIterator.nextNode()) {\n /* Fix IE's strange behavior with manipulated textNodes #89 */\n if (currentNode.nodeType === 3 && currentNode === oldNode) {\n continue;\n }\n\n /* Sanitize tags and elements */\n if (_sanitizeElements(currentNode)) {\n continue;\n }\n\n /* Shadow DOM detected, sanitize it */\n if (currentNode.content instanceof DocumentFragment) {\n _sanitizeShadowDOM(currentNode.content);\n }\n\n /* Check attributes, sanitize if necessary */\n _sanitizeAttributes(currentNode);\n\n oldNode = currentNode;\n }\n\n oldNode = null;\n\n /* If we sanitized `dirty` in-place, return it. */\n if (IN_PLACE) {\n return dirty;\n }\n\n /* Return sanitized string or DOM */\n if (RETURN_DOM) {\n if (RETURN_DOM_FRAGMENT) {\n returnNode = createDocumentFragment.call(body.ownerDocument);\n\n while (body.firstChild) {\n // eslint-disable-next-line unicorn/prefer-node-append\n returnNode.appendChild(body.firstChild);\n }\n } else {\n returnNode = body;\n }\n\n if (RETURN_DOM_IMPORT) {\n /*\n AdoptNode() is not used because internal state is not reset\n (e.g. the past names map of a HTMLFormElement), this is safe\n in theory but we would rather not risk another attack vector.\n The state that is cloned by importNode() is explicitly defined\n by the specs.\n */\n returnNode = importNode.call(originalDocument, returnNode, true);\n }\n\n return returnNode;\n }\n\n var serializedHTML = WHOLE_DOCUMENT ? body.outerHTML : body.innerHTML;\n\n /* Sanitize final string template-safe */\n if (SAFE_FOR_TEMPLATES) {\n serializedHTML = stringReplace(serializedHTML, MUSTACHE_EXPR$$1, ' ');\n serializedHTML = stringReplace(serializedHTML, ERB_EXPR$$1, ' ');\n }\n\n return trustedTypesPolicy && RETURN_TRUSTED_TYPE ? trustedTypesPolicy.createHTML(serializedHTML) : serializedHTML;\n };\n\n /**\n * Public method to set the configuration once\n * setConfig\n *\n * @param {Object} cfg configuration object\n */\n DOMPurify.setConfig = function (cfg) {\n _parseConfig(cfg);\n SET_CONFIG = true;\n };\n\n /**\n * Public method to remove the configuration\n * clearConfig\n *\n */\n DOMPurify.clearConfig = function () {\n CONFIG = null;\n SET_CONFIG = false;\n };\n\n /**\n * Public method to check if an attribute value is valid.\n * Uses last set config, if any. Otherwise, uses config defaults.\n * isValidAttribute\n *\n * @param {string} tag Tag name of containing element.\n * @param {string} attr Attribute name.\n * @param {string} value Attribute value.\n * @return {Boolean} Returns true if `value` is valid. Otherwise, returns false.\n */\n DOMPurify.isValidAttribute = function (tag, attr, value) {\n /* Initialize shared config vars if necessary. */\n if (!CONFIG) {\n _parseConfig({});\n }\n\n var lcTag = stringToLowerCase(tag);\n var lcName = stringToLowerCase(attr);\n return _isValidAttribute(lcTag, lcName, value);\n };\n\n /**\n * AddHook\n * Public method to add DOMPurify hooks\n *\n * @param {String} entryPoint entry point for the hook to add\n * @param {Function} hookFunction function to execute\n */\n DOMPurify.addHook = function (entryPoint, hookFunction) {\n if (typeof hookFunction !== 'function') {\n return;\n }\n\n hooks[entryPoint] = hooks[entryPoint] || [];\n arrayPush(hooks[entryPoint], hookFunction);\n };\n\n /**\n * RemoveHook\n * Public method to remove a DOMPurify hook at a given entryPoint\n * (pops it from the stack of hooks if more are present)\n *\n * @param {String} entryPoint entry point for the hook to remove\n */\n DOMPurify.removeHook = function (entryPoint) {\n if (hooks[entryPoint]) {\n arrayPop(hooks[entryPoint]);\n }\n };\n\n /**\n * RemoveHooks\n * Public method to remove all DOMPurify hooks at a given entryPoint\n *\n * @param {String} entryPoint entry point for the hooks to remove\n */\n DOMPurify.removeHooks = function (entryPoint) {\n if (hooks[entryPoint]) {\n hooks[entryPoint] = [];\n }\n };\n\n /**\n * RemoveAllHooks\n * Public method to remove all DOMPurify hooks\n *\n */\n DOMPurify.removeAllHooks = function () {\n hooks = {};\n };\n\n return DOMPurify;\n }\n\n var purify = createDOMPurify();\n\n return purify;\n\n}));\n//# sourceMappingURL=purify.js.map\n","\"use strict\";\n\nObject.defineProperty(exports, \"__esModule\", {\n value: true\n});\nObject.defineProperty(exports, \"formatFileSize\", {\n enumerable: true,\n get: function get() {\n return _humanfilesize.formatFileSize;\n }\n});\n\nvar _humanfilesize = require(\"./humanfilesize\");\n//# sourceMappingURL=index.js.map","'use strict';\nvar $ = require('../internals/export');\nvar IndexedObject = require('../internals/indexed-object');\nvar toIndexedObject = require('../internals/to-indexed-object');\nvar arrayMethodIsStrict = require('../internals/array-method-is-strict');\n\nvar nativeJoin = [].join;\n\nvar ES3_STRINGS = IndexedObject != Object;\nvar STRICT_METHOD = arrayMethodIsStrict('join', ',');\n\n// `Array.prototype.join` method\n// https://tc39.es/ecma262/#sec-array.prototype.join\n$({ target: 'Array', proto: true, forced: ES3_STRINGS || !STRICT_METHOD }, {\n join: function join(separator) {\n return nativeJoin.call(toIndexedObject(this), separator === undefined ? ',' : separator);\n }\n});\n","'use strict';\nvar fixRegExpWellKnownSymbolLogic = require('../internals/fix-regexp-well-known-symbol-logic');\nvar isRegExp = require('../internals/is-regexp');\nvar anObject = require('../internals/an-object');\nvar requireObjectCoercible = require('../internals/require-object-coercible');\nvar speciesConstructor = require('../internals/species-constructor');\nvar advanceStringIndex = require('../internals/advance-string-index');\nvar toLength = require('../internals/to-length');\nvar callRegExpExec = require('../internals/regexp-exec-abstract');\nvar regexpExec = require('../internals/regexp-exec');\nvar stickyHelpers = require('../internals/regexp-sticky-helpers');\n\nvar UNSUPPORTED_Y = stickyHelpers.UNSUPPORTED_Y;\nvar arrayPush = [].push;\nvar min = Math.min;\nvar MAX_UINT32 = 0xFFFFFFFF;\n\n// @@split logic\nfixRegExpWellKnownSymbolLogic('split', 2, function (SPLIT, nativeSplit, maybeCallNative) {\n var internalSplit;\n if (\n 'abbc'.split(/(b)*/)[1] == 'c' ||\n // eslint-disable-next-line regexp/no-empty-group -- required for testing\n 'test'.split(/(?:)/, -1).length != 4 ||\n 'ab'.split(/(?:ab)*/).length != 2 ||\n '.'.split(/(.?)(.?)/).length != 4 ||\n // eslint-disable-next-line regexp/no-assertion-capturing-group, regexp/no-empty-group -- required for testing\n '.'.split(/()()/).length > 1 ||\n ''.split(/.?/).length\n ) {\n // based on es5-shim implementation, need to rework it\n internalSplit = function (separator, limit) {\n var string = String(requireObjectCoercible(this));\n var lim = limit === undefined ? MAX_UINT32 : limit >>> 0;\n if (lim === 0) return [];\n if (separator === undefined) return [string];\n // If `separator` is not a regex, use native split\n if (!isRegExp(separator)) {\n return nativeSplit.call(string, separator, lim);\n }\n var output = [];\n var flags = (separator.ignoreCase ? 'i' : '') +\n (separator.multiline ? 'm' : '') +\n (separator.unicode ? 'u' : '') +\n (separator.sticky ? 'y' : '');\n var lastLastIndex = 0;\n // Make `global` and avoid `lastIndex` issues by working with a copy\n var separatorCopy = new RegExp(separator.source, flags + 'g');\n var match, lastIndex, lastLength;\n while (match = regexpExec.call(separatorCopy, string)) {\n lastIndex = separatorCopy.lastIndex;\n if (lastIndex > lastLastIndex) {\n output.push(string.slice(lastLastIndex, match.index));\n if (match.length > 1 && match.index < string.length) arrayPush.apply(output, match.slice(1));\n lastLength = match[0].length;\n lastLastIndex = lastIndex;\n if (output.length >= lim) break;\n }\n if (separatorCopy.lastIndex === match.index) separatorCopy.lastIndex++; // Avoid an infinite loop\n }\n if (lastLastIndex === string.length) {\n if (lastLength || !separatorCopy.test('')) output.push('');\n } else output.push(string.slice(lastLastIndex));\n return output.length > lim ? output.slice(0, lim) : output;\n };\n // Chakra, V8\n } else if ('0'.split(undefined, 0).length) {\n internalSplit = function (separator, limit) {\n return separator === undefined && limit === 0 ? [] : nativeSplit.call(this, separator, limit);\n };\n } else internalSplit = nativeSplit;\n\n return [\n // `String.prototype.split` method\n // https://tc39.es/ecma262/#sec-string.prototype.split\n function split(separator, limit) {\n var O = requireObjectCoercible(this);\n var splitter = separator == undefined ? undefined : separator[SPLIT];\n return splitter !== undefined\n ? splitter.call(separator, O, limit)\n : internalSplit.call(String(O), separator, limit);\n },\n // `RegExp.prototype[@@split]` method\n // https://tc39.es/ecma262/#sec-regexp.prototype-@@split\n //\n // NOTE: This cannot be properly polyfilled in engines that don't support\n // the 'y' flag.\n function (regexp, limit) {\n var res = maybeCallNative(internalSplit, regexp, this, limit, internalSplit !== nativeSplit);\n if (res.done) return res.value;\n\n var rx = anObject(regexp);\n var S = String(this);\n var C = speciesConstructor(rx, RegExp);\n\n var unicodeMatching = rx.unicode;\n var flags = (rx.ignoreCase ? 'i' : '') +\n (rx.multiline ? 'm' : '') +\n (rx.unicode ? 'u' : '') +\n (UNSUPPORTED_Y ? 'g' : 'y');\n\n // ^(? + rx + ) is needed, in combination with some S slicing, to\n // simulate the 'y' flag.\n var splitter = new C(UNSUPPORTED_Y ? '^(?:' + rx.source + ')' : rx, flags);\n var lim = limit === undefined ? MAX_UINT32 : limit >>> 0;\n if (lim === 0) return [];\n if (S.length === 0) return callRegExpExec(splitter, S) === null ? [S] : [];\n var p = 0;\n var q = 0;\n var A = [];\n while (q < S.length) {\n splitter.lastIndex = UNSUPPORTED_Y ? 0 : q;\n var z = callRegExpExec(splitter, UNSUPPORTED_Y ? S.slice(q) : S);\n var e;\n if (\n z === null ||\n (e = min(toLength(splitter.lastIndex + (UNSUPPORTED_Y ? q : 0)), S.length)) === p\n ) {\n q = advanceStringIndex(S, q, unicodeMatching);\n } else {\n A.push(S.slice(p, q));\n if (A.length === lim) return A;\n for (var i = 1; i <= z.length - 1; i++) {\n A.push(z[i]);\n if (A.length === lim) return A;\n }\n q = p = e;\n }\n }\n A.push(S.slice(p));\n return A;\n }\n ];\n}, UNSUPPORTED_Y);\n","'use strict';\nvar $ = require('../internals/export');\nvar toInteger = require('../internals/to-integer');\nvar thisNumberValue = require('../internals/this-number-value');\nvar repeat = require('../internals/string-repeat');\nvar fails = require('../internals/fails');\n\nvar nativeToFixed = 1.0.toFixed;\nvar floor = Math.floor;\n\nvar pow = function (x, n, acc) {\n return n === 0 ? acc : n % 2 === 1 ? pow(x, n - 1, acc * x) : pow(x * x, n / 2, acc);\n};\n\nvar log = function (x) {\n var n = 0;\n var x2 = x;\n while (x2 >= 4096) {\n n += 12;\n x2 /= 4096;\n }\n while (x2 >= 2) {\n n += 1;\n x2 /= 2;\n } return n;\n};\n\nvar multiply = function (data, n, c) {\n var index = -1;\n var c2 = c;\n while (++index < 6) {\n c2 += n * data[index];\n data[index] = c2 % 1e7;\n c2 = floor(c2 / 1e7);\n }\n};\n\nvar divide = function (data, n) {\n var index = 6;\n var c = 0;\n while (--index >= 0) {\n c += data[index];\n data[index] = floor(c / n);\n c = (c % n) * 1e7;\n }\n};\n\nvar dataToString = function (data) {\n var index = 6;\n var s = '';\n while (--index >= 0) {\n if (s !== '' || index === 0 || data[index] !== 0) {\n var t = String(data[index]);\n s = s === '' ? t : s + repeat.call('0', 7 - t.length) + t;\n }\n } return s;\n};\n\nvar FORCED = nativeToFixed && (\n 0.00008.toFixed(3) !== '0.000' ||\n 0.9.toFixed(0) !== '1' ||\n 1.255.toFixed(2) !== '1.25' ||\n 1000000000000000128.0.toFixed(0) !== '1000000000000000128'\n) || !fails(function () {\n // V8 ~ Android 4.3-\n nativeToFixed.call({});\n});\n\n// `Number.prototype.toFixed` method\n// https://tc39.es/ecma262/#sec-number.prototype.tofixed\n$({ target: 'Number', proto: true, forced: FORCED }, {\n toFixed: function toFixed(fractionDigits) {\n var number = thisNumberValue(this);\n var fractDigits = toInteger(fractionDigits);\n var data = [0, 0, 0, 0, 0, 0];\n var sign = '';\n var result = '0';\n var e, z, j, k;\n\n if (fractDigits < 0 || fractDigits > 20) throw RangeError('Incorrect fraction digits');\n // eslint-disable-next-line no-self-compare -- NaN check\n if (number != number) return 'NaN';\n if (number <= -1e21 || number >= 1e21) return String(number);\n if (number < 0) {\n sign = '-';\n number = -number;\n }\n if (number > 1e-21) {\n e = log(number * pow(2, 69, 1)) - 69;\n z = e < 0 ? number * pow(2, -e, 1) : number / pow(2, e, 1);\n z *= 0x10000000000000;\n e = 52 - e;\n if (e > 0) {\n multiply(data, 0, z);\n j = fractDigits;\n while (j >= 7) {\n multiply(data, 1e7, 0);\n j -= 7;\n }\n multiply(data, pow(10, j, 1), 0);\n j = e - 1;\n while (j >= 23) {\n divide(data, 1 << 23);\n j -= 23;\n }\n divide(data, 1 << j);\n multiply(data, 1, 1);\n divide(data, 2);\n result = dataToString(data);\n } else {\n multiply(data, 0, z);\n multiply(data, 1 << -e, 0);\n result = dataToString(data) + repeat.call('0', fractDigits);\n }\n }\n if (fractDigits > 0) {\n k = result.length;\n result = sign + (k <= fractDigits\n ? '0.' + repeat.call('0', fractDigits - k) + result\n : result.slice(0, k - fractDigits) + '.' + result.slice(k - fractDigits));\n } else {\n result = sign + result;\n } return result;\n }\n});\n","var classof = require('../internals/classof-raw');\n\n// `thisNumberValue` abstract operation\n// https://tc39.es/ecma262/#sec-thisnumbervalue\nmodule.exports = function (value) {\n if (typeof value != 'number' && classof(value) != 'Number') {\n throw TypeError('Incorrect invocation');\n }\n return +value;\n};\n","var Handlebars = require(\"../../../../node_modules/handlebars/runtime.js\");\nfunction __default(obj) { return obj && (obj.__esModule ? obj[\"default\"] : obj); }\nmodule.exports = (Handlebars[\"default\"] || Handlebars).template({\"1\":function(container,depth0,helpers,partials,data) {\n var stack1, alias1=container.lambda, alias2=container.escapeExpression, lookupProperty = container.lookupProperty || function(parent, propertyName) {\n if (Object.prototype.hasOwnProperty.call(parent, propertyName)) {\n return parent[propertyName];\n }\n return undefined\n };\n\n return \"<img src=\\\"\"\n + alias2(alias1(((stack1 = (depth0 != null ? lookupProperty(depth0,\"contact\") : depth0)) != null ? lookupProperty(stack1,\"avatar\") : stack1), depth0))\n + \"&size=32\\\" class=\\\"avatar\\\" srcset=\\\"\"\n + alias2(alias1(((stack1 = (depth0 != null ? lookupProperty(depth0,\"contact\") : depth0)) != null ? lookupProperty(stack1,\"avatar\") : stack1), depth0))\n + \"&size=32 1x, \"\n + alias2(alias1(((stack1 = (depth0 != null ? lookupProperty(depth0,\"contact\") : depth0)) != null ? lookupProperty(stack1,\"avatar\") : stack1), depth0))\n + \"&size=64 2x, \"\n + alias2(alias1(((stack1 = (depth0 != null ? lookupProperty(depth0,\"contact\") : depth0)) != null ? lookupProperty(stack1,\"avatar\") : stack1), depth0))\n + \"&size=128 4x\\\" alt=\\\"\\\">\\n\";\n},\"3\":function(container,depth0,helpers,partials,data) {\n return \"<div class=\\\"avatar\\\"></div>\\n\";\n},\"5\":function(container,depth0,helpers,partials,data) {\n var stack1, alias1=container.lambda, alias2=container.escapeExpression, lookupProperty = container.lookupProperty || function(parent, propertyName) {\n if (Object.prototype.hasOwnProperty.call(parent, propertyName)) {\n return parent[propertyName];\n }\n return undefined\n };\n\n return \"<a class=\\\"top-action\\\" href=\\\"\"\n + alias2(alias1(((stack1 = ((stack1 = (depth0 != null ? lookupProperty(depth0,\"contact\") : depth0)) != null ? lookupProperty(stack1,\"topAction\") : stack1)) != null ? lookupProperty(stack1,\"hyperlink\") : stack1), depth0))\n + \"\\\" title=\\\"\"\n + alias2(alias1(((stack1 = ((stack1 = (depth0 != null ? lookupProperty(depth0,\"contact\") : depth0)) != null ? lookupProperty(stack1,\"topAction\") : stack1)) != null ? lookupProperty(stack1,\"title\") : stack1), depth0))\n + \"\\\">\\n\t<img src=\\\"\"\n + alias2(alias1(((stack1 = ((stack1 = (depth0 != null ? lookupProperty(depth0,\"contact\") : depth0)) != null ? lookupProperty(stack1,\"topAction\") : stack1)) != null ? lookupProperty(stack1,\"icon\") : stack1), depth0))\n + \"\\\" alt=\\\"\"\n + alias2(alias1(((stack1 = ((stack1 = (depth0 != null ? lookupProperty(depth0,\"contact\") : depth0)) != null ? lookupProperty(stack1,\"topAction\") : stack1)) != null ? lookupProperty(stack1,\"title\") : stack1), depth0))\n + \"\\\">\\n</a>\\n\";\n},\"7\":function(container,depth0,helpers,partials,data) {\n var stack1, alias1=container.lambda, alias2=container.escapeExpression, lookupProperty = container.lookupProperty || function(parent, propertyName) {\n if (Object.prototype.hasOwnProperty.call(parent, propertyName)) {\n return parent[propertyName];\n }\n return undefined\n };\n\n return \"<a class=\\\"second-action\\\" href=\\\"\"\n + alias2(alias1(((stack1 = ((stack1 = (depth0 != null ? lookupProperty(depth0,\"contact\") : depth0)) != null ? lookupProperty(stack1,\"secondAction\") : stack1)) != null ? lookupProperty(stack1,\"hyperlink\") : stack1), depth0))\n + \"\\\" title=\\\"\"\n + alias2(alias1(((stack1 = ((stack1 = (depth0 != null ? lookupProperty(depth0,\"contact\") : depth0)) != null ? lookupProperty(stack1,\"secondAction\") : stack1)) != null ? lookupProperty(stack1,\"title\") : stack1), depth0))\n + \"\\\">\\n\t<img src=\\\"\"\n + alias2(alias1(((stack1 = ((stack1 = (depth0 != null ? lookupProperty(depth0,\"contact\") : depth0)) != null ? lookupProperty(stack1,\"secondAction\") : stack1)) != null ? lookupProperty(stack1,\"icon\") : stack1), depth0))\n + \"\\\" alt=\\\"\"\n + alias2(alias1(((stack1 = ((stack1 = (depth0 != null ? lookupProperty(depth0,\"contact\") : depth0)) != null ? lookupProperty(stack1,\"secondAction\") : stack1)) != null ? lookupProperty(stack1,\"title\") : stack1), depth0))\n + \"\\\">\\n</a>\\n\";\n},\"9\":function(container,depth0,helpers,partials,data) {\n var stack1, lookupProperty = container.lookupProperty || function(parent, propertyName) {\n if (Object.prototype.hasOwnProperty.call(parent, propertyName)) {\n return parent[propertyName];\n }\n return undefined\n };\n\n return \"\t<span class=\\\"other-actions icon-more\\\"></span>\\n\t<div class=\\\"menu popovermenu\\\">\\n\t\t<ul>\\n\"\n + ((stack1 = lookupProperty(helpers,\"each\").call(depth0 != null ? depth0 : (container.nullContext || {}),((stack1 = (depth0 != null ? lookupProperty(depth0,\"contact\") : depth0)) != null ? lookupProperty(stack1,\"actions\") : stack1),{\"name\":\"each\",\"hash\":{},\"fn\":container.program(10, data, 0),\"inverse\":container.noop,\"data\":data,\"loc\":{\"start\":{\"line\":24,\"column\":3},\"end\":{\"line\":31,\"column\":12}}})) != null ? stack1 : \"\")\n + \"\t\t</ul>\\n\t</div>\\n\";\n},\"10\":function(container,depth0,helpers,partials,data) {\n var helper, alias1=depth0 != null ? depth0 : (container.nullContext || {}), alias2=container.hooks.helperMissing, alias3=\"function\", alias4=container.escapeExpression, lookupProperty = container.lookupProperty || function(parent, propertyName) {\n if (Object.prototype.hasOwnProperty.call(parent, propertyName)) {\n return parent[propertyName];\n }\n return undefined\n };\n\n return \"\t\t\t<li>\\n\t\t\t\t<a href=\\\"\"\n + alias4(((helper = (helper = lookupProperty(helpers,\"hyperlink\") || (depth0 != null ? lookupProperty(depth0,\"hyperlink\") : depth0)) != null ? helper : alias2),(typeof helper === alias3 ? helper.call(alias1,{\"name\":\"hyperlink\",\"hash\":{},\"data\":data,\"loc\":{\"start\":{\"line\":26,\"column\":13},\"end\":{\"line\":26,\"column\":26}}}) : helper)))\n + \"\\\">\\n\t\t\t\t\t<img src=\\\"\"\n + alias4(((helper = (helper = lookupProperty(helpers,\"icon\") || (depth0 != null ? lookupProperty(depth0,\"icon\") : depth0)) != null ? helper : alias2),(typeof helper === alias3 ? helper.call(alias1,{\"name\":\"icon\",\"hash\":{},\"data\":data,\"loc\":{\"start\":{\"line\":27,\"column\":15},\"end\":{\"line\":27,\"column\":23}}}) : helper)))\n + \"\\\" alt=\\\"\\\">\\n\t\t\t\t\t<span>\"\n + alias4(((helper = (helper = lookupProperty(helpers,\"title\") || (depth0 != null ? lookupProperty(depth0,\"title\") : depth0)) != null ? helper : alias2),(typeof helper === alias3 ? helper.call(alias1,{\"name\":\"title\",\"hash\":{},\"data\":data,\"loc\":{\"start\":{\"line\":28,\"column\":11},\"end\":{\"line\":28,\"column\":20}}}) : helper)))\n + \"</span>\\n\t\t\t\t</a>\\n\t\t\t</li>\\n\";\n},\"compiler\":[8,\">= 4.3.0\"],\"main\":function(container,depth0,helpers,partials,data) {\n var stack1, alias1=depth0 != null ? depth0 : (container.nullContext || {}), alias2=container.lambda, alias3=container.escapeExpression, lookupProperty = container.lookupProperty || function(parent, propertyName) {\n if (Object.prototype.hasOwnProperty.call(parent, propertyName)) {\n return parent[propertyName];\n }\n return undefined\n };\n\n return ((stack1 = lookupProperty(helpers,\"if\").call(alias1,((stack1 = (depth0 != null ? lookupProperty(depth0,\"contact\") : depth0)) != null ? lookupProperty(stack1,\"avatar\") : stack1),{\"name\":\"if\",\"hash\":{},\"fn\":container.program(1, data, 0),\"inverse\":container.program(3, data, 0),\"data\":data,\"loc\":{\"start\":{\"line\":1,\"column\":0},\"end\":{\"line\":5,\"column\":7}}})) != null ? stack1 : \"\")\n + \"<div class=\\\"body\\\">\\n\t<div class=\\\"full-name\\\">\"\n + alias3(alias2(((stack1 = (depth0 != null ? lookupProperty(depth0,\"contact\") : depth0)) != null ? lookupProperty(stack1,\"fullName\") : stack1), depth0))\n + \"</div>\\n\t<div class=\\\"last-message\\\">\"\n + alias3(alias2(((stack1 = (depth0 != null ? lookupProperty(depth0,\"contact\") : depth0)) != null ? lookupProperty(stack1,\"lastMessage\") : stack1), depth0))\n + \"</div>\\n</div>\\n\"\n + ((stack1 = lookupProperty(helpers,\"if\").call(alias1,((stack1 = (depth0 != null ? lookupProperty(depth0,\"contact\") : depth0)) != null ? lookupProperty(stack1,\"topAction\") : stack1),{\"name\":\"if\",\"hash\":{},\"fn\":container.program(5, data, 0),\"inverse\":container.noop,\"data\":data,\"loc\":{\"start\":{\"line\":10,\"column\":0},\"end\":{\"line\":14,\"column\":7}}})) != null ? stack1 : \"\")\n + ((stack1 = lookupProperty(helpers,\"if\").call(alias1,((stack1 = (depth0 != null ? lookupProperty(depth0,\"contact\") : depth0)) != null ? lookupProperty(stack1,\"hasTwoActions\") : stack1),{\"name\":\"if\",\"hash\":{},\"fn\":container.program(7, data, 0),\"inverse\":container.noop,\"data\":data,\"loc\":{\"start\":{\"line\":15,\"column\":0},\"end\":{\"line\":19,\"column\":7}}})) != null ? stack1 : \"\")\n + ((stack1 = lookupProperty(helpers,\"if\").call(alias1,((stack1 = (depth0 != null ? lookupProperty(depth0,\"contact\") : depth0)) != null ? lookupProperty(stack1,\"hasManyActions\") : stack1),{\"name\":\"if\",\"hash\":{},\"fn\":container.program(9, data, 0),\"inverse\":container.noop,\"data\":data,\"loc\":{\"start\":{\"line\":20,\"column\":0},\"end\":{\"line\":34,\"column\":7}}})) != null ? stack1 : \"\");\n},\"useData\":true});","'use strict';\n\nexports.__esModule = true;\n\nvar _utils = require('../utils');\n\nexports['default'] = function (instance) {\n instance.registerHelper('blockHelperMissing', function (context, options) {\n var inverse = options.inverse,\n fn = options.fn;\n\n if (context === true) {\n return fn(this);\n } else if (context === false || context == null) {\n return inverse(this);\n } else if (_utils.isArray(context)) {\n if (context.length > 0) {\n if (options.ids) {\n options.ids = [options.name];\n }\n\n return instance.helpers.each(context, options);\n } else {\n return inverse(this);\n }\n } else {\n if (options.data && options.ids) {\n var data = _utils.createFrame(options.data);\n data.contextPath = _utils.appendContextPath(options.data.contextPath, options.name);\n options = { data: data };\n }\n\n return fn(context, options);\n }\n });\n};\n\nmodule.exports = exports['default'];\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uL2xpYi9oYW5kbGViYXJzL2hlbHBlcnMvYmxvY2staGVscGVyLW1pc3NpbmcuanMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6Ijs7OztxQkFBd0QsVUFBVTs7cUJBRW5ELFVBQVMsUUFBUSxFQUFFO0FBQ2hDLFVBQVEsQ0FBQyxjQUFjLENBQUMsb0JBQW9CLEVBQUUsVUFBUyxPQUFPLEVBQUUsT0FBTyxFQUFFO0FBQ3ZFLFFBQUksT0FBTyxHQUFHLE9BQU8sQ0FBQyxPQUFPO1FBQzNCLEVBQUUsR0FBRyxPQUFPLENBQUMsRUFBRSxDQUFDOztBQUVsQixRQUFJLE9BQU8sS0FBSyxJQUFJLEVBQUU7QUFDcEIsYUFBTyxFQUFFLENBQUMsSUFBSSxDQUFDLENBQUM7S0FDakIsTUFBTSxJQUFJLE9BQU8sS0FBSyxLQUFLLElBQUksT0FBTyxJQUFJLElBQUksRUFBRTtBQUMvQyxhQUFPLE9BQU8sQ0FBQyxJQUFJLENBQUMsQ0FBQztLQUN0QixNQUFNLElBQUksZUFBUSxPQUFPLENBQUMsRUFBRTtBQUMzQixVQUFJLE9BQU8sQ0FBQyxNQUFNLEdBQUcsQ0FBQyxFQUFFO0FBQ3RCLFlBQUksT0FBTyxDQUFDLEdBQUcsRUFBRTtBQUNmLGlCQUFPLENBQUMsR0FBRyxHQUFHLENBQUMsT0FBTyxDQUFDLElBQUksQ0FBQyxDQUFDO1NBQzlCOztBQUVELGVBQU8sUUFBUSxDQUFDLE9BQU8sQ0FBQyxJQUFJLENBQUMsT0FBTyxFQUFFLE9BQU8sQ0FBQyxDQUFDO09BQ2hELE1BQU07QUFDTCxlQUFPLE9BQU8sQ0FBQyxJQUFJLENBQUMsQ0FBQztPQUN0QjtLQUNGLE1BQU07QUFDTCxVQUFJLE9BQU8sQ0FBQyxJQUFJLElBQUksT0FBTyxDQUFDLEdBQUcsRUFBRTtBQUMvQixZQUFJLElBQUksR0FBRyxtQkFBWSxPQUFPLENBQUMsSUFBSSxDQUFDLENBQUM7QUFDckMsWUFBSSxDQUFDLFdBQVcsR0FBRyx5QkFDakIsT0FBTyxDQUFDLElBQUksQ0FBQyxXQUFXLEVBQ3hCLE9BQU8sQ0FBQyxJQUFJLENBQ2IsQ0FBQztBQUNGLGVBQU8sR0FBRyxFQUFFLElBQUksRUFBRSxJQUFJLEVBQUUsQ0FBQztPQUMxQjs7QUFFRCxhQUFPLEVBQUUsQ0FBQyxPQUFPLEVBQUUsT0FBTyxDQUFDLENBQUM7S0FDN0I7R0FDRixDQUFDLENBQUM7Q0FDSiIsImZpbGUiOiJibG9jay1oZWxwZXItbWlzc2luZy5qcyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IGFwcGVuZENvbnRleHRQYXRoLCBjcmVhdGVGcmFtZSwgaXNBcnJheSB9IGZyb20gJy4uL3V0aWxzJztcblxuZXhwb3J0IGRlZmF1bHQgZnVuY3Rpb24oaW5zdGFuY2UpIHtcbiAgaW5zdGFuY2UucmVnaXN0ZXJIZWxwZXIoJ2Jsb2NrSGVscGVyTWlzc2luZycsIGZ1bmN0aW9uKGNvbnRleHQsIG9wdGlvbnMpIHtcbiAgICBsZXQgaW52ZXJzZSA9IG9wdGlvbnMuaW52ZXJzZSxcbiAgICAgIGZuID0gb3B0aW9ucy5mbjtcblxuICAgIGlmIChjb250ZXh0ID09PSB0cnVlKSB7XG4gICAgICByZXR1cm4gZm4odGhpcyk7XG4gICAgfSBlbHNlIGlmIChjb250ZXh0ID09PSBmYWxzZSB8fCBjb250ZXh0ID09IG51bGwpIHtcbiAgICAgIHJldHVybiBpbnZlcnNlKHRoaXMpO1xuICAgIH0gZWxzZSBpZiAoaXNBcnJheShjb250ZXh0KSkge1xuICAgICAgaWYgKGNvbnRleHQubGVuZ3RoID4gMCkge1xuICAgICAgICBpZiAob3B0aW9ucy5pZHMpIHtcbiAgICAgICAgICBvcHRpb25zLmlkcyA9IFtvcHRpb25zLm5hbWVdO1xuICAgICAgICB9XG5cbiAgICAgICAgcmV0dXJuIGluc3RhbmNlLmhlbHBlcnMuZWFjaChjb250ZXh0LCBvcHRpb25zKTtcbiAgICAgIH0gZWxzZSB7XG4gICAgICAgIHJldHVybiBpbnZlcnNlKHRoaXMpO1xuICAgICAgfVxuICAgIH0gZWxzZSB7XG4gICAgICBpZiAob3B0aW9ucy5kYXRhICYmIG9wdGlvbnMuaWRzKSB7XG4gICAgICAgIGxldCBkYXRhID0gY3JlYXRlRnJhbWUob3B0aW9ucy5kYXRhKTtcbiAgICAgICAgZGF0YS5jb250ZXh0UGF0aCA9IGFwcGVuZENvbnRleHRQYXRoKFxuICAgICAgICAgIG9wdGlvbnMuZGF0YS5jb250ZXh0UGF0aCxcbiAgICAgICAgICBvcHRpb25zLm5hbWVcbiAgICAgICAgKTtcbiAgICAgICAgb3B0aW9ucyA9IHsgZGF0YTogZGF0YSB9O1xuICAgICAgfVxuXG4gICAgICByZXR1cm4gZm4oY29udGV4dCwgb3B0aW9ucyk7XG4gICAgfVxuICB9KTtcbn1cbiJdfQ==\n","'use strict';\n\nexports.__esModule = true;\n// istanbul ignore next\n\nfunction _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { 'default': obj }; }\n\nvar _utils = require('../utils');\n\nvar _exception = require('../exception');\n\nvar _exception2 = _interopRequireDefault(_exception);\n\nexports['default'] = function (instance) {\n instance.registerHelper('each', function (context, options) {\n if (!options) {\n throw new _exception2['default']('Must pass iterator to #each');\n }\n\n var fn = options.fn,\n inverse = options.inverse,\n i = 0,\n ret = '',\n data = undefined,\n contextPath = undefined;\n\n if (options.data && options.ids) {\n contextPath = _utils.appendContextPath(options.data.contextPath, options.ids[0]) + '.';\n }\n\n if (_utils.isFunction(context)) {\n context = context.call(this);\n }\n\n if (options.data) {\n data = _utils.createFrame(options.data);\n }\n\n function execIteration(field, index, last) {\n if (data) {\n data.key = field;\n data.index = index;\n data.first = index === 0;\n data.last = !!last;\n\n if (contextPath) {\n data.contextPath = contextPath + field;\n }\n }\n\n ret = ret + fn(context[field], {\n data: data,\n blockParams: _utils.blockParams([context[field], field], [contextPath + field, null])\n });\n }\n\n if (context && typeof context === 'object') {\n if (_utils.isArray(context)) {\n for (var j = context.length; i < j; i++) {\n if (i in context) {\n execIteration(i, i, i === context.length - 1);\n }\n }\n } else if (global.Symbol && context[global.Symbol.iterator]) {\n var newContext = [];\n var iterator = context[global.Symbol.iterator]();\n for (var it = iterator.next(); !it.done; it = iterator.next()) {\n newContext.push(it.value);\n }\n context = newContext;\n for (var j = context.length; i < j; i++) {\n execIteration(i, i, i === context.length - 1);\n }\n } else {\n (function () {\n var priorKey = undefined;\n\n Object.keys(context).forEach(function (key) {\n // We're running the iterations one step out of sync so we can detect\n // the last iteration without have to scan the object twice and create\n // an itermediate keys array.\n if (priorKey !== undefined) {\n execIteration(priorKey, i - 1);\n }\n priorKey = key;\n i++;\n });\n if (priorKey !== undefined) {\n execIteration(priorKey, i - 1, true);\n }\n })();\n }\n }\n\n if (i === 0) {\n ret = inverse(this);\n }\n\n return ret;\n });\n};\n\nmodule.exports = exports['default'];\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uL2xpYi9oYW5kbGViYXJzL2hlbHBlcnMvZWFjaC5qcyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiOzs7Ozs7O3FCQU1PLFVBQVU7O3lCQUNLLGNBQWM7Ozs7cUJBRXJCLFVBQVMsUUFBUSxFQUFFO0FBQ2hDLFVBQVEsQ0FBQyxjQUFjLENBQUMsTUFBTSxFQUFFLFVBQVMsT0FBTyxFQUFFLE9BQU8sRUFBRTtBQUN6RCxRQUFJLENBQUMsT0FBTyxFQUFFO0FBQ1osWUFBTSwyQkFBYyw2QkFBNkIsQ0FBQyxDQUFDO0tBQ3BEOztBQUVELFFBQUksRUFBRSxHQUFHLE9BQU8sQ0FBQyxFQUFFO1FBQ2pCLE9BQU8sR0FBRyxPQUFPLENBQUMsT0FBTztRQUN6QixDQUFDLEdBQUcsQ0FBQztRQUNMLEdBQUcsR0FBRyxFQUFFO1FBQ1IsSUFBSSxZQUFBO1FBQ0osV0FBVyxZQUFBLENBQUM7O0FBRWQsUUFBSSxPQUFPLENBQUMsSUFBSSxJQUFJLE9BQU8sQ0FBQyxHQUFHLEVBQUU7QUFDL0IsaUJBQVcsR0FDVCx5QkFBa0IsT0FBTyxDQUFDLElBQUksQ0FBQyxXQUFXLEVBQUUsT0FBTyxDQUFDLEdBQUcsQ0FBQyxDQUFDLENBQUMsQ0FBQyxHQUFHLEdBQUcsQ0FBQztLQUNyRTs7QUFFRCxRQUFJLGtCQUFXLE9BQU8sQ0FBQyxFQUFFO0FBQ3ZCLGFBQU8sR0FBRyxPQUFPLENBQUMsSUFBSSxDQUFDLElBQUksQ0FBQyxDQUFDO0tBQzlCOztBQUVELFFBQUksT0FBTyxDQUFDLElBQUksRUFBRTtBQUNoQixVQUFJLEdBQUcsbUJBQVksT0FBTyxDQUFDLElBQUksQ0FBQyxDQUFDO0tBQ2xDOztBQUVELGFBQVMsYUFBYSxDQUFDLEtBQUssRUFBRSxLQUFLLEVBQUUsSUFBSSxFQUFFO0FBQ3pDLFVBQUksSUFBSSxFQUFFO0FBQ1IsWUFBSSxDQUFDLEdBQUcsR0FBRyxLQUFLLENBQUM7QUFDakIsWUFBSSxDQUFDLEtBQUssR0FBRyxLQUFLLENBQUM7QUFDbkIsWUFBSSxDQUFDLEtBQUssR0FBRyxLQUFLLEtBQUssQ0FBQyxDQUFDO0FBQ3pCLFlBQUksQ0FBQyxJQUFJLEdBQUcsQ0FBQyxDQUFDLElBQUksQ0FBQzs7QUFFbkIsWUFBSSxXQUFXLEVBQUU7QUFDZixjQUFJLENBQUMsV0FBVyxHQUFHLFdBQVcsR0FBRyxLQUFLLENBQUM7U0FDeEM7T0FDRjs7QUFFRCxTQUFHLEdBQ0QsR0FBRyxHQUNILEVBQUUsQ0FBQyxPQUFPLENBQUMsS0FBSyxDQUFDLEVBQUU7QUFDakIsWUFBSSxFQUFFLElBQUk7QUFDVixtQkFBVyxFQUFFLG1CQUNYLENBQUMsT0FBTyxDQUFDLEtBQUssQ0FBQyxFQUFFLEtBQUssQ0FBQyxFQUN2QixDQUFDLFdBQVcsR0FBRyxLQUFLLEVBQUUsSUFBSSxDQUFDLENBQzVCO09BQ0YsQ0FBQyxDQUFDO0tBQ047O0FBRUQsUUFBSSxPQUFPLElBQUksT0FBTyxPQUFPLEtBQUssUUFBUSxFQUFFO0FBQzFDLFVBQUksZUFBUSxPQUFPLENBQUMsRUFBRTtBQUNwQixhQUFLLElBQUksQ0FBQyxHQUFHLE9BQU8sQ0FBQyxNQUFNLEVBQUUsQ0FBQyxHQUFHLENBQUMsRUFBRSxDQUFDLEVBQUUsRUFBRTtBQUN2QyxjQUFJLENBQUMsSUFBSSxPQUFPLEVBQUU7QUFDaEIseUJBQWEsQ0FBQyxDQUFDLEVBQUUsQ0FBQyxFQUFFLENBQUMsS0FBSyxPQUFPLENBQUMsTUFBTSxHQUFHLENBQUMsQ0FBQyxDQUFDO1dBQy9DO1NBQ0Y7T0FDRixNQUFNLElBQUksTUFBTSxDQUFDLE1BQU0sSUFBSSxPQUFPLENBQUMsTUFBTSxDQUFDLE1BQU0sQ0FBQyxRQUFRLENBQUMsRUFBRTtBQUMzRCxZQUFNLFVBQVUsR0FBRyxFQUFFLENBQUM7QUFDdEIsWUFBTSxRQUFRLEdBQUcsT0FBTyxDQUFDLE1BQU0sQ0FBQyxNQUFNLENBQUMsUUFBUSxDQUFDLEVBQUUsQ0FBQztBQUNuRCxhQUFLLElBQUksRUFBRSxHQUFHLFFBQVEsQ0FBQyxJQUFJLEVBQUUsRUFBRSxDQUFDLEVBQUUsQ0FBQyxJQUFJLEVBQUUsRUFBRSxHQUFHLFFBQVEsQ0FBQyxJQUFJLEVBQUUsRUFBRTtBQUM3RCxvQkFBVSxDQUFDLElBQUksQ0FBQyxFQUFFLENBQUMsS0FBSyxDQUFDLENBQUM7U0FDM0I7QUFDRCxlQUFPLEdBQUcsVUFBVSxDQUFDO0FBQ3JCLGFBQUssSUFBSSxDQUFDLEdBQUcsT0FBTyxDQUFDLE1BQU0sRUFBRSxDQUFDLEdBQUcsQ0FBQyxFQUFFLENBQUMsRUFBRSxFQUFFO0FBQ3ZDLHVCQUFhLENBQUMsQ0FBQyxFQUFFLENBQUMsRUFBRSxDQUFDLEtBQUssT0FBTyxDQUFDLE1BQU0sR0FBRyxDQUFDLENBQUMsQ0FBQztTQUMvQztPQUNGLE1BQU07O0FBQ0wsY0FBSSxRQUFRLFlBQUEsQ0FBQzs7QUFFYixnQkFBTSxDQUFDLElBQUksQ0FBQyxPQUFPLENBQUMsQ0FBQyxPQUFPLENBQUMsVUFBQSxHQUFHLEVBQUk7Ozs7QUFJbEMsZ0JBQUksUUFBUSxLQUFLLFNBQVMsRUFBRTtBQUMxQiwyQkFBYSxDQUFDLFFBQVEsRUFBRSxDQUFDLEdBQUcsQ0FBQyxDQUFDLENBQUM7YUFDaEM7QUFDRCxvQkFBUSxHQUFHLEdBQUcsQ0FBQztBQUNmLGFBQUMsRUFBRSxDQUFDO1dBQ0wsQ0FBQyxDQUFDO0FBQ0gsY0FBSSxRQUFRLEtBQUssU0FBUyxFQUFFO0FBQzFCLHlCQUFhLENBQUMsUUFBUSxFQUFFLENBQUMsR0FBRyxDQUFDLEVBQUUsSUFBSSxDQUFDLENBQUM7V0FDdEM7O09BQ0Y7S0FDRjs7QUFFRCxRQUFJLENBQUMsS0FBSyxDQUFDLEVBQUU7QUFDWCxTQUFHLEdBQUcsT0FBTyxDQUFDLElBQUksQ0FBQyxDQUFDO0tBQ3JCOztBQUVELFdBQU8sR0FBRyxDQUFDO0dBQ1osQ0FBQyxDQUFDO0NBQ0oiLCJmaWxlIjoiZWFjaC5qcyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7XG4gIGFwcGVuZENvbnRleHRQYXRoLFxuICBibG9ja1BhcmFtcyxcbiAgY3JlYXRlRnJhbWUsXG4gIGlzQXJyYXksXG4gIGlzRnVuY3Rpb25cbn0gZnJvbSAnLi4vdXRpbHMnO1xuaW1wb3J0IEV4Y2VwdGlvbiBmcm9tICcuLi9leGNlcHRpb24nO1xuXG5leHBvcnQgZGVmYXVsdCBmdW5jdGlvbihpbnN0YW5jZSkge1xuICBpbnN0YW5jZS5yZWdpc3RlckhlbHBlcignZWFjaCcsIGZ1bmN0aW9uKGNvbnRleHQsIG9wdGlvbnMpIHtcbiAgICBpZiAoIW9wdGlvbnMpIHtcbiAgICAgIHRocm93IG5ldyBFeGNlcHRpb24oJ011c3QgcGFzcyBpdGVyYXRvciB0byAjZWFjaCcpO1xuICAgIH1cblxuICAgIGxldCBmbiA9IG9wdGlvbnMuZm4sXG4gICAgICBpbnZlcnNlID0gb3B0aW9ucy5pbnZlcnNlLFxuICAgICAgaSA9IDAsXG4gICAgICByZXQgPSAnJyxcbiAgICAgIGRhdGEsXG4gICAgICBjb250ZXh0UGF0aDtcblxuICAgIGlmIChvcHRpb25zLmRhdGEgJiYgb3B0aW9ucy5pZHMpIHtcbiAgICAgIGNvbnRleHRQYXRoID1cbiAgICAgICAgYXBwZW5kQ29udGV4dFBhdGgob3B0aW9ucy5kYXRhLmNvbnRleHRQYXRoLCBvcHRpb25zLmlkc1swXSkgKyAnLic7XG4gICAgfVxuXG4gICAgaWYgKGlzRnVuY3Rpb24oY29udGV4dCkpIHtcbiAgICAgIGNvbnRleHQgPSBjb250ZXh0LmNhbGwodGhpcyk7XG4gICAgfVxuXG4gICAgaWYgKG9wdGlvbnMuZGF0YSkge1xuICAgICAgZGF0YSA9IGNyZWF0ZUZyYW1lKG9wdGlvbnMuZGF0YSk7XG4gICAgfVxuXG4gICAgZnVuY3Rpb24gZXhlY0l0ZXJhdGlvbihmaWVsZCwgaW5kZXgsIGxhc3QpIHtcbiAgICAgIGlmIChkYXRhKSB7XG4gICAgICAgIGRhdGEua2V5ID0gZmllbGQ7XG4gICAgICAgIGRhdGEuaW5kZXggPSBpbmRleDtcbiAgICAgICAgZGF0YS5maXJzdCA9IGluZGV4ID09PSAwO1xuICAgICAgICBkYXRhLmxhc3QgPSAhIWxhc3Q7XG5cbiAgICAgICAgaWYgKGNvbnRleHRQYXRoKSB7XG4gICAgICAgICAgZGF0YS5jb250ZXh0UGF0aCA9IGNvbnRleHRQYXRoICsgZmllbGQ7XG4gICAgICAgIH1cbiAgICAgIH1cblxuICAgICAgcmV0ID1cbiAgICAgICAgcmV0ICtcbiAgICAgICAgZm4oY29udGV4dFtmaWVsZF0sIHtcbiAgICAgICAgICBkYXRhOiBkYXRhLFxuICAgICAgICAgIGJsb2NrUGFyYW1zOiBibG9ja1BhcmFtcyhcbiAgICAgICAgICAgIFtjb250ZXh0W2ZpZWxkXSwgZmllbGRdLFxuICAgICAgICAgICAgW2NvbnRleHRQYXRoICsgZmllbGQsIG51bGxdXG4gICAgICAgICAgKVxuICAgICAgICB9KTtcbiAgICB9XG5cbiAgICBpZiAoY29udGV4dCAmJiB0eXBlb2YgY29udGV4dCA9PT0gJ29iamVjdCcpIHtcbiAgICAgIGlmIChpc0FycmF5KGNvbnRleHQpKSB7XG4gICAgICAgIGZvciAobGV0IGogPSBjb250ZXh0Lmxlbmd0aDsgaSA8IGo7IGkrKykge1xuICAgICAgICAgIGlmIChpIGluIGNvbnRleHQpIHtcbiAgICAgICAgICAgIGV4ZWNJdGVyYXRpb24oaSwgaSwgaSA9PT0gY29udGV4dC5sZW5ndGggLSAxKTtcbiAgICAgICAgICB9XG4gICAgICAgIH1cbiAgICAgIH0gZWxzZSBpZiAoZ2xvYmFsLlN5bWJvbCAmJiBjb250ZXh0W2dsb2JhbC5TeW1ib2wuaXRlcmF0b3JdKSB7XG4gICAgICAgIGNvbnN0IG5ld0NvbnRleHQgPSBbXTtcbiAgICAgICAgY29uc3QgaXRlcmF0b3IgPSBjb250ZXh0W2dsb2JhbC5TeW1ib2wuaXRlcmF0b3JdKCk7XG4gICAgICAgIGZvciAobGV0IGl0ID0gaXRlcmF0b3IubmV4dCgpOyAhaXQuZG9uZTsgaXQgPSBpdGVyYXRvci5uZXh0KCkpIHtcbiAgICAgICAgICBuZXdDb250ZXh0LnB1c2goaXQudmFsdWUpO1xuICAgICAgICB9XG4gICAgICAgIGNvbnRleHQgPSBuZXdDb250ZXh0O1xuICAgICAgICBmb3IgKGxldCBqID0gY29udGV4dC5sZW5ndGg7IGkgPCBqOyBpKyspIHtcbiAgICAgICAgICBleGVjSXRlcmF0aW9uKGksIGksIGkgPT09IGNvbnRleHQubGVuZ3RoIC0gMSk7XG4gICAgICAgIH1cbiAgICAgIH0gZWxzZSB7XG4gICAgICAgIGxldCBwcmlvcktleTtcblxuICAgICAgICBPYmplY3Qua2V5cyhjb250ZXh0KS5mb3JFYWNoKGtleSA9PiB7XG4gICAgICAgICAgLy8gV2UncmUgcnVubmluZyB0aGUgaXRlcmF0aW9ucyBvbmUgc3RlcCBvdXQgb2Ygc3luYyBzbyB3ZSBjYW4gZGV0ZWN0XG4gICAgICAgICAgLy8gdGhlIGxhc3QgaXRlcmF0aW9uIHdpdGhvdXQgaGF2ZSB0byBzY2FuIHRoZSBvYmplY3QgdHdpY2UgYW5kIGNyZWF0ZVxuICAgICAgICAgIC8vIGFuIGl0ZXJtZWRpYXRlIGtleXMgYXJyYXkuXG4gICAgICAgICAgaWYgKHByaW9yS2V5ICE9PSB1bmRlZmluZWQpIHtcbiAgICAgICAgICAgIGV4ZWNJdGVyYXRpb24ocHJpb3JLZXksIGkgLSAxKTtcbiAgICAgICAgICB9XG4gICAgICAgICAgcHJpb3JLZXkgPSBrZXk7XG4gICAgICAgICAgaSsrO1xuICAgICAgICB9KTtcbiAgICAgICAgaWYgKHByaW9yS2V5ICE9PSB1bmRlZmluZWQpIHtcbiAgICAgICAgICBleGVjSXRlcmF0aW9uKHByaW9yS2V5LCBpIC0gMSwgdHJ1ZSk7XG4gICAgICAgIH1cbiAgICAgIH1cbiAgICB9XG5cbiAgICBpZiAoaSA9PT0gMCkge1xuICAgICAgcmV0ID0gaW52ZXJzZSh0aGlzKTtcbiAgICB9XG5cbiAgICByZXR1cm4gcmV0O1xuICB9KTtcbn1cbiJdfQ==\n","'use strict';\n\nexports.__esModule = true;\n// istanbul ignore next\n\nfunction _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { 'default': obj }; }\n\nvar _exception = require('../exception');\n\nvar _exception2 = _interopRequireDefault(_exception);\n\nexports['default'] = function (instance) {\n instance.registerHelper('helperMissing', function () /* [args, ]options */{\n if (arguments.length === 1) {\n // A missing field in a {{foo}} construct.\n return undefined;\n } else {\n // Someone is actually trying to call something, blow up.\n throw new _exception2['default']('Missing helper: \"' + arguments[arguments.length - 1].name + '\"');\n }\n });\n};\n\nmodule.exports = exports['default'];\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uL2xpYi9oYW5kbGViYXJzL2hlbHBlcnMvaGVscGVyLW1pc3NpbmcuanMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6Ijs7Ozs7Ozt5QkFBc0IsY0FBYzs7OztxQkFFckIsVUFBUyxRQUFRLEVBQUU7QUFDaEMsVUFBUSxDQUFDLGNBQWMsQ0FBQyxlQUFlLEVBQUUsaUNBQWdDO0FBQ3ZFLFFBQUksU0FBUyxDQUFDLE1BQU0sS0FBSyxDQUFDLEVBQUU7O0FBRTFCLGFBQU8sU0FBUyxDQUFDO0tBQ2xCLE1BQU07O0FBRUwsWUFBTSwyQkFDSixtQkFBbUIsR0FBRyxTQUFTLENBQUMsU0FBUyxDQUFDLE1BQU0sR0FBRyxDQUFDLENBQUMsQ0FBQyxJQUFJLEdBQUcsR0FBRyxDQUNqRSxDQUFDO0tBQ0g7R0FDRixDQUFDLENBQUM7Q0FDSiIsImZpbGUiOiJoZWxwZXItbWlzc2luZy5qcyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCBFeGNlcHRpb24gZnJvbSAnLi4vZXhjZXB0aW9uJztcblxuZXhwb3J0IGRlZmF1bHQgZnVuY3Rpb24oaW5zdGFuY2UpIHtcbiAgaW5zdGFuY2UucmVnaXN0ZXJIZWxwZXIoJ2hlbHBlck1pc3NpbmcnLCBmdW5jdGlvbigvKiBbYXJncywgXW9wdGlvbnMgKi8pIHtcbiAgICBpZiAoYXJndW1lbnRzLmxlbmd0aCA9PT0gMSkge1xuICAgICAgLy8gQSBtaXNzaW5nIGZpZWxkIGluIGEge3tmb299fSBjb25zdHJ1Y3QuXG4gICAgICByZXR1cm4gdW5kZWZpbmVkO1xuICAgIH0gZWxzZSB7XG4gICAgICAvLyBTb21lb25lIGlzIGFjdHVhbGx5IHRyeWluZyB0byBjYWxsIHNvbWV0aGluZywgYmxvdyB1cC5cbiAgICAgIHRocm93IG5ldyBFeGNlcHRpb24oXG4gICAgICAgICdNaXNzaW5nIGhlbHBlcjogXCInICsgYXJndW1lbnRzW2FyZ3VtZW50cy5sZW5ndGggLSAxXS5uYW1lICsgJ1wiJ1xuICAgICAgKTtcbiAgICB9XG4gIH0pO1xufVxuIl19\n","'use strict';\n\nexports.__esModule = true;\n// istanbul ignore next\n\nfunction _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { 'default': obj }; }\n\nvar _utils = require('../utils');\n\nvar _exception = require('../exception');\n\nvar _exception2 = _interopRequireDefault(_exception);\n\nexports['default'] = function (instance) {\n instance.registerHelper('if', function (conditional, options) {\n if (arguments.length != 2) {\n throw new _exception2['default']('#if requires exactly one argument');\n }\n if (_utils.isFunction(conditional)) {\n conditional = conditional.call(this);\n }\n\n // Default behavior is to render the positive path if the value is truthy and not empty.\n // The `includeZero` option may be set to treat the condtional as purely not empty based on the\n // behavior of isEmpty. Effectively this determines if 0 is handled by the positive path or negative.\n if (!options.hash.includeZero && !conditional || _utils.isEmpty(conditional)) {\n return options.inverse(this);\n } else {\n return options.fn(this);\n }\n });\n\n instance.registerHelper('unless', function (conditional, options) {\n if (arguments.length != 2) {\n throw new _exception2['default']('#unless requires exactly one argument');\n }\n return instance.helpers['if'].call(this, conditional, {\n fn: options.inverse,\n inverse: options.fn,\n hash: options.hash\n });\n });\n};\n\nmodule.exports = exports['default'];\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uL2xpYi9oYW5kbGViYXJzL2hlbHBlcnMvaWYuanMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6Ijs7Ozs7OztxQkFBb0MsVUFBVTs7eUJBQ3hCLGNBQWM7Ozs7cUJBRXJCLFVBQVMsUUFBUSxFQUFFO0FBQ2hDLFVBQVEsQ0FBQyxjQUFjLENBQUMsSUFBSSxFQUFFLFVBQVMsV0FBVyxFQUFFLE9BQU8sRUFBRTtBQUMzRCxRQUFJLFNBQVMsQ0FBQyxNQUFNLElBQUksQ0FBQyxFQUFFO0FBQ3pCLFlBQU0sMkJBQWMsbUNBQW1DLENBQUMsQ0FBQztLQUMxRDtBQUNELFFBQUksa0JBQVcsV0FBVyxDQUFDLEVBQUU7QUFDM0IsaUJBQVcsR0FBRyxXQUFXLENBQUMsSUFBSSxDQUFDLElBQUksQ0FBQyxDQUFDO0tBQ3RDOzs7OztBQUtELFFBQUksQUFBQyxDQUFDLE9BQU8sQ0FBQyxJQUFJLENBQUMsV0FBVyxJQUFJLENBQUMsV0FBVyxJQUFLLGVBQVEsV0FBVyxDQUFDLEVBQUU7QUFDdkUsYUFBTyxPQUFPLENBQUMsT0FBTyxDQUFDLElBQUksQ0FBQyxDQUFDO0tBQzlCLE1BQU07QUFDTCxhQUFPLE9BQU8sQ0FBQyxFQUFFLENBQUMsSUFBSSxDQUFDLENBQUM7S0FDekI7R0FDRixDQUFDLENBQUM7O0FBRUgsVUFBUSxDQUFDLGNBQWMsQ0FBQyxRQUFRLEVBQUUsVUFBUyxXQUFXLEVBQUUsT0FBTyxFQUFFO0FBQy9ELFFBQUksU0FBUyxDQUFDLE1BQU0sSUFBSSxDQUFDLEVBQUU7QUFDekIsWUFBTSwyQkFBYyx1Q0FBdUMsQ0FBQyxDQUFDO0tBQzlEO0FBQ0QsV0FBTyxRQUFRLENBQUMsT0FBTyxDQUFDLElBQUksQ0FBQyxDQUFDLElBQUksQ0FBQyxJQUFJLEVBQUUsV0FBVyxFQUFFO0FBQ3BELFFBQUUsRUFBRSxPQUFPLENBQUMsT0FBTztBQUNuQixhQUFPLEVBQUUsT0FBTyxDQUFDLEVBQUU7QUFDbkIsVUFBSSxFQUFFLE9BQU8sQ0FBQyxJQUFJO0tBQ25CLENBQUMsQ0FBQztHQUNKLENBQUMsQ0FBQztDQUNKIiwiZmlsZSI6ImlmLmpzIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgaXNFbXB0eSwgaXNGdW5jdGlvbiB9IGZyb20gJy4uL3V0aWxzJztcbmltcG9ydCBFeGNlcHRpb24gZnJvbSAnLi4vZXhjZXB0aW9uJztcblxuZXhwb3J0IGRlZmF1bHQgZnVuY3Rpb24oaW5zdGFuY2UpIHtcbiAgaW5zdGFuY2UucmVnaXN0ZXJIZWxwZXIoJ2lmJywgZnVuY3Rpb24oY29uZGl0aW9uYWwsIG9wdGlvbnMpIHtcbiAgICBpZiAoYXJndW1lbnRzLmxlbmd0aCAhPSAyKSB7XG4gICAgICB0aHJvdyBuZXcgRXhjZXB0aW9uKCcjaWYgcmVxdWlyZXMgZXhhY3RseSBvbmUgYXJndW1lbnQnKTtcbiAgICB9XG4gICAgaWYgKGlzRnVuY3Rpb24oY29uZGl0aW9uYWwpKSB7XG4gICAgICBjb25kaXRpb25hbCA9IGNvbmRpdGlvbmFsLmNhbGwodGhpcyk7XG4gICAgfVxuXG4gICAgLy8gRGVmYXVsdCBiZWhhdmlvciBpcyB0byByZW5kZXIgdGhlIHBvc2l0aXZlIHBhdGggaWYgdGhlIHZhbHVlIGlzIHRydXRoeSBhbmQgbm90IGVtcHR5LlxuICAgIC8vIFRoZSBgaW5jbHVkZVplcm9gIG9wdGlvbiBtYXkgYmUgc2V0IHRvIHRyZWF0IHRoZSBjb25kdGlvbmFsIGFzIHB1cmVseSBub3QgZW1wdHkgYmFzZWQgb24gdGhlXG4gICAgLy8gYmVoYXZpb3Igb2YgaXNFbXB0eS4gRWZmZWN0aXZlbHkgdGhpcyBkZXRlcm1pbmVzIGlmIDAgaXMgaGFuZGxlZCBieSB0aGUgcG9zaXRpdmUgcGF0aCBvciBuZWdhdGl2ZS5cbiAgICBpZiAoKCFvcHRpb25zLmhhc2guaW5jbHVkZVplcm8gJiYgIWNvbmRpdGlvbmFsKSB8fCBpc0VtcHR5KGNvbmRpdGlvbmFsKSkge1xuICAgICAgcmV0dXJuIG9wdGlvbnMuaW52ZXJzZSh0aGlzKTtcbiAgICB9IGVsc2Uge1xuICAgICAgcmV0dXJuIG9wdGlvbnMuZm4odGhpcyk7XG4gICAgfVxuICB9KTtcblxuICBpbnN0YW5jZS5yZWdpc3RlckhlbHBlcigndW5sZXNzJywgZnVuY3Rpb24oY29uZGl0aW9uYWwsIG9wdGlvbnMpIHtcbiAgICBpZiAoYXJndW1lbnRzLmxlbmd0aCAhPSAyKSB7XG4gICAgICB0aHJvdyBuZXcgRXhjZXB0aW9uKCcjdW5sZXNzIHJlcXVpcmVzIGV4YWN0bHkgb25lIGFyZ3VtZW50Jyk7XG4gICAgfVxuICAgIHJldHVybiBpbnN0YW5jZS5oZWxwZXJzWydpZiddLmNhbGwodGhpcywgY29uZGl0aW9uYWwsIHtcbiAgICAgIGZuOiBvcHRpb25zLmludmVyc2UsXG4gICAgICBpbnZlcnNlOiBvcHRpb25zLmZuLFxuICAgICAgaGFzaDogb3B0aW9ucy5oYXNoXG4gICAgfSk7XG4gIH0pO1xufVxuIl19\n","'use strict';\n\nexports.__esModule = true;\n\nexports['default'] = function (instance) {\n instance.registerHelper('log', function () /* message, options */{\n var args = [undefined],\n options = arguments[arguments.length - 1];\n for (var i = 0; i < arguments.length - 1; i++) {\n args.push(arguments[i]);\n }\n\n var level = 1;\n if (options.hash.level != null) {\n level = options.hash.level;\n } else if (options.data && options.data.level != null) {\n level = options.data.level;\n }\n args[0] = level;\n\n instance.log.apply(instance, args);\n });\n};\n\nmodule.exports = exports['default'];\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uL2xpYi9oYW5kbGViYXJzL2hlbHBlcnMvbG9nLmpzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7Ozs7cUJBQWUsVUFBUyxRQUFRLEVBQUU7QUFDaEMsVUFBUSxDQUFDLGNBQWMsQ0FBQyxLQUFLLEVBQUUsa0NBQWlDO0FBQzlELFFBQUksSUFBSSxHQUFHLENBQUMsU0FBUyxDQUFDO1FBQ3BCLE9BQU8sR0FBRyxTQUFTLENBQUMsU0FBUyxDQUFDLE1BQU0sR0FBRyxDQUFDLENBQUMsQ0FBQztBQUM1QyxTQUFLLElBQUksQ0FBQyxHQUFHLENBQUMsRUFBRSxDQUFDLEdBQUcsU0FBUyxDQUFDLE1BQU0sR0FBRyxDQUFDLEVBQUUsQ0FBQyxFQUFFLEVBQUU7QUFDN0MsVUFBSSxDQUFDLElBQUksQ0FBQyxTQUFTLENBQUMsQ0FBQyxDQUFDLENBQUMsQ0FBQztLQUN6Qjs7QUFFRCxRQUFJLEtBQUssR0FBRyxDQUFDLENBQUM7QUFDZCxRQUFJLE9BQU8sQ0FBQyxJQUFJLENBQUMsS0FBSyxJQUFJLElBQUksRUFBRTtBQUM5QixXQUFLLEdBQUcsT0FBTyxDQUFDLElBQUksQ0FBQyxLQUFLLENBQUM7S0FDNUIsTUFBTSxJQUFJLE9BQU8sQ0FBQyxJQUFJLElBQUksT0FBTyxDQUFDLElBQUksQ0FBQyxLQUFLLElBQUksSUFBSSxFQUFFO0FBQ3JELFdBQUssR0FBRyxPQUFPLENBQUMsSUFBSSxDQUFDLEtBQUssQ0FBQztLQUM1QjtBQUNELFFBQUksQ0FBQyxDQUFDLENBQUMsR0FBRyxLQUFLLENBQUM7O0FBRWhCLFlBQVEsQ0FBQyxHQUFHLE1BQUEsQ0FBWixRQUFRLEVBQVEsSUFBSSxDQUFDLENBQUM7R0FDdkIsQ0FBQyxDQUFDO0NBQ0oiLCJmaWxlIjoibG9nLmpzIiwic291cmNlc0NvbnRlbnQiOlsiZXhwb3J0IGRlZmF1bHQgZnVuY3Rpb24oaW5zdGFuY2UpIHtcbiAgaW5zdGFuY2UucmVnaXN0ZXJIZWxwZXIoJ2xvZycsIGZ1bmN0aW9uKC8qIG1lc3NhZ2UsIG9wdGlvbnMgKi8pIHtcbiAgICBsZXQgYXJncyA9IFt1bmRlZmluZWRdLFxuICAgICAgb3B0aW9ucyA9IGFyZ3VtZW50c1thcmd1bWVudHMubGVuZ3RoIC0gMV07XG4gICAgZm9yIChsZXQgaSA9IDA7IGkgPCBhcmd1bWVudHMubGVuZ3RoIC0gMTsgaSsrKSB7XG4gICAgICBhcmdzLnB1c2goYXJndW1lbnRzW2ldKTtcbiAgICB9XG5cbiAgICBsZXQgbGV2ZWwgPSAxO1xuICAgIGlmIChvcHRpb25zLmhhc2gubGV2ZWwgIT0gbnVsbCkge1xuICAgICAgbGV2ZWwgPSBvcHRpb25zLmhhc2gubGV2ZWw7XG4gICAgfSBlbHNlIGlmIChvcHRpb25zLmRhdGEgJiYgb3B0aW9ucy5kYXRhLmxldmVsICE9IG51bGwpIHtcbiAgICAgIGxldmVsID0gb3B0aW9ucy5kYXRhLmxldmVsO1xuICAgIH1cbiAgICBhcmdzWzBdID0gbGV2ZWw7XG5cbiAgICBpbnN0YW5jZS5sb2coLi4uYXJncyk7XG4gIH0pO1xufVxuIl19\n","'use strict';\n\nexports.__esModule = true;\n\nexports['default'] = function (instance) {\n instance.registerHelper('lookup', function (obj, field, options) {\n if (!obj) {\n // Note for 5.0: Change to \"obj == null\" in 5.0\n return obj;\n }\n return options.lookupProperty(obj, field);\n });\n};\n\nmodule.exports = exports['default'];\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uL2xpYi9oYW5kbGViYXJzL2hlbHBlcnMvbG9va3VwLmpzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7Ozs7cUJBQWUsVUFBUyxRQUFRLEVBQUU7QUFDaEMsVUFBUSxDQUFDLGNBQWMsQ0FBQyxRQUFRLEVBQUUsVUFBUyxHQUFHLEVBQUUsS0FBSyxFQUFFLE9BQU8sRUFBRTtBQUM5RCxRQUFJLENBQUMsR0FBRyxFQUFFOztBQUVSLGFBQU8sR0FBRyxDQUFDO0tBQ1o7QUFDRCxXQUFPLE9BQU8sQ0FBQyxjQUFjLENBQUMsR0FBRyxFQUFFLEtBQUssQ0FBQyxDQUFDO0dBQzNDLENBQUMsQ0FBQztDQUNKIiwiZmlsZSI6Imxvb2t1cC5qcyIsInNvdXJjZXNDb250ZW50IjpbImV4cG9ydCBkZWZhdWx0IGZ1bmN0aW9uKGluc3RhbmNlKSB7XG4gIGluc3RhbmNlLnJlZ2lzdGVySGVscGVyKCdsb29rdXAnLCBmdW5jdGlvbihvYmosIGZpZWxkLCBvcHRpb25zKSB7XG4gICAgaWYgKCFvYmopIHtcbiAgICAgIC8vIE5vdGUgZm9yIDUuMDogQ2hhbmdlIHRvIFwib2JqID09IG51bGxcIiBpbiA1LjBcbiAgICAgIHJldHVybiBvYmo7XG4gICAgfVxuICAgIHJldHVybiBvcHRpb25zLmxvb2t1cFByb3BlcnR5KG9iaiwgZmllbGQpO1xuICB9KTtcbn1cbiJdfQ==\n","'use strict';\n\nexports.__esModule = true;\n// istanbul ignore next\n\nfunction _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { 'default': obj }; }\n\nvar _utils = require('../utils');\n\nvar _exception = require('../exception');\n\nvar _exception2 = _interopRequireDefault(_exception);\n\nexports['default'] = function (instance) {\n instance.registerHelper('with', function (context, options) {\n if (arguments.length != 2) {\n throw new _exception2['default']('#with requires exactly one argument');\n }\n if (_utils.isFunction(context)) {\n context = context.call(this);\n }\n\n var fn = options.fn;\n\n if (!_utils.isEmpty(context)) {\n var data = options.data;\n if (options.data && options.ids) {\n data = _utils.createFrame(options.data);\n data.contextPath = _utils.appendContextPath(options.data.contextPath, options.ids[0]);\n }\n\n return fn(context, {\n data: data,\n blockParams: _utils.blockParams([context], [data && data.contextPath])\n });\n } else {\n return options.inverse(this);\n }\n });\n};\n\nmodule.exports = exports['default'];\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uL2xpYi9oYW5kbGViYXJzL2hlbHBlcnMvd2l0aC5qcyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiOzs7Ozs7O3FCQU1PLFVBQVU7O3lCQUNLLGNBQWM7Ozs7cUJBRXJCLFVBQVMsUUFBUSxFQUFFO0FBQ2hDLFVBQVEsQ0FBQyxjQUFjLENBQUMsTUFBTSxFQUFFLFVBQVMsT0FBTyxFQUFFLE9BQU8sRUFBRTtBQUN6RCxRQUFJLFNBQVMsQ0FBQyxNQUFNLElBQUksQ0FBQyxFQUFFO0FBQ3pCLFlBQU0sMkJBQWMscUNBQXFDLENBQUMsQ0FBQztLQUM1RDtBQUNELFFBQUksa0JBQVcsT0FBTyxDQUFDLEVBQUU7QUFDdkIsYUFBTyxHQUFHLE9BQU8sQ0FBQyxJQUFJLENBQUMsSUFBSSxDQUFDLENBQUM7S0FDOUI7O0FBRUQsUUFBSSxFQUFFLEdBQUcsT0FBTyxDQUFDLEVBQUUsQ0FBQzs7QUFFcEIsUUFBSSxDQUFDLGVBQVEsT0FBTyxDQUFDLEVBQUU7QUFDckIsVUFBSSxJQUFJLEdBQUcsT0FBTyxDQUFDLElBQUksQ0FBQztBQUN4QixVQUFJLE9BQU8sQ0FBQyxJQUFJLElBQUksT0FBTyxDQUFDLEdBQUcsRUFBRTtBQUMvQixZQUFJLEdBQUcsbUJBQVksT0FBTyxDQUFDLElBQUksQ0FBQyxDQUFDO0FBQ2pDLFlBQUksQ0FBQyxXQUFXLEdBQUcseUJBQ2pCLE9BQU8sQ0FBQyxJQUFJLENBQUMsV0FBVyxFQUN4QixPQUFPLENBQUMsR0FBRyxDQUFDLENBQUMsQ0FBQyxDQUNmLENBQUM7T0FDSDs7QUFFRCxhQUFPLEVBQUUsQ0FBQyxPQUFPLEVBQUU7QUFDakIsWUFBSSxFQUFFLElBQUk7QUFDVixtQkFBVyxFQUFFLG1CQUFZLENBQUMsT0FBTyxDQUFDLEVBQUUsQ0FBQyxJQUFJLElBQUksSUFBSSxDQUFDLFdBQVcsQ0FBQyxDQUFDO09BQ2hFLENBQUMsQ0FBQztLQUNKLE1BQU07QUFDTCxhQUFPLE9BQU8sQ0FBQyxPQUFPLENBQUMsSUFBSSxDQUFDLENBQUM7S0FDOUI7R0FDRixDQUFDLENBQUM7Q0FDSiIsImZpbGUiOiJ3aXRoLmpzIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHtcbiAgYXBwZW5kQ29udGV4dFBhdGgsXG4gIGJsb2NrUGFyYW1zLFxuICBjcmVhdGVGcmFtZSxcbiAgaXNFbXB0eSxcbiAgaXNGdW5jdGlvblxufSBmcm9tICcuLi91dGlscyc7XG5pbXBvcnQgRXhjZXB0aW9uIGZyb20gJy4uL2V4Y2VwdGlvbic7XG5cbmV4cG9ydCBkZWZhdWx0IGZ1bmN0aW9uKGluc3RhbmNlKSB7XG4gIGluc3RhbmNlLnJlZ2lzdGVySGVscGVyKCd3aXRoJywgZnVuY3Rpb24oY29udGV4dCwgb3B0aW9ucykge1xuICAgIGlmIChhcmd1bWVudHMubGVuZ3RoICE9IDIpIHtcbiAgICAgIHRocm93IG5ldyBFeGNlcHRpb24oJyN3aXRoIHJlcXVpcmVzIGV4YWN0bHkgb25lIGFyZ3VtZW50Jyk7XG4gICAgfVxuICAgIGlmIChpc0Z1bmN0aW9uKGNvbnRleHQpKSB7XG4gICAgICBjb250ZXh0ID0gY29udGV4dC5jYWxsKHRoaXMpO1xuICAgIH1cblxuICAgIGxldCBmbiA9IG9wdGlvbnMuZm47XG5cbiAgICBpZiAoIWlzRW1wdHkoY29udGV4dCkpIHtcbiAgICAgIGxldCBkYXRhID0gb3B0aW9ucy5kYXRhO1xuICAgICAgaWYgKG9wdGlvbnMuZGF0YSAmJiBvcHRpb25zLmlkcykge1xuICAgICAgICBkYXRhID0gY3JlYXRlRnJhbWUob3B0aW9ucy5kYXRhKTtcbiAgICAgICAgZGF0YS5jb250ZXh0UGF0aCA9IGFwcGVuZENvbnRleHRQYXRoKFxuICAgICAgICAgIG9wdGlvbnMuZGF0YS5jb250ZXh0UGF0aCxcbiAgICAgICAgICBvcHRpb25zLmlkc1swXVxuICAgICAgICApO1xuICAgICAgfVxuXG4gICAgICByZXR1cm4gZm4oY29udGV4dCwge1xuICAgICAgICBkYXRhOiBkYXRhLFxuICAgICAgICBibG9ja1BhcmFtczogYmxvY2tQYXJhbXMoW2NvbnRleHRdLCBbZGF0YSAmJiBkYXRhLmNvbnRleHRQYXRoXSlcbiAgICAgIH0pO1xuICAgIH0gZWxzZSB7XG4gICAgICByZXR1cm4gb3B0aW9ucy5pbnZlcnNlKHRoaXMpO1xuICAgIH1cbiAgfSk7XG59XG4iXX0=\n","'use strict';\n\nexports.__esModule = true;\nexports.registerDefaultDecorators = registerDefaultDecorators;\n// istanbul ignore next\n\nfunction _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { 'default': obj }; }\n\nvar _decoratorsInline = require('./decorators/inline');\n\nvar _decoratorsInline2 = _interopRequireDefault(_decoratorsInline);\n\nfunction registerDefaultDecorators(instance) {\n _decoratorsInline2['default'](instance);\n}\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uL2xpYi9oYW5kbGViYXJzL2RlY29yYXRvcnMuanMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6Ijs7Ozs7Ozs7Z0NBQTJCLHFCQUFxQjs7OztBQUV6QyxTQUFTLHlCQUF5QixDQUFDLFFBQVEsRUFBRTtBQUNsRCxnQ0FBZSxRQUFRLENBQUMsQ0FBQztDQUMxQiIsImZpbGUiOiJkZWNvcmF0b3JzLmpzIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHJlZ2lzdGVySW5saW5lIGZyb20gJy4vZGVjb3JhdG9ycy9pbmxpbmUnO1xuXG5leHBvcnQgZnVuY3Rpb24gcmVnaXN0ZXJEZWZhdWx0RGVjb3JhdG9ycyhpbnN0YW5jZSkge1xuICByZWdpc3RlcklubGluZShpbnN0YW5jZSk7XG59XG4iXX0=\n","'use strict';\n\nexports.__esModule = true;\n\nvar _utils = require('../utils');\n\nexports['default'] = function (instance) {\n instance.registerDecorator('inline', function (fn, props, container, options) {\n var ret = fn;\n if (!props.partials) {\n props.partials = {};\n ret = function (context, options) {\n // Create a new partials stack frame prior to exec.\n var original = container.partials;\n container.partials = _utils.extend({}, original, props.partials);\n var ret = fn(context, options);\n container.partials = original;\n return ret;\n };\n }\n\n props.partials[options.args[0]] = options.fn;\n\n return ret;\n });\n};\n\nmodule.exports = exports['default'];\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uL2xpYi9oYW5kbGViYXJzL2RlY29yYXRvcnMvaW5saW5lLmpzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7Ozs7cUJBQXVCLFVBQVU7O3FCQUVsQixVQUFTLFFBQVEsRUFBRTtBQUNoQyxVQUFRLENBQUMsaUJBQWlCLENBQUMsUUFBUSxFQUFFLFVBQVMsRUFBRSxFQUFFLEtBQUssRUFBRSxTQUFTLEVBQUUsT0FBTyxFQUFFO0FBQzNFLFFBQUksR0FBRyxHQUFHLEVBQUUsQ0FBQztBQUNiLFFBQUksQ0FBQyxLQUFLLENBQUMsUUFBUSxFQUFFO0FBQ25CLFdBQUssQ0FBQyxRQUFRLEdBQUcsRUFBRSxDQUFDO0FBQ3BCLFNBQUcsR0FBRyxVQUFTLE9BQU8sRUFBRSxPQUFPLEVBQUU7O0FBRS9CLFlBQUksUUFBUSxHQUFHLFNBQVMsQ0FBQyxRQUFRLENBQUM7QUFDbEMsaUJBQVMsQ0FBQyxRQUFRLEdBQUcsY0FBTyxFQUFFLEVBQUUsUUFBUSxFQUFFLEtBQUssQ0FBQyxRQUFRLENBQUMsQ0FBQztBQUMxRCxZQUFJLEdBQUcsR0FBRyxFQUFFLENBQUMsT0FBTyxFQUFFLE9BQU8sQ0FBQyxDQUFDO0FBQy9CLGlCQUFTLENBQUMsUUFBUSxHQUFHLFFBQVEsQ0FBQztBQUM5QixlQUFPLEdBQUcsQ0FBQztPQUNaLENBQUM7S0FDSDs7QUFFRCxTQUFLLENBQUMsUUFBUSxDQUFDLE9BQU8sQ0FBQyxJQUFJLENBQUMsQ0FBQyxDQUFDLENBQUMsR0FBRyxPQUFPLENBQUMsRUFBRSxDQUFDOztBQUU3QyxXQUFPLEdBQUcsQ0FBQztHQUNaLENBQUMsQ0FBQztDQUNKIiwiZmlsZSI6ImlubGluZS5qcyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IGV4dGVuZCB9IGZyb20gJy4uL3V0aWxzJztcblxuZXhwb3J0IGRlZmF1bHQgZnVuY3Rpb24oaW5zdGFuY2UpIHtcbiAgaW5zdGFuY2UucmVnaXN0ZXJEZWNvcmF0b3IoJ2lubGluZScsIGZ1bmN0aW9uKGZuLCBwcm9wcywgY29udGFpbmVyLCBvcHRpb25zKSB7XG4gICAgbGV0IHJldCA9IGZuO1xuICAgIGlmICghcHJvcHMucGFydGlhbHMpIHtcbiAgICAgIHByb3BzLnBhcnRpYWxzID0ge307XG4gICAgICByZXQgPSBmdW5jdGlvbihjb250ZXh0LCBvcHRpb25zKSB7XG4gICAgICAgIC8vIENyZWF0ZSBhIG5ldyBwYXJ0aWFscyBzdGFjayBmcmFtZSBwcmlvciB0byBleGVjLlxuICAgICAgICBsZXQgb3JpZ2luYWwgPSBjb250YWluZXIucGFydGlhbHM7XG4gICAgICAgIGNvbnRhaW5lci5wYXJ0aWFscyA9IGV4dGVuZCh7fSwgb3JpZ2luYWwsIHByb3BzLnBhcnRpYWxzKTtcbiAgICAgICAgbGV0IHJldCA9IGZuKGNvbnRleHQsIG9wdGlvbnMpO1xuICAgICAgICBjb250YWluZXIucGFydGlhbHMgPSBvcmlnaW5hbDtcbiAgICAgICAgcmV0dXJuIHJldDtcbiAgICAgIH07XG4gICAgfVxuXG4gICAgcHJvcHMucGFydGlhbHNbb3B0aW9ucy5hcmdzWzBdXSA9IG9wdGlvbnMuZm47XG5cbiAgICByZXR1cm4gcmV0O1xuICB9KTtcbn1cbiJdfQ==\n","'use strict';\n\nexports.__esModule = true;\nexports.createNewLookupObject = createNewLookupObject;\n\nvar _utils = require('../utils');\n\n/**\n * Create a new object with \"null\"-prototype to avoid truthy results on prototype properties.\n * The resulting object can be used with \"object[property]\" to check if a property exists\n * @param {...object} sources a varargs parameter of source objects that will be merged\n * @returns {object}\n */\n\nfunction createNewLookupObject() {\n for (var _len = arguments.length, sources = Array(_len), _key = 0; _key < _len; _key++) {\n sources[_key] = arguments[_key];\n }\n\n return _utils.extend.apply(undefined, [Object.create(null)].concat(sources));\n}\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uL2xpYi9oYW5kbGViYXJzL2ludGVybmFsL2NyZWF0ZS1uZXctbG9va3VwLW9iamVjdC5qcyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiOzs7OztxQkFBdUIsVUFBVTs7Ozs7Ozs7O0FBUTFCLFNBQVMscUJBQXFCLEdBQWE7b0NBQVQsT0FBTztBQUFQLFdBQU87OztBQUM5QyxTQUFPLGdDQUFPLE1BQU0sQ0FBQyxNQUFNLENBQUMsSUFBSSxDQUFDLFNBQUssT0FBTyxFQUFDLENBQUM7Q0FDaEQiLCJmaWxlIjoiY3JlYXRlLW5ldy1sb29rdXAtb2JqZWN0LmpzIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgZXh0ZW5kIH0gZnJvbSAnLi4vdXRpbHMnO1xuXG4vKipcbiAqIENyZWF0ZSBhIG5ldyBvYmplY3Qgd2l0aCBcIm51bGxcIi1wcm90b3R5cGUgdG8gYXZvaWQgdHJ1dGh5IHJlc3VsdHMgb24gcHJvdG90eXBlIHByb3BlcnRpZXMuXG4gKiBUaGUgcmVzdWx0aW5nIG9iamVjdCBjYW4gYmUgdXNlZCB3aXRoIFwib2JqZWN0W3Byb3BlcnR5XVwiIHRvIGNoZWNrIGlmIGEgcHJvcGVydHkgZXhpc3RzXG4gKiBAcGFyYW0gey4uLm9iamVjdH0gc291cmNlcyBhIHZhcmFyZ3MgcGFyYW1ldGVyIG9mIHNvdXJjZSBvYmplY3RzIHRoYXQgd2lsbCBiZSBtZXJnZWRcbiAqIEByZXR1cm5zIHtvYmplY3R9XG4gKi9cbmV4cG9ydCBmdW5jdGlvbiBjcmVhdGVOZXdMb29rdXBPYmplY3QoLi4uc291cmNlcykge1xuICByZXR1cm4gZXh0ZW5kKE9iamVjdC5jcmVhdGUobnVsbCksIC4uLnNvdXJjZXMpO1xufVxuIl19\n","// Build out our basic SafeString type\n'use strict';\n\nexports.__esModule = true;\nfunction SafeString(string) {\n this.string = string;\n}\n\nSafeString.prototype.toString = SafeString.prototype.toHTML = function () {\n return '' + this.string;\n};\n\nexports['default'] = SafeString;\nmodule.exports = exports['default'];\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uL2xpYi9oYW5kbGViYXJzL3NhZmUtc3RyaW5nLmpzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7Ozs7QUFDQSxTQUFTLFVBQVUsQ0FBQyxNQUFNLEVBQUU7QUFDMUIsTUFBSSxDQUFDLE1BQU0sR0FBRyxNQUFNLENBQUM7Q0FDdEI7O0FBRUQsVUFBVSxDQUFDLFNBQVMsQ0FBQyxRQUFRLEdBQUcsVUFBVSxDQUFDLFNBQVMsQ0FBQyxNQUFNLEdBQUcsWUFBVztBQUN2RSxTQUFPLEVBQUUsR0FBRyxJQUFJLENBQUMsTUFBTSxDQUFDO0NBQ3pCLENBQUM7O3FCQUVhLFVBQVUiLCJmaWxlIjoic2FmZS1zdHJpbmcuanMiLCJzb3VyY2VzQ29udGVudCI6WyIvLyBCdWlsZCBvdXQgb3VyIGJhc2ljIFNhZmVTdHJpbmcgdHlwZVxuZnVuY3Rpb24gU2FmZVN0cmluZyhzdHJpbmcpIHtcbiAgdGhpcy5zdHJpbmcgPSBzdHJpbmc7XG59XG5cblNhZmVTdHJpbmcucHJvdG90eXBlLnRvU3RyaW5nID0gU2FmZVN0cmluZy5wcm90b3R5cGUudG9IVE1MID0gZnVuY3Rpb24oKSB7XG4gIHJldHVybiAnJyArIHRoaXMuc3RyaW5nO1xufTtcblxuZXhwb3J0IGRlZmF1bHQgU2FmZVN0cmluZztcbiJdfQ==\n","'use strict';\n\nexports.__esModule = true;\nexports.checkRevision = checkRevision;\nexports.template = template;\nexports.wrapProgram = wrapProgram;\nexports.resolvePartial = resolvePartial;\nexports.invokePartial = invokePartial;\nexports.noop = noop;\n// istanbul ignore next\n\nfunction _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { 'default': obj }; }\n\n// istanbul ignore next\n\nfunction _interopRequireWildcard(obj) { if (obj && obj.__esModule) { return obj; } else { var newObj = {}; if (obj != null) { for (var key in obj) { if (Object.prototype.hasOwnProperty.call(obj, key)) newObj[key] = obj[key]; } } newObj['default'] = obj; return newObj; } }\n\nvar _utils = require('./utils');\n\nvar Utils = _interopRequireWildcard(_utils);\n\nvar _exception = require('./exception');\n\nvar _exception2 = _interopRequireDefault(_exception);\n\nvar _base = require('./base');\n\nvar _helpers = require('./helpers');\n\nvar _internalWrapHelper = require('./internal/wrapHelper');\n\nvar _internalProtoAccess = require('./internal/proto-access');\n\nfunction checkRevision(compilerInfo) {\n var compilerRevision = compilerInfo && compilerInfo[0] || 1,\n currentRevision = _base.COMPILER_REVISION;\n\n if (compilerRevision >= _base.LAST_COMPATIBLE_COMPILER_REVISION && compilerRevision <= _base.COMPILER_REVISION) {\n return;\n }\n\n if (compilerRevision < _base.LAST_COMPATIBLE_COMPILER_REVISION) {\n var runtimeVersions = _base.REVISION_CHANGES[currentRevision],\n compilerVersions = _base.REVISION_CHANGES[compilerRevision];\n throw new _exception2['default']('Template was precompiled with an older version of Handlebars than the current runtime. ' + 'Please update your precompiler to a newer version (' + runtimeVersions + ') or downgrade your runtime to an older version (' + compilerVersions + ').');\n } else {\n // Use the embedded version info since the runtime doesn't know about this revision yet\n throw new _exception2['default']('Template was precompiled with a newer version of Handlebars than the current runtime. ' + 'Please update your runtime to a newer version (' + compilerInfo[1] + ').');\n }\n}\n\nfunction template(templateSpec, env) {\n /* istanbul ignore next */\n if (!env) {\n throw new _exception2['default']('No environment passed to template');\n }\n if (!templateSpec || !templateSpec.main) {\n throw new _exception2['default']('Unknown template object: ' + typeof templateSpec);\n }\n\n templateSpec.main.decorator = templateSpec.main_d;\n\n // Note: Using env.VM references rather than local var references throughout this section to allow\n // for external users to override these as pseudo-supported APIs.\n env.VM.checkRevision(templateSpec.compiler);\n\n // backwards compatibility for precompiled templates with compiler-version 7 (<4.3.0)\n var templateWasPrecompiledWithCompilerV7 = templateSpec.compiler && templateSpec.compiler[0] === 7;\n\n function invokePartialWrapper(partial, context, options) {\n if (options.hash) {\n context = Utils.extend({}, context, options.hash);\n if (options.ids) {\n options.ids[0] = true;\n }\n }\n partial = env.VM.resolvePartial.call(this, partial, context, options);\n\n var extendedOptions = Utils.extend({}, options, {\n hooks: this.hooks,\n protoAccessControl: this.protoAccessControl\n });\n\n var result = env.VM.invokePartial.call(this, partial, context, extendedOptions);\n\n if (result == null && env.compile) {\n options.partials[options.name] = env.compile(partial, templateSpec.compilerOptions, env);\n result = options.partials[options.name](context, extendedOptions);\n }\n if (result != null) {\n if (options.indent) {\n var lines = result.split('\\n');\n for (var i = 0, l = lines.length; i < l; i++) {\n if (!lines[i] && i + 1 === l) {\n break;\n }\n\n lines[i] = options.indent + lines[i];\n }\n result = lines.join('\\n');\n }\n return result;\n } else {\n throw new _exception2['default']('The partial ' + options.name + ' could not be compiled when running in runtime-only mode');\n }\n }\n\n // Just add water\n var container = {\n strict: function strict(obj, name, loc) {\n if (!obj || !(name in obj)) {\n throw new _exception2['default']('\"' + name + '\" not defined in ' + obj, {\n loc: loc\n });\n }\n return container.lookupProperty(obj, name);\n },\n lookupProperty: function lookupProperty(parent, propertyName) {\n var result = parent[propertyName];\n if (result == null) {\n return result;\n }\n if (Object.prototype.hasOwnProperty.call(parent, propertyName)) {\n return result;\n }\n\n if (_internalProtoAccess.resultIsAllowed(result, container.protoAccessControl, propertyName)) {\n return result;\n }\n return undefined;\n },\n lookup: function lookup(depths, name) {\n var len = depths.length;\n for (var i = 0; i < len; i++) {\n var result = depths[i] && container.lookupProperty(depths[i], name);\n if (result != null) {\n return depths[i][name];\n }\n }\n },\n lambda: function lambda(current, context) {\n return typeof current === 'function' ? current.call(context) : current;\n },\n\n escapeExpression: Utils.escapeExpression,\n invokePartial: invokePartialWrapper,\n\n fn: function fn(i) {\n var ret = templateSpec[i];\n ret.decorator = templateSpec[i + '_d'];\n return ret;\n },\n\n programs: [],\n program: function program(i, data, declaredBlockParams, blockParams, depths) {\n var programWrapper = this.programs[i],\n fn = this.fn(i);\n if (data || depths || blockParams || declaredBlockParams) {\n programWrapper = wrapProgram(this, i, fn, data, declaredBlockParams, blockParams, depths);\n } else if (!programWrapper) {\n programWrapper = this.programs[i] = wrapProgram(this, i, fn);\n }\n return programWrapper;\n },\n\n data: function data(value, depth) {\n while (value && depth--) {\n value = value._parent;\n }\n return value;\n },\n mergeIfNeeded: function mergeIfNeeded(param, common) {\n var obj = param || common;\n\n if (param && common && param !== common) {\n obj = Utils.extend({}, common, param);\n }\n\n return obj;\n },\n // An empty object to use as replacement for null-contexts\n nullContext: Object.seal({}),\n\n noop: env.VM.noop,\n compilerInfo: templateSpec.compiler\n };\n\n function ret(context) {\n var options = arguments.length <= 1 || arguments[1] === undefined ? {} : arguments[1];\n\n var data = options.data;\n\n ret._setup(options);\n if (!options.partial && templateSpec.useData) {\n data = initData(context, data);\n }\n var depths = undefined,\n blockParams = templateSpec.useBlockParams ? [] : undefined;\n if (templateSpec.useDepths) {\n if (options.depths) {\n depths = context != options.depths[0] ? [context].concat(options.depths) : options.depths;\n } else {\n depths = [context];\n }\n }\n\n function main(context /*, options*/) {\n return '' + templateSpec.main(container, context, container.helpers, container.partials, data, blockParams, depths);\n }\n\n main = executeDecorators(templateSpec.main, main, container, options.depths || [], data, blockParams);\n return main(context, options);\n }\n\n ret.isTop = true;\n\n ret._setup = function (options) {\n if (!options.partial) {\n var mergedHelpers = Utils.extend({}, env.helpers, options.helpers);\n wrapHelpersToPassLookupProperty(mergedHelpers, container);\n container.helpers = mergedHelpers;\n\n if (templateSpec.usePartial) {\n // Use mergeIfNeeded here to prevent compiling global partials multiple times\n container.partials = container.mergeIfNeeded(options.partials, env.partials);\n }\n if (templateSpec.usePartial || templateSpec.useDecorators) {\n container.decorators = Utils.extend({}, env.decorators, options.decorators);\n }\n\n container.hooks = {};\n container.protoAccessControl = _internalProtoAccess.createProtoAccessControl(options);\n\n var keepHelperInHelpers = options.allowCallsToHelperMissing || templateWasPrecompiledWithCompilerV7;\n _helpers.moveHelperToHooks(container, 'helperMissing', keepHelperInHelpers);\n _helpers.moveHelperToHooks(container, 'blockHelperMissing', keepHelperInHelpers);\n } else {\n container.protoAccessControl = options.protoAccessControl; // internal option\n container.helpers = options.helpers;\n container.partials = options.partials;\n container.decorators = options.decorators;\n container.hooks = options.hooks;\n }\n };\n\n ret._child = function (i, data, blockParams, depths) {\n if (templateSpec.useBlockParams && !blockParams) {\n throw new _exception2['default']('must pass block params');\n }\n if (templateSpec.useDepths && !depths) {\n throw new _exception2['default']('must pass parent depths');\n }\n\n return wrapProgram(container, i, templateSpec[i], data, 0, blockParams, depths);\n };\n return ret;\n}\n\nfunction wrapProgram(container, i, fn, data, declaredBlockParams, blockParams, depths) {\n function prog(context) {\n var options = arguments.length <= 1 || arguments[1] === undefined ? {} : arguments[1];\n\n var currentDepths = depths;\n if (depths && context != depths[0] && !(context === container.nullContext && depths[0] === null)) {\n currentDepths = [context].concat(depths);\n }\n\n return fn(container, context, container.helpers, container.partials, options.data || data, blockParams && [options.blockParams].concat(blockParams), currentDepths);\n }\n\n prog = executeDecorators(fn, prog, container, depths, data, blockParams);\n\n prog.program = i;\n prog.depth = depths ? depths.length : 0;\n prog.blockParams = declaredBlockParams || 0;\n return prog;\n}\n\n/**\n * This is currently part of the official API, therefore implementation details should not be changed.\n */\n\nfunction resolvePartial(partial, context, options) {\n if (!partial) {\n if (options.name === '@partial-block') {\n partial = options.data['partial-block'];\n } else {\n partial = options.partials[options.name];\n }\n } else if (!partial.call && !options.name) {\n // This is a dynamic partial that returned a string\n options.name = partial;\n partial = options.partials[partial];\n }\n return partial;\n}\n\nfunction invokePartial(partial, context, options) {\n // Use the current closure context to save the partial-block if this partial\n var currentPartialBlock = options.data && options.data['partial-block'];\n options.partial = true;\n if (options.ids) {\n options.data.contextPath = options.ids[0] || options.data.contextPath;\n }\n\n var partialBlock = undefined;\n if (options.fn && options.fn !== noop) {\n (function () {\n options.data = _base.createFrame(options.data);\n // Wrapper function to get access to currentPartialBlock from the closure\n var fn = options.fn;\n partialBlock = options.data['partial-block'] = function partialBlockWrapper(context) {\n var options = arguments.length <= 1 || arguments[1] === undefined ? {} : arguments[1];\n\n // Restore the partial-block from the closure for the execution of the block\n // i.e. the part inside the block of the partial call.\n options.data = _base.createFrame(options.data);\n options.data['partial-block'] = currentPartialBlock;\n return fn(context, options);\n };\n if (fn.partials) {\n options.partials = Utils.extend({}, options.partials, fn.partials);\n }\n })();\n }\n\n if (partial === undefined && partialBlock) {\n partial = partialBlock;\n }\n\n if (partial === undefined) {\n throw new _exception2['default']('The partial ' + options.name + ' could not be found');\n } else if (partial instanceof Function) {\n return partial(context, options);\n }\n}\n\nfunction noop() {\n return '';\n}\n\nfunction initData(context, data) {\n if (!data || !('root' in data)) {\n data = data ? _base.createFrame(data) : {};\n data.root = context;\n }\n return data;\n}\n\nfunction executeDecorators(fn, prog, container, depths, data, blockParams) {\n if (fn.decorator) {\n var props = {};\n prog = fn.decorator(prog, props, container, depths && depths[0], data, blockParams, depths);\n Utils.extend(prog, props);\n }\n return prog;\n}\n\nfunction wrapHelpersToPassLookupProperty(mergedHelpers, container) {\n Object.keys(mergedHelpers).forEach(function (helperName) {\n var helper = mergedHelpers[helperName];\n mergedHelpers[helperName] = passLookupPropertyOption(helper, container);\n });\n}\n\nfunction passLookupPropertyOption(helper, container) {\n var lookupProperty = container.lookupProperty;\n return _internalWrapHelper.wrapHelper(helper, function (options) {\n return Utils.extend({ lookupProperty: lookupProperty }, options);\n });\n}\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uL2xpYi9oYW5kbGViYXJzL3J1bnRpbWUuanMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6Ijs7Ozs7Ozs7Ozs7Ozs7Ozs7cUJBQXVCLFNBQVM7O0lBQXBCLEtBQUs7O3lCQUNLLGFBQWE7Ozs7b0JBTTVCLFFBQVE7O3VCQUNtQixXQUFXOztrQ0FDbEIsdUJBQXVCOzttQ0FJM0MseUJBQXlCOztBQUV6QixTQUFTLGFBQWEsQ0FBQyxZQUFZLEVBQUU7QUFDMUMsTUFBTSxnQkFBZ0IsR0FBRyxBQUFDLFlBQVksSUFBSSxZQUFZLENBQUMsQ0FBQyxDQUFDLElBQUssQ0FBQztNQUM3RCxlQUFlLDBCQUFvQixDQUFDOztBQUV0QyxNQUNFLGdCQUFnQiwyQ0FBcUMsSUFDckQsZ0JBQWdCLDJCQUFxQixFQUNyQztBQUNBLFdBQU87R0FDUjs7QUFFRCxNQUFJLGdCQUFnQiwwQ0FBb0MsRUFBRTtBQUN4RCxRQUFNLGVBQWUsR0FBRyx1QkFBaUIsZUFBZSxDQUFDO1FBQ3ZELGdCQUFnQixHQUFHLHVCQUFpQixnQkFBZ0IsQ0FBQyxDQUFDO0FBQ3hELFVBQU0sMkJBQ0oseUZBQXlGLEdBQ3ZGLHFEQUFxRCxHQUNyRCxlQUFlLEdBQ2YsbURBQW1ELEdBQ25ELGdCQUFnQixHQUNoQixJQUFJLENBQ1AsQ0FBQztHQUNILE1BQU07O0FBRUwsVUFBTSwyQkFDSix3RkFBd0YsR0FDdEYsaURBQWlELEdBQ2pELFlBQVksQ0FBQyxDQUFDLENBQUMsR0FDZixJQUFJLENBQ1AsQ0FBQztHQUNIO0NBQ0Y7O0FBRU0sU0FBUyxRQUFRLENBQUMsWUFBWSxFQUFFLEdBQUcsRUFBRTs7QUFFMUMsTUFBSSxDQUFDLEdBQUcsRUFBRTtBQUNSLFVBQU0sMkJBQWMsbUNBQW1DLENBQUMsQ0FBQztHQUMxRDtBQUNELE1BQUksQ0FBQyxZQUFZLElBQUksQ0FBQyxZQUFZLENBQUMsSUFBSSxFQUFFO0FBQ3ZDLFVBQU0sMkJBQWMsMkJBQTJCLEdBQUcsT0FBTyxZQUFZLENBQUMsQ0FBQztHQUN4RTs7QUFFRCxjQUFZLENBQUMsSUFBSSxDQUFDLFNBQVMsR0FBRyxZQUFZLENBQUMsTUFBTSxDQUFDOzs7O0FBSWxELEtBQUcsQ0FBQyxFQUFFLENBQUMsYUFBYSxDQUFDLFlBQVksQ0FBQyxRQUFRLENBQUMsQ0FBQzs7O0FBRzVDLE1BQU0sb0NBQW9DLEdBQ3hDLFlBQVksQ0FBQyxRQUFRLElBQUksWUFBWSxDQUFDLFFBQVEsQ0FBQyxDQUFDLENBQUMsS0FBSyxDQUFDLENBQUM7O0FBRTFELFdBQVMsb0JBQW9CLENBQUMsT0FBTyxFQUFFLE9BQU8sRUFBRSxPQUFPLEVBQUU7QUFDdkQsUUFBSSxPQUFPLENBQUMsSUFBSSxFQUFFO0FBQ2hCLGFBQU8sR0FBRyxLQUFLLENBQUMsTUFBTSxDQUFDLEVBQUUsRUFBRSxPQUFPLEVBQUUsT0FBTyxDQUFDLElBQUksQ0FBQyxDQUFDO0FBQ2xELFVBQUksT0FBTyxDQUFDLEdBQUcsRUFBRTtBQUNmLGVBQU8sQ0FBQyxHQUFHLENBQUMsQ0FBQyxDQUFDLEdBQUcsSUFBSSxDQUFDO09BQ3ZCO0tBQ0Y7QUFDRCxXQUFPLEdBQUcsR0FBRyxDQUFDLEVBQUUsQ0FBQyxjQUFjLENBQUMsSUFBSSxDQUFDLElBQUksRUFBRSxPQUFPLEVBQUUsT0FBTyxFQUFFLE9BQU8sQ0FBQyxDQUFDOztBQUV0RSxRQUFJLGVBQWUsR0FBRyxLQUFLLENBQUMsTUFBTSxDQUFDLEVBQUUsRUFBRSxPQUFPLEVBQUU7QUFDOUMsV0FBSyxFQUFFLElBQUksQ0FBQyxLQUFLO0FBQ2pCLHdCQUFrQixFQUFFLElBQUksQ0FBQyxrQkFBa0I7S0FDNUMsQ0FBQyxDQUFDOztBQUVILFFBQUksTUFBTSxHQUFHLEdBQUcsQ0FBQyxFQUFFLENBQUMsYUFBYSxDQUFDLElBQUksQ0FDcEMsSUFBSSxFQUNKLE9BQU8sRUFDUCxPQUFPLEVBQ1AsZUFBZSxDQUNoQixDQUFDOztBQUVGLFFBQUksTUFBTSxJQUFJLElBQUksSUFBSSxHQUFHLENBQUMsT0FBTyxFQUFFO0FBQ2pDLGFBQU8sQ0FBQyxRQUFRLENBQUMsT0FBTyxDQUFDLElBQUksQ0FBQyxHQUFHLEdBQUcsQ0FBQyxPQUFPLENBQzFDLE9BQU8sRUFDUCxZQUFZLENBQUMsZUFBZSxFQUM1QixHQUFHLENBQ0osQ0FBQztBQUNGLFlBQU0sR0FBRyxPQUFPLENBQUMsUUFBUSxDQUFDLE9BQU8sQ0FBQyxJQUFJLENBQUMsQ0FBQyxPQUFPLEVBQUUsZUFBZSxDQUFDLENBQUM7S0FDbkU7QUFDRCxRQUFJLE1BQU0sSUFBSSxJQUFJLEVBQUU7QUFDbEIsVUFBSSxPQUFPLENBQUMsTUFBTSxFQUFFO0FBQ2xCLFlBQUksS0FBSyxHQUFHLE1BQU0sQ0FBQyxLQUFLLENBQUMsSUFBSSxDQUFDLENBQUM7QUFDL0IsYUFBSyxJQUFJLENBQUMsR0FBRyxDQUFDLEVBQUUsQ0FBQyxHQUFHLEtBQUssQ0FBQyxNQUFNLEVBQUUsQ0FBQyxHQUFHLENBQUMsRUFBRSxDQUFDLEVBQUUsRUFBRTtBQUM1QyxjQUFJLENBQUMsS0FBSyxDQUFDLENBQUMsQ0FBQyxJQUFJLENBQUMsR0FBRyxDQUFDLEtBQUssQ0FBQyxFQUFFO0FBQzVCLGtCQUFNO1dBQ1A7O0FBRUQsZUFBSyxDQUFDLENBQUMsQ0FBQyxHQUFHLE9BQU8sQ0FBQyxNQUFNLEdBQUcsS0FBSyxDQUFDLENBQUMsQ0FBQyxDQUFDO1NBQ3RDO0FBQ0QsY0FBTSxHQUFHLEtBQUssQ0FBQyxJQUFJLENBQUMsSUFBSSxDQUFDLENBQUM7T0FDM0I7QUFDRCxhQUFPLE1BQU0sQ0FBQztLQUNmLE1BQU07QUFDTCxZQUFNLDJCQUNKLGNBQWMsR0FDWixPQUFPLENBQUMsSUFBSSxHQUNaLDBEQUEwRCxDQUM3RCxDQUFDO0tBQ0g7R0FDRjs7O0FBR0QsTUFBSSxTQUFTLEdBQUc7QUFDZCxVQUFNLEVBQUUsZ0JBQVMsR0FBRyxFQUFFLElBQUksRUFBRSxHQUFHLEVBQUU7QUFDL0IsVUFBSSxDQUFDLEdBQUcsSUFBSSxFQUFFLElBQUksSUFBSSxHQUFHLENBQUEsQUFBQyxFQUFFO0FBQzFCLGNBQU0sMkJBQWMsR0FBRyxHQUFHLElBQUksR0FBRyxtQkFBbUIsR0FBRyxHQUFHLEVBQUU7QUFDMUQsYUFBRyxFQUFFLEdBQUc7U0FDVCxDQUFDLENBQUM7T0FDSjtBQUNELGFBQU8sU0FBUyxDQUFDLGNBQWMsQ0FBQyxHQUFHLEVBQUUsSUFBSSxDQUFDLENBQUM7S0FDNUM7QUFDRCxrQkFBYyxFQUFFLHdCQUFTLE1BQU0sRUFBRSxZQUFZLEVBQUU7QUFDN0MsVUFBSSxNQUFNLEdBQUcsTUFBTSxDQUFDLFlBQVksQ0FBQyxDQUFDO0FBQ2xDLFVBQUksTUFBTSxJQUFJLElBQUksRUFBRTtBQUNsQixlQUFPLE1BQU0sQ0FBQztPQUNmO0FBQ0QsVUFBSSxNQUFNLENBQUMsU0FBUyxDQUFDLGNBQWMsQ0FBQyxJQUFJLENBQUMsTUFBTSxFQUFFLFlBQVksQ0FBQyxFQUFFO0FBQzlELGVBQU8sTUFBTSxDQUFDO09BQ2Y7O0FBRUQsVUFBSSxxQ0FBZ0IsTUFBTSxFQUFFLFNBQVMsQ0FBQyxrQkFBa0IsRUFBRSxZQUFZLENBQUMsRUFBRTtBQUN2RSxlQUFPLE1BQU0sQ0FBQztPQUNmO0FBQ0QsYUFBTyxTQUFTLENBQUM7S0FDbEI7QUFDRCxVQUFNLEVBQUUsZ0JBQVMsTUFBTSxFQUFFLElBQUksRUFBRTtBQUM3QixVQUFNLEdBQUcsR0FBRyxNQUFNLENBQUMsTUFBTSxDQUFDO0FBQzFCLFdBQUssSUFBSSxDQUFDLEdBQUcsQ0FBQyxFQUFFLENBQUMsR0FBRyxHQUFHLEVBQUUsQ0FBQyxFQUFFLEVBQUU7QUFDNUIsWUFBSSxNQUFNLEdBQUcsTUFBTSxDQUFDLENBQUMsQ0FBQyxJQUFJLFNBQVMsQ0FBQyxjQUFjLENBQUMsTUFBTSxDQUFDLENBQUMsQ0FBQyxFQUFFLElBQUksQ0FBQyxDQUFDO0FBQ3BFLFlBQUksTUFBTSxJQUFJLElBQUksRUFBRTtBQUNsQixpQkFBTyxNQUFNLENBQUMsQ0FBQyxDQUFDLENBQUMsSUFBSSxDQUFDLENBQUM7U0FDeEI7T0FDRjtLQUNGO0FBQ0QsVUFBTSxFQUFFLGdCQUFTLE9BQU8sRUFBRSxPQUFPLEVBQUU7QUFDakMsYUFBTyxPQUFPLE9BQU8sS0FBSyxVQUFVLEdBQUcsT0FBTyxDQUFDLElBQUksQ0FBQyxPQUFPLENBQUMsR0FBRyxPQUFPLENBQUM7S0FDeEU7O0FBRUQsb0JBQWdCLEVBQUUsS0FBSyxDQUFDLGdCQUFnQjtBQUN4QyxpQkFBYSxFQUFFLG9CQUFvQjs7QUFFbkMsTUFBRSxFQUFFLFlBQVMsQ0FBQyxFQUFFO0FBQ2QsVUFBSSxHQUFHLEdBQUcsWUFBWSxDQUFDLENBQUMsQ0FBQyxDQUFDO0FBQzFCLFNBQUcsQ0FBQyxTQUFTLEdBQUcsWUFBWSxDQUFDLENBQUMsR0FBRyxJQUFJLENBQUMsQ0FBQztBQUN2QyxhQUFPLEdBQUcsQ0FBQztLQUNaOztBQUVELFlBQVEsRUFBRSxFQUFFO0FBQ1osV0FBTyxFQUFFLGlCQUFTLENBQUMsRUFBRSxJQUFJLEVBQUUsbUJBQW1CLEVBQUUsV0FBVyxFQUFFLE1BQU0sRUFBRTtBQUNuRSxVQUFJLGNBQWMsR0FBRyxJQUFJLENBQUMsUUFBUSxDQUFDLENBQUMsQ0FBQztVQUNuQyxFQUFFLEdBQUcsSUFBSSxDQUFDLEVBQUUsQ0FBQyxDQUFDLENBQUMsQ0FBQztBQUNsQixVQUFJLElBQUksSUFBSSxNQUFNLElBQUksV0FBVyxJQUFJLG1CQUFtQixFQUFFO0FBQ3hELHNCQUFjLEdBQUcsV0FBVyxDQUMxQixJQUFJLEVBQ0osQ0FBQyxFQUNELEVBQUUsRUFDRixJQUFJLEVBQ0osbUJBQW1CLEVBQ25CLFdBQVcsRUFDWCxNQUFNLENBQ1AsQ0FBQztPQUNILE1BQU0sSUFBSSxDQUFDLGNBQWMsRUFBRTtBQUMxQixzQkFBYyxHQUFHLElBQUksQ0FBQyxRQUFRLENBQUMsQ0FBQyxDQUFDLEdBQUcsV0FBVyxDQUFDLElBQUksRUFBRSxDQUFDLEVBQUUsRUFBRSxDQUFDLENBQUM7T0FDOUQ7QUFDRCxhQUFPLGNBQWMsQ0FBQztLQUN2Qjs7QUFFRCxRQUFJLEVBQUUsY0FBUyxLQUFLLEVBQUUsS0FBSyxFQUFFO0FBQzNCLGFBQU8sS0FBSyxJQUFJLEtBQUssRUFBRSxFQUFFO0FBQ3ZCLGFBQUssR0FBRyxLQUFLLENBQUMsT0FBTyxDQUFDO09BQ3ZCO0FBQ0QsYUFBTyxLQUFLLENBQUM7S0FDZDtBQUNELGlCQUFhLEVBQUUsdUJBQVMsS0FBSyxFQUFFLE1BQU0sRUFBRTtBQUNyQyxVQUFJLEdBQUcsR0FBRyxLQUFLLElBQUksTUFBTSxDQUFDOztBQUUxQixVQUFJLEtBQUssSUFBSSxNQUFNLElBQUksS0FBSyxLQUFLLE1BQU0sRUFBRTtBQUN2QyxXQUFHLEdBQUcsS0FBSyxDQUFDLE1BQU0sQ0FBQyxFQUFFLEVBQUUsTUFBTSxFQUFFLEtBQUssQ0FBQyxDQUFDO09BQ3ZDOztBQUVELGFBQU8sR0FBRyxDQUFDO0tBQ1o7O0FBRUQsZUFBVyxFQUFFLE1BQU0sQ0FBQyxJQUFJLENBQUMsRUFBRSxDQUFDOztBQUU1QixRQUFJLEVBQUUsR0FBRyxDQUFDLEVBQUUsQ0FBQyxJQUFJO0FBQ2pCLGdCQUFZLEVBQUUsWUFBWSxDQUFDLFFBQVE7R0FDcEMsQ0FBQzs7QUFFRixXQUFTLEdBQUcsQ0FBQyxPQUFPLEVBQWdCO1FBQWQsT0FBTyx5REFBRyxFQUFFOztBQUNoQyxRQUFJLElBQUksR0FBRyxPQUFPLENBQUMsSUFBSSxDQUFDOztBQUV4QixPQUFHLENBQUMsTUFBTSxDQUFDLE9BQU8sQ0FBQyxDQUFDO0FBQ3BCLFFBQUksQ0FBQyxPQUFPLENBQUMsT0FBTyxJQUFJLFlBQVksQ0FBQyxPQUFPLEVBQUU7QUFDNUMsVUFBSSxHQUFHLFFBQVEsQ0FBQyxPQUFPLEVBQUUsSUFBSSxDQUFDLENBQUM7S0FDaEM7QUFDRCxRQUFJLE1BQU0sWUFBQTtRQUNSLFdBQVcsR0FBRyxZQUFZLENBQUMsY0FBYyxHQUFHLEVBQUUsR0FBRyxTQUFTLENBQUM7QUFDN0QsUUFBSSxZQUFZLENBQUMsU0FBUyxFQUFFO0FBQzFCLFVBQUksT0FBTyxDQUFDLE1BQU0sRUFBRTtBQUNsQixjQUFNLEdBQ0osT0FBTyxJQUFJLE9BQU8sQ0FBQyxNQUFNLENBQUMsQ0FBQyxDQUFDLEdBQ3hCLENBQUMsT0FBTyxDQUFDLENBQUMsTUFBTSxDQUFDLE9BQU8sQ0FBQyxNQUFNLENBQUMsR0FDaEMsT0FBTyxDQUFDLE1BQU0sQ0FBQztPQUN0QixNQUFNO0FBQ0wsY0FBTSxHQUFHLENBQUMsT0FBTyxDQUFDLENBQUM7T0FDcEI7S0FDRjs7QUFFRCxhQUFTLElBQUksQ0FBQyxPQUFPLGdCQUFnQjtBQUNuQyxhQUNFLEVBQUUsR0FDRixZQUFZLENBQUMsSUFBSSxDQUNmLFNBQVMsRUFDVCxPQUFPLEVBQ1AsU0FBUyxDQUFDLE9BQU8sRUFDakIsU0FBUyxDQUFDLFFBQVEsRUFDbEIsSUFBSSxFQUNKLFdBQVcsRUFDWCxNQUFNLENBQ1AsQ0FDRDtLQUNIOztBQUVELFFBQUksR0FBRyxpQkFBaUIsQ0FDdEIsWUFBWSxDQUFDLElBQUksRUFDakIsSUFBSSxFQUNKLFNBQVMsRUFDVCxPQUFPLENBQUMsTUFBTSxJQUFJLEVBQUUsRUFDcEIsSUFBSSxFQUNKLFdBQVcsQ0FDWixDQUFDO0FBQ0YsV0FBTyxJQUFJLENBQUMsT0FBTyxFQUFFLE9BQU8sQ0FBQyxDQUFDO0dBQy9COztBQUVELEtBQUcsQ0FBQyxLQUFLLEdBQUcsSUFBSSxDQUFDOztBQUVqQixLQUFHLENBQUMsTUFBTSxHQUFHLFVBQVMsT0FBTyxFQUFFO0FBQzdCLFFBQUksQ0FBQyxPQUFPLENBQUMsT0FBTyxFQUFFO0FBQ3BCLFVBQUksYUFBYSxHQUFHLEtBQUssQ0FBQyxNQUFNLENBQUMsRUFBRSxFQUFFLEdBQUcsQ0FBQyxPQUFPLEVBQUUsT0FBTyxDQUFDLE9BQU8sQ0FBQyxDQUFDO0FBQ25FLHFDQUErQixDQUFDLGFBQWEsRUFBRSxTQUFTLENBQUMsQ0FBQztBQUMxRCxlQUFTLENBQUMsT0FBTyxHQUFHLGFBQWEsQ0FBQzs7QUFFbEMsVUFBSSxZQUFZLENBQUMsVUFBVSxFQUFFOztBQUUzQixpQkFBUyxDQUFDLFFBQVEsR0FBRyxTQUFTLENBQUMsYUFBYSxDQUMxQyxPQUFPLENBQUMsUUFBUSxFQUNoQixHQUFHLENBQUMsUUFBUSxDQUNiLENBQUM7T0FDSDtBQUNELFVBQUksWUFBWSxDQUFDLFVBQVUsSUFBSSxZQUFZLENBQUMsYUFBYSxFQUFFO0FBQ3pELGlCQUFTLENBQUMsVUFBVSxHQUFHLEtBQUssQ0FBQyxNQUFNLENBQ2pDLEVBQUUsRUFDRixHQUFHLENBQUMsVUFBVSxFQUNkLE9BQU8sQ0FBQyxVQUFVLENBQ25CLENBQUM7T0FDSDs7QUFFRCxlQUFTLENBQUMsS0FBSyxHQUFHLEVBQUUsQ0FBQztBQUNyQixlQUFTLENBQUMsa0JBQWtCLEdBQUcsOENBQXlCLE9BQU8sQ0FBQyxDQUFDOztBQUVqRSxVQUFJLG1CQUFtQixHQUNyQixPQUFPLENBQUMseUJBQXlCLElBQ2pDLG9DQUFvQyxDQUFDO0FBQ3ZDLGlDQUFrQixTQUFTLEVBQUUsZUFBZSxFQUFFLG1CQUFtQixDQUFDLENBQUM7QUFDbkUsaUNBQWtCLFNBQVMsRUFBRSxvQkFBb0IsRUFBRSxtQkFBbUIsQ0FBQyxDQUFDO0tBQ3pFLE1BQU07QUFDTCxlQUFTLENBQUMsa0JBQWtCLEdBQUcsT0FBTyxDQUFDLGtCQUFrQixDQUFDO0FBQzFELGVBQVMsQ0FBQyxPQUFPLEdBQUcsT0FBTyxDQUFDLE9BQU8sQ0FBQztBQUNwQyxlQUFTLENBQUMsUUFBUSxHQUFHLE9BQU8sQ0FBQyxRQUFRLENBQUM7QUFDdEMsZUFBUyxDQUFDLFVBQVUsR0FBRyxPQUFPLENBQUMsVUFBVSxDQUFDO0FBQzFDLGVBQVMsQ0FBQyxLQUFLLEdBQUcsT0FBTyxDQUFDLEtBQUssQ0FBQztLQUNqQztHQUNGLENBQUM7O0FBRUYsS0FBRyxDQUFDLE1BQU0sR0FBRyxVQUFTLENBQUMsRUFBRSxJQUFJLEVBQUUsV0FBVyxFQUFFLE1BQU0sRUFBRTtBQUNsRCxRQUFJLFlBQVksQ0FBQyxjQUFjLElBQUksQ0FBQyxXQUFXLEVBQUU7QUFDL0MsWUFBTSwyQkFBYyx3QkFBd0IsQ0FBQyxDQUFDO0tBQy9DO0FBQ0QsUUFBSSxZQUFZLENBQUMsU0FBUyxJQUFJLENBQUMsTUFBTSxFQUFFO0FBQ3JDLFlBQU0sMkJBQWMseUJBQXlCLENBQUMsQ0FBQztLQUNoRDs7QUFFRCxXQUFPLFdBQVcsQ0FDaEIsU0FBUyxFQUNULENBQUMsRUFDRCxZQUFZLENBQUMsQ0FBQyxDQUFDLEVBQ2YsSUFBSSxFQUNKLENBQUMsRUFDRCxXQUFXLEVBQ1gsTUFBTSxDQUNQLENBQUM7R0FDSCxDQUFDO0FBQ0YsU0FBTyxHQUFHLENBQUM7Q0FDWjs7QUFFTSxTQUFTLFdBQVcsQ0FDekIsU0FBUyxFQUNULENBQUMsRUFDRCxFQUFFLEVBQ0YsSUFBSSxFQUNKLG1CQUFtQixFQUNuQixXQUFXLEVBQ1gsTUFBTSxFQUNOO0FBQ0EsV0FBUyxJQUFJLENBQUMsT0FBTyxFQUFnQjtRQUFkLE9BQU8seURBQUcsRUFBRTs7QUFDakMsUUFBSSxhQUFhLEdBQUcsTUFBTSxDQUFDO0FBQzNCLFFBQ0UsTUFBTSxJQUNOLE9BQU8sSUFBSSxNQUFNLENBQUMsQ0FBQyxDQUFDLElBQ3BCLEVBQUUsT0FBTyxLQUFLLFNBQVMsQ0FBQyxXQUFXLElBQUksTUFBTSxDQUFDLENBQUMsQ0FBQyxLQUFLLElBQUksQ0FBQSxBQUFDLEVBQzFEO0FBQ0EsbUJBQWEsR0FBRyxDQUFDLE9BQU8sQ0FBQyxDQUFDLE1BQU0sQ0FBQyxNQUFNLENBQUMsQ0FBQztLQUMxQzs7QUFFRCxXQUFPLEVBQUUsQ0FDUCxTQUFTLEVBQ1QsT0FBTyxFQUNQLFNBQVMsQ0FBQyxPQUFPLEVBQ2pCLFNBQVMsQ0FBQyxRQUFRLEVBQ2xCLE9BQU8sQ0FBQyxJQUFJLElBQUksSUFBSSxFQUNwQixXQUFXLElBQUksQ0FBQyxPQUFPLENBQUMsV0FBVyxDQUFDLENBQUMsTUFBTSxDQUFDLFdBQVcsQ0FBQyxFQUN4RCxhQUFhLENBQ2QsQ0FBQztHQUNIOztBQUVELE1BQUksR0FBRyxpQkFBaUIsQ0FBQyxFQUFFLEVBQUUsSUFBSSxFQUFFLFNBQVMsRUFBRSxNQUFNLEVBQUUsSUFBSSxFQUFFLFdBQVcsQ0FBQyxDQUFDOztBQUV6RSxNQUFJLENBQUMsT0FBTyxHQUFHLENBQUMsQ0FBQztBQUNqQixNQUFJLENBQUMsS0FBSyxHQUFHLE1BQU0sR0FBRyxNQUFNLENBQUMsTUFBTSxHQUFHLENBQUMsQ0FBQztBQUN4QyxNQUFJLENBQUMsV0FBVyxHQUFHLG1CQUFtQixJQUFJLENBQUMsQ0FBQztBQUM1QyxTQUFPLElBQUksQ0FBQztDQUNiOzs7Ozs7QUFLTSxTQUFTLGNBQWMsQ0FBQyxPQUFPLEVBQUUsT0FBTyxFQUFFLE9BQU8sRUFBRTtBQUN4RCxNQUFJLENBQUMsT0FBTyxFQUFFO0FBQ1osUUFBSSxPQUFPLENBQUMsSUFBSSxLQUFLLGdCQUFnQixFQUFFO0FBQ3JDLGFBQU8sR0FBRyxPQUFPLENBQUMsSUFBSSxDQUFDLGVBQWUsQ0FBQyxDQUFDO0tBQ3pDLE1BQU07QUFDTCxhQUFPLEdBQUcsT0FBTyxDQUFDLFFBQVEsQ0FBQyxPQUFPLENBQUMsSUFBSSxDQUFDLENBQUM7S0FDMUM7R0FDRixNQUFNLElBQUksQ0FBQyxPQUFPLENBQUMsSUFBSSxJQUFJLENBQUMsT0FBTyxDQUFDLElBQUksRUFBRTs7QUFFekMsV0FBTyxDQUFDLElBQUksR0FBRyxPQUFPLENBQUM7QUFDdkIsV0FBTyxHQUFHLE9BQU8sQ0FBQyxRQUFRLENBQUMsT0FBTyxDQUFDLENBQUM7R0FDckM7QUFDRCxTQUFPLE9BQU8sQ0FBQztDQUNoQjs7QUFFTSxTQUFTLGFBQWEsQ0FBQyxPQUFPLEVBQUUsT0FBTyxFQUFFLE9BQU8sRUFBRTs7QUFFdkQsTUFBTSxtQkFBbUIsR0FBRyxPQUFPLENBQUMsSUFBSSxJQUFJLE9BQU8sQ0FBQyxJQUFJLENBQUMsZUFBZSxDQUFDLENBQUM7QUFDMUUsU0FBTyxDQUFDLE9BQU8sR0FBRyxJQUFJLENBQUM7QUFDdkIsTUFBSSxPQUFPLENBQUMsR0FBRyxFQUFFO0FBQ2YsV0FBTyxDQUFDLElBQUksQ0FBQyxXQUFXLEdBQUcsT0FBTyxDQUFDLEdBQUcsQ0FBQyxDQUFDLENBQUMsSUFBSSxPQUFPLENBQUMsSUFBSSxDQUFDLFdBQVcsQ0FBQztHQUN2RTs7QUFFRCxNQUFJLFlBQVksWUFBQSxDQUFDO0FBQ2pCLE1BQUksT0FBTyxDQUFDLEVBQUUsSUFBSSxPQUFPLENBQUMsRUFBRSxLQUFLLElBQUksRUFBRTs7QUFDckMsYUFBTyxDQUFDLElBQUksR0FBRyxrQkFBWSxPQUFPLENBQUMsSUFBSSxDQUFDLENBQUM7O0FBRXpDLFVBQUksRUFBRSxHQUFHLE9BQU8sQ0FBQyxFQUFFLENBQUM7QUFDcEIsa0JBQVksR0FBRyxPQUFPLENBQUMsSUFBSSxDQUFDLGVBQWUsQ0FBQyxHQUFHLFNBQVMsbUJBQW1CLENBQ3pFLE9BQU8sRUFFUDtZQURBLE9BQU8seURBQUcsRUFBRTs7OztBQUlaLGVBQU8sQ0FBQyxJQUFJLEdBQUcsa0JBQVksT0FBTyxDQUFDLElBQUksQ0FBQyxDQUFDO0FBQ3pDLGVBQU8sQ0FBQyxJQUFJLENBQUMsZUFBZSxDQUFDLEdBQUcsbUJBQW1CLENBQUM7QUFDcEQsZUFBTyxFQUFFLENBQUMsT0FBTyxFQUFFLE9BQU8sQ0FBQyxDQUFDO09BQzdCLENBQUM7QUFDRixVQUFJLEVBQUUsQ0FBQyxRQUFRLEVBQUU7QUFDZixlQUFPLENBQUMsUUFBUSxHQUFHLEtBQUssQ0FBQyxNQUFNLENBQUMsRUFBRSxFQUFFLE9BQU8sQ0FBQyxRQUFRLEVBQUUsRUFBRSxDQUFDLFFBQVEsQ0FBQyxDQUFDO09BQ3BFOztHQUNGOztBQUVELE1BQUksT0FBTyxLQUFLLFNBQVMsSUFBSSxZQUFZLEVBQUU7QUFDekMsV0FBTyxHQUFHLFlBQVksQ0FBQztHQUN4Qjs7QUFFRCxNQUFJLE9BQU8sS0FBSyxTQUFTLEVBQUU7QUFDekIsVUFBTSwyQkFBYyxjQUFjLEdBQUcsT0FBTyxDQUFDLElBQUksR0FBRyxxQkFBcUIsQ0FBQyxDQUFDO0dBQzVFLE1BQU0sSUFBSSxPQUFPLFlBQVksUUFBUSxFQUFFO0FBQ3RDLFdBQU8sT0FBTyxDQUFDLE9BQU8sRUFBRSxPQUFPLENBQUMsQ0FBQztHQUNsQztDQUNGOztBQUVNLFNBQVMsSUFBSSxHQUFHO0FBQ3JCLFNBQU8sRUFBRSxDQUFDO0NBQ1g7O0FBRUQsU0FBUyxRQUFRLENBQUMsT0FBTyxFQUFFLElBQUksRUFBRTtBQUMvQixNQUFJLENBQUMsSUFBSSxJQUFJLEVBQUUsTUFBTSxJQUFJLElBQUksQ0FBQSxBQUFDLEVBQUU7QUFDOUIsUUFBSSxHQUFHLElBQUksR0FBRyxrQkFBWSxJQUFJLENBQUMsR0FBRyxFQUFFLENBQUM7QUFDckMsUUFBSSxDQUFDLElBQUksR0FBRyxPQUFPLENBQUM7R0FDckI7QUFDRCxTQUFPLElBQUksQ0FBQztDQUNiOztBQUVELFNBQVMsaUJBQWlCLENBQUMsRUFBRSxFQUFFLElBQUksRUFBRSxTQUFTLEVBQUUsTUFBTSxFQUFFLElBQUksRUFBRSxXQUFXLEVBQUU7QUFDekUsTUFBSSxFQUFFLENBQUMsU0FBUyxFQUFFO0FBQ2hCLFFBQUksS0FBSyxHQUFHLEVBQUUsQ0FBQztBQUNmLFFBQUksR0FBRyxFQUFFLENBQUMsU0FBUyxDQUNqQixJQUFJLEVBQ0osS0FBSyxFQUNMLFNBQVMsRUFDVCxNQUFNLElBQUksTUFBTSxDQUFDLENBQUMsQ0FBQyxFQUNuQixJQUFJLEVBQ0osV0FBVyxFQUNYLE1BQU0sQ0FDUCxDQUFDO0FBQ0YsU0FBSyxDQUFDLE1BQU0sQ0FBQyxJQUFJLEVBQUUsS0FBSyxDQUFDLENBQUM7R0FDM0I7QUFDRCxTQUFPLElBQUksQ0FBQztDQUNiOztBQUVELFNBQVMsK0JBQStCLENBQUMsYUFBYSxFQUFFLFNBQVMsRUFBRTtBQUNqRSxRQUFNLENBQUMsSUFBSSxDQUFDLGFBQWEsQ0FBQyxDQUFDLE9BQU8sQ0FBQyxVQUFBLFVBQVUsRUFBSTtBQUMvQyxRQUFJLE1BQU0sR0FBRyxhQUFhLENBQUMsVUFBVSxDQUFDLENBQUM7QUFDdkMsaUJBQWEsQ0FBQyxVQUFVLENBQUMsR0FBRyx3QkFBd0IsQ0FBQyxNQUFNLEVBQUUsU0FBUyxDQUFDLENBQUM7R0FDekUsQ0FBQyxDQUFDO0NBQ0o7O0FBRUQsU0FBUyx3QkFBd0IsQ0FBQyxNQUFNLEVBQUUsU0FBUyxFQUFFO0FBQ25ELE1BQU0sY0FBYyxHQUFHLFNBQVMsQ0FBQyxjQUFjLENBQUM7QUFDaEQsU0FBTywrQkFBVyxNQUFNLEVBQUUsVUFBQSxPQUFPLEVBQUk7QUFDbkMsV0FBTyxLQUFLLENBQUMsTUFBTSxDQUFDLEVBQUUsY0FBYyxFQUFkLGNBQWMsRUFBRSxFQUFFLE9BQU8sQ0FBQyxDQUFDO0dBQ2xELENBQUMsQ0FBQztDQUNKIiwiZmlsZSI6InJ1bnRpbWUuanMiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgKiBhcyBVdGlscyBmcm9tICcuL3V0aWxzJztcbmltcG9ydCBFeGNlcHRpb24gZnJvbSAnLi9leGNlcHRpb24nO1xuaW1wb3J0IHtcbiAgQ09NUElMRVJfUkVWSVNJT04sXG4gIGNyZWF0ZUZyYW1lLFxuICBMQVNUX0NPTVBBVElCTEVfQ09NUElMRVJfUkVWSVNJT04sXG4gIFJFVklTSU9OX0NIQU5HRVNcbn0gZnJvbSAnLi9iYXNlJztcbmltcG9ydCB7IG1vdmVIZWxwZXJUb0hvb2tzIH0gZnJvbSAnLi9oZWxwZXJzJztcbmltcG9ydCB7IHdyYXBIZWxwZXIgfSBmcm9tICcuL2ludGVybmFsL3dyYXBIZWxwZXInO1xuaW1wb3J0IHtcbiAgY3JlYXRlUHJvdG9BY2Nlc3NDb250cm9sLFxuICByZXN1bHRJc0FsbG93ZWRcbn0gZnJvbSAnLi9pbnRlcm5hbC9wcm90by1hY2Nlc3MnO1xuXG5leHBvcnQgZnVuY3Rpb24gY2hlY2tSZXZpc2lvbihjb21waWxlckluZm8pIHtcbiAgY29uc3QgY29tcGlsZXJSZXZpc2lvbiA9IChjb21waWxlckluZm8gJiYgY29tcGlsZXJJbmZvWzBdKSB8fCAxLFxuICAgIGN1cnJlbnRSZXZpc2lvbiA9IENPTVBJTEVSX1JFVklTSU9OO1xuXG4gIGlmIChcbiAgICBjb21waWxlclJldmlzaW9uID49IExBU1RfQ09NUEFUSUJMRV9DT01QSUxFUl9SRVZJU0lPTiAmJlxuICAgIGNvbXBpbGVyUmV2aXNpb24gPD0gQ09NUElMRVJfUkVWSVNJT05cbiAgKSB7XG4gICAgcmV0dXJuO1xuICB9XG5cbiAgaWYgKGNvbXBpbGVyUmV2aXNpb24gPCBMQVNUX0NPTVBBVElCTEVfQ09NUElMRVJfUkVWSVNJT04pIHtcbiAgICBjb25zdCBydW50aW1lVmVyc2lvbnMgPSBSRVZJU0lPTl9DSEFOR0VTW2N1cnJlbnRSZXZpc2lvbl0sXG4gICAgICBjb21waWxlclZlcnNpb25zID0gUkVWSVNJT05fQ0hBTkdFU1tjb21waWxlclJldmlzaW9uXTtcbiAgICB0aHJvdyBuZXcgRXhjZXB0aW9uKFxuICAgICAgJ1RlbXBsYXRlIHdhcyBwcmVjb21waWxlZCB3aXRoIGFuIG9sZGVyIHZlcnNpb24gb2YgSGFuZGxlYmFycyB0aGFuIHRoZSBjdXJyZW50IHJ1bnRpbWUuICcgK1xuICAgICAgICAnUGxlYXNlIHVwZGF0ZSB5b3VyIHByZWNvbXBpbGVyIHRvIGEgbmV3ZXIgdmVyc2lvbiAoJyArXG4gICAgICAgIHJ1bnRpbWVWZXJzaW9ucyArXG4gICAgICAgICcpIG9yIGRvd25ncmFkZSB5b3VyIHJ1bnRpbWUgdG8gYW4gb2xkZXIgdmVyc2lvbiAoJyArXG4gICAgICAgIGNvbXBpbGVyVmVyc2lvbnMgK1xuICAgICAgICAnKS4nXG4gICAgKTtcbiAgfSBlbHNlIHtcbiAgICAvLyBVc2UgdGhlIGVtYmVkZGVkIHZlcnNpb24gaW5mbyBzaW5jZSB0aGUgcnVudGltZSBkb2Vzbid0IGtub3cgYWJvdXQgdGhpcyByZXZpc2lvbiB5ZXRcbiAgICB0aHJvdyBuZXcgRXhjZXB0aW9uKFxuICAgICAgJ1RlbXBsYXRlIHdhcyBwcmVjb21waWxlZCB3aXRoIGEgbmV3ZXIgdmVyc2lvbiBvZiBIYW5kbGViYXJzIHRoYW4gdGhlIGN1cnJlbnQgcnVudGltZS4gJyArXG4gICAgICAgICdQbGVhc2UgdXBkYXRlIHlvdXIgcnVudGltZSB0byBhIG5ld2VyIHZlcnNpb24gKCcgK1xuICAgICAgICBjb21waWxlckluZm9bMV0gK1xuICAgICAgICAnKS4nXG4gICAgKTtcbiAgfVxufVxuXG5leHBvcnQgZnVuY3Rpb24gdGVtcGxhdGUodGVtcGxhdGVTcGVjLCBlbnYpIHtcbiAgLyogaXN0YW5idWwgaWdub3JlIG5leHQgKi9cbiAgaWYgKCFlbnYpIHtcbiAgICB0aHJvdyBuZXcgRXhjZXB0aW9uKCdObyBlbnZpcm9ubWVudCBwYXNzZWQgdG8gdGVtcGxhdGUnKTtcbiAgfVxuICBpZiAoIXRlbXBsYXRlU3BlYyB8fCAhdGVtcGxhdGVTcGVjLm1haW4pIHtcbiAgICB0aHJvdyBuZXcgRXhjZXB0aW9uKCdVbmtub3duIHRlbXBsYXRlIG9iamVjdDogJyArIHR5cGVvZiB0ZW1wbGF0ZVNwZWMpO1xuICB9XG5cbiAgdGVtcGxhdGVTcGVjLm1haW4uZGVjb3JhdG9yID0gdGVtcGxhdGVTcGVjLm1haW5fZDtcblxuICAvLyBOb3RlOiBVc2luZyBlbnYuVk0gcmVmZXJlbmNlcyByYXRoZXIgdGhhbiBsb2NhbCB2YXIgcmVmZXJlbmNlcyB0aHJvdWdob3V0IHRoaXMgc2VjdGlvbiB0byBhbGxvd1xuICAvLyBmb3IgZXh0ZXJuYWwgdXNlcnMgdG8gb3ZlcnJpZGUgdGhlc2UgYXMgcHNldWRvLXN1cHBvcnRlZCBBUElzLlxuICBlbnYuVk0uY2hlY2tSZXZpc2lvbih0ZW1wbGF0ZVNwZWMuY29tcGlsZXIpO1xuXG4gIC8vIGJhY2t3YXJkcyBjb21wYXRpYmlsaXR5IGZvciBwcmVjb21waWxlZCB0ZW1wbGF0ZXMgd2l0aCBjb21waWxlci12ZXJzaW9uIDcgKDw0LjMuMClcbiAgY29uc3QgdGVtcGxhdGVXYXNQcmVjb21waWxlZFdpdGhDb21waWxlclY3ID1cbiAgICB0ZW1wbGF0ZVNwZWMuY29tcGlsZXIgJiYgdGVtcGxhdGVTcGVjLmNvbXBpbGVyWzBdID09PSA3O1xuXG4gIGZ1bmN0aW9uIGludm9rZVBhcnRpYWxXcmFwcGVyKHBhcnRpYWwsIGNvbnRleHQsIG9wdGlvbnMpIHtcbiAgICBpZiAob3B0aW9ucy5oYXNoKSB7XG4gICAgICBjb250ZXh0ID0gVXRpbHMuZXh0ZW5kKHt9LCBjb250ZXh0LCBvcHRpb25zLmhhc2gpO1xuICAgICAgaWYgKG9wdGlvbnMuaWRzKSB7XG4gICAgICAgIG9wdGlvbnMuaWRzWzBdID0gdHJ1ZTtcbiAgICAgIH1cbiAgICB9XG4gICAgcGFydGlhbCA9IGVudi5WTS5yZXNvbHZlUGFydGlhbC5jYWxsKHRoaXMsIHBhcnRpYWwsIGNvbnRleHQsIG9wdGlvbnMpO1xuXG4gICAgbGV0IGV4dGVuZGVkT3B0aW9ucyA9IFV0aWxzLmV4dGVuZCh7fSwgb3B0aW9ucywge1xuICAgICAgaG9va3M6IHRoaXMuaG9va3MsXG4gICAgICBwcm90b0FjY2Vzc0NvbnRyb2w6IHRoaXMucHJvdG9BY2Nlc3NDb250cm9sXG4gICAgfSk7XG5cbiAgICBsZXQgcmVzdWx0ID0gZW52LlZNLmludm9rZVBhcnRpYWwuY2FsbChcbiAgICAgIHRoaXMsXG4gICAgICBwYXJ0aWFsLFxuICAgICAgY29udGV4dCxcbiAgICAgIGV4dGVuZGVkT3B0aW9uc1xuICAgICk7XG5cbiAgICBpZiAocmVzdWx0ID09IG51bGwgJiYgZW52LmNvbXBpbGUpIHtcbiAgICAgIG9wdGlvbnMucGFydGlhbHNbb3B0aW9ucy5uYW1lXSA9IGVudi5jb21waWxlKFxuICAgICAgICBwYXJ0aWFsLFxuICAgICAgICB0ZW1wbGF0ZVNwZWMuY29tcGlsZXJPcHRpb25zLFxuICAgICAgICBlbnZcbiAgICAgICk7XG4gICAgICByZXN1bHQgPSBvcHRpb25zLnBhcnRpYWxzW29wdGlvbnMubmFtZV0oY29udGV4dCwgZXh0ZW5kZWRPcHRpb25zKTtcbiAgICB9XG4gICAgaWYgKHJlc3VsdCAhPSBudWxsKSB7XG4gICAgICBpZiAob3B0aW9ucy5pbmRlbnQpIHtcbiAgICAgICAgbGV0IGxpbmVzID0gcmVzdWx0LnNwbGl0KCdcXG4nKTtcbiAgICAgICAgZm9yIChsZXQgaSA9IDAsIGwgPSBsaW5lcy5sZW5ndGg7IGkgPCBsOyBpKyspIHtcbiAgICAgICAgICBpZiAoIWxpbmVzW2ldICYmIGkgKyAxID09PSBsKSB7XG4gICAgICAgICAgICBicmVhaztcbiAgICAgICAgICB9XG5cbiAgICAgICAgICBsaW5lc1tpXSA9IG9wdGlvbnMuaW5kZW50ICsgbGluZXNbaV07XG4gICAgICAgIH1cbiAgICAgICAgcmVzdWx0ID0gbGluZXMuam9pbignXFxuJyk7XG4gICAgICB9XG4gICAgICByZXR1cm4gcmVzdWx0O1xuICAgIH0gZWxzZSB7XG4gICAgICB0aHJvdyBuZXcgRXhjZXB0aW9uKFxuICAgICAgICAnVGhlIHBhcnRpYWwgJyArXG4gICAgICAgICAgb3B0aW9ucy5uYW1lICtcbiAgICAgICAgICAnIGNvdWxkIG5vdCBiZSBjb21waWxlZCB3aGVuIHJ1bm5pbmcgaW4gcnVudGltZS1vbmx5IG1vZGUnXG4gICAgICApO1xuICAgIH1cbiAgfVxuXG4gIC8vIEp1c3QgYWRkIHdhdGVyXG4gIGxldCBjb250YWluZXIgPSB7XG4gICAgc3RyaWN0OiBmdW5jdGlvbihvYmosIG5hbWUsIGxvYykge1xuICAgICAgaWYgKCFvYmogfHwgIShuYW1lIGluIG9iaikpIHtcbiAgICAgICAgdGhyb3cgbmV3IEV4Y2VwdGlvbignXCInICsgbmFtZSArICdcIiBub3QgZGVmaW5lZCBpbiAnICsgb2JqLCB7XG4gICAgICAgICAgbG9jOiBsb2NcbiAgICAgICAgfSk7XG4gICAgICB9XG4gICAgICByZXR1cm4gY29udGFpbmVyLmxvb2t1cFByb3BlcnR5KG9iaiwgbmFtZSk7XG4gICAgfSxcbiAgICBsb29rdXBQcm9wZXJ0eTogZnVuY3Rpb24ocGFyZW50LCBwcm9wZXJ0eU5hbWUpIHtcbiAgICAgIGxldCByZXN1bHQgPSBwYXJlbnRbcHJvcGVydHlOYW1lXTtcbiAgICAgIGlmIChyZXN1bHQgPT0gbnVsbCkge1xuICAgICAgICByZXR1cm4gcmVzdWx0O1xuICAgICAgfVxuICAgICAgaWYgKE9iamVjdC5wcm90b3R5cGUuaGFzT3duUHJvcGVydHkuY2FsbChwYXJlbnQsIHByb3BlcnR5TmFtZSkpIHtcbiAgICAgICAgcmV0dXJuIHJlc3VsdDtcbiAgICAgIH1cblxuICAgICAgaWYgKHJlc3VsdElzQWxsb3dlZChyZXN1bHQsIGNvbnRhaW5lci5wcm90b0FjY2Vzc0NvbnRyb2wsIHByb3BlcnR5TmFtZSkpIHtcbiAgICAgICAgcmV0dXJuIHJlc3VsdDtcbiAgICAgIH1cbiAgICAgIHJldHVybiB1bmRlZmluZWQ7XG4gICAgfSxcbiAgICBsb29rdXA6IGZ1bmN0aW9uKGRlcHRocywgbmFtZSkge1xuICAgICAgY29uc3QgbGVuID0gZGVwdGhzLmxlbmd0aDtcbiAgICAgIGZvciAobGV0IGkgPSAwOyBpIDwgbGVuOyBpKyspIHtcbiAgICAgICAgbGV0IHJlc3VsdCA9IGRlcHRoc1tpXSAmJiBjb250YWluZXIubG9va3VwUHJvcGVydHkoZGVwdGhzW2ldLCBuYW1lKTtcbiAgICAgICAgaWYgKHJlc3VsdCAhPSBudWxsKSB7XG4gICAgICAgICAgcmV0dXJuIGRlcHRoc1tpXVtuYW1lXTtcbiAgICAgICAgfVxuICAgICAgfVxuICAgIH0sXG4gICAgbGFtYmRhOiBmdW5jdGlvbihjdXJyZW50LCBjb250ZXh0KSB7XG4gICAgICByZXR1cm4gdHlwZW9mIGN1cnJlbnQgPT09ICdmdW5jdGlvbicgPyBjdXJyZW50LmNhbGwoY29udGV4dCkgOiBjdXJyZW50O1xuICAgIH0sXG5cbiAgICBlc2NhcGVFeHByZXNzaW9uOiBVdGlscy5lc2NhcGVFeHByZXNzaW9uLFxuICAgIGludm9rZVBhcnRpYWw6IGludm9rZVBhcnRpYWxXcmFwcGVyLFxuXG4gICAgZm46IGZ1bmN0aW9uKGkpIHtcbiAgICAgIGxldCByZXQgPSB0ZW1wbGF0ZVNwZWNbaV07XG4gICAgICByZXQuZGVjb3JhdG9yID0gdGVtcGxhdGVTcGVjW2kgKyAnX2QnXTtcbiAgICAgIHJldHVybiByZXQ7XG4gICAgfSxcblxuICAgIHByb2dyYW1zOiBbXSxcbiAgICBwcm9ncmFtOiBmdW5jdGlvbihpLCBkYXRhLCBkZWNsYXJlZEJsb2NrUGFyYW1zLCBibG9ja1BhcmFtcywgZGVwdGhzKSB7XG4gICAgICBsZXQgcHJvZ3JhbVdyYXBwZXIgPSB0aGlzLnByb2dyYW1zW2ldLFxuICAgICAgICBmbiA9IHRoaXMuZm4oaSk7XG4gICAgICBpZiAoZGF0YSB8fCBkZXB0aHMgfHwgYmxvY2tQYXJhbXMgfHwgZGVjbGFyZWRCbG9ja1BhcmFtcykge1xuICAgICAgICBwcm9ncmFtV3JhcHBlciA9IHdyYXBQcm9ncmFtKFxuICAgICAgICAgIHRoaXMsXG4gICAgICAgICAgaSxcbiAgICAgICAgICBmbixcbiAgICAgICAgICBkYXRhLFxuICAgICAgICAgIGRlY2xhcmVkQmxvY2tQYXJhbXMsXG4gICAgICAgICAgYmxvY2tQYXJhbXMsXG4gICAgICAgICAgZGVwdGhzXG4gICAgICAgICk7XG4gICAgICB9IGVsc2UgaWYgKCFwcm9ncmFtV3JhcHBlcikge1xuICAgICAgICBwcm9ncmFtV3JhcHBlciA9IHRoaXMucHJvZ3JhbXNbaV0gPSB3cmFwUHJvZ3JhbSh0aGlzLCBpLCBmbik7XG4gICAgICB9XG4gICAgICByZXR1cm4gcHJvZ3JhbVdyYXBwZXI7XG4gICAgfSxcblxuICAgIGRhdGE6IGZ1bmN0aW9uKHZhbHVlLCBkZXB0aCkge1xuICAgICAgd2hpbGUgKHZhbHVlICYmIGRlcHRoLS0pIHtcbiAgICAgICAgdmFsdWUgPSB2YWx1ZS5fcGFyZW50O1xuICAgICAgfVxuICAgICAgcmV0dXJuIHZhbHVlO1xuICAgIH0sXG4gICAgbWVyZ2VJZk5lZWRlZDogZnVuY3Rpb24ocGFyYW0sIGNvbW1vbikge1xuICAgICAgbGV0IG9iaiA9IHBhcmFtIHx8IGNvbW1vbjtcblxuICAgICAgaWYgKHBhcmFtICYmIGNvbW1vbiAmJiBwYXJhbSAhPT0gY29tbW9uKSB7XG4gICAgICAgIG9iaiA9IFV0aWxzLmV4dGVuZCh7fSwgY29tbW9uLCBwYXJhbSk7XG4gICAgICB9XG5cbiAgICAgIHJldHVybiBvYmo7XG4gICAgfSxcbiAgICAvLyBBbiBlbXB0eSBvYmplY3QgdG8gdXNlIGFzIHJlcGxhY2VtZW50IGZvciBudWxsLWNvbnRleHRzXG4gICAgbnVsbENvbnRleHQ6IE9iamVjdC5zZWFsKHt9KSxcblxuICAgIG5vb3A6IGVudi5WTS5ub29wLFxuICAgIGNvbXBpbGVySW5mbzogdGVtcGxhdGVTcGVjLmNvbXBpbGVyXG4gIH07XG5cbiAgZnVuY3Rpb24gcmV0KGNvbnRleHQsIG9wdGlvbnMgPSB7fSkge1xuICAgIGxldCBkYXRhID0gb3B0aW9ucy5kYXRhO1xuXG4gICAgcmV0Ll9zZXR1cChvcHRpb25zKTtcbiAgICBpZiAoIW9wdGlvbnMucGFydGlhbCAmJiB0ZW1wbGF0ZVNwZWMudXNlRGF0YSkge1xuICAgICAgZGF0YSA9IGluaXREYXRhKGNvbnRleHQsIGRhdGEpO1xuICAgIH1cbiAgICBsZXQgZGVwdGhzLFxuICAgICAgYmxvY2tQYXJhbXMgPSB0ZW1wbGF0ZVNwZWMudXNlQmxvY2tQYXJhbXMgPyBbXSA6IHVuZGVmaW5lZDtcbiAgICBpZiAodGVtcGxhdGVTcGVjLnVzZURlcHRocykge1xuICAgICAgaWYgKG9wdGlvbnMuZGVwdGhzKSB7XG4gICAgICAgIGRlcHRocyA9XG4gICAgICAgICAgY29udGV4dCAhPSBvcHRpb25zLmRlcHRoc1swXVxuICAgICAgICAgICAgPyBbY29udGV4dF0uY29uY2F0KG9wdGlvbnMuZGVwdGhzKVxuICAgICAgICAgICAgOiBvcHRpb25zLmRlcHRocztcbiAgICAgIH0gZWxzZSB7XG4gICAgICAgIGRlcHRocyA9IFtjb250ZXh0XTtcbiAgICAgIH1cbiAgICB9XG5cbiAgICBmdW5jdGlvbiBtYWluKGNvbnRleHQgLyosIG9wdGlvbnMqLykge1xuICAgICAgcmV0dXJuIChcbiAgICAgICAgJycgK1xuICAgICAgICB0ZW1wbGF0ZVNwZWMubWFpbihcbiAgICAgICAgICBjb250YWluZXIsXG4gICAgICAgICAgY29udGV4dCxcbiAgICAgICAgICBjb250YWluZXIuaGVscGVycyxcbiAgICAgICAgICBjb250YWluZXIucGFydGlhbHMsXG4gICAgICAgICAgZGF0YSxcbiAgICAgICAgICBibG9ja1BhcmFtcyxcbiAgICAgICAgICBkZXB0aHNcbiAgICAgICAgKVxuICAgICAgKTtcbiAgICB9XG5cbiAgICBtYWluID0gZXhlY3V0ZURlY29yYXRvcnMoXG4gICAgICB0ZW1wbGF0ZVNwZWMubWFpbixcbiAgICAgIG1haW4sXG4gICAgICBjb250YWluZXIsXG4gICAgICBvcHRpb25zLmRlcHRocyB8fCBbXSxcbiAgICAgIGRhdGEsXG4gICAgICBibG9ja1BhcmFtc1xuICAgICk7XG4gICAgcmV0dXJuIG1haW4oY29udGV4dCwgb3B0aW9ucyk7XG4gIH1cblxuICByZXQuaXNUb3AgPSB0cnVlO1xuXG4gIHJldC5fc2V0dXAgPSBmdW5jdGlvbihvcHRpb25zKSB7XG4gICAgaWYgKCFvcHRpb25zLnBhcnRpYWwpIHtcbiAgICAgIGxldCBtZXJnZWRIZWxwZXJzID0gVXRpbHMuZXh0ZW5kKHt9LCBlbnYuaGVscGVycywgb3B0aW9ucy5oZWxwZXJzKTtcbiAgICAgIHdyYXBIZWxwZXJzVG9QYXNzTG9va3VwUHJvcGVydHkobWVyZ2VkSGVscGVycywgY29udGFpbmVyKTtcbiAgICAgIGNvbnRhaW5lci5oZWxwZXJzID0gbWVyZ2VkSGVscGVycztcblxuICAgICAgaWYgKHRlbXBsYXRlU3BlYy51c2VQYXJ0aWFsKSB7XG4gICAgICAgIC8vIFVzZSBtZXJnZUlmTmVlZGVkIGhlcmUgdG8gcHJldmVudCBjb21waWxpbmcgZ2xvYmFsIHBhcnRpYWxzIG11bHRpcGxlIHRpbWVzXG4gICAgICAgIGNvbnRhaW5lci5wYXJ0aWFscyA9IGNvbnRhaW5lci5tZXJnZUlmTmVlZGVkKFxuICAgICAgICAgIG9wdGlvbnMucGFydGlhbHMsXG4gICAgICAgICAgZW52LnBhcnRpYWxzXG4gICAgICAgICk7XG4gICAgICB9XG4gICAgICBpZiAodGVtcGxhdGVTcGVjLnVzZVBhcnRpYWwgfHwgdGVtcGxhdGVTcGVjLnVzZURlY29yYXRvcnMpIHtcbiAgICAgICAgY29udGFpbmVyLmRlY29yYXRvcnMgPSBVdGlscy5leHRlbmQoXG4gICAgICAgICAge30sXG4gICAgICAgICAgZW52LmRlY29yYXRvcnMsXG4gICAgICAgICAgb3B0aW9ucy5kZWNvcmF0b3JzXG4gICAgICAgICk7XG4gICAgICB9XG5cbiAgICAgIGNvbnRhaW5lci5ob29rcyA9IHt9O1xuICAgICAgY29udGFpbmVyLnByb3RvQWNjZXNzQ29udHJvbCA9IGNyZWF0ZVByb3RvQWNjZXNzQ29udHJvbChvcHRpb25zKTtcblxuICAgICAgbGV0IGtlZXBIZWxwZXJJbkhlbHBlcnMgPVxuICAgICAgICBvcHRpb25zLmFsbG93Q2FsbHNUb0hlbHBlck1pc3NpbmcgfHxcbiAgICAgICAgdGVtcGxhdGVXYXNQcmVjb21waWxlZFdpdGhDb21waWxlclY3O1xuICAgICAgbW92ZUhlbHBlclRvSG9va3MoY29udGFpbmVyLCAnaGVscGVyTWlzc2luZycsIGtlZXBIZWxwZXJJbkhlbHBlcnMpO1xuICAgICAgbW92ZUhlbHBlclRvSG9va3MoY29udGFpbmVyLCAnYmxvY2tIZWxwZXJNaXNzaW5nJywga2VlcEhlbHBlckluSGVscGVycyk7XG4gICAgfSBlbHNlIHtcbiAgICAgIGNvbnRhaW5lci5wcm90b0FjY2Vzc0NvbnRyb2wgPSBvcHRpb25zLnByb3RvQWNjZXNzQ29udHJvbDsgLy8gaW50ZXJuYWwgb3B0aW9uXG4gICAgICBjb250YWluZXIuaGVscGVycyA9IG9wdGlvbnMuaGVscGVycztcbiAgICAgIGNvbnRhaW5lci5wYXJ0aWFscyA9IG9wdGlvbnMucGFydGlhbHM7XG4gICAgICBjb250YWluZXIuZGVjb3JhdG9ycyA9IG9wdGlvbnMuZGVjb3JhdG9ycztcbiAgICAgIGNvbnRhaW5lci5ob29rcyA9IG9wdGlvbnMuaG9va3M7XG4gICAgfVxuICB9O1xuXG4gIHJldC5fY2hpbGQgPSBmdW5jdGlvbihpLCBkYXRhLCBibG9ja1BhcmFtcywgZGVwdGhzKSB7XG4gICAgaWYgKHRlbXBsYXRlU3BlYy51c2VCbG9ja1BhcmFtcyAmJiAhYmxvY2tQYXJhbXMpIHtcbiAgICAgIHRocm93IG5ldyBFeGNlcHRpb24oJ211c3QgcGFzcyBibG9jayBwYXJhbXMnKTtcbiAgICB9XG4gICAgaWYgKHRlbXBsYXRlU3BlYy51c2VEZXB0aHMgJiYgIWRlcHRocykge1xuICAgICAgdGhyb3cgbmV3IEV4Y2VwdGlvbignbXVzdCBwYXNzIHBhcmVudCBkZXB0aHMnKTtcbiAgICB9XG5cbiAgICByZXR1cm4gd3JhcFByb2dyYW0oXG4gICAgICBjb250YWluZXIsXG4gICAgICBpLFxuICAgICAgdGVtcGxhdGVTcGVjW2ldLFxuICAgICAgZGF0YSxcbiAgICAgIDAsXG4gICAgICBibG9ja1BhcmFtcyxcbiAgICAgIGRlcHRoc1xuICAgICk7XG4gIH07XG4gIHJldHVybiByZXQ7XG59XG5cbmV4cG9ydCBmdW5jdGlvbiB3cmFwUHJvZ3JhbShcbiAgY29udGFpbmVyLFxuICBpLFxuICBmbixcbiAgZGF0YSxcbiAgZGVjbGFyZWRCbG9ja1BhcmFtcyxcbiAgYmxvY2tQYXJhbXMsXG4gIGRlcHRoc1xuKSB7XG4gIGZ1bmN0aW9uIHByb2coY29udGV4dCwgb3B0aW9ucyA9IHt9KSB7XG4gICAgbGV0IGN1cnJlbnREZXB0aHMgPSBkZXB0aHM7XG4gICAgaWYgKFxuICAgICAgZGVwdGhzICYmXG4gICAgICBjb250ZXh0ICE9IGRlcHRoc1swXSAmJlxuICAgICAgIShjb250ZXh0ID09PSBjb250YWluZXIubnVsbENvbnRleHQgJiYgZGVwdGhzWzBdID09PSBudWxsKVxuICAgICkge1xuICAgICAgY3VycmVudERlcHRocyA9IFtjb250ZXh0XS5jb25jYXQoZGVwdGhzKTtcbiAgICB9XG5cbiAgICByZXR1cm4gZm4oXG4gICAgICBjb250YWluZXIsXG4gICAgICBjb250ZXh0LFxuICAgICAgY29udGFpbmVyLmhlbHBlcnMsXG4gICAgICBjb250YWluZXIucGFydGlhbHMsXG4gICAgICBvcHRpb25zLmRhdGEgfHwgZGF0YSxcbiAgICAgIGJsb2NrUGFyYW1zICYmIFtvcHRpb25zLmJsb2NrUGFyYW1zXS5jb25jYXQoYmxvY2tQYXJhbXMpLFxuICAgICAgY3VycmVudERlcHRoc1xuICAgICk7XG4gIH1cblxuICBwcm9nID0gZXhlY3V0ZURlY29yYXRvcnMoZm4sIHByb2csIGNvbnRhaW5lciwgZGVwdGhzLCBkYXRhLCBibG9ja1BhcmFtcyk7XG5cbiAgcHJvZy5wcm9ncmFtID0gaTtcbiAgcHJvZy5kZXB0aCA9IGRlcHRocyA/IGRlcHRocy5sZW5ndGggOiAwO1xuICBwcm9nLmJsb2NrUGFyYW1zID0gZGVjbGFyZWRCbG9ja1BhcmFtcyB8fCAwO1xuICByZXR1cm4gcHJvZztcbn1cblxuLyoqXG4gKiBUaGlzIGlzIGN1cnJlbnRseSBwYXJ0IG9mIHRoZSBvZmZpY2lhbCBBUEksIHRoZXJlZm9yZSBpbXBsZW1lbnRhdGlvbiBkZXRhaWxzIHNob3VsZCBub3QgYmUgY2hhbmdlZC5cbiAqL1xuZXhwb3J0IGZ1bmN0aW9uIHJlc29sdmVQYXJ0aWFsKHBhcnRpYWwsIGNvbnRleHQsIG9wdGlvbnMpIHtcbiAgaWYgKCFwYXJ0aWFsKSB7XG4gICAgaWYgKG9wdGlvbnMubmFtZSA9PT0gJ0BwYXJ0aWFsLWJsb2NrJykge1xuICAgICAgcGFydGlhbCA9IG9wdGlvbnMuZGF0YVsncGFydGlhbC1ibG9jayddO1xuICAgIH0gZWxzZSB7XG4gICAgICBwYXJ0aWFsID0gb3B0aW9ucy5wYXJ0aWFsc1tvcHRpb25zLm5hbWVdO1xuICAgIH1cbiAgfSBlbHNlIGlmICghcGFydGlhbC5jYWxsICYmICFvcHRpb25zLm5hbWUpIHtcbiAgICAvLyBUaGlzIGlzIGEgZHluYW1pYyBwYXJ0aWFsIHRoYXQgcmV0dXJuZWQgYSBzdHJpbmdcbiAgICBvcHRpb25zLm5hbWUgPSBwYXJ0aWFsO1xuICAgIHBhcnRpYWwgPSBvcHRpb25zLnBhcnRpYWxzW3BhcnRpYWxdO1xuICB9XG4gIHJldHVybiBwYXJ0aWFsO1xufVxuXG5leHBvcnQgZnVuY3Rpb24gaW52b2tlUGFydGlhbChwYXJ0aWFsLCBjb250ZXh0LCBvcHRpb25zKSB7XG4gIC8vIFVzZSB0aGUgY3VycmVudCBjbG9zdXJlIGNvbnRleHQgdG8gc2F2ZSB0aGUgcGFydGlhbC1ibG9jayBpZiB0aGlzIHBhcnRpYWxcbiAgY29uc3QgY3VycmVudFBhcnRpYWxCbG9jayA9IG9wdGlvbnMuZGF0YSAmJiBvcHRpb25zLmRhdGFbJ3BhcnRpYWwtYmxvY2snXTtcbiAgb3B0aW9ucy5wYXJ0aWFsID0gdHJ1ZTtcbiAgaWYgKG9wdGlvbnMuaWRzKSB7XG4gICAgb3B0aW9ucy5kYXRhLmNvbnRleHRQYXRoID0gb3B0aW9ucy5pZHNbMF0gfHwgb3B0aW9ucy5kYXRhLmNvbnRleHRQYXRoO1xuICB9XG5cbiAgbGV0IHBhcnRpYWxCbG9jaztcbiAgaWYgKG9wdGlvbnMuZm4gJiYgb3B0aW9ucy5mbiAhPT0gbm9vcCkge1xuICAgIG9wdGlvbnMuZGF0YSA9IGNyZWF0ZUZyYW1lKG9wdGlvbnMuZGF0YSk7XG4gICAgLy8gV3JhcHBlciBmdW5jdGlvbiB0byBnZXQgYWNjZXNzIHRvIGN1cnJlbnRQYXJ0aWFsQmxvY2sgZnJvbSB0aGUgY2xvc3VyZVxuICAgIGxldCBmbiA9IG9wdGlvbnMuZm47XG4gICAgcGFydGlhbEJsb2NrID0gb3B0aW9ucy5kYXRhWydwYXJ0aWFsLWJsb2NrJ10gPSBmdW5jdGlvbiBwYXJ0aWFsQmxvY2tXcmFwcGVyKFxuICAgICAgY29udGV4dCxcbiAgICAgIG9wdGlvbnMgPSB7fVxuICAgICkge1xuICAgICAgLy8gUmVzdG9yZSB0aGUgcGFydGlhbC1ibG9jayBmcm9tIHRoZSBjbG9zdXJlIGZvciB0aGUgZXhlY3V0aW9uIG9mIHRoZSBibG9ja1xuICAgICAgLy8gaS5lLiB0aGUgcGFydCBpbnNpZGUgdGhlIGJsb2NrIG9mIHRoZSBwYXJ0aWFsIGNhbGwuXG4gICAgICBvcHRpb25zLmRhdGEgPSBjcmVhdGVGcmFtZShvcHRpb25zLmRhdGEpO1xuICAgICAgb3B0aW9ucy5kYXRhWydwYXJ0aWFsLWJsb2NrJ10gPSBjdXJyZW50UGFydGlhbEJsb2NrO1xuICAgICAgcmV0dXJuIGZuKGNvbnRleHQsIG9wdGlvbnMpO1xuICAgIH07XG4gICAgaWYgKGZuLnBhcnRpYWxzKSB7XG4gICAgICBvcHRpb25zLnBhcnRpYWxzID0gVXRpbHMuZXh0ZW5kKHt9LCBvcHRpb25zLnBhcnRpYWxzLCBmbi5wYXJ0aWFscyk7XG4gICAgfVxuICB9XG5cbiAgaWYgKHBhcnRpYWwgPT09IHVuZGVmaW5lZCAmJiBwYXJ0aWFsQmxvY2spIHtcbiAgICBwYXJ0aWFsID0gcGFydGlhbEJsb2NrO1xuICB9XG5cbiAgaWYgKHBhcnRpYWwgPT09IHVuZGVmaW5lZCkge1xuICAgIHRocm93IG5ldyBFeGNlcHRpb24oJ1RoZSBwYXJ0aWFsICcgKyBvcHRpb25zLm5hbWUgKyAnIGNvdWxkIG5vdCBiZSBmb3VuZCcpO1xuICB9IGVsc2UgaWYgKHBhcnRpYWwgaW5zdGFuY2VvZiBGdW5jdGlvbikge1xuICAgIHJldHVybiBwYXJ0aWFsKGNvbnRleHQsIG9wdGlvbnMpO1xuICB9XG59XG5cbmV4cG9ydCBmdW5jdGlvbiBub29wKCkge1xuICByZXR1cm4gJyc7XG59XG5cbmZ1bmN0aW9uIGluaXREYXRhKGNvbnRleHQsIGRhdGEpIHtcbiAgaWYgKCFkYXRhIHx8ICEoJ3Jvb3QnIGluIGRhdGEpKSB7XG4gICAgZGF0YSA9IGRhdGEgPyBjcmVhdGVGcmFtZShkYXRhKSA6IHt9O1xuICAgIGRhdGEucm9vdCA9IGNvbnRleHQ7XG4gIH1cbiAgcmV0dXJuIGRhdGE7XG59XG5cbmZ1bmN0aW9uIGV4ZWN1dGVEZWNvcmF0b3JzKGZuLCBwcm9nLCBjb250YWluZXIsIGRlcHRocywgZGF0YSwgYmxvY2tQYXJhbXMpIHtcbiAgaWYgKGZuLmRlY29yYXRvcikge1xuICAgIGxldCBwcm9wcyA9IHt9O1xuICAgIHByb2cgPSBmbi5kZWNvcmF0b3IoXG4gICAgICBwcm9nLFxuICAgICAgcHJvcHMsXG4gICAgICBjb250YWluZXIsXG4gICAgICBkZXB0aHMgJiYgZGVwdGhzWzBdLFxuICAgICAgZGF0YSxcbiAgICAgIGJsb2NrUGFyYW1zLFxuICAgICAgZGVwdGhzXG4gICAgKTtcbiAgICBVdGlscy5leHRlbmQocHJvZywgcHJvcHMpO1xuICB9XG4gIHJldHVybiBwcm9nO1xufVxuXG5mdW5jdGlvbiB3cmFwSGVscGVyc1RvUGFzc0xvb2t1cFByb3BlcnR5KG1lcmdlZEhlbHBlcnMsIGNvbnRhaW5lcikge1xuICBPYmplY3Qua2V5cyhtZXJnZWRIZWxwZXJzKS5mb3JFYWNoKGhlbHBlck5hbWUgPT4ge1xuICAgIGxldCBoZWxwZXIgPSBtZXJnZWRIZWxwZXJzW2hlbHBlck5hbWVdO1xuICAgIG1lcmdlZEhlbHBlcnNbaGVscGVyTmFtZV0gPSBwYXNzTG9va3VwUHJvcGVydHlPcHRpb24oaGVscGVyLCBjb250YWluZXIpO1xuICB9KTtcbn1cblxuZnVuY3Rpb24gcGFzc0xvb2t1cFByb3BlcnR5T3B0aW9uKGhlbHBlciwgY29udGFpbmVyKSB7XG4gIGNvbnN0IGxvb2t1cFByb3BlcnR5ID0gY29udGFpbmVyLmxvb2t1cFByb3BlcnR5O1xuICByZXR1cm4gd3JhcEhlbHBlcihoZWxwZXIsIG9wdGlvbnMgPT4ge1xuICAgIHJldHVybiBVdGlscy5leHRlbmQoeyBsb29rdXBQcm9wZXJ0eSB9LCBvcHRpb25zKTtcbiAgfSk7XG59XG4iXX0=\n","'use strict';\n\nexports.__esModule = true;\nexports.wrapHelper = wrapHelper;\n\nfunction wrapHelper(helper, transformOptionsFn) {\n if (typeof helper !== 'function') {\n // This should not happen, but apparently it does in https://github.com/wycats/handlebars.js/issues/1639\n // We try to make the wrapper least-invasive by not wrapping it, if the helper is not a function.\n return helper;\n }\n var wrapper = function wrapper() /* dynamic arguments */{\n var options = arguments[arguments.length - 1];\n arguments[arguments.length - 1] = transformOptionsFn(options);\n return helper.apply(this, arguments);\n };\n return wrapper;\n}\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uL2xpYi9oYW5kbGViYXJzL2ludGVybmFsL3dyYXBIZWxwZXIuanMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6Ijs7Ozs7QUFBTyxTQUFTLFVBQVUsQ0FBQyxNQUFNLEVBQUUsa0JBQWtCLEVBQUU7QUFDckQsTUFBSSxPQUFPLE1BQU0sS0FBSyxVQUFVLEVBQUU7OztBQUdoQyxXQUFPLE1BQU0sQ0FBQztHQUNmO0FBQ0QsTUFBSSxPQUFPLEdBQUcsU0FBVixPQUFPLDBCQUFxQztBQUM5QyxRQUFNLE9BQU8sR0FBRyxTQUFTLENBQUMsU0FBUyxDQUFDLE1BQU0sR0FBRyxDQUFDLENBQUMsQ0FBQztBQUNoRCxhQUFTLENBQUMsU0FBUyxDQUFDLE1BQU0sR0FBRyxDQUFDLENBQUMsR0FBRyxrQkFBa0IsQ0FBQyxPQUFPLENBQUMsQ0FBQztBQUM5RCxXQUFPLE1BQU0sQ0FBQyxLQUFLLENBQUMsSUFBSSxFQUFFLFNBQVMsQ0FBQyxDQUFDO0dBQ3RDLENBQUM7QUFDRixTQUFPLE9BQU8sQ0FBQztDQUNoQiIsImZpbGUiOiJ3cmFwSGVscGVyLmpzIiwic291cmNlc0NvbnRlbnQiOlsiZXhwb3J0IGZ1bmN0aW9uIHdyYXBIZWxwZXIoaGVscGVyLCB0cmFuc2Zvcm1PcHRpb25zRm4pIHtcbiAgaWYgKHR5cGVvZiBoZWxwZXIgIT09ICdmdW5jdGlvbicpIHtcbiAgICAvLyBUaGlzIHNob3VsZCBub3QgaGFwcGVuLCBidXQgYXBwYXJlbnRseSBpdCBkb2VzIGluIGh0dHBzOi8vZ2l0aHViLmNvbS93eWNhdHMvaGFuZGxlYmFycy5qcy9pc3N1ZXMvMTYzOVxuICAgIC8vIFdlIHRyeSB0byBtYWtlIHRoZSB3cmFwcGVyIGxlYXN0LWludmFzaXZlIGJ5IG5vdCB3cmFwcGluZyBpdCwgaWYgdGhlIGhlbHBlciBpcyBub3QgYSBmdW5jdGlvbi5cbiAgICByZXR1cm4gaGVscGVyO1xuICB9XG4gIGxldCB3cmFwcGVyID0gZnVuY3Rpb24oLyogZHluYW1pYyBhcmd1bWVudHMgKi8pIHtcbiAgICBjb25zdCBvcHRpb25zID0gYXJndW1lbnRzW2FyZ3VtZW50cy5sZW5ndGggLSAxXTtcbiAgICBhcmd1bWVudHNbYXJndW1lbnRzLmxlbmd0aCAtIDFdID0gdHJhbnNmb3JtT3B0aW9uc0ZuKG9wdGlvbnMpO1xuICAgIHJldHVybiBoZWxwZXIuYXBwbHkodGhpcywgYXJndW1lbnRzKTtcbiAgfTtcbiAgcmV0dXJuIHdyYXBwZXI7XG59XG4iXX0=\n","'use strict';\n\nexports.__esModule = true;\n\nexports['default'] = function (Handlebars) {\n /* istanbul ignore next */\n var root = typeof global !== 'undefined' ? global : window,\n $Handlebars = root.Handlebars;\n /* istanbul ignore next */\n Handlebars.noConflict = function () {\n if (root.Handlebars === Handlebars) {\n root.Handlebars = $Handlebars;\n }\n return Handlebars;\n };\n};\n\nmodule.exports = exports['default'];\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uL2xpYi9oYW5kbGViYXJzL25vLWNvbmZsaWN0LmpzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7Ozs7cUJBQWUsVUFBUyxVQUFVLEVBQUU7O0FBRWxDLE1BQUksSUFBSSxHQUFHLE9BQU8sTUFBTSxLQUFLLFdBQVcsR0FBRyxNQUFNLEdBQUcsTUFBTTtNQUN4RCxXQUFXLEdBQUcsSUFBSSxDQUFDLFVBQVUsQ0FBQzs7QUFFaEMsWUFBVSxDQUFDLFVBQVUsR0FBRyxZQUFXO0FBQ2pDLFFBQUksSUFBSSxDQUFDLFVBQVUsS0FBSyxVQUFVLEVBQUU7QUFDbEMsVUFBSSxDQUFDLFVBQVUsR0FBRyxXQUFXLENBQUM7S0FDL0I7QUFDRCxXQUFPLFVBQVUsQ0FBQztHQUNuQixDQUFDO0NBQ0giLCJmaWxlIjoibm8tY29uZmxpY3QuanMiLCJzb3VyY2VzQ29udGVudCI6WyJleHBvcnQgZGVmYXVsdCBmdW5jdGlvbihIYW5kbGViYXJzKSB7XG4gIC8qIGlzdGFuYnVsIGlnbm9yZSBuZXh0ICovXG4gIGxldCByb290ID0gdHlwZW9mIGdsb2JhbCAhPT0gJ3VuZGVmaW5lZCcgPyBnbG9iYWwgOiB3aW5kb3csXG4gICAgJEhhbmRsZWJhcnMgPSByb290LkhhbmRsZWJhcnM7XG4gIC8qIGlzdGFuYnVsIGlnbm9yZSBuZXh0ICovXG4gIEhhbmRsZWJhcnMubm9Db25mbGljdCA9IGZ1bmN0aW9uKCkge1xuICAgIGlmIChyb290LkhhbmRsZWJhcnMgPT09IEhhbmRsZWJhcnMpIHtcbiAgICAgIHJvb3QuSGFuZGxlYmFycyA9ICRIYW5kbGViYXJzO1xuICAgIH1cbiAgICByZXR1cm4gSGFuZGxlYmFycztcbiAgfTtcbn1cbiJdfQ==\n","var Handlebars = require(\"../../../../node_modules/handlebars/runtime.js\");\nfunction __default(obj) { return obj && (obj.__esModule ? obj[\"default\"] : obj); }\nmodule.exports = (Handlebars[\"default\"] || Handlebars).template({\"compiler\":[8,\">= 4.3.0\"],\"main\":function(container,depth0,helpers,partials,data) {\n var helper, lookupProperty = container.lookupProperty || function(parent, propertyName) {\n if (Object.prototype.hasOwnProperty.call(parent, propertyName)) {\n return parent[propertyName];\n }\n return undefined\n };\n\n return \"<div class=\\\"emptycontent\\\">\\n\t<div class=\\\"icon-loading\\\"></div>\\n\t<h2>\"\n + container.escapeExpression(((helper = (helper = lookupProperty(helpers,\"loadingText\") || (depth0 != null ? lookupProperty(depth0,\"loadingText\") : depth0)) != null ? helper : container.hooks.helperMissing),(typeof helper === \"function\" ? helper.call(depth0 != null ? depth0 : (container.nullContext || {}),{\"name\":\"loadingText\",\"hash\":{},\"data\":data,\"loc\":{\"start\":{\"line\":3,\"column\":5},\"end\":{\"line\":3,\"column\":20}}}) : helper)))\n + \"</h2>\\n</div>\\n\";\n},\"useData\":true});","var Handlebars = require(\"../../../../node_modules/handlebars/runtime.js\");\nfunction __default(obj) { return obj && (obj.__esModule ? obj[\"default\"] : obj); }\nmodule.exports = (Handlebars[\"default\"] || Handlebars).template({\"compiler\":[8,\">= 4.3.0\"],\"main\":function(container,depth0,helpers,partials,data) {\n var helper, lookupProperty = container.lookupProperty || function(parent, propertyName) {\n if (Object.prototype.hasOwnProperty.call(parent, propertyName)) {\n return parent[propertyName];\n }\n return undefined\n };\n\n return \"<div class=\\\"emptycontent\\\">\\n\t<div class=\\\"icon-search\\\"></div>\\n\t<h2>\"\n + container.escapeExpression(((helper = (helper = lookupProperty(helpers,\"couldNotLoadText\") || (depth0 != null ? lookupProperty(depth0,\"couldNotLoadText\") : depth0)) != null ? helper : container.hooks.helperMissing),(typeof helper === \"function\" ? helper.call(depth0 != null ? depth0 : (container.nullContext || {}),{\"name\":\"couldNotLoadText\",\"hash\":{},\"data\":data,\"loc\":{\"start\":{\"line\":3,\"column\":5},\"end\":{\"line\":3,\"column\":25}}}) : helper)))\n + \"</h2>\\n</div>\\n\";\n},\"useData\":true});","var Handlebars = require(\"../../../../node_modules/handlebars/runtime.js\");\nfunction __default(obj) { return obj && (obj.__esModule ? obj[\"default\"] : obj); }\nmodule.exports = (Handlebars[\"default\"] || Handlebars).template({\"compiler\":[8,\">= 4.3.0\"],\"main\":function(container,depth0,helpers,partials,data) {\n var helper, alias1=depth0 != null ? depth0 : (container.nullContext || {}), alias2=container.hooks.helperMissing, alias3=\"function\", alias4=container.escapeExpression, lookupProperty = container.lookupProperty || function(parent, propertyName) {\n if (Object.prototype.hasOwnProperty.call(parent, propertyName)) {\n return parent[propertyName];\n }\n return undefined\n };\n\n return \"<label class=\\\"hidden-visually\\\" for=\\\"contactsmenu-search\\\">\"\n + alias4(((helper = (helper = lookupProperty(helpers,\"searchContactsText\") || (depth0 != null ? lookupProperty(depth0,\"searchContactsText\") : depth0)) != null ? helper : alias2),(typeof helper === alias3 ? helper.call(alias1,{\"name\":\"searchContactsText\",\"hash\":{},\"data\":data,\"loc\":{\"start\":{\"line\":1,\"column\":57},\"end\":{\"line\":1,\"column\":79}}}) : helper)))\n + \"</label>\\n<input id=\\\"contactsmenu-search\\\" type=\\\"search\\\" placeholder=\\\"\"\n + alias4(((helper = (helper = lookupProperty(helpers,\"searchContactsText\") || (depth0 != null ? lookupProperty(depth0,\"searchContactsText\") : depth0)) != null ? helper : alias2),(typeof helper === alias3 ? helper.call(alias1,{\"name\":\"searchContactsText\",\"hash\":{},\"data\":data,\"loc\":{\"start\":{\"line\":2,\"column\":59},\"end\":{\"line\":2,\"column\":81}}}) : helper)))\n + \"\\\" value=\\\"\"\n + alias4(((helper = (helper = lookupProperty(helpers,\"searchTerm\") || (depth0 != null ? lookupProperty(depth0,\"searchTerm\") : depth0)) != null ? helper : alias2),(typeof helper === alias3 ? helper.call(alias1,{\"name\":\"searchTerm\",\"hash\":{},\"data\":data,\"loc\":{\"start\":{\"line\":2,\"column\":90},\"end\":{\"line\":2,\"column\":104}}}) : helper)))\n + \"\\\">\\n<div class=\\\"content\\\">\\n</div>\\n\";\n},\"useData\":true});","var Handlebars = require(\"../../../../node_modules/handlebars/runtime.js\");\nfunction __default(obj) { return obj && (obj.__esModule ? obj[\"default\"] : obj); }\nmodule.exports = (Handlebars[\"default\"] || Handlebars).template({\"1\":function(container,depth0,helpers,partials,data) {\n var helper, lookupProperty = container.lookupProperty || function(parent, propertyName) {\n if (Object.prototype.hasOwnProperty.call(parent, propertyName)) {\n return parent[propertyName];\n }\n return undefined\n };\n\n return \"<div class=\\\"emptycontent\\\">\\n\t<div class=\\\"icon-search\\\"></div>\\n\t<h2>\"\n + container.escapeExpression(((helper = (helper = lookupProperty(helpers,\"noContactsFoundText\") || (depth0 != null ? lookupProperty(depth0,\"noContactsFoundText\") : depth0)) != null ? helper : container.hooks.helperMissing),(typeof helper === \"function\" ? helper.call(depth0 != null ? depth0 : (container.nullContext || {}),{\"name\":\"noContactsFoundText\",\"hash\":{},\"data\":data,\"loc\":{\"start\":{\"line\":4,\"column\":5},\"end\":{\"line\":4,\"column\":28}}}) : helper)))\n + \"</h2>\\n</div>\\n\";\n},\"3\":function(container,depth0,helpers,partials,data) {\n var helper, alias1=depth0 != null ? depth0 : (container.nullContext || {}), alias2=container.hooks.helperMissing, alias3=\"function\", alias4=container.escapeExpression, lookupProperty = container.lookupProperty || function(parent, propertyName) {\n if (Object.prototype.hasOwnProperty.call(parent, propertyName)) {\n return parent[propertyName];\n }\n return undefined\n };\n\n return \"<div class=\\\"footer\\\"><a href=\\\"\"\n + alias4(((helper = (helper = lookupProperty(helpers,\"contactsAppURL\") || (depth0 != null ? lookupProperty(depth0,\"contactsAppURL\") : depth0)) != null ? helper : alias2),(typeof helper === alias3 ? helper.call(alias1,{\"name\":\"contactsAppURL\",\"hash\":{},\"data\":data,\"loc\":{\"start\":{\"line\":9,\"column\":29},\"end\":{\"line\":9,\"column\":47}}}) : helper)))\n + \"\\\">\"\n + alias4(((helper = (helper = lookupProperty(helpers,\"showAllContactsText\") || (depth0 != null ? lookupProperty(depth0,\"showAllContactsText\") : depth0)) != null ? helper : alias2),(typeof helper === alias3 ? helper.call(alias1,{\"name\":\"showAllContactsText\",\"hash\":{},\"data\":data,\"loc\":{\"start\":{\"line\":9,\"column\":49},\"end\":{\"line\":9,\"column\":72}}}) : helper)))\n + \"</a></div>\\n\";\n},\"5\":function(container,depth0,helpers,partials,data) {\n var stack1, lookupProperty = container.lookupProperty || function(parent, propertyName) {\n if (Object.prototype.hasOwnProperty.call(parent, propertyName)) {\n return parent[propertyName];\n }\n return undefined\n };\n\n return ((stack1 = lookupProperty(helpers,\"if\").call(depth0 != null ? depth0 : (container.nullContext || {}),(depth0 != null ? lookupProperty(depth0,\"canInstallApp\") : depth0),{\"name\":\"if\",\"hash\":{},\"fn\":container.program(6, data, 0),\"inverse\":container.noop,\"data\":data,\"loc\":{\"start\":{\"line\":10,\"column\":0},\"end\":{\"line\":12,\"column\":0}}})) != null ? stack1 : \"\");\n},\"6\":function(container,depth0,helpers,partials,data) {\n var helper, alias1=depth0 != null ? depth0 : (container.nullContext || {}), alias2=container.hooks.helperMissing, alias3=\"function\", alias4=container.escapeExpression, lookupProperty = container.lookupProperty || function(parent, propertyName) {\n if (Object.prototype.hasOwnProperty.call(parent, propertyName)) {\n return parent[propertyName];\n }\n return undefined\n };\n\n return \"<div class=\\\"footer\\\"><a href=\\\"\"\n + alias4(((helper = (helper = lookupProperty(helpers,\"contactsAppMgmtURL\") || (depth0 != null ? lookupProperty(depth0,\"contactsAppMgmtURL\") : depth0)) != null ? helper : alias2),(typeof helper === alias3 ? helper.call(alias1,{\"name\":\"contactsAppMgmtURL\",\"hash\":{},\"data\":data,\"loc\":{\"start\":{\"line\":11,\"column\":29},\"end\":{\"line\":11,\"column\":51}}}) : helper)))\n + \"\\\">\"\n + alias4(((helper = (helper = lookupProperty(helpers,\"contactsAppMgmtText\") || (depth0 != null ? lookupProperty(depth0,\"contactsAppMgmtText\") : depth0)) != null ? helper : alias2),(typeof helper === alias3 ? helper.call(alias1,{\"name\":\"contactsAppMgmtText\",\"hash\":{},\"data\":data,\"loc\":{\"start\":{\"line\":11,\"column\":53},\"end\":{\"line\":11,\"column\":76}}}) : helper)))\n + \"</a></div>\\n\";\n},\"compiler\":[8,\">= 4.3.0\"],\"main\":function(container,depth0,helpers,partials,data) {\n var stack1, alias1=depth0 != null ? depth0 : (container.nullContext || {}), lookupProperty = container.lookupProperty || function(parent, propertyName) {\n if (Object.prototype.hasOwnProperty.call(parent, propertyName)) {\n return parent[propertyName];\n }\n return undefined\n };\n\n return ((stack1 = lookupProperty(helpers,\"unless\").call(alias1,((stack1 = (depth0 != null ? lookupProperty(depth0,\"contacts\") : depth0)) != null ? lookupProperty(stack1,\"length\") : stack1),{\"name\":\"unless\",\"hash\":{},\"fn\":container.program(1, data, 0),\"inverse\":container.noop,\"data\":data,\"loc\":{\"start\":{\"line\":1,\"column\":0},\"end\":{\"line\":6,\"column\":11}}})) != null ? stack1 : \"\")\n + \"<div id=\\\"contactsmenu-contacts\\\"></div>\\n\"\n + ((stack1 = lookupProperty(helpers,\"if\").call(alias1,(depth0 != null ? lookupProperty(depth0,\"contactsAppEnabled\") : depth0),{\"name\":\"if\",\"hash\":{},\"fn\":container.program(3, data, 0),\"inverse\":container.program(5, data, 0),\"data\":data,\"loc\":{\"start\":{\"line\":8,\"column\":0},\"end\":{\"line\":12,\"column\":7}}})) != null ? stack1 : \"\");\n},\"useData\":true});","var baseConvert = require('./_baseConvert'),\n util = require('./_util');\n\n/**\n * Converts `func` of `name` to an immutable auto-curried iteratee-first data-last\n * version with conversion `options` applied. If `name` is an object its methods\n * will be converted.\n *\n * @param {string} name The name of the function to wrap.\n * @param {Function} [func] The function to wrap.\n * @param {Object} [options] The options object. See `baseConvert` for more details.\n * @returns {Function|Object} Returns the converted function or object.\n */\nfunction convert(name, func, options) {\n return baseConvert(util, name, func, options);\n}\n\nmodule.exports = convert;\n","var mapping = require('./_mapping'),\n fallbackHolder = require('./placeholder');\n\n/** Built-in value reference. */\nvar push = Array.prototype.push;\n\n/**\n * Creates a function, with an arity of `n`, that invokes `func` with the\n * arguments it receives.\n *\n * @private\n * @param {Function} func The function to wrap.\n * @param {number} n The arity of the new function.\n * @returns {Function} Returns the new function.\n */\nfunction baseArity(func, n) {\n return n == 2\n ? function(a, b) { return func.apply(undefined, arguments); }\n : function(a) { return func.apply(undefined, arguments); };\n}\n\n/**\n * Creates a function that invokes `func`, with up to `n` arguments, ignoring\n * any additional arguments.\n *\n * @private\n * @param {Function} func The function to cap arguments for.\n * @param {number} n The arity cap.\n * @returns {Function} Returns the new function.\n */\nfunction baseAry(func, n) {\n return n == 2\n ? function(a, b) { return func(a, b); }\n : function(a) { return func(a); };\n}\n\n/**\n * Creates a clone of `array`.\n *\n * @private\n * @param {Array} array The array to clone.\n * @returns {Array} Returns the cloned array.\n */\nfunction cloneArray(array) {\n var length = array ? array.length : 0,\n result = Array(length);\n\n while (length--) {\n result[length] = array[length];\n }\n return result;\n}\n\n/**\n * Creates a function that clones a given object using the assignment `func`.\n *\n * @private\n * @param {Function} func The assignment function.\n * @returns {Function} Returns the new cloner function.\n */\nfunction createCloner(func) {\n return function(object) {\n return func({}, object);\n };\n}\n\n/**\n * A specialized version of `_.spread` which flattens the spread array into\n * the arguments of the invoked `func`.\n *\n * @private\n * @param {Function} func The function to spread arguments over.\n * @param {number} start The start position of the spread.\n * @returns {Function} Returns the new function.\n */\nfunction flatSpread(func, start) {\n return function() {\n var length = arguments.length,\n lastIndex = length - 1,\n args = Array(length);\n\n while (length--) {\n args[length] = arguments[length];\n }\n var array = args[start],\n otherArgs = args.slice(0, start);\n\n if (array) {\n push.apply(otherArgs, array);\n }\n if (start != lastIndex) {\n push.apply(otherArgs, args.slice(start + 1));\n }\n return func.apply(this, otherArgs);\n };\n}\n\n/**\n * Creates a function that wraps `func` and uses `cloner` to clone the first\n * argument it receives.\n *\n * @private\n * @param {Function} func The function to wrap.\n * @param {Function} cloner The function to clone arguments.\n * @returns {Function} Returns the new immutable function.\n */\nfunction wrapImmutable(func, cloner) {\n return function() {\n var length = arguments.length;\n if (!length) {\n return;\n }\n var args = Array(length);\n while (length--) {\n args[length] = arguments[length];\n }\n var result = args[0] = cloner.apply(undefined, args);\n func.apply(undefined, args);\n return result;\n };\n}\n\n/**\n * The base implementation of `convert` which accepts a `util` object of methods\n * required to perform conversions.\n *\n * @param {Object} util The util object.\n * @param {string} name The name of the function to convert.\n * @param {Function} func The function to convert.\n * @param {Object} [options] The options object.\n * @param {boolean} [options.cap=true] Specify capping iteratee arguments.\n * @param {boolean} [options.curry=true] Specify currying.\n * @param {boolean} [options.fixed=true] Specify fixed arity.\n * @param {boolean} [options.immutable=true] Specify immutable operations.\n * @param {boolean} [options.rearg=true] Specify rearranging arguments.\n * @returns {Function|Object} Returns the converted function or object.\n */\nfunction baseConvert(util, name, func, options) {\n var isLib = typeof name == 'function',\n isObj = name === Object(name);\n\n if (isObj) {\n options = func;\n func = name;\n name = undefined;\n }\n if (func == null) {\n throw new TypeError;\n }\n options || (options = {});\n\n var config = {\n 'cap': 'cap' in options ? options.cap : true,\n 'curry': 'curry' in options ? options.curry : true,\n 'fixed': 'fixed' in options ? options.fixed : true,\n 'immutable': 'immutable' in options ? options.immutable : true,\n 'rearg': 'rearg' in options ? options.rearg : true\n };\n\n var defaultHolder = isLib ? func : fallbackHolder,\n forceCurry = ('curry' in options) && options.curry,\n forceFixed = ('fixed' in options) && options.fixed,\n forceRearg = ('rearg' in options) && options.rearg,\n pristine = isLib ? func.runInContext() : undefined;\n\n var helpers = isLib ? func : {\n 'ary': util.ary,\n 'assign': util.assign,\n 'clone': util.clone,\n 'curry': util.curry,\n 'forEach': util.forEach,\n 'isArray': util.isArray,\n 'isError': util.isError,\n 'isFunction': util.isFunction,\n 'isWeakMap': util.isWeakMap,\n 'iteratee': util.iteratee,\n 'keys': util.keys,\n 'rearg': util.rearg,\n 'toInteger': util.toInteger,\n 'toPath': util.toPath\n };\n\n var ary = helpers.ary,\n assign = helpers.assign,\n clone = helpers.clone,\n curry = helpers.curry,\n each = helpers.forEach,\n isArray = helpers.isArray,\n isError = helpers.isError,\n isFunction = helpers.isFunction,\n isWeakMap = helpers.isWeakMap,\n keys = helpers.keys,\n rearg = helpers.rearg,\n toInteger = helpers.toInteger,\n toPath = helpers.toPath;\n\n var aryMethodKeys = keys(mapping.aryMethod);\n\n var wrappers = {\n 'castArray': function(castArray) {\n return function() {\n var value = arguments[0];\n return isArray(value)\n ? castArray(cloneArray(value))\n : castArray.apply(undefined, arguments);\n };\n },\n 'iteratee': function(iteratee) {\n return function() {\n var func = arguments[0],\n arity = arguments[1],\n result = iteratee(func, arity),\n length = result.length;\n\n if (config.cap && typeof arity == 'number') {\n arity = arity > 2 ? (arity - 2) : 1;\n return (length && length <= arity) ? result : baseAry(result, arity);\n }\n return result;\n };\n },\n 'mixin': function(mixin) {\n return function(source) {\n var func = this;\n if (!isFunction(func)) {\n return mixin(func, Object(source));\n }\n var pairs = [];\n each(keys(source), function(key) {\n if (isFunction(source[key])) {\n pairs.push([key, func.prototype[key]]);\n }\n });\n\n mixin(func, Object(source));\n\n each(pairs, function(pair) {\n var value = pair[1];\n if (isFunction(value)) {\n func.prototype[pair[0]] = value;\n } else {\n delete func.prototype[pair[0]];\n }\n });\n return func;\n };\n },\n 'nthArg': function(nthArg) {\n return function(n) {\n var arity = n < 0 ? 1 : (toInteger(n) + 1);\n return curry(nthArg(n), arity);\n };\n },\n 'rearg': function(rearg) {\n return function(func, indexes) {\n var arity = indexes ? indexes.length : 0;\n return curry(rearg(func, indexes), arity);\n };\n },\n 'runInContext': function(runInContext) {\n return function(context) {\n return baseConvert(util, runInContext(context), options);\n };\n }\n };\n\n /*--------------------------------------------------------------------------*/\n\n /**\n * Casts `func` to a function with an arity capped iteratee if needed.\n *\n * @private\n * @param {string} name The name of the function to inspect.\n * @param {Function} func The function to inspect.\n * @returns {Function} Returns the cast function.\n */\n function castCap(name, func) {\n if (config.cap) {\n var indexes = mapping.iterateeRearg[name];\n if (indexes) {\n return iterateeRearg(func, indexes);\n }\n var n = !isLib && mapping.iterateeAry[name];\n if (n) {\n return iterateeAry(func, n);\n }\n }\n return func;\n }\n\n /**\n * Casts `func` to a curried function if needed.\n *\n * @private\n * @param {string} name The name of the function to inspect.\n * @param {Function} func The function to inspect.\n * @param {number} n The arity of `func`.\n * @returns {Function} Returns the cast function.\n */\n function castCurry(name, func, n) {\n return (forceCurry || (config.curry && n > 1))\n ? curry(func, n)\n : func;\n }\n\n /**\n * Casts `func` to a fixed arity function if needed.\n *\n * @private\n * @param {string} name The name of the function to inspect.\n * @param {Function} func The function to inspect.\n * @param {number} n The arity cap.\n * @returns {Function} Returns the cast function.\n */\n function castFixed(name, func, n) {\n if (config.fixed && (forceFixed || !mapping.skipFixed[name])) {\n var data = mapping.methodSpread[name],\n start = data && data.start;\n\n return start === undefined ? ary(func, n) : flatSpread(func, start);\n }\n return func;\n }\n\n /**\n * Casts `func` to an rearged function if needed.\n *\n * @private\n * @param {string} name The name of the function to inspect.\n * @param {Function} func The function to inspect.\n * @param {number} n The arity of `func`.\n * @returns {Function} Returns the cast function.\n */\n function castRearg(name, func, n) {\n return (config.rearg && n > 1 && (forceRearg || !mapping.skipRearg[name]))\n ? rearg(func, mapping.methodRearg[name] || mapping.aryRearg[n])\n : func;\n }\n\n /**\n * Creates a clone of `object` by `path`.\n *\n * @private\n * @param {Object} object The object to clone.\n * @param {Array|string} path The path to clone by.\n * @returns {Object} Returns the cloned object.\n */\n function cloneByPath(object, path) {\n path = toPath(path);\n\n var index = -1,\n length = path.length,\n lastIndex = length - 1,\n result = clone(Object(object)),\n nested = result;\n\n while (nested != null && ++index < length) {\n var key = path[index],\n value = nested[key];\n\n if (value != null &&\n !(isFunction(value) || isError(value) || isWeakMap(value))) {\n nested[key] = clone(index == lastIndex ? value : Object(value));\n }\n nested = nested[key];\n }\n return result;\n }\n\n /**\n * Converts `lodash` to an immutable auto-curried iteratee-first data-last\n * version with conversion `options` applied.\n *\n * @param {Object} [options] The options object. See `baseConvert` for more details.\n * @returns {Function} Returns the converted `lodash`.\n */\n function convertLib(options) {\n return _.runInContext.convert(options)(undefined);\n }\n\n /**\n * Create a converter function for `func` of `name`.\n *\n * @param {string} name The name of the function to convert.\n * @param {Function} func The function to convert.\n * @returns {Function} Returns the new converter function.\n */\n function createConverter(name, func) {\n var realName = mapping.aliasToReal[name] || name,\n methodName = mapping.remap[realName] || realName,\n oldOptions = options;\n\n return function(options) {\n var newUtil = isLib ? pristine : helpers,\n newFunc = isLib ? pristine[methodName] : func,\n newOptions = assign(assign({}, oldOptions), options);\n\n return baseConvert(newUtil, realName, newFunc, newOptions);\n };\n }\n\n /**\n * Creates a function that wraps `func` to invoke its iteratee, with up to `n`\n * arguments, ignoring any additional arguments.\n *\n * @private\n * @param {Function} func The function to cap iteratee arguments for.\n * @param {number} n The arity cap.\n * @returns {Function} Returns the new function.\n */\n function iterateeAry(func, n) {\n return overArg(func, function(func) {\n return typeof func == 'function' ? baseAry(func, n) : func;\n });\n }\n\n /**\n * Creates a function that wraps `func` to invoke its iteratee with arguments\n * arranged according to the specified `indexes` where the argument value at\n * the first index is provided as the first argument, the argument value at\n * the second index is provided as the second argument, and so on.\n *\n * @private\n * @param {Function} func The function to rearrange iteratee arguments for.\n * @param {number[]} indexes The arranged argument indexes.\n * @returns {Function} Returns the new function.\n */\n function iterateeRearg(func, indexes) {\n return overArg(func, function(func) {\n var n = indexes.length;\n return baseArity(rearg(baseAry(func, n), indexes), n);\n });\n }\n\n /**\n * Creates a function that invokes `func` with its first argument transformed.\n *\n * @private\n * @param {Function} func The function to wrap.\n * @param {Function} transform The argument transform.\n * @returns {Function} Returns the new function.\n */\n function overArg(func, transform) {\n return function() {\n var length = arguments.length;\n if (!length) {\n return func();\n }\n var args = Array(length);\n while (length--) {\n args[length] = arguments[length];\n }\n var index = config.rearg ? 0 : (length - 1);\n args[index] = transform(args[index]);\n return func.apply(undefined, args);\n };\n }\n\n /**\n * Creates a function that wraps `func` and applys the conversions\n * rules by `name`.\n *\n * @private\n * @param {string} name The name of the function to wrap.\n * @param {Function} func The function to wrap.\n * @returns {Function} Returns the converted function.\n */\n function wrap(name, func, placeholder) {\n var result,\n realName = mapping.aliasToReal[name] || name,\n wrapped = func,\n wrapper = wrappers[realName];\n\n if (wrapper) {\n wrapped = wrapper(func);\n }\n else if (config.immutable) {\n if (mapping.mutate.array[realName]) {\n wrapped = wrapImmutable(func, cloneArray);\n }\n else if (mapping.mutate.object[realName]) {\n wrapped = wrapImmutable(func, createCloner(func));\n }\n else if (mapping.mutate.set[realName]) {\n wrapped = wrapImmutable(func, cloneByPath);\n }\n }\n each(aryMethodKeys, function(aryKey) {\n each(mapping.aryMethod[aryKey], function(otherName) {\n if (realName == otherName) {\n var data = mapping.methodSpread[realName],\n afterRearg = data && data.afterRearg;\n\n result = afterRearg\n ? castFixed(realName, castRearg(realName, wrapped, aryKey), aryKey)\n : castRearg(realName, castFixed(realName, wrapped, aryKey), aryKey);\n\n result = castCap(realName, result);\n result = castCurry(realName, result, aryKey);\n return false;\n }\n });\n return !result;\n });\n\n result || (result = wrapped);\n if (result == func) {\n result = forceCurry ? curry(result, 1) : function() {\n return func.apply(this, arguments);\n };\n }\n result.convert = createConverter(realName, func);\n result.placeholder = func.placeholder = placeholder;\n\n return result;\n }\n\n /*--------------------------------------------------------------------------*/\n\n if (!isObj) {\n return wrap(name, func, defaultHolder);\n }\n var _ = func;\n\n // Convert methods by ary cap.\n var pairs = [];\n each(aryMethodKeys, function(aryKey) {\n each(mapping.aryMethod[aryKey], function(key) {\n var func = _[mapping.remap[key] || key];\n if (func) {\n pairs.push([key, wrap(key, func, _)]);\n }\n });\n });\n\n // Convert remaining methods.\n each(keys(_), function(key) {\n var func = _[key];\n if (typeof func == 'function') {\n var length = pairs.length;\n while (length--) {\n if (pairs[length][0] == key) {\n return;\n }\n }\n func.convert = createConverter(key, func);\n pairs.push([key, func]);\n }\n });\n\n // Assign to `_` leaving `_.prototype` unchanged to allow chaining.\n each(pairs, function(pair) {\n _[pair[0]] = pair[1];\n });\n\n _.convert = convertLib;\n _.placeholder = _;\n\n // Assign aliases.\n each(keys(_), function(key) {\n each(mapping.realToAlias[key] || [], function(alias) {\n _[alias] = _[key];\n });\n });\n\n return _;\n}\n\nmodule.exports = baseConvert;\n","/** Used to map aliases to their real names. */\nexports.aliasToReal = {\n\n // Lodash aliases.\n 'each': 'forEach',\n 'eachRight': 'forEachRight',\n 'entries': 'toPairs',\n 'entriesIn': 'toPairsIn',\n 'extend': 'assignIn',\n 'extendAll': 'assignInAll',\n 'extendAllWith': 'assignInAllWith',\n 'extendWith': 'assignInWith',\n 'first': 'head',\n\n // Methods that are curried variants of others.\n 'conforms': 'conformsTo',\n 'matches': 'isMatch',\n 'property': 'get',\n\n // Ramda aliases.\n '__': 'placeholder',\n 'F': 'stubFalse',\n 'T': 'stubTrue',\n 'all': 'every',\n 'allPass': 'overEvery',\n 'always': 'constant',\n 'any': 'some',\n 'anyPass': 'overSome',\n 'apply': 'spread',\n 'assoc': 'set',\n 'assocPath': 'set',\n 'complement': 'negate',\n 'compose': 'flowRight',\n 'contains': 'includes',\n 'dissoc': 'unset',\n 'dissocPath': 'unset',\n 'dropLast': 'dropRight',\n 'dropLastWhile': 'dropRightWhile',\n 'equals': 'isEqual',\n 'identical': 'eq',\n 'indexBy': 'keyBy',\n 'init': 'initial',\n 'invertObj': 'invert',\n 'juxt': 'over',\n 'omitAll': 'omit',\n 'nAry': 'ary',\n 'path': 'get',\n 'pathEq': 'matchesProperty',\n 'pathOr': 'getOr',\n 'paths': 'at',\n 'pickAll': 'pick',\n 'pipe': 'flow',\n 'pluck': 'map',\n 'prop': 'get',\n 'propEq': 'matchesProperty',\n 'propOr': 'getOr',\n 'props': 'at',\n 'symmetricDifference': 'xor',\n 'symmetricDifferenceBy': 'xorBy',\n 'symmetricDifferenceWith': 'xorWith',\n 'takeLast': 'takeRight',\n 'takeLastWhile': 'takeRightWhile',\n 'unapply': 'rest',\n 'unnest': 'flatten',\n 'useWith': 'overArgs',\n 'where': 'conformsTo',\n 'whereEq': 'isMatch',\n 'zipObj': 'zipObject'\n};\n\n/** Used to map ary to method names. */\nexports.aryMethod = {\n '1': [\n 'assignAll', 'assignInAll', 'attempt', 'castArray', 'ceil', 'create',\n 'curry', 'curryRight', 'defaultsAll', 'defaultsDeepAll', 'floor', 'flow',\n 'flowRight', 'fromPairs', 'invert', 'iteratee', 'memoize', 'method', 'mergeAll',\n 'methodOf', 'mixin', 'nthArg', 'over', 'overEvery', 'overSome','rest', 'reverse',\n 'round', 'runInContext', 'spread', 'template', 'trim', 'trimEnd', 'trimStart',\n 'uniqueId', 'words', 'zipAll'\n ],\n '2': [\n 'add', 'after', 'ary', 'assign', 'assignAllWith', 'assignIn', 'assignInAllWith',\n 'at', 'before', 'bind', 'bindAll', 'bindKey', 'chunk', 'cloneDeepWith',\n 'cloneWith', 'concat', 'conformsTo', 'countBy', 'curryN', 'curryRightN',\n 'debounce', 'defaults', 'defaultsDeep', 'defaultTo', 'delay', 'difference',\n 'divide', 'drop', 'dropRight', 'dropRightWhile', 'dropWhile', 'endsWith', 'eq',\n 'every', 'filter', 'find', 'findIndex', 'findKey', 'findLast', 'findLastIndex',\n 'findLastKey', 'flatMap', 'flatMapDeep', 'flattenDepth', 'forEach',\n 'forEachRight', 'forIn', 'forInRight', 'forOwn', 'forOwnRight', 'get',\n 'groupBy', 'gt', 'gte', 'has', 'hasIn', 'includes', 'indexOf', 'intersection',\n 'invertBy', 'invoke', 'invokeMap', 'isEqual', 'isMatch', 'join', 'keyBy',\n 'lastIndexOf', 'lt', 'lte', 'map', 'mapKeys', 'mapValues', 'matchesProperty',\n 'maxBy', 'meanBy', 'merge', 'mergeAllWith', 'minBy', 'multiply', 'nth', 'omit',\n 'omitBy', 'overArgs', 'pad', 'padEnd', 'padStart', 'parseInt', 'partial',\n 'partialRight', 'partition', 'pick', 'pickBy', 'propertyOf', 'pull', 'pullAll',\n 'pullAt', 'random', 'range', 'rangeRight', 'rearg', 'reject', 'remove',\n 'repeat', 'restFrom', 'result', 'sampleSize', 'some', 'sortBy', 'sortedIndex',\n 'sortedIndexOf', 'sortedLastIndex', 'sortedLastIndexOf', 'sortedUniqBy',\n 'split', 'spreadFrom', 'startsWith', 'subtract', 'sumBy', 'take', 'takeRight',\n 'takeRightWhile', 'takeWhile', 'tap', 'throttle', 'thru', 'times', 'trimChars',\n 'trimCharsEnd', 'trimCharsStart', 'truncate', 'union', 'uniqBy', 'uniqWith',\n 'unset', 'unzipWith', 'without', 'wrap', 'xor', 'zip', 'zipObject',\n 'zipObjectDeep'\n ],\n '3': [\n 'assignInWith', 'assignWith', 'clamp', 'differenceBy', 'differenceWith',\n 'findFrom', 'findIndexFrom', 'findLastFrom', 'findLastIndexFrom', 'getOr',\n 'includesFrom', 'indexOfFrom', 'inRange', 'intersectionBy', 'intersectionWith',\n 'invokeArgs', 'invokeArgsMap', 'isEqualWith', 'isMatchWith', 'flatMapDepth',\n 'lastIndexOfFrom', 'mergeWith', 'orderBy', 'padChars', 'padCharsEnd',\n 'padCharsStart', 'pullAllBy', 'pullAllWith', 'rangeStep', 'rangeStepRight',\n 'reduce', 'reduceRight', 'replace', 'set', 'slice', 'sortedIndexBy',\n 'sortedLastIndexBy', 'transform', 'unionBy', 'unionWith', 'update', 'xorBy',\n 'xorWith', 'zipWith'\n ],\n '4': [\n 'fill', 'setWith', 'updateWith'\n ]\n};\n\n/** Used to map ary to rearg configs. */\nexports.aryRearg = {\n '2': [1, 0],\n '3': [2, 0, 1],\n '4': [3, 2, 0, 1]\n};\n\n/** Used to map method names to their iteratee ary. */\nexports.iterateeAry = {\n 'dropRightWhile': 1,\n 'dropWhile': 1,\n 'every': 1,\n 'filter': 1,\n 'find': 1,\n 'findFrom': 1,\n 'findIndex': 1,\n 'findIndexFrom': 1,\n 'findKey': 1,\n 'findLast': 1,\n 'findLastFrom': 1,\n 'findLastIndex': 1,\n 'findLastIndexFrom': 1,\n 'findLastKey': 1,\n 'flatMap': 1,\n 'flatMapDeep': 1,\n 'flatMapDepth': 1,\n 'forEach': 1,\n 'forEachRight': 1,\n 'forIn': 1,\n 'forInRight': 1,\n 'forOwn': 1,\n 'forOwnRight': 1,\n 'map': 1,\n 'mapKeys': 1,\n 'mapValues': 1,\n 'partition': 1,\n 'reduce': 2,\n 'reduceRight': 2,\n 'reject': 1,\n 'remove': 1,\n 'some': 1,\n 'takeRightWhile': 1,\n 'takeWhile': 1,\n 'times': 1,\n 'transform': 2\n};\n\n/** Used to map method names to iteratee rearg configs. */\nexports.iterateeRearg = {\n 'mapKeys': [1],\n 'reduceRight': [1, 0]\n};\n\n/** Used to map method names to rearg configs. */\nexports.methodRearg = {\n 'assignInAllWith': [1, 0],\n 'assignInWith': [1, 2, 0],\n 'assignAllWith': [1, 0],\n 'assignWith': [1, 2, 0],\n 'differenceBy': [1, 2, 0],\n 'differenceWith': [1, 2, 0],\n 'getOr': [2, 1, 0],\n 'intersectionBy': [1, 2, 0],\n 'intersectionWith': [1, 2, 0],\n 'isEqualWith': [1, 2, 0],\n 'isMatchWith': [2, 1, 0],\n 'mergeAllWith': [1, 0],\n 'mergeWith': [1, 2, 0],\n 'padChars': [2, 1, 0],\n 'padCharsEnd': [2, 1, 0],\n 'padCharsStart': [2, 1, 0],\n 'pullAllBy': [2, 1, 0],\n 'pullAllWith': [2, 1, 0],\n 'rangeStep': [1, 2, 0],\n 'rangeStepRight': [1, 2, 0],\n 'setWith': [3, 1, 2, 0],\n 'sortedIndexBy': [2, 1, 0],\n 'sortedLastIndexBy': [2, 1, 0],\n 'unionBy': [1, 2, 0],\n 'unionWith': [1, 2, 0],\n 'updateWith': [3, 1, 2, 0],\n 'xorBy': [1, 2, 0],\n 'xorWith': [1, 2, 0],\n 'zipWith': [1, 2, 0]\n};\n\n/** Used to map method names to spread configs. */\nexports.methodSpread = {\n 'assignAll': { 'start': 0 },\n 'assignAllWith': { 'start': 0 },\n 'assignInAll': { 'start': 0 },\n 'assignInAllWith': { 'start': 0 },\n 'defaultsAll': { 'start': 0 },\n 'defaultsDeepAll': { 'start': 0 },\n 'invokeArgs': { 'start': 2 },\n 'invokeArgsMap': { 'start': 2 },\n 'mergeAll': { 'start': 0 },\n 'mergeAllWith': { 'start': 0 },\n 'partial': { 'start': 1 },\n 'partialRight': { 'start': 1 },\n 'without': { 'start': 1 },\n 'zipAll': { 'start': 0 }\n};\n\n/** Used to identify methods which mutate arrays or objects. */\nexports.mutate = {\n 'array': {\n 'fill': true,\n 'pull': true,\n 'pullAll': true,\n 'pullAllBy': true,\n 'pullAllWith': true,\n 'pullAt': true,\n 'remove': true,\n 'reverse': true\n },\n 'object': {\n 'assign': true,\n 'assignAll': true,\n 'assignAllWith': true,\n 'assignIn': true,\n 'assignInAll': true,\n 'assignInAllWith': true,\n 'assignInWith': true,\n 'assignWith': true,\n 'defaults': true,\n 'defaultsAll': true,\n 'defaultsDeep': true,\n 'defaultsDeepAll': true,\n 'merge': true,\n 'mergeAll': true,\n 'mergeAllWith': true,\n 'mergeWith': true,\n },\n 'set': {\n 'set': true,\n 'setWith': true,\n 'unset': true,\n 'update': true,\n 'updateWith': true\n }\n};\n\n/** Used to map real names to their aliases. */\nexports.realToAlias = (function() {\n var hasOwnProperty = Object.prototype.hasOwnProperty,\n object = exports.aliasToReal,\n result = {};\n\n for (var key in object) {\n var value = object[key];\n if (hasOwnProperty.call(result, value)) {\n result[value].push(key);\n } else {\n result[value] = [key];\n }\n }\n return result;\n}());\n\n/** Used to map method names to other names. */\nexports.remap = {\n 'assignAll': 'assign',\n 'assignAllWith': 'assignWith',\n 'assignInAll': 'assignIn',\n 'assignInAllWith': 'assignInWith',\n 'curryN': 'curry',\n 'curryRightN': 'curryRight',\n 'defaultsAll': 'defaults',\n 'defaultsDeepAll': 'defaultsDeep',\n 'findFrom': 'find',\n 'findIndexFrom': 'findIndex',\n 'findLastFrom': 'findLast',\n 'findLastIndexFrom': 'findLastIndex',\n 'getOr': 'get',\n 'includesFrom': 'includes',\n 'indexOfFrom': 'indexOf',\n 'invokeArgs': 'invoke',\n 'invokeArgsMap': 'invokeMap',\n 'lastIndexOfFrom': 'lastIndexOf',\n 'mergeAll': 'merge',\n 'mergeAllWith': 'mergeWith',\n 'padChars': 'pad',\n 'padCharsEnd': 'padEnd',\n 'padCharsStart': 'padStart',\n 'propertyOf': 'get',\n 'rangeStep': 'range',\n 'rangeStepRight': 'rangeRight',\n 'restFrom': 'rest',\n 'spreadFrom': 'spread',\n 'trimChars': 'trim',\n 'trimCharsEnd': 'trimEnd',\n 'trimCharsStart': 'trimStart',\n 'zipAll': 'zip'\n};\n\n/** Used to track methods that skip fixing their arity. */\nexports.skipFixed = {\n 'castArray': true,\n 'flow': true,\n 'flowRight': true,\n 'iteratee': true,\n 'mixin': true,\n 'rearg': true,\n 'runInContext': true\n};\n\n/** Used to track methods that skip rearranging arguments. */\nexports.skipRearg = {\n 'add': true,\n 'assign': true,\n 'assignIn': true,\n 'bind': true,\n 'bindKey': true,\n 'concat': true,\n 'difference': true,\n 'divide': true,\n 'eq': true,\n 'gt': true,\n 'gte': true,\n 'isEqual': true,\n 'lt': true,\n 'lte': true,\n 'matchesProperty': true,\n 'merge': true,\n 'multiply': true,\n 'overArgs': true,\n 'partial': true,\n 'partialRight': true,\n 'propertyOf': true,\n 'random': true,\n 'range': true,\n 'rangeRight': true,\n 'subtract': true,\n 'zip': true,\n 'zipObject': true,\n 'zipObjectDeep': true\n};\n","module.exports = {\n 'ary': require('../ary'),\n 'assign': require('../_baseAssign'),\n 'clone': require('../clone'),\n 'curry': require('../curry'),\n 'forEach': require('../_arrayEach'),\n 'isArray': require('../isArray'),\n 'isError': require('../isError'),\n 'isFunction': require('../isFunction'),\n 'isWeakMap': require('../isWeakMap'),\n 'iteratee': require('../iteratee'),\n 'keys': require('../_baseKeys'),\n 'rearg': require('../rearg'),\n 'toInteger': require('../toInteger'),\n 'toPath': require('../toPath')\n};\n","var createWrap = require('./_createWrap');\n\n/** Used to compose bitmasks for function metadata. */\nvar WRAP_ARY_FLAG = 128;\n\n/**\n * Creates a function that invokes `func`, with up to `n` arguments,\n * ignoring any additional arguments.\n *\n * @static\n * @memberOf _\n * @since 3.0.0\n * @category Function\n * @param {Function} func The function to cap arguments for.\n * @param {number} [n=func.length] The arity cap.\n * @param- {Object} [guard] Enables use as an iteratee for methods like `_.map`.\n * @returns {Function} Returns the new capped function.\n * @example\n *\n * _.map(['6', '8', '10'], _.ary(parseInt, 1));\n * // => [6, 8, 10]\n */\nfunction ary(func, n, guard) {\n n = guard ? undefined : n;\n n = (func && n == null) ? func.length : n;\n return createWrap(func, WRAP_ARY_FLAG, undefined, undefined, undefined, undefined, n);\n}\n\nmodule.exports = ary;\n","var createCtor = require('./_createCtor'),\n root = require('./_root');\n\n/** Used to compose bitmasks for function metadata. */\nvar WRAP_BIND_FLAG = 1;\n\n/**\n * Creates a function that wraps `func` to invoke it with the optional `this`\n * binding of `thisArg`.\n *\n * @private\n * @param {Function} func The function to wrap.\n * @param {number} bitmask The bitmask flags. See `createWrap` for more details.\n * @param {*} [thisArg] The `this` binding of `func`.\n * @returns {Function} Returns the new wrapped function.\n */\nfunction createBind(func, bitmask, thisArg) {\n var isBind = bitmask & WRAP_BIND_FLAG,\n Ctor = createCtor(func);\n\n function wrapper() {\n var fn = (this && this !== root && this instanceof wrapper) ? Ctor : func;\n return fn.apply(isBind ? thisArg : this, arguments);\n }\n return wrapper;\n}\n\nmodule.exports = createBind;\n","var apply = require('./_apply'),\n createCtor = require('./_createCtor'),\n createHybrid = require('./_createHybrid'),\n createRecurry = require('./_createRecurry'),\n getHolder = require('./_getHolder'),\n replaceHolders = require('./_replaceHolders'),\n root = require('./_root');\n\n/**\n * Creates a function that wraps `func` to enable currying.\n *\n * @private\n * @param {Function} func The function to wrap.\n * @param {number} bitmask The bitmask flags. See `createWrap` for more details.\n * @param {number} arity The arity of `func`.\n * @returns {Function} Returns the new wrapped function.\n */\nfunction createCurry(func, bitmask, arity) {\n var Ctor = createCtor(func);\n\n function wrapper() {\n var length = arguments.length,\n args = Array(length),\n index = length,\n placeholder = getHolder(wrapper);\n\n while (index--) {\n args[index] = arguments[index];\n }\n var holders = (length < 3 && args[0] !== placeholder && args[length - 1] !== placeholder)\n ? []\n : replaceHolders(args, placeholder);\n\n length -= holders.length;\n if (length < arity) {\n return createRecurry(\n func, bitmask, createHybrid, wrapper.placeholder, undefined,\n args, holders, undefined, undefined, arity - length);\n }\n var fn = (this && this !== root && this instanceof wrapper) ? Ctor : func;\n return apply(fn, this, args);\n }\n return wrapper;\n}\n\nmodule.exports = createCurry;\n","/**\n * Gets the number of `placeholder` occurrences in `array`.\n *\n * @private\n * @param {Array} array The array to inspect.\n * @param {*} placeholder The placeholder to search for.\n * @returns {number} Returns the placeholder count.\n */\nfunction countHolders(array, placeholder) {\n var length = array.length,\n result = 0;\n\n while (length--) {\n if (array[length] === placeholder) {\n ++result;\n }\n }\n return result;\n}\n\nmodule.exports = countHolders;\n","var LazyWrapper = require('./_LazyWrapper'),\n getData = require('./_getData'),\n getFuncName = require('./_getFuncName'),\n lodash = require('./wrapperLodash');\n\n/**\n * Checks if `func` has a lazy counterpart.\n *\n * @private\n * @param {Function} func The function to check.\n * @returns {boolean} Returns `true` if `func` has a lazy counterpart,\n * else `false`.\n */\nfunction isLaziable(func) {\n var funcName = getFuncName(func),\n other = lodash[funcName];\n\n if (typeof other != 'function' || !(funcName in LazyWrapper.prototype)) {\n return false;\n }\n if (func === other) {\n return true;\n }\n var data = getData(other);\n return !!data && func === data[0];\n}\n\nmodule.exports = isLaziable;\n","/**\n * This method returns `undefined`.\n *\n * @static\n * @memberOf _\n * @since 2.3.0\n * @category Util\n * @example\n *\n * _.times(2, _.noop);\n * // => [undefined, undefined]\n */\nfunction noop() {\n // No operation performed.\n}\n\nmodule.exports = noop;\n","var realNames = require('./_realNames');\n\n/** Used for built-in method references. */\nvar objectProto = Object.prototype;\n\n/** Used to check objects for own properties. */\nvar hasOwnProperty = objectProto.hasOwnProperty;\n\n/**\n * Gets the name of `func`.\n *\n * @private\n * @param {Function} func The function to query.\n * @returns {string} Returns the function name.\n */\nfunction getFuncName(func) {\n var result = (func.name + ''),\n array = realNames[result],\n length = hasOwnProperty.call(realNames, result) ? array.length : 0;\n\n while (length--) {\n var data = array[length],\n otherFunc = data.func;\n if (otherFunc == null || otherFunc == func) {\n return data.name;\n }\n }\n return result;\n}\n\nmodule.exports = getFuncName;\n","/** Used to lookup unminified function names. */\nvar realNames = {};\n\nmodule.exports = realNames;\n","var LazyWrapper = require('./_LazyWrapper'),\n LodashWrapper = require('./_LodashWrapper'),\n baseLodash = require('./_baseLodash'),\n isArray = require('./isArray'),\n isObjectLike = require('./isObjectLike'),\n wrapperClone = require('./_wrapperClone');\n\n/** Used for built-in method references. */\nvar objectProto = Object.prototype;\n\n/** Used to check objects for own properties. */\nvar hasOwnProperty = objectProto.hasOwnProperty;\n\n/**\n * Creates a `lodash` object which wraps `value` to enable implicit method\n * chain sequences. Methods that operate on and return arrays, collections,\n * and functions can be chained together. Methods that retrieve a single value\n * or may return a primitive value will automatically end the chain sequence\n * and return the unwrapped value. Otherwise, the value must be unwrapped\n * with `_#value`.\n *\n * Explicit chain sequences, which must be unwrapped with `_#value`, may be\n * enabled using `_.chain`.\n *\n * The execution of chained methods is lazy, that is, it's deferred until\n * `_#value` is implicitly or explicitly called.\n *\n * Lazy evaluation allows several methods to support shortcut fusion.\n * Shortcut fusion is an optimization to merge iteratee calls; this avoids\n * the creation of intermediate arrays and can greatly reduce the number of\n * iteratee executions. Sections of a chain sequence qualify for shortcut\n * fusion if the section is applied to an array and iteratees accept only\n * one argument. The heuristic for whether a section qualifies for shortcut\n * fusion is subject to change.\n *\n * Chaining is supported in custom builds as long as the `_#value` method is\n * directly or indirectly included in the build.\n *\n * In addition to lodash methods, wrappers have `Array` and `String` methods.\n *\n * The wrapper `Array` methods are:\n * `concat`, `join`, `pop`, `push`, `shift`, `sort`, `splice`, and `unshift`\n *\n * The wrapper `String` methods are:\n * `replace` and `split`\n *\n * The wrapper methods that support shortcut fusion are:\n * `at`, `compact`, `drop`, `dropRight`, `dropWhile`, `filter`, `find`,\n * `findLast`, `head`, `initial`, `last`, `map`, `reject`, `reverse`, `slice`,\n * `tail`, `take`, `takeRight`, `takeRightWhile`, `takeWhile`, and `toArray`\n *\n * The chainable wrapper methods are:\n * `after`, `ary`, `assign`, `assignIn`, `assignInWith`, `assignWith`, `at`,\n * `before`, `bind`, `bindAll`, `bindKey`, `castArray`, `chain`, `chunk`,\n * `commit`, `compact`, `concat`, `conforms`, `constant`, `countBy`, `create`,\n * `curry`, `debounce`, `defaults`, `defaultsDeep`, `defer`, `delay`,\n * `difference`, `differenceBy`, `differenceWith`, `drop`, `dropRight`,\n * `dropRightWhile`, `dropWhile`, `extend`, `extendWith`, `fill`, `filter`,\n * `flatMap`, `flatMapDeep`, `flatMapDepth`, `flatten`, `flattenDeep`,\n * `flattenDepth`, `flip`, `flow`, `flowRight`, `fromPairs`, `functions`,\n * `functionsIn`, `groupBy`, `initial`, `intersection`, `intersectionBy`,\n * `intersectionWith`, `invert`, `invertBy`, `invokeMap`, `iteratee`, `keyBy`,\n * `keys`, `keysIn`, `map`, `mapKeys`, `mapValues`, `matches`, `matchesProperty`,\n * `memoize`, `merge`, `mergeWith`, `method`, `methodOf`, `mixin`, `negate`,\n * `nthArg`, `omit`, `omitBy`, `once`, `orderBy`, `over`, `overArgs`,\n * `overEvery`, `overSome`, `partial`, `partialRight`, `partition`, `pick`,\n * `pickBy`, `plant`, `property`, `propertyOf`, `pull`, `pullAll`, `pullAllBy`,\n * `pullAllWith`, `pullAt`, `push`, `range`, `rangeRight`, `rearg`, `reject`,\n * `remove`, `rest`, `reverse`, `sampleSize`, `set`, `setWith`, `shuffle`,\n * `slice`, `sort`, `sortBy`, `splice`, `spread`, `tail`, `take`, `takeRight`,\n * `takeRightWhile`, `takeWhile`, `tap`, `throttle`, `thru`, `toArray`,\n * `toPairs`, `toPairsIn`, `toPath`, `toPlainObject`, `transform`, `unary`,\n * `union`, `unionBy`, `unionWith`, `uniq`, `uniqBy`, `uniqWith`, `unset`,\n * `unshift`, `unzip`, `unzipWith`, `update`, `updateWith`, `values`,\n * `valuesIn`, `without`, `wrap`, `xor`, `xorBy`, `xorWith`, `zip`,\n * `zipObject`, `zipObjectDeep`, and `zipWith`\n *\n * The wrapper methods that are **not** chainable by default are:\n * `add`, `attempt`, `camelCase`, `capitalize`, `ceil`, `clamp`, `clone`,\n * `cloneDeep`, `cloneDeepWith`, `cloneWith`, `conformsTo`, `deburr`,\n * `defaultTo`, `divide`, `each`, `eachRight`, `endsWith`, `eq`, `escape`,\n * `escapeRegExp`, `every`, `find`, `findIndex`, `findKey`, `findLast`,\n * `findLastIndex`, `findLastKey`, `first`, `floor`, `forEach`, `forEachRight`,\n * `forIn`, `forInRight`, `forOwn`, `forOwnRight`, `get`, `gt`, `gte`, `has`,\n * `hasIn`, `head`, `identity`, `includes`, `indexOf`, `inRange`, `invoke`,\n * `isArguments`, `isArray`, `isArrayBuffer`, `isArrayLike`, `isArrayLikeObject`,\n * `isBoolean`, `isBuffer`, `isDate`, `isElement`, `isEmpty`, `isEqual`,\n * `isEqualWith`, `isError`, `isFinite`, `isFunction`, `isInteger`, `isLength`,\n * `isMap`, `isMatch`, `isMatchWith`, `isNaN`, `isNative`, `isNil`, `isNull`,\n * `isNumber`, `isObject`, `isObjectLike`, `isPlainObject`, `isRegExp`,\n * `isSafeInteger`, `isSet`, `isString`, `isUndefined`, `isTypedArray`,\n * `isWeakMap`, `isWeakSet`, `join`, `kebabCase`, `last`, `lastIndexOf`,\n * `lowerCase`, `lowerFirst`, `lt`, `lte`, `max`, `maxBy`, `mean`, `meanBy`,\n * `min`, `minBy`, `multiply`, `noConflict`, `noop`, `now`, `nth`, `pad`,\n * `padEnd`, `padStart`, `parseInt`, `pop`, `random`, `reduce`, `reduceRight`,\n * `repeat`, `result`, `round`, `runInContext`, `sample`, `shift`, `size`,\n * `snakeCase`, `some`, `sortedIndex`, `sortedIndexBy`, `sortedLastIndex`,\n * `sortedLastIndexBy`, `startCase`, `startsWith`, `stubArray`, `stubFalse`,\n * `stubObject`, `stubString`, `stubTrue`, `subtract`, `sum`, `sumBy`,\n * `template`, `times`, `toFinite`, `toInteger`, `toJSON`, `toLength`,\n * `toLower`, `toNumber`, `toSafeInteger`, `toString`, `toUpper`, `trim`,\n * `trimEnd`, `trimStart`, `truncate`, `unescape`, `uniqueId`, `upperCase`,\n * `upperFirst`, `value`, and `words`\n *\n * @name _\n * @constructor\n * @category Seq\n * @param {*} value The value to wrap in a `lodash` instance.\n * @returns {Object} Returns the new `lodash` wrapper instance.\n * @example\n *\n * function square(n) {\n * return n * n;\n * }\n *\n * var wrapped = _([1, 2, 3]);\n *\n * // Returns an unwrapped value.\n * wrapped.reduce(_.add);\n * // => 6\n *\n * // Returns a wrapped value.\n * var squares = wrapped.map(square);\n *\n * _.isArray(squares);\n * // => false\n *\n * _.isArray(squares.value());\n * // => true\n */\nfunction lodash(value) {\n if (isObjectLike(value) && !isArray(value) && !(value instanceof LazyWrapper)) {\n if (value instanceof LodashWrapper) {\n return value;\n }\n if (hasOwnProperty.call(value, '__wrapped__')) {\n return wrapperClone(value);\n }\n }\n return new LodashWrapper(value);\n}\n\n// Ensure wrappers are instances of `baseLodash`.\nlodash.prototype = baseLodash.prototype;\nlodash.prototype.constructor = lodash;\n\nmodule.exports = lodash;\n","var LazyWrapper = require('./_LazyWrapper'),\n LodashWrapper = require('./_LodashWrapper'),\n copyArray = require('./_copyArray');\n\n/**\n * Creates a clone of `wrapper`.\n *\n * @private\n * @param {Object} wrapper The wrapper to clone.\n * @returns {Object} Returns the cloned wrapper.\n */\nfunction wrapperClone(wrapper) {\n if (wrapper instanceof LazyWrapper) {\n return wrapper.clone();\n }\n var result = new LodashWrapper(wrapper.__wrapped__, wrapper.__chain__);\n result.__actions__ = copyArray(wrapper.__actions__);\n result.__index__ = wrapper.__index__;\n result.__values__ = wrapper.__values__;\n return result;\n}\n\nmodule.exports = wrapperClone;\n","/** Used to match wrap detail comments. */\nvar reWrapDetails = /\\{\\n\\/\\* \\[wrapped with (.+)\\] \\*/,\n reSplitDetails = /,? & /;\n\n/**\n * Extracts wrapper details from the `source` body comment.\n *\n * @private\n * @param {string} source The source to inspect.\n * @returns {Array} Returns the wrapper details.\n */\nfunction getWrapDetails(source) {\n var match = source.match(reWrapDetails);\n return match ? match[1].split(reSplitDetails) : [];\n}\n\nmodule.exports = getWrapDetails;\n","/** Used to match wrap detail comments. */\nvar reWrapComment = /\\{(?:\\n\\/\\* \\[wrapped with .+\\] \\*\\/)?\\n?/;\n\n/**\n * Inserts wrapper `details` in a comment at the top of the `source` body.\n *\n * @private\n * @param {string} source The source to modify.\n * @returns {Array} details The details to insert.\n * @returns {string} Returns the modified source.\n */\nfunction insertWrapDetails(source, details) {\n var length = details.length;\n if (!length) {\n return source;\n }\n var lastIndex = length - 1;\n details[lastIndex] = (length > 1 ? '& ' : '') + details[lastIndex];\n details = details.join(length > 2 ? ', ' : ' ');\n return source.replace(reWrapComment, '{\\n/* [wrapped with ' + details + '] */\\n');\n}\n\nmodule.exports = insertWrapDetails;\n","var arrayEach = require('./_arrayEach'),\n arrayIncludes = require('./_arrayIncludes');\n\n/** Used to compose bitmasks for function metadata. */\nvar WRAP_BIND_FLAG = 1,\n WRAP_BIND_KEY_FLAG = 2,\n WRAP_CURRY_FLAG = 8,\n WRAP_CURRY_RIGHT_FLAG = 16,\n WRAP_PARTIAL_FLAG = 32,\n WRAP_PARTIAL_RIGHT_FLAG = 64,\n WRAP_ARY_FLAG = 128,\n WRAP_REARG_FLAG = 256,\n WRAP_FLIP_FLAG = 512;\n\n/** Used to associate wrap methods with their bit flags. */\nvar wrapFlags = [\n ['ary', WRAP_ARY_FLAG],\n ['bind', WRAP_BIND_FLAG],\n ['bindKey', WRAP_BIND_KEY_FLAG],\n ['curry', WRAP_CURRY_FLAG],\n ['curryRight', WRAP_CURRY_RIGHT_FLAG],\n ['flip', WRAP_FLIP_FLAG],\n ['partial', WRAP_PARTIAL_FLAG],\n ['partialRight', WRAP_PARTIAL_RIGHT_FLAG],\n ['rearg', WRAP_REARG_FLAG]\n];\n\n/**\n * Updates wrapper `details` based on `bitmask` flags.\n *\n * @private\n * @returns {Array} details The details to modify.\n * @param {number} bitmask The bitmask flags. See `createWrap` for more details.\n * @returns {Array} Returns `details`.\n */\nfunction updateWrapDetails(details, bitmask) {\n arrayEach(wrapFlags, function(pair) {\n var value = '_.' + pair[0];\n if ((bitmask & pair[1]) && !arrayIncludes(details, value)) {\n details.push(value);\n }\n });\n return details.sort();\n}\n\nmodule.exports = updateWrapDetails;\n","var baseIndexOf = require('./_baseIndexOf');\n\n/**\n * A specialized version of `_.includes` for arrays without support for\n * specifying an index to search from.\n *\n * @private\n * @param {Array} [array] The array to inspect.\n * @param {*} target The value to search for.\n * @returns {boolean} Returns `true` if `target` is found, else `false`.\n */\nfunction arrayIncludes(array, value) {\n var length = array == null ? 0 : array.length;\n return !!length && baseIndexOf(array, value, 0) > -1;\n}\n\nmodule.exports = arrayIncludes;\n","var baseFindIndex = require('./_baseFindIndex'),\n baseIsNaN = require('./_baseIsNaN'),\n strictIndexOf = require('./_strictIndexOf');\n\n/**\n * The base implementation of `_.indexOf` without `fromIndex` bounds checks.\n *\n * @private\n * @param {Array} array The array to inspect.\n * @param {*} value The value to search for.\n * @param {number} fromIndex The index to search from.\n * @returns {number} Returns the index of the matched value, else `-1`.\n */\nfunction baseIndexOf(array, value, fromIndex) {\n return value === value\n ? strictIndexOf(array, value, fromIndex)\n : baseFindIndex(array, baseIsNaN, fromIndex);\n}\n\nmodule.exports = baseIndexOf;\n","/**\n * The base implementation of `_.findIndex` and `_.findLastIndex` without\n * support for iteratee shorthands.\n *\n * @private\n * @param {Array} array The array to inspect.\n * @param {Function} predicate The function invoked per iteration.\n * @param {number} fromIndex The index to search from.\n * @param {boolean} [fromRight] Specify iterating from right to left.\n * @returns {number} Returns the index of the matched value, else `-1`.\n */\nfunction baseFindIndex(array, predicate, fromIndex, fromRight) {\n var length = array.length,\n index = fromIndex + (fromRight ? 1 : -1);\n\n while ((fromRight ? index-- : ++index < length)) {\n if (predicate(array[index], index, array)) {\n return index;\n }\n }\n return -1;\n}\n\nmodule.exports = baseFindIndex;\n","/**\n * The base implementation of `_.isNaN` without support for number objects.\n *\n * @private\n * @param {*} value The value to check.\n * @returns {boolean} Returns `true` if `value` is `NaN`, else `false`.\n */\nfunction baseIsNaN(value) {\n return value !== value;\n}\n\nmodule.exports = baseIsNaN;\n","/**\n * A specialized version of `_.indexOf` which performs strict equality\n * comparisons of values, i.e. `===`.\n *\n * @private\n * @param {Array} array The array to inspect.\n * @param {*} value The value to search for.\n * @param {number} fromIndex The index to search from.\n * @returns {number} Returns the index of the matched value, else `-1`.\n */\nfunction strictIndexOf(array, value, fromIndex) {\n var index = fromIndex - 1,\n length = array.length;\n\n while (++index < length) {\n if (array[index] === value) {\n return index;\n }\n }\n return -1;\n}\n\nmodule.exports = strictIndexOf;\n","var copyArray = require('./_copyArray'),\n isIndex = require('./_isIndex');\n\n/* Built-in method references for those with the same name as other `lodash` methods. */\nvar nativeMin = Math.min;\n\n/**\n * Reorder `array` according to the specified indexes where the element at\n * the first index is assigned as the first element, the element at\n * the second index is assigned as the second element, and so on.\n *\n * @private\n * @param {Array} array The array to reorder.\n * @param {Array} indexes The arranged array indexes.\n * @returns {Array} Returns `array`.\n */\nfunction reorder(array, indexes) {\n var arrLength = array.length,\n length = nativeMin(indexes.length, arrLength),\n oldArray = copyArray(array);\n\n while (length--) {\n var index = indexes[length];\n array[length] = isIndex(index, arrLength) ? oldArray[index] : undefined;\n }\n return array;\n}\n\nmodule.exports = reorder;\n","var apply = require('./_apply'),\n createCtor = require('./_createCtor'),\n root = require('./_root');\n\n/** Used to compose bitmasks for function metadata. */\nvar WRAP_BIND_FLAG = 1;\n\n/**\n * Creates a function that wraps `func` to invoke it with the `this` binding\n * of `thisArg` and `partials` prepended to the arguments it receives.\n *\n * @private\n * @param {Function} func The function to wrap.\n * @param {number} bitmask The bitmask flags. See `createWrap` for more details.\n * @param {*} thisArg The `this` binding of `func`.\n * @param {Array} partials The arguments to prepend to those provided to\n * the new function.\n * @returns {Function} Returns the new wrapped function.\n */\nfunction createPartial(func, bitmask, thisArg, partials) {\n var isBind = bitmask & WRAP_BIND_FLAG,\n Ctor = createCtor(func);\n\n function wrapper() {\n var argsIndex = -1,\n argsLength = arguments.length,\n leftIndex = -1,\n leftLength = partials.length,\n args = Array(leftLength + argsLength),\n fn = (this && this !== root && this instanceof wrapper) ? Ctor : func;\n\n while (++leftIndex < leftLength) {\n args[leftIndex] = partials[leftIndex];\n }\n while (argsLength--) {\n args[leftIndex++] = arguments[++argsIndex];\n }\n return apply(fn, isBind ? thisArg : this, args);\n }\n return wrapper;\n}\n\nmodule.exports = createPartial;\n","var composeArgs = require('./_composeArgs'),\n composeArgsRight = require('./_composeArgsRight'),\n replaceHolders = require('./_replaceHolders');\n\n/** Used as the internal argument placeholder. */\nvar PLACEHOLDER = '__lodash_placeholder__';\n\n/** Used to compose bitmasks for function metadata. */\nvar WRAP_BIND_FLAG = 1,\n WRAP_BIND_KEY_FLAG = 2,\n WRAP_CURRY_BOUND_FLAG = 4,\n WRAP_CURRY_FLAG = 8,\n WRAP_ARY_FLAG = 128,\n WRAP_REARG_FLAG = 256;\n\n/* Built-in method references for those with the same name as other `lodash` methods. */\nvar nativeMin = Math.min;\n\n/**\n * Merges the function metadata of `source` into `data`.\n *\n * Merging metadata reduces the number of wrappers used to invoke a function.\n * This is possible because methods like `_.bind`, `_.curry`, and `_.partial`\n * may be applied regardless of execution order. Methods like `_.ary` and\n * `_.rearg` modify function arguments, making the order in which they are\n * executed important, preventing the merging of metadata. However, we make\n * an exception for a safe combined case where curried functions have `_.ary`\n * and or `_.rearg` applied.\n *\n * @private\n * @param {Array} data The destination metadata.\n * @param {Array} source The source metadata.\n * @returns {Array} Returns `data`.\n */\nfunction mergeData(data, source) {\n var bitmask = data[1],\n srcBitmask = source[1],\n newBitmask = bitmask | srcBitmask,\n isCommon = newBitmask < (WRAP_BIND_FLAG | WRAP_BIND_KEY_FLAG | WRAP_ARY_FLAG);\n\n var isCombo =\n ((srcBitmask == WRAP_ARY_FLAG) && (bitmask == WRAP_CURRY_FLAG)) ||\n ((srcBitmask == WRAP_ARY_FLAG) && (bitmask == WRAP_REARG_FLAG) && (data[7].length <= source[8])) ||\n ((srcBitmask == (WRAP_ARY_FLAG | WRAP_REARG_FLAG)) && (source[7].length <= source[8]) && (bitmask == WRAP_CURRY_FLAG));\n\n // Exit early if metadata can't be merged.\n if (!(isCommon || isCombo)) {\n return data;\n }\n // Use source `thisArg` if available.\n if (srcBitmask & WRAP_BIND_FLAG) {\n data[2] = source[2];\n // Set when currying a bound function.\n newBitmask |= bitmask & WRAP_BIND_FLAG ? 0 : WRAP_CURRY_BOUND_FLAG;\n }\n // Compose partial arguments.\n var value = source[3];\n if (value) {\n var partials = data[3];\n data[3] = partials ? composeArgs(partials, value, source[4]) : value;\n data[4] = partials ? replaceHolders(data[3], PLACEHOLDER) : source[4];\n }\n // Compose partial right arguments.\n value = source[5];\n if (value) {\n partials = data[5];\n data[5] = partials ? composeArgsRight(partials, value, source[6]) : value;\n data[6] = partials ? replaceHolders(data[5], PLACEHOLDER) : source[6];\n }\n // Use source `argPos` if available.\n value = source[7];\n if (value) {\n data[7] = value;\n }\n // Use source `ary` if it's smaller.\n if (srcBitmask & WRAP_ARY_FLAG) {\n data[8] = data[8] == null ? source[8] : nativeMin(data[8], source[8]);\n }\n // Use source `arity` if one is not provided.\n if (data[9] == null) {\n data[9] = source[9];\n }\n // Use source `func` and merge bitmasks.\n data[0] = source[0];\n data[1] = newBitmask;\n\n return data;\n}\n\nmodule.exports = mergeData;\n","var toNumber = require('./toNumber');\n\n/** Used as references for various `Number` constants. */\nvar INFINITY = 1 / 0,\n MAX_INTEGER = 1.7976931348623157e+308;\n\n/**\n * Converts `value` to a finite number.\n *\n * @static\n * @memberOf _\n * @since 4.12.0\n * @category Lang\n * @param {*} value The value to convert.\n * @returns {number} Returns the converted number.\n * @example\n *\n * _.toFinite(3.2);\n * // => 3.2\n *\n * _.toFinite(Number.MIN_VALUE);\n * // => 5e-324\n *\n * _.toFinite(Infinity);\n * // => 1.7976931348623157e+308\n *\n * _.toFinite('3.2');\n * // => 3.2\n */\nfunction toFinite(value) {\n if (!value) {\n return value === 0 ? value : 0;\n }\n value = toNumber(value);\n if (value === INFINITY || value === -INFINITY) {\n var sign = (value < 0 ? -1 : 1);\n return sign * MAX_INTEGER;\n }\n return value === value ? value : 0;\n}\n\nmodule.exports = toFinite;\n","var baseTrim = require('./_baseTrim'),\n isObject = require('./isObject'),\n isSymbol = require('./isSymbol');\n\n/** Used as references for various `Number` constants. */\nvar NAN = 0 / 0;\n\n/** Used to detect bad signed hexadecimal string values. */\nvar reIsBadHex = /^[-+]0x[0-9a-f]+$/i;\n\n/** Used to detect binary string values. */\nvar reIsBinary = /^0b[01]+$/i;\n\n/** Used to detect octal string values. */\nvar reIsOctal = /^0o[0-7]+$/i;\n\n/** Built-in method references without a dependency on `root`. */\nvar freeParseInt = parseInt;\n\n/**\n * Converts `value` to a number.\n *\n * @static\n * @memberOf _\n * @since 4.0.0\n * @category Lang\n * @param {*} value The value to process.\n * @returns {number} Returns the number.\n * @example\n *\n * _.toNumber(3.2);\n * // => 3.2\n *\n * _.toNumber(Number.MIN_VALUE);\n * // => 5e-324\n *\n * _.toNumber(Infinity);\n * // => Infinity\n *\n * _.toNumber('3.2');\n * // => 3.2\n */\nfunction toNumber(value) {\n if (typeof value == 'number') {\n return value;\n }\n if (isSymbol(value)) {\n return NAN;\n }\n if (isObject(value)) {\n var other = typeof value.valueOf == 'function' ? value.valueOf() : value;\n value = isObject(other) ? (other + '') : other;\n }\n if (typeof value != 'string') {\n return value === 0 ? value : +value;\n }\n value = baseTrim(value);\n var isBinary = reIsBinary.test(value);\n return (isBinary || reIsOctal.test(value))\n ? freeParseInt(value.slice(2), isBinary ? 2 : 8)\n : (reIsBadHex.test(value) ? NAN : +value);\n}\n\nmodule.exports = toNumber;\n","var trimmedEndIndex = require('./_trimmedEndIndex');\n\n/** Used to match leading whitespace. */\nvar reTrimStart = /^\\s+/;\n\n/**\n * The base implementation of `_.trim`.\n *\n * @private\n * @param {string} string The string to trim.\n * @returns {string} Returns the trimmed string.\n */\nfunction baseTrim(string) {\n return string\n ? string.slice(0, trimmedEndIndex(string) + 1).replace(reTrimStart, '')\n : string;\n}\n\nmodule.exports = baseTrim;\n","/** Used to match a single whitespace character. */\nvar reWhitespace = /\\s/;\n\n/**\n * Used by `_.trim` and `_.trimEnd` to get the index of the last non-whitespace\n * character of `string`.\n *\n * @private\n * @param {string} string The string to inspect.\n * @returns {number} Returns the index of the last non-whitespace character.\n */\nfunction trimmedEndIndex(string) {\n var index = string.length;\n\n while (index-- && reWhitespace.test(string.charAt(index))) {}\n return index;\n}\n\nmodule.exports = trimmedEndIndex;\n","var baseClone = require('./_baseClone');\n\n/** Used to compose bitmasks for cloning. */\nvar CLONE_SYMBOLS_FLAG = 4;\n\n/**\n * Creates a shallow clone of `value`.\n *\n * **Note:** This method is loosely based on the\n * [structured clone algorithm](https://mdn.io/Structured_clone_algorithm)\n * and supports cloning arrays, array buffers, booleans, date objects, maps,\n * numbers, `Object` objects, regexes, sets, strings, symbols, and typed\n * arrays. The own enumerable properties of `arguments` objects are cloned\n * as plain objects. An empty object is returned for uncloneable values such\n * as error objects, functions, DOM nodes, and WeakMaps.\n *\n * @static\n * @memberOf _\n * @since 0.1.0\n * @category Lang\n * @param {*} value The value to clone.\n * @returns {*} Returns the cloned value.\n * @see _.cloneDeep\n * @example\n *\n * var objects = [{ 'a': 1 }, { 'b': 2 }];\n *\n * var shallow = _.clone(objects);\n * console.log(shallow[0] === objects[0]);\n * // => true\n */\nfunction clone(value) {\n return baseClone(value, CLONE_SYMBOLS_FLAG);\n}\n\nmodule.exports = clone;\n","var copyObject = require('./_copyObject'),\n keysIn = require('./keysIn');\n\n/**\n * The base implementation of `_.assignIn` without support for multiple sources\n * or `customizer` functions.\n *\n * @private\n * @param {Object} object The destination object.\n * @param {Object} source The source object.\n * @returns {Object} Returns `object`.\n */\nfunction baseAssignIn(object, source) {\n return object && copyObject(source, keysIn(source), object);\n}\n\nmodule.exports = baseAssignIn;\n","var copyObject = require('./_copyObject'),\n getSymbols = require('./_getSymbols');\n\n/**\n * Copies own symbols of `source` to `object`.\n *\n * @private\n * @param {Object} source The object to copy symbols from.\n * @param {Object} [object={}] The object to copy symbols to.\n * @returns {Object} Returns `object`.\n */\nfunction copySymbols(source, object) {\n return copyObject(source, getSymbols(source), object);\n}\n\nmodule.exports = copySymbols;\n","var copyObject = require('./_copyObject'),\n getSymbolsIn = require('./_getSymbolsIn');\n\n/**\n * Copies own and inherited symbols of `source` to `object`.\n *\n * @private\n * @param {Object} source The object to copy symbols from.\n * @param {Object} [object={}] The object to copy symbols to.\n * @returns {Object} Returns `object`.\n */\nfunction copySymbolsIn(source, object) {\n return copyObject(source, getSymbolsIn(source), object);\n}\n\nmodule.exports = copySymbolsIn;\n","var baseGetAllKeys = require('./_baseGetAllKeys'),\n getSymbolsIn = require('./_getSymbolsIn'),\n keysIn = require('./keysIn');\n\n/**\n * Creates an array of own and inherited enumerable property names and\n * symbols of `object`.\n *\n * @private\n * @param {Object} object The object to query.\n * @returns {Array} Returns the array of property names and symbols.\n */\nfunction getAllKeysIn(object) {\n return baseGetAllKeys(object, keysIn, getSymbolsIn);\n}\n\nmodule.exports = getAllKeysIn;\n","/** Used for built-in method references. */\nvar objectProto = Object.prototype;\n\n/** Used to check objects for own properties. */\nvar hasOwnProperty = objectProto.hasOwnProperty;\n\n/**\n * Initializes an array clone.\n *\n * @private\n * @param {Array} array The array to clone.\n * @returns {Array} Returns the initialized clone.\n */\nfunction initCloneArray(array) {\n var length = array.length,\n result = new array.constructor(length);\n\n // Add properties assigned by `RegExp#exec`.\n if (length && typeof array[0] == 'string' && hasOwnProperty.call(array, 'index')) {\n result.index = array.index;\n result.input = array.input;\n }\n return result;\n}\n\nmodule.exports = initCloneArray;\n","var cloneArrayBuffer = require('./_cloneArrayBuffer'),\n cloneDataView = require('./_cloneDataView'),\n cloneRegExp = require('./_cloneRegExp'),\n cloneSymbol = require('./_cloneSymbol'),\n cloneTypedArray = require('./_cloneTypedArray');\n\n/** `Object#toString` result references. */\nvar boolTag = '[object Boolean]',\n dateTag = '[object Date]',\n mapTag = '[object Map]',\n numberTag = '[object Number]',\n regexpTag = '[object RegExp]',\n setTag = '[object Set]',\n stringTag = '[object String]',\n symbolTag = '[object Symbol]';\n\nvar arrayBufferTag = '[object ArrayBuffer]',\n dataViewTag = '[object DataView]',\n float32Tag = '[object Float32Array]',\n float64Tag = '[object Float64Array]',\n int8Tag = '[object Int8Array]',\n int16Tag = '[object Int16Array]',\n int32Tag = '[object Int32Array]',\n uint8Tag = '[object Uint8Array]',\n uint8ClampedTag = '[object Uint8ClampedArray]',\n uint16Tag = '[object Uint16Array]',\n uint32Tag = '[object Uint32Array]';\n\n/**\n * Initializes an object clone based on its `toStringTag`.\n *\n * **Note:** This function only supports cloning values with tags of\n * `Boolean`, `Date`, `Error`, `Map`, `Number`, `RegExp`, `Set`, or `String`.\n *\n * @private\n * @param {Object} object The object to clone.\n * @param {string} tag The `toStringTag` of the object to clone.\n * @param {boolean} [isDeep] Specify a deep clone.\n * @returns {Object} Returns the initialized clone.\n */\nfunction initCloneByTag(object, tag, isDeep) {\n var Ctor = object.constructor;\n switch (tag) {\n case arrayBufferTag:\n return cloneArrayBuffer(object);\n\n case boolTag:\n case dateTag:\n return new Ctor(+object);\n\n case dataViewTag:\n return cloneDataView(object, isDeep);\n\n case float32Tag: case float64Tag:\n case int8Tag: case int16Tag: case int32Tag:\n case uint8Tag: case uint8ClampedTag: case uint16Tag: case uint32Tag:\n return cloneTypedArray(object, isDeep);\n\n case mapTag:\n return new Ctor;\n\n case numberTag:\n case stringTag:\n return new Ctor(object);\n\n case regexpTag:\n return cloneRegExp(object);\n\n case setTag:\n return new Ctor;\n\n case symbolTag:\n return cloneSymbol(object);\n }\n}\n\nmodule.exports = initCloneByTag;\n","var cloneArrayBuffer = require('./_cloneArrayBuffer');\n\n/**\n * Creates a clone of `dataView`.\n *\n * @private\n * @param {Object} dataView The data view to clone.\n * @param {boolean} [isDeep] Specify a deep clone.\n * @returns {Object} Returns the cloned data view.\n */\nfunction cloneDataView(dataView, isDeep) {\n var buffer = isDeep ? cloneArrayBuffer(dataView.buffer) : dataView.buffer;\n return new dataView.constructor(buffer, dataView.byteOffset, dataView.byteLength);\n}\n\nmodule.exports = cloneDataView;\n","/** Used to match `RegExp` flags from their coerced string values. */\nvar reFlags = /\\w*$/;\n\n/**\n * Creates a clone of `regexp`.\n *\n * @private\n * @param {Object} regexp The regexp to clone.\n * @returns {Object} Returns the cloned regexp.\n */\nfunction cloneRegExp(regexp) {\n var result = new regexp.constructor(regexp.source, reFlags.exec(regexp));\n result.lastIndex = regexp.lastIndex;\n return result;\n}\n\nmodule.exports = cloneRegExp;\n","var Symbol = require('./_Symbol');\n\n/** Used to convert symbols to primitives and strings. */\nvar symbolProto = Symbol ? Symbol.prototype : undefined,\n symbolValueOf = symbolProto ? symbolProto.valueOf : undefined;\n\n/**\n * Creates a clone of the `symbol` object.\n *\n * @private\n * @param {Object} symbol The symbol object to clone.\n * @returns {Object} Returns the cloned symbol object.\n */\nfunction cloneSymbol(symbol) {\n return symbolValueOf ? Object(symbolValueOf.call(symbol)) : {};\n}\n\nmodule.exports = cloneSymbol;\n","var baseIsMap = require('./_baseIsMap'),\n baseUnary = require('./_baseUnary'),\n nodeUtil = require('./_nodeUtil');\n\n/* Node.js helper references. */\nvar nodeIsMap = nodeUtil && nodeUtil.isMap;\n\n/**\n * Checks if `value` is classified as a `Map` object.\n *\n * @static\n * @memberOf _\n * @since 4.3.0\n * @category Lang\n * @param {*} value The value to check.\n * @returns {boolean} Returns `true` if `value` is a map, else `false`.\n * @example\n *\n * _.isMap(new Map);\n * // => true\n *\n * _.isMap(new WeakMap);\n * // => false\n */\nvar isMap = nodeIsMap ? baseUnary(nodeIsMap) : baseIsMap;\n\nmodule.exports = isMap;\n","var getTag = require('./_getTag'),\n isObjectLike = require('./isObjectLike');\n\n/** `Object#toString` result references. */\nvar mapTag = '[object Map]';\n\n/**\n * The base implementation of `_.isMap` without Node.js optimizations.\n *\n * @private\n * @param {*} value The value to check.\n * @returns {boolean} Returns `true` if `value` is a map, else `false`.\n */\nfunction baseIsMap(value) {\n return isObjectLike(value) && getTag(value) == mapTag;\n}\n\nmodule.exports = baseIsMap;\n","var baseIsSet = require('./_baseIsSet'),\n baseUnary = require('./_baseUnary'),\n nodeUtil = require('./_nodeUtil');\n\n/* Node.js helper references. */\nvar nodeIsSet = nodeUtil && nodeUtil.isSet;\n\n/**\n * Checks if `value` is classified as a `Set` object.\n *\n * @static\n * @memberOf _\n * @since 4.3.0\n * @category Lang\n * @param {*} value The value to check.\n * @returns {boolean} Returns `true` if `value` is a set, else `false`.\n * @example\n *\n * _.isSet(new Set);\n * // => true\n *\n * _.isSet(new WeakSet);\n * // => false\n */\nvar isSet = nodeIsSet ? baseUnary(nodeIsSet) : baseIsSet;\n\nmodule.exports = isSet;\n","var getTag = require('./_getTag'),\n isObjectLike = require('./isObjectLike');\n\n/** `Object#toString` result references. */\nvar setTag = '[object Set]';\n\n/**\n * The base implementation of `_.isSet` without Node.js optimizations.\n *\n * @private\n * @param {*} value The value to check.\n * @returns {boolean} Returns `true` if `value` is a set, else `false`.\n */\nfunction baseIsSet(value) {\n return isObjectLike(value) && getTag(value) == setTag;\n}\n\nmodule.exports = baseIsSet;\n","var createWrap = require('./_createWrap');\n\n/** Used to compose bitmasks for function metadata. */\nvar WRAP_CURRY_FLAG = 8;\n\n/**\n * Creates a function that accepts arguments of `func` and either invokes\n * `func` returning its result, if at least `arity` number of arguments have\n * been provided, or returns a function that accepts the remaining `func`\n * arguments, and so on. The arity of `func` may be specified if `func.length`\n * is not sufficient.\n *\n * The `_.curry.placeholder` value, which defaults to `_` in monolithic builds,\n * may be used as a placeholder for provided arguments.\n *\n * **Note:** This method doesn't set the \"length\" property of curried functions.\n *\n * @static\n * @memberOf _\n * @since 2.0.0\n * @category Function\n * @param {Function} func The function to curry.\n * @param {number} [arity=func.length] The arity of `func`.\n * @param- {Object} [guard] Enables use as an iteratee for methods like `_.map`.\n * @returns {Function} Returns the new curried function.\n * @example\n *\n * var abc = function(a, b, c) {\n * return [a, b, c];\n * };\n *\n * var curried = _.curry(abc);\n *\n * curried(1)(2)(3);\n * // => [1, 2, 3]\n *\n * curried(1, 2)(3);\n * // => [1, 2, 3]\n *\n * curried(1, 2, 3);\n * // => [1, 2, 3]\n *\n * // Curried with placeholders.\n * curried(1)(_, 3)(2);\n * // => [1, 2, 3]\n */\nfunction curry(func, arity, guard) {\n arity = guard ? undefined : arity;\n var result = createWrap(func, WRAP_CURRY_FLAG, undefined, undefined, undefined, undefined, undefined, arity);\n result.placeholder = curry.placeholder;\n return result;\n}\n\n// Assign default placeholders.\ncurry.placeholder = {};\n\nmodule.exports = curry;\n","var baseGetTag = require('./_baseGetTag'),\n isObjectLike = require('./isObjectLike'),\n isPlainObject = require('./isPlainObject');\n\n/** `Object#toString` result references. */\nvar domExcTag = '[object DOMException]',\n errorTag = '[object Error]';\n\n/**\n * Checks if `value` is an `Error`, `EvalError`, `RangeError`, `ReferenceError`,\n * `SyntaxError`, `TypeError`, or `URIError` object.\n *\n * @static\n * @memberOf _\n * @since 3.0.0\n * @category Lang\n * @param {*} value The value to check.\n * @returns {boolean} Returns `true` if `value` is an error object, else `false`.\n * @example\n *\n * _.isError(new Error);\n * // => true\n *\n * _.isError(Error);\n * // => false\n */\nfunction isError(value) {\n if (!isObjectLike(value)) {\n return false;\n }\n var tag = baseGetTag(value);\n return tag == errorTag || tag == domExcTag ||\n (typeof value.message == 'string' && typeof value.name == 'string' && !isPlainObject(value));\n}\n\nmodule.exports = isError;\n","var getTag = require('./_getTag'),\n isObjectLike = require('./isObjectLike');\n\n/** `Object#toString` result references. */\nvar weakMapTag = '[object WeakMap]';\n\n/**\n * Checks if `value` is classified as a `WeakMap` object.\n *\n * @static\n * @memberOf _\n * @since 4.3.0\n * @category Lang\n * @param {*} value The value to check.\n * @returns {boolean} Returns `true` if `value` is a weak map, else `false`.\n * @example\n *\n * _.isWeakMap(new WeakMap);\n * // => true\n *\n * _.isWeakMap(new Map);\n * // => false\n */\nfunction isWeakMap(value) {\n return isObjectLike(value) && getTag(value) == weakMapTag;\n}\n\nmodule.exports = isWeakMap;\n","var baseClone = require('./_baseClone'),\n baseIteratee = require('./_baseIteratee');\n\n/** Used to compose bitmasks for cloning. */\nvar CLONE_DEEP_FLAG = 1;\n\n/**\n * Creates a function that invokes `func` with the arguments of the created\n * function. If `func` is a property name, the created function returns the\n * property value for a given element. If `func` is an array or object, the\n * created function returns `true` for elements that contain the equivalent\n * source properties, otherwise it returns `false`.\n *\n * @static\n * @since 4.0.0\n * @memberOf _\n * @category Util\n * @param {*} [func=_.identity] The value to convert to a callback.\n * @returns {Function} Returns the callback.\n * @example\n *\n * var users = [\n * { 'user': 'barney', 'age': 36, 'active': true },\n * { 'user': 'fred', 'age': 40, 'active': false }\n * ];\n *\n * // The `_.matches` iteratee shorthand.\n * _.filter(users, _.iteratee({ 'user': 'barney', 'active': true }));\n * // => [{ 'user': 'barney', 'age': 36, 'active': true }]\n *\n * // The `_.matchesProperty` iteratee shorthand.\n * _.filter(users, _.iteratee(['user', 'fred']));\n * // => [{ 'user': 'fred', 'age': 40 }]\n *\n * // The `_.property` iteratee shorthand.\n * _.map(users, _.iteratee('user'));\n * // => ['barney', 'fred']\n *\n * // Create custom iteratee shorthands.\n * _.iteratee = _.wrap(_.iteratee, function(iteratee, func) {\n * return !_.isRegExp(func) ? iteratee(func) : function(string) {\n * return func.test(string);\n * };\n * });\n *\n * _.filter(['abc', 'def'], /ef/);\n * // => ['def']\n */\nfunction iteratee(func) {\n return baseIteratee(typeof func == 'function' ? func : baseClone(func, CLONE_DEEP_FLAG));\n}\n\nmodule.exports = iteratee;\n","var baseMatches = require('./_baseMatches'),\n baseMatchesProperty = require('./_baseMatchesProperty'),\n identity = require('./identity'),\n isArray = require('./isArray'),\n property = require('./property');\n\n/**\n * The base implementation of `_.iteratee`.\n *\n * @private\n * @param {*} [value=_.identity] The value to convert to an iteratee.\n * @returns {Function} Returns the iteratee.\n */\nfunction baseIteratee(value) {\n // Don't store the `typeof` result in a variable to avoid a JIT bug in Safari 9.\n // See https://bugs.webkit.org/show_bug.cgi?id=156034 for more details.\n if (typeof value == 'function') {\n return value;\n }\n if (value == null) {\n return identity;\n }\n if (typeof value == 'object') {\n return isArray(value)\n ? baseMatchesProperty(value[0], value[1])\n : baseMatches(value);\n }\n return property(value);\n}\n\nmodule.exports = baseIteratee;\n","var baseIsMatch = require('./_baseIsMatch'),\n getMatchData = require('./_getMatchData'),\n matchesStrictComparable = require('./_matchesStrictComparable');\n\n/**\n * The base implementation of `_.matches` which doesn't clone `source`.\n *\n * @private\n * @param {Object} source The object of property values to match.\n * @returns {Function} Returns the new spec function.\n */\nfunction baseMatches(source) {\n var matchData = getMatchData(source);\n if (matchData.length == 1 && matchData[0][2]) {\n return matchesStrictComparable(matchData[0][0], matchData[0][1]);\n }\n return function(object) {\n return object === source || baseIsMatch(object, source, matchData);\n };\n}\n\nmodule.exports = baseMatches;\n","var Stack = require('./_Stack'),\n baseIsEqual = require('./_baseIsEqual');\n\n/** Used to compose bitmasks for value comparisons. */\nvar COMPARE_PARTIAL_FLAG = 1,\n COMPARE_UNORDERED_FLAG = 2;\n\n/**\n * The base implementation of `_.isMatch` without support for iteratee shorthands.\n *\n * @private\n * @param {Object} object The object to inspect.\n * @param {Object} source The object of property values to match.\n * @param {Array} matchData The property names, values, and compare flags to match.\n * @param {Function} [customizer] The function to customize comparisons.\n * @returns {boolean} Returns `true` if `object` is a match, else `false`.\n */\nfunction baseIsMatch(object, source, matchData, customizer) {\n var index = matchData.length,\n length = index,\n noCustomizer = !customizer;\n\n if (object == null) {\n return !length;\n }\n object = Object(object);\n while (index--) {\n var data = matchData[index];\n if ((noCustomizer && data[2])\n ? data[1] !== object[data[0]]\n : !(data[0] in object)\n ) {\n return false;\n }\n }\n while (++index < length) {\n data = matchData[index];\n var key = data[0],\n objValue = object[key],\n srcValue = data[1];\n\n if (noCustomizer && data[2]) {\n if (objValue === undefined && !(key in object)) {\n return false;\n }\n } else {\n var stack = new Stack;\n if (customizer) {\n var result = customizer(objValue, srcValue, key, object, source, stack);\n }\n if (!(result === undefined\n ? baseIsEqual(srcValue, objValue, COMPARE_PARTIAL_FLAG | COMPARE_UNORDERED_FLAG, customizer, stack)\n : result\n )) {\n return false;\n }\n }\n }\n return true;\n}\n\nmodule.exports = baseIsMatch;\n","var isStrictComparable = require('./_isStrictComparable'),\n keys = require('./keys');\n\n/**\n * Gets the property names, values, and compare flags of `object`.\n *\n * @private\n * @param {Object} object The object to query.\n * @returns {Array} Returns the match data of `object`.\n */\nfunction getMatchData(object) {\n var result = keys(object),\n length = result.length;\n\n while (length--) {\n var key = result[length],\n value = object[key];\n\n result[length] = [key, value, isStrictComparable(value)];\n }\n return result;\n}\n\nmodule.exports = getMatchData;\n","var baseIsEqual = require('./_baseIsEqual'),\n get = require('./get'),\n hasIn = require('./hasIn'),\n isKey = require('./_isKey'),\n isStrictComparable = require('./_isStrictComparable'),\n matchesStrictComparable = require('./_matchesStrictComparable'),\n toKey = require('./_toKey');\n\n/** Used to compose bitmasks for value comparisons. */\nvar COMPARE_PARTIAL_FLAG = 1,\n COMPARE_UNORDERED_FLAG = 2;\n\n/**\n * The base implementation of `_.matchesProperty` which doesn't clone `srcValue`.\n *\n * @private\n * @param {string} path The path of the property to get.\n * @param {*} srcValue The value to match.\n * @returns {Function} Returns the new spec function.\n */\nfunction baseMatchesProperty(path, srcValue) {\n if (isKey(path) && isStrictComparable(srcValue)) {\n return matchesStrictComparable(toKey(path), srcValue);\n }\n return function(object) {\n var objValue = get(object, path);\n return (objValue === undefined && objValue === srcValue)\n ? hasIn(object, path)\n : baseIsEqual(srcValue, objValue, COMPARE_PARTIAL_FLAG | COMPARE_UNORDERED_FLAG);\n };\n}\n\nmodule.exports = baseMatchesProperty;\n","var baseGet = require('./_baseGet');\n\n/**\n * Gets the value at `path` of `object`. If the resolved value is\n * `undefined`, the `defaultValue` is returned in its place.\n *\n * @static\n * @memberOf _\n * @since 3.7.0\n * @category Object\n * @param {Object} object The object to query.\n * @param {Array|string} path The path of the property to get.\n * @param {*} [defaultValue] The value returned for `undefined` resolved values.\n * @returns {*} Returns the resolved value.\n * @example\n *\n * var object = { 'a': [{ 'b': { 'c': 3 } }] };\n *\n * _.get(object, 'a[0].b.c');\n * // => 3\n *\n * _.get(object, ['a', '0', 'b', 'c']);\n * // => 3\n *\n * _.get(object, 'a.b.c', 'default');\n * // => 'default'\n */\nfunction get(object, path, defaultValue) {\n var result = object == null ? undefined : baseGet(object, path);\n return result === undefined ? defaultValue : result;\n}\n\nmodule.exports = get;\n","var memoize = require('./memoize');\n\n/** Used as the maximum memoize cache size. */\nvar MAX_MEMOIZE_SIZE = 500;\n\n/**\n * A specialized version of `_.memoize` which clears the memoized function's\n * cache when it exceeds `MAX_MEMOIZE_SIZE`.\n *\n * @private\n * @param {Function} func The function to have its output memoized.\n * @returns {Function} Returns the new memoized function.\n */\nfunction memoizeCapped(func) {\n var result = memoize(func, function(key) {\n if (cache.size === MAX_MEMOIZE_SIZE) {\n cache.clear();\n }\n return key;\n });\n\n var cache = result.cache;\n return result;\n}\n\nmodule.exports = memoizeCapped;\n","var MapCache = require('./_MapCache');\n\n/** Error message constants. */\nvar FUNC_ERROR_TEXT = 'Expected a function';\n\n/**\n * Creates a function that memoizes the result of `func`. If `resolver` is\n * provided, it determines the cache key for storing the result based on the\n * arguments provided to the memoized function. By default, the first argument\n * provided to the memoized function is used as the map cache key. The `func`\n * is invoked with the `this` binding of the memoized function.\n *\n * **Note:** The cache is exposed as the `cache` property on the memoized\n * function. Its creation may be customized by replacing the `_.memoize.Cache`\n * constructor with one whose instances implement the\n * [`Map`](http://ecma-international.org/ecma-262/7.0/#sec-properties-of-the-map-prototype-object)\n * method interface of `clear`, `delete`, `get`, `has`, and `set`.\n *\n * @static\n * @memberOf _\n * @since 0.1.0\n * @category Function\n * @param {Function} func The function to have its output memoized.\n * @param {Function} [resolver] The function to resolve the cache key.\n * @returns {Function} Returns the new memoized function.\n * @example\n *\n * var object = { 'a': 1, 'b': 2 };\n * var other = { 'c': 3, 'd': 4 };\n *\n * var values = _.memoize(_.values);\n * values(object);\n * // => [1, 2]\n *\n * values(other);\n * // => [3, 4]\n *\n * object.a = 2;\n * values(object);\n * // => [1, 2]\n *\n * // Modify the result cache.\n * values.cache.set(object, ['a', 'b']);\n * values(object);\n * // => ['a', 'b']\n *\n * // Replace `_.memoize.Cache`.\n * _.memoize.Cache = WeakMap;\n */\nfunction memoize(func, resolver) {\n if (typeof func != 'function' || (resolver != null && typeof resolver != 'function')) {\n throw new TypeError(FUNC_ERROR_TEXT);\n }\n var memoized = function() {\n var args = arguments,\n key = resolver ? resolver.apply(this, args) : args[0],\n cache = memoized.cache;\n\n if (cache.has(key)) {\n return cache.get(key);\n }\n var result = func.apply(this, args);\n memoized.cache = cache.set(key, result) || cache;\n return result;\n };\n memoized.cache = new (memoize.Cache || MapCache);\n return memoized;\n}\n\n// Expose `MapCache`.\nmemoize.Cache = MapCache;\n\nmodule.exports = memoize;\n","var Symbol = require('./_Symbol'),\n arrayMap = require('./_arrayMap'),\n isArray = require('./isArray'),\n isSymbol = require('./isSymbol');\n\n/** Used as references for various `Number` constants. */\nvar INFINITY = 1 / 0;\n\n/** Used to convert symbols to primitives and strings. */\nvar symbolProto = Symbol ? Symbol.prototype : undefined,\n symbolToString = symbolProto ? symbolProto.toString : undefined;\n\n/**\n * The base implementation of `_.toString` which doesn't convert nullish\n * values to empty strings.\n *\n * @private\n * @param {*} value The value to process.\n * @returns {string} Returns the string.\n */\nfunction baseToString(value) {\n // Exit early for strings to avoid a performance hit in some environments.\n if (typeof value == 'string') {\n return value;\n }\n if (isArray(value)) {\n // Recursively convert values (susceptible to call stack limits).\n return arrayMap(value, baseToString) + '';\n }\n if (isSymbol(value)) {\n return symbolToString ? symbolToString.call(value) : '';\n }\n var result = (value + '');\n return (result == '0' && (1 / value) == -INFINITY) ? '-0' : result;\n}\n\nmodule.exports = baseToString;\n","var baseHasIn = require('./_baseHasIn'),\n hasPath = require('./_hasPath');\n\n/**\n * Checks if `path` is a direct or inherited property of `object`.\n *\n * @static\n * @memberOf _\n * @since 4.0.0\n * @category Object\n * @param {Object} object The object to query.\n * @param {Array|string} path The path to check.\n * @returns {boolean} Returns `true` if `path` exists, else `false`.\n * @example\n *\n * var object = _.create({ 'a': _.create({ 'b': 2 }) });\n *\n * _.hasIn(object, 'a');\n * // => true\n *\n * _.hasIn(object, 'a.b');\n * // => true\n *\n * _.hasIn(object, ['a', 'b']);\n * // => true\n *\n * _.hasIn(object, 'b');\n * // => false\n */\nfunction hasIn(object, path) {\n return object != null && hasPath(object, path, baseHasIn);\n}\n\nmodule.exports = hasIn;\n","/**\n * The base implementation of `_.hasIn` without support for deep paths.\n *\n * @private\n * @param {Object} [object] The object to query.\n * @param {Array|string} key The key to check.\n * @returns {boolean} Returns `true` if `key` exists, else `false`.\n */\nfunction baseHasIn(object, key) {\n return object != null && key in Object(object);\n}\n\nmodule.exports = baseHasIn;\n","var castPath = require('./_castPath'),\n isArguments = require('./isArguments'),\n isArray = require('./isArray'),\n isIndex = require('./_isIndex'),\n isLength = require('./isLength'),\n toKey = require('./_toKey');\n\n/**\n * Checks if `path` exists on `object`.\n *\n * @private\n * @param {Object} object The object to query.\n * @param {Array|string} path The path to check.\n * @param {Function} hasFunc The function to check properties.\n * @returns {boolean} Returns `true` if `path` exists, else `false`.\n */\nfunction hasPath(object, path, hasFunc) {\n path = castPath(path, object);\n\n var index = -1,\n length = path.length,\n result = false;\n\n while (++index < length) {\n var key = toKey(path[index]);\n if (!(result = object != null && hasFunc(object, key))) {\n break;\n }\n object = object[key];\n }\n if (result || ++index != length) {\n return result;\n }\n length = object == null ? 0 : object.length;\n return !!length && isLength(length) && isIndex(key, length) &&\n (isArray(object) || isArguments(object));\n}\n\nmodule.exports = hasPath;\n","var baseProperty = require('./_baseProperty'),\n basePropertyDeep = require('./_basePropertyDeep'),\n isKey = require('./_isKey'),\n toKey = require('./_toKey');\n\n/**\n * Creates a function that returns the value at `path` of a given object.\n *\n * @static\n * @memberOf _\n * @since 2.4.0\n * @category Util\n * @param {Array|string} path The path of the property to get.\n * @returns {Function} Returns the new accessor function.\n * @example\n *\n * var objects = [\n * { 'a': { 'b': 2 } },\n * { 'a': { 'b': 1 } }\n * ];\n *\n * _.map(objects, _.property('a.b'));\n * // => [2, 1]\n *\n * _.map(_.sortBy(objects, _.property(['a', 'b'])), 'a.b');\n * // => [1, 2]\n */\nfunction property(path) {\n return isKey(path) ? baseProperty(toKey(path)) : basePropertyDeep(path);\n}\n\nmodule.exports = property;\n","/**\n * The base implementation of `_.property` without support for deep paths.\n *\n * @private\n * @param {string} key The key of the property to get.\n * @returns {Function} Returns the new accessor function.\n */\nfunction baseProperty(key) {\n return function(object) {\n return object == null ? undefined : object[key];\n };\n}\n\nmodule.exports = baseProperty;\n","var baseGet = require('./_baseGet');\n\n/**\n * A specialized version of `baseProperty` which supports deep paths.\n *\n * @private\n * @param {Array|string} path The path of the property to get.\n * @returns {Function} Returns the new accessor function.\n */\nfunction basePropertyDeep(path) {\n return function(object) {\n return baseGet(object, path);\n };\n}\n\nmodule.exports = basePropertyDeep;\n","var createWrap = require('./_createWrap'),\n flatRest = require('./_flatRest');\n\n/** Used to compose bitmasks for function metadata. */\nvar WRAP_REARG_FLAG = 256;\n\n/**\n * Creates a function that invokes `func` with arguments arranged according\n * to the specified `indexes` where the argument value at the first index is\n * provided as the first argument, the argument value at the second index is\n * provided as the second argument, and so on.\n *\n * @static\n * @memberOf _\n * @since 3.0.0\n * @category Function\n * @param {Function} func The function to rearrange arguments for.\n * @param {...(number|number[])} indexes The arranged argument indexes.\n * @returns {Function} Returns the new function.\n * @example\n *\n * var rearged = _.rearg(function(a, b, c) {\n * return [a, b, c];\n * }, [2, 0, 1]);\n *\n * rearged('b', 'c', 'a')\n * // => ['a', 'b', 'c']\n */\nvar rearg = flatRest(function(func, indexes) {\n return createWrap(func, WRAP_REARG_FLAG, undefined, undefined, undefined, indexes);\n});\n\nmodule.exports = rearg;\n","var flatten = require('./flatten'),\n overRest = require('./_overRest'),\n setToString = require('./_setToString');\n\n/**\n * A specialized version of `baseRest` which flattens the rest array.\n *\n * @private\n * @param {Function} func The function to apply a rest parameter to.\n * @returns {Function} Returns the new function.\n */\nfunction flatRest(func) {\n return setToString(overRest(func, undefined, flatten), func + '');\n}\n\nmodule.exports = flatRest;\n","var baseFlatten = require('./_baseFlatten');\n\n/**\n * Flattens `array` a single level deep.\n *\n * @static\n * @memberOf _\n * @since 0.1.0\n * @category Array\n * @param {Array} array The array to flatten.\n * @returns {Array} Returns the new flattened array.\n * @example\n *\n * _.flatten([1, [2, [3, [4]], 5]]);\n * // => [1, 2, [3, [4]], 5]\n */\nfunction flatten(array) {\n var length = array == null ? 0 : array.length;\n return length ? baseFlatten(array, 1) : [];\n}\n\nmodule.exports = flatten;\n","var arrayPush = require('./_arrayPush'),\n isFlattenable = require('./_isFlattenable');\n\n/**\n * The base implementation of `_.flatten` with support for restricting flattening.\n *\n * @private\n * @param {Array} array The array to flatten.\n * @param {number} depth The maximum recursion depth.\n * @param {boolean} [predicate=isFlattenable] The function invoked per iteration.\n * @param {boolean} [isStrict] Restrict to values that pass `predicate` checks.\n * @param {Array} [result=[]] The initial result value.\n * @returns {Array} Returns the new flattened array.\n */\nfunction baseFlatten(array, depth, predicate, isStrict, result) {\n var index = -1,\n length = array.length;\n\n predicate || (predicate = isFlattenable);\n result || (result = []);\n\n while (++index < length) {\n var value = array[index];\n if (depth > 0 && predicate(value)) {\n if (depth > 1) {\n // Recursively flatten arrays (susceptible to call stack limits).\n baseFlatten(value, depth - 1, predicate, isStrict, result);\n } else {\n arrayPush(result, value);\n }\n } else if (!isStrict) {\n result[result.length] = value;\n }\n }\n return result;\n}\n\nmodule.exports = baseFlatten;\n","var Symbol = require('./_Symbol'),\n isArguments = require('./isArguments'),\n isArray = require('./isArray');\n\n/** Built-in value references. */\nvar spreadableSymbol = Symbol ? Symbol.isConcatSpreadable : undefined;\n\n/**\n * Checks if `value` is a flattenable `arguments` object or array.\n *\n * @private\n * @param {*} value The value to check.\n * @returns {boolean} Returns `true` if `value` is flattenable, else `false`.\n */\nfunction isFlattenable(value) {\n return isArray(value) || isArguments(value) ||\n !!(spreadableSymbol && value && value[spreadableSymbol]);\n}\n\nmodule.exports = isFlattenable;\n","var arrayMap = require('./_arrayMap'),\n copyArray = require('./_copyArray'),\n isArray = require('./isArray'),\n isSymbol = require('./isSymbol'),\n stringToPath = require('./_stringToPath'),\n toKey = require('./_toKey'),\n toString = require('./toString');\n\n/**\n * Converts `value` to a property path array.\n *\n * @static\n * @memberOf _\n * @since 4.0.0\n * @category Util\n * @param {*} value The value to convert.\n * @returns {Array} Returns the new property path array.\n * @example\n *\n * _.toPath('a.b.c');\n * // => ['a', 'b', 'c']\n *\n * _.toPath('a[0].b.c');\n * // => ['a', '0', 'b', 'c']\n */\nfunction toPath(value) {\n if (isArray(value)) {\n return arrayMap(value, toKey);\n }\n return isSymbol(value) ? [value] : copyArray(stringToPath(toString(value)));\n}\n\nmodule.exports = toPath;\n","module.exports = {\n 'cap': false,\n 'curry': false,\n 'fixed': false,\n 'immutable': false,\n 'rearg': false\n};\n","var map = {\n\t\"./af\": 327,\n\t\"./af.js\": 327,\n\t\"./ar\": 328,\n\t\"./ar-dz\": 329,\n\t\"./ar-dz.js\": 329,\n\t\"./ar-kw\": 330,\n\t\"./ar-kw.js\": 330,\n\t\"./ar-ly\": 331,\n\t\"./ar-ly.js\": 331,\n\t\"./ar-ma\": 332,\n\t\"./ar-ma.js\": 332,\n\t\"./ar-sa\": 333,\n\t\"./ar-sa.js\": 333,\n\t\"./ar-tn\": 334,\n\t\"./ar-tn.js\": 334,\n\t\"./ar.js\": 328,\n\t\"./az\": 335,\n\t\"./az.js\": 335,\n\t\"./be\": 336,\n\t\"./be.js\": 336,\n\t\"./bg\": 337,\n\t\"./bg.js\": 337,\n\t\"./bm\": 338,\n\t\"./bm.js\": 338,\n\t\"./bn\": 339,\n\t\"./bn-bd\": 340,\n\t\"./bn-bd.js\": 340,\n\t\"./bn.js\": 339,\n\t\"./bo\": 341,\n\t\"./bo.js\": 341,\n\t\"./br\": 342,\n\t\"./br.js\": 342,\n\t\"./bs\": 343,\n\t\"./bs.js\": 343,\n\t\"./ca\": 344,\n\t\"./ca.js\": 344,\n\t\"./cs\": 345,\n\t\"./cs.js\": 345,\n\t\"./cv\": 346,\n\t\"./cv.js\": 346,\n\t\"./cy\": 347,\n\t\"./cy.js\": 347,\n\t\"./da\": 348,\n\t\"./da.js\": 348,\n\t\"./de\": 349,\n\t\"./de-at\": 350,\n\t\"./de-at.js\": 350,\n\t\"./de-ch\": 351,\n\t\"./de-ch.js\": 351,\n\t\"./de.js\": 349,\n\t\"./dv\": 352,\n\t\"./dv.js\": 352,\n\t\"./el\": 353,\n\t\"./el.js\": 353,\n\t\"./en-au\": 354,\n\t\"./en-au.js\": 354,\n\t\"./en-ca\": 355,\n\t\"./en-ca.js\": 355,\n\t\"./en-gb\": 356,\n\t\"./en-gb.js\": 356,\n\t\"./en-ie\": 357,\n\t\"./en-ie.js\": 357,\n\t\"./en-il\": 358,\n\t\"./en-il.js\": 358,\n\t\"./en-in\": 359,\n\t\"./en-in.js\": 359,\n\t\"./en-nz\": 360,\n\t\"./en-nz.js\": 360,\n\t\"./en-sg\": 361,\n\t\"./en-sg.js\": 361,\n\t\"./eo\": 362,\n\t\"./eo.js\": 362,\n\t\"./es\": 363,\n\t\"./es-do\": 364,\n\t\"./es-do.js\": 364,\n\t\"./es-mx\": 365,\n\t\"./es-mx.js\": 365,\n\t\"./es-us\": 366,\n\t\"./es-us.js\": 366,\n\t\"./es.js\": 363,\n\t\"./et\": 367,\n\t\"./et.js\": 367,\n\t\"./eu\": 368,\n\t\"./eu.js\": 368,\n\t\"./fa\": 369,\n\t\"./fa.js\": 369,\n\t\"./fi\": 370,\n\t\"./fi.js\": 370,\n\t\"./fil\": 371,\n\t\"./fil.js\": 371,\n\t\"./fo\": 372,\n\t\"./fo.js\": 372,\n\t\"./fr\": 373,\n\t\"./fr-ca\": 374,\n\t\"./fr-ca.js\": 374,\n\t\"./fr-ch\": 375,\n\t\"./fr-ch.js\": 375,\n\t\"./fr.js\": 373,\n\t\"./fy\": 376,\n\t\"./fy.js\": 376,\n\t\"./ga\": 377,\n\t\"./ga.js\": 377,\n\t\"./gd\": 378,\n\t\"./gd.js\": 378,\n\t\"./gl\": 379,\n\t\"./gl.js\": 379,\n\t\"./gom-deva\": 380,\n\t\"./gom-deva.js\": 380,\n\t\"./gom-latn\": 381,\n\t\"./gom-latn.js\": 381,\n\t\"./gu\": 382,\n\t\"./gu.js\": 382,\n\t\"./he\": 383,\n\t\"./he.js\": 383,\n\t\"./hi\": 384,\n\t\"./hi.js\": 384,\n\t\"./hr\": 385,\n\t\"./hr.js\": 385,\n\t\"./hu\": 386,\n\t\"./hu.js\": 386,\n\t\"./hy-am\": 387,\n\t\"./hy-am.js\": 387,\n\t\"./id\": 388,\n\t\"./id.js\": 388,\n\t\"./is\": 389,\n\t\"./is.js\": 389,\n\t\"./it\": 390,\n\t\"./it-ch\": 391,\n\t\"./it-ch.js\": 391,\n\t\"./it.js\": 390,\n\t\"./ja\": 392,\n\t\"./ja.js\": 392,\n\t\"./jv\": 393,\n\t\"./jv.js\": 393,\n\t\"./ka\": 394,\n\t\"./ka.js\": 394,\n\t\"./kk\": 395,\n\t\"./kk.js\": 395,\n\t\"./km\": 396,\n\t\"./km.js\": 396,\n\t\"./kn\": 397,\n\t\"./kn.js\": 397,\n\t\"./ko\": 398,\n\t\"./ko.js\": 398,\n\t\"./ku\": 399,\n\t\"./ku.js\": 399,\n\t\"./ky\": 400,\n\t\"./ky.js\": 400,\n\t\"./lb\": 401,\n\t\"./lb.js\": 401,\n\t\"./lo\": 402,\n\t\"./lo.js\": 402,\n\t\"./lt\": 403,\n\t\"./lt.js\": 403,\n\t\"./lv\": 404,\n\t\"./lv.js\": 404,\n\t\"./me\": 405,\n\t\"./me.js\": 405,\n\t\"./mi\": 406,\n\t\"./mi.js\": 406,\n\t\"./mk\": 407,\n\t\"./mk.js\": 407,\n\t\"./ml\": 408,\n\t\"./ml.js\": 408,\n\t\"./mn\": 409,\n\t\"./mn.js\": 409,\n\t\"./mr\": 410,\n\t\"./mr.js\": 410,\n\t\"./ms\": 411,\n\t\"./ms-my\": 412,\n\t\"./ms-my.js\": 412,\n\t\"./ms.js\": 411,\n\t\"./mt\": 413,\n\t\"./mt.js\": 413,\n\t\"./my\": 414,\n\t\"./my.js\": 414,\n\t\"./nb\": 415,\n\t\"./nb.js\": 415,\n\t\"./ne\": 416,\n\t\"./ne.js\": 416,\n\t\"./nl\": 417,\n\t\"./nl-be\": 418,\n\t\"./nl-be.js\": 418,\n\t\"./nl.js\": 417,\n\t\"./nn\": 419,\n\t\"./nn.js\": 419,\n\t\"./oc-lnc\": 420,\n\t\"./oc-lnc.js\": 420,\n\t\"./pa-in\": 421,\n\t\"./pa-in.js\": 421,\n\t\"./pl\": 422,\n\t\"./pl.js\": 422,\n\t\"./pt\": 423,\n\t\"./pt-br\": 424,\n\t\"./pt-br.js\": 424,\n\t\"./pt.js\": 423,\n\t\"./ro\": 425,\n\t\"./ro.js\": 425,\n\t\"./ru\": 426,\n\t\"./ru.js\": 426,\n\t\"./sd\": 427,\n\t\"./sd.js\": 427,\n\t\"./se\": 428,\n\t\"./se.js\": 428,\n\t\"./si\": 429,\n\t\"./si.js\": 429,\n\t\"./sk\": 430,\n\t\"./sk.js\": 430,\n\t\"./sl\": 431,\n\t\"./sl.js\": 431,\n\t\"./sq\": 432,\n\t\"./sq.js\": 432,\n\t\"./sr\": 433,\n\t\"./sr-cyrl\": 434,\n\t\"./sr-cyrl.js\": 434,\n\t\"./sr.js\": 433,\n\t\"./ss\": 435,\n\t\"./ss.js\": 435,\n\t\"./sv\": 436,\n\t\"./sv.js\": 436,\n\t\"./sw\": 437,\n\t\"./sw.js\": 437,\n\t\"./ta\": 438,\n\t\"./ta.js\": 438,\n\t\"./te\": 439,\n\t\"./te.js\": 439,\n\t\"./tet\": 440,\n\t\"./tet.js\": 440,\n\t\"./tg\": 441,\n\t\"./tg.js\": 441,\n\t\"./th\": 442,\n\t\"./th.js\": 442,\n\t\"./tk\": 443,\n\t\"./tk.js\": 443,\n\t\"./tl-ph\": 444,\n\t\"./tl-ph.js\": 444,\n\t\"./tlh\": 445,\n\t\"./tlh.js\": 445,\n\t\"./tr\": 446,\n\t\"./tr.js\": 446,\n\t\"./tzl\": 447,\n\t\"./tzl.js\": 447,\n\t\"./tzm\": 448,\n\t\"./tzm-latn\": 449,\n\t\"./tzm-latn.js\": 449,\n\t\"./tzm.js\": 448,\n\t\"./ug-cn\": 450,\n\t\"./ug-cn.js\": 450,\n\t\"./uk\": 451,\n\t\"./uk.js\": 451,\n\t\"./ur\": 452,\n\t\"./ur.js\": 452,\n\t\"./uz\": 453,\n\t\"./uz-latn\": 454,\n\t\"./uz-latn.js\": 454,\n\t\"./uz.js\": 453,\n\t\"./vi\": 455,\n\t\"./vi.js\": 455,\n\t\"./x-pseudo\": 456,\n\t\"./x-pseudo.js\": 456,\n\t\"./yo\": 457,\n\t\"./yo.js\": 457,\n\t\"./zh-cn\": 458,\n\t\"./zh-cn.js\": 458,\n\t\"./zh-hk\": 459,\n\t\"./zh-hk.js\": 459,\n\t\"./zh-mo\": 460,\n\t\"./zh-mo.js\": 460,\n\t\"./zh-tw\": 461,\n\t\"./zh-tw.js\": 461\n};\n\n\nfunction webpackContext(req) {\n\tvar id = webpackContextResolve(req);\n\treturn __webpack_require__(id);\n}\nfunction webpackContextResolve(req) {\n\tif(!__webpack_require__.o(map, req)) {\n\t\tvar e = new Error(\"Cannot find module '\" + req + \"'\");\n\t\te.code = 'MODULE_NOT_FOUND';\n\t\tthrow e;\n\t}\n\treturn map[req];\n}\nwebpackContext.keys = function webpackContextKeys() {\n\treturn Object.keys(map);\n};\nwebpackContext.resolve = webpackContextResolve;\nmodule.exports = webpackContext;\nwebpackContext.id = 610;","\"use strict\";\n\nrequire(\"core-js/modules/es.number.to-fixed\");\n\nObject.defineProperty(exports, \"__esModule\", {\n value: true\n});\nexports.formatFileSize = formatFileSize;\n\nvar _l10n = require(\"@nextcloud/l10n\");\n\nvar humanList = ['B', 'KB', 'MB', 'GB', 'TB'];\n\nfunction formatFileSize(size) {\n var skipSmallSizes = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : false;\n // Calculate Log with base 1024: size = 1024 ** order\n var order = size > 0 ? Math.floor(Math.log(size) / Math.log(1024)) : 0; // Stay in range of the byte sizes that are defined\n\n order = Math.min(humanList.length - 1, order);\n var readableFormat = humanList[order];\n var relativeSize = (size / Math.pow(1024, order)).toFixed(1);\n\n if (skipSmallSizes === true && order === 0) {\n if (relativeSize !== \"0.0\") {\n return '< 1 KB';\n } else {\n return '0 KB';\n }\n }\n\n if (order < 2) {\n relativeSize = parseFloat(relativeSize).toFixed(0);\n } else if (relativeSize.substr(relativeSize.length - 2, 2) === '.0') {\n relativeSize = relativeSize.substr(0, relativeSize.length - 2);\n } else {\n relativeSize = parseFloat(relativeSize).toLocaleString((0, _l10n.getCanonicalLocale)());\n }\n\n return relativeSize + ' ' + readableFormat;\n}\n//# sourceMappingURL=humanfilesize.js.map","// Imports\nimport ___CSS_LOADER_API_SOURCEMAP_IMPORT___ from \"../../../../node_modules/css-loader/dist/runtime/cssWithMappingToString.js\";\nimport ___CSS_LOADER_API_IMPORT___ from \"../../../../node_modules/css-loader/dist/runtime/api.js\";\nvar ___CSS_LOADER_EXPORT___ = ___CSS_LOADER_API_IMPORT___(___CSS_LOADER_API_SOURCEMAP_IMPORT___);\n// Module\n___CSS_LOADER_EXPORT___.push([module.id, \"\\n.update[data-v-d9d670b8] {\\n\\twidth: auto;\\n}\\n\", \"\",{\"version\":3,\"sources\":[\"webpack://./core/src/components/login/ResetPassword.vue\"],\"names\":[],\"mappings\":\";AAmJA;CACA,WAAA;AACA\",\"sourcesContent\":[\"<!--\\n - @copyright 2019 Christoph Wurst <christoph@winzerhof-wurst.at>\\n -\\n - @author 2019 Christoph Wurst <christoph@winzerhof-wurst.at>\\n -\\n - @license GNU AGPL version 3 or any later version\\n -\\n - This program is free software: you can redistribute it and/or modify\\n - it under the terms of the GNU Affero General Public License as\\n - published by the Free Software Foundation, either version 3 of the\\n - License, or (at your option) any later version.\\n -\\n - This program is distributed in the hope that it will be useful,\\n - but WITHOUT ANY WARRANTY; without even the implied warranty of\\n - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\\n - GNU Affero General Public License for more details.\\n -\\n - You should have received a copy of the GNU Affero General Public License\\n - along with this program. If not, see <http://www.gnu.org/licenses/>.\\n -->\\n\\n<template>\\n\\t<form @submit.prevent=\\\"submit\\\">\\n\\t\\t<fieldset>\\n\\t\\t\\t<p>\\n\\t\\t\\t\\t<input id=\\\"user\\\"\\n\\t\\t\\t\\t\\tv-model=\\\"user\\\"\\n\\t\\t\\t\\t\\ttype=\\\"text\\\"\\n\\t\\t\\t\\t\\tname=\\\"user\\\"\\n\\t\\t\\t\\t\\tautocapitalize=\\\"off\\\"\\n\\t\\t\\t\\t\\t:placeholder=\\\"t('core', 'Username or email')\\\"\\n\\t\\t\\t\\t\\t:aria-label=\\\"t('core', 'Username or email')\\\"\\n\\t\\t\\t\\t\\trequired\\n\\t\\t\\t\\t\\t@change=\\\"updateUsername\\\">\\n\\t\\t\\t\\t<!--<?php p($_['user_autofocus'] ? 'autofocus' : ''); ?>\\n\\t\\t\\t\\tautocomplete=\\\"<?php p($_['login_form_autocomplete']); ?>\\\" autocapitalize=\\\"none\\\" autocorrect=\\\"off\\\"-->\\n\\t\\t\\t\\t<label for=\\\"user\\\" class=\\\"infield\\\">{{ t('core', 'Username or email') }}</label>\\n\\t\\t\\t</p>\\n\\t\\t\\t<div id=\\\"reset-password-wrapper\\\">\\n\\t\\t\\t\\t<input id=\\\"reset-password-submit\\\"\\n\\t\\t\\t\\t\\ttype=\\\"submit\\\"\\n\\t\\t\\t\\t\\tclass=\\\"login primary\\\"\\n\\t\\t\\t\\t\\ttitle=\\\"\\\"\\n\\t\\t\\t\\t\\t:value=\\\"t('core', 'Reset password')\\\">\\n\\t\\t\\t\\t<div class=\\\"submit-icon\\\"\\n\\t\\t\\t\\t\\t:class=\\\"{\\n\\t\\t\\t\\t\\t\\t'icon-confirm-white': !loading,\\n\\t\\t\\t\\t\\t\\t'icon-loading-small': loading && invertedColors,\\n\\t\\t\\t\\t\\t\\t'icon-loading-small-dark': loading && !invertedColors,\\n\\t\\t\\t\\t\\t}\\\" />\\n\\t\\t\\t</div>\\n\\t\\t\\t<p v-if=\\\"message === 'send-success'\\\"\\n\\t\\t\\t\\tclass=\\\"update\\\">\\n\\t\\t\\t\\t{{ t('core', 'A password reset message has been sent to the email address of this account. If you do not receive it, check your spam/junk folders or ask your local administrator for help.') }}\\n\\t\\t\\t\\t<br>\\n\\t\\t\\t\\t{{ t('core', 'If it is not there ask your local administrator.') }}\\n\\t\\t\\t</p>\\n\\t\\t\\t<p v-else-if=\\\"message === 'send-error'\\\"\\n\\t\\t\\t\\tclass=\\\"update warning\\\">\\n\\t\\t\\t\\t{{ t('core', 'Couldn\\\\'t send reset email. Please contact your administrator.') }}\\n\\t\\t\\t</p>\\n\\t\\t\\t<p v-else-if=\\\"message === 'reset-error'\\\"\\n\\t\\t\\t\\tclass=\\\"update warning\\\">\\n\\t\\t\\t\\t{{ t('core', 'Password cannot be changed. Please contact your administrator.') }}\\n\\t\\t\\t</p>\\n\\t\\t\\t<p v-else-if=\\\"message\\\"\\n\\t\\t\\t\\tclass=\\\"update\\\"\\n\\t\\t\\t\\t:class=\\\"{warning: error}\\\" />\\n\\n\\t\\t\\t<a href=\\\"#\\\"\\n\\t\\t\\t\\t@click.prevent=\\\"$emit('abort')\\\">\\n\\t\\t\\t\\t{{ t('core', 'Back to login') }}\\n\\t\\t\\t</a>\\n\\t\\t</fieldset>\\n\\t</form>\\n</template>\\n\\n<script>\\nimport axios from '@nextcloud/axios'\\n\\nimport { generateUrl } from '@nextcloud/router'\\n\\nexport default {\\n\\tname: 'ResetPassword',\\n\\tprops: {\\n\\t\\tusername: {\\n\\t\\t\\ttype: String,\\n\\t\\t\\trequired: true,\\n\\t\\t},\\n\\t\\tresetPasswordLink: {\\n\\t\\t\\ttype: String,\\n\\t\\t\\trequired: true,\\n\\t\\t},\\n\\t\\tinvertedColors: {\\n\\t\\t\\ttype: Boolean,\\n\\t\\t\\tdefault: false,\\n\\t\\t},\\n\\t},\\n\\tdata() {\\n\\t\\treturn {\\n\\t\\t\\terror: false,\\n\\t\\t\\tloading: false,\\n\\t\\t\\tmessage: undefined,\\n\\t\\t\\tuser: this.username,\\n\\t\\t}\\n\\t},\\n\\twatch: {\\n\\t\\tusername(value) {\\n\\t\\t\\tthis.user = value\\n\\t\\t},\\n\\t},\\n\\tmethods: {\\n\\t\\tupdateUsername() {\\n\\t\\t\\tthis.$emit('update:username', this.user)\\n\\t\\t},\\n\\t\\tsubmit() {\\n\\t\\t\\tthis.loading = true\\n\\t\\t\\tthis.error = false\\n\\t\\t\\tthis.message = ''\\n\\t\\t\\tconst url = generateUrl('/lostpassword/email')\\n\\n\\t\\t\\tconst data = {\\n\\t\\t\\t\\tuser: this.user,\\n\\t\\t\\t}\\n\\n\\t\\t\\treturn axios.post(url, data)\\n\\t\\t\\t\\t.then(resp => resp.data)\\n\\t\\t\\t\\t.then(data => {\\n\\t\\t\\t\\t\\tif (data.status !== 'success') {\\n\\t\\t\\t\\t\\t\\tthrow new Error(`got status ${data.status}`)\\n\\t\\t\\t\\t\\t}\\n\\n\\t\\t\\t\\t\\tthis.message = 'send-success'\\n\\t\\t\\t\\t})\\n\\t\\t\\t\\t.catch(e => {\\n\\t\\t\\t\\t\\tconsole.error('could not send reset email request', e)\\n\\n\\t\\t\\t\\t\\tthis.error = true\\n\\t\\t\\t\\t\\tthis.message = 'send-error'\\n\\t\\t\\t\\t})\\n\\t\\t\\t\\t.then(() => { this.loading = false })\\n\\t\\t},\\n\\t},\\n}\\n</script>\\n\\n<style scoped>\\n\\t.update {\\n\\t\\twidth: auto;\\n\\t}\\n</style>\\n\"],\"sourceRoot\":\"\"}]);\n// Exports\nexport default ___CSS_LOADER_EXPORT___;\n","// Imports\nimport ___CSS_LOADER_API_SOURCEMAP_IMPORT___ from \"../../../../node_modules/css-loader/dist/runtime/cssWithMappingToString.js\";\nimport ___CSS_LOADER_API_IMPORT___ from \"../../../../node_modules/css-loader/dist/runtime/api.js\";\nvar ___CSS_LOADER_EXPORT___ = ___CSS_LOADER_API_IMPORT___(___CSS_LOADER_API_SOURCEMAP_IMPORT___);\n// Module\n___CSS_LOADER_EXPORT___.push([module.id, \"\\nfieldset[data-v-49a638a3] {\\n\\ttext-align: center;\\n}\\ninput[type=submit][data-v-49a638a3] {\\n\\tmargin-top: 20px;\\n}\\n\", \"\",{\"version\":3,\"sources\":[\"webpack://./core/src/components/login/UpdatePassword.vue\"],\"names\":[],\"mappings\":\";AAyIA;CACA,kBAAA;AACA;AAEA;CACA,gBAAA;AACA\",\"sourcesContent\":[\"<!--\\n - @copyright Copyright (c) 2019 Julius Härtl <jus@bitgrid.net>\\n -\\n - @author Julius Härtl <jus@bitgrid.net>\\n -\\n - @license GNU AGPL version 3 or any later version\\n -\\n - This program is free software: you can redistribute it and/or modify\\n - it under the terms of the GNU Affero General Public License as\\n - published by the Free Software Foundation, either version 3 of the\\n - License, or (at your option) any later version.\\n -\\n - This program is distributed in the hope that it will be useful,\\n - but WITHOUT ANY WARRANTY; without even the implied warranty of\\n - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\\n - GNU Affero General Public License for more details.\\n -\\n - You should have received a copy of the GNU Affero General Public License\\n - along with this program. If not, see <http://www.gnu.org/licenses/>.\\n -\\n -->\\n\\n<template>\\n\\t<form @submit.prevent=\\\"submit\\\">\\n\\t\\t<fieldset>\\n\\t\\t\\t<p>\\n\\t\\t\\t\\t<label for=\\\"password\\\" class=\\\"infield\\\">{{ t('core', 'New password') }}</label>\\n\\t\\t\\t\\t<input id=\\\"password\\\"\\n\\t\\t\\t\\t\\tv-model=\\\"password\\\"\\n\\t\\t\\t\\t\\ttype=\\\"password\\\"\\n\\t\\t\\t\\t\\tname=\\\"password\\\"\\n\\t\\t\\t\\t\\trequired\\n\\t\\t\\t\\t\\t:placeholder=\\\"t('core', 'New password')\\\">\\n\\t\\t\\t</p>\\n\\n\\t\\t\\t<div v-if=\\\"encrypted\\\" class=\\\"update\\\">\\n\\t\\t\\t\\t<p>\\n\\t\\t\\t\\t\\t{{ t('core', 'Your files are encrypted. There will be no way to get your data back after your password is reset. If you are not sure what to do, please contact your administrator before you continue. Do you really want to continue?') }}\\n\\t\\t\\t\\t</p>\\n\\t\\t\\t\\t<input id=\\\"encrypted-continue\\\"\\n\\t\\t\\t\\t\\tv-model=\\\"proceed\\\"\\n\\t\\t\\t\\t\\ttype=\\\"checkbox\\\"\\n\\t\\t\\t\\t\\tclass=\\\"checkbox\\\">\\n\\t\\t\\t\\t<label for=\\\"encrypted-continue\\\">\\n\\t\\t\\t\\t\\t{{ t('core', 'I know what I\\\\'m doing') }}\\n\\t\\t\\t\\t</label>\\n\\t\\t\\t</div>\\n\\n\\t\\t\\t<div id=\\\"submit-wrapper\\\">\\n\\t\\t\\t\\t<input id=\\\"submit\\\"\\n\\t\\t\\t\\t\\ttype=\\\"submit\\\"\\n\\t\\t\\t\\t\\tclass=\\\"login primary\\\"\\n\\t\\t\\t\\t\\ttitle=\\\"\\\"\\n\\t\\t\\t\\t\\t:value=\\\"!loading ? t('core', 'Reset password') : t('core', 'Resetting password')\\\">\\n\\t\\t\\t\\t<div class=\\\"submit-icon\\\"\\n\\t\\t\\t\\t\\t:class=\\\"{\\n\\t\\t\\t\\t\\t\\t'icon-loading-small': loading && invertedColors,\\n\\t\\t\\t\\t\\t\\t'icon-loading-small-dark': loading && !invertedColors\\n\\t\\t\\t\\t\\t}\\\" />\\n\\t\\t\\t</div>\\n\\n\\t\\t\\t<p v-if=\\\"error && message\\\" :class=\\\"{warning: error}\\\">\\n\\t\\t\\t\\t{{ message }}\\n\\t\\t\\t</p>\\n\\t\\t</fieldset>\\n\\t</form>\\n</template>\\n\\n<script>\\nimport Axios from '@nextcloud/axios'\\n\\nexport default {\\n\\tname: 'UpdatePassword',\\n\\tprops: {\\n\\t\\tusername: {\\n\\t\\t\\ttype: String,\\n\\t\\t\\trequired: true,\\n\\t\\t},\\n\\t\\tresetPasswordTarget: {\\n\\t\\t\\ttype: String,\\n\\t\\t\\trequired: true,\\n\\t\\t},\\n\\t\\tinvertedColors: {\\n\\t\\t\\ttype: Boolean,\\n\\t\\t\\tdefault: false,\\n\\t\\t},\\n\\t},\\n\\tdata() {\\n\\t\\treturn {\\n\\t\\t\\terror: false,\\n\\t\\t\\tloading: false,\\n\\t\\t\\tmessage: undefined,\\n\\t\\t\\tuser: this.username,\\n\\t\\t\\tpassword: '',\\n\\t\\t\\tencrypted: false,\\n\\t\\t\\tproceed: false,\\n\\t\\t}\\n\\t},\\n\\twatch: {\\n\\t\\tusername(value) {\\n\\t\\t\\tthis.user = value\\n\\t\\t},\\n\\t},\\n\\tmethods: {\\n\\t\\tasync submit() {\\n\\t\\t\\tthis.loading = true\\n\\t\\t\\tthis.error = false\\n\\t\\t\\tthis.message = ''\\n\\n\\t\\t\\ttry {\\n\\t\\t\\t\\tconst { data } = await Axios.post(this.resetPasswordTarget, {\\n\\t\\t\\t\\t\\tpassword: this.password,\\n\\t\\t\\t\\t\\tproceed: this.proceed,\\n\\t\\t\\t\\t})\\n\\t\\t\\t\\tif (data && data.status === 'success') {\\n\\t\\t\\t\\t\\tthis.message = 'send-success'\\n\\t\\t\\t\\t\\tthis.$emit('update:username', this.user)\\n\\t\\t\\t\\t\\tthis.$emit('done')\\n\\t\\t\\t\\t} else if (data && data.encryption) {\\n\\t\\t\\t\\t\\tthis.encrypted = true\\n\\t\\t\\t\\t} else if (data && data.msg) {\\n\\t\\t\\t\\t\\tthrow new Error(data.msg)\\n\\t\\t\\t\\t} else {\\n\\t\\t\\t\\t\\tthrow new Error()\\n\\t\\t\\t\\t}\\n\\t\\t\\t} catch (e) {\\n\\t\\t\\t\\tthis.error = true\\n\\t\\t\\t\\tthis.message = e.message ? e.message : t('core', 'Password cannot be changed. Please contact your administrator.')\\n\\t\\t\\t} finally {\\n\\t\\t\\t\\tthis.loading = false\\n\\t\\t\\t}\\n\\t\\t},\\n\\t},\\n}\\n</script>\\n\\n<style scoped>\\n\\tfieldset {\\n\\t\\ttext-align: center;\\n\\t}\\n\\n\\tinput[type=submit] {\\n\\t\\tmargin-top: 20px;\\n\\t}\\n</style>\\n\"],\"sourceRoot\":\"\"}]);\n// Exports\nexport default ___CSS_LOADER_EXPORT___;\n","// Imports\nimport ___CSS_LOADER_API_SOURCEMAP_IMPORT___ from \"../../../node_modules/css-loader/dist/runtime/cssWithMappingToString.js\";\nimport ___CSS_LOADER_API_IMPORT___ from \"../../../node_modules/css-loader/dist/runtime/api.js\";\nvar ___CSS_LOADER_EXPORT___ = ___CSS_LOADER_API_IMPORT___(___CSS_LOADER_API_SOURCEMAP_IMPORT___);\n// Module\n___CSS_LOADER_EXPORT___.push([module.id, \"\\n.fade-enter-active, .fade-leave-active {\\n\\ttransition: opacity .3s;\\n}\\n.fade-enter, .fade-leave-to /* .fade-leave-active below version 2.1.8 */ {\\n\\topacity: 0;\\n}\\n\", \"\",{\"version\":3,\"sources\":[\"webpack://./core/src/views/Login.vue\"],\"names\":[],\"mappings\":\";AAkNA;CACA,uBAAA;AACA;AACA;CACA,UAAA;AACA\",\"sourcesContent\":[\"<!--\\n - @copyright 2019 Christoph Wurst <christoph@winzerhof-wurst.at>\\n -\\n - @author 2019 Christoph Wurst <christoph@winzerhof-wurst.at>\\n -\\n - @license GNU AGPL version 3 or any later version\\n -\\n - This program is free software: you can redistribute it and/or modify\\n - it under the terms of the GNU Affero General Public License as\\n - published by the Free Software Foundation, either version 3 of the\\n - License, or (at your option) any later version.\\n -\\n - This program is distributed in the hope that it will be useful,\\n - but WITHOUT ANY WARRANTY; without even the implied warranty of\\n - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\\n - GNU Affero General Public License for more details.\\n -\\n - You should have received a copy of the GNU Affero General Public License\\n - along with this program. If not, see <http://www.gnu.org/licenses/>.\\n -->\\n\\n<template>\\n\\t<div v-if=\\\"!hideLoginForm || directLogin\\\">\\n\\t\\t<transition name=\\\"fade\\\" mode=\\\"out-in\\\">\\n\\t\\t\\t<div v-if=\\\"!passwordlessLogin && !resetPassword && resetPasswordTarget === ''\\\"\\n\\t\\t\\t\\tkey=\\\"login\\\">\\n\\t\\t\\t\\t<LoginForm\\n\\t\\t\\t\\t\\t:username.sync=\\\"user\\\"\\n\\t\\t\\t\\t\\t:redirect-url=\\\"redirectUrl\\\"\\n\\t\\t\\t\\t\\t:direct-login=\\\"directLogin\\\"\\n\\t\\t\\t\\t\\t:messages=\\\"messages\\\"\\n\\t\\t\\t\\t\\t:errors=\\\"errors\\\"\\n\\t\\t\\t\\t\\t:throttle-delay=\\\"throttleDelay\\\"\\n\\t\\t\\t\\t\\t:inverted-colors=\\\"invertedColors\\\"\\n\\t\\t\\t\\t\\t:auto-complete-allowed=\\\"autoCompleteAllowed\\\"\\n\\t\\t\\t\\t\\t@submit=\\\"loading = true\\\" />\\n\\t\\t\\t\\t<a v-if=\\\"canResetPassword && resetPasswordLink !== ''\\\"\\n\\t\\t\\t\\t\\tid=\\\"lost-password\\\"\\n\\t\\t\\t\\t\\t:href=\\\"resetPasswordLink\\\">\\n\\t\\t\\t\\t\\t{{ t('core', 'Forgot password?') }}\\n\\t\\t\\t\\t</a>\\n\\t\\t\\t\\t<a v-else-if=\\\"canResetPassword && !resetPassword\\\"\\n\\t\\t\\t\\t\\tid=\\\"lost-password\\\"\\n\\t\\t\\t\\t\\t:href=\\\"resetPasswordLink\\\"\\n\\t\\t\\t\\t\\t@click.prevent=\\\"resetPassword = true\\\">\\n\\t\\t\\t\\t\\t{{ t('core', 'Forgot password?') }}\\n\\t\\t\\t\\t</a>\\n\\t\\t\\t\\t<br>\\n\\t\\t\\t\\t<template v-if=\\\"hasPasswordless\\\">\\n\\t\\t\\t\\t\\t<div v-if=\\\"countAlternativeLogins\\\"\\n\\t\\t\\t\\t\\t\\tclass=\\\"alternative-logins\\\">\\n\\t\\t\\t\\t\\t\\t<a v-if=\\\"hasPasswordless\\\"\\n\\t\\t\\t\\t\\t\\t\\tclass=\\\"button\\\"\\n\\t\\t\\t\\t\\t\\t\\t:class=\\\"{ 'single-alt-login-option': countAlternativeLogins }\\\"\\n\\t\\t\\t\\t\\t\\t\\thref=\\\"#\\\"\\n\\t\\t\\t\\t\\t\\t\\t@click.prevent=\\\"passwordlessLogin = true\\\">\\n\\t\\t\\t\\t\\t\\t\\t{{ t('core', 'Log in with a device') }}\\n\\t\\t\\t\\t\\t\\t</a>\\n\\t\\t\\t\\t\\t</div>\\n\\t\\t\\t\\t\\t<a v-else\\n\\t\\t\\t\\t\\t\\thref=\\\"#\\\"\\n\\t\\t\\t\\t\\t\\t@click.prevent=\\\"passwordlessLogin = true\\\">\\n\\t\\t\\t\\t\\t\\t{{ t('core', 'Log in with a device') }}\\n\\t\\t\\t\\t\\t</a>\\n\\t\\t\\t\\t</template>\\n\\t\\t\\t</div>\\n\\t\\t\\t<div v-else-if=\\\"!loading && passwordlessLogin\\\"\\n\\t\\t\\t\\tkey=\\\"reset\\\"\\n\\t\\t\\t\\tclass=\\\"login-additional\\\">\\n\\t\\t\\t\\t<PasswordLessLoginForm\\n\\t\\t\\t\\t\\t:username.sync=\\\"user\\\"\\n\\t\\t\\t\\t\\t:redirect-url=\\\"redirectUrl\\\"\\n\\t\\t\\t\\t\\t:inverted-colors=\\\"invertedColors\\\"\\n\\t\\t\\t\\t\\t:auto-complete-allowed=\\\"autoCompleteAllowed\\\"\\n\\t\\t\\t\\t\\t:is-https=\\\"isHttps\\\"\\n\\t\\t\\t\\t\\t:is-localhost=\\\"isLocalhost\\\"\\n\\t\\t\\t\\t\\t:has-public-key-credential=\\\"hasPublicKeyCredential\\\"\\n\\t\\t\\t\\t\\t@submit=\\\"loading = true\\\" />\\n\\t\\t\\t\\t<a href=\\\"#\\\" @click.prevent=\\\"passwordlessLogin = false\\\">\\n\\t\\t\\t\\t\\t{{ t('core', 'Back') }}\\n\\t\\t\\t\\t</a>\\n\\t\\t\\t</div>\\n\\t\\t\\t<div v-else-if=\\\"!loading && canResetPassword\\\"\\n\\t\\t\\t\\tkey=\\\"reset\\\"\\n\\t\\t\\t\\tclass=\\\"login-additional\\\">\\n\\t\\t\\t\\t<div class=\\\"lost-password-container\\\">\\n\\t\\t\\t\\t\\t<ResetPassword v-if=\\\"resetPassword\\\"\\n\\t\\t\\t\\t\\t\\t:username.sync=\\\"user\\\"\\n\\t\\t\\t\\t\\t\\t:reset-password-link=\\\"resetPasswordLink\\\"\\n\\t\\t\\t\\t\\t\\t:inverted-colors=\\\"invertedColors\\\"\\n\\t\\t\\t\\t\\t\\t@abort=\\\"resetPassword = false\\\" />\\n\\t\\t\\t\\t</div>\\n\\t\\t\\t</div>\\n\\t\\t\\t<div v-else-if=\\\"resetPasswordTarget !== ''\\\">\\n\\t\\t\\t\\t<UpdatePassword :username.sync=\\\"user\\\"\\n\\t\\t\\t\\t\\t:reset-password-target=\\\"resetPasswordTarget\\\"\\n\\t\\t\\t\\t\\t:inverted-colors=\\\"invertedColors\\\"\\n\\t\\t\\t\\t\\t@done=\\\"passwordResetFinished\\\" />\\n\\t\\t\\t</div>\\n\\t\\t</transition>\\n\\t</div>\\n\\t<div v-else>\\n\\t\\t<transition name=\\\"fade\\\" mode=\\\"out-in\\\">\\n\\t\\t\\t<div class=\\\"warning\\\">\\n\\t\\t\\t\\t{{ t('core', 'Login form is disabled.') }}<br>\\n\\t\\t\\t\\t<small>{{ t('core', 'Please contact your administrator.') }}\\n\\t\\t\\t\\t</small>\\n\\t\\t\\t</div>\\n\\t\\t</transition>\\n\\t</div>\\n</template>\\n\\n<script>\\nimport LoginForm from '../components/login/LoginForm.vue'\\nimport PasswordLessLoginForm from '../components/login/PasswordLessLoginForm.vue'\\nimport ResetPassword from '../components/login/ResetPassword.vue'\\nimport UpdatePassword from '../components/login/UpdatePassword.vue'\\n\\nexport default {\\n\\tname: 'Login',\\n\\tcomponents: {\\n\\t\\tLoginForm,\\n\\t\\tPasswordLessLoginForm,\\n\\t\\tResetPassword,\\n\\t\\tUpdatePassword,\\n\\t},\\n\\tprops: {\\n\\t\\tusername: {\\n\\t\\t\\ttype: String,\\n\\t\\t\\tdefault: '',\\n\\t\\t},\\n\\t\\tredirectUrl: {\\n\\t\\t\\ttype: String,\\n\\t\\t},\\n\\t\\terrors: {\\n\\t\\t\\ttype: Array,\\n\\t\\t\\tdefault: () => [],\\n\\t\\t},\\n\\t\\tmessages: {\\n\\t\\t\\ttype: Array,\\n\\t\\t\\tdefault: () => [],\\n\\t\\t},\\n\\t\\tthrottleDelay: {\\n\\t\\t\\ttype: Number,\\n\\t\\t},\\n\\t\\tcanResetPassword: {\\n\\t\\t\\ttype: Boolean,\\n\\t\\t\\tdefault: false,\\n\\t\\t},\\n\\t\\tresetPasswordLink: {\\n\\t\\t\\ttype: String,\\n\\t\\t},\\n\\t\\tresetPasswordTarget: {\\n\\t\\t\\ttype: String,\\n\\t\\t},\\n\\t\\tinvertedColors: {\\n\\t\\t\\ttype: Boolean,\\n\\t\\t\\tdefault: false,\\n\\t\\t},\\n\\t\\tautoCompleteAllowed: {\\n\\t\\t\\ttype: Boolean,\\n\\t\\t\\tdefault: true,\\n\\t\\t},\\n\\t\\tdirectLogin: {\\n\\t\\t\\ttype: Boolean,\\n\\t\\t\\tdefault: false,\\n\\t\\t},\\n\\t\\thasPasswordless: {\\n\\t\\t\\ttype: Boolean,\\n\\t\\t\\tdefault: false,\\n\\t\\t},\\n\\t\\tcountAlternativeLogins: {\\n\\t\\t\\ttype: Number,\\n\\t\\t\\tdefault: 0,\\n\\t\\t},\\n\\t\\tisHttps: {\\n\\t\\t\\ttype: Boolean,\\n\\t\\t\\tdefault: false,\\n\\t\\t},\\n\\t\\tisLocalhost: {\\n\\t\\t\\ttype: Boolean,\\n\\t\\t\\tdefault: false,\\n\\t\\t},\\n\\t\\thasPublicKeyCredential: {\\n\\t\\t\\ttype: Boolean,\\n\\t\\t\\tdefault: false,\\n\\t\\t},\\n\\t\\thideLoginForm: {\\n\\t\\t\\ttype: Boolean,\\n\\t\\t\\tdefault: false,\\n\\t\\t},\\n\\t},\\n\\tdata() {\\n\\t\\treturn {\\n\\t\\t\\tloading: false,\\n\\t\\t\\tuser: this.username,\\n\\t\\t\\tpasswordlessLogin: false,\\n\\t\\t\\tresetPassword: false,\\n\\t\\t}\\n\\t},\\n\\tmethods: {\\n\\t\\tpasswordResetFinished() {\\n\\t\\t\\tthis.resetPasswordTarget = ''\\n\\t\\t\\tthis.directLogin = true\\n\\t\\t},\\n\\t},\\n}\\n</script>\\n\\n<style>\\n\\t.fade-enter-active, .fade-leave-active {\\n\\t\\ttransition: opacity .3s;\\n\\t}\\n\\t.fade-enter, .fade-leave-to /* .fade-leave-active below version 2.1.8 */ {\\n\\t\\topacity: 0;\\n\\t}\\n</style>\\n\"],\"sourceRoot\":\"\"}]);\n// Exports\nexport default ___CSS_LOADER_EXPORT___;\n","'use strict';\nvar strictUriEncode = require('strict-uri-encode');\nvar objectAssign = require('object-assign');\nvar decodeComponent = require('decode-uri-component');\n\nfunction encoderForArrayFormat(opts) {\n\tswitch (opts.arrayFormat) {\n\t\tcase 'index':\n\t\t\treturn function (key, value, index) {\n\t\t\t\treturn value === null ? [\n\t\t\t\t\tencode(key, opts),\n\t\t\t\t\t'[',\n\t\t\t\t\tindex,\n\t\t\t\t\t']'\n\t\t\t\t].join('') : [\n\t\t\t\t\tencode(key, opts),\n\t\t\t\t\t'[',\n\t\t\t\t\tencode(index, opts),\n\t\t\t\t\t']=',\n\t\t\t\t\tencode(value, opts)\n\t\t\t\t].join('');\n\t\t\t};\n\n\t\tcase 'bracket':\n\t\t\treturn function (key, value) {\n\t\t\t\treturn value === null ? encode(key, opts) : [\n\t\t\t\t\tencode(key, opts),\n\t\t\t\t\t'[]=',\n\t\t\t\t\tencode(value, opts)\n\t\t\t\t].join('');\n\t\t\t};\n\n\t\tdefault:\n\t\t\treturn function (key, value) {\n\t\t\t\treturn value === null ? encode(key, opts) : [\n\t\t\t\t\tencode(key, opts),\n\t\t\t\t\t'=',\n\t\t\t\t\tencode(value, opts)\n\t\t\t\t].join('');\n\t\t\t};\n\t}\n}\n\nfunction parserForArrayFormat(opts) {\n\tvar result;\n\n\tswitch (opts.arrayFormat) {\n\t\tcase 'index':\n\t\t\treturn function (key, value, accumulator) {\n\t\t\t\tresult = /\\[(\\d*)\\]$/.exec(key);\n\n\t\t\t\tkey = key.replace(/\\[\\d*\\]$/, '');\n\n\t\t\t\tif (!result) {\n\t\t\t\t\taccumulator[key] = value;\n\t\t\t\t\treturn;\n\t\t\t\t}\n\n\t\t\t\tif (accumulator[key] === undefined) {\n\t\t\t\t\taccumulator[key] = {};\n\t\t\t\t}\n\n\t\t\t\taccumulator[key][result[1]] = value;\n\t\t\t};\n\n\t\tcase 'bracket':\n\t\t\treturn function (key, value, accumulator) {\n\t\t\t\tresult = /(\\[\\])$/.exec(key);\n\t\t\t\tkey = key.replace(/\\[\\]$/, '');\n\n\t\t\t\tif (!result) {\n\t\t\t\t\taccumulator[key] = value;\n\t\t\t\t\treturn;\n\t\t\t\t} else if (accumulator[key] === undefined) {\n\t\t\t\t\taccumulator[key] = [value];\n\t\t\t\t\treturn;\n\t\t\t\t}\n\n\t\t\t\taccumulator[key] = [].concat(accumulator[key], value);\n\t\t\t};\n\n\t\tdefault:\n\t\t\treturn function (key, value, accumulator) {\n\t\t\t\tif (accumulator[key] === undefined) {\n\t\t\t\t\taccumulator[key] = value;\n\t\t\t\t\treturn;\n\t\t\t\t}\n\n\t\t\t\taccumulator[key] = [].concat(accumulator[key], value);\n\t\t\t};\n\t}\n}\n\nfunction encode(value, opts) {\n\tif (opts.encode) {\n\t\treturn opts.strict ? strictUriEncode(value) : encodeURIComponent(value);\n\t}\n\n\treturn value;\n}\n\nfunction keysSorter(input) {\n\tif (Array.isArray(input)) {\n\t\treturn input.sort();\n\t} else if (typeof input === 'object') {\n\t\treturn keysSorter(Object.keys(input)).sort(function (a, b) {\n\t\t\treturn Number(a) - Number(b);\n\t\t}).map(function (key) {\n\t\t\treturn input[key];\n\t\t});\n\t}\n\n\treturn input;\n}\n\nfunction extract(str) {\n\tvar queryStart = str.indexOf('?');\n\tif (queryStart === -1) {\n\t\treturn '';\n\t}\n\treturn str.slice(queryStart + 1);\n}\n\nfunction parse(str, opts) {\n\topts = objectAssign({arrayFormat: 'none'}, opts);\n\n\tvar formatter = parserForArrayFormat(opts);\n\n\t// Create an object with no prototype\n\t// https://github.com/sindresorhus/query-string/issues/47\n\tvar ret = Object.create(null);\n\n\tif (typeof str !== 'string') {\n\t\treturn ret;\n\t}\n\n\tstr = str.trim().replace(/^[?#&]/, '');\n\n\tif (!str) {\n\t\treturn ret;\n\t}\n\n\tstr.split('&').forEach(function (param) {\n\t\tvar parts = param.replace(/\\+/g, ' ').split('=');\n\t\t// Firefox (pre 40) decodes `%3D` to `=`\n\t\t// https://github.com/sindresorhus/query-string/pull/37\n\t\tvar key = parts.shift();\n\t\tvar val = parts.length > 0 ? parts.join('=') : undefined;\n\n\t\t// missing `=` should be `null`:\n\t\t// http://w3.org/TR/2012/WD-url-20120524/#collect-url-parameters\n\t\tval = val === undefined ? null : decodeComponent(val);\n\n\t\tformatter(decodeComponent(key), val, ret);\n\t});\n\n\treturn Object.keys(ret).sort().reduce(function (result, key) {\n\t\tvar val = ret[key];\n\t\tif (Boolean(val) && typeof val === 'object' && !Array.isArray(val)) {\n\t\t\t// Sort object keys, not values\n\t\t\tresult[key] = keysSorter(val);\n\t\t} else {\n\t\t\tresult[key] = val;\n\t\t}\n\n\t\treturn result;\n\t}, Object.create(null));\n}\n\nexports.extract = extract;\nexports.parse = parse;\n\nexports.stringify = function (obj, opts) {\n\tvar defaults = {\n\t\tencode: true,\n\t\tstrict: true,\n\t\tarrayFormat: 'none'\n\t};\n\n\topts = objectAssign(defaults, opts);\n\n\tif (opts.sort === false) {\n\t\topts.sort = function () {};\n\t}\n\n\tvar formatter = encoderForArrayFormat(opts);\n\n\treturn obj ? Object.keys(obj).sort(opts.sort).map(function (key) {\n\t\tvar val = obj[key];\n\n\t\tif (val === undefined) {\n\t\t\treturn '';\n\t\t}\n\n\t\tif (val === null) {\n\t\t\treturn encode(key, opts);\n\t\t}\n\n\t\tif (Array.isArray(val)) {\n\t\t\tvar result = [];\n\n\t\t\tval.slice().forEach(function (val2) {\n\t\t\t\tif (val2 === undefined) {\n\t\t\t\t\treturn;\n\t\t\t\t}\n\n\t\t\t\tresult.push(formatter(key, val2, result.length));\n\t\t\t});\n\n\t\t\treturn result.join('&');\n\t\t}\n\n\t\treturn encode(key, opts) + '=' + encode(val, opts);\n\t}).filter(function (x) {\n\t\treturn x.length > 0;\n\t}).join('&') : '';\n};\n\nexports.parseUrl = function (str, opts) {\n\treturn {\n\t\turl: str.split('?')[0] || '',\n\t\tquery: parse(extract(str), opts)\n\t};\n};\n","/* jstz.min.js Version: 1.0.6 Build date: 2019-09-09 */\n!function(e){var a=function(){\"use strict\";var e=\"s\",s={DAY:864e5,HOUR:36e5,MINUTE:6e4,SECOND:1e3,BASELINE_YEAR:2014,MAX_SCORE:864e6,AMBIGUITIES:{\"America/Denver\":[\"America/Mazatlan\"],\"America/Chicago\":[\"America/Mexico_City\"],\"America/Asuncion\":[\"America/Campo_Grande\",\"America/Santiago\"],\"America/Montevideo\":[\"America/Sao_Paulo\",\"America/Santiago\"],\"Asia/Beirut\":[\"Asia/Amman\",\"Asia/Jerusalem\",\"Europe/Helsinki\",\"Asia/Damascus\",\"Africa/Cairo\",\"Asia/Gaza\",\"Europe/Minsk\",\"Africa/Windhoek\"],\"Pacific/Auckland\":[\"Pacific/Fiji\"],\"America/Los_Angeles\":[\"America/Santa_Isabel\"],\"America/New_York\":[\"America/Havana\"],\"America/Halifax\":[\"America/Goose_Bay\"],\"America/Godthab\":[\"America/Miquelon\"],\"Asia/Dubai\":[\"Asia/Yerevan\"],\"Asia/Jakarta\":[\"Asia/Krasnoyarsk\"],\"Asia/Shanghai\":[\"Asia/Irkutsk\",\"Australia/Perth\"],\"Australia/Sydney\":[\"Australia/Lord_Howe\"],\"Asia/Tokyo\":[\"Asia/Yakutsk\"],\"Asia/Dhaka\":[\"Asia/Omsk\"],\"Asia/Baku\":[\"Asia/Yerevan\"],\"Australia/Brisbane\":[\"Asia/Vladivostok\"],\"Pacific/Noumea\":[\"Asia/Vladivostok\"],\"Pacific/Majuro\":[\"Asia/Kamchatka\",\"Pacific/Fiji\"],\"Pacific/Tongatapu\":[\"Pacific/Apia\"],\"Asia/Baghdad\":[\"Europe/Minsk\",\"Europe/Moscow\"],\"Asia/Karachi\":[\"Asia/Yekaterinburg\"],\"Africa/Johannesburg\":[\"Asia/Gaza\",\"Africa/Cairo\"]}},i=function(e){var a=-e.getTimezoneOffset();return null!==a?a:0},r=function(){for(var e=[],a=0;a<=11;a++)for(var r=1;r<=28;r++){var n=i(new Date(s.BASELINE_YEAR,a,r));e?e&&e[e.length-1]!==n&&e.push(n):e.push()}return e},n=function(){var a=0,s=r();return s.length>1&&(a=s[0]-s[1]),s.length>3?s[0]+\",1,weird\":a<0?s[0]+\",1\":a>0?s[1]+\",1,\"+e:s[0]+\",0\"},o=function(){var e,a;if(Intl&&\"undefined\"!=typeof Intl&&\"undefined\"!=typeof Intl.DateTimeFormat&&(e=Intl.DateTimeFormat(),\"undefined\"!=typeof e&&\"undefined\"!=typeof e.resolvedOptions))return a=e.resolvedOptions().timeZone,a&&(a.indexOf(\"/\")>-1||\"UTC\"===a)?a:void 0},t=function(e){for(var a=new Date(e,0,1,0,0,1,0).getTime(),s=new Date(e,12,31,23,59,59).getTime(),i=a,r=new Date(i).getTimezoneOffset(),n=null,o=null;i<s-864e5;){var t=new Date(i),A=t.getTimezoneOffset();A!==r&&(A<r&&(n=t),A>r&&(o=t),r=A),i+=864e5}return!(!n||!o)&&{s:u(n).getTime(),e:u(o).getTime()}},u=function f(e,a,i){\"undefined\"==typeof a&&(a=s.DAY,i=s.HOUR);for(var r=new Date(e.getTime()-a).getTime(),n=e.getTime()+a,o=new Date(r).getTimezoneOffset(),t=r,u=null;t<n-i;){var A=new Date(t),c=A.getTimezoneOffset();if(c!==o){u=A;break}t+=i}return a===s.DAY?f(u,s.HOUR,s.MINUTE):a===s.HOUR?f(u,s.MINUTE,s.SECOND):u},A=function(e,a,s,i){if(\"N/A\"!==s)return s;if(\"Asia/Beirut\"===a){if(\"Africa/Cairo\"===i.name&&13983768e5===e[6].s&&14116788e5===e[6].e)return 0;if(\"Asia/Jerusalem\"===i.name&&13959648e5===e[6].s&&14118588e5===e[6].e)return 0}else if(\"America/Santiago\"===a){if(\"America/Asuncion\"===i.name&&14124816e5===e[6].s&&1397358e6===e[6].e)return 0;if(\"America/Campo_Grande\"===i.name&&14136912e5===e[6].s&&13925196e5===e[6].e)return 0}else if(\"America/Montevideo\"===a){if(\"America/Sao_Paulo\"===i.name&&14136876e5===e[6].s&&1392516e6===e[6].e)return 0}else if(\"Pacific/Auckland\"===a&&\"Pacific/Fiji\"===i.name&&14142456e5===e[6].s&&13961016e5===e[6].e)return 0;return s},c=function(e,i){for(var r=function(a){for(var r=0,n=0;n<e.length;n++)if(a.rules[n]&&e[n]){if(!(e[n].s>=a.rules[n].s&&e[n].e<=a.rules[n].e)){r=\"N/A\";break}if(r=0,r+=Math.abs(e[n].s-a.rules[n].s),r+=Math.abs(a.rules[n].e-e[n].e),r>s.MAX_SCORE){r=\"N/A\";break}}return r=A(e,i,r,a)},n={},o=a.olson.dst_rules.zones,t=o.length,u=s.AMBIGUITIES[i],c=0;c<t;c++){var m=o[c],l=r(o[c]);\"N/A\"!==l&&(n[m.name]=l)}for(var f in n)if(n.hasOwnProperty(f))for(var d=0;d<u.length;d++)if(u[d]===f)return f;return i},m=function(e){var s=function(){for(var e=[],s=0;s<a.olson.dst_rules.years.length;s++){var i=t(a.olson.dst_rules.years[s]);e.push(i)}return e},i=function(e){for(var a=0;a<e.length;a++)if(e[a]!==!1)return!0;return!1},r=s(),n=i(r);return n?c(r,e):e},l=function(e){var i=!1,t=n();return(e||\"undefined\"==typeof e)&&(i=o()),i||(i=a.olson.timezones[t],\"undefined\"!=typeof s.AMBIGUITIES[i]&&(i=m(i))),{name:function(){return i},using_intl:e||\"undefined\"==typeof e,needle:t,offsets:r()}};return{determine:l}}();a.olson=a.olson||{},a.olson.timezones={\"-720,0\":\"Etc/GMT+12\",\"-660,0\":\"Pacific/Pago_Pago\",\"-660,1,s\":\"Pacific/Apia\",\"-600,1\":\"America/Adak\",\"-600,0\":\"Pacific/Honolulu\",\"-570,0\":\"Pacific/Marquesas\",\"-540,0\":\"Pacific/Gambier\",\"-540,1\":\"America/Anchorage\",\"-480,1\":\"America/Los_Angeles\",\"-480,0\":\"Pacific/Pitcairn\",\"-420,0\":\"America/Phoenix\",\"-420,1\":\"America/Denver\",\"-360,0\":\"America/Guatemala\",\"-360,1\":\"America/Chicago\",\"-360,1,s\":\"Pacific/Easter\",\"-300,0\":\"America/Bogota\",\"-300,1\":\"America/New_York\",\"-270,0\":\"America/Caracas\",\"-240,1\":\"America/Halifax\",\"-240,0\":\"America/Santo_Domingo\",\"-240,1,s\":\"America/Asuncion\",\"-210,1\":\"America/St_Johns\",\"-180,1\":\"America/Godthab\",\"-180,0\":\"America/Buenos_Aires\",\"-180,1,s\":\"America/Montevideo\",\"-120,0\":\"America/Noronha\",\"-120,1\":\"America/Noronha\",\"-60,1\":\"Atlantic/Azores\",\"-60,0\":\"Atlantic/Cape_Verde\",\"0,0\":\"UTC\",\"0,1\":\"Europe/London\",\"0,1,weird\":\"Africa/Casablanca\",\"60,1\":\"Europe/Berlin\",\"60,0\":\"Africa/Lagos\",\"60,1,weird\":\"Africa/Casablanca\",\"120,1\":\"Asia/Beirut\",\"120,1,weird\":\"Africa/Cairo\",\"120,0\":\"Africa/Johannesburg\",\"180,0\":\"Asia/Baghdad\",\"180,1\":\"Europe/Moscow\",\"210,1\":\"Asia/Tehran\",\"240,0\":\"Asia/Dubai\",\"240,1\":\"Asia/Baku\",\"270,0\":\"Asia/Kabul\",\"300,1\":\"Asia/Yekaterinburg\",\"300,0\":\"Asia/Karachi\",\"330,0\":\"Asia/Calcutta\",\"345,0\":\"Asia/Katmandu\",\"360,0\":\"Asia/Dhaka\",\"360,1\":\"Asia/Omsk\",\"390,0\":\"Asia/Rangoon\",\"420,1\":\"Asia/Krasnoyarsk\",\"420,0\":\"Asia/Jakarta\",\"480,0\":\"Asia/Shanghai\",\"480,1\":\"Asia/Irkutsk\",\"525,0\":\"Australia/Eucla\",\"525,1,s\":\"Australia/Eucla\",\"540,1\":\"Asia/Yakutsk\",\"540,0\":\"Asia/Tokyo\",\"570,0\":\"Australia/Darwin\",\"570,1,s\":\"Australia/Adelaide\",\"600,0\":\"Australia/Brisbane\",\"600,1\":\"Asia/Vladivostok\",\"600,1,s\":\"Australia/Sydney\",\"630,1,s\":\"Australia/Lord_Howe\",\"660,1\":\"Asia/Kamchatka\",\"660,0\":\"Pacific/Noumea\",\"690,0\":\"Pacific/Norfolk\",\"720,1,s\":\"Pacific/Auckland\",\"720,0\":\"Pacific/Majuro\",\"765,1,s\":\"Pacific/Chatham\",\"780,0\":\"Pacific/Tongatapu\",\"780,1,s\":\"Pacific/Apia\",\"840,0\":\"Pacific/Kiritimati\"},a.olson.dst_rules={years:[2008,2009,2010,2011,2012,2013,2014],zones:[{name:\"Africa/Cairo\",rules:[{e:12199572e5,s:12090744e5},{e:1250802e6,s:1240524e6},{e:12858804e5,s:12840696e5},!1,!1,!1,{e:14116788e5,s:1406844e6}]},{name:\"America/Asuncion\",rules:[{e:12050316e5,s:12243888e5},{e:12364812e5,s:12558384e5},{e:12709548e5,s:12860784e5},{e:13024044e5,s:1317528e6},{e:1333854e6,s:13495824e5},{e:1364094e6,s:1381032e6},{e:13955436e5,s:14124816e5}]},{name:\"America/Campo_Grande\",rules:[{e:12032172e5,s:12243888e5},{e:12346668e5,s:12558384e5},{e:12667212e5,s:1287288e6},{e:12981708e5,s:13187376e5},{e:13302252e5,s:1350792e6},{e:136107e7,s:13822416e5},{e:13925196e5,s:14136912e5}]},{name:\"America/Goose_Bay\",rules:[{e:122559486e4,s:120503526e4},{e:125704446e4,s:123648486e4},{e:128909886e4,s:126853926e4},{e:13205556e5,s:129998886e4},{e:13520052e5,s:13314456e5},{e:13834548e5,s:13628952e5},{e:14149044e5,s:13943448e5}]},{name:\"America/Havana\",rules:[{e:12249972e5,s:12056436e5},{e:12564468e5,s:12364884e5},{e:12885012e5,s:12685428e5},{e:13211604e5,s:13005972e5},{e:13520052e5,s:13332564e5},{e:13834548e5,s:13628916e5},{e:14149044e5,s:13943412e5}]},{name:\"America/Mazatlan\",rules:[{e:1225008e6,s:12074724e5},{e:12564576e5,s:1238922e6},{e:1288512e6,s:12703716e5},{e:13199616e5,s:13018212e5},{e:13514112e5,s:13332708e5},{e:13828608e5,s:13653252e5},{e:14143104e5,s:13967748e5}]},{name:\"America/Mexico_City\",rules:[{e:12250044e5,s:12074688e5},{e:1256454e6,s:12389184e5},{e:12885084e5,s:1270368e6},{e:1319958e6,s:13018176e5},{e:13514076e5,s:13332672e5},{e:13828572e5,s:13653216e5},{e:14143068e5,s:13967712e5}]},{name:\"America/Miquelon\",rules:[{e:12255984e5,s:12050388e5},{e:1257048e6,s:12364884e5},{e:12891024e5,s:12685428e5},{e:1320552e6,s:12999924e5},{e:13520016e5,s:1331442e6},{e:13834512e5,s:13628916e5},{e:14149008e5,s:13943412e5}]},{name:\"America/Santa_Isabel\",rules:[{e:12250116e5,s:1207476e6},{e:12564612e5,s:12389256e5},{e:12891204e5,s:12685608e5},{e:132057e7,s:13000104e5},{e:13520196e5,s:133146e7},{e:13834692e5,s:13629096e5},{e:14149188e5,s:13943592e5}]},{name:\"America/Santiago\",rules:[{e:1206846e6,s:1223784e6},{e:1237086e6,s:12552336e5},{e:127035e7,s:12866832e5},{e:13048236e5,s:13138992e5},{e:13356684e5,s:13465584e5},{e:1367118e6,s:13786128e5},{e:13985676e5,s:14100624e5}]},{name:\"America/Sao_Paulo\",rules:[{e:12032136e5,s:12243852e5},{e:12346632e5,s:12558348e5},{e:12667176e5,s:12872844e5},{e:12981672e5,s:1318734e6},{e:13302216e5,s:13507884e5},{e:13610664e5,s:1382238e6},{e:1392516e6,s:14136876e5}]},{name:\"Asia/Amman\",rules:[{e:1225404e6,s:12066552e5},{e:12568536e5,s:12381048e5},{e:12883032e5,s:12695544e5},{e:13197528e5,s:13016088e5},!1,!1,{e:14147064e5,s:13959576e5}]},{name:\"Asia/Damascus\",rules:[{e:12254868e5,s:120726e7},{e:125685e7,s:12381048e5},{e:12882996e5,s:12701592e5},{e:13197492e5,s:13016088e5},{e:13511988e5,s:13330584e5},{e:13826484e5,s:1364508e6},{e:14147028e5,s:13959576e5}]},{name:\"Asia/Dubai\",rules:[!1,!1,!1,!1,!1,!1,!1]},{name:\"Asia/Gaza\",rules:[{e:12199572e5,s:12066552e5},{e:12520152e5,s:12381048e5},{e:1281474e6,s:126964086e4},{e:1312146e6,s:130160886e4},{e:13481784e5,s:13330584e5},{e:13802292e5,s:1364508e6},{e:1414098e6,s:13959576e5}]},{name:\"Asia/Irkutsk\",rules:[{e:12249576e5,s:12068136e5},{e:12564072e5,s:12382632e5},{e:12884616e5,s:12697128e5},!1,!1,!1,!1]},{name:\"Asia/Jerusalem\",rules:[{e:12231612e5,s:12066624e5},{e:1254006e6,s:1238112e6},{e:1284246e6,s:12695616e5},{e:131751e7,s:1301616e6},{e:13483548e5,s:13330656e5},{e:13828284e5,s:13645152e5},{e:1414278e6,s:13959648e5}]},{name:\"Asia/Kamchatka\",rules:[{e:12249432e5,s:12067992e5},{e:12563928e5,s:12382488e5},{e:12884508e5,s:12696984e5},!1,!1,!1,!1]},{name:\"Asia/Krasnoyarsk\",rules:[{e:12249612e5,s:12068172e5},{e:12564108e5,s:12382668e5},{e:12884652e5,s:12697164e5},!1,!1,!1,!1]},{name:\"Asia/Omsk\",rules:[{e:12249648e5,s:12068208e5},{e:12564144e5,s:12382704e5},{e:12884688e5,s:126972e7},!1,!1,!1,!1]},{name:\"Asia/Vladivostok\",rules:[{e:12249504e5,s:12068064e5},{e:12564e8,s:1238256e6},{e:12884544e5,s:12697056e5},!1,!1,!1,!1]},{name:\"Asia/Yakutsk\",rules:[{e:1224954e6,s:120681e7},{e:12564036e5,s:12382596e5},{e:1288458e6,s:12697092e5},!1,!1,!1,!1]},{name:\"Asia/Yekaterinburg\",rules:[{e:12249684e5,s:12068244e5},{e:1256418e6,s:1238274e6},{e:12884724e5,s:12697236e5},!1,!1,!1,!1]},{name:\"Asia/Yerevan\",rules:[{e:1224972e6,s:1206828e6},{e:12564216e5,s:12382776e5},{e:1288476e6,s:12697272e5},{e:13199256e5,s:13011768e5},!1,!1,!1]},{name:\"Australia/Lord_Howe\",rules:[{e:12074076e5,s:12231342e5},{e:12388572e5,s:12545838e5},{e:12703068e5,s:12860334e5},{e:13017564e5,s:1317483e6},{e:1333206e6,s:13495374e5},{e:13652604e5,s:1380987e6},{e:139671e7,s:14124366e5}]},{name:\"Australia/Perth\",rules:[{e:12068136e5,s:12249576e5},!1,!1,!1,!1,!1,!1]},{name:\"Europe/Helsinki\",rules:[{e:12249828e5,s:12068388e5},{e:12564324e5,s:12382884e5},{e:12884868e5,s:1269738e6},{e:13199364e5,s:13011876e5},{e:1351386e6,s:13326372e5},{e:13828356e5,s:13646916e5},{e:14142852e5,s:13961412e5}]},{name:\"Europe/Minsk\",rules:[{e:12249792e5,s:12068352e5},{e:12564288e5,s:12382848e5},{e:12884832e5,s:12697344e5},!1,!1,!1,!1]},{name:\"Europe/Moscow\",rules:[{e:12249756e5,s:12068316e5},{e:12564252e5,s:12382812e5},{e:12884796e5,s:12697308e5},!1,!1,!1,!1]},{name:\"Pacific/Apia\",rules:[!1,!1,!1,{e:13017528e5,s:13168728e5},{e:13332024e5,s:13489272e5},{e:13652568e5,s:13803768e5},{e:13967064e5,s:14118264e5}]},{name:\"Pacific/Fiji\",rules:[!1,!1,{e:12696984e5,s:12878424e5},{e:13271544e5,s:1319292e6},{e:1358604e6,s:13507416e5},{e:139005e7,s:1382796e6},{e:14215032e5,s:14148504e5}]},{name:\"Europe/London\",rules:[{e:12249828e5,s:12068388e5},{e:12564324e5,s:12382884e5},{e:12884868e5,s:1269738e6},{e:13199364e5,s:13011876e5},{e:1351386e6,s:13326372e5},{e:13828356e5,s:13646916e5},{e:14142852e5,s:13961412e5}]},{name:\"Africa/Windhoek\",rules:[{e:12207492e5,s:120744e7},{e:12521988e5,s:12388896e5},{e:12836484e5,s:12703392e5},{e:1315098e6,s:13017888e5},{e:13465476e5,s:13332384e5},{e:13779972e5,s:13652928e5},{e:14100516e5,s:13967424e5}]}]},\"undefined\"!=typeof module&&\"undefined\"!=typeof module.exports?module.exports=a:\"undefined\"!=typeof define&&null!==define&&null!=define.amd?define([],function(){return a}):\"undefined\"==typeof e?window.jstz=a:e.jstz=a}();","'use strict';\nmodule.exports = function (str) {\n\treturn encodeURIComponent(str).replace(/[!'()*]/g, function (c) {\n\t\treturn '%' + c.charCodeAt(0).toString(16).toUpperCase();\n\t});\n};\n","/*\nobject-assign\n(c) Sindre Sorhus\n@license MIT\n*/\n\n'use strict';\n/* eslint-disable no-unused-vars */\nvar getOwnPropertySymbols = Object.getOwnPropertySymbols;\nvar hasOwnProperty = Object.prototype.hasOwnProperty;\nvar propIsEnumerable = Object.prototype.propertyIsEnumerable;\n\nfunction toObject(val) {\n\tif (val === null || val === undefined) {\n\t\tthrow new TypeError('Object.assign cannot be called with null or undefined');\n\t}\n\n\treturn Object(val);\n}\n\nfunction shouldUseNative() {\n\ttry {\n\t\tif (!Object.assign) {\n\t\t\treturn false;\n\t\t}\n\n\t\t// Detect buggy property enumeration order in older V8 versions.\n\n\t\t// https://bugs.chromium.org/p/v8/issues/detail?id=4118\n\t\tvar test1 = new String('abc'); // eslint-disable-line no-new-wrappers\n\t\ttest1[5] = 'de';\n\t\tif (Object.getOwnPropertyNames(test1)[0] === '5') {\n\t\t\treturn false;\n\t\t}\n\n\t\t// https://bugs.chromium.org/p/v8/issues/detail?id=3056\n\t\tvar test2 = {};\n\t\tfor (var i = 0; i < 10; i++) {\n\t\t\ttest2['_' + String.fromCharCode(i)] = i;\n\t\t}\n\t\tvar order2 = Object.getOwnPropertyNames(test2).map(function (n) {\n\t\t\treturn test2[n];\n\t\t});\n\t\tif (order2.join('') !== '0123456789') {\n\t\t\treturn false;\n\t\t}\n\n\t\t// https://bugs.chromium.org/p/v8/issues/detail?id=3056\n\t\tvar test3 = {};\n\t\t'abcdefghijklmnopqrst'.split('').forEach(function (letter) {\n\t\t\ttest3[letter] = letter;\n\t\t});\n\t\tif (Object.keys(Object.assign({}, test3)).join('') !==\n\t\t\t\t'abcdefghijklmnopqrst') {\n\t\t\treturn false;\n\t\t}\n\n\t\treturn true;\n\t} catch (err) {\n\t\t// We don't expect any of the above to throw, but better to be safe.\n\t\treturn false;\n\t}\n}\n\nmodule.exports = shouldUseNative() ? Object.assign : function (target, source) {\n\tvar from;\n\tvar to = toObject(target);\n\tvar symbols;\n\n\tfor (var s = 1; s < arguments.length; s++) {\n\t\tfrom = Object(arguments[s]);\n\n\t\tfor (var key in from) {\n\t\t\tif (hasOwnProperty.call(from, key)) {\n\t\t\t\tto[key] = from[key];\n\t\t\t}\n\t\t}\n\n\t\tif (getOwnPropertySymbols) {\n\t\t\tsymbols = getOwnPropertySymbols(from);\n\t\t\tfor (var i = 0; i < symbols.length; i++) {\n\t\t\t\tif (propIsEnumerable.call(from, symbols[i])) {\n\t\t\t\t\tto[symbols[i]] = from[symbols[i]];\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n\n\treturn to;\n};\n","'use strict';\nvar token = '%[a-f0-9]{2}';\nvar singleMatcher = new RegExp(token, 'gi');\nvar multiMatcher = new RegExp('(' + token + ')+', 'gi');\n\nfunction decodeComponents(components, split) {\n\ttry {\n\t\t// Try to decode the entire string first\n\t\treturn decodeURIComponent(components.join(''));\n\t} catch (err) {\n\t\t// Do nothing\n\t}\n\n\tif (components.length === 1) {\n\t\treturn components;\n\t}\n\n\tsplit = split || 1;\n\n\t// Split the array in 2 parts\n\tvar left = components.slice(0, split);\n\tvar right = components.slice(split);\n\n\treturn Array.prototype.concat.call([], decodeComponents(left), decodeComponents(right));\n}\n\nfunction decode(input) {\n\ttry {\n\t\treturn decodeURIComponent(input);\n\t} catch (err) {\n\t\tvar tokens = input.match(singleMatcher);\n\n\t\tfor (var i = 1; i < tokens.length; i++) {\n\t\t\tinput = decodeComponents(tokens, i).join('');\n\n\t\t\ttokens = input.match(singleMatcher);\n\t\t}\n\n\t\treturn input;\n\t}\n}\n\nfunction customDecodeURIComponent(input) {\n\t// Keep track of all the replacements and prefill the map with the `BOM`\n\tvar replaceMap = {\n\t\t'%FE%FF': '\\uFFFD\\uFFFD',\n\t\t'%FF%FE': '\\uFFFD\\uFFFD'\n\t};\n\n\tvar match = multiMatcher.exec(input);\n\twhile (match) {\n\t\ttry {\n\t\t\t// Decode as big chunks as possible\n\t\t\treplaceMap[match[0]] = decodeURIComponent(match[0]);\n\t\t} catch (err) {\n\t\t\tvar result = decode(match[0]);\n\n\t\t\tif (result !== match[0]) {\n\t\t\t\treplaceMap[match[0]] = result;\n\t\t\t}\n\t\t}\n\n\t\tmatch = multiMatcher.exec(input);\n\t}\n\n\t// Add `%C2` at the end of the map to make sure it does not replace the combinator before everything else\n\treplaceMap['%C2'] = '\\uFFFD';\n\n\tvar entries = Object.keys(replaceMap);\n\n\tfor (var i = 0; i < entries.length; i++) {\n\t\t// Replace all decoded components\n\t\tvar key = entries[i];\n\t\tinput = input.replace(new RegExp(key, 'g'), replaceMap[key]);\n\t}\n\n\treturn input;\n}\n\nmodule.exports = function (encodedURI) {\n\tif (typeof encodedURI !== 'string') {\n\t\tthrow new TypeError('Expected `encodedURI` to be of type `string`, got `' + typeof encodedURI + '`');\n\t}\n\n\ttry {\n\t\tencodedURI = encodedURI.replace(/\\+/g, ' ');\n\n\t\t// Try the built in decoder first\n\t\treturn decodeURIComponent(encodedURI);\n\t} catch (err) {\n\t\t// Fallback to a more advanced decoder\n\t\treturn customDecodeURIComponent(encodedURI);\n\t}\n};\n","module.exports = function() {\n\tthrow new Error(\"define cannot be used indirect\");\n};\n","/* globals __webpack_amd_options__ */\nmodule.exports = __webpack_amd_options__;\n","import mod from \"-!../../../../node_modules/babel-loader/lib/index.js!../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./LoginButton.vue?vue&type=script&lang=js&\"; export default mod; export * from \"-!../../../../node_modules/babel-loader/lib/index.js!../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./LoginButton.vue?vue&type=script&lang=js&\"","<!--\n - @copyright 2020 Christoph Wurst <christoph@winzerhof-wurst.at>\n -\n - @author 2020 Christoph Wurst <christoph@winzerhof-wurst.at>\n -\n - @license GNU AGPL version 3 or any later version\n -\n - This program is free software: you can redistribute it and/or modify\n - it under the terms of the GNU Affero General Public License as\n - published by the Free Software Foundation, either version 3 of the\n - License, or (at your option) any later version.\n -\n - This program is distributed in the hope that it will be useful,\n - but WITHOUT ANY WARRANTY; without even the implied warranty of\n - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n - GNU Affero General Public License for more details.\n -\n - You should have received a copy of the GNU Affero General Public License\n - along with this program. If not, see <http://www.gnu.org/licenses/>.\n -->\n\n<template>\n\t<div id=\"submit-wrapper\" @click=\"$emit('click')\">\n\t\t<input id=\"submit-form\"\n\t\t\ttype=\"submit\"\n\t\t\tclass=\"login primary\"\n\t\t\ttitle=\"\"\n\t\t\t:value=\"!loading ? t('core', 'Log in') : t('core', 'Logging in …')\">\n\t\t<div class=\"submit-icon\"\n\t\t\t:class=\"{\n\t\t\t\t'icon-confirm-white': !loading,\n\t\t\t\t'icon-loading-small': loading && invertedColors,\n\t\t\t\t'icon-loading-small-dark': loading && !invertedColors,\n\t\t\t}\" />\n\t</div>\n</template>\n\n<script>\nexport default {\n\tname: 'LoginButton',\n\tprops: {\n\t\tloading: {\n\t\t\ttype: Boolean,\n\t\t\trequired: true,\n\t\t},\n\t\tinvertedColors: {\n\t\t\ttype: Boolean,\n\t\t\tdefault: false,\n\t\t},\n\t},\n}\n</script>\n\n<style scoped>\n\n</style>\n","import { render, staticRenderFns } from \"./LoginButton.vue?vue&type=template&id=125b100b&scoped=true&\"\nimport script from \"./LoginButton.vue?vue&type=script&lang=js&\"\nexport * from \"./LoginButton.vue?vue&type=script&lang=js&\"\n\n\n/* normalize component */\nimport normalizer from \"!../../../../node_modules/vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n \"125b100b\",\n null\n \n)\n\nexport default component.exports","var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{attrs:{\"id\":\"submit-wrapper\"},on:{\"click\":function($event){return _vm.$emit('click')}}},[_c('input',{staticClass:\"login primary\",attrs:{\"id\":\"submit-form\",\"type\":\"submit\",\"title\":\"\"},domProps:{\"value\":!_vm.loading ? _vm.t('core', 'Log in') : _vm.t('core', 'Logging in …')}}),_vm._v(\" \"),_c('div',{staticClass:\"submit-icon\",class:{\n\t\t\t'icon-confirm-white': !_vm.loading,\n\t\t\t'icon-loading-small': _vm.loading && _vm.invertedColors,\n\t\t\t'icon-loading-small-dark': _vm.loading && !_vm.invertedColors,\n\t\t}})])}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","import mod from \"-!../../../../node_modules/babel-loader/lib/index.js!../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./LoginForm.vue?vue&type=script&lang=js&\"; export default mod; export * from \"-!../../../../node_modules/babel-loader/lib/index.js!../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./LoginForm.vue?vue&type=script&lang=js&\"","<!--\n - @copyright 2019 Christoph Wurst <christoph@winzerhof-wurst.at>\n -\n - @author 2019 Christoph Wurst <christoph@winzerhof-wurst.at>\n -\n - @license GNU AGPL version 3 or any later version\n -\n - This program is free software: you can redistribute it and/or modify\n - it under the terms of the GNU Affero General Public License as\n - published by the Free Software Foundation, either version 3 of the\n - License, or (at your option) any later version.\n -\n - This program is distributed in the hope that it will be useful,\n - but WITHOUT ANY WARRANTY; without even the implied warranty of\n - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n - GNU Affero General Public License for more details.\n -\n - You should have received a copy of the GNU Affero General Public License\n - along with this program. If not, see <http://www.gnu.org/licenses/>.\n -->\n\n<template>\n\t<form ref=\"loginForm\"\n\t\tmethod=\"post\"\n\t\tname=\"login\"\n\t\t:action=\"loginActionUrl\"\n\t\t@submit=\"submit\">\n\t\t<fieldset>\n\t\t\t<div v-if=\"apacheAuthFailed\"\n\t\t\t\tclass=\"warning\">\n\t\t\t\t{{ t('core', 'Server side authentication failed!') }}<br>\n\t\t\t\t<small>{{ t('core', 'Please contact your administrator.') }}\n\t\t\t\t</small>\n\t\t\t</div>\n\t\t\t<div v-for=\"(message, index) in messages\"\n\t\t\t\t:key=\"index\"\n\t\t\t\tclass=\"warning\">\n\t\t\t\t{{ message }}<br>\n\t\t\t</div>\n\t\t\t<div v-if=\"internalException\"\n\t\t\t\tclass=\"warning\">\n\t\t\t\t{{ t('core', 'An internal error occurred.') }}<br>\n\t\t\t\t<small>{{ t('core', 'Please try again or contact your administrator.') }}\n\t\t\t\t</small>\n\t\t\t</div>\n\t\t\t<div id=\"message\"\n\t\t\t\tclass=\"hidden\">\n\t\t\t\t<img class=\"float-spinner\"\n\t\t\t\t\talt=\"\"\n\t\t\t\t\t:src=\"loadingIcon\">\n\t\t\t\t<span id=\"messageText\" />\n\t\t\t\t<!-- the following div ensures that the spinner is always inside the #message div -->\n\t\t\t\t<div style=\"clear: both;\" />\n\t\t\t</div>\n\t\t\t<p class=\"grouptop\"\n\t\t\t\t:class=\"{shake: invalidPassword}\">\n\t\t\t\t<input id=\"user\"\n\t\t\t\t\tref=\"user\"\n\t\t\t\t\tv-model=\"user\"\n\t\t\t\t\ttype=\"text\"\n\t\t\t\t\tname=\"user\"\n\t\t\t\t\tautocapitalize=\"off\"\n\t\t\t\t\t:autocomplete=\"autoCompleteAllowed ? 'on' : 'off'\"\n\t\t\t\t\t:placeholder=\"t('core', 'Username or email')\"\n\t\t\t\t\t:aria-label=\"t('core', 'Username or email')\"\n\t\t\t\t\trequired\n\t\t\t\t\t@change=\"updateUsername\">\n\t\t\t\t<label for=\"user\" class=\"infield\">{{ t('core', 'Username or email') }}</label>\n\t\t\t</p>\n\n\t\t\t<p class=\"groupbottom\"\n\t\t\t\t:class=\"{shake: invalidPassword}\">\n\t\t\t\t<input id=\"password\"\n\t\t\t\t\tref=\"password\"\n\t\t\t\t\t:type=\"passwordInputType\"\n\t\t\t\t\tclass=\"password-with-toggle\"\n\t\t\t\t\tname=\"password\"\n\t\t\t\t\t:autocomplete=\"autoCompleteAllowed ? 'on' : 'off'\"\n\t\t\t\t\t:placeholder=\"t('core', 'Password')\"\n\t\t\t\t\t:aria-label=\"t('core', 'Password')\"\n\t\t\t\t\trequired>\n\t\t\t\t<label for=\"password\"\n\t\t\t\t\tclass=\"infield\">{{ t('Password') }}</label>\n\t\t\t\t<a href=\"#\" class=\"toggle-password\" @click.stop.prevent=\"togglePassword\">\n\t\t\t\t\t<img :src=\"toggleIcon\" :alt=\"t('core', 'Toggle password visibility')\">\n\t\t\t\t</a>\n\t\t\t</p>\n\n\t\t\t<LoginButton :loading=\"loading\" :inverted-colors=\"invertedColors\" />\n\n\t\t\t<p v-if=\"invalidPassword\"\n\t\t\t\tclass=\"warning wrongPasswordMsg\">\n\t\t\t\t{{ t('core', 'Wrong username or password.') }}\n\t\t\t</p>\n\t\t\t<p v-else-if=\"userDisabled\"\n\t\t\t\tclass=\"warning userDisabledMsg\">\n\t\t\t\t{{ t('core', 'User disabled') }}\n\t\t\t</p>\n\n\t\t\t<p v-if=\"throttleDelay && throttleDelay > 5000\"\n\t\t\t\tclass=\"warning throttledMsg\">\n\t\t\t\t{{ t('core', 'We have detected multiple invalid login attempts from your IP. Therefore your next login is throttled up to 30 seconds.') }}\n\t\t\t</p>\n\n\t\t\t<input v-if=\"redirectUrl\"\n\t\t\t\ttype=\"hidden\"\n\t\t\t\tname=\"redirect_url\"\n\t\t\t\t:value=\"redirectUrl\">\n\t\t\t<input type=\"hidden\"\n\t\t\t\tname=\"timezone\"\n\t\t\t\t:value=\"timezone\">\n\t\t\t<input type=\"hidden\"\n\t\t\t\tname=\"timezone_offset\"\n\t\t\t\t:value=\"timezoneOffset\">\n\t\t\t<input type=\"hidden\"\n\t\t\t\tname=\"requesttoken\"\n\t\t\t\t:value=\"OC.requestToken\">\n\t\t\t<input v-if=\"directLogin\"\n\t\t\t\ttype=\"hidden\"\n\t\t\t\tname=\"direct\"\n\t\t\t\tvalue=\"1\">\n\t\t</fieldset>\n\t</form>\n</template>\n\n<script>\nimport jstz from 'jstimezonedetect'\nimport LoginButton from './LoginButton'\nimport {\n\tgenerateUrl,\n\timagePath,\n} from '@nextcloud/router'\n\nexport default {\n\tname: 'LoginForm',\n\tcomponents: { LoginButton },\n\tprops: {\n\t\tusername: {\n\t\t\ttype: String,\n\t\t\tdefault: '',\n\t\t},\n\t\tredirectUrl: {\n\t\t\ttype: String,\n\t\t},\n\t\terrors: {\n\t\t\ttype: Array,\n\t\t\tdefault: () => [],\n\t\t},\n\t\tmessages: {\n\t\t\ttype: Array,\n\t\t\tdefault: () => [],\n\t\t},\n\t\tthrottleDelay: {\n\t\t\ttype: Number,\n\t\t},\n\t\tinvertedColors: {\n\t\t\ttype: Boolean,\n\t\t\tdefault: false,\n\t\t},\n\t\tautoCompleteAllowed: {\n\t\t\ttype: Boolean,\n\t\t\tdefault: true,\n\t\t},\n\t\tdirectLogin: {\n\t\t\ttype: Boolean,\n\t\t\tdefault: false,\n\t\t},\n\t},\n\tdata() {\n\t\treturn {\n\t\t\tloading: false,\n\t\t\ttimezone: jstz.determine().name(),\n\t\t\ttimezoneOffset: (-new Date().getTimezoneOffset() / 60),\n\t\t\tuser: this.username,\n\t\t\tpassword: '',\n\t\t\tpasswordInputType: 'password',\n\t\t}\n\t},\n\tcomputed: {\n\t\tapacheAuthFailed() {\n\t\t\treturn this.errors.indexOf('apacheAuthFailed') !== -1\n\t\t},\n\t\tinternalException() {\n\t\t\treturn this.errors.indexOf('internalexception') !== -1\n\t\t},\n\t\tinvalidPassword() {\n\t\t\treturn this.errors.indexOf('invalidpassword') !== -1\n\t\t},\n\t\tuserDisabled() {\n\t\t\treturn this.errors.indexOf('userdisabled') !== -1\n\t\t},\n\t\ttoggleIcon() {\n\t\t\treturn imagePath('core', 'actions/toggle.svg')\n\t\t},\n\t\tloadingIcon() {\n\t\t\treturn imagePath('core', 'loading-dark.gif')\n\t\t},\n\t\tloginActionUrl() {\n\t\t\treturn generateUrl('login')\n\t\t},\n\t},\n\tmounted() {\n\t\tif (this.username === '') {\n\t\t\tthis.$refs.user.focus()\n\t\t} else {\n\t\t\tthis.$refs.password.focus()\n\t\t}\n\t},\n\tmethods: {\n\t\ttogglePassword() {\n\t\t\tif (this.passwordInputType === 'password') {\n\t\t\t\tthis.passwordInputType = 'text'\n\t\t\t} else {\n\t\t\t\tthis.passwordInputType = 'password'\n\t\t\t}\n\t\t},\n\t\tupdateUsername() {\n\t\t\tthis.$emit('update:username', this.user)\n\t\t},\n\t\tsubmit() {\n\t\t\tthis.loading = true\n\t\t\tthis.$emit('submit')\n\t\t},\n\t},\n}\n</script>\n\n<style scoped>\n\n</style>\n","import { render, staticRenderFns } from \"./LoginForm.vue?vue&type=template&id=8dcbf390&scoped=true&\"\nimport script from \"./LoginForm.vue?vue&type=script&lang=js&\"\nexport * from \"./LoginForm.vue?vue&type=script&lang=js&\"\n\n\n/* normalize component */\nimport normalizer from \"!../../../../node_modules/vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n \"8dcbf390\",\n null\n \n)\n\nexport default component.exports","var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('form',{ref:\"loginForm\",attrs:{\"method\":\"post\",\"name\":\"login\",\"action\":_vm.loginActionUrl},on:{\"submit\":_vm.submit}},[_c('fieldset',[(_vm.apacheAuthFailed)?_c('div',{staticClass:\"warning\"},[_vm._v(\"\\n\\t\\t\\t\"+_vm._s(_vm.t('core', 'Server side authentication failed!'))),_c('br'),_vm._v(\" \"),_c('small',[_vm._v(_vm._s(_vm.t('core', 'Please contact your administrator.'))+\"\\n\\t\\t\\t\")])]):_vm._e(),_vm._v(\" \"),_vm._l((_vm.messages),function(message,index){return _c('div',{key:index,staticClass:\"warning\"},[_vm._v(\"\\n\\t\\t\\t\"+_vm._s(message)),_c('br')])}),_vm._v(\" \"),(_vm.internalException)?_c('div',{staticClass:\"warning\"},[_vm._v(\"\\n\\t\\t\\t\"+_vm._s(_vm.t('core', 'An internal error occurred.'))),_c('br'),_vm._v(\" \"),_c('small',[_vm._v(_vm._s(_vm.t('core', 'Please try again or contact your administrator.'))+\"\\n\\t\\t\\t\")])]):_vm._e(),_vm._v(\" \"),_c('div',{staticClass:\"hidden\",attrs:{\"id\":\"message\"}},[_c('img',{staticClass:\"float-spinner\",attrs:{\"alt\":\"\",\"src\":_vm.loadingIcon}}),_vm._v(\" \"),_c('span',{attrs:{\"id\":\"messageText\"}}),_vm._v(\" \"),_c('div',{staticStyle:{\"clear\":\"both\"}})]),_vm._v(\" \"),_c('p',{staticClass:\"grouptop\",class:{shake: _vm.invalidPassword}},[_c('input',{directives:[{name:\"model\",rawName:\"v-model\",value:(_vm.user),expression:\"user\"}],ref:\"user\",attrs:{\"id\":\"user\",\"type\":\"text\",\"name\":\"user\",\"autocapitalize\":\"off\",\"autocomplete\":_vm.autoCompleteAllowed ? 'on' : 'off',\"placeholder\":_vm.t('core', 'Username or email'),\"aria-label\":_vm.t('core', 'Username or email'),\"required\":\"\"},domProps:{\"value\":(_vm.user)},on:{\"change\":_vm.updateUsername,\"input\":function($event){if($event.target.composing){ return; }_vm.user=$event.target.value}}}),_vm._v(\" \"),_c('label',{staticClass:\"infield\",attrs:{\"for\":\"user\"}},[_vm._v(_vm._s(_vm.t('core', 'Username or email')))])]),_vm._v(\" \"),_c('p',{staticClass:\"groupbottom\",class:{shake: _vm.invalidPassword}},[_c('input',{ref:\"password\",staticClass:\"password-with-toggle\",attrs:{\"id\":\"password\",\"type\":_vm.passwordInputType,\"name\":\"password\",\"autocomplete\":_vm.autoCompleteAllowed ? 'on' : 'off',\"placeholder\":_vm.t('core', 'Password'),\"aria-label\":_vm.t('core', 'Password'),\"required\":\"\"}}),_vm._v(\" \"),_c('label',{staticClass:\"infield\",attrs:{\"for\":\"password\"}},[_vm._v(_vm._s(_vm.t('Password')))]),_vm._v(\" \"),_c('a',{staticClass:\"toggle-password\",attrs:{\"href\":\"#\"},on:{\"click\":function($event){$event.stopPropagation();$event.preventDefault();return _vm.togglePassword($event)}}},[_c('img',{attrs:{\"src\":_vm.toggleIcon,\"alt\":_vm.t('core', 'Toggle password visibility')}})])]),_vm._v(\" \"),_c('LoginButton',{attrs:{\"loading\":_vm.loading,\"inverted-colors\":_vm.invertedColors}}),_vm._v(\" \"),(_vm.invalidPassword)?_c('p',{staticClass:\"warning wrongPasswordMsg\"},[_vm._v(\"\\n\\t\\t\\t\"+_vm._s(_vm.t('core', 'Wrong username or password.'))+\"\\n\\t\\t\")]):(_vm.userDisabled)?_c('p',{staticClass:\"warning userDisabledMsg\"},[_vm._v(\"\\n\\t\\t\\t\"+_vm._s(_vm.t('core', 'User disabled'))+\"\\n\\t\\t\")]):_vm._e(),_vm._v(\" \"),(_vm.throttleDelay && _vm.throttleDelay > 5000)?_c('p',{staticClass:\"warning throttledMsg\"},[_vm._v(\"\\n\\t\\t\\t\"+_vm._s(_vm.t('core', 'We have detected multiple invalid login attempts from your IP. Therefore your next login is throttled up to 30 seconds.'))+\"\\n\\t\\t\")]):_vm._e(),_vm._v(\" \"),(_vm.redirectUrl)?_c('input',{attrs:{\"type\":\"hidden\",\"name\":\"redirect_url\"},domProps:{\"value\":_vm.redirectUrl}}):_vm._e(),_vm._v(\" \"),_c('input',{attrs:{\"type\":\"hidden\",\"name\":\"timezone\"},domProps:{\"value\":_vm.timezone}}),_vm._v(\" \"),_c('input',{attrs:{\"type\":\"hidden\",\"name\":\"timezone_offset\"},domProps:{\"value\":_vm.timezoneOffset}}),_vm._v(\" \"),_c('input',{attrs:{\"type\":\"hidden\",\"name\":\"requesttoken\"},domProps:{\"value\":_vm.OC.requestToken}}),_vm._v(\" \"),(_vm.directLogin)?_c('input',{attrs:{\"type\":\"hidden\",\"name\":\"direct\",\"value\":\"1\"}}):_vm._e()],2)])}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","<template>\n\t<form v-if=\"(isHttps || isLocalhost) && hasPublicKeyCredential\"\n\t\tref=\"loginForm\"\n\t\tmethod=\"post\"\n\t\tname=\"login\"\n\t\t@submit.prevent=\"submit\">\n\t\t<fieldset>\n\t\t\t<p class=\"grouptop groupbottom\">\n\t\t\t\t<input id=\"user\"\n\t\t\t\t\tref=\"user\"\n\t\t\t\t\tv-model=\"user\"\n\t\t\t\t\ttype=\"text\"\n\t\t\t\t\tname=\"user\"\n\t\t\t\t\t:autocomplete=\"autoCompleteAllowed ? 'on' : 'off'\"\n\t\t\t\t\t:placeholder=\"t('core', 'Username or email')\"\n\t\t\t\t\t:aria-label=\"t('core', 'Username or email')\"\n\t\t\t\t\trequired\n\t\t\t\t\t@change=\"$emit('update:username', user)\">\n\t\t\t\t<label for=\"user\" class=\"infield\">{{ t('core', 'Username or\temail') }}</label>\n\t\t\t</p>\n\n\t\t\t<div v-if=\"!validCredentials\">\n\t\t\t\t{{ t('core', 'Your account is not setup for passwordless login.') }}\n\t\t\t</div>\n\n\t\t\t<LoginButton v-if=\"validCredentials\"\n\t\t\t\t:loading=\"loading\"\n\t\t\t\t:inverted-colors=\"invertedColors\"\n\t\t\t\t@click=\"authenticate\" />\n\t\t</fieldset>\n\t</form>\n\t<div v-else-if=\"!hasPublicKeyCredential\">\n\t\t{{ t('core', 'Passwordless authentication is not supported in your browser.') }}\n\t</div>\n\t<div v-else-if=\"!isHttps && !isLocalhost\">\n\t\t{{ t('core', 'Passwordless authentication is only available over a secure connection.') }}\n\t</div>\n</template>\n\n<script>\nimport {\n\tstartAuthentication,\n\tfinishAuthentication,\n} from '../../services/WebAuthnAuthenticationService'\nimport LoginButton from './LoginButton'\n\nclass NoValidCredentials extends Error {\n\n}\n\nexport default {\n\tname: 'PasswordLessLoginForm',\n\tcomponents: {\n\t\tLoginButton,\n\t},\n\tprops: {\n\t\tusername: {\n\t\t\ttype: String,\n\t\t\tdefault: '',\n\t\t},\n\t\tredirectUrl: {\n\t\t\ttype: String,\n\t\t},\n\t\tinvertedColors: {\n\t\t\ttype: Boolean,\n\t\t\tdefault: false,\n\t\t},\n\t\tautoCompleteAllowed: {\n\t\t\ttype: Boolean,\n\t\t\tdefault: true,\n\t\t},\n\t\tisHttps: {\n\t\t\ttype: Boolean,\n\t\t\tdefault: false,\n\t\t},\n\t\tisLocalhost: {\n\t\t\ttype: Boolean,\n\t\t\tdefault: false,\n\t\t},\n\t\thasPublicKeyCredential: {\n\t\t\ttype: Boolean,\n\t\t\tdefault: false,\n\t\t},\n\t},\n\tdata() {\n\t\treturn {\n\t\t\tuser: this.username,\n\t\t\tloading: false,\n\t\t\tvalidCredentials: true,\n\t\t}\n\t},\n\tmethods: {\n\t\tauthenticate() {\n\t\t\tconsole.debug('passwordless login initiated')\n\n\t\t\tthis.getAuthenticationData(this.user)\n\t\t\t\t.then(publicKey => {\n\t\t\t\t\tconsole.debug(publicKey)\n\t\t\t\t\treturn publicKey\n\t\t\t\t})\n\t\t\t\t.then(this.sign)\n\t\t\t\t.then(this.completeAuthentication)\n\t\t\t\t.catch(error => {\n\t\t\t\t\tif (error instanceof NoValidCredentials) {\n\t\t\t\t\t\tthis.validCredentials = false\n\t\t\t\t\t\treturn\n\t\t\t\t\t}\n\t\t\t\t\tconsole.debug(error)\n\t\t\t\t})\n\t\t},\n\t\tgetAuthenticationData(uid) {\n\t\t\tconst base64urlDecode = function(input) {\n\t\t\t\t// Replace non-url compatible chars with base64 standard chars\n\t\t\t\tinput = input\n\t\t\t\t\t.replace(/-/g, '+')\n\t\t\t\t\t.replace(/_/g, '/')\n\n\t\t\t\t// Pad out with standard base64 required padding characters\n\t\t\t\tconst pad = input.length % 4\n\t\t\t\tif (pad) {\n\t\t\t\t\tif (pad === 1) {\n\t\t\t\t\t\tthrow new Error('InvalidLengthError: Input base64url string is the wrong length to determine padding')\n\t\t\t\t\t}\n\t\t\t\t\tinput += new Array(5 - pad).join('=')\n\t\t\t\t}\n\n\t\t\t\treturn window.atob(input)\n\t\t\t}\n\n\t\t\treturn startAuthentication(uid)\n\t\t\t\t.then(publicKey => {\n\t\t\t\t\tconsole.debug('Obtained PublicKeyCredentialRequestOptions')\n\t\t\t\t\tconsole.debug(publicKey)\n\n\t\t\t\t\tif (!Object.prototype.hasOwnProperty.call(publicKey, 'allowCredentials')) {\n\t\t\t\t\t\tconsole.debug('No credentials found.')\n\t\t\t\t\t\tthrow new NoValidCredentials()\n\t\t\t\t\t}\n\n\t\t\t\t\tpublicKey.challenge = Uint8Array.from(base64urlDecode(publicKey.challenge), c => c.charCodeAt(0))\n\t\t\t\t\tpublicKey.allowCredentials = publicKey.allowCredentials.map(function(data) {\n\t\t\t\t\t\treturn {\n\t\t\t\t\t\t\t...data,\n\t\t\t\t\t\t\tid: Uint8Array.from(base64urlDecode(data.id), c => c.charCodeAt(0)),\n\t\t\t\t\t\t}\n\t\t\t\t\t})\n\n\t\t\t\t\tconsole.debug('Converted PublicKeyCredentialRequestOptions')\n\t\t\t\t\tconsole.debug(publicKey)\n\t\t\t\t\treturn publicKey\n\t\t\t\t})\n\t\t\t\t.catch(error => {\n\t\t\t\t\tconsole.debug('Error while obtaining data')\n\t\t\t\t\tthrow error\n\t\t\t\t})\n\t\t},\n\t\tsign(publicKey) {\n\t\t\tconst arrayToBase64String = function(a) {\n\t\t\t\treturn window.btoa(String.fromCharCode(...a))\n\t\t\t}\n\n\t\t\tconst arrayToString = function(a) {\n\t\t\t\treturn String.fromCharCode(...a)\n\t\t\t}\n\n\t\t\treturn navigator.credentials.get({ publicKey })\n\t\t\t\t.then(data => {\n\t\t\t\t\tconsole.debug(data)\n\t\t\t\t\tconsole.debug(new Uint8Array(data.rawId))\n\t\t\t\t\tconsole.debug(arrayToBase64String(new Uint8Array(data.rawId)))\n\t\t\t\t\treturn {\n\t\t\t\t\t\tid: data.id,\n\t\t\t\t\t\ttype: data.type,\n\t\t\t\t\t\trawId: arrayToBase64String(new Uint8Array(data.rawId)),\n\t\t\t\t\t\tresponse: {\n\t\t\t\t\t\t\tauthenticatorData: arrayToBase64String(new Uint8Array(data.response.authenticatorData)),\n\t\t\t\t\t\t\tclientDataJSON: arrayToBase64String(new Uint8Array(data.response.clientDataJSON)),\n\t\t\t\t\t\t\tsignature: arrayToBase64String(new Uint8Array(data.response.signature)),\n\t\t\t\t\t\t\tuserHandle: data.response.userHandle ? arrayToString(new Uint8Array(data.response.userHandle)) : null,\n\t\t\t\t\t\t},\n\t\t\t\t\t}\n\t\t\t\t})\n\t\t\t\t.then(challenge => {\n\t\t\t\t\tconsole.debug(challenge)\n\t\t\t\t\treturn challenge\n\t\t\t\t})\n\t\t\t\t.catch(error => {\n\t\t\t\t\tconsole.debug('GOT AN ERROR!')\n\t\t\t\t\tconsole.debug(error) // Example: timeout, interaction refused...\n\t\t\t\t})\n\t\t},\n\t\tcompleteAuthentication(challenge) {\n\t\t\tconsole.debug('TIME TO COMPLETE')\n\n\t\t\tconst location = this.redirectUrl\n\n\t\t\treturn finishAuthentication(JSON.stringify(challenge))\n\t\t\t\t.then(data => {\n\t\t\t\t\tconsole.debug('Logged in redirecting')\n\t\t\t\t\twindow.location.href = location\n\t\t\t\t})\n\t\t\t\t.catch(error => {\n\t\t\t\t\tconsole.debug('GOT AN ERROR WHILE SUBMITTING CHALLENGE!')\n\t\t\t\t\tconsole.debug(error) // Example: timeout, interaction refused...\n\t\t\t\t})\n\t\t},\n\t\tsubmit() {\n\t\t\t// noop\n\t\t},\n\t},\n}\n</script>\n\n<style scoped>\n\n</style>\n","import mod from \"-!../../../../node_modules/babel-loader/lib/index.js!../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./PasswordLessLoginForm.vue?vue&type=script&lang=js&\"; export default mod; export * from \"-!../../../../node_modules/babel-loader/lib/index.js!../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./PasswordLessLoginForm.vue?vue&type=script&lang=js&\"","/**\n * @copyright 2020, Roeland Jago Douma <roeland@famdouma.nl>\n *\n * @author Roeland Jago Douma <roeland@famdouma.nl>\n *\n * @license GNU AGPL version 3 or any later version\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see <http://www.gnu.org/licenses/>.\n *\n */\n\nimport Axios from '@nextcloud/axios'\nimport { generateUrl } from '@nextcloud/router'\n\nexport function startAuthentication(loginName) {\n\tconst url = generateUrl('/login/webauthn/start')\n\n\treturn Axios.post(url, { loginName })\n\t\t.then(resp => resp.data)\n}\n\nexport function finishAuthentication(data) {\n\tconst url = generateUrl('/login/webauthn/finish')\n\n\treturn Axios.post(url, { data })\n\t\t.then(resp => resp.data)\n}\n","import { render, staticRenderFns } from \"./PasswordLessLoginForm.vue?vue&type=template&id=000abc12&scoped=true&\"\nimport script from \"./PasswordLessLoginForm.vue?vue&type=script&lang=js&\"\nexport * from \"./PasswordLessLoginForm.vue?vue&type=script&lang=js&\"\n\n\n/* normalize component */\nimport normalizer from \"!../../../../node_modules/vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n \"000abc12\",\n null\n \n)\n\nexport default component.exports","var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return ((_vm.isHttps || _vm.isLocalhost) && _vm.hasPublicKeyCredential)?_c('form',{ref:\"loginForm\",attrs:{\"method\":\"post\",\"name\":\"login\"},on:{\"submit\":function($event){$event.preventDefault();return _vm.submit($event)}}},[_c('fieldset',[_c('p',{staticClass:\"grouptop groupbottom\"},[_c('input',{directives:[{name:\"model\",rawName:\"v-model\",value:(_vm.user),expression:\"user\"}],ref:\"user\",attrs:{\"id\":\"user\",\"type\":\"text\",\"name\":\"user\",\"autocomplete\":_vm.autoCompleteAllowed ? 'on' : 'off',\"placeholder\":_vm.t('core', 'Username or email'),\"aria-label\":_vm.t('core', 'Username or email'),\"required\":\"\"},domProps:{\"value\":(_vm.user)},on:{\"change\":function($event){return _vm.$emit('update:username', _vm.user)},\"input\":function($event){if($event.target.composing){ return; }_vm.user=$event.target.value}}}),_vm._v(\" \"),_c('label',{staticClass:\"infield\",attrs:{\"for\":\"user\"}},[_vm._v(_vm._s(_vm.t('core', 'Username or\temail')))])]),_vm._v(\" \"),(!_vm.validCredentials)?_c('div',[_vm._v(\"\\n\\t\\t\\t\"+_vm._s(_vm.t('core', 'Your account is not setup for passwordless login.'))+\"\\n\\t\\t\")]):_vm._e(),_vm._v(\" \"),(_vm.validCredentials)?_c('LoginButton',{attrs:{\"loading\":_vm.loading,\"inverted-colors\":_vm.invertedColors},on:{\"click\":_vm.authenticate}}):_vm._e()],1)]):(!_vm.hasPublicKeyCredential)?_c('div',[_vm._v(\"\\n\\t\"+_vm._s(_vm.t('core', 'Passwordless authentication is not supported in your browser.'))+\"\\n\")]):(!_vm.isHttps && !_vm.isLocalhost)?_c('div',[_vm._v(\"\\n\\t\"+_vm._s(_vm.t('core', 'Passwordless authentication is only available over a secure connection.'))+\"\\n\")]):_vm._e()}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","import mod from \"-!../../../../node_modules/babel-loader/lib/index.js!../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./ResetPassword.vue?vue&type=script&lang=js&\"; export default mod; export * from \"-!../../../../node_modules/babel-loader/lib/index.js!../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./ResetPassword.vue?vue&type=script&lang=js&\"","<!--\n - @copyright 2019 Christoph Wurst <christoph@winzerhof-wurst.at>\n -\n - @author 2019 Christoph Wurst <christoph@winzerhof-wurst.at>\n -\n - @license GNU AGPL version 3 or any later version\n -\n - This program is free software: you can redistribute it and/or modify\n - it under the terms of the GNU Affero General Public License as\n - published by the Free Software Foundation, either version 3 of the\n - License, or (at your option) any later version.\n -\n - This program is distributed in the hope that it will be useful,\n - but WITHOUT ANY WARRANTY; without even the implied warranty of\n - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n - GNU Affero General Public License for more details.\n -\n - You should have received a copy of the GNU Affero General Public License\n - along with this program. If not, see <http://www.gnu.org/licenses/>.\n -->\n\n<template>\n\t<form @submit.prevent=\"submit\">\n\t\t<fieldset>\n\t\t\t<p>\n\t\t\t\t<input id=\"user\"\n\t\t\t\t\tv-model=\"user\"\n\t\t\t\t\ttype=\"text\"\n\t\t\t\t\tname=\"user\"\n\t\t\t\t\tautocapitalize=\"off\"\n\t\t\t\t\t:placeholder=\"t('core', 'Username or email')\"\n\t\t\t\t\t:aria-label=\"t('core', 'Username or email')\"\n\t\t\t\t\trequired\n\t\t\t\t\t@change=\"updateUsername\">\n\t\t\t\t<!--<?php p($_['user_autofocus'] ? 'autofocus' : ''); ?>\n\t\t\t\tautocomplete=\"<?php p($_['login_form_autocomplete']); ?>\" autocapitalize=\"none\" autocorrect=\"off\"-->\n\t\t\t\t<label for=\"user\" class=\"infield\">{{ t('core', 'Username or email') }}</label>\n\t\t\t</p>\n\t\t\t<div id=\"reset-password-wrapper\">\n\t\t\t\t<input id=\"reset-password-submit\"\n\t\t\t\t\ttype=\"submit\"\n\t\t\t\t\tclass=\"login primary\"\n\t\t\t\t\ttitle=\"\"\n\t\t\t\t\t:value=\"t('core', 'Reset password')\">\n\t\t\t\t<div class=\"submit-icon\"\n\t\t\t\t\t:class=\"{\n\t\t\t\t\t\t'icon-confirm-white': !loading,\n\t\t\t\t\t\t'icon-loading-small': loading && invertedColors,\n\t\t\t\t\t\t'icon-loading-small-dark': loading && !invertedColors,\n\t\t\t\t\t}\" />\n\t\t\t</div>\n\t\t\t<p v-if=\"message === 'send-success'\"\n\t\t\t\tclass=\"update\">\n\t\t\t\t{{ t('core', 'A password reset message has been sent to the email address of this account. If you do not receive it, check your spam/junk folders or ask your local administrator for help.') }}\n\t\t\t\t<br>\n\t\t\t\t{{ t('core', 'If it is not there ask your local administrator.') }}\n\t\t\t</p>\n\t\t\t<p v-else-if=\"message === 'send-error'\"\n\t\t\t\tclass=\"update warning\">\n\t\t\t\t{{ t('core', 'Couldn\\'t send reset email. Please contact your administrator.') }}\n\t\t\t</p>\n\t\t\t<p v-else-if=\"message === 'reset-error'\"\n\t\t\t\tclass=\"update warning\">\n\t\t\t\t{{ t('core', 'Password cannot be changed. Please contact your administrator.') }}\n\t\t\t</p>\n\t\t\t<p v-else-if=\"message\"\n\t\t\t\tclass=\"update\"\n\t\t\t\t:class=\"{warning: error}\" />\n\n\t\t\t<a href=\"#\"\n\t\t\t\t@click.prevent=\"$emit('abort')\">\n\t\t\t\t{{ t('core', 'Back to login') }}\n\t\t\t</a>\n\t\t</fieldset>\n\t</form>\n</template>\n\n<script>\nimport axios from '@nextcloud/axios'\n\nimport { generateUrl } from '@nextcloud/router'\n\nexport default {\n\tname: 'ResetPassword',\n\tprops: {\n\t\tusername: {\n\t\t\ttype: String,\n\t\t\trequired: true,\n\t\t},\n\t\tresetPasswordLink: {\n\t\t\ttype: String,\n\t\t\trequired: true,\n\t\t},\n\t\tinvertedColors: {\n\t\t\ttype: Boolean,\n\t\t\tdefault: false,\n\t\t},\n\t},\n\tdata() {\n\t\treturn {\n\t\t\terror: false,\n\t\t\tloading: false,\n\t\t\tmessage: undefined,\n\t\t\tuser: this.username,\n\t\t}\n\t},\n\twatch: {\n\t\tusername(value) {\n\t\t\tthis.user = value\n\t\t},\n\t},\n\tmethods: {\n\t\tupdateUsername() {\n\t\t\tthis.$emit('update:username', this.user)\n\t\t},\n\t\tsubmit() {\n\t\t\tthis.loading = true\n\t\t\tthis.error = false\n\t\t\tthis.message = ''\n\t\t\tconst url = generateUrl('/lostpassword/email')\n\n\t\t\tconst data = {\n\t\t\t\tuser: this.user,\n\t\t\t}\n\n\t\t\treturn axios.post(url, data)\n\t\t\t\t.then(resp => resp.data)\n\t\t\t\t.then(data => {\n\t\t\t\t\tif (data.status !== 'success') {\n\t\t\t\t\t\tthrow new Error(`got status ${data.status}`)\n\t\t\t\t\t}\n\n\t\t\t\t\tthis.message = 'send-success'\n\t\t\t\t})\n\t\t\t\t.catch(e => {\n\t\t\t\t\tconsole.error('could not send reset email request', e)\n\n\t\t\t\t\tthis.error = true\n\t\t\t\t\tthis.message = 'send-error'\n\t\t\t\t})\n\t\t\t\t.then(() => { this.loading = false })\n\t\t},\n\t},\n}\n</script>\n\n<style scoped>\n\t.update {\n\t\twidth: auto;\n\t}\n</style>\n","import api from \"!../../../../node_modules/style-loader/dist/runtime/injectStylesIntoStyleTag.js\";\n import content from \"!!../../../../node_modules/css-loader/dist/cjs.js!../../../../node_modules/vue-loader/lib/loaders/stylePostLoader.js!../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./ResetPassword.vue?vue&type=style&index=0&id=d9d670b8&scoped=true&lang=css&\";\n\nvar options = {};\n\noptions.insert = \"head\";\noptions.singleton = false;\n\nvar update = api(content, options);\n\n\n\nexport default content.locals || {};","import { render, staticRenderFns } from \"./ResetPassword.vue?vue&type=template&id=d9d670b8&scoped=true&\"\nimport script from \"./ResetPassword.vue?vue&type=script&lang=js&\"\nexport * from \"./ResetPassword.vue?vue&type=script&lang=js&\"\nimport style0 from \"./ResetPassword.vue?vue&type=style&index=0&id=d9d670b8&scoped=true&lang=css&\"\n\n\n/* normalize component */\nimport normalizer from \"!../../../../node_modules/vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n \"d9d670b8\",\n null\n \n)\n\nexport default component.exports","var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('form',{on:{\"submit\":function($event){$event.preventDefault();return _vm.submit($event)}}},[_c('fieldset',[_c('p',[_c('input',{directives:[{name:\"model\",rawName:\"v-model\",value:(_vm.user),expression:\"user\"}],attrs:{\"id\":\"user\",\"type\":\"text\",\"name\":\"user\",\"autocapitalize\":\"off\",\"placeholder\":_vm.t('core', 'Username or email'),\"aria-label\":_vm.t('core', 'Username or email'),\"required\":\"\"},domProps:{\"value\":(_vm.user)},on:{\"change\":_vm.updateUsername,\"input\":function($event){if($event.target.composing){ return; }_vm.user=$event.target.value}}}),_vm._v(\" \"),_c('label',{staticClass:\"infield\",attrs:{\"for\":\"user\"}},[_vm._v(_vm._s(_vm.t('core', 'Username or email')))])]),_vm._v(\" \"),_c('div',{attrs:{\"id\":\"reset-password-wrapper\"}},[_c('input',{staticClass:\"login primary\",attrs:{\"id\":\"reset-password-submit\",\"type\":\"submit\",\"title\":\"\"},domProps:{\"value\":_vm.t('core', 'Reset password')}}),_vm._v(\" \"),_c('div',{staticClass:\"submit-icon\",class:{\n\t\t\t\t\t'icon-confirm-white': !_vm.loading,\n\t\t\t\t\t'icon-loading-small': _vm.loading && _vm.invertedColors,\n\t\t\t\t\t'icon-loading-small-dark': _vm.loading && !_vm.invertedColors,\n\t\t\t\t}})]),_vm._v(\" \"),(_vm.message === 'send-success')?_c('p',{staticClass:\"update\"},[_vm._v(\"\\n\\t\\t\\t\"+_vm._s(_vm.t('core', 'A password reset message has been sent to the email address of this account. If you do not receive it, check your spam/junk folders or ask your local administrator for help.'))+\"\\n\\t\\t\\t\"),_c('br'),_vm._v(\"\\n\\t\\t\\t\"+_vm._s(_vm.t('core', 'If it is not there ask your local administrator.'))+\"\\n\\t\\t\")]):(_vm.message === 'send-error')?_c('p',{staticClass:\"update warning\"},[_vm._v(\"\\n\\t\\t\\t\"+_vm._s(_vm.t('core', 'Couldn\\'t send reset email. Please contact your administrator.'))+\"\\n\\t\\t\")]):(_vm.message === 'reset-error')?_c('p',{staticClass:\"update warning\"},[_vm._v(\"\\n\\t\\t\\t\"+_vm._s(_vm.t('core', 'Password cannot be changed. Please contact your administrator.'))+\"\\n\\t\\t\")]):(_vm.message)?_c('p',{staticClass:\"update\",class:{warning: _vm.error}}):_vm._e(),_vm._v(\" \"),_c('a',{attrs:{\"href\":\"#\"},on:{\"click\":function($event){$event.preventDefault();return _vm.$emit('abort')}}},[_vm._v(\"\\n\\t\\t\\t\"+_vm._s(_vm.t('core', 'Back to login'))+\"\\n\\t\\t\")])])])}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","import mod from \"-!../../../../node_modules/babel-loader/lib/index.js!../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./UpdatePassword.vue?vue&type=script&lang=js&\"; export default mod; export * from \"-!../../../../node_modules/babel-loader/lib/index.js!../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./UpdatePassword.vue?vue&type=script&lang=js&\"","<!--\n - @copyright Copyright (c) 2019 Julius Härtl <jus@bitgrid.net>\n -\n - @author Julius Härtl <jus@bitgrid.net>\n -\n - @license GNU AGPL version 3 or any later version\n -\n - This program is free software: you can redistribute it and/or modify\n - it under the terms of the GNU Affero General Public License as\n - published by the Free Software Foundation, either version 3 of the\n - License, or (at your option) any later version.\n -\n - This program is distributed in the hope that it will be useful,\n - but WITHOUT ANY WARRANTY; without even the implied warranty of\n - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n - GNU Affero General Public License for more details.\n -\n - You should have received a copy of the GNU Affero General Public License\n - along with this program. If not, see <http://www.gnu.org/licenses/>.\n -\n -->\n\n<template>\n\t<form @submit.prevent=\"submit\">\n\t\t<fieldset>\n\t\t\t<p>\n\t\t\t\t<label for=\"password\" class=\"infield\">{{ t('core', 'New password') }}</label>\n\t\t\t\t<input id=\"password\"\n\t\t\t\t\tv-model=\"password\"\n\t\t\t\t\ttype=\"password\"\n\t\t\t\t\tname=\"password\"\n\t\t\t\t\trequired\n\t\t\t\t\t:placeholder=\"t('core', 'New password')\">\n\t\t\t</p>\n\n\t\t\t<div v-if=\"encrypted\" class=\"update\">\n\t\t\t\t<p>\n\t\t\t\t\t{{ t('core', 'Your files are encrypted. There will be no way to get your data back after your password is reset. If you are not sure what to do, please contact your administrator before you continue. Do you really want to continue?') }}\n\t\t\t\t</p>\n\t\t\t\t<input id=\"encrypted-continue\"\n\t\t\t\t\tv-model=\"proceed\"\n\t\t\t\t\ttype=\"checkbox\"\n\t\t\t\t\tclass=\"checkbox\">\n\t\t\t\t<label for=\"encrypted-continue\">\n\t\t\t\t\t{{ t('core', 'I know what I\\'m doing') }}\n\t\t\t\t</label>\n\t\t\t</div>\n\n\t\t\t<div id=\"submit-wrapper\">\n\t\t\t\t<input id=\"submit\"\n\t\t\t\t\ttype=\"submit\"\n\t\t\t\t\tclass=\"login primary\"\n\t\t\t\t\ttitle=\"\"\n\t\t\t\t\t:value=\"!loading ? t('core', 'Reset password') : t('core', 'Resetting password')\">\n\t\t\t\t<div class=\"submit-icon\"\n\t\t\t\t\t:class=\"{\n\t\t\t\t\t\t'icon-loading-small': loading && invertedColors,\n\t\t\t\t\t\t'icon-loading-small-dark': loading && !invertedColors\n\t\t\t\t\t}\" />\n\t\t\t</div>\n\n\t\t\t<p v-if=\"error && message\" :class=\"{warning: error}\">\n\t\t\t\t{{ message }}\n\t\t\t</p>\n\t\t</fieldset>\n\t</form>\n</template>\n\n<script>\nimport Axios from '@nextcloud/axios'\n\nexport default {\n\tname: 'UpdatePassword',\n\tprops: {\n\t\tusername: {\n\t\t\ttype: String,\n\t\t\trequired: true,\n\t\t},\n\t\tresetPasswordTarget: {\n\t\t\ttype: String,\n\t\t\trequired: true,\n\t\t},\n\t\tinvertedColors: {\n\t\t\ttype: Boolean,\n\t\t\tdefault: false,\n\t\t},\n\t},\n\tdata() {\n\t\treturn {\n\t\t\terror: false,\n\t\t\tloading: false,\n\t\t\tmessage: undefined,\n\t\t\tuser: this.username,\n\t\t\tpassword: '',\n\t\t\tencrypted: false,\n\t\t\tproceed: false,\n\t\t}\n\t},\n\twatch: {\n\t\tusername(value) {\n\t\t\tthis.user = value\n\t\t},\n\t},\n\tmethods: {\n\t\tasync submit() {\n\t\t\tthis.loading = true\n\t\t\tthis.error = false\n\t\t\tthis.message = ''\n\n\t\t\ttry {\n\t\t\t\tconst { data } = await Axios.post(this.resetPasswordTarget, {\n\t\t\t\t\tpassword: this.password,\n\t\t\t\t\tproceed: this.proceed,\n\t\t\t\t})\n\t\t\t\tif (data && data.status === 'success') {\n\t\t\t\t\tthis.message = 'send-success'\n\t\t\t\t\tthis.$emit('update:username', this.user)\n\t\t\t\t\tthis.$emit('done')\n\t\t\t\t} else if (data && data.encryption) {\n\t\t\t\t\tthis.encrypted = true\n\t\t\t\t} else if (data && data.msg) {\n\t\t\t\t\tthrow new Error(data.msg)\n\t\t\t\t} else {\n\t\t\t\t\tthrow new Error()\n\t\t\t\t}\n\t\t\t} catch (e) {\n\t\t\t\tthis.error = true\n\t\t\t\tthis.message = e.message ? e.message : t('core', 'Password cannot be changed. Please contact your administrator.')\n\t\t\t} finally {\n\t\t\t\tthis.loading = false\n\t\t\t}\n\t\t},\n\t},\n}\n</script>\n\n<style scoped>\n\tfieldset {\n\t\ttext-align: center;\n\t}\n\n\tinput[type=submit] {\n\t\tmargin-top: 20px;\n\t}\n</style>\n","import api from \"!../../../../node_modules/style-loader/dist/runtime/injectStylesIntoStyleTag.js\";\n import content from \"!!../../../../node_modules/css-loader/dist/cjs.js!../../../../node_modules/vue-loader/lib/loaders/stylePostLoader.js!../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./UpdatePassword.vue?vue&type=style&index=0&id=49a638a3&scoped=true&lang=css&\";\n\nvar options = {};\n\noptions.insert = \"head\";\noptions.singleton = false;\n\nvar update = api(content, options);\n\n\n\nexport default content.locals || {};","import mod from \"-!../../../node_modules/babel-loader/lib/index.js!../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./Login.vue?vue&type=script&lang=js&\"; export default mod; export * from \"-!../../../node_modules/babel-loader/lib/index.js!../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./Login.vue?vue&type=script&lang=js&\"","<!--\n - @copyright 2019 Christoph Wurst <christoph@winzerhof-wurst.at>\n -\n - @author 2019 Christoph Wurst <christoph@winzerhof-wurst.at>\n -\n - @license GNU AGPL version 3 or any later version\n -\n - This program is free software: you can redistribute it and/or modify\n - it under the terms of the GNU Affero General Public License as\n - published by the Free Software Foundation, either version 3 of the\n - License, or (at your option) any later version.\n -\n - This program is distributed in the hope that it will be useful,\n - but WITHOUT ANY WARRANTY; without even the implied warranty of\n - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n - GNU Affero General Public License for more details.\n -\n - You should have received a copy of the GNU Affero General Public License\n - along with this program. If not, see <http://www.gnu.org/licenses/>.\n -->\n\n<template>\n\t<div v-if=\"!hideLoginForm || directLogin\">\n\t\t<transition name=\"fade\" mode=\"out-in\">\n\t\t\t<div v-if=\"!passwordlessLogin && !resetPassword && resetPasswordTarget === ''\"\n\t\t\t\tkey=\"login\">\n\t\t\t\t<LoginForm\n\t\t\t\t\t:username.sync=\"user\"\n\t\t\t\t\t:redirect-url=\"redirectUrl\"\n\t\t\t\t\t:direct-login=\"directLogin\"\n\t\t\t\t\t:messages=\"messages\"\n\t\t\t\t\t:errors=\"errors\"\n\t\t\t\t\t:throttle-delay=\"throttleDelay\"\n\t\t\t\t\t:inverted-colors=\"invertedColors\"\n\t\t\t\t\t:auto-complete-allowed=\"autoCompleteAllowed\"\n\t\t\t\t\t@submit=\"loading = true\" />\n\t\t\t\t<a v-if=\"canResetPassword && resetPasswordLink !== ''\"\n\t\t\t\t\tid=\"lost-password\"\n\t\t\t\t\t:href=\"resetPasswordLink\">\n\t\t\t\t\t{{ t('core', 'Forgot password?') }}\n\t\t\t\t</a>\n\t\t\t\t<a v-else-if=\"canResetPassword && !resetPassword\"\n\t\t\t\t\tid=\"lost-password\"\n\t\t\t\t\t:href=\"resetPasswordLink\"\n\t\t\t\t\t@click.prevent=\"resetPassword = true\">\n\t\t\t\t\t{{ t('core', 'Forgot password?') }}\n\t\t\t\t</a>\n\t\t\t\t<br>\n\t\t\t\t<template v-if=\"hasPasswordless\">\n\t\t\t\t\t<div v-if=\"countAlternativeLogins\"\n\t\t\t\t\t\tclass=\"alternative-logins\">\n\t\t\t\t\t\t<a v-if=\"hasPasswordless\"\n\t\t\t\t\t\t\tclass=\"button\"\n\t\t\t\t\t\t\t:class=\"{ 'single-alt-login-option': countAlternativeLogins }\"\n\t\t\t\t\t\t\thref=\"#\"\n\t\t\t\t\t\t\t@click.prevent=\"passwordlessLogin = true\">\n\t\t\t\t\t\t\t{{ t('core', 'Log in with a device') }}\n\t\t\t\t\t\t</a>\n\t\t\t\t\t</div>\n\t\t\t\t\t<a v-else\n\t\t\t\t\t\thref=\"#\"\n\t\t\t\t\t\t@click.prevent=\"passwordlessLogin = true\">\n\t\t\t\t\t\t{{ t('core', 'Log in with a device') }}\n\t\t\t\t\t</a>\n\t\t\t\t</template>\n\t\t\t</div>\n\t\t\t<div v-else-if=\"!loading && passwordlessLogin\"\n\t\t\t\tkey=\"reset\"\n\t\t\t\tclass=\"login-additional\">\n\t\t\t\t<PasswordLessLoginForm\n\t\t\t\t\t:username.sync=\"user\"\n\t\t\t\t\t:redirect-url=\"redirectUrl\"\n\t\t\t\t\t:inverted-colors=\"invertedColors\"\n\t\t\t\t\t:auto-complete-allowed=\"autoCompleteAllowed\"\n\t\t\t\t\t:is-https=\"isHttps\"\n\t\t\t\t\t:is-localhost=\"isLocalhost\"\n\t\t\t\t\t:has-public-key-credential=\"hasPublicKeyCredential\"\n\t\t\t\t\t@submit=\"loading = true\" />\n\t\t\t\t<a href=\"#\" @click.prevent=\"passwordlessLogin = false\">\n\t\t\t\t\t{{ t('core', 'Back') }}\n\t\t\t\t</a>\n\t\t\t</div>\n\t\t\t<div v-else-if=\"!loading && canResetPassword\"\n\t\t\t\tkey=\"reset\"\n\t\t\t\tclass=\"login-additional\">\n\t\t\t\t<div class=\"lost-password-container\">\n\t\t\t\t\t<ResetPassword v-if=\"resetPassword\"\n\t\t\t\t\t\t:username.sync=\"user\"\n\t\t\t\t\t\t:reset-password-link=\"resetPasswordLink\"\n\t\t\t\t\t\t:inverted-colors=\"invertedColors\"\n\t\t\t\t\t\t@abort=\"resetPassword = false\" />\n\t\t\t\t</div>\n\t\t\t</div>\n\t\t\t<div v-else-if=\"resetPasswordTarget !== ''\">\n\t\t\t\t<UpdatePassword :username.sync=\"user\"\n\t\t\t\t\t:reset-password-target=\"resetPasswordTarget\"\n\t\t\t\t\t:inverted-colors=\"invertedColors\"\n\t\t\t\t\t@done=\"passwordResetFinished\" />\n\t\t\t</div>\n\t\t</transition>\n\t</div>\n\t<div v-else>\n\t\t<transition name=\"fade\" mode=\"out-in\">\n\t\t\t<div class=\"warning\">\n\t\t\t\t{{ t('core', 'Login form is disabled.') }}<br>\n\t\t\t\t<small>{{ t('core', 'Please contact your administrator.') }}\n\t\t\t\t</small>\n\t\t\t</div>\n\t\t</transition>\n\t</div>\n</template>\n\n<script>\nimport LoginForm from '../components/login/LoginForm.vue'\nimport PasswordLessLoginForm from '../components/login/PasswordLessLoginForm.vue'\nimport ResetPassword from '../components/login/ResetPassword.vue'\nimport UpdatePassword from '../components/login/UpdatePassword.vue'\n\nexport default {\n\tname: 'Login',\n\tcomponents: {\n\t\tLoginForm,\n\t\tPasswordLessLoginForm,\n\t\tResetPassword,\n\t\tUpdatePassword,\n\t},\n\tprops: {\n\t\tusername: {\n\t\t\ttype: String,\n\t\t\tdefault: '',\n\t\t},\n\t\tredirectUrl: {\n\t\t\ttype: String,\n\t\t},\n\t\terrors: {\n\t\t\ttype: Array,\n\t\t\tdefault: () => [],\n\t\t},\n\t\tmessages: {\n\t\t\ttype: Array,\n\t\t\tdefault: () => [],\n\t\t},\n\t\tthrottleDelay: {\n\t\t\ttype: Number,\n\t\t},\n\t\tcanResetPassword: {\n\t\t\ttype: Boolean,\n\t\t\tdefault: false,\n\t\t},\n\t\tresetPasswordLink: {\n\t\t\ttype: String,\n\t\t},\n\t\tresetPasswordTarget: {\n\t\t\ttype: String,\n\t\t},\n\t\tinvertedColors: {\n\t\t\ttype: Boolean,\n\t\t\tdefault: false,\n\t\t},\n\t\tautoCompleteAllowed: {\n\t\t\ttype: Boolean,\n\t\t\tdefault: true,\n\t\t},\n\t\tdirectLogin: {\n\t\t\ttype: Boolean,\n\t\t\tdefault: false,\n\t\t},\n\t\thasPasswordless: {\n\t\t\ttype: Boolean,\n\t\t\tdefault: false,\n\t\t},\n\t\tcountAlternativeLogins: {\n\t\t\ttype: Number,\n\t\t\tdefault: 0,\n\t\t},\n\t\tisHttps: {\n\t\t\ttype: Boolean,\n\t\t\tdefault: false,\n\t\t},\n\t\tisLocalhost: {\n\t\t\ttype: Boolean,\n\t\t\tdefault: false,\n\t\t},\n\t\thasPublicKeyCredential: {\n\t\t\ttype: Boolean,\n\t\t\tdefault: false,\n\t\t},\n\t\thideLoginForm: {\n\t\t\ttype: Boolean,\n\t\t\tdefault: false,\n\t\t},\n\t},\n\tdata() {\n\t\treturn {\n\t\t\tloading: false,\n\t\t\tuser: this.username,\n\t\t\tpasswordlessLogin: false,\n\t\t\tresetPassword: false,\n\t\t}\n\t},\n\tmethods: {\n\t\tpasswordResetFinished() {\n\t\t\tthis.resetPasswordTarget = ''\n\t\t\tthis.directLogin = true\n\t\t},\n\t},\n}\n</script>\n\n<style>\n\t.fade-enter-active, .fade-leave-active {\n\t\ttransition: opacity .3s;\n\t}\n\t.fade-enter, .fade-leave-to /* .fade-leave-active below version 2.1.8 */ {\n\t\topacity: 0;\n\t}\n</style>\n","import { render, staticRenderFns } from \"./UpdatePassword.vue?vue&type=template&id=49a638a3&scoped=true&\"\nimport script from \"./UpdatePassword.vue?vue&type=script&lang=js&\"\nexport * from \"./UpdatePassword.vue?vue&type=script&lang=js&\"\nimport style0 from \"./UpdatePassword.vue?vue&type=style&index=0&id=49a638a3&scoped=true&lang=css&\"\n\n\n/* normalize component */\nimport normalizer from \"!../../../../node_modules/vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n \"49a638a3\",\n null\n \n)\n\nexport default component.exports","var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('form',{on:{\"submit\":function($event){$event.preventDefault();return _vm.submit($event)}}},[_c('fieldset',[_c('p',[_c('label',{staticClass:\"infield\",attrs:{\"for\":\"password\"}},[_vm._v(_vm._s(_vm.t('core', 'New password')))]),_vm._v(\" \"),_c('input',{directives:[{name:\"model\",rawName:\"v-model\",value:(_vm.password),expression:\"password\"}],attrs:{\"id\":\"password\",\"type\":\"password\",\"name\":\"password\",\"required\":\"\",\"placeholder\":_vm.t('core', 'New password')},domProps:{\"value\":(_vm.password)},on:{\"input\":function($event){if($event.target.composing){ return; }_vm.password=$event.target.value}}})]),_vm._v(\" \"),(_vm.encrypted)?_c('div',{staticClass:\"update\"},[_c('p',[_vm._v(\"\\n\\t\\t\\t\\t\"+_vm._s(_vm.t('core', 'Your files are encrypted. There will be no way to get your data back after your password is reset. If you are not sure what to do, please contact your administrator before you continue. Do you really want to continue?'))+\"\\n\\t\\t\\t\")]),_vm._v(\" \"),_c('input',{directives:[{name:\"model\",rawName:\"v-model\",value:(_vm.proceed),expression:\"proceed\"}],staticClass:\"checkbox\",attrs:{\"id\":\"encrypted-continue\",\"type\":\"checkbox\"},domProps:{\"checked\":Array.isArray(_vm.proceed)?_vm._i(_vm.proceed,null)>-1:(_vm.proceed)},on:{\"change\":function($event){var $$a=_vm.proceed,$$el=$event.target,$$c=$$el.checked?(true):(false);if(Array.isArray($$a)){var $$v=null,$$i=_vm._i($$a,$$v);if($$el.checked){$$i<0&&(_vm.proceed=$$a.concat([$$v]))}else{$$i>-1&&(_vm.proceed=$$a.slice(0,$$i).concat($$a.slice($$i+1)))}}else{_vm.proceed=$$c}}}}),_vm._v(\" \"),_c('label',{attrs:{\"for\":\"encrypted-continue\"}},[_vm._v(\"\\n\\t\\t\\t\\t\"+_vm._s(_vm.t('core', 'I know what I\\'m doing'))+\"\\n\\t\\t\\t\")])]):_vm._e(),_vm._v(\" \"),_c('div',{attrs:{\"id\":\"submit-wrapper\"}},[_c('input',{staticClass:\"login primary\",attrs:{\"id\":\"submit\",\"type\":\"submit\",\"title\":\"\"},domProps:{\"value\":!_vm.loading ? _vm.t('core', 'Reset password') : _vm.t('core', 'Resetting password')}}),_vm._v(\" \"),_c('div',{staticClass:\"submit-icon\",class:{\n\t\t\t\t\t'icon-loading-small': _vm.loading && _vm.invertedColors,\n\t\t\t\t\t'icon-loading-small-dark': _vm.loading && !_vm.invertedColors\n\t\t\t\t}})]),_vm._v(\" \"),(_vm.error && _vm.message)?_c('p',{class:{warning: _vm.error}},[_vm._v(\"\\n\\t\\t\\t\"+_vm._s(_vm.message)+\"\\n\\t\\t\")]):_vm._e()])])}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","import api from \"!../../../node_modules/style-loader/dist/runtime/injectStylesIntoStyleTag.js\";\n import content from \"!!../../../node_modules/css-loader/dist/cjs.js!../../../node_modules/vue-loader/lib/loaders/stylePostLoader.js!../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./Login.vue?vue&type=style&index=0&lang=css&\";\n\nvar options = {};\n\noptions.insert = \"head\";\noptions.singleton = false;\n\nvar update = api(content, options);\n\n\n\nexport default content.locals || {};","import { render, staticRenderFns } from \"./Login.vue?vue&type=template&id=6b2783dc&\"\nimport script from \"./Login.vue?vue&type=script&lang=js&\"\nexport * from \"./Login.vue?vue&type=script&lang=js&\"\nimport style0 from \"./Login.vue?vue&type=style&index=0&lang=css&\"\n\n\n/* normalize component */\nimport normalizer from \"!../../../node_modules/vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n null,\n null\n \n)\n\nexport default component.exports","var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return (!_vm.hideLoginForm || _vm.directLogin)?_c('div',[_c('transition',{attrs:{\"name\":\"fade\",\"mode\":\"out-in\"}},[(!_vm.passwordlessLogin && !_vm.resetPassword && _vm.resetPasswordTarget === '')?_c('div',{key:\"login\"},[_c('LoginForm',{attrs:{\"username\":_vm.user,\"redirect-url\":_vm.redirectUrl,\"direct-login\":_vm.directLogin,\"messages\":_vm.messages,\"errors\":_vm.errors,\"throttle-delay\":_vm.throttleDelay,\"inverted-colors\":_vm.invertedColors,\"auto-complete-allowed\":_vm.autoCompleteAllowed},on:{\"update:username\":function($event){_vm.user=$event},\"submit\":function($event){_vm.loading = true}}}),_vm._v(\" \"),(_vm.canResetPassword && _vm.resetPasswordLink !== '')?_c('a',{attrs:{\"id\":\"lost-password\",\"href\":_vm.resetPasswordLink}},[_vm._v(\"\\n\\t\\t\\t\\t\"+_vm._s(_vm.t('core', 'Forgot password?'))+\"\\n\\t\\t\\t\")]):(_vm.canResetPassword && !_vm.resetPassword)?_c('a',{attrs:{\"id\":\"lost-password\",\"href\":_vm.resetPasswordLink},on:{\"click\":function($event){$event.preventDefault();_vm.resetPassword = true}}},[_vm._v(\"\\n\\t\\t\\t\\t\"+_vm._s(_vm.t('core', 'Forgot password?'))+\"\\n\\t\\t\\t\")]):_vm._e(),_vm._v(\" \"),_c('br'),_vm._v(\" \"),(_vm.hasPasswordless)?[(_vm.countAlternativeLogins)?_c('div',{staticClass:\"alternative-logins\"},[(_vm.hasPasswordless)?_c('a',{staticClass:\"button\",class:{ 'single-alt-login-option': _vm.countAlternativeLogins },attrs:{\"href\":\"#\"},on:{\"click\":function($event){$event.preventDefault();_vm.passwordlessLogin = true}}},[_vm._v(\"\\n\\t\\t\\t\\t\\t\\t\"+_vm._s(_vm.t('core', 'Log in with a device'))+\"\\n\\t\\t\\t\\t\\t\")]):_vm._e()]):_c('a',{attrs:{\"href\":\"#\"},on:{\"click\":function($event){$event.preventDefault();_vm.passwordlessLogin = true}}},[_vm._v(\"\\n\\t\\t\\t\\t\\t\"+_vm._s(_vm.t('core', 'Log in with a device'))+\"\\n\\t\\t\\t\\t\")])]:_vm._e()],2):(!_vm.loading && _vm.passwordlessLogin)?_c('div',{key:\"reset\",staticClass:\"login-additional\"},[_c('PasswordLessLoginForm',{attrs:{\"username\":_vm.user,\"redirect-url\":_vm.redirectUrl,\"inverted-colors\":_vm.invertedColors,\"auto-complete-allowed\":_vm.autoCompleteAllowed,\"is-https\":_vm.isHttps,\"is-localhost\":_vm.isLocalhost,\"has-public-key-credential\":_vm.hasPublicKeyCredential},on:{\"update:username\":function($event){_vm.user=$event},\"submit\":function($event){_vm.loading = true}}}),_vm._v(\" \"),_c('a',{attrs:{\"href\":\"#\"},on:{\"click\":function($event){$event.preventDefault();_vm.passwordlessLogin = false}}},[_vm._v(\"\\n\\t\\t\\t\\t\"+_vm._s(_vm.t('core', 'Back'))+\"\\n\\t\\t\\t\")])],1):(!_vm.loading && _vm.canResetPassword)?_c('div',{key:\"reset\",staticClass:\"login-additional\"},[_c('div',{staticClass:\"lost-password-container\"},[(_vm.resetPassword)?_c('ResetPassword',{attrs:{\"username\":_vm.user,\"reset-password-link\":_vm.resetPasswordLink,\"inverted-colors\":_vm.invertedColors},on:{\"update:username\":function($event){_vm.user=$event},\"abort\":function($event){_vm.resetPassword = false}}}):_vm._e()],1)]):(_vm.resetPasswordTarget !== '')?_c('div',[_c('UpdatePassword',{attrs:{\"username\":_vm.user,\"reset-password-target\":_vm.resetPasswordTarget,\"inverted-colors\":_vm.invertedColors},on:{\"update:username\":function($event){_vm.user=$event},\"done\":_vm.passwordResetFinished}})],1):_vm._e()])],1):_c('div',[_c('transition',{attrs:{\"name\":\"fade\",\"mode\":\"out-in\"}},[_c('div',{staticClass:\"warning\"},[_vm._v(\"\\n\\t\\t\\t\"+_vm._s(_vm.t('core', 'Login form is disabled.'))),_c('br'),_vm._v(\" \"),_c('small',[_vm._v(_vm._s(_vm.t('core', 'Please contact your administrator.'))+\"\\n\\t\\t\\t\")])])])],1)}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","/**\n * @copyright 2019 Christoph Wurst <christoph@winzerhof-wurst.at>\n *\n * @author Christoph Wurst <christoph@winzerhof-wurst.at>\n *\n * @license GNU AGPL version 3 or any later version\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see <http://www.gnu.org/licenses/>.\n *\n */\n\nimport L10n from '../OC/l10n'\nimport OC from '../OC/index'\n\nexport default {\n\tdata() {\n\t\treturn {\n\t\t\tOC,\n\t\t}\n\t},\n\tmethods: {\n\t\tt: L10n.translate.bind(L10n),\n\t\tn: L10n.translatePlural.bind(L10n),\n\t},\n}\n","/**\n * @copyright 2019 Christoph Wurst <christoph@winzerhof-wurst.at>\n *\n * @author Christoph Wurst <christoph@winzerhof-wurst.at>\n * @author John Molakvoæ <skjnldsv@protonmail.com>\n * @author Julius Härtl <jus@bitgrid.net>\n * @author Roeland Jago Douma <roeland@famdouma.nl>\n *\n * @license GNU AGPL version 3 or any later version\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see <http://www.gnu.org/licenses/>.\n *\n */\n\nimport { loadState } from '@nextcloud/initial-state'\nimport queryString from 'query-string'\nimport Vue from 'vue'\n\n// eslint-disable-next-line no-unused-vars\nimport OC from './OC/index' // TODO: Not needed but L10n breaks if removed\nimport LoginView from './views/Login.vue'\nimport Nextcloud from './mixins/Nextcloud'\n\nconst query = queryString.parse(location.search)\nif (query.clear === '1') {\n\ttry {\n\t\twindow.localStorage.clear()\n\t\twindow.sessionStorage.clear()\n\t\tconsole.debug('Browser storage cleared')\n\t} catch (e) {\n\t\tconsole.error('Could not clear browser storage', e)\n\t}\n}\n\nVue.mixin(Nextcloud)\n\nconst fromStateOr = (key, orValue) => {\n\ttry {\n\t\treturn loadState('core', key)\n\t} catch (e) {\n\t\treturn orValue\n\t}\n}\n\nconst View = Vue.extend(LoginView)\nnew View({\n\tpropsData: {\n\t\terrors: fromStateOr('loginErrors', []),\n\t\tmessages: fromStateOr('loginMessages', []),\n\t\tredirectUrl: fromStateOr('loginRedirectUrl', undefined),\n\t\tusername: fromStateOr('loginUsername', ''),\n\t\tthrottleDelay: fromStateOr('loginThrottleDelay', 0),\n\t\tinvertedColors: OCA.Theming && OCA.Theming.inverted,\n\t\tcanResetPassword: fromStateOr('loginCanResetPassword', false),\n\t\tresetPasswordLink: fromStateOr('loginResetPasswordLink', ''),\n\t\tautoCompleteAllowed: fromStateOr('loginAutocomplete', true),\n\t\tresetPasswordTarget: fromStateOr('resetPasswordTarget', ''),\n\t\tresetPasswordUser: fromStateOr('resetPasswordUser', ''),\n\t\tdirectLogin: query.direct === '1',\n\t\thasPasswordless: fromStateOr('webauthn-available', false),\n\t\tcountAlternativeLogins: fromStateOr('countAlternativeLogins', false),\n\t\tisHttps: window.location.protocol === 'https:',\n\t\tisLocalhost: window.location.hostname === 'localhost',\n\t\thasPublicKeyCredential: typeof (window.PublicKeyCredential) !== 'undefined',\n\t\thideLoginForm: fromStateOr('hideLoginForm', false),\n\t},\n}).$mount('#login')\n"],"sourceRoot":""} \ No newline at end of file
diff --git a/core/js/dist/main.js b/core/js/dist/main.js
index a2f8084cefa..4181be23367 100644
--- a/core/js/dist/main.js
+++ b/core/js/dist/main.js
@@ -1,34 +1,221 @@
-!function(e){var t={};function n(i){if(t[i])return t[i].exports;var r=t[i]={i:i,l:!1,exports:{}};return e[i].call(r.exports,r,r.exports,n),r.l=!0,r.exports}n.m=e,n.c=t,n.d=function(e,t,i){n.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:i})},n.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},n.t=function(e,t){if(1&t&&(e=n(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var i=Object.create(null);if(n.r(i),Object.defineProperty(i,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var r in e)n.d(i,r,function(t){return e[t]}.bind(null,r));return i},n.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return n.d(t,"a",t),t},n.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},n.p="",n(n.s=832)}([function(e,t,n){var i,r,o;
+!function(e){var t={};function n(i){if(t[i])return t[i].exports;var r=t[i]={i:i,l:!1,exports:{}};return e[i].call(r.exports,r,r.exports,n),r.l=!0,r.exports}n.m=e,n.c=t,n.d=function(e,t,i){n.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:i})},n.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},n.t=function(e,t){if(1&t&&(e=n(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var i=Object.create(null);if(n.r(i),Object.defineProperty(i,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var r in e)n.d(i,r,function(t){return e[t]}.bind(null,r));return i},n.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return n.d(t,"a",t),t},n.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},n.p="",n(n.s=715)}([function(e,t,n){var i;
/*!
- * jQuery JavaScript Library v2.1.4
- * http://jquery.com/
+ * jQuery JavaScript Library v3.3.1
+ * https://jquery.com/
*
* Includes Sizzle.js
- * http://sizzlejs.com/
+ * https://sizzlejs.com/
*
- * Copyright 2005, 2014 jQuery Foundation, Inc. and other contributors
+ * Copyright JS Foundation and other contributors
* Released under the MIT license
- * http://jquery.org/license
+ * https://jquery.org/license
*
- * Date: 2015-04-28T16:01Z
- */r="undefined"!=typeof window?window:this,o=function(n,r){var o=[],s=o.slice,a=o.concat,l=o.push,c=o.indexOf,u={},d=u.toString,h=u.hasOwnProperty,f={},p=n.document,m=function(e,t){return new m.fn.init(e,t)},g=/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g,v=/^-ms-/,_=/-([\da-z])/gi,y=function(e,t){return t.toUpperCase()};function b(e){var t="length"in e&&e.length,n=m.type(e);return"function"!==n&&!m.isWindow(e)&&(!(1!==e.nodeType||!t)||"array"===n||0===t||"number"==typeof t&&t>0&&t-1 in e)}m.fn=m.prototype={jquery:"2.1.4",constructor:m,selector:"",length:0,toArray:function(){return s.call(this)},get:function(e){return null!=e?e<0?this[e+this.length]:this[e]:s.call(this)},pushStack:function(e){var t=m.merge(this.constructor(),e);return t.prevObject=this,t.context=this.context,t},each:function(e,t){return m.each(this,e,t)},map:function(e){return this.pushStack(m.map(this,(function(t,n){return e.call(t,n,t)})))},slice:function(){return this.pushStack(s.apply(this,arguments))},first:function(){return this.eq(0)},last:function(){return this.eq(-1)},eq:function(e){var t=this.length,n=+e+(e<0?t:0);return this.pushStack(n>=0&&n<t?[this[n]]:[])},end:function(){return this.prevObject||this.constructor(null)},push:l,sort:o.sort,splice:o.splice},m.extend=m.fn.extend=function(){var e,t,n,i,r,o,s=arguments[0]||{},a=1,l=arguments.length,c=!1;for("boolean"==typeof s&&(c=s,s=arguments[a]||{},a++),"object"==typeof s||m.isFunction(s)||(s={}),a===l&&(s=this,a--);a<l;a++)if(null!=(e=arguments[a]))for(t in e)n=s[t],s!==(i=e[t])&&(c&&i&&(m.isPlainObject(i)||(r=m.isArray(i)))?(r?(r=!1,o=n&&m.isArray(n)?n:[]):o=n&&m.isPlainObject(n)?n:{},s[t]=m.extend(c,o,i)):void 0!==i&&(s[t]=i));return s},m.extend({expando:"jQuery"+("2.1.4"+Math.random()).replace(/\D/g,""),isReady:!0,error:function(e){throw new Error(e)},noop:function(){},isFunction:function(e){return"function"===m.type(e)},isArray:Array.isArray,isWindow:function(e){return null!=e&&e===e.window},isNumeric:function(e){return!m.isArray(e)&&e-parseFloat(e)+1>=0},isPlainObject:function(e){return!("object"!==m.type(e)||e.nodeType||m.isWindow(e)||e.constructor&&!h.call(e.constructor.prototype,"isPrototypeOf"))},isEmptyObject:function(e){var t;for(t in e)return!1;return!0},type:function(e){return null==e?e+"":"object"==typeof e||"function"==typeof e?u[d.call(e)]||"object":typeof e},globalEval:function(e){var t,n=eval;(e=m.trim(e))&&(1===e.indexOf("use strict")?((t=p.createElement("script")).text=e,p.head.appendChild(t).parentNode.removeChild(t)):n(e))},camelCase:function(e){return e.replace(v,"ms-").replace(_,y)},nodeName:function(e,t){return e.nodeName&&e.nodeName.toLowerCase()===t.toLowerCase()},each:function(e,t,n){var i=0,r=e.length,o=b(e);if(n){if(o)for(;i<r&&!1!==t.apply(e[i],n);i++);else for(i in e)if(!1===t.apply(e[i],n))break}else if(o)for(;i<r&&!1!==t.call(e[i],i,e[i]);i++);else for(i in e)if(!1===t.call(e[i],i,e[i]))break;return e},trim:function(e){return null==e?"":(e+"").replace(g,"")},makeArray:function(e,t){var n=t||[];return null!=e&&(b(Object(e))?m.merge(n,"string"==typeof e?[e]:e):l.call(n,e)),n},inArray:function(e,t,n){return null==t?-1:c.call(t,e,n)},merge:function(e,t){for(var n=+t.length,i=0,r=e.length;i<n;i++)e[r++]=t[i];return e.length=r,e},grep:function(e,t,n){for(var i=[],r=0,o=e.length,s=!n;r<o;r++)!t(e[r],r)!==s&&i.push(e[r]);return i},map:function(e,t,n){var i,r=0,o=e.length,s=[];if(b(e))for(;r<o;r++)null!=(i=t(e[r],r,n))&&s.push(i);else for(r in e)null!=(i=t(e[r],r,n))&&s.push(i);return a.apply([],s)},guid:1,proxy:function(e,t){var n,i,r;if("string"==typeof t&&(n=e[t],t=e,e=n),m.isFunction(e))return i=s.call(arguments,2),(r=function(){return e.apply(t||this,i.concat(s.call(arguments)))}).guid=e.guid=e.guid||m.guid++,r},now:Date.now,support:f}),m.each("Boolean Number String Function Array Date RegExp Object Error".split(" "),(function(e,t){u["[object "+t+"]"]=t.toLowerCase()}));var w=
+ * Date: 2018-01-20T17:24Z
+ */!function(t,n){"use strict";"object"==typeof e.exports?e.exports=t.document?n(t,!0):function(e){if(!e.document)throw new Error("jQuery requires a window with a document");return n(e)}:n(t)}("undefined"!=typeof window?window:this,(function(n,r){"use strict";var o=[],a=n.document,s=Object.getPrototypeOf,l=o.slice,u=o.concat,c=o.push,d=o.indexOf,h={},p=h.toString,f=h.hasOwnProperty,m=f.toString,g=m.call(Object),A={},v=function(e){return"function"==typeof e&&"number"!=typeof e.nodeType},_=function(e){return null!=e&&e===e.window},b={type:!0,src:!0,noModule:!0};function y(e,t,n){var i,r=(t=t||a).createElement("script");if(r.text=e,n)for(i in b)n[i]&&(r[i]=n[i]);t.head.appendChild(r).parentNode.removeChild(r)}function w(e){return null==e?e+"":"object"==typeof e||"function"==typeof e?h[p.call(e)]||"object":typeof e}var C=function(e,t){return new C.fn.init(e,t)},x=/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g;function k(e){var t=!!e&&"length"in e&&e.length,n=w(e);return!v(e)&&!_(e)&&("array"===n||0===t||"number"==typeof t&&t>0&&t-1 in e)}C.fn=C.prototype={jquery:"3.3.1",constructor:C,length:0,toArray:function(){return l.call(this)},get:function(e){return null==e?l.call(this):e<0?this[e+this.length]:this[e]},pushStack:function(e){var t=C.merge(this.constructor(),e);return t.prevObject=this,t},each:function(e){return C.each(this,e)},map:function(e){return this.pushStack(C.map(this,(function(t,n){return e.call(t,n,t)})))},slice:function(){return this.pushStack(l.apply(this,arguments))},first:function(){return this.eq(0)},last:function(){return this.eq(-1)},eq:function(e){var t=this.length,n=+e+(e<0?t:0);return this.pushStack(n>=0&&n<t?[this[n]]:[])},end:function(){return this.prevObject||this.constructor()},push:c,sort:o.sort,splice:o.splice},C.extend=C.fn.extend=function(){var e,t,n,i,r,o,a=arguments[0]||{},s=1,l=arguments.length,u=!1;for("boolean"==typeof a&&(u=a,a=arguments[s]||{},s++),"object"==typeof a||v(a)||(a={}),s===l&&(a=this,s--);s<l;s++)if(null!=(e=arguments[s]))for(t in e)n=a[t],a!==(i=e[t])&&(u&&i&&(C.isPlainObject(i)||(r=Array.isArray(i)))?(r?(r=!1,o=n&&Array.isArray(n)?n:[]):o=n&&C.isPlainObject(n)?n:{},a[t]=C.extend(u,o,i)):void 0!==i&&(a[t]=i));return a},C.extend({expando:"jQuery"+("3.3.1"+Math.random()).replace(/\D/g,""),isReady:!0,error:function(e){throw new Error(e)},noop:function(){},isPlainObject:function(e){var t,n;return!(!e||"[object Object]"!==p.call(e))&&(!(t=s(e))||"function"==typeof(n=f.call(t,"constructor")&&t.constructor)&&m.call(n)===g)},isEmptyObject:function(e){var t;for(t in e)return!1;return!0},globalEval:function(e){y(e)},each:function(e,t){var n,i=0;if(k(e))for(n=e.length;i<n&&!1!==t.call(e[i],i,e[i]);i++);else for(i in e)if(!1===t.call(e[i],i,e[i]))break;return e},trim:function(e){return null==e?"":(e+"").replace(x,"")},makeArray:function(e,t){var n=t||[];return null!=e&&(k(Object(e))?C.merge(n,"string"==typeof e?[e]:e):c.call(n,e)),n},inArray:function(e,t,n){return null==t?-1:d.call(t,e,n)},merge:function(e,t){for(var n=+t.length,i=0,r=e.length;i<n;i++)e[r++]=t[i];return e.length=r,e},grep:function(e,t,n){for(var i=[],r=0,o=e.length,a=!n;r<o;r++)!t(e[r],r)!==a&&i.push(e[r]);return i},map:function(e,t,n){var i,r,o=0,a=[];if(k(e))for(i=e.length;o<i;o++)null!=(r=t(e[o],o,n))&&a.push(r);else for(o in e)null!=(r=t(e[o],o,n))&&a.push(r);return u.apply([],a)},guid:1,support:A}),"function"==typeof Symbol&&(C.fn[Symbol.iterator]=o[Symbol.iterator]),C.each("Boolean Number String Function Array Date RegExp Object Error Symbol".split(" "),(function(e,t){h["[object "+t+"]"]=t.toLowerCase()}));var M=
/*!
- * Sizzle CSS Selector Engine v2.2.0-pre
- * http://sizzlejs.com/
+ * Sizzle CSS Selector Engine v2.3.3
+ * https://sizzlejs.com/
*
- * Copyright 2008, 2014 jQuery Foundation, Inc. and other contributors
+ * Copyright jQuery Foundation and other contributors
* Released under the MIT license
* http://jquery.org/license
*
- * Date: 2014-12-16
+ * Date: 2016-08-08
+ */
+function(e){var t,n,i,r,o,a,s,l,u,c,d,h,p,f,m,g,A,v,_,b="sizzle"+1*new Date,y=e.document,w=0,C=0,x=ae(),k=ae(),M=ae(),E=function(e,t){return e===t&&(d=!0),0},L={}.hasOwnProperty,T=[],D=T.pop,B=T.push,S=T.push,Y=T.slice,I=function(e,t){for(var n=0,i=e.length;n<i;n++)if(e[n]===t)return n;return-1},O="checked|selected|async|autofocus|autoplay|controls|defer|disabled|hidden|ismap|loop|multiple|open|readonly|required|scoped",j="[\\x20\\t\\r\\n\\f]",P="(?:\\\\.|[\\w-]|[^\0-\\xa0])+",H="\\["+j+"*("+P+")(?:"+j+"*([*^$|!~]?=)"+j+"*(?:'((?:\\\\.|[^\\\\'])*)'|\"((?:\\\\.|[^\\\\\"])*)\"|("+P+"))|)"+j+"*\\]",F=":("+P+")(?:\\((('((?:\\\\.|[^\\\\'])*)'|\"((?:\\\\.|[^\\\\\"])*)\")|((?:\\\\.|[^\\\\()[\\]]|"+H+")*)|.*)\\)|)",N=new RegExp(j+"+","g"),R=new RegExp("^"+j+"+|((?:^|[^\\\\])(?:\\\\.)*)"+j+"+$","g"),z=new RegExp("^"+j+"*,"+j+"*"),W=new RegExp("^"+j+"*([>+~]|"+j+")"+j+"*"),U=new RegExp("="+j+"*([^\\]'\"]*?)"+j+"*\\]","g"),q=new RegExp(F),G=new RegExp("^"+P+"$"),Q={ID:new RegExp("^#("+P+")"),CLASS:new RegExp("^\\.("+P+")"),TAG:new RegExp("^("+P+"|[*])"),ATTR:new RegExp("^"+H),PSEUDO:new RegExp("^"+F),CHILD:new RegExp("^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\("+j+"*(even|odd|(([+-]|)(\\d*)n|)"+j+"*(?:([+-]|)"+j+"*(\\d+)|))"+j+"*\\)|)","i"),bool:new RegExp("^(?:"+O+")$","i"),needsContext:new RegExp("^"+j+"*[>+~]|:(even|odd|eq|gt|lt|nth|first|last)(?:\\("+j+"*((?:-\\d)?\\d*)"+j+"*\\)|)(?=[^-]|$)","i")},V=/^(?:input|select|textarea|button)$/i,J=/^h\d$/i,K=/^[^{]+\{\s*\[native \w/,X=/^(?:#([\w-]+)|(\w+)|\.([\w-]+))$/,Z=/[+~]/,$=new RegExp("\\\\([\\da-f]{1,6}"+j+"?|("+j+")|.)","ig"),ee=function(e,t,n){var i="0x"+t-65536;return i!=i||n?t:i<0?String.fromCharCode(i+65536):String.fromCharCode(i>>10|55296,1023&i|56320)},te=/([\0-\x1f\x7f]|^-?\d)|^-$|[^\0-\x1f\x7f-\uFFFF\w-]/g,ne=function(e,t){return t?"\0"===e?"�":e.slice(0,-1)+"\\"+e.charCodeAt(e.length-1).toString(16)+" ":"\\"+e},ie=function(){h()},re=ve((function(e){return!0===e.disabled&&("form"in e||"label"in e)}),{dir:"parentNode",next:"legend"});try{S.apply(T=Y.call(y.childNodes),y.childNodes),T[y.childNodes.length].nodeType}catch(e){S={apply:T.length?function(e,t){B.apply(e,Y.call(t))}:function(e,t){for(var n=e.length,i=0;e[n++]=t[i++];);e.length=n-1}}}function oe(e,t,i,r){var o,s,u,c,d,f,A,v=t&&t.ownerDocument,w=t?t.nodeType:9;if(i=i||[],"string"!=typeof e||!e||1!==w&&9!==w&&11!==w)return i;if(!r&&((t?t.ownerDocument||t:y)!==p&&h(t),t=t||p,m)){if(11!==w&&(d=X.exec(e)))if(o=d[1]){if(9===w){if(!(u=t.getElementById(o)))return i;if(u.id===o)return i.push(u),i}else if(v&&(u=v.getElementById(o))&&_(t,u)&&u.id===o)return i.push(u),i}else{if(d[2])return S.apply(i,t.getElementsByTagName(e)),i;if((o=d[3])&&n.getElementsByClassName&&t.getElementsByClassName)return S.apply(i,t.getElementsByClassName(o)),i}if(n.qsa&&!M[e+" "]&&(!g||!g.test(e))){if(1!==w)v=t,A=e;else if("object"!==t.nodeName.toLowerCase()){for((c=t.getAttribute("id"))?c=c.replace(te,ne):t.setAttribute("id",c=b),s=(f=a(e)).length;s--;)f[s]="#"+c+" "+Ae(f[s]);A=f.join(","),v=Z.test(e)&&me(t.parentNode)||t}if(A)try{return S.apply(i,v.querySelectorAll(A)),i}catch(e){}finally{c===b&&t.removeAttribute("id")}}}return l(e.replace(R,"$1"),t,i,r)}function ae(){var e=[];return function t(n,r){return e.push(n+" ")>i.cacheLength&&delete t[e.shift()],t[n+" "]=r}}function se(e){return e[b]=!0,e}function le(e){var t=p.createElement("fieldset");try{return!!e(t)}catch(e){return!1}finally{t.parentNode&&t.parentNode.removeChild(t),t=null}}function ue(e,t){for(var n=e.split("|"),r=n.length;r--;)i.attrHandle[n[r]]=t}function ce(e,t){var n=t&&e,i=n&&1===e.nodeType&&1===t.nodeType&&e.sourceIndex-t.sourceIndex;if(i)return i;if(n)for(;n=n.nextSibling;)if(n===t)return-1;return e?1:-1}function de(e){return function(t){return"input"===t.nodeName.toLowerCase()&&t.type===e}}function he(e){return function(t){var n=t.nodeName.toLowerCase();return("input"===n||"button"===n)&&t.type===e}}function pe(e){return function(t){return"form"in t?t.parentNode&&!1===t.disabled?"label"in t?"label"in t.parentNode?t.parentNode.disabled===e:t.disabled===e:t.isDisabled===e||t.isDisabled!==!e&&re(t)===e:t.disabled===e:"label"in t&&t.disabled===e}}function fe(e){return se((function(t){return t=+t,se((function(n,i){for(var r,o=e([],n.length,t),a=o.length;a--;)n[r=o[a]]&&(n[r]=!(i[r]=n[r]))}))}))}function me(e){return e&&void 0!==e.getElementsByTagName&&e}for(t in n=oe.support={},o=oe.isXML=function(e){var t=e&&(e.ownerDocument||e).documentElement;return!!t&&"HTML"!==t.nodeName},h=oe.setDocument=function(e){var t,r,a=e?e.ownerDocument||e:y;return a!==p&&9===a.nodeType&&a.documentElement?(f=(p=a).documentElement,m=!o(p),y!==p&&(r=p.defaultView)&&r.top!==r&&(r.addEventListener?r.addEventListener("unload",ie,!1):r.attachEvent&&r.attachEvent("onunload",ie)),n.attributes=le((function(e){return e.className="i",!e.getAttribute("className")})),n.getElementsByTagName=le((function(e){return e.appendChild(p.createComment("")),!e.getElementsByTagName("*").length})),n.getElementsByClassName=K.test(p.getElementsByClassName),n.getById=le((function(e){return f.appendChild(e).id=b,!p.getElementsByName||!p.getElementsByName(b).length})),n.getById?(i.filter.ID=function(e){var t=e.replace($,ee);return function(e){return e.getAttribute("id")===t}},i.find.ID=function(e,t){if(void 0!==t.getElementById&&m){var n=t.getElementById(e);return n?[n]:[]}}):(i.filter.ID=function(e){var t=e.replace($,ee);return function(e){var n=void 0!==e.getAttributeNode&&e.getAttributeNode("id");return n&&n.value===t}},i.find.ID=function(e,t){if(void 0!==t.getElementById&&m){var n,i,r,o=t.getElementById(e);if(o){if((n=o.getAttributeNode("id"))&&n.value===e)return[o];for(r=t.getElementsByName(e),i=0;o=r[i++];)if((n=o.getAttributeNode("id"))&&n.value===e)return[o]}return[]}}),i.find.TAG=n.getElementsByTagName?function(e,t){return void 0!==t.getElementsByTagName?t.getElementsByTagName(e):n.qsa?t.querySelectorAll(e):void 0}:function(e,t){var n,i=[],r=0,o=t.getElementsByTagName(e);if("*"===e){for(;n=o[r++];)1===n.nodeType&&i.push(n);return i}return o},i.find.CLASS=n.getElementsByClassName&&function(e,t){if(void 0!==t.getElementsByClassName&&m)return t.getElementsByClassName(e)},A=[],g=[],(n.qsa=K.test(p.querySelectorAll))&&(le((function(e){f.appendChild(e).innerHTML="<a id='"+b+"'></a><select id='"+b+"-\r\\' msallowcapture=''><option selected=''></option></select>",e.querySelectorAll("[msallowcapture^='']").length&&g.push("[*^$]="+j+"*(?:''|\"\")"),e.querySelectorAll("[selected]").length||g.push("\\["+j+"*(?:value|"+O+")"),e.querySelectorAll("[id~="+b+"-]").length||g.push("~="),e.querySelectorAll(":checked").length||g.push(":checked"),e.querySelectorAll("a#"+b+"+*").length||g.push(".#.+[+~]")})),le((function(e){e.innerHTML="<a href='' disabled='disabled'></a><select disabled='disabled'><option/></select>";var t=p.createElement("input");t.setAttribute("type","hidden"),e.appendChild(t).setAttribute("name","D"),e.querySelectorAll("[name=d]").length&&g.push("name"+j+"*[*^$|!~]?="),2!==e.querySelectorAll(":enabled").length&&g.push(":enabled",":disabled"),f.appendChild(e).disabled=!0,2!==e.querySelectorAll(":disabled").length&&g.push(":enabled",":disabled"),e.querySelectorAll("*,:x"),g.push(",.*:")}))),(n.matchesSelector=K.test(v=f.matches||f.webkitMatchesSelector||f.mozMatchesSelector||f.oMatchesSelector||f.msMatchesSelector))&&le((function(e){n.disconnectedMatch=v.call(e,"*"),v.call(e,"[s!='']:x"),A.push("!=",F)})),g=g.length&&new RegExp(g.join("|")),A=A.length&&new RegExp(A.join("|")),t=K.test(f.compareDocumentPosition),_=t||K.test(f.contains)?function(e,t){var n=9===e.nodeType?e.documentElement:e,i=t&&t.parentNode;return e===i||!(!i||1!==i.nodeType||!(n.contains?n.contains(i):e.compareDocumentPosition&&16&e.compareDocumentPosition(i)))}:function(e,t){if(t)for(;t=t.parentNode;)if(t===e)return!0;return!1},E=t?function(e,t){if(e===t)return d=!0,0;var i=!e.compareDocumentPosition-!t.compareDocumentPosition;return i||(1&(i=(e.ownerDocument||e)===(t.ownerDocument||t)?e.compareDocumentPosition(t):1)||!n.sortDetached&&t.compareDocumentPosition(e)===i?e===p||e.ownerDocument===y&&_(y,e)?-1:t===p||t.ownerDocument===y&&_(y,t)?1:c?I(c,e)-I(c,t):0:4&i?-1:1)}:function(e,t){if(e===t)return d=!0,0;var n,i=0,r=e.parentNode,o=t.parentNode,a=[e],s=[t];if(!r||!o)return e===p?-1:t===p?1:r?-1:o?1:c?I(c,e)-I(c,t):0;if(r===o)return ce(e,t);for(n=e;n=n.parentNode;)a.unshift(n);for(n=t;n=n.parentNode;)s.unshift(n);for(;a[i]===s[i];)i++;return i?ce(a[i],s[i]):a[i]===y?-1:s[i]===y?1:0},p):p},oe.matches=function(e,t){return oe(e,null,null,t)},oe.matchesSelector=function(e,t){if((e.ownerDocument||e)!==p&&h(e),t=t.replace(U,"='$1']"),n.matchesSelector&&m&&!M[t+" "]&&(!A||!A.test(t))&&(!g||!g.test(t)))try{var i=v.call(e,t);if(i||n.disconnectedMatch||e.document&&11!==e.document.nodeType)return i}catch(e){}return oe(t,p,null,[e]).length>0},oe.contains=function(e,t){return(e.ownerDocument||e)!==p&&h(e),_(e,t)},oe.attr=function(e,t){(e.ownerDocument||e)!==p&&h(e);var r=i.attrHandle[t.toLowerCase()],o=r&&L.call(i.attrHandle,t.toLowerCase())?r(e,t,!m):void 0;return void 0!==o?o:n.attributes||!m?e.getAttribute(t):(o=e.getAttributeNode(t))&&o.specified?o.value:null},oe.escape=function(e){return(e+"").replace(te,ne)},oe.error=function(e){throw new Error("Syntax error, unrecognized expression: "+e)},oe.uniqueSort=function(e){var t,i=[],r=0,o=0;if(d=!n.detectDuplicates,c=!n.sortStable&&e.slice(0),e.sort(E),d){for(;t=e[o++];)t===e[o]&&(r=i.push(o));for(;r--;)e.splice(i[r],1)}return c=null,e},r=oe.getText=function(e){var t,n="",i=0,o=e.nodeType;if(o){if(1===o||9===o||11===o){if("string"==typeof e.textContent)return e.textContent;for(e=e.firstChild;e;e=e.nextSibling)n+=r(e)}else if(3===o||4===o)return e.nodeValue}else for(;t=e[i++];)n+=r(t);return n},(i=oe.selectors={cacheLength:50,createPseudo:se,match:Q,attrHandle:{},find:{},relative:{">":{dir:"parentNode",first:!0}," ":{dir:"parentNode"},"+":{dir:"previousSibling",first:!0},"~":{dir:"previousSibling"}},preFilter:{ATTR:function(e){return e[1]=e[1].replace($,ee),e[3]=(e[3]||e[4]||e[5]||"").replace($,ee),"~="===e[2]&&(e[3]=" "+e[3]+" "),e.slice(0,4)},CHILD:function(e){return e[1]=e[1].toLowerCase(),"nth"===e[1].slice(0,3)?(e[3]||oe.error(e[0]),e[4]=+(e[4]?e[5]+(e[6]||1):2*("even"===e[3]||"odd"===e[3])),e[5]=+(e[7]+e[8]||"odd"===e[3])):e[3]&&oe.error(e[0]),e},PSEUDO:function(e){var t,n=!e[6]&&e[2];return Q.CHILD.test(e[0])?null:(e[3]?e[2]=e[4]||e[5]||"":n&&q.test(n)&&(t=a(n,!0))&&(t=n.indexOf(")",n.length-t)-n.length)&&(e[0]=e[0].slice(0,t),e[2]=n.slice(0,t)),e.slice(0,3))}},filter:{TAG:function(e){var t=e.replace($,ee).toLowerCase();return"*"===e?function(){return!0}:function(e){return e.nodeName&&e.nodeName.toLowerCase()===t}},CLASS:function(e){var t=x[e+" "];return t||(t=new RegExp("(^|"+j+")"+e+"("+j+"|$)"))&&x(e,(function(e){return t.test("string"==typeof e.className&&e.className||void 0!==e.getAttribute&&e.getAttribute("class")||"")}))},ATTR:function(e,t,n){return function(i){var r=oe.attr(i,e);return null==r?"!="===t:!t||(r+="","="===t?r===n:"!="===t?r!==n:"^="===t?n&&0===r.indexOf(n):"*="===t?n&&r.indexOf(n)>-1:"$="===t?n&&r.slice(-n.length)===n:"~="===t?(" "+r.replace(N," ")+" ").indexOf(n)>-1:"|="===t&&(r===n||r.slice(0,n.length+1)===n+"-"))}},CHILD:function(e,t,n,i,r){var o="nth"!==e.slice(0,3),a="last"!==e.slice(-4),s="of-type"===t;return 1===i&&0===r?function(e){return!!e.parentNode}:function(t,n,l){var u,c,d,h,p,f,m=o!==a?"nextSibling":"previousSibling",g=t.parentNode,A=s&&t.nodeName.toLowerCase(),v=!l&&!s,_=!1;if(g){if(o){for(;m;){for(h=t;h=h[m];)if(s?h.nodeName.toLowerCase()===A:1===h.nodeType)return!1;f=m="only"===e&&!f&&"nextSibling"}return!0}if(f=[a?g.firstChild:g.lastChild],a&&v){for(_=(p=(u=(c=(d=(h=g)[b]||(h[b]={}))[h.uniqueID]||(d[h.uniqueID]={}))[e]||[])[0]===w&&u[1])&&u[2],h=p&&g.childNodes[p];h=++p&&h&&h[m]||(_=p=0)||f.pop();)if(1===h.nodeType&&++_&&h===t){c[e]=[w,p,_];break}}else if(v&&(_=p=(u=(c=(d=(h=t)[b]||(h[b]={}))[h.uniqueID]||(d[h.uniqueID]={}))[e]||[])[0]===w&&u[1]),!1===_)for(;(h=++p&&h&&h[m]||(_=p=0)||f.pop())&&((s?h.nodeName.toLowerCase()!==A:1!==h.nodeType)||!++_||(v&&((c=(d=h[b]||(h[b]={}))[h.uniqueID]||(d[h.uniqueID]={}))[e]=[w,_]),h!==t)););return(_-=r)===i||_%i==0&&_/i>=0}}},PSEUDO:function(e,t){var n,r=i.pseudos[e]||i.setFilters[e.toLowerCase()]||oe.error("unsupported pseudo: "+e);return r[b]?r(t):r.length>1?(n=[e,e,"",t],i.setFilters.hasOwnProperty(e.toLowerCase())?se((function(e,n){for(var i,o=r(e,t),a=o.length;a--;)e[i=I(e,o[a])]=!(n[i]=o[a])})):function(e){return r(e,0,n)}):r}},pseudos:{not:se((function(e){var t=[],n=[],i=s(e.replace(R,"$1"));return i[b]?se((function(e,t,n,r){for(var o,a=i(e,null,r,[]),s=e.length;s--;)(o=a[s])&&(e[s]=!(t[s]=o))})):function(e,r,o){return t[0]=e,i(t,null,o,n),t[0]=null,!n.pop()}})),has:se((function(e){return function(t){return oe(e,t).length>0}})),contains:se((function(e){return e=e.replace($,ee),function(t){return(t.textContent||t.innerText||r(t)).indexOf(e)>-1}})),lang:se((function(e){return G.test(e||"")||oe.error("unsupported lang: "+e),e=e.replace($,ee).toLowerCase(),function(t){var n;do{if(n=m?t.lang:t.getAttribute("xml:lang")||t.getAttribute("lang"))return(n=n.toLowerCase())===e||0===n.indexOf(e+"-")}while((t=t.parentNode)&&1===t.nodeType);return!1}})),target:function(t){var n=e.location&&e.location.hash;return n&&n.slice(1)===t.id},root:function(e){return e===f},focus:function(e){return e===p.activeElement&&(!p.hasFocus||p.hasFocus())&&!!(e.type||e.href||~e.tabIndex)},enabled:pe(!1),disabled:pe(!0),checked:function(e){var t=e.nodeName.toLowerCase();return"input"===t&&!!e.checked||"option"===t&&!!e.selected},selected:function(e){return e.parentNode&&e.parentNode.selectedIndex,!0===e.selected},empty:function(e){for(e=e.firstChild;e;e=e.nextSibling)if(e.nodeType<6)return!1;return!0},parent:function(e){return!i.pseudos.empty(e)},header:function(e){return J.test(e.nodeName)},input:function(e){return V.test(e.nodeName)},button:function(e){var t=e.nodeName.toLowerCase();return"input"===t&&"button"===e.type||"button"===t},text:function(e){var t;return"input"===e.nodeName.toLowerCase()&&"text"===e.type&&(null==(t=e.getAttribute("type"))||"text"===t.toLowerCase())},first:fe((function(){return[0]})),last:fe((function(e,t){return[t-1]})),eq:fe((function(e,t,n){return[n<0?n+t:n]})),even:fe((function(e,t){for(var n=0;n<t;n+=2)e.push(n);return e})),odd:fe((function(e,t){for(var n=1;n<t;n+=2)e.push(n);return e})),lt:fe((function(e,t,n){for(var i=n<0?n+t:n;--i>=0;)e.push(i);return e})),gt:fe((function(e,t,n){for(var i=n<0?n+t:n;++i<t;)e.push(i);return e}))}}).pseudos.nth=i.pseudos.eq,{radio:!0,checkbox:!0,file:!0,password:!0,image:!0})i.pseudos[t]=de(t);for(t in{submit:!0,reset:!0})i.pseudos[t]=he(t);function ge(){}function Ae(e){for(var t=0,n=e.length,i="";t<n;t++)i+=e[t].value;return i}function ve(e,t,n){var i=t.dir,r=t.next,o=r||i,a=n&&"parentNode"===o,s=C++;return t.first?function(t,n,r){for(;t=t[i];)if(1===t.nodeType||a)return e(t,n,r);return!1}:function(t,n,l){var u,c,d,h=[w,s];if(l){for(;t=t[i];)if((1===t.nodeType||a)&&e(t,n,l))return!0}else for(;t=t[i];)if(1===t.nodeType||a)if(c=(d=t[b]||(t[b]={}))[t.uniqueID]||(d[t.uniqueID]={}),r&&r===t.nodeName.toLowerCase())t=t[i]||t;else{if((u=c[o])&&u[0]===w&&u[1]===s)return h[2]=u[2];if(c[o]=h,h[2]=e(t,n,l))return!0}return!1}}function _e(e){return e.length>1?function(t,n,i){for(var r=e.length;r--;)if(!e[r](t,n,i))return!1;return!0}:e[0]}function be(e,t,n,i,r){for(var o,a=[],s=0,l=e.length,u=null!=t;s<l;s++)(o=e[s])&&(n&&!n(o,i,r)||(a.push(o),u&&t.push(s)));return a}function ye(e,t,n,i,r,o){return i&&!i[b]&&(i=ye(i)),r&&!r[b]&&(r=ye(r,o)),se((function(o,a,s,l){var u,c,d,h=[],p=[],f=a.length,m=o||function(e,t,n){for(var i=0,r=t.length;i<r;i++)oe(e,t[i],n);return n}(t||"*",s.nodeType?[s]:s,[]),g=!e||!o&&t?m:be(m,h,e,s,l),A=n?r||(o?e:f||i)?[]:a:g;if(n&&n(g,A,s,l),i)for(u=be(A,p),i(u,[],s,l),c=u.length;c--;)(d=u[c])&&(A[p[c]]=!(g[p[c]]=d));if(o){if(r||e){if(r){for(u=[],c=A.length;c--;)(d=A[c])&&u.push(g[c]=d);r(null,A=[],u,l)}for(c=A.length;c--;)(d=A[c])&&(u=r?I(o,d):h[c])>-1&&(o[u]=!(a[u]=d))}}else A=be(A===a?A.splice(f,A.length):A),r?r(null,a,A,l):S.apply(a,A)}))}function we(e){for(var t,n,r,o=e.length,a=i.relative[e[0].type],s=a||i.relative[" "],l=a?1:0,c=ve((function(e){return e===t}),s,!0),d=ve((function(e){return I(t,e)>-1}),s,!0),h=[function(e,n,i){var r=!a&&(i||n!==u)||((t=n).nodeType?c(e,n,i):d(e,n,i));return t=null,r}];l<o;l++)if(n=i.relative[e[l].type])h=[ve(_e(h),n)];else{if((n=i.filter[e[l].type].apply(null,e[l].matches))[b]){for(r=++l;r<o&&!i.relative[e[r].type];r++);return ye(l>1&&_e(h),l>1&&Ae(e.slice(0,l-1).concat({value:" "===e[l-2].type?"*":""})).replace(R,"$1"),n,l<r&&we(e.slice(l,r)),r<o&&we(e=e.slice(r)),r<o&&Ae(e))}h.push(n)}return _e(h)}return ge.prototype=i.filters=i.pseudos,i.setFilters=new ge,a=oe.tokenize=function(e,t){var n,r,o,a,s,l,u,c=k[e+" "];if(c)return t?0:c.slice(0);for(s=e,l=[],u=i.preFilter;s;){for(a in n&&!(r=z.exec(s))||(r&&(s=s.slice(r[0].length)||s),l.push(o=[])),n=!1,(r=W.exec(s))&&(n=r.shift(),o.push({value:n,type:r[0].replace(R," ")}),s=s.slice(n.length)),i.filter)!(r=Q[a].exec(s))||u[a]&&!(r=u[a](r))||(n=r.shift(),o.push({value:n,type:a,matches:r}),s=s.slice(n.length));if(!n)break}return t?s.length:s?oe.error(e):k(e,l).slice(0)},s=oe.compile=function(e,t){var n,r=[],o=[],s=M[e+" "];if(!s){for(t||(t=a(e)),n=t.length;n--;)(s=we(t[n]))[b]?r.push(s):o.push(s);(s=M(e,function(e,t){var n=t.length>0,r=e.length>0,o=function(o,a,s,l,c){var d,f,g,A=0,v="0",_=o&&[],b=[],y=u,C=o||r&&i.find.TAG("*",c),x=w+=null==y?1:Math.random()||.1,k=C.length;for(c&&(u=a===p||a||c);v!==k&&null!=(d=C[v]);v++){if(r&&d){for(f=0,a||d.ownerDocument===p||(h(d),s=!m);g=e[f++];)if(g(d,a||p,s)){l.push(d);break}c&&(w=x)}n&&((d=!g&&d)&&A--,o&&_.push(d))}if(A+=v,n&&v!==A){for(f=0;g=t[f++];)g(_,b,a,s);if(o){if(A>0)for(;v--;)_[v]||b[v]||(b[v]=D.call(l));b=be(b)}S.apply(l,b),c&&!o&&b.length>0&&A+t.length>1&&oe.uniqueSort(l)}return c&&(w=x,u=y),_};return n?se(o):o}(o,r))).selector=e}return s},l=oe.select=function(e,t,n,r){var o,l,u,c,d,h="function"==typeof e&&e,p=!r&&a(e=h.selector||e);if(n=n||[],1===p.length){if((l=p[0]=p[0].slice(0)).length>2&&"ID"===(u=l[0]).type&&9===t.nodeType&&m&&i.relative[l[1].type]){if(!(t=(i.find.ID(u.matches[0].replace($,ee),t)||[])[0]))return n;h&&(t=t.parentNode),e=e.slice(l.shift().value.length)}for(o=Q.needsContext.test(e)?0:l.length;o--&&(u=l[o],!i.relative[c=u.type]);)if((d=i.find[c])&&(r=d(u.matches[0].replace($,ee),Z.test(l[0].type)&&me(t.parentNode)||t))){if(l.splice(o,1),!(e=r.length&&Ae(l)))return S.apply(n,r),n;break}}return(h||s(e,p))(r,t,!m,n,!t||Z.test(e)&&me(t.parentNode)||t),n},n.sortStable=b.split("").sort(E).join("")===b,n.detectDuplicates=!!d,h(),n.sortDetached=le((function(e){return 1&e.compareDocumentPosition(p.createElement("fieldset"))})),le((function(e){return e.innerHTML="<a href='#'></a>","#"===e.firstChild.getAttribute("href")}))||ue("type|href|height|width",(function(e,t,n){if(!n)return e.getAttribute(t,"type"===t.toLowerCase()?1:2)})),n.attributes&&le((function(e){return e.innerHTML="<input/>",e.firstChild.setAttribute("value",""),""===e.firstChild.getAttribute("value")}))||ue("value",(function(e,t,n){if(!n&&"input"===e.nodeName.toLowerCase())return e.defaultValue})),le((function(e){return null==e.getAttribute("disabled")}))||ue(O,(function(e,t,n){var i;if(!n)return!0===e[t]?t.toLowerCase():(i=e.getAttributeNode(t))&&i.specified?i.value:null})),oe}(n);C.find=M,C.expr=M.selectors,C.expr[":"]=C.expr.pseudos,C.uniqueSort=C.unique=M.uniqueSort,C.text=M.getText,C.isXMLDoc=M.isXML,C.contains=M.contains,C.escapeSelector=M.escape;var E=function(e,t,n){for(var i=[],r=void 0!==n;(e=e[t])&&9!==e.nodeType;)if(1===e.nodeType){if(r&&C(e).is(n))break;i.push(e)}return i},L=function(e,t){for(var n=[];e;e=e.nextSibling)1===e.nodeType&&e!==t&&n.push(e);return n},T=C.expr.match.needsContext;function D(e,t){return e.nodeName&&e.nodeName.toLowerCase()===t.toLowerCase()}var B=/^<([a-z][^\/\0>:\x20\t\r\n\f]*)[\x20\t\r\n\f]*\/?>(?:<\/\1>|)$/i;function S(e,t,n){return v(t)?C.grep(e,(function(e,i){return!!t.call(e,i,e)!==n})):t.nodeType?C.grep(e,(function(e){return e===t!==n})):"string"!=typeof t?C.grep(e,(function(e){return d.call(t,e)>-1!==n})):C.filter(t,e,n)}C.filter=function(e,t,n){var i=t[0];return n&&(e=":not("+e+")"),1===t.length&&1===i.nodeType?C.find.matchesSelector(i,e)?[i]:[]:C.find.matches(e,C.grep(t,(function(e){return 1===e.nodeType})))},C.fn.extend({find:function(e){var t,n,i=this.length,r=this;if("string"!=typeof e)return this.pushStack(C(e).filter((function(){for(t=0;t<i;t++)if(C.contains(r[t],this))return!0})));for(n=this.pushStack([]),t=0;t<i;t++)C.find(e,r[t],n);return i>1?C.uniqueSort(n):n},filter:function(e){return this.pushStack(S(this,e||[],!1))},not:function(e){return this.pushStack(S(this,e||[],!0))},is:function(e){return!!S(this,"string"==typeof e&&T.test(e)?C(e):e||[],!1).length}});var Y,I=/^(?:\s*(<[\w\W]+>)[^>]*|#([\w-]+))$/;(C.fn.init=function(e,t,n){var i,r;if(!e)return this;if(n=n||Y,"string"==typeof e){if(!(i="<"===e[0]&&">"===e[e.length-1]&&e.length>=3?[null,e,null]:I.exec(e))||!i[1]&&t)return!t||t.jquery?(t||n).find(e):this.constructor(t).find(e);if(i[1]){if(t=t instanceof C?t[0]:t,C.merge(this,C.parseHTML(i[1],t&&t.nodeType?t.ownerDocument||t:a,!0)),B.test(i[1])&&C.isPlainObject(t))for(i in t)v(this[i])?this[i](t[i]):this.attr(i,t[i]);return this}return(r=a.getElementById(i[2]))&&(this[0]=r,this.length=1),this}return e.nodeType?(this[0]=e,this.length=1,this):v(e)?void 0!==n.ready?n.ready(e):e(C):C.makeArray(e,this)}).prototype=C.fn,Y=C(a);var O=/^(?:parents|prev(?:Until|All))/,j={children:!0,contents:!0,next:!0,prev:!0};function P(e,t){for(;(e=e[t])&&1!==e.nodeType;);return e}C.fn.extend({has:function(e){var t=C(e,this),n=t.length;return this.filter((function(){for(var e=0;e<n;e++)if(C.contains(this,t[e]))return!0}))},closest:function(e,t){var n,i=0,r=this.length,o=[],a="string"!=typeof e&&C(e);if(!T.test(e))for(;i<r;i++)for(n=this[i];n&&n!==t;n=n.parentNode)if(n.nodeType<11&&(a?a.index(n)>-1:1===n.nodeType&&C.find.matchesSelector(n,e))){o.push(n);break}return this.pushStack(o.length>1?C.uniqueSort(o):o)},index:function(e){return e?"string"==typeof e?d.call(C(e),this[0]):d.call(this,e.jquery?e[0]:e):this[0]&&this[0].parentNode?this.first().prevAll().length:-1},add:function(e,t){return this.pushStack(C.uniqueSort(C.merge(this.get(),C(e,t))))},addBack:function(e){return this.add(null==e?this.prevObject:this.prevObject.filter(e))}}),C.each({parent:function(e){var t=e.parentNode;return t&&11!==t.nodeType?t:null},parents:function(e){return E(e,"parentNode")},parentsUntil:function(e,t,n){return E(e,"parentNode",n)},next:function(e){return P(e,"nextSibling")},prev:function(e){return P(e,"previousSibling")},nextAll:function(e){return E(e,"nextSibling")},prevAll:function(e){return E(e,"previousSibling")},nextUntil:function(e,t,n){return E(e,"nextSibling",n)},prevUntil:function(e,t,n){return E(e,"previousSibling",n)},siblings:function(e){return L((e.parentNode||{}).firstChild,e)},children:function(e){return L(e.firstChild)},contents:function(e){return D(e,"iframe")?e.contentDocument:(D(e,"template")&&(e=e.content||e),C.merge([],e.childNodes))}},(function(e,t){C.fn[e]=function(n,i){var r=C.map(this,t,n);return"Until"!==e.slice(-5)&&(i=n),i&&"string"==typeof i&&(r=C.filter(i,r)),this.length>1&&(j[e]||C.uniqueSort(r),O.test(e)&&r.reverse()),this.pushStack(r)}}));var H=/[^\x20\t\r\n\f]+/g;function F(e){return e}function N(e){throw e}function R(e,t,n,i){var r;try{e&&v(r=e.promise)?r.call(e).done(t).fail(n):e&&v(r=e.then)?r.call(e,t,n):t.apply(void 0,[e].slice(i))}catch(e){n.apply(void 0,[e])}}C.Callbacks=function(e){e="string"==typeof e?function(e){var t={};return C.each(e.match(H)||[],(function(e,n){t[n]=!0})),t}(e):C.extend({},e);var t,n,i,r,o=[],a=[],s=-1,l=function(){for(r=r||e.once,i=t=!0;a.length;s=-1)for(n=a.shift();++s<o.length;)!1===o[s].apply(n[0],n[1])&&e.stopOnFalse&&(s=o.length,n=!1);e.memory||(n=!1),t=!1,r&&(o=n?[]:"")},u={add:function(){return o&&(n&&!t&&(s=o.length-1,a.push(n)),function t(n){C.each(n,(function(n,i){v(i)?e.unique&&u.has(i)||o.push(i):i&&i.length&&"string"!==w(i)&&t(i)}))}(arguments),n&&!t&&l()),this},remove:function(){return C.each(arguments,(function(e,t){for(var n;(n=C.inArray(t,o,n))>-1;)o.splice(n,1),n<=s&&s--})),this},has:function(e){return e?C.inArray(e,o)>-1:o.length>0},empty:function(){return o&&(o=[]),this},disable:function(){return r=a=[],o=n="",this},disabled:function(){return!o},lock:function(){return r=a=[],n||t||(o=n=""),this},locked:function(){return!!r},fireWith:function(e,n){return r||(n=[e,(n=n||[]).slice?n.slice():n],a.push(n),t||l()),this},fire:function(){return u.fireWith(this,arguments),this},fired:function(){return!!i}};return u},C.extend({Deferred:function(e){var t=[["notify","progress",C.Callbacks("memory"),C.Callbacks("memory"),2],["resolve","done",C.Callbacks("once memory"),C.Callbacks("once memory"),0,"resolved"],["reject","fail",C.Callbacks("once memory"),C.Callbacks("once memory"),1,"rejected"]],i="pending",r={state:function(){return i},always:function(){return o.done(arguments).fail(arguments),this},catch:function(e){return r.then(null,e)},pipe:function(){var e=arguments;return C.Deferred((function(n){C.each(t,(function(t,i){var r=v(e[i[4]])&&e[i[4]];o[i[1]]((function(){var e=r&&r.apply(this,arguments);e&&v(e.promise)?e.promise().progress(n.notify).done(n.resolve).fail(n.reject):n[i[0]+"With"](this,r?[e]:arguments)}))})),e=null})).promise()},then:function(e,i,r){var o=0;function a(e,t,i,r){return function(){var s=this,l=arguments,u=function(){var n,u;if(!(e<o)){if((n=i.apply(s,l))===t.promise())throw new TypeError("Thenable self-resolution");u=n&&("object"==typeof n||"function"==typeof n)&&n.then,v(u)?r?u.call(n,a(o,t,F,r),a(o,t,N,r)):(o++,u.call(n,a(o,t,F,r),a(o,t,N,r),a(o,t,F,t.notifyWith))):(i!==F&&(s=void 0,l=[n]),(r||t.resolveWith)(s,l))}},c=r?u:function(){try{u()}catch(n){C.Deferred.exceptionHook&&C.Deferred.exceptionHook(n,c.stackTrace),e+1>=o&&(i!==N&&(s=void 0,l=[n]),t.rejectWith(s,l))}};e?c():(C.Deferred.getStackHook&&(c.stackTrace=C.Deferred.getStackHook()),n.setTimeout(c))}}return C.Deferred((function(n){t[0][3].add(a(0,n,v(r)?r:F,n.notifyWith)),t[1][3].add(a(0,n,v(e)?e:F)),t[2][3].add(a(0,n,v(i)?i:N))})).promise()},promise:function(e){return null!=e?C.extend(e,r):r}},o={};return C.each(t,(function(e,n){var a=n[2],s=n[5];r[n[1]]=a.add,s&&a.add((function(){i=s}),t[3-e][2].disable,t[3-e][3].disable,t[0][2].lock,t[0][3].lock),a.add(n[3].fire),o[n[0]]=function(){return o[n[0]+"With"](this===o?void 0:this,arguments),this},o[n[0]+"With"]=a.fireWith})),r.promise(o),e&&e.call(o,o),o},when:function(e){var t=arguments.length,n=t,i=Array(n),r=l.call(arguments),o=C.Deferred(),a=function(e){return function(n){i[e]=this,r[e]=arguments.length>1?l.call(arguments):n,--t||o.resolveWith(i,r)}};if(t<=1&&(R(e,o.done(a(n)).resolve,o.reject,!t),"pending"===o.state()||v(r[n]&&r[n].then)))return o.then();for(;n--;)R(r[n],a(n),o.reject);return o.promise()}});var z=/^(Eval|Internal|Range|Reference|Syntax|Type|URI)Error$/;C.Deferred.exceptionHook=function(e,t){n.console&&n.console.warn&&e&&z.test(e.name)&&n.console.warn("jQuery.Deferred exception: "+e.message,e.stack,t)},C.readyException=function(e){n.setTimeout((function(){throw e}))};var W=C.Deferred();function U(){a.removeEventListener("DOMContentLoaded",U),n.removeEventListener("load",U),C.ready()}C.fn.ready=function(e){return W.then(e).catch((function(e){C.readyException(e)})),this},C.extend({isReady:!1,readyWait:1,ready:function(e){(!0===e?--C.readyWait:C.isReady)||(C.isReady=!0,!0!==e&&--C.readyWait>0||W.resolveWith(a,[C]))}}),C.ready.then=W.then,"complete"===a.readyState||"loading"!==a.readyState&&!a.documentElement.doScroll?n.setTimeout(C.ready):(a.addEventListener("DOMContentLoaded",U),n.addEventListener("load",U));var q=function(e,t,n,i,r,o,a){var s=0,l=e.length,u=null==n;if("object"===w(n))for(s in r=!0,n)q(e,t,s,n[s],!0,o,a);else if(void 0!==i&&(r=!0,v(i)||(a=!0),u&&(a?(t.call(e,i),t=null):(u=t,t=function(e,t,n){return u.call(C(e),n)})),t))for(;s<l;s++)t(e[s],n,a?i:i.call(e[s],s,t(e[s],n)));return r?e:u?t.call(e):l?t(e[0],n):o},G=/^-ms-/,Q=/-([a-z])/g;function V(e,t){return t.toUpperCase()}function J(e){return e.replace(G,"ms-").replace(Q,V)}var K=function(e){return 1===e.nodeType||9===e.nodeType||!+e.nodeType};function X(){this.expando=C.expando+X.uid++}X.uid=1,X.prototype={cache:function(e){var t=e[this.expando];return t||(t={},K(e)&&(e.nodeType?e[this.expando]=t:Object.defineProperty(e,this.expando,{value:t,configurable:!0}))),t},set:function(e,t,n){var i,r=this.cache(e);if("string"==typeof t)r[J(t)]=n;else for(i in t)r[J(i)]=t[i];return r},get:function(e,t){return void 0===t?this.cache(e):e[this.expando]&&e[this.expando][J(t)]},access:function(e,t,n){return void 0===t||t&&"string"==typeof t&&void 0===n?this.get(e,t):(this.set(e,t,n),void 0!==n?n:t)},remove:function(e,t){var n,i=e[this.expando];if(void 0!==i){if(void 0!==t){n=(t=Array.isArray(t)?t.map(J):(t=J(t))in i?[t]:t.match(H)||[]).length;for(;n--;)delete i[t[n]]}(void 0===t||C.isEmptyObject(i))&&(e.nodeType?e[this.expando]=void 0:delete e[this.expando])}},hasData:function(e){var t=e[this.expando];return void 0!==t&&!C.isEmptyObject(t)}};var Z=new X,$=new X,ee=/^(?:\{[\w\W]*\}|\[[\w\W]*\])$/,te=/[A-Z]/g;function ne(e,t,n){var i;if(void 0===n&&1===e.nodeType)if(i="data-"+t.replace(te,"-$&").toLowerCase(),"string"==typeof(n=e.getAttribute(i))){try{n=function(e){return"true"===e||"false"!==e&&("null"===e?null:e===+e+""?+e:ee.test(e)?JSON.parse(e):e)}(n)}catch(e){}$.set(e,t,n)}else n=void 0;return n}C.extend({hasData:function(e){return $.hasData(e)||Z.hasData(e)},data:function(e,t,n){return $.access(e,t,n)},removeData:function(e,t){$.remove(e,t)},_data:function(e,t,n){return Z.access(e,t,n)},_removeData:function(e,t){Z.remove(e,t)}}),C.fn.extend({data:function(e,t){var n,i,r,o=this[0],a=o&&o.attributes;if(void 0===e){if(this.length&&(r=$.get(o),1===o.nodeType&&!Z.get(o,"hasDataAttrs"))){for(n=a.length;n--;)a[n]&&0===(i=a[n].name).indexOf("data-")&&(i=J(i.slice(5)),ne(o,i,r[i]));Z.set(o,"hasDataAttrs",!0)}return r}return"object"==typeof e?this.each((function(){$.set(this,e)})):q(this,(function(t){var n;if(o&&void 0===t)return void 0!==(n=$.get(o,e))||void 0!==(n=ne(o,e))?n:void 0;this.each((function(){$.set(this,e,t)}))}),null,t,arguments.length>1,null,!0)},removeData:function(e){return this.each((function(){$.remove(this,e)}))}}),C.extend({queue:function(e,t,n){var i;if(e)return t=(t||"fx")+"queue",i=Z.get(e,t),n&&(!i||Array.isArray(n)?i=Z.access(e,t,C.makeArray(n)):i.push(n)),i||[]},dequeue:function(e,t){t=t||"fx";var n=C.queue(e,t),i=n.length,r=n.shift(),o=C._queueHooks(e,t);"inprogress"===r&&(r=n.shift(),i--),r&&("fx"===t&&n.unshift("inprogress"),delete o.stop,r.call(e,(function(){C.dequeue(e,t)}),o)),!i&&o&&o.empty.fire()},_queueHooks:function(e,t){var n=t+"queueHooks";return Z.get(e,n)||Z.access(e,n,{empty:C.Callbacks("once memory").add((function(){Z.remove(e,[t+"queue",n])}))})}}),C.fn.extend({queue:function(e,t){var n=2;return"string"!=typeof e&&(t=e,e="fx",n--),arguments.length<n?C.queue(this[0],e):void 0===t?this:this.each((function(){var n=C.queue(this,e,t);C._queueHooks(this,e),"fx"===e&&"inprogress"!==n[0]&&C.dequeue(this,e)}))},dequeue:function(e){return this.each((function(){C.dequeue(this,e)}))},clearQueue:function(e){return this.queue(e||"fx",[])},promise:function(e,t){var n,i=1,r=C.Deferred(),o=this,a=this.length,s=function(){--i||r.resolveWith(o,[o])};for("string"!=typeof e&&(t=e,e=void 0),e=e||"fx";a--;)(n=Z.get(o[a],e+"queueHooks"))&&n.empty&&(i++,n.empty.add(s));return s(),r.promise(t)}});var ie=/[+-]?(?:\d*\.|)\d+(?:[eE][+-]?\d+|)/.source,re=new RegExp("^(?:([+-])=|)("+ie+")([a-z%]*)$","i"),oe=["Top","Right","Bottom","Left"],ae=function(e,t){return"none"===(e=t||e).style.display||""===e.style.display&&C.contains(e.ownerDocument,e)&&"none"===C.css(e,"display")},se=function(e,t,n,i){var r,o,a={};for(o in t)a[o]=e.style[o],e.style[o]=t[o];for(o in r=n.apply(e,i||[]),t)e.style[o]=a[o];return r};function le(e,t,n,i){var r,o,a=20,s=i?function(){return i.cur()}:function(){return C.css(e,t,"")},l=s(),u=n&&n[3]||(C.cssNumber[t]?"":"px"),c=(C.cssNumber[t]||"px"!==u&&+l)&&re.exec(C.css(e,t));if(c&&c[3]!==u){for(l/=2,u=u||c[3],c=+l||1;a--;)C.style(e,t,c+u),(1-o)*(1-(o=s()/l||.5))<=0&&(a=0),c/=o;c*=2,C.style(e,t,c+u),n=n||[]}return n&&(c=+c||+l||0,r=n[1]?c+(n[1]+1)*n[2]:+n[2],i&&(i.unit=u,i.start=c,i.end=r)),r}var ue={};function ce(e){var t,n=e.ownerDocument,i=e.nodeName,r=ue[i];return r||(t=n.body.appendChild(n.createElement(i)),r=C.css(t,"display"),t.parentNode.removeChild(t),"none"===r&&(r="block"),ue[i]=r,r)}function de(e,t){for(var n,i,r=[],o=0,a=e.length;o<a;o++)(i=e[o]).style&&(n=i.style.display,t?("none"===n&&(r[o]=Z.get(i,"display")||null,r[o]||(i.style.display="")),""===i.style.display&&ae(i)&&(r[o]=ce(i))):"none"!==n&&(r[o]="none",Z.set(i,"display",n)));for(o=0;o<a;o++)null!=r[o]&&(e[o].style.display=r[o]);return e}C.fn.extend({show:function(){return de(this,!0)},hide:function(){return de(this)},toggle:function(e){return"boolean"==typeof e?e?this.show():this.hide():this.each((function(){ae(this)?C(this).show():C(this).hide()}))}});var he=/^(?:checkbox|radio)$/i,pe=/<([a-z][^\/\0>\x20\t\r\n\f]+)/i,fe=/^$|^module$|\/(?:java|ecma)script/i,me={option:[1,"<select multiple='multiple'>","</select>"],thead:[1,"<table>","</table>"],col:[2,"<table><colgroup>","</colgroup></table>"],tr:[2,"<table><tbody>","</tbody></table>"],td:[3,"<table><tbody><tr>","</tr></tbody></table>"],_default:[0,"",""]};function ge(e,t){var n;return n=void 0!==e.getElementsByTagName?e.getElementsByTagName(t||"*"):void 0!==e.querySelectorAll?e.querySelectorAll(t||"*"):[],void 0===t||t&&D(e,t)?C.merge([e],n):n}function Ae(e,t){for(var n=0,i=e.length;n<i;n++)Z.set(e[n],"globalEval",!t||Z.get(t[n],"globalEval"))}me.optgroup=me.option,me.tbody=me.tfoot=me.colgroup=me.caption=me.thead,me.th=me.td;var ve,_e,be=/<|&#?\w+;/;function ye(e,t,n,i,r){for(var o,a,s,l,u,c,d=t.createDocumentFragment(),h=[],p=0,f=e.length;p<f;p++)if((o=e[p])||0===o)if("object"===w(o))C.merge(h,o.nodeType?[o]:o);else if(be.test(o)){for(a=a||d.appendChild(t.createElement("div")),s=(pe.exec(o)||["",""])[1].toLowerCase(),l=me[s]||me._default,a.innerHTML=l[1]+C.htmlPrefilter(o)+l[2],c=l[0];c--;)a=a.lastChild;C.merge(h,a.childNodes),(a=d.firstChild).textContent=""}else h.push(t.createTextNode(o));for(d.textContent="",p=0;o=h[p++];)if(i&&C.inArray(o,i)>-1)r&&r.push(o);else if(u=C.contains(o.ownerDocument,o),a=ge(d.appendChild(o),"script"),u&&Ae(a),n)for(c=0;o=a[c++];)fe.test(o.type||"")&&n.push(o);return d}ve=a.createDocumentFragment().appendChild(a.createElement("div")),(_e=a.createElement("input")).setAttribute("type","radio"),_e.setAttribute("checked","checked"),_e.setAttribute("name","t"),ve.appendChild(_e),A.checkClone=ve.cloneNode(!0).cloneNode(!0).lastChild.checked,ve.innerHTML="<textarea>x</textarea>",A.noCloneChecked=!!ve.cloneNode(!0).lastChild.defaultValue;var we=a.documentElement,Ce=/^key/,xe=/^(?:mouse|pointer|contextmenu|drag|drop)|click/,ke=/^([^.]*)(?:\.(.+)|)/;function Me(){return!0}function Ee(){return!1}function Le(){try{return a.activeElement}catch(e){}}function Te(e,t,n,i,r,o){var a,s;if("object"==typeof t){for(s in"string"!=typeof n&&(i=i||n,n=void 0),t)Te(e,s,n,i,t[s],o);return e}if(null==i&&null==r?(r=n,i=n=void 0):null==r&&("string"==typeof n?(r=i,i=void 0):(r=i,i=n,n=void 0)),!1===r)r=Ee;else if(!r)return e;return 1===o&&(a=r,(r=function(e){return C().off(e),a.apply(this,arguments)}).guid=a.guid||(a.guid=C.guid++)),e.each((function(){C.event.add(this,t,r,i,n)}))}C.event={global:{},add:function(e,t,n,i,r){var o,a,s,l,u,c,d,h,p,f,m,g=Z.get(e);if(g)for(n.handler&&(n=(o=n).handler,r=o.selector),r&&C.find.matchesSelector(we,r),n.guid||(n.guid=C.guid++),(l=g.events)||(l=g.events={}),(a=g.handle)||(a=g.handle=function(t){return void 0!==C&&C.event.triggered!==t.type?C.event.dispatch.apply(e,arguments):void 0}),u=(t=(t||"").match(H)||[""]).length;u--;)p=m=(s=ke.exec(t[u])||[])[1],f=(s[2]||"").split(".").sort(),p&&(d=C.event.special[p]||{},p=(r?d.delegateType:d.bindType)||p,d=C.event.special[p]||{},c=C.extend({type:p,origType:m,data:i,handler:n,guid:n.guid,selector:r,needsContext:r&&C.expr.match.needsContext.test(r),namespace:f.join(".")},o),(h=l[p])||((h=l[p]=[]).delegateCount=0,d.setup&&!1!==d.setup.call(e,i,f,a)||e.addEventListener&&e.addEventListener(p,a)),d.add&&(d.add.call(e,c),c.handler.guid||(c.handler.guid=n.guid)),r?h.splice(h.delegateCount++,0,c):h.push(c),C.event.global[p]=!0)},remove:function(e,t,n,i,r){var o,a,s,l,u,c,d,h,p,f,m,g=Z.hasData(e)&&Z.get(e);if(g&&(l=g.events)){for(u=(t=(t||"").match(H)||[""]).length;u--;)if(p=m=(s=ke.exec(t[u])||[])[1],f=(s[2]||"").split(".").sort(),p){for(d=C.event.special[p]||{},h=l[p=(i?d.delegateType:d.bindType)||p]||[],s=s[2]&&new RegExp("(^|\\.)"+f.join("\\.(?:.*\\.|)")+"(\\.|$)"),a=o=h.length;o--;)c=h[o],!r&&m!==c.origType||n&&n.guid!==c.guid||s&&!s.test(c.namespace)||i&&i!==c.selector&&("**"!==i||!c.selector)||(h.splice(o,1),c.selector&&h.delegateCount--,d.remove&&d.remove.call(e,c));a&&!h.length&&(d.teardown&&!1!==d.teardown.call(e,f,g.handle)||C.removeEvent(e,p,g.handle),delete l[p])}else for(p in l)C.event.remove(e,p+t[u],n,i,!0);C.isEmptyObject(l)&&Z.remove(e,"handle events")}},dispatch:function(e){var t,n,i,r,o,a,s=C.event.fix(e),l=new Array(arguments.length),u=(Z.get(this,"events")||{})[s.type]||[],c=C.event.special[s.type]||{};for(l[0]=s,t=1;t<arguments.length;t++)l[t]=arguments[t];if(s.delegateTarget=this,!c.preDispatch||!1!==c.preDispatch.call(this,s)){for(a=C.event.handlers.call(this,s,u),t=0;(r=a[t++])&&!s.isPropagationStopped();)for(s.currentTarget=r.elem,n=0;(o=r.handlers[n++])&&!s.isImmediatePropagationStopped();)s.rnamespace&&!s.rnamespace.test(o.namespace)||(s.handleObj=o,s.data=o.data,void 0!==(i=((C.event.special[o.origType]||{}).handle||o.handler).apply(r.elem,l))&&!1===(s.result=i)&&(s.preventDefault(),s.stopPropagation()));return c.postDispatch&&c.postDispatch.call(this,s),s.result}},handlers:function(e,t){var n,i,r,o,a,s=[],l=t.delegateCount,u=e.target;if(l&&u.nodeType&&!("click"===e.type&&e.button>=1))for(;u!==this;u=u.parentNode||this)if(1===u.nodeType&&("click"!==e.type||!0!==u.disabled)){for(o=[],a={},n=0;n<l;n++)void 0===a[r=(i=t[n]).selector+" "]&&(a[r]=i.needsContext?C(r,this).index(u)>-1:C.find(r,this,null,[u]).length),a[r]&&o.push(i);o.length&&s.push({elem:u,handlers:o})}return u=this,l<t.length&&s.push({elem:u,handlers:t.slice(l)}),s},addProp:function(e,t){Object.defineProperty(C.Event.prototype,e,{enumerable:!0,configurable:!0,get:v(t)?function(){if(this.originalEvent)return t(this.originalEvent)}:function(){if(this.originalEvent)return this.originalEvent[e]},set:function(t){Object.defineProperty(this,e,{enumerable:!0,configurable:!0,writable:!0,value:t})}})},fix:function(e){return e[C.expando]?e:new C.Event(e)},special:{load:{noBubble:!0},focus:{trigger:function(){if(this!==Le()&&this.focus)return this.focus(),!1},delegateType:"focusin"},blur:{trigger:function(){if(this===Le()&&this.blur)return this.blur(),!1},delegateType:"focusout"},click:{trigger:function(){if("checkbox"===this.type&&this.click&&D(this,"input"))return this.click(),!1},_default:function(e){return D(e.target,"a")}},beforeunload:{postDispatch:function(e){void 0!==e.result&&e.originalEvent&&(e.originalEvent.returnValue=e.result)}}}},C.removeEvent=function(e,t,n){e.removeEventListener&&e.removeEventListener(t,n)},C.Event=function(e,t){if(!(this instanceof C.Event))return new C.Event(e,t);e&&e.type?(this.originalEvent=e,this.type=e.type,this.isDefaultPrevented=e.defaultPrevented||void 0===e.defaultPrevented&&!1===e.returnValue?Me:Ee,this.target=e.target&&3===e.target.nodeType?e.target.parentNode:e.target,this.currentTarget=e.currentTarget,this.relatedTarget=e.relatedTarget):this.type=e,t&&C.extend(this,t),this.timeStamp=e&&e.timeStamp||Date.now(),this[C.expando]=!0},C.Event.prototype={constructor:C.Event,isDefaultPrevented:Ee,isPropagationStopped:Ee,isImmediatePropagationStopped:Ee,isSimulated:!1,preventDefault:function(){var e=this.originalEvent;this.isDefaultPrevented=Me,e&&!this.isSimulated&&e.preventDefault()},stopPropagation:function(){var e=this.originalEvent;this.isPropagationStopped=Me,e&&!this.isSimulated&&e.stopPropagation()},stopImmediatePropagation:function(){var e=this.originalEvent;this.isImmediatePropagationStopped=Me,e&&!this.isSimulated&&e.stopImmediatePropagation(),this.stopPropagation()}},C.each({altKey:!0,bubbles:!0,cancelable:!0,changedTouches:!0,ctrlKey:!0,detail:!0,eventPhase:!0,metaKey:!0,pageX:!0,pageY:!0,shiftKey:!0,view:!0,char:!0,charCode:!0,key:!0,keyCode:!0,button:!0,buttons:!0,clientX:!0,clientY:!0,offsetX:!0,offsetY:!0,pointerId:!0,pointerType:!0,screenX:!0,screenY:!0,targetTouches:!0,toElement:!0,touches:!0,which:function(e){var t=e.button;return null==e.which&&Ce.test(e.type)?null!=e.charCode?e.charCode:e.keyCode:!e.which&&void 0!==t&&xe.test(e.type)?1&t?1:2&t?3:4&t?2:0:e.which}},C.event.addProp),C.each({mouseenter:"mouseover",mouseleave:"mouseout",pointerenter:"pointerover",pointerleave:"pointerout"},(function(e,t){C.event.special[e]={delegateType:t,bindType:t,handle:function(e){var n,i=this,r=e.relatedTarget,o=e.handleObj;return r&&(r===i||C.contains(i,r))||(e.type=o.origType,n=o.handler.apply(this,arguments),e.type=t),n}}})),C.fn.extend({on:function(e,t,n,i){return Te(this,e,t,n,i)},one:function(e,t,n,i){return Te(this,e,t,n,i,1)},off:function(e,t,n){var i,r;if(e&&e.preventDefault&&e.handleObj)return i=e.handleObj,C(e.delegateTarget).off(i.namespace?i.origType+"."+i.namespace:i.origType,i.selector,i.handler),this;if("object"==typeof e){for(r in e)this.off(r,t,e[r]);return this}return!1!==t&&"function"!=typeof t||(n=t,t=void 0),!1===n&&(n=Ee),this.each((function(){C.event.remove(this,e,n,t)}))}});var De=/<(?!area|br|col|embed|hr|img|input|link|meta|param)(([a-z][^\/\0>\x20\t\r\n\f]*)[^>]*)\/>/gi,Be=/<script|<style|<link/i,Se=/checked\s*(?:[^=]|=\s*.checked.)/i,Ye=/^\s*<!(?:\[CDATA\[|--)|(?:\]\]|--)>\s*$/g;function Ie(e,t){return D(e,"table")&&D(11!==t.nodeType?t:t.firstChild,"tr")&&C(e).children("tbody")[0]||e}function Oe(e){return e.type=(null!==e.getAttribute("type"))+"/"+e.type,e}function je(e){return"true/"===(e.type||"").slice(0,5)?e.type=e.type.slice(5):e.removeAttribute("type"),e}function Pe(e,t){var n,i,r,o,a,s,l,u;if(1===t.nodeType){if(Z.hasData(e)&&(o=Z.access(e),a=Z.set(t,o),u=o.events))for(r in delete a.handle,a.events={},u)for(n=0,i=u[r].length;n<i;n++)C.event.add(t,r,u[r][n]);$.hasData(e)&&(s=$.access(e),l=C.extend({},s),$.set(t,l))}}function He(e,t){var n=t.nodeName.toLowerCase();"input"===n&&he.test(e.type)?t.checked=e.checked:"input"!==n&&"textarea"!==n||(t.defaultValue=e.defaultValue)}function Fe(e,t,n,i){t=u.apply([],t);var r,o,a,s,l,c,d=0,h=e.length,p=h-1,f=t[0],m=v(f);if(m||h>1&&"string"==typeof f&&!A.checkClone&&Se.test(f))return e.each((function(r){var o=e.eq(r);m&&(t[0]=f.call(this,r,o.html())),Fe(o,t,n,i)}));if(h&&(o=(r=ye(t,e[0].ownerDocument,!1,e,i)).firstChild,1===r.childNodes.length&&(r=o),o||i)){for(s=(a=C.map(ge(r,"script"),Oe)).length;d<h;d++)l=r,d!==p&&(l=C.clone(l,!0,!0),s&&C.merge(a,ge(l,"script"))),n.call(e[d],l,d);if(s)for(c=a[a.length-1].ownerDocument,C.map(a,je),d=0;d<s;d++)l=a[d],fe.test(l.type||"")&&!Z.access(l,"globalEval")&&C.contains(c,l)&&(l.src&&"module"!==(l.type||"").toLowerCase()?C._evalUrl&&C._evalUrl(l.src):y(l.textContent.replace(Ye,""),c,l))}return e}function Ne(e,t,n){for(var i,r=t?C.filter(t,e):e,o=0;null!=(i=r[o]);o++)n||1!==i.nodeType||C.cleanData(ge(i)),i.parentNode&&(n&&C.contains(i.ownerDocument,i)&&Ae(ge(i,"script")),i.parentNode.removeChild(i));return e}C.extend({htmlPrefilter:function(e){return e.replace(De,"<$1></$2>")},clone:function(e,t,n){var i,r,o,a,s=e.cloneNode(!0),l=C.contains(e.ownerDocument,e);if(!(A.noCloneChecked||1!==e.nodeType&&11!==e.nodeType||C.isXMLDoc(e)))for(a=ge(s),i=0,r=(o=ge(e)).length;i<r;i++)He(o[i],a[i]);if(t)if(n)for(o=o||ge(e),a=a||ge(s),i=0,r=o.length;i<r;i++)Pe(o[i],a[i]);else Pe(e,s);return(a=ge(s,"script")).length>0&&Ae(a,!l&&ge(e,"script")),s},cleanData:function(e){for(var t,n,i,r=C.event.special,o=0;void 0!==(n=e[o]);o++)if(K(n)){if(t=n[Z.expando]){if(t.events)for(i in t.events)r[i]?C.event.remove(n,i):C.removeEvent(n,i,t.handle);n[Z.expando]=void 0}n[$.expando]&&(n[$.expando]=void 0)}}}),C.fn.extend({detach:function(e){return Ne(this,e,!0)},remove:function(e){return Ne(this,e)},text:function(e){return q(this,(function(e){return void 0===e?C.text(this):this.empty().each((function(){1!==this.nodeType&&11!==this.nodeType&&9!==this.nodeType||(this.textContent=e)}))}),null,e,arguments.length)},append:function(){return Fe(this,arguments,(function(e){1!==this.nodeType&&11!==this.nodeType&&9!==this.nodeType||Ie(this,e).appendChild(e)}))},prepend:function(){return Fe(this,arguments,(function(e){if(1===this.nodeType||11===this.nodeType||9===this.nodeType){var t=Ie(this,e);t.insertBefore(e,t.firstChild)}}))},before:function(){return Fe(this,arguments,(function(e){this.parentNode&&this.parentNode.insertBefore(e,this)}))},after:function(){return Fe(this,arguments,(function(e){this.parentNode&&this.parentNode.insertBefore(e,this.nextSibling)}))},empty:function(){for(var e,t=0;null!=(e=this[t]);t++)1===e.nodeType&&(C.cleanData(ge(e,!1)),e.textContent="");return this},clone:function(e,t){return e=null!=e&&e,t=null==t?e:t,this.map((function(){return C.clone(this,e,t)}))},html:function(e){return q(this,(function(e){var t=this[0]||{},n=0,i=this.length;if(void 0===e&&1===t.nodeType)return t.innerHTML;if("string"==typeof e&&!Be.test(e)&&!me[(pe.exec(e)||["",""])[1].toLowerCase()]){e=C.htmlPrefilter(e);try{for(;n<i;n++)1===(t=this[n]||{}).nodeType&&(C.cleanData(ge(t,!1)),t.innerHTML=e);t=0}catch(e){}}t&&this.empty().append(e)}),null,e,arguments.length)},replaceWith:function(){var e=[];return Fe(this,arguments,(function(t){var n=this.parentNode;C.inArray(this,e)<0&&(C.cleanData(ge(this)),n&&n.replaceChild(t,this))}),e)}}),C.each({appendTo:"append",prependTo:"prepend",insertBefore:"before",insertAfter:"after",replaceAll:"replaceWith"},(function(e,t){C.fn[e]=function(e){for(var n,i=[],r=C(e),o=r.length-1,a=0;a<=o;a++)n=a===o?this:this.clone(!0),C(r[a])[t](n),c.apply(i,n.get());return this.pushStack(i)}}));var Re=new RegExp("^("+ie+")(?!px)[a-z%]+$","i"),ze=function(e){var t=e.ownerDocument.defaultView;return t&&t.opener||(t=n),t.getComputedStyle(e)},We=new RegExp(oe.join("|"),"i");function Ue(e,t,n){var i,r,o,a,s=e.style;return(n=n||ze(e))&&(""!==(a=n.getPropertyValue(t)||n[t])||C.contains(e.ownerDocument,e)||(a=C.style(e,t)),!A.pixelBoxStyles()&&Re.test(a)&&We.test(t)&&(i=s.width,r=s.minWidth,o=s.maxWidth,s.minWidth=s.maxWidth=s.width=a,a=n.width,s.width=i,s.minWidth=r,s.maxWidth=o)),void 0!==a?a+"":a}function qe(e,t){return{get:function(){if(!e())return(this.get=t).apply(this,arguments);delete this.get}}}!function(){function e(){if(c){u.style.cssText="position:absolute;left:-11111px;width:60px;margin-top:1px;padding:0;border:0",c.style.cssText="position:relative;display:block;box-sizing:border-box;overflow:scroll;margin:auto;border:1px;padding:1px;width:60%;top:1%",we.appendChild(u).appendChild(c);var e=n.getComputedStyle(c);i="1%"!==e.top,l=12===t(e.marginLeft),c.style.right="60%",s=36===t(e.right),r=36===t(e.width),c.style.position="absolute",o=36===c.offsetWidth||"absolute",we.removeChild(u),c=null}}function t(e){return Math.round(parseFloat(e))}var i,r,o,s,l,u=a.createElement("div"),c=a.createElement("div");c.style&&(c.style.backgroundClip="content-box",c.cloneNode(!0).style.backgroundClip="",A.clearCloneStyle="content-box"===c.style.backgroundClip,C.extend(A,{boxSizingReliable:function(){return e(),r},pixelBoxStyles:function(){return e(),s},pixelPosition:function(){return e(),i},reliableMarginLeft:function(){return e(),l},scrollboxSize:function(){return e(),o}}))}();var Ge=/^(none|table(?!-c[ea]).+)/,Qe=/^--/,Ve={position:"absolute",visibility:"hidden",display:"block"},Je={letterSpacing:"0",fontWeight:"400"},Ke=["Webkit","Moz","ms"],Xe=a.createElement("div").style;function Ze(e){var t=C.cssProps[e];return t||(t=C.cssProps[e]=function(e){if(e in Xe)return e;for(var t=e[0].toUpperCase()+e.slice(1),n=Ke.length;n--;)if((e=Ke[n]+t)in Xe)return e}(e)||e),t}function $e(e,t,n){var i=re.exec(t);return i?Math.max(0,i[2]-(n||0))+(i[3]||"px"):t}function et(e,t,n,i,r,o){var a="width"===t?1:0,s=0,l=0;if(n===(i?"border":"content"))return 0;for(;a<4;a+=2)"margin"===n&&(l+=C.css(e,n+oe[a],!0,r)),i?("content"===n&&(l-=C.css(e,"padding"+oe[a],!0,r)),"margin"!==n&&(l-=C.css(e,"border"+oe[a]+"Width",!0,r))):(l+=C.css(e,"padding"+oe[a],!0,r),"padding"!==n?l+=C.css(e,"border"+oe[a]+"Width",!0,r):s+=C.css(e,"border"+oe[a]+"Width",!0,r));return!i&&o>=0&&(l+=Math.max(0,Math.ceil(e["offset"+t[0].toUpperCase()+t.slice(1)]-o-l-s-.5))),l}function tt(e,t,n){var i=ze(e),r=Ue(e,t,i),o="border-box"===C.css(e,"boxSizing",!1,i),a=o;if(Re.test(r)){if(!n)return r;r="auto"}return a=a&&(A.boxSizingReliable()||r===e.style[t]),("auto"===r||!parseFloat(r)&&"inline"===C.css(e,"display",!1,i))&&(r=e["offset"+t[0].toUpperCase()+t.slice(1)],a=!0),(r=parseFloat(r)||0)+et(e,t,n||(o?"border":"content"),a,i,r)+"px"}function nt(e,t,n,i,r){return new nt.prototype.init(e,t,n,i,r)}C.extend({cssHooks:{opacity:{get:function(e,t){if(t){var n=Ue(e,"opacity");return""===n?"1":n}}}},cssNumber:{animationIterationCount:!0,columnCount:!0,fillOpacity:!0,flexGrow:!0,flexShrink:!0,fontWeight:!0,lineHeight:!0,opacity:!0,order:!0,orphans:!0,widows:!0,zIndex:!0,zoom:!0},cssProps:{},style:function(e,t,n,i){if(e&&3!==e.nodeType&&8!==e.nodeType&&e.style){var r,o,a,s=J(t),l=Qe.test(t),u=e.style;if(l||(t=Ze(s)),a=C.cssHooks[t]||C.cssHooks[s],void 0===n)return a&&"get"in a&&void 0!==(r=a.get(e,!1,i))?r:u[t];"string"===(o=typeof n)&&(r=re.exec(n))&&r[1]&&(n=le(e,t,r),o="number"),null!=n&&n==n&&("number"===o&&(n+=r&&r[3]||(C.cssNumber[s]?"":"px")),A.clearCloneStyle||""!==n||0!==t.indexOf("background")||(u[t]="inherit"),a&&"set"in a&&void 0===(n=a.set(e,n,i))||(l?u.setProperty(t,n):u[t]=n))}},css:function(e,t,n,i){var r,o,a,s=J(t);return Qe.test(t)||(t=Ze(s)),(a=C.cssHooks[t]||C.cssHooks[s])&&"get"in a&&(r=a.get(e,!0,n)),void 0===r&&(r=Ue(e,t,i)),"normal"===r&&t in Je&&(r=Je[t]),""===n||n?(o=parseFloat(r),!0===n||isFinite(o)?o||0:r):r}}),C.each(["height","width"],(function(e,t){C.cssHooks[t]={get:function(e,n,i){if(n)return!Ge.test(C.css(e,"display"))||e.getClientRects().length&&e.getBoundingClientRect().width?tt(e,t,i):se(e,Ve,(function(){return tt(e,t,i)}))},set:function(e,n,i){var r,o=ze(e),a="border-box"===C.css(e,"boxSizing",!1,o),s=i&&et(e,t,i,a,o);return a&&A.scrollboxSize()===o.position&&(s-=Math.ceil(e["offset"+t[0].toUpperCase()+t.slice(1)]-parseFloat(o[t])-et(e,t,"border",!1,o)-.5)),s&&(r=re.exec(n))&&"px"!==(r[3]||"px")&&(e.style[t]=n,n=C.css(e,t)),$e(0,n,s)}}})),C.cssHooks.marginLeft=qe(A.reliableMarginLeft,(function(e,t){if(t)return(parseFloat(Ue(e,"marginLeft"))||e.getBoundingClientRect().left-se(e,{marginLeft:0},(function(){return e.getBoundingClientRect().left})))+"px"})),C.each({margin:"",padding:"",border:"Width"},(function(e,t){C.cssHooks[e+t]={expand:function(n){for(var i=0,r={},o="string"==typeof n?n.split(" "):[n];i<4;i++)r[e+oe[i]+t]=o[i]||o[i-2]||o[0];return r}},"margin"!==e&&(C.cssHooks[e+t].set=$e)})),C.fn.extend({css:function(e,t){return q(this,(function(e,t,n){var i,r,o={},a=0;if(Array.isArray(t)){for(i=ze(e),r=t.length;a<r;a++)o[t[a]]=C.css(e,t[a],!1,i);return o}return void 0!==n?C.style(e,t,n):C.css(e,t)}),e,t,arguments.length>1)}}),C.Tween=nt,nt.prototype={constructor:nt,init:function(e,t,n,i,r,o){this.elem=e,this.prop=n,this.easing=r||C.easing._default,this.options=t,this.start=this.now=this.cur(),this.end=i,this.unit=o||(C.cssNumber[n]?"":"px")},cur:function(){var e=nt.propHooks[this.prop];return e&&e.get?e.get(this):nt.propHooks._default.get(this)},run:function(e){var t,n=nt.propHooks[this.prop];return this.options.duration?this.pos=t=C.easing[this.easing](e,this.options.duration*e,0,1,this.options.duration):this.pos=t=e,this.now=(this.end-this.start)*t+this.start,this.options.step&&this.options.step.call(this.elem,this.now,this),n&&n.set?n.set(this):nt.propHooks._default.set(this),this}},nt.prototype.init.prototype=nt.prototype,nt.propHooks={_default:{get:function(e){var t;return 1!==e.elem.nodeType||null!=e.elem[e.prop]&&null==e.elem.style[e.prop]?e.elem[e.prop]:(t=C.css(e.elem,e.prop,""))&&"auto"!==t?t:0},set:function(e){C.fx.step[e.prop]?C.fx.step[e.prop](e):1!==e.elem.nodeType||null==e.elem.style[C.cssProps[e.prop]]&&!C.cssHooks[e.prop]?e.elem[e.prop]=e.now:C.style(e.elem,e.prop,e.now+e.unit)}}},nt.propHooks.scrollTop=nt.propHooks.scrollLeft={set:function(e){e.elem.nodeType&&e.elem.parentNode&&(e.elem[e.prop]=e.now)}},C.easing={linear:function(e){return e},swing:function(e){return.5-Math.cos(e*Math.PI)/2},_default:"swing"},C.fx=nt.prototype.init,C.fx.step={};var it,rt,ot=/^(?:toggle|show|hide)$/,at=/queueHooks$/;function st(){rt&&(!1===a.hidden&&n.requestAnimationFrame?n.requestAnimationFrame(st):n.setTimeout(st,C.fx.interval),C.fx.tick())}function lt(){return n.setTimeout((function(){it=void 0})),it=Date.now()}function ut(e,t){var n,i=0,r={height:e};for(t=t?1:0;i<4;i+=2-t)r["margin"+(n=oe[i])]=r["padding"+n]=e;return t&&(r.opacity=r.width=e),r}function ct(e,t,n){for(var i,r=(dt.tweeners[t]||[]).concat(dt.tweeners["*"]),o=0,a=r.length;o<a;o++)if(i=r[o].call(n,t,e))return i}function dt(e,t,n){var i,r,o=0,a=dt.prefilters.length,s=C.Deferred().always((function(){delete l.elem})),l=function(){if(r)return!1;for(var t=it||lt(),n=Math.max(0,u.startTime+u.duration-t),i=1-(n/u.duration||0),o=0,a=u.tweens.length;o<a;o++)u.tweens[o].run(i);return s.notifyWith(e,[u,i,n]),i<1&&a?n:(a||s.notifyWith(e,[u,1,0]),s.resolveWith(e,[u]),!1)},u=s.promise({elem:e,props:C.extend({},t),opts:C.extend(!0,{specialEasing:{},easing:C.easing._default},n),originalProperties:t,originalOptions:n,startTime:it||lt(),duration:n.duration,tweens:[],createTween:function(t,n){var i=C.Tween(e,u.opts,t,n,u.opts.specialEasing[t]||u.opts.easing);return u.tweens.push(i),i},stop:function(t){var n=0,i=t?u.tweens.length:0;if(r)return this;for(r=!0;n<i;n++)u.tweens[n].run(1);return t?(s.notifyWith(e,[u,1,0]),s.resolveWith(e,[u,t])):s.rejectWith(e,[u,t]),this}}),c=u.props;for(!function(e,t){var n,i,r,o,a;for(n in e)if(r=t[i=J(n)],o=e[n],Array.isArray(o)&&(r=o[1],o=e[n]=o[0]),n!==i&&(e[i]=o,delete e[n]),(a=C.cssHooks[i])&&"expand"in a)for(n in o=a.expand(o),delete e[i],o)n in e||(e[n]=o[n],t[n]=r);else t[i]=r}(c,u.opts.specialEasing);o<a;o++)if(i=dt.prefilters[o].call(u,e,c,u.opts))return v(i.stop)&&(C._queueHooks(u.elem,u.opts.queue).stop=i.stop.bind(i)),i;return C.map(c,ct,u),v(u.opts.start)&&u.opts.start.call(e,u),u.progress(u.opts.progress).done(u.opts.done,u.opts.complete).fail(u.opts.fail).always(u.opts.always),C.fx.timer(C.extend(l,{elem:e,anim:u,queue:u.opts.queue})),u}C.Animation=C.extend(dt,{tweeners:{"*":[function(e,t){var n=this.createTween(e,t);return le(n.elem,e,re.exec(t),n),n}]},tweener:function(e,t){v(e)?(t=e,e=["*"]):e=e.match(H);for(var n,i=0,r=e.length;i<r;i++)n=e[i],dt.tweeners[n]=dt.tweeners[n]||[],dt.tweeners[n].unshift(t)},prefilters:[function(e,t,n){var i,r,o,a,s,l,u,c,d="width"in t||"height"in t,h=this,p={},f=e.style,m=e.nodeType&&ae(e),g=Z.get(e,"fxshow");for(i in n.queue||(null==(a=C._queueHooks(e,"fx")).unqueued&&(a.unqueued=0,s=a.empty.fire,a.empty.fire=function(){a.unqueued||s()}),a.unqueued++,h.always((function(){h.always((function(){a.unqueued--,C.queue(e,"fx").length||a.empty.fire()}))}))),t)if(r=t[i],ot.test(r)){if(delete t[i],o=o||"toggle"===r,r===(m?"hide":"show")){if("show"!==r||!g||void 0===g[i])continue;m=!0}p[i]=g&&g[i]||C.style(e,i)}if((l=!C.isEmptyObject(t))||!C.isEmptyObject(p))for(i in d&&1===e.nodeType&&(n.overflow=[f.overflow,f.overflowX,f.overflowY],null==(u=g&&g.display)&&(u=Z.get(e,"display")),"none"===(c=C.css(e,"display"))&&(u?c=u:(de([e],!0),u=e.style.display||u,c=C.css(e,"display"),de([e]))),("inline"===c||"inline-block"===c&&null!=u)&&"none"===C.css(e,"float")&&(l||(h.done((function(){f.display=u})),null==u&&(c=f.display,u="none"===c?"":c)),f.display="inline-block")),n.overflow&&(f.overflow="hidden",h.always((function(){f.overflow=n.overflow[0],f.overflowX=n.overflow[1],f.overflowY=n.overflow[2]}))),l=!1,p)l||(g?"hidden"in g&&(m=g.hidden):g=Z.access(e,"fxshow",{display:u}),o&&(g.hidden=!m),m&&de([e],!0),h.done((function(){for(i in m||de([e]),Z.remove(e,"fxshow"),p)C.style(e,i,p[i])}))),l=ct(m?g[i]:0,i,h),i in g||(g[i]=l.start,m&&(l.end=l.start,l.start=0))}],prefilter:function(e,t){t?dt.prefilters.unshift(e):dt.prefilters.push(e)}}),C.speed=function(e,t,n){var i=e&&"object"==typeof e?C.extend({},e):{complete:n||!n&&t||v(e)&&e,duration:e,easing:n&&t||t&&!v(t)&&t};return C.fx.off?i.duration=0:"number"!=typeof i.duration&&(i.duration in C.fx.speeds?i.duration=C.fx.speeds[i.duration]:i.duration=C.fx.speeds._default),null!=i.queue&&!0!==i.queue||(i.queue="fx"),i.old=i.complete,i.complete=function(){v(i.old)&&i.old.call(this),i.queue&&C.dequeue(this,i.queue)},i},C.fn.extend({fadeTo:function(e,t,n,i){return this.filter(ae).css("opacity",0).show().end().animate({opacity:t},e,n,i)},animate:function(e,t,n,i){var r=C.isEmptyObject(e),o=C.speed(t,n,i),a=function(){var t=dt(this,C.extend({},e),o);(r||Z.get(this,"finish"))&&t.stop(!0)};return a.finish=a,r||!1===o.queue?this.each(a):this.queue(o.queue,a)},stop:function(e,t,n){var i=function(e){var t=e.stop;delete e.stop,t(n)};return"string"!=typeof e&&(n=t,t=e,e=void 0),t&&!1!==e&&this.queue(e||"fx",[]),this.each((function(){var t=!0,r=null!=e&&e+"queueHooks",o=C.timers,a=Z.get(this);if(r)a[r]&&a[r].stop&&i(a[r]);else for(r in a)a[r]&&a[r].stop&&at.test(r)&&i(a[r]);for(r=o.length;r--;)o[r].elem!==this||null!=e&&o[r].queue!==e||(o[r].anim.stop(n),t=!1,o.splice(r,1));!t&&n||C.dequeue(this,e)}))},finish:function(e){return!1!==e&&(e=e||"fx"),this.each((function(){var t,n=Z.get(this),i=n[e+"queue"],r=n[e+"queueHooks"],o=C.timers,a=i?i.length:0;for(n.finish=!0,C.queue(this,e,[]),r&&r.stop&&r.stop.call(this,!0),t=o.length;t--;)o[t].elem===this&&o[t].queue===e&&(o[t].anim.stop(!0),o.splice(t,1));for(t=0;t<a;t++)i[t]&&i[t].finish&&i[t].finish.call(this);delete n.finish}))}}),C.each(["toggle","show","hide"],(function(e,t){var n=C.fn[t];C.fn[t]=function(e,i,r){return null==e||"boolean"==typeof e?n.apply(this,arguments):this.animate(ut(t,!0),e,i,r)}})),C.each({slideDown:ut("show"),slideUp:ut("hide"),slideToggle:ut("toggle"),fadeIn:{opacity:"show"},fadeOut:{opacity:"hide"},fadeToggle:{opacity:"toggle"}},(function(e,t){C.fn[e]=function(e,n,i){return this.animate(t,e,n,i)}})),C.timers=[],C.fx.tick=function(){var e,t=0,n=C.timers;for(it=Date.now();t<n.length;t++)(e=n[t])()||n[t]!==e||n.splice(t--,1);n.length||C.fx.stop(),it=void 0},C.fx.timer=function(e){C.timers.push(e),C.fx.start()},C.fx.interval=13,C.fx.start=function(){rt||(rt=!0,st())},C.fx.stop=function(){rt=null},C.fx.speeds={slow:600,fast:200,_default:400},C.fn.delay=function(e,t){return e=C.fx&&C.fx.speeds[e]||e,t=t||"fx",this.queue(t,(function(t,i){var r=n.setTimeout(t,e);i.stop=function(){n.clearTimeout(r)}}))},function(){var e=a.createElement("input"),t=a.createElement("select").appendChild(a.createElement("option"));e.type="checkbox",A.checkOn=""!==e.value,A.optSelected=t.selected,(e=a.createElement("input")).value="t",e.type="radio",A.radioValue="t"===e.value}();var ht,pt=C.expr.attrHandle;C.fn.extend({attr:function(e,t){return q(this,C.attr,e,t,arguments.length>1)},removeAttr:function(e){return this.each((function(){C.removeAttr(this,e)}))}}),C.extend({attr:function(e,t,n){var i,r,o=e.nodeType;if(3!==o&&8!==o&&2!==o)return void 0===e.getAttribute?C.prop(e,t,n):(1===o&&C.isXMLDoc(e)||(r=C.attrHooks[t.toLowerCase()]||(C.expr.match.bool.test(t)?ht:void 0)),void 0!==n?null===n?void C.removeAttr(e,t):r&&"set"in r&&void 0!==(i=r.set(e,n,t))?i:(e.setAttribute(t,n+""),n):r&&"get"in r&&null!==(i=r.get(e,t))?i:null==(i=C.find.attr(e,t))?void 0:i)},attrHooks:{type:{set:function(e,t){if(!A.radioValue&&"radio"===t&&D(e,"input")){var n=e.value;return e.setAttribute("type",t),n&&(e.value=n),t}}}},removeAttr:function(e,t){var n,i=0,r=t&&t.match(H);if(r&&1===e.nodeType)for(;n=r[i++];)e.removeAttribute(n)}}),ht={set:function(e,t,n){return!1===t?C.removeAttr(e,n):e.setAttribute(n,n),n}},C.each(C.expr.match.bool.source.match(/\w+/g),(function(e,t){var n=pt[t]||C.find.attr;pt[t]=function(e,t,i){var r,o,a=t.toLowerCase();return i||(o=pt[a],pt[a]=r,r=null!=n(e,t,i)?a:null,pt[a]=o),r}}));var ft=/^(?:input|select|textarea|button)$/i,mt=/^(?:a|area)$/i;function gt(e){return(e.match(H)||[]).join(" ")}function At(e){return e.getAttribute&&e.getAttribute("class")||""}function vt(e){return Array.isArray(e)?e:"string"==typeof e&&e.match(H)||[]}C.fn.extend({prop:function(e,t){return q(this,C.prop,e,t,arguments.length>1)},removeProp:function(e){return this.each((function(){delete this[C.propFix[e]||e]}))}}),C.extend({prop:function(e,t,n){var i,r,o=e.nodeType;if(3!==o&&8!==o&&2!==o)return 1===o&&C.isXMLDoc(e)||(t=C.propFix[t]||t,r=C.propHooks[t]),void 0!==n?r&&"set"in r&&void 0!==(i=r.set(e,n,t))?i:e[t]=n:r&&"get"in r&&null!==(i=r.get(e,t))?i:e[t]},propHooks:{tabIndex:{get:function(e){var t=C.find.attr(e,"tabindex");return t?parseInt(t,10):ft.test(e.nodeName)||mt.test(e.nodeName)&&e.href?0:-1}}},propFix:{for:"htmlFor",class:"className"}}),A.optSelected||(C.propHooks.selected={get:function(e){var t=e.parentNode;return t&&t.parentNode&&t.parentNode.selectedIndex,null},set:function(e){var t=e.parentNode;t&&(t.selectedIndex,t.parentNode&&t.parentNode.selectedIndex)}}),C.each(["tabIndex","readOnly","maxLength","cellSpacing","cellPadding","rowSpan","colSpan","useMap","frameBorder","contentEditable"],(function(){C.propFix[this.toLowerCase()]=this})),C.fn.extend({addClass:function(e){var t,n,i,r,o,a,s,l=0;if(v(e))return this.each((function(t){C(this).addClass(e.call(this,t,At(this)))}));if((t=vt(e)).length)for(;n=this[l++];)if(r=At(n),i=1===n.nodeType&&" "+gt(r)+" "){for(a=0;o=t[a++];)i.indexOf(" "+o+" ")<0&&(i+=o+" ");r!==(s=gt(i))&&n.setAttribute("class",s)}return this},removeClass:function(e){var t,n,i,r,o,a,s,l=0;if(v(e))return this.each((function(t){C(this).removeClass(e.call(this,t,At(this)))}));if(!arguments.length)return this.attr("class","");if((t=vt(e)).length)for(;n=this[l++];)if(r=At(n),i=1===n.nodeType&&" "+gt(r)+" "){for(a=0;o=t[a++];)for(;i.indexOf(" "+o+" ")>-1;)i=i.replace(" "+o+" "," ");r!==(s=gt(i))&&n.setAttribute("class",s)}return this},toggleClass:function(e,t){var n=typeof e,i="string"===n||Array.isArray(e);return"boolean"==typeof t&&i?t?this.addClass(e):this.removeClass(e):v(e)?this.each((function(n){C(this).toggleClass(e.call(this,n,At(this),t),t)})):this.each((function(){var t,r,o,a;if(i)for(r=0,o=C(this),a=vt(e);t=a[r++];)o.hasClass(t)?o.removeClass(t):o.addClass(t);else void 0!==e&&"boolean"!==n||((t=At(this))&&Z.set(this,"__className__",t),this.setAttribute&&this.setAttribute("class",t||!1===e?"":Z.get(this,"__className__")||""))}))},hasClass:function(e){var t,n,i=0;for(t=" "+e+" ";n=this[i++];)if(1===n.nodeType&&(" "+gt(At(n))+" ").indexOf(t)>-1)return!0;return!1}});var _t=/\r/g;C.fn.extend({val:function(e){var t,n,i,r=this[0];return arguments.length?(i=v(e),this.each((function(n){var r;1===this.nodeType&&(null==(r=i?e.call(this,n,C(this).val()):e)?r="":"number"==typeof r?r+="":Array.isArray(r)&&(r=C.map(r,(function(e){return null==e?"":e+""}))),(t=C.valHooks[this.type]||C.valHooks[this.nodeName.toLowerCase()])&&"set"in t&&void 0!==t.set(this,r,"value")||(this.value=r))}))):r?(t=C.valHooks[r.type]||C.valHooks[r.nodeName.toLowerCase()])&&"get"in t&&void 0!==(n=t.get(r,"value"))?n:"string"==typeof(n=r.value)?n.replace(_t,""):null==n?"":n:void 0}}),C.extend({valHooks:{option:{get:function(e){var t=C.find.attr(e,"value");return null!=t?t:gt(C.text(e))}},select:{get:function(e){var t,n,i,r=e.options,o=e.selectedIndex,a="select-one"===e.type,s=a?null:[],l=a?o+1:r.length;for(i=o<0?l:a?o:0;i<l;i++)if(((n=r[i]).selected||i===o)&&!n.disabled&&(!n.parentNode.disabled||!D(n.parentNode,"optgroup"))){if(t=C(n).val(),a)return t;s.push(t)}return s},set:function(e,t){for(var n,i,r=e.options,o=C.makeArray(t),a=r.length;a--;)((i=r[a]).selected=C.inArray(C.valHooks.option.get(i),o)>-1)&&(n=!0);return n||(e.selectedIndex=-1),o}}}}),C.each(["radio","checkbox"],(function(){C.valHooks[this]={set:function(e,t){if(Array.isArray(t))return e.checked=C.inArray(C(e).val(),t)>-1}},A.checkOn||(C.valHooks[this].get=function(e){return null===e.getAttribute("value")?"on":e.value})})),A.focusin="onfocusin"in n;var bt=/^(?:focusinfocus|focusoutblur)$/,yt=function(e){e.stopPropagation()};C.extend(C.event,{trigger:function(e,t,i,r){var o,s,l,u,c,d,h,p,m=[i||a],g=f.call(e,"type")?e.type:e,A=f.call(e,"namespace")?e.namespace.split("."):[];if(s=p=l=i=i||a,3!==i.nodeType&&8!==i.nodeType&&!bt.test(g+C.event.triggered)&&(g.indexOf(".")>-1&&(A=g.split("."),g=A.shift(),A.sort()),c=g.indexOf(":")<0&&"on"+g,(e=e[C.expando]?e:new C.Event(g,"object"==typeof e&&e)).isTrigger=r?2:3,e.namespace=A.join("."),e.rnamespace=e.namespace?new RegExp("(^|\\.)"+A.join("\\.(?:.*\\.|)")+"(\\.|$)"):null,e.result=void 0,e.target||(e.target=i),t=null==t?[e]:C.makeArray(t,[e]),h=C.event.special[g]||{},r||!h.trigger||!1!==h.trigger.apply(i,t))){if(!r&&!h.noBubble&&!_(i)){for(u=h.delegateType||g,bt.test(u+g)||(s=s.parentNode);s;s=s.parentNode)m.push(s),l=s;l===(i.ownerDocument||a)&&m.push(l.defaultView||l.parentWindow||n)}for(o=0;(s=m[o++])&&!e.isPropagationStopped();)p=s,e.type=o>1?u:h.bindType||g,(d=(Z.get(s,"events")||{})[e.type]&&Z.get(s,"handle"))&&d.apply(s,t),(d=c&&s[c])&&d.apply&&K(s)&&(e.result=d.apply(s,t),!1===e.result&&e.preventDefault());return e.type=g,r||e.isDefaultPrevented()||h._default&&!1!==h._default.apply(m.pop(),t)||!K(i)||c&&v(i[g])&&!_(i)&&((l=i[c])&&(i[c]=null),C.event.triggered=g,e.isPropagationStopped()&&p.addEventListener(g,yt),i[g](),e.isPropagationStopped()&&p.removeEventListener(g,yt),C.event.triggered=void 0,l&&(i[c]=l)),e.result}},simulate:function(e,t,n){var i=C.extend(new C.Event,n,{type:e,isSimulated:!0});C.event.trigger(i,null,t)}}),C.fn.extend({trigger:function(e,t){return this.each((function(){C.event.trigger(e,t,this)}))},triggerHandler:function(e,t){var n=this[0];if(n)return C.event.trigger(e,t,n,!0)}}),A.focusin||C.each({focus:"focusin",blur:"focusout"},(function(e,t){var n=function(e){C.event.simulate(t,e.target,C.event.fix(e))};C.event.special[t]={setup:function(){var i=this.ownerDocument||this,r=Z.access(i,t);r||i.addEventListener(e,n,!0),Z.access(i,t,(r||0)+1)},teardown:function(){var i=this.ownerDocument||this,r=Z.access(i,t)-1;r?Z.access(i,t,r):(i.removeEventListener(e,n,!0),Z.remove(i,t))}}}));var wt=n.location,Ct=Date.now(),xt=/\?/;C.parseXML=function(e){var t;if(!e||"string"!=typeof e)return null;try{t=(new n.DOMParser).parseFromString(e,"text/xml")}catch(e){t=void 0}return t&&!t.getElementsByTagName("parsererror").length||C.error("Invalid XML: "+e),t};var kt=/\[\]$/,Mt=/\r?\n/g,Et=/^(?:submit|button|image|reset|file)$/i,Lt=/^(?:input|select|textarea|keygen)/i;function Tt(e,t,n,i){var r;if(Array.isArray(t))C.each(t,(function(t,r){n||kt.test(e)?i(e,r):Tt(e+"["+("object"==typeof r&&null!=r?t:"")+"]",r,n,i)}));else if(n||"object"!==w(t))i(e,t);else for(r in t)Tt(e+"["+r+"]",t[r],n,i)}C.param=function(e,t){var n,i=[],r=function(e,t){var n=v(t)?t():t;i[i.length]=encodeURIComponent(e)+"="+encodeURIComponent(null==n?"":n)};if(Array.isArray(e)||e.jquery&&!C.isPlainObject(e))C.each(e,(function(){r(this.name,this.value)}));else for(n in e)Tt(n,e[n],t,r);return i.join("&")},C.fn.extend({serialize:function(){return C.param(this.serializeArray())},serializeArray:function(){return this.map((function(){var e=C.prop(this,"elements");return e?C.makeArray(e):this})).filter((function(){var e=this.type;return this.name&&!C(this).is(":disabled")&&Lt.test(this.nodeName)&&!Et.test(e)&&(this.checked||!he.test(e))})).map((function(e,t){var n=C(this).val();return null==n?null:Array.isArray(n)?C.map(n,(function(e){return{name:t.name,value:e.replace(Mt,"\r\n")}})):{name:t.name,value:n.replace(Mt,"\r\n")}})).get()}});var Dt=/%20/g,Bt=/#.*$/,St=/([?&])_=[^&]*/,Yt=/^(.*?):[ \t]*([^\r\n]*)$/gm,It=/^(?:GET|HEAD)$/,Ot=/^\/\//,jt={},Pt={},Ht="*/".concat("*"),Ft=a.createElement("a");function Nt(e){return function(t,n){"string"!=typeof t&&(n=t,t="*");var i,r=0,o=t.toLowerCase().match(H)||[];if(v(n))for(;i=o[r++];)"+"===i[0]?(i=i.slice(1)||"*",(e[i]=e[i]||[]).unshift(n)):(e[i]=e[i]||[]).push(n)}}function Rt(e,t,n,i){var r={},o=e===Pt;function a(s){var l;return r[s]=!0,C.each(e[s]||[],(function(e,s){var u=s(t,n,i);return"string"!=typeof u||o||r[u]?o?!(l=u):void 0:(t.dataTypes.unshift(u),a(u),!1)})),l}return a(t.dataTypes[0])||!r["*"]&&a("*")}function zt(e,t){var n,i,r=C.ajaxSettings.flatOptions||{};for(n in t)void 0!==t[n]&&((r[n]?e:i||(i={}))[n]=t[n]);return i&&C.extend(!0,e,i),e}Ft.href=wt.href,C.extend({active:0,lastModified:{},etag:{},ajaxSettings:{url:wt.href,type:"GET",isLocal:/^(?:about|app|app-storage|.+-extension|file|res|widget):$/.test(wt.protocol),global:!0,processData:!0,async:!0,contentType:"application/x-www-form-urlencoded; charset=UTF-8",accepts:{"*":Ht,text:"text/plain",html:"text/html",xml:"application/xml, text/xml",json:"application/json, text/javascript"},contents:{xml:/\bxml\b/,html:/\bhtml/,json:/\bjson\b/},responseFields:{xml:"responseXML",text:"responseText",json:"responseJSON"},converters:{"* text":String,"text html":!0,"text json":JSON.parse,"text xml":C.parseXML},flatOptions:{url:!0,context:!0}},ajaxSetup:function(e,t){return t?zt(zt(e,C.ajaxSettings),t):zt(C.ajaxSettings,e)},ajaxPrefilter:Nt(jt),ajaxTransport:Nt(Pt),ajax:function(e,t){"object"==typeof e&&(t=e,e=void 0),t=t||{};var i,r,o,s,l,u,c,d,h,p,f=C.ajaxSetup({},t),m=f.context||f,g=f.context&&(m.nodeType||m.jquery)?C(m):C.event,A=C.Deferred(),v=C.Callbacks("once memory"),_=f.statusCode||{},b={},y={},w="canceled",x={readyState:0,getResponseHeader:function(e){var t;if(c){if(!s)for(s={};t=Yt.exec(o);)s[t[1].toLowerCase()]=t[2];t=s[e.toLowerCase()]}return null==t?null:t},getAllResponseHeaders:function(){return c?o:null},setRequestHeader:function(e,t){return null==c&&(e=y[e.toLowerCase()]=y[e.toLowerCase()]||e,b[e]=t),this},overrideMimeType:function(e){return null==c&&(f.mimeType=e),this},statusCode:function(e){var t;if(e)if(c)x.always(e[x.status]);else for(t in e)_[t]=[_[t],e[t]];return this},abort:function(e){var t=e||w;return i&&i.abort(t),k(0,t),this}};if(A.promise(x),f.url=((e||f.url||wt.href)+"").replace(Ot,wt.protocol+"//"),f.type=t.method||t.type||f.method||f.type,f.dataTypes=(f.dataType||"*").toLowerCase().match(H)||[""],null==f.crossDomain){u=a.createElement("a");try{u.href=f.url,u.href=u.href,f.crossDomain=Ft.protocol+"//"+Ft.host!=u.protocol+"//"+u.host}catch(e){f.crossDomain=!0}}if(f.data&&f.processData&&"string"!=typeof f.data&&(f.data=C.param(f.data,f.traditional)),Rt(jt,f,t,x),c)return x;for(h in(d=C.event&&f.global)&&0==C.active++&&C.event.trigger("ajaxStart"),f.type=f.type.toUpperCase(),f.hasContent=!It.test(f.type),r=f.url.replace(Bt,""),f.hasContent?f.data&&f.processData&&0===(f.contentType||"").indexOf("application/x-www-form-urlencoded")&&(f.data=f.data.replace(Dt,"+")):(p=f.url.slice(r.length),f.data&&(f.processData||"string"==typeof f.data)&&(r+=(xt.test(r)?"&":"?")+f.data,delete f.data),!1===f.cache&&(r=r.replace(St,"$1"),p=(xt.test(r)?"&":"?")+"_="+Ct+++p),f.url=r+p),f.ifModified&&(C.lastModified[r]&&x.setRequestHeader("If-Modified-Since",C.lastModified[r]),C.etag[r]&&x.setRequestHeader("If-None-Match",C.etag[r])),(f.data&&f.hasContent&&!1!==f.contentType||t.contentType)&&x.setRequestHeader("Content-Type",f.contentType),x.setRequestHeader("Accept",f.dataTypes[0]&&f.accepts[f.dataTypes[0]]?f.accepts[f.dataTypes[0]]+("*"!==f.dataTypes[0]?", "+Ht+"; q=0.01":""):f.accepts["*"]),f.headers)x.setRequestHeader(h,f.headers[h]);if(f.beforeSend&&(!1===f.beforeSend.call(m,x,f)||c))return x.abort();if(w="abort",v.add(f.complete),x.done(f.success),x.fail(f.error),i=Rt(Pt,f,t,x)){if(x.readyState=1,d&&g.trigger("ajaxSend",[x,f]),c)return x;f.async&&f.timeout>0&&(l=n.setTimeout((function(){x.abort("timeout")}),f.timeout));try{c=!1,i.send(b,k)}catch(e){if(c)throw e;k(-1,e)}}else k(-1,"No Transport");function k(e,t,a,s){var u,h,p,b,y,w=t;c||(c=!0,l&&n.clearTimeout(l),i=void 0,o=s||"",x.readyState=e>0?4:0,u=e>=200&&e<300||304===e,a&&(b=function(e,t,n){for(var i,r,o,a,s=e.contents,l=e.dataTypes;"*"===l[0];)l.shift(),void 0===i&&(i=e.mimeType||t.getResponseHeader("Content-Type"));if(i)for(r in s)if(s[r]&&s[r].test(i)){l.unshift(r);break}if(l[0]in n)o=l[0];else{for(r in n){if(!l[0]||e.converters[r+" "+l[0]]){o=r;break}a||(a=r)}o=o||a}if(o)return o!==l[0]&&l.unshift(o),n[o]}(f,x,a)),b=function(e,t,n,i){var r,o,a,s,l,u={},c=e.dataTypes.slice();if(c[1])for(a in e.converters)u[a.toLowerCase()]=e.converters[a];for(o=c.shift();o;)if(e.responseFields[o]&&(n[e.responseFields[o]]=t),!l&&i&&e.dataFilter&&(t=e.dataFilter(t,e.dataType)),l=o,o=c.shift())if("*"===o)o=l;else if("*"!==l&&l!==o){if(!(a=u[l+" "+o]||u["* "+o]))for(r in u)if((s=r.split(" "))[1]===o&&(a=u[l+" "+s[0]]||u["* "+s[0]])){!0===a?a=u[r]:!0!==u[r]&&(o=s[0],c.unshift(s[1]));break}if(!0!==a)if(a&&e.throws)t=a(t);else try{t=a(t)}catch(e){return{state:"parsererror",error:a?e:"No conversion from "+l+" to "+o}}}return{state:"success",data:t}}(f,b,x,u),u?(f.ifModified&&((y=x.getResponseHeader("Last-Modified"))&&(C.lastModified[r]=y),(y=x.getResponseHeader("etag"))&&(C.etag[r]=y)),204===e||"HEAD"===f.type?w="nocontent":304===e?w="notmodified":(w=b.state,h=b.data,u=!(p=b.error))):(p=w,!e&&w||(w="error",e<0&&(e=0))),x.status=e,x.statusText=(t||w)+"",u?A.resolveWith(m,[h,w,x]):A.rejectWith(m,[x,w,p]),x.statusCode(_),_=void 0,d&&g.trigger(u?"ajaxSuccess":"ajaxError",[x,f,u?h:p]),v.fireWith(m,[x,w]),d&&(g.trigger("ajaxComplete",[x,f]),--C.active||C.event.trigger("ajaxStop")))}return x},getJSON:function(e,t,n){return C.get(e,t,n,"json")},getScript:function(e,t){return C.get(e,void 0,t,"script")}}),C.each(["get","post"],(function(e,t){C[t]=function(e,n,i,r){return v(n)&&(r=r||i,i=n,n=void 0),C.ajax(C.extend({url:e,type:t,dataType:r,data:n,success:i},C.isPlainObject(e)&&e))}})),C._evalUrl=function(e){return C.ajax({url:e,type:"GET",dataType:"script",cache:!0,async:!1,global:!1,throws:!0})},C.fn.extend({wrapAll:function(e){var t;return this[0]&&(v(e)&&(e=e.call(this[0])),t=C(e,this[0].ownerDocument).eq(0).clone(!0),this[0].parentNode&&t.insertBefore(this[0]),t.map((function(){for(var e=this;e.firstElementChild;)e=e.firstElementChild;return e})).append(this)),this},wrapInner:function(e){return v(e)?this.each((function(t){C(this).wrapInner(e.call(this,t))})):this.each((function(){var t=C(this),n=t.contents();n.length?n.wrapAll(e):t.append(e)}))},wrap:function(e){var t=v(e);return this.each((function(n){C(this).wrapAll(t?e.call(this,n):e)}))},unwrap:function(e){return this.parent(e).not("body").each((function(){C(this).replaceWith(this.childNodes)})),this}}),C.expr.pseudos.hidden=function(e){return!C.expr.pseudos.visible(e)},C.expr.pseudos.visible=function(e){return!!(e.offsetWidth||e.offsetHeight||e.getClientRects().length)},C.ajaxSettings.xhr=function(){try{return new n.XMLHttpRequest}catch(e){}};var Wt={0:200,1223:204},Ut=C.ajaxSettings.xhr();A.cors=!!Ut&&"withCredentials"in Ut,A.ajax=Ut=!!Ut,C.ajaxTransport((function(e){var t,i;if(A.cors||Ut&&!e.crossDomain)return{send:function(r,o){var a,s=e.xhr();if(s.open(e.type,e.url,e.async,e.username,e.password),e.xhrFields)for(a in e.xhrFields)s[a]=e.xhrFields[a];for(a in e.mimeType&&s.overrideMimeType&&s.overrideMimeType(e.mimeType),e.crossDomain||r["X-Requested-With"]||(r["X-Requested-With"]="XMLHttpRequest"),r)s.setRequestHeader(a,r[a]);t=function(e){return function(){t&&(t=i=s.onload=s.onerror=s.onabort=s.ontimeout=s.onreadystatechange=null,"abort"===e?s.abort():"error"===e?"number"!=typeof s.status?o(0,"error"):o(s.status,s.statusText):o(Wt[s.status]||s.status,s.statusText,"text"!==(s.responseType||"text")||"string"!=typeof s.responseText?{binary:s.response}:{text:s.responseText},s.getAllResponseHeaders()))}},s.onload=t(),i=s.onerror=s.ontimeout=t("error"),void 0!==s.onabort?s.onabort=i:s.onreadystatechange=function(){4===s.readyState&&n.setTimeout((function(){t&&i()}))},t=t("abort");try{s.send(e.hasContent&&e.data||null)}catch(e){if(t)throw e}},abort:function(){t&&t()}}})),C.ajaxPrefilter((function(e){e.crossDomain&&(e.contents.script=!1)})),C.ajaxSetup({accepts:{script:"text/javascript, application/javascript, application/ecmascript, application/x-ecmascript"},contents:{script:/\b(?:java|ecma)script\b/},converters:{"text script":function(e){return C.globalEval(e),e}}}),C.ajaxPrefilter("script",(function(e){void 0===e.cache&&(e.cache=!1),e.crossDomain&&(e.type="GET")})),C.ajaxTransport("script",(function(e){var t,n;if(e.crossDomain)return{send:function(i,r){t=C("<script>").prop({charset:e.scriptCharset,src:e.url}).on("load error",n=function(e){t.remove(),n=null,e&&r("error"===e.type?404:200,e.type)}),a.head.appendChild(t[0])},abort:function(){n&&n()}}}));var qt,Gt=[],Qt=/(=)\?(?=&|$)|\?\?/;C.ajaxSetup({jsonp:"callback",jsonpCallback:function(){var e=Gt.pop()||C.expando+"_"+Ct++;return this[e]=!0,e}}),C.ajaxPrefilter("json jsonp",(function(e,t,i){var r,o,a,s=!1!==e.jsonp&&(Qt.test(e.url)?"url":"string"==typeof e.data&&0===(e.contentType||"").indexOf("application/x-www-form-urlencoded")&&Qt.test(e.data)&&"data");if(s||"jsonp"===e.dataTypes[0])return r=e.jsonpCallback=v(e.jsonpCallback)?e.jsonpCallback():e.jsonpCallback,s?e[s]=e[s].replace(Qt,"$1"+r):!1!==e.jsonp&&(e.url+=(xt.test(e.url)?"&":"?")+e.jsonp+"="+r),e.converters["script json"]=function(){return a||C.error(r+" was not called"),a[0]},e.dataTypes[0]="json",o=n[r],n[r]=function(){a=arguments},i.always((function(){void 0===o?C(n).removeProp(r):n[r]=o,e[r]&&(e.jsonpCallback=t.jsonpCallback,Gt.push(r)),a&&v(o)&&o(a[0]),a=o=void 0})),"script"})),A.createHTMLDocument=((qt=a.implementation.createHTMLDocument("").body).innerHTML="<form></form><form></form>",2===qt.childNodes.length),C.parseHTML=function(e,t,n){return"string"!=typeof e?[]:("boolean"==typeof t&&(n=t,t=!1),t||(A.createHTMLDocument?((i=(t=a.implementation.createHTMLDocument("")).createElement("base")).href=a.location.href,t.head.appendChild(i)):t=a),o=!n&&[],(r=B.exec(e))?[t.createElement(r[1])]:(r=ye([e],t,o),o&&o.length&&C(o).remove(),C.merge([],r.childNodes)));var i,r,o},C.fn.load=function(e,t,n){var i,r,o,a=this,s=e.indexOf(" ");return s>-1&&(i=gt(e.slice(s)),e=e.slice(0,s)),v(t)?(n=t,t=void 0):t&&"object"==typeof t&&(r="POST"),a.length>0&&C.ajax({url:e,type:r||"GET",dataType:"html",data:t}).done((function(e){o=arguments,a.html(i?C("<div>").append(C.parseHTML(e)).find(i):e)})).always(n&&function(e,t){a.each((function(){n.apply(this,o||[e.responseText,t,e])}))}),this},C.each(["ajaxStart","ajaxStop","ajaxComplete","ajaxError","ajaxSuccess","ajaxSend"],(function(e,t){C.fn[t]=function(e){return this.on(t,e)}})),C.expr.pseudos.animated=function(e){return C.grep(C.timers,(function(t){return e===t.elem})).length},C.offset={setOffset:function(e,t,n){var i,r,o,a,s,l,u=C.css(e,"position"),c=C(e),d={};"static"===u&&(e.style.position="relative"),s=c.offset(),o=C.css(e,"top"),l=C.css(e,"left"),("absolute"===u||"fixed"===u)&&(o+l).indexOf("auto")>-1?(a=(i=c.position()).top,r=i.left):(a=parseFloat(o)||0,r=parseFloat(l)||0),v(t)&&(t=t.call(e,n,C.extend({},s))),null!=t.top&&(d.top=t.top-s.top+a),null!=t.left&&(d.left=t.left-s.left+r),"using"in t?t.using.call(e,d):c.css(d)}},C.fn.extend({offset:function(e){if(arguments.length)return void 0===e?this:this.each((function(t){C.offset.setOffset(this,e,t)}));var t,n,i=this[0];return i?i.getClientRects().length?(t=i.getBoundingClientRect(),n=i.ownerDocument.defaultView,{top:t.top+n.pageYOffset,left:t.left+n.pageXOffset}):{top:0,left:0}:void 0},position:function(){if(this[0]){var e,t,n,i=this[0],r={top:0,left:0};if("fixed"===C.css(i,"position"))t=i.getBoundingClientRect();else{for(t=this.offset(),n=i.ownerDocument,e=i.offsetParent||n.documentElement;e&&(e===n.body||e===n.documentElement)&&"static"===C.css(e,"position");)e=e.parentNode;e&&e!==i&&1===e.nodeType&&((r=C(e).offset()).top+=C.css(e,"borderTopWidth",!0),r.left+=C.css(e,"borderLeftWidth",!0))}return{top:t.top-r.top-C.css(i,"marginTop",!0),left:t.left-r.left-C.css(i,"marginLeft",!0)}}},offsetParent:function(){return this.map((function(){for(var e=this.offsetParent;e&&"static"===C.css(e,"position");)e=e.offsetParent;return e||we}))}}),C.each({scrollLeft:"pageXOffset",scrollTop:"pageYOffset"},(function(e,t){var n="pageYOffset"===t;C.fn[e]=function(i){return q(this,(function(e,i,r){var o;if(_(e)?o=e:9===e.nodeType&&(o=e.defaultView),void 0===r)return o?o[t]:e[i];o?o.scrollTo(n?o.pageXOffset:r,n?r:o.pageYOffset):e[i]=r}),e,i,arguments.length)}})),C.each(["top","left"],(function(e,t){C.cssHooks[t]=qe(A.pixelPosition,(function(e,n){if(n)return n=Ue(e,t),Re.test(n)?C(e).position()[t]+"px":n}))})),C.each({Height:"height",Width:"width"},(function(e,t){C.each({padding:"inner"+e,content:t,"":"outer"+e},(function(n,i){C.fn[i]=function(r,o){var a=arguments.length&&(n||"boolean"!=typeof r),s=n||(!0===r||!0===o?"margin":"border");return q(this,(function(t,n,r){var o;return _(t)?0===i.indexOf("outer")?t["inner"+e]:t.document.documentElement["client"+e]:9===t.nodeType?(o=t.documentElement,Math.max(t.body["scroll"+e],o["scroll"+e],t.body["offset"+e],o["offset"+e],o["client"+e])):void 0===r?C.css(t,n,s):C.style(t,n,r,s)}),t,a?r:void 0,a)}}))})),C.each("blur focus focusin focusout resize scroll click dblclick mousedown mouseup mousemove mouseover mouseout mouseenter mouseleave change select submit keydown keypress keyup contextmenu".split(" "),(function(e,t){C.fn[t]=function(e,n){return arguments.length>0?this.on(t,null,e,n):this.trigger(t)}})),C.fn.extend({hover:function(e,t){return this.mouseenter(e).mouseleave(t||e)}}),C.fn.extend({bind:function(e,t,n){return this.on(e,null,t,n)},unbind:function(e,t){return this.off(e,null,t)},delegate:function(e,t,n,i){return this.on(t,e,n,i)},undelegate:function(e,t,n){return 1===arguments.length?this.off(e,"**"):this.off(t,e||"**",n)}}),C.proxy=function(e,t){var n,i,r;if("string"==typeof t&&(n=e[t],t=e,e=n),v(e))return i=l.call(arguments,2),(r=function(){return e.apply(t||this,i.concat(l.call(arguments)))}).guid=e.guid=e.guid||C.guid++,r},C.holdReady=function(e){e?C.readyWait++:C.ready(!0)},C.isArray=Array.isArray,C.parseJSON=JSON.parse,C.nodeName=D,C.isFunction=v,C.isWindow=_,C.camelCase=J,C.type=w,C.now=Date.now,C.isNumeric=function(e){var t=C.type(e);return("number"===t||"string"===t)&&!isNaN(e-parseFloat(e))},void 0===(i=function(){return C}.apply(t,[]))||(e.exports=i);var Vt=n.jQuery,Jt=n.$;return C.noConflict=function(e){return n.$===C&&(n.$=Jt),e&&n.jQuery===C&&(n.jQuery=Vt),C},r||(n.jQuery=n.$=C),C}))},function(e,t,n){"use strict";(function(e){n.d(t,"e",(function(){return i})),n.d(t,"p",(function(){return r})),n.d(t,"a",(function(){return o})),n.d(t,"c",(function(){return a})),n.d(t,"d",(function(){return s})),n.d(t,"o",(function(){return l})),n.d(t,"q",(function(){return u})),n.d(t,"t",(function(){return c})),n.d(t,"i",(function(){return d})),n.d(t,"r",(function(){return h})),n.d(t,"s",(function(){return p})),n.d(t,"k",(function(){return f})),n.d(t,"m",(function(){return m})),n.d(t,"j",(function(){return g})),n.d(t,"l",(function(){return A})),n.d(t,"g",(function(){return v})),n.d(t,"f",(function(){return _})),n.d(t,"h",(function(){return b})),n.d(t,"n",(function(){return y})),n.d(t,"b",(function(){return w}));var i="1.12.0",r="object"==typeof self&&self.self===self&&self||"object"==typeof e&&e.global===e&&e||Function("return this")()||{},o=Array.prototype,a=Object.prototype,s="undefined"!=typeof Symbol?Symbol.prototype:null,l=o.push,u=o.slice,c=a.toString,d=a.hasOwnProperty,h="undefined"!=typeof ArrayBuffer,p="undefined"!=typeof DataView,f=Array.isArray,m=Object.keys,g=Object.create,A=h&&ArrayBuffer.isView,v=isNaN,_=isFinite,b=!{toString:null}.propertyIsEnumerable("toString"),y=["valueOf","isPrototypeOf","toString","propertyIsEnumerable","hasOwnProperty","toLocaleString"],w=Math.pow(2,53)-1}).call(this,n(17))},function(e,t,n){(function(e){e.exports=function(){"use strict";var t,i;function r(){return t.apply(null,arguments)}function o(e){return e instanceof Array||"[object Array]"===Object.prototype.toString.call(e)}function a(e){return null!=e&&"[object Object]"===Object.prototype.toString.call(e)}function s(e,t){return Object.prototype.hasOwnProperty.call(e,t)}function l(e){if(Object.getOwnPropertyNames)return 0===Object.getOwnPropertyNames(e).length;var t;for(t in e)if(s(e,t))return!1;return!0}function u(e){return void 0===e}function c(e){return"number"==typeof e||"[object Number]"===Object.prototype.toString.call(e)}function d(e){return e instanceof Date||"[object Date]"===Object.prototype.toString.call(e)}function h(e,t){var n,i=[];for(n=0;n<e.length;++n)i.push(t(e[n],n));return i}function p(e,t){for(var n in t)s(t,n)&&(e[n]=t[n]);return s(t,"toString")&&(e.toString=t.toString),s(t,"valueOf")&&(e.valueOf=t.valueOf),e}function f(e,t,n,i){return kt(e,t,n,i,!0).utc()}function m(e){return null==e._pf&&(e._pf={empty:!1,unusedTokens:[],unusedInput:[],overflow:-2,charsLeftOver:0,nullInput:!1,invalidEra:null,invalidMonth:null,invalidFormat:!1,userInvalidated:!1,iso:!1,parsedDateParts:[],era:null,meridiem:null,rfc2822:!1,weekdayMismatch:!1}),e._pf}function g(e){if(null==e._isValid){var t=m(e),n=i.call(t.parsedDateParts,(function(e){return null!=e})),r=!isNaN(e._d.getTime())&&t.overflow<0&&!t.empty&&!t.invalidEra&&!t.invalidMonth&&!t.invalidWeekday&&!t.weekdayMismatch&&!t.nullInput&&!t.invalidFormat&&!t.userInvalidated&&(!t.meridiem||t.meridiem&&n);if(e._strict&&(r=r&&0===t.charsLeftOver&&0===t.unusedTokens.length&&void 0===t.bigHour),null!=Object.isFrozen&&Object.isFrozen(e))return r;e._isValid=r}return e._isValid}function A(e){var t=f(NaN);return null!=e?p(m(t),e):m(t).userInvalidated=!0,t}i=Array.prototype.some?Array.prototype.some:function(e){var t,n=Object(this),i=n.length>>>0;for(t=0;t<i;t++)if(t in n&&e.call(this,n[t],t,n))return!0;return!1};var v=r.momentProperties=[],_=!1;function b(e,t){var n,i,r;if(u(t._isAMomentObject)||(e._isAMomentObject=t._isAMomentObject),u(t._i)||(e._i=t._i),u(t._f)||(e._f=t._f),u(t._l)||(e._l=t._l),u(t._strict)||(e._strict=t._strict),u(t._tzm)||(e._tzm=t._tzm),u(t._isUTC)||(e._isUTC=t._isUTC),u(t._offset)||(e._offset=t._offset),u(t._pf)||(e._pf=m(t)),u(t._locale)||(e._locale=t._locale),v.length>0)for(n=0;n<v.length;n++)u(r=t[i=v[n]])||(e[i]=r);return e}function y(e){b(this,e),this._d=new Date(null!=e._d?e._d.getTime():NaN),this.isValid()||(this._d=new Date(NaN)),!1===_&&(_=!0,r.updateOffset(this),_=!1)}function w(e){return e instanceof y||null!=e&&null!=e._isAMomentObject}function C(e){!1===r.suppressDeprecationWarnings&&"undefined"!=typeof console&&console.warn&&console.warn("Deprecation warning: "+e)}function x(e,t){var n=!0;return p((function(){if(null!=r.deprecationHandler&&r.deprecationHandler(null,e),n){var i,o,a,l=[];for(o=0;o<arguments.length;o++){if(i="","object"==typeof arguments[o]){for(a in i+="\n["+o+"] ",arguments[0])s(arguments[0],a)&&(i+=a+": "+arguments[0][a]+", ");i=i.slice(0,-2)}else i=arguments[o];l.push(i)}C(e+"\nArguments: "+Array.prototype.slice.call(l).join("")+"\n"+(new Error).stack),n=!1}return t.apply(this,arguments)}),t)}var k,M={};function E(e,t){null!=r.deprecationHandler&&r.deprecationHandler(e,t),M[e]||(C(t),M[e]=!0)}function L(e){return"undefined"!=typeof Function&&e instanceof Function||"[object Function]"===Object.prototype.toString.call(e)}function T(e,t){var n,i=p({},e);for(n in t)s(t,n)&&(a(e[n])&&a(t[n])?(i[n]={},p(i[n],e[n]),p(i[n],t[n])):null!=t[n]?i[n]=t[n]:delete i[n]);for(n in e)s(e,n)&&!s(t,n)&&a(e[n])&&(i[n]=p({},i[n]));return i}function D(e){null!=e&&this.set(e)}function B(e,t,n){var i=""+Math.abs(e),r=t-i.length;return(e>=0?n?"+":"":"-")+Math.pow(10,Math.max(0,r)).toString().substr(1)+i}r.suppressDeprecationWarnings=!1,r.deprecationHandler=null,k=Object.keys?Object.keys:function(e){var t,n=[];for(t in e)s(e,t)&&n.push(t);return n};var S=/(\[[^\[]*\])|(\\)?([Hh]mm(ss)?|Mo|MM?M?M?|Do|DDDo|DD?D?D?|ddd?d?|do?|w[o|w]?|W[o|W]?|Qo?|N{1,5}|YYYYYY|YYYYY|YYYY|YY|y{2,4}|yo?|gg(ggg?)?|GG(GGG?)?|e|E|a|A|hh?|HH?|kk?|mm?|ss?|S{1,9}|x|X|zz?|ZZ?|.)/g,Y=/(\[[^\[]*\])|(\\)?(LTS|LT|LL?L?L?|l{1,4})/g,I={},O={};function j(e,t,n,i){var r=i;"string"==typeof i&&(r=function(){return this[i]()}),e&&(O[e]=r),t&&(O[t[0]]=function(){return B(r.apply(this,arguments),t[1],t[2])}),n&&(O[n]=function(){return this.localeData().ordinal(r.apply(this,arguments),e)})}function P(e,t){return e.isValid()?(t=H(t,e.localeData()),I[t]=I[t]||function(e){var t,n,i,r=e.match(S);for(t=0,n=r.length;t<n;t++)O[r[t]]?r[t]=O[r[t]]:r[t]=(i=r[t]).match(/\[[\s\S]/)?i.replace(/^\[|\]$/g,""):i.replace(/\\/g,"");return function(t){var i,o="";for(i=0;i<n;i++)o+=L(r[i])?r[i].call(t,e):r[i];return o}}(t),I[t](e)):e.localeData().invalidDate()}function H(e,t){var n=5;function i(e){return t.longDateFormat(e)||e}for(Y.lastIndex=0;n>=0&&Y.test(e);)e=e.replace(Y,i),Y.lastIndex=0,n-=1;return e}var F={};function N(e,t){var n=e.toLowerCase();F[n]=F[n+"s"]=F[t]=e}function R(e){return"string"==typeof e?F[e]||F[e.toLowerCase()]:void 0}function z(e){var t,n,i={};for(n in e)s(e,n)&&(t=R(n))&&(i[t]=e[n]);return i}var W={};function U(e,t){W[e]=t}function q(e){return e%4==0&&e%100!=0||e%400==0}function G(e){return e<0?Math.ceil(e)||0:Math.floor(e)}function Q(e){var t=+e,n=0;return 0!==t&&isFinite(t)&&(n=G(t)),n}function V(e,t){return function(n){return null!=n?(K(this,e,n),r.updateOffset(this,t),this):J(this,e)}}function J(e,t){return e.isValid()?e._d["get"+(e._isUTC?"UTC":"")+t]():NaN}function K(e,t,n){e.isValid()&&!isNaN(n)&&("FullYear"===t&&q(e.year())&&1===e.month()&&29===e.date()?(n=Q(n),e._d["set"+(e._isUTC?"UTC":"")+t](n,e.month(),we(n,e.month()))):e._d["set"+(e._isUTC?"UTC":"")+t](n))}var X,Z=/\d/,$=/\d\d/,ee=/\d{3}/,te=/\d{4}/,ne=/[+-]?\d{6}/,ie=/\d\d?/,re=/\d\d\d\d?/,oe=/\d\d\d\d\d\d?/,ae=/\d{1,3}/,se=/\d{1,4}/,le=/[+-]?\d{1,6}/,ue=/\d+/,ce=/[+-]?\d+/,de=/Z|[+-]\d\d:?\d\d/gi,he=/Z|[+-]\d\d(?::?\d\d)?/gi,pe=/[0-9]{0,256}['a-z\u00A0-\u05FF\u0700-\uD7FF\uF900-\uFDCF\uFDF0-\uFF07\uFF10-\uFFEF]{1,256}|[\u0600-\u06FF\/]{1,256}(\s*?[\u0600-\u06FF]{1,256}){1,2}/i;function fe(e,t,n){X[e]=L(t)?t:function(e,i){return e&&n?n:t}}function me(e,t){return s(X,e)?X[e](t._strict,t._locale):new RegExp(ge(e.replace("\\","").replace(/\\(\[)|\\(\])|\[([^\]\[]*)\]|\\(.)/g,(function(e,t,n,i,r){return t||n||i||r}))))}function ge(e){return e.replace(/[-\/\\^$*+?.()|[\]{}]/g,"\\$&")}X={};var Ae,ve={};function _e(e,t){var n,i=t;for("string"==typeof e&&(e=[e]),c(t)&&(i=function(e,n){n[t]=Q(e)}),n=0;n<e.length;n++)ve[e[n]]=i}function be(e,t){_e(e,(function(e,n,i,r){i._w=i._w||{},t(e,i._w,i,r)}))}function ye(e,t,n){null!=t&&s(ve,e)&&ve[e](t,n._a,n,e)}function we(e,t){if(isNaN(e)||isNaN(t))return NaN;var n=function(e,t){return(e%t+t)%t}(t,12);return e+=(t-n)/12,1===n?q(e)?29:28:31-n%7%2}Ae=Array.prototype.indexOf?Array.prototype.indexOf:function(e){var t;for(t=0;t<this.length;++t)if(this[t]===e)return t;return-1},j("M",["MM",2],"Mo",(function(){return this.month()+1})),j("MMM",0,0,(function(e){return this.localeData().monthsShort(this,e)})),j("MMMM",0,0,(function(e){return this.localeData().months(this,e)})),N("month","M"),U("month",8),fe("M",ie),fe("MM",ie,$),fe("MMM",(function(e,t){return t.monthsShortRegex(e)})),fe("MMMM",(function(e,t){return t.monthsRegex(e)})),_e(["M","MM"],(function(e,t){t[1]=Q(e)-1})),_e(["MMM","MMMM"],(function(e,t,n,i){var r=n._locale.monthsParse(e,i,n._strict);null!=r?t[1]=r:m(n).invalidMonth=e}));var Ce="January_February_March_April_May_June_July_August_September_October_November_December".split("_"),xe="Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec".split("_"),ke=/D[oD]?(\[[^\[\]]*\]|\s)+MMMM?/,Me=pe,Ee=pe;function Le(e,t,n){var i,r,o,a=e.toLocaleLowerCase();if(!this._monthsParse)for(this._monthsParse=[],this._longMonthsParse=[],this._shortMonthsParse=[],i=0;i<12;++i)o=f([2e3,i]),this._shortMonthsParse[i]=this.monthsShort(o,"").toLocaleLowerCase(),this._longMonthsParse[i]=this.months(o,"").toLocaleLowerCase();return n?"MMM"===t?-1!==(r=Ae.call(this._shortMonthsParse,a))?r:null:-1!==(r=Ae.call(this._longMonthsParse,a))?r:null:"MMM"===t?-1!==(r=Ae.call(this._shortMonthsParse,a))||-1!==(r=Ae.call(this._longMonthsParse,a))?r:null:-1!==(r=Ae.call(this._longMonthsParse,a))||-1!==(r=Ae.call(this._shortMonthsParse,a))?r:null}function Te(e,t){var n;if(!e.isValid())return e;if("string"==typeof t)if(/^\d+$/.test(t))t=Q(t);else if(!c(t=e.localeData().monthsParse(t)))return e;return n=Math.min(e.date(),we(e.year(),t)),e._d["set"+(e._isUTC?"UTC":"")+"Month"](t,n),e}function De(e){return null!=e?(Te(this,e),r.updateOffset(this,!0),this):J(this,"Month")}function Be(){function e(e,t){return t.length-e.length}var t,n,i=[],r=[],o=[];for(t=0;t<12;t++)n=f([2e3,t]),i.push(this.monthsShort(n,"")),r.push(this.months(n,"")),o.push(this.months(n,"")),o.push(this.monthsShort(n,""));for(i.sort(e),r.sort(e),o.sort(e),t=0;t<12;t++)i[t]=ge(i[t]),r[t]=ge(r[t]);for(t=0;t<24;t++)o[t]=ge(o[t]);this._monthsRegex=new RegExp("^("+o.join("|")+")","i"),this._monthsShortRegex=this._monthsRegex,this._monthsStrictRegex=new RegExp("^("+r.join("|")+")","i"),this._monthsShortStrictRegex=new RegExp("^("+i.join("|")+")","i")}function Se(e){return q(e)?366:365}j("Y",0,0,(function(){var e=this.year();return e<=9999?B(e,4):"+"+e})),j(0,["YY",2],0,(function(){return this.year()%100})),j(0,["YYYY",4],0,"year"),j(0,["YYYYY",5],0,"year"),j(0,["YYYYYY",6,!0],0,"year"),N("year","y"),U("year",1),fe("Y",ce),fe("YY",ie,$),fe("YYYY",se,te),fe("YYYYY",le,ne),fe("YYYYYY",le,ne),_e(["YYYYY","YYYYYY"],0),_e("YYYY",(function(e,t){t[0]=2===e.length?r.parseTwoDigitYear(e):Q(e)})),_e("YY",(function(e,t){t[0]=r.parseTwoDigitYear(e)})),_e("Y",(function(e,t){t[0]=parseInt(e,10)})),r.parseTwoDigitYear=function(e){return Q(e)+(Q(e)>68?1900:2e3)};var Ye=V("FullYear",!0);function Ie(e,t,n,i,r,o,a){var s;return e<100&&e>=0?(s=new Date(e+400,t,n,i,r,o,a),isFinite(s.getFullYear())&&s.setFullYear(e)):s=new Date(e,t,n,i,r,o,a),s}function Oe(e){var t,n;return e<100&&e>=0?((n=Array.prototype.slice.call(arguments))[0]=e+400,t=new Date(Date.UTC.apply(null,n)),isFinite(t.getUTCFullYear())&&t.setUTCFullYear(e)):t=new Date(Date.UTC.apply(null,arguments)),t}function je(e,t,n){var i=7+t-n;return-(7+Oe(e,0,i).getUTCDay()-t)%7+i-1}function Pe(e,t,n,i,r){var o,a,s=1+7*(t-1)+(7+n-i)%7+je(e,i,r);return s<=0?a=Se(o=e-1)+s:s>Se(e)?(o=e+1,a=s-Se(e)):(o=e,a=s),{year:o,dayOfYear:a}}function He(e,t,n){var i,r,o=je(e.year(),t,n),a=Math.floor((e.dayOfYear()-o-1)/7)+1;return a<1?i=a+Fe(r=e.year()-1,t,n):a>Fe(e.year(),t,n)?(i=a-Fe(e.year(),t,n),r=e.year()+1):(r=e.year(),i=a),{week:i,year:r}}function Fe(e,t,n){var i=je(e,t,n),r=je(e+1,t,n);return(Se(e)-i+r)/7}function Ne(e,t){return e.slice(t,7).concat(e.slice(0,t))}j("w",["ww",2],"wo","week"),j("W",["WW",2],"Wo","isoWeek"),N("week","w"),N("isoWeek","W"),U("week",5),U("isoWeek",5),fe("w",ie),fe("ww",ie,$),fe("W",ie),fe("WW",ie,$),be(["w","ww","W","WW"],(function(e,t,n,i){t[i.substr(0,1)]=Q(e)})),j("d",0,"do","day"),j("dd",0,0,(function(e){return this.localeData().weekdaysMin(this,e)})),j("ddd",0,0,(function(e){return this.localeData().weekdaysShort(this,e)})),j("dddd",0,0,(function(e){return this.localeData().weekdays(this,e)})),j("e",0,0,"weekday"),j("E",0,0,"isoWeekday"),N("day","d"),N("weekday","e"),N("isoWeekday","E"),U("day",11),U("weekday",11),U("isoWeekday",11),fe("d",ie),fe("e",ie),fe("E",ie),fe("dd",(function(e,t){return t.weekdaysMinRegex(e)})),fe("ddd",(function(e,t){return t.weekdaysShortRegex(e)})),fe("dddd",(function(e,t){return t.weekdaysRegex(e)})),be(["dd","ddd","dddd"],(function(e,t,n,i){var r=n._locale.weekdaysParse(e,i,n._strict);null!=r?t.d=r:m(n).invalidWeekday=e})),be(["d","e","E"],(function(e,t,n,i){t[i]=Q(e)}));var Re="Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),ze="Sun_Mon_Tue_Wed_Thu_Fri_Sat".split("_"),We="Su_Mo_Tu_We_Th_Fr_Sa".split("_"),Ue=pe,qe=pe,Ge=pe;function Qe(e,t,n){var i,r,o,a=e.toLocaleLowerCase();if(!this._weekdaysParse)for(this._weekdaysParse=[],this._shortWeekdaysParse=[],this._minWeekdaysParse=[],i=0;i<7;++i)o=f([2e3,1]).day(i),this._minWeekdaysParse[i]=this.weekdaysMin(o,"").toLocaleLowerCase(),this._shortWeekdaysParse[i]=this.weekdaysShort(o,"").toLocaleLowerCase(),this._weekdaysParse[i]=this.weekdays(o,"").toLocaleLowerCase();return n?"dddd"===t?-1!==(r=Ae.call(this._weekdaysParse,a))?r:null:"ddd"===t?-1!==(r=Ae.call(this._shortWeekdaysParse,a))?r:null:-1!==(r=Ae.call(this._minWeekdaysParse,a))?r:null:"dddd"===t?-1!==(r=Ae.call(this._weekdaysParse,a))||-1!==(r=Ae.call(this._shortWeekdaysParse,a))||-1!==(r=Ae.call(this._minWeekdaysParse,a))?r:null:"ddd"===t?-1!==(r=Ae.call(this._shortWeekdaysParse,a))||-1!==(r=Ae.call(this._weekdaysParse,a))||-1!==(r=Ae.call(this._minWeekdaysParse,a))?r:null:-1!==(r=Ae.call(this._minWeekdaysParse,a))||-1!==(r=Ae.call(this._weekdaysParse,a))||-1!==(r=Ae.call(this._shortWeekdaysParse,a))?r:null}function Ve(){function e(e,t){return t.length-e.length}var t,n,i,r,o,a=[],s=[],l=[],u=[];for(t=0;t<7;t++)n=f([2e3,1]).day(t),i=ge(this.weekdaysMin(n,"")),r=ge(this.weekdaysShort(n,"")),o=ge(this.weekdays(n,"")),a.push(i),s.push(r),l.push(o),u.push(i),u.push(r),u.push(o);a.sort(e),s.sort(e),l.sort(e),u.sort(e),this._weekdaysRegex=new RegExp("^("+u.join("|")+")","i"),this._weekdaysShortRegex=this._weekdaysRegex,this._weekdaysMinRegex=this._weekdaysRegex,this._weekdaysStrictRegex=new RegExp("^("+l.join("|")+")","i"),this._weekdaysShortStrictRegex=new RegExp("^("+s.join("|")+")","i"),this._weekdaysMinStrictRegex=new RegExp("^("+a.join("|")+")","i")}function Je(){return this.hours()%12||12}function Ke(e,t){j(e,0,0,(function(){return this.localeData().meridiem(this.hours(),this.minutes(),t)}))}function Xe(e,t){return t._meridiemParse}j("H",["HH",2],0,"hour"),j("h",["hh",2],0,Je),j("k",["kk",2],0,(function(){return this.hours()||24})),j("hmm",0,0,(function(){return""+Je.apply(this)+B(this.minutes(),2)})),j("hmmss",0,0,(function(){return""+Je.apply(this)+B(this.minutes(),2)+B(this.seconds(),2)})),j("Hmm",0,0,(function(){return""+this.hours()+B(this.minutes(),2)})),j("Hmmss",0,0,(function(){return""+this.hours()+B(this.minutes(),2)+B(this.seconds(),2)})),Ke("a",!0),Ke("A",!1),N("hour","h"),U("hour",13),fe("a",Xe),fe("A",Xe),fe("H",ie),fe("h",ie),fe("k",ie),fe("HH",ie,$),fe("hh",ie,$),fe("kk",ie,$),fe("hmm",re),fe("hmmss",oe),fe("Hmm",re),fe("Hmmss",oe),_e(["H","HH"],3),_e(["k","kk"],(function(e,t,n){var i=Q(e);t[3]=24===i?0:i})),_e(["a","A"],(function(e,t,n){n._isPm=n._locale.isPM(e),n._meridiem=e})),_e(["h","hh"],(function(e,t,n){t[3]=Q(e),m(n).bigHour=!0})),_e("hmm",(function(e,t,n){var i=e.length-2;t[3]=Q(e.substr(0,i)),t[4]=Q(e.substr(i)),m(n).bigHour=!0})),_e("hmmss",(function(e,t,n){var i=e.length-4,r=e.length-2;t[3]=Q(e.substr(0,i)),t[4]=Q(e.substr(i,2)),t[5]=Q(e.substr(r)),m(n).bigHour=!0})),_e("Hmm",(function(e,t,n){var i=e.length-2;t[3]=Q(e.substr(0,i)),t[4]=Q(e.substr(i))})),_e("Hmmss",(function(e,t,n){var i=e.length-4,r=e.length-2;t[3]=Q(e.substr(0,i)),t[4]=Q(e.substr(i,2)),t[5]=Q(e.substr(r))}));var Ze,$e=V("Hours",!0),et={calendar:{sameDay:"[Today at] LT",nextDay:"[Tomorrow at] LT",nextWeek:"dddd [at] LT",lastDay:"[Yesterday at] LT",lastWeek:"[Last] dddd [at] LT",sameElse:"L"},longDateFormat:{LTS:"h:mm:ss A",LT:"h:mm A",L:"MM/DD/YYYY",LL:"MMMM D, YYYY",LLL:"MMMM D, YYYY h:mm A",LLLL:"dddd, MMMM D, YYYY h:mm A"},invalidDate:"Invalid date",ordinal:"%d",dayOfMonthOrdinalParse:/\d{1,2}/,relativeTime:{future:"in %s",past:"%s ago",s:"a few seconds",ss:"%d seconds",m:"a minute",mm:"%d minutes",h:"an hour",hh:"%d hours",d:"a day",dd:"%d days",w:"a week",ww:"%d weeks",M:"a month",MM:"%d months",y:"a year",yy:"%d years"},months:Ce,monthsShort:xe,week:{dow:0,doy:6},weekdays:Re,weekdaysMin:We,weekdaysShort:ze,meridiemParse:/[ap]\.?m?\.?/i},tt={},nt={};function it(e,t){var n,i=Math.min(e.length,t.length);for(n=0;n<i;n+=1)if(e[n]!==t[n])return n;return i}function rt(e){return e?e.toLowerCase().replace("_","-"):e}function ot(t){var i=null;if(void 0===tt[t]&&void 0!==e&&e&&e.exports)try{i=Ze._abbr,n(610)("./"+t),at(i)}catch(e){tt[t]=null}return tt[t]}function at(e,t){var n;return e&&((n=u(t)?lt(e):st(e,t))?Ze=n:"undefined"!=typeof console&&console.warn&&console.warn("Locale "+e+" not found. Did you forget to load it?")),Ze._abbr}function st(e,t){if(null!==t){var n,i=et;if(t.abbr=e,null!=tt[e])E("defineLocaleOverride","use moment.updateLocale(localeName, config) to change an existing locale. moment.defineLocale(localeName, config) should only be used for creating a new locale See http://momentjs.com/guides/#/warnings/define-locale/ for more info."),i=tt[e]._config;else if(null!=t.parentLocale)if(null!=tt[t.parentLocale])i=tt[t.parentLocale]._config;else{if(null==(n=ot(t.parentLocale)))return nt[t.parentLocale]||(nt[t.parentLocale]=[]),nt[t.parentLocale].push({name:e,config:t}),null;i=n._config}return tt[e]=new D(T(i,t)),nt[e]&&nt[e].forEach((function(e){st(e.name,e.config)})),at(e),tt[e]}return delete tt[e],null}function lt(e){var t;if(e&&e._locale&&e._locale._abbr&&(e=e._locale._abbr),!e)return Ze;if(!o(e)){if(t=ot(e))return t;e=[e]}return function(e){for(var t,n,i,r,o=0;o<e.length;){for(t=(r=rt(e[o]).split("-")).length,n=(n=rt(e[o+1]))?n.split("-"):null;t>0;){if(i=ot(r.slice(0,t).join("-")))return i;if(n&&n.length>=t&&it(r,n)>=t-1)break;t--}o++}return Ze}(e)}function ut(e){var t,n=e._a;return n&&-2===m(e).overflow&&(t=n[1]<0||n[1]>11?1:n[2]<1||n[2]>we(n[0],n[1])?2:n[3]<0||n[3]>24||24===n[3]&&(0!==n[4]||0!==n[5]||0!==n[6])?3:n[4]<0||n[4]>59?4:n[5]<0||n[5]>59?5:n[6]<0||n[6]>999?6:-1,m(e)._overflowDayOfYear&&(t<0||t>2)&&(t=2),m(e)._overflowWeeks&&-1===t&&(t=7),m(e)._overflowWeekday&&-1===t&&(t=8),m(e).overflow=t),e}var ct=/^\s*((?:[+-]\d{6}|\d{4})-(?:\d\d-\d\d|W\d\d-\d|W\d\d|\d\d\d|\d\d))(?:(T| )(\d\d(?::\d\d(?::\d\d(?:[.,]\d+)?)?)?)([+-]\d\d(?::?\d\d)?|\s*Z)?)?$/,dt=/^\s*((?:[+-]\d{6}|\d{4})(?:\d\d\d\d|W\d\d\d|W\d\d|\d\d\d|\d\d|))(?:(T| )(\d\d(?:\d\d(?:\d\d(?:[.,]\d+)?)?)?)([+-]\d\d(?::?\d\d)?|\s*Z)?)?$/,ht=/Z|[+-]\d\d(?::?\d\d)?/,pt=[["YYYYYY-MM-DD",/[+-]\d{6}-\d\d-\d\d/],["YYYY-MM-DD",/\d{4}-\d\d-\d\d/],["GGGG-[W]WW-E",/\d{4}-W\d\d-\d/],["GGGG-[W]WW",/\d{4}-W\d\d/,!1],["YYYY-DDD",/\d{4}-\d{3}/],["YYYY-MM",/\d{4}-\d\d/,!1],["YYYYYYMMDD",/[+-]\d{10}/],["YYYYMMDD",/\d{8}/],["GGGG[W]WWE",/\d{4}W\d{3}/],["GGGG[W]WW",/\d{4}W\d{2}/,!1],["YYYYDDD",/\d{7}/],["YYYYMM",/\d{6}/,!1],["YYYY",/\d{4}/,!1]],ft=[["HH:mm:ss.SSSS",/\d\d:\d\d:\d\d\.\d+/],["HH:mm:ss,SSSS",/\d\d:\d\d:\d\d,\d+/],["HH:mm:ss",/\d\d:\d\d:\d\d/],["HH:mm",/\d\d:\d\d/],["HHmmss.SSSS",/\d\d\d\d\d\d\.\d+/],["HHmmss,SSSS",/\d\d\d\d\d\d,\d+/],["HHmmss",/\d\d\d\d\d\d/],["HHmm",/\d\d\d\d/],["HH",/\d\d/]],mt=/^\/?Date\((-?\d+)/i,gt=/^(?:(Mon|Tue|Wed|Thu|Fri|Sat|Sun),?\s)?(\d{1,2})\s(Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec)\s(\d{2,4})\s(\d\d):(\d\d)(?::(\d\d))?\s(?:(UT|GMT|[ECMP][SD]T)|([Zz])|([+-]\d{4}))$/,At={UT:0,GMT:0,EDT:-240,EST:-300,CDT:-300,CST:-360,MDT:-360,MST:-420,PDT:-420,PST:-480};function vt(e){var t,n,i,r,o,a,s=e._i,l=ct.exec(s)||dt.exec(s);if(l){for(m(e).iso=!0,t=0,n=pt.length;t<n;t++)if(pt[t][1].exec(l[1])){r=pt[t][0],i=!1!==pt[t][2];break}if(null==r)return void(e._isValid=!1);if(l[3]){for(t=0,n=ft.length;t<n;t++)if(ft[t][1].exec(l[3])){o=(l[2]||" ")+ft[t][0];break}if(null==o)return void(e._isValid=!1)}if(!i&&null!=o)return void(e._isValid=!1);if(l[4]){if(!ht.exec(l[4]))return void(e._isValid=!1);a="Z"}e._f=r+(o||"")+(a||""),Ct(e)}else e._isValid=!1}function _t(e){var t=parseInt(e,10);return t<=49?2e3+t:t<=999?1900+t:t}function bt(e){var t,n,i,r,o,a,s,l,u=gt.exec(e._i.replace(/\([^)]*\)|[\n\t]/g," ").replace(/(\s\s+)/g," ").replace(/^\s\s*/,"").replace(/\s\s*$/,""));if(u){if(n=u[4],i=u[3],r=u[2],o=u[5],a=u[6],s=u[7],l=[_t(n),xe.indexOf(i),parseInt(r,10),parseInt(o,10),parseInt(a,10)],s&&l.push(parseInt(s,10)),t=l,!function(e,t,n){return!e||ze.indexOf(e)===new Date(t[0],t[1],t[2]).getDay()||(m(n).weekdayMismatch=!0,n._isValid=!1,!1)}(u[1],t,e))return;e._a=t,e._tzm=function(e,t,n){if(e)return At[e];if(t)return 0;var i=parseInt(n,10),r=i%100;return(i-r)/100*60+r}(u[8],u[9],u[10]),e._d=Oe.apply(null,e._a),e._d.setUTCMinutes(e._d.getUTCMinutes()-e._tzm),m(e).rfc2822=!0}else e._isValid=!1}function yt(e,t,n){return null!=e?e:null!=t?t:n}function wt(e){var t,n,i,o,a,s=[];if(!e._d){for(i=function(e){var t=new Date(r.now());return e._useUTC?[t.getUTCFullYear(),t.getUTCMonth(),t.getUTCDate()]:[t.getFullYear(),t.getMonth(),t.getDate()]}(e),e._w&&null==e._a[2]&&null==e._a[1]&&function(e){var t,n,i,r,o,a,s,l,u;null!=(t=e._w).GG||null!=t.W||null!=t.E?(o=1,a=4,n=yt(t.GG,e._a[0],He(Mt(),1,4).year),i=yt(t.W,1),((r=yt(t.E,1))<1||r>7)&&(l=!0)):(o=e._locale._week.dow,a=e._locale._week.doy,u=He(Mt(),o,a),n=yt(t.gg,e._a[0],u.year),i=yt(t.w,u.week),null!=t.d?((r=t.d)<0||r>6)&&(l=!0):null!=t.e?(r=t.e+o,(t.e<0||t.e>6)&&(l=!0)):r=o),i<1||i>Fe(n,o,a)?m(e)._overflowWeeks=!0:null!=l?m(e)._overflowWeekday=!0:(s=Pe(n,i,r,o,a),e._a[0]=s.year,e._dayOfYear=s.dayOfYear)}(e),null!=e._dayOfYear&&(a=yt(e._a[0],i[0]),(e._dayOfYear>Se(a)||0===e._dayOfYear)&&(m(e)._overflowDayOfYear=!0),n=Oe(a,0,e._dayOfYear),e._a[1]=n.getUTCMonth(),e._a[2]=n.getUTCDate()),t=0;t<3&&null==e._a[t];++t)e._a[t]=s[t]=i[t];for(;t<7;t++)e._a[t]=s[t]=null==e._a[t]?2===t?1:0:e._a[t];24===e._a[3]&&0===e._a[4]&&0===e._a[5]&&0===e._a[6]&&(e._nextDay=!0,e._a[3]=0),e._d=(e._useUTC?Oe:Ie).apply(null,s),o=e._useUTC?e._d.getUTCDay():e._d.getDay(),null!=e._tzm&&e._d.setUTCMinutes(e._d.getUTCMinutes()-e._tzm),e._nextDay&&(e._a[3]=24),e._w&&void 0!==e._w.d&&e._w.d!==o&&(m(e).weekdayMismatch=!0)}}function Ct(e){if(e._f!==r.ISO_8601)if(e._f!==r.RFC_2822){e._a=[],m(e).empty=!0;var t,n,i,o,a,s,l=""+e._i,u=l.length,c=0;for(i=H(e._f,e._locale).match(S)||[],t=0;t<i.length;t++)o=i[t],(n=(l.match(me(o,e))||[])[0])&&((a=l.substr(0,l.indexOf(n))).length>0&&m(e).unusedInput.push(a),l=l.slice(l.indexOf(n)+n.length),c+=n.length),O[o]?(n?m(e).empty=!1:m(e).unusedTokens.push(o),ye(o,n,e)):e._strict&&!n&&m(e).unusedTokens.push(o);m(e).charsLeftOver=u-c,l.length>0&&m(e).unusedInput.push(l),e._a[3]<=12&&!0===m(e).bigHour&&e._a[3]>0&&(m(e).bigHour=void 0),m(e).parsedDateParts=e._a.slice(0),m(e).meridiem=e._meridiem,e._a[3]=function(e,t,n){var i;return null==n?t:null!=e.meridiemHour?e.meridiemHour(t,n):null!=e.isPM?((i=e.isPM(n))&&t<12&&(t+=12),i||12!==t||(t=0),t):t}(e._locale,e._a[3],e._meridiem),null!==(s=m(e).era)&&(e._a[0]=e._locale.erasConvertYear(s,e._a[0])),wt(e),ut(e)}else bt(e);else vt(e)}function xt(e){var t=e._i,n=e._f;return e._locale=e._locale||lt(e._l),null===t||void 0===n&&""===t?A({nullInput:!0}):("string"==typeof t&&(e._i=t=e._locale.preparse(t)),w(t)?new y(ut(t)):(d(t)?e._d=t:o(n)?function(e){var t,n,i,r,o,a,s=!1;if(0===e._f.length)return m(e).invalidFormat=!0,void(e._d=new Date(NaN));for(r=0;r<e._f.length;r++)o=0,a=!1,t=b({},e),null!=e._useUTC&&(t._useUTC=e._useUTC),t._f=e._f[r],Ct(t),g(t)&&(a=!0),o+=m(t).charsLeftOver,o+=10*m(t).unusedTokens.length,m(t).score=o,s?o<i&&(i=o,n=t):(null==i||o<i||a)&&(i=o,n=t,a&&(s=!0));p(e,n||t)}(e):n?Ct(e):function(e){var t=e._i;u(t)?e._d=new Date(r.now()):d(t)?e._d=new Date(t.valueOf()):"string"==typeof t?function(e){var t=mt.exec(e._i);null===t?(vt(e),!1===e._isValid&&(delete e._isValid,bt(e),!1===e._isValid&&(delete e._isValid,e._strict?e._isValid=!1:r.createFromInputFallback(e)))):e._d=new Date(+t[1])}(e):o(t)?(e._a=h(t.slice(0),(function(e){return parseInt(e,10)})),wt(e)):a(t)?function(e){if(!e._d){var t=z(e._i),n=void 0===t.day?t.date:t.day;e._a=h([t.year,t.month,n,t.hour,t.minute,t.second,t.millisecond],(function(e){return e&&parseInt(e,10)})),wt(e)}}(e):c(t)?e._d=new Date(t):r.createFromInputFallback(e)}(e),g(e)||(e._d=null),e))}function kt(e,t,n,i,r){var s,u={};return!0!==t&&!1!==t||(i=t,t=void 0),!0!==n&&!1!==n||(i=n,n=void 0),(a(e)&&l(e)||o(e)&&0===e.length)&&(e=void 0),u._isAMomentObject=!0,u._useUTC=u._isUTC=r,u._l=n,u._i=e,u._f=t,u._strict=i,(s=new y(ut(xt(u))))._nextDay&&(s.add(1,"d"),s._nextDay=void 0),s}function Mt(e,t,n,i){return kt(e,t,n,i,!1)}r.createFromInputFallback=x("value provided is not in a recognized RFC2822 or ISO format. moment construction falls back to js Date(), which is not reliable across all browsers and versions. Non RFC2822/ISO date formats are discouraged. Please refer to http://momentjs.com/guides/#/warnings/js-date/ for more info.",(function(e){e._d=new Date(e._i+(e._useUTC?" UTC":""))})),r.ISO_8601=function(){},r.RFC_2822=function(){};var Et=x("moment().min is deprecated, use moment.max instead. http://momentjs.com/guides/#/warnings/min-max/",(function(){var e=Mt.apply(null,arguments);return this.isValid()&&e.isValid()?e<this?this:e:A()})),Lt=x("moment().max is deprecated, use moment.min instead. http://momentjs.com/guides/#/warnings/min-max/",(function(){var e=Mt.apply(null,arguments);return this.isValid()&&e.isValid()?e>this?this:e:A()}));function Tt(e,t){var n,i;if(1===t.length&&o(t[0])&&(t=t[0]),!t.length)return Mt();for(n=t[0],i=1;i<t.length;++i)t[i].isValid()&&!t[i][e](n)||(n=t[i]);return n}var Dt=["year","quarter","month","week","day","hour","minute","second","millisecond"];function Bt(e){var t=z(e),n=t.year||0,i=t.quarter||0,r=t.month||0,o=t.week||t.isoWeek||0,a=t.day||0,l=t.hour||0,u=t.minute||0,c=t.second||0,d=t.millisecond||0;this._isValid=function(e){var t,n,i=!1;for(t in e)if(s(e,t)&&(-1===Ae.call(Dt,t)||null!=e[t]&&isNaN(e[t])))return!1;for(n=0;n<Dt.length;++n)if(e[Dt[n]]){if(i)return!1;parseFloat(e[Dt[n]])!==Q(e[Dt[n]])&&(i=!0)}return!0}(t),this._milliseconds=+d+1e3*c+6e4*u+1e3*l*60*60,this._days=+a+7*o,this._months=+r+3*i+12*n,this._data={},this._locale=lt(),this._bubble()}function St(e){return e instanceof Bt}function Yt(e){return e<0?-1*Math.round(-1*e):Math.round(e)}function It(e,t){j(e,0,0,(function(){var e=this.utcOffset(),n="+";return e<0&&(e=-e,n="-"),n+B(~~(e/60),2)+t+B(~~e%60,2)}))}It("Z",":"),It("ZZ",""),fe("Z",he),fe("ZZ",he),_e(["Z","ZZ"],(function(e,t,n){n._useUTC=!0,n._tzm=jt(he,e)}));var Ot=/([\+\-]|\d\d)/gi;function jt(e,t){var n,i,r=(t||"").match(e);return null===r?null:0===(i=60*(n=((r[r.length-1]||[])+"").match(Ot)||["-",0,0])[1]+Q(n[2]))?0:"+"===n[0]?i:-i}function Pt(e,t){var n,i;return t._isUTC?(n=t.clone(),i=(w(e)||d(e)?e.valueOf():Mt(e).valueOf())-n.valueOf(),n._d.setTime(n._d.valueOf()+i),r.updateOffset(n,!1),n):Mt(e).local()}function Ht(e){return-Math.round(e._d.getTimezoneOffset())}function Ft(){return!!this.isValid()&&this._isUTC&&0===this._offset}r.updateOffset=function(){};var Nt=/^(-|\+)?(?:(\d*)[. ])?(\d+):(\d+)(?::(\d+)(\.\d*)?)?$/,Rt=/^(-|\+)?P(?:([-+]?[0-9,.]*)Y)?(?:([-+]?[0-9,.]*)M)?(?:([-+]?[0-9,.]*)W)?(?:([-+]?[0-9,.]*)D)?(?:T(?:([-+]?[0-9,.]*)H)?(?:([-+]?[0-9,.]*)M)?(?:([-+]?[0-9,.]*)S)?)?$/;function zt(e,t){var n,i,r,o,a,l,u=e,d=null;return St(e)?u={ms:e._milliseconds,d:e._days,M:e._months}:c(e)||!isNaN(+e)?(u={},t?u[t]=+e:u.milliseconds=+e):(d=Nt.exec(e))?(n="-"===d[1]?-1:1,u={y:0,d:Q(d[2])*n,h:Q(d[3])*n,m:Q(d[4])*n,s:Q(d[5])*n,ms:Q(Yt(1e3*d[6]))*n}):(d=Rt.exec(e))?(n="-"===d[1]?-1:1,u={y:Wt(d[2],n),M:Wt(d[3],n),w:Wt(d[4],n),d:Wt(d[5],n),h:Wt(d[6],n),m:Wt(d[7],n),s:Wt(d[8],n)}):null==u?u={}:"object"==typeof u&&("from"in u||"to"in u)&&(o=Mt(u.from),a=Mt(u.to),r=o.isValid()&&a.isValid()?(a=Pt(a,o),o.isBefore(a)?l=Ut(o,a):((l=Ut(a,o)).milliseconds=-l.milliseconds,l.months=-l.months),l):{milliseconds:0,months:0},(u={}).ms=r.milliseconds,u.M=r.months),i=new Bt(u),St(e)&&s(e,"_locale")&&(i._locale=e._locale),St(e)&&s(e,"_isValid")&&(i._isValid=e._isValid),i}function Wt(e,t){var n=e&&parseFloat(e.replace(",","."));return(isNaN(n)?0:n)*t}function Ut(e,t){var n={};return n.months=t.month()-e.month()+12*(t.year()-e.year()),e.clone().add(n.months,"M").isAfter(t)&&--n.months,n.milliseconds=+t-+e.clone().add(n.months,"M"),n}function qt(e,t){return function(n,i){var r;return null===i||isNaN(+i)||(E(t,"moment()."+t+"(period, number) is deprecated. Please use moment()."+t+"(number, period). See http://momentjs.com/guides/#/warnings/add-inverted-param/ for more info."),r=n,n=i,i=r),Gt(this,zt(n,i),e),this}}function Gt(e,t,n,i){var o=t._milliseconds,a=Yt(t._days),s=Yt(t._months);e.isValid()&&(i=null==i||i,s&&Te(e,J(e,"Month")+s*n),a&&K(e,"Date",J(e,"Date")+a*n),o&&e._d.setTime(e._d.valueOf()+o*n),i&&r.updateOffset(e,a||s))}zt.fn=Bt.prototype,zt.invalid=function(){return zt(NaN)};var Qt=qt(1,"add"),Vt=qt(-1,"subtract");function Jt(e){return"string"==typeof e||e instanceof String}function Kt(e){return w(e)||d(e)||Jt(e)||c(e)||function(e){var t=o(e),n=!1;return t&&(n=0===e.filter((function(t){return!c(t)&&Jt(e)})).length),t&&n}(e)||function(e){var t,n,i=a(e)&&!l(e),r=!1,o=["years","year","y","months","month","M","days","day","d","dates","date","D","hours","hour","h","minutes","minute","m","seconds","second","s","milliseconds","millisecond","ms"];for(t=0;t<o.length;t+=1)n=o[t],r=r||s(e,n);return i&&r}(e)||null==e}function Xt(e){var t,n=a(e)&&!l(e),i=!1,r=["sameDay","nextDay","lastDay","nextWeek","lastWeek","sameElse"];for(t=0;t<r.length;t+=1)i=i||s(e,r[t]);return n&&i}function Zt(e,t){if(e.date()<t.date())return-Zt(t,e);var n=12*(t.year()-e.year())+(t.month()-e.month()),i=e.clone().add(n,"months");return-(n+(t-i<0?(t-i)/(i-e.clone().add(n-1,"months")):(t-i)/(e.clone().add(n+1,"months")-i)))||0}function $t(e){var t;return void 0===e?this._locale._abbr:(null!=(t=lt(e))&&(this._locale=t),this)}r.defaultFormat="YYYY-MM-DDTHH:mm:ssZ",r.defaultFormatUtc="YYYY-MM-DDTHH:mm:ss[Z]";var en=x("moment().lang() is deprecated. Instead, use moment().localeData() to get the language configuration. Use moment().locale() to change languages.",(function(e){return void 0===e?this.localeData():this.locale(e)}));function tn(){return this._locale}function nn(e,t){return(e%t+t)%t}function rn(e,t,n){return e<100&&e>=0?new Date(e+400,t,n)-126227808e5:new Date(e,t,n).valueOf()}function on(e,t,n){return e<100&&e>=0?Date.UTC(e+400,t,n)-126227808e5:Date.UTC(e,t,n)}function an(e,t){return t.erasAbbrRegex(e)}function sn(){var e,t,n=[],i=[],r=[],o=[],a=this.eras();for(e=0,t=a.length;e<t;++e)i.push(ge(a[e].name)),n.push(ge(a[e].abbr)),r.push(ge(a[e].narrow)),o.push(ge(a[e].name)),o.push(ge(a[e].abbr)),o.push(ge(a[e].narrow));this._erasRegex=new RegExp("^("+o.join("|")+")","i"),this._erasNameRegex=new RegExp("^("+i.join("|")+")","i"),this._erasAbbrRegex=new RegExp("^("+n.join("|")+")","i"),this._erasNarrowRegex=new RegExp("^("+r.join("|")+")","i")}function ln(e,t){j(0,[e,e.length],0,t)}function un(e,t,n,i,r){var o;return null==e?He(this,i,r).year:(t>(o=Fe(e,i,r))&&(t=o),cn.call(this,e,t,n,i,r))}function cn(e,t,n,i,r){var o=Pe(e,t,n,i,r),a=Oe(o.year,0,o.dayOfYear);return this.year(a.getUTCFullYear()),this.month(a.getUTCMonth()),this.date(a.getUTCDate()),this}j("N",0,0,"eraAbbr"),j("NN",0,0,"eraAbbr"),j("NNN",0,0,"eraAbbr"),j("NNNN",0,0,"eraName"),j("NNNNN",0,0,"eraNarrow"),j("y",["y",1],"yo","eraYear"),j("y",["yy",2],0,"eraYear"),j("y",["yyy",3],0,"eraYear"),j("y",["yyyy",4],0,"eraYear"),fe("N",an),fe("NN",an),fe("NNN",an),fe("NNNN",(function(e,t){return t.erasNameRegex(e)})),fe("NNNNN",(function(e,t){return t.erasNarrowRegex(e)})),_e(["N","NN","NNN","NNNN","NNNNN"],(function(e,t,n,i){var r=n._locale.erasParse(e,i,n._strict);r?m(n).era=r:m(n).invalidEra=e})),fe("y",ue),fe("yy",ue),fe("yyy",ue),fe("yyyy",ue),fe("yo",(function(e,t){return t._eraYearOrdinalRegex||ue})),_e(["y","yy","yyy","yyyy"],0),_e(["yo"],(function(e,t,n,i){var r;n._locale._eraYearOrdinalRegex&&(r=e.match(n._locale._eraYearOrdinalRegex)),n._locale.eraYearOrdinalParse?t[0]=n._locale.eraYearOrdinalParse(e,r):t[0]=parseInt(e,10)})),j(0,["gg",2],0,(function(){return this.weekYear()%100})),j(0,["GG",2],0,(function(){return this.isoWeekYear()%100})),ln("gggg","weekYear"),ln("ggggg","weekYear"),ln("GGGG","isoWeekYear"),ln("GGGGG","isoWeekYear"),N("weekYear","gg"),N("isoWeekYear","GG"),U("weekYear",1),U("isoWeekYear",1),fe("G",ce),fe("g",ce),fe("GG",ie,$),fe("gg",ie,$),fe("GGGG",se,te),fe("gggg",se,te),fe("GGGGG",le,ne),fe("ggggg",le,ne),be(["gggg","ggggg","GGGG","GGGGG"],(function(e,t,n,i){t[i.substr(0,2)]=Q(e)})),be(["gg","GG"],(function(e,t,n,i){t[i]=r.parseTwoDigitYear(e)})),j("Q",0,"Qo","quarter"),N("quarter","Q"),U("quarter",7),fe("Q",Z),_e("Q",(function(e,t){t[1]=3*(Q(e)-1)})),j("D",["DD",2],"Do","date"),N("date","D"),U("date",9),fe("D",ie),fe("DD",ie,$),fe("Do",(function(e,t){return e?t._dayOfMonthOrdinalParse||t._ordinalParse:t._dayOfMonthOrdinalParseLenient})),_e(["D","DD"],2),_e("Do",(function(e,t){t[2]=Q(e.match(ie)[0])}));var dn=V("Date",!0);j("DDD",["DDDD",3],"DDDo","dayOfYear"),N("dayOfYear","DDD"),U("dayOfYear",4),fe("DDD",ae),fe("DDDD",ee),_e(["DDD","DDDD"],(function(e,t,n){n._dayOfYear=Q(e)})),j("m",["mm",2],0,"minute"),N("minute","m"),U("minute",14),fe("m",ie),fe("mm",ie,$),_e(["m","mm"],4);var hn=V("Minutes",!1);j("s",["ss",2],0,"second"),N("second","s"),U("second",15),fe("s",ie),fe("ss",ie,$),_e(["s","ss"],5);var pn,fn,mn=V("Seconds",!1);for(j("S",0,0,(function(){return~~(this.millisecond()/100)})),j(0,["SS",2],0,(function(){return~~(this.millisecond()/10)})),j(0,["SSS",3],0,"millisecond"),j(0,["SSSS",4],0,(function(){return 10*this.millisecond()})),j(0,["SSSSS",5],0,(function(){return 100*this.millisecond()})),j(0,["SSSSSS",6],0,(function(){return 1e3*this.millisecond()})),j(0,["SSSSSSS",7],0,(function(){return 1e4*this.millisecond()})),j(0,["SSSSSSSS",8],0,(function(){return 1e5*this.millisecond()})),j(0,["SSSSSSSSS",9],0,(function(){return 1e6*this.millisecond()})),N("millisecond","ms"),U("millisecond",16),fe("S",ae,Z),fe("SS",ae,$),fe("SSS",ae,ee),pn="SSSS";pn.length<=9;pn+="S")fe(pn,ue);function gn(e,t){t[6]=Q(1e3*("0."+e))}for(pn="S";pn.length<=9;pn+="S")_e(pn,gn);fn=V("Milliseconds",!1),j("z",0,0,"zoneAbbr"),j("zz",0,0,"zoneName");var An=y.prototype;function vn(e){return e}An.add=Qt,An.calendar=function(e,t){1===arguments.length&&(arguments[0]?Kt(arguments[0])?(e=arguments[0],t=void 0):Xt(arguments[0])&&(t=arguments[0],e=void 0):(e=void 0,t=void 0));var n=e||Mt(),i=Pt(n,this).startOf("day"),o=r.calendarFormat(this,i)||"sameElse",a=t&&(L(t[o])?t[o].call(this,n):t[o]);return this.format(a||this.localeData().calendar(o,this,Mt(n)))},An.clone=function(){return new y(this)},An.diff=function(e,t,n){var i,r,o;if(!this.isValid())return NaN;if(!(i=Pt(e,this)).isValid())return NaN;switch(r=6e4*(i.utcOffset()-this.utcOffset()),t=R(t)){case"year":o=Zt(this,i)/12;break;case"month":o=Zt(this,i);break;case"quarter":o=Zt(this,i)/3;break;case"second":o=(this-i)/1e3;break;case"minute":o=(this-i)/6e4;break;case"hour":o=(this-i)/36e5;break;case"day":o=(this-i-r)/864e5;break;case"week":o=(this-i-r)/6048e5;break;default:o=this-i}return n?o:G(o)},An.endOf=function(e){var t,n;if(void 0===(e=R(e))||"millisecond"===e||!this.isValid())return this;switch(n=this._isUTC?on:rn,e){case"year":t=n(this.year()+1,0,1)-1;break;case"quarter":t=n(this.year(),this.month()-this.month()%3+3,1)-1;break;case"month":t=n(this.year(),this.month()+1,1)-1;break;case"week":t=n(this.year(),this.month(),this.date()-this.weekday()+7)-1;break;case"isoWeek":t=n(this.year(),this.month(),this.date()-(this.isoWeekday()-1)+7)-1;break;case"day":case"date":t=n(this.year(),this.month(),this.date()+1)-1;break;case"hour":t=this._d.valueOf(),t+=36e5-nn(t+(this._isUTC?0:6e4*this.utcOffset()),36e5)-1;break;case"minute":t=this._d.valueOf(),t+=6e4-nn(t,6e4)-1;break;case"second":t=this._d.valueOf(),t+=1e3-nn(t,1e3)-1}return this._d.setTime(t),r.updateOffset(this,!0),this},An.format=function(e){e||(e=this.isUtc()?r.defaultFormatUtc:r.defaultFormat);var t=P(this,e);return this.localeData().postformat(t)},An.from=function(e,t){return this.isValid()&&(w(e)&&e.isValid()||Mt(e).isValid())?zt({to:this,from:e}).locale(this.locale()).humanize(!t):this.localeData().invalidDate()},An.fromNow=function(e){return this.from(Mt(),e)},An.to=function(e,t){return this.isValid()&&(w(e)&&e.isValid()||Mt(e).isValid())?zt({from:this,to:e}).locale(this.locale()).humanize(!t):this.localeData().invalidDate()},An.toNow=function(e){return this.to(Mt(),e)},An.get=function(e){return L(this[e=R(e)])?this[e]():this},An.invalidAt=function(){return m(this).overflow},An.isAfter=function(e,t){var n=w(e)?e:Mt(e);return!(!this.isValid()||!n.isValid())&&("millisecond"===(t=R(t)||"millisecond")?this.valueOf()>n.valueOf():n.valueOf()<this.clone().startOf(t).valueOf())},An.isBefore=function(e,t){var n=w(e)?e:Mt(e);return!(!this.isValid()||!n.isValid())&&("millisecond"===(t=R(t)||"millisecond")?this.valueOf()<n.valueOf():this.clone().endOf(t).valueOf()<n.valueOf())},An.isBetween=function(e,t,n,i){var r=w(e)?e:Mt(e),o=w(t)?t:Mt(t);return!!(this.isValid()&&r.isValid()&&o.isValid())&&(("("===(i=i||"()")[0]?this.isAfter(r,n):!this.isBefore(r,n))&&(")"===i[1]?this.isBefore(o,n):!this.isAfter(o,n)))},An.isSame=function(e,t){var n,i=w(e)?e:Mt(e);return!(!this.isValid()||!i.isValid())&&("millisecond"===(t=R(t)||"millisecond")?this.valueOf()===i.valueOf():(n=i.valueOf(),this.clone().startOf(t).valueOf()<=n&&n<=this.clone().endOf(t).valueOf()))},An.isSameOrAfter=function(e,t){return this.isSame(e,t)||this.isAfter(e,t)},An.isSameOrBefore=function(e,t){return this.isSame(e,t)||this.isBefore(e,t)},An.isValid=function(){return g(this)},An.lang=en,An.locale=$t,An.localeData=tn,An.max=Lt,An.min=Et,An.parsingFlags=function(){return p({},m(this))},An.set=function(e,t){if("object"==typeof e){var n,i=function(e){var t,n=[];for(t in e)s(e,t)&&n.push({unit:t,priority:W[t]});return n.sort((function(e,t){return e.priority-t.priority})),n}(e=z(e));for(n=0;n<i.length;n++)this[i[n].unit](e[i[n].unit])}else if(L(this[e=R(e)]))return this[e](t);return this},An.startOf=function(e){var t,n;if(void 0===(e=R(e))||"millisecond"===e||!this.isValid())return this;switch(n=this._isUTC?on:rn,e){case"year":t=n(this.year(),0,1);break;case"quarter":t=n(this.year(),this.month()-this.month()%3,1);break;case"month":t=n(this.year(),this.month(),1);break;case"week":t=n(this.year(),this.month(),this.date()-this.weekday());break;case"isoWeek":t=n(this.year(),this.month(),this.date()-(this.isoWeekday()-1));break;case"day":case"date":t=n(this.year(),this.month(),this.date());break;case"hour":t=this._d.valueOf(),t-=nn(t+(this._isUTC?0:6e4*this.utcOffset()),36e5);break;case"minute":t=this._d.valueOf(),t-=nn(t,6e4);break;case"second":t=this._d.valueOf(),t-=nn(t,1e3)}return this._d.setTime(t),r.updateOffset(this,!0),this},An.subtract=Vt,An.toArray=function(){var e=this;return[e.year(),e.month(),e.date(),e.hour(),e.minute(),e.second(),e.millisecond()]},An.toObject=function(){var e=this;return{years:e.year(),months:e.month(),date:e.date(),hours:e.hours(),minutes:e.minutes(),seconds:e.seconds(),milliseconds:e.milliseconds()}},An.toDate=function(){return new Date(this.valueOf())},An.toISOString=function(e){if(!this.isValid())return null;var t=!0!==e,n=t?this.clone().utc():this;return n.year()<0||n.year()>9999?P(n,t?"YYYYYY-MM-DD[T]HH:mm:ss.SSS[Z]":"YYYYYY-MM-DD[T]HH:mm:ss.SSSZ"):L(Date.prototype.toISOString)?t?this.toDate().toISOString():new Date(this.valueOf()+60*this.utcOffset()*1e3).toISOString().replace("Z",P(n,"Z")):P(n,t?"YYYY-MM-DD[T]HH:mm:ss.SSS[Z]":"YYYY-MM-DD[T]HH:mm:ss.SSSZ")},An.inspect=function(){if(!this.isValid())return"moment.invalid(/* "+this._i+" */)";var e,t,n,i="moment",r="";return this.isLocal()||(i=0===this.utcOffset()?"moment.utc":"moment.parseZone",r="Z"),e="["+i+'("]',t=0<=this.year()&&this.year()<=9999?"YYYY":"YYYYYY",n=r+'[")]',this.format(e+t+"-MM-DD[T]HH:mm:ss.SSS"+n)},"undefined"!=typeof Symbol&&null!=Symbol.for&&(An[Symbol.for("nodejs.util.inspect.custom")]=function(){return"Moment<"+this.format()+">"}),An.toJSON=function(){return this.isValid()?this.toISOString():null},An.toString=function(){return this.clone().locale("en").format("ddd MMM DD YYYY HH:mm:ss [GMT]ZZ")},An.unix=function(){return Math.floor(this.valueOf()/1e3)},An.valueOf=function(){return this._d.valueOf()-6e4*(this._offset||0)},An.creationData=function(){return{input:this._i,format:this._f,locale:this._locale,isUTC:this._isUTC,strict:this._strict}},An.eraName=function(){var e,t,n,i=this.localeData().eras();for(e=0,t=i.length;e<t;++e){if(n=this.clone().startOf("day").valueOf(),i[e].since<=n&&n<=i[e].until)return i[e].name;if(i[e].until<=n&&n<=i[e].since)return i[e].name}return""},An.eraNarrow=function(){var e,t,n,i=this.localeData().eras();for(e=0,t=i.length;e<t;++e){if(n=this.clone().startOf("day").valueOf(),i[e].since<=n&&n<=i[e].until)return i[e].narrow;if(i[e].until<=n&&n<=i[e].since)return i[e].narrow}return""},An.eraAbbr=function(){var e,t,n,i=this.localeData().eras();for(e=0,t=i.length;e<t;++e){if(n=this.clone().startOf("day").valueOf(),i[e].since<=n&&n<=i[e].until)return i[e].abbr;if(i[e].until<=n&&n<=i[e].since)return i[e].abbr}return""},An.eraYear=function(){var e,t,n,i,o=this.localeData().eras();for(e=0,t=o.length;e<t;++e)if(n=o[e].since<=o[e].until?1:-1,i=this.clone().startOf("day").valueOf(),o[e].since<=i&&i<=o[e].until||o[e].until<=i&&i<=o[e].since)return(this.year()-r(o[e].since).year())*n+o[e].offset;return this.year()},An.year=Ye,An.isLeapYear=function(){return q(this.year())},An.weekYear=function(e){return un.call(this,e,this.week(),this.weekday(),this.localeData()._week.dow,this.localeData()._week.doy)},An.isoWeekYear=function(e){return un.call(this,e,this.isoWeek(),this.isoWeekday(),1,4)},An.quarter=An.quarters=function(e){return null==e?Math.ceil((this.month()+1)/3):this.month(3*(e-1)+this.month()%3)},An.month=De,An.daysInMonth=function(){return we(this.year(),this.month())},An.week=An.weeks=function(e){var t=this.localeData().week(this);return null==e?t:this.add(7*(e-t),"d")},An.isoWeek=An.isoWeeks=function(e){var t=He(this,1,4).week;return null==e?t:this.add(7*(e-t),"d")},An.weeksInYear=function(){var e=this.localeData()._week;return Fe(this.year(),e.dow,e.doy)},An.weeksInWeekYear=function(){var e=this.localeData()._week;return Fe(this.weekYear(),e.dow,e.doy)},An.isoWeeksInYear=function(){return Fe(this.year(),1,4)},An.isoWeeksInISOWeekYear=function(){return Fe(this.isoWeekYear(),1,4)},An.date=dn,An.day=An.days=function(e){if(!this.isValid())return null!=e?this:NaN;var t=this._isUTC?this._d.getUTCDay():this._d.getDay();return null!=e?(e=function(e,t){return"string"!=typeof e?e:isNaN(e)?"number"==typeof(e=t.weekdaysParse(e))?e:null:parseInt(e,10)}(e,this.localeData()),this.add(e-t,"d")):t},An.weekday=function(e){if(!this.isValid())return null!=e?this:NaN;var t=(this.day()+7-this.localeData()._week.dow)%7;return null==e?t:this.add(e-t,"d")},An.isoWeekday=function(e){if(!this.isValid())return null!=e?this:NaN;if(null!=e){var t=function(e,t){return"string"==typeof e?t.weekdaysParse(e)%7||7:isNaN(e)?null:e}(e,this.localeData());return this.day(this.day()%7?t:t-7)}return this.day()||7},An.dayOfYear=function(e){var t=Math.round((this.clone().startOf("day")-this.clone().startOf("year"))/864e5)+1;return null==e?t:this.add(e-t,"d")},An.hour=An.hours=$e,An.minute=An.minutes=hn,An.second=An.seconds=mn,An.millisecond=An.milliseconds=fn,An.utcOffset=function(e,t,n){var i,o=this._offset||0;if(!this.isValid())return null!=e?this:NaN;if(null!=e){if("string"==typeof e){if(null===(e=jt(he,e)))return this}else Math.abs(e)<16&&!n&&(e*=60);return!this._isUTC&&t&&(i=Ht(this)),this._offset=e,this._isUTC=!0,null!=i&&this.add(i,"m"),o!==e&&(!t||this._changeInProgress?Gt(this,zt(e-o,"m"),1,!1):this._changeInProgress||(this._changeInProgress=!0,r.updateOffset(this,!0),this._changeInProgress=null)),this}return this._isUTC?o:Ht(this)},An.utc=function(e){return this.utcOffset(0,e)},An.local=function(e){return this._isUTC&&(this.utcOffset(0,e),this._isUTC=!1,e&&this.subtract(Ht(this),"m")),this},An.parseZone=function(){if(null!=this._tzm)this.utcOffset(this._tzm,!1,!0);else if("string"==typeof this._i){var e=jt(de,this._i);null!=e?this.utcOffset(e):this.utcOffset(0,!0)}return this},An.hasAlignedHourOffset=function(e){return!!this.isValid()&&(e=e?Mt(e).utcOffset():0,(this.utcOffset()-e)%60==0)},An.isDST=function(){return this.utcOffset()>this.clone().month(0).utcOffset()||this.utcOffset()>this.clone().month(5).utcOffset()},An.isLocal=function(){return!!this.isValid()&&!this._isUTC},An.isUtcOffset=function(){return!!this.isValid()&&this._isUTC},An.isUtc=Ft,An.isUTC=Ft,An.zoneAbbr=function(){return this._isUTC?"UTC":""},An.zoneName=function(){return this._isUTC?"Coordinated Universal Time":""},An.dates=x("dates accessor is deprecated. Use date instead.",dn),An.months=x("months accessor is deprecated. Use month instead",De),An.years=x("years accessor is deprecated. Use year instead",Ye),An.zone=x("moment().zone is deprecated, use moment().utcOffset instead. http://momentjs.com/guides/#/warnings/zone/",(function(e,t){return null!=e?("string"!=typeof e&&(e=-e),this.utcOffset(e,t),this):-this.utcOffset()})),An.isDSTShifted=x("isDSTShifted is deprecated. See http://momentjs.com/guides/#/warnings/dst-shifted/ for more information",(function(){if(!u(this._isDSTShifted))return this._isDSTShifted;var e,t={};return b(t,this),(t=xt(t))._a?(e=t._isUTC?f(t._a):Mt(t._a),this._isDSTShifted=this.isValid()&&function(e,t,n){var i,r=Math.min(e.length,t.length),o=Math.abs(e.length-t.length),a=0;for(i=0;i<r;i++)(n&&e[i]!==t[i]||!n&&Q(e[i])!==Q(t[i]))&&a++;return a+o}(t._a,e.toArray())>0):this._isDSTShifted=!1,this._isDSTShifted}));var _n=D.prototype;function bn(e,t,n,i){var r=lt(),o=f().set(i,t);return r[n](o,e)}function yn(e,t,n){if(c(e)&&(t=e,e=void 0),e=e||"",null!=t)return bn(e,t,n,"month");var i,r=[];for(i=0;i<12;i++)r[i]=bn(e,i,n,"month");return r}function wn(e,t,n,i){"boolean"==typeof e?(c(t)&&(n=t,t=void 0),t=t||""):(n=t=e,e=!1,c(t)&&(n=t,t=void 0),t=t||"");var r,o=lt(),a=e?o._week.dow:0,s=[];if(null!=n)return bn(t,(n+a)%7,i,"day");for(r=0;r<7;r++)s[r]=bn(t,(r+a)%7,i,"day");return s}_n.calendar=function(e,t,n){var i=this._calendar[e]||this._calendar.sameElse;return L(i)?i.call(t,n):i},_n.longDateFormat=function(e){var t=this._longDateFormat[e],n=this._longDateFormat[e.toUpperCase()];return t||!n?t:(this._longDateFormat[e]=n.match(S).map((function(e){return"MMMM"===e||"MM"===e||"DD"===e||"dddd"===e?e.slice(1):e})).join(""),this._longDateFormat[e])},_n.invalidDate=function(){return this._invalidDate},_n.ordinal=function(e){return this._ordinal.replace("%d",e)},_n.preparse=vn,_n.postformat=vn,_n.relativeTime=function(e,t,n,i){var r=this._relativeTime[n];return L(r)?r(e,t,n,i):r.replace(/%d/i,e)},_n.pastFuture=function(e,t){var n=this._relativeTime[e>0?"future":"past"];return L(n)?n(t):n.replace(/%s/i,t)},_n.set=function(e){var t,n;for(n in e)s(e,n)&&(L(t=e[n])?this[n]=t:this["_"+n]=t);this._config=e,this._dayOfMonthOrdinalParseLenient=new RegExp((this._dayOfMonthOrdinalParse.source||this._ordinalParse.source)+"|"+/\d{1,2}/.source)},_n.eras=function(e,t){var n,i,o,a=this._eras||lt("en")._eras;for(n=0,i=a.length;n<i;++n){switch(typeof a[n].since){case"string":o=r(a[n].since).startOf("day"),a[n].since=o.valueOf()}switch(typeof a[n].until){case"undefined":a[n].until=1/0;break;case"string":o=r(a[n].until).startOf("day").valueOf(),a[n].until=o.valueOf()}}return a},_n.erasParse=function(e,t,n){var i,r,o,a,s,l=this.eras();for(e=e.toUpperCase(),i=0,r=l.length;i<r;++i)if(o=l[i].name.toUpperCase(),a=l[i].abbr.toUpperCase(),s=l[i].narrow.toUpperCase(),n)switch(t){case"N":case"NN":case"NNN":if(a===e)return l[i];break;case"NNNN":if(o===e)return l[i];break;case"NNNNN":if(s===e)return l[i]}else if([o,a,s].indexOf(e)>=0)return l[i]},_n.erasConvertYear=function(e,t){var n=e.since<=e.until?1:-1;return void 0===t?r(e.since).year():r(e.since).year()+(t-e.offset)*n},_n.erasAbbrRegex=function(e){return s(this,"_erasAbbrRegex")||sn.call(this),e?this._erasAbbrRegex:this._erasRegex},_n.erasNameRegex=function(e){return s(this,"_erasNameRegex")||sn.call(this),e?this._erasNameRegex:this._erasRegex},_n.erasNarrowRegex=function(e){return s(this,"_erasNarrowRegex")||sn.call(this),e?this._erasNarrowRegex:this._erasRegex},_n.months=function(e,t){return e?o(this._months)?this._months[e.month()]:this._months[(this._months.isFormat||ke).test(t)?"format":"standalone"][e.month()]:o(this._months)?this._months:this._months.standalone},_n.monthsShort=function(e,t){return e?o(this._monthsShort)?this._monthsShort[e.month()]:this._monthsShort[ke.test(t)?"format":"standalone"][e.month()]:o(this._monthsShort)?this._monthsShort:this._monthsShort.standalone},_n.monthsParse=function(e,t,n){var i,r,o;if(this._monthsParseExact)return Le.call(this,e,t,n);for(this._monthsParse||(this._monthsParse=[],this._longMonthsParse=[],this._shortMonthsParse=[]),i=0;i<12;i++){if(r=f([2e3,i]),n&&!this._longMonthsParse[i]&&(this._longMonthsParse[i]=new RegExp("^"+this.months(r,"").replace(".","")+"$","i"),this._shortMonthsParse[i]=new RegExp("^"+this.monthsShort(r,"").replace(".","")+"$","i")),n||this._monthsParse[i]||(o="^"+this.months(r,"")+"|^"+this.monthsShort(r,""),this._monthsParse[i]=new RegExp(o.replace(".",""),"i")),n&&"MMMM"===t&&this._longMonthsParse[i].test(e))return i;if(n&&"MMM"===t&&this._shortMonthsParse[i].test(e))return i;if(!n&&this._monthsParse[i].test(e))return i}},_n.monthsRegex=function(e){return this._monthsParseExact?(s(this,"_monthsRegex")||Be.call(this),e?this._monthsStrictRegex:this._monthsRegex):(s(this,"_monthsRegex")||(this._monthsRegex=Ee),this._monthsStrictRegex&&e?this._monthsStrictRegex:this._monthsRegex)},_n.monthsShortRegex=function(e){return this._monthsParseExact?(s(this,"_monthsRegex")||Be.call(this),e?this._monthsShortStrictRegex:this._monthsShortRegex):(s(this,"_monthsShortRegex")||(this._monthsShortRegex=Me),this._monthsShortStrictRegex&&e?this._monthsShortStrictRegex:this._monthsShortRegex)},_n.week=function(e){return He(e,this._week.dow,this._week.doy).week},_n.firstDayOfYear=function(){return this._week.doy},_n.firstDayOfWeek=function(){return this._week.dow},_n.weekdays=function(e,t){var n=o(this._weekdays)?this._weekdays:this._weekdays[e&&!0!==e&&this._weekdays.isFormat.test(t)?"format":"standalone"];return!0===e?Ne(n,this._week.dow):e?n[e.day()]:n},_n.weekdaysMin=function(e){return!0===e?Ne(this._weekdaysMin,this._week.dow):e?this._weekdaysMin[e.day()]:this._weekdaysMin},_n.weekdaysShort=function(e){return!0===e?Ne(this._weekdaysShort,this._week.dow):e?this._weekdaysShort[e.day()]:this._weekdaysShort},_n.weekdaysParse=function(e,t,n){var i,r,o;if(this._weekdaysParseExact)return Qe.call(this,e,t,n);for(this._weekdaysParse||(this._weekdaysParse=[],this._minWeekdaysParse=[],this._shortWeekdaysParse=[],this._fullWeekdaysParse=[]),i=0;i<7;i++){if(r=f([2e3,1]).day(i),n&&!this._fullWeekdaysParse[i]&&(this._fullWeekdaysParse[i]=new RegExp("^"+this.weekdays(r,"").replace(".","\\.?")+"$","i"),this._shortWeekdaysParse[i]=new RegExp("^"+this.weekdaysShort(r,"").replace(".","\\.?")+"$","i"),this._minWeekdaysParse[i]=new RegExp("^"+this.weekdaysMin(r,"").replace(".","\\.?")+"$","i")),this._weekdaysParse[i]||(o="^"+this.weekdays(r,"")+"|^"+this.weekdaysShort(r,"")+"|^"+this.weekdaysMin(r,""),this._weekdaysParse[i]=new RegExp(o.replace(".",""),"i")),n&&"dddd"===t&&this._fullWeekdaysParse[i].test(e))return i;if(n&&"ddd"===t&&this._shortWeekdaysParse[i].test(e))return i;if(n&&"dd"===t&&this._minWeekdaysParse[i].test(e))return i;if(!n&&this._weekdaysParse[i].test(e))return i}},_n.weekdaysRegex=function(e){return this._weekdaysParseExact?(s(this,"_weekdaysRegex")||Ve.call(this),e?this._weekdaysStrictRegex:this._weekdaysRegex):(s(this,"_weekdaysRegex")||(this._weekdaysRegex=Ue),this._weekdaysStrictRegex&&e?this._weekdaysStrictRegex:this._weekdaysRegex)},_n.weekdaysShortRegex=function(e){return this._weekdaysParseExact?(s(this,"_weekdaysRegex")||Ve.call(this),e?this._weekdaysShortStrictRegex:this._weekdaysShortRegex):(s(this,"_weekdaysShortRegex")||(this._weekdaysShortRegex=qe),this._weekdaysShortStrictRegex&&e?this._weekdaysShortStrictRegex:this._weekdaysShortRegex)},_n.weekdaysMinRegex=function(e){return this._weekdaysParseExact?(s(this,"_weekdaysRegex")||Ve.call(this),e?this._weekdaysMinStrictRegex:this._weekdaysMinRegex):(s(this,"_weekdaysMinRegex")||(this._weekdaysMinRegex=Ge),this._weekdaysMinStrictRegex&&e?this._weekdaysMinStrictRegex:this._weekdaysMinRegex)},_n.isPM=function(e){return"p"===(e+"").toLowerCase().charAt(0)},_n.meridiem=function(e,t,n){return e>11?n?"pm":"PM":n?"am":"AM"},at("en",{eras:[{since:"0001-01-01",until:1/0,offset:1,name:"Anno Domini",narrow:"AD",abbr:"AD"},{since:"0000-12-31",until:-1/0,offset:1,name:"Before Christ",narrow:"BC",abbr:"BC"}],dayOfMonthOrdinalParse:/\d{1,2}(th|st|nd|rd)/,ordinal:function(e){var t=e%10;return e+(1===Q(e%100/10)?"th":1===t?"st":2===t?"nd":3===t?"rd":"th")}}),r.lang=x("moment.lang is deprecated. Use moment.locale instead.",at),r.langData=x("moment.langData is deprecated. Use moment.localeData instead.",lt);var Cn=Math.abs;function xn(e,t,n,i){var r=zt(t,n);return e._milliseconds+=i*r._milliseconds,e._days+=i*r._days,e._months+=i*r._months,e._bubble()}function kn(e){return e<0?Math.floor(e):Math.ceil(e)}function Mn(e){return 4800*e/146097}function En(e){return 146097*e/4800}function Ln(e){return function(){return this.as(e)}}var Tn=Ln("ms"),Dn=Ln("s"),Bn=Ln("m"),Sn=Ln("h"),Yn=Ln("d"),In=Ln("w"),On=Ln("M"),jn=Ln("Q"),Pn=Ln("y");function Hn(e){return function(){return this.isValid()?this._data[e]:NaN}}var Fn=Hn("milliseconds"),Nn=Hn("seconds"),Rn=Hn("minutes"),zn=Hn("hours"),Wn=Hn("days"),Un=Hn("months"),qn=Hn("years"),Gn=Math.round,Qn={ss:44,s:45,m:45,h:22,d:26,w:null,M:11};function Vn(e,t,n,i,r){return r.relativeTime(t||1,!!n,e,i)}var Jn=Math.abs;function Kn(e){return(e>0)-(e<0)||+e}function Xn(){if(!this.isValid())return this.localeData().invalidDate();var e,t,n,i,r,o,a,s,l=Jn(this._milliseconds)/1e3,u=Jn(this._days),c=Jn(this._months),d=this.asSeconds();return d?(e=G(l/60),t=G(e/60),l%=60,e%=60,n=G(c/12),c%=12,i=l?l.toFixed(3).replace(/\.?0+$/,""):"",r=d<0?"-":"",o=Kn(this._months)!==Kn(d)?"-":"",a=Kn(this._days)!==Kn(d)?"-":"",s=Kn(this._milliseconds)!==Kn(d)?"-":"",r+"P"+(n?o+n+"Y":"")+(c?o+c+"M":"")+(u?a+u+"D":"")+(t||e||l?"T":"")+(t?s+t+"H":"")+(e?s+e+"M":"")+(l?s+i+"S":"")):"P0D"}var Zn=Bt.prototype;return Zn.isValid=function(){return this._isValid},Zn.abs=function(){var e=this._data;return this._milliseconds=Cn(this._milliseconds),this._days=Cn(this._days),this._months=Cn(this._months),e.milliseconds=Cn(e.milliseconds),e.seconds=Cn(e.seconds),e.minutes=Cn(e.minutes),e.hours=Cn(e.hours),e.months=Cn(e.months),e.years=Cn(e.years),this},Zn.add=function(e,t){return xn(this,e,t,1)},Zn.subtract=function(e,t){return xn(this,e,t,-1)},Zn.as=function(e){if(!this.isValid())return NaN;var t,n,i=this._milliseconds;if("month"===(e=R(e))||"quarter"===e||"year"===e)switch(t=this._days+i/864e5,n=this._months+Mn(t),e){case"month":return n;case"quarter":return n/3;case"year":return n/12}else switch(t=this._days+Math.round(En(this._months)),e){case"week":return t/7+i/6048e5;case"day":return t+i/864e5;case"hour":return 24*t+i/36e5;case"minute":return 1440*t+i/6e4;case"second":return 86400*t+i/1e3;case"millisecond":return Math.floor(864e5*t)+i;default:throw new Error("Unknown unit "+e)}},Zn.asMilliseconds=Tn,Zn.asSeconds=Dn,Zn.asMinutes=Bn,Zn.asHours=Sn,Zn.asDays=Yn,Zn.asWeeks=In,Zn.asMonths=On,Zn.asQuarters=jn,Zn.asYears=Pn,Zn.valueOf=function(){return this.isValid()?this._milliseconds+864e5*this._days+this._months%12*2592e6+31536e6*Q(this._months/12):NaN},Zn._bubble=function(){var e,t,n,i,r,o=this._milliseconds,a=this._days,s=this._months,l=this._data;return o>=0&&a>=0&&s>=0||o<=0&&a<=0&&s<=0||(o+=864e5*kn(En(s)+a),a=0,s=0),l.milliseconds=o%1e3,e=G(o/1e3),l.seconds=e%60,t=G(e/60),l.minutes=t%60,n=G(t/60),l.hours=n%24,a+=G(n/24),r=G(Mn(a)),s+=r,a-=kn(En(r)),i=G(s/12),s%=12,l.days=a,l.months=s,l.years=i,this},Zn.clone=function(){return zt(this)},Zn.get=function(e){return e=R(e),this.isValid()?this[e+"s"]():NaN},Zn.milliseconds=Fn,Zn.seconds=Nn,Zn.minutes=Rn,Zn.hours=zn,Zn.days=Wn,Zn.weeks=function(){return G(this.days()/7)},Zn.months=Un,Zn.years=qn,Zn.humanize=function(e,t){if(!this.isValid())return this.localeData().invalidDate();var n,i,r=!1,o=Qn;return"object"==typeof e&&(t=e,e=!1),"boolean"==typeof e&&(r=e),"object"==typeof t&&(o=Object.assign({},Qn,t),null!=t.s&&null==t.ss&&(o.ss=t.s-1)),n=this.localeData(),i=function(e,t,n,i){var r=zt(e).abs(),o=Gn(r.as("s")),a=Gn(r.as("m")),s=Gn(r.as("h")),l=Gn(r.as("d")),u=Gn(r.as("M")),c=Gn(r.as("w")),d=Gn(r.as("y")),h=o<=n.ss&&["s",o]||o<n.s&&["ss",o]||a<=1&&["m"]||a<n.m&&["mm",a]||s<=1&&["h"]||s<n.h&&["hh",s]||l<=1&&["d"]||l<n.d&&["dd",l];return null!=n.w&&(h=h||c<=1&&["w"]||c<n.w&&["ww",c]),(h=h||u<=1&&["M"]||u<n.M&&["MM",u]||d<=1&&["y"]||["yy",d])[2]=t,h[3]=+e>0,h[4]=i,Vn.apply(null,h)}(this,!r,o,n),r&&(i=n.pastFuture(+this,i)),n.postformat(i)},Zn.toISOString=Xn,Zn.toString=Xn,Zn.toJSON=Xn,Zn.locale=$t,Zn.localeData=tn,Zn.toIsoString=x("toIsoString() is deprecated. Please use toISOString() instead (notice the capitals)",Xn),Zn.lang=en,j("X",0,0,"unix"),j("x",0,0,"valueOf"),fe("x",ce),fe("X",/[+-]?\d+(\.\d{1,3})?/),_e("X",(function(e,t,n){n._d=new Date(1e3*parseFloat(e))})),_e("x",(function(e,t,n){n._d=new Date(Q(e))})),
+//! moment.js
+r.version="2.29.1",t=Mt,r.fn=An,r.min=function(){var e=[].slice.call(arguments,0);return Tt("isBefore",e)},r.max=function(){var e=[].slice.call(arguments,0);return Tt("isAfter",e)},r.now=function(){return Date.now?Date.now():+new Date},r.utc=f,r.unix=function(e){return Mt(1e3*e)},r.months=function(e,t){return yn(e,t,"months")},r.isDate=d,r.locale=at,r.invalid=A,r.duration=zt,r.isMoment=w,r.weekdays=function(e,t,n){return wn(e,t,n,"weekdays")},r.parseZone=function(){return Mt.apply(null,arguments).parseZone()},r.localeData=lt,r.isDuration=St,r.monthsShort=function(e,t){return yn(e,t,"monthsShort")},r.weekdaysMin=function(e,t,n){return wn(e,t,n,"weekdaysMin")},r.defineLocale=st,r.updateLocale=function(e,t){if(null!=t){var n,i,r=et;null!=tt[e]&&null!=tt[e].parentLocale?tt[e].set(T(tt[e]._config,t)):(null!=(i=ot(e))&&(r=i._config),t=T(r,t),null==i&&(t.abbr=e),(n=new D(t)).parentLocale=tt[e],tt[e]=n),at(e)}else null!=tt[e]&&(null!=tt[e].parentLocale?(tt[e]=tt[e].parentLocale,e===at()&&at(e)):null!=tt[e]&&delete tt[e]);return tt[e]},r.locales=function(){return k(tt)},r.weekdaysShort=function(e,t,n){return wn(e,t,n,"weekdaysShort")},r.normalizeUnits=R,r.relativeTimeRounding=function(e){return void 0===e?Gn:"function"==typeof e&&(Gn=e,!0)},r.relativeTimeThreshold=function(e,t){return void 0!==Qn[e]&&(void 0===t?Qn[e]:(Qn[e]=t,"s"===e&&(Qn.ss=t-1),!0))},r.calendarFormat=function(e,t){var n=e.diff(t,"days",!0);return n<-6?"sameElse":n<-1?"lastWeek":n<0?"lastDay":n<1?"sameDay":n<2?"nextDay":n<7?"nextWeek":"sameElse"},r.prototype=An,r.HTML5_FMT={DATETIME_LOCAL:"YYYY-MM-DDTHH:mm",DATETIME_LOCAL_SECONDS:"YYYY-MM-DDTHH:mm:ss",DATETIME_LOCAL_MS:"YYYY-MM-DDTHH:mm:ss.SSS",DATE:"YYYY-MM-DD",TIME:"HH:mm",TIME_SECONDS:"HH:mm:ss",TIME_MS:"HH:mm:ss.SSS",WEEK:"GGGG-[W]WW",MONTH:"YYYY-MM"},r}()}).call(this,n(113)(e))},function(e,t,n){var i=n(5),r=n(29).f,o=n(18),a=n(21),s=n(52),l=n(110),u=n(94);e.exports=function(e,t){var n,c,d,h,p,f=e.target,m=e.global,g=e.stat;if(n=m?i:g?i[f]||s(f,{}):(i[f]||{}).prototype)for(c in t){if(h=t[c],d=e.noTargetGet?(p=r(n,c))&&p.value:n[c],!u(m?c:f+(g?".":"#")+c,e.forced)&&void 0!==d){if(typeof h==typeof d)continue;l(h,d)}(e.sham||d&&d.sham)&&o(h,"sham",!0),a(n,c,h,e)}}},function(e,t){e.exports=function(e){try{return!!e()}catch(e){return!0}}},function(e,t,n){(function(t){var n=function(e){return e&&e.Math==Math&&e};e.exports=n("object"==typeof globalThis&&globalThis)||n("object"==typeof window&&window)||n("object"==typeof self&&self)||n("object"==typeof t&&t)||function(){return this}()||Function("return this")()}).call(this,n(17))},function(e,t,n){"use strict";n.r(t),n.d(t,"default",(function(){return yn})),n.d(t,"VERSION",(function(){return r.e})),n.d(t,"restArguments",(function(){return o})),n.d(t,"isObject",(function(){return a})),n.d(t,"isNull",(function(){return s})),n.d(t,"isUndefined",(function(){return l})),n.d(t,"isBoolean",(function(){return u})),n.d(t,"isElement",(function(){return c})),n.d(t,"isString",(function(){return h})),n.d(t,"isNumber",(function(){return p})),n.d(t,"isDate",(function(){return f})),n.d(t,"isRegExp",(function(){return m})),n.d(t,"isError",(function(){return g})),n.d(t,"isSymbol",(function(){return A})),n.d(t,"isArrayBuffer",(function(){return v})),n.d(t,"isDataView",(function(){return M})),n.d(t,"isArray",(function(){return E})),n.d(t,"isFunction",(function(){return y})),n.d(t,"isArguments",(function(){return D})),n.d(t,"isFinite",(function(){return B})),n.d(t,"isNaN",(function(){return S})),n.d(t,"isTypedArray",(function(){return F})),n.d(t,"isEmpty",(function(){return W})),n.d(t,"isMatch",(function(){return U})),n.d(t,"isEqual",(function(){return V})),n.d(t,"isMap",(function(){return ie})),n.d(t,"isWeakMap",(function(){return re})),n.d(t,"isSet",(function(){return oe})),n.d(t,"isWeakSet",(function(){return ae})),n.d(t,"keys",(function(){return z})),n.d(t,"allKeys",(function(){return J})),n.d(t,"values",(function(){return se})),n.d(t,"pairs",(function(){return le})),n.d(t,"invert",(function(){return ue})),n.d(t,"functions",(function(){return ce})),n.d(t,"methods",(function(){return ce})),n.d(t,"extend",(function(){return he})),n.d(t,"extendOwn",(function(){return pe})),n.d(t,"assign",(function(){return pe})),n.d(t,"defaults",(function(){return fe})),n.d(t,"create",(function(){return ge})),n.d(t,"clone",(function(){return Ae})),n.d(t,"tap",(function(){return ve})),n.d(t,"get",(function(){return we})),n.d(t,"has",(function(){return Ce})),n.d(t,"mapObject",(function(){return Be})),n.d(t,"identity",(function(){return xe})),n.d(t,"constant",(function(){return Y})),n.d(t,"noop",(function(){return Se})),n.d(t,"toPath",(function(){return _e})),n.d(t,"property",(function(){return Me})),n.d(t,"propertyOf",(function(){return Ye})),n.d(t,"matcher",(function(){return ke})),n.d(t,"matches",(function(){return ke})),n.d(t,"times",(function(){return Ie})),n.d(t,"random",(function(){return Oe})),n.d(t,"now",(function(){return je})),n.d(t,"escape",(function(){return Fe})),n.d(t,"unescape",(function(){return Ne})),n.d(t,"templateSettings",(function(){return Re})),n.d(t,"template",(function(){return Ge})),n.d(t,"result",(function(){return Qe})),n.d(t,"uniqueId",(function(){return Je})),n.d(t,"chain",(function(){return Ke})),n.d(t,"iteratee",(function(){return Te})),n.d(t,"partial",(function(){return $e})),n.d(t,"bind",(function(){return et})),n.d(t,"bindAll",(function(){return it})),n.d(t,"memoize",(function(){return rt})),n.d(t,"delay",(function(){return ot})),n.d(t,"defer",(function(){return at})),n.d(t,"throttle",(function(){return st})),n.d(t,"debounce",(function(){return lt})),n.d(t,"wrap",(function(){return ut})),n.d(t,"negate",(function(){return ct})),n.d(t,"compose",(function(){return dt})),n.d(t,"after",(function(){return ht})),n.d(t,"before",(function(){return pt})),n.d(t,"once",(function(){return ft})),n.d(t,"findKey",(function(){return mt})),n.d(t,"findIndex",(function(){return At})),n.d(t,"findLastIndex",(function(){return vt})),n.d(t,"sortedIndex",(function(){return _t})),n.d(t,"indexOf",(function(){return yt})),n.d(t,"lastIndexOf",(function(){return wt})),n.d(t,"find",(function(){return Ct})),n.d(t,"detect",(function(){return Ct})),n.d(t,"findWhere",(function(){return xt})),n.d(t,"each",(function(){return kt})),n.d(t,"forEach",(function(){return kt})),n.d(t,"map",(function(){return Mt})),n.d(t,"collect",(function(){return Mt})),n.d(t,"reduce",(function(){return Lt})),n.d(t,"foldl",(function(){return Lt})),n.d(t,"inject",(function(){return Lt})),n.d(t,"reduceRight",(function(){return Tt})),n.d(t,"foldr",(function(){return Tt})),n.d(t,"filter",(function(){return Dt})),n.d(t,"select",(function(){return Dt})),n.d(t,"reject",(function(){return Bt})),n.d(t,"every",(function(){return St})),n.d(t,"all",(function(){return St})),n.d(t,"some",(function(){return Yt})),n.d(t,"any",(function(){return Yt})),n.d(t,"contains",(function(){return It})),n.d(t,"includes",(function(){return It})),n.d(t,"include",(function(){return It})),n.d(t,"invoke",(function(){return Ot})),n.d(t,"pluck",(function(){return jt})),n.d(t,"where",(function(){return Pt})),n.d(t,"max",(function(){return Ht})),n.d(t,"min",(function(){return Ft})),n.d(t,"shuffle",(function(){return Rt})),n.d(t,"sample",(function(){return Nt})),n.d(t,"sortBy",(function(){return zt})),n.d(t,"groupBy",(function(){return Ut})),n.d(t,"indexBy",(function(){return qt})),n.d(t,"countBy",(function(){return Gt})),n.d(t,"partition",(function(){return Qt})),n.d(t,"toArray",(function(){return Jt})),n.d(t,"size",(function(){return Kt})),n.d(t,"pick",(function(){return Zt})),n.d(t,"omit",(function(){return $t})),n.d(t,"first",(function(){return tn})),n.d(t,"head",(function(){return tn})),n.d(t,"take",(function(){return tn})),n.d(t,"initial",(function(){return en})),n.d(t,"last",(function(){return rn})),n.d(t,"rest",(function(){return nn})),n.d(t,"tail",(function(){return nn})),n.d(t,"drop",(function(){return nn})),n.d(t,"compact",(function(){return on})),n.d(t,"flatten",(function(){return an})),n.d(t,"without",(function(){return ln})),n.d(t,"uniq",(function(){return un})),n.d(t,"unique",(function(){return un})),n.d(t,"union",(function(){return cn})),n.d(t,"intersection",(function(){return dn})),n.d(t,"difference",(function(){return sn})),n.d(t,"unzip",(function(){return hn})),n.d(t,"transpose",(function(){return hn})),n.d(t,"zip",(function(){return pn})),n.d(t,"object",(function(){return fn})),n.d(t,"range",(function(){return mn})),n.d(t,"chunk",(function(){return gn})),n.d(t,"mixin",(function(){return vn}));var i={};n.r(i),n.d(i,"VERSION",(function(){return r.e})),n.d(i,"restArguments",(function(){return o})),n.d(i,"isObject",(function(){return a})),n.d(i,"isNull",(function(){return s})),n.d(i,"isUndefined",(function(){return l})),n.d(i,"isBoolean",(function(){return u})),n.d(i,"isElement",(function(){return c})),n.d(i,"isString",(function(){return h})),n.d(i,"isNumber",(function(){return p})),n.d(i,"isDate",(function(){return f})),n.d(i,"isRegExp",(function(){return m})),n.d(i,"isError",(function(){return g})),n.d(i,"isSymbol",(function(){return A})),n.d(i,"isArrayBuffer",(function(){return v})),n.d(i,"isDataView",(function(){return M})),n.d(i,"isArray",(function(){return E})),n.d(i,"isFunction",(function(){return y})),n.d(i,"isArguments",(function(){return D})),n.d(i,"isFinite",(function(){return B})),n.d(i,"isNaN",(function(){return S})),n.d(i,"isTypedArray",(function(){return F})),n.d(i,"isEmpty",(function(){return W})),n.d(i,"isMatch",(function(){return U})),n.d(i,"isEqual",(function(){return V})),n.d(i,"isMap",(function(){return ie})),n.d(i,"isWeakMap",(function(){return re})),n.d(i,"isSet",(function(){return oe})),n.d(i,"isWeakSet",(function(){return ae})),n.d(i,"keys",(function(){return z})),n.d(i,"allKeys",(function(){return J})),n.d(i,"values",(function(){return se})),n.d(i,"pairs",(function(){return le})),n.d(i,"invert",(function(){return ue})),n.d(i,"functions",(function(){return ce})),n.d(i,"methods",(function(){return ce})),n.d(i,"extend",(function(){return he})),n.d(i,"extendOwn",(function(){return pe})),n.d(i,"assign",(function(){return pe})),n.d(i,"defaults",(function(){return fe})),n.d(i,"create",(function(){return ge})),n.d(i,"clone",(function(){return Ae})),n.d(i,"tap",(function(){return ve})),n.d(i,"get",(function(){return we})),n.d(i,"has",(function(){return Ce})),n.d(i,"mapObject",(function(){return Be})),n.d(i,"identity",(function(){return xe})),n.d(i,"constant",(function(){return Y})),n.d(i,"noop",(function(){return Se})),n.d(i,"toPath",(function(){return _e})),n.d(i,"property",(function(){return Me})),n.d(i,"propertyOf",(function(){return Ye})),n.d(i,"matcher",(function(){return ke})),n.d(i,"matches",(function(){return ke})),n.d(i,"times",(function(){return Ie})),n.d(i,"random",(function(){return Oe})),n.d(i,"now",(function(){return je})),n.d(i,"escape",(function(){return Fe})),n.d(i,"unescape",(function(){return Ne})),n.d(i,"templateSettings",(function(){return Re})),n.d(i,"template",(function(){return Ge})),n.d(i,"result",(function(){return Qe})),n.d(i,"uniqueId",(function(){return Je})),n.d(i,"chain",(function(){return Ke})),n.d(i,"iteratee",(function(){return Te})),n.d(i,"partial",(function(){return $e})),n.d(i,"bind",(function(){return et})),n.d(i,"bindAll",(function(){return it})),n.d(i,"memoize",(function(){return rt})),n.d(i,"delay",(function(){return ot})),n.d(i,"defer",(function(){return at})),n.d(i,"throttle",(function(){return st})),n.d(i,"debounce",(function(){return lt})),n.d(i,"wrap",(function(){return ut})),n.d(i,"negate",(function(){return ct})),n.d(i,"compose",(function(){return dt})),n.d(i,"after",(function(){return ht})),n.d(i,"before",(function(){return pt})),n.d(i,"once",(function(){return ft})),n.d(i,"findKey",(function(){return mt})),n.d(i,"findIndex",(function(){return At})),n.d(i,"findLastIndex",(function(){return vt})),n.d(i,"sortedIndex",(function(){return _t})),n.d(i,"indexOf",(function(){return yt})),n.d(i,"lastIndexOf",(function(){return wt})),n.d(i,"find",(function(){return Ct})),n.d(i,"detect",(function(){return Ct})),n.d(i,"findWhere",(function(){return xt})),n.d(i,"each",(function(){return kt})),n.d(i,"forEach",(function(){return kt})),n.d(i,"map",(function(){return Mt})),n.d(i,"collect",(function(){return Mt})),n.d(i,"reduce",(function(){return Lt})),n.d(i,"foldl",(function(){return Lt})),n.d(i,"inject",(function(){return Lt})),n.d(i,"reduceRight",(function(){return Tt})),n.d(i,"foldr",(function(){return Tt})),n.d(i,"filter",(function(){return Dt})),n.d(i,"select",(function(){return Dt})),n.d(i,"reject",(function(){return Bt})),n.d(i,"every",(function(){return St})),n.d(i,"all",(function(){return St})),n.d(i,"some",(function(){return Yt})),n.d(i,"any",(function(){return Yt})),n.d(i,"contains",(function(){return It})),n.d(i,"includes",(function(){return It})),n.d(i,"include",(function(){return It})),n.d(i,"invoke",(function(){return Ot})),n.d(i,"pluck",(function(){return jt})),n.d(i,"where",(function(){return Pt})),n.d(i,"max",(function(){return Ht})),n.d(i,"min",(function(){return Ft})),n.d(i,"shuffle",(function(){return Rt})),n.d(i,"sample",(function(){return Nt})),n.d(i,"sortBy",(function(){return zt})),n.d(i,"groupBy",(function(){return Ut})),n.d(i,"indexBy",(function(){return qt})),n.d(i,"countBy",(function(){return Gt})),n.d(i,"partition",(function(){return Qt})),n.d(i,"toArray",(function(){return Jt})),n.d(i,"size",(function(){return Kt})),n.d(i,"pick",(function(){return Zt})),n.d(i,"omit",(function(){return $t})),n.d(i,"first",(function(){return tn})),n.d(i,"head",(function(){return tn})),n.d(i,"take",(function(){return tn})),n.d(i,"initial",(function(){return en})),n.d(i,"last",(function(){return rn})),n.d(i,"rest",(function(){return nn})),n.d(i,"tail",(function(){return nn})),n.d(i,"drop",(function(){return nn})),n.d(i,"compact",(function(){return on})),n.d(i,"flatten",(function(){return an})),n.d(i,"without",(function(){return ln})),n.d(i,"uniq",(function(){return un})),n.d(i,"unique",(function(){return un})),n.d(i,"union",(function(){return cn})),n.d(i,"intersection",(function(){return dn})),n.d(i,"difference",(function(){return sn})),n.d(i,"unzip",(function(){return hn})),n.d(i,"transpose",(function(){return hn})),n.d(i,"zip",(function(){return pn})),n.d(i,"object",(function(){return fn})),n.d(i,"range",(function(){return mn})),n.d(i,"chunk",(function(){return gn})),n.d(i,"mixin",(function(){return vn})),n.d(i,"default",(function(){return _n}));var r=n(1);function o(e,t){return t=null==t?e.length-1:+t,function(){for(var n=Math.max(arguments.length-t,0),i=Array(n),r=0;r<n;r++)i[r]=arguments[r+t];switch(t){case 0:return e.call(this,i);case 1:return e.call(this,arguments[0],i);case 2:return e.call(this,arguments[0],arguments[1],i)}var o=Array(t+1);for(r=0;r<t;r++)o[r]=arguments[r];return o[t]=i,e.apply(this,o)}}function a(e){var t=typeof e;return"function"===t||"object"===t&&!!e}function s(e){return null===e}function l(e){return void 0===e}function u(e){return!0===e||!1===e||"[object Boolean]"===r.t.call(e)}function c(e){return!(!e||1!==e.nodeType)}function d(e){var t="[object "+e+"]";return function(e){return r.t.call(e)===t}}var h=d("String"),p=d("Number"),f=d("Date"),m=d("RegExp"),g=d("Error"),A=d("Symbol"),v=d("ArrayBuffer"),_=d("Function"),b=r.p.document&&r.p.document.childNodes;"object"!=typeof Int8Array&&"function"!=typeof b&&(_=function(e){return"function"==typeof e||!1});var y=_,w=d("Object"),C=r.s&&w(new DataView(new ArrayBuffer(8))),x="undefined"!=typeof Map&&w(new Map),k=d("DataView");var M=C?function(e){return null!=e&&y(e.getInt8)&&v(e.buffer)}:k,E=r.k||d("Array");function L(e,t){return null!=e&&r.i.call(e,t)}var T=d("Arguments");!function(){T(arguments)||(T=function(e){return L(e,"callee")})}();var D=T;function B(e){return!A(e)&&Object(r.f)(e)&&!isNaN(parseFloat(e))}function S(e){return p(e)&&Object(r.g)(e)}function Y(e){return function(){return e}}function I(e){return function(t){var n=e(t);return"number"==typeof n&&n>=0&&n<=r.b}}function O(e){return function(t){return null==t?void 0:t[e]}}var j=O("byteLength"),P=I(j),H=/\[object ((I|Ui)nt(8|16|32)|Float(32|64)|Uint8Clamped|Big(I|Ui)nt64)Array\]/;var F=r.r?function(e){return r.l?Object(r.l)(e)&&!M(e):P(e)&&H.test(r.t.call(e))}:Y(!1),N=O("length");function R(e,t){t=function(e){for(var t={},n=e.length,i=0;i<n;++i)t[e[i]]=!0;return{contains:function(e){return t[e]},push:function(n){return t[n]=!0,e.push(n)}}}(t);var n=r.n.length,i=e.constructor,o=y(i)&&i.prototype||r.c,a="constructor";for(L(e,a)&&!t.contains(a)&&t.push(a);n--;)(a=r.n[n])in e&&e[a]!==o[a]&&!t.contains(a)&&t.push(a)}function z(e){if(!a(e))return[];if(r.m)return Object(r.m)(e);var t=[];for(var n in e)L(e,n)&&t.push(n);return r.h&&R(e,t),t}function W(e){if(null==e)return!0;var t=N(e);return"number"==typeof t&&(E(e)||h(e)||D(e))?0===t:0===N(z(e))}function U(e,t){var n=z(t),i=n.length;if(null==e)return!i;for(var r=Object(e),o=0;o<i;o++){var a=n[o];if(t[a]!==r[a]||!(a in r))return!1}return!0}function q(e){return e instanceof q?e:this instanceof q?void(this._wrapped=e):new q(e)}function G(e){return new Uint8Array(e.buffer||e,e.byteOffset||0,j(e))}q.VERSION=r.e,q.prototype.value=function(){return this._wrapped},q.prototype.valueOf=q.prototype.toJSON=q.prototype.value,q.prototype.toString=function(){return String(this._wrapped)};function Q(e,t,n,i){if(e===t)return 0!==e||1/e==1/t;if(null==e||null==t)return!1;if(e!=e)return t!=t;var o=typeof e;return("function"===o||"object"===o||"object"==typeof t)&&function e(t,n,i,o){t instanceof q&&(t=t._wrapped);n instanceof q&&(n=n._wrapped);var a=r.t.call(t);if(a!==r.t.call(n))return!1;if(C&&"[object Object]"==a&&M(t)){if(!M(n))return!1;a="[object DataView]"}switch(a){case"[object RegExp]":case"[object String]":return""+t==""+n;case"[object Number]":return+t!=+t?+n!=+n:0==+t?1/+t==1/n:+t==+n;case"[object Date]":case"[object Boolean]":return+t==+n;case"[object Symbol]":return r.d.valueOf.call(t)===r.d.valueOf.call(n);case"[object ArrayBuffer]":case"[object DataView]":return e(G(t),G(n),i,o)}var s="[object Array]"===a;if(!s&&F(t)){if(j(t)!==j(n))return!1;if(t.buffer===n.buffer&&t.byteOffset===n.byteOffset)return!0;s=!0}if(!s){if("object"!=typeof t||"object"!=typeof n)return!1;var l=t.constructor,u=n.constructor;if(l!==u&&!(y(l)&&l instanceof l&&y(u)&&u instanceof u)&&"constructor"in t&&"constructor"in n)return!1}o=o||[];var c=(i=i||[]).length;for(;c--;)if(i[c]===t)return o[c]===n;if(i.push(t),o.push(n),s){if((c=t.length)!==n.length)return!1;for(;c--;)if(!Q(t[c],n[c],i,o))return!1}else{var d,h=z(t);if(c=h.length,z(n).length!==c)return!1;for(;c--;)if(d=h[c],!L(n,d)||!Q(t[d],n[d],i,o))return!1}return i.pop(),o.pop(),!0}(e,t,n,i)}function V(e,t){return Q(e,t)}function J(e){if(!a(e))return[];var t=[];for(var n in e)t.push(n);return r.h&&R(e,t),t}function K(e){var t=N(e);return function(n){if(null==n)return!1;var i=J(n);if(N(i))return!1;for(var r=0;r<t;r++)if(!y(n[e[r]]))return!1;return e!==te||!y(n[X])}}var X="forEach",Z=["clear","delete"],$=["get","has","set"],ee=Z.concat(X,$),te=Z.concat($),ne=["add"].concat(Z,X,"has"),ie=x?K(ee):d("Map"),re=x?K(te):d("WeakMap"),oe=x?K(ne):d("Set"),ae=d("WeakSet");function se(e){for(var t=z(e),n=t.length,i=Array(n),r=0;r<n;r++)i[r]=e[t[r]];return i}function le(e){for(var t=z(e),n=t.length,i=Array(n),r=0;r<n;r++)i[r]=[t[r],e[t[r]]];return i}function ue(e){for(var t={},n=z(e),i=0,r=n.length;i<r;i++)t[e[n[i]]]=n[i];return t}function ce(e){var t=[];for(var n in e)y(e[n])&&t.push(n);return t.sort()}function de(e,t){return function(n){var i=arguments.length;if(t&&(n=Object(n)),i<2||null==n)return n;for(var r=1;r<i;r++)for(var o=arguments[r],a=e(o),s=a.length,l=0;l<s;l++){var u=a[l];t&&void 0!==n[u]||(n[u]=o[u])}return n}}var he=de(J),pe=de(z),fe=de(J,!0);function me(e){if(!a(e))return{};if(r.j)return Object(r.j)(e);var t=function(){};t.prototype=e;var n=new t;return t.prototype=null,n}function ge(e,t){var n=me(e);return t&&pe(n,t),n}function Ae(e){return a(e)?E(e)?e.slice():he({},e):e}function ve(e,t){return t(e),e}function _e(e){return E(e)?e:[e]}function be(e){return q.toPath(e)}function ye(e,t){for(var n=t.length,i=0;i<n;i++){if(null==e)return;e=e[t[i]]}return n?e:void 0}function we(e,t,n){var i=ye(e,be(t));return l(i)?n:i}function Ce(e,t){for(var n=(t=be(t)).length,i=0;i<n;i++){var r=t[i];if(!L(e,r))return!1;e=e[r]}return!!n}function xe(e){return e}function ke(e){return e=pe({},e),function(t){return U(t,e)}}function Me(e){return e=be(e),function(t){return ye(t,e)}}function Ee(e,t,n){if(void 0===t)return e;switch(null==n?3:n){case 1:return function(n){return e.call(t,n)};case 3:return function(n,i,r){return e.call(t,n,i,r)};case 4:return function(n,i,r,o){return e.call(t,n,i,r,o)}}return function(){return e.apply(t,arguments)}}function Le(e,t,n){return null==e?xe:y(e)?Ee(e,t,n):a(e)&&!E(e)?ke(e):Me(e)}function Te(e,t){return Le(e,t,1/0)}function De(e,t,n){return q.iteratee!==Te?q.iteratee(e,t):Le(e,t,n)}function Be(e,t,n){t=De(t,n);for(var i=z(e),r=i.length,o={},a=0;a<r;a++){var s=i[a];o[s]=t(e[s],s,e)}return o}function Se(){}function Ye(e){return null==e?Se:function(t){return we(e,t)}}function Ie(e,t,n){var i=Array(Math.max(0,e));t=Ee(t,n,1);for(var r=0;r<e;r++)i[r]=t(r);return i}function Oe(e,t){return null==t&&(t=e,e=0),e+Math.floor(Math.random()*(t-e+1))}q.toPath=_e,q.iteratee=Te;var je=Date.now||function(){return(new Date).getTime()};function Pe(e){var t=function(t){return e[t]},n="(?:"+z(e).join("|")+")",i=RegExp(n),r=RegExp(n,"g");return function(e){return e=null==e?"":""+e,i.test(e)?e.replace(r,t):e}}var He={"&":"&amp;","<":"&lt;",">":"&gt;",'"':"&quot;","'":"&#x27;","`":"&#x60;"},Fe=Pe(He),Ne=Pe(ue(He)),Re=q.templateSettings={evaluate:/<%([\s\S]+?)%>/g,interpolate:/<%=([\s\S]+?)%>/g,escape:/<%-([\s\S]+?)%>/g},ze=/(.)^/,We={"'":"'","\\":"\\","\r":"r","\n":"n","\u2028":"u2028","\u2029":"u2029"},Ue=/\\|'|\r|\n|\u2028|\u2029/g;function qe(e){return"\\"+We[e]}function Ge(e,t,n){!t&&n&&(t=n),t=fe({},t,q.templateSettings);var i,r=RegExp([(t.escape||ze).source,(t.interpolate||ze).source,(t.evaluate||ze).source].join("|")+"|$","g"),o=0,a="__p+='";e.replace(r,(function(t,n,i,r,s){return a+=e.slice(o,s).replace(Ue,qe),o=s+t.length,n?a+="'+\n((__t=("+n+"))==null?'':_.escape(__t))+\n'":i?a+="'+\n((__t=("+i+"))==null?'':__t)+\n'":r&&(a+="';\n"+r+"\n__p+='"),t})),a+="';\n",t.variable||(a="with(obj||{}){\n"+a+"}\n"),a="var __t,__p='',__j=Array.prototype.join,print=function(){__p+=__j.call(arguments,'');};\n"+a+"return __p;\n";try{i=new Function(t.variable||"obj","_",a)}catch(e){throw e.source=a,e}var s=function(e){return i.call(this,e,q)},l=t.variable||"obj";return s.source="function("+l+"){\n"+a+"}",s}function Qe(e,t,n){var i=(t=be(t)).length;if(!i)return y(n)?n.call(e):n;for(var r=0;r<i;r++){var o=null==e?void 0:e[t[r]];void 0===o&&(o=n,r=i),e=y(o)?o.call(e):o}return e}var Ve=0;function Je(e){var t=++Ve+"";return e?e+t:t}function Ke(e){var t=q(e);return t._chain=!0,t}function Xe(e,t,n,i,r){if(!(i instanceof t))return e.apply(n,r);var o=me(e.prototype),s=e.apply(o,r);return a(s)?s:o}var Ze=o((function(e,t){var n=Ze.placeholder,i=function(){for(var r=0,o=t.length,a=Array(o),s=0;s<o;s++)a[s]=t[s]===n?arguments[r++]:t[s];for(;r<arguments.length;)a.push(arguments[r++]);return Xe(e,i,this,this,a)};return i}));Ze.placeholder=q;var $e=Ze,et=o((function(e,t,n){if(!y(e))throw new TypeError("Bind must be called on a function");var i=o((function(r){return Xe(e,i,t,this,n.concat(r))}));return i})),tt=I(N);function nt(e,t,n,i){if(i=i||[],t||0===t){if(t<=0)return i.concat(e)}else t=1/0;for(var r=i.length,o=0,a=N(e);o<a;o++){var s=e[o];if(tt(s)&&(E(s)||D(s)))if(t>1)nt(s,t-1,n,i),r=i.length;else for(var l=0,u=s.length;l<u;)i[r++]=s[l++];else n||(i[r++]=s)}return i}var it=o((function(e,t){var n=(t=nt(t,!1,!1)).length;if(n<1)throw new Error("bindAll must be passed function names");for(;n--;){var i=t[n];e[i]=et(e[i],e)}return e}));function rt(e,t){var n=function(i){var r=n.cache,o=""+(t?t.apply(this,arguments):i);return L(r,o)||(r[o]=e.apply(this,arguments)),r[o]};return n.cache={},n}var ot=o((function(e,t,n){return setTimeout((function(){return e.apply(null,n)}),t)})),at=$e(ot,q,1);function st(e,t,n){var i,r,o,a,s=0;n||(n={});var l=function(){s=!1===n.leading?0:je(),i=null,a=e.apply(r,o),i||(r=o=null)},u=function(){var u=je();s||!1!==n.leading||(s=u);var c=t-(u-s);return r=this,o=arguments,c<=0||c>t?(i&&(clearTimeout(i),i=null),s=u,a=e.apply(r,o),i||(r=o=null)):i||!1===n.trailing||(i=setTimeout(l,c)),a};return u.cancel=function(){clearTimeout(i),s=0,i=r=o=null},u}function lt(e,t,n){var i,r,a=function(t,n){i=null,n&&(r=e.apply(t,n))},s=o((function(o){if(i&&clearTimeout(i),n){var s=!i;i=setTimeout(a,t),s&&(r=e.apply(this,o))}else i=ot(a,t,this,o);return r}));return s.cancel=function(){clearTimeout(i),i=null},s}function ut(e,t){return $e(t,e)}function ct(e){return function(){return!e.apply(this,arguments)}}function dt(){var e=arguments,t=e.length-1;return function(){for(var n=t,i=e[t].apply(this,arguments);n--;)i=e[n].call(this,i);return i}}function ht(e,t){return function(){if(--e<1)return t.apply(this,arguments)}}function pt(e,t){var n;return function(){return--e>0&&(n=t.apply(this,arguments)),e<=1&&(t=null),n}}var ft=$e(pt,2);function mt(e,t,n){t=De(t,n);for(var i,r=z(e),o=0,a=r.length;o<a;o++)if(t(e[i=r[o]],i,e))return i}function gt(e){return function(t,n,i){n=De(n,i);for(var r=N(t),o=e>0?0:r-1;o>=0&&o<r;o+=e)if(n(t[o],o,t))return o;return-1}}var At=gt(1),vt=gt(-1);function _t(e,t,n,i){for(var r=(n=De(n,i,1))(t),o=0,a=N(e);o<a;){var s=Math.floor((o+a)/2);n(e[s])<r?o=s+1:a=s}return o}function bt(e,t,n){return function(i,o,a){var s=0,l=N(i);if("number"==typeof a)e>0?s=a>=0?a:Math.max(a+l,s):l=a>=0?Math.min(a+1,l):a+l+1;else if(n&&a&&l)return i[a=n(i,o)]===o?a:-1;if(o!=o)return(a=t(r.q.call(i,s,l),S))>=0?a+s:-1;for(a=e>0?s:l-1;a>=0&&a<l;a+=e)if(i[a]===o)return a;return-1}}var yt=bt(1,At,_t),wt=bt(-1,vt);function Ct(e,t,n){var i=(tt(e)?At:mt)(e,t,n);if(void 0!==i&&-1!==i)return e[i]}function xt(e,t){return Ct(e,ke(t))}function kt(e,t,n){var i,r;if(t=Ee(t,n),tt(e))for(i=0,r=e.length;i<r;i++)t(e[i],i,e);else{var o=z(e);for(i=0,r=o.length;i<r;i++)t(e[o[i]],o[i],e)}return e}function Mt(e,t,n){t=De(t,n);for(var i=!tt(e)&&z(e),r=(i||e).length,o=Array(r),a=0;a<r;a++){var s=i?i[a]:a;o[a]=t(e[s],s,e)}return o}function Et(e){var t=function(t,n,i,r){var o=!tt(t)&&z(t),a=(o||t).length,s=e>0?0:a-1;for(r||(i=t[o?o[s]:s],s+=e);s>=0&&s<a;s+=e){var l=o?o[s]:s;i=n(i,t[l],l,t)}return i};return function(e,n,i,r){var o=arguments.length>=3;return t(e,Ee(n,r,4),i,o)}}var Lt=Et(1),Tt=Et(-1);function Dt(e,t,n){var i=[];return t=De(t,n),kt(e,(function(e,n,r){t(e,n,r)&&i.push(e)})),i}function Bt(e,t,n){return Dt(e,ct(De(t)),n)}function St(e,t,n){t=De(t,n);for(var i=!tt(e)&&z(e),r=(i||e).length,o=0;o<r;o++){var a=i?i[o]:o;if(!t(e[a],a,e))return!1}return!0}function Yt(e,t,n){t=De(t,n);for(var i=!tt(e)&&z(e),r=(i||e).length,o=0;o<r;o++){var a=i?i[o]:o;if(t(e[a],a,e))return!0}return!1}function It(e,t,n,i){return tt(e)||(e=se(e)),("number"!=typeof n||i)&&(n=0),yt(e,t,n)>=0}var Ot=o((function(e,t,n){var i,r;return y(t)?r=t:(t=be(t),i=t.slice(0,-1),t=t[t.length-1]),Mt(e,(function(e){var o=r;if(!o){if(i&&i.length&&(e=ye(e,i)),null==e)return;o=e[t]}return null==o?o:o.apply(e,n)}))}));function jt(e,t){return Mt(e,Me(t))}function Pt(e,t){return Dt(e,ke(t))}function Ht(e,t,n){var i,r,o=-1/0,a=-1/0;if(null==t||"number"==typeof t&&"object"!=typeof e[0]&&null!=e)for(var s=0,l=(e=tt(e)?e:se(e)).length;s<l;s++)null!=(i=e[s])&&i>o&&(o=i);else t=De(t,n),kt(e,(function(e,n,i){((r=t(e,n,i))>a||r===-1/0&&o===-1/0)&&(o=e,a=r)}));return o}function Ft(e,t,n){var i,r,o=1/0,a=1/0;if(null==t||"number"==typeof t&&"object"!=typeof e[0]&&null!=e)for(var s=0,l=(e=tt(e)?e:se(e)).length;s<l;s++)null!=(i=e[s])&&i<o&&(o=i);else t=De(t,n),kt(e,(function(e,n,i){((r=t(e,n,i))<a||r===1/0&&o===1/0)&&(o=e,a=r)}));return o}function Nt(e,t,n){if(null==t||n)return tt(e)||(e=se(e)),e[Oe(e.length-1)];var i=tt(e)?Ae(e):se(e),r=N(i);t=Math.max(Math.min(t,r),0);for(var o=r-1,a=0;a<t;a++){var s=Oe(a,o),l=i[a];i[a]=i[s],i[s]=l}return i.slice(0,t)}function Rt(e){return Nt(e,1/0)}function zt(e,t,n){var i=0;return t=De(t,n),jt(Mt(e,(function(e,n,r){return{value:e,index:i++,criteria:t(e,n,r)}})).sort((function(e,t){var n=e.criteria,i=t.criteria;if(n!==i){if(n>i||void 0===n)return 1;if(n<i||void 0===i)return-1}return e.index-t.index})),"value")}function Wt(e,t){return function(n,i,r){var o=t?[[],[]]:{};return i=De(i,r),kt(n,(function(t,r){var a=i(t,r,n);e(o,t,a)})),o}}var Ut=Wt((function(e,t,n){L(e,n)?e[n].push(t):e[n]=[t]})),qt=Wt((function(e,t,n){e[n]=t})),Gt=Wt((function(e,t,n){L(e,n)?e[n]++:e[n]=1})),Qt=Wt((function(e,t,n){e[n?0:1].push(t)}),!0),Vt=/[^\ud800-\udfff]|[\ud800-\udbff][\udc00-\udfff]|[\ud800-\udfff]/g;function Jt(e){return e?E(e)?r.q.call(e):h(e)?e.match(Vt):tt(e)?Mt(e,xe):se(e):[]}function Kt(e){return null==e?0:tt(e)?e.length:z(e).length}function Xt(e,t,n){return t in n}var Zt=o((function(e,t){var n={},i=t[0];if(null==e)return n;y(i)?(t.length>1&&(i=Ee(i,t[1])),t=J(e)):(i=Xt,t=nt(t,!1,!1),e=Object(e));for(var r=0,o=t.length;r<o;r++){var a=t[r],s=e[a];i(s,a,e)&&(n[a]=s)}return n})),$t=o((function(e,t){var n,i=t[0];return y(i)?(i=ct(i),t.length>1&&(n=t[1])):(t=Mt(nt(t,!1,!1),String),i=function(e,n){return!It(t,n)}),Zt(e,i,n)}));function en(e,t,n){return r.q.call(e,0,Math.max(0,e.length-(null==t||n?1:t)))}function tn(e,t,n){return null==e||e.length<1?null==t||n?void 0:[]:null==t||n?e[0]:en(e,e.length-t)}function nn(e,t,n){return r.q.call(e,null==t||n?1:t)}function rn(e,t,n){return null==e||e.length<1?null==t||n?void 0:[]:null==t||n?e[e.length-1]:nn(e,Math.max(0,e.length-t))}function on(e){return Dt(e,Boolean)}function an(e,t){return nt(e,t,!1)}var sn=o((function(e,t){return t=nt(t,!0,!0),Dt(e,(function(e){return!It(t,e)}))})),ln=o((function(e,t){return sn(e,t)}));function un(e,t,n,i){u(t)||(i=n,n=t,t=!1),null!=n&&(n=De(n,i));for(var r=[],o=[],a=0,s=N(e);a<s;a++){var l=e[a],c=n?n(l,a,e):l;t&&!n?(a&&o===c||r.push(l),o=c):n?It(o,c)||(o.push(c),r.push(l)):It(r,l)||r.push(l)}return r}var cn=o((function(e){return un(nt(e,!0,!0))}));function dn(e){for(var t=[],n=arguments.length,i=0,r=N(e);i<r;i++){var o=e[i];if(!It(t,o)){var a;for(a=1;a<n&&It(arguments[a],o);a++);a===n&&t.push(o)}}return t}function hn(e){for(var t=e&&Ht(e,N).length||0,n=Array(t),i=0;i<t;i++)n[i]=jt(e,i);return n}var pn=o(hn);function fn(e,t){for(var n={},i=0,r=N(e);i<r;i++)t?n[e[i]]=t[i]:n[e[i][0]]=e[i][1];return n}function mn(e,t,n){null==t&&(t=e||0,e=0),n||(n=t<e?-1:1);for(var i=Math.max(Math.ceil((t-e)/n),0),r=Array(i),o=0;o<i;o++,e+=n)r[o]=e;return r}function gn(e,t){if(null==t||t<1)return[];for(var n=[],i=0,o=e.length;i<o;)n.push(r.q.call(e,i,i+=t));return n}function An(e,t){return e._chain?q(t).chain():t}function vn(e){return kt(ce(e),(function(t){var n=q[t]=e[t];q.prototype[t]=function(){var e=[this._wrapped];return r.o.apply(e,arguments),An(this,n.apply(q,e))}})),q}kt(["pop","push","reverse","shift","sort","splice","unshift"],(function(e){var t=r.a[e];q.prototype[e]=function(){var n=this._wrapped;return null!=n&&(t.apply(n,arguments),"shift"!==e&&"splice"!==e||0!==n.length||delete n[0]),An(this,n)}})),kt(["concat","join","slice"],(function(e){var t=r.a[e];q.prototype[e]=function(){var e=this._wrapped;return null!=e&&(e=t.apply(e,arguments)),An(this,e)}}));var _n=q,bn=vn(i);bn._=bn;var yn=bn},function(e,i,r){"use strict";var o=r(41),a=r(0),s=r.n(a),l=r(12);
+/**
+ * @copyright 2019 Christoph Wurst <christoph@winzerhof-wurst.at>
+ *
+ * @author Christoph Wurst <christoph@winzerhof-wurst.at>
+ * @author John Molakvoæ <skjnldsv@protonmail.com>
+ * @author Roeland Jago Douma <roeland@famdouma.nl>
+ *
+ * @license GNU AGPL version 3 or any later version
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Affero General Public License as
+ * published by the Free Software Foundation, either version 3 of the
+ * License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Affero General Public License for more details.
+ *
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ *
+ */
+const u={},c=[];var d=r(6),h=r(42),p={updatableNotification:null,getDefaultNotificationFunction:null,setDefault(e){this.getDefaultNotificationFunction=e},hide(e,t){d.default.isFunction(e)&&(t=e,e=void 0),e?(e.each((function(){s()(this)[0].toastify?s()(this)[0].toastify.hideToast():console.error("cannot hide toast because object is not set"),this===this.updatableNotification&&(this.updatableNotification=null)})),t&&t.call(),this.getDefaultNotificationFunction&&this.getDefaultNotificationFunction()):console.error("Missing argument $row in OC.Notification.hide() call, caller needs to be adjusted to only dismiss its own notification")},showHtml(e,t){(t=t||{}).isHTML=!0,t.timeout=t.timeout?t.timeout:h.b;const n=Object(h.e)(e,t);return n.toastElement.toastify=n,s()(n.toastElement)},show(e,t){(t=t||{}).timeout=t.timeout?t.timeout:h.b;const n=Object(h.e)(function(e){return e.toString().split("&").join("&amp;").split("<").join("&lt;").split(">").join("&gt;").split('"').join("&quot;").split("'").join("&#039;")}(e),t);return n.toastElement.toastify=n,s()(n.toastElement)},showUpdate(e){return this.updatableNotification&&this.updatableNotification.hideToast(),this.updatableNotification=Object(h.e)(e,{timeout:h.b}),this.updatableNotification.toastElement.toastify=this.updatableNotification,s()(this.updatableNotification.toastElement)},showTemporary(e,t){(t=t||{}).timeout=t.timeout||h.a;const n=Object(h.e)(e,t);return n.toastElement.toastify=n,s()(n.toastElement)},isHidden:()=>!s()("#content").find(".toastify").length};
+/**
+ * @copyright 2019 Christoph Wurst <christoph@winzerhof-wurst.at>
+ *
+ * @author Christoph Wurst <christoph@winzerhof-wurst.at>
+ * @author John Molakvoæ <skjnldsv@protonmail.com>
+ *
+ * @license GNU AGPL version 3 or any later version
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Affero General Public License as
+ * published by the Free Software Foundation, either version 3 of the
+ * License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Affero General Public License for more details.
+ *
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ *
+ */
+const f=d.default.throttle(()=>{p.showTemporary(t("core","Connection to server lost"))},7e3,{trailing:!1});var m=r(229),g=r(101);
+/**
+ * @copyright Copyright (c) 2016 Joas Schilling <coding@schilljs.com>
+ *
+ * @author Christoph Wurst <christoph@winzerhof-wurst.at>
+ * @author Joas Schilling <coding@schilljs.com>
+ * @author John Molakvoæ <skjnldsv@protonmail.com>
+ * @author Jörn Friedrich Dreyer <jfd@butonic.de>
+ * @author Robin Appelman <robin@icewind.nl>
+ * @author Vincent Petry <vincent@nextcloud.com>
+ *
+ * @license GNU AGPL version 3 or any later version
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Affero General Public License as
+ * published by the Free Software Foundation, either version 3 of the
+ * License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Affero General Public License for more details.
+ *
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ *
+ */
+const A=window.oc_appconfig||{},v={getValue:function(e,t,n,i){Object(g.getValue)(e,t,n,{success:i})},setValue:function(e,t,n){Object(g.setValue)(e,t,n)},getApps:function(e){Object(g.getApps)({success:e})},getKeys:function(e,t){Object(g.getKeys)(e,{success:t})},deleteKey:function(e,t){Object(g.deleteKey)(e,t)}};var _=void 0!==window._oc_appswebroots&&window._oc_appswebroots,b=r(71),y=r.n(b),w=r(230);
+/**
+ * Copyright (c) 2015
+ *
+ * @author Christoph Wurst <christoph@winzerhof-wurst.at>
+ * @author John Molakvoæ <skjnldsv@protonmail.com>
+ * @author Julius Härtl <jus@bitgrid.net>
+ *
+ * @license GNU AGPL version 3 or any later version
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Affero General Public License as
+ * published by the Free Software Foundation, either version 3 of the
+ * License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Affero General Public License for more details.
+ *
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ *
*/
-function(e){var t,n,i,r,o,s,a,l,c,u,d,h,f,p,m,g,v,_,y,b="sizzle"+1*new Date,w=e.document,x=0,k=0,M=oe(),A=oe(),L=oe(),T=function(e,t){return e===t&&(d=!0),0},D={}.hasOwnProperty,S=[],E=S.pop,Y=S.push,C=S.push,O=S.slice,P=function(e,t){for(var n=0,i=e.length;n<i;n++)if(e[n]===t)return n;return-1},I="checked|selected|async|autofocus|autoplay|controls|defer|disabled|hidden|ismap|loop|multiple|open|readonly|required|scoped",H="[\\x20\\t\\r\\n\\f]",j="(?:\\\\.|[\\w-]|[^\\x00-\\xa0])+",N=j.replace("w","w#"),R="\\["+H+"*("+j+")(?:"+H+"*([*^$|!~]?=)"+H+"*(?:'((?:\\\\.|[^\\\\'])*)'|\"((?:\\\\.|[^\\\\\"])*)\"|("+N+"))|)"+H+"*\\]",z=":("+j+")(?:\\((('((?:\\\\.|[^\\\\'])*)'|\"((?:\\\\.|[^\\\\\"])*)\")|((?:\\\\.|[^\\\\()[\\]]|"+R+")*)|.*)\\)|)",F=new RegExp(H+"+","g"),B=new RegExp("^"+H+"+|((?:^|[^\\\\])(?:\\\\.)*)"+H+"+$","g"),W=new RegExp("^"+H+"*,"+H+"*"),U=new RegExp("^"+H+"*([>+~]|"+H+")"+H+"*"),Q=new RegExp("="+H+"*([^\\]'\"]*?)"+H+"*\\]","g"),q=new RegExp(z),G=new RegExp("^"+N+"$"),V={ID:new RegExp("^#("+j+")"),CLASS:new RegExp("^\\.("+j+")"),TAG:new RegExp("^("+j.replace("w","w*")+")"),ATTR:new RegExp("^"+R),PSEUDO:new RegExp("^"+z),CHILD:new RegExp("^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\("+H+"*(even|odd|(([+-]|)(\\d*)n|)"+H+"*(?:([+-]|)"+H+"*(\\d+)|))"+H+"*\\)|)","i"),bool:new RegExp("^(?:"+I+")$","i"),needsContext:new RegExp("^"+H+"*[>+~]|:(even|odd|eq|gt|lt|nth|first|last)(?:\\("+H+"*((?:-\\d)?\\d*)"+H+"*\\)|)(?=[^-]|$)","i")},J=/^(?:input|select|textarea|button)$/i,K=/^h\d$/i,X=/^[^{]+\{\s*\[native \w/,Z=/^(?:#([\w-]+)|(\w+)|\.([\w-]+))$/,$=/[+~]/,ee=/'|\\/g,te=new RegExp("\\\\([\\da-f]{1,6}"+H+"?|("+H+")|.)","ig"),ne=function(e,t,n){var i="0x"+t-65536;return i!=i||n?t:i<0?String.fromCharCode(i+65536):String.fromCharCode(i>>10|55296,1023&i|56320)},ie=function(){h()};try{C.apply(S=O.call(w.childNodes),w.childNodes),S[w.childNodes.length].nodeType}catch(e){C={apply:S.length?function(e,t){Y.apply(e,O.call(t))}:function(e,t){for(var n=e.length,i=0;e[n++]=t[i++];);e.length=n-1}}}function re(e,t,i,r){var o,a,c,u,d,p,v,_,x,k;if((t?t.ownerDocument||t:w)!==f&&h(t),i=i||[],u=(t=t||f).nodeType,"string"!=typeof e||!e||1!==u&&9!==u&&11!==u)return i;if(!r&&m){if(11!==u&&(o=Z.exec(e)))if(c=o[1]){if(9===u){if(!(a=t.getElementById(c))||!a.parentNode)return i;if(a.id===c)return i.push(a),i}else if(t.ownerDocument&&(a=t.ownerDocument.getElementById(c))&&y(t,a)&&a.id===c)return i.push(a),i}else{if(o[2])return C.apply(i,t.getElementsByTagName(e)),i;if((c=o[3])&&n.getElementsByClassName)return C.apply(i,t.getElementsByClassName(c)),i}if(n.qsa&&(!g||!g.test(e))){if(_=v=b,x=t,k=1!==u&&e,1===u&&"object"!==t.nodeName.toLowerCase()){for(p=s(e),(v=t.getAttribute("id"))?_=v.replace(ee,"\\$&"):t.setAttribute("id",_),_="[id='"+_+"'] ",d=p.length;d--;)p[d]=_+me(p[d]);x=$.test(e)&&fe(t.parentNode)||t,k=p.join(",")}if(k)try{return C.apply(i,x.querySelectorAll(k)),i}catch(e){}finally{v||t.removeAttribute("id")}}}return l(e.replace(B,"$1"),t,i,r)}function oe(){var e=[];return function t(n,r){return e.push(n+" ")>i.cacheLength&&delete t[e.shift()],t[n+" "]=r}}function se(e){return e[b]=!0,e}function ae(e){var t=f.createElement("div");try{return!!e(t)}catch(e){return!1}finally{t.parentNode&&t.parentNode.removeChild(t),t=null}}function le(e,t){for(var n=e.split("|"),r=e.length;r--;)i.attrHandle[n[r]]=t}function ce(e,t){var n=t&&e,i=n&&1===e.nodeType&&1===t.nodeType&&(~t.sourceIndex||1<<31)-(~e.sourceIndex||1<<31);if(i)return i;if(n)for(;n=n.nextSibling;)if(n===t)return-1;return e?1:-1}function ue(e){return function(t){return"input"===t.nodeName.toLowerCase()&&t.type===e}}function de(e){return function(t){var n=t.nodeName.toLowerCase();return("input"===n||"button"===n)&&t.type===e}}function he(e){return se((function(t){return t=+t,se((function(n,i){for(var r,o=e([],n.length,t),s=o.length;s--;)n[r=o[s]]&&(n[r]=!(i[r]=n[r]))}))}))}function fe(e){return e&&void 0!==e.getElementsByTagName&&e}for(t in n=re.support={},o=re.isXML=function(e){var t=e&&(e.ownerDocument||e).documentElement;return!!t&&"HTML"!==t.nodeName},h=re.setDocument=function(e){var t,r,s=e?e.ownerDocument||e:w;return s!==f&&9===s.nodeType&&s.documentElement?(f=s,p=s.documentElement,(r=s.defaultView)&&r!==r.top&&(r.addEventListener?r.addEventListener("unload",ie,!1):r.attachEvent&&r.attachEvent("onunload",ie)),m=!o(s),n.attributes=ae((function(e){return e.className="i",!e.getAttribute("className")})),n.getElementsByTagName=ae((function(e){return e.appendChild(s.createComment("")),!e.getElementsByTagName("*").length})),n.getElementsByClassName=X.test(s.getElementsByClassName),n.getById=ae((function(e){return p.appendChild(e).id=b,!s.getElementsByName||!s.getElementsByName(b).length})),n.getById?(i.find.ID=function(e,t){if(void 0!==t.getElementById&&m){var n=t.getElementById(e);return n&&n.parentNode?[n]:[]}},i.filter.ID=function(e){var t=e.replace(te,ne);return function(e){return e.getAttribute("id")===t}}):(delete i.find.ID,i.filter.ID=function(e){var t=e.replace(te,ne);return function(e){var n=void 0!==e.getAttributeNode&&e.getAttributeNode("id");return n&&n.value===t}}),i.find.TAG=n.getElementsByTagName?function(e,t){return void 0!==t.getElementsByTagName?t.getElementsByTagName(e):n.qsa?t.querySelectorAll(e):void 0}:function(e,t){var n,i=[],r=0,o=t.getElementsByTagName(e);if("*"===e){for(;n=o[r++];)1===n.nodeType&&i.push(n);return i}return o},i.find.CLASS=n.getElementsByClassName&&function(e,t){if(m)return t.getElementsByClassName(e)},v=[],g=[],(n.qsa=X.test(s.querySelectorAll))&&(ae((function(e){p.appendChild(e).innerHTML="<a id='"+b+"'></a><select id='"+b+"-\f]' msallowcapture=''><option selected=''></option></select>",e.querySelectorAll("[msallowcapture^='']").length&&g.push("[*^$]="+H+"*(?:''|\"\")"),e.querySelectorAll("[selected]").length||g.push("\\["+H+"*(?:value|"+I+")"),e.querySelectorAll("[id~="+b+"-]").length||g.push("~="),e.querySelectorAll(":checked").length||g.push(":checked"),e.querySelectorAll("a#"+b+"+*").length||g.push(".#.+[+~]")})),ae((function(e){var t=s.createElement("input");t.setAttribute("type","hidden"),e.appendChild(t).setAttribute("name","D"),e.querySelectorAll("[name=d]").length&&g.push("name"+H+"*[*^$|!~]?="),e.querySelectorAll(":enabled").length||g.push(":enabled",":disabled"),e.querySelectorAll("*,:x"),g.push(",.*:")}))),(n.matchesSelector=X.test(_=p.matches||p.webkitMatchesSelector||p.mozMatchesSelector||p.oMatchesSelector||p.msMatchesSelector))&&ae((function(e){n.disconnectedMatch=_.call(e,"div"),_.call(e,"[s!='']:x"),v.push("!=",z)})),g=g.length&&new RegExp(g.join("|")),v=v.length&&new RegExp(v.join("|")),t=X.test(p.compareDocumentPosition),y=t||X.test(p.contains)?function(e,t){var n=9===e.nodeType?e.documentElement:e,i=t&&t.parentNode;return e===i||!(!i||1!==i.nodeType||!(n.contains?n.contains(i):e.compareDocumentPosition&&16&e.compareDocumentPosition(i)))}:function(e,t){if(t)for(;t=t.parentNode;)if(t===e)return!0;return!1},T=t?function(e,t){if(e===t)return d=!0,0;var i=!e.compareDocumentPosition-!t.compareDocumentPosition;return i||(1&(i=(e.ownerDocument||e)===(t.ownerDocument||t)?e.compareDocumentPosition(t):1)||!n.sortDetached&&t.compareDocumentPosition(e)===i?e===s||e.ownerDocument===w&&y(w,e)?-1:t===s||t.ownerDocument===w&&y(w,t)?1:u?P(u,e)-P(u,t):0:4&i?-1:1)}:function(e,t){if(e===t)return d=!0,0;var n,i=0,r=e.parentNode,o=t.parentNode,a=[e],l=[t];if(!r||!o)return e===s?-1:t===s?1:r?-1:o?1:u?P(u,e)-P(u,t):0;if(r===o)return ce(e,t);for(n=e;n=n.parentNode;)a.unshift(n);for(n=t;n=n.parentNode;)l.unshift(n);for(;a[i]===l[i];)i++;return i?ce(a[i],l[i]):a[i]===w?-1:l[i]===w?1:0},s):f},re.matches=function(e,t){return re(e,null,null,t)},re.matchesSelector=function(e,t){if((e.ownerDocument||e)!==f&&h(e),t=t.replace(Q,"='$1']"),n.matchesSelector&&m&&(!v||!v.test(t))&&(!g||!g.test(t)))try{var i=_.call(e,t);if(i||n.disconnectedMatch||e.document&&11!==e.document.nodeType)return i}catch(e){}return re(t,f,null,[e]).length>0},re.contains=function(e,t){return(e.ownerDocument||e)!==f&&h(e),y(e,t)},re.attr=function(e,t){(e.ownerDocument||e)!==f&&h(e);var r=i.attrHandle[t.toLowerCase()],o=r&&D.call(i.attrHandle,t.toLowerCase())?r(e,t,!m):void 0;return void 0!==o?o:n.attributes||!m?e.getAttribute(t):(o=e.getAttributeNode(t))&&o.specified?o.value:null},re.error=function(e){throw new Error("Syntax error, unrecognized expression: "+e)},re.uniqueSort=function(e){var t,i=[],r=0,o=0;if(d=!n.detectDuplicates,u=!n.sortStable&&e.slice(0),e.sort(T),d){for(;t=e[o++];)t===e[o]&&(r=i.push(o));for(;r--;)e.splice(i[r],1)}return u=null,e},r=re.getText=function(e){var t,n="",i=0,o=e.nodeType;if(o){if(1===o||9===o||11===o){if("string"==typeof e.textContent)return e.textContent;for(e=e.firstChild;e;e=e.nextSibling)n+=r(e)}else if(3===o||4===o)return e.nodeValue}else for(;t=e[i++];)n+=r(t);return n},(i=re.selectors={cacheLength:50,createPseudo:se,match:V,attrHandle:{},find:{},relative:{">":{dir:"parentNode",first:!0}," ":{dir:"parentNode"},"+":{dir:"previousSibling",first:!0},"~":{dir:"previousSibling"}},preFilter:{ATTR:function(e){return e[1]=e[1].replace(te,ne),e[3]=(e[3]||e[4]||e[5]||"").replace(te,ne),"~="===e[2]&&(e[3]=" "+e[3]+" "),e.slice(0,4)},CHILD:function(e){return e[1]=e[1].toLowerCase(),"nth"===e[1].slice(0,3)?(e[3]||re.error(e[0]),e[4]=+(e[4]?e[5]+(e[6]||1):2*("even"===e[3]||"odd"===e[3])),e[5]=+(e[7]+e[8]||"odd"===e[3])):e[3]&&re.error(e[0]),e},PSEUDO:function(e){var t,n=!e[6]&&e[2];return V.CHILD.test(e[0])?null:(e[3]?e[2]=e[4]||e[5]||"":n&&q.test(n)&&(t=s(n,!0))&&(t=n.indexOf(")",n.length-t)-n.length)&&(e[0]=e[0].slice(0,t),e[2]=n.slice(0,t)),e.slice(0,3))}},filter:{TAG:function(e){var t=e.replace(te,ne).toLowerCase();return"*"===e?function(){return!0}:function(e){return e.nodeName&&e.nodeName.toLowerCase()===t}},CLASS:function(e){var t=M[e+" "];return t||(t=new RegExp("(^|"+H+")"+e+"("+H+"|$)"))&&M(e,(function(e){return t.test("string"==typeof e.className&&e.className||void 0!==e.getAttribute&&e.getAttribute("class")||"")}))},ATTR:function(e,t,n){return function(i){var r=re.attr(i,e);return null==r?"!="===t:!t||(r+="","="===t?r===n:"!="===t?r!==n:"^="===t?n&&0===r.indexOf(n):"*="===t?n&&r.indexOf(n)>-1:"$="===t?n&&r.slice(-n.length)===n:"~="===t?(" "+r.replace(F," ")+" ").indexOf(n)>-1:"|="===t&&(r===n||r.slice(0,n.length+1)===n+"-"))}},CHILD:function(e,t,n,i,r){var o="nth"!==e.slice(0,3),s="last"!==e.slice(-4),a="of-type"===t;return 1===i&&0===r?function(e){return!!e.parentNode}:function(t,n,l){var c,u,d,h,f,p,m=o!==s?"nextSibling":"previousSibling",g=t.parentNode,v=a&&t.nodeName.toLowerCase(),_=!l&&!a;if(g){if(o){for(;m;){for(d=t;d=d[m];)if(a?d.nodeName.toLowerCase()===v:1===d.nodeType)return!1;p=m="only"===e&&!p&&"nextSibling"}return!0}if(p=[s?g.firstChild:g.lastChild],s&&_){for(f=(c=(u=g[b]||(g[b]={}))[e]||[])[0]===x&&c[1],h=c[0]===x&&c[2],d=f&&g.childNodes[f];d=++f&&d&&d[m]||(h=f=0)||p.pop();)if(1===d.nodeType&&++h&&d===t){u[e]=[x,f,h];break}}else if(_&&(c=(t[b]||(t[b]={}))[e])&&c[0]===x)h=c[1];else for(;(d=++f&&d&&d[m]||(h=f=0)||p.pop())&&((a?d.nodeName.toLowerCase()!==v:1!==d.nodeType)||!++h||(_&&((d[b]||(d[b]={}))[e]=[x,h]),d!==t)););return(h-=r)===i||h%i==0&&h/i>=0}}},PSEUDO:function(e,t){var n,r=i.pseudos[e]||i.setFilters[e.toLowerCase()]||re.error("unsupported pseudo: "+e);return r[b]?r(t):r.length>1?(n=[e,e,"",t],i.setFilters.hasOwnProperty(e.toLowerCase())?se((function(e,n){for(var i,o=r(e,t),s=o.length;s--;)e[i=P(e,o[s])]=!(n[i]=o[s])})):function(e){return r(e,0,n)}):r}},pseudos:{not:se((function(e){var t=[],n=[],i=a(e.replace(B,"$1"));return i[b]?se((function(e,t,n,r){for(var o,s=i(e,null,r,[]),a=e.length;a--;)(o=s[a])&&(e[a]=!(t[a]=o))})):function(e,r,o){return t[0]=e,i(t,null,o,n),t[0]=null,!n.pop()}})),has:se((function(e){return function(t){return re(e,t).length>0}})),contains:se((function(e){return e=e.replace(te,ne),function(t){return(t.textContent||t.innerText||r(t)).indexOf(e)>-1}})),lang:se((function(e){return G.test(e||"")||re.error("unsupported lang: "+e),e=e.replace(te,ne).toLowerCase(),function(t){var n;do{if(n=m?t.lang:t.getAttribute("xml:lang")||t.getAttribute("lang"))return(n=n.toLowerCase())===e||0===n.indexOf(e+"-")}while((t=t.parentNode)&&1===t.nodeType);return!1}})),target:function(t){var n=e.location&&e.location.hash;return n&&n.slice(1)===t.id},root:function(e){return e===p},focus:function(e){return e===f.activeElement&&(!f.hasFocus||f.hasFocus())&&!!(e.type||e.href||~e.tabIndex)},enabled:function(e){return!1===e.disabled},disabled:function(e){return!0===e.disabled},checked:function(e){var t=e.nodeName.toLowerCase();return"input"===t&&!!e.checked||"option"===t&&!!e.selected},selected:function(e){return e.parentNode&&e.parentNode.selectedIndex,!0===e.selected},empty:function(e){for(e=e.firstChild;e;e=e.nextSibling)if(e.nodeType<6)return!1;return!0},parent:function(e){return!i.pseudos.empty(e)},header:function(e){return K.test(e.nodeName)},input:function(e){return J.test(e.nodeName)},button:function(e){var t=e.nodeName.toLowerCase();return"input"===t&&"button"===e.type||"button"===t},text:function(e){var t;return"input"===e.nodeName.toLowerCase()&&"text"===e.type&&(null==(t=e.getAttribute("type"))||"text"===t.toLowerCase())},first:he((function(){return[0]})),last:he((function(e,t){return[t-1]})),eq:he((function(e,t,n){return[n<0?n+t:n]})),even:he((function(e,t){for(var n=0;n<t;n+=2)e.push(n);return e})),odd:he((function(e,t){for(var n=1;n<t;n+=2)e.push(n);return e})),lt:he((function(e,t,n){for(var i=n<0?n+t:n;--i>=0;)e.push(i);return e})),gt:he((function(e,t,n){for(var i=n<0?n+t:n;++i<t;)e.push(i);return e}))}}).pseudos.nth=i.pseudos.eq,{radio:!0,checkbox:!0,file:!0,password:!0,image:!0})i.pseudos[t]=ue(t);for(t in{submit:!0,reset:!0})i.pseudos[t]=de(t);function pe(){}function me(e){for(var t=0,n=e.length,i="";t<n;t++)i+=e[t].value;return i}function ge(e,t,n){var i=t.dir,r=n&&"parentNode"===i,o=k++;return t.first?function(t,n,o){for(;t=t[i];)if(1===t.nodeType||r)return e(t,n,o)}:function(t,n,s){var a,l,c=[x,o];if(s){for(;t=t[i];)if((1===t.nodeType||r)&&e(t,n,s))return!0}else for(;t=t[i];)if(1===t.nodeType||r){if((a=(l=t[b]||(t[b]={}))[i])&&a[0]===x&&a[1]===o)return c[2]=a[2];if(l[i]=c,c[2]=e(t,n,s))return!0}}}function ve(e){return e.length>1?function(t,n,i){for(var r=e.length;r--;)if(!e[r](t,n,i))return!1;return!0}:e[0]}function _e(e,t,n,i,r){for(var o,s=[],a=0,l=e.length,c=null!=t;a<l;a++)(o=e[a])&&(n&&!n(o,i,r)||(s.push(o),c&&t.push(a)));return s}function ye(e,t,n,i,r,o){return i&&!i[b]&&(i=ye(i)),r&&!r[b]&&(r=ye(r,o)),se((function(o,s,a,l){var c,u,d,h=[],f=[],p=s.length,m=o||function(e,t,n){for(var i=0,r=t.length;i<r;i++)re(e,t[i],n);return n}(t||"*",a.nodeType?[a]:a,[]),g=!e||!o&&t?m:_e(m,h,e,a,l),v=n?r||(o?e:p||i)?[]:s:g;if(n&&n(g,v,a,l),i)for(c=_e(v,f),i(c,[],a,l),u=c.length;u--;)(d=c[u])&&(v[f[u]]=!(g[f[u]]=d));if(o){if(r||e){if(r){for(c=[],u=v.length;u--;)(d=v[u])&&c.push(g[u]=d);r(null,v=[],c,l)}for(u=v.length;u--;)(d=v[u])&&(c=r?P(o,d):h[u])>-1&&(o[c]=!(s[c]=d))}}else v=_e(v===s?v.splice(p,v.length):v),r?r(null,s,v,l):C.apply(s,v)}))}function be(e){for(var t,n,r,o=e.length,s=i.relative[e[0].type],a=s||i.relative[" "],l=s?1:0,u=ge((function(e){return e===t}),a,!0),d=ge((function(e){return P(t,e)>-1}),a,!0),h=[function(e,n,i){var r=!s&&(i||n!==c)||((t=n).nodeType?u(e,n,i):d(e,n,i));return t=null,r}];l<o;l++)if(n=i.relative[e[l].type])h=[ge(ve(h),n)];else{if((n=i.filter[e[l].type].apply(null,e[l].matches))[b]){for(r=++l;r<o&&!i.relative[e[r].type];r++);return ye(l>1&&ve(h),l>1&&me(e.slice(0,l-1).concat({value:" "===e[l-2].type?"*":""})).replace(B,"$1"),n,l<r&&be(e.slice(l,r)),r<o&&be(e=e.slice(r)),r<o&&me(e))}h.push(n)}return ve(h)}return pe.prototype=i.filters=i.pseudos,i.setFilters=new pe,s=re.tokenize=function(e,t){var n,r,o,s,a,l,c,u=A[e+" "];if(u)return t?0:u.slice(0);for(a=e,l=[],c=i.preFilter;a;){for(s in n&&!(r=W.exec(a))||(r&&(a=a.slice(r[0].length)||a),l.push(o=[])),n=!1,(r=U.exec(a))&&(n=r.shift(),o.push({value:n,type:r[0].replace(B," ")}),a=a.slice(n.length)),i.filter)!(r=V[s].exec(a))||c[s]&&!(r=c[s](r))||(n=r.shift(),o.push({value:n,type:s,matches:r}),a=a.slice(n.length));if(!n)break}return t?a.length:a?re.error(e):A(e,l).slice(0)},a=re.compile=function(e,t){var n,r=[],o=[],a=L[e+" "];if(!a){for(t||(t=s(e)),n=t.length;n--;)(a=be(t[n]))[b]?r.push(a):o.push(a);(a=L(e,function(e,t){var n=t.length>0,r=e.length>0,o=function(o,s,a,l,u){var d,h,p,m=0,g="0",v=o&&[],_=[],y=c,b=o||r&&i.find.TAG("*",u),w=x+=null==y?1:Math.random()||.1,k=b.length;for(u&&(c=s!==f&&s);g!==k&&null!=(d=b[g]);g++){if(r&&d){for(h=0;p=e[h++];)if(p(d,s,a)){l.push(d);break}u&&(x=w)}n&&((d=!p&&d)&&m--,o&&v.push(d))}if(m+=g,n&&g!==m){for(h=0;p=t[h++];)p(v,_,s,a);if(o){if(m>0)for(;g--;)v[g]||_[g]||(_[g]=E.call(l));_=_e(_)}C.apply(l,_),u&&!o&&_.length>0&&m+t.length>1&&re.uniqueSort(l)}return u&&(x=w,c=y),v};return n?se(o):o}(o,r))).selector=e}return a},l=re.select=function(e,t,r,o){var l,c,u,d,h,f="function"==typeof e&&e,p=!o&&s(e=f.selector||e);if(r=r||[],1===p.length){if((c=p[0]=p[0].slice(0)).length>2&&"ID"===(u=c[0]).type&&n.getById&&9===t.nodeType&&m&&i.relative[c[1].type]){if(!(t=(i.find.ID(u.matches[0].replace(te,ne),t)||[])[0]))return r;f&&(t=t.parentNode),e=e.slice(c.shift().value.length)}for(l=V.needsContext.test(e)?0:c.length;l--&&(u=c[l],!i.relative[d=u.type]);)if((h=i.find[d])&&(o=h(u.matches[0].replace(te,ne),$.test(c[0].type)&&fe(t.parentNode)||t))){if(c.splice(l,1),!(e=o.length&&me(c)))return C.apply(r,o),r;break}}return(f||a(e,p))(o,t,!m,r,$.test(e)&&fe(t.parentNode)||t),r},n.sortStable=b.split("").sort(T).join("")===b,n.detectDuplicates=!!d,h(),n.sortDetached=ae((function(e){return 1&e.compareDocumentPosition(f.createElement("div"))})),ae((function(e){return e.innerHTML="<a href='#'></a>","#"===e.firstChild.getAttribute("href")}))||le("type|href|height|width",(function(e,t,n){if(!n)return e.getAttribute(t,"type"===t.toLowerCase()?1:2)})),n.attributes&&ae((function(e){return e.innerHTML="<input/>",e.firstChild.setAttribute("value",""),""===e.firstChild.getAttribute("value")}))||le("value",(function(e,t,n){if(!n&&"input"===e.nodeName.toLowerCase())return e.defaultValue})),ae((function(e){return null==e.getAttribute("disabled")}))||le(I,(function(e,t,n){var i;if(!n)return!0===e[t]?t.toLowerCase():(i=e.getAttributeNode(t))&&i.specified?i.value:null})),re}(n);m.find=w,m.expr=w.selectors,m.expr[":"]=m.expr.pseudos,m.unique=w.uniqueSort,m.text=w.getText,m.isXMLDoc=w.isXML,m.contains=w.contains;var x=m.expr.match.needsContext,k=/^<(\w+)\s*\/?>(?:<\/\1>|)$/,M=/^.[^:#\[\.,]*$/;function A(e,t,n){if(m.isFunction(t))return m.grep(e,(function(e,i){return!!t.call(e,i,e)!==n}));if(t.nodeType)return m.grep(e,(function(e){return e===t!==n}));if("string"==typeof t){if(M.test(t))return m.filter(t,e,n);t=m.filter(t,e)}return m.grep(e,(function(e){return c.call(t,e)>=0!==n}))}m.filter=function(e,t,n){var i=t[0];return n&&(e=":not("+e+")"),1===t.length&&1===i.nodeType?m.find.matchesSelector(i,e)?[i]:[]:m.find.matches(e,m.grep(t,(function(e){return 1===e.nodeType})))},m.fn.extend({find:function(e){var t,n=this.length,i=[],r=this;if("string"!=typeof e)return this.pushStack(m(e).filter((function(){for(t=0;t<n;t++)if(m.contains(r[t],this))return!0})));for(t=0;t<n;t++)m.find(e,r[t],i);return(i=this.pushStack(n>1?m.unique(i):i)).selector=this.selector?this.selector+" "+e:e,i},filter:function(e){return this.pushStack(A(this,e||[],!1))},not:function(e){return this.pushStack(A(this,e||[],!0))},is:function(e){return!!A(this,"string"==typeof e&&x.test(e)?m(e):e||[],!1).length}});var L,T=/^(?:\s*(<[\w\W]+>)[^>]*|#([\w-]*))$/;(m.fn.init=function(e,t){var n,i;if(!e)return this;if("string"==typeof e){if(!(n="<"===e[0]&&">"===e[e.length-1]&&e.length>=3?[null,e,null]:T.exec(e))||!n[1]&&t)return!t||t.jquery?(t||L).find(e):this.constructor(t).find(e);if(n[1]){if(t=t instanceof m?t[0]:t,m.merge(this,m.parseHTML(n[1],t&&t.nodeType?t.ownerDocument||t:p,!0)),k.test(n[1])&&m.isPlainObject(t))for(n in t)m.isFunction(this[n])?this[n](t[n]):this.attr(n,t[n]);return this}return(i=p.getElementById(n[2]))&&i.parentNode&&(this.length=1,this[0]=i),this.context=p,this.selector=e,this}return e.nodeType?(this.context=this[0]=e,this.length=1,this):m.isFunction(e)?void 0!==L.ready?L.ready(e):e(m):(void 0!==e.selector&&(this.selector=e.selector,this.context=e.context),m.makeArray(e,this))}).prototype=m.fn,L=m(p);var D=/^(?:parents|prev(?:Until|All))/,S={children:!0,contents:!0,next:!0,prev:!0};function E(e,t){for(;(e=e[t])&&1!==e.nodeType;);return e}m.extend({dir:function(e,t,n){for(var i=[],r=void 0!==n;(e=e[t])&&9!==e.nodeType;)if(1===e.nodeType){if(r&&m(e).is(n))break;i.push(e)}return i},sibling:function(e,t){for(var n=[];e;e=e.nextSibling)1===e.nodeType&&e!==t&&n.push(e);return n}}),m.fn.extend({has:function(e){var t=m(e,this),n=t.length;return this.filter((function(){for(var e=0;e<n;e++)if(m.contains(this,t[e]))return!0}))},closest:function(e,t){for(var n,i=0,r=this.length,o=[],s=x.test(e)||"string"!=typeof e?m(e,t||this.context):0;i<r;i++)for(n=this[i];n&&n!==t;n=n.parentNode)if(n.nodeType<11&&(s?s.index(n)>-1:1===n.nodeType&&m.find.matchesSelector(n,e))){o.push(n);break}return this.pushStack(o.length>1?m.unique(o):o)},index:function(e){return e?"string"==typeof e?c.call(m(e),this[0]):c.call(this,e.jquery?e[0]:e):this[0]&&this[0].parentNode?this.first().prevAll().length:-1},add:function(e,t){return this.pushStack(m.unique(m.merge(this.get(),m(e,t))))},addBack:function(e){return this.add(null==e?this.prevObject:this.prevObject.filter(e))}}),m.each({parent:function(e){var t=e.parentNode;return t&&11!==t.nodeType?t:null},parents:function(e){return m.dir(e,"parentNode")},parentsUntil:function(e,t,n){return m.dir(e,"parentNode",n)},next:function(e){return E(e,"nextSibling")},prev:function(e){return E(e,"previousSibling")},nextAll:function(e){return m.dir(e,"nextSibling")},prevAll:function(e){return m.dir(e,"previousSibling")},nextUntil:function(e,t,n){return m.dir(e,"nextSibling",n)},prevUntil:function(e,t,n){return m.dir(e,"previousSibling",n)},siblings:function(e){return m.sibling((e.parentNode||{}).firstChild,e)},children:function(e){return m.sibling(e.firstChild)},contents:function(e){return e.contentDocument||m.merge([],e.childNodes)}},(function(e,t){m.fn[e]=function(n,i){var r=m.map(this,t,n);return"Until"!==e.slice(-5)&&(i=n),i&&"string"==typeof i&&(r=m.filter(i,r)),this.length>1&&(S[e]||m.unique(r),D.test(e)&&r.reverse()),this.pushStack(r)}}));var Y,C=/\S+/g,O={};function P(){p.removeEventListener("DOMContentLoaded",P,!1),n.removeEventListener("load",P,!1),m.ready()}m.Callbacks=function(e){e="string"==typeof e?O[e]||function(e){var t=O[e]={};return m.each(e.match(C)||[],(function(e,n){t[n]=!0})),t}(e):m.extend({},e);var t,n,i,r,o,s,a=[],l=!e.once&&[],c=function(d){for(t=e.memory&&d,n=!0,s=r||0,r=0,o=a.length,i=!0;a&&s<o;s++)if(!1===a[s].apply(d[0],d[1])&&e.stopOnFalse){t=!1;break}i=!1,a&&(l?l.length&&c(l.shift()):t?a=[]:u.disable())},u={add:function(){if(a){var n=a.length;!function t(n){m.each(n,(function(n,i){var r=m.type(i);"function"===r?e.unique&&u.has(i)||a.push(i):i&&i.length&&"string"!==r&&t(i)}))}(arguments),i?o=a.length:t&&(r=n,c(t))}return this},remove:function(){return a&&m.each(arguments,(function(e,t){for(var n;(n=m.inArray(t,a,n))>-1;)a.splice(n,1),i&&(n<=o&&o--,n<=s&&s--)})),this},has:function(e){return e?m.inArray(e,a)>-1:!(!a||!a.length)},empty:function(){return a=[],o=0,this},disable:function(){return a=l=t=void 0,this},disabled:function(){return!a},lock:function(){return l=void 0,t||u.disable(),this},locked:function(){return!l},fireWith:function(e,t){return!a||n&&!l||(t=[e,(t=t||[]).slice?t.slice():t],i?l.push(t):c(t)),this},fire:function(){return u.fireWith(this,arguments),this},fired:function(){return!!n}};return u},m.extend({Deferred:function(e){var t=[["resolve","done",m.Callbacks("once memory"),"resolved"],["reject","fail",m.Callbacks("once memory"),"rejected"],["notify","progress",m.Callbacks("memory")]],n="pending",i={state:function(){return n},always:function(){return r.done(arguments).fail(arguments),this},then:function(){var e=arguments;return m.Deferred((function(n){m.each(t,(function(t,o){var s=m.isFunction(e[t])&&e[t];r[o[1]]((function(){var e=s&&s.apply(this,arguments);e&&m.isFunction(e.promise)?e.promise().done(n.resolve).fail(n.reject).progress(n.notify):n[o[0]+"With"](this===i?n.promise():this,s?[e]:arguments)}))})),e=null})).promise()},promise:function(e){return null!=e?m.extend(e,i):i}},r={};return i.pipe=i.then,m.each(t,(function(e,o){var s=o[2],a=o[3];i[o[1]]=s.add,a&&s.add((function(){n=a}),t[1^e][2].disable,t[2][2].lock),r[o[0]]=function(){return r[o[0]+"With"](this===r?i:this,arguments),this},r[o[0]+"With"]=s.fireWith})),i.promise(r),e&&e.call(r,r),r},when:function(e){var t,n,i,r=0,o=s.call(arguments),a=o.length,l=1!==a||e&&m.isFunction(e.promise)?a:0,c=1===l?e:m.Deferred(),u=function(e,n,i){return function(r){n[e]=this,i[e]=arguments.length>1?s.call(arguments):r,i===t?c.notifyWith(n,i):--l||c.resolveWith(n,i)}};if(a>1)for(t=new Array(a),n=new Array(a),i=new Array(a);r<a;r++)o[r]&&m.isFunction(o[r].promise)?o[r].promise().done(u(r,i,o)).fail(c.reject).progress(u(r,n,t)):--l;return l||c.resolveWith(i,o),c.promise()}}),m.fn.ready=function(e){return m.ready.promise().done(e),this},m.extend({isReady:!1,readyWait:1,holdReady:function(e){e?m.readyWait++:m.ready(!0)},ready:function(e){(!0===e?--m.readyWait:m.isReady)||(m.isReady=!0,!0!==e&&--m.readyWait>0||(Y.resolveWith(p,[m]),m.fn.triggerHandler&&(m(p).triggerHandler("ready"),m(p).off("ready"))))}}),m.ready.promise=function(e){return Y||(Y=m.Deferred(),"complete"===p.readyState?setTimeout(m.ready):(p.addEventListener("DOMContentLoaded",P,!1),n.addEventListener("load",P,!1))),Y.promise(e)},m.ready.promise();var I=m.access=function(e,t,n,i,r,o,s){var a=0,l=e.length,c=null==n;if("object"===m.type(n))for(a in r=!0,n)m.access(e,t,a,n[a],!0,o,s);else if(void 0!==i&&(r=!0,m.isFunction(i)||(s=!0),c&&(s?(t.call(e,i),t=null):(c=t,t=function(e,t,n){return c.call(m(e),n)})),t))for(;a<l;a++)t(e[a],n,s?i:i.call(e[a],a,t(e[a],n)));return r?e:c?t.call(e):l?t(e[0],n):o};function H(){Object.defineProperty(this.cache={},0,{get:function(){return{}}}),this.expando=m.expando+H.uid++}m.acceptData=function(e){return 1===e.nodeType||9===e.nodeType||!+e.nodeType},H.uid=1,H.accepts=m.acceptData,H.prototype={key:function(e){if(!H.accepts(e))return 0;var t={},n=e[this.expando];if(!n){n=H.uid++;try{t[this.expando]={value:n},Object.defineProperties(e,t)}catch(i){t[this.expando]=n,m.extend(e,t)}}return this.cache[n]||(this.cache[n]={}),n},set:function(e,t,n){var i,r=this.key(e),o=this.cache[r];if("string"==typeof t)o[t]=n;else if(m.isEmptyObject(o))m.extend(this.cache[r],t);else for(i in t)o[i]=t[i];return o},get:function(e,t){var n=this.cache[this.key(e)];return void 0===t?n:n[t]},access:function(e,t,n){var i;return void 0===t||t&&"string"==typeof t&&void 0===n?void 0!==(i=this.get(e,t))?i:this.get(e,m.camelCase(t)):(this.set(e,t,n),void 0!==n?n:t)},remove:function(e,t){var n,i,r,o=this.key(e),s=this.cache[o];if(void 0===t)this.cache[o]={};else{m.isArray(t)?i=t.concat(t.map(m.camelCase)):(r=m.camelCase(t),i=t in s?[t,r]:(i=r)in s?[i]:i.match(C)||[]),n=i.length;for(;n--;)delete s[i[n]]}},hasData:function(e){return!m.isEmptyObject(this.cache[e[this.expando]]||{})},discard:function(e){e[this.expando]&&delete this.cache[e[this.expando]]}};var j=new H,N=new H,R=/^(?:\{[\w\W]*\}|\[[\w\W]*\])$/,z=/([A-Z])/g;function F(e,t,n){var i;if(void 0===n&&1===e.nodeType)if(i="data-"+t.replace(z,"-$1").toLowerCase(),"string"==typeof(n=e.getAttribute(i))){try{n="true"===n||"false"!==n&&("null"===n?null:+n+""===n?+n:R.test(n)?m.parseJSON(n):n)}catch(e){}N.set(e,t,n)}else n=void 0;return n}m.extend({hasData:function(e){return N.hasData(e)||j.hasData(e)},data:function(e,t,n){return N.access(e,t,n)},removeData:function(e,t){N.remove(e,t)},_data:function(e,t,n){return j.access(e,t,n)},_removeData:function(e,t){j.remove(e,t)}}),m.fn.extend({data:function(e,t){var n,i,r,o=this[0],s=o&&o.attributes;if(void 0===e){if(this.length&&(r=N.get(o),1===o.nodeType&&!j.get(o,"hasDataAttrs"))){for(n=s.length;n--;)s[n]&&0===(i=s[n].name).indexOf("data-")&&(i=m.camelCase(i.slice(5)),F(o,i,r[i]));j.set(o,"hasDataAttrs",!0)}return r}return"object"==typeof e?this.each((function(){N.set(this,e)})):I(this,(function(t){var n,i=m.camelCase(e);if(o&&void 0===t)return void 0!==(n=N.get(o,e))||void 0!==(n=N.get(o,i))||void 0!==(n=F(o,i,void 0))?n:void 0;this.each((function(){var n=N.get(this,i);N.set(this,i,t),-1!==e.indexOf("-")&&void 0!==n&&N.set(this,e,t)}))}),null,t,arguments.length>1,null,!0)},removeData:function(e){return this.each((function(){N.remove(this,e)}))}}),m.extend({queue:function(e,t,n){var i;if(e)return t=(t||"fx")+"queue",i=j.get(e,t),n&&(!i||m.isArray(n)?i=j.access(e,t,m.makeArray(n)):i.push(n)),i||[]},dequeue:function(e,t){t=t||"fx";var n=m.queue(e,t),i=n.length,r=n.shift(),o=m._queueHooks(e,t);"inprogress"===r&&(r=n.shift(),i--),r&&("fx"===t&&n.unshift("inprogress"),delete o.stop,r.call(e,(function(){m.dequeue(e,t)}),o)),!i&&o&&o.empty.fire()},_queueHooks:function(e,t){var n=t+"queueHooks";return j.get(e,n)||j.access(e,n,{empty:m.Callbacks("once memory").add((function(){j.remove(e,[t+"queue",n])}))})}}),m.fn.extend({queue:function(e,t){var n=2;return"string"!=typeof e&&(t=e,e="fx",n--),arguments.length<n?m.queue(this[0],e):void 0===t?this:this.each((function(){var n=m.queue(this,e,t);m._queueHooks(this,e),"fx"===e&&"inprogress"!==n[0]&&m.dequeue(this,e)}))},dequeue:function(e){return this.each((function(){m.dequeue(this,e)}))},clearQueue:function(e){return this.queue(e||"fx",[])},promise:function(e,t){var n,i=1,r=m.Deferred(),o=this,s=this.length,a=function(){--i||r.resolveWith(o,[o])};for("string"!=typeof e&&(t=e,e=void 0),e=e||"fx";s--;)(n=j.get(o[s],e+"queueHooks"))&&n.empty&&(i++,n.empty.add(a));return a(),r.promise(t)}});var B,W,U=/[+-]?(?:\d*\.|)\d+(?:[eE][+-]?\d+|)/.source,Q=["Top","Right","Bottom","Left"],q=function(e,t){return e=t||e,"none"===m.css(e,"display")||!m.contains(e.ownerDocument,e)},G=/^(?:checkbox|radio)$/i;B=p.createDocumentFragment().appendChild(p.createElement("div")),(W=p.createElement("input")).setAttribute("type","radio"),W.setAttribute("checked","checked"),W.setAttribute("name","t"),B.appendChild(W),f.checkClone=B.cloneNode(!0).cloneNode(!0).lastChild.checked,B.innerHTML="<textarea>x</textarea>",f.noCloneChecked=!!B.cloneNode(!0).lastChild.defaultValue,f.focusinBubbles="onfocusin"in n;var V=/^key/,J=/^(?:mouse|pointer|contextmenu)|click/,K=/^(?:focusinfocus|focusoutblur)$/,X=/^([^.]*)(?:\.(.+)|)$/;function Z(){return!0}function $(){return!1}function ee(){try{return p.activeElement}catch(e){}}m.event={global:{},add:function(e,t,n,i,r){var o,s,a,l,c,u,d,h,f,p,g,v=j.get(e);if(v)for(n.handler&&(n=(o=n).handler,r=o.selector),n.guid||(n.guid=m.guid++),(l=v.events)||(l=v.events={}),(s=v.handle)||(s=v.handle=function(t){return void 0!==m&&m.event.triggered!==t.type?m.event.dispatch.apply(e,arguments):void 0}),c=(t=(t||"").match(C)||[""]).length;c--;)f=g=(a=X.exec(t[c])||[])[1],p=(a[2]||"").split(".").sort(),f&&(d=m.event.special[f]||{},f=(r?d.delegateType:d.bindType)||f,d=m.event.special[f]||{},u=m.extend({type:f,origType:g,data:i,handler:n,guid:n.guid,selector:r,needsContext:r&&m.expr.match.needsContext.test(r),namespace:p.join(".")},o),(h=l[f])||((h=l[f]=[]).delegateCount=0,d.setup&&!1!==d.setup.call(e,i,p,s)||e.addEventListener&&e.addEventListener(f,s,!1)),d.add&&(d.add.call(e,u),u.handler.guid||(u.handler.guid=n.guid)),r?h.splice(h.delegateCount++,0,u):h.push(u),m.event.global[f]=!0)},remove:function(e,t,n,i,r){var o,s,a,l,c,u,d,h,f,p,g,v=j.hasData(e)&&j.get(e);if(v&&(l=v.events)){for(c=(t=(t||"").match(C)||[""]).length;c--;)if(f=g=(a=X.exec(t[c])||[])[1],p=(a[2]||"").split(".").sort(),f){for(d=m.event.special[f]||{},h=l[f=(i?d.delegateType:d.bindType)||f]||[],a=a[2]&&new RegExp("(^|\\.)"+p.join("\\.(?:.*\\.|)")+"(\\.|$)"),s=o=h.length;o--;)u=h[o],!r&&g!==u.origType||n&&n.guid!==u.guid||a&&!a.test(u.namespace)||i&&i!==u.selector&&("**"!==i||!u.selector)||(h.splice(o,1),u.selector&&h.delegateCount--,d.remove&&d.remove.call(e,u));s&&!h.length&&(d.teardown&&!1!==d.teardown.call(e,p,v.handle)||m.removeEvent(e,f,v.handle),delete l[f])}else for(f in l)m.event.remove(e,f+t[c],n,i,!0);m.isEmptyObject(l)&&(delete v.handle,j.remove(e,"events"))}},trigger:function(e,t,i,r){var o,s,a,l,c,u,d,f=[i||p],g=h.call(e,"type")?e.type:e,v=h.call(e,"namespace")?e.namespace.split("."):[];if(s=a=i=i||p,3!==i.nodeType&&8!==i.nodeType&&!K.test(g+m.event.triggered)&&(g.indexOf(".")>=0&&(v=g.split("."),g=v.shift(),v.sort()),c=g.indexOf(":")<0&&"on"+g,(e=e[m.expando]?e:new m.Event(g,"object"==typeof e&&e)).isTrigger=r?2:3,e.namespace=v.join("."),e.namespace_re=e.namespace?new RegExp("(^|\\.)"+v.join("\\.(?:.*\\.|)")+"(\\.|$)"):null,e.result=void 0,e.target||(e.target=i),t=null==t?[e]:m.makeArray(t,[e]),d=m.event.special[g]||{},r||!d.trigger||!1!==d.trigger.apply(i,t))){if(!r&&!d.noBubble&&!m.isWindow(i)){for(l=d.delegateType||g,K.test(l+g)||(s=s.parentNode);s;s=s.parentNode)f.push(s),a=s;a===(i.ownerDocument||p)&&f.push(a.defaultView||a.parentWindow||n)}for(o=0;(s=f[o++])&&!e.isPropagationStopped();)e.type=o>1?l:d.bindType||g,(u=(j.get(s,"events")||{})[e.type]&&j.get(s,"handle"))&&u.apply(s,t),(u=c&&s[c])&&u.apply&&m.acceptData(s)&&(e.result=u.apply(s,t),!1===e.result&&e.preventDefault());return e.type=g,r||e.isDefaultPrevented()||d._default&&!1!==d._default.apply(f.pop(),t)||!m.acceptData(i)||c&&m.isFunction(i[g])&&!m.isWindow(i)&&((a=i[c])&&(i[c]=null),m.event.triggered=g,i[g](),m.event.triggered=void 0,a&&(i[c]=a)),e.result}},dispatch:function(e){e=m.event.fix(e);var t,n,i,r,o,a=[],l=s.call(arguments),c=(j.get(this,"events")||{})[e.type]||[],u=m.event.special[e.type]||{};if(l[0]=e,e.delegateTarget=this,!u.preDispatch||!1!==u.preDispatch.call(this,e)){for(a=m.event.handlers.call(this,e,c),t=0;(r=a[t++])&&!e.isPropagationStopped();)for(e.currentTarget=r.elem,n=0;(o=r.handlers[n++])&&!e.isImmediatePropagationStopped();)e.namespace_re&&!e.namespace_re.test(o.namespace)||(e.handleObj=o,e.data=o.data,void 0!==(i=((m.event.special[o.origType]||{}).handle||o.handler).apply(r.elem,l))&&!1===(e.result=i)&&(e.preventDefault(),e.stopPropagation()));return u.postDispatch&&u.postDispatch.call(this,e),e.result}},handlers:function(e,t){var n,i,r,o,s=[],a=t.delegateCount,l=e.target;if(a&&l.nodeType&&(!e.button||"click"!==e.type))for(;l!==this;l=l.parentNode||this)if(!0!==l.disabled||"click"!==e.type){for(i=[],n=0;n<a;n++)void 0===i[r=(o=t[n]).selector+" "]&&(i[r]=o.needsContext?m(r,this).index(l)>=0:m.find(r,this,null,[l]).length),i[r]&&i.push(o);i.length&&s.push({elem:l,handlers:i})}return a<t.length&&s.push({elem:this,handlers:t.slice(a)}),s},props:"altKey bubbles cancelable ctrlKey currentTarget eventPhase metaKey relatedTarget shiftKey target timeStamp view which".split(" "),fixHooks:{},keyHooks:{props:"char charCode key keyCode".split(" "),filter:function(e,t){return null==e.which&&(e.which=null!=t.charCode?t.charCode:t.keyCode),e}},mouseHooks:{props:"button buttons clientX clientY offsetX offsetY pageX pageY screenX screenY toElement".split(" "),filter:function(e,t){var n,i,r,o=t.button;return null==e.pageX&&null!=t.clientX&&(i=(n=e.target.ownerDocument||p).documentElement,r=n.body,e.pageX=t.clientX+(i&&i.scrollLeft||r&&r.scrollLeft||0)-(i&&i.clientLeft||r&&r.clientLeft||0),e.pageY=t.clientY+(i&&i.scrollTop||r&&r.scrollTop||0)-(i&&i.clientTop||r&&r.clientTop||0)),e.which||void 0===o||(e.which=1&o?1:2&o?3:4&o?2:0),e}},fix:function(e){if(e[m.expando])return e;var t,n,i,r=e.type,o=e,s=this.fixHooks[r];for(s||(this.fixHooks[r]=s=J.test(r)?this.mouseHooks:V.test(r)?this.keyHooks:{}),i=s.props?this.props.concat(s.props):this.props,e=new m.Event(o),t=i.length;t--;)e[n=i[t]]=o[n];return e.target||(e.target=p),3===e.target.nodeType&&(e.target=e.target.parentNode),s.filter?s.filter(e,o):e},special:{load:{noBubble:!0},focus:{trigger:function(){if(this!==ee()&&this.focus)return this.focus(),!1},delegateType:"focusin"},blur:{trigger:function(){if(this===ee()&&this.blur)return this.blur(),!1},delegateType:"focusout"},click:{trigger:function(){if("checkbox"===this.type&&this.click&&m.nodeName(this,"input"))return this.click(),!1},_default:function(e){return m.nodeName(e.target,"a")}},beforeunload:{postDispatch:function(e){void 0!==e.result&&e.originalEvent&&(e.originalEvent.returnValue=e.result)}}},simulate:function(e,t,n,i){var r=m.extend(new m.Event,n,{type:e,isSimulated:!0,originalEvent:{}});i?m.event.trigger(r,null,t):m.event.dispatch.call(t,r),r.isDefaultPrevented()&&n.preventDefault()}},m.removeEvent=function(e,t,n){e.removeEventListener&&e.removeEventListener(t,n,!1)},m.Event=function(e,t){if(!(this instanceof m.Event))return new m.Event(e,t);e&&e.type?(this.originalEvent=e,this.type=e.type,this.isDefaultPrevented=e.defaultPrevented||void 0===e.defaultPrevented&&!1===e.returnValue?Z:$):this.type=e,t&&m.extend(this,t),this.timeStamp=e&&e.timeStamp||m.now(),this[m.expando]=!0},m.Event.prototype={isDefaultPrevented:$,isPropagationStopped:$,isImmediatePropagationStopped:$,preventDefault:function(){var e=this.originalEvent;this.isDefaultPrevented=Z,e&&e.preventDefault&&e.preventDefault()},stopPropagation:function(){var e=this.originalEvent;this.isPropagationStopped=Z,e&&e.stopPropagation&&e.stopPropagation()},stopImmediatePropagation:function(){var e=this.originalEvent;this.isImmediatePropagationStopped=Z,e&&e.stopImmediatePropagation&&e.stopImmediatePropagation(),this.stopPropagation()}},m.each({mouseenter:"mouseover",mouseleave:"mouseout",pointerenter:"pointerover",pointerleave:"pointerout"},(function(e,t){m.event.special[e]={delegateType:t,bindType:t,handle:function(e){var n,i=this,r=e.relatedTarget,o=e.handleObj;return r&&(r===i||m.contains(i,r))||(e.type=o.origType,n=o.handler.apply(this,arguments),e.type=t),n}}})),f.focusinBubbles||m.each({focus:"focusin",blur:"focusout"},(function(e,t){var n=function(e){m.event.simulate(t,e.target,m.event.fix(e),!0)};m.event.special[t]={setup:function(){var i=this.ownerDocument||this,r=j.access(i,t);r||i.addEventListener(e,n,!0),j.access(i,t,(r||0)+1)},teardown:function(){var i=this.ownerDocument||this,r=j.access(i,t)-1;r?j.access(i,t,r):(i.removeEventListener(e,n,!0),j.remove(i,t))}}})),m.fn.extend({on:function(e,t,n,i,r){var o,s;if("object"==typeof e){for(s in"string"!=typeof t&&(n=n||t,t=void 0),e)this.on(s,t,n,e[s],r);return this}if(null==n&&null==i?(i=t,n=t=void 0):null==i&&("string"==typeof t?(i=n,n=void 0):(i=n,n=t,t=void 0)),!1===i)i=$;else if(!i)return this;return 1===r&&(o=i,(i=function(e){return m().off(e),o.apply(this,arguments)}).guid=o.guid||(o.guid=m.guid++)),this.each((function(){m.event.add(this,e,i,n,t)}))},one:function(e,t,n,i){return this.on(e,t,n,i,1)},off:function(e,t,n){var i,r;if(e&&e.preventDefault&&e.handleObj)return i=e.handleObj,m(e.delegateTarget).off(i.namespace?i.origType+"."+i.namespace:i.origType,i.selector,i.handler),this;if("object"==typeof e){for(r in e)this.off(r,t,e[r]);return this}return!1!==t&&"function"!=typeof t||(n=t,t=void 0),!1===n&&(n=$),this.each((function(){m.event.remove(this,e,n,t)}))},trigger:function(e,t){return this.each((function(){m.event.trigger(e,t,this)}))},triggerHandler:function(e,t){var n=this[0];if(n)return m.event.trigger(e,t,n,!0)}});var te=/<(?!area|br|col|embed|hr|img|input|link|meta|param)(([\w:]+)[^>]*)\/>/gi,ne=/<([\w:]+)/,ie=/<|&#?\w+;/,re=/<(?:script|style|link)/i,oe=/checked\s*(?:[^=]|=\s*.checked.)/i,se=/^$|\/(?:java|ecma)script/i,ae=/^true\/(.*)/,le=/^\s*<!(?:\[CDATA\[|--)|(?:\]\]|--)>\s*$/g,ce={option:[1,"<select multiple='multiple'>","</select>"],thead:[1,"<table>","</table>"],col:[2,"<table><colgroup>","</colgroup></table>"],tr:[2,"<table><tbody>","</tbody></table>"],td:[3,"<table><tbody><tr>","</tr></tbody></table>"],_default:[0,"",""]};function ue(e,t){return m.nodeName(e,"table")&&m.nodeName(11!==t.nodeType?t:t.firstChild,"tr")?e.getElementsByTagName("tbody")[0]||e.appendChild(e.ownerDocument.createElement("tbody")):e}function de(e){return e.type=(null!==e.getAttribute("type"))+"/"+e.type,e}function he(e){var t=ae.exec(e.type);return t?e.type=t[1]:e.removeAttribute("type"),e}function fe(e,t){for(var n=0,i=e.length;n<i;n++)j.set(e[n],"globalEval",!t||j.get(t[n],"globalEval"))}function pe(e,t){var n,i,r,o,s,a,l,c;if(1===t.nodeType){if(j.hasData(e)&&(o=j.access(e),s=j.set(t,o),c=o.events))for(r in delete s.handle,s.events={},c)for(n=0,i=c[r].length;n<i;n++)m.event.add(t,r,c[r][n]);N.hasData(e)&&(a=N.access(e),l=m.extend({},a),N.set(t,l))}}function me(e,t){var n=e.getElementsByTagName?e.getElementsByTagName(t||"*"):e.querySelectorAll?e.querySelectorAll(t||"*"):[];return void 0===t||t&&m.nodeName(e,t)?m.merge([e],n):n}ce.optgroup=ce.option,ce.tbody=ce.tfoot=ce.colgroup=ce.caption=ce.thead,ce.th=ce.td,m.extend({clone:function(e,t,n){var i,r,o,s,a,l,c,u=e.cloneNode(!0),d=m.contains(e.ownerDocument,e);if(!(f.noCloneChecked||1!==e.nodeType&&11!==e.nodeType||m.isXMLDoc(e)))for(s=me(u),i=0,r=(o=me(e)).length;i<r;i++)a=o[i],l=s[i],c=void 0,"input"===(c=l.nodeName.toLowerCase())&&G.test(a.type)?l.checked=a.checked:"input"!==c&&"textarea"!==c||(l.defaultValue=a.defaultValue);if(t)if(n)for(o=o||me(e),s=s||me(u),i=0,r=o.length;i<r;i++)pe(o[i],s[i]);else pe(e,u);return(s=me(u,"script")).length>0&&fe(s,!d&&me(e,"script")),u},buildFragment:function(e,t,n,i){for(var r,o,s,a,l,c,u=t.createDocumentFragment(),d=[],h=0,f=e.length;h<f;h++)if((r=e[h])||0===r)if("object"===m.type(r))m.merge(d,r.nodeType?[r]:r);else if(ie.test(r)){for(o=o||u.appendChild(t.createElement("div")),s=(ne.exec(r)||["",""])[1].toLowerCase(),a=ce[s]||ce._default,o.innerHTML=a[1]+r.replace(te,"<$1></$2>")+a[2],c=a[0];c--;)o=o.lastChild;m.merge(d,o.childNodes),(o=u.firstChild).textContent=""}else d.push(t.createTextNode(r));for(u.textContent="",h=0;r=d[h++];)if((!i||-1===m.inArray(r,i))&&(l=m.contains(r.ownerDocument,r),o=me(u.appendChild(r),"script"),l&&fe(o),n))for(c=0;r=o[c++];)se.test(r.type||"")&&n.push(r);return u},cleanData:function(e){for(var t,n,i,r,o=m.event.special,s=0;void 0!==(n=e[s]);s++){if(m.acceptData(n)&&(r=n[j.expando])&&(t=j.cache[r])){if(t.events)for(i in t.events)o[i]?m.event.remove(n,i):m.removeEvent(n,i,t.handle);j.cache[r]&&delete j.cache[r]}delete N.cache[n[N.expando]]}}}),m.fn.extend({text:function(e){return I(this,(function(e){return void 0===e?m.text(this):this.empty().each((function(){1!==this.nodeType&&11!==this.nodeType&&9!==this.nodeType||(this.textContent=e)}))}),null,e,arguments.length)},append:function(){return this.domManip(arguments,(function(e){1!==this.nodeType&&11!==this.nodeType&&9!==this.nodeType||ue(this,e).appendChild(e)}))},prepend:function(){return this.domManip(arguments,(function(e){if(1===this.nodeType||11===this.nodeType||9===this.nodeType){var t=ue(this,e);t.insertBefore(e,t.firstChild)}}))},before:function(){return this.domManip(arguments,(function(e){this.parentNode&&this.parentNode.insertBefore(e,this)}))},after:function(){return this.domManip(arguments,(function(e){this.parentNode&&this.parentNode.insertBefore(e,this.nextSibling)}))},remove:function(e,t){for(var n,i=e?m.filter(e,this):this,r=0;null!=(n=i[r]);r++)t||1!==n.nodeType||m.cleanData(me(n)),n.parentNode&&(t&&m.contains(n.ownerDocument,n)&&fe(me(n,"script")),n.parentNode.removeChild(n));return this},empty:function(){for(var e,t=0;null!=(e=this[t]);t++)1===e.nodeType&&(m.cleanData(me(e,!1)),e.textContent="");return this},clone:function(e,t){return e=null!=e&&e,t=null==t?e:t,this.map((function(){return m.clone(this,e,t)}))},html:function(e){return I(this,(function(e){var t=this[0]||{},n=0,i=this.length;if(void 0===e&&1===t.nodeType)return t.innerHTML;if("string"==typeof e&&!re.test(e)&&!ce[(ne.exec(e)||["",""])[1].toLowerCase()]){e=e.replace(te,"<$1></$2>");try{for(;n<i;n++)1===(t=this[n]||{}).nodeType&&(m.cleanData(me(t,!1)),t.innerHTML=e);t=0}catch(e){}}t&&this.empty().append(e)}),null,e,arguments.length)},replaceWith:function(){var e=arguments[0];return this.domManip(arguments,(function(t){e=this.parentNode,m.cleanData(me(this)),e&&e.replaceChild(t,this)})),e&&(e.length||e.nodeType)?this:this.remove()},detach:function(e){return this.remove(e,!0)},domManip:function(e,t){e=a.apply([],e);var n,i,r,o,s,l,c=0,u=this.length,d=this,h=u-1,p=e[0],g=m.isFunction(p);if(g||u>1&&"string"==typeof p&&!f.checkClone&&oe.test(p))return this.each((function(n){var i=d.eq(n);g&&(e[0]=p.call(this,n,i.html())),i.domManip(e,t)}));if(u&&(i=(n=m.buildFragment(e,this[0].ownerDocument,!1,this)).firstChild,1===n.childNodes.length&&(n=i),i)){for(o=(r=m.map(me(n,"script"),de)).length;c<u;c++)s=n,c!==h&&(s=m.clone(s,!0,!0),o&&m.merge(r,me(s,"script"))),t.call(this[c],s,c);if(o)for(l=r[r.length-1].ownerDocument,m.map(r,he),c=0;c<o;c++)s=r[c],se.test(s.type||"")&&!j.access(s,"globalEval")&&m.contains(l,s)&&(s.src?m._evalUrl&&m._evalUrl(s.src):m.globalEval(s.textContent.replace(le,"")))}return this}}),m.each({appendTo:"append",prependTo:"prepend",insertBefore:"before",insertAfter:"after",replaceAll:"replaceWith"},(function(e,t){m.fn[e]=function(e){for(var n,i=[],r=m(e),o=r.length-1,s=0;s<=o;s++)n=s===o?this:this.clone(!0),m(r[s])[t](n),l.apply(i,n.get());return this.pushStack(i)}}));var ge,ve={};function _e(e,t){var i,r=m(t.createElement(e)).appendTo(t.body),o=n.getDefaultComputedStyle&&(i=n.getDefaultComputedStyle(r[0]))?i.display:m.css(r[0],"display");return r.detach(),o}function ye(e){var t=p,n=ve[e];return n||("none"!==(n=_e(e,t))&&n||((t=(ge=(ge||m("<iframe frameborder='0' width='0' height='0'/>")).appendTo(t.documentElement))[0].contentDocument).write(),t.close(),n=_e(e,t),ge.detach()),ve[e]=n),n}var be=/^margin/,we=new RegExp("^("+U+")(?!px)[a-z%]+$","i"),xe=function(e){return e.ownerDocument.defaultView.opener?e.ownerDocument.defaultView.getComputedStyle(e,null):n.getComputedStyle(e,null)};function ke(e,t,n){var i,r,o,s,a=e.style;return(n=n||xe(e))&&(s=n.getPropertyValue(t)||n[t]),n&&(""!==s||m.contains(e.ownerDocument,e)||(s=m.style(e,t)),we.test(s)&&be.test(t)&&(i=a.width,r=a.minWidth,o=a.maxWidth,a.minWidth=a.maxWidth=a.width=s,s=n.width,a.width=i,a.minWidth=r,a.maxWidth=o)),void 0!==s?s+"":s}function Me(e,t){return{get:function(){if(!e())return(this.get=t).apply(this,arguments);delete this.get}}}!function(){var e,t,i=p.documentElement,r=p.createElement("div"),o=p.createElement("div");function s(){o.style.cssText="-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;display:block;margin-top:1%;top:1%;border:1px;padding:1px;width:4px;position:absolute",o.innerHTML="",i.appendChild(r);var s=n.getComputedStyle(o,null);e="1%"!==s.top,t="4px"===s.width,i.removeChild(r)}o.style&&(o.style.backgroundClip="content-box",o.cloneNode(!0).style.backgroundClip="",f.clearCloneStyle="content-box"===o.style.backgroundClip,r.style.cssText="border:0;width:0;height:0;top:0;left:-9999px;margin-top:1px;position:absolute",r.appendChild(o),n.getComputedStyle&&m.extend(f,{pixelPosition:function(){return s(),e},boxSizingReliable:function(){return null==t&&s(),t},reliableMarginRight:function(){var e,t=o.appendChild(p.createElement("div"));return t.style.cssText=o.style.cssText="-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;display:block;margin:0;border:0;padding:0",t.style.marginRight=t.style.width="0",o.style.width="1px",i.appendChild(r),e=!parseFloat(n.getComputedStyle(t,null).marginRight),i.removeChild(r),o.removeChild(t),e}}))}(),m.swap=function(e,t,n,i){var r,o,s={};for(o in t)s[o]=e.style[o],e.style[o]=t[o];for(o in r=n.apply(e,i||[]),t)e.style[o]=s[o];return r};var Ae=/^(none|table(?!-c[ea]).+)/,Le=new RegExp("^("+U+")(.*)$","i"),Te=new RegExp("^([+-])=("+U+")","i"),De={position:"absolute",visibility:"hidden",display:"block"},Se={letterSpacing:"0",fontWeight:"400"},Ee=["Webkit","O","Moz","ms"];function Ye(e,t){if(t in e)return t;for(var n=t[0].toUpperCase()+t.slice(1),i=t,r=Ee.length;r--;)if((t=Ee[r]+n)in e)return t;return i}function Ce(e,t,n){var i=Le.exec(t);return i?Math.max(0,i[1]-(n||0))+(i[2]||"px"):t}function Oe(e,t,n,i,r){for(var o=n===(i?"border":"content")?4:"width"===t?1:0,s=0;o<4;o+=2)"margin"===n&&(s+=m.css(e,n+Q[o],!0,r)),i?("content"===n&&(s-=m.css(e,"padding"+Q[o],!0,r)),"margin"!==n&&(s-=m.css(e,"border"+Q[o]+"Width",!0,r))):(s+=m.css(e,"padding"+Q[o],!0,r),"padding"!==n&&(s+=m.css(e,"border"+Q[o]+"Width",!0,r)));return s}function Pe(e,t,n){var i=!0,r="width"===t?e.offsetWidth:e.offsetHeight,o=xe(e),s="border-box"===m.css(e,"boxSizing",!1,o);if(r<=0||null==r){if(((r=ke(e,t,o))<0||null==r)&&(r=e.style[t]),we.test(r))return r;i=s&&(f.boxSizingReliable()||r===e.style[t]),r=parseFloat(r)||0}return r+Oe(e,t,n||(s?"border":"content"),i,o)+"px"}function Ie(e,t){for(var n,i,r,o=[],s=0,a=e.length;s<a;s++)(i=e[s]).style&&(o[s]=j.get(i,"olddisplay"),n=i.style.display,t?(o[s]||"none"!==n||(i.style.display=""),""===i.style.display&&q(i)&&(o[s]=j.access(i,"olddisplay",ye(i.nodeName)))):(r=q(i),"none"===n&&r||j.set(i,"olddisplay",r?n:m.css(i,"display"))));for(s=0;s<a;s++)(i=e[s]).style&&(t&&"none"!==i.style.display&&""!==i.style.display||(i.style.display=t?o[s]||"":"none"));return e}function He(e,t,n,i,r){return new He.prototype.init(e,t,n,i,r)}m.extend({cssHooks:{opacity:{get:function(e,t){if(t){var n=ke(e,"opacity");return""===n?"1":n}}}},cssNumber:{columnCount:!0,fillOpacity:!0,flexGrow:!0,flexShrink:!0,fontWeight:!0,lineHeight:!0,opacity:!0,order:!0,orphans:!0,widows:!0,zIndex:!0,zoom:!0},cssProps:{float:"cssFloat"},style:function(e,t,n,i){if(e&&3!==e.nodeType&&8!==e.nodeType&&e.style){var r,o,s,a=m.camelCase(t),l=e.style;if(t=m.cssProps[a]||(m.cssProps[a]=Ye(l,a)),s=m.cssHooks[t]||m.cssHooks[a],void 0===n)return s&&"get"in s&&void 0!==(r=s.get(e,!1,i))?r:l[t];"string"==(o=typeof n)&&(r=Te.exec(n))&&(n=(r[1]+1)*r[2]+parseFloat(m.css(e,t)),o="number"),null!=n&&n==n&&("number"!==o||m.cssNumber[a]||(n+="px"),f.clearCloneStyle||""!==n||0!==t.indexOf("background")||(l[t]="inherit"),s&&"set"in s&&void 0===(n=s.set(e,n,i))||(l[t]=n))}},css:function(e,t,n,i){var r,o,s,a=m.camelCase(t);return t=m.cssProps[a]||(m.cssProps[a]=Ye(e.style,a)),(s=m.cssHooks[t]||m.cssHooks[a])&&"get"in s&&(r=s.get(e,!0,n)),void 0===r&&(r=ke(e,t,i)),"normal"===r&&t in Se&&(r=Se[t]),""===n||n?(o=parseFloat(r),!0===n||m.isNumeric(o)?o||0:r):r}}),m.each(["height","width"],(function(e,t){m.cssHooks[t]={get:function(e,n,i){if(n)return Ae.test(m.css(e,"display"))&&0===e.offsetWidth?m.swap(e,De,(function(){return Pe(e,t,i)})):Pe(e,t,i)},set:function(e,n,i){var r=i&&xe(e);return Ce(0,n,i?Oe(e,t,i,"border-box"===m.css(e,"boxSizing",!1,r),r):0)}}})),m.cssHooks.marginRight=Me(f.reliableMarginRight,(function(e,t){if(t)return m.swap(e,{display:"inline-block"},ke,[e,"marginRight"])})),m.each({margin:"",padding:"",border:"Width"},(function(e,t){m.cssHooks[e+t]={expand:function(n){for(var i=0,r={},o="string"==typeof n?n.split(" "):[n];i<4;i++)r[e+Q[i]+t]=o[i]||o[i-2]||o[0];return r}},be.test(e)||(m.cssHooks[e+t].set=Ce)})),m.fn.extend({css:function(e,t){return I(this,(function(e,t,n){var i,r,o={},s=0;if(m.isArray(t)){for(i=xe(e),r=t.length;s<r;s++)o[t[s]]=m.css(e,t[s],!1,i);return o}return void 0!==n?m.style(e,t,n):m.css(e,t)}),e,t,arguments.length>1)},show:function(){return Ie(this,!0)},hide:function(){return Ie(this)},toggle:function(e){return"boolean"==typeof e?e?this.show():this.hide():this.each((function(){q(this)?m(this).show():m(this).hide()}))}}),m.Tween=He,He.prototype={constructor:He,init:function(e,t,n,i,r,o){this.elem=e,this.prop=n,this.easing=r||"swing",this.options=t,this.start=this.now=this.cur(),this.end=i,this.unit=o||(m.cssNumber[n]?"":"px")},cur:function(){var e=He.propHooks[this.prop];return e&&e.get?e.get(this):He.propHooks._default.get(this)},run:function(e){var t,n=He.propHooks[this.prop];return this.options.duration?this.pos=t=m.easing[this.easing](e,this.options.duration*e,0,1,this.options.duration):this.pos=t=e,this.now=(this.end-this.start)*t+this.start,this.options.step&&this.options.step.call(this.elem,this.now,this),n&&n.set?n.set(this):He.propHooks._default.set(this),this}},He.prototype.init.prototype=He.prototype,He.propHooks={_default:{get:function(e){var t;return null==e.elem[e.prop]||e.elem.style&&null!=e.elem.style[e.prop]?(t=m.css(e.elem,e.prop,""))&&"auto"!==t?t:0:e.elem[e.prop]},set:function(e){m.fx.step[e.prop]?m.fx.step[e.prop](e):e.elem.style&&(null!=e.elem.style[m.cssProps[e.prop]]||m.cssHooks[e.prop])?m.style(e.elem,e.prop,e.now+e.unit):e.elem[e.prop]=e.now}}},He.propHooks.scrollTop=He.propHooks.scrollLeft={set:function(e){e.elem.nodeType&&e.elem.parentNode&&(e.elem[e.prop]=e.now)}},m.easing={linear:function(e){return e},swing:function(e){return.5-Math.cos(e*Math.PI)/2}},m.fx=He.prototype.init,m.fx.step={};var je,Ne,Re=/^(?:toggle|show|hide)$/,ze=new RegExp("^(?:([+-])=|)("+U+")([a-z%]*)$","i"),Fe=/queueHooks$/,Be=[function(e,t,n){var i,r,o,s,a,l,c,u=this,d={},h=e.style,f=e.nodeType&&q(e),p=j.get(e,"fxshow");for(i in n.queue||(null==(a=m._queueHooks(e,"fx")).unqueued&&(a.unqueued=0,l=a.empty.fire,a.empty.fire=function(){a.unqueued||l()}),a.unqueued++,u.always((function(){u.always((function(){a.unqueued--,m.queue(e,"fx").length||a.empty.fire()}))}))),1===e.nodeType&&("height"in t||"width"in t)&&(n.overflow=[h.overflow,h.overflowX,h.overflowY],"inline"===("none"===(c=m.css(e,"display"))?j.get(e,"olddisplay")||ye(e.nodeName):c)&&"none"===m.css(e,"float")&&(h.display="inline-block")),n.overflow&&(h.overflow="hidden",u.always((function(){h.overflow=n.overflow[0],h.overflowX=n.overflow[1],h.overflowY=n.overflow[2]}))),t)if(r=t[i],Re.exec(r)){if(delete t[i],o=o||"toggle"===r,r===(f?"hide":"show")){if("show"!==r||!p||void 0===p[i])continue;f=!0}d[i]=p&&p[i]||m.style(e,i)}else c=void 0;if(m.isEmptyObject(d))"inline"===("none"===c?ye(e.nodeName):c)&&(h.display=c);else for(i in p?"hidden"in p&&(f=p.hidden):p=j.access(e,"fxshow",{}),o&&(p.hidden=!f),f?m(e).show():u.done((function(){m(e).hide()})),u.done((function(){var t;for(t in j.remove(e,"fxshow"),d)m.style(e,t,d[t])})),d)s=qe(f?p[i]:0,i,u),i in p||(p[i]=s.start,f&&(s.end=s.start,s.start="width"===i||"height"===i?1:0))}],We={"*":[function(e,t){var n=this.createTween(e,t),i=n.cur(),r=ze.exec(t),o=r&&r[3]||(m.cssNumber[e]?"":"px"),s=(m.cssNumber[e]||"px"!==o&&+i)&&ze.exec(m.css(n.elem,e)),a=1,l=20;if(s&&s[3]!==o){o=o||s[3],r=r||[],s=+i||1;do{s/=a=a||".5",m.style(n.elem,e,s+o)}while(a!==(a=n.cur()/i)&&1!==a&&--l)}return r&&(s=n.start=+s||+i||0,n.unit=o,n.end=r[1]?s+(r[1]+1)*r[2]:+r[2]),n}]};function Ue(){return setTimeout((function(){je=void 0})),je=m.now()}function Qe(e,t){var n,i=0,r={height:e};for(t=t?1:0;i<4;i+=2-t)r["margin"+(n=Q[i])]=r["padding"+n]=e;return t&&(r.opacity=r.width=e),r}function qe(e,t,n){for(var i,r=(We[t]||[]).concat(We["*"]),o=0,s=r.length;o<s;o++)if(i=r[o].call(n,t,e))return i}function Ge(e,t,n){var i,r,o=0,s=Be.length,a=m.Deferred().always((function(){delete l.elem})),l=function(){if(r)return!1;for(var t=je||Ue(),n=Math.max(0,c.startTime+c.duration-t),i=1-(n/c.duration||0),o=0,s=c.tweens.length;o<s;o++)c.tweens[o].run(i);return a.notifyWith(e,[c,i,n]),i<1&&s?n:(a.resolveWith(e,[c]),!1)},c=a.promise({elem:e,props:m.extend({},t),opts:m.extend(!0,{specialEasing:{}},n),originalProperties:t,originalOptions:n,startTime:je||Ue(),duration:n.duration,tweens:[],createTween:function(t,n){var i=m.Tween(e,c.opts,t,n,c.opts.specialEasing[t]||c.opts.easing);return c.tweens.push(i),i},stop:function(t){var n=0,i=t?c.tweens.length:0;if(r)return this;for(r=!0;n<i;n++)c.tweens[n].run(1);return t?a.resolveWith(e,[c,t]):a.rejectWith(e,[c,t]),this}}),u=c.props;for(function(e,t){var n,i,r,o,s;for(n in e)if(r=t[i=m.camelCase(n)],o=e[n],m.isArray(o)&&(r=o[1],o=e[n]=o[0]),n!==i&&(e[i]=o,delete e[n]),(s=m.cssHooks[i])&&"expand"in s)for(n in o=s.expand(o),delete e[i],o)n in e||(e[n]=o[n],t[n]=r);else t[i]=r}(u,c.opts.specialEasing);o<s;o++)if(i=Be[o].call(c,e,u,c.opts))return i;return m.map(u,qe,c),m.isFunction(c.opts.start)&&c.opts.start.call(e,c),m.fx.timer(m.extend(l,{elem:e,anim:c,queue:c.opts.queue})),c.progress(c.opts.progress).done(c.opts.done,c.opts.complete).fail(c.opts.fail).always(c.opts.always)}m.Animation=m.extend(Ge,{tweener:function(e,t){m.isFunction(e)?(t=e,e=["*"]):e=e.split(" ");for(var n,i=0,r=e.length;i<r;i++)n=e[i],We[n]=We[n]||[],We[n].unshift(t)},prefilter:function(e,t){t?Be.unshift(e):Be.push(e)}}),m.speed=function(e,t,n){var i=e&&"object"==typeof e?m.extend({},e):{complete:n||!n&&t||m.isFunction(e)&&e,duration:e,easing:n&&t||t&&!m.isFunction(t)&&t};return i.duration=m.fx.off?0:"number"==typeof i.duration?i.duration:i.duration in m.fx.speeds?m.fx.speeds[i.duration]:m.fx.speeds._default,null!=i.queue&&!0!==i.queue||(i.queue="fx"),i.old=i.complete,i.complete=function(){m.isFunction(i.old)&&i.old.call(this),i.queue&&m.dequeue(this,i.queue)},i},m.fn.extend({fadeTo:function(e,t,n,i){return this.filter(q).css("opacity",0).show().end().animate({opacity:t},e,n,i)},animate:function(e,t,n,i){var r=m.isEmptyObject(e),o=m.speed(t,n,i),s=function(){var t=Ge(this,m.extend({},e),o);(r||j.get(this,"finish"))&&t.stop(!0)};return s.finish=s,r||!1===o.queue?this.each(s):this.queue(o.queue,s)},stop:function(e,t,n){var i=function(e){var t=e.stop;delete e.stop,t(n)};return"string"!=typeof e&&(n=t,t=e,e=void 0),t&&!1!==e&&this.queue(e||"fx",[]),this.each((function(){var t=!0,r=null!=e&&e+"queueHooks",o=m.timers,s=j.get(this);if(r)s[r]&&s[r].stop&&i(s[r]);else for(r in s)s[r]&&s[r].stop&&Fe.test(r)&&i(s[r]);for(r=o.length;r--;)o[r].elem!==this||null!=e&&o[r].queue!==e||(o[r].anim.stop(n),t=!1,o.splice(r,1));!t&&n||m.dequeue(this,e)}))},finish:function(e){return!1!==e&&(e=e||"fx"),this.each((function(){var t,n=j.get(this),i=n[e+"queue"],r=n[e+"queueHooks"],o=m.timers,s=i?i.length:0;for(n.finish=!0,m.queue(this,e,[]),r&&r.stop&&r.stop.call(this,!0),t=o.length;t--;)o[t].elem===this&&o[t].queue===e&&(o[t].anim.stop(!0),o.splice(t,1));for(t=0;t<s;t++)i[t]&&i[t].finish&&i[t].finish.call(this);delete n.finish}))}}),m.each(["toggle","show","hide"],(function(e,t){var n=m.fn[t];m.fn[t]=function(e,i,r){return null==e||"boolean"==typeof e?n.apply(this,arguments):this.animate(Qe(t,!0),e,i,r)}})),m.each({slideDown:Qe("show"),slideUp:Qe("hide"),slideToggle:Qe("toggle"),fadeIn:{opacity:"show"},fadeOut:{opacity:"hide"},fadeToggle:{opacity:"toggle"}},(function(e,t){m.fn[e]=function(e,n,i){return this.animate(t,e,n,i)}})),m.timers=[],m.fx.tick=function(){var e,t=0,n=m.timers;for(je=m.now();t<n.length;t++)(e=n[t])()||n[t]!==e||n.splice(t--,1);n.length||m.fx.stop(),je=void 0},m.fx.timer=function(e){m.timers.push(e),e()?m.fx.start():m.timers.pop()},m.fx.interval=13,m.fx.start=function(){Ne||(Ne=setInterval(m.fx.tick,m.fx.interval))},m.fx.stop=function(){clearInterval(Ne),Ne=null},m.fx.speeds={slow:600,fast:200,_default:400},m.fn.delay=function(e,t){return e=m.fx&&m.fx.speeds[e]||e,t=t||"fx",this.queue(t,(function(t,n){var i=setTimeout(t,e);n.stop=function(){clearTimeout(i)}}))},function(){var e=p.createElement("input"),t=p.createElement("select"),n=t.appendChild(p.createElement("option"));e.type="checkbox",f.checkOn=""!==e.value,f.optSelected=n.selected,t.disabled=!0,f.optDisabled=!n.disabled,(e=p.createElement("input")).value="t",e.type="radio",f.radioValue="t"===e.value}();var Ve,Je=m.expr.attrHandle;m.fn.extend({attr:function(e,t){return I(this,m.attr,e,t,arguments.length>1)},removeAttr:function(e){return this.each((function(){m.removeAttr(this,e)}))}}),m.extend({attr:function(e,t,n){var i,r,o=e.nodeType;if(e&&3!==o&&8!==o&&2!==o)return void 0===e.getAttribute?m.prop(e,t,n):(1===o&&m.isXMLDoc(e)||(t=t.toLowerCase(),i=m.attrHooks[t]||(m.expr.match.bool.test(t)?Ve:void 0)),void 0===n?i&&"get"in i&&null!==(r=i.get(e,t))?r:null==(r=m.find.attr(e,t))?void 0:r:null!==n?i&&"set"in i&&void 0!==(r=i.set(e,n,t))?r:(e.setAttribute(t,n+""),n):void m.removeAttr(e,t))},removeAttr:function(e,t){var n,i,r=0,o=t&&t.match(C);if(o&&1===e.nodeType)for(;n=o[r++];)i=m.propFix[n]||n,m.expr.match.bool.test(n)&&(e[i]=!1),e.removeAttribute(n)},attrHooks:{type:{set:function(e,t){if(!f.radioValue&&"radio"===t&&m.nodeName(e,"input")){var n=e.value;return e.setAttribute("type",t),n&&(e.value=n),t}}}}}),Ve={set:function(e,t,n){return!1===t?m.removeAttr(e,n):e.setAttribute(n,n),n}},m.each(m.expr.match.bool.source.match(/\w+/g),(function(e,t){var n=Je[t]||m.find.attr;Je[t]=function(e,t,i){var r,o;return i||(o=Je[t],Je[t]=r,r=null!=n(e,t,i)?t.toLowerCase():null,Je[t]=o),r}}));var Ke=/^(?:input|select|textarea|button)$/i;m.fn.extend({prop:function(e,t){return I(this,m.prop,e,t,arguments.length>1)},removeProp:function(e){return this.each((function(){delete this[m.propFix[e]||e]}))}}),m.extend({propFix:{for:"htmlFor",class:"className"},prop:function(e,t,n){var i,r,o=e.nodeType;if(e&&3!==o&&8!==o&&2!==o)return(1!==o||!m.isXMLDoc(e))&&(t=m.propFix[t]||t,r=m.propHooks[t]),void 0!==n?r&&"set"in r&&void 0!==(i=r.set(e,n,t))?i:e[t]=n:r&&"get"in r&&null!==(i=r.get(e,t))?i:e[t]},propHooks:{tabIndex:{get:function(e){return e.hasAttribute("tabindex")||Ke.test(e.nodeName)||e.href?e.tabIndex:-1}}}}),f.optSelected||(m.propHooks.selected={get:function(e){var t=e.parentNode;return t&&t.parentNode&&t.parentNode.selectedIndex,null}}),m.each(["tabIndex","readOnly","maxLength","cellSpacing","cellPadding","rowSpan","colSpan","useMap","frameBorder","contentEditable"],(function(){m.propFix[this.toLowerCase()]=this}));var Xe=/[\t\r\n\f]/g;m.fn.extend({addClass:function(e){var t,n,i,r,o,s,a="string"==typeof e&&e,l=0,c=this.length;if(m.isFunction(e))return this.each((function(t){m(this).addClass(e.call(this,t,this.className))}));if(a)for(t=(e||"").match(C)||[];l<c;l++)if(i=1===(n=this[l]).nodeType&&(n.className?(" "+n.className+" ").replace(Xe," "):" ")){for(o=0;r=t[o++];)i.indexOf(" "+r+" ")<0&&(i+=r+" ");s=m.trim(i),n.className!==s&&(n.className=s)}return this},removeClass:function(e){var t,n,i,r,o,s,a=0===arguments.length||"string"==typeof e&&e,l=0,c=this.length;if(m.isFunction(e))return this.each((function(t){m(this).removeClass(e.call(this,t,this.className))}));if(a)for(t=(e||"").match(C)||[];l<c;l++)if(i=1===(n=this[l]).nodeType&&(n.className?(" "+n.className+" ").replace(Xe," "):"")){for(o=0;r=t[o++];)for(;i.indexOf(" "+r+" ")>=0;)i=i.replace(" "+r+" "," ");s=e?m.trim(i):"",n.className!==s&&(n.className=s)}return this},toggleClass:function(e,t){var n=typeof e;return"boolean"==typeof t&&"string"===n?t?this.addClass(e):this.removeClass(e):m.isFunction(e)?this.each((function(n){m(this).toggleClass(e.call(this,n,this.className,t),t)})):this.each((function(){if("string"===n)for(var t,i=0,r=m(this),o=e.match(C)||[];t=o[i++];)r.hasClass(t)?r.removeClass(t):r.addClass(t);else"undefined"!==n&&"boolean"!==n||(this.className&&j.set(this,"__className__",this.className),this.className=this.className||!1===e?"":j.get(this,"__className__")||"")}))},hasClass:function(e){for(var t=" "+e+" ",n=0,i=this.length;n<i;n++)if(1===this[n].nodeType&&(" "+this[n].className+" ").replace(Xe," ").indexOf(t)>=0)return!0;return!1}});var Ze=/\r/g;m.fn.extend({val:function(e){var t,n,i,r=this[0];return arguments.length?(i=m.isFunction(e),this.each((function(n){var r;1===this.nodeType&&(null==(r=i?e.call(this,n,m(this).val()):e)?r="":"number"==typeof r?r+="":m.isArray(r)&&(r=m.map(r,(function(e){return null==e?"":e+""}))),(t=m.valHooks[this.type]||m.valHooks[this.nodeName.toLowerCase()])&&"set"in t&&void 0!==t.set(this,r,"value")||(this.value=r))}))):r?(t=m.valHooks[r.type]||m.valHooks[r.nodeName.toLowerCase()])&&"get"in t&&void 0!==(n=t.get(r,"value"))?n:"string"==typeof(n=r.value)?n.replace(Ze,""):null==n?"":n:void 0}}),m.extend({valHooks:{option:{get:function(e){var t=m.find.attr(e,"value");return null!=t?t:m.trim(m.text(e))}},select:{get:function(e){for(var t,n,i=e.options,r=e.selectedIndex,o="select-one"===e.type||r<0,s=o?null:[],a=o?r+1:i.length,l=r<0?a:o?r:0;l<a;l++)if(((n=i[l]).selected||l===r)&&(f.optDisabled?!n.disabled:null===n.getAttribute("disabled"))&&(!n.parentNode.disabled||!m.nodeName(n.parentNode,"optgroup"))){if(t=m(n).val(),o)return t;s.push(t)}return s},set:function(e,t){for(var n,i,r=e.options,o=m.makeArray(t),s=r.length;s--;)((i=r[s]).selected=m.inArray(i.value,o)>=0)&&(n=!0);return n||(e.selectedIndex=-1),o}}}}),m.each(["radio","checkbox"],(function(){m.valHooks[this]={set:function(e,t){if(m.isArray(t))return e.checked=m.inArray(m(e).val(),t)>=0}},f.checkOn||(m.valHooks[this].get=function(e){return null===e.getAttribute("value")?"on":e.value})})),m.each("blur focus focusin focusout load resize scroll unload click dblclick mousedown mouseup mousemove mouseover mouseout mouseenter mouseleave change select submit keydown keypress keyup error contextmenu".split(" "),(function(e,t){m.fn[t]=function(e,n){return arguments.length>0?this.on(t,null,e,n):this.trigger(t)}})),m.fn.extend({hover:function(e,t){return this.mouseenter(e).mouseleave(t||e)},bind:function(e,t,n){return this.on(e,null,t,n)},unbind:function(e,t){return this.off(e,null,t)},delegate:function(e,t,n,i){return this.on(t,e,n,i)},undelegate:function(e,t,n){return 1===arguments.length?this.off(e,"**"):this.off(t,e||"**",n)}});var $e=m.now(),et=/\?/;m.parseJSON=function(e){return JSON.parse(e+"")},m.parseXML=function(e){var t;if(!e||"string"!=typeof e)return null;try{t=(new DOMParser).parseFromString(e,"text/xml")}catch(e){t=void 0}return t&&!t.getElementsByTagName("parsererror").length||m.error("Invalid XML: "+e),t};var tt=/#.*$/,nt=/([?&])_=[^&]*/,it=/^(.*?):[ \t]*([^\r\n]*)$/gm,rt=/^(?:GET|HEAD)$/,ot=/^\/\//,st=/^([\w.+-]+:)(?:\/\/(?:[^\/?#]*@|)([^\/?#:]*)(?::(\d+)|)|)/,at={},lt={},ct="*/".concat("*"),ut=n.location.href,dt=st.exec(ut.toLowerCase())||[];function ht(e){return function(t,n){"string"!=typeof t&&(n=t,t="*");var i,r=0,o=t.toLowerCase().match(C)||[];if(m.isFunction(n))for(;i=o[r++];)"+"===i[0]?(i=i.slice(1)||"*",(e[i]=e[i]||[]).unshift(n)):(e[i]=e[i]||[]).push(n)}}function ft(e,t,n,i){var r={},o=e===lt;function s(a){var l;return r[a]=!0,m.each(e[a]||[],(function(e,a){var c=a(t,n,i);return"string"!=typeof c||o||r[c]?o?!(l=c):void 0:(t.dataTypes.unshift(c),s(c),!1)})),l}return s(t.dataTypes[0])||!r["*"]&&s("*")}function pt(e,t){var n,i,r=m.ajaxSettings.flatOptions||{};for(n in t)void 0!==t[n]&&((r[n]?e:i||(i={}))[n]=t[n]);return i&&m.extend(!0,e,i),e}m.extend({active:0,lastModified:{},etag:{},ajaxSettings:{url:ut,type:"GET",isLocal:/^(?:about|app|app-storage|.+-extension|file|res|widget):$/.test(dt[1]),global:!0,processData:!0,async:!0,contentType:"application/x-www-form-urlencoded; charset=UTF-8",accepts:{"*":ct,text:"text/plain",html:"text/html",xml:"application/xml, text/xml",json:"application/json, text/javascript"},contents:{xml:/xml/,html:/html/,json:/json/},responseFields:{xml:"responseXML",text:"responseText",json:"responseJSON"},converters:{"* text":String,"text html":!0,"text json":m.parseJSON,"text xml":m.parseXML},flatOptions:{url:!0,context:!0}},ajaxSetup:function(e,t){return t?pt(pt(e,m.ajaxSettings),t):pt(m.ajaxSettings,e)},ajaxPrefilter:ht(at),ajaxTransport:ht(lt),ajax:function(e,t){"object"==typeof e&&(t=e,e=void 0),t=t||{};var n,i,r,o,s,a,l,c,u=m.ajaxSetup({},t),d=u.context||u,h=u.context&&(d.nodeType||d.jquery)?m(d):m.event,f=m.Deferred(),p=m.Callbacks("once memory"),g=u.statusCode||{},v={},_={},y=0,b="canceled",w={readyState:0,getResponseHeader:function(e){var t;if(2===y){if(!o)for(o={};t=it.exec(r);)o[t[1].toLowerCase()]=t[2];t=o[e.toLowerCase()]}return null==t?null:t},getAllResponseHeaders:function(){return 2===y?r:null},setRequestHeader:function(e,t){var n=e.toLowerCase();return y||(e=_[n]=_[n]||e,v[e]=t),this},overrideMimeType:function(e){return y||(u.mimeType=e),this},statusCode:function(e){var t;if(e)if(y<2)for(t in e)g[t]=[g[t],e[t]];else w.always(e[w.status]);return this},abort:function(e){var t=e||b;return n&&n.abort(t),x(0,t),this}};if(f.promise(w).complete=p.add,w.success=w.done,w.error=w.fail,u.url=((e||u.url||ut)+"").replace(tt,"").replace(ot,dt[1]+"//"),u.type=t.method||t.type||u.method||u.type,u.dataTypes=m.trim(u.dataType||"*").toLowerCase().match(C)||[""],null==u.crossDomain&&(a=st.exec(u.url.toLowerCase()),u.crossDomain=!(!a||a[1]===dt[1]&&a[2]===dt[2]&&(a[3]||("http:"===a[1]?"80":"443"))===(dt[3]||("http:"===dt[1]?"80":"443")))),u.data&&u.processData&&"string"!=typeof u.data&&(u.data=m.param(u.data,u.traditional)),ft(at,u,t,w),2===y)return w;for(c in(l=m.event&&u.global)&&0==m.active++&&m.event.trigger("ajaxStart"),u.type=u.type.toUpperCase(),u.hasContent=!rt.test(u.type),i=u.url,u.hasContent||(u.data&&(i=u.url+=(et.test(i)?"&":"?")+u.data,delete u.data),!1===u.cache&&(u.url=nt.test(i)?i.replace(nt,"$1_="+$e++):i+(et.test(i)?"&":"?")+"_="+$e++)),u.ifModified&&(m.lastModified[i]&&w.setRequestHeader("If-Modified-Since",m.lastModified[i]),m.etag[i]&&w.setRequestHeader("If-None-Match",m.etag[i])),(u.data&&u.hasContent&&!1!==u.contentType||t.contentType)&&w.setRequestHeader("Content-Type",u.contentType),w.setRequestHeader("Accept",u.dataTypes[0]&&u.accepts[u.dataTypes[0]]?u.accepts[u.dataTypes[0]]+("*"!==u.dataTypes[0]?", "+ct+"; q=0.01":""):u.accepts["*"]),u.headers)w.setRequestHeader(c,u.headers[c]);if(u.beforeSend&&(!1===u.beforeSend.call(d,w,u)||2===y))return w.abort();for(c in b="abort",{success:1,error:1,complete:1})w[c](u[c]);if(n=ft(lt,u,t,w)){w.readyState=1,l&&h.trigger("ajaxSend",[w,u]),u.async&&u.timeout>0&&(s=setTimeout((function(){w.abort("timeout")}),u.timeout));try{y=1,n.send(v,x)}catch(e){if(!(y<2))throw e;x(-1,e)}}else x(-1,"No Transport");function x(e,t,o,a){var c,v,_,b,x,k=t;2!==y&&(y=2,s&&clearTimeout(s),n=void 0,r=a||"",w.readyState=e>0?4:0,c=e>=200&&e<300||304===e,o&&(b=function(e,t,n){for(var i,r,o,s,a=e.contents,l=e.dataTypes;"*"===l[0];)l.shift(),void 0===i&&(i=e.mimeType||t.getResponseHeader("Content-Type"));if(i)for(r in a)if(a[r]&&a[r].test(i)){l.unshift(r);break}if(l[0]in n)o=l[0];else{for(r in n){if(!l[0]||e.converters[r+" "+l[0]]){o=r;break}s||(s=r)}o=o||s}if(o)return o!==l[0]&&l.unshift(o),n[o]}(u,w,o)),b=function(e,t,n,i){var r,o,s,a,l,c={},u=e.dataTypes.slice();if(u[1])for(s in e.converters)c[s.toLowerCase()]=e.converters[s];for(o=u.shift();o;)if(e.responseFields[o]&&(n[e.responseFields[o]]=t),!l&&i&&e.dataFilter&&(t=e.dataFilter(t,e.dataType)),l=o,o=u.shift())if("*"===o)o=l;else if("*"!==l&&l!==o){if(!(s=c[l+" "+o]||c["* "+o]))for(r in c)if((a=r.split(" "))[1]===o&&(s=c[l+" "+a[0]]||c["* "+a[0]])){!0===s?s=c[r]:!0!==c[r]&&(o=a[0],u.unshift(a[1]));break}if(!0!==s)if(s&&e.throws)t=s(t);else try{t=s(t)}catch(e){return{state:"parsererror",error:s?e:"No conversion from "+l+" to "+o}}}return{state:"success",data:t}}(u,b,w,c),c?(u.ifModified&&((x=w.getResponseHeader("Last-Modified"))&&(m.lastModified[i]=x),(x=w.getResponseHeader("etag"))&&(m.etag[i]=x)),204===e||"HEAD"===u.type?k="nocontent":304===e?k="notmodified":(k=b.state,v=b.data,c=!(_=b.error))):(_=k,!e&&k||(k="error",e<0&&(e=0))),w.status=e,w.statusText=(t||k)+"",c?f.resolveWith(d,[v,k,w]):f.rejectWith(d,[w,k,_]),w.statusCode(g),g=void 0,l&&h.trigger(c?"ajaxSuccess":"ajaxError",[w,u,c?v:_]),p.fireWith(d,[w,k]),l&&(h.trigger("ajaxComplete",[w,u]),--m.active||m.event.trigger("ajaxStop")))}return w},getJSON:function(e,t,n){return m.get(e,t,n,"json")},getScript:function(e,t){return m.get(e,void 0,t,"script")}}),m.each(["get","post"],(function(e,t){m[t]=function(e,n,i,r){return m.isFunction(n)&&(r=r||i,i=n,n=void 0),m.ajax({url:e,type:t,dataType:r,data:n,success:i})}})),m._evalUrl=function(e){return m.ajax({url:e,type:"GET",dataType:"script",async:!1,global:!1,throws:!0})},m.fn.extend({wrapAll:function(e){var t;return m.isFunction(e)?this.each((function(t){m(this).wrapAll(e.call(this,t))})):(this[0]&&(t=m(e,this[0].ownerDocument).eq(0).clone(!0),this[0].parentNode&&t.insertBefore(this[0]),t.map((function(){for(var e=this;e.firstElementChild;)e=e.firstElementChild;return e})).append(this)),this)},wrapInner:function(e){return m.isFunction(e)?this.each((function(t){m(this).wrapInner(e.call(this,t))})):this.each((function(){var t=m(this),n=t.contents();n.length?n.wrapAll(e):t.append(e)}))},wrap:function(e){var t=m.isFunction(e);return this.each((function(n){m(this).wrapAll(t?e.call(this,n):e)}))},unwrap:function(){return this.parent().each((function(){m.nodeName(this,"body")||m(this).replaceWith(this.childNodes)})).end()}}),m.expr.filters.hidden=function(e){return e.offsetWidth<=0&&e.offsetHeight<=0},m.expr.filters.visible=function(e){return!m.expr.filters.hidden(e)};var mt=/%20/g,gt=/\[\]$/,vt=/\r?\n/g,_t=/^(?:submit|button|image|reset|file)$/i,yt=/^(?:input|select|textarea|keygen)/i;function bt(e,t,n,i){var r;if(m.isArray(t))m.each(t,(function(t,r){n||gt.test(e)?i(e,r):bt(e+"["+("object"==typeof r?t:"")+"]",r,n,i)}));else if(n||"object"!==m.type(t))i(e,t);else for(r in t)bt(e+"["+r+"]",t[r],n,i)}m.param=function(e,t){var n,i=[],r=function(e,t){t=m.isFunction(t)?t():null==t?"":t,i[i.length]=encodeURIComponent(e)+"="+encodeURIComponent(t)};if(void 0===t&&(t=m.ajaxSettings&&m.ajaxSettings.traditional),m.isArray(e)||e.jquery&&!m.isPlainObject(e))m.each(e,(function(){r(this.name,this.value)}));else for(n in e)bt(n,e[n],t,r);return i.join("&").replace(mt,"+")},m.fn.extend({serialize:function(){return m.param(this.serializeArray())},serializeArray:function(){return this.map((function(){var e=m.prop(this,"elements");return e?m.makeArray(e):this})).filter((function(){var e=this.type;return this.name&&!m(this).is(":disabled")&&yt.test(this.nodeName)&&!_t.test(e)&&(this.checked||!G.test(e))})).map((function(e,t){var n=m(this).val();return null==n?null:m.isArray(n)?m.map(n,(function(e){return{name:t.name,value:e.replace(vt,"\r\n")}})):{name:t.name,value:n.replace(vt,"\r\n")}})).get()}}),m.ajaxSettings.xhr=function(){try{return new XMLHttpRequest}catch(e){}};var wt=0,xt={},kt={0:200,1223:204},Mt=m.ajaxSettings.xhr();n.attachEvent&&n.attachEvent("onunload",(function(){for(var e in xt)xt[e]()})),f.cors=!!Mt&&"withCredentials"in Mt,f.ajax=Mt=!!Mt,m.ajaxTransport((function(e){var t;if(f.cors||Mt&&!e.crossDomain)return{send:function(n,i){var r,o=e.xhr(),s=++wt;if(o.open(e.type,e.url,e.async,e.username,e.password),e.xhrFields)for(r in e.xhrFields)o[r]=e.xhrFields[r];for(r in e.mimeType&&o.overrideMimeType&&o.overrideMimeType(e.mimeType),e.crossDomain||n["X-Requested-With"]||(n["X-Requested-With"]="XMLHttpRequest"),n)o.setRequestHeader(r,n[r]);t=function(e){return function(){t&&(delete xt[s],t=o.onload=o.onerror=null,"abort"===e?o.abort():"error"===e?i(o.status,o.statusText):i(kt[o.status]||o.status,o.statusText,"string"==typeof o.responseText?{text:o.responseText}:void 0,o.getAllResponseHeaders()))}},o.onload=t(),o.onerror=t("error"),t=xt[s]=t("abort");try{o.send(e.hasContent&&e.data||null)}catch(e){if(t)throw e}},abort:function(){t&&t()}}})),m.ajaxSetup({accepts:{script:"text/javascript, application/javascript, application/ecmascript, application/x-ecmascript"},contents:{script:/(?:java|ecma)script/},converters:{"text script":function(e){return m.globalEval(e),e}}}),m.ajaxPrefilter("script",(function(e){void 0===e.cache&&(e.cache=!1),e.crossDomain&&(e.type="GET")})),m.ajaxTransport("script",(function(e){var t,n;if(e.crossDomain)return{send:function(i,r){t=m("<script>").prop({async:!0,charset:e.scriptCharset,src:e.url}).on("load error",n=function(e){t.remove(),n=null,e&&r("error"===e.type?404:200,e.type)}),p.head.appendChild(t[0])},abort:function(){n&&n()}}}));var At=[],Lt=/(=)\?(?=&|$)|\?\?/;m.ajaxSetup({jsonp:"callback",jsonpCallback:function(){var e=At.pop()||m.expando+"_"+$e++;return this[e]=!0,e}}),m.ajaxPrefilter("json jsonp",(function(e,t,i){var r,o,s,a=!1!==e.jsonp&&(Lt.test(e.url)?"url":"string"==typeof e.data&&!(e.contentType||"").indexOf("application/x-www-form-urlencoded")&&Lt.test(e.data)&&"data");if(a||"jsonp"===e.dataTypes[0])return r=e.jsonpCallback=m.isFunction(e.jsonpCallback)?e.jsonpCallback():e.jsonpCallback,a?e[a]=e[a].replace(Lt,"$1"+r):!1!==e.jsonp&&(e.url+=(et.test(e.url)?"&":"?")+e.jsonp+"="+r),e.converters["script json"]=function(){return s||m.error(r+" was not called"),s[0]},e.dataTypes[0]="json",o=n[r],n[r]=function(){s=arguments},i.always((function(){n[r]=o,e[r]&&(e.jsonpCallback=t.jsonpCallback,At.push(r)),s&&m.isFunction(o)&&o(s[0]),s=o=void 0})),"script"})),m.parseHTML=function(e,t,n){if(!e||"string"!=typeof e)return null;"boolean"==typeof t&&(n=t,t=!1),t=t||p;var i=k.exec(e),r=!n&&[];return i?[t.createElement(i[1])]:(i=m.buildFragment([e],t,r),r&&r.length&&m(r).remove(),m.merge([],i.childNodes))};var Tt=m.fn.load;m.fn.load=function(e,t,n){if("string"!=typeof e&&Tt)return Tt.apply(this,arguments);var i,r,o,s=this,a=e.indexOf(" ");return a>=0&&(i=m.trim(e.slice(a)),e=e.slice(0,a)),m.isFunction(t)?(n=t,t=void 0):t&&"object"==typeof t&&(r="POST"),s.length>0&&m.ajax({url:e,type:r,dataType:"html",data:t}).done((function(e){o=arguments,s.html(i?m("<div>").append(m.parseHTML(e)).find(i):e)})).complete(n&&function(e,t){s.each(n,o||[e.responseText,t,e])}),this},m.each(["ajaxStart","ajaxStop","ajaxComplete","ajaxError","ajaxSuccess","ajaxSend"],(function(e,t){m.fn[t]=function(e){return this.on(t,e)}})),m.expr.filters.animated=function(e){return m.grep(m.timers,(function(t){return e===t.elem})).length};var Dt=n.document.documentElement;function St(e){return m.isWindow(e)?e:9===e.nodeType&&e.defaultView}m.offset={setOffset:function(e,t,n){var i,r,o,s,a,l,c=m.css(e,"position"),u=m(e),d={};"static"===c&&(e.style.position="relative"),a=u.offset(),o=m.css(e,"top"),l=m.css(e,"left"),("absolute"===c||"fixed"===c)&&(o+l).indexOf("auto")>-1?(s=(i=u.position()).top,r=i.left):(s=parseFloat(o)||0,r=parseFloat(l)||0),m.isFunction(t)&&(t=t.call(e,n,a)),null!=t.top&&(d.top=t.top-a.top+s),null!=t.left&&(d.left=t.left-a.left+r),"using"in t?t.using.call(e,d):u.css(d)}},m.fn.extend({offset:function(e){if(arguments.length)return void 0===e?this:this.each((function(t){m.offset.setOffset(this,e,t)}));var t,n,i=this[0],r={top:0,left:0},o=i&&i.ownerDocument;return o?(t=o.documentElement,m.contains(t,i)?(void 0!==i.getBoundingClientRect&&(r=i.getBoundingClientRect()),n=St(o),{top:r.top+n.pageYOffset-t.clientTop,left:r.left+n.pageXOffset-t.clientLeft}):r):void 0},position:function(){if(this[0]){var e,t,n=this[0],i={top:0,left:0};return"fixed"===m.css(n,"position")?t=n.getBoundingClientRect():(e=this.offsetParent(),t=this.offset(),m.nodeName(e[0],"html")||(i=e.offset()),i.top+=m.css(e[0],"borderTopWidth",!0),i.left+=m.css(e[0],"borderLeftWidth",!0)),{top:t.top-i.top-m.css(n,"marginTop",!0),left:t.left-i.left-m.css(n,"marginLeft",!0)}}},offsetParent:function(){return this.map((function(){for(var e=this.offsetParent||Dt;e&&!m.nodeName(e,"html")&&"static"===m.css(e,"position");)e=e.offsetParent;return e||Dt}))}}),m.each({scrollLeft:"pageXOffset",scrollTop:"pageYOffset"},(function(e,t){var i="pageYOffset"===t;m.fn[e]=function(r){return I(this,(function(e,r,o){var s=St(e);if(void 0===o)return s?s[t]:e[r];s?s.scrollTo(i?n.pageXOffset:o,i?o:n.pageYOffset):e[r]=o}),e,r,arguments.length,null)}})),m.each(["top","left"],(function(e,t){m.cssHooks[t]=Me(f.pixelPosition,(function(e,n){if(n)return n=ke(e,t),we.test(n)?m(e).position()[t]+"px":n}))})),m.each({Height:"height",Width:"width"},(function(e,t){m.each({padding:"inner"+e,content:t,"":"outer"+e},(function(n,i){m.fn[i]=function(i,r){var o=arguments.length&&(n||"boolean"!=typeof i),s=n||(!0===i||!0===r?"margin":"border");return I(this,(function(t,n,i){var r;return m.isWindow(t)?t.document.documentElement["client"+e]:9===t.nodeType?(r=t.documentElement,Math.max(t.body["scroll"+e],r["scroll"+e],t.body["offset"+e],r["offset"+e],r["client"+e])):void 0===i?m.css(t,n,s):m.style(t,n,i,s)}),t,o?i:void 0,o,null)}}))})),m.fn.size=function(){return this.length},m.fn.andSelf=m.fn.addBack,void 0===(i=function(){return m}.apply(t,[]))||(e.exports=i);var Et=n.jQuery,Yt=n.$;return m.noConflict=function(e){return n.$===m&&(n.$=Yt),e&&n.jQuery===m&&(n.jQuery=Et),m},void 0===r&&(n.jQuery=n.$=m),m},"object"==typeof e.exports?e.exports=r.document?o(r,!0):function(e){if(!e.document)throw new Error("jQuery requires a window with a document");return o(e)}:o(r)},function(e,t,n){(function(e){e.exports=function(){"use strict";var t,i;function r(){return t.apply(null,arguments)}function o(e){return e instanceof Array||"[object Array]"===Object.prototype.toString.call(e)}function s(e){return null!=e&&"[object Object]"===Object.prototype.toString.call(e)}function a(e){return void 0===e}function l(e){return"number"==typeof e||"[object Number]"===Object.prototype.toString.call(e)}function c(e){return e instanceof Date||"[object Date]"===Object.prototype.toString.call(e)}function u(e,t){var n,i=[];for(n=0;n<e.length;++n)i.push(t(e[n],n));return i}function d(e,t){return Object.prototype.hasOwnProperty.call(e,t)}function h(e,t){for(var n in t)d(t,n)&&(e[n]=t[n]);return d(t,"toString")&&(e.toString=t.toString),d(t,"valueOf")&&(e.valueOf=t.valueOf),e}function f(e,t,n,i){return Mt(e,t,n,i,!0).utc()}function p(e){return null==e._pf&&(e._pf={empty:!1,unusedTokens:[],unusedInput:[],overflow:-2,charsLeftOver:0,nullInput:!1,invalidMonth:null,invalidFormat:!1,userInvalidated:!1,iso:!1,parsedDateParts:[],meridiem:null,rfc2822:!1,weekdayMismatch:!1}),e._pf}function m(e){if(null==e._isValid){var t=p(e),n=i.call(t.parsedDateParts,(function(e){return null!=e})),r=!isNaN(e._d.getTime())&&t.overflow<0&&!t.empty&&!t.invalidMonth&&!t.invalidWeekday&&!t.weekdayMismatch&&!t.nullInput&&!t.invalidFormat&&!t.userInvalidated&&(!t.meridiem||t.meridiem&&n);if(e._strict&&(r=r&&0===t.charsLeftOver&&0===t.unusedTokens.length&&void 0===t.bigHour),null!=Object.isFrozen&&Object.isFrozen(e))return r;e._isValid=r}return e._isValid}function g(e){var t=f(NaN);return null!=e?h(p(t),e):p(t).userInvalidated=!0,t}i=Array.prototype.some?Array.prototype.some:function(e){for(var t=Object(this),n=t.length>>>0,i=0;i<n;i++)if(i in t&&e.call(this,t[i],i,t))return!0;return!1};var v=r.momentProperties=[];function _(e,t){var n,i,r;if(a(t._isAMomentObject)||(e._isAMomentObject=t._isAMomentObject),a(t._i)||(e._i=t._i),a(t._f)||(e._f=t._f),a(t._l)||(e._l=t._l),a(t._strict)||(e._strict=t._strict),a(t._tzm)||(e._tzm=t._tzm),a(t._isUTC)||(e._isUTC=t._isUTC),a(t._offset)||(e._offset=t._offset),a(t._pf)||(e._pf=p(t)),a(t._locale)||(e._locale=t._locale),v.length>0)for(n=0;n<v.length;n++)a(r=t[i=v[n]])||(e[i]=r);return e}var y=!1;function b(e){_(this,e),this._d=new Date(null!=e._d?e._d.getTime():NaN),this.isValid()||(this._d=new Date(NaN)),!1===y&&(y=!0,r.updateOffset(this),y=!1)}function w(e){return e instanceof b||null!=e&&null!=e._isAMomentObject}function x(e){return e<0?Math.ceil(e)||0:Math.floor(e)}function k(e){var t=+e,n=0;return 0!==t&&isFinite(t)&&(n=x(t)),n}function M(e,t,n){var i,r=Math.min(e.length,t.length),o=Math.abs(e.length-t.length),s=0;for(i=0;i<r;i++)(n&&e[i]!==t[i]||!n&&k(e[i])!==k(t[i]))&&s++;return s+o}function A(e){!1===r.suppressDeprecationWarnings&&"undefined"!=typeof console&&console.warn&&console.warn("Deprecation warning: "+e)}function L(e,t){var n=!0;return h((function(){if(null!=r.deprecationHandler&&r.deprecationHandler(null,e),n){for(var i,o=[],s=0;s<arguments.length;s++){if(i="","object"==typeof arguments[s]){for(var a in i+="\n["+s+"] ",arguments[0])i+=a+": "+arguments[0][a]+", ";i=i.slice(0,-2)}else i=arguments[s];o.push(i)}A(e+"\nArguments: "+Array.prototype.slice.call(o).join("")+"\n"+(new Error).stack),n=!1}return t.apply(this,arguments)}),t)}var T,D={};function S(e,t){null!=r.deprecationHandler&&r.deprecationHandler(e,t),D[e]||(A(t),D[e]=!0)}function E(e){return e instanceof Function||"[object Function]"===Object.prototype.toString.call(e)}function Y(e,t){var n,i=h({},e);for(n in t)d(t,n)&&(s(e[n])&&s(t[n])?(i[n]={},h(i[n],e[n]),h(i[n],t[n])):null!=t[n]?i[n]=t[n]:delete i[n]);for(n in e)d(e,n)&&!d(t,n)&&s(e[n])&&(i[n]=h({},i[n]));return i}function C(e){null!=e&&this.set(e)}r.suppressDeprecationWarnings=!1,r.deprecationHandler=null,T=Object.keys?Object.keys:function(e){var t,n=[];for(t in e)d(e,t)&&n.push(t);return n};var O={};function P(e,t){var n=e.toLowerCase();O[n]=O[n+"s"]=O[t]=e}function I(e){return"string"==typeof e?O[e]||O[e.toLowerCase()]:void 0}function H(e){var t,n,i={};for(n in e)d(e,n)&&(t=I(n))&&(i[t]=e[n]);return i}var j={};function N(e,t){j[e]=t}function R(e,t,n){var i=""+Math.abs(e),r=t-i.length;return(e>=0?n?"+":"":"-")+Math.pow(10,Math.max(0,r)).toString().substr(1)+i}var z=/(\[[^\[]*\])|(\\)?([Hh]mm(ss)?|Mo|MM?M?M?|Do|DDDo|DD?D?D?|ddd?d?|do?|w[o|w]?|W[o|W]?|Qo?|YYYYYY|YYYYY|YYYY|YY|gg(ggg?)?|GG(GGG?)?|e|E|a|A|hh?|HH?|kk?|mm?|ss?|S{1,9}|x|X|zz?|ZZ?|.)/g,F=/(\[[^\[]*\])|(\\)?(LTS|LT|LL?L?L?|l{1,4})/g,B={},W={};function U(e,t,n,i){var r=i;"string"==typeof i&&(r=function(){return this[i]()}),e&&(W[e]=r),t&&(W[t[0]]=function(){return R(r.apply(this,arguments),t[1],t[2])}),n&&(W[n]=function(){return this.localeData().ordinal(r.apply(this,arguments),e)})}function Q(e,t){return e.isValid()?(t=q(t,e.localeData()),B[t]=B[t]||function(e){var t,n,i,r=e.match(z);for(t=0,n=r.length;t<n;t++)W[r[t]]?r[t]=W[r[t]]:r[t]=(i=r[t]).match(/\[[\s\S]/)?i.replace(/^\[|\]$/g,""):i.replace(/\\/g,"");return function(t){var i,o="";for(i=0;i<n;i++)o+=E(r[i])?r[i].call(t,e):r[i];return o}}(t),B[t](e)):e.localeData().invalidDate()}function q(e,t){var n=5;function i(e){return t.longDateFormat(e)||e}for(F.lastIndex=0;n>=0&&F.test(e);)e=e.replace(F,i),F.lastIndex=0,n-=1;return e}var G=/\d/,V=/\d\d/,J=/\d{3}/,K=/\d{4}/,X=/[+-]?\d{6}/,Z=/\d\d?/,$=/\d\d\d\d?/,ee=/\d\d\d\d\d\d?/,te=/\d{1,3}/,ne=/\d{1,4}/,ie=/[+-]?\d{1,6}/,re=/\d+/,oe=/[+-]?\d+/,se=/Z|[+-]\d\d:?\d\d/gi,ae=/Z|[+-]\d\d(?::?\d\d)?/gi,le=/[0-9]{0,256}['a-z\u00A0-\u05FF\u0700-\uD7FF\uF900-\uFDCF\uFDF0-\uFF07\uFF10-\uFFEF]{1,256}|[\u0600-\u06FF\/]{1,256}(\s*?[\u0600-\u06FF]{1,256}){1,2}/i,ce={};function ue(e,t,n){ce[e]=E(t)?t:function(e,i){return e&&n?n:t}}function de(e,t){return d(ce,e)?ce[e](t._strict,t._locale):new RegExp(he(e.replace("\\","").replace(/\\(\[)|\\(\])|\[([^\]\[]*)\]|\\(.)/g,(function(e,t,n,i,r){return t||n||i||r}))))}function he(e){return e.replace(/[-\/\\^$*+?.()|[\]{}]/g,"\\$&")}var fe={};function pe(e,t){var n,i=t;for("string"==typeof e&&(e=[e]),l(t)&&(i=function(e,n){n[t]=k(e)}),n=0;n<e.length;n++)fe[e[n]]=i}function me(e,t){pe(e,(function(e,n,i,r){i._w=i._w||{},t(e,i._w,i,r)}))}function ge(e,t,n){null!=t&&d(fe,e)&&fe[e](t,n._a,n,e)}function ve(e){return _e(e)?366:365}function _e(e){return e%4==0&&e%100!=0||e%400==0}U("Y",0,0,(function(){var e=this.year();return e<=9999?""+e:"+"+e})),U(0,["YY",2],0,(function(){return this.year()%100})),U(0,["YYYY",4],0,"year"),U(0,["YYYYY",5],0,"year"),U(0,["YYYYYY",6,!0],0,"year"),P("year","y"),N("year",1),ue("Y",oe),ue("YY",Z,V),ue("YYYY",ne,K),ue("YYYYY",ie,X),ue("YYYYYY",ie,X),pe(["YYYYY","YYYYYY"],0),pe("YYYY",(function(e,t){t[0]=2===e.length?r.parseTwoDigitYear(e):k(e)})),pe("YY",(function(e,t){t[0]=r.parseTwoDigitYear(e)})),pe("Y",(function(e,t){t[0]=parseInt(e,10)})),r.parseTwoDigitYear=function(e){return k(e)+(k(e)>68?1900:2e3)};var ye,be=we("FullYear",!0);function we(e,t){return function(n){return null!=n?(ke(this,e,n),r.updateOffset(this,t),this):xe(this,e)}}function xe(e,t){return e.isValid()?e._d["get"+(e._isUTC?"UTC":"")+t]():NaN}function ke(e,t,n){e.isValid()&&!isNaN(n)&&("FullYear"===t&&_e(e.year())&&1===e.month()&&29===e.date()?e._d["set"+(e._isUTC?"UTC":"")+t](n,e.month(),Me(n,e.month())):e._d["set"+(e._isUTC?"UTC":"")+t](n))}function Me(e,t){if(isNaN(e)||isNaN(t))return NaN;var n=function(e,t){return(e%t+t)%t}(t,12);return e+=(t-n)/12,1===n?_e(e)?29:28:31-n%7%2}ye=Array.prototype.indexOf?Array.prototype.indexOf:function(e){var t;for(t=0;t<this.length;++t)if(this[t]===e)return t;return-1},U("M",["MM",2],"Mo",(function(){return this.month()+1})),U("MMM",0,0,(function(e){return this.localeData().monthsShort(this,e)})),U("MMMM",0,0,(function(e){return this.localeData().months(this,e)})),P("month","M"),N("month",8),ue("M",Z),ue("MM",Z,V),ue("MMM",(function(e,t){return t.monthsShortRegex(e)})),ue("MMMM",(function(e,t){return t.monthsRegex(e)})),pe(["M","MM"],(function(e,t){t[1]=k(e)-1})),pe(["MMM","MMMM"],(function(e,t,n,i){var r=n._locale.monthsParse(e,i,n._strict);null!=r?t[1]=r:p(n).invalidMonth=e}));var Ae=/D[oD]?(\[[^\[\]]*\]|\s)+MMMM?/,Le="January_February_March_April_May_June_July_August_September_October_November_December".split("_"),Te="Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec".split("_");function De(e,t,n){var i,r,o,s=e.toLocaleLowerCase();if(!this._monthsParse)for(this._monthsParse=[],this._longMonthsParse=[],this._shortMonthsParse=[],i=0;i<12;++i)o=f([2e3,i]),this._shortMonthsParse[i]=this.monthsShort(o,"").toLocaleLowerCase(),this._longMonthsParse[i]=this.months(o,"").toLocaleLowerCase();return n?"MMM"===t?-1!==(r=ye.call(this._shortMonthsParse,s))?r:null:-1!==(r=ye.call(this._longMonthsParse,s))?r:null:"MMM"===t?-1!==(r=ye.call(this._shortMonthsParse,s))||-1!==(r=ye.call(this._longMonthsParse,s))?r:null:-1!==(r=ye.call(this._longMonthsParse,s))||-1!==(r=ye.call(this._shortMonthsParse,s))?r:null}function Se(e,t){var n;if(!e.isValid())return e;if("string"==typeof t)if(/^\d+$/.test(t))t=k(t);else if(!l(t=e.localeData().monthsParse(t)))return e;return n=Math.min(e.date(),Me(e.year(),t)),e._d["set"+(e._isUTC?"UTC":"")+"Month"](t,n),e}function Ee(e){return null!=e?(Se(this,e),r.updateOffset(this,!0),this):xe(this,"Month")}var Ye=le,Ce=le;function Oe(){function e(e,t){return t.length-e.length}var t,n,i=[],r=[],o=[];for(t=0;t<12;t++)n=f([2e3,t]),i.push(this.monthsShort(n,"")),r.push(this.months(n,"")),o.push(this.months(n,"")),o.push(this.monthsShort(n,""));for(i.sort(e),r.sort(e),o.sort(e),t=0;t<12;t++)i[t]=he(i[t]),r[t]=he(r[t]);for(t=0;t<24;t++)o[t]=he(o[t]);this._monthsRegex=new RegExp("^("+o.join("|")+")","i"),this._monthsShortRegex=this._monthsRegex,this._monthsStrictRegex=new RegExp("^("+r.join("|")+")","i"),this._monthsShortStrictRegex=new RegExp("^("+i.join("|")+")","i")}function Pe(e,t,n,i,r,o,s){var a;return e<100&&e>=0?(a=new Date(e+400,t,n,i,r,o,s),isFinite(a.getFullYear())&&a.setFullYear(e)):a=new Date(e,t,n,i,r,o,s),a}function Ie(e){var t;if(e<100&&e>=0){var n=Array.prototype.slice.call(arguments);n[0]=e+400,t=new Date(Date.UTC.apply(null,n)),isFinite(t.getUTCFullYear())&&t.setUTCFullYear(e)}else t=new Date(Date.UTC.apply(null,arguments));return t}function He(e,t,n){var i=7+t-n;return-(7+Ie(e,0,i).getUTCDay()-t)%7+i-1}function je(e,t,n,i,r){var o,s,a=1+7*(t-1)+(7+n-i)%7+He(e,i,r);return a<=0?s=ve(o=e-1)+a:a>ve(e)?(o=e+1,s=a-ve(e)):(o=e,s=a),{year:o,dayOfYear:s}}function Ne(e,t,n){var i,r,o=He(e.year(),t,n),s=Math.floor((e.dayOfYear()-o-1)/7)+1;return s<1?i=s+Re(r=e.year()-1,t,n):s>Re(e.year(),t,n)?(i=s-Re(e.year(),t,n),r=e.year()+1):(r=e.year(),i=s),{week:i,year:r}}function Re(e,t,n){var i=He(e,t,n),r=He(e+1,t,n);return(ve(e)-i+r)/7}function ze(e,t){return e.slice(t,7).concat(e.slice(0,t))}U("w",["ww",2],"wo","week"),U("W",["WW",2],"Wo","isoWeek"),P("week","w"),P("isoWeek","W"),N("week",5),N("isoWeek",5),ue("w",Z),ue("ww",Z,V),ue("W",Z),ue("WW",Z,V),me(["w","ww","W","WW"],(function(e,t,n,i){t[i.substr(0,1)]=k(e)})),U("d",0,"do","day"),U("dd",0,0,(function(e){return this.localeData().weekdaysMin(this,e)})),U("ddd",0,0,(function(e){return this.localeData().weekdaysShort(this,e)})),U("dddd",0,0,(function(e){return this.localeData().weekdays(this,e)})),U("e",0,0,"weekday"),U("E",0,0,"isoWeekday"),P("day","d"),P("weekday","e"),P("isoWeekday","E"),N("day",11),N("weekday",11),N("isoWeekday",11),ue("d",Z),ue("e",Z),ue("E",Z),ue("dd",(function(e,t){return t.weekdaysMinRegex(e)})),ue("ddd",(function(e,t){return t.weekdaysShortRegex(e)})),ue("dddd",(function(e,t){return t.weekdaysRegex(e)})),me(["dd","ddd","dddd"],(function(e,t,n,i){var r=n._locale.weekdaysParse(e,i,n._strict);null!=r?t.d=r:p(n).invalidWeekday=e})),me(["d","e","E"],(function(e,t,n,i){t[i]=k(e)}));var Fe="Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),Be="Sun_Mon_Tue_Wed_Thu_Fri_Sat".split("_"),We="Su_Mo_Tu_We_Th_Fr_Sa".split("_");function Ue(e,t,n){var i,r,o,s=e.toLocaleLowerCase();if(!this._weekdaysParse)for(this._weekdaysParse=[],this._shortWeekdaysParse=[],this._minWeekdaysParse=[],i=0;i<7;++i)o=f([2e3,1]).day(i),this._minWeekdaysParse[i]=this.weekdaysMin(o,"").toLocaleLowerCase(),this._shortWeekdaysParse[i]=this.weekdaysShort(o,"").toLocaleLowerCase(),this._weekdaysParse[i]=this.weekdays(o,"").toLocaleLowerCase();return n?"dddd"===t?-1!==(r=ye.call(this._weekdaysParse,s))?r:null:"ddd"===t?-1!==(r=ye.call(this._shortWeekdaysParse,s))?r:null:-1!==(r=ye.call(this._minWeekdaysParse,s))?r:null:"dddd"===t?-1!==(r=ye.call(this._weekdaysParse,s))||-1!==(r=ye.call(this._shortWeekdaysParse,s))||-1!==(r=ye.call(this._minWeekdaysParse,s))?r:null:"ddd"===t?-1!==(r=ye.call(this._shortWeekdaysParse,s))||-1!==(r=ye.call(this._weekdaysParse,s))||-1!==(r=ye.call(this._minWeekdaysParse,s))?r:null:-1!==(r=ye.call(this._minWeekdaysParse,s))||-1!==(r=ye.call(this._weekdaysParse,s))||-1!==(r=ye.call(this._shortWeekdaysParse,s))?r:null}var Qe=le,qe=le,Ge=le;function Ve(){function e(e,t){return t.length-e.length}var t,n,i,r,o,s=[],a=[],l=[],c=[];for(t=0;t<7;t++)n=f([2e3,1]).day(t),i=this.weekdaysMin(n,""),r=this.weekdaysShort(n,""),o=this.weekdays(n,""),s.push(i),a.push(r),l.push(o),c.push(i),c.push(r),c.push(o);for(s.sort(e),a.sort(e),l.sort(e),c.sort(e),t=0;t<7;t++)a[t]=he(a[t]),l[t]=he(l[t]),c[t]=he(c[t]);this._weekdaysRegex=new RegExp("^("+c.join("|")+")","i"),this._weekdaysShortRegex=this._weekdaysRegex,this._weekdaysMinRegex=this._weekdaysRegex,this._weekdaysStrictRegex=new RegExp("^("+l.join("|")+")","i"),this._weekdaysShortStrictRegex=new RegExp("^("+a.join("|")+")","i"),this._weekdaysMinStrictRegex=new RegExp("^("+s.join("|")+")","i")}function Je(){return this.hours()%12||12}function Ke(e,t){U(e,0,0,(function(){return this.localeData().meridiem(this.hours(),this.minutes(),t)}))}function Xe(e,t){return t._meridiemParse}U("H",["HH",2],0,"hour"),U("h",["hh",2],0,Je),U("k",["kk",2],0,(function(){return this.hours()||24})),U("hmm",0,0,(function(){return""+Je.apply(this)+R(this.minutes(),2)})),U("hmmss",0,0,(function(){return""+Je.apply(this)+R(this.minutes(),2)+R(this.seconds(),2)})),U("Hmm",0,0,(function(){return""+this.hours()+R(this.minutes(),2)})),U("Hmmss",0,0,(function(){return""+this.hours()+R(this.minutes(),2)+R(this.seconds(),2)})),Ke("a",!0),Ke("A",!1),P("hour","h"),N("hour",13),ue("a",Xe),ue("A",Xe),ue("H",Z),ue("h",Z),ue("k",Z),ue("HH",Z,V),ue("hh",Z,V),ue("kk",Z,V),ue("hmm",$),ue("hmmss",ee),ue("Hmm",$),ue("Hmmss",ee),pe(["H","HH"],3),pe(["k","kk"],(function(e,t,n){var i=k(e);t[3]=24===i?0:i})),pe(["a","A"],(function(e,t,n){n._isPm=n._locale.isPM(e),n._meridiem=e})),pe(["h","hh"],(function(e,t,n){t[3]=k(e),p(n).bigHour=!0})),pe("hmm",(function(e,t,n){var i=e.length-2;t[3]=k(e.substr(0,i)),t[4]=k(e.substr(i)),p(n).bigHour=!0})),pe("hmmss",(function(e,t,n){var i=e.length-4,r=e.length-2;t[3]=k(e.substr(0,i)),t[4]=k(e.substr(i,2)),t[5]=k(e.substr(r)),p(n).bigHour=!0})),pe("Hmm",(function(e,t,n){var i=e.length-2;t[3]=k(e.substr(0,i)),t[4]=k(e.substr(i))})),pe("Hmmss",(function(e,t,n){var i=e.length-4,r=e.length-2;t[3]=k(e.substr(0,i)),t[4]=k(e.substr(i,2)),t[5]=k(e.substr(r))}));var Ze,$e=we("Hours",!0),et={calendar:{sameDay:"[Today at] LT",nextDay:"[Tomorrow at] LT",nextWeek:"dddd [at] LT",lastDay:"[Yesterday at] LT",lastWeek:"[Last] dddd [at] LT",sameElse:"L"},longDateFormat:{LTS:"h:mm:ss A",LT:"h:mm A",L:"MM/DD/YYYY",LL:"MMMM D, YYYY",LLL:"MMMM D, YYYY h:mm A",LLLL:"dddd, MMMM D, YYYY h:mm A"},invalidDate:"Invalid date",ordinal:"%d",dayOfMonthOrdinalParse:/\d{1,2}/,relativeTime:{future:"in %s",past:"%s ago",s:"a few seconds",ss:"%d seconds",m:"a minute",mm:"%d minutes",h:"an hour",hh:"%d hours",d:"a day",dd:"%d days",M:"a month",MM:"%d months",y:"a year",yy:"%d years"},months:Le,monthsShort:Te,week:{dow:0,doy:6},weekdays:Fe,weekdaysMin:We,weekdaysShort:Be,meridiemParse:/[ap]\.?m?\.?/i},tt={},nt={};function it(e){return e?e.toLowerCase().replace("_","-"):e}function rt(t){var i=null;if(!tt[t]&&void 0!==e&&e&&e.exports)try{i=Ze._abbr,n(596)("./"+t),ot(i)}catch(e){}return tt[t]}function ot(e,t){var n;return e&&((n=a(t)?at(e):st(e,t))?Ze=n:"undefined"!=typeof console&&console.warn&&console.warn("Locale "+e+" not found. Did you forget to load it?")),Ze._abbr}function st(e,t){if(null!==t){var n,i=et;if(t.abbr=e,null!=tt[e])S("defineLocaleOverride","use moment.updateLocale(localeName, config) to change an existing locale. moment.defineLocale(localeName, config) should only be used for creating a new locale See http://momentjs.com/guides/#/warnings/define-locale/ for more info."),i=tt[e]._config;else if(null!=t.parentLocale)if(null!=tt[t.parentLocale])i=tt[t.parentLocale]._config;else{if(null==(n=rt(t.parentLocale)))return nt[t.parentLocale]||(nt[t.parentLocale]=[]),nt[t.parentLocale].push({name:e,config:t}),null;i=n._config}return tt[e]=new C(Y(i,t)),nt[e]&&nt[e].forEach((function(e){st(e.name,e.config)})),ot(e),tt[e]}return delete tt[e],null}function at(e){var t;if(e&&e._locale&&e._locale._abbr&&(e=e._locale._abbr),!e)return Ze;if(!o(e)){if(t=rt(e))return t;e=[e]}return function(e){for(var t,n,i,r,o=0;o<e.length;){for(t=(r=it(e[o]).split("-")).length,n=(n=it(e[o+1]))?n.split("-"):null;t>0;){if(i=rt(r.slice(0,t).join("-")))return i;if(n&&n.length>=t&&M(r,n,!0)>=t-1)break;t--}o++}return Ze}(e)}function lt(e){var t,n=e._a;return n&&-2===p(e).overflow&&(t=n[1]<0||n[1]>11?1:n[2]<1||n[2]>Me(n[0],n[1])?2:n[3]<0||n[3]>24||24===n[3]&&(0!==n[4]||0!==n[5]||0!==n[6])?3:n[4]<0||n[4]>59?4:n[5]<0||n[5]>59?5:n[6]<0||n[6]>999?6:-1,p(e)._overflowDayOfYear&&(t<0||t>2)&&(t=2),p(e)._overflowWeeks&&-1===t&&(t=7),p(e)._overflowWeekday&&-1===t&&(t=8),p(e).overflow=t),e}function ct(e,t,n){return null!=e?e:null!=t?t:n}function ut(e){var t,n,i,o,s,a=[];if(!e._d){for(i=function(e){var t=new Date(r.now());return e._useUTC?[t.getUTCFullYear(),t.getUTCMonth(),t.getUTCDate()]:[t.getFullYear(),t.getMonth(),t.getDate()]}(e),e._w&&null==e._a[2]&&null==e._a[1]&&function(e){var t,n,i,r,o,s,a,l;if(null!=(t=e._w).GG||null!=t.W||null!=t.E)o=1,s=4,n=ct(t.GG,e._a[0],Ne(At(),1,4).year),i=ct(t.W,1),((r=ct(t.E,1))<1||r>7)&&(l=!0);else{o=e._locale._week.dow,s=e._locale._week.doy;var c=Ne(At(),o,s);n=ct(t.gg,e._a[0],c.year),i=ct(t.w,c.week),null!=t.d?((r=t.d)<0||r>6)&&(l=!0):null!=t.e?(r=t.e+o,(t.e<0||t.e>6)&&(l=!0)):r=o}i<1||i>Re(n,o,s)?p(e)._overflowWeeks=!0:null!=l?p(e)._overflowWeekday=!0:(a=je(n,i,r,o,s),e._a[0]=a.year,e._dayOfYear=a.dayOfYear)}(e),null!=e._dayOfYear&&(s=ct(e._a[0],i[0]),(e._dayOfYear>ve(s)||0===e._dayOfYear)&&(p(e)._overflowDayOfYear=!0),n=Ie(s,0,e._dayOfYear),e._a[1]=n.getUTCMonth(),e._a[2]=n.getUTCDate()),t=0;t<3&&null==e._a[t];++t)e._a[t]=a[t]=i[t];for(;t<7;t++)e._a[t]=a[t]=null==e._a[t]?2===t?1:0:e._a[t];24===e._a[3]&&0===e._a[4]&&0===e._a[5]&&0===e._a[6]&&(e._nextDay=!0,e._a[3]=0),e._d=(e._useUTC?Ie:Pe).apply(null,a),o=e._useUTC?e._d.getUTCDay():e._d.getDay(),null!=e._tzm&&e._d.setUTCMinutes(e._d.getUTCMinutes()-e._tzm),e._nextDay&&(e._a[3]=24),e._w&&void 0!==e._w.d&&e._w.d!==o&&(p(e).weekdayMismatch=!0)}}var dt=/^\s*((?:[+-]\d{6}|\d{4})-(?:\d\d-\d\d|W\d\d-\d|W\d\d|\d\d\d|\d\d))(?:(T| )(\d\d(?::\d\d(?::\d\d(?:[.,]\d+)?)?)?)([\+\-]\d\d(?::?\d\d)?|\s*Z)?)?$/,ht=/^\s*((?:[+-]\d{6}|\d{4})(?:\d\d\d\d|W\d\d\d|W\d\d|\d\d\d|\d\d))(?:(T| )(\d\d(?:\d\d(?:\d\d(?:[.,]\d+)?)?)?)([\+\-]\d\d(?::?\d\d)?|\s*Z)?)?$/,ft=/Z|[+-]\d\d(?::?\d\d)?/,pt=[["YYYYYY-MM-DD",/[+-]\d{6}-\d\d-\d\d/],["YYYY-MM-DD",/\d{4}-\d\d-\d\d/],["GGGG-[W]WW-E",/\d{4}-W\d\d-\d/],["GGGG-[W]WW",/\d{4}-W\d\d/,!1],["YYYY-DDD",/\d{4}-\d{3}/],["YYYY-MM",/\d{4}-\d\d/,!1],["YYYYYYMMDD",/[+-]\d{10}/],["YYYYMMDD",/\d{8}/],["GGGG[W]WWE",/\d{4}W\d{3}/],["GGGG[W]WW",/\d{4}W\d{2}/,!1],["YYYYDDD",/\d{7}/]],mt=[["HH:mm:ss.SSSS",/\d\d:\d\d:\d\d\.\d+/],["HH:mm:ss,SSSS",/\d\d:\d\d:\d\d,\d+/],["HH:mm:ss",/\d\d:\d\d:\d\d/],["HH:mm",/\d\d:\d\d/],["HHmmss.SSSS",/\d\d\d\d\d\d\.\d+/],["HHmmss,SSSS",/\d\d\d\d\d\d,\d+/],["HHmmss",/\d\d\d\d\d\d/],["HHmm",/\d\d\d\d/],["HH",/\d\d/]],gt=/^\/?Date\((\-?\d+)/i;function vt(e){var t,n,i,r,o,s,a=e._i,l=dt.exec(a)||ht.exec(a);if(l){for(p(e).iso=!0,t=0,n=pt.length;t<n;t++)if(pt[t][1].exec(l[1])){r=pt[t][0],i=!1!==pt[t][2];break}if(null==r)return void(e._isValid=!1);if(l[3]){for(t=0,n=mt.length;t<n;t++)if(mt[t][1].exec(l[3])){o=(l[2]||" ")+mt[t][0];break}if(null==o)return void(e._isValid=!1)}if(!i&&null!=o)return void(e._isValid=!1);if(l[4]){if(!ft.exec(l[4]))return void(e._isValid=!1);s="Z"}e._f=r+(o||"")+(s||""),xt(e)}else e._isValid=!1}var _t=/^(?:(Mon|Tue|Wed|Thu|Fri|Sat|Sun),?\s)?(\d{1,2})\s(Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec)\s(\d{2,4})\s(\d\d):(\d\d)(?::(\d\d))?\s(?:(UT|GMT|[ECMP][SD]T)|([Zz])|([+-]\d{4}))$/;function yt(e){var t=parseInt(e,10);return t<=49?2e3+t:t<=999?1900+t:t}var bt={UT:0,GMT:0,EDT:-240,EST:-300,CDT:-300,CST:-360,MDT:-360,MST:-420,PDT:-420,PST:-480};function wt(e){var t,n,i,r,o,s,a,l=_t.exec(e._i.replace(/\([^)]*\)|[\n\t]/g," ").replace(/(\s\s+)/g," ").replace(/^\s\s*/,"").replace(/\s\s*$/,""));if(l){var c=(t=l[4],n=l[3],i=l[2],r=l[5],o=l[6],s=l[7],a=[yt(t),Te.indexOf(n),parseInt(i,10),parseInt(r,10),parseInt(o,10)],s&&a.push(parseInt(s,10)),a);if(!function(e,t,n){return!e||Be.indexOf(e)===new Date(t[0],t[1],t[2]).getDay()||(p(n).weekdayMismatch=!0,n._isValid=!1,!1)}(l[1],c,e))return;e._a=c,e._tzm=function(e,t,n){if(e)return bt[e];if(t)return 0;var i=parseInt(n,10),r=i%100;return(i-r)/100*60+r}(l[8],l[9],l[10]),e._d=Ie.apply(null,e._a),e._d.setUTCMinutes(e._d.getUTCMinutes()-e._tzm),p(e).rfc2822=!0}else e._isValid=!1}function xt(e){if(e._f!==r.ISO_8601)if(e._f!==r.RFC_2822){e._a=[],p(e).empty=!0;var t,n,i,o,s,a=""+e._i,l=a.length,c=0;for(i=q(e._f,e._locale).match(z)||[],t=0;t<i.length;t++)o=i[t],(n=(a.match(de(o,e))||[])[0])&&((s=a.substr(0,a.indexOf(n))).length>0&&p(e).unusedInput.push(s),a=a.slice(a.indexOf(n)+n.length),c+=n.length),W[o]?(n?p(e).empty=!1:p(e).unusedTokens.push(o),ge(o,n,e)):e._strict&&!n&&p(e).unusedTokens.push(o);p(e).charsLeftOver=l-c,a.length>0&&p(e).unusedInput.push(a),e._a[3]<=12&&!0===p(e).bigHour&&e._a[3]>0&&(p(e).bigHour=void 0),p(e).parsedDateParts=e._a.slice(0),p(e).meridiem=e._meridiem,e._a[3]=function(e,t,n){var i;return null==n?t:null!=e.meridiemHour?e.meridiemHour(t,n):null!=e.isPM?((i=e.isPM(n))&&t<12&&(t+=12),i||12!==t||(t=0),t):t}(e._locale,e._a[3],e._meridiem),ut(e),lt(e)}else wt(e);else vt(e)}function kt(e){var t=e._i,n=e._f;return e._locale=e._locale||at(e._l),null===t||void 0===n&&""===t?g({nullInput:!0}):("string"==typeof t&&(e._i=t=e._locale.preparse(t)),w(t)?new b(lt(t)):(c(t)?e._d=t:o(n)?function(e){var t,n,i,r,o;if(0===e._f.length)return p(e).invalidFormat=!0,void(e._d=new Date(NaN));for(r=0;r<e._f.length;r++)o=0,t=_({},e),null!=e._useUTC&&(t._useUTC=e._useUTC),t._f=e._f[r],xt(t),m(t)&&(o+=p(t).charsLeftOver,o+=10*p(t).unusedTokens.length,p(t).score=o,(null==i||o<i)&&(i=o,n=t));h(e,n||t)}(e):n?xt(e):function(e){var t=e._i;a(t)?e._d=new Date(r.now()):c(t)?e._d=new Date(t.valueOf()):"string"==typeof t?function(e){var t=gt.exec(e._i);null===t?(vt(e),!1===e._isValid&&(delete e._isValid,wt(e),!1===e._isValid&&(delete e._isValid,r.createFromInputFallback(e)))):e._d=new Date(+t[1])}(e):o(t)?(e._a=u(t.slice(0),(function(e){return parseInt(e,10)})),ut(e)):s(t)?function(e){if(!e._d){var t=H(e._i);e._a=u([t.year,t.month,t.day||t.date,t.hour,t.minute,t.second,t.millisecond],(function(e){return e&&parseInt(e,10)})),ut(e)}}(e):l(t)?e._d=new Date(t):r.createFromInputFallback(e)}(e),m(e)||(e._d=null),e))}function Mt(e,t,n,i,r){var a,l={};return!0!==n&&!1!==n||(i=n,n=void 0),(s(e)&&function(e){if(Object.getOwnPropertyNames)return 0===Object.getOwnPropertyNames(e).length;var t;for(t in e)if(e.hasOwnProperty(t))return!1;return!0}(e)||o(e)&&0===e.length)&&(e=void 0),l._isAMomentObject=!0,l._useUTC=l._isUTC=r,l._l=n,l._i=e,l._f=t,l._strict=i,(a=new b(lt(kt(l))))._nextDay&&(a.add(1,"d"),a._nextDay=void 0),a}function At(e,t,n,i){return Mt(e,t,n,i,!1)}r.createFromInputFallback=L("value provided is not in a recognized RFC2822 or ISO format. moment construction falls back to js Date(), which is not reliable across all browsers and versions. Non RFC2822/ISO date formats are discouraged and will be removed in an upcoming major release. Please refer to http://momentjs.com/guides/#/warnings/js-date/ for more info.",(function(e){e._d=new Date(e._i+(e._useUTC?" UTC":""))})),r.ISO_8601=function(){},r.RFC_2822=function(){};var Lt=L("moment().min is deprecated, use moment.max instead. http://momentjs.com/guides/#/warnings/min-max/",(function(){var e=At.apply(null,arguments);return this.isValid()&&e.isValid()?e<this?this:e:g()})),Tt=L("moment().max is deprecated, use moment.min instead. http://momentjs.com/guides/#/warnings/min-max/",(function(){var e=At.apply(null,arguments);return this.isValid()&&e.isValid()?e>this?this:e:g()}));function Dt(e,t){var n,i;if(1===t.length&&o(t[0])&&(t=t[0]),!t.length)return At();for(n=t[0],i=1;i<t.length;++i)t[i].isValid()&&!t[i][e](n)||(n=t[i]);return n}var St=["year","quarter","month","week","day","hour","minute","second","millisecond"];function Et(e){var t=H(e),n=t.year||0,i=t.quarter||0,r=t.month||0,o=t.week||t.isoWeek||0,s=t.day||0,a=t.hour||0,l=t.minute||0,c=t.second||0,u=t.millisecond||0;this._isValid=function(e){for(var t in e)if(-1===ye.call(St,t)||null!=e[t]&&isNaN(e[t]))return!1;for(var n=!1,i=0;i<St.length;++i)if(e[St[i]]){if(n)return!1;parseFloat(e[St[i]])!==k(e[St[i]])&&(n=!0)}return!0}(t),this._milliseconds=+u+1e3*c+6e4*l+1e3*a*60*60,this._days=+s+7*o,this._months=+r+3*i+12*n,this._data={},this._locale=at(),this._bubble()}function Yt(e){return e instanceof Et}function Ct(e){return e<0?-1*Math.round(-1*e):Math.round(e)}function Ot(e,t){U(e,0,0,(function(){var e=this.utcOffset(),n="+";return e<0&&(e=-e,n="-"),n+R(~~(e/60),2)+t+R(~~e%60,2)}))}Ot("Z",":"),Ot("ZZ",""),ue("Z",ae),ue("ZZ",ae),pe(["Z","ZZ"],(function(e,t,n){n._useUTC=!0,n._tzm=It(ae,e)}));var Pt=/([\+\-]|\d\d)/gi;function It(e,t){var n=(t||"").match(e);if(null===n)return null;var i=((n[n.length-1]||[])+"").match(Pt)||["-",0,0],r=60*i[1]+k(i[2]);return 0===r?0:"+"===i[0]?r:-r}function Ht(e,t){var n,i;return t._isUTC?(n=t.clone(),i=(w(e)||c(e)?e.valueOf():At(e).valueOf())-n.valueOf(),n._d.setTime(n._d.valueOf()+i),r.updateOffset(n,!1),n):At(e).local()}function jt(e){return 15*-Math.round(e._d.getTimezoneOffset()/15)}function Nt(){return!!this.isValid()&&this._isUTC&&0===this._offset}r.updateOffset=function(){};var Rt=/^(\-|\+)?(?:(\d*)[. ])?(\d+)\:(\d+)(?:\:(\d+)(\.\d*)?)?$/,zt=/^(-|\+)?P(?:([-+]?[0-9,.]*)Y)?(?:([-+]?[0-9,.]*)M)?(?:([-+]?[0-9,.]*)W)?(?:([-+]?[0-9,.]*)D)?(?:T(?:([-+]?[0-9,.]*)H)?(?:([-+]?[0-9,.]*)M)?(?:([-+]?[0-9,.]*)S)?)?$/;function Ft(e,t){var n,i,r,o,s,a,c=e,u=null;return Yt(e)?c={ms:e._milliseconds,d:e._days,M:e._months}:l(e)?(c={},t?c[t]=e:c.milliseconds=e):(u=Rt.exec(e))?(n="-"===u[1]?-1:1,c={y:0,d:k(u[2])*n,h:k(u[3])*n,m:k(u[4])*n,s:k(u[5])*n,ms:k(Ct(1e3*u[6]))*n}):(u=zt.exec(e))?(n="-"===u[1]?-1:1,c={y:Bt(u[2],n),M:Bt(u[3],n),w:Bt(u[4],n),d:Bt(u[5],n),h:Bt(u[6],n),m:Bt(u[7],n),s:Bt(u[8],n)}):null==c?c={}:"object"==typeof c&&("from"in c||"to"in c)&&(o=At(c.from),s=At(c.to),r=o.isValid()&&s.isValid()?(s=Ht(s,o),o.isBefore(s)?a=Wt(o,s):((a=Wt(s,o)).milliseconds=-a.milliseconds,a.months=-a.months),a):{milliseconds:0,months:0},(c={}).ms=r.milliseconds,c.M=r.months),i=new Et(c),Yt(e)&&d(e,"_locale")&&(i._locale=e._locale),i}function Bt(e,t){var n=e&&parseFloat(e.replace(",","."));return(isNaN(n)?0:n)*t}function Wt(e,t){var n={};return n.months=t.month()-e.month()+12*(t.year()-e.year()),e.clone().add(n.months,"M").isAfter(t)&&--n.months,n.milliseconds=+t-+e.clone().add(n.months,"M"),n}function Ut(e,t){return function(n,i){var r;return null===i||isNaN(+i)||(S(t,"moment()."+t+"(period, number) is deprecated. Please use moment()."+t+"(number, period). See http://momentjs.com/guides/#/warnings/add-inverted-param/ for more info."),r=n,n=i,i=r),Qt(this,Ft(n="string"==typeof n?+n:n,i),e),this}}function Qt(e,t,n,i){var o=t._milliseconds,s=Ct(t._days),a=Ct(t._months);e.isValid()&&(i=null==i||i,a&&Se(e,xe(e,"Month")+a*n),s&&ke(e,"Date",xe(e,"Date")+s*n),o&&e._d.setTime(e._d.valueOf()+o*n),i&&r.updateOffset(e,s||a))}Ft.fn=Et.prototype,Ft.invalid=function(){return Ft(NaN)};var qt=Ut(1,"add"),Gt=Ut(-1,"subtract");function Vt(e,t){var n=12*(t.year()-e.year())+(t.month()-e.month()),i=e.clone().add(n,"months");return-(n+(t-i<0?(t-i)/(i-e.clone().add(n-1,"months")):(t-i)/(e.clone().add(n+1,"months")-i)))||0}function Jt(e){var t;return void 0===e?this._locale._abbr:(null!=(t=at(e))&&(this._locale=t),this)}r.defaultFormat="YYYY-MM-DDTHH:mm:ssZ",r.defaultFormatUtc="YYYY-MM-DDTHH:mm:ss[Z]";var Kt=L("moment().lang() is deprecated. Instead, use moment().localeData() to get the language configuration. Use moment().locale() to change languages.",(function(e){return void 0===e?this.localeData():this.locale(e)}));function Xt(){return this._locale}function Zt(e,t){return(e%t+t)%t}function $t(e,t,n){return e<100&&e>=0?new Date(e+400,t,n)-126227808e5:new Date(e,t,n).valueOf()}function en(e,t,n){return e<100&&e>=0?Date.UTC(e+400,t,n)-126227808e5:Date.UTC(e,t,n)}function tn(e,t){U(0,[e,e.length],0,t)}function nn(e,t,n,i,r){var o;return null==e?Ne(this,i,r).year:(t>(o=Re(e,i,r))&&(t=o),rn.call(this,e,t,n,i,r))}function rn(e,t,n,i,r){var o=je(e,t,n,i,r),s=Ie(o.year,0,o.dayOfYear);return this.year(s.getUTCFullYear()),this.month(s.getUTCMonth()),this.date(s.getUTCDate()),this}U(0,["gg",2],0,(function(){return this.weekYear()%100})),U(0,["GG",2],0,(function(){return this.isoWeekYear()%100})),tn("gggg","weekYear"),tn("ggggg","weekYear"),tn("GGGG","isoWeekYear"),tn("GGGGG","isoWeekYear"),P("weekYear","gg"),P("isoWeekYear","GG"),N("weekYear",1),N("isoWeekYear",1),ue("G",oe),ue("g",oe),ue("GG",Z,V),ue("gg",Z,V),ue("GGGG",ne,K),ue("gggg",ne,K),ue("GGGGG",ie,X),ue("ggggg",ie,X),me(["gggg","ggggg","GGGG","GGGGG"],(function(e,t,n,i){t[i.substr(0,2)]=k(e)})),me(["gg","GG"],(function(e,t,n,i){t[i]=r.parseTwoDigitYear(e)})),U("Q",0,"Qo","quarter"),P("quarter","Q"),N("quarter",7),ue("Q",G),pe("Q",(function(e,t){t[1]=3*(k(e)-1)})),U("D",["DD",2],"Do","date"),P("date","D"),N("date",9),ue("D",Z),ue("DD",Z,V),ue("Do",(function(e,t){return e?t._dayOfMonthOrdinalParse||t._ordinalParse:t._dayOfMonthOrdinalParseLenient})),pe(["D","DD"],2),pe("Do",(function(e,t){t[2]=k(e.match(Z)[0])}));var on=we("Date",!0);U("DDD",["DDDD",3],"DDDo","dayOfYear"),P("dayOfYear","DDD"),N("dayOfYear",4),ue("DDD",te),ue("DDDD",J),pe(["DDD","DDDD"],(function(e,t,n){n._dayOfYear=k(e)})),U("m",["mm",2],0,"minute"),P("minute","m"),N("minute",14),ue("m",Z),ue("mm",Z,V),pe(["m","mm"],4);var sn=we("Minutes",!1);U("s",["ss",2],0,"second"),P("second","s"),N("second",15),ue("s",Z),ue("ss",Z,V),pe(["s","ss"],5);var an,ln=we("Seconds",!1);for(U("S",0,0,(function(){return~~(this.millisecond()/100)})),U(0,["SS",2],0,(function(){return~~(this.millisecond()/10)})),U(0,["SSS",3],0,"millisecond"),U(0,["SSSS",4],0,(function(){return 10*this.millisecond()})),U(0,["SSSSS",5],0,(function(){return 100*this.millisecond()})),U(0,["SSSSSS",6],0,(function(){return 1e3*this.millisecond()})),U(0,["SSSSSSS",7],0,(function(){return 1e4*this.millisecond()})),U(0,["SSSSSSSS",8],0,(function(){return 1e5*this.millisecond()})),U(0,["SSSSSSSSS",9],0,(function(){return 1e6*this.millisecond()})),P("millisecond","ms"),N("millisecond",16),ue("S",te,G),ue("SS",te,V),ue("SSS",te,J),an="SSSS";an.length<=9;an+="S")ue(an,re);function cn(e,t){t[6]=k(1e3*("0."+e))}for(an="S";an.length<=9;an+="S")pe(an,cn);var un=we("Milliseconds",!1);U("z",0,0,"zoneAbbr"),U("zz",0,0,"zoneName");var dn=b.prototype;function hn(e){return e}dn.add=qt,dn.calendar=function(e,t){var n=e||At(),i=Ht(n,this).startOf("day"),o=r.calendarFormat(this,i)||"sameElse",s=t&&(E(t[o])?t[o].call(this,n):t[o]);return this.format(s||this.localeData().calendar(o,this,At(n)))},dn.clone=function(){return new b(this)},dn.diff=function(e,t,n){var i,r,o;if(!this.isValid())return NaN;if(!(i=Ht(e,this)).isValid())return NaN;switch(r=6e4*(i.utcOffset()-this.utcOffset()),t=I(t)){case"year":o=Vt(this,i)/12;break;case"month":o=Vt(this,i);break;case"quarter":o=Vt(this,i)/3;break;case"second":o=(this-i)/1e3;break;case"minute":o=(this-i)/6e4;break;case"hour":o=(this-i)/36e5;break;case"day":o=(this-i-r)/864e5;break;case"week":o=(this-i-r)/6048e5;break;default:o=this-i}return n?o:x(o)},dn.endOf=function(e){var t;if(void 0===(e=I(e))||"millisecond"===e||!this.isValid())return this;var n=this._isUTC?en:$t;switch(e){case"year":t=n(this.year()+1,0,1)-1;break;case"quarter":t=n(this.year(),this.month()-this.month()%3+3,1)-1;break;case"month":t=n(this.year(),this.month()+1,1)-1;break;case"week":t=n(this.year(),this.month(),this.date()-this.weekday()+7)-1;break;case"isoWeek":t=n(this.year(),this.month(),this.date()-(this.isoWeekday()-1)+7)-1;break;case"day":case"date":t=n(this.year(),this.month(),this.date()+1)-1;break;case"hour":t=this._d.valueOf(),t+=36e5-Zt(t+(this._isUTC?0:6e4*this.utcOffset()),36e5)-1;break;case"minute":t=this._d.valueOf(),t+=6e4-Zt(t,6e4)-1;break;case"second":t=this._d.valueOf(),t+=1e3-Zt(t,1e3)-1}return this._d.setTime(t),r.updateOffset(this,!0),this},dn.format=function(e){e||(e=this.isUtc()?r.defaultFormatUtc:r.defaultFormat);var t=Q(this,e);return this.localeData().postformat(t)},dn.from=function(e,t){return this.isValid()&&(w(e)&&e.isValid()||At(e).isValid())?Ft({to:this,from:e}).locale(this.locale()).humanize(!t):this.localeData().invalidDate()},dn.fromNow=function(e){return this.from(At(),e)},dn.to=function(e,t){return this.isValid()&&(w(e)&&e.isValid()||At(e).isValid())?Ft({from:this,to:e}).locale(this.locale()).humanize(!t):this.localeData().invalidDate()},dn.toNow=function(e){return this.to(At(),e)},dn.get=function(e){return E(this[e=I(e)])?this[e]():this},dn.invalidAt=function(){return p(this).overflow},dn.isAfter=function(e,t){var n=w(e)?e:At(e);return!(!this.isValid()||!n.isValid())&&("millisecond"===(t=I(t)||"millisecond")?this.valueOf()>n.valueOf():n.valueOf()<this.clone().startOf(t).valueOf())},dn.isBefore=function(e,t){var n=w(e)?e:At(e);return!(!this.isValid()||!n.isValid())&&("millisecond"===(t=I(t)||"millisecond")?this.valueOf()<n.valueOf():this.clone().endOf(t).valueOf()<n.valueOf())},dn.isBetween=function(e,t,n,i){var r=w(e)?e:At(e),o=w(t)?t:At(t);return!!(this.isValid()&&r.isValid()&&o.isValid())&&("("===(i=i||"()")[0]?this.isAfter(r,n):!this.isBefore(r,n))&&(")"===i[1]?this.isBefore(o,n):!this.isAfter(o,n))},dn.isSame=function(e,t){var n,i=w(e)?e:At(e);return!(!this.isValid()||!i.isValid())&&("millisecond"===(t=I(t)||"millisecond")?this.valueOf()===i.valueOf():(n=i.valueOf(),this.clone().startOf(t).valueOf()<=n&&n<=this.clone().endOf(t).valueOf()))},dn.isSameOrAfter=function(e,t){return this.isSame(e,t)||this.isAfter(e,t)},dn.isSameOrBefore=function(e,t){return this.isSame(e,t)||this.isBefore(e,t)},dn.isValid=function(){return m(this)},dn.lang=Kt,dn.locale=Jt,dn.localeData=Xt,dn.max=Tt,dn.min=Lt,dn.parsingFlags=function(){return h({},p(this))},dn.set=function(e,t){if("object"==typeof e)for(var n=function(e){var t=[];for(var n in e)t.push({unit:n,priority:j[n]});return t.sort((function(e,t){return e.priority-t.priority})),t}(e=H(e)),i=0;i<n.length;i++)this[n[i].unit](e[n[i].unit]);else if(E(this[e=I(e)]))return this[e](t);return this},dn.startOf=function(e){var t;if(void 0===(e=I(e))||"millisecond"===e||!this.isValid())return this;var n=this._isUTC?en:$t;switch(e){case"year":t=n(this.year(),0,1);break;case"quarter":t=n(this.year(),this.month()-this.month()%3,1);break;case"month":t=n(this.year(),this.month(),1);break;case"week":t=n(this.year(),this.month(),this.date()-this.weekday());break;case"isoWeek":t=n(this.year(),this.month(),this.date()-(this.isoWeekday()-1));break;case"day":case"date":t=n(this.year(),this.month(),this.date());break;case"hour":t=this._d.valueOf(),t-=Zt(t+(this._isUTC?0:6e4*this.utcOffset()),36e5);break;case"minute":t=this._d.valueOf(),t-=Zt(t,6e4);break;case"second":t=this._d.valueOf(),t-=Zt(t,1e3)}return this._d.setTime(t),r.updateOffset(this,!0),this},dn.subtract=Gt,dn.toArray=function(){var e=this;return[e.year(),e.month(),e.date(),e.hour(),e.minute(),e.second(),e.millisecond()]},dn.toObject=function(){var e=this;return{years:e.year(),months:e.month(),date:e.date(),hours:e.hours(),minutes:e.minutes(),seconds:e.seconds(),milliseconds:e.milliseconds()}},dn.toDate=function(){return new Date(this.valueOf())},dn.toISOString=function(e){if(!this.isValid())return null;var t=!0!==e,n=t?this.clone().utc():this;return n.year()<0||n.year()>9999?Q(n,t?"YYYYYY-MM-DD[T]HH:mm:ss.SSS[Z]":"YYYYYY-MM-DD[T]HH:mm:ss.SSSZ"):E(Date.prototype.toISOString)?t?this.toDate().toISOString():new Date(this.valueOf()+60*this.utcOffset()*1e3).toISOString().replace("Z",Q(n,"Z")):Q(n,t?"YYYY-MM-DD[T]HH:mm:ss.SSS[Z]":"YYYY-MM-DD[T]HH:mm:ss.SSSZ")},dn.inspect=function(){if(!this.isValid())return"moment.invalid(/* "+this._i+" */)";var e="moment",t="";this.isLocal()||(e=0===this.utcOffset()?"moment.utc":"moment.parseZone",t="Z");var n="["+e+'("]',i=0<=this.year()&&this.year()<=9999?"YYYY":"YYYYYY",r=t+'[")]';return this.format(n+i+"-MM-DD[T]HH:mm:ss.SSS"+r)},dn.toJSON=function(){return this.isValid()?this.toISOString():null},dn.toString=function(){return this.clone().locale("en").format("ddd MMM DD YYYY HH:mm:ss [GMT]ZZ")},dn.unix=function(){return Math.floor(this.valueOf()/1e3)},dn.valueOf=function(){return this._d.valueOf()-6e4*(this._offset||0)},dn.creationData=function(){return{input:this._i,format:this._f,locale:this._locale,isUTC:this._isUTC,strict:this._strict}},dn.year=be,dn.isLeapYear=function(){return _e(this.year())},dn.weekYear=function(e){return nn.call(this,e,this.week(),this.weekday(),this.localeData()._week.dow,this.localeData()._week.doy)},dn.isoWeekYear=function(e){return nn.call(this,e,this.isoWeek(),this.isoWeekday(),1,4)},dn.quarter=dn.quarters=function(e){return null==e?Math.ceil((this.month()+1)/3):this.month(3*(e-1)+this.month()%3)},dn.month=Ee,dn.daysInMonth=function(){return Me(this.year(),this.month())},dn.week=dn.weeks=function(e){var t=this.localeData().week(this);return null==e?t:this.add(7*(e-t),"d")},dn.isoWeek=dn.isoWeeks=function(e){var t=Ne(this,1,4).week;return null==e?t:this.add(7*(e-t),"d")},dn.weeksInYear=function(){var e=this.localeData()._week;return Re(this.year(),e.dow,e.doy)},dn.isoWeeksInYear=function(){return Re(this.year(),1,4)},dn.date=on,dn.day=dn.days=function(e){if(!this.isValid())return null!=e?this:NaN;var t=this._isUTC?this._d.getUTCDay():this._d.getDay();return null!=e?(e=function(e,t){return"string"!=typeof e?e:isNaN(e)?"number"==typeof(e=t.weekdaysParse(e))?e:null:parseInt(e,10)}(e,this.localeData()),this.add(e-t,"d")):t},dn.weekday=function(e){if(!this.isValid())return null!=e?this:NaN;var t=(this.day()+7-this.localeData()._week.dow)%7;return null==e?t:this.add(e-t,"d")},dn.isoWeekday=function(e){if(!this.isValid())return null!=e?this:NaN;if(null!=e){var t=function(e,t){return"string"==typeof e?t.weekdaysParse(e)%7||7:isNaN(e)?null:e}(e,this.localeData());return this.day(this.day()%7?t:t-7)}return this.day()||7},dn.dayOfYear=function(e){var t=Math.round((this.clone().startOf("day")-this.clone().startOf("year"))/864e5)+1;return null==e?t:this.add(e-t,"d")},dn.hour=dn.hours=$e,dn.minute=dn.minutes=sn,dn.second=dn.seconds=ln,dn.millisecond=dn.milliseconds=un,dn.utcOffset=function(e,t,n){var i,o=this._offset||0;if(!this.isValid())return null!=e?this:NaN;if(null!=e){if("string"==typeof e){if(null===(e=It(ae,e)))return this}else Math.abs(e)<16&&!n&&(e*=60);return!this._isUTC&&t&&(i=jt(this)),this._offset=e,this._isUTC=!0,null!=i&&this.add(i,"m"),o!==e&&(!t||this._changeInProgress?Qt(this,Ft(e-o,"m"),1,!1):this._changeInProgress||(this._changeInProgress=!0,r.updateOffset(this,!0),this._changeInProgress=null)),this}return this._isUTC?o:jt(this)},dn.utc=function(e){return this.utcOffset(0,e)},dn.local=function(e){return this._isUTC&&(this.utcOffset(0,e),this._isUTC=!1,e&&this.subtract(jt(this),"m")),this},dn.parseZone=function(){if(null!=this._tzm)this.utcOffset(this._tzm,!1,!0);else if("string"==typeof this._i){var e=It(se,this._i);null!=e?this.utcOffset(e):this.utcOffset(0,!0)}return this},dn.hasAlignedHourOffset=function(e){return!!this.isValid()&&(e=e?At(e).utcOffset():0,(this.utcOffset()-e)%60==0)},dn.isDST=function(){return this.utcOffset()>this.clone().month(0).utcOffset()||this.utcOffset()>this.clone().month(5).utcOffset()},dn.isLocal=function(){return!!this.isValid()&&!this._isUTC},dn.isUtcOffset=function(){return!!this.isValid()&&this._isUTC},dn.isUtc=Nt,dn.isUTC=Nt,dn.zoneAbbr=function(){return this._isUTC?"UTC":""},dn.zoneName=function(){return this._isUTC?"Coordinated Universal Time":""},dn.dates=L("dates accessor is deprecated. Use date instead.",on),dn.months=L("months accessor is deprecated. Use month instead",Ee),dn.years=L("years accessor is deprecated. Use year instead",be),dn.zone=L("moment().zone is deprecated, use moment().utcOffset instead. http://momentjs.com/guides/#/warnings/zone/",(function(e,t){return null!=e?("string"!=typeof e&&(e=-e),this.utcOffset(e,t),this):-this.utcOffset()})),dn.isDSTShifted=L("isDSTShifted is deprecated. See http://momentjs.com/guides/#/warnings/dst-shifted/ for more information",(function(){if(!a(this._isDSTShifted))return this._isDSTShifted;var e={};if(_(e,this),(e=kt(e))._a){var t=e._isUTC?f(e._a):At(e._a);this._isDSTShifted=this.isValid()&&M(e._a,t.toArray())>0}else this._isDSTShifted=!1;return this._isDSTShifted}));var fn=C.prototype;function pn(e,t,n,i){var r=at(),o=f().set(i,t);return r[n](o,e)}function mn(e,t,n){if(l(e)&&(t=e,e=void 0),e=e||"",null!=t)return pn(e,t,n,"month");var i,r=[];for(i=0;i<12;i++)r[i]=pn(e,i,n,"month");return r}function gn(e,t,n,i){"boolean"==typeof e?(l(t)&&(n=t,t=void 0),t=t||""):(n=t=e,e=!1,l(t)&&(n=t,t=void 0),t=t||"");var r,o=at(),s=e?o._week.dow:0;if(null!=n)return pn(t,(n+s)%7,i,"day");var a=[];for(r=0;r<7;r++)a[r]=pn(t,(r+s)%7,i,"day");return a}fn.calendar=function(e,t,n){var i=this._calendar[e]||this._calendar.sameElse;return E(i)?i.call(t,n):i},fn.longDateFormat=function(e){var t=this._longDateFormat[e],n=this._longDateFormat[e.toUpperCase()];return t||!n?t:(this._longDateFormat[e]=n.replace(/MMMM|MM|DD|dddd/g,(function(e){return e.slice(1)})),this._longDateFormat[e])},fn.invalidDate=function(){return this._invalidDate},fn.ordinal=function(e){return this._ordinal.replace("%d",e)},fn.preparse=hn,fn.postformat=hn,fn.relativeTime=function(e,t,n,i){var r=this._relativeTime[n];return E(r)?r(e,t,n,i):r.replace(/%d/i,e)},fn.pastFuture=function(e,t){var n=this._relativeTime[e>0?"future":"past"];return E(n)?n(t):n.replace(/%s/i,t)},fn.set=function(e){var t,n;for(n in e)E(t=e[n])?this[n]=t:this["_"+n]=t;this._config=e,this._dayOfMonthOrdinalParseLenient=new RegExp((this._dayOfMonthOrdinalParse.source||this._ordinalParse.source)+"|"+/\d{1,2}/.source)},fn.months=function(e,t){return e?o(this._months)?this._months[e.month()]:this._months[(this._months.isFormat||Ae).test(t)?"format":"standalone"][e.month()]:o(this._months)?this._months:this._months.standalone},fn.monthsShort=function(e,t){return e?o(this._monthsShort)?this._monthsShort[e.month()]:this._monthsShort[Ae.test(t)?"format":"standalone"][e.month()]:o(this._monthsShort)?this._monthsShort:this._monthsShort.standalone},fn.monthsParse=function(e,t,n){var i,r,o;if(this._monthsParseExact)return De.call(this,e,t,n);for(this._monthsParse||(this._monthsParse=[],this._longMonthsParse=[],this._shortMonthsParse=[]),i=0;i<12;i++){if(r=f([2e3,i]),n&&!this._longMonthsParse[i]&&(this._longMonthsParse[i]=new RegExp("^"+this.months(r,"").replace(".","")+"$","i"),this._shortMonthsParse[i]=new RegExp("^"+this.monthsShort(r,"").replace(".","")+"$","i")),n||this._monthsParse[i]||(o="^"+this.months(r,"")+"|^"+this.monthsShort(r,""),this._monthsParse[i]=new RegExp(o.replace(".",""),"i")),n&&"MMMM"===t&&this._longMonthsParse[i].test(e))return i;if(n&&"MMM"===t&&this._shortMonthsParse[i].test(e))return i;if(!n&&this._monthsParse[i].test(e))return i}},fn.monthsRegex=function(e){return this._monthsParseExact?(d(this,"_monthsRegex")||Oe.call(this),e?this._monthsStrictRegex:this._monthsRegex):(d(this,"_monthsRegex")||(this._monthsRegex=Ce),this._monthsStrictRegex&&e?this._monthsStrictRegex:this._monthsRegex)},fn.monthsShortRegex=function(e){return this._monthsParseExact?(d(this,"_monthsRegex")||Oe.call(this),e?this._monthsShortStrictRegex:this._monthsShortRegex):(d(this,"_monthsShortRegex")||(this._monthsShortRegex=Ye),this._monthsShortStrictRegex&&e?this._monthsShortStrictRegex:this._monthsShortRegex)},fn.week=function(e){return Ne(e,this._week.dow,this._week.doy).week},fn.firstDayOfYear=function(){return this._week.doy},fn.firstDayOfWeek=function(){return this._week.dow},fn.weekdays=function(e,t){var n=o(this._weekdays)?this._weekdays:this._weekdays[e&&!0!==e&&this._weekdays.isFormat.test(t)?"format":"standalone"];return!0===e?ze(n,this._week.dow):e?n[e.day()]:n},fn.weekdaysMin=function(e){return!0===e?ze(this._weekdaysMin,this._week.dow):e?this._weekdaysMin[e.day()]:this._weekdaysMin},fn.weekdaysShort=function(e){return!0===e?ze(this._weekdaysShort,this._week.dow):e?this._weekdaysShort[e.day()]:this._weekdaysShort},fn.weekdaysParse=function(e,t,n){var i,r,o;if(this._weekdaysParseExact)return Ue.call(this,e,t,n);for(this._weekdaysParse||(this._weekdaysParse=[],this._minWeekdaysParse=[],this._shortWeekdaysParse=[],this._fullWeekdaysParse=[]),i=0;i<7;i++){if(r=f([2e3,1]).day(i),n&&!this._fullWeekdaysParse[i]&&(this._fullWeekdaysParse[i]=new RegExp("^"+this.weekdays(r,"").replace(".","\\.?")+"$","i"),this._shortWeekdaysParse[i]=new RegExp("^"+this.weekdaysShort(r,"").replace(".","\\.?")+"$","i"),this._minWeekdaysParse[i]=new RegExp("^"+this.weekdaysMin(r,"").replace(".","\\.?")+"$","i")),this._weekdaysParse[i]||(o="^"+this.weekdays(r,"")+"|^"+this.weekdaysShort(r,"")+"|^"+this.weekdaysMin(r,""),this._weekdaysParse[i]=new RegExp(o.replace(".",""),"i")),n&&"dddd"===t&&this._fullWeekdaysParse[i].test(e))return i;if(n&&"ddd"===t&&this._shortWeekdaysParse[i].test(e))return i;if(n&&"dd"===t&&this._minWeekdaysParse[i].test(e))return i;if(!n&&this._weekdaysParse[i].test(e))return i}},fn.weekdaysRegex=function(e){return this._weekdaysParseExact?(d(this,"_weekdaysRegex")||Ve.call(this),e?this._weekdaysStrictRegex:this._weekdaysRegex):(d(this,"_weekdaysRegex")||(this._weekdaysRegex=Qe),this._weekdaysStrictRegex&&e?this._weekdaysStrictRegex:this._weekdaysRegex)},fn.weekdaysShortRegex=function(e){return this._weekdaysParseExact?(d(this,"_weekdaysRegex")||Ve.call(this),e?this._weekdaysShortStrictRegex:this._weekdaysShortRegex):(d(this,"_weekdaysShortRegex")||(this._weekdaysShortRegex=qe),this._weekdaysShortStrictRegex&&e?this._weekdaysShortStrictRegex:this._weekdaysShortRegex)},fn.weekdaysMinRegex=function(e){return this._weekdaysParseExact?(d(this,"_weekdaysRegex")||Ve.call(this),e?this._weekdaysMinStrictRegex:this._weekdaysMinRegex):(d(this,"_weekdaysMinRegex")||(this._weekdaysMinRegex=Ge),this._weekdaysMinStrictRegex&&e?this._weekdaysMinStrictRegex:this._weekdaysMinRegex)},fn.isPM=function(e){return"p"===(e+"").toLowerCase().charAt(0)},fn.meridiem=function(e,t,n){return e>11?n?"pm":"PM":n?"am":"AM"},ot("en",{dayOfMonthOrdinalParse:/\d{1,2}(th|st|nd|rd)/,ordinal:function(e){var t=e%10;return e+(1===k(e%100/10)?"th":1===t?"st":2===t?"nd":3===t?"rd":"th")}}),r.lang=L("moment.lang is deprecated. Use moment.locale instead.",ot),r.langData=L("moment.langData is deprecated. Use moment.localeData instead.",at);var vn=Math.abs;function _n(e,t,n,i){var r=Ft(t,n);return e._milliseconds+=i*r._milliseconds,e._days+=i*r._days,e._months+=i*r._months,e._bubble()}function yn(e){return e<0?Math.floor(e):Math.ceil(e)}function bn(e){return 4800*e/146097}function wn(e){return 146097*e/4800}function xn(e){return function(){return this.as(e)}}var kn=xn("ms"),Mn=xn("s"),An=xn("m"),Ln=xn("h"),Tn=xn("d"),Dn=xn("w"),Sn=xn("M"),En=xn("Q"),Yn=xn("y");function Cn(e){return function(){return this.isValid()?this._data[e]:NaN}}var On=Cn("milliseconds"),Pn=Cn("seconds"),In=Cn("minutes"),Hn=Cn("hours"),jn=Cn("days"),Nn=Cn("months"),Rn=Cn("years"),zn=Math.round,Fn={ss:44,s:45,m:45,h:22,d:26,M:11};function Bn(e,t,n,i,r){return r.relativeTime(t||1,!!n,e,i)}var Wn=Math.abs;function Un(e){return(e>0)-(e<0)||+e}function Qn(){if(!this.isValid())return this.localeData().invalidDate();var e,t,n=Wn(this._milliseconds)/1e3,i=Wn(this._days),r=Wn(this._months);e=x(n/60),t=x(e/60),n%=60,e%=60;var o=x(r/12),s=r%=12,a=i,l=t,c=e,u=n?n.toFixed(3).replace(/\.?0+$/,""):"",d=this.asSeconds();if(!d)return"P0D";var h=d<0?"-":"",f=Un(this._months)!==Un(d)?"-":"",p=Un(this._days)!==Un(d)?"-":"",m=Un(this._milliseconds)!==Un(d)?"-":"";return h+"P"+(o?f+o+"Y":"")+(s?f+s+"M":"")+(a?p+a+"D":"")+(l||c||u?"T":"")+(l?m+l+"H":"")+(c?m+c+"M":"")+(u?m+u+"S":"")}var qn=Et.prototype;return qn.isValid=function(){return this._isValid},qn.abs=function(){var e=this._data;return this._milliseconds=vn(this._milliseconds),this._days=vn(this._days),this._months=vn(this._months),e.milliseconds=vn(e.milliseconds),e.seconds=vn(e.seconds),e.minutes=vn(e.minutes),e.hours=vn(e.hours),e.months=vn(e.months),e.years=vn(e.years),this},qn.add=function(e,t){return _n(this,e,t,1)},qn.subtract=function(e,t){return _n(this,e,t,-1)},qn.as=function(e){if(!this.isValid())return NaN;var t,n,i=this._milliseconds;if("month"===(e=I(e))||"quarter"===e||"year"===e)switch(t=this._days+i/864e5,n=this._months+bn(t),e){case"month":return n;case"quarter":return n/3;case"year":return n/12}else switch(t=this._days+Math.round(wn(this._months)),e){case"week":return t/7+i/6048e5;case"day":return t+i/864e5;case"hour":return 24*t+i/36e5;case"minute":return 1440*t+i/6e4;case"second":return 86400*t+i/1e3;case"millisecond":return Math.floor(864e5*t)+i;default:throw new Error("Unknown unit "+e)}},qn.asMilliseconds=kn,qn.asSeconds=Mn,qn.asMinutes=An,qn.asHours=Ln,qn.asDays=Tn,qn.asWeeks=Dn,qn.asMonths=Sn,qn.asQuarters=En,qn.asYears=Yn,qn.valueOf=function(){return this.isValid()?this._milliseconds+864e5*this._days+this._months%12*2592e6+31536e6*k(this._months/12):NaN},qn._bubble=function(){var e,t,n,i,r,o=this._milliseconds,s=this._days,a=this._months,l=this._data;return o>=0&&s>=0&&a>=0||o<=0&&s<=0&&a<=0||(o+=864e5*yn(wn(a)+s),s=0,a=0),l.milliseconds=o%1e3,e=x(o/1e3),l.seconds=e%60,t=x(e/60),l.minutes=t%60,n=x(t/60),l.hours=n%24,s+=x(n/24),r=x(bn(s)),a+=r,s-=yn(wn(r)),i=x(a/12),a%=12,l.days=s,l.months=a,l.years=i,this},qn.clone=function(){return Ft(this)},qn.get=function(e){return e=I(e),this.isValid()?this[e+"s"]():NaN},qn.milliseconds=On,qn.seconds=Pn,qn.minutes=In,qn.hours=Hn,qn.days=jn,qn.weeks=function(){return x(this.days()/7)},qn.months=Nn,qn.years=Rn,qn.humanize=function(e){if(!this.isValid())return this.localeData().invalidDate();var t=this.localeData(),n=function(e,t,n){var i=Ft(e).abs(),r=zn(i.as("s")),o=zn(i.as("m")),s=zn(i.as("h")),a=zn(i.as("d")),l=zn(i.as("M")),c=zn(i.as("y")),u=r<=Fn.ss&&["s",r]||r<Fn.s&&["ss",r]||o<=1&&["m"]||o<Fn.m&&["mm",o]||s<=1&&["h"]||s<Fn.h&&["hh",s]||a<=1&&["d"]||a<Fn.d&&["dd",a]||l<=1&&["M"]||l<Fn.M&&["MM",l]||c<=1&&["y"]||["yy",c];return u[2]=t,u[3]=+e>0,u[4]=n,Bn.apply(null,u)}(this,!e,t);return e&&(n=t.pastFuture(+this,n)),t.postformat(n)},qn.toISOString=Qn,qn.toString=Qn,qn.toJSON=Qn,qn.locale=Jt,qn.localeData=Xt,qn.toIsoString=L("toIsoString() is deprecated. Please use toISOString() instead (notice the capitals)",Qn),qn.lang=Kt,U("X",0,0,"unix"),U("x",0,0,"valueOf"),ue("x",oe),ue("X",/[+-]?\d+(\.\d{1,3})?/),pe("X",(function(e,t,n){n._d=new Date(1e3*parseFloat(e,10))})),pe("x",(function(e,t,n){n._d=new Date(k(e))})),r.version="2.24.0",t=At,r.fn=dn,r.min=function(){var e=[].slice.call(arguments,0);return Dt("isBefore",e)},r.max=function(){var e=[].slice.call(arguments,0);return Dt("isAfter",e)},r.now=function(){return Date.now?Date.now():+new Date},r.utc=f,r.unix=function(e){return At(1e3*e)},r.months=function(e,t){return mn(e,t,"months")},r.isDate=c,r.locale=ot,r.invalid=g,r.duration=Ft,r.isMoment=w,r.weekdays=function(e,t,n){return gn(e,t,n,"weekdays")},r.parseZone=function(){return At.apply(null,arguments).parseZone()},r.localeData=at,r.isDuration=Yt,r.monthsShort=function(e,t){return mn(e,t,"monthsShort")},r.weekdaysMin=function(e,t,n){return gn(e,t,n,"weekdaysMin")},r.defineLocale=st,r.updateLocale=function(e,t){if(null!=t){var n,i,r=et;null!=(i=rt(e))&&(r=i._config),t=Y(r,t),(n=new C(t)).parentLocale=tt[e],tt[e]=n,ot(e)}else null!=tt[e]&&(null!=tt[e].parentLocale?tt[e]=tt[e].parentLocale:null!=tt[e]&&delete tt[e]);return tt[e]},r.locales=function(){return T(tt)},r.weekdaysShort=function(e,t,n){return gn(e,t,n,"weekdaysShort")},r.normalizeUnits=I,r.relativeTimeRounding=function(e){return void 0===e?zn:"function"==typeof e&&(zn=e,!0)},r.relativeTimeThreshold=function(e,t){return void 0!==Fn[e]&&(void 0===t?Fn[e]:(Fn[e]=t,"s"===e&&(Fn.ss=t-1),!0))},r.calendarFormat=function(e,t){var n=e.diff(t,"days",!0);return n<-6?"sameElse":n<-1?"lastWeek":n<0?"lastDay":n<1?"sameDay":n<2?"nextDay":n<7?"nextWeek":"sameElse"},r.prototype=dn,r.HTML5_FMT={DATETIME_LOCAL:"YYYY-MM-DDTHH:mm",DATETIME_LOCAL_SECONDS:"YYYY-MM-DDTHH:mm:ss",DATETIME_LOCAL_MS:"YYYY-MM-DDTHH:mm:ss.SSS",DATE:"YYYY-MM-DD",TIME:"HH:mm",TIME_SECONDS:"HH:mm:ss",TIME_MS:"HH:mm:ss.SSS",WEEK:"GGGG-[W]WW",MONTH:"YYYY-MM"},r}()}).call(this,n(278)(e))},function(e,t,n){(function(e,n){var i;!function(){var r="object"==typeof self&&self.self===self&&self||"object"==typeof e&&e.global===e&&e||this||{},o=r._,s=Array.prototype,a=Object.prototype,l="undefined"!=typeof Symbol?Symbol.prototype:null,c=s.push,u=s.slice,d=a.toString,h=a.hasOwnProperty,f=Array.isArray,p=Object.keys,m=Object.create,g=function(){},v=function(e){return e instanceof v?e:this instanceof v?void(this._wrapped=e):new v(e)};t.nodeType?r._=v:(!n.nodeType&&n.exports&&(t=n.exports=v),t._=v),v.VERSION="1.9.2";var _,y=function(e,t,n){if(void 0===t)return e;switch(null==n?3:n){case 1:return function(n){return e.call(t,n)};case 3:return function(n,i,r){return e.call(t,n,i,r)};case 4:return function(n,i,r,o){return e.call(t,n,i,r,o)}}return function(){return e.apply(t,arguments)}},b=function(e,t,n){return v.iteratee!==_?v.iteratee(e,t):null==e?v.identity:v.isFunction(e)?y(e,t,n):v.isObject(e)&&!v.isArray(e)?v.matcher(e):v.property(e)};v.iteratee=_=function(e,t){return b(e,t,1/0)};var w=function(e,t){return t=null==t?e.length-1:+t,function(){for(var n=Math.max(arguments.length-t,0),i=Array(n),r=0;r<n;r++)i[r]=arguments[r+t];switch(t){case 0:return e.call(this,i);case 1:return e.call(this,arguments[0],i);case 2:return e.call(this,arguments[0],arguments[1],i)}var o=Array(t+1);for(r=0;r<t;r++)o[r]=arguments[r];return o[t]=i,e.apply(this,o)}},x=function(e){if(!v.isObject(e))return{};if(m)return m(e);g.prototype=e;var t=new g;return g.prototype=null,t},k=function(e){return function(t){return null==t?void 0:t[e]}},M=function(e,t){return null!=e&&h.call(e,t)},A=function(e,t){for(var n=t.length,i=0;i<n;i++){if(null==e)return;e=e[t[i]]}return n?e:void 0},L=Math.pow(2,53)-1,T=k("length"),D=function(e){var t=T(e);return"number"==typeof t&&t>=0&&t<=L};v.each=v.forEach=function(e,t,n){var i,r;if(t=y(t,n),D(e))for(i=0,r=e.length;i<r;i++)t(e[i],i,e);else{var o=v.keys(e);for(i=0,r=o.length;i<r;i++)t(e[o[i]],o[i],e)}return e},v.map=v.collect=function(e,t,n){t=b(t,n);for(var i=!D(e)&&v.keys(e),r=(i||e).length,o=Array(r),s=0;s<r;s++){var a=i?i[s]:s;o[s]=t(e[a],a,e)}return o};var S=function(e){var t=function(t,n,i,r){var o=!D(t)&&v.keys(t),s=(o||t).length,a=e>0?0:s-1;for(r||(i=t[o?o[a]:a],a+=e);a>=0&&a<s;a+=e){var l=o?o[a]:a;i=n(i,t[l],l,t)}return i};return function(e,n,i,r){var o=arguments.length>=3;return t(e,y(n,r,4),i,o)}};v.reduce=v.foldl=v.inject=S(1),v.reduceRight=v.foldr=S(-1),v.find=v.detect=function(e,t,n){var i=(D(e)?v.findIndex:v.findKey)(e,t,n);if(void 0!==i&&-1!==i)return e[i]},v.filter=v.select=function(e,t,n){var i=[];return t=b(t,n),v.each(e,(function(e,n,r){t(e,n,r)&&i.push(e)})),i},v.reject=function(e,t,n){return v.filter(e,v.negate(b(t)),n)},v.every=v.all=function(e,t,n){t=b(t,n);for(var i=!D(e)&&v.keys(e),r=(i||e).length,o=0;o<r;o++){var s=i?i[o]:o;if(!t(e[s],s,e))return!1}return!0},v.some=v.any=function(e,t,n){t=b(t,n);for(var i=!D(e)&&v.keys(e),r=(i||e).length,o=0;o<r;o++){var s=i?i[o]:o;if(t(e[s],s,e))return!0}return!1},v.contains=v.includes=v.include=function(e,t,n,i){return D(e)||(e=v.values(e)),("number"!=typeof n||i)&&(n=0),v.indexOf(e,t,n)>=0},v.invoke=w((function(e,t,n){var i,r;return v.isFunction(t)?r=t:v.isArray(t)&&(i=t.slice(0,-1),t=t[t.length-1]),v.map(e,(function(e){var o=r;if(!o){if(i&&i.length&&(e=A(e,i)),null==e)return;o=e[t]}return null==o?o:o.apply(e,n)}))})),v.pluck=function(e,t){return v.map(e,v.property(t))},v.where=function(e,t){return v.filter(e,v.matcher(t))},v.findWhere=function(e,t){return v.find(e,v.matcher(t))},v.max=function(e,t,n){var i,r,o=-1/0,s=-1/0;if(null==t||"number"==typeof t&&"object"!=typeof e[0]&&null!=e)for(var a=0,l=(e=D(e)?e:v.values(e)).length;a<l;a++)null!=(i=e[a])&&i>o&&(o=i);else t=b(t,n),v.each(e,(function(e,n,i){((r=t(e,n,i))>s||r===-1/0&&o===-1/0)&&(o=e,s=r)}));return o},v.min=function(e,t,n){var i,r,o=1/0,s=1/0;if(null==t||"number"==typeof t&&"object"!=typeof e[0]&&null!=e)for(var a=0,l=(e=D(e)?e:v.values(e)).length;a<l;a++)null!=(i=e[a])&&i<o&&(o=i);else t=b(t,n),v.each(e,(function(e,n,i){((r=t(e,n,i))<s||r===1/0&&o===1/0)&&(o=e,s=r)}));return o},v.shuffle=function(e){return v.sample(e,1/0)},v.sample=function(e,t,n){if(null==t||n)return D(e)||(e=v.values(e)),e[v.random(e.length-1)];var i=D(e)?v.clone(e):v.values(e),r=T(i);t=Math.max(Math.min(t,r),0);for(var o=r-1,s=0;s<t;s++){var a=v.random(s,o),l=i[s];i[s]=i[a],i[a]=l}return i.slice(0,t)},v.sortBy=function(e,t,n){var i=0;return t=b(t,n),v.pluck(v.map(e,(function(e,n,r){return{value:e,index:i++,criteria:t(e,n,r)}})).sort((function(e,t){var n=e.criteria,i=t.criteria;if(n!==i){if(n>i||void 0===n)return 1;if(n<i||void 0===i)return-1}return e.index-t.index})),"value")};var E=function(e,t){return function(n,i,r){var o=t?[[],[]]:{};return i=b(i,r),v.each(n,(function(t,r){var s=i(t,r,n);e(o,t,s)})),o}};v.groupBy=E((function(e,t,n){M(e,n)?e[n].push(t):e[n]=[t]})),v.indexBy=E((function(e,t,n){e[n]=t})),v.countBy=E((function(e,t,n){M(e,n)?e[n]++:e[n]=1}));var Y=/[^\ud800-\udfff]|[\ud800-\udbff][\udc00-\udfff]|[\ud800-\udfff]/g;v.toArray=function(e){return e?v.isArray(e)?u.call(e):v.isString(e)?e.match(Y):D(e)?v.map(e,v.identity):v.values(e):[]},v.size=function(e){return null==e?0:D(e)?e.length:v.keys(e).length},v.partition=E((function(e,t,n){e[n?0:1].push(t)}),!0),v.first=v.head=v.take=function(e,t,n){return null==e||e.length<1?null==t?void 0:[]:null==t||n?e[0]:v.initial(e,e.length-t)},v.initial=function(e,t,n){return u.call(e,0,Math.max(0,e.length-(null==t||n?1:t)))},v.last=function(e,t,n){return null==e||e.length<1?null==t?void 0:[]:null==t||n?e[e.length-1]:v.rest(e,Math.max(0,e.length-t))},v.rest=v.tail=v.drop=function(e,t,n){return u.call(e,null==t||n?1:t)},v.compact=function(e){return v.filter(e,Boolean)};var C=function(e,t,n,i){for(var r=(i=i||[]).length,o=0,s=T(e);o<s;o++){var a=e[o];if(D(a)&&(v.isArray(a)||v.isArguments(a)))if(t)for(var l=0,c=a.length;l<c;)i[r++]=a[l++];else C(a,t,n,i),r=i.length;else n||(i[r++]=a)}return i};v.flatten=function(e,t){return C(e,t,!1)},v.without=w((function(e,t){return v.difference(e,t)})),v.uniq=v.unique=function(e,t,n,i){v.isBoolean(t)||(i=n,n=t,t=!1),null!=n&&(n=b(n,i));for(var r=[],o=[],s=0,a=T(e);s<a;s++){var l=e[s],c=n?n(l,s,e):l;t&&!n?(s&&o===c||r.push(l),o=c):n?v.contains(o,c)||(o.push(c),r.push(l)):v.contains(r,l)||r.push(l)}return r},v.union=w((function(e){return v.uniq(C(e,!0,!0))})),v.intersection=function(e){for(var t=[],n=arguments.length,i=0,r=T(e);i<r;i++){var o=e[i];if(!v.contains(t,o)){var s;for(s=1;s<n&&v.contains(arguments[s],o);s++);s===n&&t.push(o)}}return t},v.difference=w((function(e,t){return t=C(t,!0,!0),v.filter(e,(function(e){return!v.contains(t,e)}))})),v.unzip=function(e){for(var t=e&&v.max(e,T).length||0,n=Array(t),i=0;i<t;i++)n[i]=v.pluck(e,i);return n},v.zip=w(v.unzip),v.object=function(e,t){for(var n={},i=0,r=T(e);i<r;i++)t?n[e[i]]=t[i]:n[e[i][0]]=e[i][1];return n};var O=function(e){return function(t,n,i){n=b(n,i);for(var r=T(t),o=e>0?0:r-1;o>=0&&o<r;o+=e)if(n(t[o],o,t))return o;return-1}};v.findIndex=O(1),v.findLastIndex=O(-1),v.sortedIndex=function(e,t,n,i){for(var r=(n=b(n,i,1))(t),o=0,s=T(e);o<s;){var a=Math.floor((o+s)/2);n(e[a])<r?o=a+1:s=a}return o};var P=function(e,t,n){return function(i,r,o){var s=0,a=T(i);if("number"==typeof o)e>0?s=o>=0?o:Math.max(o+a,s):a=o>=0?Math.min(o+1,a):o+a+1;else if(n&&o&&a)return i[o=n(i,r)]===r?o:-1;if(r!=r)return(o=t(u.call(i,s,a),v.isNaN))>=0?o+s:-1;for(o=e>0?s:a-1;o>=0&&o<a;o+=e)if(i[o]===r)return o;return-1}};v.indexOf=P(1,v.findIndex,v.sortedIndex),v.lastIndexOf=P(-1,v.findLastIndex),v.range=function(e,t,n){null==t&&(t=e||0,e=0),n||(n=t<e?-1:1);for(var i=Math.max(Math.ceil((t-e)/n),0),r=Array(i),o=0;o<i;o++,e+=n)r[o]=e;return r},v.chunk=function(e,t){if(null==t||t<1)return[];for(var n=[],i=0,r=e.length;i<r;)n.push(u.call(e,i,i+=t));return n};var I=function(e,t,n,i,r){if(!(i instanceof t))return e.apply(n,r);var o=x(e.prototype),s=e.apply(o,r);return v.isObject(s)?s:o};v.bind=w((function(e,t,n){if(!v.isFunction(e))throw new TypeError("Bind must be called on a function");var i=w((function(r){return I(e,i,t,this,n.concat(r))}));return i})),v.partial=w((function(e,t){var n=v.partial.placeholder,i=function(){for(var r=0,o=t.length,s=Array(o),a=0;a<o;a++)s[a]=t[a]===n?arguments[r++]:t[a];for(;r<arguments.length;)s.push(arguments[r++]);return I(e,i,this,this,s)};return i})),v.partial.placeholder=v,v.bindAll=w((function(e,t){var n=(t=C(t,!1,!1)).length;if(n<1)throw new Error("bindAll must be passed function names");for(;n--;){var i=t[n];e[i]=v.bind(e[i],e)}})),v.memoize=function(e,t){var n=function(i){var r=n.cache,o=""+(t?t.apply(this,arguments):i);return M(r,o)||(r[o]=e.apply(this,arguments)),r[o]};return n.cache={},n},v.delay=w((function(e,t,n){return setTimeout((function(){return e.apply(null,n)}),t)})),v.defer=v.partial(v.delay,v,1),v.throttle=function(e,t,n){var i,r,o,s,a=0;n||(n={});var l=function(){a=!1===n.leading?0:v.now(),i=null,s=e.apply(r,o),i||(r=o=null)},c=function(){var c=v.now();a||!1!==n.leading||(a=c);var u=t-(c-a);return r=this,o=arguments,u<=0||u>t?(i&&(clearTimeout(i),i=null),a=c,s=e.apply(r,o),i||(r=o=null)):i||!1===n.trailing||(i=setTimeout(l,u)),s};return c.cancel=function(){clearTimeout(i),a=0,i=r=o=null},c},v.debounce=function(e,t,n){var i,r,o=function(t,n){i=null,n&&(r=e.apply(t,n))},s=w((function(s){if(i&&clearTimeout(i),n){var a=!i;i=setTimeout(o,t),a&&(r=e.apply(this,s))}else i=v.delay(o,t,this,s);return r}));return s.cancel=function(){clearTimeout(i),i=null},s},v.wrap=function(e,t){return v.partial(t,e)},v.negate=function(e){return function(){return!e.apply(this,arguments)}},v.compose=function(){var e=arguments,t=e.length-1;return function(){for(var n=t,i=e[t].apply(this,arguments);n--;)i=e[n].call(this,i);return i}},v.after=function(e,t){return function(){if(--e<1)return t.apply(this,arguments)}},v.before=function(e,t){var n;return function(){return--e>0&&(n=t.apply(this,arguments)),e<=1&&(t=null),n}},v.once=v.partial(v.before,2),v.restArguments=w;var H=!{toString:null}.propertyIsEnumerable("toString"),j=["valueOf","isPrototypeOf","toString","propertyIsEnumerable","hasOwnProperty","toLocaleString"],N=function(e,t){var n=j.length,i=e.constructor,r=v.isFunction(i)&&i.prototype||a,o="constructor";for(M(e,o)&&!v.contains(t,o)&&t.push(o);n--;)(o=j[n])in e&&e[o]!==r[o]&&!v.contains(t,o)&&t.push(o)};v.keys=function(e){if(!v.isObject(e))return[];if(p)return p(e);var t=[];for(var n in e)M(e,n)&&t.push(n);return H&&N(e,t),t},v.allKeys=function(e){if(!v.isObject(e))return[];var t=[];for(var n in e)t.push(n);return H&&N(e,t),t},v.values=function(e){for(var t=v.keys(e),n=t.length,i=Array(n),r=0;r<n;r++)i[r]=e[t[r]];return i},v.mapObject=function(e,t,n){t=b(t,n);for(var i=v.keys(e),r=i.length,o={},s=0;s<r;s++){var a=i[s];o[a]=t(e[a],a,e)}return o},v.pairs=function(e){for(var t=v.keys(e),n=t.length,i=Array(n),r=0;r<n;r++)i[r]=[t[r],e[t[r]]];return i},v.invert=function(e){for(var t={},n=v.keys(e),i=0,r=n.length;i<r;i++)t[e[n[i]]]=n[i];return t},v.functions=v.methods=function(e){var t=[];for(var n in e)v.isFunction(e[n])&&t.push(n);return t.sort()};var R=function(e,t){return function(n){var i=arguments.length;if(t&&(n=Object(n)),i<2||null==n)return n;for(var r=1;r<i;r++)for(var o=arguments[r],s=e(o),a=s.length,l=0;l<a;l++){var c=s[l];t&&void 0!==n[c]||(n[c]=o[c])}return n}};v.extend=R(v.allKeys),v.extendOwn=v.assign=R(v.keys),v.findKey=function(e,t,n){t=b(t,n);for(var i,r=v.keys(e),o=0,s=r.length;o<s;o++)if(t(e[i=r[o]],i,e))return i};var z,F,B=function(e,t,n){return t in n};v.pick=w((function(e,t){var n={},i=t[0];if(null==e)return n;v.isFunction(i)?(t.length>1&&(i=y(i,t[1])),t=v.allKeys(e)):(i=B,t=C(t,!1,!1),e=Object(e));for(var r=0,o=t.length;r<o;r++){var s=t[r],a=e[s];i(a,s,e)&&(n[s]=a)}return n})),v.omit=w((function(e,t){var n,i=t[0];return v.isFunction(i)?(i=v.negate(i),t.length>1&&(n=t[1])):(t=v.map(C(t,!1,!1),String),i=function(e,n){return!v.contains(t,n)}),v.pick(e,i,n)})),v.defaults=R(v.allKeys,!0),v.create=function(e,t){var n=x(e);return t&&v.extendOwn(n,t),n},v.clone=function(e){return v.isObject(e)?v.isArray(e)?e.slice():v.extend({},e):e},v.tap=function(e,t){return t(e),e},v.isMatch=function(e,t){var n=v.keys(t),i=n.length;if(null==e)return!i;for(var r=Object(e),o=0;o<i;o++){var s=n[o];if(t[s]!==r[s]||!(s in r))return!1}return!0},z=function(e,t,n,i){if(e===t)return 0!==e||1/e==1/t;if(null==e||null==t)return!1;if(e!=e)return t!=t;var r=typeof e;return("function"===r||"object"===r||"object"==typeof t)&&F(e,t,n,i)},F=function(e,t,n,i){e instanceof v&&(e=e._wrapped),t instanceof v&&(t=t._wrapped);var r=d.call(e);if(r!==d.call(t))return!1;switch(r){case"[object RegExp]":case"[object String]":return""+e==""+t;case"[object Number]":return+e!=+e?+t!=+t:0==+e?1/+e==1/t:+e==+t;case"[object Date]":case"[object Boolean]":return+e==+t;case"[object Symbol]":return l.valueOf.call(e)===l.valueOf.call(t)}var o="[object Array]"===r;if(!o){if("object"!=typeof e||"object"!=typeof t)return!1;var s=e.constructor,a=t.constructor;if(s!==a&&!(v.isFunction(s)&&s instanceof s&&v.isFunction(a)&&a instanceof a)&&"constructor"in e&&"constructor"in t)return!1}i=i||[];for(var c=(n=n||[]).length;c--;)if(n[c]===e)return i[c]===t;if(n.push(e),i.push(t),o){if((c=e.length)!==t.length)return!1;for(;c--;)if(!z(e[c],t[c],n,i))return!1}else{var u,h=v.keys(e);if(c=h.length,v.keys(t).length!==c)return!1;for(;c--;)if(u=h[c],!M(t,u)||!z(e[u],t[u],n,i))return!1}return n.pop(),i.pop(),!0},v.isEqual=function(e,t){return z(e,t)},v.isEmpty=function(e){return null==e||(D(e)&&(v.isArray(e)||v.isString(e)||v.isArguments(e))?0===e.length:0===v.keys(e).length)},v.isElement=function(e){return!(!e||1!==e.nodeType)},v.isArray=f||function(e){return"[object Array]"===d.call(e)},v.isObject=function(e){var t=typeof e;return"function"===t||"object"===t&&!!e},v.each(["Arguments","Function","String","Number","Date","RegExp","Error","Symbol","Map","WeakMap","Set","WeakSet"],(function(e){v["is"+e]=function(t){return d.call(t)==="[object "+e+"]"}})),v.isArguments(arguments)||(v.isArguments=function(e){return M(e,"callee")});var W=r.document&&r.document.childNodes;"object"!=typeof Int8Array&&"function"!=typeof W&&(v.isFunction=function(e){return"function"==typeof e||!1}),v.isFinite=function(e){return!v.isSymbol(e)&&isFinite(e)&&!isNaN(parseFloat(e))},v.isNaN=function(e){return v.isNumber(e)&&isNaN(e)},v.isBoolean=function(e){return!0===e||!1===e||"[object Boolean]"===d.call(e)},v.isNull=function(e){return null===e},v.isUndefined=function(e){return void 0===e},v.has=function(e,t){if(!v.isArray(t))return M(e,t);for(var n=t.length,i=0;i<n;i++){var r=t[i];if(null==e||!h.call(e,r))return!1;e=e[r]}return!!n},v.noConflict=function(){return r._=o,this},v.identity=function(e){return e},v.constant=function(e){return function(){return e}},v.noop=function(){},v.property=function(e){return v.isArray(e)?function(t){return A(t,e)}:k(e)},v.propertyOf=function(e){return null==e?function(){}:function(t){return v.isArray(t)?A(e,t):e[t]}},v.matcher=v.matches=function(e){return e=v.extendOwn({},e),function(t){return v.isMatch(t,e)}},v.times=function(e,t,n){var i=Array(Math.max(0,e));t=y(t,n,1);for(var r=0;r<e;r++)i[r]=t(r);return i},v.random=function(e,t){return null==t&&(t=e,e=0),e+Math.floor(Math.random()*(t-e+1))},v.now=Date.now||function(){return(new Date).getTime()};var U={"&":"&amp;","<":"&lt;",">":"&gt;",'"':"&quot;","'":"&#x27;","`":"&#x60;"},Q=v.invert(U),q=function(e){var t=function(t){return e[t]},n="(?:"+v.keys(e).join("|")+")",i=RegExp(n),r=RegExp(n,"g");return function(e){return e=null==e?"":""+e,i.test(e)?e.replace(r,t):e}};v.escape=q(U),v.unescape=q(Q),v.result=function(e,t,n){v.isArray(t)||(t=[t]);var i=t.length;if(!i)return v.isFunction(n)?n.call(e):n;for(var r=0;r<i;r++){var o=null==e?void 0:e[t[r]];void 0===o&&(o=n,r=i),e=v.isFunction(o)?o.call(e):o}return e};var G=0;v.uniqueId=function(e){var t=++G+"";return e?e+t:t},v.templateSettings={evaluate:/<%([\s\S]+?)%>/g,interpolate:/<%=([\s\S]+?)%>/g,escape:/<%-([\s\S]+?)%>/g};var V=/(.)^/,J={"'":"'","\\":"\\","\r":"r","\n":"n","\u2028":"u2028","\u2029":"u2029"},K=/\\|'|\r|\n|\u2028|\u2029/g,X=function(e){return"\\"+J[e]};v.template=function(e,t,n){!t&&n&&(t=n),t=v.defaults({},t,v.templateSettings);var i,r=RegExp([(t.escape||V).source,(t.interpolate||V).source,(t.evaluate||V).source].join("|")+"|$","g"),o=0,s="__p+='";e.replace(r,(function(t,n,i,r,a){return s+=e.slice(o,a).replace(K,X),o=a+t.length,n?s+="'+\n((__t=("+n+"))==null?'':_.escape(__t))+\n'":i?s+="'+\n((__t=("+i+"))==null?'':__t)+\n'":r&&(s+="';\n"+r+"\n__p+='"),t})),s+="';\n",t.variable||(s="with(obj||{}){\n"+s+"}\n"),s="var __t,__p='',__j=Array.prototype.join,print=function(){__p+=__j.call(arguments,'');};\n"+s+"return __p;\n";try{i=new Function(t.variable||"obj","_",s)}catch(e){throw e.source=s,e}var a=function(e){return i.call(this,e,v)},l=t.variable||"obj";return a.source="function("+l+"){\n"+s+"}",a},v.chain=function(e){var t=v(e);return t._chain=!0,t};var Z=function(e,t){return e._chain?v(t).chain():t};v.mixin=function(e){return v.each(v.functions(e),(function(t){var n=v[t]=e[t];v.prototype[t]=function(){var e=[this._wrapped];return c.apply(e,arguments),Z(this,n.apply(v,e))}})),v},v.mixin(v),v.each(["pop","push","reverse","shift","sort","splice","unshift"],(function(e){var t=s[e];v.prototype[e]=function(){var n=this._wrapped;return t.apply(n,arguments),"shift"!==e&&"splice"!==e||0!==n.length||delete n[0],Z(this,n)}})),v.each(["concat","join","slice"],(function(e){var t=s[e];v.prototype[e]=function(){return Z(this,t.apply(this._wrapped,arguments))}})),v.prototype.value=function(){return this._wrapped},v.prototype.valueOf=v.prototype.toJSON=v.prototype.value,v.prototype.toString=function(){return String(this._wrapped)},void 0===(i=function(){return v}.apply(t,[]))||(n.exports=i)}()}).call(this,n(14),n(278)(e))},function(e,t,n){var i=n(18),r=n(102).f,o=n(113),s=n(103),a=n(719),l=n(755),c=n(675);e.exports=function(e,t){var n,u,d,h,f,p=e.target,m=e.global,g=e.stat;if(n=m?i:g?i[p]||a(p,{}):(i[p]||{}).prototype)for(u in t){if(h=t[u],d=e.noTargetGet?(f=r(n,u))&&f.value:n[u],!c(m?u:p+(g?".":"#")+u,e.forced)&&void 0!==d){if(typeof h==typeof d)continue;l(h,d)}(e.sham||d&&d.sham)&&o(h,"sham",!0),s(n,u,h,e)}}},function(e,i,r){"use strict";var o=r(41),s=r(0),a=r.n(s),l={},c=[],u=r(2),d=r.n(u),h={updatableNotification:null,getDefaultNotificationFunction:null,setDefault:function(e){this.getDefaultNotificationFunction=e},hide:function(e,t){d.a.isFunction(e)&&(t=e,e=void 0),e?(e.each((function(){a()(this)[0].toastify.hideToast(),this===this.updatableNotification&&(this.updatableNotification=null)})),t&&t.call(),this.getDefaultNotificationFunction&&this.getDefaultNotificationFunction()):console.error("Missing argument $row in OC.Notification.hide() call, caller needs to be adjusted to only dismiss its own notification")},showHtml:function(e,t){(t=t||{}).isHTML=!0,t.timeout=t.timeout?t.timeout:-1;var n=window.OCP.Toast.message(e,t);return a()(n.toastElement)},show:function(e,t){(t=t||{}).timeout=t.timeout?t.timeout:-1;var n=window.OCP.Toast.message(e,t);return a()(n.toastElement)},showUpdate:function(e){return this.updatableNotification&&this.updatableNotification.hideToast(),this.updatableNotification=OCP.Toast.message(e,{timeout:-1}),a()(this.updatableNotification.toastElement)},showTemporary:function(e,t){(t=t||{}).timeout=t.timeout||7;var n=window.OCP.Toast.message(e,t);return a()(n.toastElement)},isHidden:function(){return!a()("#content").find(".toastify").length}},f=d.a.throttle((function(){h.showTemporary(t("core","Connection to server lost"))}),7e3,{trailing:!1}),p=r(210),m=r(60),g=window.oc_appconfig||{},v={getValue:function(e,t,n,i){Object(m.getValue)(e,t,n,{success:i})},setValue:function(e,t,n){Object(m.setValue)(e,t,n)},getApps:function(e){Object(m.getApps)({success:e})},getKeys:function(e,t){Object(m.getKeys)(e,{success:t})},deleteKey:function(e,t){Object(m.deleteKey)(e,t)}},_=r(62),y=void 0!==window._oc_appswebroots&&window._oc_appswebroots,b=r(38),w=r.n(b),x=r(211),k=r.n(x),M={create:"POST",update:"PROPPATCH",patch:"PROPPATCH",delete:"DELETE",read:"PROPFIND"};function A(e,t){if(d.a.isArray(e))return d.a.map(e,(function(e){return A(e,t)}));var n={href:e.href};return d.a.each(e.propStat,(function(e){if("HTTP/1.1 200 OK"===e.status)for(var i in e.properties){var r=i;i in t&&(r=t[i]),n[r]=e.properties[i]}})),n.id||(n.id=L(n.href)),n}function L(e){var t=e.indexOf("?");t>0&&(e=e.substr(0,t));var n,i=e.split("/");do{n=i[i.length-1],i.pop()}while(!n&&i.length>0);return n}function T(e){return e>=200&&e<=299}function D(e,t,n,i){return e.propPatch(t.url,function(e,t){var n,i={};for(n in e){var r=t[n],o=e[n];r||(console.warn('No matching DAV property for property "'+n),r=n),(d.a.isBoolean(o)||d.a.isNumber(o))&&(o=""+o),i[r]=o}return i}(n.changed,t.davProperties),i).then((function(e){T(e.status)?d.a.isFunction(t.success)&&t.success(n.toJSON()):d.a.isFunction(t.error)&&t.error(e)}))}var S,E=w.a.noConflict();Object.assign(E,{davCall:function(e,t){var n=new k.a.Client({baseUrl:e.url,xmlNamespaces:d.a.extend({"DAV:":"d","http://owncloud.org/ns":"oc"},e.xmlNamespaces||{})});n.resolveUrl=function(){return e.url};var i=d.a.extend({"X-Requested-With":"XMLHttpRequest",requesttoken:OC.requestToken},e.headers);return"PROPFIND"===e.type?function(e,t,n,i){return e.propFind(t.url,d.a.values(t.davProperties)||[],t.depth,i).then((function(e){if(T(e.status)){if(d.a.isFunction(t.success)){var n=d.a.invert(t.davProperties),i=A(e.body,n);t.depth>0&&i.shift(),t.success(i)}}else d.a.isFunction(t.error)&&t.error(e)}))}(n,e,0,i):"PROPPATCH"===e.type?D(n,e,t,i):"MKCOL"===e.type?function(e,t,n,i){return e.request(t.type,t.url,i,null).then((function(r){T(r.status)?D(e,t,n,i):d.a.isFunction(t.error)&&t.error(r)}))}(n,e,t,i):function(e,t,n,i){return i["Content-Type"]="application/json",e.request(t.type,t.url,i,t.data).then((function(e){if(T(e.status)){if(d.a.isFunction(t.success)){if("PUT"===t.type||"POST"===t.type||"MKCOL"===t.type){var i=e.body||n.toJSON(),r=e.xhr.getResponseHeader("Content-Location");return"POST"===t.type&&r&&(i.id=L(r)),void t.success(i)}if(207===e.status){var o=d.a.invert(t.davProperties);t.success(A(e.body,o))}else t.success(e.body)}}else d.a.isFunction(t.error)&&t.error(e)}))}(n,e,t,i)},davSync:(S=E,function(e,t,n){var i={type:M[e]||e},r=t instanceof S.Collection;if("update"===e&&(t.hasInnerCollection?i.type="MKCOL":(t.usePUT||t.collection&&t.collection.usePUT)&&(i.type="PUT")),n.url||(i.url=d.a.result(t,"url")||function(){throw new Error('A "url" property or function must be specified')}()),null!=n.data||!t||"create"!==e&&"update"!==e&&"patch"!==e||(i.data=JSON.stringify(n.attrs||t.toJSON(n))),"PROPFIND"!==i.type&&(i.processData=!1),"PROPFIND"===i.type||"PROPPATCH"===i.type){var o=t.davProperties;!o&&t.model&&(o=t.model.prototype.davProperties),o&&(d.a.isFunction(o)?i.davProperties=o.call(t):i.davProperties=o),i.davProperties=d.a.extend(i.davProperties||{},n.davProperties),d.a.isUndefined(n.depth)&&(n.depth=r?1:0)}var s=n.error;n.error=function(e,t,i){n.textStatus=t,n.errorThrown=i,s&&s.call(n.context,e,t,i)};var a=n.xhr=S.davCall(d.a.extend(i,n),t);return t.trigger("request",t,a,n),a})});var Y=E,C=r(69),O=r(207),P=window._oc_config||{},I=r(11),H=r(476),j=document.getElementsByTagName("head")[0].getAttribute("data-user"),N=document.getElementsByTagName("head")[0].getAttribute("data-user-displayname"),R=void 0!==j&&j,z=r(89);function F(e){return(F="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}
-/*
+const C={create:"POST",update:"PROPPATCH",patch:"PROPPATCH",delete:"DELETE",read:"PROPFIND"};function x(e,t){if(d.default.isArray(e))return d.default.map(e,(function(e){return x(e,t)}));var n={href:e.href};return d.default.each(e.propStat,(function(e){if("HTTP/1.1 200 OK"===e.status)for(var i in e.properties){var r=i;i in t&&(r=t[i]),n[r]=e.properties[i]}})),n.id||(n.id=k(n.href)),n}function k(e){var t=e.indexOf("?");t>0&&(e=e.substr(0,t));var n,i=e.split("/");do{n=i[i.length-1],i.pop()}while(!n&&i.length>0);return n}function M(e){return e>=200&&e<=299}function E(e,t,n,i){return e.propPatch(t.url,function(e,t){var n,i={};for(n in e){var r=t[n],o=e[n];r||(console.warn('No matching DAV property for property "'+n),r=n),(d.default.isBoolean(o)||d.default.isNumber(o))&&(o=""+o),i[r]=o}return i}(n.changed,t.davProperties),i).then((function(e){M(e.status)?d.default.isFunction(t.success)&&t.success(n.toJSON()):d.default.isFunction(t.error)&&t.error(e)}))}const L=y.a.noConflict();var T;
+/**
+ * @copyright 2019 Christoph Wurst <christoph@winzerhof-wurst.at>
+ *
+ * @author Christoph Wurst <christoph@winzerhof-wurst.at>
+ * @author John Molakvoæ <skjnldsv@protonmail.com>
+ *
+ * @license GNU AGPL version 3 or any later version
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Affero General Public License as
+ * published by the Free Software Foundation, either version 3 of the
+ * License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Affero General Public License for more details.
+ *
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ *
+ */Object.assign(L,{davCall:(e,t)=>{var n=new w.dav.Client({baseUrl:e.url,xmlNamespaces:d.default.extend({"DAV:":"d","http://owncloud.org/ns":"oc"},e.xmlNamespaces||{})});n.resolveUrl=function(){return e.url};var i=d.default.extend({"X-Requested-With":"XMLHttpRequest",requesttoken:OC.requestToken},e.headers);return"PROPFIND"===e.type?function(e,t,n,i){return e.propFind(t.url,d.default.values(t.davProperties)||[],t.depth,i).then((function(e){if(M(e.status)){if(d.default.isFunction(t.success)){var n=d.default.invert(t.davProperties),i=x(e.body,n);t.depth>0&&i.shift(),t.success(i)}}else d.default.isFunction(t.error)&&t.error(e)}))}(n,e,0,i):"PROPPATCH"===e.type?E(n,e,t,i):"MKCOL"===e.type?function(e,t,n,i){return e.request(t.type,t.url,i,null).then((function(r){M(r.status)?E(e,t,n,i):d.default.isFunction(t.error)&&t.error(r)}))}(n,e,t,i):function(e,t,n,i){return i["Content-Type"]="application/json",e.request(t.type,t.url,i,t.data).then((function(e){if(M(e.status)){if(d.default.isFunction(t.success)){if("PUT"===t.type||"POST"===t.type||"MKCOL"===t.type){var i=e.body||n.toJSON(),r=e.xhr.getResponseHeader("Content-Location");return"POST"===t.type&&r&&(i.id=k(r)),void t.success(i)}if(207===e.status){var o=d.default.invert(t.davProperties);t.success(x(e.body,o))}else t.success(e.body)}}else d.default.isFunction(t.error)&&t.error(e)}))}(n,e,t,i)},davSync:(T=L,(e,t,n)=>{var i={type:C[e]||e},r=t instanceof T.Collection;if("update"===e&&(t.hasInnerCollection?i.type="MKCOL":(t.usePUT||t.collection&&t.collection.usePUT)&&(i.type="PUT")),n.url||(i.url=d.default.result(t,"url")||function(){throw new Error('A "url" property or function must be specified')}()),null!=n.data||!t||"create"!==e&&"update"!==e&&"patch"!==e||(i.data=JSON.stringify(n.attrs||t.toJSON(n))),"PROPFIND"!==i.type&&(i.processData=!1),"PROPFIND"===i.type||"PROPPATCH"===i.type){var o=t.davProperties;!o&&t.model&&(o=t.model.prototype.davProperties),o&&(d.default.isFunction(o)?i.davProperties=o.call(t):i.davProperties=o),i.davProperties=d.default.extend(i.davProperties||{},n.davProperties),d.default.isUndefined(n.depth)&&(n.depth=r?1:0)}var a=n.error;n.error=function(e,t,i){n.textStatus=t,n.errorThrown=i,a&&a.call(n.context,e,t,i)};var s=n.xhr=T.davCall(d.default.extend(i,n),t);return t.trigger("request",t,s,n),s})});var D=L,B=r(120);var S=window._oc_config||{};
+/**
+ * @copyright 2019 Christoph Wurst <christoph@winzerhof-wurst.at>
+ *
+ * @author Christoph Wurst <christoph@winzerhof-wurst.at>
+ * @author John Molakvoæ <skjnldsv@protonmail.com>
+ *
+ * @license GNU AGPL version 3 or any later version
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Affero General Public License as
+ * published by the Free Software Foundation, either version 3 of the
+ * License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Affero General Public License for more details.
+ *
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ *
+ */var Y=r(477);
+/**
+ * @copyright 2019 Christoph Wurst <christoph@winzerhof-wurst.at>
+ *
+ * @author Christoph Wurst <christoph@winzerhof-wurst.at>
+ * @author Joas Schilling <coding@schilljs.com>
+ *
+ * @license GNU AGPL version 3 or any later version
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Affero General Public License as
+ * published by the Free Software Foundation, either version 3 of the
+ * License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Affero General Public License for more details.
+ *
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ *
+ */const I=document.getElementsByTagName("head")[0].getAttribute("data-user"),O=document.getElementsByTagName("head")[0].getAttribute("data-user-displayname"),j=void 0!==I&&I;var P=r(119);
+/**
* @copyright 2019 Christoph Wurst <christoph@winzerhof-wurst.at>
* @copyright Copyright (c) 2019 Gary Kim <gary@garykim.dev>
*
- * @author 2019 Christoph Wurst <christoph@winzerhof-wurst.at>
+ * @author Bartek Przybylski <bart.p.pl@gmail.com>
+ * @author Christopher Schäpers <kondou@ts.unde.re>
+ * @author Christoph Wurst <christoph@winzerhof-wurst.at>
+ * @author Daniel Calviño Sánchez <danxuliu@gmail.com>
+ * @author Daniel Kesselberg <mail@danielkesselberg.de>
+ * @author Florian Schunk <florian.schunk@rwth-aachen.de>
* @author Gary Kim <gary@garykim.dev>
+ * @author Hendrik Leppelsack <hendrik@leppelsack.de>
+ * @author Jan-Christoph Borchardt <hey@jancborchardt.net>
+ * @author Joas Schilling <coding@schilljs.com>
+ * @author John Molakvoæ <skjnldsv@protonmail.com>
+ * @author Jörn Friedrich Dreyer <jfd@butonic.de>
+ * @author Julius Härtl <jus@bitgrid.net>
+ * @author Loïc Hermann <loic.hermann@sciam.fr>
+ * @author Morris Jobke <hey@morrisjobke.de>
+ * @author Olivier Paroz <github@oparoz.com>
+ * @author Robin Appelman <robin@icewind.nl>
+ * @author Roeland Jago Douma <roeland@famdouma.nl>
+ * @author Sujith Haridasan <Sujith_Haridasan@mentor.com>
+ * @author Thomas Citharel <nextcloud@tcit.fr>
+ * @author Thomas Müller <thomas.mueller@tmit.eu>
+ * @author Thomas Tanghus <thomas@tanghus.net>
+ * @author Vincent Petry <vincent@nextcloud.com>
*
* @license GNU AGPL version 3 or any later version
*
@@ -43,12 +230,42 @@ function(e){var t,n,i,r,o,s,a,l,c,u,d,h,f,p,m,g,v,_,y,b="sizzle"+1*new Date,w=e.
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see <http://www.gnu.org/licenses/>.
- */var B={YES_NO_BUTTONS:70,OK_BUTTONS:71,FILEPICKER_TYPE_CHOOSE:1,FILEPICKER_TYPE_MOVE:2,FILEPICKER_TYPE_COPY:3,FILEPICKER_TYPE_COPY_MOVE:4,FILEPICKER_TYPE_CUSTOM:5,dialogsCounter:0,alert:function(e,t,n,i){this.message(e,t,"alert",B.OK_BUTTON,n,i)},info:function(e,t,n,i){this.message(e,t,"info",B.OK_BUTTON,n,i)},confirm:function(e,t,n,i){return this.message(e,t,"notice",B.YES_NO_BUTTONS,n,i)},confirmDestructive:function(e,t,n,i,r){return this.message(e,t,"none",n,i,r)},confirmHtml:function(e,t,n,i){return this.message(e,t,"notice",B.YES_NO_BUTTONS,n,i,!0)},prompt:function(e,n,i,r,o,s){return a.a.when(this._getMessageTemplate()).then((function(l){var c="oc-dialog-"+B.dialogsCounter+"-content",u="#"+c,h=l.octemplate({dialog_name:c,title:n,message:e,type:"notice"}),f=a()("<input/>");f.attr("type",s?"password":"text").attr("id",c+"-input").attr("placeholder",o);var p=a()("<label/>").attr("for",c+"-input").text(o+": ");h.append(p),h.append(f),void 0===r&&(r=!1),a()("body").append(h),void 0!==i&&(i=d.a.once(i));var m=[{text:t("core","No"),click:function(){void 0!==i&&i(!1,f.val()),a()(u).ocdialog("close")}},{text:t("core","Yes"),click:function(){void 0!==i&&i(!0,f.val()),a()(u).ocdialog("close")},defaultButton:!0}];a()(u).ocdialog({closeOnEscape:!0,modal:r,buttons:m,close:function(){void 0!==i&&i(!1,f.val())}}),f.focus(),B.dialogsCounter++}))},filepicker:function(e,n,i,r,o,s,l,c){var u=this;if(this.filepicker.sortField="name",this.filepicker.sortOrder="asc",!this.filepicker.loading){void 0===s&&(s=this.FILEPICKER_TYPE_CHOOSE);var h=t("core","No files in here"),f=t("files","New folder");s!==this.FILEPICKER_TYPE_COPY&&s!==this.FILEPICKER_TYPE_MOVE&&s!==this.FILEPICKER_TYPE_COPY_MOVE||(h=t("core","No more subfolders in here")),this.filepicker.loading=!0,this.filepicker.filesClient=z.a.Sharing&&z.a.Sharing.PublicApp&&z.a.Sharing.PublicApp.fileList?z.a.Sharing.PublicApp.fileList.filesClient:pe.Files.getClient(),this.filelist=null,l=l||"",c=Object.assign({allowDirectoryChooser:!1},c),a.a.when(this._getFilePickerTemplate()).then((function(p){u.filepicker.loading=!1;u.$filePicker&&u.$filePicker.ocdialog("close"),null==r&&(r=[]),"string"==typeof r&&(r=[r]),u.$filePicker=p.octemplate({dialog_name:"oc-dialog-filepicker-content",title:e,emptytext:h,newtext:f,nameCol:t("core","Name"),sizeCol:t("core","Size"),modifiedCol:t("core","Modified")}).data("path",l).data("multiselect",i).data("mimetype",r).data("allowDirectoryChooser",c.allowDirectoryChooser),void 0===o&&(o=!1),void 0===i&&(i=!1),pe.Util.isIE()&&(u.$filePicker.find("#picker-view-toggle").remove(),u.$filePicker.find("#picker-filestable").removeClass("view-grid")),a()("body").append(u.$filePicker),u.$showGridView=a()("input#picker-showgridview"),u.$showGridView.on("change",d.a.bind(u._onGridviewChange,u)),pe.Util.isIE()||u._getGridSettings();var m=u.$filePicker.find(".actions.creatable .button-add");s!==u.FILEPICKER_TYPE_CHOOSE||c.allowDirectoryChooser||m.hide(),m.on("focus",(function(){u.$filePicker.ocdialog("setEnterCallback",(function(){event.stopImmediatePropagation(),event.preventDefault(),m.click()}))})),m.on("blur",(function(){u.$filePicker.ocdialog("unsetEnterCallback")})),pe.registerMenu(m,u.$filePicker.find(".menu"),(function(){v.focus(),u.$filePicker.ocdialog("setEnterCallback",(function(){event.stopImmediatePropagation(),event.preventDefault(),u.$filePicker.submit()}));var e=v.val(),t=e.lastIndexOf(".");-1===t&&(t=e.length),v.selectRange(0,t)}));var g=u.$filePicker.find(".filenameform"),v=g.find("input[type='text']");g.find("input[type='submit']").on("click",(function(e){e.stopImmediatePropagation(),e.preventDefault(),g.submit()}));var _=function(){var e=v.val();try{if(function(e){var n=e.trim();if("."===n||".."===n)throw t("files",'"{name}" is an invalid file name.',{name:e});if(0===n.length)throw t("files","File name cannot be empty.");if(-1!==n.indexOf("/"))throw t("files",'"/" is not allowed inside a file name.');if(n.match(pe.config.blacklist_files_regex))throw t("files",'"{name}" is not an allowed filetype',{name:e});return!0}(e)){if(u.filelist.find((function(e){return e.name===this}),e))throw t("files","{newName} already exists",{newName:e},void 0,{escape:!1});return!0}}catch(e){v.attr("title",e),v.tooltip({placement:"right",trigger:"manual",container:".newFolderMenu"}),v.tooltip("fixTitle"),v.tooltip("show"),v.addClass("error")}return!1};g.on("submit",(function(e){if(e.stopPropagation(),e.preventDefault(),_()){var t=v.val();u.filepicker.filesClient.createDirectory(u.$filePicker.data("path")+"/"+t).always((function(e){u._fillFilePicker(u.$filePicker.data("path")+"/"+t)})),pe.hideMenus(),u.$filePicker.ocdialog("unsetEnterCallback"),u.$filePicker.click(),v.val(f)}})),v.keypress((function(e){13!==e.keyCode&&13!==e.which||(e.stopImmediatePropagation(),e.preventDefault(),g.submit())})),u.$filePicker.ready((function(){u.$fileListHeader=u.$filePicker.find(".filelist thead tr"),u.$filelist=u.$filePicker.find(".filelist tbody"),u.$filelistContainer=u.$filePicker.find(".filelist-container"),u.$dirTree=u.$filePicker.find(".dirtree"),u.$dirTree.on("click","div:not(:last-child)",u,(function(e){u._handleTreeListSelect(e,s)})),u.$filelist.on("click","tr",(function(e){u._handlePickerClick(e,a()(this),s)})),u.$fileListHeader.on("click","a",(function(e){var t=u.$filePicker.data("path");u.filepicker.sortField=a()(e.currentTarget).data("sort"),u.filepicker.sortOrder="asc"===u.filepicker.sortOrder?"desc":"asc",u._fillFilePicker(t)})),u._fillFilePicker(l)}));var y=function(e){if(void 0!==n){var t;if(!0===i)t=[],u.$filelist.find("tr.filepicker_element_selected").each((function(e,n){t.push(u.$filePicker.data("path")+"/"+a()(n).data("entryname"))}));else{t=u.$filePicker.data("path");var r=u.$filelist.find("tr.filepicker_element_selected").data("entryname");r&&(t+="/"+r)}n(t,e),u.$filePicker.ocdialog("close")}},b=[];s===B.FILEPICKER_TYPE_CHOOSE?b.push({text:t("core","Choose"),click:function(){y(B.FILEPICKER_TYPE_CHOOSE)},defaultButton:!0}):s===B.FILEPICKER_TYPE_CUSTOM?c.buttons.forEach((function(e){b.push({text:e.text,click:function(){y(e.type)},defaultButton:e.defaultButton})})):(s!==B.FILEPICKER_TYPE_COPY&&s!==B.FILEPICKER_TYPE_COPY_MOVE||b.push({text:t("core","Copy"),click:function(){y(B.FILEPICKER_TYPE_COPY)},defaultButton:!1}),s!==B.FILEPICKER_TYPE_MOVE&&s!==B.FILEPICKER_TYPE_COPY_MOVE||b.push({text:t("core","Move"),click:function(){y(B.FILEPICKER_TYPE_MOVE)},defaultButton:!0})),u.$filePicker.ocdialog({closeOnEscape:!0,width:600,height:500,modal:o,buttons:b,style:{buttons:"aside"},close:function(){try{a()(this).ocdialog("destroy").remove()}catch(e){}u.$filePicker=null}});var w=u.$filePicker.closest(".oc-dialog").find(".primary");-1!==u.$filePicker.data("mimetype").indexOf("httpd/unix-directory")||u.$filePicker.data("allowDirectoryChooser")?w.prop("disabled",!1):w.prop("disabled",!0)})).fail((function(e,n){u.filepicker.loading=!1,0!==e&&alert(t("core","Error loading file picker template: {error}",{error:n}))}))}},message:function(e,n,i,r,o,s,l){return a.a.when(this._getMessageTemplate()).then((function(c){var u="oc-dialog-"+B.dialogsCounter+"-content",d="#"+u,h=c.octemplate({dialog_name:u,title:n,message:e,type:i},l?{escapeFunction:""}:{});void 0===s&&(s=!1),a()("body").append(h);var f=[];switch(r){case B.YES_NO_BUTTONS:f=[{text:t("core","No"),click:function(){void 0!==o&&o(!1),a()(d).ocdialog("close")}},{text:t("core","Yes"),click:function(){void 0!==o&&o(!0),a()(d).ocdialog("close")},defaultButton:!0}];break;case B.OK_BUTTON:f[0]={text:t("core","OK"),click:function(){a()(d).ocdialog("close"),void 0!==o&&o()},defaultButton:!0};break;default:if("object"===F(r))switch(r.type){case B.YES_NO_BUTTONS:f=[{text:r.cancel||t("core","No"),click:function(){void 0!==o&&o(!1),a()(d).ocdialog("close")}},{text:r.confirm||t("core","Yes"),click:function(){void 0!==o&&o(!0),a()(d).ocdialog("close")},defaultButton:!0,classes:r.confirmClasses}]}}a()(d).ocdialog({closeOnEscape:!0,modal:s,buttons:f}),B.dialogsCounter++})).fail((function(i,r){0===i?alert(n+": "+e):alert(t("core","Error loading message template: {error}",{error:r}))}))},_fileexistsshown:!1,fileexists:function(e,i,r,o){var s=this,l=new a.a.Deferred,c=function(e){var t,n,i,r=document.createElement("canvas"),o=e.width,s=e.height;return o>s?(n=0,t=(o-s)/2):(n=(s-o)/2,t=0),i=Math.min(o,s),r.width=i,r.height=i,r.getContext("2d").drawImage(e,t,n,i,i,0,0,i,i),u(r,i,i,96,96),r.toDataURL("image/png",.7)},u=function(e,t,n,i,r){i=Math.round(i),r=Math.round(r);for(var o=e.getContext("2d").getImageData(0,0,t,n),s=e.getContext("2d").getImageData(0,0,i,r),a=o.data,l=s.data,c=t/i,u=n/r,d=Math.ceil(c/2),h=Math.ceil(u/2),f=0;f<r;f++)for(var p=0;p<i;p++){for(var m=4*(p+f*i),g=0,v=0,_=0,y=0,b=0,w=0,x=0,k=(f+.5)*u,M=Math.floor(f*u);M<(f+1)*u;M++)for(var A=Math.abs(k-(M+.5))/h,L=(p+.5)*c,T=A*A,D=Math.floor(p*c);D<(p+1)*c;D++){var S=Math.abs(L-(D+.5))/d,E=Math.sqrt(T+S*S);E>=-1&&E<=1&&(g=2*E*E*E-3*E*E+1)>0&&(x+=g*a[(S=4*(D+M*t))+3],_+=g,a[S+3]<255&&(g=g*a[S+3]/250),y+=g*a[S],b+=g*a[S+1],w+=g*a[S+2],v+=g)}l[m]=y/v,l[m+1]=b/v,l[m+2]=w/v,l[m+3]=x/_}e.getContext("2d").clearRect(0,0,Math.max(t,i),Math.max(n,r)),e.width=i,e.height=r,e.getContext("2d").putImageData(s,0,0)},d=function(n,i,r){var o=n.find(".template").clone().removeClass("template").addClass("conflict"),s=o.find(".original"),l=o.find(".replacement");o.data("data",e),o.find(".filename").text(i.name),s.find(".size").text(pe.Util.humanFileSize(i.size)),s.find(".mtime").text(formatDate(i.mtime)),r.size&&r.lastModifiedDate&&(l.find(".size").text(pe.Util.humanFileSize(r.size)),l.find(".mtime").text(formatDate(r.lastModifiedDate)));var u=i.directory+"/"+i.name,d={file:u,x:96,y:96,c:i.etag,forceIcon:0},h=Files.generatePreviewUrl(d);h=h.replace(/'/g,"%27"),s.find(".icon").css({"background-image":"url('"+h+"')"}),function(e){var t=new a.a.Deferred,n=e.type&&e.type.split("/").shift();if(window.FileReader&&"image"===n){var i=new FileReader;i.onload=function(e){var n=new Blob([e.target.result]);window.URL=window.URL||window.webkitURL;var i=window.URL.createObjectURL(n),r=new Image;r.src=i,r.onload=function(){var e=c(r);t.resolve(e)}},i.readAsArrayBuffer(e)}else t.reject();return t}(r).then((function(e){l.find(".icon").css("background-image","url("+e+")")}),(function(){u=pe.MimeType.getIconUrl(r.type),l.find(".icon").css("background-image","url("+u+")")}));var f=n.find(".conflict").length;s.find("input:checkbox").attr("id","checkbox_original_"+f),l.find("input:checkbox").attr("id","checkbox_replacement_"+f),n.append(o),r.lastModifiedDate&&r.lastModifiedDate.getTime()>i.mtime?l.find(".mtime").css("font-weight","bold"):r.lastModifiedDate&&r.lastModifiedDate.getTime()<i.mtime&&s.find(".mtime").css("font-weight","bold"),r.size&&r.size>i.size?l.find(".size").css("font-weight","bold"):r.size&&r.size<i.size&&s.find(".size").css("font-weight","bold"),"readonly"===i.status&&(s.addClass("readonly").find('input[type="checkbox"]').prop("checked",!0).prop("disabled",!0),s.find(".message").text(t("core","read-only")))},h="#oc-dialog-fileexists-content";if(this._fileexistsshown){var f=a()(h+" .conflicts");d(f,i,r);var p=a()(h+" .conflict").length,m=n("core","{count} file conflict","{count} file conflicts",p,{count:p});a()(h).parent().children(".oc-dialog-title").text(m),a()(window).trigger("resize"),l.resolve()}else this._fileexistsshown=!0,a.a.when(this._getFileExistsTemplate()).then((function(n){var c=t("core","One file conflict"),u=n.octemplate({dialog_name:"oc-dialog-fileexists-content",title:c,type:"fileexists",allnewfiles:t("core","New Files"),allexistingfiles:t("core","Already existing files"),why:t("core","Which files do you want to keep?"),what:t("core","If you select both versions, the copied file will have a number added to its name.")});if(a()("body").append(u),i&&r){var f=u.find(".conflicts");d(f,i,r)}var p=[{text:t("core","Cancel"),classes:"cancel",click:function(){void 0!==o.onCancel&&o.onCancel(e),a()(h).ocdialog("close")}},{text:t("core","Continue"),classes:"continue",click:function(){void 0!==o.onContinue&&o.onContinue(a()(h+" .conflict")),a()(h).ocdialog("close")}}];a()(h).ocdialog({width:500,closeOnEscape:!0,modal:!0,buttons:p,closeButton:null,close:function(){s._fileexistsshown=!1,a()(this).ocdialog("destroy").remove()}}),a()(h).css("height","auto");var m=u.closest(".oc-dialog").find("button.continue");function g(){var e=u.find(".conflicts .checkbox:checked").length;m.prop("disabled",0===e)}m.prop("disabled",!0),a()(h).find(".allnewfiles").on("click",(function(){a()(h).find('.conflict .replacement input[type="checkbox"]').prop("checked",a()(this).prop("checked"))})),a()(h).find(".allexistingfiles").on("click",(function(){a()(h).find('.conflict .original:not(.readonly) input[type="checkbox"]').prop("checked",a()(this).prop("checked"))})),a()(h).find(".conflicts").on("click",".replacement,.original:not(.readonly)",(function(){var e=a()(this).find('input[type="checkbox"]');e.prop("checked",!e.prop("checked"))})),a()(h).find(".conflicts").on("click",'.replacement input[type="checkbox"],.original:not(.readonly) input[type="checkbox"]',(function(){var e=a()(this);e.prop("checked",!e.prop("checked"))})),a()(h).on("click",".replacement,.allnewfiles",(function(){var e=a()(h).find('.conflict .replacement input[type="checkbox"]:checked').length;e===a()(h+" .conflict").length?(a()(h).find(".allnewfiles").prop("checked",!0),a()(h).find(".allnewfiles + .count").text(t("core","(all selected)"))):e>0?(a()(h).find(".allnewfiles").prop("checked",!1),a()(h).find(".allnewfiles + .count").text(t("core","({count} selected)",{count:e}))):(a()(h).find(".allnewfiles").prop("checked",!1),a()(h).find(".allnewfiles + .count").text("")),g()})),a()(h).on("click",".original,.allexistingfiles",(function(){var e=a()(h).find('.conflict .original input[type="checkbox"]:checked').length;e===a()(h+" .conflict").length?(a()(h).find(".allexistingfiles").prop("checked",!0),a()(h).find(".allexistingfiles + .count").text(t("core","(all selected)"))):e>0?(a()(h).find(".allexistingfiles").prop("checked",!1),a()(h).find(".allexistingfiles + .count").text(t("core","({count} selected)",{count:e}))):(a()(h).find(".allexistingfiles").prop("checked",!1),a()(h).find(".allexistingfiles + .count").text("")),g()})),l.resolve()})).fail((function(){l.reject(),alert(t("core","Error loading file exists template"))}));return l.promise()},_getGridSettings:function(){var e=this;a.a.get(pe.generateUrl("/apps/files/api/v1/showgridview"),(function(t){e.$showGridView.get(0).checked=t.gridview,e.$showGridView.next("#picker-view-toggle").removeClass("icon-toggle-filelist icon-toggle-pictures").addClass(t.gridview?"icon-toggle-filelist":"icon-toggle-pictures"),a()(".list-container").toggleClass("view-grid",t.gridview)}))},_onGridviewChange:function(){var e=this.$showGridView.is(":checked");pe.currentUser&&a.a.post(pe.generateUrl("/apps/files/api/v1/showgridview"),{show:e}),this.$showGridView.next("#picker-view-toggle").removeClass("icon-toggle-filelist icon-toggle-pictures").addClass(e?"icon-toggle-filelist":"icon-toggle-pictures"),a()(".list-container").toggleClass("view-grid",e)},_getFilePickerTemplate:function(){var e=a.a.Deferred();if(this.$filePickerTemplate)e.resolve(this.$filePickerTemplate);else{var t=this;a.a.get(pe.filePath("core","templates","filepicker.html"),(function(n){t.$filePickerTemplate=a()(n),t.$listTmpl=t.$filePickerTemplate.find(".filelist tbody tr:first-child").detach(),e.resolve(t.$filePickerTemplate)})).fail((function(t,n,i){e.reject(t.status,i)}))}return e.promise()},_getMessageTemplate:function(){var e=a.a.Deferred();if(this.$messageTemplate)e.resolve(this.$messageTemplate);else{var t=this;a.a.get(pe.filePath("core","templates","message.html"),(function(n){t.$messageTemplate=a()(n),e.resolve(t.$messageTemplate)})).fail((function(t,n,i){e.reject(t.status,i)}))}return e.promise()},_getFileExistsTemplate:function(){var e=a.a.Deferred();if(this.$fileexistsTemplate)e.resolve(this.$fileexistsTemplate);else{var t=this;a.a.get(pe.filePath("files","templates","fileexists.html"),(function(n){t.$fileexistsTemplate=a()(n),e.resolve(t.$fileexistsTemplate)})).fail((function(){e.reject()}))}return e.promise()},_getFileList:function(e,t){return"string"==typeof t&&(t=[t]),a.a.getJSON(pe.filePath("files","ajax","list.php"),{dir:e,mimetypes:JSON.stringify(t)})},_fillFilePicker:function(e){var n=this;this.$filelist.empty(),this.$filePicker.find(".emptycontent").hide(),this.$filelistContainer.addClass("icon-loading"),this.$filePicker.data("path",e);var i=this.$filePicker.data("mimetype");"string"==typeof i&&(i=[i]),n.$fileListHeader.find(".sort-indicator").addClass("hidden").removeClass("icon-triangle-n").removeClass("icon-triangle-s"),n.$fileListHeader.find("[data-sort="+n.filepicker.sortField+"] .sort-indicator").removeClass("hidden"),"asc"===n.filepicker.sortOrder?n.$fileListHeader.find("[data-sort="+n.filepicker.sortField+"] .sort-indicator").addClass("icon-triangle-n"):n.$fileListHeader.find("[data-sort="+n.filepicker.sortField+"] .sort-indicator").addClass("icon-triangle-s"),n.filepicker.filesClient.getFolderContents(e).then((function(r,o){n.filelist=o,i&&i.length>0&&-1===i.indexOf("*")&&(o=o.filter((function(e){return"dir"===e.type||-1!==i.indexOf(e.mimetype)})));var s={name:function(e,t){return"dir"===e.type&&"dir"!==t.type?-1:"dir"!==e.type&&"dir"===t.type?1:pe.Util.naturalSortCompare(e.name,t.name)},size:function(e,t){return e.size-t.size},mtime:function(e,t){return e.mtime-t.mtime}},l=s[n.filepicker.sortField]||s.name;o=o.sort((function(e,t){var i=function(e){return e.tags&&e.tags.indexOf(pe.TAG_FAVORITE)>=0};return i(e)&&!i(t)?-1:!i(e)&&i(t)?1:"asc"===n.filepicker.sortOrder?l(e,t):-l(e,t)})),n._fillSlug(),0===o.length?(n.$filePicker.find(".emptycontent").show(),n.$fileListHeader.hide()):(n.$filePicker.find(".emptycontent").hide(),n.$fileListHeader.show()),a.a.each(o,(function(i,r){var o,s;if(r.icon=pe.MimeType.getIconUrl(r.mimetype),void 0!==r.size&&r.size>=0?(o=pe.Util.humanFileSize(parseInt(r.size,10),!0),s=Math.round(160-Math.pow(r.size/1048576,2))):(o=t("files","Pending"),s=80),r.name.length>=10)var l=Math.min(Math.floor(r.name.length/2),10),c=r.name.substr(0,r.name.length-l),u=r.name.substr(r.name.length-l);else c=r.name,u="";var d=n.$listTmpl.octemplate({type:r.type,dir:e,filename:r.name,filename1:c,filename2:u,date:pe.Util.relativeModifiedDate(r.mtime),size:o,sizeColor:s,icon:r.icon});if("file"===r.type){var h={file:e+"/"+r.name,x:100,y:100},f=new Image,p=pe.generateUrl("/core/preview.png?")+a.a.param(h);f.onload=function(){f.width>5&&d.find("td.filename").attr("style","background-image:url("+p+")")},f.src=p}n.$filelist.append(d)})),n.$filelistContainer.removeClass("icon-loading")}))},_fillSlug:function(){this.$dirTree.empty();var e=this,t=this.$filePicker.data("path"),n=a()('<div data-dir="{dir}"><a>{name}</a></div>').addClass("crumb");if(t){var i=t.split("/");a.a.each(i,(function(t,r){if(""===(r=i.pop()))return!1;e.$dirTree.prepend(n.octemplate({dir:i.join("/")+"/"+r,name:r}))}))}n.octemplate({dir:"",name:""},{escapeFunction:null}).prependTo(this.$dirTree)},_handleTreeListSelect:function(e,t){var n=e.data,i=a()(e.target).closest(".crumb").data("dir");n._fillFilePicker(i);var r=e.target.closest(".oc-dialog"),o=a()(".primary",r);this._changeButtonsText(t,i.split(/[/]+/).pop()),-1!==this.$filePicker.data("mimetype").indexOf("httpd/unix-directory")||this.$filePicker.data("allowDirectoryChooser")?o.prop("disabled",!1):o.prop("disabled",!0)},_handlePickerClick:function(e,t,n){var i=this.$filePicker.closest(".oc-dialog").find(".primary");"file"===t.data("type")?(!0===this.$filePicker.data("multiselect")&&e.ctrlKey||this.$filelist.find(".filepicker_element_selected").removeClass("filepicker_element_selected"),t.toggleClass("filepicker_element_selected"),i.prop("disabled",!1)):"dir"===t.data("type")&&(this._fillFilePicker(this.$filePicker.data("path")+"/"+t.data("entryname")),this._changeButtonsText(n,t.data("entryname")),-1!==this.$filePicker.data("mimetype").indexOf("httpd/unix-directory")||this.$filePicker.data("allowDirectoryChooser")?i.prop("disabled",!1):i.prop("disabled",!0))},_changeButtonsText:function(e,n){var i=""===n?t("core","Copy"):t("core","Copy to {folder}",{folder:n}),r=""===n?t("core","Move"):t("core","Move to {folder}",{folder:n}),o=a()(".oc-dialog-buttonrow button");switch(e){case this.FILEPICKER_TYPE_CHOOSE:case this.FILEPICKER_TYPE_CUSTOM:break;case this.FILEPICKER_TYPE_COPY:o.text(i);break;case this.FILEPICKER_TYPE_MOVE:o.text(r);break;case this.FILEPICKER_TYPE_COPY_MOVE:o.eq(0).text(i),o.eq(1).text(r)}}},W=B,U=r(58),Q=function e(t,n){var i,r,o="";if(this.typelessListeners=[],this.closed=!1,this.listeners={},n)for(i in n)o+=i+"="+encodeURIComponent(n[i])+"&";if(o+="requesttoken="+encodeURIComponent(Object(U.a)()),this.useFallBack||"undefined"==typeof EventSource){var s="oc_eventsource_iframe_"+e.iframeCount;e.fallBackSources[e.iframeCount]=this,this.iframe=a()("<iframe/>"),this.iframe.attr("id",s),this.iframe.hide(),r="&",-1===t.indexOf("?")&&(r="?"),this.iframe.attr("src",t+r+"fallback=true&fallback_id="+e.iframeCount+"&"+o),a()("body").append(this.iframe),this.useFallBack=!0,e.iframeCount++}else r="&",-1===t.indexOf("?")&&(r="?"),this.source=new EventSource(t+r+o),this.source.onmessage=function(e){for(var t=0;t<this.typelessListeners.length;t++)this.typelessListeners[t](JSON.parse(e.data))}.bind(this);this.listen("__internal__",function(e){"close"===e&&this.close()}.bind(this))};Q.fallBackSources=[],Q.iframeCount=0,Q.fallBackCallBack=function(e,t,n){Q.fallBackSources[e].fallBackCallBack(t,n)},Q.prototype={typelessListeners:[],iframe:null,listeners:{},useFallBack:!1,fallBackCallBack:function(e,t){var n;if(!this.closed)if(e){if(void 0!==this.listeners.done)for(n=0;n<this.listeners[e].length;n++)this.listeners[e][n](t)}else for(n=0;n<this.typelessListeners.length;n++)this.typelessListeners[n](t)},lastLength:0,listen:function(e,t){t&&t.call&&(e?this.useFallBack?(this.listeners[e]||(this.listeners[e]=[]),this.listeners[e].push(t)):this.source.addEventListener(e,(function(e){void 0!==e.data?t(JSON.parse(e.data)):t("")}),!1):this.typelessListeners.push(t))},close:function(){this.closed=!0,void 0!==this.source&&this.source.close()}};var q=Q,G=window._oc_capabilities||{},V=function(){return G},J=null,K=function(e){if(J){var t=J;J.trigger(new a.a.Event("beforeHide")),J.slideUp(I.j,(function(){t.trigger(new a.a.Event("afterHide")),e&&e.apply(this,arguments)}))}a()(".menutoggle").attr("aria-expanded",!1),a()(".openedMenu").removeClass("openedMenu"),J=null,null},X=!!window._oc_isadmin,Z=r(42),$=r(22),ee={startSaving:function(e){this.startAction(e,t("core","Saving …"))},startAction:function(e,t){a()(e).text(t).removeClass("success").removeClass("error").stop(!0,!0).show()},finishedSaving:function(e,t){this.finishedAction(e,t)},finishedAction:function(e,t){"success"===t.status?this.finishedSuccess(e,t.data.message):this.finishedError(e,t.data.message)},finishedSuccess:function(e,t){a()(e).text(t).addClass("success").removeClass("error").stop(!0,!0).delay(3e3).fadeOut(900).show()},finishedError:function(e,t){a()(e).text(t).addClass("error").removeClass("success").show()}},te=r(212),ne=function(e){pe.Search.search(e,null,0,30)};
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ *
+ */const H={YES_NO_BUTTONS:70,OK_BUTTONS:71,FILEPICKER_TYPE_CHOOSE:1,FILEPICKER_TYPE_MOVE:2,FILEPICKER_TYPE_COPY:3,FILEPICKER_TYPE_COPY_MOVE:4,FILEPICKER_TYPE_CUSTOM:5,dialogsCounter:0,alert:function(e,t,n,i){this.message(e,t,"alert",H.OK_BUTTON,n,i)},info:function(e,t,n,i){this.message(e,t,"info",H.OK_BUTTON,n,i)},confirm:function(e,t,n,i){return this.message(e,t,"notice",H.YES_NO_BUTTONS,n,i)},confirmDestructive:function(e,t,n,i,r){return this.message(e,t,"none",n,i,void 0===r||r)},confirmHtml:function(e,t,n,i){return this.message(e,t,"notice",H.YES_NO_BUTTONS,n,i,!0)},prompt:function(e,n,i,r,o,a){return s.a.when(this._getMessageTemplate()).then((function(l){var u="oc-dialog-"+H.dialogsCounter+"-content",c="#"+u,h=l.octemplate({dialog_name:u,title:n,message:e,type:"notice"}),p=s()("<input/>");p.attr("type",a?"password":"text").attr("id",u+"-input").attr("placeholder",o);var f=s()("<label/>").attr("for",u+"-input").text(o+": ");h.append(f),h.append(p),void 0===r&&(r=!1),s()("body").append(h),void 0!==i&&(i=d.default.once(i));var m=[{text:t("core","No"),click:function(){void 0!==i&&i(!1,p.val()),s()(c).ocdialog("close")}},{text:t("core","Yes"),click:function(){void 0!==i&&i(!0,p.val()),s()(c).ocdialog("close")},defaultButton:!0}];s()(c).ocdialog({closeOnEscape:!0,modal:r,buttons:m,close:function(){void 0!==i&&i(!1,p.val())}}),p.focus(),H.dialogsCounter++}))},filepicker:function(e,n,i,r,o,a,l,u){var c=this;if(this.filepicker.sortField="name",this.filepicker.sortOrder="asc",!this.filepicker.loading){void 0===a&&(a=this.FILEPICKER_TYPE_CHOOSE);var h=t("core","No files in here"),p=t("files","New folder");a!==this.FILEPICKER_TYPE_COPY&&a!==this.FILEPICKER_TYPE_MOVE&&a!==this.FILEPICKER_TYPE_COPY_MOVE||(h=t("core","No more subfolders in here")),this.filepicker.loading=!0,this.filepicker.filesClient=P.a.Sharing&&P.a.Sharing.PublicApp&&P.a.Sharing.PublicApp.fileList?P.a.Sharing.PublicApp.fileList.filesClient:le.Files.getClient(),this.filelist=null,l=l||"",u=Object.assign({allowDirectoryChooser:!1},u),s.a.when(this._getFilePickerTemplate()).then((function(f){c.filepicker.loading=!1;c.$filePicker&&c.$filePicker.ocdialog("close"),null==r&&(r=[]),"string"==typeof r&&(r=[r]),c.$filePicker=f.octemplate({dialog_name:"oc-dialog-filepicker-content",title:e,emptytext:h,newtext:p,nameCol:t("core","Name"),sizeCol:t("core","Size"),modifiedCol:t("core","Modified")}).data("path",l).data("multiselect",i).data("mimetype",r).data("allowDirectoryChooser",u.allowDirectoryChooser),void 0===o&&(o=!1),void 0===i&&(i=!1),le.Util.isIE()&&(c.$filePicker.find("#picker-view-toggle").remove(),c.$filePicker.find("#picker-filestable").removeClass("view-grid")),s()("body").append(c.$filePicker),c.$showGridView=s()("input#picker-showgridview"),c.$showGridView.on("change",d.default.bind(c._onGridviewChange,c)),le.Util.isIE()||c._getGridSettings();var m=c.$filePicker.find(".actions.creatable .button-add");a!==c.FILEPICKER_TYPE_CHOOSE||u.allowDirectoryChooser||m.hide(),m.on("focus",(function(){c.$filePicker.ocdialog("setEnterCallback",(function(){event.stopImmediatePropagation(),event.preventDefault(),m.click()}))})),m.on("blur",(function(){c.$filePicker.ocdialog("unsetEnterCallback")})),le.registerMenu(m,c.$filePicker.find(".menu"),(function(){A.focus(),c.$filePicker.ocdialog("setEnterCallback",(function(){event.stopImmediatePropagation(),event.preventDefault(),c.$filePicker.submit()}));var e=A.val(),t=e.lastIndexOf(".");-1===t&&(t=e.length),A.selectRange(0,t)}));var g=c.$filePicker.find(".filenameform"),A=g.find("input[type='text']");g.find("input[type='submit']").on("click",(function(e){e.stopImmediatePropagation(),e.preventDefault(),g.submit()}));var v=function(){var e=A.val();try{if(function(e){var n=e.trim();if("."===n||".."===n)throw t("files",'"{name}" is an invalid file name.',{name:e});if(0===n.length)throw t("files","File name cannot be empty.");if(-1!==n.indexOf("/"))throw t("files",'"/" is not allowed inside a file name.');if(n.match(le.config.blacklist_files_regex))throw t("files",'"{name}" is not an allowed filetype',{name:e});return!0}(e)){if(c.filelist.find((function(e){return e.name===this}),e))throw t("files","{newName} already exists",{newName:e},void 0,{escape:!1});return!0}}catch(e){A.attr("title",e),A.tooltip({placement:"right",trigger:"manual",container:".newFolderMenu"}),A.tooltip("fixTitle"),A.tooltip("show"),A.addClass("error")}return!1};g.on("submit",(function(e){if(e.stopPropagation(),e.preventDefault(),v()){var t=A.val();c.filepicker.filesClient.createDirectory(c.$filePicker.data("path")+"/"+t).always((function(e){c._fillFilePicker(c.$filePicker.data("path")+"/"+t)})),le.hideMenus(),c.$filePicker.ocdialog("unsetEnterCallback"),c.$filePicker.click(),A.val(p)}})),A.keypress((function(e){13!==e.keyCode&&13!==e.which||(e.stopImmediatePropagation(),e.preventDefault(),g.submit())})),c.$filePicker.ready((function(){c.$fileListHeader=c.$filePicker.find(".filelist thead tr"),c.$filelist=c.$filePicker.find(".filelist tbody"),c.$filelistContainer=c.$filePicker.find(".filelist-container"),c.$dirTree=c.$filePicker.find(".dirtree"),c.$dirTree.on("click","div:not(:last-child)",c,(function(e){c._handleTreeListSelect(e,a)})),c.$filelist.on("click","tr",(function(e){c._handlePickerClick(e,s()(this),a)})),c.$fileListHeader.on("click","a",(function(e){var t=c.$filePicker.data("path");c.filepicker.sortField=s()(e.currentTarget).data("sort"),c.filepicker.sortOrder="asc"===c.filepicker.sortOrder?"desc":"asc",c._fillFilePicker(t)})),c._fillFilePicker(l)}));var _=function(e){if(void 0!==n){var t;if(!0===i)t=[],c.$filelist.find("tr.filepicker_element_selected").each((function(e,n){t.push(c.$filePicker.data("path")+"/"+s()(n).data("entryname"))}));else{t=c.$filePicker.data("path");var r=c.$filelist.find("tr.filepicker_element_selected").data("entryname");r&&(t+="/"+r)}n(t,e),c.$filePicker.ocdialog("close")}},b=[];a===H.FILEPICKER_TYPE_CHOOSE?b.push({text:t("core","Choose"),click:function(){_(H.FILEPICKER_TYPE_CHOOSE)},defaultButton:!0}):a===H.FILEPICKER_TYPE_CUSTOM?u.buttons.forEach((function(e){b.push({text:e.text,click:function(){_(e.type)},defaultButton:e.defaultButton})})):(a!==H.FILEPICKER_TYPE_COPY&&a!==H.FILEPICKER_TYPE_COPY_MOVE||b.push({text:t("core","Copy"),click:function(){_(H.FILEPICKER_TYPE_COPY)},defaultButton:!1}),a!==H.FILEPICKER_TYPE_MOVE&&a!==H.FILEPICKER_TYPE_COPY_MOVE||b.push({text:t("core","Move"),click:function(){_(H.FILEPICKER_TYPE_MOVE)},defaultButton:!0})),c.$filePicker.ocdialog({closeOnEscape:!0,width:600,height:500,modal:o,buttons:b,style:{buttons:"aside"},close:function(){try{s()(this).ocdialog("destroy").remove()}catch(e){}c.$filePicker=null}});var y=c.$filePicker.closest(".oc-dialog").find(".primary");-1!==c.$filePicker.data("mimetype").indexOf("httpd/unix-directory")||c.$filePicker.data("allowDirectoryChooser")?y.prop("disabled",!1):y.prop("disabled",!0)})).fail((function(e,n){c.filepicker.loading=!1,0!==e&&alert(t("core","Error loading file picker template: {error}",{error:n}))}))}},message:function(e,n,i,r,o,a,l){return s.a.when(this._getMessageTemplate()).then((function(u){var c="oc-dialog-"+H.dialogsCounter+"-content",d="#"+c,h=u.octemplate({dialog_name:c,title:n,message:e,type:i},l?{escapeFunction:""}:{});void 0===a&&(a=!1),s()("body").append(h);var p=[];switch(r){case H.YES_NO_BUTTONS:p=[{text:t("core","No"),click:function(){void 0!==o&&o(!1),s()(d).ocdialog("close")}},{text:t("core","Yes"),click:function(){void 0!==o&&o(!0),s()(d).ocdialog("close")},defaultButton:!0}];break;case H.OK_BUTTON:p[0]={text:t("core","OK"),click:function(){s()(d).ocdialog("close"),void 0!==o&&o()},defaultButton:!0};break;default:if("object"==typeof r)switch(r.type){case H.YES_NO_BUTTONS:p=[{text:r.cancel||t("core","No"),click:function(){void 0!==o&&o(!1),s()(d).ocdialog("close")}},{text:r.confirm||t("core","Yes"),click:function(){void 0!==o&&o(!0),s()(d).ocdialog("close")},defaultButton:!0,classes:r.confirmClasses}]}}s()(d).ocdialog({closeOnEscape:!0,closeCallback:()=>{o&&o(!1)},modal:a,buttons:p}),H.dialogsCounter++})).fail((function(i,r){0===i?alert(n+": "+e):alert(t("core","Error loading message template: {error}",{error:r}))}))},_fileexistsshown:!1,fileexists:function(e,i,r,o){var a=this,l=new s.a.Deferred,u=function(e){var t,n,i,r=document.createElement("canvas"),o=e.width,a=e.height;return o>a?(n=0,t=(o-a)/2):(n=(a-o)/2,t=0),i=Math.min(o,a),r.width=i,r.height=i,r.getContext("2d").drawImage(e,t,n,i,i,0,0,i,i),c(r,i,i,96,96),r.toDataURL("image/png",.7)},c=function(e,t,n,i,r){i=Math.round(i),r=Math.round(r);for(var o=e.getContext("2d").getImageData(0,0,t,n),a=e.getContext("2d").getImageData(0,0,i,r),s=o.data,l=a.data,u=t/i,c=n/r,d=Math.ceil(u/2),h=Math.ceil(c/2),p=0;p<r;p++)for(var f=0;f<i;f++){for(var m=4*(f+p*i),g=0,A=0,v=0,_=0,b=0,y=0,w=0,C=(p+.5)*c,x=Math.floor(p*c);x<(p+1)*c;x++)for(var k=Math.abs(C-(x+.5))/h,M=(f+.5)*u,E=k*k,L=Math.floor(f*u);L<(f+1)*u;L++){var T=Math.abs(M-(L+.5))/d,D=Math.sqrt(E+T*T);D>=-1&&D<=1&&(g=2*D*D*D-3*D*D+1)>0&&(w+=g*s[(T=4*(L+x*t))+3],v+=g,s[T+3]<255&&(g=g*s[T+3]/250),_+=g*s[T],b+=g*s[T+1],y+=g*s[T+2],A+=g)}l[m]=_/A,l[m+1]=b/A,l[m+2]=y/A,l[m+3]=w/v}e.getContext("2d").clearRect(0,0,Math.max(t,i),Math.max(n,r)),e.width=i,e.height=r,e.getContext("2d").putImageData(a,0,0)},d=function(n,i,r){var o=n.find(".template").clone().removeClass("template").addClass("conflict"),a=o.find(".original"),l=o.find(".replacement");o.data("data",e),o.find(".filename").text(i.name),a.find(".size").text(le.Util.humanFileSize(i.size)),a.find(".mtime").text(le.Util.formatDate(i.mtime)),r.size&&r.lastModified&&(l.find(".size").text(le.Util.humanFileSize(r.size)),l.find(".mtime").text(le.Util.formatDate(r.lastModified)));var c=i.directory+"/"+i.name,d={file:c,x:96,y:96,c:i.etag,forceIcon:0},h=Files.generatePreviewUrl(d);h=h.replace(/'/g,"%27"),a.find(".icon").css({"background-image":"url('"+h+"')"}),function(e){var t=new s.a.Deferred,n=e.type&&e.type.split("/").shift();if(window.FileReader&&"image"===n){var i=new FileReader;i.onload=function(e){var n=new Blob([e.target.result]);window.URL=window.URL||window.webkitURL;var i=window.URL.createObjectURL(n),r=new Image;r.src=i,r.onload=function(){var e=u(r);t.resolve(e)}},i.readAsArrayBuffer(e)}else t.reject();return t}(r).then((function(e){l.find(".icon").css("background-image","url("+e+")")}),(function(){c=le.MimeType.getIconUrl(r.type),l.find(".icon").css("background-image","url("+c+")")}));var p=n.find(".conflict").length;a.find("input:checkbox").attr("id","checkbox_original_"+p),l.find("input:checkbox").attr("id","checkbox_replacement_"+p),n.append(o),r.lastModified>i.mtime?l.find(".mtime").css("font-weight","bold"):r.lastModified<i.mtime&&a.find(".mtime").css("font-weight","bold"),r.size&&r.size>i.size?l.find(".size").css("font-weight","bold"):r.size&&r.size<i.size&&a.find(".size").css("font-weight","bold"),"readonly"===i.status&&(a.addClass("readonly").find('input[type="checkbox"]').prop("checked",!0).prop("disabled",!0),a.find(".message").text(t("core","read-only")))},h="#oc-dialog-fileexists-content";if(this._fileexistsshown){var p=s()(h+" .conflicts");d(p,i,r);var f=s()(h+" .conflict").length,m=n("core","{count} file conflict","{count} file conflicts",f,{count:f});s()(h).parent().children(".oc-dialog-title").text(m),s()(window).trigger("resize"),l.resolve()}else this._fileexistsshown=!0,s.a.when(this._getFileExistsTemplate()).then((function(n){var u=t("core","One file conflict"),c=n.octemplate({dialog_name:"oc-dialog-fileexists-content",title:u,type:"fileexists",allnewfiles:t("core","New Files"),allexistingfiles:t("core","Already existing files"),why:t("core","Which files do you want to keep?"),what:t("core","If you select both versions, the copied file will have a number added to its name.")});if(s()("body").append(c),i&&r){var p=c.find(".conflicts");d(p,i,r)}var f=[{text:t("core","Cancel"),classes:"cancel",click:function(){void 0!==o.onCancel&&o.onCancel(e),s()(h).ocdialog("close")}},{text:t("core","Continue"),classes:"continue",click:function(){void 0!==o.onContinue&&o.onContinue(s()(h+" .conflict")),s()(h).ocdialog("close")}}];s()(h).ocdialog({width:500,closeOnEscape:!0,modal:!0,buttons:f,closeButton:null,close:function(){a._fileexistsshown=!1;try{s()(this).ocdialog("destroy").remove()}catch(e){}}}),s()(h).css("height","auto");var m=c.closest(".oc-dialog").find("button.continue");function g(){var e=c.find(".conflicts .checkbox:checked").length;m.prop("disabled",0===e)}m.prop("disabled",!0),s()(h).find(".allnewfiles").on("click",(function(){s()(h).find('.conflict .replacement input[type="checkbox"]').prop("checked",s()(this).prop("checked"))})),s()(h).find(".allexistingfiles").on("click",(function(){s()(h).find('.conflict .original:not(.readonly) input[type="checkbox"]').prop("checked",s()(this).prop("checked"))})),s()(h).find(".conflicts").on("click",".replacement,.original:not(.readonly)",(function(){var e=s()(this).find('input[type="checkbox"]');e.prop("checked",!e.prop("checked"))})),s()(h).find(".conflicts").on("click",'.replacement input[type="checkbox"],.original:not(.readonly) input[type="checkbox"]',(function(){var e=s()(this);e.prop("checked",!e.prop("checked"))})),s()(h).on("click",".replacement,.allnewfiles",(function(){var e=s()(h).find('.conflict .replacement input[type="checkbox"]:checked').length;e===s()(h+" .conflict").length?(s()(h).find(".allnewfiles").prop("checked",!0),s()(h).find(".allnewfiles + .count").text(t("core","(all selected)"))):e>0?(s()(h).find(".allnewfiles").prop("checked",!1),s()(h).find(".allnewfiles + .count").text(t("core","({count} selected)",{count:e}))):(s()(h).find(".allnewfiles").prop("checked",!1),s()(h).find(".allnewfiles + .count").text("")),g()})),s()(h).on("click",".original,.allexistingfiles",(function(){var e=s()(h).find('.conflict .original input[type="checkbox"]:checked').length;e===s()(h+" .conflict").length?(s()(h).find(".allexistingfiles").prop("checked",!0),s()(h).find(".allexistingfiles + .count").text(t("core","(all selected)"))):e>0?(s()(h).find(".allexistingfiles").prop("checked",!1),s()(h).find(".allexistingfiles + .count").text(t("core","({count} selected)",{count:e}))):(s()(h).find(".allexistingfiles").prop("checked",!1),s()(h).find(".allexistingfiles + .count").text("")),g()})),l.resolve()})).fail((function(){l.reject(),alert(t("core","Error loading file exists template"))}));return l.promise()},_getGridSettings:function(){var e=this;s.a.get(le.generateUrl("/apps/files/api/v1/showgridview"),(function(t){e.$showGridView.get(0).checked=t.gridview,e.$showGridView.next("#picker-view-toggle").removeClass("icon-toggle-filelist icon-toggle-pictures").addClass(t.gridview?"icon-toggle-filelist":"icon-toggle-pictures"),s()(".list-container").toggleClass("view-grid",t.gridview)}))},_onGridviewChange:function(){var e=this.$showGridView.is(":checked");le.currentUser&&s.a.post(le.generateUrl("/apps/files/api/v1/showgridview"),{show:e}),this.$showGridView.next("#picker-view-toggle").removeClass("icon-toggle-filelist icon-toggle-pictures").addClass(e?"icon-toggle-filelist":"icon-toggle-pictures"),s()(".list-container").toggleClass("view-grid",e)},_getFilePickerTemplate:function(){var e=s.a.Deferred();if(this.$filePickerTemplate)e.resolve(this.$filePickerTemplate);else{var t=this;s.a.get(le.filePath("core","templates","filepicker.html"),(function(n){t.$filePickerTemplate=s()(n),t.$listTmpl=t.$filePickerTemplate.find(".filelist tbody tr:first-child").detach(),e.resolve(t.$filePickerTemplate)})).fail((function(t,n,i){e.reject(t.status,i)}))}return e.promise()},_getMessageTemplate:function(){var e=s.a.Deferred();if(this.$messageTemplate)e.resolve(this.$messageTemplate);else{var t=this;s.a.get(le.filePath("core","templates","message.html"),(function(n){t.$messageTemplate=s()(n),e.resolve(t.$messageTemplate)})).fail((function(t,n,i){e.reject(t.status,i)}))}return e.promise()},_getFileExistsTemplate:function(){var e=s.a.Deferred();if(this.$fileexistsTemplate)e.resolve(this.$fileexistsTemplate);else{var t=this;s.a.get(le.filePath("files","templates","fileexists.html"),(function(n){t.$fileexistsTemplate=s()(n),e.resolve(t.$fileexistsTemplate)})).fail((function(){e.reject()}))}return e.promise()},_getFileList:function(e,t){return"string"==typeof t&&(t=[t]),s.a.getJSON(le.filePath("files","ajax","list.php"),{dir:e,mimetypes:JSON.stringify(t)})},_fillFilePicker:function(e){var n=this;this.$filelist.empty(),this.$filePicker.find(".emptycontent").hide(),this.$filelistContainer.addClass("icon-loading"),this.$filePicker.data("path",e);var i=this.$filePicker.data("mimetype");"string"==typeof i&&(i=[i]),n.$fileListHeader.find(".sort-indicator").addClass("hidden").removeClass("icon-triangle-n").removeClass("icon-triangle-s"),n.$fileListHeader.find("[data-sort="+n.filepicker.sortField+"] .sort-indicator").removeClass("hidden"),"asc"===n.filepicker.sortOrder?n.$fileListHeader.find("[data-sort="+n.filepicker.sortField+"] .sort-indicator").addClass("icon-triangle-n"):n.$fileListHeader.find("[data-sort="+n.filepicker.sortField+"] .sort-indicator").addClass("icon-triangle-s"),n.filepicker.filesClient.getFolderContents(e).then((function(r,o){n.filelist=o,i&&i.length>0&&-1===i.indexOf("*")&&(o=o.filter((function(e){return"dir"===e.type||-1!==i.indexOf(e.mimetype)})));var a={name:function(e,t){return"dir"===e.type&&"dir"!==t.type?-1:"dir"!==e.type&&"dir"===t.type?1:le.Util.naturalSortCompare(e.name,t.name)},size:function(e,t){return e.size-t.size},mtime:function(e,t){return e.mtime-t.mtime}},l=a[n.filepicker.sortField]||a.name;o=o.sort((function(e,t){var i=function(e){return e.tags&&e.tags.indexOf(le.TAG_FAVORITE)>=0};return i(e)&&!i(t)?-1:!i(e)&&i(t)?1:"asc"===n.filepicker.sortOrder?l(e,t):-l(e,t)})),n._fillSlug(),0===o.length?(n.$filePicker.find(".emptycontent").show(),n.$fileListHeader.hide()):(n.$filePicker.find(".emptycontent").hide(),n.$fileListHeader.show()),n.$filelist.empty(),s.a.each(o,(function(i,r){var o,a;if(r.icon=le.MimeType.getIconUrl(r.mimetype),void 0!==r.size&&r.size>=0?(o=le.Util.humanFileSize(parseInt(r.size,10),!0),a=Math.round(160-Math.pow(r.size/1048576,2))):(o=t("files","Pending"),a=80),r.name.length>=10)var l=Math.min(Math.floor(r.name.length/2),10),u=r.name.substr(0,r.name.length-l),c=r.name.substr(r.name.length-l);else u=r.name,c="";var d=n.$listTmpl.octemplate({type:r.type,dir:e,filename:r.name,filename1:u,filename2:c,date:le.Util.relativeModifiedDate(r.mtime),size:o,sizeColor:a,icon:r.icon});if("file"===r.type){var h={file:e+"/"+r.name,x:100,y:100},p=new Image,f=le.generateUrl("/core/preview.png?")+s.a.param(h);p.onload=function(){p.width>5&&d.find("td.filename").attr("style","background-image:url("+f+")")},p.src=f}n.$filelist.append(d)})),n.$filelistContainer.removeClass("icon-loading")}))},_fillSlug:function(){var e=this.$dirTree.find(".actions.creatable").detach();this.$dirTree.empty();var t=this;t.$dirTree.append(e);var n=this.$filePicker.data("path"),i=s()('<div data-dir="{dir}"><a>{name}</a></div>').addClass("crumb");if(n){var r=n.split("/");s.a.each(r,(function(e,n){if(""===(n=r.pop()))return!1;t.$dirTree.prepend(i.octemplate({dir:r.join("/")+"/"+n,name:n}))}))}i.octemplate({dir:"",name:""},{escapeFunction:null}).prependTo(this.$dirTree)},_handleTreeListSelect:function(e,t){var n=e.data,i=s()(e.target).closest(".crumb").data("dir");n._fillFilePicker(i);var r=e.target.closest(".oc-dialog"),o=s()(".primary",r);this._changeButtonsText(t,i.split(/[/]+/).pop()),-1!==this.$filePicker.data("mimetype").indexOf("httpd/unix-directory")||this.$filePicker.data("allowDirectoryChooser")?o.prop("disabled",!1):o.prop("disabled",!0)},_handlePickerClick:function(e,t,n){var i=this.$filePicker.closest(".oc-dialog").find(".primary");"file"===t.data("type")?(!0===this.$filePicker.data("multiselect")&&e.ctrlKey||this.$filelist.find(".filepicker_element_selected").removeClass("filepicker_element_selected"),t.toggleClass("filepicker_element_selected"),i.prop("disabled",!1)):"dir"===t.data("type")&&(this._fillFilePicker(this.$filePicker.data("path")+"/"+t.data("entryname")),this._changeButtonsText(n,t.data("entryname")),-1!==this.$filePicker.data("mimetype").indexOf("httpd/unix-directory")||this.$filePicker.data("allowDirectoryChooser")?i.prop("disabled",!1):i.prop("disabled",!0))},_changeButtonsText:function(e,n){var i=""===n?t("core","Copy"):t("core","Copy to {folder}",{folder:n}),r=""===n?t("core","Move"):t("core","Move to {folder}",{folder:n}),o=s()(".oc-dialog-buttonrow button");switch(e){case this.FILEPICKER_TYPE_CHOOSE:case this.FILEPICKER_TYPE_CUSTOM:break;case this.FILEPICKER_TYPE_COPY:o.text(i);break;case this.FILEPICKER_TYPE_MOVE:o.text(r);break;case this.FILEPICKER_TYPE_COPY_MOVE:o.eq(0).text(i),o.eq(1).text(r)}}};var F=H,N=r(69);
+/**
+ * @copyright 2012 Robin Appelman icewind1991@gmail.com
+ *
+ * @author Arthur Schiwon <blizzz@arthur-schiwon.de>
+ * @author Christoph Wurst <christoph@winzerhof-wurst.at>
+ * @author John Molakvoæ <skjnldsv@protonmail.com>
+ * @author Lukas Reschke <lukas@statuscode.ch>
+ * @author Robin Appelman <robin@icewind.nl>
+ * @author Thomas Müller <thomas.mueller@tmit.eu>
+ * @author Vincent Petry <vincent@nextcloud.com>
+ *
+ * @license GNU AGPL version 3 or any later version
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Affero General Public License as
+ * published by the Free Software Foundation, either version 3 of the
+ * License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Affero General Public License for more details.
+ *
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ *
+ */
+const R=function(e,t){var n,i,r="";if(this.typelessListeners=[],this.closed=!1,this.listeners={},t)for(n in t)r+=n+"="+encodeURIComponent(t[n])+"&";if(r+="requesttoken="+encodeURIComponent(Object(N.a)()),this.useFallBack||"undefined"==typeof EventSource){var o="oc_eventsource_iframe_"+R.iframeCount;R.fallBackSources[R.iframeCount]=this,this.iframe=s()("<iframe/>"),this.iframe.attr("id",o),this.iframe.hide(),i="&",-1===e.indexOf("?")&&(i="?"),this.iframe.attr("src",e+i+"fallback=true&fallback_id="+R.iframeCount+"&"+r),s()("body").append(this.iframe),this.useFallBack=!0,R.iframeCount++}else i="&",-1===e.indexOf("?")&&(i="?"),this.source=new EventSource(e+i+r),this.source.onmessage=function(e){for(var t=0;t<this.typelessListeners.length;t++)this.typelessListeners[t](JSON.parse(e.data))}.bind(this);this.listen("__internal__",function(e){"close"===e&&this.close()}.bind(this))};R.fallBackSources=[],R.iframeCount=0,R.fallBackCallBack=function(e,t,n){R.fallBackSources[e].fallBackCallBack(t,n)},R.prototype={typelessListeners:[],iframe:null,listeners:{},useFallBack:!1,fallBackCallBack:function(e,t){var n;if(!this.closed)if(e){if(void 0!==this.listeners.done)for(n=0;n<this.listeners[e].length;n++)this.listeners[e][n](t)}else for(n=0;n<this.typelessListeners.length;n++)this.typelessListeners[n](t)},lastLength:0,listen:function(e,t){t&&t.call&&(e?this.useFallBack?(this.listeners[e]||(this.listeners[e]=[]),this.listeners[e].push(t)):this.source.addEventListener(e,(function(e){void 0!==e.data?t(JSON.parse(e.data)):t("")}),!1):this.typelessListeners.push(t))},close:function(){this.closed=!0,void 0!==this.source&&this.source.close()}};var z=R;
/**
* @copyright 2019 Christoph Wurst <christoph@winzerhof-wurst.at>
*
- * @author 2019 Christoph Wurst <christoph@winzerhof-wurst.at>
+ * @author Christoph Wurst <christoph@winzerhof-wurst.at>
+ * @author John Molakvoæ <skjnldsv@protonmail.com>
*
* @license GNU AGPL version 3 or any later version
*
@@ -63,12 +280,15 @@ function(e){var t,n,i,r,o,s,a,l,c,u,d,h,f,p,m,g,v,_,y,b="sizzle"+1*new Date,w=e.
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see <http://www.gnu.org/licenses/>.
- */ne.customResults={},ne.resultTypes={};var ie=ne,re=window._theme||{},oe=r(1),se=r.n(oe);
-/*
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ *
+ */var W=r(478);
+/**
* @copyright 2019 Christoph Wurst <christoph@winzerhof-wurst.at>
*
- * @author 2019 Christoph Wurst <christoph@winzerhof-wurst.at>
+ * @author Christoph Wurst <christoph@winzerhof-wurst.at>
+ * @author John Molakvoæ <skjnldsv@protonmail.com>
+ * @author Roeland Jago Douma <roeland@famdouma.nl>
*
* @license GNU AGPL version 3 or any later version
*
@@ -83,12 +303,15 @@ function(e){var t,n,i,r,o,s,a,l,c,u,d,h,f,p,m,g,v,_,y,b="sizzle"+1*new Date,w=e.
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ *
*/
/**
* @copyright 2019 Christoph Wurst <christoph@winzerhof-wurst.at>
*
- * @author 2019 Christoph Wurst <christoph@winzerhof-wurst.at>
+ * @author Christoph Wurst <christoph@winzerhof-wurst.at>
+ * @author Daniel Calviño Sánchez <danxuliu@gmail.com>
+ * @author John Molakvoæ <skjnldsv@protonmail.com>
*
* @license GNU AGPL version 3 or any later version
*
@@ -103,13 +326,14 @@ function(e){var t,n,i,r,o,s,a,l,c,u,d,h,f,p,m,g,v,_,y,b="sizzle"+1*new Date,w=e.
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ *
*/
-function ae(e){for(var t,n=[],i=0,r=-1,o=0;i<e.length;){t=e.charAt(i);var s=!o&&"."===t||t>="0"&&t<="9";s!==o&&(n[++r]="",o=s),n[r]+=t,i++}return n}var le={History:{_handlers:[],_pushState:function(e,t,n){var i;if(i="string"==typeof e?e:pe.buildQueryString(e),window.history.pushState){if(t=t||location.pathname+"?"+i,navigator.userAgent.toLowerCase().indexOf("firefox")>-1&&parseInt(navigator.userAgent.split("/").pop())<51)for(var r,o=document.querySelectorAll('[fill^="url(#"], [stroke^="url(#"], [filter^="url(#invert"]'),s=0,a=o.length;s<a;s++)(r=o[s]).style.fill=r.style.fill,r.style.stroke=r.style.stroke,r.removeAttribute("filter"),r.setAttribute("filter","url(#invert)");n?window.history.replaceState(e,"",t):window.history.pushState(e,"",t)}else window.location.hash="?"+i,this._cancelPop=!0},pushState:function(e,t){this._pushState(e,t,!1)},replaceState:function(e,t){this._pushState(e,t,!0)},addOnPopStateHandler:function(e){this._handlers.push(e)},_parseHashQuery:function(){var e=window.location.hash,t=e.indexOf("?");return t>=0?e.substr(t+1):e.length?e.substr(1):""},_decodeQuery:function(e){return e.replace(/\+/g," ")},parseUrlQuery:function(){var e,t=this._parseHashQuery();return t&&(e=pe.parseQueryString(this._decodeQuery(t))),(e=d.a.extend(e||{},pe.parseQueryString(this._decodeQuery(location.search))))||{}},_onPopState:function(e){var t;if(this._cancelPop)this._cancelPop=!1;else if(this._handlers.length){t=e&&e.state,d.a.isString(t)?t=pe.parseQueryString(t):t||(t=this.parseUrlQuery()||{});for(var n=0;n<this._handlers.length;n++)this._handlers[n](t)}}},humanFileSize:
-/*
+let U=null,q=null;const G=function(e){if(U){const t=U;U.trigger(new s.a.Event("beforeHide")),U.slideUp(50,(function(){t.trigger(new s.a.Event("afterHide")),e&&e.apply(this,arguments)}))}s()(".menutoggle").attr("aria-expanded",!1),s()(".openedMenu").removeClass("openedMenu"),U=null,q=null},Q=!!window._oc_isadmin;var V=r(93),J=r(39),K={startSaving(e){this.startAction(e,t("core","Saving …"))},startAction(e,t){s()(e).text(t).removeClass("success").removeClass("error").stop(!0,!0).show()},finishedSaving(e,t){this.finishedAction(e,t)},finishedAction(e,t){"success"===t.status?this.finishedSuccess(e,t.data.message):this.finishedError(e,t.data.message)},finishedSuccess(e,t){s()(e).text(t).addClass("success").removeClass("error").stop(!0,!0).delay(3e3).fadeOut(900).show()},finishedError(e,t){s()(e).text(t).addClass("error").removeClass("success").show()}},X=r(231),Z={_plugins:{},register(e,t){let n=this._plugins[e];n||(n=this._plugins[e]=[]),n.push(t)},getPlugins(e){return this._plugins[e]||[]},attach(e,t,n){const i=this.getPlugins(e);for(let e=0;e<i.length;e++)i[e].attach&&i[e].attach(t,n)},detach(e,t,n){const i=this.getPlugins(e);for(let e=0;e<i.length;e++)i[e].detach&&i[e].detach(t,n)}};
+/**
* @copyright 2019 Christoph Wurst <christoph@winzerhof-wurst.at>
*
- * @author 2019 Christoph Wurst <christoph@winzerhof-wurst.at>
+ * @author Christoph Wurst <christoph@winzerhof-wurst.at>
*
* @license GNU AGPL version 3 or any later version
*
@@ -124,13 +348,15 @@ function ae(e){for(var t,n=[],i=0,r=-1,o=0;i<e.length;){t=e.charAt(i);var s=!o&&
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ *
*/
-function(e,t){var n=["B","KB","MB","GB","TB"],i=e>0?Math.floor(Math.log(e)/Math.log(1024)):0,r=n[i=Math.min(n.length-1,i)],o=(e/Math.pow(1024,i)).toFixed(1);return!0===t&&0===i?"0.0"!==o?"< 1 KB":"0 KB":(o=i<2?parseFloat(o).toFixed(0):".0"===o.substr(o.length-2,2)?o.substr(0,o.length-2):parseFloat(o).toLocaleString(OC.getCanonicalLocale()))+" "+r},computerFileSize:function(e){if("string"!=typeof e)return null;var t=e.toLowerCase().trim(),n=null,i=t.match(/^[\s+]?([0-9]*)(\.([0-9]+))?( +)?([kmgtp]?b?)$/i);return null===i?null:(n=parseFloat(t),isFinite(n)?(i[5]&&(n*={b:1,k:1024,kb:1024,mb:1048576,m:1048576,gb:1073741824,g:1073741824,tb:1099511627776,t:1099511627776,pb:0x4000000000000,p:0x4000000000000}[i[5]]),n=Math.round(n)):null)},formatDate:function(e,t){return t=t||"LLL",se()(e).format(t)},relativeModifiedDate:function(e){var n=se()().diff(se()(e));return n>=0&&n<45e3?t("core","seconds ago"):se()(e).fromNow()},isIE:function(){return a()("html").hasClass("ie")},getScrollBarWidth:function(){if(this._scrollBarWidth)return this._scrollBarWidth;var e=document.createElement("p");e.style.width="100%",e.style.height="200px";var t=document.createElement("div");t.style.position="absolute",t.style.top="0px",t.style.left="0px",t.style.visibility="hidden",t.style.width="200px",t.style.height="150px",t.style.overflow="hidden",t.appendChild(e),document.body.appendChild(t);var n=e.offsetWidth;t.style.overflow="scroll";var i=e.offsetWidth;return n===i&&(i=t.clientWidth),document.body.removeChild(t),this._scrollBarWidth=n-i,this._scrollBarWidth},stripTime:function(e){return new Date(e.getFullYear(),e.getMonth(),e.getDate())},naturalSortCompare:function(e,t){var n,i=ae(e),r=ae(t);for(n=0;i[n]&&r[n];n++)if(i[n]!==r[n]){var o=Number(i[n]),s=Number(r[n]);return o==i[n]&&s==r[n]?o-s:i[n].localeCompare(r[n],pe.getLanguage())}return i.length-r.length},waitFor:function(e,t){!function n(){!0!==e()&&setTimeout(n,t)}()},isCookieSetToValue:function(e,t){for(var n=document.cookie.split(";"),i=0;i<n.length;i++){var r=n[i].split("=");if(r[0].trim()===e&&r[1].trim()===t)return!0}return!1}},ce=window._oc_debug,ue=window._oc_webroot;
-/*
+const $=window._theme||{};var ee=r(2),te=r.n(ee);
+/**
* @copyright 2019 Christoph Wurst <christoph@winzerhof-wurst.at>
*
- * @author 2019 Christoph Wurst <christoph@winzerhof-wurst.at>
+ * @author Christoph Wurst <christoph@winzerhof-wurst.at>
+ * @author John Molakvoæ <skjnldsv@protonmail.com>
*
* @license GNU AGPL version 3 or any later version
*
@@ -145,12 +371,14 @@ function(e,t){var n=["B","KB","MB","GB","TB"],i=e>0?Math.floor(Math.log(e)/Math.
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see <http://www.gnu.org/licenses/>.
- */if(void 0===ue){var de=(ue=location.pathname).indexOf("/index.php/");ue=-1!==de?ue.substr(0,de):ue.substr(0,ue.lastIndexOf("/"))}var he,fe=ue,pe=i.a={coreApps:I.i,menuSpeed:I.j,PERMISSION_ALL:I.a,PERMISSION_CREATE:I.b,PERMISSION_DELETE:I.c,PERMISSION_NONE:I.d,PERMISSION_READ:I.e,PERMISSION_SHARE:I.f,PERMISSION_UPDATE:I.g,TAG_FAVORITE:I.h,fileIsBlacklisted:function(e){return!!e.match(P.blacklist_files_regex)},addScript:function(e,t,n){var i;console.warn("OC.addScript is deprecated, use OCP.Loader.loadScript instead");var r=OC.filePath(e,"js",t+".js");return l[r]?n&&n():(i=a.a.Deferred(),a.a.getScript(r,(function(){return i.resolve()})),l[r]=i),l[r]},addStyle:function(e,t){console.warn("OC.addStyle is deprecated, use OCP.Loader.loadStylesheet instead");var n=OC.filePath(e,"css",t+".css");-1===c.indexOf(n)&&(c.push(n),document.createStyleSheet?document.createStyleSheet(n):(t=a()('<link rel="stylesheet" type="text/css" href="'+n+'"/>'),a()("head").append(t)))},Apps:p.a,AppConfig:v,appConfig:g,appSettings:function(e){if(console.warn("OC.appSettings is deprecated and will be removed with Nextcloud 18"),void 0===e||void 0===e.appid)throw{name:"MissingParameter",message:"The parameter appid is missing"};var n={scriptName:"settings.php",cache:!0};a.a.extend(n,e);var i=a()("#appsettings");if(0===i.length)throw{name:"MissingDOMElement",message:'There has be be an element with id "appsettings" for the popup to show.'};var r=a()("#appsettings_popup");if(0===r.length&&(a()("body").prepend('<div class="popup hidden" id="appsettings_popup"></div>'),(r=a()("#appsettings_popup")).addClass(i.hasClass("topright")?"topright":"bottomleft")),r.is(":visible"))r.hide().remove();else{var o=i.hasClass("topright")?"up":"left";a.a.get(Object(_.a)(n.appid,"",n.scriptName),(function(e){r.html(e).ready((function(){if(r.prepend('<span class="arrow '+o+'"></span><h2>'+t("core","Settings")+'</h2><a class="close"></a>').show(),r.find(".close").bind("click",(function(){r.remove()})),void 0!==n.loadJS){var e;if(!0===n.loadJS)e="settings.js";else{if("string"!=typeof n.loadJS)throw{name:"InvalidParameter",message:'The "loadJS" parameter must be either boolean or a string.'};e=n.loadJS}n.cache&&a.a.ajaxSetup({cache:!0}),a.a.getScript(Object(_.a)(n.appid,"js",e)).fail((function(e,t,n){throw n}))}})).show()}),"html")}},appswebroots:y,Backbone:Y,ContactsMenu:H.a,config:P,currentUser:R,dialogs:W,EventSource:q,getCurrentUser:function(){return{uid:R,displayName:N}},isUserAdmin:function(){return X},L10N:Z.a,_ajaxConnectionLostHandler:f,_processAjaxError:function(e){(0!==e.status||"abort"!==e.statusText&&"timeout"!==e.statusText&&!pe._reloadCalled)&&(d.a.contains([302,303,307,401],e.status)&&pe.currentUser?setTimeout((function(){if(!pe._userIsNavigatingAway&&!pe._reloadCalled){var e=0,t=setInterval((function(){h.showUpdate(n("core","Problem loading page, reloading in %n second","Problem loading page, reloading in %n seconds",5-e)),e>=5&&(clearInterval(t),pe.reload()),e++}),1e3);pe._reloadCalled=!0}}),100):0===e.status&&setTimeout((function(){pe._userIsNavigatingAway||pe._reloadCalled||pe._ajaxConnectionLostHandler()}),100))},registerXHRForErrorProcessing:function(e){e.addEventListener&&(e.addEventListener("load",(function(){4===e.readyState&&(e.status>=200&&e.status<300||304===e.status||a()(document).trigger(new a.a.Event("ajaxError"),e))})),e.addEventListener("error",(function(){a()(document).trigger(new a.a.Event("ajaxError"),e)})))},_capabilities:V(),getCapabilities:V,hideMenus:K,registerMenu:function(e,t,n,i){t.addClass("menu");var r="A"===e.prop("tagName")||"BUTTON"===e.prop("tagName");e.on(r?"click.menu":"click.menu keyup.menu",(function(r){r.preventDefault(),r.key&&"Enter"!==r.key||(t.is(J)?K():(J&&K(),!0===i&&t.parent().addClass("openedMenu"),e.attr("aria-expanded",!0),t.slideToggle(I.j,n),J=t,e))}))},showMenu:function(e,t,n){t.is(J)||(K(),J=t,e,t.trigger(new a.a.Event("beforeShow")),t.show(),t.trigger(new a.a.Event("afterShow")),d.a.isFunction(n)&&n())},unregisterMenu:function(e,t){t.is(J)&&K(),e.off("click.menu").removeClass("menutoggle"),t.removeClass("menu")},basename:C.basename,encodePath:C.encodePath,dirname:C.dirname,isSamePath:C.isSamePath,joinPaths:C.joinPaths,getHost:function(){return window.location.host},getHostName:function(){return window.location.hostname},getPort:function(){return window.location.port},getProtocol:function(){return window.location.protocol.split(":")[0]},getCanonicalLocale:Z.b,getLocale:Z.d,getLanguage:Z.c,addTranslations:Z.a.load,buildQueryString:O.a,parseQueryString:O.b,msg:ee,Notification:h,PasswordConfirmation:te.a,Plugins:{_plugins:{},register:function(e,t){var n=this._plugins[e];n||(n=this._plugins[e]=[]),n.push(t)},getPlugins:function(e){return this._plugins[e]||[]},attach:function(e,t,n){for(var i=this.getPlugins(e),r=0;r<i.length;r++)i[r].attach&&i[r].attach(t,n)},detach:function(e,t,n){for(var i=this.getPlugins(e),r=0;r<i.length;r++)i[r].detach&&i[r].detach(t,n)}},search:ie,theme:re,Util:le,debug:ce,filePath:$.generateFilePath,generateUrl:$.generateUrl,get:(he=window,function(e){for(var t=e.split("."),n=t.pop(),i=0;i<t.length;i++)if(!(he=he[t[i]]))return!1;return he[n]}),set:function(e){return function(t,n){for(var i=t.split("."),r=i.pop(),o=0;o<i.length;o++)e[i[o]]||(e[i[o]]={}),e=e[i[o]];return e[r]=n,n}}(window),getRootPath:$.getRootUrl,imagePath:$.imagePath,redirect:function(e){window.location=e},reload:function(){window.location.reload()},requestToken:Object(U.a)(),linkTo:$.linkTo,linkToOCS:$.generateOcsUrl,linkToRemote:$.generateRemoteUrl,linkToRemoteBase:_.c,webroot:fe};
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ *
+ */
+function ne(e){const t=[];let n,i=0,r=-1,o=0;for(;i<e.length;){n=e.charAt(i);const a=!o&&"."===n||n>="0"&&n<="9";a!==o&&(r++,t[r]="",o=a),t[r]+=n,i++}return t}var ie={History:{_handlers:[],_pushState(e,t,n){let i;if(i="string"==typeof e?e:le.buildQueryString(e),window.history.pushState){t=t||location.pathname+"?"+i;if(navigator.userAgent.toLowerCase().indexOf("firefox")>-1&&parseInt(navigator.userAgent.split("/").pop())<51){const e=document.querySelectorAll('[fill^="url(#"], [stroke^="url(#"], [filter^="url(#invert"]');for(let t,n=0,i=e.length;n<i;n++)t=e[n],t.style.fill=t.style.fill,t.style.stroke=t.style.stroke,t.removeAttribute("filter"),t.setAttribute("filter","url(#invert)")}n?window.history.replaceState(e,"",t):window.history.pushState(e,"",t)}else window.location.hash="?"+i,this._cancelPop=!0},pushState(e,t){this._pushState(e,t,!1)},replaceState(e,t){this._pushState(e,t,!0)},addOnPopStateHandler(e){this._handlers.push(e)},_parseHashQuery(){const e=window.location.hash,t=e.indexOf("?");return t>=0?e.substr(t+1):e.length?e.substr(1):""},_decodeQuery:e=>e.replace(/\+/g," "),parseUrlQuery(){const e=this._parseHashQuery();let t;return e&&(t=le.parseQueryString(this._decodeQuery(e))),t=d.default.extend(t||{},le.parseQueryString(this._decodeQuery(location.search))),t||{}},_onPopState(e){if(this._cancelPop)return void(this._cancelPop=!1);let t;if(this._handlers.length){t=e&&e.state,d.default.isString(t)?t=le.parseQueryString(t):t||(t=this.parseUrlQuery()||{});for(let e=0;e<this._handlers.length;e++)this._handlers[e](t)}}},humanFileSize:r(480).formatFileSize,computerFileSize(e){if("string"!=typeof e)return null;const t=e.toLowerCase().trim();let n=null;const i={b:1,k:1024,kb:1024,mb:1048576,m:1048576,gb:1073741824,g:1073741824,tb:1099511627776,t:1099511627776,pb:0x4000000000000,p:0x4000000000000},r=t.match(/^[\s+]?([0-9]*)(\.([0-9]+))?( +)?([kmgtp]?b?)$/i);return null===r?null:(n=parseFloat(t),isFinite(n)?(r[5]&&(n*=i[r[5]]),n=Math.round(n),n):null)},formatDate:(e,t)=>(void 0===window.TESTING&&console.warn("OC.Util.formatDate is deprecated and will be removed in Nextcloud 21. See @nextcloud/moment"),t=t||"LLL",te()(e).format(t)),relativeModifiedDate(e){void 0===window.TESTING&&console.warn("OC.Util.relativeModifiedDate is deprecated and will be removed in Nextcloud 21. See @nextcloud/moment");const n=te()().diff(te()(e));return n>=0&&n<45e3?t("core","seconds ago"):te()(e).fromNow()},isIE:()=>s()("html").hasClass("ie"),getScrollBarWidth(){if(this._scrollBarWidth)return this._scrollBarWidth;const e=document.createElement("p");e.style.width="100%",e.style.height="200px";const t=document.createElement("div");t.style.position="absolute",t.style.top="0px",t.style.left="0px",t.style.visibility="hidden",t.style.width="200px",t.style.height="150px",t.style.overflow="hidden",t.appendChild(e),document.body.appendChild(t);const n=e.offsetWidth;t.style.overflow="scroll";let i=e.offsetWidth;return n===i&&(i=t.clientWidth),document.body.removeChild(t),this._scrollBarWidth=n-i,this._scrollBarWidth},stripTime:e=>new Date(e.getFullYear(),e.getMonth(),e.getDate()),naturalSortCompare(e,t){let n;const i=ne(e),r=ne(t);for(n=0;i[n]&&r[n];n++)if(i[n]!==r[n]){const e=Number(i[n]),t=Number(r[n]);return e==i[n]&&t==r[n]?e-t:i[n].localeCompare(r[n],le.getLanguage())}return i.length-r.length},waitFor(e,t){const n=function(){!0!==e()&&setTimeout(n,t)};n()},isCookieSetToValue(e,t){const n=document.cookie.split(";");for(let i=0;i<n.length;i++){const r=n[i].split("=");if(r[0].trim()===e&&r[1].trim()===t)return!0}return!1}};
/**
* @copyright 2019 Christoph Wurst <christoph@winzerhof-wurst.at>
*
- * @author 2019 Christoph Wurst <christoph@winzerhof-wurst.at>
+ * @author Christoph Wurst <christoph@winzerhof-wurst.at>
*
* @license GNU AGPL version 3 or any later version
*
@@ -165,33 +393,37 @@ function(e,t){var n=["B","KB","MB","GB","TB"],i=e>0?Math.floor(Math.log(e)/Math.
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see <http://www.gnu.org/licenses/>.
- */Object(o.subscribe)("csrf-token-update",(function(e){OC.requestToken=e.token,console.info("OC.requestToken changed",e.token)}))},function(e,t,n){(function(t){var n=function(e){return e&&e.Math==Math&&e};e.exports=n("object"==typeof globalThis&&globalThis)||n("object"==typeof window&&window)||n("object"==typeof self&&self)||n("object"==typeof t&&t)||Function("return this")()}).call(this,n(14))},function(e,t,n){var i=n(5),r=n(124),o=n(8),s=n(76),a=n(129),l=n(227),c=r("wks"),u=i.Symbol,d=l?u:u&&u.withoutSetter||s;e.exports=function(e){return o(c,e)||(a&&o(u,e)?c[e]=u[e]:c[e]=d("Symbol."+e)),c[e]}},function(e,t){e.exports=function(e){try{return!!e()}catch(e){return!0}}},function(e,t){var n={}.hasOwnProperty;e.exports=function(e,t){return n.call(e,t)}},function(e,t){e.exports=function(e){try{return!!e()}catch(e){return!0}}},function(e,t){e.exports=function(e){return"object"==typeof e?null!==e:"function"==typeof e}},function(e,t,n){"use strict";n.d(t,"i",(function(){return i})),n.d(t,"j",(function(){return r})),n.d(t,"d",(function(){return o})),n.d(t,"b",(function(){return s})),n.d(t,"e",(function(){return a})),n.d(t,"g",(function(){return l})),n.d(t,"c",(function(){return c})),n.d(t,"f",(function(){return u})),n.d(t,"a",(function(){return d})),n.d(t,"h",(function(){return h}));
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ *
+ */const re=window._oc_debug;
/**
* @copyright 2019 Christoph Wurst <christoph@winzerhof-wurst.at>
*
- * @author 2019 Christoph Wurst <christoph@winzerhof-wurst.at>
+ * @author Christoph Wurst <christoph@winzerhof-wurst.at>
*
* @license GNU AGPL version 3 or any later version
*
- * This program is free software = you can redistribute it and/or modify
+ * This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
- * published by the Free Software Foundation either version 3 of the
- * License or (at your option) any later version.
+ * published by the Free Software Foundation, either version 3 of the
+ * License, or (at your option) any later version.
*
- * This program is distributed in the hope that it will be useful
+ * This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with this program. If not see <http://www.gnu.org/licenses/>.
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ *
*/
-var i=["","admin","log","core/search","core","3rdparty"],r=50,o=0,s=4,a=1,l=2,c=8,u=16,d=31,h="_$!<Favorite>!$_"},function(e,t,n){var i=n(15),r=n(120),o=n(20),s=n(72),a=Object.defineProperty;t.f=i?a:function(e,t,n){if(o(e),t=s(t,!0),o(n),r)try{return a(e,t,n)}catch(e){}if("get"in n||"set"in n)throw TypeError("Accessors not supported");return"value"in n&&(e[t]=n.value),e}},function(e,t){e.exports=function(e){try{return!!e()}catch(e){return!0}}},function(e,t){var n;n=function(){return this}();try{n=n||new Function("return this")()}catch(e){"object"==typeof window&&(n=window)}e.exports=n},function(e,t,n){var i=n(7);e.exports=!i((function(){return 7!=Object.defineProperty({},1,{get:function(){return 7}})[1]}))},function(e,t,n){var i=n(15),r=n(12),o=n(43);e.exports=i?function(e,t,n){return r.f(e,t,o(1,n))}:function(e,t,n){return e[t]=n,e}},function(e,t,n){(function(t){var n=function(e){return e&&e.Math==Math&&e};e.exports=n("object"==typeof globalThis&&globalThis)||n("object"==typeof window&&window)||n("object"==typeof self&&self)||n("object"==typeof t&&t)||Function("return this")()}).call(this,n(14))},function(e,t,n){(function(t){var n=function(e){return e&&e.Math==Math&&e};e.exports=n("object"==typeof globalThis&&globalThis)||n("object"==typeof window&&window)||n("object"==typeof self&&self)||n("object"==typeof t&&t)||Function("return this")()}).call(this,n(14))},,function(e,t,n){var i=n(10);e.exports=function(e){if(!i(e))throw TypeError(String(e)+" is not an object");return e}},function(e,t){e.exports=function(e){try{return!!e()}catch(e){return!0}}},function(e,t,n){"use strict";n(477),n(492),n(495),n(196),n(500),n(501),Object.defineProperty(t,"__esModule",{value:!0}),t.getRootUrl=t.generateFilePath=t.imagePath=t.generateUrl=t.generateOcsUrl=t.generateRemoteUrl=t.linkTo=void 0;t.linkTo=function(e,t){return i(e,"",t)};t.generateRemoteUrl=function(e){return window.location.protocol+"//"+window.location.host+function(e){return r()+"/remote.php/"+e}(e)};t.generateOcsUrl=function(e,t){return t=2!==t?1:2,window.location.protocol+"//"+window.location.host+r()+"/ocs/v"+t+".php/"+e+"/"};t.generateUrl=function(e,t,n){var i=Object.assign({escape:!0,noRewrite:!1},n||{}),o=function(e,t){return t=t||{},e.replace(/{([^{}]*)}/g,(function(e,n){var r=t[n];return i.escape?"string"==typeof r||"number"==typeof r?encodeURIComponent(r.toString()):encodeURIComponent(e):"string"==typeof r||"number"==typeof r?r.toString():e}))};return"/"!==e.charAt(0)&&(e="/"+e),!0!==OC.config.modRewriteWorking||i.noRewrite?r()+"/index.php"+o(e,t||{}):r()+o(e,t||{})};t.imagePath=function(e,t){return-1===t.indexOf(".")?i(e,"img",t+".svg"):i(e,"img",t)};var i=function(e,t,n){var i=-1!==OC.coreApps.indexOf(e),o=r();return"php"!==n.substring(n.length-3)||i?"php"===n.substring(n.length-3)||i?(o+="settings"!==e&&"core"!==e&&"search"!==e||"ajax"!==t?"/":"/index.php/",i||(o+="apps/"),""!==e&&(o+=e+="/"),t&&(o+=t+"/"),o+=n):(o=OC.appswebroots[e],t&&(o+="/"+t+"/"),"/"!==o.substring(o.length-1)&&(o+="/"),o+=n):(o+="/index.php/apps/"+e,"index.php"!==n&&(o+="/",t&&(o+=encodeURI(t+"/")),o+=n)),o};t.generateFilePath=i;var r=function(){return OC.webroot};t.getRootUrl=r},function(e,t,n){(function(t){var n=function(e){return e&&e.Math==Math&&e};e.exports=n("object"==typeof globalThis&&globalThis)||n("object"==typeof window&&window)||n("object"==typeof self&&self)||n("object"==typeof t&&t)||Function("return this")()}).call(this,n(14))},function(e,t,n){(function(t){var n=function(e){return e&&e.Math==Math&&e};e.exports=n("object"==typeof globalThis&&globalThis)||n("object"==typeof window&&window)||n("object"==typeof self&&self)||n("object"==typeof t&&t)||Function("return this")()}).call(this,n(14))},function(e,t){e.exports=function(e){return"object"==typeof e?null!==e:"function"==typeof e}},function(e,t,n){var i=n(25);e.exports=function(e){if(!i(e))throw TypeError(String(e)+" is not an object");return e}},function(e,t,n){"use strict";t.__esModule=!0,t.extend=a,t.indexOf=function(e,t){for(var n=0,i=e.length;n<i;n++)if(e[n]===t)return n;return-1},t.escapeExpression=function(e){if("string"!=typeof e){if(e&&e.toHTML)return e.toHTML();if(null==e)return"";if(!e)return e+"";e=""+e}if(!o.test(e))return e;return e.replace(r,s)},t.isEmpty=function(e){return!e&&0!==e||!(!u(e)||0!==e.length)},t.createFrame=function(e){var t=a({},e);return t._parent=e,t},t.blockParams=function(e,t){return e.path=t,e},t.appendContextPath=function(e,t){return(e?e+".":"")+t};var i={"&":"&amp;","<":"&lt;",">":"&gt;",'"':"&quot;","'":"&#x27;","`":"&#x60;","=":"&#x3D;"},r=/[&<>"'`=]/g,o=/[&<>"'`=]/;function s(e){return i[e]}function a(e){for(var t=1;t<arguments.length;t++)for(var n in arguments[t])Object.prototype.hasOwnProperty.call(arguments[t],n)&&(e[n]=arguments[t][n]);return e}var l=Object.prototype.toString;t.toString=l;var c=function(e){return"function"==typeof e};c(/x/)&&(t.isFunction=c=function(e){return"function"==typeof e&&"[object Function]"===l.call(e)}),t.isFunction=c;var u=Array.isArray||function(e){return!(!e||"object"!=typeof e)&&"[object Array]"===l.call(e)};t.isArray=u},,function(e,t,n){var i=n(9);e.exports=!i((function(){return 7!=Object.defineProperty({},1,{get:function(){return 7}})[1]}))},function(e,t){var n={}.hasOwnProperty;e.exports=function(e,t){return n.call(e,t)}},function(e,t,n){var i=n(18),r=n(721),o=n(59),s=n(671),a=n(725),l=n(757),c=r("wks"),u=i.Symbol,d=l?u:u&&u.withoutSetter||s;e.exports=function(e){return o(c,e)||(a&&o(u,e)?c[e]=u[e]:c[e]=d("Symbol."+e)),c[e]}},function(e,t,n){var i=n(5),r=n(118).f,o=n(16),s=n(33),a=n(73),l=n(219),c=n(126);e.exports=function(e,t){var n,u,d,h,f,p=e.target,m=e.global,g=e.stat;if(n=m?i:g?i[p]||a(p,{}):(i[p]||{}).prototype)for(u in t){if(h=t[u],d=e.noTargetGet?(f=r(n,u))&&f.value:n[u],!c(m?u:p+(g?".":"#")+u,e.forced)&&void 0!==d){if(typeof h==typeof d)continue;l(h,d)}(e.sham||d&&d.sham)&&o(h,"sham",!0),s(n,u,h,e)}}},function(e,t,n){var i=n(5),r=n(16),o=n(8),s=n(73),a=n(122),l=n(45),c=l.get,u=l.enforce,d=String(String).split("String");(e.exports=function(e,t,n,a){var l=!!a&&!!a.unsafe,c=!!a&&!!a.enumerable,h=!!a&&!!a.noTargetGet;"function"==typeof n&&("string"!=typeof t||o(n,"name")||r(n,"name",t),u(n).source=d.join("string"==typeof t?t:"")),e!==i?(l?!h&&e[t]&&(c=!0):delete e[t],c?e[t]=n:r(e,t,n)):c?e[t]=n:s(t,n)})(Function.prototype,"toString",(function(){return"function"==typeof this&&c(this).source||a(this)}))},function(e,t){e.exports={}},,function(e,t,n){var i=n(163),r=Math.min;e.exports=function(e){return e>0?r(i(e),9007199254740991):0}},function(e,t,n){"use strict";var i,r=n(743),o=n(29),s=n(18),a=n(25),l=n(59),c=n(681),u=n(113),d=n(103),h=n(40).f,f=n(204),p=n(510),m=n(31),g=n(671),v=s.Int8Array,_=v&&v.prototype,y=s.Uint8ClampedArray,b=y&&y.prototype,w=v&&f(v),x=_&&f(_),k=Object.prototype,M=k.isPrototypeOf,A=m("toStringTag"),L=g("TYPED_ARRAY_TAG"),T=r&&!!p&&"Opera"!==c(s.opera),D=!1,S={Int8Array:1,Uint8Array:1,Uint8ClampedArray:1,Int16Array:2,Uint16Array:2,Int32Array:4,Uint32Array:4,Float32Array:4,Float64Array:8},E=function(e){return a(e)&&l(S,c(e))};for(i in S)s[i]||(T=!1);if((!T||"function"!=typeof w||w===Function.prototype)&&(w=function(){throw TypeError("Incorrect invocation")},T))for(i in S)s[i]&&p(s[i],w);if((!T||!x||x===k)&&(x=w.prototype,T))for(i in S)s[i]&&p(s[i].prototype,x);if(T&&f(b)!==x&&p(b,x),o&&!l(x,A))for(i in D=!0,h(x,A,{get:function(){return a(this)?this[L]:void 0}}),S)s[i]&&u(s[i],L,i);e.exports={NATIVE_ARRAY_BUFFER_VIEWS:T,TYPED_ARRAY_TAG:D&&L,aTypedArray:function(e){if(E(e))return e;throw TypeError("Target is not a typed array")},aTypedArrayConstructor:function(e){if(p){if(M.call(w,e))return e}else for(var t in S)if(l(S,i)){var n=s[t];if(n&&(e===n||M.call(n,e)))return e}throw TypeError("Target is not a typed array constructor")},exportTypedArrayMethod:function(e,t,n){if(o){if(n)for(var i in S){var r=s[i];r&&l(r.prototype,e)&&delete r.prototype[e]}x[e]&&!n||d(x,e,n?t:T&&_[e]||t)}},exportTypedArrayStaticMethod:function(e,t,n){var i,r;if(o){if(p){if(n)for(i in S)(r=s[i])&&l(r,e)&&delete r[e];if(w[e]&&!n)return;try{return d(w,e,n?t:T&&v[e]||t)}catch(e){}}for(i in S)!(r=s[i])||r[e]&&!n||d(r,e,t)}},isView:function(e){var t=c(e);return"DataView"===t||l(S,t)},isTypedArray:E,TypedArray:w,TypedArrayPrototype:x}},function(e,t,n){(function(i){var r,o,s;s="object"==typeof self&&self.self===self&&self||"object"==typeof i&&i.global===i&&i,r=[n(2),n(0),t],void 0===(o=function(e,t,n){s.Backbone=function(e,t,n,i){var r=e.Backbone,o=Array.prototype.slice;t.VERSION="1.4.0",t.$=i,t.noConflict=function(){return e.Backbone=r,this},t.emulateHTTP=!1,t.emulateJSON=!1;var s,a=t.Events={},l=/\s+/,c=function(e,t,i,r,o){var s,a=0;if(i&&"object"==typeof i){void 0!==r&&"context"in o&&void 0===o.context&&(o.context=r);for(s=n.keys(i);a<s.length;a++)t=c(e,t,s[a],i[s[a]],o)}else if(i&&l.test(i))for(s=i.split(l);a<s.length;a++)t=e(t,s[a],r,o);else t=e(t,i,r,o);return t};a.on=function(e,t,n){return this._events=c(u,this._events||{},e,t,{context:n,ctx:this,listening:s}),s&&((this._listeners||(this._listeners={}))[s.id]=s,s.interop=!1),this},a.listenTo=function(e,t,i){if(!e)return this;var r=e._listenId||(e._listenId=n.uniqueId("l")),o=this._listeningTo||(this._listeningTo={}),a=s=o[r];a||(this._listenId||(this._listenId=n.uniqueId("l")),a=s=o[r]=new g(this,e));var l=d(e,t,i,this);if(s=void 0,l)throw l;return a.interop&&a.on(t,i),this};var u=function(e,t,n,i){if(n){var r=e[t]||(e[t]=[]),o=i.context,s=i.ctx,a=i.listening;a&&a.count++,r.push({callback:n,context:o,ctx:o||s,listening:a})}return e},d=function(e,t,n,i){try{e.on(t,n,i)}catch(e){return e}};a.off=function(e,t,n){return this._events?(this._events=c(h,this._events,e,t,{context:n,listeners:this._listeners}),this):this},a.stopListening=function(e,t,i){var r=this._listeningTo;if(!r)return this;for(var o=e?[e._listenId]:n.keys(r),s=0;s<o.length;s++){var a=r[o[s]];if(!a)break;a.obj.off(t,i,this),a.interop&&a.off(t,i)}return n.isEmpty(r)&&(this._listeningTo=void 0),this};var h=function(e,t,i,r){if(e){var o,s=r.context,a=r.listeners,l=0;if(t||s||i){for(o=t?[t]:n.keys(e);l<o.length;l++){var c=e[t=o[l]];if(!c)break;for(var u=[],d=0;d<c.length;d++){var h=c[d];if(i&&i!==h.callback&&i!==h.callback._callback||s&&s!==h.context)u.push(h);else{var f=h.listening;f&&f.off(t,i)}}u.length?e[t]=u:delete e[t]}return e}for(o=n.keys(a);l<o.length;l++)a[o[l]].cleanup()}};a.once=function(e,t,n){var i=c(f,{},e,t,this.off.bind(this));return"string"==typeof e&&null==n&&(t=void 0),this.on(i,t,n)},a.listenToOnce=function(e,t,n){var i=c(f,{},t,n,this.stopListening.bind(this,e));return this.listenTo(e,i)};var f=function(e,t,i,r){if(i){var o=e[t]=n.once((function(){r(t,o),i.apply(this,arguments)}));o._callback=i}return e};a.trigger=function(e){if(!this._events)return this;for(var t=Math.max(0,arguments.length-1),n=Array(t),i=0;i<t;i++)n[i]=arguments[i+1];return c(p,this._events,e,void 0,n),this};var p=function(e,t,n,i){if(e){var r=e[t],o=e.all;r&&o&&(o=o.slice()),r&&m(r,i),o&&m(o,[t].concat(i))}return e},m=function(e,t){var n,i=-1,r=e.length,o=t[0],s=t[1],a=t[2];switch(t.length){case 0:for(;++i<r;)(n=e[i]).callback.call(n.ctx);return;case 1:for(;++i<r;)(n=e[i]).callback.call(n.ctx,o);return;case 2:for(;++i<r;)(n=e[i]).callback.call(n.ctx,o,s);return;case 3:for(;++i<r;)(n=e[i]).callback.call(n.ctx,o,s,a);return;default:for(;++i<r;)(n=e[i]).callback.apply(n.ctx,t);return}},g=function(e,t){this.id=e._listenId,this.listener=e,this.obj=t,this.interop=!0,this.count=0,this._events=void 0};g.prototype.on=a.on,g.prototype.off=function(e,t){var n;this.interop?(this._events=c(h,this._events,e,t,{context:void 0,listeners:void 0}),n=!this._events):(this.count--,n=0===this.count),n&&this.cleanup()},g.prototype.cleanup=function(){delete this.listener._listeningTo[this.obj._listenId],this.interop||delete this.obj._listeners[this.id]},a.bind=a.on,a.unbind=a.off,n.extend(t,a);var v=t.Model=function(e,t){var i=e||{};t||(t={}),this.preinitialize.apply(this,arguments),this.cid=n.uniqueId(this.cidPrefix),this.attributes={},t.collection&&(this.collection=t.collection),t.parse&&(i=this.parse(i,t)||{});var r=n.result(this,"defaults");i=n.defaults(n.extend({},r,i),r),this.set(i,t),this.changed={},this.initialize.apply(this,arguments)};n.extend(v.prototype,a,{changed:null,validationError:null,idAttribute:"id",cidPrefix:"c",preinitialize:function(){},initialize:function(){},toJSON:function(e){return n.clone(this.attributes)},sync:function(){return t.sync.apply(this,arguments)},get:function(e){return this.attributes[e]},escape:function(e){return n.escape(this.get(e))},has:function(e){return null!=this.get(e)},matches:function(e){return!!n.iteratee(e,this)(this.attributes)},set:function(e,t,i){if(null==e)return this;var r;if("object"==typeof e?(r=e,i=t):(r={})[e]=t,i||(i={}),!this._validate(r,i))return!1;var o=i.unset,s=i.silent,a=[],l=this._changing;this._changing=!0,l||(this._previousAttributes=n.clone(this.attributes),this.changed={});var c=this.attributes,u=this.changed,d=this._previousAttributes;for(var h in r)t=r[h],n.isEqual(c[h],t)||a.push(h),n.isEqual(d[h],t)?delete u[h]:u[h]=t,o?delete c[h]:c[h]=t;if(this.idAttribute in r&&(this.id=this.get(this.idAttribute)),!s){a.length&&(this._pending=i);for(var f=0;f<a.length;f++)this.trigger("change:"+a[f],this,c[a[f]],i)}if(l)return this;if(!s)for(;this._pending;)i=this._pending,this._pending=!1,this.trigger("change",this,i);return this._pending=!1,this._changing=!1,this},unset:function(e,t){return this.set(e,void 0,n.extend({},t,{unset:!0}))},clear:function(e){var t={};for(var i in this.attributes)t[i]=void 0;return this.set(t,n.extend({},e,{unset:!0}))},hasChanged:function(e){return null==e?!n.isEmpty(this.changed):n.has(this.changed,e)},changedAttributes:function(e){if(!e)return!!this.hasChanged()&&n.clone(this.changed);var t,i=this._changing?this._previousAttributes:this.attributes,r={};for(var o in e){var s=e[o];n.isEqual(i[o],s)||(r[o]=s,t=!0)}return!!t&&r},previous:function(e){return null!=e&&this._previousAttributes?this._previousAttributes[e]:null},previousAttributes:function(){return n.clone(this._previousAttributes)},fetch:function(e){e=n.extend({parse:!0},e);var t=this,i=e.success;return e.success=function(n){var r=e.parse?t.parse(n,e):n;if(!t.set(r,e))return!1;i&&i.call(e.context,t,n,e),t.trigger("sync",t,n,e)},U(this,e),this.sync("read",this,e)},save:function(e,t,i){var r;null==e||"object"==typeof e?(r=e,i=t):(r={})[e]=t;var o=(i=n.extend({validate:!0,parse:!0},i)).wait;if(r&&!o){if(!this.set(r,i))return!1}else if(!this._validate(r,i))return!1;var s=this,a=i.success,l=this.attributes;i.success=function(e){s.attributes=l;var t=i.parse?s.parse(e,i):e;if(o&&(t=n.extend({},r,t)),t&&!s.set(t,i))return!1;a&&a.call(i.context,s,e,i),s.trigger("sync",s,e,i)},U(this,i),r&&o&&(this.attributes=n.extend({},l,r));var c=this.isNew()?"create":i.patch?"patch":"update";"patch"!==c||i.attrs||(i.attrs=r);var u=this.sync(c,this,i);return this.attributes=l,u},destroy:function(e){e=e?n.clone(e):{};var t=this,i=e.success,r=e.wait,o=function(){t.stopListening(),t.trigger("destroy",t,t.collection,e)};e.success=function(n){r&&o(),i&&i.call(e.context,t,n,e),t.isNew()||t.trigger("sync",t,n,e)};var s=!1;return this.isNew()?n.defer(e.success):(U(this,e),s=this.sync("delete",this,e)),r||o(),s},url:function(){var e=n.result(this,"urlRoot")||n.result(this.collection,"url")||W();if(this.isNew())return e;var t=this.get(this.idAttribute);return e.replace(/[^\/]$/,"$&/")+encodeURIComponent(t)},parse:function(e,t){return e},clone:function(){return new this.constructor(this.attributes)},isNew:function(){return!this.has(this.idAttribute)},isValid:function(e){return this._validate({},n.extend({},e,{validate:!0}))},_validate:function(e,t){if(!t.validate||!this.validate)return!0;e=n.extend({},this.attributes,e);var i=this.validationError=this.validate(e,t)||null;return!i||(this.trigger("invalid",this,i,n.extend(t,{validationError:i})),!1)}});var _=t.Collection=function(e,t){t||(t={}),this.preinitialize.apply(this,arguments),t.model&&(this.model=t.model),void 0!==t.comparator&&(this.comparator=t.comparator),this._reset(),this.initialize.apply(this,arguments),e&&this.reset(e,n.extend({silent:!0},t))},y={add:!0,remove:!0,merge:!0},b={add:!0,remove:!1},w=function(e,t,n){n=Math.min(Math.max(n,0),e.length);var i,r=Array(e.length-n),o=t.length;for(i=0;i<r.length;i++)r[i]=e[i+n];for(i=0;i<o;i++)e[i+n]=t[i];for(i=0;i<r.length;i++)e[i+o+n]=r[i]};n.extend(_.prototype,a,{model:v,preinitialize:function(){},initialize:function(){},toJSON:function(e){return this.map((function(t){return t.toJSON(e)}))},sync:function(){return t.sync.apply(this,arguments)},add:function(e,t){return this.set(e,n.extend({merge:!1},t,b))},remove:function(e,t){t=n.extend({},t);var i=!n.isArray(e);e=i?[e]:e.slice();var r=this._removeModels(e,t);return!t.silent&&r.length&&(t.changes={added:[],merged:[],removed:r},this.trigger("update",this,t)),i?r[0]:r},set:function(e,t){if(null!=e){(t=n.extend({},y,t)).parse&&!this._isModel(e)&&(e=this.parse(e,t)||[]);var i=!n.isArray(e);e=i?[e]:e.slice();var r=t.at;null!=r&&(r=+r),r>this.length&&(r=this.length),r<0&&(r+=this.length+1);var o,s,a=[],l=[],c=[],u=[],d={},h=t.add,f=t.merge,p=t.remove,m=!1,g=this.comparator&&null==r&&!1!==t.sort,v=n.isString(this.comparator)?this.comparator:null;for(s=0;s<e.length;s++){o=e[s];var _=this.get(o);if(_){if(f&&o!==_){var b=this._isModel(o)?o.attributes:o;t.parse&&(b=_.parse(b,t)),_.set(b,t),c.push(_),g&&!m&&(m=_.hasChanged(v))}d[_.cid]||(d[_.cid]=!0,a.push(_)),e[s]=_}else h&&(o=e[s]=this._prepareModel(o,t))&&(l.push(o),this._addReference(o,t),d[o.cid]=!0,a.push(o))}if(p){for(s=0;s<this.length;s++)d[(o=this.models[s]).cid]||u.push(o);u.length&&this._removeModels(u,t)}var x=!1,k=!g&&h&&p;if(a.length&&k?(x=this.length!==a.length||n.some(this.models,(function(e,t){return e!==a[t]})),this.models.length=0,w(this.models,a,0),this.length=this.models.length):l.length&&(g&&(m=!0),w(this.models,l,null==r?this.length:r),this.length=this.models.length),m&&this.sort({silent:!0}),!t.silent){for(s=0;s<l.length;s++)null!=r&&(t.index=r+s),(o=l[s]).trigger("add",o,this,t);(m||x)&&this.trigger("sort",this,t),(l.length||u.length||c.length)&&(t.changes={added:l,removed:u,merged:c},this.trigger("update",this,t))}return i?e[0]:e}},reset:function(e,t){t=t?n.clone(t):{};for(var i=0;i<this.models.length;i++)this._removeReference(this.models[i],t);return t.previousModels=this.models,this._reset(),e=this.add(e,n.extend({silent:!0},t)),t.silent||this.trigger("reset",this,t),e},push:function(e,t){return this.add(e,n.extend({at:this.length},t))},pop:function(e){var t=this.at(this.length-1);return this.remove(t,e)},unshift:function(e,t){return this.add(e,n.extend({at:0},t))},shift:function(e){var t=this.at(0);return this.remove(t,e)},slice:function(){return o.apply(this.models,arguments)},get:function(e){if(null!=e)return this._byId[e]||this._byId[this.modelId(this._isModel(e)?e.attributes:e)]||e.cid&&this._byId[e.cid]},has:function(e){return null!=this.get(e)},at:function(e){return e<0&&(e+=this.length),this.models[e]},where:function(e,t){return this[t?"find":"filter"](e)},findWhere:function(e){return this.where(e,!0)},sort:function(e){var t=this.comparator;if(!t)throw new Error("Cannot sort a set without a comparator");e||(e={});var i=t.length;return n.isFunction(t)&&(t=t.bind(this)),1===i||n.isString(t)?this.models=this.sortBy(t):this.models.sort(t),e.silent||this.trigger("sort",this,e),this},pluck:function(e){return this.map(e+"")},fetch:function(e){var t=(e=n.extend({parse:!0},e)).success,i=this;return e.success=function(n){var r=e.reset?"reset":"set";i[r](n,e),t&&t.call(e.context,i,n,e),i.trigger("sync",i,n,e)},U(this,e),this.sync("read",this,e)},create:function(e,t){var i=(t=t?n.clone(t):{}).wait;if(!(e=this._prepareModel(e,t)))return!1;i||this.add(e,t);var r=this,o=t.success;return t.success=function(e,t,n){i&&r.add(e,n),o&&o.call(n.context,e,t,n)},e.save(null,t),e},parse:function(e,t){return e},clone:function(){return new this.constructor(this.models,{model:this.model,comparator:this.comparator})},modelId:function(e){return e[this.model.prototype.idAttribute||"id"]},values:function(){return new k(this,M)},keys:function(){return new k(this,A)},entries:function(){return new k(this,L)},_reset:function(){this.length=0,this.models=[],this._byId={}},_prepareModel:function(e,t){if(this._isModel(e))return e.collection||(e.collection=this),e;(t=t?n.clone(t):{}).collection=this;var i=new this.model(e,t);return i.validationError?(this.trigger("invalid",this,i.validationError,t),!1):i},_removeModels:function(e,t){for(var n=[],i=0;i<e.length;i++){var r=this.get(e[i]);if(r){var o=this.indexOf(r);this.models.splice(o,1),this.length--,delete this._byId[r.cid];var s=this.modelId(r.attributes);null!=s&&delete this._byId[s],t.silent||(t.index=o,r.trigger("remove",r,this,t)),n.push(r),this._removeReference(r,t)}}return n},_isModel:function(e){return e instanceof v},_addReference:function(e,t){this._byId[e.cid]=e;var n=this.modelId(e.attributes);null!=n&&(this._byId[n]=e),e.on("all",this._onModelEvent,this)},_removeReference:function(e,t){delete this._byId[e.cid];var n=this.modelId(e.attributes);null!=n&&delete this._byId[n],this===e.collection&&delete e.collection,e.off("all",this._onModelEvent,this)},_onModelEvent:function(e,t,n,i){if(t){if(("add"===e||"remove"===e)&&n!==this)return;if("destroy"===e&&this.remove(t,i),"change"===e){var r=this.modelId(t.previousAttributes()),o=this.modelId(t.attributes);r!==o&&(null!=r&&delete this._byId[r],null!=o&&(this._byId[o]=t))}}this.trigger.apply(this,arguments)}});var x="function"==typeof Symbol&&Symbol.iterator;x&&(_.prototype[x]=_.prototype.values);var k=function(e,t){this._collection=e,this._kind=t,this._index=0},M=1,A=2,L=3;x&&(k.prototype[x]=function(){return this}),k.prototype.next=function(){if(this._collection){if(this._index<this._collection.length){var e,t=this._collection.at(this._index);if(this._index++,this._kind===M)e=t;else{var n=this._collection.modelId(t.attributes);e=this._kind===A?n:[n,t]}return{value:e,done:!1}}this._collection=void 0}return{value:void 0,done:!0}};var T=t.View=function(e){this.cid=n.uniqueId("view"),this.preinitialize.apply(this,arguments),n.extend(this,n.pick(e,S)),this._ensureElement(),this.initialize.apply(this,arguments)},D=/^(\S+)\s*(.*)$/,S=["model","collection","el","id","attributes","className","tagName","events"];n.extend(T.prototype,a,{tagName:"div",$:function(e){return this.$el.find(e)},preinitialize:function(){},initialize:function(){},render:function(){return this},remove:function(){return this._removeElement(),this.stopListening(),this},_removeElement:function(){this.$el.remove()},setElement:function(e){return this.undelegateEvents(),this._setElement(e),this.delegateEvents(),this},_setElement:function(e){this.$el=e instanceof t.$?e:t.$(e),this.el=this.$el[0]},delegateEvents:function(e){if(e||(e=n.result(this,"events")),!e)return this;for(var t in this.undelegateEvents(),e){var i=e[t];if(n.isFunction(i)||(i=this[i]),i){var r=t.match(D);this.delegate(r[1],r[2],i.bind(this))}}return this},delegate:function(e,t,n){return this.$el.on(e+".delegateEvents"+this.cid,t,n),this},undelegateEvents:function(){return this.$el&&this.$el.off(".delegateEvents"+this.cid),this},undelegate:function(e,t,n){return this.$el.off(e+".delegateEvents"+this.cid,t,n),this},_createElement:function(e){return document.createElement(e)},_ensureElement:function(){if(this.el)this.setElement(n.result(this,"el"));else{var e=n.extend({},n.result(this,"attributes"));this.id&&(e.id=n.result(this,"id")),this.className&&(e.class=n.result(this,"className")),this.setElement(this._createElement(n.result(this,"tagName"))),this._setAttributes(e)}},_setAttributes:function(e){this.$el.attr(e)}});var E=function(e,t,i,r){n.each(i,(function(n,i){t[i]&&(e.prototype[i]=function(e,t,n,i){switch(t){case 1:return function(){return e[n](this[i])};case 2:return function(t){return e[n](this[i],t)};case 3:return function(t,r){return e[n](this[i],Y(t,this),r)};case 4:return function(t,r,o){return e[n](this[i],Y(t,this),r,o)};default:return function(){var t=o.call(arguments);return t.unshift(this[i]),e[n].apply(e,t)}}}(t,n,i,r))}))},Y=function(e,t){return n.isFunction(e)?e:n.isObject(e)&&!t._isModel(e)?C(e):n.isString(e)?function(t){return t.get(e)}:e},C=function(e){var t=n.matches(e);return function(e){return t(e.attributes)}};n.each([[_,{forEach:3,each:3,map:3,collect:3,reduce:0,foldl:0,inject:0,reduceRight:0,foldr:0,find:3,detect:3,filter:3,select:3,reject:3,every:3,all:3,some:3,any:3,include:3,includes:3,contains:3,invoke:0,max:3,min:3,toArray:1,size:1,first:3,head:3,take:3,initial:3,rest:3,tail:3,drop:3,last:3,without:0,difference:0,indexOf:3,shuffle:1,lastIndexOf:3,isEmpty:1,chain:1,sample:3,partition:3,groupBy:3,countBy:3,sortBy:3,indexBy:3,findIndex:3,findLastIndex:3},"models"],[v,{keys:1,values:1,pairs:1,invert:1,pick:0,omit:0,chain:1,isEmpty:1},"attributes"]],(function(e){var t=e[0],i=e[1],r=e[2];t.mixin=function(e){var i=n.reduce(n.functions(e),(function(e,t){return e[t]=0,e}),{});E(t,e,i,r)},E(t,n,i,r)})),t.sync=function(e,i,r){var o=O[e];n.defaults(r||(r={}),{emulateHTTP:t.emulateHTTP,emulateJSON:t.emulateJSON});var s={type:o,dataType:"json"};if(r.url||(s.url=n.result(i,"url")||W()),null!=r.data||!i||"create"!==e&&"update"!==e&&"patch"!==e||(s.contentType="application/json",s.data=JSON.stringify(r.attrs||i.toJSON(r))),r.emulateJSON&&(s.contentType="application/x-www-form-urlencoded",s.data=s.data?{model:s.data}:{}),r.emulateHTTP&&("PUT"===o||"DELETE"===o||"PATCH"===o)){s.type="POST",r.emulateJSON&&(s.data._method=o);var a=r.beforeSend;r.beforeSend=function(e){if(e.setRequestHeader("X-HTTP-Method-Override",o),a)return a.apply(this,arguments)}}"GET"===s.type||r.emulateJSON||(s.processData=!1);var l=r.error;r.error=function(e,t,n){r.textStatus=t,r.errorThrown=n,l&&l.call(r.context,e,t,n)};var c=r.xhr=t.ajax(n.extend(s,r));return i.trigger("request",i,c,r),c};var O={create:"POST",update:"PUT",patch:"PATCH",delete:"DELETE",read:"GET"};t.ajax=function(){return t.$.ajax.apply(t.$,arguments)};var P=t.Router=function(e){e||(e={}),this.preinitialize.apply(this,arguments),e.routes&&(this.routes=e.routes),this._bindRoutes(),this.initialize.apply(this,arguments)},I=/\((.*?)\)/g,H=/(\(\?)?:\w+/g,j=/\*\w+/g,N=/[\-{}\[\]+?.,\\\^$|#\s]/g;n.extend(P.prototype,a,{preinitialize:function(){},initialize:function(){},route:function(e,i,r){n.isRegExp(e)||(e=this._routeToRegExp(e)),n.isFunction(i)&&(r=i,i=""),r||(r=this[i]);var o=this;return t.history.route(e,(function(n){var s=o._extractParameters(e,n);!1!==o.execute(r,s,i)&&(o.trigger.apply(o,["route:"+i].concat(s)),o.trigger("route",i,s),t.history.trigger("route",o,i,s))})),this},execute:function(e,t,n){e&&e.apply(this,t)},navigate:function(e,n){return t.history.navigate(e,n),this},_bindRoutes:function(){if(this.routes){this.routes=n.result(this,"routes");for(var e,t=n.keys(this.routes);null!=(e=t.pop());)this.route(e,this.routes[e])}},_routeToRegExp:function(e){return e=e.replace(N,"\\$&").replace(I,"(?:$1)?").replace(H,(function(e,t){return t?e:"([^/?]+)"})).replace(j,"([^?]*?)"),new RegExp("^"+e+"(?:\\?([\\s\\S]*))?$")},_extractParameters:function(e,t){var i=e.exec(t).slice(1);return n.map(i,(function(e,t){return t===i.length-1?e||null:e?decodeURIComponent(e):null}))}});var R=t.History=function(){this.handlers=[],this.checkUrl=this.checkUrl.bind(this),"undefined"!=typeof window&&(this.location=window.location,this.history=window.history)},z=/^[#\/]|\s+$/g,F=/^\/+|\/+$/g,B=/#.*$/;R.started=!1,n.extend(R.prototype,a,{interval:50,atRoot:function(){return this.location.pathname.replace(/[^\/]$/,"$&/")===this.root&&!this.getSearch()},matchRoot:function(){return this.decodeFragment(this.location.pathname).slice(0,this.root.length-1)+"/"===this.root},decodeFragment:function(e){return decodeURI(e.replace(/%25/g,"%2525"))},getSearch:function(){var e=this.location.href.replace(/#.*/,"").match(/\?.+/);return e?e[0]:""},getHash:function(e){var t=(e||this).location.href.match(/#(.*)$/);return t?t[1]:""},getPath:function(){var e=this.decodeFragment(this.location.pathname+this.getSearch()).slice(this.root.length-1);return"/"===e.charAt(0)?e.slice(1):e},getFragment:function(e){return null==e&&(e=this._usePushState||!this._wantsHashChange?this.getPath():this.getHash()),e.replace(z,"")},start:function(e){if(R.started)throw new Error("Backbone.history has already been started");if(R.started=!0,this.options=n.extend({root:"/"},this.options,e),this.root=this.options.root,this._wantsHashChange=!1!==this.options.hashChange,this._hasHashChange="onhashchange"in window&&(void 0===document.documentMode||document.documentMode>7),this._useHashChange=this._wantsHashChange&&this._hasHashChange,this._wantsPushState=!!this.options.pushState,this._hasPushState=!(!this.history||!this.history.pushState),this._usePushState=this._wantsPushState&&this._hasPushState,this.fragment=this.getFragment(),this.root=("/"+this.root+"/").replace(F,"/"),this._wantsHashChange&&this._wantsPushState){if(!this._hasPushState&&!this.atRoot()){var t=this.root.slice(0,-1)||"/";return this.location.replace(t+"#"+this.getPath()),!0}this._hasPushState&&this.atRoot()&&this.navigate(this.getHash(),{replace:!0})}if(!this._hasHashChange&&this._wantsHashChange&&!this._usePushState){this.iframe=document.createElement("iframe"),this.iframe.src="javascript:0",this.iframe.style.display="none",this.iframe.tabIndex=-1;var i=document.body,r=i.insertBefore(this.iframe,i.firstChild).contentWindow;r.document.open(),r.document.close(),r.location.hash="#"+this.fragment}var o=window.addEventListener||function(e,t){return attachEvent("on"+e,t)};if(this._usePushState?o("popstate",this.checkUrl,!1):this._useHashChange&&!this.iframe?o("hashchange",this.checkUrl,!1):this._wantsHashChange&&(this._checkUrlInterval=setInterval(this.checkUrl,this.interval)),!this.options.silent)return this.loadUrl()},stop:function(){var e=window.removeEventListener||function(e,t){return detachEvent("on"+e,t)};this._usePushState?e("popstate",this.checkUrl,!1):this._useHashChange&&!this.iframe&&e("hashchange",this.checkUrl,!1),this.iframe&&(document.body.removeChild(this.iframe),this.iframe=null),this._checkUrlInterval&&clearInterval(this._checkUrlInterval),R.started=!1},route:function(e,t){this.handlers.unshift({route:e,callback:t})},checkUrl:function(e){var t=this.getFragment();if(t===this.fragment&&this.iframe&&(t=this.getHash(this.iframe.contentWindow)),t===this.fragment)return!1;this.iframe&&this.navigate(t),this.loadUrl()},loadUrl:function(e){return!!this.matchRoot()&&(e=this.fragment=this.getFragment(e),n.some(this.handlers,(function(t){if(t.route.test(e))return t.callback(e),!0})))},navigate:function(e,t){if(!R.started)return!1;t&&!0!==t||(t={trigger:!!t}),e=this.getFragment(e||"");var n=this.root;""!==e&&"?"!==e.charAt(0)||(n=n.slice(0,-1)||"/");var i=n+e;e=e.replace(B,"");var r=this.decodeFragment(e);if(this.fragment!==r){if(this.fragment=r,this._usePushState)this.history[t.replace?"replaceState":"pushState"]({},document.title,i);else{if(!this._wantsHashChange)return this.location.assign(i);if(this._updateHash(this.location,e,t.replace),this.iframe&&e!==this.getHash(this.iframe.contentWindow)){var o=this.iframe.contentWindow;t.replace||(o.document.open(),o.document.close()),this._updateHash(o.location,e,t.replace)}}return t.trigger?this.loadUrl(e):void 0}},_updateHash:function(e,t,n){if(n){var i=e.href.replace(/(javascript:|#).*$/,"");e.replace(i+"#"+t)}else e.hash="#"+t}}),t.history=new R,v.extend=_.extend=P.extend=T.extend=R.extend=function(e,t){var i,r=this;return i=e&&n.has(e,"constructor")?e.constructor:function(){return r.apply(this,arguments)},n.extend(i,r,t),i.prototype=n.create(r.prototype,e),i.prototype.constructor=i,i.__super__=r.prototype,i};var W=function(){throw new Error('A "url" property or function must be specified')},U=function(e,t){var n=t.error;t.error=function(i){n&&n.call(t.context,e,i,t),e.trigger("error",e,i,t)}};return t}(s,n,e,t)}.apply(t,r))||(e.exports=o)}).call(this,n(14))},function(e,t,n){var i=n(13);e.exports=!i((function(){return 7!=Object.defineProperty({},1,{get:function(){return 7}})[1]}))},function(e,t,n){var i=n(29),r=n(752),o=n(26),s=n(202),a=Object.defineProperty;t.f=i?a:function(e,t,n){if(o(e),t=s(t,!0),o(n),r)try{return a(e,t,n)}catch(e){}if("get"in n||"set"in n)throw TypeError("Accessors not supported");return"value"in n&&(e[t]=n.value),e}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.subscribe=function(e,t){o.subscribe(e,t)},t.unsubscribe=function(e,t){o.unsubscribe(e,t)},t.emit=function(e,t){o.emit(e,t)};var i=n(213),r=n(215);var o=(void 0!==window.OC&&window.OC._eventBus&&void 0===window._nc_event_bus&&(console.warn("found old event bus instance at OC._eventBus. Update your version!"),window._nc_event_bus=window.OC._eventBus),void 0!==window._nc_event_bus?new i.ProxyBus(window._nc_event_bus):window._nc_event_bus=new r.SimpleBus)},function(e,t,n){"use strict";n.d(t,"b",(function(){return y})),n.d(t,"d",(function(){return b})),n.d(t,"c",(function(){return w}));var i=n(2),r=n.n(i),o=n(0),s=n.n(o),a=n(61),l=n.n(a),c=n(160),u=n.n(c),d=n(156),h=n.n(d),f=n(4);
+let oe=window._oc_webroot;if(void 0===oe){oe=location.pathname;const e=oe.indexOf("/index.php/");oe=-1!==e?oe.substr(0,e):oe.substr(0,oe.lastIndexOf("/"))}var ae,se=oe,le=i.a={coreApps:["","admin","log","core/search","core","3rdparty"],menuSpeed:50,PERMISSION_ALL:31,PERMISSION_CREATE:4,PERMISSION_DELETE:8,PERMISSION_NONE:0,PERMISSION_READ:1,PERMISSION_SHARE:16,PERMISSION_UPDATE:2,TAG_FAVORITE:"_$!<Favorite>!$_",fileIsBlacklisted:e=>!!e.match(S.blacklist_files_regex),addScript:(e,t,n)=>{let i;console.warn("OC.addScript is deprecated, use OCP.Loader.loadScript instead");const r=Object(l.generateFilePath)(e,"js",t+".js");return u[r]?n&&n():(i=s.a.Deferred(),s.a.getScript(r,()=>i.resolve()),u[r]=i),u[r]},addStyle:(e,t)=>{console.warn("OC.addStyle is deprecated, use OCP.Loader.loadStylesheet instead");const n=Object(l.generateFilePath)(e,"css",t+".css");-1===c.indexOf(n)&&(c.push(n),document.createStyleSheet?document.createStyleSheet(n):(t=s()('<link rel="stylesheet" type="text/css" href="'+n+'"/>'),s()("head").append(t)))},Apps:m.a,AppConfig:v,appConfig:A,appSettings:e=>{if(console.warn("OC.appSettings is deprecated and will be removed with Nextcloud 18"),void 0===e||void 0===e.appid)throw{name:"MissingParameter",message:"The parameter appid is missing"};var n={scriptName:"settings.php",cache:!0};s.a.extend(n,e);var i=s()("#appsettings");if(0===i.length)throw{name:"MissingDOMElement",message:'There has be be an element with id "appsettings" for the popup to show.'};var r=s()("#appsettings_popup");if(0===r.length&&(s()("body").prepend('<div class="popup hidden" id="appsettings_popup"></div>'),(r=s()("#appsettings_popup")).addClass(i.hasClass("topright")?"topright":"bottomleft")),r.is(":visible"))r.hide().remove();else{const e=i.hasClass("topright")?"up":"left";s.a.get((void 0)(n.appid,"",n.scriptName),(function(i){r.html(i).ready((function(){if(r.prepend('<span class="arrow '+e+'"></span><h2>'+t("core","Settings")+'</h2><a class="close"></a>').show(),r.find(".close").bind("click",(function(){r.remove()})),void 0!==n.loadJS){var i;if(!0===n.loadJS)i="settings.js";else{if("string"!=typeof n.loadJS)throw{name:"InvalidParameter",message:'The "loadJS" parameter must be either boolean or a string.'};i=n.loadJS}n.cache&&s.a.ajaxSetup({cache:!0}),s.a.getScript((void 0)(n.appid,"js",i)).fail((function(e,t,n){throw n}))}})).show()}),"html")}},appswebroots:_,Backbone:D,ContactsMenu:Y.a,config:S,currentUser:j,dialogs:F,EventSource:z,getCurrentUser:()=>({uid:j,displayName:O}),isUserAdmin:()=>Q,L10N:V.a,_ajaxConnectionLostHandler:f,_processAjaxError:e=>{(0!==e.status||"abort"!==e.statusText&&"timeout"!==e.statusText&&!le._reloadCalled)&&(d.default.contains([302,303,307,401],e.status)&&le.currentUser?setTimeout((function(){if(!le._userIsNavigatingAway&&!le._reloadCalled){let e=0;const t=5,i=setInterval((function(){p.showUpdate(n("core","Problem loading page, reloading in %n second","Problem loading page, reloading in %n seconds",t-e)),e>=t&&(clearInterval(i),le.reload()),e++}),1e3);le._reloadCalled=!0}}),100):0===e.status&&setTimeout((function(){le._userIsNavigatingAway||le._reloadCalled||le._ajaxConnectionLostHandler()}),100))},registerXHRForErrorProcessing:e=>{const t=()=>{4===e.readyState&&(e.status>=200&&e.status<300||304===e.status||s()(document).trigger(new s.a.Event("ajaxError"),e))},n=()=>{s()(document).trigger(new s.a.Event("ajaxError"),e)};e.addEventListener&&(e.addEventListener("load",t),e.addEventListener("error",n))},getCapabilities:()=>(console.warn("OC.getCapabilities is deprecated and will be removed in Nextcloud 21. See @nextcloud/capabilities"),Object(W.getCapabilities)()),hideMenus:G,registerMenu:function(e,t,n,i){t.addClass("menu");const r="A"===e.prop("tagName")||"BUTTON"===e.prop("tagName");e.on(r?"click.menu":"click.menu keyup.menu",(function(r){r.preventDefault(),r.key&&"Enter"!==r.key||(t.is(U)?G():(U&&G(),!0===i&&t.parent().addClass("openedMenu"),e.attr("aria-expanded",!0),t.slideToggle(50,n),U=t,q=e))}))},showMenu:(e,t,n)=>{t.is(U)||(G(),U=t,q=e,t.trigger(new s.a.Event("beforeShow")),t.show(),t.trigger(new s.a.Event("afterShow")),d.default.isFunction(n)&&n())},unregisterMenu:(e,t)=>{t.is(U)&&G(),e.off("click.menu").removeClass("menutoggle"),t.removeClass("menu")},basename:B.basename,encodePath:B.encodePath,dirname:B.dirname,isSamePath:B.isSamePath,joinPaths:B.joinPaths,getHost:()=>window.location.host,getHostName:()=>window.location.hostname,getPort:()=>window.location.port,getProtocol:()=>window.location.protocol.split(":")[0],getCanonicalLocale:J.getCanonicalLocale,getLocale:V.c,getLanguage:V.b,addTranslations:V.a.load,buildQueryString:e=>e?s.a.map(e,(function(e,t){let n=encodeURIComponent(t);return null!=e&&(n+="="+encodeURIComponent(e)),n})).join("&"):"",parseQueryString:e=>{let t,n;const i={};let r;if(!e)return null;t=e.indexOf("?"),t>=0&&(e=e.substr(t+1));const o=e.replace(/\+/g,"%20").split("&");for(let e=0;e<o.length;e++){const a=o[e];t=a.indexOf("="),n=t>=0?[a.substr(0,t),a.substr(t+1)]:[a],n.length&&(r=decodeURIComponent(n[0]),r&&(n.length>1?i[r]=decodeURIComponent(n[1]):i[r]=null))}return i},msg:K,Notification:p,PasswordConfirmation:X.a,Plugins:Z,theme:$,Util:ie,debug:re,filePath:l.generateFilePath,generateUrl:l.generateUrl,get:(ae=window,e=>{const t=e.split("."),n=t.pop();for(let e=0;e<t.length;e++)if(!(ae=ae[t[e]]))return!1;return ae[n]}),set:(e=>(t,n)=>{const i=t.split("."),r=i.pop();for(let t=0;t<i.length;t++)e[i[t]]||(e[i[t]]={}),e=e[i[t]];return e[r]=n,n})(window),getRootPath:l.getRootUrl,imagePath:l.imagePath,redirect:e=>{window.location=e},reload:()=>{window.location.reload()},requestToken:Object(N.a)(),linkTo:l.linkTo,linkToOCS:l.generateOcsUrl,linkToRemote:l.generateRemoteUrl,linkToRemoteBase:e=>Object(l.getRootUrl)()+"/remote.php/"+e,webroot:se};
/**
* @copyright 2019 Christoph Wurst <christoph@winzerhof-wurst.at>
*
- * @author 2019 Christoph Wurst <christoph@winzerhof-wurst.at>
+ * @author Christoph Wurst <christoph@winzerhof-wurst.at>
+ * @author John Molakvoæ <skjnldsv@protonmail.com>
+ * @author Roeland Jago Douma <roeland@famdouma.nl>
*
* @license GNU AGPL version 3 or any later version
*
@@ -206,11 +438,14 @@ var i=["","admin","log","core/search","core","3rdparty"],r=50,o=0,s=4,a=1,l=2,c=
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see <http://www.gnu.org/licenses/>.
- */
-window._oc_l10n_registry_translations=window._oc_l10n_registry_translations||{},window._oc_l10n_registry_plural_functions=window._oc_l10n_registry_plural_functions||{};var p=function(e,t,n){m(e)?function(e,t,n){window._oc_l10n_registry_translations[e]=Object.assign(window._oc_l10n_registry_translations[e],t),window._oc_l10n_registry_plural_functions[e]=n}(e,t,n):function(e,t,n){window._oc_l10n_registry_translations[e]=t,window._oc_l10n_registry_plural_functions[e]=n}(e,t,n)},m=function(e){return void 0!==window._oc_l10n_registry_translations[e]&&void 0!==window._oc_l10n_registry_plural_functions[e]},g=function(e){return{translations:window._oc_l10n_registry_translations[e]||{},pluralFunction:window._oc_l10n_registry_plural_functions[e]}};function v(e){return(v="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}var _={load:function(e,t){if(m(e)||"en"===f.a.getLocale()){var n=s.a.Deferred(),i=n.promise();return i.then(t),n.resolve(),i}var r=this,o=f.a.filePath(e,"l10n",f.a.getLocale()+".json");return s.a.get(o).then((function(t){t.translations&&r.register(e,t.translations,t.pluralForm)})).then(t)},register:function(e,t){p(e,t,this._getPlural)},_unregister:function(e){delete window._oc_l10n_registry_translations[e],delete window._oc_l10n_registry_plural_functions[e]},translate:function(e,t,n,i,o){var s=o||{};r.a.defaults(s,{escape:!0});var a=t,c=g(e).translations[t];return void 0!==c&&(a=c),"object"===v(n)||void 0!==i?l.a.sanitize(function(e,t,n){return e.replace(/%n/g,n).replace(/{([^{}]*)}/g,(function(e,n){var i=t[n];return"string"==typeof i||"number"==typeof i?s.escape?l.a.sanitize(h()(i)):l.a.sanitize(i):l.a.sanitize(e)}))}(a,n,i)):l.a.sanitize(a)},translatePlural:function(e,t,n,i,r,o){var a="_"+t+"_::_"+n+"_",l=g(e),c=l.translations[a];if(void 0!==c){var u=c;if(s.a.isArray(u)){var d=l.pluralFunction(i);return this.translate(e,u[d],r,i,o)}}return 1===i?this.translate(e,t,r,i,o):this.translate(e,n,r,i,o)},_getPlural:function(e){var t=f.a.getLanguage();if("pt_BR"===t&&(t="xbr"),void 0===t||""===t)return 1===e?0:1;switch(t.length>3&&(t=t.substring(0,t.lastIndexOf("_"))),t){case"az":case"bo":case"dz":case"id":case"ja":case"jv":case"ka":case"km":case"kn":case"ko":case"ms":case"th":case"tr":case"vi":case"zh":return 0;case"af":case"bn":case"bg":case"ca":case"da":case"de":case"el":case"en":case"eo":case"es":case"et":case"eu":case"fa":case"fi":case"fo":case"fur":case"fy":case"gl":case"gu":case"ha":case"he":case"hu":case"is":case"it":case"ku":case"lb":case"ml":case"mn":case"mr":case"nah":case"nb":case"ne":case"nl":case"nn":case"no":case"oc":case"om":case"or":case"pa":case"pap":case"ps":case"pt":case"so":case"sq":case"sv":case"sw":case"ta":case"te":case"tk":case"ur":case"zu":return 1===e?0:1;case"am":case"bh":case"fil":case"fr":case"gun":case"hi":case"hy":case"ln":case"mg":case"nso":case"xbr":case"ti":case"wa":return 0===e||1===e?0:1;case"be":case"bs":case"hr":case"ru":case"sh":case"sr":case"uk":return e%10==1&&e%100!=11?0:e%10>=2&&e%10<=4&&(e%100<10||e%100>=20)?1:2;case"cs":case"sk":return 1===e?0:e>=2&&e<=4?1:2;case"ga":return 1===e?0:2===e?1:2;case"lt":return e%10==1&&e%100!=11?0:e%10>=2&&(e%100<10||e%100>=20)?1:2;case"sl":return e%100==1?0:e%100==2?1:e%100==3||e%100==4?2:3;case"mk":return e%10==1?0:1;case"mt":return 1===e?0:0===e||e%100>1&&e%100<11?1:e%100>10&&e%100<20?2:3;case"lv":return 0===e?0:e%10==1&&e%100!=11?1:2;case"pl":return 1===e?0:e%10>=2&&e%10<=4&&(e%100<12||e%100>14)?1:2;case"cy":return 1===e?0:2===e?1:8===e||11===e?2:3;case"ro":return 1===e?0:0===e||e%100>0&&e%100<20?1:2;case"ar":return 0===e?0:1===e?1:2===e?2:e%100>=3&&e%100<=10?3:e%100>=11&&e%100<=99?4:5;default:return 0}}},y=(t.a=_,function(){var e=b();return"string"==typeof e?e.replace(/_/g,"-"):e}),b=function(){return s()("html").data("locale")},w=function(){return s()("html").prop("lang")};u.a.registerHelper("t",(function(e,t){return _.translate(e,t)}))},function(e,t){e.exports=function(e,t){return{enumerable:!(1&e),configurable:!(2&e),writable:!(4&e),value:t}}},function(e,t,n){var i=n(119),r=n(71);e.exports=function(e){return i(r(e))}},function(e,t,n){var i,r,o,s=n(218),a=n(5),l=n(10),c=n(16),u=n(8),d=n(74),h=n(46),f=a.WeakMap;if(s){var p=new f,m=p.get,g=p.has,v=p.set;i=function(e,t){return v.call(p,e,t),t},r=function(e){return m.call(p,e)||{}},o=function(e){return g.call(p,e)}}else{var _=d("state");h[_]=!0,i=function(e,t){return c(e,_,t),t},r=function(e){return u(e,_)?e[_]:{}},o=function(e){return u(e,_)}}e.exports={set:i,get:r,has:o,enforce:function(e){return o(e)?r(e):i(e,{})},getterFor:function(e){return function(t){var n;if(!l(t)||(n=r(t)).type!==e)throw TypeError("Incompatible receiver, "+e+" required");return n}}}},function(e,t){e.exports={}},function(e,t,n){var i=n(221),r=n(5),o=function(e){return"function"==typeof e?e:void 0};e.exports=function(e,t){return arguments.length<2?o(i[e])||o(r[e]):i[e]&&i[e][t]||r[e]&&r[e][t]}},function(e,t,n){var i=n(77),r=Math.min;e.exports=function(e){return e>0?r(i(e),9007199254740991):0}},function(e,t){e.exports=function(e){try{return!!e()}catch(e){return!0}}},function(e,t){e.exports=function(e){return"object"==typeof e?null!==e:"function"==typeof e}},function(e,t){var n={}.hasOwnProperty;e.exports=function(e,t){return n.call(e,t)}},function(e,t,n){"use strict";t.__esModule=!0;var i=["description","fileName","lineNumber","endLineNumber","message","name","number","stack"];function r(e,t){var n=t&&t.loc,o=void 0,s=void 0,a=void 0,l=void 0;n&&(o=n.start.line,s=n.end.line,a=n.start.column,l=n.end.column,e+=" - "+o+":"+a);for(var c=Error.prototype.constructor.call(this,e),u=0;u<i.length;u++)this[i[u]]=c[i[u]];Error.captureStackTrace&&Error.captureStackTrace(this,r);try{n&&(this.lineNumber=o,this.endLineNumber=s,Object.defineProperty?(Object.defineProperty(this,"column",{value:a,enumerable:!0}),Object.defineProperty(this,"endColumn",{value:l,enumerable:!0})):(this.column=a,this.endColumn=l))}catch(e){}}r.prototype=new Error,t.default=r,e.exports=t.default},function(e,t,n){var i=n(39),r=n(183),o=n(179);e.exports=i?function(e,t,n){return r.f(e,t,o(1,n))}:function(e,t,n){return e[t]=n,e}},function(e,t,n){var i=n(86);e.exports=function(e){if(!i(e))throw TypeError(String(e)+" is not an object");return e}},,,function(e,t,n){var i=n(112);e.exports=function(e){return Object(i(e))}},function(e,t,n){"use strict";n.d(t,"a",(function(){return l})),n.d(t,"b",(function(){return c}));var i,r,o,s=n(41),a=(i=document,r=s.emit,o=i.getElementsByTagName("head")[0].getAttribute("data-requesttoken"),{getToken:function(){return o},setToken:function(e){r("csrf-token-update",{token:o=e})}}),l=a.getToken,c=a.setToken},function(e,t){var n={}.hasOwnProperty;e.exports=function(e,t){return n.call(e,t)}},function(e,t,n){"use strict";n.r(t),function(e){n.d(t,"getApps",(function(){return a})),n.d(t,"getKeys",(function(){return l})),n.d(t,"getValue",(function(){return c})),n.d(t,"setValue",(function(){return u})),n.d(t,"deleteKey",(function(){return d}));var i=n(0),r=n.n(i),o=n(4);
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ *
+ */Object(o.subscribe)("csrf-token-update",e=>{OC.requestToken=e.token,console.info("OC.requestToken changed",e.token)})},function(e,t,n){var i=n(10);e.exports=function(e){if(!i(e))throw TypeError(String(e)+" is not an object");return e}},function(e,t,n){var i=n(5),r=n(47),o=n(13),a=n(56),s=n(67),l=n(111),u=r("wks"),c=i.Symbol,d=l?c:c&&c.withoutSetter||a;e.exports=function(e){return o(u,e)&&(s||"string"==typeof u[e])||(s&&o(c,e)?u[e]=c[e]:u[e]=d("Symbol."+e)),u[e]}},function(e,t){e.exports=function(e){return"object"==typeof e?null!==e:"function"==typeof e}},function(e,t,n){var i=n(4);e.exports=!i((function(){return 7!=Object.defineProperty({},1,{get:function(){return 7}})[1]}))},function(e,t,n){"use strict";n(151),n(91),n(105),n(40),n(123),n(62),Object.defineProperty(t,"__esModule",{value:!0}),t.getRootUrl=t.generateFilePath=t.imagePath=t.generateUrl=t.generateOcsUrl=t.generateRemoteUrl=t.linkTo=void 0;t.linkTo=function(e,t){return i(e,"",t)};t.generateRemoteUrl=function(e){return window.location.protocol+"//"+window.location.host+function(e){return r()+"/remote.php/"+e}(e)};t.generateOcsUrl=function(e,t){return t=2!==t?1:2,window.location.protocol+"//"+window.location.host+r()+"/ocs/v"+t+".php/"+e+"/"};t.generateUrl=function(e,t,n){var i=Object.assign({escape:!0,noRewrite:!1},n||{}),o=function(e,t){return t=t||{},e.replace(/{([^{}]*)}/g,(function(e,n){var r=t[n];return i.escape?"string"==typeof r||"number"==typeof r?encodeURIComponent(r.toString()):encodeURIComponent(e):"string"==typeof r||"number"==typeof r?r.toString():e}))};return"/"!==e.charAt(0)&&(e="/"+e),!0!==OC.config.modRewriteWorking||i.noRewrite?r()+"/index.php"+o(e,t||{}):r()+o(e,t||{})};t.imagePath=function(e,t){return-1===t.indexOf(".")?i(e,"img",t+".svg"):i(e,"img",t)};var i=function(e,t,n){var i=-1!==OC.coreApps.indexOf(e),o=r();return"php"!==n.substring(n.length-3)||i?"php"===n.substring(n.length-3)||i?(o+="settings"!==e&&"core"!==e&&"search"!==e||"ajax"!==t?"/":"/index.php/",i||(o+="apps/"),""!==e&&(o+=e+="/"),t&&(o+=t+"/"),o+=n):(o=OC.appswebroots[e],t&&(o+="/"+t+"/"),"/"!==o.substring(o.length-1)&&(o+="/"),o+=n):(o+="/index.php/apps/"+e,"index.php"!==n&&(o+="/",t&&(o+=encodeURI(t+"/")),o+=n)),o};t.generateFilePath=i;var r=function(){return OC.webroot};t.getRootUrl=r},function(e,t,n){var i=n(14),r={}.hasOwnProperty;e.exports=Object.hasOwn||function(e,t){return r.call(i(e),t)}},function(e,t,n){var i=n(20);e.exports=function(e){return Object(i(e))}},function(e,t,n){var i=n(23),r=Math.min;e.exports=function(e){return e>0?r(i(e),9007199254740991):0}},,function(e,t){var n;n=function(){return this}();try{n=n||new Function("return this")()}catch(e){"object"==typeof window&&(n=window)}e.exports=n},function(e,t,n){var i=n(11),r=n(19),o=n(33);e.exports=i?function(e,t,n){return r.f(e,t,o(1,n))}:function(e,t,n){return e[t]=n,e}},function(e,t,n){var i=n(11),r=n(77),o=n(8),a=n(34),s=Object.defineProperty;t.f=i?s:function(e,t,n){if(o(e),t=a(t,!0),o(n),r)try{return s(e,t,n)}catch(e){}if("get"in n||"set"in n)throw TypeError("Accessors not supported");return"value"in n&&(e[t]=n.value),e}},function(e,t){e.exports=function(e){if(null==e)throw TypeError("Can't call method on "+e);return e}},function(e,t,n){var i=n(5),r=n(18),o=n(13),a=n(52),s=n(72),l=n(35),u=l.get,c=l.enforce,d=String(String).split("String");(e.exports=function(e,t,n,s){var l,u=!!s&&!!s.unsafe,h=!!s&&!!s.enumerable,p=!!s&&!!s.noTargetGet;"function"==typeof n&&("string"!=typeof t||o(n,"name")||r(n,"name",t),(l=c(n)).source||(l.source=d.join("string"==typeof t?t:""))),e!==i?(u?!p&&e[t]&&(h=!0):delete e[t],h?e[t]=n:r(e,t,n)):h?e[t]=n:a(t,n)})(Function.prototype,"toString",(function(){return"function"==typeof this&&u(this).source||s(this)}))},function(e,t,n){var i=n(43),r=n(20);e.exports=function(e){return i(r(e))}},function(e,t){var n=Math.ceil,i=Math.floor;e.exports=function(e){return isNaN(e=+e)?0:(e>0?i:n)(e)}},function(e,t,n){var i=n(180),r="object"==typeof self&&self&&self.Object===Object&&self,o=i||r||Function("return this")();e.exports=o},function(e,t,n){"use strict";var i,r=function(){return void 0===i&&(i=Boolean(window&&document&&document.all&&!window.atob)),i},o=function(){var e={};return function(t){if(void 0===e[t]){var n=document.querySelector(t);if(window.HTMLIFrameElement&&n instanceof window.HTMLIFrameElement)try{n=n.contentDocument.head}catch(e){n=null}e[t]=n}return e[t]}}(),a=[];function s(e){for(var t=-1,n=0;n<a.length;n++)if(a[n].identifier===e){t=n;break}return t}function l(e,t){for(var n={},i=[],r=0;r<e.length;r++){var o=e[r],l=t.base?o[0]+t.base:o[0],u=n[l]||0,c="".concat(l," ").concat(u);n[l]=u+1;var d=s(c),h={css:o[1],media:o[2],sourceMap:o[3]};-1!==d?(a[d].references++,a[d].updater(h)):a.push({identifier:c,updater:g(h,t),references:1}),i.push(c)}return i}function u(e){var t=document.createElement("style"),i=e.attributes||{};if(void 0===i.nonce){var r=n.nc;r&&(i.nonce=r)}if(Object.keys(i).forEach((function(e){t.setAttribute(e,i[e])})),"function"==typeof e.insert)e.insert(t);else{var a=o(e.insert||"head");if(!a)throw new Error("Couldn't find a style target. This probably means that the value for the 'insert' parameter is invalid.");a.appendChild(t)}return t}var c,d=(c=[],function(e,t){return c[e]=t,c.filter(Boolean).join("\n")});function h(e,t,n,i){var r=n?"":i.media?"@media ".concat(i.media," {").concat(i.css,"}"):i.css;if(e.styleSheet)e.styleSheet.cssText=d(t,r);else{var o=document.createTextNode(r),a=e.childNodes;a[t]&&e.removeChild(a[t]),a.length?e.insertBefore(o,a[t]):e.appendChild(o)}}function p(e,t,n){var i=n.css,r=n.media,o=n.sourceMap;if(r?e.setAttribute("media",r):e.removeAttribute("media"),o&&"undefined"!=typeof btoa&&(i+="\n/*# sourceMappingURL=data:application/json;base64,".concat(btoa(unescape(encodeURIComponent(JSON.stringify(o))))," */")),e.styleSheet)e.styleSheet.cssText=i;else{for(;e.firstChild;)e.removeChild(e.firstChild);e.appendChild(document.createTextNode(i))}}var f=null,m=0;function g(e,t){var n,i,r;if(t.singleton){var o=m++;n=f||(f=u(t)),i=h.bind(null,n,o,!1),r=h.bind(null,n,o,!0)}else n=u(t),i=p.bind(null,n,t),r=function(){!function(e){if(null===e.parentNode)return!1;e.parentNode.removeChild(e)}(n)};return i(e),function(t){if(t){if(t.css===e.css&&t.media===e.media&&t.sourceMap===e.sourceMap)return;i(e=t)}else r()}}e.exports=function(e,t){(t=t||{}).singleton||"boolean"==typeof t.singleton||(t.singleton=r());var n=l(e=e||[],t);return function(e){if(e=e||[],"[object Array]"===Object.prototype.toString.call(e)){for(var i=0;i<n.length;i++){var r=s(n[i]);a[r].references--}for(var o=l(e,t),u=0;u<n.length;u++){var c=s(n[u]);0===a[c].references&&(a[c].updater(),a.splice(c,1))}n=o}}}},function(e,t,n){"use strict";function i(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){var n=e&&("undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"]);if(null==n)return;var i,r,o=[],a=!0,s=!1;try{for(n=n.call(e);!(a=(i=n.next()).done)&&(o.push(i.value),!t||o.length!==t);a=!0);}catch(e){s=!0,r=e}finally{try{a||null==n.return||n.return()}finally{if(s)throw r}}return o}(e,t)||function(e,t){if(!e)return;if("string"==typeof e)return r(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);"Object"===n&&e.constructor&&(n=e.constructor.name);if("Map"===n||"Set"===n)return Array.from(e);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return r(e,t)}(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function r(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,i=new Array(t);n<t;n++)i[n]=e[n];return i}e.exports=function(e){var t=i(e,4),n=t[1],r=t[3];if("function"==typeof btoa){var o=btoa(unescape(encodeURIComponent(JSON.stringify(r)))),a="sourceMappingURL=data:application/json;charset=utf-8;base64,".concat(o),s="/*# ".concat(a," */"),l=r.sources.map((function(e){return"/*# sourceURL=".concat(r.sourceRoot||"").concat(e," */")}));return[n].concat(l).concat([s]).join("\n")}return[n].join("\n")}},function(e,t,n){"use strict";e.exports=function(e){var t=[];return t.toString=function(){return this.map((function(t){var n=e(t);return t[2]?"@media ".concat(t[2]," {").concat(n,"}"):n})).join("")},t.i=function(e,n,i){"string"==typeof e&&(e=[[null,e,""]]);var r={};if(i)for(var o=0;o<this.length;o++){var a=this[o][0];null!=a&&(r[a]=!0)}for(var s=0;s<e.length;s++){var l=[].concat(e[s]);i&&r[l[0]]||(n&&(l[2]?l[2]="".concat(n," and ").concat(l[2]):l[2]=n),t.push(l))}},t}},function(e,t){var n={}.toString;e.exports=function(e){return n.call(e).slice(8,-1)}},function(e,t,n){var i=n(11),r=n(64),o=n(33),a=n(22),s=n(34),l=n(13),u=n(77),c=Object.getOwnPropertyDescriptor;t.f=i?c:function(e,t){if(e=a(e),t=s(t,!0),u)try{return c(e,t)}catch(e){}if(l(e,t))return o(!r.f.call(e,t),e[t])}},function(e,t,n){"use strict";e.exports=function(e,t){return t||(t={}),"string"!=typeof(e=e&&e.__esModule?e.default:e)?e:(/^['"].*['"]$/.test(e)&&(e=e.slice(1,-1)),t.hash&&(e+=t.hash),/["'() \t\n]/.test(e)||t.needQuotes?'"'.concat(e.replace(/"/g,'\\"').replace(/\n/g,"\\n"),'"'):e)}},function(e,t){var n=Array.isArray;e.exports=n},function(e,t,n){var i=n(104),r=n(5),o=function(e){return"function"==typeof e?e:void 0};e.exports=function(e,t){return arguments.length<2?o(i[e])||o(r[e]):i[e]&&i[e][t]||r[e]&&r[e][t]}},function(e,t){e.exports=function(e,t){return{enumerable:!(1&e),configurable:!(2&e),writable:!(4&e),value:t}}},function(e,t,n){var i=n(10);e.exports=function(e,t){if(!i(e))return e;var n,r;if(t&&"function"==typeof(n=e.toString)&&!i(r=n.call(e)))return r;if("function"==typeof(n=e.valueOf)&&!i(r=n.call(e)))return r;if(!t&&"function"==typeof(n=e.toString)&&!i(r=n.call(e)))return r;throw TypeError("Can't convert object to primitive value")}},function(e,t,n){var i,r,o,a=n(121),s=n(5),l=n(10),u=n(18),c=n(13),d=n(53),h=n(78),p=n(55),f=s.WeakMap;if(a||d.state){var m=d.state||(d.state=new f),g=m.get,A=m.has,v=m.set;i=function(e,t){if(A.call(m,e))throw new TypeError("Object already initialized");return t.facade=e,v.call(m,e,t),t},r=function(e){return g.call(m,e)||{}},o=function(e){return A.call(m,e)}}else{var _=h("state");p[_]=!0,i=function(e,t){if(c(e,_))throw new TypeError("Object already initialized");return t.facade=e,u(e,_,t),t},r=function(e){return c(e,_)?e[_]:{}},o=function(e){return c(e,_)}}e.exports={set:i,get:r,has:o,enforce:function(e){return o(e)?r(e):i(e,{})},getterFor:function(e){return function(t){var n;if(!l(t)||(n=r(t)).type!==e)throw TypeError("Incompatible receiver, "+e+" required");return n}}}},function(e,t,n){var i=n(75),r=n(43),o=n(14),a=n(15),s=n(80),l=[].push,u=function(e){var t=1==e,n=2==e,u=3==e,c=4==e,d=6==e,h=7==e,p=5==e||d;return function(f,m,g,A){for(var v,_,b=o(f),y=r(b),w=i(m,g,3),C=a(y.length),x=0,k=A||s,M=t?k(f,C):n||h?k(f,0):void 0;C>x;x++)if((p||x in y)&&(_=w(v=y[x],x,b),e))if(t)M[x]=_;else if(_)switch(e){case 3:return!0;case 5:return v;case 6:return x;case 2:l.call(M,v)}else switch(e){case 4:return!1;case 7:l.call(M,v)}return d?-1:u||c?c:M}};e.exports={forEach:u(0),map:u(1),filter:u(2),some:u(3),every:u(4),find:u(5),findIndex:u(6),filterOut:u(7)}},function(e,t){e.exports=function(e){return null!=e&&"object"==typeof e}},function(e,t,n){"use strict";var i,r=n(615),o=n(11),a=n(5),s=n(10),l=n(13),u=n(96),c=n(18),d=n(21),h=n(19).f,p=n(99),f=n(148),m=n(9),g=n(56),A=a.Int8Array,v=A&&A.prototype,_=a.Uint8ClampedArray,b=_&&_.prototype,y=A&&p(A),w=v&&p(v),C=Object.prototype,x=C.isPrototypeOf,k=m("toStringTag"),M=g("TYPED_ARRAY_TAG"),E=r&&!!f&&"Opera"!==u(a.opera),L=!1,T={Int8Array:1,Uint8Array:1,Uint8ClampedArray:1,Int16Array:2,Uint16Array:2,Int32Array:4,Uint32Array:4,Float32Array:4,Float64Array:8},D={BigInt64Array:8,BigUint64Array:8},B=function(e){if(!s(e))return!1;var t=u(e);return l(T,t)||l(D,t)};for(i in T)a[i]||(E=!1);if((!E||"function"!=typeof y||y===Function.prototype)&&(y=function(){throw TypeError("Incorrect invocation")},E))for(i in T)a[i]&&f(a[i],y);if((!E||!w||w===C)&&(w=y.prototype,E))for(i in T)a[i]&&f(a[i].prototype,w);if(E&&p(b)!==w&&f(b,w),o&&!l(w,k))for(i in L=!0,h(w,k,{get:function(){return s(this)?this[M]:void 0}}),T)a[i]&&c(a[i],M,i);e.exports={NATIVE_ARRAY_BUFFER_VIEWS:E,TYPED_ARRAY_TAG:L&&M,aTypedArray:function(e){if(B(e))return e;throw TypeError("Target is not a typed array")},aTypedArrayConstructor:function(e){if(f){if(x.call(y,e))return e}else for(var t in T)if(l(T,i)){var n=a[t];if(n&&(e===n||x.call(n,e)))return e}throw TypeError("Target is not a typed array constructor")},exportTypedArrayMethod:function(e,t,n){if(o){if(n)for(var i in T){var r=a[i];if(r&&l(r.prototype,e))try{delete r.prototype[e]}catch(e){}}w[e]&&!n||d(w,e,n?t:E&&v[e]||t)}},exportTypedArrayStaticMethod:function(e,t,n){var i,r;if(o){if(f){if(n)for(i in T)if((r=a[i])&&l(r,e))try{delete r[e]}catch(e){}if(y[e]&&!n)return;try{return d(y,e,n?t:E&&y[e]||t)}catch(e){}}for(i in T)!(r=a[i])||r[e]&&!n||d(r,e,t)}},isView:function(e){if(!s(e))return!1;var t=u(e);return"DataView"===t||l(T,t)||l(D,t)},isTypedArray:B,TypedArray:y,TypedArrayPrototype:w}},function(e,t,n){"use strict";function i(){return"undefined"==typeof OC?(console.warn("No OC found"),"en"):OC.getLocale()}n(40),n(62),Object.defineProperty(t,"__esModule",{value:!0}),t.getLocale=i,t.getCanonicalLocale=function(){return i().replace(/_/g,"-")},t.getLanguage=function(){if("undefined"==typeof OC)return console.warn("No OC found"),"en";return OC.getLanguage()},t.translate=function(e,t,n,i,r){if("undefined"==typeof OC)return console.warn("No OC found"),t;return OC.L10N.translate(e,t,n,i,r)},t.translatePlural=function(e,t,n,i,r,o){if("undefined"==typeof OC)return console.warn("No OC found"),t;return OC.L10N.translatePlural(e,t,n,i,r,o)},t.getFirstDay=function(){if(void 0===window.firstDay)return console.warn("No firstDay found"),1;return window.firstDay},t.getDayNames=function(){if(void 0===window.dayNames)return console.warn("No dayNames found"),["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"];return window.dayNames},t.getDayNamesShort=function(){if(void 0===window.dayNamesShort)return console.warn("No dayNamesShort found"),["Sun.","Mon.","Tue.","Wed.","Thu.","Fri.","Sat."];return window.dayNamesShort},t.getDayNamesMin=function(){if(void 0===window.dayNamesMin)return console.warn("No dayNamesMin found"),["Su","Mo","Tu","We","Th","Fr","Sa"];return window.dayNamesMin},t.getMonthNames=function(){if(void 0===window.monthNames)return console.warn("No monthNames found"),["January","February","March","April","May","June","July","August","September","October","November","December"];return window.monthNames},t.getMonthNamesShort=function(){if(void 0===window.monthNamesShort)return console.warn("No monthNamesShort found"),["Jan.","Feb.","Mar.","Apr.","May.","Jun.","Jul.","Aug.","Sep.","Oct.","Nov.","Dec."];return window.monthNamesShort}},function(e,t,n){"use strict";var i=n(3),r=n(48);i({target:"RegExp",proto:!0,forced:/./.exec!==r},{exec:r})},function(e,t,n){"use strict";n.r(t),function(e,i){n.d(t,"emit",(function(){return Tr})),n.d(t,"subscribe",(function(){return Er})),n.d(t,"unsubscribe",(function(){return Lr}));var r="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof window?window:void 0!==e?e:"undefined"!=typeof self?self:{};function o(e){var t={exports:{}};return e(t,t.exports),t.exports}var a=function(e){return e&&e.Math==Math&&e},s=a("object"==typeof globalThis&&globalThis)||a("object"==typeof window&&window)||a("object"==typeof self&&self)||a("object"==typeof r&&r)||function(){return this}()||Function("return this")(),l=function(e){try{return!!e()}catch(e){return!0}},u=!l((function(){return 7!=Object.defineProperty({},1,{get:function(){return 7}})[1]})),c={}.propertyIsEnumerable,d=Object.getOwnPropertyDescriptor,h={f:d&&!c.call({1:2},1)?function(e){var t=d(this,e);return!!t&&t.enumerable}:c},p=function(e,t){return{enumerable:!(1&e),configurable:!(2&e),writable:!(4&e),value:t}},f={}.toString,m=function(e){return f.call(e).slice(8,-1)},g="".split,A=l((function(){return!Object("z").propertyIsEnumerable(0)}))?function(e){return"String"==m(e)?g.call(e,""):Object(e)}:Object,v=function(e){if(null==e)throw TypeError("Can't call method on "+e);return e},_=function(e){return A(v(e))},b=function(e){return"object"==typeof e?null!==e:"function"==typeof e},y=function(e,t){if(!b(e))return e;var n,i;if(t&&"function"==typeof(n=e.toString)&&!b(i=n.call(e)))return i;if("function"==typeof(n=e.valueOf)&&!b(i=n.call(e)))return i;if(!t&&"function"==typeof(n=e.toString)&&!b(i=n.call(e)))return i;throw TypeError("Can't convert object to primitive value")},w=function(e){return Object(v(e))},C={}.hasOwnProperty,x=function(e,t){return C.call(w(e),t)},k=s.document,M=b(k)&&b(k.createElement),E=function(e){return M?k.createElement(e):{}},L=!u&&!l((function(){return 7!=Object.defineProperty(E("div"),"a",{get:function(){return 7}}).a})),T=Object.getOwnPropertyDescriptor,D={f:u?T:function(e,t){if(e=_(e),t=y(t,!0),L)try{return T(e,t)}catch(e){}if(x(e,t))return p(!h.f.call(e,t),e[t])}},B=function(e){if(!b(e))throw TypeError(String(e)+" is not an object");return e},S=Object.defineProperty,Y={f:u?S:function(e,t,n){if(B(e),t=y(t,!0),B(n),L)try{return S(e,t,n)}catch(e){}if("get"in n||"set"in n)throw TypeError("Accessors not supported");return"value"in n&&(e[t]=n.value),e}},I=u?function(e,t,n){return Y.f(e,t,p(1,n))}:function(e,t,n){return e[t]=n,e},O=function(e,t){try{I(s,e,t)}catch(n){s[e]=t}return t},j=s["__core-js_shared__"]||O("__core-js_shared__",{}),P=Function.toString;"function"!=typeof j.inspectSource&&(j.inspectSource=function(e){return P.call(e)});var H,F,N,R=j.inspectSource,z=s.WeakMap,W="function"==typeof z&&/native code/.test(R(z)),U=o((function(e){(e.exports=function(e,t){return j[e]||(j[e]=void 0!==t?t:{})})("versions",[]).push({version:"3.11.2",mode:"global",copyright:"© 2021 Denis Pushkarev (zloirock.ru)"})})),q=0,G=Math.random(),Q=function(e){return"Symbol("+String(void 0===e?"":e)+")_"+(++q+G).toString(36)},V=U("keys"),J=function(e){return V[e]||(V[e]=Q(e))},K={},X=s.WeakMap;if(W){var Z=j.state||(j.state=new X),$=Z.get,ee=Z.has,te=Z.set;H=function(e,t){if(ee.call(Z,e))throw new TypeError("Object already initialized");return t.facade=e,te.call(Z,e,t),t},F=function(e){return $.call(Z,e)||{}},N=function(e){return ee.call(Z,e)}}else{var ne=J("state");K[ne]=!0,H=function(e,t){if(x(e,ne))throw new TypeError("Object already initialized");return t.facade=e,I(e,ne,t),t},F=function(e){return x(e,ne)?e[ne]:{}},N=function(e){return x(e,ne)}}var ie={set:H,get:F,has:N,enforce:function(e){return N(e)?F(e):H(e,{})},getterFor:function(e){return function(t){var n;if(!b(t)||(n=F(t)).type!==e)throw TypeError("Incompatible receiver, "+e+" required");return n}}},re=o((function(e){var t=ie.get,n=ie.enforce,i=String(String).split("String");(e.exports=function(e,t,r,o){var a,l=!!o&&!!o.unsafe,u=!!o&&!!o.enumerable,c=!!o&&!!o.noTargetGet;"function"==typeof r&&("string"!=typeof t||x(r,"name")||I(r,"name",t),(a=n(r)).source||(a.source=i.join("string"==typeof t?t:""))),e!==s?(l?!c&&e[t]&&(u=!0):delete e[t],u?e[t]=r:I(e,t,r)):u?e[t]=r:O(t,r)})(Function.prototype,"toString",(function(){return"function"==typeof this&&t(this).source||R(this)}))})),oe=s,ae=function(e){return"function"==typeof e?e:void 0},se=function(e,t){return arguments.length<2?ae(oe[e])||ae(s[e]):oe[e]&&oe[e][t]||s[e]&&s[e][t]},le=Math.ceil,ue=Math.floor,ce=function(e){return isNaN(e=+e)?0:(e>0?ue:le)(e)},de=Math.min,he=function(e){return e>0?de(ce(e),9007199254740991):0},pe=Math.max,fe=Math.min,me=function(e){return function(t,n,i){var r,o=_(t),a=he(o.length),s=function(e,t){var n=ce(e);return n<0?pe(n+t,0):fe(n,t)}(i,a);if(e&&n!=n){for(;a>s;)if((r=o[s++])!=r)return!0}else for(;a>s;s++)if((e||s in o)&&o[s]===n)return e||s||0;return!e&&-1}},ge={includes:me(!0),indexOf:me(!1)}.indexOf,Ae=function(e,t){var n,i=_(e),r=0,o=[];for(n in i)!x(K,n)&&x(i,n)&&o.push(n);for(;t.length>r;)x(i,n=t[r++])&&(~ge(o,n)||o.push(n));return o},ve=["constructor","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","toLocaleString","toString","valueOf"],_e=ve.concat("length","prototype"),be={f:Object.getOwnPropertyNames||function(e){return Ae(e,_e)}},ye={f:Object.getOwnPropertySymbols},we=se("Reflect","ownKeys")||function(e){var t=be.f(B(e)),n=ye.f;return n?t.concat(n(e)):t},Ce=function(e,t){for(var n=we(t),i=Y.f,r=D.f,o=0;o<n.length;o++){var a=n[o];x(e,a)||i(e,a,r(t,a))}},xe=/#|\.prototype\./,ke=function(e,t){var n=Ee[Me(e)];return n==Te||n!=Le&&("function"==typeof t?l(t):!!t)},Me=ke.normalize=function(e){return String(e).replace(xe,".").toLowerCase()},Ee=ke.data={},Le=ke.NATIVE="N",Te=ke.POLYFILL="P",De=ke,Be=D.f,Se=function(e,t){var n,i,r,o,a,l=e.target,u=e.global,c=e.stat;if(n=u?s:c?s[l]||O(l,{}):(s[l]||{}).prototype)for(i in t){if(o=t[i],r=e.noTargetGet?(a=Be(n,i))&&a.value:n[i],!De(u?i:l+(c?".":"#")+i,e.forced)&&void 0!==r){if(typeof o==typeof r)continue;Ce(o,r)}(e.sham||r&&r.sham)&&I(o,"sham",!0),re(n,i,o,e)}};Se({target:"Number",stat:!0},{MAX_SAFE_INTEGER:9007199254740991});var Ye,Ie=Object.setPrototypeOf||("__proto__"in{}?function(){var e,t=!1,n={};try{(e=Object.getOwnPropertyDescriptor(Object.prototype,"__proto__").set).call(n,[]),t=n instanceof Array}catch(e){}return function(n,i){return B(n),function(e){if(!b(e)&&null!==e)throw TypeError("Can't set "+String(e)+" as a prototype")}(i),t?e.call(n,i):n.__proto__=i,n}}():void 0),Oe=function(e,t,n){var i,r;return Ie&&"function"==typeof(i=t.constructor)&&i!==n&&b(r=i.prototype)&&r!==n.prototype&&Ie(e,r),e},je=Object.keys||function(e){return Ae(e,ve)},Pe=u?Object.defineProperties:function(e,t){B(e);for(var n,i=je(t),r=i.length,o=0;r>o;)Y.f(e,n=i[o++],t[n]);return e},He=se("document","documentElement"),Fe=J("IE_PROTO"),Ne=function(){},Re=function(e){return"<script>"+e+"<\/script>"},ze=function(){try{Ye=document.domain&&new ActiveXObject("htmlfile")}catch(e){}var e,t;ze=Ye?function(e){e.write(Re("")),e.close();var t=e.parentWindow.Object;return e=null,t}(Ye):((t=E("iframe")).style.display="none",He.appendChild(t),t.src=String("javascript:"),(e=t.contentWindow.document).open(),e.write(Re("document.F=Object")),e.close(),e.F);for(var n=ve.length;n--;)delete ze.prototype[ve[n]];return ze()};K[Fe]=!0;var We=Object.create||function(e,t){var n;return null!==e?(Ne.prototype=B(e),n=new Ne,Ne.prototype=null,n[Fe]=e):n=ze(),void 0===t?n:Pe(n,t)},Ue="\t\n\v\f\r                 \u2028\u2029\ufeff",qe="["+Ue+"]",Ge=RegExp("^"+qe+qe+"*"),Qe=RegExp(qe+qe+"*$"),Ve=function(e){return function(t){var n=String(v(t));return 1&e&&(n=n.replace(Ge,"")),2&e&&(n=n.replace(Qe,"")),n}},Je={start:Ve(1),end:Ve(2),trim:Ve(3)},Ke=be.f,Xe=D.f,Ze=Y.f,$e=Je.trim,et=s.Number,tt=et.prototype,nt="Number"==m(We(tt)),it=function(e){var t,n,i,r,o,a,s,l,u=y(e,!1);if("string"==typeof u&&u.length>2)if(43===(t=(u=$e(u)).charCodeAt(0))||45===t){if(88===(n=u.charCodeAt(2))||120===n)return NaN}else if(48===t){switch(u.charCodeAt(1)){case 66:case 98:i=2,r=49;break;case 79:case 111:i=8,r=55;break;default:return+u}for(a=(o=u.slice(2)).length,s=0;s<a;s++)if((l=o.charCodeAt(s))<48||l>r)return NaN;return parseInt(o,i)}return+u};if(De("Number",!et(" 0o1")||!et("0b1")||et("+0x1"))){for(var rt,ot=function(e){var t=arguments.length<1?0:e,n=this;return n instanceof ot&&(nt?l((function(){tt.valueOf.call(n)})):"Number"!=m(n))?Oe(new et(it(t)),n,ot):it(t)},at=u?Ke(et):"MAX_VALUE,MIN_VALUE,NaN,NEGATIVE_INFINITY,POSITIVE_INFINITY,EPSILON,isFinite,isInteger,isNaN,isSafeInteger,MAX_SAFE_INTEGER,MIN_SAFE_INTEGER,parseFloat,parseInt,isInteger,fromString,range".split(","),st=0;at.length>st;st++)x(et,rt=at[st])&&!x(ot,rt)&&Ze(ot,rt,Xe(et,rt));ot.prototype=tt,tt.constructor=ot,re(s,"Number",ot)}var lt,ut,ct={SEMVER_SPEC_VERSION:"2.0.0",MAX_LENGTH:256,MAX_SAFE_INTEGER:Number.MAX_SAFE_INTEGER||9007199254740991,MAX_SAFE_COMPONENT_LENGTH:16},dt="process"==m(s.process),ht=se("navigator","userAgent")||"",pt=s.process,ft=pt&&pt.versions,mt=ft&&ft.v8;mt?ut=(lt=mt.split("."))[0]+lt[1]:ht&&(!(lt=ht.match(/Edge\/(\d+)/))||lt[1]>=74)&&(lt=ht.match(/Chrome\/(\d+)/))&&(ut=lt[1]);var gt=ut&&+ut,At=!!Object.getOwnPropertySymbols&&!l((function(){return!Symbol.sham&&(dt?38===gt:gt>37&&gt<41)})),vt=At&&!Symbol.sham&&"symbol"==typeof Symbol.iterator,_t=U("wks"),bt=s.Symbol,yt=vt?bt:bt&&bt.withoutSetter||Q,wt=function(e){return x(_t,e)&&(At||"string"==typeof _t[e])||(At&&x(bt,e)?_t[e]=bt[e]:_t[e]=yt("Symbol."+e)),_t[e]},Ct=wt("match"),xt=function(e){var t;return b(e)&&(void 0!==(t=e[Ct])?!!t:"RegExp"==m(e))},kt=function(){var e=B(this),t="";return e.global&&(t+="g"),e.ignoreCase&&(t+="i"),e.multiline&&(t+="m"),e.dotAll&&(t+="s"),e.unicode&&(t+="u"),e.sticky&&(t+="y"),t};function Mt(e,t){return RegExp(e,t)}var Et={UNSUPPORTED_Y:l((function(){var e=Mt("a","y");return e.lastIndex=2,null!=e.exec("abcd")})),BROKEN_CARET:l((function(){var e=Mt("^r","gy");return e.lastIndex=2,null!=e.exec("str")}))},Lt=wt("species"),Tt=function(e){var t=se(e),n=Y.f;u&&t&&!t[Lt]&&n(t,Lt,{configurable:!0,get:function(){return this}})},Dt=Y.f,Bt=be.f,St=ie.enforce,Yt=wt("match"),It=s.RegExp,Ot=It.prototype,jt=/a/g,Pt=/a/g,Ht=new It(jt)!==jt,Ft=Et.UNSUPPORTED_Y;if(u&&De("RegExp",!Ht||Ft||l((function(){return Pt[Yt]=!1,It(jt)!=jt||It(Pt)==Pt||"/a/i"!=It(jt,"i")})))){for(var Nt=function(e,t){var n,i=this instanceof Nt,r=xt(e),o=void 0===t;if(!i&&r&&e.constructor===Nt&&o)return e;Ht?r&&!o&&(e=e.source):e instanceof Nt&&(o&&(t=kt.call(e)),e=e.source),Ft&&(n=!!t&&t.indexOf("y")>-1)&&(t=t.replace(/y/g,""));var a=Oe(Ht?new It(e,t):It(e,t),i?this:Ot,Nt);Ft&&n&&(St(a).sticky=!0);return a},Rt=function(e){e in Nt||Dt(Nt,e,{configurable:!0,get:function(){return It[e]},set:function(t){It[e]=t}})},zt=Bt(It),Wt=0;zt.length>Wt;)Rt(zt[Wt++]);Ot.constructor=Nt,Nt.prototype=Ot,re(s,"RegExp",Nt)}Tt("RegExp");var Ut=RegExp.prototype.exec,qt=U("native-string-replace",String.prototype.replace),Gt=Ut,Qt=function(){var e=/a/,t=/b*/g;return Ut.call(e,"a"),Ut.call(t,"a"),0!==e.lastIndex||0!==t.lastIndex}(),Vt=Et.UNSUPPORTED_Y||Et.BROKEN_CARET,Jt=void 0!==/()??/.exec("")[1];(Qt||Jt||Vt)&&(Gt=function(e){var t,n,i,r,o=this,a=Vt&&o.sticky,s=kt.call(o),l=o.source,u=0,c=e;return a&&(-1===(s=s.replace("y","")).indexOf("g")&&(s+="g"),c=String(e).slice(o.lastIndex),o.lastIndex>0&&(!o.multiline||o.multiline&&"\n"!==e[o.lastIndex-1])&&(l="(?: "+l+")",c=" "+c,u++),n=new RegExp("^(?:"+l+")",s)),Jt&&(n=new RegExp("^"+l+"$(?!\\s)",s)),Qt&&(t=o.lastIndex),i=Ut.call(a?n:o,c),a?i?(i.input=i.input.slice(u),i[0]=i[0].slice(u),i.index=o.lastIndex,o.lastIndex+=i[0].length):o.lastIndex=0:Qt&&i&&(o.lastIndex=o.global?i.index+i[0].length:t),Jt&&i&&i.length>1&&qt.call(i[0],n,(function(){for(r=1;r<arguments.length-2;r++)void 0===arguments[r]&&(i[r]=void 0)})),i});var Kt=Gt;Se({target:"RegExp",proto:!0,forced:/./.exec!==Kt},{exec:Kt});var Xt=RegExp.prototype,Zt=Xt.toString,$t=l((function(){return"/a/b"!=Zt.call({source:"a",flags:"b"})})),en="toString"!=Zt.name;($t||en)&&re(RegExp.prototype,"toString",(function(){var e=B(this),t=String(e.source),n=e.flags;return"/"+t+"/"+String(void 0===n&&e instanceof RegExp&&!("flags"in Xt)?kt.call(e):n)}),{unsafe:!0});var tn=Array.isArray||function(e){return"Array"==m(e)},nn=function(e,t,n){var i=y(t);i in e?Y.f(e,i,p(0,n)):e[i]=n},rn=wt("species"),on=function(e,t){var n;return tn(e)&&("function"!=typeof(n=e.constructor)||n!==Array&&!tn(n.prototype)?b(n)&&null===(n=n[rn])&&(n=void 0):n=void 0),new(void 0===n?Array:n)(0===t?0:t)},an=wt("species"),sn=function(e){return gt>=51||!l((function(){var t=[];return(t.constructor={})[an]=function(){return{foo:1}},1!==t[e](Boolean).foo}))},ln=wt("isConcatSpreadable"),un=gt>=51||!l((function(){var e=[];return e[ln]=!1,e.concat()[0]!==e})),cn=sn("concat"),dn=function(e){if(!b(e))return!1;var t=e[ln];return void 0!==t?!!t:tn(e)};function hn(e){return(hn="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function pn(e,t){for(var n=0;n<t.length;n++){var i=t[n];i.enumerable=i.enumerable||!1,i.configurable=!0,"value"in i&&(i.writable=!0),Object.defineProperty(e,i.key,i)}}Se({target:"Array",proto:!0,forced:!un||!cn},{concat:function(e){var t,n,i,r,o,a=w(this),s=on(a,0),l=0;for(t=-1,i=arguments.length;t<i;t++)if(dn(o=-1===t?a:arguments[t])){if(l+(r=he(o.length))>9007199254740991)throw TypeError("Maximum allowed index exceeded");for(n=0;n<r;n++,l++)n in o&&nn(s,l,o[n])}else{if(l>=9007199254740991)throw TypeError("Maximum allowed index exceeded");nn(s,l++,o)}return s.length=l,s}});var fn="object"===(void 0===i?"undefined":hn(i))&&i.env&&i.env.NODE_DEBUG&&/\bsemver\b/i.test(i.env.NODE_DEBUG)?function(){for(var e,t=arguments.length,n=new Array(t),i=0;i<t;i++)n[i]=arguments[i];return(e=console).error.apply(e,["SEMVER"].concat(n))}:function(){},mn=o((function(e,t){var n=ct.MAX_SAFE_COMPONENT_LENGTH,i=(t=e.exports={}).re=[],r=t.src=[],o=t.t={},a=0,s=function(e,t,n){var s=a++;fn(s,t),o[e]=s,r[s]=t,i[s]=new RegExp(t,n?"g":void 0)};s("NUMERICIDENTIFIER","0|[1-9]\\d*"),s("NUMERICIDENTIFIERLOOSE","[0-9]+"),s("NONNUMERICIDENTIFIER","\\d*[a-zA-Z-][a-zA-Z0-9-]*"),s("MAINVERSION","(".concat(r[o.NUMERICIDENTIFIER],")\\.")+"(".concat(r[o.NUMERICIDENTIFIER],")\\.")+"(".concat(r[o.NUMERICIDENTIFIER],")")),s("MAINVERSIONLOOSE","(".concat(r[o.NUMERICIDENTIFIERLOOSE],")\\.")+"(".concat(r[o.NUMERICIDENTIFIERLOOSE],")\\.")+"(".concat(r[o.NUMERICIDENTIFIERLOOSE],")")),s("PRERELEASEIDENTIFIER","(?:".concat(r[o.NUMERICIDENTIFIER],"|").concat(r[o.NONNUMERICIDENTIFIER],")")),s("PRERELEASEIDENTIFIERLOOSE","(?:".concat(r[o.NUMERICIDENTIFIERLOOSE],"|").concat(r[o.NONNUMERICIDENTIFIER],")")),s("PRERELEASE","(?:-(".concat(r[o.PRERELEASEIDENTIFIER],"(?:\\.").concat(r[o.PRERELEASEIDENTIFIER],")*))")),s("PRERELEASELOOSE","(?:-?(".concat(r[o.PRERELEASEIDENTIFIERLOOSE],"(?:\\.").concat(r[o.PRERELEASEIDENTIFIERLOOSE],")*))")),s("BUILDIDENTIFIER","[0-9A-Za-z-]+"),s("BUILD","(?:\\+(".concat(r[o.BUILDIDENTIFIER],"(?:\\.").concat(r[o.BUILDIDENTIFIER],")*))")),s("FULLPLAIN","v?".concat(r[o.MAINVERSION]).concat(r[o.PRERELEASE],"?").concat(r[o.BUILD],"?")),s("FULL","^".concat(r[o.FULLPLAIN],"$")),s("LOOSEPLAIN","[v=\\s]*".concat(r[o.MAINVERSIONLOOSE]).concat(r[o.PRERELEASELOOSE],"?").concat(r[o.BUILD],"?")),s("LOOSE","^".concat(r[o.LOOSEPLAIN],"$")),s("GTLT","((?:<|>)?=?)"),s("XRANGEIDENTIFIERLOOSE","".concat(r[o.NUMERICIDENTIFIERLOOSE],"|x|X|\\*")),s("XRANGEIDENTIFIER","".concat(r[o.NUMERICIDENTIFIER],"|x|X|\\*")),s("XRANGEPLAIN","[v=\\s]*(".concat(r[o.XRANGEIDENTIFIER],")")+"(?:\\.(".concat(r[o.XRANGEIDENTIFIER],")")+"(?:\\.(".concat(r[o.XRANGEIDENTIFIER],")")+"(?:".concat(r[o.PRERELEASE],")?").concat(r[o.BUILD],"?")+")?)?"),s("XRANGEPLAINLOOSE","[v=\\s]*(".concat(r[o.XRANGEIDENTIFIERLOOSE],")")+"(?:\\.(".concat(r[o.XRANGEIDENTIFIERLOOSE],")")+"(?:\\.(".concat(r[o.XRANGEIDENTIFIERLOOSE],")")+"(?:".concat(r[o.PRERELEASELOOSE],")?").concat(r[o.BUILD],"?")+")?)?"),s("XRANGE","^".concat(r[o.GTLT],"\\s*").concat(r[o.XRANGEPLAIN],"$")),s("XRANGELOOSE","^".concat(r[o.GTLT],"\\s*").concat(r[o.XRANGEPLAINLOOSE],"$")),s("COERCE","".concat("(^|[^\\d])(\\d{1,").concat(n,"})")+"(?:\\.(\\d{1,".concat(n,"}))?")+"(?:\\.(\\d{1,".concat(n,"}))?")+"(?:$|[^\\d])"),s("COERCERTL",r[o.COERCE],!0),s("LONETILDE","(?:~>?)"),s("TILDETRIM","(\\s*)".concat(r[o.LONETILDE],"\\s+"),!0),t.tildeTrimReplace="$1~",s("TILDE","^".concat(r[o.LONETILDE]).concat(r[o.XRANGEPLAIN],"$")),s("TILDELOOSE","^".concat(r[o.LONETILDE]).concat(r[o.XRANGEPLAINLOOSE],"$")),s("LONECARET","(?:\\^)"),s("CARETTRIM","(\\s*)".concat(r[o.LONECARET],"\\s+"),!0),t.caretTrimReplace="$1^",s("CARET","^".concat(r[o.LONECARET]).concat(r[o.XRANGEPLAIN],"$")),s("CARETLOOSE","^".concat(r[o.LONECARET]).concat(r[o.XRANGEPLAINLOOSE],"$")),s("COMPARATORLOOSE","^".concat(r[o.GTLT],"\\s*(").concat(r[o.LOOSEPLAIN],")$|^$")),s("COMPARATOR","^".concat(r[o.GTLT],"\\s*(").concat(r[o.FULLPLAIN],")$|^$")),s("COMPARATORTRIM","(\\s*)".concat(r[o.GTLT],"\\s*(").concat(r[o.LOOSEPLAIN],"|").concat(r[o.XRANGEPLAIN],")"),!0),t.comparatorTrimReplace="$1$2$3",s("HYPHENRANGE","^\\s*(".concat(r[o.XRANGEPLAIN],")")+"\\s+-\\s+"+"(".concat(r[o.XRANGEPLAIN],")")+"\\s*$"),s("HYPHENRANGELOOSE","^\\s*(".concat(r[o.XRANGEPLAINLOOSE],")")+"\\s+-\\s+"+"(".concat(r[o.XRANGEPLAINLOOSE],")")+"\\s*$"),s("STAR","(<|>)?=?\\s*\\*"),s("GTE0","^\\s*>=\\s*0.0.0\\s*$"),s("GTE0PRE","^\\s*>=\\s*0.0.0-0\\s*$")})),gn=wt("species"),An=!l((function(){var e=/./;return e.exec=function(){var e=[];return e.groups={a:"7"},e},"7"!=="".replace(e,"$<a>")})),vn="$0"==="a".replace(/./,"$0"),_n=wt("replace"),bn=!!/./[_n]&&""===/./[_n]("a","$0"),yn=!l((function(){var e=/(?:)/,t=e.exec;e.exec=function(){return t.apply(this,arguments)};var n="ab".split(e);return 2!==n.length||"a"!==n[0]||"b"!==n[1]})),wn=function(e,t,n,i){var r=wt(e),o=!l((function(){var t={};return t[r]=function(){return 7},7!=""[e](t)})),a=o&&!l((function(){var t=!1,n=/a/;return"split"===e&&((n={}).constructor={},n.constructor[gn]=function(){return n},n.flags="",n[r]=/./[r]),n.exec=function(){return t=!0,null},n[r](""),!t}));if(!o||!a||"replace"===e&&(!An||!vn||bn)||"split"===e&&!yn){var s=/./[r],u=n(r,""[e],(function(e,t,n,i,r){return t.exec===RegExp.prototype.exec?o&&!r?{done:!0,value:s.call(t,n,i)}:{done:!0,value:e.call(n,t,i)}:{done:!1}}),{REPLACE_KEEPS_$0:vn,REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE:bn}),c=u[0],d=u[1];re(String.prototype,e,c),re(RegExp.prototype,r,2==t?function(e,t){return d.call(e,this,t)}:function(e){return d.call(e,this)})}i&&I(RegExp.prototype[r],"sham",!0)},Cn=function(e){return function(t,n){var i,r,o=String(v(t)),a=ce(n),s=o.length;return a<0||a>=s?e?"":void 0:(i=o.charCodeAt(a))<55296||i>56319||a+1===s||(r=o.charCodeAt(a+1))<56320||r>57343?e?o.charAt(a):i:e?o.slice(a,a+2):r-56320+(i-55296<<10)+65536}},xn={codeAt:Cn(!1),charAt:Cn(!0)},kn=xn.charAt,Mn=function(e,t,n){return t+(n?kn(e,t).length:1)},En=function(e,t){var n=e.exec;if("function"==typeof n){var i=n.call(e,t);if("object"!=typeof i)throw TypeError("RegExp exec method returned something other than an Object or null");return i}if("RegExp"!==m(e))throw TypeError("RegExp#exec called on incompatible receiver");return Kt.call(e,t)};wn("match",1,(function(e,t,n){return[function(t){var n=v(this),i=null==t?void 0:t[e];return void 0!==i?i.call(t,n):new RegExp(t)[e](String(n))},function(e){var i=n(t,e,this);if(i.done)return i.value;var r=B(e),o=String(this);if(!r.global)return En(r,o);var a=r.unicode;r.lastIndex=0;for(var s,l=[],u=0;null!==(s=En(r,o));){var c=String(s[0]);l[u]=c,""===c&&(r.lastIndex=Mn(o,he(r.lastIndex),a)),u++}return 0===u?null:l}]}));var Ln=Je.trim;Se({target:"String",proto:!0,forced:function(e){return l((function(){return!!Ue[e]()||"​…᠎"!="​…᠎"[e]()||Ue[e].name!==e}))}("trim")},{trim:function(){return Ln(this)}});var Tn=function(e){if("function"!=typeof e)throw TypeError(String(e)+" is not a function");return e},Dn=function(e,t,n){if(Tn(e),void 0===t)return e;switch(n){case 0:return function(){return e.call(t)};case 1:return function(n){return e.call(t,n)};case 2:return function(n,i){return e.call(t,n,i)};case 3:return function(n,i,r){return e.call(t,n,i,r)}}return function(){return e.apply(t,arguments)}},Bn=[].push,Sn=function(e){var t=1==e,n=2==e,i=3==e,r=4==e,o=6==e,a=7==e,s=5==e||o;return function(l,u,c,d){for(var h,p,f=w(l),m=A(f),g=Dn(u,c,3),v=he(m.length),_=0,b=d||on,y=t?b(l,v):n||a?b(l,0):void 0;v>_;_++)if((s||_ in m)&&(p=g(h=m[_],_,f),e))if(t)y[_]=p;else if(p)switch(e){case 3:return!0;case 5:return h;case 6:return _;case 2:Bn.call(y,h)}else switch(e){case 4:return!1;case 7:Bn.call(y,h)}return o?-1:i||r?r:y}},Yn={forEach:Sn(0),map:Sn(1),filter:Sn(2),some:Sn(3),every:Sn(4),find:Sn(5),findIndex:Sn(6),filterOut:Sn(7)},In=Yn.map,On=sn("map");Se({target:"Array",proto:!0,forced:!On},{map:function(e){return In(this,e,arguments.length>1?arguments[1]:void 0)}});var jn=wt("species"),Pn=Et.UNSUPPORTED_Y,Hn=[].push,Fn=Math.min;wn("split",2,(function(e,t,n){var i;return i="c"=="abbc".split(/(b)*/)[1]||4!="test".split(/(?:)/,-1).length||2!="ab".split(/(?:ab)*/).length||4!=".".split(/(.?)(.?)/).length||".".split(/()()/).length>1||"".split(/.?/).length?function(e,n){var i=String(v(this)),r=void 0===n?4294967295:n>>>0;if(0===r)return[];if(void 0===e)return[i];if(!xt(e))return t.call(i,e,r);for(var o,a,s,l=[],u=(e.ignoreCase?"i":"")+(e.multiline?"m":"")+(e.unicode?"u":"")+(e.sticky?"y":""),c=0,d=new RegExp(e.source,u+"g");(o=Kt.call(d,i))&&!((a=d.lastIndex)>c&&(l.push(i.slice(c,o.index)),o.length>1&&o.index<i.length&&Hn.apply(l,o.slice(1)),s=o[0].length,c=a,l.length>=r));)d.lastIndex===o.index&&d.lastIndex++;return c===i.length?!s&&d.test("")||l.push(""):l.push(i.slice(c)),l.length>r?l.slice(0,r):l}:"0".split(void 0,0).length?function(e,n){return void 0===e&&0===n?[]:t.call(this,e,n)}:t,[function(t,n){var r=v(this),o=null==t?void 0:t[e];return void 0!==o?o.call(t,r,n):i.call(String(r),t,n)},function(e,r){var o=n(i,e,this,r,i!==t);if(o.done)return o.value;var a=B(e),s=String(this),l=function(e,t){var n,i=B(e).constructor;return void 0===i||null==(n=B(i)[jn])?t:Tn(n)}(a,RegExp),u=a.unicode,c=(a.ignoreCase?"i":"")+(a.multiline?"m":"")+(a.unicode?"u":"")+(Pn?"g":"y"),d=new l(Pn?"^(?:"+a.source+")":a,c),h=void 0===r?4294967295:r>>>0;if(0===h)return[];if(0===s.length)return null===En(d,s)?[s]:[];for(var p=0,f=0,m=[];f<s.length;){d.lastIndex=Pn?0:f;var g,A=En(d,Pn?s.slice(f):s);if(null===A||(g=Fn(he(d.lastIndex+(Pn?f:0)),s.length))===p)f=Mn(s,f,u);else{if(m.push(s.slice(p,f)),m.length===h)return m;for(var v=1;v<=A.length-1;v++)if(m.push(A[v]),m.length===h)return m;f=p=g}}return m.push(s.slice(p)),m}]}),Pn);var Nn=function(e,t){var n=[][e];return!!n&&l((function(){n.call(null,t||function(){throw 1},1)}))},Rn=[].join,zn=A!=Object,Wn=Nn("join",",");Se({target:"Array",proto:!0,forced:zn||!Wn},{join:function(e){return Rn.call(_(this),void 0===e?",":e)}});var Un=Yn.filter,qn=sn("filter");Se({target:"Array",proto:!0,forced:!qn},{filter:function(e){return Un(this,e,arguments.length>1?arguments[1]:void 0)}});var Gn=["includePrerelease","loose","rtl"],Qn=function(e){return e?"object"!==hn(e)?{loose:!0}:Gn.filter((function(t){return e[t]})).reduce((function(e,t){return e[t]=!0,e}),{}):{}},Vn=/^[0-9]+$/,Jn=function(e,t){var n=Vn.test(e),i=Vn.test(t);return n&&i&&(e=+e,t=+t),e===t?0:n&&!i?-1:i&&!n?1:e<t?-1:1},Kn=Jn,Xn=ct.MAX_LENGTH,Zn=ct.MAX_SAFE_INTEGER,$n=mn.re,ei=mn.t,ti=Kn,ni=function(){function e(t,n){if(function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,e),n=Qn(n),t instanceof e){if(t.loose===!!n.loose&&t.includePrerelease===!!n.includePrerelease)return t;t=t.version}else if("string"!=typeof t)throw new TypeError("Invalid Version: ".concat(t));if(t.length>Xn)throw new TypeError("version is longer than ".concat(Xn," characters"));fn("SemVer",t,n),this.options=n,this.loose=!!n.loose,this.includePrerelease=!!n.includePrerelease;var i=t.trim().match(n.loose?$n[ei.LOOSE]:$n[ei.FULL]);if(!i)throw new TypeError("Invalid Version: ".concat(t));if(this.raw=t,this.major=+i[1],this.minor=+i[2],this.patch=+i[3],this.major>Zn||this.major<0)throw new TypeError("Invalid major version");if(this.minor>Zn||this.minor<0)throw new TypeError("Invalid minor version");if(this.patch>Zn||this.patch<0)throw new TypeError("Invalid patch version");i[4]?this.prerelease=i[4].split(".").map((function(e){if(/^[0-9]+$/.test(e)){var t=+e;if(t>=0&&t<Zn)return t}return e})):this.prerelease=[],this.build=i[5]?i[5].split("."):[],this.format()}var t,n,i;return t=e,(n=[{key:"format",value:function(){return this.version="".concat(this.major,".").concat(this.minor,".").concat(this.patch),this.prerelease.length&&(this.version+="-".concat(this.prerelease.join("."))),this.version}},{key:"toString",value:function(){return this.version}},{key:"compare",value:function(t){if(fn("SemVer.compare",this.version,this.options,t),!(t instanceof e)){if("string"==typeof t&&t===this.version)return 0;t=new e(t,this.options)}return t.version===this.version?0:this.compareMain(t)||this.comparePre(t)}},{key:"compareMain",value:function(t){return t instanceof e||(t=new e(t,this.options)),ti(this.major,t.major)||ti(this.minor,t.minor)||ti(this.patch,t.patch)}},{key:"comparePre",value:function(t){if(t instanceof e||(t=new e(t,this.options)),this.prerelease.length&&!t.prerelease.length)return-1;if(!this.prerelease.length&&t.prerelease.length)return 1;if(!this.prerelease.length&&!t.prerelease.length)return 0;var n=0;do{var i=this.prerelease[n],r=t.prerelease[n];if(fn("prerelease compare",n,i,r),void 0===i&&void 0===r)return 0;if(void 0===r)return 1;if(void 0===i)return-1;if(i!==r)return ti(i,r)}while(++n)}},{key:"compareBuild",value:function(t){t instanceof e||(t=new e(t,this.options));var n=0;do{var i=this.build[n],r=t.build[n];if(fn("prerelease compare",n,i,r),void 0===i&&void 0===r)return 0;if(void 0===r)return 1;if(void 0===i)return-1;if(i!==r)return ti(i,r)}while(++n)}},{key:"inc",value:function(e,t){switch(e){case"premajor":this.prerelease.length=0,this.patch=0,this.minor=0,this.major++,this.inc("pre",t);break;case"preminor":this.prerelease.length=0,this.patch=0,this.minor++,this.inc("pre",t);break;case"prepatch":this.prerelease.length=0,this.inc("patch",t),this.inc("pre",t);break;case"prerelease":0===this.prerelease.length&&this.inc("patch",t),this.inc("pre",t);break;case"major":0===this.minor&&0===this.patch&&0!==this.prerelease.length||this.major++,this.minor=0,this.patch=0,this.prerelease=[];break;case"minor":0===this.patch&&0!==this.prerelease.length||this.minor++,this.patch=0,this.prerelease=[];break;case"patch":0===this.prerelease.length&&this.patch++,this.prerelease=[];break;case"pre":if(0===this.prerelease.length)this.prerelease=[0];else{for(var n=this.prerelease.length;--n>=0;)"number"==typeof this.prerelease[n]&&(this.prerelease[n]++,n=-2);-1===n&&this.prerelease.push(0)}t&&(this.prerelease[0]===t?isNaN(this.prerelease[1])&&(this.prerelease=[t,0]):this.prerelease=[t,0]);break;default:throw new Error("invalid increment argument: ".concat(e))}return this.format(),this.raw=this.version,this}}])&&pn(t.prototype,n),i&&pn(t,i),e}(),ii=ct.MAX_LENGTH,ri=mn.re,oi=mn.t,ai=function(e,t){if(t=Qn(t),e instanceof ni)return e;if("string"!=typeof e)return null;if(e.length>ii)return null;if(!(t.loose?ri[oi.LOOSE]:ri[oi.FULL]).test(e))return null;try{return new ni(e,t)}catch(e){return null}},si=function(e,t){var n=ai(e,t);return n?n.version:null},li=function(e,t){return new ni(e,t).major},ui="1.3.0",ci=function(){function e(e){"function"==typeof e.getVersion&&si(e.getVersion())?li(e.getVersion())!==li(this.getVersion())&&console.warn("Proxying an event bus of version "+e.getVersion()+" with "+this.getVersion()):console.warn("Proxying an event bus with an unknown or invalid version"),this.bus=e}return e.prototype.getVersion=function(){return ui},e.prototype.subscribe=function(e,t){this.bus.subscribe(e,t)},e.prototype.unsubscribe=function(e,t){this.bus.unsubscribe(e,t)},e.prototype.emit=function(e,t){this.bus.emit(e,t)},e}(),di=wt("unscopables"),hi=Array.prototype;null==hi[di]&&Y.f(hi,di,{configurable:!0,value:We(null)});var pi,fi,mi,gi=function(e){hi[di][e]=!0},Ai={},vi=!l((function(){function e(){}return e.prototype.constructor=null,Object.getPrototypeOf(new e)!==e.prototype})),_i=J("IE_PROTO"),bi=Object.prototype,yi=vi?Object.getPrototypeOf:function(e){return e=w(e),x(e,_i)?e[_i]:"function"==typeof e.constructor&&e instanceof e.constructor?e.constructor.prototype:e instanceof Object?bi:null},wi=wt("iterator"),Ci=!1;[].keys&&("next"in(mi=[].keys())?(fi=yi(yi(mi)))!==Object.prototype&&(pi=fi):Ci=!0),(null==pi||l((function(){var e={};return pi[wi].call(e)!==e})))&&(pi={}),x(pi,wi)||I(pi,wi,(function(){return this}));var xi={IteratorPrototype:pi,BUGGY_SAFARI_ITERATORS:Ci},ki=Y.f,Mi=wt("toStringTag"),Ei=function(e,t,n){e&&!x(e=n?e:e.prototype,Mi)&&ki(e,Mi,{configurable:!0,value:t})},Li=xi.IteratorPrototype,Ti=function(){return this},Di=xi.IteratorPrototype,Bi=xi.BUGGY_SAFARI_ITERATORS,Si=wt("iterator"),Yi=function(){return this},Ii=function(e,t,n,i,r,o,a){!function(e,t,n){var i=t+" Iterator";e.prototype=We(Li,{next:p(1,n)}),Ei(e,i,!1),Ai[i]=Ti}(n,t,i);var s,l,u,c=function(e){if(e===r&&g)return g;if(!Bi&&e in f)return f[e];switch(e){case"keys":case"values":case"entries":return function(){return new n(this,e)}}return function(){return new n(this)}},d=t+" Iterator",h=!1,f=e.prototype,m=f[Si]||f["@@iterator"]||r&&f[r],g=!Bi&&m||c(r),A="Array"==t&&f.entries||m;if(A&&(s=yi(A.call(new e)),Di!==Object.prototype&&s.next&&(yi(s)!==Di&&(Ie?Ie(s,Di):"function"!=typeof s[Si]&&I(s,Si,Yi)),Ei(s,d,!0))),"values"==r&&m&&"values"!==m.name&&(h=!0,g=function(){return m.call(this)}),f[Si]!==g&&I(f,Si,g),Ai[t]=g,r)if(l={values:c("values"),keys:o?g:c("keys"),entries:c("entries")},a)for(u in l)(Bi||h||!(u in f))&&re(f,u,l[u]);else Se({target:t,proto:!0,forced:Bi||h},l);return l},Oi=ie.set,ji=ie.getterFor("Array Iterator"),Pi=Ii(Array,"Array",(function(e,t){Oi(this,{type:"Array Iterator",target:_(e),index:0,kind:t})}),(function(){var e=ji(this),t=e.target,n=e.kind,i=e.index++;return!t||i>=t.length?(e.target=void 0,{value:void 0,done:!0}):"keys"==n?{value:i,done:!1}:"values"==n?{value:t[i],done:!1}:{value:[i,t[i]],done:!1}}),"values");Ai.Arguments=Ai.Array,gi("keys"),gi("values"),gi("entries");var Hi=!l((function(){return Object.isExtensible(Object.preventExtensions({}))})),Fi=o((function(e){var t=Y.f,n=Q("meta"),i=0,r=Object.isExtensible||function(){return!0},o=function(e){t(e,n,{value:{objectID:"O"+ ++i,weakData:{}}})},a=e.exports={REQUIRED:!1,fastKey:function(e,t){if(!b(e))return"symbol"==typeof e?e:("string"==typeof e?"S":"P")+e;if(!x(e,n)){if(!r(e))return"F";if(!t)return"E";o(e)}return e[n].objectID},getWeakData:function(e,t){if(!x(e,n)){if(!r(e))return!0;if(!t)return!1;o(e)}return e[n].weakData},onFreeze:function(e){return Hi&&a.REQUIRED&&r(e)&&!x(e,n)&&o(e),e}};K[n]=!0})),Ni=wt("iterator"),Ri=Array.prototype,zi={};zi[wt("toStringTag")]="z";var Wi="[object z]"===String(zi),Ui=wt("toStringTag"),qi="Arguments"==m(function(){return arguments}()),Gi=Wi?m:function(e){var t,n,i;return void 0===e?"Undefined":null===e?"Null":"string"==typeof(n=function(e,t){try{return e[t]}catch(e){}}(t=Object(e),Ui))?n:qi?m(t):"Object"==(i=m(t))&&"function"==typeof t.callee?"Arguments":i},Qi=wt("iterator"),Vi=function(e){var t=e.return;if(void 0!==t)return B(t.call(e)).value},Ji=function(e,t){this.stopped=e,this.result=t},Ki=function(e,t,n){var i,r,o,a,s,l,u,c,d=n&&n.that,h=!(!n||!n.AS_ENTRIES),p=!(!n||!n.IS_ITERATOR),f=!(!n||!n.INTERRUPTED),m=Dn(t,d,1+h+f),g=function(e){return i&&Vi(i),new Ji(!0,e)},A=function(e){return h?(B(e),f?m(e[0],e[1],g):m(e[0],e[1])):f?m(e,g):m(e)};if(p)i=e;else{if("function"!=typeof(r=function(e){if(null!=e)return e[Qi]||e["@@iterator"]||Ai[Gi(e)]}(e)))throw TypeError("Target is not iterable");if(void 0!==(c=r)&&(Ai.Array===c||Ri[Ni]===c)){for(o=0,a=he(e.length);a>o;o++)if((s=A(e[o]))&&s instanceof Ji)return s;return new Ji(!1)}i=r.call(e)}for(l=i.next;!(u=l.call(i)).done;){try{s=A(u.value)}catch(e){throw Vi(i),e}if("object"==typeof s&&s&&s instanceof Ji)return s}return new Ji(!1)},Xi=function(e,t,n){if(!(e instanceof t))throw TypeError("Incorrect "+(n?n+" ":"")+"invocation");return e},Zi=wt("iterator"),$i=!1;try{var er=0,tr={next:function(){return{done:!!er++}},return:function(){$i=!0}};tr[Zi]=function(){return this},Array.from(tr,(function(){throw 2}))}catch(e){}var nr=function(e,t,n){for(var i in t)re(e,i,t[i],n);return e},ir=Y.f,rr=Fi.fastKey,or=ie.set,ar=ie.getterFor;!function(e,t,n){var i=-1!==e.indexOf("Map"),r=-1!==e.indexOf("Weak"),o=i?"set":"add",a=s[e],u=a&&a.prototype,c=a,d={},h=function(e){var t=u[e];re(u,e,"add"==e?function(e){return t.call(this,0===e?0:e),this}:"delete"==e?function(e){return!(r&&!b(e))&&t.call(this,0===e?0:e)}:"get"==e?function(e){return r&&!b(e)?void 0:t.call(this,0===e?0:e)}:"has"==e?function(e){return!(r&&!b(e))&&t.call(this,0===e?0:e)}:function(e,n){return t.call(this,0===e?0:e,n),this})};if(De(e,"function"!=typeof a||!(r||u.forEach&&!l((function(){(new a).entries().next()})))))c=n.getConstructor(t,e,i,o),Fi.REQUIRED=!0;else if(De(e,!0)){var p=new c,f=p[o](r?{}:-0,1)!=p,m=l((function(){p.has(1)})),g=function(e,t){if(!t&&!$i)return!1;var n=!1;try{var i={};i[Zi]=function(){return{next:function(){return{done:n=!0}}}},e(i)}catch(e){}return n}((function(e){new a(e)})),A=!r&&l((function(){for(var e=new a,t=5;t--;)e[o](t,t);return!e.has(-0)}));g||((c=t((function(t,n){Xi(t,c,e);var r=Oe(new a,t,c);return null!=n&&Ki(n,r[o],{that:r,AS_ENTRIES:i}),r}))).prototype=u,u.constructor=c),(m||A)&&(h("delete"),h("has"),i&&h("get")),(A||f)&&h(o),r&&u.clear&&delete u.clear}d[e]=c,Se({global:!0,forced:c!=a},d),Ei(c,e),r||n.setStrong(c,e,i)}("Map",(function(e){return function(){return e(this,arguments.length?arguments[0]:void 0)}}),{getConstructor:function(e,t,n,i){var r=e((function(e,o){Xi(e,r,t),or(e,{type:t,index:We(null),first:void 0,last:void 0,size:0}),u||(e.size=0),null!=o&&Ki(o,e[i],{that:e,AS_ENTRIES:n})})),o=ar(t),a=function(e,t,n){var i,r,a=o(e),l=s(e,t);return l?l.value=n:(a.last=l={index:r=rr(t,!0),key:t,value:n,previous:i=a.last,next:void 0,removed:!1},a.first||(a.first=l),i&&(i.next=l),u?a.size++:e.size++,"F"!==r&&(a.index[r]=l)),e},s=function(e,t){var n,i=o(e),r=rr(t);if("F"!==r)return i.index[r];for(n=i.first;n;n=n.next)if(n.key==t)return n};return nr(r.prototype,{clear:function(){for(var e=o(this),t=e.index,n=e.first;n;)n.removed=!0,n.previous&&(n.previous=n.previous.next=void 0),delete t[n.index],n=n.next;e.first=e.last=void 0,u?e.size=0:this.size=0},delete:function(e){var t=o(this),n=s(this,e);if(n){var i=n.next,r=n.previous;delete t.index[n.index],n.removed=!0,r&&(r.next=i),i&&(i.previous=r),t.first==n&&(t.first=i),t.last==n&&(t.last=r),u?t.size--:this.size--}return!!n},forEach:function(e){for(var t,n=o(this),i=Dn(e,arguments.length>1?arguments[1]:void 0,3);t=t?t.next:n.first;)for(i(t.value,t.key,this);t&&t.removed;)t=t.previous},has:function(e){return!!s(this,e)}}),nr(r.prototype,n?{get:function(e){var t=s(this,e);return t&&t.value},set:function(e,t){return a(this,0===e?0:e,t)}}:{add:function(e){return a(this,e=0===e?0:e,e)}}),u&&ir(r.prototype,"size",{get:function(){return o(this).size}}),r},setStrong:function(e,t,n){var i=t+" Iterator",r=ar(t),o=ar(i);Ii(e,t,(function(e,t){or(this,{type:i,target:e,state:r(e),kind:t,last:void 0})}),(function(){for(var e=o(this),t=e.kind,n=e.last;n&&n.removed;)n=n.previous;return e.target&&(e.last=n=n?n.next:e.state.first)?"keys"==t?{value:n.key,done:!1}:"values"==t?{value:n.value,done:!1}:{value:[n.key,n.value],done:!1}:(e.target=void 0,{value:void 0,done:!0})}),n?"entries":"values",!n,!0),Tt(t)}});var sr=Wi?{}.toString:function(){return"[object "+Gi(this)+"]"};Wi||re(Object.prototype,"toString",sr,{unsafe:!0});var lr=xn.charAt,ur=ie.set,cr=ie.getterFor("String Iterator");Ii(String,"String",(function(e){ur(this,{type:"String Iterator",string:String(e),index:0})}),(function(){var e,t=cr(this),n=t.string,i=t.index;return i>=n.length?{value:void 0,done:!0}:(e=lr(n,i),t.index+=e.length,{value:e,done:!1})}));var dr={CSSRuleList:0,CSSStyleDeclaration:0,CSSValueList:0,ClientRectList:0,DOMRectList:0,DOMStringList:0,DOMTokenList:1,DataTransferItemList:0,FileList:0,HTMLAllCollection:0,HTMLCollection:0,HTMLFormElement:0,HTMLSelectElement:0,MediaList:0,MimeTypeArray:0,NamedNodeMap:0,NodeList:1,PaintRequestList:0,Plugin:0,PluginArray:0,SVGLengthList:0,SVGNumberList:0,SVGPathSegList:0,SVGPointList:0,SVGStringList:0,SVGTransformList:0,SourceBufferList:0,StyleSheetList:0,TextTrackCueList:0,TextTrackList:0,TouchList:0},hr=wt("iterator"),pr=wt("toStringTag"),fr=Pi.values;for(var mr in dr){var gr=s[mr],Ar=gr&&gr.prototype;if(Ar){if(Ar[hr]!==fr)try{I(Ar,hr,fr)}catch(e){Ar[hr]=fr}if(Ar[pr]||I(Ar,pr,mr),dr[mr])for(var vr in Pi)if(Ar[vr]!==Pi[vr])try{I(Ar,vr,Pi[vr])}catch(e){Ar[vr]=Pi[vr]}}}var _r=Yn.forEach,br=Nn("forEach")?[].forEach:function(e){return _r(this,e,arguments.length>1?arguments[1]:void 0)};for(var yr in dr){var wr=s[yr],Cr=wr&&wr.prototype;if(Cr&&Cr.forEach!==br)try{I(Cr,"forEach",br)}catch(e){Cr.forEach=br}}var xr="1.3.0",kr=function(){function e(){this.handlers=new Map}return e.prototype.getVersion=function(){return xr},e.prototype.subscribe=function(e,t){this.handlers.set(e,(this.handlers.get(e)||[]).concat(t))},e.prototype.unsubscribe=function(e,t){this.handlers.set(e,(this.handlers.get(e)||[]).filter((function(e){return e!=t})))},e.prototype.emit=function(e,t){(this.handlers.get(e)||[]).forEach((function(e){try{e(t)}catch(e){console.error("could not invoke event listener",e)}}))},e}();var Mr=(void 0!==window.OC&&window.OC._eventBus&&void 0===window._nc_event_bus&&(console.warn("found old event bus instance at OC._eventBus. Update your version!"),window._nc_event_bus=window.OC._eventBus),void 0!==window._nc_event_bus?new ci(window._nc_event_bus):window._nc_event_bus=new kr);function Er(e,t){Mr.subscribe(e,t)}function Lr(e,t){Mr.unsubscribe(e,t)}function Tr(e,t){Mr.emit(e,t)}}.call(this,n(17),n(57))},function(e,t,n){"use strict";(function(e,i){n.d(t,"a",(function(){return ao})),n.d(t,"b",(function(){return so})),n.d(t,"c",(function(){return uo})),n.d(t,"d",(function(){return ho})),n.d(t,"e",(function(){return lo})),n.d(t,"f",(function(){return po})),n.d(t,"g",(function(){return co})),function(){const t={TRANSLATIONS:[{locale:"ar",json:{charset:"utf-8",headers:{"Last-Translator":"S1 SYSTEMS | BP <info@s1.sa>, 2020","Language-Team":"Arabic (https://www.transifex.com/nextcloud/teams/64236/ar/)","Content-Type":"text/plain; charset=UTF-8",Language:"ar","Plural-Forms":"nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nS1 SYSTEMS | BP <info@s1.sa>, 2020\n"},msgstr:["Last-Translator: S1 SYSTEMS | BP <info@s1.sa>, 2020\nLanguage-Team: Arabic (https://www.transifex.com/nextcloud/teams/64236/ar/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: ar\nPlural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n"]},Undo:{msgid:"Undo",comments:{reference:"lib/toast.ts:191"},msgstr:["تراجع"]}}}}},{locale:"ast",json:{charset:"utf-8",headers:{"Last-Translator":"enolp <enolp@softastur.org>, 2020","Language-Team":"Asturian (https://www.transifex.com/nextcloud/teams/64236/ast/)","Content-Type":"text/plain; charset=UTF-8",Language:"ast","Plural-Forms":"nplurals=2; plural=(n != 1);"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nenolp <enolp@softastur.org>, 2020\n"},msgstr:["Last-Translator: enolp <enolp@softastur.org>, 2020\nLanguage-Team: Asturian (https://www.transifex.com/nextcloud/teams/64236/ast/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: ast\nPlural-Forms: nplurals=2; plural=(n != 1);\n"]},Undo:{msgid:"Undo",comments:{reference:"lib/toast.ts:187"},msgstr:["Desfacer"]}}}}},{locale:"br",json:{charset:"utf-8",headers:{"Last-Translator":"Kervoas-Le Nabat Ewen <ewenkervoas@free.fr>, 2020","Language-Team":"Breton (https://www.transifex.com/nextcloud/teams/64236/br/)","Content-Type":"text/plain; charset=UTF-8",Language:"br","Plural-Forms":"nplurals=5; plural=((n%10 == 1) && (n%100 != 11) && (n%100 !=71) && (n%100 !=91) ? 0 :(n%10 == 2) && (n%100 != 12) && (n%100 !=72) && (n%100 !=92) ? 1 :(n%10 ==3 || n%10==4 || n%10==9) && (n%100 < 10 || n% 100 > 19) && (n%100 < 70 || n%100 > 79) && (n%100 < 90 || n%100 > 99) ? 2 :(n != 0 && n % 1000000 == 0) ? 3 : 4);"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nKervoas-Le Nabat Ewen <ewenkervoas@free.fr>, 2020\n"},msgstr:["Last-Translator: Kervoas-Le Nabat Ewen <ewenkervoas@free.fr>, 2020\nLanguage-Team: Breton (https://www.transifex.com/nextcloud/teams/64236/br/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: br\nPlural-Forms: nplurals=5; plural=((n%10 == 1) && (n%100 != 11) && (n%100 !=71) && (n%100 !=91) ? 0 :(n%10 == 2) && (n%100 != 12) && (n%100 !=72) && (n%100 !=92) ? 1 :(n%10 ==3 || n%10==4 || n%10==9) && (n%100 < 10 || n% 100 > 19) && (n%100 < 70 || n%100 > 79) && (n%100 < 90 || n%100 > 99) ? 2 :(n != 0 && n % 1000000 == 0) ? 3 : 4);\n"]},Undo:{msgid:"Undo",comments:{reference:"lib/toast.ts:187"},msgstr:["Disober"]}}}}},{locale:"ca",json:{charset:"utf-8",headers:{"Last-Translator":"Marc Riera <marcriera@softcatala.org>, 2020","Language-Team":"Catalan (https://www.transifex.com/nextcloud/teams/64236/ca/)","Content-Type":"text/plain; charset=UTF-8",Language:"ca","Plural-Forms":"nplurals=2; plural=(n != 1);"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nMarc Riera <marcriera@softcatala.org>, 2020\n"},msgstr:["Last-Translator: Marc Riera <marcriera@softcatala.org>, 2020\nLanguage-Team: Catalan (https://www.transifex.com/nextcloud/teams/64236/ca/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: ca\nPlural-Forms: nplurals=2; plural=(n != 1);\n"]},Undo:{msgid:"Undo",comments:{reference:"lib/toast.ts:187"},msgstr:["Desfés"]}}}}},{locale:"cs",json:{charset:"utf-8",headers:{"Last-Translator":"Pavel Borecki <pavel.borecki@gmail.com>, 2020","Language-Team":"Czech (https://www.transifex.com/nextcloud/teams/64236/cs/)","Content-Type":"text/plain; charset=UTF-8",Language:"cs","Plural-Forms":"nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nPavel Borecki <pavel.borecki@gmail.com>, 2020\n"},msgstr:["Last-Translator: Pavel Borecki <pavel.borecki@gmail.com>, 2020\nLanguage-Team: Czech (https://www.transifex.com/nextcloud/teams/64236/cs/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: cs\nPlural-Forms: nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;\n"]},Undo:{msgid:"Undo",comments:{reference:"lib/toast.ts:187"},msgstr:["Zpět"]}}}}},{locale:"cs_CZ",json:{charset:"utf-8",headers:{"Last-Translator":"Pavel Borecki <pavel.borecki@gmail.com>, 2020","Language-Team":"Czech (Czech Republic) (https://www.transifex.com/nextcloud/teams/64236/cs_CZ/)","Content-Type":"text/plain; charset=UTF-8",Language:"cs_CZ","Plural-Forms":"nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nPavel Borecki <pavel.borecki@gmail.com>, 2020\n"},msgstr:["Last-Translator: Pavel Borecki <pavel.borecki@gmail.com>, 2020\nLanguage-Team: Czech (Czech Republic) (https://www.transifex.com/nextcloud/teams/64236/cs_CZ/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: cs_CZ\nPlural-Forms: nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;\n"]},Undo:{msgid:"Undo",comments:{reference:"lib/toast.ts:187"},msgstr:["Zpět"]}}}}},{locale:"da",json:{charset:"utf-8",headers:{"Last-Translator":"Martin Bonde <Martin@maboni.dk>, 2020","Language-Team":"Danish (https://www.transifex.com/nextcloud/teams/64236/da/)","Content-Type":"text/plain; charset=UTF-8",Language:"da","Plural-Forms":"nplurals=2; plural=(n != 1);"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nMartin Bonde <Martin@maboni.dk>, 2020\n"},msgstr:["Last-Translator: Martin Bonde <Martin@maboni.dk>, 2020\nLanguage-Team: Danish (https://www.transifex.com/nextcloud/teams/64236/da/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: da\nPlural-Forms: nplurals=2; plural=(n != 1);\n"]},Undo:{msgid:"Undo",comments:{reference:"lib/toast.ts:192"},msgstr:["Fortryd"]}}}}},{locale:"de",json:{charset:"utf-8",headers:{"Last-Translator":"Mark Ziegler <mark.ziegler@rakekniven.de>, 2020","Language-Team":"German (https://www.transifex.com/nextcloud/teams/64236/de/)","Content-Type":"text/plain; charset=UTF-8",Language:"de","Plural-Forms":"nplurals=2; plural=(n != 1);"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nMark Ziegler <mark.ziegler@rakekniven.de>, 2020\n"},msgstr:["Last-Translator: Mark Ziegler <mark.ziegler@rakekniven.de>, 2020\nLanguage-Team: German (https://www.transifex.com/nextcloud/teams/64236/de/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: de\nPlural-Forms: nplurals=2; plural=(n != 1);\n"]},Undo:{msgid:"Undo",comments:{reference:"lib/toast.ts:187"},msgstr:["Rückgängig"]}}}}},{locale:"de_DE",json:{charset:"utf-8",headers:{"Last-Translator":"Mark Ziegler <mark.ziegler@rakekniven.de>, 2020","Language-Team":"German (Germany) (https://www.transifex.com/nextcloud/teams/64236/de_DE/)","Content-Type":"text/plain; charset=UTF-8",Language:"de_DE","Plural-Forms":"nplurals=2; plural=(n != 1);"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nMark Ziegler <mark.ziegler@rakekniven.de>, 2020\n"},msgstr:["Last-Translator: Mark Ziegler <mark.ziegler@rakekniven.de>, 2020\nLanguage-Team: German (Germany) (https://www.transifex.com/nextcloud/teams/64236/de_DE/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: de_DE\nPlural-Forms: nplurals=2; plural=(n != 1);\n"]},Undo:{msgid:"Undo",comments:{reference:"lib/toast.ts:187"},msgstr:["Rückgängig"]}}}}},{locale:"el",json:{charset:"utf-8",headers:{"Last-Translator":"ByteGet, 2020","Language-Team":"Greek (https://www.transifex.com/nextcloud/teams/64236/el/)","Content-Type":"text/plain; charset=UTF-8",Language:"el","Plural-Forms":"nplurals=2; plural=(n != 1);"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nByteGet, 2020\n"},msgstr:["Last-Translator: ByteGet, 2020\nLanguage-Team: Greek (https://www.transifex.com/nextcloud/teams/64236/el/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: el\nPlural-Forms: nplurals=2; plural=(n != 1);\n"]},Undo:{msgid:"Undo",comments:{reference:"lib/toast.ts:187"},msgstr:["Αναίρεση"]}}}}},{locale:"eo",json:{charset:"utf-8",headers:{"Last-Translator":"Va Milushnikov <va.milushnikov@gmail.com>, 2020","Language-Team":"Esperanto (https://www.transifex.com/nextcloud/teams/64236/eo/)","Content-Type":"text/plain; charset=UTF-8",Language:"eo","Plural-Forms":"nplurals=2; plural=(n != 1);"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nVa Milushnikov <va.milushnikov@gmail.com>, 2020\n"},msgstr:["Last-Translator: Va Milushnikov <va.milushnikov@gmail.com>, 2020\nLanguage-Team: Esperanto (https://www.transifex.com/nextcloud/teams/64236/eo/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: eo\nPlural-Forms: nplurals=2; plural=(n != 1);\n"]},Undo:{msgid:"Undo",comments:{reference:"lib/toast.ts:191"},msgstr:["Malfari"]}}}}},{locale:"es",json:{charset:"utf-8",headers:{"Last-Translator":"Gabriel Anca <gabrielancacorral@gmail.com>, 2020","Language-Team":"Spanish (https://www.transifex.com/nextcloud/teams/64236/es/)","Content-Type":"text/plain; charset=UTF-8",Language:"es","Plural-Forms":"nplurals=2; plural=(n != 1);"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nGabriel Anca <gabrielancacorral@gmail.com>, 2020\n"},msgstr:["Last-Translator: Gabriel Anca <gabrielancacorral@gmail.com>, 2020\nLanguage-Team: Spanish (https://www.transifex.com/nextcloud/teams/64236/es/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: es\nPlural-Forms: nplurals=2; plural=(n != 1);\n"]},Undo:{msgid:"Undo",comments:{reference:"lib/toast.ts:192"},msgstr:["Deshacer"]}}}}},{locale:"fa",json:{charset:"utf-8",headers:{"Last-Translator":"Mostafa Ahangarha <ahangarha@riseup.net>, 2020","Language-Team":"Persian (https://www.transifex.com/nextcloud/teams/64236/fa/)","Content-Type":"text/plain; charset=UTF-8",Language:"fa","Plural-Forms":"nplurals=2; plural=(n > 1);"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nMostafa Ahangarha <ahangarha@riseup.net>, 2020\n"},msgstr:["Last-Translator: Mostafa Ahangarha <ahangarha@riseup.net>, 2020\nLanguage-Team: Persian (https://www.transifex.com/nextcloud/teams/64236/fa/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: fa\nPlural-Forms: nplurals=2; plural=(n > 1);\n"]},Undo:{msgid:"Undo",comments:{reference:"lib/toast.ts:192"},msgstr:["بازگردانی"]}}}}},{locale:"fi_FI",json:{charset:"utf-8",headers:{"Last-Translator":"teemue, 2020","Language-Team":"Finnish (Finland) (https://www.transifex.com/nextcloud/teams/64236/fi_FI/)","Content-Type":"text/plain; charset=UTF-8",Language:"fi_FI","Plural-Forms":"nplurals=2; plural=(n != 1);"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nteemue, 2020\n"},msgstr:["Last-Translator: teemue, 2020\nLanguage-Team: Finnish (Finland) (https://www.transifex.com/nextcloud/teams/64236/fi_FI/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: fi_FI\nPlural-Forms: nplurals=2; plural=(n != 1);\n"]},Undo:{msgid:"Undo",comments:{reference:"lib/toast.ts:191"},msgstr:["Kumoa"]}}}}},{locale:"fr",json:{charset:"utf-8",headers:{"Last-Translator":"John Molakvoæ <skjnldsv@protonmail.com>, 2020","Language-Team":"French (https://www.transifex.com/nextcloud/teams/64236/fr/)","Content-Type":"text/plain; charset=UTF-8",Language:"fr","Plural-Forms":"nplurals=2; plural=(n > 1);"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nJohn Molakvoæ <skjnldsv@protonmail.com>, 2020\n"},msgstr:["Last-Translator: John Molakvoæ <skjnldsv@protonmail.com>, 2020\nLanguage-Team: French (https://www.transifex.com/nextcloud/teams/64236/fr/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: fr\nPlural-Forms: nplurals=2; plural=(n > 1);\n"]},Undo:{msgid:"Undo",comments:{reference:"lib/toast.ts:187"},msgstr:["Annuler"]}}}}},{locale:"gl",json:{charset:"utf-8",headers:{"Last-Translator":"Miguel Anxo Bouzada <mbouzada@gmail.com>, 2020","Language-Team":"Galician (https://www.transifex.com/nextcloud/teams/64236/gl/)","Content-Type":"text/plain; charset=UTF-8",Language:"gl","Plural-Forms":"nplurals=2; plural=(n != 1);"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nMiguel Anxo Bouzada <mbouzada@gmail.com>, 2020\n"},msgstr:["Last-Translator: Miguel Anxo Bouzada <mbouzada@gmail.com>, 2020\nLanguage-Team: Galician (https://www.transifex.com/nextcloud/teams/64236/gl/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: gl\nPlural-Forms: nplurals=2; plural=(n != 1);\n"]},Undo:{msgid:"Undo",comments:{reference:"lib/toast.ts:187"},msgstr:["Desfacer"]}}}}},{locale:"he",json:{charset:"utf-8",headers:{"Last-Translator":"Yaron Shahrabani <sh.yaron@gmail.com>, 2020","Language-Team":"Hebrew (https://www.transifex.com/nextcloud/teams/64236/he/)","Content-Type":"text/plain; charset=UTF-8",Language:"he","Plural-Forms":"nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n == 2 && n % 1 == 0) ? 1: (n % 10 == 0 && n % 1 == 0 && n > 10) ? 2 : 3;"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nYaron Shahrabani <sh.yaron@gmail.com>, 2020\n"},msgstr:["Last-Translator: Yaron Shahrabani <sh.yaron@gmail.com>, 2020\nLanguage-Team: Hebrew (https://www.transifex.com/nextcloud/teams/64236/he/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: he\nPlural-Forms: nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n == 2 && n % 1 == 0) ? 1: (n % 10 == 0 && n % 1 == 0 && n > 10) ? 2 : 3;\n"]},Undo:{msgid:"Undo",comments:{reference:"lib/toast.ts:187"},msgstr:["ביטול"]}}}}},{locale:"hu_HU",json:{charset:"utf-8",headers:{"Last-Translator":"Balázs Meskó <meskobalazs@mailbox.org>, 2021","Language-Team":"Hungarian (Hungary) (https://www.transifex.com/nextcloud/teams/64236/hu_HU/)","Content-Type":"text/plain; charset=UTF-8",Language:"hu_HU","Plural-Forms":"nplurals=2; plural=(n != 1);"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nBalázs Meskó <meskobalazs@mailbox.org>, 2021\n"},msgstr:["Last-Translator: Balázs Meskó <meskobalazs@mailbox.org>, 2021\nLanguage-Team: Hungarian (Hungary) (https://www.transifex.com/nextcloud/teams/64236/hu_HU/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: hu_HU\nPlural-Forms: nplurals=2; plural=(n != 1);\n"]},Undo:{msgid:"Undo",comments:{reference:"lib/toast.ts:191"},msgstr:["Visszavonás"]}}}}},{locale:"id",json:{charset:"utf-8",headers:{"Last-Translator":"agus sutrisno <agussutrisno@smamsa.sch.id>, 2020","Language-Team":"Indonesian (https://www.transifex.com/nextcloud/teams/64236/id/)","Content-Type":"text/plain; charset=UTF-8",Language:"id","Plural-Forms":"nplurals=1; plural=0;"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nagus sutrisno <agussutrisno@smamsa.sch.id>, 2020\n"},msgstr:["Last-Translator: agus sutrisno <agussutrisno@smamsa.sch.id>, 2020\nLanguage-Team: Indonesian (https://www.transifex.com/nextcloud/teams/64236/id/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: id\nPlural-Forms: nplurals=1; plural=0;\n"]},Undo:{msgid:"Undo",comments:{reference:"lib/toast.ts:192"},msgstr:["Tidak jadi"]}}}}},{locale:"is",json:{charset:"utf-8",headers:{"Last-Translator":"Sveinn í Felli <sv1@fellsnet.is>, 2020","Language-Team":"Icelandic (https://www.transifex.com/nextcloud/teams/64236/is/)","Content-Type":"text/plain; charset=UTF-8",Language:"is","Plural-Forms":"nplurals=2; plural=(n % 10 != 1 || n % 100 == 11);"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nSveinn í Felli <sv1@fellsnet.is>, 2020\n"},msgstr:["Last-Translator: Sveinn í Felli <sv1@fellsnet.is>, 2020\nLanguage-Team: Icelandic (https://www.transifex.com/nextcloud/teams/64236/is/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: is\nPlural-Forms: nplurals=2; plural=(n % 10 != 1 || n % 100 == 11);\n"]},Undo:{msgid:"Undo",comments:{reference:"lib/toast.ts:192"},msgstr:["Afturkalla"]}}}}},{locale:"it",json:{charset:"utf-8",headers:{"Last-Translator":"Vincenzo Reale <vinx.reale@gmail.com>, 2020","Language-Team":"Italian (https://www.transifex.com/nextcloud/teams/64236/it/)","Content-Type":"text/plain; charset=UTF-8",Language:"it","Plural-Forms":"nplurals=2; plural=(n != 1);"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nVincenzo Reale <vinx.reale@gmail.com>, 2020\n"},msgstr:["Last-Translator: Vincenzo Reale <vinx.reale@gmail.com>, 2020\nLanguage-Team: Italian (https://www.transifex.com/nextcloud/teams/64236/it/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: it\nPlural-Forms: nplurals=2; plural=(n != 1);\n"]},Undo:{msgid:"Undo",comments:{reference:"lib/toast.ts:187"},msgstr:["Annulla"]}}}}},{locale:"ja_JP",json:{charset:"utf-8",headers:{"Last-Translator":"323484, 2020","Language-Team":"Japanese (Japan) (https://www.transifex.com/nextcloud/teams/64236/ja_JP/)","Content-Type":"text/plain; charset=UTF-8",Language:"ja_JP","Plural-Forms":"nplurals=1; plural=0;"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\n323484, 2020\n"},msgstr:["Last-Translator: 323484, 2020\nLanguage-Team: Japanese (Japan) (https://www.transifex.com/nextcloud/teams/64236/ja_JP/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: ja_JP\nPlural-Forms: nplurals=1; plural=0;\n"]},Undo:{msgid:"Undo",comments:{reference:"lib/toast.ts:187"},msgstr:["元に戻す"]}}}}},{locale:"lt_LT",json:{charset:"utf-8",headers:{"Last-Translator":"Moo, 2020","Language-Team":"Lithuanian (Lithuania) (https://www.transifex.com/nextcloud/teams/64236/lt_LT/)","Content-Type":"text/plain; charset=UTF-8",Language:"lt_LT","Plural-Forms":"nplurals=4; plural=(n % 10 == 1 && (n % 100 > 19 || n % 100 < 11) ? 0 : (n % 10 >= 2 && n % 10 <=9) && (n % 100 > 19 || n % 100 < 11) ? 1 : n % 1 != 0 ? 2: 3);"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nMoo, 2020\n"},msgstr:["Last-Translator: Moo, 2020\nLanguage-Team: Lithuanian (Lithuania) (https://www.transifex.com/nextcloud/teams/64236/lt_LT/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: lt_LT\nPlural-Forms: nplurals=4; plural=(n % 10 == 1 && (n % 100 > 19 || n % 100 < 11) ? 0 : (n % 10 >= 2 && n % 10 <=9) && (n % 100 > 19 || n % 100 < 11) ? 1 : n % 1 != 0 ? 2: 3);\n"]},Undo:{msgid:"Undo",comments:{reference:"lib/toast.ts:187"},msgstr:["Atšaukti"]}}}}},{locale:"mk",json:{charset:"utf-8",headers:{"Last-Translator":"Сашко Тодоров, 2020","Language-Team":"Macedonian (https://www.transifex.com/nextcloud/teams/64236/mk/)","Content-Type":"text/plain; charset=UTF-8",Language:"mk","Plural-Forms":"nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nСашко Тодоров, 2020\n"},msgstr:["Last-Translator: Сашко Тодоров, 2020\nLanguage-Team: Macedonian (https://www.transifex.com/nextcloud/teams/64236/mk/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: mk\nPlural-Forms: nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;\n"]},Undo:{msgid:"Undo",comments:{reference:"lib/toast.ts:187"},msgstr:["Врати"]}}}}},{locale:"nb_NO",json:{charset:"utf-8",headers:{"Last-Translator":"sverre.vikan <sverre.vikan@gmail.com>, 2020","Language-Team":"Norwegian Bokmål (Norway) (https://www.transifex.com/nextcloud/teams/64236/nb_NO/)","Content-Type":"text/plain; charset=UTF-8",Language:"nb_NO","Plural-Forms":"nplurals=2; plural=(n != 1);"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nsverre.vikan <sverre.vikan@gmail.com>, 2020\n"},msgstr:["Last-Translator: sverre.vikan <sverre.vikan@gmail.com>, 2020\nLanguage-Team: Norwegian Bokmål (Norway) (https://www.transifex.com/nextcloud/teams/64236/nb_NO/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: nb_NO\nPlural-Forms: nplurals=2; plural=(n != 1);\n"]},Undo:{msgid:"Undo",comments:{reference:"lib/toast.ts:192"},msgstr:["Angre"]}}}}},{locale:"nl",json:{charset:"utf-8",headers:{"Last-Translator":"Robin Slot, 2020","Language-Team":"Dutch (https://www.transifex.com/nextcloud/teams/64236/nl/)","Content-Type":"text/plain; charset=UTF-8",Language:"nl","Plural-Forms":"nplurals=2; plural=(n != 1);"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nRobin Slot, 2020\n"},msgstr:["Last-Translator: Robin Slot, 2020\nLanguage-Team: Dutch (https://www.transifex.com/nextcloud/teams/64236/nl/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: nl\nPlural-Forms: nplurals=2; plural=(n != 1);\n"]},Undo:{msgid:"Undo",comments:{reference:"lib/toast.ts:191"},msgstr:["Ongedaan maken"]}}}}},{locale:"oc",json:{charset:"utf-8",headers:{"Last-Translator":"Quentin PAGÈS, 2020","Language-Team":"Occitan (post 1500) (https://www.transifex.com/nextcloud/teams/64236/oc/)","Content-Type":"text/plain; charset=UTF-8",Language:"oc","Plural-Forms":"nplurals=2; plural=(n > 1);"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nQuentin PAGÈS, 2020\n"},msgstr:["Last-Translator: Quentin PAGÈS, 2020\nLanguage-Team: Occitan (post 1500) (https://www.transifex.com/nextcloud/teams/64236/oc/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: oc\nPlural-Forms: nplurals=2; plural=(n > 1);\n"]},Undo:{msgid:"Undo",comments:{reference:"lib/toast.ts:187"},msgstr:["Anullar"]}}}}},{locale:"pl",json:{charset:"utf-8",headers:{"Last-Translator":"Robert Szmurło <robert.szmurlo@ee.pw.edu.pl>, 2020","Language-Team":"Polish (https://www.transifex.com/nextcloud/teams/64236/pl/)","Content-Type":"text/plain; charset=UTF-8",Language:"pl","Plural-Forms":"nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nRobert Szmurło <robert.szmurlo@ee.pw.edu.pl>, 2020\n"},msgstr:["Last-Translator: Robert Szmurło <robert.szmurlo@ee.pw.edu.pl>, 2020\nLanguage-Team: Polish (https://www.transifex.com/nextcloud/teams/64236/pl/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: pl\nPlural-Forms: nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n"]},Undo:{msgid:"Undo",comments:{reference:"lib/toast.ts:187"},msgstr:["Cofnij"]}}}}},{locale:"pt_BR",json:{charset:"utf-8",headers:{"Last-Translator":"Paulo Schopf, 2020","Language-Team":"Portuguese (Brazil) (https://www.transifex.com/nextcloud/teams/64236/pt_BR/)","Content-Type":"text/plain; charset=UTF-8",Language:"pt_BR","Plural-Forms":"nplurals=2; plural=(n > 1);"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nPaulo Schopf, 2020\n"},msgstr:["Last-Translator: Paulo Schopf, 2020\nLanguage-Team: Portuguese (Brazil) (https://www.transifex.com/nextcloud/teams/64236/pt_BR/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: pt_BR\nPlural-Forms: nplurals=2; plural=(n > 1);\n"]},Undo:{msgid:"Undo",comments:{reference:"lib/toast.ts:187"},msgstr:["Desfazer"]}}}}},{locale:"ru",json:{charset:"utf-8",headers:{"Last-Translator":"Andrey Atapin <atab@kirovedu.ru>, 2020","Language-Team":"Russian (https://www.transifex.com/nextcloud/teams/64236/ru/)","Content-Type":"text/plain; charset=UTF-8",Language:"ru","Plural-Forms":"nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nAndrey Atapin <atab@kirovedu.ru>, 2020\n"},msgstr:["Last-Translator: Andrey Atapin <atab@kirovedu.ru>, 2020\nLanguage-Team: Russian (https://www.transifex.com/nextcloud/teams/64236/ru/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: ru\nPlural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);\n"]},Undo:{msgid:"Undo",comments:{reference:"lib/toast.ts:187"},msgstr:["Отменить"]}}}}},{locale:"sk_SK",json:{charset:"utf-8",headers:{"Last-Translator":"vladimirjendrol <vlado@jendrol.sk>, 2020","Language-Team":"Slovak (Slovakia) (https://www.transifex.com/nextcloud/teams/64236/sk_SK/)","Content-Type":"text/plain; charset=UTF-8",Language:"sk_SK","Plural-Forms":"nplurals=4; plural=(n % 1 == 0 && n == 1 ? 0 : n % 1 == 0 && n >= 2 && n <= 4 ? 1 : n % 1 != 0 ? 2: 3);"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nvladimirjendrol <vlado@jendrol.sk>, 2020\n"},msgstr:["Last-Translator: vladimirjendrol <vlado@jendrol.sk>, 2020\nLanguage-Team: Slovak (Slovakia) (https://www.transifex.com/nextcloud/teams/64236/sk_SK/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: sk_SK\nPlural-Forms: nplurals=4; plural=(n % 1 == 0 && n == 1 ? 0 : n % 1 == 0 && n >= 2 && n <= 4 ? 1 : n % 1 != 0 ? 2: 3);\n"]},Undo:{msgid:"Undo",comments:{reference:"lib/toast.ts:192"},msgstr:["Späť"]}}}}},{locale:"sl",json:{charset:"utf-8",headers:{"Last-Translator":"Matej Urbančič <>, 2020","Language-Team":"Slovenian (https://www.transifex.com/nextcloud/teams/64236/sl/)","Content-Type":"text/plain; charset=UTF-8",Language:"sl","Plural-Forms":"nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nMatej Urbančič <>, 2020\n"},msgstr:["Last-Translator: Matej Urbančič <>, 2020\nLanguage-Team: Slovenian (https://www.transifex.com/nextcloud/teams/64236/sl/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: sl\nPlural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);\n"]},Undo:{msgid:"Undo",comments:{reference:"lib/toast.ts:191"},msgstr:["Razveljavi"]}}}}},{locale:"sv",json:{charset:"utf-8",headers:{"Last-Translator":"Victor Nyberg <v70123@gmail.com>, 2021","Language-Team":"Swedish (https://www.transifex.com/nextcloud/teams/64236/sv/)","Content-Type":"text/plain; charset=UTF-8",Language:"sv","Plural-Forms":"nplurals=2; plural=(n != 1);"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nVictor Nyberg <v70123@gmail.com>, 2021\n"},msgstr:["Last-Translator: Victor Nyberg <v70123@gmail.com>, 2021\nLanguage-Team: Swedish (https://www.transifex.com/nextcloud/teams/64236/sv/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: sv\nPlural-Forms: nplurals=2; plural=(n != 1);\n"]},Undo:{msgid:"Undo",comments:{reference:"lib/toast.ts:191"},msgstr:["Ångra"]}}}}},{locale:"tr",json:{charset:"utf-8",headers:{"Last-Translator":"Kaya Zeren <kayazeren@gmail.com>, 2020","Language-Team":"Turkish (https://www.transifex.com/nextcloud/teams/64236/tr/)","Content-Type":"text/plain; charset=UTF-8",Language:"tr","Plural-Forms":"nplurals=2; plural=(n > 1);"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nKaya Zeren <kayazeren@gmail.com>, 2020\n"},msgstr:["Last-Translator: Kaya Zeren <kayazeren@gmail.com>, 2020\nLanguage-Team: Turkish (https://www.transifex.com/nextcloud/teams/64236/tr/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: tr\nPlural-Forms: nplurals=2; plural=(n > 1);\n"]},Undo:{msgid:"Undo",comments:{reference:"lib/toast.ts:191"},msgstr:["Geri al"]}}}}},{locale:"uk",json:{charset:"utf-8",headers:{"Last-Translator":"777 Svyatoi 777 <exmashana67@gmail.com>, 2020","Language-Team":"Ukrainian (https://www.transifex.com/nextcloud/teams/64236/uk/)","Content-Type":"text/plain; charset=UTF-8",Language:"uk","Plural-Forms":"nplurals=4; plural=(n % 1 == 0 && n % 10 == 1 && n % 100 != 11 ? 0 : n % 1 == 0 && n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 12 || n % 100 > 14) ? 1 : n % 1 == 0 && (n % 10 ==0 || (n % 10 >=5 && n % 10 <=9) || (n % 100 >=11 && n % 100 <=14 )) ? 2: 3);"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\n777 Svyatoi 777 <exmashana67@gmail.com>, 2020\n"},msgstr:["Last-Translator: 777 Svyatoi 777 <exmashana67@gmail.com>, 2020\nLanguage-Team: Ukrainian (https://www.transifex.com/nextcloud/teams/64236/uk/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: uk\nPlural-Forms: nplurals=4; plural=(n % 1 == 0 && n % 10 == 1 && n % 100 != 11 ? 0 : n % 1 == 0 && n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 12 || n % 100 > 14) ? 1 : n % 1 == 0 && (n % 10 ==0 || (n % 10 >=5 && n % 10 <=9) || (n % 100 >=11 && n % 100 <=14 )) ? 2: 3);\n"]},Undo:{msgid:"Undo",comments:{reference:"lib/toast.ts:192"},msgstr:["Undo"]}}}}},{locale:"zh_CN",json:{charset:"utf-8",headers:{"Last-Translator":"Toms Project <tom@projectoms.com>, 2020","Language-Team":"Chinese (China) (https://www.transifex.com/nextcloud/teams/64236/zh_CN/)","Content-Type":"text/plain; charset=UTF-8",Language:"zh_CN","Plural-Forms":"nplurals=1; plural=0;"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nToms Project <tom@projectoms.com>, 2020\n"},msgstr:["Last-Translator: Toms Project <tom@projectoms.com>, 2020\nLanguage-Team: Chinese (China) (https://www.transifex.com/nextcloud/teams/64236/zh_CN/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: zh_CN\nPlural-Forms: nplurals=1; plural=0;\n"]},Undo:{msgid:"Undo",comments:{reference:"lib/toast.ts:191"},msgstr:["撤消"]}}}}},{locale:"zh_HK",json:{charset:"utf-8",headers:{"Last-Translator":"Cha Wong <cafetango@gmail.com>, 2021","Language-Team":"Chinese (Hong Kong) (https://www.transifex.com/nextcloud/teams/64236/zh_HK/)","Content-Type":"text/plain; charset=UTF-8",Language:"zh_HK","Plural-Forms":"nplurals=1; plural=0;"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nCha Wong <cafetango@gmail.com>, 2021\n"},msgstr:["Last-Translator: Cha Wong <cafetango@gmail.com>, 2021\nLanguage-Team: Chinese (Hong Kong) (https://www.transifex.com/nextcloud/teams/64236/zh_HK/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: zh_HK\nPlural-Forms: nplurals=1; plural=0;\n"]},Undo:{msgid:"Undo",comments:{reference:"lib/toast.ts:191"},msgstr:["還原"]}}}}},{locale:"zh_TW",json:{charset:"utf-8",headers:{"Last-Translator":"Natashia Maxins <railroad1987@gmail.com>, 2020","Language-Team":"Chinese (Taiwan) (https://www.transifex.com/nextcloud/teams/64236/zh_TW/)","Content-Type":"text/plain; charset=UTF-8",Language:"zh_TW","Plural-Forms":"nplurals=1; plural=0;"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nNatashia Maxins <railroad1987@gmail.com>, 2020\n"},msgstr:["Last-Translator: Natashia Maxins <railroad1987@gmail.com>, 2020\nLanguage-Team: Chinese (Taiwan) (https://www.transifex.com/nextcloud/teams/64236/zh_TW/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: zh_TW\nPlural-Forms: nplurals=1; plural=0;\n"]},Undo:{msgid:"Undo",comments:{reference:"lib/toast.ts:192"},msgstr:["復原"]}}}}}]};try{if(e)return e.env=Object.assign({},e.env),void Object.assign(e.env,t)}catch(e){}globalThis.process={env:t}}();var r="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof window?window:void 0!==i?i:"undefined"!=typeof self?self:{};function o(e){var t={exports:{}};return e(t,t.exports),t.exports}var a=function(e){return e&&e.Math==Math&&e},s=a("object"==typeof globalThis&&globalThis)||a("object"==typeof window&&window)||a("object"==typeof self&&self)||a("object"==typeof r&&r)||function(){return this}()||Function("return this")(),l=function(e){try{return!!e()}catch(e){return!0}},u=!l((function(){return 7!=Object.defineProperty({},1,{get:function(){return 7}})[1]})),c={}.propertyIsEnumerable,d=Object.getOwnPropertyDescriptor,h={f:d&&!c.call({1:2},1)?function(e){var t=d(this,e);return!!t&&t.enumerable}:c},p=function(e,t){return{enumerable:!(1&e),configurable:!(2&e),writable:!(4&e),value:t}},f={}.toString,m=function(e){return f.call(e).slice(8,-1)},g="".split,A=l((function(){return!Object("z").propertyIsEnumerable(0)}))?function(e){return"String"==m(e)?g.call(e,""):Object(e)}:Object,v=function(e){if(null==e)throw TypeError("Can't call method on "+e);return e},_=function(e){return A(v(e))},b=function(e){return"object"==typeof e?null!==e:"function"==typeof e},y=function(e,t){if(!b(e))return e;var n,i;if(t&&"function"==typeof(n=e.toString)&&!b(i=n.call(e)))return i;if("function"==typeof(n=e.valueOf)&&!b(i=n.call(e)))return i;if(!t&&"function"==typeof(n=e.toString)&&!b(i=n.call(e)))return i;throw TypeError("Can't convert object to primitive value")},w={}.hasOwnProperty,C=function(e,t){return w.call(e,t)},x=s.document,k=b(x)&&b(x.createElement),M=function(e){return k?x.createElement(e):{}},E=!u&&!l((function(){return 7!=Object.defineProperty(M("div"),"a",{get:function(){return 7}}).a})),L=Object.getOwnPropertyDescriptor,T={f:u?L:function(e,t){if(e=_(e),t=y(t,!0),E)try{return L(e,t)}catch(e){}if(C(e,t))return p(!h.f.call(e,t),e[t])}},D=function(e){if(!b(e))throw TypeError(String(e)+" is not an object");return e},B=Object.defineProperty,S={f:u?B:function(e,t,n){if(D(e),t=y(t,!0),D(n),E)try{return B(e,t,n)}catch(e){}if("get"in n||"set"in n)throw TypeError("Accessors not supported");return"value"in n&&(e[t]=n.value),e}},Y=u?function(e,t,n){return S.f(e,t,p(1,n))}:function(e,t,n){return e[t]=n,e},I=function(e,t){try{Y(s,e,t)}catch(n){s[e]=t}return t},O=s["__core-js_shared__"]||I("__core-js_shared__",{}),j=Function.toString;"function"!=typeof O.inspectSource&&(O.inspectSource=function(e){return j.call(e)});var P,H,F,N,R=O.inspectSource,z=s.WeakMap,W="function"==typeof z&&/native code/.test(R(z)),U=o((function(e){(e.exports=function(e,t){return O[e]||(O[e]=void 0!==t?t:{})})("versions",[]).push({version:"3.9.1",mode:"global",copyright:"© 2021 Denis Pushkarev (zloirock.ru)"})})),q=0,G=Math.random(),Q=function(e){return"Symbol("+String(void 0===e?"":e)+")_"+(++q+G).toString(36)},V=U("keys"),J={},K=s.WeakMap;if(W){var X=O.state||(O.state=new K),Z=X.get,$=X.has,ee=X.set;P=function(e,t){return t.facade=e,ee.call(X,e,t),t},H=function(e){return Z.call(X,e)||{}},F=function(e){return $.call(X,e)}}else{var te=V[N="state"]||(V[N]=Q(N));J[te]=!0,P=function(e,t){return t.facade=e,Y(e,te,t),t},H=function(e){return C(e,te)?e[te]:{}},F=function(e){return C(e,te)}}var ne,ie,re={set:P,get:H,has:F,enforce:function(e){return F(e)?H(e):P(e,{})},getterFor:function(e){return function(t){var n;if(!b(t)||(n=H(t)).type!==e)throw TypeError("Incompatible receiver, "+e+" required");return n}}},oe=o((function(e){var t=re.get,n=re.enforce,i=String(String).split("String");(e.exports=function(e,t,r,o){var a,l=!!o&&!!o.unsafe,u=!!o&&!!o.enumerable,c=!!o&&!!o.noTargetGet;"function"==typeof r&&("string"!=typeof t||C(r,"name")||Y(r,"name",t),(a=n(r)).source||(a.source=i.join("string"==typeof t?t:""))),e!==s?(l?!c&&e[t]&&(u=!0):delete e[t],u?e[t]=r:Y(e,t,r)):u?e[t]=r:I(t,r)})(Function.prototype,"toString",(function(){return"function"==typeof this&&t(this).source||R(this)}))})),ae=s,se=function(e){return"function"==typeof e?e:void 0},le=function(e,t){return arguments.length<2?se(ae[e])||se(s[e]):ae[e]&&ae[e][t]||s[e]&&s[e][t]},ue=Math.ceil,ce=Math.floor,de=function(e){return isNaN(e=+e)?0:(e>0?ce:ue)(e)},he=Math.min,pe=function(e){return e>0?he(de(e),9007199254740991):0},fe=Math.max,me=Math.min,ge=function(e){return function(t,n,i){var r,o=_(t),a=pe(o.length),s=function(e,t){var n=de(e);return n<0?fe(n+t,0):me(n,t)}(i,a);if(e&&n!=n){for(;a>s;)if((r=o[s++])!=r)return!0}else for(;a>s;s++)if((e||s in o)&&o[s]===n)return e||s||0;return!e&&-1}},Ae={includes:ge(!0),indexOf:ge(!1)}.indexOf,ve=function(e,t){var n,i=_(e),r=0,o=[];for(n in i)!C(J,n)&&C(i,n)&&o.push(n);for(;t.length>r;)C(i,n=t[r++])&&(~Ae(o,n)||o.push(n));return o},_e=["constructor","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","toLocaleString","toString","valueOf"],be=_e.concat("length","prototype"),ye={f:Object.getOwnPropertyNames||function(e){return ve(e,be)}},we={f:Object.getOwnPropertySymbols},Ce=le("Reflect","ownKeys")||function(e){var t=ye.f(D(e)),n=we.f;return n?t.concat(n(e)):t},xe=function(e,t){for(var n=Ce(t),i=S.f,r=T.f,o=0;o<n.length;o++){var a=n[o];C(e,a)||i(e,a,r(t,a))}},ke=/#|\.prototype\./,Me=function(e,t){var n=Le[Ee(e)];return n==De||n!=Te&&("function"==typeof t?l(t):!!t)},Ee=Me.normalize=function(e){return String(e).replace(ke,".").toLowerCase()},Le=Me.data={},Te=Me.NATIVE="N",De=Me.POLYFILL="P",Be=Me,Se=T.f,Ye=function(e,t){var n,i,r,o,a,l=e.target,u=e.global,c=e.stat;if(n=u?s:c?s[l]||I(l,{}):(s[l]||{}).prototype)for(i in t){if(o=t[i],r=e.noTargetGet?(a=Se(n,i))&&a.value:n[i],!Be(u?i:l+(c?".":"#")+i,e.forced)&&void 0!==r){if(typeof o==typeof r)continue;xe(o,r)}(e.sham||r&&r.sham)&&Y(o,"sham",!0),oe(n,i,o,e)}},Ie=s.Promise,Oe="process"==m(s.process),je=le("navigator","userAgent")||"",Pe=s.process,He=Pe&&Pe.versions,Fe=He&&He.v8;Fe?ie=(ne=Fe.split("."))[0]+ne[1]:je&&(!(ne=je.match(/Edge\/(\d+)/))||ne[1]>=74)&&(ne=je.match(/Chrome\/(\d+)/))&&(ie=ne[1]);var Ne=ie&&+ie,Re=!!Object.getOwnPropertySymbols&&!l((function(){return!Symbol.sham&&(Oe?38===Ne:Ne>37&&Ne<41)})),ze=Re&&!Symbol.sham&&"symbol"==typeof Symbol.iterator,We=U("wks"),Ue=s.Symbol,qe=ze?Ue:Ue&&Ue.withoutSetter||Q,Ge=function(e){return C(We,e)&&(Re||"string"==typeof We[e])||(Re&&C(Ue,e)?We[e]=Ue[e]:We[e]=qe("Symbol."+e)),We[e]},Qe=S.f,Ve=Ge("toStringTag"),Je=Ge("species"),Ke=function(e){if("function"!=typeof e)throw TypeError(String(e)+" is not a function");return e},Xe={},Ze=Ge("iterator"),$e=Array.prototype,et=function(e,t,n){if(Ke(e),void 0===t)return e;switch(n){case 0:return function(){return e.call(t)};case 1:return function(n){return e.call(t,n)};case 2:return function(n,i){return e.call(t,n,i)};case 3:return function(n,i,r){return e.call(t,n,i,r)}}return function(){return e.apply(t,arguments)}},tt={};tt[Ge("toStringTag")]="z";var nt="[object z]"===String(tt),it=Ge("toStringTag"),rt="Arguments"==m(function(){return arguments}()),ot=nt?m:function(e){var t,n,i;return void 0===e?"Undefined":null===e?"Null":"string"==typeof(n=function(e,t){try{return e[t]}catch(e){}}(t=Object(e),it))?n:rt?m(t):"Object"==(i=m(t))&&"function"==typeof t.callee?"Arguments":i},at=Ge("iterator"),st=function(e){var t=e.return;if(void 0!==t)return D(t.call(e)).value},lt=function(e,t){this.stopped=e,this.result=t},ut=function(e,t,n){var i,r,o,a,s,l,u,c,d=n&&n.that,h=!(!n||!n.AS_ENTRIES),p=!(!n||!n.IS_ITERATOR),f=!(!n||!n.INTERRUPTED),m=et(t,d,1+h+f),g=function(e){return i&&st(i),new lt(!0,e)},A=function(e){return h?(D(e),f?m(e[0],e[1],g):m(e[0],e[1])):f?m(e,g):m(e)};if(p)i=e;else{if("function"!=typeof(r=function(e){if(null!=e)return e[at]||e["@@iterator"]||Xe[ot(e)]}(e)))throw TypeError("Target is not iterable");if(void 0!==(c=r)&&(Xe.Array===c||$e[Ze]===c)){for(o=0,a=pe(e.length);a>o;o++)if((s=A(e[o]))&&s instanceof lt)return s;return new lt(!1)}i=r.call(e)}for(l=i.next;!(u=l.call(i)).done;){try{s=A(u.value)}catch(e){throw st(i),e}if("object"==typeof s&&s&&s instanceof lt)return s}return new lt(!1)},ct=Ge("iterator"),dt=!1;try{var ht=0,pt={next:function(){return{done:!!ht++}},return:function(){dt=!0}};pt[ct]=function(){return this},Array.from(pt,(function(){throw 2}))}catch(e){}var ft,mt,gt,At=Ge("species"),vt=function(e,t){var n,i=D(e).constructor;return void 0===i||null==(n=D(i)[At])?t:Ke(n)},_t=le("document","documentElement"),bt=/(iphone|ipod|ipad).*applewebkit/i.test(je),yt=s.location,wt=s.setImmediate,Ct=s.clearImmediate,xt=s.process,kt=s.MessageChannel,Mt=s.Dispatch,Et=0,Lt={},Tt=function(e){if(Lt.hasOwnProperty(e)){var t=Lt[e];delete Lt[e],t()}},Dt=function(e){return function(){Tt(e)}},Bt=function(e){Tt(e.data)},St=function(e){s.postMessage(e+"",yt.protocol+"//"+yt.host)};wt&&Ct||(wt=function(e){for(var t=[],n=1;arguments.length>n;)t.push(arguments[n++]);return Lt[++Et]=function(){("function"==typeof e?e:Function(e)).apply(void 0,t)},ft(Et),Et},Ct=function(e){delete Lt[e]},Oe?ft=function(e){xt.nextTick(Dt(e))}:Mt&&Mt.now?ft=function(e){Mt.now(Dt(e))}:kt&&!bt?(gt=(mt=new kt).port2,mt.port1.onmessage=Bt,ft=et(gt.postMessage,gt,1)):s.addEventListener&&"function"==typeof postMessage&&!s.importScripts&&yt&&"file:"!==yt.protocol&&!l(St)?(ft=St,s.addEventListener("message",Bt,!1)):ft="onreadystatechange"in M("script")?function(e){_t.appendChild(M("script")).onreadystatechange=function(){_t.removeChild(this),Tt(e)}}:function(e){setTimeout(Dt(e),0)});var Yt,It,Ot,jt,Pt,Ht,Ft,Nt,Rt={set:wt,clear:Ct},zt=/web0s(?!.*chrome)/i.test(je),Wt=T.f,Ut=Rt.set,qt=s.MutationObserver||s.WebKitMutationObserver,Gt=s.document,Qt=s.process,Vt=s.Promise,Jt=Wt(s,"queueMicrotask"),Kt=Jt&&Jt.value;Kt||(Yt=function(){var e,t;for(Oe&&(e=Qt.domain)&&e.exit();It;){t=It.fn,It=It.next;try{t()}catch(e){throw It?jt():Ot=void 0,e}}Ot=void 0,e&&e.enter()},bt||Oe||zt||!qt||!Gt?Vt&&Vt.resolve?(Ft=Vt.resolve(void 0),Nt=Ft.then,jt=function(){Nt.call(Ft,Yt)}):jt=Oe?function(){Qt.nextTick(Yt)}:function(){Ut.call(s,Yt)}:(Pt=!0,Ht=Gt.createTextNode(""),new qt(Yt).observe(Ht,{characterData:!0}),jt=function(){Ht.data=Pt=!Pt}));var Xt,Zt,$t,en,tn,nn,rn,on=Kt||function(e){var t={fn:e,next:void 0};Ot&&(Ot.next=t),It||(It=t,jt()),Ot=t},an=function(e){var t,n;this.promise=new e((function(e,i){if(void 0!==t||void 0!==n)throw TypeError("Bad Promise constructor");t=e,n=i})),this.resolve=Ke(t),this.reject=Ke(n)},sn={f:function(e){return new an(e)}},ln=function(e,t){if(D(e),b(t)&&t.constructor===e)return t;var n=sn.f(e);return(0,n.resolve)(t),n.promise},un=function(e){try{return{error:!1,value:e()}}catch(e){return{error:!0,value:e}}},cn=Rt.set,dn=Ge("species"),hn="Promise",pn=re.get,fn=re.set,mn=re.getterFor(hn),gn=Ie,An=s.TypeError,vn=s.document,_n=s.process,bn=le("fetch"),yn=sn.f,wn=yn,Cn=!!(vn&&vn.createEvent&&s.dispatchEvent),xn="function"==typeof PromiseRejectionEvent,kn=Be(hn,(function(){if(!(R(gn)!==String(gn))){if(66===Ne)return!0;if(!Oe&&!xn)return!0}if(Ne>=51&&/native code/.test(gn))return!1;var e=gn.resolve(1),t=function(e){e((function(){}),(function(){}))};return(e.constructor={})[dn]=t,!(e.then((function(){}))instanceof t)})),Mn=kn||!function(e,t){if(!t&&!dt)return!1;var n=!1;try{var i={};i[ct]=function(){return{next:function(){return{done:n=!0}}}},e(i)}catch(e){}return n}((function(e){gn.all(e).catch((function(){}))})),En=function(e){var t;return!(!b(e)||"function"!=typeof(t=e.then))&&t},Ln=function(e,t){if(!e.notified){e.notified=!0;var n=e.reactions;on((function(){for(var i=e.value,r=1==e.state,o=0;n.length>o;){var a,s,l,u=n[o++],c=r?u.ok:u.fail,d=u.resolve,h=u.reject,p=u.domain;try{c?(r||(2===e.rejection&&Sn(e),e.rejection=1),!0===c?a=i:(p&&p.enter(),a=c(i),p&&(p.exit(),l=!0)),a===u.promise?h(An("Promise-chain cycle")):(s=En(a))?s.call(a,d,h):d(a)):h(i)}catch(e){p&&!l&&p.exit(),h(e)}}e.reactions=[],e.notified=!1,t&&!e.rejection&&Dn(e)}))}},Tn=function(e,t,n){var i,r;Cn?((i=vn.createEvent("Event")).promise=t,i.reason=n,i.initEvent(e,!1,!0),s.dispatchEvent(i)):i={promise:t,reason:n},!xn&&(r=s["on"+e])?r(i):"unhandledrejection"===e&&function(e,t){var n=s.console;n&&n.error&&(1===arguments.length?n.error(e):n.error(e,t))}("Unhandled promise rejection",n)},Dn=function(e){cn.call(s,(function(){var t,n=e.facade,i=e.value;if(Bn(e)&&(t=un((function(){Oe?_n.emit("unhandledRejection",i,n):Tn("unhandledrejection",n,i)})),e.rejection=Oe||Bn(e)?2:1,t.error))throw t.value}))},Bn=function(e){return 1!==e.rejection&&!e.parent},Sn=function(e){cn.call(s,(function(){var t=e.facade;Oe?_n.emit("rejectionHandled",t):Tn("rejectionhandled",t,e.value)}))},Yn=function(e,t,n){return function(i){e(t,i,n)}},In=function(e,t,n){e.done||(e.done=!0,n&&(e=n),e.value=t,e.state=2,Ln(e,!0))},On=function(e,t,n){if(!e.done){e.done=!0,n&&(e=n);try{if(e.facade===t)throw An("Promise can't be resolved itself");var i=En(t);i?on((function(){var n={done:!1};try{i.call(t,Yn(On,n,e),Yn(In,n,e))}catch(t){In(n,t,e)}})):(e.value=t,e.state=1,Ln(e,!1))}catch(t){In({done:!1},t,e)}}};kn&&(gn=function(e){!function(e,t,n){if(!(e instanceof t))throw TypeError("Incorrect "+(n?n+" ":"")+"invocation")}(this,gn,hn),Ke(e),Xt.call(this);var t=pn(this);try{e(Yn(On,t),Yn(In,t))}catch(e){In(t,e)}},(Xt=function(e){fn(this,{type:hn,done:!1,notified:!1,parent:!1,reactions:[],rejection:!1,state:0,value:void 0})}).prototype=function(e,t,n){for(var i in t)oe(e,i,t[i],n);return e}(gn.prototype,{then:function(e,t){var n=mn(this),i=yn(vt(this,gn));return i.ok="function"!=typeof e||e,i.fail="function"==typeof t&&t,i.domain=Oe?_n.domain:void 0,n.parent=!0,n.reactions.push(i),0!=n.state&&Ln(n,!1),i.promise},catch:function(e){return this.then(void 0,e)}}),Zt=function(){var e=new Xt,t=pn(e);this.promise=e,this.resolve=Yn(On,t),this.reject=Yn(In,t)},sn.f=yn=function(e){return e===gn||e===$t?new Zt(e):wn(e)},"function"==typeof Ie&&(en=Ie.prototype.then,oe(Ie.prototype,"then",(function(e,t){var n=this;return new gn((function(e,t){en.call(n,e,t)})).then(e,t)}),{unsafe:!0}),"function"==typeof bn&&Ye({global:!0,enumerable:!0,forced:!0},{fetch:function(e){return ln(gn,bn.apply(s,arguments))}}))),Ye({global:!0,wrap:!0,forced:kn},{Promise:gn}),nn=hn,rn=!1,(tn=gn)&&!C(tn=rn?tn:tn.prototype,Ve)&&Qe(tn,Ve,{configurable:!0,value:nn}),function(e){var t=le(e),n=S.f;u&&t&&!t[Je]&&n(t,Je,{configurable:!0,get:function(){return this}})}(hn),$t=le(hn),Ye({target:hn,stat:!0,forced:kn},{reject:function(e){var t=yn(this);return t.reject.call(void 0,e),t.promise}}),Ye({target:hn,stat:!0,forced:kn},{resolve:function(e){return ln(this,e)}}),Ye({target:hn,stat:!0,forced:Mn},{all:function(e){var t=this,n=yn(t),i=n.resolve,r=n.reject,o=un((function(){var n=Ke(t.resolve),o=[],a=0,s=1;ut(e,(function(e){var l=a++,u=!1;o.push(void 0),s++,n.call(t,e).then((function(e){u||(u=!0,o[l]=e,--s||i(o))}),r)})),--s||i(o)}));return o.error&&r(o.value),n.promise},race:function(e){var t=this,n=yn(t),i=n.reject,r=un((function(){var r=Ke(t.resolve);ut(e,(function(e){r.call(t,e).then(n.resolve,i)}))}));return r.error&&i(r.value),n.promise}});var jn,Pn=nt?{}.toString:function(){return"[object "+ot(this)+"]"};nt||oe(Object.prototype,"toString",Pn,{unsafe:!0}),function(e){e[e.Choose=1]="Choose",e[e.Move=2]="Move",e[e.Copy=3]="Copy",e[e.CopyMove=4]="CopyMove"}(jn||(jn={}));var Hn=function(){function e(e,t,n,i,r,o,a){this.title=e,this.multiSelect=t,this.mimeTypeFiler=n,this.modal=i,this.type=r,this.directoriesAllowed=o,this.path=a}return e.prototype.pick=function(){var e=this;return new Promise((function(t,n){OC.dialogs.filepicker(e.title,t,e.multiSelect,e.mimeTypeFiler,e.modal,e.type,e.path,{allowDirectoryChooser:e.directoriesAllowed})}))},e}();!function(){function e(e){this.multiSelect=!1,this.mimeTypeFiler=[],this.modal=!0,this.type=jn.Choose,this.directoriesAllowed=!1,this.title=e}e.prototype.setMultiSelect=function(e){return this.multiSelect=e,this},e.prototype.addMimeTypeFilter=function(e){return this.mimeTypeFiler.push(e),this},e.prototype.setMimeTypeFilter=function(e){return this.mimeTypeFiler=e,this},e.prototype.setModal=function(e){return this.modal=e,this},e.prototype.setType=function(e){return this.type=e,this},e.prototype.allowDirectories=function(e){return void 0===e&&(e=!0),this.directoriesAllowed=e,this},e.prototype.startAt=function(e){return this.path=e,this},e.prototype.build=function(){return new Hn(this.title,this.multiSelect,this.mimeTypeFiler,this.modal,this.type,this.directoriesAllowed,this.path)}}();var Fn=Object.keys||function(e){return ve(e,_e)},Nn=function(e){return Object(v(e))},Rn=Object.assign,zn=Object.defineProperty,Wn=!Rn||l((function(){if(u&&1!==Rn({b:1},Rn(zn({},"a",{enumerable:!0,get:function(){zn(this,"b",{value:3,enumerable:!1})}}),{b:2})).b)return!0;var e={},t={},n=Symbol();return e[n]=7,"abcdefghijklmnopqrst".split("").forEach((function(e){t[e]=e})),7!=Rn({},e)[n]||"abcdefghijklmnopqrst"!=Fn(Rn({},t)).join("")}))?function(e,t){for(var n=Nn(e),i=arguments.length,r=1,o=we.f,a=h.f;i>r;)for(var s,l=A(arguments[r++]),c=o?Fn(l).concat(o(l)):Fn(l),d=c.length,p=0;d>p;)s=c[p++],u&&!a.call(l,s)||(n[s]=l[s]);return n}:Rn;Ye({target:"Object",stat:!0,forced:Object.assign!==Wn},{assign:Wn});var Un=function(){return(Un=Object.assign||function(e){for(var t,n=1,i=arguments.length;n<i;n++)for(var r in t=arguments[n])Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r]);return e}).apply(this,arguments)};function qn(e){return(qn="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}var Gn=function(){var e=D(this),t="";return e.global&&(t+="g"),e.ignoreCase&&(t+="i"),e.multiline&&(t+="m"),e.dotAll&&(t+="s"),e.unicode&&(t+="u"),e.sticky&&(t+="y"),t};function Qn(e,t){return RegExp(e,t)}var Vn,Jn,Kn={UNSUPPORTED_Y:l((function(){var e=Qn("a","y");return e.lastIndex=2,null!=e.exec("abcd")})),BROKEN_CARET:l((function(){var e=Qn("^r","gy");return e.lastIndex=2,null!=e.exec("str")}))},Xn=RegExp.prototype.exec,Zn=String.prototype.replace,$n=Xn,ei=(Vn=/a/,Jn=/b*/g,Xn.call(Vn,"a"),Xn.call(Jn,"a"),0!==Vn.lastIndex||0!==Jn.lastIndex),ti=Kn.UNSUPPORTED_Y||Kn.BROKEN_CARET,ni=void 0!==/()??/.exec("")[1];(ei||ni||ti)&&($n=function(e){var t,n,i,r,o=this,a=ti&&o.sticky,s=Gn.call(o),l=o.source,u=0,c=e;return a&&(-1===(s=s.replace("y","")).indexOf("g")&&(s+="g"),c=String(e).slice(o.lastIndex),o.lastIndex>0&&(!o.multiline||o.multiline&&"\n"!==e[o.lastIndex-1])&&(l="(?: "+l+")",c=" "+c,u++),n=new RegExp("^(?:"+l+")",s)),ni&&(n=new RegExp("^"+l+"$(?!\\s)",s)),ei&&(t=o.lastIndex),i=Xn.call(a?n:o,c),a?i?(i.input=i.input.slice(u),i[0]=i[0].slice(u),i.index=o.lastIndex,o.lastIndex+=i[0].length):o.lastIndex=0:ei&&i&&(o.lastIndex=o.global?i.index+i[0].length:t),ni&&i&&i.length>1&&Zn.call(i[0],n,(function(){for(r=1;r<arguments.length-2;r++)void 0===arguments[r]&&(i[r]=void 0)})),i});var ii=$n;Ye({target:"RegExp",proto:!0,forced:/./.exec!==ii},{exec:ii});var ri=Ge("species"),oi=!l((function(){var e=/./;return e.exec=function(){var e=[];return e.groups={a:"7"},e},"7"!=="".replace(e,"$<a>")})),ai="$0"==="a".replace(/./,"$0"),si=Ge("replace"),li=!!/./[si]&&""===/./[si]("a","$0"),ui=!l((function(){var e=/(?:)/,t=e.exec;e.exec=function(){return t.apply(this,arguments)};var n="ab".split(e);return 2!==n.length||"a"!==n[0]||"b"!==n[1]})),ci=function(e,t,n,i){var r=Ge(e),o=!l((function(){var t={};return t[r]=function(){return 7},7!=""[e](t)})),a=o&&!l((function(){var t=!1,n=/a/;return"split"===e&&((n={}).constructor={},n.constructor[ri]=function(){return n},n.flags="",n[r]=/./[r]),n.exec=function(){return t=!0,null},n[r](""),!t}));if(!o||!a||"replace"===e&&(!oi||!ai||li)||"split"===e&&!ui){var s=/./[r],u=n(r,""[e],(function(e,t,n,i,r){return t.exec===ii?o&&!r?{done:!0,value:s.call(t,n,i)}:{done:!0,value:e.call(n,t,i)}:{done:!1}}),{REPLACE_KEEPS_$0:ai,REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE:li}),c=u[0],d=u[1];oe(String.prototype,e,c),oe(RegExp.prototype,r,2==t?function(e,t){return d.call(e,this,t)}:function(e){return d.call(e,this)})}i&&Y(RegExp.prototype[r],"sham",!0)},di=function(e){return function(t,n){var i,r,o=String(v(t)),a=de(n),s=o.length;return a<0||a>=s?e?"":void 0:(i=o.charCodeAt(a))<55296||i>56319||a+1===s||(r=o.charCodeAt(a+1))<56320||r>57343?e?o.charAt(a):i:e?o.slice(a,a+2):r-56320+(i-55296<<10)+65536}},hi={codeAt:di(!1),charAt:di(!0)}.charAt,pi=function(e,t,n){return t+(n?hi(e,t).length:1)},fi=Math.floor,mi="".replace,gi=/\$([$&'`]|\d{1,2}|<[^>]*>)/g,Ai=/\$([$&'`]|\d{1,2})/g,vi=function(e,t,n,i,r,o){var a=n+e.length,s=i.length,l=Ai;return void 0!==r&&(r=Nn(r),l=gi),mi.call(o,l,(function(o,l){var u;switch(l.charAt(0)){case"$":return"$";case"&":return e;case"`":return t.slice(0,n);case"'":return t.slice(a);case"<":u=r[l.slice(1,-1)];break;default:var c=+l;if(0===c)return o;if(c>s){var d=fi(c/10);return 0===d?o:d<=s?void 0===i[d-1]?l.charAt(1):i[d-1]+l.charAt(1):o}u=i[c-1]}return void 0===u?"":u}))},_i=function(e,t){var n=e.exec;if("function"==typeof n){var i=n.call(e,t);if("object"!=typeof i)throw TypeError("RegExp exec method returned something other than an Object or null");return i}if("RegExp"!==m(e))throw TypeError("RegExp#exec called on incompatible receiver");return ii.call(e,t)},bi=Math.max,yi=Math.min,wi=function(e){return void 0===e?e:String(e)};ci("replace",2,(function(e,t,n,i){var r=i.REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE,o=i.REPLACE_KEEPS_$0,a=r?"$":"$0";return[function(n,i){var r=v(this),o=null==n?void 0:n[e];return void 0!==o?o.call(n,r,i):t.call(String(r),n,i)},function(e,i){if(!r&&o||"string"==typeof i&&-1===i.indexOf(a)){var s=n(t,e,this,i);if(s.done)return s.value}var l=D(e),u=String(this),c="function"==typeof i;c||(i=String(i));var d=l.global;if(d){var h=l.unicode;l.lastIndex=0}for(var p=[];;){var f=_i(l,u);if(null===f)break;if(p.push(f),!d)break;""===String(f[0])&&(l.lastIndex=pi(u,pe(l.lastIndex),h))}for(var m="",g=0,A=0;A<p.length;A++){f=p[A];for(var v=String(f[0]),_=bi(yi(de(f.index),u.length),0),b=[],y=1;y<f.length;y++)b.push(wi(f[y]));var w=f.groups;if(c){var C=[v].concat(b,_,u);void 0!==w&&C.push(w);var x=String(i.apply(void 0,C))}else x=vi(v,u,_,b,w,i);_>=g&&(m+=u.slice(g,_)+x,g=_+v.length)}return m+u.slice(g)}]}));var Ci=Ge("match"),xi=[].push,ki=Math.min,Mi=!l((function(){return!RegExp(4294967295,"y")}));ci("split",2,(function(e,t,n){var i;return i="c"=="abbc".split(/(b)*/)[1]||4!="test".split(/(?:)/,-1).length||2!="ab".split(/(?:ab)*/).length||4!=".".split(/(.?)(.?)/).length||".".split(/()()/).length>1||"".split(/.?/).length?function(e,n){var i=String(v(this)),r=void 0===n?4294967295:n>>>0;if(0===r)return[];if(void 0===e)return[i];if(!function(e){var t;return b(e)&&(void 0!==(t=e[Ci])?!!t:"RegExp"==m(e))}(e))return t.call(i,e,r);for(var o,a,s,l=[],u=(e.ignoreCase?"i":"")+(e.multiline?"m":"")+(e.unicode?"u":"")+(e.sticky?"y":""),c=0,d=new RegExp(e.source,u+"g");(o=ii.call(d,i))&&!((a=d.lastIndex)>c&&(l.push(i.slice(c,o.index)),o.length>1&&o.index<i.length&&xi.apply(l,o.slice(1)),s=o[0].length,c=a,l.length>=r));)d.lastIndex===o.index&&d.lastIndex++;return c===i.length?!s&&d.test("")||l.push(""):l.push(i.slice(c)),l.length>r?l.slice(0,r):l}:"0".split(void 0,0).length?function(e,n){return void 0===e&&0===n?[]:t.call(this,e,n)}:t,[function(t,n){var r=v(this),o=null==t?void 0:t[e];return void 0!==o?o.call(t,r,n):i.call(String(r),t,n)},function(e,r){var o=n(i,e,this,r,i!==t);if(o.done)return o.value;var a=D(e),s=String(this),l=vt(a,RegExp),u=a.unicode,c=(a.ignoreCase?"i":"")+(a.multiline?"m":"")+(a.unicode?"u":"")+(Mi?"y":"g"),d=new l(Mi?a:"^(?:"+a.source+")",c),h=void 0===r?4294967295:r>>>0;if(0===h)return[];if(0===s.length)return null===_i(d,s)?[s]:[];for(var p=0,f=0,m=[];f<s.length;){d.lastIndex=Mi?f:0;var g,A=_i(d,Mi?s:s.slice(f));if(null===A||(g=ki(pe(d.lastIndex+(Mi?0:f)),s.length))===p)f=pi(s,f,u);else{if(m.push(s.slice(p,f)),m.length===h)return m;for(var v=1;v<=A.length-1;v++)if(m.push(A[v]),m.length===h)return m;f=p=g}}return m.push(s.slice(p)),m}]}),!Mi);var Ei,Li="\t\n\v\f\r                 \u2028\u2029\ufeff",Ti="["+Li+"]",Di=RegExp("^"+Ti+Ti+"*"),Bi=RegExp(Ti+Ti+"*$"),Si=function(e){return function(t){var n=String(v(t));return 1&e&&(n=n.replace(Di,"")),2&e&&(n=n.replace(Bi,"")),n}},Yi={start:Si(1),end:Si(2),trim:Si(3)},Ii=Yi.trim;Ye({target:"String",proto:!0,forced:(Ei="trim",l((function(){return!!Li[Ei]()||"​…᠎"!="​…᠎"[Ei]()||Li[Ei].name!==Ei})))},{trim:function(){return Ii(this)}});var Oi=o((function(e){!function(t,n){e.exports?e.exports=n():t.Toastify=n()}(r,(function(e){var t=function e(t){return new e.lib.init(t)};function n(e,t){return t.offset[e]?isNaN(t.offset[e])?t.offset[e]:t.offset[e]+"px":"0px"}function i(e,t){return!(!e||"string"!=typeof t)&&!!(e.className&&e.className.trim().split(/\s+/gi).indexOf(t)>-1)}return t.lib=t.prototype={toastify:"1.10.0",constructor:t,init:function(e){return e||(e={}),this.options={},this.toastElement=null,this.options.text=e.text||"Hi there!",this.options.node=e.node,this.options.duration=0===e.duration?0:e.duration||3e3,this.options.selector=e.selector,this.options.callback=e.callback||function(){},this.options.destination=e.destination,this.options.newWindow=e.newWindow||!1,this.options.close=e.close||!1,this.options.gravity="bottom"===e.gravity?"toastify-bottom":"toastify-top",this.options.positionLeft=e.positionLeft||!1,this.options.position=e.position||"",this.options.backgroundColor=e.backgroundColor,this.options.avatar=e.avatar||"",this.options.className=e.className||"",this.options.stopOnFocus=void 0===e.stopOnFocus||e.stopOnFocus,this.options.onClick=e.onClick,this.options.offset=e.offset||{x:0,y:0},this.options.escapeMarkup=void 0===e.escapeMarkup||e.escapeMarkup,this.options.style=e.style||{},this.options.style.background=this.options.style.background||e.backgroundColor,this},buildToast:function(){if(!this.options)throw"Toastify is not initialized";var e=document.createElement("div");for(var t in e.className="toastify on "+this.options.className,this.options.position?e.className+=" toastify-"+this.options.position:!0===this.options.positionLeft?(e.className+=" toastify-left",console.warn("Property `positionLeft` will be depreciated in further versions. Please use `position` instead.")):e.className+=" toastify-right",e.className+=" "+this.options.gravity,this.options.backgroundColor&&console.warn('DEPRECATION NOTICE: "backgroundColor" is being deprecated. Please use the "style.background" property.'),this.options.style)e.style[t]=this.options.style[t];if(this.options.node&&this.options.node.nodeType===Node.ELEMENT_NODE)e.appendChild(this.options.node);else if(this.options.escapeMarkup?e.innerText=this.options.text:e.innerHTML=this.options.text,""!==this.options.avatar){var i=document.createElement("img");i.src=this.options.avatar,i.className="toastify-avatar","left"==this.options.position||!0===this.options.positionLeft?e.appendChild(i):e.insertAdjacentElement("afterbegin",i)}if(!0===this.options.close){var r=document.createElement("span");r.innerHTML="&#10006;",r.className="toast-close",r.addEventListener("click",function(e){e.stopPropagation(),this.removeElement(this.toastElement),window.clearTimeout(this.toastElement.timeOutValue)}.bind(this));var o=window.innerWidth>0?window.innerWidth:screen.width;("left"==this.options.position||!0===this.options.positionLeft)&&o>360?e.insertAdjacentElement("afterbegin",r):e.appendChild(r)}if(this.options.stopOnFocus&&this.options.duration>0){var a=this;e.addEventListener("mouseover",(function(t){window.clearTimeout(e.timeOutValue)})),e.addEventListener("mouseleave",(function(){e.timeOutValue=window.setTimeout((function(){a.removeElement(e)}),a.options.duration)}))}if(void 0!==this.options.destination&&e.addEventListener("click",function(e){e.stopPropagation(),!0===this.options.newWindow?window.open(this.options.destination,"_blank"):window.location=this.options.destination}.bind(this)),"function"==typeof this.options.onClick&&void 0===this.options.destination&&e.addEventListener("click",function(e){e.stopPropagation(),this.options.onClick()}.bind(this)),"object"===qn(this.options.offset)){var s=n("x",this.options),l=n("y",this.options),u="left"==this.options.position?s:"-"+s,c="toastify-top"==this.options.gravity?l:"-"+l;e.style.transform="translate("+u+","+c+")"}return e},showToast:function(){var e;if(this.toastElement=this.buildToast(),!(e="string"==typeof this.options.selector?document.getElementById(this.options.selector):this.options.selector instanceof HTMLElement||this.options.selector instanceof ShadowRoot?this.options.selector:document.body))throw"Root element is not defined";return e.insertBefore(this.toastElement,e.firstChild),t.reposition(),this.options.duration>0&&(this.toastElement.timeOutValue=window.setTimeout(function(){this.removeElement(this.toastElement)}.bind(this),this.options.duration)),this},hideToast:function(){this.toastElement.timeOutValue&&clearTimeout(this.toastElement.timeOutValue),this.removeElement(this.toastElement)},removeElement:function(e){e.className=e.className.replace(" on",""),window.setTimeout(function(){this.options.node&&this.options.node.parentNode&&this.options.node.parentNode.removeChild(this.options.node),e.parentNode&&e.parentNode.removeChild(e),this.options.callback.call(e),t.reposition()}.bind(this),400)}},t.reposition=function(){for(var e,t={top:15,bottom:15},n={top:15,bottom:15},r={top:15,bottom:15},o=document.getElementsByClassName("toastify"),a=0;a<o.length;a++){e=!0===i(o[a],"toastify-top")?"toastify-top":"toastify-bottom";var s=o[a].offsetHeight;e=e.substr(9,e.length-1);(window.innerWidth>0?window.innerWidth:screen.width)<=360?(o[a].style[e]=r[e]+"px",r[e]+=s+15):!0===i(o[a],"toastify-left")?(o[a].style[e]=t[e]+"px",t[e]+=s+15):(o[a].style[e]=n[e]+"px",n[e]+=s+15)}return this},t.lib.init.prototype=t.lib,t}))})),ji=Array.isArray||function(e){return"Array"==m(e)},Pi=Ge("species"),Hi=function(e,t){var n;return ji(e)&&("function"!=typeof(n=e.constructor)||n!==Array&&!ji(n.prototype)?b(n)&&null===(n=n[Pi])&&(n=void 0):n=void 0),new(void 0===n?Array:n)(0===t?0:t)},Fi=[].push,Ni=function(e){var t=1==e,n=2==e,i=3==e,r=4==e,o=6==e,a=7==e,s=5==e||o;return function(l,u,c,d){for(var h,p,f=Nn(l),m=A(f),g=et(u,c,3),v=pe(m.length),_=0,b=d||Hi,y=t?b(l,v):n||a?b(l,0):void 0;v>_;_++)if((s||_ in m)&&(p=g(h=m[_],_,f),e))if(t)y[_]=p;else if(p)switch(e){case 3:return!0;case 5:return h;case 6:return _;case 2:Fi.call(y,h)}else switch(e){case 4:return!1;case 7:Fi.call(y,h)}return o?-1:i||r?r:y}},Ri={forEach:Ni(0),map:Ni(1),filter:Ni(2),some:Ni(3),every:Ni(4),find:Ni(5),findIndex:Ni(6),filterOut:Ni(7)},zi=Ge("species"),Wi=Ri.map;Ye({target:"Array",proto:!0,forced:!function(e){return Ne>=51||!l((function(){var t=[];return(t.constructor={})[zi]=function(){return{foo:1}},1!==t[e](Boolean).foo}))}("map")},{map:function(e){return Wi(this,e,arguments.length>1?arguments[1]:void 0)}});var Ui=RegExp.prototype,qi=Ui.toString,Gi=l((function(){return"/a/b"!=qi.call({source:"a",flags:"b"})})),Qi="toString"!=qi.name;(Gi||Qi)&&oe(RegExp.prototype,"toString",(function(){var e=D(this),t=String(e.source),n=e.flags;return"/"+t+"/"+String(void 0===n&&e instanceof RegExp&&!("flags"in Ui)?Gn.call(e):n)}),{unsafe:!0});var Vi=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,Ji=/^\w*$/,Ki=/^\./,Xi=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,Zi=/\\(\\)?/g,$i=/^\[object .+?Constructor\]$/,er="object"==typeof r&&r&&r.Object===Object&&r,tr="object"==typeof self&&self&&self.Object===Object&&self,nr=er||tr||Function("return this")();var ir=Array.prototype,rr=Function.prototype,or=Object.prototype,ar=nr["__core-js_shared__"],sr=function(){var e=/[^.]+$/.exec(ar&&ar.keys&&ar.keys.IE_PROTO||"");return e?"Symbol(src)_1."+e:""}(),lr=rr.toString,ur=or.hasOwnProperty,cr=or.toString,dr=RegExp("^"+lr.call(ur).replace(/[\\^$.*+?()[\]{}|]/g,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$"),hr=nr.Symbol,pr=ir.splice,fr=kr(nr,"Map"),mr=kr(Object,"create"),gr=hr?hr.prototype:void 0,Ar=gr?gr.toString:void 0;function vr(e){var t=-1,n=e?e.length:0;for(this.clear();++t<n;){var i=e[t];this.set(i[0],i[1])}}function _r(e){var t=-1,n=e?e.length:0;for(this.clear();++t<n;){var i=e[t];this.set(i[0],i[1])}}function br(e){var t=-1,n=e?e.length:0;for(this.clear();++t<n;){var i=e[t];this.set(i[0],i[1])}}function yr(e,t){for(var n,i,r=e.length;r--;)if((n=e[r][0])===(i=t)||n!=n&&i!=i)return r;return-1}function wr(e,t){for(var n,i=0,r=(t=function(e,t){if(Tr(e))return!1;var n=typeof e;if("number"==n||"symbol"==n||"boolean"==n||null==e||Br(e))return!0;return Ji.test(e)||!Vi.test(e)||null!=t&&e in Object(t)}(t,e)?[t]:Tr(n=t)?n:Mr(n)).length;null!=e&&i<r;)e=e[Er(t[i++])];return i&&i==r?e:void 0}function Cr(e){return!(!Dr(e)||(t=e,sr&&sr in t))&&(function(e){var t=Dr(e)?cr.call(e):"";return"[object Function]"==t||"[object GeneratorFunction]"==t}(e)||function(e){var t=!1;if(null!=e&&"function"!=typeof e.toString)try{t=!!(e+"")}catch(e){}return t}(e)?dr:$i).test(function(e){if(null!=e){try{return lr.call(e)}catch(e){}try{return e+""}catch(e){}}return""}(e));var t}function xr(e,t){var n,i,r=e.__data__;return("string"==(i=typeof(n=t))||"number"==i||"symbol"==i||"boolean"==i?"__proto__"!==n:null===n)?r["string"==typeof t?"string":"hash"]:r.map}function kr(e,t){var n=function(e,t){return null==e?void 0:e[t]}(e,t);return Cr(n)?n:void 0}vr.prototype.clear=function(){this.__data__=mr?mr(null):{}},vr.prototype.delete=function(e){return this.has(e)&&delete this.__data__[e]},vr.prototype.get=function(e){var t=this.__data__;if(mr){var n=t[e];return"__lodash_hash_undefined__"===n?void 0:n}return ur.call(t,e)?t[e]:void 0},vr.prototype.has=function(e){var t=this.__data__;return mr?void 0!==t[e]:ur.call(t,e)},vr.prototype.set=function(e,t){return this.__data__[e]=mr&&void 0===t?"__lodash_hash_undefined__":t,this},_r.prototype.clear=function(){this.__data__=[]},_r.prototype.delete=function(e){var t=this.__data__,n=yr(t,e);return!(n<0)&&(n==t.length-1?t.pop():pr.call(t,n,1),!0)},_r.prototype.get=function(e){var t=this.__data__,n=yr(t,e);return n<0?void 0:t[n][1]},_r.prototype.has=function(e){return yr(this.__data__,e)>-1},_r.prototype.set=function(e,t){var n=this.__data__,i=yr(n,e);return i<0?n.push([e,t]):n[i][1]=t,this},br.prototype.clear=function(){this.__data__={hash:new vr,map:new(fr||_r),string:new vr}},br.prototype.delete=function(e){return xr(this,e).delete(e)},br.prototype.get=function(e){return xr(this,e).get(e)},br.prototype.has=function(e){return xr(this,e).has(e)},br.prototype.set=function(e,t){return xr(this,e).set(e,t),this};var Mr=Lr((function(e){var t;e=null==(t=e)?"":function(e){if("string"==typeof e)return e;if(Br(e))return Ar?Ar.call(e):"";var t=e+"";return"0"==t&&1/e==-1/0?"-0":t}(t);var n=[];return Ki.test(e)&&n.push(""),e.replace(Xi,(function(e,t,i,r){n.push(i?r.replace(Zi,"$1"):t||e)})),n}));function Er(e){if("string"==typeof e||Br(e))return e;var t=e+"";return"0"==t&&1/e==-1/0?"-0":t}function Lr(e,t){if("function"!=typeof e||t&&"function"!=typeof t)throw new TypeError("Expected a function");var n=function(){var i=arguments,r=t?t.apply(this,i):i[0],o=n.cache;if(o.has(r))return o.get(r);var a=e.apply(this,i);return n.cache=o.set(r,a),a};return n.cache=new(Lr.Cache||br),n}Lr.Cache=br;var Tr=Array.isArray;function Dr(e){var t=typeof e;return!!e&&("object"==t||"function"==t)}function Br(e){return"symbol"==typeof e||function(e){return!!e&&"object"==typeof e}(e)&&"[object Symbol]"==cr.call(e)}var Sr=function(e,t,n){var i=null==e?void 0:wr(e,t);return void 0===i?n:i},Yr={ach:{name:"Acholi",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n > 1)",pluralsFunc:function(e){return e>1}},af:{name:"Afrikaans",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(e){return 1!==e}},ak:{name:"Akan",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n > 1)",pluralsFunc:function(e){return e>1}},am:{name:"Amharic",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n > 1)",pluralsFunc:function(e){return e>1}},an:{name:"Aragonese",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(e){return 1!==e}},ar:{name:"Arabic",examples:[{plural:0,sample:0},{plural:1,sample:1},{plural:2,sample:2},{plural:3,sample:3},{plural:4,sample:11},{plural:5,sample:100}],nplurals:6,pluralsText:"nplurals = 6; plural = (n === 0 ? 0 : n === 1 ? 1 : n === 2 ? 2 : n % 100 >= 3 && n % 100 <= 10 ? 3 : n % 100 >= 11 ? 4 : 5)",pluralsFunc:function(e){return 0===e?0:1===e?1:2===e?2:e%100>=3&&e%100<=10?3:e%100>=11?4:5}},arn:{name:"Mapudungun",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n > 1)",pluralsFunc:function(e){return e>1}},ast:{name:"Asturian",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(e){return 1!==e}},ay:{name:"Aymará",examples:[{plural:0,sample:1}],nplurals:1,pluralsText:"nplurals = 1; plural = 0",pluralsFunc:function(){return 0}},az:{name:"Azerbaijani",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(e){return 1!==e}},be:{name:"Belarusian",examples:[{plural:0,sample:1},{plural:1,sample:2},{plural:2,sample:5}],nplurals:3,pluralsText:"nplurals = 3; plural = (n % 10 === 1 && n % 100 !== 11 ? 0 : n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 10 || n % 100 >= 20) ? 1 : 2)",pluralsFunc:function(e){return e%10==1&&e%100!=11?0:e%10>=2&&e%10<=4&&(e%100<10||e%100>=20)?1:2}},bg:{name:"Bulgarian",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(e){return 1!==e}},bn:{name:"Bengali",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(e){return 1!==e}},bo:{name:"Tibetan",examples:[{plural:0,sample:1}],nplurals:1,pluralsText:"nplurals = 1; plural = 0",pluralsFunc:function(){return 0}},br:{name:"Breton",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n > 1)",pluralsFunc:function(e){return e>1}},brx:{name:"Bodo",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(e){return 1!==e}},bs:{name:"Bosnian",examples:[{plural:0,sample:1},{plural:1,sample:2},{plural:2,sample:5}],nplurals:3,pluralsText:"nplurals = 3; plural = (n % 10 === 1 && n % 100 !== 11 ? 0 : n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 10 || n % 100 >= 20) ? 1 : 2)",pluralsFunc:function(e){return e%10==1&&e%100!=11?0:e%10>=2&&e%10<=4&&(e%100<10||e%100>=20)?1:2}},ca:{name:"Catalan",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(e){return 1!==e}},cgg:{name:"Chiga",examples:[{plural:0,sample:1}],nplurals:1,pluralsText:"nplurals = 1; plural = 0",pluralsFunc:function(){return 0}},cs:{name:"Czech",examples:[{plural:0,sample:1},{plural:1,sample:2},{plural:2,sample:5}],nplurals:3,pluralsText:"nplurals = 3; plural = (n === 1 ? 0 : (n >= 2 && n <= 4) ? 1 : 2)",pluralsFunc:function(e){return 1===e?0:e>=2&&e<=4?1:2}},csb:{name:"Kashubian",examples:[{plural:0,sample:1},{plural:1,sample:2},{plural:2,sample:5}],nplurals:3,pluralsText:"nplurals = 3; plural = (n === 1 ? 0 : n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 10 || n % 100 >= 20) ? 1 : 2)",pluralsFunc:function(e){return 1===e?0:e%10>=2&&e%10<=4&&(e%100<10||e%100>=20)?1:2}},cy:{name:"Welsh",examples:[{plural:0,sample:1},{plural:1,sample:2},{plural:2,sample:3},{plural:3,sample:8}],nplurals:4,pluralsText:"nplurals = 4; plural = (n === 1 ? 0 : n === 2 ? 1 : (n !== 8 && n !== 11) ? 2 : 3)",pluralsFunc:function(e){return 1===e?0:2===e?1:8!==e&&11!==e?2:3}},da:{name:"Danish",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(e){return 1!==e}},de:{name:"German",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(e){return 1!==e}},doi:{name:"Dogri",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(e){return 1!==e}},dz:{name:"Dzongkha",examples:[{plural:0,sample:1}],nplurals:1,pluralsText:"nplurals = 1; plural = 0",pluralsFunc:function(){return 0}},el:{name:"Greek",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(e){return 1!==e}},en:{name:"English",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(e){return 1!==e}},eo:{name:"Esperanto",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(e){return 1!==e}},es:{name:"Spanish",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(e){return 1!==e}},et:{name:"Estonian",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(e){return 1!==e}},eu:{name:"Basque",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(e){return 1!==e}},fa:{name:"Persian",examples:[{plural:0,sample:1}],nplurals:1,pluralsText:"nplurals = 1; plural = 0",pluralsFunc:function(){return 0}},ff:{name:"Fulah",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(e){return 1!==e}},fi:{name:"Finnish",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(e){return 1!==e}},fil:{name:"Filipino",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n > 1)",pluralsFunc:function(e){return e>1}},fo:{name:"Faroese",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(e){return 1!==e}},fr:{name:"French",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n > 1)",pluralsFunc:function(e){return e>1}},fur:{name:"Friulian",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(e){return 1!==e}},fy:{name:"Frisian",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(e){return 1!==e}},ga:{name:"Irish",examples:[{plural:0,sample:1},{plural:1,sample:2},{plural:2,sample:3},{plural:3,sample:7},{plural:4,sample:11}],nplurals:5,pluralsText:"nplurals = 5; plural = (n === 1 ? 0 : n === 2 ? 1 : n < 7 ? 2 : n < 11 ? 3 : 4)",pluralsFunc:function(e){return 1===e?0:2===e?1:e<7?2:e<11?3:4}},gd:{name:"Scottish Gaelic",examples:[{plural:0,sample:1},{plural:1,sample:2},{plural:2,sample:3},{plural:3,sample:20}],nplurals:4,pluralsText:"nplurals = 4; plural = ((n === 1 || n === 11) ? 0 : (n === 2 || n === 12) ? 1 : (n > 2 && n < 20) ? 2 : 3)",pluralsFunc:function(e){return 1===e||11===e?0:2===e||12===e?1:e>2&&e<20?2:3}},gl:{name:"Galician",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(e){return 1!==e}},gu:{name:"Gujarati",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(e){return 1!==e}},gun:{name:"Gun",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n > 1)",pluralsFunc:function(e){return e>1}},ha:{name:"Hausa",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(e){return 1!==e}},he:{name:"Hebrew",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(e){return 1!==e}},hi:{name:"Hindi",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(e){return 1!==e}},hne:{name:"Chhattisgarhi",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(e){return 1!==e}},hr:{name:"Croatian",examples:[{plural:0,sample:1},{plural:1,sample:2},{plural:2,sample:5}],nplurals:3,pluralsText:"nplurals = 3; plural = (n % 10 === 1 && n % 100 !== 11 ? 0 : n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 10 || n % 100 >= 20) ? 1 : 2)",pluralsFunc:function(e){return e%10==1&&e%100!=11?0:e%10>=2&&e%10<=4&&(e%100<10||e%100>=20)?1:2}},hu:{name:"Hungarian",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(e){return 1!==e}},hy:{name:"Armenian",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(e){return 1!==e}},id:{name:"Indonesian",examples:[{plural:0,sample:1}],nplurals:1,pluralsText:"nplurals = 1; plural = 0",pluralsFunc:function(){return 0}},is:{name:"Icelandic",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n % 10 !== 1 || n % 100 === 11)",pluralsFunc:function(e){return e%10!=1||e%100==11}},it:{name:"Italian",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(e){return 1!==e}},ja:{name:"Japanese",examples:[{plural:0,sample:1}],nplurals:1,pluralsText:"nplurals = 1; plural = 0",pluralsFunc:function(){return 0}},jbo:{name:"Lojban",examples:[{plural:0,sample:1}],nplurals:1,pluralsText:"nplurals = 1; plural = 0",pluralsFunc:function(){return 0}},jv:{name:"Javanese",examples:[{plural:0,sample:0},{plural:1,sample:1}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 0)",pluralsFunc:function(e){return 0!==e}},ka:{name:"Georgian",examples:[{plural:0,sample:1}],nplurals:1,pluralsText:"nplurals = 1; plural = 0",pluralsFunc:function(){return 0}},kk:{name:"Kazakh",examples:[{plural:0,sample:1}],nplurals:1,pluralsText:"nplurals = 1; plural = 0",pluralsFunc:function(){return 0}},km:{name:"Khmer",examples:[{plural:0,sample:1}],nplurals:1,pluralsText:"nplurals = 1; plural = 0",pluralsFunc:function(){return 0}},kn:{name:"Kannada",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(e){return 1!==e}},ko:{name:"Korean",examples:[{plural:0,sample:1}],nplurals:1,pluralsText:"nplurals = 1; plural = 0",pluralsFunc:function(){return 0}},ku:{name:"Kurdish",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(e){return 1!==e}},kw:{name:"Cornish",examples:[{plural:0,sample:1},{plural:1,sample:2},{plural:2,sample:3},{plural:3,sample:4}],nplurals:4,pluralsText:"nplurals = 4; plural = (n === 1 ? 0 : n === 2 ? 1 : n === 3 ? 2 : 3)",pluralsFunc:function(e){return 1===e?0:2===e?1:3===e?2:3}},ky:{name:"Kyrgyz",examples:[{plural:0,sample:1}],nplurals:1,pluralsText:"nplurals = 1; plural = 0",pluralsFunc:function(){return 0}},lb:{name:"Letzeburgesch",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(e){return 1!==e}},ln:{name:"Lingala",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n > 1)",pluralsFunc:function(e){return e>1}},lo:{name:"Lao",examples:[{plural:0,sample:1}],nplurals:1,pluralsText:"nplurals = 1; plural = 0",pluralsFunc:function(){return 0}},lt:{name:"Lithuanian",examples:[{plural:0,sample:1},{plural:1,sample:2},{plural:2,sample:10}],nplurals:3,pluralsText:"nplurals = 3; plural = (n % 10 === 1 && n % 100 !== 11 ? 0 : n % 10 >= 2 && (n % 100 < 10 || n % 100 >= 20) ? 1 : 2)",pluralsFunc:function(e){return e%10==1&&e%100!=11?0:e%10>=2&&(e%100<10||e%100>=20)?1:2}},lv:{name:"Latvian",examples:[{plural:2,sample:0},{plural:0,sample:1},{plural:1,sample:2}],nplurals:3,pluralsText:"nplurals = 3; plural = (n % 10 === 1 && n % 100 !== 11 ? 0 : n !== 0 ? 1 : 2)",pluralsFunc:function(e){return e%10==1&&e%100!=11?0:0!==e?1:2}},mai:{name:"Maithili",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(e){return 1!==e}},mfe:{name:"Mauritian Creole",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n > 1)",pluralsFunc:function(e){return e>1}},mg:{name:"Malagasy",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n > 1)",pluralsFunc:function(e){return e>1}},mi:{name:"Maori",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n > 1)",pluralsFunc:function(e){return e>1}},mk:{name:"Macedonian",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n === 1 || n % 10 === 1 ? 0 : 1)",pluralsFunc:function(e){return 1===e||e%10==1?0:1}},ml:{name:"Malayalam",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(e){return 1!==e}},mn:{name:"Mongolian",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(e){return 1!==e}},mni:{name:"Manipuri",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(e){return 1!==e}},mnk:{name:"Mandinka",examples:[{plural:0,sample:0},{plural:1,sample:1},{plural:2,sample:2}],nplurals:3,pluralsText:"nplurals = 3; plural = (n === 0 ? 0 : n === 1 ? 1 : 2)",pluralsFunc:function(e){return 0===e?0:1===e?1:2}},mr:{name:"Marathi",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(e){return 1!==e}},ms:{name:"Malay",examples:[{plural:0,sample:1}],nplurals:1,pluralsText:"nplurals = 1; plural = 0",pluralsFunc:function(){return 0}},mt:{name:"Maltese",examples:[{plural:0,sample:1},{plural:1,sample:2},{plural:2,sample:11},{plural:3,sample:20}],nplurals:4,pluralsText:"nplurals = 4; plural = (n === 1 ? 0 : n === 0 || ( n % 100 > 1 && n % 100 < 11) ? 1 : (n % 100 > 10 && n % 100 < 20 ) ? 2 : 3)",pluralsFunc:function(e){return 1===e?0:0===e||e%100>1&&e%100<11?1:e%100>10&&e%100<20?2:3}},my:{name:"Burmese",examples:[{plural:0,sample:1}],nplurals:1,pluralsText:"nplurals = 1; plural = 0",pluralsFunc:function(){return 0}},nah:{name:"Nahuatl",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(e){return 1!==e}},nap:{name:"Neapolitan",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(e){return 1!==e}},nb:{name:"Norwegian Bokmal",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(e){return 1!==e}},ne:{name:"Nepali",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(e){return 1!==e}},nl:{name:"Dutch",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(e){return 1!==e}},nn:{name:"Norwegian Nynorsk",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(e){return 1!==e}},no:{name:"Norwegian",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(e){return 1!==e}},nso:{name:"Northern Sotho",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(e){return 1!==e}},oc:{name:"Occitan",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n > 1)",pluralsFunc:function(e){return e>1}},or:{name:"Oriya",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(e){return 1!==e}},pa:{name:"Punjabi",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(e){return 1!==e}},pap:{name:"Papiamento",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(e){return 1!==e}},pl:{name:"Polish",examples:[{plural:0,sample:1},{plural:1,sample:2},{plural:2,sample:5}],nplurals:3,pluralsText:"nplurals = 3; plural = (n === 1 ? 0 : n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 10 || n % 100 >= 20) ? 1 : 2)",pluralsFunc:function(e){return 1===e?0:e%10>=2&&e%10<=4&&(e%100<10||e%100>=20)?1:2}},pms:{name:"Piemontese",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(e){return 1!==e}},ps:{name:"Pashto",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(e){return 1!==e}},pt:{name:"Portuguese",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(e){return 1!==e}},rm:{name:"Romansh",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(e){return 1!==e}},ro:{name:"Romanian",examples:[{plural:0,sample:1},{plural:1,sample:2},{plural:2,sample:20}],nplurals:3,pluralsText:"nplurals = 3; plural = (n === 1 ? 0 : (n === 0 || (n % 100 > 0 && n % 100 < 20)) ? 1 : 2)",pluralsFunc:function(e){return 1===e?0:0===e||e%100>0&&e%100<20?1:2}},ru:{name:"Russian",examples:[{plural:0,sample:1},{plural:1,sample:2},{plural:2,sample:5}],nplurals:3,pluralsText:"nplurals = 3; plural = (n % 10 === 1 && n % 100 !== 11 ? 0 : n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 10 || n % 100 >= 20) ? 1 : 2)",pluralsFunc:function(e){return e%10==1&&e%100!=11?0:e%10>=2&&e%10<=4&&(e%100<10||e%100>=20)?1:2}},rw:{name:"Kinyarwanda",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(e){return 1!==e}},sah:{name:"Yakut",examples:[{plural:0,sample:1}],nplurals:1,pluralsText:"nplurals = 1; plural = 0",pluralsFunc:function(){return 0}},sat:{name:"Santali",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(e){return 1!==e}},sco:{name:"Scots",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(e){return 1!==e}},sd:{name:"Sindhi",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(e){return 1!==e}},se:{name:"Northern Sami",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(e){return 1!==e}},si:{name:"Sinhala",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(e){return 1!==e}},sk:{name:"Slovak",examples:[{plural:0,sample:1},{plural:1,sample:2},{plural:2,sample:5}],nplurals:3,pluralsText:"nplurals = 3; plural = (n === 1 ? 0 : (n >= 2 && n <= 4) ? 1 : 2)",pluralsFunc:function(e){return 1===e?0:e>=2&&e<=4?1:2}},sl:{name:"Slovenian",examples:[{plural:0,sample:1},{plural:1,sample:2},{plural:2,sample:3},{plural:3,sample:5}],nplurals:4,pluralsText:"nplurals = 4; plural = (n % 100 === 1 ? 0 : n % 100 === 2 ? 1 : n % 100 === 3 || n % 100 === 4 ? 2 : 3)",pluralsFunc:function(e){return e%100==1?0:e%100==2?1:e%100==3||e%100==4?2:3}},so:{name:"Somali",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(e){return 1!==e}},son:{name:"Songhay",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(e){return 1!==e}},sq:{name:"Albanian",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(e){return 1!==e}},sr:{name:"Serbian",examples:[{plural:0,sample:1},{plural:1,sample:2},{plural:2,sample:5}],nplurals:3,pluralsText:"nplurals = 3; plural = (n % 10 === 1 && n % 100 !== 11 ? 0 : n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 10 || n % 100 >= 20) ? 1 : 2)",pluralsFunc:function(e){return e%10==1&&e%100!=11?0:e%10>=2&&e%10<=4&&(e%100<10||e%100>=20)?1:2}},su:{name:"Sundanese",examples:[{plural:0,sample:1}],nplurals:1,pluralsText:"nplurals = 1; plural = 0",pluralsFunc:function(){return 0}},sv:{name:"Swedish",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(e){return 1!==e}},sw:{name:"Swahili",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(e){return 1!==e}},ta:{name:"Tamil",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(e){return 1!==e}},te:{name:"Telugu",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(e){return 1!==e}},tg:{name:"Tajik",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n > 1)",pluralsFunc:function(e){return e>1}},th:{name:"Thai",examples:[{plural:0,sample:1}],nplurals:1,pluralsText:"nplurals = 1; plural = 0",pluralsFunc:function(){return 0}},ti:{name:"Tigrinya",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n > 1)",pluralsFunc:function(e){return e>1}},tk:{name:"Turkmen",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(e){return 1!==e}},tr:{name:"Turkish",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n > 1)",pluralsFunc:function(e){return e>1}},tt:{name:"Tatar",examples:[{plural:0,sample:1}],nplurals:1,pluralsText:"nplurals = 1; plural = 0",pluralsFunc:function(){return 0}},ug:{name:"Uyghur",examples:[{plural:0,sample:1}],nplurals:1,pluralsText:"nplurals = 1; plural = 0",pluralsFunc:function(){return 0}},uk:{name:"Ukrainian",examples:[{plural:0,sample:1},{plural:1,sample:2},{plural:2,sample:5}],nplurals:3,pluralsText:"nplurals = 3; plural = (n % 10 === 1 && n % 100 !== 11 ? 0 : n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 10 || n % 100 >= 20) ? 1 : 2)",pluralsFunc:function(e){return e%10==1&&e%100!=11?0:e%10>=2&&e%10<=4&&(e%100<10||e%100>=20)?1:2}},ur:{name:"Urdu",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(e){return 1!==e}},uz:{name:"Uzbek",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n > 1)",pluralsFunc:function(e){return e>1}},vi:{name:"Vietnamese",examples:[{plural:0,sample:1}],nplurals:1,pluralsText:"nplurals = 1; plural = 0",pluralsFunc:function(){return 0}},wa:{name:"Walloon",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n > 1)",pluralsFunc:function(e){return e>1}},wo:{name:"Wolof",examples:[{plural:0,sample:1}],nplurals:1,pluralsText:"nplurals = 1; plural = 0",pluralsFunc:function(){return 0}},yo:{name:"Yoruba",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(e){return 1!==e}},zh:{name:"Chinese",examples:[{plural:0,sample:1}],nplurals:1,pluralsText:"nplurals = 1; plural = 0",pluralsFunc:function(){return 0}}},Ir=Or;function Or(e){e=e||{},this.catalogs={},this.locale="",this.domain="messages",this.listeners=[],this.sourceLocale="",e.sourceLocale&&("string"==typeof e.sourceLocale?this.sourceLocale=e.sourceLocale:this.warn("The `sourceLocale` option should be a string")),this.debug="debug"in e&&!0===e.debug}Or.prototype.on=function(e,t){this.listeners.push({eventName:e,callback:t})},Or.prototype.off=function(e,t){this.listeners=this.listeners.filter((function(n){return!1==(n.eventName===e&&n.callback===t)}))},Or.prototype.emit=function(e,t){for(var n=0;n<this.listeners.length;n++){var i=this.listeners[n];i.eventName===e&&i.callback(t)}},Or.prototype.warn=function(e){this.debug&&console.warn(e),this.emit("error",new Error(e))},Or.prototype.addTranslations=function(e,t,n){this.catalogs[e]||(this.catalogs[e]={}),this.catalogs[e][t]=n},Or.prototype.setLocale=function(e){"string"==typeof e?(""===e.trim()&&this.warn("You called setLocale() with an empty value, which makes little sense."),e===this.sourceLocale||this.catalogs[e]||this.warn('You called setLocale() with "'+e+'", but no translations for that locale has been added.'),this.locale=e):this.warn("You called setLocale() with an argument of type "+typeof e+". The locale must be a string.")},Or.prototype.setTextDomain=function(e){"string"==typeof e?(""===e.trim()&&this.warn("You called setTextDomain() with an empty `domain` value."),this.domain=e):this.warn("You called setTextDomain() with an argument of type "+typeof e+". The domain must be a string.")},Or.prototype.gettext=function(e){return this.dnpgettext(this.domain,"",e)},Or.prototype.dgettext=function(e,t){return this.dnpgettext(e,"",t)},Or.prototype.ngettext=function(e,t,n){return this.dnpgettext(this.domain,"",e,t,n)},Or.prototype.dngettext=function(e,t,n,i){return this.dnpgettext(e,"",t,n,i)},Or.prototype.pgettext=function(e,t){return this.dnpgettext(this.domain,e,t)},Or.prototype.dpgettext=function(e,t,n){return this.dnpgettext(e,t,n)},Or.prototype.npgettext=function(e,t,n,i){return this.dnpgettext(this.domain,e,t,n,i)},Or.prototype.dnpgettext=function(e,t,n,i,r){var o,a,s=n;if(t=t||"",isNaN(r)||1===r||(s=i||n),o=this._getTranslation(e,t,n)){if("number"==typeof r)"boolean"==typeof(a=(0,Yr[Or.getLanguageCode(this.locale)].pluralsFunc)(r))&&(a=a?1:0);else a=0;return o.msgstr[a]||s}return this.sourceLocale&&this.locale===this.sourceLocale||this.warn('No translation was found for msgid "'+n+'" in msgctxt "'+t+'" and domain "'+e+'"'),s},Or.prototype.getComment=function(e,t,n){var i;return(i=this._getTranslation(e,t,n))&&i.comments||{}},Or.prototype._getTranslation=function(e,t,n){return t=t||"",Sr(this.catalogs,[this.locale,e,"translations",t,n])},Or.getLanguageCode=function(e){return e.split(/[\-_]/)[0].toLowerCase()},Or.prototype.textdomain=function(e){this.debug&&console.warn("textdomain(domain) was used to set locales in node-gettext v1. Make sure you are using it for domains, and switch to setLocale(locale) if you are not.\n\n To read more about the migration from node-gettext v1 to v2, see https://github.com/alexanderwallin/node-gettext/#migrating-from-1x-to-2x\n\nThis warning will be removed in the final 2.0.0"),this.setTextDomain(e)},Or.prototype.setlocale=function(e){this.setLocale(e)},Or.prototype.addTextdomain=function(){console.error("addTextdomain() is deprecated.\n\n* To add translations, use addTranslations()\n* To set the default domain, use setTextDomain() (or its alias textdomain())\n\nTo read more about the migration from node-gettext v1 to v2, see https://github.com/alexanderwallin/node-gettext/#migrating-from-1x-to-2x")};var jr=Qr,Pr=function(){return Qr().replace(/_/g,"-")},Hr=function(){if("undefined"==typeof OC)return console.warn("No OC found"),"en";return OC.getLanguage()},Fr=function(e,t,n,i,r){if("undefined"==typeof OC)return console.warn("No OC found"),t;return OC.L10N.translate(e,t,n,i,r)},Nr=function(e,t,n,i,r,o){if("undefined"==typeof OC)return console.warn("No OC found"),t;return OC.L10N.translatePlural(e,t,n,i,r,o)},Rr=function(){if(void 0===window.firstDay)return console.warn("No firstDay found"),1;return window.firstDay},zr=function(){if(void 0===window.dayNames)return console.warn("No dayNames found"),["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"];return window.dayNames},Wr=function(){if(void 0===window.dayNamesShort)return console.warn("No dayNamesShort found"),["Sun.","Mon.","Tue.","Wed.","Thu.","Fri.","Sat."];return window.dayNamesShort},Ur=function(){if(void 0===window.dayNamesMin)return console.warn("No dayNamesMin found"),["Su","Mo","Tu","We","Th","Fr","Sa"];return window.dayNamesMin},qr=function(){if(void 0===window.monthNames)return console.warn("No monthNames found"),["January","February","March","April","May","June","July","August","September","October","November","December"];return window.monthNames},Gr=function(){if(void 0===window.monthNamesShort)return console.warn("No monthNamesShort found"),["Jan.","Feb.","Mar.","Apr.","May.","Jun.","Jul.","Aug.","Sep.","Oct.","Nov.","Dec."];return window.monthNamesShort};function Qr(){return"undefined"==typeof OC?(console.warn("No OC found"),"en"):OC.getLocale()}var Vr,Jr=Object.defineProperty({getLocale:jr,getCanonicalLocale:Pr,getLanguage:Hr,translate:Fr,translatePlural:Nr,getFirstDay:Rr,getDayNames:zr,getDayNamesShort:Wr,getDayNamesMin:Ur,getMonthNames:qr,getMonthNamesShort:Gr},"__esModule",{value:!0}),Kr=function(){return new to},Xr=(Vr=Ir)&&Vr.__esModule?Vr:{default:Vr};function Zr(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function $r(e,t){for(var n=0;n<t.length;n++){var i=t[n];i.enumerable=i.enumerable||!1,i.configurable=!0,"value"in i&&(i.writable=!0),Object.defineProperty(e,i.key,i)}}function eo(e,t,n){return t&&$r(e.prototype,t),n&&$r(e,n),e}var to=function(){function e(){Zr(this,e),this.translations={},this.debug=!1}return eo(e,[{key:"setLanguage",value:function(e){return this.locale=e,this}},{key:"detectLocale",value:function(){return this.setLanguage((0,Jr.getLanguage)().replace("-","_"))}},{key:"addTranslation",value:function(e,t){return this.translations[e]=t,this}},{key:"enableDebugMode",value:function(){return this.debug=!0,this}},{key:"build",value:function(){return new no(this.locale||"en",this.translations,this.debug)}}]),e}(),no=function(){function e(t,n,i){for(var r in Zr(this,e),this.gt=new Xr.default({debug:i,sourceLocale:"en"}),n)this.gt.addTranslations(r,"messages",n[r]);this.gt.setLocale(t)}return eo(e,[{key:"subtitudePlaceholders",value:function(e,t){return e.replace(/{([^{}]*)}/g,(function(e,n){var i=t[n];return"string"==typeof i||"number"==typeof i?i.toString():e}))}},{key:"gettext",value:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};return this.subtitudePlaceholders(this.gt.gettext(e),t)}},{key:"ngettext",value:function(e,t,n){var i=arguments.length>3&&void 0!==arguments[3]?arguments[3]:{};return this.subtitudePlaceholders(this.gt.ngettext(e,t,n).replace(/%n/g,n.toString()),i)}}]),e}();var io=Kr().detectLocale();e.env.TRANSLATIONS.map((function(e){return io.addTranslation(e.locale,e.json)}));var ro=io.build();ro.ngettext.bind(ro);ro.gettext.bind(ro);var oo=function(){function e(){}return e.ERROR="toast-error",e.WARNING="toast-warning",e.INFO="toast-info",e.SUCCESS="toast-success",e.PERMANENT="toast-error",e.UNDO="toast-undo",e}(),ao=7e3,so=-1;function lo(e,t){var n,i;if(t=Object.assign({timeout:ao,isHTML:!1,type:void 0,selector:void 0,onRemove:function(){},onClick:void 0,close:!0},t),"string"==typeof e&&!t.isHTML){var r=document.createElement("div");r.innerHTML=e,e=r.innerText}var o=null!==(i=t.type)&&void 0!==i?i:"";"function"==typeof t.onClick&&(o+=" toast-with-click ");var a=e instanceof Node,s=Oi(((n={})[a?"node":"text"]=e,n.duration=t.timeout,n.callback=t.onRemove,n.onClick=t.onClick,n.close=t.close,n.gravity="top",n.selector=t.selector,n.position="right",n.backgroundColor="",n.className="dialogs "+o,n.escapeMarkup=!t.isHTML,n));return s.showToast(),s}function uo(e,t){return lo(e,Un(Un({},t),{type:oo.ERROR}))}function co(e,t){return lo(e,Un(Un({},t),{type:oo.WARNING}))}function ho(e,t){return lo(e,Un(Un({},t),{type:oo.INFO}))}function po(e,t){return lo(e,Un(Un({},t),{type:oo.SUCCESS}))}}).call(this,n(57),n(17))},function(e,t,n){var i=n(4),r=n(28),o="".split;e.exports=i((function(){return!Object("z").propertyIsEnumerable(0)}))?function(e){return"String"==r(e)?o.call(e,""):Object(e)}:Object},function(e,t){e.exports=!1},function(e,t){e.exports=function(e){if("function"!=typeof e)throw TypeError(String(e)+" is not a function");return e}},,function(e,t,n){var i=n(44),r=n(53);(e.exports=function(e,t){return r[e]||(r[e]=void 0!==t?t:{})})("versions",[]).push({version:"3.13.1",mode:i?"pure":"global",copyright:"© 2021 Denis Pushkarev (zloirock.ru)"})},function(e,t,n){"use strict";var i,r,o=n(61),a=n(86),s=n(47),l=RegExp.prototype.exec,u=s("native-string-replace",String.prototype.replace),c=l,d=(i=/a/,r=/b*/g,l.call(i,"a"),l.call(r,"a"),0!==i.lastIndex||0!==r.lastIndex),h=a.UNSUPPORTED_Y||a.BROKEN_CARET,p=void 0!==/()??/.exec("")[1];(d||p||h)&&(c=function(e){var t,n,i,r,a=this,s=h&&a.sticky,c=o.call(a),f=a.source,m=0,g=e;return s&&(-1===(c=c.replace("y","")).indexOf("g")&&(c+="g"),g=String(e).slice(a.lastIndex),a.lastIndex>0&&(!a.multiline||a.multiline&&"\n"!==e[a.lastIndex-1])&&(f="(?: "+f+")",g=" "+g,m++),n=new RegExp("^(?:"+f+")",c)),p&&(n=new RegExp("^"+f+"$(?!\\s)",c)),d&&(t=a.lastIndex),i=l.call(s?n:a,g),s?i?(i.input=i.input.slice(m),i[0]=i[0].slice(m),i.index=a.lastIndex,a.lastIndex+=i[0].length):a.lastIndex=0:d&&i&&(a.lastIndex=a.global?i.index+i[0].length:t),p&&i&&i.length>1&&u.call(i[0],n,(function(){for(r=1;r<arguments.length-2;r++)void 0===arguments[r]&&(i[r]=void 0)})),i}),e.exports=c},function(e,t){e.exports=function(e){var t=typeof e;return null!=e&&("object"==t||"function"==t)}},function(e,t,n){var i,r,o=n(5),a=n(88),s=o.process,l=s&&s.versions,u=l&&l.v8;u?r=(i=u.split("."))[0]<4?1:i[0]+i[1]:a&&(!(i=a.match(/Edge\/(\d+)/))||i[1]>=74)&&(i=a.match(/Chrome\/(\d+)/))&&(r=i[1]),e.exports=r&&+r},function(e,t,n){"use strict";var i=n(4);e.exports=function(e,t){var n=[][e];return!!n&&i((function(){n.call(null,t||function(){throw 1},1)}))}},function(e,t,n){var i=n(5),r=n(18);e.exports=function(e,t){try{r(i,e,t)}catch(n){i[e]=t}return t}},function(e,t,n){var i=n(5),r=n(52),o=i["__core-js_shared__"]||r("__core-js_shared__",{});e.exports=o},function(e,t,n){var i=n(251),r=n(256);e.exports=function(e,t){var n=r(e,t);return i(n)?n:void 0}},function(e,t){e.exports={}},function(e,t){var n=0,i=Math.random();e.exports=function(e){return"Symbol("+String(void 0===e?"":e)+")_"+(++n+i).toString(36)}},function(e,t){var n,i,r=e.exports={};function o(){throw new Error("setTimeout has not been defined")}function a(){throw new Error("clearTimeout has not been defined")}function s(e){if(n===setTimeout)return setTimeout(e,0);if((n===o||!n)&&setTimeout)return n=setTimeout,setTimeout(e,0);try{return n(e,0)}catch(t){try{return n.call(null,e,0)}catch(t){return n.call(this,e,0)}}}!function(){try{n="function"==typeof setTimeout?setTimeout:o}catch(e){n=o}try{i="function"==typeof clearTimeout?clearTimeout:a}catch(e){i=a}}();var l,u=[],c=!1,d=-1;function h(){c&&l&&(c=!1,l.length?u=l.concat(u):d=-1,u.length&&p())}function p(){if(!c){var e=s(h);c=!0;for(var t=u.length;t;){for(l=u,u=[];++d<t;)l&&l[d].run();d=-1,t=u.length}l=null,c=!1,function(e){if(i===clearTimeout)return clearTimeout(e);if((i===a||!i)&&clearTimeout)return i=clearTimeout,clearTimeout(e);try{i(e)}catch(t){try{return i.call(null,e)}catch(t){return i.call(this,e)}}}(e)}}function f(e,t){this.fun=e,this.array=t}function m(){}r.nextTick=function(e){var t=new Array(arguments.length-1);if(arguments.length>1)for(var n=1;n<arguments.length;n++)t[n-1]=arguments[n];u.push(new f(e,t)),1!==u.length||c||s(p)},f.prototype.run=function(){this.fun.apply(null,this.array)},r.title="browser",r.browser=!0,r.env={},r.argv=[],r.version="",r.versions={},r.on=m,r.addListener=m,r.once=m,r.off=m,r.removeListener=m,r.removeAllListeners=m,r.emit=m,r.prependListener=m,r.prependOnceListener=m,r.listeners=function(e){return[]},r.binding=function(e){throw new Error("process.binding is not supported")},r.cwd=function(){return"/"},r.chdir=function(e){throw new Error("process.chdir is not supported")},r.umask=function(){return 0}},function(e,t,n){"use strict";t.__esModule=!0,t.extend=s,t.indexOf=function(e,t){for(var n=0,i=e.length;n<i;n++)if(e[n]===t)return n;return-1},t.escapeExpression=function(e){if("string"!=typeof e){if(e&&e.toHTML)return e.toHTML();if(null==e)return"";if(!e)return e+"";e=""+e}if(!o.test(e))return e;return e.replace(r,a)},t.isEmpty=function(e){return!e&&0!==e||!(!c(e)||0!==e.length)},t.createFrame=function(e){var t=s({},e);return t._parent=e,t},t.blockParams=function(e,t){return e.path=t,e},t.appendContextPath=function(e,t){return(e?e+".":"")+t};var i={"&":"&amp;","<":"&lt;",">":"&gt;",'"':"&quot;","'":"&#x27;","`":"&#x60;","=":"&#x3D;"},r=/[&<>"'`=]/g,o=/[&<>"'`=]/;function a(e){return i[e]}function s(e){for(var t=1;t<arguments.length;t++)for(var n in arguments[t])Object.prototype.hasOwnProperty.call(arguments[t],n)&&(e[n]=arguments[t][n]);return e}var l=Object.prototype.toString;t.toString=l;var u=function(e){return"function"==typeof e};u(/x/)&&(t.isFunction=u=function(e){return"function"==typeof e&&"[object Function]"===l.call(e)}),t.isFunction=u;var c=Array.isArray||function(e){return!(!e||"object"!=typeof e)&&"[object Array]"===l.call(e)};t.isArray=c},function(e,t,n){var i=n(82),r=n(252),o=n(253),a=i?i.toStringTag:void 0;e.exports=function(e){return null==e?void 0===e?"[object Undefined]":"[object Null]":a&&a in Object(e)?r(e):o(e)}},function(e,t,n){var i=n(23),r=Math.max,o=Math.min;e.exports=function(e,t){var n=i(e);return n<0?r(n+t,0):o(n,t)}},function(e,t,n){"use strict";var i=n(8);e.exports=function(){var e=i(this),t="";return e.global&&(t+="g"),e.ignoreCase&&(t+="i"),e.multiline&&(t+="m"),e.dotAll&&(t+="s"),e.unicode&&(t+="u"),e.sticky&&(t+="y"),t}},function(e,t,n){"use strict";var i=n(87),r=n(8),o=n(15),a=n(23),s=n(20),l=n(95),u=n(122),c=n(90),d=Math.max,h=Math.min;i("replace",2,(function(e,t,n,i){var p=i.REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE,f=i.REPLACE_KEEPS_$0,m=p?"$":"$0";return[function(n,i){var r=s(this),o=null==n?void 0:n[e];return void 0!==o?o.call(n,r,i):t.call(String(r),n,i)},function(e,i){if(!p&&f||"string"==typeof i&&-1===i.indexOf(m)){var s=n(t,e,this,i);if(s.done)return s.value}var g=r(e),A=String(this),v="function"==typeof i;v||(i=String(i));var _=g.global;if(_){var b=g.unicode;g.lastIndex=0}for(var y=[];;){var w=c(g,A);if(null===w)break;if(y.push(w),!_)break;""===String(w[0])&&(g.lastIndex=l(A,o(g.lastIndex),b))}for(var C,x="",k=0,M=0;M<y.length;M++){w=y[M];for(var E=String(w[0]),L=d(h(a(w.index),A.length),0),T=[],D=1;D<w.length;D++)T.push(void 0===(C=w[D])?C:String(C));var B=w.groups;if(v){var S=[E].concat(T,L,A);void 0!==B&&S.push(B);var Y=String(i.apply(void 0,S))}else Y=u(E,A,L,T,B,i);L>=k&&(x+=A.slice(k,L)+Y,k=L+E.length)}return x+A.slice(k)}]}))},function(e,t,n){var i=n(28);e.exports=Array.isArray||function(e){return"Array"==i(e)}},function(e,t,n){"use strict";var i={}.propertyIsEnumerable,r=Object.getOwnPropertyDescriptor,o=r&&!i.call({1:2},1);t.f=o?function(e){var t=r(this,e);return!!t&&t.enumerable}:i},function(e,t,n){var i=n(85),r=n(73).concat("length","prototype");t.f=Object.getOwnPropertyNames||function(e){return i(e,r)}},function(e,t,n){var i=n(22),r=n(15),o=n(60),a=function(e){return function(t,n,a){var s,l=i(t),u=r(l.length),c=o(a,u);if(e&&n!=n){for(;u>c;)if((s=l[c++])!=s)return!0}else for(;u>c;c++)if((e||c in l)&&l[c]===n)return e||c||0;return!e&&-1}};e.exports={includes:a(!0),indexOf:a(!1)}},function(e,t,n){var i=n(50),r=n(4);e.exports=!!Object.getOwnPropertySymbols&&!r((function(){var e=Symbol();return!String(e)||!(Object(e)instanceof Symbol)||!Symbol.sham&&i&&i<41}))},function(e,t,n){var i={};i[n(9)("toStringTag")]="z",e.exports="[object z]"===String(i)},function(e,t,n){"use strict";n.d(t,"a",(function(){return o})),n.d(t,"b",(function(){return a}));var i=n(41);
/**
- * @copyright Copyright (c) 2016 Joas Schilling <coding@schilljs.com>
+ * @copyright 2019 Christoph Wurst <christoph@winzerhof-wurst.at>
+ *
+ * @author Christoph Wurst <christoph@winzerhof-wurst.at>
+ * @author John Molakvoæ <skjnldsv@protonmail.com>
*
* @license GNU AGPL version 3 or any later version
*
@@ -225,14 +460,14 @@ window._oc_l10n_registry_translations=window._oc_l10n_registry_translations||{},
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*
- */
-function s(t,n,i){"post"!==t&&"delete"!==t||!o.a.PasswordConfirmation.requiresPasswordConfirmation()?(i=i||{},r.a.ajax({type:t.toUpperCase(),url:o.a.linkToOCS("apps/provisioning_api/api/v1",2)+"config/apps"+n,data:i.data||{},success:i.success,error:i.error})):o.a.PasswordConfirmation.requirePasswordConfirmation(e.bind(s,this,t,n,i))}function a(e){s("get","",e)}function l(e,t){s("get","/"+e,t)}function c(e,t,n,i){(i=i||{}).data={defaultValue:n},s("get","/"+e+"/"+t,i)}function u(e,t,n,i){(i=i||{}).data={value:n},s("post","/"+e+"/"+t,i)}function d(e,t,n){s("delete","/"+e+"/"+t,n)}}.call(this,n(2))},function(e,t,n){e.exports=function(){"use strict";var e=Object.hasOwnProperty,t=Object.setPrototypeOf,n=Object.isFrozen,i=Object.keys,r=Object.freeze,o=Object.seal,s="undefined"!=typeof Reflect&&Reflect,a=s.apply,l=s.construct;a||(a=function(e,t,n){return e.apply(t,n)}),r||(r=function(e){return e}),o||(o=function(e){return e}),l||(l=function(e,t){return new(Function.prototype.bind.apply(e,[null].concat(function(e){if(Array.isArray(e)){for(var t=0,n=Array(e.length);t<e.length;t++)n[t]=e[t];return n}return Array.from(e)}(t))))});var c=k(Array.prototype.forEach),u=k(Array.prototype.indexOf),d=k(Array.prototype.join),h=k(Array.prototype.pop),f=k(Array.prototype.push),p=k(Array.prototype.slice),m=k(String.prototype.toLowerCase),g=k(String.prototype.match),v=k(String.prototype.replace),_=k(String.prototype.indexOf),y=k(String.prototype.trim),b=k(RegExp.prototype.test),w=M(RegExp),x=M(TypeError);function k(e){return function(t){for(var n=arguments.length,i=Array(n>1?n-1:0),r=1;r<n;r++)i[r-1]=arguments[r];return a(e,t,i)}}function M(e){return function(){for(var t=arguments.length,n=Array(t),i=0;i<t;i++)n[i]=arguments[i];return l(e,n)}}function A(e,i){t&&t(e,null);for(var r=i.length;r--;){var o=i[r];if("string"==typeof o){var s=m(o);s!==o&&(n(i)||(i[r]=s),o=s)}e[o]=!0}return e}function L(t){var n={},i=void 0;for(i in t)a(e,t,[i])&&(n[i]=t[i]);return n}var T=r(["a","abbr","acronym","address","area","article","aside","audio","b","bdi","bdo","big","blink","blockquote","body","br","button","canvas","caption","center","cite","code","col","colgroup","content","data","datalist","dd","decorator","del","details","dfn","dir","div","dl","dt","element","em","fieldset","figcaption","figure","font","footer","form","h1","h2","h3","h4","h5","h6","head","header","hgroup","hr","html","i","img","input","ins","kbd","label","legend","li","main","map","mark","marquee","menu","menuitem","meter","nav","nobr","ol","optgroup","option","output","p","picture","pre","progress","q","rp","rt","ruby","s","samp","section","select","shadow","small","source","spacer","span","strike","strong","style","sub","summary","sup","table","tbody","td","template","textarea","tfoot","th","thead","time","tr","track","tt","u","ul","var","video","wbr"]),D=r(["svg","a","altglyph","altglyphdef","altglyphitem","animatecolor","animatemotion","animatetransform","audio","canvas","circle","clippath","defs","desc","ellipse","filter","font","g","glyph","glyphref","hkern","image","line","lineargradient","marker","mask","metadata","mpath","path","pattern","polygon","polyline","radialgradient","rect","stop","style","switch","symbol","text","textpath","title","tref","tspan","video","view","vkern"]),S=r(["feBlend","feColorMatrix","feComponentTransfer","feComposite","feConvolveMatrix","feDiffuseLighting","feDisplacementMap","feDistantLight","feFlood","feFuncA","feFuncB","feFuncG","feFuncR","feGaussianBlur","feMerge","feMergeNode","feMorphology","feOffset","fePointLight","feSpecularLighting","feSpotLight","feTile","feTurbulence"]),E=r(["math","menclose","merror","mfenced","mfrac","mglyph","mi","mlabeledtr","mmultiscripts","mn","mo","mover","mpadded","mphantom","mroot","mrow","ms","mspace","msqrt","mstyle","msub","msup","msubsup","mtable","mtd","mtext","mtr","munder","munderover"]),Y=r(["#text"]),C=r(["accept","action","align","alt","autocomplete","background","bgcolor","border","cellpadding","cellspacing","checked","cite","class","clear","color","cols","colspan","controls","coords","crossorigin","datetime","default","dir","disabled","download","enctype","face","for","headers","height","hidden","high","href","hreflang","id","integrity","ismap","label","lang","list","loop","low","max","maxlength","media","method","min","minlength","multiple","name","noshade","novalidate","nowrap","open","optimum","pattern","placeholder","poster","preload","pubdate","radiogroup","readonly","rel","required","rev","reversed","role","rows","rowspan","spellcheck","scope","selected","shape","size","sizes","span","srclang","start","src","srcset","step","style","summary","tabindex","title","type","usemap","valign","value","width","xmlns"]),O=r(["accent-height","accumulate","additive","alignment-baseline","ascent","attributename","attributetype","azimuth","basefrequency","baseline-shift","begin","bias","by","class","clip","clip-path","clip-rule","color","color-interpolation","color-interpolation-filters","color-profile","color-rendering","cx","cy","d","dx","dy","diffuseconstant","direction","display","divisor","dur","edgemode","elevation","end","fill","fill-opacity","fill-rule","filter","filterunits","flood-color","flood-opacity","font-family","font-size","font-size-adjust","font-stretch","font-style","font-variant","font-weight","fx","fy","g1","g2","glyph-name","glyphref","gradientunits","gradienttransform","height","href","id","image-rendering","in","in2","k","k1","k2","k3","k4","kerning","keypoints","keysplines","keytimes","lang","lengthadjust","letter-spacing","kernelmatrix","kernelunitlength","lighting-color","local","marker-end","marker-mid","marker-start","markerheight","markerunits","markerwidth","maskcontentunits","maskunits","max","mask","media","method","mode","min","name","numoctaves","offset","operator","opacity","order","orient","orientation","origin","overflow","paint-order","path","pathlength","patterncontentunits","patterntransform","patternunits","points","preservealpha","preserveaspectratio","primitiveunits","r","rx","ry","radius","refx","refy","repeatcount","repeatdur","restart","result","rotate","scale","seed","shape-rendering","specularconstant","specularexponent","spreadmethod","stddeviation","stitchtiles","stop-color","stop-opacity","stroke-dasharray","stroke-dashoffset","stroke-linecap","stroke-linejoin","stroke-miterlimit","stroke-opacity","stroke","stroke-width","style","surfacescale","tabindex","targetx","targety","transform","text-anchor","text-decoration","text-rendering","textlength","type","u1","u2","unicode","values","viewbox","visibility","version","vert-adv-y","vert-origin-x","vert-origin-y","width","word-spacing","wrap","writing-mode","xchannelselector","ychannelselector","x","x1","x2","xmlns","y","y1","y2","z","zoomandpan"]),P=r(["accent","accentunder","align","bevelled","close","columnsalign","columnlines","columnspan","denomalign","depth","dir","display","displaystyle","encoding","fence","frame","height","href","id","largeop","length","linethickness","lspace","lquote","mathbackground","mathcolor","mathsize","mathvariant","maxsize","minsize","movablelimits","notation","numalign","open","rowalign","rowlines","rowspacing","rowspan","rspace","rquote","scriptlevel","scriptminsize","scriptsizemultiplier","selection","separator","separators","stretchy","subscriptshift","supscriptshift","symmetric","voffset","width","xmlns"]),I=r(["xlink:href","xml:id","xlink:title","xml:space","xmlns:xlink"]),H=o(/\{\{[\s\S]*|[\s\S]*\}\}/gm),j=o(/<%[\s\S]*|[\s\S]*%>/gm),N=o(/^data-[\-\w.\u00B7-\uFFFF]/),R=o(/^aria-[\-\w]+$/),z=o(/^(?:(?:(?:f|ht)tps?|mailto|tel|callto|cid|xmpp):|[^a-z]|[a-z+.\-]+(?:[^a-z+.\-:]|$))/i),F=o(/^(?:\w+script|data):/i),B=o(/[\u0000-\u0020\u00A0\u1680\u180E\u2000-\u2029\u205f\u3000]/g),W="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e};function U(e){if(Array.isArray(e)){for(var t=0,n=Array(e.length);t<e.length;t++)n[t]=e[t];return n}return Array.from(e)}var Q=function(){return"undefined"==typeof window?null:window},q=function(e,t){if("object"!==(void 0===e?"undefined":W(e))||"function"!=typeof e.createPolicy)return null;var n=null;t.currentScript&&t.currentScript.hasAttribute("data-tt-policy-suffix")&&(n=t.currentScript.getAttribute("data-tt-policy-suffix"));var i="dompurify"+(n?"#"+n:"");try{return e.createPolicy(i,{createHTML:function(e){return e}})}catch(e){return console.warn("TrustedTypes policy "+i+" could not be created."),null}};return function e(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:Q(),n=function(t){return e(t)};if(n.version="2.0.8",n.removed=[],!t||!t.document||9!==t.document.nodeType)return n.isSupported=!1,n;var o=t.document,s=!1,a=!1,l=t.document,k=t.DocumentFragment,M=t.HTMLTemplateElement,G=t.Node,V=t.NodeFilter,J=t.NamedNodeMap,K=void 0===J?t.NamedNodeMap||t.MozNamedAttrMap:J,X=t.Text,Z=t.Comment,$=t.DOMParser,ee=t.trustedTypes;if("function"==typeof M){var te=l.createElement("template");te.content&&te.content.ownerDocument&&(l=te.content.ownerDocument)}var ne=q(ee,o),ie=ne?ne.createHTML(""):"",re=l,oe=re.implementation,se=re.createNodeIterator,ae=re.getElementsByTagName,le=re.createDocumentFragment,ce=o.importNode,ue={};n.isSupported=oe&&void 0!==oe.createHTMLDocument&&9!==l.documentMode;var de=H,he=j,fe=N,pe=R,me=F,ge=B,ve=z,_e=null,ye=A({},[].concat(U(T),U(D),U(S),U(E),U(Y))),be=null,we=A({},[].concat(U(C),U(O),U(P),U(I))),xe=null,ke=null,Me=!0,Ae=!0,Le=!1,Te=!1,De=!1,Se=!1,Ee=!1,Ye=!1,Ce=!1,Oe=!1,Pe=!1,Ie=!1,He=!0,je=!0,Ne=!1,Re={},ze=A({},["annotation-xml","audio","colgroup","desc","foreignobject","head","iframe","math","mi","mn","mo","ms","mtext","noembed","noframes","plaintext","script","style","svg","template","thead","title","video","xmp"]),Fe=A({},["audio","video","img","source","image"]),Be=null,We=A({},["alt","class","for","id","label","name","pattern","placeholder","summary","title","value","style","xmlns"]),Ue=null,Qe=l.createElement("form"),qe=function(e){Ue&&Ue===e||(e&&"object"===(void 0===e?"undefined":W(e))||(e={}),_e="ALLOWED_TAGS"in e?A({},e.ALLOWED_TAGS):ye,be="ALLOWED_ATTR"in e?A({},e.ALLOWED_ATTR):we,Be="ADD_URI_SAFE_ATTR"in e?A(L(We),e.ADD_URI_SAFE_ATTR):We,xe="FORBID_TAGS"in e?A({},e.FORBID_TAGS):{},ke="FORBID_ATTR"in e?A({},e.FORBID_ATTR):{},Re="USE_PROFILES"in e&&e.USE_PROFILES,Me=!1!==e.ALLOW_ARIA_ATTR,Ae=!1!==e.ALLOW_DATA_ATTR,Le=e.ALLOW_UNKNOWN_PROTOCOLS||!1,Te=e.SAFE_FOR_JQUERY||!1,De=e.SAFE_FOR_TEMPLATES||!1,Se=e.WHOLE_DOCUMENT||!1,Ce=e.RETURN_DOM||!1,Oe=e.RETURN_DOM_FRAGMENT||!1,Pe=e.RETURN_DOM_IMPORT||!1,Ie=e.RETURN_TRUSTED_TYPE||!1,Ye=e.FORCE_BODY||!1,He=!1!==e.SANITIZE_DOM,je=!1!==e.KEEP_CONTENT,Ne=e.IN_PLACE||!1,ve=e.ALLOWED_URI_REGEXP||ve,De&&(Ae=!1),Oe&&(Ce=!0),Re&&(_e=A({},[].concat(U(Y))),be=[],!0===Re.html&&(A(_e,T),A(be,C)),!0===Re.svg&&(A(_e,D),A(be,O),A(be,I)),!0===Re.svgFilters&&(A(_e,S),A(be,O),A(be,I)),!0===Re.mathMl&&(A(_e,E),A(be,P),A(be,I))),e.ADD_TAGS&&(_e===ye&&(_e=L(_e)),A(_e,e.ADD_TAGS)),e.ADD_ATTR&&(be===we&&(be=L(be)),A(be,e.ADD_ATTR)),e.ADD_URI_SAFE_ATTR&&A(Be,e.ADD_URI_SAFE_ATTR),je&&(_e["#text"]=!0),Se&&A(_e,["html","head","body"]),_e.table&&(A(_e,["tbody"]),delete xe.tbody),r&&r(e),Ue=e)},Ge=function(e){f(n.removed,{element:e});try{e.parentNode.removeChild(e)}catch(t){e.outerHTML=ie}},Ve=function(e,t){try{f(n.removed,{attribute:t.getAttributeNode(e),from:t})}catch(e){f(n.removed,{attribute:null,from:t})}t.removeAttribute(e)},Je=function(e){var t=void 0,n=void 0;if(Ye)e="<remove></remove>"+e;else{var i=g(e,/^[\s]+/);n=i&&i[0]}var r=ne?ne.createHTML(e):e;if(s)try{t=(new $).parseFromString(r,"text/html")}catch(e){}if(a&&A(xe,["title"]),!t||!t.documentElement){var o=(t=oe.createHTMLDocument("")).body;o.parentNode.removeChild(o.parentNode.firstElementChild),o.outerHTML=r}return e&&n&&t.body.insertBefore(l.createTextNode(n),t.body.childNodes[0]||null),ae.call(t,Se?"html":"body")[0]};n.isSupported&&(function(){try{Je('<svg><p><textarea><img src="</textarea><img src=x abc=1//">').querySelector("svg img")&&(s=!0)}catch(e){}}(),function(){try{var e=Je("<x/><title>&lt;/title&gt;&lt;img&gt;");b(/<\/title/,e.querySelector("title").innerHTML)&&(a=!0)}catch(e){}}());var Ke=function(e){return se.call(e.ownerDocument||e,e,V.SHOW_ELEMENT|V.SHOW_COMMENT|V.SHOW_TEXT,(function(){return V.FILTER_ACCEPT}),!1)},Xe=function(e){return!(e instanceof X||e instanceof Z||"string"==typeof e.nodeName&&"string"==typeof e.textContent&&"function"==typeof e.removeChild&&e.attributes instanceof K&&"function"==typeof e.removeAttribute&&"function"==typeof e.setAttribute&&"string"==typeof e.namespaceURI)},Ze=function(e){return"object"===(void 0===G?"undefined":W(G))?e instanceof G:e&&"object"===(void 0===e?"undefined":W(e))&&"number"==typeof e.nodeType&&"string"==typeof e.nodeName},$e=function(e,t,i){ue[e]&&c(ue[e],(function(e){e.call(n,t,i,Ue)}))},et=function(e){var t=void 0;if($e("beforeSanitizeElements",e,null),Xe(e))return Ge(e),!0;var i=m(e.nodeName);if($e("uponSanitizeElement",e,{tagName:i,allowedTags:_e}),("svg"===i||"math"===i)&&0!==e.querySelectorAll("p, br").length)return Ge(e),!0;if(!_e[i]||xe[i]){if(je&&!ze[i]&&"function"==typeof e.insertAdjacentHTML)try{var r=e.innerHTML;e.insertAdjacentHTML("AfterEnd",ne?ne.createHTML(r):r)}catch(e){}return Ge(e),!0}return"noscript"===i&&b(/<\/noscript/i,e.innerHTML)||"noembed"===i&&b(/<\/noembed/i,e.innerHTML)?(Ge(e),!0):(!Te||e.firstElementChild||e.content&&e.content.firstElementChild||!b(/</g,e.textContent)||(f(n.removed,{element:e.cloneNode()}),e.innerHTML?e.innerHTML=v(e.innerHTML,/</g,"&lt;"):e.innerHTML=v(e.textContent,/</g,"&lt;")),De&&3===e.nodeType&&(t=e.textContent,t=v(t,de," "),t=v(t,he," "),e.textContent!==t&&(f(n.removed,{element:e.cloneNode()}),e.textContent=t)),$e("afterSanitizeElements",e,null),!1)},tt=function(e,t,n){if(He&&("id"===t||"name"===t)&&(n in l||n in Qe))return!1;if(Ae&&b(fe,t));else if(Me&&b(pe,t));else{if(!be[t]||ke[t])return!1;if(Be[t]);else if(b(ve,v(n,ge,"")));else if("src"!==t&&"xlink:href"!==t&&"href"!==t||"script"===e||0!==_(n,"data:")||!Fe[e])if(Le&&!b(me,v(n,ge,"")));else if(n)return!1}return!0},nt=function(e){var t=void 0,r=void 0,o=void 0,s=void 0,a=void 0;$e("beforeSanitizeAttributes",e,null);var l=e.attributes;if(l){var c={attrName:"",attrValue:"",keepAttr:!0,allowedAttributes:be};for(a=l.length;a--;){var f=t=l[a],g=f.name,_=f.namespaceURI;if(r=y(t.value),o=m(g),c.attrName=o,c.attrValue=r,c.keepAttr=!0,c.forceKeepAttr=void 0,$e("uponSanitizeAttribute",e,c),r=c.attrValue,!c.forceKeepAttr){if("name"===o&&"IMG"===e.nodeName&&l.id)s=l.id,l=p(l,[]),Ve("id",e),Ve(g,e),u(l,s)>a&&e.setAttribute("id",s.value);else{if("INPUT"===e.nodeName&&"type"===o&&"file"===r&&c.keepAttr&&(be[o]||!ke[o]))continue;"id"===g&&e.setAttribute(g,""),Ve(g,e)}if(c.keepAttr)if(Te&&b(/\/>/i,r))Ve(g,e);else if(b(/svg|math/i,e.namespaceURI)&&b(w("</("+d(i(ze),"|")+")","i"),r))Ve(g,e);else{De&&(r=v(r,de," "),r=v(r,he," "));var x=e.nodeName.toLowerCase();if(tt(x,o,r))try{_?e.setAttributeNS(_,g,r):e.setAttribute(g,r),h(n.removed)}catch(e){}}}}$e("afterSanitizeAttributes",e,null)}},it=function e(t){var n=void 0,i=Ke(t);for($e("beforeSanitizeShadowDOM",t,null);n=i.nextNode();)$e("uponSanitizeShadowNode",n,null),et(n)||(n.content instanceof k&&e(n.content),nt(n));$e("afterSanitizeShadowDOM",t,null)};return n.sanitize=function(e,i){var r=void 0,s=void 0,a=void 0,l=void 0,c=void 0;if(e||(e="\x3c!--\x3e"),"string"!=typeof e&&!Ze(e)){if("function"!=typeof e.toString)throw x("toString is not a function");if("string"!=typeof(e=e.toString()))throw x("dirty is not a string, aborting")}if(!n.isSupported){if("object"===W(t.toStaticHTML)||"function"==typeof t.toStaticHTML){if("string"==typeof e)return t.toStaticHTML(e);if(Ze(e))return t.toStaticHTML(e.outerHTML)}return e}if(Ee||qe(i),n.removed=[],"string"==typeof e&&(Ne=!1),Ne);else if(e instanceof G)1===(s=(r=Je("\x3c!--\x3e")).ownerDocument.importNode(e,!0)).nodeType&&"BODY"===s.nodeName||"HTML"===s.nodeName?r=s:r.appendChild(s);else{if(!Ce&&!De&&!Se&&Ie&&-1===e.indexOf("<"))return ne?ne.createHTML(e):e;if(!(r=Je(e)))return Ce?null:ie}r&&Ye&&Ge(r.firstChild);for(var u=Ke(Ne?e:r);a=u.nextNode();)3===a.nodeType&&a===l||et(a)||(a.content instanceof k&&it(a.content),nt(a),l=a);if(l=null,Ne)return e;if(Ce){if(Oe)for(c=le.call(r.ownerDocument);r.firstChild;)c.appendChild(r.firstChild);else c=r;return Pe&&(c=ce.call(o,c,!0)),c}var d=Se?r.outerHTML:r.innerHTML;return De&&(d=v(d,de," "),d=v(d,he," ")),ne&&Ie?ne.createHTML(d):d},n.setConfig=function(e){qe(e),Ee=!0},n.clearConfig=function(){Ue=null,Ee=!1},n.isValidAttribute=function(e,t,n){Ue||qe({});var i=m(e),r=m(t);return tt(i,r,n)},n.addHook=function(e,t){"function"==typeof t&&(ue[e]=ue[e]||[],f(ue[e],t))},n.removeHook=function(e){ue[e]&&h(ue[e])},n.removeHooks=function(e){ue[e]&&(ue[e]=[])},n.removeAllHooks=function(){ue={}},n}()}()},function(e,t,n){"use strict";n.d(t,"c",(function(){return a})),n.d(t,"b",(function(){return l})),n.d(t,"a",(function(){return c}));var i=n(2),r=n.n(i),o=n(4),s=n(11),a=function(e){return u()+"/remote.php/"+e},l=function(e,t,n){var i=n||{};r.a.defaults(i,{escape:!0});var s=function(e,t){return t=t||[],e.replace(/{([^{}]*)}/g,(function(e,n){var r=t[n];return i.escape?"string"==typeof r||"number"==typeof r?encodeURIComponent(r):encodeURIComponent(e):"string"==typeof r||"number"==typeof r?r:e}))};return"/"!==e.charAt(0)&&(e="/"+e),!0===o.a.config.modRewriteWorking?u()+s(e,t):u()+"/index.php"+s(e,t)},c=function(e,t,n){var i=-1!==s.i.indexOf(e),r=u();return"php"!==n.substring(n.length-3)||i?"php"===n.substring(n.length-3)||i?(r+="core"!==e&&"search"!==e||"ajax"!==t?"/":"/index.php/",i||(r+="apps/"),""!==e&&(r+=e+="/"),t&&(r+=t+"/"),r+=n):(r=o.a.appswebroots[e],t&&(r+="/"+t+"/"),"/"!==r.substring(r.length-1)&&(r+="/"),r+=n):(r+="/index.php/apps/"+e,"index.php"!==n&&(r+="/",t&&(r+=encodeURI(t+"/")),r+=n)),r},u=function(){return o.a.webroot}},function(e,t){e.exports=function(e){return"object"==typeof e?null!==e:"function"==typeof e}},function(e,t){var n={}.hasOwnProperty;e.exports=function(e,t){return n.call(e,t)}},function(e,t,n){var i=n(24),r=n(279).f,o=n(93),s=n(281),a=n(173),l=n(551),c=n(560);e.exports=function(e,t){var n,u,d,h,f,p=e.target,m=e.global,g=e.stat;if(n=m?i:g?i[p]||a(p,{}):(i[p]||{}).prototype)for(u in t){if(h=t[u],d=e.noTargetGet?(f=r(n,u))&&f.value:n[u],!c(m?u:p+(g?".":"#")+u,e.forced)&&void 0!==d){if(typeof h==typeof d)continue;l(h,d)}(e.sham||d&&d.sham)&&o(h,"sham",!0),s(n,u,h,e)}}},function(e,t,n){var i=n(50);e.exports=function(e){if(!i(e))throw TypeError(String(e)+" is not an object");return e}},function(e,t,n){var i=n(147),r=Math.min;e.exports=function(e){return e>0?r(i(e),9007199254740991):0}},function(e,t,n){var i=n(24),r=n(284),o=n(51),s=n(285),a=n(290),l=n(562),c=r("wks"),u=i.Symbol,d=l?u:u&&u.withoutSetter||s;e.exports=function(e){return o(c,e)||(a&&o(u,e)?c[e]=u[e]:c[e]=d("Symbol."+e)),c[e]}},function(e,t,n){"use strict";function i(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];if(arguments.length<1)return"";var i=t.filter((function(e){return e.length>0}));if(i.length<1)return"";var r=i[i.length-1],o="/"===i[0].charAt(0),s="/"===r.charAt(r.length-1),a=i.reduce((function(e,t){return e.concat(t.split("/"))}),[]),l=!o,c=a.reduce((function(e,t){return""===t?e:l?(l=!1,e+t):e+"/"+t}),"");return s?c+"/":c}n(544),n(564),n(566),n(567),n(568),n(294),n(572),n(574),Object.defineProperty(t,"__esModule",{value:!0}),t.encodePath=function(e){if(!e)return e;return e.split("/").map(encodeURIComponent).join("/")},t.basename=function(e){return e.replace(/\\/g,"/").replace(/.*\//,"")},t.dirname=function(e){return e.replace(/\\/g,"/").replace(/\/[^\/]*$/,"")},t.joinPaths=i,t.isSamePath=function(e,t){var n=(e||"").split("/").filter((function(e){return"."!==e})),r=(t||"").split("/").filter((function(e){return"."!==e}));return e=i.apply(void 0,n),t=i.apply(void 0,r),e===t}},function(e,t){var n={}.toString;e.exports=function(e){return n.call(e).slice(8,-1)}},function(e,t){e.exports=function(e){if(null==e)throw TypeError("Can't call method on "+e);return e}},function(e,t,n){var i=n(10);e.exports=function(e,t){if(!i(e))return e;var n,r;if(t&&"function"==typeof(n=e.toString)&&!i(r=n.call(e)))return r;if("function"==typeof(n=e.valueOf)&&!i(r=n.call(e)))return r;if(!t&&"function"==typeof(n=e.toString)&&!i(r=n.call(e)))return r;throw TypeError("Can't convert object to primitive value")}},function(e,t,n){var i=n(5),r=n(16);e.exports=function(e,t){try{r(i,e,t)}catch(n){i[e]=t}return t}},function(e,t,n){var i=n(124),r=n(76),o=i("keys");e.exports=function(e){return o[e]||(o[e]=r(e))}},function(e,t){e.exports=!1},function(e,t){var n=0,i=Math.random();e.exports=function(e){return"Symbol("+String(void 0===e?"":e)+")_"+(++n+i).toString(36)}},function(e,t){var n=Math.ceil,i=Math.floor;e.exports=function(e){return isNaN(e=+e)?0:(e>0?i:n)(e)}},function(e,t){e.exports=["constructor","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","toLocaleString","toString","valueOf"]},function(e,t,n){var i=n(71);e.exports=function(e){return Object(i(e))}},function(e,t,n){var i=n(230);e.exports=function(e,t,n){if(i(e),void 0===t)return e;switch(n){case 0:return function(){return e.call(t)};case 1:return function(n){return e.call(t,n)};case 2:return function(n,i){return e.call(t,n,i)};case 3:return function(n,i,r){return e.call(t,n,i,r)}}return function(){return e.apply(t,arguments)}}},function(e,t,n){var i,r=n(20),o=n(234),s=n(78),a=n(46),l=n(236),c=n(121),u=n(74),d=u("IE_PROTO"),h=function(){},f=function(e){return"<script>"+e+"<\/script>"},p=function(){try{i=document.domain&&new ActiveXObject("htmlfile")}catch(e){}var e,t;p=i?function(e){e.write(f("")),e.close();var t=e.parentWindow.Object;return e=null,t}(i):((t=c("iframe")).style.display="none",l.appendChild(t),t.src=String("javascript:"),(e=t.contentWindow.document).open(),e.write(f("document.F=Object")),e.close(),e.F);for(var n=s.length;n--;)delete p.prototype[s[n]];return p()};a[d]=!0,e.exports=Object.create||function(e,t){var n;return null!==e?(h.prototype=r(e),n=new h,h.prototype=null,n[d]=e):n=p(),void 0===t?n:o(n,t)}},function(e,t,n){"use strict";var i=n(32),r=n(237),o=n(137),s=n(138),a=n(83),l=n(16),c=n(33),u=n(6),d=n(75),h=n(34),f=n(136),p=f.IteratorPrototype,m=f.BUGGY_SAFARI_ITERATORS,g=u("iterator"),v=function(){return this};e.exports=function(e,t,n,u,f,_,y){r(n,t,u);var b,w,x,k=function(e){if(e===f&&D)return D;if(!m&&e in L)return L[e];switch(e){case"keys":case"values":case"entries":return function(){return new n(this,e)}}return function(){return new n(this)}},M=t+" Iterator",A=!1,L=e.prototype,T=L[g]||L["@@iterator"]||f&&L[f],D=!m&&T||k(f),S="Array"==t&&L.entries||T;if(S&&(b=o(S.call(new e)),p!==Object.prototype&&b.next&&(d||o(b)===p||(s?s(b,p):"function"!=typeof b[g]&&l(b,g,v)),a(b,M,!0,!0),d&&(h[M]=v))),"values"==f&&T&&"values"!==T.name&&(A=!0,D=function(){return T.call(this)}),d&&!y||L[g]===D||l(L,g,D),h[t]=D,f)if(w={values:k("values"),keys:_?D:k("keys"),entries:k("entries")},y)for(x in w)!m&&!A&&x in L||c(L,x,w[x]);else i({target:t,proto:!0,forced:m||A},w);return w}},function(e,t,n){var i=n(12).f,r=n(8),o=n(6)("toStringTag");e.exports=function(e,t,n){e&&!r(e=n?e:e.prototype,o)&&i(e,o,{configurable:!0,value:t})}},function(e,t,n){var i={};i[n(6)("toStringTag")]="z",e.exports="[object z]"===String(i)},function(e,t){e.exports=function(e){if(null==e)throw TypeError("Can't call method on "+e);return e}},function(e,t){e.exports=function(e){return"object"==typeof e?null!==e:"function"==typeof e}},function(e,t,n){var i=n(17),r=n(53),o=n(30),s=n(108),a=n(184),l=n(479),c=l.get,u=l.enforce,d=String(String).split("String");(e.exports=function(e,t,n,a){var l=!!a&&!!a.unsafe,c=!!a&&!!a.enumerable,h=!!a&&!!a.noTargetGet;"function"==typeof n&&("string"!=typeof t||o(n,"name")||r(n,"name",t),u(n).source=d.join("string"==typeof t?t:"")),e!==i?(l?!h&&e[t]&&(c=!0):delete e[t],c?e[t]=n:r(e,t,n)):c?e[t]=n:s(t,n)})(Function.prototype,"toString",(function(){return"function"==typeof this&&c(this).source||a(this)}))},function(e,t){var n=Math.ceil,i=Math.floor;e.exports=function(e){return isNaN(e=+e)?0:(e>0?i:n)(e)}},function(e,t,n){"use strict";
-/*
+ */const r=((e,t)=>{let n=e.getElementsByTagName("head")[0].getAttribute("data-requesttoken");return{getToken:()=>n,setToken:e=>{n=e,t("csrf-token-update",{token:n})}}})(document,i.emit),o=r.getToken,a=r.setToken},,function(e,t,n){(function(i){var r,o,a;a="object"==typeof self&&self.self===self&&self||"object"==typeof i&&i.global===i&&i,r=[n(6),n(0),t],void 0===(o=function(e,t,n){a.Backbone=function(e,t,n,i){var r=e.Backbone,o=Array.prototype.slice;t.VERSION="1.4.0",t.$=i,t.noConflict=function(){return e.Backbone=r,this},t.emulateHTTP=!1,t.emulateJSON=!1;var a,s=t.Events={},l=/\s+/,u=function(e,t,i,r,o){var a,s=0;if(i&&"object"==typeof i){void 0!==r&&"context"in o&&void 0===o.context&&(o.context=r);for(a=n.keys(i);s<a.length;s++)t=u(e,t,a[s],i[a[s]],o)}else if(i&&l.test(i))for(a=i.split(l);s<a.length;s++)t=e(t,a[s],r,o);else t=e(t,i,r,o);return t};s.on=function(e,t,n){return this._events=u(c,this._events||{},e,t,{context:n,ctx:this,listening:a}),a&&((this._listeners||(this._listeners={}))[a.id]=a,a.interop=!1),this},s.listenTo=function(e,t,i){if(!e)return this;var r=e._listenId||(e._listenId=n.uniqueId("l")),o=this._listeningTo||(this._listeningTo={}),s=a=o[r];s||(this._listenId||(this._listenId=n.uniqueId("l")),s=a=o[r]=new g(this,e));var l=d(e,t,i,this);if(a=void 0,l)throw l;return s.interop&&s.on(t,i),this};var c=function(e,t,n,i){if(n){var r=e[t]||(e[t]=[]),o=i.context,a=i.ctx,s=i.listening;s&&s.count++,r.push({callback:n,context:o,ctx:o||a,listening:s})}return e},d=function(e,t,n,i){try{e.on(t,n,i)}catch(e){return e}};s.off=function(e,t,n){return this._events?(this._events=u(h,this._events,e,t,{context:n,listeners:this._listeners}),this):this},s.stopListening=function(e,t,i){var r=this._listeningTo;if(!r)return this;for(var o=e?[e._listenId]:n.keys(r),a=0;a<o.length;a++){var s=r[o[a]];if(!s)break;s.obj.off(t,i,this),s.interop&&s.off(t,i)}return n.isEmpty(r)&&(this._listeningTo=void 0),this};var h=function(e,t,i,r){if(e){var o,a=r.context,s=r.listeners,l=0;if(t||a||i){for(o=t?[t]:n.keys(e);l<o.length;l++){var u=e[t=o[l]];if(!u)break;for(var c=[],d=0;d<u.length;d++){var h=u[d];if(i&&i!==h.callback&&i!==h.callback._callback||a&&a!==h.context)c.push(h);else{var p=h.listening;p&&p.off(t,i)}}c.length?e[t]=c:delete e[t]}return e}for(o=n.keys(s);l<o.length;l++)s[o[l]].cleanup()}};s.once=function(e,t,n){var i=u(p,{},e,t,this.off.bind(this));return"string"==typeof e&&null==n&&(t=void 0),this.on(i,t,n)},s.listenToOnce=function(e,t,n){var i=u(p,{},t,n,this.stopListening.bind(this,e));return this.listenTo(e,i)};var p=function(e,t,i,r){if(i){var o=e[t]=n.once((function(){r(t,o),i.apply(this,arguments)}));o._callback=i}return e};s.trigger=function(e){if(!this._events)return this;for(var t=Math.max(0,arguments.length-1),n=Array(t),i=0;i<t;i++)n[i]=arguments[i+1];return u(f,this._events,e,void 0,n),this};var f=function(e,t,n,i){if(e){var r=e[t],o=e.all;r&&o&&(o=o.slice()),r&&m(r,i),o&&m(o,[t].concat(i))}return e},m=function(e,t){var n,i=-1,r=e.length,o=t[0],a=t[1],s=t[2];switch(t.length){case 0:for(;++i<r;)(n=e[i]).callback.call(n.ctx);return;case 1:for(;++i<r;)(n=e[i]).callback.call(n.ctx,o);return;case 2:for(;++i<r;)(n=e[i]).callback.call(n.ctx,o,a);return;case 3:for(;++i<r;)(n=e[i]).callback.call(n.ctx,o,a,s);return;default:for(;++i<r;)(n=e[i]).callback.apply(n.ctx,t);return}},g=function(e,t){this.id=e._listenId,this.listener=e,this.obj=t,this.interop=!0,this.count=0,this._events=void 0};g.prototype.on=s.on,g.prototype.off=function(e,t){var n;this.interop?(this._events=u(h,this._events,e,t,{context:void 0,listeners:void 0}),n=!this._events):(this.count--,n=0===this.count),n&&this.cleanup()},g.prototype.cleanup=function(){delete this.listener._listeningTo[this.obj._listenId],this.interop||delete this.obj._listeners[this.id]},s.bind=s.on,s.unbind=s.off,n.extend(t,s);var A=t.Model=function(e,t){var i=e||{};t||(t={}),this.preinitialize.apply(this,arguments),this.cid=n.uniqueId(this.cidPrefix),this.attributes={},t.collection&&(this.collection=t.collection),t.parse&&(i=this.parse(i,t)||{});var r=n.result(this,"defaults");i=n.defaults(n.extend({},r,i),r),this.set(i,t),this.changed={},this.initialize.apply(this,arguments)};n.extend(A.prototype,s,{changed:null,validationError:null,idAttribute:"id",cidPrefix:"c",preinitialize:function(){},initialize:function(){},toJSON:function(e){return n.clone(this.attributes)},sync:function(){return t.sync.apply(this,arguments)},get:function(e){return this.attributes[e]},escape:function(e){return n.escape(this.get(e))},has:function(e){return null!=this.get(e)},matches:function(e){return!!n.iteratee(e,this)(this.attributes)},set:function(e,t,i){if(null==e)return this;var r;if("object"==typeof e?(r=e,i=t):(r={})[e]=t,i||(i={}),!this._validate(r,i))return!1;var o=i.unset,a=i.silent,s=[],l=this._changing;this._changing=!0,l||(this._previousAttributes=n.clone(this.attributes),this.changed={});var u=this.attributes,c=this.changed,d=this._previousAttributes;for(var h in r)t=r[h],n.isEqual(u[h],t)||s.push(h),n.isEqual(d[h],t)?delete c[h]:c[h]=t,o?delete u[h]:u[h]=t;if(this.idAttribute in r&&(this.id=this.get(this.idAttribute)),!a){s.length&&(this._pending=i);for(var p=0;p<s.length;p++)this.trigger("change:"+s[p],this,u[s[p]],i)}if(l)return this;if(!a)for(;this._pending;)i=this._pending,this._pending=!1,this.trigger("change",this,i);return this._pending=!1,this._changing=!1,this},unset:function(e,t){return this.set(e,void 0,n.extend({},t,{unset:!0}))},clear:function(e){var t={};for(var i in this.attributes)t[i]=void 0;return this.set(t,n.extend({},e,{unset:!0}))},hasChanged:function(e){return null==e?!n.isEmpty(this.changed):n.has(this.changed,e)},changedAttributes:function(e){if(!e)return!!this.hasChanged()&&n.clone(this.changed);var t,i=this._changing?this._previousAttributes:this.attributes,r={};for(var o in e){var a=e[o];n.isEqual(i[o],a)||(r[o]=a,t=!0)}return!!t&&r},previous:function(e){return null!=e&&this._previousAttributes?this._previousAttributes[e]:null},previousAttributes:function(){return n.clone(this._previousAttributes)},fetch:function(e){e=n.extend({parse:!0},e);var t=this,i=e.success;return e.success=function(n){var r=e.parse?t.parse(n,e):n;if(!t.set(r,e))return!1;i&&i.call(e.context,t,n,e),t.trigger("sync",t,n,e)},U(this,e),this.sync("read",this,e)},save:function(e,t,i){var r;null==e||"object"==typeof e?(r=e,i=t):(r={})[e]=t;var o=(i=n.extend({validate:!0,parse:!0},i)).wait;if(r&&!o){if(!this.set(r,i))return!1}else if(!this._validate(r,i))return!1;var a=this,s=i.success,l=this.attributes;i.success=function(e){a.attributes=l;var t=i.parse?a.parse(e,i):e;if(o&&(t=n.extend({},r,t)),t&&!a.set(t,i))return!1;s&&s.call(i.context,a,e,i),a.trigger("sync",a,e,i)},U(this,i),r&&o&&(this.attributes=n.extend({},l,r));var u=this.isNew()?"create":i.patch?"patch":"update";"patch"!==u||i.attrs||(i.attrs=r);var c=this.sync(u,this,i);return this.attributes=l,c},destroy:function(e){e=e?n.clone(e):{};var t=this,i=e.success,r=e.wait,o=function(){t.stopListening(),t.trigger("destroy",t,t.collection,e)};e.success=function(n){r&&o(),i&&i.call(e.context,t,n,e),t.isNew()||t.trigger("sync",t,n,e)};var a=!1;return this.isNew()?n.defer(e.success):(U(this,e),a=this.sync("delete",this,e)),r||o(),a},url:function(){var e=n.result(this,"urlRoot")||n.result(this.collection,"url")||W();if(this.isNew())return e;var t=this.get(this.idAttribute);return e.replace(/[^\/]$/,"$&/")+encodeURIComponent(t)},parse:function(e,t){return e},clone:function(){return new this.constructor(this.attributes)},isNew:function(){return!this.has(this.idAttribute)},isValid:function(e){return this._validate({},n.extend({},e,{validate:!0}))},_validate:function(e,t){if(!t.validate||!this.validate)return!0;e=n.extend({},this.attributes,e);var i=this.validationError=this.validate(e,t)||null;return!i||(this.trigger("invalid",this,i,n.extend(t,{validationError:i})),!1)}});var v=t.Collection=function(e,t){t||(t={}),this.preinitialize.apply(this,arguments),t.model&&(this.model=t.model),void 0!==t.comparator&&(this.comparator=t.comparator),this._reset(),this.initialize.apply(this,arguments),e&&this.reset(e,n.extend({silent:!0},t))},_={add:!0,remove:!0,merge:!0},b={add:!0,remove:!1},y=function(e,t,n){n=Math.min(Math.max(n,0),e.length);var i,r=Array(e.length-n),o=t.length;for(i=0;i<r.length;i++)r[i]=e[i+n];for(i=0;i<o;i++)e[i+n]=t[i];for(i=0;i<r.length;i++)e[i+o+n]=r[i]};n.extend(v.prototype,s,{model:A,preinitialize:function(){},initialize:function(){},toJSON:function(e){return this.map((function(t){return t.toJSON(e)}))},sync:function(){return t.sync.apply(this,arguments)},add:function(e,t){return this.set(e,n.extend({merge:!1},t,b))},remove:function(e,t){t=n.extend({},t);var i=!n.isArray(e);e=i?[e]:e.slice();var r=this._removeModels(e,t);return!t.silent&&r.length&&(t.changes={added:[],merged:[],removed:r},this.trigger("update",this,t)),i?r[0]:r},set:function(e,t){if(null!=e){(t=n.extend({},_,t)).parse&&!this._isModel(e)&&(e=this.parse(e,t)||[]);var i=!n.isArray(e);e=i?[e]:e.slice();var r=t.at;null!=r&&(r=+r),r>this.length&&(r=this.length),r<0&&(r+=this.length+1);var o,a,s=[],l=[],u=[],c=[],d={},h=t.add,p=t.merge,f=t.remove,m=!1,g=this.comparator&&null==r&&!1!==t.sort,A=n.isString(this.comparator)?this.comparator:null;for(a=0;a<e.length;a++){o=e[a];var v=this.get(o);if(v){if(p&&o!==v){var b=this._isModel(o)?o.attributes:o;t.parse&&(b=v.parse(b,t)),v.set(b,t),u.push(v),g&&!m&&(m=v.hasChanged(A))}d[v.cid]||(d[v.cid]=!0,s.push(v)),e[a]=v}else h&&(o=e[a]=this._prepareModel(o,t))&&(l.push(o),this._addReference(o,t),d[o.cid]=!0,s.push(o))}if(f){for(a=0;a<this.length;a++)d[(o=this.models[a]).cid]||c.push(o);c.length&&this._removeModels(c,t)}var w=!1,C=!g&&h&&f;if(s.length&&C?(w=this.length!==s.length||n.some(this.models,(function(e,t){return e!==s[t]})),this.models.length=0,y(this.models,s,0),this.length=this.models.length):l.length&&(g&&(m=!0),y(this.models,l,null==r?this.length:r),this.length=this.models.length),m&&this.sort({silent:!0}),!t.silent){for(a=0;a<l.length;a++)null!=r&&(t.index=r+a),(o=l[a]).trigger("add",o,this,t);(m||w)&&this.trigger("sort",this,t),(l.length||c.length||u.length)&&(t.changes={added:l,removed:c,merged:u},this.trigger("update",this,t))}return i?e[0]:e}},reset:function(e,t){t=t?n.clone(t):{};for(var i=0;i<this.models.length;i++)this._removeReference(this.models[i],t);return t.previousModels=this.models,this._reset(),e=this.add(e,n.extend({silent:!0},t)),t.silent||this.trigger("reset",this,t),e},push:function(e,t){return this.add(e,n.extend({at:this.length},t))},pop:function(e){var t=this.at(this.length-1);return this.remove(t,e)},unshift:function(e,t){return this.add(e,n.extend({at:0},t))},shift:function(e){var t=this.at(0);return this.remove(t,e)},slice:function(){return o.apply(this.models,arguments)},get:function(e){if(null!=e)return this._byId[e]||this._byId[this.modelId(this._isModel(e)?e.attributes:e)]||e.cid&&this._byId[e.cid]},has:function(e){return null!=this.get(e)},at:function(e){return e<0&&(e+=this.length),this.models[e]},where:function(e,t){return this[t?"find":"filter"](e)},findWhere:function(e){return this.where(e,!0)},sort:function(e){var t=this.comparator;if(!t)throw new Error("Cannot sort a set without a comparator");e||(e={});var i=t.length;return n.isFunction(t)&&(t=t.bind(this)),1===i||n.isString(t)?this.models=this.sortBy(t):this.models.sort(t),e.silent||this.trigger("sort",this,e),this},pluck:function(e){return this.map(e+"")},fetch:function(e){var t=(e=n.extend({parse:!0},e)).success,i=this;return e.success=function(n){var r=e.reset?"reset":"set";i[r](n,e),t&&t.call(e.context,i,n,e),i.trigger("sync",i,n,e)},U(this,e),this.sync("read",this,e)},create:function(e,t){var i=(t=t?n.clone(t):{}).wait;if(!(e=this._prepareModel(e,t)))return!1;i||this.add(e,t);var r=this,o=t.success;return t.success=function(e,t,n){i&&r.add(e,n),o&&o.call(n.context,e,t,n)},e.save(null,t),e},parse:function(e,t){return e},clone:function(){return new this.constructor(this.models,{model:this.model,comparator:this.comparator})},modelId:function(e){return e[this.model.prototype.idAttribute||"id"]},values:function(){return new C(this,x)},keys:function(){return new C(this,k)},entries:function(){return new C(this,M)},_reset:function(){this.length=0,this.models=[],this._byId={}},_prepareModel:function(e,t){if(this._isModel(e))return e.collection||(e.collection=this),e;(t=t?n.clone(t):{}).collection=this;var i=new this.model(e,t);return i.validationError?(this.trigger("invalid",this,i.validationError,t),!1):i},_removeModels:function(e,t){for(var n=[],i=0;i<e.length;i++){var r=this.get(e[i]);if(r){var o=this.indexOf(r);this.models.splice(o,1),this.length--,delete this._byId[r.cid];var a=this.modelId(r.attributes);null!=a&&delete this._byId[a],t.silent||(t.index=o,r.trigger("remove",r,this,t)),n.push(r),this._removeReference(r,t)}}return n},_isModel:function(e){return e instanceof A},_addReference:function(e,t){this._byId[e.cid]=e;var n=this.modelId(e.attributes);null!=n&&(this._byId[n]=e),e.on("all",this._onModelEvent,this)},_removeReference:function(e,t){delete this._byId[e.cid];var n=this.modelId(e.attributes);null!=n&&delete this._byId[n],this===e.collection&&delete e.collection,e.off("all",this._onModelEvent,this)},_onModelEvent:function(e,t,n,i){if(t){if(("add"===e||"remove"===e)&&n!==this)return;if("destroy"===e&&this.remove(t,i),"change"===e){var r=this.modelId(t.previousAttributes()),o=this.modelId(t.attributes);r!==o&&(null!=r&&delete this._byId[r],null!=o&&(this._byId[o]=t))}}this.trigger.apply(this,arguments)}});var w="function"==typeof Symbol&&Symbol.iterator;w&&(v.prototype[w]=v.prototype.values);var C=function(e,t){this._collection=e,this._kind=t,this._index=0},x=1,k=2,M=3;w&&(C.prototype[w]=function(){return this}),C.prototype.next=function(){if(this._collection){if(this._index<this._collection.length){var e,t=this._collection.at(this._index);if(this._index++,this._kind===x)e=t;else{var n=this._collection.modelId(t.attributes);e=this._kind===k?n:[n,t]}return{value:e,done:!1}}this._collection=void 0}return{value:void 0,done:!0}};var E=t.View=function(e){this.cid=n.uniqueId("view"),this.preinitialize.apply(this,arguments),n.extend(this,n.pick(e,T)),this._ensureElement(),this.initialize.apply(this,arguments)},L=/^(\S+)\s*(.*)$/,T=["model","collection","el","id","attributes","className","tagName","events"];n.extend(E.prototype,s,{tagName:"div",$:function(e){return this.$el.find(e)},preinitialize:function(){},initialize:function(){},render:function(){return this},remove:function(){return this._removeElement(),this.stopListening(),this},_removeElement:function(){this.$el.remove()},setElement:function(e){return this.undelegateEvents(),this._setElement(e),this.delegateEvents(),this},_setElement:function(e){this.$el=e instanceof t.$?e:t.$(e),this.el=this.$el[0]},delegateEvents:function(e){if(e||(e=n.result(this,"events")),!e)return this;for(var t in this.undelegateEvents(),e){var i=e[t];if(n.isFunction(i)||(i=this[i]),i){var r=t.match(L);this.delegate(r[1],r[2],i.bind(this))}}return this},delegate:function(e,t,n){return this.$el.on(e+".delegateEvents"+this.cid,t,n),this},undelegateEvents:function(){return this.$el&&this.$el.off(".delegateEvents"+this.cid),this},undelegate:function(e,t,n){return this.$el.off(e+".delegateEvents"+this.cid,t,n),this},_createElement:function(e){return document.createElement(e)},_ensureElement:function(){if(this.el)this.setElement(n.result(this,"el"));else{var e=n.extend({},n.result(this,"attributes"));this.id&&(e.id=n.result(this,"id")),this.className&&(e.class=n.result(this,"className")),this.setElement(this._createElement(n.result(this,"tagName"))),this._setAttributes(e)}},_setAttributes:function(e){this.$el.attr(e)}});var D=function(e,t,i,r){n.each(i,(function(n,i){t[i]&&(e.prototype[i]=function(e,t,n,i){switch(t){case 1:return function(){return e[n](this[i])};case 2:return function(t){return e[n](this[i],t)};case 3:return function(t,r){return e[n](this[i],B(t,this),r)};case 4:return function(t,r,o){return e[n](this[i],B(t,this),r,o)};default:return function(){var t=o.call(arguments);return t.unshift(this[i]),e[n].apply(e,t)}}}(t,n,i,r))}))},B=function(e,t){return n.isFunction(e)?e:n.isObject(e)&&!t._isModel(e)?S(e):n.isString(e)?function(t){return t.get(e)}:e},S=function(e){var t=n.matches(e);return function(e){return t(e.attributes)}};n.each([[v,{forEach:3,each:3,map:3,collect:3,reduce:0,foldl:0,inject:0,reduceRight:0,foldr:0,find:3,detect:3,filter:3,select:3,reject:3,every:3,all:3,some:3,any:3,include:3,includes:3,contains:3,invoke:0,max:3,min:3,toArray:1,size:1,first:3,head:3,take:3,initial:3,rest:3,tail:3,drop:3,last:3,without:0,difference:0,indexOf:3,shuffle:1,lastIndexOf:3,isEmpty:1,chain:1,sample:3,partition:3,groupBy:3,countBy:3,sortBy:3,indexBy:3,findIndex:3,findLastIndex:3},"models"],[A,{keys:1,values:1,pairs:1,invert:1,pick:0,omit:0,chain:1,isEmpty:1},"attributes"]],(function(e){var t=e[0],i=e[1],r=e[2];t.mixin=function(e){var i=n.reduce(n.functions(e),(function(e,t){return e[t]=0,e}),{});D(t,e,i,r)},D(t,n,i,r)})),t.sync=function(e,i,r){var o=Y[e];n.defaults(r||(r={}),{emulateHTTP:t.emulateHTTP,emulateJSON:t.emulateJSON});var a={type:o,dataType:"json"};if(r.url||(a.url=n.result(i,"url")||W()),null!=r.data||!i||"create"!==e&&"update"!==e&&"patch"!==e||(a.contentType="application/json",a.data=JSON.stringify(r.attrs||i.toJSON(r))),r.emulateJSON&&(a.contentType="application/x-www-form-urlencoded",a.data=a.data?{model:a.data}:{}),r.emulateHTTP&&("PUT"===o||"DELETE"===o||"PATCH"===o)){a.type="POST",r.emulateJSON&&(a.data._method=o);var s=r.beforeSend;r.beforeSend=function(e){if(e.setRequestHeader("X-HTTP-Method-Override",o),s)return s.apply(this,arguments)}}"GET"===a.type||r.emulateJSON||(a.processData=!1);var l=r.error;r.error=function(e,t,n){r.textStatus=t,r.errorThrown=n,l&&l.call(r.context,e,t,n)};var u=r.xhr=t.ajax(n.extend(a,r));return i.trigger("request",i,u,r),u};var Y={create:"POST",update:"PUT",patch:"PATCH",delete:"DELETE",read:"GET"};t.ajax=function(){return t.$.ajax.apply(t.$,arguments)};var I=t.Router=function(e){e||(e={}),this.preinitialize.apply(this,arguments),e.routes&&(this.routes=e.routes),this._bindRoutes(),this.initialize.apply(this,arguments)},O=/\((.*?)\)/g,j=/(\(\?)?:\w+/g,P=/\*\w+/g,H=/[\-{}\[\]+?.,\\\^$|#\s]/g;n.extend(I.prototype,s,{preinitialize:function(){},initialize:function(){},route:function(e,i,r){n.isRegExp(e)||(e=this._routeToRegExp(e)),n.isFunction(i)&&(r=i,i=""),r||(r=this[i]);var o=this;return t.history.route(e,(function(n){var a=o._extractParameters(e,n);!1!==o.execute(r,a,i)&&(o.trigger.apply(o,["route:"+i].concat(a)),o.trigger("route",i,a),t.history.trigger("route",o,i,a))})),this},execute:function(e,t,n){e&&e.apply(this,t)},navigate:function(e,n){return t.history.navigate(e,n),this},_bindRoutes:function(){if(this.routes){this.routes=n.result(this,"routes");for(var e,t=n.keys(this.routes);null!=(e=t.pop());)this.route(e,this.routes[e])}},_routeToRegExp:function(e){return e=e.replace(H,"\\$&").replace(O,"(?:$1)?").replace(j,(function(e,t){return t?e:"([^/?]+)"})).replace(P,"([^?]*?)"),new RegExp("^"+e+"(?:\\?([\\s\\S]*))?$")},_extractParameters:function(e,t){var i=e.exec(t).slice(1);return n.map(i,(function(e,t){return t===i.length-1?e||null:e?decodeURIComponent(e):null}))}});var F=t.History=function(){this.handlers=[],this.checkUrl=this.checkUrl.bind(this),"undefined"!=typeof window&&(this.location=window.location,this.history=window.history)},N=/^[#\/]|\s+$/g,R=/^\/+|\/+$/g,z=/#.*$/;F.started=!1,n.extend(F.prototype,s,{interval:50,atRoot:function(){return this.location.pathname.replace(/[^\/]$/,"$&/")===this.root&&!this.getSearch()},matchRoot:function(){return this.decodeFragment(this.location.pathname).slice(0,this.root.length-1)+"/"===this.root},decodeFragment:function(e){return decodeURI(e.replace(/%25/g,"%2525"))},getSearch:function(){var e=this.location.href.replace(/#.*/,"").match(/\?.+/);return e?e[0]:""},getHash:function(e){var t=(e||this).location.href.match(/#(.*)$/);return t?t[1]:""},getPath:function(){var e=this.decodeFragment(this.location.pathname+this.getSearch()).slice(this.root.length-1);return"/"===e.charAt(0)?e.slice(1):e},getFragment:function(e){return null==e&&(e=this._usePushState||!this._wantsHashChange?this.getPath():this.getHash()),e.replace(N,"")},start:function(e){if(F.started)throw new Error("Backbone.history has already been started");if(F.started=!0,this.options=n.extend({root:"/"},this.options,e),this.root=this.options.root,this._wantsHashChange=!1!==this.options.hashChange,this._hasHashChange="onhashchange"in window&&(void 0===document.documentMode||document.documentMode>7),this._useHashChange=this._wantsHashChange&&this._hasHashChange,this._wantsPushState=!!this.options.pushState,this._hasPushState=!(!this.history||!this.history.pushState),this._usePushState=this._wantsPushState&&this._hasPushState,this.fragment=this.getFragment(),this.root=("/"+this.root+"/").replace(R,"/"),this._wantsHashChange&&this._wantsPushState){if(!this._hasPushState&&!this.atRoot()){var t=this.root.slice(0,-1)||"/";return this.location.replace(t+"#"+this.getPath()),!0}this._hasPushState&&this.atRoot()&&this.navigate(this.getHash(),{replace:!0})}if(!this._hasHashChange&&this._wantsHashChange&&!this._usePushState){this.iframe=document.createElement("iframe"),this.iframe.src="javascript:0",this.iframe.style.display="none",this.iframe.tabIndex=-1;var i=document.body,r=i.insertBefore(this.iframe,i.firstChild).contentWindow;r.document.open(),r.document.close(),r.location.hash="#"+this.fragment}var o=window.addEventListener||function(e,t){return attachEvent("on"+e,t)};if(this._usePushState?o("popstate",this.checkUrl,!1):this._useHashChange&&!this.iframe?o("hashchange",this.checkUrl,!1):this._wantsHashChange&&(this._checkUrlInterval=setInterval(this.checkUrl,this.interval)),!this.options.silent)return this.loadUrl()},stop:function(){var e=window.removeEventListener||function(e,t){return detachEvent("on"+e,t)};this._usePushState?e("popstate",this.checkUrl,!1):this._useHashChange&&!this.iframe&&e("hashchange",this.checkUrl,!1),this.iframe&&(document.body.removeChild(this.iframe),this.iframe=null),this._checkUrlInterval&&clearInterval(this._checkUrlInterval),F.started=!1},route:function(e,t){this.handlers.unshift({route:e,callback:t})},checkUrl:function(e){var t=this.getFragment();if(t===this.fragment&&this.iframe&&(t=this.getHash(this.iframe.contentWindow)),t===this.fragment)return!1;this.iframe&&this.navigate(t),this.loadUrl()},loadUrl:function(e){return!!this.matchRoot()&&(e=this.fragment=this.getFragment(e),n.some(this.handlers,(function(t){if(t.route.test(e))return t.callback(e),!0})))},navigate:function(e,t){if(!F.started)return!1;t&&!0!==t||(t={trigger:!!t}),e=this.getFragment(e||"");var n=this.root;""!==e&&"?"!==e.charAt(0)||(n=n.slice(0,-1)||"/");var i=n+e;e=e.replace(z,"");var r=this.decodeFragment(e);if(this.fragment!==r){if(this.fragment=r,this._usePushState)this.history[t.replace?"replaceState":"pushState"]({},document.title,i);else{if(!this._wantsHashChange)return this.location.assign(i);if(this._updateHash(this.location,e,t.replace),this.iframe&&e!==this.getHash(this.iframe.contentWindow)){var o=this.iframe.contentWindow;t.replace||(o.document.open(),o.document.close()),this._updateHash(o.location,e,t.replace)}}return t.trigger?this.loadUrl(e):void 0}},_updateHash:function(e,t,n){if(n){var i=e.href.replace(/(javascript:|#).*$/,"");e.replace(i+"#"+t)}else e.hash="#"+t}}),t.history=new F,A.extend=v.extend=I.extend=E.extend=F.extend=function(e,t){var i,r=this;return i=e&&n.has(e,"constructor")?e.constructor:function(){return r.apply(this,arguments)},n.extend(i,r,t),i.prototype=n.create(r.prototype,e),i.prototype.constructor=i,i.__super__=r.prototype,i};var W=function(){throw new Error('A "url" property or function must be specified')},U=function(e,t){var n=t.error;t.error=function(i){n&&n.call(t.context,e,i,t),e.trigger("error",e,i,t)}};return t}(a,n,e,t)}.apply(t,r))||(e.exports=o)}).call(this,n(17))},function(e,t,n){var i=n(53),r=Function.toString;"function"!=typeof i.inspectSource&&(i.inspectSource=function(e){return r.call(e)}),e.exports=i.inspectSource},function(e,t){e.exports=["constructor","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","toLocaleString","toString","valueOf"]},function(e,t){t.f=Object.getOwnPropertySymbols},function(e,t,n){var i=n(45);e.exports=function(e,t,n){if(i(e),void 0===t)return e;switch(n){case 0:return function(){return e.call(t)};case 1:return function(n){return e.call(t,n)};case 2:return function(n,i){return e.call(t,n,i)};case 3:return function(n,i,r){return e.call(t,n,i,r)}}return function(){return e.apply(t,arguments)}}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),Object.defineProperty(t,"getRequestToken",{enumerable:!0,get:function(){return i.getRequestToken}}),Object.defineProperty(t,"onRequestTokenUpdate",{enumerable:!0,get:function(){return i.onRequestTokenUpdate}}),Object.defineProperty(t,"getCurrentUser",{enumerable:!0,get:function(){return r.getCurrentUser}});var i=n(174),r=n(175)},function(e,t,n){var i=n(11),r=n(4),o=n(102);e.exports=!i&&!r((function(){return 7!=Object.defineProperty(o("div"),"a",{get:function(){return 7}}).a}))},function(e,t,n){var i=n(47),r=n(56),o=i("keys");e.exports=function(e){return o[e]||(o[e]=r(e))}},function(e,t,n){"use strict";var i=n(34),r=n(19),o=n(33);e.exports=function(e,t,n){var a=i(t);a in e?r.f(e,a,o(0,n)):e[a]=n}},function(e,t,n){var i=n(10),r=n(63),o=n(9)("species");e.exports=function(e,t){var n;return r(e)&&("function"!=typeof(n=e.constructor)||n!==Array&&!r(n.prototype)?i(n)&&null===(n=n[o])&&(n=void 0):n=void 0),new(void 0===n?Array:n)(0===t?0:t)}},function(e,t,n){var i=n(4),r=n(9),o=n(50),a=r("species");e.exports=function(e){return o>=51||!i((function(){var t=[];return(t.constructor={})[a]=function(){return{foo:1}},1!==t[e](Boolean).foo}))}},function(e,t,n){var i=n(24).Symbol;e.exports=i},function(e,t,n){var i=n(104),r=n(13),o=n(466),a=n(19).f;e.exports=function(e){var t=i.Symbol||(i.Symbol={});r(t,e)||a(t,e,{value:o.f(e)})}},function(e,t,n){var i=n(19).f,r=n(13),o=n(9)("toStringTag");e.exports=function(e,t,n){e&&!r(e=n?e:e.prototype,o)&&i(e,o,{configurable:!0,value:t})}},function(e,t,n){var i=n(13),r=n(22),o=n(66).indexOf,a=n(55);e.exports=function(e,t){var n,s=r(e),l=0,u=[];for(n in s)!i(a,n)&&i(s,n)&&u.push(n);for(;t.length>l;)i(s,n=t[l++])&&(~o(u,n)||u.push(n));return u}},function(e,t,n){"use strict";var i=n(4);function r(e,t){return RegExp(e,t)}t.UNSUPPORTED_Y=i((function(){var e=r("a","y");return e.lastIndex=2,null!=e.exec("abcd")})),t.BROKEN_CARET=i((function(){var e=r("^r","gy");return e.lastIndex=2,null!=e.exec("str")}))},function(e,t,n){"use strict";n(40);var i=n(21),r=n(48),o=n(4),a=n(9),s=n(18),l=a("species"),u=RegExp.prototype,c=!o((function(){var e=/./;return e.exec=function(){var e=[];return e.groups={a:"7"},e},"7"!=="".replace(e,"$<a>")})),d="$0"==="a".replace(/./,"$0"),h=a("replace"),p=!!/./[h]&&""===/./[h]("a","$0"),f=!o((function(){var e=/(?:)/,t=e.exec;e.exec=function(){return t.apply(this,arguments)};var n="ab".split(e);return 2!==n.length||"a"!==n[0]||"b"!==n[1]}));e.exports=function(e,t,n,h){var m=a(e),g=!o((function(){var t={};return t[m]=function(){return 7},7!=""[e](t)})),A=g&&!o((function(){var t=!1,n=/a/;return"split"===e&&((n={}).constructor={},n.constructor[l]=function(){return n},n.flags="",n[m]=/./[m]),n.exec=function(){return t=!0,null},n[m](""),!t}));if(!g||!A||"replace"===e&&(!c||!d||p)||"split"===e&&!f){var v=/./[m],_=n(m,""[e],(function(e,t,n,i,o){var a=t.exec;return a===r||a===u.exec?g&&!o?{done:!0,value:v.call(t,n,i)}:{done:!0,value:e.call(n,t,i)}:{done:!1}}),{REPLACE_KEEPS_$0:d,REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE:p}),b=_[0],y=_[1];i(String.prototype,e,b),i(u,m,2==t?function(e,t){return y.call(e,this,t)}:function(e){return y.call(e,this)})}h&&s(u[m],"sham",!0)}},function(e,t,n){var i=n(32);e.exports=i("navigator","userAgent")||""},function(e,t,n){var i=n(23),r=n(20),o=function(e){return function(t,n){var o,a,s=String(r(t)),l=i(n),u=s.length;return l<0||l>=u?e?"":void 0:(o=s.charCodeAt(l))<55296||o>56319||l+1===u||(a=s.charCodeAt(l+1))<56320||a>57343?e?s.charAt(l):o:e?s.slice(l,l+2):a-56320+(o-55296<<10)+65536}};e.exports={codeAt:o(!1),charAt:o(!0)}},function(e,t,n){var i=n(28),r=n(48);e.exports=function(e,t){var n=e.exec;if("function"==typeof n){var o=n.call(e,t);if("object"!=typeof o)throw TypeError("RegExp exec method returned something other than an Object or null");return o}if("RegExp"!==i(e))throw TypeError("RegExp#exec called on incompatible receiver");return r.call(e,t)}},function(e,t,n){var i=n(3),r=n(127);i({target:"Object",stat:!0,forced:Object.assign!==r},{assign:r})},function(e,t,n){var i=n(85),r=n(73);e.exports=Object.keys||function(e){return i(e,r)}},function(e,t,n){"use strict";n.d(t,"c",(function(){return b})),n.d(t,"b",(function(){return y}));var i=n(6),r=n(0),o=n.n(r),a=n(479),s=n.n(a),l=n(178),u=n.n(l),c=n(233),d=n.n(c),h=n(117),p=n.n(h),f=n(12),m=n(7);
+/**
* @copyright 2019 Christoph Wurst <christoph@winzerhof-wurst.at>
*
- * @author 2019 Christoph Wurst <christoph@winzerhof-wurst.at>
+ * @author Christoph Wurst <christoph@winzerhof-wurst.at>
+ * @author John Molakvoæ <skjnldsv@protonmail.com>
*
* @license GNU AGPL version 3 or any later version
*
@@ -247,19 +482,65 @@ function s(t,n,i){"post"!==t&&"delete"!==t||!o.a.PasswordConfirmation.requiresPa
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see <http://www.gnu.org/licenses/>.
- */t.a={}},function(e,t,n){e.exports=n(160).default},function(e,t,n){var i=n(21);e.exports=!i((function(){return 7!=Object.defineProperty({},1,{get:function(){return 7}})[1]}))},function(e,t){e.exports=function(e){if(null==e)throw TypeError("Can't call method on "+e);return e}},function(e,t,n){var i=n(91),r=n(172),o=n(170);e.exports=i?function(e,t,n){return r.f(e,t,o(1,n))}:function(e,t,n){return e[t]=n,e}},,,,,,function(e,t,n){"use strict";e.exports=function(e){var t=[];return t.toString=function(){return this.map((function(t){var n=function(e,t){var n=e[1]||"",i=e[3];if(!i)return n;if(t&&"function"==typeof btoa){var r=(s=i,a=btoa(unescape(encodeURIComponent(JSON.stringify(s)))),l="sourceMappingURL=data:application/json;charset=utf-8;base64,".concat(a),"/*# ".concat(l," */")),o=i.sources.map((function(e){return"/*# sourceURL=".concat(i.sourceRoot||"").concat(e," */")}));return[n].concat(o).concat([r]).join("\n")}var s,a,l;return[n].join("\n")}(t,e);return t[2]?"@media ".concat(t[2]," {").concat(n,"}"):n})).join("")},t.i=function(e,n){"string"==typeof e&&(e=[[null,e,""]]);for(var i=0;i<e.length;i++){var r=[].concat(e[i]);n&&(r[2]?r[2]="".concat(n," and ").concat(r[2]):r[2]=n),t.push(r)}},t}},function(e,t,n){var i=n(472),r=n(670),o=n(57),s=n(36),a=n(677),l=[].push,c=function(e){var t=1==e,n=2==e,c=3==e,u=4==e,d=6==e,h=5==e||d;return function(f,p,m,g){for(var v,_,y=o(f),b=r(y),w=i(p,m,3),x=s(b.length),k=0,M=g||a,A=t?M(f,x):n?M(f,0):void 0;x>k;k++)if((h||k in b)&&(_=w(v=b[k],k,y),e))if(t)A[k]=_;else if(_)switch(e){case 3:return!0;case 5:return v;case 6:return k;case 2:l.call(A,v)}else if(u)return!1;return d?-1:c||u?u:A}};e.exports={forEach:c(0),map:c(1),filter:c(2),some:c(3),every:c(4),find:c(5),findIndex:c(6)}},function(e,t,n){"use strict";function i(e,t){for(var n=[],i={},r=0;r<t.length;r++){var o=t[r],s=o[0],a={id:e+":"+r,css:o[1],media:o[2],sourceMap:o[3]};i[s]?i[s].parts.push(a):n.push(i[s]={id:s,parts:[a]})}return n}n.r(t),n.d(t,"default",(function(){return f}));var r="undefined"!=typeof document;if("undefined"!=typeof DEBUG&&DEBUG&&!r)throw new Error("vue-style-loader cannot be used in a non-browser environment. Use { target: 'node' } in your Webpack config to indicate a server-rendering environment.");var o={},s=r&&(document.head||document.getElementsByTagName("head")[0]),a=null,l=0,c=!1,u=function(){},d=null,h="undefined"!=typeof navigator&&/msie [6-9]\b/.test(navigator.userAgent.toLowerCase());function f(e,t,n,r){c=n,d=r||{};var s=i(e,t);return p(s),function(t){for(var n=[],r=0;r<s.length;r++){var a=s[r];(l=o[a.id]).refs--,n.push(l)}t?p(s=i(e,t)):s=[];for(r=0;r<n.length;r++){var l;if(0===(l=n[r]).refs){for(var c=0;c<l.parts.length;c++)l.parts[c]();delete o[l.id]}}}}function p(e){for(var t=0;t<e.length;t++){var n=e[t],i=o[n.id];if(i){i.refs++;for(var r=0;r<i.parts.length;r++)i.parts[r](n.parts[r]);for(;r<n.parts.length;r++)i.parts.push(g(n.parts[r]));i.parts.length>n.parts.length&&(i.parts.length=n.parts.length)}else{var s=[];for(r=0;r<n.parts.length;r++)s.push(g(n.parts[r]));o[n.id]={id:n.id,refs:1,parts:s}}}}function m(){var e=document.createElement("style");return e.type="text/css",s.appendChild(e),e}function g(e){var t,n,i=document.querySelector('style[data-vue-ssr-id~="'+e.id+'"]');if(i){if(c)return u;i.parentNode.removeChild(i)}if(h){var r=l++;i=a||(a=m()),t=y.bind(null,i,r,!1),n=y.bind(null,i,r,!0)}else i=m(),t=b.bind(null,i),n=function(){i.parentNode.removeChild(i)};return t(e),function(i){if(i){if(i.css===e.css&&i.media===e.media&&i.sourceMap===e.sourceMap)return;t(e=i)}else n()}}var v,_=(v=[],function(e,t){return v[e]=t,v.filter(Boolean).join("\n")});function y(e,t,n,i){var r=n?"":i.css;if(e.styleSheet)e.styleSheet.cssText=_(t,r);else{var o=document.createTextNode(r),s=e.childNodes;s[t]&&e.removeChild(s[t]),s.length?e.insertBefore(o,s[t]):e.appendChild(o)}}function b(e,t){var n=t.css,i=t.media,r=t.sourceMap;if(i&&e.setAttribute("media",i),d.ssrId&&e.setAttribute("data-vue-ssr-id",t.id),r&&(n+="\n/*# sourceURL="+r.sources[0]+" */",n+="\n/*# sourceMappingURL=data:application/json;base64,"+btoa(unescape(encodeURIComponent(JSON.stringify(r))))+" */"),e.styleSheet)e.styleSheet.cssText=n;else{for(;e.firstChild;)e.removeChild(e.firstChild);e.appendChild(document.createTextNode(n))}}},function(e,t,n){var i=n(29),r=n(688),o=n(470),s=n(157),a=n(202),l=n(59),c=n(752),u=Object.getOwnPropertyDescriptor;t.f=i?u:function(e,t){if(e=s(e),t=a(t,!0),c)try{return u(e,t)}catch(e){}if(l(e,t))return o(!r.f.call(e,t),e[t])}},function(e,t,n){var i=n(18),r=n(113),o=n(59),s=n(719),a=n(720),l=n(114),c=l.get,u=l.enforce,d=String(String).split("String");(e.exports=function(e,t,n,a){var l=!!a&&!!a.unsafe,c=!!a&&!!a.enumerable,h=!!a&&!!a.noTargetGet;"function"==typeof n&&("string"!=typeof t||o(n,"name")||r(n,"name",t),u(n).source=d.join("string"==typeof t?t:"")),e!==i?(l?!h&&e[t]&&(c=!0):delete e[t],c?e[t]=n:r(e,t,n)):c?e[t]=n:s(t,n)})(Function.prototype,"toString",(function(){return"function"==typeof this&&c(this).source||a(this)}))},,function(e,t,n){var i=n(17),r=n(177).f,o=n(53),s=n(87),a=n(108),l=n(483),c=n(489);e.exports=function(e,t){var n,u,d,h,f,p=e.target,m=e.global,g=e.stat;if(n=m?i:g?i[p]||a(p,{}):(i[p]||{}).prototype)for(u in t){if(h=t[u],d=e.noTargetGet?(f=r(n,u))&&f.value:n[u],!c(m?u:p+(g?".":"#")+u,e.forced)&&void 0!==d){if(typeof h==typeof d)continue;l(h,d)}(e.sham||d&&d.sham)&&o(h,"sham",!0),s(n,u,h,e)}}},function(e,t,n){var i=n(180),r=n(85);e.exports=function(e){return i(r(e))}},function(e,t){var n={}.toString;e.exports=function(e){return n.call(e).slice(8,-1)}},function(e,t,n){var i=n(17),r=n(53);e.exports=function(e,t){try{r(i,e,t)}catch(n){i[e]=t}return t}},function(e,t,n){var i={};i[n(110)("toStringTag")]="z",e.exports="[object z]"===String(i)},function(e,t,n){var i=n(17),r=n(186),o=n(30),s=n(187),a=n(195),l=n(496),c=r("wks"),u=i.Symbol,d=l?u:u&&u.withoutSetter||s;e.exports=function(e){return o(c,e)||(a&&o(u,e)?c[e]=u[e]:c[e]=d("Symbol."+e)),c[e]}},function(e,t,n){"use strict";var i,r,o=n(197),s=n(499),a=RegExp.prototype.exec,l=String.prototype.replace,c=a,u=(i=/a/,r=/b*/g,a.call(i,"a"),a.call(r,"a"),0!==i.lastIndex||0!==r.lastIndex),d=s.UNSUPPORTED_Y||s.BROKEN_CARET,h=void 0!==/()??/.exec("")[1];(u||h||d)&&(c=function(e){var t,n,i,r,s=this,c=d&&s.sticky,f=o.call(s),p=s.source,m=0,g=e;return c&&(-1===(f=f.replace("y","")).indexOf("g")&&(f+="g"),g=String(e).slice(s.lastIndex),s.lastIndex>0&&(!s.multiline||s.multiline&&"\n"!==e[s.lastIndex-1])&&(p="(?: "+p+")",g=" "+g,m++),n=new RegExp("^(?:"+p+")",f)),h&&(n=new RegExp("^"+p+"$(?!\\s)",f)),u&&(t=s.lastIndex),i=a.call(c?n:s,g),c?i?(i.input=i.input.slice(m),i[0]=i[0].slice(m),i.index=s.lastIndex,s.lastIndex+=i[0].length):s.lastIndex=0:u&&i&&(s.lastIndex=s.global?i.index+i[0].length:t),h&&i&&i.length>1&&l.call(i[0],n,(function(){for(r=1;r<arguments.length-2;r++)void 0===arguments[r]&&(i[r]=void 0)})),i}),e.exports=c},function(e,t){e.exports=function(e){if(null==e)throw TypeError("Can't call method on "+e);return e}},function(e,t,n){var i=n(29),r=n(40),o=n(470);e.exports=i?function(e,t,n){return r.f(e,t,o(1,n))}:function(e,t,n){return e[t]=n,e}},function(e,t,n){var i,r,o,s=n(754),a=n(18),l=n(25),c=n(113),u=n(59),d=n(689),h=n(672),f=a.WeakMap;if(s){var p=new f,m=p.get,g=p.has,v=p.set;i=function(e,t){return v.call(p,e,t),t},r=function(e){return m.call(p,e)||{}},o=function(e){return g.call(p,e)}}else{var _=d("state");h[_]=!0,i=function(e,t){return c(e,_,t),t},r=function(e){return u(e,_)?e[_]:{}},o=function(e){return u(e,_)}}e.exports={set:i,get:r,has:o,enforce:function(e){return o(e)?r(e):i(e,{})},getterFor:function(e){return function(t){var n;if(!l(t)||(n=r(t)).type!==e)throw TypeError("Incompatible receiver, "+e+" required");return n}}}},function(e,t,n){var i=n(49);e.exports=!i((function(){return 7!=Object.defineProperty({},1,{get:function(){return 7}})[1]}))},function(e,t,n){var i=n(115),r=n(167),o=n(164);e.exports=i?function(e,t,n){return r.f(e,t,o(1,n))}:function(e,t,n){return e[t]=n,e}},function(e,t){var n,i,r=e.exports={};function o(){throw new Error("setTimeout has not been defined")}function s(){throw new Error("clearTimeout has not been defined")}function a(e){if(n===setTimeout)return setTimeout(e,0);if((n===o||!n)&&setTimeout)return n=setTimeout,setTimeout(e,0);try{return n(e,0)}catch(t){try{return n.call(null,e,0)}catch(t){return n.call(this,e,0)}}}!function(){try{n="function"==typeof setTimeout?setTimeout:o}catch(e){n=o}try{i="function"==typeof clearTimeout?clearTimeout:s}catch(e){i=s}}();var l,c=[],u=!1,d=-1;function h(){u&&l&&(u=!1,l.length?c=l.concat(c):d=-1,c.length&&f())}function f(){if(!u){var e=a(h);u=!0;for(var t=c.length;t;){for(l=c,c=[];++d<t;)l&&l[d].run();d=-1,t=c.length}l=null,u=!1,function(e){if(i===clearTimeout)return clearTimeout(e);if((i===s||!i)&&clearTimeout)return i=clearTimeout,clearTimeout(e);try{i(e)}catch(t){try{return i.call(null,e)}catch(t){return i.call(this,e)}}}(e)}}function p(e,t){this.fun=e,this.array=t}function m(){}r.nextTick=function(e){var t=new Array(arguments.length-1);if(arguments.length>1)for(var n=1;n<arguments.length;n++)t[n-1]=arguments[n];c.push(new p(e,t)),1!==c.length||u||a(f)},p.prototype.run=function(){this.fun.apply(null,this.array)},r.title="browser",r.browser=!0,r.env={},r.argv=[],r.version="",r.versions={},r.on=m,r.addListener=m,r.once=m,r.off=m,r.removeListener=m,r.removeAllListeners=m,r.emit=m,r.prependListener=m,r.prependOnceListener=m,r.listeners=function(e){return[]},r.binding=function(e){throw new Error("process.binding is not supported")},r.cwd=function(){return"/"},r.chdir=function(e){throw new Error("process.chdir is not supported")},r.umask=function(){return 0}},function(e,t,n){var i=n(15),r=n(217),o=n(43),s=n(44),a=n(72),l=n(8),c=n(120),u=Object.getOwnPropertyDescriptor;t.f=i?u:function(e,t){if(e=s(e),t=a(t,!0),c)try{return u(e,t)}catch(e){}if(l(e,t))return o(!r.f.call(e,t),e[t])}},function(e,t,n){var i=n(7),r=n(70),o="".split;e.exports=i((function(){return!Object("z").propertyIsEnumerable(0)}))?function(e){return"String"==r(e)?o.call(e,""):Object(e)}:Object},function(e,t,n){var i=n(15),r=n(7),o=n(121);e.exports=!i&&!r((function(){return 7!=Object.defineProperty(o("div"),"a",{get:function(){return 7}}).a}))},function(e,t,n){var i=n(5),r=n(10),o=i.document,s=r(o)&&r(o.createElement);e.exports=function(e){return s?o.createElement(e):{}}},function(e,t,n){var i=n(123),r=Function.toString;"function"!=typeof i.inspectSource&&(i.inspectSource=function(e){return r.call(e)}),e.exports=i.inspectSource},function(e,t,n){var i=n(5),r=n(73),o=i["__core-js_shared__"]||r("__core-js_shared__",{});e.exports=o},function(e,t,n){var i=n(75),r=n(123);(e.exports=function(e,t){return r[e]||(r[e]=void 0!==t?t:{})})("versions",[]).push({version:"3.6.4",mode:i?"pure":"global",copyright:"© 2020 Denis Pushkarev (zloirock.ru)"})},function(e,t,n){var i=n(8),r=n(44),o=n(223).indexOf,s=n(46);e.exports=function(e,t){var n,a=r(e),l=0,c=[];for(n in a)!i(s,n)&&i(a,n)&&c.push(n);for(;t.length>l;)i(a,n=t[l++])&&(~o(c,n)||c.push(n));return c}},function(e,t,n){var i=n(7),r=/#|\.prototype\./,o=function(e,t){var n=a[s(e)];return n==c||n!=l&&("function"==typeof t?i(t):!!t)},s=o.normalize=function(e){return String(e).replace(r,".").toLowerCase()},a=o.data={},l=o.NATIVE="N",c=o.POLYFILL="P";e.exports=o},function(e,t,n){var i=n(70);e.exports=Array.isArray||function(e){return"Array"==i(e)}},function(e,t,n){var i=n(10),r=n(127),o=n(6)("species");e.exports=function(e,t){var n;return r(e)&&("function"!=typeof(n=e.constructor)||n!==Array&&!r(n.prototype)?i(n)&&null===(n=n[o])&&(n=void 0):n=void 0),new(void 0===n?Array:n)(0===t?0:t)}},function(e,t,n){var i=n(7);e.exports=!!Object.getOwnPropertySymbols&&!i((function(){return!String(Symbol())}))},function(e,t,n){var i=n(7),r=n(6),o=n(131),s=r("species");e.exports=function(e){return o>=51||!i((function(){var t=[];return(t.constructor={})[s]=function(){return{foo:1}},1!==t[e](Boolean).foo}))}},function(e,t,n){var i,r,o=n(5),s=n(228),a=o.process,l=a&&a.versions,c=l&&l.v8;c?r=(i=c.split("."))[0]+i[1]:s&&(!(i=s.match(/Edge\/(\d+)/))||i[1]>=74)&&(i=s.match(/Chrome\/(\d+)/))&&(r=i[1]),e.exports=r&&+r},function(e,t,n){var i=n(80),r=n(119),o=n(79),s=n(48),a=n(128),l=[].push,c=function(e){var t=1==e,n=2==e,c=3==e,u=4==e,d=6==e,h=5==e||d;return function(f,p,m,g){for(var v,_,y=o(f),b=r(y),w=i(p,m,3),x=s(b.length),k=0,M=g||a,A=t?M(f,x):n?M(f,0):void 0;x>k;k++)if((h||k in b)&&(_=w(v=b[k],k,y),e))if(t)A[k]=_;else if(_)switch(e){case 3:return!0;case 5:return v;case 6:return k;case 2:l.call(A,v)}else if(u)return!1;return d?-1:c||u?u:A}};e.exports={forEach:c(0),map:c(1),filter:c(2),some:c(3),every:c(4),find:c(5),findIndex:c(6)}},function(e,t,n){var i=n(15),r=n(7),o=n(8),s=Object.defineProperty,a={},l=function(e){throw e};e.exports=function(e,t){if(o(a,e))return a[e];t||(t={});var n=[][e],c=!!o(t,"ACCESSORS")&&t.ACCESSORS,u=o(t,0)?t[0]:l,d=o(t,1)?t[1]:void 0;return a[e]=!!n&&!r((function(){if(c&&!i)return!0;var e={length:-1};c?s(e,1,{enumerable:!0,get:l}):e[1]=1,n.call(e,u,d)}))}},function(e,t,n){"use strict";var i=n(132).forEach,r=n(232),o=n(133),s=r("forEach"),a=o("forEach");e.exports=s&&a?[].forEach:function(e){return i(this,e,arguments.length>1?arguments[1]:void 0)}},function(e,t,n){"use strict";var i=n(44),r=n(233),o=n(34),s=n(45),a=n(82),l=s.set,c=s.getterFor("Array Iterator");e.exports=a(Array,"Array",(function(e,t){l(this,{type:"Array Iterator",target:i(e),index:0,kind:t})}),(function(){var e=c(this),t=e.target,n=e.kind,i=e.index++;return!t||i>=t.length?(e.target=void 0,{value:void 0,done:!0}):"keys"==n?{value:i,done:!1}:"values"==n?{value:t[i],done:!1}:{value:[i,t[i]],done:!1}}),"values"),o.Arguments=o.Array,r("keys"),r("values"),r("entries")},function(e,t,n){"use strict";var i,r,o,s=n(137),a=n(16),l=n(8),c=n(6),u=n(75),d=c("iterator"),h=!1;[].keys&&("next"in(o=[].keys())?(r=s(s(o)))!==Object.prototype&&(i=r):h=!0),null==i&&(i={}),u||l(i,d)||a(i,d,(function(){return this})),e.exports={IteratorPrototype:i,BUGGY_SAFARI_ITERATORS:h}},function(e,t,n){var i=n(8),r=n(79),o=n(74),s=n(238),a=o("IE_PROTO"),l=Object.prototype;e.exports=s?Object.getPrototypeOf:function(e){return e=r(e),i(e,a)?e[a]:"function"==typeof e.constructor&&e instanceof e.constructor?e.constructor.prototype:e instanceof Object?l:null}},function(e,t,n){var i=n(20),r=n(239);e.exports=Object.setPrototypeOf||("__proto__"in{}?function(){var e,t=!1,n={};try{(e=Object.getOwnPropertyDescriptor(Object.prototype,"__proto__").set).call(n,[]),t=n instanceof Array}catch(e){}return function(n,o){return i(n),r(o),t?e.call(n,o):n.__proto__=o,n}}():void 0)},function(e,t,n){var i=n(46),r=n(10),o=n(8),s=n(12).f,a=n(76),l=n(242),c=a("meta"),u=0,d=Object.isExtensible||function(){return!0},h=function(e){s(e,c,{value:{objectID:"O"+ ++u,weakData:{}}})},f=e.exports={REQUIRED:!1,fastKey:function(e,t){if(!r(e))return"symbol"==typeof e?e:("string"==typeof e?"S":"P")+e;if(!o(e,c)){if(!d(e))return"F";if(!t)return"E";h(e)}return e[c].objectID},getWeakData:function(e,t){if(!o(e,c)){if(!d(e))return!0;if(!t)return!1;h(e)}return e[c].weakData},onFreeze:function(e){return l&&f.REQUIRED&&d(e)&&!o(e,c)&&h(e),e}};i[c]=!0},function(e,t,n){var i=n(20),r=n(243),o=n(48),s=n(80),a=n(244),l=n(245),c=function(e,t){this.stopped=e,this.result=t};(e.exports=function(e,t,n,u,d){var h,f,p,m,g,v,_,y=s(t,n,u?2:1);if(d)h=e;else{if("function"!=typeof(f=a(e)))throw TypeError("Target is not iterable");if(r(f)){for(p=0,m=o(e.length);m>p;p++)if((g=u?y(i(_=e[p])[0],_[1]):y(e[p]))&&g instanceof c)return g;return new c(!1)}h=f.call(e)}for(v=h.next;!(_=v.call(h)).done;)if("object"==typeof(g=l(h,y,_.value,u))&&g&&g instanceof c)return g;return new c(!1)}).stop=function(e){return new c(!0,e)}},function(e,t,n){var i=n(84),r=n(70),o=n(6)("toStringTag"),s="Arguments"==r(function(){return arguments}());e.exports=i?r:function(e){var t,n,i;return void 0===e?"Undefined":null===e?"Null":"string"==typeof(n=function(e,t){try{return e[t]}catch(e){}}(t=Object(e),o))?n:s?r(t):"Object"==(i=r(t))&&"function"==typeof t.callee?"Arguments":i}},function(e,t){e.exports=function(e,t,n){if(!(e instanceof t))throw TypeError("Incorrect "+(n?n+" ":"")+"invocation");return e}},function(e,t){e.exports={CSSRuleList:0,CSSStyleDeclaration:0,CSSValueList:0,ClientRectList:0,DOMRectList:0,DOMStringList:0,DOMTokenList:1,DataTransferItemList:0,FileList:0,HTMLAllCollection:0,HTMLCollection:0,HTMLFormElement:0,HTMLSelectElement:0,MediaList:0,MimeTypeArray:0,NamedNodeMap:0,NodeList:1,PaintRequestList:0,Plugin:0,PluginArray:0,SVGLengthList:0,SVGNumberList:0,SVGPathSegList:0,SVGPointList:0,SVGStringList:0,SVGTransformList:0,SourceBufferList:0,StyleSheetList:0,TextTrackCueList:0,TextTrackList:0,TouchList:0}},function(e,t,n){var i=n(145),r=n(92);e.exports=function(e){return i(r(e))}},function(e,t,n){var i=n(21),r=n(146),o="".split;e.exports=i((function(){return!Object("z").propertyIsEnumerable(0)}))?function(e){return"String"==r(e)?o.call(e,""):Object(e)}:Object},function(e,t){var n={}.toString;e.exports=function(e){return n.call(e).slice(8,-1)}},function(e,t){var n=Math.ceil,i=Math.floor;e.exports=function(e){return isNaN(e=+e)?0:(e>0?i:n)(e)}},function(e,t,n){var i=n(92);e.exports=function(e){return Object(i(e))}},function(e,t,n){"use strict";var i,r,o=n(570),s=n(571),a=RegExp.prototype.exec,l=String.prototype.replace,c=a,u=(i=/a/,r=/b*/g,a.call(i,"a"),a.call(r,"a"),0!==i.lastIndex||0!==r.lastIndex),d=s.UNSUPPORTED_Y||s.BROKEN_CARET,h=void 0!==/()??/.exec("")[1];(u||h||d)&&(c=function(e){var t,n,i,r,s=this,c=d&&s.sticky,f=o.call(s),p=s.source,m=0,g=e;return c&&(-1===(f=f.replace("y","")).indexOf("g")&&(f+="g"),g=String(e).slice(s.lastIndex),s.lastIndex>0&&(!s.multiline||s.multiline&&"\n"!==e[s.lastIndex-1])&&(p="(?: "+p+")",g=" "+g,m++),n=new RegExp("^(?:"+p+")",f)),h&&(n=new RegExp("^"+p+"$(?!\\s)",f)),u&&(t=s.lastIndex),i=a.call(c?n:s,g),c?i?(i.input=i.input.slice(m),i[0]=i[0].slice(m),i.index=s.lastIndex,s.lastIndex+=i[0].length):s.lastIndex=0:u&&i&&(s.lastIndex=s.global?i.index+i[0].length:t),h&&i&&i.length>1&&l.call(i[0],n,(function(){for(r=1;r<arguments.length-2;r++)void 0===arguments[r]&&(i[r]=void 0)})),i}),e.exports=c},,,,function(e,t,n){var i=n(673),r=n(59),o=n(760),s=n(40).f;e.exports=function(e){var t=i.Symbol||(i.Symbol={});r(t,e)||s(t,e,{value:o.f(e)})}},function(e,t){e.exports=function(e){if("function"!=typeof e)throw TypeError(String(e)+" is not a function");return e}},function(e,t,n){var i=n(29),r=n(9),o=n(59),s=Object.defineProperty,a={},l=function(e){throw e};e.exports=function(e,t){if(o(a,e))return a[e];t||(t={});var n=[][e],c=!!o(t,"ACCESSORS")&&t.ACCESSORS,u=o(t,0)?t[0]:l,d=o(t,1)?t[1]:void 0;return a[e]=!!n&&!r((function(){if(c&&!i)return!0;var e={length:-1};c?s(e,1,{enumerable:!0,get:l}):e[1]=1,n.call(e,u,d)}))}},function(e,t,n){"use strict";
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ *
+ */
+window._oc_l10n_registry_translations=window._oc_l10n_registry_translations||{},window._oc_l10n_registry_plural_functions=window._oc_l10n_registry_plural_functions||{};const g=(e,t,n)=>{A(e)?((e,t,n)=>{window._oc_l10n_registry_translations[e]=Object.assign(window._oc_l10n_registry_translations[e],t),window._oc_l10n_registry_plural_functions[e]=n})(e,t,n):((e,t,n)=>{window._oc_l10n_registry_translations[e]=t,window._oc_l10n_registry_plural_functions[e]=n})(e,t,n)},A=e=>void 0!==window._oc_l10n_registry_translations[e]&&void 0!==window._oc_l10n_registry_plural_functions[e],v=e=>({translations:window._oc_l10n_registry_translations[e]||{},pluralFunction:window._oc_l10n_registry_plural_functions[e]}),_={load(e,t){if(A(e)||"en"===m.a.getLocale()){const e=o.a.Deferred(),n=e.promise();return n.then(t),e.resolve(),n}const n=this,i=Object(f.generateFilePath)(e,"l10n",m.a.getLocale()+".json");return o.a.get(i).then((function(t){t.translations&&n.register(e,t.translations,t.pluralForm)})).then(t)},register(e,t){g(e,t,this._getPlural)},_unregister:e=>{delete window._oc_l10n_registry_translations[e],delete window._oc_l10n_registry_plural_functions[e]},translate(e,t,n,r,o){const a=o||{};i.default.defaults(a,{escape:!0,sanitize:!0});const l=a.sanitize?s.a.sanitize:d.a,u=a.escape?p.a:d.a;let c=t;const h=v(e).translations[t];return void 0!==h&&(c=h),l("object"==typeof n||void 0!==r?function(e,t,n){return e.replace(/%n/g,n).replace(/{([^{}]*)}/g,(function(e,n){const i=t[n];return l("string"==typeof i||"number"==typeof i?u(i):e)}))}(c,n,r):c)},translatePlural(e,t,n,i,r,a){const s="_"+t+"_::_"+n+"_",l=v(e),u=l.translations[s];if(void 0!==u){const t=u;if(o.a.isArray(t)){const n=l.pluralFunction(i);return this.translate(e,t[n],r,i,a)}}return 1===i?this.translate(e,t,r,i,a):this.translate(e,n,r,i,a)},_getPlural(e){let t=m.a.getLanguage();if("pt-BR"===t&&(t="xbr"),void 0===t||""===t)return 1===e?0:1;switch(t.length>3&&(t=t.substring(0,t.lastIndexOf("-"))),t){case"az":case"bo":case"dz":case"id":case"ja":case"jv":case"ka":case"km":case"kn":case"ko":case"ms":case"th":case"tr":case"vi":case"zh":return 0;case"af":case"bn":case"bg":case"ca":case"da":case"de":case"el":case"en":case"eo":case"es":case"et":case"eu":case"fa":case"fi":case"fo":case"fur":case"fy":case"gl":case"gu":case"ha":case"he":case"hu":case"is":case"it":case"ku":case"lb":case"ml":case"mn":case"mr":case"nah":case"nb":case"ne":case"nl":case"nn":case"no":case"oc":case"om":case"or":case"pa":case"pap":case"ps":case"pt":case"so":case"sq":case"sv":case"sw":case"ta":case"te":case"tk":case"ur":case"zu":return 1===e?0:1;case"am":case"bh":case"fil":case"fr":case"gun":case"hi":case"hy":case"ln":case"mg":case"nso":case"xbr":case"ti":case"wa":return 0===e||1===e?0:1;case"be":case"bs":case"hr":case"ru":case"sh":case"sr":case"uk":return e%10==1&&e%100!=11?0:e%10>=2&&e%10<=4&&(e%100<10||e%100>=20)?1:2;case"cs":case"sk":return 1===e?0:e>=2&&e<=4?1:2;case"ga":return 1===e?0:2===e?1:2;case"lt":return e%10==1&&e%100!=11?0:e%10>=2&&(e%100<10||e%100>=20)?1:2;case"sl":return e%100==1?0:e%100==2?1:e%100==3||e%100==4?2:3;case"mk":return e%10==1?0:1;case"mt":return 1===e?0:0===e||e%100>1&&e%100<11?1:e%100>10&&e%100<20?2:3;case"lv":return 0===e?0:e%10==1&&e%100!=11?1:2;case"pl":return 1===e?0:e%10>=2&&e%10<=4&&(e%100<12||e%100>14)?1:2;case"cy":return 1===e?0:2===e?1:8===e||11===e?2:3;case"ro":return 1===e?0:0===e||e%100>0&&e%100<20?1:2;case"ar":return 0===e?0:1===e?1:2===e?2:e%100>=3&&e%100<=10?3:e%100>=11&&e%100<=99?4:5;default:return 0}}};t.a=_;const b=()=>{var e;return null!==(e=o()("html").data("locale"))&&void 0!==e?e:"en"},y=()=>o()("html").prop("lang");u.a.registerHelper("t",(function(e,t){return _.translate(e,t)}))},function(e,t,n){var i=n(4),r=/#|\.prototype\./,o=function(e,t){var n=s[a(e)];return n==u||n!=l&&("function"==typeof t?i(t):!!t)},a=o.normalize=function(e){return String(e).replace(r,".").toLowerCase()},s=o.data={},l=o.NATIVE="N",u=o.POLYFILL="P";e.exports=o},function(e,t,n){"use strict";var i=n(89).charAt;e.exports=function(e,t,n){return t+(n?i(e,t).length:1)}},function(e,t,n){var i=n(68),r=n(28),o=n(9)("toStringTag"),a="Arguments"==r(function(){return arguments}());e.exports=i?r:function(e){var t,n,i;return void 0===e?"Undefined":null===e?"Null":"string"==typeof(n=function(e,t){try{return e[t]}catch(e){}}(t=Object(e),o))?n:a?r(t):"Object"==(i=r(t))&&"function"==typeof t.callee?"Arguments":i}},function(e,t,n){"use strict";t.__esModule=!0;var i=["description","fileName","lineNumber","endLineNumber","message","name","number","stack"];function r(e,t){var n=t&&t.loc,o=void 0,a=void 0,s=void 0,l=void 0;n&&(o=n.start.line,a=n.end.line,s=n.start.column,l=n.end.column,e+=" - "+o+":"+s);for(var u=Error.prototype.constructor.call(this,e),c=0;c<i.length;c++)this[i[c]]=u[i[c]];Error.captureStackTrace&&Error.captureStackTrace(this,r);try{n&&(this.lineNumber=o,this.endLineNumber=a,Object.defineProperty?(Object.defineProperty(this,"column",{value:s,enumerable:!0}),Object.defineProperty(this,"endColumn",{value:l,enumerable:!0})):(this.column=s,this.endColumn=l))}catch(e){}}r.prototype=new Error,t.default=r,e.exports=t.default},function(e,t,n){var i,r=n(8),o=n(238),a=n(73),s=n(55),l=n(486),u=n(102),c=n(78),d=c("IE_PROTO"),h=function(){},p=function(e){return"<script>"+e+"<\/script>"},f=function(){try{i=document.domain&&new ActiveXObject("htmlfile")}catch(e){}var e,t;f=i?function(e){e.write(p("")),e.close();var t=e.parentWindow.Object;return e=null,t}(i):((t=u("iframe")).style.display="none",l.appendChild(t),t.src=String("javascript:"),(e=t.contentWindow.document).open(),e.write(p("document.F=Object")),e.close(),e.F);for(var n=a.length;n--;)delete f.prototype[a[n]];return f()};s[d]=!0,e.exports=Object.create||function(e,t){var n;return null!==e?(h.prototype=r(e),n=new h,h.prototype=null,n[d]=e):n=f(),void 0===t?n:o(n,t)}},function(e,t,n){var i=n(13),r=n(14),o=n(78),a=n(467),s=o("IE_PROTO"),l=Object.prototype;e.exports=a?Object.getPrototypeOf:function(e){return e=r(e),i(e,s)?e[s]:"function"==typeof e.constructor&&e instanceof e.constructor?e.constructor.prototype:e instanceof Object?l:null}},function(e,t,n){"use strict";n(126),Object.defineProperty(t,"__esModule",{value:!0}),t.loadState=function(e,t,n){var i=document.querySelector("#initial-state-".concat(e,"-").concat(t));if(null===i){if(void 0!==n)return n;throw new Error("Could not find initial state ".concat(t," of ").concat(e))}try{return JSON.parse(atob(i.value))}catch(n){throw new Error("Could not parse initial state ".concat(t," of ").concat(e))}}},function(e,t,n){"use strict";n.r(t),function(e){n.d(t,"getApps",(function(){return s})),n.d(t,"getKeys",(function(){return l})),n.d(t,"getValue",(function(){return u})),n.d(t,"setValue",(function(){return c})),n.d(t,"deleteKey",(function(){return d}));var i=n(0),r=n.n(i),o=n(7);
+/**
+ * @copyright Copyright (c) 2016 Joas Schilling <coding@schilljs.com>
+ *
+ * @author Christoph Wurst <christoph@winzerhof-wurst.at>
+ * @author John Molakvoæ <skjnldsv@protonmail.com>
+ *
+ * @license GNU AGPL version 3 or any later version
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Affero General Public License as
+ * published by the Free Software Foundation, either version 3 of the
+ * License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Affero General Public License for more details.
+ *
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ *
+ */
+function a(t,n,i){"post"!==t&&"delete"!==t||!o.a.PasswordConfirmation.requiresPasswordConfirmation()?(i=i||{},r.a.ajax({type:t.toUpperCase(),url:o.a.linkToOCS("apps/provisioning_api/api/v1",2)+"config/apps"+n,data:i.data||{},success:i.success,error:i.error})):o.a.PasswordConfirmation.requirePasswordConfirmation(e.bind(a,this,t,n,i))}function s(e){a("get","",e)}function l(e,t){a("get","/"+e,t)}function u(e,t,n,i){(i=i||{}).data={defaultValue:n},a("get","/"+e+"/"+t,i)}function c(e,t,n,i){(i=i||{}).data={value:n},a("post","/"+e+"/"+t,i)}function d(e,t,n){a("delete","/"+e+"/"+t,n)}}.call(this,n(6))},function(e,t,n){var i=n(5),r=n(10),o=i.document,a=r(o)&&r(o.createElement);e.exports=function(e){return a?o.createElement(e):{}}},function(e,t,n){var i=n(32),r=n(65),o=n(74),a=n(8);e.exports=i("Reflect","ownKeys")||function(e){var t=r.f(a(e)),n=o.f;return n?t.concat(n(e)):t}},function(e,t,n){var i=n(5);e.exports=i},function(e,t,n){var i=n(68),r=n(21),o=n(164);i||r(Object.prototype,"toString",o,{unsafe:!0})},function(e,t,n){var i=n(276),r=n(277),o=n(278),a=n(279),s=n(280);function l(e){var t=-1,n=null==e?0:e.length;for(this.clear();++t<n;){var i=e[t];this.set(i[0],i[1])}}l.prototype.clear=i,l.prototype.delete=r,l.prototype.get=o,l.prototype.has=a,l.prototype.set=s,e.exports=l},function(e,t,n){var i=n(112);e.exports=function(e,t){for(var n=e.length;n--;)if(i(e[n][0],t))return n;return-1}},function(e,t,n){var i=n(54)(Object,"create");e.exports=i},function(e,t,n){var i=n(294);e.exports=function(e,t){var n=e.__data__;return i(t)?n["string"==typeof t?"string":"hash"]:n.map}},function(e,t,n){var i=n(13),r=n(103),o=n(29),a=n(19);e.exports=function(e,t){for(var n=r(t),s=a.f,l=o.f,u=0;u<n.length;u++){var c=n[u];i(e,c)||s(e,c,l(t,c))}}},function(e,t,n){var i=n(67);e.exports=i&&!Symbol.sham&&"symbol"==typeof Symbol.iterator},function(e,t){e.exports=function(e,t){return e===t||e!=e&&t!=t}},function(e,t){e.exports=function(e){return e.webpackPolyfill||(e.deprecate=function(){},e.paths=[],e.children||(e.children=[]),Object.defineProperty(e,"loaded",{enumerable:!0,get:function(){return e.l}}),Object.defineProperty(e,"id",{enumerable:!0,get:function(){return e.i}}),e.webpackPolyfill=1),e}},function(e,t,n){var i=n(303),r=n(137),o=n(304),a=n(305),s=n(193),l=n(59),u=n(181),c=u(i),d=u(r),h=u(o),p=u(a),f=u(s),m=l;(i&&"[object DataView]"!=m(new i(new ArrayBuffer(1)))||r&&"[object Map]"!=m(new r)||o&&"[object Promise]"!=m(o.resolve())||a&&"[object Set]"!=m(new a)||s&&"[object WeakMap]"!=m(new s))&&(m=function(e){var t=l(e),n="[object Object]"==t?e.constructor:void 0,i=n?u(n):"";if(i)switch(i){case c:return"[object DataView]";case d:return"[object Map]";case h:return"[object Promise]";case p:return"[object Set]";case f:return"[object WeakMap]"}return t}),e.exports=m},function(e,t,n){var i=n(20),r=/"/g;e.exports=function(e,t,n,o){var a=String(i(e)),s="<"+t;return""!==n&&(s+=" "+n+'="'+String(o).replace(r,"&quot;")+'"'),s+">"+a+"</"+t+">"}},function(e,t,n){var i=n(4);e.exports=function(e){return i((function(){var t=""[e]('"');return t!==t.toLowerCase()||t.split('"').length>3}))}},function(e,t,n){"use strict";
/*!
* escape-html
* Copyright(c) 2012-2013 TJ Holowaychuk
* Copyright(c) 2015 Andreas Lubbe
* Copyright(c) 2015 Tiancheng "Timothy" Gu
* MIT Licensed
- */var i=/["'&<>]/;e.exports=function(e){var t,n=""+e,r=i.exec(n);if(!r)return n;var o="",s=0,a=0;for(s=r.index;s<n.length;s++){switch(n.charCodeAt(s)){case 34:t="&quot;";break;case 38:t="&amp;";break;case 39:t="&#39;";break;case 60:t="&lt;";break;case 62:t="&gt;";break;default:continue}a!==s&&(o+=n.substring(a,s)),a=s+1,o+=t}return a!==s?o+n.substring(a,s):o}},function(e,t,n){var i=n(670),r=n(112);e.exports=function(e){return i(r(e))}},function(e,t,n){var i=n(112),r=/"/g;e.exports=function(e,t,n,o){var s=String(i(e)),a="<"+t;return""!==n&&(a+=" "+n+'="'+String(o).replace(r,"&quot;")+'"'),a+">"+s+"</"+t+">"}},function(e,t,n){var i=n(9);e.exports=function(e){return i((function(){var t=""[e]('"');return t!==t.toLowerCase()||t.split('"').length>3}))}},function(e,t,n){"use strict";function i(e){return e&&e.__esModule?e:{default:e}}function r(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&(t[n]=e[n]);return t.default=e,t}t.__esModule=!0;var o=r(n(298)),s=i(n(588)),a=i(n(52)),l=r(n(27)),c=r(n(589)),u=i(n(591));function d(){var e=new o.HandlebarsEnvironment;return l.extend(e,o),e.SafeString=s.default,e.Exception=a.default,e.Utils=l,e.escapeExpression=l.escapeExpression,e.VM=c,e.template=function(t){return c.template(t,e)},e}var h=d();h.create=d,u.default(h),h.default=h,t.default=h,e.exports=t.default},function(e,t){var n={}.toString;e.exports=function(e){return n.call(e).slice(8,-1)}},function(e,t,n){var i=n(673),r=n(18),o=function(e){return"function"==typeof e?e:void 0};e.exports=function(e,t){return arguments.length<2?o(i[e])||o(r[e]):i[e]&&i[e][t]||r[e]&&r[e][t]}},function(e,t){var n=Math.ceil,i=Math.floor;e.exports=function(e){return isNaN(e=+e)?0:(e>0?i:n)(e)}},function(e,t){e.exports=function(e,t){return{enumerable:!(1&e),configurable:!(2&e),writable:!(4&e),value:t}}},function(e,t,n){var i=n(521),r=n(264);e.exports=function(e){return i(r(e))}},function(e,t,n){var i=n(63);e.exports=function(e,t){if(!i(e))return e;var n,r;if(t&&"function"==typeof(n=e.toString)&&!i(r=n.call(e)))return r;if("function"==typeof(n=e.valueOf)&&!i(r=n.call(e)))return r;if(!t&&"function"==typeof(n=e.toString)&&!i(r=n.call(e)))return r;throw TypeError("Can't convert object to primitive value")}},function(e,t,n){var i=n(115),r=n(265),o=n(266),s=n(166),a=Object.defineProperty;t.f=i?a:function(e,t,n){if(o(e),t=s(t,!0),o(n),r)try{return a(e,t,n)}catch(e){}if("get"in n||"set"in n)throw TypeError("Accessors not supported");return"value"in n&&(e[t]=n.value),e}},function(e,t,n){var i=n(23),r=n(116);e.exports=function(e,t){try{r(i,e,t)}catch(n){i[e]=t}return t}},function(e,t,n){var i=n(23),r=n(269),o=n(64),s=n(270),a=n(276),l=n(541),c=r("wks"),u=i.Symbol,d=l?u:u&&u.withoutSetter||s;e.exports=function(e){return o(c,e)||(a&&o(u,e)?c[e]=u[e]:c[e]=d("Symbol."+e)),c[e]}},function(e,t){e.exports=function(e,t){return{enumerable:!(1&e),configurable:!(2&e),writable:!(4&e),value:t}}},function(e,t,n){var i=n(50);e.exports=function(e,t){if(!i(e))return e;var n,r;if(t&&"function"==typeof(n=e.toString)&&!i(r=n.call(e)))return r;if("function"==typeof(n=e.valueOf)&&!i(r=n.call(e)))return r;if(!t&&"function"==typeof(n=e.toString)&&!i(r=n.call(e)))return r;throw TypeError("Can't convert object to primitive value")}},function(e,t,n){var i=n(91),r=n(280),o=n(66),s=n(171),a=Object.defineProperty;t.f=i?a:function(e,t,n){if(o(e),t=s(t,!0),o(n),r)try{return a(e,t,n)}catch(e){}if("get"in n||"set"in n)throw TypeError("Accessors not supported");return"value"in n&&(e[t]=n.value),e}},function(e,t,n){var i=n(24),r=n(93);e.exports=function(e,t){try{r(i,e,t)}catch(n){i[e]=t}return t}},function(e,t,n){var i=n(21),r=n(68),o=n(291),s=r("species");e.exports=function(e){return o>=51||!i((function(){var t=[];return(t.constructor={})[s]=function(){return{foo:1}},1!==t[e](Boolean).foo}))}},function(e,t){e.exports=function(e){if("function"!=typeof e)throw TypeError(String(e)+" is not a function");return e}},function(e,t,n){var i=n(91),r=n(21),o=n(51),s=Object.defineProperty,a={},l=function(e){throw e};e.exports=function(e,t){if(o(a,e))return a[e];t||(t={});var n=[][e],c=!!o(t,"ACCESSORS")&&t.ACCESSORS,u=o(t,0)?t[0]:l,d=o(t,1)?t[1]:void 0;return a[e]=!!n&&!r((function(){if(c&&!i)return!0;var e={length:-1};c?s(e,1,{enumerable:!0,get:l}):e[1]=1,n.call(e,u,d)}))}},function(e,t,n){var i=n(39),r=n(178),o=n(179),s=n(106),a=n(181),l=n(30),c=n(182),u=Object.getOwnPropertyDescriptor;t.f=i?u:function(e,t){if(e=s(e),t=a(t,!0),c)try{return u(e,t)}catch(e){}if(l(e,t))return o(!r.f.call(e,t),e[t])}},function(e,t,n){"use strict";var i={}.propertyIsEnumerable,r=Object.getOwnPropertyDescriptor,o=r&&!i.call({1:2},1);t.f=o?function(e){var t=r(this,e);return!!t&&t.enumerable}:i},function(e,t){e.exports=function(e,t){return{enumerable:!(1&e),configurable:!(2&e),writable:!(4&e),value:t}}},function(e,t,n){var i=n(13),r=n(107),o="".split;e.exports=i((function(){return!Object("z").propertyIsEnumerable(0)}))?function(e){return"String"==r(e)?o.call(e,""):Object(e)}:Object},function(e,t,n){var i=n(86);e.exports=function(e,t){if(!i(e))return e;var n,r;if(t&&"function"==typeof(n=e.toString)&&!i(r=n.call(e)))return r;if("function"==typeof(n=e.valueOf)&&!i(r=n.call(e)))return r;if(!t&&"function"==typeof(n=e.toString)&&!i(r=n.call(e)))return r;throw TypeError("Can't convert object to primitive value")}},function(e,t,n){var i=n(39),r=n(13),o=n(478);e.exports=!i&&!r((function(){return 7!=Object.defineProperty(o("div"),"a",{get:function(){return 7}}).a}))},function(e,t,n){var i=n(39),r=n(182),o=n(54),s=n(181),a=Object.defineProperty;t.f=i?a:function(e,t,n){if(o(e),t=s(t,!0),o(n),r)try{return a(e,t,n)}catch(e){}if("get"in n||"set"in n)throw TypeError("Accessors not supported");return"value"in n&&(e[t]=n.value),e}},function(e,t,n){var i=n(185),r=Function.toString;"function"!=typeof i.inspectSource&&(i.inspectSource=function(e){return r.call(e)}),e.exports=i.inspectSource},function(e,t,n){var i=n(17),r=n(108),o=i["__core-js_shared__"]||r("__core-js_shared__",{});e.exports=o},function(e,t,n){var i=n(482),r=n(185);(e.exports=function(e,t){return r[e]||(r[e]=void 0!==t?t:{})})("versions",[]).push({version:"3.6.4",mode:i?"pure":"global",copyright:"© 2020 Denis Pushkarev (zloirock.ru)"})},function(e,t){var n=0,i=Math.random();e.exports=function(e){return"Symbol("+String(void 0===e?"":e)+")_"+(++n+i).toString(36)}},function(e,t){e.exports={}},function(e,t,n){var i=n(30),r=n(106),o=n(190).indexOf,s=n(188);e.exports=function(e,t){var n,a=r(e),l=0,c=[];for(n in a)!i(s,n)&&i(a,n)&&c.push(n);for(;t.length>l;)i(a,n=t[l++])&&(~o(c,n)||c.push(n));return c}},function(e,t,n){var i=n(106),r=n(191),o=n(488),s=function(e){return function(t,n,s){var a,l=i(t),c=r(l.length),u=o(s,c);if(e&&n!=n){for(;c>u;)if((a=l[u++])!=a)return!0}else for(;c>u;u++)if((e||u in l)&&l[u]===n)return e||u||0;return!e&&-1}};e.exports={includes:s(!0),indexOf:s(!1)}},function(e,t,n){var i=n(88),r=Math.min;e.exports=function(e){return e>0?r(i(e),9007199254740991):0}},function(e,t){e.exports=["constructor","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","toLocaleString","toString","valueOf"]},function(e,t){t.f=Object.getOwnPropertySymbols},function(e,t,n){var i=n(85);e.exports=function(e){return Object(i(e))}},function(e,t,n){var i=n(13);e.exports=!!Object.getOwnPropertySymbols&&!i((function(){return!String(Symbol())}))},function(e,t,n){"use strict";var i=n(105),r=n(111);i({target:"RegExp",proto:!0,forced:/./.exec!==r},{exec:r})},function(e,t,n){"use strict";var i=n(54);e.exports=function(){var e=i(this),t="";return e.global&&(t+="g"),e.ignoreCase&&(t+="i"),e.multiline&&(t+="m"),e.dotAll&&(t+="s"),e.unicode&&(t+="u"),e.sticky&&(t+="y"),t}},,,,,function(e,t,n){var i=n(25);e.exports=function(e,t){if(!i(e))return e;var n,r;if(t&&"function"==typeof(n=e.toString)&&!i(r=n.call(e)))return r;if("function"==typeof(n=e.valueOf)&&!i(r=n.call(e)))return r;if(!t&&"function"==typeof(n=e.toString)&&!i(r=n.call(e)))return r;throw TypeError("Can't convert object to primitive value")}},function(e,t){e.exports=!1},function(e,t,n){var i=n(59),r=n(57),o=n(689),s=n(729),a=o("IE_PROTO"),l=Object.prototype;e.exports=s?Object.getPrototypeOf:function(e){return e=r(e),i(e,a)?e[a]:"function"==typeof e.constructor&&e instanceof e.constructor?e.constructor.prototype:e instanceof Object?l:null}},,,function(e,t,n){"use strict";(function(e){n.d(t,"b",(function(){return i})),n.d(t,"a",(function(){return r}));
+ */var i=/["'&<>]/;e.exports=function(e){var t,n=""+e,r=i.exec(n);if(!r)return n;var o="",a=0,s=0;for(a=r.index;a<n.length;a++){switch(n.charCodeAt(a)){case 34:t="&quot;";break;case 38:t="&amp;";break;case 39:t="&#39;";break;case 60:t="&lt;";break;case 62:t="&gt;";break;default:continue}s!==a&&(o+=n.substring(s,a)),s=a+1,o+=t}return s!==a?o+n.substring(s,a):o}},,function(e,t,n){"use strict";
+/**
+ * @copyright 2020 Christoph Wurst <christoph@winzerhof-wurst.at>
+ *
+ * @author Christoph Wurst <christoph@winzerhof-wurst.at>
+ *
+ * @license GNU AGPL version 3 or any later version
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Affero General Public License as
+ * published by the Free Software Foundation, either version 3 of the
+ * License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Affero General Public License for more details.
+ *
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ *
+ */
/**
* @copyright 2019 Christoph Wurst <christoph@winzerhof-wurst.at>
*
- * @author 2019 Christoph Wurst <christoph@winzerhof-wurst.at>
+ * @author Christoph Wurst <christoph@winzerhof-wurst.at>
*
* @license GNU AGPL version 3 or any later version
*
@@ -274,13 +555,63 @@ function s(t,n,i){"post"!==t&&"delete"!==t||!o.a.PasswordConfirmation.requiresPa
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ *
+ */t.a={Search:class{constructor(){console.warn("OCA.Search is deprecated. Please use the unified search API instead")}}}},function(e,t,n){"use strict";function i(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];if(arguments.length<1)return"";var i=t.filter((function(e){return e.length>0}));if(i.length<1)return"";var r=i[i.length-1],o="/"===i[0].charAt(0),a="/"===r.charAt(r.length-1),s=i.reduce((function(e,t){return e.concat(t.split("/"))}),[]),l=!o,u=s.reduce((function(e,t){return""===t?e:l?(l=!1,e+t):e+"/"+t}),"");return a?u+"/":u}n(126),n(190),n(482),n(236),n(237),n(40),n(62),n(483),Object.defineProperty(t,"__esModule",{value:!0}),t.encodePath=function(e){if(!e)return e;return e.split("/").map(encodeURIComponent).join("/")},t.basename=function(e){return e.replace(/\\/g,"/").replace(/.*\//,"")},t.dirname=function(e){return e.replace(/\\/g,"/").replace(/\/[^\/]*$/,"")},t.joinPaths=i,t.isSamePath=function(e,t){var n=(e||"").split("/").filter((function(e){return"."!==e})),r=(t||"").split("/").filter((function(e){return"."!==e}));return e=i.apply(void 0,n),t=i.apply(void 0,r),e===t}},function(e,t,n){var i=n(5),r=n(72),o=i.WeakMap;e.exports="function"==typeof o&&/native code/.test(r(o))},function(e,t,n){var i=n(14),r=Math.floor,o="".replace,a=/\$([$&'`]|\d{1,2}|<[^>]*>)/g,s=/\$([$&'`]|\d{1,2})/g;e.exports=function(e,t,n,l,u,c){var d=n+e.length,h=l.length,p=s;return void 0!==u&&(u=i(u),p=a),o.call(c,p,(function(i,o){var a;switch(o.charAt(0)){case"$":return"$";case"&":return e;case"`":return t.slice(0,n);case"'":return t.slice(d);case"<":a=u[o.slice(1,-1)];break;default:var s=+o;if(0===s)return i;if(s>h){var c=r(s/10);return 0===c?i:c<=h?void 0===l[c-1]?o.charAt(1):l[c-1]+o.charAt(1):i}a=l[s-1]}return void 0===a?"":a}))}},function(e,t,n){"use strict";var i=n(21),r=n(8),o=n(4),a=n(61),s=RegExp.prototype,l=s.toString,u=o((function(){return"/a/b"!=l.call({source:"a",flags:"b"})})),c="toString"!=l.name;(u||c)&&i(RegExp.prototype,"toString",(function(){var e=r(this),t=String(e.source),n=e.flags;return"/"+t+"/"+String(void 0===n&&e instanceof RegExp&&!("flags"in s)?a.call(e):n)}),{unsafe:!0})},function(e,t,n){e.exports=n(178).default},function(e,t){e.exports=function(e){return e}},function(e,t,n){"use strict";var i=n(3),r=n(4),o=n(63),a=n(10),s=n(14),l=n(15),u=n(79),c=n(80),d=n(81),h=n(9),p=n(50),f=h("isConcatSpreadable"),m=p>=51||!r((function(){var e=[];return e[f]=!1,e.concat()[0]!==e})),g=d("concat"),A=function(e){if(!a(e))return!1;var t=e[f];return void 0!==t?!!t:o(e)};i({target:"Array",proto:!0,forced:!m||!g},{concat:function(e){var t,n,i,r,o,a=s(this),d=c(a,0),h=0;for(t=-1,i=arguments.length;t<i;t++)if(A(o=-1===t?a:arguments[t])){if(h+(r=l(o.length))>9007199254740991)throw TypeError("Maximum allowed index exceeded");for(n=0;n<r;n++,h++)n in o&&u(d,h,o[n])}else{if(h>=9007199254740991)throw TypeError("Maximum allowed index exceeded");u(d,h++,o)}return d.length=h,d}})},function(e,t,n){"use strict";var i=n(11),r=n(4),o=n(92),a=n(74),s=n(64),l=n(14),u=n(43),c=Object.assign,d=Object.defineProperty;e.exports=!c||r((function(){if(i&&1!==c({b:1},c(d({},"a",{enumerable:!0,get:function(){d(this,"b",{value:3,enumerable:!1})}}),{b:2})).b)return!0;var e={},t={},n=Symbol();return e[n]=7,"abcdefghijklmnopqrst".split("").forEach((function(e){t[e]=e})),7!=c({},e)[n]||"abcdefghijklmnopqrst"!=o(c({},t)).join("")}))?function(e,t){for(var n=l(e),r=arguments.length,c=1,d=a.f,h=s.f;r>c;)for(var p,f=u(arguments[c++]),m=d?o(f).concat(d(f)):o(f),g=m.length,A=0;g>A;)p=m[A++],i&&!h.call(f,p)||(n[p]=f[p]);return n}:c},function(e,t,n){var i=n(8),r=n(45),o=n(9)("species");e.exports=function(e,t){var n,a=i(e).constructor;return void 0===a||null==(n=i(a)[o])?t:r(n)}},function(e,t,n){var i=n(59),r=n(49);e.exports=function(e){if(!r(e))return!1;var t=i(e);return"[object Function]"==t||"[object GeneratorFunction]"==t||"[object AsyncFunction]"==t||"[object Proxy]"==t}},function(e,t,n){var i=n(49),r=Object.create,o=function(){function e(){}return function(t){if(!i(t))return{};if(r)return r(t);e.prototype=t;var n=new e;return e.prototype=void 0,n}}();e.exports=o},function(e,t){e.exports=function(e,t){var n=-1,i=e.length;for(t||(t=Array(i));++n<i;)t[n]=e[n];return t}},function(e,t,n){var i=n(59),r=n(37);e.exports=function(e){return"symbol"==typeof e||r(e)&&"[object Symbol]"==i(e)}},function(e,t,n){var i=n(200),r=n(167);e.exports=function(e,t,n,o){var a=!n;n||(n={});for(var s=-1,l=t.length;++s<l;){var u=t[s],c=o?o(n[u],e[u],u,n,e):void 0;void 0===c&&(c=e[u]),a?r(n,u,c):i(n,u,c)}return n}},function(e,t,n){var i=n(183),r=n(201),o=n(156);e.exports=function(e){return o(e)?i(e):r(e)}},function(e,t,n){(function(e){var i=n(24),r=n(272),o=t&&!t.nodeType&&t,a=o&&"object"==typeof e&&e&&!e.nodeType&&e,s=a&&a.exports===o?i.Buffer:void 0,l=(s?s.isBuffer:void 0)||r;e.exports=l}).call(this,n(113)(e))},function(e,t){var n=Object.prototype;e.exports=function(e){var t=e&&e.constructor;return e===("function"==typeof t&&t.prototype||n)}},function(e,t,n){var i=n(54)(n(24),"Map");e.exports=i},function(e,t,n){var i=n(132);e.exports=function(e){if("string"==typeof e||i(e))return e;var t=e+"";return"0"==t&&1/e==-1/0?"-0":t}},,,,,,,,,function(e,t,n){"use strict";var i=n(36).forEach,r=n(51)("forEach");e.exports=r?[].forEach:function(e){return i(this,e,arguments.length>1?arguments[1]:void 0)}},function(e,t,n){var i=n(8),r=n(490);e.exports=Object.setPrototypeOf||("__proto__"in{}?function(){var e,t=!1,n={};try{(e=Object.getOwnPropertyDescriptor(Object.prototype,"__proto__").set).call(n,[]),t=n instanceof Array}catch(e){}return function(n,o){return i(n),r(o),t?e.call(n,o):n.__proto__=o,n}}():void 0)},function(e,t){e.exports={}},function(e,t){e.exports=function(e,t,n){if(!(e instanceof t))throw TypeError("Incorrect "+(n?n+" ":"")+"invocation");return e}},function(e,t,n){"use strict";var i=n(3),r=n(66).indexOf,o=n(51),a=[].indexOf,s=!!a&&1/[1].indexOf(1,-0)<0,l=o("indexOf");i({target:"Array",proto:!0,forced:s||!l},{indexOf:function(e){return s?a.apply(this,arguments)||0:r(this,e,arguments.length>1?arguments[1]:void 0)}})},function(e,t,n){var i=n(28),r=n(5);e.exports="process"==i(r.process)},function(e,t){var n=/^(?:0|[1-9]\d*)$/;e.exports=function(e,t){var i=typeof e;return!!(t=null==t?9007199254740991:t)&&("number"==i||"symbol"!=i&&n.test(e))&&e>-1&&e%1==0&&e<t}},function(e,t,n){var i=n(271),r=n(37),o=Object.prototype,a=o.hasOwnProperty,s=o.propertyIsEnumerable,l=i(function(){return arguments}())?i:function(e){return r(e)&&a.call(e,"callee")&&!s.call(e,"callee")};e.exports=l},function(e,t){e.exports=function(e){return"number"==typeof e&&e>-1&&e%1==0&&e<=9007199254740991}},function(e,t,n){var i=n(129),r=n(155);e.exports=function(e){return null!=e&&r(e.length)&&!i(e)}},function(e,t,n){var i=n(106),r=n(281),o=n(282),a=n(283),s=n(284),l=n(285);function u(e){var t=this.__data__=new i(e);this.size=t.size}u.prototype.clear=r,u.prototype.delete=o,u.prototype.get=a,u.prototype.has=s,u.prototype.set=l,e.exports=u},function(e,t,n){var i=n(286),r=n(293),o=n(295),a=n(296),s=n(297);function l(e){var t=-1,n=null==e?0:e.length;for(this.clear();++t<n;){var i=e[t];this.set(i[0],i[1])}}l.prototype.clear=i,l.prototype.delete=r,l.prototype.get=o,l.prototype.has=a,l.prototype.set=s,e.exports=l},function(e,t,n){var i=n(183),r=n(298),o=n(156);e.exports=function(e){return o(e)?i(e,!0):r(e)}},function(e,t,n){var i=n(184)(Object.getPrototypeOf,Object);e.exports=i},function(e,t,n){"use strict";var i=n(3),r=n(147);i({target:"Array",proto:!0,forced:[].forEach!=r},{forEach:r})},function(e,t,n){var i=n(9),r=n(98),o=n(19),a=i("unscopables"),s=Array.prototype;null==s[a]&&o.f(s,a,{configurable:!0,value:r(null)}),e.exports=function(e){s[a][e]=!0}},function(e,t,n){"use strict";var i=n(22),r=n(162),o=n(149),a=n(35),s=n(240),l=a.set,u=a.getterFor("Array Iterator");e.exports=s(Array,"Array",(function(e,t){l(this,{type:"Array Iterator",target:i(e),index:0,kind:t})}),(function(){var e=u(this),t=e.target,n=e.kind,i=e.index++;return!t||i>=t.length?(e.target=void 0,{value:void 0,done:!0}):"keys"==n?{value:i,done:!1}:"values"==n?{value:t[i],done:!1}:{value:[i,t[i]],done:!1}}),"values"),o.Arguments=o.Array,r("keys"),r("values"),r("entries")},function(e,t,n){"use strict";var i=n(68),r=n(96);e.exports=i?{}.toString:function(){return"[object "+r(this)+"]"}},function(e,t,n){var i=n(130),r=n(49);e.exports=function(e){return function(){var t=arguments;switch(t.length){case 0:return new e;case 1:return new e(t[0]);case 2:return new e(t[0],t[1]);case 3:return new e(t[0],t[1],t[2]);case 4:return new e(t[0],t[1],t[2],t[3]);case 5:return new e(t[0],t[1],t[2],t[3],t[4]);case 6:return new e(t[0],t[1],t[2],t[3],t[4],t[5]);case 7:return new e(t[0],t[1],t[2],t[3],t[4],t[5],t[6])}var n=i(e.prototype),o=e.apply(n,t);return r(o)?o:n}}},function(e,t){e.exports=function(e,t,n){switch(n.length){case 0:return e.call(t);case 1:return e.call(t,n[0]);case 2:return e.call(t,n[0],n[1]);case 3:return e.call(t,n[0],n[1],n[2])}return e.apply(t,n)}},function(e,t,n){var i=n(182);e.exports=function(e,t,n){"__proto__"==t&&i?i(e,t,{configurable:!0,enumerable:!0,value:n,writable:!0}):e[t]=n}},function(e,t,n){var i=n(273),r=n(169),o=n(170),a=o&&o.isTypedArray,s=a?r(a):i;e.exports=s},function(e,t){e.exports=function(e){return function(t){return e(t)}}},function(e,t,n){(function(e){var i=n(180),r=t&&!t.nodeType&&t,o=r&&"object"==typeof e&&e&&!e.nodeType&&e,a=o&&o.exports===r&&i.process,s=function(){try{var e=o&&o.require&&o.require("util").types;return e||a&&a.binding&&a.binding("util")}catch(e){}}();e.exports=s}).call(this,n(113)(e))},function(e,t,n){var i=n(301),r=n(202),o=Object.prototype.propertyIsEnumerable,a=Object.getOwnPropertySymbols,s=a?function(e){return null==e?[]:(e=Object(e),i(a(e),(function(t){return o.call(e,t)})))}:r;e.exports=s},function(e,t){e.exports=function(e,t){for(var n=-1,i=t.length,r=e.length;++n<i;)e[r+n]=t[n];return e}},function(e,t,n){var i=n(185);e.exports=function(e){var t=new e.constructor(e.byteLength);return new i(t).set(new i(e)),t}},function(e,t,n){"use strict";n(161),Object.defineProperty(t,"__esModule",{value:!0}),t.getRequestToken=function(){return o},t.onRequestTokenUpdate=function(e){a.push(e)};var i=n(41),r=document.getElementsByTagName("head")[0],o=r?r.getAttribute("data-requesttoken"):null,a=[];(0,i.subscribe)("csrf-token-update",(function(e){o=e.token,a.forEach((function(t){try{t(e.token)}catch(e){console.error("error updating CSRF token observer",e)}}))}))},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.getCurrentUser=function(){if(null===r)return null;return{uid:r,displayName:a,isAdmin:s}};var i=document.getElementsByTagName("head")[0],r=i?i.getAttribute("data-user"):null,o=document.getElementsByTagName("head")[0],a=o?o.getAttribute("data-user-displayname"):null,s="undefined"!=typeof OC&&OC.isUserAdmin()},function(e,t,n){var i=n(96),r=n(149),o=n(9)("iterator");e.exports=function(e){if(null!=e)return e[o]||e["@@iterator"]||r[i(e)]}},function(e,t,n){"use strict";var i=n(3),r=n(5),o=n(11),a=n(623),s=n(38),l=n(494),u=n(150),c=n(33),d=n(18),h=n(15),p=n(650),f=n(663),m=n(34),g=n(13),A=n(96),v=n(10),_=n(98),b=n(148),y=n(65).f,w=n(664),C=n(36).forEach,x=n(242),k=n(19),M=n(29),E=n(35),L=n(496),T=E.get,D=E.set,B=k.f,S=M.f,Y=Math.round,I=r.RangeError,O=l.ArrayBuffer,j=l.DataView,P=s.NATIVE_ARRAY_BUFFER_VIEWS,H=s.TYPED_ARRAY_TAG,F=s.TypedArray,N=s.TypedArrayPrototype,R=s.aTypedArrayConstructor,z=s.isTypedArray,W=function(e,t){for(var n=0,i=t.length,r=new(R(e))(i);i>n;)r[n]=t[n++];return r},U=function(e,t){B(e,t,{get:function(){return T(this)[t]}})},q=function(e){var t;return e instanceof O||"ArrayBuffer"==(t=A(e))||"SharedArrayBuffer"==t},G=function(e,t){return z(e)&&"symbol"!=typeof t&&t in e&&String(+t)==String(t)},Q=function(e,t){return G(e,t=m(t,!0))?c(2,e[t]):S(e,t)},V=function(e,t,n){return!(G(e,t=m(t,!0))&&v(n)&&g(n,"value"))||g(n,"get")||g(n,"set")||n.configurable||g(n,"writable")&&!n.writable||g(n,"enumerable")&&!n.enumerable?B(e,t,n):(e[t]=n.value,e)};o?(P||(M.f=Q,k.f=V,U(N,"buffer"),U(N,"byteOffset"),U(N,"byteLength"),U(N,"length")),i({target:"Object",stat:!0,forced:!P},{getOwnPropertyDescriptor:Q,defineProperty:V}),e.exports=function(e,t,n){var o=e.match(/\d+$/)[0]/8,s=e+(n?"Clamped":"")+"Array",l="get"+e,c="set"+e,m=r[s],g=m,A=g&&g.prototype,k={},M=function(e,t){B(e,t,{get:function(){return function(e,t){var n=T(e);return n.view[l](t*o+n.byteOffset,!0)}(this,t)},set:function(e){return function(e,t,i){var r=T(e);n&&(i=(i=Y(i))<0?0:i>255?255:255&i),r.view[c](t*o+r.byteOffset,i,!0)}(this,t,e)},enumerable:!0})};P?a&&(g=t((function(e,t,n,i){return u(e,g,s),L(v(t)?q(t)?void 0!==i?new m(t,f(n,o),i):void 0!==n?new m(t,f(n,o)):new m(t):z(t)?W(g,t):w.call(g,t):new m(p(t)),e,g)})),b&&b(g,F),C(y(m),(function(e){e in g||d(g,e,m[e])})),g.prototype=A):(g=t((function(e,t,n,i){u(e,g,s);var r,a,l,c=0,d=0;if(v(t)){if(!q(t))return z(t)?W(g,t):w.call(g,t);r=t,d=f(n,o);var m=t.byteLength;if(void 0===i){if(m%o)throw I("Wrong length");if((a=m-d)<0)throw I("Wrong length")}else if((a=h(i)*o)+d>m)throw I("Wrong length");l=a/o}else l=p(t),r=new O(a=l*o);for(D(e,{buffer:r,byteOffset:d,byteLength:a,length:l,view:new j(r)});c<l;)M(e,c++)})),b&&b(g,F),A=g.prototype=_(N)),A.constructor!==g&&d(A,"constructor",g),H&&d(A,H,s),k[s]=g,i({global:!0,forced:g!=m,sham:!P},k),"BYTES_PER_ELEMENT"in g||d(g,"BYTES_PER_ELEMENT",o),"BYTES_PER_ELEMENT"in A||d(A,"BYTES_PER_ELEMENT",o),x(s)}):e.exports=function(){}},function(e,t,n){"use strict";function i(e){return e&&e.__esModule?e:{default:e}}function r(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&(t[n]=e[n]);return t.default=e,t}t.__esModule=!0;var o=r(n(244)),a=i(n(533)),s=i(n(97)),l=r(n(58)),u=r(n(534)),c=i(n(536));function d(){var e=new o.HandlebarsEnvironment;return l.extend(e,o),e.SafeString=a.default,e.Exception=s.default,e.Utils=l,e.escapeExpression=l.escapeExpression,e.VM=u,e.template=function(t){return u.template(t,e)},e}var h=d();h.create=d,c.default(h),h.default=h,t.default=h,e.exports=t.default},function(e,t,n){var i=n(45),r=n(14),o=n(43),a=n(15),s=function(e){return function(t,n,s,l){i(n);var u=r(t),c=o(u),d=a(u.length),h=e?d-1:0,p=e?-1:1;if(s<2)for(;;){if(h in c){l=c[h],h+=p;break}if(h+=p,e?h<0:d<=h)throw TypeError("Reduce of empty array with no initial value")}for(;e?h>=0:d>h;h+=p)h in c&&(l=n(l,c[h],h,u));return l}};e.exports={left:s(!1),right:s(!0)}},function(e,t,n){(function(t){var n="object"==typeof t&&t&&t.Object===Object&&t;e.exports=n}).call(this,n(17))},function(e,t){var n=Function.prototype.toString;e.exports=function(e){if(null!=e){try{return n.call(e)}catch(e){}try{return e+""}catch(e){}}return""}},function(e,t,n){var i=n(54),r=function(){try{var e=i(Object,"defineProperty");return e({},"",{}),e}catch(e){}}();e.exports=r},function(e,t,n){var i=n(270),r=n(154),o=n(31),a=n(135),s=n(153),l=n(168),u=Object.prototype.hasOwnProperty;e.exports=function(e,t){var n=o(e),c=!n&&r(e),d=!n&&!c&&a(e),h=!n&&!c&&!d&&l(e),p=n||c||d||h,f=p?i(e.length,String):[],m=f.length;for(var g in e)!t&&!u.call(e,g)||p&&("length"==g||d&&("offset"==g||"parent"==g)||h&&("buffer"==g||"byteLength"==g||"byteOffset"==g)||s(g,m))||f.push(g);return f}},function(e,t){e.exports=function(e,t){return function(n){return e(t(n))}}},function(e,t,n){var i=n(24).Uint8Array;e.exports=i},function(e,t,n){var i=n(310),r=n(313),o=n(314);e.exports=function(e,t,n,a,s,l){var u=1&n,c=e.length,d=t.length;if(c!=d&&!(u&&d>c))return!1;var h=l.get(e),p=l.get(t);if(h&&p)return h==t&&p==e;var f=-1,m=!0,g=2&n?new i:void 0;for(l.set(e,t),l.set(t,e);++f<c;){var A=e[f],v=t[f];if(a)var _=u?a(v,A,f,t,e,l):a(A,v,f,e,t,l);if(void 0!==_){if(_)continue;m=!1;break}if(g){if(!r(t,(function(e,t){if(!o(g,t)&&(A===e||s(A,e,n,a,l)))return g.push(t)}))){m=!1;break}}else if(A!==v&&!s(A,v,n,a,l)){m=!1;break}}return l.delete(e),l.delete(t),m}},function(e,t,n){var i=n(8),r=n(468),o=n(15),a=n(75),s=n(176),l=n(491),u=function(e,t){this.stopped=e,this.result=t};e.exports=function(e,t,n){var c,d,h,p,f,m,g,A=n&&n.that,v=!(!n||!n.AS_ENTRIES),_=!(!n||!n.IS_ITERATOR),b=!(!n||!n.INTERRUPTED),y=a(t,A,1+v+b),w=function(e){return c&&l(c),new u(!0,e)},C=function(e){return v?(i(e),b?y(e[0],e[1],w):y(e[0],e[1])):b?y(e,w):y(e)};if(_)c=e;else{if("function"!=typeof(d=s(e)))throw TypeError("Target is not iterable");if(r(d)){for(h=0,p=o(e.length);p>h;h++)if((f=C(e[h]))&&f instanceof u)return f;return new u(!1)}c=d.call(e)}for(m=c.next;!(g=m.call(c)).done;){try{f=C(g.value)}catch(e){throw l(c),e}if("object"==typeof f&&f&&f instanceof u)return f}return new u(!1)}},function(e,t,n){var i=n(21);e.exports=function(e,t,n){for(var r in t)i(e,r,t[r],n);return e}},function(e,t,n){var i=n(20),r="["+n(226)+"]",o=RegExp("^"+r+r+"*"),a=RegExp(r+r+"*$"),s=function(e){return function(t){var n=String(i(t));return 1&e&&(n=n.replace(o,"")),2&e&&(n=n.replace(a,"")),n}};e.exports={start:s(1),end:s(2),trim:s(3)}},function(e,t,n){"use strict";var i=n(3),r=n(36).filter;i({target:"Array",proto:!0,forced:!n(81)("filter")},{filter:function(e){return r(this,e,arguments.length>1?arguments[1]:void 0)}})},function(e,t,n){var i=n(10),r=n(28),o=n(9)("match");e.exports=function(e){var t;return i(e)&&(void 0!==(t=e[o])?!!t:"RegExp"==r(e))}},function(e,t,n){var i=n(249),r=n(546),o=n(547),a=n(257),s=n(564),l=n(261),u=n(565),c=n(263),d=n(264),h=n(268),p=Math.max;e.exports=function(e,t,n,f,m,g,A,v){var _=2&t;if(!_&&"function"!=typeof e)throw new TypeError("Expected a function");var b=f?f.length:0;if(b||(t&=-97,f=m=void 0),A=void 0===A?A:p(h(A),0),v=void 0===v?v:h(v),b-=m?m.length:0,64&t){var y=f,w=m;f=m=void 0}var C=_?void 0:l(e),x=[e,t,n,f,m,y,w,g,A,v];if(C&&u(x,C),e=x[0],t=x[1],n=x[2],f=x[3],m=x[4],!(v=x[9]=void 0===x[9]?_?0:e.length:p(x[9]-b,0))&&24&t&&(t&=-25),t&&1!=t)k=8==t||16==t?o(e,t,v):32!=t&&33!=t||m.length?a.apply(void 0,x):s(e,t,n,f);else var k=r(e,t,n);return d((C?i:c)(k,x),e,t)}},function(e,t,n){var i=n(54)(n(24),"WeakMap");e.exports=i},function(e,t,n){var i=n(130),r=n(195);function o(e){this.__wrapped__=e,this.__actions__=[],this.__dir__=1,this.__filtered__=!1,this.__iteratees__=[],this.__takeCount__=4294967295,this.__views__=[]}o.prototype=i(r.prototype),o.prototype.constructor=o,e.exports=o},function(e,t){e.exports=function(){}},function(e,t){var n=Date.now;e.exports=function(e){var t=0,i=0;return function(){var r=n(),o=16-(r-i);if(i=r,o>0){if(++t>=800)return arguments[0]}else t=0;return e.apply(void 0,arguments)}}},function(e,t,n){var i=n(265),r=n(196)(i);e.exports=r},function(e,t){e.exports=function(e,t){for(var n=-1,i=null==e?0:e.length;++n<i&&!1!==t(e[n],n,e););return e}},function(e,t){e.exports=function(e,t){for(var n=-1,i=e.length,r=0,o=[];++n<i;){var a=e[n];a!==t&&"__lodash_placeholder__"!==a||(e[n]="__lodash_placeholder__",o[r++]=n)}return o}},function(e,t,n){var i=n(167),r=n(112),o=Object.prototype.hasOwnProperty;e.exports=function(e,t,n){var a=e[t];o.call(e,t)&&r(a,n)&&(void 0!==n||t in e)||i(e,t,n)}},function(e,t,n){var i=n(136),r=n(274),o=Object.prototype.hasOwnProperty;e.exports=function(e){if(!i(e))return r(e);var t=[];for(var n in Object(e))o.call(e,n)&&"constructor"!=n&&t.push(n);return t}},function(e,t){e.exports=function(){return[]}},function(e,t,n){var i=n(204),r=n(171),o=n(134);e.exports=function(e){return i(e,o,r)}},function(e,t,n){var i=n(172),r=n(31);e.exports=function(e,t,n){var o=t(e);return r(e)?o:i(o,n(e))}},function(e,t,n){var i=n(309),r=n(37);e.exports=function e(t,n,o,a,s){return t===n||(null==t||null==n||!r(t)&&!r(n)?t!=t&&n!=n:i(t,n,o,a,e,s))}},function(e,t,n){var i=n(31),r=n(132),o=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,a=/^\w*$/;e.exports=function(e,t){if(i(e))return!1;var n=typeof e;return!("number"!=n&&"symbol"!=n&&"boolean"!=n&&null!=e&&!r(e))||(a.test(e)||!o.test(e)||null!=t&&e in Object(t))}},,,,,,,,,,,,,,,,,,,function(e,t,n){var i=n(55),r=n(10),o=n(13),a=n(19).f,s=n(56),l=n(472),u=s("meta"),c=0,d=Object.isExtensible||function(){return!0},h=function(e){a(e,u,{value:{objectID:"O"+ ++c,weakData:{}}})},p=e.exports={REQUIRED:!1,fastKey:function(e,t){if(!r(e))return"symbol"==typeof e?e:("string"==typeof e?"S":"P")+e;if(!o(e,u)){if(!d(e))return"F";if(!t)return"E";h(e)}return e[u].objectID},getWeakData:function(e,t){if(!o(e,u)){if(!d(e))return!0;if(!t)return!1;h(e)}return e[u].weakData},onFreeze:function(e){return l&&p.REQUIRED&&d(e)&&!o(e,u)&&h(e),e}};i[u]=!0},function(e,t){e.exports="\t\n\v\f\r                 \u2028\u2029\ufeff"},function(e,t,n){"use strict";var i=n(89).charAt,r=n(35),o=n(240),a=r.set,s=r.getterFor("String Iterator");o(String,"String",(function(e){a(this,{type:"String Iterator",string:String(e),index:0})}),(function(){var e,t=s(this),n=t.string,r=t.index;return r>=n.length?{value:void 0,done:!0}:(e=i(n,r),t.index+=e.length,{value:e,done:!1})}))},function(e,t,n){"use strict";n.r(t),function(e){
+/**!
+ * @fileOverview Kickass library to create and place poppers near their reference elements.
+ * @version 1.16.1
+ * @license
+ * Copyright (c) 2016 Federico Zivolo and contributors
+ *
+ * Permission is hereby granted, free of charge, to any person obtaining a copy
+ * of this software and associated documentation files (the "Software"), to deal
+ * in the Software without restriction, including without limitation the rights
+ * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+ * copies of the Software, and to permit persons to whom the Software is
+ * furnished to do so, subject to the following conditions:
+ *
+ * The above copyright notice and this permission notice shall be included in all
+ * copies or substantial portions of the Software.
+ *
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+ * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+ * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+ * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+ * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+ * SOFTWARE.
*/
-var i=function(e){var t,n,i,r={};if(!e)return null;(t=e.indexOf("?"))>=0&&(e=e.substr(t+1));for(var o=e.replace(/\+/g,"%20").split("&"),s=0;s<o.length;s++){var a=o[s];(n=(t=a.indexOf("="))>=0?[a.substr(0,t),a.substr(t+1)]:[a]).length&&((i=decodeURIComponent(n[0]))&&(n.length>1?r[i]=decodeURIComponent(n[1]):r[i]=null))}return r},r=function(t){return t?e.map(t,(function(e,t){var n=encodeURIComponent(t);return null!=e&&(n+="="+encodeURIComponent(e)),n})).join("&"):""}}).call(this,n(0))},function(e,t,n){var i=n(40).f,r=n(59),o=n(31)("toStringTag");e.exports=function(e,t,n){e&&!r(e=n?e:e.prototype,o)&&i(e,o,{configurable:!0,value:t})}},,function(e,t,n){"use strict";n.d(t,"b",(function(){return a}));var i=n(0),r=n.n(i),o=!1,s={enableDynamicSlideToggle:function(){o=!0},showAppSidebar:function(e){(e||r()("#app-sidebar")).removeClass("disappear").show(),r()("#app-content").trigger(new r.a.Event("appresized"))},hideAppSidebar:function(e){(e||r()("#app-sidebar")).hide().addClass("disappear"),r()("#app-content").trigger(new r.a.Event("appresized"))}},a=function(){var e=r()("[data-apps-slide-toggle]");0===e.length&&r()("#app-navigation").addClass("without-app-settings"),r()(document).click((function(t){o&&(e=r()("[data-apps-slide-toggle]")),e.each((function(e,n){var i=r()(n).data("apps-slide-toggle"),o=r()(i);function s(){o.slideUp(4*OC.menuSpeed,(function(){o.trigger(new r.a.Event("hide"))})),o.removeClass("opened"),r()(n).removeClass("opened")}if(!o.is(":animated"))if(r()(n).is(r()(t.target).closest("[data-apps-slide-toggle]")))o.is(":visible")?s():function(){o.slideDown(4*OC.menuSpeed,(function(){o.trigger(new r.a.Event("show"))})),o.addClass("opened"),r()(n).addClass("opened");var e=r()(i+" [autofocus]");1===e.length&&e.focus()}();else{var a=r()(t.target).closest(i);o.is(":visible")&&a[0]!==o[0]&&s()}}))}))};t.a=s},function(e,t,n){"undefined"==typeof dav&&(dav={}),dav._XML_CHAR_MAP={"<":"&lt;",">":"&gt;","&":"&amp;",'"':"&quot;","'":"&apos;"},dav._escapeXml=function(e){return e.replace(/[<>&"']/g,(function(e){return dav._XML_CHAR_MAP[e]}))},dav.Client=function(e){var t;for(t in e)this[t]=e[t]},dav.Client.prototype={baseUrl:null,userName:null,password:null,xmlNamespaces:{"DAV:":"d"},propFind:function(e,t,n,i){void 0===n&&(n="0"),n=""+n,(i=i||{}).Depth=n,i["Content-Type"]="application/xml; charset=utf-8";var r,o='<?xml version="1.0"?>\n<d:propfind ';for(r in this.xmlNamespaces)o+=" xmlns:"+this.xmlNamespaces[r]+'="'+r+'"';for(var s in o+=">\n <d:prop>\n",t)if(t.hasOwnProperty(s)){var a=this.parseClarkNotation(t[s]);this.xmlNamespaces[a.namespace]?o+=" <"+this.xmlNamespaces[a.namespace]+":"+a.name+" />\n":o+=" <x:"+a.name+' xmlns:x="'+a.namespace+'" />\n'}return o+=" </d:prop>\n",o+="</d:propfind>",this.request("PROPFIND",e,i,o).then(function(e){return"0"===n?{status:e.status,body:e.body[0],xhr:e.xhr}:{status:e.status,body:e.body,xhr:e.xhr}}.bind(this))},_renderPropSet:function(e){var t=" <d:set>\n <d:prop>\n";for(var n in e)if(e.hasOwnProperty(n)){var i,r=this.parseClarkNotation(n),o=e[n];"d:resourcetype"!==(i=this.xmlNamespaces[r.namespace]?this.xmlNamespaces[r.namespace]+":"+r.name:"x:"+r.name+' xmlns:x="'+r.namespace+'"')&&(o=dav._escapeXml(o)),t+=" <"+i+">"+o+"</"+i+">\n"}return t+=" </d:prop>\n",t+=" </d:set>\n"},propPatch:function(e,t,n){(n=n||{})["Content-Type"]="application/xml; charset=utf-8";var i,r='<?xml version="1.0"?>\n<d:propertyupdate ';for(i in this.xmlNamespaces)r+=" xmlns:"+this.xmlNamespaces[i]+'="'+i+'"';return r+=">\n"+this._renderPropSet(t),r+="</d:propertyupdate>",this.request("PROPPATCH",e,n,r).then(function(e){return{status:e.status,body:e.body,xhr:e.xhr}}.bind(this))},mkcol:function(e,t,n){var i="";if((n=n||{})["Content-Type"]="application/xml; charset=utf-8",t){var r;for(r in i='<?xml version="1.0"?>\n<d:mkcol',this.xmlNamespaces)i+=" xmlns:"+this.xmlNamespaces[r]+'="'+r+'"';i+=">\n"+this._renderPropSet(t),i+="</d:mkcol>"}return this.request("MKCOL",e,n,i).then(function(e){return{status:e.status,body:e.body,xhr:e.xhr}}.bind(this))},request:function(e,t,n,i,r,o){var s,a=this,l=this.xhrProvider();for(s in n=n||{},r=r||"",this.userName&&(n.Authorization="Basic "+btoa(this.userName+":"+this.password)),l.open(e,this.resolveUrl(t),!0),n)l.setRequestHeader(s,n[s]);return l.responseType=r,o&&"function"==typeof o.onProgress&&("PUT"===e||"POST"===e?l.upload.addEventListener("progress",(function(e){o.onProgress(e)}),!1):l.addEventListener("progress",(function(e){o.onProgress(e)}),!1)),void 0===i?l.send():l.send(i),new Promise((function(e,t){l.onreadystatechange=function(){if(4===l.readyState){var t=l.response;207===l.status&&(t=a.parseMultiStatus(l.response)),e({body:t,status:l.status,xhr:l})}},l.ontimeout=function(){t(new Error("Timeout exceeded"))}}))},xhrProvider:function(){return new XMLHttpRequest},_parsePropNode:function(e){var t=null;if(e.childNodes&&e.childNodes.length>0){for(var n=[],i=0;i<e.childNodes.length;i++){var r=e.childNodes[i];1===r.nodeType&&n.push(r)}n.length&&(t=n)}return t||e.textContent||e.text||""},parseMultiStatus:function(e){for(var t=(new DOMParser).parseFromString(e,"application/xml"),n=function(e){var t;for(t in this.xmlNamespaces)if(this.xmlNamespaces[t]===e)return t}.bind(this),i=t.evaluate("/d:multistatus/d:response",t,n,XPathResult.ANY_TYPE,null),r=[],o=i.iterateNext();o;){var s={href:null,propStat:[]};s.href=t.evaluate("string(d:href)",o,n,XPathResult.ANY_TYPE,null).stringValue;for(var a=t.evaluate("d:propstat",o,n,XPathResult.ANY_TYPE,null),l=a.iterateNext();l;){for(var c={status:t.evaluate("string(d:status)",l,n,XPathResult.ANY_TYPE,null).stringValue,properties:{}},u=t.evaluate("d:prop/*",l,n,XPathResult.ANY_TYPE,null),d=u.iterateNext();d;){var h=this._parsePropNode(d);c.properties["{"+d.namespaceURI+"}"+d.localName]=h,d=u.iterateNext()}s.propStat.push(c),l=a.iterateNext()}r.push(s),o=i.iterateNext()}return r},resolveUrl:function(e){if(/^https?:\/\//i.test(e))return e;var t=this.parseUrl(this.baseUrl);if(e.charAt("/"))return t.root+e;t.root;return-1!==t.path.lastIndexOf("/")&&t.path.subString(0,t.path.lastIndexOf("/"))+"/",e,e},parseUrl:function(e){var t=e.match(/^(?:([A-Za-z]+):)?(\/{0,3})([0-9.\-A-Za-z]+)(?::(\d+))?(?:\/([^?#]*))?(?:\?([^#]*))?(?:#(.*))?$/),n={url:t[0],scheme:t[1],host:t[3],port:t[4],path:t[5],query:t[6],fragment:t[7]};return n.root=n.scheme+"://"+n.host+(n.port?":"+n.port:""),n},parseClarkNotation:function(e){var t=e.match(/^{([^}]+)}(.*)$/);if(t)return{name:t[2],namespace:t[1]}}},void 0!==e.exports&&(e.exports.Client=dav.Client),e.exports=dav},function(e,n,i){"use strict";var r=i(2),o=i.n(r),s=i(0),a=i.n(s),l=i(1),c=i.n(l),u=i(4);
+var n="undefined"!=typeof window&&"undefined"!=typeof document&&"undefined"!=typeof navigator,i=function(){for(var e=["Edge","Trident","Firefox"],t=0;t<e.length;t+=1)if(n&&navigator.userAgent.indexOf(e[t])>=0)return 1;return 0}();var r=n&&window.Promise?function(e){var t=!1;return function(){t||(t=!0,window.Promise.resolve().then((function(){t=!1,e()})))}}:function(e){var t=!1;return function(){t||(t=!0,setTimeout((function(){t=!1,e()}),i))}};function o(e){return e&&"[object Function]"==={}.toString.call(e)}function a(e,t){if(1!==e.nodeType)return[];var n=e.ownerDocument.defaultView.getComputedStyle(e,null);return t?n[t]:n}function s(e){return"HTML"===e.nodeName?e:e.parentNode||e.host}function l(e){if(!e)return document.body;switch(e.nodeName){case"HTML":case"BODY":return e.ownerDocument.body;case"#document":return e.body}var t=a(e),n=t.overflow,i=t.overflowX,r=t.overflowY;return/(auto|scroll|overlay)/.test(n+r+i)?e:l(s(e))}function u(e){return e&&e.referenceNode?e.referenceNode:e}var c=n&&!(!window.MSInputMethodContext||!document.documentMode),d=n&&/MSIE 10/.test(navigator.userAgent);function h(e){return 11===e?c:10===e?d:c||d}function p(e){if(!e)return document.documentElement;for(var t=h(10)?document.body:null,n=e.offsetParent||null;n===t&&e.nextElementSibling;)n=(e=e.nextElementSibling).offsetParent;var i=n&&n.nodeName;return i&&"BODY"!==i&&"HTML"!==i?-1!==["TH","TD","TABLE"].indexOf(n.nodeName)&&"static"===a(n,"position")?p(n):n:e?e.ownerDocument.documentElement:document.documentElement}function f(e){return null!==e.parentNode?f(e.parentNode):e}function m(e,t){if(!(e&&e.nodeType&&t&&t.nodeType))return document.documentElement;var n=e.compareDocumentPosition(t)&Node.DOCUMENT_POSITION_FOLLOWING,i=n?e:t,r=n?t:e,o=document.createRange();o.setStart(i,0),o.setEnd(r,0);var a,s,l=o.commonAncestorContainer;if(e!==l&&t!==l||i.contains(r))return"BODY"===(s=(a=l).nodeName)||"HTML"!==s&&p(a.firstElementChild)!==a?p(l):l;var u=f(e);return u.host?m(u.host,t):m(e,f(t).host)}function g(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"top",n="top"===t?"scrollTop":"scrollLeft",i=e.nodeName;if("BODY"===i||"HTML"===i){var r=e.ownerDocument.documentElement,o=e.ownerDocument.scrollingElement||r;return o[n]}return e[n]}function A(e,t){var n=arguments.length>2&&void 0!==arguments[2]&&arguments[2],i=g(t,"top"),r=g(t,"left"),o=n?-1:1;return e.top+=i*o,e.bottom+=i*o,e.left+=r*o,e.right+=r*o,e}function v(e,t){var n="x"===t?"Left":"Top",i="Left"===n?"Right":"Bottom";return parseFloat(e["border"+n+"Width"])+parseFloat(e["border"+i+"Width"])}function _(e,t,n,i){return Math.max(t["offset"+e],t["scroll"+e],n["client"+e],n["offset"+e],n["scroll"+e],h(10)?parseInt(n["offset"+e])+parseInt(i["margin"+("Height"===e?"Top":"Left")])+parseInt(i["margin"+("Height"===e?"Bottom":"Right")]):0)}function b(e){var t=e.body,n=e.documentElement,i=h(10)&&getComputedStyle(n);return{height:_("Height",t,n,i),width:_("Width",t,n,i)}}var y=function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")},w=function(){function e(e,t){for(var n=0;n<t.length;n++){var i=t[n];i.enumerable=i.enumerable||!1,i.configurable=!0,"value"in i&&(i.writable=!0),Object.defineProperty(e,i.key,i)}}return function(t,n,i){return n&&e(t.prototype,n),i&&e(t,i),t}}(),C=function(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e},x=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var i in n)Object.prototype.hasOwnProperty.call(n,i)&&(e[i]=n[i])}return e};function k(e){return x({},e,{right:e.left+e.width,bottom:e.top+e.height})}function M(e){var t={};try{if(h(10)){t=e.getBoundingClientRect();var n=g(e,"top"),i=g(e,"left");t.top+=n,t.left+=i,t.bottom+=n,t.right+=i}else t=e.getBoundingClientRect()}catch(e){}var r={left:t.left,top:t.top,width:t.right-t.left,height:t.bottom-t.top},o="HTML"===e.nodeName?b(e.ownerDocument):{},s=o.width||e.clientWidth||r.width,l=o.height||e.clientHeight||r.height,u=e.offsetWidth-s,c=e.offsetHeight-l;if(u||c){var d=a(e);u-=v(d,"x"),c-=v(d,"y"),r.width-=u,r.height-=c}return k(r)}function E(e,t){var n=arguments.length>2&&void 0!==arguments[2]&&arguments[2],i=h(10),r="HTML"===t.nodeName,o=M(e),s=M(t),u=l(e),c=a(t),d=parseFloat(c.borderTopWidth),p=parseFloat(c.borderLeftWidth);n&&r&&(s.top=Math.max(s.top,0),s.left=Math.max(s.left,0));var f=k({top:o.top-s.top-d,left:o.left-s.left-p,width:o.width,height:o.height});if(f.marginTop=0,f.marginLeft=0,!i&&r){var m=parseFloat(c.marginTop),g=parseFloat(c.marginLeft);f.top-=d-m,f.bottom-=d-m,f.left-=p-g,f.right-=p-g,f.marginTop=m,f.marginLeft=g}return(i&&!n?t.contains(u):t===u&&"BODY"!==u.nodeName)&&(f=A(f,t)),f}function L(e){var t=arguments.length>1&&void 0!==arguments[1]&&arguments[1],n=e.ownerDocument.documentElement,i=E(e,n),r=Math.max(n.clientWidth,window.innerWidth||0),o=Math.max(n.clientHeight,window.innerHeight||0),a=t?0:g(n),s=t?0:g(n,"left"),l={top:a-i.top+i.marginTop,left:s-i.left+i.marginLeft,width:r,height:o};return k(l)}function T(e){var t=e.nodeName;if("BODY"===t||"HTML"===t)return!1;if("fixed"===a(e,"position"))return!0;var n=s(e);return!!n&&T(n)}function D(e){if(!e||!e.parentElement||h())return document.documentElement;for(var t=e.parentElement;t&&"none"===a(t,"transform");)t=t.parentElement;return t||document.documentElement}function B(e,t,n,i){var r=arguments.length>4&&void 0!==arguments[4]&&arguments[4],o={top:0,left:0},a=r?D(e):m(e,u(t));if("viewport"===i)o=L(a,r);else{var c=void 0;"scrollParent"===i?"BODY"===(c=l(s(t))).nodeName&&(c=e.ownerDocument.documentElement):c="window"===i?e.ownerDocument.documentElement:i;var d=E(c,a,r);if("HTML"!==c.nodeName||T(a))o=d;else{var h=b(e.ownerDocument),p=h.height,f=h.width;o.top+=d.top-d.marginTop,o.bottom=p+d.top,o.left+=d.left-d.marginLeft,o.right=f+d.left}}var g="number"==typeof(n=n||0);return o.left+=g?n:n.left||0,o.top+=g?n:n.top||0,o.right-=g?n:n.right||0,o.bottom-=g?n:n.bottom||0,o}function S(e){return e.width*e.height}function Y(e,t,n,i,r){var o=arguments.length>5&&void 0!==arguments[5]?arguments[5]:0;if(-1===e.indexOf("auto"))return e;var a=B(n,i,o,r),s={top:{width:a.width,height:t.top-a.top},right:{width:a.right-t.right,height:a.height},bottom:{width:a.width,height:a.bottom-t.bottom},left:{width:t.left-a.left,height:a.height}},l=Object.keys(s).map((function(e){return x({key:e},s[e],{area:S(s[e])})})).sort((function(e,t){return t.area-e.area})),u=l.filter((function(e){var t=e.width,i=e.height;return t>=n.clientWidth&&i>=n.clientHeight})),c=u.length>0?u[0].key:l[0].key,d=e.split("-")[1];return c+(d?"-"+d:"")}function I(e,t,n){var i=arguments.length>3&&void 0!==arguments[3]?arguments[3]:null,r=i?D(t):m(t,u(n));return E(n,r,i)}function O(e){var t=e.ownerDocument.defaultView.getComputedStyle(e),n=parseFloat(t.marginTop||0)+parseFloat(t.marginBottom||0),i=parseFloat(t.marginLeft||0)+parseFloat(t.marginRight||0);return{width:e.offsetWidth+i,height:e.offsetHeight+n}}function j(e){var t={left:"right",right:"left",bottom:"top",top:"bottom"};return e.replace(/left|right|bottom|top/g,(function(e){return t[e]}))}function P(e,t,n){n=n.split("-")[0];var i=O(e),r={width:i.width,height:i.height},o=-1!==["right","left"].indexOf(n),a=o?"top":"left",s=o?"left":"top",l=o?"height":"width",u=o?"width":"height";return r[a]=t[a]+t[l]/2-i[l]/2,r[s]=n===s?t[s]-i[u]:t[j(s)],r}function H(e,t){return Array.prototype.find?e.find(t):e.filter(t)[0]}function F(e,t,n){return(void 0===n?e:e.slice(0,function(e,t,n){if(Array.prototype.findIndex)return e.findIndex((function(e){return e[t]===n}));var i=H(e,(function(e){return e[t]===n}));return e.indexOf(i)}(e,"name",n))).forEach((function(e){e.function&&console.warn("`modifier.function` is deprecated, use `modifier.fn`!");var n=e.function||e.fn;e.enabled&&o(n)&&(t.offsets.popper=k(t.offsets.popper),t.offsets.reference=k(t.offsets.reference),t=n(t,e))})),t}function N(){if(!this.state.isDestroyed){var e={instance:this,styles:{},arrowStyles:{},attributes:{},flipped:!1,offsets:{}};e.offsets.reference=I(this.state,this.popper,this.reference,this.options.positionFixed),e.placement=Y(this.options.placement,e.offsets.reference,this.popper,this.reference,this.options.modifiers.flip.boundariesElement,this.options.modifiers.flip.padding),e.originalPlacement=e.placement,e.positionFixed=this.options.positionFixed,e.offsets.popper=P(this.popper,e.offsets.reference,e.placement),e.offsets.popper.position=this.options.positionFixed?"fixed":"absolute",e=F(this.modifiers,e),this.state.isCreated?this.options.onUpdate(e):(this.state.isCreated=!0,this.options.onCreate(e))}}function R(e,t){return e.some((function(e){var n=e.name;return e.enabled&&n===t}))}function z(e){for(var t=[!1,"ms","Webkit","Moz","O"],n=e.charAt(0).toUpperCase()+e.slice(1),i=0;i<t.length;i++){var r=t[i],o=r?""+r+n:e;if(void 0!==document.body.style[o])return o}return null}function W(){return this.state.isDestroyed=!0,R(this.modifiers,"applyStyle")&&(this.popper.removeAttribute("x-placement"),this.popper.style.position="",this.popper.style.top="",this.popper.style.left="",this.popper.style.right="",this.popper.style.bottom="",this.popper.style.willChange="",this.popper.style[z("transform")]=""),this.disableEventListeners(),this.options.removeOnDestroy&&this.popper.parentNode.removeChild(this.popper),this}function U(e){var t=e.ownerDocument;return t?t.defaultView:window}function q(e,t,n,i){n.updateBound=i,U(e).addEventListener("resize",n.updateBound,{passive:!0});var r=l(e);return function e(t,n,i,r){var o="BODY"===t.nodeName,a=o?t.ownerDocument.defaultView:t;a.addEventListener(n,i,{passive:!0}),o||e(l(a.parentNode),n,i,r),r.push(a)}(r,"scroll",n.updateBound,n.scrollParents),n.scrollElement=r,n.eventsEnabled=!0,n}function G(){this.state.eventsEnabled||(this.state=q(this.reference,this.options,this.state,this.scheduleUpdate))}function Q(){var e,t;this.state.eventsEnabled&&(cancelAnimationFrame(this.scheduleUpdate),this.state=(e=this.reference,t=this.state,U(e).removeEventListener("resize",t.updateBound),t.scrollParents.forEach((function(e){e.removeEventListener("scroll",t.updateBound)})),t.updateBound=null,t.scrollParents=[],t.scrollElement=null,t.eventsEnabled=!1,t))}function V(e){return""!==e&&!isNaN(parseFloat(e))&&isFinite(e)}function J(e,t){Object.keys(t).forEach((function(n){var i="";-1!==["width","height","top","right","bottom","left"].indexOf(n)&&V(t[n])&&(i="px"),e.style[n]=t[n]+i}))}var K=n&&/Firefox/i.test(navigator.userAgent);function X(e,t,n){var i=H(e,(function(e){return e.name===t})),r=!!i&&e.some((function(e){return e.name===n&&e.enabled&&e.order<i.order}));if(!r){var o="`"+t+"`",a="`"+n+"`";console.warn(a+" modifier is required by "+o+" modifier in order to work, be sure to include it before "+o+"!")}return r}var Z=["auto-start","auto","auto-end","top-start","top","top-end","right-start","right","right-end","bottom-end","bottom","bottom-start","left-end","left","left-start"],$=Z.slice(3);function ee(e){var t=arguments.length>1&&void 0!==arguments[1]&&arguments[1],n=$.indexOf(e),i=$.slice(n+1).concat($.slice(0,n));return t?i.reverse():i}var te="flip",ne="clockwise",ie="counterclockwise";function re(e,t,n,i){var r=[0,0],o=-1!==["right","left"].indexOf(i),a=e.split(/(\+|\-)/).map((function(e){return e.trim()})),s=a.indexOf(H(a,(function(e){return-1!==e.search(/,|\s/)})));a[s]&&-1===a[s].indexOf(",")&&console.warn("Offsets separated by white space(s) are deprecated, use a comma (,) instead.");var l=/\s*,\s*|\s+/,u=-1!==s?[a.slice(0,s).concat([a[s].split(l)[0]]),[a[s].split(l)[1]].concat(a.slice(s+1))]:[a];return(u=u.map((function(e,i){var r=(1===i?!o:o)?"height":"width",a=!1;return e.reduce((function(e,t){return""===e[e.length-1]&&-1!==["+","-"].indexOf(t)?(e[e.length-1]=t,a=!0,e):a?(e[e.length-1]+=t,a=!1,e):e.concat(t)}),[]).map((function(e){return function(e,t,n,i){var r=e.match(/((?:\-|\+)?\d*\.?\d*)(.*)/),o=+r[1],a=r[2];if(!o)return e;if(0===a.indexOf("%")){var s=void 0;switch(a){case"%p":s=n;break;case"%":case"%r":default:s=i}return k(s)[t]/100*o}if("vh"===a||"vw"===a){return("vh"===a?Math.max(document.documentElement.clientHeight,window.innerHeight||0):Math.max(document.documentElement.clientWidth,window.innerWidth||0))/100*o}return o}(e,r,t,n)}))}))).forEach((function(e,t){e.forEach((function(n,i){V(n)&&(r[t]+=n*("-"===e[i-1]?-1:1))}))})),r}var oe={placement:"bottom",positionFixed:!1,eventsEnabled:!0,removeOnDestroy:!1,onCreate:function(){},onUpdate:function(){},modifiers:{shift:{order:100,enabled:!0,fn:function(e){var t=e.placement,n=t.split("-")[0],i=t.split("-")[1];if(i){var r=e.offsets,o=r.reference,a=r.popper,s=-1!==["bottom","top"].indexOf(n),l=s?"left":"top",u=s?"width":"height",c={start:C({},l,o[l]),end:C({},l,o[l]+o[u]-a[u])};e.offsets.popper=x({},a,c[i])}return e}},offset:{order:200,enabled:!0,fn:function(e,t){var n=t.offset,i=e.placement,r=e.offsets,o=r.popper,a=r.reference,s=i.split("-")[0],l=void 0;return l=V(+n)?[+n,0]:re(n,o,a,s),"left"===s?(o.top+=l[0],o.left-=l[1]):"right"===s?(o.top+=l[0],o.left+=l[1]):"top"===s?(o.left+=l[0],o.top-=l[1]):"bottom"===s&&(o.left+=l[0],o.top+=l[1]),e.popper=o,e},offset:0},preventOverflow:{order:300,enabled:!0,fn:function(e,t){var n=t.boundariesElement||p(e.instance.popper);e.instance.reference===n&&(n=p(n));var i=z("transform"),r=e.instance.popper.style,o=r.top,a=r.left,s=r[i];r.top="",r.left="",r[i]="";var l=B(e.instance.popper,e.instance.reference,t.padding,n,e.positionFixed);r.top=o,r.left=a,r[i]=s,t.boundaries=l;var u=t.priority,c=e.offsets.popper,d={primary:function(e){var n=c[e];return c[e]<l[e]&&!t.escapeWithReference&&(n=Math.max(c[e],l[e])),C({},e,n)},secondary:function(e){var n="right"===e?"left":"top",i=c[n];return c[e]>l[e]&&!t.escapeWithReference&&(i=Math.min(c[n],l[e]-("right"===e?c.width:c.height))),C({},n,i)}};return u.forEach((function(e){var t=-1!==["left","top"].indexOf(e)?"primary":"secondary";c=x({},c,d[t](e))})),e.offsets.popper=c,e},priority:["left","right","top","bottom"],padding:5,boundariesElement:"scrollParent"},keepTogether:{order:400,enabled:!0,fn:function(e){var t=e.offsets,n=t.popper,i=t.reference,r=e.placement.split("-")[0],o=Math.floor,a=-1!==["top","bottom"].indexOf(r),s=a?"right":"bottom",l=a?"left":"top",u=a?"width":"height";return n[s]<o(i[l])&&(e.offsets.popper[l]=o(i[l])-n[u]),n[l]>o(i[s])&&(e.offsets.popper[l]=o(i[s])),e}},arrow:{order:500,enabled:!0,fn:function(e,t){var n;if(!X(e.instance.modifiers,"arrow","keepTogether"))return e;var i=t.element;if("string"==typeof i){if(!(i=e.instance.popper.querySelector(i)))return e}else if(!e.instance.popper.contains(i))return console.warn("WARNING: `arrow.element` must be child of its popper element!"),e;var r=e.placement.split("-")[0],o=e.offsets,s=o.popper,l=o.reference,u=-1!==["left","right"].indexOf(r),c=u?"height":"width",d=u?"Top":"Left",h=d.toLowerCase(),p=u?"left":"top",f=u?"bottom":"right",m=O(i)[c];l[f]-m<s[h]&&(e.offsets.popper[h]-=s[h]-(l[f]-m)),l[h]+m>s[f]&&(e.offsets.popper[h]+=l[h]+m-s[f]),e.offsets.popper=k(e.offsets.popper);var g=l[h]+l[c]/2-m/2,A=a(e.instance.popper),v=parseFloat(A["margin"+d]),_=parseFloat(A["border"+d+"Width"]),b=g-e.offsets.popper[h]-v-_;return b=Math.max(Math.min(s[c]-m,b),0),e.arrowElement=i,e.offsets.arrow=(C(n={},h,Math.round(b)),C(n,p,""),n),e},element:"[x-arrow]"},flip:{order:600,enabled:!0,fn:function(e,t){if(R(e.instance.modifiers,"inner"))return e;if(e.flipped&&e.placement===e.originalPlacement)return e;var n=B(e.instance.popper,e.instance.reference,t.padding,t.boundariesElement,e.positionFixed),i=e.placement.split("-")[0],r=j(i),o=e.placement.split("-")[1]||"",a=[];switch(t.behavior){case te:a=[i,r];break;case ne:a=ee(i);break;case ie:a=ee(i,!0);break;default:a=t.behavior}return a.forEach((function(s,l){if(i!==s||a.length===l+1)return e;i=e.placement.split("-")[0],r=j(i);var u=e.offsets.popper,c=e.offsets.reference,d=Math.floor,h="left"===i&&d(u.right)>d(c.left)||"right"===i&&d(u.left)<d(c.right)||"top"===i&&d(u.bottom)>d(c.top)||"bottom"===i&&d(u.top)<d(c.bottom),p=d(u.left)<d(n.left),f=d(u.right)>d(n.right),m=d(u.top)<d(n.top),g=d(u.bottom)>d(n.bottom),A="left"===i&&p||"right"===i&&f||"top"===i&&m||"bottom"===i&&g,v=-1!==["top","bottom"].indexOf(i),_=!!t.flipVariations&&(v&&"start"===o&&p||v&&"end"===o&&f||!v&&"start"===o&&m||!v&&"end"===o&&g),b=!!t.flipVariationsByContent&&(v&&"start"===o&&f||v&&"end"===o&&p||!v&&"start"===o&&g||!v&&"end"===o&&m),y=_||b;(h||A||y)&&(e.flipped=!0,(h||A)&&(i=a[l+1]),y&&(o=function(e){return"end"===e?"start":"start"===e?"end":e}(o)),e.placement=i+(o?"-"+o:""),e.offsets.popper=x({},e.offsets.popper,P(e.instance.popper,e.offsets.reference,e.placement)),e=F(e.instance.modifiers,e,"flip"))})),e},behavior:"flip",padding:5,boundariesElement:"viewport",flipVariations:!1,flipVariationsByContent:!1},inner:{order:700,enabled:!1,fn:function(e){var t=e.placement,n=t.split("-")[0],i=e.offsets,r=i.popper,o=i.reference,a=-1!==["left","right"].indexOf(n),s=-1===["top","left"].indexOf(n);return r[a?"left":"top"]=o[n]-(s?r[a?"width":"height"]:0),e.placement=j(t),e.offsets.popper=k(r),e}},hide:{order:800,enabled:!0,fn:function(e){if(!X(e.instance.modifiers,"hide","preventOverflow"))return e;var t=e.offsets.reference,n=H(e.instance.modifiers,(function(e){return"preventOverflow"===e.name})).boundaries;if(t.bottom<n.top||t.left>n.right||t.top>n.bottom||t.right<n.left){if(!0===e.hide)return e;e.hide=!0,e.attributes["x-out-of-boundaries"]=""}else{if(!1===e.hide)return e;e.hide=!1,e.attributes["x-out-of-boundaries"]=!1}return e}},computeStyle:{order:850,enabled:!0,fn:function(e,t){var n=t.x,i=t.y,r=e.offsets.popper,o=H(e.instance.modifiers,(function(e){return"applyStyle"===e.name})).gpuAcceleration;void 0!==o&&console.warn("WARNING: `gpuAcceleration` option moved to `computeStyle` modifier and will not be supported in future versions of Popper.js!");var a=void 0!==o?o:t.gpuAcceleration,s=p(e.instance.popper),l=M(s),u={position:r.position},c=function(e,t){var n=e.offsets,i=n.popper,r=n.reference,o=Math.round,a=Math.floor,s=function(e){return e},l=o(r.width),u=o(i.width),c=-1!==["left","right"].indexOf(e.placement),d=-1!==e.placement.indexOf("-"),h=t?c||d||l%2==u%2?o:a:s,p=t?o:s;return{left:h(l%2==1&&u%2==1&&!d&&t?i.left-1:i.left),top:p(i.top),bottom:p(i.bottom),right:h(i.right)}}(e,window.devicePixelRatio<2||!K),d="bottom"===n?"top":"bottom",h="right"===i?"left":"right",f=z("transform"),m=void 0,g=void 0;if(g="bottom"===d?"HTML"===s.nodeName?-s.clientHeight+c.bottom:-l.height+c.bottom:c.top,m="right"===h?"HTML"===s.nodeName?-s.clientWidth+c.right:-l.width+c.right:c.left,a&&f)u[f]="translate3d("+m+"px, "+g+"px, 0)",u[d]=0,u[h]=0,u.willChange="transform";else{var A="bottom"===d?-1:1,v="right"===h?-1:1;u[d]=g*A,u[h]=m*v,u.willChange=d+", "+h}var _={"x-placement":e.placement};return e.attributes=x({},_,e.attributes),e.styles=x({},u,e.styles),e.arrowStyles=x({},e.offsets.arrow,e.arrowStyles),e},gpuAcceleration:!0,x:"bottom",y:"right"},applyStyle:{order:900,enabled:!0,fn:function(e){var t,n;return J(e.instance.popper,e.styles),t=e.instance.popper,n=e.attributes,Object.keys(n).forEach((function(e){!1!==n[e]?t.setAttribute(e,n[e]):t.removeAttribute(e)})),e.arrowElement&&Object.keys(e.arrowStyles).length&&J(e.arrowElement,e.arrowStyles),e},onLoad:function(e,t,n,i,r){var o=I(r,t,e,n.positionFixed),a=Y(n.placement,o,t,e,n.modifiers.flip.boundariesElement,n.modifiers.flip.padding);return t.setAttribute("x-placement",a),J(t,{position:n.positionFixed?"fixed":"absolute"}),n},gpuAcceleration:void 0}}},ae=function(){function e(t,n){var i=this,a=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{};y(this,e),this.scheduleUpdate=function(){return requestAnimationFrame(i.update)},this.update=r(this.update.bind(this)),this.options=x({},e.Defaults,a),this.state={isDestroyed:!1,isCreated:!1,scrollParents:[]},this.reference=t&&t.jquery?t[0]:t,this.popper=n&&n.jquery?n[0]:n,this.options.modifiers={},Object.keys(x({},e.Defaults.modifiers,a.modifiers)).forEach((function(t){i.options.modifiers[t]=x({},e.Defaults.modifiers[t]||{},a.modifiers?a.modifiers[t]:{})})),this.modifiers=Object.keys(this.options.modifiers).map((function(e){return x({name:e},i.options.modifiers[e])})).sort((function(e,t){return e.order-t.order})),this.modifiers.forEach((function(e){e.enabled&&o(e.onLoad)&&e.onLoad(i.reference,i.popper,i.options,e,i.state)})),this.update();var s=this.options.eventsEnabled;s&&this.enableEventListeners(),this.state.eventsEnabled=s}return w(e,[{key:"update",value:function(){return N.call(this)}},{key:"destroy",value:function(){return W.call(this)}},{key:"enableEventListeners",value:function(){return G.call(this)}},{key:"disableEventListeners",value:function(){return Q.call(this)}}]),e}();ae.Utils=("undefined"!=typeof window?window:e).PopperUtils,ae.placements=Z,ae.Defaults=oe,t.default=ae}.call(this,n(17))},function(e,t,n){"use strict";n.d(t,"b",(function(){return s}));var i=n(0),r=n.n(i);
+/**
+ * @copyright Bernhard Posselt 2014
+ *
+ * @author Christoph Wurst <christoph@winzerhof-wurst.at>
+ * @author John Molakvoæ <skjnldsv@protonmail.com>
+ *
+ * @license GNU AGPL version 3 or any later version
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Affero General Public License as
+ * published by the Free Software Foundation, either version 3 of the
+ * License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Affero General Public License for more details.
+ *
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ *
+ */
+let o=!1;const a={enableDynamicSlideToggle(){o=!0},showAppSidebar:function(e){(e||r()("#app-sidebar")).removeClass("disappear").show(),r()("#app-content").trigger(new r.a.Event("appresized"))},hideAppSidebar:function(e){(e||r()("#app-sidebar")).hide().addClass("disappear"),r()("#app-content").trigger(new r.a.Event("appresized"))}},s=()=>{let e=r()("[data-apps-slide-toggle]");0===e.length&&r()("#app-navigation").addClass("without-app-settings"),r()(document).click((function(t){o&&(e=r()("[data-apps-slide-toggle]")),e.each((function(e,n){const i=r()(n).data("apps-slide-toggle"),o=r()(i);function a(){o.slideUp(4*OC.menuSpeed,(function(){o.trigger(new r.a.Event("hide"))})),o.removeClass("opened"),r()(n).removeClass("opened")}if(!o.is(":animated"))if(r()(n).is(r()(t.target).closest("[data-apps-slide-toggle]")))o.is(":visible")?a():function(){o.slideDown(4*OC.menuSpeed,(function(){o.trigger(new r.a.Event("show"))})),o.addClass("opened"),r()(n).addClass("opened");const e=r()(i+" [autofocus]");1===e.length&&e.focus()}();else{const e=r()(t.target).closest(i);o.is(":visible")&&e[0]!==o[0]&&a()}}))}))};t.a=a},function(e,t,n){"undefined"==typeof dav&&(dav={}),dav._XML_CHAR_MAP={"<":"&lt;",">":"&gt;","&":"&amp;",'"':"&quot;","'":"&apos;"},dav._escapeXml=function(e){return e.replace(/[<>&"']/g,(function(e){return dav._XML_CHAR_MAP[e]}))},dav.Client=function(e){var t;for(t in e)this[t]=e[t]},dav.Client.prototype={baseUrl:null,userName:null,password:null,xmlNamespaces:{"DAV:":"d"},propFind:function(e,t,n,i){void 0===n&&(n="0"),n=""+n,(i=i||{}).Depth=n,i["Content-Type"]="application/xml; charset=utf-8";var r,o='<?xml version="1.0"?>\n<d:propfind ';for(r in this.xmlNamespaces)o+=" xmlns:"+this.xmlNamespaces[r]+'="'+r+'"';for(var a in o+=">\n <d:prop>\n",t)if(t.hasOwnProperty(a)){var s=this.parseClarkNotation(t[a]);this.xmlNamespaces[s.namespace]?o+=" <"+this.xmlNamespaces[s.namespace]+":"+s.name+" />\n":o+=" <x:"+s.name+' xmlns:x="'+s.namespace+'" />\n'}return o+=" </d:prop>\n",o+="</d:propfind>",this.request("PROPFIND",e,i,o).then(function(e){return"0"===n?{status:e.status,body:e.body[0],xhr:e.xhr}:{status:e.status,body:e.body,xhr:e.xhr}}.bind(this))},_renderPropSet:function(e){var t=" <d:set>\n <d:prop>\n";for(var n in e)if(e.hasOwnProperty(n)){var i,r=this.parseClarkNotation(n),o=e[n];"d:resourcetype"!==(i=this.xmlNamespaces[r.namespace]?this.xmlNamespaces[r.namespace]+":"+r.name:"x:"+r.name+' xmlns:x="'+r.namespace+'"')&&(o=dav._escapeXml(o)),t+=" <"+i+">"+o+"</"+i+">\n"}return t+=" </d:prop>\n",t+=" </d:set>\n"},propPatch:function(e,t,n){(n=n||{})["Content-Type"]="application/xml; charset=utf-8";var i,r='<?xml version="1.0"?>\n<d:propertyupdate ';for(i in this.xmlNamespaces)r+=" xmlns:"+this.xmlNamespaces[i]+'="'+i+'"';return r+=">\n"+this._renderPropSet(t),r+="</d:propertyupdate>",this.request("PROPPATCH",e,n,r).then(function(e){return{status:e.status,body:e.body,xhr:e.xhr}}.bind(this))},mkcol:function(e,t,n){var i="";if((n=n||{})["Content-Type"]="application/xml; charset=utf-8",t){var r;for(r in i='<?xml version="1.0"?>\n<d:mkcol',this.xmlNamespaces)i+=" xmlns:"+this.xmlNamespaces[r]+'="'+r+'"';i+=">\n"+this._renderPropSet(t),i+="</d:mkcol>"}return this.request("MKCOL",e,n,i).then(function(e){return{status:e.status,body:e.body,xhr:e.xhr}}.bind(this))},request:function(e,t,n,i,r,o){var a,s=this,l=this.xhrProvider();for(a in n=n||{},r=r||"",this.userName&&(n.Authorization="Basic "+btoa(this.userName+":"+this.password)),l.open(e,this.resolveUrl(t),!0),n)l.setRequestHeader(a,n[a]);return l.responseType=r,o&&"function"==typeof o.onProgress&&("PUT"===e||"POST"===e?l.upload.addEventListener("progress",(function(e){o.onProgress(e)}),!1):l.addEventListener("progress",(function(e){o.onProgress(e)}),!1)),void 0===i?l.send():l.send(i),new Promise((function(e,t){l.onreadystatechange=function(){if(4===l.readyState){var t=l.response;207===l.status&&(t=s.parseMultiStatus(l.response)),e({body:t,status:l.status,xhr:l})}},l.ontimeout=function(){t(new Error("Timeout exceeded"))}}))},xhrProvider:function(){return new XMLHttpRequest},_parsePropNode:function(e){var t=null;if(e.childNodes&&e.childNodes.length>0){for(var n=[],i=0;i<e.childNodes.length;i++){var r=e.childNodes[i];1===r.nodeType&&n.push(r)}n.length&&(t=n)}return t||e.textContent||e.text||""},parseMultiStatus:function(e){for(var t=(new DOMParser).parseFromString(e,"application/xml"),n=function(e){var t;for(t in this.xmlNamespaces)if(this.xmlNamespaces[t]===e)return t}.bind(this),i=t.evaluate("/d:multistatus/d:response",t,n,XPathResult.ANY_TYPE,null),r=[],o=i.iterateNext();o;){var a={href:null,propStat:[]};a.href=t.evaluate("string(d:href)",o,n,XPathResult.ANY_TYPE,null).stringValue;for(var s=t.evaluate("d:propstat",o,n,XPathResult.ANY_TYPE,null),l=s.iterateNext();l;){for(var u={status:t.evaluate("string(d:status)",l,n,XPathResult.ANY_TYPE,null).stringValue,properties:{}},c=t.evaluate("d:prop/*",l,n,XPathResult.ANY_TYPE,null),d=c.iterateNext();d;){var h=this._parsePropNode(d);u.properties["{"+d.namespaceURI+"}"+d.localName]=h,d=c.iterateNext()}a.propStat.push(u),l=s.iterateNext()}r.push(a),o=i.iterateNext()}return r},resolveUrl:function(e){if(/^https?:\/\//i.test(e))return e;var t=this.parseUrl(this.baseUrl);if(e.charAt("/"))return t.root+e;t.root;return-1!==t.path.lastIndexOf("/")&&t.path.subString(0,t.path.lastIndexOf("/"))+"/",e,e},parseUrl:function(e){var t=e.match(/^(?:([A-Za-z]+):)?(\/{0,3})([0-9.\-A-Za-z]+)(?::(\d+))?(?:\/([^?#]*))?(?:\?([^#]*))?(?:#(.*))?$/),n={url:t[0],scheme:t[1],host:t[3],port:t[4],path:t[5],query:t[6],fragment:t[7]};return n.root=n.scheme+"://"+n.host+(n.port?":"+n.port:""),n},parseClarkNotation:function(e){var t=e.match(/^{([^}]+)}(.*)$/);if(t)return{name:t[2],namespace:t[1]}}},void 0!==e.exports&&(e.exports.Client=dav.Client),e.exports={dav:dav}},function(e,n,i){"use strict";var r=i(6),o=i(0),a=i.n(o),s=i(2),l=i.n(s),u=i(12),c=i(7);
/**
* @copyright 2019 Christoph Wurst <christoph@winzerhof-wurst.at>
*
- * @author 2019 Christoph Wurst <christoph@winzerhof-wurst.at>
+ * @author Christoph Wurst <christoph@winzerhof-wurst.at>
+ * @author John Molakvoæ <skjnldsv@protonmail.com>
+ * @author Roeland Jago Douma <roeland@famdouma.nl>
*
* @license GNU AGPL version 3 or any later version
*
@@ -295,23 +626,320 @@ var i=function(e){var t,n,i,r={};if(!e)return null;(t=e.indexOf("?"))>=0&&(e=e.s
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see <http://www.gnu.org/licenses/>.
- */n.a={callback:null,pageLoadTime:null,init:function(){a()(".password-confirm-required").on("click",o.a.bind(this.requirePasswordConfirmation,this)),this.pageLoadTime=c.a.now()},requiresPasswordConfirmation:function(){var e=this.pageLoadTime-1e3*window.nc_pageLoad,t=c.a.now()-(e+1e3*window.nc_lastLogin);return window.backendAllowsPasswordConfirmation&&t>18e5},requirePasswordConfirmation:function(e,n,i){n=void 0!==n?n:{};var r={title:t("core","Authentication required"),text:t("core","This action requires you to confirm your password"),confirm:t("core","Confirm"),label:t("core","Password"),error:""},s=o.a.extend(r,n),l=this;this.requiresPasswordConfirmation()&&u.a.dialogs.prompt(s.text,s.title,(function(e,t){e&&""!==t?l._confirmPassword(t,s):o.a.isFunction(i)&&i()}),!0,s.label,!0).then((function(){var e=a()(".oc-dialog:visible");if(e.find(".ui-icon").remove(),e.addClass("password-confirmation"),""!==s.error){var t=a()("<p></p>").addClass("msg warning").text(s.error);e.find(".oc-dialog-content").append(t)}e.find(".oc-dialog-buttonrow").addClass("aside");var n=e.find("button");n.eq(0).hide(),n.eq(1).text(s.confirm)})),this.callback=e},_confirmPassword:function(e,n){var i=this;a.a.ajax({url:u.a.generateUrl("/login/confirm"),data:{password:e},type:"POST",success:function(e){window.nc_lastLogin=e.lastLogin,o.a.isFunction(i.callback)&&i.callback()},error:function(){n.error=t("core","Failed to authenticate, try again"),u.a.PasswordConfirmation.requirePasswordConfirmation(i.callback,n)}})}}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.ProxyBus=void 0;var i,r=(i=n(214))&&i.__esModule?i:{default:i};function o(e,t){for(var n=0;n<t.length;n++){var i=t[n];i.enumerable=i.enumerable||!1,i.configurable=!0,"value"in i&&(i.writable=!0),Object.defineProperty(e,i.key,i)}}var s="1.1.3",a=function(){function e(t){!function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,e),function(e,t,n){t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n}(this,"bus",void 0),"function"==typeof t.getVersion&&r.default.valid(t.getVersion())?r.default.major(t.getVersion())!==r.default.major(this.getVersion())&&console.warn("Proxying an event bus of version "+t.getVersion()+" with "+this.getVersion()):console.warn("Proxying an event bus with an unknown or invalid version"),this.bus=t}var t,n,i;return t=e,(n=[{key:"getVersion",value:function(){return s}},{key:"subscribe",value:function(e,t){this.bus.subscribe(e,t)}},{key:"unsubscribe",value:function(e,t){this.bus.unsubscribe(e,t)}},{key:"emit",value:function(e,t){this.bus.emit(e,t)}}])&&o(t.prototype,n),i&&o(t,i),e}();t.ProxyBus=a},function(e,t,n){(function(n){var i;t=e.exports=h,i="object"==typeof n&&n.env&&n.env.NODE_DEBUG&&/\bsemver\b/i.test(n.env.NODE_DEBUG)?function(){var e=Array.prototype.slice.call(arguments,0);e.unshift("SEMVER"),console.log.apply(console,e)}:function(){},t.SEMVER_SPEC_VERSION="2.0.0";var r=Number.MAX_SAFE_INTEGER||9007199254740991,o=t.re=[],s=t.src=[],a=t.tokens={},l=0;function c(e){a[e]=l++}c("NUMERICIDENTIFIER"),s[a.NUMERICIDENTIFIER]="0|[1-9]\\d*",c("NUMERICIDENTIFIERLOOSE"),s[a.NUMERICIDENTIFIERLOOSE]="[0-9]+",c("NONNUMERICIDENTIFIER"),s[a.NONNUMERICIDENTIFIER]="\\d*[a-zA-Z-][a-zA-Z0-9-]*",c("MAINVERSION"),s[a.MAINVERSION]="("+s[a.NUMERICIDENTIFIER]+")\\.("+s[a.NUMERICIDENTIFIER]+")\\.("+s[a.NUMERICIDENTIFIER]+")",c("MAINVERSIONLOOSE"),s[a.MAINVERSIONLOOSE]="("+s[a.NUMERICIDENTIFIERLOOSE]+")\\.("+s[a.NUMERICIDENTIFIERLOOSE]+")\\.("+s[a.NUMERICIDENTIFIERLOOSE]+")",c("PRERELEASEIDENTIFIER"),s[a.PRERELEASEIDENTIFIER]="(?:"+s[a.NUMERICIDENTIFIER]+"|"+s[a.NONNUMERICIDENTIFIER]+")",c("PRERELEASEIDENTIFIERLOOSE"),s[a.PRERELEASEIDENTIFIERLOOSE]="(?:"+s[a.NUMERICIDENTIFIERLOOSE]+"|"+s[a.NONNUMERICIDENTIFIER]+")",c("PRERELEASE"),s[a.PRERELEASE]="(?:-("+s[a.PRERELEASEIDENTIFIER]+"(?:\\."+s[a.PRERELEASEIDENTIFIER]+")*))",c("PRERELEASELOOSE"),s[a.PRERELEASELOOSE]="(?:-?("+s[a.PRERELEASEIDENTIFIERLOOSE]+"(?:\\."+s[a.PRERELEASEIDENTIFIERLOOSE]+")*))",c("BUILDIDENTIFIER"),s[a.BUILDIDENTIFIER]="[0-9A-Za-z-]+",c("BUILD"),s[a.BUILD]="(?:\\+("+s[a.BUILDIDENTIFIER]+"(?:\\."+s[a.BUILDIDENTIFIER]+")*))",c("FULL"),c("FULLPLAIN"),s[a.FULLPLAIN]="v?"+s[a.MAINVERSION]+s[a.PRERELEASE]+"?"+s[a.BUILD]+"?",s[a.FULL]="^"+s[a.FULLPLAIN]+"$",c("LOOSEPLAIN"),s[a.LOOSEPLAIN]="[v=\\s]*"+s[a.MAINVERSIONLOOSE]+s[a.PRERELEASELOOSE]+"?"+s[a.BUILD]+"?",c("LOOSE"),s[a.LOOSE]="^"+s[a.LOOSEPLAIN]+"$",c("GTLT"),s[a.GTLT]="((?:<|>)?=?)",c("XRANGEIDENTIFIERLOOSE"),s[a.XRANGEIDENTIFIERLOOSE]=s[a.NUMERICIDENTIFIERLOOSE]+"|x|X|\\*",c("XRANGEIDENTIFIER"),s[a.XRANGEIDENTIFIER]=s[a.NUMERICIDENTIFIER]+"|x|X|\\*",c("XRANGEPLAIN"),s[a.XRANGEPLAIN]="[v=\\s]*("+s[a.XRANGEIDENTIFIER]+")(?:\\.("+s[a.XRANGEIDENTIFIER]+")(?:\\.("+s[a.XRANGEIDENTIFIER]+")(?:"+s[a.PRERELEASE]+")?"+s[a.BUILD]+"?)?)?",c("XRANGEPLAINLOOSE"),s[a.XRANGEPLAINLOOSE]="[v=\\s]*("+s[a.XRANGEIDENTIFIERLOOSE]+")(?:\\.("+s[a.XRANGEIDENTIFIERLOOSE]+")(?:\\.("+s[a.XRANGEIDENTIFIERLOOSE]+")(?:"+s[a.PRERELEASELOOSE]+")?"+s[a.BUILD]+"?)?)?",c("XRANGE"),s[a.XRANGE]="^"+s[a.GTLT]+"\\s*"+s[a.XRANGEPLAIN]+"$",c("XRANGELOOSE"),s[a.XRANGELOOSE]="^"+s[a.GTLT]+"\\s*"+s[a.XRANGEPLAINLOOSE]+"$",c("COERCE"),s[a.COERCE]="(^|[^\\d])(\\d{1,16})(?:\\.(\\d{1,16}))?(?:\\.(\\d{1,16}))?(?:$|[^\\d])",c("COERCERTL"),o[a.COERCERTL]=new RegExp(s[a.COERCE],"g"),c("LONETILDE"),s[a.LONETILDE]="(?:~>?)",c("TILDETRIM"),s[a.TILDETRIM]="(\\s*)"+s[a.LONETILDE]+"\\s+",o[a.TILDETRIM]=new RegExp(s[a.TILDETRIM],"g");c("TILDE"),s[a.TILDE]="^"+s[a.LONETILDE]+s[a.XRANGEPLAIN]+"$",c("TILDELOOSE"),s[a.TILDELOOSE]="^"+s[a.LONETILDE]+s[a.XRANGEPLAINLOOSE]+"$",c("LONECARET"),s[a.LONECARET]="(?:\\^)",c("CARETTRIM"),s[a.CARETTRIM]="(\\s*)"+s[a.LONECARET]+"\\s+",o[a.CARETTRIM]=new RegExp(s[a.CARETTRIM],"g");c("CARET"),s[a.CARET]="^"+s[a.LONECARET]+s[a.XRANGEPLAIN]+"$",c("CARETLOOSE"),s[a.CARETLOOSE]="^"+s[a.LONECARET]+s[a.XRANGEPLAINLOOSE]+"$",c("COMPARATORLOOSE"),s[a.COMPARATORLOOSE]="^"+s[a.GTLT]+"\\s*("+s[a.LOOSEPLAIN]+")$|^$",c("COMPARATOR"),s[a.COMPARATOR]="^"+s[a.GTLT]+"\\s*("+s[a.FULLPLAIN]+")$|^$",c("COMPARATORTRIM"),s[a.COMPARATORTRIM]="(\\s*)"+s[a.GTLT]+"\\s*("+s[a.LOOSEPLAIN]+"|"+s[a.XRANGEPLAIN]+")",o[a.COMPARATORTRIM]=new RegExp(s[a.COMPARATORTRIM],"g");c("HYPHENRANGE"),s[a.HYPHENRANGE]="^\\s*("+s[a.XRANGEPLAIN]+")\\s+-\\s+("+s[a.XRANGEPLAIN]+")\\s*$",c("HYPHENRANGELOOSE"),s[a.HYPHENRANGELOOSE]="^\\s*("+s[a.XRANGEPLAINLOOSE]+")\\s+-\\s+("+s[a.XRANGEPLAINLOOSE]+")\\s*$",c("STAR"),s[a.STAR]="(<|>)?=?\\s*\\*";for(var u=0;u<l;u++)i(u,s[u]),o[u]||(o[u]=new RegExp(s[u]));function d(e,t){if(t&&"object"==typeof t||(t={loose:!!t,includePrerelease:!1}),e instanceof h)return e;if("string"!=typeof e)return null;if(e.length>256)return null;if(!(t.loose?o[a.LOOSE]:o[a.FULL]).test(e))return null;try{return new h(e,t)}catch(e){return null}}function h(e,t){if(t&&"object"==typeof t||(t={loose:!!t,includePrerelease:!1}),e instanceof h){if(e.loose===t.loose)return e;e=e.version}else if("string"!=typeof e)throw new TypeError("Invalid Version: "+e);if(e.length>256)throw new TypeError("version is longer than 256 characters");if(!(this instanceof h))return new h(e,t);i("SemVer",e,t),this.options=t,this.loose=!!t.loose;var n=e.trim().match(t.loose?o[a.LOOSE]:o[a.FULL]);if(!n)throw new TypeError("Invalid Version: "+e);if(this.raw=e,this.major=+n[1],this.minor=+n[2],this.patch=+n[3],this.major>r||this.major<0)throw new TypeError("Invalid major version");if(this.minor>r||this.minor<0)throw new TypeError("Invalid minor version");if(this.patch>r||this.patch<0)throw new TypeError("Invalid patch version");n[4]?this.prerelease=n[4].split(".").map((function(e){if(/^[0-9]+$/.test(e)){var t=+e;if(t>=0&&t<r)return t}return e})):this.prerelease=[],this.build=n[5]?n[5].split("."):[],this.format()}t.parse=d,t.valid=function(e,t){var n=d(e,t);return n?n.version:null},t.clean=function(e,t){var n=d(e.trim().replace(/^[=v]+/,""),t);return n?n.version:null},t.SemVer=h,h.prototype.format=function(){return this.version=this.major+"."+this.minor+"."+this.patch,this.prerelease.length&&(this.version+="-"+this.prerelease.join(".")),this.version},h.prototype.toString=function(){return this.version},h.prototype.compare=function(e){return i("SemVer.compare",this.version,this.options,e),e instanceof h||(e=new h(e,this.options)),this.compareMain(e)||this.comparePre(e)},h.prototype.compareMain=function(e){return e instanceof h||(e=new h(e,this.options)),p(this.major,e.major)||p(this.minor,e.minor)||p(this.patch,e.patch)},h.prototype.comparePre=function(e){if(e instanceof h||(e=new h(e,this.options)),this.prerelease.length&&!e.prerelease.length)return-1;if(!this.prerelease.length&&e.prerelease.length)return 1;if(!this.prerelease.length&&!e.prerelease.length)return 0;var t=0;do{var n=this.prerelease[t],r=e.prerelease[t];if(i("prerelease compare",t,n,r),void 0===n&&void 0===r)return 0;if(void 0===r)return 1;if(void 0===n)return-1;if(n!==r)return p(n,r)}while(++t)},h.prototype.compareBuild=function(e){e instanceof h||(e=new h(e,this.options));var t=0;do{var n=this.build[t],r=e.build[t];if(i("prerelease compare",t,n,r),void 0===n&&void 0===r)return 0;if(void 0===r)return 1;if(void 0===n)return-1;if(n!==r)return p(n,r)}while(++t)},h.prototype.inc=function(e,t){switch(e){case"premajor":this.prerelease.length=0,this.patch=0,this.minor=0,this.major++,this.inc("pre",t);break;case"preminor":this.prerelease.length=0,this.patch=0,this.minor++,this.inc("pre",t);break;case"prepatch":this.prerelease.length=0,this.inc("patch",t),this.inc("pre",t);break;case"prerelease":0===this.prerelease.length&&this.inc("patch",t),this.inc("pre",t);break;case"major":0===this.minor&&0===this.patch&&0!==this.prerelease.length||this.major++,this.minor=0,this.patch=0,this.prerelease=[];break;case"minor":0===this.patch&&0!==this.prerelease.length||this.minor++,this.patch=0,this.prerelease=[];break;case"patch":0===this.prerelease.length&&this.patch++,this.prerelease=[];break;case"pre":if(0===this.prerelease.length)this.prerelease=[0];else{for(var n=this.prerelease.length;--n>=0;)"number"==typeof this.prerelease[n]&&(this.prerelease[n]++,n=-2);-1===n&&this.prerelease.push(0)}t&&(this.prerelease[0]===t?isNaN(this.prerelease[1])&&(this.prerelease=[t,0]):this.prerelease=[t,0]);break;default:throw new Error("invalid increment argument: "+e)}return this.format(),this.raw=this.version,this},t.inc=function(e,t,n,i){"string"==typeof n&&(i=n,n=void 0);try{return new h(e,n).inc(t,i).version}catch(e){return null}},t.diff=function(e,t){if(_(e,t))return null;var n=d(e),i=d(t),r="";if(n.prerelease.length||i.prerelease.length){r="pre";var o="prerelease"}for(var s in n)if(("major"===s||"minor"===s||"patch"===s)&&n[s]!==i[s])return r+s;return o},t.compareIdentifiers=p;var f=/^[0-9]+$/;function p(e,t){var n=f.test(e),i=f.test(t);return n&&i&&(e=+e,t=+t),e===t?0:n&&!i?-1:i&&!n?1:e<t?-1:1}function m(e,t,n){return new h(e,n).compare(new h(t,n))}function g(e,t,n){return m(e,t,n)>0}function v(e,t,n){return m(e,t,n)<0}function _(e,t,n){return 0===m(e,t,n)}function y(e,t,n){return 0!==m(e,t,n)}function b(e,t,n){return m(e,t,n)>=0}function w(e,t,n){return m(e,t,n)<=0}function x(e,t,n,i){switch(t){case"===":return"object"==typeof e&&(e=e.version),"object"==typeof n&&(n=n.version),e===n;case"!==":return"object"==typeof e&&(e=e.version),"object"==typeof n&&(n=n.version),e!==n;case"":case"=":case"==":return _(e,n,i);case"!=":return y(e,n,i);case">":return g(e,n,i);case">=":return b(e,n,i);case"<":return v(e,n,i);case"<=":return w(e,n,i);default:throw new TypeError("Invalid operator: "+t)}}function k(e,t){if(t&&"object"==typeof t||(t={loose:!!t,includePrerelease:!1}),e instanceof k){if(e.loose===!!t.loose)return e;e=e.value}if(!(this instanceof k))return new k(e,t);i("comparator",e,t),this.options=t,this.loose=!!t.loose,this.parse(e),this.semver===M?this.value="":this.value=this.operator+this.semver.version,i("comp",this)}t.rcompareIdentifiers=function(e,t){return p(t,e)},t.major=function(e,t){return new h(e,t).major},t.minor=function(e,t){return new h(e,t).minor},t.patch=function(e,t){return new h(e,t).patch},t.compare=m,t.compareLoose=function(e,t){return m(e,t,!0)},t.compareBuild=function(e,t,n){var i=new h(e,n),r=new h(t,n);return i.compare(r)||i.compareBuild(r)},t.rcompare=function(e,t,n){return m(t,e,n)},t.sort=function(e,n){return e.sort((function(e,i){return t.compareBuild(e,i,n)}))},t.rsort=function(e,n){return e.sort((function(e,i){return t.compareBuild(i,e,n)}))},t.gt=g,t.lt=v,t.eq=_,t.neq=y,t.gte=b,t.lte=w,t.cmp=x,t.Comparator=k;var M={};function A(e,t){if(t&&"object"==typeof t||(t={loose:!!t,includePrerelease:!1}),e instanceof A)return e.loose===!!t.loose&&e.includePrerelease===!!t.includePrerelease?e:new A(e.raw,t);if(e instanceof k)return new A(e.value,t);if(!(this instanceof A))return new A(e,t);if(this.options=t,this.loose=!!t.loose,this.includePrerelease=!!t.includePrerelease,this.raw=e,this.set=e.split(/\s*\|\|\s*/).map((function(e){return this.parseRange(e.trim())}),this).filter((function(e){return e.length})),!this.set.length)throw new TypeError("Invalid SemVer Range: "+e);this.format()}function L(e,t){for(var n=!0,i=e.slice(),r=i.pop();n&&i.length;)n=i.every((function(e){return r.intersects(e,t)})),r=i.pop();return n}function T(e){return!e||"x"===e.toLowerCase()||"*"===e}function D(e,t,n,i,r,o,s,a,l,c,u,d,h){return((t=T(n)?"":T(i)?">="+n+".0.0":T(r)?">="+n+"."+i+".0":">="+t)+" "+(a=T(l)?"":T(c)?"<"+(+l+1)+".0.0":T(u)?"<"+l+"."+(+c+1)+".0":d?"<="+l+"."+c+"."+u+"-"+d:"<="+a)).trim()}function S(e,t,n){for(var r=0;r<e.length;r++)if(!e[r].test(t))return!1;if(t.prerelease.length&&!n.includePrerelease){for(r=0;r<e.length;r++)if(i(e[r].semver),e[r].semver!==M&&e[r].semver.prerelease.length>0){var o=e[r].semver;if(o.major===t.major&&o.minor===t.minor&&o.patch===t.patch)return!0}return!1}return!0}function E(e,t,n){try{t=new A(t,n)}catch(e){return!1}return t.test(e)}function Y(e,t,n,i){var r,o,s,a,l;switch(e=new h(e,i),t=new A(t,i),n){case">":r=g,o=w,s=v,a=">",l=">=";break;case"<":r=v,o=b,s=g,a="<",l="<=";break;default:throw new TypeError('Must provide a hilo val of "<" or ">"')}if(E(e,t,i))return!1;for(var c=0;c<t.set.length;++c){var u=t.set[c],d=null,f=null;if(u.forEach((function(e){e.semver===M&&(e=new k(">=0.0.0")),d=d||e,f=f||e,r(e.semver,d.semver,i)?d=e:s(e.semver,f.semver,i)&&(f=e)})),d.operator===a||d.operator===l)return!1;if((!f.operator||f.operator===a)&&o(e,f.semver))return!1;if(f.operator===l&&s(e,f.semver))return!1}return!0}k.prototype.parse=function(e){var t=this.options.loose?o[a.COMPARATORLOOSE]:o[a.COMPARATOR],n=e.match(t);if(!n)throw new TypeError("Invalid comparator: "+e);this.operator=void 0!==n[1]?n[1]:"","="===this.operator&&(this.operator=""),n[2]?this.semver=new h(n[2],this.options.loose):this.semver=M},k.prototype.toString=function(){return this.value},k.prototype.test=function(e){if(i("Comparator.test",e,this.options.loose),this.semver===M||e===M)return!0;if("string"==typeof e)try{e=new h(e,this.options)}catch(e){return!1}return x(e,this.operator,this.semver,this.options)},k.prototype.intersects=function(e,t){if(!(e instanceof k))throw new TypeError("a Comparator is required");var n;if(t&&"object"==typeof t||(t={loose:!!t,includePrerelease:!1}),""===this.operator)return""===this.value||(n=new A(e.value,t),E(this.value,n,t));if(""===e.operator)return""===e.value||(n=new A(this.value,t),E(e.semver,n,t));var i=!(">="!==this.operator&&">"!==this.operator||">="!==e.operator&&">"!==e.operator),r=!("<="!==this.operator&&"<"!==this.operator||"<="!==e.operator&&"<"!==e.operator),o=this.semver.version===e.semver.version,s=!(">="!==this.operator&&"<="!==this.operator||">="!==e.operator&&"<="!==e.operator),a=x(this.semver,"<",e.semver,t)&&(">="===this.operator||">"===this.operator)&&("<="===e.operator||"<"===e.operator),l=x(this.semver,">",e.semver,t)&&("<="===this.operator||"<"===this.operator)&&(">="===e.operator||">"===e.operator);return i||r||o&&s||a||l},t.Range=A,A.prototype.format=function(){return this.range=this.set.map((function(e){return e.join(" ").trim()})).join("||").trim(),this.range},A.prototype.toString=function(){return this.range},A.prototype.parseRange=function(e){var t=this.options.loose;e=e.trim();var n=t?o[a.HYPHENRANGELOOSE]:o[a.HYPHENRANGE];e=e.replace(n,D),i("hyphen replace",e),e=e.replace(o[a.COMPARATORTRIM],"$1$2$3"),i("comparator trim",e,o[a.COMPARATORTRIM]),e=(e=(e=e.replace(o[a.TILDETRIM],"$1~")).replace(o[a.CARETTRIM],"$1^")).split(/\s+/).join(" ");var r=t?o[a.COMPARATORLOOSE]:o[a.COMPARATOR],s=e.split(" ").map((function(e){return function(e,t){return i("comp",e,t),e=function(e,t){return e.trim().split(/\s+/).map((function(e){return function(e,t){i("caret",e,t);var n=t.loose?o[a.CARETLOOSE]:o[a.CARET];return e.replace(n,(function(t,n,r,o,s){var a;return i("caret",e,t,n,r,o,s),T(n)?a="":T(r)?a=">="+n+".0.0 <"+(+n+1)+".0.0":T(o)?a="0"===n?">="+n+"."+r+".0 <"+n+"."+(+r+1)+".0":">="+n+"."+r+".0 <"+(+n+1)+".0.0":s?(i("replaceCaret pr",s),a="0"===n?"0"===r?">="+n+"."+r+"."+o+"-"+s+" <"+n+"."+r+"."+(+o+1):">="+n+"."+r+"."+o+"-"+s+" <"+n+"."+(+r+1)+".0":">="+n+"."+r+"."+o+"-"+s+" <"+(+n+1)+".0.0"):(i("no pr"),a="0"===n?"0"===r?">="+n+"."+r+"."+o+" <"+n+"."+r+"."+(+o+1):">="+n+"."+r+"."+o+" <"+n+"."+(+r+1)+".0":">="+n+"."+r+"."+o+" <"+(+n+1)+".0.0"),i("caret return",a),a}))}(e,t)})).join(" ")}(e,t),i("caret",e),e=function(e,t){return e.trim().split(/\s+/).map((function(e){return function(e,t){var n=t.loose?o[a.TILDELOOSE]:o[a.TILDE];return e.replace(n,(function(t,n,r,o,s){var a;return i("tilde",e,t,n,r,o,s),T(n)?a="":T(r)?a=">="+n+".0.0 <"+(+n+1)+".0.0":T(o)?a=">="+n+"."+r+".0 <"+n+"."+(+r+1)+".0":s?(i("replaceTilde pr",s),a=">="+n+"."+r+"."+o+"-"+s+" <"+n+"."+(+r+1)+".0"):a=">="+n+"."+r+"."+o+" <"+n+"."+(+r+1)+".0",i("tilde return",a),a}))}(e,t)})).join(" ")}(e,t),i("tildes",e),e=function(e,t){return i("replaceXRanges",e,t),e.split(/\s+/).map((function(e){return function(e,t){e=e.trim();var n=t.loose?o[a.XRANGELOOSE]:o[a.XRANGE];return e.replace(n,(function(n,r,o,s,a,l){i("xRange",e,n,r,o,s,a,l);var c=T(o),u=c||T(s),d=u||T(a),h=d;return"="===r&&h&&(r=""),l=t.includePrerelease?"-0":"",c?n=">"===r||"<"===r?"<0.0.0-0":"*":r&&h?(u&&(s=0),a=0,">"===r?(r=">=",u?(o=+o+1,s=0,a=0):(s=+s+1,a=0)):"<="===r&&(r="<",u?o=+o+1:s=+s+1),n=r+o+"."+s+"."+a+l):u?n=">="+o+".0.0"+l+" <"+(+o+1)+".0.0"+l:d&&(n=">="+o+"."+s+".0"+l+" <"+o+"."+(+s+1)+".0"+l),i("xRange return",n),n}))}(e,t)})).join(" ")}(e,t),i("xrange",e),e=function(e,t){return i("replaceStars",e,t),e.trim().replace(o[a.STAR],"")}(e,t),i("stars",e),e}(e,this.options)}),this).join(" ").split(/\s+/);return this.options.loose&&(s=s.filter((function(e){return!!e.match(r)}))),s=s.map((function(e){return new k(e,this.options)}),this)},A.prototype.intersects=function(e,t){if(!(e instanceof A))throw new TypeError("a Range is required");return this.set.some((function(n){return L(n,t)&&e.set.some((function(e){return L(e,t)&&n.every((function(n){return e.every((function(e){return n.intersects(e,t)}))}))}))}))},t.toComparators=function(e,t){return new A(e,t).set.map((function(e){return e.map((function(e){return e.value})).join(" ").trim().split(" ")}))},A.prototype.test=function(e){if(!e)return!1;if("string"==typeof e)try{e=new h(e,this.options)}catch(e){return!1}for(var t=0;t<this.set.length;t++)if(S(this.set[t],e,this.options))return!0;return!1},t.satisfies=E,t.maxSatisfying=function(e,t,n){var i=null,r=null;try{var o=new A(t,n)}catch(e){return null}return e.forEach((function(e){o.test(e)&&(i&&-1!==r.compare(e)||(r=new h(i=e,n)))})),i},t.minSatisfying=function(e,t,n){var i=null,r=null;try{var o=new A(t,n)}catch(e){return null}return e.forEach((function(e){o.test(e)&&(i&&1!==r.compare(e)||(r=new h(i=e,n)))})),i},t.minVersion=function(e,t){e=new A(e,t);var n=new h("0.0.0");if(e.test(n))return n;if(n=new h("0.0.0-0"),e.test(n))return n;n=null;for(var i=0;i<e.set.length;++i){e.set[i].forEach((function(e){var t=new h(e.semver.version);switch(e.operator){case">":0===t.prerelease.length?t.patch++:t.prerelease.push(0),t.raw=t.format();case"":case">=":n&&!g(n,t)||(n=t);break;case"<":case"<=":break;default:throw new Error("Unexpected operation: "+e.operator)}}))}if(n&&e.test(n))return n;return null},t.validRange=function(e,t){try{return new A(e,t).range||"*"}catch(e){return null}},t.ltr=function(e,t,n){return Y(e,t,"<",n)},t.gtr=function(e,t,n){return Y(e,t,">",n)},t.outside=Y,t.prerelease=function(e,t){var n=d(e,t);return n&&n.prerelease.length?n.prerelease:null},t.intersects=function(e,t,n){return e=new A(e,n),t=new A(t,n),e.intersects(t)},t.coerce=function(e,t){if(e instanceof h)return e;"number"==typeof e&&(e=String(e));if("string"!=typeof e)return null;var n=null;if((t=t||{}).rtl){for(var i;(i=o[a.COERCERTL].exec(e))&&(!n||n.index+n[0].length!==e.length);)n&&i.index+i[0].length===n.index+n[0].length||(n=i),o[a.COERCERTL].lastIndex=i.index+i[1].length+i[2].length;o[a.COERCERTL].lastIndex=-1}else n=e.match(o[a.COERCE]);if(null===n)return null;return d(n[2]+"."+(n[3]||"0")+"."+(n[4]||"0"),t)}}).call(this,n(117))},function(e,t,n){"use strict";function i(e,t){for(var n=0;n<t.length;n++){var i=t[n];i.enumerable=i.enumerable||!1,i.configurable=!0,"value"in i&&(i.writable=!0),Object.defineProperty(e,i.key,i)}}n(216),n(229),n(231),n(135),n(240),n(251),n(253),n(255),n(256),Object.defineProperty(t,"__esModule",{value:!0}),t.SimpleBus=void 0;var r="1.1.3",o=function(){function e(){var t,n,i;!function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,e),t=this,n="handlers",i=new Map,n in t?Object.defineProperty(t,n,{value:i,enumerable:!0,configurable:!0,writable:!0}):t[n]=i}var t,n,o;return t=e,(n=[{key:"getVersion",value:function(){return r}},{key:"subscribe",value:function(e,t){this.handlers.set(e,(this.handlers.get(e)||[]).concat(t))}},{key:"unsubscribe",value:function(e,t){this.handlers.set(e,(this.handlers.get(e)||[]).filter((function(e){return e!=t})))}},{key:"emit",value:function(e,t){(this.handlers.get(e)||[]).forEach((function(e){try{e(t)}catch(e){console.error("could not invoke event listener",e)}}))}}])&&i(t.prototype,n),o&&i(t,o),e}();t.SimpleBus=o},function(e,t,n){"use strict";var i=n(32),r=n(7),o=n(127),s=n(10),a=n(79),l=n(48),c=n(226),u=n(128),d=n(130),h=n(6),f=n(131),p=h("isConcatSpreadable"),m=f>=51||!r((function(){var e=[];return e[p]=!1,e.concat()[0]!==e})),g=d("concat"),v=function(e){if(!s(e))return!1;var t=e[p];return void 0!==t?!!t:o(e)};i({target:"Array",proto:!0,forced:!m||!g},{concat:function(e){var t,n,i,r,o,s=a(this),d=u(s,0),h=0;for(t=-1,i=arguments.length;t<i;t++)if(o=-1===t?s:arguments[t],v(o)){if(h+(r=l(o.length))>9007199254740991)throw TypeError("Maximum allowed index exceeded");for(n=0;n<r;n++,h++)n in o&&c(d,h,o[n])}else{if(h>=9007199254740991)throw TypeError("Maximum allowed index exceeded");c(d,h++,o)}return d.length=h,d}})},function(e,t,n){"use strict";var i={}.propertyIsEnumerable,r=Object.getOwnPropertyDescriptor,o=r&&!i.call({1:2},1);t.f=o?function(e){var t=r(this,e);return!!t&&t.enumerable}:i},function(e,t,n){var i=n(5),r=n(122),o=i.WeakMap;e.exports="function"==typeof o&&/native code/.test(r(o))},function(e,t,n){var i=n(8),r=n(220),o=n(118),s=n(12);e.exports=function(e,t){for(var n=r(t),a=s.f,l=o.f,c=0;c<n.length;c++){var u=n[c];i(e,u)||a(e,u,l(t,u))}}},function(e,t,n){var i=n(47),r=n(222),o=n(225),s=n(20);e.exports=i("Reflect","ownKeys")||function(e){var t=r.f(s(e)),n=o.f;return n?t.concat(n(e)):t}},function(e,t,n){var i=n(5);e.exports=i},function(e,t,n){var i=n(125),r=n(78).concat("length","prototype");t.f=Object.getOwnPropertyNames||function(e){return i(e,r)}},function(e,t,n){var i=n(44),r=n(48),o=n(224),s=function(e){return function(t,n,s){var a,l=i(t),c=r(l.length),u=o(s,c);if(e&&n!=n){for(;c>u;)if((a=l[u++])!=a)return!0}else for(;c>u;u++)if((e||u in l)&&l[u]===n)return e||u||0;return!e&&-1}};e.exports={includes:s(!0),indexOf:s(!1)}},function(e,t,n){var i=n(77),r=Math.max,o=Math.min;e.exports=function(e,t){var n=i(e);return n<0?r(n+t,0):o(n,t)}},function(e,t){t.f=Object.getOwnPropertySymbols},function(e,t,n){"use strict";var i=n(72),r=n(12),o=n(43);e.exports=function(e,t,n){var s=i(t);s in e?r.f(e,s,o(0,n)):e[s]=n}},function(e,t,n){var i=n(129);e.exports=i&&!Symbol.sham&&"symbol"==typeof Symbol.iterator},function(e,t,n){var i=n(47);e.exports=i("navigator","userAgent")||""},function(e,t,n){"use strict";var i=n(32),r=n(132).filter,o=n(130),s=n(133),a=o("filter"),l=s("filter");i({target:"Array",proto:!0,forced:!a||!l},{filter:function(e){return r(this,e,arguments.length>1?arguments[1]:void 0)}})},function(e,t){e.exports=function(e){if("function"!=typeof e)throw TypeError(String(e)+" is not a function");return e}},function(e,t,n){"use strict";var i=n(32),r=n(134);i({target:"Array",proto:!0,forced:[].forEach!=r},{forEach:r})},function(e,t,n){"use strict";var i=n(7);e.exports=function(e,t){var n=[][e];return!!n&&i((function(){n.call(null,t||function(){throw 1},1)}))}},function(e,t,n){var i=n(6),r=n(81),o=n(12),s=i("unscopables"),a=Array.prototype;null==a[s]&&o.f(a,s,{configurable:!0,value:r(null)}),e.exports=function(e){a[s][e]=!0}},function(e,t,n){var i=n(15),r=n(12),o=n(20),s=n(235);e.exports=i?Object.defineProperties:function(e,t){o(e);for(var n,i=s(t),a=i.length,l=0;a>l;)r.f(e,n=i[l++],t[n]);return e}},function(e,t,n){var i=n(125),r=n(78);e.exports=Object.keys||function(e){return i(e,r)}},function(e,t,n){var i=n(47);e.exports=i("document","documentElement")},function(e,t,n){"use strict";var i=n(136).IteratorPrototype,r=n(81),o=n(43),s=n(83),a=n(34),l=function(){return this};e.exports=function(e,t,n){var c=t+" Iterator";return e.prototype=r(i,{next:o(1,n)}),s(e,c,!1,!0),a[c]=l,e}},function(e,t,n){var i=n(7);e.exports=!i((function(){function e(){}return e.prototype.constructor=null,Object.getPrototypeOf(new e)!==e.prototype}))},function(e,t,n){var i=n(10);e.exports=function(e){if(!i(e)&&null!==e)throw TypeError("Can't set "+String(e)+" as a prototype");return e}},function(e,t,n){"use strict";var i=n(241),r=n(248);e.exports=i("Map",(function(e){return function(){return e(this,arguments.length?arguments[0]:void 0)}}),r)},function(e,t,n){"use strict";var i=n(32),r=n(5),o=n(126),s=n(33),a=n(139),l=n(140),c=n(142),u=n(10),d=n(7),h=n(246),f=n(83),p=n(247);e.exports=function(e,t,n){var m=-1!==e.indexOf("Map"),g=-1!==e.indexOf("Weak"),v=m?"set":"add",_=r[e],y=_&&_.prototype,b=_,w={},x=function(e){var t=y[e];s(y,e,"add"==e?function(e){return t.call(this,0===e?0:e),this}:"delete"==e?function(e){return!(g&&!u(e))&&t.call(this,0===e?0:e)}:"get"==e?function(e){return g&&!u(e)?void 0:t.call(this,0===e?0:e)}:"has"==e?function(e){return!(g&&!u(e))&&t.call(this,0===e?0:e)}:function(e,n){return t.call(this,0===e?0:e,n),this})};if(o(e,"function"!=typeof _||!(g||y.forEach&&!d((function(){(new _).entries().next()})))))b=n.getConstructor(t,e,m,v),a.REQUIRED=!0;else if(o(e,!0)){var k=new b,M=k[v](g?{}:-0,1)!=k,A=d((function(){k.has(1)})),L=h((function(e){new _(e)})),T=!g&&d((function(){for(var e=new _,t=5;t--;)e[v](t,t);return!e.has(-0)}));L||((b=t((function(t,n){c(t,b,e);var i=p(new _,t,b);return null!=n&&l(n,i[v],i,m),i}))).prototype=y,y.constructor=b),(A||T)&&(x("delete"),x("has"),m&&x("get")),(T||M)&&x(v),g&&y.clear&&delete y.clear}return w[e]=b,i({global:!0,forced:b!=_},w),f(b,e),g||n.setStrong(b,e,m),b}},function(e,t,n){var i=n(7);e.exports=!i((function(){return Object.isExtensible(Object.preventExtensions({}))}))},function(e,t,n){var i=n(6),r=n(34),o=i("iterator"),s=Array.prototype;e.exports=function(e){return void 0!==e&&(r.Array===e||s[o]===e)}},function(e,t,n){var i=n(141),r=n(34),o=n(6)("iterator");e.exports=function(e){if(null!=e)return e[o]||e["@@iterator"]||r[i(e)]}},function(e,t,n){var i=n(20);e.exports=function(e,t,n,r){try{return r?t(i(n)[0],n[1]):t(n)}catch(t){var o=e.return;throw void 0!==o&&i(o.call(e)),t}}},function(e,t,n){var i=n(6)("iterator"),r=!1;try{var o=0,s={next:function(){return{done:!!o++}},return:function(){r=!0}};s[i]=function(){return this},Array.from(s,(function(){throw 2}))}catch(e){}e.exports=function(e,t){if(!t&&!r)return!1;var n=!1;try{var o={};o[i]=function(){return{next:function(){return{done:n=!0}}}},e(o)}catch(e){}return n}},function(e,t,n){var i=n(10),r=n(138);e.exports=function(e,t,n){var o,s;return r&&"function"==typeof(o=t.constructor)&&o!==n&&i(s=o.prototype)&&s!==n.prototype&&r(e,s),e}},function(e,t,n){"use strict";var i=n(12).f,r=n(81),o=n(249),s=n(80),a=n(142),l=n(140),c=n(82),u=n(250),d=n(15),h=n(139).fastKey,f=n(45),p=f.set,m=f.getterFor;e.exports={getConstructor:function(e,t,n,c){var u=e((function(e,i){a(e,u,t),p(e,{type:t,index:r(null),first:void 0,last:void 0,size:0}),d||(e.size=0),null!=i&&l(i,e[c],e,n)})),f=m(t),g=function(e,t,n){var i,r,o=f(e),s=v(e,t);return s?s.value=n:(o.last=s={index:r=h(t,!0),key:t,value:n,previous:i=o.last,next:void 0,removed:!1},o.first||(o.first=s),i&&(i.next=s),d?o.size++:e.size++,"F"!==r&&(o.index[r]=s)),e},v=function(e,t){var n,i=f(e),r=h(t);if("F"!==r)return i.index[r];for(n=i.first;n;n=n.next)if(n.key==t)return n};return o(u.prototype,{clear:function(){for(var e=f(this),t=e.index,n=e.first;n;)n.removed=!0,n.previous&&(n.previous=n.previous.next=void 0),delete t[n.index],n=n.next;e.first=e.last=void 0,d?e.size=0:this.size=0},delete:function(e){var t=f(this),n=v(this,e);if(n){var i=n.next,r=n.previous;delete t.index[n.index],n.removed=!0,r&&(r.next=i),i&&(i.previous=r),t.first==n&&(t.first=i),t.last==n&&(t.last=r),d?t.size--:this.size--}return!!n},forEach:function(e){for(var t,n=f(this),i=s(e,arguments.length>1?arguments[1]:void 0,3);t=t?t.next:n.first;)for(i(t.value,t.key,this);t&&t.removed;)t=t.previous},has:function(e){return!!v(this,e)}}),o(u.prototype,n?{get:function(e){var t=v(this,e);return t&&t.value},set:function(e,t){return g(this,0===e?0:e,t)}}:{add:function(e){return g(this,e=0===e?0:e,e)}}),d&&i(u.prototype,"size",{get:function(){return f(this).size}}),u},setStrong:function(e,t,n){var i=t+" Iterator",r=m(t),o=m(i);c(e,t,(function(e,t){p(this,{type:i,target:e,state:r(e),kind:t,last:void 0})}),(function(){for(var e=o(this),t=e.kind,n=e.last;n&&n.removed;)n=n.previous;return e.target&&(e.last=n=n?n.next:e.state.first)?"keys"==t?{value:n.key,done:!1}:"values"==t?{value:n.value,done:!1}:{value:[n.key,n.value],done:!1}:(e.target=void 0,{value:void 0,done:!0})}),n?"entries":"values",!n,!0),u(t)}}},function(e,t,n){var i=n(33);e.exports=function(e,t,n){for(var r in t)i(e,r,t[r],n);return e}},function(e,t,n){"use strict";var i=n(47),r=n(12),o=n(6),s=n(15),a=o("species");e.exports=function(e){var t=i(e),n=r.f;s&&t&&!t[a]&&n(t,a,{configurable:!0,get:function(){return this}})}},function(e,t,n){var i=n(84),r=n(33),o=n(252);i||r(Object.prototype,"toString",o,{unsafe:!0})},function(e,t,n){"use strict";var i=n(84),r=n(141);e.exports=i?{}.toString:function(){return"[object "+r(this)+"]"}},function(e,t,n){"use strict";var i=n(254).charAt,r=n(45),o=n(82),s=r.set,a=r.getterFor("String Iterator");o(String,"String",(function(e){s(this,{type:"String Iterator",string:String(e),index:0})}),(function(){var e,t=a(this),n=t.string,r=t.index;return r>=n.length?{value:void 0,done:!0}:(e=i(n,r),t.index+=e.length,{value:e,done:!1})}))},function(e,t,n){var i=n(77),r=n(71),o=function(e){return function(t,n){var o,s,a=String(r(t)),l=i(n),c=a.length;return l<0||l>=c?e?"":void 0:(o=a.charCodeAt(l))<55296||o>56319||l+1===c||(s=a.charCodeAt(l+1))<56320||s>57343?e?a.charAt(l):o:e?a.slice(l,l+2):s-56320+(o-55296<<10)+65536}};e.exports={codeAt:o(!1),charAt:o(!0)}},function(e,t,n){var i=n(5),r=n(143),o=n(134),s=n(16);for(var a in r){var l=i[a],c=l&&l.prototype;if(c&&c.forEach!==o)try{s(c,"forEach",o)}catch(e){c.forEach=o}}},function(e,t,n){var i=n(5),r=n(143),o=n(135),s=n(16),a=n(6),l=a("iterator"),c=a("toStringTag"),u=o.values;for(var d in r){var h=i[d],f=h&&h.prototype;if(f){if(f[l]!==u)try{s(f,l,u)}catch(e){f[l]=u}if(f[c]||s(f,c,d),r[d])for(var p in o)if(f[p]!==o[p])try{s(f,p,o[p])}catch(e){f[p]=o[p]}}}},function(e,t,n){var i,r=n(26),o=n(726),s=n(723),a=n(672),l=n(758),c=n(718),u=n(689),d=u("IE_PROTO"),h=function(){},f=function(e){return"<script>"+e+"<\/script>"},p=function(){try{i=document.domain&&new ActiveXObject("htmlfile")}catch(e){}var e,t;p=i?function(e){e.write(f("")),e.close();var t=e.parentWindow.Object;return e=null,t}(i):((t=c("iframe")).style.display="none",l.appendChild(t),t.src=String("javascript:"),(e=t.contentWindow.document).open(),e.write(f("document.F=Object")),e.close(),e.F);for(var n=s.length;n--;)delete p.prototype[s[n]];return p()};a[d]=!0,e.exports=Object.create||function(e,t){var n;return null!==e?(h.prototype=r(e),n=new h,h.prototype=null,n[d]=e):n=p(),void 0===t?n:o(n,t)}},function(e,t,n){"use strict";var i=n(9);e.exports=function(e,t){var n=[][e];return!!n&&i((function(){n.call(null,t||function(){throw 1},1)}))}},function(e,t,n){var i=n(26),r=n(154),o=n(31)("species");e.exports=function(e,t){var n,s=i(e).constructor;return void 0===s||null==(n=i(s)[o])?t:r(n)}},function(e,t,n){"use strict";var i=n(3),r=n(18),o=n(29),s=n(744),a=n(37),l=n(706),c=n(474),u=n(470),d=n(113),h=n(36),f=n(787),p=n(788),m=n(202),g=n(59),v=n(681),_=n(25),y=n(257),b=n(510),w=n(506).f,x=n(789),k=n(100).forEach,M=n(514),A=n(40),L=n(102),T=n(114),D=n(703),S=T.get,E=T.set,Y=A.f,C=L.f,O=Math.round,P=r.RangeError,I=l.ArrayBuffer,H=l.DataView,j=a.NATIVE_ARRAY_BUFFER_VIEWS,N=a.TYPED_ARRAY_TAG,R=a.TypedArray,z=a.TypedArrayPrototype,F=a.aTypedArrayConstructor,B=a.isTypedArray,W=function(e,t){for(var n=0,i=t.length,r=new(F(e))(i);i>n;)r[n]=t[n++];return r},U=function(e,t){Y(e,t,{get:function(){return S(this)[t]}})},Q=function(e){var t;return e instanceof I||"ArrayBuffer"==(t=v(e))||"SharedArrayBuffer"==t},q=function(e,t){return B(e)&&"symbol"!=typeof t&&t in e&&String(+t)==String(t)},G=function(e,t){return q(e,t=m(t,!0))?u(2,e[t]):C(e,t)},V=function(e,t,n){return!(q(e,t=m(t,!0))&&_(n)&&g(n,"value"))||g(n,"get")||g(n,"set")||n.configurable||g(n,"writable")&&!n.writable||g(n,"enumerable")&&!n.enumerable?Y(e,t,n):(e[t]=n.value,e)};o?(j||(L.f=G,A.f=V,U(z,"buffer"),U(z,"byteOffset"),U(z,"byteLength"),U(z,"length")),i({target:"Object",stat:!0,forced:!j},{getOwnPropertyDescriptor:G,defineProperty:V}),e.exports=function(e,t,n){var o=e.match(/\d+$/)[0]/8,a=e+(n?"Clamped":"")+"Array",l="get"+e,u="set"+e,m=r[a],g=m,v=g&&g.prototype,A={},L=function(e,t){Y(e,t,{get:function(){return function(e,t){var n=S(e);return n.view[l](t*o+n.byteOffset,!0)}(this,t)},set:function(e){return function(e,t,i){var r=S(e);n&&(i=(i=O(i))<0?0:i>255?255:255&i),r.view[u](t*o+r.byteOffset,i,!0)}(this,t,e)},enumerable:!0})};j?s&&(g=t((function(e,t,n,i){return c(e,g,a),D(_(t)?Q(t)?void 0!==i?new m(t,p(n,o),i):void 0!==n?new m(t,p(n,o)):new m(t):B(t)?W(g,t):x.call(g,t):new m(f(t)),e,g)})),b&&b(g,R),k(w(m),(function(e){e in g||d(g,e,m[e])})),g.prototype=v):(g=t((function(e,t,n,i){c(e,g,a);var r,s,l,u=0,d=0;if(_(t)){if(!Q(t))return B(t)?W(g,t):x.call(g,t);r=t,d=p(n,o);var m=t.byteLength;if(void 0===i){if(m%o)throw P("Wrong length");if((s=m-d)<0)throw P("Wrong length")}else if((s=h(i)*o)+d>m)throw P("Wrong length");l=s/o}else l=f(t),r=new I(s=l*o);for(E(e,{buffer:r,byteOffset:d,byteLength:s,length:l,view:new H(r)});u<l;)L(e,u++)})),b&&b(g,R),v=g.prototype=y(z)),v.constructor!==g&&d(v,"constructor",g),N&&d(v,N,a),A[a]=g,i({global:!0,forced:g!=m,sham:!j},A),"BYTES_PER_ELEMENT"in g||d(g,"BYTES_PER_ELEMENT",o),"BYTES_PER_ELEMENT"in v||d(v,"BYTES_PER_ELEMENT",o),M(a)}):e.exports=function(){}},,function(e,t,n){var i=n(115),r=n(520),o=n(164),s=n(165),a=n(166),l=n(64),c=n(265),u=Object.getOwnPropertyDescriptor;t.f=i?u:function(e,t){if(e=s(e),t=a(t,!0),c)try{return u(e,t)}catch(e){}if(l(e,t))return o(!r.f.call(e,t),e[t])}},function(e,t){var n={}.toString;e.exports=function(e){return n.call(e).slice(8,-1)}},function(e,t){e.exports=function(e){if(null==e)throw TypeError("Can't call method on "+e);return e}},function(e,t,n){var i=n(115),r=n(49),o=n(522);e.exports=!i&&!r((function(){return 7!=Object.defineProperty(o("div"),"a",{get:function(){return 7}}).a}))},function(e,t,n){var i=n(63);e.exports=function(e){if(!i(e))throw TypeError(String(e)+" is not an object");return e}},function(e,t,n){var i=n(268),r=Function.toString;"function"!=typeof i.inspectSource&&(i.inspectSource=function(e){return r.call(e)}),e.exports=i.inspectSource},function(e,t,n){var i=n(23),r=n(168),o=i["__core-js_shared__"]||r("__core-js_shared__",{});e.exports=o},function(e,t,n){var i=n(527),r=n(268);(e.exports=function(e,t){return r[e]||(r[e]=void 0!==t?t:{})})("versions",[]).push({version:"3.6.4",mode:i?"pure":"global",copyright:"© 2020 Denis Pushkarev (zloirock.ru)"})},function(e,t){var n=0,i=Math.random();e.exports=function(e){return"Symbol("+String(void 0===e?"":e)+")_"+(++n+i).toString(36)}},function(e,t){e.exports={}},function(e,t,n){var i=n(530),r=n(23),o=function(e){return"function"==typeof e?e:void 0};e.exports=function(e,t){return arguments.length<2?o(i[e])||o(r[e]):i[e]&&i[e][t]||r[e]&&r[e][t]}},function(e,t,n){var i=n(274),r=Math.min;e.exports=function(e){return e>0?r(i(e),9007199254740991):0}},function(e,t){var n=Math.ceil,i=Math.floor;e.exports=function(e){return isNaN(e=+e)?0:(e>0?i:n)(e)}},function(e,t,n){var i=n(263);e.exports=Array.isArray||function(e){return"Array"==i(e)}},function(e,t,n){var i=n(49);e.exports=!!Object.getOwnPropertySymbols&&!i((function(){return!String(Symbol())}))},function(e,t,n){var i,r,o=n(23),s=n(543),a=o.process,l=a&&a.versions,c=l&&l.v8;c?r=(i=c.split("."))[0]+i[1]:s&&(!(i=s.match(/Edge\/(\d+)/))||i[1]>=74)&&(i=s.match(/Chrome\/(\d+)/))&&(r=i[1]),e.exports=r&&+r},function(e,t){e.exports=function(e){return e.webpackPolyfill||(e.deprecate=function(){},e.paths=[],e.children||(e.children=[]),Object.defineProperty(e,"loaded",{enumerable:!0,get:function(){return e.l}}),Object.defineProperty(e,"id",{enumerable:!0,get:function(){return e.i}}),e.webpackPolyfill=1),e}},function(e,t,n){var i=n(91),r=n(545),o=n(170),s=n(144),a=n(171),l=n(51),c=n(280),u=Object.getOwnPropertyDescriptor;t.f=i?u:function(e,t){if(e=s(e),t=a(t,!0),c)try{return u(e,t)}catch(e){}if(l(e,t))return o(!r.f.call(e,t),e[t])}},function(e,t,n){var i=n(91),r=n(21),o=n(546);e.exports=!i&&!r((function(){return 7!=Object.defineProperty(o("div"),"a",{get:function(){return 7}}).a}))},function(e,t,n){var i=n(24),r=n(93),o=n(51),s=n(173),a=n(282),l=n(547),c=l.get,u=l.enforce,d=String(String).split("String");(e.exports=function(e,t,n,a){var l=!!a&&!!a.unsafe,c=!!a&&!!a.enumerable,h=!!a&&!!a.noTargetGet;"function"==typeof n&&("string"!=typeof t||o(n,"name")||r(n,"name",t),u(n).source=d.join("string"==typeof t?t:"")),e!==i?(l?!h&&e[t]&&(c=!0):delete e[t],c?e[t]=n:r(e,t,n)):c?e[t]=n:s(t,n)})(Function.prototype,"toString",(function(){return"function"==typeof this&&c(this).source||a(this)}))},function(e,t,n){var i=n(283),r=Function.toString;"function"!=typeof i.inspectSource&&(i.inspectSource=function(e){return r.call(e)}),e.exports=i.inspectSource},function(e,t,n){var i=n(24),r=n(173),o=i["__core-js_shared__"]||r("__core-js_shared__",{});e.exports=o},function(e,t,n){var i=n(550),r=n(283);(e.exports=function(e,t){return r[e]||(r[e]=void 0!==t?t:{})})("versions",[]).push({version:"3.6.4",mode:i?"pure":"global",copyright:"© 2020 Denis Pushkarev (zloirock.ru)"})},function(e,t){var n=0,i=Math.random();e.exports=function(e){return"Symbol("+String(void 0===e?"":e)+")_"+(++n+i).toString(36)}},function(e,t){e.exports={}},function(e,t,n){var i=n(553),r=n(24),o=function(e){return"function"==typeof e?e:void 0};e.exports=function(e,t){return arguments.length<2?o(i[e])||o(r[e]):i[e]&&i[e][t]||r[e]&&r[e][t]}},function(e,t,n){var i=n(146);e.exports=Array.isArray||function(e){return"Array"==i(e)}},function(e,t,n){var i=n(50),r=n(288),o=n(68)("species");e.exports=function(e,t){var n;return r(e)&&("function"!=typeof(n=e.constructor)||n!==Array&&!r(n.prototype)?i(n)&&null===(n=n[o])&&(n=void 0):n=void 0),new(void 0===n?Array:n)(0===t?0:t)}},function(e,t,n){var i=n(21);e.exports=!!Object.getOwnPropertySymbols&&!i((function(){return!String(Symbol())}))},function(e,t,n){var i,r,o=n(24),s=n(563),a=o.process,l=a&&a.versions,c=l&&l.v8;c?r=(i=c.split("."))[0]+i[1]:s&&(!(i=s.match(/Edge\/(\d+)/))||i[1]>=74)&&(i=s.match(/Chrome\/(\d+)/))&&(r=i[1]),e.exports=r&&+r},function(e,t,n){var i=n(565),r=n(145),o=n(148),s=n(67),a=n(289),l=[].push,c=function(e){var t=1==e,n=2==e,c=3==e,u=4==e,d=6==e,h=5==e||d;return function(f,p,m,g){for(var v,_,y=o(f),b=r(y),w=i(p,m,3),x=s(b.length),k=0,M=g||a,A=t?M(f,x):n?M(f,0):void 0;x>k;k++)if((h||k in b)&&(_=w(v=b[k],k,y),e))if(t)A[k]=_;else if(_)switch(e){case 3:return!0;case 5:return v;case 6:return k;case 2:l.call(A,v)}else if(u)return!1;return d?-1:c||u?u:A}};e.exports={forEach:c(0),map:c(1),filter:c(2),some:c(3),every:c(4),find:c(5),findIndex:c(6)}},function(e,t,n){"use strict";var i=n(21);e.exports=function(e,t){var n=[][e];return!!n&&i((function(){n.call(null,t||function(){throw 1},1)}))}},function(e,t,n){"use strict";var i=n(65),r=n(149);i({target:"RegExp",proto:!0,forced:/./.exec!==r},{exec:r})},function(e,t,n){"use strict";n(294);var i=n(281),r=n(21),o=n(68),s=n(149),a=n(93),l=o("species"),c=!r((function(){var e=/./;return e.exec=function(){var e=[];return e.groups={a:"7"},e},"7"!=="".replace(e,"$<a>")})),u="$0"==="a".replace(/./,"$0"),d=o("replace"),h=!!/./[d]&&""===/./[d]("a","$0"),f=!r((function(){var e=/(?:)/,t=e.exec;e.exec=function(){return t.apply(this,arguments)};var n="ab".split(e);return 2!==n.length||"a"!==n[0]||"b"!==n[1]}));e.exports=function(e,t,n,d){var p=o(e),m=!r((function(){var t={};return t[p]=function(){return 7},7!=""[e](t)})),g=m&&!r((function(){var t=!1,n=/a/;return"split"===e&&((n={}).constructor={},n.constructor[l]=function(){return n},n.flags="",n[p]=/./[p]),n.exec=function(){return t=!0,null},n[p](""),!t}));if(!m||!g||"replace"===e&&(!c||!u||h)||"split"===e&&!f){var v=/./[p],_=n(p,""[e],(function(e,t,n,i,r){return t.exec===s?m&&!r?{done:!0,value:v.call(t,n,i)}:{done:!0,value:e.call(n,t,i)}:{done:!1}}),{REPLACE_KEEPS_$0:u,REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE:h}),y=_[0],b=_[1];i(String.prototype,e,y),i(RegExp.prototype,p,2==t?function(e,t){return b.call(e,this,t)}:function(e){return b.call(e,this)})}d&&a(RegExp.prototype[p],"sham",!0)}},function(e,t,n){"use strict";var i=n(573).charAt;e.exports=function(e,t,n){return t+(n?i(e,t).length:1)}},function(e,t,n){var i=n(146),r=n(149);e.exports=function(e,t){var n=e.exec;if("function"==typeof n){var o=n.call(e,t);if("object"!=typeof o)throw TypeError("RegExp exec method returned something other than an Object or null");return o}if("RegExp"!==i(e))throw TypeError("RegExp#exec called on incompatible receiver");return r.call(e,t)}},function(e,t,n){"use strict";function i(e){return e&&e.__esModule?e:{default:e}}t.__esModule=!0,t.HandlebarsEnvironment=u;var r=n(27),o=i(n(52)),s=n(299),a=n(585),l=i(n(300)),c=n(301);t.VERSION="4.7.3";t.COMPILER_REVISION=8;t.LAST_COMPATIBLE_COMPILER_REVISION=7;t.REVISION_CHANGES={1:"<= 1.0.rc.2",2:"== 1.0.0-rc.3",3:"== 1.0.0-rc.4",4:"== 1.x.x",5:"== 2.0.0-alpha.x",6:">= 2.0.0-beta.1",7:">= 4.0.0 <4.3.0",8:">= 4.3.0"};function u(e,t,n){this.helpers=e||{},this.partials=t||{},this.decorators=n||{},s.registerDefaultHelpers(this),a.registerDefaultDecorators(this)}u.prototype={constructor:u,logger:l.default,log:l.default.log,registerHelper:function(e,t){if("[object Object]"===r.toString.call(e)){if(t)throw new o.default("Arg not supported with multiple helpers");r.extend(this.helpers,e)}else this.helpers[e]=t},unregisterHelper:function(e){delete this.helpers[e]},registerPartial:function(e,t){if("[object Object]"===r.toString.call(e))r.extend(this.partials,e);else{if(void 0===t)throw new o.default('Attempting to register a partial called "'+e+'" as undefined');this.partials[e]=t}},unregisterPartial:function(e){delete this.partials[e]},registerDecorator:function(e,t){if("[object Object]"===r.toString.call(e)){if(t)throw new o.default("Arg not supported with multiple decorators");r.extend(this.decorators,e)}else this.decorators[e]=t},unregisterDecorator:function(e){delete this.decorators[e]},resetLoggedPropertyAccesses:function(){c.resetLoggedProperties()}};var d=l.default.log;t.log=d,t.createFrame=r.createFrame,t.logger=l.default},function(e,t,n){"use strict";function i(e){return e&&e.__esModule?e:{default:e}}t.__esModule=!0,t.registerDefaultHelpers=function(e){r.default(e),o.default(e),s.default(e),a.default(e),l.default(e),c.default(e),u.default(e)},t.moveHelperToHooks=function(e,t,n){e.helpers[t]&&(e.hooks[t]=e.helpers[t],n||delete e.helpers[t])};var r=i(n(578)),o=i(n(579)),s=i(n(580)),a=i(n(581)),l=i(n(582)),c=i(n(583)),u=i(n(584))},function(e,t,n){"use strict";t.__esModule=!0;var i=n(27),r={methodMap:["debug","info","warn","error"],level:"info",lookupLevel:function(e){if("string"==typeof e){var t=i.indexOf(r.methodMap,e.toLowerCase());e=t>=0?t:parseInt(e,10)}return e},log:function(e){if(e=r.lookupLevel(e),"undefined"!=typeof console&&r.lookupLevel(r.level)<=e){var t=r.methodMap[e];console[t]||(t="log");for(var n=arguments.length,i=Array(n>1?n-1:0),o=1;o<n;o++)i[o-1]=arguments[o];console[t].apply(console,i)}}};t.default=r,e.exports=t.default},function(e,t,n){"use strict";t.__esModule=!0,t.createProtoAccessControl=function(e){var t=Object.create(null);t.constructor=!1,t.__defineGetter__=!1,t.__defineSetter__=!1,t.__lookupGetter__=!1;var n=Object.create(null);return n.__proto__=!1,{properties:{whitelist:i.createNewLookupObject(n,e.allowedProtoProperties),defaultValue:e.allowProtoPropertiesByDefault},methods:{whitelist:i.createNewLookupObject(t,e.allowedProtoMethods),defaultValue:e.allowProtoMethodsByDefault}}},t.resultIsAllowed=function(e,t,n){return s("function"==typeof e?t.methods:t.properties,n)},t.resetLoggedProperties=function(){Object.keys(o).forEach((function(e){delete o[e]}))};var i=n(587),r=function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&(t[n]=e[n]);return t.default=e,t}(n(300)),o=Object.create(null);function s(e,t){return void 0!==e.whitelist[t]?!0===e.whitelist[t]:void 0!==e.defaultValue?e.defaultValue:(function(e){!0!==o[e]&&(o[e]=!0,r.log("error",'Handlebars: Access has been denied to resolve the property "'+e+'" because it is not an "own property" of its parent.\nYou can add a runtime option to disable the check or this warning:\nSee https://handlebarsjs.com/api-reference/runtime-options.html#options-to-control-prototype-access for details'))}(t),!1)}},function(e,t,n){!function(e){"use strict";e.defineLocale("af",{months:"Januarie_Februarie_Maart_April_Mei_Junie_Julie_Augustus_September_Oktober_November_Desember".split("_"),monthsShort:"Jan_Feb_Mrt_Apr_Mei_Jun_Jul_Aug_Sep_Okt_Nov_Des".split("_"),weekdays:"Sondag_Maandag_Dinsdag_Woensdag_Donderdag_Vrydag_Saterdag".split("_"),weekdaysShort:"Son_Maa_Din_Woe_Don_Vry_Sat".split("_"),weekdaysMin:"So_Ma_Di_Wo_Do_Vr_Sa".split("_"),meridiemParse:/vm|nm/i,isPM:function(e){return/^nm$/i.test(e)},meridiem:function(e,t,n){return e<12?n?"vm":"VM":n?"nm":"NM"},longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[Vandag om] LT",nextDay:"[Môre om] LT",nextWeek:"dddd [om] LT",lastDay:"[Gister om] LT",lastWeek:"[Laas] dddd [om] LT",sameElse:"L"},relativeTime:{future:"oor %s",past:"%s gelede",s:"'n paar sekondes",ss:"%d sekondes",m:"'n minuut",mm:"%d minute",h:"'n uur",hh:"%d ure",d:"'n dag",dd:"%d dae",M:"'n maand",MM:"%d maande",y:"'n jaar",yy:"%d jaar"},dayOfMonthOrdinalParse:/\d{1,2}(ste|de)/,ordinal:function(e){return e+(1===e||8===e||e>=20?"ste":"de")},week:{dow:1,doy:4}})}(n(1))},function(e,t,n){!function(e){"use strict";var t={1:"١",2:"٢",3:"٣",4:"٤",5:"٥",6:"٦",7:"٧",8:"٨",9:"٩",0:"٠"},n={"١":"1","٢":"2","٣":"3","٤":"4","٥":"5","٦":"6","٧":"7","٨":"8","٩":"9","٠":"0"},i=function(e){return 0===e?0:1===e?1:2===e?2:e%100>=3&&e%100<=10?3:e%100>=11?4:5},r={s:["أقل من ثانية","ثانية واحدة",["ثانيتان","ثانيتين"],"%d ثوان","%d ثانية","%d ثانية"],m:["أقل من دقيقة","دقيقة واحدة",["دقيقتان","دقيقتين"],"%d دقائق","%d دقيقة","%d دقيقة"],h:["أقل من ساعة","ساعة واحدة",["ساعتان","ساعتين"],"%d ساعات","%d ساعة","%d ساعة"],d:["أقل من يوم","يوم واحد",["يومان","يومين"],"%d أيام","%d يومًا","%d يوم"],M:["أقل من شهر","شهر واحد",["شهران","شهرين"],"%d أشهر","%d شهرا","%d شهر"],y:["أقل من عام","عام واحد",["عامان","عامين"],"%d أعوام","%d عامًا","%d عام"]},o=function(e){return function(t,n,o,s){var a=i(t),l=r[e][i(t)];return 2===a&&(l=l[n?0:1]),l.replace(/%d/i,t)}},s=["يناير","فبراير","مارس","أبريل","مايو","يونيو","يوليو","أغسطس","سبتمبر","أكتوبر","نوفمبر","ديسمبر"];e.defineLocale("ar",{months:s,monthsShort:s,weekdays:"الأحد_الإثنين_الثلاثاء_الأربعاء_الخميس_الجمعة_السبت".split("_"),weekdaysShort:"أحد_إثنين_ثلاثاء_أربعاء_خميس_جمعة_سبت".split("_"),weekdaysMin:"ح_ن_ث_ر_خ_ج_س".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"D/‏M/‏YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},meridiemParse:/ص|م/,isPM:function(e){return"م"===e},meridiem:function(e,t,n){return e<12?"ص":"م"},calendar:{sameDay:"[اليوم عند الساعة] LT",nextDay:"[غدًا عند الساعة] LT",nextWeek:"dddd [عند الساعة] LT",lastDay:"[أمس عند الساعة] LT",lastWeek:"dddd [عند الساعة] LT",sameElse:"L"},relativeTime:{future:"بعد %s",past:"منذ %s",s:o("s"),ss:o("s"),m:o("m"),mm:o("m"),h:o("h"),hh:o("h"),d:o("d"),dd:o("d"),M:o("M"),MM:o("M"),y:o("y"),yy:o("y")},preparse:function(e){return e.replace(/[١٢٣٤٥٦٧٨٩٠]/g,(function(e){return n[e]})).replace(/،/g,",")},postformat:function(e){return e.replace(/\d/g,(function(e){return t[e]})).replace(/,/g,"،")},week:{dow:6,doy:12}})}(n(1))},function(e,t,n){!function(e){"use strict";e.defineLocale("ar-dz",{months:"جانفي_فيفري_مارس_أفريل_ماي_جوان_جويلية_أوت_سبتمبر_أكتوبر_نوفمبر_ديسمبر".split("_"),monthsShort:"جانفي_فيفري_مارس_أفريل_ماي_جوان_جويلية_أوت_سبتمبر_أكتوبر_نوفمبر_ديسمبر".split("_"),weekdays:"الأحد_الإثنين_الثلاثاء_الأربعاء_الخميس_الجمعة_السبت".split("_"),weekdaysShort:"احد_اثنين_ثلاثاء_اربعاء_خميس_جمعة_سبت".split("_"),weekdaysMin:"أح_إث_ثلا_أر_خم_جم_سب".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[اليوم على الساعة] LT",nextDay:"[غدا على الساعة] LT",nextWeek:"dddd [على الساعة] LT",lastDay:"[أمس على الساعة] LT",lastWeek:"dddd [على الساعة] LT",sameElse:"L"},relativeTime:{future:"في %s",past:"منذ %s",s:"ثوان",ss:"%d ثانية",m:"دقيقة",mm:"%d دقائق",h:"ساعة",hh:"%d ساعات",d:"يوم",dd:"%d أيام",M:"شهر",MM:"%d أشهر",y:"سنة",yy:"%d سنوات"},week:{dow:0,doy:4}})}(n(1))},function(e,t,n){!function(e){"use strict";e.defineLocale("ar-kw",{months:"يناير_فبراير_مارس_أبريل_ماي_يونيو_يوليوز_غشت_شتنبر_أكتوبر_نونبر_دجنبر".split("_"),monthsShort:"يناير_فبراير_مارس_أبريل_ماي_يونيو_يوليوز_غشت_شتنبر_أكتوبر_نونبر_دجنبر".split("_"),weekdays:"الأحد_الإتنين_الثلاثاء_الأربعاء_الخميس_الجمعة_السبت".split("_"),weekdaysShort:"احد_اتنين_ثلاثاء_اربعاء_خميس_جمعة_سبت".split("_"),weekdaysMin:"ح_ن_ث_ر_خ_ج_س".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[اليوم على الساعة] LT",nextDay:"[غدا على الساعة] LT",nextWeek:"dddd [على الساعة] LT",lastDay:"[أمس على الساعة] LT",lastWeek:"dddd [على الساعة] LT",sameElse:"L"},relativeTime:{future:"في %s",past:"منذ %s",s:"ثوان",ss:"%d ثانية",m:"دقيقة",mm:"%d دقائق",h:"ساعة",hh:"%d ساعات",d:"يوم",dd:"%d أيام",M:"شهر",MM:"%d أشهر",y:"سنة",yy:"%d سنوات"},week:{dow:0,doy:12}})}(n(1))},function(e,t,n){!function(e){"use strict";var t={1:"1",2:"2",3:"3",4:"4",5:"5",6:"6",7:"7",8:"8",9:"9",0:"0"},n=function(e){return 0===e?0:1===e?1:2===e?2:e%100>=3&&e%100<=10?3:e%100>=11?4:5},i={s:["أقل من ثانية","ثانية واحدة",["ثانيتان","ثانيتين"],"%d ثوان","%d ثانية","%d ثانية"],m:["أقل من دقيقة","دقيقة واحدة",["دقيقتان","دقيقتين"],"%d دقائق","%d دقيقة","%d دقيقة"],h:["أقل من ساعة","ساعة واحدة",["ساعتان","ساعتين"],"%d ساعات","%d ساعة","%d ساعة"],d:["أقل من يوم","يوم واحد",["يومان","يومين"],"%d أيام","%d يومًا","%d يوم"],M:["أقل من شهر","شهر واحد",["شهران","شهرين"],"%d أشهر","%d شهرا","%d شهر"],y:["أقل من عام","عام واحد",["عامان","عامين"],"%d أعوام","%d عامًا","%d عام"]},r=function(e){return function(t,r,o,s){var a=n(t),l=i[e][n(t)];return 2===a&&(l=l[r?0:1]),l.replace(/%d/i,t)}},o=["يناير","فبراير","مارس","أبريل","مايو","يونيو","يوليو","أغسطس","سبتمبر","أكتوبر","نوفمبر","ديسمبر"];e.defineLocale("ar-ly",{months:o,monthsShort:o,weekdays:"الأحد_الإثنين_الثلاثاء_الأربعاء_الخميس_الجمعة_السبت".split("_"),weekdaysShort:"أحد_إثنين_ثلاثاء_أربعاء_خميس_جمعة_سبت".split("_"),weekdaysMin:"ح_ن_ث_ر_خ_ج_س".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"D/‏M/‏YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},meridiemParse:/ص|م/,isPM:function(e){return"م"===e},meridiem:function(e,t,n){return e<12?"ص":"م"},calendar:{sameDay:"[اليوم عند الساعة] LT",nextDay:"[غدًا عند الساعة] LT",nextWeek:"dddd [عند الساعة] LT",lastDay:"[أمس عند الساعة] LT",lastWeek:"dddd [عند الساعة] LT",sameElse:"L"},relativeTime:{future:"بعد %s",past:"منذ %s",s:r("s"),ss:r("s"),m:r("m"),mm:r("m"),h:r("h"),hh:r("h"),d:r("d"),dd:r("d"),M:r("M"),MM:r("M"),y:r("y"),yy:r("y")},preparse:function(e){return e.replace(/،/g,",")},postformat:function(e){return e.replace(/\d/g,(function(e){return t[e]})).replace(/,/g,"،")},week:{dow:6,doy:12}})}(n(1))},function(e,t,n){!function(e){"use strict";e.defineLocale("ar-ma",{months:"يناير_فبراير_مارس_أبريل_ماي_يونيو_يوليوز_غشت_شتنبر_أكتوبر_نونبر_دجنبر".split("_"),monthsShort:"يناير_فبراير_مارس_أبريل_ماي_يونيو_يوليوز_غشت_شتنبر_أكتوبر_نونبر_دجنبر".split("_"),weekdays:"الأحد_الإتنين_الثلاثاء_الأربعاء_الخميس_الجمعة_السبت".split("_"),weekdaysShort:"احد_اتنين_ثلاثاء_اربعاء_خميس_جمعة_سبت".split("_"),weekdaysMin:"ح_ن_ث_ر_خ_ج_س".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[اليوم على الساعة] LT",nextDay:"[غدا على الساعة] LT",nextWeek:"dddd [على الساعة] LT",lastDay:"[أمس على الساعة] LT",lastWeek:"dddd [على الساعة] LT",sameElse:"L"},relativeTime:{future:"في %s",past:"منذ %s",s:"ثوان",ss:"%d ثانية",m:"دقيقة",mm:"%d دقائق",h:"ساعة",hh:"%d ساعات",d:"يوم",dd:"%d أيام",M:"شهر",MM:"%d أشهر",y:"سنة",yy:"%d سنوات"},week:{dow:6,doy:12}})}(n(1))},function(e,t,n){!function(e){"use strict";var t={1:"١",2:"٢",3:"٣",4:"٤",5:"٥",6:"٦",7:"٧",8:"٨",9:"٩",0:"٠"},n={"١":"1","٢":"2","٣":"3","٤":"4","٥":"5","٦":"6","٧":"7","٨":"8","٩":"9","٠":"0"};e.defineLocale("ar-sa",{months:"يناير_فبراير_مارس_أبريل_مايو_يونيو_يوليو_أغسطس_سبتمبر_أكتوبر_نوفمبر_ديسمبر".split("_"),monthsShort:"يناير_فبراير_مارس_أبريل_مايو_يونيو_يوليو_أغسطس_سبتمبر_أكتوبر_نوفمبر_ديسمبر".split("_"),weekdays:"الأحد_الإثنين_الثلاثاء_الأربعاء_الخميس_الجمعة_السبت".split("_"),weekdaysShort:"أحد_إثنين_ثلاثاء_أربعاء_خميس_جمعة_سبت".split("_"),weekdaysMin:"ح_ن_ث_ر_خ_ج_س".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},meridiemParse:/ص|م/,isPM:function(e){return"م"===e},meridiem:function(e,t,n){return e<12?"ص":"م"},calendar:{sameDay:"[اليوم على الساعة] LT",nextDay:"[غدا على الساعة] LT",nextWeek:"dddd [على الساعة] LT",lastDay:"[أمس على الساعة] LT",lastWeek:"dddd [على الساعة] LT",sameElse:"L"},relativeTime:{future:"في %s",past:"منذ %s",s:"ثوان",ss:"%d ثانية",m:"دقيقة",mm:"%d دقائق",h:"ساعة",hh:"%d ساعات",d:"يوم",dd:"%d أيام",M:"شهر",MM:"%d أشهر",y:"سنة",yy:"%d سنوات"},preparse:function(e){return e.replace(/[١٢٣٤٥٦٧٨٩٠]/g,(function(e){return n[e]})).replace(/،/g,",")},postformat:function(e){return e.replace(/\d/g,(function(e){return t[e]})).replace(/,/g,"،")},week:{dow:0,doy:6}})}(n(1))},function(e,t,n){!function(e){"use strict";e.defineLocale("ar-tn",{months:"جانفي_فيفري_مارس_أفريل_ماي_جوان_جويلية_أوت_سبتمبر_أكتوبر_نوفمبر_ديسمبر".split("_"),monthsShort:"جانفي_فيفري_مارس_أفريل_ماي_جوان_جويلية_أوت_سبتمبر_أكتوبر_نوفمبر_ديسمبر".split("_"),weekdays:"الأحد_الإثنين_الثلاثاء_الأربعاء_الخميس_الجمعة_السبت".split("_"),weekdaysShort:"أحد_إثنين_ثلاثاء_أربعاء_خميس_جمعة_سبت".split("_"),weekdaysMin:"ح_ن_ث_ر_خ_ج_س".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[اليوم على الساعة] LT",nextDay:"[غدا على الساعة] LT",nextWeek:"dddd [على الساعة] LT",lastDay:"[أمس على الساعة] LT",lastWeek:"dddd [على الساعة] LT",sameElse:"L"},relativeTime:{future:"في %s",past:"منذ %s",s:"ثوان",ss:"%d ثانية",m:"دقيقة",mm:"%d دقائق",h:"ساعة",hh:"%d ساعات",d:"يوم",dd:"%d أيام",M:"شهر",MM:"%d أشهر",y:"سنة",yy:"%d سنوات"},week:{dow:1,doy:4}})}(n(1))},function(e,t,n){!function(e){"use strict";var t={1:"-inci",5:"-inci",8:"-inci",70:"-inci",80:"-inci",2:"-nci",7:"-nci",20:"-nci",50:"-nci",3:"-üncü",4:"-üncü",100:"-üncü",6:"-ncı",9:"-uncu",10:"-uncu",30:"-uncu",60:"-ıncı",90:"-ıncı"};e.defineLocale("az",{months:"yanvar_fevral_mart_aprel_may_iyun_iyul_avqust_sentyabr_oktyabr_noyabr_dekabr".split("_"),monthsShort:"yan_fev_mar_apr_may_iyn_iyl_avq_sen_okt_noy_dek".split("_"),weekdays:"Bazar_Bazar ertəsi_Çərşənbə axşamı_Çərşənbə_Cümə axşamı_Cümə_Şənbə".split("_"),weekdaysShort:"Baz_BzE_ÇAx_Çər_CAx_Cüm_Şən".split("_"),weekdaysMin:"Bz_BE_ÇA_Çə_CA_Cü_Şə".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[bugün saat] LT",nextDay:"[sabah saat] LT",nextWeek:"[gələn həftə] dddd [saat] LT",lastDay:"[dünən] LT",lastWeek:"[keçən həftə] dddd [saat] LT",sameElse:"L"},relativeTime:{future:"%s sonra",past:"%s əvvəl",s:"birneçə saniyə",ss:"%d saniyə",m:"bir dəqiqə",mm:"%d dəqiqə",h:"bir saat",hh:"%d saat",d:"bir gün",dd:"%d gün",M:"bir ay",MM:"%d ay",y:"bir il",yy:"%d il"},meridiemParse:/gecə|səhər|gündüz|axşam/,isPM:function(e){return/^(gündüz|axşam)$/.test(e)},meridiem:function(e,t,n){return e<4?"gecə":e<12?"səhər":e<17?"gündüz":"axşam"},dayOfMonthOrdinalParse:/\d{1,2}-(ıncı|inci|nci|üncü|ncı|uncu)/,ordinal:function(e){if(0===e)return e+"-ıncı";var n=e%10;return e+(t[n]||t[e%100-n]||t[e>=100?100:null])},week:{dow:1,doy:7}})}(n(1))},function(e,t,n){!function(e){"use strict";function t(e,t,n){var i,r;return"m"===n?t?"хвіліна":"хвіліну":"h"===n?t?"гадзіна":"гадзіну":e+" "+(i=+e,r={ss:t?"секунда_секунды_секунд":"секунду_секунды_секунд",mm:t?"хвіліна_хвіліны_хвілін":"хвіліну_хвіліны_хвілін",hh:t?"гадзіна_гадзіны_гадзін":"гадзіну_гадзіны_гадзін",dd:"дзень_дні_дзён",MM:"месяц_месяцы_месяцаў",yy:"год_гады_гадоў"}[n].split("_"),i%10==1&&i%100!=11?r[0]:i%10>=2&&i%10<=4&&(i%100<10||i%100>=20)?r[1]:r[2])}e.defineLocale("be",{months:{format:"студзеня_лютага_сакавіка_красавіка_траўня_чэрвеня_ліпеня_жніўня_верасня_кастрычніка_лістапада_снежня".split("_"),standalone:"студзень_люты_сакавік_красавік_травень_чэрвень_ліпень_жнівень_верасень_кастрычнік_лістапад_снежань".split("_")},monthsShort:"студ_лют_сак_крас_трав_чэрв_ліп_жнів_вер_каст_ліст_снеж".split("_"),weekdays:{format:"нядзелю_панядзелак_аўторак_сераду_чацвер_пятніцу_суботу".split("_"),standalone:"нядзеля_панядзелак_аўторак_серада_чацвер_пятніца_субота".split("_"),isFormat:/\[ ?[Ууў] ?(?:мінулую|наступную)? ?\] ?dddd/},weekdaysShort:"нд_пн_ат_ср_чц_пт_сб".split("_"),weekdaysMin:"нд_пн_ат_ср_чц_пт_сб".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY г.",LLL:"D MMMM YYYY г., HH:mm",LLLL:"dddd, D MMMM YYYY г., HH:mm"},calendar:{sameDay:"[Сёння ў] LT",nextDay:"[Заўтра ў] LT",lastDay:"[Учора ў] LT",nextWeek:function(){return"[У] dddd [ў] LT"},lastWeek:function(){switch(this.day()){case 0:case 3:case 5:case 6:return"[У мінулую] dddd [ў] LT";case 1:case 2:case 4:return"[У мінулы] dddd [ў] LT"}},sameElse:"L"},relativeTime:{future:"праз %s",past:"%s таму",s:"некалькі секунд",m:t,mm:t,h:t,hh:t,d:"дзень",dd:t,M:"месяц",MM:t,y:"год",yy:t},meridiemParse:/ночы|раніцы|дня|вечара/,isPM:function(e){return/^(дня|вечара)$/.test(e)},meridiem:function(e,t,n){return e<4?"ночы":e<12?"раніцы":e<17?"дня":"вечара"},dayOfMonthOrdinalParse:/\d{1,2}-(і|ы|га)/,ordinal:function(e,t){switch(t){case"M":case"d":case"DDD":case"w":case"W":return e%10!=2&&e%10!=3||e%100==12||e%100==13?e+"-ы":e+"-і";case"D":return e+"-га";default:return e}},week:{dow:1,doy:7}})}(n(1))},function(e,t,n){!function(e){"use strict";e.defineLocale("bg",{months:"януари_февруари_март_април_май_юни_юли_август_септември_октомври_ноември_декември".split("_"),monthsShort:"янр_фев_мар_апр_май_юни_юли_авг_сеп_окт_ное_дек".split("_"),weekdays:"неделя_понеделник_вторник_сряда_четвъртък_петък_събота".split("_"),weekdaysShort:"нед_пон_вто_сря_чет_пет_съб".split("_"),weekdaysMin:"нд_пн_вт_ср_чт_пт_сб".split("_"),longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"D.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY H:mm",LLLL:"dddd, D MMMM YYYY H:mm"},calendar:{sameDay:"[Днес в] LT",nextDay:"[Утре в] LT",nextWeek:"dddd [в] LT",lastDay:"[Вчера в] LT",lastWeek:function(){switch(this.day()){case 0:case 3:case 6:return"[В изминалата] dddd [в] LT";case 1:case 2:case 4:case 5:return"[В изминалия] dddd [в] LT"}},sameElse:"L"},relativeTime:{future:"след %s",past:"преди %s",s:"няколко секунди",ss:"%d секунди",m:"минута",mm:"%d минути",h:"час",hh:"%d часа",d:"ден",dd:"%d дни",M:"месец",MM:"%d месеца",y:"година",yy:"%d години"},dayOfMonthOrdinalParse:/\d{1,2}-(ев|ен|ти|ви|ри|ми)/,ordinal:function(e){var t=e%10,n=e%100;return 0===e?e+"-ев":0===n?e+"-ен":n>10&&n<20?e+"-ти":1===t?e+"-ви":2===t?e+"-ри":7===t||8===t?e+"-ми":e+"-ти"},week:{dow:1,doy:7}})}(n(1))},function(e,t,n){!function(e){"use strict";e.defineLocale("bm",{months:"Zanwuyekalo_Fewuruyekalo_Marisikalo_Awirilikalo_Mɛkalo_Zuwɛnkalo_Zuluyekalo_Utikalo_Sɛtanburukalo_ɔkutɔburukalo_Nowanburukalo_Desanburukalo".split("_"),monthsShort:"Zan_Few_Mar_Awi_Mɛ_Zuw_Zul_Uti_Sɛt_ɔku_Now_Des".split("_"),weekdays:"Kari_Ntɛnɛn_Tarata_Araba_Alamisa_Juma_Sibiri".split("_"),weekdaysShort:"Kar_Ntɛ_Tar_Ara_Ala_Jum_Sib".split("_"),weekdaysMin:"Ka_Nt_Ta_Ar_Al_Ju_Si".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"MMMM [tile] D [san] YYYY",LLL:"MMMM [tile] D [san] YYYY [lɛrɛ] HH:mm",LLLL:"dddd MMMM [tile] D [san] YYYY [lɛrɛ] HH:mm"},calendar:{sameDay:"[Bi lɛrɛ] LT",nextDay:"[Sini lɛrɛ] LT",nextWeek:"dddd [don lɛrɛ] LT",lastDay:"[Kunu lɛrɛ] LT",lastWeek:"dddd [tɛmɛnen lɛrɛ] LT",sameElse:"L"},relativeTime:{future:"%s kɔnɔ",past:"a bɛ %s bɔ",s:"sanga dama dama",ss:"sekondi %d",m:"miniti kelen",mm:"miniti %d",h:"lɛrɛ kelen",hh:"lɛrɛ %d",d:"tile kelen",dd:"tile %d",M:"kalo kelen",MM:"kalo %d",y:"san kelen",yy:"san %d"},week:{dow:1,doy:4}})}(n(1))},function(e,t,n){!function(e){"use strict";var t={1:"১",2:"২",3:"৩",4:"৪",5:"৫",6:"৬",7:"৭",8:"৮",9:"৯",0:"০"},n={"১":"1","২":"2","৩":"3","৪":"4","৫":"5","৬":"6","৭":"7","৮":"8","৯":"9","০":"0"};e.defineLocale("bn",{months:"জানুয়ারী_ফেব্রুয়ারি_মার্চ_এপ্রিল_মে_জুন_জুলাই_আগস্ট_সেপ্টেম্বর_অক্টোবর_নভেম্বর_ডিসেম্বর".split("_"),monthsShort:"জানু_ফেব_মার্চ_এপ্র_মে_জুন_জুল_আগ_সেপ্ট_অক্টো_নভে_ডিসে".split("_"),weekdays:"রবিবার_সোমবার_মঙ্গলবার_বুধবার_বৃহস্পতিবার_শুক্রবার_শনিবার".split("_"),weekdaysShort:"রবি_সোম_মঙ্গল_বুধ_বৃহস্পতি_শুক্র_শনি".split("_"),weekdaysMin:"রবি_সোম_মঙ্গ_বুধ_বৃহঃ_শুক্র_শনি".split("_"),longDateFormat:{LT:"A h:mm সময়",LTS:"A h:mm:ss সময়",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY, A h:mm সময়",LLLL:"dddd, D MMMM YYYY, A h:mm সময়"},calendar:{sameDay:"[আজ] LT",nextDay:"[আগামীকাল] LT",nextWeek:"dddd, LT",lastDay:"[গতকাল] LT",lastWeek:"[গত] dddd, LT",sameElse:"L"},relativeTime:{future:"%s পরে",past:"%s আগে",s:"কয়েক সেকেন্ড",ss:"%d সেকেন্ড",m:"এক মিনিট",mm:"%d মিনিট",h:"এক ঘন্টা",hh:"%d ঘন্টা",d:"এক দিন",dd:"%d দিন",M:"এক মাস",MM:"%d মাস",y:"এক বছর",yy:"%d বছর"},preparse:function(e){return e.replace(/[১২৩৪৫৬৭৮৯০]/g,(function(e){return n[e]}))},postformat:function(e){return e.replace(/\d/g,(function(e){return t[e]}))},meridiemParse:/রাত|সকাল|দুপুর|বিকাল|রাত/,meridiemHour:function(e,t){return 12===e&&(e=0),"রাত"===t&&e>=4||"দুপুর"===t&&e<5||"বিকাল"===t?e+12:e},meridiem:function(e,t,n){return e<4?"রাত":e<10?"সকাল":e<17?"দুপুর":e<20?"বিকাল":"রাত"},week:{dow:0,doy:6}})}(n(1))},function(e,t,n){!function(e){"use strict";var t={1:"༡",2:"༢",3:"༣",4:"༤",5:"༥",6:"༦",7:"༧",8:"༨",9:"༩",0:"༠"},n={"༡":"1","༢":"2","༣":"3","༤":"4","༥":"5","༦":"6","༧":"7","༨":"8","༩":"9","༠":"0"};e.defineLocale("bo",{months:"ཟླ་བ་དང་པོ_ཟླ་བ་གཉིས་པ_ཟླ་བ་གསུམ་པ_ཟླ་བ་བཞི་པ_ཟླ་བ་ལྔ་པ_ཟླ་བ་དྲུག་པ_ཟླ་བ་བདུན་པ_ཟླ་བ་བརྒྱད་པ_ཟླ་བ་དགུ་པ_ཟླ་བ་བཅུ་པ_ཟླ་བ་བཅུ་གཅིག་པ_ཟླ་བ་བཅུ་གཉིས་པ".split("_"),monthsShort:"ཟླ་བ་དང་པོ_ཟླ་བ་གཉིས་པ_ཟླ་བ་གསུམ་པ_ཟླ་བ་བཞི་པ_ཟླ་བ་ལྔ་པ_ཟླ་བ་དྲུག་པ_ཟླ་བ་བདུན་པ_ཟླ་བ་བརྒྱད་པ_ཟླ་བ་དགུ་པ_ཟླ་བ་བཅུ་པ_ཟླ་བ་བཅུ་གཅིག་པ_ཟླ་བ་བཅུ་གཉིས་པ".split("_"),weekdays:"གཟའ་ཉི་མ་_གཟའ་ཟླ་བ་_གཟའ་མིག་དམར་_གཟའ་ལྷག་པ་_གཟའ་ཕུར་བུ_གཟའ་པ་སངས་_གཟའ་སྤེན་པ་".split("_"),weekdaysShort:"ཉི་མ་_ཟླ་བ་_མིག་དམར་_ལྷག་པ་_ཕུར་བུ_པ་སངས་_སྤེན་པ་".split("_"),weekdaysMin:"ཉི་མ་_ཟླ་བ་_མིག་དམར་_ལྷག་པ་_ཕུར་བུ_པ་སངས་_སྤེན་པ་".split("_"),longDateFormat:{LT:"A h:mm",LTS:"A h:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY, A h:mm",LLLL:"dddd, D MMMM YYYY, A h:mm"},calendar:{sameDay:"[དི་རིང] LT",nextDay:"[སང་ཉིན] LT",nextWeek:"[བདུན་ཕྲག་རྗེས་མ], LT",lastDay:"[ཁ་སང] LT",lastWeek:"[བདུན་ཕྲག་མཐའ་མ] dddd, LT",sameElse:"L"},relativeTime:{future:"%s ལ་",past:"%s སྔན་ལ",s:"ལམ་སང",ss:"%d སྐར་ཆ།",m:"སྐར་མ་གཅིག",mm:"%d སྐར་མ",h:"ཆུ་ཚོད་གཅིག",hh:"%d ཆུ་ཚོད",d:"ཉིན་གཅིག",dd:"%d ཉིན་",M:"ཟླ་བ་གཅིག",MM:"%d ཟླ་བ",y:"ལོ་གཅིག",yy:"%d ལོ"},preparse:function(e){return e.replace(/[༡༢༣༤༥༦༧༨༩༠]/g,(function(e){return n[e]}))},postformat:function(e){return e.replace(/\d/g,(function(e){return t[e]}))},meridiemParse:/མཚན་མོ|ཞོགས་ཀས|ཉིན་གུང|དགོང་དག|མཚན་མོ/,meridiemHour:function(e,t){return 12===e&&(e=0),"མཚན་མོ"===t&&e>=4||"ཉིན་གུང"===t&&e<5||"དགོང་དག"===t?e+12:e},meridiem:function(e,t,n){return e<4?"མཚན་མོ":e<10?"ཞོགས་ཀས":e<17?"ཉིན་གུང":e<20?"དགོང་དག":"མཚན་མོ"},week:{dow:0,doy:6}})}(n(1))},function(e,t,n){!function(e){"use strict";function t(e,t,n){return e+" "+function(e,t){return 2===t?function(e){var t={m:"v",b:"v",d:"z"};return void 0===t[e.charAt(0)]?e:t[e.charAt(0)]+e.substring(1)}(e):e}({mm:"munutenn",MM:"miz",dd:"devezh"}[n],e)}e.defineLocale("br",{months:"Genver_C'hwevrer_Meurzh_Ebrel_Mae_Mezheven_Gouere_Eost_Gwengolo_Here_Du_Kerzu".split("_"),monthsShort:"Gen_C'hwe_Meu_Ebr_Mae_Eve_Gou_Eos_Gwe_Her_Du_Ker".split("_"),weekdays:"Sul_Lun_Meurzh_Merc'her_Yaou_Gwener_Sadorn".split("_"),weekdaysShort:"Sul_Lun_Meu_Mer_Yao_Gwe_Sad".split("_"),weekdaysMin:"Su_Lu_Me_Mer_Ya_Gw_Sa".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"h[e]mm A",LTS:"h[e]mm:ss A",L:"DD/MM/YYYY",LL:"D [a viz] MMMM YYYY",LLL:"D [a viz] MMMM YYYY h[e]mm A",LLLL:"dddd, D [a viz] MMMM YYYY h[e]mm A"},calendar:{sameDay:"[Hiziv da] LT",nextDay:"[Warc'hoazh da] LT",nextWeek:"dddd [da] LT",lastDay:"[Dec'h da] LT",lastWeek:"dddd [paset da] LT",sameElse:"L"},relativeTime:{future:"a-benn %s",past:"%s 'zo",s:"un nebeud segondennoù",ss:"%d eilenn",m:"ur vunutenn",mm:t,h:"un eur",hh:"%d eur",d:"un devezh",dd:t,M:"ur miz",MM:t,y:"ur bloaz",yy:function(e){switch(function e(t){return t>9?e(t%10):t}(e)){case 1:case 3:case 4:case 5:case 9:return e+" bloaz";default:return e+" vloaz"}}},dayOfMonthOrdinalParse:/\d{1,2}(añ|vet)/,ordinal:function(e){return e+(1===e?"añ":"vet")},week:{dow:1,doy:4}})}(n(1))},function(e,t,n){!function(e){"use strict";function t(e,t,n){var i=e+" ";switch(n){case"ss":return i+=1===e?"sekunda":2===e||3===e||4===e?"sekunde":"sekundi";case"m":return t?"jedna minuta":"jedne minute";case"mm":return i+=1===e?"minuta":2===e||3===e||4===e?"minute":"minuta";case"h":return t?"jedan sat":"jednog sata";case"hh":return i+=1===e?"sat":2===e||3===e||4===e?"sata":"sati";case"dd":return i+=1===e?"dan":"dana";case"MM":return i+=1===e?"mjesec":2===e||3===e||4===e?"mjeseca":"mjeseci";case"yy":return i+=1===e?"godina":2===e||3===e||4===e?"godine":"godina"}}e.defineLocale("bs",{months:"januar_februar_mart_april_maj_juni_juli_august_septembar_oktobar_novembar_decembar".split("_"),monthsShort:"jan._feb._mar._apr._maj._jun._jul._aug._sep._okt._nov._dec.".split("_"),monthsParseExact:!0,weekdays:"nedjelja_ponedjeljak_utorak_srijeda_četvrtak_petak_subota".split("_"),weekdaysShort:"ned._pon._uto._sri._čet._pet._sub.".split("_"),weekdaysMin:"ne_po_ut_sr_če_pe_su".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY H:mm",LLLL:"dddd, D. MMMM YYYY H:mm"},calendar:{sameDay:"[danas u] LT",nextDay:"[sutra u] LT",nextWeek:function(){switch(this.day()){case 0:return"[u] [nedjelju] [u] LT";case 3:return"[u] [srijedu] [u] LT";case 6:return"[u] [subotu] [u] LT";case 1:case 2:case 4:case 5:return"[u] dddd [u] LT"}},lastDay:"[jučer u] LT",lastWeek:function(){switch(this.day()){case 0:case 3:return"[prošlu] dddd [u] LT";case 6:return"[prošle] [subote] [u] LT";case 1:case 2:case 4:case 5:return"[prošli] dddd [u] LT"}},sameElse:"L"},relativeTime:{future:"za %s",past:"prije %s",s:"par sekundi",ss:t,m:t,mm:t,h:t,hh:t,d:"dan",dd:t,M:"mjesec",MM:t,y:"godinu",yy:t},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:7}})}(n(1))},function(e,t,n){!function(e){"use strict";e.defineLocale("ca",{months:{standalone:"gener_febrer_març_abril_maig_juny_juliol_agost_setembre_octubre_novembre_desembre".split("_"),format:"de gener_de febrer_de març_d'abril_de maig_de juny_de juliol_d'agost_de setembre_d'octubre_de novembre_de desembre".split("_"),isFormat:/D[oD]?(\s)+MMMM/},monthsShort:"gen._febr._març_abr._maig_juny_jul._ag._set._oct._nov._des.".split("_"),monthsParseExact:!0,weekdays:"diumenge_dilluns_dimarts_dimecres_dijous_divendres_dissabte".split("_"),weekdaysShort:"dg._dl._dt._dc._dj._dv._ds.".split("_"),weekdaysMin:"dg_dl_dt_dc_dj_dv_ds".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM [de] YYYY",ll:"D MMM YYYY",LLL:"D MMMM [de] YYYY [a les] H:mm",lll:"D MMM YYYY, H:mm",LLLL:"dddd D MMMM [de] YYYY [a les] H:mm",llll:"ddd D MMM YYYY, H:mm"},calendar:{sameDay:function(){return"[avui a "+(1!==this.hours()?"les":"la")+"] LT"},nextDay:function(){return"[demà a "+(1!==this.hours()?"les":"la")+"] LT"},nextWeek:function(){return"dddd [a "+(1!==this.hours()?"les":"la")+"] LT"},lastDay:function(){return"[ahir a "+(1!==this.hours()?"les":"la")+"] LT"},lastWeek:function(){return"[el] dddd [passat a "+(1!==this.hours()?"les":"la")+"] LT"},sameElse:"L"},relativeTime:{future:"d'aquí %s",past:"fa %s",s:"uns segons",ss:"%d segons",m:"un minut",mm:"%d minuts",h:"una hora",hh:"%d hores",d:"un dia",dd:"%d dies",M:"un mes",MM:"%d mesos",y:"un any",yy:"%d anys"},dayOfMonthOrdinalParse:/\d{1,2}(r|n|t|è|a)/,ordinal:function(e,t){var n=1===e?"r":2===e?"n":3===e?"r":4===e?"t":"è";return"w"!==t&&"W"!==t||(n="a"),e+n},week:{dow:1,doy:4}})}(n(1))},function(e,t,n){!function(e){"use strict";var t="leden_únor_březen_duben_květen_červen_červenec_srpen_září_říjen_listopad_prosinec".split("_"),n="led_úno_bře_dub_kvě_čvn_čvc_srp_zář_říj_lis_pro".split("_"),i=[/^led/i,/^úno/i,/^bře/i,/^dub/i,/^kvě/i,/^(čvn|červen$|června)/i,/^(čvc|červenec|července)/i,/^srp/i,/^zář/i,/^říj/i,/^lis/i,/^pro/i],r=/^(leden|únor|březen|duben|květen|červenec|července|červen|června|srpen|září|říjen|listopad|prosinec|led|úno|bře|dub|kvě|čvn|čvc|srp|zář|říj|lis|pro)/i;function o(e){return e>1&&e<5&&1!=~~(e/10)}function s(e,t,n,i){var r=e+" ";switch(n){case"s":return t||i?"pár sekund":"pár sekundami";case"ss":return t||i?r+(o(e)?"sekundy":"sekund"):r+"sekundami";case"m":return t?"minuta":i?"minutu":"minutou";case"mm":return t||i?r+(o(e)?"minuty":"minut"):r+"minutami";case"h":return t?"hodina":i?"hodinu":"hodinou";case"hh":return t||i?r+(o(e)?"hodiny":"hodin"):r+"hodinami";case"d":return t||i?"den":"dnem";case"dd":return t||i?r+(o(e)?"dny":"dní"):r+"dny";case"M":return t||i?"měsíc":"měsícem";case"MM":return t||i?r+(o(e)?"měsíce":"měsíců"):r+"měsíci";case"y":return t||i?"rok":"rokem";case"yy":return t||i?r+(o(e)?"roky":"let"):r+"lety"}}e.defineLocale("cs",{months:t,monthsShort:n,monthsRegex:r,monthsShortRegex:r,monthsStrictRegex:/^(leden|ledna|února|únor|březen|března|duben|dubna|květen|května|červenec|července|červen|června|srpen|srpna|září|říjen|října|listopadu|listopad|prosinec|prosince)/i,monthsShortStrictRegex:/^(led|úno|bře|dub|kvě|čvn|čvc|srp|zář|říj|lis|pro)/i,monthsParse:i,longMonthsParse:i,shortMonthsParse:i,weekdays:"neděle_pondělí_úterý_středa_čtvrtek_pátek_sobota".split("_"),weekdaysShort:"ne_po_út_st_čt_pá_so".split("_"),weekdaysMin:"ne_po_út_st_čt_pá_so".split("_"),longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY H:mm",LLLL:"dddd D. MMMM YYYY H:mm",l:"D. M. YYYY"},calendar:{sameDay:"[dnes v] LT",nextDay:"[zítra v] LT",nextWeek:function(){switch(this.day()){case 0:return"[v neděli v] LT";case 1:case 2:return"[v] dddd [v] LT";case 3:return"[ve středu v] LT";case 4:return"[ve čtvrtek v] LT";case 5:return"[v pátek v] LT";case 6:return"[v sobotu v] LT"}},lastDay:"[včera v] LT",lastWeek:function(){switch(this.day()){case 0:return"[minulou neděli v] LT";case 1:case 2:return"[minulé] dddd [v] LT";case 3:return"[minulou středu v] LT";case 4:case 5:return"[minulý] dddd [v] LT";case 6:return"[minulou sobotu v] LT"}},sameElse:"L"},relativeTime:{future:"za %s",past:"před %s",s:s,ss:s,m:s,mm:s,h:s,hh:s,d:s,dd:s,M:s,MM:s,y:s,yy:s},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})}(n(1))},function(e,t,n){!function(e){"use strict";e.defineLocale("cv",{months:"кӑрлач_нарӑс_пуш_ака_май_ҫӗртме_утӑ_ҫурла_авӑн_юпа_чӳк_раштав".split("_"),monthsShort:"кӑр_нар_пуш_ака_май_ҫӗр_утӑ_ҫур_авн_юпа_чӳк_раш".split("_"),weekdays:"вырсарникун_тунтикун_ытларикун_юнкун_кӗҫнерникун_эрнекун_шӑматкун".split("_"),weekdaysShort:"выр_тун_ытл_юн_кӗҫ_эрн_шӑм".split("_"),weekdaysMin:"вр_тн_ыт_юн_кҫ_эр_шм".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD-MM-YYYY",LL:"YYYY [ҫулхи] MMMM [уйӑхӗн] D[-мӗшӗ]",LLL:"YYYY [ҫулхи] MMMM [уйӑхӗн] D[-мӗшӗ], HH:mm",LLLL:"dddd, YYYY [ҫулхи] MMMM [уйӑхӗн] D[-мӗшӗ], HH:mm"},calendar:{sameDay:"[Паян] LT [сехетре]",nextDay:"[Ыран] LT [сехетре]",lastDay:"[Ӗнер] LT [сехетре]",nextWeek:"[Ҫитес] dddd LT [сехетре]",lastWeek:"[Иртнӗ] dddd LT [сехетре]",sameElse:"L"},relativeTime:{future:function(e){return e+(/сехет$/i.exec(e)?"рен":/ҫул$/i.exec(e)?"тан":"ран")},past:"%s каялла",s:"пӗр-ик ҫеккунт",ss:"%d ҫеккунт",m:"пӗр минут",mm:"%d минут",h:"пӗр сехет",hh:"%d сехет",d:"пӗр кун",dd:"%d кун",M:"пӗр уйӑх",MM:"%d уйӑх",y:"пӗр ҫул",yy:"%d ҫул"},dayOfMonthOrdinalParse:/\d{1,2}-мӗш/,ordinal:"%d-мӗш",week:{dow:1,doy:7}})}(n(1))},function(e,t,n){!function(e){"use strict";e.defineLocale("cy",{months:"Ionawr_Chwefror_Mawrth_Ebrill_Mai_Mehefin_Gorffennaf_Awst_Medi_Hydref_Tachwedd_Rhagfyr".split("_"),monthsShort:"Ion_Chwe_Maw_Ebr_Mai_Meh_Gor_Aws_Med_Hyd_Tach_Rhag".split("_"),weekdays:"Dydd Sul_Dydd Llun_Dydd Mawrth_Dydd Mercher_Dydd Iau_Dydd Gwener_Dydd Sadwrn".split("_"),weekdaysShort:"Sul_Llun_Maw_Mer_Iau_Gwe_Sad".split("_"),weekdaysMin:"Su_Ll_Ma_Me_Ia_Gw_Sa".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[Heddiw am] LT",nextDay:"[Yfory am] LT",nextWeek:"dddd [am] LT",lastDay:"[Ddoe am] LT",lastWeek:"dddd [diwethaf am] LT",sameElse:"L"},relativeTime:{future:"mewn %s",past:"%s yn ôl",s:"ychydig eiliadau",ss:"%d eiliad",m:"munud",mm:"%d munud",h:"awr",hh:"%d awr",d:"diwrnod",dd:"%d diwrnod",M:"mis",MM:"%d mis",y:"blwyddyn",yy:"%d flynedd"},dayOfMonthOrdinalParse:/\d{1,2}(fed|ain|af|il|ydd|ed|eg)/,ordinal:function(e){var t="";return e>20?t=40===e||50===e||60===e||80===e||100===e?"fed":"ain":e>0&&(t=["","af","il","ydd","ydd","ed","ed","ed","fed","fed","fed","eg","fed","eg","eg","fed","eg","eg","fed","eg","fed"][e]),e+t},week:{dow:1,doy:4}})}(n(1))},function(e,t,n){!function(e){"use strict";e.defineLocale("da",{months:"januar_februar_marts_april_maj_juni_juli_august_september_oktober_november_december".split("_"),monthsShort:"jan_feb_mar_apr_maj_jun_jul_aug_sep_okt_nov_dec".split("_"),weekdays:"søndag_mandag_tirsdag_onsdag_torsdag_fredag_lørdag".split("_"),weekdaysShort:"søn_man_tir_ons_tor_fre_lør".split("_"),weekdaysMin:"sø_ma_ti_on_to_fr_lø".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY HH:mm",LLLL:"dddd [d.] D. MMMM YYYY [kl.] HH:mm"},calendar:{sameDay:"[i dag kl.] LT",nextDay:"[i morgen kl.] LT",nextWeek:"på dddd [kl.] LT",lastDay:"[i går kl.] LT",lastWeek:"[i] dddd[s kl.] LT",sameElse:"L"},relativeTime:{future:"om %s",past:"%s siden",s:"få sekunder",ss:"%d sekunder",m:"et minut",mm:"%d minutter",h:"en time",hh:"%d timer",d:"en dag",dd:"%d dage",M:"en måned",MM:"%d måneder",y:"et år",yy:"%d år"},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})}(n(1))},function(e,t,n){!function(e){"use strict";function t(e,t,n,i){var r={m:["eine Minute","einer Minute"],h:["eine Stunde","einer Stunde"],d:["ein Tag","einem Tag"],dd:[e+" Tage",e+" Tagen"],M:["ein Monat","einem Monat"],MM:[e+" Monate",e+" Monaten"],y:["ein Jahr","einem Jahr"],yy:[e+" Jahre",e+" Jahren"]};return t?r[n][0]:r[n][1]}e.defineLocale("de",{months:"Januar_Februar_März_April_Mai_Juni_Juli_August_September_Oktober_November_Dezember".split("_"),monthsShort:"Jan._Feb._März_Apr._Mai_Juni_Juli_Aug._Sep._Okt._Nov._Dez.".split("_"),monthsParseExact:!0,weekdays:"Sonntag_Montag_Dienstag_Mittwoch_Donnerstag_Freitag_Samstag".split("_"),weekdaysShort:"So._Mo._Di._Mi._Do._Fr._Sa.".split("_"),weekdaysMin:"So_Mo_Di_Mi_Do_Fr_Sa".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY HH:mm",LLLL:"dddd, D. MMMM YYYY HH:mm"},calendar:{sameDay:"[heute um] LT [Uhr]",sameElse:"L",nextDay:"[morgen um] LT [Uhr]",nextWeek:"dddd [um] LT [Uhr]",lastDay:"[gestern um] LT [Uhr]",lastWeek:"[letzten] dddd [um] LT [Uhr]"},relativeTime:{future:"in %s",past:"vor %s",s:"ein paar Sekunden",ss:"%d Sekunden",m:t,mm:"%d Minuten",h:t,hh:"%d Stunden",d:t,dd:t,M:t,MM:t,y:t,yy:t},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})}(n(1))},function(e,t,n){!function(e){"use strict";function t(e,t,n,i){var r={m:["eine Minute","einer Minute"],h:["eine Stunde","einer Stunde"],d:["ein Tag","einem Tag"],dd:[e+" Tage",e+" Tagen"],M:["ein Monat","einem Monat"],MM:[e+" Monate",e+" Monaten"],y:["ein Jahr","einem Jahr"],yy:[e+" Jahre",e+" Jahren"]};return t?r[n][0]:r[n][1]}e.defineLocale("de-at",{months:"Jänner_Februar_März_April_Mai_Juni_Juli_August_September_Oktober_November_Dezember".split("_"),monthsShort:"Jän._Feb._März_Apr._Mai_Juni_Juli_Aug._Sep._Okt._Nov._Dez.".split("_"),monthsParseExact:!0,weekdays:"Sonntag_Montag_Dienstag_Mittwoch_Donnerstag_Freitag_Samstag".split("_"),weekdaysShort:"So._Mo._Di._Mi._Do._Fr._Sa.".split("_"),weekdaysMin:"So_Mo_Di_Mi_Do_Fr_Sa".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY HH:mm",LLLL:"dddd, D. MMMM YYYY HH:mm"},calendar:{sameDay:"[heute um] LT [Uhr]",sameElse:"L",nextDay:"[morgen um] LT [Uhr]",nextWeek:"dddd [um] LT [Uhr]",lastDay:"[gestern um] LT [Uhr]",lastWeek:"[letzten] dddd [um] LT [Uhr]"},relativeTime:{future:"in %s",past:"vor %s",s:"ein paar Sekunden",ss:"%d Sekunden",m:t,mm:"%d Minuten",h:t,hh:"%d Stunden",d:t,dd:t,M:t,MM:t,y:t,yy:t},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})}(n(1))},function(e,t,n){!function(e){"use strict";function t(e,t,n,i){var r={m:["eine Minute","einer Minute"],h:["eine Stunde","einer Stunde"],d:["ein Tag","einem Tag"],dd:[e+" Tage",e+" Tagen"],M:["ein Monat","einem Monat"],MM:[e+" Monate",e+" Monaten"],y:["ein Jahr","einem Jahr"],yy:[e+" Jahre",e+" Jahren"]};return t?r[n][0]:r[n][1]}e.defineLocale("de-ch",{months:"Januar_Februar_März_April_Mai_Juni_Juli_August_September_Oktober_November_Dezember".split("_"),monthsShort:"Jan._Feb._März_Apr._Mai_Juni_Juli_Aug._Sep._Okt._Nov._Dez.".split("_"),monthsParseExact:!0,weekdays:"Sonntag_Montag_Dienstag_Mittwoch_Donnerstag_Freitag_Samstag".split("_"),weekdaysShort:"So_Mo_Di_Mi_Do_Fr_Sa".split("_"),weekdaysMin:"So_Mo_Di_Mi_Do_Fr_Sa".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY HH:mm",LLLL:"dddd, D. MMMM YYYY HH:mm"},calendar:{sameDay:"[heute um] LT [Uhr]",sameElse:"L",nextDay:"[morgen um] LT [Uhr]",nextWeek:"dddd [um] LT [Uhr]",lastDay:"[gestern um] LT [Uhr]",lastWeek:"[letzten] dddd [um] LT [Uhr]"},relativeTime:{future:"in %s",past:"vor %s",s:"ein paar Sekunden",ss:"%d Sekunden",m:t,mm:"%d Minuten",h:t,hh:"%d Stunden",d:t,dd:t,M:t,MM:t,y:t,yy:t},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})}(n(1))},function(e,t,n){!function(e){"use strict";var t=["ޖެނުއަރީ","ފެބްރުއަރީ","މާރިޗު","އޭޕްރީލު","މޭ","ޖޫން","ޖުލައި","އޯގަސްޓު","ސެޕްޓެމްބަރު","އޮކްޓޯބަރު","ނޮވެމްބަރު","ޑިސެމްބަރު"],n=["އާދިއްތަ","ހޯމަ","އަންގާރަ","ބުދަ","ބުރާސްފަތި","ހުކުރު","ހޮނިހިރު"];e.defineLocale("dv",{months:t,monthsShort:t,weekdays:n,weekdaysShort:n,weekdaysMin:"އާދި_ހޯމަ_އަން_ބުދަ_ބުރާ_ހުކު_ހޮނި".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"D/M/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},meridiemParse:/މކ|މފ/,isPM:function(e){return"މފ"===e},meridiem:function(e,t,n){return e<12?"މކ":"މފ"},calendar:{sameDay:"[މިއަދު] LT",nextDay:"[މާދަމާ] LT",nextWeek:"dddd LT",lastDay:"[އިއްޔެ] LT",lastWeek:"[ފާއިތުވި] dddd LT",sameElse:"L"},relativeTime:{future:"ތެރޭގައި %s",past:"ކުރިން %s",s:"ސިކުންތުކޮޅެއް",ss:"d% ސިކުންތު",m:"މިނިޓެއް",mm:"މިނިޓު %d",h:"ގަޑިއިރެއް",hh:"ގަޑިއިރު %d",d:"ދުވަހެއް",dd:"ދުވަސް %d",M:"މަހެއް",MM:"މަސް %d",y:"އަހަރެއް",yy:"އަހަރު %d"},preparse:function(e){return e.replace(/،/g,",")},postformat:function(e){return e.replace(/,/g,"،")},week:{dow:7,doy:12}})}(n(1))},function(e,t,n){!function(e){"use strict";e.defineLocale("el",{monthsNominativeEl:"Ιανουάριος_Φεβρουάριος_Μάρτιος_Απρίλιος_Μάιος_Ιούνιος_Ιούλιος_Αύγουστος_Σεπτέμβριος_Οκτώβριος_Νοέμβριος_Δεκέμβριος".split("_"),monthsGenitiveEl:"Ιανουαρίου_Φεβρουαρίου_Μαρτίου_Απριλίου_Μαΐου_Ιουνίου_Ιουλίου_Αυγούστου_Σεπτεμβρίου_Οκτωβρίου_Νοεμβρίου_Δεκεμβρίου".split("_"),months:function(e,t){return e?"string"==typeof t&&/D/.test(t.substring(0,t.indexOf("MMMM")))?this._monthsGenitiveEl[e.month()]:this._monthsNominativeEl[e.month()]:this._monthsNominativeEl},monthsShort:"Ιαν_Φεβ_Μαρ_Απρ_Μαϊ_Ιουν_Ιουλ_Αυγ_Σεπ_Οκτ_Νοε_Δεκ".split("_"),weekdays:"Κυριακή_Δευτέρα_Τρίτη_Τετάρτη_Πέμπτη_Παρασκευή_Σάββατο".split("_"),weekdaysShort:"Κυρ_Δευ_Τρι_Τετ_Πεμ_Παρ_Σαβ".split("_"),weekdaysMin:"Κυ_Δε_Τρ_Τε_Πε_Πα_Σα".split("_"),meridiem:function(e,t,n){return e>11?n?"μμ":"ΜΜ":n?"πμ":"ΠΜ"},isPM:function(e){return"μ"===(e+"").toLowerCase()[0]},meridiemParse:/[ΠΜ]\.?Μ?\.?/i,longDateFormat:{LT:"h:mm A",LTS:"h:mm:ss A",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY h:mm A",LLLL:"dddd, D MMMM YYYY h:mm A"},calendarEl:{sameDay:"[Σήμερα {}] LT",nextDay:"[Αύριο {}] LT",nextWeek:"dddd [{}] LT",lastDay:"[Χθες {}] LT",lastWeek:function(){switch(this.day()){case 6:return"[το προηγούμενο] dddd [{}] LT";default:return"[την προηγούμενη] dddd [{}] LT"}},sameElse:"L"},calendar:function(e,t){var n,i=this._calendarEl[e],r=t&&t.hours();return((n=i)instanceof Function||"[object Function]"===Object.prototype.toString.call(n))&&(i=i.apply(t)),i.replace("{}",r%12==1?"στη":"στις")},relativeTime:{future:"σε %s",past:"%s πριν",s:"λίγα δευτερόλεπτα",ss:"%d δευτερόλεπτα",m:"ένα λεπτό",mm:"%d λεπτά",h:"μία ώρα",hh:"%d ώρες",d:"μία μέρα",dd:"%d μέρες",M:"ένας μήνας",MM:"%d μήνες",y:"ένας χρόνος",yy:"%d χρόνια"},dayOfMonthOrdinalParse:/\d{1,2}η/,ordinal:"%dη",week:{dow:1,doy:4}})}(n(1))},function(e,t,n){!function(e){"use strict";e.defineLocale("en-SG",{months:"January_February_March_April_May_June_July_August_September_October_November_December".split("_"),monthsShort:"Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec".split("_"),weekdays:"Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),weekdaysShort:"Sun_Mon_Tue_Wed_Thu_Fri_Sat".split("_"),weekdaysMin:"Su_Mo_Tu_We_Th_Fr_Sa".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[Today at] LT",nextDay:"[Tomorrow at] LT",nextWeek:"dddd [at] LT",lastDay:"[Yesterday at] LT",lastWeek:"[Last] dddd [at] LT",sameElse:"L"},relativeTime:{future:"in %s",past:"%s ago",s:"a few seconds",ss:"%d seconds",m:"a minute",mm:"%d minutes",h:"an hour",hh:"%d hours",d:"a day",dd:"%d days",M:"a month",MM:"%d months",y:"a year",yy:"%d years"},dayOfMonthOrdinalParse:/\d{1,2}(st|nd|rd|th)/,ordinal:function(e){var t=e%10;return e+(1==~~(e%100/10)?"th":1===t?"st":2===t?"nd":3===t?"rd":"th")},week:{dow:1,doy:4}})}(n(1))},function(e,t,n){!function(e){"use strict";e.defineLocale("en-au",{months:"January_February_March_April_May_June_July_August_September_October_November_December".split("_"),monthsShort:"Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec".split("_"),weekdays:"Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),weekdaysShort:"Sun_Mon_Tue_Wed_Thu_Fri_Sat".split("_"),weekdaysMin:"Su_Mo_Tu_We_Th_Fr_Sa".split("_"),longDateFormat:{LT:"h:mm A",LTS:"h:mm:ss A",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY h:mm A",LLLL:"dddd, D MMMM YYYY h:mm A"},calendar:{sameDay:"[Today at] LT",nextDay:"[Tomorrow at] LT",nextWeek:"dddd [at] LT",lastDay:"[Yesterday at] LT",lastWeek:"[Last] dddd [at] LT",sameElse:"L"},relativeTime:{future:"in %s",past:"%s ago",s:"a few seconds",ss:"%d seconds",m:"a minute",mm:"%d minutes",h:"an hour",hh:"%d hours",d:"a day",dd:"%d days",M:"a month",MM:"%d months",y:"a year",yy:"%d years"},dayOfMonthOrdinalParse:/\d{1,2}(st|nd|rd|th)/,ordinal:function(e){var t=e%10;return e+(1==~~(e%100/10)?"th":1===t?"st":2===t?"nd":3===t?"rd":"th")},week:{dow:1,doy:4}})}(n(1))},function(e,t,n){!function(e){"use strict";e.defineLocale("en-ca",{months:"January_February_March_April_May_June_July_August_September_October_November_December".split("_"),monthsShort:"Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec".split("_"),weekdays:"Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),weekdaysShort:"Sun_Mon_Tue_Wed_Thu_Fri_Sat".split("_"),weekdaysMin:"Su_Mo_Tu_We_Th_Fr_Sa".split("_"),longDateFormat:{LT:"h:mm A",LTS:"h:mm:ss A",L:"YYYY-MM-DD",LL:"MMMM D, YYYY",LLL:"MMMM D, YYYY h:mm A",LLLL:"dddd, MMMM D, YYYY h:mm A"},calendar:{sameDay:"[Today at] LT",nextDay:"[Tomorrow at] LT",nextWeek:"dddd [at] LT",lastDay:"[Yesterday at] LT",lastWeek:"[Last] dddd [at] LT",sameElse:"L"},relativeTime:{future:"in %s",past:"%s ago",s:"a few seconds",ss:"%d seconds",m:"a minute",mm:"%d minutes",h:"an hour",hh:"%d hours",d:"a day",dd:"%d days",M:"a month",MM:"%d months",y:"a year",yy:"%d years"},dayOfMonthOrdinalParse:/\d{1,2}(st|nd|rd|th)/,ordinal:function(e){var t=e%10;return e+(1==~~(e%100/10)?"th":1===t?"st":2===t?"nd":3===t?"rd":"th")}})}(n(1))},function(e,t,n){!function(e){"use strict";e.defineLocale("en-gb",{months:"January_February_March_April_May_June_July_August_September_October_November_December".split("_"),monthsShort:"Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec".split("_"),weekdays:"Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),weekdaysShort:"Sun_Mon_Tue_Wed_Thu_Fri_Sat".split("_"),weekdaysMin:"Su_Mo_Tu_We_Th_Fr_Sa".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[Today at] LT",nextDay:"[Tomorrow at] LT",nextWeek:"dddd [at] LT",lastDay:"[Yesterday at] LT",lastWeek:"[Last] dddd [at] LT",sameElse:"L"},relativeTime:{future:"in %s",past:"%s ago",s:"a few seconds",ss:"%d seconds",m:"a minute",mm:"%d minutes",h:"an hour",hh:"%d hours",d:"a day",dd:"%d days",M:"a month",MM:"%d months",y:"a year",yy:"%d years"},dayOfMonthOrdinalParse:/\d{1,2}(st|nd|rd|th)/,ordinal:function(e){var t=e%10;return e+(1==~~(e%100/10)?"th":1===t?"st":2===t?"nd":3===t?"rd":"th")},week:{dow:1,doy:4}})}(n(1))},function(e,t,n){!function(e){"use strict";e.defineLocale("en-ie",{months:"January_February_March_April_May_June_July_August_September_October_November_December".split("_"),monthsShort:"Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec".split("_"),weekdays:"Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),weekdaysShort:"Sun_Mon_Tue_Wed_Thu_Fri_Sat".split("_"),weekdaysMin:"Su_Mo_Tu_We_Th_Fr_Sa".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[Today at] LT",nextDay:"[Tomorrow at] LT",nextWeek:"dddd [at] LT",lastDay:"[Yesterday at] LT",lastWeek:"[Last] dddd [at] LT",sameElse:"L"},relativeTime:{future:"in %s",past:"%s ago",s:"a few seconds",ss:"%d seconds",m:"a minute",mm:"%d minutes",h:"an hour",hh:"%d hours",d:"a day",dd:"%d days",M:"a month",MM:"%d months",y:"a year",yy:"%d years"},dayOfMonthOrdinalParse:/\d{1,2}(st|nd|rd|th)/,ordinal:function(e){var t=e%10;return e+(1==~~(e%100/10)?"th":1===t?"st":2===t?"nd":3===t?"rd":"th")},week:{dow:1,doy:4}})}(n(1))},function(e,t,n){!function(e){"use strict";e.defineLocale("en-il",{months:"January_February_March_April_May_June_July_August_September_October_November_December".split("_"),monthsShort:"Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec".split("_"),weekdays:"Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),weekdaysShort:"Sun_Mon_Tue_Wed_Thu_Fri_Sat".split("_"),weekdaysMin:"Su_Mo_Tu_We_Th_Fr_Sa".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[Today at] LT",nextDay:"[Tomorrow at] LT",nextWeek:"dddd [at] LT",lastDay:"[Yesterday at] LT",lastWeek:"[Last] dddd [at] LT",sameElse:"L"},relativeTime:{future:"in %s",past:"%s ago",s:"a few seconds",m:"a minute",mm:"%d minutes",h:"an hour",hh:"%d hours",d:"a day",dd:"%d days",M:"a month",MM:"%d months",y:"a year",yy:"%d years"},dayOfMonthOrdinalParse:/\d{1,2}(st|nd|rd|th)/,ordinal:function(e){var t=e%10;return e+(1==~~(e%100/10)?"th":1===t?"st":2===t?"nd":3===t?"rd":"th")}})}(n(1))},function(e,t,n){!function(e){"use strict";e.defineLocale("en-nz",{months:"January_February_March_April_May_June_July_August_September_October_November_December".split("_"),monthsShort:"Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec".split("_"),weekdays:"Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),weekdaysShort:"Sun_Mon_Tue_Wed_Thu_Fri_Sat".split("_"),weekdaysMin:"Su_Mo_Tu_We_Th_Fr_Sa".split("_"),longDateFormat:{LT:"h:mm A",LTS:"h:mm:ss A",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY h:mm A",LLLL:"dddd, D MMMM YYYY h:mm A"},calendar:{sameDay:"[Today at] LT",nextDay:"[Tomorrow at] LT",nextWeek:"dddd [at] LT",lastDay:"[Yesterday at] LT",lastWeek:"[Last] dddd [at] LT",sameElse:"L"},relativeTime:{future:"in %s",past:"%s ago",s:"a few seconds",ss:"%d seconds",m:"a minute",mm:"%d minutes",h:"an hour",hh:"%d hours",d:"a day",dd:"%d days",M:"a month",MM:"%d months",y:"a year",yy:"%d years"},dayOfMonthOrdinalParse:/\d{1,2}(st|nd|rd|th)/,ordinal:function(e){var t=e%10;return e+(1==~~(e%100/10)?"th":1===t?"st":2===t?"nd":3===t?"rd":"th")},week:{dow:1,doy:4}})}(n(1))},function(e,t,n){!function(e){"use strict";e.defineLocale("eo",{months:"januaro_februaro_marto_aprilo_majo_junio_julio_aŭgusto_septembro_oktobro_novembro_decembro".split("_"),monthsShort:"jan_feb_mar_apr_maj_jun_jul_aŭg_sep_okt_nov_dec".split("_"),weekdays:"dimanĉo_lundo_mardo_merkredo_ĵaŭdo_vendredo_sabato".split("_"),weekdaysShort:"dim_lun_mard_merk_ĵaŭ_ven_sab".split("_"),weekdaysMin:"di_lu_ma_me_ĵa_ve_sa".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"YYYY-MM-DD",LL:"D[-a de] MMMM, YYYY",LLL:"D[-a de] MMMM, YYYY HH:mm",LLLL:"dddd, [la] D[-a de] MMMM, YYYY HH:mm"},meridiemParse:/[ap]\.t\.m/i,isPM:function(e){return"p"===e.charAt(0).toLowerCase()},meridiem:function(e,t,n){return e>11?n?"p.t.m.":"P.T.M.":n?"a.t.m.":"A.T.M."},calendar:{sameDay:"[Hodiaŭ je] LT",nextDay:"[Morgaŭ je] LT",nextWeek:"dddd [je] LT",lastDay:"[Hieraŭ je] LT",lastWeek:"[pasinta] dddd [je] LT",sameElse:"L"},relativeTime:{future:"post %s",past:"antaŭ %s",s:"sekundoj",ss:"%d sekundoj",m:"minuto",mm:"%d minutoj",h:"horo",hh:"%d horoj",d:"tago",dd:"%d tagoj",M:"monato",MM:"%d monatoj",y:"jaro",yy:"%d jaroj"},dayOfMonthOrdinalParse:/\d{1,2}a/,ordinal:"%da",week:{dow:1,doy:7}})}(n(1))},function(e,t,n){!function(e){"use strict";var t="ene._feb._mar._abr._may._jun._jul._ago._sep._oct._nov._dic.".split("_"),n="ene_feb_mar_abr_may_jun_jul_ago_sep_oct_nov_dic".split("_"),i=[/^ene/i,/^feb/i,/^mar/i,/^abr/i,/^may/i,/^jun/i,/^jul/i,/^ago/i,/^sep/i,/^oct/i,/^nov/i,/^dic/i],r=/^(enero|febrero|marzo|abril|mayo|junio|julio|agosto|septiembre|octubre|noviembre|diciembre|ene\.?|feb\.?|mar\.?|abr\.?|may\.?|jun\.?|jul\.?|ago\.?|sep\.?|oct\.?|nov\.?|dic\.?)/i;e.defineLocale("es",{months:"enero_febrero_marzo_abril_mayo_junio_julio_agosto_septiembre_octubre_noviembre_diciembre".split("_"),monthsShort:function(e,i){return e?/-MMM-/.test(i)?n[e.month()]:t[e.month()]:t},monthsRegex:r,monthsShortRegex:r,monthsStrictRegex:/^(enero|febrero|marzo|abril|mayo|junio|julio|agosto|septiembre|octubre|noviembre|diciembre)/i,monthsShortStrictRegex:/^(ene\.?|feb\.?|mar\.?|abr\.?|may\.?|jun\.?|jul\.?|ago\.?|sep\.?|oct\.?|nov\.?|dic\.?)/i,monthsParse:i,longMonthsParse:i,shortMonthsParse:i,weekdays:"domingo_lunes_martes_miércoles_jueves_viernes_sábado".split("_"),weekdaysShort:"dom._lun._mar._mié._jue._vie._sáb.".split("_"),weekdaysMin:"do_lu_ma_mi_ju_vi_sá".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD/MM/YYYY",LL:"D [de] MMMM [de] YYYY",LLL:"D [de] MMMM [de] YYYY H:mm",LLLL:"dddd, D [de] MMMM [de] YYYY H:mm"},calendar:{sameDay:function(){return"[hoy a la"+(1!==this.hours()?"s":"")+"] LT"},nextDay:function(){return"[mañana a la"+(1!==this.hours()?"s":"")+"] LT"},nextWeek:function(){return"dddd [a la"+(1!==this.hours()?"s":"")+"] LT"},lastDay:function(){return"[ayer a la"+(1!==this.hours()?"s":"")+"] LT"},lastWeek:function(){return"[el] dddd [pasado a la"+(1!==this.hours()?"s":"")+"] LT"},sameElse:"L"},relativeTime:{future:"en %s",past:"hace %s",s:"unos segundos",ss:"%d segundos",m:"un minuto",mm:"%d minutos",h:"una hora",hh:"%d horas",d:"un día",dd:"%d días",M:"un mes",MM:"%d meses",y:"un año",yy:"%d años"},dayOfMonthOrdinalParse:/\d{1,2}º/,ordinal:"%dº",week:{dow:1,doy:4}})}(n(1))},function(e,t,n){!function(e){"use strict";var t="ene._feb._mar._abr._may._jun._jul._ago._sep._oct._nov._dic.".split("_"),n="ene_feb_mar_abr_may_jun_jul_ago_sep_oct_nov_dic".split("_"),i=[/^ene/i,/^feb/i,/^mar/i,/^abr/i,/^may/i,/^jun/i,/^jul/i,/^ago/i,/^sep/i,/^oct/i,/^nov/i,/^dic/i],r=/^(enero|febrero|marzo|abril|mayo|junio|julio|agosto|septiembre|octubre|noviembre|diciembre|ene\.?|feb\.?|mar\.?|abr\.?|may\.?|jun\.?|jul\.?|ago\.?|sep\.?|oct\.?|nov\.?|dic\.?)/i;e.defineLocale("es-do",{months:"enero_febrero_marzo_abril_mayo_junio_julio_agosto_septiembre_octubre_noviembre_diciembre".split("_"),monthsShort:function(e,i){return e?/-MMM-/.test(i)?n[e.month()]:t[e.month()]:t},monthsRegex:r,monthsShortRegex:r,monthsStrictRegex:/^(enero|febrero|marzo|abril|mayo|junio|julio|agosto|septiembre|octubre|noviembre|diciembre)/i,monthsShortStrictRegex:/^(ene\.?|feb\.?|mar\.?|abr\.?|may\.?|jun\.?|jul\.?|ago\.?|sep\.?|oct\.?|nov\.?|dic\.?)/i,monthsParse:i,longMonthsParse:i,shortMonthsParse:i,weekdays:"domingo_lunes_martes_miércoles_jueves_viernes_sábado".split("_"),weekdaysShort:"dom._lun._mar._mié._jue._vie._sáb.".split("_"),weekdaysMin:"do_lu_ma_mi_ju_vi_sá".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"h:mm A",LTS:"h:mm:ss A",L:"DD/MM/YYYY",LL:"D [de] MMMM [de] YYYY",LLL:"D [de] MMMM [de] YYYY h:mm A",LLLL:"dddd, D [de] MMMM [de] YYYY h:mm A"},calendar:{sameDay:function(){return"[hoy a la"+(1!==this.hours()?"s":"")+"] LT"},nextDay:function(){return"[mañana a la"+(1!==this.hours()?"s":"")+"] LT"},nextWeek:function(){return"dddd [a la"+(1!==this.hours()?"s":"")+"] LT"},lastDay:function(){return"[ayer a la"+(1!==this.hours()?"s":"")+"] LT"},lastWeek:function(){return"[el] dddd [pasado a la"+(1!==this.hours()?"s":"")+"] LT"},sameElse:"L"},relativeTime:{future:"en %s",past:"hace %s",s:"unos segundos",ss:"%d segundos",m:"un minuto",mm:"%d minutos",h:"una hora",hh:"%d horas",d:"un día",dd:"%d días",M:"un mes",MM:"%d meses",y:"un año",yy:"%d años"},dayOfMonthOrdinalParse:/\d{1,2}º/,ordinal:"%dº",week:{dow:1,doy:4}})}(n(1))},function(e,t,n){!function(e){"use strict";var t="ene._feb._mar._abr._may._jun._jul._ago._sep._oct._nov._dic.".split("_"),n="ene_feb_mar_abr_may_jun_jul_ago_sep_oct_nov_dic".split("_"),i=[/^ene/i,/^feb/i,/^mar/i,/^abr/i,/^may/i,/^jun/i,/^jul/i,/^ago/i,/^sep/i,/^oct/i,/^nov/i,/^dic/i],r=/^(enero|febrero|marzo|abril|mayo|junio|julio|agosto|septiembre|octubre|noviembre|diciembre|ene\.?|feb\.?|mar\.?|abr\.?|may\.?|jun\.?|jul\.?|ago\.?|sep\.?|oct\.?|nov\.?|dic\.?)/i;e.defineLocale("es-us",{months:"enero_febrero_marzo_abril_mayo_junio_julio_agosto_septiembre_octubre_noviembre_diciembre".split("_"),monthsShort:function(e,i){return e?/-MMM-/.test(i)?n[e.month()]:t[e.month()]:t},monthsRegex:r,monthsShortRegex:r,monthsStrictRegex:/^(enero|febrero|marzo|abril|mayo|junio|julio|agosto|septiembre|octubre|noviembre|diciembre)/i,monthsShortStrictRegex:/^(ene\.?|feb\.?|mar\.?|abr\.?|may\.?|jun\.?|jul\.?|ago\.?|sep\.?|oct\.?|nov\.?|dic\.?)/i,monthsParse:i,longMonthsParse:i,shortMonthsParse:i,weekdays:"domingo_lunes_martes_miércoles_jueves_viernes_sábado".split("_"),weekdaysShort:"dom._lun._mar._mié._jue._vie._sáb.".split("_"),weekdaysMin:"do_lu_ma_mi_ju_vi_sá".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"h:mm A",LTS:"h:mm:ss A",L:"MM/DD/YYYY",LL:"D [de] MMMM [de] YYYY",LLL:"D [de] MMMM [de] YYYY h:mm A",LLLL:"dddd, D [de] MMMM [de] YYYY h:mm A"},calendar:{sameDay:function(){return"[hoy a la"+(1!==this.hours()?"s":"")+"] LT"},nextDay:function(){return"[mañana a la"+(1!==this.hours()?"s":"")+"] LT"},nextWeek:function(){return"dddd [a la"+(1!==this.hours()?"s":"")+"] LT"},lastDay:function(){return"[ayer a la"+(1!==this.hours()?"s":"")+"] LT"},lastWeek:function(){return"[el] dddd [pasado a la"+(1!==this.hours()?"s":"")+"] LT"},sameElse:"L"},relativeTime:{future:"en %s",past:"hace %s",s:"unos segundos",ss:"%d segundos",m:"un minuto",mm:"%d minutos",h:"una hora",hh:"%d horas",d:"un día",dd:"%d días",M:"un mes",MM:"%d meses",y:"un año",yy:"%d años"},dayOfMonthOrdinalParse:/\d{1,2}º/,ordinal:"%dº",week:{dow:0,doy:6}})}(n(1))},function(e,t,n){!function(e){"use strict";function t(e,t,n,i){var r={s:["mõne sekundi","mõni sekund","paar sekundit"],ss:[e+"sekundi",e+"sekundit"],m:["ühe minuti","üks minut"],mm:[e+" minuti",e+" minutit"],h:["ühe tunni","tund aega","üks tund"],hh:[e+" tunni",e+" tundi"],d:["ühe päeva","üks päev"],M:["kuu aja","kuu aega","üks kuu"],MM:[e+" kuu",e+" kuud"],y:["ühe aasta","aasta","üks aasta"],yy:[e+" aasta",e+" aastat"]};return t?r[n][2]?r[n][2]:r[n][1]:i?r[n][0]:r[n][1]}e.defineLocale("et",{months:"jaanuar_veebruar_märts_aprill_mai_juuni_juuli_august_september_oktoober_november_detsember".split("_"),monthsShort:"jaan_veebr_märts_apr_mai_juuni_juuli_aug_sept_okt_nov_dets".split("_"),weekdays:"pühapäev_esmaspäev_teisipäev_kolmapäev_neljapäev_reede_laupäev".split("_"),weekdaysShort:"P_E_T_K_N_R_L".split("_"),weekdaysMin:"P_E_T_K_N_R_L".split("_"),longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY H:mm",LLLL:"dddd, D. MMMM YYYY H:mm"},calendar:{sameDay:"[Täna,] LT",nextDay:"[Homme,] LT",nextWeek:"[Järgmine] dddd LT",lastDay:"[Eile,] LT",lastWeek:"[Eelmine] dddd LT",sameElse:"L"},relativeTime:{future:"%s pärast",past:"%s tagasi",s:t,ss:t,m:t,mm:t,h:t,hh:t,d:t,dd:"%d päeva",M:t,MM:t,y:t,yy:t},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})}(n(1))},function(e,t,n){!function(e){"use strict";e.defineLocale("eu",{months:"urtarrila_otsaila_martxoa_apirila_maiatza_ekaina_uztaila_abuztua_iraila_urria_azaroa_abendua".split("_"),monthsShort:"urt._ots._mar._api._mai._eka._uzt._abu._ira._urr._aza._abe.".split("_"),monthsParseExact:!0,weekdays:"igandea_astelehena_asteartea_asteazkena_osteguna_ostirala_larunbata".split("_"),weekdaysShort:"ig._al._ar._az._og._ol._lr.".split("_"),weekdaysMin:"ig_al_ar_az_og_ol_lr".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"YYYY-MM-DD",LL:"YYYY[ko] MMMM[ren] D[a]",LLL:"YYYY[ko] MMMM[ren] D[a] HH:mm",LLLL:"dddd, YYYY[ko] MMMM[ren] D[a] HH:mm",l:"YYYY-M-D",ll:"YYYY[ko] MMM D[a]",lll:"YYYY[ko] MMM D[a] HH:mm",llll:"ddd, YYYY[ko] MMM D[a] HH:mm"},calendar:{sameDay:"[gaur] LT[etan]",nextDay:"[bihar] LT[etan]",nextWeek:"dddd LT[etan]",lastDay:"[atzo] LT[etan]",lastWeek:"[aurreko] dddd LT[etan]",sameElse:"L"},relativeTime:{future:"%s barru",past:"duela %s",s:"segundo batzuk",ss:"%d segundo",m:"minutu bat",mm:"%d minutu",h:"ordu bat",hh:"%d ordu",d:"egun bat",dd:"%d egun",M:"hilabete bat",MM:"%d hilabete",y:"urte bat",yy:"%d urte"},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:7}})}(n(1))},function(e,t,n){!function(e){"use strict";var t={1:"۱",2:"۲",3:"۳",4:"۴",5:"۵",6:"۶",7:"۷",8:"۸",9:"۹",0:"۰"},n={"۱":"1","۲":"2","۳":"3","۴":"4","۵":"5","۶":"6","۷":"7","۸":"8","۹":"9","۰":"0"};e.defineLocale("fa",{months:"ژانویه_فوریه_مارس_آوریل_مه_ژوئن_ژوئیه_اوت_سپتامبر_اکتبر_نوامبر_دسامبر".split("_"),monthsShort:"ژانویه_فوریه_مارس_آوریل_مه_ژوئن_ژوئیه_اوت_سپتامبر_اکتبر_نوامبر_دسامبر".split("_"),weekdays:"یک‌شنبه_دوشنبه_سه‌شنبه_چهارشنبه_پنج‌شنبه_جمعه_شنبه".split("_"),weekdaysShort:"یک‌شنبه_دوشنبه_سه‌شنبه_چهارشنبه_پنج‌شنبه_جمعه_شنبه".split("_"),weekdaysMin:"ی_د_س_چ_پ_ج_ش".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},meridiemParse:/قبل از ظهر|بعد از ظهر/,isPM:function(e){return/بعد از ظهر/.test(e)},meridiem:function(e,t,n){return e<12?"قبل از ظهر":"بعد از ظهر"},calendar:{sameDay:"[امروز ساعت] LT",nextDay:"[فردا ساعت] LT",nextWeek:"dddd [ساعت] LT",lastDay:"[دیروز ساعت] LT",lastWeek:"dddd [پیش] [ساعت] LT",sameElse:"L"},relativeTime:{future:"در %s",past:"%s پیش",s:"چند ثانیه",ss:"ثانیه d%",m:"یک دقیقه",mm:"%d دقیقه",h:"یک ساعت",hh:"%d ساعت",d:"یک روز",dd:"%d روز",M:"یک ماه",MM:"%d ماه",y:"یک سال",yy:"%d سال"},preparse:function(e){return e.replace(/[۰-۹]/g,(function(e){return n[e]})).replace(/،/g,",")},postformat:function(e){return e.replace(/\d/g,(function(e){return t[e]})).replace(/,/g,"،")},dayOfMonthOrdinalParse:/\d{1,2}م/,ordinal:"%dم",week:{dow:6,doy:12}})}(n(1))},function(e,t,n){!function(e){"use strict";var t="nolla yksi kaksi kolme neljä viisi kuusi seitsemän kahdeksan yhdeksän".split(" "),n=["nolla","yhden","kahden","kolmen","neljän","viiden","kuuden",t[7],t[8],t[9]];function i(e,i,r,o){var s="";switch(r){case"s":return o?"muutaman sekunnin":"muutama sekunti";case"ss":return o?"sekunnin":"sekuntia";case"m":return o?"minuutin":"minuutti";case"mm":s=o?"minuutin":"minuuttia";break;case"h":return o?"tunnin":"tunti";case"hh":s=o?"tunnin":"tuntia";break;case"d":return o?"päivän":"päivä";case"dd":s=o?"päivän":"päivää";break;case"M":return o?"kuukauden":"kuukausi";case"MM":s=o?"kuukauden":"kuukautta";break;case"y":return o?"vuoden":"vuosi";case"yy":s=o?"vuoden":"vuotta"}return s=function(e,i){return e<10?i?n[e]:t[e]:e}(e,o)+" "+s}e.defineLocale("fi",{months:"tammikuu_helmikuu_maaliskuu_huhtikuu_toukokuu_kesäkuu_heinäkuu_elokuu_syyskuu_lokakuu_marraskuu_joulukuu".split("_"),monthsShort:"tammi_helmi_maalis_huhti_touko_kesä_heinä_elo_syys_loka_marras_joulu".split("_"),weekdays:"sunnuntai_maanantai_tiistai_keskiviikko_torstai_perjantai_lauantai".split("_"),weekdaysShort:"su_ma_ti_ke_to_pe_la".split("_"),weekdaysMin:"su_ma_ti_ke_to_pe_la".split("_"),longDateFormat:{LT:"HH.mm",LTS:"HH.mm.ss",L:"DD.MM.YYYY",LL:"Do MMMM[ta] YYYY",LLL:"Do MMMM[ta] YYYY, [klo] HH.mm",LLLL:"dddd, Do MMMM[ta] YYYY, [klo] HH.mm",l:"D.M.YYYY",ll:"Do MMM YYYY",lll:"Do MMM YYYY, [klo] HH.mm",llll:"ddd, Do MMM YYYY, [klo] HH.mm"},calendar:{sameDay:"[tänään] [klo] LT",nextDay:"[huomenna] [klo] LT",nextWeek:"dddd [klo] LT",lastDay:"[eilen] [klo] LT",lastWeek:"[viime] dddd[na] [klo] LT",sameElse:"L"},relativeTime:{future:"%s päästä",past:"%s sitten",s:i,ss:i,m:i,mm:i,h:i,hh:i,d:i,dd:i,M:i,MM:i,y:i,yy:i},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})}(n(1))},function(e,t,n){!function(e){"use strict";e.defineLocale("fo",{months:"januar_februar_mars_apríl_mai_juni_juli_august_september_oktober_november_desember".split("_"),monthsShort:"jan_feb_mar_apr_mai_jun_jul_aug_sep_okt_nov_des".split("_"),weekdays:"sunnudagur_mánadagur_týsdagur_mikudagur_hósdagur_fríggjadagur_leygardagur".split("_"),weekdaysShort:"sun_mán_týs_mik_hós_frí_ley".split("_"),weekdaysMin:"su_má_tý_mi_hó_fr_le".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D. MMMM, YYYY HH:mm"},calendar:{sameDay:"[Í dag kl.] LT",nextDay:"[Í morgin kl.] LT",nextWeek:"dddd [kl.] LT",lastDay:"[Í gjár kl.] LT",lastWeek:"[síðstu] dddd [kl] LT",sameElse:"L"},relativeTime:{future:"um %s",past:"%s síðani",s:"fá sekund",ss:"%d sekundir",m:"ein minuttur",mm:"%d minuttir",h:"ein tími",hh:"%d tímar",d:"ein dagur",dd:"%d dagar",M:"ein mánaður",MM:"%d mánaðir",y:"eitt ár",yy:"%d ár"},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})}(n(1))},function(e,t,n){!function(e){"use strict";e.defineLocale("fr",{months:"janvier_février_mars_avril_mai_juin_juillet_août_septembre_octobre_novembre_décembre".split("_"),monthsShort:"janv._févr._mars_avr._mai_juin_juil._août_sept._oct._nov._déc.".split("_"),monthsParseExact:!0,weekdays:"dimanche_lundi_mardi_mercredi_jeudi_vendredi_samedi".split("_"),weekdaysShort:"dim._lun._mar._mer._jeu._ven._sam.".split("_"),weekdaysMin:"di_lu_ma_me_je_ve_sa".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[Aujourd’hui à] LT",nextDay:"[Demain à] LT",nextWeek:"dddd [à] LT",lastDay:"[Hier à] LT",lastWeek:"dddd [dernier à] LT",sameElse:"L"},relativeTime:{future:"dans %s",past:"il y a %s",s:"quelques secondes",ss:"%d secondes",m:"une minute",mm:"%d minutes",h:"une heure",hh:"%d heures",d:"un jour",dd:"%d jours",M:"un mois",MM:"%d mois",y:"un an",yy:"%d ans"},dayOfMonthOrdinalParse:/\d{1,2}(er|)/,ordinal:function(e,t){switch(t){case"D":return e+(1===e?"er":"");default:case"M":case"Q":case"DDD":case"d":return e+(1===e?"er":"e");case"w":case"W":return e+(1===e?"re":"e")}},week:{dow:1,doy:4}})}(n(1))},function(e,t,n){!function(e){"use strict";e.defineLocale("fr-ca",{months:"janvier_février_mars_avril_mai_juin_juillet_août_septembre_octobre_novembre_décembre".split("_"),monthsShort:"janv._févr._mars_avr._mai_juin_juil._août_sept._oct._nov._déc.".split("_"),monthsParseExact:!0,weekdays:"dimanche_lundi_mardi_mercredi_jeudi_vendredi_samedi".split("_"),weekdaysShort:"dim._lun._mar._mer._jeu._ven._sam.".split("_"),weekdaysMin:"di_lu_ma_me_je_ve_sa".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"YYYY-MM-DD",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[Aujourd’hui à] LT",nextDay:"[Demain à] LT",nextWeek:"dddd [à] LT",lastDay:"[Hier à] LT",lastWeek:"dddd [dernier à] LT",sameElse:"L"},relativeTime:{future:"dans %s",past:"il y a %s",s:"quelques secondes",ss:"%d secondes",m:"une minute",mm:"%d minutes",h:"une heure",hh:"%d heures",d:"un jour",dd:"%d jours",M:"un mois",MM:"%d mois",y:"un an",yy:"%d ans"},dayOfMonthOrdinalParse:/\d{1,2}(er|e)/,ordinal:function(e,t){switch(t){default:case"M":case"Q":case"D":case"DDD":case"d":return e+(1===e?"er":"e");case"w":case"W":return e+(1===e?"re":"e")}}})}(n(1))},function(e,t,n){!function(e){"use strict";e.defineLocale("fr-ch",{months:"janvier_février_mars_avril_mai_juin_juillet_août_septembre_octobre_novembre_décembre".split("_"),monthsShort:"janv._févr._mars_avr._mai_juin_juil._août_sept._oct._nov._déc.".split("_"),monthsParseExact:!0,weekdays:"dimanche_lundi_mardi_mercredi_jeudi_vendredi_samedi".split("_"),weekdaysShort:"dim._lun._mar._mer._jeu._ven._sam.".split("_"),weekdaysMin:"di_lu_ma_me_je_ve_sa".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[Aujourd’hui à] LT",nextDay:"[Demain à] LT",nextWeek:"dddd [à] LT",lastDay:"[Hier à] LT",lastWeek:"dddd [dernier à] LT",sameElse:"L"},relativeTime:{future:"dans %s",past:"il y a %s",s:"quelques secondes",ss:"%d secondes",m:"une minute",mm:"%d minutes",h:"une heure",hh:"%d heures",d:"un jour",dd:"%d jours",M:"un mois",MM:"%d mois",y:"un an",yy:"%d ans"},dayOfMonthOrdinalParse:/\d{1,2}(er|e)/,ordinal:function(e,t){switch(t){default:case"M":case"Q":case"D":case"DDD":case"d":return e+(1===e?"er":"e");case"w":case"W":return e+(1===e?"re":"e")}},week:{dow:1,doy:4}})}(n(1))},function(e,t,n){!function(e){"use strict";var t="jan._feb._mrt._apr._mai_jun._jul._aug._sep._okt._nov._des.".split("_"),n="jan_feb_mrt_apr_mai_jun_jul_aug_sep_okt_nov_des".split("_");e.defineLocale("fy",{months:"jannewaris_febrewaris_maart_april_maaie_juny_july_augustus_septimber_oktober_novimber_desimber".split("_"),monthsShort:function(e,i){return e?/-MMM-/.test(i)?n[e.month()]:t[e.month()]:t},monthsParseExact:!0,weekdays:"snein_moandei_tiisdei_woansdei_tongersdei_freed_sneon".split("_"),weekdaysShort:"si._mo._ti._wo._to._fr._so.".split("_"),weekdaysMin:"Si_Mo_Ti_Wo_To_Fr_So".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD-MM-YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[hjoed om] LT",nextDay:"[moarn om] LT",nextWeek:"dddd [om] LT",lastDay:"[juster om] LT",lastWeek:"[ôfrûne] dddd [om] LT",sameElse:"L"},relativeTime:{future:"oer %s",past:"%s lyn",s:"in pear sekonden",ss:"%d sekonden",m:"ien minút",mm:"%d minuten",h:"ien oere",hh:"%d oeren",d:"ien dei",dd:"%d dagen",M:"ien moanne",MM:"%d moannen",y:"ien jier",yy:"%d jierren"},dayOfMonthOrdinalParse:/\d{1,2}(ste|de)/,ordinal:function(e){return e+(1===e||8===e||e>=20?"ste":"de")},week:{dow:1,doy:4}})}(n(1))},function(e,t,n){!function(e){"use strict";e.defineLocale("ga",{months:["Eanáir","Feabhra","Márta","Aibreán","Bealtaine","Méitheamh","Iúil","Lúnasa","Meán Fómhair","Deaireadh Fómhair","Samhain","Nollaig"],monthsShort:["Eaná","Feab","Márt","Aibr","Beal","Méit","Iúil","Lúna","Meán","Deai","Samh","Noll"],monthsParseExact:!0,weekdays:["Dé Domhnaigh","Dé Luain","Dé Máirt","Dé Céadaoin","Déardaoin","Dé hAoine","Dé Satharn"],weekdaysShort:["Dom","Lua","Mái","Céa","Déa","hAo","Sat"],weekdaysMin:["Do","Lu","Má","Ce","Dé","hA","Sa"],longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[Inniu ag] LT",nextDay:"[Amárach ag] LT",nextWeek:"dddd [ag] LT",lastDay:"[Inné aig] LT",lastWeek:"dddd [seo caite] [ag] LT",sameElse:"L"},relativeTime:{future:"i %s",past:"%s ó shin",s:"cúpla soicind",ss:"%d soicind",m:"nóiméad",mm:"%d nóiméad",h:"uair an chloig",hh:"%d uair an chloig",d:"lá",dd:"%d lá",M:"mí",MM:"%d mí",y:"bliain",yy:"%d bliain"},dayOfMonthOrdinalParse:/\d{1,2}(d|na|mh)/,ordinal:function(e){return e+(1===e?"d":e%10==2?"na":"mh")},week:{dow:1,doy:4}})}(n(1))},function(e,t,n){!function(e){"use strict";e.defineLocale("gd",{months:["Am Faoilleach","An Gearran","Am Màrt","An Giblean","An Cèitean","An t-Ògmhios","An t-Iuchar","An Lùnastal","An t-Sultain","An Dàmhair","An t-Samhain","An Dùbhlachd"],monthsShort:["Faoi","Gear","Màrt","Gibl","Cèit","Ògmh","Iuch","Lùn","Sult","Dàmh","Samh","Dùbh"],monthsParseExact:!0,weekdays:["Didòmhnaich","Diluain","Dimàirt","Diciadain","Diardaoin","Dihaoine","Disathairne"],weekdaysShort:["Did","Dil","Dim","Dic","Dia","Dih","Dis"],weekdaysMin:["Dò","Lu","Mà","Ci","Ar","Ha","Sa"],longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[An-diugh aig] LT",nextDay:"[A-màireach aig] LT",nextWeek:"dddd [aig] LT",lastDay:"[An-dè aig] LT",lastWeek:"dddd [seo chaidh] [aig] LT",sameElse:"L"},relativeTime:{future:"ann an %s",past:"bho chionn %s",s:"beagan diogan",ss:"%d diogan",m:"mionaid",mm:"%d mionaidean",h:"uair",hh:"%d uairean",d:"latha",dd:"%d latha",M:"mìos",MM:"%d mìosan",y:"bliadhna",yy:"%d bliadhna"},dayOfMonthOrdinalParse:/\d{1,2}(d|na|mh)/,ordinal:function(e){return e+(1===e?"d":e%10==2?"na":"mh")},week:{dow:1,doy:4}})}(n(1))},function(e,t,n){!function(e){"use strict";e.defineLocale("gl",{months:"xaneiro_febreiro_marzo_abril_maio_xuño_xullo_agosto_setembro_outubro_novembro_decembro".split("_"),monthsShort:"xan._feb._mar._abr._mai._xuñ._xul._ago._set._out._nov._dec.".split("_"),monthsParseExact:!0,weekdays:"domingo_luns_martes_mércores_xoves_venres_sábado".split("_"),weekdaysShort:"dom._lun._mar._mér._xov._ven._sáb.".split("_"),weekdaysMin:"do_lu_ma_mé_xo_ve_sá".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD/MM/YYYY",LL:"D [de] MMMM [de] YYYY",LLL:"D [de] MMMM [de] YYYY H:mm",LLLL:"dddd, D [de] MMMM [de] YYYY H:mm"},calendar:{sameDay:function(){return"[hoxe "+(1!==this.hours()?"ás":"á")+"] LT"},nextDay:function(){return"[mañá "+(1!==this.hours()?"ás":"á")+"] LT"},nextWeek:function(){return"dddd ["+(1!==this.hours()?"ás":"a")+"] LT"},lastDay:function(){return"[onte "+(1!==this.hours()?"á":"a")+"] LT"},lastWeek:function(){return"[o] dddd [pasado "+(1!==this.hours()?"ás":"a")+"] LT"},sameElse:"L"},relativeTime:{future:function(e){return 0===e.indexOf("un")?"n"+e:"en "+e},past:"hai %s",s:"uns segundos",ss:"%d segundos",m:"un minuto",mm:"%d minutos",h:"unha hora",hh:"%d horas",d:"un día",dd:"%d días",M:"un mes",MM:"%d meses",y:"un ano",yy:"%d anos"},dayOfMonthOrdinalParse:/\d{1,2}º/,ordinal:"%dº",week:{dow:1,doy:4}})}(n(1))},function(e,t,n){!function(e){"use strict";function t(e,t,n,i){var r={s:["thodde secondanim","thodde second"],ss:[e+" secondanim",e+" second"],m:["eka mintan","ek minute"],mm:[e+" mintanim",e+" mintam"],h:["eka voran","ek vor"],hh:[e+" voranim",e+" voram"],d:["eka disan","ek dis"],dd:[e+" disanim",e+" dis"],M:["eka mhoinean","ek mhoino"],MM:[e+" mhoineanim",e+" mhoine"],y:["eka vorsan","ek voros"],yy:[e+" vorsanim",e+" vorsam"]};return t?r[n][0]:r[n][1]}e.defineLocale("gom-latn",{months:"Janer_Febrer_Mars_Abril_Mai_Jun_Julai_Agost_Setembr_Otubr_Novembr_Dezembr".split("_"),monthsShort:"Jan._Feb._Mars_Abr._Mai_Jun_Jul._Ago._Set._Otu._Nov._Dez.".split("_"),monthsParseExact:!0,weekdays:"Aitar_Somar_Mongllar_Budvar_Brestar_Sukrar_Son'var".split("_"),weekdaysShort:"Ait._Som._Mon._Bud._Bre._Suk._Son.".split("_"),weekdaysMin:"Ai_Sm_Mo_Bu_Br_Su_Sn".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"A h:mm [vazta]",LTS:"A h:mm:ss [vazta]",L:"DD-MM-YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY A h:mm [vazta]",LLLL:"dddd, MMMM[achea] Do, YYYY, A h:mm [vazta]",llll:"ddd, D MMM YYYY, A h:mm [vazta]"},calendar:{sameDay:"[Aiz] LT",nextDay:"[Faleam] LT",nextWeek:"[Ieta to] dddd[,] LT",lastDay:"[Kal] LT",lastWeek:"[Fatlo] dddd[,] LT",sameElse:"L"},relativeTime:{future:"%s",past:"%s adim",s:t,ss:t,m:t,mm:t,h:t,hh:t,d:t,dd:t,M:t,MM:t,y:t,yy:t},dayOfMonthOrdinalParse:/\d{1,2}(er)/,ordinal:function(e,t){switch(t){case"D":return e+"er";default:case"M":case"Q":case"DDD":case"d":case"w":case"W":return e}},week:{dow:1,doy:4},meridiemParse:/rati|sokalli|donparam|sanje/,meridiemHour:function(e,t){return 12===e&&(e=0),"rati"===t?e<4?e:e+12:"sokalli"===t?e:"donparam"===t?e>12?e:e+12:"sanje"===t?e+12:void 0},meridiem:function(e,t,n){return e<4?"rati":e<12?"sokalli":e<16?"donparam":e<20?"sanje":"rati"}})}(n(1))},function(e,t,n){!function(e){"use strict";var t={1:"૧",2:"૨",3:"૩",4:"૪",5:"૫",6:"૬",7:"૭",8:"૮",9:"૯",0:"૦"},n={"૧":"1","૨":"2","૩":"3","૪":"4","૫":"5","૬":"6","૭":"7","૮":"8","૯":"9","૦":"0"};e.defineLocale("gu",{months:"જાન્યુઆરી_ફેબ્રુઆરી_માર્ચ_એપ્રિલ_મે_જૂન_જુલાઈ_ઑગસ્ટ_સપ્ટેમ્બર_ઑક્ટ્બર_નવેમ્બર_ડિસેમ્બર".split("_"),monthsShort:"જાન્યુ._ફેબ્રુ._માર્ચ_એપ્રિ._મે_જૂન_જુલા._ઑગ._સપ્ટે._ઑક્ટ્._નવે._ડિસે.".split("_"),monthsParseExact:!0,weekdays:"રવિવાર_સોમવાર_મંગળવાર_બુધ્વાર_ગુરુવાર_શુક્રવાર_શનિવાર".split("_"),weekdaysShort:"રવિ_સોમ_મંગળ_બુધ્_ગુરુ_શુક્ર_શનિ".split("_"),weekdaysMin:"ર_સો_મં_બુ_ગુ_શુ_શ".split("_"),longDateFormat:{LT:"A h:mm વાગ્યે",LTS:"A h:mm:ss વાગ્યે",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY, A h:mm વાગ્યે",LLLL:"dddd, D MMMM YYYY, A h:mm વાગ્યે"},calendar:{sameDay:"[આજ] LT",nextDay:"[કાલે] LT",nextWeek:"dddd, LT",lastDay:"[ગઇકાલે] LT",lastWeek:"[પાછલા] dddd, LT",sameElse:"L"},relativeTime:{future:"%s મા",past:"%s પેહલા",s:"અમુક પળો",ss:"%d સેકંડ",m:"એક મિનિટ",mm:"%d મિનિટ",h:"એક કલાક",hh:"%d કલાક",d:"એક દિવસ",dd:"%d દિવસ",M:"એક મહિનો",MM:"%d મહિનો",y:"એક વર્ષ",yy:"%d વર્ષ"},preparse:function(e){return e.replace(/[૧૨૩૪૫૬૭૮૯૦]/g,(function(e){return n[e]}))},postformat:function(e){return e.replace(/\d/g,(function(e){return t[e]}))},meridiemParse:/રાત|બપોર|સવાર|સાંજ/,meridiemHour:function(e,t){return 12===e&&(e=0),"રાત"===t?e<4?e:e+12:"સવાર"===t?e:"બપોર"===t?e>=10?e:e+12:"સાંજ"===t?e+12:void 0},meridiem:function(e,t,n){return e<4?"રાત":e<10?"સવાર":e<17?"બપોર":e<20?"સાંજ":"રાત"},week:{dow:0,doy:6}})}(n(1))},function(e,t,n){!function(e){"use strict";e.defineLocale("he",{months:"ינואר_פברואר_מרץ_אפריל_מאי_יוני_יולי_אוגוסט_ספטמבר_אוקטובר_נובמבר_דצמבר".split("_"),monthsShort:"ינו׳_פבר׳_מרץ_אפר׳_מאי_יוני_יולי_אוג׳_ספט׳_אוק׳_נוב׳_דצמ׳".split("_"),weekdays:"ראשון_שני_שלישי_רביעי_חמישי_שישי_שבת".split("_"),weekdaysShort:"א׳_ב׳_ג׳_ד׳_ה׳_ו׳_ש׳".split("_"),weekdaysMin:"א_ב_ג_ד_ה_ו_ש".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D [ב]MMMM YYYY",LLL:"D [ב]MMMM YYYY HH:mm",LLLL:"dddd, D [ב]MMMM YYYY HH:mm",l:"D/M/YYYY",ll:"D MMM YYYY",lll:"D MMM YYYY HH:mm",llll:"ddd, D MMM YYYY HH:mm"},calendar:{sameDay:"[היום ב־]LT",nextDay:"[מחר ב־]LT",nextWeek:"dddd [בשעה] LT",lastDay:"[אתמול ב־]LT",lastWeek:"[ביום] dddd [האחרון בשעה] LT",sameElse:"L"},relativeTime:{future:"בעוד %s",past:"לפני %s",s:"מספר שניות",ss:"%d שניות",m:"דקה",mm:"%d דקות",h:"שעה",hh:function(e){return 2===e?"שעתיים":e+" שעות"},d:"יום",dd:function(e){return 2===e?"יומיים":e+" ימים"},M:"חודש",MM:function(e){return 2===e?"חודשיים":e+" חודשים"},y:"שנה",yy:function(e){return 2===e?"שנתיים":e%10==0&&10!==e?e+" שנה":e+" שנים"}},meridiemParse:/אחה"צ|לפנה"צ|אחרי הצהריים|לפני הצהריים|לפנות בוקר|בבוקר|בערב/i,isPM:function(e){return/^(אחה"צ|אחרי הצהריים|בערב)$/.test(e)},meridiem:function(e,t,n){return e<5?"לפנות בוקר":e<10?"בבוקר":e<12?n?'לפנה"צ':"לפני הצהריים":e<18?n?'אחה"צ':"אחרי הצהריים":"בערב"}})}(n(1))},function(e,t,n){!function(e){"use strict";var t={1:"१",2:"२",3:"३",4:"४",5:"५",6:"६",7:"७",8:"८",9:"९",0:"०"},n={"१":"1","२":"2","३":"3","४":"4","५":"5","६":"6","७":"7","८":"8","९":"9","०":"0"};e.defineLocale("hi",{months:"जनवरी_फ़रवरी_मार्च_अप्रैल_मई_जून_जुलाई_अगस्त_सितम्बर_अक्टूबर_नवम्बर_दिसम्बर".split("_"),monthsShort:"जन._फ़र._मार्च_अप्रै._मई_जून_जुल._अग._सित._अक्टू._नव._दिस.".split("_"),monthsParseExact:!0,weekdays:"रविवार_सोमवार_मंगलवार_बुधवार_गुरूवार_शुक्रवार_शनिवार".split("_"),weekdaysShort:"रवि_सोम_मंगल_बुध_गुरू_शुक्र_शनि".split("_"),weekdaysMin:"र_सो_मं_बु_गु_शु_श".split("_"),longDateFormat:{LT:"A h:mm बजे",LTS:"A h:mm:ss बजे",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY, A h:mm बजे",LLLL:"dddd, D MMMM YYYY, A h:mm बजे"},calendar:{sameDay:"[आज] LT",nextDay:"[कल] LT",nextWeek:"dddd, LT",lastDay:"[कल] LT",lastWeek:"[पिछले] dddd, LT",sameElse:"L"},relativeTime:{future:"%s में",past:"%s पहले",s:"कुछ ही क्षण",ss:"%d सेकंड",m:"एक मिनट",mm:"%d मिनट",h:"एक घंटा",hh:"%d घंटे",d:"एक दिन",dd:"%d दिन",M:"एक महीने",MM:"%d महीने",y:"एक वर्ष",yy:"%d वर्ष"},preparse:function(e){return e.replace(/[१२३४५६७८९०]/g,(function(e){return n[e]}))},postformat:function(e){return e.replace(/\d/g,(function(e){return t[e]}))},meridiemParse:/रात|सुबह|दोपहर|शाम/,meridiemHour:function(e,t){return 12===e&&(e=0),"रात"===t?e<4?e:e+12:"सुबह"===t?e:"दोपहर"===t?e>=10?e:e+12:"शाम"===t?e+12:void 0},meridiem:function(e,t,n){return e<4?"रात":e<10?"सुबह":e<17?"दोपहर":e<20?"शाम":"रात"},week:{dow:0,doy:6}})}(n(1))},function(e,t,n){!function(e){"use strict";function t(e,t,n){var i=e+" ";switch(n){case"ss":return i+=1===e?"sekunda":2===e||3===e||4===e?"sekunde":"sekundi";case"m":return t?"jedna minuta":"jedne minute";case"mm":return i+=1===e?"minuta":2===e||3===e||4===e?"minute":"minuta";case"h":return t?"jedan sat":"jednog sata";case"hh":return i+=1===e?"sat":2===e||3===e||4===e?"sata":"sati";case"dd":return i+=1===e?"dan":"dana";case"MM":return i+=1===e?"mjesec":2===e||3===e||4===e?"mjeseca":"mjeseci";case"yy":return i+=1===e?"godina":2===e||3===e||4===e?"godine":"godina"}}e.defineLocale("hr",{months:{format:"siječnja_veljače_ožujka_travnja_svibnja_lipnja_srpnja_kolovoza_rujna_listopada_studenoga_prosinca".split("_"),standalone:"siječanj_veljača_ožujak_travanj_svibanj_lipanj_srpanj_kolovoz_rujan_listopad_studeni_prosinac".split("_")},monthsShort:"sij._velj._ožu._tra._svi._lip._srp._kol._ruj._lis._stu._pro.".split("_"),monthsParseExact:!0,weekdays:"nedjelja_ponedjeljak_utorak_srijeda_četvrtak_petak_subota".split("_"),weekdaysShort:"ned._pon._uto._sri._čet._pet._sub.".split("_"),weekdaysMin:"ne_po_ut_sr_če_pe_su".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY H:mm",LLLL:"dddd, D. MMMM YYYY H:mm"},calendar:{sameDay:"[danas u] LT",nextDay:"[sutra u] LT",nextWeek:function(){switch(this.day()){case 0:return"[u] [nedjelju] [u] LT";case 3:return"[u] [srijedu] [u] LT";case 6:return"[u] [subotu] [u] LT";case 1:case 2:case 4:case 5:return"[u] dddd [u] LT"}},lastDay:"[jučer u] LT",lastWeek:function(){switch(this.day()){case 0:case 3:return"[prošlu] dddd [u] LT";case 6:return"[prošle] [subote] [u] LT";case 1:case 2:case 4:case 5:return"[prošli] dddd [u] LT"}},sameElse:"L"},relativeTime:{future:"za %s",past:"prije %s",s:"par sekundi",ss:t,m:t,mm:t,h:t,hh:t,d:"dan",dd:t,M:"mjesec",MM:t,y:"godinu",yy:t},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:7}})}(n(1))},function(e,t,n){!function(e){"use strict";var t="vasárnap hétfőn kedden szerdán csütörtökön pénteken szombaton".split(" ");function n(e,t,n,i){var r=e;switch(n){case"s":return i||t?"néhány másodperc":"néhány másodperce";case"ss":return r+(i||t)?" másodperc":" másodperce";case"m":return"egy"+(i||t?" perc":" perce");case"mm":return r+(i||t?" perc":" perce");case"h":return"egy"+(i||t?" óra":" órája");case"hh":return r+(i||t?" óra":" órája");case"d":return"egy"+(i||t?" nap":" napja");case"dd":return r+(i||t?" nap":" napja");case"M":return"egy"+(i||t?" hónap":" hónapja");case"MM":return r+(i||t?" hónap":" hónapja");case"y":return"egy"+(i||t?" év":" éve");case"yy":return r+(i||t?" év":" éve")}return""}function i(e){return(e?"":"[múlt] ")+"["+t[this.day()]+"] LT[-kor]"}e.defineLocale("hu",{months:"január_február_március_április_május_június_július_augusztus_szeptember_október_november_december".split("_"),monthsShort:"jan_feb_márc_ápr_máj_jún_júl_aug_szept_okt_nov_dec".split("_"),weekdays:"vasárnap_hétfő_kedd_szerda_csütörtök_péntek_szombat".split("_"),weekdaysShort:"vas_hét_kedd_sze_csüt_pén_szo".split("_"),weekdaysMin:"v_h_k_sze_cs_p_szo".split("_"),longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"YYYY.MM.DD.",LL:"YYYY. MMMM D.",LLL:"YYYY. MMMM D. H:mm",LLLL:"YYYY. MMMM D., dddd H:mm"},meridiemParse:/de|du/i,isPM:function(e){return"u"===e.charAt(1).toLowerCase()},meridiem:function(e,t,n){return e<12?!0===n?"de":"DE":!0===n?"du":"DU"},calendar:{sameDay:"[ma] LT[-kor]",nextDay:"[holnap] LT[-kor]",nextWeek:function(){return i.call(this,!0)},lastDay:"[tegnap] LT[-kor]",lastWeek:function(){return i.call(this,!1)},sameElse:"L"},relativeTime:{future:"%s múlva",past:"%s",s:n,ss:n,m:n,mm:n,h:n,hh:n,d:n,dd:n,M:n,MM:n,y:n,yy:n},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})}(n(1))},function(e,t,n){!function(e){"use strict";e.defineLocale("hy-am",{months:{format:"հունվարի_փետրվարի_մարտի_ապրիլի_մայիսի_հունիսի_հուլիսի_օգոստոսի_սեպտեմբերի_հոկտեմբերի_նոյեմբերի_դեկտեմբերի".split("_"),standalone:"հունվար_փետրվար_մարտ_ապրիլ_մայիս_հունիս_հուլիս_օգոստոս_սեպտեմբեր_հոկտեմբեր_նոյեմբեր_դեկտեմբեր".split("_")},monthsShort:"հնվ_փտր_մրտ_ապր_մյս_հնս_հլս_օգս_սպտ_հկտ_նմբ_դկտ".split("_"),weekdays:"կիրակի_երկուշաբթի_երեքշաբթի_չորեքշաբթի_հինգշաբթի_ուրբաթ_շաբաթ".split("_"),weekdaysShort:"կրկ_երկ_երք_չրք_հնգ_ուրբ_շբթ".split("_"),weekdaysMin:"կրկ_երկ_երք_չրք_հնգ_ուրբ_շբթ".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY թ.",LLL:"D MMMM YYYY թ., HH:mm",LLLL:"dddd, D MMMM YYYY թ., HH:mm"},calendar:{sameDay:"[այսօր] LT",nextDay:"[վաղը] LT",lastDay:"[երեկ] LT",nextWeek:function(){return"dddd [օրը ժամը] LT"},lastWeek:function(){return"[անցած] dddd [օրը ժամը] LT"},sameElse:"L"},relativeTime:{future:"%s հետո",past:"%s առաջ",s:"մի քանի վայրկյան",ss:"%d վայրկյան",m:"րոպե",mm:"%d րոպե",h:"ժամ",hh:"%d ժամ",d:"օր",dd:"%d օր",M:"ամիս",MM:"%d ամիս",y:"տարի",yy:"%d տարի"},meridiemParse:/գիշերվա|առավոտվա|ցերեկվա|երեկոյան/,isPM:function(e){return/^(ցերեկվա|երեկոյան)$/.test(e)},meridiem:function(e){return e<4?"գիշերվա":e<12?"առավոտվա":e<17?"ցերեկվա":"երեկոյան"},dayOfMonthOrdinalParse:/\d{1,2}|\d{1,2}-(ին|րդ)/,ordinal:function(e,t){switch(t){case"DDD":case"w":case"W":case"DDDo":return 1===e?e+"-ին":e+"-րդ";default:return e}},week:{dow:1,doy:7}})}(n(1))},function(e,t,n){!function(e){"use strict";e.defineLocale("id",{months:"Januari_Februari_Maret_April_Mei_Juni_Juli_Agustus_September_Oktober_November_Desember".split("_"),monthsShort:"Jan_Feb_Mar_Apr_Mei_Jun_Jul_Agt_Sep_Okt_Nov_Des".split("_"),weekdays:"Minggu_Senin_Selasa_Rabu_Kamis_Jumat_Sabtu".split("_"),weekdaysShort:"Min_Sen_Sel_Rab_Kam_Jum_Sab".split("_"),weekdaysMin:"Mg_Sn_Sl_Rb_Km_Jm_Sb".split("_"),longDateFormat:{LT:"HH.mm",LTS:"HH.mm.ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY [pukul] HH.mm",LLLL:"dddd, D MMMM YYYY [pukul] HH.mm"},meridiemParse:/pagi|siang|sore|malam/,meridiemHour:function(e,t){return 12===e&&(e=0),"pagi"===t?e:"siang"===t?e>=11?e:e+12:"sore"===t||"malam"===t?e+12:void 0},meridiem:function(e,t,n){return e<11?"pagi":e<15?"siang":e<19?"sore":"malam"},calendar:{sameDay:"[Hari ini pukul] LT",nextDay:"[Besok pukul] LT",nextWeek:"dddd [pukul] LT",lastDay:"[Kemarin pukul] LT",lastWeek:"dddd [lalu pukul] LT",sameElse:"L"},relativeTime:{future:"dalam %s",past:"%s yang lalu",s:"beberapa detik",ss:"%d detik",m:"semenit",mm:"%d menit",h:"sejam",hh:"%d jam",d:"sehari",dd:"%d hari",M:"sebulan",MM:"%d bulan",y:"setahun",yy:"%d tahun"},week:{dow:1,doy:7}})}(n(1))},function(e,t,n){!function(e){"use strict";function t(e){return e%100==11||e%10!=1}function n(e,n,i,r){var o=e+" ";switch(i){case"s":return n||r?"nokkrar sekúndur":"nokkrum sekúndum";case"ss":return t(e)?o+(n||r?"sekúndur":"sekúndum"):o+"sekúnda";case"m":return n?"mínúta":"mínútu";case"mm":return t(e)?o+(n||r?"mínútur":"mínútum"):n?o+"mínúta":o+"mínútu";case"hh":return t(e)?o+(n||r?"klukkustundir":"klukkustundum"):o+"klukkustund";case"d":return n?"dagur":r?"dag":"degi";case"dd":return t(e)?n?o+"dagar":o+(r?"daga":"dögum"):n?o+"dagur":o+(r?"dag":"degi");case"M":return n?"mánuður":r?"mánuð":"mánuði";case"MM":return t(e)?n?o+"mánuðir":o+(r?"mánuði":"mánuðum"):n?o+"mánuður":o+(r?"mánuð":"mánuði");case"y":return n||r?"ár":"ári";case"yy":return t(e)?o+(n||r?"ár":"árum"):o+(n||r?"ár":"ári")}}e.defineLocale("is",{months:"janúar_febrúar_mars_apríl_maí_júní_júlí_ágúst_september_október_nóvember_desember".split("_"),monthsShort:"jan_feb_mar_apr_maí_jún_júl_ágú_sep_okt_nóv_des".split("_"),weekdays:"sunnudagur_mánudagur_þriðjudagur_miðvikudagur_fimmtudagur_föstudagur_laugardagur".split("_"),weekdaysShort:"sun_mán_þri_mið_fim_fös_lau".split("_"),weekdaysMin:"Su_Má_Þr_Mi_Fi_Fö_La".split("_"),longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY [kl.] H:mm",LLLL:"dddd, D. MMMM YYYY [kl.] H:mm"},calendar:{sameDay:"[í dag kl.] LT",nextDay:"[á morgun kl.] LT",nextWeek:"dddd [kl.] LT",lastDay:"[í gær kl.] LT",lastWeek:"[síðasta] dddd [kl.] LT",sameElse:"L"},relativeTime:{future:"eftir %s",past:"fyrir %s síðan",s:n,ss:n,m:n,mm:n,h:"klukkustund",hh:n,d:n,dd:n,M:n,MM:n,y:n,yy:n},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})}(n(1))},function(e,t,n){!function(e){"use strict";e.defineLocale("it",{months:"gennaio_febbraio_marzo_aprile_maggio_giugno_luglio_agosto_settembre_ottobre_novembre_dicembre".split("_"),monthsShort:"gen_feb_mar_apr_mag_giu_lug_ago_set_ott_nov_dic".split("_"),weekdays:"domenica_lunedì_martedì_mercoledì_giovedì_venerdì_sabato".split("_"),weekdaysShort:"dom_lun_mar_mer_gio_ven_sab".split("_"),weekdaysMin:"do_lu_ma_me_gi_ve_sa".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[Oggi alle] LT",nextDay:"[Domani alle] LT",nextWeek:"dddd [alle] LT",lastDay:"[Ieri alle] LT",lastWeek:function(){switch(this.day()){case 0:return"[la scorsa] dddd [alle] LT";default:return"[lo scorso] dddd [alle] LT"}},sameElse:"L"},relativeTime:{future:function(e){return(/^[0-9].+$/.test(e)?"tra":"in")+" "+e},past:"%s fa",s:"alcuni secondi",ss:"%d secondi",m:"un minuto",mm:"%d minuti",h:"un'ora",hh:"%d ore",d:"un giorno",dd:"%d giorni",M:"un mese",MM:"%d mesi",y:"un anno",yy:"%d anni"},dayOfMonthOrdinalParse:/\d{1,2}º/,ordinal:"%dº",week:{dow:1,doy:4}})}(n(1))},function(e,t,n){!function(e){"use strict";e.defineLocale("it-ch",{months:"gennaio_febbraio_marzo_aprile_maggio_giugno_luglio_agosto_settembre_ottobre_novembre_dicembre".split("_"),monthsShort:"gen_feb_mar_apr_mag_giu_lug_ago_set_ott_nov_dic".split("_"),weekdays:"domenica_lunedì_martedì_mercoledì_giovedì_venerdì_sabato".split("_"),weekdaysShort:"dom_lun_mar_mer_gio_ven_sab".split("_"),weekdaysMin:"do_lu_ma_me_gi_ve_sa".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[Oggi alle] LT",nextDay:"[Domani alle] LT",nextWeek:"dddd [alle] LT",lastDay:"[Ieri alle] LT",lastWeek:function(){switch(this.day()){case 0:return"[la scorsa] dddd [alle] LT";default:return"[lo scorso] dddd [alle] LT"}},sameElse:"L"},relativeTime:{future:function(e){return(/^[0-9].+$/.test(e)?"tra":"in")+" "+e},past:"%s fa",s:"alcuni secondi",ss:"%d secondi",m:"un minuto",mm:"%d minuti",h:"un'ora",hh:"%d ore",d:"un giorno",dd:"%d giorni",M:"un mese",MM:"%d mesi",y:"un anno",yy:"%d anni"},dayOfMonthOrdinalParse:/\d{1,2}º/,ordinal:"%dº",week:{dow:1,doy:4}})}(n(1))},function(e,t,n){!function(e){"use strict";e.defineLocale("ja",{months:"一月_二月_三月_四月_五月_六月_七月_八月_九月_十月_十一月_十二月".split("_"),monthsShort:"1月_2月_3月_4月_5月_6月_7月_8月_9月_10月_11月_12月".split("_"),weekdays:"日曜日_月曜日_火曜日_水曜日_木曜日_金曜日_土曜日".split("_"),weekdaysShort:"日_月_火_水_木_金_土".split("_"),weekdaysMin:"日_月_火_水_木_金_土".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"YYYY/MM/DD",LL:"YYYY年M月D日",LLL:"YYYY年M月D日 HH:mm",LLLL:"YYYY年M月D日 dddd HH:mm",l:"YYYY/MM/DD",ll:"YYYY年M月D日",lll:"YYYY年M月D日 HH:mm",llll:"YYYY年M月D日(ddd) HH:mm"},meridiemParse:/午前|午後/i,isPM:function(e){return"午後"===e},meridiem:function(e,t,n){return e<12?"午前":"午後"},calendar:{sameDay:"[今日] LT",nextDay:"[明日] LT",nextWeek:function(e){return e.week()<this.week()?"[来週]dddd LT":"dddd LT"},lastDay:"[昨日] LT",lastWeek:function(e){return this.week()<e.week()?"[先週]dddd LT":"dddd LT"},sameElse:"L"},dayOfMonthOrdinalParse:/\d{1,2}日/,ordinal:function(e,t){switch(t){case"d":case"D":case"DDD":return e+"日";default:return e}},relativeTime:{future:"%s後",past:"%s前",s:"数秒",ss:"%d秒",m:"1分",mm:"%d分",h:"1時間",hh:"%d時間",d:"1日",dd:"%d日",M:"1ヶ月",MM:"%dヶ月",y:"1年",yy:"%d年"}})}(n(1))},function(e,t,n){!function(e){"use strict";e.defineLocale("jv",{months:"Januari_Februari_Maret_April_Mei_Juni_Juli_Agustus_September_Oktober_Nopember_Desember".split("_"),monthsShort:"Jan_Feb_Mar_Apr_Mei_Jun_Jul_Ags_Sep_Okt_Nop_Des".split("_"),weekdays:"Minggu_Senen_Seloso_Rebu_Kemis_Jemuwah_Septu".split("_"),weekdaysShort:"Min_Sen_Sel_Reb_Kem_Jem_Sep".split("_"),weekdaysMin:"Mg_Sn_Sl_Rb_Km_Jm_Sp".split("_"),longDateFormat:{LT:"HH.mm",LTS:"HH.mm.ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY [pukul] HH.mm",LLLL:"dddd, D MMMM YYYY [pukul] HH.mm"},meridiemParse:/enjing|siyang|sonten|ndalu/,meridiemHour:function(e,t){return 12===e&&(e=0),"enjing"===t?e:"siyang"===t?e>=11?e:e+12:"sonten"===t||"ndalu"===t?e+12:void 0},meridiem:function(e,t,n){return e<11?"enjing":e<15?"siyang":e<19?"sonten":"ndalu"},calendar:{sameDay:"[Dinten puniko pukul] LT",nextDay:"[Mbenjang pukul] LT",nextWeek:"dddd [pukul] LT",lastDay:"[Kala wingi pukul] LT",lastWeek:"dddd [kepengker pukul] LT",sameElse:"L"},relativeTime:{future:"wonten ing %s",past:"%s ingkang kepengker",s:"sawetawis detik",ss:"%d detik",m:"setunggal menit",mm:"%d menit",h:"setunggal jam",hh:"%d jam",d:"sedinten",dd:"%d dinten",M:"sewulan",MM:"%d wulan",y:"setaun",yy:"%d taun"},week:{dow:1,doy:7}})}(n(1))},function(e,t,n){!function(e){"use strict";e.defineLocale("ka",{months:{standalone:"იანვარი_თებერვალი_მარტი_აპრილი_მაისი_ივნისი_ივლისი_აგვისტო_სექტემბერი_ოქტომბერი_ნოემბერი_დეკემბერი".split("_"),format:"იანვარს_თებერვალს_მარტს_აპრილის_მაისს_ივნისს_ივლისს_აგვისტს_სექტემბერს_ოქტომბერს_ნოემბერს_დეკემბერს".split("_")},monthsShort:"იან_თებ_მარ_აპრ_მაი_ივნ_ივლ_აგვ_სექ_ოქტ_ნოე_დეკ".split("_"),weekdays:{standalone:"კვირა_ორშაბათი_სამშაბათი_ოთხშაბათი_ხუთშაბათი_პარასკევი_შაბათი".split("_"),format:"კვირას_ორშაბათს_სამშაბათს_ოთხშაბათს_ხუთშაბათს_პარასკევს_შაბათს".split("_"),isFormat:/(წინა|შემდეგ)/},weekdaysShort:"კვი_ორშ_სამ_ოთხ_ხუთ_პარ_შაბ".split("_"),weekdaysMin:"კვ_ორ_სა_ოთ_ხუ_პა_შა".split("_"),longDateFormat:{LT:"h:mm A",LTS:"h:mm:ss A",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY h:mm A",LLLL:"dddd, D MMMM YYYY h:mm A"},calendar:{sameDay:"[დღეს] LT[-ზე]",nextDay:"[ხვალ] LT[-ზე]",lastDay:"[გუშინ] LT[-ზე]",nextWeek:"[შემდეგ] dddd LT[-ზე]",lastWeek:"[წინა] dddd LT-ზე",sameElse:"L"},relativeTime:{future:function(e){return/(წამი|წუთი|საათი|წელი)/.test(e)?e.replace(/ი$/,"ში"):e+"ში"},past:function(e){return/(წამი|წუთი|საათი|დღე|თვე)/.test(e)?e.replace(/(ი|ე)$/,"ის წინ"):/წელი/.test(e)?e.replace(/წელი$/,"წლის წინ"):void 0},s:"რამდენიმე წამი",ss:"%d წამი",m:"წუთი",mm:"%d წუთი",h:"საათი",hh:"%d საათი",d:"დღე",dd:"%d დღე",M:"თვე",MM:"%d თვე",y:"წელი",yy:"%d წელი"},dayOfMonthOrdinalParse:/0|1-ლი|მე-\d{1,2}|\d{1,2}-ე/,ordinal:function(e){return 0===e?e:1===e?e+"-ლი":e<20||e<=100&&e%20==0||e%100==0?"მე-"+e:e+"-ე"},week:{dow:1,doy:7}})}(n(1))},function(e,t,n){!function(e){"use strict";var t={0:"-ші",1:"-ші",2:"-ші",3:"-ші",4:"-ші",5:"-ші",6:"-шы",7:"-ші",8:"-ші",9:"-шы",10:"-шы",20:"-шы",30:"-шы",40:"-шы",50:"-ші",60:"-шы",70:"-ші",80:"-ші",90:"-шы",100:"-ші"};e.defineLocale("kk",{months:"қаңтар_ақпан_наурыз_сәуір_мамыр_маусым_шілде_тамыз_қыркүйек_қазан_қараша_желтоқсан".split("_"),monthsShort:"қаң_ақп_нау_сәу_мам_мау_шіл_там_қыр_қаз_қар_жел".split("_"),weekdays:"жексенбі_дүйсенбі_сейсенбі_сәрсенбі_бейсенбі_жұма_сенбі".split("_"),weekdaysShort:"жек_дүй_сей_сәр_бей_жұм_сен".split("_"),weekdaysMin:"жк_дй_сй_ср_бй_жм_сн".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[Бүгін сағат] LT",nextDay:"[Ертең сағат] LT",nextWeek:"dddd [сағат] LT",lastDay:"[Кеше сағат] LT",lastWeek:"[Өткен аптаның] dddd [сағат] LT",sameElse:"L"},relativeTime:{future:"%s ішінде",past:"%s бұрын",s:"бірнеше секунд",ss:"%d секунд",m:"бір минут",mm:"%d минут",h:"бір сағат",hh:"%d сағат",d:"бір күн",dd:"%d күн",M:"бір ай",MM:"%d ай",y:"бір жыл",yy:"%d жыл"},dayOfMonthOrdinalParse:/\d{1,2}-(ші|шы)/,ordinal:function(e){return e+(t[e]||t[e%10]||t[e>=100?100:null])},week:{dow:1,doy:7}})}(n(1))},function(e,t,n){!function(e){"use strict";var t={1:"១",2:"២",3:"៣",4:"៤",5:"៥",6:"៦",7:"៧",8:"៨",9:"៩",0:"០"},n={"១":"1","២":"2","៣":"3","៤":"4","៥":"5","៦":"6","៧":"7","៨":"8","៩":"9","០":"0"};e.defineLocale("km",{months:"មករា_កុម្ភៈ_មីនា_មេសា_ឧសភា_មិថុនា_កក្កដា_សីហា_កញ្ញា_តុលា_វិច្ឆិកា_ធ្នូ".split("_"),monthsShort:"មករា_កុម្ភៈ_មីនា_មេសា_ឧសភា_មិថុនា_កក្កដា_សីហា_កញ្ញា_តុលា_វិច្ឆិកា_ធ្នូ".split("_"),weekdays:"អាទិត្យ_ច័ន្ទ_អង្គារ_ពុធ_ព្រហស្បតិ៍_សុក្រ_សៅរ៍".split("_"),weekdaysShort:"អា_ច_អ_ព_ព្រ_សុ_ស".split("_"),weekdaysMin:"អា_ច_អ_ព_ព្រ_សុ_ស".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},meridiemParse:/ព្រឹក|ល្ងាច/,isPM:function(e){return"ល្ងាច"===e},meridiem:function(e,t,n){return e<12?"ព្រឹក":"ល្ងាច"},calendar:{sameDay:"[ថ្ងៃនេះ ម៉ោង] LT",nextDay:"[ស្អែក ម៉ោង] LT",nextWeek:"dddd [ម៉ោង] LT",lastDay:"[ម្សិលមិញ ម៉ោង] LT",lastWeek:"dddd [សប្តាហ៍មុន] [ម៉ោង] LT",sameElse:"L"},relativeTime:{future:"%sទៀត",past:"%sមុន",s:"ប៉ុន្មានវិនាទី",ss:"%d វិនាទី",m:"មួយនាទី",mm:"%d នាទី",h:"មួយម៉ោង",hh:"%d ម៉ោង",d:"មួយថ្ងៃ",dd:"%d ថ្ងៃ",M:"មួយខែ",MM:"%d ខែ",y:"មួយឆ្នាំ",yy:"%d ឆ្នាំ"},dayOfMonthOrdinalParse:/ទី\d{1,2}/,ordinal:"ទី%d",preparse:function(e){return e.replace(/[១២៣៤៥៦៧៨៩០]/g,(function(e){return n[e]}))},postformat:function(e){return e.replace(/\d/g,(function(e){return t[e]}))},week:{dow:1,doy:4}})}(n(1))},function(e,t,n){!function(e){"use strict";var t={1:"೧",2:"೨",3:"೩",4:"೪",5:"೫",6:"೬",7:"೭",8:"೮",9:"೯",0:"೦"},n={"೧":"1","೨":"2","೩":"3","೪":"4","೫":"5","೬":"6","೭":"7","೮":"8","೯":"9","೦":"0"};e.defineLocale("kn",{months:"ಜನವರಿ_ಫೆಬ್ರವರಿ_ಮಾರ್ಚ್_ಏಪ್ರಿಲ್_ಮೇ_ಜೂನ್_ಜುಲೈ_ಆಗಸ್ಟ್_ಸೆಪ್ಟೆಂಬರ್_ಅಕ್ಟೋಬರ್_ನವೆಂಬರ್_ಡಿಸೆಂಬರ್".split("_"),monthsShort:"ಜನ_ಫೆಬ್ರ_ಮಾರ್ಚ್_ಏಪ್ರಿಲ್_ಮೇ_ಜೂನ್_ಜುಲೈ_ಆಗಸ್ಟ್_ಸೆಪ್ಟೆಂ_ಅಕ್ಟೋ_ನವೆಂ_ಡಿಸೆಂ".split("_"),monthsParseExact:!0,weekdays:"ಭಾನುವಾರ_ಸೋಮವಾರ_ಮಂಗಳವಾರ_ಬುಧವಾರ_ಗುರುವಾರ_ಶುಕ್ರವಾರ_ಶನಿವಾರ".split("_"),weekdaysShort:"ಭಾನು_ಸೋಮ_ಮಂಗಳ_ಬುಧ_ಗುರು_ಶುಕ್ರ_ಶನಿ".split("_"),weekdaysMin:"ಭಾ_ಸೋ_ಮಂ_ಬು_ಗು_ಶು_ಶ".split("_"),longDateFormat:{LT:"A h:mm",LTS:"A h:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY, A h:mm",LLLL:"dddd, D MMMM YYYY, A h:mm"},calendar:{sameDay:"[ಇಂದು] LT",nextDay:"[ನಾಳೆ] LT",nextWeek:"dddd, LT",lastDay:"[ನಿನ್ನೆ] LT",lastWeek:"[ಕೊನೆಯ] dddd, LT",sameElse:"L"},relativeTime:{future:"%s ನಂತರ",past:"%s ಹಿಂದೆ",s:"ಕೆಲವು ಕ್ಷಣಗಳು",ss:"%d ಸೆಕೆಂಡುಗಳು",m:"ಒಂದು ನಿಮಿಷ",mm:"%d ನಿಮಿಷ",h:"ಒಂದು ಗಂಟೆ",hh:"%d ಗಂಟೆ",d:"ಒಂದು ದಿನ",dd:"%d ದಿನ",M:"ಒಂದು ತಿಂಗಳು",MM:"%d ತಿಂಗಳು",y:"ಒಂದು ವರ್ಷ",yy:"%d ವರ್ಷ"},preparse:function(e){return e.replace(/[೧೨೩೪೫೬೭೮೯೦]/g,(function(e){return n[e]}))},postformat:function(e){return e.replace(/\d/g,(function(e){return t[e]}))},meridiemParse:/ರಾತ್ರಿ|ಬೆಳಿಗ್ಗೆ|ಮಧ್ಯಾಹ್ನ|ಸಂಜೆ/,meridiemHour:function(e,t){return 12===e&&(e=0),"ರಾತ್ರಿ"===t?e<4?e:e+12:"ಬೆಳಿಗ್ಗೆ"===t?e:"ಮಧ್ಯಾಹ್ನ"===t?e>=10?e:e+12:"ಸಂಜೆ"===t?e+12:void 0},meridiem:function(e,t,n){return e<4?"ರಾತ್ರಿ":e<10?"ಬೆಳಿಗ್ಗೆ":e<17?"ಮಧ್ಯಾಹ್ನ":e<20?"ಸಂಜೆ":"ರಾತ್ರಿ"},dayOfMonthOrdinalParse:/\d{1,2}(ನೇ)/,ordinal:function(e){return e+"ನೇ"},week:{dow:0,doy:6}})}(n(1))},function(e,t,n){!function(e){"use strict";e.defineLocale("ko",{months:"1월_2월_3월_4월_5월_6월_7월_8월_9월_10월_11월_12월".split("_"),monthsShort:"1월_2월_3월_4월_5월_6월_7월_8월_9월_10월_11월_12월".split("_"),weekdays:"일요일_월요일_화요일_수요일_목요일_금요일_토요일".split("_"),weekdaysShort:"일_월_화_수_목_금_토".split("_"),weekdaysMin:"일_월_화_수_목_금_토".split("_"),longDateFormat:{LT:"A h:mm",LTS:"A h:mm:ss",L:"YYYY.MM.DD.",LL:"YYYY년 MMMM D일",LLL:"YYYY년 MMMM D일 A h:mm",LLLL:"YYYY년 MMMM D일 dddd A h:mm",l:"YYYY.MM.DD.",ll:"YYYY년 MMMM D일",lll:"YYYY년 MMMM D일 A h:mm",llll:"YYYY년 MMMM D일 dddd A h:mm"},calendar:{sameDay:"오늘 LT",nextDay:"내일 LT",nextWeek:"dddd LT",lastDay:"어제 LT",lastWeek:"지난주 dddd LT",sameElse:"L"},relativeTime:{future:"%s 후",past:"%s 전",s:"몇 초",ss:"%d초",m:"1분",mm:"%d분",h:"한 시간",hh:"%d시간",d:"하루",dd:"%d일",M:"한 달",MM:"%d달",y:"일 년",yy:"%d년"},dayOfMonthOrdinalParse:/\d{1,2}(일|월|주)/,ordinal:function(e,t){switch(t){case"d":case"D":case"DDD":return e+"일";case"M":return e+"월";case"w":case"W":return e+"주";default:return e}},meridiemParse:/오전|오후/,isPM:function(e){return"오후"===e},meridiem:function(e,t,n){return e<12?"오전":"오후"}})}(n(1))},function(e,t,n){!function(e){"use strict";var t={1:"١",2:"٢",3:"٣",4:"٤",5:"٥",6:"٦",7:"٧",8:"٨",9:"٩",0:"٠"},n={"١":"1","٢":"2","٣":"3","٤":"4","٥":"5","٦":"6","٧":"7","٨":"8","٩":"9","٠":"0"},i=["کانونی دووەم","شوبات","ئازار","نیسان","ئایار","حوزەیران","تەمموز","ئاب","ئەیلوول","تشرینی یەكەم","تشرینی دووەم","كانونی یەکەم"];e.defineLocale("ku",{months:i,monthsShort:i,weekdays:"یه‌كشه‌ممه‌_دووشه‌ممه‌_سێشه‌ممه‌_چوارشه‌ممه‌_پێنجشه‌ممه‌_هه‌ینی_شه‌ممه‌".split("_"),weekdaysShort:"یه‌كشه‌م_دووشه‌م_سێشه‌م_چوارشه‌م_پێنجشه‌م_هه‌ینی_شه‌ممه‌".split("_"),weekdaysMin:"ی_د_س_چ_پ_ه_ش".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},meridiemParse:/ئێواره‌|به‌یانی/,isPM:function(e){return/ئێواره‌/.test(e)},meridiem:function(e,t,n){return e<12?"به‌یانی":"ئێواره‌"},calendar:{sameDay:"[ئه‌مرۆ كاتژمێر] LT",nextDay:"[به‌یانی كاتژمێر] LT",nextWeek:"dddd [كاتژمێر] LT",lastDay:"[دوێنێ كاتژمێر] LT",lastWeek:"dddd [كاتژمێر] LT",sameElse:"L"},relativeTime:{future:"له‌ %s",past:"%s",s:"چه‌ند چركه‌یه‌ك",ss:"چركه‌ %d",m:"یه‌ك خوله‌ك",mm:"%d خوله‌ك",h:"یه‌ك كاتژمێر",hh:"%d كاتژمێر",d:"یه‌ك ڕۆژ",dd:"%d ڕۆژ",M:"یه‌ك مانگ",MM:"%d مانگ",y:"یه‌ك ساڵ",yy:"%d ساڵ"},preparse:function(e){return e.replace(/[١٢٣٤٥٦٧٨٩٠]/g,(function(e){return n[e]})).replace(/،/g,",")},postformat:function(e){return e.replace(/\d/g,(function(e){return t[e]})).replace(/,/g,"،")},week:{dow:6,doy:12}})}(n(1))},function(e,t,n){!function(e){"use strict";var t={0:"-чү",1:"-чи",2:"-чи",3:"-чү",4:"-чү",5:"-чи",6:"-чы",7:"-чи",8:"-чи",9:"-чу",10:"-чу",20:"-чы",30:"-чу",40:"-чы",50:"-чү",60:"-чы",70:"-чи",80:"-чи",90:"-чу",100:"-чү"};e.defineLocale("ky",{months:"январь_февраль_март_апрель_май_июнь_июль_август_сентябрь_октябрь_ноябрь_декабрь".split("_"),monthsShort:"янв_фев_март_апр_май_июнь_июль_авг_сен_окт_ноя_дек".split("_"),weekdays:"Жекшемби_Дүйшөмбү_Шейшемби_Шаршемби_Бейшемби_Жума_Ишемби".split("_"),weekdaysShort:"Жек_Дүй_Шей_Шар_Бей_Жум_Ише".split("_"),weekdaysMin:"Жк_Дй_Шй_Шр_Бй_Жм_Иш".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[Бүгүн саат] LT",nextDay:"[Эртең саат] LT",nextWeek:"dddd [саат] LT",lastDay:"[Кечээ саат] LT",lastWeek:"[Өткөн аптанын] dddd [күнү] [саат] LT",sameElse:"L"},relativeTime:{future:"%s ичинде",past:"%s мурун",s:"бирнече секунд",ss:"%d секунд",m:"бир мүнөт",mm:"%d мүнөт",h:"бир саат",hh:"%d саат",d:"бир күн",dd:"%d күн",M:"бир ай",MM:"%d ай",y:"бир жыл",yy:"%d жыл"},dayOfMonthOrdinalParse:/\d{1,2}-(чи|чы|чү|чу)/,ordinal:function(e){return e+(t[e]||t[e%10]||t[e>=100?100:null])},week:{dow:1,doy:7}})}(n(1))},function(e,t,n){!function(e){"use strict";function t(e,t,n,i){var r={m:["eng Minutt","enger Minutt"],h:["eng Stonn","enger Stonn"],d:["een Dag","engem Dag"],M:["ee Mount","engem Mount"],y:["ee Joer","engem Joer"]};return t?r[n][0]:r[n][1]}function n(e){if(e=parseInt(e,10),isNaN(e))return!1;if(e<0)return!0;if(e<10)return 4<=e&&e<=7;if(e<100){var t=e%10;return n(0===t?e/10:t)}if(e<1e4){for(;e>=10;)e/=10;return n(e)}return n(e/=1e3)}e.defineLocale("lb",{months:"Januar_Februar_Mäerz_Abrëll_Mee_Juni_Juli_August_September_Oktober_November_Dezember".split("_"),monthsShort:"Jan._Febr._Mrz._Abr._Mee_Jun._Jul._Aug._Sept._Okt._Nov._Dez.".split("_"),monthsParseExact:!0,weekdays:"Sonndeg_Méindeg_Dënschdeg_Mëttwoch_Donneschdeg_Freideg_Samschdeg".split("_"),weekdaysShort:"So._Mé._Dë._Më._Do._Fr._Sa.".split("_"),weekdaysMin:"So_Mé_Dë_Më_Do_Fr_Sa".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"H:mm [Auer]",LTS:"H:mm:ss [Auer]",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY H:mm [Auer]",LLLL:"dddd, D. MMMM YYYY H:mm [Auer]"},calendar:{sameDay:"[Haut um] LT",sameElse:"L",nextDay:"[Muer um] LT",nextWeek:"dddd [um] LT",lastDay:"[Gëschter um] LT",lastWeek:function(){switch(this.day()){case 2:case 4:return"[Leschten] dddd [um] LT";default:return"[Leschte] dddd [um] LT"}}},relativeTime:{future:function(e){return n(e.substr(0,e.indexOf(" ")))?"a "+e:"an "+e},past:function(e){return n(e.substr(0,e.indexOf(" ")))?"viru "+e:"virun "+e},s:"e puer Sekonnen",ss:"%d Sekonnen",m:t,mm:"%d Minutten",h:t,hh:"%d Stonnen",d:t,dd:"%d Deeg",M:t,MM:"%d Méint",y:t,yy:"%d Joer"},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})}(n(1))},function(e,t,n){!function(e){"use strict";e.defineLocale("lo",{months:"ມັງກອນ_ກຸມພາ_ມີນາ_ເມສາ_ພຶດສະພາ_ມິຖຸນາ_ກໍລະກົດ_ສິງຫາ_ກັນຍາ_ຕຸລາ_ພະຈິກ_ທັນວາ".split("_"),monthsShort:"ມັງກອນ_ກຸມພາ_ມີນາ_ເມສາ_ພຶດສະພາ_ມິຖຸນາ_ກໍລະກົດ_ສິງຫາ_ກັນຍາ_ຕຸລາ_ພະຈິກ_ທັນວາ".split("_"),weekdays:"ອາທິດ_ຈັນ_ອັງຄານ_ພຸດ_ພະຫັດ_ສຸກ_ເສົາ".split("_"),weekdaysShort:"ທິດ_ຈັນ_ອັງຄານ_ພຸດ_ພະຫັດ_ສຸກ_ເສົາ".split("_"),weekdaysMin:"ທ_ຈ_ອຄ_ພ_ພຫ_ສກ_ສ".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"ວັນdddd D MMMM YYYY HH:mm"},meridiemParse:/ຕອນເຊົ້າ|ຕອນແລງ/,isPM:function(e){return"ຕອນແລງ"===e},meridiem:function(e,t,n){return e<12?"ຕອນເຊົ້າ":"ຕອນແລງ"},calendar:{sameDay:"[ມື້ນີ້ເວລາ] LT",nextDay:"[ມື້ອື່ນເວລາ] LT",nextWeek:"[ວັນ]dddd[ໜ້າເວລາ] LT",lastDay:"[ມື້ວານນີ້ເວລາ] LT",lastWeek:"[ວັນ]dddd[ແລ້ວນີ້ເວລາ] LT",sameElse:"L"},relativeTime:{future:"ອີກ %s",past:"%sຜ່ານມາ",s:"ບໍ່ເທົ່າໃດວິນາທີ",ss:"%d ວິນາທີ",m:"1 ນາທີ",mm:"%d ນາທີ",h:"1 ຊົ່ວໂມງ",hh:"%d ຊົ່ວໂມງ",d:"1 ມື້",dd:"%d ມື້",M:"1 ເດືອນ",MM:"%d ເດືອນ",y:"1 ປີ",yy:"%d ປີ"},dayOfMonthOrdinalParse:/(ທີ່)\d{1,2}/,ordinal:function(e){return"ທີ່"+e}})}(n(1))},function(e,t,n){!function(e){"use strict";var t={ss:"sekundė_sekundžių_sekundes",m:"minutė_minutės_minutę",mm:"minutės_minučių_minutes",h:"valanda_valandos_valandą",hh:"valandos_valandų_valandas",d:"diena_dienos_dieną",dd:"dienos_dienų_dienas",M:"mėnuo_mėnesio_mėnesį",MM:"mėnesiai_mėnesių_mėnesius",y:"metai_metų_metus",yy:"metai_metų_metus"};function n(e,t,n,i){return t?r(n)[0]:i?r(n)[1]:r(n)[2]}function i(e){return e%10==0||e>10&&e<20}function r(e){return t[e].split("_")}function o(e,t,o,s){var a=e+" ";return 1===e?a+n(0,t,o[0],s):t?a+(i(e)?r(o)[1]:r(o)[0]):s?a+r(o)[1]:a+(i(e)?r(o)[1]:r(o)[2])}e.defineLocale("lt",{months:{format:"sausio_vasario_kovo_balandžio_gegužės_birželio_liepos_rugpjūčio_rugsėjo_spalio_lapkričio_gruodžio".split("_"),standalone:"sausis_vasaris_kovas_balandis_gegužė_birželis_liepa_rugpjūtis_rugsėjis_spalis_lapkritis_gruodis".split("_"),isFormat:/D[oD]?(\[[^\[\]]*\]|\s)+MMMM?|MMMM?(\[[^\[\]]*\]|\s)+D[oD]?/},monthsShort:"sau_vas_kov_bal_geg_bir_lie_rgp_rgs_spa_lap_grd".split("_"),weekdays:{format:"sekmadienį_pirmadienį_antradienį_trečiadienį_ketvirtadienį_penktadienį_šeštadienį".split("_"),standalone:"sekmadienis_pirmadienis_antradienis_trečiadienis_ketvirtadienis_penktadienis_šeštadienis".split("_"),isFormat:/dddd HH:mm/},weekdaysShort:"Sek_Pir_Ant_Tre_Ket_Pen_Šeš".split("_"),weekdaysMin:"S_P_A_T_K_Pn_Š".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"YYYY-MM-DD",LL:"YYYY [m.] MMMM D [d.]",LLL:"YYYY [m.] MMMM D [d.], HH:mm [val.]",LLLL:"YYYY [m.] MMMM D [d.], dddd, HH:mm [val.]",l:"YYYY-MM-DD",ll:"YYYY [m.] MMMM D [d.]",lll:"YYYY [m.] MMMM D [d.], HH:mm [val.]",llll:"YYYY [m.] MMMM D [d.], ddd, HH:mm [val.]"},calendar:{sameDay:"[Šiandien] LT",nextDay:"[Rytoj] LT",nextWeek:"dddd LT",lastDay:"[Vakar] LT",lastWeek:"[Praėjusį] dddd LT",sameElse:"L"},relativeTime:{future:"po %s",past:"prieš %s",s:function(e,t,n,i){return t?"kelios sekundės":i?"kelių sekundžių":"kelias sekundes"},ss:o,m:n,mm:o,h:n,hh:o,d:n,dd:o,M:n,MM:o,y:n,yy:o},dayOfMonthOrdinalParse:/\d{1,2}-oji/,ordinal:function(e){return e+"-oji"},week:{dow:1,doy:4}})}(n(1))},function(e,t,n){!function(e){"use strict";var t={ss:"sekundes_sekundēm_sekunde_sekundes".split("_"),m:"minūtes_minūtēm_minūte_minūtes".split("_"),mm:"minūtes_minūtēm_minūte_minūtes".split("_"),h:"stundas_stundām_stunda_stundas".split("_"),hh:"stundas_stundām_stunda_stundas".split("_"),d:"dienas_dienām_diena_dienas".split("_"),dd:"dienas_dienām_diena_dienas".split("_"),M:"mēneša_mēnešiem_mēnesis_mēneši".split("_"),MM:"mēneša_mēnešiem_mēnesis_mēneši".split("_"),y:"gada_gadiem_gads_gadi".split("_"),yy:"gada_gadiem_gads_gadi".split("_")};function n(e,t,n){return n?t%10==1&&t%100!=11?e[2]:e[3]:t%10==1&&t%100!=11?e[0]:e[1]}function i(e,i,r){return e+" "+n(t[r],e,i)}function r(e,i,r){return n(t[r],e,i)}e.defineLocale("lv",{months:"janvāris_februāris_marts_aprīlis_maijs_jūnijs_jūlijs_augusts_septembris_oktobris_novembris_decembris".split("_"),monthsShort:"jan_feb_mar_apr_mai_jūn_jūl_aug_sep_okt_nov_dec".split("_"),weekdays:"svētdiena_pirmdiena_otrdiena_trešdiena_ceturtdiena_piektdiena_sestdiena".split("_"),weekdaysShort:"Sv_P_O_T_C_Pk_S".split("_"),weekdaysMin:"Sv_P_O_T_C_Pk_S".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY.",LL:"YYYY. [gada] D. MMMM",LLL:"YYYY. [gada] D. MMMM, HH:mm",LLLL:"YYYY. [gada] D. MMMM, dddd, HH:mm"},calendar:{sameDay:"[Šodien pulksten] LT",nextDay:"[Rīt pulksten] LT",nextWeek:"dddd [pulksten] LT",lastDay:"[Vakar pulksten] LT",lastWeek:"[Pagājušā] dddd [pulksten] LT",sameElse:"L"},relativeTime:{future:"pēc %s",past:"pirms %s",s:function(e,t){return t?"dažas sekundes":"dažām sekundēm"},ss:i,m:r,mm:i,h:r,hh:i,d:r,dd:i,M:r,MM:i,y:r,yy:i},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})}(n(1))},function(e,t,n){!function(e){"use strict";var t={words:{ss:["sekund","sekunda","sekundi"],m:["jedan minut","jednog minuta"],mm:["minut","minuta","minuta"],h:["jedan sat","jednog sata"],hh:["sat","sata","sati"],dd:["dan","dana","dana"],MM:["mjesec","mjeseca","mjeseci"],yy:["godina","godine","godina"]},correctGrammaticalCase:function(e,t){return 1===e?t[0]:e>=2&&e<=4?t[1]:t[2]},translate:function(e,n,i){var r=t.words[i];return 1===i.length?n?r[0]:r[1]:e+" "+t.correctGrammaticalCase(e,r)}};e.defineLocale("me",{months:"januar_februar_mart_april_maj_jun_jul_avgust_septembar_oktobar_novembar_decembar".split("_"),monthsShort:"jan._feb._mar._apr._maj_jun_jul_avg._sep._okt._nov._dec.".split("_"),monthsParseExact:!0,weekdays:"nedjelja_ponedjeljak_utorak_srijeda_četvrtak_petak_subota".split("_"),weekdaysShort:"ned._pon._uto._sri._čet._pet._sub.".split("_"),weekdaysMin:"ne_po_ut_sr_če_pe_su".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY H:mm",LLLL:"dddd, D. MMMM YYYY H:mm"},calendar:{sameDay:"[danas u] LT",nextDay:"[sjutra u] LT",nextWeek:function(){switch(this.day()){case 0:return"[u] [nedjelju] [u] LT";case 3:return"[u] [srijedu] [u] LT";case 6:return"[u] [subotu] [u] LT";case 1:case 2:case 4:case 5:return"[u] dddd [u] LT"}},lastDay:"[juče u] LT",lastWeek:function(){return["[prošle] [nedjelje] [u] LT","[prošlog] [ponedjeljka] [u] LT","[prošlog] [utorka] [u] LT","[prošle] [srijede] [u] LT","[prošlog] [četvrtka] [u] LT","[prošlog] [petka] [u] LT","[prošle] [subote] [u] LT"][this.day()]},sameElse:"L"},relativeTime:{future:"za %s",past:"prije %s",s:"nekoliko sekundi",ss:t.translate,m:t.translate,mm:t.translate,h:t.translate,hh:t.translate,d:"dan",dd:t.translate,M:"mjesec",MM:t.translate,y:"godinu",yy:t.translate},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:7}})}(n(1))},function(e,t,n){!function(e){"use strict";e.defineLocale("mi",{months:"Kohi-tāte_Hui-tanguru_Poutū-te-rangi_Paenga-whāwhā_Haratua_Pipiri_Hōngoingoi_Here-turi-kōkā_Mahuru_Whiringa-ā-nuku_Whiringa-ā-rangi_Hakihea".split("_"),monthsShort:"Kohi_Hui_Pou_Pae_Hara_Pipi_Hōngoi_Here_Mahu_Whi-nu_Whi-ra_Haki".split("_"),monthsRegex:/(?:['a-z\u0101\u014D\u016B]+\-?){1,3}/i,monthsStrictRegex:/(?:['a-z\u0101\u014D\u016B]+\-?){1,3}/i,monthsShortRegex:/(?:['a-z\u0101\u014D\u016B]+\-?){1,3}/i,monthsShortStrictRegex:/(?:['a-z\u0101\u014D\u016B]+\-?){1,2}/i,weekdays:"Rātapu_Mane_Tūrei_Wenerei_Tāite_Paraire_Hātarei".split("_"),weekdaysShort:"Ta_Ma_Tū_We_Tāi_Pa_Hā".split("_"),weekdaysMin:"Ta_Ma_Tū_We_Tāi_Pa_Hā".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY [i] HH:mm",LLLL:"dddd, D MMMM YYYY [i] HH:mm"},calendar:{sameDay:"[i teie mahana, i] LT",nextDay:"[apopo i] LT",nextWeek:"dddd [i] LT",lastDay:"[inanahi i] LT",lastWeek:"dddd [whakamutunga i] LT",sameElse:"L"},relativeTime:{future:"i roto i %s",past:"%s i mua",s:"te hēkona ruarua",ss:"%d hēkona",m:"he meneti",mm:"%d meneti",h:"te haora",hh:"%d haora",d:"he ra",dd:"%d ra",M:"he marama",MM:"%d marama",y:"he tau",yy:"%d tau"},dayOfMonthOrdinalParse:/\d{1,2}º/,ordinal:"%dº",week:{dow:1,doy:4}})}(n(1))},function(e,t,n){!function(e){"use strict";e.defineLocale("mk",{months:"јануари_февруари_март_април_мај_јуни_јули_август_септември_октомври_ноември_декември".split("_"),monthsShort:"јан_фев_мар_апр_мај_јун_јул_авг_сеп_окт_ное_дек".split("_"),weekdays:"недела_понеделник_вторник_среда_четврток_петок_сабота".split("_"),weekdaysShort:"нед_пон_вто_сре_чет_пет_саб".split("_"),weekdaysMin:"нe_пo_вт_ср_че_пе_сa".split("_"),longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"D.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY H:mm",LLLL:"dddd, D MMMM YYYY H:mm"},calendar:{sameDay:"[Денес во] LT",nextDay:"[Утре во] LT",nextWeek:"[Во] dddd [во] LT",lastDay:"[Вчера во] LT",lastWeek:function(){switch(this.day()){case 0:case 3:case 6:return"[Изминатата] dddd [во] LT";case 1:case 2:case 4:case 5:return"[Изминатиот] dddd [во] LT"}},sameElse:"L"},relativeTime:{future:"после %s",past:"пред %s",s:"неколку секунди",ss:"%d секунди",m:"минута",mm:"%d минути",h:"час",hh:"%d часа",d:"ден",dd:"%d дена",M:"месец",MM:"%d месеци",y:"година",yy:"%d години"},dayOfMonthOrdinalParse:/\d{1,2}-(ев|ен|ти|ви|ри|ми)/,ordinal:function(e){var t=e%10,n=e%100;return 0===e?e+"-ев":0===n?e+"-ен":n>10&&n<20?e+"-ти":1===t?e+"-ви":2===t?e+"-ри":7===t||8===t?e+"-ми":e+"-ти"},week:{dow:1,doy:7}})}(n(1))},function(e,t,n){!function(e){"use strict";e.defineLocale("ml",{months:"ജനുവരി_ഫെബ്രുവരി_മാർച്ച്_ഏപ്രിൽ_മേയ്_ജൂൺ_ജൂലൈ_ഓഗസ്റ്റ്_സെപ്റ്റംബർ_ഒക്ടോബർ_നവംബർ_ഡിസംബർ".split("_"),monthsShort:"ജനു._ഫെബ്രു._മാർ._ഏപ്രി._മേയ്_ജൂൺ_ജൂലൈ._ഓഗ._സെപ്റ്റ._ഒക്ടോ._നവം._ഡിസം.".split("_"),monthsParseExact:!0,weekdays:"ഞായറാഴ്ച_തിങ്കളാഴ്ച_ചൊവ്വാഴ്ച_ബുധനാഴ്ച_വ്യാഴാഴ്ച_വെള്ളിയാഴ്ച_ശനിയാഴ്ച".split("_"),weekdaysShort:"ഞായർ_തിങ്കൾ_ചൊവ്വ_ബുധൻ_വ്യാഴം_വെള്ളി_ശനി".split("_"),weekdaysMin:"ഞാ_തി_ചൊ_ബു_വ്യാ_വെ_ശ".split("_"),longDateFormat:{LT:"A h:mm -നു",LTS:"A h:mm:ss -നു",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY, A h:mm -നു",LLLL:"dddd, D MMMM YYYY, A h:mm -നു"},calendar:{sameDay:"[ഇന്ന്] LT",nextDay:"[നാളെ] LT",nextWeek:"dddd, LT",lastDay:"[ഇന്നലെ] LT",lastWeek:"[കഴിഞ്ഞ] dddd, LT",sameElse:"L"},relativeTime:{future:"%s കഴിഞ്ഞ്",past:"%s മുൻപ്",s:"അൽപ നിമിഷങ്ങൾ",ss:"%d സെക്കൻഡ്",m:"ഒരു മിനിറ്റ്",mm:"%d മിനിറ്റ്",h:"ഒരു മണിക്കൂർ",hh:"%d മണിക്കൂർ",d:"ഒരു ദിവസം",dd:"%d ദിവസം",M:"ഒരു മാസം",MM:"%d മാസം",y:"ഒരു വർഷം",yy:"%d വർഷം"},meridiemParse:/രാത്രി|രാവിലെ|ഉച്ച കഴിഞ്ഞ്|വൈകുന്നേരം|രാത്രി/i,meridiemHour:function(e,t){return 12===e&&(e=0),"രാത്രി"===t&&e>=4||"ഉച്ച കഴിഞ്ഞ്"===t||"വൈകുന്നേരം"===t?e+12:e},meridiem:function(e,t,n){return e<4?"രാത്രി":e<12?"രാവിലെ":e<17?"ഉച്ച കഴിഞ്ഞ്":e<20?"വൈകുന്നേരം":"രാത്രി"}})}(n(1))},function(e,t,n){!function(e){"use strict";function t(e,t,n,i){switch(n){case"s":return t?"хэдхэн секунд":"хэдхэн секундын";case"ss":return e+(t?" секунд":" секундын");case"m":case"mm":return e+(t?" минут":" минутын");case"h":case"hh":return e+(t?" цаг":" цагийн");case"d":case"dd":return e+(t?" өдөр":" өдрийн");case"M":case"MM":return e+(t?" сар":" сарын");case"y":case"yy":return e+(t?" жил":" жилийн");default:return e}}e.defineLocale("mn",{months:"Нэгдүгээр сар_Хоёрдугаар сар_Гуравдугаар сар_Дөрөвдүгээр сар_Тавдугаар сар_Зургадугаар сар_Долдугаар сар_Наймдугаар сар_Есдүгээр сар_Аравдугаар сар_Арван нэгдүгээр сар_Арван хоёрдугаар сар".split("_"),monthsShort:"1 сар_2 сар_3 сар_4 сар_5 сар_6 сар_7 сар_8 сар_9 сар_10 сар_11 сар_12 сар".split("_"),monthsParseExact:!0,weekdays:"Ням_Даваа_Мягмар_Лхагва_Пүрэв_Баасан_Бямба".split("_"),weekdaysShort:"Ням_Дав_Мяг_Лха_Пүр_Баа_Бям".split("_"),weekdaysMin:"Ня_Да_Мя_Лх_Пү_Ба_Бя".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"YYYY-MM-DD",LL:"YYYY оны MMMMын D",LLL:"YYYY оны MMMMын D HH:mm",LLLL:"dddd, YYYY оны MMMMын D HH:mm"},meridiemParse:/ҮӨ|ҮХ/i,isPM:function(e){return"ҮХ"===e},meridiem:function(e,t,n){return e<12?"ҮӨ":"ҮХ"},calendar:{sameDay:"[Өнөөдөр] LT",nextDay:"[Маргааш] LT",nextWeek:"[Ирэх] dddd LT",lastDay:"[Өчигдөр] LT",lastWeek:"[Өнгөрсөн] dddd LT",sameElse:"L"},relativeTime:{future:"%s дараа",past:"%s өмнө",s:t,ss:t,m:t,mm:t,h:t,hh:t,d:t,dd:t,M:t,MM:t,y:t,yy:t},dayOfMonthOrdinalParse:/\d{1,2} өдөр/,ordinal:function(e,t){switch(t){case"d":case"D":case"DDD":return e+" өдөр";default:return e}}})}(n(1))},function(e,t,n){!function(e){"use strict";var t={1:"१",2:"२",3:"३",4:"४",5:"५",6:"६",7:"७",8:"८",9:"९",0:"०"},n={"१":"1","२":"2","३":"3","४":"4","५":"5","६":"6","७":"7","८":"8","९":"9","०":"0"};function i(e,t,n,i){var r="";if(t)switch(n){case"s":r="काही सेकंद";break;case"ss":r="%d सेकंद";break;case"m":r="एक मिनिट";break;case"mm":r="%d मिनिटे";break;case"h":r="एक तास";break;case"hh":r="%d तास";break;case"d":r="एक दिवस";break;case"dd":r="%d दिवस";break;case"M":r="एक महिना";break;case"MM":r="%d महिने";break;case"y":r="एक वर्ष";break;case"yy":r="%d वर्षे"}else switch(n){case"s":r="काही सेकंदां";break;case"ss":r="%d सेकंदां";break;case"m":r="एका मिनिटा";break;case"mm":r="%d मिनिटां";break;case"h":r="एका तासा";break;case"hh":r="%d तासां";break;case"d":r="एका दिवसा";break;case"dd":r="%d दिवसां";break;case"M":r="एका महिन्या";break;case"MM":r="%d महिन्यां";break;case"y":r="एका वर्षा";break;case"yy":r="%d वर्षां"}return r.replace(/%d/i,e)}e.defineLocale("mr",{months:"जानेवारी_फेब्रुवारी_मार्च_एप्रिल_मे_जून_जुलै_ऑगस्ट_सप्टेंबर_ऑक्टोबर_नोव्हेंबर_डिसेंबर".split("_"),monthsShort:"जाने._फेब्रु._मार्च._एप्रि._मे._जून._जुलै._ऑग._सप्टें._ऑक्टो._नोव्हें._डिसें.".split("_"),monthsParseExact:!0,weekdays:"रविवार_सोमवार_मंगळवार_बुधवार_गुरूवार_शुक्रवार_शनिवार".split("_"),weekdaysShort:"रवि_सोम_मंगळ_बुध_गुरू_शुक्र_शनि".split("_"),weekdaysMin:"र_सो_मं_बु_गु_शु_श".split("_"),longDateFormat:{LT:"A h:mm वाजता",LTS:"A h:mm:ss वाजता",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY, A h:mm वाजता",LLLL:"dddd, D MMMM YYYY, A h:mm वाजता"},calendar:{sameDay:"[आज] LT",nextDay:"[उद्या] LT",nextWeek:"dddd, LT",lastDay:"[काल] LT",lastWeek:"[मागील] dddd, LT",sameElse:"L"},relativeTime:{future:"%sमध्ये",past:"%sपूर्वी",s:i,ss:i,m:i,mm:i,h:i,hh:i,d:i,dd:i,M:i,MM:i,y:i,yy:i},preparse:function(e){return e.replace(/[१२३४५६७८९०]/g,(function(e){return n[e]}))},postformat:function(e){return e.replace(/\d/g,(function(e){return t[e]}))},meridiemParse:/रात्री|सकाळी|दुपारी|सायंकाळी/,meridiemHour:function(e,t){return 12===e&&(e=0),"रात्री"===t?e<4?e:e+12:"सकाळी"===t?e:"दुपारी"===t?e>=10?e:e+12:"सायंकाळी"===t?e+12:void 0},meridiem:function(e,t,n){return e<4?"रात्री":e<10?"सकाळी":e<17?"दुपारी":e<20?"सायंकाळी":"रात्री"},week:{dow:0,doy:6}})}(n(1))},function(e,t,n){!function(e){"use strict";e.defineLocale("ms",{months:"Januari_Februari_Mac_April_Mei_Jun_Julai_Ogos_September_Oktober_November_Disember".split("_"),monthsShort:"Jan_Feb_Mac_Apr_Mei_Jun_Jul_Ogs_Sep_Okt_Nov_Dis".split("_"),weekdays:"Ahad_Isnin_Selasa_Rabu_Khamis_Jumaat_Sabtu".split("_"),weekdaysShort:"Ahd_Isn_Sel_Rab_Kha_Jum_Sab".split("_"),weekdaysMin:"Ah_Is_Sl_Rb_Km_Jm_Sb".split("_"),longDateFormat:{LT:"HH.mm",LTS:"HH.mm.ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY [pukul] HH.mm",LLLL:"dddd, D MMMM YYYY [pukul] HH.mm"},meridiemParse:/pagi|tengahari|petang|malam/,meridiemHour:function(e,t){return 12===e&&(e=0),"pagi"===t?e:"tengahari"===t?e>=11?e:e+12:"petang"===t||"malam"===t?e+12:void 0},meridiem:function(e,t,n){return e<11?"pagi":e<15?"tengahari":e<19?"petang":"malam"},calendar:{sameDay:"[Hari ini pukul] LT",nextDay:"[Esok pukul] LT",nextWeek:"dddd [pukul] LT",lastDay:"[Kelmarin pukul] LT",lastWeek:"dddd [lepas pukul] LT",sameElse:"L"},relativeTime:{future:"dalam %s",past:"%s yang lepas",s:"beberapa saat",ss:"%d saat",m:"seminit",mm:"%d minit",h:"sejam",hh:"%d jam",d:"sehari",dd:"%d hari",M:"sebulan",MM:"%d bulan",y:"setahun",yy:"%d tahun"},week:{dow:1,doy:7}})}(n(1))},function(e,t,n){!function(e){"use strict";e.defineLocale("ms-my",{months:"Januari_Februari_Mac_April_Mei_Jun_Julai_Ogos_September_Oktober_November_Disember".split("_"),monthsShort:"Jan_Feb_Mac_Apr_Mei_Jun_Jul_Ogs_Sep_Okt_Nov_Dis".split("_"),weekdays:"Ahad_Isnin_Selasa_Rabu_Khamis_Jumaat_Sabtu".split("_"),weekdaysShort:"Ahd_Isn_Sel_Rab_Kha_Jum_Sab".split("_"),weekdaysMin:"Ah_Is_Sl_Rb_Km_Jm_Sb".split("_"),longDateFormat:{LT:"HH.mm",LTS:"HH.mm.ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY [pukul] HH.mm",LLLL:"dddd, D MMMM YYYY [pukul] HH.mm"},meridiemParse:/pagi|tengahari|petang|malam/,meridiemHour:function(e,t){return 12===e&&(e=0),"pagi"===t?e:"tengahari"===t?e>=11?e:e+12:"petang"===t||"malam"===t?e+12:void 0},meridiem:function(e,t,n){return e<11?"pagi":e<15?"tengahari":e<19?"petang":"malam"},calendar:{sameDay:"[Hari ini pukul] LT",nextDay:"[Esok pukul] LT",nextWeek:"dddd [pukul] LT",lastDay:"[Kelmarin pukul] LT",lastWeek:"dddd [lepas pukul] LT",sameElse:"L"},relativeTime:{future:"dalam %s",past:"%s yang lepas",s:"beberapa saat",ss:"%d saat",m:"seminit",mm:"%d minit",h:"sejam",hh:"%d jam",d:"sehari",dd:"%d hari",M:"sebulan",MM:"%d bulan",y:"setahun",yy:"%d tahun"},week:{dow:1,doy:7}})}(n(1))},function(e,t,n){!function(e){"use strict";e.defineLocale("mt",{months:"Jannar_Frar_Marzu_April_Mejju_Ġunju_Lulju_Awwissu_Settembru_Ottubru_Novembru_Diċembru".split("_"),monthsShort:"Jan_Fra_Mar_Apr_Mej_Ġun_Lul_Aww_Set_Ott_Nov_Diċ".split("_"),weekdays:"Il-Ħadd_It-Tnejn_It-Tlieta_L-Erbgħa_Il-Ħamis_Il-Ġimgħa_Is-Sibt".split("_"),weekdaysShort:"Ħad_Tne_Tli_Erb_Ħam_Ġim_Sib".split("_"),weekdaysMin:"Ħa_Tn_Tl_Er_Ħa_Ġi_Si".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[Illum fil-]LT",nextDay:"[Għada fil-]LT",nextWeek:"dddd [fil-]LT",lastDay:"[Il-bieraħ fil-]LT",lastWeek:"dddd [li għadda] [fil-]LT",sameElse:"L"},relativeTime:{future:"f’ %s",past:"%s ilu",s:"ftit sekondi",ss:"%d sekondi",m:"minuta",mm:"%d minuti",h:"siegħa",hh:"%d siegħat",d:"ġurnata",dd:"%d ġranet",M:"xahar",MM:"%d xhur",y:"sena",yy:"%d sni"},dayOfMonthOrdinalParse:/\d{1,2}º/,ordinal:"%dº",week:{dow:1,doy:4}})}(n(1))},function(e,t,n){!function(e){"use strict";var t={1:"၁",2:"၂",3:"၃",4:"၄",5:"၅",6:"၆",7:"၇",8:"၈",9:"၉",0:"၀"},n={"၁":"1","၂":"2","၃":"3","၄":"4","၅":"5","၆":"6","၇":"7","၈":"8","၉":"9","၀":"0"};e.defineLocale("my",{months:"ဇန်နဝါရီ_ဖေဖော်ဝါရီ_မတ်_ဧပြီ_မေ_ဇွန်_ဇူလိုင်_သြဂုတ်_စက်တင်ဘာ_အောက်တိုဘာ_နိုဝင်ဘာ_ဒီဇင်ဘာ".split("_"),monthsShort:"ဇန်_ဖေ_မတ်_ပြီ_မေ_ဇွန်_လိုင်_သြ_စက်_အောက်_နို_ဒီ".split("_"),weekdays:"တနင်္ဂနွေ_တနင်္လာ_အင်္ဂါ_ဗုဒ္ဓဟူး_ကြာသပတေး_သောကြာ_စနေ".split("_"),weekdaysShort:"နွေ_လာ_ဂါ_ဟူး_ကြာ_သော_နေ".split("_"),weekdaysMin:"နွေ_လာ_ဂါ_ဟူး_ကြာ_သော_နေ".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[ယနေ.] LT [မှာ]",nextDay:"[မနက်ဖြန်] LT [မှာ]",nextWeek:"dddd LT [မှာ]",lastDay:"[မနေ.က] LT [မှာ]",lastWeek:"[ပြီးခဲ့သော] dddd LT [မှာ]",sameElse:"L"},relativeTime:{future:"လာမည့် %s မှာ",past:"လွန်ခဲ့သော %s က",s:"စက္ကန်.အနည်းငယ်",ss:"%d စက္ကန့်",m:"တစ်မိနစ်",mm:"%d မိနစ်",h:"တစ်နာရီ",hh:"%d နာရီ",d:"တစ်ရက်",dd:"%d ရက်",M:"တစ်လ",MM:"%d လ",y:"တစ်နှစ်",yy:"%d နှစ်"},preparse:function(e){return e.replace(/[၁၂၃၄၅၆၇၈၉၀]/g,(function(e){return n[e]}))},postformat:function(e){return e.replace(/\d/g,(function(e){return t[e]}))},week:{dow:1,doy:4}})}(n(1))},function(e,t,n){!function(e){"use strict";e.defineLocale("nb",{months:"januar_februar_mars_april_mai_juni_juli_august_september_oktober_november_desember".split("_"),monthsShort:"jan._feb._mars_april_mai_juni_juli_aug._sep._okt._nov._des.".split("_"),monthsParseExact:!0,weekdays:"søndag_mandag_tirsdag_onsdag_torsdag_fredag_lørdag".split("_"),weekdaysShort:"sø._ma._ti._on._to._fr._lø.".split("_"),weekdaysMin:"sø_ma_ti_on_to_fr_lø".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY [kl.] HH:mm",LLLL:"dddd D. MMMM YYYY [kl.] HH:mm"},calendar:{sameDay:"[i dag kl.] LT",nextDay:"[i morgen kl.] LT",nextWeek:"dddd [kl.] LT",lastDay:"[i går kl.] LT",lastWeek:"[forrige] dddd [kl.] LT",sameElse:"L"},relativeTime:{future:"om %s",past:"%s siden",s:"noen sekunder",ss:"%d sekunder",m:"ett minutt",mm:"%d minutter",h:"en time",hh:"%d timer",d:"en dag",dd:"%d dager",M:"en måned",MM:"%d måneder",y:"ett år",yy:"%d år"},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})}(n(1))},function(e,t,n){!function(e){"use strict";var t={1:"१",2:"२",3:"३",4:"४",5:"५",6:"६",7:"७",8:"८",9:"९",0:"०"},n={"१":"1","२":"2","३":"3","४":"4","५":"5","६":"6","७":"7","८":"8","९":"9","०":"0"};e.defineLocale("ne",{months:"जनवरी_फेब्रुवरी_मार्च_अप्रिल_मई_जुन_जुलाई_अगष्ट_सेप्टेम्बर_अक्टोबर_नोभेम्बर_डिसेम्बर".split("_"),monthsShort:"जन._फेब्रु._मार्च_अप्रि._मई_जुन_जुलाई._अग._सेप्ट._अक्टो._नोभे._डिसे.".split("_"),monthsParseExact:!0,weekdays:"आइतबार_सोमबार_मङ्गलबार_बुधबार_बिहिबार_शुक्रबार_शनिबार".split("_"),weekdaysShort:"आइत._सोम._मङ्गल._बुध._बिहि._शुक्र._शनि.".split("_"),weekdaysMin:"आ._सो._मं._बु._बि._शु._श.".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"Aको h:mm बजे",LTS:"Aको h:mm:ss बजे",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY, Aको h:mm बजे",LLLL:"dddd, D MMMM YYYY, Aको h:mm बजे"},preparse:function(e){return e.replace(/[१२३४५६७८९०]/g,(function(e){return n[e]}))},postformat:function(e){return e.replace(/\d/g,(function(e){return t[e]}))},meridiemParse:/राति|बिहान|दिउँसो|साँझ/,meridiemHour:function(e,t){return 12===e&&(e=0),"राति"===t?e<4?e:e+12:"बिहान"===t?e:"दिउँसो"===t?e>=10?e:e+12:"साँझ"===t?e+12:void 0},meridiem:function(e,t,n){return e<3?"राति":e<12?"बिहान":e<16?"दिउँसो":e<20?"साँझ":"राति"},calendar:{sameDay:"[आज] LT",nextDay:"[भोलि] LT",nextWeek:"[आउँदो] dddd[,] LT",lastDay:"[हिजो] LT",lastWeek:"[गएको] dddd[,] LT",sameElse:"L"},relativeTime:{future:"%sमा",past:"%s अगाडि",s:"केही क्षण",ss:"%d सेकेण्ड",m:"एक मिनेट",mm:"%d मिनेट",h:"एक घण्टा",hh:"%d घण्टा",d:"एक दिन",dd:"%d दिन",M:"एक महिना",MM:"%d महिना",y:"एक बर्ष",yy:"%d बर्ष"},week:{dow:0,doy:6}})}(n(1))},function(e,t,n){!function(e){"use strict";var t="jan._feb._mrt._apr._mei_jun._jul._aug._sep._okt._nov._dec.".split("_"),n="jan_feb_mrt_apr_mei_jun_jul_aug_sep_okt_nov_dec".split("_"),i=[/^jan/i,/^feb/i,/^maart|mrt.?$/i,/^apr/i,/^mei$/i,/^jun[i.]?$/i,/^jul[i.]?$/i,/^aug/i,/^sep/i,/^okt/i,/^nov/i,/^dec/i],r=/^(januari|februari|maart|april|mei|ju[nl]i|augustus|september|oktober|november|december|jan\.?|feb\.?|mrt\.?|apr\.?|ju[nl]\.?|aug\.?|sep\.?|okt\.?|nov\.?|dec\.?)/i;e.defineLocale("nl",{months:"januari_februari_maart_april_mei_juni_juli_augustus_september_oktober_november_december".split("_"),monthsShort:function(e,i){return e?/-MMM-/.test(i)?n[e.month()]:t[e.month()]:t},monthsRegex:r,monthsShortRegex:r,monthsStrictRegex:/^(januari|februari|maart|april|mei|ju[nl]i|augustus|september|oktober|november|december)/i,monthsShortStrictRegex:/^(jan\.?|feb\.?|mrt\.?|apr\.?|mei|ju[nl]\.?|aug\.?|sep\.?|okt\.?|nov\.?|dec\.?)/i,monthsParse:i,longMonthsParse:i,shortMonthsParse:i,weekdays:"zondag_maandag_dinsdag_woensdag_donderdag_vrijdag_zaterdag".split("_"),weekdaysShort:"zo._ma._di._wo._do._vr._za.".split("_"),weekdaysMin:"zo_ma_di_wo_do_vr_za".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD-MM-YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[vandaag om] LT",nextDay:"[morgen om] LT",nextWeek:"dddd [om] LT",lastDay:"[gisteren om] LT",lastWeek:"[afgelopen] dddd [om] LT",sameElse:"L"},relativeTime:{future:"over %s",past:"%s geleden",s:"een paar seconden",ss:"%d seconden",m:"één minuut",mm:"%d minuten",h:"één uur",hh:"%d uur",d:"één dag",dd:"%d dagen",M:"één maand",MM:"%d maanden",y:"één jaar",yy:"%d jaar"},dayOfMonthOrdinalParse:/\d{1,2}(ste|de)/,ordinal:function(e){return e+(1===e||8===e||e>=20?"ste":"de")},week:{dow:1,doy:4}})}(n(1))},function(e,t,n){!function(e){"use strict";var t="jan._feb._mrt._apr._mei_jun._jul._aug._sep._okt._nov._dec.".split("_"),n="jan_feb_mrt_apr_mei_jun_jul_aug_sep_okt_nov_dec".split("_"),i=[/^jan/i,/^feb/i,/^maart|mrt.?$/i,/^apr/i,/^mei$/i,/^jun[i.]?$/i,/^jul[i.]?$/i,/^aug/i,/^sep/i,/^okt/i,/^nov/i,/^dec/i],r=/^(januari|februari|maart|april|mei|ju[nl]i|augustus|september|oktober|november|december|jan\.?|feb\.?|mrt\.?|apr\.?|ju[nl]\.?|aug\.?|sep\.?|okt\.?|nov\.?|dec\.?)/i;e.defineLocale("nl-be",{months:"januari_februari_maart_april_mei_juni_juli_augustus_september_oktober_november_december".split("_"),monthsShort:function(e,i){return e?/-MMM-/.test(i)?n[e.month()]:t[e.month()]:t},monthsRegex:r,monthsShortRegex:r,monthsStrictRegex:/^(januari|februari|maart|april|mei|ju[nl]i|augustus|september|oktober|november|december)/i,monthsShortStrictRegex:/^(jan\.?|feb\.?|mrt\.?|apr\.?|mei|ju[nl]\.?|aug\.?|sep\.?|okt\.?|nov\.?|dec\.?)/i,monthsParse:i,longMonthsParse:i,shortMonthsParse:i,weekdays:"zondag_maandag_dinsdag_woensdag_donderdag_vrijdag_zaterdag".split("_"),weekdaysShort:"zo._ma._di._wo._do._vr._za.".split("_"),weekdaysMin:"zo_ma_di_wo_do_vr_za".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[vandaag om] LT",nextDay:"[morgen om] LT",nextWeek:"dddd [om] LT",lastDay:"[gisteren om] LT",lastWeek:"[afgelopen] dddd [om] LT",sameElse:"L"},relativeTime:{future:"over %s",past:"%s geleden",s:"een paar seconden",ss:"%d seconden",m:"één minuut",mm:"%d minuten",h:"één uur",hh:"%d uur",d:"één dag",dd:"%d dagen",M:"één maand",MM:"%d maanden",y:"één jaar",yy:"%d jaar"},dayOfMonthOrdinalParse:/\d{1,2}(ste|de)/,ordinal:function(e){return e+(1===e||8===e||e>=20?"ste":"de")},week:{dow:1,doy:4}})}(n(1))},function(e,t,n){!function(e){"use strict";e.defineLocale("nn",{months:"januar_februar_mars_april_mai_juni_juli_august_september_oktober_november_desember".split("_"),monthsShort:"jan_feb_mar_apr_mai_jun_jul_aug_sep_okt_nov_des".split("_"),weekdays:"sundag_måndag_tysdag_onsdag_torsdag_fredag_laurdag".split("_"),weekdaysShort:"sun_mån_tys_ons_tor_fre_lau".split("_"),weekdaysMin:"su_må_ty_on_to_fr_lø".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY [kl.] H:mm",LLLL:"dddd D. MMMM YYYY [kl.] HH:mm"},calendar:{sameDay:"[I dag klokka] LT",nextDay:"[I morgon klokka] LT",nextWeek:"dddd [klokka] LT",lastDay:"[I går klokka] LT",lastWeek:"[Føregåande] dddd [klokka] LT",sameElse:"L"},relativeTime:{future:"om %s",past:"%s sidan",s:"nokre sekund",ss:"%d sekund",m:"eit minutt",mm:"%d minutt",h:"ein time",hh:"%d timar",d:"ein dag",dd:"%d dagar",M:"ein månad",MM:"%d månader",y:"eit år",yy:"%d år"},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})}(n(1))},function(e,t,n){!function(e){"use strict";var t={1:"੧",2:"੨",3:"੩",4:"੪",5:"੫",6:"੬",7:"੭",8:"੮",9:"੯",0:"੦"},n={"੧":"1","੨":"2","੩":"3","੪":"4","੫":"5","੬":"6","੭":"7","੮":"8","੯":"9","੦":"0"};e.defineLocale("pa-in",{months:"ਜਨਵਰੀ_ਫ਼ਰਵਰੀ_ਮਾਰਚ_ਅਪ੍ਰੈਲ_ਮਈ_ਜੂਨ_ਜੁਲਾਈ_ਅਗਸਤ_ਸਤੰਬਰ_ਅਕਤੂਬਰ_ਨਵੰਬਰ_ਦਸੰਬਰ".split("_"),monthsShort:"ਜਨਵਰੀ_ਫ਼ਰਵਰੀ_ਮਾਰਚ_ਅਪ੍ਰੈਲ_ਮਈ_ਜੂਨ_ਜੁਲਾਈ_ਅਗਸਤ_ਸਤੰਬਰ_ਅਕਤੂਬਰ_ਨਵੰਬਰ_ਦਸੰਬਰ".split("_"),weekdays:"ਐਤਵਾਰ_ਸੋਮਵਾਰ_ਮੰਗਲਵਾਰ_ਬੁਧਵਾਰ_ਵੀਰਵਾਰ_ਸ਼ੁੱਕਰਵਾਰ_ਸ਼ਨੀਚਰਵਾਰ".split("_"),weekdaysShort:"ਐਤ_ਸੋਮ_ਮੰਗਲ_ਬੁਧ_ਵੀਰ_ਸ਼ੁਕਰ_ਸ਼ਨੀ".split("_"),weekdaysMin:"ਐਤ_ਸੋਮ_ਮੰਗਲ_ਬੁਧ_ਵੀਰ_ਸ਼ੁਕਰ_ਸ਼ਨੀ".split("_"),longDateFormat:{LT:"A h:mm ਵਜੇ",LTS:"A h:mm:ss ਵਜੇ",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY, A h:mm ਵਜੇ",LLLL:"dddd, D MMMM YYYY, A h:mm ਵਜੇ"},calendar:{sameDay:"[ਅਜ] LT",nextDay:"[ਕਲ] LT",nextWeek:"[ਅਗਲਾ] dddd, LT",lastDay:"[ਕਲ] LT",lastWeek:"[ਪਿਛਲੇ] dddd, LT",sameElse:"L"},relativeTime:{future:"%s ਵਿੱਚ",past:"%s ਪਿਛਲੇ",s:"ਕੁਝ ਸਕਿੰਟ",ss:"%d ਸਕਿੰਟ",m:"ਇਕ ਮਿੰਟ",mm:"%d ਮਿੰਟ",h:"ਇੱਕ ਘੰਟਾ",hh:"%d ਘੰਟੇ",d:"ਇੱਕ ਦਿਨ",dd:"%d ਦਿਨ",M:"ਇੱਕ ਮਹੀਨਾ",MM:"%d ਮਹੀਨੇ",y:"ਇੱਕ ਸਾਲ",yy:"%d ਸਾਲ"},preparse:function(e){return e.replace(/[੧੨੩੪੫੬੭੮੯੦]/g,(function(e){return n[e]}))},postformat:function(e){return e.replace(/\d/g,(function(e){return t[e]}))},meridiemParse:/ਰਾਤ|ਸਵੇਰ|ਦੁਪਹਿਰ|ਸ਼ਾਮ/,meridiemHour:function(e,t){return 12===e&&(e=0),"ਰਾਤ"===t?e<4?e:e+12:"ਸਵੇਰ"===t?e:"ਦੁਪਹਿਰ"===t?e>=10?e:e+12:"ਸ਼ਾਮ"===t?e+12:void 0},meridiem:function(e,t,n){return e<4?"ਰਾਤ":e<10?"ਸਵੇਰ":e<17?"ਦੁਪਹਿਰ":e<20?"ਸ਼ਾਮ":"ਰਾਤ"},week:{dow:0,doy:6}})}(n(1))},function(e,t,n){!function(e){"use strict";var t="styczeń_luty_marzec_kwiecień_maj_czerwiec_lipiec_sierpień_wrzesień_październik_listopad_grudzień".split("_"),n="stycznia_lutego_marca_kwietnia_maja_czerwca_lipca_sierpnia_września_października_listopada_grudnia".split("_");function i(e){return e%10<5&&e%10>1&&~~(e/10)%10!=1}function r(e,t,n){var r=e+" ";switch(n){case"ss":return r+(i(e)?"sekundy":"sekund");case"m":return t?"minuta":"minutę";case"mm":return r+(i(e)?"minuty":"minut");case"h":return t?"godzina":"godzinę";case"hh":return r+(i(e)?"godziny":"godzin");case"MM":return r+(i(e)?"miesiące":"miesięcy");case"yy":return r+(i(e)?"lata":"lat")}}e.defineLocale("pl",{months:function(e,i){return e?""===i?"("+n[e.month()]+"|"+t[e.month()]+")":/D MMMM/.test(i)?n[e.month()]:t[e.month()]:t},monthsShort:"sty_lut_mar_kwi_maj_cze_lip_sie_wrz_paź_lis_gru".split("_"),weekdays:"niedziela_poniedziałek_wtorek_środa_czwartek_piątek_sobota".split("_"),weekdaysShort:"ndz_pon_wt_śr_czw_pt_sob".split("_"),weekdaysMin:"Nd_Pn_Wt_Śr_Cz_Pt_So".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[Dziś o] LT",nextDay:"[Jutro o] LT",nextWeek:function(){switch(this.day()){case 0:return"[W niedzielę o] LT";case 2:return"[We wtorek o] LT";case 3:return"[W środę o] LT";case 6:return"[W sobotę o] LT";default:return"[W] dddd [o] LT"}},lastDay:"[Wczoraj o] LT",lastWeek:function(){switch(this.day()){case 0:return"[W zeszłą niedzielę o] LT";case 3:return"[W zeszłą środę o] LT";case 6:return"[W zeszłą sobotę o] LT";default:return"[W zeszły] dddd [o] LT"}},sameElse:"L"},relativeTime:{future:"za %s",past:"%s temu",s:"kilka sekund",ss:r,m:r,mm:r,h:r,hh:r,d:"1 dzień",dd:"%d dni",M:"miesiąc",MM:r,y:"rok",yy:r},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})}(n(1))},function(e,t,n){!function(e){"use strict";e.defineLocale("pt",{months:"Janeiro_Fevereiro_Março_Abril_Maio_Junho_Julho_Agosto_Setembro_Outubro_Novembro_Dezembro".split("_"),monthsShort:"Jan_Fev_Mar_Abr_Mai_Jun_Jul_Ago_Set_Out_Nov_Dez".split("_"),weekdays:"Domingo_Segunda-feira_Terça-feira_Quarta-feira_Quinta-feira_Sexta-feira_Sábado".split("_"),weekdaysShort:"Dom_Seg_Ter_Qua_Qui_Sex_Sáb".split("_"),weekdaysMin:"Do_2ª_3ª_4ª_5ª_6ª_Sá".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D [de] MMMM [de] YYYY",LLL:"D [de] MMMM [de] YYYY HH:mm",LLLL:"dddd, D [de] MMMM [de] YYYY HH:mm"},calendar:{sameDay:"[Hoje às] LT",nextDay:"[Amanhã às] LT",nextWeek:"dddd [às] LT",lastDay:"[Ontem às] LT",lastWeek:function(){return 0===this.day()||6===this.day()?"[Último] dddd [às] LT":"[Última] dddd [às] LT"},sameElse:"L"},relativeTime:{future:"em %s",past:"há %s",s:"segundos",ss:"%d segundos",m:"um minuto",mm:"%d minutos",h:"uma hora",hh:"%d horas",d:"um dia",dd:"%d dias",M:"um mês",MM:"%d meses",y:"um ano",yy:"%d anos"},dayOfMonthOrdinalParse:/\d{1,2}º/,ordinal:"%dº",week:{dow:1,doy:4}})}(n(1))},function(e,t,n){!function(e){"use strict";e.defineLocale("pt-br",{months:"Janeiro_Fevereiro_Março_Abril_Maio_Junho_Julho_Agosto_Setembro_Outubro_Novembro_Dezembro".split("_"),monthsShort:"Jan_Fev_Mar_Abr_Mai_Jun_Jul_Ago_Set_Out_Nov_Dez".split("_"),weekdays:"Domingo_Segunda-feira_Terça-feira_Quarta-feira_Quinta-feira_Sexta-feira_Sábado".split("_"),weekdaysShort:"Dom_Seg_Ter_Qua_Qui_Sex_Sáb".split("_"),weekdaysMin:"Do_2ª_3ª_4ª_5ª_6ª_Sá".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D [de] MMMM [de] YYYY",LLL:"D [de] MMMM [de] YYYY [às] HH:mm",LLLL:"dddd, D [de] MMMM [de] YYYY [às] HH:mm"},calendar:{sameDay:"[Hoje às] LT",nextDay:"[Amanhã às] LT",nextWeek:"dddd [às] LT",lastDay:"[Ontem às] LT",lastWeek:function(){return 0===this.day()||6===this.day()?"[Último] dddd [às] LT":"[Última] dddd [às] LT"},sameElse:"L"},relativeTime:{future:"em %s",past:"há %s",s:"poucos segundos",ss:"%d segundos",m:"um minuto",mm:"%d minutos",h:"uma hora",hh:"%d horas",d:"um dia",dd:"%d dias",M:"um mês",MM:"%d meses",y:"um ano",yy:"%d anos"},dayOfMonthOrdinalParse:/\d{1,2}º/,ordinal:"%dº"})}(n(1))},function(e,t,n){!function(e){"use strict";function t(e,t,n){var i=" ";return(e%100>=20||e>=100&&e%100==0)&&(i=" de "),e+i+{ss:"secunde",mm:"minute",hh:"ore",dd:"zile",MM:"luni",yy:"ani"}[n]}e.defineLocale("ro",{months:"ianuarie_februarie_martie_aprilie_mai_iunie_iulie_august_septembrie_octombrie_noiembrie_decembrie".split("_"),monthsShort:"ian._febr._mart._apr._mai_iun._iul._aug._sept._oct._nov._dec.".split("_"),monthsParseExact:!0,weekdays:"duminică_luni_marți_miercuri_joi_vineri_sâmbătă".split("_"),weekdaysShort:"Dum_Lun_Mar_Mie_Joi_Vin_Sâm".split("_"),weekdaysMin:"Du_Lu_Ma_Mi_Jo_Vi_Sâ".split("_"),longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY H:mm",LLLL:"dddd, D MMMM YYYY H:mm"},calendar:{sameDay:"[azi la] LT",nextDay:"[mâine la] LT",nextWeek:"dddd [la] LT",lastDay:"[ieri la] LT",lastWeek:"[fosta] dddd [la] LT",sameElse:"L"},relativeTime:{future:"peste %s",past:"%s în urmă",s:"câteva secunde",ss:t,m:"un minut",mm:t,h:"o oră",hh:t,d:"o zi",dd:t,M:"o lună",MM:t,y:"un an",yy:t},week:{dow:1,doy:7}})}(n(1))},function(e,t,n){!function(e){"use strict";function t(e,t,n){var i,r;return"m"===n?t?"минута":"минуту":e+" "+(i=+e,r={ss:t?"секунда_секунды_секунд":"секунду_секунды_секунд",mm:t?"минута_минуты_минут":"минуту_минуты_минут",hh:"час_часа_часов",dd:"день_дня_дней",MM:"месяц_месяца_месяцев",yy:"год_года_лет"}[n].split("_"),i%10==1&&i%100!=11?r[0]:i%10>=2&&i%10<=4&&(i%100<10||i%100>=20)?r[1]:r[2])}var n=[/^янв/i,/^фев/i,/^мар/i,/^апр/i,/^ма[йя]/i,/^июн/i,/^июл/i,/^авг/i,/^сен/i,/^окт/i,/^ноя/i,/^дек/i];e.defineLocale("ru",{months:{format:"января_февраля_марта_апреля_мая_июня_июля_августа_сентября_октября_ноября_декабря".split("_"),standalone:"январь_февраль_март_апрель_май_июнь_июль_август_сентябрь_октябрь_ноябрь_декабрь".split("_")},monthsShort:{format:"янв._февр._мар._апр._мая_июня_июля_авг._сент._окт._нояб._дек.".split("_"),standalone:"янв._февр._март_апр._май_июнь_июль_авг._сент._окт._нояб._дек.".split("_")},weekdays:{standalone:"воскресенье_понедельник_вторник_среда_четверг_пятница_суббота".split("_"),format:"воскресенье_понедельник_вторник_среду_четверг_пятницу_субботу".split("_"),isFormat:/\[ ?[Вв] ?(?:прошлую|следующую|эту)? ?\] ?dddd/},weekdaysShort:"вс_пн_вт_ср_чт_пт_сб".split("_"),weekdaysMin:"вс_пн_вт_ср_чт_пт_сб".split("_"),monthsParse:n,longMonthsParse:n,shortMonthsParse:n,monthsRegex:/^(январ[ья]|янв\.?|феврал[ья]|февр?\.?|марта?|мар\.?|апрел[ья]|апр\.?|ма[йя]|июн[ья]|июн\.?|июл[ья]|июл\.?|августа?|авг\.?|сентябр[ья]|сент?\.?|октябр[ья]|окт\.?|ноябр[ья]|нояб?\.?|декабр[ья]|дек\.?)/i,monthsShortRegex:/^(январ[ья]|янв\.?|феврал[ья]|февр?\.?|марта?|мар\.?|апрел[ья]|апр\.?|ма[йя]|июн[ья]|июн\.?|июл[ья]|июл\.?|августа?|авг\.?|сентябр[ья]|сент?\.?|октябр[ья]|окт\.?|ноябр[ья]|нояб?\.?|декабр[ья]|дек\.?)/i,monthsStrictRegex:/^(январ[яь]|феврал[яь]|марта?|апрел[яь]|ма[яй]|июн[яь]|июл[яь]|августа?|сентябр[яь]|октябр[яь]|ноябр[яь]|декабр[яь])/i,monthsShortStrictRegex:/^(янв\.|февр?\.|мар[т.]|апр\.|ма[яй]|июн[ья.]|июл[ья.]|авг\.|сент?\.|окт\.|нояб?\.|дек\.)/i,longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY г.",LLL:"D MMMM YYYY г., H:mm",LLLL:"dddd, D MMMM YYYY г., H:mm"},calendar:{sameDay:"[Сегодня, в] LT",nextDay:"[Завтра, в] LT",lastDay:"[Вчера, в] LT",nextWeek:function(e){if(e.week()===this.week())return 2===this.day()?"[Во] dddd, [в] LT":"[В] dddd, [в] LT";switch(this.day()){case 0:return"[В следующее] dddd, [в] LT";case 1:case 2:case 4:return"[В следующий] dddd, [в] LT";case 3:case 5:case 6:return"[В следующую] dddd, [в] LT"}},lastWeek:function(e){if(e.week()===this.week())return 2===this.day()?"[Во] dddd, [в] LT":"[В] dddd, [в] LT";switch(this.day()){case 0:return"[В прошлое] dddd, [в] LT";case 1:case 2:case 4:return"[В прошлый] dddd, [в] LT";case 3:case 5:case 6:return"[В прошлую] dddd, [в] LT"}},sameElse:"L"},relativeTime:{future:"через %s",past:"%s назад",s:"несколько секунд",ss:t,m:t,mm:t,h:"час",hh:t,d:"день",dd:t,M:"месяц",MM:t,y:"год",yy:t},meridiemParse:/ночи|утра|дня|вечера/i,isPM:function(e){return/^(дня|вечера)$/.test(e)},meridiem:function(e,t,n){return e<4?"ночи":e<12?"утра":e<17?"дня":"вечера"},dayOfMonthOrdinalParse:/\d{1,2}-(й|го|я)/,ordinal:function(e,t){switch(t){case"M":case"d":case"DDD":return e+"-й";case"D":return e+"-го";case"w":case"W":return e+"-я";default:return e}},week:{dow:1,doy:4}})}(n(1))},function(e,t,n){!function(e){"use strict";var t=["جنوري","فيبروري","مارچ","اپريل","مئي","جون","جولاءِ","آگسٽ","سيپٽمبر","آڪٽوبر","نومبر","ڊسمبر"],n=["آچر","سومر","اڱارو","اربع","خميس","جمع","ڇنڇر"];e.defineLocale("sd",{months:t,monthsShort:t,weekdays:n,weekdaysShort:n,weekdaysMin:n,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd، D MMMM YYYY HH:mm"},meridiemParse:/صبح|شام/,isPM:function(e){return"شام"===e},meridiem:function(e,t,n){return e<12?"صبح":"شام"},calendar:{sameDay:"[اڄ] LT",nextDay:"[سڀاڻي] LT",nextWeek:"dddd [اڳين هفتي تي] LT",lastDay:"[ڪالهه] LT",lastWeek:"[گزريل هفتي] dddd [تي] LT",sameElse:"L"},relativeTime:{future:"%s پوء",past:"%s اڳ",s:"چند سيڪنڊ",ss:"%d سيڪنڊ",m:"هڪ منٽ",mm:"%d منٽ",h:"هڪ ڪلاڪ",hh:"%d ڪلاڪ",d:"هڪ ڏينهن",dd:"%d ڏينهن",M:"هڪ مهينو",MM:"%d مهينا",y:"هڪ سال",yy:"%d سال"},preparse:function(e){return e.replace(/،/g,",")},postformat:function(e){return e.replace(/,/g,"،")},week:{dow:1,doy:4}})}(n(1))},function(e,t,n){!function(e){"use strict";e.defineLocale("se",{months:"ođđajagemánnu_guovvamánnu_njukčamánnu_cuoŋománnu_miessemánnu_geassemánnu_suoidnemánnu_borgemánnu_čakčamánnu_golggotmánnu_skábmamánnu_juovlamánnu".split("_"),monthsShort:"ođđj_guov_njuk_cuo_mies_geas_suoi_borg_čakč_golg_skáb_juov".split("_"),weekdays:"sotnabeaivi_vuossárga_maŋŋebárga_gaskavahkku_duorastat_bearjadat_lávvardat".split("_"),weekdaysShort:"sotn_vuos_maŋ_gask_duor_bear_láv".split("_"),weekdaysMin:"s_v_m_g_d_b_L".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"MMMM D. [b.] YYYY",LLL:"MMMM D. [b.] YYYY [ti.] HH:mm",LLLL:"dddd, MMMM D. [b.] YYYY [ti.] HH:mm"},calendar:{sameDay:"[otne ti] LT",nextDay:"[ihttin ti] LT",nextWeek:"dddd [ti] LT",lastDay:"[ikte ti] LT",lastWeek:"[ovddit] dddd [ti] LT",sameElse:"L"},relativeTime:{future:"%s geažes",past:"maŋit %s",s:"moadde sekunddat",ss:"%d sekunddat",m:"okta minuhta",mm:"%d minuhtat",h:"okta diimmu",hh:"%d diimmut",d:"okta beaivi",dd:"%d beaivvit",M:"okta mánnu",MM:"%d mánut",y:"okta jahki",yy:"%d jagit"},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})}(n(1))},function(e,t,n){!function(e){"use strict";e.defineLocale("si",{months:"ජනවාරි_පෙබරවාරි_මාර්තු_අප්‍රේල්_මැයි_ජූනි_ජූලි_අගෝස්තු_සැප්තැම්බර්_ඔක්තෝබර්_නොවැම්බර්_දෙසැම්බර්".split("_"),monthsShort:"ජන_පෙබ_මාර්_අප්_මැයි_ජූනි_ජූලි_අගෝ_සැප්_ඔක්_නොවැ_දෙසැ".split("_"),weekdays:"ඉරිදා_සඳුදා_අඟහරුවාදා_බදාදා_බ්‍රහස්පතින්දා_සිකුරාදා_සෙනසුරාදා".split("_"),weekdaysShort:"ඉරි_සඳු_අඟ_බදා_බ්‍රහ_සිකු_සෙන".split("_"),weekdaysMin:"ඉ_ස_අ_බ_බ්‍ර_සි_සෙ".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"a h:mm",LTS:"a h:mm:ss",L:"YYYY/MM/DD",LL:"YYYY MMMM D",LLL:"YYYY MMMM D, a h:mm",LLLL:"YYYY MMMM D [වැනි] dddd, a h:mm:ss"},calendar:{sameDay:"[අද] LT[ට]",nextDay:"[හෙට] LT[ට]",nextWeek:"dddd LT[ට]",lastDay:"[ඊයේ] LT[ට]",lastWeek:"[පසුගිය] dddd LT[ට]",sameElse:"L"},relativeTime:{future:"%sකින්",past:"%sකට පෙර",s:"තත්පර කිහිපය",ss:"තත්පර %d",m:"මිනිත්තුව",mm:"මිනිත්තු %d",h:"පැය",hh:"පැය %d",d:"දිනය",dd:"දින %d",M:"මාසය",MM:"මාස %d",y:"වසර",yy:"වසර %d"},dayOfMonthOrdinalParse:/\d{1,2} වැනි/,ordinal:function(e){return e+" වැනි"},meridiemParse:/පෙර වරු|පස් වරු|පෙ.ව|ප.ව./,isPM:function(e){return"ප.ව."===e||"පස් වරු"===e},meridiem:function(e,t,n){return e>11?n?"ප.ව.":"පස් වරු":n?"පෙ.ව.":"පෙර වරු"}})}(n(1))},function(e,t,n){!function(e){"use strict";var t="január_február_marec_apríl_máj_jún_júl_august_september_október_november_december".split("_"),n="jan_feb_mar_apr_máj_jún_júl_aug_sep_okt_nov_dec".split("_");function i(e){return e>1&&e<5}function r(e,t,n,r){var o=e+" ";switch(n){case"s":return t||r?"pár sekúnd":"pár sekundami";case"ss":return t||r?o+(i(e)?"sekundy":"sekúnd"):o+"sekundami";case"m":return t?"minúta":r?"minútu":"minútou";case"mm":return t||r?o+(i(e)?"minúty":"minút"):o+"minútami";case"h":return t?"hodina":r?"hodinu":"hodinou";case"hh":return t||r?o+(i(e)?"hodiny":"hodín"):o+"hodinami";case"d":return t||r?"deň":"dňom";case"dd":return t||r?o+(i(e)?"dni":"dní"):o+"dňami";case"M":return t||r?"mesiac":"mesiacom";case"MM":return t||r?o+(i(e)?"mesiace":"mesiacov"):o+"mesiacmi";case"y":return t||r?"rok":"rokom";case"yy":return t||r?o+(i(e)?"roky":"rokov"):o+"rokmi"}}e.defineLocale("sk",{months:t,monthsShort:n,weekdays:"nedeľa_pondelok_utorok_streda_štvrtok_piatok_sobota".split("_"),weekdaysShort:"ne_po_ut_st_št_pi_so".split("_"),weekdaysMin:"ne_po_ut_st_št_pi_so".split("_"),longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY H:mm",LLLL:"dddd D. MMMM YYYY H:mm"},calendar:{sameDay:"[dnes o] LT",nextDay:"[zajtra o] LT",nextWeek:function(){switch(this.day()){case 0:return"[v nedeľu o] LT";case 1:case 2:return"[v] dddd [o] LT";case 3:return"[v stredu o] LT";case 4:return"[vo štvrtok o] LT";case 5:return"[v piatok o] LT";case 6:return"[v sobotu o] LT"}},lastDay:"[včera o] LT",lastWeek:function(){switch(this.day()){case 0:return"[minulú nedeľu o] LT";case 1:case 2:return"[minulý] dddd [o] LT";case 3:return"[minulú stredu o] LT";case 4:case 5:return"[minulý] dddd [o] LT";case 6:return"[minulú sobotu o] LT"}},sameElse:"L"},relativeTime:{future:"za %s",past:"pred %s",s:r,ss:r,m:r,mm:r,h:r,hh:r,d:r,dd:r,M:r,MM:r,y:r,yy:r},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})}(n(1))},function(e,t,n){!function(e){"use strict";function t(e,t,n,i){var r=e+" ";switch(n){case"s":return t||i?"nekaj sekund":"nekaj sekundami";case"ss":return r+=1===e?t?"sekundo":"sekundi":2===e?t||i?"sekundi":"sekundah":e<5?t||i?"sekunde":"sekundah":"sekund";case"m":return t?"ena minuta":"eno minuto";case"mm":return r+=1===e?t?"minuta":"minuto":2===e?t||i?"minuti":"minutama":e<5?t||i?"minute":"minutami":t||i?"minut":"minutami";case"h":return t?"ena ura":"eno uro";case"hh":return r+=1===e?t?"ura":"uro":2===e?t||i?"uri":"urama":e<5?t||i?"ure":"urami":t||i?"ur":"urami";case"d":return t||i?"en dan":"enim dnem";case"dd":return r+=1===e?t||i?"dan":"dnem":2===e?t||i?"dni":"dnevoma":t||i?"dni":"dnevi";case"M":return t||i?"en mesec":"enim mesecem";case"MM":return r+=1===e?t||i?"mesec":"mesecem":2===e?t||i?"meseca":"mesecema":e<5?t||i?"mesece":"meseci":t||i?"mesecev":"meseci";case"y":return t||i?"eno leto":"enim letom";case"yy":return r+=1===e?t||i?"leto":"letom":2===e?t||i?"leti":"letoma":e<5?t||i?"leta":"leti":t||i?"let":"leti"}}e.defineLocale("sl",{months:"januar_februar_marec_april_maj_junij_julij_avgust_september_oktober_november_december".split("_"),monthsShort:"jan._feb._mar._apr._maj._jun._jul._avg._sep._okt._nov._dec.".split("_"),monthsParseExact:!0,weekdays:"nedelja_ponedeljek_torek_sreda_četrtek_petek_sobota".split("_"),weekdaysShort:"ned._pon._tor._sre._čet._pet._sob.".split("_"),weekdaysMin:"ne_po_to_sr_če_pe_so".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY H:mm",LLLL:"dddd, D. MMMM YYYY H:mm"},calendar:{sameDay:"[danes ob] LT",nextDay:"[jutri ob] LT",nextWeek:function(){switch(this.day()){case 0:return"[v] [nedeljo] [ob] LT";case 3:return"[v] [sredo] [ob] LT";case 6:return"[v] [soboto] [ob] LT";case 1:case 2:case 4:case 5:return"[v] dddd [ob] LT"}},lastDay:"[včeraj ob] LT",lastWeek:function(){switch(this.day()){case 0:return"[prejšnjo] [nedeljo] [ob] LT";case 3:return"[prejšnjo] [sredo] [ob] LT";case 6:return"[prejšnjo] [soboto] [ob] LT";case 1:case 2:case 4:case 5:return"[prejšnji] dddd [ob] LT"}},sameElse:"L"},relativeTime:{future:"čez %s",past:"pred %s",s:t,ss:t,m:t,mm:t,h:t,hh:t,d:t,dd:t,M:t,MM:t,y:t,yy:t},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:7}})}(n(1))},function(e,t,n){!function(e){"use strict";e.defineLocale("sq",{months:"Janar_Shkurt_Mars_Prill_Maj_Qershor_Korrik_Gusht_Shtator_Tetor_Nëntor_Dhjetor".split("_"),monthsShort:"Jan_Shk_Mar_Pri_Maj_Qer_Kor_Gus_Sht_Tet_Nën_Dhj".split("_"),weekdays:"E Diel_E Hënë_E Martë_E Mërkurë_E Enjte_E Premte_E Shtunë".split("_"),weekdaysShort:"Die_Hën_Mar_Mër_Enj_Pre_Sht".split("_"),weekdaysMin:"D_H_Ma_Më_E_P_Sh".split("_"),weekdaysParseExact:!0,meridiemParse:/PD|MD/,isPM:function(e){return"M"===e.charAt(0)},meridiem:function(e,t,n){return e<12?"PD":"MD"},longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[Sot në] LT",nextDay:"[Nesër në] LT",nextWeek:"dddd [në] LT",lastDay:"[Dje në] LT",lastWeek:"dddd [e kaluar në] LT",sameElse:"L"},relativeTime:{future:"në %s",past:"%s më parë",s:"disa sekonda",ss:"%d sekonda",m:"një minutë",mm:"%d minuta",h:"një orë",hh:"%d orë",d:"një ditë",dd:"%d ditë",M:"një muaj",MM:"%d muaj",y:"një vit",yy:"%d vite"},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})}(n(1))},function(e,t,n){!function(e){"use strict";var t={words:{ss:["sekunda","sekunde","sekundi"],m:["jedan minut","jedne minute"],mm:["minut","minute","minuta"],h:["jedan sat","jednog sata"],hh:["sat","sata","sati"],dd:["dan","dana","dana"],MM:["mesec","meseca","meseci"],yy:["godina","godine","godina"]},correctGrammaticalCase:function(e,t){return 1===e?t[0]:e>=2&&e<=4?t[1]:t[2]},translate:function(e,n,i){var r=t.words[i];return 1===i.length?n?r[0]:r[1]:e+" "+t.correctGrammaticalCase(e,r)}};e.defineLocale("sr",{months:"januar_februar_mart_april_maj_jun_jul_avgust_septembar_oktobar_novembar_decembar".split("_"),monthsShort:"jan._feb._mar._apr._maj_jun_jul_avg._sep._okt._nov._dec.".split("_"),monthsParseExact:!0,weekdays:"nedelja_ponedeljak_utorak_sreda_četvrtak_petak_subota".split("_"),weekdaysShort:"ned._pon._uto._sre._čet._pet._sub.".split("_"),weekdaysMin:"ne_po_ut_sr_če_pe_su".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY H:mm",LLLL:"dddd, D. MMMM YYYY H:mm"},calendar:{sameDay:"[danas u] LT",nextDay:"[sutra u] LT",nextWeek:function(){switch(this.day()){case 0:return"[u] [nedelju] [u] LT";case 3:return"[u] [sredu] [u] LT";case 6:return"[u] [subotu] [u] LT";case 1:case 2:case 4:case 5:return"[u] dddd [u] LT"}},lastDay:"[juče u] LT",lastWeek:function(){return["[prošle] [nedelje] [u] LT","[prošlog] [ponedeljka] [u] LT","[prošlog] [utorka] [u] LT","[prošle] [srede] [u] LT","[prošlog] [četvrtka] [u] LT","[prošlog] [petka] [u] LT","[prošle] [subote] [u] LT"][this.day()]},sameElse:"L"},relativeTime:{future:"za %s",past:"pre %s",s:"nekoliko sekundi",ss:t.translate,m:t.translate,mm:t.translate,h:t.translate,hh:t.translate,d:"dan",dd:t.translate,M:"mesec",MM:t.translate,y:"godinu",yy:t.translate},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:7}})}(n(1))},function(e,t,n){!function(e){"use strict";var t={words:{ss:["секунда","секунде","секунди"],m:["један минут","једне минуте"],mm:["минут","минуте","минута"],h:["један сат","једног сата"],hh:["сат","сата","сати"],dd:["дан","дана","дана"],MM:["месец","месеца","месеци"],yy:["година","године","година"]},correctGrammaticalCase:function(e,t){return 1===e?t[0]:e>=2&&e<=4?t[1]:t[2]},translate:function(e,n,i){var r=t.words[i];return 1===i.length?n?r[0]:r[1]:e+" "+t.correctGrammaticalCase(e,r)}};e.defineLocale("sr-cyrl",{months:"јануар_фебруар_март_април_мај_јун_јул_август_септембар_октобар_новембар_децембар".split("_"),monthsShort:"јан._феб._мар._апр._мај_јун_јул_авг._сеп._окт._нов._дец.".split("_"),monthsParseExact:!0,weekdays:"недеља_понедељак_уторак_среда_четвртак_петак_субота".split("_"),weekdaysShort:"нед._пон._уто._сре._чет._пет._суб.".split("_"),weekdaysMin:"не_по_ут_ср_че_пе_су".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY H:mm",LLLL:"dddd, D. MMMM YYYY H:mm"},calendar:{sameDay:"[данас у] LT",nextDay:"[сутра у] LT",nextWeek:function(){switch(this.day()){case 0:return"[у] [недељу] [у] LT";case 3:return"[у] [среду] [у] LT";case 6:return"[у] [суботу] [у] LT";case 1:case 2:case 4:case 5:return"[у] dddd [у] LT"}},lastDay:"[јуче у] LT",lastWeek:function(){return["[прошле] [недеље] [у] LT","[прошлог] [понедељка] [у] LT","[прошлог] [уторка] [у] LT","[прошле] [среде] [у] LT","[прошлог] [четвртка] [у] LT","[прошлог] [петка] [у] LT","[прошле] [суботе] [у] LT"][this.day()]},sameElse:"L"},relativeTime:{future:"за %s",past:"пре %s",s:"неколико секунди",ss:t.translate,m:t.translate,mm:t.translate,h:t.translate,hh:t.translate,d:"дан",dd:t.translate,M:"месец",MM:t.translate,y:"годину",yy:t.translate},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:7}})}(n(1))},function(e,t,n){!function(e){"use strict";e.defineLocale("ss",{months:"Bhimbidvwane_Indlovana_Indlov'lenkhulu_Mabasa_Inkhwekhweti_Inhlaba_Kholwane_Ingci_Inyoni_Imphala_Lweti_Ingongoni".split("_"),monthsShort:"Bhi_Ina_Inu_Mab_Ink_Inh_Kho_Igc_Iny_Imp_Lwe_Igo".split("_"),weekdays:"Lisontfo_Umsombuluko_Lesibili_Lesitsatfu_Lesine_Lesihlanu_Umgcibelo".split("_"),weekdaysShort:"Lis_Umb_Lsb_Les_Lsi_Lsh_Umg".split("_"),weekdaysMin:"Li_Us_Lb_Lt_Ls_Lh_Ug".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"h:mm A",LTS:"h:mm:ss A",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY h:mm A",LLLL:"dddd, D MMMM YYYY h:mm A"},calendar:{sameDay:"[Namuhla nga] LT",nextDay:"[Kusasa nga] LT",nextWeek:"dddd [nga] LT",lastDay:"[Itolo nga] LT",lastWeek:"dddd [leliphelile] [nga] LT",sameElse:"L"},relativeTime:{future:"nga %s",past:"wenteka nga %s",s:"emizuzwana lomcane",ss:"%d mzuzwana",m:"umzuzu",mm:"%d emizuzu",h:"lihora",hh:"%d emahora",d:"lilanga",dd:"%d emalanga",M:"inyanga",MM:"%d tinyanga",y:"umnyaka",yy:"%d iminyaka"},meridiemParse:/ekuseni|emini|entsambama|ebusuku/,meridiem:function(e,t,n){return e<11?"ekuseni":e<15?"emini":e<19?"entsambama":"ebusuku"},meridiemHour:function(e,t){return 12===e&&(e=0),"ekuseni"===t?e:"emini"===t?e>=11?e:e+12:"entsambama"===t||"ebusuku"===t?0===e?0:e+12:void 0},dayOfMonthOrdinalParse:/\d{1,2}/,ordinal:"%d",week:{dow:1,doy:4}})}(n(1))},function(e,t,n){!function(e){"use strict";e.defineLocale("sv",{months:"januari_februari_mars_april_maj_juni_juli_augusti_september_oktober_november_december".split("_"),monthsShort:"jan_feb_mar_apr_maj_jun_jul_aug_sep_okt_nov_dec".split("_"),weekdays:"söndag_måndag_tisdag_onsdag_torsdag_fredag_lördag".split("_"),weekdaysShort:"sön_mån_tis_ons_tor_fre_lör".split("_"),weekdaysMin:"sö_må_ti_on_to_fr_lö".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"YYYY-MM-DD",LL:"D MMMM YYYY",LLL:"D MMMM YYYY [kl.] HH:mm",LLLL:"dddd D MMMM YYYY [kl.] HH:mm",lll:"D MMM YYYY HH:mm",llll:"ddd D MMM YYYY HH:mm"},calendar:{sameDay:"[Idag] LT",nextDay:"[Imorgon] LT",lastDay:"[Igår] LT",nextWeek:"[På] dddd LT",lastWeek:"[I] dddd[s] LT",sameElse:"L"},relativeTime:{future:"om %s",past:"för %s sedan",s:"några sekunder",ss:"%d sekunder",m:"en minut",mm:"%d minuter",h:"en timme",hh:"%d timmar",d:"en dag",dd:"%d dagar",M:"en månad",MM:"%d månader",y:"ett år",yy:"%d år"},dayOfMonthOrdinalParse:/\d{1,2}(e|a)/,ordinal:function(e){var t=e%10;return e+(1==~~(e%100/10)?"e":1===t||2===t?"a":"e")},week:{dow:1,doy:4}})}(n(1))},function(e,t,n){!function(e){"use strict";e.defineLocale("sw",{months:"Januari_Februari_Machi_Aprili_Mei_Juni_Julai_Agosti_Septemba_Oktoba_Novemba_Desemba".split("_"),monthsShort:"Jan_Feb_Mac_Apr_Mei_Jun_Jul_Ago_Sep_Okt_Nov_Des".split("_"),weekdays:"Jumapili_Jumatatu_Jumanne_Jumatano_Alhamisi_Ijumaa_Jumamosi".split("_"),weekdaysShort:"Jpl_Jtat_Jnne_Jtan_Alh_Ijm_Jmos".split("_"),weekdaysMin:"J2_J3_J4_J5_Al_Ij_J1".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[leo saa] LT",nextDay:"[kesho saa] LT",nextWeek:"[wiki ijayo] dddd [saat] LT",lastDay:"[jana] LT",lastWeek:"[wiki iliyopita] dddd [saat] LT",sameElse:"L"},relativeTime:{future:"%s baadaye",past:"tokea %s",s:"hivi punde",ss:"sekunde %d",m:"dakika moja",mm:"dakika %d",h:"saa limoja",hh:"masaa %d",d:"siku moja",dd:"masiku %d",M:"mwezi mmoja",MM:"miezi %d",y:"mwaka mmoja",yy:"miaka %d"},week:{dow:1,doy:7}})}(n(1))},function(e,t,n){!function(e){"use strict";var t={1:"௧",2:"௨",3:"௩",4:"௪",5:"௫",6:"௬",7:"௭",8:"௮",9:"௯",0:"௦"},n={"௧":"1","௨":"2","௩":"3","௪":"4","௫":"5","௬":"6","௭":"7","௮":"8","௯":"9","௦":"0"};e.defineLocale("ta",{months:"ஜனவரி_பிப்ரவரி_மார்ச்_ஏப்ரல்_மே_ஜூன்_ஜூலை_ஆகஸ்ட்_செப்டெம்பர்_அக்டோபர்_நவம்பர்_டிசம்பர்".split("_"),monthsShort:"ஜனவரி_பிப்ரவரி_மார்ச்_ஏப்ரல்_மே_ஜூன்_ஜூலை_ஆகஸ்ட்_செப்டெம்பர்_அக்டோபர்_நவம்பர்_டிசம்பர்".split("_"),weekdays:"ஞாயிற்றுக்கிழமை_திங்கட்கிழமை_செவ்வாய்கிழமை_புதன்கிழமை_வியாழக்கிழமை_வெள்ளிக்கிழமை_சனிக்கிழமை".split("_"),weekdaysShort:"ஞாயிறு_திங்கள்_செவ்வாய்_புதன்_வியாழன்_வெள்ளி_சனி".split("_"),weekdaysMin:"ஞா_தி_செ_பு_வி_வெ_ச".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY, HH:mm",LLLL:"dddd, D MMMM YYYY, HH:mm"},calendar:{sameDay:"[இன்று] LT",nextDay:"[நாளை] LT",nextWeek:"dddd, LT",lastDay:"[நேற்று] LT",lastWeek:"[கடந்த வாரம்] dddd, LT",sameElse:"L"},relativeTime:{future:"%s இல்",past:"%s முன்",s:"ஒரு சில விநாடிகள்",ss:"%d விநாடிகள்",m:"ஒரு நிமிடம்",mm:"%d நிமிடங்கள்",h:"ஒரு மணி நேரம்",hh:"%d மணி நேரம்",d:"ஒரு நாள்",dd:"%d நாட்கள்",M:"ஒரு மாதம்",MM:"%d மாதங்கள்",y:"ஒரு வருடம்",yy:"%d ஆண்டுகள்"},dayOfMonthOrdinalParse:/\d{1,2}வது/,ordinal:function(e){return e+"வது"},preparse:function(e){return e.replace(/[௧௨௩௪௫௬௭௮௯௦]/g,(function(e){return n[e]}))},postformat:function(e){return e.replace(/\d/g,(function(e){return t[e]}))},meridiemParse:/யாமம்|வைகறை|காலை|நண்பகல்|எற்பாடு|மாலை/,meridiem:function(e,t,n){return e<2?" யாமம்":e<6?" வைகறை":e<10?" காலை":e<14?" நண்பகல்":e<18?" எற்பாடு":e<22?" மாலை":" யாமம்"},meridiemHour:function(e,t){return 12===e&&(e=0),"யாமம்"===t?e<2?e:e+12:"வைகறை"===t||"காலை"===t||"நண்பகல்"===t&&e>=10?e:e+12},week:{dow:0,doy:6}})}(n(1))},function(e,t,n){!function(e){"use strict";e.defineLocale("te",{months:"జనవరి_ఫిబ్రవరి_మార్చి_ఏప్రిల్_మే_జూన్_జులై_ఆగస్టు_సెప్టెంబర్_అక్టోబర్_నవంబర్_డిసెంబర్".split("_"),monthsShort:"జన._ఫిబ్ర._మార్చి_ఏప్రి._మే_జూన్_జులై_ఆగ._సెప్._అక్టో._నవ._డిసె.".split("_"),monthsParseExact:!0,weekdays:"ఆదివారం_సోమవారం_మంగళవారం_బుధవారం_గురువారం_శుక్రవారం_శనివారం".split("_"),weekdaysShort:"ఆది_సోమ_మంగళ_బుధ_గురు_శుక్ర_శని".split("_"),weekdaysMin:"ఆ_సో_మం_బు_గు_శు_శ".split("_"),longDateFormat:{LT:"A h:mm",LTS:"A h:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY, A h:mm",LLLL:"dddd, D MMMM YYYY, A h:mm"},calendar:{sameDay:"[నేడు] LT",nextDay:"[రేపు] LT",nextWeek:"dddd, LT",lastDay:"[నిన్న] LT",lastWeek:"[గత] dddd, LT",sameElse:"L"},relativeTime:{future:"%s లో",past:"%s క్రితం",s:"కొన్ని క్షణాలు",ss:"%d సెకన్లు",m:"ఒక నిమిషం",mm:"%d నిమిషాలు",h:"ఒక గంట",hh:"%d గంటలు",d:"ఒక రోజు",dd:"%d రోజులు",M:"ఒక నెల",MM:"%d నెలలు",y:"ఒక సంవత్సరం",yy:"%d సంవత్సరాలు"},dayOfMonthOrdinalParse:/\d{1,2}వ/,ordinal:"%dవ",meridiemParse:/రాత్రి|ఉదయం|మధ్యాహ్నం|సాయంత్రం/,meridiemHour:function(e,t){return 12===e&&(e=0),"రాత్రి"===t?e<4?e:e+12:"ఉదయం"===t?e:"మధ్యాహ్నం"===t?e>=10?e:e+12:"సాయంత్రం"===t?e+12:void 0},meridiem:function(e,t,n){return e<4?"రాత్రి":e<10?"ఉదయం":e<17?"మధ్యాహ్నం":e<20?"సాయంత్రం":"రాత్రి"},week:{dow:0,doy:6}})}(n(1))},function(e,t,n){!function(e){"use strict";e.defineLocale("tet",{months:"Janeiru_Fevereiru_Marsu_Abril_Maiu_Juñu_Jullu_Agustu_Setembru_Outubru_Novembru_Dezembru".split("_"),monthsShort:"Jan_Fev_Mar_Abr_Mai_Jun_Jul_Ago_Set_Out_Nov_Dez".split("_"),weekdays:"Domingu_Segunda_Tersa_Kuarta_Kinta_Sesta_Sabadu".split("_"),weekdaysShort:"Dom_Seg_Ters_Kua_Kint_Sest_Sab".split("_"),weekdaysMin:"Do_Seg_Te_Ku_Ki_Ses_Sa".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[Ohin iha] LT",nextDay:"[Aban iha] LT",nextWeek:"dddd [iha] LT",lastDay:"[Horiseik iha] LT",lastWeek:"dddd [semana kotuk] [iha] LT",sameElse:"L"},relativeTime:{future:"iha %s",past:"%s liuba",s:"minutu balun",ss:"minutu %d",m:"minutu ida",mm:"minutu %d",h:"oras ida",hh:"oras %d",d:"loron ida",dd:"loron %d",M:"fulan ida",MM:"fulan %d",y:"tinan ida",yy:"tinan %d"},dayOfMonthOrdinalParse:/\d{1,2}(st|nd|rd|th)/,ordinal:function(e){var t=e%10;return e+(1==~~(e%100/10)?"th":1===t?"st":2===t?"nd":3===t?"rd":"th")},week:{dow:1,doy:4}})}(n(1))},function(e,t,n){!function(e){"use strict";var t={0:"-ум",1:"-ум",2:"-юм",3:"-юм",4:"-ум",5:"-ум",6:"-ум",7:"-ум",8:"-ум",9:"-ум",10:"-ум",12:"-ум",13:"-ум",20:"-ум",30:"-юм",40:"-ум",50:"-ум",60:"-ум",70:"-ум",80:"-ум",90:"-ум",100:"-ум"};e.defineLocale("tg",{months:"январ_феврал_март_апрел_май_июн_июл_август_сентябр_октябр_ноябр_декабр".split("_"),monthsShort:"янв_фев_мар_апр_май_июн_июл_авг_сен_окт_ноя_дек".split("_"),weekdays:"якшанбе_душанбе_сешанбе_чоршанбе_панҷшанбе_ҷумъа_шанбе".split("_"),weekdaysShort:"яшб_дшб_сшб_чшб_пшб_ҷум_шнб".split("_"),weekdaysMin:"яш_дш_сш_чш_пш_ҷм_шб".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[Имрӯз соати] LT",nextDay:"[Пагоҳ соати] LT",lastDay:"[Дирӯз соати] LT",nextWeek:"dddd[и] [ҳафтаи оянда соати] LT",lastWeek:"dddd[и] [ҳафтаи гузашта соати] LT",sameElse:"L"},relativeTime:{future:"баъди %s",past:"%s пеш",s:"якчанд сония",m:"як дақиқа",mm:"%d дақиқа",h:"як соат",hh:"%d соат",d:"як рӯз",dd:"%d рӯз",M:"як моҳ",MM:"%d моҳ",y:"як сол",yy:"%d сол"},meridiemParse:/шаб|субҳ|рӯз|бегоҳ/,meridiemHour:function(e,t){return 12===e&&(e=0),"шаб"===t?e<4?e:e+12:"субҳ"===t?e:"рӯз"===t?e>=11?e:e+12:"бегоҳ"===t?e+12:void 0},meridiem:function(e,t,n){return e<4?"шаб":e<11?"субҳ":e<16?"рӯз":e<19?"бегоҳ":"шаб"},dayOfMonthOrdinalParse:/\d{1,2}-(ум|юм)/,ordinal:function(e){return e+(t[e]||t[e%10]||t[e>=100?100:null])},week:{dow:1,doy:7}})}(n(1))},function(e,t,n){!function(e){"use strict";e.defineLocale("th",{months:"มกราคม_กุมภาพันธ์_มีนาคม_เมษายน_พฤษภาคม_มิถุนายน_กรกฎาคม_สิงหาคม_กันยายน_ตุลาคม_พฤศจิกายน_ธันวาคม".split("_"),monthsShort:"ม.ค._ก.พ._มี.ค._เม.ย._พ.ค._มิ.ย._ก.ค._ส.ค._ก.ย._ต.ค._พ.ย._ธ.ค.".split("_"),monthsParseExact:!0,weekdays:"อาทิตย์_จันทร์_อังคาร_พุธ_พฤหัสบดี_ศุกร์_เสาร์".split("_"),weekdaysShort:"อาทิตย์_จันทร์_อังคาร_พุธ_พฤหัส_ศุกร์_เสาร์".split("_"),weekdaysMin:"อา._จ._อ._พ._พฤ._ศ._ส.".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY เวลา H:mm",LLLL:"วันddddที่ D MMMM YYYY เวลา H:mm"},meridiemParse:/ก่อนเที่ยง|หลังเที่ยง/,isPM:function(e){return"หลังเที่ยง"===e},meridiem:function(e,t,n){return e<12?"ก่อนเที่ยง":"หลังเที่ยง"},calendar:{sameDay:"[วันนี้ เวลา] LT",nextDay:"[พรุ่งนี้ เวลา] LT",nextWeek:"dddd[หน้า เวลา] LT",lastDay:"[เมื่อวานนี้ เวลา] LT",lastWeek:"[วัน]dddd[ที่แล้ว เวลา] LT",sameElse:"L"},relativeTime:{future:"อีก %s",past:"%sที่แล้ว",s:"ไม่กี่วินาที",ss:"%d วินาที",m:"1 นาที",mm:"%d นาที",h:"1 ชั่วโมง",hh:"%d ชั่วโมง",d:"1 วัน",dd:"%d วัน",M:"1 เดือน",MM:"%d เดือน",y:"1 ปี",yy:"%d ปี"}})}(n(1))},function(e,t,n){!function(e){"use strict";e.defineLocale("tl-ph",{months:"Enero_Pebrero_Marso_Abril_Mayo_Hunyo_Hulyo_Agosto_Setyembre_Oktubre_Nobyembre_Disyembre".split("_"),monthsShort:"Ene_Peb_Mar_Abr_May_Hun_Hul_Ago_Set_Okt_Nob_Dis".split("_"),weekdays:"Linggo_Lunes_Martes_Miyerkules_Huwebes_Biyernes_Sabado".split("_"),weekdaysShort:"Lin_Lun_Mar_Miy_Huw_Biy_Sab".split("_"),weekdaysMin:"Li_Lu_Ma_Mi_Hu_Bi_Sab".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"MM/D/YYYY",LL:"MMMM D, YYYY",LLL:"MMMM D, YYYY HH:mm",LLLL:"dddd, MMMM DD, YYYY HH:mm"},calendar:{sameDay:"LT [ngayong araw]",nextDay:"[Bukas ng] LT",nextWeek:"LT [sa susunod na] dddd",lastDay:"LT [kahapon]",lastWeek:"LT [noong nakaraang] dddd",sameElse:"L"},relativeTime:{future:"sa loob ng %s",past:"%s ang nakalipas",s:"ilang segundo",ss:"%d segundo",m:"isang minuto",mm:"%d minuto",h:"isang oras",hh:"%d oras",d:"isang araw",dd:"%d araw",M:"isang buwan",MM:"%d buwan",y:"isang taon",yy:"%d taon"},dayOfMonthOrdinalParse:/\d{1,2}/,ordinal:function(e){return e},week:{dow:1,doy:4}})}(n(1))},function(e,t,n){!function(e){"use strict";var t="pagh_wa’_cha’_wej_loS_vagh_jav_Soch_chorgh_Hut".split("_");function n(e,n,i,r){var o=function(e){var n=Math.floor(e%1e3/100),i=Math.floor(e%100/10),r=e%10,o="";return n>0&&(o+=t[n]+"vatlh"),i>0&&(o+=(""!==o?" ":"")+t[i]+"maH"),r>0&&(o+=(""!==o?" ":"")+t[r]),""===o?"pagh":o}(e);switch(i){case"ss":return o+" lup";case"mm":return o+" tup";case"hh":return o+" rep";case"dd":return o+" jaj";case"MM":return o+" jar";case"yy":return o+" DIS"}}e.defineLocale("tlh",{months:"tera’ jar wa’_tera’ jar cha’_tera’ jar wej_tera’ jar loS_tera’ jar vagh_tera’ jar jav_tera’ jar Soch_tera’ jar chorgh_tera’ jar Hut_tera’ jar wa’maH_tera’ jar wa’maH wa’_tera’ jar wa’maH cha’".split("_"),monthsShort:"jar wa’_jar cha’_jar wej_jar loS_jar vagh_jar jav_jar Soch_jar chorgh_jar Hut_jar wa’maH_jar wa’maH wa’_jar wa’maH cha’".split("_"),monthsParseExact:!0,weekdays:"lojmItjaj_DaSjaj_povjaj_ghItlhjaj_loghjaj_buqjaj_ghInjaj".split("_"),weekdaysShort:"lojmItjaj_DaSjaj_povjaj_ghItlhjaj_loghjaj_buqjaj_ghInjaj".split("_"),weekdaysMin:"lojmItjaj_DaSjaj_povjaj_ghItlhjaj_loghjaj_buqjaj_ghInjaj".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[DaHjaj] LT",nextDay:"[wa’leS] LT",nextWeek:"LLL",lastDay:"[wa’Hu’] LT",lastWeek:"LLL",sameElse:"L"},relativeTime:{future:function(e){var t=e;return t=-1!==e.indexOf("jaj")?t.slice(0,-3)+"leS":-1!==e.indexOf("jar")?t.slice(0,-3)+"waQ":-1!==e.indexOf("DIS")?t.slice(0,-3)+"nem":t+" pIq"},past:function(e){var t=e;return t=-1!==e.indexOf("jaj")?t.slice(0,-3)+"Hu’":-1!==e.indexOf("jar")?t.slice(0,-3)+"wen":-1!==e.indexOf("DIS")?t.slice(0,-3)+"ben":t+" ret"},s:"puS lup",ss:n,m:"wa’ tup",mm:n,h:"wa’ rep",hh:n,d:"wa’ jaj",dd:n,M:"wa’ jar",MM:n,y:"wa’ DIS",yy:n},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})}(n(1))},function(e,t,n){!function(e){"use strict";var t={1:"'inci",5:"'inci",8:"'inci",70:"'inci",80:"'inci",2:"'nci",7:"'nci",20:"'nci",50:"'nci",3:"'üncü",4:"'üncü",100:"'üncü",6:"'ncı",9:"'uncu",10:"'uncu",30:"'uncu",60:"'ıncı",90:"'ıncı"};e.defineLocale("tr",{months:"Ocak_Şubat_Mart_Nisan_Mayıs_Haziran_Temmuz_Ağustos_Eylül_Ekim_Kasım_Aralık".split("_"),monthsShort:"Oca_Şub_Mar_Nis_May_Haz_Tem_Ağu_Eyl_Eki_Kas_Ara".split("_"),weekdays:"Pazar_Pazartesi_Salı_Çarşamba_Perşembe_Cuma_Cumartesi".split("_"),weekdaysShort:"Paz_Pts_Sal_Çar_Per_Cum_Cts".split("_"),weekdaysMin:"Pz_Pt_Sa_Ça_Pe_Cu_Ct".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[bugün saat] LT",nextDay:"[yarın saat] LT",nextWeek:"[gelecek] dddd [saat] LT",lastDay:"[dün] LT",lastWeek:"[geçen] dddd [saat] LT",sameElse:"L"},relativeTime:{future:"%s sonra",past:"%s önce",s:"birkaç saniye",ss:"%d saniye",m:"bir dakika",mm:"%d dakika",h:"bir saat",hh:"%d saat",d:"bir gün",dd:"%d gün",M:"bir ay",MM:"%d ay",y:"bir yıl",yy:"%d yıl"},ordinal:function(e,n){switch(n){case"d":case"D":case"Do":case"DD":return e;default:if(0===e)return e+"'ıncı";var i=e%10;return e+(t[i]||t[e%100-i]||t[e>=100?100:null])}},week:{dow:1,doy:7}})}(n(1))},function(e,t,n){!function(e){"use strict";function t(e,t,n,i){var r={s:["viensas secunds","'iensas secunds"],ss:[e+" secunds",e+" secunds"],m:["'n míut","'iens míut"],mm:[e+" míuts",e+" míuts"],h:["'n þora","'iensa þora"],hh:[e+" þoras",e+" þoras"],d:["'n ziua","'iensa ziua"],dd:[e+" ziuas",e+" ziuas"],M:["'n mes","'iens mes"],MM:[e+" mesen",e+" mesen"],y:["'n ar","'iens ar"],yy:[e+" ars",e+" ars"]};return i||t?r[n][0]:r[n][1]}e.defineLocale("tzl",{months:"Januar_Fevraglh_Març_Avrïu_Mai_Gün_Julia_Guscht_Setemvar_Listopäts_Noemvar_Zecemvar".split("_"),monthsShort:"Jan_Fev_Mar_Avr_Mai_Gün_Jul_Gus_Set_Lis_Noe_Zec".split("_"),weekdays:"Súladi_Lúneçi_Maitzi_Márcuri_Xhúadi_Viénerçi_Sáturi".split("_"),weekdaysShort:"Súl_Lún_Mai_Már_Xhú_Vié_Sát".split("_"),weekdaysMin:"Sú_Lú_Ma_Má_Xh_Vi_Sá".split("_"),longDateFormat:{LT:"HH.mm",LTS:"HH.mm.ss",L:"DD.MM.YYYY",LL:"D. MMMM [dallas] YYYY",LLL:"D. MMMM [dallas] YYYY HH.mm",LLLL:"dddd, [li] D. MMMM [dallas] YYYY HH.mm"},meridiemParse:/d\'o|d\'a/i,isPM:function(e){return"d'o"===e.toLowerCase()},meridiem:function(e,t,n){return e>11?n?"d'o":"D'O":n?"d'a":"D'A"},calendar:{sameDay:"[oxhi à] LT",nextDay:"[demà à] LT",nextWeek:"dddd [à] LT",lastDay:"[ieiri à] LT",lastWeek:"[sür el] dddd [lasteu à] LT",sameElse:"L"},relativeTime:{future:"osprei %s",past:"ja%s",s:t,ss:t,m:t,mm:t,h:t,hh:t,d:t,dd:t,M:t,MM:t,y:t,yy:t},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})}(n(1))},function(e,t,n){!function(e){"use strict";e.defineLocale("tzm",{months:"ⵉⵏⵏⴰⵢⵔ_ⴱⵕⴰⵢⵕ_ⵎⴰⵕⵚ_ⵉⴱⵔⵉⵔ_ⵎⴰⵢⵢⵓ_ⵢⵓⵏⵢⵓ_ⵢⵓⵍⵢⵓⵣ_ⵖⵓⵛⵜ_ⵛⵓⵜⴰⵏⴱⵉⵔ_ⴽⵟⵓⴱⵕ_ⵏⵓⵡⴰⵏⴱⵉⵔ_ⴷⵓⵊⵏⴱⵉⵔ".split("_"),monthsShort:"ⵉⵏⵏⴰⵢⵔ_ⴱⵕⴰⵢⵕ_ⵎⴰⵕⵚ_ⵉⴱⵔⵉⵔ_ⵎⴰⵢⵢⵓ_ⵢⵓⵏⵢⵓ_ⵢⵓⵍⵢⵓⵣ_ⵖⵓⵛⵜ_ⵛⵓⵜⴰⵏⴱⵉⵔ_ⴽⵟⵓⴱⵕ_ⵏⵓⵡⴰⵏⴱⵉⵔ_ⴷⵓⵊⵏⴱⵉⵔ".split("_"),weekdays:"ⴰⵙⴰⵎⴰⵙ_ⴰⵢⵏⴰⵙ_ⴰⵙⵉⵏⴰⵙ_ⴰⴽⵔⴰⵙ_ⴰⴽⵡⴰⵙ_ⴰⵙⵉⵎⵡⴰⵙ_ⴰⵙⵉⴹⵢⴰⵙ".split("_"),weekdaysShort:"ⴰⵙⴰⵎⴰⵙ_ⴰⵢⵏⴰⵙ_ⴰⵙⵉⵏⴰⵙ_ⴰⴽⵔⴰⵙ_ⴰⴽⵡⴰⵙ_ⴰⵙⵉⵎⵡⴰⵙ_ⴰⵙⵉⴹⵢⴰⵙ".split("_"),weekdaysMin:"ⴰⵙⴰⵎⴰⵙ_ⴰⵢⵏⴰⵙ_ⴰⵙⵉⵏⴰⵙ_ⴰⴽⵔⴰⵙ_ⴰⴽⵡⴰⵙ_ⴰⵙⵉⵎⵡⴰⵙ_ⴰⵙⵉⴹⵢⴰⵙ".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[ⴰⵙⴷⵅ ⴴ] LT",nextDay:"[ⴰⵙⴽⴰ ⴴ] LT",nextWeek:"dddd [ⴴ] LT",lastDay:"[ⴰⵚⴰⵏⵜ ⴴ] LT",lastWeek:"dddd [ⴴ] LT",sameElse:"L"},relativeTime:{future:"ⴷⴰⴷⵅ ⵙ ⵢⴰⵏ %s",past:"ⵢⴰⵏ %s",s:"ⵉⵎⵉⴽ",ss:"%d ⵉⵎⵉⴽ",m:"ⵎⵉⵏⵓⴺ",mm:"%d ⵎⵉⵏⵓⴺ",h:"ⵙⴰⵄⴰ",hh:"%d ⵜⴰⵙⵙⴰⵄⵉⵏ",d:"ⴰⵙⵙ",dd:"%d oⵙⵙⴰⵏ",M:"ⴰⵢoⵓⵔ",MM:"%d ⵉⵢⵢⵉⵔⵏ",y:"ⴰⵙⴳⴰⵙ",yy:"%d ⵉⵙⴳⴰⵙⵏ"},week:{dow:6,doy:12}})}(n(1))},function(e,t,n){!function(e){"use strict";e.defineLocale("tzm-latn",{months:"innayr_brˤayrˤ_marˤsˤ_ibrir_mayyw_ywnyw_ywlywz_ɣwšt_šwtanbir_ktˤwbrˤ_nwwanbir_dwjnbir".split("_"),monthsShort:"innayr_brˤayrˤ_marˤsˤ_ibrir_mayyw_ywnyw_ywlywz_ɣwšt_šwtanbir_ktˤwbrˤ_nwwanbir_dwjnbir".split("_"),weekdays:"asamas_aynas_asinas_akras_akwas_asimwas_asiḍyas".split("_"),weekdaysShort:"asamas_aynas_asinas_akras_akwas_asimwas_asiḍyas".split("_"),weekdaysMin:"asamas_aynas_asinas_akras_akwas_asimwas_asiḍyas".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[asdkh g] LT",nextDay:"[aska g] LT",nextWeek:"dddd [g] LT",lastDay:"[assant g] LT",lastWeek:"dddd [g] LT",sameElse:"L"},relativeTime:{future:"dadkh s yan %s",past:"yan %s",s:"imik",ss:"%d imik",m:"minuḍ",mm:"%d minuḍ",h:"saɛa",hh:"%d tassaɛin",d:"ass",dd:"%d ossan",M:"ayowr",MM:"%d iyyirn",y:"asgas",yy:"%d isgasn"},week:{dow:6,doy:12}})}(n(1))},function(e,t,n){!function(e){"use strict";e.defineLocale("ug-cn",{months:"يانۋار_فېۋرال_مارت_ئاپرېل_ماي_ئىيۇن_ئىيۇل_ئاۋغۇست_سېنتەبىر_ئۆكتەبىر_نويابىر_دېكابىر".split("_"),monthsShort:"يانۋار_فېۋرال_مارت_ئاپرېل_ماي_ئىيۇن_ئىيۇل_ئاۋغۇست_سېنتەبىر_ئۆكتەبىر_نويابىر_دېكابىر".split("_"),weekdays:"يەكشەنبە_دۈشەنبە_سەيشەنبە_چارشەنبە_پەيشەنبە_جۈمە_شەنبە".split("_"),weekdaysShort:"يە_دۈ_سە_چا_پە_جۈ_شە".split("_"),weekdaysMin:"يە_دۈ_سە_چا_پە_جۈ_شە".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"YYYY-MM-DD",LL:"YYYY-يىلىM-ئاينىڭD-كۈنى",LLL:"YYYY-يىلىM-ئاينىڭD-كۈنى، HH:mm",LLLL:"dddd، YYYY-يىلىM-ئاينىڭD-كۈنى، HH:mm"},meridiemParse:/يېرىم كېچە|سەھەر|چۈشتىن بۇرۇن|چۈش|چۈشتىن كېيىن|كەچ/,meridiemHour:function(e,t){return 12===e&&(e=0),"يېرىم كېچە"===t||"سەھەر"===t||"چۈشتىن بۇرۇن"===t?e:"چۈشتىن كېيىن"===t||"كەچ"===t?e+12:e>=11?e:e+12},meridiem:function(e,t,n){var i=100*e+t;return i<600?"يېرىم كېچە":i<900?"سەھەر":i<1130?"چۈشتىن بۇرۇن":i<1230?"چۈش":i<1800?"چۈشتىن كېيىن":"كەچ"},calendar:{sameDay:"[بۈگۈن سائەت] LT",nextDay:"[ئەتە سائەت] LT",nextWeek:"[كېلەركى] dddd [سائەت] LT",lastDay:"[تۆنۈگۈن] LT",lastWeek:"[ئالدىنقى] dddd [سائەت] LT",sameElse:"L"},relativeTime:{future:"%s كېيىن",past:"%s بۇرۇن",s:"نەچچە سېكونت",ss:"%d سېكونت",m:"بىر مىنۇت",mm:"%d مىنۇت",h:"بىر سائەت",hh:"%d سائەت",d:"بىر كۈن",dd:"%d كۈن",M:"بىر ئاي",MM:"%d ئاي",y:"بىر يىل",yy:"%d يىل"},dayOfMonthOrdinalParse:/\d{1,2}(-كۈنى|-ئاي|-ھەپتە)/,ordinal:function(e,t){switch(t){case"d":case"D":case"DDD":return e+"-كۈنى";case"w":case"W":return e+"-ھەپتە";default:return e}},preparse:function(e){return e.replace(/،/g,",")},postformat:function(e){return e.replace(/,/g,"،")},week:{dow:1,doy:7}})}(n(1))},function(e,t,n){!function(e){"use strict";function t(e,t,n){var i,r;return"m"===n?t?"хвилина":"хвилину":"h"===n?t?"година":"годину":e+" "+(i=+e,r={ss:t?"секунда_секунди_секунд":"секунду_секунди_секунд",mm:t?"хвилина_хвилини_хвилин":"хвилину_хвилини_хвилин",hh:t?"година_години_годин":"годину_години_годин",dd:"день_дні_днів",MM:"місяць_місяці_місяців",yy:"рік_роки_років"}[n].split("_"),i%10==1&&i%100!=11?r[0]:i%10>=2&&i%10<=4&&(i%100<10||i%100>=20)?r[1]:r[2])}function n(e){return function(){return e+"о"+(11===this.hours()?"б":"")+"] LT"}}e.defineLocale("uk",{months:{format:"січня_лютого_березня_квітня_травня_червня_липня_серпня_вересня_жовтня_листопада_грудня".split("_"),standalone:"січень_лютий_березень_квітень_травень_червень_липень_серпень_вересень_жовтень_листопад_грудень".split("_")},monthsShort:"січ_лют_бер_квіт_трав_черв_лип_серп_вер_жовт_лист_груд".split("_"),weekdays:function(e,t){var n={nominative:"неділя_понеділок_вівторок_середа_четвер_п’ятниця_субота".split("_"),accusative:"неділю_понеділок_вівторок_середу_четвер_п’ятницю_суботу".split("_"),genitive:"неділі_понеділка_вівторка_середи_четверга_п’ятниці_суботи".split("_")};return!0===e?n.nominative.slice(1,7).concat(n.nominative.slice(0,1)):e?n[/(\[[ВвУу]\]) ?dddd/.test(t)?"accusative":/\[?(?:минулої|наступної)? ?\] ?dddd/.test(t)?"genitive":"nominative"][e.day()]:n.nominative},weekdaysShort:"нд_пн_вт_ср_чт_пт_сб".split("_"),weekdaysMin:"нд_пн_вт_ср_чт_пт_сб".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY р.",LLL:"D MMMM YYYY р., HH:mm",LLLL:"dddd, D MMMM YYYY р., HH:mm"},calendar:{sameDay:n("[Сьогодні "),nextDay:n("[Завтра "),lastDay:n("[Вчора "),nextWeek:n("[У] dddd ["),lastWeek:function(){switch(this.day()){case 0:case 3:case 5:case 6:return n("[Минулої] dddd [").call(this);case 1:case 2:case 4:return n("[Минулого] dddd [").call(this)}},sameElse:"L"},relativeTime:{future:"за %s",past:"%s тому",s:"декілька секунд",ss:t,m:t,mm:t,h:"годину",hh:t,d:"день",dd:t,M:"місяць",MM:t,y:"рік",yy:t},meridiemParse:/ночі|ранку|дня|вечора/,isPM:function(e){return/^(дня|вечора)$/.test(e)},meridiem:function(e,t,n){return e<4?"ночі":e<12?"ранку":e<17?"дня":"вечора"},dayOfMonthOrdinalParse:/\d{1,2}-(й|го)/,ordinal:function(e,t){switch(t){case"M":case"d":case"DDD":case"w":case"W":return e+"-й";case"D":return e+"-го";default:return e}},week:{dow:1,doy:7}})}(n(1))},function(e,t,n){!function(e){"use strict";var t=["جنوری","فروری","مارچ","اپریل","مئی","جون","جولائی","اگست","ستمبر","اکتوبر","نومبر","دسمبر"],n=["اتوار","پیر","منگل","بدھ","جمعرات","جمعہ","ہفتہ"];e.defineLocale("ur",{months:t,monthsShort:t,weekdays:n,weekdaysShort:n,weekdaysMin:n,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd، D MMMM YYYY HH:mm"},meridiemParse:/صبح|شام/,isPM:function(e){return"شام"===e},meridiem:function(e,t,n){return e<12?"صبح":"شام"},calendar:{sameDay:"[آج بوقت] LT",nextDay:"[کل بوقت] LT",nextWeek:"dddd [بوقت] LT",lastDay:"[گذشتہ روز بوقت] LT",lastWeek:"[گذشتہ] dddd [بوقت] LT",sameElse:"L"},relativeTime:{future:"%s بعد",past:"%s قبل",s:"چند سیکنڈ",ss:"%d سیکنڈ",m:"ایک منٹ",mm:"%d منٹ",h:"ایک گھنٹہ",hh:"%d گھنٹے",d:"ایک دن",dd:"%d دن",M:"ایک ماہ",MM:"%d ماہ",y:"ایک سال",yy:"%d سال"},preparse:function(e){return e.replace(/،/g,",")},postformat:function(e){return e.replace(/,/g,"،")},week:{dow:1,doy:4}})}(n(1))},function(e,t,n){!function(e){"use strict";e.defineLocale("uz",{months:"январ_феврал_март_апрел_май_июн_июл_август_сентябр_октябр_ноябр_декабр".split("_"),monthsShort:"янв_фев_мар_апр_май_июн_июл_авг_сен_окт_ноя_дек".split("_"),weekdays:"Якшанба_Душанба_Сешанба_Чоршанба_Пайшанба_Жума_Шанба".split("_"),weekdaysShort:"Якш_Душ_Сеш_Чор_Пай_Жум_Шан".split("_"),weekdaysMin:"Як_Ду_Се_Чо_Па_Жу_Ша".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"D MMMM YYYY, dddd HH:mm"},calendar:{sameDay:"[Бугун соат] LT [да]",nextDay:"[Эртага] LT [да]",nextWeek:"dddd [куни соат] LT [да]",lastDay:"[Кеча соат] LT [да]",lastWeek:"[Утган] dddd [куни соат] LT [да]",sameElse:"L"},relativeTime:{future:"Якин %s ичида",past:"Бир неча %s олдин",s:"фурсат",ss:"%d фурсат",m:"бир дакика",mm:"%d дакика",h:"бир соат",hh:"%d соат",d:"бир кун",dd:"%d кун",M:"бир ой",MM:"%d ой",y:"бир йил",yy:"%d йил"},week:{dow:1,doy:7}})}(n(1))},function(e,t,n){!function(e){"use strict";e.defineLocale("uz-latn",{months:"Yanvar_Fevral_Mart_Aprel_May_Iyun_Iyul_Avgust_Sentabr_Oktabr_Noyabr_Dekabr".split("_"),monthsShort:"Yan_Fev_Mar_Apr_May_Iyun_Iyul_Avg_Sen_Okt_Noy_Dek".split("_"),weekdays:"Yakshanba_Dushanba_Seshanba_Chorshanba_Payshanba_Juma_Shanba".split("_"),weekdaysShort:"Yak_Dush_Sesh_Chor_Pay_Jum_Shan".split("_"),weekdaysMin:"Ya_Du_Se_Cho_Pa_Ju_Sha".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"D MMMM YYYY, dddd HH:mm"},calendar:{sameDay:"[Bugun soat] LT [da]",nextDay:"[Ertaga] LT [da]",nextWeek:"dddd [kuni soat] LT [da]",lastDay:"[Kecha soat] LT [da]",lastWeek:"[O'tgan] dddd [kuni soat] LT [da]",sameElse:"L"},relativeTime:{future:"Yaqin %s ichida",past:"Bir necha %s oldin",s:"soniya",ss:"%d soniya",m:"bir daqiqa",mm:"%d daqiqa",h:"bir soat",hh:"%d soat",d:"bir kun",dd:"%d kun",M:"bir oy",MM:"%d oy",y:"bir yil",yy:"%d yil"},week:{dow:1,doy:7}})}(n(1))},function(e,t,n){!function(e){"use strict";e.defineLocale("vi",{months:"tháng 1_tháng 2_tháng 3_tháng 4_tháng 5_tháng 6_tháng 7_tháng 8_tháng 9_tháng 10_tháng 11_tháng 12".split("_"),monthsShort:"Th01_Th02_Th03_Th04_Th05_Th06_Th07_Th08_Th09_Th10_Th11_Th12".split("_"),monthsParseExact:!0,weekdays:"chủ nhật_thứ hai_thứ ba_thứ tư_thứ năm_thứ sáu_thứ bảy".split("_"),weekdaysShort:"CN_T2_T3_T4_T5_T6_T7".split("_"),weekdaysMin:"CN_T2_T3_T4_T5_T6_T7".split("_"),weekdaysParseExact:!0,meridiemParse:/sa|ch/i,isPM:function(e){return/^ch$/i.test(e)},meridiem:function(e,t,n){return e<12?n?"sa":"SA":n?"ch":"CH"},longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM [năm] YYYY",LLL:"D MMMM [năm] YYYY HH:mm",LLLL:"dddd, D MMMM [năm] YYYY HH:mm",l:"DD/M/YYYY",ll:"D MMM YYYY",lll:"D MMM YYYY HH:mm",llll:"ddd, D MMM YYYY HH:mm"},calendar:{sameDay:"[Hôm nay lúc] LT",nextDay:"[Ngày mai lúc] LT",nextWeek:"dddd [tuần tới lúc] LT",lastDay:"[Hôm qua lúc] LT",lastWeek:"dddd [tuần rồi lúc] LT",sameElse:"L"},relativeTime:{future:"%s tới",past:"%s trước",s:"vài giây",ss:"%d giây",m:"một phút",mm:"%d phút",h:"một giờ",hh:"%d giờ",d:"một ngày",dd:"%d ngày",M:"một tháng",MM:"%d tháng",y:"một năm",yy:"%d năm"},dayOfMonthOrdinalParse:/\d{1,2}/,ordinal:function(e){return e},week:{dow:1,doy:4}})}(n(1))},function(e,t,n){!function(e){"use strict";e.defineLocale("x-pseudo",{months:"J~áñúá~rý_F~ébrú~árý_~Márc~h_Áp~ríl_~Máý_~Júñé~_Júl~ý_Áú~gúst~_Sép~témb~ér_Ó~ctób~ér_Ñ~óvém~bér_~Décé~mbér".split("_"),monthsShort:"J~áñ_~Féb_~Már_~Ápr_~Máý_~Júñ_~Júl_~Áúg_~Sép_~Óct_~Ñóv_~Déc".split("_"),monthsParseExact:!0,weekdays:"S~úñdá~ý_Mó~ñdáý~_Túé~sdáý~_Wéd~ñésd~áý_T~húrs~dáý_~Fríd~áý_S~átúr~dáý".split("_"),weekdaysShort:"S~úñ_~Móñ_~Túé_~Wéd_~Thú_~Frí_~Sát".split("_"),weekdaysMin:"S~ú_Mó~_Tú_~Wé_T~h_Fr~_Sá".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[T~ódá~ý át] LT",nextDay:"[T~ómó~rró~w át] LT",nextWeek:"dddd [át] LT",lastDay:"[Ý~ést~érdá~ý át] LT",lastWeek:"[L~ást] dddd [át] LT",sameElse:"L"},relativeTime:{future:"í~ñ %s",past:"%s á~gó",s:"á ~féw ~sécó~ñds",ss:"%d s~écóñ~ds",m:"á ~míñ~úté",mm:"%d m~íñú~tés",h:"á~ñ hó~úr",hh:"%d h~óúrs",d:"á ~dáý",dd:"%d d~áýs",M:"á ~móñ~th",MM:"%d m~óñt~hs",y:"á ~ýéár",yy:"%d ý~éárs"},dayOfMonthOrdinalParse:/\d{1,2}(th|st|nd|rd)/,ordinal:function(e){var t=e%10;return e+(1==~~(e%100/10)?"th":1===t?"st":2===t?"nd":3===t?"rd":"th")},week:{dow:1,doy:4}})}(n(1))},function(e,t,n){!function(e){"use strict";e.defineLocale("yo",{months:"Sẹ́rẹ́_Èrèlè_Ẹrẹ̀nà_Ìgbé_Èbibi_Òkùdu_Agẹmo_Ògún_Owewe_Ọ̀wàrà_Bélú_Ọ̀pẹ̀̀".split("_"),monthsShort:"Sẹ́r_Èrl_Ẹrn_Ìgb_Èbi_Òkù_Agẹ_Ògú_Owe_Ọ̀wà_Bél_Ọ̀pẹ̀̀".split("_"),weekdays:"Àìkú_Ajé_Ìsẹ́gun_Ọjọ́rú_Ọjọ́bọ_Ẹtì_Àbámẹ́ta".split("_"),weekdaysShort:"Àìk_Ajé_Ìsẹ́_Ọjr_Ọjb_Ẹtì_Àbá".split("_"),weekdaysMin:"Àì_Aj_Ìs_Ọr_Ọb_Ẹt_Àb".split("_"),longDateFormat:{LT:"h:mm A",LTS:"h:mm:ss A",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY h:mm A",LLLL:"dddd, D MMMM YYYY h:mm A"},calendar:{sameDay:"[Ònì ni] LT",nextDay:"[Ọ̀la ni] LT",nextWeek:"dddd [Ọsẹ̀ tón'bọ] [ni] LT",lastDay:"[Àna ni] LT",lastWeek:"dddd [Ọsẹ̀ tólọ́] [ni] LT",sameElse:"L"},relativeTime:{future:"ní %s",past:"%s kọjá",s:"ìsẹjú aayá die",ss:"aayá %d",m:"ìsẹjú kan",mm:"ìsẹjú %d",h:"wákati kan",hh:"wákati %d",d:"ọjọ́ kan",dd:"ọjọ́ %d",M:"osù kan",MM:"osù %d",y:"ọdún kan",yy:"ọdún %d"},dayOfMonthOrdinalParse:/ọjọ́\s\d{1,2}/,ordinal:"ọjọ́ %d",week:{dow:1,doy:4}})}(n(1))},function(e,t,n){!function(e){"use strict";e.defineLocale("zh-cn",{months:"一月_二月_三月_四月_五月_六月_七月_八月_九月_十月_十一月_十二月".split("_"),monthsShort:"1月_2月_3月_4月_5月_6月_7月_8月_9月_10月_11月_12月".split("_"),weekdays:"星期日_星期一_星期二_星期三_星期四_星期五_星期六".split("_"),weekdaysShort:"周日_周一_周二_周三_周四_周五_周六".split("_"),weekdaysMin:"日_一_二_三_四_五_六".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"YYYY/MM/DD",LL:"YYYY年M月D日",LLL:"YYYY年M月D日Ah点mm分",LLLL:"YYYY年M月D日ddddAh点mm分",l:"YYYY/M/D",ll:"YYYY年M月D日",lll:"YYYY年M月D日 HH:mm",llll:"YYYY年M月D日dddd HH:mm"},meridiemParse:/凌晨|早上|上午|中午|下午|晚上/,meridiemHour:function(e,t){return 12===e&&(e=0),"凌晨"===t||"早上"===t||"上午"===t?e:"下午"===t||"晚上"===t?e+12:e>=11?e:e+12},meridiem:function(e,t,n){var i=100*e+t;return i<600?"凌晨":i<900?"早上":i<1130?"上午":i<1230?"中午":i<1800?"下午":"晚上"},calendar:{sameDay:"[今天]LT",nextDay:"[明天]LT",nextWeek:"[下]ddddLT",lastDay:"[昨天]LT",lastWeek:"[上]ddddLT",sameElse:"L"},dayOfMonthOrdinalParse:/\d{1,2}(日|月|周)/,ordinal:function(e,t){switch(t){case"d":case"D":case"DDD":return e+"日";case"M":return e+"月";case"w":case"W":return e+"周";default:return e}},relativeTime:{future:"%s内",past:"%s前",s:"几秒",ss:"%d 秒",m:"1 分钟",mm:"%d 分钟",h:"1 小时",hh:"%d 小时",d:"1 天",dd:"%d 天",M:"1 个月",MM:"%d 个月",y:"1 年",yy:"%d 年"},week:{dow:1,doy:4}})}(n(1))},function(e,t,n){!function(e){"use strict";e.defineLocale("zh-hk",{months:"一月_二月_三月_四月_五月_六月_七月_八月_九月_十月_十一月_十二月".split("_"),monthsShort:"1月_2月_3月_4月_5月_6月_7月_8月_9月_10月_11月_12月".split("_"),weekdays:"星期日_星期一_星期二_星期三_星期四_星期五_星期六".split("_"),weekdaysShort:"週日_週一_週二_週三_週四_週五_週六".split("_"),weekdaysMin:"日_一_二_三_四_五_六".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"YYYY/MM/DD",LL:"YYYY年M月D日",LLL:"YYYY年M月D日 HH:mm",LLLL:"YYYY年M月D日dddd HH:mm",l:"YYYY/M/D",ll:"YYYY年M月D日",lll:"YYYY年M月D日 HH:mm",llll:"YYYY年M月D日dddd HH:mm"},meridiemParse:/凌晨|早上|上午|中午|下午|晚上/,meridiemHour:function(e,t){return 12===e&&(e=0),"凌晨"===t||"早上"===t||"上午"===t?e:"中午"===t?e>=11?e:e+12:"下午"===t||"晚上"===t?e+12:void 0},meridiem:function(e,t,n){var i=100*e+t;return i<600?"凌晨":i<900?"早上":i<1130?"上午":i<1230?"中午":i<1800?"下午":"晚上"},calendar:{sameDay:"[今天]LT",nextDay:"[明天]LT",nextWeek:"[下]ddddLT",lastDay:"[昨天]LT",lastWeek:"[上]ddddLT",sameElse:"L"},dayOfMonthOrdinalParse:/\d{1,2}(日|月|週)/,ordinal:function(e,t){switch(t){case"d":case"D":case"DDD":return e+"日";case"M":return e+"月";case"w":case"W":return e+"週";default:return e}},relativeTime:{future:"%s內",past:"%s前",s:"幾秒",ss:"%d 秒",m:"1 分鐘",mm:"%d 分鐘",h:"1 小時",hh:"%d 小時",d:"1 天",dd:"%d 天",M:"1 個月",MM:"%d 個月",y:"1 年",yy:"%d 年"}})}(n(1))},function(e,t,n){!function(e){"use strict";e.defineLocale("zh-tw",{months:"一月_二月_三月_四月_五月_六月_七月_八月_九月_十月_十一月_十二月".split("_"),monthsShort:"1月_2月_3月_4月_5月_6月_7月_8月_9月_10月_11月_12月".split("_"),weekdays:"星期日_星期一_星期二_星期三_星期四_星期五_星期六".split("_"),weekdaysShort:"週日_週一_週二_週三_週四_週五_週六".split("_"),weekdaysMin:"日_一_二_三_四_五_六".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"YYYY/MM/DD",LL:"YYYY年M月D日",LLL:"YYYY年M月D日 HH:mm",LLLL:"YYYY年M月D日dddd HH:mm",l:"YYYY/M/D",ll:"YYYY年M月D日",lll:"YYYY年M月D日 HH:mm",llll:"YYYY年M月D日dddd HH:mm"},meridiemParse:/凌晨|早上|上午|中午|下午|晚上/,meridiemHour:function(e,t){return 12===e&&(e=0),"凌晨"===t||"早上"===t||"上午"===t?e:"中午"===t?e>=11?e:e+12:"下午"===t||"晚上"===t?e+12:void 0},meridiem:function(e,t,n){var i=100*e+t;return i<600?"凌晨":i<900?"早上":i<1130?"上午":i<1230?"中午":i<1800?"下午":"晚上"},calendar:{sameDay:"[今天] LT",nextDay:"[明天] LT",nextWeek:"[下]dddd LT",lastDay:"[昨天] LT",lastWeek:"[上]dddd LT",sameElse:"L"},dayOfMonthOrdinalParse:/\d{1,2}(日|月|週)/,ordinal:function(e,t){switch(t){case"d":case"D":case"DDD":return e+"日";case"M":return e+"月";case"w":case"W":return e+"週";default:return e}},relativeTime:{future:"%s內",past:"%s前",s:"幾秒",ss:"%d 秒",m:"1 分鐘",mm:"%d 分鐘",h:"1 小時",hh:"%d 小時",d:"1 天",dd:"%d 天",M:"1 個月",MM:"%d 個月",y:"1 年",yy:"%d 年"}})}(n(1))},,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,function(e,t){e.exports=function(e,t){return{enumerable:!(1&e),configurable:!(2&e),writable:!(4&e),value:t}}},function(e,t,n){var i=n(163),r=Math.max,o=Math.min;e.exports=function(e,t){var n=i(e);return n<0?r(n+t,0):o(n,t)}},function(e,t,n){var i=n(154);e.exports=function(e,t,n){if(i(e),void 0===t)return e;switch(n){case 0:return function(){return e.call(t)};case 1:return function(n){return e.call(t,n)};case 2:return function(n,i){return e.call(t,n,i)};case 3:return function(n,i,r){return e.call(t,n,i,r)}}return function(){return e.apply(t,arguments)}}},function(e,t,n){var i=n(31),r=n(257),o=n(40),s=i("unscopables"),a=Array.prototype;null==a[s]&&o.f(a,s,{configurable:!0,value:r(null)}),e.exports=function(e){a[s][e]=!0}},function(e,t){e.exports=function(e,t,n){if(!(e instanceof t))throw TypeError("Incorrect "+(n?n+" ":"")+"invocation");return e}},function(e,t,n){"use strict";n(518),Object.defineProperty(t,"__esModule",{value:!0}),t.loadState=function(e,t){var n=document.querySelector("#initial-state-".concat(e,"-").concat(t));if(null===n)throw new Error("Could not find initial state ".concat(t," of ").concat(e));try{return JSON.parse(atob(n.value))}catch(n){throw new Error("Could not parse initial state ".concat(t," of ").concat(e))}}},function(e,n,i){"use strict";(function(e){var r=i(0),o=i.n(r),s=i(38),a=i(4),l=s.Model.extend({defaults:{fullName:"",lastMessage:"",actions:[],hasOneAction:!1,hasTwoActions:!1,hasManyActions:!1},initialize:function(){0===this.get("actions").length?this.set("hasOneAction",!0):1===this.get("actions").length?(this.set("hasTwoActions",!0),this.set("secondAction",this.get("actions")[0])):this.set("hasManyActions",!0)}}),c=s.Collection.extend({model:l}),u=s.View.extend({_collection:void 0,_subViews:[],initialize:function(e){this._collection=e.collection},render:function(){var e=this;return e.$el.html(""),e._subViews=[],e._collection.forEach((function(t){var n=new d({model:t});n.render(),e.$el.append(n.$el),n.on("toggle:actionmenu",e._onChildActionMenuToggle,e),e._subViews.push(n)})),e},_onChildActionMenuToggle:function(e){this._subViews.forEach((function(t){t.trigger("parent:toggle:actionmenu",e)}))}}),d=s.View.extend({className:"contact",_template:void 0,_model:void 0,_actionMenuShown:!1,events:{"click .icon-more":"_onToggleActionsMenu"},contactTemplate:i(577),template:function(e){return this.contactTemplate(e)},initialize:function(e){this._model=e.model,this.on("parent:toggle:actionmenu",this._onOtherActionMenuOpened,this)},render:function(){return this.$el.html(this.template({contact:this._model.toJSON()})),this.delegateEvents(),this.$("div.avatar").imageplaceholder(this._model.get("fullName")),this.$(".top-action").tooltip({placement:"left"}),this.$(".second-action").tooltip({placement:"left"}),this},_onToggleActionsMenu:function(){this._actionMenuShown=!this._actionMenuShown,this._actionMenuShown?this.$(".menu").show():this.$(".menu").hide(),this.trigger("toggle:actionmenu",this.$el)},_onOtherActionMenuOpened:function(e){this.$el.is(e)||(this._actionMenuShown=!1,this.$(".menu").hide())}}),h=s.View.extend({_loadingTemplate:void 0,_errorTemplate:void 0,_contentTemplate:void 0,_contactsTemplate:void 0,_contacts:void 0,_searchTerm:"",events:{"input #contactsmenu-search":"_onSearch"},templates:{loading:i(592),error:i(593),menu:i(594),list:i(595)},_onSearch:e.debounce((function(e){var t=this.$("#contactsmenu-search").val();t!==this._searchTerm&&(this.trigger("search",this.$("#contactsmenu-search").val()),this._searchTerm=t)}),700),loadingTemplate:function(e){return this.templates.loading(e)},errorTemplate:function(n){return this.templates.error(e.extend({couldNotLoadText:t("core","Could not load your contacts")},n))},contentTemplate:function(n){return this.templates.menu(e.extend({searchContactsText:t("core","Search contacts …")},n))},contactsTemplate:function(n){return this.templates.list(e.extend({noContactsFoundText:t("core","No contacts found"),showAllContactsText:t("core","Show all contacts …"),contactsAppMgmtText:t("core","Install the Contacts app")},n))},initialize:function(e){this.options=e},showLoading:function(e){this.render(),this._contacts=void 0,this.$(".content").html(this.loadingTemplate({loadingText:e}))},showError:function(){this.render(),this._contacts=void 0,this.$(".content").html(this.errorTemplate())},showContacts:function(e,t){this._contacts=e.contacts,this.render({contacts:e.contacts});var n=new u({collection:e.contacts});n.render(),this.$(".content").html(this.contactsTemplate({contacts:e.contacts,searchTerm:t,contactsAppEnabled:e.contactsAppEnabled,contactsAppURL:a.a.generateUrl("/apps/contacts"),canInstallApp:a.a.isUserAdmin(),contactsAppMgmtURL:a.a.generateUrl("/settings/apps/social/contacts")})),this.$("#contactsmenu-contacts").html(n.$el)},render:function(e){var t=this.$("#contactsmenu-search").val();return this.$el.html(this.contentTemplate(e)),this.$("#contactsmenu-search").val(t),this.$("#contactsmenu-search").focus(),this}}),f=function(e){this.initialize(e)};f.prototype={$el:void 0,_$trigger:void 0,_view:void 0,_contactsPromise:void 0,initialize:function(e){this.$el=e.el,this._$trigger=e.trigger,this._view=new h({el:this.$el}),this._view.on("search",(function(e){this._loadContacts(e)}),this),a.a.registerMenu(this._$trigger,this.$el,function(){this._toggleVisibility(!0)}.bind(this),!0),this.$el.on("beforeHide",function(){this._toggleVisibility(!1)}.bind(this))},_toggleVisibility:function(e){return e?this._loadContacts():(this.$el.html(""),Promise.resolve())},_getContacts:function(e){var t=a.a.generateUrl("/contactsmenu/contacts");return Promise.resolve(o.a.ajax(t,{method:"POST",data:{filter:e}}))},_loadContacts:function(n){var i=this;return i._contactsPromise||(i._contactsPromise=i._getContacts(n)),e.isUndefined(n)||""===n?i._view.showLoading(t("core","Loading your contacts …")):i._view.showLoading(t("core","Looking for {term} …",{term:n})),i._contactsPromise.then((function(e){e.contacts=new c(e.contacts),i._view.showContacts(e,n)}),(function(e){i._view.showError(),console.error("There was an error loading your contacts",e)})).then((function(){delete i._contactsPromise})).catch(console.error.bind(this))}},n.a=f}).call(this,i(2))},function(e,t,n){"use strict";var i=n(105),r=n(190).indexOf,o=n(490),s=n(491),a=[].indexOf,l=!!a&&1/[1].indexOf(1,-0)<0,c=o("indexOf"),u=s("indexOf",{ACCESSORS:!0,1:0});i({target:"Array",proto:!0,forced:l||!c||!u},{indexOf:function(e){return l?a.apply(this,arguments)||0:r(this,e,arguments.length>1?arguments[1]:void 0)}})},function(e,t,n){var i=n(17),r=n(86),o=i.document,s=r(o)&&r(o.createElement);e.exports=function(e){return s?o.createElement(e):{}}},function(e,t,n){var i,r,o,s=n(480),a=n(17),l=n(86),c=n(53),u=n(30),d=n(481),h=n(188),f=a.WeakMap;if(s){var p=new f,m=p.get,g=p.has,v=p.set;i=function(e,t){return v.call(p,e,t),t},r=function(e){return m.call(p,e)||{}},o=function(e){return g.call(p,e)}}else{var _=d("state");h[_]=!0,i=function(e,t){return c(e,_,t),t},r=function(e){return u(e,_)?e[_]:{}},o=function(e){return u(e,_)}}e.exports={set:i,get:r,has:o,enforce:function(e){return o(e)?r(e):i(e,{})},getterFor:function(e){return function(t){var n;if(!l(t)||(n=r(t)).type!==e)throw TypeError("Incompatible receiver, "+e+" required");return n}}}},function(e,t,n){var i=n(17),r=n(184),o=i.WeakMap;e.exports="function"==typeof o&&/native code/.test(r(o))},function(e,t,n){var i=n(186),r=n(187),o=i("keys");e.exports=function(e){return o[e]||(o[e]=r(e))}},function(e,t){e.exports=!1},function(e,t,n){var i=n(30),r=n(484),o=n(177),s=n(183);e.exports=function(e,t){for(var n=r(t),a=s.f,l=o.f,c=0;c<n.length;c++){var u=n[c];i(e,u)||a(e,u,l(t,u))}}},function(e,t,n){var i=n(485),r=n(487),o=n(193),s=n(54);e.exports=i("Reflect","ownKeys")||function(e){var t=r.f(s(e)),n=o.f;return n?t.concat(n(e)):t}},function(e,t,n){var i=n(486),r=n(17),o=function(e){return"function"==typeof e?e:void 0};e.exports=function(e,t){return arguments.length<2?o(i[e])||o(r[e]):i[e]&&i[e][t]||r[e]&&r[e][t]}},function(e,t,n){var i=n(17);e.exports=i},function(e,t,n){var i=n(189),r=n(192).concat("length","prototype");t.f=Object.getOwnPropertyNames||function(e){return i(e,r)}},function(e,t,n){var i=n(88),r=Math.max,o=Math.min;e.exports=function(e,t){var n=i(e);return n<0?r(n+t,0):o(n,t)}},function(e,t,n){var i=n(13),r=/#|\.prototype\./,o=function(e,t){var n=a[s(e)];return n==c||n!=l&&("function"==typeof t?i(t):!!t)},s=o.normalize=function(e){return String(e).replace(r,".").toLowerCase()},a=o.data={},l=o.NATIVE="N",c=o.POLYFILL="P";e.exports=o},function(e,t,n){"use strict";var i=n(13);e.exports=function(e,t){var n=[][e];return!!n&&i((function(){n.call(null,t||function(){throw 1},1)}))}},function(e,t,n){var i=n(39),r=n(13),o=n(30),s=Object.defineProperty,a={},l=function(e){throw e};e.exports=function(e,t){if(o(a,e))return a[e];t||(t={});var n=[][e],c=!!o(t,"ACCESSORS")&&t.ACCESSORS,u=o(t,0)?t[0]:l,d=o(t,1)?t[1]:void 0;return a[e]=!!n&&!r((function(){if(c&&!i)return!0;var e={length:-1};c?s(e,1,{enumerable:!0,get:l}):e[1]=1,n.call(e,u,d)}))}},function(e,t,n){var i=n(105),r=n(493);i({target:"Object",stat:!0,forced:Object.assign!==r},{assign:r})},function(e,t,n){"use strict";var i=n(39),r=n(13),o=n(494),s=n(193),a=n(178),l=n(194),c=n(180),u=Object.assign,d=Object.defineProperty;e.exports=!u||r((function(){if(i&&1!==u({b:1},u(d({},"a",{enumerable:!0,get:function(){d(this,"b",{value:3,enumerable:!1})}}),{b:2})).b)return!0;var e={},t={},n=Symbol();return e[n]=7,"abcdefghijklmnopqrst".split("").forEach((function(e){t[e]=e})),7!=u({},e)[n]||"abcdefghijklmnopqrst"!=o(u({},t)).join("")}))?function(e,t){for(var n=l(e),r=arguments.length,u=1,d=s.f,h=a.f;r>u;)for(var f,p=c(arguments[u++]),m=d?o(p).concat(d(p)):o(p),g=m.length,v=0;g>v;)f=m[v++],i&&!h.call(p,f)||(n[f]=p[f]);return n}:u},function(e,t,n){var i=n(189),r=n(192);e.exports=Object.keys||function(e){return i(e,r)}},function(e,t,n){var i=n(109),r=n(87),o=n(497);i||r(Object.prototype,"toString",o,{unsafe:!0})},function(e,t,n){var i=n(195);e.exports=i&&!Symbol.sham&&"symbol"==typeof Symbol.iterator},function(e,t,n){"use strict";var i=n(109),r=n(498);e.exports=i?{}.toString:function(){return"[object "+r(this)+"]"}},function(e,t,n){var i=n(109),r=n(107),o=n(110)("toStringTag"),s="Arguments"==r(function(){return arguments}());e.exports=i?r:function(e){var t,n,i;return void 0===e?"Undefined":null===e?"Null":"string"==typeof(n=function(e,t){try{return e[t]}catch(e){}}(t=Object(e),o))?n:s?r(t):"Object"==(i=r(t))&&"function"==typeof t.callee?"Arguments":i}},function(e,t,n){"use strict";var i=n(13);function r(e,t){return RegExp(e,t)}t.UNSUPPORTED_Y=i((function(){var e=r("a","y");return e.lastIndex=2,null!=e.exec("abcd")})),t.BROKEN_CARET=i((function(){var e=r("^r","gy");return e.lastIndex=2,null!=e.exec("str")}))},function(e,t,n){"use strict";var i=n(87),r=n(54),o=n(13),s=n(197),a=RegExp.prototype,l=a.toString,c=o((function(){return"/a/b"!=l.call({source:"a",flags:"b"})})),u="toString"!=l.name;(c||u)&&i(RegExp.prototype,"toString",(function(){var e=r(this),t=String(e.source),n=e.flags;return"/"+t+"/"+String(void 0===n&&e instanceof RegExp&&!("flags"in a)?s.call(e):n)}),{unsafe:!0})},function(e,t,n){"use strict";var i=n(502),r=n(54),o=n(194),s=n(191),a=n(88),l=n(85),c=n(503),u=n(505),d=Math.max,h=Math.min,f=Math.floor,p=/\$([$&'`]|\d\d?|<[^>]*>)/g,m=/\$([$&'`]|\d\d?)/g;i("replace",2,(function(e,t,n,i){var g=i.REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE,v=i.REPLACE_KEEPS_$0,_=g?"$":"$0";return[function(n,i){var r=l(this),o=null==n?void 0:n[e];return void 0!==o?o.call(n,r,i):t.call(String(r),n,i)},function(e,i){if(!g&&v||"string"==typeof i&&-1===i.indexOf(_)){var o=n(t,e,this,i);if(o.done)return o.value}var l=r(e),f=String(this),p="function"==typeof i;p||(i=String(i));var m=l.global;if(m){var b=l.unicode;l.lastIndex=0}for(var w=[];;){var x=u(l,f);if(null===x)break;if(w.push(x),!m)break;""===String(x[0])&&(l.lastIndex=c(f,s(l.lastIndex),b))}for(var k,M="",A=0,L=0;L<w.length;L++){x=w[L];for(var T=String(x[0]),D=d(h(a(x.index),f.length),0),S=[],E=1;E<x.length;E++)S.push(void 0===(k=x[E])?k:String(k));var Y=x.groups;if(p){var C=[T].concat(S,D,f);void 0!==Y&&C.push(Y);var O=String(i.apply(void 0,C))}else O=y(T,f,D,S,Y,i);D>=A&&(M+=f.slice(A,D)+O,A=D+T.length)}return M+f.slice(A)}];function y(e,n,i,r,s,a){var l=i+e.length,c=r.length,u=m;return void 0!==s&&(s=o(s),u=p),t.call(a,u,(function(t,o){var a;switch(o.charAt(0)){case"$":return"$";case"&":return e;case"`":return n.slice(0,i);case"'":return n.slice(l);case"<":a=s[o.slice(1,-1)];break;default:var u=+o;if(0===u)return t;if(u>c){var d=f(u/10);return 0===d?t:d<=c?void 0===r[d-1]?o.charAt(1):r[d-1]+o.charAt(1):t}a=r[u-1]}return void 0===a?"":a}))}}))},function(e,t,n){"use strict";n(196);var i=n(87),r=n(13),o=n(110),s=n(111),a=n(53),l=o("species"),c=!r((function(){var e=/./;return e.exec=function(){var e=[];return e.groups={a:"7"},e},"7"!=="".replace(e,"$<a>")})),u="$0"==="a".replace(/./,"$0"),d=o("replace"),h=!!/./[d]&&""===/./[d]("a","$0"),f=!r((function(){var e=/(?:)/,t=e.exec;e.exec=function(){return t.apply(this,arguments)};var n="ab".split(e);return 2!==n.length||"a"!==n[0]||"b"!==n[1]}));e.exports=function(e,t,n,d){var p=o(e),m=!r((function(){var t={};return t[p]=function(){return 7},7!=""[e](t)})),g=m&&!r((function(){var t=!1,n=/a/;return"split"===e&&((n={}).constructor={},n.constructor[l]=function(){return n},n.flags="",n[p]=/./[p]),n.exec=function(){return t=!0,null},n[p](""),!t}));if(!m||!g||"replace"===e&&(!c||!u||h)||"split"===e&&!f){var v=/./[p],_=n(p,""[e],(function(e,t,n,i,r){return t.exec===s?m&&!r?{done:!0,value:v.call(t,n,i)}:{done:!0,value:e.call(n,t,i)}:{done:!1}}),{REPLACE_KEEPS_$0:u,REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE:h}),y=_[0],b=_[1];i(String.prototype,e,y),i(RegExp.prototype,p,2==t?function(e,t){return b.call(e,this,t)}:function(e){return b.call(e,this)})}d&&a(RegExp.prototype[p],"sham",!0)}},function(e,t,n){"use strict";var i=n(504).charAt;e.exports=function(e,t,n){return t+(n?i(e,t).length:1)}},function(e,t,n){var i=n(88),r=n(85),o=function(e){return function(t,n){var o,s,a=String(r(t)),l=i(n),c=a.length;return l<0||l>=c?e?"":void 0:(o=a.charCodeAt(l))<55296||o>56319||l+1===c||(s=a.charCodeAt(l+1))<56320||s>57343?e?a.charAt(l):o:e?a.slice(l,l+2):s-56320+(o-55296<<10)+65536}};e.exports={codeAt:o(!1),charAt:o(!0)}},function(e,t,n){var i=n(107),r=n(111);e.exports=function(e,t){var n=e.exec;if("function"==typeof n){var o=n.call(e,t);if("object"!=typeof o)throw TypeError("RegExp exec method returned something other than an Object or null");return o}if("RegExp"!==i(e))throw TypeError("RegExp#exec called on incompatible receiver");return r.call(e,t)}},function(e,t,n){var i=n(756),r=n(723).concat("length","prototype");t.f=Object.getOwnPropertyNames||function(e){return i(e,r)}},function(e,t,n){var i=n(161);e.exports=Array.isArray||function(e){return"Array"==i(e)}},function(e,t,n){var i=n(672),r=n(25),o=n(59),s=n(40).f,a=n(671),l=n(678),c=a("meta"),u=0,d=Object.isExtensible||function(){return!0},h=function(e){s(e,c,{value:{objectID:"O"+ ++u,weakData:{}}})},f=e.exports={REQUIRED:!1,fastKey:function(e,t){if(!r(e))return"symbol"==typeof e?e:("string"==typeof e?"S":"P")+e;if(!o(e,c)){if(!d(e))return"F";if(!t)return"E";h(e)}return e[c].objectID},getWeakData:function(e,t){if(!o(e,c)){if(!d(e))return!0;if(!t)return!1;h(e)}return e[c].weakData},onFreeze:function(e){return l&&f.REQUIRED&&d(e)&&!o(e,c)&&h(e),e}};i[c]=!0},function(e,t,n){"use strict";var i=n(202),r=n(40),o=n(470);e.exports=function(e,t,n){var s=i(t);s in e?r.f(e,s,o(0,n)):e[s]=n}},function(e,t,n){var i=n(26),r=n(765);e.exports=Object.setPrototypeOf||("__proto__"in{}?function(){var e,t=!1,n={};try{(e=Object.getOwnPropertyDescriptor(Object.prototype,"__proto__").set).call(n,[]),t=n instanceof Array}catch(e){}return function(n,o){return i(n),r(o),t?e.call(n,o):n.__proto__=o,n}}():void 0)},function(e,t,n){"use strict";e.exports=function(e,t){return t||(t={}),"string"!=typeof(e=e&&e.__esModule?e.default:e)?e:(/^['"].*['"]$/.test(e)&&(e=e.slice(1,-1)),t.hash&&(e+=t.hash),/["'() \t\n]/.test(e)||t.needQuotes?'"'.concat(e.replace(/"/g,'\\"').replace(/\n/g,"\\n"),'"'):e)}},,function(e,t,n){var i=n(26),r=n(727),o=n(36),s=n(472),a=n(680),l=n(763),c=function(e,t){this.stopped=e,this.result=t};(e.exports=function(e,t,n,u,d){var h,f,p,m,g,v,_,y=s(t,n,u?2:1);if(d)h=e;else{if("function"!=typeof(f=a(e)))throw TypeError("Target is not iterable");if(r(f)){for(p=0,m=o(e.length);m>p;p++)if((g=u?y(i(_=e[p])[0],_[1]):y(e[p]))&&g instanceof c)return g;return new c(!1)}h=f.call(e)}for(v=h.next;!(_=v.call(h)).done;)if("object"==typeof(g=l(h,y,_.value,u))&&g&&g instanceof c)return g;return new c(!1)}).stop=function(e){return new c(!0,e)}},function(e,t,n){"use strict";var i=n(162),r=n(40),o=n(31),s=n(29),a=o("species");e.exports=function(e){var t=i(e),n=r.f;s&&t&&!t[a]&&n(t,a,{configurable:!0,get:function(){return this}})}},function(e,t,n){var i=n(112),r="["+n(702)+"]",o=RegExp("^"+r+r+"*"),s=RegExp(r+r+"*$"),a=function(e){return function(t){var n=String(i(t));return 1&e&&(n=n.replace(o,"")),2&e&&(n=n.replace(s,"")),n}};e.exports={start:a(1),end:a(2),trim:a(3)}},function(e,t,n){var i=n(103);e.exports=function(e,t,n){for(var r in t)i(e,r,t[r],n);return e}},,function(e,t,n){"use strict";var i=n(519),r=n(49),o=n(275),s=n(63),a=n(538),l=n(273),c=n(539),u=n(540),d=n(542),h=n(169),f=n(277),p=h("isConcatSpreadable"),m=f>=51||!r((function(){var e=[];return e[p]=!1,e.concat()[0]!==e})),g=d("concat"),v=function(e){if(!s(e))return!1;var t=e[p];return void 0!==t?!!t:o(e)};i({target:"Array",proto:!0,forced:!m||!g},{concat:function(e){var t,n,i,r,o,s=a(this),d=u(s,0),h=0;for(t=-1,i=arguments.length;t<i;t++)if(o=-1===t?s:arguments[t],v(o)){if(h+(r=l(o.length))>9007199254740991)throw TypeError("Maximum allowed index exceeded");for(n=0;n<r;n++,h++)n in o&&c(d,h,o[n])}else{if(h>=9007199254740991)throw TypeError("Maximum allowed index exceeded");c(d,h++,o)}return d.length=h,d}})},function(e,t,n){var i=n(23),r=n(262).f,o=n(116),s=n(523),a=n(168),l=n(528),c=n(537);e.exports=function(e,t){var n,u,d,h,f,p=e.target,m=e.global,g=e.stat;if(n=m?i:g?i[p]||a(p,{}):(i[p]||{}).prototype)for(u in t){if(h=t[u],d=e.noTargetGet?(f=r(n,u))&&f.value:n[u],!c(m?u:p+(g?".":"#")+u,e.forced)&&void 0!==d){if(typeof h==typeof d)continue;l(h,d)}(e.sham||d&&d.sham)&&o(h,"sham",!0),s(n,u,h,e)}}},function(e,t,n){"use strict";var i={}.propertyIsEnumerable,r=Object.getOwnPropertyDescriptor,o=r&&!i.call({1:2},1);t.f=o?function(e){var t=r(this,e);return!!t&&t.enumerable}:i},function(e,t,n){var i=n(49),r=n(263),o="".split;e.exports=i((function(){return!Object("z").propertyIsEnumerable(0)}))?function(e){return"String"==r(e)?o.call(e,""):Object(e)}:Object},function(e,t,n){var i=n(23),r=n(63),o=i.document,s=r(o)&&r(o.createElement);e.exports=function(e){return s?o.createElement(e):{}}},function(e,t,n){var i=n(23),r=n(116),o=n(64),s=n(168),a=n(267),l=n(524),c=l.get,u=l.enforce,d=String(String).split("String");(e.exports=function(e,t,n,a){var l=!!a&&!!a.unsafe,c=!!a&&!!a.enumerable,h=!!a&&!!a.noTargetGet;"function"==typeof n&&("string"!=typeof t||o(n,"name")||r(n,"name",t),u(n).source=d.join("string"==typeof t?t:"")),e!==i?(l?!h&&e[t]&&(c=!0):delete e[t],c?e[t]=n:r(e,t,n)):c?e[t]=n:s(t,n)})(Function.prototype,"toString",(function(){return"function"==typeof this&&c(this).source||a(this)}))},function(e,t,n){var i,r,o,s=n(525),a=n(23),l=n(63),c=n(116),u=n(64),d=n(526),h=n(271),f=a.WeakMap;if(s){var p=new f,m=p.get,g=p.has,v=p.set;i=function(e,t){return v.call(p,e,t),t},r=function(e){return m.call(p,e)||{}},o=function(e){return g.call(p,e)}}else{var _=d("state");h[_]=!0,i=function(e,t){return c(e,_,t),t},r=function(e){return u(e,_)?e[_]:{}},o=function(e){return u(e,_)}}e.exports={set:i,get:r,has:o,enforce:function(e){return o(e)?r(e):i(e,{})},getterFor:function(e){return function(t){var n;if(!l(t)||(n=r(t)).type!==e)throw TypeError("Incompatible receiver, "+e+" required");return n}}}},function(e,t,n){var i=n(23),r=n(267),o=i.WeakMap;e.exports="function"==typeof o&&/native code/.test(r(o))},function(e,t,n){var i=n(269),r=n(270),o=i("keys");e.exports=function(e){return o[e]||(o[e]=r(e))}},function(e,t){e.exports=!1},function(e,t,n){var i=n(64),r=n(529),o=n(262),s=n(167);e.exports=function(e,t){for(var n=r(t),a=s.f,l=o.f,c=0;c<n.length;c++){var u=n[c];i(e,u)||a(e,u,l(t,u))}}},function(e,t,n){var i=n(272),r=n(531),o=n(536),s=n(266);e.exports=i("Reflect","ownKeys")||function(e){var t=r.f(s(e)),n=o.f;return n?t.concat(n(e)):t}},function(e,t,n){var i=n(23);e.exports=i},function(e,t,n){var i=n(532),r=n(535).concat("length","prototype");t.f=Object.getOwnPropertyNames||function(e){return i(e,r)}},function(e,t,n){var i=n(64),r=n(165),o=n(533).indexOf,s=n(271);e.exports=function(e,t){var n,a=r(e),l=0,c=[];for(n in a)!i(s,n)&&i(a,n)&&c.push(n);for(;t.length>l;)i(a,n=t[l++])&&(~o(c,n)||c.push(n));return c}},function(e,t,n){var i=n(165),r=n(273),o=n(534),s=function(e){return function(t,n,s){var a,l=i(t),c=r(l.length),u=o(s,c);if(e&&n!=n){for(;c>u;)if((a=l[u++])!=a)return!0}else for(;c>u;u++)if((e||u in l)&&l[u]===n)return e||u||0;return!e&&-1}};e.exports={includes:s(!0),indexOf:s(!1)}},function(e,t,n){var i=n(274),r=Math.max,o=Math.min;e.exports=function(e,t){var n=i(e);return n<0?r(n+t,0):o(n,t)}},function(e,t){e.exports=["constructor","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","toLocaleString","toString","valueOf"]},function(e,t){t.f=Object.getOwnPropertySymbols},function(e,t,n){var i=n(49),r=/#|\.prototype\./,o=function(e,t){var n=a[s(e)];return n==c||n!=l&&("function"==typeof t?i(t):!!t)},s=o.normalize=function(e){return String(e).replace(r,".").toLowerCase()},a=o.data={},l=o.NATIVE="N",c=o.POLYFILL="P";e.exports=o},function(e,t,n){var i=n(264);e.exports=function(e){return Object(i(e))}},function(e,t,n){"use strict";var i=n(166),r=n(167),o=n(164);e.exports=function(e,t,n){var s=i(t);s in e?r.f(e,s,o(0,n)):e[s]=n}},function(e,t,n){var i=n(63),r=n(275),o=n(169)("species");e.exports=function(e,t){var n;return r(e)&&("function"!=typeof(n=e.constructor)||n!==Array&&!r(n.prototype)?i(n)&&null===(n=n[o])&&(n=void 0):n=void 0),new(void 0===n?Array:n)(0===t?0:t)}},function(e,t,n){var i=n(276);e.exports=i&&!Symbol.sham&&"symbol"==typeof Symbol.iterator},function(e,t,n){var i=n(49),r=n(169),o=n(277),s=r("species");e.exports=function(e){return o>=51||!i((function(){var t=[];return(t.constructor={})[s]=function(){return{foo:1}},1!==t[e](Boolean).foo}))}},function(e,t,n){var i=n(272);e.exports=i("navigator","userAgent")||""},function(e,t,n){"use strict";var i=n(65),r=n(21),o=n(288),s=n(50),a=n(148),l=n(67),c=n(561),u=n(289),d=n(174),h=n(68),f=n(291),p=h("isConcatSpreadable"),m=f>=51||!r((function(){var e=[];return e[p]=!1,e.concat()[0]!==e})),g=d("concat"),v=function(e){if(!s(e))return!1;var t=e[p];return void 0!==t?!!t:o(e)};i({target:"Array",proto:!0,forced:!m||!g},{concat:function(e){var t,n,i,r,o,s=a(this),d=u(s,0),h=0;for(t=-1,i=arguments.length;t<i;t++)if(o=-1===t?s:arguments[t],v(o)){if(h+(r=l(o.length))>9007199254740991)throw TypeError("Maximum allowed index exceeded");for(n=0;n<r;n++,h++)n in o&&c(d,h,o[n])}else{if(h>=9007199254740991)throw TypeError("Maximum allowed index exceeded");c(d,h++,o)}return d.length=h,d}})},function(e,t,n){"use strict";var i={}.propertyIsEnumerable,r=Object.getOwnPropertyDescriptor,o=r&&!i.call({1:2},1);t.f=o?function(e){var t=r(this,e);return!!t&&t.enumerable}:i},function(e,t,n){var i=n(24),r=n(50),o=i.document,s=r(o)&&r(o.createElement);e.exports=function(e){return s?o.createElement(e):{}}},function(e,t,n){var i,r,o,s=n(548),a=n(24),l=n(50),c=n(93),u=n(51),d=n(549),h=n(286),f=a.WeakMap;if(s){var p=new f,m=p.get,g=p.has,v=p.set;i=function(e,t){return v.call(p,e,t),t},r=function(e){return m.call(p,e)||{}},o=function(e){return g.call(p,e)}}else{var _=d("state");h[_]=!0,i=function(e,t){return c(e,_,t),t},r=function(e){return u(e,_)?e[_]:{}},o=function(e){return u(e,_)}}e.exports={set:i,get:r,has:o,enforce:function(e){return o(e)?r(e):i(e,{})},getterFor:function(e){return function(t){var n;if(!l(t)||(n=r(t)).type!==e)throw TypeError("Incompatible receiver, "+e+" required");return n}}}},function(e,t,n){var i=n(24),r=n(282),o=i.WeakMap;e.exports="function"==typeof o&&/native code/.test(r(o))},function(e,t,n){var i=n(284),r=n(285),o=i("keys");e.exports=function(e){return o[e]||(o[e]=r(e))}},function(e,t){e.exports=!1},function(e,t,n){var i=n(51),r=n(552),o=n(279),s=n(172);e.exports=function(e,t){for(var n=r(t),a=s.f,l=o.f,c=0;c<n.length;c++){var u=n[c];i(e,u)||a(e,u,l(t,u))}}},function(e,t,n){var i=n(287),r=n(554),o=n(559),s=n(66);e.exports=i("Reflect","ownKeys")||function(e){var t=r.f(s(e)),n=o.f;return n?t.concat(n(e)):t}},function(e,t,n){var i=n(24);e.exports=i},function(e,t,n){var i=n(555),r=n(558).concat("length","prototype");t.f=Object.getOwnPropertyNames||function(e){return i(e,r)}},function(e,t,n){var i=n(51),r=n(144),o=n(556).indexOf,s=n(286);e.exports=function(e,t){var n,a=r(e),l=0,c=[];for(n in a)!i(s,n)&&i(a,n)&&c.push(n);for(;t.length>l;)i(a,n=t[l++])&&(~o(c,n)||c.push(n));return c}},function(e,t,n){var i=n(144),r=n(67),o=n(557),s=function(e){return function(t,n,s){var a,l=i(t),c=r(l.length),u=o(s,c);if(e&&n!=n){for(;c>u;)if((a=l[u++])!=a)return!0}else for(;c>u;u++)if((e||u in l)&&l[u]===n)return e||u||0;return!e&&-1}};e.exports={includes:s(!0),indexOf:s(!1)}},function(e,t,n){var i=n(147),r=Math.max,o=Math.min;e.exports=function(e,t){var n=i(e);return n<0?r(n+t,0):o(n,t)}},function(e,t){e.exports=["constructor","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","toLocaleString","toString","valueOf"]},function(e,t){t.f=Object.getOwnPropertySymbols},function(e,t,n){var i=n(21),r=/#|\.prototype\./,o=function(e,t){var n=a[s(e)];return n==c||n!=l&&("function"==typeof t?i(t):!!t)},s=o.normalize=function(e){return String(e).replace(r,".").toLowerCase()},a=o.data={},l=o.NATIVE="N",c=o.POLYFILL="P";e.exports=o},function(e,t,n){"use strict";var i=n(171),r=n(172),o=n(170);e.exports=function(e,t,n){var s=i(t);s in e?r.f(e,s,o(0,n)):e[s]=n}},function(e,t,n){var i=n(290);e.exports=i&&!Symbol.sham&&"symbol"==typeof Symbol.iterator},function(e,t,n){var i=n(287);e.exports=i("navigator","userAgent")||""},function(e,t,n){"use strict";var i=n(65),r=n(292).filter,o=n(174),s=n(176),a=o("filter"),l=s("filter");i({target:"Array",proto:!0,forced:!a||!l},{filter:function(e){return r(this,e,arguments.length>1?arguments[1]:void 0)}})},function(e,t,n){var i=n(175);e.exports=function(e,t,n){if(i(e),void 0===t)return e;switch(n){case 0:return function(){return e.call(t)};case 1:return function(n){return e.call(t,n)};case 2:return function(n,i){return e.call(t,n,i)};case 3:return function(n,i,r){return e.call(t,n,i,r)}}return function(){return e.apply(t,arguments)}}},function(e,t,n){"use strict";var i=n(65),r=n(145),o=n(144),s=n(293),a=[].join,l=r!=Object,c=s("join",",");i({target:"Array",proto:!0,forced:l||!c},{join:function(e){return a.call(o(this),void 0===e?",":e)}})},function(e,t,n){"use strict";var i=n(65),r=n(292).map,o=n(174),s=n(176),a=o("map"),l=s("map");i({target:"Array",proto:!0,forced:!a||!l},{map:function(e){return r(this,e,arguments.length>1?arguments[1]:void 0)}})},function(e,t,n){"use strict";var i=n(65),r=n(569).left,o=n(293),s=n(176),a=o("reduce"),l=s("reduce",{1:0});i({target:"Array",proto:!0,forced:!a||!l},{reduce:function(e){return r(this,e,arguments.length,arguments.length>1?arguments[1]:void 0)}})},function(e,t,n){var i=n(175),r=n(148),o=n(145),s=n(67),a=function(e){return function(t,n,a,l){i(n);var c=r(t),u=o(c),d=s(c.length),h=e?d-1:0,f=e?-1:1;if(a<2)for(;;){if(h in u){l=u[h],h+=f;break}if(h+=f,e?h<0:d<=h)throw TypeError("Reduce of empty array with no initial value")}for(;e?h>=0:d>h;h+=f)h in u&&(l=n(l,u[h],h,c));return l}};e.exports={left:a(!1),right:a(!0)}},function(e,t,n){"use strict";var i=n(66);e.exports=function(){var e=i(this),t="";return e.global&&(t+="g"),e.ignoreCase&&(t+="i"),e.multiline&&(t+="m"),e.dotAll&&(t+="s"),e.unicode&&(t+="u"),e.sticky&&(t+="y"),t}},function(e,t,n){"use strict";var i=n(21);function r(e,t){return RegExp(e,t)}t.UNSUPPORTED_Y=i((function(){var e=r("a","y");return e.lastIndex=2,null!=e.exec("abcd")})),t.BROKEN_CARET=i((function(){var e=r("^r","gy");return e.lastIndex=2,null!=e.exec("str")}))},function(e,t,n){"use strict";var i=n(295),r=n(66),o=n(148),s=n(67),a=n(147),l=n(92),c=n(296),u=n(297),d=Math.max,h=Math.min,f=Math.floor,p=/\$([$&'`]|\d\d?|<[^>]*>)/g,m=/\$([$&'`]|\d\d?)/g;i("replace",2,(function(e,t,n,i){var g=i.REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE,v=i.REPLACE_KEEPS_$0,_=g?"$":"$0";return[function(n,i){var r=l(this),o=null==n?void 0:n[e];return void 0!==o?o.call(n,r,i):t.call(String(r),n,i)},function(e,i){if(!g&&v||"string"==typeof i&&-1===i.indexOf(_)){var o=n(t,e,this,i);if(o.done)return o.value}var l=r(e),f=String(this),p="function"==typeof i;p||(i=String(i));var m=l.global;if(m){var b=l.unicode;l.lastIndex=0}for(var w=[];;){var x=u(l,f);if(null===x)break;if(w.push(x),!m)break;""===String(x[0])&&(l.lastIndex=c(f,s(l.lastIndex),b))}for(var k,M="",A=0,L=0;L<w.length;L++){x=w[L];for(var T=String(x[0]),D=d(h(a(x.index),f.length),0),S=[],E=1;E<x.length;E++)S.push(void 0===(k=x[E])?k:String(k));var Y=x.groups;if(p){var C=[T].concat(S,D,f);void 0!==Y&&C.push(Y);var O=String(i.apply(void 0,C))}else O=y(T,f,D,S,Y,i);D>=A&&(M+=f.slice(A,D)+O,A=D+T.length)}return M+f.slice(A)}];function y(e,n,i,r,s,a){var l=i+e.length,c=r.length,u=m;return void 0!==s&&(s=o(s),u=p),t.call(a,u,(function(t,o){var a;switch(o.charAt(0)){case"$":return"$";case"&":return e;case"`":return n.slice(0,i);case"'":return n.slice(l);case"<":a=s[o.slice(1,-1)];break;default:var u=+o;if(0===u)return t;if(u>c){var d=f(u/10);return 0===d?t:d<=c?void 0===r[d-1]?o.charAt(1):r[d-1]+o.charAt(1):t}a=r[u-1]}return void 0===a?"":a}))}}))},function(e,t,n){var i=n(147),r=n(92),o=function(e){return function(t,n){var o,s,a=String(r(t)),l=i(n),c=a.length;return l<0||l>=c?e?"":void 0:(o=a.charCodeAt(l))<55296||o>56319||l+1===c||(s=a.charCodeAt(l+1))<56320||s>57343?e?a.charAt(l):o:e?a.slice(l,l+2):s-56320+(o-55296<<10)+65536}};e.exports={codeAt:o(!1),charAt:o(!0)}},function(e,t,n){"use strict";var i=n(295),r=n(575),o=n(66),s=n(92),a=n(576),l=n(296),c=n(67),u=n(297),d=n(149),h=n(21),f=[].push,p=Math.min,m=!h((function(){return!RegExp(4294967295,"y")}));i("split",2,(function(e,t,n){var i;return i="c"=="abbc".split(/(b)*/)[1]||4!="test".split(/(?:)/,-1).length||2!="ab".split(/(?:ab)*/).length||4!=".".split(/(.?)(.?)/).length||".".split(/()()/).length>1||"".split(/.?/).length?function(e,n){var i=String(s(this)),o=void 0===n?4294967295:n>>>0;if(0===o)return[];if(void 0===e)return[i];if(!r(e))return t.call(i,e,o);for(var a,l,c,u=[],h=(e.ignoreCase?"i":"")+(e.multiline?"m":"")+(e.unicode?"u":"")+(e.sticky?"y":""),p=0,m=new RegExp(e.source,h+"g");(a=d.call(m,i))&&!((l=m.lastIndex)>p&&(u.push(i.slice(p,a.index)),a.length>1&&a.index<i.length&&f.apply(u,a.slice(1)),c=a[0].length,p=l,u.length>=o));)m.lastIndex===a.index&&m.lastIndex++;return p===i.length?!c&&m.test("")||u.push(""):u.push(i.slice(p)),u.length>o?u.slice(0,o):u}:"0".split(void 0,0).length?function(e,n){return void 0===e&&0===n?[]:t.call(this,e,n)}:t,[function(t,n){var r=s(this),o=null==t?void 0:t[e];return void 0!==o?o.call(t,r,n):i.call(String(r),t,n)},function(e,r){var s=n(i,e,this,r,i!==t);if(s.done)return s.value;var d=o(e),h=String(this),f=a(d,RegExp),g=d.unicode,v=(d.ignoreCase?"i":"")+(d.multiline?"m":"")+(d.unicode?"u":"")+(m?"y":"g"),_=new f(m?d:"^(?:"+d.source+")",v),y=void 0===r?4294967295:r>>>0;if(0===y)return[];if(0===h.length)return null===u(_,h)?[h]:[];for(var b=0,w=0,x=[];w<h.length;){_.lastIndex=m?w:0;var k,M=u(_,m?h:h.slice(w));if(null===M||(k=p(c(_.lastIndex+(m?0:w)),h.length))===b)w=l(h,w,g);else{if(x.push(h.slice(b,w)),x.length===y)return x;for(var A=1;A<=M.length-1;A++)if(x.push(M[A]),x.length===y)return x;w=b=k}}return x.push(h.slice(b)),x}]}),!m)},function(e,t,n){var i=n(50),r=n(146),o=n(68)("match");e.exports=function(e){var t;return i(e)&&(void 0!==(t=e[o])?!!t:"RegExp"==r(e))}},function(e,t,n){var i=n(66),r=n(175),o=n(68)("species");e.exports=function(e,t){var n,s=i(e).constructor;return void 0===s||null==(n=i(s)[o])?t:r(n)}},function(e,t,n){var i=n(90);e.exports=(i.default||i).template({1:function(e,t,n,i,r){var o,s=e.lambda,a=e.escapeExpression,l=e.lookupProperty||function(e,t){if(Object.prototype.hasOwnProperty.call(e,t))return e[t]};return'<img src="'+a(s(null!=(o=null!=t?l(t,"contact"):t)?l(o,"avatar"):o,t))+'&size=32" class="avatar" srcset="'+a(s(null!=(o=null!=t?l(t,"contact"):t)?l(o,"avatar"):o,t))+"&size=32 1x, "+a(s(null!=(o=null!=t?l(t,"contact"):t)?l(o,"avatar"):o,t))+"&size=64 2x, "+a(s(null!=(o=null!=t?l(t,"contact"):t)?l(o,"avatar"):o,t))+'&size=128 4x" alt="">\n'},3:function(e,t,n,i,r){return'<div class="avatar"></div>\n'},5:function(e,t,n,i,r){var o,s=e.lambda,a=e.escapeExpression,l=e.lookupProperty||function(e,t){if(Object.prototype.hasOwnProperty.call(e,t))return e[t]};return'<a class="top-action" href="'+a(s(null!=(o=null!=(o=null!=t?l(t,"contact"):t)?l(o,"topAction"):o)?l(o,"hyperlink"):o,t))+'" title="'+a(s(null!=(o=null!=(o=null!=t?l(t,"contact"):t)?l(o,"topAction"):o)?l(o,"title"):o,t))+'">\n\t<img src="'+a(s(null!=(o=null!=(o=null!=t?l(t,"contact"):t)?l(o,"topAction"):o)?l(o,"icon"):o,t))+'" alt="'+a(s(null!=(o=null!=(o=null!=t?l(t,"contact"):t)?l(o,"topAction"):o)?l(o,"title"):o,t))+'">\n</a>\n'},7:function(e,t,n,i,r){var o,s=e.lambda,a=e.escapeExpression,l=e.lookupProperty||function(e,t){if(Object.prototype.hasOwnProperty.call(e,t))return e[t]};return'<a class="second-action" href="'+a(s(null!=(o=null!=(o=null!=t?l(t,"contact"):t)?l(o,"secondAction"):o)?l(o,"hyperlink"):o,t))+'" title="'+a(s(null!=(o=null!=(o=null!=t?l(t,"contact"):t)?l(o,"secondAction"):o)?l(o,"title"):o,t))+'">\n\t<img src="'+a(s(null!=(o=null!=(o=null!=t?l(t,"contact"):t)?l(o,"secondAction"):o)?l(o,"icon"):o,t))+'" alt="'+a(s(null!=(o=null!=(o=null!=t?l(t,"contact"):t)?l(o,"secondAction"):o)?l(o,"title"):o,t))+'">\n</a>\n'},9:function(e,t,n,i,r){var o,s=e.lookupProperty||function(e,t){if(Object.prototype.hasOwnProperty.call(e,t))return e[t]};return'\t<span class="other-actions icon-more"></span>\n\t<div class="menu popovermenu">\n\t\t<ul>\n'+(null!=(o=s(n,"each").call(null!=t?t:e.nullContext||{},null!=(o=null!=t?s(t,"contact"):t)?s(o,"actions"):o,{name:"each",hash:{},fn:e.program(10,r,0),inverse:e.noop,data:r,loc:{start:{line:24,column:3},end:{line:31,column:12}}}))?o:"")+"\t\t</ul>\n\t</div>\n"},10:function(e,t,n,i,r){var o,s=null!=t?t:e.nullContext||{},a=e.hooks.helperMissing,l=e.escapeExpression,c=e.lookupProperty||function(e,t){if(Object.prototype.hasOwnProperty.call(e,t))return e[t]};return'\t\t\t<li>\n\t\t\t\t<a href="'+l("function"==typeof(o=null!=(o=c(n,"hyperlink")||(null!=t?c(t,"hyperlink"):t))?o:a)?o.call(s,{name:"hyperlink",hash:{},data:r,loc:{start:{line:26,column:13},end:{line:26,column:26}}}):o)+'">\n\t\t\t\t\t<img src="'+l("function"==typeof(o=null!=(o=c(n,"icon")||(null!=t?c(t,"icon"):t))?o:a)?o.call(s,{name:"icon",hash:{},data:r,loc:{start:{line:27,column:15},end:{line:27,column:23}}}):o)+'" alt="">\n\t\t\t\t\t<span>'+l("function"==typeof(o=null!=(o=c(n,"title")||(null!=t?c(t,"title"):t))?o:a)?o.call(s,{name:"title",hash:{},data:r,loc:{start:{line:28,column:11},end:{line:28,column:20}}}):o)+"</span>\n\t\t\t\t</a>\n\t\t\t</li>\n"},compiler:[8,">= 4.3.0"],main:function(e,t,n,i,r){var o,s=null!=t?t:e.nullContext||{},a=e.lambda,l=e.escapeExpression,c=e.lookupProperty||function(e,t){if(Object.prototype.hasOwnProperty.call(e,t))return e[t]};return(null!=(o=c(n,"if").call(s,null!=(o=null!=t?c(t,"contact"):t)?c(o,"avatar"):o,{name:"if",hash:{},fn:e.program(1,r,0),inverse:e.program(3,r,0),data:r,loc:{start:{line:1,column:0},end:{line:5,column:7}}}))?o:"")+'<div class="body">\n\t<div class="full-name">'+l(a(null!=(o=null!=t?c(t,"contact"):t)?c(o,"fullName"):o,t))+'</div>\n\t<div class="last-message">'+l(a(null!=(o=null!=t?c(t,"contact"):t)?c(o,"lastMessage"):o,t))+"</div>\n</div>\n"+(null!=(o=c(n,"if").call(s,null!=(o=null!=t?c(t,"contact"):t)?c(o,"topAction"):o,{name:"if",hash:{},fn:e.program(5,r,0),inverse:e.noop,data:r,loc:{start:{line:10,column:0},end:{line:14,column:7}}}))?o:"")+(null!=(o=c(n,"if").call(s,null!=(o=null!=t?c(t,"contact"):t)?c(o,"hasTwoActions"):o,{name:"if",hash:{},fn:e.program(7,r,0),inverse:e.noop,data:r,loc:{start:{line:15,column:0},end:{line:19,column:7}}}))?o:"")+(null!=(o=c(n,"if").call(s,null!=(o=null!=t?c(t,"contact"):t)?c(o,"hasManyActions"):o,{name:"if",hash:{},fn:e.program(9,r,0),inverse:e.noop,data:r,loc:{start:{line:20,column:0},end:{line:34,column:7}}}))?o:"")},useData:!0})},function(e,t,n){"use strict";t.__esModule=!0;var i=n(27);t.default=function(e){e.registerHelper("blockHelperMissing",(function(t,n){var r=n.inverse,o=n.fn;if(!0===t)return o(this);if(!1===t||null==t)return r(this);if(i.isArray(t))return t.length>0?(n.ids&&(n.ids=[n.name]),e.helpers.each(t,n)):r(this);if(n.data&&n.ids){var s=i.createFrame(n.data);s.contextPath=i.appendContextPath(n.data.contextPath,n.name),n={data:s}}return o(t,n)}))},e.exports=t.default},function(e,t,n){"use strict";(function(i){t.__esModule=!0;var r,o=n(27),s=n(52),a=(r=s)&&r.__esModule?r:{default:r};t.default=function(e){e.registerHelper("each",(function(e,t){if(!t)throw new a.default("Must pass iterator to #each");var n,r=t.fn,s=t.inverse,l=0,c="",u=void 0,d=void 0;function h(t,n,i){u&&(u.key=t,u.index=n,u.first=0===n,u.last=!!i,d&&(u.contextPath=d+t)),c+=r(e[t],{data:u,blockParams:o.blockParams([e[t],t],[d+t,null])})}if(t.data&&t.ids&&(d=o.appendContextPath(t.data.contextPath,t.ids[0])+"."),o.isFunction(e)&&(e=e.call(this)),t.data&&(u=o.createFrame(t.data)),e&&"object"==typeof e)if(o.isArray(e))for(var f=e.length;l<f;l++)l in e&&h(l,l,l===e.length-1);else if(i.Symbol&&e[i.Symbol.iterator]){for(var p=[],m=e[i.Symbol.iterator](),g=m.next();!g.done;g=m.next())p.push(g.value);for(f=(e=p).length;l<f;l++)h(l,l,l===e.length-1)}else n=void 0,Object.keys(e).forEach((function(e){void 0!==n&&h(n,l-1),n=e,l++})),void 0!==n&&h(n,l-1,!0);return 0===l&&(c=s(this)),c}))},e.exports=t.default}).call(this,n(14))},function(e,t,n){"use strict";t.__esModule=!0;var i,r=n(52),o=(i=r)&&i.__esModule?i:{default:i};t.default=function(e){e.registerHelper("helperMissing",(function(){if(1!==arguments.length)throw new o.default('Missing helper: "'+arguments[arguments.length-1].name+'"')}))},e.exports=t.default},function(e,t,n){"use strict";t.__esModule=!0;var i,r=n(27),o=n(52),s=(i=o)&&i.__esModule?i:{default:i};t.default=function(e){e.registerHelper("if",(function(e,t){if(2!=arguments.length)throw new s.default("#if requires exactly one argument");return r.isFunction(e)&&(e=e.call(this)),!t.hash.includeZero&&!e||r.isEmpty(e)?t.inverse(this):t.fn(this)})),e.registerHelper("unless",(function(t,n){if(2!=arguments.length)throw new s.default("#unless requires exactly one argument");return e.helpers.if.call(this,t,{fn:n.inverse,inverse:n.fn,hash:n.hash})}))},e.exports=t.default},function(e,t,n){"use strict";t.__esModule=!0,t.default=function(e){e.registerHelper("log",(function(){for(var t=[void 0],n=arguments[arguments.length-1],i=0;i<arguments.length-1;i++)t.push(arguments[i]);var r=1;null!=n.hash.level?r=n.hash.level:n.data&&null!=n.data.level&&(r=n.data.level),t[0]=r,e.log.apply(e,t)}))},e.exports=t.default},function(e,t,n){"use strict";t.__esModule=!0,t.default=function(e){e.registerHelper("lookup",(function(e,t,n){return e?n.lookupProperty(e,t):e}))},e.exports=t.default},function(e,t,n){"use strict";t.__esModule=!0;var i,r=n(27),o=n(52),s=(i=o)&&i.__esModule?i:{default:i};t.default=function(e){e.registerHelper("with",(function(e,t){if(2!=arguments.length)throw new s.default("#with requires exactly one argument");r.isFunction(e)&&(e=e.call(this));var n=t.fn;if(r.isEmpty(e))return t.inverse(this);var i=t.data;return t.data&&t.ids&&((i=r.createFrame(t.data)).contextPath=r.appendContextPath(t.data.contextPath,t.ids[0])),n(e,{data:i,blockParams:r.blockParams([e],[i&&i.contextPath])})}))},e.exports=t.default},function(e,t,n){"use strict";t.__esModule=!0,t.registerDefaultDecorators=function(e){o.default(e)};var i,r=n(586),o=(i=r)&&i.__esModule?i:{default:i}},function(e,t,n){"use strict";t.__esModule=!0;var i=n(27);t.default=function(e){e.registerDecorator("inline",(function(e,t,n,r){var o=e;return t.partials||(t.partials={},o=function(r,o){var s=n.partials;n.partials=i.extend({},s,t.partials);var a=e(r,o);return n.partials=s,a}),t.partials[r.args[0]]=r.fn,o}))},e.exports=t.default},function(e,t,n){"use strict";t.__esModule=!0,t.createNewLookupObject=function(){for(var e=arguments.length,t=Array(e),n=0;n<e;n++)t[n]=arguments[n];return i.extend.apply(void 0,[Object.create(null)].concat(t))};var i=n(27)},function(e,t,n){"use strict";function i(e){this.string=e}t.__esModule=!0,i.prototype.toString=i.prototype.toHTML=function(){return""+this.string},t.default=i,e.exports=t.default},function(e,t,n){"use strict";t.__esModule=!0,t.checkRevision=function(e){var t=e&&e[0]||1,n=a.COMPILER_REVISION;if(t>=a.LAST_COMPATIBLE_COMPILER_REVISION&&t<=a.COMPILER_REVISION)return;if(t<a.LAST_COMPATIBLE_COMPILER_REVISION){var i=a.REVISION_CHANGES[n],r=a.REVISION_CHANGES[t];throw new s.default("Template was precompiled with an older version of Handlebars than the current runtime. Please update your precompiler to a newer version ("+i+") or downgrade your runtime to an older version ("+r+").")}throw new s.default("Template was precompiled with a newer version of Handlebars than the current runtime. Please update your runtime to a newer version ("+e[1]+").")},t.template=function(e,t){if(!t)throw new s.default("No environment passed to template");if(!e||!e.main)throw new s.default("Unknown template object: "+typeof e);e.main.decorator=e.main_d,t.VM.checkRevision(e.compiler);var n=e.compiler&&7===e.compiler[0];var i={strict:function(e,t,n){if(!(e&&t in e))throw new s.default('"'+t+'" not defined in '+e,{loc:n});return e[t]},lookupProperty:function(e,t){var n=e[t];return null==n||Object.prototype.hasOwnProperty.call(e,t)||u.resultIsAllowed(n,i.protoAccessControl,t)?n:void 0},lookup:function(e,t){for(var n=e.length,r=0;r<n;r++){if(null!=(e[r]&&i.lookupProperty(e[r],t)))return e[r][t]}},lambda:function(e,t){return"function"==typeof e?e.call(t):e},escapeExpression:r.escapeExpression,invokePartial:function(n,i,o){o.hash&&(i=r.extend({},i,o.hash),o.ids&&(o.ids[0]=!0)),n=t.VM.resolvePartial.call(this,n,i,o);var a=r.extend({},o,{hooks:this.hooks,protoAccessControl:this.protoAccessControl}),l=t.VM.invokePartial.call(this,n,i,a);if(null==l&&t.compile&&(o.partials[o.name]=t.compile(n,e.compilerOptions,t),l=o.partials[o.name](i,a)),null!=l){if(o.indent){for(var c=l.split("\n"),u=0,d=c.length;u<d&&(c[u]||u+1!==d);u++)c[u]=o.indent+c[u];l=c.join("\n")}return l}throw new s.default("The partial "+o.name+" could not be compiled when running in runtime-only mode")},fn:function(t){var n=e[t];return n.decorator=e[t+"_d"],n},programs:[],program:function(e,t,n,i,r){var o=this.programs[e],s=this.fn(e);return t||r||i||n?o=d(this,e,s,t,n,i,r):o||(o=this.programs[e]=d(this,e,s)),o},data:function(e,t){for(;e&&t--;)e=e._parent;return e},mergeIfNeeded:function(e,t){var n=e||t;return e&&t&&e!==t&&(n=r.extend({},t,e)),n},nullContext:Object.seal({}),noop:t.VM.noop,compilerInfo:e.compiler};function o(t){var n=arguments.length<=1||void 0===arguments[1]?{}:arguments[1],r=n.data;o._setup(n),!n.partial&&e.useData&&(r=f(t,r));var s=void 0,a=e.useBlockParams?[]:void 0;function l(t){return""+e.main(i,t,i.helpers,i.partials,r,a,s)}return e.useDepths&&(s=n.depths?t!=n.depths[0]?[t].concat(n.depths):n.depths:[t]),(l=p(e.main,l,i,n.depths||[],r,a))(t,n)}return o.isTop=!0,o._setup=function(o){if(o.partial)i.protoAccessControl=o.protoAccessControl,i.helpers=o.helpers,i.partials=o.partials,i.decorators=o.decorators,i.hooks=o.hooks;else{var s=r.extend({},t.helpers,o.helpers);!function(e,t){Object.keys(e).forEach((function(n){var i=e[n];e[n]=function(e,t){var n=t.lookupProperty;return c.wrapHelper(e,(function(e){return r.extend({lookupProperty:n},e)}))}(i,t)}))}(s,i),i.helpers=s,e.usePartial&&(i.partials=i.mergeIfNeeded(o.partials,t.partials)),(e.usePartial||e.useDecorators)&&(i.decorators=r.extend({},t.decorators,o.decorators)),i.hooks={},i.protoAccessControl=u.createProtoAccessControl(o);var a=o.allowCallsToHelperMissing||n;l.moveHelperToHooks(i,"helperMissing",a),l.moveHelperToHooks(i,"blockHelperMissing",a)}},o._child=function(t,n,r,o){if(e.useBlockParams&&!r)throw new s.default("must pass block params");if(e.useDepths&&!o)throw new s.default("must pass parent depths");return d(i,t,e[t],n,0,r,o)},o},t.wrapProgram=d,t.resolvePartial=function(e,t,n){e?e.call||n.name||(n.name=e,e=n.partials[e]):e="@partial-block"===n.name?n.data["partial-block"]:n.partials[n.name];return e},t.invokePartial=function(e,t,n){var i=n.data&&n.data["partial-block"];n.partial=!0,n.ids&&(n.data.contextPath=n.ids[0]||n.data.contextPath);var o=void 0;n.fn&&n.fn!==h&&function(){n.data=a.createFrame(n.data);var e=n.fn;o=n.data["partial-block"]=function(t){var n=arguments.length<=1||void 0===arguments[1]?{}:arguments[1];return n.data=a.createFrame(n.data),n.data["partial-block"]=i,e(t,n)},e.partials&&(n.partials=r.extend({},n.partials,e.partials))}();void 0===e&&o&&(e=o);if(void 0===e)throw new s.default("The partial "+n.name+" could not be found");if(e instanceof Function)return e(t,n)},t.noop=h;var i,r=function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&(t[n]=e[n]);return t.default=e,t}(n(27)),o=n(52),s=(i=o)&&i.__esModule?i:{default:i},a=n(298),l=n(299),c=n(590),u=n(301);function d(e,t,n,i,r,o,s){function a(t){var r=arguments.length<=1||void 0===arguments[1]?{}:arguments[1],a=s;return!s||t==s[0]||t===e.nullContext&&null===s[0]||(a=[t].concat(s)),n(e,t,e.helpers,e.partials,r.data||i,o&&[r.blockParams].concat(o),a)}return(a=p(n,a,e,s,i,o)).program=t,a.depth=s?s.length:0,a.blockParams=r||0,a}function h(){return""}function f(e,t){return t&&"root"in t||((t=t?a.createFrame(t):{}).root=e),t}function p(e,t,n,i,o,s){if(e.decorator){var a={};t=e.decorator(t,a,n,i&&i[0],o,s,i),r.extend(t,a)}return t}},function(e,t,n){"use strict";t.__esModule=!0,t.wrapHelper=function(e,t){if("function"!=typeof e)return e;return function(){var n=arguments[arguments.length-1];return arguments[arguments.length-1]=t(n),e.apply(this,arguments)}}},function(e,t,n){"use strict";(function(n){t.__esModule=!0,t.default=function(e){var t=void 0!==n?n:window,i=t.Handlebars;e.noConflict=function(){return t.Handlebars===e&&(t.Handlebars=i),e}},e.exports=t.default}).call(this,n(14))},function(e,t,n){var i=n(90);e.exports=(i.default||i).template({compiler:[8,">= 4.3.0"],main:function(e,t,n,i,r){var o,s=e.lookupProperty||function(e,t){if(Object.prototype.hasOwnProperty.call(e,t))return e[t]};return'<div class="emptycontent">\n\t<div class="icon-loading"></div>\n\t<h2>'+e.escapeExpression("function"==typeof(o=null!=(o=s(n,"loadingText")||(null!=t?s(t,"loadingText"):t))?o:e.hooks.helperMissing)?o.call(null!=t?t:e.nullContext||{},{name:"loadingText",hash:{},data:r,loc:{start:{line:3,column:5},end:{line:3,column:20}}}):o)+"</h2>\n</div>\n"},useData:!0})},function(e,t,n){var i=n(90);e.exports=(i.default||i).template({compiler:[8,">= 4.3.0"],main:function(e,t,n,i,r){var o,s=e.lookupProperty||function(e,t){if(Object.prototype.hasOwnProperty.call(e,t))return e[t]};return'<div class="emptycontent">\n\t<div class="icon-search"></div>\n\t<h2>'+e.escapeExpression("function"==typeof(o=null!=(o=s(n,"couldNotLoadText")||(null!=t?s(t,"couldNotLoadText"):t))?o:e.hooks.helperMissing)?o.call(null!=t?t:e.nullContext||{},{name:"couldNotLoadText",hash:{},data:r,loc:{start:{line:3,column:5},end:{line:3,column:25}}}):o)+"</h2>\n</div>\n"},useData:!0})},function(e,t,n){var i=n(90);e.exports=(i.default||i).template({compiler:[8,">= 4.3.0"],main:function(e,t,n,i,r){var o,s=null!=t?t:e.nullContext||{},a=e.hooks.helperMissing,l=e.escapeExpression,c=e.lookupProperty||function(e,t){if(Object.prototype.hasOwnProperty.call(e,t))return e[t]};return'<label class="hidden-visually" for="contactsmenu-search">'+l("function"==typeof(o=null!=(o=c(n,"searchContactsText")||(null!=t?c(t,"searchContactsText"):t))?o:a)?o.call(s,{name:"searchContactsText",hash:{},data:r,loc:{start:{line:1,column:57},end:{line:1,column:79}}}):o)+'</label>\n<input id="contactsmenu-search" type="search" placeholder="'+l("function"==typeof(o=null!=(o=c(n,"searchContactsText")||(null!=t?c(t,"searchContactsText"):t))?o:a)?o.call(s,{name:"searchContactsText",hash:{},data:r,loc:{start:{line:2,column:59},end:{line:2,column:81}}}):o)+'" value="'+l("function"==typeof(o=null!=(o=c(n,"searchTerm")||(null!=t?c(t,"searchTerm"):t))?o:a)?o.call(s,{name:"searchTerm",hash:{},data:r,loc:{start:{line:2,column:90},end:{line:2,column:104}}}):o)+'">\n<div class="content">\n</div>\n'},useData:!0})},function(e,t,n){var i=n(90);e.exports=(i.default||i).template({1:function(e,t,n,i,r){var o,s=e.lookupProperty||function(e,t){if(Object.prototype.hasOwnProperty.call(e,t))return e[t]};return'<div class="emptycontent">\n\t<div class="icon-search"></div>\n\t<h2>'+e.escapeExpression("function"==typeof(o=null!=(o=s(n,"noContactsFoundText")||(null!=t?s(t,"noContactsFoundText"):t))?o:e.hooks.helperMissing)?o.call(null!=t?t:e.nullContext||{},{name:"noContactsFoundText",hash:{},data:r,loc:{start:{line:4,column:5},end:{line:4,column:28}}}):o)+"</h2>\n</div>\n"},3:function(e,t,n,i,r){var o,s=null!=t?t:e.nullContext||{},a=e.hooks.helperMissing,l=e.escapeExpression,c=e.lookupProperty||function(e,t){if(Object.prototype.hasOwnProperty.call(e,t))return e[t]};return'<div class="footer"><a href="'+l("function"==typeof(o=null!=(o=c(n,"contactsAppURL")||(null!=t?c(t,"contactsAppURL"):t))?o:a)?o.call(s,{name:"contactsAppURL",hash:{},data:r,loc:{start:{line:9,column:29},end:{line:9,column:47}}}):o)+'">'+l("function"==typeof(o=null!=(o=c(n,"showAllContactsText")||(null!=t?c(t,"showAllContactsText"):t))?o:a)?o.call(s,{name:"showAllContactsText",hash:{},data:r,loc:{start:{line:9,column:49},end:{line:9,column:72}}}):o)+"</a></div>\n"},5:function(e,t,n,i,r){var o,s=e.lookupProperty||function(e,t){if(Object.prototype.hasOwnProperty.call(e,t))return e[t]};return null!=(o=s(n,"if").call(null!=t?t:e.nullContext||{},null!=t?s(t,"canInstallApp"):t,{name:"if",hash:{},fn:e.program(6,r,0),inverse:e.noop,data:r,loc:{start:{line:10,column:0},end:{line:12,column:0}}}))?o:""},6:function(e,t,n,i,r){var o,s=null!=t?t:e.nullContext||{},a=e.hooks.helperMissing,l=e.escapeExpression,c=e.lookupProperty||function(e,t){if(Object.prototype.hasOwnProperty.call(e,t))return e[t]};return'<div class="footer"><a href="'+l("function"==typeof(o=null!=(o=c(n,"contactsAppMgmtURL")||(null!=t?c(t,"contactsAppMgmtURL"):t))?o:a)?o.call(s,{name:"contactsAppMgmtURL",hash:{},data:r,loc:{start:{line:11,column:29},end:{line:11,column:51}}}):o)+'">'+l("function"==typeof(o=null!=(o=c(n,"contactsAppMgmtText")||(null!=t?c(t,"contactsAppMgmtText"):t))?o:a)?o.call(s,{name:"contactsAppMgmtText",hash:{},data:r,loc:{start:{line:11,column:53},end:{line:11,column:76}}}):o)+"</a></div>\n"},compiler:[8,">= 4.3.0"],main:function(e,t,n,i,r){var o,s=null!=t?t:e.nullContext||{},a=e.lookupProperty||function(e,t){if(Object.prototype.hasOwnProperty.call(e,t))return e[t]};return(null!=(o=a(n,"unless").call(s,null!=(o=null!=t?a(t,"contacts"):t)?a(o,"length"):o,{name:"unless",hash:{},fn:e.program(1,r,0),inverse:e.noop,data:r,loc:{start:{line:1,column:0},end:{line:6,column:11}}}))?o:"")+'<div id="contactsmenu-contacts"></div>\n'+(null!=(o=a(n,"if").call(s,null!=t?a(t,"contactsAppEnabled"):t,{name:"if",hash:{},fn:e.program(3,r,0),inverse:e.program(5,r,0),data:r,loc:{start:{line:8,column:0},end:{line:12,column:7}}}))?o:"")},useData:!0})},function(e,t,n){var i={"./af":302,"./af.js":302,"./ar":303,"./ar-dz":304,"./ar-dz.js":304,"./ar-kw":305,"./ar-kw.js":305,"./ar-ly":306,"./ar-ly.js":306,"./ar-ma":307,"./ar-ma.js":307,"./ar-sa":308,"./ar-sa.js":308,"./ar-tn":309,"./ar-tn.js":309,"./ar.js":303,"./az":310,"./az.js":310,"./be":311,"./be.js":311,"./bg":312,"./bg.js":312,"./bm":313,"./bm.js":313,"./bn":314,"./bn.js":314,"./bo":315,"./bo.js":315,"./br":316,"./br.js":316,"./bs":317,"./bs.js":317,"./ca":318,"./ca.js":318,"./cs":319,"./cs.js":319,"./cv":320,"./cv.js":320,"./cy":321,"./cy.js":321,"./da":322,"./da.js":322,"./de":323,"./de-at":324,"./de-at.js":324,"./de-ch":325,"./de-ch.js":325,"./de.js":323,"./dv":326,"./dv.js":326,"./el":327,"./el.js":327,"./en-SG":328,"./en-SG.js":328,"./en-au":329,"./en-au.js":329,"./en-ca":330,"./en-ca.js":330,"./en-gb":331,"./en-gb.js":331,"./en-ie":332,"./en-ie.js":332,"./en-il":333,"./en-il.js":333,"./en-nz":334,"./en-nz.js":334,"./eo":335,"./eo.js":335,"./es":336,"./es-do":337,"./es-do.js":337,"./es-us":338,"./es-us.js":338,"./es.js":336,"./et":339,"./et.js":339,"./eu":340,"./eu.js":340,"./fa":341,"./fa.js":341,"./fi":342,"./fi.js":342,"./fo":343,"./fo.js":343,"./fr":344,"./fr-ca":345,"./fr-ca.js":345,"./fr-ch":346,"./fr-ch.js":346,"./fr.js":344,"./fy":347,"./fy.js":347,"./ga":348,"./ga.js":348,"./gd":349,"./gd.js":349,"./gl":350,"./gl.js":350,"./gom-latn":351,"./gom-latn.js":351,"./gu":352,"./gu.js":352,"./he":353,"./he.js":353,"./hi":354,"./hi.js":354,"./hr":355,"./hr.js":355,"./hu":356,"./hu.js":356,"./hy-am":357,"./hy-am.js":357,"./id":358,"./id.js":358,"./is":359,"./is.js":359,"./it":360,"./it-ch":361,"./it-ch.js":361,"./it.js":360,"./ja":362,"./ja.js":362,"./jv":363,"./jv.js":363,"./ka":364,"./ka.js":364,"./kk":365,"./kk.js":365,"./km":366,"./km.js":366,"./kn":367,"./kn.js":367,"./ko":368,"./ko.js":368,"./ku":369,"./ku.js":369,"./ky":370,"./ky.js":370,"./lb":371,"./lb.js":371,"./lo":372,"./lo.js":372,"./lt":373,"./lt.js":373,"./lv":374,"./lv.js":374,"./me":375,"./me.js":375,"./mi":376,"./mi.js":376,"./mk":377,"./mk.js":377,"./ml":378,"./ml.js":378,"./mn":379,"./mn.js":379,"./mr":380,"./mr.js":380,"./ms":381,"./ms-my":382,"./ms-my.js":382,"./ms.js":381,"./mt":383,"./mt.js":383,"./my":384,"./my.js":384,"./nb":385,"./nb.js":385,"./ne":386,"./ne.js":386,"./nl":387,"./nl-be":388,"./nl-be.js":388,"./nl.js":387,"./nn":389,"./nn.js":389,"./pa-in":390,"./pa-in.js":390,"./pl":391,"./pl.js":391,"./pt":392,"./pt-br":393,"./pt-br.js":393,"./pt.js":392,"./ro":394,"./ro.js":394,"./ru":395,"./ru.js":395,"./sd":396,"./sd.js":396,"./se":397,"./se.js":397,"./si":398,"./si.js":398,"./sk":399,"./sk.js":399,"./sl":400,"./sl.js":400,"./sq":401,"./sq.js":401,"./sr":402,"./sr-cyrl":403,"./sr-cyrl.js":403,"./sr.js":402,"./ss":404,"./ss.js":404,"./sv":405,"./sv.js":405,"./sw":406,"./sw.js":406,"./ta":407,"./ta.js":407,"./te":408,"./te.js":408,"./tet":409,"./tet.js":409,"./tg":410,"./tg.js":410,"./th":411,"./th.js":411,"./tl-ph":412,"./tl-ph.js":412,"./tlh":413,"./tlh.js":413,"./tr":414,"./tr.js":414,"./tzl":415,"./tzl.js":415,"./tzm":416,"./tzm-latn":417,"./tzm-latn.js":417,"./tzm.js":416,"./ug-cn":418,"./ug-cn.js":418,"./uk":419,"./uk.js":419,"./ur":420,"./ur.js":420,"./uz":421,"./uz-latn":422,"./uz-latn.js":422,"./uz.js":421,"./vi":423,"./vi.js":423,"./x-pseudo":424,"./x-pseudo.js":424,"./yo":425,"./yo.js":425,"./zh-cn":426,"./zh-cn.js":426,"./zh-hk":427,"./zh-hk.js":427,"./zh-tw":428,"./zh-tw.js":428};function r(e){var t=o(e);return n(t)}function o(e){if(!n.o(i,e)){var t=new Error("Cannot find module '"+e+"'");throw t.code="MODULE_NOT_FOUND",t}return i[e]}r.keys=function(){return Object.keys(i)},r.resolve=o,e.exports=r,r.id=596},,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,function(e,t,n){var i=n(9),r=n(161),o="".split;e.exports=i((function(){return!Object("z").propertyIsEnumerable(0)}))?function(e){return"String"==r(e)?o.call(e,""):Object(e)}:Object},function(e,t){var n=0,i=Math.random();e.exports=function(e){return"Symbol("+String(void 0===e?"":e)+")_"+(++n+i).toString(36)}},function(e,t){e.exports={}},function(e,t,n){var i=n(18);e.exports=i},function(e,t,n){var i=n(157),r=n(36),o=n(471),s=function(e){return function(t,n,s){var a,l=i(t),c=r(l.length),u=o(s,c);if(e&&n!=n){for(;c>u;)if((a=l[u++])!=a)return!0}else for(;c>u;u++)if((e||u in l)&&l[u]===n)return e||u||0;return!e&&-1}};e.exports={includes:s(!0),indexOf:s(!1)}},function(e,t,n){var i=n(9),r=/#|\.prototype\./,o=function(e,t){var n=a[s(e)];return n==c||n!=l&&("function"==typeof t?i(t):!!t)},s=o.normalize=function(e){return String(e).replace(r,".").toLowerCase()},a=o.data={},l=o.NATIVE="N",c=o.POLYFILL="P";e.exports=o},function(e,t,n){var i=n(756),r=n(723);e.exports=Object.keys||function(e){return i(e,r)}},function(e,t,n){var i=n(25),r=n(507),o=n(31)("species");e.exports=function(e,t){var n;return r(e)&&("function"!=typeof(n=e.constructor)||n!==Array&&!r(n.prototype)?i(n)&&null===(n=n[o])&&(n=void 0):n=void 0),new(void 0===n?Array:n)(0===t?0:t)}},function(e,t,n){var i=n(9);e.exports=!i((function(){return Object.isExtensible(Object.preventExtensions({}))}))},function(e,t){e.exports={}},function(e,t,n){var i=n(681),r=n(679),o=n(31)("iterator");e.exports=function(e){if(null!=e)return e[o]||e["@@iterator"]||r[i(e)]}},function(e,t,n){var i=n(728),r=n(161),o=n(31)("toStringTag"),s="Arguments"==r(function(){return arguments}());e.exports=i?r:function(e){var t,n,i;return void 0===e?"Undefined":null===e?"Null":"string"==typeof(n=function(e,t){try{return e[t]}catch(e){}}(t=Object(e),o))?n:s?r(t):"Object"==(i=r(t))&&"function"==typeof t.callee?"Arguments":i}},function(e,t,n){var i=n(9),r=n(31),o=n(730),s=r("species");e.exports=function(e){return o>=51||!i((function(){var t=[];return(t.constructor={})[s]=function(){return{foo:1}},1!==t[e](Boolean).foo}))}},function(e,t,n){"use strict";var i=n(26);e.exports=function(){var e=i(this),t="";return e.global&&(t+="g"),e.ignoreCase&&(t+="i"),e.multiline&&(t+="m"),e.dotAll&&(t+="s"),e.unicode&&(t+="u"),e.sticky&&(t+="y"),t}},,,,function(e,t,n){var i,r;(r=function(){"use strict";var e={DAY:864e5,HOUR:36e5,MINUTE:6e4,SECOND:1e3,BASELINE_YEAR:2014,MAX_SCORE:864e6,AMBIGUITIES:{"America/Denver":["America/Mazatlan"],"America/Chicago":["America/Mexico_City"],"America/Asuncion":["America/Campo_Grande","America/Santiago"],"America/Montevideo":["America/Sao_Paulo","America/Santiago"],"Asia/Beirut":["Asia/Amman","Asia/Jerusalem","Europe/Helsinki","Asia/Damascus","Africa/Cairo","Asia/Gaza","Europe/Minsk","Africa/Windhoek"],"Pacific/Auckland":["Pacific/Fiji"],"America/Los_Angeles":["America/Santa_Isabel"],"America/New_York":["America/Havana"],"America/Halifax":["America/Goose_Bay"],"America/Godthab":["America/Miquelon"],"Asia/Dubai":["Asia/Yerevan"],"Asia/Jakarta":["Asia/Krasnoyarsk"],"Asia/Shanghai":["Asia/Irkutsk","Australia/Perth"],"Australia/Sydney":["Australia/Lord_Howe"],"Asia/Tokyo":["Asia/Yakutsk"],"Asia/Dhaka":["Asia/Omsk"],"Asia/Baku":["Asia/Yerevan"],"Australia/Brisbane":["Asia/Vladivostok"],"Pacific/Noumea":["Asia/Vladivostok"],"Pacific/Majuro":["Asia/Kamchatka","Pacific/Fiji"],"Pacific/Tongatapu":["Pacific/Apia"],"Asia/Baghdad":["Europe/Minsk","Europe/Moscow"],"Asia/Karachi":["Asia/Yekaterinburg"],"Africa/Johannesburg":["Asia/Gaza","Africa/Cairo"]}},t=function(e){var t=-e.getTimezoneOffset();return null!==t?t:0},n=function(){for(var n=[],i=0;i<=11;i++)for(var r=1;r<=28;r++){var o=t(new Date(e.BASELINE_YEAR,i,r));n?n&&n[n.length-1]!==o&&n.push(o):n.push()}return n},i=function(){var e=0,t=n();return t.length>1&&(e=t[0]-t[1]),t.length>3?t[0]+",1,weird":e<0?t[0]+",1":e>0?t[1]+",1,s":t[0]+",0"},o=function(e){for(var t=new Date(e,0,1,0,0,1,0).getTime(),n=new Date(e,12,31,23,59,59).getTime(),i=t,r=new Date(i).getTimezoneOffset(),o=null,a=null;i<n-864e5;){var l=new Date(i),c=l.getTimezoneOffset();c!==r&&(c<r&&(o=l),c>r&&(a=l),r=c),i+=864e5}return!(!o||!a)&&{s:s(o).getTime(),e:s(a).getTime()}},s=function t(n,i,r){void 0===i&&(i=e.DAY,r=e.HOUR);for(var o=new Date(n.getTime()-i).getTime(),s=n.getTime()+i,a=new Date(o).getTimezoneOffset(),l=o,c=null;l<s-r;){var u=new Date(l);if(u.getTimezoneOffset()!==a){c=u;break}l+=r}return i===e.DAY?t(c,e.HOUR,e.MINUTE):i===e.HOUR?t(c,e.MINUTE,e.SECOND):c},a=function(t,n){for(var i=function(i){for(var r=0,o=0;o<t.length;o++)if(i.rules[o]&&t[o]){if(!(t[o].s>=i.rules[o].s&&t[o].e<=i.rules[o].e)){r="N/A";break}if(r=0,r+=Math.abs(t[o].s-i.rules[o].s),(r+=Math.abs(i.rules[o].e-t[o].e))>e.MAX_SCORE){r="N/A";break}}return function(e,t,n,i){if("N/A"!==n)return n;if("Asia/Beirut"===t){if("Africa/Cairo"===i.name&&13983768e5===e[6].s&&14116788e5===e[6].e)return 0;if("Asia/Jerusalem"===i.name&&13959648e5===e[6].s&&14118588e5===e[6].e)return 0}else if("America/Santiago"===t){if("America/Asuncion"===i.name&&14124816e5===e[6].s&&1397358e6===e[6].e)return 0;if("America/Campo_Grande"===i.name&&14136912e5===e[6].s&&13925196e5===e[6].e)return 0}else if("America/Montevideo"===t){if("America/Sao_Paulo"===i.name&&14136876e5===e[6].s&&1392516e6===e[6].e)return 0}else if("Pacific/Auckland"===t&&"Pacific/Fiji"===i.name&&14142456e5===e[6].s&&13961016e5===e[6].e)return 0;return n}(t,n,r,i)},o={},s=r.olson.dst_rules.zones,a=s.length,l=e.AMBIGUITIES[n],c=0;c<a;c++){var u=s[c],d=i(s[c]);"N/A"!==d&&(o[u.name]=d)}for(var h in o)if(o.hasOwnProperty(h))for(var f=0;f<l.length;f++)if(l[f]===h)return h;return n},l=function(e){var t=function(){for(var e=[],t=0;t<r.olson.dst_rules.years.length;t++){var n=o(r.olson.dst_rules.years[t]);e.push(n)}return e}();return function(e){for(var t=0;t<e.length;t++)if(!1!==e[t])return!0;return!1}(t)?a(t,e):e};return{determine:function(t){var o=!1,s=i();return(t||void 0===t)&&(o=function(){var e,t;if(Intl&&"undefined"!=typeof Intl&&void 0!==Intl.DateTimeFormat&&void 0!==(e=Intl.DateTimeFormat())&&void 0!==e.resolvedOptions)return(t=e.resolvedOptions().timeZone)&&(t.indexOf("/")>-1||"UTC"===t)?t:void 0}()),o||(o=r.olson.timezones[s],void 0!==e.AMBIGUITIES[o]&&(o=l(o))),{name:function(){return o},using_intl:t||void 0===t,needle:s,offsets:n()}}}}()).olson=r.olson||{},r.olson.timezones={"-720,0":"Etc/GMT+12","-660,0":"Pacific/Pago_Pago","-660,1,s":"Pacific/Apia","-600,1":"America/Adak","-600,0":"Pacific/Honolulu","-570,0":"Pacific/Marquesas","-540,0":"Pacific/Gambier","-540,1":"America/Anchorage","-480,1":"America/Los_Angeles","-480,0":"Pacific/Pitcairn","-420,0":"America/Phoenix","-420,1":"America/Denver","-360,0":"America/Guatemala","-360,1":"America/Chicago","-360,1,s":"Pacific/Easter","-300,0":"America/Bogota","-300,1":"America/New_York","-270,0":"America/Caracas","-240,1":"America/Halifax","-240,0":"America/Santo_Domingo","-240,1,s":"America/Asuncion","-210,1":"America/St_Johns","-180,1":"America/Godthab","-180,0":"America/Buenos_Aires","-180,1,s":"America/Montevideo","-120,0":"America/Noronha","-120,1":"America/Noronha","-60,1":"Atlantic/Azores","-60,0":"Atlantic/Cape_Verde","0,0":"UTC","0,1":"Europe/London","0,1,weird":"Africa/Casablanca","60,1":"Europe/Berlin","60,0":"Africa/Lagos","60,1,weird":"Africa/Casablanca","120,1":"Asia/Beirut","120,1,weird":"Africa/Cairo","120,0":"Africa/Johannesburg","180,0":"Asia/Baghdad","180,1":"Europe/Moscow","210,1":"Asia/Tehran","240,0":"Asia/Dubai","240,1":"Asia/Baku","270,0":"Asia/Kabul","300,1":"Asia/Yekaterinburg","300,0":"Asia/Karachi","330,0":"Asia/Calcutta","345,0":"Asia/Katmandu","360,0":"Asia/Dhaka","360,1":"Asia/Omsk","390,0":"Asia/Rangoon","420,1":"Asia/Krasnoyarsk","420,0":"Asia/Jakarta","480,0":"Asia/Shanghai","480,1":"Asia/Irkutsk","525,0":"Australia/Eucla","525,1,s":"Australia/Eucla","540,1":"Asia/Yakutsk","540,0":"Asia/Tokyo","570,0":"Australia/Darwin","570,1,s":"Australia/Adelaide","600,0":"Australia/Brisbane","600,1":"Asia/Vladivostok","600,1,s":"Australia/Sydney","630,1,s":"Australia/Lord_Howe","660,1":"Asia/Kamchatka","660,0":"Pacific/Noumea","690,0":"Pacific/Norfolk","720,1,s":"Pacific/Auckland","720,0":"Pacific/Majuro","765,1,s":"Pacific/Chatham","780,0":"Pacific/Tongatapu","780,1,s":"Pacific/Apia","840,0":"Pacific/Kiritimati"},r.olson.dst_rules={years:[2008,2009,2010,2011,2012,2013,2014],zones:[{name:"Africa/Cairo",rules:[{e:12199572e5,s:12090744e5},{e:1250802e6,s:1240524e6},{e:12858804e5,s:12840696e5},!1,!1,!1,{e:14116788e5,s:1406844e6}]},{name:"America/Asuncion",rules:[{e:12050316e5,s:12243888e5},{e:12364812e5,s:12558384e5},{e:12709548e5,s:12860784e5},{e:13024044e5,s:1317528e6},{e:1333854e6,s:13495824e5},{e:1364094e6,s:1381032e6},{e:13955436e5,s:14124816e5}]},{name:"America/Campo_Grande",rules:[{e:12032172e5,s:12243888e5},{e:12346668e5,s:12558384e5},{e:12667212e5,s:1287288e6},{e:12981708e5,s:13187376e5},{e:13302252e5,s:1350792e6},{e:136107e7,s:13822416e5},{e:13925196e5,s:14136912e5}]},{name:"America/Goose_Bay",rules:[{e:122559486e4,s:120503526e4},{e:125704446e4,s:123648486e4},{e:128909886e4,s:126853926e4},{e:13205556e5,s:129998886e4},{e:13520052e5,s:13314456e5},{e:13834548e5,s:13628952e5},{e:14149044e5,s:13943448e5}]},{name:"America/Havana",rules:[{e:12249972e5,s:12056436e5},{e:12564468e5,s:12364884e5},{e:12885012e5,s:12685428e5},{e:13211604e5,s:13005972e5},{e:13520052e5,s:13332564e5},{e:13834548e5,s:13628916e5},{e:14149044e5,s:13943412e5}]},{name:"America/Mazatlan",rules:[{e:1225008e6,s:12074724e5},{e:12564576e5,s:1238922e6},{e:1288512e6,s:12703716e5},{e:13199616e5,s:13018212e5},{e:13514112e5,s:13332708e5},{e:13828608e5,s:13653252e5},{e:14143104e5,s:13967748e5}]},{name:"America/Mexico_City",rules:[{e:12250044e5,s:12074688e5},{e:1256454e6,s:12389184e5},{e:12885084e5,s:1270368e6},{e:1319958e6,s:13018176e5},{e:13514076e5,s:13332672e5},{e:13828572e5,s:13653216e5},{e:14143068e5,s:13967712e5}]},{name:"America/Miquelon",rules:[{e:12255984e5,s:12050388e5},{e:1257048e6,s:12364884e5},{e:12891024e5,s:12685428e5},{e:1320552e6,s:12999924e5},{e:13520016e5,s:1331442e6},{e:13834512e5,s:13628916e5},{e:14149008e5,s:13943412e5}]},{name:"America/Santa_Isabel",rules:[{e:12250116e5,s:1207476e6},{e:12564612e5,s:12389256e5},{e:12891204e5,s:12685608e5},{e:132057e7,s:13000104e5},{e:13520196e5,s:133146e7},{e:13834692e5,s:13629096e5},{e:14149188e5,s:13943592e5}]},{name:"America/Santiago",rules:[{e:1206846e6,s:1223784e6},{e:1237086e6,s:12552336e5},{e:127035e7,s:12866832e5},{e:13048236e5,s:13138992e5},{e:13356684e5,s:13465584e5},{e:1367118e6,s:13786128e5},{e:13985676e5,s:14100624e5}]},{name:"America/Sao_Paulo",rules:[{e:12032136e5,s:12243852e5},{e:12346632e5,s:12558348e5},{e:12667176e5,s:12872844e5},{e:12981672e5,s:1318734e6},{e:13302216e5,s:13507884e5},{e:13610664e5,s:1382238e6},{e:1392516e6,s:14136876e5}]},{name:"Asia/Amman",rules:[{e:1225404e6,s:12066552e5},{e:12568536e5,s:12381048e5},{e:12883032e5,s:12695544e5},{e:13197528e5,s:13016088e5},!1,!1,{e:14147064e5,s:13959576e5}]},{name:"Asia/Damascus",rules:[{e:12254868e5,s:120726e7},{e:125685e7,s:12381048e5},{e:12882996e5,s:12701592e5},{e:13197492e5,s:13016088e5},{e:13511988e5,s:13330584e5},{e:13826484e5,s:1364508e6},{e:14147028e5,s:13959576e5}]},{name:"Asia/Dubai",rules:[!1,!1,!1,!1,!1,!1,!1]},{name:"Asia/Gaza",rules:[{e:12199572e5,s:12066552e5},{e:12520152e5,s:12381048e5},{e:1281474e6,s:126964086e4},{e:1312146e6,s:130160886e4},{e:13481784e5,s:13330584e5},{e:13802292e5,s:1364508e6},{e:1414098e6,s:13959576e5}]},{name:"Asia/Irkutsk",rules:[{e:12249576e5,s:12068136e5},{e:12564072e5,s:12382632e5},{e:12884616e5,s:12697128e5},!1,!1,!1,!1]},{name:"Asia/Jerusalem",rules:[{e:12231612e5,s:12066624e5},{e:1254006e6,s:1238112e6},{e:1284246e6,s:12695616e5},{e:131751e7,s:1301616e6},{e:13483548e5,s:13330656e5},{e:13828284e5,s:13645152e5},{e:1414278e6,s:13959648e5}]},{name:"Asia/Kamchatka",rules:[{e:12249432e5,s:12067992e5},{e:12563928e5,s:12382488e5},{e:12884508e5,s:12696984e5},!1,!1,!1,!1]},{name:"Asia/Krasnoyarsk",rules:[{e:12249612e5,s:12068172e5},{e:12564108e5,s:12382668e5},{e:12884652e5,s:12697164e5},!1,!1,!1,!1]},{name:"Asia/Omsk",rules:[{e:12249648e5,s:12068208e5},{e:12564144e5,s:12382704e5},{e:12884688e5,s:126972e7},!1,!1,!1,!1]},{name:"Asia/Vladivostok",rules:[{e:12249504e5,s:12068064e5},{e:12564e8,s:1238256e6},{e:12884544e5,s:12697056e5},!1,!1,!1,!1]},{name:"Asia/Yakutsk",rules:[{e:1224954e6,s:120681e7},{e:12564036e5,s:12382596e5},{e:1288458e6,s:12697092e5},!1,!1,!1,!1]},{name:"Asia/Yekaterinburg",rules:[{e:12249684e5,s:12068244e5},{e:1256418e6,s:1238274e6},{e:12884724e5,s:12697236e5},!1,!1,!1,!1]},{name:"Asia/Yerevan",rules:[{e:1224972e6,s:1206828e6},{e:12564216e5,s:12382776e5},{e:1288476e6,s:12697272e5},{e:13199256e5,s:13011768e5},!1,!1,!1]},{name:"Australia/Lord_Howe",rules:[{e:12074076e5,s:12231342e5},{e:12388572e5,s:12545838e5},{e:12703068e5,s:12860334e5},{e:13017564e5,s:1317483e6},{e:1333206e6,s:13495374e5},{e:13652604e5,s:1380987e6},{e:139671e7,s:14124366e5}]},{name:"Australia/Perth",rules:[{e:12068136e5,s:12249576e5},!1,!1,!1,!1,!1,!1]},{name:"Europe/Helsinki",rules:[{e:12249828e5,s:12068388e5},{e:12564324e5,s:12382884e5},{e:12884868e5,s:1269738e6},{e:13199364e5,s:13011876e5},{e:1351386e6,s:13326372e5},{e:13828356e5,s:13646916e5},{e:14142852e5,s:13961412e5}]},{name:"Europe/Minsk",rules:[{e:12249792e5,s:12068352e5},{e:12564288e5,s:12382848e5},{e:12884832e5,s:12697344e5},!1,!1,!1,!1]},{name:"Europe/Moscow",rules:[{e:12249756e5,s:12068316e5},{e:12564252e5,s:12382812e5},{e:12884796e5,s:12697308e5},!1,!1,!1,!1]},{name:"Pacific/Apia",rules:[!1,!1,!1,{e:13017528e5,s:13168728e5},{e:13332024e5,s:13489272e5},{e:13652568e5,s:13803768e5},{e:13967064e5,s:14118264e5}]},{name:"Pacific/Fiji",rules:[!1,!1,{e:12696984e5,s:12878424e5},{e:13271544e5,s:1319292e6},{e:1358604e6,s:13507416e5},{e:139005e7,s:1382796e6},{e:14215032e5,s:14148504e5}]},{name:"Europe/London",rules:[{e:12249828e5,s:12068388e5},{e:12564324e5,s:12382884e5},{e:12884868e5,s:1269738e6},{e:13199364e5,s:13011876e5},{e:1351386e6,s:13326372e5},{e:13828356e5,s:13646916e5},{e:14142852e5,s:13961412e5}]},{name:"Africa/Windhoek",rules:[{e:12207492e5,s:120744e7},{e:12521988e5,s:12388896e5},{e:12836484e5,s:12703392e5},{e:1315098e6,s:13017888e5},{e:13465476e5,s:13332384e5},{e:13779972e5,s:13652928e5},{e:14100516e5,s:13967424e5}]}]},void 0!==e.exports?e.exports=r:null!==n(714)&&null!=n(715)?void 0===(i=function(){return r}.apply(t,[]))||(e.exports=i):window.jstz=r},function(e,t,n){"use strict";var i={}.propertyIsEnumerable,r=Object.getOwnPropertyDescriptor,o=r&&!i.call({1:2},1);t.f=o?function(e){var t=r(this,e);return!!t&&t.enumerable}:i},function(e,t,n){var i=n(721),r=n(671),o=i("keys");e.exports=function(e){return o[e]||(o[e]=r(e))}},function(e,t,n){"use strict";var i=n(203),r=n(18),o=n(9);e.exports=i||!o((function(){var e=Math.random();__defineSetter__.call(null,e,(function(){})),delete r[e]}))},function(e,t,n){var i=n(31)("iterator"),r=!1;try{var o=0,s={next:function(){return{done:!!o++}},return:function(){r=!0}};s[i]=function(){return this},Array.from(s,(function(){throw 2}))}catch(e){}e.exports=function(e,t){if(!t&&!r)return!1;var n=!1;try{var o={};o[i]=function(){return{next:function(){return{done:n=!0}}}},e(o)}catch(e){}return n}},function(e,t,n){var i=n(162);e.exports=i("navigator","userAgent")||""},function(e,t,n){var i=n(154),r=n(57),o=n(670),s=n(36),a=function(e){return function(t,n,a,l){i(n);var c=r(t),u=o(c),d=s(c.length),h=e?d-1:0,f=e?-1:1;if(a<2)for(;;){if(h in u){l=u[h],h+=f;break}if(h+=f,e?h<0:d<=h)throw TypeError("Reduce of empty array with no initial value")}for(;e?h>=0:d>h;h+=f)h in u&&(l=n(l,u[h],h,c));return l}};e.exports={left:a(!1),right:a(!0)}},function(e,t,n){"use strict";var i=n(157),r=n(473),o=n(679),s=n(114),a=n(732),l=s.set,c=s.getterFor("Array Iterator");e.exports=a(Array,"Array",(function(e,t){l(this,{type:"Array Iterator",target:i(e),index:0,kind:t})}),(function(){var e=c(this),t=e.target,n=e.kind,i=e.index++;return!t||i>=t.length?(e.target=void 0,{value:void 0,done:!0}):"keys"==n?{value:i,done:!1}:"values"==n?{value:t[i],done:!1}:{value:[i,t[i]],done:!1}}),"values"),o.Arguments=o.Array,r("keys"),r("values"),r("entries")},function(e,t,n){var i=n(163),r=n(112),o=function(e){return function(t,n){var o,s,a=String(r(t)),l=i(n),c=a.length;return l<0||l>=c?e?"":void 0:(o=a.charCodeAt(l))<55296||o>56319||l+1===c||(s=a.charCodeAt(l+1))<56320||s>57343?e?a.charAt(l):o:e?a.slice(l,l+2):s-56320+(o-55296<<10)+65536}};e.exports={codeAt:o(!1),charAt:o(!0)}},function(e,t,n){var i=n(25),r=n(161),o=n(31)("match");e.exports=function(e){var t;return i(e)&&(void 0!==(t=e[o])?!!t:"RegExp"==r(e))}},function(e,t,n){"use strict";n(736);var i=n(103),r=n(9),o=n(31),s=n(698),a=n(113),l=o("species"),c=!r((function(){var e=/./;return e.exec=function(){var e=[];return e.groups={a:"7"},e},"7"!=="".replace(e,"$<a>")})),u="$0"==="a".replace(/./,"$0"),d=o("replace"),h=!!/./[d]&&""===/./[d]("a","$0"),f=!r((function(){var e=/(?:)/,t=e.exec;e.exec=function(){return t.apply(this,arguments)};var n="ab".split(e);return 2!==n.length||"a"!==n[0]||"b"!==n[1]}));e.exports=function(e,t,n,d){var p=o(e),m=!r((function(){var t={};return t[p]=function(){return 7},7!=""[e](t)})),g=m&&!r((function(){var t=!1,n=/a/;return"split"===e&&((n={}).constructor={},n.constructor[l]=function(){return n},n.flags="",n[p]=/./[p]),n.exec=function(){return t=!0,null},n[p](""),!t}));if(!m||!g||"replace"===e&&(!c||!u||h)||"split"===e&&!f){var v=/./[p],_=n(p,""[e],(function(e,t,n,i,r){return t.exec===s?m&&!r?{done:!0,value:v.call(t,n,i)}:{done:!0,value:e.call(n,t,i)}:{done:!1}}),{REPLACE_KEEPS_$0:u,REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE:h}),y=_[0],b=_[1];i(String.prototype,e,y),i(RegExp.prototype,p,2==t?function(e,t){return b.call(e,this,t)}:function(e){return b.call(e,this)})}d&&a(RegExp.prototype[p],"sham",!0)}},function(e,t,n){"use strict";var i,r,o=n(683),s=n(699),a=RegExp.prototype.exec,l=String.prototype.replace,c=a,u=(i=/a/,r=/b*/g,a.call(i,"a"),a.call(r,"a"),0!==i.lastIndex||0!==r.lastIndex),d=s.UNSUPPORTED_Y||s.BROKEN_CARET,h=void 0!==/()??/.exec("")[1];(u||h||d)&&(c=function(e){var t,n,i,r,s=this,c=d&&s.sticky,f=o.call(s),p=s.source,m=0,g=e;return c&&(-1===(f=f.replace("y","")).indexOf("g")&&(f+="g"),g=String(e).slice(s.lastIndex),s.lastIndex>0&&(!s.multiline||s.multiline&&"\n"!==e[s.lastIndex-1])&&(p="(?: "+p+")",g=" "+g,m++),n=new RegExp("^(?:"+p+")",f)),h&&(n=new RegExp("^"+p+"$(?!\\s)",f)),u&&(t=s.lastIndex),i=a.call(c?n:s,g),c?i?(i.input=i.input.slice(m),i[0]=i[0].slice(m),i.index=s.lastIndex,s.lastIndex+=i[0].length):s.lastIndex=0:u&&i&&(s.lastIndex=s.global?i.index+i[0].length:t),h&&i&&i.length>1&&l.call(i[0],n,(function(){for(r=1;r<arguments.length-2;r++)void 0===arguments[r]&&(i[r]=void 0)})),i}),e.exports=c},function(e,t,n){"use strict";var i=n(9);function r(e,t){return RegExp(e,t)}t.UNSUPPORTED_Y=i((function(){var e=r("a","y");return e.lastIndex=2,null!=e.exec("abcd")})),t.BROKEN_CARET=i((function(){var e=r("^r","gy");return e.lastIndex=2,null!=e.exec("str")}))},function(e,t,n){"use strict";var i=n(695).charAt;e.exports=function(e,t,n){return t+(n?i(e,t).length:1)}},function(e,t,n){var i=n(161),r=n(698);e.exports=function(e,t){var n=e.exec;if("function"==typeof n){var o=n.call(e,t);if("object"!=typeof o)throw TypeError("RegExp exec method returned something other than an Object or null");return o}if("RegExp"!==i(e))throw TypeError("RegExp#exec called on incompatible receiver");return r.call(e,t)}},function(e,t){e.exports="\t\n\v\f\r                 \u2028\u2029\ufeff"},function(e,t,n){var i=n(25),r=n(510);e.exports=function(e,t,n){var o,s;return r&&"function"==typeof(o=t.constructor)&&o!==n&&i(s=o.prototype)&&s!==n.prototype&&r(e,s),e}},function(e,t){var n=Math.expm1,i=Math.exp;e.exports=!n||n(10)>22025.465794806718||n(10)<22025.465794806718||-2e-17!=n(-2e-17)?function(e){return 0==(e=+e)?e:e>-1e-6&&e<1e-6?e+e*e/2:i(e)-1}:n},function(e,t,n){"use strict";var i=n(3),r=n(18),o=n(675),s=n(103),a=n(508),l=n(513),c=n(474),u=n(25),d=n(9),h=n(691),f=n(208),p=n(703);e.exports=function(e,t,n){var m=-1!==e.indexOf("Map"),g=-1!==e.indexOf("Weak"),v=m?"set":"add",_=r[e],y=_&&_.prototype,b=_,w={},x=function(e){var t=y[e];s(y,e,"add"==e?function(e){return t.call(this,0===e?0:e),this}:"delete"==e?function(e){return!(g&&!u(e))&&t.call(this,0===e?0:e)}:"get"==e?function(e){return g&&!u(e)?void 0:t.call(this,0===e?0:e)}:"has"==e?function(e){return!(g&&!u(e))&&t.call(this,0===e?0:e)}:function(e,n){return t.call(this,0===e?0:e,n),this})};if(o(e,"function"!=typeof _||!(g||y.forEach&&!d((function(){(new _).entries().next()})))))b=n.getConstructor(t,e,m,v),a.REQUIRED=!0;else if(o(e,!0)){var k=new b,M=k[v](g?{}:-0,1)!=k,A=d((function(){k.has(1)})),L=h((function(e){new _(e)})),T=!g&&d((function(){for(var e=new _,t=5;t--;)e[v](t,t);return!e.has(-0)}));L||((b=t((function(t,n){c(t,b,e);var i=p(new _,t,b);return null!=n&&l(n,i[v],i,m),i}))).prototype=y,y.constructor=b),(A||T)&&(x("delete"),x("has"),m&&x("get")),(T||M)&&x(v),g&&y.clear&&delete y.clear}return w[e]=b,i({global:!0,forced:b!=_},w),f(b,e),g||n.setStrong(b,e,m),b}},function(e,t,n){"use strict";var i=n(18),r=n(29),o=n(743),s=n(113),a=n(516),l=n(9),c=n(474),u=n(163),d=n(36),h=n(787),f=n(995),p=n(204),m=n(510),g=n(506).f,v=n(40).f,_=n(731),y=n(208),b=n(114),w=b.get,x=b.set,k=i.ArrayBuffer,M=k,A=i.DataView,L=A&&A.prototype,T=Object.prototype,D=i.RangeError,S=f.pack,E=f.unpack,Y=function(e){return[255&e]},C=function(e){return[255&e,e>>8&255]},O=function(e){return[255&e,e>>8&255,e>>16&255,e>>24&255]},P=function(e){return e[3]<<24|e[2]<<16|e[1]<<8|e[0]},I=function(e){return S(e,23,4)},H=function(e){return S(e,52,8)},j=function(e,t){v(e.prototype,t,{get:function(){return w(this)[t]}})},N=function(e,t,n,i){var r=h(n),o=w(e);if(r+t>o.byteLength)throw D("Wrong index");var s=w(o.buffer).bytes,a=r+o.byteOffset,l=s.slice(a,a+t);return i?l:l.reverse()},R=function(e,t,n,i,r,o){var s=h(n),a=w(e);if(s+t>a.byteLength)throw D("Wrong index");for(var l=w(a.buffer).bytes,c=s+a.byteOffset,u=i(+r),d=0;d<t;d++)l[c+d]=u[o?d:t-d-1]};if(o){if(!l((function(){k(1)}))||!l((function(){new k(-1)}))||l((function(){return new k,new k(1.5),new k(NaN),"ArrayBuffer"!=k.name}))){for(var z,F=(M=function(e){return c(this,M),new k(h(e))}).prototype=k.prototype,B=g(k),W=0;B.length>W;)(z=B[W++])in M||s(M,z,k[z]);F.constructor=M}m&&p(L)!==T&&m(L,T);var U=new A(new M(2)),Q=L.setInt8;U.setInt8(0,2147483648),U.setInt8(1,2147483649),!U.getInt8(0)&&U.getInt8(1)||a(L,{setInt8:function(e,t){Q.call(this,e,t<<24>>24)},setUint8:function(e,t){Q.call(this,e,t<<24>>24)}},{unsafe:!0})}else M=function(e){c(this,M,"ArrayBuffer");var t=h(e);x(this,{bytes:_.call(new Array(t),0),byteLength:t}),r||(this.byteLength=t)},A=function(e,t,n){c(this,A,"DataView"),c(e,M,"DataView");var i=w(e).byteLength,o=u(t);if(o<0||o>i)throw D("Wrong offset");if(o+(n=void 0===n?i-o:d(n))>i)throw D("Wrong length");x(this,{buffer:e,byteLength:n,byteOffset:o}),r||(this.buffer=e,this.byteLength=n,this.byteOffset=o)},r&&(j(M,"byteLength"),j(A,"buffer"),j(A,"byteLength"),j(A,"byteOffset")),a(A.prototype,{getInt8:function(e){return N(this,1,e)[0]<<24>>24},getUint8:function(e){return N(this,1,e)[0]},getInt16:function(e){var t=N(this,2,e,arguments.length>1?arguments[1]:void 0);return(t[1]<<8|t[0])<<16>>16},getUint16:function(e){var t=N(this,2,e,arguments.length>1?arguments[1]:void 0);return t[1]<<8|t[0]},getInt32:function(e){return P(N(this,4,e,arguments.length>1?arguments[1]:void 0))},getUint32:function(e){return P(N(this,4,e,arguments.length>1?arguments[1]:void 0))>>>0},getFloat32:function(e){return E(N(this,4,e,arguments.length>1?arguments[1]:void 0),23)},getFloat64:function(e){return E(N(this,8,e,arguments.length>1?arguments[1]:void 0),52)},setInt8:function(e,t){R(this,1,e,Y,t)},setUint8:function(e,t){R(this,1,e,Y,t)},setInt16:function(e,t){R(this,2,e,C,t,arguments.length>2?arguments[2]:void 0)},setUint16:function(e,t){R(this,2,e,C,t,arguments.length>2?arguments[2]:void 0)},setInt32:function(e,t){R(this,4,e,O,t,arguments.length>2?arguments[2]:void 0)},setUint32:function(e,t){R(this,4,e,O,t,arguments.length>2?arguments[2]:void 0)},setFloat32:function(e,t){R(this,4,e,I,t,arguments.length>2?arguments[2]:void 0)},setFloat64:function(e,t){R(this,8,e,H,t,arguments.length>2?arguments[2]:void 0)}});y(M,"ArrayBuffer"),y(A,"DataView"),e.exports={ArrayBuffer:M,DataView:A}},,,,,,,function(e,t,n){"use strict";n.d(t,"a",(function(){return re}));var i=n(2),r=n.n(i),o=n(0),s=n.n(o),a=n(1),l=n.n(a);
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ *
+ */n.a={callback:null,pageLoadTime:null,init(){a()(".password-confirm-required").on("click",r.default.bind(this.requirePasswordConfirmation,this)),this.pageLoadTime=l.a.now()},requiresPasswordConfirmation(){const e=this.pageLoadTime-1e3*window.nc_pageLoad,t=l.a.now()-(e+1e3*window.nc_lastLogin);return window.backendAllowsPasswordConfirmation&&t>18e5},requirePasswordConfirmation(e,n,i){n=void 0!==n?n:{};const o={title:t("core","Authentication required"),text:t("core","This action requires you to confirm your password"),confirm:t("core","Confirm"),label:t("core","Password"),error:""},s=r.default.extend(o,n),l=this;this.requiresPasswordConfirmation()&&c.a.dialogs.prompt(s.text,s.title,(function(e,t){e&&""!==t?l._confirmPassword(t,s):r.default.isFunction(i)&&i()}),!0,s.label,!0).then((function(){const e=a()(".oc-dialog:visible");if(e.find(".ui-icon").remove(),e.addClass("password-confirmation"),""!==s.error){const t=a()("<p></p>").addClass("msg warning").text(s.error);e.find(".oc-dialog-content").append(t)}e.find(".oc-dialog-buttonrow").addClass("aside");const t=e.find("button");t.eq(0).hide(),t.eq(1).text(s.confirm)})),this.callback=e},_confirmPassword(e,n){const i=this;a.a.ajax({url:Object(u.generateUrl)("/login/confirm"),data:{password:e},type:"POST",success(e){window.nc_lastLogin=e.lastLogin,r.default.isFunction(i.callback)&&i.callback()},error(){n.error=t("core","Failed to authenticate, try again"),c.a.PasswordConfirmation.requirePasswordConfirmation(i.callback,n)}})}}},function(e,t,n){"use strict";var i=n(26),r=n.n(i),o=n(27),a=n.n(o)()(r.a);a.push([e.i,'/**\n * Strengthify - show the weakness of a password (uses zxcvbn for this)\n * https://github.com/MorrisJobke/strengthify\n * Version: 0.5.9\n * License: The MIT License (MIT)\n * Copyright (c) 2013-2020 Morris Jobke <morris.jobke@gmail.com>\n */\n\n.strengthify-wrapper {\n position: relative;\n}\n\n.strengthify-wrapper > * {\n\t-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";\n\tfilter: alpha(opacity=0);\n\topacity: 0;\n\t-webkit-transition:all .5s ease-in-out;\n\t-moz-transition:all .5s ease-in-out;\n\ttransition:all .5s ease-in-out;\n}\n\n.strengthify-bg, .strengthify-container, .strengthify-separator {\n\theight: 3px;\n}\n\n.strengthify-bg, .strengthify-container {\n\tdisplay: block;\n\tposition: absolute;\n\twidth: 100%;\n}\n\n.strengthify-bg {\n\tbackground-color: #BBB;\n}\n\n.strengthify-separator {\n\tdisplay: inline-block;\n\tposition: absolute;\n\tbackground-color: #FFF;\n\twidth: 1px;\n\tz-index: 10;\n}\n\n.password-bad {\n\tbackground-color: #C33;\n}\n.password-medium {\n\tbackground-color: #F80;\n}\n.password-good {\n\tbackground-color: #3C3;\n}\n\ndiv[data-strengthifyMessage] {\n padding: 3px 8px;\n}\n\n.strengthify-tiles{\n\tfloat: right;\n}\n',"",{version:3,sources:["webpack://./node_modules/strengthify/strengthify.css"],names:[],mappings:"AAAA;;;;;;EAME;;AAEF;IACI,kBAAkB;AACtB;;AAEA;CACC,+DAA+D;CAC/D,wBAAwB;CACxB,UAAU;CACV,sCAAsC;CACtC,mCAAmC;CACnC,8BAA8B;AAC/B;;AAEA;CACC,WAAW;AACZ;;AAEA;CACC,cAAc;CACd,kBAAkB;CAClB,WAAW;AACZ;;AAEA;CACC,sBAAsB;AACvB;;AAEA;CACC,qBAAqB;CACrB,kBAAkB;CAClB,sBAAsB;CACtB,UAAU;CACV,WAAW;AACZ;;AAEA;CACC,sBAAsB;AACvB;AACA;CACC,sBAAsB;AACvB;AACA;CACC,sBAAsB;AACvB;;AAEA;IACI,gBAAgB;AACpB;;AAEA;CACC,YAAY;AACb",sourcesContent:['/**\n * Strengthify - show the weakness of a password (uses zxcvbn for this)\n * https://github.com/MorrisJobke/strengthify\n * Version: 0.5.9\n * License: The MIT License (MIT)\n * Copyright (c) 2013-2020 Morris Jobke <morris.jobke@gmail.com>\n */\n\n.strengthify-wrapper {\n position: relative;\n}\n\n.strengthify-wrapper > * {\n\t-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";\n\tfilter: alpha(opacity=0);\n\topacity: 0;\n\t-webkit-transition:all .5s ease-in-out;\n\t-moz-transition:all .5s ease-in-out;\n\ttransition:all .5s ease-in-out;\n}\n\n.strengthify-bg, .strengthify-container, .strengthify-separator {\n\theight: 3px;\n}\n\n.strengthify-bg, .strengthify-container {\n\tdisplay: block;\n\tposition: absolute;\n\twidth: 100%;\n}\n\n.strengthify-bg {\n\tbackground-color: #BBB;\n}\n\n.strengthify-separator {\n\tdisplay: inline-block;\n\tposition: absolute;\n\tbackground-color: #FFF;\n\twidth: 1px;\n\tz-index: 10;\n}\n\n.password-bad {\n\tbackground-color: #C33;\n}\n.password-medium {\n\tbackground-color: #F80;\n}\n.password-good {\n\tbackground-color: #3C3;\n}\n\ndiv[data-strengthifyMessage] {\n padding: 3px 8px;\n}\n\n.strengthify-tiles{\n\tfloat: right;\n}\n'],sourceRoot:""}]),t.a=a},function(e,t,n){var i=n(541)("identity",n(125),n(609));i.placeholder=n(248),e.exports=i},,,function(e,t,n){"use strict";var i=n(3),r=n(36).map;i({target:"Array",proto:!0,forced:!n(81)("map")},{map:function(e){return r(this,e,arguments.length>1?arguments[1]:void 0)}})},function(e,t,n){"use strict";var i=n(3),r=n(179).left,o=n(51),a=n(50),s=n(152);i({target:"Array",proto:!0,forced:!o("reduce")||!s&&a>79&&a<83},{reduce:function(e){return r(this,e,arguments.length,arguments.length>1?arguments[1]:void 0)}})},function(e,t,n){var i=n(11),r=n(19),o=n(8),a=n(92);e.exports=i?Object.defineProperties:function(e,t){o(e);for(var n,i=a(t),s=i.length,l=0;s>l;)r.f(e,n=i[l++],t[n]);return e}},function(e,t,n){var i=n(9)("iterator"),r=!1;try{var o=0,a={next:function(){return{done:!!o++}},return:function(){r=!0}};a[i]=function(){return this},Array.from(a,(function(){throw 2}))}catch(e){}e.exports=function(e,t){if(!t&&!r)return!1;var n=!1;try{var o={};o[i]=function(){return{next:function(){return{done:n=!0}}}},e(o)}catch(e){}return n}},function(e,t,n){"use strict";var i=n(3),r=n(241),o=n(99),a=n(148),s=n(84),l=n(18),u=n(21),c=n(9),d=n(44),h=n(149),p=n(470),f=p.IteratorPrototype,m=p.BUGGY_SAFARI_ITERATORS,g=c("iterator"),A=function(){return this};e.exports=function(e,t,n,c,p,v,_){r(n,t,c);var b,y,w,C=function(e){if(e===p&&L)return L;if(!m&&e in M)return M[e];switch(e){case"keys":case"values":case"entries":return function(){return new n(this,e)}}return function(){return new n(this)}},x=t+" Iterator",k=!1,M=e.prototype,E=M[g]||M["@@iterator"]||p&&M[p],L=!m&&E||C(p),T="Array"==t&&M.entries||E;if(T&&(b=o(T.call(new e)),f!==Object.prototype&&b.next&&(d||o(b)===f||(a?a(b,f):"function"!=typeof b[g]&&l(b,g,A)),s(b,x,!0,!0),d&&(h[x]=A))),"values"==p&&E&&"values"!==E.name&&(k=!0,L=function(){return E.call(this)}),d&&!_||M[g]===L||l(M,g,L),h[t]=L,p)if(y={values:C("values"),keys:v?L:C("keys"),entries:C("entries")},_)for(w in y)(m||k||!(w in M))&&u(M,w,y[w]);else i({target:t,proto:!0,forced:m||k},y);return y}},function(e,t,n){"use strict";var i=n(470).IteratorPrototype,r=n(98),o=n(33),a=n(84),s=n(149),l=function(){return this};e.exports=function(e,t,n){var u=t+" Iterator";return e.prototype=r(i,{next:o(1,n)}),a(e,u,!1,!0),s[u]=l,e}},function(e,t,n){"use strict";var i=n(32),r=n(19),o=n(9),a=n(11),s=o("species");e.exports=function(e){var t=i(e),n=r.f;a&&t&&!t[s]&&n(t,s,{configurable:!0,get:function(){return this}})}},,function(e,t,n){"use strict";function i(e){return e&&e.__esModule?e:{default:e}}t.__esModule=!0,t.HandlebarsEnvironment=c;var r=n(58),o=i(n(97)),a=n(245),s=n(530),l=i(n(246)),u=n(247);t.VERSION="4.7.7";t.COMPILER_REVISION=8;t.LAST_COMPATIBLE_COMPILER_REVISION=7;t.REVISION_CHANGES={1:"<= 1.0.rc.2",2:"== 1.0.0-rc.3",3:"== 1.0.0-rc.4",4:"== 1.x.x",5:"== 2.0.0-alpha.x",6:">= 2.0.0-beta.1",7:">= 4.0.0 <4.3.0",8:">= 4.3.0"};function c(e,t,n){this.helpers=e||{},this.partials=t||{},this.decorators=n||{},a.registerDefaultHelpers(this),s.registerDefaultDecorators(this)}c.prototype={constructor:c,logger:l.default,log:l.default.log,registerHelper:function(e,t){if("[object Object]"===r.toString.call(e)){if(t)throw new o.default("Arg not supported with multiple helpers");r.extend(this.helpers,e)}else this.helpers[e]=t},unregisterHelper:function(e){delete this.helpers[e]},registerPartial:function(e,t){if("[object Object]"===r.toString.call(e))r.extend(this.partials,e);else{if(void 0===t)throw new o.default('Attempting to register a partial called "'+e+'" as undefined');this.partials[e]=t}},unregisterPartial:function(e){delete this.partials[e]},registerDecorator:function(e,t){if("[object Object]"===r.toString.call(e)){if(t)throw new o.default("Arg not supported with multiple decorators");r.extend(this.decorators,e)}else this.decorators[e]=t},unregisterDecorator:function(e){delete this.decorators[e]},resetLoggedPropertyAccesses:function(){u.resetLoggedProperties()}};var d=l.default.log;t.log=d,t.createFrame=r.createFrame,t.logger=l.default},function(e,t,n){"use strict";function i(e){return e&&e.__esModule?e:{default:e}}t.__esModule=!0,t.registerDefaultHelpers=function(e){r.default(e),o.default(e),a.default(e),s.default(e),l.default(e),u.default(e),c.default(e)},t.moveHelperToHooks=function(e,t,n){e.helpers[t]&&(e.hooks[t]=e.helpers[t],n||delete e.helpers[t])};var r=i(n(523)),o=i(n(524)),a=i(n(525)),s=i(n(526)),l=i(n(527)),u=i(n(528)),c=i(n(529))},function(e,t,n){"use strict";t.__esModule=!0;var i=n(58),r={methodMap:["debug","info","warn","error"],level:"info",lookupLevel:function(e){if("string"==typeof e){var t=i.indexOf(r.methodMap,e.toLowerCase());e=t>=0?t:parseInt(e,10)}return e},log:function(e){if(e=r.lookupLevel(e),"undefined"!=typeof console&&r.lookupLevel(r.level)<=e){var t=r.methodMap[e];console[t]||(t="log");for(var n=arguments.length,i=Array(n>1?n-1:0),o=1;o<n;o++)i[o-1]=arguments[o];console[t].apply(console,i)}}};t.default=r,e.exports=t.default},function(e,t,n){"use strict";t.__esModule=!0,t.createProtoAccessControl=function(e){var t=Object.create(null);t.constructor=!1,t.__defineGetter__=!1,t.__defineSetter__=!1,t.__lookupGetter__=!1;var n=Object.create(null);return n.__proto__=!1,{properties:{whitelist:i.createNewLookupObject(n,e.allowedProtoProperties),defaultValue:e.allowProtoPropertiesByDefault},methods:{whitelist:i.createNewLookupObject(t,e.allowedProtoMethods),defaultValue:e.allowProtoMethodsByDefault}}},t.resultIsAllowed=function(e,t,n){return a("function"==typeof e?t.methods:t.properties,n)},t.resetLoggedProperties=function(){Object.keys(o).forEach((function(e){delete o[e]}))};var i=n(532),r=function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&(t[n]=e[n]);return t.default=e,t}(n(246)),o=Object.create(null);function a(e,t){return void 0!==e.whitelist[t]?!0===e.whitelist[t]:void 0!==e.defaultValue?e.defaultValue:(function(e){!0!==o[e]&&(o[e]=!0,r.log("error",'Handlebars: Access has been denied to resolve the property "'+e+'" because it is not an "own property" of its parent.\nYou can add a runtime option to disable the check or this warning:\nSee https://handlebarsjs.com/api-reference/runtime-options.html#options-to-control-prototype-access for details'))}(t),!1)}},function(e,t){e.exports={}},function(e,t,n){var i=n(125),r=n(250),o=r?function(e,t){return r.set(e,t),e}:i;e.exports=o},function(e,t,n){var i=n(193),r=i&&new i;e.exports=r},function(e,t,n){var i=n(129),r=n(254),o=n(49),a=n(181),s=/^\[object .+?Constructor\]$/,l=Function.prototype,u=Object.prototype,c=l.toString,d=u.hasOwnProperty,h=RegExp("^"+c.call(d).replace(/[\\^$.*+?()[\]{}|]/g,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$");e.exports=function(e){return!(!o(e)||r(e))&&(i(e)?h:s).test(a(e))}},function(e,t,n){var i=n(82),r=Object.prototype,o=r.hasOwnProperty,a=r.toString,s=i?i.toStringTag:void 0;e.exports=function(e){var t=o.call(e,s),n=e[s];try{e[s]=void 0;var i=!0}catch(e){}var r=a.call(e);return i&&(t?e[s]=n:delete e[s]),r}},function(e,t){var n=Object.prototype.toString;e.exports=function(e){return n.call(e)}},function(e,t,n){var i,r=n(255),o=(i=/[^.]+$/.exec(r&&r.keys&&r.keys.IE_PROTO||""))?"Symbol(src)_1."+i:"";e.exports=function(e){return!!o&&o in e}},function(e,t,n){var i=n(24)["__core-js_shared__"];e.exports=i},function(e,t){e.exports=function(e,t){return null==e?void 0:e[t]}},function(e,t,n){var i=n(258),r=n(259),o=n(548),a=n(165),s=n(260),l=n(267),u=n(563),c=n(199),d=n(24);e.exports=function e(t,n,h,p,f,m,g,A,v,_){var b=128&n,y=1&n,w=2&n,C=24&n,x=512&n,k=w?void 0:a(t);return function M(){for(var E=arguments.length,L=Array(E),T=E;T--;)L[T]=arguments[T];if(C)var D=l(M),B=o(L,D);if(p&&(L=i(L,p,f,C)),m&&(L=r(L,m,g,C)),E-=B,C&&E<_){var S=c(L,D);return s(t,n,e,M.placeholder,h,L,S,A,v,_-E)}var Y=y?h:this,I=w?Y[t]:t;return E=L.length,A?L=u(L,A):x&&E>1&&L.reverse(),b&&v<E&&(L.length=v),this&&this!==d&&this instanceof M&&(I=k||a(I)),I.apply(Y,L)}}},function(e,t){var n=Math.max;e.exports=function(e,t,i,r){for(var o=-1,a=e.length,s=i.length,l=-1,u=t.length,c=n(a-s,0),d=Array(u+c),h=!r;++l<u;)d[l]=t[l];for(;++o<s;)(h||o<a)&&(d[i[o]]=e[o]);for(;c--;)d[l++]=e[o++];return d}},function(e,t){var n=Math.max;e.exports=function(e,t,i,r){for(var o=-1,a=e.length,s=-1,l=i.length,u=-1,c=t.length,d=n(a-l,0),h=Array(d+c),p=!r;++o<d;)h[o]=e[o];for(var f=o;++u<c;)h[f+u]=t[u];for(;++s<l;)(p||o<a)&&(h[f+i[s]]=e[o++]);return h}},function(e,t,n){var i=n(549),r=n(263),o=n(264);e.exports=function(e,t,n,a,s,l,u,c,d,h){var p=8&t;t|=p?32:64,4&(t&=~(p?64:32))||(t&=-4);var f=[e,t,s,p?l:void 0,p?u:void 0,p?void 0:l,p?void 0:u,c,d,h],m=n.apply(void 0,f);return i(e)&&r(m,f),m.placeholder=a,o(m,e,t)}},function(e,t,n){var i=n(250),r=n(550),o=i?function(e){return i.get(e)}:r;e.exports=o},function(e,t,n){var i=n(130),r=n(195);function o(e,t){this.__wrapped__=e,this.__actions__=[],this.__chain__=!!t,this.__index__=0,this.__values__=void 0}o.prototype=i(r.prototype),o.prototype.constructor=o,e.exports=o},function(e,t,n){var i=n(249),r=n(196)(i);e.exports=r},function(e,t,n){var i=n(555),r=n(556),o=n(197),a=n(557);e.exports=function(e,t,n){var s=t+"";return o(e,r(s,a(i(s),n)))}},function(e,t,n){var i=n(266),r=n(182),o=n(125),a=r?function(e,t){return r(e,"toString",{configurable:!0,enumerable:!1,value:i(t),writable:!0})}:o;e.exports=a},function(e,t){e.exports=function(e){return function(){return e}}},function(e,t){e.exports=function(e){return e.placeholder}},function(e,t,n){var i=n(566);e.exports=function(e){var t=i(e),n=t%1;return t==t?n?t-n:t:0}},function(e,t,n){var i=n(133),r=n(134);e.exports=function(e,t){return e&&i(t,r(t),e)}},function(e,t){e.exports=function(e,t){for(var n=-1,i=Array(e);++n<e;)i[n]=t(n);return i}},function(e,t,n){var i=n(59),r=n(37);e.exports=function(e){return r(e)&&"[object Arguments]"==i(e)}},function(e,t){e.exports=function(){return!1}},function(e,t,n){var i=n(59),r=n(155),o=n(37),a={};a["[object Float32Array]"]=a["[object Float64Array]"]=a["[object Int8Array]"]=a["[object Int16Array]"]=a["[object Int32Array]"]=a["[object Uint8Array]"]=a["[object Uint8ClampedArray]"]=a["[object Uint16Array]"]=a["[object Uint32Array]"]=!0,a["[object Arguments]"]=a["[object Array]"]=a["[object ArrayBuffer]"]=a["[object Boolean]"]=a["[object DataView]"]=a["[object Date]"]=a["[object Error]"]=a["[object Function]"]=a["[object Map]"]=a["[object Number]"]=a["[object Object]"]=a["[object RegExp]"]=a["[object Set]"]=a["[object String]"]=a["[object WeakMap]"]=!1,e.exports=function(e){return o(e)&&r(e.length)&&!!a[i(e)]}},function(e,t,n){var i=n(184)(Object.keys,Object);e.exports=i},function(e,t,n){var i=n(157),r=n(198),o=n(200),a=n(269),s=n(571),l=n(300),u=n(131),c=n(572),d=n(573),h=n(203),p=n(574),f=n(114),m=n(575),g=n(576),A=n(307),v=n(31),_=n(135),b=n(580),y=n(49),w=n(582),C=n(134),x=n(159),k={};k["[object Arguments]"]=k["[object Array]"]=k["[object ArrayBuffer]"]=k["[object DataView]"]=k["[object Boolean]"]=k["[object Date]"]=k["[object Float32Array]"]=k["[object Float64Array]"]=k["[object Int8Array]"]=k["[object Int16Array]"]=k["[object Int32Array]"]=k["[object Map]"]=k["[object Number]"]=k["[object Object]"]=k["[object RegExp]"]=k["[object Set]"]=k["[object String]"]=k["[object Symbol]"]=k["[object Uint8Array]"]=k["[object Uint8ClampedArray]"]=k["[object Uint16Array]"]=k["[object Uint32Array]"]=!0,k["[object Error]"]=k["[object Function]"]=k["[object WeakMap]"]=!1,e.exports=function e(t,n,M,E,L,T){var D,B=1&n,S=2&n,Y=4&n;if(M&&(D=L?M(t,E,L,T):M(t)),void 0!==D)return D;if(!y(t))return t;var I=v(t);if(I){if(D=m(t),!B)return u(t,D)}else{var O=f(t),j="[object Function]"==O||"[object GeneratorFunction]"==O;if(_(t))return l(t,B);if("[object Object]"==O||"[object Arguments]"==O||j&&!L){if(D=S||j?{}:A(t),!B)return S?d(t,s(D,t)):c(t,a(D,t))}else{if(!k[O])return L?t:{};D=g(t,O,B)}}T||(T=new i);var P=T.get(t);if(P)return P;T.set(t,D),w(t)?t.forEach((function(i){D.add(e(i,n,M,i,t,T))})):b(t)&&t.forEach((function(i,r){D.set(r,e(i,n,M,r,t,T))}));var H=I?void 0:(Y?S?p:h:S?x:C)(t);return r(H||t,(function(i,r){H&&(i=t[r=i]),o(D,r,e(i,n,M,r,t,T))})),D}},function(e,t){e.exports=function(){this.__data__=[],this.size=0}},function(e,t,n){var i=n(107),r=Array.prototype.splice;e.exports=function(e){var t=this.__data__,n=i(t,e);return!(n<0)&&(n==t.length-1?t.pop():r.call(t,n,1),--this.size,!0)}},function(e,t,n){var i=n(107);e.exports=function(e){var t=this.__data__,n=i(t,e);return n<0?void 0:t[n][1]}},function(e,t,n){var i=n(107);e.exports=function(e){return i(this.__data__,e)>-1}},function(e,t,n){var i=n(107);e.exports=function(e,t){var n=this.__data__,r=i(n,e);return r<0?(++this.size,n.push([e,t])):n[r][1]=t,this}},function(e,t,n){var i=n(106);e.exports=function(){this.__data__=new i,this.size=0}},function(e,t){e.exports=function(e){var t=this.__data__,n=t.delete(e);return this.size=t.size,n}},function(e,t){e.exports=function(e){return this.__data__.get(e)}},function(e,t){e.exports=function(e){return this.__data__.has(e)}},function(e,t,n){var i=n(106),r=n(137),o=n(158);e.exports=function(e,t){var n=this.__data__;if(n instanceof i){var a=n.__data__;if(!r||a.length<199)return a.push([e,t]),this.size=++n.size,this;n=this.__data__=new o(a)}return n.set(e,t),this.size=n.size,this}},function(e,t,n){var i=n(287),r=n(106),o=n(137);e.exports=function(){this.size=0,this.__data__={hash:new i,map:new(o||r),string:new i}}},function(e,t,n){var i=n(288),r=n(289),o=n(290),a=n(291),s=n(292);function l(e){var t=-1,n=null==e?0:e.length;for(this.clear();++t<n;){var i=e[t];this.set(i[0],i[1])}}l.prototype.clear=i,l.prototype.delete=r,l.prototype.get=o,l.prototype.has=a,l.prototype.set=s,e.exports=l},function(e,t,n){var i=n(108);e.exports=function(){this.__data__=i?i(null):{},this.size=0}},function(e,t){e.exports=function(e){var t=this.has(e)&&delete this.__data__[e];return this.size-=t?1:0,t}},function(e,t,n){var i=n(108),r=Object.prototype.hasOwnProperty;e.exports=function(e){var t=this.__data__;if(i){var n=t[e];return"__lodash_hash_undefined__"===n?void 0:n}return r.call(t,e)?t[e]:void 0}},function(e,t,n){var i=n(108),r=Object.prototype.hasOwnProperty;e.exports=function(e){var t=this.__data__;return i?void 0!==t[e]:r.call(t,e)}},function(e,t,n){var i=n(108);e.exports=function(e,t){var n=this.__data__;return this.size+=this.has(e)?0:1,n[e]=i&&void 0===t?"__lodash_hash_undefined__":t,this}},function(e,t,n){var i=n(109);e.exports=function(e){var t=i(this,e).delete(e);return this.size-=t?1:0,t}},function(e,t){e.exports=function(e){var t=typeof e;return"string"==t||"number"==t||"symbol"==t||"boolean"==t?"__proto__"!==e:null===e}},function(e,t,n){var i=n(109);e.exports=function(e){return i(this,e).get(e)}},function(e,t,n){var i=n(109);e.exports=function(e){return i(this,e).has(e)}},function(e,t,n){var i=n(109);e.exports=function(e,t){var n=i(this,e),r=n.size;return n.set(e,t),this.size+=n.size==r?0:1,this}},function(e,t,n){var i=n(49),r=n(136),o=n(299),a=Object.prototype.hasOwnProperty;e.exports=function(e){if(!i(e))return o(e);var t=r(e),n=[];for(var s in e)("constructor"!=s||!t&&a.call(e,s))&&n.push(s);return n}},function(e,t){e.exports=function(e){var t=[];if(null!=e)for(var n in Object(e))t.push(n);return t}},function(e,t,n){(function(e){var i=n(24),r=t&&!t.nodeType&&t,o=r&&"object"==typeof e&&e&&!e.nodeType&&e,a=o&&o.exports===r?i.Buffer:void 0,s=a?a.allocUnsafe:void 0;e.exports=function(e,t){if(t)return e.slice();var n=e.length,i=s?s(n):new e.constructor(n);return e.copy(i),i}}).call(this,n(113)(e))},function(e,t){e.exports=function(e,t){for(var n=-1,i=null==e?0:e.length,r=0,o=[];++n<i;){var a=e[n];t(a,n,e)&&(o[r++]=a)}return o}},function(e,t,n){var i=n(172),r=n(160),o=n(171),a=n(202),s=Object.getOwnPropertySymbols?function(e){for(var t=[];e;)i(t,o(e)),e=r(e);return t}:a;e.exports=s},function(e,t,n){var i=n(54)(n(24),"DataView");e.exports=i},function(e,t,n){var i=n(54)(n(24),"Promise");e.exports=i},function(e,t,n){var i=n(54)(n(24),"Set");e.exports=i},function(e,t,n){var i=n(173);e.exports=function(e,t){var n=t?i(e.buffer):e.buffer;return new e.constructor(n,e.byteOffset,e.length)}},function(e,t,n){var i=n(130),r=n(160),o=n(136);e.exports=function(e){return"function"!=typeof e.constructor||o(e)?{}:i(r(e))}},function(e,t,n){var i=n(59),r=n(160),o=n(37),a=Function.prototype,s=Object.prototype,l=a.toString,u=s.hasOwnProperty,c=l.call(Object);e.exports=function(e){if(!o(e)||"[object Object]"!=i(e))return!1;var t=r(e);if(null===t)return!0;var n=u.call(t,"constructor")&&t.constructor;return"function"==typeof n&&n instanceof n&&l.call(n)==c}},function(e,t,n){var i=n(157),r=n(186),o=n(315),a=n(318),s=n(114),l=n(31),u=n(135),c=n(168),d="[object Object]",h=Object.prototype.hasOwnProperty;e.exports=function(e,t,n,p,f,m){var g=l(e),A=l(t),v=g?"[object Array]":s(e),_=A?"[object Array]":s(t),b=(v="[object Arguments]"==v?d:v)==d,y=(_="[object Arguments]"==_?d:_)==d,w=v==_;if(w&&u(e)){if(!u(t))return!1;g=!0,b=!1}if(w&&!b)return m||(m=new i),g||c(e)?r(e,t,n,p,f,m):o(e,t,v,n,p,f,m);if(!(1&n)){var C=b&&h.call(e,"__wrapped__"),x=y&&h.call(t,"__wrapped__");if(C||x){var k=C?e.value():e,M=x?t.value():t;return m||(m=new i),f(k,M,n,p,m)}}return!!w&&(m||(m=new i),a(e,t,n,p,f,m))}},function(e,t,n){var i=n(158),r=n(311),o=n(312);function a(e){var t=-1,n=null==e?0:e.length;for(this.__data__=new i;++t<n;)this.add(e[t])}a.prototype.add=a.prototype.push=r,a.prototype.has=o,e.exports=a},function(e,t){e.exports=function(e){return this.__data__.set(e,"__lodash_hash_undefined__"),this}},function(e,t){e.exports=function(e){return this.__data__.has(e)}},function(e,t){e.exports=function(e,t){for(var n=-1,i=null==e?0:e.length;++n<i;)if(t(e[n],n,e))return!0;return!1}},function(e,t){e.exports=function(e,t){return e.has(t)}},function(e,t,n){var i=n(82),r=n(185),o=n(112),a=n(186),s=n(316),l=n(317),u=i?i.prototype:void 0,c=u?u.valueOf:void 0;e.exports=function(e,t,n,i,u,d,h){switch(n){case"[object DataView]":if(e.byteLength!=t.byteLength||e.byteOffset!=t.byteOffset)return!1;e=e.buffer,t=t.buffer;case"[object ArrayBuffer]":return!(e.byteLength!=t.byteLength||!d(new r(e),new r(t)));case"[object Boolean]":case"[object Date]":case"[object Number]":return o(+e,+t);case"[object Error]":return e.name==t.name&&e.message==t.message;case"[object RegExp]":case"[object String]":return e==t+"";case"[object Map]":var p=s;case"[object Set]":var f=1&i;if(p||(p=l),e.size!=t.size&&!f)return!1;var m=h.get(e);if(m)return m==t;i|=2,h.set(e,t);var g=a(p(e),p(t),i,u,d,h);return h.delete(e),g;case"[object Symbol]":if(c)return c.call(e)==c.call(t)}return!1}},function(e,t){e.exports=function(e){var t=-1,n=Array(e.size);return e.forEach((function(e,i){n[++t]=[i,e]})),n}},function(e,t){e.exports=function(e){var t=-1,n=Array(e.size);return e.forEach((function(e){n[++t]=e})),n}},function(e,t,n){var i=n(203),r=Object.prototype.hasOwnProperty;e.exports=function(e,t,n,o,a,s){var l=1&n,u=i(e),c=u.length;if(c!=i(t).length&&!l)return!1;for(var d=c;d--;){var h=u[d];if(!(l?h in t:r.call(t,h)))return!1}var p=s.get(e),f=s.get(t);if(p&&f)return p==t&&f==e;var m=!0;s.set(e,t),s.set(t,e);for(var g=l;++d<c;){var A=e[h=u[d]],v=t[h];if(o)var _=l?o(v,A,h,t,e,s):o(A,v,h,e,t,s);if(!(void 0===_?A===v||a(A,v,n,o,s):_)){m=!1;break}g||(g="constructor"==h)}if(m&&!g){var b=e.constructor,y=t.constructor;b==y||!("constructor"in e)||!("constructor"in t)||"function"==typeof b&&b instanceof b&&"function"==typeof y&&y instanceof y||(m=!1)}return s.delete(e),s.delete(t),m}},function(e,t,n){var i=n(49);e.exports=function(e){return e==e&&!i(e)}},function(e,t){e.exports=function(e,t){return function(n){return null!=n&&(n[e]===t&&(void 0!==t||e in Object(n)))}}},function(e,t,n){var i=n(322),r=n(138);e.exports=function(e,t){for(var n=0,o=(t=i(t,e)).length;null!=e&&n<o;)e=e[r(t[n++])];return n&&n==o?e:void 0}},function(e,t,n){var i=n(31),r=n(206),o=n(323),a=n(324);e.exports=function(e,t){return i(e)?e:r(e,t)?[e]:o(a(e))}},function(e,t,n){var i=n(594),r=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,o=/\\(\\)?/g,a=i((function(e){var t=[];return 46===e.charCodeAt(0)&&t.push(""),e.replace(r,(function(e,n,i,r){t.push(i?r.replace(o,"$1"):n||e)})),t}));e.exports=a},function(e,t,n){var i=n(596);e.exports=function(e){return null==e?"":i(e)}},function(e,t){e.exports=function(e,t){for(var n=-1,i=null==e?0:e.length,r=Array(i);++n<i;)r[n]=t(e[n],n,e);return r}},function(e,t,n){var i=n(166),r=Math.max;e.exports=function(e,t,n){return t=r(void 0===t?e.length-1:t,0),function(){for(var o=arguments,a=-1,s=r(o.length-t,0),l=Array(s);++a<s;)l[a]=o[t+a];a=-1;for(var u=Array(t+1);++a<t;)u[a]=o[a];return u[t]=n(l),i(e,this,u)}}},function(e,t,n){!function(e){"use strict";
+//! moment.js locale configuration
+e.defineLocale("af",{months:"Januarie_Februarie_Maart_April_Mei_Junie_Julie_Augustus_September_Oktober_November_Desember".split("_"),monthsShort:"Jan_Feb_Mrt_Apr_Mei_Jun_Jul_Aug_Sep_Okt_Nov_Des".split("_"),weekdays:"Sondag_Maandag_Dinsdag_Woensdag_Donderdag_Vrydag_Saterdag".split("_"),weekdaysShort:"Son_Maa_Din_Woe_Don_Vry_Sat".split("_"),weekdaysMin:"So_Ma_Di_Wo_Do_Vr_Sa".split("_"),meridiemParse:/vm|nm/i,isPM:function(e){return/^nm$/i.test(e)},meridiem:function(e,t,n){return e<12?n?"vm":"VM":n?"nm":"NM"},longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[Vandag om] LT",nextDay:"[Môre om] LT",nextWeek:"dddd [om] LT",lastDay:"[Gister om] LT",lastWeek:"[Laas] dddd [om] LT",sameElse:"L"},relativeTime:{future:"oor %s",past:"%s gelede",s:"'n paar sekondes",ss:"%d sekondes",m:"'n minuut",mm:"%d minute",h:"'n uur",hh:"%d ure",d:"'n dag",dd:"%d dae",M:"'n maand",MM:"%d maande",y:"'n jaar",yy:"%d jaar"},dayOfMonthOrdinalParse:/\d{1,2}(ste|de)/,ordinal:function(e){return e+(1===e||8===e||e>=20?"ste":"de")},week:{dow:1,doy:4}})}(n(2))},function(e,t,n){!function(e){"use strict";
+//! moment.js locale configuration
+var t={1:"١",2:"٢",3:"٣",4:"٤",5:"٥",6:"٦",7:"٧",8:"٨",9:"٩",0:"٠"},n={"١":"1","٢":"2","٣":"3","٤":"4","٥":"5","٦":"6","٧":"7","٨":"8","٩":"9","٠":"0"},i=function(e){return 0===e?0:1===e?1:2===e?2:e%100>=3&&e%100<=10?3:e%100>=11?4:5},r={s:["أقل من ثانية","ثانية واحدة",["ثانيتان","ثانيتين"],"%d ثوان","%d ثانية","%d ثانية"],m:["أقل من دقيقة","دقيقة واحدة",["دقيقتان","دقيقتين"],"%d دقائق","%d دقيقة","%d دقيقة"],h:["أقل من ساعة","ساعة واحدة",["ساعتان","ساعتين"],"%d ساعات","%d ساعة","%d ساعة"],d:["أقل من يوم","يوم واحد",["يومان","يومين"],"%d أيام","%d يومًا","%d يوم"],M:["أقل من شهر","شهر واحد",["شهران","شهرين"],"%d أشهر","%d شهرا","%d شهر"],y:["أقل من عام","عام واحد",["عامان","عامين"],"%d أعوام","%d عامًا","%d عام"]},o=function(e){return function(t,n,o,a){var s=i(t),l=r[e][i(t)];return 2===s&&(l=l[n?0:1]),l.replace(/%d/i,t)}},a=["يناير","فبراير","مارس","أبريل","مايو","يونيو","يوليو","أغسطس","سبتمبر","أكتوبر","نوفمبر","ديسمبر"];e.defineLocale("ar",{months:a,monthsShort:a,weekdays:"الأحد_الإثنين_الثلاثاء_الأربعاء_الخميس_الجمعة_السبت".split("_"),weekdaysShort:"أحد_إثنين_ثلاثاء_أربعاء_خميس_جمعة_سبت".split("_"),weekdaysMin:"ح_ن_ث_ر_خ_ج_س".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"D/‏M/‏YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},meridiemParse:/ص|م/,isPM:function(e){return"م"===e},meridiem:function(e,t,n){return e<12?"ص":"م"},calendar:{sameDay:"[اليوم عند الساعة] LT",nextDay:"[غدًا عند الساعة] LT",nextWeek:"dddd [عند الساعة] LT",lastDay:"[أمس عند الساعة] LT",lastWeek:"dddd [عند الساعة] LT",sameElse:"L"},relativeTime:{future:"بعد %s",past:"منذ %s",s:o("s"),ss:o("s"),m:o("m"),mm:o("m"),h:o("h"),hh:o("h"),d:o("d"),dd:o("d"),M:o("M"),MM:o("M"),y:o("y"),yy:o("y")},preparse:function(e){return e.replace(/[١٢٣٤٥٦٧٨٩٠]/g,(function(e){return n[e]})).replace(/،/g,",")},postformat:function(e){return e.replace(/\d/g,(function(e){return t[e]})).replace(/,/g,"،")},week:{dow:6,doy:12}})}(n(2))},function(e,t,n){!function(e){"use strict";
+//! moment.js locale configuration
+var t=function(e){return 0===e?0:1===e?1:2===e?2:e%100>=3&&e%100<=10?3:e%100>=11?4:5},n={s:["أقل من ثانية","ثانية واحدة",["ثانيتان","ثانيتين"],"%d ثوان","%d ثانية","%d ثانية"],m:["أقل من دقيقة","دقيقة واحدة",["دقيقتان","دقيقتين"],"%d دقائق","%d دقيقة","%d دقيقة"],h:["أقل من ساعة","ساعة واحدة",["ساعتان","ساعتين"],"%d ساعات","%d ساعة","%d ساعة"],d:["أقل من يوم","يوم واحد",["يومان","يومين"],"%d أيام","%d يومًا","%d يوم"],M:["أقل من شهر","شهر واحد",["شهران","شهرين"],"%d أشهر","%d شهرا","%d شهر"],y:["أقل من عام","عام واحد",["عامان","عامين"],"%d أعوام","%d عامًا","%d عام"]},i=function(e){return function(i,r,o,a){var s=t(i),l=n[e][t(i)];return 2===s&&(l=l[r?0:1]),l.replace(/%d/i,i)}},r=["جانفي","فيفري","مارس","أفريل","ماي","جوان","جويلية","أوت","سبتمبر","أكتوبر","نوفمبر","ديسمبر"];e.defineLocale("ar-dz",{months:r,monthsShort:r,weekdays:"الأحد_الإثنين_الثلاثاء_الأربعاء_الخميس_الجمعة_السبت".split("_"),weekdaysShort:"أحد_إثنين_ثلاثاء_أربعاء_خميس_جمعة_سبت".split("_"),weekdaysMin:"ح_ن_ث_ر_خ_ج_س".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"D/‏M/‏YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},meridiemParse:/ص|م/,isPM:function(e){return"م"===e},meridiem:function(e,t,n){return e<12?"ص":"م"},calendar:{sameDay:"[اليوم عند الساعة] LT",nextDay:"[غدًا عند الساعة] LT",nextWeek:"dddd [عند الساعة] LT",lastDay:"[أمس عند الساعة] LT",lastWeek:"dddd [عند الساعة] LT",sameElse:"L"},relativeTime:{future:"بعد %s",past:"منذ %s",s:i("s"),ss:i("s"),m:i("m"),mm:i("m"),h:i("h"),hh:i("h"),d:i("d"),dd:i("d"),M:i("M"),MM:i("M"),y:i("y"),yy:i("y")},postformat:function(e){return e.replace(/,/g,"،")},week:{dow:0,doy:4}})}(n(2))},function(e,t,n){!function(e){"use strict";
+//! moment.js locale configuration
+e.defineLocale("ar-kw",{months:"يناير_فبراير_مارس_أبريل_ماي_يونيو_يوليوز_غشت_شتنبر_أكتوبر_نونبر_دجنبر".split("_"),monthsShort:"يناير_فبراير_مارس_أبريل_ماي_يونيو_يوليوز_غشت_شتنبر_أكتوبر_نونبر_دجنبر".split("_"),weekdays:"الأحد_الإتنين_الثلاثاء_الأربعاء_الخميس_الجمعة_السبت".split("_"),weekdaysShort:"احد_اتنين_ثلاثاء_اربعاء_خميس_جمعة_سبت".split("_"),weekdaysMin:"ح_ن_ث_ر_خ_ج_س".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[اليوم على الساعة] LT",nextDay:"[غدا على الساعة] LT",nextWeek:"dddd [على الساعة] LT",lastDay:"[أمس على الساعة] LT",lastWeek:"dddd [على الساعة] LT",sameElse:"L"},relativeTime:{future:"في %s",past:"منذ %s",s:"ثوان",ss:"%d ثانية",m:"دقيقة",mm:"%d دقائق",h:"ساعة",hh:"%d ساعات",d:"يوم",dd:"%d أيام",M:"شهر",MM:"%d أشهر",y:"سنة",yy:"%d سنوات"},week:{dow:0,doy:12}})}(n(2))},function(e,t,n){!function(e){"use strict";
+//! moment.js locale configuration
+var t={1:"1",2:"2",3:"3",4:"4",5:"5",6:"6",7:"7",8:"8",9:"9",0:"0"},n=function(e){return 0===e?0:1===e?1:2===e?2:e%100>=3&&e%100<=10?3:e%100>=11?4:5},i={s:["أقل من ثانية","ثانية واحدة",["ثانيتان","ثانيتين"],"%d ثوان","%d ثانية","%d ثانية"],m:["أقل من دقيقة","دقيقة واحدة",["دقيقتان","دقيقتين"],"%d دقائق","%d دقيقة","%d دقيقة"],h:["أقل من ساعة","ساعة واحدة",["ساعتان","ساعتين"],"%d ساعات","%d ساعة","%d ساعة"],d:["أقل من يوم","يوم واحد",["يومان","يومين"],"%d أيام","%d يومًا","%d يوم"],M:["أقل من شهر","شهر واحد",["شهران","شهرين"],"%d أشهر","%d شهرا","%d شهر"],y:["أقل من عام","عام واحد",["عامان","عامين"],"%d أعوام","%d عامًا","%d عام"]},r=function(e){return function(t,r,o,a){var s=n(t),l=i[e][n(t)];return 2===s&&(l=l[r?0:1]),l.replace(/%d/i,t)}},o=["يناير","فبراير","مارس","أبريل","مايو","يونيو","يوليو","أغسطس","سبتمبر","أكتوبر","نوفمبر","ديسمبر"];e.defineLocale("ar-ly",{months:o,monthsShort:o,weekdays:"الأحد_الإثنين_الثلاثاء_الأربعاء_الخميس_الجمعة_السبت".split("_"),weekdaysShort:"أحد_إثنين_ثلاثاء_أربعاء_خميس_جمعة_سبت".split("_"),weekdaysMin:"ح_ن_ث_ر_خ_ج_س".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"D/‏M/‏YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},meridiemParse:/ص|م/,isPM:function(e){return"م"===e},meridiem:function(e,t,n){return e<12?"ص":"م"},calendar:{sameDay:"[اليوم عند الساعة] LT",nextDay:"[غدًا عند الساعة] LT",nextWeek:"dddd [عند الساعة] LT",lastDay:"[أمس عند الساعة] LT",lastWeek:"dddd [عند الساعة] LT",sameElse:"L"},relativeTime:{future:"بعد %s",past:"منذ %s",s:r("s"),ss:r("s"),m:r("m"),mm:r("m"),h:r("h"),hh:r("h"),d:r("d"),dd:r("d"),M:r("M"),MM:r("M"),y:r("y"),yy:r("y")},preparse:function(e){return e.replace(/،/g,",")},postformat:function(e){return e.replace(/\d/g,(function(e){return t[e]})).replace(/,/g,"،")},week:{dow:6,doy:12}})}(n(2))},function(e,t,n){!function(e){"use strict";
+//! moment.js locale configuration
+e.defineLocale("ar-ma",{months:"يناير_فبراير_مارس_أبريل_ماي_يونيو_يوليوز_غشت_شتنبر_أكتوبر_نونبر_دجنبر".split("_"),monthsShort:"يناير_فبراير_مارس_أبريل_ماي_يونيو_يوليوز_غشت_شتنبر_أكتوبر_نونبر_دجنبر".split("_"),weekdays:"الأحد_الإثنين_الثلاثاء_الأربعاء_الخميس_الجمعة_السبت".split("_"),weekdaysShort:"احد_اثنين_ثلاثاء_اربعاء_خميس_جمعة_سبت".split("_"),weekdaysMin:"ح_ن_ث_ر_خ_ج_س".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[اليوم على الساعة] LT",nextDay:"[غدا على الساعة] LT",nextWeek:"dddd [على الساعة] LT",lastDay:"[أمس على الساعة] LT",lastWeek:"dddd [على الساعة] LT",sameElse:"L"},relativeTime:{future:"في %s",past:"منذ %s",s:"ثوان",ss:"%d ثانية",m:"دقيقة",mm:"%d دقائق",h:"ساعة",hh:"%d ساعات",d:"يوم",dd:"%d أيام",M:"شهر",MM:"%d أشهر",y:"سنة",yy:"%d سنوات"},week:{dow:1,doy:4}})}(n(2))},function(e,t,n){!function(e){"use strict";
+//! moment.js locale configuration
+var t={1:"١",2:"٢",3:"٣",4:"٤",5:"٥",6:"٦",7:"٧",8:"٨",9:"٩",0:"٠"},n={"١":"1","٢":"2","٣":"3","٤":"4","٥":"5","٦":"6","٧":"7","٨":"8","٩":"9","٠":"0"};e.defineLocale("ar-sa",{months:"يناير_فبراير_مارس_أبريل_مايو_يونيو_يوليو_أغسطس_سبتمبر_أكتوبر_نوفمبر_ديسمبر".split("_"),monthsShort:"يناير_فبراير_مارس_أبريل_مايو_يونيو_يوليو_أغسطس_سبتمبر_أكتوبر_نوفمبر_ديسمبر".split("_"),weekdays:"الأحد_الإثنين_الثلاثاء_الأربعاء_الخميس_الجمعة_السبت".split("_"),weekdaysShort:"أحد_إثنين_ثلاثاء_أربعاء_خميس_جمعة_سبت".split("_"),weekdaysMin:"ح_ن_ث_ر_خ_ج_س".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},meridiemParse:/ص|م/,isPM:function(e){return"م"===e},meridiem:function(e,t,n){return e<12?"ص":"م"},calendar:{sameDay:"[اليوم على الساعة] LT",nextDay:"[غدا على الساعة] LT",nextWeek:"dddd [على الساعة] LT",lastDay:"[أمس على الساعة] LT",lastWeek:"dddd [على الساعة] LT",sameElse:"L"},relativeTime:{future:"في %s",past:"منذ %s",s:"ثوان",ss:"%d ثانية",m:"دقيقة",mm:"%d دقائق",h:"ساعة",hh:"%d ساعات",d:"يوم",dd:"%d أيام",M:"شهر",MM:"%d أشهر",y:"سنة",yy:"%d سنوات"},preparse:function(e){return e.replace(/[١٢٣٤٥٦٧٨٩٠]/g,(function(e){return n[e]})).replace(/،/g,",")},postformat:function(e){return e.replace(/\d/g,(function(e){return t[e]})).replace(/,/g,"،")},week:{dow:0,doy:6}})}(n(2))},function(e,t,n){!function(e){"use strict";
+//! moment.js locale configuration
+e.defineLocale("ar-tn",{months:"جانفي_فيفري_مارس_أفريل_ماي_جوان_جويلية_أوت_سبتمبر_أكتوبر_نوفمبر_ديسمبر".split("_"),monthsShort:"جانفي_فيفري_مارس_أفريل_ماي_جوان_جويلية_أوت_سبتمبر_أكتوبر_نوفمبر_ديسمبر".split("_"),weekdays:"الأحد_الإثنين_الثلاثاء_الأربعاء_الخميس_الجمعة_السبت".split("_"),weekdaysShort:"أحد_إثنين_ثلاثاء_أربعاء_خميس_جمعة_سبت".split("_"),weekdaysMin:"ح_ن_ث_ر_خ_ج_س".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[اليوم على الساعة] LT",nextDay:"[غدا على الساعة] LT",nextWeek:"dddd [على الساعة] LT",lastDay:"[أمس على الساعة] LT",lastWeek:"dddd [على الساعة] LT",sameElse:"L"},relativeTime:{future:"في %s",past:"منذ %s",s:"ثوان",ss:"%d ثانية",m:"دقيقة",mm:"%d دقائق",h:"ساعة",hh:"%d ساعات",d:"يوم",dd:"%d أيام",M:"شهر",MM:"%d أشهر",y:"سنة",yy:"%d سنوات"},week:{dow:1,doy:4}})}(n(2))},function(e,t,n){!function(e){"use strict";
+//! moment.js locale configuration
+var t={1:"-inci",5:"-inci",8:"-inci",70:"-inci",80:"-inci",2:"-nci",7:"-nci",20:"-nci",50:"-nci",3:"-üncü",4:"-üncü",100:"-üncü",6:"-ncı",9:"-uncu",10:"-uncu",30:"-uncu",60:"-ıncı",90:"-ıncı"};e.defineLocale("az",{months:"yanvar_fevral_mart_aprel_may_iyun_iyul_avqust_sentyabr_oktyabr_noyabr_dekabr".split("_"),monthsShort:"yan_fev_mar_apr_may_iyn_iyl_avq_sen_okt_noy_dek".split("_"),weekdays:"Bazar_Bazar ertəsi_Çərşənbə axşamı_Çərşənbə_Cümə axşamı_Cümə_Şənbə".split("_"),weekdaysShort:"Baz_BzE_ÇAx_Çər_CAx_Cüm_Şən".split("_"),weekdaysMin:"Bz_BE_ÇA_Çə_CA_Cü_Şə".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[bugün saat] LT",nextDay:"[sabah saat] LT",nextWeek:"[gələn həftə] dddd [saat] LT",lastDay:"[dünən] LT",lastWeek:"[keçən həftə] dddd [saat] LT",sameElse:"L"},relativeTime:{future:"%s sonra",past:"%s əvvəl",s:"bir neçə saniyə",ss:"%d saniyə",m:"bir dəqiqə",mm:"%d dəqiqə",h:"bir saat",hh:"%d saat",d:"bir gün",dd:"%d gün",M:"bir ay",MM:"%d ay",y:"bir il",yy:"%d il"},meridiemParse:/gecə|səhər|gündüz|axşam/,isPM:function(e){return/^(gündüz|axşam)$/.test(e)},meridiem:function(e,t,n){return e<4?"gecə":e<12?"səhər":e<17?"gündüz":"axşam"},dayOfMonthOrdinalParse:/\d{1,2}-(ıncı|inci|nci|üncü|ncı|uncu)/,ordinal:function(e){if(0===e)return e+"-ıncı";var n=e%10;return e+(t[n]||t[e%100-n]||t[e>=100?100:null])},week:{dow:1,doy:7}})}(n(2))},function(e,t,n){!function(e){"use strict";
+//! moment.js locale configuration
+function t(e,t,n){var i,r;return"m"===n?t?"хвіліна":"хвіліну":"h"===n?t?"гадзіна":"гадзіну":e+" "+(i=+e,r={ss:t?"секунда_секунды_секунд":"секунду_секунды_секунд",mm:t?"хвіліна_хвіліны_хвілін":"хвіліну_хвіліны_хвілін",hh:t?"гадзіна_гадзіны_гадзін":"гадзіну_гадзіны_гадзін",dd:"дзень_дні_дзён",MM:"месяц_месяцы_месяцаў",yy:"год_гады_гадоў"}[n].split("_"),i%10==1&&i%100!=11?r[0]:i%10>=2&&i%10<=4&&(i%100<10||i%100>=20)?r[1]:r[2])}e.defineLocale("be",{months:{format:"студзеня_лютага_сакавіка_красавіка_траўня_чэрвеня_ліпеня_жніўня_верасня_кастрычніка_лістапада_снежня".split("_"),standalone:"студзень_люты_сакавік_красавік_травень_чэрвень_ліпень_жнівень_верасень_кастрычнік_лістапад_снежань".split("_")},monthsShort:"студ_лют_сак_крас_трав_чэрв_ліп_жнів_вер_каст_ліст_снеж".split("_"),weekdays:{format:"нядзелю_панядзелак_аўторак_сераду_чацвер_пятніцу_суботу".split("_"),standalone:"нядзеля_панядзелак_аўторак_серада_чацвер_пятніца_субота".split("_"),isFormat:/\[ ?[Ууў] ?(?:мінулую|наступную)? ?\] ?dddd/},weekdaysShort:"нд_пн_ат_ср_чц_пт_сб".split("_"),weekdaysMin:"нд_пн_ат_ср_чц_пт_сб".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY г.",LLL:"D MMMM YYYY г., HH:mm",LLLL:"dddd, D MMMM YYYY г., HH:mm"},calendar:{sameDay:"[Сёння ў] LT",nextDay:"[Заўтра ў] LT",lastDay:"[Учора ў] LT",nextWeek:function(){return"[У] dddd [ў] LT"},lastWeek:function(){switch(this.day()){case 0:case 3:case 5:case 6:return"[У мінулую] dddd [ў] LT";case 1:case 2:case 4:return"[У мінулы] dddd [ў] LT"}},sameElse:"L"},relativeTime:{future:"праз %s",past:"%s таму",s:"некалькі секунд",m:t,mm:t,h:t,hh:t,d:"дзень",dd:t,M:"месяц",MM:t,y:"год",yy:t},meridiemParse:/ночы|раніцы|дня|вечара/,isPM:function(e){return/^(дня|вечара)$/.test(e)},meridiem:function(e,t,n){return e<4?"ночы":e<12?"раніцы":e<17?"дня":"вечара"},dayOfMonthOrdinalParse:/\d{1,2}-(і|ы|га)/,ordinal:function(e,t){switch(t){case"M":case"d":case"DDD":case"w":case"W":return e%10!=2&&e%10!=3||e%100==12||e%100==13?e+"-ы":e+"-і";case"D":return e+"-га";default:return e}},week:{dow:1,doy:7}})}(n(2))},function(e,t,n){!function(e){"use strict";
+//! moment.js locale configuration
+e.defineLocale("bg",{months:"януари_февруари_март_април_май_юни_юли_август_септември_октомври_ноември_декември".split("_"),monthsShort:"яну_фев_мар_апр_май_юни_юли_авг_сеп_окт_ное_дек".split("_"),weekdays:"неделя_понеделник_вторник_сряда_четвъртък_петък_събота".split("_"),weekdaysShort:"нед_пон_вто_сря_чет_пет_съб".split("_"),weekdaysMin:"нд_пн_вт_ср_чт_пт_сб".split("_"),longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"D.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY H:mm",LLLL:"dddd, D MMMM YYYY H:mm"},calendar:{sameDay:"[Днес в] LT",nextDay:"[Утре в] LT",nextWeek:"dddd [в] LT",lastDay:"[Вчера в] LT",lastWeek:function(){switch(this.day()){case 0:case 3:case 6:return"[Миналата] dddd [в] LT";case 1:case 2:case 4:case 5:return"[Миналия] dddd [в] LT"}},sameElse:"L"},relativeTime:{future:"след %s",past:"преди %s",s:"няколко секунди",ss:"%d секунди",m:"минута",mm:"%d минути",h:"час",hh:"%d часа",d:"ден",dd:"%d дена",w:"седмица",ww:"%d седмици",M:"месец",MM:"%d месеца",y:"година",yy:"%d години"},dayOfMonthOrdinalParse:/\d{1,2}-(ев|ен|ти|ви|ри|ми)/,ordinal:function(e){var t=e%10,n=e%100;return 0===e?e+"-ев":0===n?e+"-ен":n>10&&n<20?e+"-ти":1===t?e+"-ви":2===t?e+"-ри":7===t||8===t?e+"-ми":e+"-ти"},week:{dow:1,doy:7}})}(n(2))},function(e,t,n){!function(e){"use strict";
+//! moment.js locale configuration
+e.defineLocale("bm",{months:"Zanwuyekalo_Fewuruyekalo_Marisikalo_Awirilikalo_Mɛkalo_Zuwɛnkalo_Zuluyekalo_Utikalo_Sɛtanburukalo_ɔkutɔburukalo_Nowanburukalo_Desanburukalo".split("_"),monthsShort:"Zan_Few_Mar_Awi_Mɛ_Zuw_Zul_Uti_Sɛt_ɔku_Now_Des".split("_"),weekdays:"Kari_Ntɛnɛn_Tarata_Araba_Alamisa_Juma_Sibiri".split("_"),weekdaysShort:"Kar_Ntɛ_Tar_Ara_Ala_Jum_Sib".split("_"),weekdaysMin:"Ka_Nt_Ta_Ar_Al_Ju_Si".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"MMMM [tile] D [san] YYYY",LLL:"MMMM [tile] D [san] YYYY [lɛrɛ] HH:mm",LLLL:"dddd MMMM [tile] D [san] YYYY [lɛrɛ] HH:mm"},calendar:{sameDay:"[Bi lɛrɛ] LT",nextDay:"[Sini lɛrɛ] LT",nextWeek:"dddd [don lɛrɛ] LT",lastDay:"[Kunu lɛrɛ] LT",lastWeek:"dddd [tɛmɛnen lɛrɛ] LT",sameElse:"L"},relativeTime:{future:"%s kɔnɔ",past:"a bɛ %s bɔ",s:"sanga dama dama",ss:"sekondi %d",m:"miniti kelen",mm:"miniti %d",h:"lɛrɛ kelen",hh:"lɛrɛ %d",d:"tile kelen",dd:"tile %d",M:"kalo kelen",MM:"kalo %d",y:"san kelen",yy:"san %d"},week:{dow:1,doy:4}})}(n(2))},function(e,t,n){!function(e){"use strict";
+//! moment.js locale configuration
+var t={1:"১",2:"২",3:"৩",4:"৪",5:"৫",6:"৬",7:"৭",8:"৮",9:"৯",0:"০"},n={"১":"1","২":"2","৩":"3","৪":"4","৫":"5","৬":"6","৭":"7","৮":"8","৯":"9","০":"0"};e.defineLocale("bn",{months:"জানুয়ারি_ফেব্রুয়ারি_মার্চ_এপ্রিল_মে_জুন_জুলাই_আগস্ট_সেপ্টেম্বর_অক্টোবর_নভেম্বর_ডিসেম্বর".split("_"),monthsShort:"জানু_ফেব্রু_মার্চ_এপ্রিল_মে_জুন_জুলাই_আগস্ট_সেপ্ট_অক্টো_নভে_ডিসে".split("_"),weekdays:"রবিবার_সোমবার_মঙ্গলবার_বুধবার_বৃহস্পতিবার_শুক্রবার_শনিবার".split("_"),weekdaysShort:"রবি_সোম_মঙ্গল_বুধ_বৃহস্পতি_শুক্র_শনি".split("_"),weekdaysMin:"রবি_সোম_মঙ্গল_বুধ_বৃহ_শুক্র_শনি".split("_"),longDateFormat:{LT:"A h:mm সময়",LTS:"A h:mm:ss সময়",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY, A h:mm সময়",LLLL:"dddd, D MMMM YYYY, A h:mm সময়"},calendar:{sameDay:"[আজ] LT",nextDay:"[আগামীকাল] LT",nextWeek:"dddd, LT",lastDay:"[গতকাল] LT",lastWeek:"[গত] dddd, LT",sameElse:"L"},relativeTime:{future:"%s পরে",past:"%s আগে",s:"কয়েক সেকেন্ড",ss:"%d সেকেন্ড",m:"এক মিনিট",mm:"%d মিনিট",h:"এক ঘন্টা",hh:"%d ঘন্টা",d:"এক দিন",dd:"%d দিন",M:"এক মাস",MM:"%d মাস",y:"এক বছর",yy:"%d বছর"},preparse:function(e){return e.replace(/[১২৩৪৫৬৭৮৯০]/g,(function(e){return n[e]}))},postformat:function(e){return e.replace(/\d/g,(function(e){return t[e]}))},meridiemParse:/রাত|সকাল|দুপুর|বিকাল|রাত/,meridiemHour:function(e,t){return 12===e&&(e=0),"রাত"===t&&e>=4||"দুপুর"===t&&e<5||"বিকাল"===t?e+12:e},meridiem:function(e,t,n){return e<4?"রাত":e<10?"সকাল":e<17?"দুপুর":e<20?"বিকাল":"রাত"},week:{dow:0,doy:6}})}(n(2))},function(e,t,n){!function(e){"use strict";
+//! moment.js locale configuration
+var t={1:"১",2:"২",3:"৩",4:"৪",5:"৫",6:"৬",7:"৭",8:"৮",9:"৯",0:"০"},n={"১":"1","২":"2","৩":"3","৪":"4","৫":"5","৬":"6","৭":"7","৮":"8","৯":"9","০":"0"};e.defineLocale("bn-bd",{months:"জানুয়ারি_ফেব্রুয়ারি_মার্চ_এপ্রিল_মে_জুন_জুলাই_আগস্ট_সেপ্টেম্বর_অক্টোবর_নভেম্বর_ডিসেম্বর".split("_"),monthsShort:"জানু_ফেব্রু_মার্চ_এপ্রিল_মে_জুন_জুলাই_আগস্ট_সেপ্ট_অক্টো_নভে_ডিসে".split("_"),weekdays:"রবিবার_সোমবার_মঙ্গলবার_বুধবার_বৃহস্পতিবার_শুক্রবার_শনিবার".split("_"),weekdaysShort:"রবি_সোম_মঙ্গল_বুধ_বৃহস্পতি_শুক্র_শনি".split("_"),weekdaysMin:"রবি_সোম_মঙ্গল_বুধ_বৃহ_শুক্র_শনি".split("_"),longDateFormat:{LT:"A h:mm সময়",LTS:"A h:mm:ss সময়",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY, A h:mm সময়",LLLL:"dddd, D MMMM YYYY, A h:mm সময়"},calendar:{sameDay:"[আজ] LT",nextDay:"[আগামীকাল] LT",nextWeek:"dddd, LT",lastDay:"[গতকাল] LT",lastWeek:"[গত] dddd, LT",sameElse:"L"},relativeTime:{future:"%s পরে",past:"%s আগে",s:"কয়েক সেকেন্ড",ss:"%d সেকেন্ড",m:"এক মিনিট",mm:"%d মিনিট",h:"এক ঘন্টা",hh:"%d ঘন্টা",d:"এক দিন",dd:"%d দিন",M:"এক মাস",MM:"%d মাস",y:"এক বছর",yy:"%d বছর"},preparse:function(e){return e.replace(/[১২৩৪৫৬৭৮৯০]/g,(function(e){return n[e]}))},postformat:function(e){return e.replace(/\d/g,(function(e){return t[e]}))},meridiemParse:/রাত|ভোর|সকাল|দুপুর|বিকাল|সন্ধ্যা|রাত/,meridiemHour:function(e,t){return 12===e&&(e=0),"রাত"===t?e<4?e:e+12:"ভোর"===t||"সকাল"===t?e:"দুপুর"===t?e>=3?e:e+12:"বিকাল"===t||"সন্ধ্যা"===t?e+12:void 0},meridiem:function(e,t,n){return e<4?"রাত":e<6?"ভোর":e<12?"সকাল":e<15?"দুপুর":e<18?"বিকাল":e<20?"সন্ধ্যা":"রাত"},week:{dow:0,doy:6}})}(n(2))},function(e,t,n){!function(e){"use strict";
+//! moment.js locale configuration
+var t={1:"༡",2:"༢",3:"༣",4:"༤",5:"༥",6:"༦",7:"༧",8:"༨",9:"༩",0:"༠"},n={"༡":"1","༢":"2","༣":"3","༤":"4","༥":"5","༦":"6","༧":"7","༨":"8","༩":"9","༠":"0"};e.defineLocale("bo",{months:"ཟླ་བ་དང་པོ_ཟླ་བ་གཉིས་པ_ཟླ་བ་གསུམ་པ_ཟླ་བ་བཞི་པ_ཟླ་བ་ལྔ་པ_ཟླ་བ་དྲུག་པ_ཟླ་བ་བདུན་པ_ཟླ་བ་བརྒྱད་པ_ཟླ་བ་དགུ་པ_ཟླ་བ་བཅུ་པ_ཟླ་བ་བཅུ་གཅིག་པ_ཟླ་བ་བཅུ་གཉིས་པ".split("_"),monthsShort:"ཟླ་1_ཟླ་2_ཟླ་3_ཟླ་4_ཟླ་5_ཟླ་6_ཟླ་7_ཟླ་8_ཟླ་9_ཟླ་10_ཟླ་11_ཟླ་12".split("_"),monthsShortRegex:/^(ཟླ་\d{1,2})/,monthsParseExact:!0,weekdays:"གཟའ་ཉི་མ་_གཟའ་ཟླ་བ་_གཟའ་མིག་དམར་_གཟའ་ལྷག་པ་_གཟའ་ཕུར་བུ_གཟའ་པ་སངས་_གཟའ་སྤེན་པ་".split("_"),weekdaysShort:"ཉི་མ་_ཟླ་བ་_མིག་དམར་_ལྷག་པ་_ཕུར་བུ_པ་སངས་_སྤེན་པ་".split("_"),weekdaysMin:"ཉི_ཟླ_མིག_ལྷག_ཕུར_སངས_སྤེན".split("_"),longDateFormat:{LT:"A h:mm",LTS:"A h:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY, A h:mm",LLLL:"dddd, D MMMM YYYY, A h:mm"},calendar:{sameDay:"[དི་རིང] LT",nextDay:"[སང་ཉིན] LT",nextWeek:"[བདུན་ཕྲག་རྗེས་མ], LT",lastDay:"[ཁ་སང] LT",lastWeek:"[བདུན་ཕྲག་མཐའ་མ] dddd, LT",sameElse:"L"},relativeTime:{future:"%s ལ་",past:"%s སྔན་ལ",s:"ལམ་སང",ss:"%d སྐར་ཆ།",m:"སྐར་མ་གཅིག",mm:"%d སྐར་མ",h:"ཆུ་ཚོད་གཅིག",hh:"%d ཆུ་ཚོད",d:"ཉིན་གཅིག",dd:"%d ཉིན་",M:"ཟླ་བ་གཅིག",MM:"%d ཟླ་བ",y:"ལོ་གཅིག",yy:"%d ལོ"},preparse:function(e){return e.replace(/[༡༢༣༤༥༦༧༨༩༠]/g,(function(e){return n[e]}))},postformat:function(e){return e.replace(/\d/g,(function(e){return t[e]}))},meridiemParse:/མཚན་མོ|ཞོགས་ཀས|ཉིན་གུང|དགོང་དག|མཚན་མོ/,meridiemHour:function(e,t){return 12===e&&(e=0),"མཚན་མོ"===t&&e>=4||"ཉིན་གུང"===t&&e<5||"དགོང་དག"===t?e+12:e},meridiem:function(e,t,n){return e<4?"མཚན་མོ":e<10?"ཞོགས་ཀས":e<17?"ཉིན་གུང":e<20?"དགོང་དག":"མཚན་མོ"},week:{dow:0,doy:6}})}(n(2))},function(e,t,n){!function(e){"use strict";
+//! moment.js locale configuration
+function t(e,t,n){return e+" "+function(e,t){return 2===t?function(e){var t={m:"v",b:"v",d:"z"};return void 0===t[e.charAt(0)]?e:t[e.charAt(0)]+e.substring(1)}(e):e}({mm:"munutenn",MM:"miz",dd:"devezh"}[n],e)}var n=[/^gen/i,/^c[ʼ\']hwe/i,/^meu/i,/^ebr/i,/^mae/i,/^(mez|eve)/i,/^gou/i,/^eos/i,/^gwe/i,/^her/i,/^du/i,/^ker/i],i=/^(genver|c[ʼ\']hwevrer|meurzh|ebrel|mae|mezheven|gouere|eost|gwengolo|here|du|kerzu|gen|c[ʼ\']hwe|meu|ebr|mae|eve|gou|eos|gwe|her|du|ker)/i,r=[/^Su/i,/^Lu/i,/^Me([^r]|$)/i,/^Mer/i,/^Ya/i,/^Gw/i,/^Sa/i];e.defineLocale("br",{months:"Genver_Cʼhwevrer_Meurzh_Ebrel_Mae_Mezheven_Gouere_Eost_Gwengolo_Here_Du_Kerzu".split("_"),monthsShort:"Gen_Cʼhwe_Meu_Ebr_Mae_Eve_Gou_Eos_Gwe_Her_Du_Ker".split("_"),weekdays:"Sul_Lun_Meurzh_Mercʼher_Yaou_Gwener_Sadorn".split("_"),weekdaysShort:"Sul_Lun_Meu_Mer_Yao_Gwe_Sad".split("_"),weekdaysMin:"Su_Lu_Me_Mer_Ya_Gw_Sa".split("_"),weekdaysParse:r,fullWeekdaysParse:[/^sul/i,/^lun/i,/^meurzh/i,/^merc[ʼ\']her/i,/^yaou/i,/^gwener/i,/^sadorn/i],shortWeekdaysParse:[/^Sul/i,/^Lun/i,/^Meu/i,/^Mer/i,/^Yao/i,/^Gwe/i,/^Sad/i],minWeekdaysParse:r,monthsRegex:i,monthsShortRegex:i,monthsStrictRegex:/^(genver|c[ʼ\']hwevrer|meurzh|ebrel|mae|mezheven|gouere|eost|gwengolo|here|du|kerzu)/i,monthsShortStrictRegex:/^(gen|c[ʼ\']hwe|meu|ebr|mae|eve|gou|eos|gwe|her|du|ker)/i,monthsParse:n,longMonthsParse:n,shortMonthsParse:n,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D [a viz] MMMM YYYY",LLL:"D [a viz] MMMM YYYY HH:mm",LLLL:"dddd, D [a viz] MMMM YYYY HH:mm"},calendar:{sameDay:"[Hiziv da] LT",nextDay:"[Warcʼhoazh da] LT",nextWeek:"dddd [da] LT",lastDay:"[Decʼh da] LT",lastWeek:"dddd [paset da] LT",sameElse:"L"},relativeTime:{future:"a-benn %s",past:"%s ʼzo",s:"un nebeud segondennoù",ss:"%d eilenn",m:"ur vunutenn",mm:t,h:"un eur",hh:"%d eur",d:"un devezh",dd:t,M:"ur miz",MM:t,y:"ur bloaz",yy:function(e){switch(function e(t){return t>9?e(t%10):t}(e)){case 1:case 3:case 4:case 5:case 9:return e+" bloaz";default:return e+" vloaz"}}},dayOfMonthOrdinalParse:/\d{1,2}(añ|vet)/,ordinal:function(e){return e+(1===e?"añ":"vet")},week:{dow:1,doy:4},meridiemParse:/a.m.|g.m./,isPM:function(e){return"g.m."===e},meridiem:function(e,t,n){return e<12?"a.m.":"g.m."}})}(n(2))},function(e,t,n){!function(e){"use strict";
+//! moment.js locale configuration
+function t(e,t,n){var i=e+" ";switch(n){case"ss":return i+=1===e?"sekunda":2===e||3===e||4===e?"sekunde":"sekundi";case"m":return t?"jedna minuta":"jedne minute";case"mm":return i+=1===e?"minuta":2===e||3===e||4===e?"minute":"minuta";case"h":return t?"jedan sat":"jednog sata";case"hh":return i+=1===e?"sat":2===e||3===e||4===e?"sata":"sati";case"dd":return i+=1===e?"dan":"dana";case"MM":return i+=1===e?"mjesec":2===e||3===e||4===e?"mjeseca":"mjeseci";case"yy":return i+=1===e?"godina":2===e||3===e||4===e?"godine":"godina"}}e.defineLocale("bs",{months:"januar_februar_mart_april_maj_juni_juli_august_septembar_oktobar_novembar_decembar".split("_"),monthsShort:"jan._feb._mar._apr._maj._jun._jul._aug._sep._okt._nov._dec.".split("_"),monthsParseExact:!0,weekdays:"nedjelja_ponedjeljak_utorak_srijeda_četvrtak_petak_subota".split("_"),weekdaysShort:"ned._pon._uto._sri._čet._pet._sub.".split("_"),weekdaysMin:"ne_po_ut_sr_če_pe_su".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY H:mm",LLLL:"dddd, D. MMMM YYYY H:mm"},calendar:{sameDay:"[danas u] LT",nextDay:"[sutra u] LT",nextWeek:function(){switch(this.day()){case 0:return"[u] [nedjelju] [u] LT";case 3:return"[u] [srijedu] [u] LT";case 6:return"[u] [subotu] [u] LT";case 1:case 2:case 4:case 5:return"[u] dddd [u] LT"}},lastDay:"[jučer u] LT",lastWeek:function(){switch(this.day()){case 0:case 3:return"[prošlu] dddd [u] LT";case 6:return"[prošle] [subote] [u] LT";case 1:case 2:case 4:case 5:return"[prošli] dddd [u] LT"}},sameElse:"L"},relativeTime:{future:"za %s",past:"prije %s",s:"par sekundi",ss:t,m:t,mm:t,h:t,hh:t,d:"dan",dd:t,M:"mjesec",MM:t,y:"godinu",yy:t},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:7}})}(n(2))},function(e,t,n){!function(e){"use strict";
+//! moment.js locale configuration
+e.defineLocale("ca",{months:{standalone:"gener_febrer_març_abril_maig_juny_juliol_agost_setembre_octubre_novembre_desembre".split("_"),format:"de gener_de febrer_de març_d'abril_de maig_de juny_de juliol_d'agost_de setembre_d'octubre_de novembre_de desembre".split("_"),isFormat:/D[oD]?(\s)+MMMM/},monthsShort:"gen._febr._març_abr._maig_juny_jul._ag._set._oct._nov._des.".split("_"),monthsParseExact:!0,weekdays:"diumenge_dilluns_dimarts_dimecres_dijous_divendres_dissabte".split("_"),weekdaysShort:"dg._dl._dt._dc._dj._dv._ds.".split("_"),weekdaysMin:"dg_dl_dt_dc_dj_dv_ds".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM [de] YYYY",ll:"D MMM YYYY",LLL:"D MMMM [de] YYYY [a les] H:mm",lll:"D MMM YYYY, H:mm",LLLL:"dddd D MMMM [de] YYYY [a les] H:mm",llll:"ddd D MMM YYYY, H:mm"},calendar:{sameDay:function(){return"[avui a "+(1!==this.hours()?"les":"la")+"] LT"},nextDay:function(){return"[demà a "+(1!==this.hours()?"les":"la")+"] LT"},nextWeek:function(){return"dddd [a "+(1!==this.hours()?"les":"la")+"] LT"},lastDay:function(){return"[ahir a "+(1!==this.hours()?"les":"la")+"] LT"},lastWeek:function(){return"[el] dddd [passat a "+(1!==this.hours()?"les":"la")+"] LT"},sameElse:"L"},relativeTime:{future:"d'aquí %s",past:"fa %s",s:"uns segons",ss:"%d segons",m:"un minut",mm:"%d minuts",h:"una hora",hh:"%d hores",d:"un dia",dd:"%d dies",M:"un mes",MM:"%d mesos",y:"un any",yy:"%d anys"},dayOfMonthOrdinalParse:/\d{1,2}(r|n|t|è|a)/,ordinal:function(e,t){var n=1===e?"r":2===e?"n":3===e?"r":4===e?"t":"è";return"w"!==t&&"W"!==t||(n="a"),e+n},week:{dow:1,doy:4}})}(n(2))},function(e,t,n){!function(e){"use strict";
+//! moment.js locale configuration
+var t="leden_únor_březen_duben_květen_červen_červenec_srpen_září_říjen_listopad_prosinec".split("_"),n="led_úno_bře_dub_kvě_čvn_čvc_srp_zář_říj_lis_pro".split("_"),i=[/^led/i,/^úno/i,/^bře/i,/^dub/i,/^kvě/i,/^(čvn|červen$|června)/i,/^(čvc|červenec|července)/i,/^srp/i,/^zář/i,/^říj/i,/^lis/i,/^pro/i],r=/^(leden|únor|březen|duben|květen|červenec|července|červen|června|srpen|září|říjen|listopad|prosinec|led|úno|bře|dub|kvě|čvn|čvc|srp|zář|říj|lis|pro)/i;function o(e){return e>1&&e<5&&1!=~~(e/10)}function a(e,t,n,i){var r=e+" ";switch(n){case"s":return t||i?"pár sekund":"pár sekundami";case"ss":return t||i?r+(o(e)?"sekundy":"sekund"):r+"sekundami";case"m":return t?"minuta":i?"minutu":"minutou";case"mm":return t||i?r+(o(e)?"minuty":"minut"):r+"minutami";case"h":return t?"hodina":i?"hodinu":"hodinou";case"hh":return t||i?r+(o(e)?"hodiny":"hodin"):r+"hodinami";case"d":return t||i?"den":"dnem";case"dd":return t||i?r+(o(e)?"dny":"dní"):r+"dny";case"M":return t||i?"měsíc":"měsícem";case"MM":return t||i?r+(o(e)?"měsíce":"měsíců"):r+"měsíci";case"y":return t||i?"rok":"rokem";case"yy":return t||i?r+(o(e)?"roky":"let"):r+"lety"}}e.defineLocale("cs",{months:t,monthsShort:n,monthsRegex:r,monthsShortRegex:r,monthsStrictRegex:/^(leden|ledna|února|únor|březen|března|duben|dubna|květen|května|červenec|července|červen|června|srpen|srpna|září|říjen|října|listopadu|listopad|prosinec|prosince)/i,monthsShortStrictRegex:/^(led|úno|bře|dub|kvě|čvn|čvc|srp|zář|říj|lis|pro)/i,monthsParse:i,longMonthsParse:i,shortMonthsParse:i,weekdays:"neděle_pondělí_úterý_středa_čtvrtek_pátek_sobota".split("_"),weekdaysShort:"ne_po_út_st_čt_pá_so".split("_"),weekdaysMin:"ne_po_út_st_čt_pá_so".split("_"),longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY H:mm",LLLL:"dddd D. MMMM YYYY H:mm",l:"D. M. YYYY"},calendar:{sameDay:"[dnes v] LT",nextDay:"[zítra v] LT",nextWeek:function(){switch(this.day()){case 0:return"[v neděli v] LT";case 1:case 2:return"[v] dddd [v] LT";case 3:return"[ve středu v] LT";case 4:return"[ve čtvrtek v] LT";case 5:return"[v pátek v] LT";case 6:return"[v sobotu v] LT"}},lastDay:"[včera v] LT",lastWeek:function(){switch(this.day()){case 0:return"[minulou neděli v] LT";case 1:case 2:return"[minulé] dddd [v] LT";case 3:return"[minulou středu v] LT";case 4:case 5:return"[minulý] dddd [v] LT";case 6:return"[minulou sobotu v] LT"}},sameElse:"L"},relativeTime:{future:"za %s",past:"před %s",s:a,ss:a,m:a,mm:a,h:a,hh:a,d:a,dd:a,M:a,MM:a,y:a,yy:a},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})}(n(2))},function(e,t,n){!function(e){"use strict";
+//! moment.js locale configuration
+e.defineLocale("cv",{months:"кӑрлач_нарӑс_пуш_ака_май_ҫӗртме_утӑ_ҫурла_авӑн_юпа_чӳк_раштав".split("_"),monthsShort:"кӑр_нар_пуш_ака_май_ҫӗр_утӑ_ҫур_авн_юпа_чӳк_раш".split("_"),weekdays:"вырсарникун_тунтикун_ытларикун_юнкун_кӗҫнерникун_эрнекун_шӑматкун".split("_"),weekdaysShort:"выр_тун_ытл_юн_кӗҫ_эрн_шӑм".split("_"),weekdaysMin:"вр_тн_ыт_юн_кҫ_эр_шм".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD-MM-YYYY",LL:"YYYY [ҫулхи] MMMM [уйӑхӗн] D[-мӗшӗ]",LLL:"YYYY [ҫулхи] MMMM [уйӑхӗн] D[-мӗшӗ], HH:mm",LLLL:"dddd, YYYY [ҫулхи] MMMM [уйӑхӗн] D[-мӗшӗ], HH:mm"},calendar:{sameDay:"[Паян] LT [сехетре]",nextDay:"[Ыран] LT [сехетре]",lastDay:"[Ӗнер] LT [сехетре]",nextWeek:"[Ҫитес] dddd LT [сехетре]",lastWeek:"[Иртнӗ] dddd LT [сехетре]",sameElse:"L"},relativeTime:{future:function(e){return e+(/сехет$/i.exec(e)?"рен":/ҫул$/i.exec(e)?"тан":"ран")},past:"%s каялла",s:"пӗр-ик ҫеккунт",ss:"%d ҫеккунт",m:"пӗр минут",mm:"%d минут",h:"пӗр сехет",hh:"%d сехет",d:"пӗр кун",dd:"%d кун",M:"пӗр уйӑх",MM:"%d уйӑх",y:"пӗр ҫул",yy:"%d ҫул"},dayOfMonthOrdinalParse:/\d{1,2}-мӗш/,ordinal:"%d-мӗш",week:{dow:1,doy:7}})}(n(2))},function(e,t,n){!function(e){"use strict";
+//! moment.js locale configuration
+e.defineLocale("cy",{months:"Ionawr_Chwefror_Mawrth_Ebrill_Mai_Mehefin_Gorffennaf_Awst_Medi_Hydref_Tachwedd_Rhagfyr".split("_"),monthsShort:"Ion_Chwe_Maw_Ebr_Mai_Meh_Gor_Aws_Med_Hyd_Tach_Rhag".split("_"),weekdays:"Dydd Sul_Dydd Llun_Dydd Mawrth_Dydd Mercher_Dydd Iau_Dydd Gwener_Dydd Sadwrn".split("_"),weekdaysShort:"Sul_Llun_Maw_Mer_Iau_Gwe_Sad".split("_"),weekdaysMin:"Su_Ll_Ma_Me_Ia_Gw_Sa".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[Heddiw am] LT",nextDay:"[Yfory am] LT",nextWeek:"dddd [am] LT",lastDay:"[Ddoe am] LT",lastWeek:"dddd [diwethaf am] LT",sameElse:"L"},relativeTime:{future:"mewn %s",past:"%s yn ôl",s:"ychydig eiliadau",ss:"%d eiliad",m:"munud",mm:"%d munud",h:"awr",hh:"%d awr",d:"diwrnod",dd:"%d diwrnod",M:"mis",MM:"%d mis",y:"blwyddyn",yy:"%d flynedd"},dayOfMonthOrdinalParse:/\d{1,2}(fed|ain|af|il|ydd|ed|eg)/,ordinal:function(e){var t="";return e>20?t=40===e||50===e||60===e||80===e||100===e?"fed":"ain":e>0&&(t=["","af","il","ydd","ydd","ed","ed","ed","fed","fed","fed","eg","fed","eg","eg","fed","eg","eg","fed","eg","fed"][e]),e+t},week:{dow:1,doy:4}})}(n(2))},function(e,t,n){!function(e){"use strict";
+//! moment.js locale configuration
+e.defineLocale("da",{months:"januar_februar_marts_april_maj_juni_juli_august_september_oktober_november_december".split("_"),monthsShort:"jan_feb_mar_apr_maj_jun_jul_aug_sep_okt_nov_dec".split("_"),weekdays:"søndag_mandag_tirsdag_onsdag_torsdag_fredag_lørdag".split("_"),weekdaysShort:"søn_man_tir_ons_tor_fre_lør".split("_"),weekdaysMin:"sø_ma_ti_on_to_fr_lø".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY HH:mm",LLLL:"dddd [d.] D. MMMM YYYY [kl.] HH:mm"},calendar:{sameDay:"[i dag kl.] LT",nextDay:"[i morgen kl.] LT",nextWeek:"på dddd [kl.] LT",lastDay:"[i går kl.] LT",lastWeek:"[i] dddd[s kl.] LT",sameElse:"L"},relativeTime:{future:"om %s",past:"%s siden",s:"få sekunder",ss:"%d sekunder",m:"et minut",mm:"%d minutter",h:"en time",hh:"%d timer",d:"en dag",dd:"%d dage",M:"en måned",MM:"%d måneder",y:"et år",yy:"%d år"},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})}(n(2))},function(e,t,n){!function(e){"use strict";
+//! moment.js locale configuration
+function t(e,t,n,i){var r={m:["eine Minute","einer Minute"],h:["eine Stunde","einer Stunde"],d:["ein Tag","einem Tag"],dd:[e+" Tage",e+" Tagen"],w:["eine Woche","einer Woche"],M:["ein Monat","einem Monat"],MM:[e+" Monate",e+" Monaten"],y:["ein Jahr","einem Jahr"],yy:[e+" Jahre",e+" Jahren"]};return t?r[n][0]:r[n][1]}e.defineLocale("de",{months:"Januar_Februar_März_April_Mai_Juni_Juli_August_September_Oktober_November_Dezember".split("_"),monthsShort:"Jan._Feb._März_Apr._Mai_Juni_Juli_Aug._Sep._Okt._Nov._Dez.".split("_"),monthsParseExact:!0,weekdays:"Sonntag_Montag_Dienstag_Mittwoch_Donnerstag_Freitag_Samstag".split("_"),weekdaysShort:"So._Mo._Di._Mi._Do._Fr._Sa.".split("_"),weekdaysMin:"So_Mo_Di_Mi_Do_Fr_Sa".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY HH:mm",LLLL:"dddd, D. MMMM YYYY HH:mm"},calendar:{sameDay:"[heute um] LT [Uhr]",sameElse:"L",nextDay:"[morgen um] LT [Uhr]",nextWeek:"dddd [um] LT [Uhr]",lastDay:"[gestern um] LT [Uhr]",lastWeek:"[letzten] dddd [um] LT [Uhr]"},relativeTime:{future:"in %s",past:"vor %s",s:"ein paar Sekunden",ss:"%d Sekunden",m:t,mm:"%d Minuten",h:t,hh:"%d Stunden",d:t,dd:t,w:t,ww:"%d Wochen",M:t,MM:t,y:t,yy:t},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})}(n(2))},function(e,t,n){!function(e){"use strict";
+//! moment.js locale configuration
+function t(e,t,n,i){var r={m:["eine Minute","einer Minute"],h:["eine Stunde","einer Stunde"],d:["ein Tag","einem Tag"],dd:[e+" Tage",e+" Tagen"],w:["eine Woche","einer Woche"],M:["ein Monat","einem Monat"],MM:[e+" Monate",e+" Monaten"],y:["ein Jahr","einem Jahr"],yy:[e+" Jahre",e+" Jahren"]};return t?r[n][0]:r[n][1]}e.defineLocale("de-at",{months:"Jänner_Februar_März_April_Mai_Juni_Juli_August_September_Oktober_November_Dezember".split("_"),monthsShort:"Jän._Feb._März_Apr._Mai_Juni_Juli_Aug._Sep._Okt._Nov._Dez.".split("_"),monthsParseExact:!0,weekdays:"Sonntag_Montag_Dienstag_Mittwoch_Donnerstag_Freitag_Samstag".split("_"),weekdaysShort:"So._Mo._Di._Mi._Do._Fr._Sa.".split("_"),weekdaysMin:"So_Mo_Di_Mi_Do_Fr_Sa".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY HH:mm",LLLL:"dddd, D. MMMM YYYY HH:mm"},calendar:{sameDay:"[heute um] LT [Uhr]",sameElse:"L",nextDay:"[morgen um] LT [Uhr]",nextWeek:"dddd [um] LT [Uhr]",lastDay:"[gestern um] LT [Uhr]",lastWeek:"[letzten] dddd [um] LT [Uhr]"},relativeTime:{future:"in %s",past:"vor %s",s:"ein paar Sekunden",ss:"%d Sekunden",m:t,mm:"%d Minuten",h:t,hh:"%d Stunden",d:t,dd:t,w:t,ww:"%d Wochen",M:t,MM:t,y:t,yy:t},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})}(n(2))},function(e,t,n){!function(e){"use strict";
+//! moment.js locale configuration
+function t(e,t,n,i){var r={m:["eine Minute","einer Minute"],h:["eine Stunde","einer Stunde"],d:["ein Tag","einem Tag"],dd:[e+" Tage",e+" Tagen"],w:["eine Woche","einer Woche"],M:["ein Monat","einem Monat"],MM:[e+" Monate",e+" Monaten"],y:["ein Jahr","einem Jahr"],yy:[e+" Jahre",e+" Jahren"]};return t?r[n][0]:r[n][1]}e.defineLocale("de-ch",{months:"Januar_Februar_März_April_Mai_Juni_Juli_August_September_Oktober_November_Dezember".split("_"),monthsShort:"Jan._Feb._März_Apr._Mai_Juni_Juli_Aug._Sep._Okt._Nov._Dez.".split("_"),monthsParseExact:!0,weekdays:"Sonntag_Montag_Dienstag_Mittwoch_Donnerstag_Freitag_Samstag".split("_"),weekdaysShort:"So_Mo_Di_Mi_Do_Fr_Sa".split("_"),weekdaysMin:"So_Mo_Di_Mi_Do_Fr_Sa".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY HH:mm",LLLL:"dddd, D. MMMM YYYY HH:mm"},calendar:{sameDay:"[heute um] LT [Uhr]",sameElse:"L",nextDay:"[morgen um] LT [Uhr]",nextWeek:"dddd [um] LT [Uhr]",lastDay:"[gestern um] LT [Uhr]",lastWeek:"[letzten] dddd [um] LT [Uhr]"},relativeTime:{future:"in %s",past:"vor %s",s:"ein paar Sekunden",ss:"%d Sekunden",m:t,mm:"%d Minuten",h:t,hh:"%d Stunden",d:t,dd:t,w:t,ww:"%d Wochen",M:t,MM:t,y:t,yy:t},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})}(n(2))},function(e,t,n){!function(e){"use strict";
+//! moment.js locale configuration
+var t=["ޖެނުއަރީ","ފެބްރުއަރީ","މާރިޗު","އޭޕްރީލު","މޭ","ޖޫން","ޖުލައި","އޯގަސްޓު","ސެޕްޓެމްބަރު","އޮކްޓޯބަރު","ނޮވެމްބަރު","ޑިސެމްބަރު"],n=["އާދިއްތަ","ހޯމަ","އަންގާރަ","ބުދަ","ބުރާސްފަތި","ހުކުރު","ހޮނިހިރު"];e.defineLocale("dv",{months:t,monthsShort:t,weekdays:n,weekdaysShort:n,weekdaysMin:"އާދި_ހޯމަ_އަން_ބުދަ_ބުރާ_ހުކު_ހޮނި".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"D/M/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},meridiemParse:/މކ|މފ/,isPM:function(e){return"މފ"===e},meridiem:function(e,t,n){return e<12?"މކ":"މފ"},calendar:{sameDay:"[މިއަދު] LT",nextDay:"[މާދަމާ] LT",nextWeek:"dddd LT",lastDay:"[އިއްޔެ] LT",lastWeek:"[ފާއިތުވި] dddd LT",sameElse:"L"},relativeTime:{future:"ތެރޭގައި %s",past:"ކުރިން %s",s:"ސިކުންތުކޮޅެއް",ss:"d% ސިކުންތު",m:"މިނިޓެއް",mm:"މިނިޓު %d",h:"ގަޑިއިރެއް",hh:"ގަޑިއިރު %d",d:"ދުވަހެއް",dd:"ދުވަސް %d",M:"މަހެއް",MM:"މަސް %d",y:"އަހަރެއް",yy:"އަހަރު %d"},preparse:function(e){return e.replace(/،/g,",")},postformat:function(e){return e.replace(/,/g,"،")},week:{dow:7,doy:12}})}(n(2))},function(e,t,n){!function(e){"use strict";
+//! moment.js locale configuration
+e.defineLocale("el",{monthsNominativeEl:"Ιανουάριος_Φεβρουάριος_Μάρτιος_Απρίλιος_Μάιος_Ιούνιος_Ιούλιος_Αύγουστος_Σεπτέμβριος_Οκτώβριος_Νοέμβριος_Δεκέμβριος".split("_"),monthsGenitiveEl:"Ιανουαρίου_Φεβρουαρίου_Μαρτίου_Απριλίου_Μαΐου_Ιουνίου_Ιουλίου_Αυγούστου_Σεπτεμβρίου_Οκτωβρίου_Νοεμβρίου_Δεκεμβρίου".split("_"),months:function(e,t){return e?"string"==typeof t&&/D/.test(t.substring(0,t.indexOf("MMMM")))?this._monthsGenitiveEl[e.month()]:this._monthsNominativeEl[e.month()]:this._monthsNominativeEl},monthsShort:"Ιαν_Φεβ_Μαρ_Απρ_Μαϊ_Ιουν_Ιουλ_Αυγ_Σεπ_Οκτ_Νοε_Δεκ".split("_"),weekdays:"Κυριακή_Δευτέρα_Τρίτη_Τετάρτη_Πέμπτη_Παρασκευή_Σάββατο".split("_"),weekdaysShort:"Κυρ_Δευ_Τρι_Τετ_Πεμ_Παρ_Σαβ".split("_"),weekdaysMin:"Κυ_Δε_Τρ_Τε_Πε_Πα_Σα".split("_"),meridiem:function(e,t,n){return e>11?n?"μμ":"ΜΜ":n?"πμ":"ΠΜ"},isPM:function(e){return"μ"===(e+"").toLowerCase()[0]},meridiemParse:/[ΠΜ]\.?Μ?\.?/i,longDateFormat:{LT:"h:mm A",LTS:"h:mm:ss A",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY h:mm A",LLLL:"dddd, D MMMM YYYY h:mm A"},calendarEl:{sameDay:"[Σήμερα {}] LT",nextDay:"[Αύριο {}] LT",nextWeek:"dddd [{}] LT",lastDay:"[Χθες {}] LT",lastWeek:function(){switch(this.day()){case 6:return"[το προηγούμενο] dddd [{}] LT";default:return"[την προηγούμενη] dddd [{}] LT"}},sameElse:"L"},calendar:function(e,t){var n,i=this._calendarEl[e],r=t&&t.hours();return n=i,("undefined"!=typeof Function&&n instanceof Function||"[object Function]"===Object.prototype.toString.call(n))&&(i=i.apply(t)),i.replace("{}",r%12==1?"στη":"στις")},relativeTime:{future:"σε %s",past:"%s πριν",s:"λίγα δευτερόλεπτα",ss:"%d δευτερόλεπτα",m:"ένα λεπτό",mm:"%d λεπτά",h:"μία ώρα",hh:"%d ώρες",d:"μία μέρα",dd:"%d μέρες",M:"ένας μήνας",MM:"%d μήνες",y:"ένας χρόνος",yy:"%d χρόνια"},dayOfMonthOrdinalParse:/\d{1,2}η/,ordinal:"%dη",week:{dow:1,doy:4}})}(n(2))},function(e,t,n){!function(e){"use strict";
+//! moment.js locale configuration
+e.defineLocale("en-au",{months:"January_February_March_April_May_June_July_August_September_October_November_December".split("_"),monthsShort:"Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec".split("_"),weekdays:"Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),weekdaysShort:"Sun_Mon_Tue_Wed_Thu_Fri_Sat".split("_"),weekdaysMin:"Su_Mo_Tu_We_Th_Fr_Sa".split("_"),longDateFormat:{LT:"h:mm A",LTS:"h:mm:ss A",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY h:mm A",LLLL:"dddd, D MMMM YYYY h:mm A"},calendar:{sameDay:"[Today at] LT",nextDay:"[Tomorrow at] LT",nextWeek:"dddd [at] LT",lastDay:"[Yesterday at] LT",lastWeek:"[Last] dddd [at] LT",sameElse:"L"},relativeTime:{future:"in %s",past:"%s ago",s:"a few seconds",ss:"%d seconds",m:"a minute",mm:"%d minutes",h:"an hour",hh:"%d hours",d:"a day",dd:"%d days",M:"a month",MM:"%d months",y:"a year",yy:"%d years"},dayOfMonthOrdinalParse:/\d{1,2}(st|nd|rd|th)/,ordinal:function(e){var t=e%10;return e+(1==~~(e%100/10)?"th":1===t?"st":2===t?"nd":3===t?"rd":"th")},week:{dow:0,doy:4}})}(n(2))},function(e,t,n){!function(e){"use strict";
+//! moment.js locale configuration
+e.defineLocale("en-ca",{months:"January_February_March_April_May_June_July_August_September_October_November_December".split("_"),monthsShort:"Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec".split("_"),weekdays:"Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),weekdaysShort:"Sun_Mon_Tue_Wed_Thu_Fri_Sat".split("_"),weekdaysMin:"Su_Mo_Tu_We_Th_Fr_Sa".split("_"),longDateFormat:{LT:"h:mm A",LTS:"h:mm:ss A",L:"YYYY-MM-DD",LL:"MMMM D, YYYY",LLL:"MMMM D, YYYY h:mm A",LLLL:"dddd, MMMM D, YYYY h:mm A"},calendar:{sameDay:"[Today at] LT",nextDay:"[Tomorrow at] LT",nextWeek:"dddd [at] LT",lastDay:"[Yesterday at] LT",lastWeek:"[Last] dddd [at] LT",sameElse:"L"},relativeTime:{future:"in %s",past:"%s ago",s:"a few seconds",ss:"%d seconds",m:"a minute",mm:"%d minutes",h:"an hour",hh:"%d hours",d:"a day",dd:"%d days",M:"a month",MM:"%d months",y:"a year",yy:"%d years"},dayOfMonthOrdinalParse:/\d{1,2}(st|nd|rd|th)/,ordinal:function(e){var t=e%10;return e+(1==~~(e%100/10)?"th":1===t?"st":2===t?"nd":3===t?"rd":"th")}})}(n(2))},function(e,t,n){!function(e){"use strict";
+//! moment.js locale configuration
+e.defineLocale("en-gb",{months:"January_February_March_April_May_June_July_August_September_October_November_December".split("_"),monthsShort:"Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec".split("_"),weekdays:"Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),weekdaysShort:"Sun_Mon_Tue_Wed_Thu_Fri_Sat".split("_"),weekdaysMin:"Su_Mo_Tu_We_Th_Fr_Sa".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[Today at] LT",nextDay:"[Tomorrow at] LT",nextWeek:"dddd [at] LT",lastDay:"[Yesterday at] LT",lastWeek:"[Last] dddd [at] LT",sameElse:"L"},relativeTime:{future:"in %s",past:"%s ago",s:"a few seconds",ss:"%d seconds",m:"a minute",mm:"%d minutes",h:"an hour",hh:"%d hours",d:"a day",dd:"%d days",M:"a month",MM:"%d months",y:"a year",yy:"%d years"},dayOfMonthOrdinalParse:/\d{1,2}(st|nd|rd|th)/,ordinal:function(e){var t=e%10;return e+(1==~~(e%100/10)?"th":1===t?"st":2===t?"nd":3===t?"rd":"th")},week:{dow:1,doy:4}})}(n(2))},function(e,t,n){!function(e){"use strict";
+//! moment.js locale configuration
+e.defineLocale("en-ie",{months:"January_February_March_April_May_June_July_August_September_October_November_December".split("_"),monthsShort:"Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec".split("_"),weekdays:"Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),weekdaysShort:"Sun_Mon_Tue_Wed_Thu_Fri_Sat".split("_"),weekdaysMin:"Su_Mo_Tu_We_Th_Fr_Sa".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[Today at] LT",nextDay:"[Tomorrow at] LT",nextWeek:"dddd [at] LT",lastDay:"[Yesterday at] LT",lastWeek:"[Last] dddd [at] LT",sameElse:"L"},relativeTime:{future:"in %s",past:"%s ago",s:"a few seconds",ss:"%d seconds",m:"a minute",mm:"%d minutes",h:"an hour",hh:"%d hours",d:"a day",dd:"%d days",M:"a month",MM:"%d months",y:"a year",yy:"%d years"},dayOfMonthOrdinalParse:/\d{1,2}(st|nd|rd|th)/,ordinal:function(e){var t=e%10;return e+(1==~~(e%100/10)?"th":1===t?"st":2===t?"nd":3===t?"rd":"th")},week:{dow:1,doy:4}})}(n(2))},function(e,t,n){!function(e){"use strict";
+//! moment.js locale configuration
+e.defineLocale("en-il",{months:"January_February_March_April_May_June_July_August_September_October_November_December".split("_"),monthsShort:"Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec".split("_"),weekdays:"Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),weekdaysShort:"Sun_Mon_Tue_Wed_Thu_Fri_Sat".split("_"),weekdaysMin:"Su_Mo_Tu_We_Th_Fr_Sa".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[Today at] LT",nextDay:"[Tomorrow at] LT",nextWeek:"dddd [at] LT",lastDay:"[Yesterday at] LT",lastWeek:"[Last] dddd [at] LT",sameElse:"L"},relativeTime:{future:"in %s",past:"%s ago",s:"a few seconds",ss:"%d seconds",m:"a minute",mm:"%d minutes",h:"an hour",hh:"%d hours",d:"a day",dd:"%d days",M:"a month",MM:"%d months",y:"a year",yy:"%d years"},dayOfMonthOrdinalParse:/\d{1,2}(st|nd|rd|th)/,ordinal:function(e){var t=e%10;return e+(1==~~(e%100/10)?"th":1===t?"st":2===t?"nd":3===t?"rd":"th")}})}(n(2))},function(e,t,n){!function(e){"use strict";
+//! moment.js locale configuration
+e.defineLocale("en-in",{months:"January_February_March_April_May_June_July_August_September_October_November_December".split("_"),monthsShort:"Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec".split("_"),weekdays:"Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),weekdaysShort:"Sun_Mon_Tue_Wed_Thu_Fri_Sat".split("_"),weekdaysMin:"Su_Mo_Tu_We_Th_Fr_Sa".split("_"),longDateFormat:{LT:"h:mm A",LTS:"h:mm:ss A",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY h:mm A",LLLL:"dddd, D MMMM YYYY h:mm A"},calendar:{sameDay:"[Today at] LT",nextDay:"[Tomorrow at] LT",nextWeek:"dddd [at] LT",lastDay:"[Yesterday at] LT",lastWeek:"[Last] dddd [at] LT",sameElse:"L"},relativeTime:{future:"in %s",past:"%s ago",s:"a few seconds",ss:"%d seconds",m:"a minute",mm:"%d minutes",h:"an hour",hh:"%d hours",d:"a day",dd:"%d days",M:"a month",MM:"%d months",y:"a year",yy:"%d years"},dayOfMonthOrdinalParse:/\d{1,2}(st|nd|rd|th)/,ordinal:function(e){var t=e%10;return e+(1==~~(e%100/10)?"th":1===t?"st":2===t?"nd":3===t?"rd":"th")},week:{dow:0,doy:6}})}(n(2))},function(e,t,n){!function(e){"use strict";
+//! moment.js locale configuration
+e.defineLocale("en-nz",{months:"January_February_March_April_May_June_July_August_September_October_November_December".split("_"),monthsShort:"Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec".split("_"),weekdays:"Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),weekdaysShort:"Sun_Mon_Tue_Wed_Thu_Fri_Sat".split("_"),weekdaysMin:"Su_Mo_Tu_We_Th_Fr_Sa".split("_"),longDateFormat:{LT:"h:mm A",LTS:"h:mm:ss A",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY h:mm A",LLLL:"dddd, D MMMM YYYY h:mm A"},calendar:{sameDay:"[Today at] LT",nextDay:"[Tomorrow at] LT",nextWeek:"dddd [at] LT",lastDay:"[Yesterday at] LT",lastWeek:"[Last] dddd [at] LT",sameElse:"L"},relativeTime:{future:"in %s",past:"%s ago",s:"a few seconds",ss:"%d seconds",m:"a minute",mm:"%d minutes",h:"an hour",hh:"%d hours",d:"a day",dd:"%d days",M:"a month",MM:"%d months",y:"a year",yy:"%d years"},dayOfMonthOrdinalParse:/\d{1,2}(st|nd|rd|th)/,ordinal:function(e){var t=e%10;return e+(1==~~(e%100/10)?"th":1===t?"st":2===t?"nd":3===t?"rd":"th")},week:{dow:1,doy:4}})}(n(2))},function(e,t,n){!function(e){"use strict";
+//! moment.js locale configuration
+e.defineLocale("en-sg",{months:"January_February_March_April_May_June_July_August_September_October_November_December".split("_"),monthsShort:"Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec".split("_"),weekdays:"Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),weekdaysShort:"Sun_Mon_Tue_Wed_Thu_Fri_Sat".split("_"),weekdaysMin:"Su_Mo_Tu_We_Th_Fr_Sa".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[Today at] LT",nextDay:"[Tomorrow at] LT",nextWeek:"dddd [at] LT",lastDay:"[Yesterday at] LT",lastWeek:"[Last] dddd [at] LT",sameElse:"L"},relativeTime:{future:"in %s",past:"%s ago",s:"a few seconds",ss:"%d seconds",m:"a minute",mm:"%d minutes",h:"an hour",hh:"%d hours",d:"a day",dd:"%d days",M:"a month",MM:"%d months",y:"a year",yy:"%d years"},dayOfMonthOrdinalParse:/\d{1,2}(st|nd|rd|th)/,ordinal:function(e){var t=e%10;return e+(1==~~(e%100/10)?"th":1===t?"st":2===t?"nd":3===t?"rd":"th")},week:{dow:1,doy:4}})}(n(2))},function(e,t,n){!function(e){"use strict";
+//! moment.js locale configuration
+e.defineLocale("eo",{months:"januaro_februaro_marto_aprilo_majo_junio_julio_aŭgusto_septembro_oktobro_novembro_decembro".split("_"),monthsShort:"jan_feb_mart_apr_maj_jun_jul_aŭg_sept_okt_nov_dec".split("_"),weekdays:"dimanĉo_lundo_mardo_merkredo_ĵaŭdo_vendredo_sabato".split("_"),weekdaysShort:"dim_lun_mard_merk_ĵaŭ_ven_sab".split("_"),weekdaysMin:"di_lu_ma_me_ĵa_ve_sa".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"YYYY-MM-DD",LL:"[la] D[-an de] MMMM, YYYY",LLL:"[la] D[-an de] MMMM, YYYY HH:mm",LLLL:"dddd[n], [la] D[-an de] MMMM, YYYY HH:mm",llll:"ddd, [la] D[-an de] MMM, YYYY HH:mm"},meridiemParse:/[ap]\.t\.m/i,isPM:function(e){return"p"===e.charAt(0).toLowerCase()},meridiem:function(e,t,n){return e>11?n?"p.t.m.":"P.T.M.":n?"a.t.m.":"A.T.M."},calendar:{sameDay:"[Hodiaŭ je] LT",nextDay:"[Morgaŭ je] LT",nextWeek:"dddd[n je] LT",lastDay:"[Hieraŭ je] LT",lastWeek:"[pasintan] dddd[n je] LT",sameElse:"L"},relativeTime:{future:"post %s",past:"antaŭ %s",s:"kelkaj sekundoj",ss:"%d sekundoj",m:"unu minuto",mm:"%d minutoj",h:"unu horo",hh:"%d horoj",d:"unu tago",dd:"%d tagoj",M:"unu monato",MM:"%d monatoj",y:"unu jaro",yy:"%d jaroj"},dayOfMonthOrdinalParse:/\d{1,2}a/,ordinal:"%da",week:{dow:1,doy:7}})}(n(2))},function(e,t,n){!function(e){"use strict";
+//! moment.js locale configuration
+var t="ene._feb._mar._abr._may._jun._jul._ago._sep._oct._nov._dic.".split("_"),n="ene_feb_mar_abr_may_jun_jul_ago_sep_oct_nov_dic".split("_"),i=[/^ene/i,/^feb/i,/^mar/i,/^abr/i,/^may/i,/^jun/i,/^jul/i,/^ago/i,/^sep/i,/^oct/i,/^nov/i,/^dic/i],r=/^(enero|febrero|marzo|abril|mayo|junio|julio|agosto|septiembre|octubre|noviembre|diciembre|ene\.?|feb\.?|mar\.?|abr\.?|may\.?|jun\.?|jul\.?|ago\.?|sep\.?|oct\.?|nov\.?|dic\.?)/i;e.defineLocale("es",{months:"enero_febrero_marzo_abril_mayo_junio_julio_agosto_septiembre_octubre_noviembre_diciembre".split("_"),monthsShort:function(e,i){return e?/-MMM-/.test(i)?n[e.month()]:t[e.month()]:t},monthsRegex:r,monthsShortRegex:r,monthsStrictRegex:/^(enero|febrero|marzo|abril|mayo|junio|julio|agosto|septiembre|octubre|noviembre|diciembre)/i,monthsShortStrictRegex:/^(ene\.?|feb\.?|mar\.?|abr\.?|may\.?|jun\.?|jul\.?|ago\.?|sep\.?|oct\.?|nov\.?|dic\.?)/i,monthsParse:i,longMonthsParse:i,shortMonthsParse:i,weekdays:"domingo_lunes_martes_miércoles_jueves_viernes_sábado".split("_"),weekdaysShort:"dom._lun._mar._mié._jue._vie._sáb.".split("_"),weekdaysMin:"do_lu_ma_mi_ju_vi_sá".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD/MM/YYYY",LL:"D [de] MMMM [de] YYYY",LLL:"D [de] MMMM [de] YYYY H:mm",LLLL:"dddd, D [de] MMMM [de] YYYY H:mm"},calendar:{sameDay:function(){return"[hoy a la"+(1!==this.hours()?"s":"")+"] LT"},nextDay:function(){return"[mañana a la"+(1!==this.hours()?"s":"")+"] LT"},nextWeek:function(){return"dddd [a la"+(1!==this.hours()?"s":"")+"] LT"},lastDay:function(){return"[ayer a la"+(1!==this.hours()?"s":"")+"] LT"},lastWeek:function(){return"[el] dddd [pasado a la"+(1!==this.hours()?"s":"")+"] LT"},sameElse:"L"},relativeTime:{future:"en %s",past:"hace %s",s:"unos segundos",ss:"%d segundos",m:"un minuto",mm:"%d minutos",h:"una hora",hh:"%d horas",d:"un día",dd:"%d días",w:"una semana",ww:"%d semanas",M:"un mes",MM:"%d meses",y:"un año",yy:"%d años"},dayOfMonthOrdinalParse:/\d{1,2}º/,ordinal:"%dº",week:{dow:1,doy:4},invalidDate:"Fecha inválida"})}(n(2))},function(e,t,n){!function(e){"use strict";
+//! moment.js locale configuration
+var t="ene._feb._mar._abr._may._jun._jul._ago._sep._oct._nov._dic.".split("_"),n="ene_feb_mar_abr_may_jun_jul_ago_sep_oct_nov_dic".split("_"),i=[/^ene/i,/^feb/i,/^mar/i,/^abr/i,/^may/i,/^jun/i,/^jul/i,/^ago/i,/^sep/i,/^oct/i,/^nov/i,/^dic/i],r=/^(enero|febrero|marzo|abril|mayo|junio|julio|agosto|septiembre|octubre|noviembre|diciembre|ene\.?|feb\.?|mar\.?|abr\.?|may\.?|jun\.?|jul\.?|ago\.?|sep\.?|oct\.?|nov\.?|dic\.?)/i;e.defineLocale("es-do",{months:"enero_febrero_marzo_abril_mayo_junio_julio_agosto_septiembre_octubre_noviembre_diciembre".split("_"),monthsShort:function(e,i){return e?/-MMM-/.test(i)?n[e.month()]:t[e.month()]:t},monthsRegex:r,monthsShortRegex:r,monthsStrictRegex:/^(enero|febrero|marzo|abril|mayo|junio|julio|agosto|septiembre|octubre|noviembre|diciembre)/i,monthsShortStrictRegex:/^(ene\.?|feb\.?|mar\.?|abr\.?|may\.?|jun\.?|jul\.?|ago\.?|sep\.?|oct\.?|nov\.?|dic\.?)/i,monthsParse:i,longMonthsParse:i,shortMonthsParse:i,weekdays:"domingo_lunes_martes_miércoles_jueves_viernes_sábado".split("_"),weekdaysShort:"dom._lun._mar._mié._jue._vie._sáb.".split("_"),weekdaysMin:"do_lu_ma_mi_ju_vi_sá".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"h:mm A",LTS:"h:mm:ss A",L:"DD/MM/YYYY",LL:"D [de] MMMM [de] YYYY",LLL:"D [de] MMMM [de] YYYY h:mm A",LLLL:"dddd, D [de] MMMM [de] YYYY h:mm A"},calendar:{sameDay:function(){return"[hoy a la"+(1!==this.hours()?"s":"")+"] LT"},nextDay:function(){return"[mañana a la"+(1!==this.hours()?"s":"")+"] LT"},nextWeek:function(){return"dddd [a la"+(1!==this.hours()?"s":"")+"] LT"},lastDay:function(){return"[ayer a la"+(1!==this.hours()?"s":"")+"] LT"},lastWeek:function(){return"[el] dddd [pasado a la"+(1!==this.hours()?"s":"")+"] LT"},sameElse:"L"},relativeTime:{future:"en %s",past:"hace %s",s:"unos segundos",ss:"%d segundos",m:"un minuto",mm:"%d minutos",h:"una hora",hh:"%d horas",d:"un día",dd:"%d días",w:"una semana",ww:"%d semanas",M:"un mes",MM:"%d meses",y:"un año",yy:"%d años"},dayOfMonthOrdinalParse:/\d{1,2}º/,ordinal:"%dº",week:{dow:1,doy:4}})}(n(2))},function(e,t,n){!function(e){"use strict";
+//! moment.js locale configuration
+var t="ene._feb._mar._abr._may._jun._jul._ago._sep._oct._nov._dic.".split("_"),n="ene_feb_mar_abr_may_jun_jul_ago_sep_oct_nov_dic".split("_"),i=[/^ene/i,/^feb/i,/^mar/i,/^abr/i,/^may/i,/^jun/i,/^jul/i,/^ago/i,/^sep/i,/^oct/i,/^nov/i,/^dic/i],r=/^(enero|febrero|marzo|abril|mayo|junio|julio|agosto|septiembre|octubre|noviembre|diciembre|ene\.?|feb\.?|mar\.?|abr\.?|may\.?|jun\.?|jul\.?|ago\.?|sep\.?|oct\.?|nov\.?|dic\.?)/i;e.defineLocale("es-mx",{months:"enero_febrero_marzo_abril_mayo_junio_julio_agosto_septiembre_octubre_noviembre_diciembre".split("_"),monthsShort:function(e,i){return e?/-MMM-/.test(i)?n[e.month()]:t[e.month()]:t},monthsRegex:r,monthsShortRegex:r,monthsStrictRegex:/^(enero|febrero|marzo|abril|mayo|junio|julio|agosto|septiembre|octubre|noviembre|diciembre)/i,monthsShortStrictRegex:/^(ene\.?|feb\.?|mar\.?|abr\.?|may\.?|jun\.?|jul\.?|ago\.?|sep\.?|oct\.?|nov\.?|dic\.?)/i,monthsParse:i,longMonthsParse:i,shortMonthsParse:i,weekdays:"domingo_lunes_martes_miércoles_jueves_viernes_sábado".split("_"),weekdaysShort:"dom._lun._mar._mié._jue._vie._sáb.".split("_"),weekdaysMin:"do_lu_ma_mi_ju_vi_sá".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD/MM/YYYY",LL:"D [de] MMMM [de] YYYY",LLL:"D [de] MMMM [de] YYYY H:mm",LLLL:"dddd, D [de] MMMM [de] YYYY H:mm"},calendar:{sameDay:function(){return"[hoy a la"+(1!==this.hours()?"s":"")+"] LT"},nextDay:function(){return"[mañana a la"+(1!==this.hours()?"s":"")+"] LT"},nextWeek:function(){return"dddd [a la"+(1!==this.hours()?"s":"")+"] LT"},lastDay:function(){return"[ayer a la"+(1!==this.hours()?"s":"")+"] LT"},lastWeek:function(){return"[el] dddd [pasado a la"+(1!==this.hours()?"s":"")+"] LT"},sameElse:"L"},relativeTime:{future:"en %s",past:"hace %s",s:"unos segundos",ss:"%d segundos",m:"un minuto",mm:"%d minutos",h:"una hora",hh:"%d horas",d:"un día",dd:"%d días",w:"una semana",ww:"%d semanas",M:"un mes",MM:"%d meses",y:"un año",yy:"%d años"},dayOfMonthOrdinalParse:/\d{1,2}º/,ordinal:"%dº",week:{dow:0,doy:4},invalidDate:"Fecha inválida"})}(n(2))},function(e,t,n){!function(e){"use strict";
+//! moment.js locale configuration
+var t="ene._feb._mar._abr._may._jun._jul._ago._sep._oct._nov._dic.".split("_"),n="ene_feb_mar_abr_may_jun_jul_ago_sep_oct_nov_dic".split("_"),i=[/^ene/i,/^feb/i,/^mar/i,/^abr/i,/^may/i,/^jun/i,/^jul/i,/^ago/i,/^sep/i,/^oct/i,/^nov/i,/^dic/i],r=/^(enero|febrero|marzo|abril|mayo|junio|julio|agosto|septiembre|octubre|noviembre|diciembre|ene\.?|feb\.?|mar\.?|abr\.?|may\.?|jun\.?|jul\.?|ago\.?|sep\.?|oct\.?|nov\.?|dic\.?)/i;e.defineLocale("es-us",{months:"enero_febrero_marzo_abril_mayo_junio_julio_agosto_septiembre_octubre_noviembre_diciembre".split("_"),monthsShort:function(e,i){return e?/-MMM-/.test(i)?n[e.month()]:t[e.month()]:t},monthsRegex:r,monthsShortRegex:r,monthsStrictRegex:/^(enero|febrero|marzo|abril|mayo|junio|julio|agosto|septiembre|octubre|noviembre|diciembre)/i,monthsShortStrictRegex:/^(ene\.?|feb\.?|mar\.?|abr\.?|may\.?|jun\.?|jul\.?|ago\.?|sep\.?|oct\.?|nov\.?|dic\.?)/i,monthsParse:i,longMonthsParse:i,shortMonthsParse:i,weekdays:"domingo_lunes_martes_miércoles_jueves_viernes_sábado".split("_"),weekdaysShort:"dom._lun._mar._mié._jue._vie._sáb.".split("_"),weekdaysMin:"do_lu_ma_mi_ju_vi_sá".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"h:mm A",LTS:"h:mm:ss A",L:"MM/DD/YYYY",LL:"D [de] MMMM [de] YYYY",LLL:"D [de] MMMM [de] YYYY h:mm A",LLLL:"dddd, D [de] MMMM [de] YYYY h:mm A"},calendar:{sameDay:function(){return"[hoy a la"+(1!==this.hours()?"s":"")+"] LT"},nextDay:function(){return"[mañana a la"+(1!==this.hours()?"s":"")+"] LT"},nextWeek:function(){return"dddd [a la"+(1!==this.hours()?"s":"")+"] LT"},lastDay:function(){return"[ayer a la"+(1!==this.hours()?"s":"")+"] LT"},lastWeek:function(){return"[el] dddd [pasado a la"+(1!==this.hours()?"s":"")+"] LT"},sameElse:"L"},relativeTime:{future:"en %s",past:"hace %s",s:"unos segundos",ss:"%d segundos",m:"un minuto",mm:"%d minutos",h:"una hora",hh:"%d horas",d:"un día",dd:"%d días",w:"una semana",ww:"%d semanas",M:"un mes",MM:"%d meses",y:"un año",yy:"%d años"},dayOfMonthOrdinalParse:/\d{1,2}º/,ordinal:"%dº",week:{dow:0,doy:6}})}(n(2))},function(e,t,n){!function(e){"use strict";
+//! moment.js locale configuration
+function t(e,t,n,i){var r={s:["mõne sekundi","mõni sekund","paar sekundit"],ss:[e+"sekundi",e+"sekundit"],m:["ühe minuti","üks minut"],mm:[e+" minuti",e+" minutit"],h:["ühe tunni","tund aega","üks tund"],hh:[e+" tunni",e+" tundi"],d:["ühe päeva","üks päev"],M:["kuu aja","kuu aega","üks kuu"],MM:[e+" kuu",e+" kuud"],y:["ühe aasta","aasta","üks aasta"],yy:[e+" aasta",e+" aastat"]};return t?r[n][2]?r[n][2]:r[n][1]:i?r[n][0]:r[n][1]}e.defineLocale("et",{months:"jaanuar_veebruar_märts_aprill_mai_juuni_juuli_august_september_oktoober_november_detsember".split("_"),monthsShort:"jaan_veebr_märts_apr_mai_juuni_juuli_aug_sept_okt_nov_dets".split("_"),weekdays:"pühapäev_esmaspäev_teisipäev_kolmapäev_neljapäev_reede_laupäev".split("_"),weekdaysShort:"P_E_T_K_N_R_L".split("_"),weekdaysMin:"P_E_T_K_N_R_L".split("_"),longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY H:mm",LLLL:"dddd, D. MMMM YYYY H:mm"},calendar:{sameDay:"[Täna,] LT",nextDay:"[Homme,] LT",nextWeek:"[Järgmine] dddd LT",lastDay:"[Eile,] LT",lastWeek:"[Eelmine] dddd LT",sameElse:"L"},relativeTime:{future:"%s pärast",past:"%s tagasi",s:t,ss:t,m:t,mm:t,h:t,hh:t,d:t,dd:"%d päeva",M:t,MM:t,y:t,yy:t},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})}(n(2))},function(e,t,n){!function(e){"use strict";
+//! moment.js locale configuration
+e.defineLocale("eu",{months:"urtarrila_otsaila_martxoa_apirila_maiatza_ekaina_uztaila_abuztua_iraila_urria_azaroa_abendua".split("_"),monthsShort:"urt._ots._mar._api._mai._eka._uzt._abu._ira._urr._aza._abe.".split("_"),monthsParseExact:!0,weekdays:"igandea_astelehena_asteartea_asteazkena_osteguna_ostirala_larunbata".split("_"),weekdaysShort:"ig._al._ar._az._og._ol._lr.".split("_"),weekdaysMin:"ig_al_ar_az_og_ol_lr".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"YYYY-MM-DD",LL:"YYYY[ko] MMMM[ren] D[a]",LLL:"YYYY[ko] MMMM[ren] D[a] HH:mm",LLLL:"dddd, YYYY[ko] MMMM[ren] D[a] HH:mm",l:"YYYY-M-D",ll:"YYYY[ko] MMM D[a]",lll:"YYYY[ko] MMM D[a] HH:mm",llll:"ddd, YYYY[ko] MMM D[a] HH:mm"},calendar:{sameDay:"[gaur] LT[etan]",nextDay:"[bihar] LT[etan]",nextWeek:"dddd LT[etan]",lastDay:"[atzo] LT[etan]",lastWeek:"[aurreko] dddd LT[etan]",sameElse:"L"},relativeTime:{future:"%s barru",past:"duela %s",s:"segundo batzuk",ss:"%d segundo",m:"minutu bat",mm:"%d minutu",h:"ordu bat",hh:"%d ordu",d:"egun bat",dd:"%d egun",M:"hilabete bat",MM:"%d hilabete",y:"urte bat",yy:"%d urte"},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:7}})}(n(2))},function(e,t,n){!function(e){"use strict";
+//! moment.js locale configuration
+var t={1:"۱",2:"۲",3:"۳",4:"۴",5:"۵",6:"۶",7:"۷",8:"۸",9:"۹",0:"۰"},n={"۱":"1","۲":"2","۳":"3","۴":"4","۵":"5","۶":"6","۷":"7","۸":"8","۹":"9","۰":"0"};e.defineLocale("fa",{months:"ژانویه_فوریه_مارس_آوریل_مه_ژوئن_ژوئیه_اوت_سپتامبر_اکتبر_نوامبر_دسامبر".split("_"),monthsShort:"ژانویه_فوریه_مارس_آوریل_مه_ژوئن_ژوئیه_اوت_سپتامبر_اکتبر_نوامبر_دسامبر".split("_"),weekdays:"یک‌شنبه_دوشنبه_سه‌شنبه_چهارشنبه_پنج‌شنبه_جمعه_شنبه".split("_"),weekdaysShort:"یک‌شنبه_دوشنبه_سه‌شنبه_چهارشنبه_پنج‌شنبه_جمعه_شنبه".split("_"),weekdaysMin:"ی_د_س_چ_پ_ج_ش".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},meridiemParse:/قبل از ظهر|بعد از ظهر/,isPM:function(e){return/بعد از ظهر/.test(e)},meridiem:function(e,t,n){return e<12?"قبل از ظهر":"بعد از ظهر"},calendar:{sameDay:"[امروز ساعت] LT",nextDay:"[فردا ساعت] LT",nextWeek:"dddd [ساعت] LT",lastDay:"[دیروز ساعت] LT",lastWeek:"dddd [پیش] [ساعت] LT",sameElse:"L"},relativeTime:{future:"در %s",past:"%s پیش",s:"چند ثانیه",ss:"%d ثانیه",m:"یک دقیقه",mm:"%d دقیقه",h:"یک ساعت",hh:"%d ساعت",d:"یک روز",dd:"%d روز",M:"یک ماه",MM:"%d ماه",y:"یک سال",yy:"%d سال"},preparse:function(e){return e.replace(/[۰-۹]/g,(function(e){return n[e]})).replace(/،/g,",")},postformat:function(e){return e.replace(/\d/g,(function(e){return t[e]})).replace(/,/g,"،")},dayOfMonthOrdinalParse:/\d{1,2}م/,ordinal:"%dم",week:{dow:6,doy:12}})}(n(2))},function(e,t,n){!function(e){"use strict";
+//! moment.js locale configuration
+var t="nolla yksi kaksi kolme neljä viisi kuusi seitsemän kahdeksan yhdeksän".split(" "),n=["nolla","yhden","kahden","kolmen","neljän","viiden","kuuden",t[7],t[8],t[9]];function i(e,i,r,o){var a="";switch(r){case"s":return o?"muutaman sekunnin":"muutama sekunti";case"ss":a=o?"sekunnin":"sekuntia";break;case"m":return o?"minuutin":"minuutti";case"mm":a=o?"minuutin":"minuuttia";break;case"h":return o?"tunnin":"tunti";case"hh":a=o?"tunnin":"tuntia";break;case"d":return o?"päivän":"päivä";case"dd":a=o?"päivän":"päivää";break;case"M":return o?"kuukauden":"kuukausi";case"MM":a=o?"kuukauden":"kuukautta";break;case"y":return o?"vuoden":"vuosi";case"yy":a=o?"vuoden":"vuotta"}return a=function(e,i){return e<10?i?n[e]:t[e]:e}(e,o)+" "+a}e.defineLocale("fi",{months:"tammikuu_helmikuu_maaliskuu_huhtikuu_toukokuu_kesäkuu_heinäkuu_elokuu_syyskuu_lokakuu_marraskuu_joulukuu".split("_"),monthsShort:"tammi_helmi_maalis_huhti_touko_kesä_heinä_elo_syys_loka_marras_joulu".split("_"),weekdays:"sunnuntai_maanantai_tiistai_keskiviikko_torstai_perjantai_lauantai".split("_"),weekdaysShort:"su_ma_ti_ke_to_pe_la".split("_"),weekdaysMin:"su_ma_ti_ke_to_pe_la".split("_"),longDateFormat:{LT:"HH.mm",LTS:"HH.mm.ss",L:"DD.MM.YYYY",LL:"Do MMMM[ta] YYYY",LLL:"Do MMMM[ta] YYYY, [klo] HH.mm",LLLL:"dddd, Do MMMM[ta] YYYY, [klo] HH.mm",l:"D.M.YYYY",ll:"Do MMM YYYY",lll:"Do MMM YYYY, [klo] HH.mm",llll:"ddd, Do MMM YYYY, [klo] HH.mm"},calendar:{sameDay:"[tänään] [klo] LT",nextDay:"[huomenna] [klo] LT",nextWeek:"dddd [klo] LT",lastDay:"[eilen] [klo] LT",lastWeek:"[viime] dddd[na] [klo] LT",sameElse:"L"},relativeTime:{future:"%s päästä",past:"%s sitten",s:i,ss:i,m:i,mm:i,h:i,hh:i,d:i,dd:i,M:i,MM:i,y:i,yy:i},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})}(n(2))},function(e,t,n){!function(e){"use strict";
+//! moment.js locale configuration
+e.defineLocale("fil",{months:"Enero_Pebrero_Marso_Abril_Mayo_Hunyo_Hulyo_Agosto_Setyembre_Oktubre_Nobyembre_Disyembre".split("_"),monthsShort:"Ene_Peb_Mar_Abr_May_Hun_Hul_Ago_Set_Okt_Nob_Dis".split("_"),weekdays:"Linggo_Lunes_Martes_Miyerkules_Huwebes_Biyernes_Sabado".split("_"),weekdaysShort:"Lin_Lun_Mar_Miy_Huw_Biy_Sab".split("_"),weekdaysMin:"Li_Lu_Ma_Mi_Hu_Bi_Sab".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"MM/D/YYYY",LL:"MMMM D, YYYY",LLL:"MMMM D, YYYY HH:mm",LLLL:"dddd, MMMM DD, YYYY HH:mm"},calendar:{sameDay:"LT [ngayong araw]",nextDay:"[Bukas ng] LT",nextWeek:"LT [sa susunod na] dddd",lastDay:"LT [kahapon]",lastWeek:"LT [noong nakaraang] dddd",sameElse:"L"},relativeTime:{future:"sa loob ng %s",past:"%s ang nakalipas",s:"ilang segundo",ss:"%d segundo",m:"isang minuto",mm:"%d minuto",h:"isang oras",hh:"%d oras",d:"isang araw",dd:"%d araw",M:"isang buwan",MM:"%d buwan",y:"isang taon",yy:"%d taon"},dayOfMonthOrdinalParse:/\d{1,2}/,ordinal:function(e){return e},week:{dow:1,doy:4}})}(n(2))},function(e,t,n){!function(e){"use strict";
+//! moment.js locale configuration
+e.defineLocale("fo",{months:"januar_februar_mars_apríl_mai_juni_juli_august_september_oktober_november_desember".split("_"),monthsShort:"jan_feb_mar_apr_mai_jun_jul_aug_sep_okt_nov_des".split("_"),weekdays:"sunnudagur_mánadagur_týsdagur_mikudagur_hósdagur_fríggjadagur_leygardagur".split("_"),weekdaysShort:"sun_mán_týs_mik_hós_frí_ley".split("_"),weekdaysMin:"su_má_tý_mi_hó_fr_le".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D. MMMM, YYYY HH:mm"},calendar:{sameDay:"[Í dag kl.] LT",nextDay:"[Í morgin kl.] LT",nextWeek:"dddd [kl.] LT",lastDay:"[Í gjár kl.] LT",lastWeek:"[síðstu] dddd [kl] LT",sameElse:"L"},relativeTime:{future:"um %s",past:"%s síðani",s:"fá sekund",ss:"%d sekundir",m:"ein minuttur",mm:"%d minuttir",h:"ein tími",hh:"%d tímar",d:"ein dagur",dd:"%d dagar",M:"ein mánaður",MM:"%d mánaðir",y:"eitt ár",yy:"%d ár"},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})}(n(2))},function(e,t,n){!function(e){"use strict";
+//! moment.js locale configuration
+var t=/(janv\.?|févr\.?|mars|avr\.?|mai|juin|juil\.?|août|sept\.?|oct\.?|nov\.?|déc\.?|janvier|février|mars|avril|mai|juin|juillet|août|septembre|octobre|novembre|décembre)/i,n=[/^janv/i,/^févr/i,/^mars/i,/^avr/i,/^mai/i,/^juin/i,/^juil/i,/^août/i,/^sept/i,/^oct/i,/^nov/i,/^déc/i];e.defineLocale("fr",{months:"janvier_février_mars_avril_mai_juin_juillet_août_septembre_octobre_novembre_décembre".split("_"),monthsShort:"janv._févr._mars_avr._mai_juin_juil._août_sept._oct._nov._déc.".split("_"),monthsRegex:t,monthsShortRegex:t,monthsStrictRegex:/^(janvier|février|mars|avril|mai|juin|juillet|août|septembre|octobre|novembre|décembre)/i,monthsShortStrictRegex:/(janv\.?|févr\.?|mars|avr\.?|mai|juin|juil\.?|août|sept\.?|oct\.?|nov\.?|déc\.?)/i,monthsParse:n,longMonthsParse:n,shortMonthsParse:n,weekdays:"dimanche_lundi_mardi_mercredi_jeudi_vendredi_samedi".split("_"),weekdaysShort:"dim._lun._mar._mer._jeu._ven._sam.".split("_"),weekdaysMin:"di_lu_ma_me_je_ve_sa".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[Aujourd’hui à] LT",nextDay:"[Demain à] LT",nextWeek:"dddd [à] LT",lastDay:"[Hier à] LT",lastWeek:"dddd [dernier à] LT",sameElse:"L"},relativeTime:{future:"dans %s",past:"il y a %s",s:"quelques secondes",ss:"%d secondes",m:"une minute",mm:"%d minutes",h:"une heure",hh:"%d heures",d:"un jour",dd:"%d jours",w:"une semaine",ww:"%d semaines",M:"un mois",MM:"%d mois",y:"un an",yy:"%d ans"},dayOfMonthOrdinalParse:/\d{1,2}(er|)/,ordinal:function(e,t){switch(t){case"D":return e+(1===e?"er":"");default:case"M":case"Q":case"DDD":case"d":return e+(1===e?"er":"e");case"w":case"W":return e+(1===e?"re":"e")}},week:{dow:1,doy:4}})}(n(2))},function(e,t,n){!function(e){"use strict";
+//! moment.js locale configuration
+e.defineLocale("fr-ca",{months:"janvier_février_mars_avril_mai_juin_juillet_août_septembre_octobre_novembre_décembre".split("_"),monthsShort:"janv._févr._mars_avr._mai_juin_juil._août_sept._oct._nov._déc.".split("_"),monthsParseExact:!0,weekdays:"dimanche_lundi_mardi_mercredi_jeudi_vendredi_samedi".split("_"),weekdaysShort:"dim._lun._mar._mer._jeu._ven._sam.".split("_"),weekdaysMin:"di_lu_ma_me_je_ve_sa".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"YYYY-MM-DD",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[Aujourd’hui à] LT",nextDay:"[Demain à] LT",nextWeek:"dddd [à] LT",lastDay:"[Hier à] LT",lastWeek:"dddd [dernier à] LT",sameElse:"L"},relativeTime:{future:"dans %s",past:"il y a %s",s:"quelques secondes",ss:"%d secondes",m:"une minute",mm:"%d minutes",h:"une heure",hh:"%d heures",d:"un jour",dd:"%d jours",M:"un mois",MM:"%d mois",y:"un an",yy:"%d ans"},dayOfMonthOrdinalParse:/\d{1,2}(er|e)/,ordinal:function(e,t){switch(t){default:case"M":case"Q":case"D":case"DDD":case"d":return e+(1===e?"er":"e");case"w":case"W":return e+(1===e?"re":"e")}}})}(n(2))},function(e,t,n){!function(e){"use strict";
+//! moment.js locale configuration
+e.defineLocale("fr-ch",{months:"janvier_février_mars_avril_mai_juin_juillet_août_septembre_octobre_novembre_décembre".split("_"),monthsShort:"janv._févr._mars_avr._mai_juin_juil._août_sept._oct._nov._déc.".split("_"),monthsParseExact:!0,weekdays:"dimanche_lundi_mardi_mercredi_jeudi_vendredi_samedi".split("_"),weekdaysShort:"dim._lun._mar._mer._jeu._ven._sam.".split("_"),weekdaysMin:"di_lu_ma_me_je_ve_sa".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[Aujourd’hui à] LT",nextDay:"[Demain à] LT",nextWeek:"dddd [à] LT",lastDay:"[Hier à] LT",lastWeek:"dddd [dernier à] LT",sameElse:"L"},relativeTime:{future:"dans %s",past:"il y a %s",s:"quelques secondes",ss:"%d secondes",m:"une minute",mm:"%d minutes",h:"une heure",hh:"%d heures",d:"un jour",dd:"%d jours",M:"un mois",MM:"%d mois",y:"un an",yy:"%d ans"},dayOfMonthOrdinalParse:/\d{1,2}(er|e)/,ordinal:function(e,t){switch(t){default:case"M":case"Q":case"D":case"DDD":case"d":return e+(1===e?"er":"e");case"w":case"W":return e+(1===e?"re":"e")}},week:{dow:1,doy:4}})}(n(2))},function(e,t,n){!function(e){"use strict";
+//! moment.js locale configuration
+var t="jan._feb._mrt._apr._mai_jun._jul._aug._sep._okt._nov._des.".split("_"),n="jan_feb_mrt_apr_mai_jun_jul_aug_sep_okt_nov_des".split("_");e.defineLocale("fy",{months:"jannewaris_febrewaris_maart_april_maaie_juny_july_augustus_septimber_oktober_novimber_desimber".split("_"),monthsShort:function(e,i){return e?/-MMM-/.test(i)?n[e.month()]:t[e.month()]:t},monthsParseExact:!0,weekdays:"snein_moandei_tiisdei_woansdei_tongersdei_freed_sneon".split("_"),weekdaysShort:"si._mo._ti._wo._to._fr._so.".split("_"),weekdaysMin:"Si_Mo_Ti_Wo_To_Fr_So".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD-MM-YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[hjoed om] LT",nextDay:"[moarn om] LT",nextWeek:"dddd [om] LT",lastDay:"[juster om] LT",lastWeek:"[ôfrûne] dddd [om] LT",sameElse:"L"},relativeTime:{future:"oer %s",past:"%s lyn",s:"in pear sekonden",ss:"%d sekonden",m:"ien minút",mm:"%d minuten",h:"ien oere",hh:"%d oeren",d:"ien dei",dd:"%d dagen",M:"ien moanne",MM:"%d moannen",y:"ien jier",yy:"%d jierren"},dayOfMonthOrdinalParse:/\d{1,2}(ste|de)/,ordinal:function(e){return e+(1===e||8===e||e>=20?"ste":"de")},week:{dow:1,doy:4}})}(n(2))},function(e,t,n){!function(e){"use strict";
+//! moment.js locale configuration
+e.defineLocale("ga",{months:["Eanáir","Feabhra","Márta","Aibreán","Bealtaine","Meitheamh","Iúil","Lúnasa","Meán Fómhair","Deireadh Fómhair","Samhain","Nollaig"],monthsShort:["Ean","Feabh","Márt","Aib","Beal","Meith","Iúil","Lún","M.F.","D.F.","Samh","Noll"],monthsParseExact:!0,weekdays:["Dé Domhnaigh","Dé Luain","Dé Máirt","Dé Céadaoin","Déardaoin","Dé hAoine","Dé Sathairn"],weekdaysShort:["Domh","Luan","Máirt","Céad","Déar","Aoine","Sath"],weekdaysMin:["Do","Lu","Má","Cé","Dé","A","Sa"],longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[Inniu ag] LT",nextDay:"[Amárach ag] LT",nextWeek:"dddd [ag] LT",lastDay:"[Inné ag] LT",lastWeek:"dddd [seo caite] [ag] LT",sameElse:"L"},relativeTime:{future:"i %s",past:"%s ó shin",s:"cúpla soicind",ss:"%d soicind",m:"nóiméad",mm:"%d nóiméad",h:"uair an chloig",hh:"%d uair an chloig",d:"lá",dd:"%d lá",M:"mí",MM:"%d míonna",y:"bliain",yy:"%d bliain"},dayOfMonthOrdinalParse:/\d{1,2}(d|na|mh)/,ordinal:function(e){return e+(1===e?"d":e%10==2?"na":"mh")},week:{dow:1,doy:4}})}(n(2))},function(e,t,n){!function(e){"use strict";
+//! moment.js locale configuration
+e.defineLocale("gd",{months:["Am Faoilleach","An Gearran","Am Màrt","An Giblean","An Cèitean","An t-Ògmhios","An t-Iuchar","An Lùnastal","An t-Sultain","An Dàmhair","An t-Samhain","An Dùbhlachd"],monthsShort:["Faoi","Gear","Màrt","Gibl","Cèit","Ògmh","Iuch","Lùn","Sult","Dàmh","Samh","Dùbh"],monthsParseExact:!0,weekdays:["Didòmhnaich","Diluain","Dimàirt","Diciadain","Diardaoin","Dihaoine","Disathairne"],weekdaysShort:["Did","Dil","Dim","Dic","Dia","Dih","Dis"],weekdaysMin:["Dò","Lu","Mà","Ci","Ar","Ha","Sa"],longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[An-diugh aig] LT",nextDay:"[A-màireach aig] LT",nextWeek:"dddd [aig] LT",lastDay:"[An-dè aig] LT",lastWeek:"dddd [seo chaidh] [aig] LT",sameElse:"L"},relativeTime:{future:"ann an %s",past:"bho chionn %s",s:"beagan diogan",ss:"%d diogan",m:"mionaid",mm:"%d mionaidean",h:"uair",hh:"%d uairean",d:"latha",dd:"%d latha",M:"mìos",MM:"%d mìosan",y:"bliadhna",yy:"%d bliadhna"},dayOfMonthOrdinalParse:/\d{1,2}(d|na|mh)/,ordinal:function(e){return e+(1===e?"d":e%10==2?"na":"mh")},week:{dow:1,doy:4}})}(n(2))},function(e,t,n){!function(e){"use strict";
+//! moment.js locale configuration
+e.defineLocale("gl",{months:"xaneiro_febreiro_marzo_abril_maio_xuño_xullo_agosto_setembro_outubro_novembro_decembro".split("_"),monthsShort:"xan._feb._mar._abr._mai._xuñ._xul._ago._set._out._nov._dec.".split("_"),monthsParseExact:!0,weekdays:"domingo_luns_martes_mércores_xoves_venres_sábado".split("_"),weekdaysShort:"dom._lun._mar._mér._xov._ven._sáb.".split("_"),weekdaysMin:"do_lu_ma_mé_xo_ve_sá".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD/MM/YYYY",LL:"D [de] MMMM [de] YYYY",LLL:"D [de] MMMM [de] YYYY H:mm",LLLL:"dddd, D [de] MMMM [de] YYYY H:mm"},calendar:{sameDay:function(){return"[hoxe "+(1!==this.hours()?"ás":"á")+"] LT"},nextDay:function(){return"[mañá "+(1!==this.hours()?"ás":"á")+"] LT"},nextWeek:function(){return"dddd ["+(1!==this.hours()?"ás":"a")+"] LT"},lastDay:function(){return"[onte "+(1!==this.hours()?"á":"a")+"] LT"},lastWeek:function(){return"[o] dddd [pasado "+(1!==this.hours()?"ás":"a")+"] LT"},sameElse:"L"},relativeTime:{future:function(e){return 0===e.indexOf("un")?"n"+e:"en "+e},past:"hai %s",s:"uns segundos",ss:"%d segundos",m:"un minuto",mm:"%d minutos",h:"unha hora",hh:"%d horas",d:"un día",dd:"%d días",M:"un mes",MM:"%d meses",y:"un ano",yy:"%d anos"},dayOfMonthOrdinalParse:/\d{1,2}º/,ordinal:"%dº",week:{dow:1,doy:4}})}(n(2))},function(e,t,n){!function(e){"use strict";
+//! moment.js locale configuration
+function t(e,t,n,i){var r={s:["थोडया सॅकंडांनी","थोडे सॅकंड"],ss:[e+" सॅकंडांनी",e+" सॅकंड"],m:["एका मिणटान","एक मिनूट"],mm:[e+" मिणटांनी",e+" मिणटां"],h:["एका वरान","एक वर"],hh:[e+" वरांनी",e+" वरां"],d:["एका दिसान","एक दीस"],dd:[e+" दिसांनी",e+" दीस"],M:["एका म्हयन्यान","एक म्हयनो"],MM:[e+" म्हयन्यानी",e+" म्हयने"],y:["एका वर्सान","एक वर्स"],yy:[e+" वर्सांनी",e+" वर्सां"]};return i?r[n][0]:r[n][1]}e.defineLocale("gom-deva",{months:{standalone:"जानेवारी_फेब्रुवारी_मार्च_एप्रील_मे_जून_जुलय_ऑगस्ट_सप्टेंबर_ऑक्टोबर_नोव्हेंबर_डिसेंबर".split("_"),format:"जानेवारीच्या_फेब्रुवारीच्या_मार्चाच्या_एप्रीलाच्या_मेयाच्या_जूनाच्या_जुलयाच्या_ऑगस्टाच्या_सप्टेंबराच्या_ऑक्टोबराच्या_नोव्हेंबराच्या_डिसेंबराच्या".split("_"),isFormat:/MMMM(\s)+D[oD]?/},monthsShort:"जाने._फेब्रु._मार्च_एप्री._मे_जून_जुल._ऑग._सप्टें._ऑक्टो._नोव्हें._डिसें.".split("_"),monthsParseExact:!0,weekdays:"आयतार_सोमार_मंगळार_बुधवार_बिरेस्तार_सुक्रार_शेनवार".split("_"),weekdaysShort:"आयत._सोम._मंगळ._बुध._ब्रेस्त._सुक्र._शेन.".split("_"),weekdaysMin:"आ_सो_मं_बु_ब्रे_सु_शे".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"A h:mm [वाजतां]",LTS:"A h:mm:ss [वाजतां]",L:"DD-MM-YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY A h:mm [वाजतां]",LLLL:"dddd, MMMM Do, YYYY, A h:mm [वाजतां]",llll:"ddd, D MMM YYYY, A h:mm [वाजतां]"},calendar:{sameDay:"[आयज] LT",nextDay:"[फाल्यां] LT",nextWeek:"[फुडलो] dddd[,] LT",lastDay:"[काल] LT",lastWeek:"[फाटलो] dddd[,] LT",sameElse:"L"},relativeTime:{future:"%s",past:"%s आदीं",s:t,ss:t,m:t,mm:t,h:t,hh:t,d:t,dd:t,M:t,MM:t,y:t,yy:t},dayOfMonthOrdinalParse:/\d{1,2}(वेर)/,ordinal:function(e,t){switch(t){case"D":return e+"वेर";default:case"M":case"Q":case"DDD":case"d":case"w":case"W":return e}},week:{dow:0,doy:3},meridiemParse:/राती|सकाळीं|दनपारां|सांजे/,meridiemHour:function(e,t){return 12===e&&(e=0),"राती"===t?e<4?e:e+12:"सकाळीं"===t?e:"दनपारां"===t?e>12?e:e+12:"सांजे"===t?e+12:void 0},meridiem:function(e,t,n){return e<4?"राती":e<12?"सकाळीं":e<16?"दनपारां":e<20?"सांजे":"राती"}})}(n(2))},function(e,t,n){!function(e){"use strict";
+//! moment.js locale configuration
+function t(e,t,n,i){var r={s:["thoddea sekondamni","thodde sekond"],ss:[e+" sekondamni",e+" sekond"],m:["eka mintan","ek minut"],mm:[e+" mintamni",e+" mintam"],h:["eka voran","ek vor"],hh:[e+" voramni",e+" voram"],d:["eka disan","ek dis"],dd:[e+" disamni",e+" dis"],M:["eka mhoinean","ek mhoino"],MM:[e+" mhoineamni",e+" mhoine"],y:["eka vorsan","ek voros"],yy:[e+" vorsamni",e+" vorsam"]};return i?r[n][0]:r[n][1]}e.defineLocale("gom-latn",{months:{standalone:"Janer_Febrer_Mars_Abril_Mai_Jun_Julai_Agost_Setembr_Otubr_Novembr_Dezembr".split("_"),format:"Janerachea_Febrerachea_Marsachea_Abrilachea_Maiachea_Junachea_Julaiachea_Agostachea_Setembrachea_Otubrachea_Novembrachea_Dezembrachea".split("_"),isFormat:/MMMM(\s)+D[oD]?/},monthsShort:"Jan._Feb._Mars_Abr._Mai_Jun_Jul._Ago._Set._Otu._Nov._Dez.".split("_"),monthsParseExact:!0,weekdays:"Aitar_Somar_Mongllar_Budhvar_Birestar_Sukrar_Son'var".split("_"),weekdaysShort:"Ait._Som._Mon._Bud._Bre._Suk._Son.".split("_"),weekdaysMin:"Ai_Sm_Mo_Bu_Br_Su_Sn".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"A h:mm [vazta]",LTS:"A h:mm:ss [vazta]",L:"DD-MM-YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY A h:mm [vazta]",LLLL:"dddd, MMMM Do, YYYY, A h:mm [vazta]",llll:"ddd, D MMM YYYY, A h:mm [vazta]"},calendar:{sameDay:"[Aiz] LT",nextDay:"[Faleam] LT",nextWeek:"[Fuddlo] dddd[,] LT",lastDay:"[Kal] LT",lastWeek:"[Fattlo] dddd[,] LT",sameElse:"L"},relativeTime:{future:"%s",past:"%s adim",s:t,ss:t,m:t,mm:t,h:t,hh:t,d:t,dd:t,M:t,MM:t,y:t,yy:t},dayOfMonthOrdinalParse:/\d{1,2}(er)/,ordinal:function(e,t){switch(t){case"D":return e+"er";default:case"M":case"Q":case"DDD":case"d":case"w":case"W":return e}},week:{dow:0,doy:3},meridiemParse:/rati|sokallim|donparam|sanje/,meridiemHour:function(e,t){return 12===e&&(e=0),"rati"===t?e<4?e:e+12:"sokallim"===t?e:"donparam"===t?e>12?e:e+12:"sanje"===t?e+12:void 0},meridiem:function(e,t,n){return e<4?"rati":e<12?"sokallim":e<16?"donparam":e<20?"sanje":"rati"}})}(n(2))},function(e,t,n){!function(e){"use strict";
+//! moment.js locale configuration
+var t={1:"૧",2:"૨",3:"૩",4:"૪",5:"૫",6:"૬",7:"૭",8:"૮",9:"૯",0:"૦"},n={"૧":"1","૨":"2","૩":"3","૪":"4","૫":"5","૬":"6","૭":"7","૮":"8","૯":"9","૦":"0"};e.defineLocale("gu",{months:"જાન્યુઆરી_ફેબ્રુઆરી_માર્ચ_એપ્રિલ_મે_જૂન_જુલાઈ_ઑગસ્ટ_સપ્ટેમ્બર_ઑક્ટ્બર_નવેમ્બર_ડિસેમ્બર".split("_"),monthsShort:"જાન્યુ._ફેબ્રુ._માર્ચ_એપ્રિ._મે_જૂન_જુલા._ઑગ._સપ્ટે._ઑક્ટ્._નવે._ડિસે.".split("_"),monthsParseExact:!0,weekdays:"રવિવાર_સોમવાર_મંગળવાર_બુધ્વાર_ગુરુવાર_શુક્રવાર_શનિવાર".split("_"),weekdaysShort:"રવિ_સોમ_મંગળ_બુધ્_ગુરુ_શુક્ર_શનિ".split("_"),weekdaysMin:"ર_સો_મં_બુ_ગુ_શુ_શ".split("_"),longDateFormat:{LT:"A h:mm વાગ્યે",LTS:"A h:mm:ss વાગ્યે",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY, A h:mm વાગ્યે",LLLL:"dddd, D MMMM YYYY, A h:mm વાગ્યે"},calendar:{sameDay:"[આજ] LT",nextDay:"[કાલે] LT",nextWeek:"dddd, LT",lastDay:"[ગઇકાલે] LT",lastWeek:"[પાછલા] dddd, LT",sameElse:"L"},relativeTime:{future:"%s મા",past:"%s પહેલા",s:"અમુક પળો",ss:"%d સેકંડ",m:"એક મિનિટ",mm:"%d મિનિટ",h:"એક કલાક",hh:"%d કલાક",d:"એક દિવસ",dd:"%d દિવસ",M:"એક મહિનો",MM:"%d મહિનો",y:"એક વર્ષ",yy:"%d વર્ષ"},preparse:function(e){return e.replace(/[૧૨૩૪૫૬૭૮૯૦]/g,(function(e){return n[e]}))},postformat:function(e){return e.replace(/\d/g,(function(e){return t[e]}))},meridiemParse:/રાત|બપોર|સવાર|સાંજ/,meridiemHour:function(e,t){return 12===e&&(e=0),"રાત"===t?e<4?e:e+12:"સવાર"===t?e:"બપોર"===t?e>=10?e:e+12:"સાંજ"===t?e+12:void 0},meridiem:function(e,t,n){return e<4?"રાત":e<10?"સવાર":e<17?"બપોર":e<20?"સાંજ":"રાત"},week:{dow:0,doy:6}})}(n(2))},function(e,t,n){!function(e){"use strict";
+//! moment.js locale configuration
+e.defineLocale("he",{months:"ינואר_פברואר_מרץ_אפריל_מאי_יוני_יולי_אוגוסט_ספטמבר_אוקטובר_נובמבר_דצמבר".split("_"),monthsShort:"ינו׳_פבר׳_מרץ_אפר׳_מאי_יוני_יולי_אוג׳_ספט׳_אוק׳_נוב׳_דצמ׳".split("_"),weekdays:"ראשון_שני_שלישי_רביעי_חמישי_שישי_שבת".split("_"),weekdaysShort:"א׳_ב׳_ג׳_ד׳_ה׳_ו׳_ש׳".split("_"),weekdaysMin:"א_ב_ג_ד_ה_ו_ש".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D [ב]MMMM YYYY",LLL:"D [ב]MMMM YYYY HH:mm",LLLL:"dddd, D [ב]MMMM YYYY HH:mm",l:"D/M/YYYY",ll:"D MMM YYYY",lll:"D MMM YYYY HH:mm",llll:"ddd, D MMM YYYY HH:mm"},calendar:{sameDay:"[היום ב־]LT",nextDay:"[מחר ב־]LT",nextWeek:"dddd [בשעה] LT",lastDay:"[אתמול ב־]LT",lastWeek:"[ביום] dddd [האחרון בשעה] LT",sameElse:"L"},relativeTime:{future:"בעוד %s",past:"לפני %s",s:"מספר שניות",ss:"%d שניות",m:"דקה",mm:"%d דקות",h:"שעה",hh:function(e){return 2===e?"שעתיים":e+" שעות"},d:"יום",dd:function(e){return 2===e?"יומיים":e+" ימים"},M:"חודש",MM:function(e){return 2===e?"חודשיים":e+" חודשים"},y:"שנה",yy:function(e){return 2===e?"שנתיים":e%10==0&&10!==e?e+" שנה":e+" שנים"}},meridiemParse:/אחה"צ|לפנה"צ|אחרי הצהריים|לפני הצהריים|לפנות בוקר|בבוקר|בערב/i,isPM:function(e){return/^(אחה"צ|אחרי הצהריים|בערב)$/.test(e)},meridiem:function(e,t,n){return e<5?"לפנות בוקר":e<10?"בבוקר":e<12?n?'לפנה"צ':"לפני הצהריים":e<18?n?'אחה"צ':"אחרי הצהריים":"בערב"}})}(n(2))},function(e,t,n){!function(e){"use strict";
+//! moment.js locale configuration
+var t={1:"१",2:"२",3:"३",4:"४",5:"५",6:"६",7:"७",8:"८",9:"९",0:"०"},n={"१":"1","२":"2","३":"3","४":"4","५":"5","६":"6","७":"7","८":"8","९":"9","०":"0"},i=[/^जन/i,/^फ़र|फर/i,/^मार्च/i,/^अप्रै/i,/^मई/i,/^जून/i,/^जुल/i,/^अग/i,/^सितं|सित/i,/^अक्टू/i,/^नव|नवं/i,/^दिसं|दिस/i];e.defineLocale("hi",{months:{format:"जनवरी_फ़रवरी_मार्च_अप्रैल_मई_जून_जुलाई_अगस्त_सितम्बर_अक्टूबर_नवम्बर_दिसम्बर".split("_"),standalone:"जनवरी_फरवरी_मार्च_अप्रैल_मई_जून_जुलाई_अगस्त_सितंबर_अक्टूबर_नवंबर_दिसंबर".split("_")},monthsShort:"जन._फ़र._मार्च_अप्रै._मई_जून_जुल._अग._सित._अक्टू._नव._दिस.".split("_"),weekdays:"रविवार_सोमवार_मंगलवार_बुधवार_गुरूवार_शुक्रवार_शनिवार".split("_"),weekdaysShort:"रवि_सोम_मंगल_बुध_गुरू_शुक्र_शनि".split("_"),weekdaysMin:"र_सो_मं_बु_गु_शु_श".split("_"),longDateFormat:{LT:"A h:mm बजे",LTS:"A h:mm:ss बजे",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY, A h:mm बजे",LLLL:"dddd, D MMMM YYYY, A h:mm बजे"},monthsParse:i,longMonthsParse:i,shortMonthsParse:[/^जन/i,/^फ़र/i,/^मार्च/i,/^अप्रै/i,/^मई/i,/^जून/i,/^जुल/i,/^अग/i,/^सित/i,/^अक्टू/i,/^नव/i,/^दिस/i],monthsRegex:/^(जनवरी|जन\.?|फ़रवरी|फरवरी|फ़र\.?|मार्च?|अप्रैल|अप्रै\.?|मई?|जून?|जुलाई|जुल\.?|अगस्त|अग\.?|सितम्बर|सितंबर|सित\.?|अक्टूबर|अक्टू\.?|नवम्बर|नवंबर|नव\.?|दिसम्बर|दिसंबर|दिस\.?)/i,monthsShortRegex:/^(जनवरी|जन\.?|फ़रवरी|फरवरी|फ़र\.?|मार्च?|अप्रैल|अप्रै\.?|मई?|जून?|जुलाई|जुल\.?|अगस्त|अग\.?|सितम्बर|सितंबर|सित\.?|अक्टूबर|अक्टू\.?|नवम्बर|नवंबर|नव\.?|दिसम्बर|दिसंबर|दिस\.?)/i,monthsStrictRegex:/^(जनवरी?|फ़रवरी|फरवरी?|मार्च?|अप्रैल?|मई?|जून?|जुलाई?|अगस्त?|सितम्बर|सितंबर|सित?\.?|अक्टूबर|अक्टू\.?|नवम्बर|नवंबर?|दिसम्बर|दिसंबर?)/i,monthsShortStrictRegex:/^(जन\.?|फ़र\.?|मार्च?|अप्रै\.?|मई?|जून?|जुल\.?|अग\.?|सित\.?|अक्टू\.?|नव\.?|दिस\.?)/i,calendar:{sameDay:"[आज] LT",nextDay:"[कल] LT",nextWeek:"dddd, LT",lastDay:"[कल] LT",lastWeek:"[पिछले] dddd, LT",sameElse:"L"},relativeTime:{future:"%s में",past:"%s पहले",s:"कुछ ही क्षण",ss:"%d सेकंड",m:"एक मिनट",mm:"%d मिनट",h:"एक घंटा",hh:"%d घंटे",d:"एक दिन",dd:"%d दिन",M:"एक महीने",MM:"%d महीने",y:"एक वर्ष",yy:"%d वर्ष"},preparse:function(e){return e.replace(/[१२३४५६७८९०]/g,(function(e){return n[e]}))},postformat:function(e){return e.replace(/\d/g,(function(e){return t[e]}))},meridiemParse:/रात|सुबह|दोपहर|शाम/,meridiemHour:function(e,t){return 12===e&&(e=0),"रात"===t?e<4?e:e+12:"सुबह"===t?e:"दोपहर"===t?e>=10?e:e+12:"शाम"===t?e+12:void 0},meridiem:function(e,t,n){return e<4?"रात":e<10?"सुबह":e<17?"दोपहर":e<20?"शाम":"रात"},week:{dow:0,doy:6}})}(n(2))},function(e,t,n){!function(e){"use strict";
+//! moment.js locale configuration
+function t(e,t,n){var i=e+" ";switch(n){case"ss":return i+=1===e?"sekunda":2===e||3===e||4===e?"sekunde":"sekundi";case"m":return t?"jedna minuta":"jedne minute";case"mm":return i+=1===e?"minuta":2===e||3===e||4===e?"minute":"minuta";case"h":return t?"jedan sat":"jednog sata";case"hh":return i+=1===e?"sat":2===e||3===e||4===e?"sata":"sati";case"dd":return i+=1===e?"dan":"dana";case"MM":return i+=1===e?"mjesec":2===e||3===e||4===e?"mjeseca":"mjeseci";case"yy":return i+=1===e?"godina":2===e||3===e||4===e?"godine":"godina"}}e.defineLocale("hr",{months:{format:"siječnja_veljače_ožujka_travnja_svibnja_lipnja_srpnja_kolovoza_rujna_listopada_studenoga_prosinca".split("_"),standalone:"siječanj_veljača_ožujak_travanj_svibanj_lipanj_srpanj_kolovoz_rujan_listopad_studeni_prosinac".split("_")},monthsShort:"sij._velj._ožu._tra._svi._lip._srp._kol._ruj._lis._stu._pro.".split("_"),monthsParseExact:!0,weekdays:"nedjelja_ponedjeljak_utorak_srijeda_četvrtak_petak_subota".split("_"),weekdaysShort:"ned._pon._uto._sri._čet._pet._sub.".split("_"),weekdaysMin:"ne_po_ut_sr_če_pe_su".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD.MM.YYYY",LL:"Do MMMM YYYY",LLL:"Do MMMM YYYY H:mm",LLLL:"dddd, Do MMMM YYYY H:mm"},calendar:{sameDay:"[danas u] LT",nextDay:"[sutra u] LT",nextWeek:function(){switch(this.day()){case 0:return"[u] [nedjelju] [u] LT";case 3:return"[u] [srijedu] [u] LT";case 6:return"[u] [subotu] [u] LT";case 1:case 2:case 4:case 5:return"[u] dddd [u] LT"}},lastDay:"[jučer u] LT",lastWeek:function(){switch(this.day()){case 0:return"[prošlu] [nedjelju] [u] LT";case 3:return"[prošlu] [srijedu] [u] LT";case 6:return"[prošle] [subote] [u] LT";case 1:case 2:case 4:case 5:return"[prošli] dddd [u] LT"}},sameElse:"L"},relativeTime:{future:"za %s",past:"prije %s",s:"par sekundi",ss:t,m:t,mm:t,h:t,hh:t,d:"dan",dd:t,M:"mjesec",MM:t,y:"godinu",yy:t},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:7}})}(n(2))},function(e,t,n){!function(e){"use strict";
+//! moment.js locale configuration
+var t="vasárnap hétfőn kedden szerdán csütörtökön pénteken szombaton".split(" ");function n(e,t,n,i){var r=e;switch(n){case"s":return i||t?"néhány másodperc":"néhány másodperce";case"ss":return r+(i||t)?" másodperc":" másodperce";case"m":return"egy"+(i||t?" perc":" perce");case"mm":return r+(i||t?" perc":" perce");case"h":return"egy"+(i||t?" óra":" órája");case"hh":return r+(i||t?" óra":" órája");case"d":return"egy"+(i||t?" nap":" napja");case"dd":return r+(i||t?" nap":" napja");case"M":return"egy"+(i||t?" hónap":" hónapja");case"MM":return r+(i||t?" hónap":" hónapja");case"y":return"egy"+(i||t?" év":" éve");case"yy":return r+(i||t?" év":" éve")}return""}function i(e){return(e?"":"[múlt] ")+"["+t[this.day()]+"] LT[-kor]"}e.defineLocale("hu",{months:"január_február_március_április_május_június_július_augusztus_szeptember_október_november_december".split("_"),monthsShort:"jan._feb._márc._ápr._máj._jún._júl._aug._szept._okt._nov._dec.".split("_"),monthsParseExact:!0,weekdays:"vasárnap_hétfő_kedd_szerda_csütörtök_péntek_szombat".split("_"),weekdaysShort:"vas_hét_kedd_sze_csüt_pén_szo".split("_"),weekdaysMin:"v_h_k_sze_cs_p_szo".split("_"),longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"YYYY.MM.DD.",LL:"YYYY. MMMM D.",LLL:"YYYY. MMMM D. H:mm",LLLL:"YYYY. MMMM D., dddd H:mm"},meridiemParse:/de|du/i,isPM:function(e){return"u"===e.charAt(1).toLowerCase()},meridiem:function(e,t,n){return e<12?!0===n?"de":"DE":!0===n?"du":"DU"},calendar:{sameDay:"[ma] LT[-kor]",nextDay:"[holnap] LT[-kor]",nextWeek:function(){return i.call(this,!0)},lastDay:"[tegnap] LT[-kor]",lastWeek:function(){return i.call(this,!1)},sameElse:"L"},relativeTime:{future:"%s múlva",past:"%s",s:n,ss:n,m:n,mm:n,h:n,hh:n,d:n,dd:n,M:n,MM:n,y:n,yy:n},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})}(n(2))},function(e,t,n){!function(e){"use strict";
+//! moment.js locale configuration
+e.defineLocale("hy-am",{months:{format:"հունվարի_փետրվարի_մարտի_ապրիլի_մայիսի_հունիսի_հուլիսի_օգոստոսի_սեպտեմբերի_հոկտեմբերի_նոյեմբերի_դեկտեմբերի".split("_"),standalone:"հունվար_փետրվար_մարտ_ապրիլ_մայիս_հունիս_հուլիս_օգոստոս_սեպտեմբեր_հոկտեմբեր_նոյեմբեր_դեկտեմբեր".split("_")},monthsShort:"հնվ_փտր_մրտ_ապր_մյս_հնս_հլս_օգս_սպտ_հկտ_նմբ_դկտ".split("_"),weekdays:"կիրակի_երկուշաբթի_երեքշաբթի_չորեքշաբթի_հինգշաբթի_ուրբաթ_շաբաթ".split("_"),weekdaysShort:"կրկ_երկ_երք_չրք_հնգ_ուրբ_շբթ".split("_"),weekdaysMin:"կրկ_երկ_երք_չրք_հնգ_ուրբ_շբթ".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY թ.",LLL:"D MMMM YYYY թ., HH:mm",LLLL:"dddd, D MMMM YYYY թ., HH:mm"},calendar:{sameDay:"[այսօր] LT",nextDay:"[վաղը] LT",lastDay:"[երեկ] LT",nextWeek:function(){return"dddd [օրը ժամը] LT"},lastWeek:function(){return"[անցած] dddd [օրը ժամը] LT"},sameElse:"L"},relativeTime:{future:"%s հետո",past:"%s առաջ",s:"մի քանի վայրկյան",ss:"%d վայրկյան",m:"րոպե",mm:"%d րոպե",h:"ժամ",hh:"%d ժամ",d:"օր",dd:"%d օր",M:"ամիս",MM:"%d ամիս",y:"տարի",yy:"%d տարի"},meridiemParse:/գիշերվա|առավոտվա|ցերեկվա|երեկոյան/,isPM:function(e){return/^(ցերեկվա|երեկոյան)$/.test(e)},meridiem:function(e){return e<4?"գիշերվա":e<12?"առավոտվա":e<17?"ցերեկվա":"երեկոյան"},dayOfMonthOrdinalParse:/\d{1,2}|\d{1,2}-(ին|րդ)/,ordinal:function(e,t){switch(t){case"DDD":case"w":case"W":case"DDDo":return 1===e?e+"-ին":e+"-րդ";default:return e}},week:{dow:1,doy:7}})}(n(2))},function(e,t,n){!function(e){"use strict";
+//! moment.js locale configuration
+e.defineLocale("id",{months:"Januari_Februari_Maret_April_Mei_Juni_Juli_Agustus_September_Oktober_November_Desember".split("_"),monthsShort:"Jan_Feb_Mar_Apr_Mei_Jun_Jul_Agt_Sep_Okt_Nov_Des".split("_"),weekdays:"Minggu_Senin_Selasa_Rabu_Kamis_Jumat_Sabtu".split("_"),weekdaysShort:"Min_Sen_Sel_Rab_Kam_Jum_Sab".split("_"),weekdaysMin:"Mg_Sn_Sl_Rb_Km_Jm_Sb".split("_"),longDateFormat:{LT:"HH.mm",LTS:"HH.mm.ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY [pukul] HH.mm",LLLL:"dddd, D MMMM YYYY [pukul] HH.mm"},meridiemParse:/pagi|siang|sore|malam/,meridiemHour:function(e,t){return 12===e&&(e=0),"pagi"===t?e:"siang"===t?e>=11?e:e+12:"sore"===t||"malam"===t?e+12:void 0},meridiem:function(e,t,n){return e<11?"pagi":e<15?"siang":e<19?"sore":"malam"},calendar:{sameDay:"[Hari ini pukul] LT",nextDay:"[Besok pukul] LT",nextWeek:"dddd [pukul] LT",lastDay:"[Kemarin pukul] LT",lastWeek:"dddd [lalu pukul] LT",sameElse:"L"},relativeTime:{future:"dalam %s",past:"%s yang lalu",s:"beberapa detik",ss:"%d detik",m:"semenit",mm:"%d menit",h:"sejam",hh:"%d jam",d:"sehari",dd:"%d hari",M:"sebulan",MM:"%d bulan",y:"setahun",yy:"%d tahun"},week:{dow:0,doy:6}})}(n(2))},function(e,t,n){!function(e){"use strict";
+//! moment.js locale configuration
+function t(e){return e%100==11||e%10!=1}function n(e,n,i,r){var o=e+" ";switch(i){case"s":return n||r?"nokkrar sekúndur":"nokkrum sekúndum";case"ss":return t(e)?o+(n||r?"sekúndur":"sekúndum"):o+"sekúnda";case"m":return n?"mínúta":"mínútu";case"mm":return t(e)?o+(n||r?"mínútur":"mínútum"):n?o+"mínúta":o+"mínútu";case"hh":return t(e)?o+(n||r?"klukkustundir":"klukkustundum"):o+"klukkustund";case"d":return n?"dagur":r?"dag":"degi";case"dd":return t(e)?n?o+"dagar":o+(r?"daga":"dögum"):n?o+"dagur":o+(r?"dag":"degi");case"M":return n?"mánuður":r?"mánuð":"mánuði";case"MM":return t(e)?n?o+"mánuðir":o+(r?"mánuði":"mánuðum"):n?o+"mánuður":o+(r?"mánuð":"mánuði");case"y":return n||r?"ár":"ári";case"yy":return t(e)?o+(n||r?"ár":"árum"):o+(n||r?"ár":"ári")}}e.defineLocale("is",{months:"janúar_febrúar_mars_apríl_maí_júní_júlí_ágúst_september_október_nóvember_desember".split("_"),monthsShort:"jan_feb_mar_apr_maí_jún_júl_ágú_sep_okt_nóv_des".split("_"),weekdays:"sunnudagur_mánudagur_þriðjudagur_miðvikudagur_fimmtudagur_föstudagur_laugardagur".split("_"),weekdaysShort:"sun_mán_þri_mið_fim_fös_lau".split("_"),weekdaysMin:"Su_Má_Þr_Mi_Fi_Fö_La".split("_"),longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY [kl.] H:mm",LLLL:"dddd, D. MMMM YYYY [kl.] H:mm"},calendar:{sameDay:"[í dag kl.] LT",nextDay:"[á morgun kl.] LT",nextWeek:"dddd [kl.] LT",lastDay:"[í gær kl.] LT",lastWeek:"[síðasta] dddd [kl.] LT",sameElse:"L"},relativeTime:{future:"eftir %s",past:"fyrir %s síðan",s:n,ss:n,m:n,mm:n,h:"klukkustund",hh:n,d:n,dd:n,M:n,MM:n,y:n,yy:n},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})}(n(2))},function(e,t,n){!function(e){"use strict";
+//! moment.js locale configuration
+e.defineLocale("it",{months:"gennaio_febbraio_marzo_aprile_maggio_giugno_luglio_agosto_settembre_ottobre_novembre_dicembre".split("_"),monthsShort:"gen_feb_mar_apr_mag_giu_lug_ago_set_ott_nov_dic".split("_"),weekdays:"domenica_lunedì_martedì_mercoledì_giovedì_venerdì_sabato".split("_"),weekdaysShort:"dom_lun_mar_mer_gio_ven_sab".split("_"),weekdaysMin:"do_lu_ma_me_gi_ve_sa".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:function(){return"[Oggi a"+(this.hours()>1?"lle ":0===this.hours()?" ":"ll'")+"]LT"},nextDay:function(){return"[Domani a"+(this.hours()>1?"lle ":0===this.hours()?" ":"ll'")+"]LT"},nextWeek:function(){return"dddd [a"+(this.hours()>1?"lle ":0===this.hours()?" ":"ll'")+"]LT"},lastDay:function(){return"[Ieri a"+(this.hours()>1?"lle ":0===this.hours()?" ":"ll'")+"]LT"},lastWeek:function(){switch(this.day()){case 0:return"[La scorsa] dddd [a"+(this.hours()>1?"lle ":0===this.hours()?" ":"ll'")+"]LT";default:return"[Lo scorso] dddd [a"+(this.hours()>1?"lle ":0===this.hours()?" ":"ll'")+"]LT"}},sameElse:"L"},relativeTime:{future:"tra %s",past:"%s fa",s:"alcuni secondi",ss:"%d secondi",m:"un minuto",mm:"%d minuti",h:"un'ora",hh:"%d ore",d:"un giorno",dd:"%d giorni",w:"una settimana",ww:"%d settimane",M:"un mese",MM:"%d mesi",y:"un anno",yy:"%d anni"},dayOfMonthOrdinalParse:/\d{1,2}º/,ordinal:"%dº",week:{dow:1,doy:4}})}(n(2))},function(e,t,n){!function(e){"use strict";
+//! moment.js locale configuration
+e.defineLocale("it-ch",{months:"gennaio_febbraio_marzo_aprile_maggio_giugno_luglio_agosto_settembre_ottobre_novembre_dicembre".split("_"),monthsShort:"gen_feb_mar_apr_mag_giu_lug_ago_set_ott_nov_dic".split("_"),weekdays:"domenica_lunedì_martedì_mercoledì_giovedì_venerdì_sabato".split("_"),weekdaysShort:"dom_lun_mar_mer_gio_ven_sab".split("_"),weekdaysMin:"do_lu_ma_me_gi_ve_sa".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[Oggi alle] LT",nextDay:"[Domani alle] LT",nextWeek:"dddd [alle] LT",lastDay:"[Ieri alle] LT",lastWeek:function(){switch(this.day()){case 0:return"[la scorsa] dddd [alle] LT";default:return"[lo scorso] dddd [alle] LT"}},sameElse:"L"},relativeTime:{future:function(e){return(/^[0-9].+$/.test(e)?"tra":"in")+" "+e},past:"%s fa",s:"alcuni secondi",ss:"%d secondi",m:"un minuto",mm:"%d minuti",h:"un'ora",hh:"%d ore",d:"un giorno",dd:"%d giorni",M:"un mese",MM:"%d mesi",y:"un anno",yy:"%d anni"},dayOfMonthOrdinalParse:/\d{1,2}º/,ordinal:"%dº",week:{dow:1,doy:4}})}(n(2))},function(e,t,n){!function(e){"use strict";
+//! moment.js locale configuration
+e.defineLocale("ja",{eras:[{since:"2019-05-01",offset:1,name:"令和",narrow:"㋿",abbr:"R"},{since:"1989-01-08",until:"2019-04-30",offset:1,name:"平成",narrow:"㍻",abbr:"H"},{since:"1926-12-25",until:"1989-01-07",offset:1,name:"昭和",narrow:"㍼",abbr:"S"},{since:"1912-07-30",until:"1926-12-24",offset:1,name:"大正",narrow:"㍽",abbr:"T"},{since:"1873-01-01",until:"1912-07-29",offset:6,name:"明治",narrow:"㍾",abbr:"M"},{since:"0001-01-01",until:"1873-12-31",offset:1,name:"西暦",narrow:"AD",abbr:"AD"},{since:"0000-12-31",until:-1/0,offset:1,name:"紀元前",narrow:"BC",abbr:"BC"}],eraYearOrdinalRegex:/(元|\d+)年/,eraYearOrdinalParse:function(e,t){return"元"===t[1]?1:parseInt(t[1]||e,10)},months:"1月_2月_3月_4月_5月_6月_7月_8月_9月_10月_11月_12月".split("_"),monthsShort:"1月_2月_3月_4月_5月_6月_7月_8月_9月_10月_11月_12月".split("_"),weekdays:"日曜日_月曜日_火曜日_水曜日_木曜日_金曜日_土曜日".split("_"),weekdaysShort:"日_月_火_水_木_金_土".split("_"),weekdaysMin:"日_月_火_水_木_金_土".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"YYYY/MM/DD",LL:"YYYY年M月D日",LLL:"YYYY年M月D日 HH:mm",LLLL:"YYYY年M月D日 dddd HH:mm",l:"YYYY/MM/DD",ll:"YYYY年M月D日",lll:"YYYY年M月D日 HH:mm",llll:"YYYY年M月D日(ddd) HH:mm"},meridiemParse:/午前|午後/i,isPM:function(e){return"午後"===e},meridiem:function(e,t,n){return e<12?"午前":"午後"},calendar:{sameDay:"[今日] LT",nextDay:"[明日] LT",nextWeek:function(e){return e.week()!==this.week()?"[来週]dddd LT":"dddd LT"},lastDay:"[昨日] LT",lastWeek:function(e){return this.week()!==e.week()?"[先週]dddd LT":"dddd LT"},sameElse:"L"},dayOfMonthOrdinalParse:/\d{1,2}日/,ordinal:function(e,t){switch(t){case"y":return 1===e?"元年":e+"年";case"d":case"D":case"DDD":return e+"日";default:return e}},relativeTime:{future:"%s後",past:"%s前",s:"数秒",ss:"%d秒",m:"1分",mm:"%d分",h:"1時間",hh:"%d時間",d:"1日",dd:"%d日",M:"1ヶ月",MM:"%dヶ月",y:"1年",yy:"%d年"}})}(n(2))},function(e,t,n){!function(e){"use strict";
+//! moment.js locale configuration
+e.defineLocale("jv",{months:"Januari_Februari_Maret_April_Mei_Juni_Juli_Agustus_September_Oktober_Nopember_Desember".split("_"),monthsShort:"Jan_Feb_Mar_Apr_Mei_Jun_Jul_Ags_Sep_Okt_Nop_Des".split("_"),weekdays:"Minggu_Senen_Seloso_Rebu_Kemis_Jemuwah_Septu".split("_"),weekdaysShort:"Min_Sen_Sel_Reb_Kem_Jem_Sep".split("_"),weekdaysMin:"Mg_Sn_Sl_Rb_Km_Jm_Sp".split("_"),longDateFormat:{LT:"HH.mm",LTS:"HH.mm.ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY [pukul] HH.mm",LLLL:"dddd, D MMMM YYYY [pukul] HH.mm"},meridiemParse:/enjing|siyang|sonten|ndalu/,meridiemHour:function(e,t){return 12===e&&(e=0),"enjing"===t?e:"siyang"===t?e>=11?e:e+12:"sonten"===t||"ndalu"===t?e+12:void 0},meridiem:function(e,t,n){return e<11?"enjing":e<15?"siyang":e<19?"sonten":"ndalu"},calendar:{sameDay:"[Dinten puniko pukul] LT",nextDay:"[Mbenjang pukul] LT",nextWeek:"dddd [pukul] LT",lastDay:"[Kala wingi pukul] LT",lastWeek:"dddd [kepengker pukul] LT",sameElse:"L"},relativeTime:{future:"wonten ing %s",past:"%s ingkang kepengker",s:"sawetawis detik",ss:"%d detik",m:"setunggal menit",mm:"%d menit",h:"setunggal jam",hh:"%d jam",d:"sedinten",dd:"%d dinten",M:"sewulan",MM:"%d wulan",y:"setaun",yy:"%d taun"},week:{dow:1,doy:7}})}(n(2))},function(e,t,n){!function(e){"use strict";
+//! moment.js locale configuration
+e.defineLocale("ka",{months:"იანვარი_თებერვალი_მარტი_აპრილი_მაისი_ივნისი_ივლისი_აგვისტო_სექტემბერი_ოქტომბერი_ნოემბერი_დეკემბერი".split("_"),monthsShort:"იან_თებ_მარ_აპრ_მაი_ივნ_ივლ_აგვ_სექ_ოქტ_ნოე_დეკ".split("_"),weekdays:{standalone:"კვირა_ორშაბათი_სამშაბათი_ოთხშაბათი_ხუთშაბათი_პარასკევი_შაბათი".split("_"),format:"კვირას_ორშაბათს_სამშაბათს_ოთხშაბათს_ხუთშაბათს_პარასკევს_შაბათს".split("_"),isFormat:/(წინა|შემდეგ)/},weekdaysShort:"კვი_ორშ_სამ_ოთხ_ხუთ_პარ_შაბ".split("_"),weekdaysMin:"კვ_ორ_სა_ოთ_ხუ_პა_შა".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[დღეს] LT[-ზე]",nextDay:"[ხვალ] LT[-ზე]",lastDay:"[გუშინ] LT[-ზე]",nextWeek:"[შემდეგ] dddd LT[-ზე]",lastWeek:"[წინა] dddd LT-ზე",sameElse:"L"},relativeTime:{future:function(e){return e.replace(/(წამ|წუთ|საათ|წელ|დღ|თვ)(ი|ე)/,(function(e,t,n){return"ი"===n?t+"ში":t+n+"ში"}))},past:function(e){return/(წამი|წუთი|საათი|დღე|თვე)/.test(e)?e.replace(/(ი|ე)$/,"ის წინ"):/წელი/.test(e)?e.replace(/წელი$/,"წლის წინ"):e},s:"რამდენიმე წამი",ss:"%d წამი",m:"წუთი",mm:"%d წუთი",h:"საათი",hh:"%d საათი",d:"დღე",dd:"%d დღე",M:"თვე",MM:"%d თვე",y:"წელი",yy:"%d წელი"},dayOfMonthOrdinalParse:/0|1-ლი|მე-\d{1,2}|\d{1,2}-ე/,ordinal:function(e){return 0===e?e:1===e?e+"-ლი":e<20||e<=100&&e%20==0||e%100==0?"მე-"+e:e+"-ე"},week:{dow:1,doy:7}})}(n(2))},function(e,t,n){!function(e){"use strict";
+//! moment.js locale configuration
+var t={0:"-ші",1:"-ші",2:"-ші",3:"-ші",4:"-ші",5:"-ші",6:"-шы",7:"-ші",8:"-ші",9:"-шы",10:"-шы",20:"-шы",30:"-шы",40:"-шы",50:"-ші",60:"-шы",70:"-ші",80:"-ші",90:"-шы",100:"-ші"};e.defineLocale("kk",{months:"қаңтар_ақпан_наурыз_сәуір_мамыр_маусым_шілде_тамыз_қыркүйек_қазан_қараша_желтоқсан".split("_"),monthsShort:"қаң_ақп_нау_сәу_мам_мау_шіл_там_қыр_қаз_қар_жел".split("_"),weekdays:"жексенбі_дүйсенбі_сейсенбі_сәрсенбі_бейсенбі_жұма_сенбі".split("_"),weekdaysShort:"жек_дүй_сей_сәр_бей_жұм_сен".split("_"),weekdaysMin:"жк_дй_сй_ср_бй_жм_сн".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[Бүгін сағат] LT",nextDay:"[Ертең сағат] LT",nextWeek:"dddd [сағат] LT",lastDay:"[Кеше сағат] LT",lastWeek:"[Өткен аптаның] dddd [сағат] LT",sameElse:"L"},relativeTime:{future:"%s ішінде",past:"%s бұрын",s:"бірнеше секунд",ss:"%d секунд",m:"бір минут",mm:"%d минут",h:"бір сағат",hh:"%d сағат",d:"бір күн",dd:"%d күн",M:"бір ай",MM:"%d ай",y:"бір жыл",yy:"%d жыл"},dayOfMonthOrdinalParse:/\d{1,2}-(ші|шы)/,ordinal:function(e){return e+(t[e]||t[e%10]||t[e>=100?100:null])},week:{dow:1,doy:7}})}(n(2))},function(e,t,n){!function(e){"use strict";
+//! moment.js locale configuration
+var t={1:"១",2:"២",3:"៣",4:"៤",5:"៥",6:"៦",7:"៧",8:"៨",9:"៩",0:"០"},n={"១":"1","២":"2","៣":"3","៤":"4","៥":"5","៦":"6","៧":"7","៨":"8","៩":"9","០":"0"};e.defineLocale("km",{months:"មករា_កុម្ភៈ_មីនា_មេសា_ឧសភា_មិថុនា_កក្កដា_សីហា_កញ្ញា_តុលា_វិច្ឆិកា_ធ្នូ".split("_"),monthsShort:"មករា_កុម្ភៈ_មីនា_មេសា_ឧសភា_មិថុនា_កក្កដា_សីហា_កញ្ញា_តុលា_វិច្ឆិកា_ធ្នូ".split("_"),weekdays:"អាទិត្យ_ច័ន្ទ_អង្គារ_ពុធ_ព្រហស្បតិ៍_សុក្រ_សៅរ៍".split("_"),weekdaysShort:"អា_ច_អ_ព_ព្រ_សុ_ស".split("_"),weekdaysMin:"អា_ច_អ_ព_ព្រ_សុ_ស".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},meridiemParse:/ព្រឹក|ល្ងាច/,isPM:function(e){return"ល្ងាច"===e},meridiem:function(e,t,n){return e<12?"ព្រឹក":"ល្ងាច"},calendar:{sameDay:"[ថ្ងៃនេះ ម៉ោង] LT",nextDay:"[ស្អែក ម៉ោង] LT",nextWeek:"dddd [ម៉ោង] LT",lastDay:"[ម្សិលមិញ ម៉ោង] LT",lastWeek:"dddd [សប្តាហ៍មុន] [ម៉ោង] LT",sameElse:"L"},relativeTime:{future:"%sទៀត",past:"%sមុន",s:"ប៉ុន្មានវិនាទី",ss:"%d វិនាទី",m:"មួយនាទី",mm:"%d នាទី",h:"មួយម៉ោង",hh:"%d ម៉ោង",d:"មួយថ្ងៃ",dd:"%d ថ្ងៃ",M:"មួយខែ",MM:"%d ខែ",y:"មួយឆ្នាំ",yy:"%d ឆ្នាំ"},dayOfMonthOrdinalParse:/ទី\d{1,2}/,ordinal:"ទី%d",preparse:function(e){return e.replace(/[១២៣៤៥៦៧៨៩០]/g,(function(e){return n[e]}))},postformat:function(e){return e.replace(/\d/g,(function(e){return t[e]}))},week:{dow:1,doy:4}})}(n(2))},function(e,t,n){!function(e){"use strict";
+//! moment.js locale configuration
+var t={1:"೧",2:"೨",3:"೩",4:"೪",5:"೫",6:"೬",7:"೭",8:"೮",9:"೯",0:"೦"},n={"೧":"1","೨":"2","೩":"3","೪":"4","೫":"5","೬":"6","೭":"7","೮":"8","೯":"9","೦":"0"};e.defineLocale("kn",{months:"ಜನವರಿ_ಫೆಬ್ರವರಿ_ಮಾರ್ಚ್_ಏಪ್ರಿಲ್_ಮೇ_ಜೂನ್_ಜುಲೈ_ಆಗಸ್ಟ್_ಸೆಪ್ಟೆಂಬರ್_ಅಕ್ಟೋಬರ್_ನವೆಂಬರ್_ಡಿಸೆಂಬರ್".split("_"),monthsShort:"ಜನ_ಫೆಬ್ರ_ಮಾರ್ಚ್_ಏಪ್ರಿಲ್_ಮೇ_ಜೂನ್_ಜುಲೈ_ಆಗಸ್ಟ್_ಸೆಪ್ಟೆಂ_ಅಕ್ಟೋ_ನವೆಂ_ಡಿಸೆಂ".split("_"),monthsParseExact:!0,weekdays:"ಭಾನುವಾರ_ಸೋಮವಾರ_ಮಂಗಳವಾರ_ಬುಧವಾರ_ಗುರುವಾರ_ಶುಕ್ರವಾರ_ಶನಿವಾರ".split("_"),weekdaysShort:"ಭಾನು_ಸೋಮ_ಮಂಗಳ_ಬುಧ_ಗುರು_ಶುಕ್ರ_ಶನಿ".split("_"),weekdaysMin:"ಭಾ_ಸೋ_ಮಂ_ಬು_ಗು_ಶು_ಶ".split("_"),longDateFormat:{LT:"A h:mm",LTS:"A h:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY, A h:mm",LLLL:"dddd, D MMMM YYYY, A h:mm"},calendar:{sameDay:"[ಇಂದು] LT",nextDay:"[ನಾಳೆ] LT",nextWeek:"dddd, LT",lastDay:"[ನಿನ್ನೆ] LT",lastWeek:"[ಕೊನೆಯ] dddd, LT",sameElse:"L"},relativeTime:{future:"%s ನಂತರ",past:"%s ಹಿಂದೆ",s:"ಕೆಲವು ಕ್ಷಣಗಳು",ss:"%d ಸೆಕೆಂಡುಗಳು",m:"ಒಂದು ನಿಮಿಷ",mm:"%d ನಿಮಿಷ",h:"ಒಂದು ಗಂಟೆ",hh:"%d ಗಂಟೆ",d:"ಒಂದು ದಿನ",dd:"%d ದಿನ",M:"ಒಂದು ತಿಂಗಳು",MM:"%d ತಿಂಗಳು",y:"ಒಂದು ವರ್ಷ",yy:"%d ವರ್ಷ"},preparse:function(e){return e.replace(/[೧೨೩೪೫೬೭೮೯೦]/g,(function(e){return n[e]}))},postformat:function(e){return e.replace(/\d/g,(function(e){return t[e]}))},meridiemParse:/ರಾತ್ರಿ|ಬೆಳಿಗ್ಗೆ|ಮಧ್ಯಾಹ್ನ|ಸಂಜೆ/,meridiemHour:function(e,t){return 12===e&&(e=0),"ರಾತ್ರಿ"===t?e<4?e:e+12:"ಬೆಳಿಗ್ಗೆ"===t?e:"ಮಧ್ಯಾಹ್ನ"===t?e>=10?e:e+12:"ಸಂಜೆ"===t?e+12:void 0},meridiem:function(e,t,n){return e<4?"ರಾತ್ರಿ":e<10?"ಬೆಳಿಗ್ಗೆ":e<17?"ಮಧ್ಯಾಹ್ನ":e<20?"ಸಂಜೆ":"ರಾತ್ರಿ"},dayOfMonthOrdinalParse:/\d{1,2}(ನೇ)/,ordinal:function(e){return e+"ನೇ"},week:{dow:0,doy:6}})}(n(2))},function(e,t,n){!function(e){"use strict";
+//! moment.js locale configuration
+e.defineLocale("ko",{months:"1월_2월_3월_4월_5월_6월_7월_8월_9월_10월_11월_12월".split("_"),monthsShort:"1월_2월_3월_4월_5월_6월_7월_8월_9월_10월_11월_12월".split("_"),weekdays:"일요일_월요일_화요일_수요일_목요일_금요일_토요일".split("_"),weekdaysShort:"일_월_화_수_목_금_토".split("_"),weekdaysMin:"일_월_화_수_목_금_토".split("_"),longDateFormat:{LT:"A h:mm",LTS:"A h:mm:ss",L:"YYYY.MM.DD.",LL:"YYYY년 MMMM D일",LLL:"YYYY년 MMMM D일 A h:mm",LLLL:"YYYY년 MMMM D일 dddd A h:mm",l:"YYYY.MM.DD.",ll:"YYYY년 MMMM D일",lll:"YYYY년 MMMM D일 A h:mm",llll:"YYYY년 MMMM D일 dddd A h:mm"},calendar:{sameDay:"오늘 LT",nextDay:"내일 LT",nextWeek:"dddd LT",lastDay:"어제 LT",lastWeek:"지난주 dddd LT",sameElse:"L"},relativeTime:{future:"%s 후",past:"%s 전",s:"몇 초",ss:"%d초",m:"1분",mm:"%d분",h:"한 시간",hh:"%d시간",d:"하루",dd:"%d일",M:"한 달",MM:"%d달",y:"일 년",yy:"%d년"},dayOfMonthOrdinalParse:/\d{1,2}(일|월|주)/,ordinal:function(e,t){switch(t){case"d":case"D":case"DDD":return e+"일";case"M":return e+"월";case"w":case"W":return e+"주";default:return e}},meridiemParse:/오전|오후/,isPM:function(e){return"오후"===e},meridiem:function(e,t,n){return e<12?"오전":"오후"}})}(n(2))},function(e,t,n){!function(e){"use strict";
+//! moment.js locale configuration
+var t={1:"١",2:"٢",3:"٣",4:"٤",5:"٥",6:"٦",7:"٧",8:"٨",9:"٩",0:"٠"},n={"١":"1","٢":"2","٣":"3","٤":"4","٥":"5","٦":"6","٧":"7","٨":"8","٩":"9","٠":"0"},i=["کانونی دووەم","شوبات","ئازار","نیسان","ئایار","حوزەیران","تەمموز","ئاب","ئەیلوول","تشرینی یەكەم","تشرینی دووەم","كانونی یەکەم"];e.defineLocale("ku",{months:i,monthsShort:i,weekdays:"یه‌كشه‌ممه‌_دووشه‌ممه‌_سێشه‌ممه‌_چوارشه‌ممه‌_پێنجشه‌ممه‌_هه‌ینی_شه‌ممه‌".split("_"),weekdaysShort:"یه‌كشه‌م_دووشه‌م_سێشه‌م_چوارشه‌م_پێنجشه‌م_هه‌ینی_شه‌ممه‌".split("_"),weekdaysMin:"ی_د_س_چ_پ_ه_ش".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},meridiemParse:/ئێواره‌|به‌یانی/,isPM:function(e){return/ئێواره‌/.test(e)},meridiem:function(e,t,n){return e<12?"به‌یانی":"ئێواره‌"},calendar:{sameDay:"[ئه‌مرۆ كاتژمێر] LT",nextDay:"[به‌یانی كاتژمێر] LT",nextWeek:"dddd [كاتژمێر] LT",lastDay:"[دوێنێ كاتژمێر] LT",lastWeek:"dddd [كاتژمێر] LT",sameElse:"L"},relativeTime:{future:"له‌ %s",past:"%s",s:"چه‌ند چركه‌یه‌ك",ss:"چركه‌ %d",m:"یه‌ك خوله‌ك",mm:"%d خوله‌ك",h:"یه‌ك كاتژمێر",hh:"%d كاتژمێر",d:"یه‌ك ڕۆژ",dd:"%d ڕۆژ",M:"یه‌ك مانگ",MM:"%d مانگ",y:"یه‌ك ساڵ",yy:"%d ساڵ"},preparse:function(e){return e.replace(/[١٢٣٤٥٦٧٨٩٠]/g,(function(e){return n[e]})).replace(/،/g,",")},postformat:function(e){return e.replace(/\d/g,(function(e){return t[e]})).replace(/,/g,"،")},week:{dow:6,doy:12}})}(n(2))},function(e,t,n){!function(e){"use strict";
+//! moment.js locale configuration
+var t={0:"-чү",1:"-чи",2:"-чи",3:"-чү",4:"-чү",5:"-чи",6:"-чы",7:"-чи",8:"-чи",9:"-чу",10:"-чу",20:"-чы",30:"-чу",40:"-чы",50:"-чү",60:"-чы",70:"-чи",80:"-чи",90:"-чу",100:"-чү"};e.defineLocale("ky",{months:"январь_февраль_март_апрель_май_июнь_июль_август_сентябрь_октябрь_ноябрь_декабрь".split("_"),monthsShort:"янв_фев_март_апр_май_июнь_июль_авг_сен_окт_ноя_дек".split("_"),weekdays:"Жекшемби_Дүйшөмбү_Шейшемби_Шаршемби_Бейшемби_Жума_Ишемби".split("_"),weekdaysShort:"Жек_Дүй_Шей_Шар_Бей_Жум_Ише".split("_"),weekdaysMin:"Жк_Дй_Шй_Шр_Бй_Жм_Иш".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[Бүгүн саат] LT",nextDay:"[Эртең саат] LT",nextWeek:"dddd [саат] LT",lastDay:"[Кечээ саат] LT",lastWeek:"[Өткөн аптанын] dddd [күнү] [саат] LT",sameElse:"L"},relativeTime:{future:"%s ичинде",past:"%s мурун",s:"бирнече секунд",ss:"%d секунд",m:"бир мүнөт",mm:"%d мүнөт",h:"бир саат",hh:"%d саат",d:"бир күн",dd:"%d күн",M:"бир ай",MM:"%d ай",y:"бир жыл",yy:"%d жыл"},dayOfMonthOrdinalParse:/\d{1,2}-(чи|чы|чү|чу)/,ordinal:function(e){return e+(t[e]||t[e%10]||t[e>=100?100:null])},week:{dow:1,doy:7}})}(n(2))},function(e,t,n){!function(e){"use strict";
+//! moment.js locale configuration
+function t(e,t,n,i){var r={m:["eng Minutt","enger Minutt"],h:["eng Stonn","enger Stonn"],d:["een Dag","engem Dag"],M:["ee Mount","engem Mount"],y:["ee Joer","engem Joer"]};return t?r[n][0]:r[n][1]}function n(e){if(e=parseInt(e,10),isNaN(e))return!1;if(e<0)return!0;if(e<10)return 4<=e&&e<=7;if(e<100){var t=e%10;return n(0===t?e/10:t)}if(e<1e4){for(;e>=10;)e/=10;return n(e)}return n(e/=1e3)}e.defineLocale("lb",{months:"Januar_Februar_Mäerz_Abrëll_Mee_Juni_Juli_August_September_Oktober_November_Dezember".split("_"),monthsShort:"Jan._Febr._Mrz._Abr._Mee_Jun._Jul._Aug._Sept._Okt._Nov._Dez.".split("_"),monthsParseExact:!0,weekdays:"Sonndeg_Méindeg_Dënschdeg_Mëttwoch_Donneschdeg_Freideg_Samschdeg".split("_"),weekdaysShort:"So._Mé._Dë._Më._Do._Fr._Sa.".split("_"),weekdaysMin:"So_Mé_Dë_Më_Do_Fr_Sa".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"H:mm [Auer]",LTS:"H:mm:ss [Auer]",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY H:mm [Auer]",LLLL:"dddd, D. MMMM YYYY H:mm [Auer]"},calendar:{sameDay:"[Haut um] LT",sameElse:"L",nextDay:"[Muer um] LT",nextWeek:"dddd [um] LT",lastDay:"[Gëschter um] LT",lastWeek:function(){switch(this.day()){case 2:case 4:return"[Leschten] dddd [um] LT";default:return"[Leschte] dddd [um] LT"}}},relativeTime:{future:function(e){return n(e.substr(0,e.indexOf(" ")))?"a "+e:"an "+e},past:function(e){return n(e.substr(0,e.indexOf(" ")))?"viru "+e:"virun "+e},s:"e puer Sekonnen",ss:"%d Sekonnen",m:t,mm:"%d Minutten",h:t,hh:"%d Stonnen",d:t,dd:"%d Deeg",M:t,MM:"%d Méint",y:t,yy:"%d Joer"},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})}(n(2))},function(e,t,n){!function(e){"use strict";
+//! moment.js locale configuration
+e.defineLocale("lo",{months:"ມັງກອນ_ກຸມພາ_ມີນາ_ເມສາ_ພຶດສະພາ_ມິຖຸນາ_ກໍລະກົດ_ສິງຫາ_ກັນຍາ_ຕຸລາ_ພະຈິກ_ທັນວາ".split("_"),monthsShort:"ມັງກອນ_ກຸມພາ_ມີນາ_ເມສາ_ພຶດສະພາ_ມິຖຸນາ_ກໍລະກົດ_ສິງຫາ_ກັນຍາ_ຕຸລາ_ພະຈິກ_ທັນວາ".split("_"),weekdays:"ອາທິດ_ຈັນ_ອັງຄານ_ພຸດ_ພະຫັດ_ສຸກ_ເສົາ".split("_"),weekdaysShort:"ທິດ_ຈັນ_ອັງຄານ_ພຸດ_ພະຫັດ_ສຸກ_ເສົາ".split("_"),weekdaysMin:"ທ_ຈ_ອຄ_ພ_ພຫ_ສກ_ສ".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"ວັນdddd D MMMM YYYY HH:mm"},meridiemParse:/ຕອນເຊົ້າ|ຕອນແລງ/,isPM:function(e){return"ຕອນແລງ"===e},meridiem:function(e,t,n){return e<12?"ຕອນເຊົ້າ":"ຕອນແລງ"},calendar:{sameDay:"[ມື້ນີ້ເວລາ] LT",nextDay:"[ມື້ອື່ນເວລາ] LT",nextWeek:"[ວັນ]dddd[ໜ້າເວລາ] LT",lastDay:"[ມື້ວານນີ້ເວລາ] LT",lastWeek:"[ວັນ]dddd[ແລ້ວນີ້ເວລາ] LT",sameElse:"L"},relativeTime:{future:"ອີກ %s",past:"%sຜ່ານມາ",s:"ບໍ່ເທົ່າໃດວິນາທີ",ss:"%d ວິນາທີ",m:"1 ນາທີ",mm:"%d ນາທີ",h:"1 ຊົ່ວໂມງ",hh:"%d ຊົ່ວໂມງ",d:"1 ມື້",dd:"%d ມື້",M:"1 ເດືອນ",MM:"%d ເດືອນ",y:"1 ປີ",yy:"%d ປີ"},dayOfMonthOrdinalParse:/(ທີ່)\d{1,2}/,ordinal:function(e){return"ທີ່"+e}})}(n(2))},function(e,t,n){!function(e){"use strict";
+//! moment.js locale configuration
+var t={ss:"sekundė_sekundžių_sekundes",m:"minutė_minutės_minutę",mm:"minutės_minučių_minutes",h:"valanda_valandos_valandą",hh:"valandos_valandų_valandas",d:"diena_dienos_dieną",dd:"dienos_dienų_dienas",M:"mėnuo_mėnesio_mėnesį",MM:"mėnesiai_mėnesių_mėnesius",y:"metai_metų_metus",yy:"metai_metų_metus"};function n(e,t,n,i){return t?r(n)[0]:i?r(n)[1]:r(n)[2]}function i(e){return e%10==0||e>10&&e<20}function r(e){return t[e].split("_")}function o(e,t,o,a){var s=e+" ";return 1===e?s+n(0,t,o[0],a):t?s+(i(e)?r(o)[1]:r(o)[0]):a?s+r(o)[1]:s+(i(e)?r(o)[1]:r(o)[2])}e.defineLocale("lt",{months:{format:"sausio_vasario_kovo_balandžio_gegužės_birželio_liepos_rugpjūčio_rugsėjo_spalio_lapkričio_gruodžio".split("_"),standalone:"sausis_vasaris_kovas_balandis_gegužė_birželis_liepa_rugpjūtis_rugsėjis_spalis_lapkritis_gruodis".split("_"),isFormat:/D[oD]?(\[[^\[\]]*\]|\s)+MMMM?|MMMM?(\[[^\[\]]*\]|\s)+D[oD]?/},monthsShort:"sau_vas_kov_bal_geg_bir_lie_rgp_rgs_spa_lap_grd".split("_"),weekdays:{format:"sekmadienį_pirmadienį_antradienį_trečiadienį_ketvirtadienį_penktadienį_šeštadienį".split("_"),standalone:"sekmadienis_pirmadienis_antradienis_trečiadienis_ketvirtadienis_penktadienis_šeštadienis".split("_"),isFormat:/dddd HH:mm/},weekdaysShort:"Sek_Pir_Ant_Tre_Ket_Pen_Šeš".split("_"),weekdaysMin:"S_P_A_T_K_Pn_Š".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"YYYY-MM-DD",LL:"YYYY [m.] MMMM D [d.]",LLL:"YYYY [m.] MMMM D [d.], HH:mm [val.]",LLLL:"YYYY [m.] MMMM D [d.], dddd, HH:mm [val.]",l:"YYYY-MM-DD",ll:"YYYY [m.] MMMM D [d.]",lll:"YYYY [m.] MMMM D [d.], HH:mm [val.]",llll:"YYYY [m.] MMMM D [d.], ddd, HH:mm [val.]"},calendar:{sameDay:"[Šiandien] LT",nextDay:"[Rytoj] LT",nextWeek:"dddd LT",lastDay:"[Vakar] LT",lastWeek:"[Praėjusį] dddd LT",sameElse:"L"},relativeTime:{future:"po %s",past:"prieš %s",s:function(e,t,n,i){return t?"kelios sekundės":i?"kelių sekundžių":"kelias sekundes"},ss:o,m:n,mm:o,h:n,hh:o,d:n,dd:o,M:n,MM:o,y:n,yy:o},dayOfMonthOrdinalParse:/\d{1,2}-oji/,ordinal:function(e){return e+"-oji"},week:{dow:1,doy:4}})}(n(2))},function(e,t,n){!function(e){"use strict";
+//! moment.js locale configuration
+var t={ss:"sekundes_sekundēm_sekunde_sekundes".split("_"),m:"minūtes_minūtēm_minūte_minūtes".split("_"),mm:"minūtes_minūtēm_minūte_minūtes".split("_"),h:"stundas_stundām_stunda_stundas".split("_"),hh:"stundas_stundām_stunda_stundas".split("_"),d:"dienas_dienām_diena_dienas".split("_"),dd:"dienas_dienām_diena_dienas".split("_"),M:"mēneša_mēnešiem_mēnesis_mēneši".split("_"),MM:"mēneša_mēnešiem_mēnesis_mēneši".split("_"),y:"gada_gadiem_gads_gadi".split("_"),yy:"gada_gadiem_gads_gadi".split("_")};function n(e,t,n){return n?t%10==1&&t%100!=11?e[2]:e[3]:t%10==1&&t%100!=11?e[0]:e[1]}function i(e,i,r){return e+" "+n(t[r],e,i)}function r(e,i,r){return n(t[r],e,i)}e.defineLocale("lv",{months:"janvāris_februāris_marts_aprīlis_maijs_jūnijs_jūlijs_augusts_septembris_oktobris_novembris_decembris".split("_"),monthsShort:"jan_feb_mar_apr_mai_jūn_jūl_aug_sep_okt_nov_dec".split("_"),weekdays:"svētdiena_pirmdiena_otrdiena_trešdiena_ceturtdiena_piektdiena_sestdiena".split("_"),weekdaysShort:"Sv_P_O_T_C_Pk_S".split("_"),weekdaysMin:"Sv_P_O_T_C_Pk_S".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY.",LL:"YYYY. [gada] D. MMMM",LLL:"YYYY. [gada] D. MMMM, HH:mm",LLLL:"YYYY. [gada] D. MMMM, dddd, HH:mm"},calendar:{sameDay:"[Šodien pulksten] LT",nextDay:"[Rīt pulksten] LT",nextWeek:"dddd [pulksten] LT",lastDay:"[Vakar pulksten] LT",lastWeek:"[Pagājušā] dddd [pulksten] LT",sameElse:"L"},relativeTime:{future:"pēc %s",past:"pirms %s",s:function(e,t){return t?"dažas sekundes":"dažām sekundēm"},ss:i,m:r,mm:i,h:r,hh:i,d:r,dd:i,M:r,MM:i,y:r,yy:i},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})}(n(2))},function(e,t,n){!function(e){"use strict";
+//! moment.js locale configuration
+var t={words:{ss:["sekund","sekunda","sekundi"],m:["jedan minut","jednog minuta"],mm:["minut","minuta","minuta"],h:["jedan sat","jednog sata"],hh:["sat","sata","sati"],dd:["dan","dana","dana"],MM:["mjesec","mjeseca","mjeseci"],yy:["godina","godine","godina"]},correctGrammaticalCase:function(e,t){return 1===e?t[0]:e>=2&&e<=4?t[1]:t[2]},translate:function(e,n,i){var r=t.words[i];return 1===i.length?n?r[0]:r[1]:e+" "+t.correctGrammaticalCase(e,r)}};e.defineLocale("me",{months:"januar_februar_mart_april_maj_jun_jul_avgust_septembar_oktobar_novembar_decembar".split("_"),monthsShort:"jan._feb._mar._apr._maj_jun_jul_avg._sep._okt._nov._dec.".split("_"),monthsParseExact:!0,weekdays:"nedjelja_ponedjeljak_utorak_srijeda_četvrtak_petak_subota".split("_"),weekdaysShort:"ned._pon._uto._sri._čet._pet._sub.".split("_"),weekdaysMin:"ne_po_ut_sr_če_pe_su".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY H:mm",LLLL:"dddd, D. MMMM YYYY H:mm"},calendar:{sameDay:"[danas u] LT",nextDay:"[sjutra u] LT",nextWeek:function(){switch(this.day()){case 0:return"[u] [nedjelju] [u] LT";case 3:return"[u] [srijedu] [u] LT";case 6:return"[u] [subotu] [u] LT";case 1:case 2:case 4:case 5:return"[u] dddd [u] LT"}},lastDay:"[juče u] LT",lastWeek:function(){return["[prošle] [nedjelje] [u] LT","[prošlog] [ponedjeljka] [u] LT","[prošlog] [utorka] [u] LT","[prošle] [srijede] [u] LT","[prošlog] [četvrtka] [u] LT","[prošlog] [petka] [u] LT","[prošle] [subote] [u] LT"][this.day()]},sameElse:"L"},relativeTime:{future:"za %s",past:"prije %s",s:"nekoliko sekundi",ss:t.translate,m:t.translate,mm:t.translate,h:t.translate,hh:t.translate,d:"dan",dd:t.translate,M:"mjesec",MM:t.translate,y:"godinu",yy:t.translate},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:7}})}(n(2))},function(e,t,n){!function(e){"use strict";
+//! moment.js locale configuration
+e.defineLocale("mi",{months:"Kohi-tāte_Hui-tanguru_Poutū-te-rangi_Paenga-whāwhā_Haratua_Pipiri_Hōngoingoi_Here-turi-kōkā_Mahuru_Whiringa-ā-nuku_Whiringa-ā-rangi_Hakihea".split("_"),monthsShort:"Kohi_Hui_Pou_Pae_Hara_Pipi_Hōngoi_Here_Mahu_Whi-nu_Whi-ra_Haki".split("_"),monthsRegex:/(?:['a-z\u0101\u014D\u016B]+\-?){1,3}/i,monthsStrictRegex:/(?:['a-z\u0101\u014D\u016B]+\-?){1,3}/i,monthsShortRegex:/(?:['a-z\u0101\u014D\u016B]+\-?){1,3}/i,monthsShortStrictRegex:/(?:['a-z\u0101\u014D\u016B]+\-?){1,2}/i,weekdays:"Rātapu_Mane_Tūrei_Wenerei_Tāite_Paraire_Hātarei".split("_"),weekdaysShort:"Ta_Ma_Tū_We_Tāi_Pa_Hā".split("_"),weekdaysMin:"Ta_Ma_Tū_We_Tāi_Pa_Hā".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY [i] HH:mm",LLLL:"dddd, D MMMM YYYY [i] HH:mm"},calendar:{sameDay:"[i teie mahana, i] LT",nextDay:"[apopo i] LT",nextWeek:"dddd [i] LT",lastDay:"[inanahi i] LT",lastWeek:"dddd [whakamutunga i] LT",sameElse:"L"},relativeTime:{future:"i roto i %s",past:"%s i mua",s:"te hēkona ruarua",ss:"%d hēkona",m:"he meneti",mm:"%d meneti",h:"te haora",hh:"%d haora",d:"he ra",dd:"%d ra",M:"he marama",MM:"%d marama",y:"he tau",yy:"%d tau"},dayOfMonthOrdinalParse:/\d{1,2}º/,ordinal:"%dº",week:{dow:1,doy:4}})}(n(2))},function(e,t,n){!function(e){"use strict";
+//! moment.js locale configuration
+e.defineLocale("mk",{months:"јануари_февруари_март_април_мај_јуни_јули_август_септември_октомври_ноември_декември".split("_"),monthsShort:"јан_фев_мар_апр_мај_јун_јул_авг_сеп_окт_ное_дек".split("_"),weekdays:"недела_понеделник_вторник_среда_четврток_петок_сабота".split("_"),weekdaysShort:"нед_пон_вто_сре_чет_пет_саб".split("_"),weekdaysMin:"нe_пo_вт_ср_че_пе_сa".split("_"),longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"D.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY H:mm",LLLL:"dddd, D MMMM YYYY H:mm"},calendar:{sameDay:"[Денес во] LT",nextDay:"[Утре во] LT",nextWeek:"[Во] dddd [во] LT",lastDay:"[Вчера во] LT",lastWeek:function(){switch(this.day()){case 0:case 3:case 6:return"[Изминатата] dddd [во] LT";case 1:case 2:case 4:case 5:return"[Изминатиот] dddd [во] LT"}},sameElse:"L"},relativeTime:{future:"за %s",past:"пред %s",s:"неколку секунди",ss:"%d секунди",m:"една минута",mm:"%d минути",h:"еден час",hh:"%d часа",d:"еден ден",dd:"%d дена",M:"еден месец",MM:"%d месеци",y:"една година",yy:"%d години"},dayOfMonthOrdinalParse:/\d{1,2}-(ев|ен|ти|ви|ри|ми)/,ordinal:function(e){var t=e%10,n=e%100;return 0===e?e+"-ев":0===n?e+"-ен":n>10&&n<20?e+"-ти":1===t?e+"-ви":2===t?e+"-ри":7===t||8===t?e+"-ми":e+"-ти"},week:{dow:1,doy:7}})}(n(2))},function(e,t,n){!function(e){"use strict";
+//! moment.js locale configuration
+e.defineLocale("ml",{months:"ജനുവരി_ഫെബ്രുവരി_മാർച്ച്_ഏപ്രിൽ_മേയ്_ജൂൺ_ജൂലൈ_ഓഗസ്റ്റ്_സെപ്റ്റംബർ_ഒക്ടോബർ_നവംബർ_ഡിസംബർ".split("_"),monthsShort:"ജനു._ഫെബ്രു._മാർ._ഏപ്രി._മേയ്_ജൂൺ_ജൂലൈ._ഓഗ._സെപ്റ്റ._ഒക്ടോ._നവം._ഡിസം.".split("_"),monthsParseExact:!0,weekdays:"ഞായറാഴ്ച_തിങ്കളാഴ്ച_ചൊവ്വാഴ്ച_ബുധനാഴ്ച_വ്യാഴാഴ്ച_വെള്ളിയാഴ്ച_ശനിയാഴ്ച".split("_"),weekdaysShort:"ഞായർ_തിങ്കൾ_ചൊവ്വ_ബുധൻ_വ്യാഴം_വെള്ളി_ശനി".split("_"),weekdaysMin:"ഞാ_തി_ചൊ_ബു_വ്യാ_വെ_ശ".split("_"),longDateFormat:{LT:"A h:mm -നു",LTS:"A h:mm:ss -നു",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY, A h:mm -നു",LLLL:"dddd, D MMMM YYYY, A h:mm -നു"},calendar:{sameDay:"[ഇന്ന്] LT",nextDay:"[നാളെ] LT",nextWeek:"dddd, LT",lastDay:"[ഇന്നലെ] LT",lastWeek:"[കഴിഞ്ഞ] dddd, LT",sameElse:"L"},relativeTime:{future:"%s കഴിഞ്ഞ്",past:"%s മുൻപ്",s:"അൽപ നിമിഷങ്ങൾ",ss:"%d സെക്കൻഡ്",m:"ഒരു മിനിറ്റ്",mm:"%d മിനിറ്റ്",h:"ഒരു മണിക്കൂർ",hh:"%d മണിക്കൂർ",d:"ഒരു ദിവസം",dd:"%d ദിവസം",M:"ഒരു മാസം",MM:"%d മാസം",y:"ഒരു വർഷം",yy:"%d വർഷം"},meridiemParse:/രാത്രി|രാവിലെ|ഉച്ച കഴിഞ്ഞ്|വൈകുന്നേരം|രാത്രി/i,meridiemHour:function(e,t){return 12===e&&(e=0),"രാത്രി"===t&&e>=4||"ഉച്ച കഴിഞ്ഞ്"===t||"വൈകുന്നേരം"===t?e+12:e},meridiem:function(e,t,n){return e<4?"രാത്രി":e<12?"രാവിലെ":e<17?"ഉച്ച കഴിഞ്ഞ്":e<20?"വൈകുന്നേരം":"രാത്രി"}})}(n(2))},function(e,t,n){!function(e){"use strict";
+//! moment.js locale configuration
+function t(e,t,n,i){switch(n){case"s":return t?"хэдхэн секунд":"хэдхэн секундын";case"ss":return e+(t?" секунд":" секундын");case"m":case"mm":return e+(t?" минут":" минутын");case"h":case"hh":return e+(t?" цаг":" цагийн");case"d":case"dd":return e+(t?" өдөр":" өдрийн");case"M":case"MM":return e+(t?" сар":" сарын");case"y":case"yy":return e+(t?" жил":" жилийн");default:return e}}e.defineLocale("mn",{months:"Нэгдүгээр сар_Хоёрдугаар сар_Гуравдугаар сар_Дөрөвдүгээр сар_Тавдугаар сар_Зургадугаар сар_Долдугаар сар_Наймдугаар сар_Есдүгээр сар_Аравдугаар сар_Арван нэгдүгээр сар_Арван хоёрдугаар сар".split("_"),monthsShort:"1 сар_2 сар_3 сар_4 сар_5 сар_6 сар_7 сар_8 сар_9 сар_10 сар_11 сар_12 сар".split("_"),monthsParseExact:!0,weekdays:"Ням_Даваа_Мягмар_Лхагва_Пүрэв_Баасан_Бямба".split("_"),weekdaysShort:"Ням_Дав_Мяг_Лха_Пүр_Баа_Бям".split("_"),weekdaysMin:"Ня_Да_Мя_Лх_Пү_Ба_Бя".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"YYYY-MM-DD",LL:"YYYY оны MMMMын D",LLL:"YYYY оны MMMMын D HH:mm",LLLL:"dddd, YYYY оны MMMMын D HH:mm"},meridiemParse:/ҮӨ|ҮХ/i,isPM:function(e){return"ҮХ"===e},meridiem:function(e,t,n){return e<12?"ҮӨ":"ҮХ"},calendar:{sameDay:"[Өнөөдөр] LT",nextDay:"[Маргааш] LT",nextWeek:"[Ирэх] dddd LT",lastDay:"[Өчигдөр] LT",lastWeek:"[Өнгөрсөн] dddd LT",sameElse:"L"},relativeTime:{future:"%s дараа",past:"%s өмнө",s:t,ss:t,m:t,mm:t,h:t,hh:t,d:t,dd:t,M:t,MM:t,y:t,yy:t},dayOfMonthOrdinalParse:/\d{1,2} өдөр/,ordinal:function(e,t){switch(t){case"d":case"D":case"DDD":return e+" өдөр";default:return e}}})}(n(2))},function(e,t,n){!function(e){"use strict";
+//! moment.js locale configuration
+var t={1:"१",2:"२",3:"३",4:"४",5:"५",6:"६",7:"७",8:"८",9:"९",0:"०"},n={"१":"1","२":"2","३":"3","४":"4","५":"5","६":"6","७":"7","८":"8","९":"9","०":"0"};function i(e,t,n,i){var r="";if(t)switch(n){case"s":r="काही सेकंद";break;case"ss":r="%d सेकंद";break;case"m":r="एक मिनिट";break;case"mm":r="%d मिनिटे";break;case"h":r="एक तास";break;case"hh":r="%d तास";break;case"d":r="एक दिवस";break;case"dd":r="%d दिवस";break;case"M":r="एक महिना";break;case"MM":r="%d महिने";break;case"y":r="एक वर्ष";break;case"yy":r="%d वर्षे"}else switch(n){case"s":r="काही सेकंदां";break;case"ss":r="%d सेकंदां";break;case"m":r="एका मिनिटा";break;case"mm":r="%d मिनिटां";break;case"h":r="एका तासा";break;case"hh":r="%d तासां";break;case"d":r="एका दिवसा";break;case"dd":r="%d दिवसां";break;case"M":r="एका महिन्या";break;case"MM":r="%d महिन्यां";break;case"y":r="एका वर्षा";break;case"yy":r="%d वर्षां"}return r.replace(/%d/i,e)}e.defineLocale("mr",{months:"जानेवारी_फेब्रुवारी_मार्च_एप्रिल_मे_जून_जुलै_ऑगस्ट_सप्टेंबर_ऑक्टोबर_नोव्हेंबर_डिसेंबर".split("_"),monthsShort:"जाने._फेब्रु._मार्च._एप्रि._मे._जून._जुलै._ऑग._सप्टें._ऑक्टो._नोव्हें._डिसें.".split("_"),monthsParseExact:!0,weekdays:"रविवार_सोमवार_मंगळवार_बुधवार_गुरूवार_शुक्रवार_शनिवार".split("_"),weekdaysShort:"रवि_सोम_मंगळ_बुध_गुरू_शुक्र_शनि".split("_"),weekdaysMin:"र_सो_मं_बु_गु_शु_श".split("_"),longDateFormat:{LT:"A h:mm वाजता",LTS:"A h:mm:ss वाजता",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY, A h:mm वाजता",LLLL:"dddd, D MMMM YYYY, A h:mm वाजता"},calendar:{sameDay:"[आज] LT",nextDay:"[उद्या] LT",nextWeek:"dddd, LT",lastDay:"[काल] LT",lastWeek:"[मागील] dddd, LT",sameElse:"L"},relativeTime:{future:"%sमध्ये",past:"%sपूर्वी",s:i,ss:i,m:i,mm:i,h:i,hh:i,d:i,dd:i,M:i,MM:i,y:i,yy:i},preparse:function(e){return e.replace(/[१२३४५६७८९०]/g,(function(e){return n[e]}))},postformat:function(e){return e.replace(/\d/g,(function(e){return t[e]}))},meridiemParse:/पहाटे|सकाळी|दुपारी|सायंकाळी|रात्री/,meridiemHour:function(e,t){return 12===e&&(e=0),"पहाटे"===t||"सकाळी"===t?e:"दुपारी"===t||"सायंकाळी"===t||"रात्री"===t?e>=12?e:e+12:void 0},meridiem:function(e,t,n){return e>=0&&e<6?"पहाटे":e<12?"सकाळी":e<17?"दुपारी":e<20?"सायंकाळी":"रात्री"},week:{dow:0,doy:6}})}(n(2))},function(e,t,n){!function(e){"use strict";
+//! moment.js locale configuration
+e.defineLocale("ms",{months:"Januari_Februari_Mac_April_Mei_Jun_Julai_Ogos_September_Oktober_November_Disember".split("_"),monthsShort:"Jan_Feb_Mac_Apr_Mei_Jun_Jul_Ogs_Sep_Okt_Nov_Dis".split("_"),weekdays:"Ahad_Isnin_Selasa_Rabu_Khamis_Jumaat_Sabtu".split("_"),weekdaysShort:"Ahd_Isn_Sel_Rab_Kha_Jum_Sab".split("_"),weekdaysMin:"Ah_Is_Sl_Rb_Km_Jm_Sb".split("_"),longDateFormat:{LT:"HH.mm",LTS:"HH.mm.ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY [pukul] HH.mm",LLLL:"dddd, D MMMM YYYY [pukul] HH.mm"},meridiemParse:/pagi|tengahari|petang|malam/,meridiemHour:function(e,t){return 12===e&&(e=0),"pagi"===t?e:"tengahari"===t?e>=11?e:e+12:"petang"===t||"malam"===t?e+12:void 0},meridiem:function(e,t,n){return e<11?"pagi":e<15?"tengahari":e<19?"petang":"malam"},calendar:{sameDay:"[Hari ini pukul] LT",nextDay:"[Esok pukul] LT",nextWeek:"dddd [pukul] LT",lastDay:"[Kelmarin pukul] LT",lastWeek:"dddd [lepas pukul] LT",sameElse:"L"},relativeTime:{future:"dalam %s",past:"%s yang lepas",s:"beberapa saat",ss:"%d saat",m:"seminit",mm:"%d minit",h:"sejam",hh:"%d jam",d:"sehari",dd:"%d hari",M:"sebulan",MM:"%d bulan",y:"setahun",yy:"%d tahun"},week:{dow:1,doy:7}})}(n(2))},function(e,t,n){!function(e){"use strict";
+//! moment.js locale configuration
+e.defineLocale("ms-my",{months:"Januari_Februari_Mac_April_Mei_Jun_Julai_Ogos_September_Oktober_November_Disember".split("_"),monthsShort:"Jan_Feb_Mac_Apr_Mei_Jun_Jul_Ogs_Sep_Okt_Nov_Dis".split("_"),weekdays:"Ahad_Isnin_Selasa_Rabu_Khamis_Jumaat_Sabtu".split("_"),weekdaysShort:"Ahd_Isn_Sel_Rab_Kha_Jum_Sab".split("_"),weekdaysMin:"Ah_Is_Sl_Rb_Km_Jm_Sb".split("_"),longDateFormat:{LT:"HH.mm",LTS:"HH.mm.ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY [pukul] HH.mm",LLLL:"dddd, D MMMM YYYY [pukul] HH.mm"},meridiemParse:/pagi|tengahari|petang|malam/,meridiemHour:function(e,t){return 12===e&&(e=0),"pagi"===t?e:"tengahari"===t?e>=11?e:e+12:"petang"===t||"malam"===t?e+12:void 0},meridiem:function(e,t,n){return e<11?"pagi":e<15?"tengahari":e<19?"petang":"malam"},calendar:{sameDay:"[Hari ini pukul] LT",nextDay:"[Esok pukul] LT",nextWeek:"dddd [pukul] LT",lastDay:"[Kelmarin pukul] LT",lastWeek:"dddd [lepas pukul] LT",sameElse:"L"},relativeTime:{future:"dalam %s",past:"%s yang lepas",s:"beberapa saat",ss:"%d saat",m:"seminit",mm:"%d minit",h:"sejam",hh:"%d jam",d:"sehari",dd:"%d hari",M:"sebulan",MM:"%d bulan",y:"setahun",yy:"%d tahun"},week:{dow:1,doy:7}})}(n(2))},function(e,t,n){!function(e){"use strict";
+//! moment.js locale configuration
+e.defineLocale("mt",{months:"Jannar_Frar_Marzu_April_Mejju_Ġunju_Lulju_Awwissu_Settembru_Ottubru_Novembru_Diċembru".split("_"),monthsShort:"Jan_Fra_Mar_Apr_Mej_Ġun_Lul_Aww_Set_Ott_Nov_Diċ".split("_"),weekdays:"Il-Ħadd_It-Tnejn_It-Tlieta_L-Erbgħa_Il-Ħamis_Il-Ġimgħa_Is-Sibt".split("_"),weekdaysShort:"Ħad_Tne_Tli_Erb_Ħam_Ġim_Sib".split("_"),weekdaysMin:"Ħa_Tn_Tl_Er_Ħa_Ġi_Si".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[Illum fil-]LT",nextDay:"[Għada fil-]LT",nextWeek:"dddd [fil-]LT",lastDay:"[Il-bieraħ fil-]LT",lastWeek:"dddd [li għadda] [fil-]LT",sameElse:"L"},relativeTime:{future:"f’ %s",past:"%s ilu",s:"ftit sekondi",ss:"%d sekondi",m:"minuta",mm:"%d minuti",h:"siegħa",hh:"%d siegħat",d:"ġurnata",dd:"%d ġranet",M:"xahar",MM:"%d xhur",y:"sena",yy:"%d sni"},dayOfMonthOrdinalParse:/\d{1,2}º/,ordinal:"%dº",week:{dow:1,doy:4}})}(n(2))},function(e,t,n){!function(e){"use strict";
+//! moment.js locale configuration
+var t={1:"၁",2:"၂",3:"၃",4:"၄",5:"၅",6:"၆",7:"၇",8:"၈",9:"၉",0:"၀"},n={"၁":"1","၂":"2","၃":"3","၄":"4","၅":"5","၆":"6","၇":"7","၈":"8","၉":"9","၀":"0"};e.defineLocale("my",{months:"ဇန်နဝါရီ_ဖေဖော်ဝါရီ_မတ်_ဧပြီ_မေ_ဇွန်_ဇူလိုင်_သြဂုတ်_စက်တင်ဘာ_အောက်တိုဘာ_နိုဝင်ဘာ_ဒီဇင်ဘာ".split("_"),monthsShort:"ဇန်_ဖေ_မတ်_ပြီ_မေ_ဇွန်_လိုင်_သြ_စက်_အောက်_နို_ဒီ".split("_"),weekdays:"တနင်္ဂနွေ_တနင်္လာ_အင်္ဂါ_ဗုဒ္ဓဟူး_ကြာသပတေး_သောကြာ_စနေ".split("_"),weekdaysShort:"နွေ_လာ_ဂါ_ဟူး_ကြာ_သော_နေ".split("_"),weekdaysMin:"နွေ_လာ_ဂါ_ဟူး_ကြာ_သော_နေ".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[ယနေ.] LT [မှာ]",nextDay:"[မနက်ဖြန်] LT [မှာ]",nextWeek:"dddd LT [မှာ]",lastDay:"[မနေ.က] LT [မှာ]",lastWeek:"[ပြီးခဲ့သော] dddd LT [မှာ]",sameElse:"L"},relativeTime:{future:"လာမည့် %s မှာ",past:"လွန်ခဲ့သော %s က",s:"စက္ကန်.အနည်းငယ်",ss:"%d စက္ကန့်",m:"တစ်မိနစ်",mm:"%d မိနစ်",h:"တစ်နာရီ",hh:"%d နာရီ",d:"တစ်ရက်",dd:"%d ရက်",M:"တစ်လ",MM:"%d လ",y:"တစ်နှစ်",yy:"%d နှစ်"},preparse:function(e){return e.replace(/[၁၂၃၄၅၆၇၈၉၀]/g,(function(e){return n[e]}))},postformat:function(e){return e.replace(/\d/g,(function(e){return t[e]}))},week:{dow:1,doy:4}})}(n(2))},function(e,t,n){!function(e){"use strict";
+//! moment.js locale configuration
+e.defineLocale("nb",{months:"januar_februar_mars_april_mai_juni_juli_august_september_oktober_november_desember".split("_"),monthsShort:"jan._feb._mars_apr._mai_juni_juli_aug._sep._okt._nov._des.".split("_"),monthsParseExact:!0,weekdays:"søndag_mandag_tirsdag_onsdag_torsdag_fredag_lørdag".split("_"),weekdaysShort:"sø._ma._ti._on._to._fr._lø.".split("_"),weekdaysMin:"sø_ma_ti_on_to_fr_lø".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY [kl.] HH:mm",LLLL:"dddd D. MMMM YYYY [kl.] HH:mm"},calendar:{sameDay:"[i dag kl.] LT",nextDay:"[i morgen kl.] LT",nextWeek:"dddd [kl.] LT",lastDay:"[i går kl.] LT",lastWeek:"[forrige] dddd [kl.] LT",sameElse:"L"},relativeTime:{future:"om %s",past:"%s siden",s:"noen sekunder",ss:"%d sekunder",m:"ett minutt",mm:"%d minutter",h:"en time",hh:"%d timer",d:"en dag",dd:"%d dager",w:"en uke",ww:"%d uker",M:"en måned",MM:"%d måneder",y:"ett år",yy:"%d år"},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})}(n(2))},function(e,t,n){!function(e){"use strict";
+//! moment.js locale configuration
+var t={1:"१",2:"२",3:"३",4:"४",5:"५",6:"६",7:"७",8:"८",9:"९",0:"०"},n={"१":"1","२":"2","३":"3","४":"4","५":"5","६":"6","७":"7","८":"8","९":"9","०":"0"};e.defineLocale("ne",{months:"जनवरी_फेब्रुवरी_मार्च_अप्रिल_मई_जुन_जुलाई_अगष्ट_सेप्टेम्बर_अक्टोबर_नोभेम्बर_डिसेम्बर".split("_"),monthsShort:"जन._फेब्रु._मार्च_अप्रि._मई_जुन_जुलाई._अग._सेप्ट._अक्टो._नोभे._डिसे.".split("_"),monthsParseExact:!0,weekdays:"आइतबार_सोमबार_मङ्गलबार_बुधबार_बिहिबार_शुक्रबार_शनिबार".split("_"),weekdaysShort:"आइत._सोम._मङ्गल._बुध._बिहि._शुक्र._शनि.".split("_"),weekdaysMin:"आ._सो._मं._बु._बि._शु._श.".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"Aको h:mm बजे",LTS:"Aको h:mm:ss बजे",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY, Aको h:mm बजे",LLLL:"dddd, D MMMM YYYY, Aको h:mm बजे"},preparse:function(e){return e.replace(/[१२३४५६७८९०]/g,(function(e){return n[e]}))},postformat:function(e){return e.replace(/\d/g,(function(e){return t[e]}))},meridiemParse:/राति|बिहान|दिउँसो|साँझ/,meridiemHour:function(e,t){return 12===e&&(e=0),"राति"===t?e<4?e:e+12:"बिहान"===t?e:"दिउँसो"===t?e>=10?e:e+12:"साँझ"===t?e+12:void 0},meridiem:function(e,t,n){return e<3?"राति":e<12?"बिहान":e<16?"दिउँसो":e<20?"साँझ":"राति"},calendar:{sameDay:"[आज] LT",nextDay:"[भोलि] LT",nextWeek:"[आउँदो] dddd[,] LT",lastDay:"[हिजो] LT",lastWeek:"[गएको] dddd[,] LT",sameElse:"L"},relativeTime:{future:"%sमा",past:"%s अगाडि",s:"केही क्षण",ss:"%d सेकेण्ड",m:"एक मिनेट",mm:"%d मिनेट",h:"एक घण्टा",hh:"%d घण्टा",d:"एक दिन",dd:"%d दिन",M:"एक महिना",MM:"%d महिना",y:"एक बर्ष",yy:"%d बर्ष"},week:{dow:0,doy:6}})}(n(2))},function(e,t,n){!function(e){"use strict";
+//! moment.js locale configuration
+var t="jan._feb._mrt._apr._mei_jun._jul._aug._sep._okt._nov._dec.".split("_"),n="jan_feb_mrt_apr_mei_jun_jul_aug_sep_okt_nov_dec".split("_"),i=[/^jan/i,/^feb/i,/^maart|mrt.?$/i,/^apr/i,/^mei$/i,/^jun[i.]?$/i,/^jul[i.]?$/i,/^aug/i,/^sep/i,/^okt/i,/^nov/i,/^dec/i],r=/^(januari|februari|maart|april|mei|ju[nl]i|augustus|september|oktober|november|december|jan\.?|feb\.?|mrt\.?|apr\.?|ju[nl]\.?|aug\.?|sep\.?|okt\.?|nov\.?|dec\.?)/i;e.defineLocale("nl",{months:"januari_februari_maart_april_mei_juni_juli_augustus_september_oktober_november_december".split("_"),monthsShort:function(e,i){return e?/-MMM-/.test(i)?n[e.month()]:t[e.month()]:t},monthsRegex:r,monthsShortRegex:r,monthsStrictRegex:/^(januari|februari|maart|april|mei|ju[nl]i|augustus|september|oktober|november|december)/i,monthsShortStrictRegex:/^(jan\.?|feb\.?|mrt\.?|apr\.?|mei|ju[nl]\.?|aug\.?|sep\.?|okt\.?|nov\.?|dec\.?)/i,monthsParse:i,longMonthsParse:i,shortMonthsParse:i,weekdays:"zondag_maandag_dinsdag_woensdag_donderdag_vrijdag_zaterdag".split("_"),weekdaysShort:"zo._ma._di._wo._do._vr._za.".split("_"),weekdaysMin:"zo_ma_di_wo_do_vr_za".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD-MM-YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[vandaag om] LT",nextDay:"[morgen om] LT",nextWeek:"dddd [om] LT",lastDay:"[gisteren om] LT",lastWeek:"[afgelopen] dddd [om] LT",sameElse:"L"},relativeTime:{future:"over %s",past:"%s geleden",s:"een paar seconden",ss:"%d seconden",m:"één minuut",mm:"%d minuten",h:"één uur",hh:"%d uur",d:"één dag",dd:"%d dagen",w:"één week",ww:"%d weken",M:"één maand",MM:"%d maanden",y:"één jaar",yy:"%d jaar"},dayOfMonthOrdinalParse:/\d{1,2}(ste|de)/,ordinal:function(e){return e+(1===e||8===e||e>=20?"ste":"de")},week:{dow:1,doy:4}})}(n(2))},function(e,t,n){!function(e){"use strict";
+//! moment.js locale configuration
+var t="jan._feb._mrt._apr._mei_jun._jul._aug._sep._okt._nov._dec.".split("_"),n="jan_feb_mrt_apr_mei_jun_jul_aug_sep_okt_nov_dec".split("_"),i=[/^jan/i,/^feb/i,/^maart|mrt.?$/i,/^apr/i,/^mei$/i,/^jun[i.]?$/i,/^jul[i.]?$/i,/^aug/i,/^sep/i,/^okt/i,/^nov/i,/^dec/i],r=/^(januari|februari|maart|april|mei|ju[nl]i|augustus|september|oktober|november|december|jan\.?|feb\.?|mrt\.?|apr\.?|ju[nl]\.?|aug\.?|sep\.?|okt\.?|nov\.?|dec\.?)/i;e.defineLocale("nl-be",{months:"januari_februari_maart_april_mei_juni_juli_augustus_september_oktober_november_december".split("_"),monthsShort:function(e,i){return e?/-MMM-/.test(i)?n[e.month()]:t[e.month()]:t},monthsRegex:r,monthsShortRegex:r,monthsStrictRegex:/^(januari|februari|maart|april|mei|ju[nl]i|augustus|september|oktober|november|december)/i,monthsShortStrictRegex:/^(jan\.?|feb\.?|mrt\.?|apr\.?|mei|ju[nl]\.?|aug\.?|sep\.?|okt\.?|nov\.?|dec\.?)/i,monthsParse:i,longMonthsParse:i,shortMonthsParse:i,weekdays:"zondag_maandag_dinsdag_woensdag_donderdag_vrijdag_zaterdag".split("_"),weekdaysShort:"zo._ma._di._wo._do._vr._za.".split("_"),weekdaysMin:"zo_ma_di_wo_do_vr_za".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[vandaag om] LT",nextDay:"[morgen om] LT",nextWeek:"dddd [om] LT",lastDay:"[gisteren om] LT",lastWeek:"[afgelopen] dddd [om] LT",sameElse:"L"},relativeTime:{future:"over %s",past:"%s geleden",s:"een paar seconden",ss:"%d seconden",m:"één minuut",mm:"%d minuten",h:"één uur",hh:"%d uur",d:"één dag",dd:"%d dagen",M:"één maand",MM:"%d maanden",y:"één jaar",yy:"%d jaar"},dayOfMonthOrdinalParse:/\d{1,2}(ste|de)/,ordinal:function(e){return e+(1===e||8===e||e>=20?"ste":"de")},week:{dow:1,doy:4}})}(n(2))},function(e,t,n){!function(e){"use strict";
+//! moment.js locale configuration
+e.defineLocale("nn",{months:"januar_februar_mars_april_mai_juni_juli_august_september_oktober_november_desember".split("_"),monthsShort:"jan._feb._mars_apr._mai_juni_juli_aug._sep._okt._nov._des.".split("_"),monthsParseExact:!0,weekdays:"sundag_måndag_tysdag_onsdag_torsdag_fredag_laurdag".split("_"),weekdaysShort:"su._må._ty._on._to._fr._lau.".split("_"),weekdaysMin:"su_må_ty_on_to_fr_la".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY [kl.] H:mm",LLLL:"dddd D. MMMM YYYY [kl.] HH:mm"},calendar:{sameDay:"[I dag klokka] LT",nextDay:"[I morgon klokka] LT",nextWeek:"dddd [klokka] LT",lastDay:"[I går klokka] LT",lastWeek:"[Føregåande] dddd [klokka] LT",sameElse:"L"},relativeTime:{future:"om %s",past:"%s sidan",s:"nokre sekund",ss:"%d sekund",m:"eit minutt",mm:"%d minutt",h:"ein time",hh:"%d timar",d:"ein dag",dd:"%d dagar",w:"ei veke",ww:"%d veker",M:"ein månad",MM:"%d månader",y:"eit år",yy:"%d år"},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})}(n(2))},function(e,t,n){!function(e){"use strict";
+//! moment.js locale configuration
+e.defineLocale("oc-lnc",{months:{standalone:"genièr_febrièr_març_abril_mai_junh_julhet_agost_setembre_octòbre_novembre_decembre".split("_"),format:"de genièr_de febrièr_de març_d'abril_de mai_de junh_de julhet_d'agost_de setembre_d'octòbre_de novembre_de decembre".split("_"),isFormat:/D[oD]?(\s)+MMMM/},monthsShort:"gen._febr._març_abr._mai_junh_julh._ago._set._oct._nov._dec.".split("_"),monthsParseExact:!0,weekdays:"dimenge_diluns_dimars_dimècres_dijòus_divendres_dissabte".split("_"),weekdaysShort:"dg._dl._dm._dc._dj._dv._ds.".split("_"),weekdaysMin:"dg_dl_dm_dc_dj_dv_ds".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM [de] YYYY",ll:"D MMM YYYY",LLL:"D MMMM [de] YYYY [a] H:mm",lll:"D MMM YYYY, H:mm",LLLL:"dddd D MMMM [de] YYYY [a] H:mm",llll:"ddd D MMM YYYY, H:mm"},calendar:{sameDay:"[uèi a] LT",nextDay:"[deman a] LT",nextWeek:"dddd [a] LT",lastDay:"[ièr a] LT",lastWeek:"dddd [passat a] LT",sameElse:"L"},relativeTime:{future:"d'aquí %s",past:"fa %s",s:"unas segondas",ss:"%d segondas",m:"una minuta",mm:"%d minutas",h:"una ora",hh:"%d oras",d:"un jorn",dd:"%d jorns",M:"un mes",MM:"%d meses",y:"un an",yy:"%d ans"},dayOfMonthOrdinalParse:/\d{1,2}(r|n|t|è|a)/,ordinal:function(e,t){var n=1===e?"r":2===e?"n":3===e?"r":4===e?"t":"è";return"w"!==t&&"W"!==t||(n="a"),e+n},week:{dow:1,doy:4}})}(n(2))},function(e,t,n){!function(e){"use strict";
+//! moment.js locale configuration
+var t={1:"੧",2:"੨",3:"੩",4:"੪",5:"੫",6:"੬",7:"੭",8:"੮",9:"੯",0:"੦"},n={"੧":"1","੨":"2","੩":"3","੪":"4","੫":"5","੬":"6","੭":"7","੮":"8","੯":"9","੦":"0"};e.defineLocale("pa-in",{months:"ਜਨਵਰੀ_ਫ਼ਰਵਰੀ_ਮਾਰਚ_ਅਪ੍ਰੈਲ_ਮਈ_ਜੂਨ_ਜੁਲਾਈ_ਅਗਸਤ_ਸਤੰਬਰ_ਅਕਤੂਬਰ_ਨਵੰਬਰ_ਦਸੰਬਰ".split("_"),monthsShort:"ਜਨਵਰੀ_ਫ਼ਰਵਰੀ_ਮਾਰਚ_ਅਪ੍ਰੈਲ_ਮਈ_ਜੂਨ_ਜੁਲਾਈ_ਅਗਸਤ_ਸਤੰਬਰ_ਅਕਤੂਬਰ_ਨਵੰਬਰ_ਦਸੰਬਰ".split("_"),weekdays:"ਐਤਵਾਰ_ਸੋਮਵਾਰ_ਮੰਗਲਵਾਰ_ਬੁਧਵਾਰ_ਵੀਰਵਾਰ_ਸ਼ੁੱਕਰਵਾਰ_ਸ਼ਨੀਚਰਵਾਰ".split("_"),weekdaysShort:"ਐਤ_ਸੋਮ_ਮੰਗਲ_ਬੁਧ_ਵੀਰ_ਸ਼ੁਕਰ_ਸ਼ਨੀ".split("_"),weekdaysMin:"ਐਤ_ਸੋਮ_ਮੰਗਲ_ਬੁਧ_ਵੀਰ_ਸ਼ੁਕਰ_ਸ਼ਨੀ".split("_"),longDateFormat:{LT:"A h:mm ਵਜੇ",LTS:"A h:mm:ss ਵਜੇ",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY, A h:mm ਵਜੇ",LLLL:"dddd, D MMMM YYYY, A h:mm ਵਜੇ"},calendar:{sameDay:"[ਅਜ] LT",nextDay:"[ਕਲ] LT",nextWeek:"[ਅਗਲਾ] dddd, LT",lastDay:"[ਕਲ] LT",lastWeek:"[ਪਿਛਲੇ] dddd, LT",sameElse:"L"},relativeTime:{future:"%s ਵਿੱਚ",past:"%s ਪਿਛਲੇ",s:"ਕੁਝ ਸਕਿੰਟ",ss:"%d ਸਕਿੰਟ",m:"ਇਕ ਮਿੰਟ",mm:"%d ਮਿੰਟ",h:"ਇੱਕ ਘੰਟਾ",hh:"%d ਘੰਟੇ",d:"ਇੱਕ ਦਿਨ",dd:"%d ਦਿਨ",M:"ਇੱਕ ਮਹੀਨਾ",MM:"%d ਮਹੀਨੇ",y:"ਇੱਕ ਸਾਲ",yy:"%d ਸਾਲ"},preparse:function(e){return e.replace(/[੧੨੩੪੫੬੭੮੯੦]/g,(function(e){return n[e]}))},postformat:function(e){return e.replace(/\d/g,(function(e){return t[e]}))},meridiemParse:/ਰਾਤ|ਸਵੇਰ|ਦੁਪਹਿਰ|ਸ਼ਾਮ/,meridiemHour:function(e,t){return 12===e&&(e=0),"ਰਾਤ"===t?e<4?e:e+12:"ਸਵੇਰ"===t?e:"ਦੁਪਹਿਰ"===t?e>=10?e:e+12:"ਸ਼ਾਮ"===t?e+12:void 0},meridiem:function(e,t,n){return e<4?"ਰਾਤ":e<10?"ਸਵੇਰ":e<17?"ਦੁਪਹਿਰ":e<20?"ਸ਼ਾਮ":"ਰਾਤ"},week:{dow:0,doy:6}})}(n(2))},function(e,t,n){!function(e){"use strict";
+//! moment.js locale configuration
+var t="styczeń_luty_marzec_kwiecień_maj_czerwiec_lipiec_sierpień_wrzesień_październik_listopad_grudzień".split("_"),n="stycznia_lutego_marca_kwietnia_maja_czerwca_lipca_sierpnia_września_października_listopada_grudnia".split("_"),i=[/^sty/i,/^lut/i,/^mar/i,/^kwi/i,/^maj/i,/^cze/i,/^lip/i,/^sie/i,/^wrz/i,/^paź/i,/^lis/i,/^gru/i];function r(e){return e%10<5&&e%10>1&&~~(e/10)%10!=1}function o(e,t,n){var i=e+" ";switch(n){case"ss":return i+(r(e)?"sekundy":"sekund");case"m":return t?"minuta":"minutę";case"mm":return i+(r(e)?"minuty":"minut");case"h":return t?"godzina":"godzinę";case"hh":return i+(r(e)?"godziny":"godzin");case"ww":return i+(r(e)?"tygodnie":"tygodni");case"MM":return i+(r(e)?"miesiące":"miesięcy");case"yy":return i+(r(e)?"lata":"lat")}}e.defineLocale("pl",{months:function(e,i){return e?/D MMMM/.test(i)?n[e.month()]:t[e.month()]:t},monthsShort:"sty_lut_mar_kwi_maj_cze_lip_sie_wrz_paź_lis_gru".split("_"),monthsParse:i,longMonthsParse:i,shortMonthsParse:i,weekdays:"niedziela_poniedziałek_wtorek_środa_czwartek_piątek_sobota".split("_"),weekdaysShort:"ndz_pon_wt_śr_czw_pt_sob".split("_"),weekdaysMin:"Nd_Pn_Wt_Śr_Cz_Pt_So".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[Dziś o] LT",nextDay:"[Jutro o] LT",nextWeek:function(){switch(this.day()){case 0:return"[W niedzielę o] LT";case 2:return"[We wtorek o] LT";case 3:return"[W środę o] LT";case 6:return"[W sobotę o] LT";default:return"[W] dddd [o] LT"}},lastDay:"[Wczoraj o] LT",lastWeek:function(){switch(this.day()){case 0:return"[W zeszłą niedzielę o] LT";case 3:return"[W zeszłą środę o] LT";case 6:return"[W zeszłą sobotę o] LT";default:return"[W zeszły] dddd [o] LT"}},sameElse:"L"},relativeTime:{future:"za %s",past:"%s temu",s:"kilka sekund",ss:o,m:o,mm:o,h:o,hh:o,d:"1 dzień",dd:"%d dni",w:"tydzień",ww:o,M:"miesiąc",MM:o,y:"rok",yy:o},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})}(n(2))},function(e,t,n){!function(e){"use strict";
+//! moment.js locale configuration
+e.defineLocale("pt",{months:"janeiro_fevereiro_março_abril_maio_junho_julho_agosto_setembro_outubro_novembro_dezembro".split("_"),monthsShort:"jan_fev_mar_abr_mai_jun_jul_ago_set_out_nov_dez".split("_"),weekdays:"Domingo_Segunda-feira_Terça-feira_Quarta-feira_Quinta-feira_Sexta-feira_Sábado".split("_"),weekdaysShort:"Dom_Seg_Ter_Qua_Qui_Sex_Sáb".split("_"),weekdaysMin:"Do_2ª_3ª_4ª_5ª_6ª_Sá".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D [de] MMMM [de] YYYY",LLL:"D [de] MMMM [de] YYYY HH:mm",LLLL:"dddd, D [de] MMMM [de] YYYY HH:mm"},calendar:{sameDay:"[Hoje às] LT",nextDay:"[Amanhã às] LT",nextWeek:"dddd [às] LT",lastDay:"[Ontem às] LT",lastWeek:function(){return 0===this.day()||6===this.day()?"[Último] dddd [às] LT":"[Última] dddd [às] LT"},sameElse:"L"},relativeTime:{future:"em %s",past:"há %s",s:"segundos",ss:"%d segundos",m:"um minuto",mm:"%d minutos",h:"uma hora",hh:"%d horas",d:"um dia",dd:"%d dias",w:"uma semana",ww:"%d semanas",M:"um mês",MM:"%d meses",y:"um ano",yy:"%d anos"},dayOfMonthOrdinalParse:/\d{1,2}º/,ordinal:"%dº",week:{dow:1,doy:4}})}(n(2))},function(e,t,n){!function(e){"use strict";
+//! moment.js locale configuration
+e.defineLocale("pt-br",{months:"janeiro_fevereiro_março_abril_maio_junho_julho_agosto_setembro_outubro_novembro_dezembro".split("_"),monthsShort:"jan_fev_mar_abr_mai_jun_jul_ago_set_out_nov_dez".split("_"),weekdays:"domingo_segunda-feira_terça-feira_quarta-feira_quinta-feira_sexta-feira_sábado".split("_"),weekdaysShort:"dom_seg_ter_qua_qui_sex_sáb".split("_"),weekdaysMin:"do_2ª_3ª_4ª_5ª_6ª_sá".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D [de] MMMM [de] YYYY",LLL:"D [de] MMMM [de] YYYY [às] HH:mm",LLLL:"dddd, D [de] MMMM [de] YYYY [às] HH:mm"},calendar:{sameDay:"[Hoje às] LT",nextDay:"[Amanhã às] LT",nextWeek:"dddd [às] LT",lastDay:"[Ontem às] LT",lastWeek:function(){return 0===this.day()||6===this.day()?"[Último] dddd [às] LT":"[Última] dddd [às] LT"},sameElse:"L"},relativeTime:{future:"em %s",past:"há %s",s:"poucos segundos",ss:"%d segundos",m:"um minuto",mm:"%d minutos",h:"uma hora",hh:"%d horas",d:"um dia",dd:"%d dias",M:"um mês",MM:"%d meses",y:"um ano",yy:"%d anos"},dayOfMonthOrdinalParse:/\d{1,2}º/,ordinal:"%dº",invalidDate:"Data inválida"})}(n(2))},function(e,t,n){!function(e){"use strict";
+//! moment.js locale configuration
+function t(e,t,n){var i=" ";return(e%100>=20||e>=100&&e%100==0)&&(i=" de "),e+i+{ss:"secunde",mm:"minute",hh:"ore",dd:"zile",ww:"săptămâni",MM:"luni",yy:"ani"}[n]}e.defineLocale("ro",{months:"ianuarie_februarie_martie_aprilie_mai_iunie_iulie_august_septembrie_octombrie_noiembrie_decembrie".split("_"),monthsShort:"ian._feb._mart._apr._mai_iun._iul._aug._sept._oct._nov._dec.".split("_"),monthsParseExact:!0,weekdays:"duminică_luni_marți_miercuri_joi_vineri_sâmbătă".split("_"),weekdaysShort:"Dum_Lun_Mar_Mie_Joi_Vin_Sâm".split("_"),weekdaysMin:"Du_Lu_Ma_Mi_Jo_Vi_Sâ".split("_"),longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY H:mm",LLLL:"dddd, D MMMM YYYY H:mm"},calendar:{sameDay:"[azi la] LT",nextDay:"[mâine la] LT",nextWeek:"dddd [la] LT",lastDay:"[ieri la] LT",lastWeek:"[fosta] dddd [la] LT",sameElse:"L"},relativeTime:{future:"peste %s",past:"%s în urmă",s:"câteva secunde",ss:t,m:"un minut",mm:t,h:"o oră",hh:t,d:"o zi",dd:t,w:"o săptămână",ww:t,M:"o lună",MM:t,y:"un an",yy:t},week:{dow:1,doy:7}})}(n(2))},function(e,t,n){!function(e){"use strict";
+//! moment.js locale configuration
+function t(e,t,n){var i,r;return"m"===n?t?"минута":"минуту":e+" "+(i=+e,r={ss:t?"секунда_секунды_секунд":"секунду_секунды_секунд",mm:t?"минута_минуты_минут":"минуту_минуты_минут",hh:"час_часа_часов",dd:"день_дня_дней",ww:"неделя_недели_недель",MM:"месяц_месяца_месяцев",yy:"год_года_лет"}[n].split("_"),i%10==1&&i%100!=11?r[0]:i%10>=2&&i%10<=4&&(i%100<10||i%100>=20)?r[1]:r[2])}var n=[/^янв/i,/^фев/i,/^мар/i,/^апр/i,/^ма[йя]/i,/^июн/i,/^июл/i,/^авг/i,/^сен/i,/^окт/i,/^ноя/i,/^дек/i];e.defineLocale("ru",{months:{format:"января_февраля_марта_апреля_мая_июня_июля_августа_сентября_октября_ноября_декабря".split("_"),standalone:"январь_февраль_март_апрель_май_июнь_июль_август_сентябрь_октябрь_ноябрь_декабрь".split("_")},monthsShort:{format:"янв._февр._мар._апр._мая_июня_июля_авг._сент._окт._нояб._дек.".split("_"),standalone:"янв._февр._март_апр._май_июнь_июль_авг._сент._окт._нояб._дек.".split("_")},weekdays:{standalone:"воскресенье_понедельник_вторник_среда_четверг_пятница_суббота".split("_"),format:"воскресенье_понедельник_вторник_среду_четверг_пятницу_субботу".split("_"),isFormat:/\[ ?[Вв] ?(?:прошлую|следующую|эту)? ?] ?dddd/},weekdaysShort:"вс_пн_вт_ср_чт_пт_сб".split("_"),weekdaysMin:"вс_пн_вт_ср_чт_пт_сб".split("_"),monthsParse:n,longMonthsParse:n,shortMonthsParse:n,monthsRegex:/^(январ[ья]|янв\.?|феврал[ья]|февр?\.?|марта?|мар\.?|апрел[ья]|апр\.?|ма[йя]|июн[ья]|июн\.?|июл[ья]|июл\.?|августа?|авг\.?|сентябр[ья]|сент?\.?|октябр[ья]|окт\.?|ноябр[ья]|нояб?\.?|декабр[ья]|дек\.?)/i,monthsShortRegex:/^(январ[ья]|янв\.?|феврал[ья]|февр?\.?|марта?|мар\.?|апрел[ья]|апр\.?|ма[йя]|июн[ья]|июн\.?|июл[ья]|июл\.?|августа?|авг\.?|сентябр[ья]|сент?\.?|октябр[ья]|окт\.?|ноябр[ья]|нояб?\.?|декабр[ья]|дек\.?)/i,monthsStrictRegex:/^(январ[яь]|феврал[яь]|марта?|апрел[яь]|ма[яй]|июн[яь]|июл[яь]|августа?|сентябр[яь]|октябр[яь]|ноябр[яь]|декабр[яь])/i,monthsShortStrictRegex:/^(янв\.|февр?\.|мар[т.]|апр\.|ма[яй]|июн[ья.]|июл[ья.]|авг\.|сент?\.|окт\.|нояб?\.|дек\.)/i,longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY г.",LLL:"D MMMM YYYY г., H:mm",LLLL:"dddd, D MMMM YYYY г., H:mm"},calendar:{sameDay:"[Сегодня, в] LT",nextDay:"[Завтра, в] LT",lastDay:"[Вчера, в] LT",nextWeek:function(e){if(e.week()===this.week())return 2===this.day()?"[Во] dddd, [в] LT":"[В] dddd, [в] LT";switch(this.day()){case 0:return"[В следующее] dddd, [в] LT";case 1:case 2:case 4:return"[В следующий] dddd, [в] LT";case 3:case 5:case 6:return"[В следующую] dddd, [в] LT"}},lastWeek:function(e){if(e.week()===this.week())return 2===this.day()?"[Во] dddd, [в] LT":"[В] dddd, [в] LT";switch(this.day()){case 0:return"[В прошлое] dddd, [в] LT";case 1:case 2:case 4:return"[В прошлый] dddd, [в] LT";case 3:case 5:case 6:return"[В прошлую] dddd, [в] LT"}},sameElse:"L"},relativeTime:{future:"через %s",past:"%s назад",s:"несколько секунд",ss:t,m:t,mm:t,h:"час",hh:t,d:"день",dd:t,w:"неделя",ww:t,M:"месяц",MM:t,y:"год",yy:t},meridiemParse:/ночи|утра|дня|вечера/i,isPM:function(e){return/^(дня|вечера)$/.test(e)},meridiem:function(e,t,n){return e<4?"ночи":e<12?"утра":e<17?"дня":"вечера"},dayOfMonthOrdinalParse:/\d{1,2}-(й|го|я)/,ordinal:function(e,t){switch(t){case"M":case"d":case"DDD":return e+"-й";case"D":return e+"-го";case"w":case"W":return e+"-я";default:return e}},week:{dow:1,doy:4}})}(n(2))},function(e,t,n){!function(e){"use strict";
+//! moment.js locale configuration
+var t=["جنوري","فيبروري","مارچ","اپريل","مئي","جون","جولاءِ","آگسٽ","سيپٽمبر","آڪٽوبر","نومبر","ڊسمبر"],n=["آچر","سومر","اڱارو","اربع","خميس","جمع","ڇنڇر"];e.defineLocale("sd",{months:t,monthsShort:t,weekdays:n,weekdaysShort:n,weekdaysMin:n,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd، D MMMM YYYY HH:mm"},meridiemParse:/صبح|شام/,isPM:function(e){return"شام"===e},meridiem:function(e,t,n){return e<12?"صبح":"شام"},calendar:{sameDay:"[اڄ] LT",nextDay:"[سڀاڻي] LT",nextWeek:"dddd [اڳين هفتي تي] LT",lastDay:"[ڪالهه] LT",lastWeek:"[گزريل هفتي] dddd [تي] LT",sameElse:"L"},relativeTime:{future:"%s پوء",past:"%s اڳ",s:"چند سيڪنڊ",ss:"%d سيڪنڊ",m:"هڪ منٽ",mm:"%d منٽ",h:"هڪ ڪلاڪ",hh:"%d ڪلاڪ",d:"هڪ ڏينهن",dd:"%d ڏينهن",M:"هڪ مهينو",MM:"%d مهينا",y:"هڪ سال",yy:"%d سال"},preparse:function(e){return e.replace(/،/g,",")},postformat:function(e){return e.replace(/,/g,"،")},week:{dow:1,doy:4}})}(n(2))},function(e,t,n){!function(e){"use strict";
+//! moment.js locale configuration
+e.defineLocale("se",{months:"ođđajagemánnu_guovvamánnu_njukčamánnu_cuoŋománnu_miessemánnu_geassemánnu_suoidnemánnu_borgemánnu_čakčamánnu_golggotmánnu_skábmamánnu_juovlamánnu".split("_"),monthsShort:"ođđj_guov_njuk_cuo_mies_geas_suoi_borg_čakč_golg_skáb_juov".split("_"),weekdays:"sotnabeaivi_vuossárga_maŋŋebárga_gaskavahkku_duorastat_bearjadat_lávvardat".split("_"),weekdaysShort:"sotn_vuos_maŋ_gask_duor_bear_láv".split("_"),weekdaysMin:"s_v_m_g_d_b_L".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"MMMM D. [b.] YYYY",LLL:"MMMM D. [b.] YYYY [ti.] HH:mm",LLLL:"dddd, MMMM D. [b.] YYYY [ti.] HH:mm"},calendar:{sameDay:"[otne ti] LT",nextDay:"[ihttin ti] LT",nextWeek:"dddd [ti] LT",lastDay:"[ikte ti] LT",lastWeek:"[ovddit] dddd [ti] LT",sameElse:"L"},relativeTime:{future:"%s geažes",past:"maŋit %s",s:"moadde sekunddat",ss:"%d sekunddat",m:"okta minuhta",mm:"%d minuhtat",h:"okta diimmu",hh:"%d diimmut",d:"okta beaivi",dd:"%d beaivvit",M:"okta mánnu",MM:"%d mánut",y:"okta jahki",yy:"%d jagit"},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})}(n(2))},function(e,t,n){!function(e){"use strict";
+//! moment.js locale configuration
+e.defineLocale("si",{months:"ජනවාරි_පෙබරවාරි_මාර්තු_අප්‍රේල්_මැයි_ජූනි_ජූලි_අගෝස්තු_සැප්තැම්බර්_ඔක්තෝබර්_නොවැම්බර්_දෙසැම්බර්".split("_"),monthsShort:"ජන_පෙබ_මාර්_අප්_මැයි_ජූනි_ජූලි_අගෝ_සැප්_ඔක්_නොවැ_දෙසැ".split("_"),weekdays:"ඉරිදා_සඳුදා_අඟහරුවාදා_බදාදා_බ්‍රහස්පතින්දා_සිකුරාදා_සෙනසුරාදා".split("_"),weekdaysShort:"ඉරි_සඳු_අඟ_බදා_බ්‍රහ_සිකු_සෙන".split("_"),weekdaysMin:"ඉ_ස_අ_බ_බ්‍ර_සි_සෙ".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"a h:mm",LTS:"a h:mm:ss",L:"YYYY/MM/DD",LL:"YYYY MMMM D",LLL:"YYYY MMMM D, a h:mm",LLLL:"YYYY MMMM D [වැනි] dddd, a h:mm:ss"},calendar:{sameDay:"[අද] LT[ට]",nextDay:"[හෙට] LT[ට]",nextWeek:"dddd LT[ට]",lastDay:"[ඊයේ] LT[ට]",lastWeek:"[පසුගිය] dddd LT[ට]",sameElse:"L"},relativeTime:{future:"%sකින්",past:"%sකට පෙර",s:"තත්පර කිහිපය",ss:"තත්පර %d",m:"මිනිත්තුව",mm:"මිනිත්තු %d",h:"පැය",hh:"පැය %d",d:"දිනය",dd:"දින %d",M:"මාසය",MM:"මාස %d",y:"වසර",yy:"වසර %d"},dayOfMonthOrdinalParse:/\d{1,2} වැනි/,ordinal:function(e){return e+" වැනි"},meridiemParse:/පෙර වරු|පස් වරු|පෙ.ව|ප.ව./,isPM:function(e){return"ප.ව."===e||"පස් වරු"===e},meridiem:function(e,t,n){return e>11?n?"ප.ව.":"පස් වරු":n?"පෙ.ව.":"පෙර වරු"}})}(n(2))},function(e,t,n){!function(e){"use strict";
+//! moment.js locale configuration
+var t="január_február_marec_apríl_máj_jún_júl_august_september_október_november_december".split("_"),n="jan_feb_mar_apr_máj_jún_júl_aug_sep_okt_nov_dec".split("_");function i(e){return e>1&&e<5}function r(e,t,n,r){var o=e+" ";switch(n){case"s":return t||r?"pár sekúnd":"pár sekundami";case"ss":return t||r?o+(i(e)?"sekundy":"sekúnd"):o+"sekundami";case"m":return t?"minúta":r?"minútu":"minútou";case"mm":return t||r?o+(i(e)?"minúty":"minút"):o+"minútami";case"h":return t?"hodina":r?"hodinu":"hodinou";case"hh":return t||r?o+(i(e)?"hodiny":"hodín"):o+"hodinami";case"d":return t||r?"deň":"dňom";case"dd":return t||r?o+(i(e)?"dni":"dní"):o+"dňami";case"M":return t||r?"mesiac":"mesiacom";case"MM":return t||r?o+(i(e)?"mesiace":"mesiacov"):o+"mesiacmi";case"y":return t||r?"rok":"rokom";case"yy":return t||r?o+(i(e)?"roky":"rokov"):o+"rokmi"}}e.defineLocale("sk",{months:t,monthsShort:n,weekdays:"nedeľa_pondelok_utorok_streda_štvrtok_piatok_sobota".split("_"),weekdaysShort:"ne_po_ut_st_št_pi_so".split("_"),weekdaysMin:"ne_po_ut_st_št_pi_so".split("_"),longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY H:mm",LLLL:"dddd D. MMMM YYYY H:mm"},calendar:{sameDay:"[dnes o] LT",nextDay:"[zajtra o] LT",nextWeek:function(){switch(this.day()){case 0:return"[v nedeľu o] LT";case 1:case 2:return"[v] dddd [o] LT";case 3:return"[v stredu o] LT";case 4:return"[vo štvrtok o] LT";case 5:return"[v piatok o] LT";case 6:return"[v sobotu o] LT"}},lastDay:"[včera o] LT",lastWeek:function(){switch(this.day()){case 0:return"[minulú nedeľu o] LT";case 1:case 2:return"[minulý] dddd [o] LT";case 3:return"[minulú stredu o] LT";case 4:case 5:return"[minulý] dddd [o] LT";case 6:return"[minulú sobotu o] LT"}},sameElse:"L"},relativeTime:{future:"za %s",past:"pred %s",s:r,ss:r,m:r,mm:r,h:r,hh:r,d:r,dd:r,M:r,MM:r,y:r,yy:r},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})}(n(2))},function(e,t,n){!function(e){"use strict";
+//! moment.js locale configuration
+function t(e,t,n,i){var r=e+" ";switch(n){case"s":return t||i?"nekaj sekund":"nekaj sekundami";case"ss":return r+=1===e?t?"sekundo":"sekundi":2===e?t||i?"sekundi":"sekundah":e<5?t||i?"sekunde":"sekundah":"sekund";case"m":return t?"ena minuta":"eno minuto";case"mm":return r+=1===e?t?"minuta":"minuto":2===e?t||i?"minuti":"minutama":e<5?t||i?"minute":"minutami":t||i?"minut":"minutami";case"h":return t?"ena ura":"eno uro";case"hh":return r+=1===e?t?"ura":"uro":2===e?t||i?"uri":"urama":e<5?t||i?"ure":"urami":t||i?"ur":"urami";case"d":return t||i?"en dan":"enim dnem";case"dd":return r+=1===e?t||i?"dan":"dnem":2===e?t||i?"dni":"dnevoma":t||i?"dni":"dnevi";case"M":return t||i?"en mesec":"enim mesecem";case"MM":return r+=1===e?t||i?"mesec":"mesecem":2===e?t||i?"meseca":"mesecema":e<5?t||i?"mesece":"meseci":t||i?"mesecev":"meseci";case"y":return t||i?"eno leto":"enim letom";case"yy":return r+=1===e?t||i?"leto":"letom":2===e?t||i?"leti":"letoma":e<5?t||i?"leta":"leti":t||i?"let":"leti"}}e.defineLocale("sl",{months:"januar_februar_marec_april_maj_junij_julij_avgust_september_oktober_november_december".split("_"),monthsShort:"jan._feb._mar._apr._maj._jun._jul._avg._sep._okt._nov._dec.".split("_"),monthsParseExact:!0,weekdays:"nedelja_ponedeljek_torek_sreda_četrtek_petek_sobota".split("_"),weekdaysShort:"ned._pon._tor._sre._čet._pet._sob.".split("_"),weekdaysMin:"ne_po_to_sr_če_pe_so".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD. MM. YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY H:mm",LLLL:"dddd, D. MMMM YYYY H:mm"},calendar:{sameDay:"[danes ob] LT",nextDay:"[jutri ob] LT",nextWeek:function(){switch(this.day()){case 0:return"[v] [nedeljo] [ob] LT";case 3:return"[v] [sredo] [ob] LT";case 6:return"[v] [soboto] [ob] LT";case 1:case 2:case 4:case 5:return"[v] dddd [ob] LT"}},lastDay:"[včeraj ob] LT",lastWeek:function(){switch(this.day()){case 0:return"[prejšnjo] [nedeljo] [ob] LT";case 3:return"[prejšnjo] [sredo] [ob] LT";case 6:return"[prejšnjo] [soboto] [ob] LT";case 1:case 2:case 4:case 5:return"[prejšnji] dddd [ob] LT"}},sameElse:"L"},relativeTime:{future:"čez %s",past:"pred %s",s:t,ss:t,m:t,mm:t,h:t,hh:t,d:t,dd:t,M:t,MM:t,y:t,yy:t},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:7}})}(n(2))},function(e,t,n){!function(e){"use strict";
+//! moment.js locale configuration
+e.defineLocale("sq",{months:"Janar_Shkurt_Mars_Prill_Maj_Qershor_Korrik_Gusht_Shtator_Tetor_Nëntor_Dhjetor".split("_"),monthsShort:"Jan_Shk_Mar_Pri_Maj_Qer_Kor_Gus_Sht_Tet_Nën_Dhj".split("_"),weekdays:"E Diel_E Hënë_E Martë_E Mërkurë_E Enjte_E Premte_E Shtunë".split("_"),weekdaysShort:"Die_Hën_Mar_Mër_Enj_Pre_Sht".split("_"),weekdaysMin:"D_H_Ma_Më_E_P_Sh".split("_"),weekdaysParseExact:!0,meridiemParse:/PD|MD/,isPM:function(e){return"M"===e.charAt(0)},meridiem:function(e,t,n){return e<12?"PD":"MD"},longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[Sot në] LT",nextDay:"[Nesër në] LT",nextWeek:"dddd [në] LT",lastDay:"[Dje në] LT",lastWeek:"dddd [e kaluar në] LT",sameElse:"L"},relativeTime:{future:"në %s",past:"%s më parë",s:"disa sekonda",ss:"%d sekonda",m:"një minutë",mm:"%d minuta",h:"një orë",hh:"%d orë",d:"një ditë",dd:"%d ditë",M:"një muaj",MM:"%d muaj",y:"një vit",yy:"%d vite"},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})}(n(2))},function(e,t,n){!function(e){"use strict";
+//! moment.js locale configuration
+var t={words:{ss:["sekunda","sekunde","sekundi"],m:["jedan minut","jedne minute"],mm:["minut","minute","minuta"],h:["jedan sat","jednog sata"],hh:["sat","sata","sati"],dd:["dan","dana","dana"],MM:["mesec","meseca","meseci"],yy:["godina","godine","godina"]},correctGrammaticalCase:function(e,t){return 1===e?t[0]:e>=2&&e<=4?t[1]:t[2]},translate:function(e,n,i){var r=t.words[i];return 1===i.length?n?r[0]:r[1]:e+" "+t.correctGrammaticalCase(e,r)}};e.defineLocale("sr",{months:"januar_februar_mart_april_maj_jun_jul_avgust_septembar_oktobar_novembar_decembar".split("_"),monthsShort:"jan._feb._mar._apr._maj_jun_jul_avg._sep._okt._nov._dec.".split("_"),monthsParseExact:!0,weekdays:"nedelja_ponedeljak_utorak_sreda_četvrtak_petak_subota".split("_"),weekdaysShort:"ned._pon._uto._sre._čet._pet._sub.".split("_"),weekdaysMin:"ne_po_ut_sr_če_pe_su".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"D. M. YYYY.",LL:"D. MMMM YYYY.",LLL:"D. MMMM YYYY. H:mm",LLLL:"dddd, D. MMMM YYYY. H:mm"},calendar:{sameDay:"[danas u] LT",nextDay:"[sutra u] LT",nextWeek:function(){switch(this.day()){case 0:return"[u] [nedelju] [u] LT";case 3:return"[u] [sredu] [u] LT";case 6:return"[u] [subotu] [u] LT";case 1:case 2:case 4:case 5:return"[u] dddd [u] LT"}},lastDay:"[juče u] LT",lastWeek:function(){return["[prošle] [nedelje] [u] LT","[prošlog] [ponedeljka] [u] LT","[prošlog] [utorka] [u] LT","[prošle] [srede] [u] LT","[prošlog] [četvrtka] [u] LT","[prošlog] [petka] [u] LT","[prošle] [subote] [u] LT"][this.day()]},sameElse:"L"},relativeTime:{future:"za %s",past:"pre %s",s:"nekoliko sekundi",ss:t.translate,m:t.translate,mm:t.translate,h:t.translate,hh:t.translate,d:"dan",dd:t.translate,M:"mesec",MM:t.translate,y:"godinu",yy:t.translate},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:7}})}(n(2))},function(e,t,n){!function(e){"use strict";
+//! moment.js locale configuration
+var t={words:{ss:["секунда","секунде","секунди"],m:["један минут","једне минуте"],mm:["минут","минуте","минута"],h:["један сат","једног сата"],hh:["сат","сата","сати"],dd:["дан","дана","дана"],MM:["месец","месеца","месеци"],yy:["година","године","година"]},correctGrammaticalCase:function(e,t){return 1===e?t[0]:e>=2&&e<=4?t[1]:t[2]},translate:function(e,n,i){var r=t.words[i];return 1===i.length?n?r[0]:r[1]:e+" "+t.correctGrammaticalCase(e,r)}};e.defineLocale("sr-cyrl",{months:"јануар_фебруар_март_април_мај_јун_јул_август_септембар_октобар_новембар_децембар".split("_"),monthsShort:"јан._феб._мар._апр._мај_јун_јул_авг._сеп._окт._нов._дец.".split("_"),monthsParseExact:!0,weekdays:"недеља_понедељак_уторак_среда_четвртак_петак_субота".split("_"),weekdaysShort:"нед._пон._уто._сре._чет._пет._суб.".split("_"),weekdaysMin:"не_по_ут_ср_че_пе_су".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"D. M. YYYY.",LL:"D. MMMM YYYY.",LLL:"D. MMMM YYYY. H:mm",LLLL:"dddd, D. MMMM YYYY. H:mm"},calendar:{sameDay:"[данас у] LT",nextDay:"[сутра у] LT",nextWeek:function(){switch(this.day()){case 0:return"[у] [недељу] [у] LT";case 3:return"[у] [среду] [у] LT";case 6:return"[у] [суботу] [у] LT";case 1:case 2:case 4:case 5:return"[у] dddd [у] LT"}},lastDay:"[јуче у] LT",lastWeek:function(){return["[прошле] [недеље] [у] LT","[прошлог] [понедељка] [у] LT","[прошлог] [уторка] [у] LT","[прошле] [среде] [у] LT","[прошлог] [четвртка] [у] LT","[прошлог] [петка] [у] LT","[прошле] [суботе] [у] LT"][this.day()]},sameElse:"L"},relativeTime:{future:"за %s",past:"пре %s",s:"неколико секунди",ss:t.translate,m:t.translate,mm:t.translate,h:t.translate,hh:t.translate,d:"дан",dd:t.translate,M:"месец",MM:t.translate,y:"годину",yy:t.translate},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:7}})}(n(2))},function(e,t,n){!function(e){"use strict";
+//! moment.js locale configuration
+e.defineLocale("ss",{months:"Bhimbidvwane_Indlovana_Indlov'lenkhulu_Mabasa_Inkhwekhweti_Inhlaba_Kholwane_Ingci_Inyoni_Imphala_Lweti_Ingongoni".split("_"),monthsShort:"Bhi_Ina_Inu_Mab_Ink_Inh_Kho_Igc_Iny_Imp_Lwe_Igo".split("_"),weekdays:"Lisontfo_Umsombuluko_Lesibili_Lesitsatfu_Lesine_Lesihlanu_Umgcibelo".split("_"),weekdaysShort:"Lis_Umb_Lsb_Les_Lsi_Lsh_Umg".split("_"),weekdaysMin:"Li_Us_Lb_Lt_Ls_Lh_Ug".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"h:mm A",LTS:"h:mm:ss A",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY h:mm A",LLLL:"dddd, D MMMM YYYY h:mm A"},calendar:{sameDay:"[Namuhla nga] LT",nextDay:"[Kusasa nga] LT",nextWeek:"dddd [nga] LT",lastDay:"[Itolo nga] LT",lastWeek:"dddd [leliphelile] [nga] LT",sameElse:"L"},relativeTime:{future:"nga %s",past:"wenteka nga %s",s:"emizuzwana lomcane",ss:"%d mzuzwana",m:"umzuzu",mm:"%d emizuzu",h:"lihora",hh:"%d emahora",d:"lilanga",dd:"%d emalanga",M:"inyanga",MM:"%d tinyanga",y:"umnyaka",yy:"%d iminyaka"},meridiemParse:/ekuseni|emini|entsambama|ebusuku/,meridiem:function(e,t,n){return e<11?"ekuseni":e<15?"emini":e<19?"entsambama":"ebusuku"},meridiemHour:function(e,t){return 12===e&&(e=0),"ekuseni"===t?e:"emini"===t?e>=11?e:e+12:"entsambama"===t||"ebusuku"===t?0===e?0:e+12:void 0},dayOfMonthOrdinalParse:/\d{1,2}/,ordinal:"%d",week:{dow:1,doy:4}})}(n(2))},function(e,t,n){!function(e){"use strict";
+//! moment.js locale configuration
+e.defineLocale("sv",{months:"januari_februari_mars_april_maj_juni_juli_augusti_september_oktober_november_december".split("_"),monthsShort:"jan_feb_mar_apr_maj_jun_jul_aug_sep_okt_nov_dec".split("_"),weekdays:"söndag_måndag_tisdag_onsdag_torsdag_fredag_lördag".split("_"),weekdaysShort:"sön_mån_tis_ons_tor_fre_lör".split("_"),weekdaysMin:"sö_må_ti_on_to_fr_lö".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"YYYY-MM-DD",LL:"D MMMM YYYY",LLL:"D MMMM YYYY [kl.] HH:mm",LLLL:"dddd D MMMM YYYY [kl.] HH:mm",lll:"D MMM YYYY HH:mm",llll:"ddd D MMM YYYY HH:mm"},calendar:{sameDay:"[Idag] LT",nextDay:"[Imorgon] LT",lastDay:"[Igår] LT",nextWeek:"[På] dddd LT",lastWeek:"[I] dddd[s] LT",sameElse:"L"},relativeTime:{future:"om %s",past:"för %s sedan",s:"några sekunder",ss:"%d sekunder",m:"en minut",mm:"%d minuter",h:"en timme",hh:"%d timmar",d:"en dag",dd:"%d dagar",M:"en månad",MM:"%d månader",y:"ett år",yy:"%d år"},dayOfMonthOrdinalParse:/\d{1,2}(\:e|\:a)/,ordinal:function(e){var t=e%10;return e+(1==~~(e%100/10)?":e":1===t||2===t?":a":":e")},week:{dow:1,doy:4}})}(n(2))},function(e,t,n){!function(e){"use strict";
+//! moment.js locale configuration
+e.defineLocale("sw",{months:"Januari_Februari_Machi_Aprili_Mei_Juni_Julai_Agosti_Septemba_Oktoba_Novemba_Desemba".split("_"),monthsShort:"Jan_Feb_Mac_Apr_Mei_Jun_Jul_Ago_Sep_Okt_Nov_Des".split("_"),weekdays:"Jumapili_Jumatatu_Jumanne_Jumatano_Alhamisi_Ijumaa_Jumamosi".split("_"),weekdaysShort:"Jpl_Jtat_Jnne_Jtan_Alh_Ijm_Jmos".split("_"),weekdaysMin:"J2_J3_J4_J5_Al_Ij_J1".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"hh:mm A",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[leo saa] LT",nextDay:"[kesho saa] LT",nextWeek:"[wiki ijayo] dddd [saat] LT",lastDay:"[jana] LT",lastWeek:"[wiki iliyopita] dddd [saat] LT",sameElse:"L"},relativeTime:{future:"%s baadaye",past:"tokea %s",s:"hivi punde",ss:"sekunde %d",m:"dakika moja",mm:"dakika %d",h:"saa limoja",hh:"masaa %d",d:"siku moja",dd:"siku %d",M:"mwezi mmoja",MM:"miezi %d",y:"mwaka mmoja",yy:"miaka %d"},week:{dow:1,doy:7}})}(n(2))},function(e,t,n){!function(e){"use strict";
+//! moment.js locale configuration
+var t={1:"௧",2:"௨",3:"௩",4:"௪",5:"௫",6:"௬",7:"௭",8:"௮",9:"௯",0:"௦"},n={"௧":"1","௨":"2","௩":"3","௪":"4","௫":"5","௬":"6","௭":"7","௮":"8","௯":"9","௦":"0"};e.defineLocale("ta",{months:"ஜனவரி_பிப்ரவரி_மார்ச்_ஏப்ரல்_மே_ஜூன்_ஜூலை_ஆகஸ்ட்_செப்டெம்பர்_அக்டோபர்_நவம்பர்_டிசம்பர்".split("_"),monthsShort:"ஜனவரி_பிப்ரவரி_மார்ச்_ஏப்ரல்_மே_ஜூன்_ஜூலை_ஆகஸ்ட்_செப்டெம்பர்_அக்டோபர்_நவம்பர்_டிசம்பர்".split("_"),weekdays:"ஞாயிற்றுக்கிழமை_திங்கட்கிழமை_செவ்வாய்கிழமை_புதன்கிழமை_வியாழக்கிழமை_வெள்ளிக்கிழமை_சனிக்கிழமை".split("_"),weekdaysShort:"ஞாயிறு_திங்கள்_செவ்வாய்_புதன்_வியாழன்_வெள்ளி_சனி".split("_"),weekdaysMin:"ஞா_தி_செ_பு_வி_வெ_ச".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY, HH:mm",LLLL:"dddd, D MMMM YYYY, HH:mm"},calendar:{sameDay:"[இன்று] LT",nextDay:"[நாளை] LT",nextWeek:"dddd, LT",lastDay:"[நேற்று] LT",lastWeek:"[கடந்த வாரம்] dddd, LT",sameElse:"L"},relativeTime:{future:"%s இல்",past:"%s முன்",s:"ஒரு சில விநாடிகள்",ss:"%d விநாடிகள்",m:"ஒரு நிமிடம்",mm:"%d நிமிடங்கள்",h:"ஒரு மணி நேரம்",hh:"%d மணி நேரம்",d:"ஒரு நாள்",dd:"%d நாட்கள்",M:"ஒரு மாதம்",MM:"%d மாதங்கள்",y:"ஒரு வருடம்",yy:"%d ஆண்டுகள்"},dayOfMonthOrdinalParse:/\d{1,2}வது/,ordinal:function(e){return e+"வது"},preparse:function(e){return e.replace(/[௧௨௩௪௫௬௭௮௯௦]/g,(function(e){return n[e]}))},postformat:function(e){return e.replace(/\d/g,(function(e){return t[e]}))},meridiemParse:/யாமம்|வைகறை|காலை|நண்பகல்|எற்பாடு|மாலை/,meridiem:function(e,t,n){return e<2?" யாமம்":e<6?" வைகறை":e<10?" காலை":e<14?" நண்பகல்":e<18?" எற்பாடு":e<22?" மாலை":" யாமம்"},meridiemHour:function(e,t){return 12===e&&(e=0),"யாமம்"===t?e<2?e:e+12:"வைகறை"===t||"காலை"===t||"நண்பகல்"===t&&e>=10?e:e+12},week:{dow:0,doy:6}})}(n(2))},function(e,t,n){!function(e){"use strict";
+//! moment.js locale configuration
+e.defineLocale("te",{months:"జనవరి_ఫిబ్రవరి_మార్చి_ఏప్రిల్_మే_జూన్_జులై_ఆగస్టు_సెప్టెంబర్_అక్టోబర్_నవంబర్_డిసెంబర్".split("_"),monthsShort:"జన._ఫిబ్ర._మార్చి_ఏప్రి._మే_జూన్_జులై_ఆగ._సెప్._అక్టో._నవ._డిసె.".split("_"),monthsParseExact:!0,weekdays:"ఆదివారం_సోమవారం_మంగళవారం_బుధవారం_గురువారం_శుక్రవారం_శనివారం".split("_"),weekdaysShort:"ఆది_సోమ_మంగళ_బుధ_గురు_శుక్ర_శని".split("_"),weekdaysMin:"ఆ_సో_మం_బు_గు_శు_శ".split("_"),longDateFormat:{LT:"A h:mm",LTS:"A h:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY, A h:mm",LLLL:"dddd, D MMMM YYYY, A h:mm"},calendar:{sameDay:"[నేడు] LT",nextDay:"[రేపు] LT",nextWeek:"dddd, LT",lastDay:"[నిన్న] LT",lastWeek:"[గత] dddd, LT",sameElse:"L"},relativeTime:{future:"%s లో",past:"%s క్రితం",s:"కొన్ని క్షణాలు",ss:"%d సెకన్లు",m:"ఒక నిమిషం",mm:"%d నిమిషాలు",h:"ఒక గంట",hh:"%d గంటలు",d:"ఒక రోజు",dd:"%d రోజులు",M:"ఒక నెల",MM:"%d నెలలు",y:"ఒక సంవత్సరం",yy:"%d సంవత్సరాలు"},dayOfMonthOrdinalParse:/\d{1,2}వ/,ordinal:"%dవ",meridiemParse:/రాత్రి|ఉదయం|మధ్యాహ్నం|సాయంత్రం/,meridiemHour:function(e,t){return 12===e&&(e=0),"రాత్రి"===t?e<4?e:e+12:"ఉదయం"===t?e:"మధ్యాహ్నం"===t?e>=10?e:e+12:"సాయంత్రం"===t?e+12:void 0},meridiem:function(e,t,n){return e<4?"రాత్రి":e<10?"ఉదయం":e<17?"మధ్యాహ్నం":e<20?"సాయంత్రం":"రాత్రి"},week:{dow:0,doy:6}})}(n(2))},function(e,t,n){!function(e){"use strict";
+//! moment.js locale configuration
+e.defineLocale("tet",{months:"Janeiru_Fevereiru_Marsu_Abril_Maiu_Juñu_Jullu_Agustu_Setembru_Outubru_Novembru_Dezembru".split("_"),monthsShort:"Jan_Fev_Mar_Abr_Mai_Jun_Jul_Ago_Set_Out_Nov_Dez".split("_"),weekdays:"Domingu_Segunda_Tersa_Kuarta_Kinta_Sesta_Sabadu".split("_"),weekdaysShort:"Dom_Seg_Ters_Kua_Kint_Sest_Sab".split("_"),weekdaysMin:"Do_Seg_Te_Ku_Ki_Ses_Sa".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[Ohin iha] LT",nextDay:"[Aban iha] LT",nextWeek:"dddd [iha] LT",lastDay:"[Horiseik iha] LT",lastWeek:"dddd [semana kotuk] [iha] LT",sameElse:"L"},relativeTime:{future:"iha %s",past:"%s liuba",s:"segundu balun",ss:"segundu %d",m:"minutu ida",mm:"minutu %d",h:"oras ida",hh:"oras %d",d:"loron ida",dd:"loron %d",M:"fulan ida",MM:"fulan %d",y:"tinan ida",yy:"tinan %d"},dayOfMonthOrdinalParse:/\d{1,2}(st|nd|rd|th)/,ordinal:function(e){var t=e%10;return e+(1==~~(e%100/10)?"th":1===t?"st":2===t?"nd":3===t?"rd":"th")},week:{dow:1,doy:4}})}(n(2))},function(e,t,n){!function(e){"use strict";
+//! moment.js locale configuration
+var t={0:"-ум",1:"-ум",2:"-юм",3:"-юм",4:"-ум",5:"-ум",6:"-ум",7:"-ум",8:"-ум",9:"-ум",10:"-ум",12:"-ум",13:"-ум",20:"-ум",30:"-юм",40:"-ум",50:"-ум",60:"-ум",70:"-ум",80:"-ум",90:"-ум",100:"-ум"};e.defineLocale("tg",{months:{format:"январи_феврали_марти_апрели_майи_июни_июли_августи_сентябри_октябри_ноябри_декабри".split("_"),standalone:"январ_феврал_март_апрел_май_июн_июл_август_сентябр_октябр_ноябр_декабр".split("_")},monthsShort:"янв_фев_мар_апр_май_июн_июл_авг_сен_окт_ноя_дек".split("_"),weekdays:"якшанбе_душанбе_сешанбе_чоршанбе_панҷшанбе_ҷумъа_шанбе".split("_"),weekdaysShort:"яшб_дшб_сшб_чшб_пшб_ҷум_шнб".split("_"),weekdaysMin:"яш_дш_сш_чш_пш_ҷм_шб".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[Имрӯз соати] LT",nextDay:"[Фардо соати] LT",lastDay:"[Дирӯз соати] LT",nextWeek:"dddd[и] [ҳафтаи оянда соати] LT",lastWeek:"dddd[и] [ҳафтаи гузашта соати] LT",sameElse:"L"},relativeTime:{future:"баъди %s",past:"%s пеш",s:"якчанд сония",m:"як дақиқа",mm:"%d дақиқа",h:"як соат",hh:"%d соат",d:"як рӯз",dd:"%d рӯз",M:"як моҳ",MM:"%d моҳ",y:"як сол",yy:"%d сол"},meridiemParse:/шаб|субҳ|рӯз|бегоҳ/,meridiemHour:function(e,t){return 12===e&&(e=0),"шаб"===t?e<4?e:e+12:"субҳ"===t?e:"рӯз"===t?e>=11?e:e+12:"бегоҳ"===t?e+12:void 0},meridiem:function(e,t,n){return e<4?"шаб":e<11?"субҳ":e<16?"рӯз":e<19?"бегоҳ":"шаб"},dayOfMonthOrdinalParse:/\d{1,2}-(ум|юм)/,ordinal:function(e){return e+(t[e]||t[e%10]||t[e>=100?100:null])},week:{dow:1,doy:7}})}(n(2))},function(e,t,n){!function(e){"use strict";
+//! moment.js locale configuration
+e.defineLocale("th",{months:"มกราคม_กุมภาพันธ์_มีนาคม_เมษายน_พฤษภาคม_มิถุนายน_กรกฎาคม_สิงหาคม_กันยายน_ตุลาคม_พฤศจิกายน_ธันวาคม".split("_"),monthsShort:"ม.ค._ก.พ._มี.ค._เม.ย._พ.ค._มิ.ย._ก.ค._ส.ค._ก.ย._ต.ค._พ.ย._ธ.ค.".split("_"),monthsParseExact:!0,weekdays:"อาทิตย์_จันทร์_อังคาร_พุธ_พฤหัสบดี_ศุกร์_เสาร์".split("_"),weekdaysShort:"อาทิตย์_จันทร์_อังคาร_พุธ_พฤหัส_ศุกร์_เสาร์".split("_"),weekdaysMin:"อา._จ._อ._พ._พฤ._ศ._ส.".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY เวลา H:mm",LLLL:"วันddddที่ D MMMM YYYY เวลา H:mm"},meridiemParse:/ก่อนเที่ยง|หลังเที่ยง/,isPM:function(e){return"หลังเที่ยง"===e},meridiem:function(e,t,n){return e<12?"ก่อนเที่ยง":"หลังเที่ยง"},calendar:{sameDay:"[วันนี้ เวลา] LT",nextDay:"[พรุ่งนี้ เวลา] LT",nextWeek:"dddd[หน้า เวลา] LT",lastDay:"[เมื่อวานนี้ เวลา] LT",lastWeek:"[วัน]dddd[ที่แล้ว เวลา] LT",sameElse:"L"},relativeTime:{future:"อีก %s",past:"%sที่แล้ว",s:"ไม่กี่วินาที",ss:"%d วินาที",m:"1 นาที",mm:"%d นาที",h:"1 ชั่วโมง",hh:"%d ชั่วโมง",d:"1 วัน",dd:"%d วัน",w:"1 สัปดาห์",ww:"%d สัปดาห์",M:"1 เดือน",MM:"%d เดือน",y:"1 ปี",yy:"%d ปี"}})}(n(2))},function(e,t,n){!function(e){"use strict";
+//! moment.js locale configuration
+var t={1:"'inji",5:"'inji",8:"'inji",70:"'inji",80:"'inji",2:"'nji",7:"'nji",20:"'nji",50:"'nji",3:"'ünji",4:"'ünji",100:"'ünji",6:"'njy",9:"'unjy",10:"'unjy",30:"'unjy",60:"'ynjy",90:"'ynjy"};e.defineLocale("tk",{months:"Ýanwar_Fewral_Mart_Aprel_Maý_Iýun_Iýul_Awgust_Sentýabr_Oktýabr_Noýabr_Dekabr".split("_"),monthsShort:"Ýan_Few_Mar_Apr_Maý_Iýn_Iýl_Awg_Sen_Okt_Noý_Dek".split("_"),weekdays:"Ýekşenbe_Duşenbe_Sişenbe_Çarşenbe_Penşenbe_Anna_Şenbe".split("_"),weekdaysShort:"Ýek_Duş_Siş_Çar_Pen_Ann_Şen".split("_"),weekdaysMin:"Ýk_Dş_Sş_Çr_Pn_An_Şn".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[bugün sagat] LT",nextDay:"[ertir sagat] LT",nextWeek:"[indiki] dddd [sagat] LT",lastDay:"[düýn] LT",lastWeek:"[geçen] dddd [sagat] LT",sameElse:"L"},relativeTime:{future:"%s soň",past:"%s öň",s:"birnäçe sekunt",m:"bir minut",mm:"%d minut",h:"bir sagat",hh:"%d sagat",d:"bir gün",dd:"%d gün",M:"bir aý",MM:"%d aý",y:"bir ýyl",yy:"%d ýyl"},ordinal:function(e,n){switch(n){case"d":case"D":case"Do":case"DD":return e;default:if(0===e)return e+"'unjy";var i=e%10;return e+(t[i]||t[e%100-i]||t[e>=100?100:null])}},week:{dow:1,doy:7}})}(n(2))},function(e,t,n){!function(e){"use strict";
+//! moment.js locale configuration
+e.defineLocale("tl-ph",{months:"Enero_Pebrero_Marso_Abril_Mayo_Hunyo_Hulyo_Agosto_Setyembre_Oktubre_Nobyembre_Disyembre".split("_"),monthsShort:"Ene_Peb_Mar_Abr_May_Hun_Hul_Ago_Set_Okt_Nob_Dis".split("_"),weekdays:"Linggo_Lunes_Martes_Miyerkules_Huwebes_Biyernes_Sabado".split("_"),weekdaysShort:"Lin_Lun_Mar_Miy_Huw_Biy_Sab".split("_"),weekdaysMin:"Li_Lu_Ma_Mi_Hu_Bi_Sab".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"MM/D/YYYY",LL:"MMMM D, YYYY",LLL:"MMMM D, YYYY HH:mm",LLLL:"dddd, MMMM DD, YYYY HH:mm"},calendar:{sameDay:"LT [ngayong araw]",nextDay:"[Bukas ng] LT",nextWeek:"LT [sa susunod na] dddd",lastDay:"LT [kahapon]",lastWeek:"LT [noong nakaraang] dddd",sameElse:"L"},relativeTime:{future:"sa loob ng %s",past:"%s ang nakalipas",s:"ilang segundo",ss:"%d segundo",m:"isang minuto",mm:"%d minuto",h:"isang oras",hh:"%d oras",d:"isang araw",dd:"%d araw",M:"isang buwan",MM:"%d buwan",y:"isang taon",yy:"%d taon"},dayOfMonthOrdinalParse:/\d{1,2}/,ordinal:function(e){return e},week:{dow:1,doy:4}})}(n(2))},function(e,t,n){!function(e){"use strict";
+//! moment.js locale configuration
+var t="pagh_wa’_cha’_wej_loS_vagh_jav_Soch_chorgh_Hut".split("_");function n(e,n,i,r){var o=function(e){var n=Math.floor(e%1e3/100),i=Math.floor(e%100/10),r=e%10,o="";return n>0&&(o+=t[n]+"vatlh"),i>0&&(o+=(""!==o?" ":"")+t[i]+"maH"),r>0&&(o+=(""!==o?" ":"")+t[r]),""===o?"pagh":o}(e);switch(i){case"ss":return o+" lup";case"mm":return o+" tup";case"hh":return o+" rep";case"dd":return o+" jaj";case"MM":return o+" jar";case"yy":return o+" DIS"}}e.defineLocale("tlh",{months:"tera’ jar wa’_tera’ jar cha’_tera’ jar wej_tera’ jar loS_tera’ jar vagh_tera’ jar jav_tera’ jar Soch_tera’ jar chorgh_tera’ jar Hut_tera’ jar wa’maH_tera’ jar wa’maH wa’_tera’ jar wa’maH cha’".split("_"),monthsShort:"jar wa’_jar cha’_jar wej_jar loS_jar vagh_jar jav_jar Soch_jar chorgh_jar Hut_jar wa’maH_jar wa’maH wa’_jar wa’maH cha’".split("_"),monthsParseExact:!0,weekdays:"lojmItjaj_DaSjaj_povjaj_ghItlhjaj_loghjaj_buqjaj_ghInjaj".split("_"),weekdaysShort:"lojmItjaj_DaSjaj_povjaj_ghItlhjaj_loghjaj_buqjaj_ghInjaj".split("_"),weekdaysMin:"lojmItjaj_DaSjaj_povjaj_ghItlhjaj_loghjaj_buqjaj_ghInjaj".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[DaHjaj] LT",nextDay:"[wa’leS] LT",nextWeek:"LLL",lastDay:"[wa’Hu’] LT",lastWeek:"LLL",sameElse:"L"},relativeTime:{future:function(e){var t=e;return t=-1!==e.indexOf("jaj")?t.slice(0,-3)+"leS":-1!==e.indexOf("jar")?t.slice(0,-3)+"waQ":-1!==e.indexOf("DIS")?t.slice(0,-3)+"nem":t+" pIq"},past:function(e){var t=e;return t=-1!==e.indexOf("jaj")?t.slice(0,-3)+"Hu’":-1!==e.indexOf("jar")?t.slice(0,-3)+"wen":-1!==e.indexOf("DIS")?t.slice(0,-3)+"ben":t+" ret"},s:"puS lup",ss:n,m:"wa’ tup",mm:n,h:"wa’ rep",hh:n,d:"wa’ jaj",dd:n,M:"wa’ jar",MM:n,y:"wa’ DIS",yy:n},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})}(n(2))},function(e,t,n){!function(e){"use strict";
+//! moment.js locale configuration
+var t={1:"'inci",5:"'inci",8:"'inci",70:"'inci",80:"'inci",2:"'nci",7:"'nci",20:"'nci",50:"'nci",3:"'üncü",4:"'üncü",100:"'üncü",6:"'ncı",9:"'uncu",10:"'uncu",30:"'uncu",60:"'ıncı",90:"'ıncı"};e.defineLocale("tr",{months:"Ocak_Şubat_Mart_Nisan_Mayıs_Haziran_Temmuz_Ağustos_Eylül_Ekim_Kasım_Aralık".split("_"),monthsShort:"Oca_Şub_Mar_Nis_May_Haz_Tem_Ağu_Eyl_Eki_Kas_Ara".split("_"),weekdays:"Pazar_Pazartesi_Salı_Çarşamba_Perşembe_Cuma_Cumartesi".split("_"),weekdaysShort:"Paz_Pts_Sal_Çar_Per_Cum_Cts".split("_"),weekdaysMin:"Pz_Pt_Sa_Ça_Pe_Cu_Ct".split("_"),meridiem:function(e,t,n){return e<12?n?"öö":"ÖÖ":n?"ös":"ÖS"},meridiemParse:/öö|ÖÖ|ös|ÖS/,isPM:function(e){return"ös"===e||"ÖS"===e},longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[bugün saat] LT",nextDay:"[yarın saat] LT",nextWeek:"[gelecek] dddd [saat] LT",lastDay:"[dün] LT",lastWeek:"[geçen] dddd [saat] LT",sameElse:"L"},relativeTime:{future:"%s sonra",past:"%s önce",s:"birkaç saniye",ss:"%d saniye",m:"bir dakika",mm:"%d dakika",h:"bir saat",hh:"%d saat",d:"bir gün",dd:"%d gün",w:"bir hafta",ww:"%d hafta",M:"bir ay",MM:"%d ay",y:"bir yıl",yy:"%d yıl"},ordinal:function(e,n){switch(n){case"d":case"D":case"Do":case"DD":return e;default:if(0===e)return e+"'ıncı";var i=e%10;return e+(t[i]||t[e%100-i]||t[e>=100?100:null])}},week:{dow:1,doy:7}})}(n(2))},function(e,t,n){!function(e){"use strict";
+//! moment.js locale configuration
+function t(e,t,n,i){var r={s:["viensas secunds","'iensas secunds"],ss:[e+" secunds",e+" secunds"],m:["'n míut","'iens míut"],mm:[e+" míuts",e+" míuts"],h:["'n þora","'iensa þora"],hh:[e+" þoras",e+" þoras"],d:["'n ziua","'iensa ziua"],dd:[e+" ziuas",e+" ziuas"],M:["'n mes","'iens mes"],MM:[e+" mesen",e+" mesen"],y:["'n ar","'iens ar"],yy:[e+" ars",e+" ars"]};return i||t?r[n][0]:r[n][1]}e.defineLocale("tzl",{months:"Januar_Fevraglh_Març_Avrïu_Mai_Gün_Julia_Guscht_Setemvar_Listopäts_Noemvar_Zecemvar".split("_"),monthsShort:"Jan_Fev_Mar_Avr_Mai_Gün_Jul_Gus_Set_Lis_Noe_Zec".split("_"),weekdays:"Súladi_Lúneçi_Maitzi_Márcuri_Xhúadi_Viénerçi_Sáturi".split("_"),weekdaysShort:"Súl_Lún_Mai_Már_Xhú_Vié_Sát".split("_"),weekdaysMin:"Sú_Lú_Ma_Má_Xh_Vi_Sá".split("_"),longDateFormat:{LT:"HH.mm",LTS:"HH.mm.ss",L:"DD.MM.YYYY",LL:"D. MMMM [dallas] YYYY",LLL:"D. MMMM [dallas] YYYY HH.mm",LLLL:"dddd, [li] D. MMMM [dallas] YYYY HH.mm"},meridiemParse:/d\'o|d\'a/i,isPM:function(e){return"d'o"===e.toLowerCase()},meridiem:function(e,t,n){return e>11?n?"d'o":"D'O":n?"d'a":"D'A"},calendar:{sameDay:"[oxhi à] LT",nextDay:"[demà à] LT",nextWeek:"dddd [à] LT",lastDay:"[ieiri à] LT",lastWeek:"[sür el] dddd [lasteu à] LT",sameElse:"L"},relativeTime:{future:"osprei %s",past:"ja%s",s:t,ss:t,m:t,mm:t,h:t,hh:t,d:t,dd:t,M:t,MM:t,y:t,yy:t},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})}(n(2))},function(e,t,n){!function(e){"use strict";
+//! moment.js locale configuration
+e.defineLocale("tzm",{months:"ⵉⵏⵏⴰⵢⵔ_ⴱⵕⴰⵢⵕ_ⵎⴰⵕⵚ_ⵉⴱⵔⵉⵔ_ⵎⴰⵢⵢⵓ_ⵢⵓⵏⵢⵓ_ⵢⵓⵍⵢⵓⵣ_ⵖⵓⵛⵜ_ⵛⵓⵜⴰⵏⴱⵉⵔ_ⴽⵟⵓⴱⵕ_ⵏⵓⵡⴰⵏⴱⵉⵔ_ⴷⵓⵊⵏⴱⵉⵔ".split("_"),monthsShort:"ⵉⵏⵏⴰⵢⵔ_ⴱⵕⴰⵢⵕ_ⵎⴰⵕⵚ_ⵉⴱⵔⵉⵔ_ⵎⴰⵢⵢⵓ_ⵢⵓⵏⵢⵓ_ⵢⵓⵍⵢⵓⵣ_ⵖⵓⵛⵜ_ⵛⵓⵜⴰⵏⴱⵉⵔ_ⴽⵟⵓⴱⵕ_ⵏⵓⵡⴰⵏⴱⵉⵔ_ⴷⵓⵊⵏⴱⵉⵔ".split("_"),weekdays:"ⴰⵙⴰⵎⴰⵙ_ⴰⵢⵏⴰⵙ_ⴰⵙⵉⵏⴰⵙ_ⴰⴽⵔⴰⵙ_ⴰⴽⵡⴰⵙ_ⴰⵙⵉⵎⵡⴰⵙ_ⴰⵙⵉⴹⵢⴰⵙ".split("_"),weekdaysShort:"ⴰⵙⴰⵎⴰⵙ_ⴰⵢⵏⴰⵙ_ⴰⵙⵉⵏⴰⵙ_ⴰⴽⵔⴰⵙ_ⴰⴽⵡⴰⵙ_ⴰⵙⵉⵎⵡⴰⵙ_ⴰⵙⵉⴹⵢⴰⵙ".split("_"),weekdaysMin:"ⴰⵙⴰⵎⴰⵙ_ⴰⵢⵏⴰⵙ_ⴰⵙⵉⵏⴰⵙ_ⴰⴽⵔⴰⵙ_ⴰⴽⵡⴰⵙ_ⴰⵙⵉⵎⵡⴰⵙ_ⴰⵙⵉⴹⵢⴰⵙ".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[ⴰⵙⴷⵅ ⴴ] LT",nextDay:"[ⴰⵙⴽⴰ ⴴ] LT",nextWeek:"dddd [ⴴ] LT",lastDay:"[ⴰⵚⴰⵏⵜ ⴴ] LT",lastWeek:"dddd [ⴴ] LT",sameElse:"L"},relativeTime:{future:"ⴷⴰⴷⵅ ⵙ ⵢⴰⵏ %s",past:"ⵢⴰⵏ %s",s:"ⵉⵎⵉⴽ",ss:"%d ⵉⵎⵉⴽ",m:"ⵎⵉⵏⵓⴺ",mm:"%d ⵎⵉⵏⵓⴺ",h:"ⵙⴰⵄⴰ",hh:"%d ⵜⴰⵙⵙⴰⵄⵉⵏ",d:"ⴰⵙⵙ",dd:"%d oⵙⵙⴰⵏ",M:"ⴰⵢoⵓⵔ",MM:"%d ⵉⵢⵢⵉⵔⵏ",y:"ⴰⵙⴳⴰⵙ",yy:"%d ⵉⵙⴳⴰⵙⵏ"},week:{dow:6,doy:12}})}(n(2))},function(e,t,n){!function(e){"use strict";
+//! moment.js locale configuration
+e.defineLocale("tzm-latn",{months:"innayr_brˤayrˤ_marˤsˤ_ibrir_mayyw_ywnyw_ywlywz_ɣwšt_šwtanbir_ktˤwbrˤ_nwwanbir_dwjnbir".split("_"),monthsShort:"innayr_brˤayrˤ_marˤsˤ_ibrir_mayyw_ywnyw_ywlywz_ɣwšt_šwtanbir_ktˤwbrˤ_nwwanbir_dwjnbir".split("_"),weekdays:"asamas_aynas_asinas_akras_akwas_asimwas_asiḍyas".split("_"),weekdaysShort:"asamas_aynas_asinas_akras_akwas_asimwas_asiḍyas".split("_"),weekdaysMin:"asamas_aynas_asinas_akras_akwas_asimwas_asiḍyas".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[asdkh g] LT",nextDay:"[aska g] LT",nextWeek:"dddd [g] LT",lastDay:"[assant g] LT",lastWeek:"dddd [g] LT",sameElse:"L"},relativeTime:{future:"dadkh s yan %s",past:"yan %s",s:"imik",ss:"%d imik",m:"minuḍ",mm:"%d minuḍ",h:"saɛa",hh:"%d tassaɛin",d:"ass",dd:"%d ossan",M:"ayowr",MM:"%d iyyirn",y:"asgas",yy:"%d isgasn"},week:{dow:6,doy:12}})}(n(2))},function(e,t,n){!function(e){"use strict";
+//! moment.js locale configuration
+e.defineLocale("ug-cn",{months:"يانۋار_فېۋرال_مارت_ئاپرېل_ماي_ئىيۇن_ئىيۇل_ئاۋغۇست_سېنتەبىر_ئۆكتەبىر_نويابىر_دېكابىر".split("_"),monthsShort:"يانۋار_فېۋرال_مارت_ئاپرېل_ماي_ئىيۇن_ئىيۇل_ئاۋغۇست_سېنتەبىر_ئۆكتەبىر_نويابىر_دېكابىر".split("_"),weekdays:"يەكشەنبە_دۈشەنبە_سەيشەنبە_چارشەنبە_پەيشەنبە_جۈمە_شەنبە".split("_"),weekdaysShort:"يە_دۈ_سە_چا_پە_جۈ_شە".split("_"),weekdaysMin:"يە_دۈ_سە_چا_پە_جۈ_شە".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"YYYY-MM-DD",LL:"YYYY-يىلىM-ئاينىڭD-كۈنى",LLL:"YYYY-يىلىM-ئاينىڭD-كۈنى، HH:mm",LLLL:"dddd، YYYY-يىلىM-ئاينىڭD-كۈنى، HH:mm"},meridiemParse:/يېرىم كېچە|سەھەر|چۈشتىن بۇرۇن|چۈش|چۈشتىن كېيىن|كەچ/,meridiemHour:function(e,t){return 12===e&&(e=0),"يېرىم كېچە"===t||"سەھەر"===t||"چۈشتىن بۇرۇن"===t?e:"چۈشتىن كېيىن"===t||"كەچ"===t?e+12:e>=11?e:e+12},meridiem:function(e,t,n){var i=100*e+t;return i<600?"يېرىم كېچە":i<900?"سەھەر":i<1130?"چۈشتىن بۇرۇن":i<1230?"چۈش":i<1800?"چۈشتىن كېيىن":"كەچ"},calendar:{sameDay:"[بۈگۈن سائەت] LT",nextDay:"[ئەتە سائەت] LT",nextWeek:"[كېلەركى] dddd [سائەت] LT",lastDay:"[تۆنۈگۈن] LT",lastWeek:"[ئالدىنقى] dddd [سائەت] LT",sameElse:"L"},relativeTime:{future:"%s كېيىن",past:"%s بۇرۇن",s:"نەچچە سېكونت",ss:"%d سېكونت",m:"بىر مىنۇت",mm:"%d مىنۇت",h:"بىر سائەت",hh:"%d سائەت",d:"بىر كۈن",dd:"%d كۈن",M:"بىر ئاي",MM:"%d ئاي",y:"بىر يىل",yy:"%d يىل"},dayOfMonthOrdinalParse:/\d{1,2}(-كۈنى|-ئاي|-ھەپتە)/,ordinal:function(e,t){switch(t){case"d":case"D":case"DDD":return e+"-كۈنى";case"w":case"W":return e+"-ھەپتە";default:return e}},preparse:function(e){return e.replace(/،/g,",")},postformat:function(e){return e.replace(/,/g,"،")},week:{dow:1,doy:7}})}(n(2))},function(e,t,n){!function(e){"use strict";
+//! moment.js locale configuration
+function t(e,t,n){var i,r;return"m"===n?t?"хвилина":"хвилину":"h"===n?t?"година":"годину":e+" "+(i=+e,r={ss:t?"секунда_секунди_секунд":"секунду_секунди_секунд",mm:t?"хвилина_хвилини_хвилин":"хвилину_хвилини_хвилин",hh:t?"година_години_годин":"годину_години_годин",dd:"день_дні_днів",MM:"місяць_місяці_місяців",yy:"рік_роки_років"}[n].split("_"),i%10==1&&i%100!=11?r[0]:i%10>=2&&i%10<=4&&(i%100<10||i%100>=20)?r[1]:r[2])}function n(e){return function(){return e+"о"+(11===this.hours()?"б":"")+"] LT"}}e.defineLocale("uk",{months:{format:"січня_лютого_березня_квітня_травня_червня_липня_серпня_вересня_жовтня_листопада_грудня".split("_"),standalone:"січень_лютий_березень_квітень_травень_червень_липень_серпень_вересень_жовтень_листопад_грудень".split("_")},monthsShort:"січ_лют_бер_квіт_трав_черв_лип_серп_вер_жовт_лист_груд".split("_"),weekdays:function(e,t){var n={nominative:"неділя_понеділок_вівторок_середа_четвер_п’ятниця_субота".split("_"),accusative:"неділю_понеділок_вівторок_середу_четвер_п’ятницю_суботу".split("_"),genitive:"неділі_понеділка_вівторка_середи_четверга_п’ятниці_суботи".split("_")};return!0===e?n.nominative.slice(1,7).concat(n.nominative.slice(0,1)):e?n[/(\[[ВвУу]\]) ?dddd/.test(t)?"accusative":/\[?(?:минулої|наступної)? ?\] ?dddd/.test(t)?"genitive":"nominative"][e.day()]:n.nominative},weekdaysShort:"нд_пн_вт_ср_чт_пт_сб".split("_"),weekdaysMin:"нд_пн_вт_ср_чт_пт_сб".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY р.",LLL:"D MMMM YYYY р., HH:mm",LLLL:"dddd, D MMMM YYYY р., HH:mm"},calendar:{sameDay:n("[Сьогодні "),nextDay:n("[Завтра "),lastDay:n("[Вчора "),nextWeek:n("[У] dddd ["),lastWeek:function(){switch(this.day()){case 0:case 3:case 5:case 6:return n("[Минулої] dddd [").call(this);case 1:case 2:case 4:return n("[Минулого] dddd [").call(this)}},sameElse:"L"},relativeTime:{future:"за %s",past:"%s тому",s:"декілька секунд",ss:t,m:t,mm:t,h:"годину",hh:t,d:"день",dd:t,M:"місяць",MM:t,y:"рік",yy:t},meridiemParse:/ночі|ранку|дня|вечора/,isPM:function(e){return/^(дня|вечора)$/.test(e)},meridiem:function(e,t,n){return e<4?"ночі":e<12?"ранку":e<17?"дня":"вечора"},dayOfMonthOrdinalParse:/\d{1,2}-(й|го)/,ordinal:function(e,t){switch(t){case"M":case"d":case"DDD":case"w":case"W":return e+"-й";case"D":return e+"-го";default:return e}},week:{dow:1,doy:7}})}(n(2))},function(e,t,n){!function(e){"use strict";
+//! moment.js locale configuration
+var t=["جنوری","فروری","مارچ","اپریل","مئی","جون","جولائی","اگست","ستمبر","اکتوبر","نومبر","دسمبر"],n=["اتوار","پیر","منگل","بدھ","جمعرات","جمعہ","ہفتہ"];e.defineLocale("ur",{months:t,monthsShort:t,weekdays:n,weekdaysShort:n,weekdaysMin:n,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd، D MMMM YYYY HH:mm"},meridiemParse:/صبح|شام/,isPM:function(e){return"شام"===e},meridiem:function(e,t,n){return e<12?"صبح":"شام"},calendar:{sameDay:"[آج بوقت] LT",nextDay:"[کل بوقت] LT",nextWeek:"dddd [بوقت] LT",lastDay:"[گذشتہ روز بوقت] LT",lastWeek:"[گذشتہ] dddd [بوقت] LT",sameElse:"L"},relativeTime:{future:"%s بعد",past:"%s قبل",s:"چند سیکنڈ",ss:"%d سیکنڈ",m:"ایک منٹ",mm:"%d منٹ",h:"ایک گھنٹہ",hh:"%d گھنٹے",d:"ایک دن",dd:"%d دن",M:"ایک ماہ",MM:"%d ماہ",y:"ایک سال",yy:"%d سال"},preparse:function(e){return e.replace(/،/g,",")},postformat:function(e){return e.replace(/,/g,"،")},week:{dow:1,doy:4}})}(n(2))},function(e,t,n){!function(e){"use strict";
+//! moment.js locale configuration
+e.defineLocale("uz",{months:"январ_феврал_март_апрел_май_июн_июл_август_сентябр_октябр_ноябр_декабр".split("_"),monthsShort:"янв_фев_мар_апр_май_июн_июл_авг_сен_окт_ноя_дек".split("_"),weekdays:"Якшанба_Душанба_Сешанба_Чоршанба_Пайшанба_Жума_Шанба".split("_"),weekdaysShort:"Якш_Душ_Сеш_Чор_Пай_Жум_Шан".split("_"),weekdaysMin:"Як_Ду_Се_Чо_Па_Жу_Ша".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"D MMMM YYYY, dddd HH:mm"},calendar:{sameDay:"[Бугун соат] LT [да]",nextDay:"[Эртага] LT [да]",nextWeek:"dddd [куни соат] LT [да]",lastDay:"[Кеча соат] LT [да]",lastWeek:"[Утган] dddd [куни соат] LT [да]",sameElse:"L"},relativeTime:{future:"Якин %s ичида",past:"Бир неча %s олдин",s:"фурсат",ss:"%d фурсат",m:"бир дакика",mm:"%d дакика",h:"бир соат",hh:"%d соат",d:"бир кун",dd:"%d кун",M:"бир ой",MM:"%d ой",y:"бир йил",yy:"%d йил"},week:{dow:1,doy:7}})}(n(2))},function(e,t,n){!function(e){"use strict";
+//! moment.js locale configuration
+e.defineLocale("uz-latn",{months:"Yanvar_Fevral_Mart_Aprel_May_Iyun_Iyul_Avgust_Sentabr_Oktabr_Noyabr_Dekabr".split("_"),monthsShort:"Yan_Fev_Mar_Apr_May_Iyun_Iyul_Avg_Sen_Okt_Noy_Dek".split("_"),weekdays:"Yakshanba_Dushanba_Seshanba_Chorshanba_Payshanba_Juma_Shanba".split("_"),weekdaysShort:"Yak_Dush_Sesh_Chor_Pay_Jum_Shan".split("_"),weekdaysMin:"Ya_Du_Se_Cho_Pa_Ju_Sha".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"D MMMM YYYY, dddd HH:mm"},calendar:{sameDay:"[Bugun soat] LT [da]",nextDay:"[Ertaga] LT [da]",nextWeek:"dddd [kuni soat] LT [da]",lastDay:"[Kecha soat] LT [da]",lastWeek:"[O'tgan] dddd [kuni soat] LT [da]",sameElse:"L"},relativeTime:{future:"Yaqin %s ichida",past:"Bir necha %s oldin",s:"soniya",ss:"%d soniya",m:"bir daqiqa",mm:"%d daqiqa",h:"bir soat",hh:"%d soat",d:"bir kun",dd:"%d kun",M:"bir oy",MM:"%d oy",y:"bir yil",yy:"%d yil"},week:{dow:1,doy:7}})}(n(2))},function(e,t,n){!function(e){"use strict";
+//! moment.js locale configuration
+e.defineLocale("vi",{months:"tháng 1_tháng 2_tháng 3_tháng 4_tháng 5_tháng 6_tháng 7_tháng 8_tháng 9_tháng 10_tháng 11_tháng 12".split("_"),monthsShort:"Thg 01_Thg 02_Thg 03_Thg 04_Thg 05_Thg 06_Thg 07_Thg 08_Thg 09_Thg 10_Thg 11_Thg 12".split("_"),monthsParseExact:!0,weekdays:"chủ nhật_thứ hai_thứ ba_thứ tư_thứ năm_thứ sáu_thứ bảy".split("_"),weekdaysShort:"CN_T2_T3_T4_T5_T6_T7".split("_"),weekdaysMin:"CN_T2_T3_T4_T5_T6_T7".split("_"),weekdaysParseExact:!0,meridiemParse:/sa|ch/i,isPM:function(e){return/^ch$/i.test(e)},meridiem:function(e,t,n){return e<12?n?"sa":"SA":n?"ch":"CH"},longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM [năm] YYYY",LLL:"D MMMM [năm] YYYY HH:mm",LLLL:"dddd, D MMMM [năm] YYYY HH:mm",l:"DD/M/YYYY",ll:"D MMM YYYY",lll:"D MMM YYYY HH:mm",llll:"ddd, D MMM YYYY HH:mm"},calendar:{sameDay:"[Hôm nay lúc] LT",nextDay:"[Ngày mai lúc] LT",nextWeek:"dddd [tuần tới lúc] LT",lastDay:"[Hôm qua lúc] LT",lastWeek:"dddd [tuần trước lúc] LT",sameElse:"L"},relativeTime:{future:"%s tới",past:"%s trước",s:"vài giây",ss:"%d giây",m:"một phút",mm:"%d phút",h:"một giờ",hh:"%d giờ",d:"một ngày",dd:"%d ngày",w:"một tuần",ww:"%d tuần",M:"một tháng",MM:"%d tháng",y:"một năm",yy:"%d năm"},dayOfMonthOrdinalParse:/\d{1,2}/,ordinal:function(e){return e},week:{dow:1,doy:4}})}(n(2))},function(e,t,n){!function(e){"use strict";
+//! moment.js locale configuration
+e.defineLocale("x-pseudo",{months:"J~áñúá~rý_F~ébrú~árý_~Márc~h_Áp~ríl_~Máý_~Júñé~_Júl~ý_Áú~gúst~_Sép~témb~ér_Ó~ctób~ér_Ñ~óvém~bér_~Décé~mbér".split("_"),monthsShort:"J~áñ_~Féb_~Már_~Ápr_~Máý_~Júñ_~Júl_~Áúg_~Sép_~Óct_~Ñóv_~Déc".split("_"),monthsParseExact:!0,weekdays:"S~úñdá~ý_Mó~ñdáý~_Túé~sdáý~_Wéd~ñésd~áý_T~húrs~dáý_~Fríd~áý_S~átúr~dáý".split("_"),weekdaysShort:"S~úñ_~Móñ_~Túé_~Wéd_~Thú_~Frí_~Sát".split("_"),weekdaysMin:"S~ú_Mó~_Tú_~Wé_T~h_Fr~_Sá".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[T~ódá~ý át] LT",nextDay:"[T~ómó~rró~w át] LT",nextWeek:"dddd [át] LT",lastDay:"[Ý~ést~érdá~ý át] LT",lastWeek:"[L~ást] dddd [át] LT",sameElse:"L"},relativeTime:{future:"í~ñ %s",past:"%s á~gó",s:"á ~féw ~sécó~ñds",ss:"%d s~écóñ~ds",m:"á ~míñ~úté",mm:"%d m~íñú~tés",h:"á~ñ hó~úr",hh:"%d h~óúrs",d:"á ~dáý",dd:"%d d~áýs",M:"á ~móñ~th",MM:"%d m~óñt~hs",y:"á ~ýéár",yy:"%d ý~éárs"},dayOfMonthOrdinalParse:/\d{1,2}(th|st|nd|rd)/,ordinal:function(e){var t=e%10;return e+(1==~~(e%100/10)?"th":1===t?"st":2===t?"nd":3===t?"rd":"th")},week:{dow:1,doy:4}})}(n(2))},function(e,t,n){!function(e){"use strict";
+//! moment.js locale configuration
+e.defineLocale("yo",{months:"Sẹ́rẹ́_Èrèlè_Ẹrẹ̀nà_Ìgbé_Èbibi_Òkùdu_Agẹmo_Ògún_Owewe_Ọ̀wàrà_Bélú_Ọ̀pẹ̀̀".split("_"),monthsShort:"Sẹ́r_Èrl_Ẹrn_Ìgb_Èbi_Òkù_Agẹ_Ògú_Owe_Ọ̀wà_Bél_Ọ̀pẹ̀̀".split("_"),weekdays:"Àìkú_Ajé_Ìsẹ́gun_Ọjọ́rú_Ọjọ́bọ_Ẹtì_Àbámẹ́ta".split("_"),weekdaysShort:"Àìk_Ajé_Ìsẹ́_Ọjr_Ọjb_Ẹtì_Àbá".split("_"),weekdaysMin:"Àì_Aj_Ìs_Ọr_Ọb_Ẹt_Àb".split("_"),longDateFormat:{LT:"h:mm A",LTS:"h:mm:ss A",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY h:mm A",LLLL:"dddd, D MMMM YYYY h:mm A"},calendar:{sameDay:"[Ònì ni] LT",nextDay:"[Ọ̀la ni] LT",nextWeek:"dddd [Ọsẹ̀ tón'bọ] [ni] LT",lastDay:"[Àna ni] LT",lastWeek:"dddd [Ọsẹ̀ tólọ́] [ni] LT",sameElse:"L"},relativeTime:{future:"ní %s",past:"%s kọjá",s:"ìsẹjú aayá die",ss:"aayá %d",m:"ìsẹjú kan",mm:"ìsẹjú %d",h:"wákati kan",hh:"wákati %d",d:"ọjọ́ kan",dd:"ọjọ́ %d",M:"osù kan",MM:"osù %d",y:"ọdún kan",yy:"ọdún %d"},dayOfMonthOrdinalParse:/ọjọ́\s\d{1,2}/,ordinal:"ọjọ́ %d",week:{dow:1,doy:4}})}(n(2))},function(e,t,n){!function(e){"use strict";
+//! moment.js locale configuration
+e.defineLocale("zh-cn",{months:"一月_二月_三月_四月_五月_六月_七月_八月_九月_十月_十一月_十二月".split("_"),monthsShort:"1月_2月_3月_4月_5月_6月_7月_8月_9月_10月_11月_12月".split("_"),weekdays:"星期日_星期一_星期二_星期三_星期四_星期五_星期六".split("_"),weekdaysShort:"周日_周一_周二_周三_周四_周五_周六".split("_"),weekdaysMin:"日_一_二_三_四_五_六".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"YYYY/MM/DD",LL:"YYYY年M月D日",LLL:"YYYY年M月D日Ah点mm分",LLLL:"YYYY年M月D日ddddAh点mm分",l:"YYYY/M/D",ll:"YYYY年M月D日",lll:"YYYY年M月D日 HH:mm",llll:"YYYY年M月D日dddd HH:mm"},meridiemParse:/凌晨|早上|上午|中午|下午|晚上/,meridiemHour:function(e,t){return 12===e&&(e=0),"凌晨"===t||"早上"===t||"上午"===t?e:"下午"===t||"晚上"===t?e+12:e>=11?e:e+12},meridiem:function(e,t,n){var i=100*e+t;return i<600?"凌晨":i<900?"早上":i<1130?"上午":i<1230?"中午":i<1800?"下午":"晚上"},calendar:{sameDay:"[今天]LT",nextDay:"[明天]LT",nextWeek:function(e){return e.week()!==this.week()?"[下]dddLT":"[本]dddLT"},lastDay:"[昨天]LT",lastWeek:function(e){return this.week()!==e.week()?"[上]dddLT":"[本]dddLT"},sameElse:"L"},dayOfMonthOrdinalParse:/\d{1,2}(日|月|周)/,ordinal:function(e,t){switch(t){case"d":case"D":case"DDD":return e+"日";case"M":return e+"月";case"w":case"W":return e+"周";default:return e}},relativeTime:{future:"%s后",past:"%s前",s:"几秒",ss:"%d 秒",m:"1 分钟",mm:"%d 分钟",h:"1 小时",hh:"%d 小时",d:"1 天",dd:"%d 天",w:"1 周",ww:"%d 周",M:"1 个月",MM:"%d 个月",y:"1 年",yy:"%d 年"},week:{dow:1,doy:4}})}(n(2))},function(e,t,n){!function(e){"use strict";
+//! moment.js locale configuration
+e.defineLocale("zh-hk",{months:"一月_二月_三月_四月_五月_六月_七月_八月_九月_十月_十一月_十二月".split("_"),monthsShort:"1月_2月_3月_4月_5月_6月_7月_8月_9月_10月_11月_12月".split("_"),weekdays:"星期日_星期一_星期二_星期三_星期四_星期五_星期六".split("_"),weekdaysShort:"週日_週一_週二_週三_週四_週五_週六".split("_"),weekdaysMin:"日_一_二_三_四_五_六".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"YYYY/MM/DD",LL:"YYYY年M月D日",LLL:"YYYY年M月D日 HH:mm",LLLL:"YYYY年M月D日dddd HH:mm",l:"YYYY/M/D",ll:"YYYY年M月D日",lll:"YYYY年M月D日 HH:mm",llll:"YYYY年M月D日dddd HH:mm"},meridiemParse:/凌晨|早上|上午|中午|下午|晚上/,meridiemHour:function(e,t){return 12===e&&(e=0),"凌晨"===t||"早上"===t||"上午"===t?e:"中午"===t?e>=11?e:e+12:"下午"===t||"晚上"===t?e+12:void 0},meridiem:function(e,t,n){var i=100*e+t;return i<600?"凌晨":i<900?"早上":i<1200?"上午":1200===i?"中午":i<1800?"下午":"晚上"},calendar:{sameDay:"[今天]LT",nextDay:"[明天]LT",nextWeek:"[下]ddddLT",lastDay:"[昨天]LT",lastWeek:"[上]ddddLT",sameElse:"L"},dayOfMonthOrdinalParse:/\d{1,2}(日|月|週)/,ordinal:function(e,t){switch(t){case"d":case"D":case"DDD":return e+"日";case"M":return e+"月";case"w":case"W":return e+"週";default:return e}},relativeTime:{future:"%s後",past:"%s前",s:"幾秒",ss:"%d 秒",m:"1 分鐘",mm:"%d 分鐘",h:"1 小時",hh:"%d 小時",d:"1 天",dd:"%d 天",M:"1 個月",MM:"%d 個月",y:"1 年",yy:"%d 年"}})}(n(2))},function(e,t,n){!function(e){"use strict";
+//! moment.js locale configuration
+e.defineLocale("zh-mo",{months:"一月_二月_三月_四月_五月_六月_七月_八月_九月_十月_十一月_十二月".split("_"),monthsShort:"1月_2月_3月_4月_5月_6月_7月_8月_9月_10月_11月_12月".split("_"),weekdays:"星期日_星期一_星期二_星期三_星期四_星期五_星期六".split("_"),weekdaysShort:"週日_週一_週二_週三_週四_週五_週六".split("_"),weekdaysMin:"日_一_二_三_四_五_六".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"YYYY年M月D日",LLL:"YYYY年M月D日 HH:mm",LLLL:"YYYY年M月D日dddd HH:mm",l:"D/M/YYYY",ll:"YYYY年M月D日",lll:"YYYY年M月D日 HH:mm",llll:"YYYY年M月D日dddd HH:mm"},meridiemParse:/凌晨|早上|上午|中午|下午|晚上/,meridiemHour:function(e,t){return 12===e&&(e=0),"凌晨"===t||"早上"===t||"上午"===t?e:"中午"===t?e>=11?e:e+12:"下午"===t||"晚上"===t?e+12:void 0},meridiem:function(e,t,n){var i=100*e+t;return i<600?"凌晨":i<900?"早上":i<1130?"上午":i<1230?"中午":i<1800?"下午":"晚上"},calendar:{sameDay:"[今天] LT",nextDay:"[明天] LT",nextWeek:"[下]dddd LT",lastDay:"[昨天] LT",lastWeek:"[上]dddd LT",sameElse:"L"},dayOfMonthOrdinalParse:/\d{1,2}(日|月|週)/,ordinal:function(e,t){switch(t){case"d":case"D":case"DDD":return e+"日";case"M":return e+"月";case"w":case"W":return e+"週";default:return e}},relativeTime:{future:"%s內",past:"%s前",s:"幾秒",ss:"%d 秒",m:"1 分鐘",mm:"%d 分鐘",h:"1 小時",hh:"%d 小時",d:"1 天",dd:"%d 天",M:"1 個月",MM:"%d 個月",y:"1 年",yy:"%d 年"}})}(n(2))},function(e,t,n){!function(e){"use strict";
+//! moment.js locale configuration
+e.defineLocale("zh-tw",{months:"一月_二月_三月_四月_五月_六月_七月_八月_九月_十月_十一月_十二月".split("_"),monthsShort:"1月_2月_3月_4月_5月_6月_7月_8月_9月_10月_11月_12月".split("_"),weekdays:"星期日_星期一_星期二_星期三_星期四_星期五_星期六".split("_"),weekdaysShort:"週日_週一_週二_週三_週四_週五_週六".split("_"),weekdaysMin:"日_一_二_三_四_五_六".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"YYYY/MM/DD",LL:"YYYY年M月D日",LLL:"YYYY年M月D日 HH:mm",LLLL:"YYYY年M月D日dddd HH:mm",l:"YYYY/M/D",ll:"YYYY年M月D日",lll:"YYYY年M月D日 HH:mm",llll:"YYYY年M月D日dddd HH:mm"},meridiemParse:/凌晨|早上|上午|中午|下午|晚上/,meridiemHour:function(e,t){return 12===e&&(e=0),"凌晨"===t||"早上"===t||"上午"===t?e:"中午"===t?e>=11?e:e+12:"下午"===t||"晚上"===t?e+12:void 0},meridiem:function(e,t,n){var i=100*e+t;return i<600?"凌晨":i<900?"早上":i<1130?"上午":i<1230?"中午":i<1800?"下午":"晚上"},calendar:{sameDay:"[今天] LT",nextDay:"[明天] LT",nextWeek:"[下]dddd LT",lastDay:"[昨天] LT",lastWeek:"[上]dddd LT",sameElse:"L"},dayOfMonthOrdinalParse:/\d{1,2}(日|月|週)/,ordinal:function(e,t){switch(t){case"d":case"D":case"DDD":return e+"日";case"M":return e+"月";case"w":case"W":return e+"週";default:return e}},relativeTime:{future:"%s後",past:"%s前",s:"幾秒",ss:"%d 秒",m:"1 分鐘",mm:"%d 分鐘",h:"1 小時",hh:"%d 小時",d:"1 天",dd:"%d 天",M:"1 個月",MM:"%d 個月",y:"1 年",yy:"%d 年"}})}(n(2))},function(e,t,n){"use strict";var i=n(23),r=n(20);e.exports=function(e){var t=String(r(this)),n="",o=i(e);if(o<0||o==1/0)throw RangeError("Wrong number of repetitions");for(;o>0;(o>>>=1)&&(t+=t))1&o&&(n+=t);return n}},,,function(e,t,n){"use strict";var i=n(3),r=n(5),o=n(32),a=n(44),s=n(11),l=n(67),u=n(111),c=n(4),d=n(13),h=n(63),p=n(10),f=n(8),m=n(14),g=n(22),A=n(34),v=n(33),_=n(98),b=n(92),y=n(65),w=n(487),C=n(74),x=n(29),k=n(19),M=n(64),E=n(18),L=n(21),T=n(47),D=n(78),B=n(55),S=n(56),Y=n(9),I=n(466),O=n(83),j=n(84),P=n(35),H=n(36).forEach,F=D("hidden"),N=Y("toPrimitive"),R=P.set,z=P.getterFor("Symbol"),W=Object.prototype,U=r.Symbol,q=o("JSON","stringify"),G=x.f,Q=k.f,V=w.f,J=M.f,K=T("symbols"),X=T("op-symbols"),Z=T("string-to-symbol-registry"),$=T("symbol-to-string-registry"),ee=T("wks"),te=r.QObject,ne=!te||!te.prototype||!te.prototype.findChild,ie=s&&c((function(){return 7!=_(Q({},"a",{get:function(){return Q(this,"a",{value:7}).a}})).a}))?function(e,t,n){var i=G(W,t);i&&delete W[t],Q(e,t,n),i&&e!==W&&Q(W,t,i)}:Q,re=function(e,t){var n=K[e]=_(U.prototype);return R(n,{type:"Symbol",tag:e,description:t}),s||(n.description=t),n},oe=u?function(e){return"symbol"==typeof e}:function(e){return Object(e)instanceof U},ae=function(e,t,n){e===W&&ae(X,t,n),f(e);var i=A(t,!0);return f(n),d(K,i)?(n.enumerable?(d(e,F)&&e[F][i]&&(e[F][i]=!1),n=_(n,{enumerable:v(0,!1)})):(d(e,F)||Q(e,F,v(1,{})),e[F][i]=!0),ie(e,i,n)):Q(e,i,n)},se=function(e,t){f(e);var n=g(t),i=b(n).concat(de(n));return H(i,(function(t){s&&!le.call(n,t)||ae(e,t,n[t])})),e},le=function(e){var t=A(e,!0),n=J.call(this,t);return!(this===W&&d(K,t)&&!d(X,t))&&(!(n||!d(this,t)||!d(K,t)||d(this,F)&&this[F][t])||n)},ue=function(e,t){var n=g(e),i=A(t,!0);if(n!==W||!d(K,i)||d(X,i)){var r=G(n,i);return!r||!d(K,i)||d(n,F)&&n[F][i]||(r.enumerable=!0),r}},ce=function(e){var t=V(g(e)),n=[];return H(t,(function(e){d(K,e)||d(B,e)||n.push(e)})),n},de=function(e){var t=e===W,n=V(t?X:g(e)),i=[];return H(n,(function(e){!d(K,e)||t&&!d(W,e)||i.push(K[e])})),i};(l||(L((U=function(){if(this instanceof U)throw TypeError("Symbol is not a constructor");var e=arguments.length&&void 0!==arguments[0]?String(arguments[0]):void 0,t=S(e),n=function(e){this===W&&n.call(X,e),d(this,F)&&d(this[F],t)&&(this[F][t]=!1),ie(this,t,v(1,e))};return s&&ne&&ie(W,t,{configurable:!0,set:n}),re(t,e)}).prototype,"toString",(function(){return z(this).tag})),L(U,"withoutSetter",(function(e){return re(S(e),e)})),M.f=le,k.f=ae,x.f=ue,y.f=w.f=ce,C.f=de,I.f=function(e){return re(Y(e),e)},s&&(Q(U.prototype,"description",{configurable:!0,get:function(){return z(this).description}}),a||L(W,"propertyIsEnumerable",le,{unsafe:!0}))),i({global:!0,wrap:!0,forced:!l,sham:!l},{Symbol:U}),H(b(ee),(function(e){O(e)})),i({target:"Symbol",stat:!0,forced:!l},{for:function(e){var t=String(e);if(d(Z,t))return Z[t];var n=U(t);return Z[t]=n,$[n]=t,n},keyFor:function(e){if(!oe(e))throw TypeError(e+" is not a symbol");if(d($,e))return $[e]},useSetter:function(){ne=!0},useSimple:function(){ne=!1}}),i({target:"Object",stat:!0,forced:!l,sham:!s},{create:function(e,t){return void 0===t?_(e):se(_(e),t)},defineProperty:ae,defineProperties:se,getOwnPropertyDescriptor:ue}),i({target:"Object",stat:!0,forced:!l},{getOwnPropertyNames:ce,getOwnPropertySymbols:de}),i({target:"Object",stat:!0,forced:c((function(){C.f(1)}))},{getOwnPropertySymbols:function(e){return C.f(m(e))}}),q)&&i({target:"JSON",stat:!0,forced:!l||c((function(){var e=U();return"[null]"!=q([e])||"{}"!=q({a:e})||"{}"!=q(Object(e))}))},{stringify:function(e,t,n){for(var i,r=[e],o=1;arguments.length>o;)r.push(arguments[o++]);if(i=t,(p(t)||void 0!==e)&&!oe(e))return h(t)||(t=function(e,t){if("function"==typeof i&&(t=i.call(this,e,t)),!oe(t))return t}),r[1]=t,q.apply(null,r)}});U.prototype[N]||E(U.prototype,N,U.prototype.valueOf),j(U,"Symbol"),B[F]=!0},function(e,t,n){var i=n(9);t.f=i},function(e,t,n){var i=n(4);e.exports=!i((function(){function e(){}return e.prototype.constructor=null,Object.getPrototypeOf(new e)!==e.prototype}))},function(e,t,n){var i=n(9),r=n(149),o=i("iterator"),a=Array.prototype;e.exports=function(e){return void 0!==e&&(r.Array===e||a[o]===e)}},function(e,t,n){"use strict";var i=n(75),r=n(14),o=n(613),a=n(468),s=n(15),l=n(79),u=n(176);e.exports=function(e){var t,n,c,d,h,p,f=r(e),m="function"==typeof this?this:Array,g=arguments.length,A=g>1?arguments[1]:void 0,v=void 0!==A,_=u(f),b=0;if(v&&(A=i(A,g>2?arguments[2]:void 0,2)),null==_||m==Array&&a(_))for(n=new m(t=s(f.length));t>b;b++)p=v?A(f[b],b):f[b],l(n,b,p);else for(h=(d=_.call(f)).next,n=new m;!(c=h.call(d)).done;b++)p=v?o(d,A,[c.value,b],!0):c.value,l(n,b,p);return n.length=b,n}},function(e,t,n){"use strict";var i,r,o,a=n(4),s=n(99),l=n(18),u=n(13),c=n(9),d=n(44),h=c("iterator"),p=!1;[].keys&&("next"in(o=[].keys())?(r=s(s(o)))!==Object.prototype&&(i=r):p=!0);var f=null==i||a((function(){var e={};return i[h].call(e)!==e}));f&&(i={}),d&&!f||u(i,h)||l(i,h,(function(){return this})),e.exports={IteratorPrototype:i,BUGGY_SAFARI_ITERATORS:p}},function(e,t,n){var i=n(11),r=n(19).f,o=Function.prototype,a=o.toString,s=/^\s*function ([^ (]*)/;i&&!("name"in o)&&r(o,"name",{configurable:!0,get:function(){try{return a.call(this).match(s)[1]}catch(e){return""}}})},function(e,t,n){var i=n(4);e.exports=!i((function(){return Object.isExtensible(Object.preventExtensions({}))}))},function(e,t,n){var i=n(4),r=n(226);e.exports=function(e){return i((function(){return!!r[e]()||"​…᠎"!="​…᠎"[e]()||r[e].name!==e}))}},function(e,t){e.exports={CSSRuleList:0,CSSStyleDeclaration:0,CSSValueList:0,ClientRectList:0,DOMRectList:0,DOMStringList:0,DOMTokenList:1,DataTransferItemList:0,FileList:0,HTMLAllCollection:0,HTMLCollection:0,HTMLFormElement:0,HTMLSelectElement:0,MediaList:0,MimeTypeArray:0,NamedNodeMap:0,NodeList:1,PaintRequestList:0,Plugin:0,PluginArray:0,SVGLengthList:0,SVGNumberList:0,SVGPathSegList:0,SVGPointList:0,SVGStringList:0,SVGTransformList:0,SourceBufferList:0,StyleSheetList:0,TextTrackCueList:0,TextTrackList:0,TouchList:0}},function(e,t,n){var i=n(5),r=n(474),o=n(163),a=n(18),s=n(9),l=s("iterator"),u=s("toStringTag"),c=o.values;for(var d in r){var h=i[d],p=h&&h.prototype;if(p){if(p[l]!==c)try{a(p,l,c)}catch(e){p[l]=c}if(p[u]||a(p,u,d),r[d])for(var f in o)if(p[f]!==o[f])try{a(p,f,o[f])}catch(e){p[f]=o[f]}}}},function(e,t,n){var i=n(4),r=n(9),o=n(44),a=r("iterator");e.exports=!i((function(){var e=new URL("b?a=1&b=2&c=3","http://a"),t=e.searchParams,n="";return e.pathname="c%20d",t.forEach((function(e,i){t.delete("b"),n+=i+e})),o&&!e.toJSON||!t.sort||"http://a/c%20d?a=1&c=3"!==e.href||"3"!==t.get("c")||"a=1"!==String(new URLSearchParams("?a=1"))||!t[a]||"a"!==new URL("https://a@b").username||"b"!==new URLSearchParams(new URLSearchParams("a=b")).get("a")||"xn--e1aybc"!==new URL("http://тест").host||"#%D0%B1"!==new URL("http://a#б").hash||"a1c3"!==n||"x"!==new URL("http://x",void 0).host}))},function(e,n,i){"use strict";(function(e){var r=i(0),o=i.n(r),a=i(71),s=i(7);
+/**
+ * @copyright 2017 Christoph Wurst <christoph@winzerhof-wurst.at>
+ *
+ * @author Christoph Wurst <christoph@winzerhof-wurst.at>
+ * @author John Molakvoæ <skjnldsv@protonmail.com>
+ * @author Roeland Jago Douma <roeland@famdouma.nl>
+ *
+ * @license GNU AGPL version 3 or any later version
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Affero General Public License as
+ * published by the Free Software Foundation, either version 3 of the
+ * License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Affero General Public License for more details.
+ *
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ *
+ */
+const l=a.Model.extend({defaults:{fullName:"",lastMessage:"",actions:[],hasOneAction:!1,hasTwoActions:!1,hasManyActions:!1},initialize:function(){0===this.get("actions").length?this.set("hasOneAction",!0):1===this.get("actions").length?(this.set("hasTwoActions",!0),this.set("secondAction",this.get("actions")[0])):this.set("hasManyActions",!0)}}),u=a.Collection.extend({model:l}),c=a.View.extend({_collection:void 0,_subViews:[],initialize:function(e){this._collection=e.collection},render:function(){var e=this;return e.$el.html(""),e._subViews=[],e._collection.forEach((function(t){var n=new d({model:t});n.render(),e.$el.append(n.$el),n.on("toggle:actionmenu",e._onChildActionMenuToggle,e),e._subViews.push(n)})),e},_onChildActionMenuToggle:function(e){this._subViews.forEach((function(t){t.trigger("parent:toggle:actionmenu",e)}))}}),d=a.View.extend({className:"contact",_template:void 0,_model:void 0,_actionMenuShown:!1,events:{"click .icon-more":"_onToggleActionsMenu"},contactTemplate:i(522),template:function(e){return this.contactTemplate(e)},initialize:function(e){this._model=e.model,this.on("parent:toggle:actionmenu",this._onOtherActionMenuOpened,this)},render:function(){return this.$el.html(this.template({contact:this._model.toJSON()})),this.delegateEvents(),this.$("div.avatar").imageplaceholder(this._model.get("fullName")),this.$(".top-action").tooltip({placement:"left"}),this.$(".second-action").tooltip({placement:"left"}),this},_onToggleActionsMenu:function(){this._actionMenuShown=!this._actionMenuShown,this._actionMenuShown?this.$(".menu").show():this.$(".menu").hide(),this.trigger("toggle:actionmenu",this.$el)},_onOtherActionMenuOpened:function(e){this.$el.is(e)||(this._actionMenuShown=!1,this.$(".menu").hide())}}),h=a.View.extend({_loadingTemplate:void 0,_errorTemplate:void 0,_contentTemplate:void 0,_contactsTemplate:void 0,_contacts:void 0,_searchTerm:"",events:{"input #contactsmenu-search":"_onSearch"},templates:{loading:i(537),error:i(538),menu:i(539),list:i(540)},_onSearch:e.debounce((function(e){var t=this.$("#contactsmenu-search").val();t!==this._searchTerm&&(this.trigger("search",this.$("#contactsmenu-search").val()),this._searchTerm=t)}),700),loadingTemplate:function(e){return this.templates.loading(e)},errorTemplate:function(n){return this.templates.error(e.extend({couldNotLoadText:t("core","Could not load your contacts")},n))},contentTemplate:function(n){return this.templates.menu(e.extend({searchContactsText:t("core","Search contacts …")},n))},contactsTemplate:function(n){return this.templates.list(e.extend({noContactsFoundText:t("core","No contacts found"),showAllContactsText:t("core","Show all contacts …"),contactsAppMgmtText:t("core","Install the Contacts app")},n))},initialize:function(e){this.options=e},showLoading:function(e){this.render(),this._contacts=void 0,this.$(".content").html(this.loadingTemplate({loadingText:e}))},showError:function(){this.render(),this._contacts=void 0,this.$(".content").html(this.errorTemplate())},showContacts:function(e,t){this._contacts=e.contacts,this.render({contacts:e.contacts});var n=new c({collection:e.contacts});n.render(),this.$(".content").html(this.contactsTemplate({contacts:e.contacts,searchTerm:t,contactsAppEnabled:e.contactsAppEnabled,contactsAppURL:s.a.generateUrl("/apps/contacts"),canInstallApp:s.a.isUserAdmin(),contactsAppMgmtURL:s.a.generateUrl("/settings/apps/social/contacts")})),this.$("#contactsmenu-contacts").html(n.$el)},render:function(e){var t=this.$("#contactsmenu-search").val();return this.$el.html(this.contentTemplate(e)),this.$("#contactsmenu-search").val(t),this.$("#contactsmenu-search").focus(),this}}),p=function(e){this.initialize(e)};p.prototype={$el:void 0,_$trigger:void 0,_view:void 0,_contactsPromise:void 0,initialize:function(e){this.$el=e.el,this._$trigger=e.trigger,this._view=new h({el:this.$el}),this._view.on("search",(function(e){this._loadContacts(e)}),this),s.a.registerMenu(this._$trigger,this.$el,function(){this._toggleVisibility(!0)}.bind(this),!0),this.$el.on("beforeHide",function(){this._toggleVisibility(!1)}.bind(this))},_toggleVisibility:function(e){return e?this._loadContacts():(this.$el.html(""),Promise.resolve())},_getContacts:function(e){var t=s.a.generateUrl("/contactsmenu/contacts");return Promise.resolve(o.a.ajax(t,{method:"POST",data:{filter:e}}))},_loadContacts:function(n){var i=this;return i._contactsPromise||(i._contactsPromise=i._getContacts(n)),e.isUndefined(n)||""===n?i._view.showLoading(t("core","Loading your contacts …")):i._view.showLoading(t("core","Looking for {term} …",{term:n})),i._contactsPromise.then((function(e){e.contacts=new u(e.contacts),i._view.showContacts(e,n)}),(function(e){i._view.showError(),console.error("There was an error loading your contacts",e)})).then((function(){delete i._contactsPromise})).catch(console.error.bind(this))}},n.a=p}).call(this,i(6))},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.getCapabilities=function(){try{return(0,i.loadState)("core","capabilities")}catch(e){return console.debug("Could not find capabilities initial state fall back to _oc_capabilities"),"_oc_capabilities"in window?window._oc_capabilities:{}}};var i=n(100)},function(e,t,n){
+/*! @license DOMPurify | (c) Cure53 and other contributors | Released under the Apache license 2.0 and Mozilla Public License 2.0 | github.com/cure53/DOMPurify/blob/2.2.2/LICENSE */
+e.exports=function(){"use strict";var e=Object.hasOwnProperty,t=Object.setPrototypeOf,n=Object.isFrozen,i=Object.getPrototypeOf,r=Object.getOwnPropertyDescriptor,o=Object.freeze,a=Object.seal,s=Object.create,l="undefined"!=typeof Reflect&&Reflect,u=l.apply,c=l.construct;u||(u=function(e,t,n){return e.apply(t,n)}),o||(o=function(e){return e}),a||(a=function(e){return e}),c||(c=function(e,t){return new(Function.prototype.bind.apply(e,[null].concat(function(e){if(Array.isArray(e)){for(var t=0,n=Array(e.length);t<e.length;t++)n[t]=e[t];return n}return Array.from(e)}(t))))});var d,h=w(Array.prototype.forEach),p=w(Array.prototype.pop),f=w(Array.prototype.push),m=w(String.prototype.toLowerCase),g=w(String.prototype.match),A=w(String.prototype.replace),v=w(String.prototype.indexOf),_=w(String.prototype.trim),b=w(RegExp.prototype.test),y=(d=TypeError,function(){for(var e=arguments.length,t=Array(e),n=0;n<e;n++)t[n]=arguments[n];return c(d,t)});function w(e){return function(t){for(var n=arguments.length,i=Array(n>1?n-1:0),r=1;r<n;r++)i[r-1]=arguments[r];return u(e,t,i)}}function C(e,i){t&&t(e,null);for(var r=i.length;r--;){var o=i[r];if("string"==typeof o){var a=m(o);a!==o&&(n(i)||(i[r]=a),o=a)}e[o]=!0}return e}function x(t){var n=s(null),i=void 0;for(i in t)u(e,t,[i])&&(n[i]=t[i]);return n}function k(e,t){for(;null!==e;){var n=r(e,t);if(n){if(n.get)return w(n.get);if("function"==typeof n.value)return w(n.value)}e=i(e)}return function(e){return console.warn("fallback value for",e),null}}var M=o(["a","abbr","acronym","address","area","article","aside","audio","b","bdi","bdo","big","blink","blockquote","body","br","button","canvas","caption","center","cite","code","col","colgroup","content","data","datalist","dd","decorator","del","details","dfn","dialog","dir","div","dl","dt","element","em","fieldset","figcaption","figure","font","footer","form","h1","h2","h3","h4","h5","h6","head","header","hgroup","hr","html","i","img","input","ins","kbd","label","legend","li","main","map","mark","marquee","menu","menuitem","meter","nav","nobr","ol","optgroup","option","output","p","picture","pre","progress","q","rp","rt","ruby","s","samp","section","select","shadow","small","source","spacer","span","strike","strong","style","sub","summary","sup","table","tbody","td","template","textarea","tfoot","th","thead","time","tr","track","tt","u","ul","var","video","wbr"]),E=o(["svg","a","altglyph","altglyphdef","altglyphitem","animatecolor","animatemotion","animatetransform","circle","clippath","defs","desc","ellipse","filter","font","g","glyph","glyphref","hkern","image","line","lineargradient","marker","mask","metadata","mpath","path","pattern","polygon","polyline","radialgradient","rect","stop","style","switch","symbol","text","textpath","title","tref","tspan","view","vkern"]),L=o(["feBlend","feColorMatrix","feComponentTransfer","feComposite","feConvolveMatrix","feDiffuseLighting","feDisplacementMap","feDistantLight","feFlood","feFuncA","feFuncB","feFuncG","feFuncR","feGaussianBlur","feMerge","feMergeNode","feMorphology","feOffset","fePointLight","feSpecularLighting","feSpotLight","feTile","feTurbulence"]),T=o(["animate","color-profile","cursor","discard","fedropshadow","feimage","font-face","font-face-format","font-face-name","font-face-src","font-face-uri","foreignobject","hatch","hatchpath","mesh","meshgradient","meshpatch","meshrow","missing-glyph","script","set","solidcolor","unknown","use"]),D=o(["math","menclose","merror","mfenced","mfrac","mglyph","mi","mlabeledtr","mmultiscripts","mn","mo","mover","mpadded","mphantom","mroot","mrow","ms","mspace","msqrt","mstyle","msub","msup","msubsup","mtable","mtd","mtext","mtr","munder","munderover"]),B=o(["maction","maligngroup","malignmark","mlongdiv","mscarries","mscarry","msgroup","mstack","msline","msrow","semantics","annotation","annotation-xml","mprescripts","none"]),S=o(["#text"]),Y=o(["accept","action","align","alt","autocapitalize","autocomplete","autopictureinpicture","autoplay","background","bgcolor","border","capture","cellpadding","cellspacing","checked","cite","class","clear","color","cols","colspan","controls","controlslist","coords","crossorigin","datetime","decoding","default","dir","disabled","disablepictureinpicture","disableremoteplayback","download","draggable","enctype","enterkeyhint","face","for","headers","height","hidden","high","href","hreflang","id","inputmode","integrity","ismap","kind","label","lang","list","loading","loop","low","max","maxlength","media","method","min","minlength","multiple","muted","name","noshade","novalidate","nowrap","open","optimum","pattern","placeholder","playsinline","poster","preload","pubdate","radiogroup","readonly","rel","required","rev","reversed","role","rows","rowspan","spellcheck","scope","selected","shape","size","sizes","span","srclang","start","src","srcset","step","style","summary","tabindex","title","translate","type","usemap","valign","value","width","xmlns","slot"]),I=o(["accent-height","accumulate","additive","alignment-baseline","ascent","attributename","attributetype","azimuth","basefrequency","baseline-shift","begin","bias","by","class","clip","clippathunits","clip-path","clip-rule","color","color-interpolation","color-interpolation-filters","color-profile","color-rendering","cx","cy","d","dx","dy","diffuseconstant","direction","display","divisor","dur","edgemode","elevation","end","fill","fill-opacity","fill-rule","filter","filterunits","flood-color","flood-opacity","font-family","font-size","font-size-adjust","font-stretch","font-style","font-variant","font-weight","fx","fy","g1","g2","glyph-name","glyphref","gradientunits","gradienttransform","height","href","id","image-rendering","in","in2","k","k1","k2","k3","k4","kerning","keypoints","keysplines","keytimes","lang","lengthadjust","letter-spacing","kernelmatrix","kernelunitlength","lighting-color","local","marker-end","marker-mid","marker-start","markerheight","markerunits","markerwidth","maskcontentunits","maskunits","max","mask","media","method","mode","min","name","numoctaves","offset","operator","opacity","order","orient","orientation","origin","overflow","paint-order","path","pathlength","patterncontentunits","patterntransform","patternunits","points","preservealpha","preserveaspectratio","primitiveunits","r","rx","ry","radius","refx","refy","repeatcount","repeatdur","restart","result","rotate","scale","seed","shape-rendering","specularconstant","specularexponent","spreadmethod","startoffset","stddeviation","stitchtiles","stop-color","stop-opacity","stroke-dasharray","stroke-dashoffset","stroke-linecap","stroke-linejoin","stroke-miterlimit","stroke-opacity","stroke","stroke-width","style","surfacescale","systemlanguage","tabindex","targetx","targety","transform","text-anchor","text-decoration","text-rendering","textlength","type","u1","u2","unicode","values","viewbox","visibility","version","vert-adv-y","vert-origin-x","vert-origin-y","width","word-spacing","wrap","writing-mode","xchannelselector","ychannelselector","x","x1","x2","xmlns","y","y1","y2","z","zoomandpan"]),O=o(["accent","accentunder","align","bevelled","close","columnsalign","columnlines","columnspan","denomalign","depth","dir","display","displaystyle","encoding","fence","frame","height","href","id","largeop","length","linethickness","lspace","lquote","mathbackground","mathcolor","mathsize","mathvariant","maxsize","minsize","movablelimits","notation","numalign","open","rowalign","rowlines","rowspacing","rowspan","rspace","rquote","scriptlevel","scriptminsize","scriptsizemultiplier","selection","separator","separators","stretchy","subscriptshift","supscriptshift","symmetric","voffset","width","xmlns"]),j=o(["xlink:href","xml:id","xlink:title","xml:space","xmlns:xlink"]),P=a(/\{\{[\s\S]*|[\s\S]*\}\}/gm),H=a(/<%[\s\S]*|[\s\S]*%>/gm),F=a(/^data-[\-\w.\u00B7-\uFFFF]/),N=a(/^aria-[\-\w]+$/),R=a(/^(?:(?:(?:f|ht)tps?|mailto|tel|callto|cid|xmpp):|[^a-z]|[a-z+.\-]+(?:[^a-z+.\-:]|$))/i),z=a(/^(?:\w+script|data):/i),W=a(/[\u0000-\u0020\u00A0\u1680\u180E\u2000-\u2029\u205F\u3000]/g),U="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e};function q(e){if(Array.isArray(e)){for(var t=0,n=Array(e.length);t<e.length;t++)n[t]=e[t];return n}return Array.from(e)}var G=function(){return"undefined"==typeof window?null:window},Q=function(e,t){if("object"!==(void 0===e?"undefined":U(e))||"function"!=typeof e.createPolicy)return null;var n=null;t.currentScript&&t.currentScript.hasAttribute("data-tt-policy-suffix")&&(n=t.currentScript.getAttribute("data-tt-policy-suffix"));var i="dompurify"+(n?"#"+n:"");try{return e.createPolicy(i,{createHTML:function(e){return e}})}catch(e){return console.warn("TrustedTypes policy "+i+" could not be created."),null}};return function e(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:G(),n=function(t){return e(t)};if(n.version="2.2.8",n.removed=[],!t||!t.document||9!==t.document.nodeType)return n.isSupported=!1,n;var i=t.document,r=t.document,a=t.DocumentFragment,s=t.HTMLTemplateElement,l=t.Node,u=t.Element,c=t.NodeFilter,d=t.NamedNodeMap,w=void 0===d?t.NamedNodeMap||t.MozNamedAttrMap:d,V=t.Text,J=t.Comment,K=t.DOMParser,X=t.trustedTypes,Z=u.prototype,$=k(Z,"cloneNode"),ee=k(Z,"nextSibling"),te=k(Z,"childNodes"),ne=k(Z,"parentNode");if("function"==typeof s){var ie=r.createElement("template");ie.content&&ie.content.ownerDocument&&(r=ie.content.ownerDocument)}var re=Q(X,i),oe=re&&je?re.createHTML(""):"",ae=r,se=ae.implementation,le=ae.createNodeIterator,ue=ae.createDocumentFragment,ce=i.importNode,de={};try{de=x(r).documentMode?r.documentMode:{}}catch(e){}var he={};n.isSupported="function"==typeof ne&&se&&void 0!==se.createHTMLDocument&&9!==de;var pe=P,fe=H,me=F,ge=N,Ae=z,ve=W,_e=R,be=null,ye=C({},[].concat(q(M),q(E),q(L),q(D),q(S))),we=null,Ce=C({},[].concat(q(Y),q(I),q(O),q(j))),xe=null,ke=null,Me=!0,Ee=!0,Le=!1,Te=!1,De=!1,Be=!1,Se=!1,Ye=!1,Ie=!1,Oe=!0,je=!1,Pe=!0,He=!0,Fe=!1,Ne={},Re=C({},["annotation-xml","audio","colgroup","desc","foreignobject","head","iframe","math","mi","mn","mo","ms","mtext","noembed","noframes","noscript","plaintext","script","style","svg","template","thead","title","video","xmp"]),ze=null,We=C({},["audio","video","img","source","image","track"]),Ue=null,qe=C({},["alt","class","for","id","label","name","pattern","placeholder","summary","title","value","style","xmlns"]),Ge="http://www.w3.org/1998/Math/MathML",Qe="http://www.w3.org/2000/svg",Ve="http://www.w3.org/1999/xhtml",Je=Ve,Ke=null,Xe=r.createElement("form"),Ze=function(e){Ke&&Ke===e||(e&&"object"===(void 0===e?"undefined":U(e))||(e={}),e=x(e),be="ALLOWED_TAGS"in e?C({},e.ALLOWED_TAGS):ye,we="ALLOWED_ATTR"in e?C({},e.ALLOWED_ATTR):Ce,Ue="ADD_URI_SAFE_ATTR"in e?C(x(qe),e.ADD_URI_SAFE_ATTR):qe,ze="ADD_DATA_URI_TAGS"in e?C(x(We),e.ADD_DATA_URI_TAGS):We,xe="FORBID_TAGS"in e?C({},e.FORBID_TAGS):{},ke="FORBID_ATTR"in e?C({},e.FORBID_ATTR):{},Ne="USE_PROFILES"in e&&e.USE_PROFILES,Me=!1!==e.ALLOW_ARIA_ATTR,Ee=!1!==e.ALLOW_DATA_ATTR,Le=e.ALLOW_UNKNOWN_PROTOCOLS||!1,Te=e.SAFE_FOR_TEMPLATES||!1,De=e.WHOLE_DOCUMENT||!1,Ye=e.RETURN_DOM||!1,Ie=e.RETURN_DOM_FRAGMENT||!1,Oe=!1!==e.RETURN_DOM_IMPORT,je=e.RETURN_TRUSTED_TYPE||!1,Se=e.FORCE_BODY||!1,Pe=!1!==e.SANITIZE_DOM,He=!1!==e.KEEP_CONTENT,Fe=e.IN_PLACE||!1,_e=e.ALLOWED_URI_REGEXP||_e,Je=e.NAMESPACE||Je,Te&&(Ee=!1),Ie&&(Ye=!0),Ne&&(be=C({},[].concat(q(S))),we=[],!0===Ne.html&&(C(be,M),C(we,Y)),!0===Ne.svg&&(C(be,E),C(we,I),C(we,j)),!0===Ne.svgFilters&&(C(be,L),C(we,I),C(we,j)),!0===Ne.mathMl&&(C(be,D),C(we,O),C(we,j))),e.ADD_TAGS&&(be===ye&&(be=x(be)),C(be,e.ADD_TAGS)),e.ADD_ATTR&&(we===Ce&&(we=x(we)),C(we,e.ADD_ATTR)),e.ADD_URI_SAFE_ATTR&&C(Ue,e.ADD_URI_SAFE_ATTR),He&&(be["#text"]=!0),De&&C(be,["html","head","body"]),be.table&&(C(be,["tbody"]),delete xe.tbody),o&&o(e),Ke=e)},$e=C({},["mi","mo","mn","ms","mtext"]),et=C({},["foreignobject","desc","title","annotation-xml"]),tt=C({},E);C(tt,L),C(tt,T);var nt=C({},D);C(nt,B);var it=function(e){var t=ne(e);t&&t.tagName||(t={namespaceURI:Ve,tagName:"template"});var n=m(e.tagName),i=m(t.tagName);if(e.namespaceURI===Qe)return t.namespaceURI===Ve?"svg"===n:t.namespaceURI===Ge?"svg"===n&&("annotation-xml"===i||$e[i]):Boolean(tt[n]);if(e.namespaceURI===Ge)return t.namespaceURI===Ve?"math"===n:t.namespaceURI===Qe?"math"===n&&et[i]:Boolean(nt[n]);if(e.namespaceURI===Ve){if(t.namespaceURI===Qe&&!et[i])return!1;if(t.namespaceURI===Ge&&!$e[i])return!1;var r=C({},["title","style","font","a","script"]);return!nt[n]&&(r[n]||!tt[n])}return!1},rt=function(e){f(n.removed,{element:e});try{e.parentNode.removeChild(e)}catch(t){try{e.outerHTML=oe}catch(t){e.remove()}}},ot=function(e,t){try{f(n.removed,{attribute:t.getAttributeNode(e),from:t})}catch(e){f(n.removed,{attribute:null,from:t})}if(t.removeAttribute(e),"is"===e&&!we[e])if(Ye||Ie)try{rt(t)}catch(e){}else try{t.setAttribute(e,"")}catch(e){}},at=function(e){var t=void 0,n=void 0;if(Se)e="<remove></remove>"+e;else{var i=g(e,/^[\r\n\t ]+/);n=i&&i[0]}var o=re?re.createHTML(e):e;if(Je===Ve)try{t=(new K).parseFromString(o,"text/html")}catch(e){}t&&t.documentElement||((t=se.createDocument(Je,"template",null)).documentElement.innerHTML=o);var a=t.body||t.documentElement;return e&&n&&a.insertBefore(r.createTextNode(n),a.childNodes[0]||null),De?t.documentElement:a},st=function(e){return le.call(e.ownerDocument||e,e,c.SHOW_ELEMENT|c.SHOW_COMMENT|c.SHOW_TEXT,(function(){return c.FILTER_ACCEPT}),!1)},lt=function(e){return!(e instanceof V||e instanceof J||"string"==typeof e.nodeName&&"string"==typeof e.textContent&&"function"==typeof e.removeChild&&e.attributes instanceof w&&"function"==typeof e.removeAttribute&&"function"==typeof e.setAttribute&&"string"==typeof e.namespaceURI&&"function"==typeof e.insertBefore)},ut=function(e){return"object"===(void 0===l?"undefined":U(l))?e instanceof l:e&&"object"===(void 0===e?"undefined":U(e))&&"number"==typeof e.nodeType&&"string"==typeof e.nodeName},ct=function(e,t,i){he[e]&&h(he[e],(function(e){e.call(n,t,i,Ke)}))},dt=function(e){var t=void 0;if(ct("beforeSanitizeElements",e,null),lt(e))return rt(e),!0;if(g(e.nodeName,/[\u0080-\uFFFF]/))return rt(e),!0;var i=m(e.nodeName);if(ct("uponSanitizeElement",e,{tagName:i,allowedTags:be}),!ut(e.firstElementChild)&&(!ut(e.content)||!ut(e.content.firstElementChild))&&b(/<[/\w]/g,e.innerHTML)&&b(/<[/\w]/g,e.textContent))return rt(e),!0;if(!be[i]||xe[i]){if(He&&!Re[i]){var r=ne(e)||e.parentNode,o=te(e)||e.childNodes;if(o&&r)for(var a=o.length-1;a>=0;--a)r.insertBefore($(o[a],!0),ee(e))}return rt(e),!0}return e instanceof u&&!it(e)?(rt(e),!0):"noscript"!==i&&"noembed"!==i||!b(/<\/no(script|embed)/i,e.innerHTML)?(Te&&3===e.nodeType&&(t=e.textContent,t=A(t,pe," "),t=A(t,fe," "),e.textContent!==t&&(f(n.removed,{element:e.cloneNode()}),e.textContent=t)),ct("afterSanitizeElements",e,null),!1):(rt(e),!0)},ht=function(e,t,n){if(Pe&&("id"===t||"name"===t)&&(n in r||n in Xe))return!1;if(Ee&&b(me,t));else if(Me&&b(ge,t));else{if(!we[t]||ke[t])return!1;if(Ue[t]);else if(b(_e,A(n,ve,"")));else if("src"!==t&&"xlink:href"!==t&&"href"!==t||"script"===e||0!==v(n,"data:")||!ze[e])if(Le&&!b(Ae,A(n,ve,"")));else if(n)return!1}return!0},pt=function(e){var t=void 0,i=void 0,r=void 0,o=void 0;ct("beforeSanitizeAttributes",e,null);var a=e.attributes;if(a){var s={attrName:"",attrValue:"",keepAttr:!0,allowedAttributes:we};for(o=a.length;o--;){var l=t=a[o],u=l.name,c=l.namespaceURI;if(i=_(t.value),r=m(u),s.attrName=r,s.attrValue=i,s.keepAttr=!0,s.forceKeepAttr=void 0,ct("uponSanitizeAttribute",e,s),i=s.attrValue,!s.forceKeepAttr&&(ot(u,e),s.keepAttr))if(b(/\/>/i,i))ot(u,e);else{Te&&(i=A(i,pe," "),i=A(i,fe," "));var d=e.nodeName.toLowerCase();if(ht(d,r,i))try{c?e.setAttributeNS(c,u,i):e.setAttribute(u,i),p(n.removed)}catch(e){}}}ct("afterSanitizeAttributes",e,null)}},ft=function e(t){var n=void 0,i=st(t);for(ct("beforeSanitizeShadowDOM",t,null);n=i.nextNode();)ct("uponSanitizeShadowNode",n,null),dt(n)||(n.content instanceof a&&e(n.content),pt(n));ct("afterSanitizeShadowDOM",t,null)};return n.sanitize=function(e,r){var o=void 0,s=void 0,u=void 0,c=void 0,d=void 0;if(e||(e="\x3c!--\x3e"),"string"!=typeof e&&!ut(e)){if("function"!=typeof e.toString)throw y("toString is not a function");if("string"!=typeof(e=e.toString()))throw y("dirty is not a string, aborting")}if(!n.isSupported){if("object"===U(t.toStaticHTML)||"function"==typeof t.toStaticHTML){if("string"==typeof e)return t.toStaticHTML(e);if(ut(e))return t.toStaticHTML(e.outerHTML)}return e}if(Be||Ze(r),n.removed=[],"string"==typeof e&&(Fe=!1),Fe);else if(e instanceof l)1===(s=(o=at("\x3c!----\x3e")).ownerDocument.importNode(e,!0)).nodeType&&"BODY"===s.nodeName||"HTML"===s.nodeName?o=s:o.appendChild(s);else{if(!Ye&&!Te&&!De&&-1===e.indexOf("<"))return re&&je?re.createHTML(e):e;if(!(o=at(e)))return Ye?null:oe}o&&Se&&rt(o.firstChild);for(var h=st(Fe?e:o);u=h.nextNode();)3===u.nodeType&&u===c||dt(u)||(u.content instanceof a&&ft(u.content),pt(u),c=u);if(c=null,Fe)return e;if(Ye){if(Ie)for(d=ue.call(o.ownerDocument);o.firstChild;)d.appendChild(o.firstChild);else d=o;return Oe&&(d=ce.call(i,d,!0)),d}var p=De?o.outerHTML:o.innerHTML;return Te&&(p=A(p,pe," "),p=A(p,fe," ")),re&&je?re.createHTML(p):p},n.setConfig=function(e){Ze(e),Be=!0},n.clearConfig=function(){Ke=null,Be=!1},n.isValidAttribute=function(e,t,n){Ke||Ze({});var i=m(e),r=m(t);return ht(i,r,n)},n.addHook=function(e,t){"function"==typeof t&&(he[e]=he[e]||[],f(he[e],t))},n.removeHook=function(e){he[e]&&p(he[e])},n.removeHooks=function(e){he[e]&&(he[e]=[])},n.removeAllHooks=function(){he={}},n}()}()},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),Object.defineProperty(t,"formatFileSize",{enumerable:!0,get:function(){return i.formatFileSize}});var i=n(611)},,function(e,t,n){"use strict";var i=n(3),r=n(43),o=n(22),a=n(51),s=[].join,l=r!=Object,u=a("join",",");i({target:"Array",proto:!0,forced:l||!u},{join:function(e){return s.call(o(this),void 0===e?",":e)}})},function(e,t,n){"use strict";var i=n(87),r=n(191),o=n(8),a=n(20),s=n(128),l=n(95),u=n(15),c=n(90),d=n(48),h=n(86).UNSUPPORTED_Y,p=[].push,f=Math.min;i("split",2,(function(e,t,n){var i;return i="c"=="abbc".split(/(b)*/)[1]||4!="test".split(/(?:)/,-1).length||2!="ab".split(/(?:ab)*/).length||4!=".".split(/(.?)(.?)/).length||".".split(/()()/).length>1||"".split(/.?/).length?function(e,n){var i=String(a(this)),o=void 0===n?4294967295:n>>>0;if(0===o)return[];if(void 0===e)return[i];if(!r(e))return t.call(i,e,o);for(var s,l,u,c=[],h=(e.ignoreCase?"i":"")+(e.multiline?"m":"")+(e.unicode?"u":"")+(e.sticky?"y":""),f=0,m=new RegExp(e.source,h+"g");(s=d.call(m,i))&&!((l=m.lastIndex)>f&&(c.push(i.slice(f,s.index)),s.length>1&&s.index<i.length&&p.apply(c,s.slice(1)),u=s[0].length,f=l,c.length>=o));)m.lastIndex===s.index&&m.lastIndex++;return f===i.length?!u&&m.test("")||c.push(""):c.push(i.slice(f)),c.length>o?c.slice(0,o):c}:"0".split(void 0,0).length?function(e,n){return void 0===e&&0===n?[]:t.call(this,e,n)}:t,[function(t,n){var r=a(this),o=null==t?void 0:t[e];return void 0!==o?o.call(t,r,n):i.call(String(r),t,n)},function(e,r){var a=n(i,e,this,r,i!==t);if(a.done)return a.value;var d=o(e),p=String(this),m=s(d,RegExp),g=d.unicode,A=(d.ignoreCase?"i":"")+(d.multiline?"m":"")+(d.unicode?"u":"")+(h?"g":"y"),v=new m(h?"^(?:"+d.source+")":d,A),_=void 0===r?4294967295:r>>>0;if(0===_)return[];if(0===p.length)return null===c(v,p)?[p]:[];for(var b=0,y=0,w=[];y<p.length;){v.lastIndex=h?0:y;var C,x=c(v,h?p.slice(y):p);if(null===x||(C=f(u(v.lastIndex+(h?y:0)),p.length))===b)y=l(p,y,g);else{if(w.push(p.slice(b,y)),w.length===_)return w;for(var k=1;k<=x.length-1;k++)if(w.push(x[k]),w.length===_)return w;y=b=C}}return w.push(p.slice(b)),w}]}),h)},function(e,t,n){"use strict";var i=n(3),r=n(23),o=n(485),a=n(462),s=n(4),l=1..toFixed,u=Math.floor,c=function(e,t,n){return 0===t?n:t%2==1?c(e,t-1,n*e):c(e*e,t/2,n)},d=function(e,t,n){for(var i=-1,r=n;++i<6;)r+=t*e[i],e[i]=r%1e7,r=u(r/1e7)},h=function(e,t){for(var n=6,i=0;--n>=0;)i+=e[n],e[n]=u(i/t),i=i%t*1e7},p=function(e){for(var t=6,n="";--t>=0;)if(""!==n||0===t||0!==e[t]){var i=String(e[t]);n=""===n?i:n+a.call("0",7-i.length)+i}return n};i({target:"Number",proto:!0,forced:l&&("0.000"!==8e-5.toFixed(3)||"1"!==.9.toFixed(0)||"1.25"!==1.255.toFixed(2)||"1000000000000000128"!==(0xde0b6b3a7640080).toFixed(0))||!s((function(){l.call({})}))},{toFixed:function(e){var t,n,i,s,l=o(this),u=r(e),f=[0,0,0,0,0,0],m="",g="0";if(u<0||u>20)throw RangeError("Incorrect fraction digits");if(l!=l)return"NaN";if(l<=-1e21||l>=1e21)return String(l);if(l<0&&(m="-",l=-l),l>1e-21)if(n=(t=function(e){for(var t=0,n=e;n>=4096;)t+=12,n/=4096;for(;n>=2;)t+=1,n/=2;return t}(l*c(2,69,1))-69)<0?l*c(2,-t,1):l/c(2,t,1),n*=4503599627370496,(t=52-t)>0){for(d(f,0,n),i=u;i>=7;)d(f,1e7,0),i-=7;for(d(f,c(10,i,1),0),i=t-1;i>=23;)h(f,1<<23),i-=23;h(f,1<<i),d(f,1,1),h(f,2),g=p(f)}else d(f,0,n),d(f,1<<-t,0),g=p(f)+a.call("0",u);return g=u>0?m+((s=g.length)<=u?"0."+a.call("0",u-s)+g:g.slice(0,s-u)+"."+g.slice(s-u)):m+g}})},function(e,t,n){var i=n(28);e.exports=function(e){if("number"!=typeof e&&"Number"!=i(e))throw TypeError("Incorrect invocation");return+e}},function(e,t,n){var i=n(32);e.exports=i("document","documentElement")},function(e,t,n){var i=n(22),r=n(65).f,o={}.toString,a="object"==typeof window&&window&&Object.getOwnPropertyNames?Object.getOwnPropertyNames(window):[];e.exports.f=function(e){return a&&"[object Window]"==o.call(e)?function(e){try{return r(e)}catch(e){return a.slice()}}(e):r(i(e))}},function(e,t,n){"use strict";var i=n(3),r=n(11),o=n(5),a=n(13),s=n(10),l=n(19).f,u=n(110),c=o.Symbol;if(r&&"function"==typeof c&&(!("description"in c.prototype)||void 0!==c().description)){var d={},h=function(){var e=arguments.length<1||void 0===arguments[0]?void 0:String(arguments[0]),t=this instanceof h?new c(e):void 0===e?c():c(e);return""===e&&(d[t]=!0),t};u(h,c);var p=h.prototype=c.prototype;p.constructor=h;var f=p.toString,m="Symbol(test)"==String(c("test")),g=/^Symbol\((.*)\)[^)]+$/;l(p,"description",{configurable:!0,get:function(){var e=s(this)?this.valueOf():this,t=f.call(e);if(a(d,e))return"";var n=m?t.slice(7,-1):t.replace(g,"$1");return""===n?void 0:n}}),i({global:!0,forced:!0},{Symbol:h})}},function(e,t,n){n(83)("iterator")},function(e,t,n){var i=n(10);e.exports=function(e){if(!i(e)&&null!==e)throw TypeError("Can't set "+String(e)+" as a prototype");return e}},function(e,t,n){var i=n(8);e.exports=function(e){var t=e.return;if(void 0!==t)return i(t.call(e)).value}},function(e,t,n){var i=n(3),r=n(469);i({target:"Array",stat:!0,forced:!n(239)((function(e){Array.from(e)}))},{from:r})},function(e,t,n){"use strict";var i=n(3),r=n(10),o=n(63),a=n(60),s=n(15),l=n(22),u=n(79),c=n(9),d=n(81)("slice"),h=c("species"),p=[].slice,f=Math.max;i({target:"Array",proto:!0,forced:!d},{slice:function(e,t){var n,i,c,d=l(this),m=s(d.length),g=a(e,m),A=a(void 0===t?m:t,m);if(o(d)&&("function"!=typeof(n=d.constructor)||n!==Array&&!o(n.prototype)?r(n)&&null===(n=n[h])&&(n=void 0):n=void 0,n===Array||void 0===n))return p.call(d,g,A);for(i=new(void 0===n?Array:n)(f(A-g,0)),c=0;g<A;g++,c++)g in d&&u(i,c,d[g]);return i.length=c,i}})},function(e,t,n){"use strict";var i=n(5),r=n(11),o=n(615),a=n(18),s=n(188),l=n(4),u=n(150),c=n(23),d=n(15),h=n(650),p=n(749),f=n(99),m=n(148),g=n(65).f,A=n(19).f,v=n(612),_=n(84),b=n(35),y=b.get,w=b.set,C=i.ArrayBuffer,x=C,k=i.DataView,M=k&&k.prototype,E=Object.prototype,L=i.RangeError,T=p.pack,D=p.unpack,B=function(e){return[255&e]},S=function(e){return[255&e,e>>8&255]},Y=function(e){return[255&e,e>>8&255,e>>16&255,e>>24&255]},I=function(e){return e[3]<<24|e[2]<<16|e[1]<<8|e[0]},O=function(e){return T(e,23,4)},j=function(e){return T(e,52,8)},P=function(e,t){A(e.prototype,t,{get:function(){return y(this)[t]}})},H=function(e,t,n,i){var r=h(n),o=y(e);if(r+t>o.byteLength)throw L("Wrong index");var a=y(o.buffer).bytes,s=r+o.byteOffset,l=a.slice(s,s+t);return i?l:l.reverse()},F=function(e,t,n,i,r,o){var a=h(n),s=y(e);if(a+t>s.byteLength)throw L("Wrong index");for(var l=y(s.buffer).bytes,u=a+s.byteOffset,c=i(+r),d=0;d<t;d++)l[u+d]=c[o?d:t-d-1]};if(o){if(!l((function(){C(1)}))||!l((function(){new C(-1)}))||l((function(){return new C,new C(1.5),new C(NaN),"ArrayBuffer"!=C.name}))){for(var N,R=(x=function(e){return u(this,x),new C(h(e))}).prototype=C.prototype,z=g(C),W=0;z.length>W;)(N=z[W++])in x||a(x,N,C[N]);R.constructor=x}m&&f(M)!==E&&m(M,E);var U=new k(new x(2)),q=M.setInt8;U.setInt8(0,2147483648),U.setInt8(1,2147483649),!U.getInt8(0)&&U.getInt8(1)||s(M,{setInt8:function(e,t){q.call(this,e,t<<24>>24)},setUint8:function(e,t){q.call(this,e,t<<24>>24)}},{unsafe:!0})}else x=function(e){u(this,x,"ArrayBuffer");var t=h(e);w(this,{bytes:v.call(new Array(t),0),byteLength:t}),r||(this.byteLength=t)},k=function(e,t,n){u(this,k,"DataView"),u(e,x,"DataView");var i=y(e).byteLength,o=c(t);if(o<0||o>i)throw L("Wrong offset");if(o+(n=void 0===n?i-o:d(n))>i)throw L("Wrong length");w(this,{buffer:e,byteLength:n,byteOffset:o}),r||(this.buffer=e,this.byteLength=n,this.byteOffset=o)},r&&(P(x,"byteLength"),P(k,"buffer"),P(k,"byteLength"),P(k,"byteOffset")),s(k.prototype,{getInt8:function(e){return H(this,1,e)[0]<<24>>24},getUint8:function(e){return H(this,1,e)[0]},getInt16:function(e){var t=H(this,2,e,arguments.length>1?arguments[1]:void 0);return(t[1]<<8|t[0])<<16>>16},getUint16:function(e){var t=H(this,2,e,arguments.length>1?arguments[1]:void 0);return t[1]<<8|t[0]},getInt32:function(e){return I(H(this,4,e,arguments.length>1?arguments[1]:void 0))},getUint32:function(e){return I(H(this,4,e,arguments.length>1?arguments[1]:void 0))>>>0},getFloat32:function(e){return D(H(this,4,e,arguments.length>1?arguments[1]:void 0),23)},getFloat64:function(e){return D(H(this,8,e,arguments.length>1?arguments[1]:void 0),52)},setInt8:function(e,t){F(this,1,e,B,t)},setUint8:function(e,t){F(this,1,e,B,t)},setInt16:function(e,t){F(this,2,e,S,t,arguments.length>2?arguments[2]:void 0)},setUint16:function(e,t){F(this,2,e,S,t,arguments.length>2?arguments[2]:void 0)},setInt32:function(e,t){F(this,4,e,Y,t,arguments.length>2?arguments[2]:void 0)},setUint32:function(e,t){F(this,4,e,Y,t,arguments.length>2?arguments[2]:void 0)},setFloat32:function(e,t){F(this,4,e,O,t,arguments.length>2?arguments[2]:void 0)},setFloat64:function(e,t){F(this,8,e,j,t,arguments.length>2?arguments[2]:void 0)}});_(x,"ArrayBuffer"),_(k,"DataView"),e.exports={ArrayBuffer:x,DataView:k}},function(e,t,n){"use strict";var i=n(3),r=n(5),o=n(94),a=n(21),s=n(225),l=n(187),u=n(150),c=n(10),d=n(4),h=n(239),p=n(84),f=n(496);e.exports=function(e,t,n){var m=-1!==e.indexOf("Map"),g=-1!==e.indexOf("Weak"),A=m?"set":"add",v=r[e],_=v&&v.prototype,b=v,y={},w=function(e){var t=_[e];a(_,e,"add"==e?function(e){return t.call(this,0===e?0:e),this}:"delete"==e?function(e){return!(g&&!c(e))&&t.call(this,0===e?0:e)}:"get"==e?function(e){return g&&!c(e)?void 0:t.call(this,0===e?0:e)}:"has"==e?function(e){return!(g&&!c(e))&&t.call(this,0===e?0:e)}:function(e,n){return t.call(this,0===e?0:e,n),this})};if(o(e,"function"!=typeof v||!(g||_.forEach&&!d((function(){(new v).entries().next()})))))b=n.getConstructor(t,e,m,A),s.REQUIRED=!0;else if(o(e,!0)){var C=new b,x=C[A](g?{}:-0,1)!=C,k=d((function(){C.has(1)})),M=h((function(e){new v(e)})),E=!g&&d((function(){for(var e=new v,t=5;t--;)e[A](t,t);return!e.has(-0)}));M||((b=t((function(t,n){u(t,b,e);var i=f(new v,t,b);return null!=n&&l(n,i[A],{that:i,AS_ENTRIES:m}),i}))).prototype=_,_.constructor=b),(k||E)&&(w("delete"),w("has"),m&&w("get")),(E||x)&&w(A),g&&_.clear&&delete _.clear}return y[e]=b,i({global:!0,forced:b!=v},y),p(b,e),g||n.setStrong(b,e,m),b}},function(e,t,n){var i=n(10),r=n(148);e.exports=function(e,t,n){var o,a;return r&&"function"==typeof(o=t.constructor)&&o!==n&&i(a=o.prototype)&&a!==n.prototype&&r(e,a),e}},function(e,t){var n=Math.expm1,i=Math.exp;e.exports=!n||n(10)>22025.465794806718||n(10)<22025.465794806718||-2e-17!=n(-2e-17)?function(e){return 0==(e=+e)?e:e>-1e-6&&e<1e-6?e+e*e/2:i(e)-1}:n},function(e,t,n){"use strict";var i=n(44),r=n(5),o=n(4),a=n(88);e.exports=i||!o((function(){var e=a.match(/AppleWebKit\/(\d+)\./);if(!(e&&+e[1]<535)){var t=Math.random();__defineSetter__.call(null,t,(function(){})),delete r[t]}}))},function(e,t,n){var i=n(3),r=n(4),o=n(22),a=n(29).f,s=n(11),l=r((function(){a(1)}));i({target:"Object",stat:!0,forced:!s||l,sham:!s},{getOwnPropertyDescriptor:function(e,t){return a(o(e),t)}})},function(e,t,n){var i=n(3),r=n(11),o=n(103),a=n(22),s=n(29),l=n(79);i({target:"Object",stat:!0,sham:!r},{getOwnPropertyDescriptors:function(e){for(var t,n,i=a(e),r=s.f,u=o(i),c={},d=0;u.length>d;)void 0!==(n=r(i,t=u[d++]))&&l(c,t,n);return c}})},function(e,t){e.exports=Object.is||function(e,t){return e===t?0!==e||1/e==1/t:e!=e&&t!=t}},function(e,t,n){var i=n(3),r=n(14),o=n(92);i({target:"Object",stat:!0,forced:n(4)((function(){o(1)}))},{keys:function(e){return o(r(e))}})},function(e,t,n){"use strict";var i=n(45),r=function(e){var t,n;this.promise=new e((function(e,i){if(void 0!==t||void 0!==n)throw TypeError("Bad Promise constructor");t=e,n=i})),this.resolve=i(t),this.reject=i(n)};e.exports.f=function(e){return new r(e)}},function(e,t,n){"use strict";var i=n(3),r=n(189).trim;i({target:"String",proto:!0,forced:n(473)("trim")},{trim:function(){return r(this)}})},function(e,t,n){var i=n(5),r=n(474),o=n(147),a=n(18);for(var s in r){var l=i[s],u=l&&l.prototype;if(u&&u.forEach!==o)try{a(u,"forEach",o)}catch(e){u.forEach=o}}},function(e,t,n){"use strict";n(163);var i=n(3),r=n(32),o=n(476),a=n(21),s=n(188),l=n(84),u=n(241),c=n(35),d=n(150),h=n(13),p=n(75),f=n(96),m=n(8),g=n(10),A=n(98),v=n(33),_=n(626),b=n(176),y=n(9),w=r("fetch"),C=r("Headers"),x=y("iterator"),k=c.set,M=c.getterFor("URLSearchParams"),E=c.getterFor("URLSearchParamsIterator"),L=/\+/g,T=Array(4),D=function(e){return T[e-1]||(T[e-1]=RegExp("((?:%[\\da-f]{2}){"+e+"})","gi"))},B=function(e){try{return decodeURIComponent(e)}catch(t){return e}},S=function(e){var t=e.replace(L," "),n=4;try{return decodeURIComponent(t)}catch(e){for(;n;)t=t.replace(D(n--),B);return t}},Y=/[!'()~]|%20/g,I={"!":"%21","'":"%27","(":"%28",")":"%29","~":"%7E","%20":"+"},O=function(e){return I[e]},j=function(e){return encodeURIComponent(e).replace(Y,O)},P=function(e,t){if(t)for(var n,i,r=t.split("&"),o=0;o<r.length;)(n=r[o++]).length&&(i=n.split("="),e.push({key:S(i.shift()),value:S(i.join("="))}))},H=function(e){this.entries.length=0,P(this.entries,e)},F=function(e,t){if(e<t)throw TypeError("Not enough arguments")},N=u((function(e,t){k(this,{type:"URLSearchParamsIterator",iterator:_(M(e).entries),kind:t})}),"Iterator",(function(){var e=E(this),t=e.kind,n=e.iterator.next(),i=n.value;return n.done||(n.value="keys"===t?i.key:"values"===t?i.value:[i.key,i.value]),n})),R=function(){d(this,R,"URLSearchParams");var e,t,n,i,r,o,a,s,l,u=arguments.length>0?arguments[0]:void 0,c=this,p=[];if(k(c,{type:"URLSearchParams",entries:p,updateURL:function(){},updateSearchParams:H}),void 0!==u)if(g(u))if("function"==typeof(e=b(u)))for(n=(t=e.call(u)).next;!(i=n.call(t)).done;){if((a=(o=(r=_(m(i.value))).next).call(r)).done||(s=o.call(r)).done||!o.call(r).done)throw TypeError("Expected sequence with length 2");p.push({key:a.value+"",value:s.value+""})}else for(l in u)h(u,l)&&p.push({key:l,value:u[l]+""});else P(p,"string"==typeof u?"?"===u.charAt(0)?u.slice(1):u:u+"")},z=R.prototype;s(z,{append:function(e,t){F(arguments.length,2);var n=M(this);n.entries.push({key:e+"",value:t+""}),n.updateURL()},delete:function(e){F(arguments.length,1);for(var t=M(this),n=t.entries,i=e+"",r=0;r<n.length;)n[r].key===i?n.splice(r,1):r++;t.updateURL()},get:function(e){F(arguments.length,1);for(var t=M(this).entries,n=e+"",i=0;i<t.length;i++)if(t[i].key===n)return t[i].value;return null},getAll:function(e){F(arguments.length,1);for(var t=M(this).entries,n=e+"",i=[],r=0;r<t.length;r++)t[r].key===n&&i.push(t[r].value);return i},has:function(e){F(arguments.length,1);for(var t=M(this).entries,n=e+"",i=0;i<t.length;)if(t[i++].key===n)return!0;return!1},set:function(e,t){F(arguments.length,1);for(var n,i=M(this),r=i.entries,o=!1,a=e+"",s=t+"",l=0;l<r.length;l++)(n=r[l]).key===a&&(o?r.splice(l--,1):(o=!0,n.value=s));o||r.push({key:a,value:s}),i.updateURL()},sort:function(){var e,t,n,i=M(this),r=i.entries,o=r.slice();for(r.length=0,n=0;n<o.length;n++){for(e=o[n],t=0;t<n;t++)if(r[t].key>e.key){r.splice(t,0,e);break}t===n&&r.push(e)}i.updateURL()},forEach:function(e){for(var t,n=M(this).entries,i=p(e,arguments.length>1?arguments[1]:void 0,3),r=0;r<n.length;)i((t=n[r++]).value,t.key,this)},keys:function(){return new N(this,"keys")},values:function(){return new N(this,"values")},entries:function(){return new N(this,"entries")}},{enumerable:!0}),a(z,x,z.entries),a(z,"toString",(function(){for(var e,t=M(this).entries,n=[],i=0;i<t.length;)e=t[i++],n.push(j(e.key)+"="+j(e.value));return n.join("&")}),{enumerable:!0}),l(R,"URLSearchParams"),i({global:!0,forced:!o},{URLSearchParams:R}),o||"function"!=typeof w||"function"!=typeof C||i({global:!0,enumerable:!0,forced:!0},{fetch:function(e){var t,n,i,r=[e];return arguments.length>1&&(g(t=arguments[1])&&(n=t.body,"URLSearchParams"===f(n)&&((i=t.headers?new C(t.headers):new C).has("content-type")||i.set("content-type","application/x-www-form-urlencoded;charset=UTF-8"),t=A(t,{body:v(0,String(n)),headers:v(0,i)}))),r.push(t)),w.apply(this,r)}}),e.exports={URLSearchParams:R,getState:M}},function(e,t,n){"use strict";t.a="data:image/png;base64,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"},function(e,t,n){"use strict";t.a="data:image/png;base64,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"},function(e,t,n){"use strict";t.a="data:image/png;base64,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"},function(e,t,n){"use strict";t.a="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAQAAAADwCAMAAADYSUr5AAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAABLFBMVEV3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diDPBZfVAAAAY3RSTlMAWEd8IjKY4b3Ld2acsomqpVpOeudAQGVmhVOLRpGUY2NhTaBobXqbc6W/fcC8463l6eSBjl3f3eC51tvSxNXU12LacP4Nzplp+DgqFhzFedHjp4FYyJPQ2K/wzZCniLC7x6vHwZbrAAAAAWJLR0QAiAUdSAAAAAd0SU1FB+AHDQUaNuOGGEYAAA+BSURBVHja7V0LYxvFEd67iyQsxycZJGgDCYrBKSR1WjdJX5RCGiJICzFpmxCamFLm//+H7t5rZ2f2oeNk6Wzv58T23D7nu9m9md09WYiIiIgeIIFk213Ysv7QcwY6dy8Bv/4JZkBl3iwhxAJBwSSA9sdIV6kJvgLAGgBPA6R88etGTYJaICcgof0x0ukdZATQ4rwBljnZIAOs/3YVPOmcQUFy+2u3ZU68mdYKZsG8i/QGcwvx3mFuAZ4ObN4C7KSwLvoIYKWBmYindmKCm58DVuDjTJ8CdAht/imwdVx2RygiIiIiIiKixzhzT3DLflDCojWgzntCS9DsRoCfsAZ86wFsQUjWvlFKLB1gBLAMNLsZLiasAUqAJ7pUtW8yGGL9t/fYk2xZUUk8xUVgCRAKAja2HMAtWNhs1ojWVlgPSMzafCNq2xZgReLpcff1AD5CtjoHhHHRnwIRERER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"},function(e,t,n){"use strict";t.a="data:image/png;base64,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"},function(e,t,n){"use strict";t.a="data:image/png;base64,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"},function(e,t,n){var i;!function(r){"use strict";function o(e,t){var n=(65535&e)+(65535&t);return(e>>16)+(t>>16)+(n>>16)<<16|65535&n}function a(e,t,n,i,r,a){return o((s=o(o(t,e),o(i,a)))<<(l=r)|s>>>32-l,n);var s,l}function s(e,t,n,i,r,o,s){return a(t&n|~t&i,e,t,r,o,s)}function l(e,t,n,i,r,o,s){return a(t&i|n&~i,e,t,r,o,s)}function u(e,t,n,i,r,o,s){return a(t^n^i,e,t,r,o,s)}function c(e,t,n,i,r,o,s){return a(n^(t|~i),e,t,r,o,s)}function d(e,t){var n,i,r,a,d;e[t>>5]|=128<<t%32,e[14+(t+64>>>9<<4)]=t;var h=1732584193,p=-271733879,f=-1732584194,m=271733878;for(n=0;n<e.length;n+=16)i=h,r=p,a=f,d=m,h=s(h,p,f,m,e[n],7,-680876936),m=s(m,h,p,f,e[n+1],12,-389564586),f=s(f,m,h,p,e[n+2],17,606105819),p=s(p,f,m,h,e[n+3],22,-1044525330),h=s(h,p,f,m,e[n+4],7,-176418897),m=s(m,h,p,f,e[n+5],12,1200080426),f=s(f,m,h,p,e[n+6],17,-1473231341),p=s(p,f,m,h,e[n+7],22,-45705983),h=s(h,p,f,m,e[n+8],7,1770035416),m=s(m,h,p,f,e[n+9],12,-1958414417),f=s(f,m,h,p,e[n+10],17,-42063),p=s(p,f,m,h,e[n+11],22,-1990404162),h=s(h,p,f,m,e[n+12],7,1804603682),m=s(m,h,p,f,e[n+13],12,-40341101),f=s(f,m,h,p,e[n+14],17,-1502002290),h=l(h,p=s(p,f,m,h,e[n+15],22,1236535329),f,m,e[n+1],5,-165796510),m=l(m,h,p,f,e[n+6],9,-1069501632),f=l(f,m,h,p,e[n+11],14,643717713),p=l(p,f,m,h,e[n],20,-373897302),h=l(h,p,f,m,e[n+5],5,-701558691),m=l(m,h,p,f,e[n+10],9,38016083),f=l(f,m,h,p,e[n+15],14,-660478335),p=l(p,f,m,h,e[n+4],20,-405537848),h=l(h,p,f,m,e[n+9],5,568446438),m=l(m,h,p,f,e[n+14],9,-1019803690),f=l(f,m,h,p,e[n+3],14,-187363961),p=l(p,f,m,h,e[n+8],20,1163531501),h=l(h,p,f,m,e[n+13],5,-1444681467),m=l(m,h,p,f,e[n+2],9,-51403784),f=l(f,m,h,p,e[n+7],14,1735328473),h=u(h,p=l(p,f,m,h,e[n+12],20,-1926607734),f,m,e[n+5],4,-378558),m=u(m,h,p,f,e[n+8],11,-2022574463),f=u(f,m,h,p,e[n+11],16,1839030562),p=u(p,f,m,h,e[n+14],23,-35309556),h=u(h,p,f,m,e[n+1],4,-1530992060),m=u(m,h,p,f,e[n+4],11,1272893353),f=u(f,m,h,p,e[n+7],16,-155497632),p=u(p,f,m,h,e[n+10],23,-1094730640),h=u(h,p,f,m,e[n+13],4,681279174),m=u(m,h,p,f,e[n],11,-358537222),f=u(f,m,h,p,e[n+3],16,-722521979),p=u(p,f,m,h,e[n+6],23,76029189),h=u(h,p,f,m,e[n+9],4,-640364487),m=u(m,h,p,f,e[n+12],11,-421815835),f=u(f,m,h,p,e[n+15],16,530742520),h=c(h,p=u(p,f,m,h,e[n+2],23,-995338651),f,m,e[n],6,-198630844),m=c(m,h,p,f,e[n+7],10,1126891415),f=c(f,m,h,p,e[n+14],15,-1416354905),p=c(p,f,m,h,e[n+5],21,-57434055),h=c(h,p,f,m,e[n+12],6,1700485571),m=c(m,h,p,f,e[n+3],10,-1894986606),f=c(f,m,h,p,e[n+10],15,-1051523),p=c(p,f,m,h,e[n+1],21,-2054922799),h=c(h,p,f,m,e[n+8],6,1873313359),m=c(m,h,p,f,e[n+15],10,-30611744),f=c(f,m,h,p,e[n+6],15,-1560198380),p=c(p,f,m,h,e[n+13],21,1309151649),h=c(h,p,f,m,e[n+4],6,-145523070),m=c(m,h,p,f,e[n+11],10,-1120210379),f=c(f,m,h,p,e[n+2],15,718787259),p=c(p,f,m,h,e[n+9],21,-343485551),h=o(h,i),p=o(p,r),f=o(f,a),m=o(m,d);return[h,p,f,m]}function h(e){var t,n="",i=32*e.length;for(t=0;t<i;t+=8)n+=String.fromCharCode(e[t>>5]>>>t%32&255);return n}function p(e){var t,n=[];for(n[(e.length>>2)-1]=void 0,t=0;t<n.length;t+=1)n[t]=0;var i=8*e.length;for(t=0;t<i;t+=8)n[t>>5]|=(255&e.charCodeAt(t/8))<<t%32;return n}function f(e){var t,n,i="";for(n=0;n<e.length;n+=1)t=e.charCodeAt(n),i+="0123456789abcdef".charAt(t>>>4&15)+"0123456789abcdef".charAt(15&t);return i}function m(e){return unescape(encodeURIComponent(e))}function g(e){return function(e){return h(d(p(e),8*e.length))}(m(e))}function A(e,t){return function(e,t){var n,i,r=p(e),o=[],a=[];for(o[15]=a[15]=void 0,r.length>16&&(r=d(r,8*e.length)),n=0;n<16;n+=1)o[n]=909522486^r[n],a[n]=1549556828^r[n];return i=d(o.concat(p(t)),512+8*t.length),h(d(a.concat(i),640))}(m(e),m(t))}function v(e,t,n){return t?n?A(t,e):f(A(t,e)):n?g(e):f(g(e))}void 0===(i=function(){return v}.call(t,n,t,e))||(e.exports=i)}()},function(e,t,n){"use strict";n.d(t,"a",(function(){return ie}));var i=n(6),r=n(0),o=n.n(r),a=n(2),s=n.n(a);
/*!
* css-vars-ponyfill
- * v2.2.1
+ * v2.4.3
* https://jhildenbiddle.github.io/css-vars-ponyfill/
- * (c) 2018-2020 John Hildenbiddle <http://hildenbiddle.com>
+ * (c) 2018-2021 John Hildenbiddle <http://hildenbiddle.com>
* MIT license
*/
-function c(){return(c=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var i in n)Object.prototype.hasOwnProperty.call(n,i)&&(e[i]=n[i])}return e}).apply(this,arguments)}function u(e){return function(e){if(Array.isArray(e)){for(var t=0,n=new Array(e.length);t<e.length;t++)n[t]=e[t];return n}}(e)||function(e){if(Symbol.iterator in Object(e)||"[object Arguments]"===Object.prototype.toString.call(e))return Array.from(e)}(e)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance")}
+function l(){return(l=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var i in n)Object.prototype.hasOwnProperty.call(n,i)&&(e[i]=n[i])}return e}).apply(this,arguments)}
/*!
* get-css-data
- * v1.7.1
+ * v2.0.0
* https://github.com/jhildenbiddle/get-css-data
- * (c) 2018-2020 John Hildenbiddle <http://hildenbiddle.com>
+ * (c) 2018-2021 John Hildenbiddle <http://hildenbiddle.com>
* MIT license
- */()}function d(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n={mimeType:t.mimeType||null,onBeforeSend:t.onBeforeSend||Function.prototype,onSuccess:t.onSuccess||Function.prototype,onError:t.onError||Function.prototype,onComplete:t.onComplete||Function.prototype},i=Array.isArray(e)?e:[e],r=Array.apply(null,Array(i.length)).map((function(e){return null}));function o(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"",t="<"===e.trim().charAt(0);return!t}function s(e,t){n.onError(e,i[t],t)}function a(e,t){var o=n.onSuccess(e,i[t],t);e=!1===o?"":o||e,r[t]=e,-1===r.indexOf(null)&&n.onComplete(r)}var l=document.createElement("a");i.forEach((function(e,t){if(l.setAttribute("href",e),l.href=String(l.href),Boolean(document.all&&!window.atob)&&l.host.split(":")[0]!==location.host.split(":")[0]){if(l.protocol===location.protocol){var i=new XDomainRequest;i.open("GET",e),i.timeout=0,i.onprogress=Function.prototype,i.ontimeout=Function.prototype,i.onload=function(){o(i.responseText)?a(i.responseText,t):s(i,t)},i.onerror=function(e){s(i,t)},setTimeout((function(){i.send()}),0)}else console.warn("Internet Explorer 9 Cross-Origin (CORS) requests must use the same protocol (".concat(e,")")),s(null,t)}else{var r=new XMLHttpRequest;r.open("GET",e),n.mimeType&&r.overrideMimeType&&r.overrideMimeType(n.mimeType),n.onBeforeSend(r,e,t),r.onreadystatechange=function(){4===r.readyState&&(200===r.status&&o(r.responseText)?a(r.responseText,t):s(r,t))},r.send()}}))}
+ */function u(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n={mimeType:t.mimeType||null,onBeforeSend:t.onBeforeSend||Function.prototype,onSuccess:t.onSuccess||Function.prototype,onError:t.onError||Function.prototype,onComplete:t.onComplete||Function.prototype},i=Array.isArray(e)?e:[e],r=Array.apply(null,Array(i.length)).map((function(e){return null}));function o(e){var t=e&&"<"===e.trim().charAt(0);return e&&!t}function a(e,t){n.onError(e,i[t],t)}function s(e,t){var o=n.onSuccess(e,i[t],t);e=!1===o?"":o||e,r[t]=e,-1===r.indexOf(null)&&n.onComplete(r)}var l=document.createElement("a");i.forEach((function(e,t){if(l.setAttribute("href",e),l.href=String(l.href),Boolean(document.all&&!window.atob)&&l.host.split(":")[0]!==location.host.split(":")[0]){if(l.protocol===location.protocol){var i=new XDomainRequest;i.open("GET",e),i.timeout=0,i.onprogress=Function.prototype,i.ontimeout=Function.prototype,i.onload=function(){o(i.responseText)?s(i.responseText,t):a(i,t)},i.onerror=function(e){a(i,t)},setTimeout((function(){i.send()}),0)}else console.warn("Internet Explorer 9 Cross-Origin (CORS) requests must use the same protocol (".concat(e,")")),a(null,t)}else{var r=new XMLHttpRequest;r.open("GET",e),n.mimeType&&r.overrideMimeType&&r.overrideMimeType(n.mimeType),n.onBeforeSend(r,e,t),r.onreadystatechange=function(){4===r.readyState&&(r.status<400&&o(r.responseText)||0===r.status&&o(r.responseText)?s(r.responseText,t):a(r,t))},r.send()}}))}
/**
* Gets CSS data from <style> and <link> nodes (including @imports), then
* returns data in order processed by DOM. Allows specifying nodes to
@@ -328,7 +956,9 @@ function c(){return(c=Object.assign||function(e){for(var t=1;t<arguments.length;
* @param {object} [options.filter] Regular expression used to filter node CSS
* data. Each block of CSS data is tested against the filter,
* and only matching data is included.
- * @param {object} [options.useCSSOM=false] Determines if CSS data will be
+ * @param {boolean} [options.skipDisabled=true] Determines if disabled
+ * stylesheets will be skipped while collecting CSS data.
+ * @param {boolean} [options.useCSSOM=false] Determines if CSS data will be
* collected from a stylesheet's runtime values instead of its
* text content. This is required to get accurate CSS data
* when a stylesheet has been modified using the deleteRule()
@@ -352,11 +982,12 @@ function c(){return(c=Object.assign||function(e){for(var t=1;t<arguments.length;
* @example
*
* getCssData({
- * rootElement: document,
- * include : 'style,link[rel="stylesheet"]',
- * exclude : '[href="skip.css"]',
- * filter : /red/,
- * useCSSOM : false,
+ * rootElement : document,
+ * include : 'style,link[rel="stylesheet"]',
+ * exclude : '[href="skip.css"]',
+ * filter : /red/,
+ * skipDisabled: true,
+ * useCSSOM : false,
* onBeforeSend(xhr, node, url) {
* // ...
* }
@@ -370,7 +1001,7 @@ function c(){return(c=Object.assign||function(e){for(var t=1;t<arguments.length;
* // ...
* }
* });
- */function h(e){var t=/\/\*[\s\S]+?\*\//g,n=/(?:@import\s*)(?:url\(\s*)?(?:['"])([^'"]*)(?:['"])(?:\s*\))?(?:[^;]*;)/g,i={rootElement:e.rootElement||document,include:e.include||'style,link[rel="stylesheet"]',exclude:e.exclude||null,filter:e.filter||null,useCSSOM:e.useCSSOM||!1,onBeforeSend:e.onBeforeSend||Function.prototype,onSuccess:e.onSuccess||Function.prototype,onError:e.onError||Function.prototype,onComplete:e.onComplete||Function.prototype},r=Array.apply(null,i.rootElement.querySelectorAll(i.include)).filter((function(e){return t=e,n=i.exclude,!(t.matches||t.matchesSelector||t.webkitMatchesSelector||t.mozMatchesSelector||t.msMatchesSelector||t.oMatchesSelector).call(t,n);var t,n})),o=Array.apply(null,Array(r.length)).map((function(e){return null}));function s(){if(-1===o.indexOf(null)){var e=o.join("");i.onComplete(e,o,r)}}function a(e,t,n,r){var a=i.onSuccess(e,n,r);(function e(t,n,r,o){var s=arguments.length>4&&void 0!==arguments[4]?arguments[4]:[],a=arguments.length>5&&void 0!==arguments[5]?arguments[5]:[],c=l(t,r,a);c.rules.length?d(c.absoluteUrls,{onBeforeSend:function(e,t,r){i.onBeforeSend(e,n,t)},onSuccess:function(e,t,r){var o=i.onSuccess(e,n,t),s=l(e=!1===o?"":o||e,t,a);return s.rules.forEach((function(t,n){e=e.replace(t,s.absoluteRules[n])})),e},onError:function(i,l,u){s.push({xhr:i,url:l}),a.push(c.rules[u]),e(t,n,r,o,s,a)},onComplete:function(i){i.forEach((function(e,n){t=t.replace(c.rules[n],e)})),e(t,n,r,o,s,a)}}):o(t,s)})(e=void 0!==a&&!1===Boolean(a)?"":a||e,n,r,(function(e,r){null===o[t]&&(r.forEach((function(e){return i.onError(e.xhr,n,e.url)})),!i.filter||i.filter.test(e)?o[t]=e:o[t]="",s())}))}function l(e,i){var r=arguments.length>2&&void 0!==arguments[2]?arguments[2]:[],o={};return o.rules=(e.replace(t,"").match(n)||[]).filter((function(e){return-1===r.indexOf(e)})),o.urls=o.rules.map((function(e){return e.replace(n,"$1")})),o.absoluteUrls=o.urls.map((function(e){return f(e,i)})),o.absoluteRules=o.rules.map((function(e,t){var n=o.urls[t],r=f(o.absoluteUrls[t],i);return e.replace(n,r)})),o}r.length?r.forEach((function(e,t){var n=e.getAttribute("href"),r=e.getAttribute("rel"),l="LINK"===e.nodeName&&n&&r&&"stylesheet"===r.toLowerCase(),c="STYLE"===e.nodeName;if(l)d(n,{mimeType:"text/css",onBeforeSend:function(t,n,r){i.onBeforeSend(t,e,n)},onSuccess:function(i,r,o){var s=f(n);a(i,t,e,s)},onError:function(n,r,a){o[t]="",i.onError(n,e,r),s()}});else if(c){var u=e.textContent;i.useCSSOM&&(u=Array.apply(null,e.sheet.cssRules).map((function(e){return e.cssText})).join("")),a(u,t,e,location.href)}else o[t]="",s()})):i.onComplete("",[])}function f(e,t){var n=document.implementation.createHTMLDocument(""),i=n.createElement("base"),r=n.createElement("a");return n.head.appendChild(i),n.body.appendChild(r),i.href=t||document.baseURI||(document.querySelector("base")||{}).href||location.href,r.href=e,r.href}var p=m;function m(e,t,n){e instanceof RegExp&&(e=g(e,n)),t instanceof RegExp&&(t=g(t,n));var i=v(e,t,n);return i&&{start:i[0],end:i[1],pre:n.slice(0,i[0]),body:n.slice(i[0]+e.length,i[1]),post:n.slice(i[1]+t.length)}}function g(e,t){var n=t.match(e);return n?n[0]:null}function v(e,t,n){var i,r,o,s,a,l=n.indexOf(e),c=n.indexOf(t,l+1),u=l;if(l>=0&&c>0){for(i=[],o=n.length;u>=0&&!a;)u==l?(i.push(u),l=n.indexOf(e,u+1)):1==i.length?a=[i.pop(),c]:((r=i.pop())<o&&(o=r,s=c),c=n.indexOf(t,u+1)),u=l<c&&l>=0?l:c;i.length&&(a=[o,s])}return a}function _(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n={preserveStatic:!0,removeComments:!1},i=c({},n,t),r=[];function o(e){throw new Error("CSS parse error: ".concat(e))}function s(t){var n=t.exec(e);if(n)return e=e.slice(n[0].length),n}function a(){return s(/^{\s*/)}function l(){return s(/^}/)}function u(){s(/^\s*/)}function d(){if(u(),"/"===e[0]&&"*"===e[1]){for(var t=2;e[t]&&("*"!==e[t]||"/"!==e[t+1]);)t++;if(!e[t])return o("end of comment is missing");var n=e.slice(2,t);return e=e.slice(t+2),{type:"comment",comment:n}}}function h(){for(var e,t=[];e=d();)t.push(e);return i.removeComments?[]:t}function f(){for(u();"}"===e[0];)o("extra closing bracket");var t=s(/^(("(?:\\"|[^"])*"|'(?:\\'|[^'])*'|[^{])+)/);if(t)return t[0].trim().replace(/\/\*([^*]|[\r\n]|(\*+([^*/]|[\r\n])))*\*\/+/g,"").replace(/"(?:\\"|[^"])*"|'(?:\\'|[^'])*'/g,(function(e){return e.replace(/,/g,"‌")})).split(/\s*(?![^(]*\)),\s*/).map((function(e){return e.replace(/\u200C/g,",")}))}function m(){if("@"===e[0])return D();s(/^([;\s]*)+/);var t=/\/\*[^*]*\*+([^/*][^*]*\*+)*\//g,n=s(/^(\*?[-#/*\\\w]+(\[[0-9a-z_-]+\])?)\s*/);if(n){if(n=n[0].trim(),!s(/^:\s*/))return o("property missing ':'");var i=s(/^((?:\/\*.*?\*\/|'(?:\\'|.)*?'|"(?:\\"|.)*?"|\((\s*'(?:\\'|.)*?'|"(?:\\"|.)*?"|[^)]*?)\s*\)|[^};])+)/),r={type:"declaration",property:n.replace(t,""),value:i?i[0].replace(t,"").trim():""};return s(/^[;\s]*/),r}}function g(){if(!a())return o("missing '{'");for(var e,t=h();e=m();)t.push(e),t=t.concat(h());return l()?t:o("missing '}'")}function v(){u();for(var e,t=[];e=s(/^((\d+\.\d+|\.\d+|\d+)%?|[a-z]+)\s*/);)t.push(e[1]),s(/^,\s*/);if(t.length)return{type:"keyframe",values:t,declarations:g()}}function _(){var e=s(/^@([-\w]+)?keyframes\s*/);if(e){var t=e[1];if(!(e=s(/^([-\w]+)\s*/)))return o("@keyframes missing name");var n,i=e[1];if(!a())return o("@keyframes missing '{'");for(var r=h();n=v();)r.push(n),r=r.concat(h());return l()?{type:"keyframes",name:i,vendor:t,keyframes:r}:o("@keyframes missing '}'")}}function y(){if(s(/^@page */))return{type:"page",selectors:f()||[],declarations:g()}}function b(){var e=s(/@(top|bottom|left|right)-(left|center|right|top|middle|bottom)-?(corner)?\s*/);if(e)return{type:"page-margin-box",name:"".concat(e[1],"-").concat(e[2])+(e[3]?"-".concat(e[3]):""),declarations:g()}}function w(){if(s(/^@font-face\s*/))return{type:"font-face",declarations:g()}}function x(){var e=s(/^@supports *([^{]+)/);if(e)return{type:"supports",supports:e[1].trim(),rules:E()}}function k(){if(s(/^@host\s*/))return{type:"host",rules:E()}}function M(){var e=s(/^@media([^{]+)*/);if(e)return{type:"media",media:(e[1]||"").trim(),rules:E()}}function A(){var e=s(/^@custom-media\s+(--[^\s]+)\s*([^{;]+);/);if(e)return{type:"custom-media",name:e[1].trim(),media:e[2].trim()}}function L(){var e=s(/^@([-\w]+)?document *([^{]+)/);if(e)return{type:"document",document:e[2].trim(),vendor:e[1]?e[1].trim():null,rules:E()}}function T(){var e=s(/^@(import|charset|namespace)\s*([^;]+);/);if(e)return{type:e[1],name:e[2].trim()}}function D(){if(u(),"@"===e[0]){var t=T()||w()||M()||_()||x()||L()||A()||k()||y()||b();if(t&&!i.preserveStatic){var n=!1;if(t.declarations)n=t.declarations.some((function(e){return/var\(/.test(e.value)}));else n=(t.keyframes||t.rules||[]).some((function(e){return(e.declarations||[]).some((function(e){return/var\(/.test(e.value)}))}));return n?t:{}}return t}}function S(){if(!i.preserveStatic){var t=p("{","}",e);if(t){var n=/:(?:root|host)(?![.:#(])/.test(t.pre)&&/--\S*\s*:/.test(t.body),r=/var\(/.test(t.body);if(!n&&!r)return e=e.slice(t.end+1),{}}}var s=f()||[],a=i.preserveStatic?g():g().filter((function(e){var t=s.some((function(e){return/:(?:root|host)(?![.:#(])/.test(e)}))&&/^--\S/.test(e.property),n=/var\(/.test(e.value);return t||n}));return s.length||o("selector missing"),{type:"rule",selectors:s,declarations:a}}function E(t){if(!t&&!a())return o("missing '{'");for(var n,i=h();e.length&&(t||"}"!==e[0])&&(n=D()||S());)n.type&&i.push(n),i=i.concat(h());return t||l()?i:o("missing '}'")}return{type:"stylesheet",stylesheet:{rules:E(!0),errors:r}}}function y(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n={parseHost:!1,store:{},onWarning:function(){}},i=c({},n,t),r=new RegExp(":".concat(i.parseHost?"host":"root","$"));return"string"==typeof e&&(e=_(e,i)),e.stylesheet.rules.forEach((function(e){"rule"===e.type&&e.selectors.some((function(e){return r.test(e)}))&&e.declarations.forEach((function(e,t){var n=e.property,r=e.value;n&&0===n.indexOf("--")&&(i.store[n]=r)}))})),i.store}function b(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"",n=arguments.length>2?arguments[2]:void 0,i={charset:function(e){return"@charset "+e.name+";"},comment:function(e){return 0===e.comment.indexOf("__CSSVARSPONYFILL")?"/*"+e.comment+"*/":""},"custom-media":function(e){return"@custom-media "+e.name+" "+e.media+";"},declaration:function(e){return e.property+":"+e.value+";"},document:function(e){return"@"+(e.vendor||"")+"document "+e.document+"{"+r(e.rules)+"}"},"font-face":function(e){return"@font-face{"+r(e.declarations)+"}"},host:function(e){return"@host{"+r(e.rules)+"}"},import:function(e){return"@import "+e.name+";"},keyframe:function(e){return e.values.join(",")+"{"+r(e.declarations)+"}"},keyframes:function(e){return"@"+(e.vendor||"")+"keyframes "+e.name+"{"+r(e.keyframes)+"}"},media:function(e){return"@media "+e.media+"{"+r(e.rules)+"}"},namespace:function(e){return"@namespace "+e.name+";"},page:function(e){return"@page "+(e.selectors.length?e.selectors.join(", "):"")+"{"+r(e.declarations)+"}"},"page-margin-box":function(e){return"@"+e.name+"{"+r(e.declarations)+"}"},rule:function(e){var t=e.declarations;if(t.length)return e.selectors.join(",")+"{"+r(t)+"}"},supports:function(e){return"@supports "+e.supports+"{"+r(e.rules)+"}"}};function r(e){for(var r="",o=0;o<e.length;o++){var s=e[o];n&&n(s);var a=i[s.type](s);a&&(r+=a,a.length&&s.selectors&&(r+=t))}return r}return r(e.stylesheet.rules)}function w(e,t){e.rules.forEach((function(n){n.rules?w(n,t):n.keyframes?n.keyframes.forEach((function(e){"keyframe"===e.type&&t(e.declarations,n)})):n.declarations&&t(n.declarations,e)}))}m.range=v;function x(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n={preserveStatic:!0,preserveVars:!1,variables:{},onWarning:function(){}},i=c({},n,t);return"string"==typeof e&&(e=_(e,i)),w(e.stylesheet,(function(e,t){for(var n=0;n<e.length;n++){var r=e[n],o=r.type,s=r.property,a=r.value;if("declaration"===o)if(i.preserveVars||!s||0!==s.indexOf("--")){if(-1!==a.indexOf("var(")){var l=M(a,i);l!==r.value&&(l=k(l),i.preserveVars?(e.splice(n,0,{type:o,property:s,value:l}),n++):r.value=l)}}else e.splice(n,1),n--}})),b(e)}function k(e){return(e.match(/calc\(([^)]+)\)/g)||[]).forEach((function(t){var n="calc".concat(t.split("calc").join(""));e=e.replace(t,n)})),e}function M(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=arguments.length>2?arguments[2]:void 0;if(-1===e.indexOf("var("))return e;var i=p("(",")",e);function r(e){var i=e.split(",")[0].replace(/[\s\n\t]/g,""),r=(e.match(/(?:\s*,\s*){1}(.*)?/)||[])[1],o=Object.prototype.hasOwnProperty.call(t.variables,i)?String(t.variables[i]):void 0,s=o||(r?String(r):void 0),a=n||e;return o||t.onWarning('variable "'.concat(i,'" is undefined')),s&&"undefined"!==s&&s.length>0?M(s,t,a):"var(".concat(a,")")}if(i){if("var"===i.pre.slice(-3)){var o=0===i.body.trim().length;return o?(t.onWarning("var() must contain a non-whitespace string"),e):i.pre.slice(0,-3)+r(i.body)+M(i.post,t)}return i.pre+"(".concat(M(i.body,t),")")+M(i.post,t)}return-1!==e.indexOf("var(")&&t.onWarning('missing closing ")" in the value "'.concat(e,'"')),e}var A="undefined"!=typeof window,L=A&&window.CSS&&window.CSS.supports&&window.CSS.supports("(--a: 0)"),T={group:0,job:0},D={rootElement:A?document:null,shadowDOM:!1,include:"style,link[rel=stylesheet]",exclude:"",variables:{},onlyLegacy:!0,preserveStatic:!0,preserveVars:!1,silent:!1,updateDOM:!0,updateURLs:!0,watch:null,onBeforeSend:function(){},onWarning:function(){},onError:function(){},onSuccess:function(){},onComplete:function(){}},S={cssComments:/\/\*[\s\S]+?\*\//g,cssKeyframes:/@(?:-\w*-)?keyframes/,cssMediaQueries:/@media[^{]+\{([\s\S]+?})\s*}/g,cssUrls:/url\((?!['"]?(?:data|http|\/\/):)['"]?([^'")]*)['"]?\)/g,cssVarDeclRules:/(?::(?:root|host)(?![.:#(])[\s,]*[^{]*{\s*[^}]*})/g,cssVarDecls:/(?:[\s;]*)(-{2}\w[\w-]*)(?:\s*:\s*)([^;]*);/g,cssVarFunc:/var\(\s*--[\w-]/,cssVars:/(?:(?::(?:root|host)(?![.:#(])[\s,]*[^{]*{\s*[^;]*;*\s*)|(?:var\(\s*))(--[^:)]+)(?:\s*[:)])/},E={dom:{},job:{},user:{}},Y=!1,C=null,O=0,P=null,I=!1;
+ */function c(e){var t=/\/\*[\s\S]+?\*\//g,n=/(?:@import\s*)(?:url\(\s*)?(?:['"])([^'"]*)(?:['"])(?:\s*\))?(?:[^;]*;)/g,i={rootElement:e.rootElement||document,include:e.include||'style,link[rel="stylesheet"]',exclude:e.exclude||null,filter:e.filter||null,skipDisabled:!1!==e.skipDisabled,useCSSOM:e.useCSSOM||!1,onBeforeSend:e.onBeforeSend||Function.prototype,onSuccess:e.onSuccess||Function.prototype,onError:e.onError||Function.prototype,onComplete:e.onComplete||Function.prototype},r=Array.apply(null,i.rootElement.querySelectorAll(i.include)).filter((function(e){return t=e,n=i.exclude,!(t.matches||t.matchesSelector||t.webkitMatchesSelector||t.mozMatchesSelector||t.msMatchesSelector||t.oMatchesSelector).call(t,n);var t,n})),o=Array.apply(null,Array(r.length)).map((function(e){return null}));function a(){if(-1===o.indexOf(null)){o.reduce((function(e,t,n){return""===t&&e.push(n),e}),[]).reverse().forEach((function(e){return[r,o].forEach((function(t){return t.splice(e,1)}))}));var e=o.join("");i.onComplete(e,o,r)}}function s(e,t,n,r){var s=i.onSuccess(e,n,r);(function e(t,n,r,o){var a=arguments.length>4&&void 0!==arguments[4]?arguments[4]:[],s=arguments.length>5&&void 0!==arguments[5]?arguments[5]:[],c=l(t,r,s);c.rules.length?u(c.absoluteUrls,{onBeforeSend:function(e,t,r){i.onBeforeSend(e,n,t)},onSuccess:function(e,t,r){var o=i.onSuccess(e,n,t),a=l(e=!1===o?"":o||e,t,s);return a.rules.forEach((function(t,n){e=e.replace(t,a.absoluteRules[n])})),e},onError:function(i,l,u){a.push({xhr:i,url:l}),s.push(c.rules[u]),e(t,n,r,o,a,s)},onComplete:function(i){i.forEach((function(e,n){t=t.replace(c.rules[n],e)})),e(t,n,r,o,a,s)}}):o(t,a)})(e=void 0!==s&&!1===Boolean(s)?"":s||e,n,r,(function(e,r){null===o[t]&&(r.forEach((function(e){return i.onError(e.xhr,n,e.url)})),!i.filter||i.filter.test(e)?o[t]=e:o[t]="",a())}))}function l(e,i){var r=arguments.length>2&&void 0!==arguments[2]?arguments[2]:[],o={};return o.rules=(e.replace(t,"").match(n)||[]).filter((function(e){return-1===r.indexOf(e)})),o.urls=o.rules.map((function(e){return e.replace(n,"$1")})),o.absoluteUrls=o.urls.map((function(e){return d(e,i)})),o.absoluteRules=o.rules.map((function(e,t){var n=o.urls[t],r=d(o.absoluteUrls[t],i);return e.replace(n,r)})),o}r.length?r.forEach((function(e,t){var n=e.getAttribute("href"),r=e.getAttribute("rel"),l="link"===e.nodeName.toLowerCase()&&n&&r&&-1!==r.toLowerCase().indexOf("stylesheet"),c=!1!==i.skipDisabled&&e.disabled,h="style"===e.nodeName.toLowerCase();if(l&&!c)u(n,{mimeType:"text/css",onBeforeSend:function(t,n,r){i.onBeforeSend(t,e,n)},onSuccess:function(i,r,o){var a=d(n);s(i,t,e,a)},onError:function(n,r,s){o[t]="",i.onError(n,e,r),a()}});else if(h&&!c){var p=e.textContent;i.useCSSOM&&(p=Array.apply(null,e.sheet.cssRules).map((function(e){return e.cssText})).join("")),s(p,t,e,location.href)}else o[t]="",a()})):i.onComplete("",[])}function d(e,t){var n=document.implementation.createHTMLDocument(""),i=n.createElement("base"),r=n.createElement("a");return n.head.appendChild(i),n.body.appendChild(r),i.href=t||document.baseURI||(document.querySelector("base")||{}).href||location.href,r.href=e,r.href}var h=p;function p(e,t,n){e instanceof RegExp&&(e=f(e,n)),t instanceof RegExp&&(t=f(t,n));var i=m(e,t,n);return i&&{start:i[0],end:i[1],pre:n.slice(0,i[0]),body:n.slice(i[0]+e.length,i[1]),post:n.slice(i[1]+t.length)}}function f(e,t){var n=t.match(e);return n?n[0]:null}function m(e,t,n){var i,r,o,a,s,l=n.indexOf(e),u=n.indexOf(t,l+1),c=l;if(l>=0&&u>0){for(i=[],o=n.length;c>=0&&!s;)c==l?(i.push(c),l=n.indexOf(e,c+1)):1==i.length?s=[i.pop(),u]:((r=i.pop())<o&&(o=r,a=u),u=n.indexOf(t,c+1)),c=l<u&&l>=0?l:u;i.length&&(s=[o,a])}return s}function g(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n={preserveStatic:!0,removeComments:!1},i=l({},n,t),r=[];function o(e){throw new Error("CSS parse error: ".concat(e))}function a(t){var n=t.exec(e);if(n)return e=e.slice(n[0].length),n}function s(){return a(/^{\s*/)}function u(){return a(/^}/)}function c(){a(/^\s*/)}function d(){if(c(),"/"===e[0]&&"*"===e[1]){for(var t=2;e[t]&&("*"!==e[t]||"/"!==e[t+1]);)t++;if(!e[t])return o("end of comment is missing");var n=e.slice(2,t);return e=e.slice(t+2),{type:"comment",comment:n}}}function p(){for(var e,t=[];e=d();)t.push(e);return i.removeComments?[]:t}function f(){for(c();"}"===e[0];)o("extra closing bracket");var t=a(/^(("(?:\\"|[^"])*"|'(?:\\'|[^'])*'|[^{])+)/);if(t)return t[0].trim().replace(/\/\*([^*]|[\r\n]|(\*+([^*/]|[\r\n])))*\*\/+/g,"").replace(/"(?:\\"|[^"])*"|'(?:\\'|[^'])*'/g,(function(e){return e.replace(/,/g,"‌")})).split(/\s*(?![^(]*\)),\s*/).map((function(e){return e.replace(/\u200C/g,",")}))}function m(){if("@"===e[0])return L();a(/^([;\s]*)+/);var t=/\/\*[^*]*\*+([^/*][^*]*\*+)*\//g,n=a(/^(\*?[-#/*\\\w]+(\[[0-9a-z_-]+\])?)\s*/);if(n){if(n=n[0].trim(),!a(/^:\s*/))return o("property missing ':'");var i=a(/^((?:\/\*.*?\*\/|'(?:\\'|.)*?'|"(?:\\"|.)*?"|\((\s*'(?:\\'|.)*?'|"(?:\\"|.)*?"|[^)]*?)\s*\)|[^};])+)/),r={type:"declaration",property:n.replace(t,""),value:i?i[0].replace(t,"").trim():""};return a(/^[;\s]*/),r}}function g(){if(!s())return o("missing '{'");for(var e,t=p();e=m();)t.push(e),t=t.concat(p());return u()?t:o("missing '}'")}function A(){c();for(var e,t=[];e=a(/^((\d+\.\d+|\.\d+|\d+)%?|[a-z]+)\s*/);)t.push(e[1]),a(/^,\s*/);if(t.length)return{type:"keyframe",values:t,declarations:g()}}function v(){var e=a(/^@([-\w]+)?keyframes\s*/);if(e){var t=e[1];if(!(e=a(/^([-\w]+)\s*/)))return o("@keyframes missing name");var n,i=e[1];if(!s())return o("@keyframes missing '{'");for(var r=p();n=A();)r.push(n),r=r.concat(p());return u()?{type:"keyframes",name:i,vendor:t,keyframes:r}:o("@keyframes missing '}'")}}function _(){if(a(/^@page */))return{type:"page",selectors:f()||[],declarations:g()}}function b(){var e=a(/@(top|bottom|left|right)-(left|center|right|top|middle|bottom)-?(corner)?\s*/);if(e)return{type:"page-margin-box",name:"".concat(e[1],"-").concat(e[2])+(e[3]?"-".concat(e[3]):""),declarations:g()}}function y(){if(a(/^@font-face\s*/))return{type:"font-face",declarations:g()}}function w(){var e=a(/^@supports *([^{]+)/);if(e)return{type:"supports",supports:e[1].trim(),rules:D()}}function C(){if(a(/^@host\s*/))return{type:"host",rules:D()}}function x(){var e=a(/^@media([^{]+)*/);if(e)return{type:"media",media:(e[1]||"").trim(),rules:D()}}function k(){var e=a(/^@custom-media\s+(--[^\s]+)\s*([^{;]+);/);if(e)return{type:"custom-media",name:e[1].trim(),media:e[2].trim()}}function M(){var e=a(/^@([-\w]+)?document *([^{]+)/);if(e)return{type:"document",document:e[2].trim(),vendor:e[1]?e[1].trim():null,rules:D()}}function E(){var e=a(/^@(import|charset|namespace)\s*([^;]+);/);if(e)return{type:e[1],name:e[2].trim()}}function L(){if(c(),"@"===e[0]){var t=E()||y()||x()||v()||w()||M()||k()||C()||_()||b();if(t&&!i.preserveStatic){var n=!1;if(t.declarations)n=t.declarations.some((function(e){return/var\(/.test(e.value)}));else n=(t.keyframes||t.rules||[]).some((function(e){return(e.declarations||[]).some((function(e){return/var\(/.test(e.value)}))}));return n?t:{}}return t}}function T(){if(!i.preserveStatic){var t=h("{","}",e);if(t){var n=/:(?:root|host)(?![.:#(])/.test(t.pre)&&/--\S*\s*:/.test(t.body),r=/var\(/.test(t.body);if(!n&&!r)return e=e.slice(t.end+1),{}}}var a=f()||[],s=i.preserveStatic?g():g().filter((function(e){var t=a.some((function(e){return/:(?:root|host)(?![.:#(])/.test(e)}))&&/^--\S/.test(e.property),n=/var\(/.test(e.value);return t||n}));return a.length||o("selector missing"),{type:"rule",selectors:a,declarations:s}}function D(t){if(!t&&!s())return o("missing '{'");for(var n,i=p();e.length&&(t||"}"!==e[0])&&(n=L()||T());)n.type&&i.push(n),i=i.concat(p());return t||u()?i:o("missing '}'")}return{type:"stylesheet",stylesheet:{rules:D(!0),errors:r}}}function A(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n={parseHost:!1,store:{},onWarning:function(){}},i=l({},n,t),r=new RegExp(":".concat(i.parseHost?"host":"root","$"));return"string"==typeof e&&(e=g(e,i)),e.stylesheet.rules.forEach((function(e){"rule"===e.type&&e.selectors.some((function(e){return r.test(e)}))&&e.declarations.forEach((function(e,t){var n=e.property,r=e.value;n&&0===n.indexOf("--")&&(i.store[n]=r)}))})),i.store}function v(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"",n=arguments.length>2?arguments[2]:void 0,i={charset:function(e){return"@charset "+e.name+";"},comment:function(e){return 0===e.comment.indexOf("__CSSVARSPONYFILL")?"/*"+e.comment+"*/":""},"custom-media":function(e){return"@custom-media "+e.name+" "+e.media+";"},declaration:function(e){return e.property+":"+e.value+";"},document:function(e){return"@"+(e.vendor||"")+"document "+e.document+"{"+r(e.rules)+"}"},"font-face":function(e){return"@font-face{"+r(e.declarations)+"}"},host:function(e){return"@host{"+r(e.rules)+"}"},import:function(e){return"@import "+e.name+";"},keyframe:function(e){return e.values.join(",")+"{"+r(e.declarations)+"}"},keyframes:function(e){return"@"+(e.vendor||"")+"keyframes "+e.name+"{"+r(e.keyframes)+"}"},media:function(e){return"@media "+e.media+"{"+r(e.rules)+"}"},namespace:function(e){return"@namespace "+e.name+";"},page:function(e){return"@page "+(e.selectors.length?e.selectors.join(", "):"")+"{"+r(e.declarations)+"}"},"page-margin-box":function(e){return"@"+e.name+"{"+r(e.declarations)+"}"},rule:function(e){var t=e.declarations;if(t.length)return e.selectors.join(",")+"{"+r(t)+"}"},supports:function(e){return"@supports "+e.supports+"{"+r(e.rules)+"}"}};function r(e){for(var r="",o=0;o<e.length;o++){var a=e[o];n&&n(a);var s=i[a.type](a);s&&(r+=s,s.length&&a.selectors&&(r+=t))}return r}return r(e.stylesheet.rules)}function _(e,t){e.rules.forEach((function(n){n.rules?_(n,t):n.keyframes?n.keyframes.forEach((function(e){"keyframe"===e.type&&t(e.declarations,n)})):n.declarations&&t(n.declarations,e)}))}p.range=m;function b(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n={preserveStatic:!0,preserveVars:!1,variables:{},onWarning:function(){}},i=l({},n,t);return"string"==typeof e&&(e=g(e,i)),_(e.stylesheet,(function(e,t){for(var n=0;n<e.length;n++){var r=e[n],o=r.type,a=r.property,s=r.value;if("declaration"===o)if(i.preserveVars||!a||0!==a.indexOf("--")){if(-1!==s.indexOf("var(")){var l=w(s,i);l!==r.value&&(l=y(l),i.preserveVars?(e.splice(n,0,{type:o,property:a,value:l}),n++):r.value=l)}}else e.splice(n,1),n--}})),v(e)}function y(e){return(e.match(/calc\(([^)]+)\)/g)||[]).forEach((function(t){var n="calc".concat(t.split("calc").join(""));e=e.replace(t,n)})),e}function w(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=arguments.length>2?arguments[2]:void 0;if(-1===e.indexOf("var("))return e;var i=h("(",")",e);function r(e){var i=e.split(",")[0].replace(/[\s\n\t]/g,""),r=(e.match(/(?:\s*,\s*){1}(.*)?/)||[])[1],o=Object.prototype.hasOwnProperty.call(t.variables,i)?String(t.variables[i]):void 0,a=o||(r?String(r):void 0),s=n||e;return o||t.onWarning('variable "'.concat(i,'" is undefined')),a&&"undefined"!==a&&a.length>0?w(a,t,s):"var(".concat(s,")")}if(i){if("var"===i.pre.slice(-3)){var o=0===i.body.trim().length;return o?(t.onWarning("var() must contain a non-whitespace string"),e):i.pre.slice(0,-3)+r(i.body)+w(i.post,t)}return i.pre+"(".concat(w(i.body,t),")")+w(i.post,t)}return-1!==e.indexOf("var(")&&t.onWarning('missing closing ")" in the value "'.concat(e,'"')),e}var C="undefined"!=typeof window,x=C&&window.CSS&&window.CSS.supports&&window.CSS.supports("(--a: 0)"),k={group:0,job:0},M={rootElement:C?document:null,shadowDOM:!1,include:"style,link[rel=stylesheet]",exclude:"",variables:{},onlyLegacy:!0,preserveStatic:!0,preserveVars:!1,silent:!1,updateDOM:!0,updateURLs:!0,watch:null,onBeforeSend:function(){},onError:function(){},onWarning:function(){},onSuccess:function(){},onComplete:function(){},onFinally:function(){}},E={cssComments:/\/\*[\s\S]+?\*\//g,cssKeyframes:/@(?:-\w*-)?keyframes/,cssMediaQueries:/@media[^{]+\{([\s\S]+?})\s*}/g,cssUrls:/url\((?!['"]?(?:data|http|\/\/):)['"]?([^'")]*)['"]?\)/g,cssVarDeclRules:/(?::(?:root|host)(?![.:#(])[\s,]*[^{]*{\s*[^}]*})/g,cssVarDecls:/(?:[\s;]*)(-{2}\w[\w-]*)(?:\s*:\s*)([^;]*);/g,cssVarFunc:/var\(\s*--[\w-]/,cssVars:/(?:(?::(?:root|host)(?![.:#(])[\s,]*[^{]*{\s*[^;]*;*\s*)|(?:var\(\s*))(--[^:)]+)(?:\s*[:)])/},L={dom:{},job:{},user:{}},T=!1,D=null,B=0,S=null,Y=!1;
/**
* Fetches, parses, and transforms CSS custom properties from specified
* <style> and <link> elements into static values, then appends a new <style>
@@ -407,20 +1038,20 @@ function c(){return(c=Object.assign||function(e){for(var t=1;t<arguments.length;
* messages will be displayed on the console
* @param {boolean} [options.updateDOM=true] Determines if the ponyfill will
* update the DOM after processing CSS custom properties
- * @param {boolean} [options.updateURLs=true] Determines if the ponyfill will
- * convert relative url() paths to absolute urls
+ * @param {boolean} [options.updateURLs=true] Determines if relative url()
+ * paths will be converted to absolute urls in external CSS
* @param {boolean} [options.watch=false] Determines if a MutationObserver will
* be created that will execute the ponyfill when a <link> or
* <style> DOM mutation is observed
* @param {function} [options.onBeforeSend] Callback before XHR is sent. Passes
* 1) the XHR object, 2) source node reference, and 3) the
* source URL as arguments
- * @param {function} [options.onWarning] Callback after each CSS parsing warning
- * has occurred. Passes 1) a warning message as an argument.
* @param {function} [options.onError] Callback after a CSS parsing error has
* occurred or an XHR request has failed. Passes 1) an error
* message, and 2) source node reference, 3) xhr, and 4 url as
* arguments.
+ * @param {function} [options.onWarning] Callback after each CSS parsing warning
+ * has occurred. Passes 1) a warning message as an argument.
* @param {function} [options.onSuccess] Callback after CSS data has been
* collected from each node and before CSS custom properties
* have been transformed. Allows modifying the CSS data before
@@ -435,7 +1066,12 @@ function c(){return(c=Object.assign||function(e){for(var t=1;t<arguments.length;
* the DOM, 3) an object containing all custom properies names
* and values, and 4) the ponyfill execution time in
* milliseconds.
- *
+ * @param {function} [options.onFinally] Callback in modern and legacy browsers
+ * after the ponyfill has finished all tasks. Passes 1) a
+ * boolean indicating if the last ponyfill call resulted in a
+ * style change, 2) a boolean indicating if the current
+ * browser provides native support for CSS custom properties,
+ * and 3) the ponyfill execution time in milliseconds.
* @example
*
* cssVars({
@@ -452,17 +1088,21 @@ function c(){return(c=Object.assign||function(e){for(var t=1;t<arguments.length;
* updateURLs : true,
* watch : false,
* onBeforeSend(xhr, node, url) {},
- * onWarning(message) {},
* onError(message, node, xhr, url) {},
+ * onWarning(message) {},
* onSuccess(cssText, node, url) {},
- * onComplete(cssText, styleNode, cssVariables, benchmark) {}
+ * onComplete(cssText, styleNode, cssVariables, benchmark) {},
+ * onFinally(hasChanged, hasNativeSupport, benchmark)
* });
*/
-function H(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t="cssVars(): ",n=c({},D,e);function i(e,i,r,o){!n.silent&&window.console&&console.error("".concat(t).concat(e,"\n"),i),n.onError(e,i,r,o)}function r(e){!n.silent&&window.console&&console.warn("".concat(t).concat(e)),n.onWarning(e)}if(A){if(n.watch)return n.watch=D.watch,j(n),void H(n);if(!1===n.watch&&C&&(C.disconnect(),C=null),!n.__benchmark){if(Y===n.rootElement)return void N(e);if(n.__benchmark=W(),n.exclude=[C?'[data-cssvars]:not([data-cssvars=""])':'[data-cssvars="out"]',n.exclude].filter((function(e){return e})).join(","),n.variables=F(n.variables),!C){var o=Array.apply(null,n.rootElement.querySelectorAll('[data-cssvars="out"]'));if(o.forEach((function(e){var t=e.getAttribute("data-cssvars-group");(t?n.rootElement.querySelector('[data-cssvars="src"][data-cssvars-group="'.concat(t,'"]')):null)||e.parentNode.removeChild(e)})),O){var s=n.rootElement.querySelectorAll('[data-cssvars]:not([data-cssvars="out"])');s.length<O&&(O=s.length,E.dom={})}}}if("loading"!==document.readyState)if(L&&n.onlyLegacy){if(n.updateDOM){var a=n.rootElement.host||(n.rootElement===document?document.documentElement:n.rootElement);Object.keys(n.variables).forEach((function(e){a.style.setProperty(e,n.variables[e])}))}}else!I&&(n.shadowDOM||n.rootElement.shadowRoot||n.rootElement.host)?h({rootElement:D.rootElement,include:D.include,exclude:n.exclude,onSuccess:function(e,t,n){return(e=((e=e.replace(S.cssComments,"").replace(S.cssMediaQueries,"")).match(S.cssVarDeclRules)||[]).join(""))||!1},onComplete:function(e,t,i){y(e,{store:E.dom,onWarning:r}),I=!0,H(n)}}):(Y=n.rootElement,h({rootElement:n.rootElement,include:n.include,exclude:n.exclude,onBeforeSend:n.onBeforeSend,onError:function(e,t,n){var r=e.responseURL||B(n,location.href),o=e.statusText?"(".concat(e.statusText,")"):"Unspecified Error"+(0===e.status?" (possibly CORS related)":"");i("CSS XHR Error: ".concat(r," ").concat(e.status," ").concat(o),t,e,r)},onSuccess:function(e,t,i){var r=n.onSuccess(e,t,i);return e=void 0!==r&&!1===Boolean(r)?"":r||e,n.updateURLs&&(e=z(e,i)),e},onComplete:function(e,t){var o=arguments.length>2&&void 0!==arguments[2]?arguments[2]:[],s=c({},E.dom,E.user);if(E.job={},o.forEach((function(e,o){if(S.cssVars.test(t[o]))try{var s=_(t[o],{preserveStatic:n.preserveStatic,removeComments:!0});y(s,{parseHost:Boolean(n.rootElement.host),store:E.dom,onWarning:r}),e.__cssVars={tree:s}}catch(t){i(t.message,e)}})),c(E.job,E.dom),n.updateDOM?(c(E.user,n.variables),c(E.job,E.user)):(c(E.job,E.user,n.variables),c(s,n.variables)),T.job>0&&Boolean(Object.keys(E.job).length>Object.keys(s).length||Boolean(Object.keys(s).length&&Object.keys(E.job).some((function(e){return E.job[e]!==s[e]})))))U(n.rootElement),H(n);else{var a=[],l=[],d=!1;if(n.updateDOM&&T.job++,o.forEach((function(e){var t=!e.__cssVars;if(e.__cssVars)try{x(e.__cssVars.tree,c({},n,{variables:E.job,onWarning:r}));var o=b(e.__cssVars.tree);if(n.updateDOM){if(e.getAttribute("data-cssvars")||e.setAttribute("data-cssvars","src"),o.length){var s=e.getAttribute("data-cssvars-group")||++T.group,u=o.replace(/\s/g,""),h=n.rootElement.querySelector('[data-cssvars="out"][data-cssvars-group="'.concat(s,'"]'))||document.createElement("style");d=d||S.cssKeyframes.test(o),h.hasAttribute("data-cssvars")||h.setAttribute("data-cssvars","out"),u===e.textContent.replace(/\s/g,"")?(t=!0,h&&h.parentNode&&(e.removeAttribute("data-cssvars-group"),h.parentNode.removeChild(h))):u!==h.textContent.replace(/\s/g,"")&&([e,h].forEach((function(e){e.setAttribute("data-cssvars-job",T.job),e.setAttribute("data-cssvars-group",s)})),h.textContent=o,a.push(o),l.push(h),h.parentNode||e.parentNode.insertBefore(h,e.nextSibling))}}else e.textContent.replace(/\s/g,"")!==o&&a.push(o)}catch(t){i(t.message,e)}t&&e.setAttribute("data-cssvars","skip"),e.hasAttribute("data-cssvars-job")||e.setAttribute("data-cssvars-job",T.job)})),O=n.rootElement.querySelectorAll('[data-cssvars]:not([data-cssvars="out"])').length,n.shadowDOM)for(var h,f=[n.rootElement].concat(u(n.rootElement.querySelectorAll("*"))),p=0;h=f[p];++p)if(h.shadowRoot&&h.shadowRoot.querySelector("style")){var m=c({},n,{rootElement:h.shadowRoot});H(m)}n.updateDOM&&d&&R(n.rootElement),Y=!1,n.onComplete(a.join(""),l,JSON.parse(JSON.stringify(E.job)),W()-n.__benchmark)}}}));else document.addEventListener("DOMContentLoaded",(function t(n){H(e),document.removeEventListener("DOMContentLoaded",t)}))}}function j(e){function t(e){return"LINK"===e.tagName&&-1!==(e.getAttribute("rel")||"").indexOf("stylesheet")&&!e.disabled}window.MutationObserver&&(C&&(C.disconnect(),C=null),(C=new MutationObserver((function(n){n.some((function(n){var i,r=!1;return"attributes"===n.type?r=t(n.target):"childList"===n.type&&(i=n.addedNodes,r=Array.apply(null,i).some((function(e){var n=1===e.nodeType&&e.hasAttribute("data-cssvars"),i=function(e){return"STYLE"===e.tagName&&!e.disabled}(e)&&S.cssVars.test(e.textContent);return!n&&(t(e)||i)}))||function(t){return Array.apply(null,t).some((function(t){var n=1===t.nodeType,i=n&&"out"===t.getAttribute("data-cssvars"),r=n&&"src"===t.getAttribute("data-cssvars"),o=r;if(r||i){var s=t.getAttribute("data-cssvars-group"),a=e.rootElement.querySelector('[data-cssvars-group="'.concat(s,'"]'));r&&(U(e.rootElement),E.dom={}),a&&a.parentNode.removeChild(a)}return o}))}(n.removedNodes)),r}))&&H(e)}))).observe(document.documentElement,{attributes:!0,attributeFilter:["disabled","href"],childList:!0,subtree:!0}))}function N(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:100;clearTimeout(P),P=setTimeout((function(){e.__benchmark=null,H(e)}),t)}function R(e){var t=["animation-name","-moz-animation-name","-webkit-animation-name"].filter((function(e){return getComputedStyle(document.body)[e]}))[0];if(t){for(var n=e.getElementsByTagName("*"),i=[],r=0,o=n.length;r<o;r++){var s=n[r];"none"!==getComputedStyle(s)[t]&&(s.style[t]+="__CSSVARSPONYFILL-KEYFRAMES__",i.push(s))}document.body.offsetHeight;for(var a=0,l=i.length;a<l;a++){var c=i[a].style;c[t]=c[t].replace("__CSSVARSPONYFILL-KEYFRAMES__","")}}}function z(e,t){return(e.replace(S.cssComments,"").match(S.cssUrls)||[]).forEach((function(n){var i=n.replace(S.cssUrls,"$1"),r=B(i,t);e=e.replace(n,n.replace(i,r))})),e}function F(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=/^-{2}/;return Object.keys(e).reduce((function(n,i){return n[t.test(i)?i:"--".concat(i.replace(/^-+/,""))]=e[i],n}),{})}function B(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:location.href,n=document.implementation.createHTMLDocument(""),i=n.createElement("base"),r=n.createElement("a");return n.head.appendChild(i),n.body.appendChild(r),i.href=t,r.href=e,r.href}function W(){return A&&(window.performance||{}).now?window.performance.now():(new Date).getTime()}function U(e){Array.apply(null,e.querySelectorAll('[data-cssvars="skip"],[data-cssvars="src"]')).forEach((function(e){return e.setAttribute("data-cssvars","")}))}H.reset=function(){for(var e in T.job=0,T.group=0,Y=!1,C&&(C.disconnect(),C=null),O=0,P=null,I=!1,E)E[e]={}};var Q=H,q=n(41),G=n(62),V=n(4),J=n(58);function K(e,t,n,i,r,o,s){try{var a=e[o](s),l=a.value}catch(e){return void n(e)}a.done?t(l):Promise.resolve(l).then(i,r)}function X(e){return function(){var t=this,n=arguments;return new Promise((function(i,r){var o=e.apply(t,n);function s(e){K(o,i,r,s,a,"next",e)}function a(e){K(o,i,r,s,a,"throw",e)}s(void 0)}))}}
-/*
+function I(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t="cssVars(): ",n=l({},M,e);function i(e,i,r,o){!n.silent&&window.console&&console.error("".concat(t).concat(e,"\n"),i),n.onError(e,i,r,o)}function r(e){!n.silent&&window.console&&console.warn("".concat(t).concat(e)),n.onWarning(e)}function o(e){n.onFinally(Boolean(e),x,R()-n.__benchmark)}if(C){if(n.watch)return n.watch=M.watch,O(n),void I(n);if(!1===n.watch&&D&&(D.disconnect(),D=null),!n.__benchmark){if(T===n.rootElement)return void j(e);var a=Array.apply(null,n.rootElement.querySelectorAll('[data-cssvars]:not([data-cssvars="out"])'));if(n.__benchmark=R(),n.exclude=[D?'[data-cssvars]:not([data-cssvars=""])':'[data-cssvars="out"]',"link[disabled]:not([data-cssvars])",n.exclude].filter((function(e){return e})).join(","),n.variables=F(n.variables),a.forEach((function(e){var t="style"===e.nodeName.toLowerCase()&&e.__cssVars.text,n=t&&e.textContent!==e.__cssVars.text;t&&n&&(e.sheet&&(e.sheet.disabled=!1),e.setAttribute("data-cssvars",""))})),!D){var s=Array.apply(null,n.rootElement.querySelectorAll('[data-cssvars="out"]'));s.forEach((function(e){var t=e.getAttribute("data-cssvars-group");(t?n.rootElement.querySelector('[data-cssvars="src"][data-cssvars-group="'.concat(t,'"]')):null)||e.parentNode.removeChild(e)})),B&&a.length<B&&(B=a.length,L.dom={})}}if("loading"!==document.readyState)if(x&&n.onlyLegacy){var u=!1;if(n.updateDOM){var d=n.rootElement.host||(n.rootElement===document?document.documentElement:n.rootElement);Object.keys(n.variables).forEach((function(e){var t=n.variables[e];u=u||t!==getComputedStyle(d).getPropertyValue(e),d.style.setProperty(e,t)}))}o(u)}else!Y&&(n.shadowDOM||n.rootElement.shadowRoot||n.rootElement.host)?c({rootElement:M.rootElement,include:M.include,exclude:n.exclude,skipDisabled:!1,onSuccess:function(e,t,n){return!((t.sheet||{}).disabled&&!t.__cssVars)&&((e=((e=e.replace(E.cssComments,"").replace(E.cssMediaQueries,"")).match(E.cssVarDeclRules)||[]).join(""))||!1)},onComplete:function(e,t,i){A(e,{store:L.dom,onWarning:r}),Y=!0,I(n)}}):(T=n.rootElement,c({rootElement:n.rootElement,include:n.include,exclude:n.exclude,skipDisabled:!1,onBeforeSend:n.onBeforeSend,onError:function(e,t,n){var r=e.responseURL||N(n,location.href),o=e.statusText?"(".concat(e.statusText,")"):"Unspecified Error"+(0===e.status?" (possibly CORS related)":"");i("CSS XHR Error: ".concat(r," ").concat(e.status," ").concat(o),t,e,r)},onSuccess:function(e,t,i){if((t.sheet||{}).disabled&&!t.__cssVars)return!1;var r="link"===t.nodeName.toLowerCase(),o="style"===t.nodeName.toLowerCase()&&e!==t.textContent,a=n.onSuccess(e,t,i);return e=void 0!==a&&!1===Boolean(a)?"":a||e,n.updateURLs&&(r||o)&&(e=H(e,i)),e},onComplete:function(e,t){var a=arguments.length>2&&void 0!==arguments[2]?arguments[2]:[],s=l({},L.dom,L.user);if(L.job={},a.forEach((function(e,o){var a=t[o];if(e.__cssVars=e.__cssVars||{},e.__cssVars.text=a,E.cssVars.test(a))try{var s=g(a,{preserveStatic:n.preserveStatic,removeComments:!0});A(s,{parseHost:Boolean(n.rootElement.host),store:L.dom,onWarning:r}),e.__cssVars.tree=s}catch(t){i(t.message,e)}})),l(L.job,L.dom),n.updateDOM?(l(L.user,n.variables),l(L.job,L.user)):(l(L.job,L.user,n.variables),l(s,n.variables)),k.job>0&&Boolean(Object.keys(L.job).length>Object.keys(s).length||Boolean(Object.keys(s).length&&Object.keys(L.job).some((function(e){return L.job[e]!==s[e]})))))z(n.rootElement),I(n);else{var u=[],c=[],d=!1;if(n.updateDOM&&k.job++,a.forEach((function(e,o){var a=!e.__cssVars.tree;if(e.__cssVars.tree)try{b(e.__cssVars.tree,l({},n,{variables:L.job,onWarning:r}));var s=v(e.__cssVars.tree);if(n.updateDOM){var h=t[o],p=E.cssVarFunc.test(h);if(e.getAttribute("data-cssvars")||e.setAttribute("data-cssvars","src"),s.length&&p){var f=e.getAttribute("data-cssvars-group")||++k.group,m=s.replace(/\s/g,""),g=n.rootElement.querySelector('[data-cssvars="out"][data-cssvars-group="'.concat(f,'"]'))||document.createElement("style");d=d||E.cssKeyframes.test(s),n.preserveStatic&&e.sheet&&(e.sheet.disabled=!0),g.hasAttribute("data-cssvars")||g.setAttribute("data-cssvars","out"),m===e.textContent.replace(/\s/g,"")?(a=!0,g&&g.parentNode&&(e.removeAttribute("data-cssvars-group"),g.parentNode.removeChild(g))):m!==g.textContent.replace(/\s/g,"")&&([e,g].forEach((function(e){e.setAttribute("data-cssvars-job",k.job),e.setAttribute("data-cssvars-group",f)})),g.textContent=s,u.push(s),c.push(g),g.parentNode||e.parentNode.insertBefore(g,e.nextSibling))}}else e.textContent.replace(/\s/g,"")!==s&&u.push(s)}catch(t){i(t.message,e)}a&&e.setAttribute("data-cssvars","skip"),e.hasAttribute("data-cssvars-job")||e.setAttribute("data-cssvars-job",k.job)})),B=n.rootElement.querySelectorAll('[data-cssvars]:not([data-cssvars="out"])').length,n.shadowDOM)for(var h,p=[].concat(n.rootElement).concat(Array.apply(null,n.rootElement.querySelectorAll("*"))),f=0;h=p[f];++f)if(h.shadowRoot&&h.shadowRoot.querySelector("style")){var m=l({},n,{rootElement:h.shadowRoot});I(m)}n.updateDOM&&d&&P(n.rootElement),T=!1,n.onComplete(u.join(""),c,JSON.parse(JSON.stringify(L.job)),R()-n.__benchmark),o(c.length)}}}));else document.addEventListener("DOMContentLoaded",(function t(n){I(e),document.removeEventListener("DOMContentLoaded",t)}))}}function O(e){function t(e){var t=n(e)&&e.hasAttribute("disabled"),i=(e.sheet||{}).disabled;return t||i}function n(e){return"link"===e.nodeName.toLowerCase()&&-1!==(e.getAttribute("rel")||"").indexOf("stylesheet")}function i(e){return"style"===e.nodeName.toLowerCase()}window.MutationObserver&&(D&&(D.disconnect(),D=null),(D=new MutationObserver((function(r){r.some((function(r){return function(i){var r=!1;if("attributes"===i.type&&n(i.target)&&!t(i.target)){var o="disabled"===i.attributeName,a="href"===i.attributeName,s="skip"===i.target.getAttribute("data-cssvars"),l="src"===i.target.getAttribute("data-cssvars");o?r=!s&&!l:a&&(s?i.target.setAttribute("data-cssvars",""):l&&z(e.rootElement,!0),r=!0)}return r}(r)||function(e){var t=!1;if("childList"===e.type){var n=i(e.target),r="out"===e.target.getAttribute("data-cssvars");t=n&&!r}return t}(r)||function(e){var r=!1;return"childList"===e.type&&(r=Array.apply(null,e.addedNodes).some((function(e){var r=1===e.nodeType&&e.hasAttribute("data-cssvars"),o=i(e)&&E.cssVars.test(e.textContent);return!r&&(n(e)||o)&&!t(e)}))),r}(r)||function(t){var n=!1;return"childList"===t.type&&(n=Array.apply(null,t.removedNodes).some((function(t){var n=1===t.nodeType,i=n&&"out"===t.getAttribute("data-cssvars"),r=n&&"src"===t.getAttribute("data-cssvars"),o=r;if(r||i){var a=t.getAttribute("data-cssvars-group"),s=e.rootElement.querySelector('[data-cssvars-group="'.concat(a,'"]'));r&&z(e.rootElement,!0),s&&s.parentNode.removeChild(s)}return o}))),n}(r)}))&&I(e)}))).observe(document.documentElement,{attributes:!0,attributeFilter:["disabled","href"],childList:!0,subtree:!0}))}function j(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:100;clearTimeout(S),S=setTimeout((function(){e.__benchmark=null,I(e)}),t)}function P(e){var t=["animation-name","-moz-animation-name","-webkit-animation-name"].filter((function(e){return getComputedStyle(document.body)[e]}))[0];if(t){for(var n=e.getElementsByTagName("*"),i=[],r=0,o=n.length;r<o;r++){var a=n[r];"none"!==getComputedStyle(a)[t]&&(a.style[t]+="__CSSVARSPONYFILL-KEYFRAMES__",i.push(a))}document.body.offsetHeight;for(var s=0,l=i.length;s<l;s++){var u=i[s].style;u[t]=u[t].replace("__CSSVARSPONYFILL-KEYFRAMES__","")}}}function H(e,t){return(e.replace(E.cssComments,"").match(E.cssUrls)||[]).forEach((function(n){var i=n.replace(E.cssUrls,"$1"),r=N(i,t);e=e.replace(n,n.replace(i,r))})),e}function F(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=/^-{2}/;return Object.keys(e).reduce((function(n,i){return n[t.test(i)?i:"--".concat(i.replace(/^-+/,""))]=e[i],n}),{})}function N(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:location.href,n=document.implementation.createHTMLDocument(""),i=n.createElement("base"),r=n.createElement("a");return n.head.appendChild(i),n.body.appendChild(r),i.href=t,r.href=e,r.href}function R(){return C&&(window.performance||{}).now?window.performance.now():(new Date).getTime()}function z(e){var t=arguments.length>1&&void 0!==arguments[1]&&arguments[1],n=Array.apply(null,e.querySelectorAll('[data-cssvars="skip"],[data-cssvars="src"]'));n.forEach((function(e){return e.setAttribute("data-cssvars","")})),t&&(L.dom={})}I.reset=function(){for(var e in k.job=0,k.group=0,T=!1,D&&(D.disconnect(),D=null),B=0,S=null,Y=!1,L)L[e]={}};var W=I,U=n(41),q=n(100),G=n(76),Q=n(12),V=n(7),J=n(69);
+/**
* @copyright 2019 Christoph Wurst <christoph@winzerhof-wurst.at>
*
- * @author 2019 Christoph Wurst <christoph@winzerhof-wurst.at>
+ * @author Christoph Wurst <christoph@winzerhof-wurst.at>
+ * @author John Molakvoæ <skjnldsv@protonmail.com>
+ * @author Julius Härtl <jus@bitgrid.net>
+ * @author Roeland Jago Douma <roeland@famdouma.nl>
*
* @license GNU AGPL version 3 or any later version
*
@@ -477,32 +1117,113 @@ function H(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t="
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see <http://www.gnu.org/licenses/>.
- */var Z=function(){var e=X(regeneratorRuntime.mark((function e(){var t,n;return regeneratorRuntime.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return t=Object(G.b)("/csrftoken"),e.next=3,s.a.get(t);case 3:return n=e.sent,e.abrupt("return",n.token);case 5:case"end":return e.stop()}}),e)})));return function(){return e.apply(this,arguments)}}(),$=function(){var e=X(regeneratorRuntime.mark((function e(){var t;return regeneratorRuntime.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.prev=0,e.next=3,Z();case 3:t=e.sent,Object(J.b)(t),e.next=10;break;case 7:e.prev=7,e.t0=e.catch(0),console.error("session heartbeat failed",e.t0);case 10:case"end":return e.stop()}}),e,null,[[0,7]])})));return function(){return e.apply(this,arguments)}}(),ee=function(){var e=setInterval($,1e3*function(){var e=NaN;return V.a.config.session_lifetime&&(e=Math.floor(V.a.config.session_lifetime/2)),Math.min(86400,Math.max(60,isNaN(e)?900:e))}());return console.info("session heartbeat polling started"),e},te=function(){if(void 0===V.a.config.session_keepalive||V.a.config.session_keepalive){var e=ee();window.addEventListener("online",X(regeneratorRuntime.mark((function t(){return regeneratorRuntime.wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return console.info("browser is online again, resuming heartbeat"),e=ee(),t.prev=2,t.next=5,$();case 5:console.info("session token successfully updated after resuming network"),Object(q.emit)("networkOnline",{success:!0}),t.next=13;break;case 9:t.prev=9,t.t0=t.catch(2),console.error("could not update session token after resuming network",t.t0),Object(q.emit)("networkOnline",{success:!1});case 13:case"end":return t.stop()}}),t,null,[[2,9]])})))),window.addEventListener("offline",(function(){console.info("browser is offline, stopping heartbeat"),Object(q.emit)("networkOffline",{}),clearInterval(e),console.info("session heartbeat polling stopped")}))}else console.info("session heartbeat disabled")},ne=n(212),ie=function(){var e=s()("#appmenu li"),t=s()(".header-right").outerWidth(),n=s()("header").outerWidth()-s()("#nextcloud").outerWidth()-(t>210?t:210),i=s()(window).width()<1024;i||(n*=.33);var r,o=Math.floor(n/s()(e).width());i&&o>8&&(o=8),!i&&o<8&&(o=8),e.length-1-o>=1&&o--,s()("#more-apps a").removeClass("active");for(var a=0;a<e.length-1;a++){var l=s()(e[a]).data("id");a<o?(s()(e[a]).removeClass("hidden"),s()("#apps li[data-id="+l+"]").addClass("in-header"),r=e[a]):(s()(e[a]).addClass("hidden"),s()("#apps li[data-id="+l+"]").removeClass("in-header"),o>0&&s()(e[a]).children("a").hasClass("active")&&(s()(r).addClass("hidden"),s()("#apps li[data-id="+s()(r).data("id")+"]").removeClass("in-header"),s()(e[a]).removeClass("hidden"),s()("#apps li[data-id="+l+"]").addClass("in-header")))}0===s()("#apps li:not(.in-header)").length?(s()("#more-apps").hide(),s()("#navigation").hide()):s()("#more-apps").show()},re=function(){l.a.locale(V.a.getLocale());var e,t=window.navigator.userAgent,n=t.indexOf("MSIE "),i=t.indexOf("Trident/"),o=t.indexOf("Edge/");if(n>0||i>0?s()("html").addClass("ie"):o>0&&s()("html").addClass("edge"),(n>0||i>0||o>0)&&(console.info("Legacy browser detected, applying css vars polyfill"),Q({watch:!0,onlyLegacy:!(/Edge\/([0-9]{2})\./i.test(navigator.userAgent)&&parseInt(/Edge\/([0-9]{2})\./i.exec(navigator.userAgent)[1])<16)})),s()(window).on("unload.main",(function(){V.a._unloadCalled=!0})),s()(window).on("beforeunload.main",(function(){setTimeout((function(){V.a._userIsNavigatingAway=!0,setTimeout((function(){V.a._unloadCalled||(V.a._userIsNavigatingAway=!1)}),1e4)}),1)})),s()(document).on("ajaxError.main",(function(e,t,n){n&&n.allowAuthErrors||V.a._processAjaxError(t)})),te(),V.a.registerMenu(s()("#expand"),s()("#expanddiv"),!1,!0),s()(document).on("mouseup.closemenus",(function(e){var t=s()(e.target);if(t.closest(".menu").length||t.closest(".menutoggle").length)return!1;V.a.hideMenus()})),function(){V.a.registerMenu(s()("#more-apps > a"),s()("#navigation"));var e=s()("#header .header-appname-container"),t=s()("#navigation"),n=s()("#appmenu");V.a.registerMenu(e,t),e.data("oldhref",e.attr("href")),e.attr("href","#"),t.hide(),t.delegate("a","click",(function(e){var t=s()(e.target);t.is("a")||(t=t.closest("a")),1!==e.which||e.ctrlKey||e.metaKey?V.a.hideMenus((function(){return!1})):(t.find("svg").remove(),t.find("div").remove(),t.prepend(s()("<div/>").addClass("icon-loading-small")))})),t.delegate("a","mouseup",(function(e){2===e.which&&V.a.hideMenus((function(){return!1}))})),n.delegate("li:not(#more-apps) > a","click",(function(e){var t=s()(e.target);t.is("a")||(t=t.closest("a")),1!==e.which||e.ctrlKey||e.metaKey||0!==t.parent("#more-apps").length?V.a.hideMenus((function(){return!1})):(t.find("svg").remove(),t.find("div").remove(),t.prepend(s()("<div/>").addClass(OCA.Theming&&OCA.Theming.inverted?"icon-loading-small":"icon-loading-small-dark")),window.location=t.attr("href"))}))}(),(e=s()("#header #settings")).delegate("a","click",(function(e){var t=s()(e.target);t.is("a")||(t=t.closest("a")),1!==e.which||e.ctrlKey||e.metaKey?V.a.hideMenus((function(){return!1})):(t.find("img").remove(),t.find("div").remove(),t.prepend(s()("<div/>").addClass("icon-loading-small")))})),e.delegate("a","mouseup",(function(e){2===e.which&&V.a.hideMenus((function(){return!1}))})),new V.a.ContactsMenu({el:s()("#contactsmenu .menu"),trigger:s()("#contactsmenu .menutoggle")}),s()("#navigation").length&&(s()("#header #nextcloud + .menutoggle").on("click",(function(){s()("#menu-css-helper").remove();var e=s()(".header-appname + .icon-caret").offset().left-2;e>255||s()("head").append('<style id="menu-css-helper">#navigation:after { left: '+e+"px }</style>")})),s()("#header #appmenu .menutoggle").on("click",(function(){s()("#appmenu").toggleClass("menu-open"),s()("#appmenu").is(":visible")&&s()("#menu-css-helper").remove()}))),s()(window).resize(ie),setTimeout(ie,0),s()("#app-navigation").length&&!s()("html").hasClass("lte9")&&!s()("#app-content").hasClass("no-snapper")){var a=new Snap({element:document.getElementById("app-content"),disable:"right",maxPosition:300,minDragDistance:100});s()("#app-content").prepend('<div id="app-navigation-toggle" class="icon-menu" style="display:none" tabindex="0"></div>');var c=function(){"left"===a.state().state?a.close():a.open("left")};s()("#app-navigation-toggle").click(c),s()("#app-navigation-toggle").keypress((function(e){13===e.which&&c()})),s()("#app-navigation").delegate("a, :button","click",(function(e){var t=s()(e.target);t.is(".app-navigation-noclose")||t.closest(".app-navigation-noclose").length||t.is(".app-navigation-entry-utils-menu-button")||t.closest(".app-navigation-entry-utils-menu-button").length||t.is(".add-new")||t.closest(".add-new").length||t.is("#app-settings")||t.closest("#app-settings").length||a.close()}));var u=!1,d=!0,h=!1;V.a.allowNavigationBarSlideGesture=function(){d=!0,h&&(a.enable(),u=!0,h=!1)},V.a.disallowNavigationBarSlideGesture=function(){if(d=!1,u){a.disable(!0),u=!1,h=!0}};var f=function(){s()(window).width()>1024?(a.close(),a.disable(),u=!1,h=!1):d?(a.enable(),u=!0,h=!1):h=!0};s()(window).resize(r.a.debounce(f,250)),f()}setInterval((function(){s()(".live-relative-timestamp").each((function(){s()(this).text(V.a.Util.relativeModifiedDate(parseInt(s()(this).attr("data-timestamp"),10)))}))}),3e4),ne.a.init()}},function(e,t){e.exports=function(){throw new Error("define cannot be used indirect")}},function(e,t){(function(t){e.exports=t}).call(this,{})},,,function(e,t,n){var i=n(18),r=n(25),o=i.document,s=r(o)&&r(o.createElement);e.exports=function(e){return s?o.createElement(e):{}}},function(e,t,n){var i=n(18),r=n(113);e.exports=function(e,t){try{r(i,e,t)}catch(n){i[e]=t}return t}},function(e,t,n){var i=n(753),r=Function.toString;"function"!=typeof i.inspectSource&&(i.inspectSource=function(e){return r.call(e)}),e.exports=i.inspectSource},function(e,t,n){var i=n(203),r=n(753);(e.exports=function(e,t){return r[e]||(r[e]=void 0!==t?t:{})})("versions",[]).push({version:"3.6.4",mode:i?"pure":"global",copyright:"© 2020 Denis Pushkarev (zloirock.ru)"})},function(e,t,n){var i=n(162),r=n(506),o=n(724),s=n(26);e.exports=i("Reflect","ownKeys")||function(e){var t=r.f(s(e)),n=o.f;return n?t.concat(n(e)):t}},function(e,t){e.exports=["constructor","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","toLocaleString","toString","valueOf"]},function(e,t){t.f=Object.getOwnPropertySymbols},function(e,t,n){var i=n(9);e.exports=!!Object.getOwnPropertySymbols&&!i((function(){return!String(Symbol())}))},function(e,t,n){var i=n(29),r=n(40),o=n(26),s=n(676);e.exports=i?Object.defineProperties:function(e,t){o(e);for(var n,i=s(t),a=i.length,l=0;a>l;)r.f(e,n=i[l++],t[n]);return e}},function(e,t,n){var i=n(31),r=n(679),o=i("iterator"),s=Array.prototype;e.exports=function(e){return void 0!==e&&(r.Array===e||s[o]===e)}},function(e,t,n){var i={};i[n(31)("toStringTag")]="z",e.exports="[object z]"===String(i)},function(e,t,n){var i=n(9);e.exports=!i((function(){function e(){}return e.prototype.constructor=null,Object.getPrototypeOf(new e)!==e.prototype}))},function(e,t,n){var i,r,o=n(18),s=n(692),a=o.process,l=a&&a.versions,c=l&&l.v8;c?r=(i=c.split("."))[0]+i[1]:s&&(!(i=s.match(/Edge\/(\d+)/))||i[1]>=74)&&(i=s.match(/Chrome\/(\d+)/))&&(r=i[1]),e.exports=r&&+r},function(e,t,n){"use strict";var i=n(57),r=n(471),o=n(36);e.exports=function(e){for(var t=i(this),n=o(t.length),s=arguments.length,a=r(s>1?arguments[1]:void 0,n),l=s>2?arguments[2]:void 0,c=void 0===l?n:r(l,n);c>a;)t[a++]=e;return t}},function(e,t,n){"use strict";var i=n(3),r=n(733),o=n(204),s=n(510),a=n(208),l=n(113),c=n(103),u=n(31),d=n(203),h=n(679),f=n(772),p=f.IteratorPrototype,m=f.BUGGY_SAFARI_ITERATORS,g=u("iterator"),v=function(){return this};e.exports=function(e,t,n,u,f,_,y){r(n,t,u);var b,w,x,k=function(e){if(e===f&&D)return D;if(!m&&e in L)return L[e];switch(e){case"keys":case"values":case"entries":return function(){return new n(this,e)}}return function(){return new n(this)}},M=t+" Iterator",A=!1,L=e.prototype,T=L[g]||L["@@iterator"]||f&&L[f],D=!m&&T||k(f),S="Array"==t&&L.entries||T;if(S&&(b=o(S.call(new e)),p!==Object.prototype&&b.next&&(d||o(b)===p||(s?s(b,p):"function"!=typeof b[g]&&l(b,g,v)),a(b,M,!0,!0),d&&(h[M]=v))),"values"==f&&T&&"values"!==T.name&&(A=!0,D=function(){return T.call(this)}),d&&!y||L[g]===D||l(L,g,D),h[t]=D,f)if(w={values:k("values"),keys:_?D:k("keys"),entries:k("entries")},y)for(x in w)!m&&!A&&x in L||c(L,x,w[x]);else i({target:t,proto:!0,forced:m||A},w);return w}},function(e,t,n){"use strict";var i=n(772).IteratorPrototype,r=n(257),o=n(470),s=n(208),a=n(679),l=function(){return this};e.exports=function(e,t,n){var c=t+" Iterator";return e.prototype=r(i,{next:o(1,n)}),s(e,c,!1,!0),a[c]=l,e}},function(e,t,n){var i=n(696);e.exports=function(e){if(i(e))throw TypeError("The method doesn't accept regular expressions");return e}},function(e,t,n){var i=n(31)("match");e.exports=function(e){var t=/./;try{"/./"[e](t)}catch(n){try{return t[i]=!1,"/./"[e](t)}catch(e){}}return!1}},function(e,t,n){"use strict";var i=n(3),r=n(698);i({target:"RegExp",proto:!0,forced:/./.exec!==r},{exec:r})},function(e,t,n){var i=n(36),r=n(738),o=n(112),s=Math.ceil,a=function(e){return function(t,n,a){var l,c,u=String(o(t)),d=u.length,h=void 0===a?" ":String(a),f=i(n);return f<=d||""==h?u:(l=f-d,(c=r.call(h,s(l/h.length))).length>l&&(c=c.slice(0,l)),e?u+c:c+u)}};e.exports={start:a(!1),end:a(!0)}},function(e,t,n){"use strict";var i=n(163),r=n(112);e.exports="".repeat||function(e){var t=String(r(this)),n="",o=i(e);if(o<0||o==1/0)throw RangeError("Wrong number of repetitions");for(;o>0;(o>>>=1)&&(t+=t))1&o&&(n+=t);return n}},function(e,t,n){var i=n(9),r=n(702);e.exports=function(e){return i((function(){return!!r[e]()||"​…᠎"!="​…᠎"[e]()||r[e].name!==e}))}},function(e,t){e.exports=Math.sign||function(e){return 0==(e=+e)||e!=e?e:e<0?-1:1}},function(e,t,n){var i,r,o,s=n(18),a=n(9),l=n(161),c=n(472),u=n(758),d=n(718),h=n(781),f=s.location,p=s.setImmediate,m=s.clearImmediate,g=s.process,v=s.MessageChannel,_=s.Dispatch,y=0,b={},w=function(e){if(b.hasOwnProperty(e)){var t=b[e];delete b[e],t()}},x=function(e){return function(){w(e)}},k=function(e){w(e.data)},M=function(e){s.postMessage(e+"",f.protocol+"//"+f.host)};p&&m||(p=function(e){for(var t=[],n=1;arguments.length>n;)t.push(arguments[n++]);return b[++y]=function(){("function"==typeof e?e:Function(e)).apply(void 0,t)},i(y),y},m=function(e){delete b[e]},"process"==l(g)?i=function(e){g.nextTick(x(e))}:_&&_.now?i=function(e){_.now(x(e))}:v&&!h?(o=(r=new v).port2,r.port1.onmessage=k,i=c(o.postMessage,o,1)):!s.addEventListener||"function"!=typeof postMessage||s.importScripts||a(M)?i="onreadystatechange"in d("script")?function(e){u.appendChild(d("script")).onreadystatechange=function(){u.removeChild(this),w(e)}}:function(e){setTimeout(x(e),0)}:(i=M,s.addEventListener("message",k,!1))),e.exports={set:p,clear:m}},function(e,t,n){"use strict";var i=n(154),r=function(e){var t,n;this.promise=new e((function(e,i){if(void 0!==t||void 0!==n)throw TypeError("Bad Promise constructor");t=e,n=i})),this.resolve=i(t),this.reject=i(n)};e.exports.f=function(e){return new r(e)}},function(e,t){e.exports="undefined"!=typeof ArrayBuffer&&"undefined"!=typeof DataView},function(e,t,n){var i=n(18),r=n(9),o=n(691),s=n(37).NATIVE_ARRAY_BUFFER_VIEWS,a=i.ArrayBuffer,l=i.Int8Array;e.exports=!s||!r((function(){l(1)}))||!r((function(){new l(-1)}))||!o((function(e){new l,new l(null),new l(1.5),new l(e)}),!0)||r((function(){return 1!==new l(new a(2),1,void 0).length}))},function(e,t,n){(function(e){var t;(t=e).fn.strengthify=function(e){"use strict";var n={zxcvbn:"zxcvbn/zxcvbn.js",userInputs:[],titles:["Weakest","Weak","So-so","Good","Perfect"],tilesOptions:{tooltip:!0,element:!1},drawTitles:!1,drawMessage:!1,drawBars:!0,$addAfter:null,nonce:null};return this.each((function(){var i=t.extend(n,e);function r(e){return t('div[data-strengthifyFor="'+e+'"]')}function o(){var e=t(this).val(),n=t(this).attr("id"),o=""===e?0:1,s=zxcvbn(e,i.userInputs),a="",l="",c="",u=r(n),d=u.find(".strengthify-container"),h=u.find("[data-strengthifyMessage]");switch(u.children().css("opacity",o).css("-ms-filter",'"progid:DXImageTransform.Microsoft.Alpha(Opacity='+100*o+')"'),i.onResult&&i.onResult(s),s.score){case 0:case 1:a="password-bad",l="danger",c=s.feedback?s.feedback.suggestions.join("<br/>"):"";break;case 2:l="warning",c=s.feedback?s.feedback.suggestions.join("<br/>"):"",a="password-medium";break;case 3:a="password-good",l="info",c="Getting better.";break;case 4:a="password-good",l="success",c="Looks good."}h&&(h.removeAttr("class"),h.addClass("bg-"+l),""===e&&(c=""),h.html(c)),d&&(d.attr("class",a+" strengthify-container").css("width",25*(0===s.score?1:s.score)+"%"),""===e&&d.css("width",0)),i.drawTitles&&(i.tilesOptions.tooltip&&(u.attr("title",i.titles[s.score]).tooltip({placement:"bottom",trigger:"manual"}).tooltip("fixTitle").tooltip("show"),0===o&&u.tooltip("hide")),i.tilesOptions.element&&u.find(".strengthify-tiles").text(i.titles[s.score]))}i.drawTitles||i.drawMessage||i.drawBars||console.warn("expect at least one of 'drawTitles', 'drawMessage', or 'drawBars' to be true"),function(){var e=t(this),n=e.attr("id"),s=o.bind(this),a=i.$addAfter;a||(a=e),a.after('<div class="strengthify-wrapper" data-strengthifyFor="'+e.attr("id")+'"></div>'),i.drawBars&&r(n).append('<div class="strengthify-bg" />').append('<div class="strengthify-container" />').append('<div class="strengthify-separator" style="left: 25%" />').append('<div class="strengthify-separator" style="left: 50%" />').append('<div class="strengthify-separator" style="left: 75%" />'),i.drawMessage&&r(n).append("<div data-strengthifyMessage></div>"),i.drawTitles&&i.tilesOptions&&r(n).append('<div class="strengthify-tiles"></div>');var l=document.createElement("script");l.src=i.zxcvbn,null!==i.nonce&&l.setAttribute("nonce",i.nonce),l.onload=function(){e.parent().on("scroll",s),e.bind("keyup input change",s)},document.head.appendChild(l)}.call(this)}))}}).call(this,n(0))},function(e,t,n){var i=n(747);"string"==typeof i&&(i=[[e.i,i,""]]),i.locals&&(e.exports=i.locals);(0,n(101).default)("2f61b848",i,!0,{})},function(e,t,n){(t=n(99)(!1)).push([e.i,'/**\n * Strengthify - show the weakness of a password (uses zxcvbn for this)\n * https://github.com/MorrisJobke/strengthify\n * Version: 0.5.8\n * License: The MIT License (MIT)\n * Copyright (c) 2013-2019 Morris Jobke <morris.jobke@gmail.com>\n */\n\n.strengthify-wrapper {\n position: relative;\n}\n\n.strengthify-wrapper > * {\n\t-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";\n\tfilter: alpha(opacity=0);\n\topacity: 0;\n\t-webkit-transition:all .5s ease-in-out;\n\t-moz-transition:all .5s ease-in-out;\n\ttransition:all .5s ease-in-out;\n}\n\n.strengthify-bg, .strengthify-container, .strengthify-separator {\n\theight: 3px;\n}\n\n.strengthify-bg, .strengthify-container {\n\tdisplay: block;\n\tposition: absolute;\n\twidth: 100%;\n}\n\n.strengthify-bg {\n\tbackground-color: #BBB;\n}\n\n.strengthify-separator {\n\tdisplay: inline-block;\n\tposition: absolute;\n\tbackground-color: #FFF;\n\twidth: 1px;\n\tz-index: 10;\n}\n\n.password-bad {\n\tbackground-color: #C33;\n}\n.password-medium {\n\tbackground-color: #F80;\n}\n.password-good {\n\tbackground-color: #3C3;\n}\n\ndiv[data-strengthifyMessage] {\n padding: 3px 8px;\n}\n\n.strengthify-tiles{\n\tfloat: right;\n}\n',""]),e.exports=t},,,,,function(e,t,n){var i=n(29),r=n(9),o=n(718);e.exports=!i&&!r((function(){return 7!=Object.defineProperty(o("div"),"a",{get:function(){return 7}}).a}))},function(e,t,n){var i=n(18),r=n(719),o=i["__core-js_shared__"]||r("__core-js_shared__",{});e.exports=o},function(e,t,n){var i=n(18),r=n(720),o=i.WeakMap;e.exports="function"==typeof o&&/native code/.test(r(o))},function(e,t,n){var i=n(59),r=n(722),o=n(102),s=n(40);e.exports=function(e,t){for(var n=r(t),a=s.f,l=o.f,c=0;c<n.length;c++){var u=n[c];i(e,u)||a(e,u,l(t,u))}}},function(e,t,n){var i=n(59),r=n(157),o=n(674).indexOf,s=n(672);e.exports=function(e,t){var n,a=r(e),l=0,c=[];for(n in a)!i(s,n)&&i(a,n)&&c.push(n);for(;t.length>l;)i(a,n=t[l++])&&(~o(c,n)||c.push(n));return c}},function(e,t,n){var i=n(725);e.exports=i&&!Symbol.sham&&"symbol"==typeof Symbol.iterator},function(e,t,n){var i=n(162);e.exports=i("document","documentElement")},function(e,t,n){var i=n(157),r=n(506).f,o={}.toString,s="object"==typeof window&&window&&Object.getOwnPropertyNames?Object.getOwnPropertyNames(window):[];e.exports.f=function(e){return s&&"[object Window]"==o.call(e)?function(e){try{return r(e)}catch(e){return s.slice()}}(e):r(i(e))}},function(e,t,n){var i=n(31);t.f=i},function(e,t,n){"use strict";var i=n(29),r=n(9),o=n(676),s=n(724),a=n(688),l=n(57),c=n(670),u=Object.assign,d=Object.defineProperty;e.exports=!u||r((function(){if(i&&1!==u({b:1},u(d({},"a",{enumerable:!0,get:function(){d(this,"b",{value:3,enumerable:!1})}}),{b:2})).b)return!0;var e={},t={},n=Symbol();return e[n]=7,"abcdefghijklmnopqrst".split("").forEach((function(e){t[e]=e})),7!=u({},e)[n]||"abcdefghijklmnopqrst"!=o(u({},t)).join("")}))?function(e,t){for(var n=l(e),r=arguments.length,u=1,d=s.f,h=a.f;r>u;)for(var f,p=c(arguments[u++]),m=d?o(p).concat(d(p)):o(p),g=m.length,v=0;g>v;)f=m[v++],i&&!h.call(p,f)||(n[f]=p[f]);return n}:u},function(e,t,n){var i=n(29),r=n(676),o=n(157),s=n(688).f,a=function(e){return function(t){for(var n,a=o(t),l=r(a),c=l.length,u=0,d=[];c>u;)n=l[u++],i&&!s.call(a,n)||d.push(e?[n,a[n]]:a[n]);return d}};e.exports={entries:a(!0),values:a(!1)}},function(e,t,n){var i=n(26);e.exports=function(e,t,n,r){try{return r?t(i(n)[0],n[1]):t(n)}catch(t){var o=e.return;throw void 0!==o&&i(o.call(e)),t}}},function(e,t){e.exports=Object.is||function(e,t){return e===t?0!==e||1/e==1/t:e!=e&&t!=t}},function(e,t,n){var i=n(25);e.exports=function(e){if(!i(e)&&null!==e)throw TypeError("Can't set "+String(e)+" as a prototype");return e}},function(e,t,n){"use strict";var i=n(154),r=n(25),o=[].slice,s={},a=function(e,t,n){if(!(t in s)){for(var i=[],r=0;r<t;r++)i[r]="a["+r+"]";s[t]=Function("C,a","return new C("+i.join(",")+")")}return s[t](e,n)};e.exports=Function.bind||function(e){var t=i(this),n=o.call(arguments,1),s=function(){var i=n.concat(o.call(arguments));return this instanceof s?a(t,i.length,i):t.apply(e,i)};return r(t.prototype)&&(s.prototype=t.prototype),s}},function(e,t,n){"use strict";var i=n(472),r=n(57),o=n(763),s=n(727),a=n(36),l=n(509),c=n(680);e.exports=function(e){var t,n,u,d,h,f,p=r(e),m="function"==typeof this?this:Array,g=arguments.length,v=g>1?arguments[1]:void 0,_=void 0!==v,y=c(p),b=0;if(_&&(v=i(v,g>2?arguments[2]:void 0,2)),null==y||m==Array&&s(y))for(n=new m(t=a(p.length));t>b;b++)f=_?v(p[b],b):p[b],l(n,b,f);else for(h=(d=y.call(p)).next,n=new m;!(u=h.call(d)).done;b++)f=_?o(d,v,[u.value,b],!0):u.value,l(n,b,f);return n.length=b,n}},function(e,t,n){"use strict";var i=n(57),r=n(471),o=n(36),s=Math.min;e.exports=[].copyWithin||function(e,t){var n=i(this),a=o(n.length),l=r(e,a),c=r(t,a),u=arguments.length>2?arguments[2]:void 0,d=s((void 0===u?a:r(u,a))-c,a-l),h=1;for(c<l&&l<c+d&&(h=-1,c+=d-1,l+=d-1);d-- >0;)c in n?n[l]=n[c]:delete n[l],l+=h,c+=h;return n}},function(e,t,n){"use strict";var i=n(507),r=n(36),o=n(472),s=function(e,t,n,a,l,c,u,d){for(var h,f=l,p=0,m=!!u&&o(u,d,3);p<a;){if(p in n){if(h=m?m(n[p],p,t):n[p],c>0&&i(h))f=s(e,t,h,r(h.length),f,c-1)-1;else{if(f>=9007199254740991)throw TypeError("Exceed the acceptable array length");e[f]=h}f++}p++}return f};e.exports=s},function(e,t,n){"use strict";var i=n(100).forEach,r=n(258),o=n(155),s=r("forEach"),a=o("forEach");e.exports=s&&a?[].forEach:function(e){return i(this,e,arguments.length>1?arguments[1]:void 0)}},function(e,t,n){"use strict";var i=n(157),r=n(163),o=n(36),s=n(258),a=n(155),l=Math.min,c=[].lastIndexOf,u=!!c&&1/[1].lastIndexOf(1,-0)<0,d=s("lastIndexOf"),h=a("indexOf",{ACCESSORS:!0,1:0}),f=u||!d||!h;e.exports=f?function(e){if(u)return c.apply(this,arguments)||0;var t=i(this),n=o(t.length),s=n-1;for(arguments.length>1&&(s=l(s,r(arguments[1]))),s<0&&(s=n+s);s>=0;s--)if(s in t&&t[s]===e)return s||0;return-1}:c},function(e,t,n){"use strict";var i,r,o,s=n(204),a=n(113),l=n(59),c=n(31),u=n(203),d=c("iterator"),h=!1;[].keys&&("next"in(o=[].keys())?(r=s(s(o)))!==Object.prototype&&(i=r):h=!0),null==i&&(i={}),u||l(i,d)||a(i,d,(function(){return this})),e.exports={IteratorPrototype:i,BUGGY_SAFARI_ITERATORS:h}},function(e,t,n){var i=n(692);e.exports=/Version\/10\.\d+(\.\d+)?( Mobile\/\w+)? Safari\//.test(i)},function(e,t,n){"use strict";var i=n(695).charAt,r=n(114),o=n(732),s=r.set,a=r.getterFor("String Iterator");o(String,"String",(function(e){s(this,{type:"String Iterator",string:String(e),index:0})}),(function(){var e,t=a(this),n=t.string,r=t.index;return r>=n.length?{value:void 0,done:!0}:(e=i(n,r),t.index+=e.length,{value:e,done:!1})}))},function(e,t,n){var i=n(18),r=n(515).trim,o=n(702),s=i.parseInt,a=/^[+-]?0[Xx]/,l=8!==s(o+"08")||22!==s(o+"0x16");e.exports=l?function(e,t){var n=r(String(e));return s(n,t>>>0||(a.test(n)?16:10))}:s},function(e,t,n){var i=n(18),r=n(515).trim,o=n(702),s=i.parseFloat,a=1/s(o+"-0")!=-1/0;e.exports=a?function(e){var t=r(String(e)),n=s(t);return 0===n&&"-"==t.charAt(0)?-0:n}:s},function(e,t,n){var i=n(25),r=Math.floor;e.exports=function(e){return!i(e)&&isFinite(e)&&r(e)===e}},function(e,t,n){var i=n(161);e.exports=function(e){if("number"!=typeof e&&"Number"!=i(e))throw TypeError("Incorrect invocation");return+e}},function(e,t){var n=Math.log;e.exports=Math.log1p||function(e){return(e=+e)>-1e-8&&e<1e-8?e-e*e/2:n(1+e)}},function(e,t,n){var i=n(18);e.exports=i.Promise},function(e,t,n){var i=n(692);e.exports=/(iphone|ipod|ipad).*applewebkit/i.test(i)},function(e,t,n){var i,r,o,s,a,l,c,u,d=n(18),h=n(102).f,f=n(161),p=n(741).set,m=n(781),g=d.MutationObserver||d.WebKitMutationObserver,v=d.process,_=d.Promise,y="process"==f(v),b=h(d,"queueMicrotask"),w=b&&b.value;w||(i=function(){var e,t;for(y&&(e=v.domain)&&e.exit();r;){t=r.fn,r=r.next;try{t()}catch(e){throw r?s():o=void 0,e}}o=void 0,e&&e.enter()},y?s=function(){v.nextTick(i)}:g&&!m?(a=!0,l=document.createTextNode(""),new g(i).observe(l,{characterData:!0}),s=function(){l.data=a=!a}):_&&_.resolve?(c=_.resolve(void 0),u=c.then,s=function(){u.call(c,i)}):s=function(){p.call(d,i)}),e.exports=w||function(e){var t={fn:e,next:void 0};o&&(o.next=t),r||(r=t,s()),o=t}},function(e,t,n){var i=n(26),r=n(25),o=n(742);e.exports=function(e,t){if(i(e),r(t)&&t.constructor===e)return t;var n=o.f(e);return(0,n.resolve)(t),n.promise}},function(e,t){e.exports=function(e){try{return{error:!1,value:e()}}catch(e){return{error:!0,value:e}}}},function(e,t,n){"use strict";var i=n(40).f,r=n(257),o=n(516),s=n(472),a=n(474),l=n(513),c=n(732),u=n(514),d=n(29),h=n(508).fastKey,f=n(114),p=f.set,m=f.getterFor;e.exports={getConstructor:function(e,t,n,c){var u=e((function(e,i){a(e,u,t),p(e,{type:t,index:r(null),first:void 0,last:void 0,size:0}),d||(e.size=0),null!=i&&l(i,e[c],e,n)})),f=m(t),g=function(e,t,n){var i,r,o=f(e),s=v(e,t);return s?s.value=n:(o.last=s={index:r=h(t,!0),key:t,value:n,previous:i=o.last,next:void 0,removed:!1},o.first||(o.first=s),i&&(i.next=s),d?o.size++:e.size++,"F"!==r&&(o.index[r]=s)),e},v=function(e,t){var n,i=f(e),r=h(t);if("F"!==r)return i.index[r];for(n=i.first;n;n=n.next)if(n.key==t)return n};return o(u.prototype,{clear:function(){for(var e=f(this),t=e.index,n=e.first;n;)n.removed=!0,n.previous&&(n.previous=n.previous.next=void 0),delete t[n.index],n=n.next;e.first=e.last=void 0,d?e.size=0:this.size=0},delete:function(e){var t=f(this),n=v(this,e);if(n){var i=n.next,r=n.previous;delete t.index[n.index],n.removed=!0,r&&(r.next=i),i&&(i.previous=r),t.first==n&&(t.first=i),t.last==n&&(t.last=r),d?t.size--:this.size--}return!!n},forEach:function(e){for(var t,n=f(this),i=s(e,arguments.length>1?arguments[1]:void 0,3);t=t?t.next:n.first;)for(i(t.value,t.key,this);t&&t.removed;)t=t.previous},has:function(e){return!!v(this,e)}}),o(u.prototype,n?{get:function(e){var t=v(this,e);return t&&t.value},set:function(e,t){return g(this,0===e?0:e,t)}}:{add:function(e){return g(this,e=0===e?0:e,e)}}),d&&i(u.prototype,"size",{get:function(){return f(this).size}}),u},setStrong:function(e,t,n){var i=t+" Iterator",r=m(t),o=m(i);c(e,t,(function(e,t){p(this,{type:i,target:e,state:r(e),kind:t,last:void 0})}),(function(){for(var e=o(this),t=e.kind,n=e.last;n&&n.removed;)n=n.previous;return e.target&&(e.last=n=n?n.next:e.state.first)?"keys"==t?{value:n.key,done:!1}:"values"==t?{value:n.value,done:!1}:{value:[n.key,n.value],done:!1}:(e.target=void 0,{value:void 0,done:!0})}),n?"entries":"values",!n,!0),u(t)}}},function(e,t,n){"use strict";var i=n(516),r=n(508).getWeakData,o=n(26),s=n(25),a=n(474),l=n(513),c=n(100),u=n(59),d=n(114),h=d.set,f=d.getterFor,p=c.find,m=c.findIndex,g=0,v=function(e){return e.frozen||(e.frozen=new _)},_=function(){this.entries=[]},y=function(e,t){return p(e.entries,(function(e){return e[0]===t}))};_.prototype={get:function(e){var t=y(this,e);if(t)return t[1]},has:function(e){return!!y(this,e)},set:function(e,t){var n=y(this,e);n?n[1]=t:this.entries.push([e,t])},delete:function(e){var t=m(this.entries,(function(t){return t[0]===e}));return~t&&this.entries.splice(t,1),!!~t}},e.exports={getConstructor:function(e,t,n,c){var d=e((function(e,i){a(e,d,t),h(e,{type:t,id:g++,frozen:void 0}),null!=i&&l(i,e[c],e,n)})),p=f(t),m=function(e,t,n){var i=p(e),s=r(o(t),!0);return!0===s?v(i).set(t,n):s[i.id]=n,e};return i(d.prototype,{delete:function(e){var t=p(this);if(!s(e))return!1;var n=r(e);return!0===n?v(t).delete(e):n&&u(n,t.id)&&delete n[t.id]},has:function(e){var t=p(this);if(!s(e))return!1;var n=r(e);return!0===n?v(t).has(e):n&&u(n,t.id)}}),i(d.prototype,n?{get:function(e){var t=p(this);if(s(e)){var n=r(e);return!0===n?v(t).get(e):n?n[t.id]:void 0}},set:function(e,t){return m(this,e,t)}}:{add:function(e){return m(this,e,!0)}}),d}}},function(e,t,n){var i=n(163),r=n(36);e.exports=function(e){if(void 0===e)return 0;var t=i(e),n=r(t);if(t!==n)throw RangeError("Wrong length or index");return n}},function(e,t,n){var i=n(1e3);e.exports=function(e,t){var n=i(e);if(n%t)throw RangeError("Wrong offset");return n}},function(e,t,n){var i=n(57),r=n(36),o=n(680),s=n(727),a=n(472),l=n(37).aTypedArrayConstructor;e.exports=function(e){var t,n,c,u,d,h,f=i(e),p=arguments.length,m=p>1?arguments[1]:void 0,g=void 0!==m,v=o(f);if(null!=v&&!s(v))for(h=(d=v.call(f)).next,f=[];!(u=h.call(d)).done;)f.push(u.value);for(g&&p>2&&(m=a(m,arguments[2],2)),n=r(f.length),c=new(l(this))(n),t=0;n>t;t++)c[t]=g?m(f[t],t):f[t];return c}},function(e,t){e.exports={CSSRuleList:0,CSSStyleDeclaration:0,CSSValueList:0,ClientRectList:0,DOMRectList:0,DOMStringList:0,DOMTokenList:1,DataTransferItemList:0,FileList:0,HTMLAllCollection:0,HTMLCollection:0,HTMLFormElement:0,HTMLSelectElement:0,MediaList:0,MimeTypeArray:0,NamedNodeMap:0,NodeList:1,PaintRequestList:0,Plugin:0,PluginArray:0,SVGLengthList:0,SVGNumberList:0,SVGPathSegList:0,SVGPointList:0,SVGStringList:0,SVGTransformList:0,SourceBufferList:0,StyleSheetList:0,TextTrackCueList:0,TextTrackList:0,TouchList:0}},function(e,t,n){var i=n(9),r=n(31),o=n(203),s=r("iterator");e.exports=!i((function(){var e=new URL("b?a=1&b=2&c=3","http://a"),t=e.searchParams,n="";return e.pathname="c%20d",t.forEach((function(e,i){t.delete("b"),n+=i+e})),o&&!e.toJSON||!t.sort||"http://a/c%20d?a=1&c=3"!==e.href||"3"!==t.get("c")||"a=1"!==String(new URLSearchParams("?a=1"))||!t[s]||"a"!==new URL("https://a@b").username||"b"!==new URLSearchParams(new URLSearchParams("a=b")).get("a")||"xn--e1aybc"!==new URL("http://тест").host||"#%D0%B1"!==new URL("http://a#б").hash||"a1c3"!==n||"x"!==new URL("http://x",void 0).host}))},function(e,t,n){"use strict";n(694);var i=n(3),r=n(162),o=n(791),s=n(103),a=n(516),l=n(208),c=n(733),u=n(114),d=n(474),h=n(59),f=n(472),p=n(681),m=n(26),g=n(25),v=n(257),_=n(470),y=n(1055),b=n(680),w=n(31),x=r("fetch"),k=r("Headers"),M=w("iterator"),A=u.set,L=u.getterFor("URLSearchParams"),T=u.getterFor("URLSearchParamsIterator"),D=/\+/g,S=Array(4),E=function(e){return S[e-1]||(S[e-1]=RegExp("((?:%[\\da-f]{2}){"+e+"})","gi"))},Y=function(e){try{return decodeURIComponent(e)}catch(t){return e}},C=function(e){var t=e.replace(D," "),n=4;try{return decodeURIComponent(t)}catch(e){for(;n;)t=t.replace(E(n--),Y);return t}},O=/[!'()~]|%20/g,P={"!":"%21","'":"%27","(":"%28",")":"%29","~":"%7E","%20":"+"},I=function(e){return P[e]},H=function(e){return encodeURIComponent(e).replace(O,I)},j=function(e,t){if(t)for(var n,i,r=t.split("&"),o=0;o<r.length;)(n=r[o++]).length&&(i=n.split("="),e.push({key:C(i.shift()),value:C(i.join("="))}))},N=function(e){this.entries.length=0,j(this.entries,e)},R=function(e,t){if(e<t)throw TypeError("Not enough arguments")},z=c((function(e,t){A(this,{type:"URLSearchParamsIterator",iterator:y(L(e).entries),kind:t})}),"Iterator",(function(){var e=T(this),t=e.kind,n=e.iterator.next(),i=n.value;return n.done||(n.value="keys"===t?i.key:"values"===t?i.value:[i.key,i.value]),n})),F=function(){d(this,F,"URLSearchParams");var e,t,n,i,r,o,s,a,l,c=arguments.length>0?arguments[0]:void 0,u=this,f=[];if(A(u,{type:"URLSearchParams",entries:f,updateURL:function(){},updateSearchParams:N}),void 0!==c)if(g(c))if("function"==typeof(e=b(c)))for(n=(t=e.call(c)).next;!(i=n.call(t)).done;){if((s=(o=(r=y(m(i.value))).next).call(r)).done||(a=o.call(r)).done||!o.call(r).done)throw TypeError("Expected sequence with length 2");f.push({key:s.value+"",value:a.value+""})}else for(l in c)h(c,l)&&f.push({key:l,value:c[l]+""});else j(f,"string"==typeof c?"?"===c.charAt(0)?c.slice(1):c:c+"")},B=F.prototype;a(B,{append:function(e,t){R(arguments.length,2);var n=L(this);n.entries.push({key:e+"",value:t+""}),n.updateURL()},delete:function(e){R(arguments.length,1);for(var t=L(this),n=t.entries,i=e+"",r=0;r<n.length;)n[r].key===i?n.splice(r,1):r++;t.updateURL()},get:function(e){R(arguments.length,1);for(var t=L(this).entries,n=e+"",i=0;i<t.length;i++)if(t[i].key===n)return t[i].value;return null},getAll:function(e){R(arguments.length,1);for(var t=L(this).entries,n=e+"",i=[],r=0;r<t.length;r++)t[r].key===n&&i.push(t[r].value);return i},has:function(e){R(arguments.length,1);for(var t=L(this).entries,n=e+"",i=0;i<t.length;)if(t[i++].key===n)return!0;return!1},set:function(e,t){R(arguments.length,1);for(var n,i=L(this),r=i.entries,o=!1,s=e+"",a=t+"",l=0;l<r.length;l++)(n=r[l]).key===s&&(o?r.splice(l--,1):(o=!0,n.value=a));o||r.push({key:s,value:a}),i.updateURL()},sort:function(){var e,t,n,i=L(this),r=i.entries,o=r.slice();for(r.length=0,n=0;n<o.length;n++){for(e=o[n],t=0;t<n;t++)if(r[t].key>e.key){r.splice(t,0,e);break}t===n&&r.push(e)}i.updateURL()},forEach:function(e){for(var t,n=L(this).entries,i=f(e,arguments.length>1?arguments[1]:void 0,3),r=0;r<n.length;)i((t=n[r++]).value,t.key,this)},keys:function(){return new z(this,"keys")},values:function(){return new z(this,"values")},entries:function(){return new z(this,"entries")}},{enumerable:!0}),s(B,M,B.entries),s(B,"toString",(function(){for(var e,t=L(this).entries,n=[],i=0;i<t.length;)e=t[i++],n.push(H(e.key)+"="+H(e.value));return n.join("&")}),{enumerable:!0}),l(F,"URLSearchParams"),i({global:!0,forced:!o},{URLSearchParams:F}),o||"function"!=typeof x||"function"!=typeof k||i({global:!0,enumerable:!0,forced:!0},{fetch:function(e){var t,n,i,r=[e];return arguments.length>1&&(t=arguments[1],g(t)&&(n=t.body,"URLSearchParams"===p(n)&&((i=t.headers?new k(t.headers):new k).has("content-type")||i.set("content-type","application/x-www-form-urlencoded;charset=UTF-8"),t=v(t,{body:_(0,String(n)),headers:_(0,i)}))),r.push(t)),x.apply(this,r)}}),e.exports={URLSearchParams:F,getState:L}},function(e,t,n){"use strict";n.r(t),t.default="data:image/png;base64,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"},function(e,t,n){"use strict";n.r(t),t.default="data:image/png;base64,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"},function(e,t,n){"use strict";n.r(t),t.default="data:image/png;base64,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"},function(e,t,n){"use strict";n.r(t),t.default="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAQAAAADwCAMAAADYSUr5AAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAABLFBMVEV3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diDPBZfVAAAAY3RSTlMAWEd8IjKY4b3Ld2acsomqpVpOeudAQGVmhVOLRpGUY2NhTaBobXqbc6W/fcC8463l6eSBjl3f3eC51tvSxNXU12LacP4Nzplp+DgqFhzFedHjp4FYyJPQ2K/wzZCniLC7x6vHwZbrAAAAAWJLR0QAiAUdSAAAAAd0SU1FB+AHDQUaNuOGGEYAAA+BSURBVHja7V0LYxvFEd67iyQsxycZJGgDCYrBKSR1WjdJX5RCGiJICzFpmxCamFLm//+H7t5rZ2f2oeNk6Wzv58T23D7nu9m9md09WYiIiIgeIIFk213Ysv7QcwY6dy8Bv/4JZkBl3iwhxAJBwSSA9sdIV6kJvgLAGgBPA6R88etGTYJaICcgof0x0ukdZATQ4rwBljnZIAOs/3YVPOmcQUFy+2u3ZU68mdYKZsG8i/QGcwvx3mFuAZ4ObN4C7KSwLvoIYKWBmYindmKCm58DVuDjTJ8CdAht/imwdVx2RygiIiIiIiKixzhzT3DLflDCojWgzntCS9DsRoCfsAZ86wFsQUjWvlFKLB1gBLAMNLsZLiasAUqAJ7pUtW8yGGL9t/fYk2xZUUk8xUVgCRAKAja2HMAtWNhs1ojWVlgPSMzafCNq2xZgReLpcff1AD5CtjoHhHHRnwIRERER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"},function(e,t,n){"use strict";n.r(t),t.default="data:image/png;base64,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"},function(e,t,n){"use strict";n.r(t),t.default="data:image/png;base64,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"},,,,,,,,,,,,,,,,,,,function(e,t,n){var i,r,o;
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ *
+ */
+let K=null;const X=async()=>{try{const e=await(async()=>{const e=Object(Q.generateUrl)("/csrftoken");return(await o.a.get(e)).token})();Object(J.b)(e)}catch(e){console.error("session heartbeat failed",e)}},Z=()=>{const e=setInterval(X,1e3*(()=>{let e=NaN;return K.session_lifetime&&(e=Math.floor(K.session_lifetime/2)),Math.min(86400,Math.max(60,isNaN(e)?900:e))})());return console.info("session heartbeat polling started"),e},$=()=>{if((()=>{try{K=Object(q.loadState)("core","config")}catch(e){K=V.a.config}})(),(()=>{if(!K.auto_logout||!Object(G.getCurrentUser)())return;let e=Date.now();window.addEventListener("mousemove",t=>{e=Date.now(),localStorage.setItem("lastActive",e)}),window.addEventListener("touchstart",t=>{e=Date.now(),localStorage.setItem("lastActive",e)}),window.addEventListener("storage",t=>{"lastActive"===t.key&&(e=t.newValue)}),setInterval((function(){const t=Date.now()-1e3*K.session_lifetime;if(e<t){console.info("Inactivity timout reached, logging out");const e=Object(Q.generateUrl)("/logout")+"?requesttoken="+encodeURIComponent(Object(J.a)());window.location=e}}),1e3)})(),void 0!==K.session_keepalive&&!K.session_keepalive)return void console.info("session heartbeat disabled");let e=Z();window.addEventListener("online",async()=>{console.info("browser is online again, resuming heartbeat"),e=Z();try{await X(),console.info("session token successfully updated after resuming network"),Object(U.emit)("networkOnline",{success:!0})}catch(e){console.error("could not update session token after resuming network",e),Object(U.emit)("networkOnline",{success:!1})}}),window.addEventListener("offline",()=>{console.info("browser is offline, stopping heartbeat"),Object(U.emit)("networkOffline",{}),clearInterval(e),console.info("session heartbeat polling stopped")})};var ee=n(231);
+/**
+ * @copyright 2019 Christoph Wurst <christoph@winzerhof-wurst.at>
+ *
+ * @author Christoph Wurst <christoph@winzerhof-wurst.at>
+ * @author Jan-Christoph Borchardt <hey@jancborchardt.net>
+ * @author John Molakvoæ <skjnldsv@protonmail.com>
+ * @author nacho <nacho@ownyourbits.com>
+ * @author Vincent Petry <vincent@nextcloud.com>
+ *
+ * @license GNU AGPL version 3 or any later version
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Affero General Public License as
+ * published by the Free Software Foundation, either version 3 of the
+ * License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Affero General Public License for more details.
+ *
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ *
+ */const te=()=>{const e=o()("#appmenu li"),t=o()(".header-right").outerWidth();let n=o()("header").outerWidth()-o()("#nextcloud").outerWidth()-(t>210?t:210);const i=o()(window).width()<1024;i||(n*=.67);let r,a=Math.floor(n/o()(e).width());i&&a>12&&(a=12),!i&&a<12&&(a=12),e.length-1-a>=1&&a--,o()("#more-apps a").removeClass("active");for(let t=0;t<e.length-1;t++){const n=o()(e[t]).data("id");t<a?(o()(e[t]).removeClass("hidden"),o()("#apps li[data-id="+n+"]").addClass("in-header"),r=e[t]):(o()(e[t]).addClass("hidden"),o()("#apps li[data-id="+n+"]").removeClass("in-header"),a>0&&o()(e[t]).children("a").hasClass("active")&&(o()(r).addClass("hidden"),o()("#apps li[data-id="+o()(r).data("id")+"]").removeClass("in-header"),o()(e[t]).removeClass("hidden"),o()("#apps li[data-id="+n+"]").addClass("in-header")))}0===o()("#apps li:not(.in-header)").length?(o()("#more-apps").hide(),o()("#navigation").hide()):o()("#more-apps").show()},ne=()=>{setInterval(()=>{o()(".live-relative-timestamp").each((function(){o()(this).text(V.a.Util.relativeModifiedDate(parseInt(o()(this).attr("data-timestamp"),10)))}))},3e4)};s.a.locale(V.a.getLocale());const ie=()=>{const e=window.navigator.userAgent,t=e.indexOf("MSIE "),n=e.indexOf("Trident/"),r=e.indexOf("Edge/");if(t>0||n>0?o()("html").addClass("ie"):r>0&&o()("html").addClass("edge"),(t>0||n>0||r>0)&&(console.info("Legacy browser detected, applying css vars polyfill"),W({watch:!0,onlyLegacy:!(/Edge\/([0-9]{2})\./i.test(navigator.userAgent)&&parseInt(/Edge\/([0-9]{2})\./i.exec(navigator.userAgent)[1])<16)})),o()(window).on("unload.main",()=>{V.a._unloadCalled=!0}),o()(window).on("beforeunload.main",()=>{setTimeout(()=>{V.a._userIsNavigatingAway=!0,setTimeout(()=>{V.a._unloadCalled||(V.a._userIsNavigatingAway=!1)},1e4)},1)}),o()(document).on("ajaxError.main",(function(e,t,n){n&&n.allowAuthErrors||V.a._processAjaxError(t)})),$(),V.a.registerMenu(o()("#expand"),o()("#expanddiv"),!1,!0),o()(document).on("mouseup.closemenus",e=>{const t=o()(e.target);if(t.closest(".menu").length||t.closest(".menutoggle").length)return!1;V.a.hideMenus()}),(()=>{Object.assign(V.a,{setNavigationCounter(e,t){const n=document.getElementById("appmenu").querySelector('[data-id="'+e+'"] svg'),i=document.getElementById("apps").querySelector('[data-id="'+e+'"] svg');0===t?(n.classList.remove("has-unread"),i.classList.remove("has-unread"),n.getElementsByTagName("image")[0].style.mask="",i.getElementsByTagName("image")[0].style.mask=""):(n.classList.add("has-unread"),i.classList.add("has-unread"),n.getElementsByTagName("image")[0].style.mask="url(#hole)",i.getElementsByTagName("image")[0].style.mask="url(#hole)"),document.getElementById("appmenu").querySelector('[data-id="'+e+'"] .unread-counter').textContent=t,document.getElementById("apps").querySelector('[data-id="'+e+'"] .unread-counter').textContent=t}}),V.a.registerMenu(o()("#more-apps > a"),o()("#navigation"));const e=o()("#header .header-appname-container"),t=o()("#navigation"),n=o()("#appmenu");V.a.registerMenu(e,t),e.data("oldhref",e.attr("href")),e.attr("href","#"),t.hide(),t.delegate("a","click",e=>{let t=o()(e.target);t.is("a")||(t=t.closest("a")),1!==e.which||e.ctrlKey||e.metaKey?V.a.hideMenus(()=>!1):(t.find("svg").remove(),t.find("div").remove(),t.prepend(o()("<div/>").addClass("icon-loading-small")))}),t.delegate("a","mouseup",e=>{2===e.which&&V.a.hideMenus(()=>!1)}),n.delegate("li:not(#more-apps) > a","click",e=>{let t=o()(e.target);t.is("a")||(t=t.closest("a")),1!==e.which||e.ctrlKey||e.metaKey||0!==t.parent("#more-apps").length?V.a.hideMenus(()=>!1):(t.find("svg").remove(),t.find("div").remove(),t.prepend(o()("<div/>").addClass(OCA.Theming&&OCA.Theming.inverted?"icon-loading-small":"icon-loading-small-dark")),window.location=t.attr("href"))})})(),(()=>{const e=o()("#header #settings");e.delegate("a","click",e=>{let t=o()(e.target);t.is("a")||(t=t.closest("a")),1!==e.which||e.ctrlKey||e.metaKey?V.a.hideMenus(()=>!1):(t.find("img").remove(),t.find("div").remove(),t.prepend(o()("<div/>").addClass("icon-loading-small")))}),e.delegate("a","mouseup",e=>{2===e.which&&V.a.hideMenus(()=>!1)})})(),new V.a.ContactsMenu({el:o()("#contactsmenu .menu"),trigger:o()("#contactsmenu .menutoggle")}),o()("#navigation").length&&(o()("#header #nextcloud + .menutoggle").on("click",()=>{o()("#menu-css-helper").remove();const e=o()(".header-appname + .icon-caret").offset().left-2;e>255||o()("head").append('<style id="menu-css-helper">#navigation:after { left: '+e+"px }</style>")}),o()("#header #appmenu .menutoggle").on("click",()=>{o()("#appmenu").toggleClass("menu-open"),o()("#appmenu").is(":visible")&&o()("#menu-css-helper").remove()})),o()(window).resize(te),setTimeout(te,0),o()("#app-navigation").length&&!o()("html").hasClass("lte9")&&!o()("#app-content").hasClass("no-snapper")){const e=new Snap({element:document.getElementById("app-content"),disable:"right",maxPosition:300,minDragDistance:100});o()("#app-content").prepend('<div id="app-navigation-toggle" class="icon-menu" style="display:none" tabindex="0"></div>');let t=!1;e.on("animating",()=>{t=!0}),e.on("animated",()=>{t=!1}),e.on("start",()=>{t=!0}),e.on("end",()=>{t=!1});const n=e.open,r=e.close,a=()=>{t||"closed"!==e.state().state||n("left")},s=()=>{t||"closed"===e.state().state||r()};window.TESTING||(e.open=()=>{i.default.defer(a)},e.close=()=>{i.default.defer(s)}),o()("#app-navigation-toggle").click(t=>{"left"!==e.state().state&&e.open()}),o()("#app-navigation-toggle").keypress(t=>{"left"===e.state().state?e.close():e.open()});o()("#app-navigation").delegate("a, :button","click",t=>{const n=o()(t.target);n.is(".app-navigation-noclose")||n.closest(".app-navigation-noclose").length||n.is(".app-navigation-entry-utils-menu-button")||n.closest(".app-navigation-entry-utils-menu-button").length||n.is(".add-new")||n.closest(".add-new").length||n.is("#app-settings")||n.closest("#app-settings").length||e.close()});let l=!1,u=!0,c=!1;V.a.allowNavigationBarSlideGesture=()=>{u=!0,c&&(e.enable(),l=!0,c=!1)},V.a.disallowNavigationBarSlideGesture=()=>{if(u=!1,l){const t=!0;e.disable(t),l=!1,c=!0}};const d=()=>{o()(window).width()>1024?(e.close(),e.disable(),l=!1,c=!1):u?(e.enable(),l=!0,c=!1):c=!0};o()(window).resize(i.default.debounce(d,250)),d()}ne(),ee.a.init()}},function(e,t,n){"use strict";var i=n(0),r=n.n(i);
+/**
+ * @copyright 2018 Christoph Wurst <christoph@winzerhof-wurst.at>
+ *
+ * @author Christoph Wurst <christoph@winzerhof-wurst.at>
+ * @author John Molakvoæ <skjnldsv@protonmail.com>
+ *
+ * @license GNU AGPL version 3 or any later version
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Affero General Public License as
+ * published by the Free Software Foundation, either version 3 of the
+ * License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Affero General Public License for more details.
+ *
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ *
+ */
+r.a.fn.extend({showPassword(e){const t={fn:null,args:{}};t.fn=e;const n=function(e,t){t.val(e.val())},i=function(e,t,i){e.is(":checked")?(n(t,i),i.show(),t.hide()):(n(i,t),i.hide(),t.show())};return this.each((function(){const e=r()(this),o=r()(e.data("typetoggle")),a=function(e){const t=r()(e),n=r()("<input />");return n.attr({type:"text",class:t.attr("class"),style:t.attr("style"),size:t.attr("size"),name:t.attr("name")+"-clone",tabindex:t.attr("tabindex"),autocomplete:"off"}),void 0!==t.attr("placeholder")&&n.attr("placeholder",t.attr("placeholder")),n}(e);a.insertAfter(e),t.fn&&(t.args.input=e,t.args.checkbox=o,t.args.clone=a),o.bind("click",(function(){i(o,e,a)})),e.bind("keyup",(function(){n(e,a)})),a.bind("keyup",(function(){n(a,e),e.trigger("keyup")})),a.bind("blur",(function(){e.trigger("focusout")})),i(o,e,a),a.closest("form").submit((function(e){a.prop("type","password")})),t.fn&&t.fn(t.args)}))}})},,function(e,t,n){
+/*!
+ * Bootstrap tooltip.js v4.6.0 (https://getbootstrap.com/)
+ * Copyright 2011-2021 The Bootstrap Authors (https://github.com/twbs/bootstrap/graphs/contributors)
+ * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
+ */
+e.exports=function(e,t,n){"use strict";function i(e){return e&&"object"==typeof e&&"default"in e?e:{default:e}}var r=i(e),o=i(t),a=i(n);function s(e,t){for(var n=0;n<t.length;n++){var i=t[n];i.enumerable=i.enumerable||!1,i.configurable=!0,"value"in i&&(i.writable=!0),Object.defineProperty(e,i.key,i)}}function l(){return(l=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var i in n)Object.prototype.hasOwnProperty.call(n,i)&&(e[i]=n[i])}return e}).apply(this,arguments)}var u=["background","cite","href","itemtype","longdesc","poster","src","xlink:href"],c={"*":["class","dir","id","lang","role",/^aria-[\w-]*$/i],a:["target","href","title","rel"],area:[],b:[],br:[],col:[],code:[],div:[],em:[],hr:[],h1:[],h2:[],h3:[],h4:[],h5:[],h6:[],i:[],img:["src","srcset","alt","title","width","height"],li:[],ol:[],p:[],pre:[],s:[],small:[],span:[],sub:[],sup:[],strong:[],u:[],ul:[]},d=/^(?:(?:https?|mailto|ftp|tel|file):|[^#&/:?]*(?:[#/?]|$))/gi,h=/^data:(?:image\/(?:bmp|gif|jpeg|jpg|png|tiff|webp)|video\/(?:mpeg|mp4|ogg|webm)|audio\/(?:mp3|oga|ogg|opus));base64,[\d+/a-z]+=*$/i;function p(e,t,n){if(0===e.length)return e;if(n&&"function"==typeof n)return n(e);for(var i=(new window.DOMParser).parseFromString(e,"text/html"),r=Object.keys(t),o=[].slice.call(i.body.querySelectorAll("*")),a=function(e,n){var i=o[e],a=i.nodeName.toLowerCase();if(-1===r.indexOf(i.nodeName.toLowerCase()))return i.parentNode.removeChild(i),"continue";var s=[].slice.call(i.attributes),l=[].concat(t["*"]||[],t[a]||[]);s.forEach((function(e){(function(e,t){var n=e.nodeName.toLowerCase();if(-1!==t.indexOf(n))return-1===u.indexOf(n)||Boolean(e.nodeValue.match(d)||e.nodeValue.match(h));for(var i=t.filter((function(e){return e instanceof RegExp})),r=0,o=i.length;r<o;r++)if(n.match(i[r]))return!0;return!1})(e,l)||i.removeAttribute(e.nodeName)}))},s=0,l=o.length;s<l;s++)a(s);return i.body.innerHTML}var f="tooltip",m=".bs.tooltip",g=r.default.fn[f],A=new RegExp("(^|\\s)bs-tooltip\\S+","g"),v=["sanitize","whiteList","sanitizeFn"],_={animation:"boolean",template:"string",title:"(string|element|function)",trigger:"string",delay:"(number|object)",html:"boolean",selector:"(string|boolean)",placement:"(string|function)",offset:"(number|string|function)",container:"(string|element|boolean)",fallbackPlacement:"(string|array)",boundary:"(string|element)",customClass:"(string|function)",sanitize:"boolean",sanitizeFn:"(null|function)",whiteList:"object",popperConfig:"(null|object)"},b={AUTO:"auto",TOP:"top",RIGHT:"right",BOTTOM:"bottom",LEFT:"left"},y={animation:!0,template:'<div class="tooltip" role="tooltip"><div class="arrow"></div><div class="tooltip-inner"></div></div>',trigger:"hover focus",title:"",delay:0,html:!1,selector:!1,placement:"top",offset:0,container:!1,fallbackPlacement:"flip",boundary:"scrollParent",customClass:"",sanitize:!0,sanitizeFn:null,whiteList:c,popperConfig:null},w={HIDE:"hide"+m,HIDDEN:"hidden"+m,SHOW:"show"+m,SHOWN:"shown"+m,INSERTED:"inserted"+m,CLICK:"click"+m,FOCUSIN:"focusin"+m,FOCUSOUT:"focusout"+m,MOUSEENTER:"mouseenter"+m,MOUSELEAVE:"mouseleave"+m},C=function(){function e(e,t){if(void 0===o.default)throw new TypeError("Bootstrap's tooltips require Popper (https://popper.js.org)");this._isEnabled=!0,this._timeout=0,this._hoverState="",this._activeTrigger={},this._popper=null,this.element=e,this.config=this._getConfig(t),this.tip=null,this._setListeners()}var t,n,i,u=e.prototype;return u.enable=function(){this._isEnabled=!0},u.disable=function(){this._isEnabled=!1},u.toggleEnabled=function(){this._isEnabled=!this._isEnabled},u.toggle=function(e){if(this._isEnabled)if(e){var t=this.constructor.DATA_KEY,n=r.default(e.currentTarget).data(t);n||(n=new this.constructor(e.currentTarget,this._getDelegateConfig()),r.default(e.currentTarget).data(t,n)),n._activeTrigger.click=!n._activeTrigger.click,n._isWithActiveTrigger()?n._enter(null,n):n._leave(null,n)}else{if(r.default(this.getTipElement()).hasClass("show"))return void this._leave(null,this);this._enter(null,this)}},u.dispose=function(){clearTimeout(this._timeout),r.default.removeData(this.element,this.constructor.DATA_KEY),r.default(this.element).off(this.constructor.EVENT_KEY),r.default(this.element).closest(".modal").off("hide.bs.modal",this._hideModalHandler),this.tip&&r.default(this.tip).remove(),this._isEnabled=null,this._timeout=null,this._hoverState=null,this._activeTrigger=null,this._popper&&this._popper.destroy(),this._popper=null,this.element=null,this.config=null,this.tip=null},u.show=function(){var e=this;if("none"===r.default(this.element).css("display"))throw new Error("Please use show on visible elements");var t=r.default.Event(this.constructor.Event.SHOW);if(this.isWithContent()&&this._isEnabled){r.default(this.element).trigger(t);var n=a.default.findShadowRoot(this.element),i=r.default.contains(null!==n?n:this.element.ownerDocument.documentElement,this.element);if(t.isDefaultPrevented()||!i)return;var s=this.getTipElement(),l=a.default.getUID(this.constructor.NAME);s.setAttribute("id",l),this.element.setAttribute("aria-describedby",l),this.setContent(),this.config.animation&&r.default(s).addClass("fade");var u="function"==typeof this.config.placement?this.config.placement.call(this,s,this.element):this.config.placement,c=this._getAttachment(u);this.addAttachmentClass(c);var d=this._getContainer();r.default(s).data(this.constructor.DATA_KEY,this),r.default.contains(this.element.ownerDocument.documentElement,this.tip)||r.default(s).appendTo(d),r.default(this.element).trigger(this.constructor.Event.INSERTED),this._popper=new o.default(this.element,s,this._getPopperConfig(c)),r.default(s).addClass("show"),r.default(s).addClass(this.config.customClass),"ontouchstart"in document.documentElement&&r.default(document.body).children().on("mouseover",null,r.default.noop);var h=function(){e.config.animation&&e._fixTransition();var t=e._hoverState;e._hoverState=null,r.default(e.element).trigger(e.constructor.Event.SHOWN),"out"===t&&e._leave(null,e)};if(r.default(this.tip).hasClass("fade")){var p=a.default.getTransitionDurationFromElement(this.tip);r.default(this.tip).one(a.default.TRANSITION_END,h).emulateTransitionEnd(p)}else h()}},u.hide=function(e){var t=this,n=this.getTipElement(),i=r.default.Event(this.constructor.Event.HIDE),o=function(){"show"!==t._hoverState&&n.parentNode&&n.parentNode.removeChild(n),t._cleanTipClass(),t.element.removeAttribute("aria-describedby"),r.default(t.element).trigger(t.constructor.Event.HIDDEN),null!==t._popper&&t._popper.destroy(),e&&e()};if(r.default(this.element).trigger(i),!i.isDefaultPrevented()){if(r.default(n).removeClass("show"),"ontouchstart"in document.documentElement&&r.default(document.body).children().off("mouseover",null,r.default.noop),this._activeTrigger.click=!1,this._activeTrigger.focus=!1,this._activeTrigger.hover=!1,r.default(this.tip).hasClass("fade")){var s=a.default.getTransitionDurationFromElement(n);r.default(n).one(a.default.TRANSITION_END,o).emulateTransitionEnd(s)}else o();this._hoverState=""}},u.update=function(){null!==this._popper&&this._popper.scheduleUpdate()},u.isWithContent=function(){return Boolean(this.getTitle())},u.addAttachmentClass=function(e){r.default(this.getTipElement()).addClass("bs-tooltip-"+e)},u.getTipElement=function(){return this.tip=this.tip||r.default(this.config.template)[0],this.tip},u.setContent=function(){var e=this.getTipElement();this.setElementContent(r.default(e.querySelectorAll(".tooltip-inner")),this.getTitle()),r.default(e).removeClass("fade show")},u.setElementContent=function(e,t){"object"!=typeof t||!t.nodeType&&!t.jquery?this.config.html?(this.config.sanitize&&(t=p(t,this.config.whiteList,this.config.sanitizeFn)),e.html(t)):e.text(t):this.config.html?r.default(t).parent().is(e)||e.empty().append(t):e.text(r.default(t).text())},u.getTitle=function(){var e=this.element.getAttribute("data-original-title");return e||(e="function"==typeof this.config.title?this.config.title.call(this.element):this.config.title),e},u._getPopperConfig=function(e){var t=this;return l({},{placement:e,modifiers:{offset:this._getOffset(),flip:{behavior:this.config.fallbackPlacement},arrow:{element:".arrow"},preventOverflow:{boundariesElement:this.config.boundary}},onCreate:function(e){e.originalPlacement!==e.placement&&t._handlePopperPlacementChange(e)},onUpdate:function(e){return t._handlePopperPlacementChange(e)}},this.config.popperConfig)},u._getOffset=function(){var e=this,t={};return"function"==typeof this.config.offset?t.fn=function(t){return t.offsets=l({},t.offsets,e.config.offset(t.offsets,e.element)||{}),t}:t.offset=this.config.offset,t},u._getContainer=function(){return!1===this.config.container?document.body:a.default.isElement(this.config.container)?r.default(this.config.container):r.default(document).find(this.config.container)},u._getAttachment=function(e){return b[e.toUpperCase()]},u._setListeners=function(){var e=this;this.config.trigger.split(" ").forEach((function(t){if("click"===t)r.default(e.element).on(e.constructor.Event.CLICK,e.config.selector,(function(t){return e.toggle(t)}));else if("manual"!==t){var n="hover"===t?e.constructor.Event.MOUSEENTER:e.constructor.Event.FOCUSIN,i="hover"===t?e.constructor.Event.MOUSELEAVE:e.constructor.Event.FOCUSOUT;r.default(e.element).on(n,e.config.selector,(function(t){return e._enter(t)})).on(i,e.config.selector,(function(t){return e._leave(t)}))}})),this._hideModalHandler=function(){e.element&&e.hide()},r.default(this.element).closest(".modal").on("hide.bs.modal",this._hideModalHandler),this.config.selector?this.config=l({},this.config,{trigger:"manual",selector:""}):this._fixTitle()},u._fixTitle=function(){var e=typeof this.element.getAttribute("data-original-title");(this.element.getAttribute("title")||"string"!==e)&&(this.element.setAttribute("data-original-title",this.element.getAttribute("title")||""),this.element.setAttribute("title",""))},u._enter=function(e,t){var n=this.constructor.DATA_KEY;(t=t||r.default(e.currentTarget).data(n))||(t=new this.constructor(e.currentTarget,this._getDelegateConfig()),r.default(e.currentTarget).data(n,t)),e&&(t._activeTrigger["focusin"===e.type?"focus":"hover"]=!0),r.default(t.getTipElement()).hasClass("show")||"show"===t._hoverState?t._hoverState="show":(clearTimeout(t._timeout),t._hoverState="show",t.config.delay&&t.config.delay.show?t._timeout=setTimeout((function(){"show"===t._hoverState&&t.show()}),t.config.delay.show):t.show())},u._leave=function(e,t){var n=this.constructor.DATA_KEY;(t=t||r.default(e.currentTarget).data(n))||(t=new this.constructor(e.currentTarget,this._getDelegateConfig()),r.default(e.currentTarget).data(n,t)),e&&(t._activeTrigger["focusout"===e.type?"focus":"hover"]=!1),t._isWithActiveTrigger()||(clearTimeout(t._timeout),t._hoverState="out",t.config.delay&&t.config.delay.hide?t._timeout=setTimeout((function(){"out"===t._hoverState&&t.hide()}),t.config.delay.hide):t.hide())},u._isWithActiveTrigger=function(){for(var e in this._activeTrigger)if(this._activeTrigger[e])return!0;return!1},u._getConfig=function(e){var t=r.default(this.element).data();return Object.keys(t).forEach((function(e){-1!==v.indexOf(e)&&delete t[e]})),"number"==typeof(e=l({},this.constructor.Default,t,"object"==typeof e&&e?e:{})).delay&&(e.delay={show:e.delay,hide:e.delay}),"number"==typeof e.title&&(e.title=e.title.toString()),"number"==typeof e.content&&(e.content=e.content.toString()),a.default.typeCheckConfig(f,e,this.constructor.DefaultType),e.sanitize&&(e.template=p(e.template,e.whiteList,e.sanitizeFn)),e},u._getDelegateConfig=function(){var e={};if(this.config)for(var t in this.config)this.constructor.Default[t]!==this.config[t]&&(e[t]=this.config[t]);return e},u._cleanTipClass=function(){var e=r.default(this.getTipElement()),t=e.attr("class").match(A);null!==t&&t.length&&e.removeClass(t.join(""))},u._handlePopperPlacementChange=function(e){this.tip=e.instance.popper,this._cleanTipClass(),this.addAttachmentClass(this._getAttachment(e.placement))},u._fixTransition=function(){var e=this.getTipElement(),t=this.config.animation;null===e.getAttribute("x-placement")&&(r.default(e).removeClass("fade"),this.config.animation=!1,this.hide(),this.show(),this.config.animation=t)},e._jQueryInterface=function(t){return this.each((function(){var n=r.default(this),i=n.data("bs.tooltip"),o="object"==typeof t&&t;if((i||!/dispose|hide/.test(t))&&(i||(i=new e(this,o),n.data("bs.tooltip",i)),"string"==typeof t)){if(void 0===i[t])throw new TypeError('No method named "'+t+'"');i[t]()}}))},t=e,i=[{key:"VERSION",get:function(){return"4.6.0"}},{key:"Default",get:function(){return y}},{key:"NAME",get:function(){return f}},{key:"DATA_KEY",get:function(){return"bs.tooltip"}},{key:"Event",get:function(){return w}},{key:"EVENT_KEY",get:function(){return m}},{key:"DefaultType",get:function(){return _}}],(n=null)&&s(t.prototype,n),i&&s(t,i),e}();return r.default.fn[f]=C._jQueryInterface,r.default.fn[f].Constructor=C,r.default.fn[f].noConflict=function(){return r.default.fn[f]=g,C._jQueryInterface},C}(n(0),n(228),n(518))},function(e,t,n){
+/*!
+ * Bootstrap util.js v4.6.0 (https://getbootstrap.com/)
+ * Copyright 2011-2021 The Bootstrap Authors (https://github.com/twbs/bootstrap/graphs/contributors)
+ * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
+ */
+e.exports=function(e){"use strict";function t(e){return e&&"object"==typeof e&&"default"in e?e:{default:e}}var n=t(e);function i(e){var t=this,i=!1;return n.default(this).one(r.TRANSITION_END,(function(){i=!0})),setTimeout((function(){i||r.triggerTransitionEnd(t)}),e),this}var r={TRANSITION_END:"bsTransitionEnd",getUID:function(e){do{e+=~~(1e6*Math.random())}while(document.getElementById(e));return e},getSelectorFromElement:function(e){var t=e.getAttribute("data-target");if(!t||"#"===t){var n=e.getAttribute("href");t=n&&"#"!==n?n.trim():""}try{return document.querySelector(t)?t:null}catch(e){return null}},getTransitionDurationFromElement:function(e){if(!e)return 0;var t=n.default(e).css("transition-duration"),i=n.default(e).css("transition-delay"),r=parseFloat(t),o=parseFloat(i);return r||o?(t=t.split(",")[0],i=i.split(",")[0],1e3*(parseFloat(t)+parseFloat(i))):0},reflow:function(e){return e.offsetHeight},triggerTransitionEnd:function(e){n.default(e).trigger("transitionend")},supportsTransitionEnd:function(){return Boolean("transitionend")},isElement:function(e){return(e[0]||e).nodeType},typeCheckConfig:function(e,t,n){for(var i in n)if(Object.prototype.hasOwnProperty.call(n,i)){var o=n[i],a=t[i],s=a&&r.isElement(a)?"element":null==(l=a)?""+l:{}.toString.call(l).match(/\s([a-z]+)/i)[1].toLowerCase();if(!new RegExp(o).test(s))throw new Error(e.toUpperCase()+': Option "'+i+'" provided type "'+s+'" but expected type "'+o+'".')}var l},findShadowRoot:function(e){if(!document.documentElement.attachShadow)return null;if("function"==typeof e.getRootNode){var t=e.getRootNode();return t instanceof ShadowRoot?t:null}return e instanceof ShadowRoot?e:e.parentNode?r.findShadowRoot(e.parentNode):null},jQueryDetection:function(){if(void 0===n.default)throw new TypeError("Bootstrap's JavaScript requires jQuery. jQuery must be included before Bootstrap's JavaScript.");var e=n.default.fn.jquery.split(" ")[0].split(".");if(e[0]<2&&e[1]<9||1===e[0]&&9===e[1]&&e[2]<1||e[0]>=4)throw new Error("Bootstrap's JavaScript requires at least jQuery v1.9.1 but less than v4.0.0")}};return r.jQueryDetection(),n.default.fn.emulateTransitionEnd=i,n.default.event.special[r.TRANSITION_END]={bindType:"transitionend",delegateType:"transitionend",handle:function(e){if(n.default(e.target).is(this))return e.handleObj.handler.apply(this,arguments)}},r}(n(0))},function(e,t,n){(function(e){var t;
+/**
+ * @copyright 2019 Julius Härtl <jus@bitgrid.net>
+ *
+ * @author Christoph Wurst <christoph@winzerhof-wurst.at>
+ * @author John Molakvoæ <skjnldsv@protonmail.com>
+ * @author Julius Härtl <jus@bitgrid.net>
+ *
+ * @license GNU AGPL version 3 or any later version
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Affero General Public License as
+ * published by the Free Software Foundation, either version 3 of the
+ * License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Affero General Public License for more details.
+ *
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ *
+ */
+e.prototype.tooltip=(t=e.prototype.tooltip,function(e){try{return t.call(this,e)}catch(n){if(n instanceof TypeError&&"destroy"===e)return void 0===window.TESTING&&console.error("Deprecated call $.tooltip('destroy') has been deprecated and should be removed"),t.call(this,"dispose");if(n instanceof TypeError&&"fixTitle"===e)return void 0===window.TESTING&&console.error("Deprecated call $.tooltip('fixTitle') has been deprecated and should be removed"),t.call(this,"_fixTitle")}})}).call(this,n(0))},function(e,t,n){(function(e){var t;(t=e).fn.strengthify=function(e){"use strict";var n={zxcvbn:"zxcvbn/zxcvbn.js",userInputs:[],titles:["Weakest","Weak","So-so","Good","Perfect"],tilesOptions:{tooltip:!0,element:!1},drawTitles:!1,drawMessage:!1,drawBars:!0,$addAfter:null,nonce:null};return this.each((function(){var i=t.extend(n,e);function r(e){return t('div[data-strengthifyFor="'+e+'"]')}function o(){var e=t(this).val().substring(0,100),n=t(this).attr("id"),o=""===e?0:1,a=zxcvbn(e,i.userInputs),s="",l="",u="",c=r(n),d=c.find(".strengthify-container"),h=c.find("[data-strengthifyMessage]");switch(c.children().css("opacity",o).css("-ms-filter",'"progid:DXImageTransform.Microsoft.Alpha(Opacity='+100*o+')"'),i.onResult&&i.onResult(a),a.score){case 0:case 1:s="password-bad",l="danger",u=a.feedback?a.feedback.suggestions.join("<br/>"):"";break;case 2:l="warning",u=a.feedback?a.feedback.suggestions.join("<br/>"):"",s="password-medium";break;case 3:s="password-good",l="info",u="Getting better.";break;case 4:s="password-good",l="success",u="Looks good."}h&&(h.removeAttr("class"),h.addClass("bg-"+l),""===e&&(u=""),h.html(u)),d&&(d.attr("class",s+" strengthify-container").css("width",25*(0===a.score?1:a.score)+"%"),""===e&&d.css("width",0)),i.drawTitles&&(i.tilesOptions.tooltip&&(c.attr("title",i.titles[a.score]).tooltip({placement:"bottom",trigger:"manual"}).tooltip("fixTitle").tooltip("show"),0===o&&c.tooltip("hide")),i.tilesOptions.element&&c.find(".strengthify-tiles").text(i.titles[a.score]))}i.drawTitles||i.drawMessage||i.drawBars||console.warn("expect at least one of 'drawTitles', 'drawMessage', or 'drawBars' to be true"),function(){var e=t(this),n=e.attr("id"),a=o.bind(this),s=i.$addAfter;s||(s=e),s.after('<div class="strengthify-wrapper" data-strengthifyFor="'+e.attr("id")+'"></div>'),i.drawBars&&r(n).append('<div class="strengthify-bg" />').append('<div class="strengthify-container" />').append('<div class="strengthify-separator" style="left: 25%" />').append('<div class="strengthify-separator" style="left: 50%" />').append('<div class="strengthify-separator" style="left: 75%" />'),i.drawMessage&&r(n).append("<div data-strengthifyMessage></div>"),i.drawTitles&&i.tilesOptions&&r(n).append('<div class="strengthify-tiles"></div>');var l=document.createElement("script");l.src=i.zxcvbn,null!==i.nonce&&l.setAttribute("nonce",i.nonce),l.onload=function(){e.parent().on("scroll",a),e.bind("keyup input change",a)},document.head.appendChild(l)}.call(this)}))}}).call(this,n(0))},function(e,t,n){"use strict";var i=n(25),r=n.n(i),o=n(232),a={insert:"head",singleton:!1};r()(o.a,a),o.a.locals},function(e,t,n){var i=n(124);e.exports=(i.default||i).template({1:function(e,t,n,i,r){var o,a=e.lambda,s=e.escapeExpression,l=e.lookupProperty||function(e,t){if(Object.prototype.hasOwnProperty.call(e,t))return e[t]};return'<img src="'+s(a(null!=(o=null!=t?l(t,"contact"):t)?l(o,"avatar"):o,t))+'&size=32" class="avatar" srcset="'+s(a(null!=(o=null!=t?l(t,"contact"):t)?l(o,"avatar"):o,t))+"&size=32 1x, "+s(a(null!=(o=null!=t?l(t,"contact"):t)?l(o,"avatar"):o,t))+"&size=64 2x, "+s(a(null!=(o=null!=t?l(t,"contact"):t)?l(o,"avatar"):o,t))+'&size=128 4x" alt="">\n'},3:function(e,t,n,i,r){return'<div class="avatar"></div>\n'},5:function(e,t,n,i,r){var o,a=e.lambda,s=e.escapeExpression,l=e.lookupProperty||function(e,t){if(Object.prototype.hasOwnProperty.call(e,t))return e[t]};return'<a class="top-action" href="'+s(a(null!=(o=null!=(o=null!=t?l(t,"contact"):t)?l(o,"topAction"):o)?l(o,"hyperlink"):o,t))+'" title="'+s(a(null!=(o=null!=(o=null!=t?l(t,"contact"):t)?l(o,"topAction"):o)?l(o,"title"):o,t))+'">\n\t<img src="'+s(a(null!=(o=null!=(o=null!=t?l(t,"contact"):t)?l(o,"topAction"):o)?l(o,"icon"):o,t))+'" alt="'+s(a(null!=(o=null!=(o=null!=t?l(t,"contact"):t)?l(o,"topAction"):o)?l(o,"title"):o,t))+'">\n</a>\n'},7:function(e,t,n,i,r){var o,a=e.lambda,s=e.escapeExpression,l=e.lookupProperty||function(e,t){if(Object.prototype.hasOwnProperty.call(e,t))return e[t]};return'<a class="second-action" href="'+s(a(null!=(o=null!=(o=null!=t?l(t,"contact"):t)?l(o,"secondAction"):o)?l(o,"hyperlink"):o,t))+'" title="'+s(a(null!=(o=null!=(o=null!=t?l(t,"contact"):t)?l(o,"secondAction"):o)?l(o,"title"):o,t))+'">\n\t<img src="'+s(a(null!=(o=null!=(o=null!=t?l(t,"contact"):t)?l(o,"secondAction"):o)?l(o,"icon"):o,t))+'" alt="'+s(a(null!=(o=null!=(o=null!=t?l(t,"contact"):t)?l(o,"secondAction"):o)?l(o,"title"):o,t))+'">\n</a>\n'},9:function(e,t,n,i,r){var o,a=e.lookupProperty||function(e,t){if(Object.prototype.hasOwnProperty.call(e,t))return e[t]};return'\t<span class="other-actions icon-more"></span>\n\t<div class="menu popovermenu">\n\t\t<ul>\n'+(null!=(o=a(n,"each").call(null!=t?t:e.nullContext||{},null!=(o=null!=t?a(t,"contact"):t)?a(o,"actions"):o,{name:"each",hash:{},fn:e.program(10,r,0),inverse:e.noop,data:r,loc:{start:{line:24,column:3},end:{line:31,column:12}}}))?o:"")+"\t\t</ul>\n\t</div>\n"},10:function(e,t,n,i,r){var o,a=null!=t?t:e.nullContext||{},s=e.hooks.helperMissing,l=e.escapeExpression,u=e.lookupProperty||function(e,t){if(Object.prototype.hasOwnProperty.call(e,t))return e[t]};return'\t\t\t<li>\n\t\t\t\t<a href="'+l("function"==typeof(o=null!=(o=u(n,"hyperlink")||(null!=t?u(t,"hyperlink"):t))?o:s)?o.call(a,{name:"hyperlink",hash:{},data:r,loc:{start:{line:26,column:13},end:{line:26,column:26}}}):o)+'">\n\t\t\t\t\t<img src="'+l("function"==typeof(o=null!=(o=u(n,"icon")||(null!=t?u(t,"icon"):t))?o:s)?o.call(a,{name:"icon",hash:{},data:r,loc:{start:{line:27,column:15},end:{line:27,column:23}}}):o)+'" alt="">\n\t\t\t\t\t<span>'+l("function"==typeof(o=null!=(o=u(n,"title")||(null!=t?u(t,"title"):t))?o:s)?o.call(a,{name:"title",hash:{},data:r,loc:{start:{line:28,column:11},end:{line:28,column:20}}}):o)+"</span>\n\t\t\t\t</a>\n\t\t\t</li>\n"},compiler:[8,">= 4.3.0"],main:function(e,t,n,i,r){var o,a=null!=t?t:e.nullContext||{},s=e.lambda,l=e.escapeExpression,u=e.lookupProperty||function(e,t){if(Object.prototype.hasOwnProperty.call(e,t))return e[t]};return(null!=(o=u(n,"if").call(a,null!=(o=null!=t?u(t,"contact"):t)?u(o,"avatar"):o,{name:"if",hash:{},fn:e.program(1,r,0),inverse:e.program(3,r,0),data:r,loc:{start:{line:1,column:0},end:{line:5,column:7}}}))?o:"")+'<div class="body">\n\t<div class="full-name">'+l(s(null!=(o=null!=t?u(t,"contact"):t)?u(o,"fullName"):o,t))+'</div>\n\t<div class="last-message">'+l(s(null!=(o=null!=t?u(t,"contact"):t)?u(o,"lastMessage"):o,t))+"</div>\n</div>\n"+(null!=(o=u(n,"if").call(a,null!=(o=null!=t?u(t,"contact"):t)?u(o,"topAction"):o,{name:"if",hash:{},fn:e.program(5,r,0),inverse:e.noop,data:r,loc:{start:{line:10,column:0},end:{line:14,column:7}}}))?o:"")+(null!=(o=u(n,"if").call(a,null!=(o=null!=t?u(t,"contact"):t)?u(o,"hasTwoActions"):o,{name:"if",hash:{},fn:e.program(7,r,0),inverse:e.noop,data:r,loc:{start:{line:15,column:0},end:{line:19,column:7}}}))?o:"")+(null!=(o=u(n,"if").call(a,null!=(o=null!=t?u(t,"contact"):t)?u(o,"hasManyActions"):o,{name:"if",hash:{},fn:e.program(9,r,0),inverse:e.noop,data:r,loc:{start:{line:20,column:0},end:{line:34,column:7}}}))?o:"")},useData:!0})},function(e,t,n){"use strict";t.__esModule=!0;var i=n(58);t.default=function(e){e.registerHelper("blockHelperMissing",(function(t,n){var r=n.inverse,o=n.fn;if(!0===t)return o(this);if(!1===t||null==t)return r(this);if(i.isArray(t))return t.length>0?(n.ids&&(n.ids=[n.name]),e.helpers.each(t,n)):r(this);if(n.data&&n.ids){var a=i.createFrame(n.data);a.contextPath=i.appendContextPath(n.data.contextPath,n.name),n={data:a}}return o(t,n)}))},e.exports=t.default},function(e,t,n){"use strict";(function(i){t.__esModule=!0;var r,o=n(58),a=n(97),s=(r=a)&&r.__esModule?r:{default:r};t.default=function(e){e.registerHelper("each",(function(e,t){if(!t)throw new s.default("Must pass iterator to #each");var n,r=t.fn,a=t.inverse,l=0,u="",c=void 0,d=void 0;function h(t,n,i){c&&(c.key=t,c.index=n,c.first=0===n,c.last=!!i,d&&(c.contextPath=d+t)),u+=r(e[t],{data:c,blockParams:o.blockParams([e[t],t],[d+t,null])})}if(t.data&&t.ids&&(d=o.appendContextPath(t.data.contextPath,t.ids[0])+"."),o.isFunction(e)&&(e=e.call(this)),t.data&&(c=o.createFrame(t.data)),e&&"object"==typeof e)if(o.isArray(e))for(var p=e.length;l<p;l++)l in e&&h(l,l,l===e.length-1);else if(i.Symbol&&e[i.Symbol.iterator]){for(var f=[],m=e[i.Symbol.iterator](),g=m.next();!g.done;g=m.next())f.push(g.value);for(p=(e=f).length;l<p;l++)h(l,l,l===e.length-1)}else n=void 0,Object.keys(e).forEach((function(e){void 0!==n&&h(n,l-1),n=e,l++})),void 0!==n&&h(n,l-1,!0);return 0===l&&(u=a(this)),u}))},e.exports=t.default}).call(this,n(17))},function(e,t,n){"use strict";t.__esModule=!0;var i,r=n(97),o=(i=r)&&i.__esModule?i:{default:i};t.default=function(e){e.registerHelper("helperMissing",(function(){if(1!==arguments.length)throw new o.default('Missing helper: "'+arguments[arguments.length-1].name+'"')}))},e.exports=t.default},function(e,t,n){"use strict";t.__esModule=!0;var i,r=n(58),o=n(97),a=(i=o)&&i.__esModule?i:{default:i};t.default=function(e){e.registerHelper("if",(function(e,t){if(2!=arguments.length)throw new a.default("#if requires exactly one argument");return r.isFunction(e)&&(e=e.call(this)),!t.hash.includeZero&&!e||r.isEmpty(e)?t.inverse(this):t.fn(this)})),e.registerHelper("unless",(function(t,n){if(2!=arguments.length)throw new a.default("#unless requires exactly one argument");return e.helpers.if.call(this,t,{fn:n.inverse,inverse:n.fn,hash:n.hash})}))},e.exports=t.default},function(e,t,n){"use strict";t.__esModule=!0,t.default=function(e){e.registerHelper("log",(function(){for(var t=[void 0],n=arguments[arguments.length-1],i=0;i<arguments.length-1;i++)t.push(arguments[i]);var r=1;null!=n.hash.level?r=n.hash.level:n.data&&null!=n.data.level&&(r=n.data.level),t[0]=r,e.log.apply(e,t)}))},e.exports=t.default},function(e,t,n){"use strict";t.__esModule=!0,t.default=function(e){e.registerHelper("lookup",(function(e,t,n){return e?n.lookupProperty(e,t):e}))},e.exports=t.default},function(e,t,n){"use strict";t.__esModule=!0;var i,r=n(58),o=n(97),a=(i=o)&&i.__esModule?i:{default:i};t.default=function(e){e.registerHelper("with",(function(e,t){if(2!=arguments.length)throw new a.default("#with requires exactly one argument");r.isFunction(e)&&(e=e.call(this));var n=t.fn;if(r.isEmpty(e))return t.inverse(this);var i=t.data;return t.data&&t.ids&&((i=r.createFrame(t.data)).contextPath=r.appendContextPath(t.data.contextPath,t.ids[0])),n(e,{data:i,blockParams:r.blockParams([e],[i&&i.contextPath])})}))},e.exports=t.default},function(e,t,n){"use strict";t.__esModule=!0,t.registerDefaultDecorators=function(e){o.default(e)};var i,r=n(531),o=(i=r)&&i.__esModule?i:{default:i}},function(e,t,n){"use strict";t.__esModule=!0;var i=n(58);t.default=function(e){e.registerDecorator("inline",(function(e,t,n,r){var o=e;return t.partials||(t.partials={},o=function(r,o){var a=n.partials;n.partials=i.extend({},a,t.partials);var s=e(r,o);return n.partials=a,s}),t.partials[r.args[0]]=r.fn,o}))},e.exports=t.default},function(e,t,n){"use strict";t.__esModule=!0,t.createNewLookupObject=function(){for(var e=arguments.length,t=Array(e),n=0;n<e;n++)t[n]=arguments[n];return i.extend.apply(void 0,[Object.create(null)].concat(t))};var i=n(58)},function(e,t,n){"use strict";function i(e){this.string=e}t.__esModule=!0,i.prototype.toString=i.prototype.toHTML=function(){return""+this.string},t.default=i,e.exports=t.default},function(e,t,n){"use strict";t.__esModule=!0,t.checkRevision=function(e){var t=e&&e[0]||1,n=s.COMPILER_REVISION;if(t>=s.LAST_COMPATIBLE_COMPILER_REVISION&&t<=s.COMPILER_REVISION)return;if(t<s.LAST_COMPATIBLE_COMPILER_REVISION){var i=s.REVISION_CHANGES[n],r=s.REVISION_CHANGES[t];throw new a.default("Template was precompiled with an older version of Handlebars than the current runtime. Please update your precompiler to a newer version ("+i+") or downgrade your runtime to an older version ("+r+").")}throw new a.default("Template was precompiled with a newer version of Handlebars than the current runtime. Please update your runtime to a newer version ("+e[1]+").")},t.template=function(e,t){if(!t)throw new a.default("No environment passed to template");if(!e||!e.main)throw new a.default("Unknown template object: "+typeof e);e.main.decorator=e.main_d,t.VM.checkRevision(e.compiler);var n=e.compiler&&7===e.compiler[0];var i={strict:function(e,t,n){if(!e||!(t in e))throw new a.default('"'+t+'" not defined in '+e,{loc:n});return i.lookupProperty(e,t)},lookupProperty:function(e,t){var n=e[t];return null==n||Object.prototype.hasOwnProperty.call(e,t)||c.resultIsAllowed(n,i.protoAccessControl,t)?n:void 0},lookup:function(e,t){for(var n=e.length,r=0;r<n;r++){if(null!=(e[r]&&i.lookupProperty(e[r],t)))return e[r][t]}},lambda:function(e,t){return"function"==typeof e?e.call(t):e},escapeExpression:r.escapeExpression,invokePartial:function(n,i,o){o.hash&&(i=r.extend({},i,o.hash),o.ids&&(o.ids[0]=!0)),n=t.VM.resolvePartial.call(this,n,i,o);var s=r.extend({},o,{hooks:this.hooks,protoAccessControl:this.protoAccessControl}),l=t.VM.invokePartial.call(this,n,i,s);if(null==l&&t.compile&&(o.partials[o.name]=t.compile(n,e.compilerOptions,t),l=o.partials[o.name](i,s)),null!=l){if(o.indent){for(var u=l.split("\n"),c=0,d=u.length;c<d&&(u[c]||c+1!==d);c++)u[c]=o.indent+u[c];l=u.join("\n")}return l}throw new a.default("The partial "+o.name+" could not be compiled when running in runtime-only mode")},fn:function(t){var n=e[t];return n.decorator=e[t+"_d"],n},programs:[],program:function(e,t,n,i,r){var o=this.programs[e],a=this.fn(e);return t||r||i||n?o=d(this,e,a,t,n,i,r):o||(o=this.programs[e]=d(this,e,a)),o},data:function(e,t){for(;e&&t--;)e=e._parent;return e},mergeIfNeeded:function(e,t){var n=e||t;return e&&t&&e!==t&&(n=r.extend({},t,e)),n},nullContext:Object.seal({}),noop:t.VM.noop,compilerInfo:e.compiler};function o(t){var n=arguments.length<=1||void 0===arguments[1]?{}:arguments[1],r=n.data;o._setup(n),!n.partial&&e.useData&&(r=p(t,r));var a=void 0,s=e.useBlockParams?[]:void 0;function l(t){return""+e.main(i,t,i.helpers,i.partials,r,s,a)}return e.useDepths&&(a=n.depths?t!=n.depths[0]?[t].concat(n.depths):n.depths:[t]),(l=f(e.main,l,i,n.depths||[],r,s))(t,n)}return o.isTop=!0,o._setup=function(o){if(o.partial)i.protoAccessControl=o.protoAccessControl,i.helpers=o.helpers,i.partials=o.partials,i.decorators=o.decorators,i.hooks=o.hooks;else{var a=r.extend({},t.helpers,o.helpers);!function(e,t){Object.keys(e).forEach((function(n){var i=e[n];e[n]=function(e,t){var n=t.lookupProperty;return u.wrapHelper(e,(function(e){return r.extend({lookupProperty:n},e)}))}(i,t)}))}(a,i),i.helpers=a,e.usePartial&&(i.partials=i.mergeIfNeeded(o.partials,t.partials)),(e.usePartial||e.useDecorators)&&(i.decorators=r.extend({},t.decorators,o.decorators)),i.hooks={},i.protoAccessControl=c.createProtoAccessControl(o);var s=o.allowCallsToHelperMissing||n;l.moveHelperToHooks(i,"helperMissing",s),l.moveHelperToHooks(i,"blockHelperMissing",s)}},o._child=function(t,n,r,o){if(e.useBlockParams&&!r)throw new a.default("must pass block params");if(e.useDepths&&!o)throw new a.default("must pass parent depths");return d(i,t,e[t],n,0,r,o)},o},t.wrapProgram=d,t.resolvePartial=function(e,t,n){e?e.call||n.name||(n.name=e,e=n.partials[e]):e="@partial-block"===n.name?n.data["partial-block"]:n.partials[n.name];return e},t.invokePartial=function(e,t,n){var i=n.data&&n.data["partial-block"];n.partial=!0,n.ids&&(n.data.contextPath=n.ids[0]||n.data.contextPath);var o=void 0;n.fn&&n.fn!==h&&function(){n.data=s.createFrame(n.data);var e=n.fn;o=n.data["partial-block"]=function(t){var n=arguments.length<=1||void 0===arguments[1]?{}:arguments[1];return n.data=s.createFrame(n.data),n.data["partial-block"]=i,e(t,n)},e.partials&&(n.partials=r.extend({},n.partials,e.partials))}();void 0===e&&o&&(e=o);if(void 0===e)throw new a.default("The partial "+n.name+" could not be found");if(e instanceof Function)return e(t,n)},t.noop=h;var i,r=function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&(t[n]=e[n]);return t.default=e,t}(n(58)),o=n(97),a=(i=o)&&i.__esModule?i:{default:i},s=n(244),l=n(245),u=n(535),c=n(247);function d(e,t,n,i,r,o,a){function s(t){var r=arguments.length<=1||void 0===arguments[1]?{}:arguments[1],s=a;return!a||t==a[0]||t===e.nullContext&&null===a[0]||(s=[t].concat(a)),n(e,t,e.helpers,e.partials,r.data||i,o&&[r.blockParams].concat(o),s)}return(s=f(n,s,e,a,i,o)).program=t,s.depth=a?a.length:0,s.blockParams=r||0,s}function h(){return""}function p(e,t){return t&&"root"in t||((t=t?s.createFrame(t):{}).root=e),t}function f(e,t,n,i,o,a){if(e.decorator){var s={};t=e.decorator(t,s,n,i&&i[0],o,a,i),r.extend(t,s)}return t}},function(e,t,n){"use strict";t.__esModule=!0,t.wrapHelper=function(e,t){if("function"!=typeof e)return e;return function(){var n=arguments[arguments.length-1];return arguments[arguments.length-1]=t(n),e.apply(this,arguments)}}},function(e,t,n){"use strict";(function(n){t.__esModule=!0,t.default=function(e){var t=void 0!==n?n:window,i=t.Handlebars;e.noConflict=function(){return t.Handlebars===e&&(t.Handlebars=i),e}},e.exports=t.default}).call(this,n(17))},function(e,t,n){var i=n(124);e.exports=(i.default||i).template({compiler:[8,">= 4.3.0"],main:function(e,t,n,i,r){var o,a=e.lookupProperty||function(e,t){if(Object.prototype.hasOwnProperty.call(e,t))return e[t]};return'<div class="emptycontent">\n\t<div class="icon-loading"></div>\n\t<h2>'+e.escapeExpression("function"==typeof(o=null!=(o=a(n,"loadingText")||(null!=t?a(t,"loadingText"):t))?o:e.hooks.helperMissing)?o.call(null!=t?t:e.nullContext||{},{name:"loadingText",hash:{},data:r,loc:{start:{line:3,column:5},end:{line:3,column:20}}}):o)+"</h2>\n</div>\n"},useData:!0})},function(e,t,n){var i=n(124);e.exports=(i.default||i).template({compiler:[8,">= 4.3.0"],main:function(e,t,n,i,r){var o,a=e.lookupProperty||function(e,t){if(Object.prototype.hasOwnProperty.call(e,t))return e[t]};return'<div class="emptycontent">\n\t<div class="icon-search"></div>\n\t<h2>'+e.escapeExpression("function"==typeof(o=null!=(o=a(n,"couldNotLoadText")||(null!=t?a(t,"couldNotLoadText"):t))?o:e.hooks.helperMissing)?o.call(null!=t?t:e.nullContext||{},{name:"couldNotLoadText",hash:{},data:r,loc:{start:{line:3,column:5},end:{line:3,column:25}}}):o)+"</h2>\n</div>\n"},useData:!0})},function(e,t,n){var i=n(124);e.exports=(i.default||i).template({compiler:[8,">= 4.3.0"],main:function(e,t,n,i,r){var o,a=null!=t?t:e.nullContext||{},s=e.hooks.helperMissing,l=e.escapeExpression,u=e.lookupProperty||function(e,t){if(Object.prototype.hasOwnProperty.call(e,t))return e[t]};return'<label class="hidden-visually" for="contactsmenu-search">'+l("function"==typeof(o=null!=(o=u(n,"searchContactsText")||(null!=t?u(t,"searchContactsText"):t))?o:s)?o.call(a,{name:"searchContactsText",hash:{},data:r,loc:{start:{line:1,column:57},end:{line:1,column:79}}}):o)+'</label>\n<input id="contactsmenu-search" type="search" placeholder="'+l("function"==typeof(o=null!=(o=u(n,"searchContactsText")||(null!=t?u(t,"searchContactsText"):t))?o:s)?o.call(a,{name:"searchContactsText",hash:{},data:r,loc:{start:{line:2,column:59},end:{line:2,column:81}}}):o)+'" value="'+l("function"==typeof(o=null!=(o=u(n,"searchTerm")||(null!=t?u(t,"searchTerm"):t))?o:s)?o.call(a,{name:"searchTerm",hash:{},data:r,loc:{start:{line:2,column:90},end:{line:2,column:104}}}):o)+'">\n<div class="content">\n</div>\n'},useData:!0})},function(e,t,n){var i=n(124);e.exports=(i.default||i).template({1:function(e,t,n,i,r){var o,a=e.lookupProperty||function(e,t){if(Object.prototype.hasOwnProperty.call(e,t))return e[t]};return'<div class="emptycontent">\n\t<div class="icon-search"></div>\n\t<h2>'+e.escapeExpression("function"==typeof(o=null!=(o=a(n,"noContactsFoundText")||(null!=t?a(t,"noContactsFoundText"):t))?o:e.hooks.helperMissing)?o.call(null!=t?t:e.nullContext||{},{name:"noContactsFoundText",hash:{},data:r,loc:{start:{line:4,column:5},end:{line:4,column:28}}}):o)+"</h2>\n</div>\n"},3:function(e,t,n,i,r){var o,a=null!=t?t:e.nullContext||{},s=e.hooks.helperMissing,l=e.escapeExpression,u=e.lookupProperty||function(e,t){if(Object.prototype.hasOwnProperty.call(e,t))return e[t]};return'<div class="footer"><a href="'+l("function"==typeof(o=null!=(o=u(n,"contactsAppURL")||(null!=t?u(t,"contactsAppURL"):t))?o:s)?o.call(a,{name:"contactsAppURL",hash:{},data:r,loc:{start:{line:9,column:29},end:{line:9,column:47}}}):o)+'">'+l("function"==typeof(o=null!=(o=u(n,"showAllContactsText")||(null!=t?u(t,"showAllContactsText"):t))?o:s)?o.call(a,{name:"showAllContactsText",hash:{},data:r,loc:{start:{line:9,column:49},end:{line:9,column:72}}}):o)+"</a></div>\n"},5:function(e,t,n,i,r){var o,a=e.lookupProperty||function(e,t){if(Object.prototype.hasOwnProperty.call(e,t))return e[t]};return null!=(o=a(n,"if").call(null!=t?t:e.nullContext||{},null!=t?a(t,"canInstallApp"):t,{name:"if",hash:{},fn:e.program(6,r,0),inverse:e.noop,data:r,loc:{start:{line:10,column:0},end:{line:12,column:0}}}))?o:""},6:function(e,t,n,i,r){var o,a=null!=t?t:e.nullContext||{},s=e.hooks.helperMissing,l=e.escapeExpression,u=e.lookupProperty||function(e,t){if(Object.prototype.hasOwnProperty.call(e,t))return e[t]};return'<div class="footer"><a href="'+l("function"==typeof(o=null!=(o=u(n,"contactsAppMgmtURL")||(null!=t?u(t,"contactsAppMgmtURL"):t))?o:s)?o.call(a,{name:"contactsAppMgmtURL",hash:{},data:r,loc:{start:{line:11,column:29},end:{line:11,column:51}}}):o)+'">'+l("function"==typeof(o=null!=(o=u(n,"contactsAppMgmtText")||(null!=t?u(t,"contactsAppMgmtText"):t))?o:s)?o.call(a,{name:"contactsAppMgmtText",hash:{},data:r,loc:{start:{line:11,column:53},end:{line:11,column:76}}}):o)+"</a></div>\n"},compiler:[8,">= 4.3.0"],main:function(e,t,n,i,r){var o,a=null!=t?t:e.nullContext||{},s=e.lookupProperty||function(e,t){if(Object.prototype.hasOwnProperty.call(e,t))return e[t]};return(null!=(o=s(n,"unless").call(a,null!=(o=null!=t?s(t,"contacts"):t)?s(o,"length"):o,{name:"unless",hash:{},fn:e.program(1,r,0),inverse:e.noop,data:r,loc:{start:{line:1,column:0},end:{line:6,column:11}}}))?o:"")+'<div id="contactsmenu-contacts"></div>\n'+(null!=(o=s(n,"if").call(a,null!=t?s(t,"contactsAppEnabled"):t,{name:"if",hash:{},fn:e.program(3,r,0),inverse:e.program(5,r,0),data:r,loc:{start:{line:8,column:0},end:{line:12,column:7}}}))?o:"")},useData:!0})},function(e,t,n){var i=n(542),r=n(544);e.exports=function(e,t,n){return i(r,e,t,n)}},function(e,t,n){var i=n(543),r=n(248),o=Array.prototype.push;function a(e,t){return 2==t?function(t,n){return e(t,n)}:function(t){return e(t)}}function s(e){for(var t=e?e.length:0,n=Array(t);t--;)n[t]=e[t];return n}function l(e,t){return function(){var n=arguments.length;if(n){for(var i=Array(n);n--;)i[n]=arguments[n];var r=i[0]=t.apply(void 0,i);return e.apply(void 0,i),r}}}e.exports=function e(t,n,u,c){var d="function"==typeof n,h=n===Object(n);if(h&&(c=u,u=n,n=void 0),null==u)throw new TypeError;c||(c={});var p=!("cap"in c)||c.cap,f=!("curry"in c)||c.curry,m=!("fixed"in c)||c.fixed,g=!("immutable"in c)||c.immutable,A=!("rearg"in c)||c.rearg,v=d?u:r,_="curry"in c&&c.curry,b="fixed"in c&&c.fixed,y="rearg"in c&&c.rearg,w=d?u.runInContext():void 0,C=d?u:{ary:t.ary,assign:t.assign,clone:t.clone,curry:t.curry,forEach:t.forEach,isArray:t.isArray,isError:t.isError,isFunction:t.isFunction,isWeakMap:t.isWeakMap,iteratee:t.iteratee,keys:t.keys,rearg:t.rearg,toInteger:t.toInteger,toPath:t.toPath},x=C.ary,k=C.assign,M=C.clone,E=C.curry,L=C.forEach,T=C.isArray,D=C.isError,B=C.isFunction,S=C.isWeakMap,Y=C.keys,I=C.rearg,O=C.toInteger,j=C.toPath,P=Y(i.aryMethod),H={castArray:function(e){return function(){var t=arguments[0];return T(t)?e(s(t)):e.apply(void 0,arguments)}},iteratee:function(e){return function(){var t=arguments[0],n=arguments[1],i=e(t,n),r=i.length;return p&&"number"==typeof n?(n=n>2?n-2:1,r&&r<=n?i:a(i,n)):i}},mixin:function(e){return function(t){var n=this;if(!B(n))return e(n,Object(t));var i=[];return L(Y(t),(function(e){B(t[e])&&i.push([e,n.prototype[e]])})),e(n,Object(t)),L(i,(function(e){var t=e[1];B(t)?n.prototype[e[0]]=t:delete n.prototype[e[0]]})),n}},nthArg:function(e){return function(t){var n=t<0?1:O(t)+1;return E(e(t),n)}},rearg:function(e){return function(t,n){var i=n?n.length:0;return E(e(t,n),i)}},runInContext:function(n){return function(i){return e(t,n(i),c)}}};function F(e,t){if(p){var n=i.iterateeRearg[e];if(n)return function(e,t){return U(e,(function(e){var n=t.length;return function(e,t){return 2==t?function(t,n){return e.apply(void 0,arguments)}:function(t){return e.apply(void 0,arguments)}}(I(a(e,n),t),n)}))}(t,n);var r=!d&&i.iterateeAry[e];if(r)return function(e,t){return U(e,(function(e){return"function"==typeof e?a(e,t):e}))}(t,r)}return t}function N(e,t,n){if(m&&(b||!i.skipFixed[e])){var r=i.methodSpread[e],a=r&&r.start;return void 0===a?x(t,n):function(e,t){return function(){for(var n=arguments.length,i=n-1,r=Array(n);n--;)r[n]=arguments[n];var a=r[t],s=r.slice(0,t);return a&&o.apply(s,a),t!=i&&o.apply(s,r.slice(t+1)),e.apply(this,s)}}(t,a)}return t}function R(e,t,n){return A&&n>1&&(y||!i.skipRearg[e])?I(t,i.methodRearg[e]||i.aryRearg[n]):t}function z(e,t){for(var n=-1,i=(t=j(t)).length,r=i-1,o=M(Object(e)),a=o;null!=a&&++n<i;){var s=t[n],l=a[s];null==l||B(l)||D(l)||S(l)||(a[s]=M(n==r?l:Object(l))),a=a[s]}return o}function W(t,n){var r=i.aliasToReal[t]||t,o=i.remap[r]||r,a=c;return function(t){var i=d?w:C,s=d?w[o]:n,l=k(k({},a),t);return e(i,r,s,l)}}function U(e,t){return function(){var n=arguments.length;if(!n)return e();for(var i=Array(n);n--;)i[n]=arguments[n];var r=A?0:n-1;return i[r]=t(i[r]),e.apply(void 0,i)}}function q(e,t,n){var r,o=i.aliasToReal[e]||e,a=t,u=H[o];return u?a=u(t):g&&(i.mutate.array[o]?a=l(t,s):i.mutate.object[o]?a=l(t,function(e){return function(t){return e({},t)}}(t)):i.mutate.set[o]&&(a=l(t,z))),L(P,(function(e){return L(i.aryMethod[e],(function(t){if(o==t){var n=i.methodSpread[o],s=n&&n.afterRearg;return r=s?N(o,R(o,a,e),e):R(o,N(o,a,e),e),r=function(e,t,n){return _||f&&n>1?E(t,n):t}(0,r=F(o,r),e),!1}})),!r})),r||(r=a),r==t&&(r=_?E(r,1):function(){return t.apply(this,arguments)}),r.convert=W(o,t),r.placeholder=t.placeholder=n,r}if(!h)return q(n,u,v);var G=u,Q=[];return L(P,(function(e){L(i.aryMethod[e],(function(e){var t=G[i.remap[e]||e];t&&Q.push([e,q(e,t,G)])}))})),L(Y(G),(function(e){var t=G[e];if("function"==typeof t){for(var n=Q.length;n--;)if(Q[n][0]==e)return;t.convert=W(e,t),Q.push([e,t])}})),L(Q,(function(e){G[e[0]]=e[1]})),G.convert=function(e){return G.runInContext.convert(e)(void 0)},G.placeholder=G,L(Y(G),(function(e){L(i.realToAlias[e]||[],(function(t){G[t]=G[e]}))})),G}},function(e,t){t.aliasToReal={each:"forEach",eachRight:"forEachRight",entries:"toPairs",entriesIn:"toPairsIn",extend:"assignIn",extendAll:"assignInAll",extendAllWith:"assignInAllWith",extendWith:"assignInWith",first:"head",conforms:"conformsTo",matches:"isMatch",property:"get",__:"placeholder",F:"stubFalse",T:"stubTrue",all:"every",allPass:"overEvery",always:"constant",any:"some",anyPass:"overSome",apply:"spread",assoc:"set",assocPath:"set",complement:"negate",compose:"flowRight",contains:"includes",dissoc:"unset",dissocPath:"unset",dropLast:"dropRight",dropLastWhile:"dropRightWhile",equals:"isEqual",identical:"eq",indexBy:"keyBy",init:"initial",invertObj:"invert",juxt:"over",omitAll:"omit",nAry:"ary",path:"get",pathEq:"matchesProperty",pathOr:"getOr",paths:"at",pickAll:"pick",pipe:"flow",pluck:"map",prop:"get",propEq:"matchesProperty",propOr:"getOr",props:"at",symmetricDifference:"xor",symmetricDifferenceBy:"xorBy",symmetricDifferenceWith:"xorWith",takeLast:"takeRight",takeLastWhile:"takeRightWhile",unapply:"rest",unnest:"flatten",useWith:"overArgs",where:"conformsTo",whereEq:"isMatch",zipObj:"zipObject"},t.aryMethod={1:["assignAll","assignInAll","attempt","castArray","ceil","create","curry","curryRight","defaultsAll","defaultsDeepAll","floor","flow","flowRight","fromPairs","invert","iteratee","memoize","method","mergeAll","methodOf","mixin","nthArg","over","overEvery","overSome","rest","reverse","round","runInContext","spread","template","trim","trimEnd","trimStart","uniqueId","words","zipAll"],2:["add","after","ary","assign","assignAllWith","assignIn","assignInAllWith","at","before","bind","bindAll","bindKey","chunk","cloneDeepWith","cloneWith","concat","conformsTo","countBy","curryN","curryRightN","debounce","defaults","defaultsDeep","defaultTo","delay","difference","divide","drop","dropRight","dropRightWhile","dropWhile","endsWith","eq","every","filter","find","findIndex","findKey","findLast","findLastIndex","findLastKey","flatMap","flatMapDeep","flattenDepth","forEach","forEachRight","forIn","forInRight","forOwn","forOwnRight","get","groupBy","gt","gte","has","hasIn","includes","indexOf","intersection","invertBy","invoke","invokeMap","isEqual","isMatch","join","keyBy","lastIndexOf","lt","lte","map","mapKeys","mapValues","matchesProperty","maxBy","meanBy","merge","mergeAllWith","minBy","multiply","nth","omit","omitBy","overArgs","pad","padEnd","padStart","parseInt","partial","partialRight","partition","pick","pickBy","propertyOf","pull","pullAll","pullAt","random","range","rangeRight","rearg","reject","remove","repeat","restFrom","result","sampleSize","some","sortBy","sortedIndex","sortedIndexOf","sortedLastIndex","sortedLastIndexOf","sortedUniqBy","split","spreadFrom","startsWith","subtract","sumBy","take","takeRight","takeRightWhile","takeWhile","tap","throttle","thru","times","trimChars","trimCharsEnd","trimCharsStart","truncate","union","uniqBy","uniqWith","unset","unzipWith","without","wrap","xor","zip","zipObject","zipObjectDeep"],3:["assignInWith","assignWith","clamp","differenceBy","differenceWith","findFrom","findIndexFrom","findLastFrom","findLastIndexFrom","getOr","includesFrom","indexOfFrom","inRange","intersectionBy","intersectionWith","invokeArgs","invokeArgsMap","isEqualWith","isMatchWith","flatMapDepth","lastIndexOfFrom","mergeWith","orderBy","padChars","padCharsEnd","padCharsStart","pullAllBy","pullAllWith","rangeStep","rangeStepRight","reduce","reduceRight","replace","set","slice","sortedIndexBy","sortedLastIndexBy","transform","unionBy","unionWith","update","xorBy","xorWith","zipWith"],4:["fill","setWith","updateWith"]},t.aryRearg={2:[1,0],3:[2,0,1],4:[3,2,0,1]},t.iterateeAry={dropRightWhile:1,dropWhile:1,every:1,filter:1,find:1,findFrom:1,findIndex:1,findIndexFrom:1,findKey:1,findLast:1,findLastFrom:1,findLastIndex:1,findLastIndexFrom:1,findLastKey:1,flatMap:1,flatMapDeep:1,flatMapDepth:1,forEach:1,forEachRight:1,forIn:1,forInRight:1,forOwn:1,forOwnRight:1,map:1,mapKeys:1,mapValues:1,partition:1,reduce:2,reduceRight:2,reject:1,remove:1,some:1,takeRightWhile:1,takeWhile:1,times:1,transform:2},t.iterateeRearg={mapKeys:[1],reduceRight:[1,0]},t.methodRearg={assignInAllWith:[1,0],assignInWith:[1,2,0],assignAllWith:[1,0],assignWith:[1,2,0],differenceBy:[1,2,0],differenceWith:[1,2,0],getOr:[2,1,0],intersectionBy:[1,2,0],intersectionWith:[1,2,0],isEqualWith:[1,2,0],isMatchWith:[2,1,0],mergeAllWith:[1,0],mergeWith:[1,2,0],padChars:[2,1,0],padCharsEnd:[2,1,0],padCharsStart:[2,1,0],pullAllBy:[2,1,0],pullAllWith:[2,1,0],rangeStep:[1,2,0],rangeStepRight:[1,2,0],setWith:[3,1,2,0],sortedIndexBy:[2,1,0],sortedLastIndexBy:[2,1,0],unionBy:[1,2,0],unionWith:[1,2,0],updateWith:[3,1,2,0],xorBy:[1,2,0],xorWith:[1,2,0],zipWith:[1,2,0]},t.methodSpread={assignAll:{start:0},assignAllWith:{start:0},assignInAll:{start:0},assignInAllWith:{start:0},defaultsAll:{start:0},defaultsDeepAll:{start:0},invokeArgs:{start:2},invokeArgsMap:{start:2},mergeAll:{start:0},mergeAllWith:{start:0},partial:{start:1},partialRight:{start:1},without:{start:1},zipAll:{start:0}},t.mutate={array:{fill:!0,pull:!0,pullAll:!0,pullAllBy:!0,pullAllWith:!0,pullAt:!0,remove:!0,reverse:!0},object:{assign:!0,assignAll:!0,assignAllWith:!0,assignIn:!0,assignInAll:!0,assignInAllWith:!0,assignInWith:!0,assignWith:!0,defaults:!0,defaultsAll:!0,defaultsDeep:!0,defaultsDeepAll:!0,merge:!0,mergeAll:!0,mergeAllWith:!0,mergeWith:!0},set:{set:!0,setWith:!0,unset:!0,update:!0,updateWith:!0}},t.realToAlias=function(){var e=Object.prototype.hasOwnProperty,n=t.aliasToReal,i={};for(var r in n){var o=n[r];e.call(i,o)?i[o].push(r):i[o]=[r]}return i}(),t.remap={assignAll:"assign",assignAllWith:"assignWith",assignInAll:"assignIn",assignInAllWith:"assignInWith",curryN:"curry",curryRightN:"curryRight",defaultsAll:"defaults",defaultsDeepAll:"defaultsDeep",findFrom:"find",findIndexFrom:"findIndex",findLastFrom:"findLast",findLastIndexFrom:"findLastIndex",getOr:"get",includesFrom:"includes",indexOfFrom:"indexOf",invokeArgs:"invoke",invokeArgsMap:"invokeMap",lastIndexOfFrom:"lastIndexOf",mergeAll:"merge",mergeAllWith:"mergeWith",padChars:"pad",padCharsEnd:"padEnd",padCharsStart:"padStart",propertyOf:"get",rangeStep:"range",rangeStepRight:"rangeRight",restFrom:"rest",spreadFrom:"spread",trimChars:"trim",trimCharsEnd:"trimEnd",trimCharsStart:"trimStart",zipAll:"zip"},t.skipFixed={castArray:!0,flow:!0,flowRight:!0,iteratee:!0,mixin:!0,rearg:!0,runInContext:!0},t.skipRearg={add:!0,assign:!0,assignIn:!0,bind:!0,bindKey:!0,concat:!0,difference:!0,divide:!0,eq:!0,gt:!0,gte:!0,isEqual:!0,lt:!0,lte:!0,matchesProperty:!0,merge:!0,multiply:!0,overArgs:!0,partial:!0,partialRight:!0,propertyOf:!0,random:!0,range:!0,rangeRight:!0,subtract:!0,zip:!0,zipObject:!0,zipObjectDeep:!0}},function(e,t,n){e.exports={ary:n(545),assign:n(269),clone:n(570),curry:n(584),forEach:n(198),isArray:n(31),isError:n(585),isFunction:n(129),isWeakMap:n(586),iteratee:n(587),keys:n(201),rearg:n(603),toInteger:n(268),toPath:n(608)}},function(e,t,n){var i=n(192);e.exports=function(e,t,n){return t=n?void 0:t,t=e&&null==t?e.length:t,i(e,128,void 0,void 0,void 0,void 0,t)}},function(e,t,n){var i=n(165),r=n(24);e.exports=function(e,t,n){var o=1&t,a=i(e);return function t(){var i=this&&this!==r&&this instanceof t?a:e;return i.apply(o?n:this,arguments)}}},function(e,t,n){var i=n(166),r=n(165),o=n(257),a=n(260),s=n(267),l=n(199),u=n(24);e.exports=function(e,t,n){var c=r(e);return function r(){for(var d=arguments.length,h=Array(d),p=d,f=s(r);p--;)h[p]=arguments[p];var m=d<3&&h[0]!==f&&h[d-1]!==f?[]:l(h,f);if((d-=m.length)<n)return a(e,t,o,r.placeholder,void 0,h,m,void 0,void 0,n-d);var g=this&&this!==u&&this instanceof r?c:e;return i(g,this,h)}}},function(e,t){e.exports=function(e,t){for(var n=e.length,i=0;n--;)e[n]===t&&++i;return i}},function(e,t,n){var i=n(194),r=n(261),o=n(551),a=n(553);e.exports=function(e){var t=o(e),n=a[t];if("function"!=typeof n||!(t in i.prototype))return!1;if(e===n)return!0;var s=r(n);return!!s&&e===s[0]}},function(e,t){e.exports=function(){}},function(e,t,n){var i=n(552),r=Object.prototype.hasOwnProperty;e.exports=function(e){for(var t=e.name+"",n=i[t],o=r.call(i,t)?n.length:0;o--;){var a=n[o],s=a.func;if(null==s||s==e)return a.name}return t}},function(e,t){e.exports={}},function(e,t,n){var i=n(194),r=n(262),o=n(195),a=n(31),s=n(37),l=n(554),u=Object.prototype.hasOwnProperty;function c(e){if(s(e)&&!a(e)&&!(e instanceof i)){if(e instanceof r)return e;if(u.call(e,"__wrapped__"))return l(e)}return new r(e)}c.prototype=o.prototype,c.prototype.constructor=c,e.exports=c},function(e,t,n){var i=n(194),r=n(262),o=n(131);e.exports=function(e){if(e instanceof i)return e.clone();var t=new r(e.__wrapped__,e.__chain__);return t.__actions__=o(e.__actions__),t.__index__=e.__index__,t.__values__=e.__values__,t}},function(e,t){var n=/\{\n\/\* \[wrapped with (.+)\] \*/,i=/,? & /;e.exports=function(e){var t=e.match(n);return t?t[1].split(i):[]}},function(e,t){var n=/\{(?:\n\/\* \[wrapped with .+\] \*\/)?\n?/;e.exports=function(e,t){var i=t.length;if(!i)return e;var r=i-1;return t[r]=(i>1?"& ":"")+t[r],t=t.join(i>2?", ":" "),e.replace(n,"{\n/* [wrapped with "+t+"] */\n")}},function(e,t,n){var i=n(198),r=n(558),o=[["ary",128],["bind",1],["bindKey",2],["curry",8],["curryRight",16],["flip",512],["partial",32],["partialRight",64],["rearg",256]];e.exports=function(e,t){return i(o,(function(n){var i="_."+n[0];t&n[1]&&!r(e,i)&&e.push(i)})),e.sort()}},function(e,t,n){var i=n(559);e.exports=function(e,t){return!!(null==e?0:e.length)&&i(e,t,0)>-1}},function(e,t,n){var i=n(560),r=n(561),o=n(562);e.exports=function(e,t,n){return t==t?o(e,t,n):i(e,r,n)}},function(e,t){e.exports=function(e,t,n,i){for(var r=e.length,o=n+(i?1:-1);i?o--:++o<r;)if(t(e[o],o,e))return o;return-1}},function(e,t){e.exports=function(e){return e!=e}},function(e,t){e.exports=function(e,t,n){for(var i=n-1,r=e.length;++i<r;)if(e[i]===t)return i;return-1}},function(e,t,n){var i=n(131),r=n(153),o=Math.min;e.exports=function(e,t){for(var n=e.length,a=o(t.length,n),s=i(e);a--;){var l=t[a];e[a]=r(l,n)?s[l]:void 0}return e}},function(e,t,n){var i=n(166),r=n(165),o=n(24);e.exports=function(e,t,n,a){var s=1&t,l=r(e);return function t(){for(var r=-1,u=arguments.length,c=-1,d=a.length,h=Array(d+u),p=this&&this!==o&&this instanceof t?l:e;++c<d;)h[c]=a[c];for(;u--;)h[c++]=arguments[++r];return i(p,s?n:this,h)}}},function(e,t,n){var i=n(258),r=n(259),o=n(199),a=Math.min;e.exports=function(e,t){var n=e[1],s=t[1],l=n|s,u=l<131,c=128==s&&8==n||128==s&&256==n&&e[7].length<=t[8]||384==s&&t[7].length<=t[8]&&8==n;if(!u&&!c)return e;1&s&&(e[2]=t[2],l|=1&n?0:4);var d=t[3];if(d){var h=e[3];e[3]=h?i(h,d,t[4]):d,e[4]=h?o(e[3],"__lodash_placeholder__"):t[4]}return(d=t[5])&&(h=e[5],e[5]=h?r(h,d,t[6]):d,e[6]=h?o(e[5],"__lodash_placeholder__"):t[6]),(d=t[7])&&(e[7]=d),128&s&&(e[8]=null==e[8]?t[8]:a(e[8],t[8])),null==e[9]&&(e[9]=t[9]),e[0]=t[0],e[1]=l,e}},function(e,t,n){var i=n(567);e.exports=function(e){return e?(e=i(e))===1/0||e===-1/0?17976931348623157e292*(e<0?-1:1):e==e?e:0:0===e?e:0}},function(e,t,n){var i=n(568),r=n(49),o=n(132),a=/^[-+]0x[0-9a-f]+$/i,s=/^0b[01]+$/i,l=/^0o[0-7]+$/i,u=parseInt;e.exports=function(e){if("number"==typeof e)return e;if(o(e))return NaN;if(r(e)){var t="function"==typeof e.valueOf?e.valueOf():e;e=r(t)?t+"":t}if("string"!=typeof e)return 0===e?e:+e;e=i(e);var n=s.test(e);return n||l.test(e)?u(e.slice(2),n?2:8):a.test(e)?NaN:+e}},function(e,t,n){var i=n(569),r=/^\s+/;e.exports=function(e){return e?e.slice(0,i(e)+1).replace(r,""):e}},function(e,t){var n=/\s/;e.exports=function(e){for(var t=e.length;t--&&n.test(e.charAt(t)););return t}},function(e,t,n){var i=n(275);e.exports=function(e){return i(e,4)}},function(e,t,n){var i=n(133),r=n(159);e.exports=function(e,t){return e&&i(t,r(t),e)}},function(e,t,n){var i=n(133),r=n(171);e.exports=function(e,t){return i(e,r(e),t)}},function(e,t,n){var i=n(133),r=n(302);e.exports=function(e,t){return i(e,r(e),t)}},function(e,t,n){var i=n(204),r=n(302),o=n(159);e.exports=function(e){return i(e,o,r)}},function(e,t){var n=Object.prototype.hasOwnProperty;e.exports=function(e){var t=e.length,i=new e.constructor(t);return t&&"string"==typeof e[0]&&n.call(e,"index")&&(i.index=e.index,i.input=e.input),i}},function(e,t,n){var i=n(173),r=n(577),o=n(578),a=n(579),s=n(306);e.exports=function(e,t,n){var l=e.constructor;switch(t){case"[object ArrayBuffer]":return i(e);case"[object Boolean]":case"[object Date]":return new l(+e);case"[object DataView]":return r(e,n);case"[object Float32Array]":case"[object Float64Array]":case"[object Int8Array]":case"[object Int16Array]":case"[object Int32Array]":case"[object Uint8Array]":case"[object Uint8ClampedArray]":case"[object Uint16Array]":case"[object Uint32Array]":return s(e,n);case"[object Map]":return new l;case"[object Number]":case"[object String]":return new l(e);case"[object RegExp]":return o(e);case"[object Set]":return new l;case"[object Symbol]":return a(e)}}},function(e,t,n){var i=n(173);e.exports=function(e,t){var n=t?i(e.buffer):e.buffer;return new e.constructor(n,e.byteOffset,e.byteLength)}},function(e,t){var n=/\w*$/;e.exports=function(e){var t=new e.constructor(e.source,n.exec(e));return t.lastIndex=e.lastIndex,t}},function(e,t,n){var i=n(82),r=i?i.prototype:void 0,o=r?r.valueOf:void 0;e.exports=function(e){return o?Object(o.call(e)):{}}},function(e,t,n){var i=n(581),r=n(169),o=n(170),a=o&&o.isMap,s=a?r(a):i;e.exports=s},function(e,t,n){var i=n(114),r=n(37);e.exports=function(e){return r(e)&&"[object Map]"==i(e)}},function(e,t,n){var i=n(583),r=n(169),o=n(170),a=o&&o.isSet,s=a?r(a):i;e.exports=s},function(e,t,n){var i=n(114),r=n(37);e.exports=function(e){return r(e)&&"[object Set]"==i(e)}},function(e,t,n){var i=n(192);function r(e,t,n){var o=i(e,8,void 0,void 0,void 0,void 0,void 0,t=n?void 0:t);return o.placeholder=r.placeholder,o}r.placeholder={},e.exports=r},function(e,t,n){var i=n(59),r=n(37),o=n(308);e.exports=function(e){if(!r(e))return!1;var t=i(e);return"[object Error]"==t||"[object DOMException]"==t||"string"==typeof e.message&&"string"==typeof e.name&&!o(e)}},function(e,t,n){var i=n(114),r=n(37);e.exports=function(e){return r(e)&&"[object WeakMap]"==i(e)}},function(e,t,n){var i=n(275),r=n(588);e.exports=function(e){return r("function"==typeof e?e:i(e,1))}},function(e,t,n){var i=n(589),r=n(592),o=n(125),a=n(31),s=n(600);e.exports=function(e){return"function"==typeof e?e:null==e?o:"object"==typeof e?a(e)?r(e[0],e[1]):i(e):s(e)}},function(e,t,n){var i=n(590),r=n(591),o=n(320);e.exports=function(e){var t=r(e);return 1==t.length&&t[0][2]?o(t[0][0],t[0][1]):function(n){return n===e||i(n,e,t)}}},function(e,t,n){var i=n(157),r=n(205);e.exports=function(e,t,n,o){var a=n.length,s=a,l=!o;if(null==e)return!s;for(e=Object(e);a--;){var u=n[a];if(l&&u[2]?u[1]!==e[u[0]]:!(u[0]in e))return!1}for(;++a<s;){var c=(u=n[a])[0],d=e[c],h=u[1];if(l&&u[2]){if(void 0===d&&!(c in e))return!1}else{var p=new i;if(o)var f=o(d,h,c,e,t,p);if(!(void 0===f?r(h,d,3,o,p):f))return!1}}return!0}},function(e,t,n){var i=n(319),r=n(134);e.exports=function(e){for(var t=r(e),n=t.length;n--;){var o=t[n],a=e[o];t[n]=[o,a,i(a)]}return t}},function(e,t,n){var i=n(205),r=n(593),o=n(597),a=n(206),s=n(319),l=n(320),u=n(138);e.exports=function(e,t){return a(e)&&s(t)?l(u(e),t):function(n){var a=r(n,e);return void 0===a&&a===t?o(n,e):i(t,a,3)}}},function(e,t,n){var i=n(321);e.exports=function(e,t,n){var r=null==e?void 0:i(e,t);return void 0===r?n:r}},function(e,t,n){var i=n(595);e.exports=function(e){var t=i(e,(function(e){return 500===n.size&&n.clear(),e})),n=t.cache;return t}},function(e,t,n){var i=n(158);function r(e,t){if("function"!=typeof e||null!=t&&"function"!=typeof t)throw new TypeError("Expected a function");var n=function(){var i=arguments,r=t?t.apply(this,i):i[0],o=n.cache;if(o.has(r))return o.get(r);var a=e.apply(this,i);return n.cache=o.set(r,a)||o,a};return n.cache=new(r.Cache||i),n}r.Cache=i,e.exports=r},function(e,t,n){var i=n(82),r=n(325),o=n(31),a=n(132),s=i?i.prototype:void 0,l=s?s.toString:void 0;e.exports=function e(t){if("string"==typeof t)return t;if(o(t))return r(t,e)+"";if(a(t))return l?l.call(t):"";var n=t+"";return"0"==n&&1/t==-1/0?"-0":n}},function(e,t,n){var i=n(598),r=n(599);e.exports=function(e,t){return null!=e&&r(e,t,i)}},function(e,t){e.exports=function(e,t){return null!=e&&t in Object(e)}},function(e,t,n){var i=n(322),r=n(154),o=n(31),a=n(153),s=n(155),l=n(138);e.exports=function(e,t,n){for(var u=-1,c=(t=i(t,e)).length,d=!1;++u<c;){var h=l(t[u]);if(!(d=null!=e&&n(e,h)))break;e=e[h]}return d||++u!=c?d:!!(c=null==e?0:e.length)&&s(c)&&a(h,c)&&(o(e)||r(e))}},function(e,t,n){var i=n(601),r=n(602),o=n(206),a=n(138);e.exports=function(e){return o(e)?i(a(e)):r(e)}},function(e,t){e.exports=function(e){return function(t){return null==t?void 0:t[e]}}},function(e,t,n){var i=n(321);e.exports=function(e){return function(t){return i(t,e)}}},function(e,t,n){var i=n(192),r=n(604),o=r((function(e,t){return i(e,256,void 0,void 0,void 0,t)}));e.exports=o},function(e,t,n){var i=n(605),r=n(326),o=n(197);e.exports=function(e){return o(r(e,void 0,i),e+"")}},function(e,t,n){var i=n(606);e.exports=function(e){return(null==e?0:e.length)?i(e,1):[]}},function(e,t,n){var i=n(172),r=n(607);e.exports=function e(t,n,o,a,s){var l=-1,u=t.length;for(o||(o=r),s||(s=[]);++l<u;){var c=t[l];n>0&&o(c)?n>1?e(c,n-1,o,a,s):i(s,c):a||(s[s.length]=c)}return s}},function(e,t,n){var i=n(82),r=n(154),o=n(31),a=i?i.isConcatSpreadable:void 0;e.exports=function(e){return o(e)||r(e)||!!(a&&e&&e[a])}},function(e,t,n){var i=n(325),r=n(131),o=n(31),a=n(132),s=n(323),l=n(138),u=n(324);e.exports=function(e){return o(e)?i(e,l):a(e)?[e]:r(s(u(e)))}},function(e,t){e.exports={cap:!1,curry:!1,fixed:!1,immutable:!1,rearg:!1}},function(e,t,n){var i={"./af":327,"./af.js":327,"./ar":328,"./ar-dz":329,"./ar-dz.js":329,"./ar-kw":330,"./ar-kw.js":330,"./ar-ly":331,"./ar-ly.js":331,"./ar-ma":332,"./ar-ma.js":332,"./ar-sa":333,"./ar-sa.js":333,"./ar-tn":334,"./ar-tn.js":334,"./ar.js":328,"./az":335,"./az.js":335,"./be":336,"./be.js":336,"./bg":337,"./bg.js":337,"./bm":338,"./bm.js":338,"./bn":339,"./bn-bd":340,"./bn-bd.js":340,"./bn.js":339,"./bo":341,"./bo.js":341,"./br":342,"./br.js":342,"./bs":343,"./bs.js":343,"./ca":344,"./ca.js":344,"./cs":345,"./cs.js":345,"./cv":346,"./cv.js":346,"./cy":347,"./cy.js":347,"./da":348,"./da.js":348,"./de":349,"./de-at":350,"./de-at.js":350,"./de-ch":351,"./de-ch.js":351,"./de.js":349,"./dv":352,"./dv.js":352,"./el":353,"./el.js":353,"./en-au":354,"./en-au.js":354,"./en-ca":355,"./en-ca.js":355,"./en-gb":356,"./en-gb.js":356,"./en-ie":357,"./en-ie.js":357,"./en-il":358,"./en-il.js":358,"./en-in":359,"./en-in.js":359,"./en-nz":360,"./en-nz.js":360,"./en-sg":361,"./en-sg.js":361,"./eo":362,"./eo.js":362,"./es":363,"./es-do":364,"./es-do.js":364,"./es-mx":365,"./es-mx.js":365,"./es-us":366,"./es-us.js":366,"./es.js":363,"./et":367,"./et.js":367,"./eu":368,"./eu.js":368,"./fa":369,"./fa.js":369,"./fi":370,"./fi.js":370,"./fil":371,"./fil.js":371,"./fo":372,"./fo.js":372,"./fr":373,"./fr-ca":374,"./fr-ca.js":374,"./fr-ch":375,"./fr-ch.js":375,"./fr.js":373,"./fy":376,"./fy.js":376,"./ga":377,"./ga.js":377,"./gd":378,"./gd.js":378,"./gl":379,"./gl.js":379,"./gom-deva":380,"./gom-deva.js":380,"./gom-latn":381,"./gom-latn.js":381,"./gu":382,"./gu.js":382,"./he":383,"./he.js":383,"./hi":384,"./hi.js":384,"./hr":385,"./hr.js":385,"./hu":386,"./hu.js":386,"./hy-am":387,"./hy-am.js":387,"./id":388,"./id.js":388,"./is":389,"./is.js":389,"./it":390,"./it-ch":391,"./it-ch.js":391,"./it.js":390,"./ja":392,"./ja.js":392,"./jv":393,"./jv.js":393,"./ka":394,"./ka.js":394,"./kk":395,"./kk.js":395,"./km":396,"./km.js":396,"./kn":397,"./kn.js":397,"./ko":398,"./ko.js":398,"./ku":399,"./ku.js":399,"./ky":400,"./ky.js":400,"./lb":401,"./lb.js":401,"./lo":402,"./lo.js":402,"./lt":403,"./lt.js":403,"./lv":404,"./lv.js":404,"./me":405,"./me.js":405,"./mi":406,"./mi.js":406,"./mk":407,"./mk.js":407,"./ml":408,"./ml.js":408,"./mn":409,"./mn.js":409,"./mr":410,"./mr.js":410,"./ms":411,"./ms-my":412,"./ms-my.js":412,"./ms.js":411,"./mt":413,"./mt.js":413,"./my":414,"./my.js":414,"./nb":415,"./nb.js":415,"./ne":416,"./ne.js":416,"./nl":417,"./nl-be":418,"./nl-be.js":418,"./nl.js":417,"./nn":419,"./nn.js":419,"./oc-lnc":420,"./oc-lnc.js":420,"./pa-in":421,"./pa-in.js":421,"./pl":422,"./pl.js":422,"./pt":423,"./pt-br":424,"./pt-br.js":424,"./pt.js":423,"./ro":425,"./ro.js":425,"./ru":426,"./ru.js":426,"./sd":427,"./sd.js":427,"./se":428,"./se.js":428,"./si":429,"./si.js":429,"./sk":430,"./sk.js":430,"./sl":431,"./sl.js":431,"./sq":432,"./sq.js":432,"./sr":433,"./sr-cyrl":434,"./sr-cyrl.js":434,"./sr.js":433,"./ss":435,"./ss.js":435,"./sv":436,"./sv.js":436,"./sw":437,"./sw.js":437,"./ta":438,"./ta.js":438,"./te":439,"./te.js":439,"./tet":440,"./tet.js":440,"./tg":441,"./tg.js":441,"./th":442,"./th.js":442,"./tk":443,"./tk.js":443,"./tl-ph":444,"./tl-ph.js":444,"./tlh":445,"./tlh.js":445,"./tr":446,"./tr.js":446,"./tzl":447,"./tzl.js":447,"./tzm":448,"./tzm-latn":449,"./tzm-latn.js":449,"./tzm.js":448,"./ug-cn":450,"./ug-cn.js":450,"./uk":451,"./uk.js":451,"./ur":452,"./ur.js":452,"./uz":453,"./uz-latn":454,"./uz-latn.js":454,"./uz.js":453,"./vi":455,"./vi.js":455,"./x-pseudo":456,"./x-pseudo.js":456,"./yo":457,"./yo.js":457,"./zh-cn":458,"./zh-cn.js":458,"./zh-hk":459,"./zh-hk.js":459,"./zh-mo":460,"./zh-mo.js":460,"./zh-tw":461,"./zh-tw.js":461};function r(e){var t=o(e);return n(t)}function o(e){if(!n.o(i,e)){var t=new Error("Cannot find module '"+e+"'");throw t.code="MODULE_NOT_FOUND",t}return i[e]}r.keys=function(){return Object.keys(i)},r.resolve=o,e.exports=r,r.id=610},function(e,t,n){"use strict";n(484),Object.defineProperty(t,"__esModule",{value:!0}),t.formatFileSize=function(e){var t=arguments.length>1&&void 0!==arguments[1]&&arguments[1],n=e>0?Math.floor(Math.log(e)/Math.log(1024)):0;n=Math.min(r.length-1,n);var o=r[n],a=(e/Math.pow(1024,n)).toFixed(1);if(!0===t&&0===n)return"0.0"!==a?"< 1 KB":"0 KB";a=n<2?parseFloat(a).toFixed(0):".0"===a.substr(a.length-2,2)?a.substr(0,a.length-2):parseFloat(a).toLocaleString((0,i.getCanonicalLocale)());return a+" "+o};var i=n(39),r=["B","KB","MB","GB","TB"]},function(e,t,n){"use strict";var i=n(14),r=n(60),o=n(15);e.exports=function(e){for(var t=i(this),n=o(t.length),a=arguments.length,s=r(a>1?arguments[1]:void 0,n),l=a>2?arguments[2]:void 0,u=void 0===l?n:r(l,n);u>s;)t[s++]=e;return t}},function(e,t,n){var i=n(8),r=n(491);e.exports=function(e,t,n,o){try{return o?t(i(n)[0],n[1]):t(n)}catch(t){throw r(e),t}}},function(e,t,n){"use strict";var i=n(3),r=n(60),o=n(23),a=n(15),s=n(14),l=n(80),u=n(79),c=n(81)("splice"),d=Math.max,h=Math.min;i({target:"Array",proto:!0,forced:!c},{splice:function(e,t){var n,i,c,p,f,m,g=s(this),A=a(g.length),v=r(e,A),_=arguments.length;if(0===_?n=i=0:1===_?(n=0,i=A-v):(n=_-2,i=h(d(o(t),0),A-v)),A+n-i>9007199254740991)throw TypeError("Maximum allowed length exceeded");for(c=l(g,i),p=0;p<i;p++)(f=v+p)in g&&u(c,p,g[f]);if(c.length=i,n<i){for(p=v;p<A-i;p++)m=p+n,(f=p+i)in g?g[m]=g[f]:delete g[m];for(p=A;p>A-i+n;p--)delete g[p-1]}else if(n>i)for(p=A-i;p>v;p--)m=p+n-1,(f=p+i-1)in g?g[m]=g[f]:delete g[m];for(p=0;p<n;p++)g[p+v]=arguments[p+2];return g.length=A-i+n,c}})},function(e,t){e.exports="undefined"!=typeof ArrayBuffer&&"undefined"!=typeof DataView},function(e,t,n){var i=n(15),r=n(462),o=n(20),a=Math.ceil,s=function(e){return function(t,n,s){var l,u,c=String(o(t)),d=c.length,h=void 0===s?" ":String(s),p=i(n);return p<=d||""==h?c:(l=p-d,(u=r.call(h,a(l/h.length))).length>l&&(u=u.slice(0,l)),e?c+u:u+c)}};e.exports={start:s(!1),end:s(!0)}},function(e,t){e.exports=Math.sign||function(e){return 0==(e=+e)||e!=e?e:e<0?-1:1}},function(e,t,n){var i,r,o,a=n(5),s=n(4),l=n(75),u=n(486),c=n(102),d=n(659),h=n(152),p=a.location,f=a.setImmediate,m=a.clearImmediate,g=a.process,A=a.MessageChannel,v=a.Dispatch,_=0,b={},y=function(e){if(b.hasOwnProperty(e)){var t=b[e];delete b[e],t()}},w=function(e){return function(){y(e)}},C=function(e){y(e.data)},x=function(e){a.postMessage(e+"",p.protocol+"//"+p.host)};f&&m||(f=function(e){for(var t=[],n=1;arguments.length>n;)t.push(arguments[n++]);return b[++_]=function(){("function"==typeof e?e:Function(e)).apply(void 0,t)},i(_),_},m=function(e){delete b[e]},h?i=function(e){g.nextTick(w(e))}:v&&v.now?i=function(e){v.now(w(e))}:A&&!d?(o=(r=new A).port2,r.port1.onmessage=C,i=l(o.postMessage,o,1)):a.addEventListener&&"function"==typeof postMessage&&!a.importScripts&&p&&"file:"!==p.protocol&&!s(x)?(i=x,a.addEventListener("message",C,!1)):i="onreadystatechange"in c("script")?function(e){u.appendChild(c("script")).onreadystatechange=function(){u.removeChild(this),y(e)}}:function(e){setTimeout(w(e),0)}),e.exports={set:f,clear:m}},function(e,t){e.exports=function(e){try{return{error:!1,value:e()}}catch(e){return{error:!0,value:e}}}},function(e,t,n){var i=n(191);e.exports=function(e){if(i(e))throw TypeError("The method doesn't accept regular expressions");return e}},function(e,t,n){var i=n(9)("match");e.exports=function(e){var t=/./;try{"/./"[e](t)}catch(n){try{return t[i]=!1,"/./"[e](t)}catch(e){}}return!1}},function(e,t,n){"use strict";var i=n(87),r=n(8),o=n(20),a=n(501),s=n(90);i("search",1,(function(e,t,n){return[function(t){var n=o(this),i=null==t?void 0:t[e];return void 0!==i?i.call(t,n):new RegExp(t)[e](String(n))},function(e){var i=n(t,e,this);if(i.done)return i.value;var o=r(e),l=String(this),u=o.lastIndex;a(u,0)||(o.lastIndex=0);var c=s(o,l);return a(o.lastIndex,u)||(o.lastIndex=u),null===c?-1:c.index}]}))},function(e,t,n){var i=n(5),r=n(4),o=n(239),a=n(38).NATIVE_ARRAY_BUFFER_VIEWS,s=i.ArrayBuffer,l=i.Int8Array;e.exports=!a||!r((function(){l(1)}))||!r((function(){new l(-1)}))||!o((function(e){new l,new l(null),new l(1.5),new l(e)}),!0)||r((function(){return 1!==new l(new s(2),1,void 0).length}))},function(e,t,n){"use strict";n(227);var i,r=n(3),o=n(11),a=n(476),s=n(5),l=n(238),u=n(21),c=n(150),d=n(13),h=n(127),p=n(469),f=n(89).codeAt,m=n(625),g=n(84),A=n(506),v=n(35),_=s.URL,b=A.URLSearchParams,y=A.getState,w=v.set,C=v.getterFor("URL"),x=Math.floor,k=Math.pow,M=/[A-Za-z]/,E=/[\d+-.A-Za-z]/,L=/\d/,T=/^(0x|0X)/,D=/^[0-7]+$/,B=/^\d+$/,S=/^[\dA-Fa-f]+$/,Y=/[\0\t\n\r #%/:?@[\\]]/,I=/[\0\t\n\r #/:?@[\\]]/,O=/^[\u0000-\u001F ]+|[\u0000-\u001F ]+$/g,j=/[\t\n\r]/g,P=function(e,t){var n,i,r;if("["==t.charAt(0)){if("]"!=t.charAt(t.length-1))return"Invalid host";if(!(n=F(t.slice(1,-1))))return"Invalid host";e.host=n}else if(Q(e)){if(t=m(t),Y.test(t))return"Invalid host";if(null===(n=H(t)))return"Invalid host";e.host=n}else{if(I.test(t))return"Invalid host";for(n="",i=p(t),r=0;r<i.length;r++)n+=q(i[r],R);e.host=n}},H=function(e){var t,n,i,r,o,a,s,l=e.split(".");if(l.length&&""==l[l.length-1]&&l.pop(),(t=l.length)>4)return e;for(n=[],i=0;i<t;i++){if(""==(r=l[i]))return e;if(o=10,r.length>1&&"0"==r.charAt(0)&&(o=T.test(r)?16:8,r=r.slice(8==o?1:2)),""===r)a=0;else{if(!(10==o?B:8==o?D:S).test(r))return e;a=parseInt(r,o)}n.push(a)}for(i=0;i<t;i++)if(a=n[i],i==t-1){if(a>=k(256,5-t))return null}else if(a>255)return null;for(s=n.pop(),i=0;i<n.length;i++)s+=n[i]*k(256,3-i);return s},F=function(e){var t,n,i,r,o,a,s,l=[0,0,0,0,0,0,0,0],u=0,c=null,d=0,h=function(){return e.charAt(d)};if(":"==h()){if(":"!=e.charAt(1))return;d+=2,c=++u}for(;h();){if(8==u)return;if(":"!=h()){for(t=n=0;n<4&&S.test(h());)t=16*t+parseInt(h(),16),d++,n++;if("."==h()){if(0==n)return;if(d-=n,u>6)return;for(i=0;h();){if(r=null,i>0){if(!("."==h()&&i<4))return;d++}if(!L.test(h()))return;for(;L.test(h());){if(o=parseInt(h(),10),null===r)r=o;else{if(0==r)return;r=10*r+o}if(r>255)return;d++}l[u]=256*l[u]+r,2!=++i&&4!=i||u++}if(4!=i)return;break}if(":"==h()){if(d++,!h())return}else if(h())return;l[u++]=t}else{if(null!==c)return;d++,c=++u}}if(null!==c)for(a=u-c,u=7;0!=u&&a>0;)s=l[u],l[u--]=l[c+a-1],l[c+--a]=s;else if(8!=u)return;return l},N=function(e){var t,n,i,r;if("number"==typeof e){for(t=[],n=0;n<4;n++)t.unshift(e%256),e=x(e/256);return t.join(".")}if("object"==typeof e){for(t="",i=function(e){for(var t=null,n=1,i=null,r=0,o=0;o<8;o++)0!==e[o]?(r>n&&(t=i,n=r),i=null,r=0):(null===i&&(i=o),++r);return r>n&&(t=i,n=r),t}(e),n=0;n<8;n++)r&&0===e[n]||(r&&(r=!1),i===n?(t+=n?":":"::",r=!0):(t+=e[n].toString(16),n<7&&(t+=":")));return"["+t+"]"}return e},R={},z=h({},R,{" ":1,'"':1,"<":1,">":1,"`":1}),W=h({},z,{"#":1,"?":1,"{":1,"}":1}),U=h({},W,{"/":1,":":1,";":1,"=":1,"@":1,"[":1,"\\":1,"]":1,"^":1,"|":1}),q=function(e,t){var n=f(e,0);return n>32&&n<127&&!d(t,e)?e:encodeURIComponent(e)},G={ftp:21,file:null,http:80,https:443,ws:80,wss:443},Q=function(e){return d(G,e.scheme)},V=function(e){return""!=e.username||""!=e.password},J=function(e){return!e.host||e.cannotBeABaseURL||"file"==e.scheme},K=function(e,t){var n;return 2==e.length&&M.test(e.charAt(0))&&(":"==(n=e.charAt(1))||!t&&"|"==n)},X=function(e){var t;return e.length>1&&K(e.slice(0,2))&&(2==e.length||"/"===(t=e.charAt(2))||"\\"===t||"?"===t||"#"===t)},Z=function(e){var t=e.path,n=t.length;!n||"file"==e.scheme&&1==n&&K(t[0],!0)||t.pop()},$=function(e){return"."===e||"%2e"===e.toLowerCase()},ee={},te={},ne={},ie={},re={},oe={},ae={},se={},le={},ue={},ce={},de={},he={},pe={},fe={},me={},ge={},Ae={},ve={},_e={},be={},ye=function(e,t,n,r){var o,a,s,l,u,c=n||ee,h=0,f="",m=!1,g=!1,A=!1;for(n||(e.scheme="",e.username="",e.password="",e.host=null,e.port=null,e.path=[],e.query=null,e.fragment=null,e.cannotBeABaseURL=!1,t=t.replace(O,"")),t=t.replace(j,""),o=p(t);h<=o.length;){switch(a=o[h],c){case ee:if(!a||!M.test(a)){if(n)return"Invalid scheme";c=ne;continue}f+=a.toLowerCase(),c=te;break;case te:if(a&&(E.test(a)||"+"==a||"-"==a||"."==a))f+=a.toLowerCase();else{if(":"!=a){if(n)return"Invalid scheme";f="",c=ne,h=0;continue}if(n&&(Q(e)!=d(G,f)||"file"==f&&(V(e)||null!==e.port)||"file"==e.scheme&&!e.host))return;if(e.scheme=f,n)return void(Q(e)&&G[e.scheme]==e.port&&(e.port=null));f="","file"==e.scheme?c=pe:Q(e)&&r&&r.scheme==e.scheme?c=ie:Q(e)?c=se:"/"==o[h+1]?(c=re,h++):(e.cannotBeABaseURL=!0,e.path.push(""),c=ve)}break;case ne:if(!r||r.cannotBeABaseURL&&"#"!=a)return"Invalid scheme";if(r.cannotBeABaseURL&&"#"==a){e.scheme=r.scheme,e.path=r.path.slice(),e.query=r.query,e.fragment="",e.cannotBeABaseURL=!0,c=be;break}c="file"==r.scheme?pe:oe;continue;case ie:if("/"!=a||"/"!=o[h+1]){c=oe;continue}c=le,h++;break;case re:if("/"==a){c=ue;break}c=Ae;continue;case oe:if(e.scheme=r.scheme,a==i)e.username=r.username,e.password=r.password,e.host=r.host,e.port=r.port,e.path=r.path.slice(),e.query=r.query;else if("/"==a||"\\"==a&&Q(e))c=ae;else if("?"==a)e.username=r.username,e.password=r.password,e.host=r.host,e.port=r.port,e.path=r.path.slice(),e.query="",c=_e;else{if("#"!=a){e.username=r.username,e.password=r.password,e.host=r.host,e.port=r.port,e.path=r.path.slice(),e.path.pop(),c=Ae;continue}e.username=r.username,e.password=r.password,e.host=r.host,e.port=r.port,e.path=r.path.slice(),e.query=r.query,e.fragment="",c=be}break;case ae:if(!Q(e)||"/"!=a&&"\\"!=a){if("/"!=a){e.username=r.username,e.password=r.password,e.host=r.host,e.port=r.port,c=Ae;continue}c=ue}else c=le;break;case se:if(c=le,"/"!=a||"/"!=f.charAt(h+1))continue;h++;break;case le:if("/"!=a&&"\\"!=a){c=ue;continue}break;case ue:if("@"==a){m&&(f="%40"+f),m=!0,s=p(f);for(var v=0;v<s.length;v++){var _=s[v];if(":"!=_||A){var b=q(_,U);A?e.password+=b:e.username+=b}else A=!0}f=""}else if(a==i||"/"==a||"?"==a||"#"==a||"\\"==a&&Q(e)){if(m&&""==f)return"Invalid authority";h-=p(f).length+1,f="",c=ce}else f+=a;break;case ce:case de:if(n&&"file"==e.scheme){c=me;continue}if(":"!=a||g){if(a==i||"/"==a||"?"==a||"#"==a||"\\"==a&&Q(e)){if(Q(e)&&""==f)return"Invalid host";if(n&&""==f&&(V(e)||null!==e.port))return;if(l=P(e,f))return l;if(f="",c=ge,n)return;continue}"["==a?g=!0:"]"==a&&(g=!1),f+=a}else{if(""==f)return"Invalid host";if(l=P(e,f))return l;if(f="",c=he,n==de)return}break;case he:if(!L.test(a)){if(a==i||"/"==a||"?"==a||"#"==a||"\\"==a&&Q(e)||n){if(""!=f){var y=parseInt(f,10);if(y>65535)return"Invalid port";e.port=Q(e)&&y===G[e.scheme]?null:y,f=""}if(n)return;c=ge;continue}return"Invalid port"}f+=a;break;case pe:if(e.scheme="file","/"==a||"\\"==a)c=fe;else{if(!r||"file"!=r.scheme){c=Ae;continue}if(a==i)e.host=r.host,e.path=r.path.slice(),e.query=r.query;else if("?"==a)e.host=r.host,e.path=r.path.slice(),e.query="",c=_e;else{if("#"!=a){X(o.slice(h).join(""))||(e.host=r.host,e.path=r.path.slice(),Z(e)),c=Ae;continue}e.host=r.host,e.path=r.path.slice(),e.query=r.query,e.fragment="",c=be}}break;case fe:if("/"==a||"\\"==a){c=me;break}r&&"file"==r.scheme&&!X(o.slice(h).join(""))&&(K(r.path[0],!0)?e.path.push(r.path[0]):e.host=r.host),c=Ae;continue;case me:if(a==i||"/"==a||"\\"==a||"?"==a||"#"==a){if(!n&&K(f))c=Ae;else if(""==f){if(e.host="",n)return;c=ge}else{if(l=P(e,f))return l;if("localhost"==e.host&&(e.host=""),n)return;f="",c=ge}continue}f+=a;break;case ge:if(Q(e)){if(c=Ae,"/"!=a&&"\\"!=a)continue}else if(n||"?"!=a)if(n||"#"!=a){if(a!=i&&(c=Ae,"/"!=a))continue}else e.fragment="",c=be;else e.query="",c=_e;break;case Ae:if(a==i||"/"==a||"\\"==a&&Q(e)||!n&&("?"==a||"#"==a)){if(".."===(u=(u=f).toLowerCase())||"%2e."===u||".%2e"===u||"%2e%2e"===u?(Z(e),"/"==a||"\\"==a&&Q(e)||e.path.push("")):$(f)?"/"==a||"\\"==a&&Q(e)||e.path.push(""):("file"==e.scheme&&!e.path.length&&K(f)&&(e.host&&(e.host=""),f=f.charAt(0)+":"),e.path.push(f)),f="","file"==e.scheme&&(a==i||"?"==a||"#"==a))for(;e.path.length>1&&""===e.path[0];)e.path.shift();"?"==a?(e.query="",c=_e):"#"==a&&(e.fragment="",c=be)}else f+=q(a,W);break;case ve:"?"==a?(e.query="",c=_e):"#"==a?(e.fragment="",c=be):a!=i&&(e.path[0]+=q(a,R));break;case _e:n||"#"!=a?a!=i&&("'"==a&&Q(e)?e.query+="%27":e.query+="#"==a?"%23":q(a,R)):(e.fragment="",c=be);break;case be:a!=i&&(e.fragment+=q(a,z))}h++}},we=function(e){var t,n,i=c(this,we,"URL"),r=arguments.length>1?arguments[1]:void 0,a=String(e),s=w(i,{type:"URL"});if(void 0!==r)if(r instanceof we)t=C(r);else if(n=ye(t={},String(r)))throw TypeError(n);if(n=ye(s,a,null,t))throw TypeError(n);var l=s.searchParams=new b,u=y(l);u.updateSearchParams(s.query),u.updateURL=function(){s.query=String(l)||null},o||(i.href=xe.call(i),i.origin=ke.call(i),i.protocol=Me.call(i),i.username=Ee.call(i),i.password=Le.call(i),i.host=Te.call(i),i.hostname=De.call(i),i.port=Be.call(i),i.pathname=Se.call(i),i.search=Ye.call(i),i.searchParams=Ie.call(i),i.hash=Oe.call(i))},Ce=we.prototype,xe=function(){var e=C(this),t=e.scheme,n=e.username,i=e.password,r=e.host,o=e.port,a=e.path,s=e.query,l=e.fragment,u=t+":";return null!==r?(u+="//",V(e)&&(u+=n+(i?":"+i:"")+"@"),u+=N(r),null!==o&&(u+=":"+o)):"file"==t&&(u+="//"),u+=e.cannotBeABaseURL?a[0]:a.length?"/"+a.join("/"):"",null!==s&&(u+="?"+s),null!==l&&(u+="#"+l),u},ke=function(){var e=C(this),t=e.scheme,n=e.port;if("blob"==t)try{return new we(t.path[0]).origin}catch(e){return"null"}return"file"!=t&&Q(e)?t+"://"+N(e.host)+(null!==n?":"+n:""):"null"},Me=function(){return C(this).scheme+":"},Ee=function(){return C(this).username},Le=function(){return C(this).password},Te=function(){var e=C(this),t=e.host,n=e.port;return null===t?"":null===n?N(t):N(t)+":"+n},De=function(){var e=C(this).host;return null===e?"":N(e)},Be=function(){var e=C(this).port;return null===e?"":String(e)},Se=function(){var e=C(this),t=e.path;return e.cannotBeABaseURL?t[0]:t.length?"/"+t.join("/"):""},Ye=function(){var e=C(this).query;return e?"?"+e:""},Ie=function(){return C(this).searchParams},Oe=function(){var e=C(this).fragment;return e?"#"+e:""},je=function(e,t){return{get:e,set:t,configurable:!0,enumerable:!0}};if(o&&l(Ce,{href:je(xe,(function(e){var t=C(this),n=String(e),i=ye(t,n);if(i)throw TypeError(i);y(t.searchParams).updateSearchParams(t.query)})),origin:je(ke),protocol:je(Me,(function(e){var t=C(this);ye(t,String(e)+":",ee)})),username:je(Ee,(function(e){var t=C(this),n=p(String(e));if(!J(t)){t.username="";for(var i=0;i<n.length;i++)t.username+=q(n[i],U)}})),password:je(Le,(function(e){var t=C(this),n=p(String(e));if(!J(t)){t.password="";for(var i=0;i<n.length;i++)t.password+=q(n[i],U)}})),host:je(Te,(function(e){var t=C(this);t.cannotBeABaseURL||ye(t,String(e),ce)})),hostname:je(De,(function(e){var t=C(this);t.cannotBeABaseURL||ye(t,String(e),de)})),port:je(Be,(function(e){var t=C(this);J(t)||(""==(e=String(e))?t.port=null:ye(t,e,he))})),pathname:je(Se,(function(e){var t=C(this);t.cannotBeABaseURL||(t.path=[],ye(t,e+"",ge))})),search:je(Ye,(function(e){var t=C(this);""==(e=String(e))?t.query=null:("?"==e.charAt(0)&&(e=e.slice(1)),t.query="",ye(t,e,_e)),y(t.searchParams).updateSearchParams(t.query)})),searchParams:je(Ie),hash:je(Oe,(function(e){var t=C(this);""!=(e=String(e))?("#"==e.charAt(0)&&(e=e.slice(1)),t.fragment="",ye(t,e,be)):t.fragment=null}))}),u(Ce,"toJSON",(function(){return xe.call(this)}),{enumerable:!0}),u(Ce,"toString",(function(){return xe.call(this)}),{enumerable:!0}),_){var Pe=_.createObjectURL,He=_.revokeObjectURL;Pe&&u(we,"createObjectURL",(function(e){return Pe.apply(_,arguments)})),He&&u(we,"revokeObjectURL",(function(e){return He.apply(_,arguments)}))}g(we,"URL"),r({global:!0,forced:!a,sham:!o},{URL:we})},function(e,t,n){"use strict";var i=/[^\0-\u007E]/,r=/[.\u3002\uFF0E\uFF61]/g,o="Overflow: input needs wider integers to process",a=Math.floor,s=String.fromCharCode,l=function(e){return e+22+75*(e<26)},u=function(e,t,n){var i=0;for(e=n?a(e/700):e>>1,e+=a(e/t);e>455;i+=36)e=a(e/35);return a(i+36*e/(e+38))},c=function(e){var t,n,i=[],r=(e=function(e){for(var t=[],n=0,i=e.length;n<i;){var r=e.charCodeAt(n++);if(r>=55296&&r<=56319&&n<i){var o=e.charCodeAt(n++);56320==(64512&o)?t.push(((1023&r)<<10)+(1023&o)+65536):(t.push(r),n--)}else t.push(r)}return t}(e)).length,c=128,d=0,h=72;for(t=0;t<e.length;t++)(n=e[t])<128&&i.push(s(n));var p=i.length,f=p;for(p&&i.push("-");f<r;){var m=2147483647;for(t=0;t<e.length;t++)(n=e[t])>=c&&n<m&&(m=n);var g=f+1;if(m-c>a((2147483647-d)/g))throw RangeError(o);for(d+=(m-c)*g,c=m,t=0;t<e.length;t++){if((n=e[t])<c&&++d>2147483647)throw RangeError(o);if(n==c){for(var A=d,v=36;;v+=36){var _=v<=h?1:v>=h+26?26:v-h;if(A<_)break;var b=A-_,y=36-_;i.push(s(l(_+b%y))),A=a(b/y)}i.push(s(l(A))),h=u(d,g,f==p),d=0,++f}}++d,++c}return i.join("")};e.exports=function(e){var t,n,o=[],a=e.toLowerCase().replace(r,".").split(".");for(t=0;t<a.length;t++)n=a[t],o.push(i.test(n)?"xn--"+c(n):n);return o.join(".")}},function(e,t,n){var i=n(8),r=n(176);e.exports=function(e){var t=r(e);if("function"!=typeof t)throw TypeError(String(e)+" is not iterable");return i(t.call(e))}},,,,,,,,,function(e,t,n){"use strict";var i=n(26),r=n.n(i),o=n(27),a=n.n(o),s=n(30),l=n.n(s),u=n(507),c=n(508),d=n(509),h=n(510),p=n(511),f=n(512),m=a()(r.a),g=l()(u.a),A=l()(c.a),v=l()(d.a),_=l()(h.a),b=l()(p.a),y=l()(f.a);m.push([e.i,'/*! jQuery UI - v1.12.1 - 2016-09-14\n* http://jqueryui.com\n* Includes: core.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, draggable.css, resizable.css, progressbar.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css\n* To view and modify this theme, visit http://jqueryui.com/themeroller/?bgShadowXPos=&bgOverlayXPos=&bgErrorXPos=&bgHighlightXPos=&bgContentXPos=&bgHeaderXPos=&bgActiveXPos=&bgHoverXPos=&bgDefaultXPos=&bgShadowYPos=&bgOverlayYPos=&bgErrorYPos=&bgHighlightYPos=&bgContentYPos=&bgHeaderYPos=&bgActiveYPos=&bgHoverYPos=&bgDefaultYPos=&bgShadowRepeat=&bgOverlayRepeat=&bgErrorRepeat=&bgHighlightRepeat=&bgContentRepeat=&bgHeaderRepeat=&bgActiveRepeat=&bgHoverRepeat=&bgDefaultRepeat=&iconsHover=url(%22images%2Fui-icons_555555_256x240.png%22)&iconsHighlight=url(%22images%2Fui-icons_777620_256x240.png%22)&iconsHeader=url(%22images%2Fui-icons_444444_256x240.png%22)&iconsError=url(%22images%2Fui-icons_cc0000_256x240.png%22)&iconsDefault=url(%22images%2Fui-icons_777777_256x240.png%22)&iconsContent=url(%22images%2Fui-icons_444444_256x240.png%22)&iconsActive=url(%22images%2Fui-icons_ffffff_256x240.png%22)&bgImgUrlShadow=&bgImgUrlOverlay=&bgImgUrlHover=&bgImgUrlHighlight=&bgImgUrlHeader=&bgImgUrlError=&bgImgUrlDefault=&bgImgUrlContent=&bgImgUrlActive=&opacityFilterShadow=Alpha(Opacity%3D30)&opacityFilterOverlay=Alpha(Opacity%3D30)&opacityShadowPerc=30&opacityOverlayPerc=30&iconColorHover=%23555555&iconColorHighlight=%23777620&iconColorHeader=%23444444&iconColorError=%23cc0000&iconColorDefault=%23777777&iconColorContent=%23444444&iconColorActive=%23ffffff&bgImgOpacityShadow=0&bgImgOpacityOverlay=0&bgImgOpacityError=95&bgImgOpacityHighlight=55&bgImgOpacityContent=75&bgImgOpacityHeader=75&bgImgOpacityActive=65&bgImgOpacityHover=75&bgImgOpacityDefault=75&bgTextureShadow=flat&bgTextureOverlay=flat&bgTextureError=flat&bgTextureHighlight=flat&bgTextureContent=flat&bgTextureHeader=flat&bgTextureActive=flat&bgTextureHover=flat&bgTextureDefault=flat&cornerRadius=3px&fwDefault=normal&ffDefault=Arial%2CHelvetica%2Csans-serif&fsDefault=1em&cornerRadiusShadow=8px&thicknessShadow=5px&offsetLeftShadow=0px&offsetTopShadow=0px&opacityShadow=.3&bgColorShadow=%23666666&opacityOverlay=.3&bgColorOverlay=%23aaaaaa&fcError=%235f3f3f&borderColorError=%23f1a899&bgColorError=%23fddfdf&fcHighlight=%23777620&borderColorHighlight=%23dad55e&bgColorHighlight=%23fffa90&fcContent=%23333333&borderColorContent=%23dddddd&bgColorContent=%23ffffff&fcHeader=%23333333&borderColorHeader=%23dddddd&bgColorHeader=%23e9e9e9&fcActive=%23ffffff&borderColorActive=%23003eff&bgColorActive=%23007fff&fcHover=%232b2b2b&borderColorHover=%23cccccc&bgColorHover=%23ededed&fcDefault=%23454545&borderColorDefault=%23c5c5c5&bgColorDefault=%23f6f6f6\n* Copyright jQuery Foundation and other contributors; Licensed MIT */\n\n/* Layout helpers\n----------------------------------*/\n.ui-helper-hidden {\n\tdisplay: none;\n}\n.ui-helper-hidden-accessible {\n\tborder: 0;\n\tclip: rect(0 0 0 0);\n\theight: 1px;\n\tmargin: -1px;\n\toverflow: hidden;\n\tpadding: 0;\n\tposition: absolute;\n\twidth: 1px;\n}\n.ui-helper-reset {\n\tmargin: 0;\n\tpadding: 0;\n\tborder: 0;\n\toutline: 0;\n\tline-height: 1.3;\n\ttext-decoration: none;\n\tfont-size: 100%;\n\tlist-style: none;\n}\n.ui-helper-clearfix:before,\n.ui-helper-clearfix:after {\n\tcontent: "";\n\tdisplay: table;\n\tborder-collapse: collapse;\n}\n.ui-helper-clearfix:after {\n\tclear: both;\n}\n.ui-helper-zfix {\n\twidth: 100%;\n\theight: 100%;\n\ttop: 0;\n\tleft: 0;\n\tposition: absolute;\n\topacity: 0;\n\tfilter:Alpha(Opacity=0); /* support: IE8 */\n}\n\n.ui-front {\n\tz-index: 100;\n}\n\n\n/* Interaction Cues\n----------------------------------*/\n.ui-state-disabled {\n\tcursor: default !important;\n\tpointer-events: none;\n}\n\n\n/* Icons\n----------------------------------*/\n.ui-icon {\n\tdisplay: inline-block;\n\tvertical-align: middle;\n\tmargin-top: -.25em;\n\tposition: relative;\n\ttext-indent: -99999px;\n\toverflow: hidden;\n\tbackground-repeat: no-repeat;\n}\n\n.ui-widget-icon-block {\n\tleft: 50%;\n\tmargin-left: -8px;\n\tdisplay: block;\n}\n\n/* Misc visuals\n----------------------------------*/\n\n/* Overlays */\n.ui-widget-overlay {\n\tposition: fixed;\n\ttop: 0;\n\tleft: 0;\n\twidth: 100%;\n\theight: 100%;\n}\n.ui-accordion .ui-accordion-header {\n\tdisplay: block;\n\tcursor: pointer;\n\tposition: relative;\n\tmargin: 2px 0 0 0;\n\tpadding: .5em .5em .5em .7em;\n\tfont-size: 100%;\n}\n.ui-accordion .ui-accordion-content {\n\tpadding: 1em 2.2em;\n\tborder-top: 0;\n\toverflow: auto;\n}\n.ui-autocomplete {\n\tposition: absolute;\n\ttop: 0;\n\tleft: 0;\n\tcursor: default;\n}\n.ui-menu {\n\tlist-style: none;\n\tpadding: 0;\n\tmargin: 0;\n\tdisplay: block;\n\toutline: 0;\n}\n.ui-menu .ui-menu {\n\tposition: absolute;\n}\n.ui-menu .ui-menu-item {\n\tmargin: 0;\n\tcursor: pointer;\n\t/* support: IE10, see #8844 */\n\tlist-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");\n}\n.ui-menu .ui-menu-item-wrapper {\n\tposition: relative;\n\tpadding: 3px 1em 3px .4em;\n}\n.ui-menu .ui-menu-divider {\n\tmargin: 5px 0;\n\theight: 0;\n\tfont-size: 0;\n\tline-height: 0;\n\tborder-width: 1px 0 0 0;\n}\n.ui-menu .ui-state-focus,\n.ui-menu .ui-state-active {\n\tmargin: -1px;\n}\n\n/* icon support */\n.ui-menu-icons {\n\tposition: relative;\n}\n.ui-menu-icons .ui-menu-item-wrapper {\n\tpadding-left: 2em;\n}\n\n/* left-aligned */\n.ui-menu .ui-icon {\n\tposition: absolute;\n\ttop: 0;\n\tbottom: 0;\n\tleft: .2em;\n\tmargin: auto 0;\n}\n\n/* right-aligned */\n.ui-menu .ui-menu-icon {\n\tleft: auto;\n\tright: 0;\n}\n.ui-button {\n\tpadding: .4em 1em;\n\tdisplay: inline-block;\n\tposition: relative;\n\tline-height: normal;\n\tmargin-right: .1em;\n\tcursor: pointer;\n\tvertical-align: middle;\n\ttext-align: center;\n\t-webkit-user-select: none;\n\t-moz-user-select: none;\n\t-ms-user-select: none;\n\tuser-select: none;\n\n\t/* Support: IE <= 11 */\n\toverflow: visible;\n}\n\n.ui-button,\n.ui-button:link,\n.ui-button:visited,\n.ui-button:hover,\n.ui-button:active {\n\ttext-decoration: none;\n}\n\n/* to make room for the icon, a width needs to be set here */\n.ui-button-icon-only {\n\twidth: 2em;\n\tbox-sizing: border-box;\n\ttext-indent: -9999px;\n\twhite-space: nowrap;\n}\n\n/* no icon support for input elements */\ninput.ui-button.ui-button-icon-only {\n\ttext-indent: 0;\n}\n\n/* button icon element(s) */\n.ui-button-icon-only .ui-icon {\n\tposition: absolute;\n\ttop: 50%;\n\tleft: 50%;\n\tmargin-top: -8px;\n\tmargin-left: -8px;\n}\n\n.ui-button.ui-icon-notext .ui-icon {\n\tpadding: 0;\n\twidth: 2.1em;\n\theight: 2.1em;\n\ttext-indent: -9999px;\n\twhite-space: nowrap;\n\n}\n\ninput.ui-button.ui-icon-notext .ui-icon {\n\twidth: auto;\n\theight: auto;\n\ttext-indent: 0;\n\twhite-space: normal;\n\tpadding: .4em 1em;\n}\n\n/* workarounds */\n/* Support: Firefox 5 - 40 */\ninput.ui-button::-moz-focus-inner,\nbutton.ui-button::-moz-focus-inner {\n\tborder: 0;\n\tpadding: 0;\n}\n.ui-controlgroup {\n\tvertical-align: middle;\n\tdisplay: inline-block;\n}\n.ui-controlgroup > .ui-controlgroup-item {\n\tfloat: left;\n\tmargin-left: 0;\n\tmargin-right: 0;\n}\n.ui-controlgroup > .ui-controlgroup-item:focus,\n.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus {\n\tz-index: 9999;\n}\n.ui-controlgroup-vertical > .ui-controlgroup-item {\n\tdisplay: block;\n\tfloat: none;\n\twidth: 100%;\n\tmargin-top: 0;\n\tmargin-bottom: 0;\n\ttext-align: left;\n}\n.ui-controlgroup-vertical .ui-controlgroup-item {\n\tbox-sizing: border-box;\n}\n.ui-controlgroup .ui-controlgroup-label {\n\tpadding: .4em 1em;\n}\n.ui-controlgroup .ui-controlgroup-label span {\n\tfont-size: 80%;\n}\n.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {\n\tborder-left: none;\n}\n.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {\n\tborder-top: none;\n}\n.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {\n\tborder-right: none;\n}\n.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {\n\tborder-bottom: none;\n}\n\n/* Spinner specific style fixes */\n.ui-controlgroup-vertical .ui-spinner-input {\n\n\t/* Support: IE8 only, Android < 4.4 only */\n\twidth: 75%;\n\twidth: calc( 100% - 2.4em );\n}\n.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {\n\tborder-top-style: solid;\n}\n\n.ui-checkboxradio-label .ui-icon-background {\n\tbox-shadow: inset 1px 1px 1px #ccc;\n\tborder-radius: .12em;\n\tborder: none;\n}\n.ui-checkboxradio-radio-label .ui-icon-background {\n\twidth: 16px;\n\theight: 16px;\n\tborder-radius: 1em;\n\toverflow: visible;\n\tborder: none;\n}\n.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,\n.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {\n\tbackground-image: none;\n\twidth: 8px;\n\theight: 8px;\n\tborder-width: 4px;\n\tborder-style: solid;\n}\n.ui-checkboxradio-disabled {\n\tpointer-events: none;\n}\n.ui-datepicker {\n\twidth: 17em;\n\tpadding: .2em .2em 0;\n\tdisplay: none;\n}\n.ui-datepicker .ui-datepicker-header {\n\tposition: relative;\n\tpadding: .2em 0;\n}\n.ui-datepicker .ui-datepicker-prev,\n.ui-datepicker .ui-datepicker-next {\n\tposition: absolute;\n\ttop: 2px;\n\twidth: 1.8em;\n\theight: 1.8em;\n}\n.ui-datepicker .ui-datepicker-prev-hover,\n.ui-datepicker .ui-datepicker-next-hover {\n\ttop: 1px;\n}\n.ui-datepicker .ui-datepicker-prev {\n\tleft: 2px;\n}\n.ui-datepicker .ui-datepicker-next {\n\tright: 2px;\n}\n.ui-datepicker .ui-datepicker-prev-hover {\n\tleft: 1px;\n}\n.ui-datepicker .ui-datepicker-next-hover {\n\tright: 1px;\n}\n.ui-datepicker .ui-datepicker-prev span,\n.ui-datepicker .ui-datepicker-next span {\n\tdisplay: block;\n\tposition: absolute;\n\tleft: 50%;\n\tmargin-left: -8px;\n\ttop: 50%;\n\tmargin-top: -8px;\n}\n.ui-datepicker .ui-datepicker-title {\n\tmargin: 0 2.3em;\n\tline-height: 1.8em;\n\ttext-align: center;\n}\n.ui-datepicker .ui-datepicker-title select {\n\tfont-size: 1em;\n\tmargin: 1px 0;\n}\n.ui-datepicker select.ui-datepicker-month,\n.ui-datepicker select.ui-datepicker-year {\n\twidth: 45%;\n}\n.ui-datepicker table {\n\twidth: 100%;\n\tfont-size: .9em;\n\tborder-collapse: collapse;\n\tmargin: 0 0 .4em;\n}\n.ui-datepicker th {\n\tpadding: .7em .3em;\n\ttext-align: center;\n\tfont-weight: bold;\n\tborder: 0;\n}\n.ui-datepicker td {\n\tborder: 0;\n\tpadding: 1px;\n}\n.ui-datepicker td span,\n.ui-datepicker td a {\n\tdisplay: block;\n\tpadding: .2em;\n\ttext-align: right;\n\ttext-decoration: none;\n}\n.ui-datepicker .ui-datepicker-buttonpane {\n\tbackground-image: none;\n\tmargin: .7em 0 0 0;\n\tpadding: 0 .2em;\n\tborder-left: 0;\n\tborder-right: 0;\n\tborder-bottom: 0;\n}\n.ui-datepicker .ui-datepicker-buttonpane button {\n\tfloat: right;\n\tmargin: .5em .2em .4em;\n\tcursor: pointer;\n\tpadding: .2em .6em .3em .6em;\n\twidth: auto;\n\toverflow: visible;\n}\n.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {\n\tfloat: left;\n}\n\n/* with multiple calendars */\n.ui-datepicker.ui-datepicker-multi {\n\twidth: auto;\n}\n.ui-datepicker-multi .ui-datepicker-group {\n\tfloat: left;\n}\n.ui-datepicker-multi .ui-datepicker-group table {\n\twidth: 95%;\n\tmargin: 0 auto .4em;\n}\n.ui-datepicker-multi-2 .ui-datepicker-group {\n\twidth: 50%;\n}\n.ui-datepicker-multi-3 .ui-datepicker-group {\n\twidth: 33.3%;\n}\n.ui-datepicker-multi-4 .ui-datepicker-group {\n\twidth: 25%;\n}\n.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,\n.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {\n\tborder-left-width: 0;\n}\n.ui-datepicker-multi .ui-datepicker-buttonpane {\n\tclear: left;\n}\n.ui-datepicker-row-break {\n\tclear: both;\n\twidth: 100%;\n\tfont-size: 0;\n}\n\n/* RTL support */\n.ui-datepicker-rtl {\n\tdirection: rtl;\n}\n.ui-datepicker-rtl .ui-datepicker-prev {\n\tright: 2px;\n\tleft: auto;\n}\n.ui-datepicker-rtl .ui-datepicker-next {\n\tleft: 2px;\n\tright: auto;\n}\n.ui-datepicker-rtl .ui-datepicker-prev:hover {\n\tright: 1px;\n\tleft: auto;\n}\n.ui-datepicker-rtl .ui-datepicker-next:hover {\n\tleft: 1px;\n\tright: auto;\n}\n.ui-datepicker-rtl .ui-datepicker-buttonpane {\n\tclear: right;\n}\n.ui-datepicker-rtl .ui-datepicker-buttonpane button {\n\tfloat: left;\n}\n.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,\n.ui-datepicker-rtl .ui-datepicker-group {\n\tfloat: right;\n}\n.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,\n.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {\n\tborder-right-width: 0;\n\tborder-left-width: 1px;\n}\n\n/* Icons */\n.ui-datepicker .ui-icon {\n\tdisplay: block;\n\ttext-indent: -99999px;\n\toverflow: hidden;\n\tbackground-repeat: no-repeat;\n\tleft: .5em;\n\ttop: .3em;\n}\n.ui-dialog {\n\tposition: absolute;\n\ttop: 0;\n\tleft: 0;\n\tpadding: .2em;\n\toutline: 0;\n}\n.ui-dialog .ui-dialog-titlebar {\n\tpadding: .4em 1em;\n\tposition: relative;\n}\n.ui-dialog .ui-dialog-title {\n\tfloat: left;\n\tmargin: .1em 0;\n\twhite-space: nowrap;\n\twidth: 90%;\n\toverflow: hidden;\n\ttext-overflow: ellipsis;\n}\n.ui-dialog .ui-dialog-titlebar-close {\n\tposition: absolute;\n\tright: .3em;\n\ttop: 50%;\n\twidth: 20px;\n\tmargin: -10px 0 0 0;\n\tpadding: 1px;\n\theight: 20px;\n}\n.ui-dialog .ui-dialog-content {\n\tposition: relative;\n\tborder: 0;\n\tpadding: .5em 1em;\n\tbackground: none;\n\toverflow: auto;\n}\n.ui-dialog .ui-dialog-buttonpane {\n\ttext-align: left;\n\tborder-width: 1px 0 0 0;\n\tbackground-image: none;\n\tmargin-top: .5em;\n\tpadding: .3em 1em .5em .4em;\n}\n.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {\n\tfloat: right;\n}\n.ui-dialog .ui-dialog-buttonpane button {\n\tmargin: .5em .4em .5em 0;\n\tcursor: pointer;\n}\n.ui-dialog .ui-resizable-n {\n\theight: 2px;\n\ttop: 0;\n}\n.ui-dialog .ui-resizable-e {\n\twidth: 2px;\n\tright: 0;\n}\n.ui-dialog .ui-resizable-s {\n\theight: 2px;\n\tbottom: 0;\n}\n.ui-dialog .ui-resizable-w {\n\twidth: 2px;\n\tleft: 0;\n}\n.ui-dialog .ui-resizable-se,\n.ui-dialog .ui-resizable-sw,\n.ui-dialog .ui-resizable-ne,\n.ui-dialog .ui-resizable-nw {\n\twidth: 7px;\n\theight: 7px;\n}\n.ui-dialog .ui-resizable-se {\n\tright: 0;\n\tbottom: 0;\n}\n.ui-dialog .ui-resizable-sw {\n\tleft: 0;\n\tbottom: 0;\n}\n.ui-dialog .ui-resizable-ne {\n\tright: 0;\n\ttop: 0;\n}\n.ui-dialog .ui-resizable-nw {\n\tleft: 0;\n\ttop: 0;\n}\n.ui-draggable .ui-dialog-titlebar {\n\tcursor: move;\n}\n.ui-draggable-handle {\n\t-ms-touch-action: none;\n\ttouch-action: none;\n}\n.ui-resizable {\n\tposition: relative;\n}\n.ui-resizable-handle {\n\tposition: absolute;\n\tfont-size: 0.1px;\n\tdisplay: block;\n\t-ms-touch-action: none;\n\ttouch-action: none;\n}\n.ui-resizable-disabled .ui-resizable-handle,\n.ui-resizable-autohide .ui-resizable-handle {\n\tdisplay: none;\n}\n.ui-resizable-n {\n\tcursor: n-resize;\n\theight: 7px;\n\twidth: 100%;\n\ttop: -5px;\n\tleft: 0;\n}\n.ui-resizable-s {\n\tcursor: s-resize;\n\theight: 7px;\n\twidth: 100%;\n\tbottom: -5px;\n\tleft: 0;\n}\n.ui-resizable-e {\n\tcursor: e-resize;\n\twidth: 7px;\n\tright: -5px;\n\ttop: 0;\n\theight: 100%;\n}\n.ui-resizable-w {\n\tcursor: w-resize;\n\twidth: 7px;\n\tleft: -5px;\n\ttop: 0;\n\theight: 100%;\n}\n.ui-resizable-se {\n\tcursor: se-resize;\n\twidth: 12px;\n\theight: 12px;\n\tright: 1px;\n\tbottom: 1px;\n}\n.ui-resizable-sw {\n\tcursor: sw-resize;\n\twidth: 9px;\n\theight: 9px;\n\tleft: -5px;\n\tbottom: -5px;\n}\n.ui-resizable-nw {\n\tcursor: nw-resize;\n\twidth: 9px;\n\theight: 9px;\n\tleft: -5px;\n\ttop: -5px;\n}\n.ui-resizable-ne {\n\tcursor: ne-resize;\n\twidth: 9px;\n\theight: 9px;\n\tright: -5px;\n\ttop: -5px;\n}\n.ui-progressbar {\n\theight: 2em;\n\ttext-align: left;\n\toverflow: hidden;\n}\n.ui-progressbar .ui-progressbar-value {\n\tmargin: -1px;\n\theight: 100%;\n}\n.ui-progressbar .ui-progressbar-overlay {\n\tbackground: url("data:image/gif;base64,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");\n\theight: 100%;\n\tfilter: alpha(opacity=25); /* support: IE8 */\n\topacity: 0.25;\n}\n.ui-progressbar-indeterminate .ui-progressbar-value {\n\tbackground-image: none;\n}\n.ui-selectable {\n\t-ms-touch-action: none;\n\ttouch-action: none;\n}\n.ui-selectable-helper {\n\tposition: absolute;\n\tz-index: 100;\n\tborder: 1px dotted black;\n}\n.ui-selectmenu-menu {\n\tpadding: 0;\n\tmargin: 0;\n\tposition: absolute;\n\ttop: 0;\n\tleft: 0;\n\tdisplay: none;\n}\n.ui-selectmenu-menu .ui-menu {\n\toverflow: auto;\n\toverflow-x: hidden;\n\tpadding-bottom: 1px;\n}\n.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {\n\tfont-size: 1em;\n\tfont-weight: bold;\n\tline-height: 1.5;\n\tpadding: 2px 0.4em;\n\tmargin: 0.5em 0 0 0;\n\theight: auto;\n\tborder: 0;\n}\n.ui-selectmenu-open {\n\tdisplay: block;\n}\n.ui-selectmenu-text {\n\tdisplay: block;\n\tmargin-right: 20px;\n\toverflow: hidden;\n\ttext-overflow: ellipsis;\n}\n.ui-selectmenu-button.ui-button {\n\ttext-align: left;\n\twhite-space: nowrap;\n\twidth: 14em;\n}\n.ui-selectmenu-icon.ui-icon {\n\tfloat: right;\n\tmargin-top: 0;\n}\n.ui-slider {\n\tposition: relative;\n\ttext-align: left;\n}\n.ui-slider .ui-slider-handle {\n\tposition: absolute;\n\tz-index: 2;\n\twidth: 1.2em;\n\theight: 1.2em;\n\tcursor: default;\n\t-ms-touch-action: none;\n\ttouch-action: none;\n}\n.ui-slider .ui-slider-range {\n\tposition: absolute;\n\tz-index: 1;\n\tfont-size: .7em;\n\tdisplay: block;\n\tborder: 0;\n\tbackground-position: 0 0;\n}\n\n/* support: IE8 - See #6727 */\n.ui-slider.ui-state-disabled .ui-slider-handle,\n.ui-slider.ui-state-disabled .ui-slider-range {\n\tfilter: inherit;\n}\n\n.ui-slider-horizontal {\n\theight: .8em;\n}\n.ui-slider-horizontal .ui-slider-handle {\n\ttop: -.3em;\n\tmargin-left: -.6em;\n}\n.ui-slider-horizontal .ui-slider-range {\n\ttop: 0;\n\theight: 100%;\n}\n.ui-slider-horizontal .ui-slider-range-min {\n\tleft: 0;\n}\n.ui-slider-horizontal .ui-slider-range-max {\n\tright: 0;\n}\n\n.ui-slider-vertical {\n\twidth: .8em;\n\theight: 100px;\n}\n.ui-slider-vertical .ui-slider-handle {\n\tleft: -.3em;\n\tmargin-left: 0;\n\tmargin-bottom: -.6em;\n}\n.ui-slider-vertical .ui-slider-range {\n\tleft: 0;\n\twidth: 100%;\n}\n.ui-slider-vertical .ui-slider-range-min {\n\tbottom: 0;\n}\n.ui-slider-vertical .ui-slider-range-max {\n\ttop: 0;\n}\n.ui-sortable-handle {\n\t-ms-touch-action: none;\n\ttouch-action: none;\n}\n.ui-spinner {\n\tposition: relative;\n\tdisplay: inline-block;\n\toverflow: hidden;\n\tpadding: 0;\n\tvertical-align: middle;\n}\n.ui-spinner-input {\n\tborder: none;\n\tbackground: none;\n\tcolor: inherit;\n\tpadding: .222em 0;\n\tmargin: .2em 0;\n\tvertical-align: middle;\n\tmargin-left: .4em;\n\tmargin-right: 2em;\n}\n.ui-spinner-button {\n\twidth: 1.6em;\n\theight: 50%;\n\tfont-size: .5em;\n\tpadding: 0;\n\tmargin: 0;\n\ttext-align: center;\n\tposition: absolute;\n\tcursor: default;\n\tdisplay: block;\n\toverflow: hidden;\n\tright: 0;\n}\n/* more specificity required here to override default borders */\n.ui-spinner a.ui-spinner-button {\n\tborder-top-style: none;\n\tborder-bottom-style: none;\n\tborder-right-style: none;\n}\n.ui-spinner-up {\n\ttop: 0;\n}\n.ui-spinner-down {\n\tbottom: 0;\n}\n.ui-tabs {\n\tposition: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */\n\tpadding: .2em;\n}\n.ui-tabs .ui-tabs-nav {\n\tmargin: 0;\n\tpadding: .2em .2em 0;\n}\n.ui-tabs .ui-tabs-nav li {\n\tlist-style: none;\n\tfloat: left;\n\tposition: relative;\n\ttop: 0;\n\tmargin: 1px .2em 0 0;\n\tborder-bottom-width: 0;\n\tpadding: 0;\n\twhite-space: nowrap;\n}\n.ui-tabs .ui-tabs-nav .ui-tabs-anchor {\n\tfloat: left;\n\tpadding: .5em 1em;\n\ttext-decoration: none;\n}\n.ui-tabs .ui-tabs-nav li.ui-tabs-active {\n\tmargin-bottom: -1px;\n\tpadding-bottom: 1px;\n}\n.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,\n.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,\n.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {\n\tcursor: text;\n}\n.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {\n\tcursor: pointer;\n}\n.ui-tabs .ui-tabs-panel {\n\tdisplay: block;\n\tborder-width: 0;\n\tpadding: 1em 1.4em;\n\tbackground: none;\n}\n.ui-tooltip {\n\tpadding: 8px;\n\tposition: absolute;\n\tz-index: 9999;\n\tmax-width: 300px;\n}\nbody .ui-tooltip {\n\tborder-width: 2px;\n}\n\n/* Component containers\n----------------------------------*/\n.ui-widget {\n\tfont-family: Arial,Helvetica,sans-serif;\n\tfont-size: 1em;\n}\n.ui-widget .ui-widget {\n\tfont-size: 1em;\n}\n.ui-widget input,\n.ui-widget select,\n.ui-widget textarea,\n.ui-widget button {\n\tfont-family: Arial,Helvetica,sans-serif;\n\tfont-size: 1em;\n}\n.ui-widget.ui-widget-content {\n\tborder: 1px solid #c5c5c5;\n}\n.ui-widget-content {\n\tborder: 1px solid #dddddd;\n\tbackground: #ffffff;\n\tcolor: #333333;\n}\n.ui-widget-content a {\n\tcolor: #333333;\n}\n.ui-widget-header {\n\tborder: 1px solid #dddddd;\n\tbackground: #e9e9e9;\n\tcolor: #333333;\n\tfont-weight: bold;\n}\n.ui-widget-header a {\n\tcolor: #333333;\n}\n\n/* Interaction states\n----------------------------------*/\n.ui-state-default,\n.ui-widget-content .ui-state-default,\n.ui-widget-header .ui-state-default,\n.ui-button,\n\n/* We use html here because we need a greater specificity to make sure disabled\nworks properly when clicked or hovered */\nhtml .ui-button.ui-state-disabled:hover,\nhtml .ui-button.ui-state-disabled:active {\n\tborder: 1px solid #c5c5c5;\n\tbackground: #f6f6f6;\n\tfont-weight: normal;\n\tcolor: #454545;\n}\n.ui-state-default a,\n.ui-state-default a:link,\n.ui-state-default a:visited,\na.ui-button,\na:link.ui-button,\na:visited.ui-button,\n.ui-button {\n\tcolor: #454545;\n\ttext-decoration: none;\n}\n.ui-state-hover,\n.ui-widget-content .ui-state-hover,\n.ui-widget-header .ui-state-hover,\n.ui-state-focus,\n.ui-widget-content .ui-state-focus,\n.ui-widget-header .ui-state-focus,\n.ui-button:hover,\n.ui-button:focus {\n\tborder: 1px solid #cccccc;\n\tbackground: #ededed;\n\tfont-weight: normal;\n\tcolor: #2b2b2b;\n}\n.ui-state-hover a,\n.ui-state-hover a:hover,\n.ui-state-hover a:link,\n.ui-state-hover a:visited,\n.ui-state-focus a,\n.ui-state-focus a:hover,\n.ui-state-focus a:link,\n.ui-state-focus a:visited,\na.ui-button:hover,\na.ui-button:focus {\n\tcolor: #2b2b2b;\n\ttext-decoration: none;\n}\n\n.ui-visual-focus {\n\tbox-shadow: 0 0 3px 1px rgb(94, 158, 214);\n}\n.ui-state-active,\n.ui-widget-content .ui-state-active,\n.ui-widget-header .ui-state-active,\na.ui-button:active,\n.ui-button:active,\n.ui-button.ui-state-active:hover {\n\tborder: 1px solid #003eff;\n\tbackground: #007fff;\n\tfont-weight: normal;\n\tcolor: #ffffff;\n}\n.ui-icon-background,\n.ui-state-active .ui-icon-background {\n\tborder: #003eff;\n\tbackground-color: #ffffff;\n}\n.ui-state-active a,\n.ui-state-active a:link,\n.ui-state-active a:visited {\n\tcolor: #ffffff;\n\ttext-decoration: none;\n}\n\n/* Interaction Cues\n----------------------------------*/\n.ui-state-highlight,\n.ui-widget-content .ui-state-highlight,\n.ui-widget-header .ui-state-highlight {\n\tborder: 1px solid #dad55e;\n\tbackground: #fffa90;\n\tcolor: #777620;\n}\n.ui-state-checked {\n\tborder: 1px solid #dad55e;\n\tbackground: #fffa90;\n}\n.ui-state-highlight a,\n.ui-widget-content .ui-state-highlight a,\n.ui-widget-header .ui-state-highlight a {\n\tcolor: #777620;\n}\n.ui-state-error,\n.ui-widget-content .ui-state-error,\n.ui-widget-header .ui-state-error {\n\tborder: 1px solid #f1a899;\n\tbackground: #fddfdf;\n\tcolor: #5f3f3f;\n}\n.ui-state-error a,\n.ui-widget-content .ui-state-error a,\n.ui-widget-header .ui-state-error a {\n\tcolor: #5f3f3f;\n}\n.ui-state-error-text,\n.ui-widget-content .ui-state-error-text,\n.ui-widget-header .ui-state-error-text {\n\tcolor: #5f3f3f;\n}\n.ui-priority-primary,\n.ui-widget-content .ui-priority-primary,\n.ui-widget-header .ui-priority-primary {\n\tfont-weight: bold;\n}\n.ui-priority-secondary,\n.ui-widget-content .ui-priority-secondary,\n.ui-widget-header .ui-priority-secondary {\n\topacity: .7;\n\tfilter:Alpha(Opacity=70); /* support: IE8 */\n\tfont-weight: normal;\n}\n.ui-state-disabled,\n.ui-widget-content .ui-state-disabled,\n.ui-widget-header .ui-state-disabled {\n\topacity: .35;\n\tfilter:Alpha(Opacity=35); /* support: IE8 */\n\tbackground-image: none;\n}\n.ui-state-disabled .ui-icon {\n\tfilter:Alpha(Opacity=35); /* support: IE8 - See #6059 */\n}\n\n/* Icons\n----------------------------------*/\n\n/* states and images */\n.ui-icon {\n\twidth: 16px;\n\theight: 16px;\n}\n.ui-icon,\n.ui-widget-content .ui-icon {\n\tbackground-image: url('+g+");\n}\n.ui-widget-header .ui-icon {\n\tbackground-image: url("+g+");\n}\n.ui-state-hover .ui-icon,\n.ui-state-focus .ui-icon,\n.ui-button:hover .ui-icon,\n.ui-button:focus .ui-icon {\n\tbackground-image: url("+A+");\n}\n.ui-state-active .ui-icon,\n.ui-button:active .ui-icon {\n\tbackground-image: url("+v+");\n}\n.ui-state-highlight .ui-icon,\n.ui-button .ui-state-highlight.ui-icon {\n\tbackground-image: url("+_+");\n}\n.ui-state-error .ui-icon,\n.ui-state-error-text .ui-icon {\n\tbackground-image: url("+b+");\n}\n.ui-button .ui-icon {\n\tbackground-image: url("+y+");\n}\n\n/* positioning */\n.ui-icon-blank { background-position: 16px 16px; }\n.ui-icon-caret-1-n { background-position: 0 0; }\n.ui-icon-caret-1-ne { background-position: -16px 0; }\n.ui-icon-caret-1-e { background-position: -32px 0; }\n.ui-icon-caret-1-se { background-position: -48px 0; }\n.ui-icon-caret-1-s { background-position: -65px 0; }\n.ui-icon-caret-1-sw { background-position: -80px 0; }\n.ui-icon-caret-1-w { background-position: -96px 0; }\n.ui-icon-caret-1-nw { background-position: -112px 0; }\n.ui-icon-caret-2-n-s { background-position: -128px 0; }\n.ui-icon-caret-2-e-w { background-position: -144px 0; }\n.ui-icon-triangle-1-n { background-position: 0 -16px; }\n.ui-icon-triangle-1-ne { background-position: -16px -16px; }\n.ui-icon-triangle-1-e { background-position: -32px -16px; }\n.ui-icon-triangle-1-se { background-position: -48px -16px; }\n.ui-icon-triangle-1-s { background-position: -65px -16px; }\n.ui-icon-triangle-1-sw { background-position: -80px -16px; }\n.ui-icon-triangle-1-w { background-position: -96px -16px; }\n.ui-icon-triangle-1-nw { background-position: -112px -16px; }\n.ui-icon-triangle-2-n-s { background-position: -128px -16px; }\n.ui-icon-triangle-2-e-w { background-position: -144px -16px; }\n.ui-icon-arrow-1-n { background-position: 0 -32px; }\n.ui-icon-arrow-1-ne { background-position: -16px -32px; }\n.ui-icon-arrow-1-e { background-position: -32px -32px; }\n.ui-icon-arrow-1-se { background-position: -48px -32px; }\n.ui-icon-arrow-1-s { background-position: -65px -32px; }\n.ui-icon-arrow-1-sw { background-position: -80px -32px; }\n.ui-icon-arrow-1-w { background-position: -96px -32px; }\n.ui-icon-arrow-1-nw { background-position: -112px -32px; }\n.ui-icon-arrow-2-n-s { background-position: -128px -32px; }\n.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }\n.ui-icon-arrow-2-e-w { background-position: -160px -32px; }\n.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }\n.ui-icon-arrowstop-1-n { background-position: -192px -32px; }\n.ui-icon-arrowstop-1-e { background-position: -208px -32px; }\n.ui-icon-arrowstop-1-s { background-position: -224px -32px; }\n.ui-icon-arrowstop-1-w { background-position: -240px -32px; }\n.ui-icon-arrowthick-1-n { background-position: 1px -48px; }\n.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }\n.ui-icon-arrowthick-1-e { background-position: -32px -48px; }\n.ui-icon-arrowthick-1-se { background-position: -48px -48px; }\n.ui-icon-arrowthick-1-s { background-position: -64px -48px; }\n.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }\n.ui-icon-arrowthick-1-w { background-position: -96px -48px; }\n.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }\n.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }\n.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }\n.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }\n.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }\n.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }\n.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }\n.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }\n.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }\n.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }\n.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }\n.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }\n.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }\n.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }\n.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }\n.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }\n.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }\n.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }\n.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }\n.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }\n.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }\n.ui-icon-arrow-4 { background-position: 0 -80px; }\n.ui-icon-arrow-4-diag { background-position: -16px -80px; }\n.ui-icon-extlink { background-position: -32px -80px; }\n.ui-icon-newwin { background-position: -48px -80px; }\n.ui-icon-refresh { background-position: -64px -80px; }\n.ui-icon-shuffle { background-position: -80px -80px; }\n.ui-icon-transfer-e-w { background-position: -96px -80px; }\n.ui-icon-transferthick-e-w { background-position: -112px -80px; }\n.ui-icon-folder-collapsed { background-position: 0 -96px; }\n.ui-icon-folder-open { background-position: -16px -96px; }\n.ui-icon-document { background-position: -32px -96px; }\n.ui-icon-document-b { background-position: -48px -96px; }\n.ui-icon-note { background-position: -64px -96px; }\n.ui-icon-mail-closed { background-position: -80px -96px; }\n.ui-icon-mail-open { background-position: -96px -96px; }\n.ui-icon-suitcase { background-position: -112px -96px; }\n.ui-icon-comment { background-position: -128px -96px; }\n.ui-icon-person { background-position: -144px -96px; }\n.ui-icon-print { background-position: -160px -96px; }\n.ui-icon-trash { background-position: -176px -96px; }\n.ui-icon-locked { background-position: -192px -96px; }\n.ui-icon-unlocked { background-position: -208px -96px; }\n.ui-icon-bookmark { background-position: -224px -96px; }\n.ui-icon-tag { background-position: -240px -96px; }\n.ui-icon-home { background-position: 0 -112px; }\n.ui-icon-flag { background-position: -16px -112px; }\n.ui-icon-calendar { background-position: -32px -112px; }\n.ui-icon-cart { background-position: -48px -112px; }\n.ui-icon-pencil { background-position: -64px -112px; }\n.ui-icon-clock { background-position: -80px -112px; }\n.ui-icon-disk { background-position: -96px -112px; }\n.ui-icon-calculator { background-position: -112px -112px; }\n.ui-icon-zoomin { background-position: -128px -112px; }\n.ui-icon-zoomout { background-position: -144px -112px; }\n.ui-icon-search { background-position: -160px -112px; }\n.ui-icon-wrench { background-position: -176px -112px; }\n.ui-icon-gear { background-position: -192px -112px; }\n.ui-icon-heart { background-position: -208px -112px; }\n.ui-icon-star { background-position: -224px -112px; }\n.ui-icon-link { background-position: -240px -112px; }\n.ui-icon-cancel { background-position: 0 -128px; }\n.ui-icon-plus { background-position: -16px -128px; }\n.ui-icon-plusthick { background-position: -32px -128px; }\n.ui-icon-minus { background-position: -48px -128px; }\n.ui-icon-minusthick { background-position: -64px -128px; }\n.ui-icon-close { background-position: -80px -128px; }\n.ui-icon-closethick { background-position: -96px -128px; }\n.ui-icon-key { background-position: -112px -128px; }\n.ui-icon-lightbulb { background-position: -128px -128px; }\n.ui-icon-scissors { background-position: -144px -128px; }\n.ui-icon-clipboard { background-position: -160px -128px; }\n.ui-icon-copy { background-position: -176px -128px; }\n.ui-icon-contact { background-position: -192px -128px; }\n.ui-icon-image { background-position: -208px -128px; }\n.ui-icon-video { background-position: -224px -128px; }\n.ui-icon-script { background-position: -240px -128px; }\n.ui-icon-alert { background-position: 0 -144px; }\n.ui-icon-info { background-position: -16px -144px; }\n.ui-icon-notice { background-position: -32px -144px; }\n.ui-icon-help { background-position: -48px -144px; }\n.ui-icon-check { background-position: -64px -144px; }\n.ui-icon-bullet { background-position: -80px -144px; }\n.ui-icon-radio-on { background-position: -96px -144px; }\n.ui-icon-radio-off { background-position: -112px -144px; }\n.ui-icon-pin-w { background-position: -128px -144px; }\n.ui-icon-pin-s { background-position: -144px -144px; }\n.ui-icon-play { background-position: 0 -160px; }\n.ui-icon-pause { background-position: -16px -160px; }\n.ui-icon-seek-next { background-position: -32px -160px; }\n.ui-icon-seek-prev { background-position: -48px -160px; }\n.ui-icon-seek-end { background-position: -64px -160px; }\n.ui-icon-seek-start { background-position: -80px -160px; }\n/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */\n.ui-icon-seek-first { background-position: -80px -160px; }\n.ui-icon-stop { background-position: -96px -160px; }\n.ui-icon-eject { background-position: -112px -160px; }\n.ui-icon-volume-off { background-position: -128px -160px; }\n.ui-icon-volume-on { background-position: -144px -160px; }\n.ui-icon-power { background-position: 0 -176px; }\n.ui-icon-signal-diag { background-position: -16px -176px; }\n.ui-icon-signal { background-position: -32px -176px; }\n.ui-icon-battery-0 { background-position: -48px -176px; }\n.ui-icon-battery-1 { background-position: -64px -176px; }\n.ui-icon-battery-2 { background-position: -80px -176px; }\n.ui-icon-battery-3 { background-position: -96px -176px; }\n.ui-icon-circle-plus { background-position: 0 -192px; }\n.ui-icon-circle-minus { background-position: -16px -192px; }\n.ui-icon-circle-close { background-position: -32px -192px; }\n.ui-icon-circle-triangle-e { background-position: -48px -192px; }\n.ui-icon-circle-triangle-s { background-position: -64px -192px; }\n.ui-icon-circle-triangle-w { background-position: -80px -192px; }\n.ui-icon-circle-triangle-n { background-position: -96px -192px; }\n.ui-icon-circle-arrow-e { background-position: -112px -192px; }\n.ui-icon-circle-arrow-s { background-position: -128px -192px; }\n.ui-icon-circle-arrow-w { background-position: -144px -192px; }\n.ui-icon-circle-arrow-n { background-position: -160px -192px; }\n.ui-icon-circle-zoomin { background-position: -176px -192px; }\n.ui-icon-circle-zoomout { background-position: -192px -192px; }\n.ui-icon-circle-check { background-position: -208px -192px; }\n.ui-icon-circlesmall-plus { background-position: 0 -208px; }\n.ui-icon-circlesmall-minus { background-position: -16px -208px; }\n.ui-icon-circlesmall-close { background-position: -32px -208px; }\n.ui-icon-squaresmall-plus { background-position: -48px -208px; }\n.ui-icon-squaresmall-minus { background-position: -64px -208px; }\n.ui-icon-squaresmall-close { background-position: -80px -208px; }\n.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }\n.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }\n.ui-icon-grip-solid-vertical { background-position: -32px -224px; }\n.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }\n.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }\n.ui-icon-grip-diagonal-se { background-position: -80px -224px; }\n\n\n/* Misc visuals\n----------------------------------*/\n\n/* Corner radius */\n.ui-corner-all,\n.ui-corner-top,\n.ui-corner-left,\n.ui-corner-tl {\n\tborder-top-left-radius: 3px;\n}\n.ui-corner-all,\n.ui-corner-top,\n.ui-corner-right,\n.ui-corner-tr {\n\tborder-top-right-radius: 3px;\n}\n.ui-corner-all,\n.ui-corner-bottom,\n.ui-corner-left,\n.ui-corner-bl {\n\tborder-bottom-left-radius: 3px;\n}\n.ui-corner-all,\n.ui-corner-bottom,\n.ui-corner-right,\n.ui-corner-br {\n\tborder-bottom-right-radius: 3px;\n}\n\n/* Overlays */\n.ui-widget-overlay {\n\tbackground: #aaaaaa;\n\topacity: .003;\n\tfilter: Alpha(Opacity=.3); /* support: IE8 */\n}\n.ui-widget-shadow {\n\t-webkit-box-shadow: 0px 0px 5px #666666;\n\tbox-shadow: 0px 0px 5px #666666;\n}\n","",{version:3,sources:["webpack://./node_modules/jquery-ui-dist/jquery-ui.css"],names:[],mappings:"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,YAAY;AACb;AACA;CACC,WAAW;CACX,YAAY;CACZ,kBAAkB;CAClB,iBAAiB;CACjB,YAAY;AACb;AACA;;CAEC,sBAAsB;CACtB,UAAU;CACV,WAAW;CACX,iBAAiB;CACjB,mBAAmB;AACpB;AACA;CACC,oBAAoB;AACrB;AACA;CACC,WAAW;CACX,oBAAoB;CACpB,aAAa;AACd;AACA;CACC,kBAAkB;CAClB,eAAe;AAChB;AACA;;CAEC,kBAAkB;CAClB,QAAQ;CACR,YAAY;CACZ,aAAa;AACd;AACA;;CAEC,QAAQ;AACT;AACA;CACC,SAAS;AACV;AACA;CACC,UAAU;AACX;AACA;CACC,SAAS;AACV;AACA;CACC,UAAU;AACX;AACA;;CAEC,cAAc;CACd,kBAAkB;CAClB,SAAS;CACT,iBAAiB;CACjB,QAAQ;CACR,gBAAgB;AACjB;AACA;CACC,eAAe;CACf,kBAAkB;CAClB,kBAAkB;AACnB;AACA;CACC,cAAc;CACd,aAAa;AACd;AACA;;CAEC,UAAU;AACX;AACA;CACC,WAAW;CACX,eAAe;CACf,yBAAyB;CACzB,gBAAgB;AACjB;AACA;CACC,kBAAkB;CAClB,kBAAkB;CAClB,iBAAiB;CACjB,SAAS;AACV;AACA;CACC,SAAS;CACT,YAAY;AACb;AACA;;CAEC,cAAc;CACd,aAAa;CACb,iBAAiB;CACjB,qBAAqB;AACtB;AACA;CACC,sBAAsB;CACtB,kBAAkB;CAClB,eAAe;CACf,cAAc;CACd,eAAe;CACf,gBAAgB;AACjB;AACA;CACC,YAAY;CACZ,sBAAsB;CACtB,eAAe;CACf,4BAA4B;CAC5B,WAAW;CACX,iBAAiB;AAClB;AACA;CACC,WAAW;AACZ;;AAEA,4BAA4B;AAC5B;CACC,WAAW;AACZ;AACA;CACC,WAAW;AACZ;AACA;CACC,UAAU;CACV,mBAAmB;AACpB;AACA;CACC,UAAU;AACX;AACA;CACC,YAAY;AACb;AACA;CACC,UAAU;AACX;AACA;;CAEC,oBAAoB;AACrB;AACA;CACC,WAAW;AACZ;AACA;CACC,WAAW;CACX,WAAW;CACX,YAAY;AACb;;AAEA,gBAAgB;AAChB;CACC,cAAc;AACf;AACA;CACC,UAAU;CACV,UAAU;AACX;AACA;CACC,SAAS;CACT,WAAW;AACZ;AACA;CACC,UAAU;CACV,UAAU;AACX;AACA;CACC,SAAS;CACT,WAAW;AACZ;AACA;CACC,YAAY;AACb;AACA;CACC,WAAW;AACZ;AACA;;CAEC,YAAY;AACb;AACA;;CAEC,qBAAqB;CACrB,sBAAsB;AACvB;;AAEA,UAAU;AACV;CACC,cAAc;CACd,qBAAqB;CACrB,gBAAgB;CAChB,4BAA4B;CAC5B,UAAU;CACV,SAAS;AACV;AACA;CACC,kBAAkB;CAClB,MAAM;CACN,OAAO;CACP,aAAa;CACb,UAAU;AACX;AACA;CACC,iBAAiB;CACjB,kBAAkB;AACnB;AACA;CACC,WAAW;CACX,cAAc;CACd,mBAAmB;CACnB,UAAU;CACV,gBAAgB;CAChB,uBAAuB;AACxB;AACA;CACC,kBAAkB;CAClB,WAAW;CACX,QAAQ;CACR,WAAW;CACX,mBAAmB;CACnB,YAAY;CACZ,YAAY;AACb;AACA;CACC,kBAAkB;CAClB,SAAS;CACT,iBAAiB;CACjB,gBAAgB;CAChB,cAAc;AACf;AACA;CACC,gBAAgB;CAChB,uBAAuB;CACvB,sBAAsB;CACtB,gBAAgB;CAChB,2BAA2B;AAC5B;AACA;CACC,YAAY;AACb;AACA;CACC,wBAAwB;CACxB,eAAe;AAChB;AACA;CACC,WAAW;CACX,MAAM;AACP;AACA;CACC,UAAU;CACV,QAAQ;AACT;AACA;CACC,WAAW;CACX,SAAS;AACV;AACA;CACC,UAAU;CACV,OAAO;AACR;AACA;;;;CAIC,UAAU;CACV,WAAW;AACZ;AACA;CACC,QAAQ;CACR,SAAS;AACV;AACA;CACC,OAAO;CACP,SAAS;AACV;AACA;CACC,QAAQ;CACR,MAAM;AACP;AACA;CACC,OAAO;CACP,MAAM;AACP;AACA;CACC,YAAY;AACb;AACA;CACC,sBAAsB;CACtB,kBAAkB;AACnB;AACA;CACC,kBAAkB;AACnB;AACA;CACC,kBAAkB;CAClB,gBAAgB;CAChB,cAAc;CACd,sBAAsB;CACtB,kBAAkB;AACnB;AACA;;CAEC,aAAa;AACd;AACA;CACC,gBAAgB;CAChB,WAAW;CACX,WAAW;CACX,SAAS;CACT,OAAO;AACR;AACA;CACC,gBAAgB;CAChB,WAAW;CACX,WAAW;CACX,YAAY;CACZ,OAAO;AACR;AACA;CACC,gBAAgB;CAChB,UAAU;CACV,WAAW;CACX,MAAM;CACN,YAAY;AACb;AACA;CACC,gBAAgB;CAChB,UAAU;CACV,UAAU;CACV,MAAM;CACN,YAAY;AACb;AACA;CACC,iBAAiB;CACjB,WAAW;CACX,YAAY;CACZ,UAAU;CACV,WAAW;AACZ;AACA;CACC,iBAAiB;CACjB,UAAU;CACV,WAAW;CACX,UAAU;CACV,YAAY;AACb;AACA;CACC,iBAAiB;CACjB,UAAU;CACV,WAAW;CACX,UAAU;CACV,SAAS;AACV;AACA;CACC,iBAAiB;CACjB,UAAU;CACV,WAAW;CACX,WAAW;CACX,SAAS;AACV;AACA;CACC,WAAW;CACX,gBAAgB;CAChB,gBAAgB;AACjB;AACA;CACC,YAAY;CACZ,YAAY;AACb;AACA;CACC,yzEAAyzE;CACzzE,YAAY;CACZ,yBAAyB,EAAE,iBAAiB;CAC5C,aAAa;AACd;AACA;CACC,sBAAsB;AACvB;AACA;CACC,sBAAsB;CACtB,kBAAkB;AACnB;AACA;CACC,kBAAkB;CAClB,YAAY;CACZ,wBAAwB;AACzB;AACA;CACC,UAAU;CACV,SAAS;CACT,kBAAkB;CAClB,MAAM;CACN,OAAO;CACP,aAAa;AACd;AACA;CACC,cAAc;CACd,kBAAkB;CAClB,mBAAmB;AACpB;AACA;CACC,cAAc;CACd,iBAAiB;CACjB,gBAAgB;CAChB,kBAAkB;CAClB,mBAAmB;CACnB,YAAY;CACZ,SAAS;AACV;AACA;CACC,cAAc;AACf;AACA;CACC,cAAc;CACd,kBAAkB;CAClB,gBAAgB;CAChB,uBAAuB;AACxB;AACA;CACC,gBAAgB;CAChB,mBAAmB;CACnB,WAAW;AACZ;AACA;CACC,YAAY;CACZ,aAAa;AACd;AACA;CACC,kBAAkB;CAClB,gBAAgB;AACjB;AACA;CACC,kBAAkB;CAClB,UAAU;CACV,YAAY;CACZ,aAAa;CACb,eAAe;CACf,sBAAsB;CACtB,kBAAkB;AACnB;AACA;CACC,kBAAkB;CAClB,UAAU;CACV,eAAe;CACf,cAAc;CACd,SAAS;CACT,wBAAwB;AACzB;;AAEA,6BAA6B;AAC7B;;CAEC,eAAe;AAChB;;AAEA;CACC,YAAY;AACb;AACA;CACC,UAAU;CACV,kBAAkB;AACnB;AACA;CACC,MAAM;CACN,YAAY;AACb;AACA;CACC,OAAO;AACR;AACA;CACC,QAAQ;AACT;;AAEA;CACC,WAAW;CACX,aAAa;AACd;AACA;CACC,WAAW;CACX,cAAc;CACd,oBAAoB;AACrB;AACA;CACC,OAAO;CACP,WAAW;AACZ;AACA;CACC,SAAS;AACV;AACA;CACC,MAAM;AACP;AACA;CACC,sBAAsB;CACtB,kBAAkB;AACnB;AACA;CACC,kBAAkB;CAClB,qBAAqB;CACrB,gBAAgB;CAChB,UAAU;CACV,sBAAsB;AACvB;AACA;CACC,YAAY;CACZ,gBAAgB;CAChB,cAAc;CACd,iBAAiB;CACjB,cAAc;CACd,sBAAsB;CACtB,iBAAiB;CACjB,iBAAiB;AAClB;AACA;CACC,YAAY;CACZ,WAAW;CACX,eAAe;CACf,UAAU;CACV,SAAS;CACT,kBAAkB;CAClB,kBAAkB;CAClB,eAAe;CACf,cAAc;CACd,gBAAgB;CAChB,QAAQ;AACT;AACA,+DAA+D;AAC/D;CACC,sBAAsB;CACtB,yBAAyB;CACzB,wBAAwB;AACzB;AACA;CACC,MAAM;AACP;AACA;CACC,SAAS;AACV;AACA;CACC,kBAAkB,CAAC,uIAAuI;CAC1J,aAAa;AACd;AACA;CACC,SAAS;CACT,oBAAoB;AACrB;AACA;CACC,gBAAgB;CAChB,WAAW;CACX,kBAAkB;CAClB,MAAM;CACN,oBAAoB;CACpB,sBAAsB;CACtB,UAAU;CACV,mBAAmB;AACpB;AACA;CACC,WAAW;CACX,iBAAiB;CACjB,qBAAqB;AACtB;AACA;CACC,mBAAmB;CACnB,mBAAmB;AACpB;AACA;;;CAGC,YAAY;AACb;AAC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",sourcesContent:['/*! jQuery UI - v1.12.1 - 2016-09-14\n* http://jqueryui.com\n* Includes: core.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, draggable.css, resizable.css, progressbar.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css\n* To view and modify this theme, visit http://jqueryui.com/themeroller/?bgShadowXPos=&bgOverlayXPos=&bgErrorXPos=&bgHighlightXPos=&bgContentXPos=&bgHeaderXPos=&bgActiveXPos=&bgHoverXPos=&bgDefaultXPos=&bgShadowYPos=&bgOverlayYPos=&bgErrorYPos=&bgHighlightYPos=&bgContentYPos=&bgHeaderYPos=&bgActiveYPos=&bgHoverYPos=&bgDefaultYPos=&bgShadowRepeat=&bgOverlayRepeat=&bgErrorRepeat=&bgHighlightRepeat=&bgContentRepeat=&bgHeaderRepeat=&bgActiveRepeat=&bgHoverRepeat=&bgDefaultRepeat=&iconsHover=url(%22images%2Fui-icons_555555_256x240.png%22)&iconsHighlight=url(%22images%2Fui-icons_777620_256x240.png%22)&iconsHeader=url(%22images%2Fui-icons_444444_256x240.png%22)&iconsError=url(%22images%2Fui-icons_cc0000_256x240.png%22)&iconsDefault=url(%22images%2Fui-icons_777777_256x240.png%22)&iconsContent=url(%22images%2Fui-icons_444444_256x240.png%22)&iconsActive=url(%22images%2Fui-icons_ffffff_256x240.png%22)&bgImgUrlShadow=&bgImgUrlOverlay=&bgImgUrlHover=&bgImgUrlHighlight=&bgImgUrlHeader=&bgImgUrlError=&bgImgUrlDefault=&bgImgUrlContent=&bgImgUrlActive=&opacityFilterShadow=Alpha(Opacity%3D30)&opacityFilterOverlay=Alpha(Opacity%3D30)&opacityShadowPerc=30&opacityOverlayPerc=30&iconColorHover=%23555555&iconColorHighlight=%23777620&iconColorHeader=%23444444&iconColorError=%23cc0000&iconColorDefault=%23777777&iconColorContent=%23444444&iconColorActive=%23ffffff&bgImgOpacityShadow=0&bgImgOpacityOverlay=0&bgImgOpacityError=95&bgImgOpacityHighlight=55&bgImgOpacityContent=75&bgImgOpacityHeader=75&bgImgOpacityActive=65&bgImgOpacityHover=75&bgImgOpacityDefault=75&bgTextureShadow=flat&bgTextureOverlay=flat&bgTextureError=flat&bgTextureHighlight=flat&bgTextureContent=flat&bgTextureHeader=flat&bgTextureActive=flat&bgTextureHover=flat&bgTextureDefault=flat&cornerRadius=3px&fwDefault=normal&ffDefault=Arial%2CHelvetica%2Csans-serif&fsDefault=1em&cornerRadiusShadow=8px&thicknessShadow=5px&offsetLeftShadow=0px&offsetTopShadow=0px&opacityShadow=.3&bgColorShadow=%23666666&opacityOverlay=.3&bgColorOverlay=%23aaaaaa&fcError=%235f3f3f&borderColorError=%23f1a899&bgColorError=%23fddfdf&fcHighlight=%23777620&borderColorHighlight=%23dad55e&bgColorHighlight=%23fffa90&fcContent=%23333333&borderColorContent=%23dddddd&bgColorContent=%23ffffff&fcHeader=%23333333&borderColorHeader=%23dddddd&bgColorHeader=%23e9e9e9&fcActive=%23ffffff&borderColorActive=%23003eff&bgColorActive=%23007fff&fcHover=%232b2b2b&borderColorHover=%23cccccc&bgColorHover=%23ededed&fcDefault=%23454545&borderColorDefault=%23c5c5c5&bgColorDefault=%23f6f6f6\n* Copyright jQuery Foundation and other contributors; Licensed MIT */\n\n/* Layout helpers\n----------------------------------*/\n.ui-helper-hidden {\n\tdisplay: none;\n}\n.ui-helper-hidden-accessible {\n\tborder: 0;\n\tclip: rect(0 0 0 0);\n\theight: 1px;\n\tmargin: -1px;\n\toverflow: hidden;\n\tpadding: 0;\n\tposition: absolute;\n\twidth: 1px;\n}\n.ui-helper-reset {\n\tmargin: 0;\n\tpadding: 0;\n\tborder: 0;\n\toutline: 0;\n\tline-height: 1.3;\n\ttext-decoration: none;\n\tfont-size: 100%;\n\tlist-style: none;\n}\n.ui-helper-clearfix:before,\n.ui-helper-clearfix:after {\n\tcontent: "";\n\tdisplay: table;\n\tborder-collapse: collapse;\n}\n.ui-helper-clearfix:after {\n\tclear: both;\n}\n.ui-helper-zfix {\n\twidth: 100%;\n\theight: 100%;\n\ttop: 0;\n\tleft: 0;\n\tposition: absolute;\n\topacity: 0;\n\tfilter:Alpha(Opacity=0); /* support: IE8 */\n}\n\n.ui-front {\n\tz-index: 100;\n}\n\n\n/* Interaction Cues\n----------------------------------*/\n.ui-state-disabled {\n\tcursor: default !important;\n\tpointer-events: none;\n}\n\n\n/* Icons\n----------------------------------*/\n.ui-icon {\n\tdisplay: inline-block;\n\tvertical-align: middle;\n\tmargin-top: -.25em;\n\tposition: relative;\n\ttext-indent: -99999px;\n\toverflow: hidden;\n\tbackground-repeat: no-repeat;\n}\n\n.ui-widget-icon-block {\n\tleft: 50%;\n\tmargin-left: -8px;\n\tdisplay: block;\n}\n\n/* Misc visuals\n----------------------------------*/\n\n/* Overlays */\n.ui-widget-overlay {\n\tposition: fixed;\n\ttop: 0;\n\tleft: 0;\n\twidth: 100%;\n\theight: 100%;\n}\n.ui-accordion .ui-accordion-header {\n\tdisplay: block;\n\tcursor: pointer;\n\tposition: relative;\n\tmargin: 2px 0 0 0;\n\tpadding: .5em .5em .5em .7em;\n\tfont-size: 100%;\n}\n.ui-accordion .ui-accordion-content {\n\tpadding: 1em 2.2em;\n\tborder-top: 0;\n\toverflow: auto;\n}\n.ui-autocomplete {\n\tposition: absolute;\n\ttop: 0;\n\tleft: 0;\n\tcursor: default;\n}\n.ui-menu {\n\tlist-style: none;\n\tpadding: 0;\n\tmargin: 0;\n\tdisplay: block;\n\toutline: 0;\n}\n.ui-menu .ui-menu {\n\tposition: absolute;\n}\n.ui-menu .ui-menu-item {\n\tmargin: 0;\n\tcursor: pointer;\n\t/* support: IE10, see #8844 */\n\tlist-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");\n}\n.ui-menu .ui-menu-item-wrapper {\n\tposition: relative;\n\tpadding: 3px 1em 3px .4em;\n}\n.ui-menu .ui-menu-divider {\n\tmargin: 5px 0;\n\theight: 0;\n\tfont-size: 0;\n\tline-height: 0;\n\tborder-width: 1px 0 0 0;\n}\n.ui-menu .ui-state-focus,\n.ui-menu .ui-state-active {\n\tmargin: -1px;\n}\n\n/* icon support */\n.ui-menu-icons {\n\tposition: relative;\n}\n.ui-menu-icons .ui-menu-item-wrapper {\n\tpadding-left: 2em;\n}\n\n/* left-aligned */\n.ui-menu .ui-icon {\n\tposition: absolute;\n\ttop: 0;\n\tbottom: 0;\n\tleft: .2em;\n\tmargin: auto 0;\n}\n\n/* right-aligned */\n.ui-menu .ui-menu-icon {\n\tleft: auto;\n\tright: 0;\n}\n.ui-button {\n\tpadding: .4em 1em;\n\tdisplay: inline-block;\n\tposition: relative;\n\tline-height: normal;\n\tmargin-right: .1em;\n\tcursor: pointer;\n\tvertical-align: middle;\n\ttext-align: center;\n\t-webkit-user-select: none;\n\t-moz-user-select: none;\n\t-ms-user-select: none;\n\tuser-select: none;\n\n\t/* Support: IE <= 11 */\n\toverflow: visible;\n}\n\n.ui-button,\n.ui-button:link,\n.ui-button:visited,\n.ui-button:hover,\n.ui-button:active {\n\ttext-decoration: none;\n}\n\n/* to make room for the icon, a width needs to be set here */\n.ui-button-icon-only {\n\twidth: 2em;\n\tbox-sizing: border-box;\n\ttext-indent: -9999px;\n\twhite-space: nowrap;\n}\n\n/* no icon support for input elements */\ninput.ui-button.ui-button-icon-only {\n\ttext-indent: 0;\n}\n\n/* button icon element(s) */\n.ui-button-icon-only .ui-icon {\n\tposition: absolute;\n\ttop: 50%;\n\tleft: 50%;\n\tmargin-top: -8px;\n\tmargin-left: -8px;\n}\n\n.ui-button.ui-icon-notext .ui-icon {\n\tpadding: 0;\n\twidth: 2.1em;\n\theight: 2.1em;\n\ttext-indent: -9999px;\n\twhite-space: nowrap;\n\n}\n\ninput.ui-button.ui-icon-notext .ui-icon {\n\twidth: auto;\n\theight: auto;\n\ttext-indent: 0;\n\twhite-space: normal;\n\tpadding: .4em 1em;\n}\n\n/* workarounds */\n/* Support: Firefox 5 - 40 */\ninput.ui-button::-moz-focus-inner,\nbutton.ui-button::-moz-focus-inner {\n\tborder: 0;\n\tpadding: 0;\n}\n.ui-controlgroup {\n\tvertical-align: middle;\n\tdisplay: inline-block;\n}\n.ui-controlgroup > .ui-controlgroup-item {\n\tfloat: left;\n\tmargin-left: 0;\n\tmargin-right: 0;\n}\n.ui-controlgroup > .ui-controlgroup-item:focus,\n.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus {\n\tz-index: 9999;\n}\n.ui-controlgroup-vertical > .ui-controlgroup-item {\n\tdisplay: block;\n\tfloat: none;\n\twidth: 100%;\n\tmargin-top: 0;\n\tmargin-bottom: 0;\n\ttext-align: left;\n}\n.ui-controlgroup-vertical .ui-controlgroup-item {\n\tbox-sizing: border-box;\n}\n.ui-controlgroup .ui-controlgroup-label {\n\tpadding: .4em 1em;\n}\n.ui-controlgroup .ui-controlgroup-label span {\n\tfont-size: 80%;\n}\n.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {\n\tborder-left: none;\n}\n.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {\n\tborder-top: none;\n}\n.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {\n\tborder-right: none;\n}\n.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {\n\tborder-bottom: none;\n}\n\n/* Spinner specific style fixes */\n.ui-controlgroup-vertical .ui-spinner-input {\n\n\t/* Support: IE8 only, Android < 4.4 only */\n\twidth: 75%;\n\twidth: calc( 100% - 2.4em );\n}\n.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {\n\tborder-top-style: solid;\n}\n\n.ui-checkboxradio-label .ui-icon-background {\n\tbox-shadow: inset 1px 1px 1px #ccc;\n\tborder-radius: .12em;\n\tborder: none;\n}\n.ui-checkboxradio-radio-label .ui-icon-background {\n\twidth: 16px;\n\theight: 16px;\n\tborder-radius: 1em;\n\toverflow: visible;\n\tborder: none;\n}\n.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,\n.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {\n\tbackground-image: none;\n\twidth: 8px;\n\theight: 8px;\n\tborder-width: 4px;\n\tborder-style: solid;\n}\n.ui-checkboxradio-disabled {\n\tpointer-events: none;\n}\n.ui-datepicker {\n\twidth: 17em;\n\tpadding: .2em .2em 0;\n\tdisplay: none;\n}\n.ui-datepicker .ui-datepicker-header {\n\tposition: relative;\n\tpadding: .2em 0;\n}\n.ui-datepicker .ui-datepicker-prev,\n.ui-datepicker .ui-datepicker-next {\n\tposition: absolute;\n\ttop: 2px;\n\twidth: 1.8em;\n\theight: 1.8em;\n}\n.ui-datepicker .ui-datepicker-prev-hover,\n.ui-datepicker .ui-datepicker-next-hover {\n\ttop: 1px;\n}\n.ui-datepicker .ui-datepicker-prev {\n\tleft: 2px;\n}\n.ui-datepicker .ui-datepicker-next {\n\tright: 2px;\n}\n.ui-datepicker .ui-datepicker-prev-hover {\n\tleft: 1px;\n}\n.ui-datepicker .ui-datepicker-next-hover {\n\tright: 1px;\n}\n.ui-datepicker .ui-datepicker-prev span,\n.ui-datepicker .ui-datepicker-next span {\n\tdisplay: block;\n\tposition: absolute;\n\tleft: 50%;\n\tmargin-left: -8px;\n\ttop: 50%;\n\tmargin-top: -8px;\n}\n.ui-datepicker .ui-datepicker-title {\n\tmargin: 0 2.3em;\n\tline-height: 1.8em;\n\ttext-align: center;\n}\n.ui-datepicker .ui-datepicker-title select {\n\tfont-size: 1em;\n\tmargin: 1px 0;\n}\n.ui-datepicker select.ui-datepicker-month,\n.ui-datepicker select.ui-datepicker-year {\n\twidth: 45%;\n}\n.ui-datepicker table {\n\twidth: 100%;\n\tfont-size: .9em;\n\tborder-collapse: collapse;\n\tmargin: 0 0 .4em;\n}\n.ui-datepicker th {\n\tpadding: .7em .3em;\n\ttext-align: center;\n\tfont-weight: bold;\n\tborder: 0;\n}\n.ui-datepicker td {\n\tborder: 0;\n\tpadding: 1px;\n}\n.ui-datepicker td span,\n.ui-datepicker td a {\n\tdisplay: block;\n\tpadding: .2em;\n\ttext-align: right;\n\ttext-decoration: none;\n}\n.ui-datepicker .ui-datepicker-buttonpane {\n\tbackground-image: none;\n\tmargin: .7em 0 0 0;\n\tpadding: 0 .2em;\n\tborder-left: 0;\n\tborder-right: 0;\n\tborder-bottom: 0;\n}\n.ui-datepicker .ui-datepicker-buttonpane button {\n\tfloat: right;\n\tmargin: .5em .2em .4em;\n\tcursor: pointer;\n\tpadding: .2em .6em .3em .6em;\n\twidth: auto;\n\toverflow: visible;\n}\n.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {\n\tfloat: left;\n}\n\n/* with multiple calendars */\n.ui-datepicker.ui-datepicker-multi {\n\twidth: auto;\n}\n.ui-datepicker-multi .ui-datepicker-group {\n\tfloat: left;\n}\n.ui-datepicker-multi .ui-datepicker-group table {\n\twidth: 95%;\n\tmargin: 0 auto .4em;\n}\n.ui-datepicker-multi-2 .ui-datepicker-group {\n\twidth: 50%;\n}\n.ui-datepicker-multi-3 .ui-datepicker-group {\n\twidth: 33.3%;\n}\n.ui-datepicker-multi-4 .ui-datepicker-group {\n\twidth: 25%;\n}\n.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,\n.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {\n\tborder-left-width: 0;\n}\n.ui-datepicker-multi .ui-datepicker-buttonpane {\n\tclear: left;\n}\n.ui-datepicker-row-break {\n\tclear: both;\n\twidth: 100%;\n\tfont-size: 0;\n}\n\n/* RTL support */\n.ui-datepicker-rtl {\n\tdirection: rtl;\n}\n.ui-datepicker-rtl .ui-datepicker-prev {\n\tright: 2px;\n\tleft: auto;\n}\n.ui-datepicker-rtl .ui-datepicker-next {\n\tleft: 2px;\n\tright: auto;\n}\n.ui-datepicker-rtl .ui-datepicker-prev:hover {\n\tright: 1px;\n\tleft: auto;\n}\n.ui-datepicker-rtl .ui-datepicker-next:hover {\n\tleft: 1px;\n\tright: auto;\n}\n.ui-datepicker-rtl .ui-datepicker-buttonpane {\n\tclear: right;\n}\n.ui-datepicker-rtl .ui-datepicker-buttonpane button {\n\tfloat: left;\n}\n.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,\n.ui-datepicker-rtl .ui-datepicker-group {\n\tfloat: right;\n}\n.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,\n.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {\n\tborder-right-width: 0;\n\tborder-left-width: 1px;\n}\n\n/* Icons */\n.ui-datepicker .ui-icon {\n\tdisplay: block;\n\ttext-indent: -99999px;\n\toverflow: hidden;\n\tbackground-repeat: no-repeat;\n\tleft: .5em;\n\ttop: .3em;\n}\n.ui-dialog {\n\tposition: absolute;\n\ttop: 0;\n\tleft: 0;\n\tpadding: .2em;\n\toutline: 0;\n}\n.ui-dialog .ui-dialog-titlebar {\n\tpadding: .4em 1em;\n\tposition: relative;\n}\n.ui-dialog .ui-dialog-title {\n\tfloat: left;\n\tmargin: .1em 0;\n\twhite-space: nowrap;\n\twidth: 90%;\n\toverflow: hidden;\n\ttext-overflow: ellipsis;\n}\n.ui-dialog .ui-dialog-titlebar-close {\n\tposition: absolute;\n\tright: .3em;\n\ttop: 50%;\n\twidth: 20px;\n\tmargin: -10px 0 0 0;\n\tpadding: 1px;\n\theight: 20px;\n}\n.ui-dialog .ui-dialog-content {\n\tposition: relative;\n\tborder: 0;\n\tpadding: .5em 1em;\n\tbackground: none;\n\toverflow: auto;\n}\n.ui-dialog .ui-dialog-buttonpane {\n\ttext-align: left;\n\tborder-width: 1px 0 0 0;\n\tbackground-image: none;\n\tmargin-top: .5em;\n\tpadding: .3em 1em .5em .4em;\n}\n.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {\n\tfloat: right;\n}\n.ui-dialog .ui-dialog-buttonpane button {\n\tmargin: .5em .4em .5em 0;\n\tcursor: pointer;\n}\n.ui-dialog .ui-resizable-n {\n\theight: 2px;\n\ttop: 0;\n}\n.ui-dialog .ui-resizable-e {\n\twidth: 2px;\n\tright: 0;\n}\n.ui-dialog .ui-resizable-s {\n\theight: 2px;\n\tbottom: 0;\n}\n.ui-dialog .ui-resizable-w {\n\twidth: 2px;\n\tleft: 0;\n}\n.ui-dialog .ui-resizable-se,\n.ui-dialog .ui-resizable-sw,\n.ui-dialog .ui-resizable-ne,\n.ui-dialog .ui-resizable-nw {\n\twidth: 7px;\n\theight: 7px;\n}\n.ui-dialog .ui-resizable-se {\n\tright: 0;\n\tbottom: 0;\n}\n.ui-dialog .ui-resizable-sw {\n\tleft: 0;\n\tbottom: 0;\n}\n.ui-dialog .ui-resizable-ne {\n\tright: 0;\n\ttop: 0;\n}\n.ui-dialog .ui-resizable-nw {\n\tleft: 0;\n\ttop: 0;\n}\n.ui-draggable .ui-dialog-titlebar {\n\tcursor: move;\n}\n.ui-draggable-handle {\n\t-ms-touch-action: none;\n\ttouch-action: none;\n}\n.ui-resizable {\n\tposition: relative;\n}\n.ui-resizable-handle {\n\tposition: absolute;\n\tfont-size: 0.1px;\n\tdisplay: block;\n\t-ms-touch-action: none;\n\ttouch-action: none;\n}\n.ui-resizable-disabled .ui-resizable-handle,\n.ui-resizable-autohide .ui-resizable-handle {\n\tdisplay: none;\n}\n.ui-resizable-n {\n\tcursor: n-resize;\n\theight: 7px;\n\twidth: 100%;\n\ttop: -5px;\n\tleft: 0;\n}\n.ui-resizable-s {\n\tcursor: s-resize;\n\theight: 7px;\n\twidth: 100%;\n\tbottom: -5px;\n\tleft: 0;\n}\n.ui-resizable-e {\n\tcursor: e-resize;\n\twidth: 7px;\n\tright: -5px;\n\ttop: 0;\n\theight: 100%;\n}\n.ui-resizable-w {\n\tcursor: w-resize;\n\twidth: 7px;\n\tleft: -5px;\n\ttop: 0;\n\theight: 100%;\n}\n.ui-resizable-se {\n\tcursor: se-resize;\n\twidth: 12px;\n\theight: 12px;\n\tright: 1px;\n\tbottom: 1px;\n}\n.ui-resizable-sw {\n\tcursor: sw-resize;\n\twidth: 9px;\n\theight: 9px;\n\tleft: -5px;\n\tbottom: -5px;\n}\n.ui-resizable-nw {\n\tcursor: nw-resize;\n\twidth: 9px;\n\theight: 9px;\n\tleft: -5px;\n\ttop: -5px;\n}\n.ui-resizable-ne {\n\tcursor: ne-resize;\n\twidth: 9px;\n\theight: 9px;\n\tright: -5px;\n\ttop: -5px;\n}\n.ui-progressbar {\n\theight: 2em;\n\ttext-align: left;\n\toverflow: hidden;\n}\n.ui-progressbar .ui-progressbar-value {\n\tmargin: -1px;\n\theight: 100%;\n}\n.ui-progressbar .ui-progressbar-overlay {\n\tbackground: url("data:image/gif;base64,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");\n\theight: 100%;\n\tfilter: alpha(opacity=25); /* support: IE8 */\n\topacity: 0.25;\n}\n.ui-progressbar-indeterminate .ui-progressbar-value {\n\tbackground-image: none;\n}\n.ui-selectable {\n\t-ms-touch-action: none;\n\ttouch-action: none;\n}\n.ui-selectable-helper {\n\tposition: absolute;\n\tz-index: 100;\n\tborder: 1px dotted black;\n}\n.ui-selectmenu-menu {\n\tpadding: 0;\n\tmargin: 0;\n\tposition: absolute;\n\ttop: 0;\n\tleft: 0;\n\tdisplay: none;\n}\n.ui-selectmenu-menu .ui-menu {\n\toverflow: auto;\n\toverflow-x: hidden;\n\tpadding-bottom: 1px;\n}\n.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {\n\tfont-size: 1em;\n\tfont-weight: bold;\n\tline-height: 1.5;\n\tpadding: 2px 0.4em;\n\tmargin: 0.5em 0 0 0;\n\theight: auto;\n\tborder: 0;\n}\n.ui-selectmenu-open {\n\tdisplay: block;\n}\n.ui-selectmenu-text {\n\tdisplay: block;\n\tmargin-right: 20px;\n\toverflow: hidden;\n\ttext-overflow: ellipsis;\n}\n.ui-selectmenu-button.ui-button {\n\ttext-align: left;\n\twhite-space: nowrap;\n\twidth: 14em;\n}\n.ui-selectmenu-icon.ui-icon {\n\tfloat: right;\n\tmargin-top: 0;\n}\n.ui-slider {\n\tposition: relative;\n\ttext-align: left;\n}\n.ui-slider .ui-slider-handle {\n\tposition: absolute;\n\tz-index: 2;\n\twidth: 1.2em;\n\theight: 1.2em;\n\tcursor: default;\n\t-ms-touch-action: none;\n\ttouch-action: none;\n}\n.ui-slider .ui-slider-range {\n\tposition: absolute;\n\tz-index: 1;\n\tfont-size: .7em;\n\tdisplay: block;\n\tborder: 0;\n\tbackground-position: 0 0;\n}\n\n/* support: IE8 - See #6727 */\n.ui-slider.ui-state-disabled .ui-slider-handle,\n.ui-slider.ui-state-disabled .ui-slider-range {\n\tfilter: inherit;\n}\n\n.ui-slider-horizontal {\n\theight: .8em;\n}\n.ui-slider-horizontal .ui-slider-handle {\n\ttop: -.3em;\n\tmargin-left: -.6em;\n}\n.ui-slider-horizontal .ui-slider-range {\n\ttop: 0;\n\theight: 100%;\n}\n.ui-slider-horizontal .ui-slider-range-min {\n\tleft: 0;\n}\n.ui-slider-horizontal .ui-slider-range-max {\n\tright: 0;\n}\n\n.ui-slider-vertical {\n\twidth: .8em;\n\theight: 100px;\n}\n.ui-slider-vertical .ui-slider-handle {\n\tleft: -.3em;\n\tmargin-left: 0;\n\tmargin-bottom: -.6em;\n}\n.ui-slider-vertical .ui-slider-range {\n\tleft: 0;\n\twidth: 100%;\n}\n.ui-slider-vertical .ui-slider-range-min {\n\tbottom: 0;\n}\n.ui-slider-vertical .ui-slider-range-max {\n\ttop: 0;\n}\n.ui-sortable-handle {\n\t-ms-touch-action: none;\n\ttouch-action: none;\n}\n.ui-spinner {\n\tposition: relative;\n\tdisplay: inline-block;\n\toverflow: hidden;\n\tpadding: 0;\n\tvertical-align: middle;\n}\n.ui-spinner-input {\n\tborder: none;\n\tbackground: none;\n\tcolor: inherit;\n\tpadding: .222em 0;\n\tmargin: .2em 0;\n\tvertical-align: middle;\n\tmargin-left: .4em;\n\tmargin-right: 2em;\n}\n.ui-spinner-button {\n\twidth: 1.6em;\n\theight: 50%;\n\tfont-size: .5em;\n\tpadding: 0;\n\tmargin: 0;\n\ttext-align: center;\n\tposition: absolute;\n\tcursor: default;\n\tdisplay: block;\n\toverflow: hidden;\n\tright: 0;\n}\n/* more specificity required here to override default borders */\n.ui-spinner a.ui-spinner-button {\n\tborder-top-style: none;\n\tborder-bottom-style: none;\n\tborder-right-style: none;\n}\n.ui-spinner-up {\n\ttop: 0;\n}\n.ui-spinner-down {\n\tbottom: 0;\n}\n.ui-tabs {\n\tposition: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */\n\tpadding: .2em;\n}\n.ui-tabs .ui-tabs-nav {\n\tmargin: 0;\n\tpadding: .2em .2em 0;\n}\n.ui-tabs .ui-tabs-nav li {\n\tlist-style: none;\n\tfloat: left;\n\tposition: relative;\n\ttop: 0;\n\tmargin: 1px .2em 0 0;\n\tborder-bottom-width: 0;\n\tpadding: 0;\n\twhite-space: nowrap;\n}\n.ui-tabs .ui-tabs-nav .ui-tabs-anchor {\n\tfloat: left;\n\tpadding: .5em 1em;\n\ttext-decoration: none;\n}\n.ui-tabs .ui-tabs-nav li.ui-tabs-active {\n\tmargin-bottom: -1px;\n\tpadding-bottom: 1px;\n}\n.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,\n.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,\n.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {\n\tcursor: text;\n}\n.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {\n\tcursor: pointer;\n}\n.ui-tabs .ui-tabs-panel {\n\tdisplay: block;\n\tborder-width: 0;\n\tpadding: 1em 1.4em;\n\tbackground: none;\n}\n.ui-tooltip {\n\tpadding: 8px;\n\tposition: absolute;\n\tz-index: 9999;\n\tmax-width: 300px;\n}\nbody .ui-tooltip {\n\tborder-width: 2px;\n}\n\n/* Component containers\n----------------------------------*/\n.ui-widget {\n\tfont-family: Arial,Helvetica,sans-serif;\n\tfont-size: 1em;\n}\n.ui-widget .ui-widget {\n\tfont-size: 1em;\n}\n.ui-widget input,\n.ui-widget select,\n.ui-widget textarea,\n.ui-widget button {\n\tfont-family: Arial,Helvetica,sans-serif;\n\tfont-size: 1em;\n}\n.ui-widget.ui-widget-content {\n\tborder: 1px solid #c5c5c5;\n}\n.ui-widget-content {\n\tborder: 1px solid #dddddd;\n\tbackground: #ffffff;\n\tcolor: #333333;\n}\n.ui-widget-content a {\n\tcolor: #333333;\n}\n.ui-widget-header {\n\tborder: 1px solid #dddddd;\n\tbackground: #e9e9e9;\n\tcolor: #333333;\n\tfont-weight: bold;\n}\n.ui-widget-header a {\n\tcolor: #333333;\n}\n\n/* Interaction states\n----------------------------------*/\n.ui-state-default,\n.ui-widget-content .ui-state-default,\n.ui-widget-header .ui-state-default,\n.ui-button,\n\n/* We use html here because we need a greater specificity to make sure disabled\nworks properly when clicked or hovered */\nhtml .ui-button.ui-state-disabled:hover,\nhtml .ui-button.ui-state-disabled:active {\n\tborder: 1px solid #c5c5c5;\n\tbackground: #f6f6f6;\n\tfont-weight: normal;\n\tcolor: #454545;\n}\n.ui-state-default a,\n.ui-state-default a:link,\n.ui-state-default a:visited,\na.ui-button,\na:link.ui-button,\na:visited.ui-button,\n.ui-button {\n\tcolor: #454545;\n\ttext-decoration: none;\n}\n.ui-state-hover,\n.ui-widget-content .ui-state-hover,\n.ui-widget-header .ui-state-hover,\n.ui-state-focus,\n.ui-widget-content .ui-state-focus,\n.ui-widget-header .ui-state-focus,\n.ui-button:hover,\n.ui-button:focus {\n\tborder: 1px solid #cccccc;\n\tbackground: #ededed;\n\tfont-weight: normal;\n\tcolor: #2b2b2b;\n}\n.ui-state-hover a,\n.ui-state-hover a:hover,\n.ui-state-hover a:link,\n.ui-state-hover a:visited,\n.ui-state-focus a,\n.ui-state-focus a:hover,\n.ui-state-focus a:link,\n.ui-state-focus a:visited,\na.ui-button:hover,\na.ui-button:focus {\n\tcolor: #2b2b2b;\n\ttext-decoration: none;\n}\n\n.ui-visual-focus {\n\tbox-shadow: 0 0 3px 1px rgb(94, 158, 214);\n}\n.ui-state-active,\n.ui-widget-content .ui-state-active,\n.ui-widget-header .ui-state-active,\na.ui-button:active,\n.ui-button:active,\n.ui-button.ui-state-active:hover {\n\tborder: 1px solid #003eff;\n\tbackground: #007fff;\n\tfont-weight: normal;\n\tcolor: #ffffff;\n}\n.ui-icon-background,\n.ui-state-active .ui-icon-background {\n\tborder: #003eff;\n\tbackground-color: #ffffff;\n}\n.ui-state-active a,\n.ui-state-active a:link,\n.ui-state-active a:visited {\n\tcolor: #ffffff;\n\ttext-decoration: none;\n}\n\n/* Interaction Cues\n----------------------------------*/\n.ui-state-highlight,\n.ui-widget-content .ui-state-highlight,\n.ui-widget-header .ui-state-highlight {\n\tborder: 1px solid #dad55e;\n\tbackground: #fffa90;\n\tcolor: #777620;\n}\n.ui-state-checked {\n\tborder: 1px solid #dad55e;\n\tbackground: #fffa90;\n}\n.ui-state-highlight a,\n.ui-widget-content .ui-state-highlight a,\n.ui-widget-header .ui-state-highlight a {\n\tcolor: #777620;\n}\n.ui-state-error,\n.ui-widget-content .ui-state-error,\n.ui-widget-header .ui-state-error {\n\tborder: 1px solid #f1a899;\n\tbackground: #fddfdf;\n\tcolor: #5f3f3f;\n}\n.ui-state-error a,\n.ui-widget-content .ui-state-error a,\n.ui-widget-header .ui-state-error a {\n\tcolor: #5f3f3f;\n}\n.ui-state-error-text,\n.ui-widget-content .ui-state-error-text,\n.ui-widget-header .ui-state-error-text {\n\tcolor: #5f3f3f;\n}\n.ui-priority-primary,\n.ui-widget-content .ui-priority-primary,\n.ui-widget-header .ui-priority-primary {\n\tfont-weight: bold;\n}\n.ui-priority-secondary,\n.ui-widget-content .ui-priority-secondary,\n.ui-widget-header .ui-priority-secondary {\n\topacity: .7;\n\tfilter:Alpha(Opacity=70); /* support: IE8 */\n\tfont-weight: normal;\n}\n.ui-state-disabled,\n.ui-widget-content .ui-state-disabled,\n.ui-widget-header .ui-state-disabled {\n\topacity: .35;\n\tfilter:Alpha(Opacity=35); /* support: IE8 */\n\tbackground-image: none;\n}\n.ui-state-disabled .ui-icon {\n\tfilter:Alpha(Opacity=35); /* support: IE8 - See #6059 */\n}\n\n/* Icons\n----------------------------------*/\n\n/* states and images */\n.ui-icon {\n\twidth: 16px;\n\theight: 16px;\n}\n.ui-icon,\n.ui-widget-content .ui-icon {\n\tbackground-image: url("images/ui-icons_444444_256x240.png");\n}\n.ui-widget-header .ui-icon {\n\tbackground-image: url("images/ui-icons_444444_256x240.png");\n}\n.ui-state-hover .ui-icon,\n.ui-state-focus .ui-icon,\n.ui-button:hover .ui-icon,\n.ui-button:focus .ui-icon {\n\tbackground-image: url("images/ui-icons_555555_256x240.png");\n}\n.ui-state-active .ui-icon,\n.ui-button:active .ui-icon {\n\tbackground-image: url("images/ui-icons_ffffff_256x240.png");\n}\n.ui-state-highlight .ui-icon,\n.ui-button .ui-state-highlight.ui-icon {\n\tbackground-image: url("images/ui-icons_777620_256x240.png");\n}\n.ui-state-error .ui-icon,\n.ui-state-error-text .ui-icon {\n\tbackground-image: url("images/ui-icons_cc0000_256x240.png");\n}\n.ui-button .ui-icon {\n\tbackground-image: url("images/ui-icons_777777_256x240.png");\n}\n\n/* positioning */\n.ui-icon-blank { background-position: 16px 16px; }\n.ui-icon-caret-1-n { background-position: 0 0; }\n.ui-icon-caret-1-ne { background-position: -16px 0; }\n.ui-icon-caret-1-e { background-position: -32px 0; }\n.ui-icon-caret-1-se { background-position: -48px 0; }\n.ui-icon-caret-1-s { background-position: -65px 0; }\n.ui-icon-caret-1-sw { background-position: -80px 0; }\n.ui-icon-caret-1-w { background-position: -96px 0; }\n.ui-icon-caret-1-nw { background-position: -112px 0; }\n.ui-icon-caret-2-n-s { background-position: -128px 0; }\n.ui-icon-caret-2-e-w { background-position: -144px 0; }\n.ui-icon-triangle-1-n { background-position: 0 -16px; }\n.ui-icon-triangle-1-ne { background-position: -16px -16px; }\n.ui-icon-triangle-1-e { background-position: -32px -16px; }\n.ui-icon-triangle-1-se { background-position: -48px -16px; }\n.ui-icon-triangle-1-s { background-position: -65px -16px; }\n.ui-icon-triangle-1-sw { background-position: -80px -16px; }\n.ui-icon-triangle-1-w { background-position: -96px -16px; }\n.ui-icon-triangle-1-nw { background-position: -112px -16px; }\n.ui-icon-triangle-2-n-s { background-position: -128px -16px; }\n.ui-icon-triangle-2-e-w { background-position: -144px -16px; }\n.ui-icon-arrow-1-n { background-position: 0 -32px; }\n.ui-icon-arrow-1-ne { background-position: -16px -32px; }\n.ui-icon-arrow-1-e { background-position: -32px -32px; }\n.ui-icon-arrow-1-se { background-position: -48px -32px; }\n.ui-icon-arrow-1-s { background-position: -65px -32px; }\n.ui-icon-arrow-1-sw { background-position: -80px -32px; }\n.ui-icon-arrow-1-w { background-position: -96px -32px; }\n.ui-icon-arrow-1-nw { background-position: -112px -32px; }\n.ui-icon-arrow-2-n-s { background-position: -128px -32px; }\n.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }\n.ui-icon-arrow-2-e-w { background-position: -160px -32px; }\n.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }\n.ui-icon-arrowstop-1-n { background-position: -192px -32px; }\n.ui-icon-arrowstop-1-e { background-position: -208px -32px; }\n.ui-icon-arrowstop-1-s { background-position: -224px -32px; }\n.ui-icon-arrowstop-1-w { background-position: -240px -32px; }\n.ui-icon-arrowthick-1-n { background-position: 1px -48px; }\n.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }\n.ui-icon-arrowthick-1-e { background-position: -32px -48px; }\n.ui-icon-arrowthick-1-se { background-position: -48px -48px; }\n.ui-icon-arrowthick-1-s { background-position: -64px -48px; }\n.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }\n.ui-icon-arrowthick-1-w { background-position: -96px -48px; }\n.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }\n.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }\n.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }\n.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }\n.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }\n.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }\n.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }\n.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }\n.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }\n.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }\n.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }\n.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }\n.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }\n.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }\n.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }\n.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }\n.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }\n.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }\n.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }\n.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }\n.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }\n.ui-icon-arrow-4 { background-position: 0 -80px; }\n.ui-icon-arrow-4-diag { background-position: -16px -80px; }\n.ui-icon-extlink { background-position: -32px -80px; }\n.ui-icon-newwin { background-position: -48px -80px; }\n.ui-icon-refresh { background-position: -64px -80px; }\n.ui-icon-shuffle { background-position: -80px -80px; }\n.ui-icon-transfer-e-w { background-position: -96px -80px; }\n.ui-icon-transferthick-e-w { background-position: -112px -80px; }\n.ui-icon-folder-collapsed { background-position: 0 -96px; }\n.ui-icon-folder-open { background-position: -16px -96px; }\n.ui-icon-document { background-position: -32px -96px; }\n.ui-icon-document-b { background-position: -48px -96px; }\n.ui-icon-note { background-position: -64px -96px; }\n.ui-icon-mail-closed { background-position: -80px -96px; }\n.ui-icon-mail-open { background-position: -96px -96px; }\n.ui-icon-suitcase { background-position: -112px -96px; }\n.ui-icon-comment { background-position: -128px -96px; }\n.ui-icon-person { background-position: -144px -96px; }\n.ui-icon-print { background-position: -160px -96px; }\n.ui-icon-trash { background-position: -176px -96px; }\n.ui-icon-locked { background-position: -192px -96px; }\n.ui-icon-unlocked { background-position: -208px -96px; }\n.ui-icon-bookmark { background-position: -224px -96px; }\n.ui-icon-tag { background-position: -240px -96px; }\n.ui-icon-home { background-position: 0 -112px; }\n.ui-icon-flag { background-position: -16px -112px; }\n.ui-icon-calendar { background-position: -32px -112px; }\n.ui-icon-cart { background-position: -48px -112px; }\n.ui-icon-pencil { background-position: -64px -112px; }\n.ui-icon-clock { background-position: -80px -112px; }\n.ui-icon-disk { background-position: -96px -112px; }\n.ui-icon-calculator { background-position: -112px -112px; }\n.ui-icon-zoomin { background-position: -128px -112px; }\n.ui-icon-zoomout { background-position: -144px -112px; }\n.ui-icon-search { background-position: -160px -112px; }\n.ui-icon-wrench { background-position: -176px -112px; }\n.ui-icon-gear { background-position: -192px -112px; }\n.ui-icon-heart { background-position: -208px -112px; }\n.ui-icon-star { background-position: -224px -112px; }\n.ui-icon-link { background-position: -240px -112px; }\n.ui-icon-cancel { background-position: 0 -128px; }\n.ui-icon-plus { background-position: -16px -128px; }\n.ui-icon-plusthick { background-position: -32px -128px; }\n.ui-icon-minus { background-position: -48px -128px; }\n.ui-icon-minusthick { background-position: -64px -128px; }\n.ui-icon-close { background-position: -80px -128px; }\n.ui-icon-closethick { background-position: -96px -128px; }\n.ui-icon-key { background-position: -112px -128px; }\n.ui-icon-lightbulb { background-position: -128px -128px; }\n.ui-icon-scissors { background-position: -144px -128px; }\n.ui-icon-clipboard { background-position: -160px -128px; }\n.ui-icon-copy { background-position: -176px -128px; }\n.ui-icon-contact { background-position: -192px -128px; }\n.ui-icon-image { background-position: -208px -128px; }\n.ui-icon-video { background-position: -224px -128px; }\n.ui-icon-script { background-position: -240px -128px; }\n.ui-icon-alert { background-position: 0 -144px; }\n.ui-icon-info { background-position: -16px -144px; }\n.ui-icon-notice { background-position: -32px -144px; }\n.ui-icon-help { background-position: -48px -144px; }\n.ui-icon-check { background-position: -64px -144px; }\n.ui-icon-bullet { background-position: -80px -144px; }\n.ui-icon-radio-on { background-position: -96px -144px; }\n.ui-icon-radio-off { background-position: -112px -144px; }\n.ui-icon-pin-w { background-position: -128px -144px; }\n.ui-icon-pin-s { background-position: -144px -144px; }\n.ui-icon-play { background-position: 0 -160px; }\n.ui-icon-pause { background-position: -16px -160px; }\n.ui-icon-seek-next { background-position: -32px -160px; }\n.ui-icon-seek-prev { background-position: -48px -160px; }\n.ui-icon-seek-end { background-position: -64px -160px; }\n.ui-icon-seek-start { background-position: -80px -160px; }\n/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */\n.ui-icon-seek-first { background-position: -80px -160px; }\n.ui-icon-stop { background-position: -96px -160px; }\n.ui-icon-eject { background-position: -112px -160px; }\n.ui-icon-volume-off { background-position: -128px -160px; }\n.ui-icon-volume-on { background-position: -144px -160px; }\n.ui-icon-power { background-position: 0 -176px; }\n.ui-icon-signal-diag { background-position: -16px -176px; }\n.ui-icon-signal { background-position: -32px -176px; }\n.ui-icon-battery-0 { background-position: -48px -176px; }\n.ui-icon-battery-1 { background-position: -64px -176px; }\n.ui-icon-battery-2 { background-position: -80px -176px; }\n.ui-icon-battery-3 { background-position: -96px -176px; }\n.ui-icon-circle-plus { background-position: 0 -192px; }\n.ui-icon-circle-minus { background-position: -16px -192px; }\n.ui-icon-circle-close { background-position: -32px -192px; }\n.ui-icon-circle-triangle-e { background-position: -48px -192px; }\n.ui-icon-circle-triangle-s { background-position: -64px -192px; }\n.ui-icon-circle-triangle-w { background-position: -80px -192px; }\n.ui-icon-circle-triangle-n { background-position: -96px -192px; }\n.ui-icon-circle-arrow-e { background-position: -112px -192px; }\n.ui-icon-circle-arrow-s { background-position: -128px -192px; }\n.ui-icon-circle-arrow-w { background-position: -144px -192px; }\n.ui-icon-circle-arrow-n { background-position: -160px -192px; }\n.ui-icon-circle-zoomin { background-position: -176px -192px; }\n.ui-icon-circle-zoomout { background-position: -192px -192px; }\n.ui-icon-circle-check { background-position: -208px -192px; }\n.ui-icon-circlesmall-plus { background-position: 0 -208px; }\n.ui-icon-circlesmall-minus { background-position: -16px -208px; }\n.ui-icon-circlesmall-close { background-position: -32px -208px; }\n.ui-icon-squaresmall-plus { background-position: -48px -208px; }\n.ui-icon-squaresmall-minus { background-position: -64px -208px; }\n.ui-icon-squaresmall-close { background-position: -80px -208px; }\n.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }\n.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }\n.ui-icon-grip-solid-vertical { background-position: -32px -224px; }\n.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }\n.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }\n.ui-icon-grip-diagonal-se { background-position: -80px -224px; }\n\n\n/* Misc visuals\n----------------------------------*/\n\n/* Corner radius */\n.ui-corner-all,\n.ui-corner-top,\n.ui-corner-left,\n.ui-corner-tl {\n\tborder-top-left-radius: 3px;\n}\n.ui-corner-all,\n.ui-corner-top,\n.ui-corner-right,\n.ui-corner-tr {\n\tborder-top-right-radius: 3px;\n}\n.ui-corner-all,\n.ui-corner-bottom,\n.ui-corner-left,\n.ui-corner-bl {\n\tborder-bottom-left-radius: 3px;\n}\n.ui-corner-all,\n.ui-corner-bottom,\n.ui-corner-right,\n.ui-corner-br {\n\tborder-bottom-right-radius: 3px;\n}\n\n/* Overlays */\n.ui-widget-overlay {\n\tbackground: #aaaaaa;\n\topacity: .003;\n\tfilter: Alpha(Opacity=.3); /* support: IE8 */\n}\n.ui-widget-shadow {\n\t-webkit-box-shadow: 0px 0px 5px #666666;\n\tbox-shadow: 0px 0px 5px #666666;\n}\n'],sourceRoot:""}]),t.a=m},function(e,t,n){"use strict";var i=n(26),r=n.n(i),o=n(27),a=n.n(o),s=n(30),l=n.n(s),u=n(507),c=n(508),d=n(509),h=n(510),p=n(511),f=n(512),m=a()(r.a),g=l()(u.a),A=l()(c.a),v=l()(d.a),_=l()(h.a),b=l()(p.a),y=l()(f.a);m.push([e.i,"/*!\n * jQuery UI CSS Framework 1.12.1\n * http://jqueryui.com\n *\n * Copyright jQuery Foundation and other contributors\n * Released under the MIT license.\n * http://jquery.org/license\n *\n * http://api.jqueryui.com/category/theming/\n *\n * To view and modify this theme, visit http://jqueryui.com/themeroller/?bgShadowXPos=&bgOverlayXPos=&bgErrorXPos=&bgHighlightXPos=&bgContentXPos=&bgHeaderXPos=&bgActiveXPos=&bgHoverXPos=&bgDefaultXPos=&bgShadowYPos=&bgOverlayYPos=&bgErrorYPos=&bgHighlightYPos=&bgContentYPos=&bgHeaderYPos=&bgActiveYPos=&bgHoverYPos=&bgDefaultYPos=&bgShadowRepeat=&bgOverlayRepeat=&bgErrorRepeat=&bgHighlightRepeat=&bgContentRepeat=&bgHeaderRepeat=&bgActiveRepeat=&bgHoverRepeat=&bgDefaultRepeat=&iconsHover=url(%22images%2Fui-icons_555555_256x240.png%22)&iconsHighlight=url(%22images%2Fui-icons_777620_256x240.png%22)&iconsHeader=url(%22images%2Fui-icons_444444_256x240.png%22)&iconsError=url(%22images%2Fui-icons_cc0000_256x240.png%22)&iconsDefault=url(%22images%2Fui-icons_777777_256x240.png%22)&iconsContent=url(%22images%2Fui-icons_444444_256x240.png%22)&iconsActive=url(%22images%2Fui-icons_ffffff_256x240.png%22)&bgImgUrlShadow=&bgImgUrlOverlay=&bgImgUrlHover=&bgImgUrlHighlight=&bgImgUrlHeader=&bgImgUrlError=&bgImgUrlDefault=&bgImgUrlContent=&bgImgUrlActive=&opacityFilterShadow=Alpha(Opacity%3D30)&opacityFilterOverlay=Alpha(Opacity%3D30)&opacityShadowPerc=30&opacityOverlayPerc=30&iconColorHover=%23555555&iconColorHighlight=%23777620&iconColorHeader=%23444444&iconColorError=%23cc0000&iconColorDefault=%23777777&iconColorContent=%23444444&iconColorActive=%23ffffff&bgImgOpacityShadow=0&bgImgOpacityOverlay=0&bgImgOpacityError=95&bgImgOpacityHighlight=55&bgImgOpacityContent=75&bgImgOpacityHeader=75&bgImgOpacityActive=65&bgImgOpacityHover=75&bgImgOpacityDefault=75&bgTextureShadow=flat&bgTextureOverlay=flat&bgTextureError=flat&bgTextureHighlight=flat&bgTextureContent=flat&bgTextureHeader=flat&bgTextureActive=flat&bgTextureHover=flat&bgTextureDefault=flat&cornerRadius=3px&fwDefault=normal&ffDefault=Arial%2CHelvetica%2Csans-serif&fsDefault=1em&cornerRadiusShadow=8px&thicknessShadow=5px&offsetLeftShadow=0px&offsetTopShadow=0px&opacityShadow=.3&bgColorShadow=%23666666&opacityOverlay=.3&bgColorOverlay=%23aaaaaa&fcError=%235f3f3f&borderColorError=%23f1a899&bgColorError=%23fddfdf&fcHighlight=%23777620&borderColorHighlight=%23dad55e&bgColorHighlight=%23fffa90&fcContent=%23333333&borderColorContent=%23dddddd&bgColorContent=%23ffffff&fcHeader=%23333333&borderColorHeader=%23dddddd&bgColorHeader=%23e9e9e9&fcActive=%23ffffff&borderColorActive=%23003eff&bgColorActive=%23007fff&fcHover=%232b2b2b&borderColorHover=%23cccccc&bgColorHover=%23ededed&fcDefault=%23454545&borderColorDefault=%23c5c5c5&bgColorDefault=%23f6f6f6\n */\n\n\n/* Component containers\n----------------------------------*/\n.ui-widget {\n\tfont-family: Arial,Helvetica,sans-serif;\n\tfont-size: 1em;\n}\n.ui-widget .ui-widget {\n\tfont-size: 1em;\n}\n.ui-widget input,\n.ui-widget select,\n.ui-widget textarea,\n.ui-widget button {\n\tfont-family: Arial,Helvetica,sans-serif;\n\tfont-size: 1em;\n}\n.ui-widget.ui-widget-content {\n\tborder: 1px solid #c5c5c5;\n}\n.ui-widget-content {\n\tborder: 1px solid #dddddd;\n\tbackground: #ffffff;\n\tcolor: #333333;\n}\n.ui-widget-content a {\n\tcolor: #333333;\n}\n.ui-widget-header {\n\tborder: 1px solid #dddddd;\n\tbackground: #e9e9e9;\n\tcolor: #333333;\n\tfont-weight: bold;\n}\n.ui-widget-header a {\n\tcolor: #333333;\n}\n\n/* Interaction states\n----------------------------------*/\n.ui-state-default,\n.ui-widget-content .ui-state-default,\n.ui-widget-header .ui-state-default,\n.ui-button,\n\n/* We use html here because we need a greater specificity to make sure disabled\nworks properly when clicked or hovered */\nhtml .ui-button.ui-state-disabled:hover,\nhtml .ui-button.ui-state-disabled:active {\n\tborder: 1px solid #c5c5c5;\n\tbackground: #f6f6f6;\n\tfont-weight: normal;\n\tcolor: #454545;\n}\n.ui-state-default a,\n.ui-state-default a:link,\n.ui-state-default a:visited,\na.ui-button,\na:link.ui-button,\na:visited.ui-button,\n.ui-button {\n\tcolor: #454545;\n\ttext-decoration: none;\n}\n.ui-state-hover,\n.ui-widget-content .ui-state-hover,\n.ui-widget-header .ui-state-hover,\n.ui-state-focus,\n.ui-widget-content .ui-state-focus,\n.ui-widget-header .ui-state-focus,\n.ui-button:hover,\n.ui-button:focus {\n\tborder: 1px solid #cccccc;\n\tbackground: #ededed;\n\tfont-weight: normal;\n\tcolor: #2b2b2b;\n}\n.ui-state-hover a,\n.ui-state-hover a:hover,\n.ui-state-hover a:link,\n.ui-state-hover a:visited,\n.ui-state-focus a,\n.ui-state-focus a:hover,\n.ui-state-focus a:link,\n.ui-state-focus a:visited,\na.ui-button:hover,\na.ui-button:focus {\n\tcolor: #2b2b2b;\n\ttext-decoration: none;\n}\n\n.ui-visual-focus {\n\tbox-shadow: 0 0 3px 1px rgb(94, 158, 214);\n}\n.ui-state-active,\n.ui-widget-content .ui-state-active,\n.ui-widget-header .ui-state-active,\na.ui-button:active,\n.ui-button:active,\n.ui-button.ui-state-active:hover {\n\tborder: 1px solid #003eff;\n\tbackground: #007fff;\n\tfont-weight: normal;\n\tcolor: #ffffff;\n}\n.ui-icon-background,\n.ui-state-active .ui-icon-background {\n\tborder: #003eff;\n\tbackground-color: #ffffff;\n}\n.ui-state-active a,\n.ui-state-active a:link,\n.ui-state-active a:visited {\n\tcolor: #ffffff;\n\ttext-decoration: none;\n}\n\n/* Interaction Cues\n----------------------------------*/\n.ui-state-highlight,\n.ui-widget-content .ui-state-highlight,\n.ui-widget-header .ui-state-highlight {\n\tborder: 1px solid #dad55e;\n\tbackground: #fffa90;\n\tcolor: #777620;\n}\n.ui-state-checked {\n\tborder: 1px solid #dad55e;\n\tbackground: #fffa90;\n}\n.ui-state-highlight a,\n.ui-widget-content .ui-state-highlight a,\n.ui-widget-header .ui-state-highlight a {\n\tcolor: #777620;\n}\n.ui-state-error,\n.ui-widget-content .ui-state-error,\n.ui-widget-header .ui-state-error {\n\tborder: 1px solid #f1a899;\n\tbackground: #fddfdf;\n\tcolor: #5f3f3f;\n}\n.ui-state-error a,\n.ui-widget-content .ui-state-error a,\n.ui-widget-header .ui-state-error a {\n\tcolor: #5f3f3f;\n}\n.ui-state-error-text,\n.ui-widget-content .ui-state-error-text,\n.ui-widget-header .ui-state-error-text {\n\tcolor: #5f3f3f;\n}\n.ui-priority-primary,\n.ui-widget-content .ui-priority-primary,\n.ui-widget-header .ui-priority-primary {\n\tfont-weight: bold;\n}\n.ui-priority-secondary,\n.ui-widget-content .ui-priority-secondary,\n.ui-widget-header .ui-priority-secondary {\n\topacity: .7;\n\tfilter:Alpha(Opacity=70); /* support: IE8 */\n\tfont-weight: normal;\n}\n.ui-state-disabled,\n.ui-widget-content .ui-state-disabled,\n.ui-widget-header .ui-state-disabled {\n\topacity: .35;\n\tfilter:Alpha(Opacity=35); /* support: IE8 */\n\tbackground-image: none;\n}\n.ui-state-disabled .ui-icon {\n\tfilter:Alpha(Opacity=35); /* support: IE8 - See #6059 */\n}\n\n/* Icons\n----------------------------------*/\n\n/* states and images */\n.ui-icon {\n\twidth: 16px;\n\theight: 16px;\n}\n.ui-icon,\n.ui-widget-content .ui-icon {\n\tbackground-image: url("+g+");\n}\n.ui-widget-header .ui-icon {\n\tbackground-image: url("+g+");\n}\n.ui-state-hover .ui-icon,\n.ui-state-focus .ui-icon,\n.ui-button:hover .ui-icon,\n.ui-button:focus .ui-icon {\n\tbackground-image: url("+A+");\n}\n.ui-state-active .ui-icon,\n.ui-button:active .ui-icon {\n\tbackground-image: url("+v+");\n}\n.ui-state-highlight .ui-icon,\n.ui-button .ui-state-highlight.ui-icon {\n\tbackground-image: url("+_+");\n}\n.ui-state-error .ui-icon,\n.ui-state-error-text .ui-icon {\n\tbackground-image: url("+b+");\n}\n.ui-button .ui-icon {\n\tbackground-image: url("+y+");\n}\n\n/* positioning */\n.ui-icon-blank { background-position: 16px 16px; }\n.ui-icon-caret-1-n { background-position: 0 0; }\n.ui-icon-caret-1-ne { background-position: -16px 0; }\n.ui-icon-caret-1-e { background-position: -32px 0; }\n.ui-icon-caret-1-se { background-position: -48px 0; }\n.ui-icon-caret-1-s { background-position: -65px 0; }\n.ui-icon-caret-1-sw { background-position: -80px 0; }\n.ui-icon-caret-1-w { background-position: -96px 0; }\n.ui-icon-caret-1-nw { background-position: -112px 0; }\n.ui-icon-caret-2-n-s { background-position: -128px 0; }\n.ui-icon-caret-2-e-w { background-position: -144px 0; }\n.ui-icon-triangle-1-n { background-position: 0 -16px; }\n.ui-icon-triangle-1-ne { background-position: -16px -16px; }\n.ui-icon-triangle-1-e { background-position: -32px -16px; }\n.ui-icon-triangle-1-se { background-position: -48px -16px; }\n.ui-icon-triangle-1-s { background-position: -65px -16px; }\n.ui-icon-triangle-1-sw { background-position: -80px -16px; }\n.ui-icon-triangle-1-w { background-position: -96px -16px; }\n.ui-icon-triangle-1-nw { background-position: -112px -16px; }\n.ui-icon-triangle-2-n-s { background-position: -128px -16px; }\n.ui-icon-triangle-2-e-w { background-position: -144px -16px; }\n.ui-icon-arrow-1-n { background-position: 0 -32px; }\n.ui-icon-arrow-1-ne { background-position: -16px -32px; }\n.ui-icon-arrow-1-e { background-position: -32px -32px; }\n.ui-icon-arrow-1-se { background-position: -48px -32px; }\n.ui-icon-arrow-1-s { background-position: -65px -32px; }\n.ui-icon-arrow-1-sw { background-position: -80px -32px; }\n.ui-icon-arrow-1-w { background-position: -96px -32px; }\n.ui-icon-arrow-1-nw { background-position: -112px -32px; }\n.ui-icon-arrow-2-n-s { background-position: -128px -32px; }\n.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }\n.ui-icon-arrow-2-e-w { background-position: -160px -32px; }\n.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }\n.ui-icon-arrowstop-1-n { background-position: -192px -32px; }\n.ui-icon-arrowstop-1-e { background-position: -208px -32px; }\n.ui-icon-arrowstop-1-s { background-position: -224px -32px; }\n.ui-icon-arrowstop-1-w { background-position: -240px -32px; }\n.ui-icon-arrowthick-1-n { background-position: 1px -48px; }\n.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }\n.ui-icon-arrowthick-1-e { background-position: -32px -48px; }\n.ui-icon-arrowthick-1-se { background-position: -48px -48px; }\n.ui-icon-arrowthick-1-s { background-position: -64px -48px; }\n.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }\n.ui-icon-arrowthick-1-w { background-position: -96px -48px; }\n.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }\n.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }\n.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }\n.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }\n.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }\n.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }\n.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }\n.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }\n.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }\n.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }\n.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }\n.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }\n.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }\n.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }\n.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }\n.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }\n.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }\n.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }\n.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }\n.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }\n.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }\n.ui-icon-arrow-4 { background-position: 0 -80px; }\n.ui-icon-arrow-4-diag { background-position: -16px -80px; }\n.ui-icon-extlink { background-position: -32px -80px; }\n.ui-icon-newwin { background-position: -48px -80px; }\n.ui-icon-refresh { background-position: -64px -80px; }\n.ui-icon-shuffle { background-position: -80px -80px; }\n.ui-icon-transfer-e-w { background-position: -96px -80px; }\n.ui-icon-transferthick-e-w { background-position: -112px -80px; }\n.ui-icon-folder-collapsed { background-position: 0 -96px; }\n.ui-icon-folder-open { background-position: -16px -96px; }\n.ui-icon-document { background-position: -32px -96px; }\n.ui-icon-document-b { background-position: -48px -96px; }\n.ui-icon-note { background-position: -64px -96px; }\n.ui-icon-mail-closed { background-position: -80px -96px; }\n.ui-icon-mail-open { background-position: -96px -96px; }\n.ui-icon-suitcase { background-position: -112px -96px; }\n.ui-icon-comment { background-position: -128px -96px; }\n.ui-icon-person { background-position: -144px -96px; }\n.ui-icon-print { background-position: -160px -96px; }\n.ui-icon-trash { background-position: -176px -96px; }\n.ui-icon-locked { background-position: -192px -96px; }\n.ui-icon-unlocked { background-position: -208px -96px; }\n.ui-icon-bookmark { background-position: -224px -96px; }\n.ui-icon-tag { background-position: -240px -96px; }\n.ui-icon-home { background-position: 0 -112px; }\n.ui-icon-flag { background-position: -16px -112px; }\n.ui-icon-calendar { background-position: -32px -112px; }\n.ui-icon-cart { background-position: -48px -112px; }\n.ui-icon-pencil { background-position: -64px -112px; }\n.ui-icon-clock { background-position: -80px -112px; }\n.ui-icon-disk { background-position: -96px -112px; }\n.ui-icon-calculator { background-position: -112px -112px; }\n.ui-icon-zoomin { background-position: -128px -112px; }\n.ui-icon-zoomout { background-position: -144px -112px; }\n.ui-icon-search { background-position: -160px -112px; }\n.ui-icon-wrench { background-position: -176px -112px; }\n.ui-icon-gear { background-position: -192px -112px; }\n.ui-icon-heart { background-position: -208px -112px; }\n.ui-icon-star { background-position: -224px -112px; }\n.ui-icon-link { background-position: -240px -112px; }\n.ui-icon-cancel { background-position: 0 -128px; }\n.ui-icon-plus { background-position: -16px -128px; }\n.ui-icon-plusthick { background-position: -32px -128px; }\n.ui-icon-minus { background-position: -48px -128px; }\n.ui-icon-minusthick { background-position: -64px -128px; }\n.ui-icon-close { background-position: -80px -128px; }\n.ui-icon-closethick { background-position: -96px -128px; }\n.ui-icon-key { background-position: -112px -128px; }\n.ui-icon-lightbulb { background-position: -128px -128px; }\n.ui-icon-scissors { background-position: -144px -128px; }\n.ui-icon-clipboard { background-position: -160px -128px; }\n.ui-icon-copy { background-position: -176px -128px; }\n.ui-icon-contact { background-position: -192px -128px; }\n.ui-icon-image { background-position: -208px -128px; }\n.ui-icon-video { background-position: -224px -128px; }\n.ui-icon-script { background-position: -240px -128px; }\n.ui-icon-alert { background-position: 0 -144px; }\n.ui-icon-info { background-position: -16px -144px; }\n.ui-icon-notice { background-position: -32px -144px; }\n.ui-icon-help { background-position: -48px -144px; }\n.ui-icon-check { background-position: -64px -144px; }\n.ui-icon-bullet { background-position: -80px -144px; }\n.ui-icon-radio-on { background-position: -96px -144px; }\n.ui-icon-radio-off { background-position: -112px -144px; }\n.ui-icon-pin-w { background-position: -128px -144px; }\n.ui-icon-pin-s { background-position: -144px -144px; }\n.ui-icon-play { background-position: 0 -160px; }\n.ui-icon-pause { background-position: -16px -160px; }\n.ui-icon-seek-next { background-position: -32px -160px; }\n.ui-icon-seek-prev { background-position: -48px -160px; }\n.ui-icon-seek-end { background-position: -64px -160px; }\n.ui-icon-seek-start { background-position: -80px -160px; }\n/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */\n.ui-icon-seek-first { background-position: -80px -160px; }\n.ui-icon-stop { background-position: -96px -160px; }\n.ui-icon-eject { background-position: -112px -160px; }\n.ui-icon-volume-off { background-position: -128px -160px; }\n.ui-icon-volume-on { background-position: -144px -160px; }\n.ui-icon-power { background-position: 0 -176px; }\n.ui-icon-signal-diag { background-position: -16px -176px; }\n.ui-icon-signal { background-position: -32px -176px; }\n.ui-icon-battery-0 { background-position: -48px -176px; }\n.ui-icon-battery-1 { background-position: -64px -176px; }\n.ui-icon-battery-2 { background-position: -80px -176px; }\n.ui-icon-battery-3 { background-position: -96px -176px; }\n.ui-icon-circle-plus { background-position: 0 -192px; }\n.ui-icon-circle-minus { background-position: -16px -192px; }\n.ui-icon-circle-close { background-position: -32px -192px; }\n.ui-icon-circle-triangle-e { background-position: -48px -192px; }\n.ui-icon-circle-triangle-s { background-position: -64px -192px; }\n.ui-icon-circle-triangle-w { background-position: -80px -192px; }\n.ui-icon-circle-triangle-n { background-position: -96px -192px; }\n.ui-icon-circle-arrow-e { background-position: -112px -192px; }\n.ui-icon-circle-arrow-s { background-position: -128px -192px; }\n.ui-icon-circle-arrow-w { background-position: -144px -192px; }\n.ui-icon-circle-arrow-n { background-position: -160px -192px; }\n.ui-icon-circle-zoomin { background-position: -176px -192px; }\n.ui-icon-circle-zoomout { background-position: -192px -192px; }\n.ui-icon-circle-check { background-position: -208px -192px; }\n.ui-icon-circlesmall-plus { background-position: 0 -208px; }\n.ui-icon-circlesmall-minus { background-position: -16px -208px; }\n.ui-icon-circlesmall-close { background-position: -32px -208px; }\n.ui-icon-squaresmall-plus { background-position: -48px -208px; }\n.ui-icon-squaresmall-minus { background-position: -64px -208px; }\n.ui-icon-squaresmall-close { background-position: -80px -208px; }\n.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }\n.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }\n.ui-icon-grip-solid-vertical { background-position: -32px -224px; }\n.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }\n.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }\n.ui-icon-grip-diagonal-se { background-position: -80px -224px; }\n\n\n/* Misc visuals\n----------------------------------*/\n\n/* Corner radius */\n.ui-corner-all,\n.ui-corner-top,\n.ui-corner-left,\n.ui-corner-tl {\n\tborder-top-left-radius: 3px;\n}\n.ui-corner-all,\n.ui-corner-top,\n.ui-corner-right,\n.ui-corner-tr {\n\tborder-top-right-radius: 3px;\n}\n.ui-corner-all,\n.ui-corner-bottom,\n.ui-corner-left,\n.ui-corner-bl {\n\tborder-bottom-left-radius: 3px;\n}\n.ui-corner-all,\n.ui-corner-bottom,\n.ui-corner-right,\n.ui-corner-br {\n\tborder-bottom-right-radius: 3px;\n}\n\n/* Overlays */\n.ui-widget-overlay {\n\tbackground: #aaaaaa;\n\topacity: .003;\n\tfilter: Alpha(Opacity=.3); /* support: IE8 */\n}\n.ui-widget-shadow {\n\t-webkit-box-shadow: 0px 0px 5px #666666;\n\tbox-shadow: 0px 0px 5px #666666;\n}\n","",{version:3,sources:["webpack://./node_modules/jquery-ui-dist/jquery-ui.theme.css"],names:[],mappings:"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",sourcesContent:['/*!\n * jQuery UI CSS Framework 1.12.1\n * http://jqueryui.com\n *\n * Copyright jQuery Foundation and other contributors\n * Released under the MIT license.\n * http://jquery.org/license\n *\n * http://api.jqueryui.com/category/theming/\n *\n * To view and modify this theme, visit http://jqueryui.com/themeroller/?bgShadowXPos=&bgOverlayXPos=&bgErrorXPos=&bgHighlightXPos=&bgContentXPos=&bgHeaderXPos=&bgActiveXPos=&bgHoverXPos=&bgDefaultXPos=&bgShadowYPos=&bgOverlayYPos=&bgErrorYPos=&bgHighlightYPos=&bgContentYPos=&bgHeaderYPos=&bgActiveYPos=&bgHoverYPos=&bgDefaultYPos=&bgShadowRepeat=&bgOverlayRepeat=&bgErrorRepeat=&bgHighlightRepeat=&bgContentRepeat=&bgHeaderRepeat=&bgActiveRepeat=&bgHoverRepeat=&bgDefaultRepeat=&iconsHover=url(%22images%2Fui-icons_555555_256x240.png%22)&iconsHighlight=url(%22images%2Fui-icons_777620_256x240.png%22)&iconsHeader=url(%22images%2Fui-icons_444444_256x240.png%22)&iconsError=url(%22images%2Fui-icons_cc0000_256x240.png%22)&iconsDefault=url(%22images%2Fui-icons_777777_256x240.png%22)&iconsContent=url(%22images%2Fui-icons_444444_256x240.png%22)&iconsActive=url(%22images%2Fui-icons_ffffff_256x240.png%22)&bgImgUrlShadow=&bgImgUrlOverlay=&bgImgUrlHover=&bgImgUrlHighlight=&bgImgUrlHeader=&bgImgUrlError=&bgImgUrlDefault=&bgImgUrlContent=&bgImgUrlActive=&opacityFilterShadow=Alpha(Opacity%3D30)&opacityFilterOverlay=Alpha(Opacity%3D30)&opacityShadowPerc=30&opacityOverlayPerc=30&iconColorHover=%23555555&iconColorHighlight=%23777620&iconColorHeader=%23444444&iconColorError=%23cc0000&iconColorDefault=%23777777&iconColorContent=%23444444&iconColorActive=%23ffffff&bgImgOpacityShadow=0&bgImgOpacityOverlay=0&bgImgOpacityError=95&bgImgOpacityHighlight=55&bgImgOpacityContent=75&bgImgOpacityHeader=75&bgImgOpacityActive=65&bgImgOpacityHover=75&bgImgOpacityDefault=75&bgTextureShadow=flat&bgTextureOverlay=flat&bgTextureError=flat&bgTextureHighlight=flat&bgTextureContent=flat&bgTextureHeader=flat&bgTextureActive=flat&bgTextureHover=flat&bgTextureDefault=flat&cornerRadius=3px&fwDefault=normal&ffDefault=Arial%2CHelvetica%2Csans-serif&fsDefault=1em&cornerRadiusShadow=8px&thicknessShadow=5px&offsetLeftShadow=0px&offsetTopShadow=0px&opacityShadow=.3&bgColorShadow=%23666666&opacityOverlay=.3&bgColorOverlay=%23aaaaaa&fcError=%235f3f3f&borderColorError=%23f1a899&bgColorError=%23fddfdf&fcHighlight=%23777620&borderColorHighlight=%23dad55e&bgColorHighlight=%23fffa90&fcContent=%23333333&borderColorContent=%23dddddd&bgColorContent=%23ffffff&fcHeader=%23333333&borderColorHeader=%23dddddd&bgColorHeader=%23e9e9e9&fcActive=%23ffffff&borderColorActive=%23003eff&bgColorActive=%23007fff&fcHover=%232b2b2b&borderColorHover=%23cccccc&bgColorHover=%23ededed&fcDefault=%23454545&borderColorDefault=%23c5c5c5&bgColorDefault=%23f6f6f6\n */\n\n\n/* Component containers\n----------------------------------*/\n.ui-widget {\n\tfont-family: Arial,Helvetica,sans-serif;\n\tfont-size: 1em;\n}\n.ui-widget .ui-widget {\n\tfont-size: 1em;\n}\n.ui-widget input,\n.ui-widget select,\n.ui-widget textarea,\n.ui-widget button {\n\tfont-family: Arial,Helvetica,sans-serif;\n\tfont-size: 1em;\n}\n.ui-widget.ui-widget-content {\n\tborder: 1px solid #c5c5c5;\n}\n.ui-widget-content {\n\tborder: 1px solid #dddddd;\n\tbackground: #ffffff;\n\tcolor: #333333;\n}\n.ui-widget-content a {\n\tcolor: #333333;\n}\n.ui-widget-header {\n\tborder: 1px solid #dddddd;\n\tbackground: #e9e9e9;\n\tcolor: #333333;\n\tfont-weight: bold;\n}\n.ui-widget-header a {\n\tcolor: #333333;\n}\n\n/* Interaction states\n----------------------------------*/\n.ui-state-default,\n.ui-widget-content .ui-state-default,\n.ui-widget-header .ui-state-default,\n.ui-button,\n\n/* We use html here because we need a greater specificity to make sure disabled\nworks properly when clicked or hovered */\nhtml .ui-button.ui-state-disabled:hover,\nhtml .ui-button.ui-state-disabled:active {\n\tborder: 1px solid #c5c5c5;\n\tbackground: #f6f6f6;\n\tfont-weight: normal;\n\tcolor: #454545;\n}\n.ui-state-default a,\n.ui-state-default a:link,\n.ui-state-default a:visited,\na.ui-button,\na:link.ui-button,\na:visited.ui-button,\n.ui-button {\n\tcolor: #454545;\n\ttext-decoration: none;\n}\n.ui-state-hover,\n.ui-widget-content .ui-state-hover,\n.ui-widget-header .ui-state-hover,\n.ui-state-focus,\n.ui-widget-content .ui-state-focus,\n.ui-widget-header .ui-state-focus,\n.ui-button:hover,\n.ui-button:focus {\n\tborder: 1px solid #cccccc;\n\tbackground: #ededed;\n\tfont-weight: normal;\n\tcolor: #2b2b2b;\n}\n.ui-state-hover a,\n.ui-state-hover a:hover,\n.ui-state-hover a:link,\n.ui-state-hover a:visited,\n.ui-state-focus a,\n.ui-state-focus a:hover,\n.ui-state-focus a:link,\n.ui-state-focus a:visited,\na.ui-button:hover,\na.ui-button:focus {\n\tcolor: #2b2b2b;\n\ttext-decoration: none;\n}\n\n.ui-visual-focus {\n\tbox-shadow: 0 0 3px 1px rgb(94, 158, 214);\n}\n.ui-state-active,\n.ui-widget-content .ui-state-active,\n.ui-widget-header .ui-state-active,\na.ui-button:active,\n.ui-button:active,\n.ui-button.ui-state-active:hover {\n\tborder: 1px solid #003eff;\n\tbackground: #007fff;\n\tfont-weight: normal;\n\tcolor: #ffffff;\n}\n.ui-icon-background,\n.ui-state-active .ui-icon-background {\n\tborder: #003eff;\n\tbackground-color: #ffffff;\n}\n.ui-state-active a,\n.ui-state-active a:link,\n.ui-state-active a:visited {\n\tcolor: #ffffff;\n\ttext-decoration: none;\n}\n\n/* Interaction Cues\n----------------------------------*/\n.ui-state-highlight,\n.ui-widget-content .ui-state-highlight,\n.ui-widget-header .ui-state-highlight {\n\tborder: 1px solid #dad55e;\n\tbackground: #fffa90;\n\tcolor: #777620;\n}\n.ui-state-checked {\n\tborder: 1px solid #dad55e;\n\tbackground: #fffa90;\n}\n.ui-state-highlight a,\n.ui-widget-content .ui-state-highlight a,\n.ui-widget-header .ui-state-highlight a {\n\tcolor: #777620;\n}\n.ui-state-error,\n.ui-widget-content .ui-state-error,\n.ui-widget-header .ui-state-error {\n\tborder: 1px solid #f1a899;\n\tbackground: #fddfdf;\n\tcolor: #5f3f3f;\n}\n.ui-state-error a,\n.ui-widget-content .ui-state-error a,\n.ui-widget-header .ui-state-error a {\n\tcolor: #5f3f3f;\n}\n.ui-state-error-text,\n.ui-widget-content .ui-state-error-text,\n.ui-widget-header .ui-state-error-text {\n\tcolor: #5f3f3f;\n}\n.ui-priority-primary,\n.ui-widget-content .ui-priority-primary,\n.ui-widget-header .ui-priority-primary {\n\tfont-weight: bold;\n}\n.ui-priority-secondary,\n.ui-widget-content .ui-priority-secondary,\n.ui-widget-header .ui-priority-secondary {\n\topacity: .7;\n\tfilter:Alpha(Opacity=70); /* support: IE8 */\n\tfont-weight: normal;\n}\n.ui-state-disabled,\n.ui-widget-content .ui-state-disabled,\n.ui-widget-header .ui-state-disabled {\n\topacity: .35;\n\tfilter:Alpha(Opacity=35); /* support: IE8 */\n\tbackground-image: none;\n}\n.ui-state-disabled .ui-icon {\n\tfilter:Alpha(Opacity=35); /* support: IE8 - See #6059 */\n}\n\n/* Icons\n----------------------------------*/\n\n/* states and images */\n.ui-icon {\n\twidth: 16px;\n\theight: 16px;\n}\n.ui-icon,\n.ui-widget-content .ui-icon {\n\tbackground-image: url("images/ui-icons_444444_256x240.png");\n}\n.ui-widget-header .ui-icon {\n\tbackground-image: url("images/ui-icons_444444_256x240.png");\n}\n.ui-state-hover .ui-icon,\n.ui-state-focus .ui-icon,\n.ui-button:hover .ui-icon,\n.ui-button:focus .ui-icon {\n\tbackground-image: url("images/ui-icons_555555_256x240.png");\n}\n.ui-state-active .ui-icon,\n.ui-button:active .ui-icon {\n\tbackground-image: url("images/ui-icons_ffffff_256x240.png");\n}\n.ui-state-highlight .ui-icon,\n.ui-button .ui-state-highlight.ui-icon {\n\tbackground-image: url("images/ui-icons_777620_256x240.png");\n}\n.ui-state-error .ui-icon,\n.ui-state-error-text .ui-icon {\n\tbackground-image: url("images/ui-icons_cc0000_256x240.png");\n}\n.ui-button .ui-icon {\n\tbackground-image: url("images/ui-icons_777777_256x240.png");\n}\n\n/* positioning */\n.ui-icon-blank { background-position: 16px 16px; }\n.ui-icon-caret-1-n { background-position: 0 0; }\n.ui-icon-caret-1-ne { background-position: -16px 0; }\n.ui-icon-caret-1-e { background-position: -32px 0; }\n.ui-icon-caret-1-se { background-position: -48px 0; }\n.ui-icon-caret-1-s { background-position: -65px 0; }\n.ui-icon-caret-1-sw { background-position: -80px 0; }\n.ui-icon-caret-1-w { background-position: -96px 0; }\n.ui-icon-caret-1-nw { background-position: -112px 0; }\n.ui-icon-caret-2-n-s { background-position: -128px 0; }\n.ui-icon-caret-2-e-w { background-position: -144px 0; }\n.ui-icon-triangle-1-n { background-position: 0 -16px; }\n.ui-icon-triangle-1-ne { background-position: -16px -16px; }\n.ui-icon-triangle-1-e { background-position: -32px -16px; }\n.ui-icon-triangle-1-se { background-position: -48px -16px; }\n.ui-icon-triangle-1-s { background-position: -65px -16px; }\n.ui-icon-triangle-1-sw { background-position: -80px -16px; }\n.ui-icon-triangle-1-w { background-position: -96px -16px; }\n.ui-icon-triangle-1-nw { background-position: -112px -16px; }\n.ui-icon-triangle-2-n-s { background-position: -128px -16px; }\n.ui-icon-triangle-2-e-w { background-position: -144px -16px; }\n.ui-icon-arrow-1-n { background-position: 0 -32px; }\n.ui-icon-arrow-1-ne { background-position: -16px -32px; }\n.ui-icon-arrow-1-e { background-position: -32px -32px; }\n.ui-icon-arrow-1-se { background-position: -48px -32px; }\n.ui-icon-arrow-1-s { background-position: -65px -32px; }\n.ui-icon-arrow-1-sw { background-position: -80px -32px; }\n.ui-icon-arrow-1-w { background-position: -96px -32px; }\n.ui-icon-arrow-1-nw { background-position: -112px -32px; }\n.ui-icon-arrow-2-n-s { background-position: -128px -32px; }\n.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }\n.ui-icon-arrow-2-e-w { background-position: -160px -32px; }\n.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }\n.ui-icon-arrowstop-1-n { background-position: -192px -32px; }\n.ui-icon-arrowstop-1-e { background-position: -208px -32px; }\n.ui-icon-arrowstop-1-s { background-position: -224px -32px; }\n.ui-icon-arrowstop-1-w { background-position: -240px -32px; }\n.ui-icon-arrowthick-1-n { background-position: 1px -48px; }\n.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }\n.ui-icon-arrowthick-1-e { background-position: -32px -48px; }\n.ui-icon-arrowthick-1-se { background-position: -48px -48px; }\n.ui-icon-arrowthick-1-s { background-position: -64px -48px; }\n.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }\n.ui-icon-arrowthick-1-w { background-position: -96px -48px; }\n.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }\n.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }\n.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }\n.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }\n.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }\n.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }\n.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }\n.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }\n.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }\n.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }\n.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }\n.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }\n.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }\n.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }\n.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }\n.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }\n.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }\n.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }\n.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }\n.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }\n.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }\n.ui-icon-arrow-4 { background-position: 0 -80px; }\n.ui-icon-arrow-4-diag { background-position: -16px -80px; }\n.ui-icon-extlink { background-position: -32px -80px; }\n.ui-icon-newwin { background-position: -48px -80px; }\n.ui-icon-refresh { background-position: -64px -80px; }\n.ui-icon-shuffle { background-position: -80px -80px; }\n.ui-icon-transfer-e-w { background-position: -96px -80px; }\n.ui-icon-transferthick-e-w { background-position: -112px -80px; }\n.ui-icon-folder-collapsed { background-position: 0 -96px; }\n.ui-icon-folder-open { background-position: -16px -96px; }\n.ui-icon-document { background-position: -32px -96px; }\n.ui-icon-document-b { background-position: -48px -96px; }\n.ui-icon-note { background-position: -64px -96px; }\n.ui-icon-mail-closed { background-position: -80px -96px; }\n.ui-icon-mail-open { background-position: -96px -96px; }\n.ui-icon-suitcase { background-position: -112px -96px; }\n.ui-icon-comment { background-position: -128px -96px; }\n.ui-icon-person { background-position: -144px -96px; }\n.ui-icon-print { background-position: -160px -96px; }\n.ui-icon-trash { background-position: -176px -96px; }\n.ui-icon-locked { background-position: -192px -96px; }\n.ui-icon-unlocked { background-position: -208px -96px; }\n.ui-icon-bookmark { background-position: -224px -96px; }\n.ui-icon-tag { background-position: -240px -96px; }\n.ui-icon-home { background-position: 0 -112px; }\n.ui-icon-flag { background-position: -16px -112px; }\n.ui-icon-calendar { background-position: -32px -112px; }\n.ui-icon-cart { background-position: -48px -112px; }\n.ui-icon-pencil { background-position: -64px -112px; }\n.ui-icon-clock { background-position: -80px -112px; }\n.ui-icon-disk { background-position: -96px -112px; }\n.ui-icon-calculator { background-position: -112px -112px; }\n.ui-icon-zoomin { background-position: -128px -112px; }\n.ui-icon-zoomout { background-position: -144px -112px; }\n.ui-icon-search { background-position: -160px -112px; }\n.ui-icon-wrench { background-position: -176px -112px; }\n.ui-icon-gear { background-position: -192px -112px; }\n.ui-icon-heart { background-position: -208px -112px; }\n.ui-icon-star { background-position: -224px -112px; }\n.ui-icon-link { background-position: -240px -112px; }\n.ui-icon-cancel { background-position: 0 -128px; }\n.ui-icon-plus { background-position: -16px -128px; }\n.ui-icon-plusthick { background-position: -32px -128px; }\n.ui-icon-minus { background-position: -48px -128px; }\n.ui-icon-minusthick { background-position: -64px -128px; }\n.ui-icon-close { background-position: -80px -128px; }\n.ui-icon-closethick { background-position: -96px -128px; }\n.ui-icon-key { background-position: -112px -128px; }\n.ui-icon-lightbulb { background-position: -128px -128px; }\n.ui-icon-scissors { background-position: -144px -128px; }\n.ui-icon-clipboard { background-position: -160px -128px; }\n.ui-icon-copy { background-position: -176px -128px; }\n.ui-icon-contact { background-position: -192px -128px; }\n.ui-icon-image { background-position: -208px -128px; }\n.ui-icon-video { background-position: -224px -128px; }\n.ui-icon-script { background-position: -240px -128px; }\n.ui-icon-alert { background-position: 0 -144px; }\n.ui-icon-info { background-position: -16px -144px; }\n.ui-icon-notice { background-position: -32px -144px; }\n.ui-icon-help { background-position: -48px -144px; }\n.ui-icon-check { background-position: -64px -144px; }\n.ui-icon-bullet { background-position: -80px -144px; }\n.ui-icon-radio-on { background-position: -96px -144px; }\n.ui-icon-radio-off { background-position: -112px -144px; }\n.ui-icon-pin-w { background-position: -128px -144px; }\n.ui-icon-pin-s { background-position: -144px -144px; }\n.ui-icon-play { background-position: 0 -160px; }\n.ui-icon-pause { background-position: -16px -160px; }\n.ui-icon-seek-next { background-position: -32px -160px; }\n.ui-icon-seek-prev { background-position: -48px -160px; }\n.ui-icon-seek-end { background-position: -64px -160px; }\n.ui-icon-seek-start { background-position: -80px -160px; }\n/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */\n.ui-icon-seek-first { background-position: -80px -160px; }\n.ui-icon-stop { background-position: -96px -160px; }\n.ui-icon-eject { background-position: -112px -160px; }\n.ui-icon-volume-off { background-position: -128px -160px; }\n.ui-icon-volume-on { background-position: -144px -160px; }\n.ui-icon-power { background-position: 0 -176px; }\n.ui-icon-signal-diag { background-position: -16px -176px; }\n.ui-icon-signal { background-position: -32px -176px; }\n.ui-icon-battery-0 { background-position: -48px -176px; }\n.ui-icon-battery-1 { background-position: -64px -176px; }\n.ui-icon-battery-2 { background-position: -80px -176px; }\n.ui-icon-battery-3 { background-position: -96px -176px; }\n.ui-icon-circle-plus { background-position: 0 -192px; }\n.ui-icon-circle-minus { background-position: -16px -192px; }\n.ui-icon-circle-close { background-position: -32px -192px; }\n.ui-icon-circle-triangle-e { background-position: -48px -192px; }\n.ui-icon-circle-triangle-s { background-position: -64px -192px; }\n.ui-icon-circle-triangle-w { background-position: -80px -192px; }\n.ui-icon-circle-triangle-n { background-position: -96px -192px; }\n.ui-icon-circle-arrow-e { background-position: -112px -192px; }\n.ui-icon-circle-arrow-s { background-position: -128px -192px; }\n.ui-icon-circle-arrow-w { background-position: -144px -192px; }\n.ui-icon-circle-arrow-n { background-position: -160px -192px; }\n.ui-icon-circle-zoomin { background-position: -176px -192px; }\n.ui-icon-circle-zoomout { background-position: -192px -192px; }\n.ui-icon-circle-check { background-position: -208px -192px; }\n.ui-icon-circlesmall-plus { background-position: 0 -208px; }\n.ui-icon-circlesmall-minus { background-position: -16px -208px; }\n.ui-icon-circlesmall-close { background-position: -32px -208px; }\n.ui-icon-squaresmall-plus { background-position: -48px -208px; }\n.ui-icon-squaresmall-minus { background-position: -64px -208px; }\n.ui-icon-squaresmall-close { background-position: -80px -208px; }\n.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }\n.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }\n.ui-icon-grip-solid-vertical { background-position: -32px -224px; }\n.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }\n.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }\n.ui-icon-grip-diagonal-se { background-position: -80px -224px; }\n\n\n/* Misc visuals\n----------------------------------*/\n\n/* Corner radius */\n.ui-corner-all,\n.ui-corner-top,\n.ui-corner-left,\n.ui-corner-tl {\n\tborder-top-left-radius: 3px;\n}\n.ui-corner-all,\n.ui-corner-top,\n.ui-corner-right,\n.ui-corner-tr {\n\tborder-top-right-radius: 3px;\n}\n.ui-corner-all,\n.ui-corner-bottom,\n.ui-corner-left,\n.ui-corner-bl {\n\tborder-bottom-left-radius: 3px;\n}\n.ui-corner-all,\n.ui-corner-bottom,\n.ui-corner-right,\n.ui-corner-br {\n\tborder-bottom-right-radius: 3px;\n}\n\n/* Overlays */\n.ui-widget-overlay {\n\tbackground: #aaaaaa;\n\topacity: .003;\n\tfilter: Alpha(Opacity=.3); /* support: IE8 */\n}\n.ui-widget-shadow {\n\t-webkit-box-shadow: 0px 0px 5px #666666;\n\tbox-shadow: 0px 0px 5px #666666;\n}\n'],sourceRoot:""}]),t.a=m},function(e,t,n){"use strict";var i=n(26),r=n.n(i),o=n(27),a=n.n(o),s=n(30),l=n.n(s),u=n(678),c=a()(r.a),d=l()(u.a);c.push([e.i,"/* jquery.Jcrop.css v0.9.12 - MIT License */\n/*\n The outer-most container in a typical Jcrop instance\n If you are having difficulty with formatting related to styles\n on a parent element, place any fixes here or in a like selector\n\n You can also style this element if you want to add a border, etc\n A better method for styling can be seen below with .jcrop-light\n (Add a class to the holder and style elements for that extended class)\n*/\n.jcrop-holder {\n direction: ltr;\n text-align: left;\n}\n/* Selection Border */\n.jcrop-vline,\n.jcrop-hline {\n background: #ffffff url("+d+');\n font-size: 0;\n position: absolute;\n}\n.jcrop-vline {\n height: 100%;\n width: 1px !important;\n}\n.jcrop-vline.right {\n right: 0;\n}\n.jcrop-hline {\n height: 1px !important;\n width: 100%;\n}\n.jcrop-hline.bottom {\n bottom: 0;\n}\n/* Invisible click targets */\n.jcrop-tracker {\n height: 100%;\n width: 100%;\n /* "turn off" link highlight */\n -webkit-tap-highlight-color: transparent;\n /* disable callout, image save panel */\n -webkit-touch-callout: none;\n /* disable cut copy paste */\n -webkit-user-select: none;\n}\n/* Selection Handles */\n.jcrop-handle {\n background-color: #333333;\n border: 1px #eeeeee solid;\n width: 7px;\n height: 7px;\n font-size: 1px;\n}\n.jcrop-handle.ord-n {\n left: 50%;\n margin-left: -4px;\n margin-top: -4px;\n top: 0;\n}\n.jcrop-handle.ord-s {\n bottom: 0;\n left: 50%;\n margin-bottom: -4px;\n margin-left: -4px;\n}\n.jcrop-handle.ord-e {\n margin-right: -4px;\n margin-top: -4px;\n right: 0;\n top: 50%;\n}\n.jcrop-handle.ord-w {\n left: 0;\n margin-left: -4px;\n margin-top: -4px;\n top: 50%;\n}\n.jcrop-handle.ord-nw {\n left: 0;\n margin-left: -4px;\n margin-top: -4px;\n top: 0;\n}\n.jcrop-handle.ord-ne {\n margin-right: -4px;\n margin-top: -4px;\n right: 0;\n top: 0;\n}\n.jcrop-handle.ord-se {\n bottom: 0;\n margin-bottom: -4px;\n margin-right: -4px;\n right: 0;\n}\n.jcrop-handle.ord-sw {\n bottom: 0;\n left: 0;\n margin-bottom: -4px;\n margin-left: -4px;\n}\n/* Dragbars */\n.jcrop-dragbar.ord-n,\n.jcrop-dragbar.ord-s {\n height: 7px;\n width: 100%;\n}\n.jcrop-dragbar.ord-e,\n.jcrop-dragbar.ord-w {\n height: 100%;\n width: 7px;\n}\n.jcrop-dragbar.ord-n {\n margin-top: -4px;\n}\n.jcrop-dragbar.ord-s {\n bottom: 0;\n margin-bottom: -4px;\n}\n.jcrop-dragbar.ord-e {\n margin-right: -4px;\n right: 0;\n}\n.jcrop-dragbar.ord-w {\n margin-left: -4px;\n}\n/* The "jcrop-light" class/extension */\n.jcrop-light .jcrop-vline,\n.jcrop-light .jcrop-hline {\n background: #ffffff;\n filter: alpha(opacity=70) !important;\n opacity: .70!important;\n}\n.jcrop-light .jcrop-handle {\n -moz-border-radius: 3px;\n -webkit-border-radius: 3px;\n background-color: #000000;\n border-color: #ffffff;\n border-radius: 3px;\n}\n/* The "jcrop-dark" class/extension */\n.jcrop-dark .jcrop-vline,\n.jcrop-dark .jcrop-hline {\n background: #000000;\n filter: alpha(opacity=70) !important;\n opacity: 0.7 !important;\n}\n.jcrop-dark .jcrop-handle {\n -moz-border-radius: 3px;\n -webkit-border-radius: 3px;\n background-color: #ffffff;\n border-color: #000000;\n border-radius: 3px;\n}\n/* Simple macro to turn off the antlines */\n.solid-line .jcrop-vline,\n.solid-line .jcrop-hline {\n background: #ffffff;\n}\n/* Fix for twitter bootstrap et al. */\n.jcrop-holder img,\nimg.jcrop-preview {\n max-width: none;\n}\n',"",{version:3,sources:["webpack://./node_modules/jcrop/css/jquery.Jcrop.css"],names:[],mappings:"AAAA,2CAA2C;AAC3C;;;;;;;;CAQC;AACD;EACE,cAAc;EACd,gBAAgB;AAClB;AACA,qBAAqB;AACrB;;EAEE,2DAAoC;EACpC,YAAY;EACZ,kBAAkB;AACpB;AACA;EACE,YAAY;EACZ,qBAAqB;AACvB;AACA;EACE,QAAQ;AACV;AACA;EACE,sBAAsB;EACtB,WAAW;AACb;AACA;EACE,SAAS;AACX;AACA,4BAA4B;AAC5B;EACE,YAAY;EACZ,WAAW;EACX,8BAA8B;EAC9B,wCAAwC;EACxC,sCAAsC;EACtC,2BAA2B;EAC3B,2BAA2B;EAC3B,yBAAyB;AAC3B;AACA,sBAAsB;AACtB;EACE,yBAAyB;EACzB,yBAAyB;EACzB,UAAU;EACV,WAAW;EACX,cAAc;AAChB;AACA;EACE,SAAS;EACT,iBAAiB;EACjB,gBAAgB;EAChB,MAAM;AACR;AACA;EACE,SAAS;EACT,SAAS;EACT,mBAAmB;EACnB,iBAAiB;AACnB;AACA;EACE,kBAAkB;EAClB,gBAAgB;EAChB,QAAQ;EACR,QAAQ;AACV;AACA;EACE,OAAO;EACP,iBAAiB;EACjB,gBAAgB;EAChB,QAAQ;AACV;AACA;EACE,OAAO;EACP,iBAAiB;EACjB,gBAAgB;EAChB,MAAM;AACR;AACA;EACE,kBAAkB;EAClB,gBAAgB;EAChB,QAAQ;EACR,MAAM;AACR;AACA;EACE,SAAS;EACT,mBAAmB;EACnB,kBAAkB;EAClB,QAAQ;AACV;AACA;EACE,SAAS;EACT,OAAO;EACP,mBAAmB;EACnB,iBAAiB;AACnB;AACA,aAAa;AACb;;EAEE,WAAW;EACX,WAAW;AACb;AACA;;EAEE,YAAY;EACZ,UAAU;AACZ;AACA;EACE,gBAAgB;AAClB;AACA;EACE,SAAS;EACT,mBAAmB;AACrB;AACA;EACE,kBAAkB;EAClB,QAAQ;AACV;AACA;EACE,iBAAiB;AACnB;AACA,sCAAsC;AACtC;;EAEE,mBAAmB;EACnB,oCAAoC;EACpC,sBAAsB;AACxB;AACA;EACE,uBAAuB;EACvB,0BAA0B;EAC1B,yBAAyB;EACzB,qBAAqB;EACrB,kBAAkB;AACpB;AACA,qCAAqC;AACrC;;EAEE,mBAAmB;EACnB,oCAAoC;EACpC,uBAAuB;AACzB;AACA;EACE,uBAAuB;EACvB,0BAA0B;EAC1B,yBAAyB;EACzB,qBAAqB;EACrB,kBAAkB;AACpB;AACA,0CAA0C;AAC1C;;EAEE,mBAAmB;AACrB;AACA,qCAAqC;AACrC;;EAEE,eAAe;AACjB",sourcesContent:['/* jquery.Jcrop.css v0.9.12 - MIT License */\n/*\n The outer-most container in a typical Jcrop instance\n If you are having difficulty with formatting related to styles\n on a parent element, place any fixes here or in a like selector\n\n You can also style this element if you want to add a border, etc\n A better method for styling can be seen below with .jcrop-light\n (Add a class to the holder and style elements for that extended class)\n*/\n.jcrop-holder {\n direction: ltr;\n text-align: left;\n}\n/* Selection Border */\n.jcrop-vline,\n.jcrop-hline {\n background: #ffffff url("Jcrop.gif");\n font-size: 0;\n position: absolute;\n}\n.jcrop-vline {\n height: 100%;\n width: 1px !important;\n}\n.jcrop-vline.right {\n right: 0;\n}\n.jcrop-hline {\n height: 1px !important;\n width: 100%;\n}\n.jcrop-hline.bottom {\n bottom: 0;\n}\n/* Invisible click targets */\n.jcrop-tracker {\n height: 100%;\n width: 100%;\n /* "turn off" link highlight */\n -webkit-tap-highlight-color: transparent;\n /* disable callout, image save panel */\n -webkit-touch-callout: none;\n /* disable cut copy paste */\n -webkit-user-select: none;\n}\n/* Selection Handles */\n.jcrop-handle {\n background-color: #333333;\n border: 1px #eeeeee solid;\n width: 7px;\n height: 7px;\n font-size: 1px;\n}\n.jcrop-handle.ord-n {\n left: 50%;\n margin-left: -4px;\n margin-top: -4px;\n top: 0;\n}\n.jcrop-handle.ord-s {\n bottom: 0;\n left: 50%;\n margin-bottom: -4px;\n margin-left: -4px;\n}\n.jcrop-handle.ord-e {\n margin-right: -4px;\n margin-top: -4px;\n right: 0;\n top: 50%;\n}\n.jcrop-handle.ord-w {\n left: 0;\n margin-left: -4px;\n margin-top: -4px;\n top: 50%;\n}\n.jcrop-handle.ord-nw {\n left: 0;\n margin-left: -4px;\n margin-top: -4px;\n top: 0;\n}\n.jcrop-handle.ord-ne {\n margin-right: -4px;\n margin-top: -4px;\n right: 0;\n top: 0;\n}\n.jcrop-handle.ord-se {\n bottom: 0;\n margin-bottom: -4px;\n margin-right: -4px;\n right: 0;\n}\n.jcrop-handle.ord-sw {\n bottom: 0;\n left: 0;\n margin-bottom: -4px;\n margin-left: -4px;\n}\n/* Dragbars */\n.jcrop-dragbar.ord-n,\n.jcrop-dragbar.ord-s {\n height: 7px;\n width: 100%;\n}\n.jcrop-dragbar.ord-e,\n.jcrop-dragbar.ord-w {\n height: 100%;\n width: 7px;\n}\n.jcrop-dragbar.ord-n {\n margin-top: -4px;\n}\n.jcrop-dragbar.ord-s {\n bottom: 0;\n margin-bottom: -4px;\n}\n.jcrop-dragbar.ord-e {\n margin-right: -4px;\n right: 0;\n}\n.jcrop-dragbar.ord-w {\n margin-left: -4px;\n}\n/* The "jcrop-light" class/extension */\n.jcrop-light .jcrop-vline,\n.jcrop-light .jcrop-hline {\n background: #ffffff;\n filter: alpha(opacity=70) !important;\n opacity: .70!important;\n}\n.jcrop-light .jcrop-handle {\n -moz-border-radius: 3px;\n -webkit-border-radius: 3px;\n background-color: #000000;\n border-color: #ffffff;\n border-radius: 3px;\n}\n/* The "jcrop-dark" class/extension */\n.jcrop-dark .jcrop-vline,\n.jcrop-dark .jcrop-hline {\n background: #000000;\n filter: alpha(opacity=70) !important;\n opacity: 0.7 !important;\n}\n.jcrop-dark .jcrop-handle {\n -moz-border-radius: 3px;\n -webkit-border-radius: 3px;\n background-color: #ffffff;\n border-color: #000000;\n border-radius: 3px;\n}\n/* Simple macro to turn off the antlines */\n.solid-line .jcrop-vline,\n.solid-line .jcrop-hline {\n background: #ffffff;\n}\n/* Fix for twitter bootstrap et al. */\n.jcrop-holder img,\nimg.jcrop-preview {\n max-width: none;\n}\n'],sourceRoot:""}]),t.a=c},function(e,t,n){"use strict";var i=n(26),r=n.n(i),o=n(27),a=n.n(o),s=n(30),l=n.n(s),u=n(679),c=n(680),d=n(681),h=a()(r.a),p=l()(u.a),f=l()(c.a),m=l()(d.a);h.push([e.i,"/*\nVersion: @@ver@@ Timestamp: @@timestamp@@\n*/\n.select2-container {\n margin: 0;\n position: relative;\n display: inline-block;\n /* inline-block for ie7 */\n zoom: 1;\n *display: inline;\n vertical-align: middle;\n}\n\n.select2-container,\n.select2-drop,\n.select2-search,\n.select2-search input {\n /*\n Force border-box so that % widths fit the parent\n container without overlap because of margin/padding.\n More Info : http://www.quirksmode.org/css/box.html\n */\n -webkit-box-sizing: border-box; /* webkit */\n -moz-box-sizing: border-box; /* firefox */\n box-sizing: border-box; /* css3 */\n}\n\n.select2-container .select2-choice {\n display: block;\n height: 26px;\n padding: 0 0 0 8px;\n overflow: hidden;\n position: relative;\n\n border: 1px solid #aaa;\n white-space: nowrap;\n line-height: 26px;\n color: #444;\n text-decoration: none;\n\n border-radius: 4px;\n\n background-clip: padding-box;\n\n -webkit-touch-callout: none;\n -webkit-user-select: none;\n -moz-user-select: none;\n -ms-user-select: none;\n user-select: none;\n\n background-color: #fff;\n background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eee), color-stop(0.5, #fff));\n background-image: -webkit-linear-gradient(center bottom, #eee 0%, #fff 50%);\n background-image: -moz-linear-gradient(center bottom, #eee 0%, #fff 50%);\n filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#eeeeee', GradientType = 0);\n background-image: linear-gradient(to top, #eee 0%, #fff 50%);\n}\n\nhtml[dir=\"rtl\"] .select2-container .select2-choice {\n padding: 0 8px 0 0;\n}\n\n.select2-container.select2-drop-above .select2-choice {\n border-bottom-color: #aaa;\n\n border-radius: 0 0 4px 4px;\n\n background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eee), color-stop(0.9, #fff));\n background-image: -webkit-linear-gradient(center bottom, #eee 0%, #fff 90%);\n background-image: -moz-linear-gradient(center bottom, #eee 0%, #fff 90%);\n filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);\n background-image: linear-gradient(to bottom, #eee 0%, #fff 90%);\n}\n\n.select2-container.select2-allowclear .select2-choice .select2-chosen {\n margin-right: 42px;\n}\n\n.select2-container .select2-choice > .select2-chosen {\n margin-right: 26px;\n display: block;\n overflow: hidden;\n\n white-space: nowrap;\n\n text-overflow: ellipsis;\n float: none;\n width: auto;\n}\n\nhtml[dir=\"rtl\"] .select2-container .select2-choice > .select2-chosen {\n margin-left: 26px;\n margin-right: 0;\n}\n\n.select2-container .select2-choice abbr {\n display: none;\n width: 12px;\n height: 12px;\n position: absolute;\n right: 24px;\n top: 8px;\n\n font-size: 1px;\n text-decoration: none;\n\n border: 0;\n background: url("+p+") right top no-repeat;\n cursor: pointer;\n outline: 0;\n}\n\n.select2-container.select2-allowclear .select2-choice abbr {\n display: inline-block;\n}\n\n.select2-container .select2-choice abbr:hover {\n background-position: right -11px;\n cursor: pointer;\n}\n\n.select2-drop-mask {\n border: 0;\n margin: 0;\n padding: 0;\n position: fixed;\n left: 0;\n top: 0;\n min-height: 100%;\n min-width: 100%;\n height: auto;\n width: auto;\n opacity: 0;\n z-index: 9998;\n /* styles required for IE to work */\n background-color: #fff;\n filter: alpha(opacity=0);\n}\n\n.select2-drop {\n width: 100%;\n margin-top: -1px;\n position: absolute;\n z-index: 9999;\n top: 100%;\n\n background: #fff;\n color: #000;\n border: 1px solid #aaa;\n border-top: 0;\n\n border-radius: 0 0 4px 4px;\n\n -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, .15);\n box-shadow: 0 4px 5px rgba(0, 0, 0, .15);\n}\n\n.select2-drop.select2-drop-above {\n margin-top: 1px;\n border-top: 1px solid #aaa;\n border-bottom: 0;\n\n border-radius: 4px 4px 0 0;\n\n -webkit-box-shadow: 0 -4px 5px rgba(0, 0, 0, .15);\n box-shadow: 0 -4px 5px rgba(0, 0, 0, .15);\n}\n\n.select2-drop-active {\n border: 1px solid #5897fb;\n border-top: none;\n}\n\n.select2-drop.select2-drop-above.select2-drop-active {\n border-top: 1px solid #5897fb;\n}\n\n.select2-drop-auto-width {\n border-top: 1px solid #aaa;\n width: auto;\n}\n\n.select2-drop-auto-width .select2-search {\n padding-top: 4px;\n}\n\n.select2-container .select2-choice .select2-arrow {\n display: inline-block;\n width: 18px;\n height: 100%;\n position: absolute;\n right: 0;\n top: 0;\n\n border-left: 1px solid #aaa;\n border-radius: 0 4px 4px 0;\n\n background-clip: padding-box;\n\n background: #ccc;\n background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ccc), color-stop(0.6, #eee));\n background-image: -webkit-linear-gradient(center bottom, #ccc 0%, #eee 60%);\n background-image: -moz-linear-gradient(center bottom, #ccc 0%, #eee 60%);\n filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#eeeeee', endColorstr = '#cccccc', GradientType = 0);\n background-image: linear-gradient(to top, #ccc 0%, #eee 60%);\n}\n\nhtml[dir=\"rtl\"] .select2-container .select2-choice .select2-arrow {\n left: 0;\n right: auto;\n\n border-left: none;\n border-right: 1px solid #aaa;\n border-radius: 4px 0 0 4px;\n}\n\n.select2-container .select2-choice .select2-arrow b {\n display: block;\n width: 100%;\n height: 100%;\n background: url("+p+') no-repeat 0 1px;\n}\n\nhtml[dir="rtl"] .select2-container .select2-choice .select2-arrow b {\n background-position: 2px 1px;\n}\n\n.select2-search {\n display: inline-block;\n width: 100%;\n min-height: 26px;\n margin: 0;\n padding-left: 4px;\n padding-right: 4px;\n\n position: relative;\n z-index: 10000;\n\n white-space: nowrap;\n}\n\n.select2-search input {\n width: 100%;\n height: auto !important;\n min-height: 26px;\n padding: 4px 20px 4px 5px;\n margin: 0;\n\n outline: 0;\n font-family: sans-serif;\n font-size: 1em;\n\n border: 1px solid #aaa;\n border-radius: 0;\n\n -webkit-box-shadow: none;\n box-shadow: none;\n\n background: #fff url('+p+") no-repeat 100% -22px;\n background: url("+p+") no-repeat 100% -22px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));\n background: url("+p+") no-repeat 100% -22px, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);\n background: url("+p+") no-repeat 100% -22px, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);\n background: url("+p+') no-repeat 100% -22px, linear-gradient(to bottom, #fff 85%, #eee 99%) 0 0;\n}\n\nhtml[dir="rtl"] .select2-search input {\n padding: 4px 5px 4px 20px;\n\n background: #fff url('+p+") no-repeat -37px -22px;\n background: url("+p+") no-repeat -37px -22px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));\n background: url("+p+") no-repeat -37px -22px, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);\n background: url("+p+") no-repeat -37px -22px, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);\n background: url("+p+") no-repeat -37px -22px, linear-gradient(to bottom, #fff 85%, #eee 99%) 0 0;\n}\n\n.select2-drop.select2-drop-above .select2-search input {\n margin-top: 4px;\n}\n\n.select2-search input.select2-active {\n background: #fff url("+f+") no-repeat 100%;\n background: url("+f+") no-repeat 100%, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));\n background: url("+f+") no-repeat 100%, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);\n background: url("+f+") no-repeat 100%, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);\n background: url("+f+") no-repeat 100%, linear-gradient(to bottom, #fff 85%, #eee 99%) 0 0;\n}\n\n.select2-container-active .select2-choice,\n.select2-container-active .select2-choices {\n border: 1px solid #5897fb;\n outline: none;\n\n -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .3);\n box-shadow: 0 0 5px rgba(0, 0, 0, .3);\n}\n\n.select2-dropdown-open .select2-choice {\n border-bottom-color: transparent;\n -webkit-box-shadow: 0 1px 0 #fff inset;\n box-shadow: 0 1px 0 #fff inset;\n\n border-bottom-left-radius: 0;\n border-bottom-right-radius: 0;\n\n background-color: #eee;\n background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #fff), color-stop(0.5, #eee));\n background-image: -webkit-linear-gradient(center bottom, #fff 0%, #eee 50%);\n background-image: -moz-linear-gradient(center bottom, #fff 0%, #eee 50%);\n filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);\n background-image: linear-gradient(to top, #fff 0%, #eee 50%);\n}\n\n.select2-dropdown-open.select2-drop-above .select2-choice,\n.select2-dropdown-open.select2-drop-above .select2-choices {\n border: 1px solid #5897fb;\n border-top-color: transparent;\n\n background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(0.5, #eee));\n background-image: -webkit-linear-gradient(center top, #fff 0%, #eee 50%);\n background-image: -moz-linear-gradient(center top, #fff 0%, #eee 50%);\n filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);\n background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);\n}\n\n.select2-dropdown-open .select2-choice .select2-arrow {\n background: transparent;\n border-left: none;\n filter: none;\n}\nhtml[dir=\"rtl\"] .select2-dropdown-open .select2-choice .select2-arrow {\n border-right: none;\n}\n\n.select2-dropdown-open .select2-choice .select2-arrow b {\n background-position: -18px 1px;\n}\n\nhtml[dir=\"rtl\"] .select2-dropdown-open .select2-choice .select2-arrow b {\n background-position: -16px 1px;\n}\n\n.select2-hidden-accessible {\n border: 0;\n clip: rect(0 0 0 0);\n height: 1px;\n margin: -1px;\n overflow: hidden;\n padding: 0;\n position: absolute;\n width: 1px;\n}\n\n/* results */\n.select2-results {\n max-height: 200px;\n padding: 0 0 0 4px;\n margin: 4px 4px 4px 0;\n position: relative;\n overflow-x: hidden;\n overflow-y: auto;\n -webkit-tap-highlight-color: rgba(0, 0, 0, 0);\n}\n\nhtml[dir=\"rtl\"] .select2-results {\n padding: 0 4px 0 0;\n margin: 4px 0 4px 4px;\n}\n\n.select2-results ul.select2-result-sub {\n margin: 0;\n padding-left: 0;\n}\n\n.select2-results li {\n list-style: none;\n display: list-item;\n background-image: none;\n}\n\n.select2-results li.select2-result-with-children > .select2-result-label {\n font-weight: bold;\n}\n\n.select2-results .select2-result-label {\n padding: 3px 7px 4px;\n margin: 0;\n cursor: pointer;\n\n min-height: 1em;\n\n -webkit-touch-callout: none;\n -webkit-user-select: none;\n -moz-user-select: none;\n -ms-user-select: none;\n user-select: none;\n}\n\n.select2-results-dept-1 .select2-result-label { padding-left: 20px }\n.select2-results-dept-2 .select2-result-label { padding-left: 40px }\n.select2-results-dept-3 .select2-result-label { padding-left: 60px }\n.select2-results-dept-4 .select2-result-label { padding-left: 80px }\n.select2-results-dept-5 .select2-result-label { padding-left: 100px }\n.select2-results-dept-6 .select2-result-label { padding-left: 110px }\n.select2-results-dept-7 .select2-result-label { padding-left: 120px }\n\n.select2-results .select2-highlighted {\n background: #3875d7;\n color: #fff;\n}\n\n.select2-results li em {\n background: #feffde;\n font-style: normal;\n}\n\n.select2-results .select2-highlighted em {\n background: transparent;\n}\n\n.select2-results .select2-highlighted ul {\n background: #fff;\n color: #000;\n}\n\n.select2-results .select2-no-results,\n.select2-results .select2-searching,\n.select2-results .select2-ajax-error,\n.select2-results .select2-selection-limit {\n background: #f4f4f4;\n display: list-item;\n padding-left: 5px;\n}\n\n/*\ndisabled look for disabled choices in the results dropdown\n*/\n.select2-results .select2-disabled.select2-highlighted {\n color: #666;\n background: #f4f4f4;\n display: list-item;\n cursor: default;\n}\n.select2-results .select2-disabled {\n background: #f4f4f4;\n display: list-item;\n cursor: default;\n}\n\n.select2-results .select2-selected {\n display: none;\n}\n\n.select2-more-results.select2-active {\n background: #f4f4f4 url("+f+') no-repeat 100%;\n}\n\n.select2-results .select2-ajax-error {\n background: rgba(255, 50, 50, .2);\n}\n\n.select2-more-results {\n background: #f4f4f4;\n display: list-item;\n}\n\n/* disabled styles */\n\n.select2-container.select2-container-disabled .select2-choice {\n background-color: #f4f4f4;\n background-image: none;\n border: 1px solid #ddd;\n cursor: default;\n}\n\n.select2-container.select2-container-disabled .select2-choice .select2-arrow {\n background-color: #f4f4f4;\n background-image: none;\n border-left: 0;\n}\n\n.select2-container.select2-container-disabled .select2-choice abbr {\n display: none;\n}\n\n\n/* multiselect */\n\n.select2-container-multi .select2-choices {\n height: auto !important;\n height: 1%;\n margin: 0;\n padding: 0 5px 0 0;\n position: relative;\n\n border: 1px solid #aaa;\n cursor: text;\n overflow: hidden;\n\n background-color: #fff;\n background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(1%, #eee), color-stop(15%, #fff));\n background-image: -webkit-linear-gradient(top, #eee 1%, #fff 15%);\n background-image: -moz-linear-gradient(top, #eee 1%, #fff 15%);\n background-image: linear-gradient(to bottom, #eee 1%, #fff 15%);\n}\n\nhtml[dir="rtl"] .select2-container-multi .select2-choices {\n padding: 0 0 0 5px;\n}\n\n.select2-locked {\n padding: 3px 5px 3px 5px !important;\n}\n\n.select2-container-multi .select2-choices {\n min-height: 26px;\n}\n\n.select2-container-multi.select2-container-active .select2-choices {\n border: 1px solid #5897fb;\n outline: none;\n\n -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .3);\n box-shadow: 0 0 5px rgba(0, 0, 0, .3);\n}\n.select2-container-multi .select2-choices li {\n float: left;\n list-style: none;\n}\nhtml[dir="rtl"] .select2-container-multi .select2-choices li\n{\n float: right;\n}\n.select2-container-multi .select2-choices .select2-search-field {\n margin: 0;\n padding: 0;\n white-space: nowrap;\n}\n\n.select2-container-multi .select2-choices .select2-search-field input {\n padding: 5px;\n margin: 1px 0;\n\n font-family: sans-serif;\n font-size: 100%;\n color: #666;\n outline: 0;\n border: 0;\n -webkit-box-shadow: none;\n box-shadow: none;\n background: transparent !important;\n}\n\n.select2-container-multi .select2-choices .select2-search-field input.select2-active {\n background: #fff url('+f+") no-repeat 100% !important;\n}\n\n.select2-default {\n color: #999 !important;\n}\n\n.select2-container-multi .select2-choices .select2-search-choice {\n padding: 3px 5px 3px 18px;\n margin: 3px 0 3px 5px;\n position: relative;\n\n line-height: 13px;\n color: #333;\n cursor: default;\n border: 1px solid #aaaaaa;\n\n border-radius: 3px;\n\n -webkit-box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);\n box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);\n\n background-clip: padding-box;\n\n -webkit-touch-callout: none;\n -webkit-user-select: none;\n -moz-user-select: none;\n -ms-user-select: none;\n user-select: none;\n\n background-color: #e4e4e4;\n filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#f4f4f4', GradientType=0);\n background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eee));\n background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);\n background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);\n background-image: linear-gradient(to bottom, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);\n}\nhtml[dir=\"rtl\"] .select2-container-multi .select2-choices .select2-search-choice\n{\n margin: 3px 5px 3px 0;\n padding: 3px 18px 3px 5px;\n}\n.select2-container-multi .select2-choices .select2-search-choice .select2-chosen {\n cursor: default;\n}\n.select2-container-multi .select2-choices .select2-search-choice-focus {\n background: #d4d4d4;\n}\n\n.select2-search-choice-close {\n display: block;\n width: 12px;\n height: 13px;\n position: absolute;\n right: 3px;\n top: 4px;\n\n font-size: 1px;\n outline: none;\n background: url("+p+') right top no-repeat;\n}\nhtml[dir="rtl"] .select2-search-choice-close {\n right: auto;\n left: 3px;\n}\n\n.select2-container-multi .select2-search-choice-close {\n left: 3px;\n}\n\nhtml[dir="rtl"] .select2-container-multi .select2-search-choice-close {\n left: auto;\n right: 2px;\n}\n\n.select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close:hover {\n background-position: right -11px;\n}\n.select2-container-multi .select2-choices .select2-search-choice-focus .select2-search-choice-close {\n background-position: right -11px;\n}\n\n/* disabled styles */\n.select2-container-multi.select2-container-disabled .select2-choices {\n background-color: #f4f4f4;\n background-image: none;\n border: 1px solid #ddd;\n cursor: default;\n}\n\n.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {\n padding: 3px 5px 3px 5px;\n border: 1px solid #ddd;\n background-image: none;\n background-color: #f4f4f4;\n}\n\n.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice .select2-search-choice-close { display: none;\n background: none;\n}\n/* end multiselect */\n\n\n.select2-result-selectable .select2-match,\n.select2-result-unselectable .select2-match {\n text-decoration: underline;\n}\n\n.select2-offscreen, .select2-offscreen:focus {\n clip: rect(0 0 0 0) !important;\n width: 1px !important;\n height: 1px !important;\n border: 0 !important;\n margin: 0 !important;\n padding: 0 !important;\n overflow: hidden !important;\n position: absolute !important;\n outline: 0 !important;\n left: 0px !important;\n top: 0px !important;\n}\n\n.select2-display-none {\n display: none;\n}\n\n.select2-measure-scrollbar {\n position: absolute;\n top: -10000px;\n left: -10000px;\n width: 100px;\n height: 100px;\n overflow: scroll;\n}\n\n/* Retina-ize icons */\n\n@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 2dppx) {\n .select2-search input,\n .select2-search-choice-close,\n .select2-container .select2-choice abbr,\n .select2-container .select2-choice .select2-arrow b {\n background-image: url('+m+") !important;\n background-repeat: no-repeat !important;\n background-size: 60px 40px !important;\n }\n\n .select2-search input {\n background-position: 100% -21px !important;\n }\n}\n","",{version:3,sources:["webpack://./node_modules/select2/select2.css"],names:[],mappings:"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",sourcesContent:["/*\nVersion: @@ver@@ Timestamp: @@timestamp@@\n*/\n.select2-container {\n margin: 0;\n position: relative;\n display: inline-block;\n /* inline-block for ie7 */\n zoom: 1;\n *display: inline;\n vertical-align: middle;\n}\n\n.select2-container,\n.select2-drop,\n.select2-search,\n.select2-search input {\n /*\n Force border-box so that % widths fit the parent\n container without overlap because of margin/padding.\n More Info : http://www.quirksmode.org/css/box.html\n */\n -webkit-box-sizing: border-box; /* webkit */\n -moz-box-sizing: border-box; /* firefox */\n box-sizing: border-box; /* css3 */\n}\n\n.select2-container .select2-choice {\n display: block;\n height: 26px;\n padding: 0 0 0 8px;\n overflow: hidden;\n position: relative;\n\n border: 1px solid #aaa;\n white-space: nowrap;\n line-height: 26px;\n color: #444;\n text-decoration: none;\n\n border-radius: 4px;\n\n background-clip: padding-box;\n\n -webkit-touch-callout: none;\n -webkit-user-select: none;\n -moz-user-select: none;\n -ms-user-select: none;\n user-select: none;\n\n background-color: #fff;\n background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eee), color-stop(0.5, #fff));\n background-image: -webkit-linear-gradient(center bottom, #eee 0%, #fff 50%);\n background-image: -moz-linear-gradient(center bottom, #eee 0%, #fff 50%);\n filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#eeeeee', GradientType = 0);\n background-image: linear-gradient(to top, #eee 0%, #fff 50%);\n}\n\nhtml[dir=\"rtl\"] .select2-container .select2-choice {\n padding: 0 8px 0 0;\n}\n\n.select2-container.select2-drop-above .select2-choice {\n border-bottom-color: #aaa;\n\n border-radius: 0 0 4px 4px;\n\n background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eee), color-stop(0.9, #fff));\n background-image: -webkit-linear-gradient(center bottom, #eee 0%, #fff 90%);\n background-image: -moz-linear-gradient(center bottom, #eee 0%, #fff 90%);\n filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);\n background-image: linear-gradient(to bottom, #eee 0%, #fff 90%);\n}\n\n.select2-container.select2-allowclear .select2-choice .select2-chosen {\n margin-right: 42px;\n}\n\n.select2-container .select2-choice > .select2-chosen {\n margin-right: 26px;\n display: block;\n overflow: hidden;\n\n white-space: nowrap;\n\n text-overflow: ellipsis;\n float: none;\n width: auto;\n}\n\nhtml[dir=\"rtl\"] .select2-container .select2-choice > .select2-chosen {\n margin-left: 26px;\n margin-right: 0;\n}\n\n.select2-container .select2-choice abbr {\n display: none;\n width: 12px;\n height: 12px;\n position: absolute;\n right: 24px;\n top: 8px;\n\n font-size: 1px;\n text-decoration: none;\n\n border: 0;\n background: url('select2.png') right top no-repeat;\n cursor: pointer;\n outline: 0;\n}\n\n.select2-container.select2-allowclear .select2-choice abbr {\n display: inline-block;\n}\n\n.select2-container .select2-choice abbr:hover {\n background-position: right -11px;\n cursor: pointer;\n}\n\n.select2-drop-mask {\n border: 0;\n margin: 0;\n padding: 0;\n position: fixed;\n left: 0;\n top: 0;\n min-height: 100%;\n min-width: 100%;\n height: auto;\n width: auto;\n opacity: 0;\n z-index: 9998;\n /* styles required for IE to work */\n background-color: #fff;\n filter: alpha(opacity=0);\n}\n\n.select2-drop {\n width: 100%;\n margin-top: -1px;\n position: absolute;\n z-index: 9999;\n top: 100%;\n\n background: #fff;\n color: #000;\n border: 1px solid #aaa;\n border-top: 0;\n\n border-radius: 0 0 4px 4px;\n\n -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, .15);\n box-shadow: 0 4px 5px rgba(0, 0, 0, .15);\n}\n\n.select2-drop.select2-drop-above {\n margin-top: 1px;\n border-top: 1px solid #aaa;\n border-bottom: 0;\n\n border-radius: 4px 4px 0 0;\n\n -webkit-box-shadow: 0 -4px 5px rgba(0, 0, 0, .15);\n box-shadow: 0 -4px 5px rgba(0, 0, 0, .15);\n}\n\n.select2-drop-active {\n border: 1px solid #5897fb;\n border-top: none;\n}\n\n.select2-drop.select2-drop-above.select2-drop-active {\n border-top: 1px solid #5897fb;\n}\n\n.select2-drop-auto-width {\n border-top: 1px solid #aaa;\n width: auto;\n}\n\n.select2-drop-auto-width .select2-search {\n padding-top: 4px;\n}\n\n.select2-container .select2-choice .select2-arrow {\n display: inline-block;\n width: 18px;\n height: 100%;\n position: absolute;\n right: 0;\n top: 0;\n\n border-left: 1px solid #aaa;\n border-radius: 0 4px 4px 0;\n\n background-clip: padding-box;\n\n background: #ccc;\n background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ccc), color-stop(0.6, #eee));\n background-image: -webkit-linear-gradient(center bottom, #ccc 0%, #eee 60%);\n background-image: -moz-linear-gradient(center bottom, #ccc 0%, #eee 60%);\n filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#eeeeee', endColorstr = '#cccccc', GradientType = 0);\n background-image: linear-gradient(to top, #ccc 0%, #eee 60%);\n}\n\nhtml[dir=\"rtl\"] .select2-container .select2-choice .select2-arrow {\n left: 0;\n right: auto;\n\n border-left: none;\n border-right: 1px solid #aaa;\n border-radius: 4px 0 0 4px;\n}\n\n.select2-container .select2-choice .select2-arrow b {\n display: block;\n width: 100%;\n height: 100%;\n background: url('select2.png') no-repeat 0 1px;\n}\n\nhtml[dir=\"rtl\"] .select2-container .select2-choice .select2-arrow b {\n background-position: 2px 1px;\n}\n\n.select2-search {\n display: inline-block;\n width: 100%;\n min-height: 26px;\n margin: 0;\n padding-left: 4px;\n padding-right: 4px;\n\n position: relative;\n z-index: 10000;\n\n white-space: nowrap;\n}\n\n.select2-search input {\n width: 100%;\n height: auto !important;\n min-height: 26px;\n padding: 4px 20px 4px 5px;\n margin: 0;\n\n outline: 0;\n font-family: sans-serif;\n font-size: 1em;\n\n border: 1px solid #aaa;\n border-radius: 0;\n\n -webkit-box-shadow: none;\n box-shadow: none;\n\n background: #fff url('select2.png') no-repeat 100% -22px;\n background: url('select2.png') no-repeat 100% -22px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));\n background: url('select2.png') no-repeat 100% -22px, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);\n background: url('select2.png') no-repeat 100% -22px, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);\n background: url('select2.png') no-repeat 100% -22px, linear-gradient(to bottom, #fff 85%, #eee 99%) 0 0;\n}\n\nhtml[dir=\"rtl\"] .select2-search input {\n padding: 4px 5px 4px 20px;\n\n background: #fff url('select2.png') no-repeat -37px -22px;\n background: url('select2.png') no-repeat -37px -22px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));\n background: url('select2.png') no-repeat -37px -22px, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);\n background: url('select2.png') no-repeat -37px -22px, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);\n background: url('select2.png') no-repeat -37px -22px, linear-gradient(to bottom, #fff 85%, #eee 99%) 0 0;\n}\n\n.select2-drop.select2-drop-above .select2-search input {\n margin-top: 4px;\n}\n\n.select2-search input.select2-active {\n background: #fff url('select2-spinner.gif') no-repeat 100%;\n background: url('select2-spinner.gif') no-repeat 100%, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));\n background: url('select2-spinner.gif') no-repeat 100%, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);\n background: url('select2-spinner.gif') no-repeat 100%, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);\n background: url('select2-spinner.gif') no-repeat 100%, linear-gradient(to bottom, #fff 85%, #eee 99%) 0 0;\n}\n\n.select2-container-active .select2-choice,\n.select2-container-active .select2-choices {\n border: 1px solid #5897fb;\n outline: none;\n\n -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .3);\n box-shadow: 0 0 5px rgba(0, 0, 0, .3);\n}\n\n.select2-dropdown-open .select2-choice {\n border-bottom-color: transparent;\n -webkit-box-shadow: 0 1px 0 #fff inset;\n box-shadow: 0 1px 0 #fff inset;\n\n border-bottom-left-radius: 0;\n border-bottom-right-radius: 0;\n\n background-color: #eee;\n background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #fff), color-stop(0.5, #eee));\n background-image: -webkit-linear-gradient(center bottom, #fff 0%, #eee 50%);\n background-image: -moz-linear-gradient(center bottom, #fff 0%, #eee 50%);\n filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);\n background-image: linear-gradient(to top, #fff 0%, #eee 50%);\n}\n\n.select2-dropdown-open.select2-drop-above .select2-choice,\n.select2-dropdown-open.select2-drop-above .select2-choices {\n border: 1px solid #5897fb;\n border-top-color: transparent;\n\n background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(0.5, #eee));\n background-image: -webkit-linear-gradient(center top, #fff 0%, #eee 50%);\n background-image: -moz-linear-gradient(center top, #fff 0%, #eee 50%);\n filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);\n background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);\n}\n\n.select2-dropdown-open .select2-choice .select2-arrow {\n background: transparent;\n border-left: none;\n filter: none;\n}\nhtml[dir=\"rtl\"] .select2-dropdown-open .select2-choice .select2-arrow {\n border-right: none;\n}\n\n.select2-dropdown-open .select2-choice .select2-arrow b {\n background-position: -18px 1px;\n}\n\nhtml[dir=\"rtl\"] .select2-dropdown-open .select2-choice .select2-arrow b {\n background-position: -16px 1px;\n}\n\n.select2-hidden-accessible {\n border: 0;\n clip: rect(0 0 0 0);\n height: 1px;\n margin: -1px;\n overflow: hidden;\n padding: 0;\n position: absolute;\n width: 1px;\n}\n\n/* results */\n.select2-results {\n max-height: 200px;\n padding: 0 0 0 4px;\n margin: 4px 4px 4px 0;\n position: relative;\n overflow-x: hidden;\n overflow-y: auto;\n -webkit-tap-highlight-color: rgba(0, 0, 0, 0);\n}\n\nhtml[dir=\"rtl\"] .select2-results {\n padding: 0 4px 0 0;\n margin: 4px 0 4px 4px;\n}\n\n.select2-results ul.select2-result-sub {\n margin: 0;\n padding-left: 0;\n}\n\n.select2-results li {\n list-style: none;\n display: list-item;\n background-image: none;\n}\n\n.select2-results li.select2-result-with-children > .select2-result-label {\n font-weight: bold;\n}\n\n.select2-results .select2-result-label {\n padding: 3px 7px 4px;\n margin: 0;\n cursor: pointer;\n\n min-height: 1em;\n\n -webkit-touch-callout: none;\n -webkit-user-select: none;\n -moz-user-select: none;\n -ms-user-select: none;\n user-select: none;\n}\n\n.select2-results-dept-1 .select2-result-label { padding-left: 20px }\n.select2-results-dept-2 .select2-result-label { padding-left: 40px }\n.select2-results-dept-3 .select2-result-label { padding-left: 60px }\n.select2-results-dept-4 .select2-result-label { padding-left: 80px }\n.select2-results-dept-5 .select2-result-label { padding-left: 100px }\n.select2-results-dept-6 .select2-result-label { padding-left: 110px }\n.select2-results-dept-7 .select2-result-label { padding-left: 120px }\n\n.select2-results .select2-highlighted {\n background: #3875d7;\n color: #fff;\n}\n\n.select2-results li em {\n background: #feffde;\n font-style: normal;\n}\n\n.select2-results .select2-highlighted em {\n background: transparent;\n}\n\n.select2-results .select2-highlighted ul {\n background: #fff;\n color: #000;\n}\n\n.select2-results .select2-no-results,\n.select2-results .select2-searching,\n.select2-results .select2-ajax-error,\n.select2-results .select2-selection-limit {\n background: #f4f4f4;\n display: list-item;\n padding-left: 5px;\n}\n\n/*\ndisabled look for disabled choices in the results dropdown\n*/\n.select2-results .select2-disabled.select2-highlighted {\n color: #666;\n background: #f4f4f4;\n display: list-item;\n cursor: default;\n}\n.select2-results .select2-disabled {\n background: #f4f4f4;\n display: list-item;\n cursor: default;\n}\n\n.select2-results .select2-selected {\n display: none;\n}\n\n.select2-more-results.select2-active {\n background: #f4f4f4 url('select2-spinner.gif') no-repeat 100%;\n}\n\n.select2-results .select2-ajax-error {\n background: rgba(255, 50, 50, .2);\n}\n\n.select2-more-results {\n background: #f4f4f4;\n display: list-item;\n}\n\n/* disabled styles */\n\n.select2-container.select2-container-disabled .select2-choice {\n background-color: #f4f4f4;\n background-image: none;\n border: 1px solid #ddd;\n cursor: default;\n}\n\n.select2-container.select2-container-disabled .select2-choice .select2-arrow {\n background-color: #f4f4f4;\n background-image: none;\n border-left: 0;\n}\n\n.select2-container.select2-container-disabled .select2-choice abbr {\n display: none;\n}\n\n\n/* multiselect */\n\n.select2-container-multi .select2-choices {\n height: auto !important;\n height: 1%;\n margin: 0;\n padding: 0 5px 0 0;\n position: relative;\n\n border: 1px solid #aaa;\n cursor: text;\n overflow: hidden;\n\n background-color: #fff;\n background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(1%, #eee), color-stop(15%, #fff));\n background-image: -webkit-linear-gradient(top, #eee 1%, #fff 15%);\n background-image: -moz-linear-gradient(top, #eee 1%, #fff 15%);\n background-image: linear-gradient(to bottom, #eee 1%, #fff 15%);\n}\n\nhtml[dir=\"rtl\"] .select2-container-multi .select2-choices {\n padding: 0 0 0 5px;\n}\n\n.select2-locked {\n padding: 3px 5px 3px 5px !important;\n}\n\n.select2-container-multi .select2-choices {\n min-height: 26px;\n}\n\n.select2-container-multi.select2-container-active .select2-choices {\n border: 1px solid #5897fb;\n outline: none;\n\n -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .3);\n box-shadow: 0 0 5px rgba(0, 0, 0, .3);\n}\n.select2-container-multi .select2-choices li {\n float: left;\n list-style: none;\n}\nhtml[dir=\"rtl\"] .select2-container-multi .select2-choices li\n{\n float: right;\n}\n.select2-container-multi .select2-choices .select2-search-field {\n margin: 0;\n padding: 0;\n white-space: nowrap;\n}\n\n.select2-container-multi .select2-choices .select2-search-field input {\n padding: 5px;\n margin: 1px 0;\n\n font-family: sans-serif;\n font-size: 100%;\n color: #666;\n outline: 0;\n border: 0;\n -webkit-box-shadow: none;\n box-shadow: none;\n background: transparent !important;\n}\n\n.select2-container-multi .select2-choices .select2-search-field input.select2-active {\n background: #fff url('select2-spinner.gif') no-repeat 100% !important;\n}\n\n.select2-default {\n color: #999 !important;\n}\n\n.select2-container-multi .select2-choices .select2-search-choice {\n padding: 3px 5px 3px 18px;\n margin: 3px 0 3px 5px;\n position: relative;\n\n line-height: 13px;\n color: #333;\n cursor: default;\n border: 1px solid #aaaaaa;\n\n border-radius: 3px;\n\n -webkit-box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);\n box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);\n\n background-clip: padding-box;\n\n -webkit-touch-callout: none;\n -webkit-user-select: none;\n -moz-user-select: none;\n -ms-user-select: none;\n user-select: none;\n\n background-color: #e4e4e4;\n filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#f4f4f4', GradientType=0);\n background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eee));\n background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);\n background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);\n background-image: linear-gradient(to bottom, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);\n}\nhtml[dir=\"rtl\"] .select2-container-multi .select2-choices .select2-search-choice\n{\n margin: 3px 5px 3px 0;\n padding: 3px 18px 3px 5px;\n}\n.select2-container-multi .select2-choices .select2-search-choice .select2-chosen {\n cursor: default;\n}\n.select2-container-multi .select2-choices .select2-search-choice-focus {\n background: #d4d4d4;\n}\n\n.select2-search-choice-close {\n display: block;\n width: 12px;\n height: 13px;\n position: absolute;\n right: 3px;\n top: 4px;\n\n font-size: 1px;\n outline: none;\n background: url('select2.png') right top no-repeat;\n}\nhtml[dir=\"rtl\"] .select2-search-choice-close {\n right: auto;\n left: 3px;\n}\n\n.select2-container-multi .select2-search-choice-close {\n left: 3px;\n}\n\nhtml[dir=\"rtl\"] .select2-container-multi .select2-search-choice-close {\n left: auto;\n right: 2px;\n}\n\n.select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close:hover {\n background-position: right -11px;\n}\n.select2-container-multi .select2-choices .select2-search-choice-focus .select2-search-choice-close {\n background-position: right -11px;\n}\n\n/* disabled styles */\n.select2-container-multi.select2-container-disabled .select2-choices {\n background-color: #f4f4f4;\n background-image: none;\n border: 1px solid #ddd;\n cursor: default;\n}\n\n.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {\n padding: 3px 5px 3px 5px;\n border: 1px solid #ddd;\n background-image: none;\n background-color: #f4f4f4;\n}\n\n.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice .select2-search-choice-close { display: none;\n background: none;\n}\n/* end multiselect */\n\n\n.select2-result-selectable .select2-match,\n.select2-result-unselectable .select2-match {\n text-decoration: underline;\n}\n\n.select2-offscreen, .select2-offscreen:focus {\n clip: rect(0 0 0 0) !important;\n width: 1px !important;\n height: 1px !important;\n border: 0 !important;\n margin: 0 !important;\n padding: 0 !important;\n overflow: hidden !important;\n position: absolute !important;\n outline: 0 !important;\n left: 0px !important;\n top: 0px !important;\n}\n\n.select2-display-none {\n display: none;\n}\n\n.select2-measure-scrollbar {\n position: absolute;\n top: -10000px;\n left: -10000px;\n width: 100px;\n height: 100px;\n overflow: scroll;\n}\n\n/* Retina-ize icons */\n\n@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 2dppx) {\n .select2-search input,\n .select2-search-choice-close,\n .select2-container .select2-choice abbr,\n .select2-container .select2-choice .select2-arrow b {\n background-image: url('select2x2.png') !important;\n background-repeat: no-repeat !important;\n background-size: 60px 40px !important;\n }\n\n .select2-search input {\n background-position: 100% -21px !important;\n }\n}\n"],sourceRoot:""}]),t.a=h},function(e,t,n){"use strict";var i=n(26),r=n.n(i),o=n(27),a=n.n(o),s=n(30),l=n.n(s),u=n(682),c=n(683),d=n(684),h=n(685),p=n(686),f=a()(r.a),m=l()(u.a),g=l()(c.a),A=l()(d.a),v=l()(h.a),_=l()(p.a);f.push([e.i,".ui-widget-content{border:1px solid var(--color-border);background:var(--color-main-background) none;color:var(--color-main-text)}.ui-widget-content a{color:var(--color-main-text)}.ui-widget-header{border:none;color:var(--color-main-text);background-image:none}.ui-widget-header a{color:var(--color-main-text)}.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default{border:1px solid var(--color-border);background:var(--color-main-background) none;font-weight:bold;color:#555}.ui-state-default a,.ui-state-default a:link,.ui-state-default a:visited{color:#555}.ui-state-hover,.ui-widget-content .ui-state-hover,.ui-widget-header .ui-state-hover,.ui-state-focus,.ui-widget-content .ui-state-focus,.ui-widget-header .ui-state-focus{border:1px solid #ddd;background:var(--color-main-background) none;font-weight:bold;color:var(--color-main-text)}.ui-state-hover a,.ui-state-hover a:hover,.ui-state-hover a:link,.ui-state-hover a:visited{color:var(--color-main-text)}.ui-state-active,.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active{border:1px solid var(--color-primary);background:var(--color-main-background) none;font-weight:bold;color:var(--color-main-text)}.ui-state-active a,.ui-state-active a:link,.ui-state-active a:visited{color:var(--color-main-text)}.ui-state-highlight,.ui-widget-content .ui-state-highlight,.ui-widget-header .ui-state-highlight{border:1px solid var(--color-main-background);background:var(--color-main-background) none;color:var(--color-text-light);font-weight:600}.ui-state-highlight a,.ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a{color:var(--color-text-lighter)}.ui-state-error,.ui-widget-content .ui-state-error,.ui-widget-header .ui-state-error{border:var(--color-error);background:var(--color-error) none;color:#fff}.ui-state-error a,.ui-widget-content .ui-state-error a,.ui-widget-header .ui-state-error a{color:#fff}.ui-state-error-text,.ui-widget-content .ui-state-error-text,.ui-widget-header .ui-state-error-text{color:#fff}.ui-state-default .ui-icon{background-image:url("+m+")}.ui-state-hover .ui-icon,.ui-state-focus .ui-icon{background-image:url("+m+")}.ui-state-active .ui-icon{background-image:url("+m+")}.ui-state-highlight .ui-icon{background-image:url("+g+")}.ui-state-error .ui-icon,.ui-state-error-text .ui-icon{background-image:url("+A+")}.ui-icon.ui-icon-none{display:none}.ui-widget-overlay{background:#666 url("+v+") 50% 50% repeat;opacity:.5}.ui-widget-shadow{margin:-5px 0 0 -5px;padding:5px;background:#000 url("+_+") 50% 50% repeat-x;opacity:.2;border-radius:5px}.ui-tabs{border:none}.ui-tabs .ui-tabs-nav.ui-corner-all{border-bottom-left-radius:0;border-bottom-right-radius:0}.ui-tabs .ui-tabs-nav{background:none;margin-bottom:15px}.ui-tabs .ui-tabs-nav .ui-state-default{border:none;border-bottom:1px solid transparent;font-weight:normal;margin:0 !important;padding:0 !important}.ui-tabs .ui-tabs-nav .ui-state-hover,.ui-tabs .ui-tabs-nav .ui-state-active{border:none;border-bottom:1px solid var(--color-main-text);color:var(--color-main-text)}.ui-tabs .ui-tabs-nav .ui-state-hover a,.ui-tabs .ui-tabs-nav .ui-state-hover a:link,.ui-tabs .ui-tabs-nav .ui-state-hover a:hover,.ui-tabs .ui-tabs-nav .ui-state-hover a:visited,.ui-tabs .ui-tabs-nav .ui-state-active a,.ui-tabs .ui-tabs-nav .ui-state-active a:link,.ui-tabs .ui-tabs-nav .ui-state-active a:hover,.ui-tabs .ui-tabs-nav .ui-state-active a:visited{color:var(--color-main-text)}.ui-tabs .ui-tabs-nav .ui-state-active{font-weight:bold}.ui-autocomplete.ui-menu{padding:0}.ui-autocomplete.ui-menu.item-count-1,.ui-autocomplete.ui-menu.item-count-2{overflow-y:hidden}.ui-autocomplete.ui-menu .ui-menu-item a{color:var(--color-text-lighter);display:block;padding:4px 4px 4px 14px}.ui-autocomplete.ui-menu .ui-menu-item a.ui-state-focus,.ui-autocomplete.ui-menu .ui-menu-item a.ui-state-active{box-shadow:inset 4px 0 var(--color-primary-element);color:var(--color-main-text)}.ui-autocomplete.ui-widget-content{background:var(--color-main-background);border-top:none}.ui-autocomplete.ui-corner-all{border-radius:0;border-bottom-left-radius:var(--border-radius);border-bottom-right-radius:var(--border-radius)}.ui-autocomplete .ui-state-hover,.ui-autocomplete .ui-widget-content .ui-state-hover,.ui-autocomplete .ui-widget-header .ui-state-hover,.ui-autocomplete .ui-state-focus,.ui-autocomplete .ui-widget-content .ui-state-focus,.ui-autocomplete .ui-widget-header .ui-state-focus{border:1px solid transparent;background:inherit;color:var(--color-primary-element)}.ui-autocomplete .ui-menu-item a{border-radius:0 !important}.ui-button.primary{background-color:var(--color-primary);color:var(--color-primary-text);border:1px solid var(--color-primary-text)}.ui-draggable-handle,.ui-selectable{touch-action:pan-y}","",{version:3,sources:["webpack://./core/src/jquery/css/jquery-ui-fixes.scss"],names:[],mappings:"AAEA,mBACC,oCAAA,CACA,4CAAA,CACA,4BAAA,CAED,qBACC,4BAAA,CAED,kBACC,WAAA,CACA,4BAAA,CACA,qBAAA,CAED,oBACC,4BAAA,CAKD,2FAGC,oCAAA,CACA,4CAAA,CACA,gBAAA,CACA,UAAA,CAED,yEAGC,UAAA,CAED,0KAMC,qBAAA,CACA,4CAAA,CACA,gBAAA,CACA,4BAAA,CAED,2FAIC,4BAAA,CAED,wFAGC,qCAAA,CACA,4CAAA,CACA,gBAAA,CACA,4BAAA,CAED,sEAGC,4BAAA,CAKD,iGAGC,6CAAA,CACA,4CAAA,CACA,6BAAA,CACA,eAAA,CAED,uGAGC,+BAAA,CAED,qFAGC,yBAAA,CACA,kCAAA,CACA,UAAA,CAED,2FAGC,UAAA,CAED,oGAGC,UAAA,CAKD,2BACC,wDAAA,CAED,kDAEC,wDAAA,CAED,0BACC,wDAAA,CAED,6BACC,wDAAA,CAED,uDAEC,wDAAA,CAED,sBACC,YAAA,CAMD,mBACC,sEAAA,CACA,UAAA,CAED,kBACC,oBAAA,CACA,WAAA,CACA,wEAAA,CACA,UAAA,CACA,iBAAA,CAID,SACC,WAAA,CAEA,oCACC,2BAAA,CACA,4BAAA,CAGD,sBACC,eAAA,CACA,kBAAA,CAEA,wCACC,WAAA,CACA,mCAAA,CACA,kBAAA,CACA,mBAAA,CACA,oBAAA,CAGD,6EAEC,WAAA,CACA,8CAAA,CACA,4BAAA,CACA,0WACC,4BAAA,CAGF,uCACC,gBAAA,CAOF,yBACC,SAAA,CAIA,4EAEC,iBAAA,CAGD,yCACC,+BAAA,CACA,aAAA,CACA,wBAAA,CAEA,iHACC,mDAAA,CACA,4BAAA,CAKH,mCACC,uCAAA,CACA,eAAA,CAGD,+BACC,eAAA,CACA,8CAAA,CACA,+CAAA,CAGD,gRAKC,4BAAA,CACA,kBAAA,CACA,kCAAA,CAIA,iCACC,0BAAA,CAKH,mBACC,qCAAA,CACA,+BAAA,CACA,0CAAA,CAKD,oCAEC,kBAAA",sourcesContent:["/* Component containers\n----------------------------------*/\n.ui-widget-content {\n\tborder: 1px solid var(--color-border);\n\tbackground: var(--color-main-background) none;\n\tcolor: var(--color-main-text);\n}\n.ui-widget-content a {\n\tcolor: var(--color-main-text);\n}\n.ui-widget-header {\n\tborder: none;\n\tcolor: var(--color-main-text);\n\tbackground-image: none;\n}\n.ui-widget-header a {\n\tcolor: var(--color-main-text);\n}\n\n/* Interaction states\n----------------------------------*/\n.ui-state-default,\n.ui-widget-content .ui-state-default,\n.ui-widget-header .ui-state-default {\n\tborder: 1px solid var(--color-border);\n\tbackground: var(--color-main-background) none;\n\tfont-weight: bold;\n\tcolor: #555;\n}\n.ui-state-default a,\n.ui-state-default a:link,\n.ui-state-default a:visited {\n\tcolor: #555;\n}\n.ui-state-hover,\n.ui-widget-content .ui-state-hover,\n.ui-widget-header .ui-state-hover,\n.ui-state-focus,\n.ui-widget-content .ui-state-focus,\n.ui-widget-header .ui-state-focus {\n\tborder: 1px solid #ddd;\n\tbackground: var(--color-main-background) none;\n\tfont-weight: bold;\n\tcolor: var(--color-main-text);\n}\n.ui-state-hover a,\n.ui-state-hover a:hover,\n.ui-state-hover a:link,\n.ui-state-hover a:visited {\n\tcolor: var(--color-main-text);\n}\n.ui-state-active,\n.ui-widget-content .ui-state-active,\n.ui-widget-header .ui-state-active {\n\tborder: 1px solid var(--color-primary);\n\tbackground: var(--color-main-background) none;\n\tfont-weight: bold;\n\tcolor: var(--color-main-text);\n}\n.ui-state-active a,\n.ui-state-active a:link,\n.ui-state-active a:visited {\n\tcolor: var(--color-main-text);\n}\n\n/* Interaction Cues\n----------------------------------*/\n.ui-state-highlight,\n.ui-widget-content .ui-state-highlight,\n.ui-widget-header .ui-state-highlight {\n\tborder: 1px solid var(--color-main-background);\n\tbackground: var(--color-main-background) none;\n\tcolor: var(--color-text-light);\n\tfont-weight: 600;\n}\n.ui-state-highlight a,\n.ui-widget-content .ui-state-highlight a,\n.ui-widget-header .ui-state-highlight a {\n\tcolor: var(--color-text-lighter);\n}\n.ui-state-error,\n.ui-widget-content .ui-state-error,\n.ui-widget-header .ui-state-error {\n\tborder: var(--color-error);\n\tbackground: var(--color-error) none;\n\tcolor: #ffffff;\n}\n.ui-state-error a,\n.ui-widget-content .ui-state-error a,\n.ui-widget-header .ui-state-error a {\n\tcolor: #ffffff;\n}\n.ui-state-error-text,\n.ui-widget-content .ui-state-error-text,\n.ui-widget-header .ui-state-error-text {\n\tcolor: #ffffff;\n}\n\n/* Icons\n----------------------------------*/\n.ui-state-default .ui-icon {\n\tbackground-image: url('images/ui-icons_1d2d44_256x240.png');\n}\n.ui-state-hover .ui-icon,\n.ui-state-focus .ui-icon {\n\tbackground-image: url('images/ui-icons_1d2d44_256x240.png');\n}\n.ui-state-active .ui-icon {\n\tbackground-image: url('images/ui-icons_1d2d44_256x240.png');\n}\n.ui-state-highlight .ui-icon {\n\tbackground-image: url('images/ui-icons_ffffff_256x240.png');\n}\n.ui-state-error .ui-icon,\n.ui-state-error-text .ui-icon {\n\tbackground-image: url('images/ui-icons_ffd27a_256x240.png');\n}\n.ui-icon.ui-icon-none {\n\tdisplay: none;\n}\n\n/* Misc visuals\n----------------------------------*/\n/* Overlays */\n.ui-widget-overlay {\n\tbackground: #666666 url('images/ui-bg_diagonals-thick_20_666666_40x40.png') 50% 50% repeat;\n\topacity: .5;\n}\n.ui-widget-shadow {\n\tmargin: -5px 0 0 -5px;\n\tpadding: 5px;\n\tbackground: #000000 url('images/ui-bg_flat_10_000000_40x100.png') 50% 50% repeat-x;\n\topacity: .2;\n\tborder-radius: 5px;\n}\n\n/* Tabs customizations */\n.ui-tabs {\n\tborder: none;\n\n\t.ui-tabs-nav.ui-corner-all {\n\t\tborder-bottom-left-radius: 0;\n\t\tborder-bottom-right-radius: 0;\n\t}\n\n\t.ui-tabs-nav {\n\t\tbackground: none;\n\t\tmargin-bottom: 15px;\n\n\t\t.ui-state-default {\n\t\t\tborder: none;\n\t\t\tborder-bottom: 1px solid transparent;\n\t\t\tfont-weight: normal;\n\t\t\tmargin: 0 !important;\n\t\t\tpadding: 0 !important;\n\t\t}\n\n\t\t.ui-state-hover,\n\t\t.ui-state-active {\n\t\t\tborder: none;\n\t\t\tborder-bottom: 1px solid var(--color-main-text);\n\t\t\tcolor: var(--color-main-text);\n\t\t\ta, a:link, a:hover, a:visited {\n\t\t\t\tcolor: var(--color-main-text);\n\t\t\t}\n\t\t}\n\t\t.ui-state-active {\n\t\t\tfont-weight: bold;\n\t\t}\n\t}\n}\n\n/* Select menus */\n.ui-autocomplete {\n\t&.ui-menu {\n\t\tpadding: 0;\n\n\t\t/* scrolling starts from three items,\n\t\t * so hide overflow and scrollbars for a clean layout */\n\t\t&.item-count-1,\n\t\t&.item-count-2 {\n\t\t\toverflow-y: hidden;\n\t\t}\n\n\t\t.ui-menu-item a {\n\t\t\tcolor: var(--color-text-lighter);\n\t\t\tdisplay: block;\n\t\t\tpadding: 4px 4px 4px 14px;\n\n\t\t\t&.ui-state-focus, &.ui-state-active {\n\t\t\t\tbox-shadow: inset 4px 0 var(--color-primary-element);\n\t\t\t\tcolor: var(--color-main-text);\n\t\t\t}\n\t\t}\n\t}\n\n\t&.ui-widget-content {\n\t\tbackground: var(--color-main-background);\n\t\tborder-top: none;\n\t}\n\n\t&.ui-corner-all {\n\t\tborder-radius: 0;\n\t\tborder-bottom-left-radius: var(--border-radius);\n\t\tborder-bottom-right-radius: var(--border-radius);\n\t}\n\n\t.ui-state-hover, .ui-widget-content .ui-state-hover,\n\t.ui-widget-header .ui-state-hover,\n\t.ui-state-focus,\n\t.ui-widget-content .ui-state-focus,\n\t.ui-widget-header .ui-state-focus {\n\t\tborder: 1px solid transparent;\n\t\tbackground: inherit;\n\t\tcolor: var(--color-primary-element);\n\t}\n\n\t.ui-menu-item {\n\t\ta {\n\t\t\tborder-radius: 0 !important;\n\t\t}\n\t}\n}\n\n.ui-button.primary {\n\tbackground-color: var(--color-primary);\n\tcolor: var(--color-primary-text);\n\tborder: 1px solid var(--color-primary-text);\n}\n\n\n/* DRAGGABLE */\n.ui-draggable-handle,\n.ui-selectable {\n\ttouch-action: pan-y;\n}\n"],sourceRoot:""}]),t.a=f},function(e,t,n){"use strict";var i=n(26),r=n.n(i),o=n(27),a=n.n(o)()(r.a);a.push([e.i,".oc-dialog{background:var(--color-main-background);color:var(--color-text-light);border-radius:var(--border-radius-large);box-shadow:0 0 30px var(--color-box-shadow);padding:15px;z-index:10000;font-size:100%;box-sizing:border-box;min-width:200px;top:50%;left:50%;transform:translate(-50%, -50%);max-height:calc(100% - 20px);max-width:calc(100% - 20px);overflow:auto}.oc-dialog-title{background:var(--color-main-background)}.oc-dialog-buttonrow{position:relative;display:flex;background:transparent;right:0;bottom:0;padding:0;padding-top:10px;box-sizing:border-box;width:100%;background-image:linear-gradient(rgba(255, 255, 255, 0), var(--color-main-background))}.oc-dialog-buttonrow.twobuttons{justify-content:space-between}.oc-dialog-buttonrow.onebutton,.oc-dialog-buttonrow.twobuttons.aside{justify-content:flex-end}.oc-dialog-buttonrow button{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;height:44px;min-width:44px}.oc-dialog-close{position:absolute;top:0;right:0;padding:25px;background:var(--icon-close-000) no-repeat center;opacity:.5}.oc-dialog-close:hover,.oc-dialog-close:focus,.oc-dialog-close:active{opacity:1}.oc-dialog-dim{background-color:#000;opacity:.2;z-index:9999;position:fixed;top:0;left:0;width:100%;height:100%}body.theme--dark .oc-dialog-dim{opacity:.8}.oc-dialog-content{width:100%;max-width:550px}.oc-dialog.password-confirmation .oc-dialog-content{width:auto}.oc-dialog.password-confirmation .oc-dialog-content input[type=password]{width:100%}.oc-dialog.password-confirmation .oc-dialog-content label{display:none}","",{version:3,sources:["webpack://./core/src/jquery/css/jquery.ocdialog.scss"],names:[],mappings:"AAAA,WACC,uCAAA,CACA,6BAAA,CACA,wCAAA,CACA,2CAAA,CACA,YAAA,CACA,aAAA,CACA,cAAA,CACA,qBAAA,CACA,eAAA,CACA,OAAA,CACA,QAAA,CACA,+BAAA,CACA,4BAAA,CACA,2BAAA,CACA,aAAA,CAED,iBACC,uCAAA,CAED,qBACC,iBAAA,CACA,YAAA,CACA,sBAAA,CACA,OAAA,CACA,QAAA,CACA,SAAA,CACA,gBAAA,CACA,qBAAA,CACA,UAAA,CACA,sFAAA,CAEA,gCACO,6BAAA,CAGP,qEAEC,wBAAA,CAGD,4BACI,kBAAA,CACA,eAAA,CACH,sBAAA,CACA,WAAA,CACA,cAAA,CAIF,iBACC,iBAAA,CACA,KAAA,CACA,OAAA,CACA,YAAA,CACA,iDAAA,CACA,UAAA,CAEA,sEAGC,SAAA,CAIF,eACC,qBAAA,CACA,UAAA,CACA,YAAA,CACA,cAAA,CACA,KAAA,CACA,MAAA,CACA,UAAA,CACA,WAAA,CAGD,gCACC,UAAA,CAGD,mBACC,UAAA,CACA,eAAA,CAIA,oDACC,UAAA,CAEA,yEACC,UAAA,CAED,0DACC,YAAA",sourcesContent:[".oc-dialog {\n\tbackground: var(--color-main-background);\n\tcolor: var(--color-text-light);\n\tborder-radius: var(--border-radius-large);\n\tbox-shadow: 0 0 30px var(--color-box-shadow);\n\tpadding: 15px;\n\tz-index: 10000;\n\tfont-size: 100%;\n\tbox-sizing: border-box;\n\tmin-width: 200px;\n\ttop: 50%;\n\tleft: 50%;\n\ttransform: translate(-50%, -50%);\n\tmax-height: calc(100% - 20px);\n\tmax-width: calc(100% - 20px);\n\toverflow: auto;\n}\n.oc-dialog-title {\n\tbackground: var(--color-main-background);\n}\n.oc-dialog-buttonrow {\n\tposition: relative;\n\tdisplay: flex;\n\tbackground: transparent;\n\tright: 0;\n\tbottom: 0;\n\tpadding: 0;\n\tpadding-top: 10px;\n\tbox-sizing: border-box;\n\twidth: 100%;\n\tbackground-image: linear-gradient(rgba(255, 255, 255, 0.0), var(--color-main-background));\n\n\t&.twobuttons {\n justify-content: space-between;\n }\n\n\t&.onebutton,\n\t&.twobuttons.aside {\n\t\tjustify-content: flex-end;\n\t}\n\n\tbutton {\n\t white-space: nowrap;\n\t overflow: hidden;\n\t\ttext-overflow: ellipsis;\n\t\theight: 44px;\n\t\tmin-width: 44px;\n\t}\n}\n\n.oc-dialog-close {\n\tposition: absolute;\n\ttop: 0;\n\tright: 0;\n\tpadding: 25px;\n\tbackground: var(--icon-close-000) no-repeat center;\n\topacity: .5;\n\n\t&:hover,\n\t&:focus,\n\t&:active {\n\t\topacity: 1;\n\t}\n}\n\n.oc-dialog-dim {\n\tbackground-color: #000;\n\topacity: .2;\n\tz-index: 9999;\n\tposition: fixed;\n\ttop: 0;\n\tleft: 0;\n\twidth: 100%;\n\theight: 100%;\n}\n\nbody.theme--dark .oc-dialog-dim {\n\topacity: .8;\n}\n\n.oc-dialog-content {\n\twidth: 100%;\n\tmax-width: 550px;\n}\n\n.oc-dialog.password-confirmation {\n\t.oc-dialog-content {\n\t\twidth: auto;\n\n\t\tinput[type=password] {\n\t\t\twidth: 100%;\n\t\t}\n\t\tlabel {\n\t\t\tdisplay: none;\n\t\t}\n\t}\n}\n"],sourceRoot:""}]),t.a=a},,,,,,,function(e,t,n){"use strict";var i=n(14),r=n(60),o=n(15),a=Math.min;e.exports=[].copyWithin||function(e,t){var n=i(this),s=o(n.length),l=r(e,s),u=r(t,s),c=arguments.length>2?arguments[2]:void 0,d=a((void 0===c?s:r(c,s))-u,s-l),h=1;for(u<l&&l<u+d&&(h=-1,u+=d-1,l+=d-1);d-- >0;)u in n?n[l]=n[u]:delete n[l],l+=h,u+=h;return n}},function(e,t,n){"use strict";var i=n(63),r=n(15),o=n(75),a=function(e,t,n,s,l,u,c,d){for(var h,p=l,f=0,m=!!c&&o(c,d,3);f<s;){if(f in n){if(h=m?m(n[f],f,t):n[f],u>0&&i(h))p=a(e,t,h,r(h.length),p,u-1)-1;else{if(p>=9007199254740991)throw TypeError("Exceed the acceptable array length");e[p]=h}p++}f++}return p};e.exports=a},function(e,t,n){"use strict";var i=n(22),r=n(23),o=n(15),a=n(51),s=Math.min,l=[].lastIndexOf,u=!!l&&1/[1].lastIndexOf(1,-0)<0,c=a("lastIndexOf"),d=u||!c;e.exports=d?function(e){if(u)return l.apply(this,arguments)||0;var t=i(this),n=o(t.length),a=n-1;for(arguments.length>1&&(a=s(a,r(arguments[1]))),a<0&&(a=n+a);a>=0;a--)if(a in t&&t[a]===e)return a||0;return-1}:l},function(e,t,n){var i=n(23),r=n(15);e.exports=function(e){if(void 0===e)return 0;var t=i(e),n=r(t);if(t!==n)throw RangeError("Wrong length or index");return n}},function(e,t,n){"use strict";var i=n(45),r=n(10),o=[].slice,a={},s=function(e,t,n){if(!(t in a)){for(var i=[],r=0;r<t;r++)i[r]="a["+r+"]";a[t]=Function("C,a","return new C("+i.join(",")+")")}return a[t](e,n)};e.exports=Function.bind||function(e){var t=i(this),n=o.call(arguments,1),a=function(){var i=n.concat(o.call(arguments));return this instanceof a?s(t,i.length,i):t.apply(e,i)};return r(t.prototype)&&(a.prototype=t.prototype),a}},function(e,t,n){"use strict";var i=n(19).f,r=n(98),o=n(188),a=n(75),s=n(150),l=n(187),u=n(240),c=n(242),d=n(11),h=n(225).fastKey,p=n(35),f=p.set,m=p.getterFor;e.exports={getConstructor:function(e,t,n,u){var c=e((function(e,i){s(e,c,t),f(e,{type:t,index:r(null),first:void 0,last:void 0,size:0}),d||(e.size=0),null!=i&&l(i,e[u],{that:e,AS_ENTRIES:n})})),p=m(t),g=function(e,t,n){var i,r,o=p(e),a=A(e,t);return a?a.value=n:(o.last=a={index:r=h(t,!0),key:t,value:n,previous:i=o.last,next:void 0,removed:!1},o.first||(o.first=a),i&&(i.next=a),d?o.size++:e.size++,"F"!==r&&(o.index[r]=a)),e},A=function(e,t){var n,i=p(e),r=h(t);if("F"!==r)return i.index[r];for(n=i.first;n;n=n.next)if(n.key==t)return n};return o(c.prototype,{clear:function(){for(var e=p(this),t=e.index,n=e.first;n;)n.removed=!0,n.previous&&(n.previous=n.previous.next=void 0),delete t[n.index],n=n.next;e.first=e.last=void 0,d?e.size=0:this.size=0},delete:function(e){var t=p(this),n=A(this,e);if(n){var i=n.next,r=n.previous;delete t.index[n.index],n.removed=!0,r&&(r.next=i),i&&(i.previous=r),t.first==n&&(t.first=i),t.last==n&&(t.last=r),d?t.size--:this.size--}return!!n},forEach:function(e){for(var t,n=p(this),i=a(e,arguments.length>1?arguments[1]:void 0,3);t=t?t.next:n.first;)for(i(t.value,t.key,this);t&&t.removed;)t=t.previous},has:function(e){return!!A(this,e)}}),o(c.prototype,n?{get:function(e){var t=A(this,e);return t&&t.value},set:function(e,t){return g(this,0===e?0:e,t)}}:{add:function(e){return g(this,e=0===e?0:e,e)}}),d&&i(c.prototype,"size",{get:function(){return p(this).size}}),c},setStrong:function(e,t,n){var i=t+" Iterator",r=m(t),o=m(i);u(e,t,(function(e,t){f(this,{type:i,target:e,state:r(e),kind:t,last:void 0})}),(function(){for(var e=o(this),t=e.kind,n=e.last;n&&n.removed;)n=n.previous;return e.target&&(e.last=n=n?n.next:e.state.first)?"keys"==t?{value:n.key,done:!1}:"values"==t?{value:n.value,done:!1}:{value:[n.key,n.value],done:!1}:(e.target=void 0,{value:void 0,done:!0})}),n?"entries":"values",!n,!0),c(t)}}},function(e,t){var n=Math.log;e.exports=Math.log1p||function(e){return(e=+e)>-1e-8&&e<1e-8?e-e*e/2:n(1+e)}},function(e,t,n){var i=n(10),r=Math.floor;e.exports=function(e){return!i(e)&&isFinite(e)&&r(e)===e}},function(e,t,n){var i=n(5),r=n(189).trim,o=n(226),a=i.parseFloat,s=1/a(o+"-0")!=-1/0;e.exports=s?function(e){var t=r(String(e)),n=a(t);return 0===n&&"-"==t.charAt(0)?-0:n}:a},function(e,t,n){var i=n(5),r=n(189).trim,o=n(226),a=i.parseInt,s=/^[+-]?0[Xx]/,l=8!==a(o+"08")||22!==a(o+"0x16");e.exports=l?function(e,t){var n=r(String(e));return a(n,t>>>0||(s.test(n)?16:10))}:a},function(e,t,n){var i=n(11),r=n(92),o=n(22),a=n(64).f,s=function(e){return function(t){for(var n,s=o(t),l=r(s),u=l.length,c=0,d=[];u>c;)n=l[c++],i&&!a.call(s,n)||d.push(e?[n,s[n]]:s[n]);return d}};e.exports={entries:s(!0),values:s(!1)}},function(e,t,n){var i=n(5);e.exports=i.Promise},function(e,t,n){var i=n(88);e.exports=/(?:iphone|ipod|ipad).*applewebkit/i.test(i)},function(e,t,n){var i,r,o,a,s,l,u,c,d=n(5),h=n(29).f,p=n(618).set,f=n(659),m=n(820),g=n(152),A=d.MutationObserver||d.WebKitMutationObserver,v=d.document,_=d.process,b=d.Promise,y=h(d,"queueMicrotask"),w=y&&y.value;w||(i=function(){var e,t;for(g&&(e=_.domain)&&e.exit();r;){t=r.fn,r=r.next;try{t()}catch(e){throw r?a():o=void 0,e}}o=void 0,e&&e.enter()},f||g||m||!A||!v?b&&b.resolve?((u=b.resolve(void 0)).constructor=b,c=u.then,a=function(){c.call(u,i)}):a=g?function(){_.nextTick(i)}:function(){p.call(d,i)}:(s=!0,l=v.createTextNode(""),new A(i).observe(l,{characterData:!0}),a=function(){l.data=s=!s})),e.exports=w||function(e){var t={fn:e,next:void 0};o&&(o.next=t),r||(r=t,a()),o=t}},function(e,t,n){var i=n(8),r=n(10),o=n(503);e.exports=function(e,t){if(i(e),r(t)&&t.constructor===e)return t;var n=o.f(e);return(0,n.resolve)(t),n.promise}},function(e,t,n){var i=n(88);e.exports=/Version\/10(?:\.\d+){1,2}(?: [\w./]+)?(?: Mobile\/\w+)? Safari\//.test(i)},function(e,t,n){var i=n(873);e.exports=function(e,t){var n=i(e);if(n%t)throw RangeError("Wrong offset");return n}},function(e,t,n){var i=n(14),r=n(15),o=n(176),a=n(468),s=n(75),l=n(38).aTypedArrayConstructor;e.exports=function(e){var t,n,u,c,d,h,p=i(e),f=arguments.length,m=f>1?arguments[1]:void 0,g=void 0!==m,A=o(p);if(null!=A&&!a(A))for(h=(d=A.call(p)).next,p=[];!(c=h.call(d)).done;)p.push(c.value);for(g&&f>2&&(m=s(m,arguments[2],2)),n=r(p.length),u=new(l(this))(n),t=0;n>t;t++)u[t]=g?m(p[t],t):p[t];return u}},function(e,t,n){"use strict";var i=n(188),r=n(225).getWeakData,o=n(8),a=n(10),s=n(150),l=n(187),u=n(36),c=n(13),d=n(35),h=d.set,p=d.getterFor,f=u.find,m=u.findIndex,g=0,A=function(e){return e.frozen||(e.frozen=new v)},v=function(){this.entries=[]},_=function(e,t){return f(e.entries,(function(e){return e[0]===t}))};v.prototype={get:function(e){var t=_(this,e);if(t)return t[1]},has:function(e){return!!_(this,e)},set:function(e,t){var n=_(this,e);n?n[1]=t:this.entries.push([e,t])},delete:function(e){var t=m(this.entries,(function(t){return t[0]===e}));return~t&&this.entries.splice(t,1),!!~t}},e.exports={getConstructor:function(e,t,n,u){var d=e((function(e,i){s(e,d,t),h(e,{type:t,id:g++,frozen:void 0}),null!=i&&l(i,e[u],{that:e,AS_ENTRIES:n})})),f=p(t),m=function(e,t,n){var i=f(e),a=r(o(t),!0);return!0===a?A(i).set(t,n):a[i.id]=n,e};return i(d.prototype,{delete:function(e){var t=f(this);if(!a(e))return!1;var n=r(e);return!0===n?A(t).delete(e):n&&c(n,t.id)&&delete n[t.id]},has:function(e){var t=f(this);if(!a(e))return!1;var n=r(e);return!0===n?A(t).has(e):n&&c(n,t.id)}}),i(d.prototype,n?{get:function(e){var t=f(this);if(a(e)){var n=r(e);return!0===n?A(t).get(e):n?n[t.id]:void 0}},set:function(e,t){return m(this,e,t)}}:{add:function(e){return m(this,e,!0)}}),d}}},,,,,,,,,,,function(e,t,n){var i,r,o;
/*!
autosize 4.0.2
license: MIT
http://www.jacklmoore.com/autosize
-*/r=[e,t],void 0===(o="function"==typeof(i=function(e,t){"use strict";var n,i,r="function"==typeof Map?new Map:(n=[],i=[],{has:function(e){return n.indexOf(e)>-1},get:function(e){return i[n.indexOf(e)]},set:function(e,t){-1===n.indexOf(e)&&(n.push(e),i.push(t))},delete:function(e){var t=n.indexOf(e);t>-1&&(n.splice(t,1),i.splice(t,1))}}),o=function(e){return new Event(e,{bubbles:!0})};try{new Event("test")}catch(e){o=function(e){var t=document.createEvent("Event");return t.initEvent(e,!0,!1),t}}function s(e){if(e&&e.nodeName&&"TEXTAREA"===e.nodeName&&!r.has(e)){var t,n=null,i=null,s=null,a=function(){e.clientWidth!==i&&d()},l=function(t){window.removeEventListener("resize",a,!1),e.removeEventListener("input",d,!1),e.removeEventListener("keyup",d,!1),e.removeEventListener("autosize:destroy",l,!1),e.removeEventListener("autosize:update",d,!1),Object.keys(t).forEach((function(n){e.style[n]=t[n]})),r.delete(e)}.bind(e,{height:e.style.height,resize:e.style.resize,overflowY:e.style.overflowY,overflowX:e.style.overflowX,wordWrap:e.style.wordWrap});e.addEventListener("autosize:destroy",l,!1),"onpropertychange"in e&&"oninput"in e&&e.addEventListener("keyup",d,!1),window.addEventListener("resize",a,!1),e.addEventListener("input",d,!1),e.addEventListener("autosize:update",d,!1),e.style.overflowX="hidden",e.style.wordWrap="break-word",r.set(e,{destroy:l,update:d}),"vertical"===(t=window.getComputedStyle(e,null)).resize?e.style.resize="none":"both"===t.resize&&(e.style.resize="horizontal"),n="content-box"===t.boxSizing?-(parseFloat(t.paddingTop)+parseFloat(t.paddingBottom)):parseFloat(t.borderTopWidth)+parseFloat(t.borderBottomWidth),isNaN(n)&&(n=0),d()}function c(t){var n=e.style.width;e.style.width="0px",e.offsetWidth,e.style.width=n,e.style.overflowY=t}function u(){if(0!==e.scrollHeight){var t=function(e){for(var t=[];e&&e.parentNode&&e.parentNode instanceof Element;)e.parentNode.scrollTop&&t.push({node:e.parentNode,scrollTop:e.parentNode.scrollTop}),e=e.parentNode;return t}(e),r=document.documentElement&&document.documentElement.scrollTop;e.style.height="",e.style.height=e.scrollHeight+n+"px",i=e.clientWidth,t.forEach((function(e){e.node.scrollTop=e.scrollTop})),r&&(document.documentElement.scrollTop=r)}}function d(){u();var t=Math.round(parseFloat(e.style.height)),n=window.getComputedStyle(e,null),i="content-box"===n.boxSizing?Math.round(parseFloat(n.height)):e.offsetHeight;if(i<t?"hidden"===n.overflowY&&(c("scroll"),u(),i="content-box"===n.boxSizing?Math.round(parseFloat(window.getComputedStyle(e,null).height)):e.offsetHeight):"hidden"!==n.overflowY&&(c("hidden"),u(),i="content-box"===n.boxSizing?Math.round(parseFloat(window.getComputedStyle(e,null).height)):e.offsetHeight),s!==i){s=i;var r=o("autosize:resized");try{e.dispatchEvent(r)}catch(e){}}}}function a(e){var t=r.get(e);t&&t.destroy()}function l(e){var t=r.get(e);t&&t.update()}var c=null;"undefined"==typeof window||"function"!=typeof window.getComputedStyle?((c=function(e){return e}).destroy=function(e){return e},c.update=function(e){return e}):((c=function(e,t){return e&&Array.prototype.forEach.call(e.length?e:[e],(function(e){return s(e)})),e}).destroy=function(e){return e&&Array.prototype.forEach.call(e.length?e:[e],a),e},c.update=function(e){return e&&Array.prototype.forEach.call(e.length?e:[e],l),e}),t.default=c,e.exports=t.default})?i.apply(t,r):i)||(e.exports=o)},function(e,t,n){
+*/r=[e,t],void 0===(o="function"==typeof(i=function(e,t){"use strict";var n,i,r="function"==typeof Map?new Map:(n=[],i=[],{has:function(e){return n.indexOf(e)>-1},get:function(e){return i[n.indexOf(e)]},set:function(e,t){-1===n.indexOf(e)&&(n.push(e),i.push(t))},delete:function(e){var t=n.indexOf(e);t>-1&&(n.splice(t,1),i.splice(t,1))}}),o=function(e){return new Event(e,{bubbles:!0})};try{new Event("test")}catch(e){o=function(e){var t=document.createEvent("Event");return t.initEvent(e,!0,!1),t}}function a(e){if(e&&e.nodeName&&"TEXTAREA"===e.nodeName&&!r.has(e)){var t,n=null,i=null,a=null,s=function(){e.clientWidth!==i&&d()},l=function(t){window.removeEventListener("resize",s,!1),e.removeEventListener("input",d,!1),e.removeEventListener("keyup",d,!1),e.removeEventListener("autosize:destroy",l,!1),e.removeEventListener("autosize:update",d,!1),Object.keys(t).forEach((function(n){e.style[n]=t[n]})),r.delete(e)}.bind(e,{height:e.style.height,resize:e.style.resize,overflowY:e.style.overflowY,overflowX:e.style.overflowX,wordWrap:e.style.wordWrap});e.addEventListener("autosize:destroy",l,!1),"onpropertychange"in e&&"oninput"in e&&e.addEventListener("keyup",d,!1),window.addEventListener("resize",s,!1),e.addEventListener("input",d,!1),e.addEventListener("autosize:update",d,!1),e.style.overflowX="hidden",e.style.wordWrap="break-word",r.set(e,{destroy:l,update:d}),"vertical"===(t=window.getComputedStyle(e,null)).resize?e.style.resize="none":"both"===t.resize&&(e.style.resize="horizontal"),n="content-box"===t.boxSizing?-(parseFloat(t.paddingTop)+parseFloat(t.paddingBottom)):parseFloat(t.borderTopWidth)+parseFloat(t.borderBottomWidth),isNaN(n)&&(n=0),d()}function u(t){var n=e.style.width;e.style.width="0px",e.offsetWidth,e.style.width=n,e.style.overflowY=t}function c(){if(0!==e.scrollHeight){var t=function(e){for(var t=[];e&&e.parentNode&&e.parentNode instanceof Element;)e.parentNode.scrollTop&&t.push({node:e.parentNode,scrollTop:e.parentNode.scrollTop}),e=e.parentNode;return t}(e),r=document.documentElement&&document.documentElement.scrollTop;e.style.height="",e.style.height=e.scrollHeight+n+"px",i=e.clientWidth,t.forEach((function(e){e.node.scrollTop=e.scrollTop})),r&&(document.documentElement.scrollTop=r)}}function d(){c();var t=Math.round(parseFloat(e.style.height)),n=window.getComputedStyle(e,null),i="content-box"===n.boxSizing?Math.round(parseFloat(n.height)):e.offsetHeight;if(i<t?"hidden"===n.overflowY&&(u("scroll"),c(),i="content-box"===n.boxSizing?Math.round(parseFloat(window.getComputedStyle(e,null).height)):e.offsetHeight):"hidden"!==n.overflowY&&(u("hidden"),c(),i="content-box"===n.boxSizing?Math.round(parseFloat(window.getComputedStyle(e,null).height)):e.offsetHeight),a!==i){a=i;var r=o("autosize:resized");try{e.dispatchEvent(r)}catch(e){}}}}function s(e){var t=r.get(e);t&&t.destroy()}function l(e){var t=r.get(e);t&&t.update()}var u=null;"undefined"==typeof window||"function"!=typeof window.getComputedStyle?((u=function(e){return e}).destroy=function(e){return e},u.update=function(e){return e}):((u=function(e,t){return e&&Array.prototype.forEach.call(e.length?e:[e],(function(e){return a(e)})),e}).destroy=function(e){return e&&Array.prototype.forEach.call(e.length?e:[e],s),e},u.update=function(e){return e&&Array.prototype.forEach.call(e.length?e:[e],l),e}),t.default=u,e.exports=t.default})?i.apply(t,r):i)||(e.exports=o)},function(e,t,n){
/*!
- * clipboard.js v2.0.6
+ * clipboard.js v2.0.8
* https://clipboardjs.com/
- *
- * Licensed MIT © Zeno Rocha
- */
-var i;i=function(){return function(e){var t={};function n(i){if(t[i])return t[i].exports;var r=t[i]={i:i,l:!1,exports:{}};return e[i].call(r.exports,r,r.exports,n),r.l=!0,r.exports}return n.m=e,n.c=t,n.d=function(e,t,i){n.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:i})},n.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},n.t=function(e,t){if(1&t&&(e=n(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var i=Object.create(null);if(n.r(i),Object.defineProperty(i,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var r in e)n.d(i,r,function(t){return e[t]}.bind(null,r));return i},n.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return n.d(t,"a",t),t},n.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},n.p="",n(n.s=6)}([function(e,t){e.exports=function(e){var t;if("SELECT"===e.nodeName)e.focus(),t=e.value;else if("INPUT"===e.nodeName||"TEXTAREA"===e.nodeName){var n=e.hasAttribute("readonly");n||e.setAttribute("readonly",""),e.select(),e.setSelectionRange(0,e.value.length),n||e.removeAttribute("readonly"),t=e.value}else{e.hasAttribute("contenteditable")&&e.focus();var i=window.getSelection(),r=document.createRange();r.selectNodeContents(e),i.removeAllRanges(),i.addRange(r),t=i.toString()}return t}},function(e,t){function n(){}n.prototype={on:function(e,t,n){var i=this.e||(this.e={});return(i[e]||(i[e]=[])).push({fn:t,ctx:n}),this},once:function(e,t,n){var i=this;function r(){i.off(e,r),t.apply(n,arguments)}return r._=t,this.on(e,r,n)},emit:function(e){for(var t=[].slice.call(arguments,1),n=((this.e||(this.e={}))[e]||[]).slice(),i=0,r=n.length;i<r;i++)n[i].fn.apply(n[i].ctx,t);return this},off:function(e,t){var n=this.e||(this.e={}),i=n[e],r=[];if(i&&t)for(var o=0,s=i.length;o<s;o++)i[o].fn!==t&&i[o].fn._!==t&&r.push(i[o]);return r.length?n[e]=r:delete n[e],this}},e.exports=n,e.exports.TinyEmitter=n},function(e,t,n){var i=n(3),r=n(4);e.exports=function(e,t,n){if(!e&&!t&&!n)throw new Error("Missing required arguments");if(!i.string(t))throw new TypeError("Second argument must be a String");if(!i.fn(n))throw new TypeError("Third argument must be a Function");if(i.node(e))return function(e,t,n){return e.addEventListener(t,n),{destroy:function(){e.removeEventListener(t,n)}}}(e,t,n);if(i.nodeList(e))return function(e,t,n){return Array.prototype.forEach.call(e,(function(e){e.addEventListener(t,n)})),{destroy:function(){Array.prototype.forEach.call(e,(function(e){e.removeEventListener(t,n)}))}}}(e,t,n);if(i.string(e))return function(e,t,n){return r(document.body,e,t,n)}(e,t,n);throw new TypeError("First argument must be a String, HTMLElement, HTMLCollection, or NodeList")}},function(e,t){t.node=function(e){return void 0!==e&&e instanceof HTMLElement&&1===e.nodeType},t.nodeList=function(e){var n=Object.prototype.toString.call(e);return void 0!==e&&("[object NodeList]"===n||"[object HTMLCollection]"===n)&&"length"in e&&(0===e.length||t.node(e[0]))},t.string=function(e){return"string"==typeof e||e instanceof String},t.fn=function(e){return"[object Function]"===Object.prototype.toString.call(e)}},function(e,t,n){var i=n(5);function r(e,t,n,i,r){var s=o.apply(this,arguments);return e.addEventListener(n,s,r),{destroy:function(){e.removeEventListener(n,s,r)}}}function o(e,t,n,r){return function(n){n.delegateTarget=i(n.target,t),n.delegateTarget&&r.call(e,n)}}e.exports=function(e,t,n,i,o){return"function"==typeof e.addEventListener?r.apply(null,arguments):"function"==typeof n?r.bind(null,document).apply(null,arguments):("string"==typeof e&&(e=document.querySelectorAll(e)),Array.prototype.map.call(e,(function(e){return r(e,t,n,i,o)})))}},function(e,t){if("undefined"!=typeof Element&&!Element.prototype.matches){var n=Element.prototype;n.matches=n.matchesSelector||n.mozMatchesSelector||n.msMatchesSelector||n.oMatchesSelector||n.webkitMatchesSelector}e.exports=function(e,t){for(;e&&9!==e.nodeType;){if("function"==typeof e.matches&&e.matches(t))return e;e=e.parentNode}}},function(e,t,n){"use strict";n.r(t);var i=n(0),r=n.n(i),o="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},s=function(){function e(e,t){for(var n=0;n<t.length;n++){var i=t[n];i.enumerable=i.enumerable||!1,i.configurable=!0,"value"in i&&(i.writable=!0),Object.defineProperty(e,i.key,i)}}return function(t,n,i){return n&&e(t.prototype,n),i&&e(t,i),t}}(),a=function(){function e(t){!function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,e),this.resolveOptions(t),this.initSelection()}return s(e,[{key:"resolveOptions",value:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};this.action=e.action,this.container=e.container,this.emitter=e.emitter,this.target=e.target,this.text=e.text,this.trigger=e.trigger,this.selectedText=""}},{key:"initSelection",value:function(){this.text?this.selectFake():this.target&&this.selectTarget()}},{key:"selectFake",value:function(){var e=this,t="rtl"==document.documentElement.getAttribute("dir");this.removeFake(),this.fakeHandlerCallback=function(){return e.removeFake()},this.fakeHandler=this.container.addEventListener("click",this.fakeHandlerCallback)||!0,this.fakeElem=document.createElement("textarea"),this.fakeElem.style.fontSize="12pt",this.fakeElem.style.border="0",this.fakeElem.style.padding="0",this.fakeElem.style.margin="0",this.fakeElem.style.position="absolute",this.fakeElem.style[t?"right":"left"]="-9999px";var n=window.pageYOffset||document.documentElement.scrollTop;this.fakeElem.style.top=n+"px",this.fakeElem.setAttribute("readonly",""),this.fakeElem.value=this.text,this.container.appendChild(this.fakeElem),this.selectedText=r()(this.fakeElem),this.copyText()}},{key:"removeFake",value:function(){this.fakeHandler&&(this.container.removeEventListener("click",this.fakeHandlerCallback),this.fakeHandler=null,this.fakeHandlerCallback=null),this.fakeElem&&(this.container.removeChild(this.fakeElem),this.fakeElem=null)}},{key:"selectTarget",value:function(){this.selectedText=r()(this.target),this.copyText()}},{key:"copyText",value:function(){var e=void 0;try{e=document.execCommand(this.action)}catch(t){e=!1}this.handleResult(e)}},{key:"handleResult",value:function(e){this.emitter.emit(e?"success":"error",{action:this.action,text:this.selectedText,trigger:this.trigger,clearSelection:this.clearSelection.bind(this)})}},{key:"clearSelection",value:function(){this.trigger&&this.trigger.focus(),document.activeElement.blur(),window.getSelection().removeAllRanges()}},{key:"destroy",value:function(){this.removeFake()}},{key:"action",set:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"copy";if(this._action=e,"copy"!==this._action&&"cut"!==this._action)throw new Error('Invalid "action" value, use either "copy" or "cut"')},get:function(){return this._action}},{key:"target",set:function(e){if(void 0!==e){if(!e||"object"!==(void 0===e?"undefined":o(e))||1!==e.nodeType)throw new Error('Invalid "target" value, use a valid Element');if("copy"===this.action&&e.hasAttribute("disabled"))throw new Error('Invalid "target" attribute. Please use "readonly" instead of "disabled" attribute');if("cut"===this.action&&(e.hasAttribute("readonly")||e.hasAttribute("disabled")))throw new Error('Invalid "target" attribute. You can\'t cut text from elements with "readonly" or "disabled" attributes');this._target=e}},get:function(){return this._target}}]),e}(),l=n(1),c=n.n(l),u=n(2),d=n.n(u),h="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},f=function(){function e(e,t){for(var n=0;n<t.length;n++){var i=t[n];i.enumerable=i.enumerable||!1,i.configurable=!0,"value"in i&&(i.writable=!0),Object.defineProperty(e,i.key,i)}}return function(t,n,i){return n&&e(t.prototype,n),i&&e(t,i),t}}(),p=function(e){function t(e,n){!function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,t);var i=function(e,t){if(!e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!t||"object"!=typeof t&&"function"!=typeof t?e:t}(this,(t.__proto__||Object.getPrototypeOf(t)).call(this));return i.resolveOptions(n),i.listenClick(e),i}return function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function, not "+typeof t);e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}),t&&(Object.setPrototypeOf?Object.setPrototypeOf(e,t):e.__proto__=t)}(t,e),f(t,[{key:"resolveOptions",value:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};this.action="function"==typeof e.action?e.action:this.defaultAction,this.target="function"==typeof e.target?e.target:this.defaultTarget,this.text="function"==typeof e.text?e.text:this.defaultText,this.container="object"===h(e.container)?e.container:document.body}},{key:"listenClick",value:function(e){var t=this;this.listener=d()(e,"click",(function(e){return t.onClick(e)}))}},{key:"onClick",value:function(e){var t=e.delegateTarget||e.currentTarget;this.clipboardAction&&(this.clipboardAction=null),this.clipboardAction=new a({action:this.action(t),target:this.target(t),text:this.text(t),container:this.container,trigger:t,emitter:this})}},{key:"defaultAction",value:function(e){return m("action",e)}},{key:"defaultTarget",value:function(e){var t=m("target",e);if(t)return document.querySelector(t)}},{key:"defaultText",value:function(e){return m("text",e)}},{key:"destroy",value:function(){this.listener.destroy(),this.clipboardAction&&(this.clipboardAction.destroy(),this.clipboardAction=null)}}],[{key:"isSupported",value:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:["copy","cut"],t="string"==typeof e?[e]:e,n=!!document.queryCommandSupported;return t.forEach((function(e){n=n&&!!document.queryCommandSupported(e)})),n}}]),t}(c.a);function m(e,t){var n="data-clipboard-"+e;if(t.hasAttribute(n))return t.getAttribute(n)}t.default=p}]).default},e.exports=i()},function(e,t,n){var i;!function(r){"use strict";function o(e,t){var n=(65535&e)+(65535&t);return(e>>16)+(t>>16)+(n>>16)<<16|65535&n}function s(e,t,n,i,r,s){return o((a=o(o(t,e),o(i,s)))<<(l=r)|a>>>32-l,n);var a,l}function a(e,t,n,i,r,o,a){return s(t&n|~t&i,e,t,r,o,a)}function l(e,t,n,i,r,o,a){return s(t&i|n&~i,e,t,r,o,a)}function c(e,t,n,i,r,o,a){return s(t^n^i,e,t,r,o,a)}function u(e,t,n,i,r,o,a){return s(n^(t|~i),e,t,r,o,a)}function d(e,t){var n,i,r,s,d;e[t>>5]|=128<<t%32,e[14+(t+64>>>9<<4)]=t;var h=1732584193,f=-271733879,p=-1732584194,m=271733878;for(n=0;n<e.length;n+=16)i=h,r=f,s=p,d=m,h=a(h,f,p,m,e[n],7,-680876936),m=a(m,h,f,p,e[n+1],12,-389564586),p=a(p,m,h,f,e[n+2],17,606105819),f=a(f,p,m,h,e[n+3],22,-1044525330),h=a(h,f,p,m,e[n+4],7,-176418897),m=a(m,h,f,p,e[n+5],12,1200080426),p=a(p,m,h,f,e[n+6],17,-1473231341),f=a(f,p,m,h,e[n+7],22,-45705983),h=a(h,f,p,m,e[n+8],7,1770035416),m=a(m,h,f,p,e[n+9],12,-1958414417),p=a(p,m,h,f,e[n+10],17,-42063),f=a(f,p,m,h,e[n+11],22,-1990404162),h=a(h,f,p,m,e[n+12],7,1804603682),m=a(m,h,f,p,e[n+13],12,-40341101),p=a(p,m,h,f,e[n+14],17,-1502002290),h=l(h,f=a(f,p,m,h,e[n+15],22,1236535329),p,m,e[n+1],5,-165796510),m=l(m,h,f,p,e[n+6],9,-1069501632),p=l(p,m,h,f,e[n+11],14,643717713),f=l(f,p,m,h,e[n],20,-373897302),h=l(h,f,p,m,e[n+5],5,-701558691),m=l(m,h,f,p,e[n+10],9,38016083),p=l(p,m,h,f,e[n+15],14,-660478335),f=l(f,p,m,h,e[n+4],20,-405537848),h=l(h,f,p,m,e[n+9],5,568446438),m=l(m,h,f,p,e[n+14],9,-1019803690),p=l(p,m,h,f,e[n+3],14,-187363961),f=l(f,p,m,h,e[n+8],20,1163531501),h=l(h,f,p,m,e[n+13],5,-1444681467),m=l(m,h,f,p,e[n+2],9,-51403784),p=l(p,m,h,f,e[n+7],14,1735328473),h=c(h,f=l(f,p,m,h,e[n+12],20,-1926607734),p,m,e[n+5],4,-378558),m=c(m,h,f,p,e[n+8],11,-2022574463),p=c(p,m,h,f,e[n+11],16,1839030562),f=c(f,p,m,h,e[n+14],23,-35309556),h=c(h,f,p,m,e[n+1],4,-1530992060),m=c(m,h,f,p,e[n+4],11,1272893353),p=c(p,m,h,f,e[n+7],16,-155497632),f=c(f,p,m,h,e[n+10],23,-1094730640),h=c(h,f,p,m,e[n+13],4,681279174),m=c(m,h,f,p,e[n],11,-358537222),p=c(p,m,h,f,e[n+3],16,-722521979),f=c(f,p,m,h,e[n+6],23,76029189),h=c(h,f,p,m,e[n+9],4,-640364487),m=c(m,h,f,p,e[n+12],11,-421815835),p=c(p,m,h,f,e[n+15],16,530742520),h=u(h,f=c(f,p,m,h,e[n+2],23,-995338651),p,m,e[n],6,-198630844),m=u(m,h,f,p,e[n+7],10,1126891415),p=u(p,m,h,f,e[n+14],15,-1416354905),f=u(f,p,m,h,e[n+5],21,-57434055),h=u(h,f,p,m,e[n+12],6,1700485571),m=u(m,h,f,p,e[n+3],10,-1894986606),p=u(p,m,h,f,e[n+10],15,-1051523),f=u(f,p,m,h,e[n+1],21,-2054922799),h=u(h,f,p,m,e[n+8],6,1873313359),m=u(m,h,f,p,e[n+15],10,-30611744),p=u(p,m,h,f,e[n+6],15,-1560198380),f=u(f,p,m,h,e[n+13],21,1309151649),h=u(h,f,p,m,e[n+4],6,-145523070),m=u(m,h,f,p,e[n+11],10,-1120210379),p=u(p,m,h,f,e[n+2],15,718787259),f=u(f,p,m,h,e[n+9],21,-343485551),h=o(h,i),f=o(f,r),p=o(p,s),m=o(m,d);return[h,f,p,m]}function h(e){var t,n="",i=32*e.length;for(t=0;t<i;t+=8)n+=String.fromCharCode(e[t>>5]>>>t%32&255);return n}function f(e){var t,n=[];for(n[(e.length>>2)-1]=void 0,t=0;t<n.length;t+=1)n[t]=0;var i=8*e.length;for(t=0;t<i;t+=8)n[t>>5]|=(255&e.charCodeAt(t/8))<<t%32;return n}function p(e){var t,n,i="";for(n=0;n<e.length;n+=1)t=e.charCodeAt(n),i+="0123456789abcdef".charAt(t>>>4&15)+"0123456789abcdef".charAt(15&t);return i}function m(e){return unescape(encodeURIComponent(e))}function g(e){return function(e){return h(d(f(e),8*e.length))}(m(e))}function v(e,t){return function(e,t){var n,i,r=f(e),o=[],s=[];for(o[15]=s[15]=void 0,r.length>16&&(r=d(r,8*e.length)),n=0;n<16;n+=1)o[n]=909522486^r[n],s[n]=1549556828^r[n];return i=d(o.concat(f(t)),512+8*t.length),h(d(s.concat(i),640))}(m(e),m(t))}function _(e,t,n){return t?n?v(t,e):p(v(t,e)):n?g(e):p(g(e))}void 0===(i=function(){return _}.call(t,n,t,e))||(e.exports=i)}()},function(e,t,n){"use strict";(function(e,i){var r=n(821),o=n.n(r),s={error:"toast-error",info:"toast-info",warning:"toast-warning",success:"toast-success",permanent:"permanent"},a={success:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};return t.type="success",this.message(e,t)},warning:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};return t.type="warning",this.message(e,t)},error:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};return t.type="error",this.message(e,t)},info:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};return t.type="info",this.message(e,t)},message:function(t,n){n=n||{},e.defaults(n,{timeout:7,isHTML:!1,type:void 0,close:!0,callback:function(){}}),n.isHTML||(t=i("<div/>").text(t).html());var r="";n.type&&(r=s[n.type]);var a=o()({text:t,duration:n.timeout?1e3*n.timeout:null,callback:n.callback,close:n.close,gravity:"top",selector:window.TESTING?"testArea":"content",positionLeft:!1,backgroundColor:"",className:"toast "+r});return a.showToast(),a.toastElement.toastify=a,a}};t.a=a}).call(this,n(2),n(0))},function(e,t,n){
-/*!
- * Toastify js 1.6.2
- * https://github.com/apvarun/toastify-js
- * @license MIT licensed
*
- * Copyright (C) 2018 Varun A P
+ * Licensed MIT © Zeno Rocha
*/
-var i,r;i=this,r=function(e){var t=function(e){return new t.lib.init(e)};function n(e,t){return!(!e||"string"!=typeof t||!(e.className&&e.className.trim().split(/\s+/gi).indexOf(t)>-1))}return t.lib=t.prototype={toastify:"1.6.2",constructor:t,init:function(e){return e||(e={}),this.options={},this.toastElement=null,this.options.text=e.text||"Hi there!",this.options.duration=e.duration||3e3,this.options.selector=e.selector,this.options.callback=e.callback||function(){},this.options.destination=e.destination,this.options.newWindow=e.newWindow||!1,this.options.close=e.close||!1,this.options.gravity="bottom"==e.gravity?"toastify-bottom":"toastify-top",this.options.positionLeft=e.positionLeft||!1,this.options.position=e.position||"",this.options.backgroundColor=e.backgroundColor,this.options.avatar=e.avatar||"",this.options.className=e.className||"",this.options.stopOnFocus=void 0===e.stopOnFocus||e.stopOnFocus,this.options.onClick=e.onClick,this},buildToast:function(){if(!this.options)throw"Toastify is not initialized";var e=document.createElement("div");if(e.className="toastify on "+this.options.className,this.options.position?e.className+=" toastify-"+this.options.position:!0===this.options.positionLeft?(e.className+=" toastify-left",console.warn("Property `positionLeft` will be depreciated in further versions. Please use `position` instead.")):e.className+=" toastify-right",e.className+=" "+this.options.gravity,this.options.backgroundColor&&(e.style.background=this.options.backgroundColor),e.innerHTML=this.options.text,""!==this.options.avatar){var t=document.createElement("img");t.src=this.options.avatar,t.className="toastify-avatar","left"==this.options.position||!0===this.options.positionLeft?e.appendChild(t):e.insertAdjacentElement("beforeend",t)}if(!0===this.options.close){var n=document.createElement("span");if(n.innerHTML="&#10006;",n.className="toast-close",n.addEventListener("click",function(e){e.stopPropagation(),this.removeElement(this.toastElement),window.clearTimeout(this.toastElement.timeOutValue)}.bind(this)),this.options.stopOnFocus&&this.options.duration>0){const t=this;e.addEventListener("mouseover",(function(t){window.clearTimeout(e.timeOutValue)})),e.addEventListener("mouseleave",(function(){e.timeOutValue=window.setTimeout((function(){t.removeElement(e)}),t.options.duration)}))}var i=window.innerWidth>0?window.innerWidth:screen.width;("left"==this.options.position||!0===this.options.positionLeft)&&i>360?e.insertAdjacentElement("afterbegin",n):e.appendChild(n)}return void 0!==this.options.destination&&e.addEventListener("click",function(e){e.stopPropagation(),!0===this.options.newWindow?window.open(this.options.destination,"_blank"):window.location=this.options.destination}.bind(this)),"function"==typeof this.options.onClick&&void 0===this.options.destination&&e.addEventListener("click",function(e){e.stopPropagation(),this.options.onClick()}.bind(this)),e},showToast:function(){var e;if(this.toastElement=this.buildToast(),!(e=void 0===this.options.selector?document.body:document.getElementById(this.options.selector)))throw"Root element is not defined";return e.insertBefore(this.toastElement,e.firstChild),t.reposition(),this.options.duration>0&&(this.toastElement.timeOutValue=window.setTimeout(function(){this.removeElement(this.toastElement)}.bind(this),this.options.duration)),this},hideToast:function(){this.toastElement.timeOutValue&&clearTimeout(this.toastElement.timeOutValue),this.removeElement(this.toastElement)},removeElement:function(e){e.className=e.className.replace(" on",""),window.setTimeout(function(){e.parentNode.removeChild(e),this.options.callback.call(e),t.reposition()}.bind(this),400)}},t.reposition=function(){for(var e,t={top:15,bottom:15},i={top:15,bottom:15},r={top:15,bottom:15},o=document.getElementsByClassName("toastify"),s=0;s<o.length;s++){e=!0===n(o[s],"toastify-top")?"toastify-top":"toastify-bottom";var a=o[s].offsetHeight;e=e.substr(9,e.length-1),(window.innerWidth>0?window.innerWidth:screen.width)<=360?(o[s].style[e]=r[e]+"px",r[e]+=a+15):!0===n(o[s],"toastify-left")?(o[s].style[e]=t[e]+"px",t[e]+=a+15):(o[s].style[e]=i[e]+"px",i[e]+=a+15)}return this},t.lib.init.prototype=t.lib,t},e.exports?e.exports=r():i.Toastify=r()},,,,,,,,,,,function(e,t,n){"use strict";n.r(t),function(e){var t=n(0),i=n.n(t),r=(n(833),n(1057),n(1058),n(4)),o=(n(1143),n(1141),n(713)),s=n(210);
+var i;i=function(){return function(){var e={134:function(e,t,n){"use strict";n.d(t,{default:function(){return _}});var i=n(279),r=n.n(i),o=n(370),a=n.n(o),s=n(817),l=n.n(s);function u(e){return(u="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function c(e,t){for(var n=0;n<t.length;n++){var i=t[n];i.enumerable=i.enumerable||!1,i.configurable=!0,"value"in i&&(i.writable=!0),Object.defineProperty(e,i.key,i)}}var d=function(){function e(t){!function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,e),this.resolveOptions(t),this.initSelection()}var t,n,i;return t=e,(n=[{key:"resolveOptions",value:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};this.action=e.action,this.container=e.container,this.emitter=e.emitter,this.target=e.target,this.text=e.text,this.trigger=e.trigger,this.selectedText=""}},{key:"initSelection",value:function(){this.text?this.selectFake():this.target&&this.selectTarget()}},{key:"createFakeElement",value:function(){var e="rtl"===document.documentElement.getAttribute("dir");this.fakeElem=document.createElement("textarea"),this.fakeElem.style.fontSize="12pt",this.fakeElem.style.border="0",this.fakeElem.style.padding="0",this.fakeElem.style.margin="0",this.fakeElem.style.position="absolute",this.fakeElem.style[e?"right":"left"]="-9999px";var t=window.pageYOffset||document.documentElement.scrollTop;return this.fakeElem.style.top="".concat(t,"px"),this.fakeElem.setAttribute("readonly",""),this.fakeElem.value=this.text,this.fakeElem}},{key:"selectFake",value:function(){var e=this,t=this.createFakeElement();this.fakeHandlerCallback=function(){return e.removeFake()},this.fakeHandler=this.container.addEventListener("click",this.fakeHandlerCallback)||!0,this.container.appendChild(t),this.selectedText=l()(t),this.copyText(),this.removeFake()}},{key:"removeFake",value:function(){this.fakeHandler&&(this.container.removeEventListener("click",this.fakeHandlerCallback),this.fakeHandler=null,this.fakeHandlerCallback=null),this.fakeElem&&(this.container.removeChild(this.fakeElem),this.fakeElem=null)}},{key:"selectTarget",value:function(){this.selectedText=l()(this.target),this.copyText()}},{key:"copyText",value:function(){var e;try{e=document.execCommand(this.action)}catch(t){e=!1}this.handleResult(e)}},{key:"handleResult",value:function(e){this.emitter.emit(e?"success":"error",{action:this.action,text:this.selectedText,trigger:this.trigger,clearSelection:this.clearSelection.bind(this)})}},{key:"clearSelection",value:function(){this.trigger&&this.trigger.focus(),document.activeElement.blur(),window.getSelection().removeAllRanges()}},{key:"destroy",value:function(){this.removeFake()}},{key:"action",set:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"copy";if(this._action=e,"copy"!==this._action&&"cut"!==this._action)throw new Error('Invalid "action" value, use either "copy" or "cut"')},get:function(){return this._action}},{key:"target",set:function(e){if(void 0!==e){if(!e||"object"!==u(e)||1!==e.nodeType)throw new Error('Invalid "target" value, use a valid Element');if("copy"===this.action&&e.hasAttribute("disabled"))throw new Error('Invalid "target" attribute. Please use "readonly" instead of "disabled" attribute');if("cut"===this.action&&(e.hasAttribute("readonly")||e.hasAttribute("disabled")))throw new Error('Invalid "target" attribute. You can\'t cut text from elements with "readonly" or "disabled" attributes');this._target=e}},get:function(){return this._target}}])&&c(t.prototype,n),i&&c(t,i),e}();function h(e){return(h="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function p(e,t){for(var n=0;n<t.length;n++){var i=t[n];i.enumerable=i.enumerable||!1,i.configurable=!0,"value"in i&&(i.writable=!0),Object.defineProperty(e,i.key,i)}}function f(e,t){return(f=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e})(e,t)}function m(e){var t=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Date.prototype.toString.call(Reflect.construct(Date,[],(function(){}))),!0}catch(e){return!1}}();return function(){var n,i=A(e);if(t){var r=A(this).constructor;n=Reflect.construct(i,arguments,r)}else n=i.apply(this,arguments);return g(this,n)}}function g(e,t){return!t||"object"!==h(t)&&"function"!=typeof t?function(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}(e):t}function A(e){return(A=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}function v(e,t){var n="data-clipboard-".concat(e);if(t.hasAttribute(n))return t.getAttribute(n)}var _=function(e){!function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&f(e,t)}(o,e);var t,n,i,r=m(o);function o(e,t){var n;return function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,o),(n=r.call(this)).resolveOptions(t),n.listenClick(e),n}return t=o,i=[{key:"isSupported",value:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:["copy","cut"],t="string"==typeof e?[e]:e,n=!!document.queryCommandSupported;return t.forEach((function(e){n=n&&!!document.queryCommandSupported(e)})),n}}],(n=[{key:"resolveOptions",value:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};this.action="function"==typeof e.action?e.action:this.defaultAction,this.target="function"==typeof e.target?e.target:this.defaultTarget,this.text="function"==typeof e.text?e.text:this.defaultText,this.container="object"===h(e.container)?e.container:document.body}},{key:"listenClick",value:function(e){var t=this;this.listener=a()(e,"click",(function(e){return t.onClick(e)}))}},{key:"onClick",value:function(e){var t=e.delegateTarget||e.currentTarget;this.clipboardAction&&(this.clipboardAction=null),this.clipboardAction=new d({action:this.action(t),target:this.target(t),text:this.text(t),container:this.container,trigger:t,emitter:this})}},{key:"defaultAction",value:function(e){return v("action",e)}},{key:"defaultTarget",value:function(e){var t=v("target",e);if(t)return document.querySelector(t)}},{key:"defaultText",value:function(e){return v("text",e)}},{key:"destroy",value:function(){this.listener.destroy(),this.clipboardAction&&(this.clipboardAction.destroy(),this.clipboardAction=null)}}])&&p(t.prototype,n),i&&p(t,i),o}(r())},828:function(e){if("undefined"!=typeof Element&&!Element.prototype.matches){var t=Element.prototype;t.matches=t.matchesSelector||t.mozMatchesSelector||t.msMatchesSelector||t.oMatchesSelector||t.webkitMatchesSelector}e.exports=function(e,t){for(;e&&9!==e.nodeType;){if("function"==typeof e.matches&&e.matches(t))return e;e=e.parentNode}}},438:function(e,t,n){var i=n(828);function r(e,t,n,i,r){var a=o.apply(this,arguments);return e.addEventListener(n,a,r),{destroy:function(){e.removeEventListener(n,a,r)}}}function o(e,t,n,r){return function(n){n.delegateTarget=i(n.target,t),n.delegateTarget&&r.call(e,n)}}e.exports=function(e,t,n,i,o){return"function"==typeof e.addEventListener?r.apply(null,arguments):"function"==typeof n?r.bind(null,document).apply(null,arguments):("string"==typeof e&&(e=document.querySelectorAll(e)),Array.prototype.map.call(e,(function(e){return r(e,t,n,i,o)})))}},879:function(e,t){t.node=function(e){return void 0!==e&&e instanceof HTMLElement&&1===e.nodeType},t.nodeList=function(e){var n=Object.prototype.toString.call(e);return void 0!==e&&("[object NodeList]"===n||"[object HTMLCollection]"===n)&&"length"in e&&(0===e.length||t.node(e[0]))},t.string=function(e){return"string"==typeof e||e instanceof String},t.fn=function(e){return"[object Function]"===Object.prototype.toString.call(e)}},370:function(e,t,n){var i=n(879),r=n(438);e.exports=function(e,t,n){if(!e&&!t&&!n)throw new Error("Missing required arguments");if(!i.string(t))throw new TypeError("Second argument must be a String");if(!i.fn(n))throw new TypeError("Third argument must be a Function");if(i.node(e))return function(e,t,n){return e.addEventListener(t,n),{destroy:function(){e.removeEventListener(t,n)}}}(e,t,n);if(i.nodeList(e))return function(e,t,n){return Array.prototype.forEach.call(e,(function(e){e.addEventListener(t,n)})),{destroy:function(){Array.prototype.forEach.call(e,(function(e){e.removeEventListener(t,n)}))}}}(e,t,n);if(i.string(e))return function(e,t,n){return r(document.body,e,t,n)}(e,t,n);throw new TypeError("First argument must be a String, HTMLElement, HTMLCollection, or NodeList")}},817:function(e){e.exports=function(e){var t;if("SELECT"===e.nodeName)e.focus(),t=e.value;else if("INPUT"===e.nodeName||"TEXTAREA"===e.nodeName){var n=e.hasAttribute("readonly");n||e.setAttribute("readonly",""),e.select(),e.setSelectionRange(0,e.value.length),n||e.removeAttribute("readonly"),t=e.value}else{e.hasAttribute("contenteditable")&&e.focus();var i=window.getSelection(),r=document.createRange();r.selectNodeContents(e),i.removeAllRanges(),i.addRange(r),t=i.toString()}return t}},279:function(e){function t(){}t.prototype={on:function(e,t,n){var i=this.e||(this.e={});return(i[e]||(i[e]=[])).push({fn:t,ctx:n}),this},once:function(e,t,n){var i=this;function r(){i.off(e,r),t.apply(n,arguments)}return r._=t,this.on(e,r,n)},emit:function(e){for(var t=[].slice.call(arguments,1),n=((this.e||(this.e={}))[e]||[]).slice(),i=0,r=n.length;i<r;i++)n[i].fn.apply(n[i].ctx,t);return this},off:function(e,t){var n=this.e||(this.e={}),i=n[e],r=[];if(i&&t)for(var o=0,a=i.length;o<a;o++)i[o].fn!==t&&i[o].fn._!==t&&r.push(i[o]);return r.length?n[e]=r:delete n[e],this}},e.exports=t,e.exports.TinyEmitter=t}},t={};function n(i){if(t[i])return t[i].exports;var r=t[i]={exports:{}};return e[i](r,r.exports,n),r.exports}return n.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return n.d(t,{a:t}),t},n.d=function(e,t){for(var i in t)n.o(t,i)&&!n.o(e,i)&&Object.defineProperty(e,i,{enumerable:!0,get:t[i]})},n.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},n(134)}().default},e.exports=i()},function(e,t,n){"use strict";t.a="data:image/gif;base64,R0lGODlhCAAIAJEAAKqqqv///wAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh+QQJCgAAACwAAAAACAAIAAACDZQFCadrzVRMB9FZ5SwAIfkECQoAAAAsAAAAAAgACAAAAg+ELqCYaudeW9ChyOyltQAAIfkECQoAAAAsAAAAAAgACAAAAg8EhGKXm+rQYtC0WGl9oAAAIfkECQoAAAAsAAAAAAgACAAAAg+EhWKQernaYmjCWLF7qAAAIfkECQoAAAAsAAAAAAgACAAAAg2EISmna81UTAfRWeUsACH5BAkKAAAALAAAAAAIAAgAAAIPFA6imGrnXlvQocjspbUAACH5BAkKAAAALAAAAAAIAAgAAAIPlIBgl5vq0GLQtFhpfaIAACH5BAUKAAAALAAAAAAIAAgAAAIPlIFgknq52mJowlixe6gAADs="},function(e,t,n){"use strict";t.a="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAAoCAYAAACiu5n/AAACLElEQVR42u3Zz0sUYRzH8bUISoyF1i5iXSooyYgOEXapZNYNojwU/aAfUAT9A4YhUgdxt1To0KFIBCMIvEcUEXntUtivpYuUhYFIdDBMmD69he/hObgsbSnb13ngdZjZhX3eO8/MDrMpSctKErwsg//HUSgU7uNYsB3hHla4CybqEoRPaMJGFCEMewxuxnsIk5iALPqg1yVdj9eQGUdjiuE1eAs+QOYztrsMJqwFk8EyHguW95klD+ZD08gsYvBFCBPYgHXBOT1UNpg3ncQpnAicRbrCCQ3j8SIf5QvYEWxvxnlb0mWDr0MIvcOaCiayC78gRKmlH+WDbaIjkJnDzgq/+VHIvMWqag3ehBkIAxXGdkAIDVRlsE24H9//4ty9hju4Hej710c5m83WYging32HMYjMnwSvx75UlQ+iOiDEaEMLZiA8dPc7TFQDnkGYxQ8Iz9Hs8k4riqIa4l5ApojVbm8tiduPL5CZRs5lMGFH8DNYxo+C5d3tMfgohJeow0qMQujxuqRb0RBsZ3DA2ZIuP5LgJDgJToKr4ZHOWjTOy+fzNa6DiezCFGReod1lMGF3IYzjMm5B5rirYIJyEJ4iHezfjW+YRr2n4EHE2LrAa1cg5DwFj2DWLlKljn67p+B+CIdKPAaOsddTcBOEKbTZvjp0Qvjo8Sp9DjJFfIVMjBsef4f34AHeYAxX0VfqMbDnfw97IXMTta6DLbobcxBa3Qdb9BPE2LZQ8G98530ecQi/2QAAAABJRU5ErkJggg=="},function(e,t,n){"use strict";t.a="data:image/gif;base64,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"},function(e,t,n){"use strict";t.a="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAHgAAABQCAYAAADSm7GJAAADFElEQVR42u2dsW4TQRBAI0ERCYpDpAUdJX/hAlxQ3SekovYXIIvKEiBRIUF1lHT+BP+Br0TCCCsFLW5cmCS3jKWNNFrdZu+EOG7sd9Irkl0p8r3s7Mzs5XLinIMD5uhvAIIBwYBgaMnNNZvNyj0nkUvPQbAdtDjnCSU3zkGwEbS4iOToHATbE6wptVwEGyUhcaW/JkTbT7JcCpIse4K7SC4pk4wRXreE5ZUMUwezgh03lT0YyKKBOhjoZHUi1oCf7mkYohd9ACVFrj50HgxzmtQifKwF15L1fxC8UD9/EQxzHtxC8KiD4FHPNWMhuIACwd33h3kLuXOZ2mc4yyLRZS1kCG6H3uc2Mbl+LO9Z8FRwEaYINnpDdWKVIEdwC/QVC4l97nk6sUqwQHA3wbGEa9Sj4CCxSlIguHtZMg8Tq/4Edy/bLNXB4/G4FKJ1sJ7zTwTrhMuTU3f+NVqc84SSG+bEJR99a3BoaHERybE5HDYYFKwptVwEGyUhcRX5PufBRoiH4Tg80WFMcBfJPJNljfC6JSzzVCUrGMHswUAWDdTBQCcLOveiCdEBnCYBb9kBBAOCAcGAYEDw0XP0NwDBgGBAMCAYEAwIHvD7QzJhIlSCE2rF0o9lav4eBBt5JWHR8EfzdYATfgkFgg2g5J4LdSD1WrjyXDeIPkfwsNErV6/Y38J34aXwWHgkvBJWwi74RSgQPGD8nrtRwrbCe+G0YX9+KHzyc2rPRsgQPFzBEyVrJ7xLvNTsjvBBuFQreYLg4Qpeqv32m3BP+YxJPhUulOAKwQMl2HsnymNK8mudeCF44IK9rCcdBD8XrhBsS/BTBBOibwTPCNEGCFqSX4X7LeSeCRdK8BLBwy6TdIPjo3A3kUF/pkyy1+ioPVsv8KxB7gPhi7BVcndCpqYheKCtSt1+vBR+CG+EZ8IL4a3wU69cRYlgC4cN4UFD/LDBNVAi2NZxYa0Ixe5ikhFs58B/2SC48mOZUMYkI/jw/61diWDzgtOSEWxdcFpyhWDTgtOSEWxccCgZwfZJ9akrJXiKYEDwMfAHMSYobVemsdsAAAAASUVORK5CYII="},function(e,t,n){"use strict";t.a="data:image/png;base64,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"},function(e,t,n){"use strict";t.a="data:image/png;base64,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"},function(e,t,n){"use strict";t.a="data:image/png;base64,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"},function(e,t,n){"use strict";t.a="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoAQMAAAC2MCouAAAABlBMVEVmZmZ1dXVT6N0BAAAAUklEQVQIW8XNsQ3AIAwF0bMoKBmBURgNj8YojEBJEcXwu2yQ+p507BTeWDnozPISjPpY4O0W6CqEisUtiG/EF+IT8YG4fznihnhCPCNeEK/89D1Gd22TNOyXVAAAAABJRU5ErkJggg=="},function(e,t,n){"use strict";t.a="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAABkAQMAAADOquA5AAAAA1BMVEUAAACnej3aAAAADklEQVQYGWMYBaOABgAAAlgAARbiVEcAAAAASUVORK5CYII="},,,,,,,,,,,,,,,,,,,,,,,,,,,,,function(e,t,n){"use strict";n.r(t),function(e){var t=n(0),i=n.n(t),r=(n(716),n(914),n(915),n(7)),o=(n(944),n(943),n(514)),a=n(229);
/**
* @copyright 2018 Christoph Wurst <christoph@winzerhof-wurst.at>
*
- * @author 2018 Christoph Wurst <christoph@winzerhof-wurst.at>
+ * @author Christoph Wurst <christoph@winzerhof-wurst.at>
+ * @author John Molakvoæ <skjnldsv@protonmail.com>
+ * @author Julius Härtl <jus@bitgrid.net>
+ * @author Roeland Jago Douma <roeland@famdouma.nl>
*
* @license GNU AGPL version 3 or any later version
*
@@ -517,13 +1238,37 @@ var i,r;i=this,r=function(e){var t=function(e){return new t.lib.init(e)};functio
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ *
*/
-i()(document).ready((function(){Object(o.a)(),Object(s.b)(),window.history.pushState?window.onpopstate=e.bind(r.a.Util.History._onPopState,r.a.Util.History):i()(window).on("hashchange",e.bind(r.a.Util.History._onPopState,r.a.Util.History))}))}.call(this,n(2))},function(e,t,n){n(834),n(1047);var i=n(673);e.exports=i},function(e,t,n){n(835),n(836),n(837),n(838),n(839),n(840),n(841),n(842),n(843),n(844),n(845),n(846),n(847),n(848),n(849),n(850),n(851),n(852),n(853),n(854),n(855),n(856),n(857),n(858),n(859),n(860),n(861),n(862),n(863),n(864),n(865),n(866),n(867),n(868),n(869),n(870),n(872),n(873),n(874),n(875),n(876),n(877),n(878),n(879),n(880),n(881),n(882),n(883),n(884),n(885),n(886),n(887),n(888),n(889),n(890),n(891),n(892),n(893),n(894),n(895),n(896),n(897),n(898),n(899),n(900),n(901),n(902),n(903),n(904),n(905),n(906),n(907),n(694),n(908),n(909),n(910),n(911),n(912),n(913),n(914),n(915),n(916),n(917),n(918),n(919),n(920),n(921),n(922),n(923),n(924),n(774),n(925),n(926),n(927),n(928),n(929),n(930),n(931),n(932),n(933),n(934),n(935),n(936),n(937),n(938),n(736),n(939),n(940),n(941),n(942),n(943),n(944),n(945),n(946),n(947),n(949),n(950),n(951),n(952),n(953),n(954),n(955),n(956),n(957),n(958),n(959),n(960),n(961),n(962),n(963),n(964),n(965),n(967),n(968),n(969),n(970),n(971),n(972),n(973),n(974),n(975),n(976),n(977),n(978),n(979),n(981),n(982),n(984),n(985),n(986),n(988),n(989),n(990),n(991),n(992),n(993),n(994),n(996),n(997),n(998),n(999),n(1001),n(1002),n(1003),n(1004),n(1005),n(1006),n(1007),n(1008),n(1009),n(1010),n(1011),n(1012),n(1013),n(1014),n(1015),n(1016),n(1017),n(1018),n(1019),n(1020),n(1021),n(1022),n(1023),n(1024),n(1025),n(1026),n(1027),n(1028),n(1029),n(1030),n(1031),n(1032),n(1033),n(1034),n(1035),n(1036),n(1037),n(1038),n(1039),n(1040),n(1041),n(1042),n(1043),n(1044),n(1045),n(1046);var i=n(673);e.exports=i},function(e,t,n){"use strict";var i=n(3),r=n(18),o=n(162),s=n(203),a=n(29),l=n(725),c=n(757),u=n(9),d=n(59),h=n(507),f=n(25),p=n(26),m=n(57),g=n(157),v=n(202),_=n(470),y=n(257),b=n(676),w=n(506),x=n(759),k=n(724),M=n(102),A=n(40),L=n(688),T=n(113),D=n(103),S=n(721),E=n(689),Y=n(672),C=n(671),O=n(31),P=n(760),I=n(153),H=n(208),j=n(114),N=n(100).forEach,R=E("hidden"),z=O("toPrimitive"),F=j.set,B=j.getterFor("Symbol"),W=Object.prototype,U=r.Symbol,Q=o("JSON","stringify"),q=M.f,G=A.f,V=x.f,J=L.f,K=S("symbols"),X=S("op-symbols"),Z=S("string-to-symbol-registry"),$=S("symbol-to-string-registry"),ee=S("wks"),te=r.QObject,ne=!te||!te.prototype||!te.prototype.findChild,ie=a&&u((function(){return 7!=y(G({},"a",{get:function(){return G(this,"a",{value:7}).a}})).a}))?function(e,t,n){var i=q(W,t);i&&delete W[t],G(e,t,n),i&&e!==W&&G(W,t,i)}:G,re=function(e,t){var n=K[e]=y(U.prototype);return F(n,{type:"Symbol",tag:e,description:t}),a||(n.description=t),n},oe=c?function(e){return"symbol"==typeof e}:function(e){return Object(e)instanceof U},se=function(e,t,n){e===W&&se(X,t,n),p(e);var i=v(t,!0);return p(n),d(K,i)?(n.enumerable?(d(e,R)&&e[R][i]&&(e[R][i]=!1),n=y(n,{enumerable:_(0,!1)})):(d(e,R)||G(e,R,_(1,{})),e[R][i]=!0),ie(e,i,n)):G(e,i,n)},ae=function(e,t){p(e);var n=g(t),i=b(n).concat(de(n));return N(i,(function(t){a&&!le.call(n,t)||se(e,t,n[t])})),e},le=function(e){var t=v(e,!0),n=J.call(this,t);return!(this===W&&d(K,t)&&!d(X,t))&&(!(n||!d(this,t)||!d(K,t)||d(this,R)&&this[R][t])||n)},ce=function(e,t){var n=g(e),i=v(t,!0);if(n!==W||!d(K,i)||d(X,i)){var r=q(n,i);return!r||!d(K,i)||d(n,R)&&n[R][i]||(r.enumerable=!0),r}},ue=function(e){var t=V(g(e)),n=[];return N(t,(function(e){d(K,e)||d(Y,e)||n.push(e)})),n},de=function(e){var t=e===W,n=V(t?X:g(e)),i=[];return N(n,(function(e){!d(K,e)||t&&!d(W,e)||i.push(K[e])})),i};(l||(D((U=function(){if(this instanceof U)throw TypeError("Symbol is not a constructor");var e=arguments.length&&void 0!==arguments[0]?String(arguments[0]):void 0,t=C(e),n=function(e){this===W&&n.call(X,e),d(this,R)&&d(this[R],t)&&(this[R][t]=!1),ie(this,t,_(1,e))};return a&&ne&&ie(W,t,{configurable:!0,set:n}),re(t,e)}).prototype,"toString",(function(){return B(this).tag})),D(U,"withoutSetter",(function(e){return re(C(e),e)})),L.f=le,A.f=se,M.f=ce,w.f=x.f=ue,k.f=de,P.f=function(e){return re(O(e),e)},a&&(G(U.prototype,"description",{configurable:!0,get:function(){return B(this).description}}),s||D(W,"propertyIsEnumerable",le,{unsafe:!0}))),i({global:!0,wrap:!0,forced:!l,sham:!l},{Symbol:U}),N(b(ee),(function(e){I(e)})),i({target:"Symbol",stat:!0,forced:!l},{for:function(e){var t=String(e);if(d(Z,t))return Z[t];var n=U(t);return Z[t]=n,$[n]=t,n},keyFor:function(e){if(!oe(e))throw TypeError(e+" is not a symbol");if(d($,e))return $[e]},useSetter:function(){ne=!0},useSimple:function(){ne=!1}}),i({target:"Object",stat:!0,forced:!l,sham:!a},{create:function(e,t){return void 0===t?y(e):ae(y(e),t)},defineProperty:se,defineProperties:ae,getOwnPropertyDescriptor:ce}),i({target:"Object",stat:!0,forced:!l},{getOwnPropertyNames:ue,getOwnPropertySymbols:de}),i({target:"Object",stat:!0,forced:u((function(){k.f(1)}))},{getOwnPropertySymbols:function(e){return k.f(m(e))}}),Q)&&i({target:"JSON",stat:!0,forced:!l||u((function(){var e=U();return"[null]"!=Q([e])||"{}"!=Q({a:e})||"{}"!=Q(Object(e))}))},{stringify:function(e,t,n){for(var i,r=[e],o=1;arguments.length>o;)r.push(arguments[o++]);if(i=t,(f(t)||void 0!==e)&&!oe(e))return h(t)||(t=function(e,t){if("function"==typeof i&&(t=i.call(this,e,t)),!oe(t))return t}),r[1]=t,Q.apply(null,r)}});U.prototype[z]||T(U.prototype,z,U.prototype.valueOf),H(U,"Symbol"),Y[R]=!0},function(e,t,n){n(153)("asyncIterator")},function(e,t,n){"use strict";var i=n(3),r=n(29),o=n(18),s=n(59),a=n(25),l=n(40).f,c=n(755),u=o.Symbol;if(r&&"function"==typeof u&&(!("description"in u.prototype)||void 0!==u().description)){var d={},h=function(){var e=arguments.length<1||void 0===arguments[0]?void 0:String(arguments[0]),t=this instanceof h?new u(e):void 0===e?u():u(e);return""===e&&(d[t]=!0),t};c(h,u);var f=h.prototype=u.prototype;f.constructor=h;var p=f.toString,m="Symbol(test)"==String(u("test")),g=/^Symbol\((.*)\)[^)]+$/;l(f,"description",{configurable:!0,get:function(){var e=a(this)?this.valueOf():this,t=p.call(e);if(s(d,e))return"";var n=m?t.slice(7,-1):t.replace(g,"$1");return""===n?void 0:n}}),i({global:!0,forced:!0},{Symbol:h})}},function(e,t,n){n(153)("hasInstance")},function(e,t,n){n(153)("isConcatSpreadable")},function(e,t,n){n(153)("iterator")},function(e,t,n){n(153)("match")},function(e,t,n){n(153)("matchAll")},function(e,t,n){n(153)("replace")},function(e,t,n){n(153)("search")},function(e,t,n){n(153)("species")},function(e,t,n){n(153)("split")},function(e,t,n){n(153)("toPrimitive")},function(e,t,n){n(153)("toStringTag")},function(e,t,n){n(153)("unscopables")},function(e,t,n){var i=n(3),r=n(761);i({target:"Object",stat:!0,forced:Object.assign!==r},{assign:r})},function(e,t,n){n(3)({target:"Object",stat:!0,sham:!n(29)},{create:n(257)})},function(e,t,n){var i=n(3),r=n(29);i({target:"Object",stat:!0,forced:!r,sham:!r},{defineProperty:n(40).f})},function(e,t,n){var i=n(3),r=n(29);i({target:"Object",stat:!0,forced:!r,sham:!r},{defineProperties:n(726)})},function(e,t,n){var i=n(3),r=n(762).entries;i({target:"Object",stat:!0},{entries:function(e){return r(e)}})},function(e,t,n){var i=n(3),r=n(678),o=n(9),s=n(25),a=n(508).onFreeze,l=Object.freeze;i({target:"Object",stat:!0,forced:o((function(){l(1)})),sham:!r},{freeze:function(e){return l&&s(e)?l(a(e)):e}})},function(e,t,n){var i=n(3),r=n(513),o=n(509);i({target:"Object",stat:!0},{fromEntries:function(e){var t={};return r(e,(function(e,n){o(t,e,n)}),void 0,!0),t}})},function(e,t,n){var i=n(3),r=n(9),o=n(157),s=n(102).f,a=n(29),l=r((function(){s(1)}));i({target:"Object",stat:!0,forced:!a||l,sham:!a},{getOwnPropertyDescriptor:function(e,t){return s(o(e),t)}})},function(e,t,n){var i=n(3),r=n(29),o=n(722),s=n(157),a=n(102),l=n(509);i({target:"Object",stat:!0,sham:!r},{getOwnPropertyDescriptors:function(e){for(var t,n,i=s(e),r=a.f,c=o(i),u={},d=0;c.length>d;)void 0!==(n=r(i,t=c[d++]))&&l(u,t,n);return u}})},function(e,t,n){var i=n(3),r=n(9),o=n(759).f;i({target:"Object",stat:!0,forced:r((function(){return!Object.getOwnPropertyNames(1)}))},{getOwnPropertyNames:o})},function(e,t,n){var i=n(3),r=n(9),o=n(57),s=n(204),a=n(729);i({target:"Object",stat:!0,forced:r((function(){s(1)})),sham:!a},{getPrototypeOf:function(e){return s(o(e))}})},function(e,t,n){n(3)({target:"Object",stat:!0},{is:n(764)})},function(e,t,n){var i=n(3),r=n(9),o=n(25),s=Object.isExtensible;i({target:"Object",stat:!0,forced:r((function(){s(1)}))},{isExtensible:function(e){return!!o(e)&&(!s||s(e))}})},function(e,t,n){var i=n(3),r=n(9),o=n(25),s=Object.isFrozen;i({target:"Object",stat:!0,forced:r((function(){s(1)}))},{isFrozen:function(e){return!o(e)||!!s&&s(e)}})},function(e,t,n){var i=n(3),r=n(9),o=n(25),s=Object.isSealed;i({target:"Object",stat:!0,forced:r((function(){s(1)}))},{isSealed:function(e){return!o(e)||!!s&&s(e)}})},function(e,t,n){var i=n(3),r=n(57),o=n(676);i({target:"Object",stat:!0,forced:n(9)((function(){o(1)}))},{keys:function(e){return o(r(e))}})},function(e,t,n){var i=n(3),r=n(25),o=n(508).onFreeze,s=n(678),a=n(9),l=Object.preventExtensions;i({target:"Object",stat:!0,forced:a((function(){l(1)})),sham:!s},{preventExtensions:function(e){return l&&r(e)?l(o(e)):e}})},function(e,t,n){var i=n(3),r=n(25),o=n(508).onFreeze,s=n(678),a=n(9),l=Object.seal;i({target:"Object",stat:!0,forced:a((function(){l(1)})),sham:!s},{seal:function(e){return l&&r(e)?l(o(e)):e}})},function(e,t,n){n(3)({target:"Object",stat:!0},{setPrototypeOf:n(510)})},function(e,t,n){var i=n(3),r=n(762).values;i({target:"Object",stat:!0},{values:function(e){return r(e)}})},function(e,t,n){var i=n(728),r=n(103),o=n(871);i||r(Object.prototype,"toString",o,{unsafe:!0})},function(e,t,n){"use strict";var i=n(728),r=n(681);e.exports=i?{}.toString:function(){return"[object "+r(this)+"]"}},function(e,t,n){"use strict";var i=n(3),r=n(29),o=n(690),s=n(57),a=n(154),l=n(40);r&&i({target:"Object",proto:!0,forced:o},{__defineGetter__:function(e,t){l.f(s(this),e,{get:a(t),enumerable:!0,configurable:!0})}})},function(e,t,n){"use strict";var i=n(3),r=n(29),o=n(690),s=n(57),a=n(154),l=n(40);r&&i({target:"Object",proto:!0,forced:o},{__defineSetter__:function(e,t){l.f(s(this),e,{set:a(t),enumerable:!0,configurable:!0})}})},function(e,t,n){"use strict";var i=n(3),r=n(29),o=n(690),s=n(57),a=n(202),l=n(204),c=n(102).f;r&&i({target:"Object",proto:!0,forced:o},{__lookupGetter__:function(e){var t,n=s(this),i=a(e,!0);do{if(t=c(n,i))return t.get}while(n=l(n))}})},function(e,t,n){"use strict";var i=n(3),r=n(29),o=n(690),s=n(57),a=n(202),l=n(204),c=n(102).f;r&&i({target:"Object",proto:!0,forced:o},{__lookupSetter__:function(e){var t,n=s(this),i=a(e,!0);do{if(t=c(n,i))return t.set}while(n=l(n))}})},function(e,t,n){n(3)({target:"Function",proto:!0},{bind:n(766)})},function(e,t,n){var i=n(29),r=n(40).f,o=Function.prototype,s=o.toString,a=/^\s*function ([^ (]*)/;!i||"name"in o||r(o,"name",{configurable:!0,get:function(){try{return s.call(this).match(a)[1]}catch(e){return""}}})},function(e,t,n){"use strict";var i=n(25),r=n(40),o=n(204),s=n(31)("hasInstance"),a=Function.prototype;s in a||r.f(a,s,{value:function(e){if("function"!=typeof this||!i(e))return!1;if(!i(this.prototype))return e instanceof this;for(;e=o(e);)if(this.prototype===e)return!0;return!1}})},function(e,t,n){n(3)({global:!0},{globalThis:n(18)})},function(e,t,n){var i=n(3),r=n(767);i({target:"Array",stat:!0,forced:!n(691)((function(e){Array.from(e)}))},{from:r})},function(e,t,n){n(3)({target:"Array",stat:!0},{isArray:n(507)})},function(e,t,n){"use strict";var i=n(3),r=n(9),o=n(509);i({target:"Array",stat:!0,forced:r((function(){function e(){}return!(Array.of.call(e)instanceof e)}))},{of:function(){for(var e=0,t=arguments.length,n=new("function"==typeof this?this:Array)(t);t>e;)o(n,e,arguments[e++]);return n.length=t,n}})},function(e,t,n){"use strict";var i=n(3),r=n(9),o=n(507),s=n(25),a=n(57),l=n(36),c=n(509),u=n(677),d=n(682),h=n(31),f=n(730),p=h("isConcatSpreadable"),m=f>=51||!r((function(){var e=[];return e[p]=!1,e.concat()[0]!==e})),g=d("concat"),v=function(e){if(!s(e))return!1;var t=e[p];return void 0!==t?!!t:o(e)};i({target:"Array",proto:!0,forced:!m||!g},{concat:function(e){var t,n,i,r,o,s=a(this),d=u(s,0),h=0;for(t=-1,i=arguments.length;t<i;t++)if(o=-1===t?s:arguments[t],v(o)){if(h+(r=l(o.length))>9007199254740991)throw TypeError("Maximum allowed index exceeded");for(n=0;n<r;n++,h++)n in o&&c(d,h,o[n])}else{if(h>=9007199254740991)throw TypeError("Maximum allowed index exceeded");c(d,h++,o)}return d.length=h,d}})},function(e,t,n){var i=n(3),r=n(768),o=n(473);i({target:"Array",proto:!0},{copyWithin:r}),o("copyWithin")},function(e,t,n){"use strict";var i=n(3),r=n(100).every,o=n(258),s=n(155),a=o("every"),l=s("every");i({target:"Array",proto:!0,forced:!a||!l},{every:function(e){return r(this,e,arguments.length>1?arguments[1]:void 0)}})},function(e,t,n){var i=n(3),r=n(731),o=n(473);i({target:"Array",proto:!0},{fill:r}),o("fill")},function(e,t,n){"use strict";var i=n(3),r=n(100).filter,o=n(682),s=n(155),a=o("filter"),l=s("filter");i({target:"Array",proto:!0,forced:!a||!l},{filter:function(e){return r(this,e,arguments.length>1?arguments[1]:void 0)}})},function(e,t,n){"use strict";var i=n(3),r=n(100).find,o=n(473),s=n(155),a=!0,l=s("find");"find"in[]&&Array(1).find((function(){a=!1})),i({target:"Array",proto:!0,forced:a||!l},{find:function(e){return r(this,e,arguments.length>1?arguments[1]:void 0)}}),o("find")},function(e,t,n){"use strict";var i=n(3),r=n(100).findIndex,o=n(473),s=n(155),a=!0,l=s("findIndex");"findIndex"in[]&&Array(1).findIndex((function(){a=!1})),i({target:"Array",proto:!0,forced:a||!l},{findIndex:function(e){return r(this,e,arguments.length>1?arguments[1]:void 0)}}),o("findIndex")},function(e,t,n){"use strict";var i=n(3),r=n(769),o=n(57),s=n(36),a=n(163),l=n(677);i({target:"Array",proto:!0},{flat:function(){var e=arguments.length?arguments[0]:void 0,t=o(this),n=s(t.length),i=l(t,0);return i.length=r(i,t,t,n,0,void 0===e?1:a(e)),i}})},function(e,t,n){"use strict";var i=n(3),r=n(769),o=n(57),s=n(36),a=n(154),l=n(677);i({target:"Array",proto:!0},{flatMap:function(e){var t,n=o(this),i=s(n.length);return a(e),(t=l(n,0)).length=r(t,n,n,i,0,1,e,arguments.length>1?arguments[1]:void 0),t}})},function(e,t,n){"use strict";var i=n(3),r=n(770);i({target:"Array",proto:!0,forced:[].forEach!=r},{forEach:r})},function(e,t,n){"use strict";var i=n(3),r=n(674).includes,o=n(473);i({target:"Array",proto:!0,forced:!n(155)("indexOf",{ACCESSORS:!0,1:0})},{includes:function(e){return r(this,e,arguments.length>1?arguments[1]:void 0)}}),o("includes")},function(e,t,n){"use strict";var i=n(3),r=n(674).indexOf,o=n(258),s=n(155),a=[].indexOf,l=!!a&&1/[1].indexOf(1,-0)<0,c=o("indexOf"),u=s("indexOf",{ACCESSORS:!0,1:0});i({target:"Array",proto:!0,forced:l||!c||!u},{indexOf:function(e){return l?a.apply(this,arguments)||0:r(this,e,arguments.length>1?arguments[1]:void 0)}})},function(e,t,n){"use strict";var i=n(3),r=n(670),o=n(157),s=n(258),a=[].join,l=r!=Object,c=s("join",",");i({target:"Array",proto:!0,forced:l||!c},{join:function(e){return a.call(o(this),void 0===e?",":e)}})},function(e,t,n){var i=n(3),r=n(771);i({target:"Array",proto:!0,forced:r!==[].lastIndexOf},{lastIndexOf:r})},function(e,t,n){"use strict";var i=n(3),r=n(100).map,o=n(682),s=n(155),a=o("map"),l=s("map");i({target:"Array",proto:!0,forced:!a||!l},{map:function(e){return r(this,e,arguments.length>1?arguments[1]:void 0)}})},function(e,t,n){"use strict";var i=n(3),r=n(693).left,o=n(258),s=n(155),a=o("reduce"),l=s("reduce",{1:0});i({target:"Array",proto:!0,forced:!a||!l},{reduce:function(e){return r(this,e,arguments.length,arguments.length>1?arguments[1]:void 0)}})},function(e,t,n){"use strict";var i=n(3),r=n(693).right,o=n(258),s=n(155),a=o("reduceRight"),l=s("reduce",{1:0});i({target:"Array",proto:!0,forced:!a||!l},{reduceRight:function(e){return r(this,e,arguments.length,arguments.length>1?arguments[1]:void 0)}})},function(e,t,n){"use strict";var i=n(3),r=n(507),o=[].reverse,s=[1,2];i({target:"Array",proto:!0,forced:String(s)===String(s.reverse())},{reverse:function(){return r(this)&&(this.length=this.length),o.call(this)}})},function(e,t,n){"use strict";var i=n(3),r=n(25),o=n(507),s=n(471),a=n(36),l=n(157),c=n(509),u=n(31),d=n(682),h=n(155),f=d("slice"),p=h("slice",{ACCESSORS:!0,0:0,1:2}),m=u("species"),g=[].slice,v=Math.max;i({target:"Array",proto:!0,forced:!f||!p},{slice:function(e,t){var n,i,u,d=l(this),h=a(d.length),f=s(e,h),p=s(void 0===t?h:t,h);if(o(d)&&("function"!=typeof(n=d.constructor)||n!==Array&&!o(n.prototype)?r(n)&&null===(n=n[m])&&(n=void 0):n=void 0,n===Array||void 0===n))return g.call(d,f,p);for(i=new(void 0===n?Array:n)(v(p-f,0)),u=0;f<p;f++,u++)f in d&&c(i,u,d[f]);return i.length=u,i}})},function(e,t,n){"use strict";var i=n(3),r=n(100).some,o=n(258),s=n(155),a=o("some"),l=s("some");i({target:"Array",proto:!0,forced:!a||!l},{some:function(e){return r(this,e,arguments.length>1?arguments[1]:void 0)}})},function(e,t,n){"use strict";var i=n(3),r=n(154),o=n(57),s=n(9),a=n(258),l=[],c=l.sort,u=s((function(){l.sort(void 0)})),d=s((function(){l.sort(null)})),h=a("sort");i({target:"Array",proto:!0,forced:u||!d||!h},{sort:function(e){return void 0===e?c.call(o(this)):c.call(o(this),r(e))}})},function(e,t,n){"use strict";var i=n(3),r=n(471),o=n(163),s=n(36),a=n(57),l=n(677),c=n(509),u=n(682),d=n(155),h=u("splice"),f=d("splice",{ACCESSORS:!0,0:0,1:2}),p=Math.max,m=Math.min;i({target:"Array",proto:!0,forced:!h||!f},{splice:function(e,t){var n,i,u,d,h,f,g=a(this),v=s(g.length),_=r(e,v),y=arguments.length;if(0===y?n=i=0:1===y?(n=0,i=v-_):(n=y-2,i=m(p(o(t),0),v-_)),v+n-i>9007199254740991)throw TypeError("Maximum allowed length exceeded");for(u=l(g,i),d=0;d<i;d++)(h=_+d)in g&&c(u,d,g[h]);if(u.length=i,n<i){for(d=_;d<v-i;d++)f=d+n,(h=d+i)in g?g[f]=g[h]:delete g[f];for(d=v;d>v-i+n;d--)delete g[d-1]}else if(n>i)for(d=v-i;d>_;d--)f=d+n-1,(h=d+i-1)in g?g[f]=g[h]:delete g[f];for(d=0;d<n;d++)g[d+_]=arguments[d+2];return g.length=v-i+n,u}})},function(e,t,n){n(514)("Array")},function(e,t,n){n(473)("flat")},function(e,t,n){n(473)("flatMap")},function(e,t,n){var i=n(3),r=n(471),o=String.fromCharCode,s=String.fromCodePoint;i({target:"String",stat:!0,forced:!!s&&1!=s.length},{fromCodePoint:function(e){for(var t,n=[],i=arguments.length,s=0;i>s;){if(t=+arguments[s++],r(t,1114111)!==t)throw RangeError(t+" is not a valid code point");n.push(t<65536?o(t):o(55296+((t-=65536)>>10),t%1024+56320))}return n.join("")}})},function(e,t,n){var i=n(3),r=n(157),o=n(36);i({target:"String",stat:!0},{raw:function(e){for(var t=r(e.raw),n=o(t.length),i=arguments.length,s=[],a=0;n>a;)s.push(String(t[a++])),a<i&&s.push(String(arguments[a]));return s.join("")}})},function(e,t,n){"use strict";var i=n(3),r=n(695).codeAt;i({target:"String",proto:!0},{codePointAt:function(e){return r(this,e)}})},function(e,t,n){"use strict";var i,r=n(3),o=n(102).f,s=n(36),a=n(734),l=n(112),c=n(735),u=n(203),d="".endsWith,h=Math.min,f=c("endsWith");r({target:"String",proto:!0,forced:!!(u||f||(i=o(String.prototype,"endsWith"),!i||i.writable))&&!f},{endsWith:function(e){var t=String(l(this));a(e);var n=arguments.length>1?arguments[1]:void 0,i=s(t.length),r=void 0===n?i:h(s(n),i),o=String(e);return d?d.call(t,o,r):t.slice(r-o.length,r)===o}})},function(e,t,n){"use strict";var i=n(3),r=n(734),o=n(112);i({target:"String",proto:!0,forced:!n(735)("includes")},{includes:function(e){return!!~String(o(this)).indexOf(r(e),arguments.length>1?arguments[1]:void 0)}})},function(e,t,n){"use strict";var i=n(697),r=n(26),o=n(36),s=n(112),a=n(700),l=n(701);i("match",1,(function(e,t,n){return[function(t){var n=s(this),i=null==t?void 0:t[e];return void 0!==i?i.call(t,n):new RegExp(t)[e](String(n))},function(e){var i=n(t,e,this);if(i.done)return i.value;var s=r(e),c=String(this);if(!s.global)return l(s,c);var u=s.unicode;s.lastIndex=0;for(var d,h=[],f=0;null!==(d=l(s,c));){var p=String(d[0]);h[f]=p,""===p&&(s.lastIndex=a(c,o(s.lastIndex),u)),f++}return 0===f?null:h}]}))},function(e,t,n){"use strict";var i=n(3),r=n(733),o=n(112),s=n(36),a=n(154),l=n(26),c=n(161),u=n(696),d=n(683),h=n(113),f=n(9),p=n(31),m=n(259),g=n(700),v=n(114),_=n(203),y=p("matchAll"),b=v.set,w=v.getterFor("RegExp String Iterator"),x=RegExp.prototype,k=x.exec,M="".matchAll,A=!!M&&!f((function(){"a".matchAll(/./)})),L=r((function(e,t,n,i){b(this,{type:"RegExp String Iterator",regexp:e,string:t,global:n,unicode:i,done:!1})}),"RegExp String",(function(){var e=w(this);if(e.done)return{value:void 0,done:!0};var t=e.regexp,n=e.string,i=function(e,t){var n,i=e.exec;if("function"==typeof i){if("object"!=typeof(n=i.call(e,t)))throw TypeError("Incorrect exec result");return n}return k.call(e,t)}(t,n);return null===i?{value:void 0,done:e.done=!0}:e.global?(""==String(i[0])&&(t.lastIndex=g(n,s(t.lastIndex),e.unicode)),{value:i,done:!1}):(e.done=!0,{value:i,done:!1})})),T=function(e){var t,n,i,r,o,a,c=l(this),u=String(e);return t=m(c,RegExp),void 0===(n=c.flags)&&c instanceof RegExp&&!("flags"in x)&&(n=d.call(c)),i=void 0===n?"":String(n),r=new t(t===RegExp?c.source:c,i),o=!!~i.indexOf("g"),a=!!~i.indexOf("u"),r.lastIndex=s(c.lastIndex),new L(r,u,o,a)};i({target:"String",proto:!0,forced:A},{matchAll:function(e){var t,n,i,r=o(this);if(null!=e){if(u(e)&&!~String(o("flags"in x?e.flags:d.call(e))).indexOf("g"))throw TypeError("`.matchAll` does not allow non-global regexes");if(A)return M.apply(r,arguments);if(void 0===(n=e[y])&&_&&"RegExp"==c(e)&&(n=T),null!=n)return a(n).call(e,r)}else if(A)return M.apply(r,arguments);return t=String(r),i=new RegExp(e,"g"),_?T.call(i,t):i[y](t)}}),_||y in x||h(x,y,T)},function(e,t,n){"use strict";var i=n(3),r=n(737).end;i({target:"String",proto:!0,forced:n(773)},{padEnd:function(e){return r(this,e,arguments.length>1?arguments[1]:void 0)}})},function(e,t,n){"use strict";var i=n(3),r=n(737).start;i({target:"String",proto:!0,forced:n(773)},{padStart:function(e){return r(this,e,arguments.length>1?arguments[1]:void 0)}})},function(e,t,n){n(3)({target:"String",proto:!0},{repeat:n(738)})},function(e,t,n){"use strict";var i=n(697),r=n(26),o=n(57),s=n(36),a=n(163),l=n(112),c=n(700),u=n(701),d=Math.max,h=Math.min,f=Math.floor,p=/\$([$&'`]|\d\d?|<[^>]*>)/g,m=/\$([$&'`]|\d\d?)/g;i("replace",2,(function(e,t,n,i){var g=i.REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE,v=i.REPLACE_KEEPS_$0,_=g?"$":"$0";return[function(n,i){var r=l(this),o=null==n?void 0:n[e];return void 0!==o?o.call(n,r,i):t.call(String(r),n,i)},function(e,i){if(!g&&v||"string"==typeof i&&-1===i.indexOf(_)){var o=n(t,e,this,i);if(o.done)return o.value}var l=r(e),f=String(this),p="function"==typeof i;p||(i=String(i));var m=l.global;if(m){var b=l.unicode;l.lastIndex=0}for(var w=[];;){var x=u(l,f);if(null===x)break;if(w.push(x),!m)break;""===String(x[0])&&(l.lastIndex=c(f,s(l.lastIndex),b))}for(var k,M="",A=0,L=0;L<w.length;L++){x=w[L];for(var T=String(x[0]),D=d(h(a(x.index),f.length),0),S=[],E=1;E<x.length;E++)S.push(void 0===(k=x[E])?k:String(k));var Y=x.groups;if(p){var C=[T].concat(S,D,f);void 0!==Y&&C.push(Y);var O=String(i.apply(void 0,C))}else O=y(T,f,D,S,Y,i);D>=A&&(M+=f.slice(A,D)+O,A=D+T.length)}return M+f.slice(A)}];function y(e,n,i,r,s,a){var l=i+e.length,c=r.length,u=m;return void 0!==s&&(s=o(s),u=p),t.call(a,u,(function(t,o){var a;switch(o.charAt(0)){case"$":return"$";case"&":return e;case"`":return n.slice(0,i);case"'":return n.slice(l);case"<":a=s[o.slice(1,-1)];break;default:var u=+o;if(0===u)return t;if(u>c){var d=f(u/10);return 0===d?t:d<=c?void 0===r[d-1]?o.charAt(1):r[d-1]+o.charAt(1):t}a=r[u-1]}return void 0===a?"":a}))}}))},function(e,t,n){"use strict";var i=n(697),r=n(26),o=n(112),s=n(764),a=n(701);i("search",1,(function(e,t,n){return[function(t){var n=o(this),i=null==t?void 0:t[e];return void 0!==i?i.call(t,n):new RegExp(t)[e](String(n))},function(e){var i=n(t,e,this);if(i.done)return i.value;var o=r(e),l=String(this),c=o.lastIndex;s(c,0)||(o.lastIndex=0);var u=a(o,l);return s(o.lastIndex,c)||(o.lastIndex=c),null===u?-1:u.index}]}))},function(e,t,n){"use strict";var i=n(697),r=n(696),o=n(26),s=n(112),a=n(259),l=n(700),c=n(36),u=n(701),d=n(698),h=n(9),f=[].push,p=Math.min,m=!h((function(){return!RegExp(4294967295,"y")}));i("split",2,(function(e,t,n){var i;return i="c"=="abbc".split(/(b)*/)[1]||4!="test".split(/(?:)/,-1).length||2!="ab".split(/(?:ab)*/).length||4!=".".split(/(.?)(.?)/).length||".".split(/()()/).length>1||"".split(/.?/).length?function(e,n){var i=String(s(this)),o=void 0===n?4294967295:n>>>0;if(0===o)return[];if(void 0===e)return[i];if(!r(e))return t.call(i,e,o);for(var a,l,c,u=[],h=(e.ignoreCase?"i":"")+(e.multiline?"m":"")+(e.unicode?"u":"")+(e.sticky?"y":""),p=0,m=new RegExp(e.source,h+"g");(a=d.call(m,i))&&!((l=m.lastIndex)>p&&(u.push(i.slice(p,a.index)),a.length>1&&a.index<i.length&&f.apply(u,a.slice(1)),c=a[0].length,p=l,u.length>=o));)m.lastIndex===a.index&&m.lastIndex++;return p===i.length?!c&&m.test("")||u.push(""):u.push(i.slice(p)),u.length>o?u.slice(0,o):u}:"0".split(void 0,0).length?function(e,n){return void 0===e&&0===n?[]:t.call(this,e,n)}:t,[function(t,n){var r=s(this),o=null==t?void 0:t[e];return void 0!==o?o.call(t,r,n):i.call(String(r),t,n)},function(e,r){var s=n(i,e,this,r,i!==t);if(s.done)return s.value;var d=o(e),h=String(this),f=a(d,RegExp),g=d.unicode,v=(d.ignoreCase?"i":"")+(d.multiline?"m":"")+(d.unicode?"u":"")+(m?"y":"g"),_=new f(m?d:"^(?:"+d.source+")",v),y=void 0===r?4294967295:r>>>0;if(0===y)return[];if(0===h.length)return null===u(_,h)?[h]:[];for(var b=0,w=0,x=[];w<h.length;){_.lastIndex=m?w:0;var k,M=u(_,m?h:h.slice(w));if(null===M||(k=p(c(_.lastIndex+(m?0:w)),h.length))===b)w=l(h,w,g);else{if(x.push(h.slice(b,w)),x.length===y)return x;for(var A=1;A<=M.length-1;A++)if(x.push(M[A]),x.length===y)return x;w=b=k}}return x.push(h.slice(b)),x}]}),!m)},function(e,t,n){"use strict";var i,r=n(3),o=n(102).f,s=n(36),a=n(734),l=n(112),c=n(735),u=n(203),d="".startsWith,h=Math.min,f=c("startsWith");r({target:"String",proto:!0,forced:!!(u||f||(i=o(String.prototype,"startsWith"),!i||i.writable))&&!f},{startsWith:function(e){var t=String(l(this));a(e);var n=s(h(arguments.length>1?arguments[1]:void 0,t.length)),i=String(e);return d?d.call(t,i,n):t.slice(n,n+i.length)===i}})},function(e,t,n){"use strict";var i=n(3),r=n(515).trim;i({target:"String",proto:!0,forced:n(739)("trim")},{trim:function(){return r(this)}})},function(e,t,n){"use strict";var i=n(3),r=n(515).start,o=n(739)("trimStart"),s=o?function(){return r(this)}:"".trimStart;i({target:"String",proto:!0,forced:o},{trimStart:s,trimLeft:s})},function(e,t,n){"use strict";var i=n(3),r=n(515).end,o=n(739)("trimEnd"),s=o?function(){return r(this)}:"".trimEnd;i({target:"String",proto:!0,forced:o},{trimEnd:s,trimRight:s})},function(e,t,n){"use strict";var i=n(3),r=n(158);i({target:"String",proto:!0,forced:n(159)("anchor")},{anchor:function(e){return r(this,"a","name",e)}})},function(e,t,n){"use strict";var i=n(3),r=n(158);i({target:"String",proto:!0,forced:n(159)("big")},{big:function(){return r(this,"big","","")}})},function(e,t,n){"use strict";var i=n(3),r=n(158);i({target:"String",proto:!0,forced:n(159)("blink")},{blink:function(){return r(this,"blink","","")}})},function(e,t,n){"use strict";var i=n(3),r=n(158);i({target:"String",proto:!0,forced:n(159)("bold")},{bold:function(){return r(this,"b","","")}})},function(e,t,n){"use strict";var i=n(3),r=n(158);i({target:"String",proto:!0,forced:n(159)("fixed")},{fixed:function(){return r(this,"tt","","")}})},function(e,t,n){"use strict";var i=n(3),r=n(158);i({target:"String",proto:!0,forced:n(159)("fontcolor")},{fontcolor:function(e){return r(this,"font","color",e)}})},function(e,t,n){"use strict";var i=n(3),r=n(158);i({target:"String",proto:!0,forced:n(159)("fontsize")},{fontsize:function(e){return r(this,"font","size",e)}})},function(e,t,n){"use strict";var i=n(3),r=n(158);i({target:"String",proto:!0,forced:n(159)("italics")},{italics:function(){return r(this,"i","","")}})},function(e,t,n){"use strict";var i=n(3),r=n(158);i({target:"String",proto:!0,forced:n(159)("link")},{link:function(e){return r(this,"a","href",e)}})},function(e,t,n){"use strict";var i=n(3),r=n(158);i({target:"String",proto:!0,forced:n(159)("small")},{small:function(){return r(this,"small","","")}})},function(e,t,n){"use strict";var i=n(3),r=n(158);i({target:"String",proto:!0,forced:n(159)("strike")},{strike:function(){return r(this,"strike","","")}})},function(e,t,n){"use strict";var i=n(3),r=n(158);i({target:"String",proto:!0,forced:n(159)("sub")},{sub:function(){return r(this,"sub","","")}})},function(e,t,n){"use strict";var i=n(3),r=n(158);i({target:"String",proto:!0,forced:n(159)("sup")},{sup:function(){return r(this,"sup","","")}})},function(e,t,n){var i=n(29),r=n(18),o=n(675),s=n(703),a=n(40).f,l=n(506).f,c=n(696),u=n(683),d=n(699),h=n(103),f=n(9),p=n(114).set,m=n(514),g=n(31)("match"),v=r.RegExp,_=v.prototype,y=/a/g,b=/a/g,w=new v(y)!==y,x=d.UNSUPPORTED_Y;if(i&&o("RegExp",!w||x||f((function(){return b[g]=!1,v(y)!=y||v(b)==b||"/a/i"!=v(y,"i")})))){for(var k=function(e,t){var n,i=this instanceof k,r=c(e),o=void 0===t;if(!i&&r&&e.constructor===k&&o)return e;w?r&&!o&&(e=e.source):e instanceof k&&(o&&(t=u.call(e)),e=e.source),x&&(n=!!t&&t.indexOf("y")>-1)&&(t=t.replace(/y/g,""));var a=s(w?new v(e,t):v(e,t),i?this:_,k);return x&&n&&p(a,{sticky:n}),a},M=function(e){e in k||a(k,e,{configurable:!0,get:function(){return v[e]},set:function(t){v[e]=t}})},A=l(v),L=0;A.length>L;)M(A[L++]);_.constructor=k,k.prototype=_,h(r,"RegExp",k)}m("RegExp")},function(e,t,n){var i=n(29),r=n(40),o=n(683),s=n(699).UNSUPPORTED_Y;i&&("g"!=/./g.flags||s)&&r.f(RegExp.prototype,"flags",{configurable:!0,get:o})},function(e,t,n){var i=n(29),r=n(699).UNSUPPORTED_Y,o=n(40).f,s=n(114).get,a=RegExp.prototype;i&&r&&o(RegExp.prototype,"sticky",{configurable:!0,get:function(){if(this!==a){if(this instanceof RegExp)return!!s(this).sticky;throw TypeError("Incompatible receiver, RegExp required")}}})},function(e,t,n){"use strict";n(736);var i,r,o=n(3),s=n(25),a=(i=!1,(r=/[ac]/).exec=function(){return i=!0,/./.exec.apply(this,arguments)},!0===r.test("abc")&&i),l=/./.test;o({target:"RegExp",proto:!0,forced:!a},{test:function(e){if("function"!=typeof this.exec)return l.call(this,e);var t=this.exec(e);if(null!==t&&!s(t))throw new Error("RegExp exec method returned something other than an Object or null");return!!t}})},function(e,t,n){"use strict";var i=n(103),r=n(26),o=n(9),s=n(683),a=RegExp.prototype,l=a.toString,c=o((function(){return"/a/b"!=l.call({source:"a",flags:"b"})})),u="toString"!=l.name;(c||u)&&i(RegExp.prototype,"toString",(function(){var e=r(this),t=String(e.source),n=e.flags;return"/"+t+"/"+String(void 0===n&&e instanceof RegExp&&!("flags"in a)?s.call(e):n)}),{unsafe:!0})},function(e,t,n){var i=n(3),r=n(775);i({global:!0,forced:parseInt!=r},{parseInt:r})},function(e,t,n){var i=n(3),r=n(776);i({global:!0,forced:parseFloat!=r},{parseFloat:r})},function(e,t,n){"use strict";var i=n(29),r=n(18),o=n(675),s=n(103),a=n(59),l=n(161),c=n(703),u=n(202),d=n(9),h=n(257),f=n(506).f,p=n(102).f,m=n(40).f,g=n(515).trim,v=r.Number,_=v.prototype,y="Number"==l(h(_)),b=function(e){var t,n,i,r,o,s,a,l,c=u(e,!1);if("string"==typeof c&&c.length>2)if(43===(t=(c=g(c)).charCodeAt(0))||45===t){if(88===(n=c.charCodeAt(2))||120===n)return NaN}else if(48===t){switch(c.charCodeAt(1)){case 66:case 98:i=2,r=49;break;case 79:case 111:i=8,r=55;break;default:return+c}for(s=(o=c.slice(2)).length,a=0;a<s;a++)if((l=o.charCodeAt(a))<48||l>r)return NaN;return parseInt(o,i)}return+c};if(o("Number",!v(" 0o1")||!v("0b1")||v("+0x1"))){for(var w,x=function(e){var t=arguments.length<1?0:e,n=this;return n instanceof x&&(y?d((function(){_.valueOf.call(n)})):"Number"!=l(n))?c(new v(b(t)),n,x):b(t)},k=i?f(v):"MAX_VALUE,MIN_VALUE,NaN,NEGATIVE_INFINITY,POSITIVE_INFINITY,EPSILON,isFinite,isInteger,isNaN,isSafeInteger,MAX_SAFE_INTEGER,MIN_SAFE_INTEGER,parseFloat,parseInt,isInteger".split(","),M=0;k.length>M;M++)a(v,w=k[M])&&!a(x,w)&&m(x,w,p(v,w));x.prototype=_,_.constructor=x,s(r,"Number",x)}},function(e,t,n){n(3)({target:"Number",stat:!0},{EPSILON:Math.pow(2,-52)})},function(e,t,n){n(3)({target:"Number",stat:!0},{isFinite:n(948)})},function(e,t,n){var i=n(18).isFinite;e.exports=Number.isFinite||function(e){return"number"==typeof e&&i(e)}},function(e,t,n){n(3)({target:"Number",stat:!0},{isInteger:n(777)})},function(e,t,n){n(3)({target:"Number",stat:!0},{isNaN:function(e){return e!=e}})},function(e,t,n){var i=n(3),r=n(777),o=Math.abs;i({target:"Number",stat:!0},{isSafeInteger:function(e){return r(e)&&o(e)<=9007199254740991}})},function(e,t,n){n(3)({target:"Number",stat:!0},{MAX_SAFE_INTEGER:9007199254740991})},function(e,t,n){n(3)({target:"Number",stat:!0},{MIN_SAFE_INTEGER:-9007199254740991})},function(e,t,n){var i=n(3),r=n(776);i({target:"Number",stat:!0,forced:Number.parseFloat!=r},{parseFloat:r})},function(e,t,n){var i=n(3),r=n(775);i({target:"Number",stat:!0,forced:Number.parseInt!=r},{parseInt:r})},function(e,t,n){"use strict";var i=n(3),r=n(163),o=n(778),s=n(738),a=n(9),l=1..toFixed,c=Math.floor,u=function(e,t,n){return 0===t?n:t%2==1?u(e,t-1,n*e):u(e*e,t/2,n)};i({target:"Number",proto:!0,forced:l&&("0.000"!==8e-5.toFixed(3)||"1"!==.9.toFixed(0)||"1.25"!==1.255.toFixed(2)||"1000000000000000128"!==(0xde0b6b3a7640080).toFixed(0))||!a((function(){l.call({})}))},{toFixed:function(e){var t,n,i,a,l=o(this),d=r(e),h=[0,0,0,0,0,0],f="",p="0",m=function(e,t){for(var n=-1,i=t;++n<6;)i+=e*h[n],h[n]=i%1e7,i=c(i/1e7)},g=function(e){for(var t=6,n=0;--t>=0;)n+=h[t],h[t]=c(n/e),n=n%e*1e7},v=function(){for(var e=6,t="";--e>=0;)if(""!==t||0===e||0!==h[e]){var n=String(h[e]);t=""===t?n:t+s.call("0",7-n.length)+n}return t};if(d<0||d>20)throw RangeError("Incorrect fraction digits");if(l!=l)return"NaN";if(l<=-1e21||l>=1e21)return String(l);if(l<0&&(f="-",l=-l),l>1e-21)if(n=(t=function(e){for(var t=0,n=e;n>=4096;)t+=12,n/=4096;for(;n>=2;)t+=1,n/=2;return t}(l*u(2,69,1))-69)<0?l*u(2,-t,1):l/u(2,t,1),n*=4503599627370496,(t=52-t)>0){for(m(0,n),i=d;i>=7;)m(1e7,0),i-=7;for(m(u(10,i,1),0),i=t-1;i>=23;)g(1<<23),i-=23;g(1<<i),m(1,1),g(2),p=v()}else m(0,n),m(1<<-t,0),p=v()+s.call("0",d);return p=d>0?f+((a=p.length)<=d?"0."+s.call("0",d-a)+p:p.slice(0,a-d)+"."+p.slice(a-d)):f+p}})},function(e,t,n){"use strict";var i=n(3),r=n(9),o=n(778),s=1..toPrecision;i({target:"Number",proto:!0,forced:r((function(){return"1"!==s.call(1,void 0)}))||!r((function(){s.call({})}))},{toPrecision:function(e){return void 0===e?s.call(o(this)):s.call(o(this),e)}})},function(e,t,n){var i=n(3),r=n(779),o=Math.acosh,s=Math.log,a=Math.sqrt,l=Math.LN2;i({target:"Math",stat:!0,forced:!o||710!=Math.floor(o(Number.MAX_VALUE))||o(1/0)!=1/0},{acosh:function(e){return(e=+e)<1?NaN:e>94906265.62425156?s(e)+l:r(e-1+a(e-1)*a(e+1))}})},function(e,t,n){var i=n(3),r=Math.asinh,o=Math.log,s=Math.sqrt;i({target:"Math",stat:!0,forced:!(r&&1/r(0)>0)},{asinh:function e(t){return isFinite(t=+t)&&0!=t?t<0?-e(-t):o(t+s(t*t+1)):t}})},function(e,t,n){var i=n(3),r=Math.atanh,o=Math.log;i({target:"Math",stat:!0,forced:!(r&&1/r(-0)<0)},{atanh:function(e){return 0==(e=+e)?e:o((1+e)/(1-e))/2}})},function(e,t,n){var i=n(3),r=n(740),o=Math.abs,s=Math.pow;i({target:"Math",stat:!0},{cbrt:function(e){return r(e=+e)*s(o(e),1/3)}})},function(e,t,n){var i=n(3),r=Math.floor,o=Math.log,s=Math.LOG2E;i({target:"Math",stat:!0},{clz32:function(e){return(e>>>=0)?31-r(o(e+.5)*s):32}})},function(e,t,n){var i=n(3),r=n(704),o=Math.cosh,s=Math.abs,a=Math.E;i({target:"Math",stat:!0,forced:!o||o(710)===1/0},{cosh:function(e){var t=r(s(e)-1)+1;return(t+1/(t*a*a))*(a/2)}})},function(e,t,n){var i=n(3),r=n(704);i({target:"Math",stat:!0,forced:r!=Math.expm1},{expm1:r})},function(e,t,n){n(3)({target:"Math",stat:!0},{fround:n(966)})},function(e,t,n){var i=n(740),r=Math.abs,o=Math.pow,s=o(2,-52),a=o(2,-23),l=o(2,127)*(2-a),c=o(2,-126);e.exports=Math.fround||function(e){var t,n,o=r(e),u=i(e);return o<c?u*function(e){return e+1/s-1/s}(o/c/a)*c*a:(n=(t=(1+a/s)*o)-(t-o))>l||n!=n?u*(1/0):u*n}},function(e,t,n){var i=n(3),r=Math.hypot,o=Math.abs,s=Math.sqrt;i({target:"Math",stat:!0,forced:!!r&&r(1/0,NaN)!==1/0},{hypot:function(e,t){for(var n,i,r=0,a=0,l=arguments.length,c=0;a<l;)c<(n=o(arguments[a++]))?(r=r*(i=c/n)*i+1,c=n):r+=n>0?(i=n/c)*i:n;return c===1/0?1/0:c*s(r)}})},function(e,t,n){var i=n(3),r=n(9),o=Math.imul;i({target:"Math",stat:!0,forced:r((function(){return-5!=o(4294967295,5)||2!=o.length}))},{imul:function(e,t){var n=+e,i=+t,r=65535&n,o=65535&i;return 0|r*o+((65535&n>>>16)*o+r*(65535&i>>>16)<<16>>>0)}})},function(e,t,n){var i=n(3),r=Math.log,o=Math.LOG10E;i({target:"Math",stat:!0},{log10:function(e){return r(e)*o}})},function(e,t,n){n(3)({target:"Math",stat:!0},{log1p:n(779)})},function(e,t,n){var i=n(3),r=Math.log,o=Math.LN2;i({target:"Math",stat:!0},{log2:function(e){return r(e)/o}})},function(e,t,n){n(3)({target:"Math",stat:!0},{sign:n(740)})},function(e,t,n){var i=n(3),r=n(9),o=n(704),s=Math.abs,a=Math.exp,l=Math.E;i({target:"Math",stat:!0,forced:r((function(){return-2e-17!=Math.sinh(-2e-17)}))},{sinh:function(e){return s(e=+e)<1?(o(e)-o(-e))/2:(a(e-1)-a(-e-1))*(l/2)}})},function(e,t,n){var i=n(3),r=n(704),o=Math.exp;i({target:"Math",stat:!0},{tanh:function(e){var t=r(e=+e),n=r(-e);return t==1/0?1:n==1/0?-1:(t-n)/(o(e)+o(-e))}})},function(e,t,n){n(208)(Math,"Math",!0)},function(e,t,n){var i=n(3),r=Math.ceil,o=Math.floor;i({target:"Math",stat:!0},{trunc:function(e){return(e>0?o:r)(e)}})},function(e,t,n){n(3)({target:"Date",stat:!0},{now:function(){return(new Date).getTime()}})},function(e,t,n){"use strict";var i=n(3),r=n(9),o=n(57),s=n(202);i({target:"Date",proto:!0,forced:r((function(){return null!==new Date(NaN).toJSON()||1!==Date.prototype.toJSON.call({toISOString:function(){return 1}})}))},{toJSON:function(e){var t=o(this),n=s(t);return"number"!=typeof n||isFinite(n)?t.toISOString():null}})},function(e,t,n){var i=n(3),r=n(980);i({target:"Date",proto:!0,forced:Date.prototype.toISOString!==r},{toISOString:r})},function(e,t,n){"use strict";var i=n(9),r=n(737).start,o=Math.abs,s=Date.prototype,a=s.getTime,l=s.toISOString;e.exports=i((function(){return"0385-07-25T07:06:39.999Z"!=l.call(new Date(-5e13-1))}))||!i((function(){l.call(new Date(NaN))}))?function(){if(!isFinite(a.call(this)))throw RangeError("Invalid time value");var e=this.getUTCFullYear(),t=this.getUTCMilliseconds(),n=e<0?"-":e>9999?"+":"";return n+r(o(e),n?6:4,0)+"-"+r(this.getUTCMonth()+1,2,0)+"-"+r(this.getUTCDate(),2,0)+"T"+r(this.getUTCHours(),2,0)+":"+r(this.getUTCMinutes(),2,0)+":"+r(this.getUTCSeconds(),2,0)+"."+r(t,3,0)+"Z"}:l},function(e,t,n){var i=n(103),r=Date.prototype,o=r.toString,s=r.getTime;new Date(NaN)+""!="Invalid Date"&&i(r,"toString",(function(){var e=s.call(this);return e==e?o.call(this):"Invalid Date"}))},function(e,t,n){var i=n(113),r=n(983),o=n(31)("toPrimitive"),s=Date.prototype;o in s||i(s,o,r)},function(e,t,n){"use strict";var i=n(26),r=n(202);e.exports=function(e){if("string"!==e&&"number"!==e&&"default"!==e)throw TypeError("Incorrect hint");return r(i(this),"number"!==e)}},function(e,t,n){var i=n(3),r=n(162),o=n(9),s=r("JSON","stringify"),a=/[\uD800-\uDFFF]/g,l=/^[\uD800-\uDBFF]$/,c=/^[\uDC00-\uDFFF]$/,u=function(e,t,n){var i=n.charAt(t-1),r=n.charAt(t+1);return l.test(e)&&!c.test(r)||c.test(e)&&!l.test(i)?"\\u"+e.charCodeAt(0).toString(16):e},d=o((function(){return'"\\udf06\\ud834"'!==s("\udf06\ud834")||'"\\udead"'!==s("\udead")}));s&&i({target:"JSON",stat:!0,forced:d},{stringify:function(e,t,n){var i=s.apply(null,arguments);return"string"==typeof i?i.replace(a,u):i}})},function(e,t,n){var i=n(18);n(208)(i.JSON,"JSON",!0)},function(e,t,n){"use strict";var i,r,o,s,a=n(3),l=n(203),c=n(18),u=n(162),d=n(780),h=n(103),f=n(516),p=n(208),m=n(514),g=n(25),v=n(154),_=n(474),y=n(161),b=n(720),w=n(513),x=n(691),k=n(259),M=n(741).set,A=n(782),L=n(783),T=n(987),D=n(742),S=n(784),E=n(114),Y=n(675),C=n(31),O=n(730),P=C("species"),I="Promise",H=E.get,j=E.set,N=E.getterFor(I),R=d,z=c.TypeError,F=c.document,B=c.process,W=u("fetch"),U=D.f,Q=U,q="process"==y(B),G=!!(F&&F.createEvent&&c.dispatchEvent),V=Y(I,(function(){if(!(b(R)!==String(R))){if(66===O)return!0;if(!q&&"function"!=typeof PromiseRejectionEvent)return!0}if(l&&!R.prototype.finally)return!0;if(O>=51&&/native code/.test(R))return!1;var e=R.resolve(1),t=function(e){e((function(){}),(function(){}))};return(e.constructor={})[P]=t,!(e.then((function(){}))instanceof t)})),J=V||!x((function(e){R.all(e).catch((function(){}))})),K=function(e){var t;return!(!g(e)||"function"!=typeof(t=e.then))&&t},X=function(e,t,n){if(!t.notified){t.notified=!0;var i=t.reactions;A((function(){for(var r=t.value,o=1==t.state,s=0;i.length>s;){var a,l,c,u=i[s++],d=o?u.ok:u.fail,h=u.resolve,f=u.reject,p=u.domain;try{d?(o||(2===t.rejection&&te(e,t),t.rejection=1),!0===d?a=r:(p&&p.enter(),a=d(r),p&&(p.exit(),c=!0)),a===u.promise?f(z("Promise-chain cycle")):(l=K(a))?l.call(a,h,f):h(a)):f(r)}catch(e){p&&!c&&p.exit(),f(e)}}t.reactions=[],t.notified=!1,n&&!t.rejection&&$(e,t)}))}},Z=function(e,t,n){var i,r;G?((i=F.createEvent("Event")).promise=t,i.reason=n,i.initEvent(e,!1,!0),c.dispatchEvent(i)):i={promise:t,reason:n},(r=c["on"+e])?r(i):"unhandledrejection"===e&&T("Unhandled promise rejection",n)},$=function(e,t){M.call(c,(function(){var n,i=t.value;if(ee(t)&&(n=S((function(){q?B.emit("unhandledRejection",i,e):Z("unhandledrejection",e,i)})),t.rejection=q||ee(t)?2:1,n.error))throw n.value}))},ee=function(e){return 1!==e.rejection&&!e.parent},te=function(e,t){M.call(c,(function(){q?B.emit("rejectionHandled",e):Z("rejectionhandled",e,t.value)}))},ne=function(e,t,n,i){return function(r){e(t,n,r,i)}},ie=function(e,t,n,i){t.done||(t.done=!0,i&&(t=i),t.value=n,t.state=2,X(e,t,!0))},re=function(e,t,n,i){if(!t.done){t.done=!0,i&&(t=i);try{if(e===n)throw z("Promise can't be resolved itself");var r=K(n);r?A((function(){var i={done:!1};try{r.call(n,ne(re,e,i,t),ne(ie,e,i,t))}catch(n){ie(e,i,n,t)}})):(t.value=n,t.state=1,X(e,t,!1))}catch(n){ie(e,{done:!1},n,t)}}};V&&(R=function(e){_(this,R,I),v(e),i.call(this);var t=H(this);try{e(ne(re,this,t),ne(ie,this,t))}catch(e){ie(this,t,e)}},(i=function(e){j(this,{type:I,done:!1,notified:!1,parent:!1,reactions:[],rejection:!1,state:0,value:void 0})}).prototype=f(R.prototype,{then:function(e,t){var n=N(this),i=U(k(this,R));return i.ok="function"!=typeof e||e,i.fail="function"==typeof t&&t,i.domain=q?B.domain:void 0,n.parent=!0,n.reactions.push(i),0!=n.state&&X(this,n,!1),i.promise},catch:function(e){return this.then(void 0,e)}}),r=function(){var e=new i,t=H(e);this.promise=e,this.resolve=ne(re,e,t),this.reject=ne(ie,e,t)},D.f=U=function(e){return e===R||e===o?new r(e):Q(e)},l||"function"!=typeof d||(s=d.prototype.then,h(d.prototype,"then",(function(e,t){var n=this;return new R((function(e,t){s.call(n,e,t)})).then(e,t)}),{unsafe:!0}),"function"==typeof W&&a({global:!0,enumerable:!0,forced:!0},{fetch:function(e){return L(R,W.apply(c,arguments))}}))),a({global:!0,wrap:!0,forced:V},{Promise:R}),p(R,I,!1,!0),m(I),o=u(I),a({target:I,stat:!0,forced:V},{reject:function(e){var t=U(this);return t.reject.call(void 0,e),t.promise}}),a({target:I,stat:!0,forced:l||V},{resolve:function(e){return L(l&&this===o?R:this,e)}}),a({target:I,stat:!0,forced:J},{all:function(e){var t=this,n=U(t),i=n.resolve,r=n.reject,o=S((function(){var n=v(t.resolve),o=[],s=0,a=1;w(e,(function(e){var l=s++,c=!1;o.push(void 0),a++,n.call(t,e).then((function(e){c||(c=!0,o[l]=e,--a||i(o))}),r)})),--a||i(o)}));return o.error&&r(o.value),n.promise},race:function(e){var t=this,n=U(t),i=n.reject,r=S((function(){var r=v(t.resolve);w(e,(function(e){r.call(t,e).then(n.resolve,i)}))}));return r.error&&i(r.value),n.promise}})},function(e,t,n){var i=n(18);e.exports=function(e,t){var n=i.console;n&&n.error&&(1===arguments.length?n.error(e):n.error(e,t))}},function(e,t,n){"use strict";var i=n(3),r=n(154),o=n(742),s=n(784),a=n(513);i({target:"Promise",stat:!0},{allSettled:function(e){var t=this,n=o.f(t),i=n.resolve,l=n.reject,c=s((function(){var n=r(t.resolve),o=[],s=0,l=1;a(e,(function(e){var r=s++,a=!1;o.push(void 0),l++,n.call(t,e).then((function(e){a||(a=!0,o[r]={status:"fulfilled",value:e},--l||i(o))}),(function(e){a||(a=!0,o[r]={status:"rejected",reason:e},--l||i(o))}))})),--l||i(o)}));return c.error&&l(c.value),n.promise}})},function(e,t,n){"use strict";var i=n(3),r=n(203),o=n(780),s=n(9),a=n(162),l=n(259),c=n(783),u=n(103);i({target:"Promise",proto:!0,real:!0,forced:!!o&&s((function(){o.prototype.finally.call({then:function(){}},(function(){}))}))},{finally:function(e){var t=l(this,a("Promise")),n="function"==typeof e;return this.then(n?function(n){return c(t,e()).then((function(){return n}))}:e,n?function(n){return c(t,e()).then((function(){throw n}))}:e)}}),r||"function"!=typeof o||o.prototype.finally||u(o.prototype,"finally",a("Promise").prototype.finally)},function(e,t,n){"use strict";var i=n(705),r=n(785);e.exports=i("Map",(function(e){return function(){return e(this,arguments.length?arguments[0]:void 0)}}),r)},function(e,t,n){"use strict";var i=n(705),r=n(785);e.exports=i("Set",(function(e){return function(){return e(this,arguments.length?arguments[0]:void 0)}}),r)},function(e,t,n){"use strict";var i,r=n(18),o=n(516),s=n(508),a=n(705),l=n(786),c=n(25),u=n(114).enforce,d=n(754),h=!r.ActiveXObject&&"ActiveXObject"in r,f=Object.isExtensible,p=function(e){return function(){return e(this,arguments.length?arguments[0]:void 0)}},m=e.exports=a("WeakMap",p,l);if(d&&h){i=l.getConstructor(p,"WeakMap",!0),s.REQUIRED=!0;var g=m.prototype,v=g.delete,_=g.has,y=g.get,b=g.set;o(g,{delete:function(e){if(c(e)&&!f(e)){var t=u(this);return t.frozen||(t.frozen=new i),v.call(this,e)||t.frozen.delete(e)}return v.call(this,e)},has:function(e){if(c(e)&&!f(e)){var t=u(this);return t.frozen||(t.frozen=new i),_.call(this,e)||t.frozen.has(e)}return _.call(this,e)},get:function(e){if(c(e)&&!f(e)){var t=u(this);return t.frozen||(t.frozen=new i),_.call(this,e)?y.call(this,e):t.frozen.get(e)}return y.call(this,e)},set:function(e,t){if(c(e)&&!f(e)){var n=u(this);n.frozen||(n.frozen=new i),_.call(this,e)?b.call(this,e,t):n.frozen.set(e,t)}else b.call(this,e,t);return this}})}},function(e,t,n){"use strict";n(705)("WeakSet",(function(e){return function(){return e(this,arguments.length?arguments[0]:void 0)}}),n(786))},function(e,t,n){"use strict";var i=n(3),r=n(18),o=n(706),s=n(514),a=o.ArrayBuffer;i({global:!0,forced:r.ArrayBuffer!==a},{ArrayBuffer:a}),s("ArrayBuffer")},function(e,t){var n=Math.abs,i=Math.pow,r=Math.floor,o=Math.log,s=Math.LN2;e.exports={pack:function(e,t,a){var l,c,u,d=new Array(a),h=8*a-t-1,f=(1<<h)-1,p=f>>1,m=23===t?i(2,-24)-i(2,-77):0,g=e<0||0===e&&1/e<0?1:0,v=0;for((e=n(e))!=e||e===1/0?(c=e!=e?1:0,l=f):(l=r(o(e)/s),e*(u=i(2,-l))<1&&(l--,u*=2),(e+=l+p>=1?m/u:m*i(2,1-p))*u>=2&&(l++,u/=2),l+p>=f?(c=0,l=f):l+p>=1?(c=(e*u-1)*i(2,t),l+=p):(c=e*i(2,p-1)*i(2,t),l=0));t>=8;d[v++]=255&c,c/=256,t-=8);for(l=l<<t|c,h+=t;h>0;d[v++]=255&l,l/=256,h-=8);return d[--v]|=128*g,d},unpack:function(e,t){var n,r=e.length,o=8*r-t-1,s=(1<<o)-1,a=s>>1,l=o-7,c=r-1,u=e[c--],d=127&u;for(u>>=7;l>0;d=256*d+e[c],c--,l-=8);for(n=d&(1<<-l)-1,d>>=-l,l+=t;l>0;n=256*n+e[c],c--,l-=8);if(0===d)d=1-a;else{if(d===s)return n?NaN:u?-1/0:1/0;n+=i(2,t),d-=a}return(u?-1:1)*n*i(2,d-t)}}},function(e,t,n){var i=n(3),r=n(37);i({target:"ArrayBuffer",stat:!0,forced:!r.NATIVE_ARRAY_BUFFER_VIEWS},{isView:r.isView})},function(e,t,n){"use strict";var i=n(3),r=n(9),o=n(706),s=n(26),a=n(471),l=n(36),c=n(259),u=o.ArrayBuffer,d=o.DataView,h=u.prototype.slice;i({target:"ArrayBuffer",proto:!0,unsafe:!0,forced:r((function(){return!new u(2).slice(1,void 0).byteLength}))},{slice:function(e,t){if(void 0!==h&&void 0===t)return h.call(s(this),e);for(var n=s(this).byteLength,i=a(e,n),r=a(void 0===t?n:t,n),o=new(c(this,u))(l(r-i)),f=new d(this),p=new d(o),m=0;i<r;)p.setUint8(m++,f.getUint8(i++));return o}})},function(e,t,n){var i=n(3),r=n(706);i({global:!0,forced:!n(743)},{DataView:r.DataView})},function(e,t,n){n(260)("Int8",(function(e){return function(t,n,i){return e(this,t,n,i)}}))},function(e,t,n){var i=n(163);e.exports=function(e){var t=i(e);if(t<0)throw RangeError("The argument can't be less than 0");return t}},function(e,t,n){n(260)("Uint8",(function(e){return function(t,n,i){return e(this,t,n,i)}}))},function(e,t,n){n(260)("Uint8",(function(e){return function(t,n,i){return e(this,t,n,i)}}),!0)},function(e,t,n){n(260)("Int16",(function(e){return function(t,n,i){return e(this,t,n,i)}}))},function(e,t,n){n(260)("Uint16",(function(e){return function(t,n,i){return e(this,t,n,i)}}))},function(e,t,n){n(260)("Int32",(function(e){return function(t,n,i){return e(this,t,n,i)}}))},function(e,t,n){n(260)("Uint32",(function(e){return function(t,n,i){return e(this,t,n,i)}}))},function(e,t,n){n(260)("Float32",(function(e){return function(t,n,i){return e(this,t,n,i)}}))},function(e,t,n){n(260)("Float64",(function(e){return function(t,n,i){return e(this,t,n,i)}}))},function(e,t,n){"use strict";var i=n(744);(0,n(37).exportTypedArrayStaticMethod)("from",n(789),i)},function(e,t,n){"use strict";var i=n(37),r=n(744),o=i.aTypedArrayConstructor;(0,i.exportTypedArrayStaticMethod)("of",(function(){for(var e=0,t=arguments.length,n=new(o(this))(t);t>e;)n[e]=arguments[e++];return n}),r)},function(e,t,n){"use strict";var i=n(37),r=n(768),o=i.aTypedArray;(0,i.exportTypedArrayMethod)("copyWithin",(function(e,t){return r.call(o(this),e,t,arguments.length>2?arguments[2]:void 0)}))},function(e,t,n){"use strict";var i=n(37),r=n(100).every,o=i.aTypedArray;(0,i.exportTypedArrayMethod)("every",(function(e){return r(o(this),e,arguments.length>1?arguments[1]:void 0)}))},function(e,t,n){"use strict";var i=n(37),r=n(731),o=i.aTypedArray;(0,i.exportTypedArrayMethod)("fill",(function(e){return r.apply(o(this),arguments)}))},function(e,t,n){"use strict";var i=n(37),r=n(100).filter,o=n(259),s=i.aTypedArray,a=i.aTypedArrayConstructor;(0,i.exportTypedArrayMethod)("filter",(function(e){for(var t=r(s(this),e,arguments.length>1?arguments[1]:void 0),n=o(this,this.constructor),i=0,l=t.length,c=new(a(n))(l);l>i;)c[i]=t[i++];return c}))},function(e,t,n){"use strict";var i=n(37),r=n(100).find,o=i.aTypedArray;(0,i.exportTypedArrayMethod)("find",(function(e){return r(o(this),e,arguments.length>1?arguments[1]:void 0)}))},function(e,t,n){"use strict";var i=n(37),r=n(100).findIndex,o=i.aTypedArray;(0,i.exportTypedArrayMethod)("findIndex",(function(e){return r(o(this),e,arguments.length>1?arguments[1]:void 0)}))},function(e,t,n){"use strict";var i=n(37),r=n(100).forEach,o=i.aTypedArray;(0,i.exportTypedArrayMethod)("forEach",(function(e){r(o(this),e,arguments.length>1?arguments[1]:void 0)}))},function(e,t,n){"use strict";var i=n(37),r=n(674).includes,o=i.aTypedArray;(0,i.exportTypedArrayMethod)("includes",(function(e){return r(o(this),e,arguments.length>1?arguments[1]:void 0)}))},function(e,t,n){"use strict";var i=n(37),r=n(674).indexOf,o=i.aTypedArray;(0,i.exportTypedArrayMethod)("indexOf",(function(e){return r(o(this),e,arguments.length>1?arguments[1]:void 0)}))},function(e,t,n){"use strict";var i=n(18),r=n(37),o=n(694),s=n(31)("iterator"),a=i.Uint8Array,l=o.values,c=o.keys,u=o.entries,d=r.aTypedArray,h=r.exportTypedArrayMethod,f=a&&a.prototype[s],p=!!f&&("values"==f.name||null==f.name),m=function(){return l.call(d(this))};h("entries",(function(){return u.call(d(this))})),h("keys",(function(){return c.call(d(this))})),h("values",m,!p),h(s,m,!p)},function(e,t,n){"use strict";var i=n(37),r=i.aTypedArray,o=i.exportTypedArrayMethod,s=[].join;o("join",(function(e){return s.apply(r(this),arguments)}))},function(e,t,n){"use strict";var i=n(37),r=n(771),o=i.aTypedArray;(0,i.exportTypedArrayMethod)("lastIndexOf",(function(e){return r.apply(o(this),arguments)}))},function(e,t,n){"use strict";var i=n(37),r=n(100).map,o=n(259),s=i.aTypedArray,a=i.aTypedArrayConstructor;(0,i.exportTypedArrayMethod)("map",(function(e){return r(s(this),e,arguments.length>1?arguments[1]:void 0,(function(e,t){return new(a(o(e,e.constructor)))(t)}))}))},function(e,t,n){"use strict";var i=n(37),r=n(693).left,o=i.aTypedArray;(0,i.exportTypedArrayMethod)("reduce",(function(e){return r(o(this),e,arguments.length,arguments.length>1?arguments[1]:void 0)}))},function(e,t,n){"use strict";var i=n(37),r=n(693).right,o=i.aTypedArray;(0,i.exportTypedArrayMethod)("reduceRight",(function(e){return r(o(this),e,arguments.length,arguments.length>1?arguments[1]:void 0)}))},function(e,t,n){"use strict";var i=n(37),r=i.aTypedArray,o=i.exportTypedArrayMethod,s=Math.floor;o("reverse",(function(){for(var e,t=r(this).length,n=s(t/2),i=0;i<n;)e=this[i],this[i++]=this[--t],this[t]=e;return this}))},function(e,t,n){"use strict";var i=n(37),r=n(36),o=n(788),s=n(57),a=n(9),l=i.aTypedArray;(0,i.exportTypedArrayMethod)("set",(function(e){l(this);var t=o(arguments.length>1?arguments[1]:void 0,1),n=this.length,i=s(e),a=r(i.length),c=0;if(a+t>n)throw RangeError("Wrong length");for(;c<a;)this[t+c]=i[c++]}),a((function(){new Int8Array(1).set({})})))},function(e,t,n){"use strict";var i=n(37),r=n(259),o=n(9),s=i.aTypedArray,a=i.aTypedArrayConstructor,l=i.exportTypedArrayMethod,c=[].slice;l("slice",(function(e,t){for(var n=c.call(s(this),e,t),i=r(this,this.constructor),o=0,l=n.length,u=new(a(i))(l);l>o;)u[o]=n[o++];return u}),o((function(){new Int8Array(1).slice()})))},function(e,t,n){"use strict";var i=n(37),r=n(100).some,o=i.aTypedArray;(0,i.exportTypedArrayMethod)("some",(function(e){return r(o(this),e,arguments.length>1?arguments[1]:void 0)}))},function(e,t,n){"use strict";var i=n(37),r=i.aTypedArray,o=i.exportTypedArrayMethod,s=[].sort;o("sort",(function(e){return s.call(r(this),e)}))},function(e,t,n){"use strict";var i=n(37),r=n(36),o=n(471),s=n(259),a=i.aTypedArray;(0,i.exportTypedArrayMethod)("subarray",(function(e,t){var n=a(this),i=n.length,l=o(e,i);return new(s(n,n.constructor))(n.buffer,n.byteOffset+l*n.BYTES_PER_ELEMENT,r((void 0===t?i:o(t,i))-l))}))},function(e,t,n){"use strict";var i=n(18),r=n(37),o=n(9),s=i.Int8Array,a=r.aTypedArray,l=r.exportTypedArrayMethod,c=[].toLocaleString,u=[].slice,d=!!s&&o((function(){c.call(new s(1))}));l("toLocaleString",(function(){return c.apply(d?u.call(a(this)):a(this),arguments)}),o((function(){return[1,2].toLocaleString()!=new s([1,2]).toLocaleString()}))||!o((function(){s.prototype.toLocaleString.call([1,2])})))},function(e,t,n){"use strict";var i=n(37).exportTypedArrayMethod,r=n(9),o=n(18).Uint8Array,s=o&&o.prototype||{},a=[].toString,l=[].join;r((function(){a.call({})}))&&(a=function(){return l.call(this)});var c=s.toString!=a;i("toString",a,c)},function(e,t,n){var i=n(3),r=n(162),o=n(154),s=n(26),a=n(9),l=r("Reflect","apply"),c=Function.apply;i({target:"Reflect",stat:!0,forced:!a((function(){l((function(){}))}))},{apply:function(e,t,n){return o(e),s(n),l?l(e,t,n):c.call(e,t,n)}})},function(e,t,n){var i=n(3),r=n(162),o=n(154),s=n(26),a=n(25),l=n(257),c=n(766),u=n(9),d=r("Reflect","construct"),h=u((function(){function e(){}return!(d((function(){}),[],e)instanceof e)})),f=!u((function(){d((function(){}))})),p=h||f;i({target:"Reflect",stat:!0,forced:p,sham:p},{construct:function(e,t){o(e),s(t);var n=arguments.length<3?e:o(arguments[2]);if(f&&!h)return d(e,t,n);if(e==n){switch(t.length){case 0:return new e;case 1:return new e(t[0]);case 2:return new e(t[0],t[1]);case 3:return new e(t[0],t[1],t[2]);case 4:return new e(t[0],t[1],t[2],t[3])}var i=[null];return i.push.apply(i,t),new(c.apply(e,i))}var r=n.prototype,u=l(a(r)?r:Object.prototype),p=Function.apply.call(e,u,t);return a(p)?p:u}})},function(e,t,n){var i=n(3),r=n(29),o=n(26),s=n(202),a=n(40);i({target:"Reflect",stat:!0,forced:n(9)((function(){Reflect.defineProperty(a.f({},1,{value:1}),1,{value:2})})),sham:!r},{defineProperty:function(e,t,n){o(e);var i=s(t,!0);o(n);try{return a.f(e,i,n),!0}catch(e){return!1}}})},function(e,t,n){var i=n(3),r=n(26),o=n(102).f;i({target:"Reflect",stat:!0},{deleteProperty:function(e,t){var n=o(r(e),t);return!(n&&!n.configurable)&&delete e[t]}})},function(e,t,n){var i=n(3),r=n(25),o=n(26),s=n(59),a=n(102),l=n(204);i({target:"Reflect",stat:!0},{get:function e(t,n){var i,c,u=arguments.length<3?t:arguments[2];return o(t)===u?t[n]:(i=a.f(t,n))?s(i,"value")?i.value:void 0===i.get?void 0:i.get.call(u):r(c=l(t))?e(c,n,u):void 0}})},function(e,t,n){var i=n(3),r=n(29),o=n(26),s=n(102);i({target:"Reflect",stat:!0,sham:!r},{getOwnPropertyDescriptor:function(e,t){return s.f(o(e),t)}})},function(e,t,n){var i=n(3),r=n(26),o=n(204);i({target:"Reflect",stat:!0,sham:!n(729)},{getPrototypeOf:function(e){return o(r(e))}})},function(e,t,n){n(3)({target:"Reflect",stat:!0},{has:function(e,t){return t in e}})},function(e,t,n){var i=n(3),r=n(26),o=Object.isExtensible;i({target:"Reflect",stat:!0},{isExtensible:function(e){return r(e),!o||o(e)}})},function(e,t,n){n(3)({target:"Reflect",stat:!0},{ownKeys:n(722)})},function(e,t,n){var i=n(3),r=n(162),o=n(26);i({target:"Reflect",stat:!0,sham:!n(678)},{preventExtensions:function(e){o(e);try{var t=r("Object","preventExtensions");return t&&t(e),!0}catch(e){return!1}}})},function(e,t,n){var i=n(3),r=n(26),o=n(25),s=n(59),a=n(9),l=n(40),c=n(102),u=n(204),d=n(470);i({target:"Reflect",stat:!0,forced:a((function(){var e=l.f({},"a",{configurable:!0});return!1!==Reflect.set(u(e),"a",1,e)}))},{set:function e(t,n,i){var a,h,f=arguments.length<4?t:arguments[3],p=c.f(r(t),n);if(!p){if(o(h=u(t)))return e(h,n,i,f);p=d(0)}if(s(p,"value")){if(!1===p.writable||!o(f))return!1;if(a=c.f(f,n)){if(a.get||a.set||!1===a.writable)return!1;a.value=i,l.f(f,n,a)}else l.f(f,n,d(0,i));return!0}return void 0!==p.set&&(p.set.call(f,i),!0)}})},function(e,t,n){var i=n(3),r=n(26),o=n(765),s=n(510);s&&i({target:"Reflect",stat:!0},{setPrototypeOf:function(e,t){r(e),o(t);try{return s(e,t),!0}catch(e){return!1}}})},function(e,t,n){n(1048),n(1049),n(1050),n(1051),n(1052),n(1053),n(1056),n(792);var i=n(673);e.exports=i},function(e,t,n){var i=n(18),r=n(790),o=n(770),s=n(113);for(var a in r){var l=i[a],c=l&&l.prototype;if(c&&c.forEach!==o)try{s(c,"forEach",o)}catch(e){c.forEach=o}}},function(e,t,n){var i=n(18),r=n(790),o=n(694),s=n(113),a=n(31),l=a("iterator"),c=a("toStringTag"),u=o.values;for(var d in r){var h=i[d],f=h&&h.prototype;if(f){if(f[l]!==u)try{s(f,l,u)}catch(e){f[l]=u}if(f[c]||s(f,c,d),r[d])for(var p in o)if(f[p]!==o[p])try{s(f,p,o[p])}catch(e){f[p]=o[p]}}}},function(e,t,n){var i=n(3),r=n(18),o=n(741);i({global:!0,bind:!0,enumerable:!0,forced:!r.setImmediate||!r.clearImmediate},{setImmediate:o.set,clearImmediate:o.clear})},function(e,t,n){var i=n(3),r=n(18),o=n(782),s=n(161),a=r.process,l="process"==s(a);i({global:!0,enumerable:!0,noTargetGet:!0},{queueMicrotask:function(e){var t=l&&a.domain;o(t?t.bind(e):e)}})},function(e,t,n){var i=n(3),r=n(18),o=n(692),s=[].slice,a=function(e){return function(t,n){var i=arguments.length>2,r=i?s.call(arguments,2):void 0;return e(i?function(){("function"==typeof t?t:Function(t)).apply(this,r)}:t,n)}};i({global:!0,bind:!0,forced:/MSIE .\./.test(o)},{setTimeout:a(r.setTimeout),setInterval:a(r.setInterval)})},function(e,t,n){"use strict";n(774);var i,r=n(3),o=n(29),s=n(791),a=n(18),l=n(726),c=n(103),u=n(474),d=n(59),h=n(761),f=n(767),p=n(695).codeAt,m=n(1054),g=n(208),v=n(792),_=n(114),y=a.URL,b=v.URLSearchParams,w=v.getState,x=_.set,k=_.getterFor("URL"),M=Math.floor,A=Math.pow,L=/[A-Za-z]/,T=/[\d+\-.A-Za-z]/,D=/\d/,S=/^(0x|0X)/,E=/^[0-7]+$/,Y=/^\d+$/,C=/^[\dA-Fa-f]+$/,O=/[\u0000\u0009\u000A\u000D #%/:?@[\\]]/,P=/[\u0000\u0009\u000A\u000D #/:?@[\\]]/,I=/^[\u0000-\u001F ]+|[\u0000-\u001F ]+$/g,H=/[\u0009\u000A\u000D]/g,j=function(e,t){var n,i,r;if("["==t.charAt(0)){if("]"!=t.charAt(t.length-1))return"Invalid host";if(!(n=R(t.slice(1,-1))))return"Invalid host";e.host=n}else if(G(e)){if(t=m(t),O.test(t))return"Invalid host";if(null===(n=N(t)))return"Invalid host";e.host=n}else{if(P.test(t))return"Invalid host";for(n="",i=f(t),r=0;r<i.length;r++)n+=Q(i[r],F);e.host=n}},N=function(e){var t,n,i,r,o,s,a,l=e.split(".");if(l.length&&""==l[l.length-1]&&l.pop(),(t=l.length)>4)return e;for(n=[],i=0;i<t;i++){if(""==(r=l[i]))return e;if(o=10,r.length>1&&"0"==r.charAt(0)&&(o=S.test(r)?16:8,r=r.slice(8==o?1:2)),""===r)s=0;else{if(!(10==o?Y:8==o?E:C).test(r))return e;s=parseInt(r,o)}n.push(s)}for(i=0;i<t;i++)if(s=n[i],i==t-1){if(s>=A(256,5-t))return null}else if(s>255)return null;for(a=n.pop(),i=0;i<n.length;i++)a+=n[i]*A(256,3-i);return a},R=function(e){var t,n,i,r,o,s,a,l=[0,0,0,0,0,0,0,0],c=0,u=null,d=0,h=function(){return e.charAt(d)};if(":"==h()){if(":"!=e.charAt(1))return;d+=2,u=++c}for(;h();){if(8==c)return;if(":"!=h()){for(t=n=0;n<4&&C.test(h());)t=16*t+parseInt(h(),16),d++,n++;if("."==h()){if(0==n)return;if(d-=n,c>6)return;for(i=0;h();){if(r=null,i>0){if(!("."==h()&&i<4))return;d++}if(!D.test(h()))return;for(;D.test(h());){if(o=parseInt(h(),10),null===r)r=o;else{if(0==r)return;r=10*r+o}if(r>255)return;d++}l[c]=256*l[c]+r,2!=++i&&4!=i||c++}if(4!=i)return;break}if(":"==h()){if(d++,!h())return}else if(h())return;l[c++]=t}else{if(null!==u)return;d++,u=++c}}if(null!==u)for(s=c-u,c=7;0!=c&&s>0;)a=l[c],l[c--]=l[u+s-1],l[u+--s]=a;else if(8!=c)return;return l},z=function(e){var t,n,i,r;if("number"==typeof e){for(t=[],n=0;n<4;n++)t.unshift(e%256),e=M(e/256);return t.join(".")}if("object"==typeof e){for(t="",i=function(e){for(var t=null,n=1,i=null,r=0,o=0;o<8;o++)0!==e[o]?(r>n&&(t=i,n=r),i=null,r=0):(null===i&&(i=o),++r);return r>n&&(t=i,n=r),t}(e),n=0;n<8;n++)r&&0===e[n]||(r&&(r=!1),i===n?(t+=n?":":"::",r=!0):(t+=e[n].toString(16),n<7&&(t+=":")));return"["+t+"]"}return e},F={},B=h({},F,{" ":1,'"':1,"<":1,">":1,"`":1}),W=h({},B,{"#":1,"?":1,"{":1,"}":1}),U=h({},W,{"/":1,":":1,";":1,"=":1,"@":1,"[":1,"\\":1,"]":1,"^":1,"|":1}),Q=function(e,t){var n=p(e,0);return n>32&&n<127&&!d(t,e)?e:encodeURIComponent(e)},q={ftp:21,file:null,http:80,https:443,ws:80,wss:443},G=function(e){return d(q,e.scheme)},V=function(e){return""!=e.username||""!=e.password},J=function(e){return!e.host||e.cannotBeABaseURL||"file"==e.scheme},K=function(e,t){var n;return 2==e.length&&L.test(e.charAt(0))&&(":"==(n=e.charAt(1))||!t&&"|"==n)},X=function(e){var t;return e.length>1&&K(e.slice(0,2))&&(2==e.length||"/"===(t=e.charAt(2))||"\\"===t||"?"===t||"#"===t)},Z=function(e){var t=e.path,n=t.length;!n||"file"==e.scheme&&1==n&&K(t[0],!0)||t.pop()},$=function(e){return"."===e||"%2e"===e.toLowerCase()},ee={},te={},ne={},ie={},re={},oe={},se={},ae={},le={},ce={},ue={},de={},he={},fe={},pe={},me={},ge={},ve={},_e={},ye={},be={},we=function(e,t,n,r){var o,s,a,l,c,u=n||ee,h=0,p="",m=!1,g=!1,v=!1;for(n||(e.scheme="",e.username="",e.password="",e.host=null,e.port=null,e.path=[],e.query=null,e.fragment=null,e.cannotBeABaseURL=!1,t=t.replace(I,"")),t=t.replace(H,""),o=f(t);h<=o.length;){switch(s=o[h],u){case ee:if(!s||!L.test(s)){if(n)return"Invalid scheme";u=ne;continue}p+=s.toLowerCase(),u=te;break;case te:if(s&&(T.test(s)||"+"==s||"-"==s||"."==s))p+=s.toLowerCase();else{if(":"!=s){if(n)return"Invalid scheme";p="",u=ne,h=0;continue}if(n&&(G(e)!=d(q,p)||"file"==p&&(V(e)||null!==e.port)||"file"==e.scheme&&!e.host))return;if(e.scheme=p,n)return void(G(e)&&q[e.scheme]==e.port&&(e.port=null));p="","file"==e.scheme?u=fe:G(e)&&r&&r.scheme==e.scheme?u=ie:G(e)?u=ae:"/"==o[h+1]?(u=re,h++):(e.cannotBeABaseURL=!0,e.path.push(""),u=_e)}break;case ne:if(!r||r.cannotBeABaseURL&&"#"!=s)return"Invalid scheme";if(r.cannotBeABaseURL&&"#"==s){e.scheme=r.scheme,e.path=r.path.slice(),e.query=r.query,e.fragment="",e.cannotBeABaseURL=!0,u=be;break}u="file"==r.scheme?fe:oe;continue;case ie:if("/"!=s||"/"!=o[h+1]){u=oe;continue}u=le,h++;break;case re:if("/"==s){u=ce;break}u=ve;continue;case oe:if(e.scheme=r.scheme,s==i)e.username=r.username,e.password=r.password,e.host=r.host,e.port=r.port,e.path=r.path.slice(),e.query=r.query;else if("/"==s||"\\"==s&&G(e))u=se;else if("?"==s)e.username=r.username,e.password=r.password,e.host=r.host,e.port=r.port,e.path=r.path.slice(),e.query="",u=ye;else{if("#"!=s){e.username=r.username,e.password=r.password,e.host=r.host,e.port=r.port,e.path=r.path.slice(),e.path.pop(),u=ve;continue}e.username=r.username,e.password=r.password,e.host=r.host,e.port=r.port,e.path=r.path.slice(),e.query=r.query,e.fragment="",u=be}break;case se:if(!G(e)||"/"!=s&&"\\"!=s){if("/"!=s){e.username=r.username,e.password=r.password,e.host=r.host,e.port=r.port,u=ve;continue}u=ce}else u=le;break;case ae:if(u=le,"/"!=s||"/"!=p.charAt(h+1))continue;h++;break;case le:if("/"!=s&&"\\"!=s){u=ce;continue}break;case ce:if("@"==s){m&&(p="%40"+p),m=!0,a=f(p);for(var _=0;_<a.length;_++){var y=a[_];if(":"!=y||v){var b=Q(y,U);v?e.password+=b:e.username+=b}else v=!0}p=""}else if(s==i||"/"==s||"?"==s||"#"==s||"\\"==s&&G(e)){if(m&&""==p)return"Invalid authority";h-=f(p).length+1,p="",u=ue}else p+=s;break;case ue:case de:if(n&&"file"==e.scheme){u=me;continue}if(":"!=s||g){if(s==i||"/"==s||"?"==s||"#"==s||"\\"==s&&G(e)){if(G(e)&&""==p)return"Invalid host";if(n&&""==p&&(V(e)||null!==e.port))return;if(l=j(e,p))return l;if(p="",u=ge,n)return;continue}"["==s?g=!0:"]"==s&&(g=!1),p+=s}else{if(""==p)return"Invalid host";if(l=j(e,p))return l;if(p="",u=he,n==de)return}break;case he:if(!D.test(s)){if(s==i||"/"==s||"?"==s||"#"==s||"\\"==s&&G(e)||n){if(""!=p){var w=parseInt(p,10);if(w>65535)return"Invalid port";e.port=G(e)&&w===q[e.scheme]?null:w,p=""}if(n)return;u=ge;continue}return"Invalid port"}p+=s;break;case fe:if(e.scheme="file","/"==s||"\\"==s)u=pe;else{if(!r||"file"!=r.scheme){u=ve;continue}if(s==i)e.host=r.host,e.path=r.path.slice(),e.query=r.query;else if("?"==s)e.host=r.host,e.path=r.path.slice(),e.query="",u=ye;else{if("#"!=s){X(o.slice(h).join(""))||(e.host=r.host,e.path=r.path.slice(),Z(e)),u=ve;continue}e.host=r.host,e.path=r.path.slice(),e.query=r.query,e.fragment="",u=be}}break;case pe:if("/"==s||"\\"==s){u=me;break}r&&"file"==r.scheme&&!X(o.slice(h).join(""))&&(K(r.path[0],!0)?e.path.push(r.path[0]):e.host=r.host),u=ve;continue;case me:if(s==i||"/"==s||"\\"==s||"?"==s||"#"==s){if(!n&&K(p))u=ve;else if(""==p){if(e.host="",n)return;u=ge}else{if(l=j(e,p))return l;if("localhost"==e.host&&(e.host=""),n)return;p="",u=ge}continue}p+=s;break;case ge:if(G(e)){if(u=ve,"/"!=s&&"\\"!=s)continue}else if(n||"?"!=s)if(n||"#"!=s){if(s!=i&&(u=ve,"/"!=s))continue}else e.fragment="",u=be;else e.query="",u=ye;break;case ve:if(s==i||"/"==s||"\\"==s&&G(e)||!n&&("?"==s||"#"==s)){if(".."===(c=(c=p).toLowerCase())||"%2e."===c||".%2e"===c||"%2e%2e"===c?(Z(e),"/"==s||"\\"==s&&G(e)||e.path.push("")):$(p)?"/"==s||"\\"==s&&G(e)||e.path.push(""):("file"==e.scheme&&!e.path.length&&K(p)&&(e.host&&(e.host=""),p=p.charAt(0)+":"),e.path.push(p)),p="","file"==e.scheme&&(s==i||"?"==s||"#"==s))for(;e.path.length>1&&""===e.path[0];)e.path.shift();"?"==s?(e.query="",u=ye):"#"==s&&(e.fragment="",u=be)}else p+=Q(s,W);break;case _e:"?"==s?(e.query="",u=ye):"#"==s?(e.fragment="",u=be):s!=i&&(e.path[0]+=Q(s,F));break;case ye:n||"#"!=s?s!=i&&("'"==s&&G(e)?e.query+="%27":e.query+="#"==s?"%23":Q(s,F)):(e.fragment="",u=be);break;case be:s!=i&&(e.fragment+=Q(s,B))}h++}},xe=function(e){var t,n,i=u(this,xe,"URL"),r=arguments.length>1?arguments[1]:void 0,s=String(e),a=x(i,{type:"URL"});if(void 0!==r)if(r instanceof xe)t=k(r);else if(n=we(t={},String(r)))throw TypeError(n);if(n=we(a,s,null,t))throw TypeError(n);var l=a.searchParams=new b,c=w(l);c.updateSearchParams(a.query),c.updateURL=function(){a.query=String(l)||null},o||(i.href=Me.call(i),i.origin=Ae.call(i),i.protocol=Le.call(i),i.username=Te.call(i),i.password=De.call(i),i.host=Se.call(i),i.hostname=Ee.call(i),i.port=Ye.call(i),i.pathname=Ce.call(i),i.search=Oe.call(i),i.searchParams=Pe.call(i),i.hash=Ie.call(i))},ke=xe.prototype,Me=function(){var e=k(this),t=e.scheme,n=e.username,i=e.password,r=e.host,o=e.port,s=e.path,a=e.query,l=e.fragment,c=t+":";return null!==r?(c+="//",V(e)&&(c+=n+(i?":"+i:"")+"@"),c+=z(r),null!==o&&(c+=":"+o)):"file"==t&&(c+="//"),c+=e.cannotBeABaseURL?s[0]:s.length?"/"+s.join("/"):"",null!==a&&(c+="?"+a),null!==l&&(c+="#"+l),c},Ae=function(){var e=k(this),t=e.scheme,n=e.port;if("blob"==t)try{return new URL(t.path[0]).origin}catch(e){return"null"}return"file"!=t&&G(e)?t+"://"+z(e.host)+(null!==n?":"+n:""):"null"},Le=function(){return k(this).scheme+":"},Te=function(){return k(this).username},De=function(){return k(this).password},Se=function(){var e=k(this),t=e.host,n=e.port;return null===t?"":null===n?z(t):z(t)+":"+n},Ee=function(){var e=k(this).host;return null===e?"":z(e)},Ye=function(){var e=k(this).port;return null===e?"":String(e)},Ce=function(){var e=k(this),t=e.path;return e.cannotBeABaseURL?t[0]:t.length?"/"+t.join("/"):""},Oe=function(){var e=k(this).query;return e?"?"+e:""},Pe=function(){return k(this).searchParams},Ie=function(){var e=k(this).fragment;return e?"#"+e:""},He=function(e,t){return{get:e,set:t,configurable:!0,enumerable:!0}};if(o&&l(ke,{href:He(Me,(function(e){var t=k(this),n=String(e),i=we(t,n);if(i)throw TypeError(i);w(t.searchParams).updateSearchParams(t.query)})),origin:He(Ae),protocol:He(Le,(function(e){var t=k(this);we(t,String(e)+":",ee)})),username:He(Te,(function(e){var t=k(this),n=f(String(e));if(!J(t)){t.username="";for(var i=0;i<n.length;i++)t.username+=Q(n[i],U)}})),password:He(De,(function(e){var t=k(this),n=f(String(e));if(!J(t)){t.password="";for(var i=0;i<n.length;i++)t.password+=Q(n[i],U)}})),host:He(Se,(function(e){var t=k(this);t.cannotBeABaseURL||we(t,String(e),ue)})),hostname:He(Ee,(function(e){var t=k(this);t.cannotBeABaseURL||we(t,String(e),de)})),port:He(Ye,(function(e){var t=k(this);J(t)||(""==(e=String(e))?t.port=null:we(t,e,he))})),pathname:He(Ce,(function(e){var t=k(this);t.cannotBeABaseURL||(t.path=[],we(t,e+"",ge))})),search:He(Oe,(function(e){var t=k(this);""==(e=String(e))?t.query=null:("?"==e.charAt(0)&&(e=e.slice(1)),t.query="",we(t,e,ye)),w(t.searchParams).updateSearchParams(t.query)})),searchParams:He(Pe),hash:He(Ie,(function(e){var t=k(this);""!=(e=String(e))?("#"==e.charAt(0)&&(e=e.slice(1)),t.fragment="",we(t,e,be)):t.fragment=null}))}),c(ke,"toJSON",(function(){return Me.call(this)}),{enumerable:!0}),c(ke,"toString",(function(){return Me.call(this)}),{enumerable:!0}),y){var je=y.createObjectURL,Ne=y.revokeObjectURL;je&&c(xe,"createObjectURL",(function(e){return je.apply(y,arguments)})),Ne&&c(xe,"revokeObjectURL",(function(e){return Ne.apply(y,arguments)}))}g(xe,"URL"),r({global:!0,forced:!s,sham:!o},{URL:xe})},function(e,t,n){"use strict";var i=/[^\0-\u007E]/,r=/[.\u3002\uFF0E\uFF61]/g,o="Overflow: input needs wider integers to process",s=Math.floor,a=String.fromCharCode,l=function(e){return e+22+75*(e<26)},c=function(e,t,n){var i=0;for(e=n?s(e/700):e>>1,e+=s(e/t);e>455;i+=36)e=s(e/35);return s(i+36*e/(e+38))},u=function(e){var t,n,i=[],r=(e=function(e){for(var t=[],n=0,i=e.length;n<i;){var r=e.charCodeAt(n++);if(r>=55296&&r<=56319&&n<i){var o=e.charCodeAt(n++);56320==(64512&o)?t.push(((1023&r)<<10)+(1023&o)+65536):(t.push(r),n--)}else t.push(r)}return t}(e)).length,u=128,d=0,h=72;for(t=0;t<e.length;t++)(n=e[t])<128&&i.push(a(n));var f=i.length,p=f;for(f&&i.push("-");p<r;){var m=2147483647;for(t=0;t<e.length;t++)(n=e[t])>=u&&n<m&&(m=n);var g=p+1;if(m-u>s((2147483647-d)/g))throw RangeError(o);for(d+=(m-u)*g,u=m,t=0;t<e.length;t++){if((n=e[t])<u&&++d>2147483647)throw RangeError(o);if(n==u){for(var v=d,_=36;;_+=36){var y=_<=h?1:_>=h+26?26:_-h;if(v<y)break;var b=v-y,w=36-y;i.push(a(l(y+b%w))),v=s(b/w)}i.push(a(l(v))),h=c(d,g,p==f),d=0,++p}}++d,++u}return i.join("")};e.exports=function(e){var t,n,o=[],s=e.toLowerCase().replace(r,".").split(".");for(t=0;t<s.length;t++)n=s[t],o.push(i.test(n)?"xn--"+u(n):n);return o.join(".")}},function(e,t,n){var i=n(26),r=n(680);e.exports=function(e){var t=r(e);if("function"!=typeof t)throw TypeError(String(e)+" is not iterable");return i(t.call(e))}},function(e,t,n){"use strict";n(3)({target:"URL",proto:!0,enumerable:!0},{toJSON:function(){return URL.prototype.toString.call(this)}})},function(e,t,n){var i=function(e){"use strict";var t=Object.prototype,n=t.hasOwnProperty,i="function"==typeof Symbol?Symbol:{},r=i.iterator||"@@iterator",o=i.asyncIterator||"@@asyncIterator",s=i.toStringTag||"@@toStringTag";function a(e,t,n,i){var r=t&&t.prototype instanceof u?t:u,o=Object.create(r.prototype),s=new x(i||[]);return o._invoke=function(e,t,n){var i="suspendedStart";return function(r,o){if("executing"===i)throw new Error("Generator is already running");if("completed"===i){if("throw"===r)throw o;return M()}for(n.method=r,n.arg=o;;){var s=n.delegate;if(s){var a=y(s,n);if(a){if(a===c)continue;return a}}if("next"===n.method)n.sent=n._sent=n.arg;else if("throw"===n.method){if("suspendedStart"===i)throw i="completed",n.arg;n.dispatchException(n.arg)}else"return"===n.method&&n.abrupt("return",n.arg);i="executing";var u=l(e,t,n);if("normal"===u.type){if(i=n.done?"completed":"suspendedYield",u.arg===c)continue;return{value:u.arg,done:n.done}}"throw"===u.type&&(i="completed",n.method="throw",n.arg=u.arg)}}}(e,n,s),o}function l(e,t,n){try{return{type:"normal",arg:e.call(t,n)}}catch(e){return{type:"throw",arg:e}}}e.wrap=a;var c={};function u(){}function d(){}function h(){}var f={};f[r]=function(){return this};var p=Object.getPrototypeOf,m=p&&p(p(k([])));m&&m!==t&&n.call(m,r)&&(f=m);var g=h.prototype=u.prototype=Object.create(f);function v(e){["next","throw","return"].forEach((function(t){e[t]=function(e){return this._invoke(t,e)}}))}function _(e){var t;this._invoke=function(i,r){function o(){return new Promise((function(t,o){!function t(i,r,o,s){var a=l(e[i],e,r);if("throw"!==a.type){var c=a.arg,u=c.value;return u&&"object"==typeof u&&n.call(u,"__await")?Promise.resolve(u.__await).then((function(e){t("next",e,o,s)}),(function(e){t("throw",e,o,s)})):Promise.resolve(u).then((function(e){c.value=e,o(c)}),(function(e){return t("throw",e,o,s)}))}s(a.arg)}(i,r,t,o)}))}return t=t?t.then(o,o):o()}}function y(e,t){var n=e.iterator[t.method];if(void 0===n){if(t.delegate=null,"throw"===t.method){if(e.iterator.return&&(t.method="return",t.arg=void 0,y(e,t),"throw"===t.method))return c;t.method="throw",t.arg=new TypeError("The iterator does not provide a 'throw' method")}return c}var i=l(n,e.iterator,t.arg);if("throw"===i.type)return t.method="throw",t.arg=i.arg,t.delegate=null,c;var r=i.arg;return r?r.done?(t[e.resultName]=r.value,t.next=e.nextLoc,"return"!==t.method&&(t.method="next",t.arg=void 0),t.delegate=null,c):r:(t.method="throw",t.arg=new TypeError("iterator result is not an object"),t.delegate=null,c)}function b(e){var t={tryLoc:e[0]};1 in e&&(t.catchLoc=e[1]),2 in e&&(t.finallyLoc=e[2],t.afterLoc=e[3]),this.tryEntries.push(t)}function w(e){var t=e.completion||{};t.type="normal",delete t.arg,e.completion=t}function x(e){this.tryEntries=[{tryLoc:"root"}],e.forEach(b,this),this.reset(!0)}function k(e){if(e){var t=e[r];if(t)return t.call(e);if("function"==typeof e.next)return e;if(!isNaN(e.length)){var i=-1,o=function t(){for(;++i<e.length;)if(n.call(e,i))return t.value=e[i],t.done=!1,t;return t.value=void 0,t.done=!0,t};return o.next=o}}return{next:M}}function M(){return{value:void 0,done:!0}}return d.prototype=g.constructor=h,h.constructor=d,h[s]=d.displayName="GeneratorFunction",e.isGeneratorFunction=function(e){var t="function"==typeof e&&e.constructor;return!!t&&(t===d||"GeneratorFunction"===(t.displayName||t.name))},e.mark=function(e){return Object.setPrototypeOf?Object.setPrototypeOf(e,h):(e.__proto__=h,s in e||(e[s]="GeneratorFunction")),e.prototype=Object.create(g),e},e.awrap=function(e){return{__await:e}},v(_.prototype),_.prototype[o]=function(){return this},e.AsyncIterator=_,e.async=function(t,n,i,r){var o=new _(a(t,n,i,r));return e.isGeneratorFunction(n)?o:o.next().then((function(e){return e.done?e.value:o.next()}))},v(g),g[s]="Generator",g[r]=function(){return this},g.toString=function(){return"[object Generator]"},e.keys=function(e){var t=[];for(var n in e)t.push(n);return t.reverse(),function n(){for(;t.length;){var i=t.pop();if(i in e)return n.value=i,n.done=!1,n}return n.done=!0,n}},e.values=k,x.prototype={constructor:x,reset:function(e){if(this.prev=0,this.next=0,this.sent=this._sent=void 0,this.done=!1,this.delegate=null,this.method="next",this.arg=void 0,this.tryEntries.forEach(w),!e)for(var t in this)"t"===t.charAt(0)&&n.call(this,t)&&!isNaN(+t.slice(1))&&(this[t]=void 0)},stop:function(){this.done=!0;var e=this.tryEntries[0].completion;if("throw"===e.type)throw e.arg;return this.rval},dispatchException:function(e){if(this.done)throw e;var t=this;function i(n,i){return s.type="throw",s.arg=e,t.next=n,i&&(t.method="next",t.arg=void 0),!!i}for(var r=this.tryEntries.length-1;r>=0;--r){var o=this.tryEntries[r],s=o.completion;if("root"===o.tryLoc)return i("end");if(o.tryLoc<=this.prev){var a=n.call(o,"catchLoc"),l=n.call(o,"finallyLoc");if(a&&l){if(this.prev<o.catchLoc)return i(o.catchLoc,!0);if(this.prev<o.finallyLoc)return i(o.finallyLoc)}else if(a){if(this.prev<o.catchLoc)return i(o.catchLoc,!0)}else{if(!l)throw new Error("try statement without catch or finally");if(this.prev<o.finallyLoc)return i(o.finallyLoc)}}}},abrupt:function(e,t){for(var i=this.tryEntries.length-1;i>=0;--i){var r=this.tryEntries[i];if(r.tryLoc<=this.prev&&n.call(r,"finallyLoc")&&this.prev<r.finallyLoc){var o=r;break}}o&&("break"===e||"continue"===e)&&o.tryLoc<=t&&t<=o.finallyLoc&&(o=null);var s=o?o.completion:{};return s.type=e,s.arg=t,o?(this.method="next",this.next=o.finallyLoc,c):this.complete(s)},complete:function(e,t){if("throw"===e.type)throw e.arg;return"break"===e.type||"continue"===e.type?this.next=e.arg:"return"===e.type?(this.rval=this.arg=e.arg,this.method="return",this.next="end"):"normal"===e.type&&t&&(this.next=t),c},finish:function(e){for(var t=this.tryEntries.length-1;t>=0;--t){var n=this.tryEntries[t];if(n.finallyLoc===e)return this.complete(n.completion,n.afterLoc),w(n),c}},catch:function(e){for(var t=this.tryEntries.length-1;t>=0;--t){var n=this.tryEntries[t];if(n.tryLoc===e){var i=n.completion;if("throw"===i.type){var r=i.arg;w(n)}return r}}throw new Error("illegal catch attempt")},delegateYield:function(e,t,n){return this.delegate={iterator:k(e),resultName:t,nextLoc:n},"next"===this.method&&(this.arg=void 0),c}},e}(e.exports);try{regeneratorRuntime=i}catch(e){Function("r","regeneratorRuntime = r")(i)}},function(e,t,n){"use strict";n(1059),n(1060),n(1061)},function(e,t){
+window.addEventListener("DOMContentLoaded",(function(){Object(o.a)(),Object(a.b)(),window.history.pushState?window.onpopstate=e.bind(r.a.Util.History._onPopState,r.a.Util.History):i()(window).on("hashchange",e.bind(r.a.Util.History._onPopState,r.a.Util.History))}))}.call(this,n(6))},function(e,t,n){n(465),n(488),n(717),n(718),n(719),n(489),n(720),n(721),n(722),n(723),n(724),n(725),n(726),n(727),n(728),n(729),n(126),n(730),n(731),n(732),n(190),n(733),n(734),n(735),n(736),n(161),n(492),n(737),n(151),n(738),n(163),n(482),n(739),n(236),n(740),n(237),n(741),n(742),n(493),n(743),n(744),n(745),n(614),n(746),n(747),n(748),n(750),n(751),n(752),n(753),n(754),n(756),n(757),n(759),n(760),n(761),n(471),n(762),n(763),n(764),n(765),n(766),n(767),n(768),n(769),n(770),n(771),n(772),n(773),n(775),n(776),n(777),n(778),n(779),n(780),n(781),n(782),n(783),n(784),n(785),n(786),n(787),n(789),n(790),n(791),n(792),n(793),n(794),n(795),n(484),n(796),n(91),n(797),n(798),n(799),n(800),n(801),n(802),n(803),n(804),n(499),n(500),n(805),n(806),n(807),n(808),n(809),n(810),n(502),n(811),n(812),n(813),n(814),n(815),n(105),n(816),n(817),n(818),n(819),n(823),n(824),n(825),n(826),n(827),n(828),n(829),n(830),n(831),n(832),n(833),n(834),n(835),n(836),n(837),n(838),n(839),n(840),n(40),n(841),n(842),n(843),n(123),n(844),n(845),n(846),n(847),n(848),n(227),n(849),n(850),n(851),n(852),n(853),n(854),n(62),n(855),n(622),n(483),n(856),n(504),n(857),n(858),n(859),n(860),n(861),n(862),n(863),n(864),n(865),n(866),n(867),n(868),n(869),n(870),n(871),n(872),n(874),n(875),n(876),n(877),n(878),n(879),n(880),n(881),n(882),n(883),n(884),n(885),n(887),n(888),n(889),n(890),n(891),n(892),n(893),n(894),n(895),n(896),n(897),n(898),n(899),n(900),n(901),n(902),n(903),n(904),n(905),n(906),n(907),n(908),n(909),n(505),n(475),n(910),n(911),n(912),n(624),n(913),n(506),e.exports=n(104)},function(e,t,n){n(83)("asyncIterator")},function(e,t,n){n(83)("hasInstance")},function(e,t,n){n(83)("isConcatSpreadable")},function(e,t,n){n(83)("match")},function(e,t,n){n(83)("matchAll")},function(e,t,n){n(83)("replace")},function(e,t,n){n(83)("search")},function(e,t,n){n(83)("species")},function(e,t,n){n(83)("split")},function(e,t,n){n(83)("toPrimitive")},function(e,t,n){n(83)("toStringTag")},function(e,t,n){n(83)("unscopables")},function(e,t,n){"use strict";var i=n(3),r=n(99),o=n(148),a=n(98),s=n(18),l=n(33),u=n(187),c=function(e,t){var n=this;if(!(n instanceof c))return new c(e,t);o&&(n=o(new Error(void 0),r(n))),void 0!==t&&s(n,"message",String(t));var i=[];return u(e,i.push,{that:i}),s(n,"errors",i),n};c.prototype=a(Error.prototype,{constructor:l(5,c),message:l(5,""),name:l(5,"AggregateError")}),i({global:!0},{AggregateError:c})},function(e,t,n){var i=n(3),r=n(647),o=n(162);i({target:"Array",proto:!0},{copyWithin:r}),o("copyWithin")},function(e,t,n){"use strict";var i=n(3),r=n(36).every;i({target:"Array",proto:!0,forced:!n(51)("every")},{every:function(e){return r(this,e,arguments.length>1?arguments[1]:void 0)}})},function(e,t,n){var i=n(3),r=n(612),o=n(162);i({target:"Array",proto:!0},{fill:r}),o("fill")},function(e,t,n){"use strict";var i=n(3),r=n(36).find,o=n(162),a=!0;"find"in[]&&Array(1).find((function(){a=!1})),i({target:"Array",proto:!0,forced:a},{find:function(e){return r(this,e,arguments.length>1?arguments[1]:void 0)}}),o("find")},function(e,t,n){"use strict";var i=n(3),r=n(36).findIndex,o=n(162),a=!0;"findIndex"in[]&&Array(1).findIndex((function(){a=!1})),i({target:"Array",proto:!0,forced:a},{findIndex:function(e){return r(this,e,arguments.length>1?arguments[1]:void 0)}}),o("findIndex")},function(e,t,n){"use strict";var i=n(3),r=n(648),o=n(14),a=n(15),s=n(23),l=n(80);i({target:"Array",proto:!0},{flat:function(){var e=arguments.length?arguments[0]:void 0,t=o(this),n=a(t.length),i=l(t,0);return i.length=r(i,t,t,n,0,void 0===e?1:s(e)),i}})},function(e,t,n){"use strict";var i=n(3),r=n(648),o=n(14),a=n(15),s=n(45),l=n(80);i({target:"Array",proto:!0},{flatMap:function(e){var t,n=o(this),i=a(n.length);return s(e),(t=l(n,0)).length=r(t,n,n,i,0,1,e,arguments.length>1?arguments[1]:void 0),t}})},function(e,t,n){"use strict";var i=n(3),r=n(66).includes,o=n(162);i({target:"Array",proto:!0},{includes:function(e){return r(this,e,arguments.length>1?arguments[1]:void 0)}}),o("includes")},function(e,t,n){n(3)({target:"Array",stat:!0},{isArray:n(63)})},function(e,t,n){var i=n(3),r=n(649);i({target:"Array",proto:!0,forced:r!==[].lastIndexOf},{lastIndexOf:r})},function(e,t,n){"use strict";var i=n(3),r=n(4),o=n(79);i({target:"Array",stat:!0,forced:r((function(){function e(){}return!(Array.of.call(e)instanceof e)}))},{of:function(){for(var e=0,t=arguments.length,n=new("function"==typeof this?this:Array)(t);t>e;)o(n,e,arguments[e++]);return n.length=t,n}})},function(e,t,n){"use strict";var i=n(3),r=n(179).right,o=n(51),a=n(50),s=n(152);i({target:"Array",proto:!0,forced:!o("reduceRight")||!s&&a>79&&a<83},{reduceRight:function(e){return r(this,e,arguments.length,arguments.length>1?arguments[1]:void 0)}})},function(e,t,n){"use strict";var i=n(3),r=n(63),o=[].reverse,a=[1,2];i({target:"Array",proto:!0,forced:String(a)===String(a.reverse())},{reverse:function(){return r(this)&&(this.length=this.length),o.call(this)}})},function(e,t,n){"use strict";var i=n(3),r=n(36).some;i({target:"Array",proto:!0,forced:!n(51)("some")},{some:function(e){return r(this,e,arguments.length>1?arguments[1]:void 0)}})},function(e,t,n){"use strict";var i=n(3),r=n(45),o=n(14),a=n(4),s=n(51),l=[],u=l.sort,c=a((function(){l.sort(void 0)})),d=a((function(){l.sort(null)})),h=s("sort");i({target:"Array",proto:!0,forced:c||!d||!h},{sort:function(e){return void 0===e?u.call(o(this)):u.call(o(this),r(e))}})},function(e,t,n){n(242)("Array")},function(e,t,n){n(162)("flat")},function(e,t,n){n(162)("flatMap")},function(e,t,n){"use strict";var i=n(3),r=n(5),o=n(494),a=n(242),s=o.ArrayBuffer;i({global:!0,forced:r.ArrayBuffer!==s},{ArrayBuffer:s}),a("ArrayBuffer")},function(e,t){var n=Math.abs,i=Math.pow,r=Math.floor,o=Math.log,a=Math.LN2;e.exports={pack:function(e,t,s){var l,u,c,d=new Array(s),h=8*s-t-1,p=(1<<h)-1,f=p>>1,m=23===t?i(2,-24)-i(2,-77):0,g=e<0||0===e&&1/e<0?1:0,A=0;for((e=n(e))!=e||e===1/0?(u=e!=e?1:0,l=p):(l=r(o(e)/a),e*(c=i(2,-l))<1&&(l--,c*=2),(e+=l+f>=1?m/c:m*i(2,1-f))*c>=2&&(l++,c/=2),l+f>=p?(u=0,l=p):l+f>=1?(u=(e*c-1)*i(2,t),l+=f):(u=e*i(2,f-1)*i(2,t),l=0));t>=8;d[A++]=255&u,u/=256,t-=8);for(l=l<<t|u,h+=t;h>0;d[A++]=255&l,l/=256,h-=8);return d[--A]|=128*g,d},unpack:function(e,t){var n,r=e.length,o=8*r-t-1,a=(1<<o)-1,s=a>>1,l=o-7,u=r-1,c=e[u--],d=127&c;for(c>>=7;l>0;d=256*d+e[u],u--,l-=8);for(n=d&(1<<-l)-1,d>>=-l,l+=t;l>0;n=256*n+e[u],u--,l-=8);if(0===d)d=1-s;else{if(d===a)return n?NaN:c?-1/0:1/0;n+=i(2,t),d-=s}return(c?-1:1)*n*i(2,d-t)}}},function(e,t,n){var i=n(3),r=n(38);i({target:"ArrayBuffer",stat:!0,forced:!r.NATIVE_ARRAY_BUFFER_VIEWS},{isView:r.isView})},function(e,t,n){"use strict";var i=n(3),r=n(4),o=n(494),a=n(8),s=n(60),l=n(15),u=n(128),c=o.ArrayBuffer,d=o.DataView,h=c.prototype.slice;i({target:"ArrayBuffer",proto:!0,unsafe:!0,forced:r((function(){return!new c(2).slice(1,void 0).byteLength}))},{slice:function(e,t){if(void 0!==h&&void 0===t)return h.call(a(this),e);for(var n=a(this).byteLength,i=s(e,n),r=s(void 0===t?n:t,n),o=new(u(this,c))(l(r-i)),p=new d(this),f=new d(o),m=0;i<r;)f.setUint8(m++,p.getUint8(i++));return o}})},function(e,t,n){var i=n(3),r=n(494);i({global:!0,forced:!n(615)},{DataView:r.DataView})},function(e,t,n){n(3)({target:"Date",stat:!0},{now:function(){return(new Date).getTime()}})},function(e,t,n){var i=n(3),r=n(755);i({target:"Date",proto:!0,forced:Date.prototype.toISOString!==r},{toISOString:r})},function(e,t,n){"use strict";var i=n(4),r=n(616).start,o=Math.abs,a=Date.prototype,s=a.getTime,l=a.toISOString;e.exports=i((function(){return"0385-07-25T07:06:39.999Z"!=l.call(new Date(-50000000000001))}))||!i((function(){l.call(new Date(NaN))}))?function(){if(!isFinite(s.call(this)))throw RangeError("Invalid time value");var e=this.getUTCFullYear(),t=this.getUTCMilliseconds(),n=e<0?"-":e>9999?"+":"";return n+r(o(e),n?6:4,0)+"-"+r(this.getUTCMonth()+1,2,0)+"-"+r(this.getUTCDate(),2,0)+"T"+r(this.getUTCHours(),2,0)+":"+r(this.getUTCMinutes(),2,0)+":"+r(this.getUTCSeconds(),2,0)+"."+r(t,3,0)+"Z"}:l},function(e,t,n){"use strict";var i=n(3),r=n(4),o=n(14),a=n(34);i({target:"Date",proto:!0,forced:r((function(){return null!==new Date(NaN).toJSON()||1!==Date.prototype.toJSON.call({toISOString:function(){return 1}})}))},{toJSON:function(e){var t=o(this),n=a(t);return"number"!=typeof n||isFinite(n)?t.toISOString():null}})},function(e,t,n){var i=n(18),r=n(758),o=n(9)("toPrimitive"),a=Date.prototype;o in a||i(a,o,r)},function(e,t,n){"use strict";var i=n(8),r=n(34);e.exports=function(e){if("string"!==e&&"number"!==e&&"default"!==e)throw TypeError("Incorrect hint");return r(i(this),"number"!==e)}},function(e,t,n){var i=n(21),r=Date.prototype,o=r.toString,a=r.getTime;new Date(NaN)+""!="Invalid Date"&&i(r,"toString",(function(){var e=a.call(this);return e==e?o.call(this):"Invalid Date"}))},function(e,t,n){n(3)({target:"Function",proto:!0},{bind:n(651)})},function(e,t,n){"use strict";var i=n(10),r=n(19),o=n(99),a=n(9)("hasInstance"),s=Function.prototype;a in s||r.f(s,a,{value:function(e){if("function"!=typeof this||!i(e))return!1;if(!i(this.prototype))return e instanceof this;for(;e=o(e);)if(this.prototype===e)return!0;return!1}})},function(e,t,n){n(3)({global:!0},{globalThis:n(5)})},function(e,t,n){var i=n(3),r=n(32),o=n(4),a=r("JSON","stringify"),s=/[\uD800-\uDFFF]/g,l=/^[\uD800-\uDBFF]$/,u=/^[\uDC00-\uDFFF]$/,c=function(e,t,n){var i=n.charAt(t-1),r=n.charAt(t+1);return l.test(e)&&!u.test(r)||u.test(e)&&!l.test(i)?"\\u"+e.charCodeAt(0).toString(16):e},d=o((function(){return'"\\udf06\\ud834"'!==a("\udf06\ud834")||'"\\udead"'!==a("\udead")}));a&&i({target:"JSON",stat:!0,forced:d},{stringify:function(e,t,n){var i=a.apply(null,arguments);return"string"==typeof i?i.replace(s,c):i}})},function(e,t,n){var i=n(5);n(84)(i.JSON,"JSON",!0)},function(e,t,n){"use strict";var i=n(495),r=n(652);e.exports=i("Map",(function(e){return function(){return e(this,arguments.length?arguments[0]:void 0)}}),r)},function(e,t,n){var i=n(3),r=n(653),o=Math.acosh,a=Math.log,s=Math.sqrt,l=Math.LN2;i({target:"Math",stat:!0,forced:!o||710!=Math.floor(o(Number.MAX_VALUE))||o(1/0)!=1/0},{acosh:function(e){return(e=+e)<1?NaN:e>94906265.62425156?a(e)+l:r(e-1+s(e-1)*s(e+1))}})},function(e,t,n){var i=n(3),r=Math.asinh,o=Math.log,a=Math.sqrt;i({target:"Math",stat:!0,forced:!(r&&1/r(0)>0)},{asinh:function e(t){return isFinite(t=+t)&&0!=t?t<0?-e(-t):o(t+a(t*t+1)):t}})},function(e,t,n){var i=n(3),r=Math.atanh,o=Math.log;i({target:"Math",stat:!0,forced:!(r&&1/r(-0)<0)},{atanh:function(e){return 0==(e=+e)?e:o((1+e)/(1-e))/2}})},function(e,t,n){var i=n(3),r=n(617),o=Math.abs,a=Math.pow;i({target:"Math",stat:!0},{cbrt:function(e){return r(e=+e)*a(o(e),1/3)}})},function(e,t,n){var i=n(3),r=Math.floor,o=Math.log,a=Math.LOG2E;i({target:"Math",stat:!0},{clz32:function(e){return(e>>>=0)?31-r(o(e+.5)*a):32}})},function(e,t,n){var i=n(3),r=n(497),o=Math.cosh,a=Math.abs,s=Math.E;i({target:"Math",stat:!0,forced:!o||o(710)===1/0},{cosh:function(e){var t=r(a(e)-1)+1;return(t+1/(t*s*s))*(s/2)}})},function(e,t,n){var i=n(3),r=n(497);i({target:"Math",stat:!0,forced:r!=Math.expm1},{expm1:r})},function(e,t,n){n(3)({target:"Math",stat:!0},{fround:n(774)})},function(e,t,n){var i=n(617),r=Math.abs,o=Math.pow,a=o(2,-52),s=o(2,-23),l=o(2,127)*(2-s),u=o(2,-126);e.exports=Math.fround||function(e){var t,n,o=r(e),c=i(e);return o<u?c*function(e){return e+1/a-1/a}(o/u/s)*u*s:(n=(t=(1+s/a)*o)-(t-o))>l||n!=n?c*(1/0):c*n}},function(e,t,n){var i=n(3),r=Math.hypot,o=Math.abs,a=Math.sqrt;i({target:"Math",stat:!0,forced:!!r&&r(1/0,NaN)!==1/0},{hypot:function(e,t){for(var n,i,r=0,s=0,l=arguments.length,u=0;s<l;)u<(n=o(arguments[s++]))?(r=r*(i=u/n)*i+1,u=n):r+=n>0?(i=n/u)*i:n;return u===1/0?1/0:u*a(r)}})},function(e,t,n){var i=n(3),r=n(4),o=Math.imul;i({target:"Math",stat:!0,forced:r((function(){return-5!=o(4294967295,5)||2!=o.length}))},{imul:function(e,t){var n=+e,i=+t,r=65535&n,o=65535&i;return 0|r*o+((65535&n>>>16)*o+r*(65535&i>>>16)<<16>>>0)}})},function(e,t,n){var i=n(3),r=Math.log,o=Math.LOG10E;i({target:"Math",stat:!0},{log10:function(e){return r(e)*o}})},function(e,t,n){n(3)({target:"Math",stat:!0},{log1p:n(653)})},function(e,t,n){var i=n(3),r=Math.log,o=Math.LN2;i({target:"Math",stat:!0},{log2:function(e){return r(e)/o}})},function(e,t,n){n(3)({target:"Math",stat:!0},{sign:n(617)})},function(e,t,n){var i=n(3),r=n(4),o=n(497),a=Math.abs,s=Math.exp,l=Math.E;i({target:"Math",stat:!0,forced:r((function(){return-2e-17!=Math.sinh(-2e-17)}))},{sinh:function(e){return a(e=+e)<1?(o(e)-o(-e))/2:(s(e-1)-s(-e-1))*(l/2)}})},function(e,t,n){var i=n(3),r=n(497),o=Math.exp;i({target:"Math",stat:!0},{tanh:function(e){var t=r(e=+e),n=r(-e);return t==1/0?1:n==1/0?-1:(t-n)/(o(e)+o(-e))}})},function(e,t,n){n(84)(Math,"Math",!0)},function(e,t,n){var i=n(3),r=Math.ceil,o=Math.floor;i({target:"Math",stat:!0},{trunc:function(e){return(e>0?o:r)(e)}})},function(e,t,n){"use strict";var i=n(11),r=n(5),o=n(94),a=n(21),s=n(13),l=n(28),u=n(496),c=n(34),d=n(4),h=n(98),p=n(65).f,f=n(29).f,m=n(19).f,g=n(189).trim,A=r.Number,v=A.prototype,_="Number"==l(h(v)),b=function(e){var t,n,i,r,o,a,s,l,u=c(e,!1);if("string"==typeof u&&u.length>2)if(43===(t=(u=g(u)).charCodeAt(0))||45===t){if(88===(n=u.charCodeAt(2))||120===n)return NaN}else if(48===t){switch(u.charCodeAt(1)){case 66:case 98:i=2,r=49;break;case 79:case 111:i=8,r=55;break;default:return+u}for(a=(o=u.slice(2)).length,s=0;s<a;s++)if((l=o.charCodeAt(s))<48||l>r)return NaN;return parseInt(o,i)}return+u};if(o("Number",!A(" 0o1")||!A("0b1")||A("+0x1"))){for(var y,w=function(e){var t=arguments.length<1?0:e,n=this;return n instanceof w&&(_?d((function(){v.valueOf.call(n)})):"Number"!=l(n))?u(new A(b(t)),n,w):b(t)},C=i?p(A):"MAX_VALUE,MIN_VALUE,NaN,NEGATIVE_INFINITY,POSITIVE_INFINITY,EPSILON,isFinite,isInteger,isNaN,isSafeInteger,MAX_SAFE_INTEGER,MIN_SAFE_INTEGER,parseFloat,parseInt,isInteger,fromString,range".split(","),x=0;C.length>x;x++)s(A,y=C[x])&&!s(w,y)&&m(w,y,f(A,y));w.prototype=v,v.constructor=w,a(r,"Number",w)}},function(e,t,n){n(3)({target:"Number",stat:!0},{EPSILON:Math.pow(2,-52)})},function(e,t,n){n(3)({target:"Number",stat:!0},{isFinite:n(788)})},function(e,t,n){var i=n(5).isFinite;e.exports=Number.isFinite||function(e){return"number"==typeof e&&i(e)}},function(e,t,n){n(3)({target:"Number",stat:!0},{isInteger:n(654)})},function(e,t,n){n(3)({target:"Number",stat:!0},{isNaN:function(e){return e!=e}})},function(e,t,n){var i=n(3),r=n(654),o=Math.abs;i({target:"Number",stat:!0},{isSafeInteger:function(e){return r(e)&&o(e)<=9007199254740991}})},function(e,t,n){n(3)({target:"Number",stat:!0},{MAX_SAFE_INTEGER:9007199254740991})},function(e,t,n){n(3)({target:"Number",stat:!0},{MIN_SAFE_INTEGER:-9007199254740991})},function(e,t,n){var i=n(3),r=n(655);i({target:"Number",stat:!0,forced:Number.parseFloat!=r},{parseFloat:r})},function(e,t,n){var i=n(3),r=n(656);i({target:"Number",stat:!0,forced:Number.parseInt!=r},{parseInt:r})},function(e,t,n){"use strict";var i=n(3),r=n(4),o=n(485),a=1..toPrecision;i({target:"Number",proto:!0,forced:r((function(){return"1"!==a.call(1,void 0)}))||!r((function(){a.call({})}))},{toPrecision:function(e){return void 0===e?a.call(o(this)):a.call(o(this),e)}})},function(e,t,n){n(3)({target:"Object",stat:!0,sham:!n(11)},{create:n(98)})},function(e,t,n){"use strict";var i=n(3),r=n(11),o=n(498),a=n(14),s=n(45),l=n(19);r&&i({target:"Object",proto:!0,forced:o},{__defineGetter__:function(e,t){l.f(a(this),e,{get:s(t),enumerable:!0,configurable:!0})}})},function(e,t,n){var i=n(3),r=n(11);i({target:"Object",stat:!0,forced:!r,sham:!r},{defineProperties:n(238)})},function(e,t,n){var i=n(3),r=n(11);i({target:"Object",stat:!0,forced:!r,sham:!r},{defineProperty:n(19).f})},function(e,t,n){"use strict";var i=n(3),r=n(11),o=n(498),a=n(14),s=n(45),l=n(19);r&&i({target:"Object",proto:!0,forced:o},{__defineSetter__:function(e,t){l.f(a(this),e,{set:s(t),enumerable:!0,configurable:!0})}})},function(e,t,n){var i=n(3),r=n(657).entries;i({target:"Object",stat:!0},{entries:function(e){return r(e)}})},function(e,t,n){var i=n(3),r=n(472),o=n(4),a=n(10),s=n(225).onFreeze,l=Object.freeze;i({target:"Object",stat:!0,forced:o((function(){l(1)})),sham:!r},{freeze:function(e){return l&&a(e)?l(s(e)):e}})},function(e,t,n){var i=n(3),r=n(187),o=n(79);i({target:"Object",stat:!0},{fromEntries:function(e){var t={};return r(e,(function(e,n){o(t,e,n)}),{AS_ENTRIES:!0}),t}})},function(e,t,n){var i=n(3),r=n(4),o=n(487).f;i({target:"Object",stat:!0,forced:r((function(){return!Object.getOwnPropertyNames(1)}))},{getOwnPropertyNames:o})},function(e,t,n){var i=n(3),r=n(4),o=n(14),a=n(99),s=n(467);i({target:"Object",stat:!0,forced:r((function(){a(1)})),sham:!s},{getPrototypeOf:function(e){return a(o(e))}})},function(e,t,n){n(3)({target:"Object",stat:!0},{is:n(501)})},function(e,t,n){var i=n(3),r=n(4),o=n(10),a=Object.isExtensible;i({target:"Object",stat:!0,forced:r((function(){a(1)}))},{isExtensible:function(e){return!!o(e)&&(!a||a(e))}})},function(e,t,n){var i=n(3),r=n(4),o=n(10),a=Object.isFrozen;i({target:"Object",stat:!0,forced:r((function(){a(1)}))},{isFrozen:function(e){return!o(e)||!!a&&a(e)}})},function(e,t,n){var i=n(3),r=n(4),o=n(10),a=Object.isSealed;i({target:"Object",stat:!0,forced:r((function(){a(1)}))},{isSealed:function(e){return!o(e)||!!a&&a(e)}})},function(e,t,n){"use strict";var i=n(3),r=n(11),o=n(498),a=n(14),s=n(34),l=n(99),u=n(29).f;r&&i({target:"Object",proto:!0,forced:o},{__lookupGetter__:function(e){var t,n=a(this),i=s(e,!0);do{if(t=u(n,i))return t.get}while(n=l(n))}})},function(e,t,n){"use strict";var i=n(3),r=n(11),o=n(498),a=n(14),s=n(34),l=n(99),u=n(29).f;r&&i({target:"Object",proto:!0,forced:o},{__lookupSetter__:function(e){var t,n=a(this),i=s(e,!0);do{if(t=u(n,i))return t.set}while(n=l(n))}})},function(e,t,n){var i=n(3),r=n(10),o=n(225).onFreeze,a=n(472),s=n(4),l=Object.preventExtensions;i({target:"Object",stat:!0,forced:s((function(){l(1)})),sham:!a},{preventExtensions:function(e){return l&&r(e)?l(o(e)):e}})},function(e,t,n){var i=n(3),r=n(10),o=n(225).onFreeze,a=n(472),s=n(4),l=Object.seal;i({target:"Object",stat:!0,forced:s((function(){l(1)})),sham:!a},{seal:function(e){return l&&r(e)?l(o(e)):e}})},function(e,t,n){n(3)({target:"Object",stat:!0},{setPrototypeOf:n(148)})},function(e,t,n){var i=n(3),r=n(657).values;i({target:"Object",stat:!0},{values:function(e){return r(e)}})},function(e,t,n){var i=n(3),r=n(655);i({global:!0,forced:parseFloat!=r},{parseFloat:r})},function(e,t,n){var i=n(3),r=n(656);i({global:!0,forced:parseInt!=r},{parseInt:r})},function(e,t,n){"use strict";var i,r,o,a,s=n(3),l=n(44),u=n(5),c=n(32),d=n(658),h=n(21),p=n(188),f=n(148),m=n(84),g=n(242),A=n(10),v=n(45),_=n(150),b=n(72),y=n(187),w=n(239),C=n(128),x=n(618).set,k=n(660),M=n(661),E=n(821),L=n(503),T=n(619),D=n(35),B=n(94),S=n(9),Y=n(822),I=n(152),O=n(50),j=S("species"),P="Promise",H=D.get,F=D.set,N=D.getterFor(P),R=d&&d.prototype,z=d,W=R,U=u.TypeError,q=u.document,G=u.process,Q=L.f,V=Q,J=!!(q&&q.createEvent&&u.dispatchEvent),K="function"==typeof PromiseRejectionEvent,X=!1,Z=B(P,(function(){var e=b(z)!==String(z);if(!e&&66===O)return!0;if(l&&!W.finally)return!0;if(O>=51&&/native code/.test(z))return!1;var t=new z((function(e){e(1)})),n=function(e){e((function(){}),(function(){}))};return(t.constructor={})[j]=n,!(X=t.then((function(){}))instanceof n)||!e&&Y&&!K})),$=Z||!w((function(e){z.all(e).catch((function(){}))})),ee=function(e){var t;return!(!A(e)||"function"!=typeof(t=e.then))&&t},te=function(e,t){if(!e.notified){e.notified=!0;var n=e.reactions;k((function(){for(var i=e.value,r=1==e.state,o=0;n.length>o;){var a,s,l,u=n[o++],c=r?u.ok:u.fail,d=u.resolve,h=u.reject,p=u.domain;try{c?(r||(2===e.rejection&&oe(e),e.rejection=1),!0===c?a=i:(p&&p.enter(),a=c(i),p&&(p.exit(),l=!0)),a===u.promise?h(U("Promise-chain cycle")):(s=ee(a))?s.call(a,d,h):d(a)):h(i)}catch(e){p&&!l&&p.exit(),h(e)}}e.reactions=[],e.notified=!1,t&&!e.rejection&&ie(e)}))}},ne=function(e,t,n){var i,r;J?((i=q.createEvent("Event")).promise=t,i.reason=n,i.initEvent(e,!1,!0),u.dispatchEvent(i)):i={promise:t,reason:n},!K&&(r=u["on"+e])?r(i):"unhandledrejection"===e&&E("Unhandled promise rejection",n)},ie=function(e){x.call(u,(function(){var t,n=e.facade,i=e.value;if(re(e)&&(t=T((function(){I?G.emit("unhandledRejection",i,n):ne("unhandledrejection",n,i)})),e.rejection=I||re(e)?2:1,t.error))throw t.value}))},re=function(e){return 1!==e.rejection&&!e.parent},oe=function(e){x.call(u,(function(){var t=e.facade;I?G.emit("rejectionHandled",t):ne("rejectionhandled",t,e.value)}))},ae=function(e,t,n){return function(i){e(t,i,n)}},se=function(e,t,n){e.done||(e.done=!0,n&&(e=n),e.value=t,e.state=2,te(e,!0))},le=function(e,t,n){if(!e.done){e.done=!0,n&&(e=n);try{if(e.facade===t)throw U("Promise can't be resolved itself");var i=ee(t);i?k((function(){var n={done:!1};try{i.call(t,ae(le,n,e),ae(se,n,e))}catch(t){se(n,t,e)}})):(e.value=t,e.state=1,te(e,!1))}catch(t){se({done:!1},t,e)}}};if(Z&&(W=(z=function(e){_(this,z,P),v(e),i.call(this);var t=H(this);try{e(ae(le,t),ae(se,t))}catch(e){se(t,e)}}).prototype,(i=function(e){F(this,{type:P,done:!1,notified:!1,parent:!1,reactions:[],rejection:!1,state:0,value:void 0})}).prototype=p(W,{then:function(e,t){var n=N(this),i=Q(C(this,z));return i.ok="function"!=typeof e||e,i.fail="function"==typeof t&&t,i.domain=I?G.domain:void 0,n.parent=!0,n.reactions.push(i),0!=n.state&&te(n,!1),i.promise},catch:function(e){return this.then(void 0,e)}}),r=function(){var e=new i,t=H(e);this.promise=e,this.resolve=ae(le,t),this.reject=ae(se,t)},L.f=Q=function(e){return e===z||e===o?new r(e):V(e)},!l&&"function"==typeof d&&R!==Object.prototype)){a=R.then,X||(h(R,"then",(function(e,t){var n=this;return new z((function(e,t){a.call(n,e,t)})).then(e,t)}),{unsafe:!0}),h(R,"catch",W.catch,{unsafe:!0}));try{delete R.constructor}catch(e){}f&&f(R,W)}s({global:!0,wrap:!0,forced:Z},{Promise:z}),m(z,P,!1,!0),g(P),o=c(P),s({target:P,stat:!0,forced:Z},{reject:function(e){var t=Q(this);return t.reject.call(void 0,e),t.promise}}),s({target:P,stat:!0,forced:l||Z},{resolve:function(e){return M(l&&this===o?z:this,e)}}),s({target:P,stat:!0,forced:$},{all:function(e){var t=this,n=Q(t),i=n.resolve,r=n.reject,o=T((function(){var n=v(t.resolve),o=[],a=0,s=1;y(e,(function(e){var l=a++,u=!1;o.push(void 0),s++,n.call(t,e).then((function(e){u||(u=!0,o[l]=e,--s||i(o))}),r)})),--s||i(o)}));return o.error&&r(o.value),n.promise},race:function(e){var t=this,n=Q(t),i=n.reject,r=T((function(){var r=v(t.resolve);y(e,(function(e){r.call(t,e).then(n.resolve,i)}))}));return r.error&&i(r.value),n.promise}})},function(e,t,n){var i=n(88);e.exports=/web0s(?!.*chrome)/i.test(i)},function(e,t,n){var i=n(5);e.exports=function(e,t){var n=i.console;n&&n.error&&(1===arguments.length?n.error(e):n.error(e,t))}},function(e,t){e.exports="object"==typeof window},function(e,t,n){"use strict";var i=n(3),r=n(45),o=n(503),a=n(619),s=n(187);i({target:"Promise",stat:!0},{allSettled:function(e){var t=this,n=o.f(t),i=n.resolve,l=n.reject,u=a((function(){var n=r(t.resolve),o=[],a=0,l=1;s(e,(function(e){var r=a++,s=!1;o.push(void 0),l++,n.call(t,e).then((function(e){s||(s=!0,o[r]={status:"fulfilled",value:e},--l||i(o))}),(function(e){s||(s=!0,o[r]={status:"rejected",reason:e},--l||i(o))}))})),--l||i(o)}));return u.error&&l(u.value),n.promise}})},function(e,t,n){"use strict";var i=n(3),r=n(45),o=n(32),a=n(503),s=n(619),l=n(187);i({target:"Promise",stat:!0},{any:function(e){var t=this,n=a.f(t),i=n.resolve,u=n.reject,c=s((function(){var n=r(t.resolve),a=[],s=0,c=1,d=!1;l(e,(function(e){var r=s++,l=!1;a.push(void 0),c++,n.call(t,e).then((function(e){l||d||(d=!0,i(e))}),(function(e){l||d||(l=!0,a[r]=e,--c||u(new(o("AggregateError"))(a,"No one promise resolved")))}))})),--c||u(new(o("AggregateError"))(a,"No one promise resolved"))}));return c.error&&u(c.value),n.promise}})},function(e,t,n){"use strict";var i=n(3),r=n(44),o=n(658),a=n(4),s=n(32),l=n(128),u=n(661),c=n(21);if(i({target:"Promise",proto:!0,real:!0,forced:!!o&&a((function(){o.prototype.finally.call({then:function(){}},(function(){}))}))},{finally:function(e){var t=l(this,s("Promise")),n="function"==typeof e;return this.then(n?function(n){return u(t,e()).then((function(){return n}))}:e,n?function(n){return u(t,e()).then((function(){throw n}))}:e)}}),!r&&"function"==typeof o){var d=s("Promise").prototype.finally;o.prototype.finally!==d&&c(o.prototype,"finally",d,{unsafe:!0})}},function(e,t,n){var i=n(3),r=n(32),o=n(45),a=n(8),s=n(4),l=r("Reflect","apply"),u=Function.apply;i({target:"Reflect",stat:!0,forced:!s((function(){l((function(){}))}))},{apply:function(e,t,n){return o(e),a(n),l?l(e,t,n):u.call(e,t,n)}})},function(e,t,n){var i=n(3),r=n(32),o=n(45),a=n(8),s=n(10),l=n(98),u=n(651),c=n(4),d=r("Reflect","construct"),h=c((function(){function e(){}return!(d((function(){}),[],e)instanceof e)})),p=!c((function(){d((function(){}))})),f=h||p;i({target:"Reflect",stat:!0,forced:f,sham:f},{construct:function(e,t){o(e),a(t);var n=arguments.length<3?e:o(arguments[2]);if(p&&!h)return d(e,t,n);if(e==n){switch(t.length){case 0:return new e;case 1:return new e(t[0]);case 2:return new e(t[0],t[1]);case 3:return new e(t[0],t[1],t[2]);case 4:return new e(t[0],t[1],t[2],t[3])}var i=[null];return i.push.apply(i,t),new(u.apply(e,i))}var r=n.prototype,c=l(s(r)?r:Object.prototype),f=Function.apply.call(e,c,t);return s(f)?f:c}})},function(e,t,n){var i=n(3),r=n(11),o=n(8),a=n(34),s=n(19);i({target:"Reflect",stat:!0,forced:n(4)((function(){Reflect.defineProperty(s.f({},1,{value:1}),1,{value:2})})),sham:!r},{defineProperty:function(e,t,n){o(e);var i=a(t,!0);o(n);try{return s.f(e,i,n),!0}catch(e){return!1}}})},function(e,t,n){var i=n(3),r=n(8),o=n(29).f;i({target:"Reflect",stat:!0},{deleteProperty:function(e,t){var n=o(r(e),t);return!(n&&!n.configurable)&&delete e[t]}})},function(e,t,n){var i=n(3),r=n(10),o=n(8),a=n(13),s=n(29),l=n(99);i({target:"Reflect",stat:!0},{get:function e(t,n){var i,u,c=arguments.length<3?t:arguments[2];return o(t)===c?t[n]:(i=s.f(t,n))?a(i,"value")?i.value:void 0===i.get?void 0:i.get.call(c):r(u=l(t))?e(u,n,c):void 0}})},function(e,t,n){var i=n(3),r=n(11),o=n(8),a=n(29);i({target:"Reflect",stat:!0,sham:!r},{getOwnPropertyDescriptor:function(e,t){return a.f(o(e),t)}})},function(e,t,n){var i=n(3),r=n(8),o=n(99);i({target:"Reflect",stat:!0,sham:!n(467)},{getPrototypeOf:function(e){return o(r(e))}})},function(e,t,n){n(3)({target:"Reflect",stat:!0},{has:function(e,t){return t in e}})},function(e,t,n){var i=n(3),r=n(8),o=Object.isExtensible;i({target:"Reflect",stat:!0},{isExtensible:function(e){return r(e),!o||o(e)}})},function(e,t,n){n(3)({target:"Reflect",stat:!0},{ownKeys:n(103)})},function(e,t,n){var i=n(3),r=n(32),o=n(8);i({target:"Reflect",stat:!0,sham:!n(472)},{preventExtensions:function(e){o(e);try{var t=r("Object","preventExtensions");return t&&t(e),!0}catch(e){return!1}}})},function(e,t,n){var i=n(3),r=n(8),o=n(10),a=n(13),s=n(4),l=n(19),u=n(29),c=n(99),d=n(33);i({target:"Reflect",stat:!0,forced:s((function(){var e=function(){},t=l.f(new e,"a",{configurable:!0});return!1!==Reflect.set(e.prototype,"a",1,t)}))},{set:function e(t,n,i){var s,h,p=arguments.length<4?t:arguments[3],f=u.f(r(t),n);if(!f){if(o(h=c(t)))return e(h,n,i,p);f=d(0)}if(a(f,"value")){if(!1===f.writable||!o(p))return!1;if(s=u.f(p,n)){if(s.get||s.set||!1===s.writable)return!1;s.value=i,l.f(p,n,s)}else l.f(p,n,d(0,i));return!0}return void 0!==f.set&&(f.set.call(p,i),!0)}})},function(e,t,n){var i=n(3),r=n(8),o=n(490),a=n(148);a&&i({target:"Reflect",stat:!0},{setPrototypeOf:function(e,t){r(e),o(t);try{return a(e,t),!0}catch(e){return!1}}})},function(e,t,n){var i=n(3),r=n(5),o=n(84);i({global:!0},{Reflect:{}}),o(r.Reflect,"Reflect",!0)},function(e,t,n){var i=n(11),r=n(5),o=n(94),a=n(496),s=n(19).f,l=n(65).f,u=n(191),c=n(61),d=n(86),h=n(21),p=n(4),f=n(35).enforce,m=n(242),g=n(9)("match"),A=r.RegExp,v=A.prototype,_=/a/g,b=/a/g,y=new A(_)!==_,w=d.UNSUPPORTED_Y;if(i&&o("RegExp",!y||w||p((function(){return b[g]=!1,A(_)!=_||A(b)==b||"/a/i"!=A(_,"i")})))){for(var C=function(e,t){var n,i=this instanceof C,r=u(e),o=void 0===t;if(!i&&r&&e.constructor===C&&o)return e;y?r&&!o&&(e=e.source):e instanceof C&&(o&&(t=c.call(e)),e=e.source),w&&(n=!!t&&t.indexOf("y")>-1)&&(t=t.replace(/y/g,""));var s=a(y?new A(e,t):A(e,t),i?this:v,C);w&&n&&(f(s).sticky=!0);return s},x=function(e){e in C||s(C,e,{configurable:!0,get:function(){return A[e]},set:function(t){A[e]=t}})},k=l(A),M=0;k.length>M;)x(k[M++]);v.constructor=C,C.prototype=v,h(r,"RegExp",C)}m("RegExp")},function(e,t,n){var i=n(11),r=n(19),o=n(61),a=n(86).UNSUPPORTED_Y;i&&("g"!=/./g.flags||a)&&r.f(RegExp.prototype,"flags",{configurable:!0,get:o})},function(e,t,n){var i=n(11),r=n(86).UNSUPPORTED_Y,o=n(19).f,a=n(35).get,s=RegExp.prototype;i&&r&&o(RegExp.prototype,"sticky",{configurable:!0,get:function(){if(this!==s){if(this instanceof RegExp)return!!a(this).sticky;throw TypeError("Incompatible receiver, RegExp required")}}})},function(e,t,n){"use strict";n(40);var i,r,o=n(3),a=n(10),s=(i=!1,(r=/[ac]/).exec=function(){return i=!0,/./.exec.apply(this,arguments)},!0===r.test("abc")&&i),l=/./.test;o({target:"RegExp",proto:!0,forced:!s},{test:function(e){if("function"!=typeof this.exec)return l.call(this,e);var t=this.exec(e);if(null!==t&&!a(t))throw new Error("RegExp exec method returned something other than an Object or null");return!!t}})},function(e,t,n){"use strict";var i=n(495),r=n(652);e.exports=i("Set",(function(e){return function(){return e(this,arguments.length?arguments[0]:void 0)}}),r)},function(e,t,n){"use strict";var i=n(3),r=n(89).codeAt;i({target:"String",proto:!0},{codePointAt:function(e){return r(this,e)}})},function(e,t,n){"use strict";var i,r=n(3),o=n(29).f,a=n(15),s=n(620),l=n(20),u=n(621),c=n(44),d="".endsWith,h=Math.min,p=u("endsWith");r({target:"String",proto:!0,forced:!!(c||p||(i=o(String.prototype,"endsWith"),!i||i.writable))&&!p},{endsWith:function(e){var t=String(l(this));s(e);var n=arguments.length>1?arguments[1]:void 0,i=a(t.length),r=void 0===n?i:h(a(n),i),o=String(e);return d?d.call(t,o,r):t.slice(r-o.length,r)===o}})},function(e,t,n){var i=n(3),r=n(60),o=String.fromCharCode,a=String.fromCodePoint;i({target:"String",stat:!0,forced:!!a&&1!=a.length},{fromCodePoint:function(e){for(var t,n=[],i=arguments.length,a=0;i>a;){if(t=+arguments[a++],r(t,1114111)!==t)throw RangeError(t+" is not a valid code point");n.push(t<65536?o(t):o(55296+((t-=65536)>>10),t%1024+56320))}return n.join("")}})},function(e,t,n){"use strict";var i=n(3),r=n(620),o=n(20);i({target:"String",proto:!0,forced:!n(621)("includes")},{includes:function(e){return!!~String(o(this)).indexOf(r(e),arguments.length>1?arguments[1]:void 0)}})},function(e,t,n){"use strict";var i=n(87),r=n(8),o=n(15),a=n(20),s=n(95),l=n(90);i("match",1,(function(e,t,n){return[function(t){var n=a(this),i=null==t?void 0:t[e];return void 0!==i?i.call(t,n):new RegExp(t)[e](String(n))},function(e){var i=n(t,e,this);if(i.done)return i.value;var a=r(e),u=String(this);if(!a.global)return l(a,u);var c=a.unicode;a.lastIndex=0;for(var d,h=[],p=0;null!==(d=l(a,u));){var f=String(d[0]);h[p]=f,""===f&&(a.lastIndex=s(u,o(a.lastIndex),c)),p++}return 0===p?null:h}]}))},function(e,t,n){"use strict";var i=n(3),r=n(241),o=n(20),a=n(15),s=n(45),l=n(8),u=n(28),c=n(191),d=n(61),h=n(18),p=n(4),f=n(9),m=n(128),g=n(95),A=n(35),v=n(44),_=f("matchAll"),b=A.set,y=A.getterFor("RegExp String Iterator"),w=RegExp.prototype,C=w.exec,x="".matchAll,k=!!x&&!p((function(){"a".matchAll(/./)})),M=r((function(e,t,n,i){b(this,{type:"RegExp String Iterator",regexp:e,string:t,global:n,unicode:i,done:!1})}),"RegExp String",(function(){var e=y(this);if(e.done)return{value:void 0,done:!0};var t=e.regexp,n=e.string,i=function(e,t){var n,i=e.exec;if("function"==typeof i){if("object"!=typeof(n=i.call(e,t)))throw TypeError("Incorrect exec result");return n}return C.call(e,t)}(t,n);return null===i?{value:void 0,done:e.done=!0}:e.global?(""==String(i[0])&&(t.lastIndex=g(n,a(t.lastIndex),e.unicode)),{value:i,done:!1}):(e.done=!0,{value:i,done:!1})})),E=function(e){var t,n,i,r,o,s,u=l(this),c=String(e);return t=m(u,RegExp),void 0===(n=u.flags)&&u instanceof RegExp&&!("flags"in w)&&(n=d.call(u)),i=void 0===n?"":String(n),r=new t(t===RegExp?u.source:u,i),o=!!~i.indexOf("g"),s=!!~i.indexOf("u"),r.lastIndex=a(u.lastIndex),new M(r,c,o,s)};i({target:"String",proto:!0,forced:k},{matchAll:function(e){var t,n,i,r=o(this);if(null!=e){if(c(e)&&!~String(o("flags"in w?e.flags:d.call(e))).indexOf("g"))throw TypeError("`.matchAll` does not allow non-global regexes");if(k)return x.apply(r,arguments);if(void 0===(n=e[_])&&v&&"RegExp"==u(e)&&(n=E),null!=n)return s(n).call(e,r)}else if(k)return x.apply(r,arguments);return t=String(r),i=new RegExp(e,"g"),v?E.call(i,t):i[_](t)}}),v||_ in w||h(w,_,E)},function(e,t,n){"use strict";var i=n(3),r=n(616).end;i({target:"String",proto:!0,forced:n(662)},{padEnd:function(e){return r(this,e,arguments.length>1?arguments[1]:void 0)}})},function(e,t,n){"use strict";var i=n(3),r=n(616).start;i({target:"String",proto:!0,forced:n(662)},{padStart:function(e){return r(this,e,arguments.length>1?arguments[1]:void 0)}})},function(e,t,n){var i=n(3),r=n(22),o=n(15);i({target:"String",stat:!0},{raw:function(e){for(var t=r(e.raw),n=o(t.length),i=arguments.length,a=[],s=0;n>s;)a.push(String(t[s++])),s<i&&a.push(String(arguments[s]));return a.join("")}})},function(e,t,n){n(3)({target:"String",proto:!0},{repeat:n(462)})},function(e,t,n){"use strict";var i=n(3),r=n(20),o=n(191),a=n(61),s=n(122),l=n(9),u=n(44),c=l("replace"),d=RegExp.prototype,h=Math.max,p=function(e,t,n){return n>e.length?-1:""===t?n:e.indexOf(t,n)};i({target:"String",proto:!0},{replaceAll:function(e,t){var n,i,l,f,m,g,A,v,_=r(this),b=0,y=0,w="";if(null!=e){if((n=o(e))&&!~String(r("flags"in d?e.flags:a.call(e))).indexOf("g"))throw TypeError("`.replaceAll` does not allow non-global regexes");if(void 0!==(i=e[c]))return i.call(e,_,t);if(u&&n)return String(_).replace(e,t)}for(l=String(_),f=String(e),(m="function"==typeof t)||(t=String(t)),g=f.length,A=h(1,g),b=p(l,f,0);-1!==b;)v=m?String(t(f,b,l)):s(f,l,b,[],void 0,t),w+=l.slice(y,b)+v,y=b+g,b=p(l,f,b+A);return y<l.length&&(w+=l.slice(y)),w}})},function(e,t,n){"use strict";var i,r=n(3),o=n(29).f,a=n(15),s=n(620),l=n(20),u=n(621),c=n(44),d="".startsWith,h=Math.min,p=u("startsWith");r({target:"String",proto:!0,forced:!!(c||p||(i=o(String.prototype,"startsWith"),!i||i.writable))&&!p},{startsWith:function(e){var t=String(l(this));s(e);var n=a(h(arguments.length>1?arguments[1]:void 0,t.length)),i=String(e);return d?d.call(t,i,n):t.slice(n,n+i.length)===i}})},function(e,t,n){"use strict";var i=n(3),r=n(189).end,o=n(473)("trimEnd"),a=o?function(){return r(this)}:"".trimEnd;i({target:"String",proto:!0,forced:o},{trimEnd:a,trimRight:a})},function(e,t,n){"use strict";var i=n(3),r=n(189).start,o=n(473)("trimStart"),a=o?function(){return r(this)}:"".trimStart;i({target:"String",proto:!0,forced:o},{trimStart:a,trimLeft:a})},function(e,t,n){"use strict";var i=n(3),r=n(115);i({target:"String",proto:!0,forced:n(116)("anchor")},{anchor:function(e){return r(this,"a","name",e)}})},function(e,t,n){"use strict";var i=n(3),r=n(115);i({target:"String",proto:!0,forced:n(116)("big")},{big:function(){return r(this,"big","","")}})},function(e,t,n){"use strict";var i=n(3),r=n(115);i({target:"String",proto:!0,forced:n(116)("blink")},{blink:function(){return r(this,"blink","","")}})},function(e,t,n){"use strict";var i=n(3),r=n(115);i({target:"String",proto:!0,forced:n(116)("bold")},{bold:function(){return r(this,"b","","")}})},function(e,t,n){"use strict";var i=n(3),r=n(115);i({target:"String",proto:!0,forced:n(116)("fixed")},{fixed:function(){return r(this,"tt","","")}})},function(e,t,n){"use strict";var i=n(3),r=n(115);i({target:"String",proto:!0,forced:n(116)("fontcolor")},{fontcolor:function(e){return r(this,"font","color",e)}})},function(e,t,n){"use strict";var i=n(3),r=n(115);i({target:"String",proto:!0,forced:n(116)("fontsize")},{fontsize:function(e){return r(this,"font","size",e)}})},function(e,t,n){"use strict";var i=n(3),r=n(115);i({target:"String",proto:!0,forced:n(116)("italics")},{italics:function(){return r(this,"i","","")}})},function(e,t,n){"use strict";var i=n(3),r=n(115);i({target:"String",proto:!0,forced:n(116)("link")},{link:function(e){return r(this,"a","href",e)}})},function(e,t,n){"use strict";var i=n(3),r=n(115);i({target:"String",proto:!0,forced:n(116)("small")},{small:function(){return r(this,"small","","")}})},function(e,t,n){"use strict";var i=n(3),r=n(115);i({target:"String",proto:!0,forced:n(116)("strike")},{strike:function(){return r(this,"strike","","")}})},function(e,t,n){"use strict";var i=n(3),r=n(115);i({target:"String",proto:!0,forced:n(116)("sub")},{sub:function(){return r(this,"sub","","")}})},function(e,t,n){"use strict";var i=n(3),r=n(115);i({target:"String",proto:!0,forced:n(116)("sup")},{sup:function(){return r(this,"sup","","")}})},function(e,t,n){n(177)("Float32",(function(e){return function(t,n,i){return e(this,t,n,i)}}))},function(e,t,n){var i=n(23);e.exports=function(e){var t=i(e);if(t<0)throw RangeError("The argument can't be less than 0");return t}},function(e,t,n){n(177)("Float64",(function(e){return function(t,n,i){return e(this,t,n,i)}}))},function(e,t,n){n(177)("Int8",(function(e){return function(t,n,i){return e(this,t,n,i)}}))},function(e,t,n){n(177)("Int16",(function(e){return function(t,n,i){return e(this,t,n,i)}}))},function(e,t,n){n(177)("Int32",(function(e){return function(t,n,i){return e(this,t,n,i)}}))},function(e,t,n){n(177)("Uint8",(function(e){return function(t,n,i){return e(this,t,n,i)}}))},function(e,t,n){n(177)("Uint8",(function(e){return function(t,n,i){return e(this,t,n,i)}}),!0)},function(e,t,n){n(177)("Uint16",(function(e){return function(t,n,i){return e(this,t,n,i)}}))},function(e,t,n){n(177)("Uint32",(function(e){return function(t,n,i){return e(this,t,n,i)}}))},function(e,t,n){"use strict";var i=n(38),r=n(647),o=i.aTypedArray;(0,i.exportTypedArrayMethod)("copyWithin",(function(e,t){return r.call(o(this),e,t,arguments.length>2?arguments[2]:void 0)}))},function(e,t,n){"use strict";var i=n(38),r=n(36).every,o=i.aTypedArray;(0,i.exportTypedArrayMethod)("every",(function(e){return r(o(this),e,arguments.length>1?arguments[1]:void 0)}))},function(e,t,n){"use strict";var i=n(38),r=n(612),o=i.aTypedArray;(0,i.exportTypedArrayMethod)("fill",(function(e){return r.apply(o(this),arguments)}))},function(e,t,n){"use strict";var i=n(38),r=n(36).filter,o=n(886),a=i.aTypedArray;(0,i.exportTypedArrayMethod)("filter",(function(e){var t=r(a(this),e,arguments.length>1?arguments[1]:void 0);return o(this,t)}))},function(e,t,n){var i=n(38).aTypedArrayConstructor,r=n(128);e.exports=function(e,t){for(var n=r(e,e.constructor),o=0,a=t.length,s=new(i(n))(a);a>o;)s[o]=t[o++];return s}},function(e,t,n){"use strict";var i=n(38),r=n(36).find,o=i.aTypedArray;(0,i.exportTypedArrayMethod)("find",(function(e){return r(o(this),e,arguments.length>1?arguments[1]:void 0)}))},function(e,t,n){"use strict";var i=n(38),r=n(36).findIndex,o=i.aTypedArray;(0,i.exportTypedArrayMethod)("findIndex",(function(e){return r(o(this),e,arguments.length>1?arguments[1]:void 0)}))},function(e,t,n){"use strict";var i=n(38),r=n(36).forEach,o=i.aTypedArray;(0,i.exportTypedArrayMethod)("forEach",(function(e){r(o(this),e,arguments.length>1?arguments[1]:void 0)}))},function(e,t,n){"use strict";var i=n(623);(0,n(38).exportTypedArrayStaticMethod)("from",n(664),i)},function(e,t,n){"use strict";var i=n(38),r=n(66).includes,o=i.aTypedArray;(0,i.exportTypedArrayMethod)("includes",(function(e){return r(o(this),e,arguments.length>1?arguments[1]:void 0)}))},function(e,t,n){"use strict";var i=n(38),r=n(66).indexOf,o=i.aTypedArray;(0,i.exportTypedArrayMethod)("indexOf",(function(e){return r(o(this),e,arguments.length>1?arguments[1]:void 0)}))},function(e,t,n){"use strict";var i=n(5),r=n(38),o=n(163),a=n(9)("iterator"),s=i.Uint8Array,l=o.values,u=o.keys,c=o.entries,d=r.aTypedArray,h=r.exportTypedArrayMethod,p=s&&s.prototype[a],f=!!p&&("values"==p.name||null==p.name),m=function(){return l.call(d(this))};h("entries",(function(){return c.call(d(this))})),h("keys",(function(){return u.call(d(this))})),h("values",m,!f),h(a,m,!f)},function(e,t,n){"use strict";var i=n(38),r=i.aTypedArray,o=i.exportTypedArrayMethod,a=[].join;o("join",(function(e){return a.apply(r(this),arguments)}))},function(e,t,n){"use strict";var i=n(38),r=n(649),o=i.aTypedArray;(0,i.exportTypedArrayMethod)("lastIndexOf",(function(e){return r.apply(o(this),arguments)}))},function(e,t,n){"use strict";var i=n(38),r=n(36).map,o=n(128),a=i.aTypedArray,s=i.aTypedArrayConstructor;(0,i.exportTypedArrayMethod)("map",(function(e){return r(a(this),e,arguments.length>1?arguments[1]:void 0,(function(e,t){return new(s(o(e,e.constructor)))(t)}))}))},function(e,t,n){"use strict";var i=n(38),r=n(623),o=i.aTypedArrayConstructor;(0,i.exportTypedArrayStaticMethod)("of",(function(){for(var e=0,t=arguments.length,n=new(o(this))(t);t>e;)n[e]=arguments[e++];return n}),r)},function(e,t,n){"use strict";var i=n(38),r=n(179).left,o=i.aTypedArray;(0,i.exportTypedArrayMethod)("reduce",(function(e){return r(o(this),e,arguments.length,arguments.length>1?arguments[1]:void 0)}))},function(e,t,n){"use strict";var i=n(38),r=n(179).right,o=i.aTypedArray;(0,i.exportTypedArrayMethod)("reduceRight",(function(e){return r(o(this),e,arguments.length,arguments.length>1?arguments[1]:void 0)}))},function(e,t,n){"use strict";var i=n(38),r=i.aTypedArray,o=i.exportTypedArrayMethod,a=Math.floor;o("reverse",(function(){for(var e,t=r(this).length,n=a(t/2),i=0;i<n;)e=this[i],this[i++]=this[--t],this[t]=e;return this}))},function(e,t,n){"use strict";var i=n(38),r=n(15),o=n(663),a=n(14),s=n(4),l=i.aTypedArray;(0,i.exportTypedArrayMethod)("set",(function(e){l(this);var t=o(arguments.length>1?arguments[1]:void 0,1),n=this.length,i=a(e),s=r(i.length),u=0;if(s+t>n)throw RangeError("Wrong length");for(;u<s;)this[t+u]=i[u++]}),s((function(){new Int8Array(1).set({})})))},function(e,t,n){"use strict";var i=n(38),r=n(128),o=n(4),a=i.aTypedArray,s=i.aTypedArrayConstructor,l=i.exportTypedArrayMethod,u=[].slice;l("slice",(function(e,t){for(var n=u.call(a(this),e,t),i=r(this,this.constructor),o=0,l=n.length,c=new(s(i))(l);l>o;)c[o]=n[o++];return c}),o((function(){new Int8Array(1).slice()})))},function(e,t,n){"use strict";var i=n(38),r=n(36).some,o=i.aTypedArray;(0,i.exportTypedArrayMethod)("some",(function(e){return r(o(this),e,arguments.length>1?arguments[1]:void 0)}))},function(e,t,n){"use strict";var i=n(38),r=i.aTypedArray,o=i.exportTypedArrayMethod,a=[].sort;o("sort",(function(e){return a.call(r(this),e)}))},function(e,t,n){"use strict";var i=n(38),r=n(15),o=n(60),a=n(128),s=i.aTypedArray;(0,i.exportTypedArrayMethod)("subarray",(function(e,t){var n=s(this),i=n.length,l=o(e,i);return new(a(n,n.constructor))(n.buffer,n.byteOffset+l*n.BYTES_PER_ELEMENT,r((void 0===t?i:o(t,i))-l))}))},function(e,t,n){"use strict";var i=n(5),r=n(38),o=n(4),a=i.Int8Array,s=r.aTypedArray,l=r.exportTypedArrayMethod,u=[].toLocaleString,c=[].slice,d=!!a&&o((function(){u.call(new a(1))}));l("toLocaleString",(function(){return u.apply(d?c.call(s(this)):s(this),arguments)}),o((function(){return[1,2].toLocaleString()!=new a([1,2]).toLocaleString()}))||!o((function(){a.prototype.toLocaleString.call([1,2])})))},function(e,t,n){"use strict";var i=n(38).exportTypedArrayMethod,r=n(4),o=n(5).Uint8Array,a=o&&o.prototype||{},s=[].toString,l=[].join;r((function(){s.call({})}))&&(s=function(){return l.call(this)});var u=a.toString!=s;i("toString",s,u)},function(e,t,n){"use strict";var i,r=n(5),o=n(188),a=n(225),s=n(495),l=n(665),u=n(10),c=n(35).enforce,d=n(121),h=!r.ActiveXObject&&"ActiveXObject"in r,p=Object.isExtensible,f=function(e){return function(){return e(this,arguments.length?arguments[0]:void 0)}},m=e.exports=s("WeakMap",f,l);if(d&&h){i=l.getConstructor(f,"WeakMap",!0),a.REQUIRED=!0;var g=m.prototype,A=g.delete,v=g.has,_=g.get,b=g.set;o(g,{delete:function(e){if(u(e)&&!p(e)){var t=c(this);return t.frozen||(t.frozen=new i),A.call(this,e)||t.frozen.delete(e)}return A.call(this,e)},has:function(e){if(u(e)&&!p(e)){var t=c(this);return t.frozen||(t.frozen=new i),v.call(this,e)||t.frozen.has(e)}return v.call(this,e)},get:function(e){if(u(e)&&!p(e)){var t=c(this);return t.frozen||(t.frozen=new i),v.call(this,e)?_.call(this,e):t.frozen.get(e)}return _.call(this,e)},set:function(e,t){if(u(e)&&!p(e)){var n=c(this);n.frozen||(n.frozen=new i),v.call(this,e)?b.call(this,e,t):n.frozen.set(e,t)}else b.call(this,e,t);return this}})}},function(e,t,n){"use strict";n(495)("WeakSet",(function(e){return function(){return e(this,arguments.length?arguments[0]:void 0)}}),n(665))},function(e,t,n){var i=n(3),r=n(5),o=n(618);i({global:!0,bind:!0,enumerable:!0,forced:!r.setImmediate||!r.clearImmediate},{setImmediate:o.set,clearImmediate:o.clear})},function(e,t,n){var i=n(3),r=n(5),o=n(660),a=n(152),s=r.process;i({global:!0,enumerable:!0,noTargetGet:!0},{queueMicrotask:function(e){var t=a&&s.domain;o(t?t.bind(e):e)}})},function(e,t,n){var i=n(3),r=n(5),o=n(88),a=[].slice,s=function(e){return function(t,n){var i=arguments.length>2,r=i?a.call(arguments,2):void 0;return e(i?function(){("function"==typeof t?t:Function(t)).apply(this,r)}:t,n)}};i({global:!0,bind:!0,forced:/MSIE .\./.test(o)},{setTimeout:s(r.setTimeout),setInterval:s(r.setInterval)})},function(e,t,n){"use strict";n(3)({target:"URL",proto:!0,enumerable:!0},{toJSON:function(){return URL.prototype.toString.call(this)}})},function(e,t,n){var i=function(e){"use strict";var t=Object.prototype,n=t.hasOwnProperty,i="function"==typeof Symbol?Symbol:{},r=i.iterator||"@@iterator",o=i.asyncIterator||"@@asyncIterator",a=i.toStringTag||"@@toStringTag";function s(e,t,n){return Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}),e[t]}try{s({},"")}catch(e){s=function(e,t,n){return e[t]=n}}function l(e,t,n,i){var r=t&&t.prototype instanceof d?t:d,o=Object.create(r.prototype),a=new C(i||[]);return o._invoke=function(e,t,n){var i="suspendedStart";return function(r,o){if("executing"===i)throw new Error("Generator is already running");if("completed"===i){if("throw"===r)throw o;return k()}for(n.method=r,n.arg=o;;){var a=n.delegate;if(a){var s=b(a,n);if(s){if(s===c)continue;return s}}if("next"===n.method)n.sent=n._sent=n.arg;else if("throw"===n.method){if("suspendedStart"===i)throw i="completed",n.arg;n.dispatchException(n.arg)}else"return"===n.method&&n.abrupt("return",n.arg);i="executing";var l=u(e,t,n);if("normal"===l.type){if(i=n.done?"completed":"suspendedYield",l.arg===c)continue;return{value:l.arg,done:n.done}}"throw"===l.type&&(i="completed",n.method="throw",n.arg=l.arg)}}}(e,n,a),o}function u(e,t,n){try{return{type:"normal",arg:e.call(t,n)}}catch(e){return{type:"throw",arg:e}}}e.wrap=l;var c={};function d(){}function h(){}function p(){}var f={};f[r]=function(){return this};var m=Object.getPrototypeOf,g=m&&m(m(x([])));g&&g!==t&&n.call(g,r)&&(f=g);var A=p.prototype=d.prototype=Object.create(f);function v(e){["next","throw","return"].forEach((function(t){s(e,t,(function(e){return this._invoke(t,e)}))}))}function _(e,t){var i;this._invoke=function(r,o){function a(){return new t((function(i,a){!function i(r,o,a,s){var l=u(e[r],e,o);if("throw"!==l.type){var c=l.arg,d=c.value;return d&&"object"==typeof d&&n.call(d,"__await")?t.resolve(d.__await).then((function(e){i("next",e,a,s)}),(function(e){i("throw",e,a,s)})):t.resolve(d).then((function(e){c.value=e,a(c)}),(function(e){return i("throw",e,a,s)}))}s(l.arg)}(r,o,i,a)}))}return i=i?i.then(a,a):a()}}function b(e,t){var n=e.iterator[t.method];if(void 0===n){if(t.delegate=null,"throw"===t.method){if(e.iterator.return&&(t.method="return",t.arg=void 0,b(e,t),"throw"===t.method))return c;t.method="throw",t.arg=new TypeError("The iterator does not provide a 'throw' method")}return c}var i=u(n,e.iterator,t.arg);if("throw"===i.type)return t.method="throw",t.arg=i.arg,t.delegate=null,c;var r=i.arg;return r?r.done?(t[e.resultName]=r.value,t.next=e.nextLoc,"return"!==t.method&&(t.method="next",t.arg=void 0),t.delegate=null,c):r:(t.method="throw",t.arg=new TypeError("iterator result is not an object"),t.delegate=null,c)}function y(e){var t={tryLoc:e[0]};1 in e&&(t.catchLoc=e[1]),2 in e&&(t.finallyLoc=e[2],t.afterLoc=e[3]),this.tryEntries.push(t)}function w(e){var t=e.completion||{};t.type="normal",delete t.arg,e.completion=t}function C(e){this.tryEntries=[{tryLoc:"root"}],e.forEach(y,this),this.reset(!0)}function x(e){if(e){var t=e[r];if(t)return t.call(e);if("function"==typeof e.next)return e;if(!isNaN(e.length)){var i=-1,o=function t(){for(;++i<e.length;)if(n.call(e,i))return t.value=e[i],t.done=!1,t;return t.value=void 0,t.done=!0,t};return o.next=o}}return{next:k}}function k(){return{value:void 0,done:!0}}return h.prototype=A.constructor=p,p.constructor=h,h.displayName=s(p,a,"GeneratorFunction"),e.isGeneratorFunction=function(e){var t="function"==typeof e&&e.constructor;return!!t&&(t===h||"GeneratorFunction"===(t.displayName||t.name))},e.mark=function(e){return Object.setPrototypeOf?Object.setPrototypeOf(e,p):(e.__proto__=p,s(e,a,"GeneratorFunction")),e.prototype=Object.create(A),e},e.awrap=function(e){return{__await:e}},v(_.prototype),_.prototype[o]=function(){return this},e.AsyncIterator=_,e.async=function(t,n,i,r,o){void 0===o&&(o=Promise);var a=new _(l(t,n,i,r),o);return e.isGeneratorFunction(n)?a:a.next().then((function(e){return e.done?e.value:a.next()}))},v(A),s(A,a,"Generator"),A[r]=function(){return this},A.toString=function(){return"[object Generator]"},e.keys=function(e){var t=[];for(var n in e)t.push(n);return t.reverse(),function n(){for(;t.length;){var i=t.pop();if(i in e)return n.value=i,n.done=!1,n}return n.done=!0,n}},e.values=x,C.prototype={constructor:C,reset:function(e){if(this.prev=0,this.next=0,this.sent=this._sent=void 0,this.done=!1,this.delegate=null,this.method="next",this.arg=void 0,this.tryEntries.forEach(w),!e)for(var t in this)"t"===t.charAt(0)&&n.call(this,t)&&!isNaN(+t.slice(1))&&(this[t]=void 0)},stop:function(){this.done=!0;var e=this.tryEntries[0].completion;if("throw"===e.type)throw e.arg;return this.rval},dispatchException:function(e){if(this.done)throw e;var t=this;function i(n,i){return a.type="throw",a.arg=e,t.next=n,i&&(t.method="next",t.arg=void 0),!!i}for(var r=this.tryEntries.length-1;r>=0;--r){var o=this.tryEntries[r],a=o.completion;if("root"===o.tryLoc)return i("end");if(o.tryLoc<=this.prev){var s=n.call(o,"catchLoc"),l=n.call(o,"finallyLoc");if(s&&l){if(this.prev<o.catchLoc)return i(o.catchLoc,!0);if(this.prev<o.finallyLoc)return i(o.finallyLoc)}else if(s){if(this.prev<o.catchLoc)return i(o.catchLoc,!0)}else{if(!l)throw new Error("try statement without catch or finally");if(this.prev<o.finallyLoc)return i(o.finallyLoc)}}}},abrupt:function(e,t){for(var i=this.tryEntries.length-1;i>=0;--i){var r=this.tryEntries[i];if(r.tryLoc<=this.prev&&n.call(r,"finallyLoc")&&this.prev<r.finallyLoc){var o=r;break}}o&&("break"===e||"continue"===e)&&o.tryLoc<=t&&t<=o.finallyLoc&&(o=null);var a=o?o.completion:{};return a.type=e,a.arg=t,o?(this.method="next",this.next=o.finallyLoc,c):this.complete(a)},complete:function(e,t){if("throw"===e.type)throw e.arg;return"break"===e.type||"continue"===e.type?this.next=e.arg:"return"===e.type?(this.rval=this.arg=e.arg,this.method="return",this.next="end"):"normal"===e.type&&t&&(this.next=t),c},finish:function(e){for(var t=this.tryEntries.length-1;t>=0;--t){var n=this.tryEntries[t];if(n.finallyLoc===e)return this.complete(n.completion,n.afterLoc),w(n),c}},catch:function(e){for(var t=this.tryEntries.length-1;t>=0;--t){var n=this.tryEntries[t];if(n.tryLoc===e){var i=n.completion;if("throw"===i.type){var r=i.arg;w(n)}return r}}throw new Error("illegal catch attempt")},delegateYield:function(e,t,n){return this.delegate={iterator:x(e),resultName:t,nextLoc:n},"next"===this.method&&(this.arg=void 0),c}},e}(e.exports);try{regeneratorRuntime=i}catch(e){Function("r","regeneratorRuntime = r")(i)}},function(e,t,n){"use strict";n(916),n(917),n(918)},function(e,t){
/**
* @copyright 2019 Christoph Wurst <christoph@winzerhof-wurst.at>
*
- * @author 2019 Christoph Wurst <christoph@winzerhof-wurst.at>
+ * @author Christoph Wurst <christoph@winzerhof-wurst.at>
+ * @author John Molakvoæ <skjnldsv@protonmail.com>
+ *
+ * @license GNU AGPL version 3 or any later version
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Affero General Public License as
+ * published by the Free Software Foundation, either version 3 of the
+ * License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Affero General Public License for more details.
+ *
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ *
+ */
+if("undefined"==typeof console||void 0===console.log){window.console||(window.console={});const e=()=>{},t=["log","debug","warn","info","error","assert","time","timeEnd"];for(let n=0;n<t.length;n++)console[t[n]]=e}},function(e,t){
+/**
+ * @copyright Copyright (c) 2016 John Molakvoæ <skjnldsv@protonmail.com>
+ *
+ * @author John Molakvoæ <skjnldsv@protonmail.com>
*
* @license GNU AGPL version 3 or any later version
*
@@ -538,13 +1283,15 @@ i()(document).ready((function(){Object(o.a)(),Object(s.b)(),window.history.pushS
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ *
*/
-if("undefined"==typeof console||void 0===console.log){window.console||(window.console={});for(var n=function(){},i=["log","debug","warn","info","error","assert","time","timeEnd"],r=0;r<i.length;r++)console[i[r]]=n}},function(e,t){Element.prototype.matches||(Element.prototype.matches=Element.prototype.msMatchesSelector||Element.prototype.webkitMatchesSelector),Element.prototype.closest||(Element.prototype.closest=function(e){var t=this;do{if(t.matches(e))return t;t=t.parentElement||t.parentNode}while(null!==t&&1===t.nodeType);return null})},function(e,t){
-/*
+Element.prototype.matches||(Element.prototype.matches=Element.prototype.msMatchesSelector||Element.prototype.webkitMatchesSelector),Element.prototype.closest||(Element.prototype.closest=function(e){let t=this;do{if(t.matches(e))return t;t=t.parentElement||t.parentNode}while(null!==t&&1===t.nodeType);return null})},function(e,t){
+/**
* @copyright 2019 Christoph Wurst <christoph@winzerhof-wurst.at>
*
- * @author 2019 Christoph Wurst <christoph@winzerhof-wurst.at>
+ * @author Christoph Wurst <christoph@winzerhof-wurst.at>
+ * @author John Molakvoæ <skjnldsv@protonmail.com>
*
* @license GNU AGPL version 3 or any later version
*
@@ -559,10 +1306,10 @@ if("undefined"==typeof console||void 0===console.log){window.console||(window.co
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ *
*/
-if("-ms-user-select"in document.documentElement.style&&navigator.userAgent.match(/IEMobile\/10\.0/)){var n=document.createElement("style");n.appendChild(document.createTextNode("@-ms-viewport{width:auto!important}")),document.getElementsByTagName("head")[0].appendChild(n)}},function(e,t,n){(function(e){/*! jQuery Migrate v1.4.1 | (c) jQuery Foundation and other contributors | jquery.org/license */
-void 0===e.migrateMute&&(e.migrateMute=!0),function(e,t,n){function i(n){var i=t.console;o[n]||(o[n]=!0,e.migrateWarnings.push(n),i&&i.warn&&!e.migrateMute&&(i.warn("JQMIGRATE: "+n),e.migrateTrace&&i.trace&&i.trace()))}function r(t,n,r,o){if(Object.defineProperty)try{return void Object.defineProperty(t,n,{configurable:!0,enumerable:!0,get:function(){return i(o),r},set:function(e){i(o),r=e}})}catch(e){}e._definePropertyBroken=!0,t[n]=r}e.migrateVersion="1.4.1";var o={};e.migrateWarnings=[],t.console&&t.console.log&&t.console.log("JQMIGRATE: Migrate is installed"+(e.migrateMute?"":" with logging active")+", version "+e.migrateVersion),e.migrateTrace===n&&(e.migrateTrace=!0),e.migrateReset=function(){o={},e.migrateWarnings.length=0},"BackCompat"===document.compatMode&&i("jQuery is not compatible with Quirks Mode");var s=e("<input/>",{size:1}).attr("size")&&e.attrFn,a=e.attr,l=e.attrHooks.value&&e.attrHooks.value.get||function(){return null},c=e.attrHooks.value&&e.attrHooks.value.set||function(){return n},u=/^(?:input|button)$/i,d=/^[238]$/,h=/^(?:autofocus|autoplay|async|checked|controls|defer|disabled|hidden|loop|multiple|open|readonly|required|scoped|selected)$/i,f=/^(?:checked|selected)$/i;r(e,"attrFn",s||{},"jQuery.attrFn is deprecated"),e.attr=function(t,r,o,l){var c=r.toLowerCase(),p=t&&t.nodeType;return l&&(a.length<4&&i("jQuery.fn.attr( props, pass ) is deprecated"),t&&!d.test(p)&&(s?r in s:e.isFunction(e.fn[r])))?e(t)[r](o):("type"===r&&o!==n&&u.test(t.nodeName)&&t.parentNode&&i("Can't change the 'type' of an input or button in IE 6/7/8"),!e.attrHooks[c]&&h.test(c)&&(e.attrHooks[c]={get:function(t,i){var r,o=e.prop(t,i);return!0===o||"boolean"!=typeof o&&(r=t.getAttributeNode(i))&&!1!==r.nodeValue?i.toLowerCase():n},set:function(t,n,i){var r;return!1===n?e.removeAttr(t,i):((r=e.propFix[i]||i)in t&&(t[r]=!0),t.setAttribute(i,i.toLowerCase())),i}},f.test(c)&&i("jQuery.fn.attr('"+c+"') might use property instead of attribute")),a.call(e,t,r,o))},e.attrHooks.value={get:function(e,t){var n=(e.nodeName||"").toLowerCase();return"button"===n?l.apply(this,arguments):("input"!==n&&"option"!==n&&i("jQuery.fn.attr('value') no longer gets properties"),t in e?e.value:null)},set:function(e,t){var n=(e.nodeName||"").toLowerCase();return"button"===n?c.apply(this,arguments):("input"!==n&&"option"!==n&&i("jQuery.fn.attr('value', val) no longer sets properties"),void(e.value=t))}};var p,m,g,v=e.fn.init,_=e.find,y=e.parseJSON,b=/^\s*</,w=/\[(\s*[-\w]+\s*)([~|^$*]?=)\s*([-\w#]*?#[-\w#]*)\s*\]/,x=/\[(\s*[-\w]+\s*)([~|^$*]?=)\s*([-\w#]*?#[-\w#]*)\s*\]/g,k=/^([^<]*)(<[\w\W]+>)([^>]*)$/;for(g in e.fn.init=function(t,r,o){var s,a;return t&&"string"==typeof t&&!e.isPlainObject(r)&&(s=k.exec(e.trim(t)))&&s[0]&&(b.test(t)||i("$(html) HTML strings must start with '<' character"),s[3]&&i("$(html) HTML text after last tag is ignored"),"#"===s[0].charAt(0)&&(i("HTML string cannot start with a '#' character"),e.error("JQMIGRATE: Invalid selector string (XSS)")),r&&r.context&&r.context.nodeType&&(r=r.context),e.parseHTML)?v.call(this,e.parseHTML(s[2],r&&r.ownerDocument||r||document,!0),r,o):(a=v.apply(this,arguments),t&&t.selector!==n?(a.selector=t.selector,a.context=t.context):(a.selector="string"==typeof t?t:"",t&&(a.context=t.nodeType?t:r||document)),a)},e.fn.init.prototype=e.fn,e.find=function(e){var t=Array.prototype.slice.call(arguments);if("string"==typeof e&&w.test(e))try{document.querySelector(e)}catch(n){e=e.replace(x,(function(e,t,n,i){return"["+t+n+'"'+i+'"]'}));try{document.querySelector(e),i("Attribute selector with '#' must be quoted: "+t[0]),t[0]=e}catch(e){i("Attribute selector with '#' was not fixed: "+t[0])}}return _.apply(this,t)},_)Object.prototype.hasOwnProperty.call(_,g)&&(e.find[g]=_[g]);e.parseJSON=function(e){return e?y.apply(this,arguments):(i("jQuery.parseJSON requires a valid JSON string"),null)},e.uaMatch=function(e){e=e.toLowerCase();var t=/(chrome)[ \/]([\w.]+)/.exec(e)||/(webkit)[ \/]([\w.]+)/.exec(e)||/(opera)(?:.*version|)[ \/]([\w.]+)/.exec(e)||/(msie) ([\w.]+)/.exec(e)||e.indexOf("compatible")<0&&/(mozilla)(?:.*? rv:([\w.]+)|)/.exec(e)||[];return{browser:t[1]||"",version:t[2]||"0"}},e.browser||(m={},(p=e.uaMatch(navigator.userAgent)).browser&&(m[p.browser]=!0,m.version=p.version),m.chrome?m.webkit=!0:m.webkit&&(m.safari=!0),e.browser=m),r(e,"browser",e.browser,"jQuery.browser is deprecated"),e.boxModel=e.support.boxModel="CSS1Compat"===document.compatMode,r(e,"boxModel",e.boxModel,"jQuery.boxModel is deprecated"),r(e.support,"boxModel",e.support.boxModel,"jQuery.support.boxModel is deprecated"),e.sub=function(){function t(e,n){return new t.fn.init(e,n)}e.extend(!0,t,this),t.superclass=this,t.fn=t.prototype=this(),t.fn.constructor=t,t.sub=this.sub,t.fn.init=function(i,r){var o=e.fn.init.call(this,i,r,n);return o instanceof t?o:t(o)},t.fn.init.prototype=t.fn;var n=t(document);return i("jQuery.sub() is deprecated"),t},e.fn.size=function(){return i("jQuery.fn.size() is deprecated; use the .length property"),this.length};var M=!1;e.swap&&e.each(["height","width","reliableMarginRight"],(function(t,n){var i=e.cssHooks[n]&&e.cssHooks[n].get;i&&(e.cssHooks[n].get=function(){var e;return M=!0,e=i.apply(this,arguments),M=!1,e})})),e.swap=function(e,t,n,r){var o,s,a={};for(s in M||i("jQuery.swap() is undocumented and deprecated"),t)a[s]=e.style[s],e.style[s]=t[s];for(s in o=n.apply(e,r||[]),t)e.style[s]=a[s];return o},e.ajaxSetup({converters:{"text json":e.parseJSON}});var A=e.fn.data;e.fn.data=function(t){var r,o,s=this[0];return!s||"events"!==t||1!==arguments.length||(r=e.data(s,t),o=e._data(s,t),r!==n&&r!==o||o===n)?A.apply(this,arguments):(i("Use of jQuery.fn.data('events') is deprecated"),o)};var L=/\/(java|ecma)script/i;e.clean||(e.clean=function(t,n,r,o){n=(n=!(n=n||document).nodeType&&n[0]||n).ownerDocument||n,i("jQuery.clean() is deprecated");var s,a,l,c,u=[];if(e.merge(u,e.buildFragment(t,n).childNodes),r)for(l=function(e){return!e.type||L.test(e.type)?o?o.push(e.parentNode?e.parentNode.removeChild(e):e):r.appendChild(e):void 0},s=0;null!=(a=u[s]);s++)e.nodeName(a,"script")&&l(a)||(r.appendChild(a),void 0!==a.getElementsByTagName&&(c=e.grep(e.merge([],a.getElementsByTagName("script")),l),u.splice.apply(u,[s+1,0].concat(c)),s+=c.length));return u});var T=e.event.add,D=e.event.remove,S=e.event.trigger,E=e.fn.toggle,Y=e.fn.live,C=e.fn.die,O=e.fn.load,P="ajaxStart|ajaxStop|ajaxSend|ajaxComplete|ajaxError|ajaxSuccess",I=new RegExp("\\b(?:"+P+")\\b"),H=/(?:^|\s)hover(\.\S+|)\b/,j=function(t){return"string"!=typeof t||e.event.special.hover?t:(H.test(t)&&i("'hover' pseudo-event is deprecated, use 'mouseenter mouseleave'"),t&&t.replace(H,"mouseenter$1 mouseleave$1"))};e.event.props&&"attrChange"!==e.event.props[0]&&e.event.props.unshift("attrChange","attrName","relatedNode","srcElement"),e.event.dispatch&&r(e.event,"handle",e.event.dispatch,"jQuery.event.handle is undocumented and deprecated"),e.event.add=function(e,t,n,r,o){e!==document&&I.test(t)&&i("AJAX events should be attached to document: "+t),T.call(this,e,j(t||""),n,r,o)},e.event.remove=function(e,t,n,i,r){D.call(this,e,j(t)||"",n,i,r)},e.each(["load","unload","error"],(function(t,n){e.fn[n]=function(){var e=Array.prototype.slice.call(arguments,0);return"load"===n&&"string"==typeof e[0]?O.apply(this,e):(i("jQuery.fn."+n+"() is deprecated"),e.splice(0,0,n),arguments.length?this.bind.apply(this,e):(this.triggerHandler.apply(this,e),this))}})),e.fn.toggle=function(t,n){if(!e.isFunction(t)||!e.isFunction(n))return E.apply(this,arguments);i("jQuery.fn.toggle(handler, handler...) is deprecated");var r=arguments,o=t.guid||e.guid++,s=0,a=function(n){var i=(e._data(this,"lastToggle"+t.guid)||0)%s;return e._data(this,"lastToggle"+t.guid,i+1),n.preventDefault(),r[i].apply(this,arguments)||!1};for(a.guid=o;s<r.length;)r[s++].guid=o;return this.click(a)},e.fn.live=function(t,n,r){return i("jQuery.fn.live() is deprecated"),Y?Y.apply(this,arguments):(e(this.context).on(t,this.selector,n,r),this)},e.fn.die=function(t,n){return i("jQuery.fn.die() is deprecated"),C?C.apply(this,arguments):(e(this.context).off(t,this.selector||"**",n),this)},e.event.trigger=function(e,t,n,r){return n||I.test(e)||i("Global events are undocumented and deprecated"),S.call(this,e,t,n||document,r)},e.each(P.split("|"),(function(t,n){e.event.special[n]={setup:function(){var t=this;return t!==document&&(e.event.add(document,n+"."+e.guid,(function(){e.event.trigger(n,Array.prototype.slice.call(arguments,1),t,!0)})),e._data(this,n,e.guid++)),!1},teardown:function(){return this!==document&&e.event.remove(document,n+"."+e._data(this,n)),!1}}})),e.event.special.ready={setup:function(){this===document&&i("'ready' event is deprecated")}};var N=e.fn.andSelf||e.fn.addBack,R=e.fn.find;if(e.fn.andSelf=function(){return i("jQuery.fn.andSelf() replaced by jQuery.fn.addBack()"),N.apply(this,arguments)},e.fn.find=function(e){var t=R.apply(this,arguments);return t.context=this.context,t.selector=this.selector?this.selector+" "+e:e,t},e.Callbacks){var z=e.Deferred,F=[["resolve","done",e.Callbacks("once memory"),e.Callbacks("once memory"),"resolved"],["reject","fail",e.Callbacks("once memory"),e.Callbacks("once memory"),"rejected"],["notify","progress",e.Callbacks("memory"),e.Callbacks("memory")]];e.Deferred=function(t){var n=z(),r=n.promise();return n.pipe=r.pipe=function(){var t=arguments;return i("deferred.pipe() is deprecated"),e.Deferred((function(i){e.each(F,(function(o,s){var a=e.isFunction(t[o])&&t[o];n[s[1]]((function(){var t=a&&a.apply(this,arguments);t&&e.isFunction(t.promise)?t.promise().done(i.resolve).fail(i.reject).progress(i.notify):i[s[0]+"With"](this===r?i.promise():this,a?[t]:arguments)}))})),t=null})).promise()},n.isResolved=function(){return i("deferred.isResolved is deprecated"),"resolved"===n.state()},n.isRejected=function(){return i("deferred.isRejected is deprecated"),"rejected"===n.state()},t&&t.call(n,n),n}}}(e,window)}).call(this,n(0))},function(e,t,n){var i,r,o;
+if("-ms-user-select"in document.documentElement.style&&navigator.userAgent.match(/IEMobile\/10\.0/)){const e=document.createElement("style");e.appendChild(document.createTextNode("@-ms-viewport{width:auto!important}")),document.getElementsByTagName("head")[0].appendChild(e)}},function(e,t,n){(function(i){var r,o;/*! jQuery Migrate v3.3.2 | (c) OpenJS Foundation and other contributors | jquery.org/license */void 0===i.migrateMute&&(i.migrateMute=!0),function(i){"use strict";r=[n(0)],void 0===(o=function(e){return function(e,t){function n(t){return 0<=function(e,t){for(var n=/^(\d+)\.(\d+)\.(\d+)/,i=n.exec(e)||[],r=n.exec(t)||[],o=1;o<=3;o++){if(+r[o]<+i[o])return 1;if(+i[o]<+r[o])return-1}return 0}(e.fn.jquery,t)}e.migrateVersion="3.3.2",t.console&&t.console.log&&(e&&n("3.0.0")||t.console.log("JQMIGRATE: jQuery 3.0.0+ REQUIRED"),e.migrateWarnings&&t.console.log("JQMIGRATE: Migrate plugin loaded multiple times"),t.console.log("JQMIGRATE: Migrate is installed"+(e.migrateMute?"":" with logging active")+", version "+e.migrateVersion));var i={};function r(n){var r=t.console;e.migrateDeduplicateWarnings&&i[n]||(i[n]=!0,e.migrateWarnings.push(n),r&&r.warn&&!e.migrateMute&&(r.warn("JQMIGRATE: "+n),e.migrateTrace&&r.trace&&r.trace()))}function o(e,t,n,i){Object.defineProperty(e,t,{configurable:!0,enumerable:!0,get:function(){return r(i),n},set:function(e){r(i),n=e}})}function a(e,t,n,i){e[t]=function(){return r(i),n.apply(this,arguments)}}e.migrateDeduplicateWarnings=!0,e.migrateWarnings=[],void 0===e.migrateTrace&&(e.migrateTrace=!0),e.migrateReset=function(){i={},e.migrateWarnings.length=0},"BackCompat"===t.document.compatMode&&r("jQuery is not compatible with Quirks Mode");var s,l,u,c={},d=e.fn.init,h=e.find,p=/\[(\s*[-\w]+\s*)([~|^$*]?=)\s*([-\w#]*?#[-\w#]*)\s*\]/,f=/\[(\s*[-\w]+\s*)([~|^$*]?=)\s*([-\w#]*?#[-\w#]*)\s*\]/g,m=/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g;for(s in e.fn.init=function(e){var t=Array.prototype.slice.call(arguments);return"string"==typeof e&&"#"===e&&(r("jQuery( '#' ) is not a valid selector"),t[0]=[]),d.apply(this,t)},e.fn.init.prototype=e.fn,e.find=function(e){var n=Array.prototype.slice.call(arguments);if("string"==typeof e&&p.test(e))try{t.document.querySelector(e)}catch(i){e=e.replace(f,(function(e,t,n,i){return"["+t+n+'"'+i+'"]'}));try{t.document.querySelector(e),r("Attribute selector with '#' must be quoted: "+n[0]),n[0]=e}catch(e){r("Attribute selector with '#' was not fixed: "+n[0])}}return h.apply(this,n)},h)Object.prototype.hasOwnProperty.call(h,s)&&(e.find[s]=h[s]);a(e.fn,"size",(function(){return this.length}),"jQuery.fn.size() is deprecated and removed; use the .length property"),a(e,"parseJSON",(function(){return JSON.parse.apply(null,arguments)}),"jQuery.parseJSON is deprecated; use JSON.parse"),a(e,"holdReady",e.holdReady,"jQuery.holdReady is deprecated"),a(e,"unique",e.uniqueSort,"jQuery.unique is deprecated; use jQuery.uniqueSort"),o(e.expr,"filters",e.expr.pseudos,"jQuery.expr.filters is deprecated; use jQuery.expr.pseudos"),o(e.expr,":",e.expr.pseudos,"jQuery.expr[':'] is deprecated; use jQuery.expr.pseudos"),n("3.1.1")&&a(e,"trim",(function(e){return null==e?"":(e+"").replace(m,"")}),"jQuery.trim is deprecated; use String.prototype.trim"),n("3.2.0")&&(a(e,"nodeName",(function(e,t){return e.nodeName&&e.nodeName.toLowerCase()===t.toLowerCase()}),"jQuery.nodeName is deprecated"),a(e,"isArray",Array.isArray,"jQuery.isArray is deprecated; use Array.isArray")),n("3.3.0")&&(a(e,"isNumeric",(function(e){var t=typeof e;return("number"==t||"string"==t)&&!isNaN(e-parseFloat(e))}),"jQuery.isNumeric() is deprecated"),e.each("Boolean Number String Function Array Date RegExp Object Error Symbol".split(" "),(function(e,t){c["[object "+t+"]"]=t.toLowerCase()})),a(e,"type",(function(e){return null==e?e+"":"object"==typeof e||"function"==typeof e?c[Object.prototype.toString.call(e)]||"object":typeof e}),"jQuery.type is deprecated"),a(e,"isFunction",(function(e){return"function"==typeof e}),"jQuery.isFunction() is deprecated"),a(e,"isWindow",(function(e){return null!=e&&e===e.window}),"jQuery.isWindow() is deprecated")),e.ajax&&(l=e.ajax,u=/(=)\?(?=&|$)|\?\?/,e.ajax=function(){var e=l.apply(this,arguments);return e.promise&&(a(e,"success",e.done,"jQXHR.success is deprecated and removed"),a(e,"error",e.fail,"jQXHR.error is deprecated and removed"),a(e,"complete",e.always,"jQXHR.complete is deprecated and removed")),e},n("4.0.0")||e.ajaxPrefilter("+json",(function(e){!1!==e.jsonp&&(u.test(e.url)||"string"==typeof e.data&&0===(e.contentType||"").indexOf("application/x-www-form-urlencoded")&&u.test(e.data))&&r("JSON-to-JSONP auto-promotion is deprecated")})));var g=e.fn.removeAttr,A=e.fn.toggleClass,v=/\S+/g;function _(e){return e.replace(/-([a-z])/g,(function(e,t){return t.toUpperCase()}))}e.fn.removeAttr=function(t){var n=this;return e.each(t.match(v),(function(t,i){e.expr.match.bool.test(i)&&(r("jQuery.fn.removeAttr no longer sets boolean properties: "+i),n.prop(i,!1))})),g.apply(this,arguments)};var b,y=!(e.fn.toggleClass=function(t){return void 0!==t&&"boolean"!=typeof t?A.apply(this,arguments):(r("jQuery.fn.toggleClass( boolean ) is deprecated"),this.each((function(){var n=this.getAttribute&&this.getAttribute("class")||"";n&&e.data(this,"__className__",n),this.setAttribute&&this.setAttribute("class",!n&&!1!==t&&e.data(this,"__className__")||"")})))}),w=/^[a-z]/,C=/^(?:Border(?:Top|Right|Bottom|Left)?(?:Width|)|(?:Margin|Padding)?(?:Top|Right|Bottom|Left)?|(?:Min|Max)?(?:Width|Height))$/;e.swap&&e.each(["height","width","reliableMarginRight"],(function(t,n){var i=e.cssHooks[n]&&e.cssHooks[n].get;i&&(e.cssHooks[n].get=function(){var e;return y=!0,e=i.apply(this,arguments),y=!1,e})})),e.swap=function(e,t,n,i){var o,a,s={};for(a in y||r("jQuery.swap() is undocumented and deprecated"),t)s[a]=e.style[a],e.style[a]=t[a];for(a in o=n.apply(e,i||[]),t)e.style[a]=s[a];return o},n("3.4.0")&&"undefined"!=typeof Proxy&&(e.cssProps=new Proxy(e.cssProps||{},{set:function(){return r("JQMIGRATE: jQuery.cssProps is deprecated"),Reflect.set.apply(this,arguments)}})),e.cssNumber||(e.cssNumber={}),b=e.fn.css,e.fn.css=function(t,n){var i,o,a=this;return t&&"object"==typeof t&&!Array.isArray(t)?(e.each(t,(function(t,n){e.fn.css.call(a,t,n)})),this):("number"==typeof n&&(o=i=_(t),w.test(o)&&C.test(o[0].toUpperCase()+o.slice(1))||e.cssNumber[i]||r('Number-typed values are deprecated for jQuery.fn.css( "'+t+'", value )')),b.apply(this,arguments))};var x,k,M,E,L=e.data;e.data=function(t,n,i){var o,a,s;if(n&&"object"==typeof n&&2===arguments.length){for(s in o=e.hasData(t)&&L.call(this,t),a={},n)s!==_(s)?(r("jQuery.data() always sets/gets camelCased names: "+s),o[s]=n[s]):a[s]=n[s];return L.call(this,t,a),n}return n&&"string"==typeof n&&n!==_(n)&&(o=e.hasData(t)&&L.call(this,t))&&n in o?(r("jQuery.data() always sets/gets camelCased names: "+n),2<arguments.length&&(o[n]=i),o[n]):L.apply(this,arguments)},e.fx&&(M=e.Tween.prototype.run,E=function(e){return e},e.Tween.prototype.run=function(){1<e.easing[this.easing].length&&(r("'jQuery.easing."+this.easing.toString()+"' should use only one argument"),e.easing[this.easing]=E),M.apply(this,arguments)},x=e.fx.interval||13,k="jQuery.fx.interval is deprecated",t.requestAnimationFrame&&Object.defineProperty(e.fx,"interval",{configurable:!0,enumerable:!0,get:function(){return t.document.hidden||r(k),x},set:function(e){r(k),x=e}}));var T=e.fn.load,D=e.event.add,B=e.event.fix;function S(e){var n=t.document.implementation.createHTMLDocument("");return n.body.innerHTML=e,n.body&&n.body.innerHTML}function Y(e){var t=e.replace(I,"<$1></$2>");t!==e&&S(e)!==S(t)&&r("HTML tags must be properly nested and closed: "+e)}e.event.props=[],e.event.fixHooks={},o(e.event.props,"concat",e.event.props.concat,"jQuery.event.props.concat() is deprecated and removed"),e.event.fix=function(t){var n,i=t.type,o=this.fixHooks[i],a=e.event.props;if(a.length)for(r("jQuery.event.props are deprecated and removed: "+a.join());a.length;)e.event.addProp(a.pop());if(o&&!o._migrated_&&(o._migrated_=!0,r("jQuery.event.fixHooks are deprecated and removed: "+i),(a=o.props)&&a.length))for(;a.length;)e.event.addProp(a.pop());return n=B.call(this,t),o&&o.filter?o.filter(n,t):n},e.event.add=function(e,n){return e===t&&"load"===n&&"complete"===t.document.readyState&&r("jQuery(window).on('load'...) called after load event occurred"),D.apply(this,arguments)},e.each(["load","unload","error"],(function(t,n){e.fn[n]=function(){var e=Array.prototype.slice.call(arguments,0);return"load"===n&&"string"==typeof e[0]?T.apply(this,e):(r("jQuery.fn."+n+"() is deprecated"),e.splice(0,0,n),arguments.length?this.on.apply(this,e):(this.triggerHandler.apply(this,e),this))}})),e.each("blur focus focusin focusout resize scroll click dblclick mousedown mouseup mousemove mouseover mouseout mouseenter mouseleave change select submit keydown keypress keyup contextmenu".split(" "),(function(t,n){e.fn[n]=function(e,t){return r("jQuery.fn."+n+"() event shorthand is deprecated"),0<arguments.length?this.on(n,null,e,t):this.trigger(n)}})),e((function(){e(t.document).triggerHandler("ready")})),e.event.special.ready={setup:function(){this===t.document&&r("'ready' event is deprecated")}},e.fn.extend({bind:function(e,t,n){return r("jQuery.fn.bind() is deprecated"),this.on(e,null,t,n)},unbind:function(e,t){return r("jQuery.fn.unbind() is deprecated"),this.off(e,null,t)},delegate:function(e,t,n,i){return r("jQuery.fn.delegate() is deprecated"),this.on(t,e,n,i)},undelegate:function(e,t,n){return r("jQuery.fn.undelegate() is deprecated"),1===arguments.length?this.off(e,"**"):this.off(t,e||"**",n)},hover:function(e,t){return r("jQuery.fn.hover() is deprecated"),this.on("mouseenter",e).on("mouseleave",t||e)}});var I=/<(?!area|br|col|embed|hr|img|input|link|meta|param)(([a-z][^\/\0>\x20\t\r\n\f]*)[^>]*)\/>/gi,O=e.htmlPrefilter;e.UNSAFE_restoreLegacyHtmlPrefilter=function(){e.htmlPrefilter=function(e){return Y(e),e.replace(I,"<$1></$2>")}},e.htmlPrefilter=function(e){return Y(e),O(e)};var j,P=e.fn.offset;e.fn.offset=function(){var e=this[0];return!e||e.nodeType&&e.getBoundingClientRect?P.apply(this,arguments):(r("jQuery.fn.offset() requires a valid DOM element"),arguments.length?this:void 0)},e.ajax&&(j=e.param,e.param=function(t,n){var i=e.ajaxSettings&&e.ajaxSettings.traditional;return void 0===n&&i&&(r("jQuery.param() no longer uses jQuery.ajaxSettings.traditional"),n=i),j.call(this,t,n)});var H,F,N=e.fn.andSelf||e.fn.addBack;return e.fn.andSelf=function(){return r("jQuery.fn.andSelf() is deprecated and removed, use jQuery.fn.addBack()"),N.apply(this,arguments)},e.Deferred&&(H=e.Deferred,F=[["resolve","done",e.Callbacks("once memory"),e.Callbacks("once memory"),"resolved"],["reject","fail",e.Callbacks("once memory"),e.Callbacks("once memory"),"rejected"],["notify","progress",e.Callbacks("memory"),e.Callbacks("memory")]],e.Deferred=function(t){var n=H(),i=n.promise();return n.pipe=i.pipe=function(){var t=arguments;return r("deferred.pipe() is deprecated"),e.Deferred((function(r){e.each(F,(function(e,o){var a="function"==typeof t[e]&&t[e];n[o[1]]((function(){var e=a&&a.apply(this,arguments);e&&"function"==typeof e.promise?e.promise().done(r.resolve).fail(r.reject).progress(r.notify):r[o[0]+"With"](this===i?r.promise():this,a?[e]:arguments)}))})),t=null})).promise()},t&&t.call(n,n),n},e.Deferred.exceptionHook=H.exceptionHook),e}(e,window)}.apply(t,r))||(e.exports=o)}()}).call(this,n(0))},function(e,t,n){var i,r,o;
/*! jQuery UI - v1.12.1 - 2016-09-14
* http://jqueryui.com
* Includes: widget.js, position.js, data.js, disable-selection.js, effect.js, effects/effect-blind.js, effects/effect-bounce.js, effects/effect-clip.js, effects/effect-drop.js, effects/effect-explode.js, effects/effect-fade.js, effects/effect-fold.js, effects/effect-highlight.js, effects/effect-puff.js, effects/effect-pulsate.js, effects/effect-scale.js, effects/effect-shake.js, effects/effect-size.js, effects/effect-slide.js, effects/effect-transfer.js, focusable.js, form-reset-mixin.js, jquery-1-7.js, keycode.js, labels.js, scroll-parent.js, tabbable.js, unique-id.js, widgets/accordion.js, widgets/autocomplete.js, widgets/button.js, widgets/checkboxradio.js, widgets/controlgroup.js, widgets/datepicker.js, widgets/dialog.js, widgets/draggable.js, widgets/droppable.js, widgets/menu.js, widgets/mouse.js, widgets/progressbar.js, widgets/resizable.js, widgets/selectable.js, widgets/selectmenu.js, widgets/slider.js, widgets/sortable.js, widgets/spinner.js, widgets/tabs.js, widgets/tooltip.js
@@ -574,7 +1321,7 @@ void 0===e.migrateMute&&(e.migrateMute=!0),function(e,t,n){function i(n){var i=t
* Copyright jQuery Foundation and other contributors
* Released under the MIT license.
* http://jquery.org/license
- */e.cleanData=(t=e.cleanData,function(n){var i,r,o;for(o=0;null!=(r=n[o]);o++)try{(i=e._data(r,"events"))&&i.remove&&e(r).triggerHandler("remove")}catch(e){}t(n)}),e.widget=function(t,n,i){var r,o,s,a={},l=t.split(".")[0],c=l+"-"+(t=t.split(".")[1]);return i||(i=n,n=e.Widget),e.isArray(i)&&(i=e.extend.apply(null,[{}].concat(i))),e.expr[":"][c.toLowerCase()]=function(t){return!!e.data(t,c)},e[l]=e[l]||{},r=e[l][t],o=e[l][t]=function(e,t){if(!this._createWidget)return new o(e,t);arguments.length&&this._createWidget(e,t)},e.extend(o,r,{version:i.version,_proto:e.extend({},i),_childConstructors:[]}),(s=new n).options=e.widget.extend({},s.options),e.each(i,(function(t,i){e.isFunction(i)?a[t]=function(){function e(){return n.prototype[t].apply(this,arguments)}function r(e){return n.prototype[t].apply(this,e)}return function(){var t,n=this._super,o=this._superApply;return this._super=e,this._superApply=r,t=i.apply(this,arguments),this._super=n,this._superApply=o,t}}():a[t]=i})),o.prototype=e.widget.extend(s,{widgetEventPrefix:r&&s.widgetEventPrefix||t},a,{constructor:o,namespace:l,widgetName:t,widgetFullName:c}),r?(e.each(r._childConstructors,(function(t,n){var i=n.prototype;e.widget(i.namespace+"."+i.widgetName,o,n._proto)})),delete r._childConstructors):n._childConstructors.push(o),e.widget.bridge(t,o),o},e.widget.extend=function(t){for(var n,r,o=i.call(arguments,1),s=0,a=o.length;s<a;s++)for(n in o[s])r=o[s][n],o[s].hasOwnProperty(n)&&void 0!==r&&(e.isPlainObject(r)?t[n]=e.isPlainObject(t[n])?e.widget.extend({},t[n],r):e.widget.extend({},r):t[n]=r);return t},e.widget.bridge=function(t,n){var r=n.prototype.widgetFullName||t;e.fn[t]=function(o){var s="string"==typeof o,a=i.call(arguments,1),l=this;return s?this.length||"instance"!==o?this.each((function(){var n,i=e.data(this,r);return"instance"===o?(l=i,!1):i?e.isFunction(i[o])&&"_"!==o.charAt(0)?(n=i[o].apply(i,a))!==i&&void 0!==n?(l=n&&n.jquery?l.pushStack(n.get()):n,!1):void 0:e.error("no such method '"+o+"' for "+t+" widget instance"):e.error("cannot call methods on "+t+" prior to initialization; attempted to call method '"+o+"'")})):l=void 0:(a.length&&(o=e.widget.extend.apply(null,[o].concat(a))),this.each((function(){var t=e.data(this,r);t?(t.option(o||{}),t._init&&t._init()):e.data(this,r,new n(o,this))}))),l}},e.Widget=function(){},e.Widget._childConstructors=[],e.Widget.prototype={widgetName:"widget",widgetEventPrefix:"",defaultElement:"<div>",options:{classes:{},disabled:!1,create:null},_createWidget:function(t,i){i=e(i||this.defaultElement||this)[0],this.element=e(i),this.uuid=n++,this.eventNamespace="."+this.widgetName+this.uuid,this.bindings=e(),this.hoverable=e(),this.focusable=e(),this.classesElementLookup={},i!==this&&(e.data(i,this.widgetFullName,this),this._on(!0,this.element,{remove:function(e){e.target===i&&this.destroy()}}),this.document=e(i.style?i.ownerDocument:i.document||i),this.window=e(this.document[0].defaultView||this.document[0].parentWindow)),this.options=e.widget.extend({},this.options,this._getCreateOptions(),t),this._create(),this.options.disabled&&this._setOptionDisabled(this.options.disabled),this._trigger("create",null,this._getCreateEventData()),this._init()},_getCreateOptions:function(){return{}},_getCreateEventData:e.noop,_create:e.noop,_init:e.noop,destroy:function(){var t=this;this._destroy(),e.each(this.classesElementLookup,(function(e,n){t._removeClass(n,e)})),this.element.off(this.eventNamespace).removeData(this.widgetFullName),this.widget().off(this.eventNamespace).removeAttr("aria-disabled"),this.bindings.off(this.eventNamespace)},_destroy:e.noop,widget:function(){return this.element},option:function(t,n){var i,r,o,s=t;if(0===arguments.length)return e.widget.extend({},this.options);if("string"==typeof t)if(s={},i=t.split("."),t=i.shift(),i.length){for(r=s[t]=e.widget.extend({},this.options[t]),o=0;o<i.length-1;o++)r[i[o]]=r[i[o]]||{},r=r[i[o]];if(t=i.pop(),1===arguments.length)return void 0===r[t]?null:r[t];r[t]=n}else{if(1===arguments.length)return void 0===this.options[t]?null:this.options[t];s[t]=n}return this._setOptions(s),this},_setOptions:function(e){var t;for(t in e)this._setOption(t,e[t]);return this},_setOption:function(e,t){return"classes"===e&&this._setOptionClasses(t),this.options[e]=t,"disabled"===e&&this._setOptionDisabled(t),this},_setOptionClasses:function(t){var n,i,r;for(n in t)r=this.classesElementLookup[n],t[n]!==this.options.classes[n]&&r&&r.length&&(i=e(r.get()),this._removeClass(r,n),i.addClass(this._classes({element:i,keys:n,classes:t,add:!0})))},_setOptionDisabled:function(e){this._toggleClass(this.widget(),this.widgetFullName+"-disabled",null,!!e),e&&(this._removeClass(this.hoverable,null,"ui-state-hover"),this._removeClass(this.focusable,null,"ui-state-focus"))},enable:function(){return this._setOptions({disabled:!1})},disable:function(){return this._setOptions({disabled:!0})},_classes:function(t){var n=[],i=this;function r(r,o){var s,a;for(a=0;a<r.length;a++)s=i.classesElementLookup[r[a]]||e(),s=t.add?e(e.unique(s.get().concat(t.element.get()))):e(s.not(t.element).get()),i.classesElementLookup[r[a]]=s,n.push(r[a]),o&&t.classes[r[a]]&&n.push(t.classes[r[a]])}return t=e.extend({element:this.element,classes:this.options.classes||{}},t),this._on(t.element,{remove:"_untrackClassesElement"}),t.keys&&r(t.keys.match(/\S+/g)||[],!0),t.extra&&r(t.extra.match(/\S+/g)||[]),n.join(" ")},_untrackClassesElement:function(t){var n=this;e.each(n.classesElementLookup,(function(i,r){-1!==e.inArray(t.target,r)&&(n.classesElementLookup[i]=e(r.not(t.target).get()))}))},_removeClass:function(e,t,n){return this._toggleClass(e,t,n,!1)},_addClass:function(e,t,n){return this._toggleClass(e,t,n,!0)},_toggleClass:function(e,t,n,i){i="boolean"==typeof i?i:n;var r="string"==typeof e||null===e,o={extra:r?t:n,keys:r?e:t,element:r?this.element:e,add:i};return o.element.toggleClass(this._classes(o),i),this},_on:function(t,n,i){var r,o=this;"boolean"!=typeof t&&(i=n,n=t,t=!1),i?(n=r=e(n),this.bindings=this.bindings.add(n)):(i=n,n=this.element,r=this.widget()),e.each(i,(function(i,s){function a(){if(t||!0!==o.options.disabled&&!e(this).hasClass("ui-state-disabled"))return("string"==typeof s?o[s]:s).apply(o,arguments)}"string"!=typeof s&&(a.guid=s.guid=s.guid||a.guid||e.guid++);var l=i.match(/^([\w:-]*)\s*(.*)$/),c=l[1]+o.eventNamespace,u=l[2];u?r.on(c,u,a):n.on(c,a)}))},_off:function(t,n){n=(n||"").split(" ").join(this.eventNamespace+" ")+this.eventNamespace,t.off(n).off(n),this.bindings=e(this.bindings.not(t).get()),this.focusable=e(this.focusable.not(t).get()),this.hoverable=e(this.hoverable.not(t).get())},_delay:function(e,t){var n=this;return setTimeout((function(){return("string"==typeof e?n[e]:e).apply(n,arguments)}),t||0)},_hoverable:function(t){this.hoverable=this.hoverable.add(t),this._on(t,{mouseenter:function(t){this._addClass(e(t.currentTarget),null,"ui-state-hover")},mouseleave:function(t){this._removeClass(e(t.currentTarget),null,"ui-state-hover")}})},_focusable:function(t){this.focusable=this.focusable.add(t),this._on(t,{focusin:function(t){this._addClass(e(t.currentTarget),null,"ui-state-focus")},focusout:function(t){this._removeClass(e(t.currentTarget),null,"ui-state-focus")}})},_trigger:function(t,n,i){var r,o,s=this.options[t];if(i=i||{},(n=e.Event(n)).type=(t===this.widgetEventPrefix?t:this.widgetEventPrefix+t).toLowerCase(),n.target=this.element[0],o=n.originalEvent)for(r in o)r in n||(n[r]=o[r]);return this.element.trigger(n,i),!(e.isFunction(s)&&!1===s.apply(this.element[0],[n].concat(i))||n.isDefaultPrevented())}},e.each({show:"fadeIn",hide:"fadeOut"},(function(t,n){e.Widget.prototype["_"+t]=function(i,r,o){var s;"string"==typeof r&&(r={effect:r});var a=r?!0===r||"number"==typeof r?n:r.effect||n:t;"number"==typeof(r=r||{})&&(r={duration:r}),s=!e.isEmptyObject(r),r.complete=o,r.delay&&i.delay(r.delay),s&&e.effects&&e.effects.effect[a]?i[t](r):a!==t&&i[a]?i[a](r.duration,r.easing,o):i.queue((function(n){e(this)[t](),o&&o.call(i[0]),n()}))}})),e.widget,
+ */e.cleanData=(t=e.cleanData,function(n){var i,r,o;for(o=0;null!=(r=n[o]);o++)try{(i=e._data(r,"events"))&&i.remove&&e(r).triggerHandler("remove")}catch(e){}t(n)}),e.widget=function(t,n,i){var r,o,a,s={},l=t.split(".")[0],u=l+"-"+(t=t.split(".")[1]);return i||(i=n,n=e.Widget),e.isArray(i)&&(i=e.extend.apply(null,[{}].concat(i))),e.expr[":"][u.toLowerCase()]=function(t){return!!e.data(t,u)},e[l]=e[l]||{},r=e[l][t],o=e[l][t]=function(e,t){if(!this._createWidget)return new o(e,t);arguments.length&&this._createWidget(e,t)},e.extend(o,r,{version:i.version,_proto:e.extend({},i),_childConstructors:[]}),(a=new n).options=e.widget.extend({},a.options),e.each(i,(function(t,i){e.isFunction(i)?s[t]=function(){function e(){return n.prototype[t].apply(this,arguments)}function r(e){return n.prototype[t].apply(this,e)}return function(){var t,n=this._super,o=this._superApply;return this._super=e,this._superApply=r,t=i.apply(this,arguments),this._super=n,this._superApply=o,t}}():s[t]=i})),o.prototype=e.widget.extend(a,{widgetEventPrefix:r&&a.widgetEventPrefix||t},s,{constructor:o,namespace:l,widgetName:t,widgetFullName:u}),r?(e.each(r._childConstructors,(function(t,n){var i=n.prototype;e.widget(i.namespace+"."+i.widgetName,o,n._proto)})),delete r._childConstructors):n._childConstructors.push(o),e.widget.bridge(t,o),o},e.widget.extend=function(t){for(var n,r,o=i.call(arguments,1),a=0,s=o.length;a<s;a++)for(n in o[a])r=o[a][n],o[a].hasOwnProperty(n)&&void 0!==r&&(e.isPlainObject(r)?t[n]=e.isPlainObject(t[n])?e.widget.extend({},t[n],r):e.widget.extend({},r):t[n]=r);return t},e.widget.bridge=function(t,n){var r=n.prototype.widgetFullName||t;e.fn[t]=function(o){var a="string"==typeof o,s=i.call(arguments,1),l=this;return a?this.length||"instance"!==o?this.each((function(){var n,i=e.data(this,r);return"instance"===o?(l=i,!1):i?e.isFunction(i[o])&&"_"!==o.charAt(0)?(n=i[o].apply(i,s))!==i&&void 0!==n?(l=n&&n.jquery?l.pushStack(n.get()):n,!1):void 0:e.error("no such method '"+o+"' for "+t+" widget instance"):e.error("cannot call methods on "+t+" prior to initialization; attempted to call method '"+o+"'")})):l=void 0:(s.length&&(o=e.widget.extend.apply(null,[o].concat(s))),this.each((function(){var t=e.data(this,r);t?(t.option(o||{}),t._init&&t._init()):e.data(this,r,new n(o,this))}))),l}},e.Widget=function(){},e.Widget._childConstructors=[],e.Widget.prototype={widgetName:"widget",widgetEventPrefix:"",defaultElement:"<div>",options:{classes:{},disabled:!1,create:null},_createWidget:function(t,i){i=e(i||this.defaultElement||this)[0],this.element=e(i),this.uuid=n++,this.eventNamespace="."+this.widgetName+this.uuid,this.bindings=e(),this.hoverable=e(),this.focusable=e(),this.classesElementLookup={},i!==this&&(e.data(i,this.widgetFullName,this),this._on(!0,this.element,{remove:function(e){e.target===i&&this.destroy()}}),this.document=e(i.style?i.ownerDocument:i.document||i),this.window=e(this.document[0].defaultView||this.document[0].parentWindow)),this.options=e.widget.extend({},this.options,this._getCreateOptions(),t),this._create(),this.options.disabled&&this._setOptionDisabled(this.options.disabled),this._trigger("create",null,this._getCreateEventData()),this._init()},_getCreateOptions:function(){return{}},_getCreateEventData:e.noop,_create:e.noop,_init:e.noop,destroy:function(){var t=this;this._destroy(),e.each(this.classesElementLookup,(function(e,n){t._removeClass(n,e)})),this.element.off(this.eventNamespace).removeData(this.widgetFullName),this.widget().off(this.eventNamespace).removeAttr("aria-disabled"),this.bindings.off(this.eventNamespace)},_destroy:e.noop,widget:function(){return this.element},option:function(t,n){var i,r,o,a=t;if(0===arguments.length)return e.widget.extend({},this.options);if("string"==typeof t)if(a={},i=t.split("."),t=i.shift(),i.length){for(r=a[t]=e.widget.extend({},this.options[t]),o=0;o<i.length-1;o++)r[i[o]]=r[i[o]]||{},r=r[i[o]];if(t=i.pop(),1===arguments.length)return void 0===r[t]?null:r[t];r[t]=n}else{if(1===arguments.length)return void 0===this.options[t]?null:this.options[t];a[t]=n}return this._setOptions(a),this},_setOptions:function(e){var t;for(t in e)this._setOption(t,e[t]);return this},_setOption:function(e,t){return"classes"===e&&this._setOptionClasses(t),this.options[e]=t,"disabled"===e&&this._setOptionDisabled(t),this},_setOptionClasses:function(t){var n,i,r;for(n in t)r=this.classesElementLookup[n],t[n]!==this.options.classes[n]&&r&&r.length&&(i=e(r.get()),this._removeClass(r,n),i.addClass(this._classes({element:i,keys:n,classes:t,add:!0})))},_setOptionDisabled:function(e){this._toggleClass(this.widget(),this.widgetFullName+"-disabled",null,!!e),e&&(this._removeClass(this.hoverable,null,"ui-state-hover"),this._removeClass(this.focusable,null,"ui-state-focus"))},enable:function(){return this._setOptions({disabled:!1})},disable:function(){return this._setOptions({disabled:!0})},_classes:function(t){var n=[],i=this;function r(r,o){var a,s;for(s=0;s<r.length;s++)a=i.classesElementLookup[r[s]]||e(),a=t.add?e(e.unique(a.get().concat(t.element.get()))):e(a.not(t.element).get()),i.classesElementLookup[r[s]]=a,n.push(r[s]),o&&t.classes[r[s]]&&n.push(t.classes[r[s]])}return t=e.extend({element:this.element,classes:this.options.classes||{}},t),this._on(t.element,{remove:"_untrackClassesElement"}),t.keys&&r(t.keys.match(/\S+/g)||[],!0),t.extra&&r(t.extra.match(/\S+/g)||[]),n.join(" ")},_untrackClassesElement:function(t){var n=this;e.each(n.classesElementLookup,(function(i,r){-1!==e.inArray(t.target,r)&&(n.classesElementLookup[i]=e(r.not(t.target).get()))}))},_removeClass:function(e,t,n){return this._toggleClass(e,t,n,!1)},_addClass:function(e,t,n){return this._toggleClass(e,t,n,!0)},_toggleClass:function(e,t,n,i){i="boolean"==typeof i?i:n;var r="string"==typeof e||null===e,o={extra:r?t:n,keys:r?e:t,element:r?this.element:e,add:i};return o.element.toggleClass(this._classes(o),i),this},_on:function(t,n,i){var r,o=this;"boolean"!=typeof t&&(i=n,n=t,t=!1),i?(n=r=e(n),this.bindings=this.bindings.add(n)):(i=n,n=this.element,r=this.widget()),e.each(i,(function(i,a){function s(){if(t||!0!==o.options.disabled&&!e(this).hasClass("ui-state-disabled"))return("string"==typeof a?o[a]:a).apply(o,arguments)}"string"!=typeof a&&(s.guid=a.guid=a.guid||s.guid||e.guid++);var l=i.match(/^([\w:-]*)\s*(.*)$/),u=l[1]+o.eventNamespace,c=l[2];c?r.on(u,c,s):n.on(u,s)}))},_off:function(t,n){n=(n||"").split(" ").join(this.eventNamespace+" ")+this.eventNamespace,t.off(n).off(n),this.bindings=e(this.bindings.not(t).get()),this.focusable=e(this.focusable.not(t).get()),this.hoverable=e(this.hoverable.not(t).get())},_delay:function(e,t){var n=this;return setTimeout((function(){return("string"==typeof e?n[e]:e).apply(n,arguments)}),t||0)},_hoverable:function(t){this.hoverable=this.hoverable.add(t),this._on(t,{mouseenter:function(t){this._addClass(e(t.currentTarget),null,"ui-state-hover")},mouseleave:function(t){this._removeClass(e(t.currentTarget),null,"ui-state-hover")}})},_focusable:function(t){this.focusable=this.focusable.add(t),this._on(t,{focusin:function(t){this._addClass(e(t.currentTarget),null,"ui-state-focus")},focusout:function(t){this._removeClass(e(t.currentTarget),null,"ui-state-focus")}})},_trigger:function(t,n,i){var r,o,a=this.options[t];if(i=i||{},(n=e.Event(n)).type=(t===this.widgetEventPrefix?t:this.widgetEventPrefix+t).toLowerCase(),n.target=this.element[0],o=n.originalEvent)for(r in o)r in n||(n[r]=o[r]);return this.element.trigger(n,i),!(e.isFunction(a)&&!1===a.apply(this.element[0],[n].concat(i))||n.isDefaultPrevented())}},e.each({show:"fadeIn",hide:"fadeOut"},(function(t,n){e.Widget.prototype["_"+t]=function(i,r,o){var a;"string"==typeof r&&(r={effect:r});var s=r?!0===r||"number"==typeof r?n:r.effect||n:t;"number"==typeof(r=r||{})&&(r={duration:r}),a=!e.isEmptyObject(r),r.complete=o,r.delay&&i.delay(r.delay),a&&e.effects&&e.effects.effect[s]?i[t](r):s!==t&&i[s]?i[s](r.duration,r.easing,o):i.queue((function(n){e(this)[t](),o&&o.call(i[0]),n()}))}})),e.widget,
/*!
* jQuery UI Position 1.12.1
* http://jqueryui.com
@@ -585,7 +1332,7 @@ void 0===e.migrateMute&&(e.migrateMute=!0),function(e,t,n){function i(n){var i=t
*
* http://api.jqueryui.com/position/
*/
-function(){var t,n=Math.max,i=Math.abs,r=/left|center|right/,o=/top|center|bottom/,s=/[\+\-]\d+(\.[\d]+)?%?/,a=/^\w+/,l=/%$/,c=e.fn.position;function u(e,t,n){return[parseFloat(e[0])*(l.test(e[0])?t/100:1),parseFloat(e[1])*(l.test(e[1])?n/100:1)]}function d(t,n){return parseInt(e.css(t,n),10)||0}function h(t){var n=t[0];return 9===n.nodeType?{width:t.width(),height:t.height(),offset:{top:0,left:0}}:e.isWindow(n)?{width:t.width(),height:t.height(),offset:{top:t.scrollTop(),left:t.scrollLeft()}}:n.preventDefault?{width:0,height:0,offset:{top:n.pageY,left:n.pageX}}:{width:t.outerWidth(),height:t.outerHeight(),offset:t.offset()}}e.position={scrollbarWidth:function(){if(void 0!==t)return t;var n,i,r=e("<div style='display:block;position:absolute;width:50px;height:50px;overflow:hidden;'><div style='height:100px;width:auto;'></div></div>"),o=r.children()[0];return e("body").append(r),n=o.offsetWidth,r.css("overflow","scroll"),n===(i=o.offsetWidth)&&(i=r[0].clientWidth),r.remove(),t=n-i},getScrollInfo:function(t){var n=t.isWindow||t.isDocument?"":t.element.css("overflow-x"),i=t.isWindow||t.isDocument?"":t.element.css("overflow-y"),r="scroll"===n||"auto"===n&&t.width<t.element[0].scrollWidth;return{width:"scroll"===i||"auto"===i&&t.height<t.element[0].scrollHeight?e.position.scrollbarWidth():0,height:r?e.position.scrollbarWidth():0}},getWithinInfo:function(t){var n=e(t||window),i=e.isWindow(n[0]),r=!!n[0]&&9===n[0].nodeType;return{element:n,isWindow:i,isDocument:r,offset:i||r?{left:0,top:0}:e(t).offset(),scrollLeft:n.scrollLeft(),scrollTop:n.scrollTop(),width:n.outerWidth(),height:n.outerHeight()}}},e.fn.position=function(t){if(!t||!t.of)return c.apply(this,arguments);t=e.extend({},t);var l,f,p,m,g,v,_=e(t.of),y=e.position.getWithinInfo(t.within),b=e.position.getScrollInfo(y),w=(t.collision||"flip").split(" "),x={};return v=h(_),_[0].preventDefault&&(t.at="left top"),f=v.width,p=v.height,m=v.offset,g=e.extend({},m),e.each(["my","at"],(function(){var e,n,i=(t[this]||"").split(" ");1===i.length&&(i=r.test(i[0])?i.concat(["center"]):o.test(i[0])?["center"].concat(i):["center","center"]),i[0]=r.test(i[0])?i[0]:"center",i[1]=o.test(i[1])?i[1]:"center",e=s.exec(i[0]),n=s.exec(i[1]),x[this]=[e?e[0]:0,n?n[0]:0],t[this]=[a.exec(i[0])[0],a.exec(i[1])[0]]})),1===w.length&&(w[1]=w[0]),"right"===t.at[0]?g.left+=f:"center"===t.at[0]&&(g.left+=f/2),"bottom"===t.at[1]?g.top+=p:"center"===t.at[1]&&(g.top+=p/2),l=u(x.at,f,p),g.left+=l[0],g.top+=l[1],this.each((function(){var r,o,s=e(this),a=s.outerWidth(),c=s.outerHeight(),h=d(this,"marginLeft"),v=d(this,"marginTop"),k=a+h+d(this,"marginRight")+b.width,M=c+v+d(this,"marginBottom")+b.height,A=e.extend({},g),L=u(x.my,s.outerWidth(),s.outerHeight());"right"===t.my[0]?A.left-=a:"center"===t.my[0]&&(A.left-=a/2),"bottom"===t.my[1]?A.top-=c:"center"===t.my[1]&&(A.top-=c/2),A.left+=L[0],A.top+=L[1],r={marginLeft:h,marginTop:v},e.each(["left","top"],(function(n,i){e.ui.position[w[n]]&&e.ui.position[w[n]][i](A,{targetWidth:f,targetHeight:p,elemWidth:a,elemHeight:c,collisionPosition:r,collisionWidth:k,collisionHeight:M,offset:[l[0]+L[0],l[1]+L[1]],my:t.my,at:t.at,within:y,elem:s})})),t.using&&(o=function(e){var r=m.left-A.left,o=r+f-a,l=m.top-A.top,u=l+p-c,d={target:{element:_,left:m.left,top:m.top,width:f,height:p},element:{element:s,left:A.left,top:A.top,width:a,height:c},horizontal:o<0?"left":r>0?"right":"center",vertical:u<0?"top":l>0?"bottom":"middle"};f<a&&i(r+o)<f&&(d.horizontal="center"),p<c&&i(l+u)<p&&(d.vertical="middle"),n(i(r),i(o))>n(i(l),i(u))?d.important="horizontal":d.important="vertical",t.using.call(this,e,d)}),s.offset(e.extend(A,{using:o}))}))},e.ui.position={fit:{left:function(e,t){var i,r=t.within,o=r.isWindow?r.scrollLeft:r.offset.left,s=r.width,a=e.left-t.collisionPosition.marginLeft,l=o-a,c=a+t.collisionWidth-s-o;t.collisionWidth>s?l>0&&c<=0?(i=e.left+l+t.collisionWidth-s-o,e.left+=l-i):e.left=c>0&&l<=0?o:l>c?o+s-t.collisionWidth:o:l>0?e.left+=l:c>0?e.left-=c:e.left=n(e.left-a,e.left)},top:function(e,t){var i,r=t.within,o=r.isWindow?r.scrollTop:r.offset.top,s=t.within.height,a=e.top-t.collisionPosition.marginTop,l=o-a,c=a+t.collisionHeight-s-o;t.collisionHeight>s?l>0&&c<=0?(i=e.top+l+t.collisionHeight-s-o,e.top+=l-i):e.top=c>0&&l<=0?o:l>c?o+s-t.collisionHeight:o:l>0?e.top+=l:c>0?e.top-=c:e.top=n(e.top-a,e.top)}},flip:{left:function(e,t){var n,r,o=t.within,s=o.offset.left+o.scrollLeft,a=o.width,l=o.isWindow?o.scrollLeft:o.offset.left,c=e.left-t.collisionPosition.marginLeft,u=c-l,d=c+t.collisionWidth-a-l,h="left"===t.my[0]?-t.elemWidth:"right"===t.my[0]?t.elemWidth:0,f="left"===t.at[0]?t.targetWidth:"right"===t.at[0]?-t.targetWidth:0,p=-2*t.offset[0];u<0?((n=e.left+h+f+p+t.collisionWidth-a-s)<0||n<i(u))&&(e.left+=h+f+p):d>0&&((r=e.left-t.collisionPosition.marginLeft+h+f+p-l)>0||i(r)<d)&&(e.left+=h+f+p)},top:function(e,t){var n,r,o=t.within,s=o.offset.top+o.scrollTop,a=o.height,l=o.isWindow?o.scrollTop:o.offset.top,c=e.top-t.collisionPosition.marginTop,u=c-l,d=c+t.collisionHeight-a-l,h="top"===t.my[1]?-t.elemHeight:"bottom"===t.my[1]?t.elemHeight:0,f="top"===t.at[1]?t.targetHeight:"bottom"===t.at[1]?-t.targetHeight:0,p=-2*t.offset[1];u<0?((r=e.top+h+f+p+t.collisionHeight-a-s)<0||r<i(u))&&(e.top+=h+f+p):d>0&&((n=e.top-t.collisionPosition.marginTop+h+f+p-l)>0||i(n)<d)&&(e.top+=h+f+p)}},flipfit:{left:function(){e.ui.position.flip.left.apply(this,arguments),e.ui.position.fit.left.apply(this,arguments)},top:function(){e.ui.position.flip.top.apply(this,arguments),e.ui.position.fit.top.apply(this,arguments)}}}}(),e.ui.position,e.extend(e.expr[":"],{data:e.expr.createPseudo?e.expr.createPseudo((function(t){return function(n){return!!e.data(n,t)}})):function(t,n,i){return!!e.data(t,i[3])}}),e.fn.extend({disableSelection:(r="onselectstart"in document.createElement("div")?"selectstart":"mousedown",function(){return this.on(r+".ui-disableSelection",(function(e){e.preventDefault()}))}),enableSelection:function(){return this.off(".ui-disableSelection")}});var r,o,s,a,l=e;
+function(){var t,n=Math.max,i=Math.abs,r=/left|center|right/,o=/top|center|bottom/,a=/[\+\-]\d+(\.[\d]+)?%?/,s=/^\w+/,l=/%$/,u=e.fn.position;function c(e,t,n){return[parseFloat(e[0])*(l.test(e[0])?t/100:1),parseFloat(e[1])*(l.test(e[1])?n/100:1)]}function d(t,n){return parseInt(e.css(t,n),10)||0}function h(t){var n=t[0];return 9===n.nodeType?{width:t.width(),height:t.height(),offset:{top:0,left:0}}:e.isWindow(n)?{width:t.width(),height:t.height(),offset:{top:t.scrollTop(),left:t.scrollLeft()}}:n.preventDefault?{width:0,height:0,offset:{top:n.pageY,left:n.pageX}}:{width:t.outerWidth(),height:t.outerHeight(),offset:t.offset()}}e.position={scrollbarWidth:function(){if(void 0!==t)return t;var n,i,r=e("<div style='display:block;position:absolute;width:50px;height:50px;overflow:hidden;'><div style='height:100px;width:auto;'></div></div>"),o=r.children()[0];return e("body").append(r),n=o.offsetWidth,r.css("overflow","scroll"),n===(i=o.offsetWidth)&&(i=r[0].clientWidth),r.remove(),t=n-i},getScrollInfo:function(t){var n=t.isWindow||t.isDocument?"":t.element.css("overflow-x"),i=t.isWindow||t.isDocument?"":t.element.css("overflow-y"),r="scroll"===n||"auto"===n&&t.width<t.element[0].scrollWidth;return{width:"scroll"===i||"auto"===i&&t.height<t.element[0].scrollHeight?e.position.scrollbarWidth():0,height:r?e.position.scrollbarWidth():0}},getWithinInfo:function(t){var n=e(t||window),i=e.isWindow(n[0]),r=!!n[0]&&9===n[0].nodeType;return{element:n,isWindow:i,isDocument:r,offset:i||r?{left:0,top:0}:e(t).offset(),scrollLeft:n.scrollLeft(),scrollTop:n.scrollTop(),width:n.outerWidth(),height:n.outerHeight()}}},e.fn.position=function(t){if(!t||!t.of)return u.apply(this,arguments);t=e.extend({},t);var l,p,f,m,g,A,v=e(t.of),_=e.position.getWithinInfo(t.within),b=e.position.getScrollInfo(_),y=(t.collision||"flip").split(" "),w={};return A=h(v),v[0].preventDefault&&(t.at="left top"),p=A.width,f=A.height,m=A.offset,g=e.extend({},m),e.each(["my","at"],(function(){var e,n,i=(t[this]||"").split(" ");1===i.length&&(i=r.test(i[0])?i.concat(["center"]):o.test(i[0])?["center"].concat(i):["center","center"]),i[0]=r.test(i[0])?i[0]:"center",i[1]=o.test(i[1])?i[1]:"center",e=a.exec(i[0]),n=a.exec(i[1]),w[this]=[e?e[0]:0,n?n[0]:0],t[this]=[s.exec(i[0])[0],s.exec(i[1])[0]]})),1===y.length&&(y[1]=y[0]),"right"===t.at[0]?g.left+=p:"center"===t.at[0]&&(g.left+=p/2),"bottom"===t.at[1]?g.top+=f:"center"===t.at[1]&&(g.top+=f/2),l=c(w.at,p,f),g.left+=l[0],g.top+=l[1],this.each((function(){var r,o,a=e(this),s=a.outerWidth(),u=a.outerHeight(),h=d(this,"marginLeft"),A=d(this,"marginTop"),C=s+h+d(this,"marginRight")+b.width,x=u+A+d(this,"marginBottom")+b.height,k=e.extend({},g),M=c(w.my,a.outerWidth(),a.outerHeight());"right"===t.my[0]?k.left-=s:"center"===t.my[0]&&(k.left-=s/2),"bottom"===t.my[1]?k.top-=u:"center"===t.my[1]&&(k.top-=u/2),k.left+=M[0],k.top+=M[1],r={marginLeft:h,marginTop:A},e.each(["left","top"],(function(n,i){e.ui.position[y[n]]&&e.ui.position[y[n]][i](k,{targetWidth:p,targetHeight:f,elemWidth:s,elemHeight:u,collisionPosition:r,collisionWidth:C,collisionHeight:x,offset:[l[0]+M[0],l[1]+M[1]],my:t.my,at:t.at,within:_,elem:a})})),t.using&&(o=function(e){var r=m.left-k.left,o=r+p-s,l=m.top-k.top,c=l+f-u,d={target:{element:v,left:m.left,top:m.top,width:p,height:f},element:{element:a,left:k.left,top:k.top,width:s,height:u},horizontal:o<0?"left":r>0?"right":"center",vertical:c<0?"top":l>0?"bottom":"middle"};p<s&&i(r+o)<p&&(d.horizontal="center"),f<u&&i(l+c)<f&&(d.vertical="middle"),n(i(r),i(o))>n(i(l),i(c))?d.important="horizontal":d.important="vertical",t.using.call(this,e,d)}),a.offset(e.extend(k,{using:o}))}))},e.ui.position={fit:{left:function(e,t){var i,r=t.within,o=r.isWindow?r.scrollLeft:r.offset.left,a=r.width,s=e.left-t.collisionPosition.marginLeft,l=o-s,u=s+t.collisionWidth-a-o;t.collisionWidth>a?l>0&&u<=0?(i=e.left+l+t.collisionWidth-a-o,e.left+=l-i):e.left=u>0&&l<=0?o:l>u?o+a-t.collisionWidth:o:l>0?e.left+=l:u>0?e.left-=u:e.left=n(e.left-s,e.left)},top:function(e,t){var i,r=t.within,o=r.isWindow?r.scrollTop:r.offset.top,a=t.within.height,s=e.top-t.collisionPosition.marginTop,l=o-s,u=s+t.collisionHeight-a-o;t.collisionHeight>a?l>0&&u<=0?(i=e.top+l+t.collisionHeight-a-o,e.top+=l-i):e.top=u>0&&l<=0?o:l>u?o+a-t.collisionHeight:o:l>0?e.top+=l:u>0?e.top-=u:e.top=n(e.top-s,e.top)}},flip:{left:function(e,t){var n,r,o=t.within,a=o.offset.left+o.scrollLeft,s=o.width,l=o.isWindow?o.scrollLeft:o.offset.left,u=e.left-t.collisionPosition.marginLeft,c=u-l,d=u+t.collisionWidth-s-l,h="left"===t.my[0]?-t.elemWidth:"right"===t.my[0]?t.elemWidth:0,p="left"===t.at[0]?t.targetWidth:"right"===t.at[0]?-t.targetWidth:0,f=-2*t.offset[0];c<0?((n=e.left+h+p+f+t.collisionWidth-s-a)<0||n<i(c))&&(e.left+=h+p+f):d>0&&((r=e.left-t.collisionPosition.marginLeft+h+p+f-l)>0||i(r)<d)&&(e.left+=h+p+f)},top:function(e,t){var n,r,o=t.within,a=o.offset.top+o.scrollTop,s=o.height,l=o.isWindow?o.scrollTop:o.offset.top,u=e.top-t.collisionPosition.marginTop,c=u-l,d=u+t.collisionHeight-s-l,h="top"===t.my[1]?-t.elemHeight:"bottom"===t.my[1]?t.elemHeight:0,p="top"===t.at[1]?t.targetHeight:"bottom"===t.at[1]?-t.targetHeight:0,f=-2*t.offset[1];c<0?((r=e.top+h+p+f+t.collisionHeight-s-a)<0||r<i(c))&&(e.top+=h+p+f):d>0&&((n=e.top-t.collisionPosition.marginTop+h+p+f-l)>0||i(n)<d)&&(e.top+=h+p+f)}},flipfit:{left:function(){e.ui.position.flip.left.apply(this,arguments),e.ui.position.fit.left.apply(this,arguments)},top:function(){e.ui.position.flip.top.apply(this,arguments),e.ui.position.fit.top.apply(this,arguments)}}}}(),e.ui.position,e.extend(e.expr[":"],{data:e.expr.createPseudo?e.expr.createPseudo((function(t){return function(n){return!!e.data(n,t)}})):function(t,n,i){return!!e.data(t,i[3])}}),e.fn.extend({disableSelection:(r="onselectstart"in document.createElement("div")?"selectstart":"mousedown",function(){return this.on(r+".ui-disableSelection",(function(e){e.preventDefault()}))}),enableSelection:function(){return this.off(".ui-disableSelection")}});var r,o,a,s,l=e;
/*!
* jQuery UI :data 1.12.1
* http://jqueryui.com
@@ -604,7 +1351,7 @@ function(){var t,n=Math.max,i=Math.abs,r=/left|center|right/,o=/top|center|botto
*
* Date: Wed Jan 16 08:47:09 2013 -0600
*/
-function(e,t){var n,i=/^([\-+])=\s*(\d+\.?\d*)/,r=[{re:/rgba?\(\s*(\d{1,3})\s*,\s*(\d{1,3})\s*,\s*(\d{1,3})\s*(?:,\s*(\d?(?:\.\d+)?)\s*)?\)/,parse:function(e){return[e[1],e[2],e[3],e[4]]}},{re:/rgba?\(\s*(\d+(?:\.\d+)?)\%\s*,\s*(\d+(?:\.\d+)?)\%\s*,\s*(\d+(?:\.\d+)?)\%\s*(?:,\s*(\d?(?:\.\d+)?)\s*)?\)/,parse:function(e){return[2.55*e[1],2.55*e[2],2.55*e[3],e[4]]}},{re:/#([a-f0-9]{2})([a-f0-9]{2})([a-f0-9]{2})/,parse:function(e){return[parseInt(e[1],16),parseInt(e[2],16),parseInt(e[3],16)]}},{re:/#([a-f0-9])([a-f0-9])([a-f0-9])/,parse:function(e){return[parseInt(e[1]+e[1],16),parseInt(e[2]+e[2],16),parseInt(e[3]+e[3],16)]}},{re:/hsla?\(\s*(\d+(?:\.\d+)?)\s*,\s*(\d+(?:\.\d+)?)\%\s*,\s*(\d+(?:\.\d+)?)\%\s*(?:,\s*(\d?(?:\.\d+)?)\s*)?\)/,space:"hsla",parse:function(e){return[e[1],e[2]/100,e[3]/100,e[4]]}}],o=e.Color=function(t,n,i,r){return new e.Color.fn.parse(t,n,i,r)},s={rgba:{props:{red:{idx:0,type:"byte"},green:{idx:1,type:"byte"},blue:{idx:2,type:"byte"}}},hsla:{props:{hue:{idx:0,type:"degrees"},saturation:{idx:1,type:"percent"},lightness:{idx:2,type:"percent"}}}},a={byte:{floor:!0,max:255},percent:{max:1},degrees:{mod:360,floor:!0}},l=o.support={},c=e("<p>")[0],u=e.each;function d(e,t,n){var i=a[t.type]||{};return null==e?n||!t.def?null:t.def:(e=i.floor?~~e:parseFloat(e),isNaN(e)?t.def:i.mod?(e+i.mod)%i.mod:0>e?0:i.max<e?i.max:e)}function h(t){var i=o(),a=i._rgba=[];return t=t.toLowerCase(),u(r,(function(e,n){var r,o=n.re.exec(t),l=o&&n.parse(o),c=n.space||"rgba";if(l)return r=i[c](l),i[s[c].cache]=r[s[c].cache],a=i._rgba=r._rgba,!1})),a.length?("0,0,0,0"===a.join()&&e.extend(a,n.transparent),i):n[t]}function f(e,t,n){return 6*(n=(n+1)%1)<1?e+(t-e)*n*6:2*n<1?t:3*n<2?e+(t-e)*(2/3-n)*6:e}c.style.cssText="background-color:rgba(1,1,1,.5)",l.rgba=c.style.backgroundColor.indexOf("rgba")>-1,u(s,(function(e,t){t.cache="_"+e,t.props.alpha={idx:3,type:"percent",def:1}})),o.fn=e.extend(o.prototype,{parse:function(t,i,r,a){if(void 0===t)return this._rgba=[null,null,null,null],this;(t.jquery||t.nodeType)&&(t=e(t).css(i),i=void 0);var l=this,c=e.type(t),f=this._rgba=[];return void 0!==i&&(t=[t,i,r,a],c="array"),"string"===c?this.parse(h(t)||n._default):"array"===c?(u(s.rgba.props,(function(e,n){f[n.idx]=d(t[n.idx],n)})),this):"object"===c?(u(s,t instanceof o?function(e,n){t[n.cache]&&(l[n.cache]=t[n.cache].slice())}:function(n,i){var r=i.cache;u(i.props,(function(e,n){if(!l[r]&&i.to){if("alpha"===e||null==t[e])return;l[r]=i.to(l._rgba)}l[r][n.idx]=d(t[e],n,!0)})),l[r]&&e.inArray(null,l[r].slice(0,3))<0&&(l[r][3]=1,i.from&&(l._rgba=i.from(l[r])))}),this):void 0},is:function(e){var t=o(e),n=!0,i=this;return u(s,(function(e,r){var o,s=t[r.cache];return s&&(o=i[r.cache]||r.to&&r.to(i._rgba)||[],u(r.props,(function(e,t){if(null!=s[t.idx])return n=s[t.idx]===o[t.idx]}))),n})),n},_space:function(){var e=[],t=this;return u(s,(function(n,i){t[i.cache]&&e.push(n)})),e.pop()},transition:function(e,t){var n=o(e),i=n._space(),r=s[i],l=0===this.alpha()?o("transparent"):this,c=l[r.cache]||r.to(l._rgba),h=c.slice();return n=n[r.cache],u(r.props,(function(e,i){var r=i.idx,o=c[r],s=n[r],l=a[i.type]||{};null!==s&&(null===o?h[r]=s:(l.mod&&(s-o>l.mod/2?o+=l.mod:o-s>l.mod/2&&(o-=l.mod)),h[r]=d((s-o)*t+o,i)))})),this[i](h)},blend:function(t){if(1===this._rgba[3])return this;var n=this._rgba.slice(),i=n.pop(),r=o(t)._rgba;return o(e.map(n,(function(e,t){return(1-i)*r[t]+i*e})))},toRgbaString:function(){var t="rgba(",n=e.map(this._rgba,(function(e,t){return null==e?t>2?1:0:e}));return 1===n[3]&&(n.pop(),t="rgb("),t+n.join()+")"},toHslaString:function(){var t="hsla(",n=e.map(this.hsla(),(function(e,t){return null==e&&(e=t>2?1:0),t&&t<3&&(e=Math.round(100*e)+"%"),e}));return 1===n[3]&&(n.pop(),t="hsl("),t+n.join()+")"},toHexString:function(t){var n=this._rgba.slice(),i=n.pop();return t&&n.push(~~(255*i)),"#"+e.map(n,(function(e){return 1===(e=(e||0).toString(16)).length?"0"+e:e})).join("")},toString:function(){return 0===this._rgba[3]?"transparent":this.toRgbaString()}}),o.fn.parse.prototype=o.fn,s.hsla.to=function(e){if(null==e[0]||null==e[1]||null==e[2])return[null,null,null,e[3]];var t,n,i=e[0]/255,r=e[1]/255,o=e[2]/255,s=e[3],a=Math.max(i,r,o),l=Math.min(i,r,o),c=a-l,u=a+l,d=.5*u;return t=l===a?0:i===a?60*(r-o)/c+360:r===a?60*(o-i)/c+120:60*(i-r)/c+240,n=0===c?0:d<=.5?c/u:c/(2-u),[Math.round(t)%360,n,d,null==s?1:s]},s.hsla.from=function(e){if(null==e[0]||null==e[1]||null==e[2])return[null,null,null,e[3]];var t=e[0]/360,n=e[1],i=e[2],r=e[3],o=i<=.5?i*(1+n):i+n-i*n,s=2*i-o;return[Math.round(255*f(s,o,t+1/3)),Math.round(255*f(s,o,t)),Math.round(255*f(s,o,t-1/3)),r]},u(s,(function(t,n){var r=n.props,s=n.cache,a=n.to,l=n.from;o.fn[t]=function(t){if(a&&!this[s]&&(this[s]=a(this._rgba)),void 0===t)return this[s].slice();var n,i=e.type(t),c="array"===i||"object"===i?t:arguments,h=this[s].slice();return u(r,(function(e,t){var n=c["object"===i?e:t.idx];null==n&&(n=h[t.idx]),h[t.idx]=d(n,t)})),l?((n=o(l(h)))[s]=h,n):o(h)},u(r,(function(n,r){o.fn[n]||(o.fn[n]=function(o){var s,a=e.type(o),l="alpha"===n?this._hsla?"hsla":"rgba":t,c=this[l](),u=c[r.idx];return"undefined"===a?u:("function"===a&&(o=o.call(this,u),a=e.type(o)),null==o&&r.empty?this:("string"===a&&(s=i.exec(o))&&(o=u+parseFloat(s[2])*("+"===s[1]?1:-1)),c[r.idx]=o,this[l](c)))})}))})),o.hook=function(t){var n=t.split(" ");u(n,(function(t,n){e.cssHooks[n]={set:function(t,i){var r,s,a="";if("transparent"!==i&&("string"!==e.type(i)||(r=h(i)))){if(i=o(r||i),!l.rgba&&1!==i._rgba[3]){for(s="backgroundColor"===n?t.parentNode:t;(""===a||"transparent"===a)&&s&&s.style;)try{a=e.css(s,"backgroundColor"),s=s.parentNode}catch(e){}i=i.blend(a&&"transparent"!==a?a:"_default")}i=i.toRgbaString()}try{t.style[n]=i}catch(e){}}},e.fx.step[n]=function(t){t.colorInit||(t.start=o(t.elem,n),t.end=o(t.end),t.colorInit=!0),e.cssHooks[n].set(t.elem,t.start.transition(t.end,t.pos))}}))},o.hook("backgroundColor borderBottomColor borderLeftColor borderRightColor borderTopColor color columnRuleColor outlineColor textDecorationColor textEmphasisColor"),e.cssHooks.borderColor={expand:function(e){var t={};return u(["Top","Right","Bottom","Left"],(function(n,i){t["border"+i+"Color"]=e})),t}},n=e.Color.names={aqua:"#00ffff",black:"#000000",blue:"#0000ff",fuchsia:"#ff00ff",gray:"#808080",green:"#008000",lime:"#00ff00",maroon:"#800000",navy:"#000080",olive:"#808000",purple:"#800080",red:"#ff0000",silver:"#c0c0c0",teal:"#008080",white:"#ffffff",yellow:"#ffff00",transparent:[null,null,null,0],_default:"#ffffff"}}(l),function(){var t=["add","remove","toggle"],n={border:1,borderBottom:1,borderColor:1,borderLeft:1,borderRight:1,borderTop:1,borderWidth:1,margin:1,padding:1};function i(t){var n,i,r=t.ownerDocument.defaultView?t.ownerDocument.defaultView.getComputedStyle(t,null):t.currentStyle,o={};if(r&&r.length&&r[0]&&r[r[0]])for(i=r.length;i--;)"string"==typeof r[n=r[i]]&&(o[e.camelCase(n)]=r[n]);else for(n in r)"string"==typeof r[n]&&(o[n]=r[n]);return o}e.each(["borderLeftStyle","borderRightStyle","borderBottomStyle","borderTopStyle"],(function(t,n){e.fx.step[n]=function(e){("none"!==e.end&&!e.setAttr||1===e.pos&&!e.setAttr)&&(l.style(e.elem,n,e.end),e.setAttr=!0)}})),e.fn.addBack||(e.fn.addBack=function(e){return this.add(null==e?this.prevObject:this.prevObject.filter(e))}),e.effects.animateClass=function(r,o,s,a){var l=e.speed(o,s,a);return this.queue((function(){var o,s=e(this),a=s.attr("class")||"",c=l.children?s.find("*").addBack():s;c=c.map((function(){return{el:e(this),start:i(this)}})),(o=function(){e.each(t,(function(e,t){r[t]&&s[t+"Class"](r[t])}))})(),c=c.map((function(){return this.end=i(this.el[0]),this.diff=function(t,i){var r,o,s={};for(r in i)o=i[r],t[r]!==o&&(n[r]||!e.fx.step[r]&&isNaN(parseFloat(o))||(s[r]=o));return s}(this.start,this.end),this})),s.attr("class",a),c=c.map((function(){var t=this,n=e.Deferred(),i=e.extend({},l,{queue:!1,complete:function(){n.resolve(t)}});return this.el.animate(this.diff,i),n.promise()})),e.when.apply(e,c.get()).done((function(){o(),e.each(arguments,(function(){var t=this.el;e.each(this.diff,(function(e){t.css(e,"")}))})),l.complete.call(s[0])}))}))},e.fn.extend({addClass:function(t){return function(n,i,r,o){return i?e.effects.animateClass.call(this,{add:n},i,r,o):t.apply(this,arguments)}}(e.fn.addClass),removeClass:function(t){return function(n,i,r,o){return arguments.length>1?e.effects.animateClass.call(this,{remove:n},i,r,o):t.apply(this,arguments)}}(e.fn.removeClass),toggleClass:function(t){return function(n,i,r,o,s){return"boolean"==typeof i||void 0===i?r?e.effects.animateClass.call(this,i?{add:n}:{remove:n},r,o,s):t.apply(this,arguments):e.effects.animateClass.call(this,{toggle:n},i,r,o)}}(e.fn.toggleClass),switchClass:function(t,n,i,r,o){return e.effects.animateClass.call(this,{add:n,remove:t},i,r,o)}})}(),function(){function t(t,n,i,r){return e.isPlainObject(t)&&(n=t,t=t.effect),t={effect:t},null==n&&(n={}),e.isFunction(n)&&(r=n,i=null,n={}),("number"==typeof n||e.fx.speeds[n])&&(r=i,i=n,n={}),e.isFunction(i)&&(r=i,i=null),n&&e.extend(t,n),i=i||n.duration,t.duration=e.fx.off?0:"number"==typeof i?i:i in e.fx.speeds?e.fx.speeds[i]:e.fx.speeds._default,t.complete=r||n.complete,t}function n(t){return!(t&&"number"!=typeof t&&!e.fx.speeds[t])||"string"==typeof t&&!e.effects.effect[t]||!!e.isFunction(t)||"object"==typeof t&&!t.effect}function i(e,t){var n=t.outerWidth(),i=t.outerHeight(),r=/^rect\((-?\d*\.?\d*px|-?\d+%|auto),?\s*(-?\d*\.?\d*px|-?\d+%|auto),?\s*(-?\d*\.?\d*px|-?\d+%|auto),?\s*(-?\d*\.?\d*px|-?\d+%|auto)\)$/.exec(e)||["",0,n,i,0];return{top:parseFloat(r[1])||0,right:"auto"===r[2]?n:parseFloat(r[2]),bottom:"auto"===r[3]?i:parseFloat(r[3]),left:parseFloat(r[4])||0}}e.expr&&e.expr.filters&&e.expr.filters.animated&&(e.expr.filters.animated=function(t){return function(n){return!!e(n).data("ui-effects-animated")||t(n)}}(e.expr.filters.animated)),!1!==e.uiBackCompat&&e.extend(e.effects,{save:function(e,t){for(var n=0,i=t.length;n<i;n++)null!==t[n]&&e.data("ui-effects-"+t[n],e[0].style[t[n]])},restore:function(e,t){for(var n,i=0,r=t.length;i<r;i++)null!==t[i]&&(n=e.data("ui-effects-"+t[i]),e.css(t[i],n))},setMode:function(e,t){return"toggle"===t&&(t=e.is(":hidden")?"show":"hide"),t},createWrapper:function(t){if(t.parent().is(".ui-effects-wrapper"))return t.parent();var n={width:t.outerWidth(!0),height:t.outerHeight(!0),float:t.css("float")},i=e("<div></div>").addClass("ui-effects-wrapper").css({fontSize:"100%",background:"transparent",border:"none",margin:0,padding:0}),r={width:t.width(),height:t.height()},o=document.activeElement;try{o.id}catch(e){o=document.body}return t.wrap(i),(t[0]===o||e.contains(t[0],o))&&e(o).trigger("focus"),i=t.parent(),"static"===t.css("position")?(i.css({position:"relative"}),t.css({position:"relative"})):(e.extend(n,{position:t.css("position"),zIndex:t.css("z-index")}),e.each(["top","left","bottom","right"],(function(e,i){n[i]=t.css(i),isNaN(parseInt(n[i],10))&&(n[i]="auto")})),t.css({position:"relative",top:0,left:0,right:"auto",bottom:"auto"})),t.css(r),i.css(n).show()},removeWrapper:function(t){var n=document.activeElement;return t.parent().is(".ui-effects-wrapper")&&(t.parent().replaceWith(t),(t[0]===n||e.contains(t[0],n))&&e(n).trigger("focus")),t}}),e.extend(e.effects,{version:"1.12.1",define:function(t,n,i){return i||(i=n,n="effect"),e.effects.effect[t]=i,e.effects.effect[t].mode=n,i},scaledDimensions:function(e,t,n){if(0===t)return{height:0,width:0,outerHeight:0,outerWidth:0};var i="horizontal"!==n?(t||100)/100:1,r="vertical"!==n?(t||100)/100:1;return{height:e.height()*r,width:e.width()*i,outerHeight:e.outerHeight()*r,outerWidth:e.outerWidth()*i}},clipToBox:function(e){return{width:e.clip.right-e.clip.left,height:e.clip.bottom-e.clip.top,left:e.clip.left,top:e.clip.top}},unshift:function(e,t,n){var i=e.queue();t>1&&i.splice.apply(i,[1,0].concat(i.splice(t,n))),e.dequeue()},saveStyle:function(e){e.data("ui-effects-style",e[0].style.cssText)},restoreStyle:function(e){e[0].style.cssText=e.data("ui-effects-style")||"",e.removeData("ui-effects-style")},mode:function(e,t){var n=e.is(":hidden");return"toggle"===t&&(t=n?"show":"hide"),(n?"hide"===t:"show"===t)&&(t="none"),t},getBaseline:function(e,t){var n,i;switch(e[0]){case"top":n=0;break;case"middle":n=.5;break;case"bottom":n=1;break;default:n=e[0]/t.height}switch(e[1]){case"left":i=0;break;case"center":i=.5;break;case"right":i=1;break;default:i=e[1]/t.width}return{x:i,y:n}},createPlaceholder:function(t){var n,i=t.css("position"),r=t.position();return t.css({marginTop:t.css("marginTop"),marginBottom:t.css("marginBottom"),marginLeft:t.css("marginLeft"),marginRight:t.css("marginRight")}).outerWidth(t.outerWidth()).outerHeight(t.outerHeight()),/^(static|relative)/.test(i)&&(i="absolute",n=e("<"+t[0].nodeName+">").insertAfter(t).css({display:/^(inline|ruby)/.test(t.css("display"))?"inline-block":"block",visibility:"hidden",marginTop:t.css("marginTop"),marginBottom:t.css("marginBottom"),marginLeft:t.css("marginLeft"),marginRight:t.css("marginRight"),float:t.css("float")}).outerWidth(t.outerWidth()).outerHeight(t.outerHeight()).addClass("ui-effects-placeholder"),t.data("ui-effects-placeholder",n)),t.css({position:i,left:r.left,top:r.top}),n},removePlaceholder:function(e){var t="ui-effects-placeholder",n=e.data(t);n&&(n.remove(),e.removeData(t))},cleanUp:function(t){e.effects.restoreStyle(t),e.effects.removePlaceholder(t)},setTransition:function(t,n,i,r){return r=r||{},e.each(n,(function(e,n){var o=t.cssUnit(n);o[0]>0&&(r[n]=o[0]*i+o[1])})),r}}),e.fn.extend({effect:function(){var n=t.apply(this,arguments),i=e.effects.effect[n.effect],r=i.mode,o=n.queue,s=o||"fx",a=n.complete,l=n.mode,c=[],u=function(t){var n=e(this),i=e.effects.mode(n,l)||r;n.data("ui-effects-animated",!0),c.push(i),r&&("show"===i||i===r&&"hide"===i)&&n.show(),r&&"none"===i||e.effects.saveStyle(n),e.isFunction(t)&&t()};if(e.fx.off||!i)return l?this[l](n.duration,a):this.each((function(){a&&a.call(this)}));function d(t){var o=e(this);function s(){e.isFunction(a)&&a.call(o[0]),e.isFunction(t)&&t()}n.mode=c.shift(),!1===e.uiBackCompat||r?"none"===n.mode?(o[l](),s()):i.call(o[0],n,(function(){o.removeData("ui-effects-animated"),e.effects.cleanUp(o),"hide"===n.mode&&o.hide(),s()})):(o.is(":hidden")?"hide"===l:"show"===l)?(o[l](),s()):i.call(o[0],n,s)}return!1===o?this.each(u).each(d):this.queue(s,u).queue(s,d)},show:function(e){return function(i){if(n(i))return e.apply(this,arguments);var r=t.apply(this,arguments);return r.mode="show",this.effect.call(this,r)}}(e.fn.show),hide:function(e){return function(i){if(n(i))return e.apply(this,arguments);var r=t.apply(this,arguments);return r.mode="hide",this.effect.call(this,r)}}(e.fn.hide),toggle:function(e){return function(i){if(n(i)||"boolean"==typeof i)return e.apply(this,arguments);var r=t.apply(this,arguments);return r.mode="toggle",this.effect.call(this,r)}}(e.fn.toggle),cssUnit:function(t){var n=this.css(t),i=[];return e.each(["em","px","%","pt"],(function(e,t){n.indexOf(t)>0&&(i=[parseFloat(n),t])})),i},cssClip:function(e){return e?this.css("clip","rect("+e.top+"px "+e.right+"px "+e.bottom+"px "+e.left+"px)"):i(this.css("clip"),this)},transfer:function(t,n){var i=e(this),r=e(t.to),o="fixed"===r.css("position"),s=e("body"),a=o?s.scrollTop():0,l=o?s.scrollLeft():0,c=r.offset(),u={top:c.top-a,left:c.left-l,height:r.innerHeight(),width:r.innerWidth()},d=i.offset(),h=e("<div class='ui-effects-transfer'></div>").appendTo("body").addClass(t.className).css({top:d.top-a,left:d.left-l,height:i.innerHeight(),width:i.innerWidth(),position:o?"fixed":"absolute"}).animate(u,t.duration,t.easing,(function(){h.remove(),e.isFunction(n)&&n()}))}}),e.fx.step.clip=function(t){t.clipInit||(t.start=e(t.elem).cssClip(),"string"==typeof t.end&&(t.end=i(t.end,t.elem)),t.clipInit=!0),e(t.elem).cssClip({top:t.pos*(t.end.top-t.start.top)+t.start.top,right:t.pos*(t.end.right-t.start.right)+t.start.right,bottom:t.pos*(t.end.bottom-t.start.bottom)+t.start.bottom,left:t.pos*(t.end.left-t.start.left)+t.start.left})}}(),o={},e.each(["Quad","Cubic","Quart","Quint","Expo"],(function(e,t){o[t]=function(t){return Math.pow(t,e+2)}})),e.extend(o,{Sine:function(e){return 1-Math.cos(e*Math.PI/2)},Circ:function(e){return 1-Math.sqrt(1-e*e)},Elastic:function(e){return 0===e||1===e?e:-Math.pow(2,8*(e-1))*Math.sin((80*(e-1)-7.5)*Math.PI/15)},Back:function(e){return e*e*(3*e-2)},Bounce:function(e){for(var t,n=4;e<((t=Math.pow(2,--n))-1)/11;);return 1/Math.pow(4,3-n)-7.5625*Math.pow((3*t-2)/22-e,2)}}),e.each(o,(function(t,n){e.easing["easeIn"+t]=n,e.easing["easeOut"+t]=function(e){return 1-n(1-e)},e.easing["easeInOut"+t]=function(e){return e<.5?n(2*e)/2:1-n(-2*e+2)/2}})),e.effects,e.effects.define("blind","hide",(function(t,n){var i={up:["bottom","top"],vertical:["bottom","top"],down:["top","bottom"],left:["right","left"],horizontal:["right","left"],right:["left","right"]},r=e(this),o=t.direction||"up",s=r.cssClip(),a={clip:e.extend({},s)},l=e.effects.createPlaceholder(r);a.clip[i[o][0]]=a.clip[i[o][1]],"show"===t.mode&&(r.cssClip(a.clip),l&&l.css(e.effects.clipToBox(a)),a.clip=s),l&&l.animate(e.effects.clipToBox(a),t.duration,t.easing),r.animate(a,{queue:!1,duration:t.duration,easing:t.easing,complete:n})})),e.effects.define("bounce",(function(t,n){var i,r,o,s=e(this),a=t.mode,l="hide"===a,c="show"===a,u=t.direction||"up",d=t.distance,h=t.times||5,f=2*h+(c||l?1:0),p=t.duration/f,m=t.easing,g="up"===u||"down"===u?"top":"left",v="up"===u||"left"===u,_=0,y=s.queue().length;for(e.effects.createPlaceholder(s),o=s.css(g),d||(d=s["top"===g?"outerHeight":"outerWidth"]()/3),c&&((r={opacity:1})[g]=o,s.css("opacity",0).css(g,v?2*-d:2*d).animate(r,p,m)),l&&(d/=Math.pow(2,h-1)),(r={})[g]=o;_<h;_++)(i={})[g]=(v?"-=":"+=")+d,s.animate(i,p,m).animate(r,p,m),d=l?2*d:d/2;l&&((i={opacity:0})[g]=(v?"-=":"+=")+d,s.animate(i,p,m)),s.queue(n),e.effects.unshift(s,y,f+1)})),e.effects.define("clip","hide",(function(t,n){var i,r={},o=e(this),s=t.direction||"vertical",a="both"===s,l=a||"horizontal"===s,c=a||"vertical"===s;i=o.cssClip(),r.clip={top:c?(i.bottom-i.top)/2:i.top,right:l?(i.right-i.left)/2:i.right,bottom:c?(i.bottom-i.top)/2:i.bottom,left:l?(i.right-i.left)/2:i.left},e.effects.createPlaceholder(o),"show"===t.mode&&(o.cssClip(r.clip),r.clip=i),o.animate(r,{queue:!1,duration:t.duration,easing:t.easing,complete:n})})),e.effects.define("drop","hide",(function(t,n){var i,r=e(this),o="show"===t.mode,s=t.direction||"left",a="up"===s||"down"===s?"top":"left",l="up"===s||"left"===s?"-=":"+=",c="+="===l?"-=":"+=",u={opacity:0};e.effects.createPlaceholder(r),i=t.distance||r["top"===a?"outerHeight":"outerWidth"](!0)/2,u[a]=l+i,o&&(r.css(u),u[a]=c+i,u.opacity=1),r.animate(u,{queue:!1,duration:t.duration,easing:t.easing,complete:n})})),e.effects.define("explode","hide",(function(t,n){var i,r,o,s,a,l,c=t.pieces?Math.round(Math.sqrt(t.pieces)):3,u=c,d=e(this),h="show"===t.mode,f=d.show().css("visibility","hidden").offset(),p=Math.ceil(d.outerWidth()/u),m=Math.ceil(d.outerHeight()/c),g=[];function v(){g.push(this),g.length===c*u&&(d.css({visibility:"visible"}),e(g).remove(),n())}for(i=0;i<c;i++)for(s=f.top+i*m,l=i-(c-1)/2,r=0;r<u;r++)o=f.left+r*p,a=r-(u-1)/2,d.clone().appendTo("body").wrap("<div></div>").css({position:"absolute",visibility:"visible",left:-r*p,top:-i*m}).parent().addClass("ui-effects-explode").css({position:"absolute",overflow:"hidden",width:p,height:m,left:o+(h?a*p:0),top:s+(h?l*m:0),opacity:h?0:1}).animate({left:o+(h?0:a*p),top:s+(h?0:l*m),opacity:h?1:0},t.duration||500,t.easing,v)})),e.effects.define("fade","toggle",(function(t,n){var i="show"===t.mode;e(this).css("opacity",i?0:1).animate({opacity:i?1:0},{queue:!1,duration:t.duration,easing:t.easing,complete:n})})),e.effects.define("fold","hide",(function(t,n){var i=e(this),r=t.mode,o="show"===r,s="hide"===r,a=t.size||15,l=/([0-9]+)%/.exec(a),c=t.horizFirst?["right","bottom"]:["bottom","right"],u=t.duration/2,d=e.effects.createPlaceholder(i),h=i.cssClip(),f={clip:e.extend({},h)},p={clip:e.extend({},h)},m=[h[c[0]],h[c[1]]],g=i.queue().length;l&&(a=parseInt(l[1],10)/100*m[s?0:1]),f.clip[c[0]]=a,p.clip[c[0]]=a,p.clip[c[1]]=0,o&&(i.cssClip(p.clip),d&&d.css(e.effects.clipToBox(p)),p.clip=h),i.queue((function(n){d&&d.animate(e.effects.clipToBox(f),u,t.easing).animate(e.effects.clipToBox(p),u,t.easing),n()})).animate(f,u,t.easing).animate(p,u,t.easing).queue(n),e.effects.unshift(i,g,4)})),e.effects.define("highlight","show",(function(t,n){var i=e(this),r={backgroundColor:i.css("backgroundColor")};"hide"===t.mode&&(r.opacity=0),e.effects.saveStyle(i),i.css({backgroundImage:"none",backgroundColor:t.color||"#ffff99"}).animate(r,{queue:!1,duration:t.duration,easing:t.easing,complete:n})})),e.effects.define("size",(function(t,n){var i,r,o,s=e(this),a=["fontSize"],l=["borderTopWidth","borderBottomWidth","paddingTop","paddingBottom"],c=["borderLeftWidth","borderRightWidth","paddingLeft","paddingRight"],u=t.mode,d="effect"!==u,h=t.scale||"both",f=t.origin||["middle","center"],p=s.css("position"),m=s.position(),g=e.effects.scaledDimensions(s),v=t.from||g,_=t.to||e.effects.scaledDimensions(s,0);e.effects.createPlaceholder(s),"show"===u&&(o=v,v=_,_=o),r={from:{y:v.height/g.height,x:v.width/g.width},to:{y:_.height/g.height,x:_.width/g.width}},"box"!==h&&"both"!==h||(r.from.y!==r.to.y&&(v=e.effects.setTransition(s,l,r.from.y,v),_=e.effects.setTransition(s,l,r.to.y,_)),r.from.x!==r.to.x&&(v=e.effects.setTransition(s,c,r.from.x,v),_=e.effects.setTransition(s,c,r.to.x,_))),"content"!==h&&"both"!==h||r.from.y!==r.to.y&&(v=e.effects.setTransition(s,a,r.from.y,v),_=e.effects.setTransition(s,a,r.to.y,_)),f&&(i=e.effects.getBaseline(f,g),v.top=(g.outerHeight-v.outerHeight)*i.y+m.top,v.left=(g.outerWidth-v.outerWidth)*i.x+m.left,_.top=(g.outerHeight-_.outerHeight)*i.y+m.top,_.left=(g.outerWidth-_.outerWidth)*i.x+m.left),s.css(v),"content"!==h&&"both"!==h||(l=l.concat(["marginTop","marginBottom"]).concat(a),c=c.concat(["marginLeft","marginRight"]),s.find("*[width]").each((function(){var n=e(this),i=e.effects.scaledDimensions(n),o={height:i.height*r.from.y,width:i.width*r.from.x,outerHeight:i.outerHeight*r.from.y,outerWidth:i.outerWidth*r.from.x},s={height:i.height*r.to.y,width:i.width*r.to.x,outerHeight:i.height*r.to.y,outerWidth:i.width*r.to.x};r.from.y!==r.to.y&&(o=e.effects.setTransition(n,l,r.from.y,o),s=e.effects.setTransition(n,l,r.to.y,s)),r.from.x!==r.to.x&&(o=e.effects.setTransition(n,c,r.from.x,o),s=e.effects.setTransition(n,c,r.to.x,s)),d&&e.effects.saveStyle(n),n.css(o),n.animate(s,t.duration,t.easing,(function(){d&&e.effects.restoreStyle(n)}))}))),s.animate(_,{queue:!1,duration:t.duration,easing:t.easing,complete:function(){var t=s.offset();0===_.opacity&&s.css("opacity",v.opacity),d||(s.css("position","static"===p?"relative":p).offset(t),e.effects.saveStyle(s)),n()}})})),e.effects.define("scale",(function(t,n){var i=e(this),r=t.mode,o=parseInt(t.percent,10)||(0===parseInt(t.percent,10)||"effect"!==r?0:100),s=e.extend(!0,{from:e.effects.scaledDimensions(i),to:e.effects.scaledDimensions(i,o,t.direction||"both"),origin:t.origin||["middle","center"]},t);t.fade&&(s.from.opacity=1,s.to.opacity=0),e.effects.effect.size.call(this,s,n)})),e.effects.define("puff","hide",(function(t,n){var i=e.extend(!0,{},t,{fade:!0,percent:parseInt(t.percent,10)||150});e.effects.effect.scale.call(this,i,n)})),e.effects.define("pulsate","show",(function(t,n){var i=e(this),r=t.mode,o="show"===r,s=o||"hide"===r,a=2*(t.times||5)+(s?1:0),l=t.duration/a,c=0,u=1,d=i.queue().length;for(!o&&i.is(":visible")||(i.css("opacity",0).show(),c=1);u<a;u++)i.animate({opacity:c},l,t.easing),c=1-c;i.animate({opacity:c},l,t.easing),i.queue(n),e.effects.unshift(i,d,a+1)})),e.effects.define("shake",(function(t,n){var i=1,r=e(this),o=t.direction||"left",s=t.distance||20,a=t.times||3,l=2*a+1,c=Math.round(t.duration/l),u="up"===o||"down"===o?"top":"left",d="up"===o||"left"===o,h={},f={},p={},m=r.queue().length;for(e.effects.createPlaceholder(r),h[u]=(d?"-=":"+=")+s,f[u]=(d?"+=":"-=")+2*s,p[u]=(d?"-=":"+=")+2*s,r.animate(h,c,t.easing);i<a;i++)r.animate(f,c,t.easing).animate(p,c,t.easing);r.animate(f,c,t.easing).animate(h,c/2,t.easing).queue(n),e.effects.unshift(r,m,l+1)})),e.effects.define("slide","show",(function(t,n){var i,r,o=e(this),s={up:["bottom","top"],down:["top","bottom"],left:["right","left"],right:["left","right"]},a=t.mode,l=t.direction||"left",c="up"===l||"down"===l?"top":"left",u="up"===l||"left"===l,d=t.distance||o["top"===c?"outerHeight":"outerWidth"](!0),h={};e.effects.createPlaceholder(o),i=o.cssClip(),r=o.position()[c],h[c]=(u?-1:1)*d+r,h.clip=o.cssClip(),h.clip[s[l][1]]=h.clip[s[l][0]],"show"===a&&(o.cssClip(h.clip),o.css(c,h[c]),h.clip=i,h[c]=r),o.animate(h,{queue:!1,duration:t.duration,easing:t.easing,complete:n})})),!1!==e.uiBackCompat&&e.effects.define("transfer",(function(t,n){e(this).transfer(t,n)})),
+function(e,t){var n,i=/^([\-+])=\s*(\d+\.?\d*)/,r=[{re:/rgba?\(\s*(\d{1,3})\s*,\s*(\d{1,3})\s*,\s*(\d{1,3})\s*(?:,\s*(\d?(?:\.\d+)?)\s*)?\)/,parse:function(e){return[e[1],e[2],e[3],e[4]]}},{re:/rgba?\(\s*(\d+(?:\.\d+)?)\%\s*,\s*(\d+(?:\.\d+)?)\%\s*,\s*(\d+(?:\.\d+)?)\%\s*(?:,\s*(\d?(?:\.\d+)?)\s*)?\)/,parse:function(e){return[2.55*e[1],2.55*e[2],2.55*e[3],e[4]]}},{re:/#([a-f0-9]{2})([a-f0-9]{2})([a-f0-9]{2})/,parse:function(e){return[parseInt(e[1],16),parseInt(e[2],16),parseInt(e[3],16)]}},{re:/#([a-f0-9])([a-f0-9])([a-f0-9])/,parse:function(e){return[parseInt(e[1]+e[1],16),parseInt(e[2]+e[2],16),parseInt(e[3]+e[3],16)]}},{re:/hsla?\(\s*(\d+(?:\.\d+)?)\s*,\s*(\d+(?:\.\d+)?)\%\s*,\s*(\d+(?:\.\d+)?)\%\s*(?:,\s*(\d?(?:\.\d+)?)\s*)?\)/,space:"hsla",parse:function(e){return[e[1],e[2]/100,e[3]/100,e[4]]}}],o=e.Color=function(t,n,i,r){return new e.Color.fn.parse(t,n,i,r)},a={rgba:{props:{red:{idx:0,type:"byte"},green:{idx:1,type:"byte"},blue:{idx:2,type:"byte"}}},hsla:{props:{hue:{idx:0,type:"degrees"},saturation:{idx:1,type:"percent"},lightness:{idx:2,type:"percent"}}}},s={byte:{floor:!0,max:255},percent:{max:1},degrees:{mod:360,floor:!0}},l=o.support={},u=e("<p>")[0],c=e.each;function d(e,t,n){var i=s[t.type]||{};return null==e?n||!t.def?null:t.def:(e=i.floor?~~e:parseFloat(e),isNaN(e)?t.def:i.mod?(e+i.mod)%i.mod:0>e?0:i.max<e?i.max:e)}function h(t){var i=o(),s=i._rgba=[];return t=t.toLowerCase(),c(r,(function(e,n){var r,o=n.re.exec(t),l=o&&n.parse(o),u=n.space||"rgba";if(l)return r=i[u](l),i[a[u].cache]=r[a[u].cache],s=i._rgba=r._rgba,!1})),s.length?("0,0,0,0"===s.join()&&e.extend(s,n.transparent),i):n[t]}function p(e,t,n){return 6*(n=(n+1)%1)<1?e+(t-e)*n*6:2*n<1?t:3*n<2?e+(t-e)*(2/3-n)*6:e}u.style.cssText="background-color:rgba(1,1,1,.5)",l.rgba=u.style.backgroundColor.indexOf("rgba")>-1,c(a,(function(e,t){t.cache="_"+e,t.props.alpha={idx:3,type:"percent",def:1}})),o.fn=e.extend(o.prototype,{parse:function(t,i,r,s){if(void 0===t)return this._rgba=[null,null,null,null],this;(t.jquery||t.nodeType)&&(t=e(t).css(i),i=void 0);var l=this,u=e.type(t),p=this._rgba=[];return void 0!==i&&(t=[t,i,r,s],u="array"),"string"===u?this.parse(h(t)||n._default):"array"===u?(c(a.rgba.props,(function(e,n){p[n.idx]=d(t[n.idx],n)})),this):"object"===u?(c(a,t instanceof o?function(e,n){t[n.cache]&&(l[n.cache]=t[n.cache].slice())}:function(n,i){var r=i.cache;c(i.props,(function(e,n){if(!l[r]&&i.to){if("alpha"===e||null==t[e])return;l[r]=i.to(l._rgba)}l[r][n.idx]=d(t[e],n,!0)})),l[r]&&e.inArray(null,l[r].slice(0,3))<0&&(l[r][3]=1,i.from&&(l._rgba=i.from(l[r])))}),this):void 0},is:function(e){var t=o(e),n=!0,i=this;return c(a,(function(e,r){var o,a=t[r.cache];return a&&(o=i[r.cache]||r.to&&r.to(i._rgba)||[],c(r.props,(function(e,t){if(null!=a[t.idx])return n=a[t.idx]===o[t.idx]}))),n})),n},_space:function(){var e=[],t=this;return c(a,(function(n,i){t[i.cache]&&e.push(n)})),e.pop()},transition:function(e,t){var n=o(e),i=n._space(),r=a[i],l=0===this.alpha()?o("transparent"):this,u=l[r.cache]||r.to(l._rgba),h=u.slice();return n=n[r.cache],c(r.props,(function(e,i){var r=i.idx,o=u[r],a=n[r],l=s[i.type]||{};null!==a&&(null===o?h[r]=a:(l.mod&&(a-o>l.mod/2?o+=l.mod:o-a>l.mod/2&&(o-=l.mod)),h[r]=d((a-o)*t+o,i)))})),this[i](h)},blend:function(t){if(1===this._rgba[3])return this;var n=this._rgba.slice(),i=n.pop(),r=o(t)._rgba;return o(e.map(n,(function(e,t){return(1-i)*r[t]+i*e})))},toRgbaString:function(){var t="rgba(",n=e.map(this._rgba,(function(e,t){return null==e?t>2?1:0:e}));return 1===n[3]&&(n.pop(),t="rgb("),t+n.join()+")"},toHslaString:function(){var t="hsla(",n=e.map(this.hsla(),(function(e,t){return null==e&&(e=t>2?1:0),t&&t<3&&(e=Math.round(100*e)+"%"),e}));return 1===n[3]&&(n.pop(),t="hsl("),t+n.join()+")"},toHexString:function(t){var n=this._rgba.slice(),i=n.pop();return t&&n.push(~~(255*i)),"#"+e.map(n,(function(e){return 1===(e=(e||0).toString(16)).length?"0"+e:e})).join("")},toString:function(){return 0===this._rgba[3]?"transparent":this.toRgbaString()}}),o.fn.parse.prototype=o.fn,a.hsla.to=function(e){if(null==e[0]||null==e[1]||null==e[2])return[null,null,null,e[3]];var t,n,i=e[0]/255,r=e[1]/255,o=e[2]/255,a=e[3],s=Math.max(i,r,o),l=Math.min(i,r,o),u=s-l,c=s+l,d=.5*c;return t=l===s?0:i===s?60*(r-o)/u+360:r===s?60*(o-i)/u+120:60*(i-r)/u+240,n=0===u?0:d<=.5?u/c:u/(2-c),[Math.round(t)%360,n,d,null==a?1:a]},a.hsla.from=function(e){if(null==e[0]||null==e[1]||null==e[2])return[null,null,null,e[3]];var t=e[0]/360,n=e[1],i=e[2],r=e[3],o=i<=.5?i*(1+n):i+n-i*n,a=2*i-o;return[Math.round(255*p(a,o,t+1/3)),Math.round(255*p(a,o,t)),Math.round(255*p(a,o,t-1/3)),r]},c(a,(function(t,n){var r=n.props,a=n.cache,s=n.to,l=n.from;o.fn[t]=function(t){if(s&&!this[a]&&(this[a]=s(this._rgba)),void 0===t)return this[a].slice();var n,i=e.type(t),u="array"===i||"object"===i?t:arguments,h=this[a].slice();return c(r,(function(e,t){var n=u["object"===i?e:t.idx];null==n&&(n=h[t.idx]),h[t.idx]=d(n,t)})),l?((n=o(l(h)))[a]=h,n):o(h)},c(r,(function(n,r){o.fn[n]||(o.fn[n]=function(o){var a,s=e.type(o),l="alpha"===n?this._hsla?"hsla":"rgba":t,u=this[l](),c=u[r.idx];return"undefined"===s?c:("function"===s&&(o=o.call(this,c),s=e.type(o)),null==o&&r.empty?this:("string"===s&&(a=i.exec(o))&&(o=c+parseFloat(a[2])*("+"===a[1]?1:-1)),u[r.idx]=o,this[l](u)))})}))})),o.hook=function(t){var n=t.split(" ");c(n,(function(t,n){e.cssHooks[n]={set:function(t,i){var r,a,s="";if("transparent"!==i&&("string"!==e.type(i)||(r=h(i)))){if(i=o(r||i),!l.rgba&&1!==i._rgba[3]){for(a="backgroundColor"===n?t.parentNode:t;(""===s||"transparent"===s)&&a&&a.style;)try{s=e.css(a,"backgroundColor"),a=a.parentNode}catch(e){}i=i.blend(s&&"transparent"!==s?s:"_default")}i=i.toRgbaString()}try{t.style[n]=i}catch(e){}}},e.fx.step[n]=function(t){t.colorInit||(t.start=o(t.elem,n),t.end=o(t.end),t.colorInit=!0),e.cssHooks[n].set(t.elem,t.start.transition(t.end,t.pos))}}))},o.hook("backgroundColor borderBottomColor borderLeftColor borderRightColor borderTopColor color columnRuleColor outlineColor textDecorationColor textEmphasisColor"),e.cssHooks.borderColor={expand:function(e){var t={};return c(["Top","Right","Bottom","Left"],(function(n,i){t["border"+i+"Color"]=e})),t}},n=e.Color.names={aqua:"#00ffff",black:"#000000",blue:"#0000ff",fuchsia:"#ff00ff",gray:"#808080",green:"#008000",lime:"#00ff00",maroon:"#800000",navy:"#000080",olive:"#808000",purple:"#800080",red:"#ff0000",silver:"#c0c0c0",teal:"#008080",white:"#ffffff",yellow:"#ffff00",transparent:[null,null,null,0],_default:"#ffffff"}}(l),function(){var t=["add","remove","toggle"],n={border:1,borderBottom:1,borderColor:1,borderLeft:1,borderRight:1,borderTop:1,borderWidth:1,margin:1,padding:1};function i(t){var n,i,r=t.ownerDocument.defaultView?t.ownerDocument.defaultView.getComputedStyle(t,null):t.currentStyle,o={};if(r&&r.length&&r[0]&&r[r[0]])for(i=r.length;i--;)"string"==typeof r[n=r[i]]&&(o[e.camelCase(n)]=r[n]);else for(n in r)"string"==typeof r[n]&&(o[n]=r[n]);return o}e.each(["borderLeftStyle","borderRightStyle","borderBottomStyle","borderTopStyle"],(function(t,n){e.fx.step[n]=function(e){("none"!==e.end&&!e.setAttr||1===e.pos&&!e.setAttr)&&(l.style(e.elem,n,e.end),e.setAttr=!0)}})),e.fn.addBack||(e.fn.addBack=function(e){return this.add(null==e?this.prevObject:this.prevObject.filter(e))}),e.effects.animateClass=function(r,o,a,s){var l=e.speed(o,a,s);return this.queue((function(){var o,a=e(this),s=a.attr("class")||"",u=l.children?a.find("*").addBack():a;u=u.map((function(){return{el:e(this),start:i(this)}})),(o=function(){e.each(t,(function(e,t){r[t]&&a[t+"Class"](r[t])}))})(),u=u.map((function(){return this.end=i(this.el[0]),this.diff=function(t,i){var r,o,a={};for(r in i)o=i[r],t[r]!==o&&(n[r]||!e.fx.step[r]&&isNaN(parseFloat(o))||(a[r]=o));return a}(this.start,this.end),this})),a.attr("class",s),u=u.map((function(){var t=this,n=e.Deferred(),i=e.extend({},l,{queue:!1,complete:function(){n.resolve(t)}});return this.el.animate(this.diff,i),n.promise()})),e.when.apply(e,u.get()).done((function(){o(),e.each(arguments,(function(){var t=this.el;e.each(this.diff,(function(e){t.css(e,"")}))})),l.complete.call(a[0])}))}))},e.fn.extend({addClass:function(t){return function(n,i,r,o){return i?e.effects.animateClass.call(this,{add:n},i,r,o):t.apply(this,arguments)}}(e.fn.addClass),removeClass:function(t){return function(n,i,r,o){return arguments.length>1?e.effects.animateClass.call(this,{remove:n},i,r,o):t.apply(this,arguments)}}(e.fn.removeClass),toggleClass:function(t){return function(n,i,r,o,a){return"boolean"==typeof i||void 0===i?r?e.effects.animateClass.call(this,i?{add:n}:{remove:n},r,o,a):t.apply(this,arguments):e.effects.animateClass.call(this,{toggle:n},i,r,o)}}(e.fn.toggleClass),switchClass:function(t,n,i,r,o){return e.effects.animateClass.call(this,{add:n,remove:t},i,r,o)}})}(),function(){function t(t,n,i,r){return e.isPlainObject(t)&&(n=t,t=t.effect),t={effect:t},null==n&&(n={}),e.isFunction(n)&&(r=n,i=null,n={}),("number"==typeof n||e.fx.speeds[n])&&(r=i,i=n,n={}),e.isFunction(i)&&(r=i,i=null),n&&e.extend(t,n),i=i||n.duration,t.duration=e.fx.off?0:"number"==typeof i?i:i in e.fx.speeds?e.fx.speeds[i]:e.fx.speeds._default,t.complete=r||n.complete,t}function n(t){return!(t&&"number"!=typeof t&&!e.fx.speeds[t])||"string"==typeof t&&!e.effects.effect[t]||!!e.isFunction(t)||"object"==typeof t&&!t.effect}function i(e,t){var n=t.outerWidth(),i=t.outerHeight(),r=/^rect\((-?\d*\.?\d*px|-?\d+%|auto),?\s*(-?\d*\.?\d*px|-?\d+%|auto),?\s*(-?\d*\.?\d*px|-?\d+%|auto),?\s*(-?\d*\.?\d*px|-?\d+%|auto)\)$/.exec(e)||["",0,n,i,0];return{top:parseFloat(r[1])||0,right:"auto"===r[2]?n:parseFloat(r[2]),bottom:"auto"===r[3]?i:parseFloat(r[3]),left:parseFloat(r[4])||0}}e.expr&&e.expr.filters&&e.expr.filters.animated&&(e.expr.filters.animated=function(t){return function(n){return!!e(n).data("ui-effects-animated")||t(n)}}(e.expr.filters.animated)),!1!==e.uiBackCompat&&e.extend(e.effects,{save:function(e,t){for(var n=0,i=t.length;n<i;n++)null!==t[n]&&e.data("ui-effects-"+t[n],e[0].style[t[n]])},restore:function(e,t){for(var n,i=0,r=t.length;i<r;i++)null!==t[i]&&(n=e.data("ui-effects-"+t[i]),e.css(t[i],n))},setMode:function(e,t){return"toggle"===t&&(t=e.is(":hidden")?"show":"hide"),t},createWrapper:function(t){if(t.parent().is(".ui-effects-wrapper"))return t.parent();var n={width:t.outerWidth(!0),height:t.outerHeight(!0),float:t.css("float")},i=e("<div></div>").addClass("ui-effects-wrapper").css({fontSize:"100%",background:"transparent",border:"none",margin:0,padding:0}),r={width:t.width(),height:t.height()},o=document.activeElement;try{o.id}catch(e){o=document.body}return t.wrap(i),(t[0]===o||e.contains(t[0],o))&&e(o).trigger("focus"),i=t.parent(),"static"===t.css("position")?(i.css({position:"relative"}),t.css({position:"relative"})):(e.extend(n,{position:t.css("position"),zIndex:t.css("z-index")}),e.each(["top","left","bottom","right"],(function(e,i){n[i]=t.css(i),isNaN(parseInt(n[i],10))&&(n[i]="auto")})),t.css({position:"relative",top:0,left:0,right:"auto",bottom:"auto"})),t.css(r),i.css(n).show()},removeWrapper:function(t){var n=document.activeElement;return t.parent().is(".ui-effects-wrapper")&&(t.parent().replaceWith(t),(t[0]===n||e.contains(t[0],n))&&e(n).trigger("focus")),t}}),e.extend(e.effects,{version:"1.12.1",define:function(t,n,i){return i||(i=n,n="effect"),e.effects.effect[t]=i,e.effects.effect[t].mode=n,i},scaledDimensions:function(e,t,n){if(0===t)return{height:0,width:0,outerHeight:0,outerWidth:0};var i="horizontal"!==n?(t||100)/100:1,r="vertical"!==n?(t||100)/100:1;return{height:e.height()*r,width:e.width()*i,outerHeight:e.outerHeight()*r,outerWidth:e.outerWidth()*i}},clipToBox:function(e){return{width:e.clip.right-e.clip.left,height:e.clip.bottom-e.clip.top,left:e.clip.left,top:e.clip.top}},unshift:function(e,t,n){var i=e.queue();t>1&&i.splice.apply(i,[1,0].concat(i.splice(t,n))),e.dequeue()},saveStyle:function(e){e.data("ui-effects-style",e[0].style.cssText)},restoreStyle:function(e){e[0].style.cssText=e.data("ui-effects-style")||"",e.removeData("ui-effects-style")},mode:function(e,t){var n=e.is(":hidden");return"toggle"===t&&(t=n?"show":"hide"),(n?"hide"===t:"show"===t)&&(t="none"),t},getBaseline:function(e,t){var n,i;switch(e[0]){case"top":n=0;break;case"middle":n=.5;break;case"bottom":n=1;break;default:n=e[0]/t.height}switch(e[1]){case"left":i=0;break;case"center":i=.5;break;case"right":i=1;break;default:i=e[1]/t.width}return{x:i,y:n}},createPlaceholder:function(t){var n,i=t.css("position"),r=t.position();return t.css({marginTop:t.css("marginTop"),marginBottom:t.css("marginBottom"),marginLeft:t.css("marginLeft"),marginRight:t.css("marginRight")}).outerWidth(t.outerWidth()).outerHeight(t.outerHeight()),/^(static|relative)/.test(i)&&(i="absolute",n=e("<"+t[0].nodeName+">").insertAfter(t).css({display:/^(inline|ruby)/.test(t.css("display"))?"inline-block":"block",visibility:"hidden",marginTop:t.css("marginTop"),marginBottom:t.css("marginBottom"),marginLeft:t.css("marginLeft"),marginRight:t.css("marginRight"),float:t.css("float")}).outerWidth(t.outerWidth()).outerHeight(t.outerHeight()).addClass("ui-effects-placeholder"),t.data("ui-effects-placeholder",n)),t.css({position:i,left:r.left,top:r.top}),n},removePlaceholder:function(e){var t="ui-effects-placeholder",n=e.data(t);n&&(n.remove(),e.removeData(t))},cleanUp:function(t){e.effects.restoreStyle(t),e.effects.removePlaceholder(t)},setTransition:function(t,n,i,r){return r=r||{},e.each(n,(function(e,n){var o=t.cssUnit(n);o[0]>0&&(r[n]=o[0]*i+o[1])})),r}}),e.fn.extend({effect:function(){var n=t.apply(this,arguments),i=e.effects.effect[n.effect],r=i.mode,o=n.queue,a=o||"fx",s=n.complete,l=n.mode,u=[],c=function(t){var n=e(this),i=e.effects.mode(n,l)||r;n.data("ui-effects-animated",!0),u.push(i),r&&("show"===i||i===r&&"hide"===i)&&n.show(),r&&"none"===i||e.effects.saveStyle(n),e.isFunction(t)&&t()};if(e.fx.off||!i)return l?this[l](n.duration,s):this.each((function(){s&&s.call(this)}));function d(t){var o=e(this);function a(){e.isFunction(s)&&s.call(o[0]),e.isFunction(t)&&t()}n.mode=u.shift(),!1===e.uiBackCompat||r?"none"===n.mode?(o[l](),a()):i.call(o[0],n,(function(){o.removeData("ui-effects-animated"),e.effects.cleanUp(o),"hide"===n.mode&&o.hide(),a()})):(o.is(":hidden")?"hide"===l:"show"===l)?(o[l](),a()):i.call(o[0],n,a)}return!1===o?this.each(c).each(d):this.queue(a,c).queue(a,d)},show:function(e){return function(i){if(n(i))return e.apply(this,arguments);var r=t.apply(this,arguments);return r.mode="show",this.effect.call(this,r)}}(e.fn.show),hide:function(e){return function(i){if(n(i))return e.apply(this,arguments);var r=t.apply(this,arguments);return r.mode="hide",this.effect.call(this,r)}}(e.fn.hide),toggle:function(e){return function(i){if(n(i)||"boolean"==typeof i)return e.apply(this,arguments);var r=t.apply(this,arguments);return r.mode="toggle",this.effect.call(this,r)}}(e.fn.toggle),cssUnit:function(t){var n=this.css(t),i=[];return e.each(["em","px","%","pt"],(function(e,t){n.indexOf(t)>0&&(i=[parseFloat(n),t])})),i},cssClip:function(e){return e?this.css("clip","rect("+e.top+"px "+e.right+"px "+e.bottom+"px "+e.left+"px)"):i(this.css("clip"),this)},transfer:function(t,n){var i=e(this),r=e(t.to),o="fixed"===r.css("position"),a=e("body"),s=o?a.scrollTop():0,l=o?a.scrollLeft():0,u=r.offset(),c={top:u.top-s,left:u.left-l,height:r.innerHeight(),width:r.innerWidth()},d=i.offset(),h=e("<div class='ui-effects-transfer'></div>").appendTo("body").addClass(t.className).css({top:d.top-s,left:d.left-l,height:i.innerHeight(),width:i.innerWidth(),position:o?"fixed":"absolute"}).animate(c,t.duration,t.easing,(function(){h.remove(),e.isFunction(n)&&n()}))}}),e.fx.step.clip=function(t){t.clipInit||(t.start=e(t.elem).cssClip(),"string"==typeof t.end&&(t.end=i(t.end,t.elem)),t.clipInit=!0),e(t.elem).cssClip({top:t.pos*(t.end.top-t.start.top)+t.start.top,right:t.pos*(t.end.right-t.start.right)+t.start.right,bottom:t.pos*(t.end.bottom-t.start.bottom)+t.start.bottom,left:t.pos*(t.end.left-t.start.left)+t.start.left})}}(),o={},e.each(["Quad","Cubic","Quart","Quint","Expo"],(function(e,t){o[t]=function(t){return Math.pow(t,e+2)}})),e.extend(o,{Sine:function(e){return 1-Math.cos(e*Math.PI/2)},Circ:function(e){return 1-Math.sqrt(1-e*e)},Elastic:function(e){return 0===e||1===e?e:-Math.pow(2,8*(e-1))*Math.sin((80*(e-1)-7.5)*Math.PI/15)},Back:function(e){return e*e*(3*e-2)},Bounce:function(e){for(var t,n=4;e<((t=Math.pow(2,--n))-1)/11;);return 1/Math.pow(4,3-n)-7.5625*Math.pow((3*t-2)/22-e,2)}}),e.each(o,(function(t,n){e.easing["easeIn"+t]=n,e.easing["easeOut"+t]=function(e){return 1-n(1-e)},e.easing["easeInOut"+t]=function(e){return e<.5?n(2*e)/2:1-n(-2*e+2)/2}})),e.effects,e.effects.define("blind","hide",(function(t,n){var i={up:["bottom","top"],vertical:["bottom","top"],down:["top","bottom"],left:["right","left"],horizontal:["right","left"],right:["left","right"]},r=e(this),o=t.direction||"up",a=r.cssClip(),s={clip:e.extend({},a)},l=e.effects.createPlaceholder(r);s.clip[i[o][0]]=s.clip[i[o][1]],"show"===t.mode&&(r.cssClip(s.clip),l&&l.css(e.effects.clipToBox(s)),s.clip=a),l&&l.animate(e.effects.clipToBox(s),t.duration,t.easing),r.animate(s,{queue:!1,duration:t.duration,easing:t.easing,complete:n})})),e.effects.define("bounce",(function(t,n){var i,r,o,a=e(this),s=t.mode,l="hide"===s,u="show"===s,c=t.direction||"up",d=t.distance,h=t.times||5,p=2*h+(u||l?1:0),f=t.duration/p,m=t.easing,g="up"===c||"down"===c?"top":"left",A="up"===c||"left"===c,v=0,_=a.queue().length;for(e.effects.createPlaceholder(a),o=a.css(g),d||(d=a["top"===g?"outerHeight":"outerWidth"]()/3),u&&((r={opacity:1})[g]=o,a.css("opacity",0).css(g,A?2*-d:2*d).animate(r,f,m)),l&&(d/=Math.pow(2,h-1)),(r={})[g]=o;v<h;v++)(i={})[g]=(A?"-=":"+=")+d,a.animate(i,f,m).animate(r,f,m),d=l?2*d:d/2;l&&((i={opacity:0})[g]=(A?"-=":"+=")+d,a.animate(i,f,m)),a.queue(n),e.effects.unshift(a,_,p+1)})),e.effects.define("clip","hide",(function(t,n){var i,r={},o=e(this),a=t.direction||"vertical",s="both"===a,l=s||"horizontal"===a,u=s||"vertical"===a;i=o.cssClip(),r.clip={top:u?(i.bottom-i.top)/2:i.top,right:l?(i.right-i.left)/2:i.right,bottom:u?(i.bottom-i.top)/2:i.bottom,left:l?(i.right-i.left)/2:i.left},e.effects.createPlaceholder(o),"show"===t.mode&&(o.cssClip(r.clip),r.clip=i),o.animate(r,{queue:!1,duration:t.duration,easing:t.easing,complete:n})})),e.effects.define("drop","hide",(function(t,n){var i,r=e(this),o="show"===t.mode,a=t.direction||"left",s="up"===a||"down"===a?"top":"left",l="up"===a||"left"===a?"-=":"+=",u="+="===l?"-=":"+=",c={opacity:0};e.effects.createPlaceholder(r),i=t.distance||r["top"===s?"outerHeight":"outerWidth"](!0)/2,c[s]=l+i,o&&(r.css(c),c[s]=u+i,c.opacity=1),r.animate(c,{queue:!1,duration:t.duration,easing:t.easing,complete:n})})),e.effects.define("explode","hide",(function(t,n){var i,r,o,a,s,l,u=t.pieces?Math.round(Math.sqrt(t.pieces)):3,c=u,d=e(this),h="show"===t.mode,p=d.show().css("visibility","hidden").offset(),f=Math.ceil(d.outerWidth()/c),m=Math.ceil(d.outerHeight()/u),g=[];function A(){g.push(this),g.length===u*c&&(d.css({visibility:"visible"}),e(g).remove(),n())}for(i=0;i<u;i++)for(a=p.top+i*m,l=i-(u-1)/2,r=0;r<c;r++)o=p.left+r*f,s=r-(c-1)/2,d.clone().appendTo("body").wrap("<div></div>").css({position:"absolute",visibility:"visible",left:-r*f,top:-i*m}).parent().addClass("ui-effects-explode").css({position:"absolute",overflow:"hidden",width:f,height:m,left:o+(h?s*f:0),top:a+(h?l*m:0),opacity:h?0:1}).animate({left:o+(h?0:s*f),top:a+(h?0:l*m),opacity:h?1:0},t.duration||500,t.easing,A)})),e.effects.define("fade","toggle",(function(t,n){var i="show"===t.mode;e(this).css("opacity",i?0:1).animate({opacity:i?1:0},{queue:!1,duration:t.duration,easing:t.easing,complete:n})})),e.effects.define("fold","hide",(function(t,n){var i=e(this),r=t.mode,o="show"===r,a="hide"===r,s=t.size||15,l=/([0-9]+)%/.exec(s),u=t.horizFirst?["right","bottom"]:["bottom","right"],c=t.duration/2,d=e.effects.createPlaceholder(i),h=i.cssClip(),p={clip:e.extend({},h)},f={clip:e.extend({},h)},m=[h[u[0]],h[u[1]]],g=i.queue().length;l&&(s=parseInt(l[1],10)/100*m[a?0:1]),p.clip[u[0]]=s,f.clip[u[0]]=s,f.clip[u[1]]=0,o&&(i.cssClip(f.clip),d&&d.css(e.effects.clipToBox(f)),f.clip=h),i.queue((function(n){d&&d.animate(e.effects.clipToBox(p),c,t.easing).animate(e.effects.clipToBox(f),c,t.easing),n()})).animate(p,c,t.easing).animate(f,c,t.easing).queue(n),e.effects.unshift(i,g,4)})),e.effects.define("highlight","show",(function(t,n){var i=e(this),r={backgroundColor:i.css("backgroundColor")};"hide"===t.mode&&(r.opacity=0),e.effects.saveStyle(i),i.css({backgroundImage:"none",backgroundColor:t.color||"#ffff99"}).animate(r,{queue:!1,duration:t.duration,easing:t.easing,complete:n})})),e.effects.define("size",(function(t,n){var i,r,o,a=e(this),s=["fontSize"],l=["borderTopWidth","borderBottomWidth","paddingTop","paddingBottom"],u=["borderLeftWidth","borderRightWidth","paddingLeft","paddingRight"],c=t.mode,d="effect"!==c,h=t.scale||"both",p=t.origin||["middle","center"],f=a.css("position"),m=a.position(),g=e.effects.scaledDimensions(a),A=t.from||g,v=t.to||e.effects.scaledDimensions(a,0);e.effects.createPlaceholder(a),"show"===c&&(o=A,A=v,v=o),r={from:{y:A.height/g.height,x:A.width/g.width},to:{y:v.height/g.height,x:v.width/g.width}},"box"!==h&&"both"!==h||(r.from.y!==r.to.y&&(A=e.effects.setTransition(a,l,r.from.y,A),v=e.effects.setTransition(a,l,r.to.y,v)),r.from.x!==r.to.x&&(A=e.effects.setTransition(a,u,r.from.x,A),v=e.effects.setTransition(a,u,r.to.x,v))),"content"!==h&&"both"!==h||r.from.y!==r.to.y&&(A=e.effects.setTransition(a,s,r.from.y,A),v=e.effects.setTransition(a,s,r.to.y,v)),p&&(i=e.effects.getBaseline(p,g),A.top=(g.outerHeight-A.outerHeight)*i.y+m.top,A.left=(g.outerWidth-A.outerWidth)*i.x+m.left,v.top=(g.outerHeight-v.outerHeight)*i.y+m.top,v.left=(g.outerWidth-v.outerWidth)*i.x+m.left),a.css(A),"content"!==h&&"both"!==h||(l=l.concat(["marginTop","marginBottom"]).concat(s),u=u.concat(["marginLeft","marginRight"]),a.find("*[width]").each((function(){var n=e(this),i=e.effects.scaledDimensions(n),o={height:i.height*r.from.y,width:i.width*r.from.x,outerHeight:i.outerHeight*r.from.y,outerWidth:i.outerWidth*r.from.x},a={height:i.height*r.to.y,width:i.width*r.to.x,outerHeight:i.height*r.to.y,outerWidth:i.width*r.to.x};r.from.y!==r.to.y&&(o=e.effects.setTransition(n,l,r.from.y,o),a=e.effects.setTransition(n,l,r.to.y,a)),r.from.x!==r.to.x&&(o=e.effects.setTransition(n,u,r.from.x,o),a=e.effects.setTransition(n,u,r.to.x,a)),d&&e.effects.saveStyle(n),n.css(o),n.animate(a,t.duration,t.easing,(function(){d&&e.effects.restoreStyle(n)}))}))),a.animate(v,{queue:!1,duration:t.duration,easing:t.easing,complete:function(){var t=a.offset();0===v.opacity&&a.css("opacity",A.opacity),d||(a.css("position","static"===f?"relative":f).offset(t),e.effects.saveStyle(a)),n()}})})),e.effects.define("scale",(function(t,n){var i=e(this),r=t.mode,o=parseInt(t.percent,10)||(0===parseInt(t.percent,10)||"effect"!==r?0:100),a=e.extend(!0,{from:e.effects.scaledDimensions(i),to:e.effects.scaledDimensions(i,o,t.direction||"both"),origin:t.origin||["middle","center"]},t);t.fade&&(a.from.opacity=1,a.to.opacity=0),e.effects.effect.size.call(this,a,n)})),e.effects.define("puff","hide",(function(t,n){var i=e.extend(!0,{},t,{fade:!0,percent:parseInt(t.percent,10)||150});e.effects.effect.scale.call(this,i,n)})),e.effects.define("pulsate","show",(function(t,n){var i=e(this),r=t.mode,o="show"===r,a=o||"hide"===r,s=2*(t.times||5)+(a?1:0),l=t.duration/s,u=0,c=1,d=i.queue().length;for(!o&&i.is(":visible")||(i.css("opacity",0).show(),u=1);c<s;c++)i.animate({opacity:u},l,t.easing),u=1-u;i.animate({opacity:u},l,t.easing),i.queue(n),e.effects.unshift(i,d,s+1)})),e.effects.define("shake",(function(t,n){var i=1,r=e(this),o=t.direction||"left",a=t.distance||20,s=t.times||3,l=2*s+1,u=Math.round(t.duration/l),c="up"===o||"down"===o?"top":"left",d="up"===o||"left"===o,h={},p={},f={},m=r.queue().length;for(e.effects.createPlaceholder(r),h[c]=(d?"-=":"+=")+a,p[c]=(d?"+=":"-=")+2*a,f[c]=(d?"-=":"+=")+2*a,r.animate(h,u,t.easing);i<s;i++)r.animate(p,u,t.easing).animate(f,u,t.easing);r.animate(p,u,t.easing).animate(h,u/2,t.easing).queue(n),e.effects.unshift(r,m,l+1)})),e.effects.define("slide","show",(function(t,n){var i,r,o=e(this),a={up:["bottom","top"],down:["top","bottom"],left:["right","left"],right:["left","right"]},s=t.mode,l=t.direction||"left",u="up"===l||"down"===l?"top":"left",c="up"===l||"left"===l,d=t.distance||o["top"===u?"outerHeight":"outerWidth"](!0),h={};e.effects.createPlaceholder(o),i=o.cssClip(),r=o.position()[u],h[u]=(c?-1:1)*d+r,h.clip=o.cssClip(),h.clip[a[l][1]]=h.clip[a[l][0]],"show"===s&&(o.cssClip(h.clip),o.css(u,h[u]),h.clip=i,h[u]=r),o.animate(h,{queue:!1,duration:t.duration,easing:t.easing,complete:n})})),!1!==e.uiBackCompat&&e.effects.define("transfer",(function(t,n){e(this).transfer(t,n)})),
/*!
* jQuery UI Focusable 1.12.1
* http://jqueryui.com
@@ -613,7 +1360,7 @@ function(e,t){var n,i=/^([\-+])=\s*(\d+\.?\d*)/,r=[{re:/rgba?\(\s*(\d{1,3})\s*,\
* Released under the MIT license.
* http://jquery.org/license
*/
-e.ui.focusable=function(t,n){var i,r,o,s,a,l=t.nodeName.toLowerCase();return"area"===l?(r=(i=t.parentNode).name,!(!t.href||!r||"map"!==i.nodeName.toLowerCase())&&(o=e("img[usemap='#"+r+"']")).length>0&&o.is(":visible")):(/^(input|select|textarea|button|object)$/.test(l)?(s=!t.disabled)&&(a=e(t).closest("fieldset")[0])&&(s=!a.disabled):s="a"===l&&t.href||n,s&&e(t).is(":visible")&&function(e){for(var t=e.css("visibility");"inherit"===t;)t=(e=e.parent()).css("visibility");return"hidden"!==t}(e(t)))},e.extend(e.expr[":"],{focusable:function(t){return e.ui.focusable(t,null!=e.attr(t,"tabindex"))}}),e.ui.focusable,e.fn.form=function(){return"string"==typeof this[0].form?this.closest("form"):e(this[0].form)},e.ui.formResetMixin={_formResetHandler:function(){var t=e(this);setTimeout((function(){var n=t.data("ui-form-reset-instances");e.each(n,(function(){this.refresh()}))}))},_bindFormResetHandler:function(){if(this.form=this.element.form(),this.form.length){var e=this.form.data("ui-form-reset-instances")||[];e.length||this.form.on("reset.ui-form-reset",this._formResetHandler),e.push(this),this.form.data("ui-form-reset-instances",e)}},_unbindFormResetHandler:function(){if(this.form.length){var t=this.form.data("ui-form-reset-instances");t.splice(e.inArray(this,t),1),t.length?this.form.data("ui-form-reset-instances",t):this.form.removeData("ui-form-reset-instances").off("reset.ui-form-reset")}}},
+e.ui.focusable=function(t,n){var i,r,o,a,s,l=t.nodeName.toLowerCase();return"area"===l?(r=(i=t.parentNode).name,!(!t.href||!r||"map"!==i.nodeName.toLowerCase())&&(o=e("img[usemap='#"+r+"']")).length>0&&o.is(":visible")):(/^(input|select|textarea|button|object)$/.test(l)?(a=!t.disabled)&&(s=e(t).closest("fieldset")[0])&&(a=!s.disabled):a="a"===l&&t.href||n,a&&e(t).is(":visible")&&function(e){for(var t=e.css("visibility");"inherit"===t;)t=(e=e.parent()).css("visibility");return"hidden"!==t}(e(t)))},e.extend(e.expr[":"],{focusable:function(t){return e.ui.focusable(t,null!=e.attr(t,"tabindex"))}}),e.ui.focusable,e.fn.form=function(){return"string"==typeof this[0].form?this.closest("form"):e(this[0].form)},e.ui.formResetMixin={_formResetHandler:function(){var t=e(this);setTimeout((function(){var n=t.data("ui-form-reset-instances");e.each(n,(function(){this.refresh()}))}))},_bindFormResetHandler:function(){if(this.form=this.element.form(),this.form.length){var e=this.form.data("ui-form-reset-instances")||[];e.length||this.form.on("reset.ui-form-reset",this._formResetHandler),e.push(this),this.form.data("ui-form-reset-instances",e)}},_unbindFormResetHandler:function(){if(this.form.length){var t=this.form.data("ui-form-reset-instances");t.splice(e.inArray(this,t),1),t.length?this.form.data("ui-form-reset-instances",t):this.form.removeData("ui-form-reset-instances").off("reset.ui-form-reset")}}},
/*!
* jQuery UI Support for jQuery core 1.7.x 1.12.1
* http://jqueryui.com
@@ -623,7 +1370,7 @@ e.ui.focusable=function(t,n){var i,r,o,s,a,l=t.nodeName.toLowerCase();return"are
* http://jquery.org/license
*
*/
-"1.7"===e.fn.jquery.substring(0,3)&&(e.each(["Width","Height"],(function(t,n){var i="Width"===n?["Left","Right"]:["Top","Bottom"],r=n.toLowerCase(),o={innerWidth:e.fn.innerWidth,innerHeight:e.fn.innerHeight,outerWidth:e.fn.outerWidth,outerHeight:e.fn.outerHeight};function s(t,n,r,o){return e.each(i,(function(){n-=parseFloat(e.css(t,"padding"+this))||0,r&&(n-=parseFloat(e.css(t,"border"+this+"Width"))||0),o&&(n-=parseFloat(e.css(t,"margin"+this))||0)})),n}e.fn["inner"+n]=function(t){return void 0===t?o["inner"+n].call(this):this.each((function(){e(this).css(r,s(this,t)+"px")}))},e.fn["outer"+n]=function(t,i){return"number"!=typeof t?o["outer"+n].call(this,t):this.each((function(){e(this).css(r,s(this,t,!0,i)+"px")}))}})),e.fn.addBack=function(e){return this.add(null==e?this.prevObject:this.prevObject.filter(e))}),e.ui.keyCode={BACKSPACE:8,COMMA:188,DELETE:46,DOWN:40,END:35,ENTER:13,ESCAPE:27,HOME:36,LEFT:37,PAGE_DOWN:34,PAGE_UP:33,PERIOD:190,RIGHT:39,SPACE:32,TAB:9,UP:38},e.ui.escapeSelector=(a=/([!"#$%&'()*+,./:;<=>?@[\]^`{|}~])/g,function(e){return e.replace(a,"\\$1")}),e.fn.labels=function(){var t,n,i,r,o;return this[0].labels&&this[0].labels.length?this.pushStack(this[0].labels):(r=this.eq(0).parents("label"),(i=this.attr("id"))&&(o=(t=this.eq(0).parents().last()).add(t.length?t.siblings():this.siblings()),n="label[for='"+e.ui.escapeSelector(i)+"']",r=r.add(o.find(n).addBack(n))),this.pushStack(r))},e.fn.scrollParent=function(t){var n=this.css("position"),i="absolute"===n,r=t?/(auto|scroll|hidden)/:/(auto|scroll)/,o=this.parents().filter((function(){var t=e(this);return(!i||"static"!==t.css("position"))&&r.test(t.css("overflow")+t.css("overflow-y")+t.css("overflow-x"))})).eq(0);return"fixed"!==n&&o.length?o:e(this[0].ownerDocument||document)},e.extend(e.expr[":"],{tabbable:function(t){var n=e.attr(t,"tabindex"),i=null!=n;return(!i||n>=0)&&e.ui.focusable(t,i)}}),e.fn.extend({uniqueId:(s=0,function(){return this.each((function(){this.id||(this.id="ui-id-"+ ++s)}))}),removeUniqueId:function(){return this.each((function(){/^ui-id-\d+$/.test(this.id)&&e(this).removeAttr("id")}))}}),e.widget("ui.accordion",{version:"1.12.1",options:{active:0,animate:{},classes:{"ui-accordion-header":"ui-corner-top","ui-accordion-header-collapsed":"ui-corner-all","ui-accordion-content":"ui-corner-bottom"},collapsible:!1,event:"click",header:"> li > :first-child, > :not(li):even",heightStyle:"auto",icons:{activeHeader:"ui-icon-triangle-1-s",header:"ui-icon-triangle-1-e"},activate:null,beforeActivate:null},hideProps:{borderTopWidth:"hide",borderBottomWidth:"hide",paddingTop:"hide",paddingBottom:"hide",height:"hide"},showProps:{borderTopWidth:"show",borderBottomWidth:"show",paddingTop:"show",paddingBottom:"show",height:"show"},_create:function(){var t=this.options;this.prevShow=this.prevHide=e(),this._addClass("ui-accordion","ui-widget ui-helper-reset"),this.element.attr("role","tablist"),t.collapsible||!1!==t.active&&null!=t.active||(t.active=0),this._processPanels(),t.active<0&&(t.active+=this.headers.length),this._refresh()},_getCreateEventData:function(){return{header:this.active,panel:this.active.length?this.active.next():e()}},_createIcons:function(){var t,n,i=this.options.icons;i&&(t=e("<span>"),this._addClass(t,"ui-accordion-header-icon","ui-icon "+i.header),t.prependTo(this.headers),n=this.active.children(".ui-accordion-header-icon"),this._removeClass(n,i.header)._addClass(n,null,i.activeHeader)._addClass(this.headers,"ui-accordion-icons"))},_destroyIcons:function(){this._removeClass(this.headers,"ui-accordion-icons"),this.headers.children(".ui-accordion-header-icon").remove()},_destroy:function(){var e;this.element.removeAttr("role"),this.headers.removeAttr("role aria-expanded aria-selected aria-controls tabIndex").removeUniqueId(),this._destroyIcons(),e=this.headers.next().css("display","").removeAttr("role aria-hidden aria-labelledby").removeUniqueId(),"content"!==this.options.heightStyle&&e.css("height","")},_setOption:function(e,t){"active"!==e?("event"===e&&(this.options.event&&this._off(this.headers,this.options.event),this._setupEvents(t)),this._super(e,t),"collapsible"!==e||t||!1!==this.options.active||this._activate(0),"icons"===e&&(this._destroyIcons(),t&&this._createIcons())):this._activate(t)},_setOptionDisabled:function(e){this._super(e),this.element.attr("aria-disabled",e),this._toggleClass(null,"ui-state-disabled",!!e),this._toggleClass(this.headers.add(this.headers.next()),null,"ui-state-disabled",!!e)},_keydown:function(t){if(!t.altKey&&!t.ctrlKey){var n=e.ui.keyCode,i=this.headers.length,r=this.headers.index(t.target),o=!1;switch(t.keyCode){case n.RIGHT:case n.DOWN:o=this.headers[(r+1)%i];break;case n.LEFT:case n.UP:o=this.headers[(r-1+i)%i];break;case n.SPACE:case n.ENTER:this._eventHandler(t);break;case n.HOME:o=this.headers[0];break;case n.END:o=this.headers[i-1]}o&&(e(t.target).attr("tabIndex",-1),e(o).attr("tabIndex",0),e(o).trigger("focus"),t.preventDefault())}},_panelKeyDown:function(t){t.keyCode===e.ui.keyCode.UP&&t.ctrlKey&&e(t.currentTarget).prev().trigger("focus")},refresh:function(){var t=this.options;this._processPanels(),!1===t.active&&!0===t.collapsible||!this.headers.length?(t.active=!1,this.active=e()):!1===t.active?this._activate(0):this.active.length&&!e.contains(this.element[0],this.active[0])?this.headers.length===this.headers.find(".ui-state-disabled").length?(t.active=!1,this.active=e()):this._activate(Math.max(0,t.active-1)):t.active=this.headers.index(this.active),this._destroyIcons(),this._refresh()},_processPanels:function(){var e=this.headers,t=this.panels;this.headers=this.element.find(this.options.header),this._addClass(this.headers,"ui-accordion-header ui-accordion-header-collapsed","ui-state-default"),this.panels=this.headers.next().filter(":not(.ui-accordion-content-active)").hide(),this._addClass(this.panels,"ui-accordion-content","ui-helper-reset ui-widget-content"),t&&(this._off(e.not(this.headers)),this._off(t.not(this.panels)))},_refresh:function(){var t,n=this.options,i=n.heightStyle,r=this.element.parent();this.active=this._findActive(n.active),this._addClass(this.active,"ui-accordion-header-active","ui-state-active")._removeClass(this.active,"ui-accordion-header-collapsed"),this._addClass(this.active.next(),"ui-accordion-content-active"),this.active.next().show(),this.headers.attr("role","tab").each((function(){var t=e(this),n=t.uniqueId().attr("id"),i=t.next(),r=i.uniqueId().attr("id");t.attr("aria-controls",r),i.attr("aria-labelledby",n)})).next().attr("role","tabpanel"),this.headers.not(this.active).attr({"aria-selected":"false","aria-expanded":"false",tabIndex:-1}).next().attr({"aria-hidden":"true"}).hide(),this.active.length?this.active.attr({"aria-selected":"true","aria-expanded":"true",tabIndex:0}).next().attr({"aria-hidden":"false"}):this.headers.eq(0).attr("tabIndex",0),this._createIcons(),this._setupEvents(n.event),"fill"===i?(t=r.height(),this.element.siblings(":visible").each((function(){var n=e(this),i=n.css("position");"absolute"!==i&&"fixed"!==i&&(t-=n.outerHeight(!0))})),this.headers.each((function(){t-=e(this).outerHeight(!0)})),this.headers.next().each((function(){e(this).height(Math.max(0,t-e(this).innerHeight()+e(this).height()))})).css("overflow","auto")):"auto"===i&&(t=0,this.headers.next().each((function(){var n=e(this).is(":visible");n||e(this).show(),t=Math.max(t,e(this).css("height","").height()),n||e(this).hide()})).height(t))},_activate:function(t){var n=this._findActive(t)[0];n!==this.active[0]&&(n=n||this.active[0],this._eventHandler({target:n,currentTarget:n,preventDefault:e.noop}))},_findActive:function(t){return"number"==typeof t?this.headers.eq(t):e()},_setupEvents:function(t){var n={keydown:"_keydown"};t&&e.each(t.split(" "),(function(e,t){n[t]="_eventHandler"})),this._off(this.headers.add(this.headers.next())),this._on(this.headers,n),this._on(this.headers.next(),{keydown:"_panelKeyDown"}),this._hoverable(this.headers),this._focusable(this.headers)},_eventHandler:function(t){var n,i,r=this.options,o=this.active,s=e(t.currentTarget),a=s[0]===o[0],l=a&&r.collapsible,c=l?e():s.next(),u=o.next(),d={oldHeader:o,oldPanel:u,newHeader:l?e():s,newPanel:c};t.preventDefault(),a&&!r.collapsible||!1===this._trigger("beforeActivate",t,d)||(r.active=!l&&this.headers.index(s),this.active=a?e():s,this._toggle(d),this._removeClass(o,"ui-accordion-header-active","ui-state-active"),r.icons&&(n=o.children(".ui-accordion-header-icon"),this._removeClass(n,null,r.icons.activeHeader)._addClass(n,null,r.icons.header)),a||(this._removeClass(s,"ui-accordion-header-collapsed")._addClass(s,"ui-accordion-header-active","ui-state-active"),r.icons&&(i=s.children(".ui-accordion-header-icon"),this._removeClass(i,null,r.icons.header)._addClass(i,null,r.icons.activeHeader)),this._addClass(s.next(),"ui-accordion-content-active")))},_toggle:function(t){var n=t.newPanel,i=this.prevShow.length?this.prevShow:t.oldPanel;this.prevShow.add(this.prevHide).stop(!0,!0),this.prevShow=n,this.prevHide=i,this.options.animate?this._animate(n,i,t):(i.hide(),n.show(),this._toggleComplete(t)),i.attr({"aria-hidden":"true"}),i.prev().attr({"aria-selected":"false","aria-expanded":"false"}),n.length&&i.length?i.prev().attr({tabIndex:-1,"aria-expanded":"false"}):n.length&&this.headers.filter((function(){return 0===parseInt(e(this).attr("tabIndex"),10)})).attr("tabIndex",-1),n.attr("aria-hidden","false").prev().attr({"aria-selected":"true","aria-expanded":"true",tabIndex:0})},_animate:function(e,t,n){var i,r,o,s=this,a=0,l=e.css("box-sizing"),c=e.length&&(!t.length||e.index()<t.index()),u=this.options.animate||{},d=c&&u.down||u,h=function(){s._toggleComplete(n)};return"number"==typeof d&&(o=d),"string"==typeof d&&(r=d),r=r||d.easing||u.easing,o=o||d.duration||u.duration,t.length?e.length?(i=e.show().outerHeight(),t.animate(this.hideProps,{duration:o,easing:r,step:function(e,t){t.now=Math.round(e)}}),void e.hide().animate(this.showProps,{duration:o,easing:r,complete:h,step:function(e,n){n.now=Math.round(e),"height"!==n.prop?"content-box"===l&&(a+=n.now):"content"!==s.options.heightStyle&&(n.now=Math.round(i-t.outerHeight()-a),a=0)}})):t.animate(this.hideProps,o,r,h):e.animate(this.showProps,o,r,h)},_toggleComplete:function(e){var t=e.oldPanel,n=t.prev();this._removeClass(t,"ui-accordion-content-active"),this._removeClass(n,"ui-accordion-header-active")._addClass(n,"ui-accordion-header-collapsed"),t.length&&(t.parent()[0].className=t.parent()[0].className),this._trigger("activate",null,e)}}),e.ui.safeActiveElement=function(e){var t;try{t=e.activeElement}catch(n){t=e.body}return t||(t=e.body),t.nodeName||(t=e.body),t},e.widget("ui.menu",{version:"1.12.1",defaultElement:"<ul>",delay:300,options:{icons:{submenu:"ui-icon-caret-1-e"},items:"> *",menus:"ul",position:{my:"left top",at:"right top"},role:"menu",blur:null,focus:null,select:null},_create:function(){this.activeMenu=this.element,this.mouseHandled=!1,this.element.uniqueId().attr({role:this.options.role,tabIndex:0}),this._addClass("ui-menu","ui-widget ui-widget-content"),this._on({"mousedown .ui-menu-item":function(e){e.preventDefault()},"click .ui-menu-item":function(t){var n=e(t.target),i=e(e.ui.safeActiveElement(this.document[0]));!this.mouseHandled&&n.not(".ui-state-disabled").length&&(this.select(t),t.isPropagationStopped()||(this.mouseHandled=!0),n.has(".ui-menu").length?this.expand(t):!this.element.is(":focus")&&i.closest(".ui-menu").length&&(this.element.trigger("focus",[!0]),this.active&&1===this.active.parents(".ui-menu").length&&clearTimeout(this.timer)))},"mouseenter .ui-menu-item":function(t){if(!this.previousFilter){var n=e(t.target).closest(".ui-menu-item"),i=e(t.currentTarget);n[0]===i[0]&&(this._removeClass(i.siblings().children(".ui-state-active"),null,"ui-state-active"),this.focus(t,i))}},mouseleave:"collapseAll","mouseleave .ui-menu":"collapseAll",focus:function(e,t){var n=this.active||this.element.find(this.options.items).eq(0);t||this.focus(e,n)},blur:function(t){this._delay((function(){!e.contains(this.element[0],e.ui.safeActiveElement(this.document[0]))&&this.collapseAll(t)}))},keydown:"_keydown"}),this.refresh(),this._on(this.document,{click:function(e){this._closeOnDocumentClick(e)&&this.collapseAll(e),this.mouseHandled=!1}})},_destroy:function(){var t=this.element.find(".ui-menu-item").removeAttr("role aria-disabled").children(".ui-menu-item-wrapper").removeUniqueId().removeAttr("tabIndex role aria-haspopup");this.element.removeAttr("aria-activedescendant").find(".ui-menu").addBack().removeAttr("role aria-labelledby aria-expanded aria-hidden aria-disabled tabIndex").removeUniqueId().show(),t.children().each((function(){var t=e(this);t.data("ui-menu-submenu-caret")&&t.remove()}))},_keydown:function(t){var n,i,r,o,s=!0;switch(t.keyCode){case e.ui.keyCode.PAGE_UP:this.previousPage(t);break;case e.ui.keyCode.PAGE_DOWN:this.nextPage(t);break;case e.ui.keyCode.HOME:this._move("first","first",t);break;case e.ui.keyCode.END:this._move("last","last",t);break;case e.ui.keyCode.UP:this.previous(t);break;case e.ui.keyCode.DOWN:this.next(t);break;case e.ui.keyCode.LEFT:this.collapse(t);break;case e.ui.keyCode.RIGHT:this.active&&!this.active.is(".ui-state-disabled")&&this.expand(t);break;case e.ui.keyCode.ENTER:case e.ui.keyCode.SPACE:this._activate(t);break;case e.ui.keyCode.ESCAPE:this.collapse(t);break;default:s=!1,i=this.previousFilter||"",o=!1,r=t.keyCode>=96&&t.keyCode<=105?(t.keyCode-96).toString():String.fromCharCode(t.keyCode),clearTimeout(this.filterTimer),r===i?o=!0:r=i+r,n=this._filterMenuItems(r),(n=o&&-1!==n.index(this.active.next())?this.active.nextAll(".ui-menu-item"):n).length||(r=String.fromCharCode(t.keyCode),n=this._filterMenuItems(r)),n.length?(this.focus(t,n),this.previousFilter=r,this.filterTimer=this._delay((function(){delete this.previousFilter}),1e3)):delete this.previousFilter}s&&t.preventDefault()},_activate:function(e){this.active&&!this.active.is(".ui-state-disabled")&&(this.active.children("[aria-haspopup='true']").length?this.expand(e):this.select(e))},refresh:function(){var t,n,i,r,o=this,s=this.options.icons.submenu,a=this.element.find(this.options.menus);this._toggleClass("ui-menu-icons",null,!!this.element.find(".ui-icon").length),n=a.filter(":not(.ui-menu)").hide().attr({role:this.options.role,"aria-hidden":"true","aria-expanded":"false"}).each((function(){var t=e(this),n=t.prev(),i=e("<span>").data("ui-menu-submenu-caret",!0);o._addClass(i,"ui-menu-icon","ui-icon "+s),n.attr("aria-haspopup","true").prepend(i),t.attr("aria-labelledby",n.attr("id"))})),this._addClass(n,"ui-menu","ui-widget ui-widget-content ui-front"),(t=a.add(this.element).find(this.options.items)).not(".ui-menu-item").each((function(){var t=e(this);o._isDivider(t)&&o._addClass(t,"ui-menu-divider","ui-widget-content")})),r=(i=t.not(".ui-menu-item, .ui-menu-divider")).children().not(".ui-menu").uniqueId().attr({tabIndex:-1,role:this._itemRole()}),this._addClass(i,"ui-menu-item")._addClass(r,"ui-menu-item-wrapper"),t.filter(".ui-state-disabled").attr("aria-disabled","true"),this.active&&!e.contains(this.element[0],this.active[0])&&this.blur()},_itemRole:function(){return{menu:"menuitem",listbox:"option"}[this.options.role]},_setOption:function(e,t){if("icons"===e){var n=this.element.find(".ui-menu-icon");this._removeClass(n,null,this.options.icons.submenu)._addClass(n,null,t.submenu)}this._super(e,t)},_setOptionDisabled:function(e){this._super(e),this.element.attr("aria-disabled",String(e)),this._toggleClass(null,"ui-state-disabled",!!e)},focus:function(e,t){var n,i,r;this.blur(e,e&&"focus"===e.type),this._scrollIntoView(t),this.active=t.first(),i=this.active.children(".ui-menu-item-wrapper"),this._addClass(i,null,"ui-state-active"),this.options.role&&this.element.attr("aria-activedescendant",i.attr("id")),r=this.active.parent().closest(".ui-menu-item").children(".ui-menu-item-wrapper"),this._addClass(r,null,"ui-state-active"),e&&"keydown"===e.type?this._close():this.timer=this._delay((function(){this._close()}),this.delay),(n=t.children(".ui-menu")).length&&e&&/^mouse/.test(e.type)&&this._startOpening(n),this.activeMenu=t.parent(),this._trigger("focus",e,{item:t})},_scrollIntoView:function(t){var n,i,r,o,s,a;this._hasScroll()&&(n=parseFloat(e.css(this.activeMenu[0],"borderTopWidth"))||0,i=parseFloat(e.css(this.activeMenu[0],"paddingTop"))||0,r=t.offset().top-this.activeMenu.offset().top-n-i,o=this.activeMenu.scrollTop(),s=this.activeMenu.height(),a=t.outerHeight(),r<0?this.activeMenu.scrollTop(o+r):r+a>s&&this.activeMenu.scrollTop(o+r-s+a))},blur:function(e,t){t||clearTimeout(this.timer),this.active&&(this._removeClass(this.active.children(".ui-menu-item-wrapper"),null,"ui-state-active"),this._trigger("blur",e,{item:this.active}),this.active=null)},_startOpening:function(e){clearTimeout(this.timer),"true"===e.attr("aria-hidden")&&(this.timer=this._delay((function(){this._close(),this._open(e)}),this.delay))},_open:function(t){var n=e.extend({of:this.active},this.options.position);clearTimeout(this.timer),this.element.find(".ui-menu").not(t.parents(".ui-menu")).hide().attr("aria-hidden","true"),t.show().removeAttr("aria-hidden").attr("aria-expanded","true").position(n)},collapseAll:function(t,n){clearTimeout(this.timer),this.timer=this._delay((function(){var i=n?this.element:e(t&&t.target).closest(this.element.find(".ui-menu"));i.length||(i=this.element),this._close(i),this.blur(t),this._removeClass(i.find(".ui-state-active"),null,"ui-state-active"),this.activeMenu=i}),this.delay)},_close:function(e){e||(e=this.active?this.active.parent():this.element),e.find(".ui-menu").hide().attr("aria-hidden","true").attr("aria-expanded","false")},_closeOnDocumentClick:function(t){return!e(t.target).closest(".ui-menu").length},_isDivider:function(e){return!/[^\-\u2014\u2013\s]/.test(e.text())},collapse:function(e){var t=this.active&&this.active.parent().closest(".ui-menu-item",this.element);t&&t.length&&(this._close(),this.focus(e,t))},expand:function(e){var t=this.active&&this.active.children(".ui-menu ").find(this.options.items).first();t&&t.length&&(this._open(t.parent()),this._delay((function(){this.focus(e,t)})))},next:function(e){this._move("next","first",e)},previous:function(e){this._move("prev","last",e)},isFirstItem:function(){return this.active&&!this.active.prevAll(".ui-menu-item").length},isLastItem:function(){return this.active&&!this.active.nextAll(".ui-menu-item").length},_move:function(e,t,n){var i;this.active&&(i="first"===e||"last"===e?this.active["first"===e?"prevAll":"nextAll"](".ui-menu-item").eq(-1):this.active[e+"All"](".ui-menu-item").eq(0)),i&&i.length&&this.active||(i=this.activeMenu.find(this.options.items)[t]()),this.focus(n,i)},nextPage:function(t){var n,i,r;this.active?this.isLastItem()||(this._hasScroll()?(i=this.active.offset().top,r=this.element.height(),this.active.nextAll(".ui-menu-item").each((function(){return(n=e(this)).offset().top-i-r<0})),this.focus(t,n)):this.focus(t,this.activeMenu.find(this.options.items)[this.active?"last":"first"]())):this.next(t)},previousPage:function(t){var n,i,r;this.active?this.isFirstItem()||(this._hasScroll()?(i=this.active.offset().top,r=this.element.height(),this.active.prevAll(".ui-menu-item").each((function(){return(n=e(this)).offset().top-i+r>0})),this.focus(t,n)):this.focus(t,this.activeMenu.find(this.options.items).first())):this.next(t)},_hasScroll:function(){return this.element.outerHeight()<this.element.prop("scrollHeight")},select:function(t){this.active=this.active||e(t.target).closest(".ui-menu-item");var n={item:this.active};this.active.has(".ui-menu").length||this.collapseAll(t,!0),this._trigger("select",t,n)},_filterMenuItems:function(t){var n=t.replace(/[\-\[\]{}()*+?.,\\\^$|#\s]/g,"\\$&"),i=new RegExp("^"+n,"i");return this.activeMenu.find(this.options.items).filter(".ui-menu-item").filter((function(){return i.test(e.trim(e(this).children(".ui-menu-item-wrapper").text()))}))}}),
+"1.7"===e.fn.jquery.substring(0,3)&&(e.each(["Width","Height"],(function(t,n){var i="Width"===n?["Left","Right"]:["Top","Bottom"],r=n.toLowerCase(),o={innerWidth:e.fn.innerWidth,innerHeight:e.fn.innerHeight,outerWidth:e.fn.outerWidth,outerHeight:e.fn.outerHeight};function a(t,n,r,o){return e.each(i,(function(){n-=parseFloat(e.css(t,"padding"+this))||0,r&&(n-=parseFloat(e.css(t,"border"+this+"Width"))||0),o&&(n-=parseFloat(e.css(t,"margin"+this))||0)})),n}e.fn["inner"+n]=function(t){return void 0===t?o["inner"+n].call(this):this.each((function(){e(this).css(r,a(this,t)+"px")}))},e.fn["outer"+n]=function(t,i){return"number"!=typeof t?o["outer"+n].call(this,t):this.each((function(){e(this).css(r,a(this,t,!0,i)+"px")}))}})),e.fn.addBack=function(e){return this.add(null==e?this.prevObject:this.prevObject.filter(e))}),e.ui.keyCode={BACKSPACE:8,COMMA:188,DELETE:46,DOWN:40,END:35,ENTER:13,ESCAPE:27,HOME:36,LEFT:37,PAGE_DOWN:34,PAGE_UP:33,PERIOD:190,RIGHT:39,SPACE:32,TAB:9,UP:38},e.ui.escapeSelector=(s=/([!"#$%&'()*+,./:;<=>?@[\]^`{|}~])/g,function(e){return e.replace(s,"\\$1")}),e.fn.labels=function(){var t,n,i,r,o;return this[0].labels&&this[0].labels.length?this.pushStack(this[0].labels):(r=this.eq(0).parents("label"),(i=this.attr("id"))&&(o=(t=this.eq(0).parents().last()).add(t.length?t.siblings():this.siblings()),n="label[for='"+e.ui.escapeSelector(i)+"']",r=r.add(o.find(n).addBack(n))),this.pushStack(r))},e.fn.scrollParent=function(t){var n=this.css("position"),i="absolute"===n,r=t?/(auto|scroll|hidden)/:/(auto|scroll)/,o=this.parents().filter((function(){var t=e(this);return(!i||"static"!==t.css("position"))&&r.test(t.css("overflow")+t.css("overflow-y")+t.css("overflow-x"))})).eq(0);return"fixed"!==n&&o.length?o:e(this[0].ownerDocument||document)},e.extend(e.expr[":"],{tabbable:function(t){var n=e.attr(t,"tabindex"),i=null!=n;return(!i||n>=0)&&e.ui.focusable(t,i)}}),e.fn.extend({uniqueId:(a=0,function(){return this.each((function(){this.id||(this.id="ui-id-"+ ++a)}))}),removeUniqueId:function(){return this.each((function(){/^ui-id-\d+$/.test(this.id)&&e(this).removeAttr("id")}))}}),e.widget("ui.accordion",{version:"1.12.1",options:{active:0,animate:{},classes:{"ui-accordion-header":"ui-corner-top","ui-accordion-header-collapsed":"ui-corner-all","ui-accordion-content":"ui-corner-bottom"},collapsible:!1,event:"click",header:"> li > :first-child, > :not(li):even",heightStyle:"auto",icons:{activeHeader:"ui-icon-triangle-1-s",header:"ui-icon-triangle-1-e"},activate:null,beforeActivate:null},hideProps:{borderTopWidth:"hide",borderBottomWidth:"hide",paddingTop:"hide",paddingBottom:"hide",height:"hide"},showProps:{borderTopWidth:"show",borderBottomWidth:"show",paddingTop:"show",paddingBottom:"show",height:"show"},_create:function(){var t=this.options;this.prevShow=this.prevHide=e(),this._addClass("ui-accordion","ui-widget ui-helper-reset"),this.element.attr("role","tablist"),t.collapsible||!1!==t.active&&null!=t.active||(t.active=0),this._processPanels(),t.active<0&&(t.active+=this.headers.length),this._refresh()},_getCreateEventData:function(){return{header:this.active,panel:this.active.length?this.active.next():e()}},_createIcons:function(){var t,n,i=this.options.icons;i&&(t=e("<span>"),this._addClass(t,"ui-accordion-header-icon","ui-icon "+i.header),t.prependTo(this.headers),n=this.active.children(".ui-accordion-header-icon"),this._removeClass(n,i.header)._addClass(n,null,i.activeHeader)._addClass(this.headers,"ui-accordion-icons"))},_destroyIcons:function(){this._removeClass(this.headers,"ui-accordion-icons"),this.headers.children(".ui-accordion-header-icon").remove()},_destroy:function(){var e;this.element.removeAttr("role"),this.headers.removeAttr("role aria-expanded aria-selected aria-controls tabIndex").removeUniqueId(),this._destroyIcons(),e=this.headers.next().css("display","").removeAttr("role aria-hidden aria-labelledby").removeUniqueId(),"content"!==this.options.heightStyle&&e.css("height","")},_setOption:function(e,t){"active"!==e?("event"===e&&(this.options.event&&this._off(this.headers,this.options.event),this._setupEvents(t)),this._super(e,t),"collapsible"!==e||t||!1!==this.options.active||this._activate(0),"icons"===e&&(this._destroyIcons(),t&&this._createIcons())):this._activate(t)},_setOptionDisabled:function(e){this._super(e),this.element.attr("aria-disabled",e),this._toggleClass(null,"ui-state-disabled",!!e),this._toggleClass(this.headers.add(this.headers.next()),null,"ui-state-disabled",!!e)},_keydown:function(t){if(!t.altKey&&!t.ctrlKey){var n=e.ui.keyCode,i=this.headers.length,r=this.headers.index(t.target),o=!1;switch(t.keyCode){case n.RIGHT:case n.DOWN:o=this.headers[(r+1)%i];break;case n.LEFT:case n.UP:o=this.headers[(r-1+i)%i];break;case n.SPACE:case n.ENTER:this._eventHandler(t);break;case n.HOME:o=this.headers[0];break;case n.END:o=this.headers[i-1]}o&&(e(t.target).attr("tabIndex",-1),e(o).attr("tabIndex",0),e(o).trigger("focus"),t.preventDefault())}},_panelKeyDown:function(t){t.keyCode===e.ui.keyCode.UP&&t.ctrlKey&&e(t.currentTarget).prev().trigger("focus")},refresh:function(){var t=this.options;this._processPanels(),!1===t.active&&!0===t.collapsible||!this.headers.length?(t.active=!1,this.active=e()):!1===t.active?this._activate(0):this.active.length&&!e.contains(this.element[0],this.active[0])?this.headers.length===this.headers.find(".ui-state-disabled").length?(t.active=!1,this.active=e()):this._activate(Math.max(0,t.active-1)):t.active=this.headers.index(this.active),this._destroyIcons(),this._refresh()},_processPanels:function(){var e=this.headers,t=this.panels;this.headers=this.element.find(this.options.header),this._addClass(this.headers,"ui-accordion-header ui-accordion-header-collapsed","ui-state-default"),this.panels=this.headers.next().filter(":not(.ui-accordion-content-active)").hide(),this._addClass(this.panels,"ui-accordion-content","ui-helper-reset ui-widget-content"),t&&(this._off(e.not(this.headers)),this._off(t.not(this.panels)))},_refresh:function(){var t,n=this.options,i=n.heightStyle,r=this.element.parent();this.active=this._findActive(n.active),this._addClass(this.active,"ui-accordion-header-active","ui-state-active")._removeClass(this.active,"ui-accordion-header-collapsed"),this._addClass(this.active.next(),"ui-accordion-content-active"),this.active.next().show(),this.headers.attr("role","tab").each((function(){var t=e(this),n=t.uniqueId().attr("id"),i=t.next(),r=i.uniqueId().attr("id");t.attr("aria-controls",r),i.attr("aria-labelledby",n)})).next().attr("role","tabpanel"),this.headers.not(this.active).attr({"aria-selected":"false","aria-expanded":"false",tabIndex:-1}).next().attr({"aria-hidden":"true"}).hide(),this.active.length?this.active.attr({"aria-selected":"true","aria-expanded":"true",tabIndex:0}).next().attr({"aria-hidden":"false"}):this.headers.eq(0).attr("tabIndex",0),this._createIcons(),this._setupEvents(n.event),"fill"===i?(t=r.height(),this.element.siblings(":visible").each((function(){var n=e(this),i=n.css("position");"absolute"!==i&&"fixed"!==i&&(t-=n.outerHeight(!0))})),this.headers.each((function(){t-=e(this).outerHeight(!0)})),this.headers.next().each((function(){e(this).height(Math.max(0,t-e(this).innerHeight()+e(this).height()))})).css("overflow","auto")):"auto"===i&&(t=0,this.headers.next().each((function(){var n=e(this).is(":visible");n||e(this).show(),t=Math.max(t,e(this).css("height","").height()),n||e(this).hide()})).height(t))},_activate:function(t){var n=this._findActive(t)[0];n!==this.active[0]&&(n=n||this.active[0],this._eventHandler({target:n,currentTarget:n,preventDefault:e.noop}))},_findActive:function(t){return"number"==typeof t?this.headers.eq(t):e()},_setupEvents:function(t){var n={keydown:"_keydown"};t&&e.each(t.split(" "),(function(e,t){n[t]="_eventHandler"})),this._off(this.headers.add(this.headers.next())),this._on(this.headers,n),this._on(this.headers.next(),{keydown:"_panelKeyDown"}),this._hoverable(this.headers),this._focusable(this.headers)},_eventHandler:function(t){var n,i,r=this.options,o=this.active,a=e(t.currentTarget),s=a[0]===o[0],l=s&&r.collapsible,u=l?e():a.next(),c=o.next(),d={oldHeader:o,oldPanel:c,newHeader:l?e():a,newPanel:u};t.preventDefault(),s&&!r.collapsible||!1===this._trigger("beforeActivate",t,d)||(r.active=!l&&this.headers.index(a),this.active=s?e():a,this._toggle(d),this._removeClass(o,"ui-accordion-header-active","ui-state-active"),r.icons&&(n=o.children(".ui-accordion-header-icon"),this._removeClass(n,null,r.icons.activeHeader)._addClass(n,null,r.icons.header)),s||(this._removeClass(a,"ui-accordion-header-collapsed")._addClass(a,"ui-accordion-header-active","ui-state-active"),r.icons&&(i=a.children(".ui-accordion-header-icon"),this._removeClass(i,null,r.icons.header)._addClass(i,null,r.icons.activeHeader)),this._addClass(a.next(),"ui-accordion-content-active")))},_toggle:function(t){var n=t.newPanel,i=this.prevShow.length?this.prevShow:t.oldPanel;this.prevShow.add(this.prevHide).stop(!0,!0),this.prevShow=n,this.prevHide=i,this.options.animate?this._animate(n,i,t):(i.hide(),n.show(),this._toggleComplete(t)),i.attr({"aria-hidden":"true"}),i.prev().attr({"aria-selected":"false","aria-expanded":"false"}),n.length&&i.length?i.prev().attr({tabIndex:-1,"aria-expanded":"false"}):n.length&&this.headers.filter((function(){return 0===parseInt(e(this).attr("tabIndex"),10)})).attr("tabIndex",-1),n.attr("aria-hidden","false").prev().attr({"aria-selected":"true","aria-expanded":"true",tabIndex:0})},_animate:function(e,t,n){var i,r,o,a=this,s=0,l=e.css("box-sizing"),u=e.length&&(!t.length||e.index()<t.index()),c=this.options.animate||{},d=u&&c.down||c,h=function(){a._toggleComplete(n)};return"number"==typeof d&&(o=d),"string"==typeof d&&(r=d),r=r||d.easing||c.easing,o=o||d.duration||c.duration,t.length?e.length?(i=e.show().outerHeight(),t.animate(this.hideProps,{duration:o,easing:r,step:function(e,t){t.now=Math.round(e)}}),void e.hide().animate(this.showProps,{duration:o,easing:r,complete:h,step:function(e,n){n.now=Math.round(e),"height"!==n.prop?"content-box"===l&&(s+=n.now):"content"!==a.options.heightStyle&&(n.now=Math.round(i-t.outerHeight()-s),s=0)}})):t.animate(this.hideProps,o,r,h):e.animate(this.showProps,o,r,h)},_toggleComplete:function(e){var t=e.oldPanel,n=t.prev();this._removeClass(t,"ui-accordion-content-active"),this._removeClass(n,"ui-accordion-header-active")._addClass(n,"ui-accordion-header-collapsed"),t.length&&(t.parent()[0].className=t.parent()[0].className),this._trigger("activate",null,e)}}),e.ui.safeActiveElement=function(e){var t;try{t=e.activeElement}catch(n){t=e.body}return t||(t=e.body),t.nodeName||(t=e.body),t},e.widget("ui.menu",{version:"1.12.1",defaultElement:"<ul>",delay:300,options:{icons:{submenu:"ui-icon-caret-1-e"},items:"> *",menus:"ul",position:{my:"left top",at:"right top"},role:"menu",blur:null,focus:null,select:null},_create:function(){this.activeMenu=this.element,this.mouseHandled=!1,this.element.uniqueId().attr({role:this.options.role,tabIndex:0}),this._addClass("ui-menu","ui-widget ui-widget-content"),this._on({"mousedown .ui-menu-item":function(e){e.preventDefault()},"click .ui-menu-item":function(t){var n=e(t.target),i=e(e.ui.safeActiveElement(this.document[0]));!this.mouseHandled&&n.not(".ui-state-disabled").length&&(this.select(t),t.isPropagationStopped()||(this.mouseHandled=!0),n.has(".ui-menu").length?this.expand(t):!this.element.is(":focus")&&i.closest(".ui-menu").length&&(this.element.trigger("focus",[!0]),this.active&&1===this.active.parents(".ui-menu").length&&clearTimeout(this.timer)))},"mouseenter .ui-menu-item":function(t){if(!this.previousFilter){var n=e(t.target).closest(".ui-menu-item"),i=e(t.currentTarget);n[0]===i[0]&&(this._removeClass(i.siblings().children(".ui-state-active"),null,"ui-state-active"),this.focus(t,i))}},mouseleave:"collapseAll","mouseleave .ui-menu":"collapseAll",focus:function(e,t){var n=this.active||this.element.find(this.options.items).eq(0);t||this.focus(e,n)},blur:function(t){this._delay((function(){!e.contains(this.element[0],e.ui.safeActiveElement(this.document[0]))&&this.collapseAll(t)}))},keydown:"_keydown"}),this.refresh(),this._on(this.document,{click:function(e){this._closeOnDocumentClick(e)&&this.collapseAll(e),this.mouseHandled=!1}})},_destroy:function(){var t=this.element.find(".ui-menu-item").removeAttr("role aria-disabled").children(".ui-menu-item-wrapper").removeUniqueId().removeAttr("tabIndex role aria-haspopup");this.element.removeAttr("aria-activedescendant").find(".ui-menu").addBack().removeAttr("role aria-labelledby aria-expanded aria-hidden aria-disabled tabIndex").removeUniqueId().show(),t.children().each((function(){var t=e(this);t.data("ui-menu-submenu-caret")&&t.remove()}))},_keydown:function(t){var n,i,r,o,a=!0;switch(t.keyCode){case e.ui.keyCode.PAGE_UP:this.previousPage(t);break;case e.ui.keyCode.PAGE_DOWN:this.nextPage(t);break;case e.ui.keyCode.HOME:this._move("first","first",t);break;case e.ui.keyCode.END:this._move("last","last",t);break;case e.ui.keyCode.UP:this.previous(t);break;case e.ui.keyCode.DOWN:this.next(t);break;case e.ui.keyCode.LEFT:this.collapse(t);break;case e.ui.keyCode.RIGHT:this.active&&!this.active.is(".ui-state-disabled")&&this.expand(t);break;case e.ui.keyCode.ENTER:case e.ui.keyCode.SPACE:this._activate(t);break;case e.ui.keyCode.ESCAPE:this.collapse(t);break;default:a=!1,i=this.previousFilter||"",o=!1,r=t.keyCode>=96&&t.keyCode<=105?(t.keyCode-96).toString():String.fromCharCode(t.keyCode),clearTimeout(this.filterTimer),r===i?o=!0:r=i+r,n=this._filterMenuItems(r),(n=o&&-1!==n.index(this.active.next())?this.active.nextAll(".ui-menu-item"):n).length||(r=String.fromCharCode(t.keyCode),n=this._filterMenuItems(r)),n.length?(this.focus(t,n),this.previousFilter=r,this.filterTimer=this._delay((function(){delete this.previousFilter}),1e3)):delete this.previousFilter}a&&t.preventDefault()},_activate:function(e){this.active&&!this.active.is(".ui-state-disabled")&&(this.active.children("[aria-haspopup='true']").length?this.expand(e):this.select(e))},refresh:function(){var t,n,i,r,o=this,a=this.options.icons.submenu,s=this.element.find(this.options.menus);this._toggleClass("ui-menu-icons",null,!!this.element.find(".ui-icon").length),n=s.filter(":not(.ui-menu)").hide().attr({role:this.options.role,"aria-hidden":"true","aria-expanded":"false"}).each((function(){var t=e(this),n=t.prev(),i=e("<span>").data("ui-menu-submenu-caret",!0);o._addClass(i,"ui-menu-icon","ui-icon "+a),n.attr("aria-haspopup","true").prepend(i),t.attr("aria-labelledby",n.attr("id"))})),this._addClass(n,"ui-menu","ui-widget ui-widget-content ui-front"),(t=s.add(this.element).find(this.options.items)).not(".ui-menu-item").each((function(){var t=e(this);o._isDivider(t)&&o._addClass(t,"ui-menu-divider","ui-widget-content")})),r=(i=t.not(".ui-menu-item, .ui-menu-divider")).children().not(".ui-menu").uniqueId().attr({tabIndex:-1,role:this._itemRole()}),this._addClass(i,"ui-menu-item")._addClass(r,"ui-menu-item-wrapper"),t.filter(".ui-state-disabled").attr("aria-disabled","true"),this.active&&!e.contains(this.element[0],this.active[0])&&this.blur()},_itemRole:function(){return{menu:"menuitem",listbox:"option"}[this.options.role]},_setOption:function(e,t){if("icons"===e){var n=this.element.find(".ui-menu-icon");this._removeClass(n,null,this.options.icons.submenu)._addClass(n,null,t.submenu)}this._super(e,t)},_setOptionDisabled:function(e){this._super(e),this.element.attr("aria-disabled",String(e)),this._toggleClass(null,"ui-state-disabled",!!e)},focus:function(e,t){var n,i,r;this.blur(e,e&&"focus"===e.type),this._scrollIntoView(t),this.active=t.first(),i=this.active.children(".ui-menu-item-wrapper"),this._addClass(i,null,"ui-state-active"),this.options.role&&this.element.attr("aria-activedescendant",i.attr("id")),r=this.active.parent().closest(".ui-menu-item").children(".ui-menu-item-wrapper"),this._addClass(r,null,"ui-state-active"),e&&"keydown"===e.type?this._close():this.timer=this._delay((function(){this._close()}),this.delay),(n=t.children(".ui-menu")).length&&e&&/^mouse/.test(e.type)&&this._startOpening(n),this.activeMenu=t.parent(),this._trigger("focus",e,{item:t})},_scrollIntoView:function(t){var n,i,r,o,a,s;this._hasScroll()&&(n=parseFloat(e.css(this.activeMenu[0],"borderTopWidth"))||0,i=parseFloat(e.css(this.activeMenu[0],"paddingTop"))||0,r=t.offset().top-this.activeMenu.offset().top-n-i,o=this.activeMenu.scrollTop(),a=this.activeMenu.height(),s=t.outerHeight(),r<0?this.activeMenu.scrollTop(o+r):r+s>a&&this.activeMenu.scrollTop(o+r-a+s))},blur:function(e,t){t||clearTimeout(this.timer),this.active&&(this._removeClass(this.active.children(".ui-menu-item-wrapper"),null,"ui-state-active"),this._trigger("blur",e,{item:this.active}),this.active=null)},_startOpening:function(e){clearTimeout(this.timer),"true"===e.attr("aria-hidden")&&(this.timer=this._delay((function(){this._close(),this._open(e)}),this.delay))},_open:function(t){var n=e.extend({of:this.active},this.options.position);clearTimeout(this.timer),this.element.find(".ui-menu").not(t.parents(".ui-menu")).hide().attr("aria-hidden","true"),t.show().removeAttr("aria-hidden").attr("aria-expanded","true").position(n)},collapseAll:function(t,n){clearTimeout(this.timer),this.timer=this._delay((function(){var i=n?this.element:e(t&&t.target).closest(this.element.find(".ui-menu"));i.length||(i=this.element),this._close(i),this.blur(t),this._removeClass(i.find(".ui-state-active"),null,"ui-state-active"),this.activeMenu=i}),this.delay)},_close:function(e){e||(e=this.active?this.active.parent():this.element),e.find(".ui-menu").hide().attr("aria-hidden","true").attr("aria-expanded","false")},_closeOnDocumentClick:function(t){return!e(t.target).closest(".ui-menu").length},_isDivider:function(e){return!/[^\-\u2014\u2013\s]/.test(e.text())},collapse:function(e){var t=this.active&&this.active.parent().closest(".ui-menu-item",this.element);t&&t.length&&(this._close(),this.focus(e,t))},expand:function(e){var t=this.active&&this.active.children(".ui-menu ").find(this.options.items).first();t&&t.length&&(this._open(t.parent()),this._delay((function(){this.focus(e,t)})))},next:function(e){this._move("next","first",e)},previous:function(e){this._move("prev","last",e)},isFirstItem:function(){return this.active&&!this.active.prevAll(".ui-menu-item").length},isLastItem:function(){return this.active&&!this.active.nextAll(".ui-menu-item").length},_move:function(e,t,n){var i;this.active&&(i="first"===e||"last"===e?this.active["first"===e?"prevAll":"nextAll"](".ui-menu-item").eq(-1):this.active[e+"All"](".ui-menu-item").eq(0)),i&&i.length&&this.active||(i=this.activeMenu.find(this.options.items)[t]()),this.focus(n,i)},nextPage:function(t){var n,i,r;this.active?this.isLastItem()||(this._hasScroll()?(i=this.active.offset().top,r=this.element.height(),this.active.nextAll(".ui-menu-item").each((function(){return(n=e(this)).offset().top-i-r<0})),this.focus(t,n)):this.focus(t,this.activeMenu.find(this.options.items)[this.active?"last":"first"]())):this.next(t)},previousPage:function(t){var n,i,r;this.active?this.isFirstItem()||(this._hasScroll()?(i=this.active.offset().top,r=this.element.height(),this.active.prevAll(".ui-menu-item").each((function(){return(n=e(this)).offset().top-i+r>0})),this.focus(t,n)):this.focus(t,this.activeMenu.find(this.options.items).first())):this.next(t)},_hasScroll:function(){return this.element.outerHeight()<this.element.prop("scrollHeight")},select:function(t){this.active=this.active||e(t.target).closest(".ui-menu-item");var n={item:this.active};this.active.has(".ui-menu").length||this.collapseAll(t,!0),this._trigger("select",t,n)},_filterMenuItems:function(t){var n=t.replace(/[\-\[\]{}()*+?.,\\\^$|#\s]/g,"\\$&"),i=new RegExp("^"+n,"i");return this.activeMenu.find(this.options.items).filter(".ui-menu-item").filter((function(){return i.test(e.trim(e(this).children(".ui-menu-item-wrapper").text()))}))}}),
/*!
* jQuery UI Autocomplete 1.12.1
* http://jqueryui.com
@@ -632,7 +1379,7 @@ e.ui.focusable=function(t,n){var i,r,o,s,a,l=t.nodeName.toLowerCase();return"are
* Released under the MIT license.
* http://jquery.org/license
*/
-e.widget("ui.autocomplete",{version:"1.12.1",defaultElement:"<input>",options:{appendTo:null,autoFocus:!1,delay:300,minLength:1,position:{my:"left top",at:"left bottom",collision:"none"},source:null,change:null,close:null,focus:null,open:null,response:null,search:null,select:null},requestIndex:0,pending:0,_create:function(){var t,n,i,r=this.element[0].nodeName.toLowerCase(),o="textarea"===r,s="input"===r;this.isMultiLine=o||!s&&this._isContentEditable(this.element),this.valueMethod=this.element[o||s?"val":"text"],this.isNewMenu=!0,this._addClass("ui-autocomplete-input"),this.element.attr("autocomplete","off"),this._on(this.element,{keydown:function(r){if(this.element.prop("readOnly"))return t=!0,i=!0,void(n=!0);t=!1,i=!1,n=!1;var o=e.ui.keyCode;switch(r.keyCode){case o.PAGE_UP:t=!0,this._move("previousPage",r);break;case o.PAGE_DOWN:t=!0,this._move("nextPage",r);break;case o.UP:t=!0,this._keyEvent("previous",r);break;case o.DOWN:t=!0,this._keyEvent("next",r);break;case o.ENTER:this.menu.active&&(t=!0,r.preventDefault(),this.menu.select(r));break;case o.TAB:this.menu.active&&this.menu.select(r);break;case o.ESCAPE:this.menu.element.is(":visible")&&(this.isMultiLine||this._value(this.term),this.close(r),r.preventDefault());break;default:n=!0,this._searchTimeout(r)}},keypress:function(i){if(t)return t=!1,void(this.isMultiLine&&!this.menu.element.is(":visible")||i.preventDefault());if(!n){var r=e.ui.keyCode;switch(i.keyCode){case r.PAGE_UP:this._move("previousPage",i);break;case r.PAGE_DOWN:this._move("nextPage",i);break;case r.UP:this._keyEvent("previous",i);break;case r.DOWN:this._keyEvent("next",i)}}},input:function(e){if(i)return i=!1,void e.preventDefault();this._searchTimeout(e)},focus:function(){this.selectedItem=null,this.previous=this._value()},blur:function(e){this.cancelBlur?delete this.cancelBlur:(clearTimeout(this.searching),this.close(e),this._change(e))}}),this._initSource(),this.menu=e("<ul>").appendTo(this._appendTo()).menu({role:null}).hide().menu("instance"),this._addClass(this.menu.element,"ui-autocomplete","ui-front"),this._on(this.menu.element,{mousedown:function(t){t.preventDefault(),this.cancelBlur=!0,this._delay((function(){delete this.cancelBlur,this.element[0]!==e.ui.safeActiveElement(this.document[0])&&this.element.trigger("focus")}))},menufocus:function(t,n){var i,r;if(this.isNewMenu&&(this.isNewMenu=!1,t.originalEvent&&/^mouse/.test(t.originalEvent.type)))return this.menu.blur(),void this.document.one("mousemove",(function(){e(t.target).trigger(t.originalEvent)}));r=n.item.data("ui-autocomplete-item"),!1!==this._trigger("focus",t,{item:r})&&t.originalEvent&&/^key/.test(t.originalEvent.type)&&this._value(r.value),(i=n.item.attr("aria-label")||r.value)&&e.trim(i).length&&(this.liveRegion.children().hide(),e("<div>").text(i).appendTo(this.liveRegion))},menuselect:function(t,n){var i=n.item.data("ui-autocomplete-item"),r=this.previous;this.element[0]!==e.ui.safeActiveElement(this.document[0])&&(this.element.trigger("focus"),this.previous=r,this._delay((function(){this.previous=r,this.selectedItem=i}))),!1!==this._trigger("select",t,{item:i})&&this._value(i.value),this.term=this._value(),this.close(t),this.selectedItem=i}}),this.liveRegion=e("<div>",{role:"status","aria-live":"assertive","aria-relevant":"additions"}).appendTo(this.document[0].body),this._addClass(this.liveRegion,null,"ui-helper-hidden-accessible"),this._on(this.window,{beforeunload:function(){this.element.removeAttr("autocomplete")}})},_destroy:function(){clearTimeout(this.searching),this.element.removeAttr("autocomplete"),this.menu.element.remove(),this.liveRegion.remove()},_setOption:function(e,t){this._super(e,t),"source"===e&&this._initSource(),"appendTo"===e&&this.menu.element.appendTo(this._appendTo()),"disabled"===e&&t&&this.xhr&&this.xhr.abort()},_isEventTargetInWidget:function(t){var n=this.menu.element[0];return t.target===this.element[0]||t.target===n||e.contains(n,t.target)},_closeOnClickOutside:function(e){this._isEventTargetInWidget(e)||this.close()},_appendTo:function(){var t=this.options.appendTo;return t&&(t=t.jquery||t.nodeType?e(t):this.document.find(t).eq(0)),t&&t[0]||(t=this.element.closest(".ui-front, dialog")),t.length||(t=this.document[0].body),t},_initSource:function(){var t,n,i=this;e.isArray(this.options.source)?(t=this.options.source,this.source=function(n,i){i(e.ui.autocomplete.filter(t,n.term))}):"string"==typeof this.options.source?(n=this.options.source,this.source=function(t,r){i.xhr&&i.xhr.abort(),i.xhr=e.ajax({url:n,data:t,dataType:"json",success:function(e){r(e)},error:function(){r([])}})}):this.source=this.options.source},_searchTimeout:function(e){clearTimeout(this.searching),this.searching=this._delay((function(){var t=this.term===this._value(),n=this.menu.element.is(":visible"),i=e.altKey||e.ctrlKey||e.metaKey||e.shiftKey;t&&(!t||n||i)||(this.selectedItem=null,this.search(null,e))}),this.options.delay)},search:function(e,t){return e=null!=e?e:this._value(),this.term=this._value(),e.length<this.options.minLength?this.close(t):!1!==this._trigger("search",t)?this._search(e):void 0},_search:function(e){this.pending++,this._addClass("ui-autocomplete-loading"),this.cancelSearch=!1,this.source({term:e},this._response())},_response:function(){var t=++this.requestIndex;return e.proxy((function(e){t===this.requestIndex&&this.__response(e),this.pending--,this.pending||this._removeClass("ui-autocomplete-loading")}),this)},__response:function(e){e&&(e=this._normalize(e)),this._trigger("response",null,{content:e}),!this.options.disabled&&e&&e.length&&!this.cancelSearch?(this._suggest(e),this._trigger("open")):this._close()},close:function(e){this.cancelSearch=!0,this._close(e)},_close:function(e){this._off(this.document,"mousedown"),this.menu.element.is(":visible")&&(this.menu.element.hide(),this.menu.blur(),this.isNewMenu=!0,this._trigger("close",e))},_change:function(e){this.previous!==this._value()&&this._trigger("change",e,{item:this.selectedItem})},_normalize:function(t){return t.length&&t[0].label&&t[0].value?t:e.map(t,(function(t){return"string"==typeof t?{label:t,value:t}:e.extend({},t,{label:t.label||t.value,value:t.value||t.label})}))},_suggest:function(t){var n=this.menu.element.empty();this._renderMenu(n,t),this.isNewMenu=!0,this.menu.refresh(),n.show(),this._resizeMenu(),n.position(e.extend({of:this.element},this.options.position)),this.options.autoFocus&&this.menu.next(),this._on(this.document,{mousedown:"_closeOnClickOutside"})},_resizeMenu:function(){var e=this.menu.element;e.outerWidth(Math.max(e.width("").outerWidth()+1,this.element.outerWidth()))},_renderMenu:function(t,n){var i=this;e.each(n,(function(e,n){i._renderItemData(t,n)}))},_renderItemData:function(e,t){return this._renderItem(e,t).data("ui-autocomplete-item",t)},_renderItem:function(t,n){return e("<li>").append(e("<div>").text(n.label)).appendTo(t)},_move:function(e,t){if(this.menu.element.is(":visible"))return this.menu.isFirstItem()&&/^previous/.test(e)||this.menu.isLastItem()&&/^next/.test(e)?(this.isMultiLine||this._value(this.term),void this.menu.blur()):void this.menu[e](t);this.search(null,t)},widget:function(){return this.menu.element},_value:function(){return this.valueMethod.apply(this.element,arguments)},_keyEvent:function(e,t){this.isMultiLine&&!this.menu.element.is(":visible")||(this._move(e,t),t.preventDefault())},_isContentEditable:function(e){if(!e.length)return!1;var t=e.prop("contentEditable");return"inherit"===t?this._isContentEditable(e.parent()):"true"===t}}),e.extend(e.ui.autocomplete,{escapeRegex:function(e){return e.replace(/[\-\[\]{}()*+?.,\\\^$|#\s]/g,"\\$&")},filter:function(t,n){var i=new RegExp(e.ui.autocomplete.escapeRegex(n),"i");return e.grep(t,(function(e){return i.test(e.label||e.value||e)}))}}),e.widget("ui.autocomplete",e.ui.autocomplete,{options:{messages:{noResults:"No search results.",results:function(e){return e+(e>1?" results are":" result is")+" available, use up and down arrow keys to navigate."}}},__response:function(t){var n;this._superApply(arguments),this.options.disabled||this.cancelSearch||(n=t&&t.length?this.options.messages.results(t.length):this.options.messages.noResults,this.liveRegion.children().hide(),e("<div>").text(n).appendTo(this.liveRegion))}}),e.ui.autocomplete;var c,u=/ui-corner-([a-z]){2,6}/g;
+e.widget("ui.autocomplete",{version:"1.12.1",defaultElement:"<input>",options:{appendTo:null,autoFocus:!1,delay:300,minLength:1,position:{my:"left top",at:"left bottom",collision:"none"},source:null,change:null,close:null,focus:null,open:null,response:null,search:null,select:null},requestIndex:0,pending:0,_create:function(){var t,n,i,r=this.element[0].nodeName.toLowerCase(),o="textarea"===r,a="input"===r;this.isMultiLine=o||!a&&this._isContentEditable(this.element),this.valueMethod=this.element[o||a?"val":"text"],this.isNewMenu=!0,this._addClass("ui-autocomplete-input"),this.element.attr("autocomplete","off"),this._on(this.element,{keydown:function(r){if(this.element.prop("readOnly"))return t=!0,i=!0,void(n=!0);t=!1,i=!1,n=!1;var o=e.ui.keyCode;switch(r.keyCode){case o.PAGE_UP:t=!0,this._move("previousPage",r);break;case o.PAGE_DOWN:t=!0,this._move("nextPage",r);break;case o.UP:t=!0,this._keyEvent("previous",r);break;case o.DOWN:t=!0,this._keyEvent("next",r);break;case o.ENTER:this.menu.active&&(t=!0,r.preventDefault(),this.menu.select(r));break;case o.TAB:this.menu.active&&this.menu.select(r);break;case o.ESCAPE:this.menu.element.is(":visible")&&(this.isMultiLine||this._value(this.term),this.close(r),r.preventDefault());break;default:n=!0,this._searchTimeout(r)}},keypress:function(i){if(t)return t=!1,void(this.isMultiLine&&!this.menu.element.is(":visible")||i.preventDefault());if(!n){var r=e.ui.keyCode;switch(i.keyCode){case r.PAGE_UP:this._move("previousPage",i);break;case r.PAGE_DOWN:this._move("nextPage",i);break;case r.UP:this._keyEvent("previous",i);break;case r.DOWN:this._keyEvent("next",i)}}},input:function(e){if(i)return i=!1,void e.preventDefault();this._searchTimeout(e)},focus:function(){this.selectedItem=null,this.previous=this._value()},blur:function(e){this.cancelBlur?delete this.cancelBlur:(clearTimeout(this.searching),this.close(e),this._change(e))}}),this._initSource(),this.menu=e("<ul>").appendTo(this._appendTo()).menu({role:null}).hide().menu("instance"),this._addClass(this.menu.element,"ui-autocomplete","ui-front"),this._on(this.menu.element,{mousedown:function(t){t.preventDefault(),this.cancelBlur=!0,this._delay((function(){delete this.cancelBlur,this.element[0]!==e.ui.safeActiveElement(this.document[0])&&this.element.trigger("focus")}))},menufocus:function(t,n){var i,r;if(this.isNewMenu&&(this.isNewMenu=!1,t.originalEvent&&/^mouse/.test(t.originalEvent.type)))return this.menu.blur(),void this.document.one("mousemove",(function(){e(t.target).trigger(t.originalEvent)}));r=n.item.data("ui-autocomplete-item"),!1!==this._trigger("focus",t,{item:r})&&t.originalEvent&&/^key/.test(t.originalEvent.type)&&this._value(r.value),(i=n.item.attr("aria-label")||r.value)&&e.trim(i).length&&(this.liveRegion.children().hide(),e("<div>").text(i).appendTo(this.liveRegion))},menuselect:function(t,n){var i=n.item.data("ui-autocomplete-item"),r=this.previous;this.element[0]!==e.ui.safeActiveElement(this.document[0])&&(this.element.trigger("focus"),this.previous=r,this._delay((function(){this.previous=r,this.selectedItem=i}))),!1!==this._trigger("select",t,{item:i})&&this._value(i.value),this.term=this._value(),this.close(t),this.selectedItem=i}}),this.liveRegion=e("<div>",{role:"status","aria-live":"assertive","aria-relevant":"additions"}).appendTo(this.document[0].body),this._addClass(this.liveRegion,null,"ui-helper-hidden-accessible"),this._on(this.window,{beforeunload:function(){this.element.removeAttr("autocomplete")}})},_destroy:function(){clearTimeout(this.searching),this.element.removeAttr("autocomplete"),this.menu.element.remove(),this.liveRegion.remove()},_setOption:function(e,t){this._super(e,t),"source"===e&&this._initSource(),"appendTo"===e&&this.menu.element.appendTo(this._appendTo()),"disabled"===e&&t&&this.xhr&&this.xhr.abort()},_isEventTargetInWidget:function(t){var n=this.menu.element[0];return t.target===this.element[0]||t.target===n||e.contains(n,t.target)},_closeOnClickOutside:function(e){this._isEventTargetInWidget(e)||this.close()},_appendTo:function(){var t=this.options.appendTo;return t&&(t=t.jquery||t.nodeType?e(t):this.document.find(t).eq(0)),t&&t[0]||(t=this.element.closest(".ui-front, dialog")),t.length||(t=this.document[0].body),t},_initSource:function(){var t,n,i=this;e.isArray(this.options.source)?(t=this.options.source,this.source=function(n,i){i(e.ui.autocomplete.filter(t,n.term))}):"string"==typeof this.options.source?(n=this.options.source,this.source=function(t,r){i.xhr&&i.xhr.abort(),i.xhr=e.ajax({url:n,data:t,dataType:"json",success:function(e){r(e)},error:function(){r([])}})}):this.source=this.options.source},_searchTimeout:function(e){clearTimeout(this.searching),this.searching=this._delay((function(){var t=this.term===this._value(),n=this.menu.element.is(":visible"),i=e.altKey||e.ctrlKey||e.metaKey||e.shiftKey;t&&(!t||n||i)||(this.selectedItem=null,this.search(null,e))}),this.options.delay)},search:function(e,t){return e=null!=e?e:this._value(),this.term=this._value(),e.length<this.options.minLength?this.close(t):!1!==this._trigger("search",t)?this._search(e):void 0},_search:function(e){this.pending++,this._addClass("ui-autocomplete-loading"),this.cancelSearch=!1,this.source({term:e},this._response())},_response:function(){var t=++this.requestIndex;return e.proxy((function(e){t===this.requestIndex&&this.__response(e),this.pending--,this.pending||this._removeClass("ui-autocomplete-loading")}),this)},__response:function(e){e&&(e=this._normalize(e)),this._trigger("response",null,{content:e}),!this.options.disabled&&e&&e.length&&!this.cancelSearch?(this._suggest(e),this._trigger("open")):this._close()},close:function(e){this.cancelSearch=!0,this._close(e)},_close:function(e){this._off(this.document,"mousedown"),this.menu.element.is(":visible")&&(this.menu.element.hide(),this.menu.blur(),this.isNewMenu=!0,this._trigger("close",e))},_change:function(e){this.previous!==this._value()&&this._trigger("change",e,{item:this.selectedItem})},_normalize:function(t){return t.length&&t[0].label&&t[0].value?t:e.map(t,(function(t){return"string"==typeof t?{label:t,value:t}:e.extend({},t,{label:t.label||t.value,value:t.value||t.label})}))},_suggest:function(t){var n=this.menu.element.empty();this._renderMenu(n,t),this.isNewMenu=!0,this.menu.refresh(),n.show(),this._resizeMenu(),n.position(e.extend({of:this.element},this.options.position)),this.options.autoFocus&&this.menu.next(),this._on(this.document,{mousedown:"_closeOnClickOutside"})},_resizeMenu:function(){var e=this.menu.element;e.outerWidth(Math.max(e.width("").outerWidth()+1,this.element.outerWidth()))},_renderMenu:function(t,n){var i=this;e.each(n,(function(e,n){i._renderItemData(t,n)}))},_renderItemData:function(e,t){return this._renderItem(e,t).data("ui-autocomplete-item",t)},_renderItem:function(t,n){return e("<li>").append(e("<div>").text(n.label)).appendTo(t)},_move:function(e,t){if(this.menu.element.is(":visible"))return this.menu.isFirstItem()&&/^previous/.test(e)||this.menu.isLastItem()&&/^next/.test(e)?(this.isMultiLine||this._value(this.term),void this.menu.blur()):void this.menu[e](t);this.search(null,t)},widget:function(){return this.menu.element},_value:function(){return this.valueMethod.apply(this.element,arguments)},_keyEvent:function(e,t){this.isMultiLine&&!this.menu.element.is(":visible")||(this._move(e,t),t.preventDefault())},_isContentEditable:function(e){if(!e.length)return!1;var t=e.prop("contentEditable");return"inherit"===t?this._isContentEditable(e.parent()):"true"===t}}),e.extend(e.ui.autocomplete,{escapeRegex:function(e){return e.replace(/[\-\[\]{}()*+?.,\\\^$|#\s]/g,"\\$&")},filter:function(t,n){var i=new RegExp(e.ui.autocomplete.escapeRegex(n),"i");return e.grep(t,(function(e){return i.test(e.label||e.value||e)}))}}),e.widget("ui.autocomplete",e.ui.autocomplete,{options:{messages:{noResults:"No search results.",results:function(e){return e+(e>1?" results are":" result is")+" available, use up and down arrow keys to navigate."}}},__response:function(t){var n;this._superApply(arguments),this.options.disabled||this.cancelSearch||(n=t&&t.length?this.options.messages.results(t.length):this.options.messages.noResults,this.liveRegion.children().hide(),e("<div>").text(n).appendTo(this.liveRegion))}}),e.ui.autocomplete;var u,c=/ui-corner-([a-z]){2,6}/g;
/*!
* jQuery UI Controlgroup 1.12.1
* http://jqueryui.com
@@ -640,7 +1387,7 @@ e.widget("ui.autocomplete",{version:"1.12.1",defaultElement:"<input>",options:{a
* Copyright jQuery Foundation and other contributors
* Released under the MIT license.
* http://jquery.org/license
- */function d(){this._curInst=null,this._keyEvent=!1,this._disabledInputs=[],this._datepickerShowing=!1,this._inDialog=!1,this._mainDivId="ui-datepicker-div",this._inlineClass="ui-datepicker-inline",this._appendClass="ui-datepicker-append",this._triggerClass="ui-datepicker-trigger",this._dialogClass="ui-datepicker-dialog",this._disableClass="ui-datepicker-disabled",this._unselectableClass="ui-datepicker-unselectable",this._currentClass="ui-datepicker-current-day",this._dayOverClass="ui-datepicker-days-cell-over",this.regional=[],this.regional[""]={closeText:"Done",prevText:"Prev",nextText:"Next",currentText:"Today",monthNames:["January","February","March","April","May","June","July","August","September","October","November","December"],monthNamesShort:["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],dayNames:["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],dayNamesShort:["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],dayNamesMin:["Su","Mo","Tu","We","Th","Fr","Sa"],weekHeader:"Wk",dateFormat:"mm/dd/yy",firstDay:0,isRTL:!1,showMonthAfterYear:!1,yearSuffix:""},this._defaults={showOn:"focus",showAnim:"fadeIn",showOptions:{},defaultDate:null,appendText:"",buttonText:"...",buttonImage:"",buttonImageOnly:!1,hideIfNoPrevNext:!1,navigationAsDateFormat:!1,gotoCurrent:!1,changeMonth:!1,changeYear:!1,yearRange:"c-10:c+10",showOtherMonths:!1,selectOtherMonths:!1,showWeek:!1,calculateWeek:this.iso8601Week,shortYearCutoff:"+10",minDate:null,maxDate:null,duration:"fast",beforeShowDay:null,beforeShow:null,onSelect:null,onChangeMonthYear:null,onClose:null,numberOfMonths:1,showCurrentAtPos:0,stepMonths:1,stepBigMonths:12,altField:"",altFormat:"",constrainInput:!0,showButtonPanel:!1,autoSize:!1,disabled:!1},e.extend(this._defaults,this.regional[""]),this.regional.en=e.extend(!0,{},this.regional[""]),this.regional["en-US"]=e.extend(!0,{},this.regional.en),this.dpDiv=h(e("<div id='"+this._mainDivId+"' class='ui-datepicker ui-widget ui-widget-content ui-helper-clearfix ui-corner-all'></div>"))}function h(t){var n="button, .ui-datepicker-prev, .ui-datepicker-next, .ui-datepicker-calendar td a";return t.on("mouseout",n,(function(){e(this).removeClass("ui-state-hover"),-1!==this.className.indexOf("ui-datepicker-prev")&&e(this).removeClass("ui-datepicker-prev-hover"),-1!==this.className.indexOf("ui-datepicker-next")&&e(this).removeClass("ui-datepicker-next-hover")})).on("mouseover",n,f)}function f(){e.datepicker._isDisabledDatepicker(c.inline?c.dpDiv.parent()[0]:c.input[0])||(e(this).parents(".ui-datepicker-calendar").find("a").removeClass("ui-state-hover"),e(this).addClass("ui-state-hover"),-1!==this.className.indexOf("ui-datepicker-prev")&&e(this).addClass("ui-datepicker-prev-hover"),-1!==this.className.indexOf("ui-datepicker-next")&&e(this).addClass("ui-datepicker-next-hover"))}function p(t,n){for(var i in e.extend(t,n),n)null==n[i]&&(t[i]=n[i]);return t}e.widget("ui.controlgroup",{version:"1.12.1",defaultElement:"<div>",options:{direction:"horizontal",disabled:null,onlyVisible:!0,items:{button:"input[type=button], input[type=submit], input[type=reset], button, a",controlgroupLabel:".ui-controlgroup-label",checkboxradio:"input[type='checkbox'], input[type='radio']",selectmenu:"select",spinner:".ui-spinner-input"}},_create:function(){this._enhance()},_enhance:function(){this.element.attr("role","toolbar"),this.refresh()},_destroy:function(){this._callChildMethod("destroy"),this.childWidgets.removeData("ui-controlgroup-data"),this.element.removeAttr("role"),this.options.items.controlgroupLabel&&this.element.find(this.options.items.controlgroupLabel).find(".ui-controlgroup-label-contents").contents().unwrap()},_initWidgets:function(){var t=this,n=[];e.each(this.options.items,(function(i,r){var o,s={};if(r)return"controlgroupLabel"===i?((o=t.element.find(r)).each((function(){var t=e(this);t.children(".ui-controlgroup-label-contents").length||t.contents().wrapAll("<span class='ui-controlgroup-label-contents'></span>")})),t._addClass(o,null,"ui-widget ui-widget-content ui-state-default"),void(n=n.concat(o.get()))):void(e.fn[i]&&(s=t["_"+i+"Options"]?t["_"+i+"Options"]("middle"):{classes:{}},t.element.find(r).each((function(){var r=e(this),o=r[i]("instance"),a=e.widget.extend({},s);if("button"!==i||!r.parent(".ui-spinner").length){o||(o=r[i]()[i]("instance")),o&&(a.classes=t._resolveClassesValues(a.classes,o)),r[i](a);var l=r[i]("widget");e.data(l[0],"ui-controlgroup-data",o||r[i]("instance")),n.push(l[0])}}))))})),this.childWidgets=e(e.unique(n)),this._addClass(this.childWidgets,"ui-controlgroup-item")},_callChildMethod:function(t){this.childWidgets.each((function(){var n=e(this).data("ui-controlgroup-data");n&&n[t]&&n[t]()}))},_updateCornerClass:function(e,t){var n=this._buildSimpleOptions(t,"label").classes.label;this._removeClass(e,null,"ui-corner-top ui-corner-bottom ui-corner-left ui-corner-right ui-corner-all"),this._addClass(e,null,n)},_buildSimpleOptions:function(e,t){var n="vertical"===this.options.direction,i={classes:{}};return i.classes[t]={middle:"",first:"ui-corner-"+(n?"top":"left"),last:"ui-corner-"+(n?"bottom":"right"),only:"ui-corner-all"}[e],i},_spinnerOptions:function(e){var t=this._buildSimpleOptions(e,"ui-spinner");return t.classes["ui-spinner-up"]="",t.classes["ui-spinner-down"]="",t},_buttonOptions:function(e){return this._buildSimpleOptions(e,"ui-button")},_checkboxradioOptions:function(e){return this._buildSimpleOptions(e,"ui-checkboxradio-label")},_selectmenuOptions:function(e){var t="vertical"===this.options.direction;return{width:!!t&&"auto",classes:{middle:{"ui-selectmenu-button-open":"","ui-selectmenu-button-closed":""},first:{"ui-selectmenu-button-open":"ui-corner-"+(t?"top":"tl"),"ui-selectmenu-button-closed":"ui-corner-"+(t?"top":"left")},last:{"ui-selectmenu-button-open":t?"":"ui-corner-tr","ui-selectmenu-button-closed":"ui-corner-"+(t?"bottom":"right")},only:{"ui-selectmenu-button-open":"ui-corner-top","ui-selectmenu-button-closed":"ui-corner-all"}}[e]}},_resolveClassesValues:function(t,n){var i={};return e.each(t,(function(r){var o=n.options.classes[r]||"";o=e.trim(o.replace(u,"")),i[r]=(o+" "+t[r]).replace(/\s+/g," ")})),i},_setOption:function(e,t){"direction"===e&&this._removeClass("ui-controlgroup-"+this.options.direction),this._super(e,t),"disabled"!==e?this.refresh():this._callChildMethod(t?"disable":"enable")},refresh:function(){var t,n=this;this._addClass("ui-controlgroup ui-controlgroup-"+this.options.direction),"horizontal"===this.options.direction&&this._addClass(null,"ui-helper-clearfix"),this._initWidgets(),t=this.childWidgets,this.options.onlyVisible&&(t=t.filter(":visible")),t.length&&(e.each(["first","last"],(function(e,i){var r=t[i]().data("ui-controlgroup-data");if(r&&n["_"+r.widgetName+"Options"]){var o=n["_"+r.widgetName+"Options"](1===t.length?"only":i);o.classes=n._resolveClassesValues(o.classes,r),r.element[r.widgetName](o)}else n._updateCornerClass(t[i](),i)})),this._callChildMethod("refresh"))}}),
+ */function d(){this._curInst=null,this._keyEvent=!1,this._disabledInputs=[],this._datepickerShowing=!1,this._inDialog=!1,this._mainDivId="ui-datepicker-div",this._inlineClass="ui-datepicker-inline",this._appendClass="ui-datepicker-append",this._triggerClass="ui-datepicker-trigger",this._dialogClass="ui-datepicker-dialog",this._disableClass="ui-datepicker-disabled",this._unselectableClass="ui-datepicker-unselectable",this._currentClass="ui-datepicker-current-day",this._dayOverClass="ui-datepicker-days-cell-over",this.regional=[],this.regional[""]={closeText:"Done",prevText:"Prev",nextText:"Next",currentText:"Today",monthNames:["January","February","March","April","May","June","July","August","September","October","November","December"],monthNamesShort:["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],dayNames:["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],dayNamesShort:["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],dayNamesMin:["Su","Mo","Tu","We","Th","Fr","Sa"],weekHeader:"Wk",dateFormat:"mm/dd/yy",firstDay:0,isRTL:!1,showMonthAfterYear:!1,yearSuffix:""},this._defaults={showOn:"focus",showAnim:"fadeIn",showOptions:{},defaultDate:null,appendText:"",buttonText:"...",buttonImage:"",buttonImageOnly:!1,hideIfNoPrevNext:!1,navigationAsDateFormat:!1,gotoCurrent:!1,changeMonth:!1,changeYear:!1,yearRange:"c-10:c+10",showOtherMonths:!1,selectOtherMonths:!1,showWeek:!1,calculateWeek:this.iso8601Week,shortYearCutoff:"+10",minDate:null,maxDate:null,duration:"fast",beforeShowDay:null,beforeShow:null,onSelect:null,onChangeMonthYear:null,onClose:null,numberOfMonths:1,showCurrentAtPos:0,stepMonths:1,stepBigMonths:12,altField:"",altFormat:"",constrainInput:!0,showButtonPanel:!1,autoSize:!1,disabled:!1},e.extend(this._defaults,this.regional[""]),this.regional.en=e.extend(!0,{},this.regional[""]),this.regional["en-US"]=e.extend(!0,{},this.regional.en),this.dpDiv=h(e("<div id='"+this._mainDivId+"' class='ui-datepicker ui-widget ui-widget-content ui-helper-clearfix ui-corner-all'></div>"))}function h(t){var n="button, .ui-datepicker-prev, .ui-datepicker-next, .ui-datepicker-calendar td a";return t.on("mouseout",n,(function(){e(this).removeClass("ui-state-hover"),-1!==this.className.indexOf("ui-datepicker-prev")&&e(this).removeClass("ui-datepicker-prev-hover"),-1!==this.className.indexOf("ui-datepicker-next")&&e(this).removeClass("ui-datepicker-next-hover")})).on("mouseover",n,p)}function p(){e.datepicker._isDisabledDatepicker(u.inline?u.dpDiv.parent()[0]:u.input[0])||(e(this).parents(".ui-datepicker-calendar").find("a").removeClass("ui-state-hover"),e(this).addClass("ui-state-hover"),-1!==this.className.indexOf("ui-datepicker-prev")&&e(this).addClass("ui-datepicker-prev-hover"),-1!==this.className.indexOf("ui-datepicker-next")&&e(this).addClass("ui-datepicker-next-hover"))}function f(t,n){for(var i in e.extend(t,n),n)null==n[i]&&(t[i]=n[i]);return t}e.widget("ui.controlgroup",{version:"1.12.1",defaultElement:"<div>",options:{direction:"horizontal",disabled:null,onlyVisible:!0,items:{button:"input[type=button], input[type=submit], input[type=reset], button, a",controlgroupLabel:".ui-controlgroup-label",checkboxradio:"input[type='checkbox'], input[type='radio']",selectmenu:"select",spinner:".ui-spinner-input"}},_create:function(){this._enhance()},_enhance:function(){this.element.attr("role","toolbar"),this.refresh()},_destroy:function(){this._callChildMethod("destroy"),this.childWidgets.removeData("ui-controlgroup-data"),this.element.removeAttr("role"),this.options.items.controlgroupLabel&&this.element.find(this.options.items.controlgroupLabel).find(".ui-controlgroup-label-contents").contents().unwrap()},_initWidgets:function(){var t=this,n=[];e.each(this.options.items,(function(i,r){var o,a={};if(r)return"controlgroupLabel"===i?((o=t.element.find(r)).each((function(){var t=e(this);t.children(".ui-controlgroup-label-contents").length||t.contents().wrapAll("<span class='ui-controlgroup-label-contents'></span>")})),t._addClass(o,null,"ui-widget ui-widget-content ui-state-default"),void(n=n.concat(o.get()))):void(e.fn[i]&&(a=t["_"+i+"Options"]?t["_"+i+"Options"]("middle"):{classes:{}},t.element.find(r).each((function(){var r=e(this),o=r[i]("instance"),s=e.widget.extend({},a);if("button"!==i||!r.parent(".ui-spinner").length){o||(o=r[i]()[i]("instance")),o&&(s.classes=t._resolveClassesValues(s.classes,o)),r[i](s);var l=r[i]("widget");e.data(l[0],"ui-controlgroup-data",o||r[i]("instance")),n.push(l[0])}}))))})),this.childWidgets=e(e.unique(n)),this._addClass(this.childWidgets,"ui-controlgroup-item")},_callChildMethod:function(t){this.childWidgets.each((function(){var n=e(this).data("ui-controlgroup-data");n&&n[t]&&n[t]()}))},_updateCornerClass:function(e,t){var n=this._buildSimpleOptions(t,"label").classes.label;this._removeClass(e,null,"ui-corner-top ui-corner-bottom ui-corner-left ui-corner-right ui-corner-all"),this._addClass(e,null,n)},_buildSimpleOptions:function(e,t){var n="vertical"===this.options.direction,i={classes:{}};return i.classes[t]={middle:"",first:"ui-corner-"+(n?"top":"left"),last:"ui-corner-"+(n?"bottom":"right"),only:"ui-corner-all"}[e],i},_spinnerOptions:function(e){var t=this._buildSimpleOptions(e,"ui-spinner");return t.classes["ui-spinner-up"]="",t.classes["ui-spinner-down"]="",t},_buttonOptions:function(e){return this._buildSimpleOptions(e,"ui-button")},_checkboxradioOptions:function(e){return this._buildSimpleOptions(e,"ui-checkboxradio-label")},_selectmenuOptions:function(e){var t="vertical"===this.options.direction;return{width:!!t&&"auto",classes:{middle:{"ui-selectmenu-button-open":"","ui-selectmenu-button-closed":""},first:{"ui-selectmenu-button-open":"ui-corner-"+(t?"top":"tl"),"ui-selectmenu-button-closed":"ui-corner-"+(t?"top":"left")},last:{"ui-selectmenu-button-open":t?"":"ui-corner-tr","ui-selectmenu-button-closed":"ui-corner-"+(t?"bottom":"right")},only:{"ui-selectmenu-button-open":"ui-corner-top","ui-selectmenu-button-closed":"ui-corner-all"}}[e]}},_resolveClassesValues:function(t,n){var i={};return e.each(t,(function(r){var o=n.options.classes[r]||"";o=e.trim(o.replace(c,"")),i[r]=(o+" "+t[r]).replace(/\s+/g," ")})),i},_setOption:function(e,t){"direction"===e&&this._removeClass("ui-controlgroup-"+this.options.direction),this._super(e,t),"disabled"!==e?this.refresh():this._callChildMethod(t?"disable":"enable")},refresh:function(){var t,n=this;this._addClass("ui-controlgroup ui-controlgroup-"+this.options.direction),"horizontal"===this.options.direction&&this._addClass(null,"ui-helper-clearfix"),this._initWidgets(),t=this.childWidgets,this.options.onlyVisible&&(t=t.filter(":visible")),t.length&&(e.each(["first","last"],(function(e,i){var r=t[i]().data("ui-controlgroup-data");if(r&&n["_"+r.widgetName+"Options"]){var o=n["_"+r.widgetName+"Options"](1===t.length?"only":i);o.classes=n._resolveClassesValues(o.classes,r),r.element[r.widgetName](o)}else n._updateCornerClass(t[i](),i)})),this._callChildMethod("refresh"))}}),
/*!
* jQuery UI Checkboxradio 1.12.1
* http://jqueryui.com
@@ -667,7 +1414,7 @@ e.widget("ui.button",{version:"1.12.1",defaultElement:"<button>",options:{classe
* Released under the MIT license.
* http://jquery.org/license
*/
-e.extend(e.ui,{datepicker:{version:"1.12.1"}}),e.extend(d.prototype,{markerClassName:"hasDatepicker",maxRows:4,_widgetDatepicker:function(){return this.dpDiv},setDefaults:function(e){return p(this._defaults,e||{}),this},_attachDatepicker:function(t,n){var i,r,o;r="div"===(i=t.nodeName.toLowerCase())||"span"===i,t.id||(this.uuid+=1,t.id="dp"+this.uuid),(o=this._newInst(e(t),r)).settings=e.extend({},n||{}),"input"===i?this._connectDatepicker(t,o):r&&this._inlineDatepicker(t,o)},_newInst:function(t,n){return{id:t[0].id.replace(/([^A-Za-z0-9_\-])/g,"\\\\$1"),input:t,selectedDay:0,selectedMonth:0,selectedYear:0,drawMonth:0,drawYear:0,inline:n,dpDiv:n?h(e("<div class='"+this._inlineClass+" ui-datepicker ui-widget ui-widget-content ui-helper-clearfix ui-corner-all'></div>")):this.dpDiv}},_connectDatepicker:function(t,n){var i=e(t);n.append=e([]),n.trigger=e([]),i.hasClass(this.markerClassName)||(this._attachments(i,n),i.addClass(this.markerClassName).on("keydown",this._doKeyDown).on("keypress",this._doKeyPress).on("keyup",this._doKeyUp),this._autoSize(n),e.data(t,"datepicker",n),n.settings.disabled&&this._disableDatepicker(t))},_attachments:function(t,n){var i,r,o,s=this._get(n,"appendText"),a=this._get(n,"isRTL");n.append&&n.append.remove(),s&&(n.append=e("<span class='"+this._appendClass+"'>"+s+"</span>"),t[a?"before":"after"](n.append)),t.off("focus",this._showDatepicker),n.trigger&&n.trigger.remove(),"focus"!==(i=this._get(n,"showOn"))&&"both"!==i||t.on("focus",this._showDatepicker),"button"!==i&&"both"!==i||(r=this._get(n,"buttonText"),o=this._get(n,"buttonImage"),n.trigger=e(this._get(n,"buttonImageOnly")?e("<img/>").addClass(this._triggerClass).attr({src:o,alt:r,title:r}):e("<button type='button'></button>").addClass(this._triggerClass).html(o?e("<img/>").attr({src:o,alt:r,title:r}):r)),t[a?"before":"after"](n.trigger),n.trigger.on("click",(function(){return e.datepicker._datepickerShowing&&e.datepicker._lastInput===t[0]?e.datepicker._hideDatepicker():e.datepicker._datepickerShowing&&e.datepicker._lastInput!==t[0]?(e.datepicker._hideDatepicker(),e.datepicker._showDatepicker(t[0])):e.datepicker._showDatepicker(t[0]),!1})))},_autoSize:function(e){if(this._get(e,"autoSize")&&!e.inline){var t,n,i,r,o=new Date(2009,11,20),s=this._get(e,"dateFormat");s.match(/[DM]/)&&(t=function(e){for(n=0,i=0,r=0;r<e.length;r++)e[r].length>n&&(n=e[r].length,i=r);return i},o.setMonth(t(this._get(e,s.match(/MM/)?"monthNames":"monthNamesShort"))),o.setDate(t(this._get(e,s.match(/DD/)?"dayNames":"dayNamesShort"))+20-o.getDay())),e.input.attr("size",this._formatDate(e,o).length)}},_inlineDatepicker:function(t,n){var i=e(t);i.hasClass(this.markerClassName)||(i.addClass(this.markerClassName).append(n.dpDiv),e.data(t,"datepicker",n),this._setDate(n,this._getDefaultDate(n),!0),this._updateDatepicker(n),this._updateAlternate(n),n.settings.disabled&&this._disableDatepicker(t),n.dpDiv.css("display","block"))},_dialogDatepicker:function(t,n,i,r,o){var s,a,l,c,u,d=this._dialogInst;return d||(this.uuid+=1,s="dp"+this.uuid,this._dialogInput=e("<input type='text' id='"+s+"' style='position: absolute; top: -100px; width: 0px;'/>"),this._dialogInput.on("keydown",this._doKeyDown),e("body").append(this._dialogInput),(d=this._dialogInst=this._newInst(this._dialogInput,!1)).settings={},e.data(this._dialogInput[0],"datepicker",d)),p(d.settings,r||{}),n=n&&n.constructor===Date?this._formatDate(d,n):n,this._dialogInput.val(n),this._pos=o?o.length?o:[o.pageX,o.pageY]:null,this._pos||(a=document.documentElement.clientWidth,l=document.documentElement.clientHeight,c=document.documentElement.scrollLeft||document.body.scrollLeft,u=document.documentElement.scrollTop||document.body.scrollTop,this._pos=[a/2-100+c,l/2-150+u]),this._dialogInput.css("left",this._pos[0]+20+"px").css("top",this._pos[1]+"px"),d.settings.onSelect=i,this._inDialog=!0,this.dpDiv.addClass(this._dialogClass),this._showDatepicker(this._dialogInput[0]),e.blockUI&&e.blockUI(this.dpDiv),e.data(this._dialogInput[0],"datepicker",d),this},_destroyDatepicker:function(t){var n,i=e(t),r=e.data(t,"datepicker");i.hasClass(this.markerClassName)&&(n=t.nodeName.toLowerCase(),e.removeData(t,"datepicker"),"input"===n?(r.append.remove(),r.trigger.remove(),i.removeClass(this.markerClassName).off("focus",this._showDatepicker).off("keydown",this._doKeyDown).off("keypress",this._doKeyPress).off("keyup",this._doKeyUp)):"div"!==n&&"span"!==n||i.removeClass(this.markerClassName).empty(),c===r&&(c=null))},_enableDatepicker:function(t){var n,i,r=e(t),o=e.data(t,"datepicker");r.hasClass(this.markerClassName)&&("input"===(n=t.nodeName.toLowerCase())?(t.disabled=!1,o.trigger.filter("button").each((function(){this.disabled=!1})).end().filter("img").css({opacity:"1.0",cursor:""})):"div"!==n&&"span"!==n||((i=r.children("."+this._inlineClass)).children().removeClass("ui-state-disabled"),i.find("select.ui-datepicker-month, select.ui-datepicker-year").prop("disabled",!1)),this._disabledInputs=e.map(this._disabledInputs,(function(e){return e===t?null:e})))},_disableDatepicker:function(t){var n,i,r=e(t),o=e.data(t,"datepicker");r.hasClass(this.markerClassName)&&("input"===(n=t.nodeName.toLowerCase())?(t.disabled=!0,o.trigger.filter("button").each((function(){this.disabled=!0})).end().filter("img").css({opacity:"0.5",cursor:"default"})):"div"!==n&&"span"!==n||((i=r.children("."+this._inlineClass)).children().addClass("ui-state-disabled"),i.find("select.ui-datepicker-month, select.ui-datepicker-year").prop("disabled",!0)),this._disabledInputs=e.map(this._disabledInputs,(function(e){return e===t?null:e})),this._disabledInputs[this._disabledInputs.length]=t)},_isDisabledDatepicker:function(e){if(!e)return!1;for(var t=0;t<this._disabledInputs.length;t++)if(this._disabledInputs[t]===e)return!0;return!1},_getInst:function(t){try{return e.data(t,"datepicker")}catch(e){throw"Missing instance data for this datepicker"}},_optionDatepicker:function(t,n,i){var r,o,s,a,l=this._getInst(t);if(2===arguments.length&&"string"==typeof n)return"defaults"===n?e.extend({},e.datepicker._defaults):l?"all"===n?e.extend({},l.settings):this._get(l,n):null;r=n||{},"string"==typeof n&&((r={})[n]=i),l&&(this._curInst===l&&this._hideDatepicker(),o=this._getDateDatepicker(t,!0),s=this._getMinMaxDate(l,"min"),a=this._getMinMaxDate(l,"max"),p(l.settings,r),null!==s&&void 0!==r.dateFormat&&void 0===r.minDate&&(l.settings.minDate=this._formatDate(l,s)),null!==a&&void 0!==r.dateFormat&&void 0===r.maxDate&&(l.settings.maxDate=this._formatDate(l,a)),"disabled"in r&&(r.disabled?this._disableDatepicker(t):this._enableDatepicker(t)),this._attachments(e(t),l),this._autoSize(l),this._setDate(l,o),this._updateAlternate(l),this._updateDatepicker(l))},_changeDatepicker:function(e,t,n){this._optionDatepicker(e,t,n)},_refreshDatepicker:function(e){var t=this._getInst(e);t&&this._updateDatepicker(t)},_setDateDatepicker:function(e,t){var n=this._getInst(e);n&&(this._setDate(n,t),this._updateDatepicker(n),this._updateAlternate(n))},_getDateDatepicker:function(e,t){var n=this._getInst(e);return n&&!n.inline&&this._setDateFromField(n,t),n?this._getDate(n):null},_doKeyDown:function(t){var n,i,r,o=e.datepicker._getInst(t.target),s=!0,a=o.dpDiv.is(".ui-datepicker-rtl");if(o._keyEvent=!0,e.datepicker._datepickerShowing)switch(t.keyCode){case 9:e.datepicker._hideDatepicker(),s=!1;break;case 13:return(r=e("td."+e.datepicker._dayOverClass+":not(."+e.datepicker._currentClass+")",o.dpDiv))[0]&&e.datepicker._selectDay(t.target,o.selectedMonth,o.selectedYear,r[0]),(n=e.datepicker._get(o,"onSelect"))?(i=e.datepicker._formatDate(o),n.apply(o.input?o.input[0]:null,[i,o])):e.datepicker._hideDatepicker(),!1;case 27:e.datepicker._hideDatepicker();break;case 33:e.datepicker._adjustDate(t.target,t.ctrlKey?-e.datepicker._get(o,"stepBigMonths"):-e.datepicker._get(o,"stepMonths"),"M");break;case 34:e.datepicker._adjustDate(t.target,t.ctrlKey?+e.datepicker._get(o,"stepBigMonths"):+e.datepicker._get(o,"stepMonths"),"M");break;case 35:(t.ctrlKey||t.metaKey)&&e.datepicker._clearDate(t.target),s=t.ctrlKey||t.metaKey;break;case 36:(t.ctrlKey||t.metaKey)&&e.datepicker._gotoToday(t.target),s=t.ctrlKey||t.metaKey;break;case 37:(t.ctrlKey||t.metaKey)&&e.datepicker._adjustDate(t.target,a?1:-1,"D"),s=t.ctrlKey||t.metaKey,t.originalEvent.altKey&&e.datepicker._adjustDate(t.target,t.ctrlKey?-e.datepicker._get(o,"stepBigMonths"):-e.datepicker._get(o,"stepMonths"),"M");break;case 38:(t.ctrlKey||t.metaKey)&&e.datepicker._adjustDate(t.target,-7,"D"),s=t.ctrlKey||t.metaKey;break;case 39:(t.ctrlKey||t.metaKey)&&e.datepicker._adjustDate(t.target,a?-1:1,"D"),s=t.ctrlKey||t.metaKey,t.originalEvent.altKey&&e.datepicker._adjustDate(t.target,t.ctrlKey?+e.datepicker._get(o,"stepBigMonths"):+e.datepicker._get(o,"stepMonths"),"M");break;case 40:(t.ctrlKey||t.metaKey)&&e.datepicker._adjustDate(t.target,7,"D"),s=t.ctrlKey||t.metaKey;break;default:s=!1}else 36===t.keyCode&&t.ctrlKey?e.datepicker._showDatepicker(this):s=!1;s&&(t.preventDefault(),t.stopPropagation())},_doKeyPress:function(t){var n,i,r=e.datepicker._getInst(t.target);if(e.datepicker._get(r,"constrainInput"))return n=e.datepicker._possibleChars(e.datepicker._get(r,"dateFormat")),i=String.fromCharCode(null==t.charCode?t.keyCode:t.charCode),t.ctrlKey||t.metaKey||i<" "||!n||n.indexOf(i)>-1},_doKeyUp:function(t){var n=e.datepicker._getInst(t.target);if(n.input.val()!==n.lastVal)try{e.datepicker.parseDate(e.datepicker._get(n,"dateFormat"),n.input?n.input.val():null,e.datepicker._getFormatConfig(n))&&(e.datepicker._setDateFromField(n),e.datepicker._updateAlternate(n),e.datepicker._updateDatepicker(n))}catch(e){}return!0},_showDatepicker:function(t){var n,i,r,o,s,a,l;"input"!==(t=t.target||t).nodeName.toLowerCase()&&(t=e("input",t.parentNode)[0]),e.datepicker._isDisabledDatepicker(t)||e.datepicker._lastInput===t||(n=e.datepicker._getInst(t),e.datepicker._curInst&&e.datepicker._curInst!==n&&(e.datepicker._curInst.dpDiv.stop(!0,!0),n&&e.datepicker._datepickerShowing&&e.datepicker._hideDatepicker(e.datepicker._curInst.input[0])),!1!==(r=(i=e.datepicker._get(n,"beforeShow"))?i.apply(t,[t,n]):{})&&(p(n.settings,r),n.lastVal=null,e.datepicker._lastInput=t,e.datepicker._setDateFromField(n),e.datepicker._inDialog&&(t.value=""),e.datepicker._pos||(e.datepicker._pos=e.datepicker._findPos(t),e.datepicker._pos[1]+=t.offsetHeight),o=!1,e(t).parents().each((function(){return!(o|="fixed"===e(this).css("position"))})),s={left:e.datepicker._pos[0],top:e.datepicker._pos[1]},e.datepicker._pos=null,n.dpDiv.empty(),n.dpDiv.css({position:"absolute",display:"block",top:"-1000px"}),e.datepicker._updateDatepicker(n),s=e.datepicker._checkOffset(n,s,o),n.dpDiv.css({position:e.datepicker._inDialog&&e.blockUI?"static":o?"fixed":"absolute",display:"none",left:s.left+"px",top:s.top+"px"}),n.inline||(a=e.datepicker._get(n,"showAnim"),l=e.datepicker._get(n,"duration"),n.dpDiv.css("z-index",function(e){for(var t,n;e.length&&e[0]!==document;){if(("absolute"===(t=e.css("position"))||"relative"===t||"fixed"===t)&&(n=parseInt(e.css("zIndex"),10),!isNaN(n)&&0!==n))return n;e=e.parent()}return 0}(e(t))+1),e.datepicker._datepickerShowing=!0,e.effects&&e.effects.effect[a]?n.dpDiv.show(a,e.datepicker._get(n,"showOptions"),l):n.dpDiv[a||"show"](a?l:null),e.datepicker._shouldFocusInput(n)&&n.input.trigger("focus"),e.datepicker._curInst=n)))},_updateDatepicker:function(t){this.maxRows=4,c=t,t.dpDiv.empty().append(this._generateHTML(t)),this._attachHandlers(t);var n,i=this._getNumberOfMonths(t),r=i[1],o=t.dpDiv.find("."+this._dayOverClass+" a");o.length>0&&f.apply(o.get(0)),t.dpDiv.removeClass("ui-datepicker-multi-2 ui-datepicker-multi-3 ui-datepicker-multi-4").width(""),r>1&&t.dpDiv.addClass("ui-datepicker-multi-"+r).css("width",17*r+"em"),t.dpDiv[(1!==i[0]||1!==i[1]?"add":"remove")+"Class"]("ui-datepicker-multi"),t.dpDiv[(this._get(t,"isRTL")?"add":"remove")+"Class"]("ui-datepicker-rtl"),t===e.datepicker._curInst&&e.datepicker._datepickerShowing&&e.datepicker._shouldFocusInput(t)&&t.input.trigger("focus"),t.yearshtml&&(n=t.yearshtml,setTimeout((function(){n===t.yearshtml&&t.yearshtml&&t.dpDiv.find("select.ui-datepicker-year:first").replaceWith(t.yearshtml),n=t.yearshtml=null}),0))},_shouldFocusInput:function(e){return e.input&&e.input.is(":visible")&&!e.input.is(":disabled")&&!e.input.is(":focus")},_checkOffset:function(t,n,i){var r=t.dpDiv.outerWidth(),o=t.dpDiv.outerHeight(),s=t.input?t.input.outerWidth():0,a=t.input?t.input.outerHeight():0,l=document.documentElement.clientWidth+(i?0:e(document).scrollLeft()),c=document.documentElement.clientHeight+(i?0:e(document).scrollTop());return n.left-=this._get(t,"isRTL")?r-s:0,n.left-=i&&n.left===t.input.offset().left?e(document).scrollLeft():0,n.top-=i&&n.top===t.input.offset().top+a?e(document).scrollTop():0,n.left-=Math.min(n.left,n.left+r>l&&l>r?Math.abs(n.left+r-l):0),n.top-=Math.min(n.top,n.top+o>c&&c>o?Math.abs(o+a):0),n},_findPos:function(t){for(var n,i=this._getInst(t),r=this._get(i,"isRTL");t&&("hidden"===t.type||1!==t.nodeType||e.expr.filters.hidden(t));)t=t[r?"previousSibling":"nextSibling"];return[(n=e(t).offset()).left,n.top]},_hideDatepicker:function(t){var n,i,r,o,s=this._curInst;!s||t&&s!==e.data(t,"datepicker")||this._datepickerShowing&&(n=this._get(s,"showAnim"),i=this._get(s,"duration"),r=function(){e.datepicker._tidyDialog(s)},e.effects&&(e.effects.effect[n]||e.effects[n])?s.dpDiv.hide(n,e.datepicker._get(s,"showOptions"),i,r):s.dpDiv["slideDown"===n?"slideUp":"fadeIn"===n?"fadeOut":"hide"](n?i:null,r),n||r(),this._datepickerShowing=!1,(o=this._get(s,"onClose"))&&o.apply(s.input?s.input[0]:null,[s.input?s.input.val():"",s]),this._lastInput=null,this._inDialog&&(this._dialogInput.css({position:"absolute",left:"0",top:"-100px"}),e.blockUI&&(e.unblockUI(),e("body").append(this.dpDiv))),this._inDialog=!1)},_tidyDialog:function(e){e.dpDiv.removeClass(this._dialogClass).off(".ui-datepicker-calendar")},_checkExternalClick:function(t){if(e.datepicker._curInst){var n=e(t.target),i=e.datepicker._getInst(n[0]);(n[0].id===e.datepicker._mainDivId||0!==n.parents("#"+e.datepicker._mainDivId).length||n.hasClass(e.datepicker.markerClassName)||n.closest("."+e.datepicker._triggerClass).length||!e.datepicker._datepickerShowing||e.datepicker._inDialog&&e.blockUI)&&(!n.hasClass(e.datepicker.markerClassName)||e.datepicker._curInst===i)||e.datepicker._hideDatepicker()}},_adjustDate:function(t,n,i){var r=e(t),o=this._getInst(r[0]);this._isDisabledDatepicker(r[0])||(this._adjustInstDate(o,n+("M"===i?this._get(o,"showCurrentAtPos"):0),i),this._updateDatepicker(o))},_gotoToday:function(t){var n,i=e(t),r=this._getInst(i[0]);this._get(r,"gotoCurrent")&&r.currentDay?(r.selectedDay=r.currentDay,r.drawMonth=r.selectedMonth=r.currentMonth,r.drawYear=r.selectedYear=r.currentYear):(n=new Date,r.selectedDay=n.getDate(),r.drawMonth=r.selectedMonth=n.getMonth(),r.drawYear=r.selectedYear=n.getFullYear()),this._notifyChange(r),this._adjustDate(i)},_selectMonthYear:function(t,n,i){var r=e(t),o=this._getInst(r[0]);o["selected"+("M"===i?"Month":"Year")]=o["draw"+("M"===i?"Month":"Year")]=parseInt(n.options[n.selectedIndex].value,10),this._notifyChange(o),this._adjustDate(r)},_selectDay:function(t,n,i,r){var o,s=e(t);e(r).hasClass(this._unselectableClass)||this._isDisabledDatepicker(s[0])||((o=this._getInst(s[0])).selectedDay=o.currentDay=e("a",r).html(),o.selectedMonth=o.currentMonth=n,o.selectedYear=o.currentYear=i,this._selectDate(t,this._formatDate(o,o.currentDay,o.currentMonth,o.currentYear)))},_clearDate:function(t){var n=e(t);this._selectDate(n,"")},_selectDate:function(t,n){var i,r=e(t),o=this._getInst(r[0]);n=null!=n?n:this._formatDate(o),o.input&&o.input.val(n),this._updateAlternate(o),(i=this._get(o,"onSelect"))?i.apply(o.input?o.input[0]:null,[n,o]):o.input&&o.input.trigger("change"),o.inline?this._updateDatepicker(o):(this._hideDatepicker(),this._lastInput=o.input[0],"object"!=typeof o.input[0]&&o.input.trigger("focus"),this._lastInput=null)},_updateAlternate:function(t){var n,i,r,o=this._get(t,"altField");o&&(n=this._get(t,"altFormat")||this._get(t,"dateFormat"),i=this._getDate(t),r=this.formatDate(n,i,this._getFormatConfig(t)),e(o).val(r))},noWeekends:function(e){var t=e.getDay();return[t>0&&t<6,""]},iso8601Week:function(e){var t,n=new Date(e.getTime());return n.setDate(n.getDate()+4-(n.getDay()||7)),t=n.getTime(),n.setMonth(0),n.setDate(1),Math.floor(Math.round((t-n)/864e5)/7)+1},parseDate:function(t,n,i){if(null==t||null==n)throw"Invalid arguments";if(""===(n="object"==typeof n?n.toString():n+""))return null;var r,o,s,a,l=0,c=(i?i.shortYearCutoff:null)||this._defaults.shortYearCutoff,u="string"!=typeof c?c:(new Date).getFullYear()%100+parseInt(c,10),d=(i?i.dayNamesShort:null)||this._defaults.dayNamesShort,h=(i?i.dayNames:null)||this._defaults.dayNames,f=(i?i.monthNamesShort:null)||this._defaults.monthNamesShort,p=(i?i.monthNames:null)||this._defaults.monthNames,m=-1,g=-1,v=-1,_=-1,y=!1,b=function(e){var n=r+1<t.length&&t.charAt(r+1)===e;return n&&r++,n},w=function(e){var t=b(e),i="@"===e?14:"!"===e?20:"y"===e&&t?4:"o"===e?3:2,r=new RegExp("^\\d{"+("y"===e?i:1)+","+i+"}"),o=n.substring(l).match(r);if(!o)throw"Missing number at position "+l;return l+=o[0].length,parseInt(o[0],10)},x=function(t,i,r){var o=-1,s=e.map(b(t)?r:i,(function(e,t){return[[t,e]]})).sort((function(e,t){return-(e[1].length-t[1].length)}));if(e.each(s,(function(e,t){var i=t[1];if(n.substr(l,i.length).toLowerCase()===i.toLowerCase())return o=t[0],l+=i.length,!1})),-1!==o)return o+1;throw"Unknown name at position "+l},k=function(){if(n.charAt(l)!==t.charAt(r))throw"Unexpected literal at position "+l;l++};for(r=0;r<t.length;r++)if(y)"'"!==t.charAt(r)||b("'")?k():y=!1;else switch(t.charAt(r)){case"d":v=w("d");break;case"D":x("D",d,h);break;case"o":_=w("o");break;case"m":g=w("m");break;case"M":g=x("M",f,p);break;case"y":m=w("y");break;case"@":m=(a=new Date(w("@"))).getFullYear(),g=a.getMonth()+1,v=a.getDate();break;case"!":m=(a=new Date((w("!")-this._ticksTo1970)/1e4)).getFullYear(),g=a.getMonth()+1,v=a.getDate();break;case"'":b("'")?k():y=!0;break;default:k()}if(l<n.length&&(s=n.substr(l),!/^\s+/.test(s)))throw"Extra/unparsed characters found in date: "+s;if(-1===m?m=(new Date).getFullYear():m<100&&(m+=(new Date).getFullYear()-(new Date).getFullYear()%100+(m<=u?0:-100)),_>-1)for(g=1,v=_;!(v<=(o=this._getDaysInMonth(m,g-1)));)g++,v-=o;if((a=this._daylightSavingAdjust(new Date(m,g-1,v))).getFullYear()!==m||a.getMonth()+1!==g||a.getDate()!==v)throw"Invalid date";return a},ATOM:"yy-mm-dd",COOKIE:"D, dd M yy",ISO_8601:"yy-mm-dd",RFC_822:"D, d M y",RFC_850:"DD, dd-M-y",RFC_1036:"D, d M y",RFC_1123:"D, d M yy",RFC_2822:"D, d M yy",RSS:"D, d M y",TICKS:"!",TIMESTAMP:"@",W3C:"yy-mm-dd",_ticksTo1970:24*(718685+Math.floor(492.5)-Math.floor(19.7)+Math.floor(4.925))*60*60*1e7,formatDate:function(e,t,n){if(!t)return"";var i,r=(n?n.dayNamesShort:null)||this._defaults.dayNamesShort,o=(n?n.dayNames:null)||this._defaults.dayNames,s=(n?n.monthNamesShort:null)||this._defaults.monthNamesShort,a=(n?n.monthNames:null)||this._defaults.monthNames,l=function(t){var n=i+1<e.length&&e.charAt(i+1)===t;return n&&i++,n},c=function(e,t,n){var i=""+t;if(l(e))for(;i.length<n;)i="0"+i;return i},u=function(e,t,n,i){return l(e)?i[t]:n[t]},d="",h=!1;if(t)for(i=0;i<e.length;i++)if(h)"'"!==e.charAt(i)||l("'")?d+=e.charAt(i):h=!1;else switch(e.charAt(i)){case"d":d+=c("d",t.getDate(),2);break;case"D":d+=u("D",t.getDay(),r,o);break;case"o":d+=c("o",Math.round((new Date(t.getFullYear(),t.getMonth(),t.getDate()).getTime()-new Date(t.getFullYear(),0,0).getTime())/864e5),3);break;case"m":d+=c("m",t.getMonth()+1,2);break;case"M":d+=u("M",t.getMonth(),s,a);break;case"y":d+=l("y")?t.getFullYear():(t.getFullYear()%100<10?"0":"")+t.getFullYear()%100;break;case"@":d+=t.getTime();break;case"!":d+=1e4*t.getTime()+this._ticksTo1970;break;case"'":l("'")?d+="'":h=!0;break;default:d+=e.charAt(i)}return d},_possibleChars:function(e){var t,n="",i=!1,r=function(n){var i=t+1<e.length&&e.charAt(t+1)===n;return i&&t++,i};for(t=0;t<e.length;t++)if(i)"'"!==e.charAt(t)||r("'")?n+=e.charAt(t):i=!1;else switch(e.charAt(t)){case"d":case"m":case"y":case"@":n+="0123456789";break;case"D":case"M":return null;case"'":r("'")?n+="'":i=!0;break;default:n+=e.charAt(t)}return n},_get:function(e,t){return void 0!==e.settings[t]?e.settings[t]:this._defaults[t]},_setDateFromField:function(e,t){if(e.input.val()!==e.lastVal){var n=this._get(e,"dateFormat"),i=e.lastVal=e.input?e.input.val():null,r=this._getDefaultDate(e),o=r,s=this._getFormatConfig(e);try{o=this.parseDate(n,i,s)||r}catch(e){i=t?"":i}e.selectedDay=o.getDate(),e.drawMonth=e.selectedMonth=o.getMonth(),e.drawYear=e.selectedYear=o.getFullYear(),e.currentDay=i?o.getDate():0,e.currentMonth=i?o.getMonth():0,e.currentYear=i?o.getFullYear():0,this._adjustInstDate(e)}},_getDefaultDate:function(e){return this._restrictMinMax(e,this._determineDate(e,this._get(e,"defaultDate"),new Date))},_determineDate:function(t,n,i){var r=null==n||""===n?i:"string"==typeof n?function(n){try{return e.datepicker.parseDate(e.datepicker._get(t,"dateFormat"),n,e.datepicker._getFormatConfig(t))}catch(e){}for(var i=(n.toLowerCase().match(/^c/)?e.datepicker._getDate(t):null)||new Date,r=i.getFullYear(),o=i.getMonth(),s=i.getDate(),a=/([+\-]?[0-9]+)\s*(d|D|w|W|m|M|y|Y)?/g,l=a.exec(n);l;){switch(l[2]||"d"){case"d":case"D":s+=parseInt(l[1],10);break;case"w":case"W":s+=7*parseInt(l[1],10);break;case"m":case"M":o+=parseInt(l[1],10),s=Math.min(s,e.datepicker._getDaysInMonth(r,o));break;case"y":case"Y":r+=parseInt(l[1],10),s=Math.min(s,e.datepicker._getDaysInMonth(r,o))}l=a.exec(n)}return new Date(r,o,s)}(n):"number"==typeof n?isNaN(n)?i:function(e){var t=new Date;return t.setDate(t.getDate()+e),t}(n):new Date(n.getTime());return(r=r&&"Invalid Date"===r.toString()?i:r)&&(r.setHours(0),r.setMinutes(0),r.setSeconds(0),r.setMilliseconds(0)),this._daylightSavingAdjust(r)},_daylightSavingAdjust:function(e){return e?(e.setHours(e.getHours()>12?e.getHours()+2:0),e):null},_setDate:function(e,t,n){var i=!t,r=e.selectedMonth,o=e.selectedYear,s=this._restrictMinMax(e,this._determineDate(e,t,new Date));e.selectedDay=e.currentDay=s.getDate(),e.drawMonth=e.selectedMonth=e.currentMonth=s.getMonth(),e.drawYear=e.selectedYear=e.currentYear=s.getFullYear(),r===e.selectedMonth&&o===e.selectedYear||n||this._notifyChange(e),this._adjustInstDate(e),e.input&&e.input.val(i?"":this._formatDate(e))},_getDate:function(e){return!e.currentYear||e.input&&""===e.input.val()?null:this._daylightSavingAdjust(new Date(e.currentYear,e.currentMonth,e.currentDay))},_attachHandlers:function(t){var n=this._get(t,"stepMonths"),i="#"+t.id.replace(/\\\\/g,"\\");t.dpDiv.find("[data-handler]").map((function(){var t={prev:function(){e.datepicker._adjustDate(i,-n,"M")},next:function(){e.datepicker._adjustDate(i,+n,"M")},hide:function(){e.datepicker._hideDatepicker()},today:function(){e.datepicker._gotoToday(i)},selectDay:function(){return e.datepicker._selectDay(i,+this.getAttribute("data-month"),+this.getAttribute("data-year"),this),!1},selectMonth:function(){return e.datepicker._selectMonthYear(i,this,"M"),!1},selectYear:function(){return e.datepicker._selectMonthYear(i,this,"Y"),!1}};e(this).on(this.getAttribute("data-event"),t[this.getAttribute("data-handler")])}))},_generateHTML:function(e){var t,n,i,r,o,s,a,l,c,u,d,h,f,p,m,g,v,_,y,b,w,x,k,M,A,L,T,D,S,E,Y,C,O,P,I,H,j,N,R,z=new Date,F=this._daylightSavingAdjust(new Date(z.getFullYear(),z.getMonth(),z.getDate())),B=this._get(e,"isRTL"),W=this._get(e,"showButtonPanel"),U=this._get(e,"hideIfNoPrevNext"),Q=this._get(e,"navigationAsDateFormat"),q=this._getNumberOfMonths(e),G=this._get(e,"showCurrentAtPos"),V=this._get(e,"stepMonths"),J=1!==q[0]||1!==q[1],K=this._daylightSavingAdjust(e.currentDay?new Date(e.currentYear,e.currentMonth,e.currentDay):new Date(9999,9,9)),X=this._getMinMaxDate(e,"min"),Z=this._getMinMaxDate(e,"max"),$=e.drawMonth-G,ee=e.drawYear;if($<0&&($+=12,ee--),Z)for(t=this._daylightSavingAdjust(new Date(Z.getFullYear(),Z.getMonth()-q[0]*q[1]+1,Z.getDate())),t=X&&t<X?X:t;this._daylightSavingAdjust(new Date(ee,$,1))>t;)--$<0&&($=11,ee--);for(e.drawMonth=$,e.drawYear=ee,n=this._get(e,"prevText"),n=Q?this.formatDate(n,this._daylightSavingAdjust(new Date(ee,$-V,1)),this._getFormatConfig(e)):n,i=this._canAdjustMonth(e,-1,ee,$)?"<a class='ui-datepicker-prev ui-corner-all' data-handler='prev' data-event='click' title='"+n+"'><span class='ui-icon ui-icon-circle-triangle-"+(B?"e":"w")+"'>"+n+"</span></a>":U?"":"<a class='ui-datepicker-prev ui-corner-all ui-state-disabled' title='"+n+"'><span class='ui-icon ui-icon-circle-triangle-"+(B?"e":"w")+"'>"+n+"</span></a>",r=this._get(e,"nextText"),r=Q?this.formatDate(r,this._daylightSavingAdjust(new Date(ee,$+V,1)),this._getFormatConfig(e)):r,o=this._canAdjustMonth(e,1,ee,$)?"<a class='ui-datepicker-next ui-corner-all' data-handler='next' data-event='click' title='"+r+"'><span class='ui-icon ui-icon-circle-triangle-"+(B?"w":"e")+"'>"+r+"</span></a>":U?"":"<a class='ui-datepicker-next ui-corner-all ui-state-disabled' title='"+r+"'><span class='ui-icon ui-icon-circle-triangle-"+(B?"w":"e")+"'>"+r+"</span></a>",s=this._get(e,"currentText"),a=this._get(e,"gotoCurrent")&&e.currentDay?K:F,s=Q?this.formatDate(s,a,this._getFormatConfig(e)):s,l=e.inline?"":"<button type='button' class='ui-datepicker-close ui-state-default ui-priority-primary ui-corner-all' data-handler='hide' data-event='click'>"+this._get(e,"closeText")+"</button>",c=W?"<div class='ui-datepicker-buttonpane ui-widget-content'>"+(B?l:"")+(this._isInRange(e,a)?"<button type='button' class='ui-datepicker-current ui-state-default ui-priority-secondary ui-corner-all' data-handler='today' data-event='click'>"+s+"</button>":"")+(B?"":l)+"</div>":"",u=parseInt(this._get(e,"firstDay"),10),u=isNaN(u)?0:u,d=this._get(e,"showWeek"),h=this._get(e,"dayNames"),f=this._get(e,"dayNamesMin"),p=this._get(e,"monthNames"),m=this._get(e,"monthNamesShort"),g=this._get(e,"beforeShowDay"),v=this._get(e,"showOtherMonths"),_=this._get(e,"selectOtherMonths"),y=this._getDefaultDate(e),b="",x=0;x<q[0];x++){for(k="",this.maxRows=4,M=0;M<q[1];M++){if(A=this._daylightSavingAdjust(new Date(ee,$,e.selectedDay)),L=" ui-corner-all",T="",J){if(T+="<div class='ui-datepicker-group",q[1]>1)switch(M){case 0:T+=" ui-datepicker-group-first",L=" ui-corner-"+(B?"right":"left");break;case q[1]-1:T+=" ui-datepicker-group-last",L=" ui-corner-"+(B?"left":"right");break;default:T+=" ui-datepicker-group-middle",L=""}T+="'>"}for(T+="<div class='ui-datepicker-header ui-widget-header ui-helper-clearfix"+L+"'>"+(/all|left/.test(L)&&0===x?B?o:i:"")+(/all|right/.test(L)&&0===x?B?i:o:"")+this._generateMonthYearHeader(e,$,ee,X,Z,x>0||M>0,p,m)+"</div><table class='ui-datepicker-calendar'><thead><tr>",D=d?"<th class='ui-datepicker-week-col'>"+this._get(e,"weekHeader")+"</th>":"",w=0;w<7;w++)D+="<th scope='col'"+((w+u+6)%7>=5?" class='ui-datepicker-week-end'":"")+"><span title='"+h[S=(w+u)%7]+"'>"+f[S]+"</span></th>";for(T+=D+"</tr></thead><tbody>",E=this._getDaysInMonth(ee,$),ee===e.selectedYear&&$===e.selectedMonth&&(e.selectedDay=Math.min(e.selectedDay,E)),Y=(this._getFirstDayOfMonth(ee,$)-u+7)%7,C=Math.ceil((Y+E)/7),O=J&&this.maxRows>C?this.maxRows:C,this.maxRows=O,P=this._daylightSavingAdjust(new Date(ee,$,1-Y)),I=0;I<O;I++){for(T+="<tr>",H=d?"<td class='ui-datepicker-week-col'>"+this._get(e,"calculateWeek")(P)+"</td>":"",w=0;w<7;w++)j=g?g.apply(e.input?e.input[0]:null,[P]):[!0,""],R=(N=P.getMonth()!==$)&&!_||!j[0]||X&&P<X||Z&&P>Z,H+="<td class='"+((w+u+6)%7>=5?" ui-datepicker-week-end":"")+(N?" ui-datepicker-other-month":"")+(P.getTime()===A.getTime()&&$===e.selectedMonth&&e._keyEvent||y.getTime()===P.getTime()&&y.getTime()===A.getTime()?" "+this._dayOverClass:"")+(R?" "+this._unselectableClass+" ui-state-disabled":"")+(N&&!v?"":" "+j[1]+(P.getTime()===K.getTime()?" "+this._currentClass:"")+(P.getTime()===F.getTime()?" ui-datepicker-today":""))+"'"+(N&&!v||!j[2]?"":" title='"+j[2].replace(/'/g,"&#39;")+"'")+(R?"":" data-handler='selectDay' data-event='click' data-month='"+P.getMonth()+"' data-year='"+P.getFullYear()+"'")+">"+(N&&!v?"&#xa0;":R?"<span class='ui-state-default'>"+P.getDate()+"</span>":"<a class='ui-state-default"+(P.getTime()===F.getTime()?" ui-state-highlight":"")+(P.getTime()===K.getTime()?" ui-state-active":"")+(N?" ui-priority-secondary":"")+"' href='#'>"+P.getDate()+"</a>")+"</td>",P.setDate(P.getDate()+1),P=this._daylightSavingAdjust(P);T+=H+"</tr>"}++$>11&&($=0,ee++),k+=T+="</tbody></table>"+(J?"</div>"+(q[0]>0&&M===q[1]-1?"<div class='ui-datepicker-row-break'></div>":""):"")}b+=k}return b+=c,e._keyEvent=!1,b},_generateMonthYearHeader:function(e,t,n,i,r,o,s,a){var l,c,u,d,h,f,p,m,g=this._get(e,"changeMonth"),v=this._get(e,"changeYear"),_=this._get(e,"showMonthAfterYear"),y="<div class='ui-datepicker-title'>",b="";if(o||!g)b+="<span class='ui-datepicker-month'>"+s[t]+"</span>";else{for(l=i&&i.getFullYear()===n,c=r&&r.getFullYear()===n,b+="<select class='ui-datepicker-month' data-handler='selectMonth' data-event='change'>",u=0;u<12;u++)(!l||u>=i.getMonth())&&(!c||u<=r.getMonth())&&(b+="<option value='"+u+"'"+(u===t?" selected='selected'":"")+">"+a[u]+"</option>");b+="</select>"}if(_||(y+=b+(!o&&g&&v?"":"&#xa0;")),!e.yearshtml)if(e.yearshtml="",o||!v)y+="<span class='ui-datepicker-year'>"+n+"</span>";else{for(d=this._get(e,"yearRange").split(":"),h=(new Date).getFullYear(),p=(f=function(e){var t=e.match(/c[+\-].*/)?n+parseInt(e.substring(1),10):e.match(/[+\-].*/)?h+parseInt(e,10):parseInt(e,10);return isNaN(t)?h:t})(d[0]),m=Math.max(p,f(d[1]||"")),p=i?Math.max(p,i.getFullYear()):p,m=r?Math.min(m,r.getFullYear()):m,e.yearshtml+="<select class='ui-datepicker-year' data-handler='selectYear' data-event='change'>";p<=m;p++)e.yearshtml+="<option value='"+p+"'"+(p===n?" selected='selected'":"")+">"+p+"</option>";e.yearshtml+="</select>",y+=e.yearshtml,e.yearshtml=null}return y+=this._get(e,"yearSuffix"),_&&(y+=(!o&&g&&v?"":"&#xa0;")+b),y+="</div>"},_adjustInstDate:function(e,t,n){var i=e.selectedYear+("Y"===n?t:0),r=e.selectedMonth+("M"===n?t:0),o=Math.min(e.selectedDay,this._getDaysInMonth(i,r))+("D"===n?t:0),s=this._restrictMinMax(e,this._daylightSavingAdjust(new Date(i,r,o)));e.selectedDay=s.getDate(),e.drawMonth=e.selectedMonth=s.getMonth(),e.drawYear=e.selectedYear=s.getFullYear(),"M"!==n&&"Y"!==n||this._notifyChange(e)},_restrictMinMax:function(e,t){var n=this._getMinMaxDate(e,"min"),i=this._getMinMaxDate(e,"max"),r=n&&t<n?n:t;return i&&r>i?i:r},_notifyChange:function(e){var t=this._get(e,"onChangeMonthYear");t&&t.apply(e.input?e.input[0]:null,[e.selectedYear,e.selectedMonth+1,e])},_getNumberOfMonths:function(e){var t=this._get(e,"numberOfMonths");return null==t?[1,1]:"number"==typeof t?[1,t]:t},_getMinMaxDate:function(e,t){return this._determineDate(e,this._get(e,t+"Date"),null)},_getDaysInMonth:function(e,t){return 32-this._daylightSavingAdjust(new Date(e,t,32)).getDate()},_getFirstDayOfMonth:function(e,t){return new Date(e,t,1).getDay()},_canAdjustMonth:function(e,t,n,i){var r=this._getNumberOfMonths(e),o=this._daylightSavingAdjust(new Date(n,i+(t<0?t:r[0]*r[1]),1));return t<0&&o.setDate(this._getDaysInMonth(o.getFullYear(),o.getMonth())),this._isInRange(e,o)},_isInRange:function(e,t){var n,i,r=this._getMinMaxDate(e,"min"),o=this._getMinMaxDate(e,"max"),s=null,a=null,l=this._get(e,"yearRange");return l&&(n=l.split(":"),i=(new Date).getFullYear(),s=parseInt(n[0],10),a=parseInt(n[1],10),n[0].match(/[+\-].*/)&&(s+=i),n[1].match(/[+\-].*/)&&(a+=i)),(!r||t.getTime()>=r.getTime())&&(!o||t.getTime()<=o.getTime())&&(!s||t.getFullYear()>=s)&&(!a||t.getFullYear()<=a)},_getFormatConfig:function(e){var t=this._get(e,"shortYearCutoff");return{shortYearCutoff:t="string"!=typeof t?t:(new Date).getFullYear()%100+parseInt(t,10),dayNamesShort:this._get(e,"dayNamesShort"),dayNames:this._get(e,"dayNames"),monthNamesShort:this._get(e,"monthNamesShort"),monthNames:this._get(e,"monthNames")}},_formatDate:function(e,t,n,i){t||(e.currentDay=e.selectedDay,e.currentMonth=e.selectedMonth,e.currentYear=e.selectedYear);var r=t?"object"==typeof t?t:this._daylightSavingAdjust(new Date(i,n,t)):this._daylightSavingAdjust(new Date(e.currentYear,e.currentMonth,e.currentDay));return this.formatDate(this._get(e,"dateFormat"),r,this._getFormatConfig(e))}}),e.fn.datepicker=function(t){if(!this.length)return this;e.datepicker.initialized||(e(document).on("mousedown",e.datepicker._checkExternalClick),e.datepicker.initialized=!0),0===e("#"+e.datepicker._mainDivId).length&&e("body").append(e.datepicker.dpDiv);var n=Array.prototype.slice.call(arguments,1);return"string"!=typeof t||"isDisabled"!==t&&"getDate"!==t&&"widget"!==t?"option"===t&&2===arguments.length&&"string"==typeof arguments[1]?e.datepicker["_"+t+"Datepicker"].apply(e.datepicker,[this[0]].concat(n)):this.each((function(){"string"==typeof t?e.datepicker["_"+t+"Datepicker"].apply(e.datepicker,[this].concat(n)):e.datepicker._attachDatepicker(this,t)})):e.datepicker["_"+t+"Datepicker"].apply(e.datepicker,[this[0]].concat(n))},e.datepicker=new d,e.datepicker.initialized=!1,e.datepicker.uuid=(new Date).getTime(),e.datepicker.version="1.12.1",e.datepicker,e.ui.ie=!!/msie [\w.]+/.exec(navigator.userAgent.toLowerCase());var m=!1;e(document).on("mouseup",(function(){m=!1})),e.widget("ui.mouse",{version:"1.12.1",options:{cancel:"input, textarea, button, select, option",distance:1,delay:0},_mouseInit:function(){var t=this;this.element.on("mousedown."+this.widgetName,(function(e){return t._mouseDown(e)})).on("click."+this.widgetName,(function(n){if(!0===e.data(n.target,t.widgetName+".preventClickEvent"))return e.removeData(n.target,t.widgetName+".preventClickEvent"),n.stopImmediatePropagation(),!1})),this.started=!1},_mouseDestroy:function(){this.element.off("."+this.widgetName),this._mouseMoveDelegate&&this.document.off("mousemove."+this.widgetName,this._mouseMoveDelegate).off("mouseup."+this.widgetName,this._mouseUpDelegate)},_mouseDown:function(t){if(!m){this._mouseMoved=!1,this._mouseStarted&&this._mouseUp(t),this._mouseDownEvent=t;var n=this,i=1===t.which,r=!("string"!=typeof this.options.cancel||!t.target.nodeName)&&e(t.target).closest(this.options.cancel).length;return!(i&&!r&&this._mouseCapture(t)&&(this.mouseDelayMet=!this.options.delay,this.mouseDelayMet||(this._mouseDelayTimer=setTimeout((function(){n.mouseDelayMet=!0}),this.options.delay)),this._mouseDistanceMet(t)&&this._mouseDelayMet(t)&&(this._mouseStarted=!1!==this._mouseStart(t),!this._mouseStarted)?(t.preventDefault(),0):(!0===e.data(t.target,this.widgetName+".preventClickEvent")&&e.removeData(t.target,this.widgetName+".preventClickEvent"),this._mouseMoveDelegate=function(e){return n._mouseMove(e)},this._mouseUpDelegate=function(e){return n._mouseUp(e)},this.document.on("mousemove."+this.widgetName,this._mouseMoveDelegate).on("mouseup."+this.widgetName,this._mouseUpDelegate),t.preventDefault(),m=!0,0)))}},_mouseMove:function(t){if(this._mouseMoved){if(e.ui.ie&&(!document.documentMode||document.documentMode<9)&&!t.button)return this._mouseUp(t);if(!t.which)if(t.originalEvent.altKey||t.originalEvent.ctrlKey||t.originalEvent.metaKey||t.originalEvent.shiftKey)this.ignoreMissingWhich=!0;else if(!this.ignoreMissingWhich)return this._mouseUp(t)}return(t.which||t.button)&&(this._mouseMoved=!0),this._mouseStarted?(this._mouseDrag(t),t.preventDefault()):(this._mouseDistanceMet(t)&&this._mouseDelayMet(t)&&(this._mouseStarted=!1!==this._mouseStart(this._mouseDownEvent,t),this._mouseStarted?this._mouseDrag(t):this._mouseUp(t)),!this._mouseStarted)},_mouseUp:function(t){this.document.off("mousemove."+this.widgetName,this._mouseMoveDelegate).off("mouseup."+this.widgetName,this._mouseUpDelegate),this._mouseStarted&&(this._mouseStarted=!1,t.target===this._mouseDownEvent.target&&e.data(t.target,this.widgetName+".preventClickEvent",!0),this._mouseStop(t)),this._mouseDelayTimer&&(clearTimeout(this._mouseDelayTimer),delete this._mouseDelayTimer),this.ignoreMissingWhich=!1,m=!1,t.preventDefault()},_mouseDistanceMet:function(e){return Math.max(Math.abs(this._mouseDownEvent.pageX-e.pageX),Math.abs(this._mouseDownEvent.pageY-e.pageY))>=this.options.distance},_mouseDelayMet:function(){return this.mouseDelayMet},_mouseStart:function(){},_mouseDrag:function(){},_mouseStop:function(){},_mouseCapture:function(){return!0}}),e.ui.plugin={add:function(t,n,i){var r,o=e.ui[t].prototype;for(r in i)o.plugins[r]=o.plugins[r]||[],o.plugins[r].push([n,i[r]])},call:function(e,t,n,i){var r,o=e.plugins[t];if(o&&(i||e.element[0].parentNode&&11!==e.element[0].parentNode.nodeType))for(r=0;r<o.length;r++)e.options[o[r][0]]&&o[r][1].apply(e.element,n)}},e.ui.safeBlur=function(t){t&&"body"!==t.nodeName.toLowerCase()&&e(t).trigger("blur")},
+e.extend(e.ui,{datepicker:{version:"1.12.1"}}),e.extend(d.prototype,{markerClassName:"hasDatepicker",maxRows:4,_widgetDatepicker:function(){return this.dpDiv},setDefaults:function(e){return f(this._defaults,e||{}),this},_attachDatepicker:function(t,n){var i,r,o;r="div"===(i=t.nodeName.toLowerCase())||"span"===i,t.id||(this.uuid+=1,t.id="dp"+this.uuid),(o=this._newInst(e(t),r)).settings=e.extend({},n||{}),"input"===i?this._connectDatepicker(t,o):r&&this._inlineDatepicker(t,o)},_newInst:function(t,n){return{id:t[0].id.replace(/([^A-Za-z0-9_\-])/g,"\\\\$1"),input:t,selectedDay:0,selectedMonth:0,selectedYear:0,drawMonth:0,drawYear:0,inline:n,dpDiv:n?h(e("<div class='"+this._inlineClass+" ui-datepicker ui-widget ui-widget-content ui-helper-clearfix ui-corner-all'></div>")):this.dpDiv}},_connectDatepicker:function(t,n){var i=e(t);n.append=e([]),n.trigger=e([]),i.hasClass(this.markerClassName)||(this._attachments(i,n),i.addClass(this.markerClassName).on("keydown",this._doKeyDown).on("keypress",this._doKeyPress).on("keyup",this._doKeyUp),this._autoSize(n),e.data(t,"datepicker",n),n.settings.disabled&&this._disableDatepicker(t))},_attachments:function(t,n){var i,r,o,a=this._get(n,"appendText"),s=this._get(n,"isRTL");n.append&&n.append.remove(),a&&(n.append=e("<span class='"+this._appendClass+"'>"+a+"</span>"),t[s?"before":"after"](n.append)),t.off("focus",this._showDatepicker),n.trigger&&n.trigger.remove(),"focus"!==(i=this._get(n,"showOn"))&&"both"!==i||t.on("focus",this._showDatepicker),"button"!==i&&"both"!==i||(r=this._get(n,"buttonText"),o=this._get(n,"buttonImage"),n.trigger=e(this._get(n,"buttonImageOnly")?e("<img/>").addClass(this._triggerClass).attr({src:o,alt:r,title:r}):e("<button type='button'></button>").addClass(this._triggerClass).html(o?e("<img/>").attr({src:o,alt:r,title:r}):r)),t[s?"before":"after"](n.trigger),n.trigger.on("click",(function(){return e.datepicker._datepickerShowing&&e.datepicker._lastInput===t[0]?e.datepicker._hideDatepicker():e.datepicker._datepickerShowing&&e.datepicker._lastInput!==t[0]?(e.datepicker._hideDatepicker(),e.datepicker._showDatepicker(t[0])):e.datepicker._showDatepicker(t[0]),!1})))},_autoSize:function(e){if(this._get(e,"autoSize")&&!e.inline){var t,n,i,r,o=new Date(2009,11,20),a=this._get(e,"dateFormat");a.match(/[DM]/)&&(t=function(e){for(n=0,i=0,r=0;r<e.length;r++)e[r].length>n&&(n=e[r].length,i=r);return i},o.setMonth(t(this._get(e,a.match(/MM/)?"monthNames":"monthNamesShort"))),o.setDate(t(this._get(e,a.match(/DD/)?"dayNames":"dayNamesShort"))+20-o.getDay())),e.input.attr("size",this._formatDate(e,o).length)}},_inlineDatepicker:function(t,n){var i=e(t);i.hasClass(this.markerClassName)||(i.addClass(this.markerClassName).append(n.dpDiv),e.data(t,"datepicker",n),this._setDate(n,this._getDefaultDate(n),!0),this._updateDatepicker(n),this._updateAlternate(n),n.settings.disabled&&this._disableDatepicker(t),n.dpDiv.css("display","block"))},_dialogDatepicker:function(t,n,i,r,o){var a,s,l,u,c,d=this._dialogInst;return d||(this.uuid+=1,a="dp"+this.uuid,this._dialogInput=e("<input type='text' id='"+a+"' style='position: absolute; top: -100px; width: 0px;'/>"),this._dialogInput.on("keydown",this._doKeyDown),e("body").append(this._dialogInput),(d=this._dialogInst=this._newInst(this._dialogInput,!1)).settings={},e.data(this._dialogInput[0],"datepicker",d)),f(d.settings,r||{}),n=n&&n.constructor===Date?this._formatDate(d,n):n,this._dialogInput.val(n),this._pos=o?o.length?o:[o.pageX,o.pageY]:null,this._pos||(s=document.documentElement.clientWidth,l=document.documentElement.clientHeight,u=document.documentElement.scrollLeft||document.body.scrollLeft,c=document.documentElement.scrollTop||document.body.scrollTop,this._pos=[s/2-100+u,l/2-150+c]),this._dialogInput.css("left",this._pos[0]+20+"px").css("top",this._pos[1]+"px"),d.settings.onSelect=i,this._inDialog=!0,this.dpDiv.addClass(this._dialogClass),this._showDatepicker(this._dialogInput[0]),e.blockUI&&e.blockUI(this.dpDiv),e.data(this._dialogInput[0],"datepicker",d),this},_destroyDatepicker:function(t){var n,i=e(t),r=e.data(t,"datepicker");i.hasClass(this.markerClassName)&&(n=t.nodeName.toLowerCase(),e.removeData(t,"datepicker"),"input"===n?(r.append.remove(),r.trigger.remove(),i.removeClass(this.markerClassName).off("focus",this._showDatepicker).off("keydown",this._doKeyDown).off("keypress",this._doKeyPress).off("keyup",this._doKeyUp)):"div"!==n&&"span"!==n||i.removeClass(this.markerClassName).empty(),u===r&&(u=null))},_enableDatepicker:function(t){var n,i,r=e(t),o=e.data(t,"datepicker");r.hasClass(this.markerClassName)&&("input"===(n=t.nodeName.toLowerCase())?(t.disabled=!1,o.trigger.filter("button").each((function(){this.disabled=!1})).end().filter("img").css({opacity:"1.0",cursor:""})):"div"!==n&&"span"!==n||((i=r.children("."+this._inlineClass)).children().removeClass("ui-state-disabled"),i.find("select.ui-datepicker-month, select.ui-datepicker-year").prop("disabled",!1)),this._disabledInputs=e.map(this._disabledInputs,(function(e){return e===t?null:e})))},_disableDatepicker:function(t){var n,i,r=e(t),o=e.data(t,"datepicker");r.hasClass(this.markerClassName)&&("input"===(n=t.nodeName.toLowerCase())?(t.disabled=!0,o.trigger.filter("button").each((function(){this.disabled=!0})).end().filter("img").css({opacity:"0.5",cursor:"default"})):"div"!==n&&"span"!==n||((i=r.children("."+this._inlineClass)).children().addClass("ui-state-disabled"),i.find("select.ui-datepicker-month, select.ui-datepicker-year").prop("disabled",!0)),this._disabledInputs=e.map(this._disabledInputs,(function(e){return e===t?null:e})),this._disabledInputs[this._disabledInputs.length]=t)},_isDisabledDatepicker:function(e){if(!e)return!1;for(var t=0;t<this._disabledInputs.length;t++)if(this._disabledInputs[t]===e)return!0;return!1},_getInst:function(t){try{return e.data(t,"datepicker")}catch(e){throw"Missing instance data for this datepicker"}},_optionDatepicker:function(t,n,i){var r,o,a,s,l=this._getInst(t);if(2===arguments.length&&"string"==typeof n)return"defaults"===n?e.extend({},e.datepicker._defaults):l?"all"===n?e.extend({},l.settings):this._get(l,n):null;r=n||{},"string"==typeof n&&((r={})[n]=i),l&&(this._curInst===l&&this._hideDatepicker(),o=this._getDateDatepicker(t,!0),a=this._getMinMaxDate(l,"min"),s=this._getMinMaxDate(l,"max"),f(l.settings,r),null!==a&&void 0!==r.dateFormat&&void 0===r.minDate&&(l.settings.minDate=this._formatDate(l,a)),null!==s&&void 0!==r.dateFormat&&void 0===r.maxDate&&(l.settings.maxDate=this._formatDate(l,s)),"disabled"in r&&(r.disabled?this._disableDatepicker(t):this._enableDatepicker(t)),this._attachments(e(t),l),this._autoSize(l),this._setDate(l,o),this._updateAlternate(l),this._updateDatepicker(l))},_changeDatepicker:function(e,t,n){this._optionDatepicker(e,t,n)},_refreshDatepicker:function(e){var t=this._getInst(e);t&&this._updateDatepicker(t)},_setDateDatepicker:function(e,t){var n=this._getInst(e);n&&(this._setDate(n,t),this._updateDatepicker(n),this._updateAlternate(n))},_getDateDatepicker:function(e,t){var n=this._getInst(e);return n&&!n.inline&&this._setDateFromField(n,t),n?this._getDate(n):null},_doKeyDown:function(t){var n,i,r,o=e.datepicker._getInst(t.target),a=!0,s=o.dpDiv.is(".ui-datepicker-rtl");if(o._keyEvent=!0,e.datepicker._datepickerShowing)switch(t.keyCode){case 9:e.datepicker._hideDatepicker(),a=!1;break;case 13:return(r=e("td."+e.datepicker._dayOverClass+":not(."+e.datepicker._currentClass+")",o.dpDiv))[0]&&e.datepicker._selectDay(t.target,o.selectedMonth,o.selectedYear,r[0]),(n=e.datepicker._get(o,"onSelect"))?(i=e.datepicker._formatDate(o),n.apply(o.input?o.input[0]:null,[i,o])):e.datepicker._hideDatepicker(),!1;case 27:e.datepicker._hideDatepicker();break;case 33:e.datepicker._adjustDate(t.target,t.ctrlKey?-e.datepicker._get(o,"stepBigMonths"):-e.datepicker._get(o,"stepMonths"),"M");break;case 34:e.datepicker._adjustDate(t.target,t.ctrlKey?+e.datepicker._get(o,"stepBigMonths"):+e.datepicker._get(o,"stepMonths"),"M");break;case 35:(t.ctrlKey||t.metaKey)&&e.datepicker._clearDate(t.target),a=t.ctrlKey||t.metaKey;break;case 36:(t.ctrlKey||t.metaKey)&&e.datepicker._gotoToday(t.target),a=t.ctrlKey||t.metaKey;break;case 37:(t.ctrlKey||t.metaKey)&&e.datepicker._adjustDate(t.target,s?1:-1,"D"),a=t.ctrlKey||t.metaKey,t.originalEvent.altKey&&e.datepicker._adjustDate(t.target,t.ctrlKey?-e.datepicker._get(o,"stepBigMonths"):-e.datepicker._get(o,"stepMonths"),"M");break;case 38:(t.ctrlKey||t.metaKey)&&e.datepicker._adjustDate(t.target,-7,"D"),a=t.ctrlKey||t.metaKey;break;case 39:(t.ctrlKey||t.metaKey)&&e.datepicker._adjustDate(t.target,s?-1:1,"D"),a=t.ctrlKey||t.metaKey,t.originalEvent.altKey&&e.datepicker._adjustDate(t.target,t.ctrlKey?+e.datepicker._get(o,"stepBigMonths"):+e.datepicker._get(o,"stepMonths"),"M");break;case 40:(t.ctrlKey||t.metaKey)&&e.datepicker._adjustDate(t.target,7,"D"),a=t.ctrlKey||t.metaKey;break;default:a=!1}else 36===t.keyCode&&t.ctrlKey?e.datepicker._showDatepicker(this):a=!1;a&&(t.preventDefault(),t.stopPropagation())},_doKeyPress:function(t){var n,i,r=e.datepicker._getInst(t.target);if(e.datepicker._get(r,"constrainInput"))return n=e.datepicker._possibleChars(e.datepicker._get(r,"dateFormat")),i=String.fromCharCode(null==t.charCode?t.keyCode:t.charCode),t.ctrlKey||t.metaKey||i<" "||!n||n.indexOf(i)>-1},_doKeyUp:function(t){var n=e.datepicker._getInst(t.target);if(n.input.val()!==n.lastVal)try{e.datepicker.parseDate(e.datepicker._get(n,"dateFormat"),n.input?n.input.val():null,e.datepicker._getFormatConfig(n))&&(e.datepicker._setDateFromField(n),e.datepicker._updateAlternate(n),e.datepicker._updateDatepicker(n))}catch(e){}return!0},_showDatepicker:function(t){var n,i,r,o,a,s,l;"input"!==(t=t.target||t).nodeName.toLowerCase()&&(t=e("input",t.parentNode)[0]),e.datepicker._isDisabledDatepicker(t)||e.datepicker._lastInput===t||(n=e.datepicker._getInst(t),e.datepicker._curInst&&e.datepicker._curInst!==n&&(e.datepicker._curInst.dpDiv.stop(!0,!0),n&&e.datepicker._datepickerShowing&&e.datepicker._hideDatepicker(e.datepicker._curInst.input[0])),!1!==(r=(i=e.datepicker._get(n,"beforeShow"))?i.apply(t,[t,n]):{})&&(f(n.settings,r),n.lastVal=null,e.datepicker._lastInput=t,e.datepicker._setDateFromField(n),e.datepicker._inDialog&&(t.value=""),e.datepicker._pos||(e.datepicker._pos=e.datepicker._findPos(t),e.datepicker._pos[1]+=t.offsetHeight),o=!1,e(t).parents().each((function(){return!(o|="fixed"===e(this).css("position"))})),a={left:e.datepicker._pos[0],top:e.datepicker._pos[1]},e.datepicker._pos=null,n.dpDiv.empty(),n.dpDiv.css({position:"absolute",display:"block",top:"-1000px"}),e.datepicker._updateDatepicker(n),a=e.datepicker._checkOffset(n,a,o),n.dpDiv.css({position:e.datepicker._inDialog&&e.blockUI?"static":o?"fixed":"absolute",display:"none",left:a.left+"px",top:a.top+"px"}),n.inline||(s=e.datepicker._get(n,"showAnim"),l=e.datepicker._get(n,"duration"),n.dpDiv.css("z-index",function(e){for(var t,n;e.length&&e[0]!==document;){if(("absolute"===(t=e.css("position"))||"relative"===t||"fixed"===t)&&(n=parseInt(e.css("zIndex"),10),!isNaN(n)&&0!==n))return n;e=e.parent()}return 0}(e(t))+1),e.datepicker._datepickerShowing=!0,e.effects&&e.effects.effect[s]?n.dpDiv.show(s,e.datepicker._get(n,"showOptions"),l):n.dpDiv[s||"show"](s?l:null),e.datepicker._shouldFocusInput(n)&&n.input.trigger("focus"),e.datepicker._curInst=n)))},_updateDatepicker:function(t){this.maxRows=4,u=t,t.dpDiv.empty().append(this._generateHTML(t)),this._attachHandlers(t);var n,i=this._getNumberOfMonths(t),r=i[1],o=t.dpDiv.find("."+this._dayOverClass+" a");o.length>0&&p.apply(o.get(0)),t.dpDiv.removeClass("ui-datepicker-multi-2 ui-datepicker-multi-3 ui-datepicker-multi-4").width(""),r>1&&t.dpDiv.addClass("ui-datepicker-multi-"+r).css("width",17*r+"em"),t.dpDiv[(1!==i[0]||1!==i[1]?"add":"remove")+"Class"]("ui-datepicker-multi"),t.dpDiv[(this._get(t,"isRTL")?"add":"remove")+"Class"]("ui-datepicker-rtl"),t===e.datepicker._curInst&&e.datepicker._datepickerShowing&&e.datepicker._shouldFocusInput(t)&&t.input.trigger("focus"),t.yearshtml&&(n=t.yearshtml,setTimeout((function(){n===t.yearshtml&&t.yearshtml&&t.dpDiv.find("select.ui-datepicker-year:first").replaceWith(t.yearshtml),n=t.yearshtml=null}),0))},_shouldFocusInput:function(e){return e.input&&e.input.is(":visible")&&!e.input.is(":disabled")&&!e.input.is(":focus")},_checkOffset:function(t,n,i){var r=t.dpDiv.outerWidth(),o=t.dpDiv.outerHeight(),a=t.input?t.input.outerWidth():0,s=t.input?t.input.outerHeight():0,l=document.documentElement.clientWidth+(i?0:e(document).scrollLeft()),u=document.documentElement.clientHeight+(i?0:e(document).scrollTop());return n.left-=this._get(t,"isRTL")?r-a:0,n.left-=i&&n.left===t.input.offset().left?e(document).scrollLeft():0,n.top-=i&&n.top===t.input.offset().top+s?e(document).scrollTop():0,n.left-=Math.min(n.left,n.left+r>l&&l>r?Math.abs(n.left+r-l):0),n.top-=Math.min(n.top,n.top+o>u&&u>o?Math.abs(o+s):0),n},_findPos:function(t){for(var n,i=this._getInst(t),r=this._get(i,"isRTL");t&&("hidden"===t.type||1!==t.nodeType||e.expr.filters.hidden(t));)t=t[r?"previousSibling":"nextSibling"];return[(n=e(t).offset()).left,n.top]},_hideDatepicker:function(t){var n,i,r,o,a=this._curInst;!a||t&&a!==e.data(t,"datepicker")||this._datepickerShowing&&(n=this._get(a,"showAnim"),i=this._get(a,"duration"),r=function(){e.datepicker._tidyDialog(a)},e.effects&&(e.effects.effect[n]||e.effects[n])?a.dpDiv.hide(n,e.datepicker._get(a,"showOptions"),i,r):a.dpDiv["slideDown"===n?"slideUp":"fadeIn"===n?"fadeOut":"hide"](n?i:null,r),n||r(),this._datepickerShowing=!1,(o=this._get(a,"onClose"))&&o.apply(a.input?a.input[0]:null,[a.input?a.input.val():"",a]),this._lastInput=null,this._inDialog&&(this._dialogInput.css({position:"absolute",left:"0",top:"-100px"}),e.blockUI&&(e.unblockUI(),e("body").append(this.dpDiv))),this._inDialog=!1)},_tidyDialog:function(e){e.dpDiv.removeClass(this._dialogClass).off(".ui-datepicker-calendar")},_checkExternalClick:function(t){if(e.datepicker._curInst){var n=e(t.target),i=e.datepicker._getInst(n[0]);(n[0].id===e.datepicker._mainDivId||0!==n.parents("#"+e.datepicker._mainDivId).length||n.hasClass(e.datepicker.markerClassName)||n.closest("."+e.datepicker._triggerClass).length||!e.datepicker._datepickerShowing||e.datepicker._inDialog&&e.blockUI)&&(!n.hasClass(e.datepicker.markerClassName)||e.datepicker._curInst===i)||e.datepicker._hideDatepicker()}},_adjustDate:function(t,n,i){var r=e(t),o=this._getInst(r[0]);this._isDisabledDatepicker(r[0])||(this._adjustInstDate(o,n+("M"===i?this._get(o,"showCurrentAtPos"):0),i),this._updateDatepicker(o))},_gotoToday:function(t){var n,i=e(t),r=this._getInst(i[0]);this._get(r,"gotoCurrent")&&r.currentDay?(r.selectedDay=r.currentDay,r.drawMonth=r.selectedMonth=r.currentMonth,r.drawYear=r.selectedYear=r.currentYear):(n=new Date,r.selectedDay=n.getDate(),r.drawMonth=r.selectedMonth=n.getMonth(),r.drawYear=r.selectedYear=n.getFullYear()),this._notifyChange(r),this._adjustDate(i)},_selectMonthYear:function(t,n,i){var r=e(t),o=this._getInst(r[0]);o["selected"+("M"===i?"Month":"Year")]=o["draw"+("M"===i?"Month":"Year")]=parseInt(n.options[n.selectedIndex].value,10),this._notifyChange(o),this._adjustDate(r)},_selectDay:function(t,n,i,r){var o,a=e(t);e(r).hasClass(this._unselectableClass)||this._isDisabledDatepicker(a[0])||((o=this._getInst(a[0])).selectedDay=o.currentDay=e("a",r).html(),o.selectedMonth=o.currentMonth=n,o.selectedYear=o.currentYear=i,this._selectDate(t,this._formatDate(o,o.currentDay,o.currentMonth,o.currentYear)))},_clearDate:function(t){var n=e(t);this._selectDate(n,"")},_selectDate:function(t,n){var i,r=e(t),o=this._getInst(r[0]);n=null!=n?n:this._formatDate(o),o.input&&o.input.val(n),this._updateAlternate(o),(i=this._get(o,"onSelect"))?i.apply(o.input?o.input[0]:null,[n,o]):o.input&&o.input.trigger("change"),o.inline?this._updateDatepicker(o):(this._hideDatepicker(),this._lastInput=o.input[0],"object"!=typeof o.input[0]&&o.input.trigger("focus"),this._lastInput=null)},_updateAlternate:function(t){var n,i,r,o=this._get(t,"altField");o&&(n=this._get(t,"altFormat")||this._get(t,"dateFormat"),i=this._getDate(t),r=this.formatDate(n,i,this._getFormatConfig(t)),e(o).val(r))},noWeekends:function(e){var t=e.getDay();return[t>0&&t<6,""]},iso8601Week:function(e){var t,n=new Date(e.getTime());return n.setDate(n.getDate()+4-(n.getDay()||7)),t=n.getTime(),n.setMonth(0),n.setDate(1),Math.floor(Math.round((t-n)/864e5)/7)+1},parseDate:function(t,n,i){if(null==t||null==n)throw"Invalid arguments";if(""===(n="object"==typeof n?n.toString():n+""))return null;var r,o,a,s,l=0,u=(i?i.shortYearCutoff:null)||this._defaults.shortYearCutoff,c="string"!=typeof u?u:(new Date).getFullYear()%100+parseInt(u,10),d=(i?i.dayNamesShort:null)||this._defaults.dayNamesShort,h=(i?i.dayNames:null)||this._defaults.dayNames,p=(i?i.monthNamesShort:null)||this._defaults.monthNamesShort,f=(i?i.monthNames:null)||this._defaults.monthNames,m=-1,g=-1,A=-1,v=-1,_=!1,b=function(e){var n=r+1<t.length&&t.charAt(r+1)===e;return n&&r++,n},y=function(e){var t=b(e),i="@"===e?14:"!"===e?20:"y"===e&&t?4:"o"===e?3:2,r=new RegExp("^\\d{"+("y"===e?i:1)+","+i+"}"),o=n.substring(l).match(r);if(!o)throw"Missing number at position "+l;return l+=o[0].length,parseInt(o[0],10)},w=function(t,i,r){var o=-1,a=e.map(b(t)?r:i,(function(e,t){return[[t,e]]})).sort((function(e,t){return-(e[1].length-t[1].length)}));if(e.each(a,(function(e,t){var i=t[1];if(n.substr(l,i.length).toLowerCase()===i.toLowerCase())return o=t[0],l+=i.length,!1})),-1!==o)return o+1;throw"Unknown name at position "+l},C=function(){if(n.charAt(l)!==t.charAt(r))throw"Unexpected literal at position "+l;l++};for(r=0;r<t.length;r++)if(_)"'"!==t.charAt(r)||b("'")?C():_=!1;else switch(t.charAt(r)){case"d":A=y("d");break;case"D":w("D",d,h);break;case"o":v=y("o");break;case"m":g=y("m");break;case"M":g=w("M",p,f);break;case"y":m=y("y");break;case"@":m=(s=new Date(y("@"))).getFullYear(),g=s.getMonth()+1,A=s.getDate();break;case"!":m=(s=new Date((y("!")-this._ticksTo1970)/1e4)).getFullYear(),g=s.getMonth()+1,A=s.getDate();break;case"'":b("'")?C():_=!0;break;default:C()}if(l<n.length&&(a=n.substr(l),!/^\s+/.test(a)))throw"Extra/unparsed characters found in date: "+a;if(-1===m?m=(new Date).getFullYear():m<100&&(m+=(new Date).getFullYear()-(new Date).getFullYear()%100+(m<=c?0:-100)),v>-1)for(g=1,A=v;!(A<=(o=this._getDaysInMonth(m,g-1)));)g++,A-=o;if((s=this._daylightSavingAdjust(new Date(m,g-1,A))).getFullYear()!==m||s.getMonth()+1!==g||s.getDate()!==A)throw"Invalid date";return s},ATOM:"yy-mm-dd",COOKIE:"D, dd M yy",ISO_8601:"yy-mm-dd",RFC_822:"D, d M y",RFC_850:"DD, dd-M-y",RFC_1036:"D, d M y",RFC_1123:"D, d M yy",RFC_2822:"D, d M yy",RSS:"D, d M y",TICKS:"!",TIMESTAMP:"@",W3C:"yy-mm-dd",_ticksTo1970:24*(718685+Math.floor(492.5)-Math.floor(19.7)+Math.floor(4.925))*60*60*1e7,formatDate:function(e,t,n){if(!t)return"";var i,r=(n?n.dayNamesShort:null)||this._defaults.dayNamesShort,o=(n?n.dayNames:null)||this._defaults.dayNames,a=(n?n.monthNamesShort:null)||this._defaults.monthNamesShort,s=(n?n.monthNames:null)||this._defaults.monthNames,l=function(t){var n=i+1<e.length&&e.charAt(i+1)===t;return n&&i++,n},u=function(e,t,n){var i=""+t;if(l(e))for(;i.length<n;)i="0"+i;return i},c=function(e,t,n,i){return l(e)?i[t]:n[t]},d="",h=!1;if(t)for(i=0;i<e.length;i++)if(h)"'"!==e.charAt(i)||l("'")?d+=e.charAt(i):h=!1;else switch(e.charAt(i)){case"d":d+=u("d",t.getDate(),2);break;case"D":d+=c("D",t.getDay(),r,o);break;case"o":d+=u("o",Math.round((new Date(t.getFullYear(),t.getMonth(),t.getDate()).getTime()-new Date(t.getFullYear(),0,0).getTime())/864e5),3);break;case"m":d+=u("m",t.getMonth()+1,2);break;case"M":d+=c("M",t.getMonth(),a,s);break;case"y":d+=l("y")?t.getFullYear():(t.getFullYear()%100<10?"0":"")+t.getFullYear()%100;break;case"@":d+=t.getTime();break;case"!":d+=1e4*t.getTime()+this._ticksTo1970;break;case"'":l("'")?d+="'":h=!0;break;default:d+=e.charAt(i)}return d},_possibleChars:function(e){var t,n="",i=!1,r=function(n){var i=t+1<e.length&&e.charAt(t+1)===n;return i&&t++,i};for(t=0;t<e.length;t++)if(i)"'"!==e.charAt(t)||r("'")?n+=e.charAt(t):i=!1;else switch(e.charAt(t)){case"d":case"m":case"y":case"@":n+="0123456789";break;case"D":case"M":return null;case"'":r("'")?n+="'":i=!0;break;default:n+=e.charAt(t)}return n},_get:function(e,t){return void 0!==e.settings[t]?e.settings[t]:this._defaults[t]},_setDateFromField:function(e,t){if(e.input.val()!==e.lastVal){var n=this._get(e,"dateFormat"),i=e.lastVal=e.input?e.input.val():null,r=this._getDefaultDate(e),o=r,a=this._getFormatConfig(e);try{o=this.parseDate(n,i,a)||r}catch(e){i=t?"":i}e.selectedDay=o.getDate(),e.drawMonth=e.selectedMonth=o.getMonth(),e.drawYear=e.selectedYear=o.getFullYear(),e.currentDay=i?o.getDate():0,e.currentMonth=i?o.getMonth():0,e.currentYear=i?o.getFullYear():0,this._adjustInstDate(e)}},_getDefaultDate:function(e){return this._restrictMinMax(e,this._determineDate(e,this._get(e,"defaultDate"),new Date))},_determineDate:function(t,n,i){var r=null==n||""===n?i:"string"==typeof n?function(n){try{return e.datepicker.parseDate(e.datepicker._get(t,"dateFormat"),n,e.datepicker._getFormatConfig(t))}catch(e){}for(var i=(n.toLowerCase().match(/^c/)?e.datepicker._getDate(t):null)||new Date,r=i.getFullYear(),o=i.getMonth(),a=i.getDate(),s=/([+\-]?[0-9]+)\s*(d|D|w|W|m|M|y|Y)?/g,l=s.exec(n);l;){switch(l[2]||"d"){case"d":case"D":a+=parseInt(l[1],10);break;case"w":case"W":a+=7*parseInt(l[1],10);break;case"m":case"M":o+=parseInt(l[1],10),a=Math.min(a,e.datepicker._getDaysInMonth(r,o));break;case"y":case"Y":r+=parseInt(l[1],10),a=Math.min(a,e.datepicker._getDaysInMonth(r,o))}l=s.exec(n)}return new Date(r,o,a)}(n):"number"==typeof n?isNaN(n)?i:function(e){var t=new Date;return t.setDate(t.getDate()+e),t}(n):new Date(n.getTime());return(r=r&&"Invalid Date"===r.toString()?i:r)&&(r.setHours(0),r.setMinutes(0),r.setSeconds(0),r.setMilliseconds(0)),this._daylightSavingAdjust(r)},_daylightSavingAdjust:function(e){return e?(e.setHours(e.getHours()>12?e.getHours()+2:0),e):null},_setDate:function(e,t,n){var i=!t,r=e.selectedMonth,o=e.selectedYear,a=this._restrictMinMax(e,this._determineDate(e,t,new Date));e.selectedDay=e.currentDay=a.getDate(),e.drawMonth=e.selectedMonth=e.currentMonth=a.getMonth(),e.drawYear=e.selectedYear=e.currentYear=a.getFullYear(),r===e.selectedMonth&&o===e.selectedYear||n||this._notifyChange(e),this._adjustInstDate(e),e.input&&e.input.val(i?"":this._formatDate(e))},_getDate:function(e){return!e.currentYear||e.input&&""===e.input.val()?null:this._daylightSavingAdjust(new Date(e.currentYear,e.currentMonth,e.currentDay))},_attachHandlers:function(t){var n=this._get(t,"stepMonths"),i="#"+t.id.replace(/\\\\/g,"\\");t.dpDiv.find("[data-handler]").map((function(){var t={prev:function(){e.datepicker._adjustDate(i,-n,"M")},next:function(){e.datepicker._adjustDate(i,+n,"M")},hide:function(){e.datepicker._hideDatepicker()},today:function(){e.datepicker._gotoToday(i)},selectDay:function(){return e.datepicker._selectDay(i,+this.getAttribute("data-month"),+this.getAttribute("data-year"),this),!1},selectMonth:function(){return e.datepicker._selectMonthYear(i,this,"M"),!1},selectYear:function(){return e.datepicker._selectMonthYear(i,this,"Y"),!1}};e(this).on(this.getAttribute("data-event"),t[this.getAttribute("data-handler")])}))},_generateHTML:function(e){var t,n,i,r,o,a,s,l,u,c,d,h,p,f,m,g,A,v,_,b,y,w,C,x,k,M,E,L,T,D,B,S,Y,I,O,j,P,H,F,N=new Date,R=this._daylightSavingAdjust(new Date(N.getFullYear(),N.getMonth(),N.getDate())),z=this._get(e,"isRTL"),W=this._get(e,"showButtonPanel"),U=this._get(e,"hideIfNoPrevNext"),q=this._get(e,"navigationAsDateFormat"),G=this._getNumberOfMonths(e),Q=this._get(e,"showCurrentAtPos"),V=this._get(e,"stepMonths"),J=1!==G[0]||1!==G[1],K=this._daylightSavingAdjust(e.currentDay?new Date(e.currentYear,e.currentMonth,e.currentDay):new Date(9999,9,9)),X=this._getMinMaxDate(e,"min"),Z=this._getMinMaxDate(e,"max"),$=e.drawMonth-Q,ee=e.drawYear;if($<0&&($+=12,ee--),Z)for(t=this._daylightSavingAdjust(new Date(Z.getFullYear(),Z.getMonth()-G[0]*G[1]+1,Z.getDate())),t=X&&t<X?X:t;this._daylightSavingAdjust(new Date(ee,$,1))>t;)--$<0&&($=11,ee--);for(e.drawMonth=$,e.drawYear=ee,n=this._get(e,"prevText"),n=q?this.formatDate(n,this._daylightSavingAdjust(new Date(ee,$-V,1)),this._getFormatConfig(e)):n,i=this._canAdjustMonth(e,-1,ee,$)?"<a class='ui-datepicker-prev ui-corner-all' data-handler='prev' data-event='click' title='"+n+"'><span class='ui-icon ui-icon-circle-triangle-"+(z?"e":"w")+"'>"+n+"</span></a>":U?"":"<a class='ui-datepicker-prev ui-corner-all ui-state-disabled' title='"+n+"'><span class='ui-icon ui-icon-circle-triangle-"+(z?"e":"w")+"'>"+n+"</span></a>",r=this._get(e,"nextText"),r=q?this.formatDate(r,this._daylightSavingAdjust(new Date(ee,$+V,1)),this._getFormatConfig(e)):r,o=this._canAdjustMonth(e,1,ee,$)?"<a class='ui-datepicker-next ui-corner-all' data-handler='next' data-event='click' title='"+r+"'><span class='ui-icon ui-icon-circle-triangle-"+(z?"w":"e")+"'>"+r+"</span></a>":U?"":"<a class='ui-datepicker-next ui-corner-all ui-state-disabled' title='"+r+"'><span class='ui-icon ui-icon-circle-triangle-"+(z?"w":"e")+"'>"+r+"</span></a>",a=this._get(e,"currentText"),s=this._get(e,"gotoCurrent")&&e.currentDay?K:R,a=q?this.formatDate(a,s,this._getFormatConfig(e)):a,l=e.inline?"":"<button type='button' class='ui-datepicker-close ui-state-default ui-priority-primary ui-corner-all' data-handler='hide' data-event='click'>"+this._get(e,"closeText")+"</button>",u=W?"<div class='ui-datepicker-buttonpane ui-widget-content'>"+(z?l:"")+(this._isInRange(e,s)?"<button type='button' class='ui-datepicker-current ui-state-default ui-priority-secondary ui-corner-all' data-handler='today' data-event='click'>"+a+"</button>":"")+(z?"":l)+"</div>":"",c=parseInt(this._get(e,"firstDay"),10),c=isNaN(c)?0:c,d=this._get(e,"showWeek"),h=this._get(e,"dayNames"),p=this._get(e,"dayNamesMin"),f=this._get(e,"monthNames"),m=this._get(e,"monthNamesShort"),g=this._get(e,"beforeShowDay"),A=this._get(e,"showOtherMonths"),v=this._get(e,"selectOtherMonths"),_=this._getDefaultDate(e),b="",w=0;w<G[0];w++){for(C="",this.maxRows=4,x=0;x<G[1];x++){if(k=this._daylightSavingAdjust(new Date(ee,$,e.selectedDay)),M=" ui-corner-all",E="",J){if(E+="<div class='ui-datepicker-group",G[1]>1)switch(x){case 0:E+=" ui-datepicker-group-first",M=" ui-corner-"+(z?"right":"left");break;case G[1]-1:E+=" ui-datepicker-group-last",M=" ui-corner-"+(z?"left":"right");break;default:E+=" ui-datepicker-group-middle",M=""}E+="'>"}for(E+="<div class='ui-datepicker-header ui-widget-header ui-helper-clearfix"+M+"'>"+(/all|left/.test(M)&&0===w?z?o:i:"")+(/all|right/.test(M)&&0===w?z?i:o:"")+this._generateMonthYearHeader(e,$,ee,X,Z,w>0||x>0,f,m)+"</div><table class='ui-datepicker-calendar'><thead><tr>",L=d?"<th class='ui-datepicker-week-col'>"+this._get(e,"weekHeader")+"</th>":"",y=0;y<7;y++)L+="<th scope='col'"+((y+c+6)%7>=5?" class='ui-datepicker-week-end'":"")+"><span title='"+h[T=(y+c)%7]+"'>"+p[T]+"</span></th>";for(E+=L+"</tr></thead><tbody>",D=this._getDaysInMonth(ee,$),ee===e.selectedYear&&$===e.selectedMonth&&(e.selectedDay=Math.min(e.selectedDay,D)),B=(this._getFirstDayOfMonth(ee,$)-c+7)%7,S=Math.ceil((B+D)/7),Y=J&&this.maxRows>S?this.maxRows:S,this.maxRows=Y,I=this._daylightSavingAdjust(new Date(ee,$,1-B)),O=0;O<Y;O++){for(E+="<tr>",j=d?"<td class='ui-datepicker-week-col'>"+this._get(e,"calculateWeek")(I)+"</td>":"",y=0;y<7;y++)P=g?g.apply(e.input?e.input[0]:null,[I]):[!0,""],F=(H=I.getMonth()!==$)&&!v||!P[0]||X&&I<X||Z&&I>Z,j+="<td class='"+((y+c+6)%7>=5?" ui-datepicker-week-end":"")+(H?" ui-datepicker-other-month":"")+(I.getTime()===k.getTime()&&$===e.selectedMonth&&e._keyEvent||_.getTime()===I.getTime()&&_.getTime()===k.getTime()?" "+this._dayOverClass:"")+(F?" "+this._unselectableClass+" ui-state-disabled":"")+(H&&!A?"":" "+P[1]+(I.getTime()===K.getTime()?" "+this._currentClass:"")+(I.getTime()===R.getTime()?" ui-datepicker-today":""))+"'"+(H&&!A||!P[2]?"":" title='"+P[2].replace(/'/g,"&#39;")+"'")+(F?"":" data-handler='selectDay' data-event='click' data-month='"+I.getMonth()+"' data-year='"+I.getFullYear()+"'")+">"+(H&&!A?"&#xa0;":F?"<span class='ui-state-default'>"+I.getDate()+"</span>":"<a class='ui-state-default"+(I.getTime()===R.getTime()?" ui-state-highlight":"")+(I.getTime()===K.getTime()?" ui-state-active":"")+(H?" ui-priority-secondary":"")+"' href='#'>"+I.getDate()+"</a>")+"</td>",I.setDate(I.getDate()+1),I=this._daylightSavingAdjust(I);E+=j+"</tr>"}++$>11&&($=0,ee++),C+=E+="</tbody></table>"+(J?"</div>"+(G[0]>0&&x===G[1]-1?"<div class='ui-datepicker-row-break'></div>":""):"")}b+=C}return b+=u,e._keyEvent=!1,b},_generateMonthYearHeader:function(e,t,n,i,r,o,a,s){var l,u,c,d,h,p,f,m,g=this._get(e,"changeMonth"),A=this._get(e,"changeYear"),v=this._get(e,"showMonthAfterYear"),_="<div class='ui-datepicker-title'>",b="";if(o||!g)b+="<span class='ui-datepicker-month'>"+a[t]+"</span>";else{for(l=i&&i.getFullYear()===n,u=r&&r.getFullYear()===n,b+="<select class='ui-datepicker-month' data-handler='selectMonth' data-event='change'>",c=0;c<12;c++)(!l||c>=i.getMonth())&&(!u||c<=r.getMonth())&&(b+="<option value='"+c+"'"+(c===t?" selected='selected'":"")+">"+s[c]+"</option>");b+="</select>"}if(v||(_+=b+(!o&&g&&A?"":"&#xa0;")),!e.yearshtml)if(e.yearshtml="",o||!A)_+="<span class='ui-datepicker-year'>"+n+"</span>";else{for(d=this._get(e,"yearRange").split(":"),h=(new Date).getFullYear(),f=(p=function(e){var t=e.match(/c[+\-].*/)?n+parseInt(e.substring(1),10):e.match(/[+\-].*/)?h+parseInt(e,10):parseInt(e,10);return isNaN(t)?h:t})(d[0]),m=Math.max(f,p(d[1]||"")),f=i?Math.max(f,i.getFullYear()):f,m=r?Math.min(m,r.getFullYear()):m,e.yearshtml+="<select class='ui-datepicker-year' data-handler='selectYear' data-event='change'>";f<=m;f++)e.yearshtml+="<option value='"+f+"'"+(f===n?" selected='selected'":"")+">"+f+"</option>";e.yearshtml+="</select>",_+=e.yearshtml,e.yearshtml=null}return _+=this._get(e,"yearSuffix"),v&&(_+=(!o&&g&&A?"":"&#xa0;")+b),_+="</div>"},_adjustInstDate:function(e,t,n){var i=e.selectedYear+("Y"===n?t:0),r=e.selectedMonth+("M"===n?t:0),o=Math.min(e.selectedDay,this._getDaysInMonth(i,r))+("D"===n?t:0),a=this._restrictMinMax(e,this._daylightSavingAdjust(new Date(i,r,o)));e.selectedDay=a.getDate(),e.drawMonth=e.selectedMonth=a.getMonth(),e.drawYear=e.selectedYear=a.getFullYear(),"M"!==n&&"Y"!==n||this._notifyChange(e)},_restrictMinMax:function(e,t){var n=this._getMinMaxDate(e,"min"),i=this._getMinMaxDate(e,"max"),r=n&&t<n?n:t;return i&&r>i?i:r},_notifyChange:function(e){var t=this._get(e,"onChangeMonthYear");t&&t.apply(e.input?e.input[0]:null,[e.selectedYear,e.selectedMonth+1,e])},_getNumberOfMonths:function(e){var t=this._get(e,"numberOfMonths");return null==t?[1,1]:"number"==typeof t?[1,t]:t},_getMinMaxDate:function(e,t){return this._determineDate(e,this._get(e,t+"Date"),null)},_getDaysInMonth:function(e,t){return 32-this._daylightSavingAdjust(new Date(e,t,32)).getDate()},_getFirstDayOfMonth:function(e,t){return new Date(e,t,1).getDay()},_canAdjustMonth:function(e,t,n,i){var r=this._getNumberOfMonths(e),o=this._daylightSavingAdjust(new Date(n,i+(t<0?t:r[0]*r[1]),1));return t<0&&o.setDate(this._getDaysInMonth(o.getFullYear(),o.getMonth())),this._isInRange(e,o)},_isInRange:function(e,t){var n,i,r=this._getMinMaxDate(e,"min"),o=this._getMinMaxDate(e,"max"),a=null,s=null,l=this._get(e,"yearRange");return l&&(n=l.split(":"),i=(new Date).getFullYear(),a=parseInt(n[0],10),s=parseInt(n[1],10),n[0].match(/[+\-].*/)&&(a+=i),n[1].match(/[+\-].*/)&&(s+=i)),(!r||t.getTime()>=r.getTime())&&(!o||t.getTime()<=o.getTime())&&(!a||t.getFullYear()>=a)&&(!s||t.getFullYear()<=s)},_getFormatConfig:function(e){var t=this._get(e,"shortYearCutoff");return{shortYearCutoff:t="string"!=typeof t?t:(new Date).getFullYear()%100+parseInt(t,10),dayNamesShort:this._get(e,"dayNamesShort"),dayNames:this._get(e,"dayNames"),monthNamesShort:this._get(e,"monthNamesShort"),monthNames:this._get(e,"monthNames")}},_formatDate:function(e,t,n,i){t||(e.currentDay=e.selectedDay,e.currentMonth=e.selectedMonth,e.currentYear=e.selectedYear);var r=t?"object"==typeof t?t:this._daylightSavingAdjust(new Date(i,n,t)):this._daylightSavingAdjust(new Date(e.currentYear,e.currentMonth,e.currentDay));return this.formatDate(this._get(e,"dateFormat"),r,this._getFormatConfig(e))}}),e.fn.datepicker=function(t){if(!this.length)return this;e.datepicker.initialized||(e(document).on("mousedown",e.datepicker._checkExternalClick),e.datepicker.initialized=!0),0===e("#"+e.datepicker._mainDivId).length&&e("body").append(e.datepicker.dpDiv);var n=Array.prototype.slice.call(arguments,1);return"string"!=typeof t||"isDisabled"!==t&&"getDate"!==t&&"widget"!==t?"option"===t&&2===arguments.length&&"string"==typeof arguments[1]?e.datepicker["_"+t+"Datepicker"].apply(e.datepicker,[this[0]].concat(n)):this.each((function(){"string"==typeof t?e.datepicker["_"+t+"Datepicker"].apply(e.datepicker,[this].concat(n)):e.datepicker._attachDatepicker(this,t)})):e.datepicker["_"+t+"Datepicker"].apply(e.datepicker,[this[0]].concat(n))},e.datepicker=new d,e.datepicker.initialized=!1,e.datepicker.uuid=(new Date).getTime(),e.datepicker.version="1.12.1",e.datepicker,e.ui.ie=!!/msie [\w.]+/.exec(navigator.userAgent.toLowerCase());var m=!1;e(document).on("mouseup",(function(){m=!1})),e.widget("ui.mouse",{version:"1.12.1",options:{cancel:"input, textarea, button, select, option",distance:1,delay:0},_mouseInit:function(){var t=this;this.element.on("mousedown."+this.widgetName,(function(e){return t._mouseDown(e)})).on("click."+this.widgetName,(function(n){if(!0===e.data(n.target,t.widgetName+".preventClickEvent"))return e.removeData(n.target,t.widgetName+".preventClickEvent"),n.stopImmediatePropagation(),!1})),this.started=!1},_mouseDestroy:function(){this.element.off("."+this.widgetName),this._mouseMoveDelegate&&this.document.off("mousemove."+this.widgetName,this._mouseMoveDelegate).off("mouseup."+this.widgetName,this._mouseUpDelegate)},_mouseDown:function(t){if(!m){this._mouseMoved=!1,this._mouseStarted&&this._mouseUp(t),this._mouseDownEvent=t;var n=this,i=1===t.which,r=!("string"!=typeof this.options.cancel||!t.target.nodeName)&&e(t.target).closest(this.options.cancel).length;return!(i&&!r&&this._mouseCapture(t)&&(this.mouseDelayMet=!this.options.delay,this.mouseDelayMet||(this._mouseDelayTimer=setTimeout((function(){n.mouseDelayMet=!0}),this.options.delay)),this._mouseDistanceMet(t)&&this._mouseDelayMet(t)&&(this._mouseStarted=!1!==this._mouseStart(t),!this._mouseStarted)?(t.preventDefault(),0):(!0===e.data(t.target,this.widgetName+".preventClickEvent")&&e.removeData(t.target,this.widgetName+".preventClickEvent"),this._mouseMoveDelegate=function(e){return n._mouseMove(e)},this._mouseUpDelegate=function(e){return n._mouseUp(e)},this.document.on("mousemove."+this.widgetName,this._mouseMoveDelegate).on("mouseup."+this.widgetName,this._mouseUpDelegate),t.preventDefault(),m=!0,0)))}},_mouseMove:function(t){if(this._mouseMoved){if(e.ui.ie&&(!document.documentMode||document.documentMode<9)&&!t.button)return this._mouseUp(t);if(!t.which)if(t.originalEvent.altKey||t.originalEvent.ctrlKey||t.originalEvent.metaKey||t.originalEvent.shiftKey)this.ignoreMissingWhich=!0;else if(!this.ignoreMissingWhich)return this._mouseUp(t)}return(t.which||t.button)&&(this._mouseMoved=!0),this._mouseStarted?(this._mouseDrag(t),t.preventDefault()):(this._mouseDistanceMet(t)&&this._mouseDelayMet(t)&&(this._mouseStarted=!1!==this._mouseStart(this._mouseDownEvent,t),this._mouseStarted?this._mouseDrag(t):this._mouseUp(t)),!this._mouseStarted)},_mouseUp:function(t){this.document.off("mousemove."+this.widgetName,this._mouseMoveDelegate).off("mouseup."+this.widgetName,this._mouseUpDelegate),this._mouseStarted&&(this._mouseStarted=!1,t.target===this._mouseDownEvent.target&&e.data(t.target,this.widgetName+".preventClickEvent",!0),this._mouseStop(t)),this._mouseDelayTimer&&(clearTimeout(this._mouseDelayTimer),delete this._mouseDelayTimer),this.ignoreMissingWhich=!1,m=!1,t.preventDefault()},_mouseDistanceMet:function(e){return Math.max(Math.abs(this._mouseDownEvent.pageX-e.pageX),Math.abs(this._mouseDownEvent.pageY-e.pageY))>=this.options.distance},_mouseDelayMet:function(){return this.mouseDelayMet},_mouseStart:function(){},_mouseDrag:function(){},_mouseStop:function(){},_mouseCapture:function(){return!0}}),e.ui.plugin={add:function(t,n,i){var r,o=e.ui[t].prototype;for(r in i)o.plugins[r]=o.plugins[r]||[],o.plugins[r].push([n,i[r]])},call:function(e,t,n,i){var r,o=e.plugins[t];if(o&&(i||e.element[0].parentNode&&11!==e.element[0].parentNode.nodeType))for(r=0;r<o.length;r++)e.options[o[r][0]]&&o[r][1].apply(e.element,n)}},e.ui.safeBlur=function(t){t&&"body"!==t.nodeName.toLowerCase()&&e(t).trigger("blur")},
/*!
* jQuery UI Draggable 1.12.1
* http://jqueryui.com
@@ -676,7 +1423,7 @@ e.extend(e.ui,{datepicker:{version:"1.12.1"}}),e.extend(d.prototype,{markerClass
* Released under the MIT license.
* http://jquery.org/license
*/
-e.widget("ui.draggable",e.ui.mouse,{version:"1.12.1",widgetEventPrefix:"drag",options:{addClasses:!0,appendTo:"parent",axis:!1,connectToSortable:!1,containment:!1,cursor:"auto",cursorAt:!1,grid:!1,handle:!1,helper:"original",iframeFix:!1,opacity:!1,refreshPositions:!1,revert:!1,revertDuration:500,scope:"default",scroll:!0,scrollSensitivity:20,scrollSpeed:20,snap:!1,snapMode:"both",snapTolerance:20,stack:!1,zIndex:!1,drag:null,start:null,stop:null},_create:function(){"original"===this.options.helper&&this._setPositionRelative(),this.options.addClasses&&this._addClass("ui-draggable"),this._setHandleClassName(),this._mouseInit()},_setOption:function(e,t){this._super(e,t),"handle"===e&&(this._removeHandleClassName(),this._setHandleClassName())},_destroy:function(){(this.helper||this.element).is(".ui-draggable-dragging")?this.destroyOnClear=!0:(this._removeHandleClassName(),this._mouseDestroy())},_mouseCapture:function(t){var n=this.options;return!(this.helper||n.disabled||e(t.target).closest(".ui-resizable-handle").length>0||(this.handle=this._getHandle(t),!this.handle||(this._blurActiveElement(t),this._blockFrames(!0===n.iframeFix?"iframe":n.iframeFix),0)))},_blockFrames:function(t){this.iframeBlocks=this.document.find(t).map((function(){var t=e(this);return e("<div>").css("position","absolute").appendTo(t.parent()).outerWidth(t.outerWidth()).outerHeight(t.outerHeight()).offset(t.offset())[0]}))},_unblockFrames:function(){this.iframeBlocks&&(this.iframeBlocks.remove(),delete this.iframeBlocks)},_blurActiveElement:function(t){var n=e.ui.safeActiveElement(this.document[0]);e(t.target).closest(n).length||e.ui.safeBlur(n)},_mouseStart:function(t){var n=this.options;return this.helper=this._createHelper(t),this._addClass(this.helper,"ui-draggable-dragging"),this._cacheHelperProportions(),e.ui.ddmanager&&(e.ui.ddmanager.current=this),this._cacheMargins(),this.cssPosition=this.helper.css("position"),this.scrollParent=this.helper.scrollParent(!0),this.offsetParent=this.helper.offsetParent(),this.hasFixedAncestor=this.helper.parents().filter((function(){return"fixed"===e(this).css("position")})).length>0,this.positionAbs=this.element.offset(),this._refreshOffsets(t),this.originalPosition=this.position=this._generatePosition(t,!1),this.originalPageX=t.pageX,this.originalPageY=t.pageY,n.cursorAt&&this._adjustOffsetFromHelper(n.cursorAt),this._setContainment(),!1===this._trigger("start",t)?(this._clear(),!1):(this._cacheHelperProportions(),e.ui.ddmanager&&!n.dropBehaviour&&e.ui.ddmanager.prepareOffsets(this,t),this._mouseDrag(t,!0),e.ui.ddmanager&&e.ui.ddmanager.dragStart(this,t),!0)},_refreshOffsets:function(e){this.offset={top:this.positionAbs.top-this.margins.top,left:this.positionAbs.left-this.margins.left,scroll:!1,parent:this._getParentOffset(),relative:this._getRelativeOffset()},this.offset.click={left:e.pageX-this.offset.left,top:e.pageY-this.offset.top}},_mouseDrag:function(t,n){if(this.hasFixedAncestor&&(this.offset.parent=this._getParentOffset()),this.position=this._generatePosition(t,!0),this.positionAbs=this._convertPositionTo("absolute"),!n){var i=this._uiHash();if(!1===this._trigger("drag",t,i))return this._mouseUp(new e.Event("mouseup",t)),!1;this.position=i.position}return this.helper[0].style.left=this.position.left+"px",this.helper[0].style.top=this.position.top+"px",e.ui.ddmanager&&e.ui.ddmanager.drag(this,t),!1},_mouseStop:function(t){var n=this,i=!1;return e.ui.ddmanager&&!this.options.dropBehaviour&&(i=e.ui.ddmanager.drop(this,t)),this.dropped&&(i=this.dropped,this.dropped=!1),"invalid"===this.options.revert&&!i||"valid"===this.options.revert&&i||!0===this.options.revert||e.isFunction(this.options.revert)&&this.options.revert.call(this.element,i)?e(this.helper).animate(this.originalPosition,parseInt(this.options.revertDuration,10),(function(){!1!==n._trigger("stop",t)&&n._clear()})):!1!==this._trigger("stop",t)&&this._clear(),!1},_mouseUp:function(t){return this._unblockFrames(),e.ui.ddmanager&&e.ui.ddmanager.dragStop(this,t),this.handleElement.is(t.target)&&this.element.trigger("focus"),e.ui.mouse.prototype._mouseUp.call(this,t)},cancel:function(){return this.helper.is(".ui-draggable-dragging")?this._mouseUp(new e.Event("mouseup",{target:this.element[0]})):this._clear(),this},_getHandle:function(t){return!this.options.handle||!!e(t.target).closest(this.element.find(this.options.handle)).length},_setHandleClassName:function(){this.handleElement=this.options.handle?this.element.find(this.options.handle):this.element,this._addClass(this.handleElement,"ui-draggable-handle")},_removeHandleClassName:function(){this._removeClass(this.handleElement,"ui-draggable-handle")},_createHelper:function(t){var n=this.options,i=e.isFunction(n.helper),r=i?e(n.helper.apply(this.element[0],[t])):"clone"===n.helper?this.element.clone().removeAttr("id"):this.element;return r.parents("body").length||r.appendTo("parent"===n.appendTo?this.element[0].parentNode:n.appendTo),i&&r[0]===this.element[0]&&this._setPositionRelative(),r[0]===this.element[0]||/(fixed|absolute)/.test(r.css("position"))||r.css("position","absolute"),r},_setPositionRelative:function(){/^(?:r|a|f)/.test(this.element.css("position"))||(this.element[0].style.position="relative")},_adjustOffsetFromHelper:function(t){"string"==typeof t&&(t=t.split(" ")),e.isArray(t)&&(t={left:+t[0],top:+t[1]||0}),"left"in t&&(this.offset.click.left=t.left+this.margins.left),"right"in t&&(this.offset.click.left=this.helperProportions.width-t.right+this.margins.left),"top"in t&&(this.offset.click.top=t.top+this.margins.top),"bottom"in t&&(this.offset.click.top=this.helperProportions.height-t.bottom+this.margins.top)},_isRootNode:function(e){return/(html|body)/i.test(e.tagName)||e===this.document[0]},_getParentOffset:function(){var t=this.offsetParent.offset(),n=this.document[0];return"absolute"===this.cssPosition&&this.scrollParent[0]!==n&&e.contains(this.scrollParent[0],this.offsetParent[0])&&(t.left+=this.scrollParent.scrollLeft(),t.top+=this.scrollParent.scrollTop()),this._isRootNode(this.offsetParent[0])&&(t={top:0,left:0}),{top:t.top+(parseInt(this.offsetParent.css("borderTopWidth"),10)||0),left:t.left+(parseInt(this.offsetParent.css("borderLeftWidth"),10)||0)}},_getRelativeOffset:function(){if("relative"!==this.cssPosition)return{top:0,left:0};var e=this.element.position(),t=this._isRootNode(this.scrollParent[0]);return{top:e.top-(parseInt(this.helper.css("top"),10)||0)+(t?0:this.scrollParent.scrollTop()),left:e.left-(parseInt(this.helper.css("left"),10)||0)+(t?0:this.scrollParent.scrollLeft())}},_cacheMargins:function(){this.margins={left:parseInt(this.element.css("marginLeft"),10)||0,top:parseInt(this.element.css("marginTop"),10)||0,right:parseInt(this.element.css("marginRight"),10)||0,bottom:parseInt(this.element.css("marginBottom"),10)||0}},_cacheHelperProportions:function(){this.helperProportions={width:this.helper.outerWidth(),height:this.helper.outerHeight()}},_setContainment:function(){var t,n,i,r=this.options,o=this.document[0];this.relativeContainer=null,r.containment?"window"!==r.containment?"document"!==r.containment?r.containment.constructor!==Array?("parent"===r.containment&&(r.containment=this.helper[0].parentNode),(i=(n=e(r.containment))[0])&&(t=/(scroll|auto)/.test(n.css("overflow")),this.containment=[(parseInt(n.css("borderLeftWidth"),10)||0)+(parseInt(n.css("paddingLeft"),10)||0),(parseInt(n.css("borderTopWidth"),10)||0)+(parseInt(n.css("paddingTop"),10)||0),(t?Math.max(i.scrollWidth,i.offsetWidth):i.offsetWidth)-(parseInt(n.css("borderRightWidth"),10)||0)-(parseInt(n.css("paddingRight"),10)||0)-this.helperProportions.width-this.margins.left-this.margins.right,(t?Math.max(i.scrollHeight,i.offsetHeight):i.offsetHeight)-(parseInt(n.css("borderBottomWidth"),10)||0)-(parseInt(n.css("paddingBottom"),10)||0)-this.helperProportions.height-this.margins.top-this.margins.bottom],this.relativeContainer=n)):this.containment=r.containment:this.containment=[0,0,e(o).width()-this.helperProportions.width-this.margins.left,(e(o).height()||o.body.parentNode.scrollHeight)-this.helperProportions.height-this.margins.top]:this.containment=[e(window).scrollLeft()-this.offset.relative.left-this.offset.parent.left,e(window).scrollTop()-this.offset.relative.top-this.offset.parent.top,e(window).scrollLeft()+e(window).width()-this.helperProportions.width-this.margins.left,e(window).scrollTop()+(e(window).height()||o.body.parentNode.scrollHeight)-this.helperProportions.height-this.margins.top]:this.containment=null},_convertPositionTo:function(e,t){t||(t=this.position);var n="absolute"===e?1:-1,i=this._isRootNode(this.scrollParent[0]);return{top:t.top+this.offset.relative.top*n+this.offset.parent.top*n-("fixed"===this.cssPosition?-this.offset.scroll.top:i?0:this.offset.scroll.top)*n,left:t.left+this.offset.relative.left*n+this.offset.parent.left*n-("fixed"===this.cssPosition?-this.offset.scroll.left:i?0:this.offset.scroll.left)*n}},_generatePosition:function(e,t){var n,i,r,o,s=this.options,a=this._isRootNode(this.scrollParent[0]),l=e.pageX,c=e.pageY;return a&&this.offset.scroll||(this.offset.scroll={top:this.scrollParent.scrollTop(),left:this.scrollParent.scrollLeft()}),t&&(this.containment&&(this.relativeContainer?(i=this.relativeContainer.offset(),n=[this.containment[0]+i.left,this.containment[1]+i.top,this.containment[2]+i.left,this.containment[3]+i.top]):n=this.containment,e.pageX-this.offset.click.left<n[0]&&(l=n[0]+this.offset.click.left),e.pageY-this.offset.click.top<n[1]&&(c=n[1]+this.offset.click.top),e.pageX-this.offset.click.left>n[2]&&(l=n[2]+this.offset.click.left),e.pageY-this.offset.click.top>n[3]&&(c=n[3]+this.offset.click.top)),s.grid&&(r=s.grid[1]?this.originalPageY+Math.round((c-this.originalPageY)/s.grid[1])*s.grid[1]:this.originalPageY,c=n?r-this.offset.click.top>=n[1]||r-this.offset.click.top>n[3]?r:r-this.offset.click.top>=n[1]?r-s.grid[1]:r+s.grid[1]:r,o=s.grid[0]?this.originalPageX+Math.round((l-this.originalPageX)/s.grid[0])*s.grid[0]:this.originalPageX,l=n?o-this.offset.click.left>=n[0]||o-this.offset.click.left>n[2]?o:o-this.offset.click.left>=n[0]?o-s.grid[0]:o+s.grid[0]:o),"y"===s.axis&&(l=this.originalPageX),"x"===s.axis&&(c=this.originalPageY)),{top:c-this.offset.click.top-this.offset.relative.top-this.offset.parent.top+("fixed"===this.cssPosition?-this.offset.scroll.top:a?0:this.offset.scroll.top),left:l-this.offset.click.left-this.offset.relative.left-this.offset.parent.left+("fixed"===this.cssPosition?-this.offset.scroll.left:a?0:this.offset.scroll.left)}},_clear:function(){this._removeClass(this.helper,"ui-draggable-dragging"),this.helper[0]===this.element[0]||this.cancelHelperRemoval||this.helper.remove(),this.helper=null,this.cancelHelperRemoval=!1,this.destroyOnClear&&this.destroy()},_trigger:function(t,n,i){return i=i||this._uiHash(),e.ui.plugin.call(this,t,[n,i,this],!0),/^(drag|start|stop)/.test(t)&&(this.positionAbs=this._convertPositionTo("absolute"),i.offset=this.positionAbs),e.Widget.prototype._trigger.call(this,t,n,i)},plugins:{},_uiHash:function(){return{helper:this.helper,position:this.position,originalPosition:this.originalPosition,offset:this.positionAbs}}}),e.ui.plugin.add("draggable","connectToSortable",{start:function(t,n,i){var r=e.extend({},n,{item:i.element});i.sortables=[],e(i.options.connectToSortable).each((function(){var n=e(this).sortable("instance");n&&!n.options.disabled&&(i.sortables.push(n),n.refreshPositions(),n._trigger("activate",t,r))}))},stop:function(t,n,i){var r=e.extend({},n,{item:i.element});i.cancelHelperRemoval=!1,e.each(i.sortables,(function(){this.isOver?(this.isOver=0,i.cancelHelperRemoval=!0,this.cancelHelperRemoval=!1,this._storedCSS={position:this.placeholder.css("position"),top:this.placeholder.css("top"),left:this.placeholder.css("left")},this._mouseStop(t),this.options.helper=this.options._helper):(this.cancelHelperRemoval=!0,this._trigger("deactivate",t,r))}))},drag:function(t,n,i){e.each(i.sortables,(function(){var r=!1,o=this;o.positionAbs=i.positionAbs,o.helperProportions=i.helperProportions,o.offset.click=i.offset.click,o._intersectsWith(o.containerCache)&&(r=!0,e.each(i.sortables,(function(){return this.positionAbs=i.positionAbs,this.helperProportions=i.helperProportions,this.offset.click=i.offset.click,this!==o&&this._intersectsWith(this.containerCache)&&e.contains(o.element[0],this.element[0])&&(r=!1),r}))),r?(o.isOver||(o.isOver=1,i._parent=n.helper.parent(),o.currentItem=n.helper.appendTo(o.element).data("ui-sortable-item",!0),o.options._helper=o.options.helper,o.options.helper=function(){return n.helper[0]},t.target=o.currentItem[0],o._mouseCapture(t,!0),o._mouseStart(t,!0,!0),o.offset.click.top=i.offset.click.top,o.offset.click.left=i.offset.click.left,o.offset.parent.left-=i.offset.parent.left-o.offset.parent.left,o.offset.parent.top-=i.offset.parent.top-o.offset.parent.top,i._trigger("toSortable",t),i.dropped=o.element,e.each(i.sortables,(function(){this.refreshPositions()})),i.currentItem=i.element,o.fromOutside=i),o.currentItem&&(o._mouseDrag(t),n.position=o.position)):o.isOver&&(o.isOver=0,o.cancelHelperRemoval=!0,o.options._revert=o.options.revert,o.options.revert=!1,o._trigger("out",t,o._uiHash(o)),o._mouseStop(t,!0),o.options.revert=o.options._revert,o.options.helper=o.options._helper,o.placeholder&&o.placeholder.remove(),n.helper.appendTo(i._parent),i._refreshOffsets(t),n.position=i._generatePosition(t,!0),i._trigger("fromSortable",t),i.dropped=!1,e.each(i.sortables,(function(){this.refreshPositions()})))}))}}),e.ui.plugin.add("draggable","cursor",{start:function(t,n,i){var r=e("body"),o=i.options;r.css("cursor")&&(o._cursor=r.css("cursor")),r.css("cursor",o.cursor)},stop:function(t,n,i){var r=i.options;r._cursor&&e("body").css("cursor",r._cursor)}}),e.ui.plugin.add("draggable","opacity",{start:function(t,n,i){var r=e(n.helper),o=i.options;r.css("opacity")&&(o._opacity=r.css("opacity")),r.css("opacity",o.opacity)},stop:function(t,n,i){var r=i.options;r._opacity&&e(n.helper).css("opacity",r._opacity)}}),e.ui.plugin.add("draggable","scroll",{start:function(e,t,n){n.scrollParentNotHidden||(n.scrollParentNotHidden=n.helper.scrollParent(!1)),n.scrollParentNotHidden[0]!==n.document[0]&&"HTML"!==n.scrollParentNotHidden[0].tagName&&(n.overflowOffset=n.scrollParentNotHidden.offset())},drag:function(t,n,i){var r=i.options,o=!1,s=i.scrollParentNotHidden[0],a=i.document[0];s!==a&&"HTML"!==s.tagName?(r.axis&&"x"===r.axis||(i.overflowOffset.top+s.offsetHeight-t.pageY<r.scrollSensitivity?s.scrollTop=o=s.scrollTop+r.scrollSpeed:t.pageY-i.overflowOffset.top<r.scrollSensitivity&&(s.scrollTop=o=s.scrollTop-r.scrollSpeed)),r.axis&&"y"===r.axis||(i.overflowOffset.left+s.offsetWidth-t.pageX<r.scrollSensitivity?s.scrollLeft=o=s.scrollLeft+r.scrollSpeed:t.pageX-i.overflowOffset.left<r.scrollSensitivity&&(s.scrollLeft=o=s.scrollLeft-r.scrollSpeed))):(r.axis&&"x"===r.axis||(t.pageY-e(a).scrollTop()<r.scrollSensitivity?o=e(a).scrollTop(e(a).scrollTop()-r.scrollSpeed):e(window).height()-(t.pageY-e(a).scrollTop())<r.scrollSensitivity&&(o=e(a).scrollTop(e(a).scrollTop()+r.scrollSpeed))),r.axis&&"y"===r.axis||(t.pageX-e(a).scrollLeft()<r.scrollSensitivity?o=e(a).scrollLeft(e(a).scrollLeft()-r.scrollSpeed):e(window).width()-(t.pageX-e(a).scrollLeft())<r.scrollSensitivity&&(o=e(a).scrollLeft(e(a).scrollLeft()+r.scrollSpeed)))),!1!==o&&e.ui.ddmanager&&!r.dropBehaviour&&e.ui.ddmanager.prepareOffsets(i,t)}}),e.ui.plugin.add("draggable","snap",{start:function(t,n,i){var r=i.options;i.snapElements=[],e(r.snap.constructor!==String?r.snap.items||":data(ui-draggable)":r.snap).each((function(){var t=e(this),n=t.offset();this!==i.element[0]&&i.snapElements.push({item:this,width:t.outerWidth(),height:t.outerHeight(),top:n.top,left:n.left})}))},drag:function(t,n,i){var r,o,s,a,l,c,u,d,h,f,p=i.options,m=p.snapTolerance,g=n.offset.left,v=g+i.helperProportions.width,_=n.offset.top,y=_+i.helperProportions.height;for(h=i.snapElements.length-1;h>=0;h--)c=(l=i.snapElements[h].left-i.margins.left)+i.snapElements[h].width,d=(u=i.snapElements[h].top-i.margins.top)+i.snapElements[h].height,v<l-m||g>c+m||y<u-m||_>d+m||!e.contains(i.snapElements[h].item.ownerDocument,i.snapElements[h].item)?(i.snapElements[h].snapping&&i.options.snap.release&&i.options.snap.release.call(i.element,t,e.extend(i._uiHash(),{snapItem:i.snapElements[h].item})),i.snapElements[h].snapping=!1):("inner"!==p.snapMode&&(r=Math.abs(u-y)<=m,o=Math.abs(d-_)<=m,s=Math.abs(l-v)<=m,a=Math.abs(c-g)<=m,r&&(n.position.top=i._convertPositionTo("relative",{top:u-i.helperProportions.height,left:0}).top),o&&(n.position.top=i._convertPositionTo("relative",{top:d,left:0}).top),s&&(n.position.left=i._convertPositionTo("relative",{top:0,left:l-i.helperProportions.width}).left),a&&(n.position.left=i._convertPositionTo("relative",{top:0,left:c}).left)),f=r||o||s||a,"outer"!==p.snapMode&&(r=Math.abs(u-_)<=m,o=Math.abs(d-y)<=m,s=Math.abs(l-g)<=m,a=Math.abs(c-v)<=m,r&&(n.position.top=i._convertPositionTo("relative",{top:u,left:0}).top),o&&(n.position.top=i._convertPositionTo("relative",{top:d-i.helperProportions.height,left:0}).top),s&&(n.position.left=i._convertPositionTo("relative",{top:0,left:l}).left),a&&(n.position.left=i._convertPositionTo("relative",{top:0,left:c-i.helperProportions.width}).left)),!i.snapElements[h].snapping&&(r||o||s||a||f)&&i.options.snap.snap&&i.options.snap.snap.call(i.element,t,e.extend(i._uiHash(),{snapItem:i.snapElements[h].item})),i.snapElements[h].snapping=r||o||s||a||f)}}),e.ui.plugin.add("draggable","stack",{start:function(t,n,i){var r,o=i.options,s=e.makeArray(e(o.stack)).sort((function(t,n){return(parseInt(e(t).css("zIndex"),10)||0)-(parseInt(e(n).css("zIndex"),10)||0)}));s.length&&(r=parseInt(e(s[0]).css("zIndex"),10)||0,e(s).each((function(t){e(this).css("zIndex",r+t)})),this.css("zIndex",r+s.length))}}),e.ui.plugin.add("draggable","zIndex",{start:function(t,n,i){var r=e(n.helper),o=i.options;r.css("zIndex")&&(o._zIndex=r.css("zIndex")),r.css("zIndex",o.zIndex)},stop:function(t,n,i){var r=i.options;r._zIndex&&e(n.helper).css("zIndex",r._zIndex)}}),e.ui.draggable,
+e.widget("ui.draggable",e.ui.mouse,{version:"1.12.1",widgetEventPrefix:"drag",options:{addClasses:!0,appendTo:"parent",axis:!1,connectToSortable:!1,containment:!1,cursor:"auto",cursorAt:!1,grid:!1,handle:!1,helper:"original",iframeFix:!1,opacity:!1,refreshPositions:!1,revert:!1,revertDuration:500,scope:"default",scroll:!0,scrollSensitivity:20,scrollSpeed:20,snap:!1,snapMode:"both",snapTolerance:20,stack:!1,zIndex:!1,drag:null,start:null,stop:null},_create:function(){"original"===this.options.helper&&this._setPositionRelative(),this.options.addClasses&&this._addClass("ui-draggable"),this._setHandleClassName(),this._mouseInit()},_setOption:function(e,t){this._super(e,t),"handle"===e&&(this._removeHandleClassName(),this._setHandleClassName())},_destroy:function(){(this.helper||this.element).is(".ui-draggable-dragging")?this.destroyOnClear=!0:(this._removeHandleClassName(),this._mouseDestroy())},_mouseCapture:function(t){var n=this.options;return!(this.helper||n.disabled||e(t.target).closest(".ui-resizable-handle").length>0||(this.handle=this._getHandle(t),!this.handle||(this._blurActiveElement(t),this._blockFrames(!0===n.iframeFix?"iframe":n.iframeFix),0)))},_blockFrames:function(t){this.iframeBlocks=this.document.find(t).map((function(){var t=e(this);return e("<div>").css("position","absolute").appendTo(t.parent()).outerWidth(t.outerWidth()).outerHeight(t.outerHeight()).offset(t.offset())[0]}))},_unblockFrames:function(){this.iframeBlocks&&(this.iframeBlocks.remove(),delete this.iframeBlocks)},_blurActiveElement:function(t){var n=e.ui.safeActiveElement(this.document[0]);e(t.target).closest(n).length||e.ui.safeBlur(n)},_mouseStart:function(t){var n=this.options;return this.helper=this._createHelper(t),this._addClass(this.helper,"ui-draggable-dragging"),this._cacheHelperProportions(),e.ui.ddmanager&&(e.ui.ddmanager.current=this),this._cacheMargins(),this.cssPosition=this.helper.css("position"),this.scrollParent=this.helper.scrollParent(!0),this.offsetParent=this.helper.offsetParent(),this.hasFixedAncestor=this.helper.parents().filter((function(){return"fixed"===e(this).css("position")})).length>0,this.positionAbs=this.element.offset(),this._refreshOffsets(t),this.originalPosition=this.position=this._generatePosition(t,!1),this.originalPageX=t.pageX,this.originalPageY=t.pageY,n.cursorAt&&this._adjustOffsetFromHelper(n.cursorAt),this._setContainment(),!1===this._trigger("start",t)?(this._clear(),!1):(this._cacheHelperProportions(),e.ui.ddmanager&&!n.dropBehaviour&&e.ui.ddmanager.prepareOffsets(this,t),this._mouseDrag(t,!0),e.ui.ddmanager&&e.ui.ddmanager.dragStart(this,t),!0)},_refreshOffsets:function(e){this.offset={top:this.positionAbs.top-this.margins.top,left:this.positionAbs.left-this.margins.left,scroll:!1,parent:this._getParentOffset(),relative:this._getRelativeOffset()},this.offset.click={left:e.pageX-this.offset.left,top:e.pageY-this.offset.top}},_mouseDrag:function(t,n){if(this.hasFixedAncestor&&(this.offset.parent=this._getParentOffset()),this.position=this._generatePosition(t,!0),this.positionAbs=this._convertPositionTo("absolute"),!n){var i=this._uiHash();if(!1===this._trigger("drag",t,i))return this._mouseUp(new e.Event("mouseup",t)),!1;this.position=i.position}return this.helper[0].style.left=this.position.left+"px",this.helper[0].style.top=this.position.top+"px",e.ui.ddmanager&&e.ui.ddmanager.drag(this,t),!1},_mouseStop:function(t){var n=this,i=!1;return e.ui.ddmanager&&!this.options.dropBehaviour&&(i=e.ui.ddmanager.drop(this,t)),this.dropped&&(i=this.dropped,this.dropped=!1),"invalid"===this.options.revert&&!i||"valid"===this.options.revert&&i||!0===this.options.revert||e.isFunction(this.options.revert)&&this.options.revert.call(this.element,i)?e(this.helper).animate(this.originalPosition,parseInt(this.options.revertDuration,10),(function(){!1!==n._trigger("stop",t)&&n._clear()})):!1!==this._trigger("stop",t)&&this._clear(),!1},_mouseUp:function(t){return this._unblockFrames(),e.ui.ddmanager&&e.ui.ddmanager.dragStop(this,t),this.handleElement.is(t.target)&&this.element.trigger("focus"),e.ui.mouse.prototype._mouseUp.call(this,t)},cancel:function(){return this.helper.is(".ui-draggable-dragging")?this._mouseUp(new e.Event("mouseup",{target:this.element[0]})):this._clear(),this},_getHandle:function(t){return!this.options.handle||!!e(t.target).closest(this.element.find(this.options.handle)).length},_setHandleClassName:function(){this.handleElement=this.options.handle?this.element.find(this.options.handle):this.element,this._addClass(this.handleElement,"ui-draggable-handle")},_removeHandleClassName:function(){this._removeClass(this.handleElement,"ui-draggable-handle")},_createHelper:function(t){var n=this.options,i=e.isFunction(n.helper),r=i?e(n.helper.apply(this.element[0],[t])):"clone"===n.helper?this.element.clone().removeAttr("id"):this.element;return r.parents("body").length||r.appendTo("parent"===n.appendTo?this.element[0].parentNode:n.appendTo),i&&r[0]===this.element[0]&&this._setPositionRelative(),r[0]===this.element[0]||/(fixed|absolute)/.test(r.css("position"))||r.css("position","absolute"),r},_setPositionRelative:function(){/^(?:r|a|f)/.test(this.element.css("position"))||(this.element[0].style.position="relative")},_adjustOffsetFromHelper:function(t){"string"==typeof t&&(t=t.split(" ")),e.isArray(t)&&(t={left:+t[0],top:+t[1]||0}),"left"in t&&(this.offset.click.left=t.left+this.margins.left),"right"in t&&(this.offset.click.left=this.helperProportions.width-t.right+this.margins.left),"top"in t&&(this.offset.click.top=t.top+this.margins.top),"bottom"in t&&(this.offset.click.top=this.helperProportions.height-t.bottom+this.margins.top)},_isRootNode:function(e){return/(html|body)/i.test(e.tagName)||e===this.document[0]},_getParentOffset:function(){var t=this.offsetParent.offset(),n=this.document[0];return"absolute"===this.cssPosition&&this.scrollParent[0]!==n&&e.contains(this.scrollParent[0],this.offsetParent[0])&&(t.left+=this.scrollParent.scrollLeft(),t.top+=this.scrollParent.scrollTop()),this._isRootNode(this.offsetParent[0])&&(t={top:0,left:0}),{top:t.top+(parseInt(this.offsetParent.css("borderTopWidth"),10)||0),left:t.left+(parseInt(this.offsetParent.css("borderLeftWidth"),10)||0)}},_getRelativeOffset:function(){if("relative"!==this.cssPosition)return{top:0,left:0};var e=this.element.position(),t=this._isRootNode(this.scrollParent[0]);return{top:e.top-(parseInt(this.helper.css("top"),10)||0)+(t?0:this.scrollParent.scrollTop()),left:e.left-(parseInt(this.helper.css("left"),10)||0)+(t?0:this.scrollParent.scrollLeft())}},_cacheMargins:function(){this.margins={left:parseInt(this.element.css("marginLeft"),10)||0,top:parseInt(this.element.css("marginTop"),10)||0,right:parseInt(this.element.css("marginRight"),10)||0,bottom:parseInt(this.element.css("marginBottom"),10)||0}},_cacheHelperProportions:function(){this.helperProportions={width:this.helper.outerWidth(),height:this.helper.outerHeight()}},_setContainment:function(){var t,n,i,r=this.options,o=this.document[0];this.relativeContainer=null,r.containment?"window"!==r.containment?"document"!==r.containment?r.containment.constructor!==Array?("parent"===r.containment&&(r.containment=this.helper[0].parentNode),(i=(n=e(r.containment))[0])&&(t=/(scroll|auto)/.test(n.css("overflow")),this.containment=[(parseInt(n.css("borderLeftWidth"),10)||0)+(parseInt(n.css("paddingLeft"),10)||0),(parseInt(n.css("borderTopWidth"),10)||0)+(parseInt(n.css("paddingTop"),10)||0),(t?Math.max(i.scrollWidth,i.offsetWidth):i.offsetWidth)-(parseInt(n.css("borderRightWidth"),10)||0)-(parseInt(n.css("paddingRight"),10)||0)-this.helperProportions.width-this.margins.left-this.margins.right,(t?Math.max(i.scrollHeight,i.offsetHeight):i.offsetHeight)-(parseInt(n.css("borderBottomWidth"),10)||0)-(parseInt(n.css("paddingBottom"),10)||0)-this.helperProportions.height-this.margins.top-this.margins.bottom],this.relativeContainer=n)):this.containment=r.containment:this.containment=[0,0,e(o).width()-this.helperProportions.width-this.margins.left,(e(o).height()||o.body.parentNode.scrollHeight)-this.helperProportions.height-this.margins.top]:this.containment=[e(window).scrollLeft()-this.offset.relative.left-this.offset.parent.left,e(window).scrollTop()-this.offset.relative.top-this.offset.parent.top,e(window).scrollLeft()+e(window).width()-this.helperProportions.width-this.margins.left,e(window).scrollTop()+(e(window).height()||o.body.parentNode.scrollHeight)-this.helperProportions.height-this.margins.top]:this.containment=null},_convertPositionTo:function(e,t){t||(t=this.position);var n="absolute"===e?1:-1,i=this._isRootNode(this.scrollParent[0]);return{top:t.top+this.offset.relative.top*n+this.offset.parent.top*n-("fixed"===this.cssPosition?-this.offset.scroll.top:i?0:this.offset.scroll.top)*n,left:t.left+this.offset.relative.left*n+this.offset.parent.left*n-("fixed"===this.cssPosition?-this.offset.scroll.left:i?0:this.offset.scroll.left)*n}},_generatePosition:function(e,t){var n,i,r,o,a=this.options,s=this._isRootNode(this.scrollParent[0]),l=e.pageX,u=e.pageY;return s&&this.offset.scroll||(this.offset.scroll={top:this.scrollParent.scrollTop(),left:this.scrollParent.scrollLeft()}),t&&(this.containment&&(this.relativeContainer?(i=this.relativeContainer.offset(),n=[this.containment[0]+i.left,this.containment[1]+i.top,this.containment[2]+i.left,this.containment[3]+i.top]):n=this.containment,e.pageX-this.offset.click.left<n[0]&&(l=n[0]+this.offset.click.left),e.pageY-this.offset.click.top<n[1]&&(u=n[1]+this.offset.click.top),e.pageX-this.offset.click.left>n[2]&&(l=n[2]+this.offset.click.left),e.pageY-this.offset.click.top>n[3]&&(u=n[3]+this.offset.click.top)),a.grid&&(r=a.grid[1]?this.originalPageY+Math.round((u-this.originalPageY)/a.grid[1])*a.grid[1]:this.originalPageY,u=n?r-this.offset.click.top>=n[1]||r-this.offset.click.top>n[3]?r:r-this.offset.click.top>=n[1]?r-a.grid[1]:r+a.grid[1]:r,o=a.grid[0]?this.originalPageX+Math.round((l-this.originalPageX)/a.grid[0])*a.grid[0]:this.originalPageX,l=n?o-this.offset.click.left>=n[0]||o-this.offset.click.left>n[2]?o:o-this.offset.click.left>=n[0]?o-a.grid[0]:o+a.grid[0]:o),"y"===a.axis&&(l=this.originalPageX),"x"===a.axis&&(u=this.originalPageY)),{top:u-this.offset.click.top-this.offset.relative.top-this.offset.parent.top+("fixed"===this.cssPosition?-this.offset.scroll.top:s?0:this.offset.scroll.top),left:l-this.offset.click.left-this.offset.relative.left-this.offset.parent.left+("fixed"===this.cssPosition?-this.offset.scroll.left:s?0:this.offset.scroll.left)}},_clear:function(){this._removeClass(this.helper,"ui-draggable-dragging"),this.helper[0]===this.element[0]||this.cancelHelperRemoval||this.helper.remove(),this.helper=null,this.cancelHelperRemoval=!1,this.destroyOnClear&&this.destroy()},_trigger:function(t,n,i){return i=i||this._uiHash(),e.ui.plugin.call(this,t,[n,i,this],!0),/^(drag|start|stop)/.test(t)&&(this.positionAbs=this._convertPositionTo("absolute"),i.offset=this.positionAbs),e.Widget.prototype._trigger.call(this,t,n,i)},plugins:{},_uiHash:function(){return{helper:this.helper,position:this.position,originalPosition:this.originalPosition,offset:this.positionAbs}}}),e.ui.plugin.add("draggable","connectToSortable",{start:function(t,n,i){var r=e.extend({},n,{item:i.element});i.sortables=[],e(i.options.connectToSortable).each((function(){var n=e(this).sortable("instance");n&&!n.options.disabled&&(i.sortables.push(n),n.refreshPositions(),n._trigger("activate",t,r))}))},stop:function(t,n,i){var r=e.extend({},n,{item:i.element});i.cancelHelperRemoval=!1,e.each(i.sortables,(function(){this.isOver?(this.isOver=0,i.cancelHelperRemoval=!0,this.cancelHelperRemoval=!1,this._storedCSS={position:this.placeholder.css("position"),top:this.placeholder.css("top"),left:this.placeholder.css("left")},this._mouseStop(t),this.options.helper=this.options._helper):(this.cancelHelperRemoval=!0,this._trigger("deactivate",t,r))}))},drag:function(t,n,i){e.each(i.sortables,(function(){var r=!1,o=this;o.positionAbs=i.positionAbs,o.helperProportions=i.helperProportions,o.offset.click=i.offset.click,o._intersectsWith(o.containerCache)&&(r=!0,e.each(i.sortables,(function(){return this.positionAbs=i.positionAbs,this.helperProportions=i.helperProportions,this.offset.click=i.offset.click,this!==o&&this._intersectsWith(this.containerCache)&&e.contains(o.element[0],this.element[0])&&(r=!1),r}))),r?(o.isOver||(o.isOver=1,i._parent=n.helper.parent(),o.currentItem=n.helper.appendTo(o.element).data("ui-sortable-item",!0),o.options._helper=o.options.helper,o.options.helper=function(){return n.helper[0]},t.target=o.currentItem[0],o._mouseCapture(t,!0),o._mouseStart(t,!0,!0),o.offset.click.top=i.offset.click.top,o.offset.click.left=i.offset.click.left,o.offset.parent.left-=i.offset.parent.left-o.offset.parent.left,o.offset.parent.top-=i.offset.parent.top-o.offset.parent.top,i._trigger("toSortable",t),i.dropped=o.element,e.each(i.sortables,(function(){this.refreshPositions()})),i.currentItem=i.element,o.fromOutside=i),o.currentItem&&(o._mouseDrag(t),n.position=o.position)):o.isOver&&(o.isOver=0,o.cancelHelperRemoval=!0,o.options._revert=o.options.revert,o.options.revert=!1,o._trigger("out",t,o._uiHash(o)),o._mouseStop(t,!0),o.options.revert=o.options._revert,o.options.helper=o.options._helper,o.placeholder&&o.placeholder.remove(),n.helper.appendTo(i._parent),i._refreshOffsets(t),n.position=i._generatePosition(t,!0),i._trigger("fromSortable",t),i.dropped=!1,e.each(i.sortables,(function(){this.refreshPositions()})))}))}}),e.ui.plugin.add("draggable","cursor",{start:function(t,n,i){var r=e("body"),o=i.options;r.css("cursor")&&(o._cursor=r.css("cursor")),r.css("cursor",o.cursor)},stop:function(t,n,i){var r=i.options;r._cursor&&e("body").css("cursor",r._cursor)}}),e.ui.plugin.add("draggable","opacity",{start:function(t,n,i){var r=e(n.helper),o=i.options;r.css("opacity")&&(o._opacity=r.css("opacity")),r.css("opacity",o.opacity)},stop:function(t,n,i){var r=i.options;r._opacity&&e(n.helper).css("opacity",r._opacity)}}),e.ui.plugin.add("draggable","scroll",{start:function(e,t,n){n.scrollParentNotHidden||(n.scrollParentNotHidden=n.helper.scrollParent(!1)),n.scrollParentNotHidden[0]!==n.document[0]&&"HTML"!==n.scrollParentNotHidden[0].tagName&&(n.overflowOffset=n.scrollParentNotHidden.offset())},drag:function(t,n,i){var r=i.options,o=!1,a=i.scrollParentNotHidden[0],s=i.document[0];a!==s&&"HTML"!==a.tagName?(r.axis&&"x"===r.axis||(i.overflowOffset.top+a.offsetHeight-t.pageY<r.scrollSensitivity?a.scrollTop=o=a.scrollTop+r.scrollSpeed:t.pageY-i.overflowOffset.top<r.scrollSensitivity&&(a.scrollTop=o=a.scrollTop-r.scrollSpeed)),r.axis&&"y"===r.axis||(i.overflowOffset.left+a.offsetWidth-t.pageX<r.scrollSensitivity?a.scrollLeft=o=a.scrollLeft+r.scrollSpeed:t.pageX-i.overflowOffset.left<r.scrollSensitivity&&(a.scrollLeft=o=a.scrollLeft-r.scrollSpeed))):(r.axis&&"x"===r.axis||(t.pageY-e(s).scrollTop()<r.scrollSensitivity?o=e(s).scrollTop(e(s).scrollTop()-r.scrollSpeed):e(window).height()-(t.pageY-e(s).scrollTop())<r.scrollSensitivity&&(o=e(s).scrollTop(e(s).scrollTop()+r.scrollSpeed))),r.axis&&"y"===r.axis||(t.pageX-e(s).scrollLeft()<r.scrollSensitivity?o=e(s).scrollLeft(e(s).scrollLeft()-r.scrollSpeed):e(window).width()-(t.pageX-e(s).scrollLeft())<r.scrollSensitivity&&(o=e(s).scrollLeft(e(s).scrollLeft()+r.scrollSpeed)))),!1!==o&&e.ui.ddmanager&&!r.dropBehaviour&&e.ui.ddmanager.prepareOffsets(i,t)}}),e.ui.plugin.add("draggable","snap",{start:function(t,n,i){var r=i.options;i.snapElements=[],e(r.snap.constructor!==String?r.snap.items||":data(ui-draggable)":r.snap).each((function(){var t=e(this),n=t.offset();this!==i.element[0]&&i.snapElements.push({item:this,width:t.outerWidth(),height:t.outerHeight(),top:n.top,left:n.left})}))},drag:function(t,n,i){var r,o,a,s,l,u,c,d,h,p,f=i.options,m=f.snapTolerance,g=n.offset.left,A=g+i.helperProportions.width,v=n.offset.top,_=v+i.helperProportions.height;for(h=i.snapElements.length-1;h>=0;h--)u=(l=i.snapElements[h].left-i.margins.left)+i.snapElements[h].width,d=(c=i.snapElements[h].top-i.margins.top)+i.snapElements[h].height,A<l-m||g>u+m||_<c-m||v>d+m||!e.contains(i.snapElements[h].item.ownerDocument,i.snapElements[h].item)?(i.snapElements[h].snapping&&i.options.snap.release&&i.options.snap.release.call(i.element,t,e.extend(i._uiHash(),{snapItem:i.snapElements[h].item})),i.snapElements[h].snapping=!1):("inner"!==f.snapMode&&(r=Math.abs(c-_)<=m,o=Math.abs(d-v)<=m,a=Math.abs(l-A)<=m,s=Math.abs(u-g)<=m,r&&(n.position.top=i._convertPositionTo("relative",{top:c-i.helperProportions.height,left:0}).top),o&&(n.position.top=i._convertPositionTo("relative",{top:d,left:0}).top),a&&(n.position.left=i._convertPositionTo("relative",{top:0,left:l-i.helperProportions.width}).left),s&&(n.position.left=i._convertPositionTo("relative",{top:0,left:u}).left)),p=r||o||a||s,"outer"!==f.snapMode&&(r=Math.abs(c-v)<=m,o=Math.abs(d-_)<=m,a=Math.abs(l-g)<=m,s=Math.abs(u-A)<=m,r&&(n.position.top=i._convertPositionTo("relative",{top:c,left:0}).top),o&&(n.position.top=i._convertPositionTo("relative",{top:d-i.helperProportions.height,left:0}).top),a&&(n.position.left=i._convertPositionTo("relative",{top:0,left:l}).left),s&&(n.position.left=i._convertPositionTo("relative",{top:0,left:u-i.helperProportions.width}).left)),!i.snapElements[h].snapping&&(r||o||a||s||p)&&i.options.snap.snap&&i.options.snap.snap.call(i.element,t,e.extend(i._uiHash(),{snapItem:i.snapElements[h].item})),i.snapElements[h].snapping=r||o||a||s||p)}}),e.ui.plugin.add("draggable","stack",{start:function(t,n,i){var r,o=i.options,a=e.makeArray(e(o.stack)).sort((function(t,n){return(parseInt(e(t).css("zIndex"),10)||0)-(parseInt(e(n).css("zIndex"),10)||0)}));a.length&&(r=parseInt(e(a[0]).css("zIndex"),10)||0,e(a).each((function(t){e(this).css("zIndex",r+t)})),this.css("zIndex",r+a.length))}}),e.ui.plugin.add("draggable","zIndex",{start:function(t,n,i){var r=e(n.helper),o=i.options;r.css("zIndex")&&(o._zIndex=r.css("zIndex")),r.css("zIndex",o.zIndex)},stop:function(t,n,i){var r=i.options;r._zIndex&&e(n.helper).css("zIndex",r._zIndex)}}),e.ui.draggable,
/*!
* jQuery UI Resizable 1.12.1
* http://jqueryui.com
@@ -685,7 +1432,7 @@ e.widget("ui.draggable",e.ui.mouse,{version:"1.12.1",widgetEventPrefix:"drag",op
* Released under the MIT license.
* http://jquery.org/license
*/
-e.widget("ui.resizable",e.ui.mouse,{version:"1.12.1",widgetEventPrefix:"resize",options:{alsoResize:!1,animate:!1,animateDuration:"slow",animateEasing:"swing",aspectRatio:!1,autoHide:!1,classes:{"ui-resizable-se":"ui-icon ui-icon-gripsmall-diagonal-se"},containment:!1,ghost:!1,grid:!1,handles:"e,s,se",helper:!1,maxHeight:null,maxWidth:null,minHeight:10,minWidth:10,zIndex:90,resize:null,start:null,stop:null},_num:function(e){return parseFloat(e)||0},_isNumber:function(e){return!isNaN(parseFloat(e))},_hasScroll:function(t,n){if("hidden"===e(t).css("overflow"))return!1;var i,r=n&&"left"===n?"scrollLeft":"scrollTop";return t[r]>0||(t[r]=1,i=t[r]>0,t[r]=0,i)},_create:function(){var t,n=this.options,i=this;this._addClass("ui-resizable"),e.extend(this,{_aspectRatio:!!n.aspectRatio,aspectRatio:n.aspectRatio,originalElement:this.element,_proportionallyResizeElements:[],_helper:n.helper||n.ghost||n.animate?n.helper||"ui-resizable-helper":null}),this.element[0].nodeName.match(/^(canvas|textarea|input|select|button|img)$/i)&&(this.element.wrap(e("<div class='ui-wrapper' style='overflow: hidden;'></div>").css({position:this.element.css("position"),width:this.element.outerWidth(),height:this.element.outerHeight(),top:this.element.css("top"),left:this.element.css("left")})),this.element=this.element.parent().data("ui-resizable",this.element.resizable("instance")),this.elementIsWrapper=!0,t={marginTop:this.originalElement.css("marginTop"),marginRight:this.originalElement.css("marginRight"),marginBottom:this.originalElement.css("marginBottom"),marginLeft:this.originalElement.css("marginLeft")},this.element.css(t),this.originalElement.css("margin",0),this.originalResizeStyle=this.originalElement.css("resize"),this.originalElement.css("resize","none"),this._proportionallyResizeElements.push(this.originalElement.css({position:"static",zoom:1,display:"block"})),this.originalElement.css(t),this._proportionallyResize()),this._setupHandles(),n.autoHide&&e(this.element).on("mouseenter",(function(){n.disabled||(i._removeClass("ui-resizable-autohide"),i._handles.show())})).on("mouseleave",(function(){n.disabled||i.resizing||(i._addClass("ui-resizable-autohide"),i._handles.hide())})),this._mouseInit()},_destroy:function(){this._mouseDestroy();var t,n=function(t){e(t).removeData("resizable").removeData("ui-resizable").off(".resizable").find(".ui-resizable-handle").remove()};return this.elementIsWrapper&&(n(this.element),t=this.element,this.originalElement.css({position:t.css("position"),width:t.outerWidth(),height:t.outerHeight(),top:t.css("top"),left:t.css("left")}).insertAfter(t),t.remove()),this.originalElement.css("resize",this.originalResizeStyle),n(this.originalElement),this},_setOption:function(e,t){switch(this._super(e,t),e){case"handles":this._removeHandles(),this._setupHandles()}},_setupHandles:function(){var t,n,i,r,o,s=this.options,a=this;if(this.handles=s.handles||(e(".ui-resizable-handle",this.element).length?{n:".ui-resizable-n",e:".ui-resizable-e",s:".ui-resizable-s",w:".ui-resizable-w",se:".ui-resizable-se",sw:".ui-resizable-sw",ne:".ui-resizable-ne",nw:".ui-resizable-nw"}:"e,s,se"),this._handles=e(),this.handles.constructor===String)for("all"===this.handles&&(this.handles="n,e,s,w,se,sw,ne,nw"),i=this.handles.split(","),this.handles={},n=0;n<i.length;n++)r="ui-resizable-"+(t=e.trim(i[n])),o=e("<div>"),this._addClass(o,"ui-resizable-handle "+r),o.css({zIndex:s.zIndex}),this.handles[t]=".ui-resizable-"+t,this.element.append(o);this._renderAxis=function(t){var n,i,r,o;for(n in t=t||this.element,this.handles)this.handles[n].constructor===String?this.handles[n]=this.element.children(this.handles[n]).first().show():(this.handles[n].jquery||this.handles[n].nodeType)&&(this.handles[n]=e(this.handles[n]),this._on(this.handles[n],{mousedown:a._mouseDown})),this.elementIsWrapper&&this.originalElement[0].nodeName.match(/^(textarea|input|select|button)$/i)&&(i=e(this.handles[n],this.element),o=/sw|ne|nw|se|n|s/.test(n)?i.outerHeight():i.outerWidth(),r=["padding",/ne|nw|n/.test(n)?"Top":/se|sw|s/.test(n)?"Bottom":/^e$/.test(n)?"Right":"Left"].join(""),t.css(r,o),this._proportionallyResize()),this._handles=this._handles.add(this.handles[n])},this._renderAxis(this.element),this._handles=this._handles.add(this.element.find(".ui-resizable-handle")),this._handles.disableSelection(),this._handles.on("mouseover",(function(){a.resizing||(this.className&&(o=this.className.match(/ui-resizable-(se|sw|ne|nw|n|e|s|w)/i)),a.axis=o&&o[1]?o[1]:"se")})),s.autoHide&&(this._handles.hide(),this._addClass("ui-resizable-autohide"))},_removeHandles:function(){this._handles.remove()},_mouseCapture:function(t){var n,i,r=!1;for(n in this.handles)((i=e(this.handles[n])[0])===t.target||e.contains(i,t.target))&&(r=!0);return!this.options.disabled&&r},_mouseStart:function(t){var n,i,r,o=this.options,s=this.element;return this.resizing=!0,this._renderProxy(),n=this._num(this.helper.css("left")),i=this._num(this.helper.css("top")),o.containment&&(n+=e(o.containment).scrollLeft()||0,i+=e(o.containment).scrollTop()||0),this.offset=this.helper.offset(),this.position={left:n,top:i},this.size=this._helper?{width:this.helper.width(),height:this.helper.height()}:{width:s.width(),height:s.height()},this.originalSize=this._helper?{width:s.outerWidth(),height:s.outerHeight()}:{width:s.width(),height:s.height()},this.sizeDiff={width:s.outerWidth()-s.width(),height:s.outerHeight()-s.height()},this.originalPosition={left:n,top:i},this.originalMousePosition={left:t.pageX,top:t.pageY},this.aspectRatio="number"==typeof o.aspectRatio?o.aspectRatio:this.originalSize.width/this.originalSize.height||1,r=e(".ui-resizable-"+this.axis).css("cursor"),e("body").css("cursor","auto"===r?this.axis+"-resize":r),this._addClass("ui-resizable-resizing"),this._propagate("start",t),!0},_mouseDrag:function(t){var n,i,r=this.originalMousePosition,o=this.axis,s=t.pageX-r.left||0,a=t.pageY-r.top||0,l=this._change[o];return this._updatePrevProperties(),!!l&&(n=l.apply(this,[t,s,a]),this._updateVirtualBoundaries(t.shiftKey),(this._aspectRatio||t.shiftKey)&&(n=this._updateRatio(n,t)),n=this._respectSize(n,t),this._updateCache(n),this._propagate("resize",t),i=this._applyChanges(),!this._helper&&this._proportionallyResizeElements.length&&this._proportionallyResize(),e.isEmptyObject(i)||(this._updatePrevProperties(),this._trigger("resize",t,this.ui()),this._applyChanges()),!1)},_mouseStop:function(t){this.resizing=!1;var n,i,r,o,s,a,l,c=this.options;return this._helper&&(r=(i=(n=this._proportionallyResizeElements).length&&/textarea/i.test(n[0].nodeName))&&this._hasScroll(n[0],"left")?0:this.sizeDiff.height,o=i?0:this.sizeDiff.width,s={width:this.helper.width()-o,height:this.helper.height()-r},a=parseFloat(this.element.css("left"))+(this.position.left-this.originalPosition.left)||null,l=parseFloat(this.element.css("top"))+(this.position.top-this.originalPosition.top)||null,c.animate||this.element.css(e.extend(s,{top:l,left:a})),this.helper.height(this.size.height),this.helper.width(this.size.width),this._helper&&!c.animate&&this._proportionallyResize()),e("body").css("cursor","auto"),this._removeClass("ui-resizable-resizing"),this._propagate("stop",t),this._helper&&this.helper.remove(),!1},_updatePrevProperties:function(){this.prevPosition={top:this.position.top,left:this.position.left},this.prevSize={width:this.size.width,height:this.size.height}},_applyChanges:function(){var e={};return this.position.top!==this.prevPosition.top&&(e.top=this.position.top+"px"),this.position.left!==this.prevPosition.left&&(e.left=this.position.left+"px"),this.size.width!==this.prevSize.width&&(e.width=this.size.width+"px"),this.size.height!==this.prevSize.height&&(e.height=this.size.height+"px"),this.helper.css(e),e},_updateVirtualBoundaries:function(e){var t,n,i,r,o,s=this.options;o={minWidth:this._isNumber(s.minWidth)?s.minWidth:0,maxWidth:this._isNumber(s.maxWidth)?s.maxWidth:1/0,minHeight:this._isNumber(s.minHeight)?s.minHeight:0,maxHeight:this._isNumber(s.maxHeight)?s.maxHeight:1/0},(this._aspectRatio||e)&&(t=o.minHeight*this.aspectRatio,i=o.minWidth/this.aspectRatio,n=o.maxHeight*this.aspectRatio,r=o.maxWidth/this.aspectRatio,t>o.minWidth&&(o.minWidth=t),i>o.minHeight&&(o.minHeight=i),n<o.maxWidth&&(o.maxWidth=n),r<o.maxHeight&&(o.maxHeight=r)),this._vBoundaries=o},_updateCache:function(e){this.offset=this.helper.offset(),this._isNumber(e.left)&&(this.position.left=e.left),this._isNumber(e.top)&&(this.position.top=e.top),this._isNumber(e.height)&&(this.size.height=e.height),this._isNumber(e.width)&&(this.size.width=e.width)},_updateRatio:function(e){var t=this.position,n=this.size,i=this.axis;return this._isNumber(e.height)?e.width=e.height*this.aspectRatio:this._isNumber(e.width)&&(e.height=e.width/this.aspectRatio),"sw"===i&&(e.left=t.left+(n.width-e.width),e.top=null),"nw"===i&&(e.top=t.top+(n.height-e.height),e.left=t.left+(n.width-e.width)),e},_respectSize:function(e){var t=this._vBoundaries,n=this.axis,i=this._isNumber(e.width)&&t.maxWidth&&t.maxWidth<e.width,r=this._isNumber(e.height)&&t.maxHeight&&t.maxHeight<e.height,o=this._isNumber(e.width)&&t.minWidth&&t.minWidth>e.width,s=this._isNumber(e.height)&&t.minHeight&&t.minHeight>e.height,a=this.originalPosition.left+this.originalSize.width,l=this.originalPosition.top+this.originalSize.height,c=/sw|nw|w/.test(n),u=/nw|ne|n/.test(n);return o&&(e.width=t.minWidth),s&&(e.height=t.minHeight),i&&(e.width=t.maxWidth),r&&(e.height=t.maxHeight),o&&c&&(e.left=a-t.minWidth),i&&c&&(e.left=a-t.maxWidth),s&&u&&(e.top=l-t.minHeight),r&&u&&(e.top=l-t.maxHeight),e.width||e.height||e.left||!e.top?e.width||e.height||e.top||!e.left||(e.left=null):e.top=null,e},_getPaddingPlusBorderDimensions:function(e){for(var t=0,n=[],i=[e.css("borderTopWidth"),e.css("borderRightWidth"),e.css("borderBottomWidth"),e.css("borderLeftWidth")],r=[e.css("paddingTop"),e.css("paddingRight"),e.css("paddingBottom"),e.css("paddingLeft")];t<4;t++)n[t]=parseFloat(i[t])||0,n[t]+=parseFloat(r[t])||0;return{height:n[0]+n[2],width:n[1]+n[3]}},_proportionallyResize:function(){if(this._proportionallyResizeElements.length)for(var e,t=0,n=this.helper||this.element;t<this._proportionallyResizeElements.length;t++)e=this._proportionallyResizeElements[t],this.outerDimensions||(this.outerDimensions=this._getPaddingPlusBorderDimensions(e)),e.css({height:n.height()-this.outerDimensions.height||0,width:n.width()-this.outerDimensions.width||0})},_renderProxy:function(){var t=this.element,n=this.options;this.elementOffset=t.offset(),this._helper?(this.helper=this.helper||e("<div style='overflow:hidden;'></div>"),this._addClass(this.helper,this._helper),this.helper.css({width:this.element.outerWidth(),height:this.element.outerHeight(),position:"absolute",left:this.elementOffset.left+"px",top:this.elementOffset.top+"px",zIndex:++n.zIndex}),this.helper.appendTo("body").disableSelection()):this.helper=this.element},_change:{e:function(e,t){return{width:this.originalSize.width+t}},w:function(e,t){var n=this.originalSize;return{left:this.originalPosition.left+t,width:n.width-t}},n:function(e,t,n){var i=this.originalSize;return{top:this.originalPosition.top+n,height:i.height-n}},s:function(e,t,n){return{height:this.originalSize.height+n}},se:function(t,n,i){return e.extend(this._change.s.apply(this,arguments),this._change.e.apply(this,[t,n,i]))},sw:function(t,n,i){return e.extend(this._change.s.apply(this,arguments),this._change.w.apply(this,[t,n,i]))},ne:function(t,n,i){return e.extend(this._change.n.apply(this,arguments),this._change.e.apply(this,[t,n,i]))},nw:function(t,n,i){return e.extend(this._change.n.apply(this,arguments),this._change.w.apply(this,[t,n,i]))}},_propagate:function(t,n){e.ui.plugin.call(this,t,[n,this.ui()]),"resize"!==t&&this._trigger(t,n,this.ui())},plugins:{},ui:function(){return{originalElement:this.originalElement,element:this.element,helper:this.helper,position:this.position,size:this.size,originalSize:this.originalSize,originalPosition:this.originalPosition}}}),e.ui.plugin.add("resizable","animate",{stop:function(t){var n=e(this).resizable("instance"),i=n.options,r=n._proportionallyResizeElements,o=r.length&&/textarea/i.test(r[0].nodeName),s=o&&n._hasScroll(r[0],"left")?0:n.sizeDiff.height,a=o?0:n.sizeDiff.width,l={width:n.size.width-a,height:n.size.height-s},c=parseFloat(n.element.css("left"))+(n.position.left-n.originalPosition.left)||null,u=parseFloat(n.element.css("top"))+(n.position.top-n.originalPosition.top)||null;n.element.animate(e.extend(l,u&&c?{top:u,left:c}:{}),{duration:i.animateDuration,easing:i.animateEasing,step:function(){var i={width:parseFloat(n.element.css("width")),height:parseFloat(n.element.css("height")),top:parseFloat(n.element.css("top")),left:parseFloat(n.element.css("left"))};r&&r.length&&e(r[0]).css({width:i.width,height:i.height}),n._updateCache(i),n._propagate("resize",t)}})}}),e.ui.plugin.add("resizable","containment",{start:function(){var t,n,i,r,o,s,a,l=e(this).resizable("instance"),c=l.options,u=l.element,d=c.containment,h=d instanceof e?d.get(0):/parent/.test(d)?u.parent().get(0):d;h&&(l.containerElement=e(h),/document/.test(d)||d===document?(l.containerOffset={left:0,top:0},l.containerPosition={left:0,top:0},l.parentData={element:e(document),left:0,top:0,width:e(document).width(),height:e(document).height()||document.body.parentNode.scrollHeight}):(t=e(h),n=[],e(["Top","Right","Left","Bottom"]).each((function(e,i){n[e]=l._num(t.css("padding"+i))})),l.containerOffset=t.offset(),l.containerPosition=t.position(),l.containerSize={height:t.innerHeight()-n[3],width:t.innerWidth()-n[1]},i=l.containerOffset,r=l.containerSize.height,o=l.containerSize.width,s=l._hasScroll(h,"left")?h.scrollWidth:o,a=l._hasScroll(h)?h.scrollHeight:r,l.parentData={element:h,left:i.left,top:i.top,width:s,height:a}))},resize:function(t){var n,i,r,o,s=e(this).resizable("instance"),a=s.options,l=s.containerOffset,c=s.position,u=s._aspectRatio||t.shiftKey,d={top:0,left:0},h=s.containerElement,f=!0;h[0]!==document&&/static/.test(h.css("position"))&&(d=l),c.left<(s._helper?l.left:0)&&(s.size.width=s.size.width+(s._helper?s.position.left-l.left:s.position.left-d.left),u&&(s.size.height=s.size.width/s.aspectRatio,f=!1),s.position.left=a.helper?l.left:0),c.top<(s._helper?l.top:0)&&(s.size.height=s.size.height+(s._helper?s.position.top-l.top:s.position.top),u&&(s.size.width=s.size.height*s.aspectRatio,f=!1),s.position.top=s._helper?l.top:0),r=s.containerElement.get(0)===s.element.parent().get(0),o=/relative|absolute/.test(s.containerElement.css("position")),r&&o?(s.offset.left=s.parentData.left+s.position.left,s.offset.top=s.parentData.top+s.position.top):(s.offset.left=s.element.offset().left,s.offset.top=s.element.offset().top),n=Math.abs(s.sizeDiff.width+(s._helper?s.offset.left-d.left:s.offset.left-l.left)),i=Math.abs(s.sizeDiff.height+(s._helper?s.offset.top-d.top:s.offset.top-l.top)),n+s.size.width>=s.parentData.width&&(s.size.width=s.parentData.width-n,u&&(s.size.height=s.size.width/s.aspectRatio,f=!1)),i+s.size.height>=s.parentData.height&&(s.size.height=s.parentData.height-i,u&&(s.size.width=s.size.height*s.aspectRatio,f=!1)),f||(s.position.left=s.prevPosition.left,s.position.top=s.prevPosition.top,s.size.width=s.prevSize.width,s.size.height=s.prevSize.height)},stop:function(){var t=e(this).resizable("instance"),n=t.options,i=t.containerOffset,r=t.containerPosition,o=t.containerElement,s=e(t.helper),a=s.offset(),l=s.outerWidth()-t.sizeDiff.width,c=s.outerHeight()-t.sizeDiff.height;t._helper&&!n.animate&&/relative/.test(o.css("position"))&&e(this).css({left:a.left-r.left-i.left,width:l,height:c}),t._helper&&!n.animate&&/static/.test(o.css("position"))&&e(this).css({left:a.left-r.left-i.left,width:l,height:c})}}),e.ui.plugin.add("resizable","alsoResize",{start:function(){var t=e(this).resizable("instance").options;e(t.alsoResize).each((function(){var t=e(this);t.data("ui-resizable-alsoresize",{width:parseFloat(t.width()),height:parseFloat(t.height()),left:parseFloat(t.css("left")),top:parseFloat(t.css("top"))})}))},resize:function(t,n){var i=e(this).resizable("instance"),r=i.options,o=i.originalSize,s=i.originalPosition,a={height:i.size.height-o.height||0,width:i.size.width-o.width||0,top:i.position.top-s.top||0,left:i.position.left-s.left||0};e(r.alsoResize).each((function(){var t=e(this),i=e(this).data("ui-resizable-alsoresize"),r={},o=t.parents(n.originalElement[0]).length?["width","height"]:["width","height","top","left"];e.each(o,(function(e,t){var n=(i[t]||0)+(a[t]||0);n&&n>=0&&(r[t]=n||null)})),t.css(r)}))},stop:function(){e(this).removeData("ui-resizable-alsoresize")}}),e.ui.plugin.add("resizable","ghost",{start:function(){var t=e(this).resizable("instance"),n=t.size;t.ghost=t.originalElement.clone(),t.ghost.css({opacity:.25,display:"block",position:"relative",height:n.height,width:n.width,margin:0,left:0,top:0}),t._addClass(t.ghost,"ui-resizable-ghost"),!1!==e.uiBackCompat&&"string"==typeof t.options.ghost&&t.ghost.addClass(this.options.ghost),t.ghost.appendTo(t.helper)},resize:function(){var t=e(this).resizable("instance");t.ghost&&t.ghost.css({position:"relative",height:t.size.height,width:t.size.width})},stop:function(){var t=e(this).resizable("instance");t.ghost&&t.helper&&t.helper.get(0).removeChild(t.ghost.get(0))}}),e.ui.plugin.add("resizable","grid",{resize:function(){var t,n=e(this).resizable("instance"),i=n.options,r=n.size,o=n.originalSize,s=n.originalPosition,a=n.axis,l="number"==typeof i.grid?[i.grid,i.grid]:i.grid,c=l[0]||1,u=l[1]||1,d=Math.round((r.width-o.width)/c)*c,h=Math.round((r.height-o.height)/u)*u,f=o.width+d,p=o.height+h,m=i.maxWidth&&i.maxWidth<f,g=i.maxHeight&&i.maxHeight<p,v=i.minWidth&&i.minWidth>f,_=i.minHeight&&i.minHeight>p;i.grid=l,v&&(f+=c),_&&(p+=u),m&&(f-=c),g&&(p-=u),/^(se|s|e)$/.test(a)?(n.size.width=f,n.size.height=p):/^(ne)$/.test(a)?(n.size.width=f,n.size.height=p,n.position.top=s.top-h):/^(sw)$/.test(a)?(n.size.width=f,n.size.height=p,n.position.left=s.left-d):((p-u<=0||f-c<=0)&&(t=n._getPaddingPlusBorderDimensions(this)),p-u>0?(n.size.height=p,n.position.top=s.top-h):(p=u-t.height,n.size.height=p,n.position.top=s.top+o.height-p),f-c>0?(n.size.width=f,n.position.left=s.left-d):(f=c-t.width,n.size.width=f,n.position.left=s.left+o.width-f))}}),e.ui.resizable,
+e.widget("ui.resizable",e.ui.mouse,{version:"1.12.1",widgetEventPrefix:"resize",options:{alsoResize:!1,animate:!1,animateDuration:"slow",animateEasing:"swing",aspectRatio:!1,autoHide:!1,classes:{"ui-resizable-se":"ui-icon ui-icon-gripsmall-diagonal-se"},containment:!1,ghost:!1,grid:!1,handles:"e,s,se",helper:!1,maxHeight:null,maxWidth:null,minHeight:10,minWidth:10,zIndex:90,resize:null,start:null,stop:null},_num:function(e){return parseFloat(e)||0},_isNumber:function(e){return!isNaN(parseFloat(e))},_hasScroll:function(t,n){if("hidden"===e(t).css("overflow"))return!1;var i,r=n&&"left"===n?"scrollLeft":"scrollTop";return t[r]>0||(t[r]=1,i=t[r]>0,t[r]=0,i)},_create:function(){var t,n=this.options,i=this;this._addClass("ui-resizable"),e.extend(this,{_aspectRatio:!!n.aspectRatio,aspectRatio:n.aspectRatio,originalElement:this.element,_proportionallyResizeElements:[],_helper:n.helper||n.ghost||n.animate?n.helper||"ui-resizable-helper":null}),this.element[0].nodeName.match(/^(canvas|textarea|input|select|button|img)$/i)&&(this.element.wrap(e("<div class='ui-wrapper' style='overflow: hidden;'></div>").css({position:this.element.css("position"),width:this.element.outerWidth(),height:this.element.outerHeight(),top:this.element.css("top"),left:this.element.css("left")})),this.element=this.element.parent().data("ui-resizable",this.element.resizable("instance")),this.elementIsWrapper=!0,t={marginTop:this.originalElement.css("marginTop"),marginRight:this.originalElement.css("marginRight"),marginBottom:this.originalElement.css("marginBottom"),marginLeft:this.originalElement.css("marginLeft")},this.element.css(t),this.originalElement.css("margin",0),this.originalResizeStyle=this.originalElement.css("resize"),this.originalElement.css("resize","none"),this._proportionallyResizeElements.push(this.originalElement.css({position:"static",zoom:1,display:"block"})),this.originalElement.css(t),this._proportionallyResize()),this._setupHandles(),n.autoHide&&e(this.element).on("mouseenter",(function(){n.disabled||(i._removeClass("ui-resizable-autohide"),i._handles.show())})).on("mouseleave",(function(){n.disabled||i.resizing||(i._addClass("ui-resizable-autohide"),i._handles.hide())})),this._mouseInit()},_destroy:function(){this._mouseDestroy();var t,n=function(t){e(t).removeData("resizable").removeData("ui-resizable").off(".resizable").find(".ui-resizable-handle").remove()};return this.elementIsWrapper&&(n(this.element),t=this.element,this.originalElement.css({position:t.css("position"),width:t.outerWidth(),height:t.outerHeight(),top:t.css("top"),left:t.css("left")}).insertAfter(t),t.remove()),this.originalElement.css("resize",this.originalResizeStyle),n(this.originalElement),this},_setOption:function(e,t){switch(this._super(e,t),e){case"handles":this._removeHandles(),this._setupHandles()}},_setupHandles:function(){var t,n,i,r,o,a=this.options,s=this;if(this.handles=a.handles||(e(".ui-resizable-handle",this.element).length?{n:".ui-resizable-n",e:".ui-resizable-e",s:".ui-resizable-s",w:".ui-resizable-w",se:".ui-resizable-se",sw:".ui-resizable-sw",ne:".ui-resizable-ne",nw:".ui-resizable-nw"}:"e,s,se"),this._handles=e(),this.handles.constructor===String)for("all"===this.handles&&(this.handles="n,e,s,w,se,sw,ne,nw"),i=this.handles.split(","),this.handles={},n=0;n<i.length;n++)r="ui-resizable-"+(t=e.trim(i[n])),o=e("<div>"),this._addClass(o,"ui-resizable-handle "+r),o.css({zIndex:a.zIndex}),this.handles[t]=".ui-resizable-"+t,this.element.append(o);this._renderAxis=function(t){var n,i,r,o;for(n in t=t||this.element,this.handles)this.handles[n].constructor===String?this.handles[n]=this.element.children(this.handles[n]).first().show():(this.handles[n].jquery||this.handles[n].nodeType)&&(this.handles[n]=e(this.handles[n]),this._on(this.handles[n],{mousedown:s._mouseDown})),this.elementIsWrapper&&this.originalElement[0].nodeName.match(/^(textarea|input|select|button)$/i)&&(i=e(this.handles[n],this.element),o=/sw|ne|nw|se|n|s/.test(n)?i.outerHeight():i.outerWidth(),r=["padding",/ne|nw|n/.test(n)?"Top":/se|sw|s/.test(n)?"Bottom":/^e$/.test(n)?"Right":"Left"].join(""),t.css(r,o),this._proportionallyResize()),this._handles=this._handles.add(this.handles[n])},this._renderAxis(this.element),this._handles=this._handles.add(this.element.find(".ui-resizable-handle")),this._handles.disableSelection(),this._handles.on("mouseover",(function(){s.resizing||(this.className&&(o=this.className.match(/ui-resizable-(se|sw|ne|nw|n|e|s|w)/i)),s.axis=o&&o[1]?o[1]:"se")})),a.autoHide&&(this._handles.hide(),this._addClass("ui-resizable-autohide"))},_removeHandles:function(){this._handles.remove()},_mouseCapture:function(t){var n,i,r=!1;for(n in this.handles)((i=e(this.handles[n])[0])===t.target||e.contains(i,t.target))&&(r=!0);return!this.options.disabled&&r},_mouseStart:function(t){var n,i,r,o=this.options,a=this.element;return this.resizing=!0,this._renderProxy(),n=this._num(this.helper.css("left")),i=this._num(this.helper.css("top")),o.containment&&(n+=e(o.containment).scrollLeft()||0,i+=e(o.containment).scrollTop()||0),this.offset=this.helper.offset(),this.position={left:n,top:i},this.size=this._helper?{width:this.helper.width(),height:this.helper.height()}:{width:a.width(),height:a.height()},this.originalSize=this._helper?{width:a.outerWidth(),height:a.outerHeight()}:{width:a.width(),height:a.height()},this.sizeDiff={width:a.outerWidth()-a.width(),height:a.outerHeight()-a.height()},this.originalPosition={left:n,top:i},this.originalMousePosition={left:t.pageX,top:t.pageY},this.aspectRatio="number"==typeof o.aspectRatio?o.aspectRatio:this.originalSize.width/this.originalSize.height||1,r=e(".ui-resizable-"+this.axis).css("cursor"),e("body").css("cursor","auto"===r?this.axis+"-resize":r),this._addClass("ui-resizable-resizing"),this._propagate("start",t),!0},_mouseDrag:function(t){var n,i,r=this.originalMousePosition,o=this.axis,a=t.pageX-r.left||0,s=t.pageY-r.top||0,l=this._change[o];return this._updatePrevProperties(),!!l&&(n=l.apply(this,[t,a,s]),this._updateVirtualBoundaries(t.shiftKey),(this._aspectRatio||t.shiftKey)&&(n=this._updateRatio(n,t)),n=this._respectSize(n,t),this._updateCache(n),this._propagate("resize",t),i=this._applyChanges(),!this._helper&&this._proportionallyResizeElements.length&&this._proportionallyResize(),e.isEmptyObject(i)||(this._updatePrevProperties(),this._trigger("resize",t,this.ui()),this._applyChanges()),!1)},_mouseStop:function(t){this.resizing=!1;var n,i,r,o,a,s,l,u=this.options;return this._helper&&(r=(i=(n=this._proportionallyResizeElements).length&&/textarea/i.test(n[0].nodeName))&&this._hasScroll(n[0],"left")?0:this.sizeDiff.height,o=i?0:this.sizeDiff.width,a={width:this.helper.width()-o,height:this.helper.height()-r},s=parseFloat(this.element.css("left"))+(this.position.left-this.originalPosition.left)||null,l=parseFloat(this.element.css("top"))+(this.position.top-this.originalPosition.top)||null,u.animate||this.element.css(e.extend(a,{top:l,left:s})),this.helper.height(this.size.height),this.helper.width(this.size.width),this._helper&&!u.animate&&this._proportionallyResize()),e("body").css("cursor","auto"),this._removeClass("ui-resizable-resizing"),this._propagate("stop",t),this._helper&&this.helper.remove(),!1},_updatePrevProperties:function(){this.prevPosition={top:this.position.top,left:this.position.left},this.prevSize={width:this.size.width,height:this.size.height}},_applyChanges:function(){var e={};return this.position.top!==this.prevPosition.top&&(e.top=this.position.top+"px"),this.position.left!==this.prevPosition.left&&(e.left=this.position.left+"px"),this.size.width!==this.prevSize.width&&(e.width=this.size.width+"px"),this.size.height!==this.prevSize.height&&(e.height=this.size.height+"px"),this.helper.css(e),e},_updateVirtualBoundaries:function(e){var t,n,i,r,o,a=this.options;o={minWidth:this._isNumber(a.minWidth)?a.minWidth:0,maxWidth:this._isNumber(a.maxWidth)?a.maxWidth:1/0,minHeight:this._isNumber(a.minHeight)?a.minHeight:0,maxHeight:this._isNumber(a.maxHeight)?a.maxHeight:1/0},(this._aspectRatio||e)&&(t=o.minHeight*this.aspectRatio,i=o.minWidth/this.aspectRatio,n=o.maxHeight*this.aspectRatio,r=o.maxWidth/this.aspectRatio,t>o.minWidth&&(o.minWidth=t),i>o.minHeight&&(o.minHeight=i),n<o.maxWidth&&(o.maxWidth=n),r<o.maxHeight&&(o.maxHeight=r)),this._vBoundaries=o},_updateCache:function(e){this.offset=this.helper.offset(),this._isNumber(e.left)&&(this.position.left=e.left),this._isNumber(e.top)&&(this.position.top=e.top),this._isNumber(e.height)&&(this.size.height=e.height),this._isNumber(e.width)&&(this.size.width=e.width)},_updateRatio:function(e){var t=this.position,n=this.size,i=this.axis;return this._isNumber(e.height)?e.width=e.height*this.aspectRatio:this._isNumber(e.width)&&(e.height=e.width/this.aspectRatio),"sw"===i&&(e.left=t.left+(n.width-e.width),e.top=null),"nw"===i&&(e.top=t.top+(n.height-e.height),e.left=t.left+(n.width-e.width)),e},_respectSize:function(e){var t=this._vBoundaries,n=this.axis,i=this._isNumber(e.width)&&t.maxWidth&&t.maxWidth<e.width,r=this._isNumber(e.height)&&t.maxHeight&&t.maxHeight<e.height,o=this._isNumber(e.width)&&t.minWidth&&t.minWidth>e.width,a=this._isNumber(e.height)&&t.minHeight&&t.minHeight>e.height,s=this.originalPosition.left+this.originalSize.width,l=this.originalPosition.top+this.originalSize.height,u=/sw|nw|w/.test(n),c=/nw|ne|n/.test(n);return o&&(e.width=t.minWidth),a&&(e.height=t.minHeight),i&&(e.width=t.maxWidth),r&&(e.height=t.maxHeight),o&&u&&(e.left=s-t.minWidth),i&&u&&(e.left=s-t.maxWidth),a&&c&&(e.top=l-t.minHeight),r&&c&&(e.top=l-t.maxHeight),e.width||e.height||e.left||!e.top?e.width||e.height||e.top||!e.left||(e.left=null):e.top=null,e},_getPaddingPlusBorderDimensions:function(e){for(var t=0,n=[],i=[e.css("borderTopWidth"),e.css("borderRightWidth"),e.css("borderBottomWidth"),e.css("borderLeftWidth")],r=[e.css("paddingTop"),e.css("paddingRight"),e.css("paddingBottom"),e.css("paddingLeft")];t<4;t++)n[t]=parseFloat(i[t])||0,n[t]+=parseFloat(r[t])||0;return{height:n[0]+n[2],width:n[1]+n[3]}},_proportionallyResize:function(){if(this._proportionallyResizeElements.length)for(var e,t=0,n=this.helper||this.element;t<this._proportionallyResizeElements.length;t++)e=this._proportionallyResizeElements[t],this.outerDimensions||(this.outerDimensions=this._getPaddingPlusBorderDimensions(e)),e.css({height:n.height()-this.outerDimensions.height||0,width:n.width()-this.outerDimensions.width||0})},_renderProxy:function(){var t=this.element,n=this.options;this.elementOffset=t.offset(),this._helper?(this.helper=this.helper||e("<div style='overflow:hidden;'></div>"),this._addClass(this.helper,this._helper),this.helper.css({width:this.element.outerWidth(),height:this.element.outerHeight(),position:"absolute",left:this.elementOffset.left+"px",top:this.elementOffset.top+"px",zIndex:++n.zIndex}),this.helper.appendTo("body").disableSelection()):this.helper=this.element},_change:{e:function(e,t){return{width:this.originalSize.width+t}},w:function(e,t){var n=this.originalSize;return{left:this.originalPosition.left+t,width:n.width-t}},n:function(e,t,n){var i=this.originalSize;return{top:this.originalPosition.top+n,height:i.height-n}},s:function(e,t,n){return{height:this.originalSize.height+n}},se:function(t,n,i){return e.extend(this._change.s.apply(this,arguments),this._change.e.apply(this,[t,n,i]))},sw:function(t,n,i){return e.extend(this._change.s.apply(this,arguments),this._change.w.apply(this,[t,n,i]))},ne:function(t,n,i){return e.extend(this._change.n.apply(this,arguments),this._change.e.apply(this,[t,n,i]))},nw:function(t,n,i){return e.extend(this._change.n.apply(this,arguments),this._change.w.apply(this,[t,n,i]))}},_propagate:function(t,n){e.ui.plugin.call(this,t,[n,this.ui()]),"resize"!==t&&this._trigger(t,n,this.ui())},plugins:{},ui:function(){return{originalElement:this.originalElement,element:this.element,helper:this.helper,position:this.position,size:this.size,originalSize:this.originalSize,originalPosition:this.originalPosition}}}),e.ui.plugin.add("resizable","animate",{stop:function(t){var n=e(this).resizable("instance"),i=n.options,r=n._proportionallyResizeElements,o=r.length&&/textarea/i.test(r[0].nodeName),a=o&&n._hasScroll(r[0],"left")?0:n.sizeDiff.height,s=o?0:n.sizeDiff.width,l={width:n.size.width-s,height:n.size.height-a},u=parseFloat(n.element.css("left"))+(n.position.left-n.originalPosition.left)||null,c=parseFloat(n.element.css("top"))+(n.position.top-n.originalPosition.top)||null;n.element.animate(e.extend(l,c&&u?{top:c,left:u}:{}),{duration:i.animateDuration,easing:i.animateEasing,step:function(){var i={width:parseFloat(n.element.css("width")),height:parseFloat(n.element.css("height")),top:parseFloat(n.element.css("top")),left:parseFloat(n.element.css("left"))};r&&r.length&&e(r[0]).css({width:i.width,height:i.height}),n._updateCache(i),n._propagate("resize",t)}})}}),e.ui.plugin.add("resizable","containment",{start:function(){var t,n,i,r,o,a,s,l=e(this).resizable("instance"),u=l.options,c=l.element,d=u.containment,h=d instanceof e?d.get(0):/parent/.test(d)?c.parent().get(0):d;h&&(l.containerElement=e(h),/document/.test(d)||d===document?(l.containerOffset={left:0,top:0},l.containerPosition={left:0,top:0},l.parentData={element:e(document),left:0,top:0,width:e(document).width(),height:e(document).height()||document.body.parentNode.scrollHeight}):(t=e(h),n=[],e(["Top","Right","Left","Bottom"]).each((function(e,i){n[e]=l._num(t.css("padding"+i))})),l.containerOffset=t.offset(),l.containerPosition=t.position(),l.containerSize={height:t.innerHeight()-n[3],width:t.innerWidth()-n[1]},i=l.containerOffset,r=l.containerSize.height,o=l.containerSize.width,a=l._hasScroll(h,"left")?h.scrollWidth:o,s=l._hasScroll(h)?h.scrollHeight:r,l.parentData={element:h,left:i.left,top:i.top,width:a,height:s}))},resize:function(t){var n,i,r,o,a=e(this).resizable("instance"),s=a.options,l=a.containerOffset,u=a.position,c=a._aspectRatio||t.shiftKey,d={top:0,left:0},h=a.containerElement,p=!0;h[0]!==document&&/static/.test(h.css("position"))&&(d=l),u.left<(a._helper?l.left:0)&&(a.size.width=a.size.width+(a._helper?a.position.left-l.left:a.position.left-d.left),c&&(a.size.height=a.size.width/a.aspectRatio,p=!1),a.position.left=s.helper?l.left:0),u.top<(a._helper?l.top:0)&&(a.size.height=a.size.height+(a._helper?a.position.top-l.top:a.position.top),c&&(a.size.width=a.size.height*a.aspectRatio,p=!1),a.position.top=a._helper?l.top:0),r=a.containerElement.get(0)===a.element.parent().get(0),o=/relative|absolute/.test(a.containerElement.css("position")),r&&o?(a.offset.left=a.parentData.left+a.position.left,a.offset.top=a.parentData.top+a.position.top):(a.offset.left=a.element.offset().left,a.offset.top=a.element.offset().top),n=Math.abs(a.sizeDiff.width+(a._helper?a.offset.left-d.left:a.offset.left-l.left)),i=Math.abs(a.sizeDiff.height+(a._helper?a.offset.top-d.top:a.offset.top-l.top)),n+a.size.width>=a.parentData.width&&(a.size.width=a.parentData.width-n,c&&(a.size.height=a.size.width/a.aspectRatio,p=!1)),i+a.size.height>=a.parentData.height&&(a.size.height=a.parentData.height-i,c&&(a.size.width=a.size.height*a.aspectRatio,p=!1)),p||(a.position.left=a.prevPosition.left,a.position.top=a.prevPosition.top,a.size.width=a.prevSize.width,a.size.height=a.prevSize.height)},stop:function(){var t=e(this).resizable("instance"),n=t.options,i=t.containerOffset,r=t.containerPosition,o=t.containerElement,a=e(t.helper),s=a.offset(),l=a.outerWidth()-t.sizeDiff.width,u=a.outerHeight()-t.sizeDiff.height;t._helper&&!n.animate&&/relative/.test(o.css("position"))&&e(this).css({left:s.left-r.left-i.left,width:l,height:u}),t._helper&&!n.animate&&/static/.test(o.css("position"))&&e(this).css({left:s.left-r.left-i.left,width:l,height:u})}}),e.ui.plugin.add("resizable","alsoResize",{start:function(){var t=e(this).resizable("instance").options;e(t.alsoResize).each((function(){var t=e(this);t.data("ui-resizable-alsoresize",{width:parseFloat(t.width()),height:parseFloat(t.height()),left:parseFloat(t.css("left")),top:parseFloat(t.css("top"))})}))},resize:function(t,n){var i=e(this).resizable("instance"),r=i.options,o=i.originalSize,a=i.originalPosition,s={height:i.size.height-o.height||0,width:i.size.width-o.width||0,top:i.position.top-a.top||0,left:i.position.left-a.left||0};e(r.alsoResize).each((function(){var t=e(this),i=e(this).data("ui-resizable-alsoresize"),r={},o=t.parents(n.originalElement[0]).length?["width","height"]:["width","height","top","left"];e.each(o,(function(e,t){var n=(i[t]||0)+(s[t]||0);n&&n>=0&&(r[t]=n||null)})),t.css(r)}))},stop:function(){e(this).removeData("ui-resizable-alsoresize")}}),e.ui.plugin.add("resizable","ghost",{start:function(){var t=e(this).resizable("instance"),n=t.size;t.ghost=t.originalElement.clone(),t.ghost.css({opacity:.25,display:"block",position:"relative",height:n.height,width:n.width,margin:0,left:0,top:0}),t._addClass(t.ghost,"ui-resizable-ghost"),!1!==e.uiBackCompat&&"string"==typeof t.options.ghost&&t.ghost.addClass(this.options.ghost),t.ghost.appendTo(t.helper)},resize:function(){var t=e(this).resizable("instance");t.ghost&&t.ghost.css({position:"relative",height:t.size.height,width:t.size.width})},stop:function(){var t=e(this).resizable("instance");t.ghost&&t.helper&&t.helper.get(0).removeChild(t.ghost.get(0))}}),e.ui.plugin.add("resizable","grid",{resize:function(){var t,n=e(this).resizable("instance"),i=n.options,r=n.size,o=n.originalSize,a=n.originalPosition,s=n.axis,l="number"==typeof i.grid?[i.grid,i.grid]:i.grid,u=l[0]||1,c=l[1]||1,d=Math.round((r.width-o.width)/u)*u,h=Math.round((r.height-o.height)/c)*c,p=o.width+d,f=o.height+h,m=i.maxWidth&&i.maxWidth<p,g=i.maxHeight&&i.maxHeight<f,A=i.minWidth&&i.minWidth>p,v=i.minHeight&&i.minHeight>f;i.grid=l,A&&(p+=u),v&&(f+=c),m&&(p-=u),g&&(f-=c),/^(se|s|e)$/.test(s)?(n.size.width=p,n.size.height=f):/^(ne)$/.test(s)?(n.size.width=p,n.size.height=f,n.position.top=a.top-h):/^(sw)$/.test(s)?(n.size.width=p,n.size.height=f,n.position.left=a.left-d):((f-c<=0||p-u<=0)&&(t=n._getPaddingPlusBorderDimensions(this)),f-c>0?(n.size.height=f,n.position.top=a.top-h):(f=c-t.height,n.size.height=f,n.position.top=a.top+o.height-f),p-u>0?(n.size.width=p,n.position.left=a.left-d):(p=u-t.width,n.size.width=p,n.position.left=a.left+o.width-p))}}),e.ui.resizable,
/*!
* jQuery UI Dialog 1.12.1
* http://jqueryui.com
@@ -694,7 +1441,7 @@ e.widget("ui.resizable",e.ui.mouse,{version:"1.12.1",widgetEventPrefix:"resize",
* Released under the MIT license.
* http://jquery.org/license
*/
-e.widget("ui.dialog",{version:"1.12.1",options:{appendTo:"body",autoOpen:!0,buttons:[],classes:{"ui-dialog":"ui-corner-all","ui-dialog-titlebar":"ui-corner-all"},closeOnEscape:!0,closeText:"Close",draggable:!0,hide:null,height:"auto",maxHeight:null,maxWidth:null,minHeight:150,minWidth:150,modal:!1,position:{my:"center",at:"center",of:window,collision:"fit",using:function(t){var n=e(this).css(t).offset().top;n<0&&e(this).css("top",t.top-n)}},resizable:!0,show:null,title:null,width:300,beforeClose:null,close:null,drag:null,dragStart:null,dragStop:null,focus:null,open:null,resize:null,resizeStart:null,resizeStop:null},sizeRelatedOptions:{buttons:!0,height:!0,maxHeight:!0,maxWidth:!0,minHeight:!0,minWidth:!0,width:!0},resizableRelatedOptions:{maxHeight:!0,maxWidth:!0,minHeight:!0,minWidth:!0},_create:function(){this.originalCss={display:this.element[0].style.display,width:this.element[0].style.width,minHeight:this.element[0].style.minHeight,maxHeight:this.element[0].style.maxHeight,height:this.element[0].style.height},this.originalPosition={parent:this.element.parent(),index:this.element.parent().children().index(this.element)},this.originalTitle=this.element.attr("title"),null==this.options.title&&null!=this.originalTitle&&(this.options.title=this.originalTitle),this.options.disabled&&(this.options.disabled=!1),this._createWrapper(),this.element.show().removeAttr("title").appendTo(this.uiDialog),this._addClass("ui-dialog-content","ui-widget-content"),this._createTitlebar(),this._createButtonPane(),this.options.draggable&&e.fn.draggable&&this._makeDraggable(),this.options.resizable&&e.fn.resizable&&this._makeResizable(),this._isOpen=!1,this._trackFocus()},_init:function(){this.options.autoOpen&&this.open()},_appendTo:function(){var t=this.options.appendTo;return t&&(t.jquery||t.nodeType)?e(t):this.document.find(t||"body").eq(0)},_destroy:function(){var e,t=this.originalPosition;this._untrackInstance(),this._destroyOverlay(),this.element.removeUniqueId().css(this.originalCss).detach(),this.uiDialog.remove(),this.originalTitle&&this.element.attr("title",this.originalTitle),(e=t.parent.children().eq(t.index)).length&&e[0]!==this.element[0]?e.before(this.element):t.parent.append(this.element)},widget:function(){return this.uiDialog},disable:e.noop,enable:e.noop,close:function(t){var n=this;this._isOpen&&!1!==this._trigger("beforeClose",t)&&(this._isOpen=!1,this._focusedElement=null,this._destroyOverlay(),this._untrackInstance(),this.opener.filter(":focusable").trigger("focus").length||e.ui.safeBlur(e.ui.safeActiveElement(this.document[0])),this._hide(this.uiDialog,this.options.hide,(function(){n._trigger("close",t)})))},isOpen:function(){return this._isOpen},moveToTop:function(){this._moveToTop()},_moveToTop:function(t,n){var i=!1,r=this.uiDialog.siblings(".ui-front:visible").map((function(){return+e(this).css("z-index")})).get(),o=Math.max.apply(null,r);return o>=+this.uiDialog.css("z-index")&&(this.uiDialog.css("z-index",o+1),i=!0),i&&!n&&this._trigger("focus",t),i},open:function(){var t=this;this._isOpen?this._moveToTop()&&this._focusTabbable():(this._isOpen=!0,this.opener=e(e.ui.safeActiveElement(this.document[0])),this._size(),this._position(),this._createOverlay(),this._moveToTop(null,!0),this.overlay&&this.overlay.css("z-index",this.uiDialog.css("z-index")-1),this._show(this.uiDialog,this.options.show,(function(){t._focusTabbable(),t._trigger("focus")})),this._makeFocusTarget(),this._trigger("open"))},_focusTabbable:function(){var e=this._focusedElement;e||(e=this.element.find("[autofocus]")),e.length||(e=this.element.find(":tabbable")),e.length||(e=this.uiDialogButtonPane.find(":tabbable")),e.length||(e=this.uiDialogTitlebarClose.filter(":tabbable")),e.length||(e=this.uiDialog),e.eq(0).trigger("focus")},_keepFocus:function(t){function n(){var t=e.ui.safeActiveElement(this.document[0]);this.uiDialog[0]===t||e.contains(this.uiDialog[0],t)||this._focusTabbable()}t.preventDefault(),n.call(this),this._delay(n)},_createWrapper:function(){this.uiDialog=e("<div>").hide().attr({tabIndex:-1,role:"dialog"}).appendTo(this._appendTo()),this._addClass(this.uiDialog,"ui-dialog","ui-widget ui-widget-content ui-front"),this._on(this.uiDialog,{keydown:function(t){if(this.options.closeOnEscape&&!t.isDefaultPrevented()&&t.keyCode&&t.keyCode===e.ui.keyCode.ESCAPE)return t.preventDefault(),void this.close(t);if(t.keyCode===e.ui.keyCode.TAB&&!t.isDefaultPrevented()){var n=this.uiDialog.find(":tabbable"),i=n.filter(":first"),r=n.filter(":last");t.target!==r[0]&&t.target!==this.uiDialog[0]||t.shiftKey?t.target!==i[0]&&t.target!==this.uiDialog[0]||!t.shiftKey||(this._delay((function(){r.trigger("focus")})),t.preventDefault()):(this._delay((function(){i.trigger("focus")})),t.preventDefault())}},mousedown:function(e){this._moveToTop(e)&&this._focusTabbable()}}),this.element.find("[aria-describedby]").length||this.uiDialog.attr({"aria-describedby":this.element.uniqueId().attr("id")})},_createTitlebar:function(){var t;this.uiDialogTitlebar=e("<div>"),this._addClass(this.uiDialogTitlebar,"ui-dialog-titlebar","ui-widget-header ui-helper-clearfix"),this._on(this.uiDialogTitlebar,{mousedown:function(t){e(t.target).closest(".ui-dialog-titlebar-close")||this.uiDialog.trigger("focus")}}),this.uiDialogTitlebarClose=e("<button type='button'></button>").button({label:e("<a>").text(this.options.closeText).html(),icon:"ui-icon-closethick",showLabel:!1}).appendTo(this.uiDialogTitlebar),this._addClass(this.uiDialogTitlebarClose,"ui-dialog-titlebar-close"),this._on(this.uiDialogTitlebarClose,{click:function(e){e.preventDefault(),this.close(e)}}),t=e("<span>").uniqueId().prependTo(this.uiDialogTitlebar),this._addClass(t,"ui-dialog-title"),this._title(t),this.uiDialogTitlebar.prependTo(this.uiDialog),this.uiDialog.attr({"aria-labelledby":t.attr("id")})},_title:function(e){this.options.title?e.text(this.options.title):e.html("&#160;")},_createButtonPane:function(){this.uiDialogButtonPane=e("<div>"),this._addClass(this.uiDialogButtonPane,"ui-dialog-buttonpane","ui-widget-content ui-helper-clearfix"),this.uiButtonSet=e("<div>").appendTo(this.uiDialogButtonPane),this._addClass(this.uiButtonSet,"ui-dialog-buttonset"),this._createButtons()},_createButtons:function(){var t=this,n=this.options.buttons;this.uiDialogButtonPane.remove(),this.uiButtonSet.empty(),e.isEmptyObject(n)||e.isArray(n)&&!n.length?this._removeClass(this.uiDialog,"ui-dialog-buttons"):(e.each(n,(function(n,i){var r,o;i=e.isFunction(i)?{click:i,text:n}:i,i=e.extend({type:"button"},i),r=i.click,o={icon:i.icon,iconPosition:i.iconPosition,showLabel:i.showLabel,icons:i.icons,text:i.text},delete i.click,delete i.icon,delete i.iconPosition,delete i.showLabel,delete i.icons,"boolean"==typeof i.text&&delete i.text,e("<button></button>",i).button(o).appendTo(t.uiButtonSet).on("click",(function(){r.apply(t.element[0],arguments)}))})),this._addClass(this.uiDialog,"ui-dialog-buttons"),this.uiDialogButtonPane.appendTo(this.uiDialog))},_makeDraggable:function(){var t=this,n=this.options;function i(e){return{position:e.position,offset:e.offset}}this.uiDialog.draggable({cancel:".ui-dialog-content, .ui-dialog-titlebar-close",handle:".ui-dialog-titlebar",containment:"document",start:function(n,r){t._addClass(e(this),"ui-dialog-dragging"),t._blockFrames(),t._trigger("dragStart",n,i(r))},drag:function(e,n){t._trigger("drag",e,i(n))},stop:function(r,o){var s=o.offset.left-t.document.scrollLeft(),a=o.offset.top-t.document.scrollTop();n.position={my:"left top",at:"left"+(s>=0?"+":"")+s+" top"+(a>=0?"+":"")+a,of:t.window},t._removeClass(e(this),"ui-dialog-dragging"),t._unblockFrames(),t._trigger("dragStop",r,i(o))}})},_makeResizable:function(){var t=this,n=this.options,i=n.resizable,r=this.uiDialog.css("position"),o="string"==typeof i?i:"n,e,s,w,se,sw,ne,nw";function s(e){return{originalPosition:e.originalPosition,originalSize:e.originalSize,position:e.position,size:e.size}}this.uiDialog.resizable({cancel:".ui-dialog-content",containment:"document",alsoResize:this.element,maxWidth:n.maxWidth,maxHeight:n.maxHeight,minWidth:n.minWidth,minHeight:this._minHeight(),handles:o,start:function(n,i){t._addClass(e(this),"ui-dialog-resizing"),t._blockFrames(),t._trigger("resizeStart",n,s(i))},resize:function(e,n){t._trigger("resize",e,s(n))},stop:function(i,r){var o=t.uiDialog.offset(),a=o.left-t.document.scrollLeft(),l=o.top-t.document.scrollTop();n.height=t.uiDialog.height(),n.width=t.uiDialog.width(),n.position={my:"left top",at:"left"+(a>=0?"+":"")+a+" top"+(l>=0?"+":"")+l,of:t.window},t._removeClass(e(this),"ui-dialog-resizing"),t._unblockFrames(),t._trigger("resizeStop",i,s(r))}}).css("position",r)},_trackFocus:function(){this._on(this.widget(),{focusin:function(t){this._makeFocusTarget(),this._focusedElement=e(t.target)}})},_makeFocusTarget:function(){this._untrackInstance(),this._trackingInstances().unshift(this)},_untrackInstance:function(){var t=this._trackingInstances(),n=e.inArray(this,t);-1!==n&&t.splice(n,1)},_trackingInstances:function(){var e=this.document.data("ui-dialog-instances");return e||(e=[],this.document.data("ui-dialog-instances",e)),e},_minHeight:function(){var e=this.options;return"auto"===e.height?e.minHeight:Math.min(e.minHeight,e.height)},_position:function(){var e=this.uiDialog.is(":visible");e||this.uiDialog.show(),this.uiDialog.position(this.options.position),e||this.uiDialog.hide()},_setOptions:function(t){var n=this,i=!1,r={};e.each(t,(function(e,t){n._setOption(e,t),e in n.sizeRelatedOptions&&(i=!0),e in n.resizableRelatedOptions&&(r[e]=t)})),i&&(this._size(),this._position()),this.uiDialog.is(":data(ui-resizable)")&&this.uiDialog.resizable("option",r)},_setOption:function(t,n){var i,r,o=this.uiDialog;"disabled"!==t&&(this._super(t,n),"appendTo"===t&&this.uiDialog.appendTo(this._appendTo()),"buttons"===t&&this._createButtons(),"closeText"===t&&this.uiDialogTitlebarClose.button({label:e("<a>").text(""+this.options.closeText).html()}),"draggable"===t&&((i=o.is(":data(ui-draggable)"))&&!n&&o.draggable("destroy"),!i&&n&&this._makeDraggable()),"position"===t&&this._position(),"resizable"===t&&((r=o.is(":data(ui-resizable)"))&&!n&&o.resizable("destroy"),r&&"string"==typeof n&&o.resizable("option","handles",n),r||!1===n||this._makeResizable()),"title"===t&&this._title(this.uiDialogTitlebar.find(".ui-dialog-title")))},_size:function(){var e,t,n,i=this.options;this.element.show().css({width:"auto",minHeight:0,maxHeight:"none",height:0}),i.minWidth>i.width&&(i.width=i.minWidth),e=this.uiDialog.css({height:"auto",width:i.width}).outerHeight(),t=Math.max(0,i.minHeight-e),n="number"==typeof i.maxHeight?Math.max(0,i.maxHeight-e):"none","auto"===i.height?this.element.css({minHeight:t,maxHeight:n,height:"auto"}):this.element.height(Math.max(0,i.height-e)),this.uiDialog.is(":data(ui-resizable)")&&this.uiDialog.resizable("option","minHeight",this._minHeight())},_blockFrames:function(){this.iframeBlocks=this.document.find("iframe").map((function(){var t=e(this);return e("<div>").css({position:"absolute",width:t.outerWidth(),height:t.outerHeight()}).appendTo(t.parent()).offset(t.offset())[0]}))},_unblockFrames:function(){this.iframeBlocks&&(this.iframeBlocks.remove(),delete this.iframeBlocks)},_allowInteraction:function(t){return!!e(t.target).closest(".ui-dialog").length||!!e(t.target).closest(".ui-datepicker").length},_createOverlay:function(){if(this.options.modal){var t=!0;this._delay((function(){t=!1})),this.document.data("ui-dialog-overlays")||this._on(this.document,{focusin:function(e){t||this._allowInteraction(e)||(e.preventDefault(),this._trackingInstances()[0]._focusTabbable())}}),this.overlay=e("<div>").appendTo(this._appendTo()),this._addClass(this.overlay,null,"ui-widget-overlay ui-front"),this._on(this.overlay,{mousedown:"_keepFocus"}),this.document.data("ui-dialog-overlays",(this.document.data("ui-dialog-overlays")||0)+1)}},_destroyOverlay:function(){if(this.options.modal&&this.overlay){var e=this.document.data("ui-dialog-overlays")-1;e?this.document.data("ui-dialog-overlays",e):(this._off(this.document,"focusin"),this.document.removeData("ui-dialog-overlays")),this.overlay.remove(),this.overlay=null}}}),!1!==e.uiBackCompat&&e.widget("ui.dialog",e.ui.dialog,{options:{dialogClass:""},_createWrapper:function(){this._super(),this.uiDialog.addClass(this.options.dialogClass)},_setOption:function(e,t){"dialogClass"===e&&this.uiDialog.removeClass(this.options.dialogClass).addClass(t),this._superApply(arguments)}}),e.ui.dialog,
+e.widget("ui.dialog",{version:"1.12.1",options:{appendTo:"body",autoOpen:!0,buttons:[],classes:{"ui-dialog":"ui-corner-all","ui-dialog-titlebar":"ui-corner-all"},closeOnEscape:!0,closeText:"Close",draggable:!0,hide:null,height:"auto",maxHeight:null,maxWidth:null,minHeight:150,minWidth:150,modal:!1,position:{my:"center",at:"center",of:window,collision:"fit",using:function(t){var n=e(this).css(t).offset().top;n<0&&e(this).css("top",t.top-n)}},resizable:!0,show:null,title:null,width:300,beforeClose:null,close:null,drag:null,dragStart:null,dragStop:null,focus:null,open:null,resize:null,resizeStart:null,resizeStop:null},sizeRelatedOptions:{buttons:!0,height:!0,maxHeight:!0,maxWidth:!0,minHeight:!0,minWidth:!0,width:!0},resizableRelatedOptions:{maxHeight:!0,maxWidth:!0,minHeight:!0,minWidth:!0},_create:function(){this.originalCss={display:this.element[0].style.display,width:this.element[0].style.width,minHeight:this.element[0].style.minHeight,maxHeight:this.element[0].style.maxHeight,height:this.element[0].style.height},this.originalPosition={parent:this.element.parent(),index:this.element.parent().children().index(this.element)},this.originalTitle=this.element.attr("title"),null==this.options.title&&null!=this.originalTitle&&(this.options.title=this.originalTitle),this.options.disabled&&(this.options.disabled=!1),this._createWrapper(),this.element.show().removeAttr("title").appendTo(this.uiDialog),this._addClass("ui-dialog-content","ui-widget-content"),this._createTitlebar(),this._createButtonPane(),this.options.draggable&&e.fn.draggable&&this._makeDraggable(),this.options.resizable&&e.fn.resizable&&this._makeResizable(),this._isOpen=!1,this._trackFocus()},_init:function(){this.options.autoOpen&&this.open()},_appendTo:function(){var t=this.options.appendTo;return t&&(t.jquery||t.nodeType)?e(t):this.document.find(t||"body").eq(0)},_destroy:function(){var e,t=this.originalPosition;this._untrackInstance(),this._destroyOverlay(),this.element.removeUniqueId().css(this.originalCss).detach(),this.uiDialog.remove(),this.originalTitle&&this.element.attr("title",this.originalTitle),(e=t.parent.children().eq(t.index)).length&&e[0]!==this.element[0]?e.before(this.element):t.parent.append(this.element)},widget:function(){return this.uiDialog},disable:e.noop,enable:e.noop,close:function(t){var n=this;this._isOpen&&!1!==this._trigger("beforeClose",t)&&(this._isOpen=!1,this._focusedElement=null,this._destroyOverlay(),this._untrackInstance(),this.opener.filter(":focusable").trigger("focus").length||e.ui.safeBlur(e.ui.safeActiveElement(this.document[0])),this._hide(this.uiDialog,this.options.hide,(function(){n._trigger("close",t)})))},isOpen:function(){return this._isOpen},moveToTop:function(){this._moveToTop()},_moveToTop:function(t,n){var i=!1,r=this.uiDialog.siblings(".ui-front:visible").map((function(){return+e(this).css("z-index")})).get(),o=Math.max.apply(null,r);return o>=+this.uiDialog.css("z-index")&&(this.uiDialog.css("z-index",o+1),i=!0),i&&!n&&this._trigger("focus",t),i},open:function(){var t=this;this._isOpen?this._moveToTop()&&this._focusTabbable():(this._isOpen=!0,this.opener=e(e.ui.safeActiveElement(this.document[0])),this._size(),this._position(),this._createOverlay(),this._moveToTop(null,!0),this.overlay&&this.overlay.css("z-index",this.uiDialog.css("z-index")-1),this._show(this.uiDialog,this.options.show,(function(){t._focusTabbable(),t._trigger("focus")})),this._makeFocusTarget(),this._trigger("open"))},_focusTabbable:function(){var e=this._focusedElement;e||(e=this.element.find("[autofocus]")),e.length||(e=this.element.find(":tabbable")),e.length||(e=this.uiDialogButtonPane.find(":tabbable")),e.length||(e=this.uiDialogTitlebarClose.filter(":tabbable")),e.length||(e=this.uiDialog),e.eq(0).trigger("focus")},_keepFocus:function(t){function n(){var t=e.ui.safeActiveElement(this.document[0]);this.uiDialog[0]===t||e.contains(this.uiDialog[0],t)||this._focusTabbable()}t.preventDefault(),n.call(this),this._delay(n)},_createWrapper:function(){this.uiDialog=e("<div>").hide().attr({tabIndex:-1,role:"dialog"}).appendTo(this._appendTo()),this._addClass(this.uiDialog,"ui-dialog","ui-widget ui-widget-content ui-front"),this._on(this.uiDialog,{keydown:function(t){if(this.options.closeOnEscape&&!t.isDefaultPrevented()&&t.keyCode&&t.keyCode===e.ui.keyCode.ESCAPE)return t.preventDefault(),void this.close(t);if(t.keyCode===e.ui.keyCode.TAB&&!t.isDefaultPrevented()){var n=this.uiDialog.find(":tabbable"),i=n.filter(":first"),r=n.filter(":last");t.target!==r[0]&&t.target!==this.uiDialog[0]||t.shiftKey?t.target!==i[0]&&t.target!==this.uiDialog[0]||!t.shiftKey||(this._delay((function(){r.trigger("focus")})),t.preventDefault()):(this._delay((function(){i.trigger("focus")})),t.preventDefault())}},mousedown:function(e){this._moveToTop(e)&&this._focusTabbable()}}),this.element.find("[aria-describedby]").length||this.uiDialog.attr({"aria-describedby":this.element.uniqueId().attr("id")})},_createTitlebar:function(){var t;this.uiDialogTitlebar=e("<div>"),this._addClass(this.uiDialogTitlebar,"ui-dialog-titlebar","ui-widget-header ui-helper-clearfix"),this._on(this.uiDialogTitlebar,{mousedown:function(t){e(t.target).closest(".ui-dialog-titlebar-close")||this.uiDialog.trigger("focus")}}),this.uiDialogTitlebarClose=e("<button type='button'></button>").button({label:e("<a>").text(this.options.closeText).html(),icon:"ui-icon-closethick",showLabel:!1}).appendTo(this.uiDialogTitlebar),this._addClass(this.uiDialogTitlebarClose,"ui-dialog-titlebar-close"),this._on(this.uiDialogTitlebarClose,{click:function(e){e.preventDefault(),this.close(e)}}),t=e("<span>").uniqueId().prependTo(this.uiDialogTitlebar),this._addClass(t,"ui-dialog-title"),this._title(t),this.uiDialogTitlebar.prependTo(this.uiDialog),this.uiDialog.attr({"aria-labelledby":t.attr("id")})},_title:function(e){this.options.title?e.text(this.options.title):e.html("&#160;")},_createButtonPane:function(){this.uiDialogButtonPane=e("<div>"),this._addClass(this.uiDialogButtonPane,"ui-dialog-buttonpane","ui-widget-content ui-helper-clearfix"),this.uiButtonSet=e("<div>").appendTo(this.uiDialogButtonPane),this._addClass(this.uiButtonSet,"ui-dialog-buttonset"),this._createButtons()},_createButtons:function(){var t=this,n=this.options.buttons;this.uiDialogButtonPane.remove(),this.uiButtonSet.empty(),e.isEmptyObject(n)||e.isArray(n)&&!n.length?this._removeClass(this.uiDialog,"ui-dialog-buttons"):(e.each(n,(function(n,i){var r,o;i=e.isFunction(i)?{click:i,text:n}:i,i=e.extend({type:"button"},i),r=i.click,o={icon:i.icon,iconPosition:i.iconPosition,showLabel:i.showLabel,icons:i.icons,text:i.text},delete i.click,delete i.icon,delete i.iconPosition,delete i.showLabel,delete i.icons,"boolean"==typeof i.text&&delete i.text,e("<button></button>",i).button(o).appendTo(t.uiButtonSet).on("click",(function(){r.apply(t.element[0],arguments)}))})),this._addClass(this.uiDialog,"ui-dialog-buttons"),this.uiDialogButtonPane.appendTo(this.uiDialog))},_makeDraggable:function(){var t=this,n=this.options;function i(e){return{position:e.position,offset:e.offset}}this.uiDialog.draggable({cancel:".ui-dialog-content, .ui-dialog-titlebar-close",handle:".ui-dialog-titlebar",containment:"document",start:function(n,r){t._addClass(e(this),"ui-dialog-dragging"),t._blockFrames(),t._trigger("dragStart",n,i(r))},drag:function(e,n){t._trigger("drag",e,i(n))},stop:function(r,o){var a=o.offset.left-t.document.scrollLeft(),s=o.offset.top-t.document.scrollTop();n.position={my:"left top",at:"left"+(a>=0?"+":"")+a+" top"+(s>=0?"+":"")+s,of:t.window},t._removeClass(e(this),"ui-dialog-dragging"),t._unblockFrames(),t._trigger("dragStop",r,i(o))}})},_makeResizable:function(){var t=this,n=this.options,i=n.resizable,r=this.uiDialog.css("position"),o="string"==typeof i?i:"n,e,s,w,se,sw,ne,nw";function a(e){return{originalPosition:e.originalPosition,originalSize:e.originalSize,position:e.position,size:e.size}}this.uiDialog.resizable({cancel:".ui-dialog-content",containment:"document",alsoResize:this.element,maxWidth:n.maxWidth,maxHeight:n.maxHeight,minWidth:n.minWidth,minHeight:this._minHeight(),handles:o,start:function(n,i){t._addClass(e(this),"ui-dialog-resizing"),t._blockFrames(),t._trigger("resizeStart",n,a(i))},resize:function(e,n){t._trigger("resize",e,a(n))},stop:function(i,r){var o=t.uiDialog.offset(),s=o.left-t.document.scrollLeft(),l=o.top-t.document.scrollTop();n.height=t.uiDialog.height(),n.width=t.uiDialog.width(),n.position={my:"left top",at:"left"+(s>=0?"+":"")+s+" top"+(l>=0?"+":"")+l,of:t.window},t._removeClass(e(this),"ui-dialog-resizing"),t._unblockFrames(),t._trigger("resizeStop",i,a(r))}}).css("position",r)},_trackFocus:function(){this._on(this.widget(),{focusin:function(t){this._makeFocusTarget(),this._focusedElement=e(t.target)}})},_makeFocusTarget:function(){this._untrackInstance(),this._trackingInstances().unshift(this)},_untrackInstance:function(){var t=this._trackingInstances(),n=e.inArray(this,t);-1!==n&&t.splice(n,1)},_trackingInstances:function(){var e=this.document.data("ui-dialog-instances");return e||(e=[],this.document.data("ui-dialog-instances",e)),e},_minHeight:function(){var e=this.options;return"auto"===e.height?e.minHeight:Math.min(e.minHeight,e.height)},_position:function(){var e=this.uiDialog.is(":visible");e||this.uiDialog.show(),this.uiDialog.position(this.options.position),e||this.uiDialog.hide()},_setOptions:function(t){var n=this,i=!1,r={};e.each(t,(function(e,t){n._setOption(e,t),e in n.sizeRelatedOptions&&(i=!0),e in n.resizableRelatedOptions&&(r[e]=t)})),i&&(this._size(),this._position()),this.uiDialog.is(":data(ui-resizable)")&&this.uiDialog.resizable("option",r)},_setOption:function(t,n){var i,r,o=this.uiDialog;"disabled"!==t&&(this._super(t,n),"appendTo"===t&&this.uiDialog.appendTo(this._appendTo()),"buttons"===t&&this._createButtons(),"closeText"===t&&this.uiDialogTitlebarClose.button({label:e("<a>").text(""+this.options.closeText).html()}),"draggable"===t&&((i=o.is(":data(ui-draggable)"))&&!n&&o.draggable("destroy"),!i&&n&&this._makeDraggable()),"position"===t&&this._position(),"resizable"===t&&((r=o.is(":data(ui-resizable)"))&&!n&&o.resizable("destroy"),r&&"string"==typeof n&&o.resizable("option","handles",n),r||!1===n||this._makeResizable()),"title"===t&&this._title(this.uiDialogTitlebar.find(".ui-dialog-title")))},_size:function(){var e,t,n,i=this.options;this.element.show().css({width:"auto",minHeight:0,maxHeight:"none",height:0}),i.minWidth>i.width&&(i.width=i.minWidth),e=this.uiDialog.css({height:"auto",width:i.width}).outerHeight(),t=Math.max(0,i.minHeight-e),n="number"==typeof i.maxHeight?Math.max(0,i.maxHeight-e):"none","auto"===i.height?this.element.css({minHeight:t,maxHeight:n,height:"auto"}):this.element.height(Math.max(0,i.height-e)),this.uiDialog.is(":data(ui-resizable)")&&this.uiDialog.resizable("option","minHeight",this._minHeight())},_blockFrames:function(){this.iframeBlocks=this.document.find("iframe").map((function(){var t=e(this);return e("<div>").css({position:"absolute",width:t.outerWidth(),height:t.outerHeight()}).appendTo(t.parent()).offset(t.offset())[0]}))},_unblockFrames:function(){this.iframeBlocks&&(this.iframeBlocks.remove(),delete this.iframeBlocks)},_allowInteraction:function(t){return!!e(t.target).closest(".ui-dialog").length||!!e(t.target).closest(".ui-datepicker").length},_createOverlay:function(){if(this.options.modal){var t=!0;this._delay((function(){t=!1})),this.document.data("ui-dialog-overlays")||this._on(this.document,{focusin:function(e){t||this._allowInteraction(e)||(e.preventDefault(),this._trackingInstances()[0]._focusTabbable())}}),this.overlay=e("<div>").appendTo(this._appendTo()),this._addClass(this.overlay,null,"ui-widget-overlay ui-front"),this._on(this.overlay,{mousedown:"_keepFocus"}),this.document.data("ui-dialog-overlays",(this.document.data("ui-dialog-overlays")||0)+1)}},_destroyOverlay:function(){if(this.options.modal&&this.overlay){var e=this.document.data("ui-dialog-overlays")-1;e?this.document.data("ui-dialog-overlays",e):(this._off(this.document,"focusin"),this.document.removeData("ui-dialog-overlays")),this.overlay.remove(),this.overlay=null}}}),!1!==e.uiBackCompat&&e.widget("ui.dialog",e.ui.dialog,{options:{dialogClass:""},_createWrapper:function(){this._super(),this.uiDialog.addClass(this.options.dialogClass)},_setOption:function(e,t){"dialogClass"===e&&this.uiDialog.removeClass(this.options.dialogClass).addClass(t),this._superApply(arguments)}}),e.ui.dialog,
/*!
* jQuery UI Droppable 1.12.1
* http://jqueryui.com
@@ -703,7 +1450,7 @@ e.widget("ui.dialog",{version:"1.12.1",options:{appendTo:"body",autoOpen:!0,butt
* Released under the MIT license.
* http://jquery.org/license
*/
-e.widget("ui.droppable",{version:"1.12.1",widgetEventPrefix:"drop",options:{accept:"*",addClasses:!0,greedy:!1,scope:"default",tolerance:"intersect",activate:null,deactivate:null,drop:null,out:null,over:null},_create:function(){var t,n=this.options,i=n.accept;this.isover=!1,this.isout=!0,this.accept=e.isFunction(i)?i:function(e){return e.is(i)},this.proportions=function(){if(!arguments.length)return t||(t={width:this.element[0].offsetWidth,height:this.element[0].offsetHeight});t=arguments[0]},this._addToManager(n.scope),n.addClasses&&this._addClass("ui-droppable")},_addToManager:function(t){e.ui.ddmanager.droppables[t]=e.ui.ddmanager.droppables[t]||[],e.ui.ddmanager.droppables[t].push(this)},_splice:function(e){for(var t=0;t<e.length;t++)e[t]===this&&e.splice(t,1)},_destroy:function(){var t=e.ui.ddmanager.droppables[this.options.scope];this._splice(t)},_setOption:function(t,n){if("accept"===t)this.accept=e.isFunction(n)?n:function(e){return e.is(n)};else if("scope"===t){var i=e.ui.ddmanager.droppables[this.options.scope];this._splice(i),this._addToManager(n)}this._super(t,n)},_activate:function(t){var n=e.ui.ddmanager.current;this._addActiveClass(),n&&this._trigger("activate",t,this.ui(n))},_deactivate:function(t){var n=e.ui.ddmanager.current;this._removeActiveClass(),n&&this._trigger("deactivate",t,this.ui(n))},_over:function(t){var n=e.ui.ddmanager.current;n&&(n.currentItem||n.element)[0]!==this.element[0]&&this.accept.call(this.element[0],n.currentItem||n.element)&&(this._addHoverClass(),this._trigger("over",t,this.ui(n)))},_out:function(t){var n=e.ui.ddmanager.current;n&&(n.currentItem||n.element)[0]!==this.element[0]&&this.accept.call(this.element[0],n.currentItem||n.element)&&(this._removeHoverClass(),this._trigger("out",t,this.ui(n)))},_drop:function(t,n){var i=n||e.ui.ddmanager.current,r=!1;return!(!i||(i.currentItem||i.element)[0]===this.element[0])&&(this.element.find(":data(ui-droppable)").not(".ui-draggable-dragging").each((function(){var n=e(this).droppable("instance");if(n.options.greedy&&!n.options.disabled&&n.options.scope===i.options.scope&&n.accept.call(n.element[0],i.currentItem||i.element)&&v(i,e.extend(n,{offset:n.element.offset()}),n.options.tolerance,t))return r=!0,!1})),!r&&!!this.accept.call(this.element[0],i.currentItem||i.element)&&(this._removeActiveClass(),this._removeHoverClass(),this._trigger("drop",t,this.ui(i)),this.element))},ui:function(e){return{draggable:e.currentItem||e.element,helper:e.helper,position:e.position,offset:e.positionAbs}},_addHoverClass:function(){this._addClass("ui-droppable-hover")},_removeHoverClass:function(){this._removeClass("ui-droppable-hover")},_addActiveClass:function(){this._addClass("ui-droppable-active")},_removeActiveClass:function(){this._removeClass("ui-droppable-active")}});var g,v=e.ui.intersect=function(){function e(e,t,n){return e>=t&&e<t+n}return function(t,n,i,r){if(!n.offset)return!1;var o=(t.positionAbs||t.position.absolute).left+t.margins.left,s=(t.positionAbs||t.position.absolute).top+t.margins.top,a=o+t.helperProportions.width,l=s+t.helperProportions.height,c=n.offset.left,u=n.offset.top,d=c+n.proportions().width,h=u+n.proportions().height;switch(i){case"fit":return c<=o&&a<=d&&u<=s&&l<=h;case"intersect":return c<o+t.helperProportions.width/2&&a-t.helperProportions.width/2<d&&u<s+t.helperProportions.height/2&&l-t.helperProportions.height/2<h;case"pointer":return e(r.pageY,u,n.proportions().height)&&e(r.pageX,c,n.proportions().width);case"touch":return(s>=u&&s<=h||l>=u&&l<=h||s<u&&l>h)&&(o>=c&&o<=d||a>=c&&a<=d||o<c&&a>d);default:return!1}}}();
+e.widget("ui.droppable",{version:"1.12.1",widgetEventPrefix:"drop",options:{accept:"*",addClasses:!0,greedy:!1,scope:"default",tolerance:"intersect",activate:null,deactivate:null,drop:null,out:null,over:null},_create:function(){var t,n=this.options,i=n.accept;this.isover=!1,this.isout=!0,this.accept=e.isFunction(i)?i:function(e){return e.is(i)},this.proportions=function(){if(!arguments.length)return t||(t={width:this.element[0].offsetWidth,height:this.element[0].offsetHeight});t=arguments[0]},this._addToManager(n.scope),n.addClasses&&this._addClass("ui-droppable")},_addToManager:function(t){e.ui.ddmanager.droppables[t]=e.ui.ddmanager.droppables[t]||[],e.ui.ddmanager.droppables[t].push(this)},_splice:function(e){for(var t=0;t<e.length;t++)e[t]===this&&e.splice(t,1)},_destroy:function(){var t=e.ui.ddmanager.droppables[this.options.scope];this._splice(t)},_setOption:function(t,n){if("accept"===t)this.accept=e.isFunction(n)?n:function(e){return e.is(n)};else if("scope"===t){var i=e.ui.ddmanager.droppables[this.options.scope];this._splice(i),this._addToManager(n)}this._super(t,n)},_activate:function(t){var n=e.ui.ddmanager.current;this._addActiveClass(),n&&this._trigger("activate",t,this.ui(n))},_deactivate:function(t){var n=e.ui.ddmanager.current;this._removeActiveClass(),n&&this._trigger("deactivate",t,this.ui(n))},_over:function(t){var n=e.ui.ddmanager.current;n&&(n.currentItem||n.element)[0]!==this.element[0]&&this.accept.call(this.element[0],n.currentItem||n.element)&&(this._addHoverClass(),this._trigger("over",t,this.ui(n)))},_out:function(t){var n=e.ui.ddmanager.current;n&&(n.currentItem||n.element)[0]!==this.element[0]&&this.accept.call(this.element[0],n.currentItem||n.element)&&(this._removeHoverClass(),this._trigger("out",t,this.ui(n)))},_drop:function(t,n){var i=n||e.ui.ddmanager.current,r=!1;return!(!i||(i.currentItem||i.element)[0]===this.element[0])&&(this.element.find(":data(ui-droppable)").not(".ui-draggable-dragging").each((function(){var n=e(this).droppable("instance");if(n.options.greedy&&!n.options.disabled&&n.options.scope===i.options.scope&&n.accept.call(n.element[0],i.currentItem||i.element)&&A(i,e.extend(n,{offset:n.element.offset()}),n.options.tolerance,t))return r=!0,!1})),!r&&!!this.accept.call(this.element[0],i.currentItem||i.element)&&(this._removeActiveClass(),this._removeHoverClass(),this._trigger("drop",t,this.ui(i)),this.element))},ui:function(e){return{draggable:e.currentItem||e.element,helper:e.helper,position:e.position,offset:e.positionAbs}},_addHoverClass:function(){this._addClass("ui-droppable-hover")},_removeHoverClass:function(){this._removeClass("ui-droppable-hover")},_addActiveClass:function(){this._addClass("ui-droppable-active")},_removeActiveClass:function(){this._removeClass("ui-droppable-active")}});var g,A=e.ui.intersect=function(){function e(e,t,n){return e>=t&&e<t+n}return function(t,n,i,r){if(!n.offset)return!1;var o=(t.positionAbs||t.position.absolute).left+t.margins.left,a=(t.positionAbs||t.position.absolute).top+t.margins.top,s=o+t.helperProportions.width,l=a+t.helperProportions.height,u=n.offset.left,c=n.offset.top,d=u+n.proportions().width,h=c+n.proportions().height;switch(i){case"fit":return u<=o&&s<=d&&c<=a&&l<=h;case"intersect":return u<o+t.helperProportions.width/2&&s-t.helperProportions.width/2<d&&c<a+t.helperProportions.height/2&&l-t.helperProportions.height/2<h;case"pointer":return e(r.pageY,c,n.proportions().height)&&e(r.pageX,u,n.proportions().width);case"touch":return(a>=c&&a<=h||l>=c&&l<=h||a<c&&l>h)&&(o>=u&&o<=d||s>=u&&s<=d||o<u&&s>d);default:return!1}}}();
/*!
* jQuery UI Spinner 1.12.1
* http://jqueryui.com
@@ -712,7 +1459,7 @@ e.widget("ui.droppable",{version:"1.12.1",widgetEventPrefix:"drop",options:{acce
* Released under the MIT license.
* http://jquery.org/license
*/
-function _(e){return function(){var t=this.element.val();e.apply(this,arguments),this._refresh(),t!==this.element.val()&&this._trigger("change")}}e.ui.ddmanager={current:null,droppables:{default:[]},prepareOffsets:function(t,n){var i,r,o=e.ui.ddmanager.droppables[t.options.scope]||[],s=n?n.type:null,a=(t.currentItem||t.element).find(":data(ui-droppable)").addBack();e:for(i=0;i<o.length;i++)if(!(o[i].options.disabled||t&&!o[i].accept.call(o[i].element[0],t.currentItem||t.element))){for(r=0;r<a.length;r++)if(a[r]===o[i].element[0]){o[i].proportions().height=0;continue e}o[i].visible="none"!==o[i].element.css("display"),o[i].visible&&("mousedown"===s&&o[i]._activate.call(o[i],n),o[i].offset=o[i].element.offset(),o[i].proportions({width:o[i].element[0].offsetWidth,height:o[i].element[0].offsetHeight}))}},drop:function(t,n){var i=!1;return e.each((e.ui.ddmanager.droppables[t.options.scope]||[]).slice(),(function(){this.options&&(!this.options.disabled&&this.visible&&v(t,this,this.options.tolerance,n)&&(i=this._drop.call(this,n)||i),!this.options.disabled&&this.visible&&this.accept.call(this.element[0],t.currentItem||t.element)&&(this.isout=!0,this.isover=!1,this._deactivate.call(this,n)))})),i},dragStart:function(t,n){t.element.parentsUntil("body").on("scroll.droppable",(function(){t.options.refreshPositions||e.ui.ddmanager.prepareOffsets(t,n)}))},drag:function(t,n){t.options.refreshPositions&&e.ui.ddmanager.prepareOffsets(t,n),e.each(e.ui.ddmanager.droppables[t.options.scope]||[],(function(){if(!this.options.disabled&&!this.greedyChild&&this.visible){var i,r,o,s=v(t,this,this.options.tolerance,n),a=!s&&this.isover?"isout":s&&!this.isover?"isover":null;a&&(this.options.greedy&&(r=this.options.scope,(o=this.element.parents(":data(ui-droppable)").filter((function(){return e(this).droppable("instance").options.scope===r}))).length&&((i=e(o[0]).droppable("instance")).greedyChild="isover"===a)),i&&"isover"===a&&(i.isover=!1,i.isout=!0,i._out.call(i,n)),this[a]=!0,this["isout"===a?"isover":"isout"]=!1,this["isover"===a?"_over":"_out"].call(this,n),i&&"isout"===a&&(i.isout=!1,i.isover=!0,i._over.call(i,n)))}}))},dragStop:function(t,n){t.element.parentsUntil("body").off("scroll.droppable"),t.options.refreshPositions||e.ui.ddmanager.prepareOffsets(t,n)}},!1!==e.uiBackCompat&&e.widget("ui.droppable",e.ui.droppable,{options:{hoverClass:!1,activeClass:!1},_addActiveClass:function(){this._super(),this.options.activeClass&&this.element.addClass(this.options.activeClass)},_removeActiveClass:function(){this._super(),this.options.activeClass&&this.element.removeClass(this.options.activeClass)},_addHoverClass:function(){this._super(),this.options.hoverClass&&this.element.addClass(this.options.hoverClass)},_removeHoverClass:function(){this._super(),this.options.hoverClass&&this.element.removeClass(this.options.hoverClass)}}),e.ui.droppable,e.widget("ui.progressbar",{version:"1.12.1",options:{classes:{"ui-progressbar":"ui-corner-all","ui-progressbar-value":"ui-corner-left","ui-progressbar-complete":"ui-corner-right"},max:100,value:0,change:null,complete:null},min:0,_create:function(){this.oldValue=this.options.value=this._constrainedValue(),this.element.attr({role:"progressbar","aria-valuemin":this.min}),this._addClass("ui-progressbar","ui-widget ui-widget-content"),this.valueDiv=e("<div>").appendTo(this.element),this._addClass(this.valueDiv,"ui-progressbar-value","ui-widget-header"),this._refreshValue()},_destroy:function(){this.element.removeAttr("role aria-valuemin aria-valuemax aria-valuenow"),this.valueDiv.remove()},value:function(e){if(void 0===e)return this.options.value;this.options.value=this._constrainedValue(e),this._refreshValue()},_constrainedValue:function(e){return void 0===e&&(e=this.options.value),this.indeterminate=!1===e,"number"!=typeof e&&(e=0),!this.indeterminate&&Math.min(this.options.max,Math.max(this.min,e))},_setOptions:function(e){var t=e.value;delete e.value,this._super(e),this.options.value=this._constrainedValue(t),this._refreshValue()},_setOption:function(e,t){"max"===e&&(t=Math.max(this.min,t)),this._super(e,t)},_setOptionDisabled:function(e){this._super(e),this.element.attr("aria-disabled",e),this._toggleClass(null,"ui-state-disabled",!!e)},_percentage:function(){return this.indeterminate?100:100*(this.options.value-this.min)/(this.options.max-this.min)},_refreshValue:function(){var t=this.options.value,n=this._percentage();this.valueDiv.toggle(this.indeterminate||t>this.min).width(n.toFixed(0)+"%"),this._toggleClass(this.valueDiv,"ui-progressbar-complete",null,t===this.options.max)._toggleClass("ui-progressbar-indeterminate",null,this.indeterminate),this.indeterminate?(this.element.removeAttr("aria-valuenow"),this.overlayDiv||(this.overlayDiv=e("<div>").appendTo(this.valueDiv),this._addClass(this.overlayDiv,"ui-progressbar-overlay"))):(this.element.attr({"aria-valuemax":this.options.max,"aria-valuenow":t}),this.overlayDiv&&(this.overlayDiv.remove(),this.overlayDiv=null)),this.oldValue!==t&&(this.oldValue=t,this._trigger("change")),t===this.options.max&&this._trigger("complete")}}),e.widget("ui.selectable",e.ui.mouse,{version:"1.12.1",options:{appendTo:"body",autoRefresh:!0,distance:0,filter:"*",tolerance:"touch",selected:null,selecting:null,start:null,stop:null,unselected:null,unselecting:null},_create:function(){var t=this;this._addClass("ui-selectable"),this.dragged=!1,this.refresh=function(){t.elementPos=e(t.element[0]).offset(),t.selectees=e(t.options.filter,t.element[0]),t._addClass(t.selectees,"ui-selectee"),t.selectees.each((function(){var n=e(this),i=n.offset(),r={left:i.left-t.elementPos.left,top:i.top-t.elementPos.top};e.data(this,"selectable-item",{element:this,$element:n,left:r.left,top:r.top,right:r.left+n.outerWidth(),bottom:r.top+n.outerHeight(),startselected:!1,selected:n.hasClass("ui-selected"),selecting:n.hasClass("ui-selecting"),unselecting:n.hasClass("ui-unselecting")})}))},this.refresh(),this._mouseInit(),this.helper=e("<div>"),this._addClass(this.helper,"ui-selectable-helper")},_destroy:function(){this.selectees.removeData("selectable-item"),this._mouseDestroy()},_mouseStart:function(t){var n=this,i=this.options;this.opos=[t.pageX,t.pageY],this.elementPos=e(this.element[0]).offset(),this.options.disabled||(this.selectees=e(i.filter,this.element[0]),this._trigger("start",t),e(i.appendTo).append(this.helper),this.helper.css({left:t.pageX,top:t.pageY,width:0,height:0}),i.autoRefresh&&this.refresh(),this.selectees.filter(".ui-selected").each((function(){var i=e.data(this,"selectable-item");i.startselected=!0,t.metaKey||t.ctrlKey||(n._removeClass(i.$element,"ui-selected"),i.selected=!1,n._addClass(i.$element,"ui-unselecting"),i.unselecting=!0,n._trigger("unselecting",t,{unselecting:i.element}))})),e(t.target).parents().addBack().each((function(){var i,r=e.data(this,"selectable-item");if(r)return i=!t.metaKey&&!t.ctrlKey||!r.$element.hasClass("ui-selected"),n._removeClass(r.$element,i?"ui-unselecting":"ui-selected")._addClass(r.$element,i?"ui-selecting":"ui-unselecting"),r.unselecting=!i,r.selecting=i,r.selected=i,i?n._trigger("selecting",t,{selecting:r.element}):n._trigger("unselecting",t,{unselecting:r.element}),!1})))},_mouseDrag:function(t){if(this.dragged=!0,!this.options.disabled){var n,i=this,r=this.options,o=this.opos[0],s=this.opos[1],a=t.pageX,l=t.pageY;return o>a&&(n=a,a=o,o=n),s>l&&(n=l,l=s,s=n),this.helper.css({left:o,top:s,width:a-o,height:l-s}),this.selectees.each((function(){var n=e.data(this,"selectable-item"),c=!1,u={};n&&n.element!==i.element[0]&&(u.left=n.left+i.elementPos.left,u.right=n.right+i.elementPos.left,u.top=n.top+i.elementPos.top,u.bottom=n.bottom+i.elementPos.top,"touch"===r.tolerance?c=!(u.left>a||u.right<o||u.top>l||u.bottom<s):"fit"===r.tolerance&&(c=u.left>o&&u.right<a&&u.top>s&&u.bottom<l),c?(n.selected&&(i._removeClass(n.$element,"ui-selected"),n.selected=!1),n.unselecting&&(i._removeClass(n.$element,"ui-unselecting"),n.unselecting=!1),n.selecting||(i._addClass(n.$element,"ui-selecting"),n.selecting=!0,i._trigger("selecting",t,{selecting:n.element}))):(n.selecting&&((t.metaKey||t.ctrlKey)&&n.startselected?(i._removeClass(n.$element,"ui-selecting"),n.selecting=!1,i._addClass(n.$element,"ui-selected"),n.selected=!0):(i._removeClass(n.$element,"ui-selecting"),n.selecting=!1,n.startselected&&(i._addClass(n.$element,"ui-unselecting"),n.unselecting=!0),i._trigger("unselecting",t,{unselecting:n.element}))),n.selected&&(t.metaKey||t.ctrlKey||n.startselected||(i._removeClass(n.$element,"ui-selected"),n.selected=!1,i._addClass(n.$element,"ui-unselecting"),n.unselecting=!0,i._trigger("unselecting",t,{unselecting:n.element})))))})),!1}},_mouseStop:function(t){var n=this;return this.dragged=!1,e(".ui-unselecting",this.element[0]).each((function(){var i=e.data(this,"selectable-item");n._removeClass(i.$element,"ui-unselecting"),i.unselecting=!1,i.startselected=!1,n._trigger("unselected",t,{unselected:i.element})})),e(".ui-selecting",this.element[0]).each((function(){var i=e.data(this,"selectable-item");n._removeClass(i.$element,"ui-selecting")._addClass(i.$element,"ui-selected"),i.selecting=!1,i.selected=!0,i.startselected=!0,n._trigger("selected",t,{selected:i.element})})),this._trigger("stop",t),this.helper.remove(),!1}}),e.widget("ui.selectmenu",[e.ui.formResetMixin,{version:"1.12.1",defaultElement:"<select>",options:{appendTo:null,classes:{"ui-selectmenu-button-open":"ui-corner-top","ui-selectmenu-button-closed":"ui-corner-all"},disabled:null,icons:{button:"ui-icon-triangle-1-s"},position:{my:"left top",at:"left bottom",collision:"none"},width:!1,change:null,close:null,focus:null,open:null,select:null},_create:function(){var t=this.element.uniqueId().attr("id");this.ids={element:t,button:t+"-button",menu:t+"-menu"},this._drawButton(),this._drawMenu(),this._bindFormResetHandler(),this._rendered=!1,this.menuItems=e()},_drawButton:function(){var t,n=this,i=this._parseOption(this.element.find("option:selected"),this.element[0].selectedIndex);this.labels=this.element.labels().attr("for",this.ids.button),this._on(this.labels,{click:function(e){this.button.focus(),e.preventDefault()}}),this.element.hide(),this.button=e("<span>",{tabindex:this.options.disabled?-1:0,id:this.ids.button,role:"combobox","aria-expanded":"false","aria-autocomplete":"list","aria-owns":this.ids.menu,"aria-haspopup":"true",title:this.element.attr("title")}).insertAfter(this.element),this._addClass(this.button,"ui-selectmenu-button ui-selectmenu-button-closed","ui-button ui-widget"),t=e("<span>").appendTo(this.button),this._addClass(t,"ui-selectmenu-icon","ui-icon "+this.options.icons.button),this.buttonItem=this._renderButtonItem(i).appendTo(this.button),!1!==this.options.width&&this._resizeButton(),this._on(this.button,this._buttonEvents),this.button.one("focusin",(function(){n._rendered||n._refreshMenu()}))},_drawMenu:function(){var t=this;this.menu=e("<ul>",{"aria-hidden":"true","aria-labelledby":this.ids.button,id:this.ids.menu}),this.menuWrap=e("<div>").append(this.menu),this._addClass(this.menuWrap,"ui-selectmenu-menu","ui-front"),this.menuWrap.appendTo(this._appendTo()),this.menuInstance=this.menu.menu({classes:{"ui-menu":"ui-corner-bottom"},role:"listbox",select:function(e,n){e.preventDefault(),t._setSelection(),t._select(n.item.data("ui-selectmenu-item"),e)},focus:function(e,n){var i=n.item.data("ui-selectmenu-item");null!=t.focusIndex&&i.index!==t.focusIndex&&(t._trigger("focus",e,{item:i}),t.isOpen||t._select(i,e)),t.focusIndex=i.index,t.button.attr("aria-activedescendant",t.menuItems.eq(i.index).attr("id"))}}).menu("instance"),this.menuInstance._off(this.menu,"mouseleave"),this.menuInstance._closeOnDocumentClick=function(){return!1},this.menuInstance._isDivider=function(){return!1}},refresh:function(){this._refreshMenu(),this.buttonItem.replaceWith(this.buttonItem=this._renderButtonItem(this._getSelectedItem().data("ui-selectmenu-item")||{})),null===this.options.width&&this._resizeButton()},_refreshMenu:function(){var e,t=this.element.find("option");this.menu.empty(),this._parseOptions(t),this._renderMenu(this.menu,this.items),this.menuInstance.refresh(),this.menuItems=this.menu.find("li").not(".ui-selectmenu-optgroup").find(".ui-menu-item-wrapper"),this._rendered=!0,t.length&&(e=this._getSelectedItem(),this.menuInstance.focus(null,e),this._setAria(e.data("ui-selectmenu-item")),this._setOption("disabled",this.element.prop("disabled")))},open:function(e){this.options.disabled||(this._rendered?(this._removeClass(this.menu.find(".ui-state-active"),null,"ui-state-active"),this.menuInstance.focus(null,this._getSelectedItem())):this._refreshMenu(),this.menuItems.length&&(this.isOpen=!0,this._toggleAttr(),this._resizeMenu(),this._position(),this._on(this.document,this._documentClick),this._trigger("open",e)))},_position:function(){this.menuWrap.position(e.extend({of:this.button},this.options.position))},close:function(e){this.isOpen&&(this.isOpen=!1,this._toggleAttr(),this.range=null,this._off(this.document),this._trigger("close",e))},widget:function(){return this.button},menuWidget:function(){return this.menu},_renderButtonItem:function(t){var n=e("<span>");return this._setText(n,t.label),this._addClass(n,"ui-selectmenu-text"),n},_renderMenu:function(t,n){var i=this,r="";e.each(n,(function(n,o){var s;o.optgroup!==r&&(s=e("<li>",{text:o.optgroup}),i._addClass(s,"ui-selectmenu-optgroup","ui-menu-divider"+(o.element.parent("optgroup").prop("disabled")?" ui-state-disabled":"")),s.appendTo(t),r=o.optgroup),i._renderItemData(t,o)}))},_renderItemData:function(e,t){return this._renderItem(e,t).data("ui-selectmenu-item",t)},_renderItem:function(t,n){var i=e("<li>"),r=e("<div>",{title:n.element.attr("title")});return n.disabled&&this._addClass(i,null,"ui-state-disabled"),this._setText(r,n.label),i.append(r).appendTo(t)},_setText:function(e,t){t?e.text(t):e.html("&#160;")},_move:function(e,t){var n,i,r=".ui-menu-item";this.isOpen?n=this.menuItems.eq(this.focusIndex).parent("li"):(n=this.menuItems.eq(this.element[0].selectedIndex).parent("li"),r+=":not(.ui-state-disabled)"),(i="first"===e||"last"===e?n["first"===e?"prevAll":"nextAll"](r).eq(-1):n[e+"All"](r).eq(0)).length&&this.menuInstance.focus(t,i)},_getSelectedItem:function(){return this.menuItems.eq(this.element[0].selectedIndex).parent("li")},_toggle:function(e){this[this.isOpen?"close":"open"](e)},_setSelection:function(){var e;this.range&&(window.getSelection?((e=window.getSelection()).removeAllRanges(),e.addRange(this.range)):this.range.select(),this.button.focus())},_documentClick:{mousedown:function(t){this.isOpen&&(e(t.target).closest(".ui-selectmenu-menu, #"+e.ui.escapeSelector(this.ids.button)).length||this.close(t))}},_buttonEvents:{mousedown:function(){var e;window.getSelection?(e=window.getSelection()).rangeCount&&(this.range=e.getRangeAt(0)):this.range=document.selection.createRange()},click:function(e){this._setSelection(),this._toggle(e)},keydown:function(t){var n=!0;switch(t.keyCode){case e.ui.keyCode.TAB:case e.ui.keyCode.ESCAPE:this.close(t),n=!1;break;case e.ui.keyCode.ENTER:this.isOpen&&this._selectFocusedItem(t);break;case e.ui.keyCode.UP:t.altKey?this._toggle(t):this._move("prev",t);break;case e.ui.keyCode.DOWN:t.altKey?this._toggle(t):this._move("next",t);break;case e.ui.keyCode.SPACE:this.isOpen?this._selectFocusedItem(t):this._toggle(t);break;case e.ui.keyCode.LEFT:this._move("prev",t);break;case e.ui.keyCode.RIGHT:this._move("next",t);break;case e.ui.keyCode.HOME:case e.ui.keyCode.PAGE_UP:this._move("first",t);break;case e.ui.keyCode.END:case e.ui.keyCode.PAGE_DOWN:this._move("last",t);break;default:this.menu.trigger(t),n=!1}n&&t.preventDefault()}},_selectFocusedItem:function(e){var t=this.menuItems.eq(this.focusIndex).parent("li");t.hasClass("ui-state-disabled")||this._select(t.data("ui-selectmenu-item"),e)},_select:function(e,t){var n=this.element[0].selectedIndex;this.element[0].selectedIndex=e.index,this.buttonItem.replaceWith(this.buttonItem=this._renderButtonItem(e)),this._setAria(e),this._trigger("select",t,{item:e}),e.index!==n&&this._trigger("change",t,{item:e}),this.close(t)},_setAria:function(e){var t=this.menuItems.eq(e.index).attr("id");this.button.attr({"aria-labelledby":t,"aria-activedescendant":t}),this.menu.attr("aria-activedescendant",t)},_setOption:function(e,t){if("icons"===e){var n=this.button.find("span.ui-icon");this._removeClass(n,null,this.options.icons.button)._addClass(n,null,t.button)}this._super(e,t),"appendTo"===e&&this.menuWrap.appendTo(this._appendTo()),"width"===e&&this._resizeButton()},_setOptionDisabled:function(e){this._super(e),this.menuInstance.option("disabled",e),this.button.attr("aria-disabled",e),this._toggleClass(this.button,null,"ui-state-disabled",e),this.element.prop("disabled",e),e?(this.button.attr("tabindex",-1),this.close()):this.button.attr("tabindex",0)},_appendTo:function(){var t=this.options.appendTo;return t&&(t=t.jquery||t.nodeType?e(t):this.document.find(t).eq(0)),t&&t[0]||(t=this.element.closest(".ui-front, dialog")),t.length||(t=this.document[0].body),t},_toggleAttr:function(){this.button.attr("aria-expanded",this.isOpen),this._removeClass(this.button,"ui-selectmenu-button-"+(this.isOpen?"closed":"open"))._addClass(this.button,"ui-selectmenu-button-"+(this.isOpen?"open":"closed"))._toggleClass(this.menuWrap,"ui-selectmenu-open",null,this.isOpen),this.menu.attr("aria-hidden",!this.isOpen)},_resizeButton:function(){var e=this.options.width;!1!==e?(null===e&&(e=this.element.show().outerWidth(),this.element.hide()),this.button.outerWidth(e)):this.button.css("width","")},_resizeMenu:function(){this.menu.outerWidth(Math.max(this.button.outerWidth(),this.menu.width("").outerWidth()+1))},_getCreateOptions:function(){var e=this._super();return e.disabled=this.element.prop("disabled"),e},_parseOptions:function(t){var n=this,i=[];t.each((function(t,r){i.push(n._parseOption(e(r),t))})),this.items=i},_parseOption:function(e,t){var n=e.parent("optgroup");return{element:e,index:t,value:e.val(),label:e.text(),optgroup:n.attr("label")||"",disabled:n.prop("disabled")||e.prop("disabled")}},_destroy:function(){this._unbindFormResetHandler(),this.menuWrap.remove(),this.button.remove(),this.element.show(),this.element.removeUniqueId(),this.labels.attr("for",this.ids.element)}}]),e.widget("ui.slider",e.ui.mouse,{version:"1.12.1",widgetEventPrefix:"slide",options:{animate:!1,classes:{"ui-slider":"ui-corner-all","ui-slider-handle":"ui-corner-all","ui-slider-range":"ui-corner-all ui-widget-header"},distance:0,max:100,min:0,orientation:"horizontal",range:!1,step:1,value:0,values:null,change:null,slide:null,start:null,stop:null},numPages:5,_create:function(){this._keySliding=!1,this._mouseSliding=!1,this._animateOff=!0,this._handleIndex=null,this._detectOrientation(),this._mouseInit(),this._calculateNewMax(),this._addClass("ui-slider ui-slider-"+this.orientation,"ui-widget ui-widget-content"),this._refresh(),this._animateOff=!1},_refresh:function(){this._createRange(),this._createHandles(),this._setupEvents(),this._refreshValue()},_createHandles:function(){var t,n,i=this.options,r=this.element.find(".ui-slider-handle"),o=[];for(n=i.values&&i.values.length||1,r.length>n&&(r.slice(n).remove(),r=r.slice(0,n)),t=r.length;t<n;t++)o.push("<span tabindex='0'></span>");this.handles=r.add(e(o.join("")).appendTo(this.element)),this._addClass(this.handles,"ui-slider-handle","ui-state-default"),this.handle=this.handles.eq(0),this.handles.each((function(t){e(this).data("ui-slider-handle-index",t).attr("tabIndex",0)}))},_createRange:function(){var t=this.options;t.range?(!0===t.range&&(t.values?t.values.length&&2!==t.values.length?t.values=[t.values[0],t.values[0]]:e.isArray(t.values)&&(t.values=t.values.slice(0)):t.values=[this._valueMin(),this._valueMin()]),this.range&&this.range.length?(this._removeClass(this.range,"ui-slider-range-min ui-slider-range-max"),this.range.css({left:"",bottom:""})):(this.range=e("<div>").appendTo(this.element),this._addClass(this.range,"ui-slider-range")),"min"!==t.range&&"max"!==t.range||this._addClass(this.range,"ui-slider-range-"+t.range)):(this.range&&this.range.remove(),this.range=null)},_setupEvents:function(){this._off(this.handles),this._on(this.handles,this._handleEvents),this._hoverable(this.handles),this._focusable(this.handles)},_destroy:function(){this.handles.remove(),this.range&&this.range.remove(),this._mouseDestroy()},_mouseCapture:function(t){var n,i,r,o,s,a,l,c=this,u=this.options;return!u.disabled&&(this.elementSize={width:this.element.outerWidth(),height:this.element.outerHeight()},this.elementOffset=this.element.offset(),n={x:t.pageX,y:t.pageY},i=this._normValueFromMouse(n),r=this._valueMax()-this._valueMin()+1,this.handles.each((function(t){var n=Math.abs(i-c.values(t));(r>n||r===n&&(t===c._lastChangedValue||c.values(t)===u.min))&&(r=n,o=e(this),s=t)})),!1!==this._start(t,s)&&(this._mouseSliding=!0,this._handleIndex=s,this._addClass(o,null,"ui-state-active"),o.trigger("focus"),a=o.offset(),l=!e(t.target).parents().addBack().is(".ui-slider-handle"),this._clickOffset=l?{left:0,top:0}:{left:t.pageX-a.left-o.width()/2,top:t.pageY-a.top-o.height()/2-(parseInt(o.css("borderTopWidth"),10)||0)-(parseInt(o.css("borderBottomWidth"),10)||0)+(parseInt(o.css("marginTop"),10)||0)},this.handles.hasClass("ui-state-hover")||this._slide(t,s,i),this._animateOff=!0,!0))},_mouseStart:function(){return!0},_mouseDrag:function(e){var t={x:e.pageX,y:e.pageY},n=this._normValueFromMouse(t);return this._slide(e,this._handleIndex,n),!1},_mouseStop:function(e){return this._removeClass(this.handles,null,"ui-state-active"),this._mouseSliding=!1,this._stop(e,this._handleIndex),this._change(e,this._handleIndex),this._handleIndex=null,this._clickOffset=null,this._animateOff=!1,!1},_detectOrientation:function(){this.orientation="vertical"===this.options.orientation?"vertical":"horizontal"},_normValueFromMouse:function(e){var t,n,i,r,o;return"horizontal"===this.orientation?(t=this.elementSize.width,n=e.x-this.elementOffset.left-(this._clickOffset?this._clickOffset.left:0)):(t=this.elementSize.height,n=e.y-this.elementOffset.top-(this._clickOffset?this._clickOffset.top:0)),(i=n/t)>1&&(i=1),i<0&&(i=0),"vertical"===this.orientation&&(i=1-i),r=this._valueMax()-this._valueMin(),o=this._valueMin()+i*r,this._trimAlignValue(o)},_uiHash:function(e,t,n){var i={handle:this.handles[e],handleIndex:e,value:void 0!==t?t:this.value()};return this._hasMultipleValues()&&(i.value=void 0!==t?t:this.values(e),i.values=n||this.values()),i},_hasMultipleValues:function(){return this.options.values&&this.options.values.length},_start:function(e,t){return this._trigger("start",e,this._uiHash(t))},_slide:function(e,t,n){var i,r=this.value(),o=this.values();this._hasMultipleValues()&&(i=this.values(t?0:1),r=this.values(t),2===this.options.values.length&&!0===this.options.range&&(n=0===t?Math.min(i,n):Math.max(i,n)),o[t]=n),n!==r&&!1!==this._trigger("slide",e,this._uiHash(t,n,o))&&(this._hasMultipleValues()?this.values(t,n):this.value(n))},_stop:function(e,t){this._trigger("stop",e,this._uiHash(t))},_change:function(e,t){this._keySliding||this._mouseSliding||(this._lastChangedValue=t,this._trigger("change",e,this._uiHash(t)))},value:function(e){return arguments.length?(this.options.value=this._trimAlignValue(e),this._refreshValue(),void this._change(null,0)):this._value()},values:function(t,n){var i,r,o;if(arguments.length>1)return this.options.values[t]=this._trimAlignValue(n),this._refreshValue(),void this._change(null,t);if(!arguments.length)return this._values();if(!e.isArray(arguments[0]))return this._hasMultipleValues()?this._values(t):this.value();for(i=this.options.values,r=arguments[0],o=0;o<i.length;o+=1)i[o]=this._trimAlignValue(r[o]),this._change(null,o);this._refreshValue()},_setOption:function(t,n){var i,r=0;switch("range"===t&&!0===this.options.range&&("min"===n?(this.options.value=this._values(0),this.options.values=null):"max"===n&&(this.options.value=this._values(this.options.values.length-1),this.options.values=null)),e.isArray(this.options.values)&&(r=this.options.values.length),this._super(t,n),t){case"orientation":this._detectOrientation(),this._removeClass("ui-slider-horizontal ui-slider-vertical")._addClass("ui-slider-"+this.orientation),this._refreshValue(),this.options.range&&this._refreshRange(n),this.handles.css("horizontal"===n?"bottom":"left","");break;case"value":this._animateOff=!0,this._refreshValue(),this._change(null,0),this._animateOff=!1;break;case"values":for(this._animateOff=!0,this._refreshValue(),i=r-1;i>=0;i--)this._change(null,i);this._animateOff=!1;break;case"step":case"min":case"max":this._animateOff=!0,this._calculateNewMax(),this._refreshValue(),this._animateOff=!1;break;case"range":this._animateOff=!0,this._refresh(),this._animateOff=!1}},_setOptionDisabled:function(e){this._super(e),this._toggleClass(null,"ui-state-disabled",!!e)},_value:function(){var e=this.options.value;return e=this._trimAlignValue(e)},_values:function(e){var t,n,i;if(arguments.length)return t=this.options.values[e],t=this._trimAlignValue(t);if(this._hasMultipleValues()){for(n=this.options.values.slice(),i=0;i<n.length;i+=1)n[i]=this._trimAlignValue(n[i]);return n}return[]},_trimAlignValue:function(e){if(e<=this._valueMin())return this._valueMin();if(e>=this._valueMax())return this._valueMax();var t=this.options.step>0?this.options.step:1,n=(e-this._valueMin())%t,i=e-n;return 2*Math.abs(n)>=t&&(i+=n>0?t:-t),parseFloat(i.toFixed(5))},_calculateNewMax:function(){var e=this.options.max,t=this._valueMin(),n=this.options.step;(e=Math.round((e-t)/n)*n+t)>this.options.max&&(e-=n),this.max=parseFloat(e.toFixed(this._precision()))},_precision:function(){var e=this._precisionOf(this.options.step);return null!==this.options.min&&(e=Math.max(e,this._precisionOf(this.options.min))),e},_precisionOf:function(e){var t=e.toString(),n=t.indexOf(".");return-1===n?0:t.length-n-1},_valueMin:function(){return this.options.min},_valueMax:function(){return this.max},_refreshRange:function(e){"vertical"===e&&this.range.css({width:"",left:""}),"horizontal"===e&&this.range.css({height:"",bottom:""})},_refreshValue:function(){var t,n,i,r,o,s=this.options.range,a=this.options,l=this,c=!this._animateOff&&a.animate,u={};this._hasMultipleValues()?this.handles.each((function(i){n=(l.values(i)-l._valueMin())/(l._valueMax()-l._valueMin())*100,u["horizontal"===l.orientation?"left":"bottom"]=n+"%",e(this).stop(1,1)[c?"animate":"css"](u,a.animate),!0===l.options.range&&("horizontal"===l.orientation?(0===i&&l.range.stop(1,1)[c?"animate":"css"]({left:n+"%"},a.animate),1===i&&l.range[c?"animate":"css"]({width:n-t+"%"},{queue:!1,duration:a.animate})):(0===i&&l.range.stop(1,1)[c?"animate":"css"]({bottom:n+"%"},a.animate),1===i&&l.range[c?"animate":"css"]({height:n-t+"%"},{queue:!1,duration:a.animate}))),t=n})):(i=this.value(),r=this._valueMin(),o=this._valueMax(),n=o!==r?(i-r)/(o-r)*100:0,u["horizontal"===this.orientation?"left":"bottom"]=n+"%",this.handle.stop(1,1)[c?"animate":"css"](u,a.animate),"min"===s&&"horizontal"===this.orientation&&this.range.stop(1,1)[c?"animate":"css"]({width:n+"%"},a.animate),"max"===s&&"horizontal"===this.orientation&&this.range.stop(1,1)[c?"animate":"css"]({width:100-n+"%"},a.animate),"min"===s&&"vertical"===this.orientation&&this.range.stop(1,1)[c?"animate":"css"]({height:n+"%"},a.animate),"max"===s&&"vertical"===this.orientation&&this.range.stop(1,1)[c?"animate":"css"]({height:100-n+"%"},a.animate))},_handleEvents:{keydown:function(t){var n,i,r,o=e(t.target).data("ui-slider-handle-index");switch(t.keyCode){case e.ui.keyCode.HOME:case e.ui.keyCode.END:case e.ui.keyCode.PAGE_UP:case e.ui.keyCode.PAGE_DOWN:case e.ui.keyCode.UP:case e.ui.keyCode.RIGHT:case e.ui.keyCode.DOWN:case e.ui.keyCode.LEFT:if(t.preventDefault(),!this._keySliding&&(this._keySliding=!0,this._addClass(e(t.target),null,"ui-state-active"),!1===this._start(t,o)))return}switch(r=this.options.step,n=i=this._hasMultipleValues()?this.values(o):this.value(),t.keyCode){case e.ui.keyCode.HOME:i=this._valueMin();break;case e.ui.keyCode.END:i=this._valueMax();break;case e.ui.keyCode.PAGE_UP:i=this._trimAlignValue(n+(this._valueMax()-this._valueMin())/this.numPages);break;case e.ui.keyCode.PAGE_DOWN:i=this._trimAlignValue(n-(this._valueMax()-this._valueMin())/this.numPages);break;case e.ui.keyCode.UP:case e.ui.keyCode.RIGHT:if(n===this._valueMax())return;i=this._trimAlignValue(n+r);break;case e.ui.keyCode.DOWN:case e.ui.keyCode.LEFT:if(n===this._valueMin())return;i=this._trimAlignValue(n-r)}this._slide(t,o,i)},keyup:function(t){var n=e(t.target).data("ui-slider-handle-index");this._keySliding&&(this._keySliding=!1,this._stop(t,n),this._change(t,n),this._removeClass(e(t.target),null,"ui-state-active"))}}}),e.widget("ui.sortable",e.ui.mouse,{version:"1.12.1",widgetEventPrefix:"sort",ready:!1,options:{appendTo:"parent",axis:!1,connectWith:!1,containment:!1,cursor:"auto",cursorAt:!1,dropOnEmpty:!0,forcePlaceholderSize:!1,forceHelperSize:!1,grid:!1,handle:!1,helper:"original",items:"> *",opacity:!1,placeholder:!1,revert:!1,scroll:!0,scrollSensitivity:20,scrollSpeed:20,scope:"default",tolerance:"intersect",zIndex:1e3,activate:null,beforeStop:null,change:null,deactivate:null,out:null,over:null,receive:null,remove:null,sort:null,start:null,stop:null,update:null},_isOverAxis:function(e,t,n){return e>=t&&e<t+n},_isFloating:function(e){return/left|right/.test(e.css("float"))||/inline|table-cell/.test(e.css("display"))},_create:function(){this.containerCache={},this._addClass("ui-sortable"),this.refresh(),this.offset=this.element.offset(),this._mouseInit(),this._setHandleClassName(),this.ready=!0},_setOption:function(e,t){this._super(e,t),"handle"===e&&this._setHandleClassName()},_setHandleClassName:function(){var t=this;this._removeClass(this.element.find(".ui-sortable-handle"),"ui-sortable-handle"),e.each(this.items,(function(){t._addClass(this.instance.options.handle?this.item.find(this.instance.options.handle):this.item,"ui-sortable-handle")}))},_destroy:function(){this._mouseDestroy();for(var e=this.items.length-1;e>=0;e--)this.items[e].item.removeData(this.widgetName+"-item");return this},_mouseCapture:function(t,n){var i=null,r=!1,o=this;return!(this.reverting||this.options.disabled||"static"===this.options.type||(this._refreshItems(t),e(t.target).parents().each((function(){if(e.data(this,o.widgetName+"-item")===o)return i=e(this),!1})),e.data(t.target,o.widgetName+"-item")===o&&(i=e(t.target)),!i||this.options.handle&&!n&&(e(this.options.handle,i).find("*").addBack().each((function(){this===t.target&&(r=!0)})),!r)||(this.currentItem=i,this._removeCurrentsFromItems(),0)))},_mouseStart:function(t,n,i){var r,o,s=this.options;if(this.currentContainer=this,this.refreshPositions(),this.helper=this._createHelper(t),this._cacheHelperProportions(),this._cacheMargins(),this.scrollParent=this.helper.scrollParent(),this.offset=this.currentItem.offset(),this.offset={top:this.offset.top-this.margins.top,left:this.offset.left-this.margins.left},e.extend(this.offset,{click:{left:t.pageX-this.offset.left,top:t.pageY-this.offset.top},parent:this._getParentOffset(),relative:this._getRelativeOffset()}),this.helper.css("position","absolute"),this.cssPosition=this.helper.css("position"),this.originalPosition=this._generatePosition(t),this.originalPageX=t.pageX,this.originalPageY=t.pageY,s.cursorAt&&this._adjustOffsetFromHelper(s.cursorAt),this.domPosition={prev:this.currentItem.prev()[0],parent:this.currentItem.parent()[0]},this.helper[0]!==this.currentItem[0]&&this.currentItem.hide(),this._createPlaceholder(),s.containment&&this._setContainment(),s.cursor&&"auto"!==s.cursor&&(o=this.document.find("body"),this.storedCursor=o.css("cursor"),o.css("cursor",s.cursor),this.storedStylesheet=e("<style>*{ cursor: "+s.cursor+" !important; }</style>").appendTo(o)),s.opacity&&(this.helper.css("opacity")&&(this._storedOpacity=this.helper.css("opacity")),this.helper.css("opacity",s.opacity)),s.zIndex&&(this.helper.css("zIndex")&&(this._storedZIndex=this.helper.css("zIndex")),this.helper.css("zIndex",s.zIndex)),this.scrollParent[0]!==this.document[0]&&"HTML"!==this.scrollParent[0].tagName&&(this.overflowOffset=this.scrollParent.offset()),this._trigger("start",t,this._uiHash()),this._preserveHelperProportions||this._cacheHelperProportions(),!i)for(r=this.containers.length-1;r>=0;r--)this.containers[r]._trigger("activate",t,this._uiHash(this));return e.ui.ddmanager&&(e.ui.ddmanager.current=this),e.ui.ddmanager&&!s.dropBehaviour&&e.ui.ddmanager.prepareOffsets(this,t),this.dragging=!0,this._addClass(this.helper,"ui-sortable-helper"),this._mouseDrag(t),!0},_mouseDrag:function(t){var n,i,r,o,s=this.options,a=!1;for(this.position=this._generatePosition(t),this.positionAbs=this._convertPositionTo("absolute"),this.lastPositionAbs||(this.lastPositionAbs=this.positionAbs),this.options.scroll&&(this.scrollParent[0]!==this.document[0]&&"HTML"!==this.scrollParent[0].tagName?(this.overflowOffset.top+this.scrollParent[0].offsetHeight-t.pageY<s.scrollSensitivity?this.scrollParent[0].scrollTop=a=this.scrollParent[0].scrollTop+s.scrollSpeed:t.pageY-this.overflowOffset.top<s.scrollSensitivity&&(this.scrollParent[0].scrollTop=a=this.scrollParent[0].scrollTop-s.scrollSpeed),this.overflowOffset.left+this.scrollParent[0].offsetWidth-t.pageX<s.scrollSensitivity?this.scrollParent[0].scrollLeft=a=this.scrollParent[0].scrollLeft+s.scrollSpeed:t.pageX-this.overflowOffset.left<s.scrollSensitivity&&(this.scrollParent[0].scrollLeft=a=this.scrollParent[0].scrollLeft-s.scrollSpeed)):(t.pageY-this.document.scrollTop()<s.scrollSensitivity?a=this.document.scrollTop(this.document.scrollTop()-s.scrollSpeed):this.window.height()-(t.pageY-this.document.scrollTop())<s.scrollSensitivity&&(a=this.document.scrollTop(this.document.scrollTop()+s.scrollSpeed)),t.pageX-this.document.scrollLeft()<s.scrollSensitivity?a=this.document.scrollLeft(this.document.scrollLeft()-s.scrollSpeed):this.window.width()-(t.pageX-this.document.scrollLeft())<s.scrollSensitivity&&(a=this.document.scrollLeft(this.document.scrollLeft()+s.scrollSpeed))),!1!==a&&e.ui.ddmanager&&!s.dropBehaviour&&e.ui.ddmanager.prepareOffsets(this,t)),this.positionAbs=this._convertPositionTo("absolute"),this.options.axis&&"y"===this.options.axis||(this.helper[0].style.left=this.position.left+"px"),this.options.axis&&"x"===this.options.axis||(this.helper[0].style.top=this.position.top+"px"),n=this.items.length-1;n>=0;n--)if(r=(i=this.items[n]).item[0],(o=this._intersectsWithPointer(i))&&i.instance===this.currentContainer&&!(r===this.currentItem[0]||this.placeholder[1===o?"next":"prev"]()[0]===r||e.contains(this.placeholder[0],r)||"semi-dynamic"===this.options.type&&e.contains(this.element[0],r))){if(this.direction=1===o?"down":"up","pointer"!==this.options.tolerance&&!this._intersectsWithSides(i))break;this._rearrange(t,i),this._trigger("change",t,this._uiHash());break}return this._contactContainers(t),e.ui.ddmanager&&e.ui.ddmanager.drag(this,t),this._trigger("sort",t,this._uiHash()),this.lastPositionAbs=this.positionAbs,!1},_mouseStop:function(t,n){if(t){if(e.ui.ddmanager&&!this.options.dropBehaviour&&e.ui.ddmanager.drop(this,t),this.options.revert){var i=this,r=this.placeholder.offset(),o=this.options.axis,s={};o&&"x"!==o||(s.left=r.left-this.offset.parent.left-this.margins.left+(this.offsetParent[0]===this.document[0].body?0:this.offsetParent[0].scrollLeft)),o&&"y"!==o||(s.top=r.top-this.offset.parent.top-this.margins.top+(this.offsetParent[0]===this.document[0].body?0:this.offsetParent[0].scrollTop)),this.reverting=!0,e(this.helper).animate(s,parseInt(this.options.revert,10)||500,(function(){i._clear(t)}))}else this._clear(t,n);return!1}},cancel:function(){if(this.dragging){this._mouseUp(new e.Event("mouseup",{target:null})),"original"===this.options.helper?(this.currentItem.css(this._storedCSS),this._removeClass(this.currentItem,"ui-sortable-helper")):this.currentItem.show();for(var t=this.containers.length-1;t>=0;t--)this.containers[t]._trigger("deactivate",null,this._uiHash(this)),this.containers[t].containerCache.over&&(this.containers[t]._trigger("out",null,this._uiHash(this)),this.containers[t].containerCache.over=0)}return this.placeholder&&(this.placeholder[0].parentNode&&this.placeholder[0].parentNode.removeChild(this.placeholder[0]),"original"!==this.options.helper&&this.helper&&this.helper[0].parentNode&&this.helper.remove(),e.extend(this,{helper:null,dragging:!1,reverting:!1,_noFinalSort:null}),this.domPosition.prev?e(this.domPosition.prev).after(this.currentItem):e(this.domPosition.parent).prepend(this.currentItem)),this},serialize:function(t){var n=this._getItemsAsjQuery(t&&t.connected),i=[];return t=t||{},e(n).each((function(){var n=(e(t.item||this).attr(t.attribute||"id")||"").match(t.expression||/(.+)[\-=_](.+)/);n&&i.push((t.key||n[1]+"[]")+"="+(t.key&&t.expression?n[1]:n[2]))})),!i.length&&t.key&&i.push(t.key+"="),i.join("&")},toArray:function(t){var n=this._getItemsAsjQuery(t&&t.connected),i=[];return t=t||{},n.each((function(){i.push(e(t.item||this).attr(t.attribute||"id")||"")})),i},_intersectsWith:function(e){var t=this.positionAbs.left,n=t+this.helperProportions.width,i=this.positionAbs.top,r=i+this.helperProportions.height,o=e.left,s=o+e.width,a=e.top,l=a+e.height,c=this.offset.click.top,u=this.offset.click.left,d="x"===this.options.axis||i+c>a&&i+c<l,h="y"===this.options.axis||t+u>o&&t+u<s,f=d&&h;return"pointer"===this.options.tolerance||this.options.forcePointerForContainers||"pointer"!==this.options.tolerance&&this.helperProportions[this.floating?"width":"height"]>e[this.floating?"width":"height"]?f:o<t+this.helperProportions.width/2&&n-this.helperProportions.width/2<s&&a<i+this.helperProportions.height/2&&r-this.helperProportions.height/2<l},_intersectsWithPointer:function(e){var t,n,i="x"===this.options.axis||this._isOverAxis(this.positionAbs.top+this.offset.click.top,e.top,e.height),r="y"===this.options.axis||this._isOverAxis(this.positionAbs.left+this.offset.click.left,e.left,e.width);return!(!i||!r)&&(t=this._getDragVerticalDirection(),n=this._getDragHorizontalDirection(),this.floating?"right"===n||"down"===t?2:1:t&&("down"===t?2:1))},_intersectsWithSides:function(e){var t=this._isOverAxis(this.positionAbs.top+this.offset.click.top,e.top+e.height/2,e.height),n=this._isOverAxis(this.positionAbs.left+this.offset.click.left,e.left+e.width/2,e.width),i=this._getDragVerticalDirection(),r=this._getDragHorizontalDirection();return this.floating&&r?"right"===r&&n||"left"===r&&!n:i&&("down"===i&&t||"up"===i&&!t)},_getDragVerticalDirection:function(){var e=this.positionAbs.top-this.lastPositionAbs.top;return 0!==e&&(e>0?"down":"up")},_getDragHorizontalDirection:function(){var e=this.positionAbs.left-this.lastPositionAbs.left;return 0!==e&&(e>0?"right":"left")},refresh:function(e){return this._refreshItems(e),this._setHandleClassName(),this.refreshPositions(),this},_connectWith:function(){var e=this.options;return e.connectWith.constructor===String?[e.connectWith]:e.connectWith},_getItemsAsjQuery:function(t){var n,i,r,o,s=[],a=[],l=this._connectWith();if(l&&t)for(n=l.length-1;n>=0;n--)for(i=(r=e(l[n],this.document[0])).length-1;i>=0;i--)(o=e.data(r[i],this.widgetFullName))&&o!==this&&!o.options.disabled&&a.push([e.isFunction(o.options.items)?o.options.items.call(o.element):e(o.options.items,o.element).not(".ui-sortable-helper").not(".ui-sortable-placeholder"),o]);function c(){s.push(this)}for(a.push([e.isFunction(this.options.items)?this.options.items.call(this.element,null,{options:this.options,item:this.currentItem}):e(this.options.items,this.element).not(".ui-sortable-helper").not(".ui-sortable-placeholder"),this]),n=a.length-1;n>=0;n--)a[n][0].each(c);return e(s)},_removeCurrentsFromItems:function(){var t=this.currentItem.find(":data("+this.widgetName+"-item)");this.items=e.grep(this.items,(function(e){for(var n=0;n<t.length;n++)if(t[n]===e.item[0])return!1;return!0}))},_refreshItems:function(t){this.items=[],this.containers=[this];var n,i,r,o,s,a,l,c,u=this.items,d=[[e.isFunction(this.options.items)?this.options.items.call(this.element[0],t,{item:this.currentItem}):e(this.options.items,this.element),this]],h=this._connectWith();if(h&&this.ready)for(n=h.length-1;n>=0;n--)for(i=(r=e(h[n],this.document[0])).length-1;i>=0;i--)(o=e.data(r[i],this.widgetFullName))&&o!==this&&!o.options.disabled&&(d.push([e.isFunction(o.options.items)?o.options.items.call(o.element[0],t,{item:this.currentItem}):e(o.options.items,o.element),o]),this.containers.push(o));for(n=d.length-1;n>=0;n--)for(s=d[n][1],i=0,c=(a=d[n][0]).length;i<c;i++)(l=e(a[i])).data(this.widgetName+"-item",s),u.push({item:l,instance:s,width:0,height:0,left:0,top:0})},refreshPositions:function(t){var n,i,r,o;for(this.floating=!!this.items.length&&("x"===this.options.axis||this._isFloating(this.items[0].item)),this.offsetParent&&this.helper&&(this.offset.parent=this._getParentOffset()),n=this.items.length-1;n>=0;n--)(i=this.items[n]).instance!==this.currentContainer&&this.currentContainer&&i.item[0]!==this.currentItem[0]||(r=this.options.toleranceElement?e(this.options.toleranceElement,i.item):i.item,t||(i.width=r.outerWidth(),i.height=r.outerHeight()),o=r.offset(),i.left=o.left,i.top=o.top);if(this.options.custom&&this.options.custom.refreshContainers)this.options.custom.refreshContainers.call(this);else for(n=this.containers.length-1;n>=0;n--)o=this.containers[n].element.offset(),this.containers[n].containerCache.left=o.left,this.containers[n].containerCache.top=o.top,this.containers[n].containerCache.width=this.containers[n].element.outerWidth(),this.containers[n].containerCache.height=this.containers[n].element.outerHeight();return this},_createPlaceholder:function(t){var n,i=(t=t||this).options;i.placeholder&&i.placeholder.constructor!==String||(n=i.placeholder,i.placeholder={element:function(){var i=t.currentItem[0].nodeName.toLowerCase(),r=e("<"+i+">",t.document[0]);return t._addClass(r,"ui-sortable-placeholder",n||t.currentItem[0].className)._removeClass(r,"ui-sortable-helper"),"tbody"===i?t._createTrPlaceholder(t.currentItem.find("tr").eq(0),e("<tr>",t.document[0]).appendTo(r)):"tr"===i?t._createTrPlaceholder(t.currentItem,r):"img"===i&&r.attr("src",t.currentItem.attr("src")),n||r.css("visibility","hidden"),r},update:function(e,r){n&&!i.forcePlaceholderSize||(r.height()||r.height(t.currentItem.innerHeight()-parseInt(t.currentItem.css("paddingTop")||0,10)-parseInt(t.currentItem.css("paddingBottom")||0,10)),r.width()||r.width(t.currentItem.innerWidth()-parseInt(t.currentItem.css("paddingLeft")||0,10)-parseInt(t.currentItem.css("paddingRight")||0,10)))}}),t.placeholder=e(i.placeholder.element.call(t.element,t.currentItem)),t.currentItem.after(t.placeholder),i.placeholder.update(t,t.placeholder)},_createTrPlaceholder:function(t,n){var i=this;t.children().each((function(){e("<td>&#160;</td>",i.document[0]).attr("colspan",e(this).attr("colspan")||1).appendTo(n)}))},_contactContainers:function(t){var n,i,r,o,s,a,l,c,u,d,h=null,f=null;for(n=this.containers.length-1;n>=0;n--)if(!e.contains(this.currentItem[0],this.containers[n].element[0]))if(this._intersectsWith(this.containers[n].containerCache)){if(h&&e.contains(this.containers[n].element[0],h.element[0]))continue;h=this.containers[n],f=n}else this.containers[n].containerCache.over&&(this.containers[n]._trigger("out",t,this._uiHash(this)),this.containers[n].containerCache.over=0);if(h)if(1===this.containers.length)this.containers[f].containerCache.over||(this.containers[f]._trigger("over",t,this._uiHash(this)),this.containers[f].containerCache.over=1);else{for(r=1e4,o=null,s=(u=h.floating||this._isFloating(this.currentItem))?"left":"top",a=u?"width":"height",d=u?"pageX":"pageY",i=this.items.length-1;i>=0;i--)e.contains(this.containers[f].element[0],this.items[i].item[0])&&this.items[i].item[0]!==this.currentItem[0]&&(l=this.items[i].item.offset()[s],c=!1,t[d]-l>this.items[i][a]/2&&(c=!0),Math.abs(t[d]-l)<r&&(r=Math.abs(t[d]-l),o=this.items[i],this.direction=c?"up":"down"));if(!o&&!this.options.dropOnEmpty)return;if(this.currentContainer===this.containers[f])return void(this.currentContainer.containerCache.over||(this.containers[f]._trigger("over",t,this._uiHash()),this.currentContainer.containerCache.over=1));o?this._rearrange(t,o,null,!0):this._rearrange(t,null,this.containers[f].element,!0),this._trigger("change",t,this._uiHash()),this.containers[f]._trigger("change",t,this._uiHash(this)),this.currentContainer=this.containers[f],this.options.placeholder.update(this.currentContainer,this.placeholder),this.containers[f]._trigger("over",t,this._uiHash(this)),this.containers[f].containerCache.over=1}},_createHelper:function(t){var n=this.options,i=e.isFunction(n.helper)?e(n.helper.apply(this.element[0],[t,this.currentItem])):"clone"===n.helper?this.currentItem.clone():this.currentItem;return i.parents("body").length||e("parent"!==n.appendTo?n.appendTo:this.currentItem[0].parentNode)[0].appendChild(i[0]),i[0]===this.currentItem[0]&&(this._storedCSS={width:this.currentItem[0].style.width,height:this.currentItem[0].style.height,position:this.currentItem.css("position"),top:this.currentItem.css("top"),left:this.currentItem.css("left")}),i[0].style.width&&!n.forceHelperSize||i.width(this.currentItem.width()),i[0].style.height&&!n.forceHelperSize||i.height(this.currentItem.height()),i},_adjustOffsetFromHelper:function(t){"string"==typeof t&&(t=t.split(" ")),e.isArray(t)&&(t={left:+t[0],top:+t[1]||0}),"left"in t&&(this.offset.click.left=t.left+this.margins.left),"right"in t&&(this.offset.click.left=this.helperProportions.width-t.right+this.margins.left),"top"in t&&(this.offset.click.top=t.top+this.margins.top),"bottom"in t&&(this.offset.click.top=this.helperProportions.height-t.bottom+this.margins.top)},_getParentOffset:function(){this.offsetParent=this.helper.offsetParent();var t=this.offsetParent.offset();return"absolute"===this.cssPosition&&this.scrollParent[0]!==this.document[0]&&e.contains(this.scrollParent[0],this.offsetParent[0])&&(t.left+=this.scrollParent.scrollLeft(),t.top+=this.scrollParent.scrollTop()),(this.offsetParent[0]===this.document[0].body||this.offsetParent[0].tagName&&"html"===this.offsetParent[0].tagName.toLowerCase()&&e.ui.ie)&&(t={top:0,left:0}),{top:t.top+(parseInt(this.offsetParent.css("borderTopWidth"),10)||0),left:t.left+(parseInt(this.offsetParent.css("borderLeftWidth"),10)||0)}},_getRelativeOffset:function(){if("relative"===this.cssPosition){var e=this.currentItem.position();return{top:e.top-(parseInt(this.helper.css("top"),10)||0)+this.scrollParent.scrollTop(),left:e.left-(parseInt(this.helper.css("left"),10)||0)+this.scrollParent.scrollLeft()}}return{top:0,left:0}},_cacheMargins:function(){this.margins={left:parseInt(this.currentItem.css("marginLeft"),10)||0,top:parseInt(this.currentItem.css("marginTop"),10)||0}},_cacheHelperProportions:function(){this.helperProportions={width:this.helper.outerWidth(),height:this.helper.outerHeight()}},_setContainment:function(){var t,n,i,r=this.options;"parent"===r.containment&&(r.containment=this.helper[0].parentNode),"document"!==r.containment&&"window"!==r.containment||(this.containment=[0-this.offset.relative.left-this.offset.parent.left,0-this.offset.relative.top-this.offset.parent.top,"document"===r.containment?this.document.width():this.window.width()-this.helperProportions.width-this.margins.left,("document"===r.containment?this.document.height()||document.body.parentNode.scrollHeight:this.window.height()||this.document[0].body.parentNode.scrollHeight)-this.helperProportions.height-this.margins.top]),/^(document|window|parent)$/.test(r.containment)||(t=e(r.containment)[0],n=e(r.containment).offset(),i="hidden"!==e(t).css("overflow"),this.containment=[n.left+(parseInt(e(t).css("borderLeftWidth"),10)||0)+(parseInt(e(t).css("paddingLeft"),10)||0)-this.margins.left,n.top+(parseInt(e(t).css("borderTopWidth"),10)||0)+(parseInt(e(t).css("paddingTop"),10)||0)-this.margins.top,n.left+(i?Math.max(t.scrollWidth,t.offsetWidth):t.offsetWidth)-(parseInt(e(t).css("borderLeftWidth"),10)||0)-(parseInt(e(t).css("paddingRight"),10)||0)-this.helperProportions.width-this.margins.left,n.top+(i?Math.max(t.scrollHeight,t.offsetHeight):t.offsetHeight)-(parseInt(e(t).css("borderTopWidth"),10)||0)-(parseInt(e(t).css("paddingBottom"),10)||0)-this.helperProportions.height-this.margins.top])},_convertPositionTo:function(t,n){n||(n=this.position);var i="absolute"===t?1:-1,r="absolute"!==this.cssPosition||this.scrollParent[0]!==this.document[0]&&e.contains(this.scrollParent[0],this.offsetParent[0])?this.scrollParent:this.offsetParent,o=/(html|body)/i.test(r[0].tagName);return{top:n.top+this.offset.relative.top*i+this.offset.parent.top*i-("fixed"===this.cssPosition?-this.scrollParent.scrollTop():o?0:r.scrollTop())*i,left:n.left+this.offset.relative.left*i+this.offset.parent.left*i-("fixed"===this.cssPosition?-this.scrollParent.scrollLeft():o?0:r.scrollLeft())*i}},_generatePosition:function(t){var n,i,r=this.options,o=t.pageX,s=t.pageY,a="absolute"!==this.cssPosition||this.scrollParent[0]!==this.document[0]&&e.contains(this.scrollParent[0],this.offsetParent[0])?this.scrollParent:this.offsetParent,l=/(html|body)/i.test(a[0].tagName);return"relative"!==this.cssPosition||this.scrollParent[0]!==this.document[0]&&this.scrollParent[0]!==this.offsetParent[0]||(this.offset.relative=this._getRelativeOffset()),this.originalPosition&&(this.containment&&(t.pageX-this.offset.click.left<this.containment[0]&&(o=this.containment[0]+this.offset.click.left),t.pageY-this.offset.click.top<this.containment[1]&&(s=this.containment[1]+this.offset.click.top),t.pageX-this.offset.click.left>this.containment[2]&&(o=this.containment[2]+this.offset.click.left),t.pageY-this.offset.click.top>this.containment[3]&&(s=this.containment[3]+this.offset.click.top)),r.grid&&(n=this.originalPageY+Math.round((s-this.originalPageY)/r.grid[1])*r.grid[1],s=this.containment?n-this.offset.click.top>=this.containment[1]&&n-this.offset.click.top<=this.containment[3]?n:n-this.offset.click.top>=this.containment[1]?n-r.grid[1]:n+r.grid[1]:n,i=this.originalPageX+Math.round((o-this.originalPageX)/r.grid[0])*r.grid[0],o=this.containment?i-this.offset.click.left>=this.containment[0]&&i-this.offset.click.left<=this.containment[2]?i:i-this.offset.click.left>=this.containment[0]?i-r.grid[0]:i+r.grid[0]:i)),{top:s-this.offset.click.top-this.offset.relative.top-this.offset.parent.top+("fixed"===this.cssPosition?-this.scrollParent.scrollTop():l?0:a.scrollTop()),left:o-this.offset.click.left-this.offset.relative.left-this.offset.parent.left+("fixed"===this.cssPosition?-this.scrollParent.scrollLeft():l?0:a.scrollLeft())}},_rearrange:function(e,t,n,i){n?n[0].appendChild(this.placeholder[0]):t.item[0].parentNode.insertBefore(this.placeholder[0],"down"===this.direction?t.item[0]:t.item[0].nextSibling),this.counter=this.counter?++this.counter:1;var r=this.counter;this._delay((function(){r===this.counter&&this.refreshPositions(!i)}))},_clear:function(e,t){this.reverting=!1;var n,i=[];if(!this._noFinalSort&&this.currentItem.parent().length&&this.placeholder.before(this.currentItem),this._noFinalSort=null,this.helper[0]===this.currentItem[0]){for(n in this._storedCSS)"auto"!==this._storedCSS[n]&&"static"!==this._storedCSS[n]||(this._storedCSS[n]="");this.currentItem.css(this._storedCSS),this._removeClass(this.currentItem,"ui-sortable-helper")}else this.currentItem.show();function r(e,t,n){return function(i){n._trigger(e,i,t._uiHash(t))}}for(this.fromOutside&&!t&&i.push((function(e){this._trigger("receive",e,this._uiHash(this.fromOutside))})),!this.fromOutside&&this.domPosition.prev===this.currentItem.prev().not(".ui-sortable-helper")[0]&&this.domPosition.parent===this.currentItem.parent()[0]||t||i.push((function(e){this._trigger("update",e,this._uiHash())})),this!==this.currentContainer&&(t||(i.push((function(e){this._trigger("remove",e,this._uiHash())})),i.push(function(e){return function(t){e._trigger("receive",t,this._uiHash(this))}}.call(this,this.currentContainer)),i.push(function(e){return function(t){e._trigger("update",t,this._uiHash(this))}}.call(this,this.currentContainer)))),n=this.containers.length-1;n>=0;n--)t||i.push(r("deactivate",this,this.containers[n])),this.containers[n].containerCache.over&&(i.push(r("out",this,this.containers[n])),this.containers[n].containerCache.over=0);if(this.storedCursor&&(this.document.find("body").css("cursor",this.storedCursor),this.storedStylesheet.remove()),this._storedOpacity&&this.helper.css("opacity",this._storedOpacity),this._storedZIndex&&this.helper.css("zIndex","auto"===this._storedZIndex?"":this._storedZIndex),this.dragging=!1,t||this._trigger("beforeStop",e,this._uiHash()),this.placeholder[0].parentNode.removeChild(this.placeholder[0]),this.cancelHelperRemoval||(this.helper[0]!==this.currentItem[0]&&this.helper.remove(),this.helper=null),!t){for(n=0;n<i.length;n++)i[n].call(this,e);this._trigger("stop",e,this._uiHash())}return this.fromOutside=!1,!this.cancelHelperRemoval},_trigger:function(){!1===e.Widget.prototype._trigger.apply(this,arguments)&&this.cancel()},_uiHash:function(t){var n=t||this;return{helper:n.helper,placeholder:n.placeholder||e([]),position:n.position,originalPosition:n.originalPosition,offset:n.positionAbs,item:n.currentItem,sender:t?t.element:null}}}),e.widget("ui.spinner",{version:"1.12.1",defaultElement:"<input>",widgetEventPrefix:"spin",options:{classes:{"ui-spinner":"ui-corner-all","ui-spinner-down":"ui-corner-br","ui-spinner-up":"ui-corner-tr"},culture:null,icons:{down:"ui-icon-triangle-1-s",up:"ui-icon-triangle-1-n"},incremental:!0,max:null,min:null,numberFormat:null,page:10,step:1,change:null,spin:null,start:null,stop:null},_create:function(){this._setOption("max",this.options.max),this._setOption("min",this.options.min),this._setOption("step",this.options.step),""!==this.value()&&this._value(this.element.val(),!0),this._draw(),this._on(this._events),this._refresh(),this._on(this.window,{beforeunload:function(){this.element.removeAttr("autocomplete")}})},_getCreateOptions:function(){var t=this._super(),n=this.element;return e.each(["min","max","step"],(function(e,i){var r=n.attr(i);null!=r&&r.length&&(t[i]=r)})),t},_events:{keydown:function(e){this._start(e)&&this._keydown(e)&&e.preventDefault()},keyup:"_stop",focus:function(){this.previous=this.element.val()},blur:function(e){this.cancelBlur?delete this.cancelBlur:(this._stop(),this._refresh(),this.previous!==this.element.val()&&this._trigger("change",e))},mousewheel:function(e,t){if(t){if(!this.spinning&&!this._start(e))return!1;this._spin((t>0?1:-1)*this.options.step,e),clearTimeout(this.mousewheelTimer),this.mousewheelTimer=this._delay((function(){this.spinning&&this._stop(e)}),100),e.preventDefault()}},"mousedown .ui-spinner-button":function(t){var n;function i(){this.element[0]===e.ui.safeActiveElement(this.document[0])||(this.element.trigger("focus"),this.previous=n,this._delay((function(){this.previous=n})))}n=this.element[0]===e.ui.safeActiveElement(this.document[0])?this.previous:this.element.val(),t.preventDefault(),i.call(this),this.cancelBlur=!0,this._delay((function(){delete this.cancelBlur,i.call(this)})),!1!==this._start(t)&&this._repeat(null,e(t.currentTarget).hasClass("ui-spinner-up")?1:-1,t)},"mouseup .ui-spinner-button":"_stop","mouseenter .ui-spinner-button":function(t){if(e(t.currentTarget).hasClass("ui-state-active"))return!1!==this._start(t)&&void this._repeat(null,e(t.currentTarget).hasClass("ui-spinner-up")?1:-1,t)},"mouseleave .ui-spinner-button":"_stop"},_enhance:function(){this.uiSpinner=this.element.attr("autocomplete","off").wrap("<span>").parent().append("<a></a><a></a>")},_draw:function(){this._enhance(),this._addClass(this.uiSpinner,"ui-spinner","ui-widget ui-widget-content"),this._addClass("ui-spinner-input"),this.element.attr("role","spinbutton"),this.buttons=this.uiSpinner.children("a").attr("tabIndex",-1).attr("aria-hidden",!0).button({classes:{"ui-button":""}}),this._removeClass(this.buttons,"ui-corner-all"),this._addClass(this.buttons.first(),"ui-spinner-button ui-spinner-up"),this._addClass(this.buttons.last(),"ui-spinner-button ui-spinner-down"),this.buttons.first().button({icon:this.options.icons.up,showLabel:!1}),this.buttons.last().button({icon:this.options.icons.down,showLabel:!1}),this.buttons.height()>Math.ceil(.5*this.uiSpinner.height())&&this.uiSpinner.height()>0&&this.uiSpinner.height(this.uiSpinner.height())},_keydown:function(t){var n=this.options,i=e.ui.keyCode;switch(t.keyCode){case i.UP:return this._repeat(null,1,t),!0;case i.DOWN:return this._repeat(null,-1,t),!0;case i.PAGE_UP:return this._repeat(null,n.page,t),!0;case i.PAGE_DOWN:return this._repeat(null,-n.page,t),!0}return!1},_start:function(e){return!(!this.spinning&&!1===this._trigger("start",e)||(this.counter||(this.counter=1),this.spinning=!0,0))},_repeat:function(e,t,n){e=e||500,clearTimeout(this.timer),this.timer=this._delay((function(){this._repeat(40,t,n)}),e),this._spin(t*this.options.step,n)},_spin:function(e,t){var n=this.value()||0;this.counter||(this.counter=1),n=this._adjustValue(n+e*this._increment(this.counter)),this.spinning&&!1===this._trigger("spin",t,{value:n})||(this._value(n),this.counter++)},_increment:function(t){var n=this.options.incremental;return n?e.isFunction(n)?n(t):Math.floor(t*t*t/5e4-t*t/500+17*t/200+1):1},_precision:function(){var e=this._precisionOf(this.options.step);return null!==this.options.min&&(e=Math.max(e,this._precisionOf(this.options.min))),e},_precisionOf:function(e){var t=e.toString(),n=t.indexOf(".");return-1===n?0:t.length-n-1},_adjustValue:function(e){var t,n,i=this.options;return n=e-(t=null!==i.min?i.min:0),e=t+(n=Math.round(n/i.step)*i.step),e=parseFloat(e.toFixed(this._precision())),null!==i.max&&e>i.max?i.max:null!==i.min&&e<i.min?i.min:e},_stop:function(e){this.spinning&&(clearTimeout(this.timer),clearTimeout(this.mousewheelTimer),this.counter=0,this.spinning=!1,this._trigger("stop",e))},_setOption:function(e,t){var n,i,r;if("culture"===e||"numberFormat"===e)return n=this._parse(this.element.val()),this.options[e]=t,void this.element.val(this._format(n));"max"!==e&&"min"!==e&&"step"!==e||"string"==typeof t&&(t=this._parse(t)),"icons"===e&&(i=this.buttons.first().find(".ui-icon"),this._removeClass(i,null,this.options.icons.up),this._addClass(i,null,t.up),r=this.buttons.last().find(".ui-icon"),this._removeClass(r,null,this.options.icons.down),this._addClass(r,null,t.down)),this._super(e,t)},_setOptionDisabled:function(e){this._super(e),this._toggleClass(this.uiSpinner,null,"ui-state-disabled",!!e),this.element.prop("disabled",!!e),this.buttons.button(e?"disable":"enable")},_setOptions:_((function(e){this._super(e)})),_parse:function(e){return"string"==typeof e&&""!==e&&(e=window.Globalize&&this.options.numberFormat?Globalize.parseFloat(e,10,this.options.culture):+e),""===e||isNaN(e)?null:e},_format:function(e){return""===e?"":window.Globalize&&this.options.numberFormat?Globalize.format(e,this.options.numberFormat,this.options.culture):e},_refresh:function(){this.element.attr({"aria-valuemin":this.options.min,"aria-valuemax":this.options.max,"aria-valuenow":this._parse(this.element.val())})},isValid:function(){var e=this.value();return null!==e&&e===this._adjustValue(e)},_value:function(e,t){var n;""!==e&&null!==(n=this._parse(e))&&(t||(n=this._adjustValue(n)),e=this._format(n)),this.element.val(e),this._refresh()},_destroy:function(){this.element.prop("disabled",!1).removeAttr("autocomplete role aria-valuemin aria-valuemax aria-valuenow"),this.uiSpinner.replaceWith(this.element)},stepUp:_((function(e){this._stepUp(e)})),_stepUp:function(e){this._start()&&(this._spin((e||1)*this.options.step),this._stop())},stepDown:_((function(e){this._stepDown(e)})),_stepDown:function(e){this._start()&&(this._spin((e||1)*-this.options.step),this._stop())},pageUp:_((function(e){this._stepUp((e||1)*this.options.page)})),pageDown:_((function(e){this._stepDown((e||1)*this.options.page)})),value:function(e){if(!arguments.length)return this._parse(this.element.val());_(this._value).call(this,e)},widget:function(){return this.uiSpinner}}),!1!==e.uiBackCompat&&e.widget("ui.spinner",e.ui.spinner,{_enhance:function(){this.uiSpinner=this.element.attr("autocomplete","off").wrap(this._uiSpinnerHtml()).parent().append(this._buttonHtml())},_uiSpinnerHtml:function(){return"<span>"},_buttonHtml:function(){return"<a></a><a></a>"}}),e.ui.spinner,
+function v(e){return function(){var t=this.element.val();e.apply(this,arguments),this._refresh(),t!==this.element.val()&&this._trigger("change")}}e.ui.ddmanager={current:null,droppables:{default:[]},prepareOffsets:function(t,n){var i,r,o=e.ui.ddmanager.droppables[t.options.scope]||[],a=n?n.type:null,s=(t.currentItem||t.element).find(":data(ui-droppable)").addBack();e:for(i=0;i<o.length;i++)if(!(o[i].options.disabled||t&&!o[i].accept.call(o[i].element[0],t.currentItem||t.element))){for(r=0;r<s.length;r++)if(s[r]===o[i].element[0]){o[i].proportions().height=0;continue e}o[i].visible="none"!==o[i].element.css("display"),o[i].visible&&("mousedown"===a&&o[i]._activate.call(o[i],n),o[i].offset=o[i].element.offset(),o[i].proportions({width:o[i].element[0].offsetWidth,height:o[i].element[0].offsetHeight}))}},drop:function(t,n){var i=!1;return e.each((e.ui.ddmanager.droppables[t.options.scope]||[]).slice(),(function(){this.options&&(!this.options.disabled&&this.visible&&A(t,this,this.options.tolerance,n)&&(i=this._drop.call(this,n)||i),!this.options.disabled&&this.visible&&this.accept.call(this.element[0],t.currentItem||t.element)&&(this.isout=!0,this.isover=!1,this._deactivate.call(this,n)))})),i},dragStart:function(t,n){t.element.parentsUntil("body").on("scroll.droppable",(function(){t.options.refreshPositions||e.ui.ddmanager.prepareOffsets(t,n)}))},drag:function(t,n){t.options.refreshPositions&&e.ui.ddmanager.prepareOffsets(t,n),e.each(e.ui.ddmanager.droppables[t.options.scope]||[],(function(){if(!this.options.disabled&&!this.greedyChild&&this.visible){var i,r,o,a=A(t,this,this.options.tolerance,n),s=!a&&this.isover?"isout":a&&!this.isover?"isover":null;s&&(this.options.greedy&&(r=this.options.scope,(o=this.element.parents(":data(ui-droppable)").filter((function(){return e(this).droppable("instance").options.scope===r}))).length&&((i=e(o[0]).droppable("instance")).greedyChild="isover"===s)),i&&"isover"===s&&(i.isover=!1,i.isout=!0,i._out.call(i,n)),this[s]=!0,this["isout"===s?"isover":"isout"]=!1,this["isover"===s?"_over":"_out"].call(this,n),i&&"isout"===s&&(i.isout=!1,i.isover=!0,i._over.call(i,n)))}}))},dragStop:function(t,n){t.element.parentsUntil("body").off("scroll.droppable"),t.options.refreshPositions||e.ui.ddmanager.prepareOffsets(t,n)}},!1!==e.uiBackCompat&&e.widget("ui.droppable",e.ui.droppable,{options:{hoverClass:!1,activeClass:!1},_addActiveClass:function(){this._super(),this.options.activeClass&&this.element.addClass(this.options.activeClass)},_removeActiveClass:function(){this._super(),this.options.activeClass&&this.element.removeClass(this.options.activeClass)},_addHoverClass:function(){this._super(),this.options.hoverClass&&this.element.addClass(this.options.hoverClass)},_removeHoverClass:function(){this._super(),this.options.hoverClass&&this.element.removeClass(this.options.hoverClass)}}),e.ui.droppable,e.widget("ui.progressbar",{version:"1.12.1",options:{classes:{"ui-progressbar":"ui-corner-all","ui-progressbar-value":"ui-corner-left","ui-progressbar-complete":"ui-corner-right"},max:100,value:0,change:null,complete:null},min:0,_create:function(){this.oldValue=this.options.value=this._constrainedValue(),this.element.attr({role:"progressbar","aria-valuemin":this.min}),this._addClass("ui-progressbar","ui-widget ui-widget-content"),this.valueDiv=e("<div>").appendTo(this.element),this._addClass(this.valueDiv,"ui-progressbar-value","ui-widget-header"),this._refreshValue()},_destroy:function(){this.element.removeAttr("role aria-valuemin aria-valuemax aria-valuenow"),this.valueDiv.remove()},value:function(e){if(void 0===e)return this.options.value;this.options.value=this._constrainedValue(e),this._refreshValue()},_constrainedValue:function(e){return void 0===e&&(e=this.options.value),this.indeterminate=!1===e,"number"!=typeof e&&(e=0),!this.indeterminate&&Math.min(this.options.max,Math.max(this.min,e))},_setOptions:function(e){var t=e.value;delete e.value,this._super(e),this.options.value=this._constrainedValue(t),this._refreshValue()},_setOption:function(e,t){"max"===e&&(t=Math.max(this.min,t)),this._super(e,t)},_setOptionDisabled:function(e){this._super(e),this.element.attr("aria-disabled",e),this._toggleClass(null,"ui-state-disabled",!!e)},_percentage:function(){return this.indeterminate?100:100*(this.options.value-this.min)/(this.options.max-this.min)},_refreshValue:function(){var t=this.options.value,n=this._percentage();this.valueDiv.toggle(this.indeterminate||t>this.min).width(n.toFixed(0)+"%"),this._toggleClass(this.valueDiv,"ui-progressbar-complete",null,t===this.options.max)._toggleClass("ui-progressbar-indeterminate",null,this.indeterminate),this.indeterminate?(this.element.removeAttr("aria-valuenow"),this.overlayDiv||(this.overlayDiv=e("<div>").appendTo(this.valueDiv),this._addClass(this.overlayDiv,"ui-progressbar-overlay"))):(this.element.attr({"aria-valuemax":this.options.max,"aria-valuenow":t}),this.overlayDiv&&(this.overlayDiv.remove(),this.overlayDiv=null)),this.oldValue!==t&&(this.oldValue=t,this._trigger("change")),t===this.options.max&&this._trigger("complete")}}),e.widget("ui.selectable",e.ui.mouse,{version:"1.12.1",options:{appendTo:"body",autoRefresh:!0,distance:0,filter:"*",tolerance:"touch",selected:null,selecting:null,start:null,stop:null,unselected:null,unselecting:null},_create:function(){var t=this;this._addClass("ui-selectable"),this.dragged=!1,this.refresh=function(){t.elementPos=e(t.element[0]).offset(),t.selectees=e(t.options.filter,t.element[0]),t._addClass(t.selectees,"ui-selectee"),t.selectees.each((function(){var n=e(this),i=n.offset(),r={left:i.left-t.elementPos.left,top:i.top-t.elementPos.top};e.data(this,"selectable-item",{element:this,$element:n,left:r.left,top:r.top,right:r.left+n.outerWidth(),bottom:r.top+n.outerHeight(),startselected:!1,selected:n.hasClass("ui-selected"),selecting:n.hasClass("ui-selecting"),unselecting:n.hasClass("ui-unselecting")})}))},this.refresh(),this._mouseInit(),this.helper=e("<div>"),this._addClass(this.helper,"ui-selectable-helper")},_destroy:function(){this.selectees.removeData("selectable-item"),this._mouseDestroy()},_mouseStart:function(t){var n=this,i=this.options;this.opos=[t.pageX,t.pageY],this.elementPos=e(this.element[0]).offset(),this.options.disabled||(this.selectees=e(i.filter,this.element[0]),this._trigger("start",t),e(i.appendTo).append(this.helper),this.helper.css({left:t.pageX,top:t.pageY,width:0,height:0}),i.autoRefresh&&this.refresh(),this.selectees.filter(".ui-selected").each((function(){var i=e.data(this,"selectable-item");i.startselected=!0,t.metaKey||t.ctrlKey||(n._removeClass(i.$element,"ui-selected"),i.selected=!1,n._addClass(i.$element,"ui-unselecting"),i.unselecting=!0,n._trigger("unselecting",t,{unselecting:i.element}))})),e(t.target).parents().addBack().each((function(){var i,r=e.data(this,"selectable-item");if(r)return i=!t.metaKey&&!t.ctrlKey||!r.$element.hasClass("ui-selected"),n._removeClass(r.$element,i?"ui-unselecting":"ui-selected")._addClass(r.$element,i?"ui-selecting":"ui-unselecting"),r.unselecting=!i,r.selecting=i,r.selected=i,i?n._trigger("selecting",t,{selecting:r.element}):n._trigger("unselecting",t,{unselecting:r.element}),!1})))},_mouseDrag:function(t){if(this.dragged=!0,!this.options.disabled){var n,i=this,r=this.options,o=this.opos[0],a=this.opos[1],s=t.pageX,l=t.pageY;return o>s&&(n=s,s=o,o=n),a>l&&(n=l,l=a,a=n),this.helper.css({left:o,top:a,width:s-o,height:l-a}),this.selectees.each((function(){var n=e.data(this,"selectable-item"),u=!1,c={};n&&n.element!==i.element[0]&&(c.left=n.left+i.elementPos.left,c.right=n.right+i.elementPos.left,c.top=n.top+i.elementPos.top,c.bottom=n.bottom+i.elementPos.top,"touch"===r.tolerance?u=!(c.left>s||c.right<o||c.top>l||c.bottom<a):"fit"===r.tolerance&&(u=c.left>o&&c.right<s&&c.top>a&&c.bottom<l),u?(n.selected&&(i._removeClass(n.$element,"ui-selected"),n.selected=!1),n.unselecting&&(i._removeClass(n.$element,"ui-unselecting"),n.unselecting=!1),n.selecting||(i._addClass(n.$element,"ui-selecting"),n.selecting=!0,i._trigger("selecting",t,{selecting:n.element}))):(n.selecting&&((t.metaKey||t.ctrlKey)&&n.startselected?(i._removeClass(n.$element,"ui-selecting"),n.selecting=!1,i._addClass(n.$element,"ui-selected"),n.selected=!0):(i._removeClass(n.$element,"ui-selecting"),n.selecting=!1,n.startselected&&(i._addClass(n.$element,"ui-unselecting"),n.unselecting=!0),i._trigger("unselecting",t,{unselecting:n.element}))),n.selected&&(t.metaKey||t.ctrlKey||n.startselected||(i._removeClass(n.$element,"ui-selected"),n.selected=!1,i._addClass(n.$element,"ui-unselecting"),n.unselecting=!0,i._trigger("unselecting",t,{unselecting:n.element})))))})),!1}},_mouseStop:function(t){var n=this;return this.dragged=!1,e(".ui-unselecting",this.element[0]).each((function(){var i=e.data(this,"selectable-item");n._removeClass(i.$element,"ui-unselecting"),i.unselecting=!1,i.startselected=!1,n._trigger("unselected",t,{unselected:i.element})})),e(".ui-selecting",this.element[0]).each((function(){var i=e.data(this,"selectable-item");n._removeClass(i.$element,"ui-selecting")._addClass(i.$element,"ui-selected"),i.selecting=!1,i.selected=!0,i.startselected=!0,n._trigger("selected",t,{selected:i.element})})),this._trigger("stop",t),this.helper.remove(),!1}}),e.widget("ui.selectmenu",[e.ui.formResetMixin,{version:"1.12.1",defaultElement:"<select>",options:{appendTo:null,classes:{"ui-selectmenu-button-open":"ui-corner-top","ui-selectmenu-button-closed":"ui-corner-all"},disabled:null,icons:{button:"ui-icon-triangle-1-s"},position:{my:"left top",at:"left bottom",collision:"none"},width:!1,change:null,close:null,focus:null,open:null,select:null},_create:function(){var t=this.element.uniqueId().attr("id");this.ids={element:t,button:t+"-button",menu:t+"-menu"},this._drawButton(),this._drawMenu(),this._bindFormResetHandler(),this._rendered=!1,this.menuItems=e()},_drawButton:function(){var t,n=this,i=this._parseOption(this.element.find("option:selected"),this.element[0].selectedIndex);this.labels=this.element.labels().attr("for",this.ids.button),this._on(this.labels,{click:function(e){this.button.focus(),e.preventDefault()}}),this.element.hide(),this.button=e("<span>",{tabindex:this.options.disabled?-1:0,id:this.ids.button,role:"combobox","aria-expanded":"false","aria-autocomplete":"list","aria-owns":this.ids.menu,"aria-haspopup":"true",title:this.element.attr("title")}).insertAfter(this.element),this._addClass(this.button,"ui-selectmenu-button ui-selectmenu-button-closed","ui-button ui-widget"),t=e("<span>").appendTo(this.button),this._addClass(t,"ui-selectmenu-icon","ui-icon "+this.options.icons.button),this.buttonItem=this._renderButtonItem(i).appendTo(this.button),!1!==this.options.width&&this._resizeButton(),this._on(this.button,this._buttonEvents),this.button.one("focusin",(function(){n._rendered||n._refreshMenu()}))},_drawMenu:function(){var t=this;this.menu=e("<ul>",{"aria-hidden":"true","aria-labelledby":this.ids.button,id:this.ids.menu}),this.menuWrap=e("<div>").append(this.menu),this._addClass(this.menuWrap,"ui-selectmenu-menu","ui-front"),this.menuWrap.appendTo(this._appendTo()),this.menuInstance=this.menu.menu({classes:{"ui-menu":"ui-corner-bottom"},role:"listbox",select:function(e,n){e.preventDefault(),t._setSelection(),t._select(n.item.data("ui-selectmenu-item"),e)},focus:function(e,n){var i=n.item.data("ui-selectmenu-item");null!=t.focusIndex&&i.index!==t.focusIndex&&(t._trigger("focus",e,{item:i}),t.isOpen||t._select(i,e)),t.focusIndex=i.index,t.button.attr("aria-activedescendant",t.menuItems.eq(i.index).attr("id"))}}).menu("instance"),this.menuInstance._off(this.menu,"mouseleave"),this.menuInstance._closeOnDocumentClick=function(){return!1},this.menuInstance._isDivider=function(){return!1}},refresh:function(){this._refreshMenu(),this.buttonItem.replaceWith(this.buttonItem=this._renderButtonItem(this._getSelectedItem().data("ui-selectmenu-item")||{})),null===this.options.width&&this._resizeButton()},_refreshMenu:function(){var e,t=this.element.find("option");this.menu.empty(),this._parseOptions(t),this._renderMenu(this.menu,this.items),this.menuInstance.refresh(),this.menuItems=this.menu.find("li").not(".ui-selectmenu-optgroup").find(".ui-menu-item-wrapper"),this._rendered=!0,t.length&&(e=this._getSelectedItem(),this.menuInstance.focus(null,e),this._setAria(e.data("ui-selectmenu-item")),this._setOption("disabled",this.element.prop("disabled")))},open:function(e){this.options.disabled||(this._rendered?(this._removeClass(this.menu.find(".ui-state-active"),null,"ui-state-active"),this.menuInstance.focus(null,this._getSelectedItem())):this._refreshMenu(),this.menuItems.length&&(this.isOpen=!0,this._toggleAttr(),this._resizeMenu(),this._position(),this._on(this.document,this._documentClick),this._trigger("open",e)))},_position:function(){this.menuWrap.position(e.extend({of:this.button},this.options.position))},close:function(e){this.isOpen&&(this.isOpen=!1,this._toggleAttr(),this.range=null,this._off(this.document),this._trigger("close",e))},widget:function(){return this.button},menuWidget:function(){return this.menu},_renderButtonItem:function(t){var n=e("<span>");return this._setText(n,t.label),this._addClass(n,"ui-selectmenu-text"),n},_renderMenu:function(t,n){var i=this,r="";e.each(n,(function(n,o){var a;o.optgroup!==r&&(a=e("<li>",{text:o.optgroup}),i._addClass(a,"ui-selectmenu-optgroup","ui-menu-divider"+(o.element.parent("optgroup").prop("disabled")?" ui-state-disabled":"")),a.appendTo(t),r=o.optgroup),i._renderItemData(t,o)}))},_renderItemData:function(e,t){return this._renderItem(e,t).data("ui-selectmenu-item",t)},_renderItem:function(t,n){var i=e("<li>"),r=e("<div>",{title:n.element.attr("title")});return n.disabled&&this._addClass(i,null,"ui-state-disabled"),this._setText(r,n.label),i.append(r).appendTo(t)},_setText:function(e,t){t?e.text(t):e.html("&#160;")},_move:function(e,t){var n,i,r=".ui-menu-item";this.isOpen?n=this.menuItems.eq(this.focusIndex).parent("li"):(n=this.menuItems.eq(this.element[0].selectedIndex).parent("li"),r+=":not(.ui-state-disabled)"),(i="first"===e||"last"===e?n["first"===e?"prevAll":"nextAll"](r).eq(-1):n[e+"All"](r).eq(0)).length&&this.menuInstance.focus(t,i)},_getSelectedItem:function(){return this.menuItems.eq(this.element[0].selectedIndex).parent("li")},_toggle:function(e){this[this.isOpen?"close":"open"](e)},_setSelection:function(){var e;this.range&&(window.getSelection?((e=window.getSelection()).removeAllRanges(),e.addRange(this.range)):this.range.select(),this.button.focus())},_documentClick:{mousedown:function(t){this.isOpen&&(e(t.target).closest(".ui-selectmenu-menu, #"+e.ui.escapeSelector(this.ids.button)).length||this.close(t))}},_buttonEvents:{mousedown:function(){var e;window.getSelection?(e=window.getSelection()).rangeCount&&(this.range=e.getRangeAt(0)):this.range=document.selection.createRange()},click:function(e){this._setSelection(),this._toggle(e)},keydown:function(t){var n=!0;switch(t.keyCode){case e.ui.keyCode.TAB:case e.ui.keyCode.ESCAPE:this.close(t),n=!1;break;case e.ui.keyCode.ENTER:this.isOpen&&this._selectFocusedItem(t);break;case e.ui.keyCode.UP:t.altKey?this._toggle(t):this._move("prev",t);break;case e.ui.keyCode.DOWN:t.altKey?this._toggle(t):this._move("next",t);break;case e.ui.keyCode.SPACE:this.isOpen?this._selectFocusedItem(t):this._toggle(t);break;case e.ui.keyCode.LEFT:this._move("prev",t);break;case e.ui.keyCode.RIGHT:this._move("next",t);break;case e.ui.keyCode.HOME:case e.ui.keyCode.PAGE_UP:this._move("first",t);break;case e.ui.keyCode.END:case e.ui.keyCode.PAGE_DOWN:this._move("last",t);break;default:this.menu.trigger(t),n=!1}n&&t.preventDefault()}},_selectFocusedItem:function(e){var t=this.menuItems.eq(this.focusIndex).parent("li");t.hasClass("ui-state-disabled")||this._select(t.data("ui-selectmenu-item"),e)},_select:function(e,t){var n=this.element[0].selectedIndex;this.element[0].selectedIndex=e.index,this.buttonItem.replaceWith(this.buttonItem=this._renderButtonItem(e)),this._setAria(e),this._trigger("select",t,{item:e}),e.index!==n&&this._trigger("change",t,{item:e}),this.close(t)},_setAria:function(e){var t=this.menuItems.eq(e.index).attr("id");this.button.attr({"aria-labelledby":t,"aria-activedescendant":t}),this.menu.attr("aria-activedescendant",t)},_setOption:function(e,t){if("icons"===e){var n=this.button.find("span.ui-icon");this._removeClass(n,null,this.options.icons.button)._addClass(n,null,t.button)}this._super(e,t),"appendTo"===e&&this.menuWrap.appendTo(this._appendTo()),"width"===e&&this._resizeButton()},_setOptionDisabled:function(e){this._super(e),this.menuInstance.option("disabled",e),this.button.attr("aria-disabled",e),this._toggleClass(this.button,null,"ui-state-disabled",e),this.element.prop("disabled",e),e?(this.button.attr("tabindex",-1),this.close()):this.button.attr("tabindex",0)},_appendTo:function(){var t=this.options.appendTo;return t&&(t=t.jquery||t.nodeType?e(t):this.document.find(t).eq(0)),t&&t[0]||(t=this.element.closest(".ui-front, dialog")),t.length||(t=this.document[0].body),t},_toggleAttr:function(){this.button.attr("aria-expanded",this.isOpen),this._removeClass(this.button,"ui-selectmenu-button-"+(this.isOpen?"closed":"open"))._addClass(this.button,"ui-selectmenu-button-"+(this.isOpen?"open":"closed"))._toggleClass(this.menuWrap,"ui-selectmenu-open",null,this.isOpen),this.menu.attr("aria-hidden",!this.isOpen)},_resizeButton:function(){var e=this.options.width;!1!==e?(null===e&&(e=this.element.show().outerWidth(),this.element.hide()),this.button.outerWidth(e)):this.button.css("width","")},_resizeMenu:function(){this.menu.outerWidth(Math.max(this.button.outerWidth(),this.menu.width("").outerWidth()+1))},_getCreateOptions:function(){var e=this._super();return e.disabled=this.element.prop("disabled"),e},_parseOptions:function(t){var n=this,i=[];t.each((function(t,r){i.push(n._parseOption(e(r),t))})),this.items=i},_parseOption:function(e,t){var n=e.parent("optgroup");return{element:e,index:t,value:e.val(),label:e.text(),optgroup:n.attr("label")||"",disabled:n.prop("disabled")||e.prop("disabled")}},_destroy:function(){this._unbindFormResetHandler(),this.menuWrap.remove(),this.button.remove(),this.element.show(),this.element.removeUniqueId(),this.labels.attr("for",this.ids.element)}}]),e.widget("ui.slider",e.ui.mouse,{version:"1.12.1",widgetEventPrefix:"slide",options:{animate:!1,classes:{"ui-slider":"ui-corner-all","ui-slider-handle":"ui-corner-all","ui-slider-range":"ui-corner-all ui-widget-header"},distance:0,max:100,min:0,orientation:"horizontal",range:!1,step:1,value:0,values:null,change:null,slide:null,start:null,stop:null},numPages:5,_create:function(){this._keySliding=!1,this._mouseSliding=!1,this._animateOff=!0,this._handleIndex=null,this._detectOrientation(),this._mouseInit(),this._calculateNewMax(),this._addClass("ui-slider ui-slider-"+this.orientation,"ui-widget ui-widget-content"),this._refresh(),this._animateOff=!1},_refresh:function(){this._createRange(),this._createHandles(),this._setupEvents(),this._refreshValue()},_createHandles:function(){var t,n,i=this.options,r=this.element.find(".ui-slider-handle"),o=[];for(n=i.values&&i.values.length||1,r.length>n&&(r.slice(n).remove(),r=r.slice(0,n)),t=r.length;t<n;t++)o.push("<span tabindex='0'></span>");this.handles=r.add(e(o.join("")).appendTo(this.element)),this._addClass(this.handles,"ui-slider-handle","ui-state-default"),this.handle=this.handles.eq(0),this.handles.each((function(t){e(this).data("ui-slider-handle-index",t).attr("tabIndex",0)}))},_createRange:function(){var t=this.options;t.range?(!0===t.range&&(t.values?t.values.length&&2!==t.values.length?t.values=[t.values[0],t.values[0]]:e.isArray(t.values)&&(t.values=t.values.slice(0)):t.values=[this._valueMin(),this._valueMin()]),this.range&&this.range.length?(this._removeClass(this.range,"ui-slider-range-min ui-slider-range-max"),this.range.css({left:"",bottom:""})):(this.range=e("<div>").appendTo(this.element),this._addClass(this.range,"ui-slider-range")),"min"!==t.range&&"max"!==t.range||this._addClass(this.range,"ui-slider-range-"+t.range)):(this.range&&this.range.remove(),this.range=null)},_setupEvents:function(){this._off(this.handles),this._on(this.handles,this._handleEvents),this._hoverable(this.handles),this._focusable(this.handles)},_destroy:function(){this.handles.remove(),this.range&&this.range.remove(),this._mouseDestroy()},_mouseCapture:function(t){var n,i,r,o,a,s,l,u=this,c=this.options;return!c.disabled&&(this.elementSize={width:this.element.outerWidth(),height:this.element.outerHeight()},this.elementOffset=this.element.offset(),n={x:t.pageX,y:t.pageY},i=this._normValueFromMouse(n),r=this._valueMax()-this._valueMin()+1,this.handles.each((function(t){var n=Math.abs(i-u.values(t));(r>n||r===n&&(t===u._lastChangedValue||u.values(t)===c.min))&&(r=n,o=e(this),a=t)})),!1!==this._start(t,a)&&(this._mouseSliding=!0,this._handleIndex=a,this._addClass(o,null,"ui-state-active"),o.trigger("focus"),s=o.offset(),l=!e(t.target).parents().addBack().is(".ui-slider-handle"),this._clickOffset=l?{left:0,top:0}:{left:t.pageX-s.left-o.width()/2,top:t.pageY-s.top-o.height()/2-(parseInt(o.css("borderTopWidth"),10)||0)-(parseInt(o.css("borderBottomWidth"),10)||0)+(parseInt(o.css("marginTop"),10)||0)},this.handles.hasClass("ui-state-hover")||this._slide(t,a,i),this._animateOff=!0,!0))},_mouseStart:function(){return!0},_mouseDrag:function(e){var t={x:e.pageX,y:e.pageY},n=this._normValueFromMouse(t);return this._slide(e,this._handleIndex,n),!1},_mouseStop:function(e){return this._removeClass(this.handles,null,"ui-state-active"),this._mouseSliding=!1,this._stop(e,this._handleIndex),this._change(e,this._handleIndex),this._handleIndex=null,this._clickOffset=null,this._animateOff=!1,!1},_detectOrientation:function(){this.orientation="vertical"===this.options.orientation?"vertical":"horizontal"},_normValueFromMouse:function(e){var t,n,i,r,o;return"horizontal"===this.orientation?(t=this.elementSize.width,n=e.x-this.elementOffset.left-(this._clickOffset?this._clickOffset.left:0)):(t=this.elementSize.height,n=e.y-this.elementOffset.top-(this._clickOffset?this._clickOffset.top:0)),(i=n/t)>1&&(i=1),i<0&&(i=0),"vertical"===this.orientation&&(i=1-i),r=this._valueMax()-this._valueMin(),o=this._valueMin()+i*r,this._trimAlignValue(o)},_uiHash:function(e,t,n){var i={handle:this.handles[e],handleIndex:e,value:void 0!==t?t:this.value()};return this._hasMultipleValues()&&(i.value=void 0!==t?t:this.values(e),i.values=n||this.values()),i},_hasMultipleValues:function(){return this.options.values&&this.options.values.length},_start:function(e,t){return this._trigger("start",e,this._uiHash(t))},_slide:function(e,t,n){var i,r=this.value(),o=this.values();this._hasMultipleValues()&&(i=this.values(t?0:1),r=this.values(t),2===this.options.values.length&&!0===this.options.range&&(n=0===t?Math.min(i,n):Math.max(i,n)),o[t]=n),n!==r&&!1!==this._trigger("slide",e,this._uiHash(t,n,o))&&(this._hasMultipleValues()?this.values(t,n):this.value(n))},_stop:function(e,t){this._trigger("stop",e,this._uiHash(t))},_change:function(e,t){this._keySliding||this._mouseSliding||(this._lastChangedValue=t,this._trigger("change",e,this._uiHash(t)))},value:function(e){return arguments.length?(this.options.value=this._trimAlignValue(e),this._refreshValue(),void this._change(null,0)):this._value()},values:function(t,n){var i,r,o;if(arguments.length>1)return this.options.values[t]=this._trimAlignValue(n),this._refreshValue(),void this._change(null,t);if(!arguments.length)return this._values();if(!e.isArray(arguments[0]))return this._hasMultipleValues()?this._values(t):this.value();for(i=this.options.values,r=arguments[0],o=0;o<i.length;o+=1)i[o]=this._trimAlignValue(r[o]),this._change(null,o);this._refreshValue()},_setOption:function(t,n){var i,r=0;switch("range"===t&&!0===this.options.range&&("min"===n?(this.options.value=this._values(0),this.options.values=null):"max"===n&&(this.options.value=this._values(this.options.values.length-1),this.options.values=null)),e.isArray(this.options.values)&&(r=this.options.values.length),this._super(t,n),t){case"orientation":this._detectOrientation(),this._removeClass("ui-slider-horizontal ui-slider-vertical")._addClass("ui-slider-"+this.orientation),this._refreshValue(),this.options.range&&this._refreshRange(n),this.handles.css("horizontal"===n?"bottom":"left","");break;case"value":this._animateOff=!0,this._refreshValue(),this._change(null,0),this._animateOff=!1;break;case"values":for(this._animateOff=!0,this._refreshValue(),i=r-1;i>=0;i--)this._change(null,i);this._animateOff=!1;break;case"step":case"min":case"max":this._animateOff=!0,this._calculateNewMax(),this._refreshValue(),this._animateOff=!1;break;case"range":this._animateOff=!0,this._refresh(),this._animateOff=!1}},_setOptionDisabled:function(e){this._super(e),this._toggleClass(null,"ui-state-disabled",!!e)},_value:function(){var e=this.options.value;return e=this._trimAlignValue(e)},_values:function(e){var t,n,i;if(arguments.length)return t=this.options.values[e],t=this._trimAlignValue(t);if(this._hasMultipleValues()){for(n=this.options.values.slice(),i=0;i<n.length;i+=1)n[i]=this._trimAlignValue(n[i]);return n}return[]},_trimAlignValue:function(e){if(e<=this._valueMin())return this._valueMin();if(e>=this._valueMax())return this._valueMax();var t=this.options.step>0?this.options.step:1,n=(e-this._valueMin())%t,i=e-n;return 2*Math.abs(n)>=t&&(i+=n>0?t:-t),parseFloat(i.toFixed(5))},_calculateNewMax:function(){var e=this.options.max,t=this._valueMin(),n=this.options.step;(e=Math.round((e-t)/n)*n+t)>this.options.max&&(e-=n),this.max=parseFloat(e.toFixed(this._precision()))},_precision:function(){var e=this._precisionOf(this.options.step);return null!==this.options.min&&(e=Math.max(e,this._precisionOf(this.options.min))),e},_precisionOf:function(e){var t=e.toString(),n=t.indexOf(".");return-1===n?0:t.length-n-1},_valueMin:function(){return this.options.min},_valueMax:function(){return this.max},_refreshRange:function(e){"vertical"===e&&this.range.css({width:"",left:""}),"horizontal"===e&&this.range.css({height:"",bottom:""})},_refreshValue:function(){var t,n,i,r,o,a=this.options.range,s=this.options,l=this,u=!this._animateOff&&s.animate,c={};this._hasMultipleValues()?this.handles.each((function(i){n=(l.values(i)-l._valueMin())/(l._valueMax()-l._valueMin())*100,c["horizontal"===l.orientation?"left":"bottom"]=n+"%",e(this).stop(1,1)[u?"animate":"css"](c,s.animate),!0===l.options.range&&("horizontal"===l.orientation?(0===i&&l.range.stop(1,1)[u?"animate":"css"]({left:n+"%"},s.animate),1===i&&l.range[u?"animate":"css"]({width:n-t+"%"},{queue:!1,duration:s.animate})):(0===i&&l.range.stop(1,1)[u?"animate":"css"]({bottom:n+"%"},s.animate),1===i&&l.range[u?"animate":"css"]({height:n-t+"%"},{queue:!1,duration:s.animate}))),t=n})):(i=this.value(),r=this._valueMin(),o=this._valueMax(),n=o!==r?(i-r)/(o-r)*100:0,c["horizontal"===this.orientation?"left":"bottom"]=n+"%",this.handle.stop(1,1)[u?"animate":"css"](c,s.animate),"min"===a&&"horizontal"===this.orientation&&this.range.stop(1,1)[u?"animate":"css"]({width:n+"%"},s.animate),"max"===a&&"horizontal"===this.orientation&&this.range.stop(1,1)[u?"animate":"css"]({width:100-n+"%"},s.animate),"min"===a&&"vertical"===this.orientation&&this.range.stop(1,1)[u?"animate":"css"]({height:n+"%"},s.animate),"max"===a&&"vertical"===this.orientation&&this.range.stop(1,1)[u?"animate":"css"]({height:100-n+"%"},s.animate))},_handleEvents:{keydown:function(t){var n,i,r,o=e(t.target).data("ui-slider-handle-index");switch(t.keyCode){case e.ui.keyCode.HOME:case e.ui.keyCode.END:case e.ui.keyCode.PAGE_UP:case e.ui.keyCode.PAGE_DOWN:case e.ui.keyCode.UP:case e.ui.keyCode.RIGHT:case e.ui.keyCode.DOWN:case e.ui.keyCode.LEFT:if(t.preventDefault(),!this._keySliding&&(this._keySliding=!0,this._addClass(e(t.target),null,"ui-state-active"),!1===this._start(t,o)))return}switch(r=this.options.step,n=i=this._hasMultipleValues()?this.values(o):this.value(),t.keyCode){case e.ui.keyCode.HOME:i=this._valueMin();break;case e.ui.keyCode.END:i=this._valueMax();break;case e.ui.keyCode.PAGE_UP:i=this._trimAlignValue(n+(this._valueMax()-this._valueMin())/this.numPages);break;case e.ui.keyCode.PAGE_DOWN:i=this._trimAlignValue(n-(this._valueMax()-this._valueMin())/this.numPages);break;case e.ui.keyCode.UP:case e.ui.keyCode.RIGHT:if(n===this._valueMax())return;i=this._trimAlignValue(n+r);break;case e.ui.keyCode.DOWN:case e.ui.keyCode.LEFT:if(n===this._valueMin())return;i=this._trimAlignValue(n-r)}this._slide(t,o,i)},keyup:function(t){var n=e(t.target).data("ui-slider-handle-index");this._keySliding&&(this._keySliding=!1,this._stop(t,n),this._change(t,n),this._removeClass(e(t.target),null,"ui-state-active"))}}}),e.widget("ui.sortable",e.ui.mouse,{version:"1.12.1",widgetEventPrefix:"sort",ready:!1,options:{appendTo:"parent",axis:!1,connectWith:!1,containment:!1,cursor:"auto",cursorAt:!1,dropOnEmpty:!0,forcePlaceholderSize:!1,forceHelperSize:!1,grid:!1,handle:!1,helper:"original",items:"> *",opacity:!1,placeholder:!1,revert:!1,scroll:!0,scrollSensitivity:20,scrollSpeed:20,scope:"default",tolerance:"intersect",zIndex:1e3,activate:null,beforeStop:null,change:null,deactivate:null,out:null,over:null,receive:null,remove:null,sort:null,start:null,stop:null,update:null},_isOverAxis:function(e,t,n){return e>=t&&e<t+n},_isFloating:function(e){return/left|right/.test(e.css("float"))||/inline|table-cell/.test(e.css("display"))},_create:function(){this.containerCache={},this._addClass("ui-sortable"),this.refresh(),this.offset=this.element.offset(),this._mouseInit(),this._setHandleClassName(),this.ready=!0},_setOption:function(e,t){this._super(e,t),"handle"===e&&this._setHandleClassName()},_setHandleClassName:function(){var t=this;this._removeClass(this.element.find(".ui-sortable-handle"),"ui-sortable-handle"),e.each(this.items,(function(){t._addClass(this.instance.options.handle?this.item.find(this.instance.options.handle):this.item,"ui-sortable-handle")}))},_destroy:function(){this._mouseDestroy();for(var e=this.items.length-1;e>=0;e--)this.items[e].item.removeData(this.widgetName+"-item");return this},_mouseCapture:function(t,n){var i=null,r=!1,o=this;return!(this.reverting||this.options.disabled||"static"===this.options.type||(this._refreshItems(t),e(t.target).parents().each((function(){if(e.data(this,o.widgetName+"-item")===o)return i=e(this),!1})),e.data(t.target,o.widgetName+"-item")===o&&(i=e(t.target)),!i||this.options.handle&&!n&&(e(this.options.handle,i).find("*").addBack().each((function(){this===t.target&&(r=!0)})),!r)||(this.currentItem=i,this._removeCurrentsFromItems(),0)))},_mouseStart:function(t,n,i){var r,o,a=this.options;if(this.currentContainer=this,this.refreshPositions(),this.helper=this._createHelper(t),this._cacheHelperProportions(),this._cacheMargins(),this.scrollParent=this.helper.scrollParent(),this.offset=this.currentItem.offset(),this.offset={top:this.offset.top-this.margins.top,left:this.offset.left-this.margins.left},e.extend(this.offset,{click:{left:t.pageX-this.offset.left,top:t.pageY-this.offset.top},parent:this._getParentOffset(),relative:this._getRelativeOffset()}),this.helper.css("position","absolute"),this.cssPosition=this.helper.css("position"),this.originalPosition=this._generatePosition(t),this.originalPageX=t.pageX,this.originalPageY=t.pageY,a.cursorAt&&this._adjustOffsetFromHelper(a.cursorAt),this.domPosition={prev:this.currentItem.prev()[0],parent:this.currentItem.parent()[0]},this.helper[0]!==this.currentItem[0]&&this.currentItem.hide(),this._createPlaceholder(),a.containment&&this._setContainment(),a.cursor&&"auto"!==a.cursor&&(o=this.document.find("body"),this.storedCursor=o.css("cursor"),o.css("cursor",a.cursor),this.storedStylesheet=e("<style>*{ cursor: "+a.cursor+" !important; }</style>").appendTo(o)),a.opacity&&(this.helper.css("opacity")&&(this._storedOpacity=this.helper.css("opacity")),this.helper.css("opacity",a.opacity)),a.zIndex&&(this.helper.css("zIndex")&&(this._storedZIndex=this.helper.css("zIndex")),this.helper.css("zIndex",a.zIndex)),this.scrollParent[0]!==this.document[0]&&"HTML"!==this.scrollParent[0].tagName&&(this.overflowOffset=this.scrollParent.offset()),this._trigger("start",t,this._uiHash()),this._preserveHelperProportions||this._cacheHelperProportions(),!i)for(r=this.containers.length-1;r>=0;r--)this.containers[r]._trigger("activate",t,this._uiHash(this));return e.ui.ddmanager&&(e.ui.ddmanager.current=this),e.ui.ddmanager&&!a.dropBehaviour&&e.ui.ddmanager.prepareOffsets(this,t),this.dragging=!0,this._addClass(this.helper,"ui-sortable-helper"),this._mouseDrag(t),!0},_mouseDrag:function(t){var n,i,r,o,a=this.options,s=!1;for(this.position=this._generatePosition(t),this.positionAbs=this._convertPositionTo("absolute"),this.lastPositionAbs||(this.lastPositionAbs=this.positionAbs),this.options.scroll&&(this.scrollParent[0]!==this.document[0]&&"HTML"!==this.scrollParent[0].tagName?(this.overflowOffset.top+this.scrollParent[0].offsetHeight-t.pageY<a.scrollSensitivity?this.scrollParent[0].scrollTop=s=this.scrollParent[0].scrollTop+a.scrollSpeed:t.pageY-this.overflowOffset.top<a.scrollSensitivity&&(this.scrollParent[0].scrollTop=s=this.scrollParent[0].scrollTop-a.scrollSpeed),this.overflowOffset.left+this.scrollParent[0].offsetWidth-t.pageX<a.scrollSensitivity?this.scrollParent[0].scrollLeft=s=this.scrollParent[0].scrollLeft+a.scrollSpeed:t.pageX-this.overflowOffset.left<a.scrollSensitivity&&(this.scrollParent[0].scrollLeft=s=this.scrollParent[0].scrollLeft-a.scrollSpeed)):(t.pageY-this.document.scrollTop()<a.scrollSensitivity?s=this.document.scrollTop(this.document.scrollTop()-a.scrollSpeed):this.window.height()-(t.pageY-this.document.scrollTop())<a.scrollSensitivity&&(s=this.document.scrollTop(this.document.scrollTop()+a.scrollSpeed)),t.pageX-this.document.scrollLeft()<a.scrollSensitivity?s=this.document.scrollLeft(this.document.scrollLeft()-a.scrollSpeed):this.window.width()-(t.pageX-this.document.scrollLeft())<a.scrollSensitivity&&(s=this.document.scrollLeft(this.document.scrollLeft()+a.scrollSpeed))),!1!==s&&e.ui.ddmanager&&!a.dropBehaviour&&e.ui.ddmanager.prepareOffsets(this,t)),this.positionAbs=this._convertPositionTo("absolute"),this.options.axis&&"y"===this.options.axis||(this.helper[0].style.left=this.position.left+"px"),this.options.axis&&"x"===this.options.axis||(this.helper[0].style.top=this.position.top+"px"),n=this.items.length-1;n>=0;n--)if(r=(i=this.items[n]).item[0],(o=this._intersectsWithPointer(i))&&i.instance===this.currentContainer&&!(r===this.currentItem[0]||this.placeholder[1===o?"next":"prev"]()[0]===r||e.contains(this.placeholder[0],r)||"semi-dynamic"===this.options.type&&e.contains(this.element[0],r))){if(this.direction=1===o?"down":"up","pointer"!==this.options.tolerance&&!this._intersectsWithSides(i))break;this._rearrange(t,i),this._trigger("change",t,this._uiHash());break}return this._contactContainers(t),e.ui.ddmanager&&e.ui.ddmanager.drag(this,t),this._trigger("sort",t,this._uiHash()),this.lastPositionAbs=this.positionAbs,!1},_mouseStop:function(t,n){if(t){if(e.ui.ddmanager&&!this.options.dropBehaviour&&e.ui.ddmanager.drop(this,t),this.options.revert){var i=this,r=this.placeholder.offset(),o=this.options.axis,a={};o&&"x"!==o||(a.left=r.left-this.offset.parent.left-this.margins.left+(this.offsetParent[0]===this.document[0].body?0:this.offsetParent[0].scrollLeft)),o&&"y"!==o||(a.top=r.top-this.offset.parent.top-this.margins.top+(this.offsetParent[0]===this.document[0].body?0:this.offsetParent[0].scrollTop)),this.reverting=!0,e(this.helper).animate(a,parseInt(this.options.revert,10)||500,(function(){i._clear(t)}))}else this._clear(t,n);return!1}},cancel:function(){if(this.dragging){this._mouseUp(new e.Event("mouseup",{target:null})),"original"===this.options.helper?(this.currentItem.css(this._storedCSS),this._removeClass(this.currentItem,"ui-sortable-helper")):this.currentItem.show();for(var t=this.containers.length-1;t>=0;t--)this.containers[t]._trigger("deactivate",null,this._uiHash(this)),this.containers[t].containerCache.over&&(this.containers[t]._trigger("out",null,this._uiHash(this)),this.containers[t].containerCache.over=0)}return this.placeholder&&(this.placeholder[0].parentNode&&this.placeholder[0].parentNode.removeChild(this.placeholder[0]),"original"!==this.options.helper&&this.helper&&this.helper[0].parentNode&&this.helper.remove(),e.extend(this,{helper:null,dragging:!1,reverting:!1,_noFinalSort:null}),this.domPosition.prev?e(this.domPosition.prev).after(this.currentItem):e(this.domPosition.parent).prepend(this.currentItem)),this},serialize:function(t){var n=this._getItemsAsjQuery(t&&t.connected),i=[];return t=t||{},e(n).each((function(){var n=(e(t.item||this).attr(t.attribute||"id")||"").match(t.expression||/(.+)[\-=_](.+)/);n&&i.push((t.key||n[1]+"[]")+"="+(t.key&&t.expression?n[1]:n[2]))})),!i.length&&t.key&&i.push(t.key+"="),i.join("&")},toArray:function(t){var n=this._getItemsAsjQuery(t&&t.connected),i=[];return t=t||{},n.each((function(){i.push(e(t.item||this).attr(t.attribute||"id")||"")})),i},_intersectsWith:function(e){var t=this.positionAbs.left,n=t+this.helperProportions.width,i=this.positionAbs.top,r=i+this.helperProportions.height,o=e.left,a=o+e.width,s=e.top,l=s+e.height,u=this.offset.click.top,c=this.offset.click.left,d="x"===this.options.axis||i+u>s&&i+u<l,h="y"===this.options.axis||t+c>o&&t+c<a,p=d&&h;return"pointer"===this.options.tolerance||this.options.forcePointerForContainers||"pointer"!==this.options.tolerance&&this.helperProportions[this.floating?"width":"height"]>e[this.floating?"width":"height"]?p:o<t+this.helperProportions.width/2&&n-this.helperProportions.width/2<a&&s<i+this.helperProportions.height/2&&r-this.helperProportions.height/2<l},_intersectsWithPointer:function(e){var t,n,i="x"===this.options.axis||this._isOverAxis(this.positionAbs.top+this.offset.click.top,e.top,e.height),r="y"===this.options.axis||this._isOverAxis(this.positionAbs.left+this.offset.click.left,e.left,e.width);return!(!i||!r)&&(t=this._getDragVerticalDirection(),n=this._getDragHorizontalDirection(),this.floating?"right"===n||"down"===t?2:1:t&&("down"===t?2:1))},_intersectsWithSides:function(e){var t=this._isOverAxis(this.positionAbs.top+this.offset.click.top,e.top+e.height/2,e.height),n=this._isOverAxis(this.positionAbs.left+this.offset.click.left,e.left+e.width/2,e.width),i=this._getDragVerticalDirection(),r=this._getDragHorizontalDirection();return this.floating&&r?"right"===r&&n||"left"===r&&!n:i&&("down"===i&&t||"up"===i&&!t)},_getDragVerticalDirection:function(){var e=this.positionAbs.top-this.lastPositionAbs.top;return 0!==e&&(e>0?"down":"up")},_getDragHorizontalDirection:function(){var e=this.positionAbs.left-this.lastPositionAbs.left;return 0!==e&&(e>0?"right":"left")},refresh:function(e){return this._refreshItems(e),this._setHandleClassName(),this.refreshPositions(),this},_connectWith:function(){var e=this.options;return e.connectWith.constructor===String?[e.connectWith]:e.connectWith},_getItemsAsjQuery:function(t){var n,i,r,o,a=[],s=[],l=this._connectWith();if(l&&t)for(n=l.length-1;n>=0;n--)for(i=(r=e(l[n],this.document[0])).length-1;i>=0;i--)(o=e.data(r[i],this.widgetFullName))&&o!==this&&!o.options.disabled&&s.push([e.isFunction(o.options.items)?o.options.items.call(o.element):e(o.options.items,o.element).not(".ui-sortable-helper").not(".ui-sortable-placeholder"),o]);function u(){a.push(this)}for(s.push([e.isFunction(this.options.items)?this.options.items.call(this.element,null,{options:this.options,item:this.currentItem}):e(this.options.items,this.element).not(".ui-sortable-helper").not(".ui-sortable-placeholder"),this]),n=s.length-1;n>=0;n--)s[n][0].each(u);return e(a)},_removeCurrentsFromItems:function(){var t=this.currentItem.find(":data("+this.widgetName+"-item)");this.items=e.grep(this.items,(function(e){for(var n=0;n<t.length;n++)if(t[n]===e.item[0])return!1;return!0}))},_refreshItems:function(t){this.items=[],this.containers=[this];var n,i,r,o,a,s,l,u,c=this.items,d=[[e.isFunction(this.options.items)?this.options.items.call(this.element[0],t,{item:this.currentItem}):e(this.options.items,this.element),this]],h=this._connectWith();if(h&&this.ready)for(n=h.length-1;n>=0;n--)for(i=(r=e(h[n],this.document[0])).length-1;i>=0;i--)(o=e.data(r[i],this.widgetFullName))&&o!==this&&!o.options.disabled&&(d.push([e.isFunction(o.options.items)?o.options.items.call(o.element[0],t,{item:this.currentItem}):e(o.options.items,o.element),o]),this.containers.push(o));for(n=d.length-1;n>=0;n--)for(a=d[n][1],i=0,u=(s=d[n][0]).length;i<u;i++)(l=e(s[i])).data(this.widgetName+"-item",a),c.push({item:l,instance:a,width:0,height:0,left:0,top:0})},refreshPositions:function(t){var n,i,r,o;for(this.floating=!!this.items.length&&("x"===this.options.axis||this._isFloating(this.items[0].item)),this.offsetParent&&this.helper&&(this.offset.parent=this._getParentOffset()),n=this.items.length-1;n>=0;n--)(i=this.items[n]).instance!==this.currentContainer&&this.currentContainer&&i.item[0]!==this.currentItem[0]||(r=this.options.toleranceElement?e(this.options.toleranceElement,i.item):i.item,t||(i.width=r.outerWidth(),i.height=r.outerHeight()),o=r.offset(),i.left=o.left,i.top=o.top);if(this.options.custom&&this.options.custom.refreshContainers)this.options.custom.refreshContainers.call(this);else for(n=this.containers.length-1;n>=0;n--)o=this.containers[n].element.offset(),this.containers[n].containerCache.left=o.left,this.containers[n].containerCache.top=o.top,this.containers[n].containerCache.width=this.containers[n].element.outerWidth(),this.containers[n].containerCache.height=this.containers[n].element.outerHeight();return this},_createPlaceholder:function(t){var n,i=(t=t||this).options;i.placeholder&&i.placeholder.constructor!==String||(n=i.placeholder,i.placeholder={element:function(){var i=t.currentItem[0].nodeName.toLowerCase(),r=e("<"+i+">",t.document[0]);return t._addClass(r,"ui-sortable-placeholder",n||t.currentItem[0].className)._removeClass(r,"ui-sortable-helper"),"tbody"===i?t._createTrPlaceholder(t.currentItem.find("tr").eq(0),e("<tr>",t.document[0]).appendTo(r)):"tr"===i?t._createTrPlaceholder(t.currentItem,r):"img"===i&&r.attr("src",t.currentItem.attr("src")),n||r.css("visibility","hidden"),r},update:function(e,r){n&&!i.forcePlaceholderSize||(r.height()||r.height(t.currentItem.innerHeight()-parseInt(t.currentItem.css("paddingTop")||0,10)-parseInt(t.currentItem.css("paddingBottom")||0,10)),r.width()||r.width(t.currentItem.innerWidth()-parseInt(t.currentItem.css("paddingLeft")||0,10)-parseInt(t.currentItem.css("paddingRight")||0,10)))}}),t.placeholder=e(i.placeholder.element.call(t.element,t.currentItem)),t.currentItem.after(t.placeholder),i.placeholder.update(t,t.placeholder)},_createTrPlaceholder:function(t,n){var i=this;t.children().each((function(){e("<td>&#160;</td>",i.document[0]).attr("colspan",e(this).attr("colspan")||1).appendTo(n)}))},_contactContainers:function(t){var n,i,r,o,a,s,l,u,c,d,h=null,p=null;for(n=this.containers.length-1;n>=0;n--)if(!e.contains(this.currentItem[0],this.containers[n].element[0]))if(this._intersectsWith(this.containers[n].containerCache)){if(h&&e.contains(this.containers[n].element[0],h.element[0]))continue;h=this.containers[n],p=n}else this.containers[n].containerCache.over&&(this.containers[n]._trigger("out",t,this._uiHash(this)),this.containers[n].containerCache.over=0);if(h)if(1===this.containers.length)this.containers[p].containerCache.over||(this.containers[p]._trigger("over",t,this._uiHash(this)),this.containers[p].containerCache.over=1);else{for(r=1e4,o=null,a=(c=h.floating||this._isFloating(this.currentItem))?"left":"top",s=c?"width":"height",d=c?"pageX":"pageY",i=this.items.length-1;i>=0;i--)e.contains(this.containers[p].element[0],this.items[i].item[0])&&this.items[i].item[0]!==this.currentItem[0]&&(l=this.items[i].item.offset()[a],u=!1,t[d]-l>this.items[i][s]/2&&(u=!0),Math.abs(t[d]-l)<r&&(r=Math.abs(t[d]-l),o=this.items[i],this.direction=u?"up":"down"));if(!o&&!this.options.dropOnEmpty)return;if(this.currentContainer===this.containers[p])return void(this.currentContainer.containerCache.over||(this.containers[p]._trigger("over",t,this._uiHash()),this.currentContainer.containerCache.over=1));o?this._rearrange(t,o,null,!0):this._rearrange(t,null,this.containers[p].element,!0),this._trigger("change",t,this._uiHash()),this.containers[p]._trigger("change",t,this._uiHash(this)),this.currentContainer=this.containers[p],this.options.placeholder.update(this.currentContainer,this.placeholder),this.containers[p]._trigger("over",t,this._uiHash(this)),this.containers[p].containerCache.over=1}},_createHelper:function(t){var n=this.options,i=e.isFunction(n.helper)?e(n.helper.apply(this.element[0],[t,this.currentItem])):"clone"===n.helper?this.currentItem.clone():this.currentItem;return i.parents("body").length||e("parent"!==n.appendTo?n.appendTo:this.currentItem[0].parentNode)[0].appendChild(i[0]),i[0]===this.currentItem[0]&&(this._storedCSS={width:this.currentItem[0].style.width,height:this.currentItem[0].style.height,position:this.currentItem.css("position"),top:this.currentItem.css("top"),left:this.currentItem.css("left")}),i[0].style.width&&!n.forceHelperSize||i.width(this.currentItem.width()),i[0].style.height&&!n.forceHelperSize||i.height(this.currentItem.height()),i},_adjustOffsetFromHelper:function(t){"string"==typeof t&&(t=t.split(" ")),e.isArray(t)&&(t={left:+t[0],top:+t[1]||0}),"left"in t&&(this.offset.click.left=t.left+this.margins.left),"right"in t&&(this.offset.click.left=this.helperProportions.width-t.right+this.margins.left),"top"in t&&(this.offset.click.top=t.top+this.margins.top),"bottom"in t&&(this.offset.click.top=this.helperProportions.height-t.bottom+this.margins.top)},_getParentOffset:function(){this.offsetParent=this.helper.offsetParent();var t=this.offsetParent.offset();return"absolute"===this.cssPosition&&this.scrollParent[0]!==this.document[0]&&e.contains(this.scrollParent[0],this.offsetParent[0])&&(t.left+=this.scrollParent.scrollLeft(),t.top+=this.scrollParent.scrollTop()),(this.offsetParent[0]===this.document[0].body||this.offsetParent[0].tagName&&"html"===this.offsetParent[0].tagName.toLowerCase()&&e.ui.ie)&&(t={top:0,left:0}),{top:t.top+(parseInt(this.offsetParent.css("borderTopWidth"),10)||0),left:t.left+(parseInt(this.offsetParent.css("borderLeftWidth"),10)||0)}},_getRelativeOffset:function(){if("relative"===this.cssPosition){var e=this.currentItem.position();return{top:e.top-(parseInt(this.helper.css("top"),10)||0)+this.scrollParent.scrollTop(),left:e.left-(parseInt(this.helper.css("left"),10)||0)+this.scrollParent.scrollLeft()}}return{top:0,left:0}},_cacheMargins:function(){this.margins={left:parseInt(this.currentItem.css("marginLeft"),10)||0,top:parseInt(this.currentItem.css("marginTop"),10)||0}},_cacheHelperProportions:function(){this.helperProportions={width:this.helper.outerWidth(),height:this.helper.outerHeight()}},_setContainment:function(){var t,n,i,r=this.options;"parent"===r.containment&&(r.containment=this.helper[0].parentNode),"document"!==r.containment&&"window"!==r.containment||(this.containment=[0-this.offset.relative.left-this.offset.parent.left,0-this.offset.relative.top-this.offset.parent.top,"document"===r.containment?this.document.width():this.window.width()-this.helperProportions.width-this.margins.left,("document"===r.containment?this.document.height()||document.body.parentNode.scrollHeight:this.window.height()||this.document[0].body.parentNode.scrollHeight)-this.helperProportions.height-this.margins.top]),/^(document|window|parent)$/.test(r.containment)||(t=e(r.containment)[0],n=e(r.containment).offset(),i="hidden"!==e(t).css("overflow"),this.containment=[n.left+(parseInt(e(t).css("borderLeftWidth"),10)||0)+(parseInt(e(t).css("paddingLeft"),10)||0)-this.margins.left,n.top+(parseInt(e(t).css("borderTopWidth"),10)||0)+(parseInt(e(t).css("paddingTop"),10)||0)-this.margins.top,n.left+(i?Math.max(t.scrollWidth,t.offsetWidth):t.offsetWidth)-(parseInt(e(t).css("borderLeftWidth"),10)||0)-(parseInt(e(t).css("paddingRight"),10)||0)-this.helperProportions.width-this.margins.left,n.top+(i?Math.max(t.scrollHeight,t.offsetHeight):t.offsetHeight)-(parseInt(e(t).css("borderTopWidth"),10)||0)-(parseInt(e(t).css("paddingBottom"),10)||0)-this.helperProportions.height-this.margins.top])},_convertPositionTo:function(t,n){n||(n=this.position);var i="absolute"===t?1:-1,r="absolute"!==this.cssPosition||this.scrollParent[0]!==this.document[0]&&e.contains(this.scrollParent[0],this.offsetParent[0])?this.scrollParent:this.offsetParent,o=/(html|body)/i.test(r[0].tagName);return{top:n.top+this.offset.relative.top*i+this.offset.parent.top*i-("fixed"===this.cssPosition?-this.scrollParent.scrollTop():o?0:r.scrollTop())*i,left:n.left+this.offset.relative.left*i+this.offset.parent.left*i-("fixed"===this.cssPosition?-this.scrollParent.scrollLeft():o?0:r.scrollLeft())*i}},_generatePosition:function(t){var n,i,r=this.options,o=t.pageX,a=t.pageY,s="absolute"!==this.cssPosition||this.scrollParent[0]!==this.document[0]&&e.contains(this.scrollParent[0],this.offsetParent[0])?this.scrollParent:this.offsetParent,l=/(html|body)/i.test(s[0].tagName);return"relative"!==this.cssPosition||this.scrollParent[0]!==this.document[0]&&this.scrollParent[0]!==this.offsetParent[0]||(this.offset.relative=this._getRelativeOffset()),this.originalPosition&&(this.containment&&(t.pageX-this.offset.click.left<this.containment[0]&&(o=this.containment[0]+this.offset.click.left),t.pageY-this.offset.click.top<this.containment[1]&&(a=this.containment[1]+this.offset.click.top),t.pageX-this.offset.click.left>this.containment[2]&&(o=this.containment[2]+this.offset.click.left),t.pageY-this.offset.click.top>this.containment[3]&&(a=this.containment[3]+this.offset.click.top)),r.grid&&(n=this.originalPageY+Math.round((a-this.originalPageY)/r.grid[1])*r.grid[1],a=this.containment?n-this.offset.click.top>=this.containment[1]&&n-this.offset.click.top<=this.containment[3]?n:n-this.offset.click.top>=this.containment[1]?n-r.grid[1]:n+r.grid[1]:n,i=this.originalPageX+Math.round((o-this.originalPageX)/r.grid[0])*r.grid[0],o=this.containment?i-this.offset.click.left>=this.containment[0]&&i-this.offset.click.left<=this.containment[2]?i:i-this.offset.click.left>=this.containment[0]?i-r.grid[0]:i+r.grid[0]:i)),{top:a-this.offset.click.top-this.offset.relative.top-this.offset.parent.top+("fixed"===this.cssPosition?-this.scrollParent.scrollTop():l?0:s.scrollTop()),left:o-this.offset.click.left-this.offset.relative.left-this.offset.parent.left+("fixed"===this.cssPosition?-this.scrollParent.scrollLeft():l?0:s.scrollLeft())}},_rearrange:function(e,t,n,i){n?n[0].appendChild(this.placeholder[0]):t.item[0].parentNode.insertBefore(this.placeholder[0],"down"===this.direction?t.item[0]:t.item[0].nextSibling),this.counter=this.counter?++this.counter:1;var r=this.counter;this._delay((function(){r===this.counter&&this.refreshPositions(!i)}))},_clear:function(e,t){this.reverting=!1;var n,i=[];if(!this._noFinalSort&&this.currentItem.parent().length&&this.placeholder.before(this.currentItem),this._noFinalSort=null,this.helper[0]===this.currentItem[0]){for(n in this._storedCSS)"auto"!==this._storedCSS[n]&&"static"!==this._storedCSS[n]||(this._storedCSS[n]="");this.currentItem.css(this._storedCSS),this._removeClass(this.currentItem,"ui-sortable-helper")}else this.currentItem.show();function r(e,t,n){return function(i){n._trigger(e,i,t._uiHash(t))}}for(this.fromOutside&&!t&&i.push((function(e){this._trigger("receive",e,this._uiHash(this.fromOutside))})),!this.fromOutside&&this.domPosition.prev===this.currentItem.prev().not(".ui-sortable-helper")[0]&&this.domPosition.parent===this.currentItem.parent()[0]||t||i.push((function(e){this._trigger("update",e,this._uiHash())})),this!==this.currentContainer&&(t||(i.push((function(e){this._trigger("remove",e,this._uiHash())})),i.push(function(e){return function(t){e._trigger("receive",t,this._uiHash(this))}}.call(this,this.currentContainer)),i.push(function(e){return function(t){e._trigger("update",t,this._uiHash(this))}}.call(this,this.currentContainer)))),n=this.containers.length-1;n>=0;n--)t||i.push(r("deactivate",this,this.containers[n])),this.containers[n].containerCache.over&&(i.push(r("out",this,this.containers[n])),this.containers[n].containerCache.over=0);if(this.storedCursor&&(this.document.find("body").css("cursor",this.storedCursor),this.storedStylesheet.remove()),this._storedOpacity&&this.helper.css("opacity",this._storedOpacity),this._storedZIndex&&this.helper.css("zIndex","auto"===this._storedZIndex?"":this._storedZIndex),this.dragging=!1,t||this._trigger("beforeStop",e,this._uiHash()),this.placeholder[0].parentNode.removeChild(this.placeholder[0]),this.cancelHelperRemoval||(this.helper[0]!==this.currentItem[0]&&this.helper.remove(),this.helper=null),!t){for(n=0;n<i.length;n++)i[n].call(this,e);this._trigger("stop",e,this._uiHash())}return this.fromOutside=!1,!this.cancelHelperRemoval},_trigger:function(){!1===e.Widget.prototype._trigger.apply(this,arguments)&&this.cancel()},_uiHash:function(t){var n=t||this;return{helper:n.helper,placeholder:n.placeholder||e([]),position:n.position,originalPosition:n.originalPosition,offset:n.positionAbs,item:n.currentItem,sender:t?t.element:null}}}),e.widget("ui.spinner",{version:"1.12.1",defaultElement:"<input>",widgetEventPrefix:"spin",options:{classes:{"ui-spinner":"ui-corner-all","ui-spinner-down":"ui-corner-br","ui-spinner-up":"ui-corner-tr"},culture:null,icons:{down:"ui-icon-triangle-1-s",up:"ui-icon-triangle-1-n"},incremental:!0,max:null,min:null,numberFormat:null,page:10,step:1,change:null,spin:null,start:null,stop:null},_create:function(){this._setOption("max",this.options.max),this._setOption("min",this.options.min),this._setOption("step",this.options.step),""!==this.value()&&this._value(this.element.val(),!0),this._draw(),this._on(this._events),this._refresh(),this._on(this.window,{beforeunload:function(){this.element.removeAttr("autocomplete")}})},_getCreateOptions:function(){var t=this._super(),n=this.element;return e.each(["min","max","step"],(function(e,i){var r=n.attr(i);null!=r&&r.length&&(t[i]=r)})),t},_events:{keydown:function(e){this._start(e)&&this._keydown(e)&&e.preventDefault()},keyup:"_stop",focus:function(){this.previous=this.element.val()},blur:function(e){this.cancelBlur?delete this.cancelBlur:(this._stop(),this._refresh(),this.previous!==this.element.val()&&this._trigger("change",e))},mousewheel:function(e,t){if(t){if(!this.spinning&&!this._start(e))return!1;this._spin((t>0?1:-1)*this.options.step,e),clearTimeout(this.mousewheelTimer),this.mousewheelTimer=this._delay((function(){this.spinning&&this._stop(e)}),100),e.preventDefault()}},"mousedown .ui-spinner-button":function(t){var n;function i(){this.element[0]===e.ui.safeActiveElement(this.document[0])||(this.element.trigger("focus"),this.previous=n,this._delay((function(){this.previous=n})))}n=this.element[0]===e.ui.safeActiveElement(this.document[0])?this.previous:this.element.val(),t.preventDefault(),i.call(this),this.cancelBlur=!0,this._delay((function(){delete this.cancelBlur,i.call(this)})),!1!==this._start(t)&&this._repeat(null,e(t.currentTarget).hasClass("ui-spinner-up")?1:-1,t)},"mouseup .ui-spinner-button":"_stop","mouseenter .ui-spinner-button":function(t){if(e(t.currentTarget).hasClass("ui-state-active"))return!1!==this._start(t)&&void this._repeat(null,e(t.currentTarget).hasClass("ui-spinner-up")?1:-1,t)},"mouseleave .ui-spinner-button":"_stop"},_enhance:function(){this.uiSpinner=this.element.attr("autocomplete","off").wrap("<span>").parent().append("<a></a><a></a>")},_draw:function(){this._enhance(),this._addClass(this.uiSpinner,"ui-spinner","ui-widget ui-widget-content"),this._addClass("ui-spinner-input"),this.element.attr("role","spinbutton"),this.buttons=this.uiSpinner.children("a").attr("tabIndex",-1).attr("aria-hidden",!0).button({classes:{"ui-button":""}}),this._removeClass(this.buttons,"ui-corner-all"),this._addClass(this.buttons.first(),"ui-spinner-button ui-spinner-up"),this._addClass(this.buttons.last(),"ui-spinner-button ui-spinner-down"),this.buttons.first().button({icon:this.options.icons.up,showLabel:!1}),this.buttons.last().button({icon:this.options.icons.down,showLabel:!1}),this.buttons.height()>Math.ceil(.5*this.uiSpinner.height())&&this.uiSpinner.height()>0&&this.uiSpinner.height(this.uiSpinner.height())},_keydown:function(t){var n=this.options,i=e.ui.keyCode;switch(t.keyCode){case i.UP:return this._repeat(null,1,t),!0;case i.DOWN:return this._repeat(null,-1,t),!0;case i.PAGE_UP:return this._repeat(null,n.page,t),!0;case i.PAGE_DOWN:return this._repeat(null,-n.page,t),!0}return!1},_start:function(e){return!(!this.spinning&&!1===this._trigger("start",e)||(this.counter||(this.counter=1),this.spinning=!0,0))},_repeat:function(e,t,n){e=e||500,clearTimeout(this.timer),this.timer=this._delay((function(){this._repeat(40,t,n)}),e),this._spin(t*this.options.step,n)},_spin:function(e,t){var n=this.value()||0;this.counter||(this.counter=1),n=this._adjustValue(n+e*this._increment(this.counter)),this.spinning&&!1===this._trigger("spin",t,{value:n})||(this._value(n),this.counter++)},_increment:function(t){var n=this.options.incremental;return n?e.isFunction(n)?n(t):Math.floor(t*t*t/5e4-t*t/500+17*t/200+1):1},_precision:function(){var e=this._precisionOf(this.options.step);return null!==this.options.min&&(e=Math.max(e,this._precisionOf(this.options.min))),e},_precisionOf:function(e){var t=e.toString(),n=t.indexOf(".");return-1===n?0:t.length-n-1},_adjustValue:function(e){var t,n,i=this.options;return n=e-(t=null!==i.min?i.min:0),e=t+(n=Math.round(n/i.step)*i.step),e=parseFloat(e.toFixed(this._precision())),null!==i.max&&e>i.max?i.max:null!==i.min&&e<i.min?i.min:e},_stop:function(e){this.spinning&&(clearTimeout(this.timer),clearTimeout(this.mousewheelTimer),this.counter=0,this.spinning=!1,this._trigger("stop",e))},_setOption:function(e,t){var n,i,r;if("culture"===e||"numberFormat"===e)return n=this._parse(this.element.val()),this.options[e]=t,void this.element.val(this._format(n));"max"!==e&&"min"!==e&&"step"!==e||"string"==typeof t&&(t=this._parse(t)),"icons"===e&&(i=this.buttons.first().find(".ui-icon"),this._removeClass(i,null,this.options.icons.up),this._addClass(i,null,t.up),r=this.buttons.last().find(".ui-icon"),this._removeClass(r,null,this.options.icons.down),this._addClass(r,null,t.down)),this._super(e,t)},_setOptionDisabled:function(e){this._super(e),this._toggleClass(this.uiSpinner,null,"ui-state-disabled",!!e),this.element.prop("disabled",!!e),this.buttons.button(e?"disable":"enable")},_setOptions:v((function(e){this._super(e)})),_parse:function(e){return"string"==typeof e&&""!==e&&(e=window.Globalize&&this.options.numberFormat?Globalize.parseFloat(e,10,this.options.culture):+e),""===e||isNaN(e)?null:e},_format:function(e){return""===e?"":window.Globalize&&this.options.numberFormat?Globalize.format(e,this.options.numberFormat,this.options.culture):e},_refresh:function(){this.element.attr({"aria-valuemin":this.options.min,"aria-valuemax":this.options.max,"aria-valuenow":this._parse(this.element.val())})},isValid:function(){var e=this.value();return null!==e&&e===this._adjustValue(e)},_value:function(e,t){var n;""!==e&&null!==(n=this._parse(e))&&(t||(n=this._adjustValue(n)),e=this._format(n)),this.element.val(e),this._refresh()},_destroy:function(){this.element.prop("disabled",!1).removeAttr("autocomplete role aria-valuemin aria-valuemax aria-valuenow"),this.uiSpinner.replaceWith(this.element)},stepUp:v((function(e){this._stepUp(e)})),_stepUp:function(e){this._start()&&(this._spin((e||1)*this.options.step),this._stop())},stepDown:v((function(e){this._stepDown(e)})),_stepDown:function(e){this._start()&&(this._spin((e||1)*-this.options.step),this._stop())},pageUp:v((function(e){this._stepUp((e||1)*this.options.page)})),pageDown:v((function(e){this._stepDown((e||1)*this.options.page)})),value:function(e){if(!arguments.length)return this._parse(this.element.val());v(this._value).call(this,e)},widget:function(){return this.uiSpinner}}),!1!==e.uiBackCompat&&e.widget("ui.spinner",e.ui.spinner,{_enhance:function(){this.uiSpinner=this.element.attr("autocomplete","off").wrap(this._uiSpinnerHtml()).parent().append(this._buttonHtml())},_uiSpinnerHtml:function(){return"<span>"},_buttonHtml:function(){return"<a></a><a></a>"}}),e.ui.spinner,
/*!
* jQuery UI Tabs 1.12.1
* http://jqueryui.com
@@ -721,7 +1468,7 @@ function _(e){return function(){var t=this.element.val();e.apply(this,arguments)
* Released under the MIT license.
* http://jquery.org/license
*/
-e.widget("ui.tabs",{version:"1.12.1",delay:300,options:{active:null,classes:{"ui-tabs":"ui-corner-all","ui-tabs-nav":"ui-corner-all","ui-tabs-panel":"ui-corner-bottom","ui-tabs-tab":"ui-corner-top"},collapsible:!1,event:"click",heightStyle:"content",hide:null,show:null,activate:null,beforeActivate:null,beforeLoad:null,load:null},_isLocal:(g=/#.*$/,function(e){var t,n;t=e.href.replace(g,""),n=location.href.replace(g,"");try{t=decodeURIComponent(t)}catch(e){}try{n=decodeURIComponent(n)}catch(e){}return e.hash.length>1&&t===n}),_create:function(){var t=this,n=this.options;this.running=!1,this._addClass("ui-tabs","ui-widget ui-widget-content"),this._toggleClass("ui-tabs-collapsible",null,n.collapsible),this._processTabs(),n.active=this._initialActive(),e.isArray(n.disabled)&&(n.disabled=e.unique(n.disabled.concat(e.map(this.tabs.filter(".ui-state-disabled"),(function(e){return t.tabs.index(e)})))).sort()),!1!==this.options.active&&this.anchors.length?this.active=this._findActive(n.active):this.active=e(),this._refresh(),this.active.length&&this.load(n.active)},_initialActive:function(){var t=this.options.active,n=this.options.collapsible,i=location.hash.substring(1);return null===t&&(i&&this.tabs.each((function(n,r){if(e(r).attr("aria-controls")===i)return t=n,!1})),null===t&&(t=this.tabs.index(this.tabs.filter(".ui-tabs-active"))),null!==t&&-1!==t||(t=!!this.tabs.length&&0)),!1!==t&&-1===(t=this.tabs.index(this.tabs.eq(t)))&&(t=!n&&0),!n&&!1===t&&this.anchors.length&&(t=0),t},_getCreateEventData:function(){return{tab:this.active,panel:this.active.length?this._getPanelForTab(this.active):e()}},_tabKeydown:function(t){var n=e(e.ui.safeActiveElement(this.document[0])).closest("li"),i=this.tabs.index(n),r=!0;if(!this._handlePageNav(t)){switch(t.keyCode){case e.ui.keyCode.RIGHT:case e.ui.keyCode.DOWN:i++;break;case e.ui.keyCode.UP:case e.ui.keyCode.LEFT:r=!1,i--;break;case e.ui.keyCode.END:i=this.anchors.length-1;break;case e.ui.keyCode.HOME:i=0;break;case e.ui.keyCode.SPACE:return t.preventDefault(),clearTimeout(this.activating),void this._activate(i);case e.ui.keyCode.ENTER:return t.preventDefault(),clearTimeout(this.activating),void this._activate(i!==this.options.active&&i);default:return}t.preventDefault(),clearTimeout(this.activating),i=this._focusNextTab(i,r),t.ctrlKey||t.metaKey||(n.attr("aria-selected","false"),this.tabs.eq(i).attr("aria-selected","true"),this.activating=this._delay((function(){this.option("active",i)}),this.delay))}},_panelKeydown:function(t){this._handlePageNav(t)||t.ctrlKey&&t.keyCode===e.ui.keyCode.UP&&(t.preventDefault(),this.active.trigger("focus"))},_handlePageNav:function(t){return t.altKey&&t.keyCode===e.ui.keyCode.PAGE_UP?(this._activate(this._focusNextTab(this.options.active-1,!1)),!0):t.altKey&&t.keyCode===e.ui.keyCode.PAGE_DOWN?(this._activate(this._focusNextTab(this.options.active+1,!0)),!0):void 0},_findNextTab:function(t,n){for(var i=this.tabs.length-1;-1!==e.inArray((t>i&&(t=0),t<0&&(t=i),t),this.options.disabled);)t=n?t+1:t-1;return t},_focusNextTab:function(e,t){return e=this._findNextTab(e,t),this.tabs.eq(e).trigger("focus"),e},_setOption:function(e,t){"active"!==e?(this._super(e,t),"collapsible"===e&&(this._toggleClass("ui-tabs-collapsible",null,t),t||!1!==this.options.active||this._activate(0)),"event"===e&&this._setupEvents(t),"heightStyle"===e&&this._setupHeightStyle(t)):this._activate(t)},_sanitizeSelector:function(e){return e?e.replace(/[!"$%&'()*+,.\/:;<=>?@\[\]\^`{|}~]/g,"\\$&"):""},refresh:function(){var t=this.options,n=this.tablist.children(":has(a[href])");t.disabled=e.map(n.filter(".ui-state-disabled"),(function(e){return n.index(e)})),this._processTabs(),!1!==t.active&&this.anchors.length?this.active.length&&!e.contains(this.tablist[0],this.active[0])?this.tabs.length===t.disabled.length?(t.active=!1,this.active=e()):this._activate(this._findNextTab(Math.max(0,t.active-1),!1)):t.active=this.tabs.index(this.active):(t.active=!1,this.active=e()),this._refresh()},_refresh:function(){this._setOptionDisabled(this.options.disabled),this._setupEvents(this.options.event),this._setupHeightStyle(this.options.heightStyle),this.tabs.not(this.active).attr({"aria-selected":"false","aria-expanded":"false",tabIndex:-1}),this.panels.not(this._getPanelForTab(this.active)).hide().attr({"aria-hidden":"true"}),this.active.length?(this.active.attr({"aria-selected":"true","aria-expanded":"true",tabIndex:0}),this._addClass(this.active,"ui-tabs-active","ui-state-active"),this._getPanelForTab(this.active).show().attr({"aria-hidden":"false"})):this.tabs.eq(0).attr("tabIndex",0)},_processTabs:function(){var t=this,n=this.tabs,i=this.anchors,r=this.panels;this.tablist=this._getList().attr("role","tablist"),this._addClass(this.tablist,"ui-tabs-nav","ui-helper-reset ui-helper-clearfix ui-widget-header"),this.tablist.on("mousedown"+this.eventNamespace,"> li",(function(t){e(this).is(".ui-state-disabled")&&t.preventDefault()})).on("focus"+this.eventNamespace,".ui-tabs-anchor",(function(){e(this).closest("li").is(".ui-state-disabled")&&this.blur()})),this.tabs=this.tablist.find("> li:has(a[href])").attr({role:"tab",tabIndex:-1}),this._addClass(this.tabs,"ui-tabs-tab","ui-state-default"),this.anchors=this.tabs.map((function(){return e("a",this)[0]})).attr({role:"presentation",tabIndex:-1}),this._addClass(this.anchors,"ui-tabs-anchor"),this.panels=e(),this.anchors.each((function(n,i){var r,o,s,a=e(i).uniqueId().attr("id"),l=e(i).closest("li"),c=l.attr("aria-controls");t._isLocal(i)?(s=(r=i.hash).substring(1),o=t.element.find(t._sanitizeSelector(r))):(r="#"+(s=l.attr("aria-controls")||e({}).uniqueId()[0].id),(o=t.element.find(r)).length||(o=t._createPanel(s)).insertAfter(t.panels[n-1]||t.tablist),o.attr("aria-live","polite")),o.length&&(t.panels=t.panels.add(o)),c&&l.data("ui-tabs-aria-controls",c),l.attr({"aria-controls":s,"aria-labelledby":a}),o.attr("aria-labelledby",a)})),this.panels.attr("role","tabpanel"),this._addClass(this.panels,"ui-tabs-panel","ui-widget-content"),n&&(this._off(n.not(this.tabs)),this._off(i.not(this.anchors)),this._off(r.not(this.panels)))},_getList:function(){return this.tablist||this.element.find("ol, ul").eq(0)},_createPanel:function(t){return e("<div>").attr("id",t).data("ui-tabs-destroy",!0)},_setOptionDisabled:function(t){var n,i,r;for(e.isArray(t)&&(t.length?t.length===this.anchors.length&&(t=!0):t=!1),r=0;i=this.tabs[r];r++)n=e(i),!0===t||-1!==e.inArray(r,t)?(n.attr("aria-disabled","true"),this._addClass(n,null,"ui-state-disabled")):(n.removeAttr("aria-disabled"),this._removeClass(n,null,"ui-state-disabled"));this.options.disabled=t,this._toggleClass(this.widget(),this.widgetFullName+"-disabled",null,!0===t)},_setupEvents:function(t){var n={};t&&e.each(t.split(" "),(function(e,t){n[t]="_eventHandler"})),this._off(this.anchors.add(this.tabs).add(this.panels)),this._on(!0,this.anchors,{click:function(e){e.preventDefault()}}),this._on(this.anchors,n),this._on(this.tabs,{keydown:"_tabKeydown"}),this._on(this.panels,{keydown:"_panelKeydown"}),this._focusable(this.tabs),this._hoverable(this.tabs)},_setupHeightStyle:function(t){var n,i=this.element.parent();"fill"===t?(n=i.height(),n-=this.element.outerHeight()-this.element.height(),this.element.siblings(":visible").each((function(){var t=e(this),i=t.css("position");"absolute"!==i&&"fixed"!==i&&(n-=t.outerHeight(!0))})),this.element.children().not(this.panels).each((function(){n-=e(this).outerHeight(!0)})),this.panels.each((function(){e(this).height(Math.max(0,n-e(this).innerHeight()+e(this).height()))})).css("overflow","auto")):"auto"===t&&(n=0,this.panels.each((function(){n=Math.max(n,e(this).height("").height())})).height(n))},_eventHandler:function(t){var n=this.options,i=this.active,r=e(t.currentTarget).closest("li"),o=r[0]===i[0],s=o&&n.collapsible,a=s?e():this._getPanelForTab(r),l=i.length?this._getPanelForTab(i):e(),c={oldTab:i,oldPanel:l,newTab:s?e():r,newPanel:a};t.preventDefault(),r.hasClass("ui-state-disabled")||r.hasClass("ui-tabs-loading")||this.running||o&&!n.collapsible||!1===this._trigger("beforeActivate",t,c)||(n.active=!s&&this.tabs.index(r),this.active=o?e():r,this.xhr&&this.xhr.abort(),l.length||a.length||e.error("jQuery UI Tabs: Mismatching fragment identifier."),a.length&&this.load(this.tabs.index(r),t),this._toggle(t,c))},_toggle:function(t,n){var i=this,r=n.newPanel,o=n.oldPanel;function s(){i.running=!1,i._trigger("activate",t,n)}function a(){i._addClass(n.newTab.closest("li"),"ui-tabs-active","ui-state-active"),r.length&&i.options.show?i._show(r,i.options.show,s):(r.show(),s())}this.running=!0,o.length&&this.options.hide?this._hide(o,this.options.hide,(function(){i._removeClass(n.oldTab.closest("li"),"ui-tabs-active","ui-state-active"),a()})):(this._removeClass(n.oldTab.closest("li"),"ui-tabs-active","ui-state-active"),o.hide(),a()),o.attr("aria-hidden","true"),n.oldTab.attr({"aria-selected":"false","aria-expanded":"false"}),r.length&&o.length?n.oldTab.attr("tabIndex",-1):r.length&&this.tabs.filter((function(){return 0===e(this).attr("tabIndex")})).attr("tabIndex",-1),r.attr("aria-hidden","false"),n.newTab.attr({"aria-selected":"true","aria-expanded":"true",tabIndex:0})},_activate:function(t){var n,i=this._findActive(t);i[0]!==this.active[0]&&(i.length||(i=this.active),n=i.find(".ui-tabs-anchor")[0],this._eventHandler({target:n,currentTarget:n,preventDefault:e.noop}))},_findActive:function(t){return!1===t?e():this.tabs.eq(t)},_getIndex:function(t){return"string"==typeof t&&(t=this.anchors.index(this.anchors.filter("[href$='"+e.ui.escapeSelector(t)+"']"))),t},_destroy:function(){this.xhr&&this.xhr.abort(),this.tablist.removeAttr("role").off(this.eventNamespace),this.anchors.removeAttr("role tabIndex").removeUniqueId(),this.tabs.add(this.panels).each((function(){e.data(this,"ui-tabs-destroy")?e(this).remove():e(this).removeAttr("role tabIndex aria-live aria-busy aria-selected aria-labelledby aria-hidden aria-expanded")})),this.tabs.each((function(){var t=e(this),n=t.data("ui-tabs-aria-controls");n?t.attr("aria-controls",n).removeData("ui-tabs-aria-controls"):t.removeAttr("aria-controls")})),this.panels.show(),"content"!==this.options.heightStyle&&this.panels.css("height","")},enable:function(t){var n=this.options.disabled;!1!==n&&(void 0===t?n=!1:(t=this._getIndex(t),n=e.isArray(n)?e.map(n,(function(e){return e!==t?e:null})):e.map(this.tabs,(function(e,n){return n!==t?n:null}))),this._setOptionDisabled(n))},disable:function(t){var n=this.options.disabled;if(!0!==n){if(void 0===t)n=!0;else{if(t=this._getIndex(t),-1!==e.inArray(t,n))return;n=e.isArray(n)?e.merge([t],n).sort():[t]}this._setOptionDisabled(n)}},load:function(t,n){t=this._getIndex(t);var i=this,r=this.tabs.eq(t),o=r.find(".ui-tabs-anchor"),s=this._getPanelForTab(r),a={tab:r,panel:s},l=function(e,t){"abort"===t&&i.panels.stop(!1,!0),i._removeClass(r,"ui-tabs-loading"),s.removeAttr("aria-busy"),e===i.xhr&&delete i.xhr};this._isLocal(o[0])||(this.xhr=e.ajax(this._ajaxSettings(o,n,a)),this.xhr&&"canceled"!==this.xhr.statusText&&(this._addClass(r,"ui-tabs-loading"),s.attr("aria-busy","true"),this.xhr.done((function(e,t,r){setTimeout((function(){s.html(e),i._trigger("load",n,a),l(r,t)}),1)})).fail((function(e,t){setTimeout((function(){l(e,t)}),1)}))))},_ajaxSettings:function(t,n,i){var r=this;return{url:t.attr("href").replace(/#.*$/,""),beforeSend:function(t,o){return r._trigger("beforeLoad",n,e.extend({jqXHR:t,ajaxSettings:o},i))}}},_getPanelForTab:function(t){var n=e(t).attr("aria-controls");return this.element.find(this._sanitizeSelector("#"+n))}}),!1!==e.uiBackCompat&&e.widget("ui.tabs",e.ui.tabs,{_processTabs:function(){this._superApply(arguments),this._addClass(this.tabs,"ui-tab")}}),e.ui.tabs,
+e.widget("ui.tabs",{version:"1.12.1",delay:300,options:{active:null,classes:{"ui-tabs":"ui-corner-all","ui-tabs-nav":"ui-corner-all","ui-tabs-panel":"ui-corner-bottom","ui-tabs-tab":"ui-corner-top"},collapsible:!1,event:"click",heightStyle:"content",hide:null,show:null,activate:null,beforeActivate:null,beforeLoad:null,load:null},_isLocal:(g=/#.*$/,function(e){var t,n;t=e.href.replace(g,""),n=location.href.replace(g,"");try{t=decodeURIComponent(t)}catch(e){}try{n=decodeURIComponent(n)}catch(e){}return e.hash.length>1&&t===n}),_create:function(){var t=this,n=this.options;this.running=!1,this._addClass("ui-tabs","ui-widget ui-widget-content"),this._toggleClass("ui-tabs-collapsible",null,n.collapsible),this._processTabs(),n.active=this._initialActive(),e.isArray(n.disabled)&&(n.disabled=e.unique(n.disabled.concat(e.map(this.tabs.filter(".ui-state-disabled"),(function(e){return t.tabs.index(e)})))).sort()),!1!==this.options.active&&this.anchors.length?this.active=this._findActive(n.active):this.active=e(),this._refresh(),this.active.length&&this.load(n.active)},_initialActive:function(){var t=this.options.active,n=this.options.collapsible,i=location.hash.substring(1);return null===t&&(i&&this.tabs.each((function(n,r){if(e(r).attr("aria-controls")===i)return t=n,!1})),null===t&&(t=this.tabs.index(this.tabs.filter(".ui-tabs-active"))),null!==t&&-1!==t||(t=!!this.tabs.length&&0)),!1!==t&&-1===(t=this.tabs.index(this.tabs.eq(t)))&&(t=!n&&0),!n&&!1===t&&this.anchors.length&&(t=0),t},_getCreateEventData:function(){return{tab:this.active,panel:this.active.length?this._getPanelForTab(this.active):e()}},_tabKeydown:function(t){var n=e(e.ui.safeActiveElement(this.document[0])).closest("li"),i=this.tabs.index(n),r=!0;if(!this._handlePageNav(t)){switch(t.keyCode){case e.ui.keyCode.RIGHT:case e.ui.keyCode.DOWN:i++;break;case e.ui.keyCode.UP:case e.ui.keyCode.LEFT:r=!1,i--;break;case e.ui.keyCode.END:i=this.anchors.length-1;break;case e.ui.keyCode.HOME:i=0;break;case e.ui.keyCode.SPACE:return t.preventDefault(),clearTimeout(this.activating),void this._activate(i);case e.ui.keyCode.ENTER:return t.preventDefault(),clearTimeout(this.activating),void this._activate(i!==this.options.active&&i);default:return}t.preventDefault(),clearTimeout(this.activating),i=this._focusNextTab(i,r),t.ctrlKey||t.metaKey||(n.attr("aria-selected","false"),this.tabs.eq(i).attr("aria-selected","true"),this.activating=this._delay((function(){this.option("active",i)}),this.delay))}},_panelKeydown:function(t){this._handlePageNav(t)||t.ctrlKey&&t.keyCode===e.ui.keyCode.UP&&(t.preventDefault(),this.active.trigger("focus"))},_handlePageNav:function(t){return t.altKey&&t.keyCode===e.ui.keyCode.PAGE_UP?(this._activate(this._focusNextTab(this.options.active-1,!1)),!0):t.altKey&&t.keyCode===e.ui.keyCode.PAGE_DOWN?(this._activate(this._focusNextTab(this.options.active+1,!0)),!0):void 0},_findNextTab:function(t,n){for(var i=this.tabs.length-1;-1!==e.inArray((t>i&&(t=0),t<0&&(t=i),t),this.options.disabled);)t=n?t+1:t-1;return t},_focusNextTab:function(e,t){return e=this._findNextTab(e,t),this.tabs.eq(e).trigger("focus"),e},_setOption:function(e,t){"active"!==e?(this._super(e,t),"collapsible"===e&&(this._toggleClass("ui-tabs-collapsible",null,t),t||!1!==this.options.active||this._activate(0)),"event"===e&&this._setupEvents(t),"heightStyle"===e&&this._setupHeightStyle(t)):this._activate(t)},_sanitizeSelector:function(e){return e?e.replace(/[!"$%&'()*+,.\/:;<=>?@\[\]\^`{|}~]/g,"\\$&"):""},refresh:function(){var t=this.options,n=this.tablist.children(":has(a[href])");t.disabled=e.map(n.filter(".ui-state-disabled"),(function(e){return n.index(e)})),this._processTabs(),!1!==t.active&&this.anchors.length?this.active.length&&!e.contains(this.tablist[0],this.active[0])?this.tabs.length===t.disabled.length?(t.active=!1,this.active=e()):this._activate(this._findNextTab(Math.max(0,t.active-1),!1)):t.active=this.tabs.index(this.active):(t.active=!1,this.active=e()),this._refresh()},_refresh:function(){this._setOptionDisabled(this.options.disabled),this._setupEvents(this.options.event),this._setupHeightStyle(this.options.heightStyle),this.tabs.not(this.active).attr({"aria-selected":"false","aria-expanded":"false",tabIndex:-1}),this.panels.not(this._getPanelForTab(this.active)).hide().attr({"aria-hidden":"true"}),this.active.length?(this.active.attr({"aria-selected":"true","aria-expanded":"true",tabIndex:0}),this._addClass(this.active,"ui-tabs-active","ui-state-active"),this._getPanelForTab(this.active).show().attr({"aria-hidden":"false"})):this.tabs.eq(0).attr("tabIndex",0)},_processTabs:function(){var t=this,n=this.tabs,i=this.anchors,r=this.panels;this.tablist=this._getList().attr("role","tablist"),this._addClass(this.tablist,"ui-tabs-nav","ui-helper-reset ui-helper-clearfix ui-widget-header"),this.tablist.on("mousedown"+this.eventNamespace,"> li",(function(t){e(this).is(".ui-state-disabled")&&t.preventDefault()})).on("focus"+this.eventNamespace,".ui-tabs-anchor",(function(){e(this).closest("li").is(".ui-state-disabled")&&this.blur()})),this.tabs=this.tablist.find("> li:has(a[href])").attr({role:"tab",tabIndex:-1}),this._addClass(this.tabs,"ui-tabs-tab","ui-state-default"),this.anchors=this.tabs.map((function(){return e("a",this)[0]})).attr({role:"presentation",tabIndex:-1}),this._addClass(this.anchors,"ui-tabs-anchor"),this.panels=e(),this.anchors.each((function(n,i){var r,o,a,s=e(i).uniqueId().attr("id"),l=e(i).closest("li"),u=l.attr("aria-controls");t._isLocal(i)?(a=(r=i.hash).substring(1),o=t.element.find(t._sanitizeSelector(r))):(r="#"+(a=l.attr("aria-controls")||e({}).uniqueId()[0].id),(o=t.element.find(r)).length||(o=t._createPanel(a)).insertAfter(t.panels[n-1]||t.tablist),o.attr("aria-live","polite")),o.length&&(t.panels=t.panels.add(o)),u&&l.data("ui-tabs-aria-controls",u),l.attr({"aria-controls":a,"aria-labelledby":s}),o.attr("aria-labelledby",s)})),this.panels.attr("role","tabpanel"),this._addClass(this.panels,"ui-tabs-panel","ui-widget-content"),n&&(this._off(n.not(this.tabs)),this._off(i.not(this.anchors)),this._off(r.not(this.panels)))},_getList:function(){return this.tablist||this.element.find("ol, ul").eq(0)},_createPanel:function(t){return e("<div>").attr("id",t).data("ui-tabs-destroy",!0)},_setOptionDisabled:function(t){var n,i,r;for(e.isArray(t)&&(t.length?t.length===this.anchors.length&&(t=!0):t=!1),r=0;i=this.tabs[r];r++)n=e(i),!0===t||-1!==e.inArray(r,t)?(n.attr("aria-disabled","true"),this._addClass(n,null,"ui-state-disabled")):(n.removeAttr("aria-disabled"),this._removeClass(n,null,"ui-state-disabled"));this.options.disabled=t,this._toggleClass(this.widget(),this.widgetFullName+"-disabled",null,!0===t)},_setupEvents:function(t){var n={};t&&e.each(t.split(" "),(function(e,t){n[t]="_eventHandler"})),this._off(this.anchors.add(this.tabs).add(this.panels)),this._on(!0,this.anchors,{click:function(e){e.preventDefault()}}),this._on(this.anchors,n),this._on(this.tabs,{keydown:"_tabKeydown"}),this._on(this.panels,{keydown:"_panelKeydown"}),this._focusable(this.tabs),this._hoverable(this.tabs)},_setupHeightStyle:function(t){var n,i=this.element.parent();"fill"===t?(n=i.height(),n-=this.element.outerHeight()-this.element.height(),this.element.siblings(":visible").each((function(){var t=e(this),i=t.css("position");"absolute"!==i&&"fixed"!==i&&(n-=t.outerHeight(!0))})),this.element.children().not(this.panels).each((function(){n-=e(this).outerHeight(!0)})),this.panels.each((function(){e(this).height(Math.max(0,n-e(this).innerHeight()+e(this).height()))})).css("overflow","auto")):"auto"===t&&(n=0,this.panels.each((function(){n=Math.max(n,e(this).height("").height())})).height(n))},_eventHandler:function(t){var n=this.options,i=this.active,r=e(t.currentTarget).closest("li"),o=r[0]===i[0],a=o&&n.collapsible,s=a?e():this._getPanelForTab(r),l=i.length?this._getPanelForTab(i):e(),u={oldTab:i,oldPanel:l,newTab:a?e():r,newPanel:s};t.preventDefault(),r.hasClass("ui-state-disabled")||r.hasClass("ui-tabs-loading")||this.running||o&&!n.collapsible||!1===this._trigger("beforeActivate",t,u)||(n.active=!a&&this.tabs.index(r),this.active=o?e():r,this.xhr&&this.xhr.abort(),l.length||s.length||e.error("jQuery UI Tabs: Mismatching fragment identifier."),s.length&&this.load(this.tabs.index(r),t),this._toggle(t,u))},_toggle:function(t,n){var i=this,r=n.newPanel,o=n.oldPanel;function a(){i.running=!1,i._trigger("activate",t,n)}function s(){i._addClass(n.newTab.closest("li"),"ui-tabs-active","ui-state-active"),r.length&&i.options.show?i._show(r,i.options.show,a):(r.show(),a())}this.running=!0,o.length&&this.options.hide?this._hide(o,this.options.hide,(function(){i._removeClass(n.oldTab.closest("li"),"ui-tabs-active","ui-state-active"),s()})):(this._removeClass(n.oldTab.closest("li"),"ui-tabs-active","ui-state-active"),o.hide(),s()),o.attr("aria-hidden","true"),n.oldTab.attr({"aria-selected":"false","aria-expanded":"false"}),r.length&&o.length?n.oldTab.attr("tabIndex",-1):r.length&&this.tabs.filter((function(){return 0===e(this).attr("tabIndex")})).attr("tabIndex",-1),r.attr("aria-hidden","false"),n.newTab.attr({"aria-selected":"true","aria-expanded":"true",tabIndex:0})},_activate:function(t){var n,i=this._findActive(t);i[0]!==this.active[0]&&(i.length||(i=this.active),n=i.find(".ui-tabs-anchor")[0],this._eventHandler({target:n,currentTarget:n,preventDefault:e.noop}))},_findActive:function(t){return!1===t?e():this.tabs.eq(t)},_getIndex:function(t){return"string"==typeof t&&(t=this.anchors.index(this.anchors.filter("[href$='"+e.ui.escapeSelector(t)+"']"))),t},_destroy:function(){this.xhr&&this.xhr.abort(),this.tablist.removeAttr("role").off(this.eventNamespace),this.anchors.removeAttr("role tabIndex").removeUniqueId(),this.tabs.add(this.panels).each((function(){e.data(this,"ui-tabs-destroy")?e(this).remove():e(this).removeAttr("role tabIndex aria-live aria-busy aria-selected aria-labelledby aria-hidden aria-expanded")})),this.tabs.each((function(){var t=e(this),n=t.data("ui-tabs-aria-controls");n?t.attr("aria-controls",n).removeData("ui-tabs-aria-controls"):t.removeAttr("aria-controls")})),this.panels.show(),"content"!==this.options.heightStyle&&this.panels.css("height","")},enable:function(t){var n=this.options.disabled;!1!==n&&(void 0===t?n=!1:(t=this._getIndex(t),n=e.isArray(n)?e.map(n,(function(e){return e!==t?e:null})):e.map(this.tabs,(function(e,n){return n!==t?n:null}))),this._setOptionDisabled(n))},disable:function(t){var n=this.options.disabled;if(!0!==n){if(void 0===t)n=!0;else{if(t=this._getIndex(t),-1!==e.inArray(t,n))return;n=e.isArray(n)?e.merge([t],n).sort():[t]}this._setOptionDisabled(n)}},load:function(t,n){t=this._getIndex(t);var i=this,r=this.tabs.eq(t),o=r.find(".ui-tabs-anchor"),a=this._getPanelForTab(r),s={tab:r,panel:a},l=function(e,t){"abort"===t&&i.panels.stop(!1,!0),i._removeClass(r,"ui-tabs-loading"),a.removeAttr("aria-busy"),e===i.xhr&&delete i.xhr};this._isLocal(o[0])||(this.xhr=e.ajax(this._ajaxSettings(o,n,s)),this.xhr&&"canceled"!==this.xhr.statusText&&(this._addClass(r,"ui-tabs-loading"),a.attr("aria-busy","true"),this.xhr.done((function(e,t,r){setTimeout((function(){a.html(e),i._trigger("load",n,s),l(r,t)}),1)})).fail((function(e,t){setTimeout((function(){l(e,t)}),1)}))))},_ajaxSettings:function(t,n,i){var r=this;return{url:t.attr("href").replace(/#.*$/,""),beforeSend:function(t,o){return r._trigger("beforeLoad",n,e.extend({jqXHR:t,ajaxSettings:o},i))}}},_getPanelForTab:function(t){var n=e(t).attr("aria-controls");return this.element.find(this._sanitizeSelector("#"+n))}}),!1!==e.uiBackCompat&&e.widget("ui.tabs",e.ui.tabs,{_processTabs:function(){this._superApply(arguments),this._addClass(this.tabs,"ui-tab")}}),e.ui.tabs,
/*!
* jQuery UI Tooltip 1.12.1
* http://jqueryui.com
@@ -730,48 +1477,36 @@ e.widget("ui.tabs",{version:"1.12.1",delay:300,options:{active:null,classes:{"ui
* Released under the MIT license.
* http://jquery.org/license
*/
-e.widget("ui.tooltip",{version:"1.12.1",options:{classes:{"ui-tooltip":"ui-corner-all ui-widget-shadow"},content:function(){var t=e(this).attr("title")||"";return e("<a>").text(t).html()},hide:!0,items:"[title]:not([disabled])",position:{my:"left top+15",at:"left bottom",collision:"flipfit flip"},show:!0,track:!1,close:null,open:null},_addDescribedBy:function(t,n){var i=(t.attr("aria-describedby")||"").split(/\s+/);i.push(n),t.data("ui-tooltip-id",n).attr("aria-describedby",e.trim(i.join(" ")))},_removeDescribedBy:function(t){var n=t.data("ui-tooltip-id"),i=(t.attr("aria-describedby")||"").split(/\s+/),r=e.inArray(n,i);-1!==r&&i.splice(r,1),t.removeData("ui-tooltip-id"),(i=e.trim(i.join(" ")))?t.attr("aria-describedby",i):t.removeAttr("aria-describedby")},_create:function(){this._on({mouseover:"open",focusin:"open"}),this.tooltips={},this.parents={},this.liveRegion=e("<div>").attr({role:"log","aria-live":"assertive","aria-relevant":"additions"}).appendTo(this.document[0].body),this._addClass(this.liveRegion,null,"ui-helper-hidden-accessible"),this.disabledTitles=e([])},_setOption:function(t,n){var i=this;this._super(t,n),"content"===t&&e.each(this.tooltips,(function(e,t){i._updateContent(t.element)}))},_setOptionDisabled:function(e){this[e?"_disable":"_enable"]()},_disable:function(){var t=this;e.each(this.tooltips,(function(n,i){var r=e.Event("blur");r.target=r.currentTarget=i.element[0],t.close(r,!0)})),this.disabledTitles=this.disabledTitles.add(this.element.find(this.options.items).addBack().filter((function(){var t=e(this);if(t.is("[title]"))return t.data("ui-tooltip-title",t.attr("title")).removeAttr("title")})))},_enable:function(){this.disabledTitles.each((function(){var t=e(this);t.data("ui-tooltip-title")&&t.attr("title",t.data("ui-tooltip-title"))})),this.disabledTitles=e([])},open:function(t){var n=this,i=e(t?t.target:this.element).closest(this.options.items);i.length&&!i.data("ui-tooltip-id")&&(i.attr("title")&&i.data("ui-tooltip-title",i.attr("title")),i.data("ui-tooltip-open",!0),t&&"mouseover"===t.type&&i.parents().each((function(){var t,i=e(this);i.data("ui-tooltip-open")&&((t=e.Event("blur")).target=t.currentTarget=this,n.close(t,!0)),i.attr("title")&&(i.uniqueId(),n.parents[this.id]={element:this,title:i.attr("title")},i.attr("title",""))})),this._registerCloseHandlers(t,i),this._updateContent(i,t))},_updateContent:function(e,t){var n,i=this.options.content,r=this,o=t?t.type:null;if("string"==typeof i||i.nodeType||i.jquery)return this._open(t,e,i);(n=i.call(e[0],(function(n){r._delay((function(){e.data("ui-tooltip-open")&&(t&&(t.type=o),this._open(t,e,n))}))})))&&this._open(t,e,n)},_open:function(t,n,i){var r,o,s,a,l=e.extend({},this.options.position);function c(e){l.of=e,o.is(":hidden")||o.position(l)}i&&((r=this._find(n))?r.tooltip.find(".ui-tooltip-content").html(i):(n.is("[title]")&&(t&&"mouseover"===t.type?n.attr("title",""):n.removeAttr("title")),r=this._tooltip(n),o=r.tooltip,this._addDescribedBy(n,o.attr("id")),o.find(".ui-tooltip-content").html(i),this.liveRegion.children().hide(),(a=e("<div>").html(o.find(".ui-tooltip-content").html())).removeAttr("name").find("[name]").removeAttr("name"),a.removeAttr("id").find("[id]").removeAttr("id"),a.appendTo(this.liveRegion),this.options.track&&t&&/^mouse/.test(t.type)?(this._on(this.document,{mousemove:c}),c(t)):o.position(e.extend({of:n},this.options.position)),o.hide(),this._show(o,this.options.show),this.options.track&&this.options.show&&this.options.show.delay&&(s=this.delayedShow=setInterval((function(){o.is(":visible")&&(c(l.of),clearInterval(s))}),e.fx.interval)),this._trigger("open",t,{tooltip:o})))},_registerCloseHandlers:function(t,n){var i={keyup:function(t){if(t.keyCode===e.ui.keyCode.ESCAPE){var i=e.Event(t);i.currentTarget=n[0],this.close(i,!0)}}};n[0]!==this.element[0]&&(i.remove=function(){this._removeTooltip(this._find(n).tooltip)}),t&&"mouseover"!==t.type||(i.mouseleave="close"),t&&"focusin"!==t.type||(i.focusout="close"),this._on(!0,n,i)},close:function(t){var n,i=this,r=e(t?t.currentTarget:this.element),o=this._find(r);o?(n=o.tooltip,o.closing||(clearInterval(this.delayedShow),r.data("ui-tooltip-title")&&!r.attr("title")&&r.attr("title",r.data("ui-tooltip-title")),this._removeDescribedBy(r),o.hiding=!0,n.stop(!0),this._hide(n,this.options.hide,(function(){i._removeTooltip(e(this))})),r.removeData("ui-tooltip-open"),this._off(r,"mouseleave focusout keyup"),r[0]!==this.element[0]&&this._off(r,"remove"),this._off(this.document,"mousemove"),t&&"mouseleave"===t.type&&e.each(this.parents,(function(t,n){e(n.element).attr("title",n.title),delete i.parents[t]})),o.closing=!0,this._trigger("close",t,{tooltip:n}),o.hiding||(o.closing=!1))):r.removeData("ui-tooltip-open")},_tooltip:function(t){var n=e("<div>").attr("role","tooltip"),i=e("<div>").appendTo(n),r=n.uniqueId().attr("id");return this._addClass(i,"ui-tooltip-content"),this._addClass(n,"ui-tooltip","ui-widget ui-widget-content"),n.appendTo(this._appendTo(t)),this.tooltips[r]={element:t,tooltip:n}},_find:function(e){var t=e.data("ui-tooltip-id");return t?this.tooltips[t]:null},_removeTooltip:function(e){e.remove(),delete this.tooltips[e.attr("id")]},_appendTo:function(e){var t=e.closest(".ui-front, dialog");return t.length||(t=this.document[0].body),t},_destroy:function(){var t=this;e.each(this.tooltips,(function(n,i){var r=e.Event("blur"),o=i.element;r.target=r.currentTarget=o[0],t.close(r,!0),e("#"+n).remove(),o.data("ui-tooltip-title")&&(o.attr("title")||o.attr("title",o.data("ui-tooltip-title")),o.removeData("ui-tooltip-title"))})),this.liveRegion.remove()}}),!1!==e.uiBackCompat&&e.widget("ui.tooltip",e.ui.tooltip,{options:{tooltipClass:null},_tooltip:function(){var e=this._superApply(arguments);return this.options.tooltipClass&&e.tooltip.addClass(this.options.tooltipClass),e}}),e.ui.tooltip})?i.apply(t,r):i)||(e.exports=o)},function(e,t,n){var i=n(1065);"string"==typeof i&&(i=[[e.i,i,""]]),i.locals&&(e.exports=i.locals);(0,n(101).default)("274dfea1",i,!0,{})},function(e,t,n){var i=n(99),r=n(511),o=n(793),s=n(794),a=n(795),l=n(796),c=n(797),u=n(798);t=i(!1);var d=r(o),h=r(s),f=r(a),p=r(l),m=r(c),g=r(u);t.push([e.i,'/*! jQuery UI - v1.12.1 - 2016-09-14\n* http://jqueryui.com\n* Includes: core.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, draggable.css, resizable.css, progressbar.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css\n* To view and modify this theme, visit http://jqueryui.com/themeroller/?bgShadowXPos=&bgOverlayXPos=&bgErrorXPos=&bgHighlightXPos=&bgContentXPos=&bgHeaderXPos=&bgActiveXPos=&bgHoverXPos=&bgDefaultXPos=&bgShadowYPos=&bgOverlayYPos=&bgErrorYPos=&bgHighlightYPos=&bgContentYPos=&bgHeaderYPos=&bgActiveYPos=&bgHoverYPos=&bgDefaultYPos=&bgShadowRepeat=&bgOverlayRepeat=&bgErrorRepeat=&bgHighlightRepeat=&bgContentRepeat=&bgHeaderRepeat=&bgActiveRepeat=&bgHoverRepeat=&bgDefaultRepeat=&iconsHover=url(%22images%2Fui-icons_555555_256x240.png%22)&iconsHighlight=url(%22images%2Fui-icons_777620_256x240.png%22)&iconsHeader=url(%22images%2Fui-icons_444444_256x240.png%22)&iconsError=url(%22images%2Fui-icons_cc0000_256x240.png%22)&iconsDefault=url(%22images%2Fui-icons_777777_256x240.png%22)&iconsContent=url(%22images%2Fui-icons_444444_256x240.png%22)&iconsActive=url(%22images%2Fui-icons_ffffff_256x240.png%22)&bgImgUrlShadow=&bgImgUrlOverlay=&bgImgUrlHover=&bgImgUrlHighlight=&bgImgUrlHeader=&bgImgUrlError=&bgImgUrlDefault=&bgImgUrlContent=&bgImgUrlActive=&opacityFilterShadow=Alpha(Opacity%3D30)&opacityFilterOverlay=Alpha(Opacity%3D30)&opacityShadowPerc=30&opacityOverlayPerc=30&iconColorHover=%23555555&iconColorHighlight=%23777620&iconColorHeader=%23444444&iconColorError=%23cc0000&iconColorDefault=%23777777&iconColorContent=%23444444&iconColorActive=%23ffffff&bgImgOpacityShadow=0&bgImgOpacityOverlay=0&bgImgOpacityError=95&bgImgOpacityHighlight=55&bgImgOpacityContent=75&bgImgOpacityHeader=75&bgImgOpacityActive=65&bgImgOpacityHover=75&bgImgOpacityDefault=75&bgTextureShadow=flat&bgTextureOverlay=flat&bgTextureError=flat&bgTextureHighlight=flat&bgTextureContent=flat&bgTextureHeader=flat&bgTextureActive=flat&bgTextureHover=flat&bgTextureDefault=flat&cornerRadius=3px&fwDefault=normal&ffDefault=Arial%2CHelvetica%2Csans-serif&fsDefault=1em&cornerRadiusShadow=8px&thicknessShadow=5px&offsetLeftShadow=0px&offsetTopShadow=0px&opacityShadow=.3&bgColorShadow=%23666666&opacityOverlay=.3&bgColorOverlay=%23aaaaaa&fcError=%235f3f3f&borderColorError=%23f1a899&bgColorError=%23fddfdf&fcHighlight=%23777620&borderColorHighlight=%23dad55e&bgColorHighlight=%23fffa90&fcContent=%23333333&borderColorContent=%23dddddd&bgColorContent=%23ffffff&fcHeader=%23333333&borderColorHeader=%23dddddd&bgColorHeader=%23e9e9e9&fcActive=%23ffffff&borderColorActive=%23003eff&bgColorActive=%23007fff&fcHover=%232b2b2b&borderColorHover=%23cccccc&bgColorHover=%23ededed&fcDefault=%23454545&borderColorDefault=%23c5c5c5&bgColorDefault=%23f6f6f6\n* Copyright jQuery Foundation and other contributors; Licensed MIT */\n\n/* Layout helpers\n----------------------------------*/\n.ui-helper-hidden {\n\tdisplay: none;\n}\n.ui-helper-hidden-accessible {\n\tborder: 0;\n\tclip: rect(0 0 0 0);\n\theight: 1px;\n\tmargin: -1px;\n\toverflow: hidden;\n\tpadding: 0;\n\tposition: absolute;\n\twidth: 1px;\n}\n.ui-helper-reset {\n\tmargin: 0;\n\tpadding: 0;\n\tborder: 0;\n\toutline: 0;\n\tline-height: 1.3;\n\ttext-decoration: none;\n\tfont-size: 100%;\n\tlist-style: none;\n}\n.ui-helper-clearfix:before,\n.ui-helper-clearfix:after {\n\tcontent: "";\n\tdisplay: table;\n\tborder-collapse: collapse;\n}\n.ui-helper-clearfix:after {\n\tclear: both;\n}\n.ui-helper-zfix {\n\twidth: 100%;\n\theight: 100%;\n\ttop: 0;\n\tleft: 0;\n\tposition: absolute;\n\topacity: 0;\n\tfilter:Alpha(Opacity=0); /* support: IE8 */\n}\n\n.ui-front {\n\tz-index: 100;\n}\n\n\n/* Interaction Cues\n----------------------------------*/\n.ui-state-disabled {\n\tcursor: default !important;\n\tpointer-events: none;\n}\n\n\n/* Icons\n----------------------------------*/\n.ui-icon {\n\tdisplay: inline-block;\n\tvertical-align: middle;\n\tmargin-top: -.25em;\n\tposition: relative;\n\ttext-indent: -99999px;\n\toverflow: hidden;\n\tbackground-repeat: no-repeat;\n}\n\n.ui-widget-icon-block {\n\tleft: 50%;\n\tmargin-left: -8px;\n\tdisplay: block;\n}\n\n/* Misc visuals\n----------------------------------*/\n\n/* Overlays */\n.ui-widget-overlay {\n\tposition: fixed;\n\ttop: 0;\n\tleft: 0;\n\twidth: 100%;\n\theight: 100%;\n}\n.ui-accordion .ui-accordion-header {\n\tdisplay: block;\n\tcursor: pointer;\n\tposition: relative;\n\tmargin: 2px 0 0 0;\n\tpadding: .5em .5em .5em .7em;\n\tfont-size: 100%;\n}\n.ui-accordion .ui-accordion-content {\n\tpadding: 1em 2.2em;\n\tborder-top: 0;\n\toverflow: auto;\n}\n.ui-autocomplete {\n\tposition: absolute;\n\ttop: 0;\n\tleft: 0;\n\tcursor: default;\n}\n.ui-menu {\n\tlist-style: none;\n\tpadding: 0;\n\tmargin: 0;\n\tdisplay: block;\n\toutline: 0;\n}\n.ui-menu .ui-menu {\n\tposition: absolute;\n}\n.ui-menu .ui-menu-item {\n\tmargin: 0;\n\tcursor: pointer;\n\t/* support: IE10, see #8844 */\n\tlist-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");\n}\n.ui-menu .ui-menu-item-wrapper {\n\tposition: relative;\n\tpadding: 3px 1em 3px .4em;\n}\n.ui-menu .ui-menu-divider {\n\tmargin: 5px 0;\n\theight: 0;\n\tfont-size: 0;\n\tline-height: 0;\n\tborder-width: 1px 0 0 0;\n}\n.ui-menu .ui-state-focus,\n.ui-menu .ui-state-active {\n\tmargin: -1px;\n}\n\n/* icon support */\n.ui-menu-icons {\n\tposition: relative;\n}\n.ui-menu-icons .ui-menu-item-wrapper {\n\tpadding-left: 2em;\n}\n\n/* left-aligned */\n.ui-menu .ui-icon {\n\tposition: absolute;\n\ttop: 0;\n\tbottom: 0;\n\tleft: .2em;\n\tmargin: auto 0;\n}\n\n/* right-aligned */\n.ui-menu .ui-menu-icon {\n\tleft: auto;\n\tright: 0;\n}\n.ui-button {\n\tpadding: .4em 1em;\n\tdisplay: inline-block;\n\tposition: relative;\n\tline-height: normal;\n\tmargin-right: .1em;\n\tcursor: pointer;\n\tvertical-align: middle;\n\ttext-align: center;\n\t-webkit-user-select: none;\n\t-moz-user-select: none;\n\t-ms-user-select: none;\n\tuser-select: none;\n\n\t/* Support: IE <= 11 */\n\toverflow: visible;\n}\n\n.ui-button,\n.ui-button:link,\n.ui-button:visited,\n.ui-button:hover,\n.ui-button:active {\n\ttext-decoration: none;\n}\n\n/* to make room for the icon, a width needs to be set here */\n.ui-button-icon-only {\n\twidth: 2em;\n\tbox-sizing: border-box;\n\ttext-indent: -9999px;\n\twhite-space: nowrap;\n}\n\n/* no icon support for input elements */\ninput.ui-button.ui-button-icon-only {\n\ttext-indent: 0;\n}\n\n/* button icon element(s) */\n.ui-button-icon-only .ui-icon {\n\tposition: absolute;\n\ttop: 50%;\n\tleft: 50%;\n\tmargin-top: -8px;\n\tmargin-left: -8px;\n}\n\n.ui-button.ui-icon-notext .ui-icon {\n\tpadding: 0;\n\twidth: 2.1em;\n\theight: 2.1em;\n\ttext-indent: -9999px;\n\twhite-space: nowrap;\n\n}\n\ninput.ui-button.ui-icon-notext .ui-icon {\n\twidth: auto;\n\theight: auto;\n\ttext-indent: 0;\n\twhite-space: normal;\n\tpadding: .4em 1em;\n}\n\n/* workarounds */\n/* Support: Firefox 5 - 40 */\ninput.ui-button::-moz-focus-inner,\nbutton.ui-button::-moz-focus-inner {\n\tborder: 0;\n\tpadding: 0;\n}\n.ui-controlgroup {\n\tvertical-align: middle;\n\tdisplay: inline-block;\n}\n.ui-controlgroup > .ui-controlgroup-item {\n\tfloat: left;\n\tmargin-left: 0;\n\tmargin-right: 0;\n}\n.ui-controlgroup > .ui-controlgroup-item:focus,\n.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus {\n\tz-index: 9999;\n}\n.ui-controlgroup-vertical > .ui-controlgroup-item {\n\tdisplay: block;\n\tfloat: none;\n\twidth: 100%;\n\tmargin-top: 0;\n\tmargin-bottom: 0;\n\ttext-align: left;\n}\n.ui-controlgroup-vertical .ui-controlgroup-item {\n\tbox-sizing: border-box;\n}\n.ui-controlgroup .ui-controlgroup-label {\n\tpadding: .4em 1em;\n}\n.ui-controlgroup .ui-controlgroup-label span {\n\tfont-size: 80%;\n}\n.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {\n\tborder-left: none;\n}\n.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {\n\tborder-top: none;\n}\n.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {\n\tborder-right: none;\n}\n.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {\n\tborder-bottom: none;\n}\n\n/* Spinner specific style fixes */\n.ui-controlgroup-vertical .ui-spinner-input {\n\n\t/* Support: IE8 only, Android < 4.4 only */\n\twidth: 75%;\n\twidth: calc( 100% - 2.4em );\n}\n.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {\n\tborder-top-style: solid;\n}\n\n.ui-checkboxradio-label .ui-icon-background {\n\tbox-shadow: inset 1px 1px 1px #ccc;\n\tborder-radius: .12em;\n\tborder: none;\n}\n.ui-checkboxradio-radio-label .ui-icon-background {\n\twidth: 16px;\n\theight: 16px;\n\tborder-radius: 1em;\n\toverflow: visible;\n\tborder: none;\n}\n.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,\n.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {\n\tbackground-image: none;\n\twidth: 8px;\n\theight: 8px;\n\tborder-width: 4px;\n\tborder-style: solid;\n}\n.ui-checkboxradio-disabled {\n\tpointer-events: none;\n}\n.ui-datepicker {\n\twidth: 17em;\n\tpadding: .2em .2em 0;\n\tdisplay: none;\n}\n.ui-datepicker .ui-datepicker-header {\n\tposition: relative;\n\tpadding: .2em 0;\n}\n.ui-datepicker .ui-datepicker-prev,\n.ui-datepicker .ui-datepicker-next {\n\tposition: absolute;\n\ttop: 2px;\n\twidth: 1.8em;\n\theight: 1.8em;\n}\n.ui-datepicker .ui-datepicker-prev-hover,\n.ui-datepicker .ui-datepicker-next-hover {\n\ttop: 1px;\n}\n.ui-datepicker .ui-datepicker-prev {\n\tleft: 2px;\n}\n.ui-datepicker .ui-datepicker-next {\n\tright: 2px;\n}\n.ui-datepicker .ui-datepicker-prev-hover {\n\tleft: 1px;\n}\n.ui-datepicker .ui-datepicker-next-hover {\n\tright: 1px;\n}\n.ui-datepicker .ui-datepicker-prev span,\n.ui-datepicker .ui-datepicker-next span {\n\tdisplay: block;\n\tposition: absolute;\n\tleft: 50%;\n\tmargin-left: -8px;\n\ttop: 50%;\n\tmargin-top: -8px;\n}\n.ui-datepicker .ui-datepicker-title {\n\tmargin: 0 2.3em;\n\tline-height: 1.8em;\n\ttext-align: center;\n}\n.ui-datepicker .ui-datepicker-title select {\n\tfont-size: 1em;\n\tmargin: 1px 0;\n}\n.ui-datepicker select.ui-datepicker-month,\n.ui-datepicker select.ui-datepicker-year {\n\twidth: 45%;\n}\n.ui-datepicker table {\n\twidth: 100%;\n\tfont-size: .9em;\n\tborder-collapse: collapse;\n\tmargin: 0 0 .4em;\n}\n.ui-datepicker th {\n\tpadding: .7em .3em;\n\ttext-align: center;\n\tfont-weight: bold;\n\tborder: 0;\n}\n.ui-datepicker td {\n\tborder: 0;\n\tpadding: 1px;\n}\n.ui-datepicker td span,\n.ui-datepicker td a {\n\tdisplay: block;\n\tpadding: .2em;\n\ttext-align: right;\n\ttext-decoration: none;\n}\n.ui-datepicker .ui-datepicker-buttonpane {\n\tbackground-image: none;\n\tmargin: .7em 0 0 0;\n\tpadding: 0 .2em;\n\tborder-left: 0;\n\tborder-right: 0;\n\tborder-bottom: 0;\n}\n.ui-datepicker .ui-datepicker-buttonpane button {\n\tfloat: right;\n\tmargin: .5em .2em .4em;\n\tcursor: pointer;\n\tpadding: .2em .6em .3em .6em;\n\twidth: auto;\n\toverflow: visible;\n}\n.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {\n\tfloat: left;\n}\n\n/* with multiple calendars */\n.ui-datepicker.ui-datepicker-multi {\n\twidth: auto;\n}\n.ui-datepicker-multi .ui-datepicker-group {\n\tfloat: left;\n}\n.ui-datepicker-multi .ui-datepicker-group table {\n\twidth: 95%;\n\tmargin: 0 auto .4em;\n}\n.ui-datepicker-multi-2 .ui-datepicker-group {\n\twidth: 50%;\n}\n.ui-datepicker-multi-3 .ui-datepicker-group {\n\twidth: 33.3%;\n}\n.ui-datepicker-multi-4 .ui-datepicker-group {\n\twidth: 25%;\n}\n.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,\n.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {\n\tborder-left-width: 0;\n}\n.ui-datepicker-multi .ui-datepicker-buttonpane {\n\tclear: left;\n}\n.ui-datepicker-row-break {\n\tclear: both;\n\twidth: 100%;\n\tfont-size: 0;\n}\n\n/* RTL support */\n.ui-datepicker-rtl {\n\tdirection: rtl;\n}\n.ui-datepicker-rtl .ui-datepicker-prev {\n\tright: 2px;\n\tleft: auto;\n}\n.ui-datepicker-rtl .ui-datepicker-next {\n\tleft: 2px;\n\tright: auto;\n}\n.ui-datepicker-rtl .ui-datepicker-prev:hover {\n\tright: 1px;\n\tleft: auto;\n}\n.ui-datepicker-rtl .ui-datepicker-next:hover {\n\tleft: 1px;\n\tright: auto;\n}\n.ui-datepicker-rtl .ui-datepicker-buttonpane {\n\tclear: right;\n}\n.ui-datepicker-rtl .ui-datepicker-buttonpane button {\n\tfloat: left;\n}\n.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,\n.ui-datepicker-rtl .ui-datepicker-group {\n\tfloat: right;\n}\n.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,\n.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {\n\tborder-right-width: 0;\n\tborder-left-width: 1px;\n}\n\n/* Icons */\n.ui-datepicker .ui-icon {\n\tdisplay: block;\n\ttext-indent: -99999px;\n\toverflow: hidden;\n\tbackground-repeat: no-repeat;\n\tleft: .5em;\n\ttop: .3em;\n}\n.ui-dialog {\n\tposition: absolute;\n\ttop: 0;\n\tleft: 0;\n\tpadding: .2em;\n\toutline: 0;\n}\n.ui-dialog .ui-dialog-titlebar {\n\tpadding: .4em 1em;\n\tposition: relative;\n}\n.ui-dialog .ui-dialog-title {\n\tfloat: left;\n\tmargin: .1em 0;\n\twhite-space: nowrap;\n\twidth: 90%;\n\toverflow: hidden;\n\ttext-overflow: ellipsis;\n}\n.ui-dialog .ui-dialog-titlebar-close {\n\tposition: absolute;\n\tright: .3em;\n\ttop: 50%;\n\twidth: 20px;\n\tmargin: -10px 0 0 0;\n\tpadding: 1px;\n\theight: 20px;\n}\n.ui-dialog .ui-dialog-content {\n\tposition: relative;\n\tborder: 0;\n\tpadding: .5em 1em;\n\tbackground: none;\n\toverflow: auto;\n}\n.ui-dialog .ui-dialog-buttonpane {\n\ttext-align: left;\n\tborder-width: 1px 0 0 0;\n\tbackground-image: none;\n\tmargin-top: .5em;\n\tpadding: .3em 1em .5em .4em;\n}\n.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {\n\tfloat: right;\n}\n.ui-dialog .ui-dialog-buttonpane button {\n\tmargin: .5em .4em .5em 0;\n\tcursor: pointer;\n}\n.ui-dialog .ui-resizable-n {\n\theight: 2px;\n\ttop: 0;\n}\n.ui-dialog .ui-resizable-e {\n\twidth: 2px;\n\tright: 0;\n}\n.ui-dialog .ui-resizable-s {\n\theight: 2px;\n\tbottom: 0;\n}\n.ui-dialog .ui-resizable-w {\n\twidth: 2px;\n\tleft: 0;\n}\n.ui-dialog .ui-resizable-se,\n.ui-dialog .ui-resizable-sw,\n.ui-dialog .ui-resizable-ne,\n.ui-dialog .ui-resizable-nw {\n\twidth: 7px;\n\theight: 7px;\n}\n.ui-dialog .ui-resizable-se {\n\tright: 0;\n\tbottom: 0;\n}\n.ui-dialog .ui-resizable-sw {\n\tleft: 0;\n\tbottom: 0;\n}\n.ui-dialog .ui-resizable-ne {\n\tright: 0;\n\ttop: 0;\n}\n.ui-dialog .ui-resizable-nw {\n\tleft: 0;\n\ttop: 0;\n}\n.ui-draggable .ui-dialog-titlebar {\n\tcursor: move;\n}\n.ui-draggable-handle {\n\t-ms-touch-action: none;\n\ttouch-action: none;\n}\n.ui-resizable {\n\tposition: relative;\n}\n.ui-resizable-handle {\n\tposition: absolute;\n\tfont-size: 0.1px;\n\tdisplay: block;\n\t-ms-touch-action: none;\n\ttouch-action: none;\n}\n.ui-resizable-disabled .ui-resizable-handle,\n.ui-resizable-autohide .ui-resizable-handle {\n\tdisplay: none;\n}\n.ui-resizable-n {\n\tcursor: n-resize;\n\theight: 7px;\n\twidth: 100%;\n\ttop: -5px;\n\tleft: 0;\n}\n.ui-resizable-s {\n\tcursor: s-resize;\n\theight: 7px;\n\twidth: 100%;\n\tbottom: -5px;\n\tleft: 0;\n}\n.ui-resizable-e {\n\tcursor: e-resize;\n\twidth: 7px;\n\tright: -5px;\n\ttop: 0;\n\theight: 100%;\n}\n.ui-resizable-w {\n\tcursor: w-resize;\n\twidth: 7px;\n\tleft: -5px;\n\ttop: 0;\n\theight: 100%;\n}\n.ui-resizable-se {\n\tcursor: se-resize;\n\twidth: 12px;\n\theight: 12px;\n\tright: 1px;\n\tbottom: 1px;\n}\n.ui-resizable-sw {\n\tcursor: sw-resize;\n\twidth: 9px;\n\theight: 9px;\n\tleft: -5px;\n\tbottom: -5px;\n}\n.ui-resizable-nw {\n\tcursor: nw-resize;\n\twidth: 9px;\n\theight: 9px;\n\tleft: -5px;\n\ttop: -5px;\n}\n.ui-resizable-ne {\n\tcursor: ne-resize;\n\twidth: 9px;\n\theight: 9px;\n\tright: -5px;\n\ttop: -5px;\n}\n.ui-progressbar {\n\theight: 2em;\n\ttext-align: left;\n\toverflow: hidden;\n}\n.ui-progressbar .ui-progressbar-value {\n\tmargin: -1px;\n\theight: 100%;\n}\n.ui-progressbar .ui-progressbar-overlay {\n\tbackground: url("data:image/gif;base64,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");\n\theight: 100%;\n\tfilter: alpha(opacity=25); /* support: IE8 */\n\topacity: 0.25;\n}\n.ui-progressbar-indeterminate .ui-progressbar-value {\n\tbackground-image: none;\n}\n.ui-selectable {\n\t-ms-touch-action: none;\n\ttouch-action: none;\n}\n.ui-selectable-helper {\n\tposition: absolute;\n\tz-index: 100;\n\tborder: 1px dotted black;\n}\n.ui-selectmenu-menu {\n\tpadding: 0;\n\tmargin: 0;\n\tposition: absolute;\n\ttop: 0;\n\tleft: 0;\n\tdisplay: none;\n}\n.ui-selectmenu-menu .ui-menu {\n\toverflow: auto;\n\toverflow-x: hidden;\n\tpadding-bottom: 1px;\n}\n.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {\n\tfont-size: 1em;\n\tfont-weight: bold;\n\tline-height: 1.5;\n\tpadding: 2px 0.4em;\n\tmargin: 0.5em 0 0 0;\n\theight: auto;\n\tborder: 0;\n}\n.ui-selectmenu-open {\n\tdisplay: block;\n}\n.ui-selectmenu-text {\n\tdisplay: block;\n\tmargin-right: 20px;\n\toverflow: hidden;\n\ttext-overflow: ellipsis;\n}\n.ui-selectmenu-button.ui-button {\n\ttext-align: left;\n\twhite-space: nowrap;\n\twidth: 14em;\n}\n.ui-selectmenu-icon.ui-icon {\n\tfloat: right;\n\tmargin-top: 0;\n}\n.ui-slider {\n\tposition: relative;\n\ttext-align: left;\n}\n.ui-slider .ui-slider-handle {\n\tposition: absolute;\n\tz-index: 2;\n\twidth: 1.2em;\n\theight: 1.2em;\n\tcursor: default;\n\t-ms-touch-action: none;\n\ttouch-action: none;\n}\n.ui-slider .ui-slider-range {\n\tposition: absolute;\n\tz-index: 1;\n\tfont-size: .7em;\n\tdisplay: block;\n\tborder: 0;\n\tbackground-position: 0 0;\n}\n\n/* support: IE8 - See #6727 */\n.ui-slider.ui-state-disabled .ui-slider-handle,\n.ui-slider.ui-state-disabled .ui-slider-range {\n\tfilter: inherit;\n}\n\n.ui-slider-horizontal {\n\theight: .8em;\n}\n.ui-slider-horizontal .ui-slider-handle {\n\ttop: -.3em;\n\tmargin-left: -.6em;\n}\n.ui-slider-horizontal .ui-slider-range {\n\ttop: 0;\n\theight: 100%;\n}\n.ui-slider-horizontal .ui-slider-range-min {\n\tleft: 0;\n}\n.ui-slider-horizontal .ui-slider-range-max {\n\tright: 0;\n}\n\n.ui-slider-vertical {\n\twidth: .8em;\n\theight: 100px;\n}\n.ui-slider-vertical .ui-slider-handle {\n\tleft: -.3em;\n\tmargin-left: 0;\n\tmargin-bottom: -.6em;\n}\n.ui-slider-vertical .ui-slider-range {\n\tleft: 0;\n\twidth: 100%;\n}\n.ui-slider-vertical .ui-slider-range-min {\n\tbottom: 0;\n}\n.ui-slider-vertical .ui-slider-range-max {\n\ttop: 0;\n}\n.ui-sortable-handle {\n\t-ms-touch-action: none;\n\ttouch-action: none;\n}\n.ui-spinner {\n\tposition: relative;\n\tdisplay: inline-block;\n\toverflow: hidden;\n\tpadding: 0;\n\tvertical-align: middle;\n}\n.ui-spinner-input {\n\tborder: none;\n\tbackground: none;\n\tcolor: inherit;\n\tpadding: .222em 0;\n\tmargin: .2em 0;\n\tvertical-align: middle;\n\tmargin-left: .4em;\n\tmargin-right: 2em;\n}\n.ui-spinner-button {\n\twidth: 1.6em;\n\theight: 50%;\n\tfont-size: .5em;\n\tpadding: 0;\n\tmargin: 0;\n\ttext-align: center;\n\tposition: absolute;\n\tcursor: default;\n\tdisplay: block;\n\toverflow: hidden;\n\tright: 0;\n}\n/* more specificity required here to override default borders */\n.ui-spinner a.ui-spinner-button {\n\tborder-top-style: none;\n\tborder-bottom-style: none;\n\tborder-right-style: none;\n}\n.ui-spinner-up {\n\ttop: 0;\n}\n.ui-spinner-down {\n\tbottom: 0;\n}\n.ui-tabs {\n\tposition: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */\n\tpadding: .2em;\n}\n.ui-tabs .ui-tabs-nav {\n\tmargin: 0;\n\tpadding: .2em .2em 0;\n}\n.ui-tabs .ui-tabs-nav li {\n\tlist-style: none;\n\tfloat: left;\n\tposition: relative;\n\ttop: 0;\n\tmargin: 1px .2em 0 0;\n\tborder-bottom-width: 0;\n\tpadding: 0;\n\twhite-space: nowrap;\n}\n.ui-tabs .ui-tabs-nav .ui-tabs-anchor {\n\tfloat: left;\n\tpadding: .5em 1em;\n\ttext-decoration: none;\n}\n.ui-tabs .ui-tabs-nav li.ui-tabs-active {\n\tmargin-bottom: -1px;\n\tpadding-bottom: 1px;\n}\n.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,\n.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,\n.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {\n\tcursor: text;\n}\n.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {\n\tcursor: pointer;\n}\n.ui-tabs .ui-tabs-panel {\n\tdisplay: block;\n\tborder-width: 0;\n\tpadding: 1em 1.4em;\n\tbackground: none;\n}\n.ui-tooltip {\n\tpadding: 8px;\n\tposition: absolute;\n\tz-index: 9999;\n\tmax-width: 300px;\n}\nbody .ui-tooltip {\n\tborder-width: 2px;\n}\n\n/* Component containers\n----------------------------------*/\n.ui-widget {\n\tfont-family: Arial,Helvetica,sans-serif;\n\tfont-size: 1em;\n}\n.ui-widget .ui-widget {\n\tfont-size: 1em;\n}\n.ui-widget input,\n.ui-widget select,\n.ui-widget textarea,\n.ui-widget button {\n\tfont-family: Arial,Helvetica,sans-serif;\n\tfont-size: 1em;\n}\n.ui-widget.ui-widget-content {\n\tborder: 1px solid #c5c5c5;\n}\n.ui-widget-content {\n\tborder: 1px solid #dddddd;\n\tbackground: #ffffff;\n\tcolor: #333333;\n}\n.ui-widget-content a {\n\tcolor: #333333;\n}\n.ui-widget-header {\n\tborder: 1px solid #dddddd;\n\tbackground: #e9e9e9;\n\tcolor: #333333;\n\tfont-weight: bold;\n}\n.ui-widget-header a {\n\tcolor: #333333;\n}\n\n/* Interaction states\n----------------------------------*/\n.ui-state-default,\n.ui-widget-content .ui-state-default,\n.ui-widget-header .ui-state-default,\n.ui-button,\n\n/* We use html here because we need a greater specificity to make sure disabled\nworks properly when clicked or hovered */\nhtml .ui-button.ui-state-disabled:hover,\nhtml .ui-button.ui-state-disabled:active {\n\tborder: 1px solid #c5c5c5;\n\tbackground: #f6f6f6;\n\tfont-weight: normal;\n\tcolor: #454545;\n}\n.ui-state-default a,\n.ui-state-default a:link,\n.ui-state-default a:visited,\na.ui-button,\na:link.ui-button,\na:visited.ui-button,\n.ui-button {\n\tcolor: #454545;\n\ttext-decoration: none;\n}\n.ui-state-hover,\n.ui-widget-content .ui-state-hover,\n.ui-widget-header .ui-state-hover,\n.ui-state-focus,\n.ui-widget-content .ui-state-focus,\n.ui-widget-header .ui-state-focus,\n.ui-button:hover,\n.ui-button:focus {\n\tborder: 1px solid #cccccc;\n\tbackground: #ededed;\n\tfont-weight: normal;\n\tcolor: #2b2b2b;\n}\n.ui-state-hover a,\n.ui-state-hover a:hover,\n.ui-state-hover a:link,\n.ui-state-hover a:visited,\n.ui-state-focus a,\n.ui-state-focus a:hover,\n.ui-state-focus a:link,\n.ui-state-focus a:visited,\na.ui-button:hover,\na.ui-button:focus {\n\tcolor: #2b2b2b;\n\ttext-decoration: none;\n}\n\n.ui-visual-focus {\n\tbox-shadow: 0 0 3px 1px rgb(94, 158, 214);\n}\n.ui-state-active,\n.ui-widget-content .ui-state-active,\n.ui-widget-header .ui-state-active,\na.ui-button:active,\n.ui-button:active,\n.ui-button.ui-state-active:hover {\n\tborder: 1px solid #003eff;\n\tbackground: #007fff;\n\tfont-weight: normal;\n\tcolor: #ffffff;\n}\n.ui-icon-background,\n.ui-state-active .ui-icon-background {\n\tborder: #003eff;\n\tbackground-color: #ffffff;\n}\n.ui-state-active a,\n.ui-state-active a:link,\n.ui-state-active a:visited {\n\tcolor: #ffffff;\n\ttext-decoration: none;\n}\n\n/* Interaction Cues\n----------------------------------*/\n.ui-state-highlight,\n.ui-widget-content .ui-state-highlight,\n.ui-widget-header .ui-state-highlight {\n\tborder: 1px solid #dad55e;\n\tbackground: #fffa90;\n\tcolor: #777620;\n}\n.ui-state-checked {\n\tborder: 1px solid #dad55e;\n\tbackground: #fffa90;\n}\n.ui-state-highlight a,\n.ui-widget-content .ui-state-highlight a,\n.ui-widget-header .ui-state-highlight a {\n\tcolor: #777620;\n}\n.ui-state-error,\n.ui-widget-content .ui-state-error,\n.ui-widget-header .ui-state-error {\n\tborder: 1px solid #f1a899;\n\tbackground: #fddfdf;\n\tcolor: #5f3f3f;\n}\n.ui-state-error a,\n.ui-widget-content .ui-state-error a,\n.ui-widget-header .ui-state-error a {\n\tcolor: #5f3f3f;\n}\n.ui-state-error-text,\n.ui-widget-content .ui-state-error-text,\n.ui-widget-header .ui-state-error-text {\n\tcolor: #5f3f3f;\n}\n.ui-priority-primary,\n.ui-widget-content .ui-priority-primary,\n.ui-widget-header .ui-priority-primary {\n\tfont-weight: bold;\n}\n.ui-priority-secondary,\n.ui-widget-content .ui-priority-secondary,\n.ui-widget-header .ui-priority-secondary {\n\topacity: .7;\n\tfilter:Alpha(Opacity=70); /* support: IE8 */\n\tfont-weight: normal;\n}\n.ui-state-disabled,\n.ui-widget-content .ui-state-disabled,\n.ui-widget-header .ui-state-disabled {\n\topacity: .35;\n\tfilter:Alpha(Opacity=35); /* support: IE8 */\n\tbackground-image: none;\n}\n.ui-state-disabled .ui-icon {\n\tfilter:Alpha(Opacity=35); /* support: IE8 - See #6059 */\n}\n\n/* Icons\n----------------------------------*/\n\n/* states and images */\n.ui-icon {\n\twidth: 16px;\n\theight: 16px;\n}\n.ui-icon,\n.ui-widget-content .ui-icon {\n\tbackground-image: url('+d+");\n}\n.ui-widget-header .ui-icon {\n\tbackground-image: url("+d+");\n}\n.ui-state-hover .ui-icon,\n.ui-state-focus .ui-icon,\n.ui-button:hover .ui-icon,\n.ui-button:focus .ui-icon {\n\tbackground-image: url("+h+");\n}\n.ui-state-active .ui-icon,\n.ui-button:active .ui-icon {\n\tbackground-image: url("+f+");\n}\n.ui-state-highlight .ui-icon,\n.ui-button .ui-state-highlight.ui-icon {\n\tbackground-image: url("+p+");\n}\n.ui-state-error .ui-icon,\n.ui-state-error-text .ui-icon {\n\tbackground-image: url("+m+");\n}\n.ui-button .ui-icon {\n\tbackground-image: url("+g+");\n}\n\n/* positioning */\n.ui-icon-blank { background-position: 16px 16px; }\n.ui-icon-caret-1-n { background-position: 0 0; }\n.ui-icon-caret-1-ne { background-position: -16px 0; }\n.ui-icon-caret-1-e { background-position: -32px 0; }\n.ui-icon-caret-1-se { background-position: -48px 0; }\n.ui-icon-caret-1-s { background-position: -65px 0; }\n.ui-icon-caret-1-sw { background-position: -80px 0; }\n.ui-icon-caret-1-w { background-position: -96px 0; }\n.ui-icon-caret-1-nw { background-position: -112px 0; }\n.ui-icon-caret-2-n-s { background-position: -128px 0; }\n.ui-icon-caret-2-e-w { background-position: -144px 0; }\n.ui-icon-triangle-1-n { background-position: 0 -16px; }\n.ui-icon-triangle-1-ne { background-position: -16px -16px; }\n.ui-icon-triangle-1-e { background-position: -32px -16px; }\n.ui-icon-triangle-1-se { background-position: -48px -16px; }\n.ui-icon-triangle-1-s { background-position: -65px -16px; }\n.ui-icon-triangle-1-sw { background-position: -80px -16px; }\n.ui-icon-triangle-1-w { background-position: -96px -16px; }\n.ui-icon-triangle-1-nw { background-position: -112px -16px; }\n.ui-icon-triangle-2-n-s { background-position: -128px -16px; }\n.ui-icon-triangle-2-e-w { background-position: -144px -16px; }\n.ui-icon-arrow-1-n { background-position: 0 -32px; }\n.ui-icon-arrow-1-ne { background-position: -16px -32px; }\n.ui-icon-arrow-1-e { background-position: -32px -32px; }\n.ui-icon-arrow-1-se { background-position: -48px -32px; }\n.ui-icon-arrow-1-s { background-position: -65px -32px; }\n.ui-icon-arrow-1-sw { background-position: -80px -32px; }\n.ui-icon-arrow-1-w { background-position: -96px -32px; }\n.ui-icon-arrow-1-nw { background-position: -112px -32px; }\n.ui-icon-arrow-2-n-s { background-position: -128px -32px; }\n.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }\n.ui-icon-arrow-2-e-w { background-position: -160px -32px; }\n.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }\n.ui-icon-arrowstop-1-n { background-position: -192px -32px; }\n.ui-icon-arrowstop-1-e { background-position: -208px -32px; }\n.ui-icon-arrowstop-1-s { background-position: -224px -32px; }\n.ui-icon-arrowstop-1-w { background-position: -240px -32px; }\n.ui-icon-arrowthick-1-n { background-position: 1px -48px; }\n.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }\n.ui-icon-arrowthick-1-e { background-position: -32px -48px; }\n.ui-icon-arrowthick-1-se { background-position: -48px -48px; }\n.ui-icon-arrowthick-1-s { background-position: -64px -48px; }\n.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }\n.ui-icon-arrowthick-1-w { background-position: -96px -48px; }\n.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }\n.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }\n.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }\n.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }\n.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }\n.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }\n.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }\n.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }\n.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }\n.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }\n.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }\n.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }\n.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }\n.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }\n.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }\n.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }\n.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }\n.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }\n.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }\n.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }\n.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }\n.ui-icon-arrow-4 { background-position: 0 -80px; }\n.ui-icon-arrow-4-diag { background-position: -16px -80px; }\n.ui-icon-extlink { background-position: -32px -80px; }\n.ui-icon-newwin { background-position: -48px -80px; }\n.ui-icon-refresh { background-position: -64px -80px; }\n.ui-icon-shuffle { background-position: -80px -80px; }\n.ui-icon-transfer-e-w { background-position: -96px -80px; }\n.ui-icon-transferthick-e-w { background-position: -112px -80px; }\n.ui-icon-folder-collapsed { background-position: 0 -96px; }\n.ui-icon-folder-open { background-position: -16px -96px; }\n.ui-icon-document { background-position: -32px -96px; }\n.ui-icon-document-b { background-position: -48px -96px; }\n.ui-icon-note { background-position: -64px -96px; }\n.ui-icon-mail-closed { background-position: -80px -96px; }\n.ui-icon-mail-open { background-position: -96px -96px; }\n.ui-icon-suitcase { background-position: -112px -96px; }\n.ui-icon-comment { background-position: -128px -96px; }\n.ui-icon-person { background-position: -144px -96px; }\n.ui-icon-print { background-position: -160px -96px; }\n.ui-icon-trash { background-position: -176px -96px; }\n.ui-icon-locked { background-position: -192px -96px; }\n.ui-icon-unlocked { background-position: -208px -96px; }\n.ui-icon-bookmark { background-position: -224px -96px; }\n.ui-icon-tag { background-position: -240px -96px; }\n.ui-icon-home { background-position: 0 -112px; }\n.ui-icon-flag { background-position: -16px -112px; }\n.ui-icon-calendar { background-position: -32px -112px; }\n.ui-icon-cart { background-position: -48px -112px; }\n.ui-icon-pencil { background-position: -64px -112px; }\n.ui-icon-clock { background-position: -80px -112px; }\n.ui-icon-disk { background-position: -96px -112px; }\n.ui-icon-calculator { background-position: -112px -112px; }\n.ui-icon-zoomin { background-position: -128px -112px; }\n.ui-icon-zoomout { background-position: -144px -112px; }\n.ui-icon-search { background-position: -160px -112px; }\n.ui-icon-wrench { background-position: -176px -112px; }\n.ui-icon-gear { background-position: -192px -112px; }\n.ui-icon-heart { background-position: -208px -112px; }\n.ui-icon-star { background-position: -224px -112px; }\n.ui-icon-link { background-position: -240px -112px; }\n.ui-icon-cancel { background-position: 0 -128px; }\n.ui-icon-plus { background-position: -16px -128px; }\n.ui-icon-plusthick { background-position: -32px -128px; }\n.ui-icon-minus { background-position: -48px -128px; }\n.ui-icon-minusthick { background-position: -64px -128px; }\n.ui-icon-close { background-position: -80px -128px; }\n.ui-icon-closethick { background-position: -96px -128px; }\n.ui-icon-key { background-position: -112px -128px; }\n.ui-icon-lightbulb { background-position: -128px -128px; }\n.ui-icon-scissors { background-position: -144px -128px; }\n.ui-icon-clipboard { background-position: -160px -128px; }\n.ui-icon-copy { background-position: -176px -128px; }\n.ui-icon-contact { background-position: -192px -128px; }\n.ui-icon-image { background-position: -208px -128px; }\n.ui-icon-video { background-position: -224px -128px; }\n.ui-icon-script { background-position: -240px -128px; }\n.ui-icon-alert { background-position: 0 -144px; }\n.ui-icon-info { background-position: -16px -144px; }\n.ui-icon-notice { background-position: -32px -144px; }\n.ui-icon-help { background-position: -48px -144px; }\n.ui-icon-check { background-position: -64px -144px; }\n.ui-icon-bullet { background-position: -80px -144px; }\n.ui-icon-radio-on { background-position: -96px -144px; }\n.ui-icon-radio-off { background-position: -112px -144px; }\n.ui-icon-pin-w { background-position: -128px -144px; }\n.ui-icon-pin-s { background-position: -144px -144px; }\n.ui-icon-play { background-position: 0 -160px; }\n.ui-icon-pause { background-position: -16px -160px; }\n.ui-icon-seek-next { background-position: -32px -160px; }\n.ui-icon-seek-prev { background-position: -48px -160px; }\n.ui-icon-seek-end { background-position: -64px -160px; }\n.ui-icon-seek-start { background-position: -80px -160px; }\n/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */\n.ui-icon-seek-first { background-position: -80px -160px; }\n.ui-icon-stop { background-position: -96px -160px; }\n.ui-icon-eject { background-position: -112px -160px; }\n.ui-icon-volume-off { background-position: -128px -160px; }\n.ui-icon-volume-on { background-position: -144px -160px; }\n.ui-icon-power { background-position: 0 -176px; }\n.ui-icon-signal-diag { background-position: -16px -176px; }\n.ui-icon-signal { background-position: -32px -176px; }\n.ui-icon-battery-0 { background-position: -48px -176px; }\n.ui-icon-battery-1 { background-position: -64px -176px; }\n.ui-icon-battery-2 { background-position: -80px -176px; }\n.ui-icon-battery-3 { background-position: -96px -176px; }\n.ui-icon-circle-plus { background-position: 0 -192px; }\n.ui-icon-circle-minus { background-position: -16px -192px; }\n.ui-icon-circle-close { background-position: -32px -192px; }\n.ui-icon-circle-triangle-e { background-position: -48px -192px; }\n.ui-icon-circle-triangle-s { background-position: -64px -192px; }\n.ui-icon-circle-triangle-w { background-position: -80px -192px; }\n.ui-icon-circle-triangle-n { background-position: -96px -192px; }\n.ui-icon-circle-arrow-e { background-position: -112px -192px; }\n.ui-icon-circle-arrow-s { background-position: -128px -192px; }\n.ui-icon-circle-arrow-w { background-position: -144px -192px; }\n.ui-icon-circle-arrow-n { background-position: -160px -192px; }\n.ui-icon-circle-zoomin { background-position: -176px -192px; }\n.ui-icon-circle-zoomout { background-position: -192px -192px; }\n.ui-icon-circle-check { background-position: -208px -192px; }\n.ui-icon-circlesmall-plus { background-position: 0 -208px; }\n.ui-icon-circlesmall-minus { background-position: -16px -208px; }\n.ui-icon-circlesmall-close { background-position: -32px -208px; }\n.ui-icon-squaresmall-plus { background-position: -48px -208px; }\n.ui-icon-squaresmall-minus { background-position: -64px -208px; }\n.ui-icon-squaresmall-close { background-position: -80px -208px; }\n.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }\n.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }\n.ui-icon-grip-solid-vertical { background-position: -32px -224px; }\n.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }\n.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }\n.ui-icon-grip-diagonal-se { background-position: -80px -224px; }\n\n\n/* Misc visuals\n----------------------------------*/\n\n/* Corner radius */\n.ui-corner-all,\n.ui-corner-top,\n.ui-corner-left,\n.ui-corner-tl {\n\tborder-top-left-radius: 3px;\n}\n.ui-corner-all,\n.ui-corner-top,\n.ui-corner-right,\n.ui-corner-tr {\n\tborder-top-right-radius: 3px;\n}\n.ui-corner-all,\n.ui-corner-bottom,\n.ui-corner-left,\n.ui-corner-bl {\n\tborder-bottom-left-radius: 3px;\n}\n.ui-corner-all,\n.ui-corner-bottom,\n.ui-corner-right,\n.ui-corner-br {\n\tborder-bottom-right-radius: 3px;\n}\n\n/* Overlays */\n.ui-widget-overlay {\n\tbackground: #aaaaaa;\n\topacity: .003;\n\tfilter: Alpha(Opacity=.3); /* support: IE8 */\n}\n.ui-widget-shadow {\n\t-webkit-box-shadow: 0px 0px 5px #666666;\n\tbox-shadow: 0px 0px 5px #666666;\n}\n",""]),e.exports=t},function(e,t,n){var i=n(1067);"string"==typeof i&&(i=[[e.i,i,""]]),i.locals&&(e.exports=i.locals);(0,n(101).default)("4700b2d2",i,!0,{})},function(e,t,n){var i=n(99),r=n(511),o=n(793),s=n(794),a=n(795),l=n(796),c=n(797),u=n(798);t=i(!1);var d=r(o),h=r(s),f=r(a),p=r(l),m=r(c),g=r(u);t.push([e.i,"/*!\n * jQuery UI CSS Framework 1.12.1\n * http://jqueryui.com\n *\n * Copyright jQuery Foundation and other contributors\n * Released under the MIT license.\n * http://jquery.org/license\n *\n * http://api.jqueryui.com/category/theming/\n *\n * To view and modify this theme, visit http://jqueryui.com/themeroller/?bgShadowXPos=&bgOverlayXPos=&bgErrorXPos=&bgHighlightXPos=&bgContentXPos=&bgHeaderXPos=&bgActiveXPos=&bgHoverXPos=&bgDefaultXPos=&bgShadowYPos=&bgOverlayYPos=&bgErrorYPos=&bgHighlightYPos=&bgContentYPos=&bgHeaderYPos=&bgActiveYPos=&bgHoverYPos=&bgDefaultYPos=&bgShadowRepeat=&bgOverlayRepeat=&bgErrorRepeat=&bgHighlightRepeat=&bgContentRepeat=&bgHeaderRepeat=&bgActiveRepeat=&bgHoverRepeat=&bgDefaultRepeat=&iconsHover=url(%22images%2Fui-icons_555555_256x240.png%22)&iconsHighlight=url(%22images%2Fui-icons_777620_256x240.png%22)&iconsHeader=url(%22images%2Fui-icons_444444_256x240.png%22)&iconsError=url(%22images%2Fui-icons_cc0000_256x240.png%22)&iconsDefault=url(%22images%2Fui-icons_777777_256x240.png%22)&iconsContent=url(%22images%2Fui-icons_444444_256x240.png%22)&iconsActive=url(%22images%2Fui-icons_ffffff_256x240.png%22)&bgImgUrlShadow=&bgImgUrlOverlay=&bgImgUrlHover=&bgImgUrlHighlight=&bgImgUrlHeader=&bgImgUrlError=&bgImgUrlDefault=&bgImgUrlContent=&bgImgUrlActive=&opacityFilterShadow=Alpha(Opacity%3D30)&opacityFilterOverlay=Alpha(Opacity%3D30)&opacityShadowPerc=30&opacityOverlayPerc=30&iconColorHover=%23555555&iconColorHighlight=%23777620&iconColorHeader=%23444444&iconColorError=%23cc0000&iconColorDefault=%23777777&iconColorContent=%23444444&iconColorActive=%23ffffff&bgImgOpacityShadow=0&bgImgOpacityOverlay=0&bgImgOpacityError=95&bgImgOpacityHighlight=55&bgImgOpacityContent=75&bgImgOpacityHeader=75&bgImgOpacityActive=65&bgImgOpacityHover=75&bgImgOpacityDefault=75&bgTextureShadow=flat&bgTextureOverlay=flat&bgTextureError=flat&bgTextureHighlight=flat&bgTextureContent=flat&bgTextureHeader=flat&bgTextureActive=flat&bgTextureHover=flat&bgTextureDefault=flat&cornerRadius=3px&fwDefault=normal&ffDefault=Arial%2CHelvetica%2Csans-serif&fsDefault=1em&cornerRadiusShadow=8px&thicknessShadow=5px&offsetLeftShadow=0px&offsetTopShadow=0px&opacityShadow=.3&bgColorShadow=%23666666&opacityOverlay=.3&bgColorOverlay=%23aaaaaa&fcError=%235f3f3f&borderColorError=%23f1a899&bgColorError=%23fddfdf&fcHighlight=%23777620&borderColorHighlight=%23dad55e&bgColorHighlight=%23fffa90&fcContent=%23333333&borderColorContent=%23dddddd&bgColorContent=%23ffffff&fcHeader=%23333333&borderColorHeader=%23dddddd&bgColorHeader=%23e9e9e9&fcActive=%23ffffff&borderColorActive=%23003eff&bgColorActive=%23007fff&fcHover=%232b2b2b&borderColorHover=%23cccccc&bgColorHover=%23ededed&fcDefault=%23454545&borderColorDefault=%23c5c5c5&bgColorDefault=%23f6f6f6\n */\n\n\n/* Component containers\n----------------------------------*/\n.ui-widget {\n\tfont-family: Arial,Helvetica,sans-serif;\n\tfont-size: 1em;\n}\n.ui-widget .ui-widget {\n\tfont-size: 1em;\n}\n.ui-widget input,\n.ui-widget select,\n.ui-widget textarea,\n.ui-widget button {\n\tfont-family: Arial,Helvetica,sans-serif;\n\tfont-size: 1em;\n}\n.ui-widget.ui-widget-content {\n\tborder: 1px solid #c5c5c5;\n}\n.ui-widget-content {\n\tborder: 1px solid #dddddd;\n\tbackground: #ffffff;\n\tcolor: #333333;\n}\n.ui-widget-content a {\n\tcolor: #333333;\n}\n.ui-widget-header {\n\tborder: 1px solid #dddddd;\n\tbackground: #e9e9e9;\n\tcolor: #333333;\n\tfont-weight: bold;\n}\n.ui-widget-header a {\n\tcolor: #333333;\n}\n\n/* Interaction states\n----------------------------------*/\n.ui-state-default,\n.ui-widget-content .ui-state-default,\n.ui-widget-header .ui-state-default,\n.ui-button,\n\n/* We use html here because we need a greater specificity to make sure disabled\nworks properly when clicked or hovered */\nhtml .ui-button.ui-state-disabled:hover,\nhtml .ui-button.ui-state-disabled:active {\n\tborder: 1px solid #c5c5c5;\n\tbackground: #f6f6f6;\n\tfont-weight: normal;\n\tcolor: #454545;\n}\n.ui-state-default a,\n.ui-state-default a:link,\n.ui-state-default a:visited,\na.ui-button,\na:link.ui-button,\na:visited.ui-button,\n.ui-button {\n\tcolor: #454545;\n\ttext-decoration: none;\n}\n.ui-state-hover,\n.ui-widget-content .ui-state-hover,\n.ui-widget-header .ui-state-hover,\n.ui-state-focus,\n.ui-widget-content .ui-state-focus,\n.ui-widget-header .ui-state-focus,\n.ui-button:hover,\n.ui-button:focus {\n\tborder: 1px solid #cccccc;\n\tbackground: #ededed;\n\tfont-weight: normal;\n\tcolor: #2b2b2b;\n}\n.ui-state-hover a,\n.ui-state-hover a:hover,\n.ui-state-hover a:link,\n.ui-state-hover a:visited,\n.ui-state-focus a,\n.ui-state-focus a:hover,\n.ui-state-focus a:link,\n.ui-state-focus a:visited,\na.ui-button:hover,\na.ui-button:focus {\n\tcolor: #2b2b2b;\n\ttext-decoration: none;\n}\n\n.ui-visual-focus {\n\tbox-shadow: 0 0 3px 1px rgb(94, 158, 214);\n}\n.ui-state-active,\n.ui-widget-content .ui-state-active,\n.ui-widget-header .ui-state-active,\na.ui-button:active,\n.ui-button:active,\n.ui-button.ui-state-active:hover {\n\tborder: 1px solid #003eff;\n\tbackground: #007fff;\n\tfont-weight: normal;\n\tcolor: #ffffff;\n}\n.ui-icon-background,\n.ui-state-active .ui-icon-background {\n\tborder: #003eff;\n\tbackground-color: #ffffff;\n}\n.ui-state-active a,\n.ui-state-active a:link,\n.ui-state-active a:visited {\n\tcolor: #ffffff;\n\ttext-decoration: none;\n}\n\n/* Interaction Cues\n----------------------------------*/\n.ui-state-highlight,\n.ui-widget-content .ui-state-highlight,\n.ui-widget-header .ui-state-highlight {\n\tborder: 1px solid #dad55e;\n\tbackground: #fffa90;\n\tcolor: #777620;\n}\n.ui-state-checked {\n\tborder: 1px solid #dad55e;\n\tbackground: #fffa90;\n}\n.ui-state-highlight a,\n.ui-widget-content .ui-state-highlight a,\n.ui-widget-header .ui-state-highlight a {\n\tcolor: #777620;\n}\n.ui-state-error,\n.ui-widget-content .ui-state-error,\n.ui-widget-header .ui-state-error {\n\tborder: 1px solid #f1a899;\n\tbackground: #fddfdf;\n\tcolor: #5f3f3f;\n}\n.ui-state-error a,\n.ui-widget-content .ui-state-error a,\n.ui-widget-header .ui-state-error a {\n\tcolor: #5f3f3f;\n}\n.ui-state-error-text,\n.ui-widget-content .ui-state-error-text,\n.ui-widget-header .ui-state-error-text {\n\tcolor: #5f3f3f;\n}\n.ui-priority-primary,\n.ui-widget-content .ui-priority-primary,\n.ui-widget-header .ui-priority-primary {\n\tfont-weight: bold;\n}\n.ui-priority-secondary,\n.ui-widget-content .ui-priority-secondary,\n.ui-widget-header .ui-priority-secondary {\n\topacity: .7;\n\tfilter:Alpha(Opacity=70); /* support: IE8 */\n\tfont-weight: normal;\n}\n.ui-state-disabled,\n.ui-widget-content .ui-state-disabled,\n.ui-widget-header .ui-state-disabled {\n\topacity: .35;\n\tfilter:Alpha(Opacity=35); /* support: IE8 */\n\tbackground-image: none;\n}\n.ui-state-disabled .ui-icon {\n\tfilter:Alpha(Opacity=35); /* support: IE8 - See #6059 */\n}\n\n/* Icons\n----------------------------------*/\n\n/* states and images */\n.ui-icon {\n\twidth: 16px;\n\theight: 16px;\n}\n.ui-icon,\n.ui-widget-content .ui-icon {\n\tbackground-image: url("+d+");\n}\n.ui-widget-header .ui-icon {\n\tbackground-image: url("+d+");\n}\n.ui-state-hover .ui-icon,\n.ui-state-focus .ui-icon,\n.ui-button:hover .ui-icon,\n.ui-button:focus .ui-icon {\n\tbackground-image: url("+h+");\n}\n.ui-state-active .ui-icon,\n.ui-button:active .ui-icon {\n\tbackground-image: url("+f+");\n}\n.ui-state-highlight .ui-icon,\n.ui-button .ui-state-highlight.ui-icon {\n\tbackground-image: url("+p+");\n}\n.ui-state-error .ui-icon,\n.ui-state-error-text .ui-icon {\n\tbackground-image: url("+m+");\n}\n.ui-button .ui-icon {\n\tbackground-image: url("+g+");\n}\n\n/* positioning */\n.ui-icon-blank { background-position: 16px 16px; }\n.ui-icon-caret-1-n { background-position: 0 0; }\n.ui-icon-caret-1-ne { background-position: -16px 0; }\n.ui-icon-caret-1-e { background-position: -32px 0; }\n.ui-icon-caret-1-se { background-position: -48px 0; }\n.ui-icon-caret-1-s { background-position: -65px 0; }\n.ui-icon-caret-1-sw { background-position: -80px 0; }\n.ui-icon-caret-1-w { background-position: -96px 0; }\n.ui-icon-caret-1-nw { background-position: -112px 0; }\n.ui-icon-caret-2-n-s { background-position: -128px 0; }\n.ui-icon-caret-2-e-w { background-position: -144px 0; }\n.ui-icon-triangle-1-n { background-position: 0 -16px; }\n.ui-icon-triangle-1-ne { background-position: -16px -16px; }\n.ui-icon-triangle-1-e { background-position: -32px -16px; }\n.ui-icon-triangle-1-se { background-position: -48px -16px; }\n.ui-icon-triangle-1-s { background-position: -65px -16px; }\n.ui-icon-triangle-1-sw { background-position: -80px -16px; }\n.ui-icon-triangle-1-w { background-position: -96px -16px; }\n.ui-icon-triangle-1-nw { background-position: -112px -16px; }\n.ui-icon-triangle-2-n-s { background-position: -128px -16px; }\n.ui-icon-triangle-2-e-w { background-position: -144px -16px; }\n.ui-icon-arrow-1-n { background-position: 0 -32px; }\n.ui-icon-arrow-1-ne { background-position: -16px -32px; }\n.ui-icon-arrow-1-e { background-position: -32px -32px; }\n.ui-icon-arrow-1-se { background-position: -48px -32px; }\n.ui-icon-arrow-1-s { background-position: -65px -32px; }\n.ui-icon-arrow-1-sw { background-position: -80px -32px; }\n.ui-icon-arrow-1-w { background-position: -96px -32px; }\n.ui-icon-arrow-1-nw { background-position: -112px -32px; }\n.ui-icon-arrow-2-n-s { background-position: -128px -32px; }\n.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }\n.ui-icon-arrow-2-e-w { background-position: -160px -32px; }\n.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }\n.ui-icon-arrowstop-1-n { background-position: -192px -32px; }\n.ui-icon-arrowstop-1-e { background-position: -208px -32px; }\n.ui-icon-arrowstop-1-s { background-position: -224px -32px; }\n.ui-icon-arrowstop-1-w { background-position: -240px -32px; }\n.ui-icon-arrowthick-1-n { background-position: 1px -48px; }\n.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }\n.ui-icon-arrowthick-1-e { background-position: -32px -48px; }\n.ui-icon-arrowthick-1-se { background-position: -48px -48px; }\n.ui-icon-arrowthick-1-s { background-position: -64px -48px; }\n.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }\n.ui-icon-arrowthick-1-w { background-position: -96px -48px; }\n.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }\n.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }\n.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }\n.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }\n.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }\n.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }\n.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }\n.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }\n.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }\n.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }\n.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }\n.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }\n.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }\n.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }\n.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }\n.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }\n.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }\n.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }\n.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }\n.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }\n.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }\n.ui-icon-arrow-4 { background-position: 0 -80px; }\n.ui-icon-arrow-4-diag { background-position: -16px -80px; }\n.ui-icon-extlink { background-position: -32px -80px; }\n.ui-icon-newwin { background-position: -48px -80px; }\n.ui-icon-refresh { background-position: -64px -80px; }\n.ui-icon-shuffle { background-position: -80px -80px; }\n.ui-icon-transfer-e-w { background-position: -96px -80px; }\n.ui-icon-transferthick-e-w { background-position: -112px -80px; }\n.ui-icon-folder-collapsed { background-position: 0 -96px; }\n.ui-icon-folder-open { background-position: -16px -96px; }\n.ui-icon-document { background-position: -32px -96px; }\n.ui-icon-document-b { background-position: -48px -96px; }\n.ui-icon-note { background-position: -64px -96px; }\n.ui-icon-mail-closed { background-position: -80px -96px; }\n.ui-icon-mail-open { background-position: -96px -96px; }\n.ui-icon-suitcase { background-position: -112px -96px; }\n.ui-icon-comment { background-position: -128px -96px; }\n.ui-icon-person { background-position: -144px -96px; }\n.ui-icon-print { background-position: -160px -96px; }\n.ui-icon-trash { background-position: -176px -96px; }\n.ui-icon-locked { background-position: -192px -96px; }\n.ui-icon-unlocked { background-position: -208px -96px; }\n.ui-icon-bookmark { background-position: -224px -96px; }\n.ui-icon-tag { background-position: -240px -96px; }\n.ui-icon-home { background-position: 0 -112px; }\n.ui-icon-flag { background-position: -16px -112px; }\n.ui-icon-calendar { background-position: -32px -112px; }\n.ui-icon-cart { background-position: -48px -112px; }\n.ui-icon-pencil { background-position: -64px -112px; }\n.ui-icon-clock { background-position: -80px -112px; }\n.ui-icon-disk { background-position: -96px -112px; }\n.ui-icon-calculator { background-position: -112px -112px; }\n.ui-icon-zoomin { background-position: -128px -112px; }\n.ui-icon-zoomout { background-position: -144px -112px; }\n.ui-icon-search { background-position: -160px -112px; }\n.ui-icon-wrench { background-position: -176px -112px; }\n.ui-icon-gear { background-position: -192px -112px; }\n.ui-icon-heart { background-position: -208px -112px; }\n.ui-icon-star { background-position: -224px -112px; }\n.ui-icon-link { background-position: -240px -112px; }\n.ui-icon-cancel { background-position: 0 -128px; }\n.ui-icon-plus { background-position: -16px -128px; }\n.ui-icon-plusthick { background-position: -32px -128px; }\n.ui-icon-minus { background-position: -48px -128px; }\n.ui-icon-minusthick { background-position: -64px -128px; }\n.ui-icon-close { background-position: -80px -128px; }\n.ui-icon-closethick { background-position: -96px -128px; }\n.ui-icon-key { background-position: -112px -128px; }\n.ui-icon-lightbulb { background-position: -128px -128px; }\n.ui-icon-scissors { background-position: -144px -128px; }\n.ui-icon-clipboard { background-position: -160px -128px; }\n.ui-icon-copy { background-position: -176px -128px; }\n.ui-icon-contact { background-position: -192px -128px; }\n.ui-icon-image { background-position: -208px -128px; }\n.ui-icon-video { background-position: -224px -128px; }\n.ui-icon-script { background-position: -240px -128px; }\n.ui-icon-alert { background-position: 0 -144px; }\n.ui-icon-info { background-position: -16px -144px; }\n.ui-icon-notice { background-position: -32px -144px; }\n.ui-icon-help { background-position: -48px -144px; }\n.ui-icon-check { background-position: -64px -144px; }\n.ui-icon-bullet { background-position: -80px -144px; }\n.ui-icon-radio-on { background-position: -96px -144px; }\n.ui-icon-radio-off { background-position: -112px -144px; }\n.ui-icon-pin-w { background-position: -128px -144px; }\n.ui-icon-pin-s { background-position: -144px -144px; }\n.ui-icon-play { background-position: 0 -160px; }\n.ui-icon-pause { background-position: -16px -160px; }\n.ui-icon-seek-next { background-position: -32px -160px; }\n.ui-icon-seek-prev { background-position: -48px -160px; }\n.ui-icon-seek-end { background-position: -64px -160px; }\n.ui-icon-seek-start { background-position: -80px -160px; }\n/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */\n.ui-icon-seek-first { background-position: -80px -160px; }\n.ui-icon-stop { background-position: -96px -160px; }\n.ui-icon-eject { background-position: -112px -160px; }\n.ui-icon-volume-off { background-position: -128px -160px; }\n.ui-icon-volume-on { background-position: -144px -160px; }\n.ui-icon-power { background-position: 0 -176px; }\n.ui-icon-signal-diag { background-position: -16px -176px; }\n.ui-icon-signal { background-position: -32px -176px; }\n.ui-icon-battery-0 { background-position: -48px -176px; }\n.ui-icon-battery-1 { background-position: -64px -176px; }\n.ui-icon-battery-2 { background-position: -80px -176px; }\n.ui-icon-battery-3 { background-position: -96px -176px; }\n.ui-icon-circle-plus { background-position: 0 -192px; }\n.ui-icon-circle-minus { background-position: -16px -192px; }\n.ui-icon-circle-close { background-position: -32px -192px; }\n.ui-icon-circle-triangle-e { background-position: -48px -192px; }\n.ui-icon-circle-triangle-s { background-position: -64px -192px; }\n.ui-icon-circle-triangle-w { background-position: -80px -192px; }\n.ui-icon-circle-triangle-n { background-position: -96px -192px; }\n.ui-icon-circle-arrow-e { background-position: -112px -192px; }\n.ui-icon-circle-arrow-s { background-position: -128px -192px; }\n.ui-icon-circle-arrow-w { background-position: -144px -192px; }\n.ui-icon-circle-arrow-n { background-position: -160px -192px; }\n.ui-icon-circle-zoomin { background-position: -176px -192px; }\n.ui-icon-circle-zoomout { background-position: -192px -192px; }\n.ui-icon-circle-check { background-position: -208px -192px; }\n.ui-icon-circlesmall-plus { background-position: 0 -208px; }\n.ui-icon-circlesmall-minus { background-position: -16px -208px; }\n.ui-icon-circlesmall-close { background-position: -32px -208px; }\n.ui-icon-squaresmall-plus { background-position: -48px -208px; }\n.ui-icon-squaresmall-minus { background-position: -64px -208px; }\n.ui-icon-squaresmall-close { background-position: -80px -208px; }\n.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }\n.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }\n.ui-icon-grip-solid-vertical { background-position: -32px -224px; }\n.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }\n.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }\n.ui-icon-grip-diagonal-se { background-position: -80px -224px; }\n\n\n/* Misc visuals\n----------------------------------*/\n\n/* Corner radius */\n.ui-corner-all,\n.ui-corner-top,\n.ui-corner-left,\n.ui-corner-tl {\n\tborder-top-left-radius: 3px;\n}\n.ui-corner-all,\n.ui-corner-top,\n.ui-corner-right,\n.ui-corner-tr {\n\tborder-top-right-radius: 3px;\n}\n.ui-corner-all,\n.ui-corner-bottom,\n.ui-corner-left,\n.ui-corner-bl {\n\tborder-bottom-left-radius: 3px;\n}\n.ui-corner-all,\n.ui-corner-bottom,\n.ui-corner-right,\n.ui-corner-br {\n\tborder-bottom-right-radius: 3px;\n}\n\n/* Overlays */\n.ui-widget-overlay {\n\tbackground: #aaaaaa;\n\topacity: .003;\n\tfilter: Alpha(Opacity=.3); /* support: IE8 */\n}\n.ui-widget-shadow {\n\t-webkit-box-shadow: 0px 0px 5px #666666;\n\tbox-shadow: 0px 0px 5px #666666;\n}\n",""]),e.exports=t},function(e,t,n){
-/*!
- * Bootstrap tooltip.js v4.4.1 (https://getbootstrap.com/)
- * Copyright 2011-2019 The Bootstrap Authors (https://github.com/twbs/bootstrap/graphs/contributors)
- * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
- */
-e.exports=function(e,t,n){"use strict";function i(e,t){for(var n=0;n<t.length;n++){var i=t[n];i.enumerable=i.enumerable||!1,i.configurable=!0,"value"in i&&(i.writable=!0),Object.defineProperty(e,i.key,i)}}function r(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function o(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);t&&(i=i.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,i)}return n}function s(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?o(Object(n),!0).forEach((function(t){r(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):o(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}e=e&&e.hasOwnProperty("default")?e.default:e,t=t&&t.hasOwnProperty("default")?t.default:t,n=n&&n.hasOwnProperty("default")?n.default:n;var a=["background","cite","href","itemtype","longdesc","poster","src","xlink:href"],l={"*":["class","dir","id","lang","role",/^aria-[\w-]*$/i],a:["target","href","title","rel"],area:[],b:[],br:[],col:[],code:[],div:[],em:[],hr:[],h1:[],h2:[],h3:[],h4:[],h5:[],h6:[],i:[],img:["src","alt","title","width","height"],li:[],ol:[],p:[],pre:[],s:[],small:[],span:[],sub:[],sup:[],strong:[],u:[],ul:[]},c=/^(?:(?:https?|mailto|ftp|tel|file):|[^&:/?#]*(?:[/?#]|$))/gi,u=/^data:(?:image\/(?:bmp|gif|jpeg|jpg|png|tiff|webp)|video\/(?:mpeg|mp4|ogg|webm)|audio\/(?:mp3|oga|ogg|opus));base64,[a-z0-9+/]+=*$/i;function d(e,t,n){if(0===e.length)return e;if(n&&"function"==typeof n)return n(e);for(var i=(new window.DOMParser).parseFromString(e,"text/html"),r=Object.keys(t),o=[].slice.call(i.body.querySelectorAll("*")),s=function(e,n){var i=o[e],s=i.nodeName.toLowerCase();if(-1===r.indexOf(i.nodeName.toLowerCase()))return i.parentNode.removeChild(i),"continue";var l=[].slice.call(i.attributes),d=[].concat(t["*"]||[],t[s]||[]);l.forEach((function(e){(function(e,t){var n=e.nodeName.toLowerCase();if(-1!==t.indexOf(n))return-1===a.indexOf(n)||Boolean(e.nodeValue.match(c)||e.nodeValue.match(u));for(var i=t.filter((function(e){return e instanceof RegExp})),r=0,o=i.length;r<o;r++)if(n.match(i[r]))return!0;return!1})(e,d)||i.removeAttribute(e.nodeName)}))},l=0,d=o.length;l<d;l++)s(l);return i.body.innerHTML}var h="tooltip",f=".bs.tooltip",p=e.fn[h],m=new RegExp("(^|\\s)bs-tooltip\\S+","g"),g=["sanitize","whiteList","sanitizeFn"],v={animation:"boolean",template:"string",title:"(string|element|function)",trigger:"string",delay:"(number|object)",html:"boolean",selector:"(string|boolean)",placement:"(string|function)",offset:"(number|string|function)",container:"(string|element|boolean)",fallbackPlacement:"(string|array)",boundary:"(string|element)",sanitize:"boolean",sanitizeFn:"(null|function)",whiteList:"object",popperConfig:"(null|object)"},_={AUTO:"auto",TOP:"top",RIGHT:"right",BOTTOM:"bottom",LEFT:"left"},y={animation:!0,template:'<div class="tooltip" role="tooltip"><div class="arrow"></div><div class="tooltip-inner"></div></div>',trigger:"hover focus",title:"",delay:0,html:!1,selector:!1,placement:"top",offset:0,container:!1,fallbackPlacement:"flip",boundary:"scrollParent",sanitize:!0,sanitizeFn:null,whiteList:l,popperConfig:null},b="show",w="out",x={HIDE:"hide"+f,HIDDEN:"hidden"+f,SHOW:"show"+f,SHOWN:"shown"+f,INSERTED:"inserted"+f,CLICK:"click"+f,FOCUSIN:"focusin"+f,FOCUSOUT:"focusout"+f,MOUSEENTER:"mouseenter"+f,MOUSELEAVE:"mouseleave"+f},k="fade",M="show",A=".tooltip-inner",L=".arrow",T="hover",D="focus",S="click",E="manual",Y=function(){function r(e,n){if(void 0===t)throw new TypeError("Bootstrap's tooltips require Popper.js (https://popper.js.org/)");this._isEnabled=!0,this._timeout=0,this._hoverState="",this._activeTrigger={},this._popper=null,this.element=e,this.config=this._getConfig(n),this.tip=null,this._setListeners()}var o,a,l,c=r.prototype;return c.enable=function(){this._isEnabled=!0},c.disable=function(){this._isEnabled=!1},c.toggleEnabled=function(){this._isEnabled=!this._isEnabled},c.toggle=function(t){if(this._isEnabled)if(t){var n=this.constructor.DATA_KEY,i=e(t.currentTarget).data(n);i||(i=new this.constructor(t.currentTarget,this._getDelegateConfig()),e(t.currentTarget).data(n,i)),i._activeTrigger.click=!i._activeTrigger.click,i._isWithActiveTrigger()?i._enter(null,i):i._leave(null,i)}else{if(e(this.getTipElement()).hasClass(M))return void this._leave(null,this);this._enter(null,this)}},c.dispose=function(){clearTimeout(this._timeout),e.removeData(this.element,this.constructor.DATA_KEY),e(this.element).off(this.constructor.EVENT_KEY),e(this.element).closest(".modal").off("hide.bs.modal",this._hideModalHandler),this.tip&&e(this.tip).remove(),this._isEnabled=null,this._timeout=null,this._hoverState=null,this._activeTrigger=null,this._popper&&this._popper.destroy(),this._popper=null,this.element=null,this.config=null,this.tip=null},c.show=function(){var i=this;if("none"===e(this.element).css("display"))throw new Error("Please use show on visible elements");var r=e.Event(this.constructor.Event.SHOW);if(this.isWithContent()&&this._isEnabled){e(this.element).trigger(r);var o=n.findShadowRoot(this.element),s=e.contains(null!==o?o:this.element.ownerDocument.documentElement,this.element);if(r.isDefaultPrevented()||!s)return;var a=this.getTipElement(),l=n.getUID(this.constructor.NAME);a.setAttribute("id",l),this.element.setAttribute("aria-describedby",l),this.setContent(),this.config.animation&&e(a).addClass(k);var c="function"==typeof this.config.placement?this.config.placement.call(this,a,this.element):this.config.placement,u=this._getAttachment(c);this.addAttachmentClass(u);var d=this._getContainer();e(a).data(this.constructor.DATA_KEY,this),e.contains(this.element.ownerDocument.documentElement,this.tip)||e(a).appendTo(d),e(this.element).trigger(this.constructor.Event.INSERTED),this._popper=new t(this.element,a,this._getPopperConfig(u)),e(a).addClass(M),"ontouchstart"in document.documentElement&&e(document.body).children().on("mouseover",null,e.noop);var h=function(){i.config.animation&&i._fixTransition();var t=i._hoverState;i._hoverState=null,e(i.element).trigger(i.constructor.Event.SHOWN),t===w&&i._leave(null,i)};if(e(this.tip).hasClass(k)){var f=n.getTransitionDurationFromElement(this.tip);e(this.tip).one(n.TRANSITION_END,h).emulateTransitionEnd(f)}else h()}},c.hide=function(t){var i=this,r=this.getTipElement(),o=e.Event(this.constructor.Event.HIDE),s=function(){i._hoverState!==b&&r.parentNode&&r.parentNode.removeChild(r),i._cleanTipClass(),i.element.removeAttribute("aria-describedby"),e(i.element).trigger(i.constructor.Event.HIDDEN),null!==i._popper&&i._popper.destroy(),t&&t()};if(e(this.element).trigger(o),!o.isDefaultPrevented()){if(e(r).removeClass(M),"ontouchstart"in document.documentElement&&e(document.body).children().off("mouseover",null,e.noop),this._activeTrigger[S]=!1,this._activeTrigger[D]=!1,this._activeTrigger[T]=!1,e(this.tip).hasClass(k)){var a=n.getTransitionDurationFromElement(r);e(r).one(n.TRANSITION_END,s).emulateTransitionEnd(a)}else s();this._hoverState=""}},c.update=function(){null!==this._popper&&this._popper.scheduleUpdate()},c.isWithContent=function(){return Boolean(this.getTitle())},c.addAttachmentClass=function(t){e(this.getTipElement()).addClass("bs-tooltip-"+t)},c.getTipElement=function(){return this.tip=this.tip||e(this.config.template)[0],this.tip},c.setContent=function(){var t=this.getTipElement();this.setElementContent(e(t.querySelectorAll(A)),this.getTitle()),e(t).removeClass(k+" "+M)},c.setElementContent=function(t,n){"object"!=typeof n||!n.nodeType&&!n.jquery?this.config.html?(this.config.sanitize&&(n=d(n,this.config.whiteList,this.config.sanitizeFn)),t.html(n)):t.text(n):this.config.html?e(n).parent().is(t)||t.empty().append(n):t.text(e(n).text())},c.getTitle=function(){var e=this.element.getAttribute("data-original-title");return e||(e="function"==typeof this.config.title?this.config.title.call(this.element):this.config.title),e},c._getPopperConfig=function(e){var t=this;return s({},{placement:e,modifiers:{offset:this._getOffset(),flip:{behavior:this.config.fallbackPlacement},arrow:{element:L},preventOverflow:{boundariesElement:this.config.boundary}},onCreate:function(e){e.originalPlacement!==e.placement&&t._handlePopperPlacementChange(e)},onUpdate:function(e){return t._handlePopperPlacementChange(e)}},{},this.config.popperConfig)},c._getOffset=function(){var e=this,t={};return"function"==typeof this.config.offset?t.fn=function(t){return t.offsets=s({},t.offsets,{},e.config.offset(t.offsets,e.element)||{}),t}:t.offset=this.config.offset,t},c._getContainer=function(){return!1===this.config.container?document.body:n.isElement(this.config.container)?e(this.config.container):e(document).find(this.config.container)},c._getAttachment=function(e){return _[e.toUpperCase()]},c._setListeners=function(){var t=this;this.config.trigger.split(" ").forEach((function(n){if("click"===n)e(t.element).on(t.constructor.Event.CLICK,t.config.selector,(function(e){return t.toggle(e)}));else if(n!==E){var i=n===T?t.constructor.Event.MOUSEENTER:t.constructor.Event.FOCUSIN,r=n===T?t.constructor.Event.MOUSELEAVE:t.constructor.Event.FOCUSOUT;e(t.element).on(i,t.config.selector,(function(e){return t._enter(e)})).on(r,t.config.selector,(function(e){return t._leave(e)}))}})),this._hideModalHandler=function(){t.element&&t.hide()},e(this.element).closest(".modal").on("hide.bs.modal",this._hideModalHandler),this.config.selector?this.config=s({},this.config,{trigger:"manual",selector:""}):this._fixTitle()},c._fixTitle=function(){var e=typeof this.element.getAttribute("data-original-title");(this.element.getAttribute("title")||"string"!==e)&&(this.element.setAttribute("data-original-title",this.element.getAttribute("title")||""),this.element.setAttribute("title",""))},c._enter=function(t,n){var i=this.constructor.DATA_KEY;(n=n||e(t.currentTarget).data(i))||(n=new this.constructor(t.currentTarget,this._getDelegateConfig()),e(t.currentTarget).data(i,n)),t&&(n._activeTrigger["focusin"===t.type?D:T]=!0),e(n.getTipElement()).hasClass(M)||n._hoverState===b?n._hoverState=b:(clearTimeout(n._timeout),n._hoverState=b,n.config.delay&&n.config.delay.show?n._timeout=setTimeout((function(){n._hoverState===b&&n.show()}),n.config.delay.show):n.show())},c._leave=function(t,n){var i=this.constructor.DATA_KEY;(n=n||e(t.currentTarget).data(i))||(n=new this.constructor(t.currentTarget,this._getDelegateConfig()),e(t.currentTarget).data(i,n)),t&&(n._activeTrigger["focusout"===t.type?D:T]=!1),n._isWithActiveTrigger()||(clearTimeout(n._timeout),n._hoverState=w,n.config.delay&&n.config.delay.hide?n._timeout=setTimeout((function(){n._hoverState===w&&n.hide()}),n.config.delay.hide):n.hide())},c._isWithActiveTrigger=function(){for(var e in this._activeTrigger)if(this._activeTrigger[e])return!0;return!1},c._getConfig=function(t){var i=e(this.element).data();return Object.keys(i).forEach((function(e){-1!==g.indexOf(e)&&delete i[e]})),"number"==typeof(t=s({},this.constructor.Default,{},i,{},"object"==typeof t&&t?t:{})).delay&&(t.delay={show:t.delay,hide:t.delay}),"number"==typeof t.title&&(t.title=t.title.toString()),"number"==typeof t.content&&(t.content=t.content.toString()),n.typeCheckConfig(h,t,this.constructor.DefaultType),t.sanitize&&(t.template=d(t.template,t.whiteList,t.sanitizeFn)),t},c._getDelegateConfig=function(){var e={};if(this.config)for(var t in this.config)this.constructor.Default[t]!==this.config[t]&&(e[t]=this.config[t]);return e},c._cleanTipClass=function(){var t=e(this.getTipElement()),n=t.attr("class").match(m);null!==n&&n.length&&t.removeClass(n.join(""))},c._handlePopperPlacementChange=function(e){var t=e.instance;this.tip=t.popper,this._cleanTipClass(),this.addAttachmentClass(this._getAttachment(e.placement))},c._fixTransition=function(){var t=this.getTipElement(),n=this.config.animation;null===t.getAttribute("x-placement")&&(e(t).removeClass(k),this.config.animation=!1,this.hide(),this.show(),this.config.animation=n)},r._jQueryInterface=function(t){return this.each((function(){var n=e(this).data("bs.tooltip"),i="object"==typeof t&&t;if((n||!/dispose|hide/.test(t))&&(n||(n=new r(this,i),e(this).data("bs.tooltip",n)),"string"==typeof t)){if(void 0===n[t])throw new TypeError('No method named "'+t+'"');n[t]()}}))},o=r,l=[{key:"VERSION",get:function(){return"4.4.1"}},{key:"Default",get:function(){return y}},{key:"NAME",get:function(){return h}},{key:"DATA_KEY",get:function(){return"bs.tooltip"}},{key:"Event",get:function(){return x}},{key:"EVENT_KEY",get:function(){return f}},{key:"DefaultType",get:function(){return v}}],(a=null)&&i(o.prototype,a),l&&i(o,l),r}();return e.fn[h]=Y._jQueryInterface,e.fn[h].Constructor=Y,e.fn[h].noConflict=function(){return e.fn[h]=p,Y._jQueryInterface},Y}(n(0),n(1069),n(1070))},function(e,t,n){"use strict";n.r(t),function(e){for(
-/**!
- * @fileOverview Kickass library to create and place poppers near their reference elements.
- * @version 1.15.0
- * @license
- * Copyright (c) 2016 Federico Zivolo and contributors
+e.widget("ui.tooltip",{version:"1.12.1",options:{classes:{"ui-tooltip":"ui-corner-all ui-widget-shadow"},content:function(){var t=e(this).attr("title")||"";return e("<a>").text(t).html()},hide:!0,items:"[title]:not([disabled])",position:{my:"left top+15",at:"left bottom",collision:"flipfit flip"},show:!0,track:!1,close:null,open:null},_addDescribedBy:function(t,n){var i=(t.attr("aria-describedby")||"").split(/\s+/);i.push(n),t.data("ui-tooltip-id",n).attr("aria-describedby",e.trim(i.join(" ")))},_removeDescribedBy:function(t){var n=t.data("ui-tooltip-id"),i=(t.attr("aria-describedby")||"").split(/\s+/),r=e.inArray(n,i);-1!==r&&i.splice(r,1),t.removeData("ui-tooltip-id"),(i=e.trim(i.join(" ")))?t.attr("aria-describedby",i):t.removeAttr("aria-describedby")},_create:function(){this._on({mouseover:"open",focusin:"open"}),this.tooltips={},this.parents={},this.liveRegion=e("<div>").attr({role:"log","aria-live":"assertive","aria-relevant":"additions"}).appendTo(this.document[0].body),this._addClass(this.liveRegion,null,"ui-helper-hidden-accessible"),this.disabledTitles=e([])},_setOption:function(t,n){var i=this;this._super(t,n),"content"===t&&e.each(this.tooltips,(function(e,t){i._updateContent(t.element)}))},_setOptionDisabled:function(e){this[e?"_disable":"_enable"]()},_disable:function(){var t=this;e.each(this.tooltips,(function(n,i){var r=e.Event("blur");r.target=r.currentTarget=i.element[0],t.close(r,!0)})),this.disabledTitles=this.disabledTitles.add(this.element.find(this.options.items).addBack().filter((function(){var t=e(this);if(t.is("[title]"))return t.data("ui-tooltip-title",t.attr("title")).removeAttr("title")})))},_enable:function(){this.disabledTitles.each((function(){var t=e(this);t.data("ui-tooltip-title")&&t.attr("title",t.data("ui-tooltip-title"))})),this.disabledTitles=e([])},open:function(t){var n=this,i=e(t?t.target:this.element).closest(this.options.items);i.length&&!i.data("ui-tooltip-id")&&(i.attr("title")&&i.data("ui-tooltip-title",i.attr("title")),i.data("ui-tooltip-open",!0),t&&"mouseover"===t.type&&i.parents().each((function(){var t,i=e(this);i.data("ui-tooltip-open")&&((t=e.Event("blur")).target=t.currentTarget=this,n.close(t,!0)),i.attr("title")&&(i.uniqueId(),n.parents[this.id]={element:this,title:i.attr("title")},i.attr("title",""))})),this._registerCloseHandlers(t,i),this._updateContent(i,t))},_updateContent:function(e,t){var n,i=this.options.content,r=this,o=t?t.type:null;if("string"==typeof i||i.nodeType||i.jquery)return this._open(t,e,i);(n=i.call(e[0],(function(n){r._delay((function(){e.data("ui-tooltip-open")&&(t&&(t.type=o),this._open(t,e,n))}))})))&&this._open(t,e,n)},_open:function(t,n,i){var r,o,a,s,l=e.extend({},this.options.position);function u(e){l.of=e,o.is(":hidden")||o.position(l)}i&&((r=this._find(n))?r.tooltip.find(".ui-tooltip-content").html(i):(n.is("[title]")&&(t&&"mouseover"===t.type?n.attr("title",""):n.removeAttr("title")),r=this._tooltip(n),o=r.tooltip,this._addDescribedBy(n,o.attr("id")),o.find(".ui-tooltip-content").html(i),this.liveRegion.children().hide(),(s=e("<div>").html(o.find(".ui-tooltip-content").html())).removeAttr("name").find("[name]").removeAttr("name"),s.removeAttr("id").find("[id]").removeAttr("id"),s.appendTo(this.liveRegion),this.options.track&&t&&/^mouse/.test(t.type)?(this._on(this.document,{mousemove:u}),u(t)):o.position(e.extend({of:n},this.options.position)),o.hide(),this._show(o,this.options.show),this.options.track&&this.options.show&&this.options.show.delay&&(a=this.delayedShow=setInterval((function(){o.is(":visible")&&(u(l.of),clearInterval(a))}),e.fx.interval)),this._trigger("open",t,{tooltip:o})))},_registerCloseHandlers:function(t,n){var i={keyup:function(t){if(t.keyCode===e.ui.keyCode.ESCAPE){var i=e.Event(t);i.currentTarget=n[0],this.close(i,!0)}}};n[0]!==this.element[0]&&(i.remove=function(){this._removeTooltip(this._find(n).tooltip)}),t&&"mouseover"!==t.type||(i.mouseleave="close"),t&&"focusin"!==t.type||(i.focusout="close"),this._on(!0,n,i)},close:function(t){var n,i=this,r=e(t?t.currentTarget:this.element),o=this._find(r);o?(n=o.tooltip,o.closing||(clearInterval(this.delayedShow),r.data("ui-tooltip-title")&&!r.attr("title")&&r.attr("title",r.data("ui-tooltip-title")),this._removeDescribedBy(r),o.hiding=!0,n.stop(!0),this._hide(n,this.options.hide,(function(){i._removeTooltip(e(this))})),r.removeData("ui-tooltip-open"),this._off(r,"mouseleave focusout keyup"),r[0]!==this.element[0]&&this._off(r,"remove"),this._off(this.document,"mousemove"),t&&"mouseleave"===t.type&&e.each(this.parents,(function(t,n){e(n.element).attr("title",n.title),delete i.parents[t]})),o.closing=!0,this._trigger("close",t,{tooltip:n}),o.hiding||(o.closing=!1))):r.removeData("ui-tooltip-open")},_tooltip:function(t){var n=e("<div>").attr("role","tooltip"),i=e("<div>").appendTo(n),r=n.uniqueId().attr("id");return this._addClass(i,"ui-tooltip-content"),this._addClass(n,"ui-tooltip","ui-widget ui-widget-content"),n.appendTo(this._appendTo(t)),this.tooltips[r]={element:t,tooltip:n}},_find:function(e){var t=e.data("ui-tooltip-id");return t?this.tooltips[t]:null},_removeTooltip:function(e){e.remove(),delete this.tooltips[e.attr("id")]},_appendTo:function(e){var t=e.closest(".ui-front, dialog");return t.length||(t=this.document[0].body),t},_destroy:function(){var t=this;e.each(this.tooltips,(function(n,i){var r=e.Event("blur"),o=i.element;r.target=r.currentTarget=o[0],t.close(r,!0),e("#"+n).remove(),o.data("ui-tooltip-title")&&(o.attr("title")||o.attr("title",o.data("ui-tooltip-title")),o.removeData("ui-tooltip-title"))})),this.liveRegion.remove()}}),!1!==e.uiBackCompat&&e.widget("ui.tooltip",e.ui.tooltip,{options:{tooltipClass:null},_tooltip:function(){var e=this._superApply(arguments);return this.options.tooltipClass&&e.tooltip.addClass(this.options.tooltipClass),e}}),e.ui.tooltip})?i.apply(t,r):i)||(e.exports=o)},function(e,t,n){(function(e){var t;(t=e).Jcrop=function(e,n){var i,r=t.extend({},t.Jcrop.defaults),o=navigator.userAgent.toLowerCase(),a=/msie/.test(o),s=/msie [1-6]\./.test(o);function l(e){return Math.round(e)+"px"}function u(e){return r.baseClass+"-"+e}function c(e){var n=t(e).offset();return[n.left,n.top]}function d(e){return[e.pageX-i[0],e.pageY-i[1]]}function h(e){"object"!=typeof e&&(e={}),r=t.extend(r,e),t.each(["onChange","onSelect","onRelease","onDblClick"],(function(e,t){"function"!=typeof r[t]&&(r[t]=function(){})}))}function p(e,t,n){if(i=c(M),K.setCursor("move"===e?e:e+"-resize"),"move"===e)return K.activateHandlers(function(e){var t=e;return X.watchKeys(),function(e){Q.moveOffset([e[0]-t[0],e[1]-t[1]]),t=e,J.update()}}(t),v,n);var o=Q.getFixed(),a=f(e),s=Q.getCorner(f(a));Q.setPressed(Q.getCorner(a)),Q.setCurrent(s),K.activateHandlers(function(e,t){return function(n){if(r.aspectRatio)switch(e){case"e":case"w":n[1]=t.y+1;break;case"n":case"s":n[0]=t.x+1}else switch(e){case"e":case"w":n[1]=t.y2;break;case"n":case"s":n[0]=t.x2}Q.setCurrent(n),J.update()}}(e,o),v,n)}function f(e){switch(e){case"n":return"sw";case"s":case"e":return"nw";case"w":return"ne";case"ne":return"sw";case"nw":return"se";case"se":return"nw";case"sw":return"ne"}}function m(e){return function(t){return!(r.disabled||"move"===e&&!r.allowMove||(i=c(M),N=!0,p(e,d(t)),t.stopPropagation(),t.preventDefault(),1))}}function g(e,t,n){var i=e.width(),r=e.height();i>t&&t>0&&(i=t,r=t/e.width()*e.height()),r>n&&n>0&&(r=n,i=n/e.height()*e.width()),H=e.width()/i,F=e.height()/r,e.width(i).height(r)}function A(e){return{x:e.x*H,y:e.y*F,x2:e.x2*H,y2:e.y2*F,w:e.w*H,h:e.h*F}}function v(e){var t=Q.getFixed();t.w>r.minSelect[0]&&t.h>r.minSelect[1]?(J.enableHandles(),J.done()):J.release(),K.setCursor(r.allowSelect?"crosshair":"default")}function _(e){if(r.disabled)return!1;if(!r.allowSelect)return!1;N=!0,i=c(M),J.disableHandles(),K.setCursor("crosshair");var t=d(e);return Q.setPressed(t),J.update(),K.activateHandlers(b,v,"touch"===e.type.substring(0,5)),X.watchKeys(),e.stopPropagation(),e.preventDefault(),!1}function b(e){Q.setCurrent(e),J.update()}function y(){var e=t("<div></div>").addClass(u("tracker"));return a&&e.css({opacity:0,backgroundColor:"white"}),e}"object"!=typeof e&&(e=t(e)[0]),"object"!=typeof n&&(n={}),h(n);var w={border:"none",visibility:"visible",margin:0,padding:0,position:"absolute",top:0,left:0},C=t(e),x=!0;if("IMG"==e.tagName){if(0!=C[0].width&&0!=C[0].height)C.width(C[0].width),C.height(C[0].height);else{var k=new Image;k.src=C[0].src,C.width(k.width),C.height(k.height)}var M=C.clone().removeAttr("id").css(w).show();M.width(C.width()),M.height(C.height()),C.after(M).hide()}else M=C.css(w).show(),x=!1,null===r.shade&&(r.shade=!0);g(M,r.boxWidth,r.boxHeight);var E=M.width(),L=M.height(),T=t("<div />").width(E).height(L).addClass(u("holder")).css({position:"relative",backgroundColor:r.bgColor}).insertAfter(C).append(M);r.addClass&&T.addClass(r.addClass);var D=t("<div />"),B=t("<div />").width("100%").height("100%").css({zIndex:310,position:"absolute",overflow:"hidden"}),S=t("<div />").width("100%").height("100%").css("zIndex",320),Y=t("<div />").css({position:"absolute",zIndex:600}).dblclick((function(){var e=Q.getFixed();r.onDblClick.call(re,e)})).insertBefore(M).append(B,S);x&&(D=t("<img />").attr("src",M.attr("src")).css(w).width(E).height(L),B.append(D)),s&&Y.css({overflowY:"hidden"});var I,O,j,P,H,F,N,R,z=r.boundary,W=y().width(E+2*z).height(L+2*z).css({position:"absolute",top:l(-z),left:l(-z),zIndex:290}).mousedown(_),U=r.bgColor,q=r.bgOpacity;i=c(M);var G=function(){function e(){var e,t={},n=["touchstart","touchmove","touchend"],i=document.createElement("div");try{for(e=0;e<n.length;e++){var r=n[e],o=(r="on"+r)in i;o||(i.setAttribute(r,"return;"),o="function"==typeof i[r]),t[n[e]]=o}return t.touchstart&&t.touchend&&t.touchmove}catch(e){return!1}}return{createDragger:function(e){return function(t){return!(r.disabled||"move"===e&&!r.allowMove||(i=c(M),N=!0,p(e,d(G.cfilter(t)),!0),t.stopPropagation(),t.preventDefault(),1))}},newSelection:function(e){return _(G.cfilter(e))},cfilter:function(e){return e.pageX=e.originalEvent.changedTouches[0].pageX,e.pageY=e.originalEvent.changedTouches[0].pageY,e},isSupported:e,support:!0===r.touchSupport||!1===r.touchSupport?r.touchSupport:e()}}(),Q=function(){var e,t,n=0,i=0,o=0,a=0;function s(){if(!r.aspectRatio)return t=o-n,s=a-i,I&&Math.abs(t)>I&&(o=t>0?n+I:n-I),O&&Math.abs(s)>O&&(a=s>0?i+O:i-O),P/F&&Math.abs(s)<P/F&&(a=s>0?i+P/F:i-P/F),j/H&&Math.abs(t)<j/H&&(o=t>0?n+j/H:n-j/H),n<0&&(o-=n,n-=n),i<0&&(a-=i,i-=i),o<0&&(n-=o,o-=o),a<0&&(i-=a,a-=a),o>E&&(n-=e=o-E,o-=e),a>L&&(i-=e=a-L,a-=e),n>E&&(a-=e=n-L,i-=e),i>L&&(a-=e=i-L,i-=e),c(u(n,i,o,a));var e,t,s,l,d,h,p,f=r.aspectRatio,m=r.minSize[0]/H,g=r.maxSize[0]/H,A=r.maxSize[1]/F,v=o-n,_=a-i,b=Math.abs(v),y=Math.abs(_);return 0===g&&(g=10*E),0===A&&(A=10*L),b/y<f?(d=a,h=y*f,(l=v<0?n-h:h+n)<0?(l=0,p=Math.abs((l-n)/f),d=_<0?i-p:p+i):l>E&&(l=E,p=Math.abs((l-n)/f),d=_<0?i-p:p+i)):(l=o,p=b/f,(d=_<0?i-p:i+p)<0?(d=0,h=Math.abs((d-i)*f),l=v<0?n-h:h+n):d>L&&(d=L,h=Math.abs(d-i)*f,l=v<0?n-h:h+n)),l>n?(l-n<m?l=n+m:l-n>g&&(l=n+g),d=d>i?i+(l-n)/f:i-(l-n)/f):l<n&&(n-l<m?l=n-m:n-l>g&&(l=n-g),d=d>i?i+(n-l)/f:i-(n-l)/f),l<0?(n-=l,l=0):l>E&&(n-=l-E,l=E),d<0?(i-=d,d=0):d>L&&(i-=d-L,d=L),c(u(n,i,l,d))}function l(e){return e[0]<0&&(e[0]=0),e[1]<0&&(e[1]=0),e[0]>E&&(e[0]=E),e[1]>L&&(e[1]=L),[Math.round(e[0]),Math.round(e[1])]}function u(e,t,n,i){var r=e,o=n,a=t,s=i;return n<e&&(r=n,o=e),i<t&&(a=i,s=t),[r,a,o,s]}function c(e){return{x:e[0],y:e[1],x2:e[2],y2:e[3],w:e[2]-e[0],h:e[3]-e[1]}}return{flipCoords:u,setPressed:function(e){e=l(e),o=n=e[0],a=i=e[1]},setCurrent:function(n){n=l(n),e=n[0]-o,t=n[1]-a,o=n[0],a=n[1]},getOffset:function(){return[e,t]},moveOffset:function(e){var t=e[0],r=e[1];0>n+t&&(t-=t+n),0>i+r&&(r-=r+i),L<a+r&&(r+=L-(a+r)),E<o+t&&(t+=E-(o+t)),n+=t,o+=t,i+=r,a+=r},getCorner:function(e){var t=s();switch(e){case"ne":return[t.x2,t.y];case"nw":return[t.x,t.y];case"se":return[t.x2,t.y2];case"sw":return[t.x,t.y2]}},getFixed:s}}(),V=function(){var e=!1,n=t("<div />").css({position:"absolute",zIndex:240,opacity:0}),i={top:s(),left:s().height(L),right:s().height(L),bottom:s()};function o(){return a(Q.getFixed())}function a(e){i.top.css({left:l(e.x),width:l(e.w),height:l(e.y)}),i.bottom.css({top:l(e.y2),left:l(e.x),width:l(e.w),height:l(L-e.y2)}),i.right.css({left:l(e.x2),width:l(E-e.x2)}),i.left.css({width:l(e.x)})}function s(){return t("<div />").css({position:"absolute",backgroundColor:r.shadeColor||r.bgColor}).appendTo(n)}function u(){e||(e=!0,n.insertBefore(M),o(),J.setBgOpacity(1,0,1),D.hide(),c(r.shadeColor||r.bgColor,1),J.isAwake()?h(r.bgOpacity,1):h(1,1))}function c(e,t){ne(p(),e,t)}function d(){e&&(n.remove(),D.show(),e=!1,J.isAwake()?J.setBgOpacity(r.bgOpacity,1,1):(J.setBgOpacity(1,1,1),J.disableHandles()),ne(T,0,1))}function h(t,i){e&&(r.bgFade&&!i?n.animate({opacity:1-t},{queue:!1,duration:r.fadeTime}):n.css({opacity:1-t}))}function p(){return n.children()}return{update:o,updateRaw:a,getShades:p,setBgColor:c,enable:u,disable:d,resize:function(e,t){i.left.css({height:l(t)}),i.right.css({height:l(t)})},refresh:function(){r.shade?u():d(),J.isAwake()&&h(r.bgOpacity)},opacity:h}}(),J=function(){var e,n=370,i={},o={},a={},s=!1;function c(e,n){var i=t("<div />").mousedown(m(e)).css({cursor:e+"-resize",position:"absolute",zIndex:n}).addClass("ord-"+e);return G.support&&i.bind("touchstart.jcrop",G.createDragger(e)),S.append(i),i}function d(){var e=Q.getFixed();Q.setPressed([e.x,e.y]),Q.setCurrent([e.x2,e.y2]),h()}function h(t){if(e)return p(t)}function p(t){var n,i,o,a,s=Q.getFixed();n=s.w,i=s.h,Y.width(Math.round(n)).height(Math.round(i)),o=s.x,a=s.y,r.shade||D.css({top:l(-a),left:l(-o)}),Y.css({top:l(a),left:l(o)}),r.shade&&V.updateRaw(s),e||(Y.show(),r.shade?V.opacity(q):f(q,!0),e=!0),t?r.onSelect.call(re,A(s)):r.onChange.call(re,A(s))}function f(t,n,i){(e||n)&&(r.bgFade&&!i?M.animate({opacity:t},{queue:!1,duration:r.fadeTime}):M.css("opacity",t))}function g(){if(s=!0,r.allowResize)return S.show(),!0}function v(){s=!1,S.hide()}function _(e){e?(R=!0,v()):(R=!1,g())}r.dragEdges&&t.isArray(r.createDragbars)&&function(e){var t;for(t=0;t<e.length;t++)a[e[t]]=c(e[t],n++).addClass("jcrop-dragbar")}(r.createDragbars),t.isArray(r.createHandles)&&function(e){var t,i,a,s;for(t=0;t<e.length;t++)o[e[t]]=(i=e[t],a=void 0,s=void 0,a=r.handleSize,s=c(i,n++).css({opacity:r.handleOpacity}).addClass(u("handle")),a&&s.width(a).height(a),s)}(r.createHandles),r.drawBorders&&t.isArray(r.createBorders)&&function(e){var n,o,a,s;for(o=0;o<e.length;o++){switch(e[o]){case"n":n="hline";break;case"s":n="hline bottom";break;case"e":n="vline right";break;case"w":n="vline"}i[e[o]]=(a=n,s=void 0,s=t("<div />").css({position:"absolute",opacity:r.borderOpacity}).addClass(u(a)),B.append(s),s)}}(r.createBorders),t(document).bind("touchstart.jcrop-ios",(function(e){t(e.currentTarget).hasClass("jcrop-tracker")&&e.stopPropagation()}));var b=y().mousedown(m("move")).css({cursor:"move",position:"absolute",zIndex:360});return G.support&&b.bind("touchstart.jcrop",G.createDragger("move")),B.append(b),v(),{updateVisible:h,update:p,release:function(){v(),Y.hide(),r.shade?V.opacity(1):f(1),e=!1,r.onRelease.call(re)},refresh:d,isAwake:function(){return e},setCursor:function(e){b.css("cursor",e)},enableHandles:g,enableOnly:function(){s=!0},showHandles:function(){s&&S.show()},disableHandles:v,animMode:_,setBgOpacity:f,done:function(){_(!1),d()}}}(),K=function(){var e=function(){},n=function(){},i=r.trackDocument;function o(t){return e(d(t)),!1}function a(i){return i.preventDefault(),i.stopPropagation(),N&&(N=!1,n(d(i)),J.isAwake()&&r.onSelect.call(re,A(Q.getFixed())),W.css({zIndex:290}),t(document).unbind(".jcrop"),e=function(){},n=function(){}),!1}function s(t){return e(d(G.cfilter(t))),!1}function l(e){return a(G.cfilter(e))}return i||W.mousemove(o).mouseup(a).mouseout(a),M.before(W),{activateHandlers:function(r,u,c){return N=!0,e=r,n=u,function(e){W.css({zIndex:450}),e?t(document).bind("touchmove.jcrop",s).bind("touchend.jcrop",l):i&&t(document).bind("mousemove.jcrop",o).bind("mouseup.jcrop",a)}(c),!1},setCursor:function(e){W.css("cursor",e)}}}(),X=function(){var e=t('<input type="radio" />').css({position:"fixed",left:"-120px",width:"12px"}).addClass("jcrop-keymgr"),n=t("<div />").css({position:"absolute",overflow:"hidden"}).append(e);function i(e,t,n){r.allowMove&&(Q.moveOffset([t,n]),J.updateVisible(!0)),e.preventDefault(),e.stopPropagation()}return r.keySupport&&(e.keydown((function(e){if(e.ctrlKey||e.metaKey)return!0;var t=e.shiftKey?10:1;switch(e.keyCode){case 37:i(e,-t,0);break;case 39:i(e,t,0);break;case 38:i(e,0,-t);break;case 40:i(e,0,t);break;case 27:r.allowSelect&&J.release();break;case 9:return!0}return!1})).blur((function(t){e.hide()})),s||!r.fixedSupport?(e.css({position:"absolute",left:"-20px"}),n.append(e).insertBefore(M)):e.insertBefore(M)),{watchKeys:function(){r.keySupport&&(e.show(),e.focus())}}}();function Z(e){$([e[0]/H,e[1]/F,e[2]/H,e[3]/F]),r.onSelect.call(re,A(Q.getFixed())),J.enableHandles()}function $(e){Q.setPressed([e[0],e[1]]),Q.setCurrent([e[2],e[3]]),J.update()}function ee(){r.disabled=!0,J.disableHandles(),J.setCursor("default"),K.setCursor("default")}function te(){r.disabled=!1,ie()}function ne(e,n,i){var o=n||r.bgColor;r.bgFade&&t.fx.step.hasOwnProperty("backgroundColor")&&r.fadeTime&&!i?e.animate({backgroundColor:o},{queue:!1,duration:r.fadeTime}):e.css("backgroundColor",o)}function ie(e){r.allowResize?e?J.enableOnly():J.enableHandles():J.disableHandles(),K.setCursor(r.allowSelect?"crosshair":"default"),J.setCursor(r.allowMove?"move":"default"),r.hasOwnProperty("trueSize")&&(H=r.trueSize[0]/E,F=r.trueSize[1]/L),r.hasOwnProperty("setSelect")&&(Z(r.setSelect),J.done(),delete r.setSelect),V.refresh(),r.bgColor!=U&&(ne(r.shade?V.getShades():T,r.shade&&r.shadeColor||r.bgColor),U=r.bgColor),q!=r.bgOpacity&&(q=r.bgOpacity,r.shade?V.refresh():J.setBgOpacity(q)),I=r.maxSize[0]||0,O=r.maxSize[1]||0,j=r.minSize[0]||0,P=r.minSize[1]||0,r.hasOwnProperty("outerImage")&&(M.attr("src",r.outerImage),delete r.outerImage),J.refresh()}G.support&&W.bind("touchstart.jcrop",G.newSelection),S.hide(),ie(!0);var re={setImage:function(e,t){J.release(),ee();var n=new Image;n.onload=function(){var i=n.width,o=n.height,a=r.boxWidth,s=r.boxHeight;M.width(i).height(o),M.attr("src",e),D.attr("src",e),g(M,a,s),E=M.width(),L=M.height(),D.width(E).height(L),W.width(E+2*z).height(L+2*z),T.width(E).height(L),V.resize(E,L),te(),"function"==typeof t&&t.call(re)},n.src=e},animateTo:function(e,t){var n=e[0]/H,i=e[1]/F,o=e[2]/H,a=e[3]/F;if(!R){var s=Q.flipCoords(n,i,o,a),l=Q.getFixed(),u=[l.x,l.y,l.x2,l.y2],c=u,d=r.animationDelay,h=s[0]-u[0],p=s[1]-u[1],f=s[2]-u[2],m=s[3]-u[3],g=0,A=r.swingSpeed;n=c[0],i=c[1],o=c[2],a=c[3],J.animMode(!0);var v=function(){g+=(100-g)/A,c[0]=Math.round(n+g/100*h),c[1]=Math.round(i+g/100*p),c[2]=Math.round(o+g/100*f),c[3]=Math.round(a+g/100*m),g>=99.8&&(g=100),g<100?($(c),_()):(J.done(),J.animMode(!1),"function"==typeof t&&t.call(re))};_()}function _(){window.setTimeout(v,d)}},setSelect:Z,setOptions:function(e){h(e),ie()},tellSelect:function(){return A(Q.getFixed())},tellScaled:function(){return Q.getFixed()},setClass:function(e){T.removeClass().addClass(u("holder")).addClass(e)},disable:ee,enable:te,cancel:function(){J.done(),K.activateHandlers(null,null)},release:J.release,destroy:function(){T.remove(),C.show(),C.css("visibility","visible"),t(e).removeData("Jcrop")},focus:X.watchKeys,getBounds:function(){return[E*H,L*F]},getWidgetSize:function(){return[E,L]},getScaleFactor:function(){return[H,F]},getOptions:function(){return r},ui:{holder:T,selection:Y}};return a&&T.bind("selectstart",(function(){return!1})),C.data("Jcrop",re),re},t.fn.Jcrop=function(e,n){var i;return this.each((function(){if(t(this).data("Jcrop")){if("api"===e)return t(this).data("Jcrop");t(this).data("Jcrop").setOptions(e)}else"IMG"==this.tagName?t.Jcrop.Loader(this,(function(){t(this).css({display:"block",visibility:"hidden"}),i=t.Jcrop(this,e),t.isFunction(n)&&n.call(i)})):(t(this).css({display:"block",visibility:"hidden"}),i=t.Jcrop(this,e),t.isFunction(n)&&n.call(i))})),this},t.Jcrop.Loader=function(e,n,i){var r=t(e),o=r[0];r.bind("load.jcloader",(function e(){o.complete?(r.unbind(".jcloader"),t.isFunction(n)&&n.call(o)):window.setTimeout(e,50)})).bind("error.jcloader",(function(e){r.unbind(".jcloader"),t.isFunction(i)&&i.call(o)})),o.complete&&t.isFunction(n)&&(r.unbind(".jcloader"),n.call(o))},t.Jcrop.defaults={allowSelect:!0,allowMove:!0,allowResize:!0,trackDocument:!0,baseClass:"jcrop",addClass:null,bgColor:"black",bgOpacity:.6,bgFade:!1,borderOpacity:.4,handleOpacity:.5,handleSize:null,aspectRatio:0,keySupport:!0,createHandles:["n","s","e","w","nw","ne","se","sw"],createDragbars:["n","s","e","w"],createBorders:["n","s","e","w"],drawBorders:!0,dragEdges:!0,fixedSupport:!0,touchSupport:null,shade:null,boxWidth:0,boxHeight:0,boundary:2,fadeTime:400,animationDelay:20,swingSpeed:3,minSelect:[0,0],maxSize:[0,0],minSize:[0,0],onChange:function(){},onSelect:function(){},onDblClick:function(){},onRelease:function(){}}}).call(this,n(0))},function(e,t,n){(function(e){var t;void 0===(t=e).fn.each2&&t.extend(t.fn,{each2:function(e){for(var n=t([0]),i=-1,r=this.length;++i<r&&(n.context=n[0]=this[i])&&!1!==e.call(n[0],i,n););return this}}),function(e,t){"use strict";if(void 0===window.Select2){var n,i,r,o,a,s,l,u,c={x:0,y:0},d={TAB:9,ENTER:13,ESC:27,SPACE:32,LEFT:37,UP:38,RIGHT:39,DOWN:40,SHIFT:16,CTRL:17,ALT:18,PAGE_UP:33,PAGE_DOWN:34,HOME:36,END:35,BACKSPACE:8,DELETE:46,isArrow:function(e){switch(e=e.which?e.which:e){case d.LEFT:case d.RIGHT:case d.UP:case d.DOWN:return!0}return!1},isControl:function(e){switch(e.which){case d.SHIFT:case d.CTRL:case d.ALT:return!0}return!!e.metaKey},isFunctionKey:function(e){return(e=e.which?e.which:e)>=112&&e<=123}},h={"Ⓐ":"A","A":"A","À":"A","Á":"A","Â":"A","Ầ":"A","Ấ":"A","Ẫ":"A","Ẩ":"A","Ã":"A","Ā":"A","Ă":"A","Ằ":"A","Ắ":"A","Ẵ":"A","Ẳ":"A","Ȧ":"A","Ǡ":"A","Ä":"A","Ǟ":"A","Ả":"A","Å":"A","Ǻ":"A","Ǎ":"A","Ȁ":"A","Ȃ":"A","Ạ":"A","Ậ":"A","Ặ":"A","Ḁ":"A","Ą":"A","Ⱥ":"A","Ɐ":"A","Ꜳ":"AA","Æ":"AE","Ǽ":"AE","Ǣ":"AE","Ꜵ":"AO","Ꜷ":"AU","Ꜹ":"AV","Ꜻ":"AV","Ꜽ":"AY","Ⓑ":"B","B":"B","Ḃ":"B","Ḅ":"B","Ḇ":"B","Ƀ":"B","Ƃ":"B","Ɓ":"B","Ⓒ":"C","C":"C","Ć":"C","Ĉ":"C","Ċ":"C","Č":"C","Ç":"C","Ḉ":"C","Ƈ":"C","Ȼ":"C","Ꜿ":"C","Ⓓ":"D","D":"D","Ḋ":"D","Ď":"D","Ḍ":"D","Ḑ":"D","Ḓ":"D","Ḏ":"D","Đ":"D","Ƌ":"D","Ɗ":"D","Ɖ":"D","Ꝺ":"D","DZ":"DZ","DŽ":"DZ","Dz":"Dz","Dž":"Dz","Ⓔ":"E","E":"E","È":"E","É":"E","Ê":"E","Ề":"E","Ế":"E","Ễ":"E","Ể":"E","Ẽ":"E","Ē":"E","Ḕ":"E","Ḗ":"E","Ĕ":"E","Ė":"E","Ë":"E","Ẻ":"E","Ě":"E","Ȅ":"E","Ȇ":"E","Ẹ":"E","Ệ":"E","Ȩ":"E","Ḝ":"E","Ę":"E","Ḙ":"E","Ḛ":"E","Ɛ":"E","Ǝ":"E","Ⓕ":"F","F":"F","Ḟ":"F","Ƒ":"F","Ꝼ":"F","Ⓖ":"G","G":"G","Ǵ":"G","Ĝ":"G","Ḡ":"G","Ğ":"G","Ġ":"G","Ǧ":"G","Ģ":"G","Ǥ":"G","Ɠ":"G","Ꞡ":"G","Ᵹ":"G","Ꝿ":"G","Ⓗ":"H","H":"H","Ĥ":"H","Ḣ":"H","Ḧ":"H","Ȟ":"H","Ḥ":"H","Ḩ":"H","Ḫ":"H","Ħ":"H","Ⱨ":"H","Ⱶ":"H","Ɥ":"H","Ⓘ":"I","I":"I","Ì":"I","Í":"I","Î":"I","Ĩ":"I","Ī":"I","Ĭ":"I","İ":"I","Ï":"I","Ḯ":"I","Ỉ":"I","Ǐ":"I","Ȉ":"I","Ȋ":"I","Ị":"I","Į":"I","Ḭ":"I","Ɨ":"I","Ⓙ":"J","J":"J","Ĵ":"J","Ɉ":"J","Ⓚ":"K","K":"K","Ḱ":"K","Ǩ":"K","Ḳ":"K","Ķ":"K","Ḵ":"K","Ƙ":"K","Ⱪ":"K","Ꝁ":"K","Ꝃ":"K","Ꝅ":"K","Ꞣ":"K","Ⓛ":"L","L":"L","Ŀ":"L","Ĺ":"L","Ľ":"L","Ḷ":"L","Ḹ":"L","Ļ":"L","Ḽ":"L","Ḻ":"L","Ł":"L","Ƚ":"L","Ɫ":"L","Ⱡ":"L","Ꝉ":"L","Ꝇ":"L","Ꞁ":"L","LJ":"LJ","Lj":"Lj","Ⓜ":"M","M":"M","Ḿ":"M","Ṁ":"M","Ṃ":"M","Ɱ":"M","Ɯ":"M","Ⓝ":"N","N":"N","Ǹ":"N","Ń":"N","Ñ":"N","Ṅ":"N","Ň":"N","Ṇ":"N","Ņ":"N","Ṋ":"N","Ṉ":"N","Ƞ":"N","Ɲ":"N","Ꞑ":"N","Ꞥ":"N","NJ":"NJ","Nj":"Nj","Ⓞ":"O","O":"O","Ò":"O","Ó":"O","Ô":"O","Ồ":"O","Ố":"O","Ỗ":"O","Ổ":"O","Õ":"O","Ṍ":"O","Ȭ":"O","Ṏ":"O","Ō":"O","Ṑ":"O","Ṓ":"O","Ŏ":"O","Ȯ":"O","Ȱ":"O","Ö":"O","Ȫ":"O","Ỏ":"O","Ő":"O","Ǒ":"O","Ȍ":"O","Ȏ":"O","Ơ":"O","Ờ":"O","Ớ":"O","Ỡ":"O","Ở":"O","Ợ":"O","Ọ":"O","Ộ":"O","Ǫ":"O","Ǭ":"O","Ø":"O","Ǿ":"O","Ɔ":"O","Ɵ":"O","Ꝋ":"O","Ꝍ":"O","Ƣ":"OI","Ꝏ":"OO","Ȣ":"OU","Ⓟ":"P","P":"P","Ṕ":"P","Ṗ":"P","Ƥ":"P","Ᵽ":"P","Ꝑ":"P","Ꝓ":"P","Ꝕ":"P","Ⓠ":"Q","Q":"Q","Ꝗ":"Q","Ꝙ":"Q","Ɋ":"Q","Ⓡ":"R","R":"R","Ŕ":"R","Ṙ":"R","Ř":"R","Ȑ":"R","Ȓ":"R","Ṛ":"R","Ṝ":"R","Ŗ":"R","Ṟ":"R","Ɍ":"R","Ɽ":"R","Ꝛ":"R","Ꞧ":"R","Ꞃ":"R","Ⓢ":"S","S":"S","ẞ":"S","Ś":"S","Ṥ":"S","Ŝ":"S","Ṡ":"S","Š":"S","Ṧ":"S","Ṣ":"S","Ṩ":"S","Ș":"S","Ş":"S","Ȿ":"S","Ꞩ":"S","Ꞅ":"S","Ⓣ":"T","T":"T","Ṫ":"T","Ť":"T","Ṭ":"T","Ț":"T","Ţ":"T","Ṱ":"T","Ṯ":"T","Ŧ":"T","Ƭ":"T","Ʈ":"T","Ⱦ":"T","Ꞇ":"T","Ꜩ":"TZ","Ⓤ":"U","U":"U","Ù":"U","Ú":"U","Û":"U","Ũ":"U","Ṹ":"U","Ū":"U","Ṻ":"U","Ŭ":"U","Ü":"U","Ǜ":"U","Ǘ":"U","Ǖ":"U","Ǚ":"U","Ủ":"U","Ů":"U","Ű":"U","Ǔ":"U","Ȕ":"U","Ȗ":"U","Ư":"U","Ừ":"U","Ứ":"U","Ữ":"U","Ử":"U","Ự":"U","Ụ":"U","Ṳ":"U","Ų":"U","Ṷ":"U","Ṵ":"U","Ʉ":"U","Ⓥ":"V","V":"V","Ṽ":"V","Ṿ":"V","Ʋ":"V","Ꝟ":"V","Ʌ":"V","Ꝡ":"VY","Ⓦ":"W","W":"W","Ẁ":"W","Ẃ":"W","Ŵ":"W","Ẇ":"W","Ẅ":"W","Ẉ":"W","Ⱳ":"W","Ⓧ":"X","X":"X","Ẋ":"X","Ẍ":"X","Ⓨ":"Y","Y":"Y","Ỳ":"Y","Ý":"Y","Ŷ":"Y","Ỹ":"Y","Ȳ":"Y","Ẏ":"Y","Ÿ":"Y","Ỷ":"Y","Ỵ":"Y","Ƴ":"Y","Ɏ":"Y","Ỿ":"Y","Ⓩ":"Z","Z":"Z","Ź":"Z","Ẑ":"Z","Ż":"Z","Ž":"Z","Ẓ":"Z","Ẕ":"Z","Ƶ":"Z","Ȥ":"Z","Ɀ":"Z","Ⱬ":"Z","Ꝣ":"Z","ⓐ":"a","a":"a","ẚ":"a","à":"a","á":"a","â":"a","ầ":"a","ấ":"a","ẫ":"a","ẩ":"a","ã":"a","ā":"a","ă":"a","ằ":"a","ắ":"a","ẵ":"a","ẳ":"a","ȧ":"a","ǡ":"a","ä":"a","ǟ":"a","ả":"a","å":"a","ǻ":"a","ǎ":"a","ȁ":"a","ȃ":"a","ạ":"a","ậ":"a","ặ":"a","ḁ":"a","ą":"a","ⱥ":"a","ɐ":"a","ꜳ":"aa","æ":"ae","ǽ":"ae","ǣ":"ae","ꜵ":"ao","ꜷ":"au","ꜹ":"av","ꜻ":"av","ꜽ":"ay","ⓑ":"b","b":"b","ḃ":"b","ḅ":"b","ḇ":"b","ƀ":"b","ƃ":"b","ɓ":"b","ⓒ":"c","c":"c","ć":"c","ĉ":"c","ċ":"c","č":"c","ç":"c","ḉ":"c","ƈ":"c","ȼ":"c","ꜿ":"c","ↄ":"c","ⓓ":"d","d":"d","ḋ":"d","ď":"d","ḍ":"d","ḑ":"d","ḓ":"d","ḏ":"d","đ":"d","ƌ":"d","ɖ":"d","ɗ":"d","ꝺ":"d","dz":"dz","dž":"dz","ⓔ":"e","e":"e","è":"e","é":"e","ê":"e","ề":"e","ế":"e","ễ":"e","ể":"e","ẽ":"e","ē":"e","ḕ":"e","ḗ":"e","ĕ":"e","ė":"e","ë":"e","ẻ":"e","ě":"e","ȅ":"e","ȇ":"e","ẹ":"e","ệ":"e","ȩ":"e","ḝ":"e","ę":"e","ḙ":"e","ḛ":"e","ɇ":"e","ɛ":"e","ǝ":"e","ⓕ":"f","f":"f","ḟ":"f","ƒ":"f","ꝼ":"f","ⓖ":"g","g":"g","ǵ":"g","ĝ":"g","ḡ":"g","ğ":"g","ġ":"g","ǧ":"g","ģ":"g","ǥ":"g","ɠ":"g","ꞡ":"g","ᵹ":"g","ꝿ":"g","ⓗ":"h","h":"h","ĥ":"h","ḣ":"h","ḧ":"h","ȟ":"h","ḥ":"h","ḩ":"h","ḫ":"h","ẖ":"h","ħ":"h","ⱨ":"h","ⱶ":"h","ɥ":"h","ƕ":"hv","ⓘ":"i","i":"i","ì":"i","í":"i","î":"i","ĩ":"i","ī":"i","ĭ":"i","ï":"i","ḯ":"i","ỉ":"i","ǐ":"i","ȉ":"i","ȋ":"i","ị":"i","į":"i","ḭ":"i","ɨ":"i","ı":"i","ⓙ":"j","j":"j","ĵ":"j","ǰ":"j","ɉ":"j","ⓚ":"k","k":"k","ḱ":"k","ǩ":"k","ḳ":"k","ķ":"k","ḵ":"k","ƙ":"k","ⱪ":"k","ꝁ":"k","ꝃ":"k","ꝅ":"k","ꞣ":"k","ⓛ":"l","l":"l","ŀ":"l","ĺ":"l","ľ":"l","ḷ":"l","ḹ":"l","ļ":"l","ḽ":"l","ḻ":"l","ſ":"l","ł":"l","ƚ":"l","ɫ":"l","ⱡ":"l","ꝉ":"l","ꞁ":"l","ꝇ":"l","lj":"lj","ⓜ":"m","m":"m","ḿ":"m","ṁ":"m","ṃ":"m","ɱ":"m","ɯ":"m","ⓝ":"n","n":"n","ǹ":"n","ń":"n","ñ":"n","ṅ":"n","ň":"n","ṇ":"n","ņ":"n","ṋ":"n","ṉ":"n","ƞ":"n","ɲ":"n","ʼn":"n","ꞑ":"n","ꞥ":"n","nj":"nj","ⓞ":"o","o":"o","ò":"o","ó":"o","ô":"o","ồ":"o","ố":"o","ỗ":"o","ổ":"o","õ":"o","ṍ":"o","ȭ":"o","ṏ":"o","ō":"o","ṑ":"o","ṓ":"o","ŏ":"o","ȯ":"o","ȱ":"o","ö":"o","ȫ":"o","ỏ":"o","ő":"o","ǒ":"o","ȍ":"o","ȏ":"o","ơ":"o","ờ":"o","ớ":"o","ỡ":"o","ở":"o","ợ":"o","ọ":"o","ộ":"o","ǫ":"o","ǭ":"o","ø":"o","ǿ":"o","ɔ":"o","ꝋ":"o","ꝍ":"o","ɵ":"o","ƣ":"oi","ȣ":"ou","ꝏ":"oo","ⓟ":"p","p":"p","ṕ":"p","ṗ":"p","ƥ":"p","ᵽ":"p","ꝑ":"p","ꝓ":"p","ꝕ":"p","ⓠ":"q","q":"q","ɋ":"q","ꝗ":"q","ꝙ":"q","ⓡ":"r","r":"r","ŕ":"r","ṙ":"r","ř":"r","ȑ":"r","ȓ":"r","ṛ":"r","ṝ":"r","ŗ":"r","ṟ":"r","ɍ":"r","ɽ":"r","ꝛ":"r","ꞧ":"r","ꞃ":"r","ⓢ":"s","s":"s","ß":"s","ś":"s","ṥ":"s","ŝ":"s","ṡ":"s","š":"s","ṧ":"s","ṣ":"s","ṩ":"s","ș":"s","ş":"s","ȿ":"s","ꞩ":"s","ꞅ":"s","ẛ":"s","ⓣ":"t","t":"t","ṫ":"t","ẗ":"t","ť":"t","ṭ":"t","ț":"t","ţ":"t","ṱ":"t","ṯ":"t","ŧ":"t","ƭ":"t","ʈ":"t","ⱦ":"t","ꞇ":"t","ꜩ":"tz","ⓤ":"u","u":"u","ù":"u","ú":"u","û":"u","ũ":"u","ṹ":"u","ū":"u","ṻ":"u","ŭ":"u","ü":"u","ǜ":"u","ǘ":"u","ǖ":"u","ǚ":"u","ủ":"u","ů":"u","ű":"u","ǔ":"u","ȕ":"u","ȗ":"u","ư":"u","ừ":"u","ứ":"u","ữ":"u","ử":"u","ự":"u","ụ":"u","ṳ":"u","ų":"u","ṷ":"u","ṵ":"u","ʉ":"u","ⓥ":"v","v":"v","ṽ":"v","ṿ":"v","ʋ":"v","ꝟ":"v","ʌ":"v","ꝡ":"vy","ⓦ":"w","w":"w","ẁ":"w","ẃ":"w","ŵ":"w","ẇ":"w","ẅ":"w","ẘ":"w","ẉ":"w","ⱳ":"w","ⓧ":"x","x":"x","ẋ":"x","ẍ":"x","ⓨ":"y","y":"y","ỳ":"y","ý":"y","ŷ":"y","ỹ":"y","ȳ":"y","ẏ":"y","ÿ":"y","ỷ":"y","ẙ":"y","ỵ":"y","ƴ":"y","ɏ":"y","ỿ":"y","ⓩ":"z","z":"z","ź":"z","ẑ":"z","ż":"z","ž":"z","ẓ":"z","ẕ":"z","ƶ":"z","ȥ":"z","ɀ":"z","ⱬ":"z","ꝣ":"z","Ά":"Α","Έ":"Ε","Ή":"Η","Ί":"Ι","Ϊ":"Ι","Ό":"Ο","Ύ":"Υ","Ϋ":"Υ","Ώ":"Ω","ά":"α","έ":"ε","ή":"η","ί":"ι","ϊ":"ι","ΐ":"ι","ό":"ο","ύ":"υ","ϋ":"υ","ΰ":"υ","ω":"ω","ς":"σ"};s=e(document),u=1,o=function(){return u++},n=B(Object,{bind:function(e){var t=this;return function(){e.apply(t,arguments)}},init:function(t){var n,i;this.opts=t=this.prepareOpts(t),this.id=t.id,void 0!==t.element.data("select2")&&null!==t.element.data("select2")&&t.element.data("select2").destroy(),this.container=this.createContainer(),this.liveRegion=e("<span>",{role:"status","aria-live":"polite"}).addClass("select2-hidden-accessible").appendTo(document.body),this.containerId="s2id_"+(t.element.attr("id")||"autogen"+o()),this.containerEventName=this.containerId.replace(/([.])/g,"_").replace(/([;&,\-\.\+\*\~':"\!\^#$%@\[\]\(\)=>\|])/g,"\\$1"),this.container.attr("id",this.containerId),this.container.attr("title",t.element.attr("title")),this.body=e("body"),w(this.container,this.opts.element,this.opts.adaptContainerCssClass),this.container.attr("style",t.element.attr("style")),this.container.css(T(t.containerCss,this.opts.element)),this.container.addClass(T(t.containerCssClass,this.opts.element)),this.elementTabIndex=this.opts.element.attr("tabindex"),this.opts.element.data("select2",this).attr("tabindex","-1").before(this.container).on("click.select2",y),this.container.data("select2",this),this.dropdown=this.container.find(".select2-drop"),w(this.dropdown,this.opts.element,this.opts.adaptDropdownCssClass),this.dropdown.addClass(T(t.dropdownCssClass,this.opts.element)),this.dropdown.data("select2",this),this.dropdown.on("click",y),this.results=n=this.container.find(".select2-results"),this.search=i=this.container.find("input.select2-input"),this.queryCount=0,this.resultsPage=0,this.context=null,this.initContainer(),this.container.on("click",y),this.results.on("mousemove",(function(t){var n=c;void 0!==n&&n.x===t.pageX&&n.y===t.pageY||e(t.target).trigger("mousemove-filtered",t)})),this.dropdown.on("mousemove-filtered",".select2-results",this.bind(this.highlightUnderEvent)),this.dropdown.on("touchstart touchmove touchend",".select2-results",this.bind((function(e){this._touchEvent=!0,this.highlightUnderEvent(e)}))),this.dropdown.on("touchmove",".select2-results",this.bind(this.touchMoved)),this.dropdown.on("touchstart touchend",".select2-results",this.bind(this.clearTouchMoved)),this.dropdown.on("click",this.bind((function(e){this._touchEvent&&(this._touchEvent=!1,this.selectHighlighted())}))),function(e,t){var n=b(e,(function(e){t.trigger("scroll-debounced",e)}));t.on("scroll",(function(e){m(e.target,t.get())>=0&&n(e)}))}(80,this.results),this.dropdown.on("scroll-debounced",".select2-results",this.bind(this.loadMoreIfNeeded)),e(this.container).on("change",".select2-input",(function(e){e.stopPropagation()})),e(this.dropdown).on("change",".select2-input",(function(e){e.stopPropagation()})),e.fn.mousewheel&&n.mousewheel((function(e,t,i,r){var o=n.scrollTop();r>0&&o-r<=0?(n.scrollTop(0),y(e)):r<0&&n.get(0).scrollHeight-n.scrollTop()+r<=n.height()&&(n.scrollTop(n.get(0).scrollHeight-n.height()),y(e))})),_(i),i.on("keyup-change input paste",this.bind(this.updateResults)),i.on("focus",(function(){i.addClass("select2-focused")})),i.on("blur",(function(){i.removeClass("select2-focused")})),this.dropdown.on("mouseup",".select2-results",this.bind((function(t){e(t.target).closest(".select2-result-selectable").length>0&&(this.highlightUnderEvent(t),this.selectHighlighted(t))}))),this.dropdown.on("click mouseup mousedown touchstart touchend focusin",(function(e){e.stopPropagation()})),this.nextSearchTerm=void 0,e.isFunction(this.opts.initSelection)&&(this.initSelection(),this.monitorSource()),null!==t.maximumInputLength&&this.search.attr("maxlength",t.maximumInputLength);var r=t.element.prop("disabled");void 0===r&&(r=!1),this.enable(!r);var a=t.element.prop("readonly");void 0===a&&(a=!1),this.readonly(a),l=l||function(){var t=e("<div class='select2-measure-scrollbar'></div>");t.appendTo("body");var n={width:t.width()-t[0].clientWidth,height:t.height()-t[0].clientHeight};return t.remove(),n}(),this.autofocus=t.element.prop("autofocus"),t.element.prop("autofocus",!1),this.autofocus&&this.focus(),this.search.attr("placeholder",t.searchInputPlaceholder)},destroy:function(){var e=this.opts.element,t=e.data("select2"),n=this;this.close(),e.length&&e[0].detachEvent&&e.each((function(){this.detachEvent("onpropertychange",n._sync)})),this.propertyObserver&&(this.propertyObserver.disconnect(),this.propertyObserver=null),this._sync=null,void 0!==t&&(t.container.remove(),t.liveRegion.remove(),t.dropdown.remove(),e.removeClass("select2-offscreen").removeData("select2").off(".select2").prop("autofocus",this.autofocus||!1),this.elementTabIndex?e.attr({tabindex:this.elementTabIndex}):e.removeAttr("tabindex"),e.show()),D.call(this,"container","liveRegion","dropdown","results","search")},optionToData:function(e){return e.is("option")?{id:e.prop("value"),text:e.text(),element:e.get(),css:e.attr("class"),disabled:e.prop("disabled"),locked:g(e.attr("locked"),"locked")||g(e.data("locked"),!0)}:e.is("optgroup")?{text:e.attr("label"),children:[],element:e.get(),css:e.attr("class")}:void 0},prepareOpts:function(t){var n,i,r,a,s=this;if("select"===(n=t.element).get(0).tagName.toLowerCase()&&(this.select=i=t.element),i&&e.each(["id","multiple","ajax","query","createSearchChoice","initSelection","data","tags"],(function(){if(this in t)throw new Error("Option '"+this+"' is not allowed for Select2 when attached to a <select> element.")})),"function"!=typeof(t=e.extend({},{populateResults:function(n,i,r){var a,l=this.opts.id,u=this.liveRegion;(a=function(n,i,c){var d,h,p,f,m,g,A,v,_,b,y=[];for(d=0,h=(n=t.sortResults(n,i,r)).length;d<h;d+=1)f=!(m=!0===(p=n[d]).disabled)&&void 0!==l(p),g=p.children&&p.children.length>0,(A=e("<li></li>")).addClass("select2-results-dept-"+c),A.addClass("select2-result"),A.addClass(f?"select2-result-selectable":"select2-result-unselectable"),m&&A.addClass("select2-disabled"),g&&A.addClass("select2-result-with-children"),A.addClass(s.opts.formatResultCssClass(p)),A.attr("role","presentation"),(v=e(document.createElement("div"))).addClass("select2-result-label"),v.attr("id","select2-result-label-"+o()),v.attr("role","option"),void 0!==(b=t.formatResult(p,v,r,s.opts.escapeMarkup))&&(v.html(b),A.append(v)),g&&((_=e("<ul></ul>")).addClass("select2-result-sub"),a(p.children,_,c+1),A.append(_)),A.data("select2-data",p),y.push(A[0]);i.append(y),u.text(t.formatMatches(n.length))})(i,n,0)}},e.fn.select2.defaults,t)).id&&(r=t.id,t.id=function(e){return e[r]}),e.isArray(t.element.data("select2Tags"))){if("tags"in t)throw"tags specified as both an attribute 'data-select2-tags' and in options of Select2 "+t.element.attr("id");t.tags=t.element.data("select2Tags")}if(i?(t.query=this.bind((function(e){var t,i,r,o={results:[],more:!1},a=e.term;r=function(t,n){var i;t.is("option")?e.matcher(a,t.text(),t)&&n.push(s.optionToData(t)):t.is("optgroup")&&(i=s.optionToData(t),t.children().each2((function(e,t){r(t,i.children)})),i.children.length>0&&n.push(i))},t=n.children(),void 0!==this.getPlaceholder()&&t.length>0&&(i=this.getPlaceholderOption())&&(t=t.not(i)),t.each2((function(e,t){r(t,o.results)})),e.callback(o)})),t.id=function(e){return e.id}):"query"in t||("ajax"in t?((a=t.element.data("ajax-url"))&&a.length>0&&(t.ajax.url=a),t.query=k.call(t.element,t.ajax)):"data"in t?t.query=M(t.data):"tags"in t&&(t.query=E(t.tags),void 0===t.createSearchChoice&&(t.createSearchChoice=function(t){return{id:e.trim(t),text:e.trim(t)}}),void 0===t.initSelection&&(t.initSelection=function(n,i){var r=[];e(A(n.val(),t.separator)).each((function(){var n={id:this,text:this},i=t.tags;e.isFunction(i)&&(i=i()),e(i).each((function(){if(g(this.id,n.id))return n=this,!1})),r.push(n)})),i(r)}))),"function"!=typeof t.query)throw"query function not defined for Select2 "+t.element.attr("id");if("top"===t.createSearchChoicePosition)t.createSearchChoicePosition=function(e,t){e.unshift(t)};else if("bottom"===t.createSearchChoicePosition)t.createSearchChoicePosition=function(e,t){e.push(t)};else if("function"!=typeof t.createSearchChoicePosition)throw"invalid createSearchChoicePosition option must be 'top', 'bottom' or a custom function";return t},monitorSource:function(){var t,n=this.opts.element,i=this;n.on("change.select2",this.bind((function(e){!0!==this.opts.element.data("select2-change-triggered")&&this.initSelection()}))),this._sync=this.bind((function(){var e=n.prop("disabled");void 0===e&&(e=!1),this.enable(!e);var t=n.prop("readonly");void 0===t&&(t=!1),this.readonly(t),w(this.container,this.opts.element,this.opts.adaptContainerCssClass),this.container.addClass(T(this.opts.containerCssClass,this.opts.element)),w(this.dropdown,this.opts.element,this.opts.adaptDropdownCssClass),this.dropdown.addClass(T(this.opts.dropdownCssClass,this.opts.element))})),n.length&&n[0].attachEvent&&n.each((function(){this.attachEvent("onpropertychange",i._sync)})),void 0!==(t=window.MutationObserver||window.WebKitMutationObserver||window.MozMutationObserver)&&(this.propertyObserver&&(delete this.propertyObserver,this.propertyObserver=null),this.propertyObserver=new t((function(t){e.each(t,i._sync)})),this.propertyObserver.observe(n.get(0),{attributes:!0,subtree:!1}))},triggerSelect:function(t){var n=e.Event("select2-selecting",{val:this.id(t),object:t,choice:t});return this.opts.element.trigger(n),!n.isDefaultPrevented()},triggerChange:function(t){t=t||{},t=e.extend({},t,{type:"change",val:this.val()}),this.opts.element.data("select2-change-triggered",!0),this.opts.element.trigger(t),this.opts.element.data("select2-change-triggered",!1),this.opts.element.click(),this.opts.blurOnChange&&this.opts.element.blur()},isInterfaceEnabled:function(){return!0===this.enabledInterface},enableInterface:function(){var e=this._enabled&&!this._readonly,t=!e;return e!==this.enabledInterface&&(this.container.toggleClass("select2-container-disabled",t),this.close(),this.enabledInterface=e,!0)},enable:function(e){void 0===e&&(e=!0),this._enabled!==e&&(this._enabled=e,this.opts.element.prop("disabled",!e),this.enableInterface())},disable:function(){this.enable(!1)},readonly:function(e){void 0===e&&(e=!1),this._readonly!==e&&(this._readonly=e,this.opts.element.prop("readonly",e),this.enableInterface())},opened:function(){return!!this.container&&this.container.hasClass("select2-dropdown-open")},positionDropdown:function(){var t,n,i,r,o,a=this.dropdown,s=this.container.offset(),u=this.container.outerHeight(!1),c=this.container.outerWidth(!1),d=a.outerHeight(!1),h=e(window),p=h.width(),f=h.height(),m=h.scrollLeft()+p,g=h.scrollTop()+f,A=s.top+u,v=s.left,_=A+d<=g,b=s.top-d>=h.scrollTop(),y=a.outerWidth(!1),w=v+y<=m;a.hasClass("select2-drop-above")?(n=!0,!b&&_&&(i=!0,n=!1)):(n=!1,!_&&b&&(i=!0,n=!0)),i&&(a.hide(),s=this.container.offset(),u=this.container.outerHeight(!1),c=this.container.outerWidth(!1),d=a.outerHeight(!1),m=h.scrollLeft()+p,g=h.scrollTop()+f,A=s.top+u,w=(v=s.left)+(y=a.outerWidth(!1))<=m,a.show(),this.focusSearch()),this.opts.dropdownAutoWidth?(o=e(".select2-results",a)[0],a.addClass("select2-drop-auto-width"),a.css("width",""),(y=a.outerWidth(!1)+(o.scrollHeight===o.clientHeight?0:l.width))>c?c=y:y=c,d=a.outerHeight(!1),w=v+y<=m):this.container.removeClass("select2-drop-auto-width"),"static"!==this.body.css("position")&&(A-=(t=this.body.offset()).top,v-=t.left),w||(v=s.left+this.container.outerWidth(!1)-y),r={left:v,width:c},n?(r.top=s.top-d,r.bottom="auto",this.container.addClass("select2-drop-above"),a.addClass("select2-drop-above")):(r.top=A,r.bottom="auto",this.container.removeClass("select2-drop-above"),a.removeClass("select2-drop-above")),r=e.extend(r,T(this.opts.dropdownCss,this.opts.element)),a.css(r)},shouldOpen:function(){var t;return!this.opened()&&(!1!==this._enabled&&!0!==this._readonly&&(t=e.Event("select2-opening"),this.opts.element.trigger(t),!t.isDefaultPrevented()))},clearDropdownAlignmentPreference:function(){this.container.removeClass("select2-drop-above"),this.dropdown.removeClass("select2-drop-above")},open:function(){return!!this.shouldOpen()&&(this.opening(),s.on("mousemove.select2Event",(function(e){c.x=e.pageX,c.y=e.pageY})),!0)},opening:function(){var t,n=this.containerEventName,i="scroll."+n,r="resize."+n,o="orientationchange."+n;this.container.addClass("select2-dropdown-open").addClass("select2-container-active"),this.clearDropdownAlignmentPreference(),this.dropdown[0]!==this.body.children().last()[0]&&this.dropdown.detach().appendTo(this.body),0==(t=e("#select2-drop-mask")).length&&((t=e(document.createElement("div"))).attr("id","select2-drop-mask").attr("class","select2-drop-mask"),t.hide(),t.appendTo(this.body),t.on("mousedown touchstart click",(function(n){p(t);var i,r=e("#select2-drop");r.length>0&&((i=r.data("select2")).opts.selectOnBlur&&i.selectHighlighted({noFocus:!0}),i.close(),n.preventDefault(),n.stopPropagation())}))),this.dropdown.prev()[0]!==t[0]&&this.dropdown.before(t),e("#select2-drop").removeAttr("id"),this.dropdown.attr("id","select2-drop"),t.show(),this.positionDropdown(),this.dropdown.show(),this.positionDropdown(),this.dropdown.addClass("select2-drop-active");var a=this;this.container.parents().add(window).each((function(){e(this).on(r+" "+i+" "+o,(function(e){a.opened()&&a.positionDropdown()}))}))},close:function(){if(this.opened()){var t=this.containerEventName,n="scroll."+t,i="resize."+t,r="orientationchange."+t;this.container.parents().add(window).each((function(){e(this).off(n).off(i).off(r)})),this.clearDropdownAlignmentPreference(),e("#select2-drop-mask").hide(),this.dropdown.removeAttr("id"),this.dropdown.hide(),this.container.removeClass("select2-dropdown-open").removeClass("select2-container-active"),this.results.empty(),s.off("mousemove.select2Event"),this.clearSearch(),this.search.removeClass("select2-active"),this.opts.element.trigger(e.Event("select2-close"))}},externalSearch:function(e){this.open(),this.search.val(e),this.updateResults(!1)},clearSearch:function(){},getMaximumSelectionSize:function(){return T(this.opts.maximumSelectionSize,this.opts.element)},ensureHighlightVisible:function(){var t,n,i,r,o,a,s,l,u=this.results;(n=this.highlight())<0||(0!=n?(t=this.findHighlightableChoices().find(".select2-result-label"),r=(l=((i=e(t[n])).offset()||{}).top||0)+i.outerHeight(!0),n===t.length-1&&(s=u.find("li.select2-more-results")).length>0&&(r=s.offset().top+s.outerHeight(!0)),r>(o=u.offset().top+u.outerHeight(!0))&&u.scrollTop(u.scrollTop()+(r-o)),(a=l-u.offset().top)<0&&"none"!=i.css("display")&&u.scrollTop(u.scrollTop()+a)):u.scrollTop(0))},findHighlightableChoices:function(){return this.results.find(".select2-result-selectable:not(.select2-disabled):not(.select2-selected)")},moveHighlight:function(t){for(var n=this.findHighlightableChoices(),i=this.highlight();i>-1&&i<n.length;){var r=e(n[i+=t]);if(r.hasClass("select2-result-selectable")&&!r.hasClass("select2-disabled")&&!r.hasClass("select2-selected")){this.highlight(i);break}}},highlight:function(t){var n,i,r=this.findHighlightableChoices();if(0===arguments.length)return m(r.filter(".select2-highlighted")[0],r.get());t>=r.length&&(t=r.length-1),t<0&&(t=0),this.removeHighlight(),(n=e(r[t])).addClass("select2-highlighted"),this.search.attr("aria-activedescendant",n.find(".select2-result-label").attr("id")),this.ensureHighlightVisible(),this.liveRegion.text(n.text()),(i=n.data("select2-data"))&&this.opts.element.trigger({type:"select2-highlight",val:this.id(i),choice:i})},removeHighlight:function(){this.results.find(".select2-highlighted").removeClass("select2-highlighted")},touchMoved:function(){this._touchMoved=!0},clearTouchMoved:function(){this._touchMoved=!1},countSelectableResults:function(){return this.findHighlightableChoices().length},highlightUnderEvent:function(t){var n=e(t.target).closest(".select2-result-selectable");if(n.length>0&&!n.is(".select2-highlighted")){var i=this.findHighlightableChoices();this.highlight(i.index(n))}else 0==n.length&&this.removeHighlight()},loadMoreIfNeeded:function(){var e=this.results,t=e.find("li.select2-more-results"),n=this.resultsPage+1,i=this,r=this.search.val(),o=this.context;0!==t.length&&t.offset().top-e.offset().top-e.height()<=this.opts.loadMorePadding&&(t.addClass("select2-active"),this.opts.query({element:this.opts.element,term:r,page:n,context:o,matcher:this.opts.matcher,callback:this.bind((function(a){i.opened()&&(i.opts.populateResults.call(this,e,a.results,{term:r,page:n,context:o}),i.postprocessResults(a,!1,!1),!0===a.more?(t.detach().appendTo(e).text(T(i.opts.formatLoadMore,i.opts.element,n+1)),window.setTimeout((function(){i.loadMoreIfNeeded()}),10)):t.remove(),i.positionDropdown(),i.resultsPage=n,i.context=a.context,this.opts.element.trigger({type:"select2-loaded",items:a}))}))}))},tokenize:function(){},updateResults:function(t){var n,i,r,o=this.search,a=this.results,s=this.opts,l=this,u=o.val(),c=e.data(this.container,"select2-last-term");if((!0===t||!c||!g(u,c))&&(e.data(this.container,"select2-last-term",u),!0===t||!1!==this.showSearchInput&&this.opened())){r=++this.queryCount;var d=this.getMaximumSelectionSize();if(!(d>=1&&(n=this.data(),e.isArray(n)&&n.length>=d&&L(s.formatSelectionTooBig,"formatSelectionTooBig"))))return o.val().length<s.minimumInputLength?(L(s.formatInputTooShort,"formatInputTooShort")?p("<li class='select2-no-results'>"+T(s.formatInputTooShort,s.element,o.val(),s.minimumInputLength)+"</li>"):p(""),void(t&&this.showSearch&&this.showSearch(!0))):void(s.maximumInputLength&&o.val().length>s.maximumInputLength?L(s.formatInputTooLong,"formatInputTooLong")?p("<li class='select2-no-results'>"+T(s.formatInputTooLong,s.element,o.val(),s.maximumInputLength)+"</li>"):p(""):(s.formatSearching&&0===this.findHighlightableChoices().length&&p("<li class='select2-searching'>"+T(s.formatSearching,s.element)+"</li>"),o.addClass("select2-active"),this.removeHighlight(),null!=(i=this.tokenize())&&null!=i&&o.val(i),this.resultsPage=1,s.query({element:s.element,term:o.val(),page:this.resultsPage,context:null,matcher:s.matcher,callback:this.bind((function(n){var i;r==this.queryCount&&(this.opened()?void 0!==n.hasError&&L(s.formatAjaxError,"formatAjaxError")?p("<li class='select2-ajax-error'>"+T(s.formatAjaxError,s.element,n.jqXHR,n.textStatus,n.errorThrown)+"</li>"):(this.context=void 0===n.context?null:n.context,this.opts.createSearchChoice&&""!==o.val()&&null!=(i=this.opts.createSearchChoice.call(l,o.val(),n.results))&&void 0!==l.id(i)&&null!==l.id(i)&&0===e(n.results).filter((function(){return g(l.id(this),l.id(i))})).length&&this.opts.createSearchChoicePosition(n.results,i),0===n.results.length&&L(s.formatNoMatches,"formatNoMatches")?p("<li class='select2-no-results'>"+T(s.formatNoMatches,s.element,o.val())+"</li>"):(a.empty(),l.opts.populateResults.call(this,a,n.results,{term:o.val(),page:this.resultsPage,context:null}),!0===n.more&&L(s.formatLoadMore,"formatLoadMore")&&(a.append("<li class='select2-more-results'>"+s.escapeMarkup(T(s.formatLoadMore,s.element,this.resultsPage))+"</li>"),window.setTimeout((function(){l.loadMoreIfNeeded()}),10)),this.postprocessResults(n,t),h(),this.opts.element.trigger({type:"select2-loaded",items:n}))):this.search.removeClass("select2-active"))}))})));p("<li class='select2-selection-limit'>"+T(s.formatSelectionTooBig,s.element,d)+"</li>")}function h(){o.removeClass("select2-active"),l.positionDropdown(),a.find(".select2-no-results,.select2-selection-limit,.select2-searching").length?l.liveRegion.text(a.text()):l.liveRegion.text(l.opts.formatMatches(a.find(".select2-result-selectable").length))}function p(e){a.html(e),h()}},cancel:function(){this.close()},blur:function(){this.opts.selectOnBlur&&this.selectHighlighted({noFocus:!0}),this.close(),this.container.removeClass("select2-container-active"),this.search[0]===document.activeElement&&this.search.blur(),this.clearSearch(),this.selection.find(".select2-search-choice-focus").removeClass("select2-search-choice-focus")},focusSearch:function(){var e;(e=this.search)[0]!==document.activeElement&&window.setTimeout((function(){var t,n=e[0],i=e.val().length;e.focus(),(n.offsetWidth>0||n.offsetHeight>0)&&n===document.activeElement&&(n.setSelectionRange?n.setSelectionRange(i,i):n.createTextRange&&((t=n.createTextRange()).collapse(!1),t.select()))}),0)},selectHighlighted:function(e){if(this._touchMoved)this.clearTouchMoved();else{var t=this.highlight(),n=this.results.find(".select2-highlighted").closest(".select2-result").data("select2-data");n?(this.highlight(t),this.onSelect(n,e)):e&&e.noFocus&&this.close()}},getPlaceholder:function(){var e;return this.opts.element.attr("placeholder")||this.opts.element.attr("data-placeholder")||this.opts.element.data("placeholder")||this.opts.placeholder||(void 0!==(e=this.getPlaceholderOption())?e.text():void 0)},getPlaceholderOption:function(){if(this.select){var t=this.select.children("option").first();if(void 0!==this.opts.placeholderOption)return"first"===this.opts.placeholderOption&&t||"function"==typeof this.opts.placeholderOption&&this.opts.placeholderOption(this.select);if(""===e.trim(t.text())&&""===t.val())return t}},initContainerWidth:function(){var t=function(){var t,n,i,r,o;if("off"===this.opts.width)return null;if("element"===this.opts.width)return 0===this.opts.element.outerWidth(!1)?"auto":this.opts.element.outerWidth(!1)+"px";if("copy"===this.opts.width||"resolve"===this.opts.width){if(void 0!==(t=this.opts.element.attr("style")))for(r=0,o=(n=t.split(";")).length;r<o;r+=1)if(null!==(i=n[r].replace(/\s/g,"").match(/^width:(([-+]?([0-9]*\.)?[0-9]+)(px|em|ex|%|in|cm|mm|pt|pc))/i))&&i.length>=1)return i[1];return"resolve"===this.opts.width?(t=this.opts.element.css("width")).indexOf("%")>0?t:0===this.opts.element.outerWidth(!1)?"auto":this.opts.element.outerWidth(!1)+"px":null}return e.isFunction(this.opts.width)?this.opts.width():this.opts.width}.call(this);null!==t&&this.container.css("width",t)}}),i=B(n,{createContainer:function(){return e(document.createElement("div")).attr({class:"select2-container"}).html(["<a href='javascript:void(0)' class='select2-choice' tabindex='-1'>"," <span class='select2-chosen'>&#160;</span><abbr class='select2-search-choice-close'></abbr>"," <span class='select2-arrow' role='presentation'><b role='presentation'></b></span>","</a>","<label for='' class='select2-offscreen'></label>","<input class='select2-focusser select2-offscreen' type='text' aria-haspopup='true' role='button' />","<div class='select2-drop select2-display-none'>"," <div class='select2-search'>"," <label for='' class='select2-offscreen'></label>"," <input type='text' autocomplete='off' autocorrect='off' autocapitalize='off' spellcheck='false' class='select2-input' role='combobox' aria-expanded='true'"," aria-autocomplete='list' />"," </div>"," <ul class='select2-results' role='listbox'>"," </ul>","</div>"].join(""))},enableInterface:function(){this.parent.enableInterface.apply(this,arguments)&&this.focusser.prop("disabled",!this.isInterfaceEnabled())},opening:function(){var t,n,i;this.opts.minimumResultsForSearch>=0&&this.showSearch(!0),this.parent.opening.apply(this,arguments),!1!==this.showSearchInput&&this.search.val(this.focusser.val()),this.opts.shouldFocusInput(this)&&(this.search.focus(),(t=this.search.get(0)).createTextRange?((n=t.createTextRange()).collapse(!1),n.select()):t.setSelectionRange&&(i=this.search.val().length,t.setSelectionRange(i,i))),""===this.search.val()&&null!=this.nextSearchTerm&&(this.search.val(this.nextSearchTerm),this.search.select()),this.focusser.prop("disabled",!0).val(""),this.updateResults(!0),this.opts.element.trigger(e.Event("select2-open"))},close:function(){this.opened()&&(this.parent.close.apply(this,arguments),this.focusser.prop("disabled",!1),this.opts.shouldFocusInput(this)&&this.focusser.focus())},focus:function(){this.opened()?this.close():(this.focusser.prop("disabled",!1),this.opts.shouldFocusInput(this)&&this.focusser.focus())},isFocused:function(){return this.container.hasClass("select2-container-active")},cancel:function(){this.parent.cancel.apply(this,arguments),this.focusser.prop("disabled",!1),this.opts.shouldFocusInput(this)&&this.focusser.focus()},destroy:function(){e("label[for='"+this.focusser.attr("id")+"']").attr("for",this.opts.element.attr("id")),this.parent.destroy.apply(this,arguments),D.call(this,"selection","focusser")},initContainer:function(){var t,n,i=this.container,r=this.dropdown,a=o();this.opts.minimumResultsForSearch<0?this.showSearch(!1):this.showSearch(!0),this.selection=t=i.find(".select2-choice"),this.focusser=i.find(".select2-focusser"),t.find(".select2-chosen").attr("id","select2-chosen-"+a),this.focusser.attr("aria-labelledby","select2-chosen-"+a),this.results.attr("id","select2-results-"+a),this.search.attr("aria-owns","select2-results-"+a),this.focusser.attr("id","s2id_autogen"+a),n=e("label[for='"+this.opts.element.attr("id")+"']"),this.focusser.prev().text(n.text()).attr("for",this.focusser.attr("id"));var s=this.opts.element.attr("title");this.opts.element.attr("title",s||n.text()),this.focusser.attr("tabindex",this.elementTabIndex),this.search.attr("id",this.focusser.attr("id")+"_search"),this.search.prev().text(e("label[for='"+this.focusser.attr("id")+"']").text()).attr("for",this.search.attr("id")),this.search.on("keydown",this.bind((function(e){if(this.isInterfaceEnabled()&&229!=e.keyCode)if(e.which!==d.PAGE_UP&&e.which!==d.PAGE_DOWN)switch(e.which){case d.UP:case d.DOWN:return this.moveHighlight(e.which===d.UP?-1:1),void y(e);case d.ENTER:return this.selectHighlighted(),void y(e);case d.TAB:return void this.selectHighlighted({noFocus:!0});case d.ESC:return this.cancel(e),void y(e)}else y(e)}))),this.search.on("blur",this.bind((function(e){document.activeElement===this.body.get(0)&&window.setTimeout(this.bind((function(){this.opened()&&this.search.focus()})),0)}))),this.focusser.on("keydown",this.bind((function(e){if(this.isInterfaceEnabled()&&e.which!==d.TAB&&!d.isControl(e)&&!d.isFunctionKey(e)&&e.which!==d.ESC){if(!1!==this.opts.openOnEnter||e.which!==d.ENTER){if(e.which==d.DOWN||e.which==d.UP||e.which==d.ENTER&&this.opts.openOnEnter){if(e.altKey||e.ctrlKey||e.shiftKey||e.metaKey)return;return this.open(),void y(e)}return e.which==d.DELETE||e.which==d.BACKSPACE?(this.opts.allowClear&&this.clear(),void y(e)):void 0}y(e)}}))),_(this.focusser),this.focusser.on("keyup-change input",this.bind((function(e){if(this.opts.minimumResultsForSearch>=0){if(e.stopPropagation(),this.opened())return;this.open()}}))),t.on("mousedown touchstart","abbr",this.bind((function(e){this.isInterfaceEnabled()&&(this.clear(),function(e){e.preventDefault(),e.stopImmediatePropagation()}(e),this.close(),this.selection.focus())}))),t.on("mousedown touchstart",this.bind((function(n){p(t),this.container.hasClass("select2-container-active")||this.opts.element.trigger(e.Event("select2-focus")),this.opened()?this.close():this.isInterfaceEnabled()&&this.open(),y(n)}))),r.on("mousedown touchstart",this.bind((function(){this.opts.shouldFocusInput(this)&&this.search.focus()}))),t.on("focus",this.bind((function(e){y(e)}))),this.focusser.on("focus",this.bind((function(){this.container.hasClass("select2-container-active")||this.opts.element.trigger(e.Event("select2-focus")),this.container.addClass("select2-container-active")}))).on("blur",this.bind((function(){this.opened()||(this.container.removeClass("select2-container-active"),this.opts.element.trigger(e.Event("select2-blur")))}))),this.search.on("focus",this.bind((function(){this.container.hasClass("select2-container-active")||this.opts.element.trigger(e.Event("select2-focus")),this.container.addClass("select2-container-active")}))),this.initContainerWidth(),this.opts.element.addClass("select2-offscreen"),this.setPlaceholder()},clear:function(t){var n=this.selection.data("select2-data");if(n){var i=e.Event("select2-clearing");if(this.opts.element.trigger(i),i.isDefaultPrevented())return;var r=this.getPlaceholderOption();this.opts.element.val(r?r.val():""),this.selection.find(".select2-chosen").empty(),this.selection.removeData("select2-data"),this.setPlaceholder(),!1!==t&&(this.opts.element.trigger({type:"select2-removed",val:this.id(n),choice:n}),this.triggerChange({removed:n}))}},initSelection:function(){if(this.isPlaceholderOptionSelected())this.updateSelection(null),this.close(),this.setPlaceholder();else{var e=this;this.opts.initSelection.call(null,this.opts.element,(function(t){null!=t&&(e.updateSelection(t),e.close(),e.setPlaceholder(),e.nextSearchTerm=e.opts.nextSearchTerm(t,e.search.val()))}))}},isPlaceholderOptionSelected:function(){var e;return void 0!==this.getPlaceholder()&&(void 0!==(e=this.getPlaceholderOption())&&e.prop("selected")||""===this.opts.element.val()||void 0===this.opts.element.val()||null===this.opts.element.val())},prepareOpts:function(){var t=this.parent.prepareOpts.apply(this,arguments),n=this;return"select"===t.element.get(0).tagName.toLowerCase()?t.initSelection=function(e,t){var i=e.find("option").filter((function(){return this.selected&&!this.disabled}));t(n.optionToData(i))}:"data"in t&&(t.initSelection=t.initSelection||function(n,i){var r=n.val(),o=null;t.query({matcher:function(e,n,i){var a=g(r,t.id(i));return a&&(o=i),a},callback:e.isFunction(i)?function(){i(o)}:e.noop})}),t},getPlaceholder:function(){if(!this.select||void 0!==this.getPlaceholderOption())return this.parent.getPlaceholder.apply(this,arguments)},setPlaceholder:function(){var e=this.getPlaceholder();if(this.isPlaceholderOptionSelected()&&void 0!==e){if(this.select&&void 0===this.getPlaceholderOption())return;this.selection.find(".select2-chosen").html(this.opts.escapeMarkup(e)),this.selection.addClass("select2-default"),this.container.removeClass("select2-allowclear")}},postprocessResults:function(t,n,i){var r=0,o=this;if(this.findHighlightableChoices().each2((function(e,t){if(g(o.id(t.data("select2-data")),o.opts.element.val()))return r=e,!1})),!1!==i&&(!0===n&&r>=0?this.highlight(r):this.highlight(0)),!0===n){var a=this.opts.minimumResultsForSearch;a>=0&&this.showSearch(function t(n){var i=0;return e.each(n,(function(e,n){n.children?i+=t(n.children):i++})),i}(t.results)>=a)}},showSearch:function(t){this.showSearchInput!==t&&(this.showSearchInput=t,this.dropdown.find(".select2-search").toggleClass("select2-search-hidden",!t),this.dropdown.find(".select2-search").toggleClass("select2-offscreen",!t),e(this.dropdown,this.container).toggleClass("select2-with-searchbox",t))},onSelect:function(e,t){if(this.triggerSelect(e)){var n=this.opts.element.val(),i=this.data();this.opts.element.val(this.id(e)),this.updateSelection(e),this.opts.element.trigger({type:"select2-selected",val:this.id(e),choice:e}),this.nextSearchTerm=this.opts.nextSearchTerm(e,this.search.val()),this.close(),t&&t.noFocus||!this.opts.shouldFocusInput(this)||this.focusser.focus(),g(n,this.id(e))||this.triggerChange({added:e,removed:i})}},updateSelection:function(e){var t,n,i=this.selection.find(".select2-chosen");this.selection.data("select2-data",e),i.empty(),null!==e&&(t=this.opts.formatSelection(e,i,this.opts.escapeMarkup)),void 0!==t&&i.append(t),void 0!==(n=this.opts.formatSelectionCssClass(e,i))&&i.addClass(n),this.selection.removeClass("select2-default"),this.opts.allowClear&&void 0!==this.getPlaceholder()&&this.container.addClass("select2-allowclear")},val:function(){var e,t=!1,n=null,i=this,r=this.data();if(0===arguments.length)return this.opts.element.val();if(e=arguments[0],arguments.length>1&&(t=arguments[1]),this.select)this.select.val(e).find("option").filter((function(){return this.selected})).each2((function(e,t){return n=i.optionToData(t),!1})),this.updateSelection(n),this.setPlaceholder(),t&&this.triggerChange({added:n,removed:r});else{if(!e&&0!==e)return void this.clear(t);if(void 0===this.opts.initSelection)throw new Error("cannot call val() if initSelection() is not defined");this.opts.element.val(e),this.opts.initSelection(this.opts.element,(function(e){i.opts.element.val(e?i.id(e):""),i.updateSelection(e),i.setPlaceholder(),t&&i.triggerChange({added:e,removed:r})}))}},clearSearch:function(){this.search.val(""),this.focusser.val("")},data:function(e){var t,n=!1;if(0===arguments.length)return null==(t=this.selection.data("select2-data"))&&(t=null),t;arguments.length>1&&(n=arguments[1]),e?(t=this.data(),this.opts.element.val(e?this.id(e):""),this.updateSelection(e),n&&this.triggerChange({added:e,removed:t})):this.clear(n)}}),r=B(n,{createContainer:function(){return e(document.createElement("div")).attr({class:"select2-container select2-container-multi"}).html(["<ul class='select2-choices'>"," <li class='select2-search-field'>"," <label for='' class='select2-offscreen'></label>"," <input type='text' autocomplete='off' autocorrect='off' autocapitalize='off' spellcheck='false' class='select2-input'>"," </li>","</ul>","<div class='select2-drop select2-drop-multi select2-display-none'>"," <ul class='select2-results'>"," </ul>","</div>"].join(""))},prepareOpts:function(){var t=this.parent.prepareOpts.apply(this,arguments),n=this;return"select"===t.element.get(0).tagName.toLowerCase()?t.initSelection=function(e,t){var i=[];e.find("option").filter((function(){return this.selected&&!this.disabled})).each2((function(e,t){i.push(n.optionToData(t))})),t(i)}:"data"in t&&(t.initSelection=t.initSelection||function(n,i){var r=A(n.val(),t.separator),o=[];t.query({matcher:function(n,i,a){var s=e.grep(r,(function(e){return g(e,t.id(a))})).length;return s&&o.push(a),s},callback:e.isFunction(i)?function(){for(var e=[],n=0;n<r.length;n++)for(var a=r[n],s=0;s<o.length;s++){var l=o[s];if(g(a,t.id(l))){e.push(l),o.splice(s,1);break}}i(e)}:e.noop})}),t},selectChoice:function(e){var t=this.container.find(".select2-search-choice-focus");t.length&&e&&e[0]==t[0]||(t.length&&this.opts.element.trigger("choice-deselected",t),t.removeClass("select2-search-choice-focus"),e&&e.length&&(this.close(),e.addClass("select2-search-choice-focus"),this.opts.element.trigger("choice-selected",e)))},destroy:function(){e("label[for='"+this.search.attr("id")+"']").attr("for",this.opts.element.attr("id")),this.parent.destroy.apply(this,arguments),D.call(this,"searchContainer","selection")},initContainer:function(){var t,n=".select2-choices";this.searchContainer=this.container.find(".select2-search-field"),this.selection=t=this.container.find(n);var i=this;this.selection.on("click",".select2-search-choice:not(.select2-locked)",(function(t){i.search[0].focus(),i.selectChoice(e(this))})),this.search.attr("id","s2id_autogen"+o()),this.search.prev().text(e("label[for='"+this.opts.element.attr("id")+"']").text()).attr("for",this.search.attr("id")),this.search.on("input paste",this.bind((function(){this.search.attr("placeholder")&&0==this.search.val().length||this.isInterfaceEnabled()&&(this.opened()||this.open())}))),this.search.attr("tabindex",this.elementTabIndex),this.keydowns=0,this.search.on("keydown",this.bind((function(n){if(this.isInterfaceEnabled()){++this.keydowns;var i=t.find(".select2-search-choice-focus"),r=i.prev(".select2-search-choice:not(.select2-locked)"),o=i.next(".select2-search-choice:not(.select2-locked)"),a=function(t){var n=0,i=0;if("selectionStart"in(t=e(t)[0]))n=t.selectionStart,i=t.selectionEnd-n;else if("selection"in document){t.focus();var r=document.selection.createRange();i=document.selection.createRange().text.length,r.moveStart("character",-t.value.length),n=r.text.length-i}return{offset:n,length:i}}(this.search);if(i.length&&(n.which==d.LEFT||n.which==d.RIGHT||n.which==d.BACKSPACE||n.which==d.DELETE||n.which==d.ENTER)){var s=i;return n.which==d.LEFT&&r.length?s=r:n.which==d.RIGHT?s=o.length?o:null:n.which===d.BACKSPACE?this.unselect(i.first())&&(this.search.width(10),s=r.length?r:o):n.which==d.DELETE?this.unselect(i.first())&&(this.search.width(10),s=o.length?o:null):n.which==d.ENTER&&(s=null),this.selectChoice(s),y(n),void(s&&s.length||this.open())}if((n.which===d.BACKSPACE&&1==this.keydowns||n.which==d.LEFT)&&0==a.offset&&!a.length)return this.selectChoice(t.find(".select2-search-choice:not(.select2-locked)").last()),void y(n);if(this.selectChoice(null),this.opened())switch(n.which){case d.UP:case d.DOWN:return this.moveHighlight(n.which===d.UP?-1:1),void y(n);case d.ENTER:return this.selectHighlighted(),void y(n);case d.TAB:return this.selectHighlighted({noFocus:!0}),void this.close();case d.ESC:return this.cancel(n),void y(n)}if(n.which!==d.TAB&&!d.isControl(n)&&!d.isFunctionKey(n)&&n.which!==d.BACKSPACE&&n.which!==d.ESC){if(n.which===d.ENTER){if(!1===this.opts.openOnEnter)return;if(n.altKey||n.ctrlKey||n.shiftKey||n.metaKey)return}this.open(),n.which!==d.PAGE_UP&&n.which!==d.PAGE_DOWN||y(n),n.which===d.ENTER&&y(n)}}}))),this.search.on("keyup",this.bind((function(e){this.keydowns=0,this.resizeSearch()}))),this.search.on("blur",this.bind((function(t){this.container.removeClass("select2-container-active"),this.search.removeClass("select2-focused"),this.selectChoice(null),this.opened()||this.clearSearch(),t.stopImmediatePropagation(),this.opts.element.trigger(e.Event("select2-blur"))}))),this.container.on("click",n,this.bind((function(t){this.isInterfaceEnabled()&&(e(t.target).closest(".select2-search-choice").length>0||(this.selectChoice(null),this.clearPlaceholder(),this.container.hasClass("select2-container-active")||this.opts.element.trigger(e.Event("select2-focus")),this.open(),this.focusSearch(),t.preventDefault()))}))),this.container.on("focus",n,this.bind((function(){this.isInterfaceEnabled()&&(this.container.hasClass("select2-container-active")||this.opts.element.trigger(e.Event("select2-focus")),this.container.addClass("select2-container-active"),this.dropdown.addClass("select2-drop-active"),this.clearPlaceholder())}))),this.initContainerWidth(),this.opts.element.addClass("select2-offscreen"),this.clearSearch()},enableInterface:function(){this.parent.enableInterface.apply(this,arguments)&&this.search.prop("disabled",!this.isInterfaceEnabled())},initSelection:function(){if(""===this.opts.element.val()&&""===this.opts.element.text()&&(this.updateSelection([]),this.close(),this.clearSearch()),this.select||""!==this.opts.element.val()){var e=this;this.opts.initSelection.call(null,this.opts.element,(function(t){null!=t&&(e.updateSelection(t),e.close(),e.clearSearch())}))}},clearSearch:function(){var e=this.getPlaceholder(),t=this.getMaxSearchWidth();void 0!==e&&0===this.getVal().length&&!1===this.search.hasClass("select2-focused")?(this.search.val(e).addClass("select2-default"),this.search.width(t>0?t:this.container.css("width"))):this.search.val("").width(10)},clearPlaceholder:function(){this.search.hasClass("select2-default")&&this.search.val("").removeClass("select2-default")},opening:function(){this.clearPlaceholder(),this.resizeSearch(),this.parent.opening.apply(this,arguments),this.focusSearch(),""===this.search.val()&&null!=this.nextSearchTerm&&(this.search.val(this.nextSearchTerm),this.search.select()),this.updateResults(!0),this.opts.shouldFocusInput(this)&&this.search.focus(),this.opts.element.trigger(e.Event("select2-open"))},close:function(){this.opened()&&this.parent.close.apply(this,arguments)},focus:function(){this.close(),this.search.focus()},isFocused:function(){return this.search.hasClass("select2-focused")},updateSelection:function(t){var n=[],i=[],r=this;e(t).each((function(){m(r.id(this),n)<0&&(n.push(r.id(this)),i.push(this))})),t=i,this.selection.find(".select2-search-choice").remove(),e(t).each((function(){r.addSelectedChoice(this)})),r.postprocessResults()},tokenize:function(){var e=this.search.val();null!=(e=this.opts.tokenizer.call(this,e,this.data(),this.bind(this.onSelect),this.opts))&&null!=e&&(this.search.val(e),e.length>0&&this.open())},onSelect:function(e,t){this.triggerSelect(e)&&""!==e.text&&(this.addSelectedChoice(e),this.opts.element.trigger({type:"selected",val:this.id(e),choice:e}),this.nextSearchTerm=this.opts.nextSearchTerm(e,this.search.val()),this.clearSearch(),this.updateResults(),!this.select&&this.opts.closeOnSelect||this.postprocessResults(e,!1,!0===this.opts.closeOnSelect),this.opts.closeOnSelect?(this.close(),this.search.width(10)):this.countSelectableResults()>0?(this.search.width(10),this.resizeSearch(),this.getMaximumSelectionSize()>0&&this.val().length>=this.getMaximumSelectionSize()?this.updateResults(!0):null!=this.nextSearchTerm&&(this.search.val(this.nextSearchTerm),this.updateResults(),this.search.select()),this.positionDropdown()):(this.close(),this.search.width(10)),this.triggerChange({added:e}),t&&t.noFocus||this.focusSearch())},cancel:function(){this.close(),this.focusSearch()},addSelectedChoice:function(t){var n,i,r=!t.locked,o=e("<li class='select2-search-choice'> <div></div> <a href='#' class='select2-search-choice-close' tabindex='-1'></a></li>"),a=e("<li class='select2-search-choice select2-locked'><div></div></li>"),s=r?o:a,l=this.id(t),u=this.getVal();null!=(n=this.opts.formatSelection(t,s.find("div"),this.opts.escapeMarkup))&&s.find("div").replaceWith("<div>"+n+"</div>"),null!=(i=this.opts.formatSelectionCssClass(t,s.find("div")))&&s.addClass(i),r&&s.find(".select2-search-choice-close").on("mousedown",y).on("click dblclick",this.bind((function(t){this.isInterfaceEnabled()&&(this.unselect(e(t.target)),this.selection.find(".select2-search-choice-focus").removeClass("select2-search-choice-focus"),y(t),this.close(),this.focusSearch())}))).on("focus",this.bind((function(){this.isInterfaceEnabled()&&(this.container.addClass("select2-container-active"),this.dropdown.addClass("select2-drop-active"))}))),s.data("select2-data",t),s.insertBefore(this.searchContainer),u.push(l),this.setVal(u)},unselect:function(t){var n,i,r=this.getVal();if(0===(t=t.closest(".select2-search-choice")).length)throw"Invalid argument: "+t+". Must be .select2-search-choice";if(n=t.data("select2-data")){var o=e.Event("select2-removing");if(o.val=this.id(n),o.choice=n,this.opts.element.trigger(o),o.isDefaultPrevented())return!1;for(;(i=m(this.id(n),r))>=0;)r.splice(i,1),this.setVal(r),this.select&&this.postprocessResults();return t.remove(),this.opts.element.trigger({type:"select2-removed",val:this.id(n),choice:n}),this.triggerChange({removed:n}),!0}},postprocessResults:function(e,t,n){var i=this.getVal(),r=this.results.find(".select2-result"),o=this.results.find(".select2-result-with-children"),a=this;r.each2((function(e,t){m(a.id(t.data("select2-data")),i)>=0&&(t.addClass("select2-selected"),t.find(".select2-result-selectable").addClass("select2-selected"))})),o.each2((function(e,t){t.is(".select2-result-selectable")||0!==t.find(".select2-result-selectable:not(.select2-selected)").length||t.addClass("select2-selected")})),-1==this.highlight()&&!1!==n&&a.highlight(0),!this.opts.createSearchChoice&&!r.filter(".select2-result:not(.select2-selected)").length>0&&(!e||e&&!e.more&&0===this.results.find(".select2-no-results").length)&&L(a.opts.formatNoMatches,"formatNoMatches")&&this.results.append("<li class='select2-no-results'>"+T(a.opts.formatNoMatches,a.opts.element,a.search.val())+"</li>")},getMaxSearchWidth:function(){return this.selection.width()-v(this.search)},resizeSearch:function(){var t,n,i,r,o=v(this.search);t=function(t){if(!a){var n=t[0].currentStyle||window.getComputedStyle(t[0],null);(a=e(document.createElement("div")).css({position:"absolute",left:"-10000px",top:"-10000px",display:"none",fontSize:n.fontSize,fontFamily:n.fontFamily,fontStyle:n.fontStyle,fontWeight:n.fontWeight,letterSpacing:n.letterSpacing,textTransform:n.textTransform,whiteSpace:"nowrap"})).attr("class","select2-sizer"),e("body").append(a)}return a.text(t.val()),a.width()}(this.search)+10,n=this.search.offset().left,(r=(i=this.selection.width())-(n-this.selection.offset().left)-o)<t&&(r=i-o),r<40&&(r=i-o),r<=0&&(r=t),this.search.width(Math.floor(r))},getVal:function(){var e;return this.select?null===(e=this.select.val())?[]:e:A(e=this.opts.element.val(),this.opts.separator)},setVal:function(t){var n;this.select?this.select.val(t):(n=[],e(t).each((function(){m(this,n)<0&&n.push(this)})),this.opts.element.val(0===n.length?"":n.join(this.opts.separator)))},buildChangeDetails:function(e,t){t=t.slice(0),e=e.slice(0);for(var n=0;n<t.length;n++)for(var i=0;i<e.length;i++)g(this.opts.id(t[n]),this.opts.id(e[i]))&&(t.splice(n,1),n>0&&n--,e.splice(i,1),i--);return{added:t,removed:e}},val:function(t,n){var i,r=this;if(0===arguments.length)return this.getVal();if((i=this.data()).length||(i=[]),!t&&0!==t)return this.opts.element.val(""),this.updateSelection([]),this.clearSearch(),void(n&&this.triggerChange({added:this.data(),removed:i}));if(this.setVal(t),this.select)this.opts.initSelection(this.select,this.bind(this.updateSelection)),n&&this.triggerChange(this.buildChangeDetails(i,this.data()));else{if(void 0===this.opts.initSelection)throw new Error("val() cannot be called if initSelection() is not defined");this.opts.initSelection(this.opts.element,(function(t){var o=e.map(t,r.id);r.setVal(o),r.updateSelection(t),r.clearSearch(),n&&r.triggerChange(r.buildChangeDetails(i,r.data()))}))}this.clearSearch()},onSortStart:function(){if(this.select)throw new Error("Sorting of elements is not supported when attached to <select>. Attach to <input type='hidden'/> instead.");this.search.width(0),this.searchContainer.hide()},onSortEnd:function(){var t=[],n=this;this.searchContainer.show(),this.searchContainer.appendTo(this.searchContainer.parent()),this.resizeSearch(),this.selection.find(".select2-search-choice").each((function(){t.push(n.opts.id(e(this).data("select2-data")))})),this.setVal(t),this.triggerChange()},data:function(t,n){var i,r,o=this;if(0===arguments.length)return this.selection.children(".select2-search-choice").map((function(){return e(this).data("select2-data")})).get();r=this.data(),t||(t=[]),i=e.map(t,(function(e){return o.opts.id(e)})),this.setVal(i),this.updateSelection(t),this.clearSearch(),n&&this.triggerChange(this.buildChangeDetails(r,this.data()))}}),e.fn.select2=function(){var t,n,i,r,o,a=Array.prototype.slice.call(arguments,0),s=["val","destroy","opened","open","close","focus","isFocused","container","dropdown","onSortStart","onSortEnd","enable","disable","readonly","positionDropdown","data","search"],l=["opened","isFocused","container","dropdown"],u=["val","data"],c={search:"externalSearch"};return this.each((function(){if(0===a.length||"object"==typeof a[0])(t=0===a.length?{}:e.extend({},a[0])).element=e(this),"select"===t.element.get(0).tagName.toLowerCase()?o=t.element.prop("multiple"):(o=t.multiple||!1,"tags"in t&&(t.multiple=o=!0)),(n=o?new window.Select2.class.multi:new window.Select2.class.single).init(t);else{if("string"!=typeof a[0])throw"Invalid arguments to select2 plugin: "+a;if(m(a[0],s)<0)throw"Unknown method: "+a[0];if(r=void 0,void 0===(n=e(this).data("select2")))return;if("container"===(i=a[0])?r=n.container:"dropdown"===i?r=n.dropdown:(c[i]&&(i=c[i]),r=n[i].apply(n,a.slice(1))),m(a[0],l)>=0||m(a[0],u)>=0&&1==a.length)return!1}})),void 0===r?this:r},e.fn.select2.defaults={width:"copy",loadMorePadding:0,closeOnSelect:!0,openOnEnter:!0,containerCss:{},dropdownCss:{},containerCssClass:"",dropdownCssClass:"",formatResult:function(e,t,n,i){var r=[];return C(e.text,n.term,r,i),r.join("")},formatSelection:function(e,t,n){return e?n(e.text):void 0},sortResults:function(e,t,n){return e},formatResultCssClass:function(e){return e.css},formatSelectionCssClass:function(e,t){},minimumResultsForSearch:0,minimumInputLength:0,maximumInputLength:null,maximumSelectionSize:0,id:function(e){return null==e?null:e.id},matcher:function(e,t){return f(""+t).toUpperCase().indexOf(f(""+e).toUpperCase())>=0},separator:",",tokenSeparators:[],tokenizer:function(e,t,n,i){var r,o,a,s,l,u=e,c=!1;if(i.createSearchChoice&&i.tokenSeparators&&!(i.tokenSeparators.length<1)){for(;;){for(o=-1,a=0,s=i.tokenSeparators.length;a<s&&(l=i.tokenSeparators[a],!((o=e.indexOf(l))>=0));a++);if(o<0)break;if(r=e.substring(0,o),e=e.substring(o+l.length),r.length>0&&null!=(r=i.createSearchChoice.call(this,r,t))&&void 0!==i.id(r)&&null!==i.id(r)){for(c=!1,a=0,s=t.length;a<s;a++)if(g(i.id(r),i.id(t[a]))){c=!0;break}c||n(r)}}return u!==e?e:void 0}},escapeMarkup:x,blurOnChange:!1,selectOnBlur:!1,adaptContainerCssClass:function(e){return e},adaptDropdownCssClass:function(e){return null},nextSearchTerm:function(e,t){},searchInputPlaceholder:"",createSearchChoicePosition:"top",shouldFocusInput:function(e){return!("ontouchstart"in window||navigator.msMaxTouchPoints>0)||!(e.opts.minimumResultsForSearch<0)}},e.fn.select2.locales=[],e.fn.select2.locales.en={formatMatches:function(e){return 1===e?"One result is available, press enter to select it.":e+" results are available, use up and down arrow keys to navigate."},formatNoMatches:function(){return"No matches found"},formatAjaxError:function(e,t,n){return"Loading failed"},formatInputTooShort:function(e,t){var n=t-e.length;return"Please enter "+n+" or more character"+(1==n?"":"s")},formatInputTooLong:function(e,t){var n=e.length-t;return"Please delete "+n+" character"+(1==n?"":"s")},formatSelectionTooBig:function(e){return"You can only select "+e+" item"+(1==e?"":"s")},formatLoadMore:function(e){return"Loading more results…"},formatSearching:function(){return"Searching…"}},e.extend(e.fn.select2.defaults,e.fn.select2.locales.en),e.fn.select2.ajaxDefaults={transport:e.ajax,params:{type:"GET",cache:!1,dataType:"json"}},window.Select2={query:{ajax:k,local:M,tags:E},util:{debounce:b,markMatch:C,escapeMarkup:x,stripDiacritics:f},class:{abstract:n,single:i,multi:r}}}function p(t){var n=e(document.createTextNode(""));t.before(n),n.before(t),n.remove()}function f(e){return e.replace(/[^\u0000-\u007E]/g,(function(e){return h[e]||e}))}function m(e,t){for(var n=0,i=t.length;n<i;n+=1)if(g(e,t[n]))return n;return-1}function g(e,t){return e===t||void 0!==e&&void 0!==t&&(null!==e&&null!==t&&(e.constructor===String?e+""==t+"":t.constructor===String&&t+""==e+""))}function A(t,n){var i,r,o;if(null===t||t.length<1)return[];for(r=0,o=(i=t.split(n)).length;r<o;r+=1)i[r]=e.trim(i[r]);return i}function v(e){return e.outerWidth(!1)-e.width()}function _(t){var n="keyup-change-value";t.on("keydown",(function(){void 0===e.data(t,n)&&e.data(t,n,t.val())})),t.on("keyup",(function(){var i=e.data(t,n);void 0!==i&&t.val()!==i&&(e.removeData(t,n),t.trigger("keyup-change"))}))}function b(e,t,n){var i;return n=n||void 0,function(){var r=arguments;window.clearTimeout(i),i=window.setTimeout((function(){t.apply(n,r)}),e)}}function y(e){e.preventDefault(),e.stopPropagation()}function w(t,n,i){var r,o,a=[];(r=e.trim(t.attr("class")))&&e((r=""+r).split(/\s+/)).each2((function(){0===this.indexOf("select2-")&&a.push(this)})),(r=e.trim(n.attr("class")))&&e((r=""+r).split(/\s+/)).each2((function(){0!==this.indexOf("select2-")&&(o=i(this))&&a.push(o)})),t.attr("class",a.join(" "))}function C(e,t,n,i){var r=f(e.toUpperCase()).indexOf(f(t.toUpperCase())),o=t.length;r<0?n.push(i(e)):(n.push(i(e.substring(0,r))),n.push("<span class='select2-match'>"),n.push(i(e.substring(r,r+o))),n.push("</span>"),n.push(i(e.substring(r+o,e.length))))}function x(e){var t={"\\":"&#92;","&":"&amp;","<":"&lt;",">":"&gt;",'"':"&quot;","'":"&#39;","/":"&#47;"};return String(e).replace(/[&<>"'\/\\]/g,(function(e){return t[e]}))}function k(t){var n,i=null,r=t.quietMillis||100,o=t.url,a=this;return function(s){window.clearTimeout(n),n=window.setTimeout((function(){var n=t.data,r=o,l=t.transport||e.fn.select2.ajaxDefaults.transport,u={type:t.type||"GET",cache:t.cache||!1,jsonpCallback:t.jsonpCallback||void 0,dataType:t.dataType||"json"},c=e.extend({},e.fn.select2.ajaxDefaults.params,u);n=n?n.call(a,s.term,s.page,s.context):null,r="function"==typeof r?r.call(a,s.term,s.page,s.context):r,i&&"function"==typeof i.abort&&i.abort(),t.params&&(e.isFunction(t.params)?e.extend(c,t.params.call(a)):e.extend(c,t.params)),e.extend(c,{url:r,dataType:t.dataType,data:n,success:function(e){var n=t.results(e,s.page,s);s.callback(n)},error:function(e,t,n){var i={hasError:!0,jqXHR:e,textStatus:t,errorThrown:n};s.callback(i)}}),i=l.call(a,c)}),r)}}function M(t){var n,i,r=t,o=function(e){return""+e.text};e.isArray(r)&&(r={results:i=r}),!1===e.isFunction(r)&&(i=r,r=function(){return i});var a=r();return a.text&&(o=a.text,e.isFunction(o)||(n=a.text,o=function(e){return e[n]})),function(t){var n,i=t.term,a={results:[]};""!==i?(n=function(r,a){var s,l;if((r=r[0]).children){for(l in s={},r)r.hasOwnProperty(l)&&(s[l]=r[l]);s.children=[],e(r.children).each2((function(e,t){n(t,s.children)})),(s.children.length||t.matcher(i,o(s),r))&&a.push(s)}else t.matcher(i,o(r),r)&&a.push(r)},e(r().results).each2((function(e,t){n(t,a.results)})),t.callback(a)):t.callback(r())}}function E(t){var n=e.isFunction(t);return function(i){var r=i.term,o={results:[]},a=n?t(i):t;e.isArray(a)&&(e(a).each((function(){var e=void 0!==this.text,t=e?this.text:this;(""===r||i.matcher(r,t))&&o.results.push(e?this:{id:this,text:this})})),i.callback(o))}}function L(t,n){if(e.isFunction(t))return!0;if(!t)return!1;if("string"==typeof t)return!0;throw new Error(n+" must be a string, function, or falsy value")}function T(t,n){if(e.isFunction(t)){var i=Array.prototype.slice.call(arguments,2);return t.apply(n,i)}return t}function D(){var t=this;e.each(arguments,(function(e,n){t[n].remove(),t[n]=null}))}function B(t,n){var i=function(){};return(i.prototype=new t).constructor=i,i.prototype.parent=t.prototype,i.prototype=e.extend(i.prototype,n),i}}(e)}).call(this,n(0))},function(e,t,n){"use strict";!function e(t,n,i){function r(a,s){if(!n[a]){if(!t[a]){if(o)return o(a,!0);throw new Error("Cannot find module '"+a+"'")}var l=n[a]={exports:{}};t[a][0].call(l.exports,(function(e){var n=t[a][1][e];return r(n||e)}),l,l.exports,e,t,n,i)}return n[a].exports}for(var o=!1,a=0;a<i.length;a++)r(i[a]);return r}({1:[function(e,t,n){var i=e("./snap");"undefined"==typeof window||window.Snap||(window.Snap=i)},{"./snap":2}],2:[function(e,t,n){t.exports=function(e){var t={element:null,dragger:null,disable:"none",addBodyClasses:!0,hyperextensible:!0,resistance:.5,flickThreshold:50,transitionSpeed:.3,easing:"ease",maxPosition:266,minPosition:-266,tapToClose:!0,touchToDrag:!0,slideIntent:40,minDragDistance:5,stopPropagation:!0},n={simpleStates:{opening:null,towards:null,hyperExtending:null,halfway:null,flick:null,translation:{absolute:0,relative:0,sinceDirectionChange:0,percentage:0}}},i={},r={hasTouch:"ontouchstart"in window||window.DocumentTouch&&document instanceof DocumentTouch,eventType:function(e){return{down:"pointerdown",move:"pointermove",up:"pointerup",out:"pointerout"}[e]},page:function(e,t){return r.hasTouch&&t.touches?t.touches.length>0?t.touches[0]["page"+e]:t.changedTouches[0]["page"+e]:t["page"+e]},klass:{has:function(e,t){return-1!==e.className.indexOf(t)},add:function(e,n){!r.klass.has(e,n)&&t.addBodyClasses&&(e.className+=" "+n)},remove:function(e,n){t.addBodyClasses&&(e.className=e.className.replace(n,"").replace(/^\s+|\s+$/g,""))}},dispatchEvent:function(e){if("function"==typeof i[e])return i[e].call()},vendor:function(){var e,t=document.createElement("div"),n="webkit Moz O ms".split(" ");for(e in n)if(void 0!==t.style[n[e]+"Transition"])return n[e]},transitionCallback:function(){return"Moz"===n.vendor||"ms"===n.vendor?"transitionend":n.vendor+"TransitionEnd"},deepExtend:function(e,t){var n;for(n in t)t[n]&&t[n].constructor&&t[n].constructor===Object?(e[n]=e[n]||{},r.deepExtend(e[n],t[n])):e[n]=t[n];return e},angleOfDrag:function(e,t){var i,r;return(r=Math.atan2(-(n.startDragY-t),n.startDragX-e))<0&&(r+=2*Math.PI),(i=Math.floor(r*(180/Math.PI)-180))<0&&i>-180&&(i=360-Math.abs(i)),Math.abs(i)},events:{addEvent:function(e,t,n){return e.addEventListener?e.addEventListener(t,n,!1):e.attachEvent?e.attachEvent("on"+t,n):void 0},removeEvent:function(e,t,n){return e.addEventListener?e.removeEventListener(t,n,!1):e.attachEvent?e.detachEvent("on"+t,n):void 0},prevent:function(e){e.preventDefault?e.preventDefault():e.returnValue=!1}},parentUntil:function(e,t){for(var n="string"==typeof t;e.parentNode;){if(n&&e.getAttribute&&e.getAttribute(t))return e;if(!n&&e===t)return e;e=e.parentNode}return null}},o={translate:{get:{matrix:function(e){var i=window.getComputedStyle(t.element)[n.vendor+"Transform"].match(/\((.*)\)/);return i?(i=i[1].split(","),16===i.length&&(e+=8),parseInt(i[e],10)):0}},easeCallback:function(){t.element.style[n.vendor+"Transition"]="",n.translation=o.translate.get.matrix(4),n.easing=!1,clearInterval(n.animatingInterval),0===n.easingTo&&(r.klass.remove(document.body,"snapjs-right"),r.klass.remove(document.body,"snapjs-left")),r.dispatchEvent("animated"),r.events.removeEvent(t.element,r.transitionCallback(),o.translate.easeCallback)},easeTo:function(e){n.easing=!0,n.easingTo=e,t.element.style[n.vendor+"Transition"]="all "+t.transitionSpeed+"s "+t.easing,n.animatingInterval=setInterval((function(){r.dispatchEvent("animating")}),1),r.events.addEvent(t.element,r.transitionCallback(),o.translate.easeCallback),o.translate.x(e),0===e&&(t.element.style[n.vendor+"Transform"]="")},x:function(e){if(!("left"===t.disable&&e>0||"right"===t.disable&&e<0)){t.hyperextensible||(e===t.maxPosition||e>t.maxPosition?e=t.maxPosition:(e===t.minPosition||e<t.minPosition)&&(e=t.minPosition)),e=parseInt(e,10),isNaN(e)&&(e=0);var i="translate3d("+e+"px, 0,0)";t.element.style[n.vendor+"Transform"]=i}}},drag:{listen:function(){n.translation=0,n.easing=!1,["touchstart","pointerdown","MSPointerDown","mousedown"].forEach((function(e){return r.events.addEvent(t.element,e,o.drag.handleEvent)})),["touchmove","pointermove","MSPointerMove","mousemove"].forEach((function(e){return r.events.addEvent(t.element,e,o.drag.handleEvent)})),["touchend","pointerup","MSPointerUp","mouseup","touchcancel","pointercancel","MSPointerCancel","mousecancel"].forEach((function(e){return r.events.addEvent(t.element,e,o.drag.handleEvent)}))},stopListening:function(){["touchstart","pointerdown","MSPointerDown","mousedown"].forEach((function(e){return r.events.removeEvent(t.element,e,o.drag.handleEvent)})),["touchmove","pointermove","MSPointerMove","mousemove"].forEach((function(e){return r.events.removeEvent(t.element,e,o.drag.handleEvent)})),["touchend","pointerup","MSPointerUp","mouseup","touchcancel","pointercancel","MSPointerCancel","mousecancel"].forEach((function(e){return r.events.removeEvent(t.element,e,o.drag.handleEvent)}))},handleEvent:function(e){switch(e.type){case"touchstart":case"pointerdown":case"MSPointerDown":case"mousedown":o.drag.startDrag(e);break;case"touchmove":case"pointermove":case"MSPointerMove":case"mousemove":o.drag.dragging(e);break;case"touchend":case"pointerup":case"MSPointerUp":case"mouseup":case"touchcancel":case"pointercancel":case"MSPointerCancel":case"mousecancel":o.drag.endDrag(e)}},startDrag:function(e){var i=e.target?e.target:e.srcElement;if(r.parentUntil(i,"data-snap-ignore"))r.dispatchEvent("ignore");else{if(t.dragger)if(!r.parentUntil(i,t.dragger)&&n.translation!==t.minPosition&&n.translation!==t.maxPosition)return;r.dispatchEvent("start"),t.element.style[n.vendor+"Transition"]="",n.isDragging=!0,n.hasIntent=null,n.intentChecked=!1,n.startDragX=r.page("X",e),n.startDragY=r.page("Y",e),n.dragWatchers={current:0,last:0,hold:0,state:""},n.simpleStates={opening:null,towards:null,hyperExtending:null,halfway:null,flick:null,translation:{absolute:0,relative:0,sinceDirectionChange:0,percentage:0}}}},dragging:function(e){if(n.isDragging&&t.touchToDrag){n.hasIntent&&t.stopPropagation&&e.stopPropagation();var i=r.page("X",e),a=r.page("Y",e),s=n.translation,l=o.translate.get.matrix(4),u=i-n.startDragX,c=l>0,d=u;if(n.intentChecked&&!n.hasIntent)return;if(t.addBodyClasses&&(l>0?(r.klass.add(document.body,"snapjs-left"),r.klass.remove(document.body,"snapjs-right")):l<0&&(r.klass.add(document.body,"snapjs-right"),r.klass.remove(document.body,"snapjs-left"))),!1===n.hasIntent||null===n.hasIntent){var h=r.angleOfDrag(i,a),p=h>=0&&h<=t.slideIntent||h<=360&&h>360-t.slideIntent;h>=180&&h<=180+t.slideIntent||h<=180&&h>=180-t.slideIntent||p?(n.hasIntent=!0,t.stopPropagation&&e.stopPropagation()):n.hasIntent=!1,n.intentChecked=!0}if(t.minDragDistance>=Math.abs(i-n.startDragX)||!1===n.hasIntent)return;r.events.prevent(e),r.dispatchEvent("drag"),n.dragWatchers.current=i,n.dragWatchers.last>i?("left"!==n.dragWatchers.state&&(n.dragWatchers.state="left",n.dragWatchers.hold=i),n.dragWatchers.last=i):n.dragWatchers.last<i&&("right"!==n.dragWatchers.state&&(n.dragWatchers.state="right",n.dragWatchers.hold=i),n.dragWatchers.last=i),c?(t.maxPosition<l&&(d=u-(l-t.maxPosition)*t.resistance),n.simpleStates={opening:"left",towards:n.dragWatchers.state,hyperExtending:t.maxPosition<l,halfway:l>t.maxPosition/2,flick:Math.abs(n.dragWatchers.current-n.dragWatchers.hold)>t.flickThreshold,translation:{absolute:l,relative:u,sinceDirectionChange:n.dragWatchers.current-n.dragWatchers.hold,percentage:l/t.maxPosition*100}}):(t.minPosition>l&&(d=u-(l-t.minPosition)*t.resistance),n.simpleStates={opening:"right",towards:n.dragWatchers.state,hyperExtending:t.minPosition>l,halfway:l<t.minPosition/2,flick:Math.abs(n.dragWatchers.current-n.dragWatchers.hold)>t.flickThreshold,translation:{absolute:l,relative:u,sinceDirectionChange:n.dragWatchers.current-n.dragWatchers.hold,percentage:l/t.minPosition*100}}),o.translate.x(d+s)}},endDrag:function(e){if(n.isDragging){r.dispatchEvent("end");var i=o.translate.get.matrix(4);if(0===n.dragWatchers.current&&0!==i&&t.tapToClose)return r.dispatchEvent("close"),r.events.prevent(e),o.translate.easeTo(0),n.isDragging=!1,void(n.startDragX=0);"left"===n.simpleStates.opening?n.simpleStates.halfway||n.simpleStates.hyperExtending||n.simpleStates.flick?n.simpleStates.flick&&"left"===n.simpleStates.towards?o.translate.easeTo(0):(n.simpleStates.flick&&"right"===n.simpleStates.towards||n.simpleStates.halfway||n.simpleStates.hyperExtending)&&o.translate.easeTo(t.maxPosition):o.translate.easeTo(0):"right"===n.simpleStates.opening&&(n.simpleStates.halfway||n.simpleStates.hyperExtending||n.simpleStates.flick?n.simpleStates.flick&&"right"===n.simpleStates.towards?o.translate.easeTo(0):(n.simpleStates.flick&&"left"===n.simpleStates.towards||n.simpleStates.halfway||n.simpleStates.hyperExtending)&&o.translate.easeTo(t.minPosition):o.translate.easeTo(0)),n.isDragging=!1,n.startDragX=r.page("X",e)}}}},a=function(e){if(r.deepExtend(t,e),!t.element)throw"Snap's element argument does not exist.";t.element.setAttribute("touch-action","pan-y")};this.open=function(e){r.dispatchEvent("open"),r.klass.remove(document.body,"snapjs-expand-left"),r.klass.remove(document.body,"snapjs-expand-right"),"left"===e?(n.simpleStates.opening="left",n.simpleStates.towards="right",r.klass.add(document.body,"snapjs-left"),r.klass.remove(document.body,"snapjs-right"),o.translate.easeTo(t.maxPosition)):"right"===e&&(n.simpleStates.opening="right",n.simpleStates.towards="left",r.klass.remove(document.body,"snapjs-left"),r.klass.add(document.body,"snapjs-right"),o.translate.easeTo(t.minPosition))},this.close=function(){r.dispatchEvent("close"),o.translate.easeTo(0)},this.expand=function(e){var t=window.innerWidth||document.documentElement.clientWidth;"left"===e?(r.dispatchEvent("expandLeft"),r.klass.add(document.body,"snapjs-expand-left"),r.klass.remove(document.body,"snapjs-expand-right")):(r.dispatchEvent("expandRight"),r.klass.add(document.body,"snapjs-expand-right"),r.klass.remove(document.body,"snapjs-expand-left"),t*=-1),o.translate.easeTo(t)},this.on=function(e,t){return i[e]=t,this},this.off=function(e){i[e]&&(i[e]=!1)},this.enable=function(){r.dispatchEvent("enable"),o.drag.listen()},this.disable=function(){r.dispatchEvent("disable"),o.drag.stopListening()},this.settings=function(e){a(e)},this.state=function(){var e=o.translate.get.matrix(4);return{state:e===t.maxPosition?"left":e===t.minPosition?"right":"closed",info:n.simpleStates}},a(e),n.vendor=r.vendor(),o.drag.listen()}},{}]},{},[1])},function(e,t,n){var i=n(124);e.exports=(i.default||i).template({1:function(e,t,n,i,r){var o,a=e.lookupProperty||function(e,t){if(Object.prototype.hasOwnProperty.call(e,t))return e[t]};return'<img src="'+e.escapeExpression("function"==typeof(o=null!=(o=a(n,"icon")||(null!=t?a(t,"icon"):t))?o:e.hooks.helperMissing)?o.call(null!=t?t:e.nullContext||{},{name:"icon",hash:{},data:r,loc:{start:{line:3,column:24},end:{line:3,column:32}}}):o)+'">'},compiler:[8,">= 4.3.0"],main:function(e,t,n,i,r){var o,a,s=null!=t?t:e.nullContext||{},l=e.hooks.helperMissing,u=e.escapeExpression,c=e.lookupProperty||function(e,t){if(Object.prototype.hasOwnProperty.call(e,t))return e[t]};return'<li>\n\t<a href="'+u("function"==typeof(a=null!=(a=c(n,"hyperlink")||(null!=t?c(t,"hyperlink"):t))?a:l)?a.call(s,{name:"hyperlink",hash:{},data:r,loc:{start:{line:2,column:10},end:{line:2,column:23}}}):a)+'">\n\t\t'+(null!=(o=c(n,"if").call(s,null!=t?c(t,"icon"):t,{name:"if",hash:{},fn:e.program(1,r,0),inverse:e.noop,data:r,loc:{start:{line:3,column:2},end:{line:3,column:41}}}))?o:"")+"\n\t\t<span>"+u("function"==typeof(a=null!=(a=c(n,"title")||(null!=t?c(t,"title"):t))?a:l)?a.call(s,{name:"title",hash:{},data:r,loc:{start:{line:4,column:8},end:{line:4,column:17}}}):a)+"</span>\n\t</a>\n</li>\n"},useData:!0})},,,,,,,,,,,,,,,,,,,function(e,n,i){"use strict";var r=i(0),o=i.n(r),a=i(7);
+/**
+ * @copyright 2018 Christoph Wurst <christoph@winzerhof-wurst.at>
*
- * Permission is hereby granted, free of charge, to any person obtaining a copy
- * of this software and associated documentation files (the "Software"), to deal
- * in the Software without restriction, including without limitation the rights
- * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
- * copies of the Software, and to permit persons to whom the Software is
- * furnished to do so, subject to the following conditions:
+ * @author Christoph Wurst <christoph@winzerhof-wurst.at>
+ * @author John Molakvoæ <skjnldsv@protonmail.com>
*
- * The above copyright notice and this permission notice shall be included in all
- * copies or substantial portions of the Software.
+ * @license GNU AGPL version 3 or any later version
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Affero General Public License as
+ * published by the Free Software Foundation, either version 3 of the
+ * License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Affero General Public License for more details.
+ *
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*
- * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
- * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
- * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
- * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
- * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
- * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
- * SOFTWARE.
*/
-var n="undefined"!=typeof window&&"undefined"!=typeof document,i=["Edge","Trident","Firefox"],r=0,o=0;o<i.length;o+=1)if(n&&navigator.userAgent.indexOf(i[o])>=0){r=1;break}var s=n&&window.Promise?function(e){var t=!1;return function(){t||(t=!0,window.Promise.resolve().then((function(){t=!1,e()})))}}:function(e){var t=!1;return function(){t||(t=!0,setTimeout((function(){t=!1,e()}),r))}};function a(e){return e&&"[object Function]"==={}.toString.call(e)}function l(e,t){if(1!==e.nodeType)return[];var n=e.ownerDocument.defaultView.getComputedStyle(e,null);return t?n[t]:n}function c(e){return"HTML"===e.nodeName?e:e.parentNode||e.host}function u(e){if(!e)return document.body;switch(e.nodeName){case"HTML":case"BODY":return e.ownerDocument.body;case"#document":return e.body}var t=l(e),n=t.overflow,i=t.overflowX,r=t.overflowY;return/(auto|scroll|overlay)/.test(n+r+i)?e:u(c(e))}var d=n&&!(!window.MSInputMethodContext||!document.documentMode),h=n&&/MSIE 10/.test(navigator.userAgent);function f(e){return 11===e?d:10===e?h:d||h}function p(e){if(!e)return document.documentElement;for(var t=f(10)?document.body:null,n=e.offsetParent||null;n===t&&e.nextElementSibling;)n=(e=e.nextElementSibling).offsetParent;var i=n&&n.nodeName;return i&&"BODY"!==i&&"HTML"!==i?-1!==["TH","TD","TABLE"].indexOf(n.nodeName)&&"static"===l(n,"position")?p(n):n:e?e.ownerDocument.documentElement:document.documentElement}function m(e){return null!==e.parentNode?m(e.parentNode):e}function g(e,t){if(!(e&&e.nodeType&&t&&t.nodeType))return document.documentElement;var n=e.compareDocumentPosition(t)&Node.DOCUMENT_POSITION_FOLLOWING,i=n?e:t,r=n?t:e,o=document.createRange();o.setStart(i,0),o.setEnd(r,0);var s,a,l=o.commonAncestorContainer;if(e!==l&&t!==l||i.contains(r))return"BODY"===(a=(s=l).nodeName)||"HTML"!==a&&p(s.firstElementChild)!==s?p(l):l;var c=m(e);return c.host?g(c.host,t):g(e,m(t).host)}function v(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"top",n="top"===t?"scrollTop":"scrollLeft",i=e.nodeName;if("BODY"===i||"HTML"===i){var r=e.ownerDocument.documentElement,o=e.ownerDocument.scrollingElement||r;return o[n]}return e[n]}function _(e,t){var n=arguments.length>2&&void 0!==arguments[2]&&arguments[2],i=v(t,"top"),r=v(t,"left"),o=n?-1:1;return e.top+=i*o,e.bottom+=i*o,e.left+=r*o,e.right+=r*o,e}function y(e,t){var n="x"===t?"Left":"Top",i="Left"===n?"Right":"Bottom";return parseFloat(e["border"+n+"Width"],10)+parseFloat(e["border"+i+"Width"],10)}function b(e,t,n,i){return Math.max(t["offset"+e],t["scroll"+e],n["client"+e],n["offset"+e],n["scroll"+e],f(10)?parseInt(n["offset"+e])+parseInt(i["margin"+("Height"===e?"Top":"Left")])+parseInt(i["margin"+("Height"===e?"Bottom":"Right")]):0)}function w(e){var t=e.body,n=e.documentElement,i=f(10)&&getComputedStyle(n);return{height:b("Height",t,n,i),width:b("Width",t,n,i)}}var x=function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")},k=function(){function e(e,t){for(var n=0;n<t.length;n++){var i=t[n];i.enumerable=i.enumerable||!1,i.configurable=!0,"value"in i&&(i.writable=!0),Object.defineProperty(e,i.key,i)}}return function(t,n,i){return n&&e(t.prototype,n),i&&e(t,i),t}}(),M=function(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e},A=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var i in n)Object.prototype.hasOwnProperty.call(n,i)&&(e[i]=n[i])}return e};function L(e){return A({},e,{right:e.left+e.width,bottom:e.top+e.height})}function T(e){var t={};try{if(f(10)){t=e.getBoundingClientRect();var n=v(e,"top"),i=v(e,"left");t.top+=n,t.left+=i,t.bottom+=n,t.right+=i}else t=e.getBoundingClientRect()}catch(e){}var r={left:t.left,top:t.top,width:t.right-t.left,height:t.bottom-t.top},o="HTML"===e.nodeName?w(e.ownerDocument):{},s=o.width||e.clientWidth||r.right-r.left,a=o.height||e.clientHeight||r.bottom-r.top,c=e.offsetWidth-s,u=e.offsetHeight-a;if(c||u){var d=l(e);c-=y(d,"x"),u-=y(d,"y"),r.width-=c,r.height-=u}return L(r)}function D(e,t){var n=arguments.length>2&&void 0!==arguments[2]&&arguments[2],i=f(10),r="HTML"===t.nodeName,o=T(e),s=T(t),a=u(e),c=l(t),d=parseFloat(c.borderTopWidth,10),h=parseFloat(c.borderLeftWidth,10);n&&r&&(s.top=Math.max(s.top,0),s.left=Math.max(s.left,0));var p=L({top:o.top-s.top-d,left:o.left-s.left-h,width:o.width,height:o.height});if(p.marginTop=0,p.marginLeft=0,!i&&r){var m=parseFloat(c.marginTop,10),g=parseFloat(c.marginLeft,10);p.top-=d-m,p.bottom-=d-m,p.left-=h-g,p.right-=h-g,p.marginTop=m,p.marginLeft=g}return(i&&!n?t.contains(a):t===a&&"BODY"!==a.nodeName)&&(p=_(p,t)),p}function S(e){var t=arguments.length>1&&void 0!==arguments[1]&&arguments[1],n=e.ownerDocument.documentElement,i=D(e,n),r=Math.max(n.clientWidth,window.innerWidth||0),o=Math.max(n.clientHeight,window.innerHeight||0),s=t?0:v(n),a=t?0:v(n,"left"),l={top:s-i.top+i.marginTop,left:a-i.left+i.marginLeft,width:r,height:o};return L(l)}function E(e){var t=e.nodeName;if("BODY"===t||"HTML"===t)return!1;if("fixed"===l(e,"position"))return!0;var n=c(e);return!!n&&E(n)}function Y(e){if(!e||!e.parentElement||f())return document.documentElement;for(var t=e.parentElement;t&&"none"===l(t,"transform");)t=t.parentElement;return t||document.documentElement}function C(e,t,n,i){var r=arguments.length>4&&void 0!==arguments[4]&&arguments[4],o={top:0,left:0},s=r?Y(e):g(e,t);if("viewport"===i)o=S(s,r);else{var a=void 0;"scrollParent"===i?"BODY"===(a=u(c(t))).nodeName&&(a=e.ownerDocument.documentElement):a="window"===i?e.ownerDocument.documentElement:i;var l=D(a,s,r);if("HTML"!==a.nodeName||E(s))o=l;else{var d=w(e.ownerDocument),h=d.height,f=d.width;o.top+=l.top-l.marginTop,o.bottom=h+l.top,o.left+=l.left-l.marginLeft,o.right=f+l.left}}var p="number"==typeof(n=n||0);return o.left+=p?n:n.left||0,o.top+=p?n:n.top||0,o.right-=p?n:n.right||0,o.bottom-=p?n:n.bottom||0,o}function O(e){return e.width*e.height}function P(e,t,n,i,r){var o=arguments.length>5&&void 0!==arguments[5]?arguments[5]:0;if(-1===e.indexOf("auto"))return e;var s=C(n,i,o,r),a={top:{width:s.width,height:t.top-s.top},right:{width:s.right-t.right,height:s.height},bottom:{width:s.width,height:s.bottom-t.bottom},left:{width:t.left-s.left,height:s.height}},l=Object.keys(a).map((function(e){return A({key:e},a[e],{area:O(a[e])})})).sort((function(e,t){return t.area-e.area})),c=l.filter((function(e){var t=e.width,i=e.height;return t>=n.clientWidth&&i>=n.clientHeight})),u=c.length>0?c[0].key:l[0].key,d=e.split("-")[1];return u+(d?"-"+d:"")}function I(e,t,n){var i=arguments.length>3&&void 0!==arguments[3]?arguments[3]:null,r=i?Y(t):g(t,n);return D(n,r,i)}function H(e){var t=e.ownerDocument.defaultView.getComputedStyle(e),n=parseFloat(t.marginTop||0)+parseFloat(t.marginBottom||0),i=parseFloat(t.marginLeft||0)+parseFloat(t.marginRight||0);return{width:e.offsetWidth+i,height:e.offsetHeight+n}}function j(e){var t={left:"right",right:"left",bottom:"top",top:"bottom"};return e.replace(/left|right|bottom|top/g,(function(e){return t[e]}))}function N(e,t,n){n=n.split("-")[0];var i=H(e),r={width:i.width,height:i.height},o=-1!==["right","left"].indexOf(n),s=o?"top":"left",a=o?"left":"top",l=o?"height":"width",c=o?"width":"height";return r[s]=t[s]+t[l]/2-i[l]/2,r[a]=n===a?t[a]-i[c]:t[j(a)],r}function R(e,t){return Array.prototype.find?e.find(t):e.filter(t)[0]}function z(e,t,n){return(void 0===n?e:e.slice(0,function(e,t,n){if(Array.prototype.findIndex)return e.findIndex((function(e){return e[t]===n}));var i=R(e,(function(e){return e[t]===n}));return e.indexOf(i)}(e,"name",n))).forEach((function(e){e.function&&console.warn("`modifier.function` is deprecated, use `modifier.fn`!");var n=e.function||e.fn;e.enabled&&a(n)&&(t.offsets.popper=L(t.offsets.popper),t.offsets.reference=L(t.offsets.reference),t=n(t,e))})),t}function F(){if(!this.state.isDestroyed){var e={instance:this,styles:{},arrowStyles:{},attributes:{},flipped:!1,offsets:{}};e.offsets.reference=I(this.state,this.popper,this.reference,this.options.positionFixed),e.placement=P(this.options.placement,e.offsets.reference,this.popper,this.reference,this.options.modifiers.flip.boundariesElement,this.options.modifiers.flip.padding),e.originalPlacement=e.placement,e.positionFixed=this.options.positionFixed,e.offsets.popper=N(this.popper,e.offsets.reference,e.placement),e.offsets.popper.position=this.options.positionFixed?"fixed":"absolute",e=z(this.modifiers,e),this.state.isCreated?this.options.onUpdate(e):(this.state.isCreated=!0,this.options.onCreate(e))}}function B(e,t){return e.some((function(e){var n=e.name;return e.enabled&&n===t}))}function W(e){for(var t=[!1,"ms","Webkit","Moz","O"],n=e.charAt(0).toUpperCase()+e.slice(1),i=0;i<t.length;i++){var r=t[i],o=r?""+r+n:e;if(void 0!==document.body.style[o])return o}return null}function U(){return this.state.isDestroyed=!0,B(this.modifiers,"applyStyle")&&(this.popper.removeAttribute("x-placement"),this.popper.style.position="",this.popper.style.top="",this.popper.style.left="",this.popper.style.right="",this.popper.style.bottom="",this.popper.style.willChange="",this.popper.style[W("transform")]=""),this.disableEventListeners(),this.options.removeOnDestroy&&this.popper.parentNode.removeChild(this.popper),this}function Q(e){var t=e.ownerDocument;return t?t.defaultView:window}function q(e,t,n,i){n.updateBound=i,Q(e).addEventListener("resize",n.updateBound,{passive:!0});var r=u(e);return function e(t,n,i,r){var o="BODY"===t.nodeName,s=o?t.ownerDocument.defaultView:t;s.addEventListener(n,i,{passive:!0}),o||e(u(s.parentNode),n,i,r),r.push(s)}(r,"scroll",n.updateBound,n.scrollParents),n.scrollElement=r,n.eventsEnabled=!0,n}function G(){this.state.eventsEnabled||(this.state=q(this.reference,this.options,this.state,this.scheduleUpdate))}function V(){var e,t;this.state.eventsEnabled&&(cancelAnimationFrame(this.scheduleUpdate),this.state=(e=this.reference,t=this.state,Q(e).removeEventListener("resize",t.updateBound),t.scrollParents.forEach((function(e){e.removeEventListener("scroll",t.updateBound)})),t.updateBound=null,t.scrollParents=[],t.scrollElement=null,t.eventsEnabled=!1,t))}function J(e){return""!==e&&!isNaN(parseFloat(e))&&isFinite(e)}function K(e,t){Object.keys(t).forEach((function(n){var i="";-1!==["width","height","top","right","bottom","left"].indexOf(n)&&J(t[n])&&(i="px"),e.style[n]=t[n]+i}))}var X=n&&/Firefox/i.test(navigator.userAgent);function Z(e,t,n){var i=R(e,(function(e){return e.name===t})),r=!!i&&e.some((function(e){return e.name===n&&e.enabled&&e.order<i.order}));if(!r){var o="`"+t+"`",s="`"+n+"`";console.warn(s+" modifier is required by "+o+" modifier in order to work, be sure to include it before "+o+"!")}return r}var $=["auto-start","auto","auto-end","top-start","top","top-end","right-start","right","right-end","bottom-end","bottom","bottom-start","left-end","left","left-start"],ee=$.slice(3);function te(e){var t=arguments.length>1&&void 0!==arguments[1]&&arguments[1],n=ee.indexOf(e),i=ee.slice(n+1).concat(ee.slice(0,n));return t?i.reverse():i}var ne="flip",ie="clockwise",re="counterclockwise";function oe(e,t,n,i){var r=[0,0],o=-1!==["right","left"].indexOf(i),s=e.split(/(\+|\-)/).map((function(e){return e.trim()})),a=s.indexOf(R(s,(function(e){return-1!==e.search(/,|\s/)})));s[a]&&-1===s[a].indexOf(",")&&console.warn("Offsets separated by white space(s) are deprecated, use a comma (,) instead.");var l=/\s*,\s*|\s+/,c=-1!==a?[s.slice(0,a).concat([s[a].split(l)[0]]),[s[a].split(l)[1]].concat(s.slice(a+1))]:[s];return(c=c.map((function(e,i){var r=(1===i?!o:o)?"height":"width",s=!1;return e.reduce((function(e,t){return""===e[e.length-1]&&-1!==["+","-"].indexOf(t)?(e[e.length-1]=t,s=!0,e):s?(e[e.length-1]+=t,s=!1,e):e.concat(t)}),[]).map((function(e){return function(e,t,n,i){var r=e.match(/((?:\-|\+)?\d*\.?\d*)(.*)/),o=+r[1],s=r[2];if(!o)return e;if(0===s.indexOf("%")){var a=void 0;switch(s){case"%p":a=n;break;case"%":case"%r":default:a=i}return L(a)[t]/100*o}if("vh"===s||"vw"===s){return("vh"===s?Math.max(document.documentElement.clientHeight,window.innerHeight||0):Math.max(document.documentElement.clientWidth,window.innerWidth||0))/100*o}return o}(e,r,t,n)}))}))).forEach((function(e,t){e.forEach((function(n,i){J(n)&&(r[t]+=n*("-"===e[i-1]?-1:1))}))})),r}var se={placement:"bottom",positionFixed:!1,eventsEnabled:!0,removeOnDestroy:!1,onCreate:function(){},onUpdate:function(){},modifiers:{shift:{order:100,enabled:!0,fn:function(e){var t=e.placement,n=t.split("-")[0],i=t.split("-")[1];if(i){var r=e.offsets,o=r.reference,s=r.popper,a=-1!==["bottom","top"].indexOf(n),l=a?"left":"top",c=a?"width":"height",u={start:M({},l,o[l]),end:M({},l,o[l]+o[c]-s[c])};e.offsets.popper=A({},s,u[i])}return e}},offset:{order:200,enabled:!0,fn:function(e,t){var n=t.offset,i=e.placement,r=e.offsets,o=r.popper,s=r.reference,a=i.split("-")[0],l=void 0;return l=J(+n)?[+n,0]:oe(n,o,s,a),"left"===a?(o.top+=l[0],o.left-=l[1]):"right"===a?(o.top+=l[0],o.left+=l[1]):"top"===a?(o.left+=l[0],o.top-=l[1]):"bottom"===a&&(o.left+=l[0],o.top+=l[1]),e.popper=o,e},offset:0},preventOverflow:{order:300,enabled:!0,fn:function(e,t){var n=t.boundariesElement||p(e.instance.popper);e.instance.reference===n&&(n=p(n));var i=W("transform"),r=e.instance.popper.style,o=r.top,s=r.left,a=r[i];r.top="",r.left="",r[i]="";var l=C(e.instance.popper,e.instance.reference,t.padding,n,e.positionFixed);r.top=o,r.left=s,r[i]=a,t.boundaries=l;var c=t.priority,u=e.offsets.popper,d={primary:function(e){var n=u[e];return u[e]<l[e]&&!t.escapeWithReference&&(n=Math.max(u[e],l[e])),M({},e,n)},secondary:function(e){var n="right"===e?"left":"top",i=u[n];return u[e]>l[e]&&!t.escapeWithReference&&(i=Math.min(u[n],l[e]-("right"===e?u.width:u.height))),M({},n,i)}};return c.forEach((function(e){var t=-1!==["left","top"].indexOf(e)?"primary":"secondary";u=A({},u,d[t](e))})),e.offsets.popper=u,e},priority:["left","right","top","bottom"],padding:5,boundariesElement:"scrollParent"},keepTogether:{order:400,enabled:!0,fn:function(e){var t=e.offsets,n=t.popper,i=t.reference,r=e.placement.split("-")[0],o=Math.floor,s=-1!==["top","bottom"].indexOf(r),a=s?"right":"bottom",l=s?"left":"top",c=s?"width":"height";return n[a]<o(i[l])&&(e.offsets.popper[l]=o(i[l])-n[c]),n[l]>o(i[a])&&(e.offsets.popper[l]=o(i[a])),e}},arrow:{order:500,enabled:!0,fn:function(e,t){var n;if(!Z(e.instance.modifiers,"arrow","keepTogether"))return e;var i=t.element;if("string"==typeof i){if(!(i=e.instance.popper.querySelector(i)))return e}else if(!e.instance.popper.contains(i))return console.warn("WARNING: `arrow.element` must be child of its popper element!"),e;var r=e.placement.split("-")[0],o=e.offsets,s=o.popper,a=o.reference,c=-1!==["left","right"].indexOf(r),u=c?"height":"width",d=c?"Top":"Left",h=d.toLowerCase(),f=c?"left":"top",p=c?"bottom":"right",m=H(i)[u];a[p]-m<s[h]&&(e.offsets.popper[h]-=s[h]-(a[p]-m)),a[h]+m>s[p]&&(e.offsets.popper[h]+=a[h]+m-s[p]),e.offsets.popper=L(e.offsets.popper);var g=a[h]+a[u]/2-m/2,v=l(e.instance.popper),_=parseFloat(v["margin"+d],10),y=parseFloat(v["border"+d+"Width"],10),b=g-e.offsets.popper[h]-_-y;return b=Math.max(Math.min(s[u]-m,b),0),e.arrowElement=i,e.offsets.arrow=(M(n={},h,Math.round(b)),M(n,f,""),n),e},element:"[x-arrow]"},flip:{order:600,enabled:!0,fn:function(e,t){if(B(e.instance.modifiers,"inner"))return e;if(e.flipped&&e.placement===e.originalPlacement)return e;var n=C(e.instance.popper,e.instance.reference,t.padding,t.boundariesElement,e.positionFixed),i=e.placement.split("-")[0],r=j(i),o=e.placement.split("-")[1]||"",s=[];switch(t.behavior){case ne:s=[i,r];break;case ie:s=te(i);break;case re:s=te(i,!0);break;default:s=t.behavior}return s.forEach((function(a,l){if(i!==a||s.length===l+1)return e;i=e.placement.split("-")[0],r=j(i);var c=e.offsets.popper,u=e.offsets.reference,d=Math.floor,h="left"===i&&d(c.right)>d(u.left)||"right"===i&&d(c.left)<d(u.right)||"top"===i&&d(c.bottom)>d(u.top)||"bottom"===i&&d(c.top)<d(u.bottom),f=d(c.left)<d(n.left),p=d(c.right)>d(n.right),m=d(c.top)<d(n.top),g=d(c.bottom)>d(n.bottom),v="left"===i&&f||"right"===i&&p||"top"===i&&m||"bottom"===i&&g,_=-1!==["top","bottom"].indexOf(i),y=!!t.flipVariations&&(_&&"start"===o&&f||_&&"end"===o&&p||!_&&"start"===o&&m||!_&&"end"===o&&g),b=!!t.flipVariationsByContent&&(_&&"start"===o&&p||_&&"end"===o&&f||!_&&"start"===o&&g||!_&&"end"===o&&m),w=y||b;(h||v||w)&&(e.flipped=!0,(h||v)&&(i=s[l+1]),w&&(o=function(e){return"end"===e?"start":"start"===e?"end":e}(o)),e.placement=i+(o?"-"+o:""),e.offsets.popper=A({},e.offsets.popper,N(e.instance.popper,e.offsets.reference,e.placement)),e=z(e.instance.modifiers,e,"flip"))})),e},behavior:"flip",padding:5,boundariesElement:"viewport",flipVariations:!1,flipVariationsByContent:!1},inner:{order:700,enabled:!1,fn:function(e){var t=e.placement,n=t.split("-")[0],i=e.offsets,r=i.popper,o=i.reference,s=-1!==["left","right"].indexOf(n),a=-1===["top","left"].indexOf(n);return r[s?"left":"top"]=o[n]-(a?r[s?"width":"height"]:0),e.placement=j(t),e.offsets.popper=L(r),e}},hide:{order:800,enabled:!0,fn:function(e){if(!Z(e.instance.modifiers,"hide","preventOverflow"))return e;var t=e.offsets.reference,n=R(e.instance.modifiers,(function(e){return"preventOverflow"===e.name})).boundaries;if(t.bottom<n.top||t.left>n.right||t.top>n.bottom||t.right<n.left){if(!0===e.hide)return e;e.hide=!0,e.attributes["x-out-of-boundaries"]=""}else{if(!1===e.hide)return e;e.hide=!1,e.attributes["x-out-of-boundaries"]=!1}return e}},computeStyle:{order:850,enabled:!0,fn:function(e,t){var n=t.x,i=t.y,r=e.offsets.popper,o=R(e.instance.modifiers,(function(e){return"applyStyle"===e.name})).gpuAcceleration;void 0!==o&&console.warn("WARNING: `gpuAcceleration` option moved to `computeStyle` modifier and will not be supported in future versions of Popper.js!");var s=void 0!==o?o:t.gpuAcceleration,a=p(e.instance.popper),l=T(a),c={position:r.position},u=function(e,t){var n=e.offsets,i=n.popper,r=n.reference,o=Math.round,s=Math.floor,a=function(e){return e},l=o(r.width),c=o(i.width),u=-1!==["left","right"].indexOf(e.placement),d=-1!==e.placement.indexOf("-"),h=t?u||d||l%2==c%2?o:s:a,f=t?o:a;return{left:h(l%2==1&&c%2==1&&!d&&t?i.left-1:i.left),top:f(i.top),bottom:f(i.bottom),right:h(i.right)}}(e,window.devicePixelRatio<2||!X),d="bottom"===n?"top":"bottom",h="right"===i?"left":"right",f=W("transform"),m=void 0,g=void 0;if(g="bottom"===d?"HTML"===a.nodeName?-a.clientHeight+u.bottom:-l.height+u.bottom:u.top,m="right"===h?"HTML"===a.nodeName?-a.clientWidth+u.right:-l.width+u.right:u.left,s&&f)c[f]="translate3d("+m+"px, "+g+"px, 0)",c[d]=0,c[h]=0,c.willChange="transform";else{var v="bottom"===d?-1:1,_="right"===h?-1:1;c[d]=g*v,c[h]=m*_,c.willChange=d+", "+h}var y={"x-placement":e.placement};return e.attributes=A({},y,e.attributes),e.styles=A({},c,e.styles),e.arrowStyles=A({},e.offsets.arrow,e.arrowStyles),e},gpuAcceleration:!0,x:"bottom",y:"right"},applyStyle:{order:900,enabled:!0,fn:function(e){var t,n;return K(e.instance.popper,e.styles),t=e.instance.popper,n=e.attributes,Object.keys(n).forEach((function(e){!1!==n[e]?t.setAttribute(e,n[e]):t.removeAttribute(e)})),e.arrowElement&&Object.keys(e.arrowStyles).length&&K(e.arrowElement,e.arrowStyles),e},onLoad:function(e,t,n,i,r){var o=I(r,t,e,n.positionFixed),s=P(n.placement,o,t,e,n.modifiers.flip.boundariesElement,n.modifiers.flip.padding);return t.setAttribute("x-placement",s),K(t,{position:n.positionFixed?"fixed":"absolute"}),n},gpuAcceleration:void 0}}},ae=function(){function e(t,n){var i=this,r=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{};x(this,e),this.scheduleUpdate=function(){return requestAnimationFrame(i.update)},this.update=s(this.update.bind(this)),this.options=A({},e.Defaults,r),this.state={isDestroyed:!1,isCreated:!1,scrollParents:[]},this.reference=t&&t.jquery?t[0]:t,this.popper=n&&n.jquery?n[0]:n,this.options.modifiers={},Object.keys(A({},e.Defaults.modifiers,r.modifiers)).forEach((function(t){i.options.modifiers[t]=A({},e.Defaults.modifiers[t]||{},r.modifiers?r.modifiers[t]:{})})),this.modifiers=Object.keys(this.options.modifiers).map((function(e){return A({name:e},i.options.modifiers[e])})).sort((function(e,t){return e.order-t.order})),this.modifiers.forEach((function(e){e.enabled&&a(e.onLoad)&&e.onLoad(i.reference,i.popper,i.options,e,i.state)})),this.update();var o=this.options.eventsEnabled;o&&this.enableEventListeners(),this.state.eventsEnabled=o}return k(e,[{key:"update",value:function(){return F.call(this)}},{key:"destroy",value:function(){return U.call(this)}},{key:"enableEventListeners",value:function(){return G.call(this)}},{key:"disableEventListeners",value:function(){return V.call(this)}}]),e}();ae.Utils=("undefined"!=typeof window?window:e).PopperUtils,ae.placements=$,ae.Defaults=se,t.default=ae}.call(this,n(14))},function(e,t,n){
-/*!
- * Bootstrap util.js v4.4.1 (https://getbootstrap.com/)
- * Copyright 2011-2019 The Bootstrap Authors (https://github.com/twbs/bootstrap/graphs/contributors)
- * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
- */
-e.exports=function(e){"use strict";function t(t){var i=this,r=!1;return e(this).one(n.TRANSITION_END,(function(){r=!0})),setTimeout((function(){r||n.triggerTransitionEnd(i)}),t),this}e=e&&e.hasOwnProperty("default")?e.default:e;var n={TRANSITION_END:"bsTransitionEnd",getUID:function(e){do{e+=~~(1e6*Math.random())}while(document.getElementById(e));return e},getSelectorFromElement:function(e){var t=e.getAttribute("data-target");if(!t||"#"===t){var n=e.getAttribute("href");t=n&&"#"!==n?n.trim():""}try{return document.querySelector(t)?t:null}catch(e){return null}},getTransitionDurationFromElement:function(t){if(!t)return 0;var n=e(t).css("transition-duration"),i=e(t).css("transition-delay"),r=parseFloat(n),o=parseFloat(i);return r||o?(n=n.split(",")[0],i=i.split(",")[0],1e3*(parseFloat(n)+parseFloat(i))):0},reflow:function(e){return e.offsetHeight},triggerTransitionEnd:function(t){e(t).trigger("transitionend")},supportsTransitionEnd:function(){return Boolean("transitionend")},isElement:function(e){return(e[0]||e).nodeType},typeCheckConfig:function(e,t,i){for(var r in i)if(Object.prototype.hasOwnProperty.call(i,r)){var o=i[r],s=t[r],a=s&&n.isElement(s)?"element":(l=s,{}.toString.call(l).match(/\s([a-z]+)/i)[1].toLowerCase());if(!new RegExp(o).test(a))throw new Error(e.toUpperCase()+': Option "'+r+'" provided type "'+a+'" but expected type "'+o+'".')}var l},findShadowRoot:function(e){if(!document.documentElement.attachShadow)return null;if("function"==typeof e.getRootNode){var t=e.getRootNode();return t instanceof ShadowRoot?t:null}return e instanceof ShadowRoot?e:e.parentNode?n.findShadowRoot(e.parentNode):null},jQueryDetection:function(){if(void 0===e)throw new TypeError("Bootstrap's JavaScript requires jQuery. jQuery must be included before Bootstrap's JavaScript.");var t=e.fn.jquery.split(" ")[0].split(".");if(t[0]<2&&t[1]<9||1===t[0]&&9===t[1]&&t[2]<1||t[0]>=4)throw new Error("Bootstrap's JavaScript requires at least jQuery v1.9.1 but less than v4.0.0")}};return n.jQueryDetection(),e.fn.emulateTransitionEnd=t,e.event.special[n.TRANSITION_END]={bindType:"transitionend",delegateType:"transitionend",handle:function(t){if(e(t.target).is(this))return t.handleObj.handler.apply(this,arguments)}},n}(n(0))},function(e,t,n){(function(e){var t;
-/*
- * @copyright 2019 Julius Härtl <jus@bitgrid.net>
+o.a.fn.avatar=function(e,t,n,i,r,o){const s=function(e){e.imageplaceholder("?"),e.css("background-color","#b9b9b9")};if(void 0!==e&&(e=String(e)),void 0!==o&&(o=String(o)),void 0===t&&(t=this.height()>0?this.height():this.data("size")>0?this.data("size"):64),this.height(t),this.width(t),void 0===e){if(void 0===this.data("user"))return void s(this);e=this.data("user")}e=String(e).replace(/\//g,"");const l=this;let u;u=e===a.a.getCurrentUser().uid?a.a.generateUrl("/avatar/{user}/{size}?v={version}",{user:e,size:Math.ceil(t*window.devicePixelRatio),version:oc_userconfig.avatar.version}):a.a.generateUrl("/avatar/{user}/{size}",{user:e,size:Math.ceil(t*window.devicePixelRatio)});const c=new Image;c.onload=function(){l.clearimageplaceholder(),l.append(c),"function"==typeof r&&r()},c.onerror=function(){l.clearimageplaceholder(),void 0!==o?l.imageplaceholder(e,o):s(l),"function"==typeof r&&r()},t<32?l.addClass("icon-loading-small"):l.addClass("icon-loading"),c.width=t,c.height=t,c.src=u,c.alt=""};
+/**
+ * @copyright 2018 Christoph Wurst <christoph@winzerhof-wurst.at>
*
- * @author 2019 Julius Härtl <jus@bitgrid.net>
+ * @author Christoph Wurst <christoph@winzerhof-wurst.at>
+ * @author John Molakvoæ <skjnldsv@protonmail.com>
+ * @author Roeland Jago Douma <roeland@famdouma.nl>
*
* @license GNU AGPL version 3 or any later version
*
@@ -786,13 +1521,15 @@ e.exports=function(e){"use strict";function t(t){var i=this,r=!1;return e(this).
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ *
*/
-e.prototype.tooltip=(t=e.prototype.tooltip,function(e){try{return t.call(this,e)}catch(n){if(n instanceof TypeError&&"destroy"===e)return console.error("Deprecated call $.tooltip('destroy') has been deprecated and should be removed"),t.call(this,"dispose");if(n instanceof TypeError&&"fixTitle"===e)return console.error("Deprecated call $.tooltip('fixTitle') has been deprecated and should be removed"),t.call(this,"_fixTitle")}})}).call(this,n(0))},function(e,t,n){(function(e){var t;(t=e).Jcrop=function(e,n){var i,r=t.extend({},t.Jcrop.defaults),o=navigator.userAgent.toLowerCase(),s=/msie/.test(o),a=/msie [1-6]\./.test(o);function l(e){return Math.round(e)+"px"}function c(e){return r.baseClass+"-"+e}function u(e){var n=t(e).offset();return[n.left,n.top]}function d(e){return[e.pageX-i[0],e.pageY-i[1]]}function h(e){"object"!=typeof e&&(e={}),r=t.extend(r,e),t.each(["onChange","onSelect","onRelease","onDblClick"],(function(e,t){"function"!=typeof r[t]&&(r[t]=function(){})}))}function f(e,t,n){if(i=u(L),K.setCursor("move"===e?e:e+"-resize"),"move"===e)return K.activateHandlers(function(e){var t=e;return X.watchKeys(),function(e){G.moveOffset([e[0]-t[0],e[1]-t[1]]),t=e,J.update()}}(t),_,n);var o=G.getFixed(),s=p(e),a=G.getCorner(p(s));G.setPressed(G.getCorner(s)),G.setCurrent(a),K.activateHandlers(function(e,t){return function(n){if(r.aspectRatio)switch(e){case"e":case"w":n[1]=t.y+1;break;case"n":case"s":n[0]=t.x+1}else switch(e){case"e":case"w":n[1]=t.y2;break;case"n":case"s":n[0]=t.x2}G.setCurrent(n),J.update()}}(e,o),_,n)}function p(e){switch(e){case"n":return"sw";case"s":case"e":return"nw";case"w":return"ne";case"ne":return"sw";case"nw":return"se";case"se":return"nw";case"sw":return"ne"}}function m(e){return function(t){return!(r.disabled||"move"===e&&!r.allowMove||(i=u(L),z=!0,f(e,d(t)),t.stopPropagation(),t.preventDefault(),1))}}function g(e,t,n){var i=e.width(),r=e.height();i>t&&t>0&&(i=t,r=t/e.width()*e.height()),r>n&&n>0&&(r=n,i=n/e.height()*e.width()),N=e.width()/i,R=e.height()/r,e.width(i).height(r)}function v(e){return{x:e.x*N,y:e.y*R,x2:e.x2*N,y2:e.y2*R,w:e.w*N,h:e.h*R}}function _(e){var t=G.getFixed();t.w>r.minSelect[0]&&t.h>r.minSelect[1]?(J.enableHandles(),J.done()):J.release(),K.setCursor(r.allowSelect?"crosshair":"default")}function y(e){if(r.disabled)return!1;if(!r.allowSelect)return!1;z=!0,i=u(L),J.disableHandles(),K.setCursor("crosshair");var t=d(e);return G.setPressed(t),J.update(),K.activateHandlers(b,_,"touch"===e.type.substring(0,5)),X.watchKeys(),e.stopPropagation(),e.preventDefault(),!1}function b(e){G.setCurrent(e),J.update()}function w(){var e=t("<div></div>").addClass(c("tracker"));return s&&e.css({opacity:0,backgroundColor:"white"}),e}"object"!=typeof e&&(e=t(e)[0]),"object"!=typeof n&&(n={}),h(n);var x={border:"none",visibility:"visible",margin:0,padding:0,position:"absolute",top:0,left:0},k=t(e),M=!0;if("IMG"==e.tagName){if(0!=k[0].width&&0!=k[0].height)k.width(k[0].width),k.height(k[0].height);else{var A=new Image;A.src=k[0].src,k.width(A.width),k.height(A.height)}var L=k.clone().removeAttr("id").css(x).show();L.width(k.width()),L.height(k.height()),k.after(L).hide()}else L=k.css(x).show(),M=!1,null===r.shade&&(r.shade=!0);g(L,r.boxWidth,r.boxHeight);var T=L.width(),D=L.height(),S=t("<div />").width(T).height(D).addClass(c("holder")).css({position:"relative",backgroundColor:r.bgColor}).insertAfter(k).append(L);r.addClass&&S.addClass(r.addClass);var E=t("<div />"),Y=t("<div />").width("100%").height("100%").css({zIndex:310,position:"absolute",overflow:"hidden"}),C=t("<div />").width("100%").height("100%").css("zIndex",320),O=t("<div />").css({position:"absolute",zIndex:600}).dblclick((function(){var e=G.getFixed();r.onDblClick.call(re,e)})).insertBefore(L).append(Y,C);M&&(E=t("<img />").attr("src",L.attr("src")).css(x).width(T).height(D),Y.append(E)),a&&O.css({overflowY:"hidden"});var P,I,H,j,N,R,z,F,B=r.boundary,W=w().width(T+2*B).height(D+2*B).css({position:"absolute",top:l(-B),left:l(-B),zIndex:290}).mousedown(y),U=r.bgColor,Q=r.bgOpacity;i=u(L);var q=function(){function e(){var e,t={},n=["touchstart","touchmove","touchend"],i=document.createElement("div");try{for(e=0;e<n.length;e++){var r=n[e],o=(r="on"+r)in i;o||(i.setAttribute(r,"return;"),o="function"==typeof i[r]),t[n[e]]=o}return t.touchstart&&t.touchend&&t.touchmove}catch(e){return!1}}return{createDragger:function(e){return function(t){return!(r.disabled||"move"===e&&!r.allowMove||(i=u(L),z=!0,f(e,d(q.cfilter(t)),!0),t.stopPropagation(),t.preventDefault(),1))}},newSelection:function(e){return y(q.cfilter(e))},cfilter:function(e){return e.pageX=e.originalEvent.changedTouches[0].pageX,e.pageY=e.originalEvent.changedTouches[0].pageY,e},isSupported:e,support:!0===r.touchSupport||!1===r.touchSupport?r.touchSupport:e()}}(),G=function(){var e,t,n=0,i=0,o=0,s=0;function a(){if(!r.aspectRatio)return t=o-n,a=s-i,P&&Math.abs(t)>P&&(o=t>0?n+P:n-P),I&&Math.abs(a)>I&&(s=a>0?i+I:i-I),j/R&&Math.abs(a)<j/R&&(s=a>0?i+j/R:i-j/R),H/N&&Math.abs(t)<H/N&&(o=t>0?n+H/N:n-H/N),n<0&&(o-=n,n-=n),i<0&&(s-=i,i-=i),o<0&&(n-=o,o-=o),s<0&&(i-=s,s-=s),o>T&&(n-=e=o-T,o-=e),s>D&&(i-=e=s-D,s-=e),n>T&&(s-=e=n-D,i-=e),i>D&&(s-=e=i-D,i-=e),u(c(n,i,o,s));var e,t,a,l,d,h,f,p=r.aspectRatio,m=r.minSize[0]/N,g=r.maxSize[0]/N,v=r.maxSize[1]/R,_=o-n,y=s-i,b=Math.abs(_),w=Math.abs(y);return 0===g&&(g=10*T),0===v&&(v=10*D),b/w<p?(d=s,h=w*p,(l=_<0?n-h:h+n)<0?(l=0,f=Math.abs((l-n)/p),d=y<0?i-f:f+i):l>T&&(l=T,f=Math.abs((l-n)/p),d=y<0?i-f:f+i)):(l=o,f=b/p,(d=y<0?i-f:i+f)<0?(d=0,h=Math.abs((d-i)*p),l=_<0?n-h:h+n):d>D&&(d=D,h=Math.abs(d-i)*p,l=_<0?n-h:h+n)),l>n?(l-n<m?l=n+m:l-n>g&&(l=n+g),d=d>i?i+(l-n)/p:i-(l-n)/p):l<n&&(n-l<m?l=n-m:n-l>g&&(l=n-g),d=d>i?i+(n-l)/p:i-(n-l)/p),l<0?(n-=l,l=0):l>T&&(n-=l-T,l=T),d<0?(i-=d,d=0):d>D&&(i-=d-D,d=D),u(c(n,i,l,d))}function l(e){return e[0]<0&&(e[0]=0),e[1]<0&&(e[1]=0),e[0]>T&&(e[0]=T),e[1]>D&&(e[1]=D),[Math.round(e[0]),Math.round(e[1])]}function c(e,t,n,i){var r=e,o=n,s=t,a=i;return n<e&&(r=n,o=e),i<t&&(s=i,a=t),[r,s,o,a]}function u(e){return{x:e[0],y:e[1],x2:e[2],y2:e[3],w:e[2]-e[0],h:e[3]-e[1]}}return{flipCoords:c,setPressed:function(e){e=l(e),o=n=e[0],s=i=e[1]},setCurrent:function(n){n=l(n),e=n[0]-o,t=n[1]-s,o=n[0],s=n[1]},getOffset:function(){return[e,t]},moveOffset:function(e){var t=e[0],r=e[1];0>n+t&&(t-=t+n),0>i+r&&(r-=r+i),D<s+r&&(r+=D-(s+r)),T<o+t&&(t+=T-(o+t)),n+=t,o+=t,i+=r,s+=r},getCorner:function(e){var t=a();switch(e){case"ne":return[t.x2,t.y];case"nw":return[t.x,t.y];case"se":return[t.x2,t.y2];case"sw":return[t.x,t.y2]}},getFixed:a}}(),V=function(){var e=!1,n=t("<div />").css({position:"absolute",zIndex:240,opacity:0}),i={top:a(),left:a().height(D),right:a().height(D),bottom:a()};function o(){return s(G.getFixed())}function s(e){i.top.css({left:l(e.x),width:l(e.w),height:l(e.y)}),i.bottom.css({top:l(e.y2),left:l(e.x),width:l(e.w),height:l(D-e.y2)}),i.right.css({left:l(e.x2),width:l(T-e.x2)}),i.left.css({width:l(e.x)})}function a(){return t("<div />").css({position:"absolute",backgroundColor:r.shadeColor||r.bgColor}).appendTo(n)}function c(){e||(e=!0,n.insertBefore(L),o(),J.setBgOpacity(1,0,1),E.hide(),u(r.shadeColor||r.bgColor,1),J.isAwake()?h(r.bgOpacity,1):h(1,1))}function u(e,t){ne(f(),e,t)}function d(){e&&(n.remove(),E.show(),e=!1,J.isAwake()?J.setBgOpacity(r.bgOpacity,1,1):(J.setBgOpacity(1,1,1),J.disableHandles()),ne(S,0,1))}function h(t,i){e&&(r.bgFade&&!i?n.animate({opacity:1-t},{queue:!1,duration:r.fadeTime}):n.css({opacity:1-t}))}function f(){return n.children()}return{update:o,updateRaw:s,getShades:f,setBgColor:u,enable:c,disable:d,resize:function(e,t){i.left.css({height:l(t)}),i.right.css({height:l(t)})},refresh:function(){r.shade?c():d(),J.isAwake()&&h(r.bgOpacity)},opacity:h}}(),J=function(){var e,n=370,i={},o={},s={},a=!1;function u(e,n){var i=t("<div />").mousedown(m(e)).css({cursor:e+"-resize",position:"absolute",zIndex:n}).addClass("ord-"+e);return q.support&&i.bind("touchstart.jcrop",q.createDragger(e)),C.append(i),i}function d(){var e=G.getFixed();G.setPressed([e.x,e.y]),G.setCurrent([e.x2,e.y2]),h()}function h(t){if(e)return f(t)}function f(t){var n,i,o,s,a=G.getFixed();n=a.w,i=a.h,O.width(Math.round(n)).height(Math.round(i)),o=a.x,s=a.y,r.shade||E.css({top:l(-s),left:l(-o)}),O.css({top:l(s),left:l(o)}),r.shade&&V.updateRaw(a),e||(O.show(),r.shade?V.opacity(Q):p(Q,!0),e=!0),t?r.onSelect.call(re,v(a)):r.onChange.call(re,v(a))}function p(t,n,i){(e||n)&&(r.bgFade&&!i?L.animate({opacity:t},{queue:!1,duration:r.fadeTime}):L.css("opacity",t))}function g(){if(a=!0,r.allowResize)return C.show(),!0}function _(){a=!1,C.hide()}function y(e){e?(F=!0,_()):(F=!1,g())}r.dragEdges&&t.isArray(r.createDragbars)&&function(e){var t;for(t=0;t<e.length;t++)s[e[t]]=u(e[t],n++).addClass("jcrop-dragbar")}(r.createDragbars),t.isArray(r.createHandles)&&function(e){var t,i,s,a;for(t=0;t<e.length;t++)o[e[t]]=(i=e[t],s=void 0,a=void 0,s=r.handleSize,a=u(i,n++).css({opacity:r.handleOpacity}).addClass(c("handle")),s&&a.width(s).height(s),a)}(r.createHandles),r.drawBorders&&t.isArray(r.createBorders)&&function(e){var n,o,s,a;for(o=0;o<e.length;o++){switch(e[o]){case"n":n="hline";break;case"s":n="hline bottom";break;case"e":n="vline right";break;case"w":n="vline"}i[e[o]]=(s=n,a=void 0,a=t("<div />").css({position:"absolute",opacity:r.borderOpacity}).addClass(c(s)),Y.append(a),a)}}(r.createBorders),t(document).bind("touchstart.jcrop-ios",(function(e){t(e.currentTarget).hasClass("jcrop-tracker")&&e.stopPropagation()}));var b=w().mousedown(m("move")).css({cursor:"move",position:"absolute",zIndex:360});return q.support&&b.bind("touchstart.jcrop",q.createDragger("move")),Y.append(b),_(),{updateVisible:h,update:f,release:function(){_(),O.hide(),r.shade?V.opacity(1):p(1),e=!1,r.onRelease.call(re)},refresh:d,isAwake:function(){return e},setCursor:function(e){b.css("cursor",e)},enableHandles:g,enableOnly:function(){a=!0},showHandles:function(){a&&C.show()},disableHandles:_,animMode:y,setBgOpacity:p,done:function(){y(!1),d()}}}(),K=function(){var e=function(){},n=function(){},i=r.trackDocument;function o(t){return e(d(t)),!1}function s(i){return i.preventDefault(),i.stopPropagation(),z&&(z=!1,n(d(i)),J.isAwake()&&r.onSelect.call(re,v(G.getFixed())),W.css({zIndex:290}),t(document).unbind(".jcrop"),e=function(){},n=function(){}),!1}function a(t){return e(d(q.cfilter(t))),!1}function l(e){return s(q.cfilter(e))}return i||W.mousemove(o).mouseup(s).mouseout(s),L.before(W),{activateHandlers:function(r,c,u){return z=!0,e=r,n=c,function(e){W.css({zIndex:450}),e?t(document).bind("touchmove.jcrop",a).bind("touchend.jcrop",l):i&&t(document).bind("mousemove.jcrop",o).bind("mouseup.jcrop",s)}(u),!1},setCursor:function(e){W.css("cursor",e)}}}(),X=function(){var e=t('<input type="radio" />').css({position:"fixed",left:"-120px",width:"12px"}).addClass("jcrop-keymgr"),n=t("<div />").css({position:"absolute",overflow:"hidden"}).append(e);function i(e,t,n){r.allowMove&&(G.moveOffset([t,n]),J.updateVisible(!0)),e.preventDefault(),e.stopPropagation()}return r.keySupport&&(e.keydown((function(e){if(e.ctrlKey||e.metaKey)return!0;var t=e.shiftKey?10:1;switch(e.keyCode){case 37:i(e,-t,0);break;case 39:i(e,t,0);break;case 38:i(e,0,-t);break;case 40:i(e,0,t);break;case 27:r.allowSelect&&J.release();break;case 9:return!0}return!1})).blur((function(t){e.hide()})),a||!r.fixedSupport?(e.css({position:"absolute",left:"-20px"}),n.append(e).insertBefore(L)):e.insertBefore(L)),{watchKeys:function(){r.keySupport&&(e.show(),e.focus())}}}();function Z(e){$([e[0]/N,e[1]/R,e[2]/N,e[3]/R]),r.onSelect.call(re,v(G.getFixed())),J.enableHandles()}function $(e){G.setPressed([e[0],e[1]]),G.setCurrent([e[2],e[3]]),J.update()}function ee(){r.disabled=!0,J.disableHandles(),J.setCursor("default"),K.setCursor("default")}function te(){r.disabled=!1,ie()}function ne(e,n,i){var o=n||r.bgColor;r.bgFade&&t.fx.step.hasOwnProperty("backgroundColor")&&r.fadeTime&&!i?e.animate({backgroundColor:o},{queue:!1,duration:r.fadeTime}):e.css("backgroundColor",o)}function ie(e){r.allowResize?e?J.enableOnly():J.enableHandles():J.disableHandles(),K.setCursor(r.allowSelect?"crosshair":"default"),J.setCursor(r.allowMove?"move":"default"),r.hasOwnProperty("trueSize")&&(N=r.trueSize[0]/T,R=r.trueSize[1]/D),r.hasOwnProperty("setSelect")&&(Z(r.setSelect),J.done(),delete r.setSelect),V.refresh(),r.bgColor!=U&&(ne(r.shade?V.getShades():S,r.shade&&r.shadeColor||r.bgColor),U=r.bgColor),Q!=r.bgOpacity&&(Q=r.bgOpacity,r.shade?V.refresh():J.setBgOpacity(Q)),P=r.maxSize[0]||0,I=r.maxSize[1]||0,H=r.minSize[0]||0,j=r.minSize[1]||0,r.hasOwnProperty("outerImage")&&(L.attr("src",r.outerImage),delete r.outerImage),J.refresh()}q.support&&W.bind("touchstart.jcrop",q.newSelection),C.hide(),ie(!0);var re={setImage:function(e,t){J.release(),ee();var n=new Image;n.onload=function(){var i=n.width,o=n.height,s=r.boxWidth,a=r.boxHeight;L.width(i).height(o),L.attr("src",e),E.attr("src",e),g(L,s,a),T=L.width(),D=L.height(),E.width(T).height(D),W.width(T+2*B).height(D+2*B),S.width(T).height(D),V.resize(T,D),te(),"function"==typeof t&&t.call(re)},n.src=e},animateTo:function(e,t){var n=e[0]/N,i=e[1]/R,o=e[2]/N,s=e[3]/R;if(!F){var a=G.flipCoords(n,i,o,s),l=G.getFixed(),c=[l.x,l.y,l.x2,l.y2],u=c,d=r.animationDelay,h=a[0]-c[0],f=a[1]-c[1],p=a[2]-c[2],m=a[3]-c[3],g=0,v=r.swingSpeed;n=u[0],i=u[1],o=u[2],s=u[3],J.animMode(!0);var _=function(){g+=(100-g)/v,u[0]=Math.round(n+g/100*h),u[1]=Math.round(i+g/100*f),u[2]=Math.round(o+g/100*p),u[3]=Math.round(s+g/100*m),g>=99.8&&(g=100),g<100?($(u),y()):(J.done(),J.animMode(!1),"function"==typeof t&&t.call(re))};y()}function y(){window.setTimeout(_,d)}},setSelect:Z,setOptions:function(e){h(e),ie()},tellSelect:function(){return v(G.getFixed())},tellScaled:function(){return G.getFixed()},setClass:function(e){S.removeClass().addClass(c("holder")).addClass(e)},disable:ee,enable:te,cancel:function(){J.done(),K.activateHandlers(null,null)},release:J.release,destroy:function(){S.remove(),k.show(),k.css("visibility","visible"),t(e).removeData("Jcrop")},focus:X.watchKeys,getBounds:function(){return[T*N,D*R]},getWidgetSize:function(){return[T,D]},getScaleFactor:function(){return[N,R]},getOptions:function(){return r},ui:{holder:S,selection:O}};return s&&S.bind("selectstart",(function(){return!1})),k.data("Jcrop",re),re},t.fn.Jcrop=function(e,n){var i;return this.each((function(){if(t(this).data("Jcrop")){if("api"===e)return t(this).data("Jcrop");t(this).data("Jcrop").setOptions(e)}else"IMG"==this.tagName?t.Jcrop.Loader(this,(function(){t(this).css({display:"block",visibility:"hidden"}),i=t.Jcrop(this,e),t.isFunction(n)&&n.call(i)})):(t(this).css({display:"block",visibility:"hidden"}),i=t.Jcrop(this,e),t.isFunction(n)&&n.call(i))})),this},t.Jcrop.Loader=function(e,n,i){var r=t(e),o=r[0];r.bind("load.jcloader",(function e(){o.complete?(r.unbind(".jcloader"),t.isFunction(n)&&n.call(o)):window.setTimeout(e,50)})).bind("error.jcloader",(function(e){r.unbind(".jcloader"),t.isFunction(i)&&i.call(o)})),o.complete&&t.isFunction(n)&&(r.unbind(".jcloader"),n.call(o))},t.Jcrop.defaults={allowSelect:!0,allowMove:!0,allowResize:!0,trackDocument:!0,baseClass:"jcrop",addClass:null,bgColor:"black",bgOpacity:.6,bgFade:!1,borderOpacity:.4,handleOpacity:.5,handleSize:null,aspectRatio:0,keySupport:!0,createHandles:["n","s","e","w","nw","ne","se","sw"],createDragbars:["n","s","e","w"],createBorders:["n","s","e","w"],drawBorders:!0,dragEdges:!0,fixedSupport:!0,touchSupport:null,shade:null,boxWidth:0,boxHeight:0,boundary:2,fadeTime:400,animationDelay:20,swingSpeed:3,minSelect:[0,0],maxSize:[0,0],minSize:[0,0],onChange:function(){},onSelect:function(){},onDblClick:function(){},onRelease:function(){}}}).call(this,n(0))},function(e,t,n){var i=n(1074);"string"==typeof i&&(i=[[e.i,i,""]]),i.locals&&(e.exports=i.locals);(0,n(101).default)("2ecba940",i,!0,{})},function(e,t,n){var i=n(99),r=n(511),o=n(1075);t=i(!1);var s=r(o);t.push([e.i,"/* jquery.Jcrop.css v0.9.12 - MIT License */\n/*\n The outer-most container in a typical Jcrop instance\n If you are having difficulty with formatting related to styles\n on a parent element, place any fixes here or in a like selector\n\n You can also style this element if you want to add a border, etc\n A better method for styling can be seen below with .jcrop-light\n (Add a class to the holder and style elements for that extended class)\n*/\n.jcrop-holder {\n direction: ltr;\n text-align: left;\n}\n/* Selection Border */\n.jcrop-vline,\n.jcrop-hline {\n background: #ffffff url("+s+');\n font-size: 0;\n position: absolute;\n}\n.jcrop-vline {\n height: 100%;\n width: 1px !important;\n}\n.jcrop-vline.right {\n right: 0;\n}\n.jcrop-hline {\n height: 1px !important;\n width: 100%;\n}\n.jcrop-hline.bottom {\n bottom: 0;\n}\n/* Invisible click targets */\n.jcrop-tracker {\n height: 100%;\n width: 100%;\n /* "turn off" link highlight */\n -webkit-tap-highlight-color: transparent;\n /* disable callout, image save panel */\n -webkit-touch-callout: none;\n /* disable cut copy paste */\n -webkit-user-select: none;\n}\n/* Selection Handles */\n.jcrop-handle {\n background-color: #333333;\n border: 1px #eeeeee solid;\n width: 7px;\n height: 7px;\n font-size: 1px;\n}\n.jcrop-handle.ord-n {\n left: 50%;\n margin-left: -4px;\n margin-top: -4px;\n top: 0;\n}\n.jcrop-handle.ord-s {\n bottom: 0;\n left: 50%;\n margin-bottom: -4px;\n margin-left: -4px;\n}\n.jcrop-handle.ord-e {\n margin-right: -4px;\n margin-top: -4px;\n right: 0;\n top: 50%;\n}\n.jcrop-handle.ord-w {\n left: 0;\n margin-left: -4px;\n margin-top: -4px;\n top: 50%;\n}\n.jcrop-handle.ord-nw {\n left: 0;\n margin-left: -4px;\n margin-top: -4px;\n top: 0;\n}\n.jcrop-handle.ord-ne {\n margin-right: -4px;\n margin-top: -4px;\n right: 0;\n top: 0;\n}\n.jcrop-handle.ord-se {\n bottom: 0;\n margin-bottom: -4px;\n margin-right: -4px;\n right: 0;\n}\n.jcrop-handle.ord-sw {\n bottom: 0;\n left: 0;\n margin-bottom: -4px;\n margin-left: -4px;\n}\n/* Dragbars */\n.jcrop-dragbar.ord-n,\n.jcrop-dragbar.ord-s {\n height: 7px;\n width: 100%;\n}\n.jcrop-dragbar.ord-e,\n.jcrop-dragbar.ord-w {\n height: 100%;\n width: 7px;\n}\n.jcrop-dragbar.ord-n {\n margin-top: -4px;\n}\n.jcrop-dragbar.ord-s {\n bottom: 0;\n margin-bottom: -4px;\n}\n.jcrop-dragbar.ord-e {\n margin-right: -4px;\n right: 0;\n}\n.jcrop-dragbar.ord-w {\n margin-left: -4px;\n}\n/* The "jcrop-light" class/extension */\n.jcrop-light .jcrop-vline,\n.jcrop-light .jcrop-hline {\n background: #ffffff;\n filter: alpha(opacity=70) !important;\n opacity: .70!important;\n}\n.jcrop-light .jcrop-handle {\n -moz-border-radius: 3px;\n -webkit-border-radius: 3px;\n background-color: #000000;\n border-color: #ffffff;\n border-radius: 3px;\n}\n/* The "jcrop-dark" class/extension */\n.jcrop-dark .jcrop-vline,\n.jcrop-dark .jcrop-hline {\n background: #000000;\n filter: alpha(opacity=70) !important;\n opacity: 0.7 !important;\n}\n.jcrop-dark .jcrop-handle {\n -moz-border-radius: 3px;\n -webkit-border-radius: 3px;\n background-color: #ffffff;\n border-color: #000000;\n border-radius: 3px;\n}\n/* Simple macro to turn off the antlines */\n.solid-line .jcrop-vline,\n.solid-line .jcrop-hline {\n background: #ffffff;\n}\n/* Fix for twitter bootstrap et al. */\n.jcrop-holder img,\nimg.jcrop-preview {\n max-width: none;\n}\n',""]),e.exports=t},function(e,t,n){"use strict";n.r(t),t.default="data:image/gif;base64,R0lGODlhCAAIAJEAAKqqqv///wAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh+QQJCgAAACwAAAAACAAIAAACDZQFCadrzVRMB9FZ5SwAIfkECQoAAAAsAAAAAAgACAAAAg+ELqCYaudeW9ChyOyltQAAIfkECQoAAAAsAAAAAAgACAAAAg8EhGKXm+rQYtC0WGl9oAAAIfkECQoAAAAsAAAAAAgACAAAAg+EhWKQernaYmjCWLF7qAAAIfkECQoAAAAsAAAAAAgACAAAAg2EISmna81UTAfRWeUsACH5BAkKAAAALAAAAAAIAAgAAAIPFA6imGrnXlvQocjspbUAACH5BAkKAAAALAAAAAAIAAgAAAIPlIBgl5vq0GLQtFhpfaIAACH5BAUKAAAALAAAAAAIAAgAAAIPlIFgknq52mJowlixe6gAADs="},function(e,t,n){(function(e){var t;void 0===(t=e).fn.each2&&t.extend(t.fn,{each2:function(e){for(var n=t([0]),i=-1,r=this.length;++i<r&&(n.context=n[0]=this[i])&&!1!==e.call(n[0],i,n););return this}}),function(e,t){"use strict";if(void 0===window.Select2){var n,i,r,o,s,a,l,c,u={x:0,y:0},d={TAB:9,ENTER:13,ESC:27,SPACE:32,LEFT:37,UP:38,RIGHT:39,DOWN:40,SHIFT:16,CTRL:17,ALT:18,PAGE_UP:33,PAGE_DOWN:34,HOME:36,END:35,BACKSPACE:8,DELETE:46,isArrow:function(e){switch(e=e.which?e.which:e){case d.LEFT:case d.RIGHT:case d.UP:case d.DOWN:return!0}return!1},isControl:function(e){switch(e.which){case d.SHIFT:case d.CTRL:case d.ALT:return!0}return!!e.metaKey},isFunctionKey:function(e){return(e=e.which?e.which:e)>=112&&e<=123}},h={"Ⓐ":"A","A":"A","À":"A","Á":"A","Â":"A","Ầ":"A","Ấ":"A","Ẫ":"A","Ẩ":"A","Ã":"A","Ā":"A","Ă":"A","Ằ":"A","Ắ":"A","Ẵ":"A","Ẳ":"A","Ȧ":"A","Ǡ":"A","Ä":"A","Ǟ":"A","Ả":"A","Å":"A","Ǻ":"A","Ǎ":"A","Ȁ":"A","Ȃ":"A","Ạ":"A","Ậ":"A","Ặ":"A","Ḁ":"A","Ą":"A","Ⱥ":"A","Ɐ":"A","Ꜳ":"AA","Æ":"AE","Ǽ":"AE","Ǣ":"AE","Ꜵ":"AO","Ꜷ":"AU","Ꜹ":"AV","Ꜻ":"AV","Ꜽ":"AY","Ⓑ":"B","B":"B","Ḃ":"B","Ḅ":"B","Ḇ":"B","Ƀ":"B","Ƃ":"B","Ɓ":"B","Ⓒ":"C","C":"C","Ć":"C","Ĉ":"C","Ċ":"C","Č":"C","Ç":"C","Ḉ":"C","Ƈ":"C","Ȼ":"C","Ꜿ":"C","Ⓓ":"D","D":"D","Ḋ":"D","Ď":"D","Ḍ":"D","Ḑ":"D","Ḓ":"D","Ḏ":"D","Đ":"D","Ƌ":"D","Ɗ":"D","Ɖ":"D","Ꝺ":"D","DZ":"DZ","DŽ":"DZ","Dz":"Dz","Dž":"Dz","Ⓔ":"E","E":"E","È":"E","É":"E","Ê":"E","Ề":"E","Ế":"E","Ễ":"E","Ể":"E","Ẽ":"E","Ē":"E","Ḕ":"E","Ḗ":"E","Ĕ":"E","Ė":"E","Ë":"E","Ẻ":"E","Ě":"E","Ȅ":"E","Ȇ":"E","Ẹ":"E","Ệ":"E","Ȩ":"E","Ḝ":"E","Ę":"E","Ḙ":"E","Ḛ":"E","Ɛ":"E","Ǝ":"E","Ⓕ":"F","F":"F","Ḟ":"F","Ƒ":"F","Ꝼ":"F","Ⓖ":"G","G":"G","Ǵ":"G","Ĝ":"G","Ḡ":"G","Ğ":"G","Ġ":"G","Ǧ":"G","Ģ":"G","Ǥ":"G","Ɠ":"G","Ꞡ":"G","Ᵹ":"G","Ꝿ":"G","Ⓗ":"H","H":"H","Ĥ":"H","Ḣ":"H","Ḧ":"H","Ȟ":"H","Ḥ":"H","Ḩ":"H","Ḫ":"H","Ħ":"H","Ⱨ":"H","Ⱶ":"H","Ɥ":"H","Ⓘ":"I","I":"I","Ì":"I","Í":"I","Î":"I","Ĩ":"I","Ī":"I","Ĭ":"I","İ":"I","Ï":"I","Ḯ":"I","Ỉ":"I","Ǐ":"I","Ȉ":"I","Ȋ":"I","Ị":"I","Į":"I","Ḭ":"I","Ɨ":"I","Ⓙ":"J","J":"J","Ĵ":"J","Ɉ":"J","Ⓚ":"K","K":"K","Ḱ":"K","Ǩ":"K","Ḳ":"K","Ķ":"K","Ḵ":"K","Ƙ":"K","Ⱪ":"K","Ꝁ":"K","Ꝃ":"K","Ꝅ":"K","Ꞣ":"K","Ⓛ":"L","L":"L","Ŀ":"L","Ĺ":"L","Ľ":"L","Ḷ":"L","Ḹ":"L","Ļ":"L","Ḽ":"L","Ḻ":"L","Ł":"L","Ƚ":"L","Ɫ":"L","Ⱡ":"L","Ꝉ":"L","Ꝇ":"L","Ꞁ":"L","LJ":"LJ","Lj":"Lj","Ⓜ":"M","M":"M","Ḿ":"M","Ṁ":"M","Ṃ":"M","Ɱ":"M","Ɯ":"M","Ⓝ":"N","N":"N","Ǹ":"N","Ń":"N","Ñ":"N","Ṅ":"N","Ň":"N","Ṇ":"N","Ņ":"N","Ṋ":"N","Ṉ":"N","Ƞ":"N","Ɲ":"N","Ꞑ":"N","Ꞥ":"N","NJ":"NJ","Nj":"Nj","Ⓞ":"O","O":"O","Ò":"O","Ó":"O","Ô":"O","Ồ":"O","Ố":"O","Ỗ":"O","Ổ":"O","Õ":"O","Ṍ":"O","Ȭ":"O","Ṏ":"O","Ō":"O","Ṑ":"O","Ṓ":"O","Ŏ":"O","Ȯ":"O","Ȱ":"O","Ö":"O","Ȫ":"O","Ỏ":"O","Ő":"O","Ǒ":"O","Ȍ":"O","Ȏ":"O","Ơ":"O","Ờ":"O","Ớ":"O","Ỡ":"O","Ở":"O","Ợ":"O","Ọ":"O","Ộ":"O","Ǫ":"O","Ǭ":"O","Ø":"O","Ǿ":"O","Ɔ":"O","Ɵ":"O","Ꝋ":"O","Ꝍ":"O","Ƣ":"OI","Ꝏ":"OO","Ȣ":"OU","Ⓟ":"P","P":"P","Ṕ":"P","Ṗ":"P","Ƥ":"P","Ᵽ":"P","Ꝑ":"P","Ꝓ":"P","Ꝕ":"P","Ⓠ":"Q","Q":"Q","Ꝗ":"Q","Ꝙ":"Q","Ɋ":"Q","Ⓡ":"R","R":"R","Ŕ":"R","Ṙ":"R","Ř":"R","Ȑ":"R","Ȓ":"R","Ṛ":"R","Ṝ":"R","Ŗ":"R","Ṟ":"R","Ɍ":"R","Ɽ":"R","Ꝛ":"R","Ꞧ":"R","Ꞃ":"R","Ⓢ":"S","S":"S","ẞ":"S","Ś":"S","Ṥ":"S","Ŝ":"S","Ṡ":"S","Š":"S","Ṧ":"S","Ṣ":"S","Ṩ":"S","Ș":"S","Ş":"S","Ȿ":"S","Ꞩ":"S","Ꞅ":"S","Ⓣ":"T","T":"T","Ṫ":"T","Ť":"T","Ṭ":"T","Ț":"T","Ţ":"T","Ṱ":"T","Ṯ":"T","Ŧ":"T","Ƭ":"T","Ʈ":"T","Ⱦ":"T","Ꞇ":"T","Ꜩ":"TZ","Ⓤ":"U","U":"U","Ù":"U","Ú":"U","Û":"U","Ũ":"U","Ṹ":"U","Ū":"U","Ṻ":"U","Ŭ":"U","Ü":"U","Ǜ":"U","Ǘ":"U","Ǖ":"U","Ǚ":"U","Ủ":"U","Ů":"U","Ű":"U","Ǔ":"U","Ȕ":"U","Ȗ":"U","Ư":"U","Ừ":"U","Ứ":"U","Ữ":"U","Ử":"U","Ự":"U","Ụ":"U","Ṳ":"U","Ų":"U","Ṷ":"U","Ṵ":"U","Ʉ":"U","Ⓥ":"V","V":"V","Ṽ":"V","Ṿ":"V","Ʋ":"V","Ꝟ":"V","Ʌ":"V","Ꝡ":"VY","Ⓦ":"W","W":"W","Ẁ":"W","Ẃ":"W","Ŵ":"W","Ẇ":"W","Ẅ":"W","Ẉ":"W","Ⱳ":"W","Ⓧ":"X","X":"X","Ẋ":"X","Ẍ":"X","Ⓨ":"Y","Y":"Y","Ỳ":"Y","Ý":"Y","Ŷ":"Y","Ỹ":"Y","Ȳ":"Y","Ẏ":"Y","Ÿ":"Y","Ỷ":"Y","Ỵ":"Y","Ƴ":"Y","Ɏ":"Y","Ỿ":"Y","Ⓩ":"Z","Z":"Z","Ź":"Z","Ẑ":"Z","Ż":"Z","Ž":"Z","Ẓ":"Z","Ẕ":"Z","Ƶ":"Z","Ȥ":"Z","Ɀ":"Z","Ⱬ":"Z","Ꝣ":"Z","ⓐ":"a","a":"a","ẚ":"a","à":"a","á":"a","â":"a","ầ":"a","ấ":"a","ẫ":"a","ẩ":"a","ã":"a","ā":"a","ă":"a","ằ":"a","ắ":"a","ẵ":"a","ẳ":"a","ȧ":"a","ǡ":"a","ä":"a","ǟ":"a","ả":"a","å":"a","ǻ":"a","ǎ":"a","ȁ":"a","ȃ":"a","ạ":"a","ậ":"a","ặ":"a","ḁ":"a","ą":"a","ⱥ":"a","ɐ":"a","ꜳ":"aa","æ":"ae","ǽ":"ae","ǣ":"ae","ꜵ":"ao","ꜷ":"au","ꜹ":"av","ꜻ":"av","ꜽ":"ay","ⓑ":"b","b":"b","ḃ":"b","ḅ":"b","ḇ":"b","ƀ":"b","ƃ":"b","ɓ":"b","ⓒ":"c","c":"c","ć":"c","ĉ":"c","ċ":"c","č":"c","ç":"c","ḉ":"c","ƈ":"c","ȼ":"c","ꜿ":"c","ↄ":"c","ⓓ":"d","d":"d","ḋ":"d","ď":"d","ḍ":"d","ḑ":"d","ḓ":"d","ḏ":"d","đ":"d","ƌ":"d","ɖ":"d","ɗ":"d","ꝺ":"d","dz":"dz","dž":"dz","ⓔ":"e","e":"e","è":"e","é":"e","ê":"e","ề":"e","ế":"e","ễ":"e","ể":"e","ẽ":"e","ē":"e","ḕ":"e","ḗ":"e","ĕ":"e","ė":"e","ë":"e","ẻ":"e","ě":"e","ȅ":"e","ȇ":"e","ẹ":"e","ệ":"e","ȩ":"e","ḝ":"e","ę":"e","ḙ":"e","ḛ":"e","ɇ":"e","ɛ":"e","ǝ":"e","ⓕ":"f","f":"f","ḟ":"f","ƒ":"f","ꝼ":"f","ⓖ":"g","g":"g","ǵ":"g","ĝ":"g","ḡ":"g","ğ":"g","ġ":"g","ǧ":"g","ģ":"g","ǥ":"g","ɠ":"g","ꞡ":"g","ᵹ":"g","ꝿ":"g","ⓗ":"h","h":"h","ĥ":"h","ḣ":"h","ḧ":"h","ȟ":"h","ḥ":"h","ḩ":"h","ḫ":"h","ẖ":"h","ħ":"h","ⱨ":"h","ⱶ":"h","ɥ":"h","ƕ":"hv","ⓘ":"i","i":"i","ì":"i","í":"i","î":"i","ĩ":"i","ī":"i","ĭ":"i","ï":"i","ḯ":"i","ỉ":"i","ǐ":"i","ȉ":"i","ȋ":"i","ị":"i","į":"i","ḭ":"i","ɨ":"i","ı":"i","ⓙ":"j","j":"j","ĵ":"j","ǰ":"j","ɉ":"j","ⓚ":"k","k":"k","ḱ":"k","ǩ":"k","ḳ":"k","ķ":"k","ḵ":"k","ƙ":"k","ⱪ":"k","ꝁ":"k","ꝃ":"k","ꝅ":"k","ꞣ":"k","ⓛ":"l","l":"l","ŀ":"l","ĺ":"l","ľ":"l","ḷ":"l","ḹ":"l","ļ":"l","ḽ":"l","ḻ":"l","ſ":"l","ł":"l","ƚ":"l","ɫ":"l","ⱡ":"l","ꝉ":"l","ꞁ":"l","ꝇ":"l","lj":"lj","ⓜ":"m","m":"m","ḿ":"m","ṁ":"m","ṃ":"m","ɱ":"m","ɯ":"m","ⓝ":"n","n":"n","ǹ":"n","ń":"n","ñ":"n","ṅ":"n","ň":"n","ṇ":"n","ņ":"n","ṋ":"n","ṉ":"n","ƞ":"n","ɲ":"n","ʼn":"n","ꞑ":"n","ꞥ":"n","nj":"nj","ⓞ":"o","o":"o","ò":"o","ó":"o","ô":"o","ồ":"o","ố":"o","ỗ":"o","ổ":"o","õ":"o","ṍ":"o","ȭ":"o","ṏ":"o","ō":"o","ṑ":"o","ṓ":"o","ŏ":"o","ȯ":"o","ȱ":"o","ö":"o","ȫ":"o","ỏ":"o","ő":"o","ǒ":"o","ȍ":"o","ȏ":"o","ơ":"o","ờ":"o","ớ":"o","ỡ":"o","ở":"o","ợ":"o","ọ":"o","ộ":"o","ǫ":"o","ǭ":"o","ø":"o","ǿ":"o","ɔ":"o","ꝋ":"o","ꝍ":"o","ɵ":"o","ƣ":"oi","ȣ":"ou","ꝏ":"oo","ⓟ":"p","p":"p","ṕ":"p","ṗ":"p","ƥ":"p","ᵽ":"p","ꝑ":"p","ꝓ":"p","ꝕ":"p","ⓠ":"q","q":"q","ɋ":"q","ꝗ":"q","ꝙ":"q","ⓡ":"r","r":"r","ŕ":"r","ṙ":"r","ř":"r","ȑ":"r","ȓ":"r","ṛ":"r","ṝ":"r","ŗ":"r","ṟ":"r","ɍ":"r","ɽ":"r","ꝛ":"r","ꞧ":"r","ꞃ":"r","ⓢ":"s","s":"s","ß":"s","ś":"s","ṥ":"s","ŝ":"s","ṡ":"s","š":"s","ṧ":"s","ṣ":"s","ṩ":"s","ș":"s","ş":"s","ȿ":"s","ꞩ":"s","ꞅ":"s","ẛ":"s","ⓣ":"t","t":"t","ṫ":"t","ẗ":"t","ť":"t","ṭ":"t","ț":"t","ţ":"t","ṱ":"t","ṯ":"t","ŧ":"t","ƭ":"t","ʈ":"t","ⱦ":"t","ꞇ":"t","ꜩ":"tz","ⓤ":"u","u":"u","ù":"u","ú":"u","û":"u","ũ":"u","ṹ":"u","ū":"u","ṻ":"u","ŭ":"u","ü":"u","ǜ":"u","ǘ":"u","ǖ":"u","ǚ":"u","ủ":"u","ů":"u","ű":"u","ǔ":"u","ȕ":"u","ȗ":"u","ư":"u","ừ":"u","ứ":"u","ữ":"u","ử":"u","ự":"u","ụ":"u","ṳ":"u","ų":"u","ṷ":"u","ṵ":"u","ʉ":"u","ⓥ":"v","v":"v","ṽ":"v","ṿ":"v","ʋ":"v","ꝟ":"v","ʌ":"v","ꝡ":"vy","ⓦ":"w","w":"w","ẁ":"w","ẃ":"w","ŵ":"w","ẇ":"w","ẅ":"w","ẘ":"w","ẉ":"w","ⱳ":"w","ⓧ":"x","x":"x","ẋ":"x","ẍ":"x","ⓨ":"y","y":"y","ỳ":"y","ý":"y","ŷ":"y","ỹ":"y","ȳ":"y","ẏ":"y","ÿ":"y","ỷ":"y","ẙ":"y","ỵ":"y","ƴ":"y","ɏ":"y","ỿ":"y","ⓩ":"z","z":"z","ź":"z","ẑ":"z","ż":"z","ž":"z","ẓ":"z","ẕ":"z","ƶ":"z","ȥ":"z","ɀ":"z","ⱬ":"z","ꝣ":"z","Ά":"Α","Έ":"Ε","Ή":"Η","Ί":"Ι","Ϊ":"Ι","Ό":"Ο","Ύ":"Υ","Ϋ":"Υ","Ώ":"Ω","ά":"α","έ":"ε","ή":"η","ί":"ι","ϊ":"ι","ΐ":"ι","ό":"ο","ύ":"υ","ϋ":"υ","ΰ":"υ","ω":"ω","ς":"σ"};a=e(document),c=1,o=function(){return c++},n=Y(Object,{bind:function(e){var t=this;return function(){e.apply(t,arguments)}},init:function(t){var n,i;this.opts=t=this.prepareOpts(t),this.id=t.id,void 0!==t.element.data("select2")&&null!==t.element.data("select2")&&t.element.data("select2").destroy(),this.container=this.createContainer(),this.liveRegion=e("<span>",{role:"status","aria-live":"polite"}).addClass("select2-hidden-accessible").appendTo(document.body),this.containerId="s2id_"+(t.element.attr("id")||"autogen"+o()),this.containerEventName=this.containerId.replace(/([.])/g,"_").replace(/([;&,\-\.\+\*\~':"\!\^#$%@\[\]\(\)=>\|])/g,"\\$1"),this.container.attr("id",this.containerId),this.container.attr("title",t.element.attr("title")),this.body=e("body"),x(this.container,this.opts.element,this.opts.adaptContainerCssClass),this.container.attr("style",t.element.attr("style")),this.container.css(S(t.containerCss,this.opts.element)),this.container.addClass(S(t.containerCssClass,this.opts.element)),this.elementTabIndex=this.opts.element.attr("tabindex"),this.opts.element.data("select2",this).attr("tabindex","-1").before(this.container).on("click.select2",w),this.container.data("select2",this),this.dropdown=this.container.find(".select2-drop"),x(this.dropdown,this.opts.element,this.opts.adaptDropdownCssClass),this.dropdown.addClass(S(t.dropdownCssClass,this.opts.element)),this.dropdown.data("select2",this),this.dropdown.on("click",w),this.results=n=this.container.find(".select2-results"),this.search=i=this.container.find("input.select2-input"),this.queryCount=0,this.resultsPage=0,this.context=null,this.initContainer(),this.container.on("click",w),this.results.on("mousemove",(function(t){var n=u;void 0!==n&&n.x===t.pageX&&n.y===t.pageY||e(t.target).trigger("mousemove-filtered",t)})),this.dropdown.on("mousemove-filtered",".select2-results",this.bind(this.highlightUnderEvent)),this.dropdown.on("touchstart touchmove touchend",".select2-results",this.bind((function(e){this._touchEvent=!0,this.highlightUnderEvent(e)}))),this.dropdown.on("touchmove",".select2-results",this.bind(this.touchMoved)),this.dropdown.on("touchstart touchend",".select2-results",this.bind(this.clearTouchMoved)),this.dropdown.on("click",this.bind((function(e){this._touchEvent&&(this._touchEvent=!1,this.selectHighlighted())}))),function(e,t){var n=b(e,(function(e){t.trigger("scroll-debounced",e)}));t.on("scroll",(function(e){m(e.target,t.get())>=0&&n(e)}))}(80,this.results),this.dropdown.on("scroll-debounced",".select2-results",this.bind(this.loadMoreIfNeeded)),e(this.container).on("change",".select2-input",(function(e){e.stopPropagation()})),e(this.dropdown).on("change",".select2-input",(function(e){e.stopPropagation()})),e.fn.mousewheel&&n.mousewheel((function(e,t,i,r){var o=n.scrollTop();r>0&&o-r<=0?(n.scrollTop(0),w(e)):r<0&&n.get(0).scrollHeight-n.scrollTop()+r<=n.height()&&(n.scrollTop(n.get(0).scrollHeight-n.height()),w(e))})),y(i),i.on("keyup-change input paste",this.bind(this.updateResults)),i.on("focus",(function(){i.addClass("select2-focused")})),i.on("blur",(function(){i.removeClass("select2-focused")})),this.dropdown.on("mouseup",".select2-results",this.bind((function(t){e(t.target).closest(".select2-result-selectable").length>0&&(this.highlightUnderEvent(t),this.selectHighlighted(t))}))),this.dropdown.on("click mouseup mousedown touchstart touchend focusin",(function(e){e.stopPropagation()})),this.nextSearchTerm=void 0,e.isFunction(this.opts.initSelection)&&(this.initSelection(),this.monitorSource()),null!==t.maximumInputLength&&this.search.attr("maxlength",t.maximumInputLength);var r=t.element.prop("disabled");void 0===r&&(r=!1),this.enable(!r);var s=t.element.prop("readonly");void 0===s&&(s=!1),this.readonly(s),l=l||function(){var t=e("<div class='select2-measure-scrollbar'></div>");t.appendTo("body");var n={width:t.width()-t[0].clientWidth,height:t.height()-t[0].clientHeight};return t.remove(),n}(),this.autofocus=t.element.prop("autofocus"),t.element.prop("autofocus",!1),this.autofocus&&this.focus(),this.search.attr("placeholder",t.searchInputPlaceholder)},destroy:function(){var e=this.opts.element,t=e.data("select2"),n=this;this.close(),e.length&&e[0].detachEvent&&e.each((function(){this.detachEvent("onpropertychange",n._sync)})),this.propertyObserver&&(this.propertyObserver.disconnect(),this.propertyObserver=null),this._sync=null,void 0!==t&&(t.container.remove(),t.liveRegion.remove(),t.dropdown.remove(),e.removeClass("select2-offscreen").removeData("select2").off(".select2").prop("autofocus",this.autofocus||!1),this.elementTabIndex?e.attr({tabindex:this.elementTabIndex}):e.removeAttr("tabindex"),e.show()),E.call(this,"container","liveRegion","dropdown","results","search")},optionToData:function(e){return e.is("option")?{id:e.prop("value"),text:e.text(),element:e.get(),css:e.attr("class"),disabled:e.prop("disabled"),locked:g(e.attr("locked"),"locked")||g(e.data("locked"),!0)}:e.is("optgroup")?{text:e.attr("label"),children:[],element:e.get(),css:e.attr("class")}:void 0},prepareOpts:function(t){var n,i,r,s,a=this;if("select"===(n=t.element).get(0).tagName.toLowerCase()&&(this.select=i=t.element),i&&e.each(["id","multiple","ajax","query","createSearchChoice","initSelection","data","tags"],(function(){if(this in t)throw new Error("Option '"+this+"' is not allowed for Select2 when attached to a <select> element.")})),"function"!=typeof(t=e.extend({},{populateResults:function(n,i,r){var s,l=this.opts.id,c=this.liveRegion;(s=function(n,i,u){var d,h,f,p,m,g,v,_,y,b,w=[];for(d=0,h=(n=t.sortResults(n,i,r)).length;d<h;d+=1)p=!(m=!0===(f=n[d]).disabled)&&void 0!==l(f),g=f.children&&f.children.length>0,(v=e("<li></li>")).addClass("select2-results-dept-"+u),v.addClass("select2-result"),v.addClass(p?"select2-result-selectable":"select2-result-unselectable"),m&&v.addClass("select2-disabled"),g&&v.addClass("select2-result-with-children"),v.addClass(a.opts.formatResultCssClass(f)),v.attr("role","presentation"),(_=e(document.createElement("div"))).addClass("select2-result-label"),_.attr("id","select2-result-label-"+o()),_.attr("role","option"),void 0!==(b=t.formatResult(f,_,r,a.opts.escapeMarkup))&&(_.html(b),v.append(_)),g&&((y=e("<ul></ul>")).addClass("select2-result-sub"),s(f.children,y,u+1),v.append(y)),v.data("select2-data",f),w.push(v[0]);i.append(w),c.text(t.formatMatches(n.length))})(i,n,0)}},e.fn.select2.defaults,t)).id&&(r=t.id,t.id=function(e){return e[r]}),e.isArray(t.element.data("select2Tags"))){if("tags"in t)throw"tags specified as both an attribute 'data-select2-tags' and in options of Select2 "+t.element.attr("id");t.tags=t.element.data("select2Tags")}if(i?(t.query=this.bind((function(e){var t,i,r,o={results:[],more:!1},s=e.term;r=function(t,n){var i;t.is("option")?e.matcher(s,t.text(),t)&&n.push(a.optionToData(t)):t.is("optgroup")&&(i=a.optionToData(t),t.children().each2((function(e,t){r(t,i.children)})),i.children.length>0&&n.push(i))},t=n.children(),void 0!==this.getPlaceholder()&&t.length>0&&(i=this.getPlaceholderOption())&&(t=t.not(i)),t.each2((function(e,t){r(t,o.results)})),e.callback(o)})),t.id=function(e){return e.id}):"query"in t||("ajax"in t?((s=t.element.data("ajax-url"))&&s.length>0&&(t.ajax.url=s),t.query=A.call(t.element,t.ajax)):"data"in t?t.query=L(t.data):"tags"in t&&(t.query=T(t.tags),void 0===t.createSearchChoice&&(t.createSearchChoice=function(t){return{id:e.trim(t),text:e.trim(t)}}),void 0===t.initSelection&&(t.initSelection=function(n,i){var r=[];e(v(n.val(),t.separator)).each((function(){var n={id:this,text:this},i=t.tags;e.isFunction(i)&&(i=i()),e(i).each((function(){if(g(this.id,n.id))return n=this,!1})),r.push(n)})),i(r)}))),"function"!=typeof t.query)throw"query function not defined for Select2 "+t.element.attr("id");if("top"===t.createSearchChoicePosition)t.createSearchChoicePosition=function(e,t){e.unshift(t)};else if("bottom"===t.createSearchChoicePosition)t.createSearchChoicePosition=function(e,t){e.push(t)};else if("function"!=typeof t.createSearchChoicePosition)throw"invalid createSearchChoicePosition option must be 'top', 'bottom' or a custom function";return t},monitorSource:function(){var t,n=this.opts.element,i=this;n.on("change.select2",this.bind((function(e){!0!==this.opts.element.data("select2-change-triggered")&&this.initSelection()}))),this._sync=this.bind((function(){var e=n.prop("disabled");void 0===e&&(e=!1),this.enable(!e);var t=n.prop("readonly");void 0===t&&(t=!1),this.readonly(t),x(this.container,this.opts.element,this.opts.adaptContainerCssClass),this.container.addClass(S(this.opts.containerCssClass,this.opts.element)),x(this.dropdown,this.opts.element,this.opts.adaptDropdownCssClass),this.dropdown.addClass(S(this.opts.dropdownCssClass,this.opts.element))})),n.length&&n[0].attachEvent&&n.each((function(){this.attachEvent("onpropertychange",i._sync)})),void 0!==(t=window.MutationObserver||window.WebKitMutationObserver||window.MozMutationObserver)&&(this.propertyObserver&&(delete this.propertyObserver,this.propertyObserver=null),this.propertyObserver=new t((function(t){e.each(t,i._sync)})),this.propertyObserver.observe(n.get(0),{attributes:!0,subtree:!1}))},triggerSelect:function(t){var n=e.Event("select2-selecting",{val:this.id(t),object:t,choice:t});return this.opts.element.trigger(n),!n.isDefaultPrevented()},triggerChange:function(t){t=t||{},t=e.extend({},t,{type:"change",val:this.val()}),this.opts.element.data("select2-change-triggered",!0),this.opts.element.trigger(t),this.opts.element.data("select2-change-triggered",!1),this.opts.element.click(),this.opts.blurOnChange&&this.opts.element.blur()},isInterfaceEnabled:function(){return!0===this.enabledInterface},enableInterface:function(){var e=this._enabled&&!this._readonly,t=!e;return e!==this.enabledInterface&&(this.container.toggleClass("select2-container-disabled",t),this.close(),this.enabledInterface=e,!0)},enable:function(e){void 0===e&&(e=!0),this._enabled!==e&&(this._enabled=e,this.opts.element.prop("disabled",!e),this.enableInterface())},disable:function(){this.enable(!1)},readonly:function(e){void 0===e&&(e=!1),this._readonly!==e&&(this._readonly=e,this.opts.element.prop("readonly",e),this.enableInterface())},opened:function(){return!!this.container&&this.container.hasClass("select2-dropdown-open")},positionDropdown:function(){var t,n,i,r,o,s=this.dropdown,a=this.container.offset(),c=this.container.outerHeight(!1),u=this.container.outerWidth(!1),d=s.outerHeight(!1),h=e(window),f=h.width(),p=h.height(),m=h.scrollLeft()+f,g=h.scrollTop()+p,v=a.top+c,_=a.left,y=v+d<=g,b=a.top-d>=h.scrollTop(),w=s.outerWidth(!1),x=_+w<=m;s.hasClass("select2-drop-above")?(n=!0,!b&&y&&(i=!0,n=!1)):(n=!1,!y&&b&&(i=!0,n=!0)),i&&(s.hide(),a=this.container.offset(),c=this.container.outerHeight(!1),u=this.container.outerWidth(!1),d=s.outerHeight(!1),m=h.scrollLeft()+f,g=h.scrollTop()+p,v=a.top+c,x=(_=a.left)+(w=s.outerWidth(!1))<=m,s.show(),this.focusSearch()),this.opts.dropdownAutoWidth?(o=e(".select2-results",s)[0],s.addClass("select2-drop-auto-width"),s.css("width",""),(w=s.outerWidth(!1)+(o.scrollHeight===o.clientHeight?0:l.width))>u?u=w:w=u,d=s.outerHeight(!1),x=_+w<=m):this.container.removeClass("select2-drop-auto-width"),"static"!==this.body.css("position")&&(v-=(t=this.body.offset()).top,_-=t.left),x||(_=a.left+this.container.outerWidth(!1)-w),r={left:_,width:u},n?(r.top=a.top-d,r.bottom="auto",this.container.addClass("select2-drop-above"),s.addClass("select2-drop-above")):(r.top=v,r.bottom="auto",this.container.removeClass("select2-drop-above"),s.removeClass("select2-drop-above")),r=e.extend(r,S(this.opts.dropdownCss,this.opts.element)),s.css(r)},shouldOpen:function(){var t;return!this.opened()&&(!1!==this._enabled&&!0!==this._readonly&&(t=e.Event("select2-opening"),this.opts.element.trigger(t),!t.isDefaultPrevented()))},clearDropdownAlignmentPreference:function(){this.container.removeClass("select2-drop-above"),this.dropdown.removeClass("select2-drop-above")},open:function(){return!!this.shouldOpen()&&(this.opening(),a.on("mousemove.select2Event",(function(e){u.x=e.pageX,u.y=e.pageY})),!0)},opening:function(){var t,n=this.containerEventName,i="scroll."+n,r="resize."+n,o="orientationchange."+n;this.container.addClass("select2-dropdown-open").addClass("select2-container-active"),this.clearDropdownAlignmentPreference(),this.dropdown[0]!==this.body.children().last()[0]&&this.dropdown.detach().appendTo(this.body),0==(t=e("#select2-drop-mask")).length&&((t=e(document.createElement("div"))).attr("id","select2-drop-mask").attr("class","select2-drop-mask"),t.hide(),t.appendTo(this.body),t.on("mousedown touchstart click",(function(n){f(t);var i,r=e("#select2-drop");r.length>0&&((i=r.data("select2")).opts.selectOnBlur&&i.selectHighlighted({noFocus:!0}),i.close(),n.preventDefault(),n.stopPropagation())}))),this.dropdown.prev()[0]!==t[0]&&this.dropdown.before(t),e("#select2-drop").removeAttr("id"),this.dropdown.attr("id","select2-drop"),t.show(),this.positionDropdown(),this.dropdown.show(),this.positionDropdown(),this.dropdown.addClass("select2-drop-active");var s=this;this.container.parents().add(window).each((function(){e(this).on(r+" "+i+" "+o,(function(e){s.opened()&&s.positionDropdown()}))}))},close:function(){if(this.opened()){var t=this.containerEventName,n="scroll."+t,i="resize."+t,r="orientationchange."+t;this.container.parents().add(window).each((function(){e(this).off(n).off(i).off(r)})),this.clearDropdownAlignmentPreference(),e("#select2-drop-mask").hide(),this.dropdown.removeAttr("id"),this.dropdown.hide(),this.container.removeClass("select2-dropdown-open").removeClass("select2-container-active"),this.results.empty(),a.off("mousemove.select2Event"),this.clearSearch(),this.search.removeClass("select2-active"),this.opts.element.trigger(e.Event("select2-close"))}},externalSearch:function(e){this.open(),this.search.val(e),this.updateResults(!1)},clearSearch:function(){},getMaximumSelectionSize:function(){return S(this.opts.maximumSelectionSize,this.opts.element)},ensureHighlightVisible:function(){var t,n,i,r,o,s,a,l,c=this.results;(n=this.highlight())<0||(0!=n?(t=this.findHighlightableChoices().find(".select2-result-label"),r=(l=((i=e(t[n])).offset()||{}).top||0)+i.outerHeight(!0),n===t.length-1&&(a=c.find("li.select2-more-results")).length>0&&(r=a.offset().top+a.outerHeight(!0)),r>(o=c.offset().top+c.outerHeight(!0))&&c.scrollTop(c.scrollTop()+(r-o)),(s=l-c.offset().top)<0&&"none"!=i.css("display")&&c.scrollTop(c.scrollTop()+s)):c.scrollTop(0))},findHighlightableChoices:function(){return this.results.find(".select2-result-selectable:not(.select2-disabled):not(.select2-selected)")},moveHighlight:function(t){for(var n=this.findHighlightableChoices(),i=this.highlight();i>-1&&i<n.length;){var r=e(n[i+=t]);if(r.hasClass("select2-result-selectable")&&!r.hasClass("select2-disabled")&&!r.hasClass("select2-selected")){this.highlight(i);break}}},highlight:function(t){var n,i,r=this.findHighlightableChoices();if(0===arguments.length)return m(r.filter(".select2-highlighted")[0],r.get());t>=r.length&&(t=r.length-1),t<0&&(t=0),this.removeHighlight(),(n=e(r[t])).addClass("select2-highlighted"),this.search.attr("aria-activedescendant",n.find(".select2-result-label").attr("id")),this.ensureHighlightVisible(),this.liveRegion.text(n.text()),(i=n.data("select2-data"))&&this.opts.element.trigger({type:"select2-highlight",val:this.id(i),choice:i})},removeHighlight:function(){this.results.find(".select2-highlighted").removeClass("select2-highlighted")},touchMoved:function(){this._touchMoved=!0},clearTouchMoved:function(){this._touchMoved=!1},countSelectableResults:function(){return this.findHighlightableChoices().length},highlightUnderEvent:function(t){var n=e(t.target).closest(".select2-result-selectable");if(n.length>0&&!n.is(".select2-highlighted")){var i=this.findHighlightableChoices();this.highlight(i.index(n))}else 0==n.length&&this.removeHighlight()},loadMoreIfNeeded:function(){var e=this.results,t=e.find("li.select2-more-results"),n=this.resultsPage+1,i=this,r=this.search.val(),o=this.context;0!==t.length&&t.offset().top-e.offset().top-e.height()<=this.opts.loadMorePadding&&(t.addClass("select2-active"),this.opts.query({element:this.opts.element,term:r,page:n,context:o,matcher:this.opts.matcher,callback:this.bind((function(s){i.opened()&&(i.opts.populateResults.call(this,e,s.results,{term:r,page:n,context:o}),i.postprocessResults(s,!1,!1),!0===s.more?(t.detach().appendTo(e).text(S(i.opts.formatLoadMore,i.opts.element,n+1)),window.setTimeout((function(){i.loadMoreIfNeeded()}),10)):t.remove(),i.positionDropdown(),i.resultsPage=n,i.context=s.context,this.opts.element.trigger({type:"select2-loaded",items:s}))}))}))},tokenize:function(){},updateResults:function(t){var n,i,r,o=this.search,s=this.results,a=this.opts,l=this,c=o.val(),u=e.data(this.container,"select2-last-term");if((!0===t||!u||!g(c,u))&&(e.data(this.container,"select2-last-term",c),!0===t||!1!==this.showSearchInput&&this.opened())){r=++this.queryCount;var d=this.getMaximumSelectionSize();if(!(d>=1&&(n=this.data(),e.isArray(n)&&n.length>=d&&D(a.formatSelectionTooBig,"formatSelectionTooBig"))))return o.val().length<a.minimumInputLength?(D(a.formatInputTooShort,"formatInputTooShort")?f("<li class='select2-no-results'>"+S(a.formatInputTooShort,a.element,o.val(),a.minimumInputLength)+"</li>"):f(""),void(t&&this.showSearch&&this.showSearch(!0))):void(a.maximumInputLength&&o.val().length>a.maximumInputLength?D(a.formatInputTooLong,"formatInputTooLong")?f("<li class='select2-no-results'>"+S(a.formatInputTooLong,a.element,o.val(),a.maximumInputLength)+"</li>"):f(""):(a.formatSearching&&0===this.findHighlightableChoices().length&&f("<li class='select2-searching'>"+S(a.formatSearching,a.element)+"</li>"),o.addClass("select2-active"),this.removeHighlight(),null!=(i=this.tokenize())&&null!=i&&o.val(i),this.resultsPage=1,a.query({element:a.element,term:o.val(),page:this.resultsPage,context:null,matcher:a.matcher,callback:this.bind((function(n){var i;r==this.queryCount&&(this.opened()?void 0!==n.hasError&&D(a.formatAjaxError,"formatAjaxError")?f("<li class='select2-ajax-error'>"+S(a.formatAjaxError,a.element,n.jqXHR,n.textStatus,n.errorThrown)+"</li>"):(this.context=void 0===n.context?null:n.context,this.opts.createSearchChoice&&""!==o.val()&&null!=(i=this.opts.createSearchChoice.call(l,o.val(),n.results))&&void 0!==l.id(i)&&null!==l.id(i)&&0===e(n.results).filter((function(){return g(l.id(this),l.id(i))})).length&&this.opts.createSearchChoicePosition(n.results,i),0===n.results.length&&D(a.formatNoMatches,"formatNoMatches")?f("<li class='select2-no-results'>"+S(a.formatNoMatches,a.element,o.val())+"</li>"):(s.empty(),l.opts.populateResults.call(this,s,n.results,{term:o.val(),page:this.resultsPage,context:null}),!0===n.more&&D(a.formatLoadMore,"formatLoadMore")&&(s.append("<li class='select2-more-results'>"+a.escapeMarkup(S(a.formatLoadMore,a.element,this.resultsPage))+"</li>"),window.setTimeout((function(){l.loadMoreIfNeeded()}),10)),this.postprocessResults(n,t),h(),this.opts.element.trigger({type:"select2-loaded",items:n}))):this.search.removeClass("select2-active"))}))})));f("<li class='select2-selection-limit'>"+S(a.formatSelectionTooBig,a.element,d)+"</li>")}function h(){o.removeClass("select2-active"),l.positionDropdown(),s.find(".select2-no-results,.select2-selection-limit,.select2-searching").length?l.liveRegion.text(s.text()):l.liveRegion.text(l.opts.formatMatches(s.find(".select2-result-selectable").length))}function f(e){s.html(e),h()}},cancel:function(){this.close()},blur:function(){this.opts.selectOnBlur&&this.selectHighlighted({noFocus:!0}),this.close(),this.container.removeClass("select2-container-active"),this.search[0]===document.activeElement&&this.search.blur(),this.clearSearch(),this.selection.find(".select2-search-choice-focus").removeClass("select2-search-choice-focus")},focusSearch:function(){var e;(e=this.search)[0]!==document.activeElement&&window.setTimeout((function(){var t,n=e[0],i=e.val().length;e.focus(),(n.offsetWidth>0||n.offsetHeight>0)&&n===document.activeElement&&(n.setSelectionRange?n.setSelectionRange(i,i):n.createTextRange&&((t=n.createTextRange()).collapse(!1),t.select()))}),0)},selectHighlighted:function(e){if(this._touchMoved)this.clearTouchMoved();else{var t=this.highlight(),n=this.results.find(".select2-highlighted").closest(".select2-result").data("select2-data");n?(this.highlight(t),this.onSelect(n,e)):e&&e.noFocus&&this.close()}},getPlaceholder:function(){var e;return this.opts.element.attr("placeholder")||this.opts.element.attr("data-placeholder")||this.opts.element.data("placeholder")||this.opts.placeholder||(void 0!==(e=this.getPlaceholderOption())?e.text():void 0)},getPlaceholderOption:function(){if(this.select){var t=this.select.children("option").first();if(void 0!==this.opts.placeholderOption)return"first"===this.opts.placeholderOption&&t||"function"==typeof this.opts.placeholderOption&&this.opts.placeholderOption(this.select);if(""===e.trim(t.text())&&""===t.val())return t}},initContainerWidth:function(){var t=function(){var t,n,i,r,o;if("off"===this.opts.width)return null;if("element"===this.opts.width)return 0===this.opts.element.outerWidth(!1)?"auto":this.opts.element.outerWidth(!1)+"px";if("copy"===this.opts.width||"resolve"===this.opts.width){if(void 0!==(t=this.opts.element.attr("style")))for(r=0,o=(n=t.split(";")).length;r<o;r+=1)if(null!==(i=n[r].replace(/\s/g,"").match(/^width:(([-+]?([0-9]*\.)?[0-9]+)(px|em|ex|%|in|cm|mm|pt|pc))/i))&&i.length>=1)return i[1];return"resolve"===this.opts.width?(t=this.opts.element.css("width")).indexOf("%")>0?t:0===this.opts.element.outerWidth(!1)?"auto":this.opts.element.outerWidth(!1)+"px":null}return e.isFunction(this.opts.width)?this.opts.width():this.opts.width}.call(this);null!==t&&this.container.css("width",t)}}),i=Y(n,{createContainer:function(){return e(document.createElement("div")).attr({class:"select2-container"}).html(["<a href='javascript:void(0)' class='select2-choice' tabindex='-1'>"," <span class='select2-chosen'>&#160;</span><abbr class='select2-search-choice-close'></abbr>"," <span class='select2-arrow' role='presentation'><b role='presentation'></b></span>","</a>","<label for='' class='select2-offscreen'></label>","<input class='select2-focusser select2-offscreen' type='text' aria-haspopup='true' role='button' />","<div class='select2-drop select2-display-none'>"," <div class='select2-search'>"," <label for='' class='select2-offscreen'></label>"," <input type='text' autocomplete='off' autocorrect='off' autocapitalize='off' spellcheck='false' class='select2-input' role='combobox' aria-expanded='true'"," aria-autocomplete='list' />"," </div>"," <ul class='select2-results' role='listbox'>"," </ul>","</div>"].join(""))},enableInterface:function(){this.parent.enableInterface.apply(this,arguments)&&this.focusser.prop("disabled",!this.isInterfaceEnabled())},opening:function(){var t,n,i;this.opts.minimumResultsForSearch>=0&&this.showSearch(!0),this.parent.opening.apply(this,arguments),!1!==this.showSearchInput&&this.search.val(this.focusser.val()),this.opts.shouldFocusInput(this)&&(this.search.focus(),(t=this.search.get(0)).createTextRange?((n=t.createTextRange()).collapse(!1),n.select()):t.setSelectionRange&&(i=this.search.val().length,t.setSelectionRange(i,i))),""===this.search.val()&&null!=this.nextSearchTerm&&(this.search.val(this.nextSearchTerm),this.search.select()),this.focusser.prop("disabled",!0).val(""),this.updateResults(!0),this.opts.element.trigger(e.Event("select2-open"))},close:function(){this.opened()&&(this.parent.close.apply(this,arguments),this.focusser.prop("disabled",!1),this.opts.shouldFocusInput(this)&&this.focusser.focus())},focus:function(){this.opened()?this.close():(this.focusser.prop("disabled",!1),this.opts.shouldFocusInput(this)&&this.focusser.focus())},isFocused:function(){return this.container.hasClass("select2-container-active")},cancel:function(){this.parent.cancel.apply(this,arguments),this.focusser.prop("disabled",!1),this.opts.shouldFocusInput(this)&&this.focusser.focus()},destroy:function(){e("label[for='"+this.focusser.attr("id")+"']").attr("for",this.opts.element.attr("id")),this.parent.destroy.apply(this,arguments),E.call(this,"selection","focusser")},initContainer:function(){var t,n,i=this.container,r=this.dropdown,s=o();this.opts.minimumResultsForSearch<0?this.showSearch(!1):this.showSearch(!0),this.selection=t=i.find(".select2-choice"),this.focusser=i.find(".select2-focusser"),t.find(".select2-chosen").attr("id","select2-chosen-"+s),this.focusser.attr("aria-labelledby","select2-chosen-"+s),this.results.attr("id","select2-results-"+s),this.search.attr("aria-owns","select2-results-"+s),this.focusser.attr("id","s2id_autogen"+s),n=e("label[for='"+this.opts.element.attr("id")+"']"),this.focusser.prev().text(n.text()).attr("for",this.focusser.attr("id"));var a=this.opts.element.attr("title");this.opts.element.attr("title",a||n.text()),this.focusser.attr("tabindex",this.elementTabIndex),this.search.attr("id",this.focusser.attr("id")+"_search"),this.search.prev().text(e("label[for='"+this.focusser.attr("id")+"']").text()).attr("for",this.search.attr("id")),this.search.on("keydown",this.bind((function(e){if(this.isInterfaceEnabled()&&229!=e.keyCode)if(e.which!==d.PAGE_UP&&e.which!==d.PAGE_DOWN)switch(e.which){case d.UP:case d.DOWN:return this.moveHighlight(e.which===d.UP?-1:1),void w(e);case d.ENTER:return this.selectHighlighted(),void w(e);case d.TAB:return void this.selectHighlighted({noFocus:!0});case d.ESC:return this.cancel(e),void w(e)}else w(e)}))),this.search.on("blur",this.bind((function(e){document.activeElement===this.body.get(0)&&window.setTimeout(this.bind((function(){this.opened()&&this.search.focus()})),0)}))),this.focusser.on("keydown",this.bind((function(e){if(this.isInterfaceEnabled()&&e.which!==d.TAB&&!d.isControl(e)&&!d.isFunctionKey(e)&&e.which!==d.ESC){if(!1!==this.opts.openOnEnter||e.which!==d.ENTER){if(e.which==d.DOWN||e.which==d.UP||e.which==d.ENTER&&this.opts.openOnEnter){if(e.altKey||e.ctrlKey||e.shiftKey||e.metaKey)return;return this.open(),void w(e)}return e.which==d.DELETE||e.which==d.BACKSPACE?(this.opts.allowClear&&this.clear(),void w(e)):void 0}w(e)}}))),y(this.focusser),this.focusser.on("keyup-change input",this.bind((function(e){if(this.opts.minimumResultsForSearch>=0){if(e.stopPropagation(),this.opened())return;this.open()}}))),t.on("mousedown touchstart","abbr",this.bind((function(e){this.isInterfaceEnabled()&&(this.clear(),function(e){e.preventDefault(),e.stopImmediatePropagation()}(e),this.close(),this.selection.focus())}))),t.on("mousedown touchstart",this.bind((function(n){f(t),this.container.hasClass("select2-container-active")||this.opts.element.trigger(e.Event("select2-focus")),this.opened()?this.close():this.isInterfaceEnabled()&&this.open(),w(n)}))),r.on("mousedown touchstart",this.bind((function(){this.opts.shouldFocusInput(this)&&this.search.focus()}))),t.on("focus",this.bind((function(e){w(e)}))),this.focusser.on("focus",this.bind((function(){this.container.hasClass("select2-container-active")||this.opts.element.trigger(e.Event("select2-focus")),this.container.addClass("select2-container-active")}))).on("blur",this.bind((function(){this.opened()||(this.container.removeClass("select2-container-active"),this.opts.element.trigger(e.Event("select2-blur")))}))),this.search.on("focus",this.bind((function(){this.container.hasClass("select2-container-active")||this.opts.element.trigger(e.Event("select2-focus")),this.container.addClass("select2-container-active")}))),this.initContainerWidth(),this.opts.element.addClass("select2-offscreen"),this.setPlaceholder()},clear:function(t){var n=this.selection.data("select2-data");if(n){var i=e.Event("select2-clearing");if(this.opts.element.trigger(i),i.isDefaultPrevented())return;var r=this.getPlaceholderOption();this.opts.element.val(r?r.val():""),this.selection.find(".select2-chosen").empty(),this.selection.removeData("select2-data"),this.setPlaceholder(),!1!==t&&(this.opts.element.trigger({type:"select2-removed",val:this.id(n),choice:n}),this.triggerChange({removed:n}))}},initSelection:function(){if(this.isPlaceholderOptionSelected())this.updateSelection(null),this.close(),this.setPlaceholder();else{var e=this;this.opts.initSelection.call(null,this.opts.element,(function(t){null!=t&&(e.updateSelection(t),e.close(),e.setPlaceholder(),e.nextSearchTerm=e.opts.nextSearchTerm(t,e.search.val()))}))}},isPlaceholderOptionSelected:function(){var e;return void 0!==this.getPlaceholder()&&(void 0!==(e=this.getPlaceholderOption())&&e.prop("selected")||""===this.opts.element.val()||void 0===this.opts.element.val()||null===this.opts.element.val())},prepareOpts:function(){var t=this.parent.prepareOpts.apply(this,arguments),n=this;return"select"===t.element.get(0).tagName.toLowerCase()?t.initSelection=function(e,t){var i=e.find("option").filter((function(){return this.selected&&!this.disabled}));t(n.optionToData(i))}:"data"in t&&(t.initSelection=t.initSelection||function(n,i){var r=n.val(),o=null;t.query({matcher:function(e,n,i){var s=g(r,t.id(i));return s&&(o=i),s},callback:e.isFunction(i)?function(){i(o)}:e.noop})}),t},getPlaceholder:function(){if(!this.select||void 0!==this.getPlaceholderOption())return this.parent.getPlaceholder.apply(this,arguments)},setPlaceholder:function(){var e=this.getPlaceholder();if(this.isPlaceholderOptionSelected()&&void 0!==e){if(this.select&&void 0===this.getPlaceholderOption())return;this.selection.find(".select2-chosen").html(this.opts.escapeMarkup(e)),this.selection.addClass("select2-default"),this.container.removeClass("select2-allowclear")}},postprocessResults:function(t,n,i){var r=0,o=this;if(this.findHighlightableChoices().each2((function(e,t){if(g(o.id(t.data("select2-data")),o.opts.element.val()))return r=e,!1})),!1!==i&&(!0===n&&r>=0?this.highlight(r):this.highlight(0)),!0===n){var s=this.opts.minimumResultsForSearch;s>=0&&this.showSearch(function t(n){var i=0;return e.each(n,(function(e,n){n.children?i+=t(n.children):i++})),i}(t.results)>=s)}},showSearch:function(t){this.showSearchInput!==t&&(this.showSearchInput=t,this.dropdown.find(".select2-search").toggleClass("select2-search-hidden",!t),this.dropdown.find(".select2-search").toggleClass("select2-offscreen",!t),e(this.dropdown,this.container).toggleClass("select2-with-searchbox",t))},onSelect:function(e,t){if(this.triggerSelect(e)){var n=this.opts.element.val(),i=this.data();this.opts.element.val(this.id(e)),this.updateSelection(e),this.opts.element.trigger({type:"select2-selected",val:this.id(e),choice:e}),this.nextSearchTerm=this.opts.nextSearchTerm(e,this.search.val()),this.close(),t&&t.noFocus||!this.opts.shouldFocusInput(this)||this.focusser.focus(),g(n,this.id(e))||this.triggerChange({added:e,removed:i})}},updateSelection:function(e){var t,n,i=this.selection.find(".select2-chosen");this.selection.data("select2-data",e),i.empty(),null!==e&&(t=this.opts.formatSelection(e,i,this.opts.escapeMarkup)),void 0!==t&&i.append(t),void 0!==(n=this.opts.formatSelectionCssClass(e,i))&&i.addClass(n),this.selection.removeClass("select2-default"),this.opts.allowClear&&void 0!==this.getPlaceholder()&&this.container.addClass("select2-allowclear")},val:function(){var e,t=!1,n=null,i=this,r=this.data();if(0===arguments.length)return this.opts.element.val();if(e=arguments[0],arguments.length>1&&(t=arguments[1]),this.select)this.select.val(e).find("option").filter((function(){return this.selected})).each2((function(e,t){return n=i.optionToData(t),!1})),this.updateSelection(n),this.setPlaceholder(),t&&this.triggerChange({added:n,removed:r});else{if(!e&&0!==e)return void this.clear(t);if(void 0===this.opts.initSelection)throw new Error("cannot call val() if initSelection() is not defined");this.opts.element.val(e),this.opts.initSelection(this.opts.element,(function(e){i.opts.element.val(e?i.id(e):""),i.updateSelection(e),i.setPlaceholder(),t&&i.triggerChange({added:e,removed:r})}))}},clearSearch:function(){this.search.val(""),this.focusser.val("")},data:function(e){var t,n=!1;if(0===arguments.length)return null==(t=this.selection.data("select2-data"))&&(t=null),t;arguments.length>1&&(n=arguments[1]),e?(t=this.data(),this.opts.element.val(e?this.id(e):""),this.updateSelection(e),n&&this.triggerChange({added:e,removed:t})):this.clear(n)}}),r=Y(n,{createContainer:function(){return e(document.createElement("div")).attr({class:"select2-container select2-container-multi"}).html(["<ul class='select2-choices'>"," <li class='select2-search-field'>"," <label for='' class='select2-offscreen'></label>"," <input type='text' autocomplete='off' autocorrect='off' autocapitalize='off' spellcheck='false' class='select2-input'>"," </li>","</ul>","<div class='select2-drop select2-drop-multi select2-display-none'>"," <ul class='select2-results'>"," </ul>","</div>"].join(""))},prepareOpts:function(){var t=this.parent.prepareOpts.apply(this,arguments),n=this;return"select"===t.element.get(0).tagName.toLowerCase()?t.initSelection=function(e,t){var i=[];e.find("option").filter((function(){return this.selected&&!this.disabled})).each2((function(e,t){i.push(n.optionToData(t))})),t(i)}:"data"in t&&(t.initSelection=t.initSelection||function(n,i){var r=v(n.val(),t.separator),o=[];t.query({matcher:function(n,i,s){var a=e.grep(r,(function(e){return g(e,t.id(s))})).length;return a&&o.push(s),a},callback:e.isFunction(i)?function(){for(var e=[],n=0;n<r.length;n++)for(var s=r[n],a=0;a<o.length;a++){var l=o[a];if(g(s,t.id(l))){e.push(l),o.splice(a,1);break}}i(e)}:e.noop})}),t},selectChoice:function(e){var t=this.container.find(".select2-search-choice-focus");t.length&&e&&e[0]==t[0]||(t.length&&this.opts.element.trigger("choice-deselected",t),t.removeClass("select2-search-choice-focus"),e&&e.length&&(this.close(),e.addClass("select2-search-choice-focus"),this.opts.element.trigger("choice-selected",e)))},destroy:function(){e("label[for='"+this.search.attr("id")+"']").attr("for",this.opts.element.attr("id")),this.parent.destroy.apply(this,arguments),E.call(this,"searchContainer","selection")},initContainer:function(){var t,n=".select2-choices";this.searchContainer=this.container.find(".select2-search-field"),this.selection=t=this.container.find(n);var i=this;this.selection.on("click",".select2-search-choice:not(.select2-locked)",(function(t){i.search[0].focus(),i.selectChoice(e(this))})),this.search.attr("id","s2id_autogen"+o()),this.search.prev().text(e("label[for='"+this.opts.element.attr("id")+"']").text()).attr("for",this.search.attr("id")),this.search.on("input paste",this.bind((function(){this.search.attr("placeholder")&&0==this.search.val().length||this.isInterfaceEnabled()&&(this.opened()||this.open())}))),this.search.attr("tabindex",this.elementTabIndex),this.keydowns=0,this.search.on("keydown",this.bind((function(n){if(this.isInterfaceEnabled()){++this.keydowns;var i=t.find(".select2-search-choice-focus"),r=i.prev(".select2-search-choice:not(.select2-locked)"),o=i.next(".select2-search-choice:not(.select2-locked)"),s=function(t){var n=0,i=0;if("selectionStart"in(t=e(t)[0]))n=t.selectionStart,i=t.selectionEnd-n;else if("selection"in document){t.focus();var r=document.selection.createRange();i=document.selection.createRange().text.length,r.moveStart("character",-t.value.length),n=r.text.length-i}return{offset:n,length:i}}(this.search);if(i.length&&(n.which==d.LEFT||n.which==d.RIGHT||n.which==d.BACKSPACE||n.which==d.DELETE||n.which==d.ENTER)){var a=i;return n.which==d.LEFT&&r.length?a=r:n.which==d.RIGHT?a=o.length?o:null:n.which===d.BACKSPACE?this.unselect(i.first())&&(this.search.width(10),a=r.length?r:o):n.which==d.DELETE?this.unselect(i.first())&&(this.search.width(10),a=o.length?o:null):n.which==d.ENTER&&(a=null),this.selectChoice(a),w(n),void(a&&a.length||this.open())}if((n.which===d.BACKSPACE&&1==this.keydowns||n.which==d.LEFT)&&0==s.offset&&!s.length)return this.selectChoice(t.find(".select2-search-choice:not(.select2-locked)").last()),void w(n);if(this.selectChoice(null),this.opened())switch(n.which){case d.UP:case d.DOWN:return this.moveHighlight(n.which===d.UP?-1:1),void w(n);case d.ENTER:return this.selectHighlighted(),void w(n);case d.TAB:return this.selectHighlighted({noFocus:!0}),void this.close();case d.ESC:return this.cancel(n),void w(n)}if(n.which!==d.TAB&&!d.isControl(n)&&!d.isFunctionKey(n)&&n.which!==d.BACKSPACE&&n.which!==d.ESC){if(n.which===d.ENTER){if(!1===this.opts.openOnEnter)return;if(n.altKey||n.ctrlKey||n.shiftKey||n.metaKey)return}this.open(),n.which!==d.PAGE_UP&&n.which!==d.PAGE_DOWN||w(n),n.which===d.ENTER&&w(n)}}}))),this.search.on("keyup",this.bind((function(e){this.keydowns=0,this.resizeSearch()}))),this.search.on("blur",this.bind((function(t){this.container.removeClass("select2-container-active"),this.search.removeClass("select2-focused"),this.selectChoice(null),this.opened()||this.clearSearch(),t.stopImmediatePropagation(),this.opts.element.trigger(e.Event("select2-blur"))}))),this.container.on("click",n,this.bind((function(t){this.isInterfaceEnabled()&&(e(t.target).closest(".select2-search-choice").length>0||(this.selectChoice(null),this.clearPlaceholder(),this.container.hasClass("select2-container-active")||this.opts.element.trigger(e.Event("select2-focus")),this.open(),this.focusSearch(),t.preventDefault()))}))),this.container.on("focus",n,this.bind((function(){this.isInterfaceEnabled()&&(this.container.hasClass("select2-container-active")||this.opts.element.trigger(e.Event("select2-focus")),this.container.addClass("select2-container-active"),this.dropdown.addClass("select2-drop-active"),this.clearPlaceholder())}))),this.initContainerWidth(),this.opts.element.addClass("select2-offscreen"),this.clearSearch()},enableInterface:function(){this.parent.enableInterface.apply(this,arguments)&&this.search.prop("disabled",!this.isInterfaceEnabled())},initSelection:function(){if(""===this.opts.element.val()&&""===this.opts.element.text()&&(this.updateSelection([]),this.close(),this.clearSearch()),this.select||""!==this.opts.element.val()){var e=this;this.opts.initSelection.call(null,this.opts.element,(function(t){null!=t&&(e.updateSelection(t),e.close(),e.clearSearch())}))}},clearSearch:function(){var e=this.getPlaceholder(),t=this.getMaxSearchWidth();void 0!==e&&0===this.getVal().length&&!1===this.search.hasClass("select2-focused")?(this.search.val(e).addClass("select2-default"),this.search.width(t>0?t:this.container.css("width"))):this.search.val("").width(10)},clearPlaceholder:function(){this.search.hasClass("select2-default")&&this.search.val("").removeClass("select2-default")},opening:function(){this.clearPlaceholder(),this.resizeSearch(),this.parent.opening.apply(this,arguments),this.focusSearch(),""===this.search.val()&&null!=this.nextSearchTerm&&(this.search.val(this.nextSearchTerm),this.search.select()),this.updateResults(!0),this.opts.shouldFocusInput(this)&&this.search.focus(),this.opts.element.trigger(e.Event("select2-open"))},close:function(){this.opened()&&this.parent.close.apply(this,arguments)},focus:function(){this.close(),this.search.focus()},isFocused:function(){return this.search.hasClass("select2-focused")},updateSelection:function(t){var n=[],i=[],r=this;e(t).each((function(){m(r.id(this),n)<0&&(n.push(r.id(this)),i.push(this))})),t=i,this.selection.find(".select2-search-choice").remove(),e(t).each((function(){r.addSelectedChoice(this)})),r.postprocessResults()},tokenize:function(){var e=this.search.val();null!=(e=this.opts.tokenizer.call(this,e,this.data(),this.bind(this.onSelect),this.opts))&&null!=e&&(this.search.val(e),e.length>0&&this.open())},onSelect:function(e,t){this.triggerSelect(e)&&""!==e.text&&(this.addSelectedChoice(e),this.opts.element.trigger({type:"selected",val:this.id(e),choice:e}),this.nextSearchTerm=this.opts.nextSearchTerm(e,this.search.val()),this.clearSearch(),this.updateResults(),!this.select&&this.opts.closeOnSelect||this.postprocessResults(e,!1,!0===this.opts.closeOnSelect),this.opts.closeOnSelect?(this.close(),this.search.width(10)):this.countSelectableResults()>0?(this.search.width(10),this.resizeSearch(),this.getMaximumSelectionSize()>0&&this.val().length>=this.getMaximumSelectionSize()?this.updateResults(!0):null!=this.nextSearchTerm&&(this.search.val(this.nextSearchTerm),this.updateResults(),this.search.select()),this.positionDropdown()):(this.close(),this.search.width(10)),this.triggerChange({added:e}),t&&t.noFocus||this.focusSearch())},cancel:function(){this.close(),this.focusSearch()},addSelectedChoice:function(t){var n,i,r=!t.locked,o=e("<li class='select2-search-choice'> <div></div> <a href='#' class='select2-search-choice-close' tabindex='-1'></a></li>"),s=e("<li class='select2-search-choice select2-locked'><div></div></li>"),a=r?o:s,l=this.id(t),c=this.getVal();null!=(n=this.opts.formatSelection(t,a.find("div"),this.opts.escapeMarkup))&&a.find("div").replaceWith("<div>"+n+"</div>"),null!=(i=this.opts.formatSelectionCssClass(t,a.find("div")))&&a.addClass(i),r&&a.find(".select2-search-choice-close").on("mousedown",w).on("click dblclick",this.bind((function(t){this.isInterfaceEnabled()&&(this.unselect(e(t.target)),this.selection.find(".select2-search-choice-focus").removeClass("select2-search-choice-focus"),w(t),this.close(),this.focusSearch())}))).on("focus",this.bind((function(){this.isInterfaceEnabled()&&(this.container.addClass("select2-container-active"),this.dropdown.addClass("select2-drop-active"))}))),a.data("select2-data",t),a.insertBefore(this.searchContainer),c.push(l),this.setVal(c)},unselect:function(t){var n,i,r=this.getVal();if(0===(t=t.closest(".select2-search-choice")).length)throw"Invalid argument: "+t+". Must be .select2-search-choice";if(n=t.data("select2-data")){var o=e.Event("select2-removing");if(o.val=this.id(n),o.choice=n,this.opts.element.trigger(o),o.isDefaultPrevented())return!1;for(;(i=m(this.id(n),r))>=0;)r.splice(i,1),this.setVal(r),this.select&&this.postprocessResults();return t.remove(),this.opts.element.trigger({type:"select2-removed",val:this.id(n),choice:n}),this.triggerChange({removed:n}),!0}},postprocessResults:function(e,t,n){var i=this.getVal(),r=this.results.find(".select2-result"),o=this.results.find(".select2-result-with-children"),s=this;r.each2((function(e,t){m(s.id(t.data("select2-data")),i)>=0&&(t.addClass("select2-selected"),t.find(".select2-result-selectable").addClass("select2-selected"))})),o.each2((function(e,t){t.is(".select2-result-selectable")||0!==t.find(".select2-result-selectable:not(.select2-selected)").length||t.addClass("select2-selected")})),-1==this.highlight()&&!1!==n&&s.highlight(0),!this.opts.createSearchChoice&&!r.filter(".select2-result:not(.select2-selected)").length>0&&(!e||e&&!e.more&&0===this.results.find(".select2-no-results").length)&&D(s.opts.formatNoMatches,"formatNoMatches")&&this.results.append("<li class='select2-no-results'>"+S(s.opts.formatNoMatches,s.opts.element,s.search.val())+"</li>")},getMaxSearchWidth:function(){return this.selection.width()-_(this.search)},resizeSearch:function(){var t,n,i,r,o=_(this.search);t=function(t){if(!s){var n=t[0].currentStyle||window.getComputedStyle(t[0],null);(s=e(document.createElement("div")).css({position:"absolute",left:"-10000px",top:"-10000px",display:"none",fontSize:n.fontSize,fontFamily:n.fontFamily,fontStyle:n.fontStyle,fontWeight:n.fontWeight,letterSpacing:n.letterSpacing,textTransform:n.textTransform,whiteSpace:"nowrap"})).attr("class","select2-sizer"),e("body").append(s)}return s.text(t.val()),s.width()}(this.search)+10,n=this.search.offset().left,(r=(i=this.selection.width())-(n-this.selection.offset().left)-o)<t&&(r=i-o),r<40&&(r=i-o),r<=0&&(r=t),this.search.width(Math.floor(r))},getVal:function(){var e;return this.select?null===(e=this.select.val())?[]:e:v(e=this.opts.element.val(),this.opts.separator)},setVal:function(t){var n;this.select?this.select.val(t):(n=[],e(t).each((function(){m(this,n)<0&&n.push(this)})),this.opts.element.val(0===n.length?"":n.join(this.opts.separator)))},buildChangeDetails:function(e,t){t=t.slice(0),e=e.slice(0);for(var n=0;n<t.length;n++)for(var i=0;i<e.length;i++)g(this.opts.id(t[n]),this.opts.id(e[i]))&&(t.splice(n,1),n>0&&n--,e.splice(i,1),i--);return{added:t,removed:e}},val:function(t,n){var i,r=this;if(0===arguments.length)return this.getVal();if((i=this.data()).length||(i=[]),!t&&0!==t)return this.opts.element.val(""),this.updateSelection([]),this.clearSearch(),void(n&&this.triggerChange({added:this.data(),removed:i}));if(this.setVal(t),this.select)this.opts.initSelection(this.select,this.bind(this.updateSelection)),n&&this.triggerChange(this.buildChangeDetails(i,this.data()));else{if(void 0===this.opts.initSelection)throw new Error("val() cannot be called if initSelection() is not defined");this.opts.initSelection(this.opts.element,(function(t){var o=e.map(t,r.id);r.setVal(o),r.updateSelection(t),r.clearSearch(),n&&r.triggerChange(r.buildChangeDetails(i,r.data()))}))}this.clearSearch()},onSortStart:function(){if(this.select)throw new Error("Sorting of elements is not supported when attached to <select>. Attach to <input type='hidden'/> instead.");this.search.width(0),this.searchContainer.hide()},onSortEnd:function(){var t=[],n=this;this.searchContainer.show(),this.searchContainer.appendTo(this.searchContainer.parent()),this.resizeSearch(),this.selection.find(".select2-search-choice").each((function(){t.push(n.opts.id(e(this).data("select2-data")))})),this.setVal(t),this.triggerChange()},data:function(t,n){var i,r,o=this;if(0===arguments.length)return this.selection.children(".select2-search-choice").map((function(){return e(this).data("select2-data")})).get();r=this.data(),t||(t=[]),i=e.map(t,(function(e){return o.opts.id(e)})),this.setVal(i),this.updateSelection(t),this.clearSearch(),n&&this.triggerChange(this.buildChangeDetails(r,this.data()))}}),e.fn.select2=function(){var t,n,i,r,o,s=Array.prototype.slice.call(arguments,0),a=["val","destroy","opened","open","close","focus","isFocused","container","dropdown","onSortStart","onSortEnd","enable","disable","readonly","positionDropdown","data","search"],l=["opened","isFocused","container","dropdown"],c=["val","data"],u={search:"externalSearch"};return this.each((function(){if(0===s.length||"object"==typeof s[0])(t=0===s.length?{}:e.extend({},s[0])).element=e(this),"select"===t.element.get(0).tagName.toLowerCase()?o=t.element.prop("multiple"):(o=t.multiple||!1,"tags"in t&&(t.multiple=o=!0)),(n=o?new window.Select2.class.multi:new window.Select2.class.single).init(t);else{if("string"!=typeof s[0])throw"Invalid arguments to select2 plugin: "+s;if(m(s[0],a)<0)throw"Unknown method: "+s[0];if(r=void 0,void 0===(n=e(this).data("select2")))return;if("container"===(i=s[0])?r=n.container:"dropdown"===i?r=n.dropdown:(u[i]&&(i=u[i]),r=n[i].apply(n,s.slice(1))),m(s[0],l)>=0||m(s[0],c)>=0&&1==s.length)return!1}})),void 0===r?this:r},e.fn.select2.defaults={width:"copy",loadMorePadding:0,closeOnSelect:!0,openOnEnter:!0,containerCss:{},dropdownCss:{},containerCssClass:"",dropdownCssClass:"",formatResult:function(e,t,n,i){var r=[];return k(e.text,n.term,r,i),r.join("")},formatSelection:function(e,t,n){return e?n(e.text):void 0},sortResults:function(e,t,n){return e},formatResultCssClass:function(e){return e.css},formatSelectionCssClass:function(e,t){},minimumResultsForSearch:0,minimumInputLength:0,maximumInputLength:null,maximumSelectionSize:0,id:function(e){return null==e?null:e.id},matcher:function(e,t){return p(""+t).toUpperCase().indexOf(p(""+e).toUpperCase())>=0},separator:",",tokenSeparators:[],tokenizer:function(e,t,n,i){var r,o,s,a,l,c=e,u=!1;if(i.createSearchChoice&&i.tokenSeparators&&!(i.tokenSeparators.length<1)){for(;;){for(o=-1,s=0,a=i.tokenSeparators.length;s<a&&(l=i.tokenSeparators[s],!((o=e.indexOf(l))>=0));s++);if(o<0)break;if(r=e.substring(0,o),e=e.substring(o+l.length),r.length>0&&null!=(r=i.createSearchChoice.call(this,r,t))&&void 0!==i.id(r)&&null!==i.id(r)){for(u=!1,s=0,a=t.length;s<a;s++)if(g(i.id(r),i.id(t[s]))){u=!0;break}u||n(r)}}return c!==e?e:void 0}},escapeMarkup:M,blurOnChange:!1,selectOnBlur:!1,adaptContainerCssClass:function(e){return e},adaptDropdownCssClass:function(e){return null},nextSearchTerm:function(e,t){},searchInputPlaceholder:"",createSearchChoicePosition:"top",shouldFocusInput:function(e){return!("ontouchstart"in window||navigator.msMaxTouchPoints>0)||!(e.opts.minimumResultsForSearch<0)}},e.fn.select2.locales=[],e.fn.select2.locales.en={formatMatches:function(e){return 1===e?"One result is available, press enter to select it.":e+" results are available, use up and down arrow keys to navigate."},formatNoMatches:function(){return"No matches found"},formatAjaxError:function(e,t,n){return"Loading failed"},formatInputTooShort:function(e,t){var n=t-e.length;return"Please enter "+n+" or more character"+(1==n?"":"s")},formatInputTooLong:function(e,t){var n=e.length-t;return"Please delete "+n+" character"+(1==n?"":"s")},formatSelectionTooBig:function(e){return"You can only select "+e+" item"+(1==e?"":"s")},formatLoadMore:function(e){return"Loading more results…"},formatSearching:function(){return"Searching…"}},e.extend(e.fn.select2.defaults,e.fn.select2.locales.en),e.fn.select2.ajaxDefaults={transport:e.ajax,params:{type:"GET",cache:!1,dataType:"json"}},window.Select2={query:{ajax:A,local:L,tags:T},util:{debounce:b,markMatch:k,escapeMarkup:M,stripDiacritics:p},class:{abstract:n,single:i,multi:r}}}function f(t){var n=e(document.createTextNode(""));t.before(n),n.before(t),n.remove()}function p(e){return e.replace(/[^\u0000-\u007E]/g,(function(e){return h[e]||e}))}function m(e,t){for(var n=0,i=t.length;n<i;n+=1)if(g(e,t[n]))return n;return-1}function g(e,t){return e===t||void 0!==e&&void 0!==t&&(null!==e&&null!==t&&(e.constructor===String?e+""==t+"":t.constructor===String&&t+""==e+""))}function v(t,n){var i,r,o;if(null===t||t.length<1)return[];for(r=0,o=(i=t.split(n)).length;r<o;r+=1)i[r]=e.trim(i[r]);return i}function _(e){return e.outerWidth(!1)-e.width()}function y(t){var n="keyup-change-value";t.on("keydown",(function(){void 0===e.data(t,n)&&e.data(t,n,t.val())})),t.on("keyup",(function(){var i=e.data(t,n);void 0!==i&&t.val()!==i&&(e.removeData(t,n),t.trigger("keyup-change"))}))}function b(e,t,n){var i;return n=n||void 0,function(){var r=arguments;window.clearTimeout(i),i=window.setTimeout((function(){t.apply(n,r)}),e)}}function w(e){e.preventDefault(),e.stopPropagation()}function x(t,n,i){var r,o,s=[];(r=e.trim(t.attr("class")))&&e((r=""+r).split(/\s+/)).each2((function(){0===this.indexOf("select2-")&&s.push(this)})),(r=e.trim(n.attr("class")))&&e((r=""+r).split(/\s+/)).each2((function(){0!==this.indexOf("select2-")&&(o=i(this))&&s.push(o)})),t.attr("class",s.join(" "))}function k(e,t,n,i){var r=p(e.toUpperCase()).indexOf(p(t.toUpperCase())),o=t.length;r<0?n.push(i(e)):(n.push(i(e.substring(0,r))),n.push("<span class='select2-match'>"),n.push(i(e.substring(r,r+o))),n.push("</span>"),n.push(i(e.substring(r+o,e.length))))}function M(e){var t={"\\":"&#92;","&":"&amp;","<":"&lt;",">":"&gt;",'"':"&quot;","'":"&#39;","/":"&#47;"};return String(e).replace(/[&<>"'\/\\]/g,(function(e){return t[e]}))}function A(t){var n,i=null,r=t.quietMillis||100,o=t.url,s=this;return function(a){window.clearTimeout(n),n=window.setTimeout((function(){var n=t.data,r=o,l=t.transport||e.fn.select2.ajaxDefaults.transport,c={type:t.type||"GET",cache:t.cache||!1,jsonpCallback:t.jsonpCallback||void 0,dataType:t.dataType||"json"},u=e.extend({},e.fn.select2.ajaxDefaults.params,c);n=n?n.call(s,a.term,a.page,a.context):null,r="function"==typeof r?r.call(s,a.term,a.page,a.context):r,i&&"function"==typeof i.abort&&i.abort(),t.params&&(e.isFunction(t.params)?e.extend(u,t.params.call(s)):e.extend(u,t.params)),e.extend(u,{url:r,dataType:t.dataType,data:n,success:function(e){var n=t.results(e,a.page,a);a.callback(n)},error:function(e,t,n){var i={hasError:!0,jqXHR:e,textStatus:t,errorThrown:n};a.callback(i)}}),i=l.call(s,u)}),r)}}function L(t){var n,i,r=t,o=function(e){return""+e.text};e.isArray(r)&&(r={results:i=r}),!1===e.isFunction(r)&&(i=r,r=function(){return i});var s=r();return s.text&&(o=s.text,e.isFunction(o)||(n=s.text,o=function(e){return e[n]})),function(t){var n,i=t.term,s={results:[]};""!==i?(n=function(r,s){var a,l;if((r=r[0]).children){for(l in a={},r)r.hasOwnProperty(l)&&(a[l]=r[l]);a.children=[],e(r.children).each2((function(e,t){n(t,a.children)})),(a.children.length||t.matcher(i,o(a),r))&&s.push(a)}else t.matcher(i,o(r),r)&&s.push(r)},e(r().results).each2((function(e,t){n(t,s.results)})),t.callback(s)):t.callback(r())}}function T(t){var n=e.isFunction(t);return function(i){var r=i.term,o={results:[]},s=n?t(i):t;e.isArray(s)&&(e(s).each((function(){var e=void 0!==this.text,t=e?this.text:this;(""===r||i.matcher(r,t))&&o.results.push(e?this:{id:this,text:this})})),i.callback(o))}}function D(t,n){if(e.isFunction(t))return!0;if(!t)return!1;if("string"==typeof t)return!0;throw new Error(n+" must be a string, function, or falsy value")}function S(t,n){if(e.isFunction(t)){var i=Array.prototype.slice.call(arguments,2);return t.apply(n,i)}return t}function E(){var t=this;e.each(arguments,(function(e,n){t[n].remove(),t[n]=null}))}function Y(t,n){var i=function(){};return(i.prototype=new t).constructor=i,i.prototype.parent=t.prototype,i.prototype=e.extend(i.prototype,n),i}}(e)}).call(this,n(0))},function(e,t,n){var i=n(1078);"string"==typeof i&&(i=[[e.i,i,""]]),i.locals&&(e.exports=i.locals);(0,n(101).default)("4c6d8917",i,!0,{})},function(e,t,n){var i=n(99),r=n(511),o=n(1079),s=n(1080),a=n(1081);t=i(!1);var l=r(o),c=r(s),u=r(a);t.push([e.i,"/*\nVersion: @@ver@@ Timestamp: @@timestamp@@\n*/\n.select2-container {\n margin: 0;\n position: relative;\n display: inline-block;\n /* inline-block for ie7 */\n zoom: 1;\n *display: inline;\n vertical-align: middle;\n}\n\n.select2-container,\n.select2-drop,\n.select2-search,\n.select2-search input {\n /*\n Force border-box so that % widths fit the parent\n container without overlap because of margin/padding.\n More Info : http://www.quirksmode.org/css/box.html\n */\n -webkit-box-sizing: border-box; /* webkit */\n -moz-box-sizing: border-box; /* firefox */\n box-sizing: border-box; /* css3 */\n}\n\n.select2-container .select2-choice {\n display: block;\n height: 26px;\n padding: 0 0 0 8px;\n overflow: hidden;\n position: relative;\n\n border: 1px solid #aaa;\n white-space: nowrap;\n line-height: 26px;\n color: #444;\n text-decoration: none;\n\n border-radius: 4px;\n\n background-clip: padding-box;\n\n -webkit-touch-callout: none;\n -webkit-user-select: none;\n -moz-user-select: none;\n -ms-user-select: none;\n user-select: none;\n\n background-color: #fff;\n background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eee), color-stop(0.5, #fff));\n background-image: -webkit-linear-gradient(center bottom, #eee 0%, #fff 50%);\n background-image: -moz-linear-gradient(center bottom, #eee 0%, #fff 50%);\n filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#eeeeee', GradientType = 0);\n background-image: linear-gradient(to top, #eee 0%, #fff 50%);\n}\n\nhtml[dir=\"rtl\"] .select2-container .select2-choice {\n padding: 0 8px 0 0;\n}\n\n.select2-container.select2-drop-above .select2-choice {\n border-bottom-color: #aaa;\n\n border-radius: 0 0 4px 4px;\n\n background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eee), color-stop(0.9, #fff));\n background-image: -webkit-linear-gradient(center bottom, #eee 0%, #fff 90%);\n background-image: -moz-linear-gradient(center bottom, #eee 0%, #fff 90%);\n filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);\n background-image: linear-gradient(to bottom, #eee 0%, #fff 90%);\n}\n\n.select2-container.select2-allowclear .select2-choice .select2-chosen {\n margin-right: 42px;\n}\n\n.select2-container .select2-choice > .select2-chosen {\n margin-right: 26px;\n display: block;\n overflow: hidden;\n\n white-space: nowrap;\n\n text-overflow: ellipsis;\n float: none;\n width: auto;\n}\n\nhtml[dir=\"rtl\"] .select2-container .select2-choice > .select2-chosen {\n margin-left: 26px;\n margin-right: 0;\n}\n\n.select2-container .select2-choice abbr {\n display: none;\n width: 12px;\n height: 12px;\n position: absolute;\n right: 24px;\n top: 8px;\n\n font-size: 1px;\n text-decoration: none;\n\n border: 0;\n background: url("+l+") right top no-repeat;\n cursor: pointer;\n outline: 0;\n}\n\n.select2-container.select2-allowclear .select2-choice abbr {\n display: inline-block;\n}\n\n.select2-container .select2-choice abbr:hover {\n background-position: right -11px;\n cursor: pointer;\n}\n\n.select2-drop-mask {\n border: 0;\n margin: 0;\n padding: 0;\n position: fixed;\n left: 0;\n top: 0;\n min-height: 100%;\n min-width: 100%;\n height: auto;\n width: auto;\n opacity: 0;\n z-index: 9998;\n /* styles required for IE to work */\n background-color: #fff;\n filter: alpha(opacity=0);\n}\n\n.select2-drop {\n width: 100%;\n margin-top: -1px;\n position: absolute;\n z-index: 9999;\n top: 100%;\n\n background: #fff;\n color: #000;\n border: 1px solid #aaa;\n border-top: 0;\n\n border-radius: 0 0 4px 4px;\n\n -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, .15);\n box-shadow: 0 4px 5px rgba(0, 0, 0, .15);\n}\n\n.select2-drop.select2-drop-above {\n margin-top: 1px;\n border-top: 1px solid #aaa;\n border-bottom: 0;\n\n border-radius: 4px 4px 0 0;\n\n -webkit-box-shadow: 0 -4px 5px rgba(0, 0, 0, .15);\n box-shadow: 0 -4px 5px rgba(0, 0, 0, .15);\n}\n\n.select2-drop-active {\n border: 1px solid #5897fb;\n border-top: none;\n}\n\n.select2-drop.select2-drop-above.select2-drop-active {\n border-top: 1px solid #5897fb;\n}\n\n.select2-drop-auto-width {\n border-top: 1px solid #aaa;\n width: auto;\n}\n\n.select2-drop-auto-width .select2-search {\n padding-top: 4px;\n}\n\n.select2-container .select2-choice .select2-arrow {\n display: inline-block;\n width: 18px;\n height: 100%;\n position: absolute;\n right: 0;\n top: 0;\n\n border-left: 1px solid #aaa;\n border-radius: 0 4px 4px 0;\n\n background-clip: padding-box;\n\n background: #ccc;\n background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ccc), color-stop(0.6, #eee));\n background-image: -webkit-linear-gradient(center bottom, #ccc 0%, #eee 60%);\n background-image: -moz-linear-gradient(center bottom, #ccc 0%, #eee 60%);\n filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#eeeeee', endColorstr = '#cccccc', GradientType = 0);\n background-image: linear-gradient(to top, #ccc 0%, #eee 60%);\n}\n\nhtml[dir=\"rtl\"] .select2-container .select2-choice .select2-arrow {\n left: 0;\n right: auto;\n\n border-left: none;\n border-right: 1px solid #aaa;\n border-radius: 4px 0 0 4px;\n}\n\n.select2-container .select2-choice .select2-arrow b {\n display: block;\n width: 100%;\n height: 100%;\n background: url("+l+') no-repeat 0 1px;\n}\n\nhtml[dir="rtl"] .select2-container .select2-choice .select2-arrow b {\n background-position: 2px 1px;\n}\n\n.select2-search {\n display: inline-block;\n width: 100%;\n min-height: 26px;\n margin: 0;\n padding-left: 4px;\n padding-right: 4px;\n\n position: relative;\n z-index: 10000;\n\n white-space: nowrap;\n}\n\n.select2-search input {\n width: 100%;\n height: auto !important;\n min-height: 26px;\n padding: 4px 20px 4px 5px;\n margin: 0;\n\n outline: 0;\n font-family: sans-serif;\n font-size: 1em;\n\n border: 1px solid #aaa;\n border-radius: 0;\n\n -webkit-box-shadow: none;\n box-shadow: none;\n\n background: #fff url('+l+") no-repeat 100% -22px;\n background: url("+l+") no-repeat 100% -22px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));\n background: url("+l+") no-repeat 100% -22px, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);\n background: url("+l+") no-repeat 100% -22px, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);\n background: url("+l+') no-repeat 100% -22px, linear-gradient(to bottom, #fff 85%, #eee 99%) 0 0;\n}\n\nhtml[dir="rtl"] .select2-search input {\n padding: 4px 5px 4px 20px;\n\n background: #fff url('+l+") no-repeat -37px -22px;\n background: url("+l+") no-repeat -37px -22px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));\n background: url("+l+") no-repeat -37px -22px, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);\n background: url("+l+") no-repeat -37px -22px, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);\n background: url("+l+") no-repeat -37px -22px, linear-gradient(to bottom, #fff 85%, #eee 99%) 0 0;\n}\n\n.select2-drop.select2-drop-above .select2-search input {\n margin-top: 4px;\n}\n\n.select2-search input.select2-active {\n background: #fff url("+c+") no-repeat 100%;\n background: url("+c+") no-repeat 100%, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));\n background: url("+c+") no-repeat 100%, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);\n background: url("+c+") no-repeat 100%, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);\n background: url("+c+") no-repeat 100%, linear-gradient(to bottom, #fff 85%, #eee 99%) 0 0;\n}\n\n.select2-container-active .select2-choice,\n.select2-container-active .select2-choices {\n border: 1px solid #5897fb;\n outline: none;\n\n -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .3);\n box-shadow: 0 0 5px rgba(0, 0, 0, .3);\n}\n\n.select2-dropdown-open .select2-choice {\n border-bottom-color: transparent;\n -webkit-box-shadow: 0 1px 0 #fff inset;\n box-shadow: 0 1px 0 #fff inset;\n\n border-bottom-left-radius: 0;\n border-bottom-right-radius: 0;\n\n background-color: #eee;\n background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #fff), color-stop(0.5, #eee));\n background-image: -webkit-linear-gradient(center bottom, #fff 0%, #eee 50%);\n background-image: -moz-linear-gradient(center bottom, #fff 0%, #eee 50%);\n filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);\n background-image: linear-gradient(to top, #fff 0%, #eee 50%);\n}\n\n.select2-dropdown-open.select2-drop-above .select2-choice,\n.select2-dropdown-open.select2-drop-above .select2-choices {\n border: 1px solid #5897fb;\n border-top-color: transparent;\n\n background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(0.5, #eee));\n background-image: -webkit-linear-gradient(center top, #fff 0%, #eee 50%);\n background-image: -moz-linear-gradient(center top, #fff 0%, #eee 50%);\n filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);\n background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);\n}\n\n.select2-dropdown-open .select2-choice .select2-arrow {\n background: transparent;\n border-left: none;\n filter: none;\n}\nhtml[dir=\"rtl\"] .select2-dropdown-open .select2-choice .select2-arrow {\n border-right: none;\n}\n\n.select2-dropdown-open .select2-choice .select2-arrow b {\n background-position: -18px 1px;\n}\n\nhtml[dir=\"rtl\"] .select2-dropdown-open .select2-choice .select2-arrow b {\n background-position: -16px 1px;\n}\n\n.select2-hidden-accessible {\n border: 0;\n clip: rect(0 0 0 0);\n height: 1px;\n margin: -1px;\n overflow: hidden;\n padding: 0;\n position: absolute;\n width: 1px;\n}\n\n/* results */\n.select2-results {\n max-height: 200px;\n padding: 0 0 0 4px;\n margin: 4px 4px 4px 0;\n position: relative;\n overflow-x: hidden;\n overflow-y: auto;\n -webkit-tap-highlight-color: rgba(0, 0, 0, 0);\n}\n\nhtml[dir=\"rtl\"] .select2-results {\n padding: 0 4px 0 0;\n margin: 4px 0 4px 4px;\n}\n\n.select2-results ul.select2-result-sub {\n margin: 0;\n padding-left: 0;\n}\n\n.select2-results li {\n list-style: none;\n display: list-item;\n background-image: none;\n}\n\n.select2-results li.select2-result-with-children > .select2-result-label {\n font-weight: bold;\n}\n\n.select2-results .select2-result-label {\n padding: 3px 7px 4px;\n margin: 0;\n cursor: pointer;\n\n min-height: 1em;\n\n -webkit-touch-callout: none;\n -webkit-user-select: none;\n -moz-user-select: none;\n -ms-user-select: none;\n user-select: none;\n}\n\n.select2-results-dept-1 .select2-result-label { padding-left: 20px }\n.select2-results-dept-2 .select2-result-label { padding-left: 40px }\n.select2-results-dept-3 .select2-result-label { padding-left: 60px }\n.select2-results-dept-4 .select2-result-label { padding-left: 80px }\n.select2-results-dept-5 .select2-result-label { padding-left: 100px }\n.select2-results-dept-6 .select2-result-label { padding-left: 110px }\n.select2-results-dept-7 .select2-result-label { padding-left: 120px }\n\n.select2-results .select2-highlighted {\n background: #3875d7;\n color: #fff;\n}\n\n.select2-results li em {\n background: #feffde;\n font-style: normal;\n}\n\n.select2-results .select2-highlighted em {\n background: transparent;\n}\n\n.select2-results .select2-highlighted ul {\n background: #fff;\n color: #000;\n}\n\n.select2-results .select2-no-results,\n.select2-results .select2-searching,\n.select2-results .select2-ajax-error,\n.select2-results .select2-selection-limit {\n background: #f4f4f4;\n display: list-item;\n padding-left: 5px;\n}\n\n/*\ndisabled look for disabled choices in the results dropdown\n*/\n.select2-results .select2-disabled.select2-highlighted {\n color: #666;\n background: #f4f4f4;\n display: list-item;\n cursor: default;\n}\n.select2-results .select2-disabled {\n background: #f4f4f4;\n display: list-item;\n cursor: default;\n}\n\n.select2-results .select2-selected {\n display: none;\n}\n\n.select2-more-results.select2-active {\n background: #f4f4f4 url("+c+') no-repeat 100%;\n}\n\n.select2-results .select2-ajax-error {\n background: rgba(255, 50, 50, .2);\n}\n\n.select2-more-results {\n background: #f4f4f4;\n display: list-item;\n}\n\n/* disabled styles */\n\n.select2-container.select2-container-disabled .select2-choice {\n background-color: #f4f4f4;\n background-image: none;\n border: 1px solid #ddd;\n cursor: default;\n}\n\n.select2-container.select2-container-disabled .select2-choice .select2-arrow {\n background-color: #f4f4f4;\n background-image: none;\n border-left: 0;\n}\n\n.select2-container.select2-container-disabled .select2-choice abbr {\n display: none;\n}\n\n\n/* multiselect */\n\n.select2-container-multi .select2-choices {\n height: auto !important;\n height: 1%;\n margin: 0;\n padding: 0 5px 0 0;\n position: relative;\n\n border: 1px solid #aaa;\n cursor: text;\n overflow: hidden;\n\n background-color: #fff;\n background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(1%, #eee), color-stop(15%, #fff));\n background-image: -webkit-linear-gradient(top, #eee 1%, #fff 15%);\n background-image: -moz-linear-gradient(top, #eee 1%, #fff 15%);\n background-image: linear-gradient(to bottom, #eee 1%, #fff 15%);\n}\n\nhtml[dir="rtl"] .select2-container-multi .select2-choices {\n padding: 0 0 0 5px;\n}\n\n.select2-locked {\n padding: 3px 5px 3px 5px !important;\n}\n\n.select2-container-multi .select2-choices {\n min-height: 26px;\n}\n\n.select2-container-multi.select2-container-active .select2-choices {\n border: 1px solid #5897fb;\n outline: none;\n\n -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .3);\n box-shadow: 0 0 5px rgba(0, 0, 0, .3);\n}\n.select2-container-multi .select2-choices li {\n float: left;\n list-style: none;\n}\nhtml[dir="rtl"] .select2-container-multi .select2-choices li\n{\n float: right;\n}\n.select2-container-multi .select2-choices .select2-search-field {\n margin: 0;\n padding: 0;\n white-space: nowrap;\n}\n\n.select2-container-multi .select2-choices .select2-search-field input {\n padding: 5px;\n margin: 1px 0;\n\n font-family: sans-serif;\n font-size: 100%;\n color: #666;\n outline: 0;\n border: 0;\n -webkit-box-shadow: none;\n box-shadow: none;\n background: transparent !important;\n}\n\n.select2-container-multi .select2-choices .select2-search-field input.select2-active {\n background: #fff url('+c+") no-repeat 100% !important;\n}\n\n.select2-default {\n color: #999 !important;\n}\n\n.select2-container-multi .select2-choices .select2-search-choice {\n padding: 3px 5px 3px 18px;\n margin: 3px 0 3px 5px;\n position: relative;\n\n line-height: 13px;\n color: #333;\n cursor: default;\n border: 1px solid #aaaaaa;\n\n border-radius: 3px;\n\n -webkit-box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);\n box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);\n\n background-clip: padding-box;\n\n -webkit-touch-callout: none;\n -webkit-user-select: none;\n -moz-user-select: none;\n -ms-user-select: none;\n user-select: none;\n\n background-color: #e4e4e4;\n filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#f4f4f4', GradientType=0);\n background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eee));\n background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);\n background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);\n background-image: linear-gradient(to bottom, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);\n}\nhtml[dir=\"rtl\"] .select2-container-multi .select2-choices .select2-search-choice\n{\n margin: 3px 5px 3px 0;\n padding: 3px 18px 3px 5px;\n}\n.select2-container-multi .select2-choices .select2-search-choice .select2-chosen {\n cursor: default;\n}\n.select2-container-multi .select2-choices .select2-search-choice-focus {\n background: #d4d4d4;\n}\n\n.select2-search-choice-close {\n display: block;\n width: 12px;\n height: 13px;\n position: absolute;\n right: 3px;\n top: 4px;\n\n font-size: 1px;\n outline: none;\n background: url("+l+') right top no-repeat;\n}\nhtml[dir="rtl"] .select2-search-choice-close {\n right: auto;\n left: 3px;\n}\n\n.select2-container-multi .select2-search-choice-close {\n left: 3px;\n}\n\nhtml[dir="rtl"] .select2-container-multi .select2-search-choice-close {\n left: auto;\n right: 2px;\n}\n\n.select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close:hover {\n background-position: right -11px;\n}\n.select2-container-multi .select2-choices .select2-search-choice-focus .select2-search-choice-close {\n background-position: right -11px;\n}\n\n/* disabled styles */\n.select2-container-multi.select2-container-disabled .select2-choices {\n background-color: #f4f4f4;\n background-image: none;\n border: 1px solid #ddd;\n cursor: default;\n}\n\n.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {\n padding: 3px 5px 3px 5px;\n border: 1px solid #ddd;\n background-image: none;\n background-color: #f4f4f4;\n}\n\n.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice .select2-search-choice-close { display: none;\n background: none;\n}\n/* end multiselect */\n\n\n.select2-result-selectable .select2-match,\n.select2-result-unselectable .select2-match {\n text-decoration: underline;\n}\n\n.select2-offscreen, .select2-offscreen:focus {\n clip: rect(0 0 0 0) !important;\n width: 1px !important;\n height: 1px !important;\n border: 0 !important;\n margin: 0 !important;\n padding: 0 !important;\n overflow: hidden !important;\n position: absolute !important;\n outline: 0 !important;\n left: 0px !important;\n top: 0px !important;\n}\n\n.select2-display-none {\n display: none;\n}\n\n.select2-measure-scrollbar {\n position: absolute;\n top: -10000px;\n left: -10000px;\n width: 100px;\n height: 100px;\n overflow: scroll;\n}\n\n/* Retina-ize icons */\n\n@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 2dppx) {\n .select2-search input,\n .select2-search-choice-close,\n .select2-container .select2-choice abbr,\n .select2-container .select2-choice .select2-arrow b {\n background-image: url('+u+") !important;\n background-repeat: no-repeat !important;\n background-size: 60px 40px !important;\n }\n\n .select2-search input {\n background-position: 100% -21px !important;\n }\n}\n",""]),e.exports=t},function(e,t,n){"use strict";n.r(t),t.default="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAAoCAYAAACiu5n/AAACLElEQVR42u3Zz0sUYRzH8bUISoyF1i5iXSooyYgOEXapZNYNojwU/aAfUAT9A4YhUgdxt1To0KFIBCMIvEcUEXntUtivpYuUhYFIdDBMmD69he/hObgsbSnb13ngdZjZhX3eO8/MDrMpSctKErwsg//HUSgU7uNYsB3hHla4CybqEoRPaMJGFCEMewxuxnsIk5iALPqg1yVdj9eQGUdjiuE1eAs+QOYztrsMJqwFk8EyHguW95klD+ZD08gsYvBFCBPYgHXBOT1UNpg3ncQpnAicRbrCCQ3j8SIf5QvYEWxvxnlb0mWDr0MIvcOaCiayC78gRKmlH+WDbaIjkJnDzgq/+VHIvMWqag3ehBkIAxXGdkAIDVRlsE24H9//4ty9hju4Hej710c5m83WYging32HMYjMnwSvx75UlQ+iOiDEaEMLZiA8dPc7TFQDnkGYxQ8Iz9Hs8k4riqIa4l5ApojVbm8tiduPL5CZRs5lMGFH8DNYxo+C5d3tMfgohJeow0qMQujxuqRb0RBsZ3DA2ZIuP5LgJDgJToKr4ZHOWjTOy+fzNa6DiezCFGReod1lMGF3IYzjMm5B5rirYIJyEJ4iHezfjW+YRr2n4EHE2LrAa1cg5DwFj2DWLlKljn67p+B+CIdKPAaOsddTcBOEKbTZvjp0Qvjo8Sp9DjJFfIVMjBsef4f34AHeYAxX0VfqMbDnfw97IXMTta6DLbobcxBa3Qdb9BPE2LZQ8G98530ecQi/2QAAAABJRU5ErkJggg=="},function(e,t,n){"use strict";n.r(t),t.default="data:image/gif;base64,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"},function(e,t,n){"use strict";n.r(t),t.default="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAHgAAABQCAYAAADSm7GJAAADFElEQVR42u2dsW4TQRBAI0ERCYpDpAUdJX/hAlxQ3SekovYXIIvKEiBRIUF1lHT+BP+Br0TCCCsFLW5cmCS3jKWNNFrdZu+EOG7sd9Irkl0p8r3s7Mzs5XLinIMD5uhvAIIBwYBgaMnNNZvNyj0nkUvPQbAdtDjnCSU3zkGwEbS4iOToHATbE6wptVwEGyUhcaW/JkTbT7JcCpIse4K7SC4pk4wRXreE5ZUMUwezgh03lT0YyKKBOhjoZHUi1oCf7mkYohd9ACVFrj50HgxzmtQifKwF15L1fxC8UD9/EQxzHtxC8KiD4FHPNWMhuIACwd33h3kLuXOZ2mc4yyLRZS1kCG6H3uc2Mbl+LO9Z8FRwEaYINnpDdWKVIEdwC/QVC4l97nk6sUqwQHA3wbGEa9Sj4CCxSlIguHtZMg8Tq/4Edy/bLNXB4/G4FKJ1sJ7zTwTrhMuTU3f+NVqc84SSG+bEJR99a3BoaHERybE5HDYYFKwptVwEGyUhcRX5PufBRoiH4Tg80WFMcBfJPJNljfC6JSzzVCUrGMHswUAWDdTBQCcLOveiCdEBnCYBb9kBBAOCAcGAYEDw0XP0NwDBgGBAMCAYEAwIHvD7QzJhIlSCE2rF0o9lav4eBBt5JWHR8EfzdYATfgkFgg2g5J4LdSD1WrjyXDeIPkfwsNErV6/Y38J34aXwWHgkvBJWwi74RSgQPGD8nrtRwrbCe+G0YX9+KHzyc2rPRsgQPFzBEyVrJ7xLvNTsjvBBuFQreYLg4Qpeqv32m3BP+YxJPhUulOAKwQMl2HsnymNK8mudeCF44IK9rCcdBD8XrhBsS/BTBBOibwTPCNEGCFqSX4X7LeSeCRdK8BLBwy6TdIPjo3A3kUF/pkyy1+ioPVsv8KxB7gPhi7BVcndCpqYheKCtSt1+vBR+CG+EZ8IL4a3wU69cRYlgC4cN4UFD/LDBNVAi2NZxYa0Ixe5ikhFs58B/2SC48mOZUMYkI/jw/61diWDzgtOSEWxdcFpyhWDTgtOSEWxccCgZwfZJ9akrJXiKYEDwMfAHMSYobVemsdsAAAAASUVORK5CYII="},function(e,t,n){"use strict";!function e(t,n,i){function r(s,a){if(!n[s]){if(!t[s]){if(o)return o(s,!0);throw new Error("Cannot find module '"+s+"'")}var l=n[s]={exports:{}};t[s][0].call(l.exports,(function(e){var n=t[s][1][e];return r(n||e)}),l,l.exports,e,t,n,i)}return n[s].exports}for(var o=!1,s=0;s<i.length;s++)r(i[s]);return r}({1:[function(e,t,n){var i=e("./snap");"undefined"==typeof window||window.Snap||(window.Snap=i)},{"./snap":2}],2:[function(e,t,n){t.exports=function(e){var t={element:null,dragger:null,disable:"none",addBodyClasses:!0,hyperextensible:!0,resistance:.5,flickThreshold:50,transitionSpeed:.3,easing:"ease",maxPosition:266,minPosition:-266,tapToClose:!0,touchToDrag:!0,slideIntent:40,minDragDistance:5,stopPropagation:!0},n={simpleStates:{opening:null,towards:null,hyperExtending:null,halfway:null,flick:null,translation:{absolute:0,relative:0,sinceDirectionChange:0,percentage:0}}},i={},r={hasTouch:"ontouchstart"in window||window.DocumentTouch&&document instanceof DocumentTouch,eventType:function(e){return{down:"pointerdown",move:"pointermove",up:"pointerup",out:"pointerout"}[e]},page:function(e,t){return r.hasTouch&&t.touches?t.touches.length>0?t.touches[0]["page"+e]:t.changedTouches[0]["page"+e]:t["page"+e]},klass:{has:function(e,t){return-1!==e.className.indexOf(t)},add:function(e,n){!r.klass.has(e,n)&&t.addBodyClasses&&(e.className+=" "+n)},remove:function(e,n){t.addBodyClasses&&(e.className=e.className.replace(n,"").replace(/^\s+|\s+$/g,""))}},dispatchEvent:function(e){if("function"==typeof i[e])return i[e].call()},vendor:function(){var e,t=document.createElement("div"),n="webkit Moz O ms".split(" ");for(e in n)if(void 0!==t.style[n[e]+"Transition"])return n[e]},transitionCallback:function(){return"Moz"===n.vendor||"ms"===n.vendor?"transitionend":n.vendor+"TransitionEnd"},deepExtend:function(e,t){var n;for(n in t)t[n]&&t[n].constructor&&t[n].constructor===Object?(e[n]=e[n]||{},r.deepExtend(e[n],t[n])):e[n]=t[n];return e},angleOfDrag:function(e,t){var i,r;return(r=Math.atan2(-(n.startDragY-t),n.startDragX-e))<0&&(r+=2*Math.PI),(i=Math.floor(r*(180/Math.PI)-180))<0&&i>-180&&(i=360-Math.abs(i)),Math.abs(i)},events:{addEvent:function(e,t,n){return e.addEventListener?e.addEventListener(t,n,!1):e.attachEvent?e.attachEvent("on"+t,n):void 0},removeEvent:function(e,t,n){return e.addEventListener?e.removeEventListener(t,n,!1):e.attachEvent?e.detachEvent("on"+t,n):void 0},prevent:function(e){e.preventDefault?e.preventDefault():e.returnValue=!1}},parentUntil:function(e,t){for(var n="string"==typeof t;e.parentNode;){if(n&&e.getAttribute&&e.getAttribute(t))return e;if(!n&&e===t)return e;e=e.parentNode}return null}},o={translate:{get:{matrix:function(e){var i=window.getComputedStyle(t.element)[n.vendor+"Transform"].match(/\((.*)\)/);return i?(i=i[1].split(","),16===i.length&&(e+=8),parseInt(i[e],10)):0}},easeCallback:function(){t.element.style[n.vendor+"Transition"]="",n.translation=o.translate.get.matrix(4),n.easing=!1,clearInterval(n.animatingInterval),0===n.easingTo&&(r.klass.remove(document.body,"snapjs-right"),r.klass.remove(document.body,"snapjs-left")),r.dispatchEvent("animated"),r.events.removeEvent(t.element,r.transitionCallback(),o.translate.easeCallback)},easeTo:function(e){n.easing=!0,n.easingTo=e,t.element.style[n.vendor+"Transition"]="all "+t.transitionSpeed+"s "+t.easing,n.animatingInterval=setInterval((function(){r.dispatchEvent("animating")}),1),r.events.addEvent(t.element,r.transitionCallback(),o.translate.easeCallback),o.translate.x(e),0===e&&(t.element.style[n.vendor+"Transform"]="")},x:function(e){if(!("left"===t.disable&&e>0||"right"===t.disable&&e<0)){t.hyperextensible||(e===t.maxPosition||e>t.maxPosition?e=t.maxPosition:(e===t.minPosition||e<t.minPosition)&&(e=t.minPosition)),e=parseInt(e,10),isNaN(e)&&(e=0);var i="translate3d("+e+"px, 0,0)";t.element.style[n.vendor+"Transform"]=i}}},drag:{listen:function(){n.translation=0,n.easing=!1,["touchstart","pointerdown","MSPointerDown","mousedown"].forEach((function(e){return r.events.addEvent(t.element,e,o.drag.handleEvent)})),["touchmove","pointermove","MSPointerMove","mousemove"].forEach((function(e){return r.events.addEvent(t.element,e,o.drag.handleEvent)})),["touchend","pointerup","MSPointerUp","mouseup","touchcancel","pointercancel","MSPointerCancel","mousecancel"].forEach((function(e){return r.events.addEvent(t.element,e,o.drag.handleEvent)}))},stopListening:function(){["touchstart","pointerdown","MSPointerDown","mousedown"].forEach((function(e){return r.events.removeEvent(t.element,e,o.drag.handleEvent)})),["touchmove","pointermove","MSPointerMove","mousemove"].forEach((function(e){return r.events.removeEvent(t.element,e,o.drag.handleEvent)})),["touchend","pointerup","MSPointerUp","mouseup","touchcancel","pointercancel","MSPointerCancel","mousecancel"].forEach((function(e){return r.events.removeEvent(t.element,e,o.drag.handleEvent)}))},handleEvent:function(e){switch(e.type){case"touchstart":case"pointerdown":case"MSPointerDown":case"mousedown":o.drag.startDrag(e);break;case"touchmove":case"pointermove":case"MSPointerMove":case"mousemove":o.drag.dragging(e);break;case"touchend":case"pointerup":case"MSPointerUp":case"mouseup":case"touchcancel":case"pointercancel":case"MSPointerCancel":case"mousecancel":o.drag.endDrag(e)}},startDrag:function(e){var i=e.target?e.target:e.srcElement;if(r.parentUntil(i,"data-snap-ignore"))r.dispatchEvent("ignore");else{if(t.dragger)if(!r.parentUntil(i,t.dragger)&&n.translation!==t.minPosition&&n.translation!==t.maxPosition)return;r.dispatchEvent("start"),t.element.style[n.vendor+"Transition"]="",n.isDragging=!0,n.hasIntent=null,n.intentChecked=!1,n.startDragX=r.page("X",e),n.startDragY=r.page("Y",e),n.dragWatchers={current:0,last:0,hold:0,state:""},n.simpleStates={opening:null,towards:null,hyperExtending:null,halfway:null,flick:null,translation:{absolute:0,relative:0,sinceDirectionChange:0,percentage:0}}}},dragging:function(e){if(n.isDragging&&t.touchToDrag){n.hasIntent&&t.stopPropagation&&e.stopPropagation();var i=r.page("X",e),s=r.page("Y",e),a=n.translation,l=o.translate.get.matrix(4),c=i-n.startDragX,u=l>0,d=c;if(n.intentChecked&&!n.hasIntent)return;if(t.addBodyClasses&&(l>0?(r.klass.add(document.body,"snapjs-left"),r.klass.remove(document.body,"snapjs-right")):l<0&&(r.klass.add(document.body,"snapjs-right"),r.klass.remove(document.body,"snapjs-left"))),!1===n.hasIntent||null===n.hasIntent){var h=r.angleOfDrag(i,s),f=h>=0&&h<=t.slideIntent||h<=360&&h>360-t.slideIntent;h>=180&&h<=180+t.slideIntent||h<=180&&h>=180-t.slideIntent||f?(n.hasIntent=!0,t.stopPropagation&&e.stopPropagation()):n.hasIntent=!1,n.intentChecked=!0}if(t.minDragDistance>=Math.abs(i-n.startDragX)||!1===n.hasIntent)return;r.events.prevent(e),r.dispatchEvent("drag"),n.dragWatchers.current=i,n.dragWatchers.last>i?("left"!==n.dragWatchers.state&&(n.dragWatchers.state="left",n.dragWatchers.hold=i),n.dragWatchers.last=i):n.dragWatchers.last<i&&("right"!==n.dragWatchers.state&&(n.dragWatchers.state="right",n.dragWatchers.hold=i),n.dragWatchers.last=i),u?(t.maxPosition<l&&(d=c-(l-t.maxPosition)*t.resistance),n.simpleStates={opening:"left",towards:n.dragWatchers.state,hyperExtending:t.maxPosition<l,halfway:l>t.maxPosition/2,flick:Math.abs(n.dragWatchers.current-n.dragWatchers.hold)>t.flickThreshold,translation:{absolute:l,relative:c,sinceDirectionChange:n.dragWatchers.current-n.dragWatchers.hold,percentage:l/t.maxPosition*100}}):(t.minPosition>l&&(d=c-(l-t.minPosition)*t.resistance),n.simpleStates={opening:"right",towards:n.dragWatchers.state,hyperExtending:t.minPosition>l,halfway:l<t.minPosition/2,flick:Math.abs(n.dragWatchers.current-n.dragWatchers.hold)>t.flickThreshold,translation:{absolute:l,relative:c,sinceDirectionChange:n.dragWatchers.current-n.dragWatchers.hold,percentage:l/t.minPosition*100}}),o.translate.x(d+a)}},endDrag:function(e){if(n.isDragging){r.dispatchEvent("end");var i=o.translate.get.matrix(4);if(0===n.dragWatchers.current&&0!==i&&t.tapToClose)return r.dispatchEvent("close"),r.events.prevent(e),o.translate.easeTo(0),n.isDragging=!1,void(n.startDragX=0);"left"===n.simpleStates.opening?n.simpleStates.halfway||n.simpleStates.hyperExtending||n.simpleStates.flick?n.simpleStates.flick&&"left"===n.simpleStates.towards?o.translate.easeTo(0):(n.simpleStates.flick&&"right"===n.simpleStates.towards||n.simpleStates.halfway||n.simpleStates.hyperExtending)&&o.translate.easeTo(t.maxPosition):o.translate.easeTo(0):"right"===n.simpleStates.opening&&(n.simpleStates.halfway||n.simpleStates.hyperExtending||n.simpleStates.flick?n.simpleStates.flick&&"right"===n.simpleStates.towards?o.translate.easeTo(0):(n.simpleStates.flick&&"left"===n.simpleStates.towards||n.simpleStates.halfway||n.simpleStates.hyperExtending)&&o.translate.easeTo(t.minPosition):o.translate.easeTo(0)),n.isDragging=!1,n.startDragX=r.page("X",e)}}}},s=function(e){if(r.deepExtend(t,e),!t.element)throw"Snap's element argument does not exist.";t.element.setAttribute("touch-action","pan-y")};this.open=function(e){r.dispatchEvent("open"),r.klass.remove(document.body,"snapjs-expand-left"),r.klass.remove(document.body,"snapjs-expand-right"),"left"===e?(n.simpleStates.opening="left",n.simpleStates.towards="right",r.klass.add(document.body,"snapjs-left"),r.klass.remove(document.body,"snapjs-right"),o.translate.easeTo(t.maxPosition)):"right"===e&&(n.simpleStates.opening="right",n.simpleStates.towards="left",r.klass.remove(document.body,"snapjs-left"),r.klass.add(document.body,"snapjs-right"),o.translate.easeTo(t.minPosition))},this.close=function(){r.dispatchEvent("close"),o.translate.easeTo(0)},this.expand=function(e){var t=window.innerWidth||document.documentElement.clientWidth;"left"===e?(r.dispatchEvent("expandLeft"),r.klass.add(document.body,"snapjs-expand-left"),r.klass.remove(document.body,"snapjs-expand-right")):(r.dispatchEvent("expandRight"),r.klass.add(document.body,"snapjs-expand-right"),r.klass.remove(document.body,"snapjs-expand-left"),t*=-1),o.translate.easeTo(t)},this.on=function(e,t){return i[e]=t,this},this.off=function(e){i[e]&&(i[e]=!1)},this.enable=function(){r.dispatchEvent("enable"),o.drag.listen()},this.disable=function(){r.dispatchEvent("disable"),o.drag.stopListening()},this.settings=function(e){s(e)},this.state=function(){var e=o.translate.get.matrix(4);return{state:e===t.maxPosition?"left":e===t.minPosition?"right":"closed",info:n.simpleStates}},s(e),n.vendor=r.vendor(),o.drag.listen()}},{}]},{},[1])},function(e,t,n){var i=n(90);e.exports=(i.default||i).template({1:function(e,t,n,i,r){var o,s=e.lookupProperty||function(e,t){if(Object.prototype.hasOwnProperty.call(e,t))return e[t]};return'<img src="'+e.escapeExpression("function"==typeof(o=null!=(o=s(n,"icon")||(null!=t?s(t,"icon"):t))?o:e.hooks.helperMissing)?o.call(null!=t?t:e.nullContext||{},{name:"icon",hash:{},data:r,loc:{start:{line:3,column:24},end:{line:3,column:32}}}):o)+'">'},compiler:[8,">= 4.3.0"],main:function(e,t,n,i,r){var o,s,a=null!=t?t:e.nullContext||{},l=e.hooks.helperMissing,c=e.escapeExpression,u=e.lookupProperty||function(e,t){if(Object.prototype.hasOwnProperty.call(e,t))return e[t]};return'<li>\n\t<a href="'+c("function"==typeof(s=null!=(s=u(n,"hyperlink")||(null!=t?u(t,"hyperlink"):t))?s:l)?s.call(a,{name:"hyperlink",hash:{},data:r,loc:{start:{line:2,column:10},end:{line:2,column:23}}}):s)+'">\n\t\t'+(null!=(o=u(n,"if").call(a,null!=t?u(t,"icon"):t,{name:"if",hash:{},fn:e.program(1,r,0),inverse:e.noop,data:r,loc:{start:{line:3,column:2},end:{line:3,column:41}}}))?o:"")+"\n\t\t<span>"+c("function"==typeof(s=null!=(s=u(n,"title")||(null!=t?u(t,"title"):t))?s:l)?s.call(a,{name:"title",hash:{},data:r,loc:{start:{line:4,column:8},end:{line:4,column:17}}}):s)+"</span>\n\t</a>\n</li>\n"},useData:!0})},function(e,t,n){var i=n(1085);"string"==typeof i&&(i=[[e.i,i,""]]),i.locals&&(e.exports=i.locals);(0,n(101).default)("96299d4c",i,!0,{})},function(e,t,n){var i=n(99),r=n(511),o=n(1086),s=n(1087),a=n(1088),l=n(1089),c=n(1090);t=i(!1);var u=r(o),d=r(s),h=r(a),f=r(l),p=r(c);t.push([e.i,".ui-widget-content{border:1px solid var(--color-border);background:var(--color-main-background) none;color:var(--color-main-text)}.ui-widget-content a{color:var(--color-main-text)}.ui-widget-header{border:none;color:var(--color-main-text);background-image:none}.ui-widget-header a{color:var(--color-main-text)}.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default{border:1px solid var(--color-border);background:var(--color-main-background) none;font-weight:bold;color:#555}.ui-state-default a,.ui-state-default a:link,.ui-state-default a:visited{color:#555}.ui-state-hover,.ui-widget-content .ui-state-hover,.ui-widget-header .ui-state-hover,.ui-state-focus,.ui-widget-content .ui-state-focus,.ui-widget-header .ui-state-focus{border:1px solid #ddd;background:var(--color-main-background) none;font-weight:bold;color:var(--color-main-text)}.ui-state-hover a,.ui-state-hover a:hover,.ui-state-hover a:link,.ui-state-hover a:visited{color:var(--color-main-text)}.ui-state-active,.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active{border:1px solid var(--color-primary);background:var(--color-main-background) none;font-weight:bold;color:var(--color-main-text)}.ui-state-active a,.ui-state-active a:link,.ui-state-active a:visited{color:var(--color-main-text)}.ui-state-highlight,.ui-widget-content .ui-state-highlight,.ui-widget-header .ui-state-highlight{border:1px solid var(--color-main-background);background:var(--color-main-background) none;color:var(--color-text-light);font-weight:600}.ui-state-highlight a,.ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a{color:var(--color-text-lighter)}.ui-state-error,.ui-widget-content .ui-state-error,.ui-widget-header .ui-state-error{border:var(--color-error);background:var(--color-error) none;color:#ffffff}.ui-state-error a,.ui-widget-content .ui-state-error a,.ui-widget-header .ui-state-error a{color:#ffffff}.ui-state-error-text,.ui-widget-content .ui-state-error-text,.ui-widget-header .ui-state-error-text{color:#ffffff}.ui-state-default .ui-icon{background-image:url("+u+")}.ui-state-hover .ui-icon,.ui-state-focus .ui-icon{background-image:url("+u+")}.ui-state-active .ui-icon{background-image:url("+u+")}.ui-state-highlight .ui-icon{background-image:url("+d+")}.ui-state-error .ui-icon,.ui-state-error-text .ui-icon{background-image:url("+h+")}.ui-icon.ui-icon-none{display:none}.ui-widget-overlay{background:#666 url("+f+") 50% 50% repeat;opacity:.5}.ui-widget-shadow{margin:-5px 0 0 -5px;padding:5px;background:#000 url("+p+") 50% 50% repeat-x;opacity:.2;border-radius:5px}.ui-tabs{border:none}.ui-tabs .ui-tabs-nav.ui-corner-all{border-bottom-left-radius:0;border-bottom-right-radius:0}.ui-tabs .ui-tabs-nav{background:none;margin-bottom:15px}.ui-tabs .ui-tabs-nav .ui-state-default{border:none;border-bottom:1px solid transparent;font-weight:normal;margin:0 !important;padding:0 !important}.ui-tabs .ui-tabs-nav .ui-state-hover,.ui-tabs .ui-tabs-nav .ui-state-active{border:none;border-bottom:1px solid var(--color-main-text);color:var(--color-main-text)}.ui-tabs .ui-tabs-nav .ui-state-hover a,.ui-tabs .ui-tabs-nav .ui-state-hover a:link,.ui-tabs .ui-tabs-nav .ui-state-hover a:hover,.ui-tabs .ui-tabs-nav .ui-state-hover a:visited,.ui-tabs .ui-tabs-nav .ui-state-active a,.ui-tabs .ui-tabs-nav .ui-state-active a:link,.ui-tabs .ui-tabs-nav .ui-state-active a:hover,.ui-tabs .ui-tabs-nav .ui-state-active a:visited{color:var(--color-main-text)}.ui-tabs .ui-tabs-nav .ui-state-active{font-weight:bold}.ui-autocomplete.ui-menu{padding:0}.ui-autocomplete.ui-menu.item-count-1,.ui-autocomplete.ui-menu.item-count-2{overflow-y:hidden}.ui-autocomplete.ui-menu .ui-menu-item a{color:var(--color-text-lighter);display:block;padding:4px 4px 4px 14px}.ui-autocomplete.ui-menu .ui-menu-item a.ui-state-focus,.ui-autocomplete.ui-menu .ui-menu-item a.ui-state-active{box-shadow:inset 4px 0 var(--color-primary);color:var(--color-main-text)}.ui-autocomplete.ui-widget-content{background:var(--color-main-background);border-top:none}.ui-autocomplete.ui-corner-all{border-radius:0;border-bottom-left-radius:var(--border-radius);border-bottom-right-radius:var(--border-radius)}.ui-autocomplete .ui-state-hover,.ui-autocomplete .ui-widget-content .ui-state-hover,.ui-autocomplete .ui-widget-header .ui-state-hover,.ui-autocomplete .ui-state-focus,.ui-autocomplete .ui-widget-content .ui-state-focus,.ui-autocomplete .ui-widget-header .ui-state-focus{border:1px solid transparent;background:inherit;color:var(--color-primary-element)}.ui-autocomplete .ui-menu-item a{border-radius:0 !important}.ui-button.primary{background-color:var(--color-primary);color:var(--color-primary-text);border:1px solid var(--color-primary-text)}.ui-draggable-handle,.ui-selectable{touch-action:pan-y}\n",""]),e.exports=t},function(e,t,n){"use strict";n.r(t),t.default="data:image/png;base64,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"},function(e,t,n){"use strict";n.r(t),t.default="data:image/png;base64,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"},function(e,t,n){"use strict";n.r(t),t.default="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAQAAAADwCAMAAADYSUr5AAAA7VBMVEX80nz80nz80nz80nz80nz80nz80nz80nz80nz80nz80nz80nz80nz80nz80nz80nz80nz80nz80nz80nz80nz80nz80nz80nz80nz80nz80nz80nz80nz80nz80nz80nz80nz80nz80nz80nz80nz80nz80nz80nz80nz80nz80nz80nz80nz80nz80nz80nz80nz80nz80nz80nz80nz80nz80nz80nz80nz80nz80nz80nz80nz80nz80nz80nz80nz80nz80nz80nz80nz80nz80nz80nz80nz80nz80nz80nz80nz80nz80nzkx5/eAAAATnRSTlMAGBAyBAhQv4OZLiJUcEBmYBoSzQwgPBZCSEoeWiYwUiyFNIeBw2rJz8c4RBy9uXyrtaWNqa2zKP2fJO8KBgKPo2KVoa9s351GPm5+kWho0kj9AAAO2ElEQVR42u1df3vbthE+gCHVUDFFWtLc2LHqZHaXJVnXrt1aNVlSu+mSLuv7/T/O/qBEHg6/pEiWZRvv1ifPCSSBe3kA7g4ATZSQkLAHUFD3XH/sOQMbN08hrL/iDChsocZNLBAAzAZbL8goBxQp/gtgqxioQNyvAEeNu7RAmwAl22OUyzdoESBvtyuwLlY7ZMBqv1uFQLnNIAUNCKEOsbhYBS/abgeXFmw3Ub5g20KCb9i2gEADdm8BblICrzBowc4LrDEgZIK7HwNuehaQXWj3s0ByhBISEhISEhISbswTvGE/SFnRGqTzrgIKATLAV2vlA6yEkMJuXWFHAywCrAvk5Wa4qKwKJAEqGDzuNBiy2u9ucaDYkVFRgdspkgIEQNhdOsC2YKfNqoCBuPIBKshnLH1w8+GwwnXmA1SsC+5bOHzXZ4GEhISEhISEhBv0tDZ35jd6Pm5WATv0CSr0GYES1qvfJhSRpyH8i62eKIZ9iXk7fGXuCoINcJSG63c9IUSQVW49DDECjQZBXAHHA+32wKsgXPWF6rfDZcQIQDDeBkX4dd0euMRUcHE1vASBrAcG+XMbcciEgh3IaSGCccftYRON17COetE+7thDhHB55InidSD6QiIVIDjugSJdePezwDXfH58mExISEhISEu4rNt+WuqGboRy70f2PdPmh0aWqSPXrNWClCsLx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"},function(e,t,n){"use strict";n.r(t),t.default="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoAQMAAAC2MCouAAAABlBMVEVmZmZ1dXVT6N0BAAAAUklEQVQIW8XNsQ3AIAwF0bMoKBmBURgNj8YojEBJEcXwu2yQ+p507BTeWDnozPISjPpY4O0W6CqEisUtiG/EF+IT8YG4fznihnhCPCNeEK/89D1Gd22TNOyXVAAAAABJRU5ErkJggg=="},function(e,t,n){"use strict";n.r(t),t.default="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAABkAQMAAADOquA5AAAAA1BMVEUAAACnej3aAAAADklEQVQYGWMYBaOABgAAAlgAARbiVEcAAAAASUVORK5CYII="},function(e,t,n){var i=n(1092);"string"==typeof i&&(i=[[e.i,i,""]]),i.locals&&(e.exports=i.locals);(0,n(101).default)("7dd271ba",i,!0,{})},function(e,t,n){(t=n(99)(!1)).push([e.i,".oc-dialog{background:var(--color-main-background);color:var(--color-text-light);border-radius:var(--border-radius-large);box-shadow:0 0 30px var(--color-box-shadow);padding:15px;z-index:10000;font-size:100%;box-sizing:border-box;min-width:200px;top:50%;left:50%;transform:translate(-50%, -50%);max-height:calc(100% - 20px);max-width:calc(100% - 20px);overflow:auto}.oc-dialog-title{background:var(--color-main-background)}.oc-dialog-buttonrow{position:relative;display:flex;background:transparent;right:0;bottom:0;padding:0;padding-top:10px;box-sizing:border-box;width:100%;background-image:linear-gradient(rgba(255,255,255,0), var(--color-main-background))}.oc-dialog-buttonrow.twobuttons{justify-content:space-between}.oc-dialog-buttonrow.onebutton,.oc-dialog-buttonrow.twobuttons.aside{justify-content:flex-end}.oc-dialog-buttonrow button{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.oc-dialog-close{position:absolute;top:0;right:0;padding:25px;background:var(--icon-close-000) no-repeat center;opacity:.5}.oc-dialog-close:hover,.oc-dialog-close:focus,.oc-dialog-close:active{opacity:1}.oc-dialog-dim{background-color:#000;opacity:.2;z-index:9999;position:fixed;top:0;left:0;width:100%;height:100%}.oc-dialog-content{width:100%;max-width:550px}.oc-dialog.password-confirmation .oc-dialog-content{width:auto}.oc-dialog.password-confirmation .oc-dialog-content input[type=password]{width:100%}.oc-dialog.password-confirmation .oc-dialog-content label{display:none}\n",""]),e.exports=t},,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,function(e,n,i){"use strict";var r=i(0),o=i.n(r),s=i(4);
-/*
- * @copyright 2018 Christoph Wurst <christoph@winzerhof-wurst.at>
+const s=i(924);o.a.fn.contactsMenu=function(e,n,i){if(-1===[0,4,6].indexOf(n))return;const r=this;i.append('<div class="menu popovermenu menu-left hidden contactsmenu-popover"> <ul> <li> <a> <span class="icon-loading-small"></span> </a> </li> </ul></div>');const l=i.find("div.contactsmenu-popover");r.click((function(){if(!l.hasClass("hidden"))return l.addClass("hidden"),void l.hide();l.removeClass("hidden"),l.show(),l.hasClass("loaded")||(l.addClass("loaded"),o.a.ajax(a.a.generateUrl("/contactsmenu/findOne"),{method:"POST",data:{shareType:n,shareWith:e}}).then((function(e){let n;l.find("ul").find("li").addClass("hidden"),n=e.topAction?[e.topAction].concat(e.actions):[{hyperlink:"#",title:t("core","No action available")}],n.forEach((function(e){l.find("ul").append(s(e))})),r.trigger("load")}),(function(e){let n;l.find("ul").find("li").addClass("hidden"),n=404===e.status?t("core","No action available"):t("core","Error fetching contact actions"),l.find("ul").append(s({hyperlink:"#",title:n})),r.trigger("loaderror",e)})))})),o()(document).click((function(e){const t=l.has(e.target).length>0;let n=r.has(e.target).length>0;r.each((function(){o()(this).is(e.target)&&(n=!0)})),t||n||(l.addClass("hidden"),l.hide())}))},
+/**
+ * @copyright 2019 Christoph Wurst <christoph@winzerhof-wurst.at>
*
- * @author 2018 Christoph Wurst <christoph@winzerhof-wurst.at>
+ * @author Christoph Wurst <christoph@winzerhof-wurst.at>
+ * @author John Molakvoæ <skjnldsv@protonmail.com>
*
* @license GNU AGPL version 3 or any later version
*
@@ -807,13 +1544,15 @@ e.prototype.tooltip=(t=e.prototype.tooltip,function(e){try{return t.call(this,e)
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ *
*/
-o.a.fn.avatar=function(e,t,n,i,r,o){var a=function(e){e.imageplaceholder("?"),e.css("background-color","#b9b9b9")};if(void 0!==e&&(e=String(e)),void 0!==o&&(o=String(o)),void 0===t&&(t=this.height()>0?this.height():this.data("size")>0?this.data("size"):64),this.height(t),this.width(t),void 0===e){if(void 0===this.data("user"))return void a(this);e=this.data("user")}e=String(e).replace(/\//g,"");var l,c=this;l=e===s.a.getCurrentUser().uid?s.a.generateUrl("/avatar/{user}/{size}?v={version}",{user:e,size:Math.ceil(t*window.devicePixelRatio),version:oc_userconfig.avatar.version}):s.a.generateUrl("/avatar/{user}/{size}",{user:e,size:Math.ceil(t*window.devicePixelRatio)});var u=new Image;u.onload=function(){c.clearimageplaceholder(),c.append(u),"function"==typeof r&&r()},u.onerror=function(){c.clearimageplaceholder(),void 0!==o?c.imageplaceholder(e,o):a(c),"function"==typeof r&&r()},t<32?c.addClass("icon-loading-small"):c.addClass("icon-loading"),u.width=t,u.height=t,u.src=l,u.alt=""};
-/*
+o.a.fn.exists=function(){return this.length>0},
+/**
* @copyright 2018 Christoph Wurst <christoph@winzerhof-wurst.at>
*
- * @author 2018 Christoph Wurst <christoph@winzerhof-wurst.at>
+ * @author Christoph Wurst <christoph@winzerhof-wurst.at>
+ * @author John Molakvoæ <skjnldsv@protonmail.com>
*
* @license GNU AGPL version 3 or any later version
*
@@ -828,13 +1567,17 @@ o.a.fn.avatar=function(e,t,n,i,r,o){var a=function(e){e.imageplaceholder("?"),e.
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ *
*/
-var a=i(1083);o.a.fn.contactsMenu=function(e,n,i){if(-1!==[0,4,6].indexOf(n)){var r=this;i.append('<div class="menu popovermenu menu-left hidden contactsmenu-popover"> <ul> <li> <a> <span class="icon-loading-small"></span> </a> </li> </ul></div>');var l=i.find("div.contactsmenu-popover");r.click((function(){if(!l.hasClass("hidden"))return l.addClass("hidden"),void l.hide();l.removeClass("hidden"),l.show(),l.hasClass("loaded")||(l.addClass("loaded"),o.a.ajax(s.a.generateUrl("/contactsmenu/findOne"),{method:"POST",data:{shareType:n,shareWith:e}}).then((function(e){l.find("ul").find("li").addClass("hidden"),(e.topAction?[e.topAction].concat(e.actions):[{hyperlink:"#",title:t("core","No action available")}]).forEach((function(e){var t=a;l.find("ul").append(t(e))}))}),(function(e){var n;l.find("ul").find("li").addClass("hidden"),n=404===e.status?t("core","No action available"):t("core","Error fetching contact actions");var i=a;l.find("ul").append(i({hyperlink:"#",title:n}))})))})),o()(document).click((function(e){var t=l.has(e.target).length>0,n=r.has(e.target).length>0;r.each((function(){o()(this).is(e.target)&&(n=!0)})),t||n||(l.addClass("hidden"),l.hide())}))}},
+o.a.fn.filterAttr=function(e,t){return this.filter((function(){return o()(this).attr(e)===t}))},
/**
- * @copyright 2019 Christoph Wurst <christoph@winzerhof-wurst.at>
+ * @copyright 2018 Christoph Wurst <christoph@winzerhof-wurst.at>
*
- * @author 2019 Christoph Wurst <christoph@winzerhof-wurst.at>
+ * @author Christoph Wurst <christoph@winzerhof-wurst.at>
+ * @author Gary Kim <gary@garykim.dev>
+ * @author Joas Schilling <coding@schilljs.com>
+ * @author John Molakvoæ <skjnldsv@protonmail.com>
*
* @license GNU AGPL version 3 or any later version
*
@@ -849,13 +1592,16 @@ var a=i(1083);o.a.fn.contactsMenu=function(e,n,i){if(-1!==[0,4,6].indexOf(n)){va
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ *
*/
-o.a.fn.exists=function(){return this.length>0},
+o.a.widget("oc.ocdialog",{options:{width:"auto",height:"auto",closeButton:!0,closeOnEscape:!0,closeCallback:null,modal:!1},_create(){const e=this;this.originalCss={display:this.element[0].style.display,width:this.element[0].style.width,height:this.element[0].style.height},this.originalTitle=this.element.attr("title"),this.options.title=this.options.title||this.originalTitle,this.$dialog=o()('<div class="oc-dialog" />').attr({tabIndex:-1,role:"dialog"}).insertBefore(this.element),this.$dialog.append(this.element.detach()),this.element.removeAttr("title").addClass("oc-dialog-content").appendTo(this.$dialog),this.$dialog.css({display:"inline-block",position:"fixed"}),this.enterCallback=null,o()(document).on("keydown keyup",(function(t){if(t.target===e.$dialog.get(0)||0!==e.$dialog.find(o()(t.target)).length){if(27===t.keyCode&&"keydown"===t.type&&e.options.closeOnEscape)return t.stopImmediatePropagation(),e.close(),!1;if(13===t.keyCode){if(t.stopImmediatePropagation(),null!==e.enterCallback)return e.enterCallback(),t.preventDefault(),!1;if("keyup"===t.type)return t.preventDefault(),!1;if(e.$buttonrow&&0===e.$buttonrow.find(o()(t.target)).length){const t=e.$buttonrow.find("button.primary");t&&!t.prop("disabled")&&t.trigger("click")}else e.$buttonrow&&o()(t.target).trigger("click");return!1}}})),this._setOptions(this.options),this._createOverlay()},_init(){this.$dialog.focus(),this._trigger("open")},_setOption(e,t){const n=this;switch(e){case"title":if(this.$title)this.$title.text(t);else{const e=o()('<h2 class="oc-dialog-title">'+t+"</h2>");this.$title=e.prependTo(this.$dialog)}this._setSizes();break;case"buttons":if(this.$buttonrow)this.$buttonrow.empty();else{const e=o()('<div class="oc-dialog-buttonrow" />');this.$buttonrow=e.appendTo(this.$dialog)}1===t.length?this.$buttonrow.addClass("onebutton"):2===t.length?this.$buttonrow.addClass("twobuttons"):3===t.length&&this.$buttonrow.addClass("threebuttons"),o.a.each(t,(function(e,t){const i=o()("<button>").text(t.text);t.classes&&i.addClass(t.classes),t.defaultButton&&(i.addClass("primary"),n.$defaultButton=i),n.$buttonrow.append(i),i.click((function(){t.click.apply(n.element[0],arguments)}))})),this.$buttonrow.find("button").on("focus",(function(e){n.$buttonrow.find("button").removeClass("primary"),o()(this).addClass("primary")})),this._setSizes();break;case"style":void 0!==t.buttons&&this.$buttonrow.addClass(t.buttons);break;case"closeButton":if(t){const e=o()('<a class="oc-dialog-close"></a>');this.$dialog.prepend(e),e.on("click",(function(){n.options.closeCallback&&n.options.closeCallback(),n.close()}))}else this.$dialog.find(".oc-dialog-close").remove();break;case"width":this.$dialog.css("width",t);break;case"height":this.$dialog.css("height",t);break;case"close":this.closeCB=t}o.a.Widget.prototype._setOption.apply(this,arguments)},_setOptions(e){o.a.Widget.prototype._setOptions.apply(this,arguments)},_setSizes(){let e=0;this.$title&&(e+=this.$title.outerHeight(!0)),this.$buttonrow&&(e+=this.$buttonrow.outerHeight(!0)),this.element.css({height:"calc(100% - "+e+"px)"})},_createOverlay(){if(!this.options.modal)return;const e=this;let t=o()("#content");0===t.length&&(t=o()(".content")),this.overlay=o()("<div>").addClass("oc-dialog-dim").appendTo(t),this.overlay.on("click keydown keyup",(function(t){t.target!==e.$dialog.get(0)&&0===e.$dialog.find(o()(t.target)).length&&(t.preventDefault(),t.stopPropagation())}))},_destroyOverlay(){this.options.modal&&this.overlay&&(this.overlay.off("click keydown keyup"),this.overlay.remove(),this.overlay=null)},widget(){return this.$dialog},setEnterCallback(e){this.enterCallback=e},unsetEnterCallback(){this.enterCallback=null},close(){this._destroyOverlay();const e=this;setTimeout((function(){e._trigger("close",e)}),200),e.$dialog.remove(),this.destroy()},destroy(){this.$title&&this.$title.remove(),this.$buttonrow&&this.$buttonrow.remove(),this.originalTitle&&this.element.attr("title",this.originalTitle),this.element.removeClass("oc-dialog-content").css(this.originalCss).detach().insertBefore(this.$dialog),this.$dialog.remove()}});var l=i(117);
/**
- * @copyright 2018 Christoph Wurst <christoph@winzerhof-wurst.at>
+ * @copyright Copyright (c) 2016 Christoph Wurst <christoph@winzerhof-wurst.at>
*
- * @author 2018 Christoph Wurst <christoph@winzerhof-wurst.at>
+ * @author Christoph Wurst <christoph@winzerhof-wurst.at>
+ * @author John Molakvoæ <skjnldsv@protonmail.com>
+ * @author Roeland Jago Douma <roeland@famdouma.nl>
*
* @license GNU AGPL version 3 or any later version
*
@@ -870,13 +1616,18 @@ o.a.fn.exists=function(){return this.length>0},
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ *
*/
-o.a.fn.filterAttr=function(e,t){return this.filter((function(){return o()(this).attr(e)===t}))},
-/*
- * @copyright 2018 Christoph Wurst <christoph@winzerhof-wurst.at>
+const u={init(e,t,n){this.vars=e,this.options=o.a.extend({},this.options,t),this.elem=n;const i=this;if("function"==typeof this.options.escapeFunction){const e=Object.keys(this.vars);for(let t=0;t<e.length;t++)"string"==typeof this.vars[e[t]]&&(this.vars[e[t]]=i.options.escapeFunction(this.vars[e[t]]))}const r=this._build(this.vars);return o()(r)},_build(e){const t="text/template"===this.elem.attr("type")?this.elem.html():this.elem.get(0).outerHTML;try{return t.replace(/{([^{}]*)}/g,(function(t,n){const i=e[n];return"string"==typeof i||"number"==typeof i?i:t}))}catch(e){console.error(e,"data:",t)}},options:{escapeFunction:i.n(l).a}};o.a.fn.octemplate=function(e,t){if(e=e||{},this.length){return Object.create(u).init(e,t,this)}};var c=i(513),d=i.n(c);
+/**
+ * @copyright 2016-2018 John Molakvoæ <skjnldsv@protonmail.com>
+ * @copyright 2013 Morris Jobke <morris.jobke@gmail.com>
*
- * @author 2018 Christoph Wurst <christoph@winzerhof-wurst.at>
+ * @author Christoph Wurst <christoph@winzerhof-wurst.at>
+ * @author John Molakvoæ <skjnldsv@protonmail.com>
+ * @author Julius Härtl <jus@bitgrid.net>
+ * @author Sergey Shliakhov <husband.sergey@gmail.com>
*
* @license GNU AGPL version 3 or any later version
*
@@ -891,13 +1642,15 @@ o.a.fn.filterAttr=function(e,t){return this.filter((function(){return o()(this).
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ *
*/
-o.a.widget("oc.ocdialog",{options:{width:"auto",height:"auto",closeButton:!0,closeOnEscape:!0,modal:!1},_create:function(){var e=this;this.originalCss={display:this.element[0].style.display,width:this.element[0].style.width,height:this.element[0].style.height},this.originalTitle=this.element.attr("title"),this.options.title=this.options.title||this.originalTitle,this.$dialog=o()('<div class="oc-dialog" />').attr({tabIndex:-1,role:"dialog"}).insertBefore(this.element),this.$dialog.append(this.element.detach()),this.element.removeAttr("title").addClass("oc-dialog-content").appendTo(this.$dialog),this.$dialog.css({display:"inline-block",position:"fixed"}),this.enterCallback=null,o()(document).on("keydown keyup",(function(t){if(t.target===e.$dialog.get(0)||0!==e.$dialog.find(o()(t.target)).length){if(27===t.keyCode&&"keydown"===t.type&&e.options.closeOnEscape)return t.stopImmediatePropagation(),e.close(),!1;if(13===t.keyCode){if(t.stopImmediatePropagation(),null!==e.enterCallback)return e.enterCallback(),t.preventDefault(),!1;if("keyup"===t.type)return t.preventDefault(),!1;if(e.$buttonrow&&0===e.$buttonrow.find(o()(t.target)).length){var n=e.$buttonrow.find("button.primary");n&&!n.prop("disabled")&&n.trigger("click")}else e.$buttonrow&&o()(t.target).trigger("click");return!1}}})),this._setOptions(this.options),this._createOverlay()},_init:function(){this.$dialog.focus(),this._trigger("open")},_setOption:function(e,t){var n=this;switch(e){case"title":if(this.$title)this.$title.text(t);else{var i=o()('<h2 class="oc-dialog-title">'+t+"</h2>");this.$title=i.prependTo(this.$dialog)}this._setSizes();break;case"buttons":if(this.$buttonrow)this.$buttonrow.empty();else{var r=o()('<div class="oc-dialog-buttonrow" />');this.$buttonrow=r.appendTo(this.$dialog)}1===t.length?this.$buttonrow.addClass("onebutton"):2===t.length?this.$buttonrow.addClass("twobuttons"):3===t.length&&this.$buttonrow.addClass("threebuttons"),o.a.each(t,(function(e,t){var i=o()("<button>").text(t.text);t.classes&&i.addClass(t.classes),t.defaultButton&&(i.addClass("primary"),n.$defaultButton=i),n.$buttonrow.append(i),i.click((function(){t.click.apply(n.element[0],arguments)}))})),this.$buttonrow.find("button").on("focus",(function(e){n.$buttonrow.find("button").removeClass("primary"),o()(this).addClass("primary")})),this._setSizes();break;case"style":void 0!==t.buttons&&this.$buttonrow.addClass(t.buttons);break;case"closeButton":if(t){var s=o()('<a class="oc-dialog-close"></a>');this.$dialog.prepend(s),s.on("click",(function(){n.close()}))}else this.$dialog.find(".oc-dialog-close").remove();break;case"width":this.$dialog.css("width",t);break;case"height":this.$dialog.css("height",t);break;case"close":this.closeCB=t}o.a.Widget.prototype._setOption.apply(this,arguments)},_setOptions:function(e){o.a.Widget.prototype._setOptions.apply(this,arguments)},_setSizes:function(){var e=0;this.$title&&(e+=this.$title.outerHeight(!0)),this.$buttonrow&&(e+=this.$buttonrow.outerHeight(!0)),this.element.css({height:"calc(100% - "+e+"px)"})},_createOverlay:function(){if(this.options.modal){var e=this;this.overlay=o()("<div>").addClass("oc-dialog-dim").appendTo(o()("#content")),this.overlay.on("click keydown keyup",(function(t){t.target!==e.$dialog.get(0)&&0===e.$dialog.find(o()(t.target)).length&&(t.preventDefault(),t.stopPropagation())}))}},_destroyOverlay:function(){this.options.modal&&this.overlay&&(this.overlay.off("click keydown keyup"),this.overlay.remove(),this.overlay=null)},widget:function(){return this.$dialog},setEnterCallback:function(e){this.enterCallback=e},unsetEnterCallback:function(){this.enterCallback=null},close:function(){this._destroyOverlay();var e=this;setTimeout((function(){e._trigger("close",e)}),200),e.$dialog.remove(),this.destroy()},destroy:function(){this.$title&&this.$title.remove(),this.$buttonrow&&this.$buttonrow.remove(),this.originalTitle&&this.element.attr("title",this.originalTitle),this.element.removeClass("oc-dialog-content").css(this.originalCss).detach().insertBefore(this.$dialog),this.$dialog.remove()}});var l=i(156),c={init:function(e,t,n){this.vars=e,this.options=o.a.extend({},this.options,t),this.elem=n;if("function"==typeof this.options.escapeFunction)for(var i=Object.keys(this.vars),r=0;r<i.length;r++)"string"==typeof this.vars[i[r]]&&(this.vars[i[r]]=this.options.escapeFunction(this.vars[i[r]]));var s=this._build(this.vars);return o()(s)},_build:function(e){var t="text/template"===this.elem.attr("type")?this.elem.html():this.elem.get(0).outerHTML;try{return t.replace(/{([^{}]*)}/g,(function(t,n){var i=e[n];return"string"==typeof i||"number"==typeof i?i:t}))}catch(e){console.error(e,"data:",t)}},options:{escapeFunction:i.n(l).a}};o.a.fn.octemplate=function(e,t){if(e=e||{},this.length)return Object.create(c).init(e,t,this)},String.prototype.toRgb=function(){var e=this.toLowerCase();function t(e,t,n){this.r=e,this.g=t,this.b=n}function n(e,n,i){var r=new Array;r.push(n);for(var o=function(e,t){var n=new Array(3);return n[0]=(t[1].r-t[0].r)/e,n[1]=(t[1].g-t[0].g)/e,n[2]=(t[1].b-t[0].b)/e,n}(e,[n,i]),s=1;s<e;s++){var a=parseInt(n.r+o[0]*s),l=parseInt(n.g+o[1]*s),c=parseInt(n.b+o[2]*s);r.push(new t(a,l,c))}return r}null===e.match(/^([0-9a-f]{4}-?){8}$/)&&(e=md5(e)),e=e.replace(/[^0-9a-f]/g,"");var i=new t(182,70,157),r=new t(221,203,85),o=new t(0,130,201),s=n(6,i,r),a=n(6,r,o),l=n(6,o,i);return s.concat(a).concat(l)[function(e,t){for(var n=0,i=Array(),r=0;r<e.length;r++)i.push(parseInt(e.charAt(r),16)%16);for(var o in i)n+=i[o];return parseInt(parseInt(n)%t)}(e,18)]},o.a.fn.imageplaceholder=function(e,t,n){t=t||e;var i=e.toRgb();this.css("background-color","rgb("+i.r+", "+i.g+", "+i.b+")");var r=this.height()||n||32;this.height(r),this.width(r),this.css("color","#fff"),this.css("font-weight","normal"),this.css("text-align","center"),this.css("line-height",r+"px"),this.css("font-size",.55*r+"px"),null!==e&&e.length&&this.html(t[0].toUpperCase())},o.a.fn.clearimageplaceholder=function(){this.css("background-color",""),this.css("color",""),this.css("font-weight",""),this.css("text-align",""),this.css("line-height",""),this.css("font-size",""),this.html(""),this.removeClass("icon-loading"),this.removeClass("icon-loading-small")};var u=i(58);
-/*
+const h=e=>{var t=e.toLowerCase();function n(e,t,n){this.r=e,this.g=t,this.b=n}function i(e,t,i){var r=[];r.push(t);for(var o=function(e,t){var n=new Array(3);return n[0]=(t[1].r-t[0].r)/e,n[1]=(t[1].g-t[0].g)/e,n[2]=(t[1].b-t[0].b)/e,n}(e,[t,i]),a=1;a<e;a++){var s=parseInt(t.r+o[0]*a),l=parseInt(t.g+o[1]*a),u=parseInt(t.b+o[2]*a);r.push(new n(s,l,u))}return r}null===t.match(/^([0-9a-f]{4}-?){8}$/)&&(t=d()(t)),t=t.replace(/[^0-9a-f]/g,"");const r=new n(182,70,157),o=new n(221,203,85),a=new n(0,130,201),s=i(6,r,o),l=i(6,o,a),u=i(6,a,r);return s.concat(l).concat(u)[function(e,t){for(var n=0,i=[],r=0;r<e.length;r++)i.push(parseInt(e.charAt(r),16)%16);for(var o in i)n+=i[o];return parseInt(parseInt(n)%t)}(t,18)]};String.prototype.toRgb=function(){return console.warn("String.prototype.toRgb is deprecated! It will be removed in Nextcloud 22."),h(this)},o.a.fn.imageplaceholder=function(e,t,n){t=t||e;var i=h(e);this.css("background-color","rgb("+i.r+", "+i.g+", "+i.b+")");var r=this.height()||n||32;if(this.height(r),this.width(r),this.css("color","#fff"),this.css("font-weight","normal"),this.css("text-align","center"),this.css("line-height",r+"px"),this.css("font-size",.55*r+"px"),null!==e&&e.length){var o=t.replace(/\s+/g," ").trim().split(" ",2).map(e=>e[0].toUpperCase()).join("");this.html(o)}},o.a.fn.clearimageplaceholder=function(){this.css("background-color",""),this.css("color",""),this.css("font-weight",""),this.css("text-align",""),this.css("line-height",""),this.css("font-size",""),this.html(""),this.removeClass("icon-loading"),this.removeClass("icon-loading-small")};var p=i(69);
+/**
* @copyright 2019 Christoph Wurst <christoph@winzerhof-wurst.at>
*
- * @author 2019 Christoph Wurst <christoph@winzerhof-wurst.at>
+ * @author Christoph Wurst <christoph@winzerhof-wurst.at>
+ * @author John Molakvoæ <skjnldsv@protonmail.com>
*
* @license GNU AGPL version 3 or any later version
*
@@ -912,12 +1665,14 @@ o.a.widget("oc.ocdialog",{options:{width:"auto",height:"auto",closeButton:!0,clo
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see <http://www.gnu.org/licenses/>.
- */function d(e){return(d="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ *
+ */o()(document).on("ajaxSend",(function(e,t,n){!1===n.crossDomain&&(t.setRequestHeader("requesttoken",Object(p.a)()),t.setRequestHeader("OCS-APIREQUEST","true"))})),
/**
* @copyright 2019 Christoph Wurst <christoph@winzerhof-wurst.at>
*
- * @author 2019 Christoph Wurst <christoph@winzerhof-wurst.at>
+ * @author Christoph Wurst <christoph@winzerhof-wurst.at>
+ * @author John Molakvoæ <skjnldsv@protonmail.com>
*
* @license GNU AGPL version 3 or any later version
*
@@ -932,12 +1687,38 @@ o.a.widget("oc.ocdialog",{options:{width:"auto",height:"auto",closeButton:!0,clo
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see <http://www.gnu.org/licenses/>.
- */o()(document).on("ajaxSend",(function(e,t,n){!1===n.crossDomain&&(t.setRequestHeader("requesttoken",Object(u.a)()),t.setRequestHeader("OCS-APIREQUEST","true"))})),
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ *
+ */
+o.a.fn.selectRange=function(e,t){return this.each((function(){if(this.setSelectionRange)this.focus(),this.setSelectionRange(e,t);else if(this.createTextRange){const n=this.createTextRange();n.collapse(!0),n.moveEnd("character",t),n.moveStart("character",e),n.select()}}))};i(515);
+/**
+ * @copyright Copyright (c) 2016 Christoph Wurst <christoph@winzerhof-wurst.at>
+ *
+ * @author Christoph Wurst <christoph@winzerhof-wurst.at>
+ * @author John Molakvoæ <skjnldsv@protonmail.com>
+ *
+ * @license GNU AGPL version 3 or any later version
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Affero General Public License as
+ * published by the Free Software Foundation, either version 3 of the
+ * License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Affero General Public License for more details.
+ *
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ *
+ */o.a.ui.autocomplete.prototype._resizeMenu=function(){this.menu.element.outerWidth(this.element.outerWidth())};var f=i(25),m=i.n(f),g=i(639),A={insert:"head",singleton:!1},v=(m()(g.a,A),g.a.locals,i(640)),_={insert:"head",singleton:!1};m()(v.a,_),v.a.locals;
/**
* @copyright 2019 Christoph Wurst <christoph@winzerhof-wurst.at>
*
- * @author 2019 Christoph Wurst <christoph@winzerhof-wurst.at>
+ * @author Christoph Wurst <christoph@winzerhof-wurst.at>
+ * @author John Molakvoæ <skjnldsv@protonmail.com>
+ * @author Roeland Jago Douma <roeland@famdouma.nl>
*
* @license GNU AGPL version 3 or any later version
*
@@ -952,13 +1733,15 @@ o.a.widget("oc.ocdialog",{options:{width:"auto",height:"auto",closeButton:!0,clo
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ *
*/
-o.a.fn.selectRange=function(e,t){return this.each((function(){if(this.setSelectionRange)this.focus(),this.setSelectionRange(e,t);else if(this.createTextRange){var n=this.createTextRange();n.collapse(!0),n.moveEnd("character",t),n.moveStart("character",e),n.select()}}))},
-/*
- * @copyright 2018 Christoph Wurst <christoph@winzerhof-wurst.at>
+o.a.ajaxSetup({contents:{script:!1}}),o.a.globalEval=function(){}},function(e,n,i){"use strict";var r={};i.r(r),i.d(r,"plainToRich",(function(){return P})),i.d(r,"richToPlain",(function(){return H})),i.d(r,"formatLinksRich",(function(){return F})),i.d(r,"formatLinksPlain",(function(){return N}));var o={};i.r(o),i.d(o,"query",(function(){return R})),i.d(o,"dismiss",(function(){return z}));var a=i(514),s=i(6),l=i(0),u=i.n(l),c=(i(919),i(920),i(25)),d=i.n(c),h=i(635),p={insert:"head",singleton:!1},f=(d()(h.a,p),h.a.locals,i(636)),m={insert:"head",singleton:!1},g=(d()(f.a,m),f.a.locals,i(676)),A=i.n(g),v=i(71),_=i.n(v),b=(i(517),i(519),i(677)),y=i.n(b),w=i(230),C=i(178),x=i.n(C),k=(i(921),i(637)),M={insert:"head",singleton:!1},E=(d()(k.a,M),k.a.locals,i(513)),L=i.n(E),T=i(2),D=i.n(T),B=(i(922),i(638)),S={insert:"head",singleton:!1},Y=(d()(B.a,S),B.a.locals,i(923),i(520),i(521),i(7)),I=i(100),O=i(101);
+/**
+ * @copyright (c) 2017 Arthur Schiwon <blizzz@arthur-schiwon.de>
*
- * @author 2018 Christoph Wurst <christoph@winzerhof-wurst.at>
+ * @author Christoph Wurst <christoph@winzerhof-wurst.at>
+ * @author John Molakvoæ <skjnldsv@protonmail.com>
*
* @license GNU AGPL version 3 or any later version
*
@@ -973,13 +1756,37 @@ o.a.fn.selectRange=function(e,t){return this.each((function(){if(this.setSelecti
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ *
*/
-o.a.fn.extend({showPassword:function(e){var t={fn:null,args:{}};t.fn=e;var n=function(e,t){t.val(e.val())},i=function(e,t,i){e.is(":checked")?(n(t,i),i.show(),t.hide()):(n(i,t),i.hide(),t.show())};return this.each((function(){var e=o()(this),r=o()(e.data("typetoggle")),s=function(e){var t=o()(e),n=o()("<input />");return n.attr({type:"text",class:t.attr("class"),style:t.attr("style"),size:t.attr("size"),name:t.attr("name")+"-clone",tabindex:t.attr("tabindex"),autocomplete:"off"}),void 0!==t.attr("placeholder")&&n.attr("placeholder",t.attr("placeholder")),n}(e);s.insertAfter(e),t.fn&&(t.args.input=e,t.args.checkbox=r,t.args.clone=s),r.bind("click",(function(){i(r,e,s)})),e.bind("keyup",(function(){n(e,s)})),s.bind("keyup",(function(){n(s,e),e.trigger("keyup")})),s.bind("blur",(function(){e.trigger("focusout")})),i(r,e,s),s.closest("form").submit((function(e){s.prop("type","password")})),t.fn&&t.fn(t.args)}))}}),o.a.fn.tipsy=function(e){if(console.warn("Deprecation warning: tipsy is deprecated. Use tooltip instead."),"object"===d(e)&&null!==e){var t={placement:"bottom",delay:{show:0,hide:0},trigger:"hover",html:!1,container:"body"};if(e.gravity)switch(e.gravity){case"n":case"nw":case"ne":t.placement="bottom";break;case"s":case"sw":case"se":t.placement="top";break;case"w":t.placement="right";break;case"e":t.placement="left"}e.trigger&&(t.trigger=e.trigger),e.delayIn&&(t.delay.show=e.delayIn),e.delayOut&&(t.delay.hide=e.delayOut),e.html&&(t.html=!0),e.fallback&&(t.title=e.fallback),o.a.fn.tooltip.call(this,"destroy"),o.a.fn.tooltip.call(this,t)}else this.tooltip(e),o.a.fn.tooltip.call(this,e);return this},o.a.ui.autocomplete.prototype._resizeMenu=function(){this.menu.element.outerWidth(this.element.outerWidth())};i(1084),i(1091);
+const j=/(\s|^)(https?:\/\/)?((?:[-A-Z0-9+_]+\.)+[-A-Z]+(?:\/[-A-Z0-9+&@#%?=~_|!:,.;()]*)*)(\s|$)/gi;function P(e){return this.formatLinksRich(e)}function H(e){return this.formatLinksPlain(e)}function F(e){return e.replace(j,(function(e,t,n,i,r){let o=i;return n?"http://"===n&&(o=n+i):n="https://",t+'<a class="external" target="_blank" rel="noopener noreferrer" href="'+n+i+'">'+o+"</a>"+r}))}function N(e){const t=u()("<div></div>").html(e);return t.find("a").each((function(){const e=u()(this);e.html(e.attr("href"))})),t.html()}
/**
- * @copyright 2019 Christoph Wurst <christoph@winzerhof-wurst.at>
+ * @copyright (c) 2017 Arthur Schiwon <blizzz@arthur-schiwon.de>
+ *
+ * @author Christoph Wurst <christoph@winzerhof-wurst.at>
+ * @author John Molakvoæ <skjnldsv@protonmail.com>
+ *
+ * @license GNU AGPL version 3 or any later version
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Affero General Public License as
+ * published by the Free Software Foundation, either version 3 of the
+ * License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Affero General Public License for more details.
*
- * @author 2019 Christoph Wurst <christoph@winzerhof-wurst.at>
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ *
+ */function R(e){const n=(e=e||{}).dismiss||{};u.a.ajax({type:"GET",url:e.url||Y.a.linkToOCS("core",2)+"whatsnew?format=json",success:e.success||function(e,i,r){!function(e,n,i,r){if(console.debug("querying Whats New data was successful: "+n),console.debug(e),200!==i.status)return;let o,a,l,u;const c=document.createElement("div");c.classList.add("popovermenu","open","whatsNewPopover","menu-left");const d=document.createElement("ul");o=document.createElement("li"),a=document.createElement("span"),a.className="menuitem",l=document.createElement("span"),l.innerText=t("core","New in")+" "+e.ocs.data.product,l.className="caption",a.appendChild(l),u=document.createElement("span"),u.className="icon-close",u.onclick=function(){z(e.ocs.data.version,r)},a.appendChild(u),o.appendChild(a),d.appendChild(o);for(const t in e.ocs.data.whatsNew.regular){const n=e.ocs.data.whatsNew.regular[t];o=document.createElement("li"),a=document.createElement("span"),a.className="menuitem",u=document.createElement("span"),u.className="icon-checkmark",a.appendChild(u),l=document.createElement("p"),l.innerHTML=s.default.escape(n),a.appendChild(l),o.appendChild(a),d.appendChild(o)}s.default.isUndefined(e.ocs.data.changelogURL)||(o=document.createElement("li"),a=document.createElement("a"),a.href=e.ocs.data.changelogURL,a.rel="noreferrer noopener",a.target="_blank",u=document.createElement("span"),u.className="icon-link",a.appendChild(u),l=document.createElement("span"),l.innerText=t("core","View changelog"),a.appendChild(l),o.appendChild(a),d.appendChild(o));c.appendChild(d),document.body.appendChild(c)}(e,i,r,n)},error:e.error||W})}function z(e,t){t=t||{},u.a.ajax({type:"POST",url:t.url||Y.a.linkToOCS("core",2)+"whatsnew",data:{version:encodeURIComponent(e)},success:t.success||U,error:t.error||q}),u()(".whatsNewPopover").remove()}function W(e,t,n){console.debug("querying Whats New Data resulted in an error: "+t+n),console.debug(e)}function U(e){}function q(e){console.debug("dismissing Whats New data resulted in an error: "+e)}var G=i(117),Q=i.n(G);
+/**
+ * @copyright Copyright (c) 2018 Julius Härtl <jus@bitgrid.net>
+ *
+ * @author John Molakvoæ <skjnldsv@protonmail.com>
+ * @author Julius Härtl <jus@bitgrid.net>
*
* @license GNU AGPL version 3 or any later version
*
@@ -994,13 +1801,40 @@ o.a.fn.extend({showPassword:function(e){var t={fn:null,args:{}};t.fn=e;var n=fun
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ *
*/
-o.a.ajaxSetup({contents:{script:!1}}),o.a.globalEval=function(){}},,function(e,n,i){"use strict";var r={};i.r(r),i.d(r,"plainToRich",(function(){return C})),i.d(r,"richToPlain",(function(){return O})),i.d(r,"formatLinksRich",(function(){return P})),i.d(r,"formatLinksPlain",(function(){return I}));var o={};i.r(o),i.d(o,"query",(function(){return Q})),i.d(o,"dismiss",(function(){return q}));var s=i(713),a=i(2),l=i.n(a),c=i(0),u=i.n(c),d=(i(1062),i(1063),i(1064),i(1066),i(817)),h=i.n(d),f=i(38),p=i.n(f),m=(i(1068),i(1071),i(818)),g=i.n(m),v=i(211),_=i.n(v),y=i(61),b=i.n(y),w=i(160),x=i.n(w),k=(i(1072),i(1073),i(687)),M=i.n(k),A=i(819),L=i.n(A),T=i(1),D=i.n(T),S=(i(1076),i(1077),i(1082),i(745),i(746),i(4)),E=i(60),Y=/(\s|^)(https?:\/\/)?((?:[-A-Z0-9+_]+\.)+[-A-Z]+(?:\/[-A-Z0-9+&@#%?=~_|!:,.;()]*)*)(\s|$)/gi;function C(e){return this.formatLinksRich(e)}function O(e){return this.formatLinksPlain(e)}function P(e){return e.replace(Y,(function(e,t,n,i,r){var o=i;return n?"http://"===n&&(o=n+i):n="https://",t+'<a class="external" target="_blank" rel="noopener noreferrer" href="'+n+i+'">'+o+"</a>"+r}))}function I(e){var t=u()("<div></div>").html(e);return t.find("a").each((function(){var e=u()(this);e.html(e.attr("href"))})),t.html()}
+const V={};var J={registerType(e,t){V[e]=t},trigger:e=>V[e].action(),getTypes:()=>Object.keys(V),getIcon:e=>V[e].typeIconClass||"",getLabel:e=>Q()(V[e].typeString||e),getLink:(e,t)=>void 0!==V[e]?V[e].link(t):""};
/**
* @copyright Copyright (c) 2018 Julius Härtl <jus@bitgrid.net>
*
+ * @author Christoph Wurst <christoph@winzerhof-wurst.at>
+ * @author John Molakvoæ <skjnldsv@protonmail.com>
+ * @author Julius Härtl <jus@bitgrid.net>
+ *
+ * @license GNU AGPL version 3 or any later version
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Affero General Public License as
+ * published by the Free Software Foundation, either version 3 of the
+ * License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Affero General Public License for more details.
+ *
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ *
+ */const K={},X={};var Z={loadScript(e,t){const n=e+t;return Object.prototype.hasOwnProperty.call(K,n)?Promise.resolve():(K[n]=!0,new Promise((function(n,i){const r=OC.filePath(e,"js",t),o=document.createElement("script");o.src=r,o.setAttribute("nonce",btoa(OC.requestToken)),o.onload=()=>n(),o.onerror=()=>i(new Error("Failed to load script from ".concat(r))),document.head.appendChild(o)})))},loadStylesheet(e,t){const n=e+t;return Object.prototype.hasOwnProperty.call(X,n)?Promise.resolve():(X[n]=!0,new Promise((function(n,i){const r=OC.filePath(e,"css",t),o=document.createElement("link");o.href=r,o.type="text/css",o.rel="stylesheet",o.onload=()=>n(),o.onerror=()=>i(new Error("Failed to load stylesheet from ".concat(r))),document.head.appendChild(o)})))}},$=i(42),ee={success:(e,t)=>Object($.f)(e,t),warning:(e,t)=>Object($.g)(e,t),error:(e,t)=>Object($.c)(e,t),info:(e,t)=>Object($.d)(e,t),message:(e,t)=>Object($.e)(e,t)},te={AppConfig:O,Collaboration:J,Comments:r,InitialState:{loadState:I.loadState},Loader:Z,Toast:ee,WhatsNew:o},ne=i(119),ie=i(69);
+/**
+ * @copyright 2019 Christoph Wurst <christoph@winzerhof-wurst.at>
+ *
+ * @author Christoph Wurst <christoph@winzerhof-wurst.at>
+ * @author John Molakvoæ <skjnldsv@protonmail.com>
* @author Julius Härtl <jus@bitgrid.net>
+ * @author Roeland Jago Douma <roeland@famdouma.nl>
*
* @license GNU AGPL version 3 or any later version
*
@@ -1017,5 +1851,6 @@ o.a.ajaxSetup({contents:{script:!1}}),o.a.globalEval=function(){}},,function(e,n
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
- */var H={},j={},N={loadScript:function(e,t){var n=e+t;return Object.prototype.hasOwnProperty.call(H,n)?Promise.resolve():(H[n]=!0,new Promise((function(n,i){var r=OC.filePath(e,"js",t),o=document.createElement("script");o.src=r,o.setAttribute("nonce",btoa(OC.requestToken)),o.onload=function(){return n()},o.onerror=function(){return i(new Error("Failed to load script from ".concat(r)))},document.head.appendChild(o)})))},loadStylesheet:function(e,t){var n=e+t;return Object.prototype.hasOwnProperty.call(j,n)?Promise.resolve():(j[n]=!0,new Promise((function(n,i){var r=OC.filePath(e,"css",t),o=document.createElement("link");o.href=r,o.type="text/css",o.rel="stylesheet",o.onload=function(){return n()},o.onerror=function(){return i(new Error("Failed to load stylesheet from ".concat(r)))},document.head.appendChild(o)})))}},R=i(475),z=i(156),F=i.n(z),B={},W={registerType:function(e,t){B[e]=t},trigger:function(e){return B[e].action()},getTypes:function(){return Object.keys(B)},getIcon:function(e){return B[e].typeIconClass||""},getLabel:function(e){return F()(B[e].typeString||e)},getLink:function(e,t){return void 0!==B[e]?B[e].link(t):""}},U=i(820);function Q(e){var n=(e=e||{}).dismiss||{};u.a.ajax({type:"GET",url:e.url||S.a.linkToOCS("core",2)+"whatsnew?format=json",success:e.success||function(e,i,r){!function(e,n,i,r){if(console.debug("querying Whats New data was successful: "+n),console.debug(e),200!==i.status)return;var o,s,a,c,u=document.createElement("div");u.classList.add("popovermenu","open","whatsNewPopover","menu-left");var d=document.createElement("ul");for(var h in o=document.createElement("li"),(s=document.createElement("span")).className="menuitem",(a=document.createElement("span")).innerText=t("core","New in")+" "+e.ocs.data.product,a.className="caption",s.appendChild(a),(c=document.createElement("span")).className="icon-close",c.onclick=function(){q(e.ocs.data.version,r)},s.appendChild(c),o.appendChild(s),d.appendChild(o),e.ocs.data.whatsNew.regular){var f=e.ocs.data.whatsNew.regular[h];o=document.createElement("li"),(s=document.createElement("span")).className="menuitem",(c=document.createElement("span")).className="icon-checkmark",s.appendChild(c),(a=document.createElement("p")).innerHTML=l.a.escape(f),s.appendChild(a),o.appendChild(s),d.appendChild(o)}l.a.isUndefined(e.ocs.data.changelogURL)||(o=document.createElement("li"),(s=document.createElement("a")).href=e.ocs.data.changelogURL,s.rel="noreferrer noopener",s.target="_blank",(c=document.createElement("span")).className="icon-link",s.appendChild(c),(a=document.createElement("span")).innerText=t("core","View changelog"),s.appendChild(a),o.appendChild(s),d.appendChild(o));u.appendChild(d),document.body.appendChild(u)}(e,i,r,n)},error:e.error||G})}function q(e,t){t=t||{},u.a.ajax({type:"POST",url:t.url||S.a.linkToOCS("core",2)+"whatsnew",data:{version:encodeURIComponent(e)},success:t.success||V,error:t.error||J}),u()(".whatsNewPopover").remove()}function G(e,t,n){console.debug("querying Whats New Data resulted in an error: "+t+n),console.debug(e)}function V(e){}function J(e){console.debug("dismissing Whats New data resulted in an error: "+e)}var K={AppConfig:E,Collaboration:W,Comments:r,InitialState:{loadState:R.loadState},Loader:N,Toast:U.a,WhatsNew:o},X=i(89),Z=i(58),$=function(){void 0===window.TESTING&&console.warn.apply(console,arguments)},ee=function(e,t,n){var i=e,r=function(){return $("The ".concat(t," library is deprecated! It will be removed in nextcloud ").concat(n,".")),i.apply(this,arguments)};return Object.assign(r,i),r},te=function(e,t,n){(Array.isArray(e)?e:[e]).map((function(e){void 0!==window[e]&&delete window[e],Object.defineProperty(window,e,{get:function(){return $(n?"".concat(e," is deprecated: ").concat(n):"".concat(e," is deprecated")),t()}})}))};window._=l.a,te(["$","jQuery"],(function(){return u.a}),"The global jQuery is deprecated. It will be updated to v2.4 in Nextcloud 20 and v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own."),te("autosize",(function(){return h.a}),"please ship your own, this will be removed in Nextcloud 20"),te("Backbone",(function(){return p.a}),"please ship your own, this will be removed in Nextcloud 20"),te(["Clipboard","ClipboardJS"],(function(){return g.a}),"please ship your own, this will be removed in Nextcloud 20"),window.dav=_.a,te("DOMPurify",(function(){return b.a}),"The global DOMPurify is deprecated, this will be removed in Nextcloud 21"),te("Handlebars",(function(){return x.a}),"please ship your own, this will be removed in Nextcloud 20"),te(["jstz","jstimezonedetect"],(function(){return M.a}),"please ship your own, this will be removed in Nextcloud 20"),te("md5",(function(){return L.a}),"please ship your own, this will be removed in Nextcloud 20"),te("moment",(function(){return D.a}),"please ship your own, this will be removed in Nextcloud 20"),window.OC=S.a,te("initCore",(function(){return s.a}),"this is an internal function"),te("oc_appswebroots",(function(){return S.a.appswebroots}),"use OC.appswebroots instead, this will be removed in Nextcloud 20"),te("oc_capabilities",S.a.getCapabilities,"use OC.getCapabilities instead, this will be removed in Nextcloud 20"),te("oc_config",(function(){return S.a.config}),"use OC.config instead, this will be removed in Nextcloud 20"),te("oc_current_user",(function(){return S.a.getCurrentUser().uid}),"use OC.getCurrentUser().uid instead, this will be removed in Nextcloud 20"),te("oc_debug",(function(){return S.a.debug}),"use OC.debug instead, this will be removed in Nextcloud 20"),te("oc_defaults",(function(){return S.a.theme}),"use OC.theme instead, this will be removed in Nextcloud 20"),te("oc_isadmin",S.a.isUserAdmin,"use OC.isUserAdmin() instead, this will be removed in Nextcloud 20"),te("oc_requesttoken",(function(){return Object(Z.a)()}),"use OC.requestToken instead, this will be removed in Nextcloud 20"),te("oc_webroot",(function(){return S.a.webroot}),"use OC.getRootPath() instead, this will be removed in Nextcloud 20"),te("OCDialogs",(function(){return S.a.dialogs}),"use OC.dialogs instead, this will be removed in Nextcloud 20"),window.OCP=K,window.OCA=X.a,window.escapeHTML=ee(F.a,"escapeHTML",19),u.a.fn.select2=ee(u.a.fn.select2,"select2",19),window.t=l.a.bind(S.a.L10N.translate,S.a.L10N),window.n=l.a.bind(S.a.L10N.translatePlural,S.a.L10N)}]);
+ */
+const re=function(){void 0===window.TESTING&&console.warn.apply(console,arguments)},oe=(e,t,n)=>{(Array.isArray(e)?e:[e]).map(e=>{void 0!==window[e]&&delete window[e],Object.defineProperty(window,e,{get:()=>(re(n?"".concat(e," is deprecated: ").concat(n):"".concat(e," is deprecated")),t())})})};window._=s.default,oe(["$","jQuery"],()=>u.a,"The global jQuery is deprecated. It will be removed in a later versions without another warning. Please ship your own."),oe("autosize",()=>A.a,"please ship your own, this will be removed in Nextcloud 20"),oe("Backbone",()=>_.a,"please ship your own, this will be removed in Nextcloud 20"),oe(["Clipboard","ClipboardJS"],()=>y.a,"please ship your own, this will be removed in Nextcloud 20"),window.dav=w.dav,oe("Handlebars",()=>x.a,"please ship your own, this will be removed in Nextcloud 20"),oe("md5",()=>L.a,"please ship your own, this will be removed in Nextcloud 20"),oe("moment",()=>D.a,"please ship your own, this will be removed in Nextcloud 20"),window.OC=Y.a,oe("initCore",()=>a.a,"this is an internal function"),oe("oc_appswebroots",()=>Y.a.appswebroots,"use OC.appswebroots instead, this will be removed in Nextcloud 20"),oe("oc_config",()=>Y.a.config,"use OC.config instead, this will be removed in Nextcloud 20"),oe("oc_current_user",()=>Y.a.getCurrentUser().uid,"use OC.getCurrentUser().uid instead, this will be removed in Nextcloud 20"),oe("oc_debug",()=>Y.a.debug,"use OC.debug instead, this will be removed in Nextcloud 20"),oe("oc_defaults",()=>Y.a.theme,"use OC.theme instead, this will be removed in Nextcloud 20"),oe("oc_isadmin",Y.a.isUserAdmin,"use OC.isUserAdmin() instead, this will be removed in Nextcloud 20"),oe("oc_requesttoken",()=>Object(ie.a)(),"use OC.requestToken instead, this will be removed in Nextcloud 20"),oe("oc_webroot",()=>Y.a.webroot,"use OC.getRootPath() instead, this will be removed in Nextcloud 20"),oe("OCDialogs",()=>Y.a.dialogs,"use OC.dialogs instead, this will be removed in Nextcloud 20"),window.OCP=te,window.OCA=ne.a,u.a.fn.select2=((e,t,n)=>{const i=e,r=function(){return re("The ".concat(t," library is deprecated! It will be removed in nextcloud ").concat(n,".")),i.apply(this,arguments)};return Object.assign(r,i),r})(u.a.fn.select2,"select2",19),window.t=s.default.bind(Y.a.L10N.translate,Y.a.L10N),window.n=s.default.bind(Y.a.L10N.translatePlural,Y.a.L10N)}]);
//# sourceMappingURL=main.js.map \ No newline at end of file
diff --git a/core/js/dist/main.js.map b/core/js/dist/main.js.map
index 3674d242017..089bac3ca2a 100644
--- a/core/js/dist/main.js.map
+++ b/core/js/dist/main.js.map
@@ -1 +1 @@
-{"version":3,"sources":["webpack:///webpack/bootstrap","webpack:///./node_modules/jquery/dist/jquery.js","webpack:///./node_modules/moment/moment.js","webpack:///./node_modules/underscore/underscore.js","webpack:///./node_modules/core-js/internals/export.js","webpack:///./core/src/OC/legacy-loader.js","webpack:///./core/src/OC/notification.js","webpack:///./core/src/OC/xhr-error.js","webpack:///./core/src/OC/appconfig.js","webpack:///./core/src/OC/appswebroots.js","webpack:///./core/src/OC/backbone-webdav.js","webpack:///./core/src/OC/backbone.js","webpack:///./core/src/OC/config.js","webpack:///./core/src/OC/currentuser.js","webpack:///./core/src/OC/dialogs.js","webpack:///./core/src/OC/eventsource.js","webpack:///./core/src/OC/capabilities.js","webpack:///./core/src/OC/menu.js","webpack:///./core/src/OC/admin.js","webpack:///./core/src/OC/msg.js","webpack:///./core/src/OC/search.js","webpack:///./core/src/OC/theme.js","webpack:///./core/src/OC/util.js","webpack:///./core/src/OC/util-history.js","webpack:///./core/src/Util/human-file-size.js","webpack:///./core/src/OC/debug.js","webpack:///./core/src/OC/webroot.js","webpack:///./core/src/OC/get_set.js","webpack:///./core/src/OC/index.js","webpack:///./core/src/OC/appsettings.js","webpack:///./core/src/OC/host.js","webpack:///./core/src/OC/plugins.js","webpack:///./core/src/OC/navigation.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/global.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/well-known-symbol.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/fails.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/has.js","webpack:///./node_modules/core-js/internals/fails.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/is-object.js","webpack:///./core/src/OC/constants.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/object-define-property.js","webpack:///./node_modules/@nextcloud/router/node_modules/core-js/internals/fails.js","webpack:///(webpack)/buildin/global.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/descriptors.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/create-non-enumerable-property.js","webpack:///./node_modules/@nextcloud/router/node_modules/core-js/internals/global.js","webpack:///./node_modules/core-js/internals/global.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/an-object.js","webpack:///./node_modules/@nextcloud/paths/node_modules/core-js/internals/fails.js","webpack:///./node_modules/@nextcloud/router/dist/index.js","webpack:///./node_modules/@nextcloud/initial-state/node_modules/core-js/internals/global.js","webpack:///./node_modules/@nextcloud/paths/node_modules/core-js/internals/global.js","webpack:///./node_modules/core-js/internals/is-object.js","webpack:///./node_modules/core-js/internals/an-object.js","webpack:///./node_modules/handlebars/dist/cjs/handlebars/utils.js","webpack:///./node_modules/core-js/internals/descriptors.js","webpack:///./node_modules/@nextcloud/router/node_modules/core-js/internals/has.js","webpack:///./node_modules/core-js/internals/well-known-symbol.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/export.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/redefine.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/iterators.js","webpack:///./node_modules/core-js/internals/to-length.js","webpack:///./node_modules/core-js/internals/array-buffer-view-core.js","webpack:///./node_modules/backbone/backbone.js","webpack:///./node_modules/@nextcloud/router/node_modules/core-js/internals/descriptors.js","webpack:///./node_modules/core-js/internals/object-define-property.js","webpack:///./node_modules/@nextcloud/event-bus/dist/index.js","webpack:///./core/src/OC/l10n-registry.js","webpack:///./core/src/OC/l10n.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/create-property-descriptor.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/to-indexed-object.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/internal-state.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/hidden-keys.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/get-built-in.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/to-length.js","webpack:///./node_modules/@nextcloud/initial-state/node_modules/core-js/internals/fails.js","webpack:///./node_modules/@nextcloud/paths/node_modules/core-js/internals/is-object.js","webpack:///./node_modules/@nextcloud/paths/node_modules/core-js/internals/has.js","webpack:///./node_modules/handlebars/dist/cjs/handlebars/exception.js","webpack:///./node_modules/@nextcloud/router/node_modules/core-js/internals/create-non-enumerable-property.js","webpack:///./node_modules/@nextcloud/router/node_modules/core-js/internals/an-object.js","webpack:///./node_modules/core-js/internals/to-object.js","webpack:///./core/src/OC/requesttoken.js","webpack:///./node_modules/core-js/internals/has.js","webpack:///./core/src/OCP/appconfig.js","webpack:///./node_modules/dompurify/dist/purify.js","webpack:///./core/src/OC/routing.js","webpack:///./node_modules/@nextcloud/initial-state/node_modules/core-js/internals/is-object.js","webpack:///./node_modules/@nextcloud/initial-state/node_modules/core-js/internals/has.js","webpack:///./node_modules/@nextcloud/paths/node_modules/core-js/internals/export.js","webpack:///./node_modules/@nextcloud/paths/node_modules/core-js/internals/an-object.js","webpack:///./node_modules/@nextcloud/paths/node_modules/core-js/internals/to-length.js","webpack:///./node_modules/@nextcloud/paths/node_modules/core-js/internals/well-known-symbol.js","webpack:///./node_modules/@nextcloud/paths/dist/index.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/classof-raw.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/require-object-coercible.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/to-primitive.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/set-global.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/shared-key.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/is-pure.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/uid.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/to-integer.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/enum-bug-keys.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/to-object.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/function-bind-context.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/object-create.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/define-iterator.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/set-to-string-tag.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/to-string-tag-support.js","webpack:///./node_modules/@nextcloud/router/node_modules/core-js/internals/require-object-coercible.js","webpack:///./node_modules/@nextcloud/router/node_modules/core-js/internals/is-object.js","webpack:///./node_modules/@nextcloud/router/node_modules/core-js/internals/redefine.js","webpack:///./node_modules/@nextcloud/router/node_modules/core-js/internals/to-integer.js","webpack:///./core/src/OCA/index.js","webpack:///./node_modules/handlebars/runtime.js","webpack:///./node_modules/@nextcloud/paths/node_modules/core-js/internals/descriptors.js","webpack:///./node_modules/@nextcloud/paths/node_modules/core-js/internals/require-object-coercible.js","webpack:///./node_modules/@nextcloud/paths/node_modules/core-js/internals/create-non-enumerable-property.js","webpack:///./node_modules/css-loader/dist/runtime/api.js","webpack:///./node_modules/core-js/internals/array-iteration.js","webpack:///./node_modules/vue-style-loader/lib/listToStyles.js","webpack:///./node_modules/vue-style-loader/lib/addStylesClient.js","webpack:///./node_modules/core-js/internals/object-get-own-property-descriptor.js","webpack:///./node_modules/core-js/internals/redefine.js","webpack:///./node_modules/@nextcloud/router/node_modules/core-js/internals/export.js","webpack:///./node_modules/@nextcloud/router/node_modules/core-js/internals/to-indexed-object.js","webpack:///./node_modules/@nextcloud/router/node_modules/core-js/internals/classof-raw.js","webpack:///./node_modules/@nextcloud/router/node_modules/core-js/internals/set-global.js","webpack:///./node_modules/@nextcloud/router/node_modules/core-js/internals/to-string-tag-support.js","webpack:///./node_modules/@nextcloud/router/node_modules/core-js/internals/well-known-symbol.js","webpack:///./node_modules/@nextcloud/router/node_modules/core-js/internals/regexp-exec.js","webpack:///./node_modules/core-js/internals/require-object-coercible.js","webpack:///./node_modules/core-js/internals/create-non-enumerable-property.js","webpack:///./node_modules/core-js/internals/internal-state.js","webpack:///./node_modules/@nextcloud/initial-state/node_modules/core-js/internals/descriptors.js","webpack:///./node_modules/@nextcloud/initial-state/node_modules/core-js/internals/create-non-enumerable-property.js","webpack:///./node_modules/process/browser.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/object-get-own-property-descriptor.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/indexed-object.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/ie8-dom-define.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/document-create-element.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/inspect-source.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/shared-store.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/shared.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/object-keys-internal.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/is-forced.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/is-array.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/array-species-create.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/native-symbol.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/array-method-has-species-support.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/engine-v8-version.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/array-iteration.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/array-method-uses-to-length.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/array-for-each.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/modules/es.array.iterator.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/iterators-core.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/object-get-prototype-of.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/object-set-prototype-of.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/internal-metadata.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/iterate.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/classof.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/an-instance.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/dom-iterables.js","webpack:///./node_modules/@nextcloud/paths/node_modules/core-js/internals/to-indexed-object.js","webpack:///./node_modules/@nextcloud/paths/node_modules/core-js/internals/indexed-object.js","webpack:///./node_modules/@nextcloud/paths/node_modules/core-js/internals/classof-raw.js","webpack:///./node_modules/@nextcloud/paths/node_modules/core-js/internals/to-integer.js","webpack:///./node_modules/@nextcloud/paths/node_modules/core-js/internals/to-object.js","webpack:///./node_modules/@nextcloud/paths/node_modules/core-js/internals/regexp-exec.js","webpack:///./node_modules/core-js/internals/define-well-known-symbol.js","webpack:///./node_modules/core-js/internals/a-function.js","webpack:///./node_modules/core-js/internals/array-method-uses-to-length.js","webpack:///./node_modules/escape-html/index.js","webpack:///./node_modules/core-js/internals/to-indexed-object.js","webpack:///./node_modules/core-js/internals/create-html.js","webpack:///./node_modules/core-js/internals/string-html-forced.js","webpack:///./node_modules/handlebars/dist/cjs/handlebars.runtime.js","webpack:///./node_modules/core-js/internals/classof-raw.js","webpack:///./node_modules/core-js/internals/get-built-in.js","webpack:///./node_modules/core-js/internals/to-integer.js","webpack:///./node_modules/@nextcloud/initial-state/node_modules/core-js/internals/create-property-descriptor.js","webpack:///./node_modules/@nextcloud/initial-state/node_modules/core-js/internals/to-indexed-object.js","webpack:///./node_modules/@nextcloud/initial-state/node_modules/core-js/internals/to-primitive.js","webpack:///./node_modules/@nextcloud/initial-state/node_modules/core-js/internals/object-define-property.js","webpack:///./node_modules/@nextcloud/initial-state/node_modules/core-js/internals/set-global.js","webpack:///./node_modules/@nextcloud/initial-state/node_modules/core-js/internals/well-known-symbol.js","webpack:///./node_modules/@nextcloud/paths/node_modules/core-js/internals/create-property-descriptor.js","webpack:///./node_modules/@nextcloud/paths/node_modules/core-js/internals/to-primitive.js","webpack:///./node_modules/@nextcloud/paths/node_modules/core-js/internals/object-define-property.js","webpack:///./node_modules/@nextcloud/paths/node_modules/core-js/internals/set-global.js","webpack:///./node_modules/@nextcloud/paths/node_modules/core-js/internals/array-method-has-species-support.js","webpack:///./node_modules/@nextcloud/paths/node_modules/core-js/internals/a-function.js","webpack:///./node_modules/@nextcloud/paths/node_modules/core-js/internals/array-method-uses-to-length.js","webpack:///./node_modules/@nextcloud/router/node_modules/core-js/internals/object-get-own-property-descriptor.js","webpack:///./node_modules/@nextcloud/router/node_modules/core-js/internals/object-property-is-enumerable.js","webpack:///./node_modules/@nextcloud/router/node_modules/core-js/internals/create-property-descriptor.js","webpack:///./node_modules/@nextcloud/router/node_modules/core-js/internals/indexed-object.js","webpack:///./node_modules/@nextcloud/router/node_modules/core-js/internals/to-primitive.js","webpack:///./node_modules/@nextcloud/router/node_modules/core-js/internals/ie8-dom-define.js","webpack:///./node_modules/@nextcloud/router/node_modules/core-js/internals/object-define-property.js","webpack:///./node_modules/@nextcloud/router/node_modules/core-js/internals/inspect-source.js","webpack:///./node_modules/@nextcloud/router/node_modules/core-js/internals/shared-store.js","webpack:///./node_modules/@nextcloud/router/node_modules/core-js/internals/shared.js","webpack:///./node_modules/@nextcloud/router/node_modules/core-js/internals/uid.js","webpack:///./node_modules/@nextcloud/router/node_modules/core-js/internals/hidden-keys.js","webpack:///./node_modules/@nextcloud/router/node_modules/core-js/internals/object-keys-internal.js","webpack:///./node_modules/@nextcloud/router/node_modules/core-js/internals/array-includes.js","webpack:///./node_modules/@nextcloud/router/node_modules/core-js/internals/to-length.js","webpack:///./node_modules/@nextcloud/router/node_modules/core-js/internals/enum-bug-keys.js","webpack:///./node_modules/@nextcloud/router/node_modules/core-js/internals/object-get-own-property-symbols.js","webpack:///./node_modules/@nextcloud/router/node_modules/core-js/internals/to-object.js","webpack:///./node_modules/@nextcloud/router/node_modules/core-js/internals/native-symbol.js","webpack:///./node_modules/@nextcloud/router/node_modules/core-js/modules/es.regexp.exec.js","webpack:///./node_modules/@nextcloud/router/node_modules/core-js/internals/regexp-flags.js","webpack:///./node_modules/core-js/internals/to-primitive.js","webpack:///./node_modules/core-js/internals/is-pure.js","webpack:///./node_modules/core-js/internals/object-get-prototype-of.js","webpack:///./core/src/OC/query-string.js","webpack:///./node_modules/core-js/internals/set-to-string-tag.js","webpack:///./core/src/OC/apps.js","webpack:///./node_modules/davclient.js/lib/client.js","webpack:///./core/src/OC/password-confirmation.js","webpack:///./node_modules/@nextcloud/event-bus/dist/ProxyBus.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/semver/semver.js","webpack:///./node_modules/@nextcloud/event-bus/dist/SimpleBus.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/modules/es.array.concat.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/object-property-is-enumerable.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/native-weak-map.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/copy-constructor-properties.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/own-keys.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/path.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/object-get-own-property-names.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/array-includes.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/to-absolute-index.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/object-get-own-property-symbols.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/create-property.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/use-symbol-as-uid.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/engine-user-agent.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/modules/es.array.filter.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/a-function.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/modules/es.array.for-each.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/array-method-is-strict.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/add-to-unscopables.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/object-define-properties.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/object-keys.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/html.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/create-iterator-constructor.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/correct-prototype-getter.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/a-possible-prototype.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/modules/es.map.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/collection.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/freezing.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/is-array-iterator-method.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/get-iterator-method.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/call-with-safe-iteration-closing.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/check-correctness-of-iteration.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/inherit-if-required.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/collection-strong.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/redefine-all.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/set-species.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/modules/es.object.to-string.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/object-to-string.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/modules/es.string.iterator.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/string-multibyte.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/modules/web.dom-collections.for-each.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/modules/web.dom-collections.iterator.js","webpack:///./node_modules/core-js/internals/object-create.js","webpack:///./node_modules/core-js/internals/array-method-is-strict.js","webpack:///./node_modules/core-js/internals/species-constructor.js","webpack:///./node_modules/core-js/internals/typed-array-constructor.js","webpack:///./node_modules/@nextcloud/initial-state/node_modules/core-js/internals/object-get-own-property-descriptor.js","webpack:///./node_modules/@nextcloud/initial-state/node_modules/core-js/internals/classof-raw.js","webpack:///./node_modules/@nextcloud/initial-state/node_modules/core-js/internals/require-object-coercible.js","webpack:///./node_modules/@nextcloud/initial-state/node_modules/core-js/internals/ie8-dom-define.js","webpack:///./node_modules/@nextcloud/initial-state/node_modules/core-js/internals/an-object.js","webpack:///./node_modules/@nextcloud/initial-state/node_modules/core-js/internals/inspect-source.js","webpack:///./node_modules/@nextcloud/initial-state/node_modules/core-js/internals/shared-store.js","webpack:///./node_modules/@nextcloud/initial-state/node_modules/core-js/internals/shared.js","webpack:///./node_modules/@nextcloud/initial-state/node_modules/core-js/internals/uid.js","webpack:///./node_modules/@nextcloud/initial-state/node_modules/core-js/internals/hidden-keys.js","webpack:///./node_modules/@nextcloud/initial-state/node_modules/core-js/internals/get-built-in.js","webpack:///./node_modules/@nextcloud/initial-state/node_modules/core-js/internals/to-length.js","webpack:///./node_modules/@nextcloud/initial-state/node_modules/core-js/internals/to-integer.js","webpack:///./node_modules/@nextcloud/initial-state/node_modules/core-js/internals/is-array.js","webpack:///./node_modules/@nextcloud/initial-state/node_modules/core-js/internals/native-symbol.js","webpack:///./node_modules/@nextcloud/initial-state/node_modules/core-js/internals/engine-v8-version.js","webpack:///(webpack)/buildin/module.js","webpack:///./node_modules/@nextcloud/paths/node_modules/core-js/internals/object-get-own-property-descriptor.js","webpack:///./node_modules/@nextcloud/paths/node_modules/core-js/internals/ie8-dom-define.js","webpack:///./node_modules/@nextcloud/paths/node_modules/core-js/internals/redefine.js","webpack:///./node_modules/@nextcloud/paths/node_modules/core-js/internals/inspect-source.js","webpack:///./node_modules/@nextcloud/paths/node_modules/core-js/internals/shared-store.js","webpack:///./node_modules/@nextcloud/paths/node_modules/core-js/internals/shared.js","webpack:///./node_modules/@nextcloud/paths/node_modules/core-js/internals/uid.js","webpack:///./node_modules/@nextcloud/paths/node_modules/core-js/internals/hidden-keys.js","webpack:///./node_modules/@nextcloud/paths/node_modules/core-js/internals/get-built-in.js","webpack:///./node_modules/@nextcloud/paths/node_modules/core-js/internals/is-array.js","webpack:///./node_modules/@nextcloud/paths/node_modules/core-js/internals/array-species-create.js","webpack:///./node_modules/@nextcloud/paths/node_modules/core-js/internals/native-symbol.js","webpack:///./node_modules/@nextcloud/paths/node_modules/core-js/internals/engine-v8-version.js","webpack:///./node_modules/@nextcloud/paths/node_modules/core-js/internals/array-iteration.js","webpack:///./node_modules/@nextcloud/paths/node_modules/core-js/internals/array-method-is-strict.js","webpack:///./node_modules/@nextcloud/paths/node_modules/core-js/modules/es.regexp.exec.js","webpack:///./node_modules/@nextcloud/paths/node_modules/core-js/internals/fix-regexp-well-known-symbol-logic.js","webpack:///./node_modules/@nextcloud/paths/node_modules/core-js/internals/advance-string-index.js","webpack:///./node_modules/@nextcloud/paths/node_modules/core-js/internals/regexp-exec-abstract.js","webpack:///./node_modules/handlebars/dist/cjs/handlebars/base.js","webpack:///./node_modules/handlebars/dist/cjs/handlebars/helpers.js","webpack:///./node_modules/handlebars/dist/cjs/handlebars/logger.js","webpack:///./node_modules/handlebars/dist/cjs/handlebars/internal/proto-access.js","webpack:///./node_modules/moment/locale/af.js","webpack:///./node_modules/moment/locale/ar.js","webpack:///./node_modules/moment/locale/ar-dz.js","webpack:///./node_modules/moment/locale/ar-kw.js","webpack:///./node_modules/moment/locale/ar-ly.js","webpack:///./node_modules/moment/locale/ar-ma.js","webpack:///./node_modules/moment/locale/ar-sa.js","webpack:///./node_modules/moment/locale/ar-tn.js","webpack:///./node_modules/moment/locale/az.js","webpack:///./node_modules/moment/locale/be.js","webpack:///./node_modules/moment/locale/bg.js","webpack:///./node_modules/moment/locale/bm.js","webpack:///./node_modules/moment/locale/bn.js","webpack:///./node_modules/moment/locale/bo.js","webpack:///./node_modules/moment/locale/br.js","webpack:///./node_modules/moment/locale/bs.js","webpack:///./node_modules/moment/locale/ca.js","webpack:///./node_modules/moment/locale/cs.js","webpack:///./node_modules/moment/locale/cv.js","webpack:///./node_modules/moment/locale/cy.js","webpack:///./node_modules/moment/locale/da.js","webpack:///./node_modules/moment/locale/de.js","webpack:///./node_modules/moment/locale/de-at.js","webpack:///./node_modules/moment/locale/de-ch.js","webpack:///./node_modules/moment/locale/dv.js","webpack:///./node_modules/moment/locale/el.js","webpack:///./node_modules/moment/locale/en-SG.js","webpack:///./node_modules/moment/locale/en-au.js","webpack:///./node_modules/moment/locale/en-ca.js","webpack:///./node_modules/moment/locale/en-gb.js","webpack:///./node_modules/moment/locale/en-ie.js","webpack:///./node_modules/moment/locale/en-il.js","webpack:///./node_modules/moment/locale/en-nz.js","webpack:///./node_modules/moment/locale/eo.js","webpack:///./node_modules/moment/locale/es.js","webpack:///./node_modules/moment/locale/es-do.js","webpack:///./node_modules/moment/locale/es-us.js","webpack:///./node_modules/moment/locale/et.js","webpack:///./node_modules/moment/locale/eu.js","webpack:///./node_modules/moment/locale/fa.js","webpack:///./node_modules/moment/locale/fi.js","webpack:///./node_modules/moment/locale/fo.js","webpack:///./node_modules/moment/locale/fr.js","webpack:///./node_modules/moment/locale/fr-ca.js","webpack:///./node_modules/moment/locale/fr-ch.js","webpack:///./node_modules/moment/locale/fy.js","webpack:///./node_modules/moment/locale/ga.js","webpack:///./node_modules/moment/locale/gd.js","webpack:///./node_modules/moment/locale/gl.js","webpack:///./node_modules/moment/locale/gom-latn.js","webpack:///./node_modules/moment/locale/gu.js","webpack:///./node_modules/moment/locale/he.js","webpack:///./node_modules/moment/locale/hi.js","webpack:///./node_modules/moment/locale/hr.js","webpack:///./node_modules/moment/locale/hu.js","webpack:///./node_modules/moment/locale/hy-am.js","webpack:///./node_modules/moment/locale/id.js","webpack:///./node_modules/moment/locale/is.js","webpack:///./node_modules/moment/locale/it.js","webpack:///./node_modules/moment/locale/it-ch.js","webpack:///./node_modules/moment/locale/ja.js","webpack:///./node_modules/moment/locale/jv.js","webpack:///./node_modules/moment/locale/ka.js","webpack:///./node_modules/moment/locale/kk.js","webpack:///./node_modules/moment/locale/km.js","webpack:///./node_modules/moment/locale/kn.js","webpack:///./node_modules/moment/locale/ko.js","webpack:///./node_modules/moment/locale/ku.js","webpack:///./node_modules/moment/locale/ky.js","webpack:///./node_modules/moment/locale/lb.js","webpack:///./node_modules/moment/locale/lo.js","webpack:///./node_modules/moment/locale/lt.js","webpack:///./node_modules/moment/locale/lv.js","webpack:///./node_modules/moment/locale/me.js","webpack:///./node_modules/moment/locale/mi.js","webpack:///./node_modules/moment/locale/mk.js","webpack:///./node_modules/moment/locale/ml.js","webpack:///./node_modules/moment/locale/mn.js","webpack:///./node_modules/moment/locale/mr.js","webpack:///./node_modules/moment/locale/ms.js","webpack:///./node_modules/moment/locale/ms-my.js","webpack:///./node_modules/moment/locale/mt.js","webpack:///./node_modules/moment/locale/my.js","webpack:///./node_modules/moment/locale/nb.js","webpack:///./node_modules/moment/locale/ne.js","webpack:///./node_modules/moment/locale/nl.js","webpack:///./node_modules/moment/locale/nl-be.js","webpack:///./node_modules/moment/locale/nn.js","webpack:///./node_modules/moment/locale/pa-in.js","webpack:///./node_modules/moment/locale/pl.js","webpack:///./node_modules/moment/locale/pt.js","webpack:///./node_modules/moment/locale/pt-br.js","webpack:///./node_modules/moment/locale/ro.js","webpack:///./node_modules/moment/locale/ru.js","webpack:///./node_modules/moment/locale/sd.js","webpack:///./node_modules/moment/locale/se.js","webpack:///./node_modules/moment/locale/si.js","webpack:///./node_modules/moment/locale/sk.js","webpack:///./node_modules/moment/locale/sl.js","webpack:///./node_modules/moment/locale/sq.js","webpack:///./node_modules/moment/locale/sr.js","webpack:///./node_modules/moment/locale/sr-cyrl.js","webpack:///./node_modules/moment/locale/ss.js","webpack:///./node_modules/moment/locale/sv.js","webpack:///./node_modules/moment/locale/sw.js","webpack:///./node_modules/moment/locale/ta.js","webpack:///./node_modules/moment/locale/te.js","webpack:///./node_modules/moment/locale/tet.js","webpack:///./node_modules/moment/locale/tg.js","webpack:///./node_modules/moment/locale/th.js","webpack:///./node_modules/moment/locale/tl-ph.js","webpack:///./node_modules/moment/locale/tlh.js","webpack:///./node_modules/moment/locale/tr.js","webpack:///./node_modules/moment/locale/tzl.js","webpack:///./node_modules/moment/locale/tzm.js","webpack:///./node_modules/moment/locale/tzm-latn.js","webpack:///./node_modules/moment/locale/ug-cn.js","webpack:///./node_modules/moment/locale/uk.js","webpack:///./node_modules/moment/locale/ur.js","webpack:///./node_modules/moment/locale/uz.js","webpack:///./node_modules/moment/locale/uz-latn.js","webpack:///./node_modules/moment/locale/vi.js","webpack:///./node_modules/moment/locale/x-pseudo.js","webpack:///./node_modules/moment/locale/yo.js","webpack:///./node_modules/moment/locale/zh-cn.js","webpack:///./node_modules/moment/locale/zh-hk.js","webpack:///./node_modules/moment/locale/zh-tw.js","webpack:///./node_modules/core-js/internals/create-property-descriptor.js","webpack:///./node_modules/core-js/internals/to-absolute-index.js","webpack:///./node_modules/core-js/internals/function-bind-context.js","webpack:///./node_modules/core-js/internals/add-to-unscopables.js","webpack:///./node_modules/core-js/internals/an-instance.js","webpack:///./node_modules/@nextcloud/initial-state/dist/index.js","webpack:///./core/src/OC/contactsmenu.js","webpack:///./node_modules/@nextcloud/router/node_modules/core-js/modules/es.array.index-of.js","webpack:///./node_modules/@nextcloud/router/node_modules/core-js/internals/document-create-element.js","webpack:///./node_modules/@nextcloud/router/node_modules/core-js/internals/internal-state.js","webpack:///./node_modules/@nextcloud/router/node_modules/core-js/internals/native-weak-map.js","webpack:///./node_modules/@nextcloud/router/node_modules/core-js/internals/shared-key.js","webpack:///./node_modules/@nextcloud/router/node_modules/core-js/internals/is-pure.js","webpack:///./node_modules/@nextcloud/router/node_modules/core-js/internals/copy-constructor-properties.js","webpack:///./node_modules/@nextcloud/router/node_modules/core-js/internals/own-keys.js","webpack:///./node_modules/@nextcloud/router/node_modules/core-js/internals/get-built-in.js","webpack:///./node_modules/@nextcloud/router/node_modules/core-js/internals/path.js","webpack:///./node_modules/@nextcloud/router/node_modules/core-js/internals/object-get-own-property-names.js","webpack:///./node_modules/@nextcloud/router/node_modules/core-js/internals/to-absolute-index.js","webpack:///./node_modules/@nextcloud/router/node_modules/core-js/internals/is-forced.js","webpack:///./node_modules/@nextcloud/router/node_modules/core-js/internals/array-method-is-strict.js","webpack:///./node_modules/@nextcloud/router/node_modules/core-js/internals/array-method-uses-to-length.js","webpack:///./node_modules/@nextcloud/router/node_modules/core-js/modules/es.object.assign.js","webpack:///./node_modules/@nextcloud/router/node_modules/core-js/internals/object-assign.js","webpack:///./node_modules/@nextcloud/router/node_modules/core-js/internals/object-keys.js","webpack:///./node_modules/@nextcloud/router/node_modules/core-js/modules/es.object.to-string.js","webpack:///./node_modules/@nextcloud/router/node_modules/core-js/internals/use-symbol-as-uid.js","webpack:///./node_modules/@nextcloud/router/node_modules/core-js/internals/object-to-string.js","webpack:///./node_modules/@nextcloud/router/node_modules/core-js/internals/classof.js","webpack:///./node_modules/@nextcloud/router/node_modules/core-js/internals/regexp-sticky-helpers.js","webpack:///./node_modules/@nextcloud/router/node_modules/core-js/modules/es.regexp.to-string.js","webpack:///./node_modules/@nextcloud/router/node_modules/core-js/modules/es.string.replace.js","webpack:///./node_modules/@nextcloud/router/node_modules/core-js/internals/fix-regexp-well-known-symbol-logic.js","webpack:///./node_modules/@nextcloud/router/node_modules/core-js/internals/advance-string-index.js","webpack:///./node_modules/@nextcloud/router/node_modules/core-js/internals/string-multibyte.js","webpack:///./node_modules/@nextcloud/router/node_modules/core-js/internals/regexp-exec-abstract.js","webpack:///./node_modules/core-js/internals/object-get-own-property-names.js","webpack:///./node_modules/core-js/internals/is-array.js","webpack:///./node_modules/core-js/internals/internal-metadata.js","webpack:///./node_modules/core-js/internals/create-property.js","webpack:///./node_modules/core-js/internals/object-set-prototype-of.js","webpack:///./node_modules/css-loader/dist/runtime/getUrl.js","webpack:///./node_modules/core-js/internals/iterate.js","webpack:///./node_modules/core-js/internals/set-species.js","webpack:///./node_modules/core-js/internals/string-trim.js","webpack:///./node_modules/core-js/internals/redefine-all.js","webpack:///./node_modules/@nextcloud/initial-state/node_modules/core-js/modules/es.array.concat.js","webpack:///./node_modules/@nextcloud/initial-state/node_modules/core-js/internals/export.js","webpack:///./node_modules/@nextcloud/initial-state/node_modules/core-js/internals/object-property-is-enumerable.js","webpack:///./node_modules/@nextcloud/initial-state/node_modules/core-js/internals/indexed-object.js","webpack:///./node_modules/@nextcloud/initial-state/node_modules/core-js/internals/document-create-element.js","webpack:///./node_modules/@nextcloud/initial-state/node_modules/core-js/internals/redefine.js","webpack:///./node_modules/@nextcloud/initial-state/node_modules/core-js/internals/internal-state.js","webpack:///./node_modules/@nextcloud/initial-state/node_modules/core-js/internals/native-weak-map.js","webpack:///./node_modules/@nextcloud/initial-state/node_modules/core-js/internals/shared-key.js","webpack:///./node_modules/@nextcloud/initial-state/node_modules/core-js/internals/is-pure.js","webpack:///./node_modules/@nextcloud/initial-state/node_modules/core-js/internals/copy-constructor-properties.js","webpack:///./node_modules/@nextcloud/initial-state/node_modules/core-js/internals/own-keys.js","webpack:///./node_modules/@nextcloud/initial-state/node_modules/core-js/internals/path.js","webpack:///./node_modules/@nextcloud/initial-state/node_modules/core-js/internals/object-get-own-property-names.js","webpack:///./node_modules/@nextcloud/initial-state/node_modules/core-js/internals/object-keys-internal.js","webpack:///./node_modules/@nextcloud/initial-state/node_modules/core-js/internals/array-includes.js","webpack:///./node_modules/@nextcloud/initial-state/node_modules/core-js/internals/to-absolute-index.js","webpack:///./node_modules/@nextcloud/initial-state/node_modules/core-js/internals/enum-bug-keys.js","webpack:///./node_modules/@nextcloud/initial-state/node_modules/core-js/internals/object-get-own-property-symbols.js","webpack:///./node_modules/@nextcloud/initial-state/node_modules/core-js/internals/is-forced.js","webpack:///./node_modules/@nextcloud/initial-state/node_modules/core-js/internals/to-object.js","webpack:///./node_modules/@nextcloud/initial-state/node_modules/core-js/internals/create-property.js","webpack:///./node_modules/@nextcloud/initial-state/node_modules/core-js/internals/array-species-create.js","webpack:///./node_modules/@nextcloud/initial-state/node_modules/core-js/internals/use-symbol-as-uid.js","webpack:///./node_modules/@nextcloud/initial-state/node_modules/core-js/internals/array-method-has-species-support.js","webpack:///./node_modules/@nextcloud/initial-state/node_modules/core-js/internals/engine-user-agent.js","webpack:///./node_modules/@nextcloud/paths/node_modules/core-js/modules/es.array.concat.js","webpack:///./node_modules/@nextcloud/paths/node_modules/core-js/internals/object-property-is-enumerable.js","webpack:///./node_modules/@nextcloud/paths/node_modules/core-js/internals/document-create-element.js","webpack:///./node_modules/@nextcloud/paths/node_modules/core-js/internals/internal-state.js","webpack:///./node_modules/@nextcloud/paths/node_modules/core-js/internals/native-weak-map.js","webpack:///./node_modules/@nextcloud/paths/node_modules/core-js/internals/shared-key.js","webpack:///./node_modules/@nextcloud/paths/node_modules/core-js/internals/is-pure.js","webpack:///./node_modules/@nextcloud/paths/node_modules/core-js/internals/copy-constructor-properties.js","webpack:///./node_modules/@nextcloud/paths/node_modules/core-js/internals/own-keys.js","webpack:///./node_modules/@nextcloud/paths/node_modules/core-js/internals/path.js","webpack:///./node_modules/@nextcloud/paths/node_modules/core-js/internals/object-get-own-property-names.js","webpack:///./node_modules/@nextcloud/paths/node_modules/core-js/internals/object-keys-internal.js","webpack:///./node_modules/@nextcloud/paths/node_modules/core-js/internals/array-includes.js","webpack:///./node_modules/@nextcloud/paths/node_modules/core-js/internals/to-absolute-index.js","webpack:///./node_modules/@nextcloud/paths/node_modules/core-js/internals/enum-bug-keys.js","webpack:///./node_modules/@nextcloud/paths/node_modules/core-js/internals/object-get-own-property-symbols.js","webpack:///./node_modules/@nextcloud/paths/node_modules/core-js/internals/is-forced.js","webpack:///./node_modules/@nextcloud/paths/node_modules/core-js/internals/create-property.js","webpack:///./node_modules/@nextcloud/paths/node_modules/core-js/internals/use-symbol-as-uid.js","webpack:///./node_modules/@nextcloud/paths/node_modules/core-js/internals/engine-user-agent.js","webpack:///./node_modules/@nextcloud/paths/node_modules/core-js/modules/es.array.filter.js","webpack:///./node_modules/@nextcloud/paths/node_modules/core-js/internals/function-bind-context.js","webpack:///./node_modules/@nextcloud/paths/node_modules/core-js/modules/es.array.join.js","webpack:///./node_modules/@nextcloud/paths/node_modules/core-js/modules/es.array.map.js","webpack:///./node_modules/@nextcloud/paths/node_modules/core-js/modules/es.array.reduce.js","webpack:///./node_modules/@nextcloud/paths/node_modules/core-js/internals/array-reduce.js","webpack:///./node_modules/@nextcloud/paths/node_modules/core-js/internals/regexp-flags.js","webpack:///./node_modules/@nextcloud/paths/node_modules/core-js/internals/regexp-sticky-helpers.js","webpack:///./node_modules/@nextcloud/paths/node_modules/core-js/modules/es.string.replace.js","webpack:///./node_modules/@nextcloud/paths/node_modules/core-js/internals/string-multibyte.js","webpack:///./node_modules/@nextcloud/paths/node_modules/core-js/modules/es.string.split.js","webpack:///./node_modules/@nextcloud/paths/node_modules/core-js/internals/is-regexp.js","webpack:///./node_modules/@nextcloud/paths/node_modules/core-js/internals/species-constructor.js","webpack:///./core/src/OC/contactsmenu/contact.handlebars","webpack:///./node_modules/handlebars/dist/cjs/handlebars/helpers/block-helper-missing.js","webpack:///./node_modules/handlebars/dist/cjs/handlebars/helpers/each.js","webpack:///./node_modules/handlebars/dist/cjs/handlebars/helpers/helper-missing.js","webpack:///./node_modules/handlebars/dist/cjs/handlebars/helpers/if.js","webpack:///./node_modules/handlebars/dist/cjs/handlebars/helpers/log.js","webpack:///./node_modules/handlebars/dist/cjs/handlebars/helpers/lookup.js","webpack:///./node_modules/handlebars/dist/cjs/handlebars/helpers/with.js","webpack:///./node_modules/handlebars/dist/cjs/handlebars/decorators.js","webpack:///./node_modules/handlebars/dist/cjs/handlebars/decorators/inline.js","webpack:///./node_modules/handlebars/dist/cjs/handlebars/internal/create-new-lookup-object.js","webpack:///./node_modules/handlebars/dist/cjs/handlebars/safe-string.js","webpack:///./node_modules/handlebars/dist/cjs/handlebars/runtime.js","webpack:///./node_modules/handlebars/dist/cjs/handlebars/internal/wrapHelper.js","webpack:///./node_modules/handlebars/dist/cjs/handlebars/no-conflict.js","webpack:///./core/src/OC/contactsmenu/loading.handlebars","webpack:///./core/src/OC/contactsmenu/error.handlebars","webpack:///./core/src/OC/contactsmenu/menu.handlebars","webpack:///./core/src/OC/contactsmenu/list.handlebars","webpack:///./node_modules/moment/locale sync ^\\.\\/.*$","webpack:///./node_modules/core-js/internals/indexed-object.js","webpack:///./node_modules/core-js/internals/uid.js","webpack:///./node_modules/core-js/internals/hidden-keys.js","webpack:///./node_modules/core-js/internals/path.js","webpack:///./node_modules/core-js/internals/array-includes.js","webpack:///./node_modules/core-js/internals/is-forced.js","webpack:///./node_modules/core-js/internals/object-keys.js","webpack:///./node_modules/core-js/internals/array-species-create.js","webpack:///./node_modules/core-js/internals/freezing.js","webpack:///./node_modules/core-js/internals/iterators.js","webpack:///./node_modules/core-js/internals/get-iterator-method.js","webpack:///./node_modules/core-js/internals/classof.js","webpack:///./node_modules/core-js/internals/array-method-has-species-support.js","webpack:///./node_modules/core-js/internals/regexp-flags.js","webpack:///./node_modules/jstimezonedetect/dist/jstz.min.js","webpack:///./node_modules/core-js/internals/object-property-is-enumerable.js","webpack:///./node_modules/core-js/internals/shared-key.js","webpack:///./node_modules/core-js/internals/object-prototype-accessors-forced.js","webpack:///./node_modules/core-js/internals/check-correctness-of-iteration.js","webpack:///./node_modules/core-js/internals/engine-user-agent.js","webpack:///./node_modules/core-js/internals/array-reduce.js","webpack:///./node_modules/core-js/modules/es.array.iterator.js","webpack:///./node_modules/core-js/internals/string-multibyte.js","webpack:///./node_modules/core-js/internals/is-regexp.js","webpack:///./node_modules/core-js/internals/fix-regexp-well-known-symbol-logic.js","webpack:///./node_modules/core-js/internals/regexp-exec.js","webpack:///./node_modules/core-js/internals/regexp-sticky-helpers.js","webpack:///./node_modules/core-js/internals/advance-string-index.js","webpack:///./node_modules/core-js/internals/regexp-exec-abstract.js","webpack:///./node_modules/core-js/internals/whitespaces.js","webpack:///./node_modules/core-js/internals/inherit-if-required.js","webpack:///./node_modules/core-js/internals/math-expm1.js","webpack:///./node_modules/core-js/internals/collection.js","webpack:///./node_modules/core-js/internals/array-buffer.js","webpack:///./node_modules/css-vars-ponyfill/dist/css-vars-ponyfill.esm.js","webpack:///./core/src/session-heartbeat.js","webpack:///./core/src/init.js","webpack:///./core/src/components/UserMenu.js","webpack:///./core/src/components/MainMenu.js","webpack:///./core/src/components/ContactsMenu.js","webpack:///(webpack)/buildin/amd-define.js","webpack:///(webpack)/buildin/amd-options.js","webpack:///./node_modules/core-js/internals/document-create-element.js","webpack:///./node_modules/core-js/internals/set-global.js","webpack:///./node_modules/core-js/internals/inspect-source.js","webpack:///./node_modules/core-js/internals/shared.js","webpack:///./node_modules/core-js/internals/own-keys.js","webpack:///./node_modules/core-js/internals/enum-bug-keys.js","webpack:///./node_modules/core-js/internals/object-get-own-property-symbols.js","webpack:///./node_modules/core-js/internals/native-symbol.js","webpack:///./node_modules/core-js/internals/object-define-properties.js","webpack:///./node_modules/core-js/internals/is-array-iterator-method.js","webpack:///./node_modules/core-js/internals/to-string-tag-support.js","webpack:///./node_modules/core-js/internals/correct-prototype-getter.js","webpack:///./node_modules/core-js/internals/engine-v8-version.js","webpack:///./node_modules/core-js/internals/array-fill.js","webpack:///./node_modules/core-js/internals/define-iterator.js","webpack:///./node_modules/core-js/internals/create-iterator-constructor.js","webpack:///./node_modules/core-js/internals/not-a-regexp.js","webpack:///./node_modules/core-js/internals/correct-is-regexp-logic.js","webpack:///./node_modules/core-js/modules/es.regexp.exec.js","webpack:///./node_modules/core-js/internals/string-pad.js","webpack:///./node_modules/core-js/internals/string-repeat.js","webpack:///./node_modules/core-js/internals/string-trim-forced.js","webpack:///./node_modules/core-js/internals/math-sign.js","webpack:///./node_modules/core-js/internals/task.js","webpack:///./node_modules/core-js/internals/new-promise-capability.js","webpack:///./node_modules/core-js/internals/array-buffer-native.js","webpack:///./node_modules/core-js/internals/typed-array-constructors-require-wrappers.js","webpack:///./node_modules/strengthify/jquery.strengthify.js","webpack:///./node_modules/strengthify/strengthify.css?7441","webpack:///./node_modules/strengthify/strengthify.css","webpack:///./node_modules/core-js/internals/ie8-dom-define.js","webpack:///./node_modules/core-js/internals/shared-store.js","webpack:///./node_modules/core-js/internals/native-weak-map.js","webpack:///./node_modules/core-js/internals/copy-constructor-properties.js","webpack:///./node_modules/core-js/internals/object-keys-internal.js","webpack:///./node_modules/core-js/internals/use-symbol-as-uid.js","webpack:///./node_modules/core-js/internals/html.js","webpack:///./node_modules/core-js/internals/object-get-own-property-names-external.js","webpack:///./node_modules/core-js/internals/well-known-symbol-wrapped.js","webpack:///./node_modules/core-js/internals/object-assign.js","webpack:///./node_modules/core-js/internals/object-to-array.js","webpack:///./node_modules/core-js/internals/call-with-safe-iteration-closing.js","webpack:///./node_modules/core-js/internals/same-value.js","webpack:///./node_modules/core-js/internals/a-possible-prototype.js","webpack:///./node_modules/core-js/internals/function-bind.js","webpack:///./node_modules/core-js/internals/array-from.js","webpack:///./node_modules/core-js/internals/array-copy-within.js","webpack:///./node_modules/core-js/internals/flatten-into-array.js","webpack:///./node_modules/core-js/internals/array-for-each.js","webpack:///./node_modules/core-js/internals/array-last-index-of.js","webpack:///./node_modules/core-js/internals/iterators-core.js","webpack:///./node_modules/core-js/internals/string-pad-webkit-bug.js","webpack:///./node_modules/core-js/modules/es.string.iterator.js","webpack:///./node_modules/core-js/internals/number-parse-int.js","webpack:///./node_modules/core-js/internals/number-parse-float.js","webpack:///./node_modules/core-js/internals/is-integer.js","webpack:///./node_modules/core-js/internals/this-number-value.js","webpack:///./node_modules/core-js/internals/math-log1p.js","webpack:///./node_modules/core-js/internals/native-promise-constructor.js","webpack:///./node_modules/core-js/internals/engine-is-ios.js","webpack:///./node_modules/core-js/internals/microtask.js","webpack:///./node_modules/core-js/internals/promise-resolve.js","webpack:///./node_modules/core-js/internals/perform.js","webpack:///./node_modules/core-js/internals/collection-strong.js","webpack:///./node_modules/core-js/internals/collection-weak.js","webpack:///./node_modules/core-js/internals/to-index.js","webpack:///./node_modules/core-js/internals/to-offset.js","webpack:///./node_modules/core-js/internals/typed-array-from.js","webpack:///./node_modules/core-js/internals/dom-iterables.js","webpack:///./node_modules/core-js/internals/native-url.js","webpack:///./node_modules/core-js/modules/web.url-search-params.js","webpack:///./node_modules/jquery-ui-dist/images/ui-icons_444444_256x240.png","webpack:///./node_modules/jquery-ui-dist/images/ui-icons_555555_256x240.png","webpack:///./node_modules/jquery-ui-dist/images/ui-icons_ffffff_256x240.png","webpack:///./node_modules/jquery-ui-dist/images/ui-icons_777620_256x240.png","webpack:///./node_modules/jquery-ui-dist/images/ui-icons_cc0000_256x240.png","webpack:///./node_modules/jquery-ui-dist/images/ui-icons_777777_256x240.png","webpack:///./node_modules/autosize/dist/autosize.js","webpack:///./node_modules/clipboard/dist/clipboard.js","webpack:///./node_modules/blueimp-md5/js/md5.js","webpack:///./core/src/OCP/toast.js","webpack:///./node_modules/toastify-js/src/toastify.js","webpack:///./core/src/main.js","webpack:///./node_modules/core-js/stable/index.js","webpack:///./node_modules/core-js/es/index.js","webpack:///./node_modules/core-js/modules/es.symbol.js","webpack:///./node_modules/core-js/modules/es.symbol.async-iterator.js","webpack:///./node_modules/core-js/modules/es.symbol.description.js","webpack:///./node_modules/core-js/modules/es.symbol.has-instance.js","webpack:///./node_modules/core-js/modules/es.symbol.is-concat-spreadable.js","webpack:///./node_modules/core-js/modules/es.symbol.iterator.js","webpack:///./node_modules/core-js/modules/es.symbol.match.js","webpack:///./node_modules/core-js/modules/es.symbol.match-all.js","webpack:///./node_modules/core-js/modules/es.symbol.replace.js","webpack:///./node_modules/core-js/modules/es.symbol.search.js","webpack:///./node_modules/core-js/modules/es.symbol.species.js","webpack:///./node_modules/core-js/modules/es.symbol.split.js","webpack:///./node_modules/core-js/modules/es.symbol.to-primitive.js","webpack:///./node_modules/core-js/modules/es.symbol.to-string-tag.js","webpack:///./node_modules/core-js/modules/es.symbol.unscopables.js","webpack:///./node_modules/core-js/modules/es.object.assign.js","webpack:///./node_modules/core-js/modules/es.object.create.js","webpack:///./node_modules/core-js/modules/es.object.define-property.js","webpack:///./node_modules/core-js/modules/es.object.define-properties.js","webpack:///./node_modules/core-js/modules/es.object.entries.js","webpack:///./node_modules/core-js/modules/es.object.freeze.js","webpack:///./node_modules/core-js/modules/es.object.from-entries.js","webpack:///./node_modules/core-js/modules/es.object.get-own-property-descriptor.js","webpack:///./node_modules/core-js/modules/es.object.get-own-property-descriptors.js","webpack:///./node_modules/core-js/modules/es.object.get-own-property-names.js","webpack:///./node_modules/core-js/modules/es.object.get-prototype-of.js","webpack:///./node_modules/core-js/modules/es.object.is.js","webpack:///./node_modules/core-js/modules/es.object.is-extensible.js","webpack:///./node_modules/core-js/modules/es.object.is-frozen.js","webpack:///./node_modules/core-js/modules/es.object.is-sealed.js","webpack:///./node_modules/core-js/modules/es.object.keys.js","webpack:///./node_modules/core-js/modules/es.object.prevent-extensions.js","webpack:///./node_modules/core-js/modules/es.object.seal.js","webpack:///./node_modules/core-js/modules/es.object.set-prototype-of.js","webpack:///./node_modules/core-js/modules/es.object.values.js","webpack:///./node_modules/core-js/modules/es.object.to-string.js","webpack:///./node_modules/core-js/internals/object-to-string.js","webpack:///./node_modules/core-js/modules/es.object.define-getter.js","webpack:///./node_modules/core-js/modules/es.object.define-setter.js","webpack:///./node_modules/core-js/modules/es.object.lookup-getter.js","webpack:///./node_modules/core-js/modules/es.object.lookup-setter.js","webpack:///./node_modules/core-js/modules/es.function.bind.js","webpack:///./node_modules/core-js/modules/es.function.name.js","webpack:///./node_modules/core-js/modules/es.function.has-instance.js","webpack:///./node_modules/core-js/modules/es.global-this.js","webpack:///./node_modules/core-js/modules/es.array.from.js","webpack:///./node_modules/core-js/modules/es.array.is-array.js","webpack:///./node_modules/core-js/modules/es.array.of.js","webpack:///./node_modules/core-js/modules/es.array.concat.js","webpack:///./node_modules/core-js/modules/es.array.copy-within.js","webpack:///./node_modules/core-js/modules/es.array.every.js","webpack:///./node_modules/core-js/modules/es.array.fill.js","webpack:///./node_modules/core-js/modules/es.array.filter.js","webpack:///./node_modules/core-js/modules/es.array.find.js","webpack:///./node_modules/core-js/modules/es.array.find-index.js","webpack:///./node_modules/core-js/modules/es.array.flat.js","webpack:///./node_modules/core-js/modules/es.array.flat-map.js","webpack:///./node_modules/core-js/modules/es.array.for-each.js","webpack:///./node_modules/core-js/modules/es.array.includes.js","webpack:///./node_modules/core-js/modules/es.array.index-of.js","webpack:///./node_modules/core-js/modules/es.array.join.js","webpack:///./node_modules/core-js/modules/es.array.last-index-of.js","webpack:///./node_modules/core-js/modules/es.array.map.js","webpack:///./node_modules/core-js/modules/es.array.reduce.js","webpack:///./node_modules/core-js/modules/es.array.reduce-right.js","webpack:///./node_modules/core-js/modules/es.array.reverse.js","webpack:///./node_modules/core-js/modules/es.array.slice.js","webpack:///./node_modules/core-js/modules/es.array.some.js","webpack:///./node_modules/core-js/modules/es.array.sort.js","webpack:///./node_modules/core-js/modules/es.array.splice.js","webpack:///./node_modules/core-js/modules/es.array.species.js","webpack:///./node_modules/core-js/modules/es.array.unscopables.flat.js","webpack:///./node_modules/core-js/modules/es.array.unscopables.flat-map.js","webpack:///./node_modules/core-js/modules/es.string.from-code-point.js","webpack:///./node_modules/core-js/modules/es.string.raw.js","webpack:///./node_modules/core-js/modules/es.string.code-point-at.js","webpack:///./node_modules/core-js/modules/es.string.ends-with.js","webpack:///./node_modules/core-js/modules/es.string.includes.js","webpack:///./node_modules/core-js/modules/es.string.match.js","webpack:///./node_modules/core-js/modules/es.string.match-all.js","webpack:///./node_modules/core-js/modules/es.string.pad-end.js","webpack:///./node_modules/core-js/modules/es.string.pad-start.js","webpack:///./node_modules/core-js/modules/es.string.repeat.js","webpack:///./node_modules/core-js/modules/es.string.replace.js","webpack:///./node_modules/core-js/modules/es.string.search.js","webpack:///./node_modules/core-js/modules/es.string.split.js","webpack:///./node_modules/core-js/modules/es.string.starts-with.js","webpack:///./node_modules/core-js/modules/es.string.trim.js","webpack:///./node_modules/core-js/modules/es.string.trim-start.js","webpack:///./node_modules/core-js/modules/es.string.trim-end.js","webpack:///./node_modules/core-js/modules/es.string.anchor.js","webpack:///./node_modules/core-js/modules/es.string.big.js","webpack:///./node_modules/core-js/modules/es.string.blink.js","webpack:///./node_modules/core-js/modules/es.string.bold.js","webpack:///./node_modules/core-js/modules/es.string.fixed.js","webpack:///./node_modules/core-js/modules/es.string.fontcolor.js","webpack:///./node_modules/core-js/modules/es.string.fontsize.js","webpack:///./node_modules/core-js/modules/es.string.italics.js","webpack:///./node_modules/core-js/modules/es.string.link.js","webpack:///./node_modules/core-js/modules/es.string.small.js","webpack:///./node_modules/core-js/modules/es.string.strike.js","webpack:///./node_modules/core-js/modules/es.string.sub.js","webpack:///./node_modules/core-js/modules/es.string.sup.js","webpack:///./node_modules/core-js/modules/es.regexp.constructor.js","webpack:///./node_modules/core-js/modules/es.regexp.flags.js","webpack:///./node_modules/core-js/modules/es.regexp.sticky.js","webpack:///./node_modules/core-js/modules/es.regexp.test.js","webpack:///./node_modules/core-js/modules/es.regexp.to-string.js","webpack:///./node_modules/core-js/modules/es.parse-int.js","webpack:///./node_modules/core-js/modules/es.parse-float.js","webpack:///./node_modules/core-js/modules/es.number.constructor.js","webpack:///./node_modules/core-js/modules/es.number.epsilon.js","webpack:///./node_modules/core-js/modules/es.number.is-finite.js","webpack:///./node_modules/core-js/internals/number-is-finite.js","webpack:///./node_modules/core-js/modules/es.number.is-integer.js","webpack:///./node_modules/core-js/modules/es.number.is-nan.js","webpack:///./node_modules/core-js/modules/es.number.is-safe-integer.js","webpack:///./node_modules/core-js/modules/es.number.max-safe-integer.js","webpack:///./node_modules/core-js/modules/es.number.min-safe-integer.js","webpack:///./node_modules/core-js/modules/es.number.parse-float.js","webpack:///./node_modules/core-js/modules/es.number.parse-int.js","webpack:///./node_modules/core-js/modules/es.number.to-fixed.js","webpack:///./node_modules/core-js/modules/es.number.to-precision.js","webpack:///./node_modules/core-js/modules/es.math.acosh.js","webpack:///./node_modules/core-js/modules/es.math.asinh.js","webpack:///./node_modules/core-js/modules/es.math.atanh.js","webpack:///./node_modules/core-js/modules/es.math.cbrt.js","webpack:///./node_modules/core-js/modules/es.math.clz32.js","webpack:///./node_modules/core-js/modules/es.math.cosh.js","webpack:///./node_modules/core-js/modules/es.math.expm1.js","webpack:///./node_modules/core-js/modules/es.math.fround.js","webpack:///./node_modules/core-js/internals/math-fround.js","webpack:///./node_modules/core-js/modules/es.math.hypot.js","webpack:///./node_modules/core-js/modules/es.math.imul.js","webpack:///./node_modules/core-js/modules/es.math.log10.js","webpack:///./node_modules/core-js/modules/es.math.log1p.js","webpack:///./node_modules/core-js/modules/es.math.log2.js","webpack:///./node_modules/core-js/modules/es.math.sign.js","webpack:///./node_modules/core-js/modules/es.math.sinh.js","webpack:///./node_modules/core-js/modules/es.math.tanh.js","webpack:///./node_modules/core-js/modules/es.math.to-string-tag.js","webpack:///./node_modules/core-js/modules/es.math.trunc.js","webpack:///./node_modules/core-js/modules/es.date.now.js","webpack:///./node_modules/core-js/modules/es.date.to-json.js","webpack:///./node_modules/core-js/modules/es.date.to-iso-string.js","webpack:///./node_modules/core-js/internals/date-to-iso-string.js","webpack:///./node_modules/core-js/modules/es.date.to-string.js","webpack:///./node_modules/core-js/modules/es.date.to-primitive.js","webpack:///./node_modules/core-js/internals/date-to-primitive.js","webpack:///./node_modules/core-js/modules/es.json.stringify.js","webpack:///./node_modules/core-js/modules/es.json.to-string-tag.js","webpack:///./node_modules/core-js/modules/es.promise.js","webpack:///./node_modules/core-js/internals/host-report-errors.js","webpack:///./node_modules/core-js/modules/es.promise.all-settled.js","webpack:///./node_modules/core-js/modules/es.promise.finally.js","webpack:///./node_modules/core-js/modules/es.map.js","webpack:///./node_modules/core-js/modules/es.set.js","webpack:///./node_modules/core-js/modules/es.weak-map.js","webpack:///./node_modules/core-js/modules/es.weak-set.js","webpack:///./node_modules/core-js/modules/es.array-buffer.constructor.js","webpack:///./node_modules/core-js/internals/ieee754.js","webpack:///./node_modules/core-js/modules/es.array-buffer.is-view.js","webpack:///./node_modules/core-js/modules/es.array-buffer.slice.js","webpack:///./node_modules/core-js/modules/es.data-view.js","webpack:///./node_modules/core-js/modules/es.typed-array.int8-array.js","webpack:///./node_modules/core-js/internals/to-positive-integer.js","webpack:///./node_modules/core-js/modules/es.typed-array.uint8-array.js","webpack:///./node_modules/core-js/modules/es.typed-array.uint8-clamped-array.js","webpack:///./node_modules/core-js/modules/es.typed-array.int16-array.js","webpack:///./node_modules/core-js/modules/es.typed-array.uint16-array.js","webpack:///./node_modules/core-js/modules/es.typed-array.int32-array.js","webpack:///./node_modules/core-js/modules/es.typed-array.uint32-array.js","webpack:///./node_modules/core-js/modules/es.typed-array.float32-array.js","webpack:///./node_modules/core-js/modules/es.typed-array.float64-array.js","webpack:///./node_modules/core-js/modules/es.typed-array.from.js","webpack:///./node_modules/core-js/modules/es.typed-array.of.js","webpack:///./node_modules/core-js/modules/es.typed-array.copy-within.js","webpack:///./node_modules/core-js/modules/es.typed-array.every.js","webpack:///./node_modules/core-js/modules/es.typed-array.fill.js","webpack:///./node_modules/core-js/modules/es.typed-array.filter.js","webpack:///./node_modules/core-js/modules/es.typed-array.find.js","webpack:///./node_modules/core-js/modules/es.typed-array.find-index.js","webpack:///./node_modules/core-js/modules/es.typed-array.for-each.js","webpack:///./node_modules/core-js/modules/es.typed-array.includes.js","webpack:///./node_modules/core-js/modules/es.typed-array.index-of.js","webpack:///./node_modules/core-js/modules/es.typed-array.iterator.js","webpack:///./node_modules/core-js/modules/es.typed-array.join.js","webpack:///./node_modules/core-js/modules/es.typed-array.last-index-of.js","webpack:///./node_modules/core-js/modules/es.typed-array.map.js","webpack:///./node_modules/core-js/modules/es.typed-array.reduce.js","webpack:///./node_modules/core-js/modules/es.typed-array.reduce-right.js","webpack:///./node_modules/core-js/modules/es.typed-array.reverse.js","webpack:///./node_modules/core-js/modules/es.typed-array.set.js","webpack:///./node_modules/core-js/modules/es.typed-array.slice.js","webpack:///./node_modules/core-js/modules/es.typed-array.some.js","webpack:///./node_modules/core-js/modules/es.typed-array.sort.js","webpack:///./node_modules/core-js/modules/es.typed-array.subarray.js","webpack:///./node_modules/core-js/modules/es.typed-array.to-locale-string.js","webpack:///./node_modules/core-js/modules/es.typed-array.to-string.js","webpack:///./node_modules/core-js/modules/es.reflect.apply.js","webpack:///./node_modules/core-js/modules/es.reflect.construct.js","webpack:///./node_modules/core-js/modules/es.reflect.define-property.js","webpack:///./node_modules/core-js/modules/es.reflect.delete-property.js","webpack:///./node_modules/core-js/modules/es.reflect.get.js","webpack:///./node_modules/core-js/modules/es.reflect.get-own-property-descriptor.js","webpack:///./node_modules/core-js/modules/es.reflect.get-prototype-of.js","webpack:///./node_modules/core-js/modules/es.reflect.has.js","webpack:///./node_modules/core-js/modules/es.reflect.is-extensible.js","webpack:///./node_modules/core-js/modules/es.reflect.own-keys.js","webpack:///./node_modules/core-js/modules/es.reflect.prevent-extensions.js","webpack:///./node_modules/core-js/modules/es.reflect.set.js","webpack:///./node_modules/core-js/modules/es.reflect.set-prototype-of.js","webpack:///./node_modules/core-js/web/index.js","webpack:///./node_modules/core-js/modules/web.dom-collections.for-each.js","webpack:///./node_modules/core-js/modules/web.dom-collections.iterator.js","webpack:///./node_modules/core-js/modules/web.immediate.js","webpack:///./node_modules/core-js/modules/web.queue-microtask.js","webpack:///./node_modules/core-js/modules/web.timers.js","webpack:///./node_modules/core-js/modules/web.url.js","webpack:///./node_modules/core-js/internals/string-punycode-to-ascii.js","webpack:///./node_modules/core-js/internals/get-iterator.js","webpack:///./node_modules/core-js/modules/web.url.to-json.js","webpack:///./node_modules/regenerator-runtime/runtime.js","webpack:///./core/src/Polyfill/index.js","webpack:///./core/src/Polyfill/console.js","webpack:///./core/src/Polyfill/closest.js","webpack:///./core/src/Polyfill/windows-phone.js","webpack:///./node_modules/jquery-migrate/dist/jquery-migrate.min.js","webpack:///./node_modules/jquery-ui-dist/jquery-ui.js","webpack:///./node_modules/jquery-ui-dist/jquery-ui.css?c6c0","webpack:///./node_modules/jquery-ui-dist/jquery-ui.css","webpack:///./node_modules/jquery-ui-dist/jquery-ui.theme.css?df2a","webpack:///./node_modules/jquery-ui-dist/jquery-ui.theme.css","webpack:///./node_modules/bootstrap/js/dist/tooltip.js","webpack:///./node_modules/popper.js/dist/esm/popper.js","webpack:///./node_modules/bootstrap/js/dist/util.js","webpack:///./core/src/Polyfill/tooltip.js","webpack:///./node_modules/jcrop/js/jquery.Jcrop.js","webpack:///./node_modules/jcrop/css/jquery.Jcrop.css?1415","webpack:///./node_modules/jcrop/css/jquery.Jcrop.css","webpack:///./node_modules/jcrop/css/Jcrop.gif","webpack:///./node_modules/select2/select2.js","webpack:///./node_modules/select2/select2.css?c625","webpack:///./node_modules/select2/select2.css","webpack:///./node_modules/select2/select2.png","webpack:///./node_modules/select2/select2-spinner.gif","webpack:///./node_modules/select2/select2x2.png","webpack:///./node_modules/snap.js/dist/snap.js","webpack:///./core/src/jquery/contactsmenu/jquery_entry.handlebars","webpack:///./core/src/jquery/css/jquery-ui-fixes.scss?a254","webpack:///./core/src/jquery/css/jquery-ui-fixes.scss","webpack:///./core/src/jquery/css/images/ui-icons_1d2d44_256x240.png","webpack:///./core/src/jquery/css/images/ui-icons_ffffff_256x240.png","webpack:///./core/src/jquery/css/images/ui-icons_ffd27a_256x240.png","webpack:///./core/src/jquery/css/images/ui-bg_diagonals-thick_20_666666_40x40.png","webpack:///./core/src/jquery/css/images/ui-bg_flat_10_000000_40x100.png","webpack:///./core/src/jquery/css/jquery.ocdialog.scss?3270","webpack:///./core/src/jquery/css/jquery.ocdialog.scss","webpack:///./core/src/jquery/avatar.js","webpack:///./core/src/jquery/contactsmenu.js","webpack:///./core/src/jquery/exists.js","webpack:///./core/src/jquery/filterattr.js","webpack:///./core/src/jquery/ocdialog.js","webpack:///./core/src/jquery/octemplate.js","webpack:///./core/src/jquery/placeholder.js","webpack:///./core/src/jquery/requesttoken.js","webpack:///./core/src/jquery/selectrange.js","webpack:///./core/src/jquery/showpassword.js","webpack:///./core/src/jquery/tipsy.js","webpack:///./core/src/jquery/ui-fixes.js","webpack:///./core/src/jquery/index.js","webpack:///./core/src/OCP/comments.js","webpack:///./core/src/OCP/loader.js","webpack:///./core/src/OCP/collaboration.js","webpack:///./core/src/OCP/whatsnew.js","webpack:///./core/src/OCP/index.js","webpack:///./core/src/globals.js"],"names":["installedModules","__webpack_require__","moduleId","exports","module","i","l","modules","call","m","c","d","name","getter","o","Object","defineProperty","enumerable","get","r","Symbol","toStringTag","value","t","mode","__esModule","ns","create","key","bind","n","object","property","prototype","hasOwnProperty","p","s","global","factory","window","this","noGlobal","arr","slice","concat","push","indexOf","class2type","toString","hasOwn","support","document","jQuery","selector","context","fn","init","rtrim","rmsPrefix","rdashAlpha","fcamelCase","all","letter","toUpperCase","isArraylike","obj","length","type","isWindow","nodeType","jquery","constructor","toArray","num","pushStack","elems","ret","merge","prevObject","each","callback","args","map","elem","apply","arguments","first","eq","last","len","j","end","sort","splice","extend","options","src","copy","copyIsArray","clone","target","deep","isFunction","isPlainObject","isArray","undefined","expando","Math","random","replace","isReady","error","msg","Error","noop","Array","isNumeric","parseFloat","isEmptyObject","globalEval","code","script","indirect","eval","trim","createElement","text","head","appendChild","parentNode","removeChild","camelCase","string","nodeName","toLowerCase","makeArray","results","inArray","second","grep","invert","matches","callbackExpect","arg","guid","proxy","tmp","now","Date","split","Sizzle","Expr","getText","isXML","tokenize","compile","select","outermostContext","sortInput","hasDuplicate","setDocument","docElem","documentIsHTML","rbuggyQSA","rbuggyMatches","contains","preferredDoc","dirruns","done","classCache","createCache","tokenCache","compilerCache","sortOrder","a","b","pop","push_native","list","booleans","whitespace","characterEncoding","identifier","attributes","pseudos","rwhitespace","RegExp","rcomma","rcombinators","rattributeQuotes","rpseudo","ridentifier","matchExpr","rinputs","rheader","rnative","rquickExpr","rsibling","rescape","runescape","funescape","_","escaped","escapedWhitespace","high","String","fromCharCode","unloadHandler","childNodes","e","els","seed","match","groups","old","nid","newContext","newSelector","ownerDocument","exec","getElementById","id","getElementsByTagName","getElementsByClassName","qsa","test","getAttribute","setAttribute","toSelector","testContext","join","querySelectorAll","qsaError","removeAttribute","keys","cache","cacheLength","shift","markFunction","assert","div","addHandle","attrs","handler","attrHandle","siblingCheck","cur","diff","sourceIndex","nextSibling","createInputPseudo","createButtonPseudo","createPositionalPseudo","argument","matchIndexes","documentElement","node","hasCompare","parent","doc","defaultView","top","addEventListener","attachEvent","className","createComment","getById","getElementsByName","find","filter","attrId","getAttributeNode","tag","innerHTML","input","matchesSelector","webkitMatchesSelector","mozMatchesSelector","oMatchesSelector","msMatchesSelector","disconnectedMatch","compareDocumentPosition","adown","bup","compare","sortDetached","aup","ap","bp","unshift","expr","elements","attr","val","specified","uniqueSort","duplicates","detectDuplicates","sortStable","textContent","firstChild","nodeValue","selectors","createPseudo","relative","dir","preFilter","excess","unquoted","nodeNameSelector","pattern","operator","check","result","what","simple","forward","ofType","xml","outerCache","nodeIndex","start","useCache","lastChild","pseudo","setFilters","idx","matched","matcher","unmatched","innerText","lang","elemLang","hash","location","activeElement","hasFocus","href","tabIndex","disabled","checked","selected","selectedIndex","radio","checkbox","file","password","image","submit","reset","tokens","addCombinator","combinator","base","checkNonElements","doneName","oldCache","newCache","elementMatcher","matchers","condense","newUnmatched","mapped","setMatcher","postFilter","postFinder","postSelector","temp","preMap","postMap","preexisting","contexts","multipleContexts","matcherIn","matcherOut","matcherFromTokens","checkContext","leadingRelative","implicitRelative","matchContext","matchAnyContext","filters","parseOnly","soFar","preFilters","cached","setMatchers","elementMatchers","bySet","byElement","superMatcher","outermost","matchedCount","setMatched","contextBackup","dirrunsUnique","matcherFromGroupMatchers","token","compiled","div1","defaultValue","unique","isXMLDoc","rneedsContext","needsContext","rsingleTag","risSimple","winnow","qualifier","not","self","is","rootjQuery","parseHTML","ready","rparentsprev","guaranteedUnique","children","contents","next","prev","sibling","until","truncate","has","targets","closest","pos","index","prevAll","add","addBack","parents","parentsUntil","nextAll","nextUntil","prevUntil","siblings","contentDocument","reverse","readyList","rnotwhite","optionsCache","completed","removeEventListener","Callbacks","flag","createOptions","memory","fired","firing","firingStart","firingLength","firingIndex","stack","once","fire","data","stopOnFalse","disable","remove","empty","lock","locked","fireWith","Deferred","func","tuples","state","promise","always","deferred","fail","then","fns","newDefer","tuple","returned","resolve","reject","progress","notify","pipe","stateString","when","subordinate","progressValues","progressContexts","resolveContexts","resolveValues","remaining","updateFunc","values","notifyWith","resolveWith","readyWait","holdReady","hold","wait","triggerHandler","off","readyState","setTimeout","access","chainable","emptyGet","raw","bulk","Data","uid","acceptData","owner","accepts","descriptor","unlock","defineProperties","set","prop","stored","camel","hasData","discard","data_priv","data_user","rbrace","rmultiDash","dataAttr","parseJSON","removeData","_data","_removeData","camelKey","queue","dequeue","startLength","hooks","_queueHooks","stop","setter","clearQueue","count","defer","pnum","source","cssExpand","isHidden","el","css","rcheckableType","createDocumentFragment","checkClone","cloneNode","noCloneChecked","focusinBubbles","rkeyEvent","rmouseEvent","rfocusMorph","rtypenamespace","returnTrue","returnFalse","safeActiveElement","err","event","types","handleObjIn","eventHandle","events","handleObj","special","handlers","namespaces","origType","elemData","handle","triggered","dispatch","delegateType","bindType","namespace","delegateCount","setup","mappedTypes","origCount","teardown","removeEvent","trigger","onlyHandlers","bubbleType","ontype","eventPath","Event","isTrigger","namespace_re","noBubble","parentWindow","isPropagationStopped","preventDefault","isDefaultPrevented","_default","fix","handlerQueue","delegateTarget","preDispatch","currentTarget","isImmediatePropagationStopped","stopPropagation","postDispatch","sel","button","props","fixHooks","keyHooks","original","which","charCode","keyCode","mouseHooks","eventDoc","body","pageX","clientX","scrollLeft","clientLeft","pageY","clientY","scrollTop","clientTop","originalEvent","fixHook","load","focus","blur","click","beforeunload","returnValue","simulate","bubble","isSimulated","defaultPrevented","timeStamp","stopImmediatePropagation","mouseenter","mouseleave","pointerenter","pointerleave","orig","related","relatedTarget","attaches","on","one","origFn","rxhtmlTag","rtagName","rhtml","rnoInnerhtml","rchecked","rscriptType","rscriptTypeMasked","rcleanScript","wrapMap","option","thead","col","tr","td","manipulationTarget","content","disableScript","restoreScript","setGlobalEval","refElements","cloneCopyEvent","dest","pdataOld","pdataCur","udataOld","udataCur","getAll","optgroup","tbody","tfoot","colgroup","caption","th","dataAndEvents","deepDataAndEvents","srcElements","destElements","inPage","buildFragment","scripts","selection","wrap","fragment","nodes","createTextNode","cleanData","append","domManip","prepend","insertBefore","before","after","keepData","html","replaceWith","replaceChild","detach","hasScripts","iNoClone","_evalUrl","appendTo","prependTo","insertAfter","replaceAll","insert","iframe","elemdisplay","actualDisplay","style","display","getDefaultComputedStyle","defaultDisplay","write","close","rmargin","rnumnonpx","getStyles","opener","getComputedStyle","curCSS","computed","width","minWidth","maxWidth","getPropertyValue","addGetHookIf","conditionFn","hookFn","pixelPositionVal","boxSizingReliableVal","container","computePixelPositionAndBoxSizingReliable","cssText","divStyle","backgroundClip","clearCloneStyle","pixelPosition","boxSizingReliable","reliableMarginRight","marginDiv","marginRight","swap","rdisplayswap","rnumsplit","rrelNum","cssShow","position","visibility","cssNormalTransform","letterSpacing","fontWeight","cssPrefixes","vendorPropName","capName","origName","setPositiveNumber","subtract","max","augmentWidthOrHeight","extra","isBorderBox","styles","getWidthOrHeight","valueIsBorderBox","offsetWidth","offsetHeight","showHide","show","hidden","Tween","easing","cssHooks","opacity","cssNumber","cssProps","margin","padding","border","prefix","suffix","expand","expanded","parts","hide","toggle","unit","propHooks","run","percent","eased","duration","step","tween","fx","linear","swing","cos","PI","fxNow","timerId","rfxtypes","rfxnum","rrun","animationPrefilters","opts","oldfire","anim","dataShow","unqueued","overflow","overflowX","overflowY","createTween","tweeners","scale","maxIterations","createFxNow","genFx","includeWidth","height","animation","collection","Animation","properties","stopped","tick","currentTime","startTime","tweens","specialEasing","originalProperties","originalOptions","gotoEnd","rejectWith","propFilter","timer","complete","tweener","prefilter","speed","opt","speeds","fadeTo","to","animate","optall","doAnimation","finish","stopQueue","timers","cssFn","slideDown","slideUp","slideToggle","fadeIn","fadeOut","fadeToggle","interval","setInterval","clearInterval","slow","fast","delay","time","timeout","clearTimeout","checkOn","optSelected","optDisabled","radioValue","boolHook","removeAttr","nType","attrHooks","bool","nodeHook","propName","attrNames","propFix","rfocusable","removeProp","hasAttribute","rclass","addClass","classes","clazz","finalValue","proceed","removeClass","toggleClass","stateVal","classNames","hasClass","rreturn","valHooks","optionSet","hover","fnOver","fnOut","unbind","delegate","undelegate","nonce","rquery","JSON","parse","parseXML","DOMParser","parseFromString","rhash","rts","rheaders","rnoContent","rprotocol","rurl","prefilters","transports","allTypes","ajaxLocation","ajaxLocParts","addToPrefiltersOrTransports","structure","dataTypeExpression","dataType","dataTypes","inspectPrefiltersOrTransports","jqXHR","inspected","seekingTransport","inspect","prefilterOrFactory","dataTypeOrTransport","ajaxExtend","flatOptions","ajaxSettings","active","lastModified","etag","url","isLocal","processData","async","contentType","json","responseFields","converters","ajaxSetup","settings","ajaxPrefilter","ajaxTransport","ajax","transport","cacheURL","responseHeadersString","responseHeaders","timeoutTimer","fireGlobals","callbackContext","globalEventContext","completeDeferred","statusCode","requestHeaders","requestHeadersNames","strAbort","getResponseHeader","getAllResponseHeaders","setRequestHeader","lname","overrideMimeType","mimeType","status","abort","statusText","finalText","success","method","crossDomain","param","traditional","hasContent","ifModified","headers","beforeSend","send","nativeStatusText","responses","isSuccess","response","modified","ct","finalDataType","firstDataType","ajaxHandleResponses","conv2","current","conv","dataFilter","ajaxConvert","getJSON","getScript","wrapAll","firstElementChild","wrapInner","unwrap","visible","r20","rbracket","rCRLF","rsubmitterTypes","rsubmittable","buildParams","v","encodeURIComponent","serialize","serializeArray","xhr","XMLHttpRequest","xhrId","xhrCallbacks","xhrSuccessStatus","0","1223","xhrSupported","cors","open","username","xhrFields","onload","onerror","responseText","charset","scriptCharset","evt","oldCallbacks","rjsonp","jsonp","jsonpCallback","originalSettings","callbackName","overwritten","responseContainer","jsonProp","keepScripts","parsed","_load","params","animated","getWindow","offset","setOffset","curPosition","curLeft","curCSSTop","curTop","curOffset","curCSSLeft","curElem","left","using","win","box","getBoundingClientRect","pageYOffset","pageXOffset","offsetParent","parentOffset","scrollTo","Height","Width","defaultExtra","funcName","size","andSelf","_jQuery","_$","$","noConflict","w","hookCallback","some","isObject","isUndefined","isNumber","isDate","res","hasOwnProp","valueOf","createUTC","format","locale","strict","createLocalOrUTC","utc","getParsingFlags","_pf","unusedTokens","unusedInput","charsLeftOver","nullInput","invalidMonth","invalidFormat","userInvalidated","iso","parsedDateParts","meridiem","rfc2822","weekdayMismatch","isValid","_isValid","flags","parsedParts","isNowValid","isNaN","_d","getTime","invalidWeekday","_strict","bigHour","isFrozen","createInvalid","NaN","fun","momentProperties","copyConfig","from","_isAMomentObject","_i","_f","_l","_tzm","_isUTC","_offset","_locale","updateInProgress","Moment","config","updateOffset","isMoment","absFloor","number","ceil","floor","toInt","argumentForCoercion","coercedNumber","isFinite","compareArrays","array1","array2","dontConvert","min","lengthDiff","abs","diffs","warn","suppressDeprecationWarnings","console","deprecate","firstTime","deprecationHandler","deprecations","deprecateSimple","Function","mergeConfigs","parentConfig","childConfig","Locale","aliases","addUnitAlias","shorthand","lowerCase","normalizeUnits","units","normalizeObjectUnits","inputObject","normalizedProp","normalizedInput","priorities","addUnitPriority","priority","zeroFill","targetLength","forceSign","absNumber","zerosToFill","pow","substr","formattingTokens","localFormattingTokens","formatFunctions","formatTokenFunctions","addFormatToken","padded","ordinal","localeData","formatMoment","expandFormat","array","mom","output","makeFormatFunction","invalidDate","replaceLongDateFormatTokens","longDateFormat","lastIndex","match1","match2","match3","match4","match6","match1to2","match3to4","match5to6","match1to3","match1to4","match1to6","matchUnsigned","matchSigned","matchOffset","matchShortOffset","matchWord","regexes","addRegexToken","regex","strictRegex","isStrict","getParseRegexForToken","regexEscape","p1","p2","p3","p4","addParseToken","addWeekParseToken","_w","addTimeToArrayFromToken","_a","daysInYear","year","isLeapYear","y","parseTwoDigitYear","parseInt","getSetYear","makeGetSet","keepTime","set$1","month","date","daysInMonth","modMonth","x","mod","monthsShort","months","monthsShortRegex","monthsRegex","monthsParse","MONTHS_IN_FORMAT","defaultLocaleMonths","defaultLocaleMonthsShort","handleStrictParse","monthName","ii","llc","toLocaleLowerCase","_monthsParse","_longMonthsParse","_shortMonthsParse","setMonth","dayOfMonth","getSetMonth","defaultMonthsShortRegex","defaultMonthsRegex","computeMonthsParse","cmpLenRev","shortPieces","longPieces","mixedPieces","_monthsRegex","_monthsShortRegex","_monthsStrictRegex","_monthsShortStrictRegex","createDate","h","M","ms","getFullYear","setFullYear","createUTCDate","UTC","getUTCFullYear","setUTCFullYear","firstWeekOffset","dow","doy","fwd","getUTCDay","dayOfYearFromWeeks","week","weekday","resYear","resDayOfYear","dayOfYear","weekOfYear","resWeek","weekOffset","weeksInYear","weekOffsetNext","shiftWeekdays","ws","weekdaysMin","weekdaysShort","weekdays","weekdaysMinRegex","weekdaysShortRegex","weekdaysRegex","weekdaysParse","defaultLocaleWeekdays","defaultLocaleWeekdaysShort","defaultLocaleWeekdaysMin","handleStrictParse$1","weekdayName","_weekdaysParse","_shortWeekdaysParse","_minWeekdaysParse","day","defaultWeekdaysRegex","defaultWeekdaysShortRegex","defaultWeekdaysMinRegex","computeWeekdaysParse","minp","shortp","longp","minPieces","_weekdaysRegex","_weekdaysShortRegex","_weekdaysMinRegex","_weekdaysStrictRegex","_weekdaysShortStrictRegex","_weekdaysMinStrictRegex","hFormat","hours","lowercase","minutes","matchMeridiem","_meridiemParse","seconds","kInput","_isPm","isPM","_meridiem","pos1","pos2","globalLocale","getSetHour","baseConfig","calendar","sameDay","nextDay","nextWeek","lastDay","lastWeek","sameElse","LTS","LT","L","LL","LLL","LLLL","dayOfMonthOrdinalParse","relativeTime","future","past","ss","mm","hh","dd","MM","yy","meridiemParse","locales","localeFamilies","normalizeLocale","loadLocale","oldLocale","_abbr","getSetGlobalLocale","getLocale","defineLocale","abbr","_config","parentLocale","forEach","names","chooseLocale","checkOverflow","_overflowDayOfYear","_overflowWeeks","_overflowWeekday","defaults","configFromArray","currentDate","expectedWeekday","yearToUse","nowValue","_useUTC","getUTCMonth","getUTCDate","getMonth","getDate","currentDateArray","weekYear","weekdayOverflow","GG","W","E","createLocal","_week","curWeek","gg","_dayOfYear","dayOfYearFromWeekInfo","_nextDay","getDay","setUTCMinutes","getUTCMinutes","extendedIsoRegex","basicIsoRegex","tzRegex","isoDates","isoTimes","aspNetJsonRegex","configFromISO","allowTime","dateFormat","timeFormat","tzFormat","configFromStringAndFormat","untruncateYear","yearStr","obsOffsets","UT","GMT","EDT","EST","CDT","CST","MDT","MST","PDT","PST","configFromRFC2822","monthStr","dayStr","hourStr","minuteStr","secondStr","parsedArray","weekdayStr","parsedInput","checkWeekday","obsOffset","militaryOffset","numOffset","hm","calculateOffset","ISO_8601","RFC_2822","skipped","stringLength","totalParsedInputLength","hour","isPm","meridiemHour","meridiemFixWrap","prepareConfig","preparse","tempConfig","bestMoment","scoreToBeat","currentScore","score","configFromStringAndArray","createFromInputFallback","configFromString","minute","millisecond","configFromObject","configFromInput","isUTC","getOwnPropertyNames","k","isObjectEmpty","prototypeMin","other","prototypeMax","pickBy","moments","ordering","Duration","years","quarters","quarter","weeks","isoWeek","days","milliseconds","unitHasDecimal","isDurationValid","_milliseconds","_days","_months","_bubble","isDuration","absRound","round","separator","utcOffset","sign","offsetFromString","chunkOffset","cloneWithOffset","model","setTime","local","getDateOffset","getTimezoneOffset","isUtc","aspNetRegex","isoRegex","createDuration","diffRes","parseIso","isBefore","positiveMomentsDifference","inp","isAfter","createAdder","direction","period","addSubtract","isAdding","invalid","monthDiff","wholeMonthDiff","anchor","newLocaleData","defaultFormat","defaultFormatUtc","mod$1","dividend","divisor","localStartOfDate","utcStartOfDate","addWeekYearFormatToken","getSetWeekYearHelper","weeksTarget","setWeekAll","dayOfYearData","isoWeekYear","_dayOfMonthOrdinalParse","_ordinalParse","_dayOfMonthOrdinalParseLenient","getSetDayOfMonth","getSetMinute","getSetSecond","parseMs","getSetMillisecond","proto","preParsePostFormat","formats","sod","startOf","calendarFormat","asFloat","that","zoneDelta","endOf","startOfDate","isoWeekday","inputString","postformat","withoutSuffix","humanize","fromNow","toNow","invalidAt","localInput","isBetween","inclusivity","localFrom","localTo","isSame","inputMs","isSameOrAfter","isSameOrBefore","parsingFlags","prioritized","unitsObj","u","getPrioritizedUnits","toObject","toDate","toISOString","keepOffset","zone","toJSON","unix","creationData","isoWeeks","weekInfo","isoWeeksInYear","parseWeekday","parseIsoWeekday","keepLocalTime","keepMinutes","localAdjust","_changeInProgress","parseZone","tZone","hasAlignedHourOffset","isDST","isUtcOffset","zoneAbbr","zoneName","dates","isDSTShifted","_isDSTShifted","proto$1","get$1","field","listMonthsImpl","out","listWeekdaysImpl","localeSorted","_calendar","_longDateFormat","formatUpper","_invalidDate","_ordinal","isFuture","_relativeTime","pastFuture","isFormat","_monthsShort","_monthsParseExact","firstDayOfYear","firstDayOfWeek","_weekdays","_weekdaysMin","_weekdaysShort","_weekdaysParseExact","_fullWeekdaysParse","charAt","isLower","langData","mathAbs","addSubtract$1","absCeil","daysToMonths","monthsToDays","makeAs","alias","as","asMilliseconds","asSeconds","asMinutes","asHours","asDays","asWeeks","asMonths","asQuarters","asYears","makeGetter","thresholds","substituteTimeAgo","abs$1","toISOString$1","Y","D","toFixed","total","totalSign","ymSign","daysSign","hmsSign","proto$2","monthsFromDays","withSuffix","posNegDuration","relativeTime$1","toIsoString","version","updateLocale","tmpLocale","relativeTimeRounding","roundingFunction","relativeTimeThreshold","threshold","limit","myMoment","HTML5_FMT","DATETIME_LOCAL","DATETIME_LOCAL_SECONDS","DATETIME_LOCAL_MS","DATE","TIME","TIME_SECONDS","TIME_MS","WEEK","MONTH","root","previousUnderscore","ArrayProto","ObjProto","SymbolProto","nativeIsArray","nativeKeys","nativeCreate","Ctor","_wrapped","VERSION","builtinIteratee","optimizeCb","argCount","accumulator","cb","iteratee","identity","Infinity","restArguments","startIndex","rest","baseCreate","shallowProperty","path","deepGet","MAX_ARRAY_INDEX","getLength","isArrayLike","collect","currentKey","createReduce","reducer","memo","initial","reduce","foldl","inject","reduceRight","foldr","detect","predicate","findIndex","findKey","negate","every","any","includes","include","item","fromIndex","guard","invoke","contextPath","pluck","where","findWhere","lastComputed","shuffle","sample","rand","sortBy","criteria","right","group","behavior","partition","groupBy","indexBy","countBy","reStrSymbol","isString","pass","take","tail","drop","compact","Boolean","flatten","shallow","isArguments","without","otherArrays","difference","uniq","isSorted","isBoolean","seen","union","arrays","intersection","argsLength","unzip","zip","createPredicateIndexFinder","findLastIndex","sortedIndex","low","mid","createIndexFinder","predicateFind","lastIndexOf","range","chunk","executeBound","sourceFunc","boundFunc","callingContext","TypeError","bound","callArgs","partial","boundArgs","placeholder","bindAll","memoize","hasher","address","throttle","previous","later","leading","throttled","trailing","cancel","debounce","immediate","debounced","callNow","wrapper","compose","times","hasEnumBug","propertyIsEnumerable","nonEnumerableProps","collectNonEnumProps","nonEnumIdx","allKeys","mapObject","pairs","functions","methods","createAssigner","keysFunc","extendOwn","assign","deepEq","keyInObj","pick","omit","tap","interceptor","isMatch","aStack","bStack","areArrays","aCtor","bCtor","isEqual","isEmpty","isElement","nodelist","Int8Array","isSymbol","isNull","constant","propertyOf","accum","escapeMap","unescapeMap","createEscaper","escaper","testRegexp","replaceRegexp","escape","unescape","fallback","idCounter","uniqueId","templateSettings","evaluate","interpolate","noMatch","escapes","escapeRegExp","escapeChar","template","oldSettings","render","variable","chain","instance","_chain","chainResult","mixin","getOwnPropertyDescriptor","f","createNonEnumerableProperty","redefine","setGlobal","copyConstructorProperties","isForced","targetProperty","sourceProperty","TARGET","GLOBAL","STATIC","stat","noTargetGet","forced","sham","loadedScripts","loadedStyles","updatableNotification","getDefaultNotificationFunction","setDefault","$row","toastify","hideToast","showHtml","isHTML","toast","OCP","Toast","message","toastElement","showUpdate","showTemporary","ajaxConnectionLostHandler","Notification","appConfig","oc_appconfig","AppConfig","getValue","app","setValue","getApps","getKeys","deleteKey","appswebroots","_oc_appswebroots","methodMap","update","patch","delete","read","parsePropFindResult","davProperties","subResult","propStat","propKey","parseIdFromLocation","queryPos","isSuccessStatus","callPropPatch","client","propPatch","changedProp","convertModelAttributesToDavProperties","changed","Backbone","VendorBackbone","davCall","dav","Client","baseUrl","xmlNamespaces","resolveUrl","OC","requestToken","propFind","depth","propsMapping","callPropFind","request","callMkCol","responseJson","locationHeader","callMethod","davSync","isCollection","Collection","hasInnerCollection","usePUT","urlError","stringify","textStatus","errorThrown","_oc_config","rawUid","displayName","currentUser","Dialogs","YES_NO_BUTTONS","OK_BUTTONS","FILEPICKER_TYPE_CHOOSE","FILEPICKER_TYPE_MOVE","FILEPICKER_TYPE_COPY","FILEPICKER_TYPE_COPY_MOVE","FILEPICKER_TYPE_CUSTOM","dialogsCounter","alert","title","modal","OK_BUTTON","info","confirm","confirmDestructive","buttons","confirmHtml","prompt","_getMessageTemplate","$tmpl","dialogName","dialogId","$dlg","octemplate","dialog_name","label","buttonlist","ocdialog","defaultButton","closeOnEscape","filepicker","multiselect","mimetypeFilter","sortField","loading","emptyText","newText","filesClient","OCA","Sharing","PublicApp","fileList","Files","getClient","filelist","allowDirectoryChooser","_getFilePickerTemplate","$filePicker","emptytext","newtext","nameCol","sizeCol","modifiedCol","Util","isIE","$showGridView","_onGridviewChange","_getGridSettings","newButton","registerMenu","$input","newName","lastPos","selectRange","$form","checkInput","filename","trimmedName","blacklist_files_regex","isFileNameValid","tooltip","placement","newname","createDirectory","_fillFilePicker","hideMenus","keypress","$fileListHeader","$filelist","$filelistContainer","$dirTree","_handleTreeListSelect","_handlePickerClick","functionToCall","returnType","datapath","element","selectedName","buttonEnableDisable","dialogType","allowHtml","escapeFunction","confirmClasses","_fileexistsshown","fileexists","replacement","controller","dialogDeferred","crop","img","canvas","getContext","drawImage","resampleHermite","toDataURL","H","W2","H2","getImageData","img2","data2","ratio_w","ratio_h","ratio_w_half","ratio_h_half","x2","weight","weights","weights_alpha","gx_r","gx_g","gx_b","gx_a","center_y","dy","center_x","w0","xx","dx","sqrt","clearRect","putImageData","addConflict","$conflicts","$conflict","$originalDiv","$replacementDiv","humanFileSize","formatDate","mtime","lastModifiedDate","directory","urlSpec","forceIcon","previewpath","generatePreviewUrl","FileReader","reader","blob","Blob","URL","webkitURL","originalUrl","createObjectURL","Image","readAsArrayBuffer","getCroppedPreview","MimeType","getIconUrl","checkboxId","_getFileExistsTemplate","allnewfiles","allexistingfiles","why","onCancel","onContinue","closeButton","$primaryButton","updatePrimaryButton","checkedCount","$checkbox","generateUrl","gridview","post","$filePickerTemplate","filePath","tmpl","$listTmpl","$messageTemplate","$fileexistsTemplate","_getFileList","mimetypes","getFolderContents","files","mimetype","Comparators","fileInfo1","fileInfo2","naturalSortCompare","comparator","file1","file2","isFavorite","fileInfo","tags","TAG_FAVORITE","_fillSlug","entry","simpleSize","sizeColor","icon","filename1","filename2","relativeModifiedDate","previewUrl","$template","paths","getOcDialog","_changeButtonsText","$element","ctrlKey","copyText","folder","moveText","OCEventSource","joinChar","dataStr","typelessListeners","closed","listeners","getToken","useFallBack","EventSource","iframeId","iframeCount","fallBackSources","onmessage","listen","fallBackCallBack","lastLength","capabilities","_oc_capabilities","getCapabilities","currentMenu","lastMenu","menuSpeed","isAdmin","_oc_isadmin","startSaving","startAction","finishedSaving","finishedAction","finishedSuccess","finishedError","search","query","Search","customResults","resultTypes","theme","_theme","chunkify","tz","History","_handlers","_pushState","strParams","buildQueryString","history","pushState","pathname","navigator","userAgent","patterns","fill","stroke","replaceState","_cancelPop","addOnPopStateHandler","_parseHashQuery","_decodeQuery","parseUrlQuery","parseQueryString","_onPopState","skipSmallSizes","humanList","order","log","readableFormat","relativeSize","toLocaleString","getCanonicalLocale","computerFileSize","bytes","timestamp","moment","getScrollBarWidth","_scrollBarWidth","inner","outer","w1","w2","clientWidth","stripTime","aa","bb","aNum","Number","bNum","localeCompare","getLanguage","waitFor","internalCallback","isCookieSetToValue","cookies","cookie","debug","_oc_debug","webroot","_oc_webroot","coreApps","PERMISSION_ALL","PERMISSION_CREATE","PERMISSION_DELETE","PERMISSION_NONE","PERMISSION_READ","PERMISSION_SHARE","PERMISSION_UPDATE","fileIsBlacklisted","Config","addScript","addStyle","createStyleSheet","Apps","appSettings","appid","scriptName","popup","arrowclass","loadJS","scriptname","jqxhr","ContactsMenu","dialogs","getCurrentUser","isUserAdmin","L10N","_ajaxConnectionLostHandler","_processAjaxError","_reloadCalled","_userIsNavigatingAway","reload","registerXHRForErrorProcessing","_capabilities","$toggle","$menuEl","headerMenu","isClickableElement","showMenu","unregisterMenu","basename","encodePath","dirname","isSamePath","joinPaths","getHost","host","getHostName","hostname","getPort","port","getProtocol","protocol","addTranslations","PasswordConfirmation","Plugins","_plugins","register","targetName","plugin","plugins","getPlugins","attach","targetObject","generateFilePath","getRootPath","getRootUrl","imagePath","redirect","targetURL","getRequestToken","linkTo","linkToOCS","generateOcsUrl","linkToRemote","generateRemoteUrl","linkToRemoteBase","subscribe","it","globalThis","shared","NATIVE_SYMBOL","USE_SYMBOL_AS_UID","WellKnownSymbolsStore","createWellKnownSymbol","withoutSetter","DESCRIPTORS","IE8_DOM_DEFINE","anObject","toPrimitive","nativeDefineProperty","O","P","Attributes","g","fails","definePropertyModule","createPropertyDescriptor","service","allOptions","noRewrite","_build","vars","modRewriteWorking","isCore","link","substring","encodeURI","escapeExpression","toHTML","possible","badChars","createFrame","frame","_parent","blockParams","ids","appendContextPath","chr","inspectSource","InternalStateModule","getInternalState","enforceInternalState","enforce","TEMPLATE","unsafe","toInteger","NAME","NATIVE_ARRAY_BUFFER","classof","getPrototypeOf","setPrototypeOf","wellKnownSymbol","Int8ArrayPrototype","Uint8ClampedArray","Uint8ClampedArrayPrototype","TypedArray","TypedArrayPrototype","ObjectPrototype","isPrototypeOf","TO_STRING_TAG","TYPED_ARRAY_TAG","NATIVE_ARRAY_BUFFER_VIEWS","opera","TYPED_ARRAY_TAG_REQIRED","TypedArrayConstructorsList","Uint8Array","Int16Array","Uint16Array","Int32Array","Uint32Array","Float32Array","Float64Array","isTypedArray","aTypedArray","aTypedArrayConstructor","C","ARRAY","TypedArrayConstructor","exportTypedArrayMethod","KEY","exportTypedArrayStaticMethod","isView","klass","previousBackbone","emulateHTTP","emulateJSON","_listening","Events","eventSplitter","eventsApi","_events","onApi","ctx","listening","_listeners","interop","listenTo","_listenId","listeningTo","_listeningTo","Listening","tryCatchOn","offApi","stopListening","_callback","cleanup","onceMap","listenToOnce","offer","triggerApi","objEvents","allEvents","triggerEvents","ev","a1","a2","a3","listener","Model","preinitialize","cid","cidPrefix","initialize","validationError","idAttribute","sync","_validate","unset","silent","changes","changing","_changing","_previousAttributes","_pending","clear","hasChanged","changedAttributes","previousAttributes","fetch","resp","serverAttrs","wrapError","save","validate","isNew","destroy","models","_reset","setOptions","addOptions","at","singular","removed","_removeModels","added","merged","_isModel","toAdd","toMerge","toRemove","modelMap","sortable","sortAttr","existing","_prepareModel","_addReference","orderChanged","_removeReference","previousModels","_byId","modelId","callbackOpts","CollectionIterator","ITERATOR_VALUES","ITERATOR_KEYS","entries","ITERATOR_KEYSVALUES","_onModelEvent","prevId","$$iterator","iterator","kind","_collection","_kind","_index","View","viewOptions","_ensureElement","delegateEventSplitter","tagName","$el","_removeElement","setElement","undelegateEvents","_setElement","delegateEvents","eventName","_createElement","_setAttributes","addUnderscoreMethods","Class","attribute","defaultVal","addMethod","modelMatcher","Base","mappings","_method","Router","routes","_bindRoutes","optionalParam","namedParam","splatParam","route","isRegExp","_routeToRegExp","router","_extractParameters","execute","navigate","optional","decodeURIComponent","checkUrl","routeStripper","rootStripper","pathStripper","started","atRoot","getSearch","matchRoot","decodeFragment","decodeURI","getHash","getPath","getFragment","_usePushState","_wantsHashChange","hashChange","_hasHashChange","documentMode","_useHashChange","_wantsPushState","_hasPushState","rootPath","iWindow","contentWindow","_checkUrlInterval","loadUrl","detachEvent","decodedFragment","_updateHash","protoProps","staticProps","child","__super__","bus","unsubscribe","emit","_ProxyBus","_SimpleBus","_eventBus","_nc_event_bus","ProxyBus","SimpleBus","_oc_l10n_registry_translations","_oc_l10n_registry_plural_functions","registerAppTranslations","appId","translations","pluralFunction","hasAppTranslations","getAppTranslations","L10n","appName","pluralForm","bundle","_getPlural","_unregister","translate","translation","DOMPurify","sanitize","escapeHTML","translatePlural","textSingular","textPlural","plural","language","Handlebars","registerHelper","bitmap","configurable","writable","IndexedObject","requireObjectCoercible","NATIVE_WEAK_MAP","objectHas","sharedKey","hiddenKeys","WeakMap","store","wmget","wmhas","wmset","metadata","STATE","getterFor","TYPE","aFunction","errorProps","Exception","loc","line","endLineNumber","column","endColumn","captureStackTrace","lineNumber","nop","manageFromDocument","setToken","newToken","endpoint","requiresPasswordConfirmation","requirePasswordConfirmation","objectKeys","freeze","seal","_ref","Reflect","construct","thisValue","Func","arr2","_toConsumableArray$1","arrayForEach","unapply","arrayIndexOf","arrayJoin","arrayPop","arrayPush","arraySlice","stringToLowerCase","stringMatch","stringReplace","stringIndexOf","stringTrim","regExpTest","regExpCreate","unconstruct","typeErrorCreate","thisArg","_len","_key","_len2","_key2","addToSet","lcElement","newObject","svg","svgFilters","mathMl","html$1","svg$1","mathMl$1","MUSTACHE_EXPR","ERB_EXPR","DATA_ATTR","ARIA_ATTR","IS_ALLOWED_URI","IS_SCRIPT_OR_DATA","ATTR_WHITESPACE","_typeof","_toConsumableArray","getGlobal","_createTrustedTypesPolicy","trustedTypes","createPolicy","currentScript","policyName","createHTML","html$$1","createDOMPurify","isSupported","originalDocument","useDOMParser","removeTitle","DocumentFragment","HTMLTemplateElement","Node","NodeFilter","_window$NamedNodeMap","NamedNodeMap","MozNamedAttrMap","Text","Comment","trustedTypesPolicy","emptyHTML","_document","implementation","createNodeIterator","importNode","createHTMLDocument","MUSTACHE_EXPR$$1","ERB_EXPR$$1","DATA_ATTR$$1","ARIA_ATTR$$1","IS_SCRIPT_OR_DATA$$1","ATTR_WHITESPACE$$1","IS_ALLOWED_URI$$1","ALLOWED_TAGS","DEFAULT_ALLOWED_TAGS","ALLOWED_ATTR","DEFAULT_ALLOWED_ATTR","FORBID_TAGS","FORBID_ATTR","ALLOW_ARIA_ATTR","ALLOW_DATA_ATTR","ALLOW_UNKNOWN_PROTOCOLS","SAFE_FOR_JQUERY","SAFE_FOR_TEMPLATES","WHOLE_DOCUMENT","SET_CONFIG","FORCE_BODY","RETURN_DOM","RETURN_DOM_FRAGMENT","RETURN_DOM_IMPORT","RETURN_TRUSTED_TYPE","SANITIZE_DOM","KEEP_CONTENT","IN_PLACE","USE_PROFILES","FORBID_CONTENTS","DATA_URI_TAGS","URI_SAFE_ATTRIBUTES","DEFAULT_URI_SAFE_ATTRIBUTES","CONFIG","formElement","_parseConfig","cfg","ADD_URI_SAFE_ATTR","ALLOWED_URI_REGEXP","ADD_TAGS","ADD_ATTR","table","_forceRemove","outerHTML","_removeAttribute","_initDocument","dirty","leadingWhitespace","dirtyPayload","querySelector","_createIterator","SHOW_ELEMENT","SHOW_COMMENT","SHOW_TEXT","FILTER_ACCEPT","_isClobbered","elm","namespaceURI","_isNode","_executeHook","entryPoint","currentNode","hook","_sanitizeElements","allowedTags","insertAdjacentHTML","htmlToInsert","_isValidAttribute","lcTag","lcName","_sanitizeAttributes","idAttr","hookEvent","attrName","attrValue","keepAttr","allowedAttributes","_attr","forceKeepAttr","setAttributeNS","_sanitizeShadowDOM","shadowNode","shadowIterator","nextNode","importedNode","oldNode","returnNode","toStaticHTML","nodeIterator","serializedHTML","setConfig","clearConfig","isValidAttribute","addHook","hookFunction","removeHook","removeHooks","removeAllHooks","nonEmptyArgs","lastArg","leadingSlash","trailingSlash","sections","acc","section","path1","path2","pathSections1","pathSections2","PREFERRED_STRING","postfix","activeXDocument","enumBugKeys","documentCreateElement","IE_PROTO","EmptyConstructor","scriptTag","NullProtoObject","domain","ActiveXObject","iframeDocument","NullProtoObjectViaActiveX","F","Properties","createIteratorConstructor","setToStringTag","IS_PURE","Iterators","IteratorsCore","IteratorPrototype","BUGGY_SAFARI_ITERATORS","ITERATOR","returnThis","Iterable","IteratorConstructor","DEFAULT","IS_SET","FORCED","CurrentIteratorPrototype","getIterationMethod","KIND","defaultIterator","IterablePrototype","INCORRECT_VALUES_NAME","nativeIterator","anyNativeIterator","TAG","useSourceMap","cssMapping","btoa","sourceMapping","sourceMap","base64","sourceURLs","sources","sourceRoot","cssWithMappingToString","mediaQuery","toLength","arraySpeciesCreate","createMethod","IS_MAP","IS_FILTER","IS_SOME","IS_EVERY","IS_FIND_INDEX","NO_HOLES","$this","callbackfn","specificCreate","boundFunction","listToStyles","parentId","newStyles","part","media","hasDocument","DEBUG","stylesInDom","singletonElement","singletonCounter","isProduction","isOldIE","addStylesClient","_isProduction","_options","addStylesToDom","newList","mayRemove","domStyle","refs","createStyleElement","styleElement","styleIndex","applyToSingletonTag","applyToTag","newObj","textStore","replaceText","styleSheet","cssNode","ssrId","propertyIsEnumerableModule","toIndexedObject","nativeGetOwnPropertyDescriptor","re1","re2","regexpFlags","stickyHelpers","nativeExec","nativeReplace","patchedExec","UPDATES_LAST_INDEX_WRONG","UNSUPPORTED_Y","BROKEN_CARET","NPCG_INCLUDED","str","reCopy","re","sticky","charsAdded","strCopy","multiline","cachedSetTimeout","cachedClearTimeout","process","defaultSetTimout","defaultClearTimeout","runTimeout","currentQueue","draining","queueIndex","cleanUpNextTick","drainQueue","marker","runClearTimeout","Item","nextTick","browser","env","argv","versions","addListener","removeListener","removeAllListeners","prependListener","prependOnceListener","binding","cwd","chdir","umask","EXISTS","functionToString","copyright","feature","detection","normalize","POLYFILL","NATIVE","SPECIES","originalArray","getOwnPropertySymbols","V8_VERSION","METHOD_NAME","foo","v8","thrower","ACCESSORS","argument0","argument1","$forEach","arrayMethodIsStrict","arrayMethodUsesToLength","STRICT_METHOD","USES_TO_LENGTH","addToUnscopables","defineIterator","setInternalState","iterated","Arguments","PrototypeOfArrayIteratorPrototype","arrayIterator","CORRECT_PROTOTYPE_GETTER","aPossiblePrototype","CORRECT_SETTER","__proto__","FREEZING","METADATA","isExtensible","setMetadata","objectID","weakData","meta","REQUIRED","fastKey","getWeakData","onFreeze","isArrayIteratorMethod","getIteratorMethod","callWithSafeIterationClosing","Result","iterable","AS_ENTRIES","IS_ITERATOR","iterFn","TO_STRING_TAG_SUPPORT","classofRaw","CORRECT_ARGUMENTS","tryGet","callee","Constructor","CSSRuleList","CSSStyleDeclaration","CSSValueList","ClientRectList","DOMRectList","DOMStringList","DOMTokenList","DataTransferItemList","FileList","HTMLAllCollection","HTMLCollection","HTMLFormElement","HTMLSelectElement","MediaList","MimeTypeArray","NodeList","PaintRequestList","Plugin","PluginArray","SVGLengthList","SVGNumberList","SVGPathSegList","SVGPointList","SVGStringList","SVGTransformList","SourceBufferList","StyleSheetList","TextTrackCueList","TextTrackList","TouchList","wrappedWellKnownSymbolModule","matchHtmlRegExp","charCodeAt","quot","S","_interopRequireDefault","_interopRequireWildcard","_handlebarsSafeString2","_handlebarsException2","Utils","runtime","_handlebarsNoConflict2","hb","HandlebarsEnvironment","SafeString","VM","spec","inst","nativePropertyIsEnumerable","NASHORN_BUG","1","V","toAbsoluteIndex","IS_INCLUDES","ignoreCase","dotAll","unicode","queryString","components","build","dynamicSlideToggleEnabled","enableDynamicSlideToggle","registerAppsSlideToggle","areaSelector","area","hideArea","showArea","_XML_CHAR_MAP","_escapeXml","ch","userName","parseClarkNotation","_renderPropSet","propValue","mkcol","responseType","xhrProvider","upload","onProgress","Promise","fulfill","onreadystatechange","resultBody","parseMultiStatus","ontimeout","_parsePropNode","propNode","subNodes","xmlBody","resolver","responseIterator","XPathResult","ANY_TYPE","responseNode","iterateNext","stringValue","propStatIterator","propStatNode","propIterator","localName","baseParts","parseUrl","subString","scheme","propertyName","pageLoadTime","serverTimeDiff","nc_pageLoad","timeSinceLogin","nc_lastLogin","backendAllowsPasswordConfirmation","rejectCallback","_confirmPassword","$dialog","$error","$buttons","lastLogin","_semver","default","_defineProperties","packageJson","_classCallCheck","_defineProperty","getVersion","valid","major","NODE_DEBUG","SEMVER_SPEC_VERSION","MAX_SAFE_INTEGER","R","tok","NUMERICIDENTIFIER","NUMERICIDENTIFIERLOOSE","NONNUMERICIDENTIFIER","MAINVERSION","MAINVERSIONLOOSE","PRERELEASEIDENTIFIER","PRERELEASEIDENTIFIERLOOSE","PRERELEASE","PRERELEASELOOSE","BUILDIDENTIFIER","BUILD","FULLPLAIN","FULL","LOOSEPLAIN","LOOSE","GTLT","XRANGEIDENTIFIERLOOSE","XRANGEIDENTIFIER","XRANGEPLAIN","XRANGEPLAINLOOSE","XRANGE","XRANGELOOSE","COERCE","COERCERTL","LONETILDE","TILDETRIM","TILDE","TILDELOOSE","LONECARET","CARETTRIM","CARET","CARETLOOSE","COMPARATORLOOSE","COMPARATOR","COMPARATORTRIM","HYPHENRANGE","HYPHENRANGELOOSE","STAR","loose","includePrerelease","SemVer","er","minor","prerelease","clean","compareMain","comparePre","compareIdentifiers","compareBuild","inc","release","version1","version2","v1","v2","defaultResult","numeric","anum","bnum","gt","lt","neq","gte","lte","cmp","op","Comparator","comp","semver","ANY","rcompareIdentifiers","compareLoose","versionA","versionB","rcompare","rsort","Range","parseRange","isSatisfiable","comparators","remainingComparators","testComparator","otherComparator","intersects","isX","hyphenReplace","$0","fM","fm","fp","fpr","fb","tM","tm","tp","tpr","tb","testSet","allowed","satisfies","outside","hilo","gtfn","ltefn","ltfn","ecomp","rangeTmp","sameDirectionIncreasing","sameDirectionDecreasing","sameSemVer","differentDirectionsInclusive","oppositeDirectionsLessThan","oppositeDirectionsGreaterThan","comps","hr","compRe","pr","replaceCaret","replaceCarets","replaceTilde","replaceTildes","gtlt","xM","xm","xp","anyX","replaceXRange","replaceXRanges","replaceStars","parseComparator","thisComparators","rangeComparators","thisComparator","rangeComparator","toComparators","maxSatisfying","maxSV","rangeObj","minSatisfying","minSV","minVersion","minver","compver","validRange","ltr","gtr","r1","r2","coerce","rtl","Map","createProperty","arrayMethodHasSpeciesSupport","IS_CONCAT_SPREADABLE","IS_CONCAT_SPREADABLE_SUPPORT","SPECIES_SUPPORT","isConcatSpreadable","spreadable","A","ownKeys","getOwnPropertyDescriptorModule","getBuiltIn","getOwnPropertyNamesModule","getOwnPropertySymbolsModule","internalObjectKeys","integer","propertyKey","$filter","HAS_SPECIES_SUPPORT","UNSCOPABLES","ArrayPrototype","collectionStrong","InternalMetadataModule","iterate","anInstance","checkCorrectnessOfIteration","inheritIfRequired","CONSTRUCTOR_NAME","common","IS_WEAK","ADDER","NativeConstructor","NativePrototype","exported","fixMethod","nativeMethod","getConstructor","HASNT_CHAINING","THROWS_ON_PRIMITIVES","ACCEPT_ITERABLES","BUGGY_ZERO","$instance","dummy","setStrong","preventExtensions","ENTRIES","returnMethod","SAFE_CLOSING","called","iteratorWithReturn","SKIP_CLOSING","ITERATION_SUPPORT","Wrapper","NewTarget","NewTargetPrototype","redefineAll","setSpecies","internalStateGetterFor","define","getEntry","ITERATOR_NAME","getInternalCollectionState","getInternalIteratorState","point","CONVERT_TO_STRING","codeAt","DOMIterables","COLLECTION_NAME","CollectionPrototype","ArrayIteratorMethods","ArrayValues","defaultConstructor","TYPED_ARRAYS_CONSTRUCTORS_REQUIRES_WRAPPERS","ArrayBufferViewCore","ArrayBufferModule","toIndex","toOffset","typedArrayFrom","RangeError","ArrayBuffer","DataView","fromList","addGetter","isArrayBuffer","isTypedArrayIndex","wrappedGetOwnPropertyDescriptor","wrappedDefineProperty","CLAMPED","BYTES","GETTER","SETTER","NativeTypedArrayConstructor","TypedArrayConstructorPrototype","addElement","view","byteOffset","typedArrayOffset","$length","buffer","byteLength","$len","webpackPolyfill","regexpExec","REPLACE_SUPPORTS_NAMED_GROUPS","REPLACE_KEEPS_$0","REPLACE","REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE","SPLIT_WORKS_WITH_OVERWRITTEN_EXEC","originalExec","SYMBOL","DELEGATES_TO_SYMBOL","DELEGATES_TO_EXEC","execCalled","nativeRegExpMethod","regexp","arg2","forceStringMethod","stringMethod","regexMethod","_utils","_exception2","_helpers","_decorators","_logger2","_internalProtoAccess","COMPILER_REVISION","LAST_COMPATIBLE_COMPILER_REVISION","REVISION_CHANGES","2","3","4","5","6","7","8","helpers","partials","decorators","registerDefaultHelpers","registerDefaultDecorators","logger","unregisterHelper","registerPartial","unregisterPartial","registerDecorator","unregisterDecorator","resetLoggedPropertyAccesses","resetLoggedProperties","_helpersBlockHelperMissing2","_helpersEach2","_helpersHelperMissing2","_helpersIf2","_helpersLog2","_helpersLookup2","_helpersWith2","moveHelperToHooks","helperName","keepHelper","level","lookupLevel","levelMap","createProtoAccessControl","runtimeOptions","defaultMethodWhiteList","defaultPropertyWhiteList","whitelist","_createNewLookupObject","createNewLookupObject","allowedProtoProperties","allowProtoPropertiesByDefault","allowedProtoMethods","allowProtoMethodsByDefault","resultIsAllowed","protoAccessControl","checkWhiteList","loggedProperties","protoAccessControlForType","logUnexpecedPropertyAccessOnce","symbolMap","numberMap","plurals","pluralize","weekdaysParseExact","suffixes","70","80","20","50","100","9","10","30","60","90","relativeTimeWithPlural","forms","standalone","lastDigit","last2Digits","relativeTimeWithMutation","mutationTable","softMutation","mutation","lastNumber","monthsParseExact","ll","lll","llll","monthsStrictRegex","monthsShortStrictRegex","longMonthsParse","shortMonthsParse","processRelativeTime","monthsNominativeEl","monthsGenitiveEl","momentToFormat","_monthsGenitiveEl","_monthsNominativeEl","calendarEl","_calendarEl","monthsShortDot","numbersPast","numbersFuture","verbalNumber","monthsShortWithDots","monthsShortWithoutDots","weekEndings","40","isUpper","eifelerRegelAppliesToNumber","translateSingular","relativeTimeWithSingular","translator","words","correctGrammaticalCase","wordKey","relativeTimeMr","monthsNominative","monthsSubjective","12","13","numbersNouns","numberNoun","hundred","ten","word","numberAsNoun","processHoursFunction","loadState","atob","Contact","fullName","lastMessage","actions","hasOneAction","hasTwoActions","hasManyActions","ContactCollection","ContactsListView","_subViews","contact","ContactsListItemView","_onChildActionMenuToggle","$src","_template","_model","_actionMenuShown","contactTemplate","require","_onOtherActionMenuOpened","imageplaceholder","_onToggleActionsMenu","ContactsMenuView","_loadingTemplate","_errorTemplate","_contentTemplate","_contactsTemplate","_contacts","_searchTerm","templates","menu","_onSearch","searchTerm","loadingTemplate","errorTemplate","couldNotLoadText","contentTemplate","searchContactsText","contactsTemplate","noContactsFoundText","showAllContactsText","contactsAppMgmtText","showLoading","loadingText","showError","showContacts","viewData","contacts","contactsAppEnabled","contactsAppURL","canInstallApp","contactsAppMgmtURL","searchVal","_$trigger","_view","_contactsPromise","_loadContacts","_toggleVisibility","_getContacts","term","catch","$indexOf","nativeIndexOf","NEGATIVE_ZERO","searchElement","nativeAssign","B","symbol","T","argumentsLength","RE","RegExpPrototype","nativeToString","NOT_GENERIC","INCORRECT_NAME","rf","fixRegExpWellKnownSymbolLogic","advanceStringIndex","regExpExec","SUBSTITUTION_SYMBOLS","SUBSTITUTION_SYMBOLS_NO_NAMED","maybeCallNative","reason","UNSAFE_SUBSTITUTE","searchValue","replaceValue","replacer","rx","functionalReplace","fullUnicode","accumulatedResult","nextSourcePosition","captures","namedCaptures","replacerArgs","getSubstitution","tailPos","symbols","capture","needQuotes","ltrim","nativeJoin","ES3_STRINGS","$map","$reduce","IS_RIGHT","speciesConstructor","callRegExpExec","SUPPORTS_Y","SPLIT","nativeSplit","internalSplit","lim","lastLastIndex","separatorCopy","splitter","unicodeMatching","q","z","MATCH","depth0","stack1","alias1","lambda","alias2","lookupProperty","nullContext","program","helper","helperMissing","alias4","alias3","inverse","_exception","priorKey","execIteration","conditional","includeZero","_decoratorsInline2","_decoratorsInline","checkRevision","compilerInfo","compilerRevision","currentRevision","_base","runtimeVersions","compilerVersions","templateSpec","main","decorator","main_d","compiler","templateWasPrecompiledWithCompilerV7","lookup","depths","invokePartial","resolvePartial","extendedOptions","compilerOptions","indent","lines","programs","declaredBlockParams","programWrapper","wrapProgram","mergeIfNeeded","_setup","useData","initData","useBlockParams","useDepths","executeDecorators","isTop","mergedHelpers","_internalWrapHelper","wrapHelper","passLookupPropertyOption","wrapHelpersToPassLookupProperty","usePartial","useDecorators","keepHelperInHelpers","allowCallsToHelperMissing","_child","currentPartialBlock","partialBlock","prog","currentDepths","transformOptionsFn","$Handlebars","webpackContext","req","webpackContextResolve","DAY","HOUR","MINUTE","SECOND","BASELINE_YEAR","MAX_SCORE","AMBIGUITIES","rules","olson","dst_rules","zones","determine","Intl","DateTimeFormat","resolvedOptions","timeZone","timezones","using_intl","needle","offsets","jstz","__defineSetter__","nativeExpm1","expm1","exp","IEEE754","arrayFill","NativeArrayBuffer","$ArrayBuffer","$DataView","$DataViewPrototype","packIEEE754","pack","unpackIEEE754","unpack","packInt8","packInt16","packInt32","unpackInt32","packFloat32","packFloat64","isLittleEndian","intIndex","conversion","ArrayBufferPrototype","testView","nativeSetInt8","setInt8","getInt8","setUint8","bufferLength","getUint8","getInt16","getUint16","getInt32","getUint32","getFloat32","getFloat64","setInt16","setUint16","setInt32","setUint32","setFloat32","setFloat64","_extends","_arrayWithoutHoles","iter","_iterableToArray","_nonIterableSpread","getUrls","urls","onBeforeSend","onSuccess","onError","onComplete","urlArray","urlQueue","isValidCss","urlIndex","returnVal","parser","xdr","XDomainRequest","onprogress","getCssData","rootElement","exclude","useCSSOM","sourceNodes","cssArray","handleComplete","handleSuccess","cssIndex","sourceUrl","resolveImports","callbackFn","__errorData","__errorRules","importData","parseImportData","absoluteUrls","responseImportData","rule","absoluteRules","responseArray","importText","resolvedCssText","errorData","ignoreRules","getFullUrl","oldUrl","newUrl","linkHref","linkRel","isLink","isStyle","sheet","cssRules","baseURI","balancedMatch","balanced","maybeMatch","pre","reg","begs","beg","ai","bi","parseCss","preserveStatic","removeComments","errors","comment","comments","cmnts","declaration","at_rule","comment_regexp","declarations","decls","keyframe","vals","at_keyframes","vendor","frames","keyframes","at_page","at_page_margin_box","at_fontface","at_supports","supports","at_host","at_media","at_custom_m","at_document","at_x","hasVarFunc","decl","balancedMatch$1","hasVarDecl","core","stylesheet","parseVars","cssData","parseHost","onWarning","reVarDeclSelectors","stringifyCss","tree","delim","renderMethods","visit","import","page","buf","txt","walkCss","transformCss","preserveVars","variables","VAR_FUNC_IDENTIFIER","resolvedValue","resolveValue","fixNestedCalc","newVal","__recursiveFallback","valueData","resolveFunc","unresolvedFallback","isEmptyVarFunc","isBrowser","isNativeSupport","CSS","counters","job","shadowDOM","onlyLegacy","updateDOM","updateURLs","watch","cssComments","cssKeyframes","cssMediaQueries","cssUrls","cssVarDeclRules","cssVarDecls","cssVarFunc","cssVars","variableStore","dom","user","cssVarsIsRunning","cssVarsObserver","cssVarsSrcNodeCount","debounceTimer","isShadowDOMReady","msgPrefix","handleError","sourceNode","handleWarning","addMutationObserver","disconnect","__benchmark","cssVarsDebounced","getTimeStamp","fixVarNames","outNodes","outNode","dataGroup","srcNodes","targetElm","setProperty","shadowRoot","nodeArray","responseUrl","responseURL","getFullUrl$1","fixRelativeCssUrls","currentVars","cssTree","__cssVars","resetCssNodes","outCssArray","outNodeArray","hasKeyframesWithVars","isSkip","outCss","outCssNoSpaces","elms","shadowSettings","fixKeyframes","MutationObserver","mutations","mutationNodes","addedNodes","hasAttr","isStyleWithVars","isElm","isOutNode","isSrcNode","orphanNode","isValidRemoveMutation","removedNodes","observe","attributeFilter","childList","subtree","animationNameProp","allNodes","keyframeNodes","nodeStyle","cssUrl","varObj","reLeadingHyphens","performance","poll","setRequestToken","startPolling","session_lifetime","getInterval","initSessionHeartBeat","session_keepalive","resizeMenu","appList","rightHeaderWidth","outerWidth","availableWidth","isMobile","lastShownApp","appCount","initCore","$menu","msie","trident","edge","_unloadCalled","allowAuthErrors","$navigation","$appmenu","$app","metaKey","Theming","inverted","setUpMainMenu","$page","caretPosition","resize","snapper","Snap","maxPosition","minDragDistance","toggleSnapperOnButton","$target","navigationBarSlideGestureEnabled","navigationBarSlideGestureAllowed","navigationBarSlideGestureEnablePending","allowNavigationBarSlideGesture","enable","disallowNavigationBarSlideGesture","toggleSnapperOnSize","__webpack_amd_options__","endPos","repeat","IS_END","maxLength","fillString","fillLen","stringFiller","fillStr","intMaxLength","whitespaces","channel","IS_IOS","setImmediate","clearImmediate","MessageChannel","Dispatch","counter","runner","postMessage","port2","port1","importScripts","PromiseCapability","$$resolve","$$reject","strengthify","paramOptions","zxcvbn","userInputs","titles","tilesOptions","drawTitles","drawMessage","drawBars","$addAfter","getWrapperFor","drawStrengthify","elemId","bsLevel","$wrapper","$container","$message","onResult","feedback","suggestions","$elem","drawSelf","locals","___CSS_LOADER_API_IMPORT___","nativeGetOwnPropertyNames","windowNames","getWindowNames","TO_ENTRIES","factories","partArgs","arrayLike","mapfn","mapping","iteratorMethod","copyWithin","flattenIntoArray","sourceLen","mapper","targetIndex","mapFn","nativeLastIndexOf","$parseInt","hex","radix","$parseFloat","trimmedString","log1p","flush","macrotask","WebKitMutationObserver","IS_NODE","queueMicrotaskDescriptor","queueMicrotask","exit","enter","characterData","task","newPromiseCapability","promiseCapability","ArrayIterationModule","$has","uncaughtFrozenStore","frozen","UncaughtFrozenStore","findUncaughtFrozen","toPositiveInteger","searchParams","URLSearchParams","USE_NATIVE_URL","getIterator","$fetch","Headers","getInternalParamsState","URL_SEARCH_PARAMS","plus","sequences","percentSequence","percentDecode","sequence","deserialize","parseSearchParams","updateSearchParams","validateArgumentsLength","passed","required","URLSearchParamsIterator","URLSearchParamsConstructor","entryIterator","entryNext","updateURL","URLSearchParamsPrototype","found","entriesIndex","sliceIndex","getState","createEvent","bubbles","initEvent","ta","heightOffset","cachedHeight","pageResize","wordWrap","boxSizing","paddingTop","paddingBottom","borderTopWidth","borderBottomWidth","changeOverflow","scrollHeight","overflows","Element","getParentOverflows","docTop","styleHeight","actualHeight","dispatchEvent","autosize","selectedText","isReadOnly","setSelectionRange","getSelection","createRange","selectNodeContents","removeAllRanges","addRange","evtArr","evts","liveEvents","TinyEmitter","listenNode","nodeList","listenNodeList","listenSelector","HTMLElement","_delegate","useCapture","listenerFn","__webpack_exports__","src_select","select_default","_createClass","clipboard_action","ClipboardAction","resolveOptions","initSelection","action","emitter","selectFake","selectTarget","_this","isRTL","removeFake","fakeHandlerCallback","fakeHandler","fakeElem","fontSize","yPosition","succeeded","execCommand","handleResult","clearSelection","_action","_target","tiny_emitter","tiny_emitter_default","listen_default","clipboard_typeof","clipboard_createClass","clipboard_Clipboard","_Emitter","Clipboard","clipboard_classCallCheck","ReferenceError","_possibleConstructorReturn","listenClick","subClass","superClass","_inherits","defaultAction","defaultTarget","defaultText","_this2","onClick","clipboardAction","getAttributeValue","queryCommandSupported","safeAdd","lsw","md5cmn","cnt","md5ff","md5gg","md5hh","md5ii","binlMD5","olda","oldb","oldc","oldd","binl2rstr","length32","rstr2binl","length8","rstr2hex","str2rstrUTF8","rawMD5","rstrMD5","rawHMACMD5","bkey","ipad","opad","rstrHMACMD5","md5","TOAST_TYPE_CLASES","warning","permanent","Toastify","gravity","TESTING","positionLeft","backgroundColor","showToast","lib","containsClass","yourClass","destination","newWindow","avatar","stopOnFocus","buildToast","divElement","background","avatarElement","insertAdjacentElement","closeElement","removeElement","timeOutValue","innerWidth","screen","reposition","classUsed","topLeftOffsetSize","bottom","topRightOffsetSize","offsetSize","allToasts","onpopstate","nativeObjectCreate","getOwnPropertyNamesExternal","defineWellKnownSymbol","HIDDEN","TO_PRIMITIVE","$Symbol","$stringify","AllSymbols","ObjectPrototypeSymbols","StringToSymbolRegistry","SymbolToStringRegistry","QObject","USE_SETTER","findChild","setSymbolDescriptor","ObjectPrototypeDescriptor","description","$defineProperty","$defineProperties","$getOwnPropertySymbols","$propertyIsEnumerable","$getOwnPropertyDescriptor","$getOwnPropertyNames","IS_OBJECT_PROTOTYPE","keyFor","sym","useSetter","useSimple","space","$replacer","NativeSymbol","EmptyStringDescriptionStore","SymbolWrapper","symbolPrototype","symbolToString","native","desc","$entries","nativeFreeze","fromEntries","FAILS_ON_PRIMITIVES","getOwnPropertyDescriptors","nativeGetPrototypeOf","nativeIsExtensible","nativeIsFrozen","nativeIsSealed","isSealed","nativePreventExtensions","nativeSeal","$values","__defineGetter__","__lookupGetter__","__lookupSetter__","FunctionPrototype","FunctionPrototypeToString","nameRE","HAS_INSTANCE","of","$every","$find","SKIPS_HOLES","$findIndex","flat","depthArg","flatMap","$includes","$reduceRight","nativeReverse","nativeSlice","fin","$some","nativeSort","FAILS_ON_UNDEFINED","FAILS_ON_NULL","comparefn","deleteCount","insertCount","actualDeleteCount","actualStart","nativeFromCodePoint","fromCodePoint","rawTemplate","literalSegments","codePointAt","notARegExp","correctIsRegExpLogic","nativeEndsWith","endsWith","CORRECT_IS_REGEXP_LOGIC","searchString","endPosition","nativeMatch","matchStr","getRegExpFlags","MATCH_ALL","REGEXP_STRING","regExpBuiltinExec","nativeMatchAll","matchAll","WORKS_WITH_NON_GLOBAL_REGEX","$RegExpStringIterator","$matchAll","flagsValue","$padEnd","padEnd","$padStart","padStart","sameValue","SEARCH","nativeSearch","searcher","previousLastIndex","nativeStartsWith","startsWith","$trim","forcedStringTrimMethod","$trimStart","trimStart","trimLeft","$trimEnd","trimEnd","trimRight","forcedStringHTMLMethod","big","blink","bold","fixed","fontcolor","color","fontsize","italics","small","strike","sub","sup","getFlags","NativeRegExp","CORRECT_NEW","RegExpWrapper","thisIsRegExp","patternIsRegExp","flagsAreUndefined","objectDefinePropertyModule","regExpFlags","nativeTest","parseIntImplementation","parseFloatImplementation","NativeNumber","NumberPrototype","BROKEN_CLASSOF","toNumber","third","maxCode","digits","NumberWrapper","EPSILON","globalIsFinite","isInteger","isSafeInteger","MIN_SAFE_INTEGER","thisNumberValue","nativeToFixed","fractionDigits","fractDigits","multiply","c2","divide","dataToString","nativeToPrecision","toPrecision","precision","nativeAcosh","acosh","LN2","MAX_VALUE","nativeAsinh","asinh","nativeAtanh","atanh","cbrt","LOG2E","clz32","nativeCosh","cosh","fround","EPSILON32","MAX32","MIN32","$abs","$sign","roundTiesToEven","$hypot","hypot","value1","value2","sum","aLen","larg","nativeImul","imul","xn","yn","xl","yl","LOG10E","log10","log2","sinh","tanh","trunc","pv","DatePrototype","nativeDateToISOString","getUTCMilliseconds","getUTCHours","getUTCSeconds","nativeDateToString","dateToPrimitive","hint","hi","Internal","OwnPromiseCapability","PromiseWrapper","nativeThen","NativePromise","microtask","promiseResolve","hostReportErrors","newPromiseCapabilityModule","perform","PROMISE","getInternalPromiseState","PromiseConstructor","newGenericPromiseCapability","DISPATCH_EVENT","PromiseRejectionEvent","FakePromise","INCORRECT_ITERATION","isThenable","isReject","notified","reactions","ok","exited","reaction","rejection","onHandleUnhandled","onUnhandled","isUnhandled","internalReject","internalResolve","executor","onFulfilled","onRejected","capability","$promiseResolve","alreadyCalled","race","allSettled","real","onFinally","InternalWeakMap","collectionWeak","enforceIternalState","IS_IE11","$WeakMap","WeakMapPrototype","nativeDelete","nativeHas","nativeGet","nativeSet","arrayBufferModule","mantissaLength","exponent","mantissa","exponentLength","eMax","eBias","rt","nBits","nativeArrayBufferSlice","viewSource","viewTarget","createTypedArrayConstructor","$copyWithin","$fill","ArrayIterators","arrayValues","arrayKeys","arrayEntries","nativeTypedArrayIterator","CORRECT_ITER_NAME","typedArrayValues","$join","$lastIndexOf","middle","$slice","$sort","begin","beginIndex","BYTES_PER_ELEMENT","$toLocaleString","TO_LOCALE_STRING_BUG","Uint8ArrayPrototype","arrayToString","IS_NOT_ARRAY_METHOD","nativeApply","functionApply","thisArgument","argumentsList","nativeConstruct","NEW_TARGET_BUG","ARGS_BUG","Target","newTarget","$args","deleteProperty","receiver","objectGetPrototypeOf","objectIsExtensible","objectPreventExtensions","existingDescriptor","ownDescriptor","objectSetPrototypeOf","isNode","scheduler","EOF","arrayFrom","toASCII","URLSearchParamsModule","NativeURL","getInternalSearchParamsState","getInternalURLState","ALPHA","ALPHANUMERIC","DIGIT","HEX_START","OCT","DEC","HEX","FORBIDDEN_HOST_CODE_POINT","FORBIDDEN_HOST_CODE_POINT_EXCLUDING_PERCENT","LEADING_AND_TRAILING_C0_CONTROL_OR_SPACE","TAB_AND_NEW_LINE","codePoints","parseIPv6","isSpecial","parseIPv4","percentEncode","C0ControlPercentEncodeSet","partsLength","numbers","ipv4","numbersSeen","ipv4Piece","swaps","pieceIndex","compress","pointer","char","serializeHost","ignore0","ipv6","maxIndex","currStart","currLength","findLongestZeroSequence","fragmentPercentEncodeSet","pathPercentEncodeSet","userinfoPercentEncodeSet","specialSchemes","ftp","http","https","wss","includesCredentials","cannotHaveUsernamePasswordPort","cannotBeABaseURL","isWindowsDriveLetter","normalized","startsWithWindowsDriveLetter","shortenURLsPath","pathSize","isSingleDot","segment","SCHEME_START","SCHEME","NO_SCHEME","SPECIAL_RELATIVE_OR_AUTHORITY","PATH_OR_AUTHORITY","RELATIVE","RELATIVE_SLASH","SPECIAL_AUTHORITY_SLASHES","SPECIAL_AUTHORITY_IGNORE_SLASHES","AUTHORITY","HOST","HOSTNAME","PORT","FILE","FILE_SLASH","FILE_HOST","PATH_START","PATH","CANNOT_BE_A_BASE_URL_PATH","QUERY","FRAGMENT","parseURL","stateOverride","bufferCodePoints","failure","seenAt","seenBracket","seenPasswordToken","codePoint","encodedCodePoints","URLConstructor","baseState","urlString","searchParamsState","serializeURL","origin","getOrigin","getUsername","getPassword","getHostname","getPathname","getSearchParams","URLPrototype","accessorDescriptor","nativeCreateObjectURL","nativeRevokeObjectURL","revokeObjectURL","regexNonASCII","regexSeparators","OVERFLOW_ERROR","stringFromCharCode","digitToBasic","digit","adapt","delta","numPoints","baseMinusTMin","encode","currentValue","inputLength","ucs2decode","bias","basicLength","handledCPCount","handledCPCountPlusOne","qMinusT","baseMinusT","encoded","labels","Op","iteratorSymbol","asyncIteratorSymbol","asyncIterator","toStringTagSymbol","innerFn","outerFn","tryLocsList","protoGenerator","Generator","generator","Context","_invoke","doneResult","delegateResult","maybeInvokeDelegate","ContinueSentinel","sent","_sent","dispatchException","abrupt","record","tryCatch","makeInvokeMethod","GeneratorFunction","GeneratorFunctionPrototype","getProto","NativeIteratorPrototype","Gp","defineIteratorMethods","AsyncIterator","previousPromise","callInvokeWithMethodAndArg","__await","unwrapped","resultName","nextLoc","pushTryEntry","locs","tryLoc","catchLoc","finallyLoc","afterLoc","tryEntries","resetTryEntry","completion","isGeneratorFunction","genFun","ctor","mark","awrap","skipTempReset","rootRecord","rval","exception","caught","hasCatch","hasFinally","finallyEntry","thrown","delegateYield","regeneratorRuntime","accidentalStrictMode","noOp","parentElement","msViewportStyle","migrateMute","migrateWarnings","migrateTrace","trace","_definePropertyBroken","migrateVersion","migrateReset","compatMode","attrFn","uaMatch","chrome","webkit","safari","boxModel","superclass","live","G","die","I","J","K","N","isResolved","isRejected","ui","widgetUuid","widgetSlice","widget","existingConstructor","basePrototype","proxiedPrototype","Widget","_createWidget","_proto","_childConstructors","_super","_superApply","__super","__superApply","widgetEventPrefix","widgetName","widgetFullName","childPrototype","bridge","inputIndex","isMethodCall","methodValue","_init","defaultElement","uuid","eventNamespace","bindings","hoverable","focusable","classesElementLookup","_on","_getCreateOptions","_create","_setOptionDisabled","_trigger","_getCreateEventData","_destroy","_removeClass","curOption","_setOptions","_setOption","_setOptionClasses","classKey","currentElements","_classes","_toggleClass","full","processClassString","checkOption","_untrackClassesElement","_addClass","suppressDisabledCheck","delegateElement","handlerProxy","_off","_delay","_hoverable","_focusable","focusin","focusout","defaultEffect","hasOptions","effect","effectName","effects","cachedScrollbarWidth","rhorizontal","rvertical","roffset","rposition","rpercent","_position","getOffsets","getDimensions","outerHeight","scrollbarWidth","innerDiv","getScrollInfo","within","isDocument","hasOverflowX","scrollWidth","getWithinInfo","withinElement","atOffset","targetWidth","targetHeight","targetOffset","basePosition","dimensions","scrollInfo","collision","horizontalOffset","verticalOffset","collisionPosition","elemWidth","elemHeight","marginLeft","marginTop","collisionWidth","collisionHeight","myOffset","my","horizontal","vertical","important","fit","newOverRight","withinOffset","collisionPosLeft","overLeft","overRight","newOverBottom","collisionPosTop","overTop","overBottom","flip","newOverLeft","offsetLeft","newOverTop","offsetTop","flipfit","dataName","disableSelection","eventType","enableSelection","baseEasings","selectorEscape","colors","rplusequals","stringParsers","execResult","Color","green","blue","alpha","spaces","rgba","red","hsla","hue","saturation","lightness","propTypes","supportElem","clamp","allowEmpty","def","stringParse","_rgba","spaceName","transparent","hue2rgb","same","localCache","isCache","_space","used","transition","distance","startColor","startValue","endValue","blend","opaque","rgb","toRgbaString","toHslaString","toHexString","includeAlpha","vtype","_hsla","colorInit","borderColor","aqua","black","fuchsia","gray","lime","maroon","navy","olive","purple","silver","teal","white","yellow","classAnimationActions","shorthandStyles","borderBottom","borderLeft","borderRight","borderTop","borderWidth","getElementStyles","currentStyle","setAttr","animateClass","applyClassChange","baseClass","allAnimations","oldStyle","newStyle","styleDifference","styleInfo","dfd","force","switchClass","_normalizeArguments","standardAnimationOption","parseClip","uiBackCompat","restore","setMode","createWrapper","zIndex","removeWrapper","scaledDimensions","clipToBox","clip","queueLength","saveStyle","restoreStyle","getBaseline","createPlaceholder","cssPosition","marginBottom","dataSpace","removePlaceholder","dataKey","cleanUp","setTransition","factor","cssUnit","effectMethod","defaultMode","queueName","modes","normalizedMode","cssClip","clipObj","transfer","targetFixed","fixTop","fixLeft","innerHeight","startPosition","clipInit","Sine","Circ","Elastic","sin","Back","Bounce","pow2","bounce","easeIn","up","down","upAnim","downAnim","refValue","anims","ref","motion","queuelen","both","oppositeMotion","mx","rows","pieces","cells","childComplete","horizFirst","animation1","animation2","backgroundImage","baseline","cProps","vProps","hProps","childOriginal","childFrom","childTo","newOptions","fade","showhide","animateTo","positiveMotion","startClip","startRef","hasTabindex","mapName","focusableIfVisible","fieldset","form","formResetMixin","_formResetHandler","instances","refresh","_bindFormResetHandler","_unbindFormResetHandler","side","BACKSPACE","COMMA","DELETE","DOWN","END","ENTER","ESCAPE","HOME","LEFT","PAGE_DOWN","PAGE_UP","PERIOD","RIGHT","SPACE","TAB","UP","escapeSelector","ancestor","ancestors","scrollParent","includeHidden","excludeStaticParent","overflowRegex","tabbable","removeUniqueId","collapsible","header","heightStyle","icons","activeHeader","activate","beforeActivate","hideProps","showProps","prevShow","prevHide","_processPanels","_refresh","panel","_createIcons","_destroyIcons","_setupEvents","_activate","_keydown","altKey","currentIndex","toFocus","_eventHandler","_panelKeyDown","prevHeaders","prevPanels","panels","maxHeight","_findActive","headerId","panelId","isVisible","keydown","activeChildren","clickedChildren","clicked","clickedIsActive","collapsing","toShow","toHide","eventData","oldHeader","oldPanel","newHeader","newPanel","_toggle","_animate","_toggleComplete","adjust","submenu","items","menus","role","activeMenu","mouseHandled","previousFilter","actualTarget","keepActiveItem","collapseAll","_closeOnDocumentClick","submenus","character","skip","previousPage","nextPage","_move","collapse","filterTimer","_filterMenuItems","newSubmenus","newItems","newWrappers","submenuCaret","_isDivider","_itemRole","listbox","nested","focused","activeParent","_scrollIntoView","_close","_startOpening","scroll","elementHeight","itemHeight","_hasScroll","fromFocus","_open","startMenu","newItem","isFirstItem","isLastItem","escapedCharacter","autoFocus","minLength","change","requestIndex","pending","suppressKeyPress","suppressKeyPressRepeat","suppressInput","isTextarea","isInput","isMultiLine","_isContentEditable","valueMethod","isNewMenu","_keyEvent","_value","_searchTimeout","selectedItem","cancelBlur","searching","_change","_initSource","_appendTo","mousedown","menufocus","liveRegion","menuselect","_isEventTargetInWidget","menuElement","_closeOnClickOutside","autocomplete","equalValues","menuVisible","modifierKey","shiftKey","_search","cancelSearch","_response","__response","_normalize","_suggest","ul","_renderMenu","_resizeMenu","_renderItemData","_renderItem","keyEvent","editable","escapeRegex","messages","noResults","amount","datepicker_instActive","controlgroupCornerRegex","Datepicker","_curInst","_disabledInputs","_datepickerShowing","_inDialog","_mainDivId","_inlineClass","_appendClass","_triggerClass","_dialogClass","_disableClass","_unselectableClass","_currentClass","_dayOverClass","regional","closeText","prevText","nextText","currentText","monthNames","monthNamesShort","dayNames","dayNamesShort","dayNamesMin","weekHeader","firstDay","showMonthAfterYear","yearSuffix","_defaults","showOn","showAnim","showOptions","defaultDate","appendText","buttonText","buttonImage","buttonImageOnly","hideIfNoPrevNext","navigationAsDateFormat","gotoCurrent","changeMonth","changeYear","yearRange","showOtherMonths","selectOtherMonths","showWeek","calculateWeek","iso8601Week","shortYearCutoff","minDate","maxDate","beforeShowDay","beforeShow","onSelect","onChangeMonthYear","onClose","numberOfMonths","showCurrentAtPos","stepMonths","stepBigMonths","altField","altFormat","constrainInput","showButtonPanel","autoSize","en","dpDiv","datepicker_bindHover","datepicker_handleMouseover","datepicker","_isDisabledDatepicker","inline","datepicker_extendRemove","onlyVisible","_enhance","_callChildMethod","childWidgets","controlgroupLabel","_initWidgets","instanceOptions","_resolveClassesValues","widgetElement","_updateCornerClass","_buildSimpleOptions","_spinnerOptions","_buttonOptions","_checkboxradioOptions","_selectmenuOptions","only","_readType","originalLabel","_updateLabel","_updateIcon","_getRadioGroup","nameSelector","_toggleClasses","checkboxradio","iconSpace","isDisabled","iconPosition","showLabel","hasTitle","_updateTooltip","displayBlock","_attachIcon","_attachIconSpace","newShowLabel","newIcon","primary","secondary","buttonset","controlgroup","markerClassName","maxRows","_widgetDatepicker","setDefaults","_attachDatepicker","_newInst","_connectDatepicker","_inlineDatepicker","selectedDay","selectedMonth","selectedYear","drawMonth","drawYear","_attachments","_doKeyDown","_doKeyPress","_doKeyUp","_autoSize","_disableDatepicker","_get","_showDatepicker","alt","_lastInput","_hideDatepicker","findMax","maxI","setDate","_formatDate","divSpan","_setDate","_getDefaultDate","_updateDatepicker","_updateAlternate","_dialogDatepicker","browserWidth","browserHeight","scrollX","scrollY","_dialogInst","_dialogInput","_pos","clientHeight","blockUI","_destroyDatepicker","_enableDatepicker","cursor","_getInst","_optionDatepicker","_getDateDatepicker","_getMinMaxDate","_changeDatepicker","_refreshDatepicker","_setDateDatepicker","noDefault","_setDateFromField","_getDate","dateStr","handled","_selectDay","_adjustDate","_clearDate","_gotoToday","chars","_possibleChars","lastVal","parseDate","_getFormatConfig","beforeShowSettings","isFixed","_findPos","_checkOffset","datepicker_getZindex","_shouldFocusInput","_generateHTML","_attachHandlers","origyearshtml","numMonths","_getNumberOfMonths","cols","activeCell","yearshtml","dpWidth","dpHeight","inputWidth","inputHeight","viewWidth","viewHeight","postProcess","_tidyDialog","unblockUI","_checkExternalClick","_adjustInstDate","currentDay","currentMonth","currentYear","_notifyChange","_selectMonthYear","_selectDate","noWeekends","checkDate","iFormat","dim","iValue","shortYearCutoffTemp","literal","lookAhead","getNumber","isDoubled","getName","shortNames","longNames","pair","checkLiteral","_ticksTo1970","_getDaysInMonth","_daylightSavingAdjust","ATOM","COOKIE","RFC_822","RFC_850","RFC_1036","RFC_1123","RSS","TICKS","TIMESTAMP","W3C","formatNumber","formatName","_restrictMinMax","_determineDate","newDate","offsetString","offsetNumeric","setHours","setMinutes","setSeconds","setMilliseconds","getHours","noChange","origMonth","origYear","today","selectDay","selectMonth","selectYear","maxDraw","gotoDate","controls","buttonPanel","row","selectedDate","cornerClass","calender","leadDays","curRows","numRows","printDate","dRow","daySettings","otherMonth","unselectable","tempDate","isMultiMonth","_canAdjustMonth","_isInRange","_generateMonthYearHeader","_getFirstDayOfMonth","inMinYear","inMaxYear","thisYear","determineYear","endYear","monthHtml","onChange","minMax","curYear","curMonth","yearSplit","minYear","maxYear","initialized","otherArgs","ie","_mouseInit","_mouseDown","_mouseDestroy","_mouseMoveDelegate","_mouseUpDelegate","_mouseMoved","_mouseStarted","_mouseUp","_mouseDownEvent","btnIsLeft","elIsCancel","_mouseCapture","mouseDelayMet","_mouseDelayTimer","_mouseDistanceMet","_mouseDelayMet","_mouseStart","_mouseMove","ignoreMissingWhich","_mouseDrag","_mouseStop","allowDisconnected","safeBlur","mouse","addClasses","axis","connectToSortable","containment","cursorAt","grid","iframeFix","refreshPositions","revert","revertDuration","scope","scrollSensitivity","scrollSpeed","snap","snapMode","snapTolerance","drag","_setPositionRelative","_setHandleClassName","_removeHandleClassName","destroyOnClear","_getHandle","_blurActiveElement","_blockFrames","iframeBlocks","_unblockFrames","_createHelper","_cacheHelperProportions","ddmanager","_cacheMargins","hasFixedAncestor","positionAbs","_refreshOffsets","originalPosition","_generatePosition","originalPageX","originalPageY","_adjustOffsetFromHelper","_setContainment","_clear","dropBehaviour","prepareOffsets","dragStart","margins","_getParentOffset","_getRelativeOffset","noPropagation","_convertPositionTo","_uiHash","dropped","dragStop","handleElement","helperIsFunction","helperProportions","_isRootNode","po","scrollIsRootNode","isUserScrollable","ce","relativeContainer","constrainPosition","co","cancelHelperRemoval","draggable","uiSortable","sortables","isOver","_storedCSS","_helper","innermostIntersecting","_intersectsWith","containerCache","currentItem","fromOutside","_revert","_cursor","_opacity","scrollParentNotHidden","overflowOffset","scrolled","snapElements","$t","$o","ts","bs","ls","rs","x1","y1","y2","snapping","snapItem","_zIndex","alsoResize","animateDuration","animateEasing","aspectRatio","autoHide","ghost","handles","minHeight","_num","_isNumber","_aspectRatio","originalElement","_proportionallyResizeElements","resizable","elementIsWrapper","originalResizeStyle","zoom","_proportionallyResize","_setupHandles","_handles","resizing","_removeHandles","hname","se","sw","ne","nw","_renderAxis","padPos","padWrapper","curleft","curtop","_renderProxy","originalSize","sizeDiff","originalMousePosition","_propagate","smp","_updatePrevProperties","_updateVirtualBoundaries","_updateRatio","_respectSize","_updateCache","_applyChanges","ista","soffseth","soffsetw","prevPosition","prevSize","forceAspectRatio","pMinWidth","pMaxWidth","pMinHeight","pMaxHeight","_vBoundaries","cpos","csize","ismaxw","ismaxh","isminw","isminh","dw","dh","cw","_getPaddingPlusBorderDimensions","widths","borders","paddings","prel","outerDimensions","elementOffset","cs","oc","containerElement","containerOffset","containerPosition","parentData","containerSize","woset","hoset","isParent","isOffsetRelative","cp","pRatio","cop","continueResize","ho","os","gridX","gridY","ox","oy","newWidth","newHeight","isMaxWidth","isMaxHeight","isMinWidth","isMinHeight","autoOpen","topOffset","beforeClose","resizeStart","resizeStop","sizeRelatedOptions","resizableRelatedOptions","originalCss","originalTitle","_createWrapper","uiDialog","_createTitlebar","_createButtonPane","_makeDraggable","_makeResizable","_isOpen","_trackFocus","_untrackInstance","_destroyOverlay","_focusedElement","_hide","isOpen","moveToTop","_moveToTop","moved","zIndices","zIndexMax","_focusTabbable","_size","_createOverlay","overlay","_show","_makeFocusTarget","uiDialogButtonPane","uiDialogTitlebarClose","_keepFocus","checkFocus","tabbables","uiDialogTitle","uiDialogTitlebar","_title","uiButtonSet","_createButtons","buttonOptions","filteredUi","resizeHandles","_minHeight","_trackingInstances","exists","resizableOptions","isDraggable","isResizable","nonContentHeight","minContentHeight","maxContentHeight","_allowInteraction","isOpening","overlays","dialog","dialogClass","accept","greedy","tolerance","deactivate","over","proportions","isover","isout","_addToManager","droppables","_splice","_addActiveClass","_deactivate","_removeActiveClass","_over","_addHoverClass","_out","_removeHoverClass","_drop","custom","childrenIntersection","droppable","intersect","isOverAxis","reference","toleranceMode","absolute","spinnerModifer","droppablesLoop","greedyChild","parentInstance","hoverClass","activeClass","oldValue","_constrainedValue","valueDiv","_refreshValue","newValue","indeterminate","_percentage","percentage","overlayDiv","autoRefresh","selecting","unselected","unselecting","dragged","elementPos","selectees","selecteeOffset","startselected","opos","selectee","doSelect","hit","selectmenuId","_drawButton","_drawMenu","_rendered","menuItems","_parseOption","tabindex","buttonItem","_renderButtonItem","_resizeButton","_buttonEvents","_refreshMenu","menuWrap","menuInstance","_setSelection","_select","focusIndex","_getSelectedItem","_parseOptions","_setAria","_toggleAttr","_documentClick","menuWidget","_setText","currentOptgroup","li","rangeCount","getRangeAt","_selectFocusedItem","oldIndex","orientation","slide","numPages","_keySliding","_mouseSliding","_animateOff","_handleIndex","_detectOrientation","_calculateNewMax","_createRange","_createHandles","handleCount","existingHandles","_valueMin","_handleEvents","normValue","closestHandle","mouseOverHandle","elementSize","_normValueFromMouse","_valueMax","thisDistance","_lastChangedValue","_start","_clickOffset","_slide","_stop","pixelTotal","pixelMouse","percentMouse","valueTotal","valueMouse","_trimAlignValue","uiHash","handleIndex","_hasMultipleValues","otherVal","newValues","_values","valsLength","_refreshRange","valModStep","alignValue","_precision","_precisionOf","decimal","lastValPercent","valPercent","valueMin","valueMax","oRange","_set","curVal","keyup","connectWith","dropOnEmpty","forcePlaceholderSize","forceHelperSize","beforeStop","receive","_isOverAxis","_isFloating","overrideHandle","validHandle","reverting","_refreshItems","_removeCurrentsFromItems","noActivation","currentContainer","domPosition","_createPlaceholder","storedCursor","storedStylesheet","_storedOpacity","_storedZIndex","_preserveHelperProportions","containers","dragging","itemElement","lastPositionAbs","_intersectsWithPointer","_intersectsWithSides","_rearrange","_contactContainers","_noFinalSort","_getItemsAsjQuery","connected","expression","dyClick","dxClick","isOverElementHeight","isOverElementWidth","isOverElement","forcePointerForContainers","floating","verticalDirection","horizontalDirection","_getDragVerticalDirection","_getDragHorizontalDirection","isOverBottomHalf","isOverRightHalf","_connectWith","queries","addItems","targetData","_queries","queriesLength","toleranceElement","refreshContainers","_createTrPlaceholder","sourceTr","targetTr","dist","itemWithLeastDistance","posProperty","sizeProperty","nearBottom","innermostContainer","innermostIndex","hardRefresh","delayedTriggers","delayEvent","_inst","sender","culture","incremental","numberFormat","spin","_draw","mousewheel","spinning","_spin","mousewheelTimer","_repeat","uiSpinner","steps","_adjustValue","_increment","aboveMin","prevValue","_parse","_format","Globalize","allowAny","stepUp","_stepUp","stepDown","_stepDown","pageUp","pages","pageDown","spinner","_uiSpinnerHtml","_buttonHtml","beforeLoad","_isLocal","anchorUrl","locationUrl","running","_processTabs","_initialActive","tabs","anchors","locationHash","tab","_getPanelForTab","_tabKeydown","focusedTab","goingForward","_handlePageNav","activating","_focusNextTab","_panelKeydown","_findNextTab","lastTabIndex","_setupHeightStyle","_sanitizeSelector","lis","tablist","prevTabs","prevAnchors","_getList","anchorId","originalAriaControls","_createPanel","oldTab","newTab","_getIndex","_ajaxSettings","track","_addDescribedBy","describedby","_removeDescribedBy","mouseover","tooltips","disabledTitles","tooltipData","_updateContent","_disable","_enable","blurEvent","_registerCloseHandlers","contentOption","delayedShow","a11yContent","positionOption","_find","_tooltip","mousemove","fakeEvent","_removeTooltip","closing","hiding","tooltipClass","___CSS_LOADER_GET_URL_IMPORT___","___CSS_LOADER_URL_IMPORT_0___","___CSS_LOADER_URL_IMPORT_1___","___CSS_LOADER_URL_IMPORT_2___","___CSS_LOADER_URL_IMPORT_3___","___CSS_LOADER_URL_IMPORT_4___","___CSS_LOADER_URL_IMPORT_5___","___CSS_LOADER_URL_REPLACEMENT_0___","___CSS_LOADER_URL_REPLACEMENT_1___","___CSS_LOADER_URL_REPLACEMENT_2___","___CSS_LOADER_URL_REPLACEMENT_3___","___CSS_LOADER_URL_REPLACEMENT_4___","___CSS_LOADER_URL_REPLACEMENT_5___","Popper","enumerableOnly","_objectSpread2","uriAttrs","DefaultWhitelist","br","em","h1","h2","h3","h4","h5","h6","ol","span","strong","SAFE_URL_PATTERN","DATA_URL_PATTERN","sanitizeHtml","unsafeHtml","whiteList","sanitizeFn","createdDocument","whitelistKeys","_loop","elName","attributeList","whitelistedAttributes","allowedAttributeList","regExp","attrRegex","allowedAttribute","EVENT_KEY","JQUERY_NO_CONFLICT","BSCLS_PREFIX_REGEX","DISALLOWED_ATTRIBUTES","DefaultType","fallbackPlacement","boundary","popperConfig","AttachmentMap","AUTO","TOP","BOTTOM","Default","HoverState","HIDE","SHOW","SHOWN","INSERTED","CLICK","FOCUSIN","FOCUSOUT","MOUSEENTER","MOUSELEAVE","ClassName","Selector","Trigger","Tooltip","_isEnabled","_timeout","_hoverState","_activeTrigger","_popper","_getConfig","tip","_setListeners","toggleEnabled","DATA_KEY","_getDelegateConfig","_isWithActiveTrigger","_enter","_leave","getTipElement","dispose","_hideModalHandler","showEvent","isWithContent","findShadowRoot","isInTheDom","tipId","getUID","setContent","attachment","_getAttachment","addAttachmentClass","_getContainer","_getPopperConfig","_fixTransition","prevHoverState","transitionDuration","getTransitionDurationFromElement","TRANSITION_END","emulateTransitionEnd","hideEvent","_cleanTipClass","scheduleUpdate","getTitle","CLASS_PREFIX","setElementContent","_this3","modifiers","_getOffset","arrow","preventOverflow","boundariesElement","onCreate","originalPlacement","_handlePopperPlacementChange","onUpdate","_this4","_this5","eventIn","eventOut","_fixTitle","titleType","dataAttributes","typeCheckConfig","$tip","tabClass","popperData","popperInstance","popper","initConfigAnimation","_jQueryInterface","longerTimeoutBrowsers","timeoutDuration","scheduled","functionToCheck","getStyleComputedProperty","getParentNode","getScrollParent","_getStyleComputedProp","isIE11","MSInputMethodContext","isIE10","getOffsetParent","noOffsetParent","nextElementSibling","getRoot","findCommonOffsetParent","element1","element2","DOCUMENT_POSITION_FOLLOWING","setStart","setEnd","commonAncestorContainer","element1root","getScroll","upperSide","scrollingElement","includeScroll","rect","modifier","getBordersSize","sideA","sideB","getSize","computedStyle","getWindowSizes","classCallCheck","createClass","getClientRect","sizes","horizScrollbar","vertScrollbar","getOffsetRectRelativeToArbitraryNode","fixedPosition","childrenRect","parentRect","borderLeftWidth","getViewportOffsetRectRelativeToArtbitraryNode","excludeScroll","relativeOffset","getFixedPositionOffsetParent","getBoundaries","boundaries","boundariesNode","_getWindowSizes","isPaddingNumber","getArea","computeAutoPlacement","refRect","rects","sortedAreas","filteredAreas","_ref2","computedPlacement","variation","getReferenceOffsets","commonOffsetParent","getOuterSizes","getOppositePlacement","getPopperOffsets","referenceOffsets","popperRect","popperOffsets","isHoriz","mainSide","secondarySide","measurement","secondaryMeasurement","runModifiers","ends","enabled","isDestroyed","arrowStyles","flipped","positionFixed","isCreated","isModifierEnabled","modifierName","getSupportedPropertyName","prefixes","upperProp","toCheck","willChange","disableEventListeners","removeOnDestroy","setupEventListeners","updateBound","passive","scrollElement","attachToScrollParents","scrollParents","isBody","eventsEnabled","enableEventListeners","cancelAnimationFrame","setStyles","isFirefox","isModifierRequired","requestingName","requestedName","requesting","isRequired","_requesting","requested","placements","validPlacements","clockwise","BEHAVIORS","parseOffset","basePlacement","useHeight","fragments","frag","divider","splitRegex","ops","mergeWithPrevious","toValue","index2","Defaults","shiftvariation","_data$offsets","isVertical","shiftOffsets","transformProp","popperStyles","transform","escapeWithReference","keepTogether","opSide","_data$offsets$arrow","arrowElement","sideCapitalized","altSide","arrowElementSize","center","popperMarginSide","popperBorderSide","sideValue","placementOpposite","flipOrder","refOffsets","overlapsRef","overflowsLeft","overflowsRight","overflowsTop","overflowsBottom","overflowsBoundaries","flippedVariationByRef","flipVariations","flippedVariationByContent","flipVariationsByContent","flippedVariation","getOppositeVariation","subtractLength","computeStyle","legacyGpuAccelerationOption","gpuAcceleration","offsetParentRect","shouldRound","noRound","referenceWidth","popperWidth","isVariation","horizontalToInteger","verticalToInteger","getRoundedOffsets","devicePixelRatio","prefixedProperty","invertTop","invertLeft","applyStyle","onLoad","modifierOptions","requestAnimationFrame","PopperUtils","transitionEndEmulator","triggerTransitionEnd","getSelectorFromElement","hrefAttr","transitionDelay","floatTransitionDuration","floatTransitionDelay","reflow","supportsTransitionEnd","componentName","configTypes","expectedTypes","valueType","attachShadow","getRootNode","ShadowRoot","jQueryDetection","ex","Jcrop","docOffset","_ua","is_msie","ie6mode","px","cssClass","cl","getPos","mouseAbs","startDragMode","touch","$img","Tracker","setCursor","activateHandlers","lloc","KeyManager","watchKeys","Coords","moveOffset","Selection","createMover","doneSelect","fc","getFixed","opp","oppLockCorner","opc","getCorner","setPressed","setCurrent","dragmodeHandler","ord","createDragger","allowMove","btndown","presize","$obj","nh","xscale","yscale","unscale","minSelect","enableHandles","allowSelect","newSelection","disableHandles","selectDrag","newTracker","trk","img_css","$origimg","img_mode","tempImage","shade","boxWidth","boxHeight","boundx","boundy","$div","bgColor","$img2","$img_holder","$hdl_holder","$sel","dblclick","onDblClick","api","xlimit","ylimit","xmin","ymin","animating","$trk","bgcolor","bgopacity","bgOpacity","Touch","hasTouchSupport","touchstart","touchend","touchmove","cfilter","changedTouches","touchSupport","xsize","ysize","makeObj","flipCoords","aspect","min_x","minSize","max_x","maxSize","max_y","rw","rh","rwa","rha","rebound","xa","xb","ya","yb","getOffset","Shade","holder","shades","createShade","updateAuto","updateShade","shadeColor","enableShade","setBgOpacity","setBgColor","isAwake","setOpacity","colorChangeMacro","getShades","disableShade","bgFade","fadeTime","updateRaw","awake","hdep","dragbar","seehandles","dragDiv","zi","jq","updateVisible","allowResize","animMode","dragEdges","createDragbars","createHandles","hs","handleSize","handleOpacity","drawBorders","createBorders","borderOpacity","$track","onRelease","enableOnly","showHandles","onMove","onDone","trackDoc","trackDocument","trackMove","trackUp","trackTouchMove","trackTouchEnd","mouseup","mouseout","move","toFront","$keymgr","$keywrap","doNudge","keySupport","nudge","fixedSupport","setSelect","setSelectRaw","disableCrop","enableCrop","interfaceUpdate","mycolor","trueSize","outerImage","setImage","iw","ih","bw","bh","animto","initcr","animat","interv","animationDelay","ix1","iy1","ix2","iy2","pcent","velocity","swingSpeed","animator","queueAnimator","tellSelect","tellScaled","setClass","cname","getBounds","getWidgetSize","getScaleFactor","getOptions","Loader","imgobj","completeCheck","each2","Select2","AbstractSelect2","SingleSelect2","MultiSelect2","nextUid","sizer","$document","scrollBarDimensions","lastMousePosition","ESC","SHIFT","CTRL","ALT","isArrow","isControl","isFunctionKey","DIACRITICS","prepareOpts","createContainer","containerId","containerEventName","syncCssClasses","adaptContainerCssClass","containerCss","containerCssClass","elementTabIndex","killEvent","dropdown","adaptDropdownCssClass","dropdownCssClass","queryCount","resultsPage","initContainer","lastpos","highlightUnderEvent","_touchEvent","touchMoved","clearTouchMoved","selectHighlighted","installDebouncedScroll","loadMoreIfNeeded","deltaX","deltaY","installKeyUpChangeEvent","updateResults","nextSearchTerm","monitorSource","maximumInputLength","readonly","measureScrollbar","autofocus","searchInputPlaceholder","select2","_sync","propertyObserver","cleanupJQueryElements","optionToData","equal","idKey","ajaxUrl","populateResults","populate","selectable","compound","innerContainer","formatted","sortResults","formatResultCssClass","formatResult","escapeMarkup","formatMatches","placeholderOption","more","getPlaceholder","getPlaceholderOption","createSearchChoice","splitVal","createSearchChoicePosition","observer","MozMutationObserver","triggerSelect","choice","triggerChange","details","blurOnChange","isInterfaceEnabled","enabledInterface","enableInterface","_enabled","_readonly","opened","positionDropdown","bodyOffset","above","changeDirection","resultsListNode","$dropdown","dropHeight","$window","windowWidth","windowHeight","viewPortRight","viewportBottom","dropTop","dropLeft","enoughRoomBelow","enoughRoomAbove","dropWidth","enoughRoomOnRight","focusSearch","dropdownAutoWidth","dropdownCss","shouldOpen","clearDropdownAlignmentPreference","opening","mask","orient","reinsertElement","selectOnBlur","noFocus","clearSearch","externalSearch","getMaximumSelectionSize","maximumSelectionSize","ensureHighlightVisible","rb","highlight","findHighlightableChoices","moveHighlight","choices","removeHighlight","_touchMoved","countSelectableResults","loadMorePadding","postprocessResults","formatLoadMore","queryNumber","lastTerm","showSearchInput","maxSelSize","checkFormatter","formatSelectionTooBig","minimumInputLength","formatInputTooShort","showSearch","formatInputTooLong","formatSearching","hasError","formatAjaxError","formatNoMatches","postRender","createTextRange","firstOption","initContainerWidth","focusser","minimumResultsForSearch","shouldFocusInput","isFocused","elementLabel","idSuffix","openOnEnter","allowClear","killEventImmediately","setPlaceholder","isPlaceholderOptionSelected","updateSelection","is_match","noHighlightUpdate","countResults","oldData","formatSelection","formatSelectionCssClass","ordered","selectChoice","searchContainer","keydowns","selectionStart","selectionEnd","moveStart","getCursorInfo","selectedChoice","unselect","resizeSearch","clearPlaceholder","getMaxSearchWidth","getVal","filtered","addSelectedChoice","tokenizer","closeOnSelect","enableChoice","enabledItem","disabledItem","setVal","getSideBorderPadding","minimumWidth","searchWidth","sideBorderPadding","fontFamily","fontStyle","textTransform","whiteSpace","measureTextWidth","buildChangeDetails","onSortStart","onSortEnd","multiple","allowedMethods","valueMethods","propertyMethods","methodsMap","multi","single","markup","markMatch","stripDiacritics","tokenSeparators","selectCallback","dupe","defaultEscapeMarkup","selectedObject","currentSearchTerm","msMaxTouchPoints","pageNumber","ajaxDefaults","util","quietMillis","adapter","adapted","replacements","tl","replace_map","deprecated","dataText","dataItem","datum","childDatum","isFunc","formatter","formatterName","SuperClass","userOpts","dragger","addBodyClasses","hyperextensible","resistance","flickThreshold","transitionSpeed","minPosition","tapToClose","touchToDrag","slideIntent","simpleStates","towards","hyperExtending","halfway","flick","sinceDirectionChange","eventList","utils","hasTouch","DocumentTouch","touches","transitionCallback","deepExtend","angleOfDrag","degrees","theta","atan2","startDragY","startDragX","addEvent","prevent","parentUntil","isStr","matrix","easeCallback","animatingInterval","easingTo","easeTo","theTranslate","handleEvent","startDrag","endDrag","srcElement","isDragging","hasIntent","intentChecked","dragWatchers","thePageX","thePageY","translated","absoluteTranslation","whileDragX","openingLeft","translateTo","deg","inRightRange","fromLeft","ie8fix","hidedefault","displayname","setAvatarForUnknownUser","oc_userconfig","clearimageplaceholder","entryTemplate","contactsMenu","shareWith","shareType","$list","topAction","hyperlink","clickedList","clickedTarget","filterAttr","enterCallback","$buttonrow","$button","$title","_setSizes","$defaultButton","$closeButton","closeCB","lessHeight","setEnterCallback","unsetEnterCallback","Template","_html","toRgb","mixPalette","color1","color2","palette","stepCalc","palette1","palette2","palette3","maximum","finalInt","hashToInt","moveEnd","showPassword","setState","$clone","cloneElement","tipsy","delayIn","delayOut","urlRegex","plainToRich","formatLinksRich","richToPlain","formatLinksPlain","leadingSpace","trailingSpace","linkText","$content","loadedStylesheets","loadScript","scriptPath","loadStylesheet","stylePath","rel","registerType","typeDefinition","getTypes","getIcon","typeIconClass","getLabel","typeString","getLink","dismissOptions","dismiss","menuItem","classList","onclick","whatsNewTextItem","onQuerySuccess","onQueryError","onDismissSuccess","onDismissError","Collaboration","Comments","InitialState","WhatsNew","warnIfNotTesting","oldFunc","newFunc","setDeprecatedProp","ClipboardJS","jstimezonedetect"],"mappings":"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AAc,IACd,UAAW,IACX,OAAQ,IACR,UAAW,IACX,OAAQ,IACR,UAAW,IACX,OAAQ,IACR,UAAW,IACX,OAAQ,IACR,UAAW,IACX,OAAQ,IACR,UAAW,IACX,OAAQ,IACR,UAAW,IACX,OAAQ,IACR,UAAW,IACX,OAAQ,IACR,UAAW,IACX,OAAQ,IACR,UAAW,IACX,OAAQ,IACR,UAAW,IACX,OAAQ,IACR,UAAW,IACX,OAAQ,IACR,UAAW,IACX,OAAQ,IACR,UAAW,IACX,OAAQ,IACR,UAAW,IACX,aAAc,IACd,UAAW,IACX,aAAc,IACd,UAAW,IACX,OAAQ,IACR,UAAW,IACX,OAAQ,IACR,UAAW,IACX,UAAW,IACX,aAAc,IACd,UAAW,IACX,aAAc,IACd,UAAW,IACX,aAAc,IACd,UAAW,IACX,aAAc,IACd,UAAW,IACX,aAAc,IACd,UAAW,IACX,aAAc,IACd,UAAW,IACX,aAAc,IACd,OAAQ,IACR,UAAW,IACX,OAAQ,IACR,UAAW,IACX,aAAc,IACd,UAAW,IACX,aAAc,IACd,UAAW,IACX,OAAQ,IACR,UAAW,IACX,OAAQ,IACR,UAAW,IACX,OAAQ,IACR,UAAW,IACX,OAAQ,IACR,UAAW,IACX,OAAQ,IACR,UAAW,IACX,OAAQ,IACR,UAAW,IACX,aAAc,IACd,UAAW,IACX,aAAc,IACd,UAAW,IACX,OAAQ,IACR,UAAW,IACX,OAAQ,IACR,UAAW,IACX,OAAQ,IACR,UAAW,IACX,OAAQ,IACR,UAAW,IACX,aAAc,IACd,gBAAiB,IACjB,OAAQ,IACR,UAAW,IACX,OAAQ,IACR,UAAW,IACX,OAAQ,IACR,UAAW,IACX,OAAQ,IACR,UAAW,IACX,OAAQ,IACR,UAAW,IACX,UAAW,IACX,aAAc,IACd,OAAQ,IACR,UAAW,IACX,OAAQ,IACR,UAAW,IACX,OAAQ,IACR,UAAW,IACX,aAAc,IACd,UAAW,IACX,OAAQ,IACR,UAAW,IACX,OAAQ,IACR,UAAW,IACX,OAAQ,IACR,UAAW,IACX,OAAQ,IACR,UAAW,IACX,OAAQ,IACR,UAAW,IACX,OAAQ,IACR,UAAW,IACX,OAAQ,IACR,UAAW,IAC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S,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,KAAK,IAAS,KAAK,IAAS,KAAK,IAAS,KAAK,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,KAAK,IAAS,KAAK,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,KAAK,IAAS,KAAK,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,KAAK,IAAS,KAAK,IAAS,KAAK,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,KAAK,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,KAAK,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,KAAK,IAAS,KAAK,IAAS,KAAK,IAAS,KAAK,IAAS,KAAK,IAAS,KAAK,IAAS,KAAK,IAAS,KAAK,IAAS,KAAK,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,KAAK,IAAS,KAAK,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,KAAK,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,KAAK,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,KAAK,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,KAAK,IAAS,KAAK,IAAS,KAAK,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,KAAK,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,KAAK,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAA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","file":"main.js","sourcesContent":[" \t// The module cache\n \tvar installedModules = {};\n\n \t// The require function\n \tfunction __webpack_require__(moduleId) {\n\n \t\t// Check if module is in cache\n \t\tif(installedModules[moduleId]) {\n \t\t\treturn installedModules[moduleId].exports;\n \t\t}\n \t\t// Create a new module (and put it into the cache)\n \t\tvar module = installedModules[moduleId] = {\n \t\t\ti: moduleId,\n \t\t\tl: false,\n \t\t\texports: {}\n \t\t};\n\n \t\t// Execute the module function\n \t\tmodules[moduleId].call(module.exports, module, module.exports, __webpack_require__);\n\n \t\t// Flag the module as loaded\n \t\tmodule.l = true;\n\n \t\t// Return the exports of the module\n \t\treturn module.exports;\n \t}\n\n\n \t// expose the modules object (__webpack_modules__)\n \t__webpack_require__.m = modules;\n\n \t// expose the module cache\n \t__webpack_require__.c = installedModules;\n\n \t// define getter function for harmony exports\n \t__webpack_require__.d = function(exports, name, getter) {\n \t\tif(!__webpack_require__.o(exports, name)) {\n \t\t\tObject.defineProperty(exports, name, { enumerable: true, get: getter });\n \t\t}\n \t};\n\n \t// define __esModule on exports\n \t__webpack_require__.r = function(exports) {\n \t\tif(typeof Symbol !== 'undefined' && Symbol.toStringTag) {\n \t\t\tObject.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });\n \t\t}\n \t\tObject.defineProperty(exports, '__esModule', { value: true });\n \t};\n\n \t// create a fake namespace object\n \t// mode & 1: value is a module id, require it\n \t// mode & 2: merge all properties of value into the ns\n \t// mode & 4: return value when already ns object\n \t// mode & 8|1: behave like require\n \t__webpack_require__.t = function(value, mode) {\n \t\tif(mode & 1) value = __webpack_require__(value);\n \t\tif(mode & 8) return value;\n \t\tif((mode & 4) && typeof value === 'object' && value && value.__esModule) return value;\n \t\tvar ns = Object.create(null);\n \t\t__webpack_require__.r(ns);\n \t\tObject.defineProperty(ns, 'default', { enumerable: true, value: value });\n \t\tif(mode & 2 && typeof value != 'string') for(var key in value) __webpack_require__.d(ns, key, function(key) { return value[key]; }.bind(null, key));\n \t\treturn ns;\n \t};\n\n \t// getDefaultExport function for compatibility with non-harmony modules\n \t__webpack_require__.n = function(module) {\n \t\tvar getter = module && module.__esModule ?\n \t\t\tfunction getDefault() { return module['default']; } :\n \t\t\tfunction getModuleExports() { return module; };\n \t\t__webpack_require__.d(getter, 'a', getter);\n \t\treturn getter;\n \t};\n\n \t// Object.prototype.hasOwnProperty.call\n \t__webpack_require__.o = function(object, property) { return Object.prototype.hasOwnProperty.call(object, property); };\n\n \t// __webpack_public_path__\n \t__webpack_require__.p = \"\";\n\n\n \t// Load entry module and return exports\n \treturn __webpack_require__(__webpack_require__.s = 832);\n","/*!\n * jQuery JavaScript Library v2.1.4\n * http://jquery.com/\n *\n * Includes Sizzle.js\n * http://sizzlejs.com/\n *\n * Copyright 2005, 2014 jQuery Foundation, Inc. and other contributors\n * Released under the MIT license\n * http://jquery.org/license\n *\n * Date: 2015-04-28T16:01Z\n */\n\n(function( global, factory ) {\n\n\tif ( typeof module === \"object\" && typeof module.exports === \"object\" ) {\n\t\t// For CommonJS and CommonJS-like environments where a proper `window`\n\t\t// is present, execute the factory and get jQuery.\n\t\t// For environments that do not have a `window` with a `document`\n\t\t// (such as Node.js), expose a factory as module.exports.\n\t\t// This accentuates the need for the creation of a real `window`.\n\t\t// e.g. var jQuery = require(\"jquery\")(window);\n\t\t// See ticket #14549 for more info.\n\t\tmodule.exports = global.document ?\n\t\t\tfactory( global, true ) :\n\t\t\tfunction( w ) {\n\t\t\t\tif ( !w.document ) {\n\t\t\t\t\tthrow new Error( \"jQuery requires a window with a document\" );\n\t\t\t\t}\n\t\t\t\treturn factory( w );\n\t\t\t};\n\t} else {\n\t\tfactory( global );\n\t}\n\n// Pass this if window is not defined yet\n}(typeof window !== \"undefined\" ? window : this, function( window, noGlobal ) {\n\n// Support: Firefox 18+\n// Can't be in strict mode, several libs including ASP.NET trace\n// the stack via arguments.caller.callee and Firefox dies if\n// you try to trace through \"use strict\" call chains. (#13335)\n//\n\nvar arr = [];\n\nvar slice = arr.slice;\n\nvar concat = arr.concat;\n\nvar push = arr.push;\n\nvar indexOf = arr.indexOf;\n\nvar class2type = {};\n\nvar toString = class2type.toString;\n\nvar hasOwn = class2type.hasOwnProperty;\n\nvar support = {};\n\n\n\nvar\n\t// Use the correct document accordingly with window argument (sandbox)\n\tdocument = window.document,\n\n\tversion = \"2.1.4\",\n\n\t// Define a local copy of jQuery\n\tjQuery = function( selector, context ) {\n\t\t// The jQuery object is actually just the init constructor 'enhanced'\n\t\t// Need init if jQuery is called (just allow error to be thrown if not included)\n\t\treturn new jQuery.fn.init( selector, context );\n\t},\n\n\t// Support: Android<4.1\n\t// Make sure we trim BOM and NBSP\n\trtrim = /^[\\s\\uFEFF\\xA0]+|[\\s\\uFEFF\\xA0]+$/g,\n\n\t// Matches dashed string for camelizing\n\trmsPrefix = /^-ms-/,\n\trdashAlpha = /-([\\da-z])/gi,\n\n\t// Used by jQuery.camelCase as callback to replace()\n\tfcamelCase = function( all, letter ) {\n\t\treturn letter.toUpperCase();\n\t};\n\njQuery.fn = jQuery.prototype = {\n\t// The current version of jQuery being used\n\tjquery: version,\n\n\tconstructor: jQuery,\n\n\t// Start with an empty selector\n\tselector: \"\",\n\n\t// The default length of a jQuery object is 0\n\tlength: 0,\n\n\ttoArray: function() {\n\t\treturn slice.call( this );\n\t},\n\n\t// Get the Nth element in the matched element set OR\n\t// Get the whole matched element set as a clean array\n\tget: function( num ) {\n\t\treturn num != null ?\n\n\t\t\t// Return just the one element from the set\n\t\t\t( num < 0 ? this[ num + this.length ] : this[ num ] ) :\n\n\t\t\t// Return all the elements in a clean array\n\t\t\tslice.call( this );\n\t},\n\n\t// Take an array of elements and push it onto the stack\n\t// (returning the new matched element set)\n\tpushStack: function( elems ) {\n\n\t\t// Build a new jQuery matched element set\n\t\tvar ret = jQuery.merge( this.constructor(), elems );\n\n\t\t// Add the old object onto the stack (as a reference)\n\t\tret.prevObject = this;\n\t\tret.context = this.context;\n\n\t\t// Return the newly-formed element set\n\t\treturn ret;\n\t},\n\n\t// Execute a callback for every element in the matched set.\n\t// (You can seed the arguments with an array of args, but this is\n\t// only used internally.)\n\teach: function( callback, args ) {\n\t\treturn jQuery.each( this, callback, args );\n\t},\n\n\tmap: function( callback ) {\n\t\treturn this.pushStack( jQuery.map(this, function( elem, i ) {\n\t\t\treturn callback.call( elem, i, elem );\n\t\t}));\n\t},\n\n\tslice: function() {\n\t\treturn this.pushStack( slice.apply( this, arguments ) );\n\t},\n\n\tfirst: function() {\n\t\treturn this.eq( 0 );\n\t},\n\n\tlast: function() {\n\t\treturn this.eq( -1 );\n\t},\n\n\teq: function( i ) {\n\t\tvar len = this.length,\n\t\t\tj = +i + ( i < 0 ? len : 0 );\n\t\treturn this.pushStack( j >= 0 && j < len ? [ this[j] ] : [] );\n\t},\n\n\tend: function() {\n\t\treturn this.prevObject || this.constructor(null);\n\t},\n\n\t// For internal use only.\n\t// Behaves like an Array's method, not like a jQuery method.\n\tpush: push,\n\tsort: arr.sort,\n\tsplice: arr.splice\n};\n\njQuery.extend = jQuery.fn.extend = function() {\n\tvar options, name, src, copy, copyIsArray, clone,\n\t\ttarget = arguments[0] || {},\n\t\ti = 1,\n\t\tlength = arguments.length,\n\t\tdeep = false;\n\n\t// Handle a deep copy situation\n\tif ( typeof target === \"boolean\" ) {\n\t\tdeep = target;\n\n\t\t// Skip the boolean and the target\n\t\ttarget = arguments[ i ] || {};\n\t\ti++;\n\t}\n\n\t// Handle case when target is a string or something (possible in deep copy)\n\tif ( typeof target !== \"object\" && !jQuery.isFunction(target) ) {\n\t\ttarget = {};\n\t}\n\n\t// Extend jQuery itself if only one argument is passed\n\tif ( i === length ) {\n\t\ttarget = this;\n\t\ti--;\n\t}\n\n\tfor ( ; i < length; i++ ) {\n\t\t// Only deal with non-null/undefined values\n\t\tif ( (options = arguments[ i ]) != null ) {\n\t\t\t// Extend the base object\n\t\t\tfor ( name in options ) {\n\t\t\t\tsrc = target[ name ];\n\t\t\t\tcopy = options[ name ];\n\n\t\t\t\t// Prevent never-ending loop\n\t\t\t\tif ( target === copy ) {\n\t\t\t\t\tcontinue;\n\t\t\t\t}\n\n\t\t\t\t// Recurse if we're merging plain objects or arrays\n\t\t\t\tif ( deep && copy && ( jQuery.isPlainObject(copy) || (copyIsArray = jQuery.isArray(copy)) ) ) {\n\t\t\t\t\tif ( copyIsArray ) {\n\t\t\t\t\t\tcopyIsArray = false;\n\t\t\t\t\t\tclone = src && jQuery.isArray(src) ? src : [];\n\n\t\t\t\t\t} else {\n\t\t\t\t\t\tclone = src && jQuery.isPlainObject(src) ? src : {};\n\t\t\t\t\t}\n\n\t\t\t\t\t// Never move original objects, clone them\n\t\t\t\t\ttarget[ name ] = jQuery.extend( deep, clone, copy );\n\n\t\t\t\t// Don't bring in undefined values\n\t\t\t\t} else if ( copy !== undefined ) {\n\t\t\t\t\ttarget[ name ] = copy;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n\n\t// Return the modified object\n\treturn target;\n};\n\njQuery.extend({\n\t// Unique for each copy of jQuery on the page\n\texpando: \"jQuery\" + ( version + Math.random() ).replace( /\\D/g, \"\" ),\n\n\t// Assume jQuery is ready without the ready module\n\tisReady: true,\n\n\terror: function( msg ) {\n\t\tthrow new Error( msg );\n\t},\n\n\tnoop: function() {},\n\n\tisFunction: function( obj ) {\n\t\treturn jQuery.type(obj) === \"function\";\n\t},\n\n\tisArray: Array.isArray,\n\n\tisWindow: function( obj ) {\n\t\treturn obj != null && obj === obj.window;\n\t},\n\n\tisNumeric: function( obj ) {\n\t\t// parseFloat NaNs numeric-cast false positives (null|true|false|\"\")\n\t\t// ...but misinterprets leading-number strings, particularly hex literals (\"0x...\")\n\t\t// subtraction forces infinities to NaN\n\t\t// adding 1 corrects loss of precision from parseFloat (#15100)\n\t\treturn !jQuery.isArray( obj ) && (obj - parseFloat( obj ) + 1) >= 0;\n\t},\n\n\tisPlainObject: function( obj ) {\n\t\t// Not plain objects:\n\t\t// - Any object or value whose internal [[Class]] property is not \"[object Object]\"\n\t\t// - DOM nodes\n\t\t// - window\n\t\tif ( jQuery.type( obj ) !== \"object\" || obj.nodeType || jQuery.isWindow( obj ) ) {\n\t\t\treturn false;\n\t\t}\n\n\t\tif ( obj.constructor &&\n\t\t\t\t!hasOwn.call( obj.constructor.prototype, \"isPrototypeOf\" ) ) {\n\t\t\treturn false;\n\t\t}\n\n\t\t// If the function hasn't returned already, we're confident that\n\t\t// |obj| is a plain object, created by {} or constructed with new Object\n\t\treturn true;\n\t},\n\n\tisEmptyObject: function( obj ) {\n\t\tvar name;\n\t\tfor ( name in obj ) {\n\t\t\treturn false;\n\t\t}\n\t\treturn true;\n\t},\n\n\ttype: function( obj ) {\n\t\tif ( obj == null ) {\n\t\t\treturn obj + \"\";\n\t\t}\n\t\t// Support: Android<4.0, iOS<6 (functionish RegExp)\n\t\treturn typeof obj === \"object\" || typeof obj === \"function\" ?\n\t\t\tclass2type[ toString.call(obj) ] || \"object\" :\n\t\t\ttypeof obj;\n\t},\n\n\t// Evaluates a script in a global context\n\tglobalEval: function( code ) {\n\t\tvar script,\n\t\t\tindirect = eval;\n\n\t\tcode = jQuery.trim( code );\n\n\t\tif ( code ) {\n\t\t\t// If the code includes a valid, prologue position\n\t\t\t// strict mode pragma, execute code by injecting a\n\t\t\t// script tag into the document.\n\t\t\tif ( code.indexOf(\"use strict\") === 1 ) {\n\t\t\t\tscript = document.createElement(\"script\");\n\t\t\t\tscript.text = code;\n\t\t\t\tdocument.head.appendChild( script ).parentNode.removeChild( script );\n\t\t\t} else {\n\t\t\t// Otherwise, avoid the DOM node creation, insertion\n\t\t\t// and removal by using an indirect global eval\n\t\t\t\tindirect( code );\n\t\t\t}\n\t\t}\n\t},\n\n\t// Convert dashed to camelCase; used by the css and data modules\n\t// Support: IE9-11+\n\t// Microsoft forgot to hump their vendor prefix (#9572)\n\tcamelCase: function( string ) {\n\t\treturn string.replace( rmsPrefix, \"ms-\" ).replace( rdashAlpha, fcamelCase );\n\t},\n\n\tnodeName: function( elem, name ) {\n\t\treturn elem.nodeName && elem.nodeName.toLowerCase() === name.toLowerCase();\n\t},\n\n\t// args is for internal usage only\n\teach: function( obj, callback, args ) {\n\t\tvar value,\n\t\t\ti = 0,\n\t\t\tlength = obj.length,\n\t\t\tisArray = isArraylike( obj );\n\n\t\tif ( args ) {\n\t\t\tif ( isArray ) {\n\t\t\t\tfor ( ; i < length; i++ ) {\n\t\t\t\t\tvalue = callback.apply( obj[ i ], args );\n\n\t\t\t\t\tif ( value === false ) {\n\t\t\t\t\t\tbreak;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t} else {\n\t\t\t\tfor ( i in obj ) {\n\t\t\t\t\tvalue = callback.apply( obj[ i ], args );\n\n\t\t\t\t\tif ( value === false ) {\n\t\t\t\t\t\tbreak;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\n\t\t// A special, fast, case for the most common use of each\n\t\t} else {\n\t\t\tif ( isArray ) {\n\t\t\t\tfor ( ; i < length; i++ ) {\n\t\t\t\t\tvalue = callback.call( obj[ i ], i, obj[ i ] );\n\n\t\t\t\t\tif ( value === false ) {\n\t\t\t\t\t\tbreak;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t} else {\n\t\t\t\tfor ( i in obj ) {\n\t\t\t\t\tvalue = callback.call( obj[ i ], i, obj[ i ] );\n\n\t\t\t\t\tif ( value === false ) {\n\t\t\t\t\t\tbreak;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\treturn obj;\n\t},\n\n\t// Support: Android<4.1\n\ttrim: function( text ) {\n\t\treturn text == null ?\n\t\t\t\"\" :\n\t\t\t( text + \"\" ).replace( rtrim, \"\" );\n\t},\n\n\t// results is for internal usage only\n\tmakeArray: function( arr, results ) {\n\t\tvar ret = results || [];\n\n\t\tif ( arr != null ) {\n\t\t\tif ( isArraylike( Object(arr) ) ) {\n\t\t\t\tjQuery.merge( ret,\n\t\t\t\t\ttypeof arr === \"string\" ?\n\t\t\t\t\t[ arr ] : arr\n\t\t\t\t);\n\t\t\t} else {\n\t\t\t\tpush.call( ret, arr );\n\t\t\t}\n\t\t}\n\n\t\treturn ret;\n\t},\n\n\tinArray: function( elem, arr, i ) {\n\t\treturn arr == null ? -1 : indexOf.call( arr, elem, i );\n\t},\n\n\tmerge: function( first, second ) {\n\t\tvar len = +second.length,\n\t\t\tj = 0,\n\t\t\ti = first.length;\n\n\t\tfor ( ; j < len; j++ ) {\n\t\t\tfirst[ i++ ] = second[ j ];\n\t\t}\n\n\t\tfirst.length = i;\n\n\t\treturn first;\n\t},\n\n\tgrep: function( elems, callback, invert ) {\n\t\tvar callbackInverse,\n\t\t\tmatches = [],\n\t\t\ti = 0,\n\t\t\tlength = elems.length,\n\t\t\tcallbackExpect = !invert;\n\n\t\t// Go through the array, only saving the items\n\t\t// that pass the validator function\n\t\tfor ( ; i < length; i++ ) {\n\t\t\tcallbackInverse = !callback( elems[ i ], i );\n\t\t\tif ( callbackInverse !== callbackExpect ) {\n\t\t\t\tmatches.push( elems[ i ] );\n\t\t\t}\n\t\t}\n\n\t\treturn matches;\n\t},\n\n\t// arg is for internal usage only\n\tmap: function( elems, callback, arg ) {\n\t\tvar value,\n\t\t\ti = 0,\n\t\t\tlength = elems.length,\n\t\t\tisArray = isArraylike( elems ),\n\t\t\tret = [];\n\n\t\t// Go through the array, translating each of the items to their new values\n\t\tif ( isArray ) {\n\t\t\tfor ( ; i < length; i++ ) {\n\t\t\t\tvalue = callback( elems[ i ], i, arg );\n\n\t\t\t\tif ( value != null ) {\n\t\t\t\t\tret.push( value );\n\t\t\t\t}\n\t\t\t}\n\n\t\t// Go through every key on the object,\n\t\t} else {\n\t\t\tfor ( i in elems ) {\n\t\t\t\tvalue = callback( elems[ i ], i, arg );\n\n\t\t\t\tif ( value != null ) {\n\t\t\t\t\tret.push( value );\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\t// Flatten any nested arrays\n\t\treturn concat.apply( [], ret );\n\t},\n\n\t// A global GUID counter for objects\n\tguid: 1,\n\n\t// Bind a function to a context, optionally partially applying any\n\t// arguments.\n\tproxy: function( fn, context ) {\n\t\tvar tmp, args, proxy;\n\n\t\tif ( typeof context === \"string\" ) {\n\t\t\ttmp = fn[ context ];\n\t\t\tcontext = fn;\n\t\t\tfn = tmp;\n\t\t}\n\n\t\t// Quick check to determine if target is callable, in the spec\n\t\t// this throws a TypeError, but we will just return undefined.\n\t\tif ( !jQuery.isFunction( fn ) ) {\n\t\t\treturn undefined;\n\t\t}\n\n\t\t// Simulated bind\n\t\targs = slice.call( arguments, 2 );\n\t\tproxy = function() {\n\t\t\treturn fn.apply( context || this, args.concat( slice.call( arguments ) ) );\n\t\t};\n\n\t\t// Set the guid of unique handler to the same of original handler, so it can be removed\n\t\tproxy.guid = fn.guid = fn.guid || jQuery.guid++;\n\n\t\treturn proxy;\n\t},\n\n\tnow: Date.now,\n\n\t// jQuery.support is not used in Core but other projects attach their\n\t// properties to it so it needs to exist.\n\tsupport: support\n});\n\n// Populate the class2type map\njQuery.each(\"Boolean Number String Function Array Date RegExp Object Error\".split(\" \"), function(i, name) {\n\tclass2type[ \"[object \" + name + \"]\" ] = name.toLowerCase();\n});\n\nfunction isArraylike( obj ) {\n\n\t// Support: iOS 8.2 (not reproducible in simulator)\n\t// `in` check used to prevent JIT error (gh-2145)\n\t// hasOwn isn't used here due to false negatives\n\t// regarding Nodelist length in IE\n\tvar length = \"length\" in obj && obj.length,\n\t\ttype = jQuery.type( obj );\n\n\tif ( type === \"function\" || jQuery.isWindow( obj ) ) {\n\t\treturn false;\n\t}\n\n\tif ( obj.nodeType === 1 && length ) {\n\t\treturn true;\n\t}\n\n\treturn type === \"array\" || length === 0 ||\n\t\ttypeof length === \"number\" && length > 0 && ( length - 1 ) in obj;\n}\nvar Sizzle =\n/*!\n * Sizzle CSS Selector Engine v2.2.0-pre\n * http://sizzlejs.com/\n *\n * Copyright 2008, 2014 jQuery Foundation, Inc. and other contributors\n * Released under the MIT license\n * http://jquery.org/license\n *\n * Date: 2014-12-16\n */\n(function( window ) {\n\nvar i,\n\tsupport,\n\tExpr,\n\tgetText,\n\tisXML,\n\ttokenize,\n\tcompile,\n\tselect,\n\toutermostContext,\n\tsortInput,\n\thasDuplicate,\n\n\t// Local document vars\n\tsetDocument,\n\tdocument,\n\tdocElem,\n\tdocumentIsHTML,\n\trbuggyQSA,\n\trbuggyMatches,\n\tmatches,\n\tcontains,\n\n\t// Instance-specific data\n\texpando = \"sizzle\" + 1 * new Date(),\n\tpreferredDoc = window.document,\n\tdirruns = 0,\n\tdone = 0,\n\tclassCache = createCache(),\n\ttokenCache = createCache(),\n\tcompilerCache = createCache(),\n\tsortOrder = function( a, b ) {\n\t\tif ( a === b ) {\n\t\t\thasDuplicate = true;\n\t\t}\n\t\treturn 0;\n\t},\n\n\t// General-purpose constants\n\tMAX_NEGATIVE = 1 << 31,\n\n\t// Instance methods\n\thasOwn = ({}).hasOwnProperty,\n\tarr = [],\n\tpop = arr.pop,\n\tpush_native = arr.push,\n\tpush = arr.push,\n\tslice = arr.slice,\n\t// Use a stripped-down indexOf as it's faster than native\n\t// http://jsperf.com/thor-indexof-vs-for/5\n\tindexOf = function( list, elem ) {\n\t\tvar i = 0,\n\t\t\tlen = list.length;\n\t\tfor ( ; i < len; i++ ) {\n\t\t\tif ( list[i] === elem ) {\n\t\t\t\treturn i;\n\t\t\t}\n\t\t}\n\t\treturn -1;\n\t},\n\n\tbooleans = \"checked|selected|async|autofocus|autoplay|controls|defer|disabled|hidden|ismap|loop|multiple|open|readonly|required|scoped\",\n\n\t// Regular expressions\n\n\t// Whitespace characters http://www.w3.org/TR/css3-selectors/#whitespace\n\twhitespace = \"[\\\\x20\\\\t\\\\r\\\\n\\\\f]\",\n\t// http://www.w3.org/TR/css3-syntax/#characters\n\tcharacterEncoding = \"(?:\\\\\\\\.|[\\\\w-]|[^\\\\x00-\\\\xa0])+\",\n\n\t// Loosely modeled on CSS identifier characters\n\t// An unquoted value should be a CSS identifier http://www.w3.org/TR/css3-selectors/#attribute-selectors\n\t// Proper syntax: http://www.w3.org/TR/CSS21/syndata.html#value-def-identifier\n\tidentifier = characterEncoding.replace( \"w\", \"w#\" ),\n\n\t// Attribute selectors: http://www.w3.org/TR/selectors/#attribute-selectors\n\tattributes = \"\\\\[\" + whitespace + \"*(\" + characterEncoding + \")(?:\" + whitespace +\n\t\t// Operator (capture 2)\n\t\t\"*([*^$|!~]?=)\" + whitespace +\n\t\t// \"Attribute values must be CSS identifiers [capture 5] or strings [capture 3 or capture 4]\"\n\t\t\"*(?:'((?:\\\\\\\\.|[^\\\\\\\\'])*)'|\\\"((?:\\\\\\\\.|[^\\\\\\\\\\\"])*)\\\"|(\" + identifier + \"))|)\" + whitespace +\n\t\t\"*\\\\]\",\n\n\tpseudos = \":(\" + characterEncoding + \")(?:\\\\((\" +\n\t\t// To reduce the number of selectors needing tokenize in the preFilter, prefer arguments:\n\t\t// 1. quoted (capture 3; capture 4 or capture 5)\n\t\t\"('((?:\\\\\\\\.|[^\\\\\\\\'])*)'|\\\"((?:\\\\\\\\.|[^\\\\\\\\\\\"])*)\\\")|\" +\n\t\t// 2. simple (capture 6)\n\t\t\"((?:\\\\\\\\.|[^\\\\\\\\()[\\\\]]|\" + attributes + \")*)|\" +\n\t\t// 3. anything else (capture 2)\n\t\t\".*\" +\n\t\t\")\\\\)|)\",\n\n\t// Leading and non-escaped trailing whitespace, capturing some non-whitespace characters preceding the latter\n\trwhitespace = new RegExp( whitespace + \"+\", \"g\" ),\n\trtrim = new RegExp( \"^\" + whitespace + \"+|((?:^|[^\\\\\\\\])(?:\\\\\\\\.)*)\" + whitespace + \"+$\", \"g\" ),\n\n\trcomma = new RegExp( \"^\" + whitespace + \"*,\" + whitespace + \"*\" ),\n\trcombinators = new RegExp( \"^\" + whitespace + \"*([>+~]|\" + whitespace + \")\" + whitespace + \"*\" ),\n\n\trattributeQuotes = new RegExp( \"=\" + whitespace + \"*([^\\\\]'\\\"]*?)\" + whitespace + \"*\\\\]\", \"g\" ),\n\n\trpseudo = new RegExp( pseudos ),\n\tridentifier = new RegExp( \"^\" + identifier + \"$\" ),\n\n\tmatchExpr = {\n\t\t\"ID\": new RegExp( \"^#(\" + characterEncoding + \")\" ),\n\t\t\"CLASS\": new RegExp( \"^\\\\.(\" + characterEncoding + \")\" ),\n\t\t\"TAG\": new RegExp( \"^(\" + characterEncoding.replace( \"w\", \"w*\" ) + \")\" ),\n\t\t\"ATTR\": new RegExp( \"^\" + attributes ),\n\t\t\"PSEUDO\": new RegExp( \"^\" + pseudos ),\n\t\t\"CHILD\": new RegExp( \"^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\\\(\" + whitespace +\n\t\t\t\"*(even|odd|(([+-]|)(\\\\d*)n|)\" + whitespace + \"*(?:([+-]|)\" + whitespace +\n\t\t\t\"*(\\\\d+)|))\" + whitespace + \"*\\\\)|)\", \"i\" ),\n\t\t\"bool\": new RegExp( \"^(?:\" + booleans + \")$\", \"i\" ),\n\t\t// For use in libraries implementing .is()\n\t\t// We use this for POS matching in `select`\n\t\t\"needsContext\": new RegExp( \"^\" + whitespace + \"*[>+~]|:(even|odd|eq|gt|lt|nth|first|last)(?:\\\\(\" +\n\t\t\twhitespace + \"*((?:-\\\\d)?\\\\d*)\" + whitespace + \"*\\\\)|)(?=[^-]|$)\", \"i\" )\n\t},\n\n\trinputs = /^(?:input|select|textarea|button)$/i,\n\trheader = /^h\\d$/i,\n\n\trnative = /^[^{]+\\{\\s*\\[native \\w/,\n\n\t// Easily-parseable/retrievable ID or TAG or CLASS selectors\n\trquickExpr = /^(?:#([\\w-]+)|(\\w+)|\\.([\\w-]+))$/,\n\n\trsibling = /[+~]/,\n\trescape = /'|\\\\/g,\n\n\t// CSS escapes http://www.w3.org/TR/CSS21/syndata.html#escaped-characters\n\trunescape = new RegExp( \"\\\\\\\\([\\\\da-f]{1,6}\" + whitespace + \"?|(\" + whitespace + \")|.)\", \"ig\" ),\n\tfunescape = function( _, escaped, escapedWhitespace ) {\n\t\tvar high = \"0x\" + escaped - 0x10000;\n\t\t// NaN means non-codepoint\n\t\t// Support: Firefox<24\n\t\t// Workaround erroneous numeric interpretation of +\"0x\"\n\t\treturn high !== high || escapedWhitespace ?\n\t\t\tescaped :\n\t\t\thigh < 0 ?\n\t\t\t\t// BMP codepoint\n\t\t\t\tString.fromCharCode( high + 0x10000 ) :\n\t\t\t\t// Supplemental Plane codepoint (surrogate pair)\n\t\t\t\tString.fromCharCode( high >> 10 | 0xD800, high & 0x3FF | 0xDC00 );\n\t},\n\n\t// Used for iframes\n\t// See setDocument()\n\t// Removing the function wrapper causes a \"Permission Denied\"\n\t// error in IE\n\tunloadHandler = function() {\n\t\tsetDocument();\n\t};\n\n// Optimize for push.apply( _, NodeList )\ntry {\n\tpush.apply(\n\t\t(arr = slice.call( preferredDoc.childNodes )),\n\t\tpreferredDoc.childNodes\n\t);\n\t// Support: Android<4.0\n\t// Detect silently failing push.apply\n\tarr[ preferredDoc.childNodes.length ].nodeType;\n} catch ( e ) {\n\tpush = { apply: arr.length ?\n\n\t\t// Leverage slice if possible\n\t\tfunction( target, els ) {\n\t\t\tpush_native.apply( target, slice.call(els) );\n\t\t} :\n\n\t\t// Support: IE<9\n\t\t// Otherwise append directly\n\t\tfunction( target, els ) {\n\t\t\tvar j = target.length,\n\t\t\t\ti = 0;\n\t\t\t// Can't trust NodeList.length\n\t\t\twhile ( (target[j++] = els[i++]) ) {}\n\t\t\ttarget.length = j - 1;\n\t\t}\n\t};\n}\n\nfunction Sizzle( selector, context, results, seed ) {\n\tvar match, elem, m, nodeType,\n\t\t// QSA vars\n\t\ti, groups, old, nid, newContext, newSelector;\n\n\tif ( ( context ? context.ownerDocument || context : preferredDoc ) !== document ) {\n\t\tsetDocument( context );\n\t}\n\n\tcontext = context || document;\n\tresults = results || [];\n\tnodeType = context.nodeType;\n\n\tif ( typeof selector !== \"string\" || !selector ||\n\t\tnodeType !== 1 && nodeType !== 9 && nodeType !== 11 ) {\n\n\t\treturn results;\n\t}\n\n\tif ( !seed && documentIsHTML ) {\n\n\t\t// Try to shortcut find operations when possible (e.g., not under DocumentFragment)\n\t\tif ( nodeType !== 11 && (match = rquickExpr.exec( selector )) ) {\n\t\t\t// Speed-up: Sizzle(\"#ID\")\n\t\t\tif ( (m = match[1]) ) {\n\t\t\t\tif ( nodeType === 9 ) {\n\t\t\t\t\telem = context.getElementById( m );\n\t\t\t\t\t// Check parentNode to catch when Blackberry 4.6 returns\n\t\t\t\t\t// nodes that are no longer in the document (jQuery #6963)\n\t\t\t\t\tif ( elem && elem.parentNode ) {\n\t\t\t\t\t\t// Handle the case where IE, Opera, and Webkit return items\n\t\t\t\t\t\t// by name instead of ID\n\t\t\t\t\t\tif ( elem.id === m ) {\n\t\t\t\t\t\t\tresults.push( elem );\n\t\t\t\t\t\t\treturn results;\n\t\t\t\t\t\t}\n\t\t\t\t\t} else {\n\t\t\t\t\t\treturn results;\n\t\t\t\t\t}\n\t\t\t\t} else {\n\t\t\t\t\t// Context is not a document\n\t\t\t\t\tif ( context.ownerDocument && (elem = context.ownerDocument.getElementById( m )) &&\n\t\t\t\t\t\tcontains( context, elem ) && elem.id === m ) {\n\t\t\t\t\t\tresults.push( elem );\n\t\t\t\t\t\treturn results;\n\t\t\t\t\t}\n\t\t\t\t}\n\n\t\t\t// Speed-up: Sizzle(\"TAG\")\n\t\t\t} else if ( match[2] ) {\n\t\t\t\tpush.apply( results, context.getElementsByTagName( selector ) );\n\t\t\t\treturn results;\n\n\t\t\t// Speed-up: Sizzle(\".CLASS\")\n\t\t\t} else if ( (m = match[3]) && support.getElementsByClassName ) {\n\t\t\t\tpush.apply( results, context.getElementsByClassName( m ) );\n\t\t\t\treturn results;\n\t\t\t}\n\t\t}\n\n\t\t// QSA path\n\t\tif ( support.qsa && (!rbuggyQSA || !rbuggyQSA.test( selector )) ) {\n\t\t\tnid = old = expando;\n\t\t\tnewContext = context;\n\t\t\tnewSelector = nodeType !== 1 && selector;\n\n\t\t\t// qSA works strangely on Element-rooted queries\n\t\t\t// We can work around this by specifying an extra ID on the root\n\t\t\t// and working up from there (Thanks to Andrew Dupont for the technique)\n\t\t\t// IE 8 doesn't work on object elements\n\t\t\tif ( nodeType === 1 && context.nodeName.toLowerCase() !== \"object\" ) {\n\t\t\t\tgroups = tokenize( selector );\n\n\t\t\t\tif ( (old = context.getAttribute(\"id\")) ) {\n\t\t\t\t\tnid = old.replace( rescape, \"\\\\$&\" );\n\t\t\t\t} else {\n\t\t\t\t\tcontext.setAttribute( \"id\", nid );\n\t\t\t\t}\n\t\t\t\tnid = \"[id='\" + nid + \"'] \";\n\n\t\t\t\ti = groups.length;\n\t\t\t\twhile ( i-- ) {\n\t\t\t\t\tgroups[i] = nid + toSelector( groups[i] );\n\t\t\t\t}\n\t\t\t\tnewContext = rsibling.test( selector ) && testContext( context.parentNode ) || context;\n\t\t\t\tnewSelector = groups.join(\",\");\n\t\t\t}\n\n\t\t\tif ( newSelector ) {\n\t\t\t\ttry {\n\t\t\t\t\tpush.apply( results,\n\t\t\t\t\t\tnewContext.querySelectorAll( newSelector )\n\t\t\t\t\t);\n\t\t\t\t\treturn results;\n\t\t\t\t} catch(qsaError) {\n\t\t\t\t} finally {\n\t\t\t\t\tif ( !old ) {\n\t\t\t\t\t\tcontext.removeAttribute(\"id\");\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n\n\t// All others\n\treturn select( selector.replace( rtrim, \"$1\" ), context, results, seed );\n}\n\n/**\n * Create key-value caches of limited size\n * @returns {Function(string, Object)} Returns the Object data after storing it on itself with\n *\tproperty name the (space-suffixed) string and (if the cache is larger than Expr.cacheLength)\n *\tdeleting the oldest entry\n */\nfunction createCache() {\n\tvar keys = [];\n\n\tfunction cache( key, value ) {\n\t\t// Use (key + \" \") to avoid collision with native prototype properties (see Issue #157)\n\t\tif ( keys.push( key + \" \" ) > Expr.cacheLength ) {\n\t\t\t// Only keep the most recent entries\n\t\t\tdelete cache[ keys.shift() ];\n\t\t}\n\t\treturn (cache[ key + \" \" ] = value);\n\t}\n\treturn cache;\n}\n\n/**\n * Mark a function for special use by Sizzle\n * @param {Function} fn The function to mark\n */\nfunction markFunction( fn ) {\n\tfn[ expando ] = true;\n\treturn fn;\n}\n\n/**\n * Support testing using an element\n * @param {Function} fn Passed the created div and expects a boolean result\n */\nfunction assert( fn ) {\n\tvar div = document.createElement(\"div\");\n\n\ttry {\n\t\treturn !!fn( div );\n\t} catch (e) {\n\t\treturn false;\n\t} finally {\n\t\t// Remove from its parent by default\n\t\tif ( div.parentNode ) {\n\t\t\tdiv.parentNode.removeChild( div );\n\t\t}\n\t\t// release memory in IE\n\t\tdiv = null;\n\t}\n}\n\n/**\n * Adds the same handler for all of the specified attrs\n * @param {String} attrs Pipe-separated list of attributes\n * @param {Function} handler The method that will be applied\n */\nfunction addHandle( attrs, handler ) {\n\tvar arr = attrs.split(\"|\"),\n\t\ti = attrs.length;\n\n\twhile ( i-- ) {\n\t\tExpr.attrHandle[ arr[i] ] = handler;\n\t}\n}\n\n/**\n * Checks document order of two siblings\n * @param {Element} a\n * @param {Element} b\n * @returns {Number} Returns less than 0 if a precedes b, greater than 0 if a follows b\n */\nfunction siblingCheck( a, b ) {\n\tvar cur = b && a,\n\t\tdiff = cur && a.nodeType === 1 && b.nodeType === 1 &&\n\t\t\t( ~b.sourceIndex || MAX_NEGATIVE ) -\n\t\t\t( ~a.sourceIndex || MAX_NEGATIVE );\n\n\t// Use IE sourceIndex if available on both nodes\n\tif ( diff ) {\n\t\treturn diff;\n\t}\n\n\t// Check if b follows a\n\tif ( cur ) {\n\t\twhile ( (cur = cur.nextSibling) ) {\n\t\t\tif ( cur === b ) {\n\t\t\t\treturn -1;\n\t\t\t}\n\t\t}\n\t}\n\n\treturn a ? 1 : -1;\n}\n\n/**\n * Returns a function to use in pseudos for input types\n * @param {String} type\n */\nfunction createInputPseudo( type ) {\n\treturn function( elem ) {\n\t\tvar name = elem.nodeName.toLowerCase();\n\t\treturn name === \"input\" && elem.type === type;\n\t};\n}\n\n/**\n * Returns a function to use in pseudos for buttons\n * @param {String} type\n */\nfunction createButtonPseudo( type ) {\n\treturn function( elem ) {\n\t\tvar name = elem.nodeName.toLowerCase();\n\t\treturn (name === \"input\" || name === \"button\") && elem.type === type;\n\t};\n}\n\n/**\n * Returns a function to use in pseudos for positionals\n * @param {Function} fn\n */\nfunction createPositionalPseudo( fn ) {\n\treturn markFunction(function( argument ) {\n\t\targument = +argument;\n\t\treturn markFunction(function( seed, matches ) {\n\t\t\tvar j,\n\t\t\t\tmatchIndexes = fn( [], seed.length, argument ),\n\t\t\t\ti = matchIndexes.length;\n\n\t\t\t// Match elements found at the specified indexes\n\t\t\twhile ( i-- ) {\n\t\t\t\tif ( seed[ (j = matchIndexes[i]) ] ) {\n\t\t\t\t\tseed[j] = !(matches[j] = seed[j]);\n\t\t\t\t}\n\t\t\t}\n\t\t});\n\t});\n}\n\n/**\n * Checks a node for validity as a Sizzle context\n * @param {Element|Object=} context\n * @returns {Element|Object|Boolean} The input node if acceptable, otherwise a falsy value\n */\nfunction testContext( context ) {\n\treturn context && typeof context.getElementsByTagName !== \"undefined\" && context;\n}\n\n// Expose support vars for convenience\nsupport = Sizzle.support = {};\n\n/**\n * Detects XML nodes\n * @param {Element|Object} elem An element or a document\n * @returns {Boolean} True iff elem is a non-HTML XML node\n */\nisXML = Sizzle.isXML = function( elem ) {\n\t// documentElement is verified for cases where it doesn't yet exist\n\t// (such as loading iframes in IE - #4833)\n\tvar documentElement = elem && (elem.ownerDocument || elem).documentElement;\n\treturn documentElement ? documentElement.nodeName !== \"HTML\" : false;\n};\n\n/**\n * Sets document-related variables once based on the current document\n * @param {Element|Object} [doc] An element or document object to use to set the document\n * @returns {Object} Returns the current document\n */\nsetDocument = Sizzle.setDocument = function( node ) {\n\tvar hasCompare, parent,\n\t\tdoc = node ? node.ownerDocument || node : preferredDoc;\n\n\t// If no document and documentElement is available, return\n\tif ( doc === document || doc.nodeType !== 9 || !doc.documentElement ) {\n\t\treturn document;\n\t}\n\n\t// Set our document\n\tdocument = doc;\n\tdocElem = doc.documentElement;\n\tparent = doc.defaultView;\n\n\t// Support: IE>8\n\t// If iframe document is assigned to \"document\" variable and if iframe has been reloaded,\n\t// IE will throw \"permission denied\" error when accessing \"document\" variable, see jQuery #13936\n\t// IE6-8 do not support the defaultView property so parent will be undefined\n\tif ( parent && parent !== parent.top ) {\n\t\t// IE11 does not have attachEvent, so all must suffer\n\t\tif ( parent.addEventListener ) {\n\t\t\tparent.addEventListener( \"unload\", unloadHandler, false );\n\t\t} else if ( parent.attachEvent ) {\n\t\t\tparent.attachEvent( \"onunload\", unloadHandler );\n\t\t}\n\t}\n\n\t/* Support tests\n\t---------------------------------------------------------------------- */\n\tdocumentIsHTML = !isXML( doc );\n\n\t/* Attributes\n\t---------------------------------------------------------------------- */\n\n\t// Support: IE<8\n\t// Verify that getAttribute really returns attributes and not properties\n\t// (excepting IE8 booleans)\n\tsupport.attributes = assert(function( div ) {\n\t\tdiv.className = \"i\";\n\t\treturn !div.getAttribute(\"className\");\n\t});\n\n\t/* getElement(s)By*\n\t---------------------------------------------------------------------- */\n\n\t// Check if getElementsByTagName(\"*\") returns only elements\n\tsupport.getElementsByTagName = assert(function( div ) {\n\t\tdiv.appendChild( doc.createComment(\"\") );\n\t\treturn !div.getElementsByTagName(\"*\").length;\n\t});\n\n\t// Support: IE<9\n\tsupport.getElementsByClassName = rnative.test( doc.getElementsByClassName );\n\n\t// Support: IE<10\n\t// Check if getElementById returns elements by name\n\t// The broken getElementById methods don't pick up programatically-set names,\n\t// so use a roundabout getElementsByName test\n\tsupport.getById = assert(function( div ) {\n\t\tdocElem.appendChild( div ).id = expando;\n\t\treturn !doc.getElementsByName || !doc.getElementsByName( expando ).length;\n\t});\n\n\t// ID find and filter\n\tif ( support.getById ) {\n\t\tExpr.find[\"ID\"] = function( id, context ) {\n\t\t\tif ( typeof context.getElementById !== \"undefined\" && documentIsHTML ) {\n\t\t\t\tvar m = context.getElementById( id );\n\t\t\t\t// Check parentNode to catch when Blackberry 4.6 returns\n\t\t\t\t// nodes that are no longer in the document #6963\n\t\t\t\treturn m && m.parentNode ? [ m ] : [];\n\t\t\t}\n\t\t};\n\t\tExpr.filter[\"ID\"] = function( id ) {\n\t\t\tvar attrId = id.replace( runescape, funescape );\n\t\t\treturn function( elem ) {\n\t\t\t\treturn elem.getAttribute(\"id\") === attrId;\n\t\t\t};\n\t\t};\n\t} else {\n\t\t// Support: IE6/7\n\t\t// getElementById is not reliable as a find shortcut\n\t\tdelete Expr.find[\"ID\"];\n\n\t\tExpr.filter[\"ID\"] = function( id ) {\n\t\t\tvar attrId = id.replace( runescape, funescape );\n\t\t\treturn function( elem ) {\n\t\t\t\tvar node = typeof elem.getAttributeNode !== \"undefined\" && elem.getAttributeNode(\"id\");\n\t\t\t\treturn node && node.value === attrId;\n\t\t\t};\n\t\t};\n\t}\n\n\t// Tag\n\tExpr.find[\"TAG\"] = support.getElementsByTagName ?\n\t\tfunction( tag, context ) {\n\t\t\tif ( typeof context.getElementsByTagName !== \"undefined\" ) {\n\t\t\t\treturn context.getElementsByTagName( tag );\n\n\t\t\t// DocumentFragment nodes don't have gEBTN\n\t\t\t} else if ( support.qsa ) {\n\t\t\t\treturn context.querySelectorAll( tag );\n\t\t\t}\n\t\t} :\n\n\t\tfunction( tag, context ) {\n\t\t\tvar elem,\n\t\t\t\ttmp = [],\n\t\t\t\ti = 0,\n\t\t\t\t// By happy coincidence, a (broken) gEBTN appears on DocumentFragment nodes too\n\t\t\t\tresults = context.getElementsByTagName( tag );\n\n\t\t\t// Filter out possible comments\n\t\t\tif ( tag === \"*\" ) {\n\t\t\t\twhile ( (elem = results[i++]) ) {\n\t\t\t\t\tif ( elem.nodeType === 1 ) {\n\t\t\t\t\t\ttmp.push( elem );\n\t\t\t\t\t}\n\t\t\t\t}\n\n\t\t\t\treturn tmp;\n\t\t\t}\n\t\t\treturn results;\n\t\t};\n\n\t// Class\n\tExpr.find[\"CLASS\"] = support.getElementsByClassName && function( className, context ) {\n\t\tif ( documentIsHTML ) {\n\t\t\treturn context.getElementsByClassName( className );\n\t\t}\n\t};\n\n\t/* QSA/matchesSelector\n\t---------------------------------------------------------------------- */\n\n\t// QSA and matchesSelector support\n\n\t// matchesSelector(:active) reports false when true (IE9/Opera 11.5)\n\trbuggyMatches = [];\n\n\t// qSa(:focus) reports false when true (Chrome 21)\n\t// We allow this because of a bug in IE8/9 that throws an error\n\t// whenever `document.activeElement` is accessed on an iframe\n\t// So, we allow :focus to pass through QSA all the time to avoid the IE error\n\t// See http://bugs.jquery.com/ticket/13378\n\trbuggyQSA = [];\n\n\tif ( (support.qsa = rnative.test( doc.querySelectorAll )) ) {\n\t\t// Build QSA regex\n\t\t// Regex strategy adopted from Diego Perini\n\t\tassert(function( div ) {\n\t\t\t// Select is set to empty string on purpose\n\t\t\t// This is to test IE's treatment of not explicitly\n\t\t\t// setting a boolean content attribute,\n\t\t\t// since its presence should be enough\n\t\t\t// http://bugs.jquery.com/ticket/12359\n\t\t\tdocElem.appendChild( div ).innerHTML = \"<a id='\" + expando + \"'></a>\" +\n\t\t\t\t\"<select id='\" + expando + \"-\\f]' msallowcapture=''>\" +\n\t\t\t\t\"<option selected=''></option></select>\";\n\n\t\t\t// Support: IE8, Opera 11-12.16\n\t\t\t// Nothing should be selected when empty strings follow ^= or $= or *=\n\t\t\t// The test attribute must be unknown in Opera but \"safe\" for WinRT\n\t\t\t// http://msdn.microsoft.com/en-us/library/ie/hh465388.aspx#attribute_section\n\t\t\tif ( div.querySelectorAll(\"[msallowcapture^='']\").length ) {\n\t\t\t\trbuggyQSA.push( \"[*^$]=\" + whitespace + \"*(?:''|\\\"\\\")\" );\n\t\t\t}\n\n\t\t\t// Support: IE8\n\t\t\t// Boolean attributes and \"value\" are not treated correctly\n\t\t\tif ( !div.querySelectorAll(\"[selected]\").length ) {\n\t\t\t\trbuggyQSA.push( \"\\\\[\" + whitespace + \"*(?:value|\" + booleans + \")\" );\n\t\t\t}\n\n\t\t\t// Support: Chrome<29, Android<4.2+, Safari<7.0+, iOS<7.0+, PhantomJS<1.9.7+\n\t\t\tif ( !div.querySelectorAll( \"[id~=\" + expando + \"-]\" ).length ) {\n\t\t\t\trbuggyQSA.push(\"~=\");\n\t\t\t}\n\n\t\t\t// Webkit/Opera - :checked should return selected option elements\n\t\t\t// http://www.w3.org/TR/2011/REC-css3-selectors-20110929/#checked\n\t\t\t// IE8 throws error here and will not see later tests\n\t\t\tif ( !div.querySelectorAll(\":checked\").length ) {\n\t\t\t\trbuggyQSA.push(\":checked\");\n\t\t\t}\n\n\t\t\t// Support: Safari 8+, iOS 8+\n\t\t\t// https://bugs.webkit.org/show_bug.cgi?id=136851\n\t\t\t// In-page `selector#id sibing-combinator selector` fails\n\t\t\tif ( !div.querySelectorAll( \"a#\" + expando + \"+*\" ).length ) {\n\t\t\t\trbuggyQSA.push(\".#.+[+~]\");\n\t\t\t}\n\t\t});\n\n\t\tassert(function( div ) {\n\t\t\t// Support: Windows 8 Native Apps\n\t\t\t// The type and name attributes are restricted during .innerHTML assignment\n\t\t\tvar input = doc.createElement(\"input\");\n\t\t\tinput.setAttribute( \"type\", \"hidden\" );\n\t\t\tdiv.appendChild( input ).setAttribute( \"name\", \"D\" );\n\n\t\t\t// Support: IE8\n\t\t\t// Enforce case-sensitivity of name attribute\n\t\t\tif ( div.querySelectorAll(\"[name=d]\").length ) {\n\t\t\t\trbuggyQSA.push( \"name\" + whitespace + \"*[*^$|!~]?=\" );\n\t\t\t}\n\n\t\t\t// FF 3.5 - :enabled/:disabled and hidden elements (hidden elements are still enabled)\n\t\t\t// IE8 throws error here and will not see later tests\n\t\t\tif ( !div.querySelectorAll(\":enabled\").length ) {\n\t\t\t\trbuggyQSA.push( \":enabled\", \":disabled\" );\n\t\t\t}\n\n\t\t\t// Opera 10-11 does not throw on post-comma invalid pseudos\n\t\t\tdiv.querySelectorAll(\"*,:x\");\n\t\t\trbuggyQSA.push(\",.*:\");\n\t\t});\n\t}\n\n\tif ( (support.matchesSelector = rnative.test( (matches = docElem.matches ||\n\t\tdocElem.webkitMatchesSelector ||\n\t\tdocElem.mozMatchesSelector ||\n\t\tdocElem.oMatchesSelector ||\n\t\tdocElem.msMatchesSelector) )) ) {\n\n\t\tassert(function( div ) {\n\t\t\t// Check to see if it's possible to do matchesSelector\n\t\t\t// on a disconnected node (IE 9)\n\t\t\tsupport.disconnectedMatch = matches.call( div, \"div\" );\n\n\t\t\t// This should fail with an exception\n\t\t\t// Gecko does not error, returns false instead\n\t\t\tmatches.call( div, \"[s!='']:x\" );\n\t\t\trbuggyMatches.push( \"!=\", pseudos );\n\t\t});\n\t}\n\n\trbuggyQSA = rbuggyQSA.length && new RegExp( rbuggyQSA.join(\"|\") );\n\trbuggyMatches = rbuggyMatches.length && new RegExp( rbuggyMatches.join(\"|\") );\n\n\t/* Contains\n\t---------------------------------------------------------------------- */\n\thasCompare = rnative.test( docElem.compareDocumentPosition );\n\n\t// Element contains another\n\t// Purposefully does not implement inclusive descendent\n\t// As in, an element does not contain itself\n\tcontains = hasCompare || rnative.test( docElem.contains ) ?\n\t\tfunction( a, b ) {\n\t\t\tvar adown = a.nodeType === 9 ? a.documentElement : a,\n\t\t\t\tbup = b && b.parentNode;\n\t\t\treturn a === bup || !!( bup && bup.nodeType === 1 && (\n\t\t\t\tadown.contains ?\n\t\t\t\t\tadown.contains( bup ) :\n\t\t\t\t\ta.compareDocumentPosition && a.compareDocumentPosition( bup ) & 16\n\t\t\t));\n\t\t} :\n\t\tfunction( a, b ) {\n\t\t\tif ( b ) {\n\t\t\t\twhile ( (b = b.parentNode) ) {\n\t\t\t\t\tif ( b === a ) {\n\t\t\t\t\t\treturn true;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t\treturn false;\n\t\t};\n\n\t/* Sorting\n\t---------------------------------------------------------------------- */\n\n\t// Document order sorting\n\tsortOrder = hasCompare ?\n\tfunction( a, b ) {\n\n\t\t// Flag for duplicate removal\n\t\tif ( a === b ) {\n\t\t\thasDuplicate = true;\n\t\t\treturn 0;\n\t\t}\n\n\t\t// Sort on method existence if only one input has compareDocumentPosition\n\t\tvar compare = !a.compareDocumentPosition - !b.compareDocumentPosition;\n\t\tif ( compare ) {\n\t\t\treturn compare;\n\t\t}\n\n\t\t// Calculate position if both inputs belong to the same document\n\t\tcompare = ( a.ownerDocument || a ) === ( b.ownerDocument || b ) ?\n\t\t\ta.compareDocumentPosition( b ) :\n\n\t\t\t// Otherwise we know they are disconnected\n\t\t\t1;\n\n\t\t// Disconnected nodes\n\t\tif ( compare & 1 ||\n\t\t\t(!support.sortDetached && b.compareDocumentPosition( a ) === compare) ) {\n\n\t\t\t// Choose the first element that is related to our preferred document\n\t\t\tif ( a === doc || a.ownerDocument === preferredDoc && contains(preferredDoc, a) ) {\n\t\t\t\treturn -1;\n\t\t\t}\n\t\t\tif ( b === doc || b.ownerDocument === preferredDoc && contains(preferredDoc, b) ) {\n\t\t\t\treturn 1;\n\t\t\t}\n\n\t\t\t// Maintain original order\n\t\t\treturn sortInput ?\n\t\t\t\t( indexOf( sortInput, a ) - indexOf( sortInput, b ) ) :\n\t\t\t\t0;\n\t\t}\n\n\t\treturn compare & 4 ? -1 : 1;\n\t} :\n\tfunction( a, b ) {\n\t\t// Exit early if the nodes are identical\n\t\tif ( a === b ) {\n\t\t\thasDuplicate = true;\n\t\t\treturn 0;\n\t\t}\n\n\t\tvar cur,\n\t\t\ti = 0,\n\t\t\taup = a.parentNode,\n\t\t\tbup = b.parentNode,\n\t\t\tap = [ a ],\n\t\t\tbp = [ b ];\n\n\t\t// Parentless nodes are either documents or disconnected\n\t\tif ( !aup || !bup ) {\n\t\t\treturn a === doc ? -1 :\n\t\t\t\tb === doc ? 1 :\n\t\t\t\taup ? -1 :\n\t\t\t\tbup ? 1 :\n\t\t\t\tsortInput ?\n\t\t\t\t( indexOf( sortInput, a ) - indexOf( sortInput, b ) ) :\n\t\t\t\t0;\n\n\t\t// If the nodes are siblings, we can do a quick check\n\t\t} else if ( aup === bup ) {\n\t\t\treturn siblingCheck( a, b );\n\t\t}\n\n\t\t// Otherwise we need full lists of their ancestors for comparison\n\t\tcur = a;\n\t\twhile ( (cur = cur.parentNode) ) {\n\t\t\tap.unshift( cur );\n\t\t}\n\t\tcur = b;\n\t\twhile ( (cur = cur.parentNode) ) {\n\t\t\tbp.unshift( cur );\n\t\t}\n\n\t\t// Walk down the tree looking for a discrepancy\n\t\twhile ( ap[i] === bp[i] ) {\n\t\t\ti++;\n\t\t}\n\n\t\treturn i ?\n\t\t\t// Do a sibling check if the nodes have a common ancestor\n\t\t\tsiblingCheck( ap[i], bp[i] ) :\n\n\t\t\t// Otherwise nodes in our document sort first\n\t\t\tap[i] === preferredDoc ? -1 :\n\t\t\tbp[i] === preferredDoc ? 1 :\n\t\t\t0;\n\t};\n\n\treturn doc;\n};\n\nSizzle.matches = function( expr, elements ) {\n\treturn Sizzle( expr, null, null, elements );\n};\n\nSizzle.matchesSelector = function( elem, expr ) {\n\t// Set document vars if needed\n\tif ( ( elem.ownerDocument || elem ) !== document ) {\n\t\tsetDocument( elem );\n\t}\n\n\t// Make sure that attribute selectors are quoted\n\texpr = expr.replace( rattributeQuotes, \"='$1']\" );\n\n\tif ( support.matchesSelector && documentIsHTML &&\n\t\t( !rbuggyMatches || !rbuggyMatches.test( expr ) ) &&\n\t\t( !rbuggyQSA || !rbuggyQSA.test( expr ) ) ) {\n\n\t\ttry {\n\t\t\tvar ret = matches.call( elem, expr );\n\n\t\t\t// IE 9's matchesSelector returns false on disconnected nodes\n\t\t\tif ( ret || support.disconnectedMatch ||\n\t\t\t\t\t// As well, disconnected nodes are said to be in a document\n\t\t\t\t\t// fragment in IE 9\n\t\t\t\t\telem.document && elem.document.nodeType !== 11 ) {\n\t\t\t\treturn ret;\n\t\t\t}\n\t\t} catch (e) {}\n\t}\n\n\treturn Sizzle( expr, document, null, [ elem ] ).length > 0;\n};\n\nSizzle.contains = function( context, elem ) {\n\t// Set document vars if needed\n\tif ( ( context.ownerDocument || context ) !== document ) {\n\t\tsetDocument( context );\n\t}\n\treturn contains( context, elem );\n};\n\nSizzle.attr = function( elem, name ) {\n\t// Set document vars if needed\n\tif ( ( elem.ownerDocument || elem ) !== document ) {\n\t\tsetDocument( elem );\n\t}\n\n\tvar fn = Expr.attrHandle[ name.toLowerCase() ],\n\t\t// Don't get fooled by Object.prototype properties (jQuery #13807)\n\t\tval = fn && hasOwn.call( Expr.attrHandle, name.toLowerCase() ) ?\n\t\t\tfn( elem, name, !documentIsHTML ) :\n\t\t\tundefined;\n\n\treturn val !== undefined ?\n\t\tval :\n\t\tsupport.attributes || !documentIsHTML ?\n\t\t\telem.getAttribute( name ) :\n\t\t\t(val = elem.getAttributeNode(name)) && val.specified ?\n\t\t\t\tval.value :\n\t\t\t\tnull;\n};\n\nSizzle.error = function( msg ) {\n\tthrow new Error( \"Syntax error, unrecognized expression: \" + msg );\n};\n\n/**\n * Document sorting and removing duplicates\n * @param {ArrayLike} results\n */\nSizzle.uniqueSort = function( results ) {\n\tvar elem,\n\t\tduplicates = [],\n\t\tj = 0,\n\t\ti = 0;\n\n\t// Unless we *know* we can detect duplicates, assume their presence\n\thasDuplicate = !support.detectDuplicates;\n\tsortInput = !support.sortStable && results.slice( 0 );\n\tresults.sort( sortOrder );\n\n\tif ( hasDuplicate ) {\n\t\twhile ( (elem = results[i++]) ) {\n\t\t\tif ( elem === results[ i ] ) {\n\t\t\t\tj = duplicates.push( i );\n\t\t\t}\n\t\t}\n\t\twhile ( j-- ) {\n\t\t\tresults.splice( duplicates[ j ], 1 );\n\t\t}\n\t}\n\n\t// Clear input after sorting to release objects\n\t// See https://github.com/jquery/sizzle/pull/225\n\tsortInput = null;\n\n\treturn results;\n};\n\n/**\n * Utility function for retrieving the text value of an array of DOM nodes\n * @param {Array|Element} elem\n */\ngetText = Sizzle.getText = function( elem ) {\n\tvar node,\n\t\tret = \"\",\n\t\ti = 0,\n\t\tnodeType = elem.nodeType;\n\n\tif ( !nodeType ) {\n\t\t// If no nodeType, this is expected to be an array\n\t\twhile ( (node = elem[i++]) ) {\n\t\t\t// Do not traverse comment nodes\n\t\t\tret += getText( node );\n\t\t}\n\t} else if ( nodeType === 1 || nodeType === 9 || nodeType === 11 ) {\n\t\t// Use textContent for elements\n\t\t// innerText usage removed for consistency of new lines (jQuery #11153)\n\t\tif ( typeof elem.textContent === \"string\" ) {\n\t\t\treturn elem.textContent;\n\t\t} else {\n\t\t\t// Traverse its children\n\t\t\tfor ( elem = elem.firstChild; elem; elem = elem.nextSibling ) {\n\t\t\t\tret += getText( elem );\n\t\t\t}\n\t\t}\n\t} else if ( nodeType === 3 || nodeType === 4 ) {\n\t\treturn elem.nodeValue;\n\t}\n\t// Do not include comment or processing instruction nodes\n\n\treturn ret;\n};\n\nExpr = Sizzle.selectors = {\n\n\t// Can be adjusted by the user\n\tcacheLength: 50,\n\n\tcreatePseudo: markFunction,\n\n\tmatch: matchExpr,\n\n\tattrHandle: {},\n\n\tfind: {},\n\n\trelative: {\n\t\t\">\": { dir: \"parentNode\", first: true },\n\t\t\" \": { dir: \"parentNode\" },\n\t\t\"+\": { dir: \"previousSibling\", first: true },\n\t\t\"~\": { dir: \"previousSibling\" }\n\t},\n\n\tpreFilter: {\n\t\t\"ATTR\": function( match ) {\n\t\t\tmatch[1] = match[1].replace( runescape, funescape );\n\n\t\t\t// Move the given value to match[3] whether quoted or unquoted\n\t\t\tmatch[3] = ( match[3] || match[4] || match[5] || \"\" ).replace( runescape, funescape );\n\n\t\t\tif ( match[2] === \"~=\" ) {\n\t\t\t\tmatch[3] = \" \" + match[3] + \" \";\n\t\t\t}\n\n\t\t\treturn match.slice( 0, 4 );\n\t\t},\n\n\t\t\"CHILD\": function( match ) {\n\t\t\t/* matches from matchExpr[\"CHILD\"]\n\t\t\t\t1 type (only|nth|...)\n\t\t\t\t2 what (child|of-type)\n\t\t\t\t3 argument (even|odd|\\d*|\\d*n([+-]\\d+)?|...)\n\t\t\t\t4 xn-component of xn+y argument ([+-]?\\d*n|)\n\t\t\t\t5 sign of xn-component\n\t\t\t\t6 x of xn-component\n\t\t\t\t7 sign of y-component\n\t\t\t\t8 y of y-component\n\t\t\t*/\n\t\t\tmatch[1] = match[1].toLowerCase();\n\n\t\t\tif ( match[1].slice( 0, 3 ) === \"nth\" ) {\n\t\t\t\t// nth-* requires argument\n\t\t\t\tif ( !match[3] ) {\n\t\t\t\t\tSizzle.error( match[0] );\n\t\t\t\t}\n\n\t\t\t\t// numeric x and y parameters for Expr.filter.CHILD\n\t\t\t\t// remember that false/true cast respectively to 0/1\n\t\t\t\tmatch[4] = +( match[4] ? match[5] + (match[6] || 1) : 2 * ( match[3] === \"even\" || match[3] === \"odd\" ) );\n\t\t\t\tmatch[5] = +( ( match[7] + match[8] ) || match[3] === \"odd\" );\n\n\t\t\t// other types prohibit arguments\n\t\t\t} else if ( match[3] ) {\n\t\t\t\tSizzle.error( match[0] );\n\t\t\t}\n\n\t\t\treturn match;\n\t\t},\n\n\t\t\"PSEUDO\": function( match ) {\n\t\t\tvar excess,\n\t\t\t\tunquoted = !match[6] && match[2];\n\n\t\t\tif ( matchExpr[\"CHILD\"].test( match[0] ) ) {\n\t\t\t\treturn null;\n\t\t\t}\n\n\t\t\t// Accept quoted arguments as-is\n\t\t\tif ( match[3] ) {\n\t\t\t\tmatch[2] = match[4] || match[5] || \"\";\n\n\t\t\t// Strip excess characters from unquoted arguments\n\t\t\t} else if ( unquoted && rpseudo.test( unquoted ) &&\n\t\t\t\t// Get excess from tokenize (recursively)\n\t\t\t\t(excess = tokenize( unquoted, true )) &&\n\t\t\t\t// advance to the next closing parenthesis\n\t\t\t\t(excess = unquoted.indexOf( \")\", unquoted.length - excess ) - unquoted.length) ) {\n\n\t\t\t\t// excess is a negative index\n\t\t\t\tmatch[0] = match[0].slice( 0, excess );\n\t\t\t\tmatch[2] = unquoted.slice( 0, excess );\n\t\t\t}\n\n\t\t\t// Return only captures needed by the pseudo filter method (type and argument)\n\t\t\treturn match.slice( 0, 3 );\n\t\t}\n\t},\n\n\tfilter: {\n\n\t\t\"TAG\": function( nodeNameSelector ) {\n\t\t\tvar nodeName = nodeNameSelector.replace( runescape, funescape ).toLowerCase();\n\t\t\treturn nodeNameSelector === \"*\" ?\n\t\t\t\tfunction() { return true; } :\n\t\t\t\tfunction( elem ) {\n\t\t\t\t\treturn elem.nodeName && elem.nodeName.toLowerCase() === nodeName;\n\t\t\t\t};\n\t\t},\n\n\t\t\"CLASS\": function( className ) {\n\t\t\tvar pattern = classCache[ className + \" \" ];\n\n\t\t\treturn pattern ||\n\t\t\t\t(pattern = new RegExp( \"(^|\" + whitespace + \")\" + className + \"(\" + whitespace + \"|$)\" )) &&\n\t\t\t\tclassCache( className, function( elem ) {\n\t\t\t\t\treturn pattern.test( typeof elem.className === \"string\" && elem.className || typeof elem.getAttribute !== \"undefined\" && elem.getAttribute(\"class\") || \"\" );\n\t\t\t\t});\n\t\t},\n\n\t\t\"ATTR\": function( name, operator, check ) {\n\t\t\treturn function( elem ) {\n\t\t\t\tvar result = Sizzle.attr( elem, name );\n\n\t\t\t\tif ( result == null ) {\n\t\t\t\t\treturn operator === \"!=\";\n\t\t\t\t}\n\t\t\t\tif ( !operator ) {\n\t\t\t\t\treturn true;\n\t\t\t\t}\n\n\t\t\t\tresult += \"\";\n\n\t\t\t\treturn operator === \"=\" ? result === check :\n\t\t\t\t\toperator === \"!=\" ? result !== check :\n\t\t\t\t\toperator === \"^=\" ? check && result.indexOf( check ) === 0 :\n\t\t\t\t\toperator === \"*=\" ? check && result.indexOf( check ) > -1 :\n\t\t\t\t\toperator === \"$=\" ? check && result.slice( -check.length ) === check :\n\t\t\t\t\toperator === \"~=\" ? ( \" \" + result.replace( rwhitespace, \" \" ) + \" \" ).indexOf( check ) > -1 :\n\t\t\t\t\toperator === \"|=\" ? result === check || result.slice( 0, check.length + 1 ) === check + \"-\" :\n\t\t\t\t\tfalse;\n\t\t\t};\n\t\t},\n\n\t\t\"CHILD\": function( type, what, argument, first, last ) {\n\t\t\tvar simple = type.slice( 0, 3 ) !== \"nth\",\n\t\t\t\tforward = type.slice( -4 ) !== \"last\",\n\t\t\t\tofType = what === \"of-type\";\n\n\t\t\treturn first === 1 && last === 0 ?\n\n\t\t\t\t// Shortcut for :nth-*(n)\n\t\t\t\tfunction( elem ) {\n\t\t\t\t\treturn !!elem.parentNode;\n\t\t\t\t} :\n\n\t\t\t\tfunction( elem, context, xml ) {\n\t\t\t\t\tvar cache, outerCache, node, diff, nodeIndex, start,\n\t\t\t\t\t\tdir = simple !== forward ? \"nextSibling\" : \"previousSibling\",\n\t\t\t\t\t\tparent = elem.parentNode,\n\t\t\t\t\t\tname = ofType && elem.nodeName.toLowerCase(),\n\t\t\t\t\t\tuseCache = !xml && !ofType;\n\n\t\t\t\t\tif ( parent ) {\n\n\t\t\t\t\t\t// :(first|last|only)-(child|of-type)\n\t\t\t\t\t\tif ( simple ) {\n\t\t\t\t\t\t\twhile ( dir ) {\n\t\t\t\t\t\t\t\tnode = elem;\n\t\t\t\t\t\t\t\twhile ( (node = node[ dir ]) ) {\n\t\t\t\t\t\t\t\t\tif ( ofType ? node.nodeName.toLowerCase() === name : node.nodeType === 1 ) {\n\t\t\t\t\t\t\t\t\t\treturn false;\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t// Reverse direction for :only-* (if we haven't yet done so)\n\t\t\t\t\t\t\t\tstart = dir = type === \"only\" && !start && \"nextSibling\";\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\treturn true;\n\t\t\t\t\t\t}\n\n\t\t\t\t\t\tstart = [ forward ? parent.firstChild : parent.lastChild ];\n\n\t\t\t\t\t\t// non-xml :nth-child(...) stores cache data on `parent`\n\t\t\t\t\t\tif ( forward && useCache ) {\n\t\t\t\t\t\t\t// Seek `elem` from a previously-cached index\n\t\t\t\t\t\t\touterCache = parent[ expando ] || (parent[ expando ] = {});\n\t\t\t\t\t\t\tcache = outerCache[ type ] || [];\n\t\t\t\t\t\t\tnodeIndex = cache[0] === dirruns && cache[1];\n\t\t\t\t\t\t\tdiff = cache[0] === dirruns && cache[2];\n\t\t\t\t\t\t\tnode = nodeIndex && parent.childNodes[ nodeIndex ];\n\n\t\t\t\t\t\t\twhile ( (node = ++nodeIndex && node && node[ dir ] ||\n\n\t\t\t\t\t\t\t\t// Fallback to seeking `elem` from the start\n\t\t\t\t\t\t\t\t(diff = nodeIndex = 0) || start.pop()) ) {\n\n\t\t\t\t\t\t\t\t// When found, cache indexes on `parent` and break\n\t\t\t\t\t\t\t\tif ( node.nodeType === 1 && ++diff && node === elem ) {\n\t\t\t\t\t\t\t\t\touterCache[ type ] = [ dirruns, nodeIndex, diff ];\n\t\t\t\t\t\t\t\t\tbreak;\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t}\n\n\t\t\t\t\t\t// Use previously-cached element index if available\n\t\t\t\t\t\t} else if ( useCache && (cache = (elem[ expando ] || (elem[ expando ] = {}))[ type ]) && cache[0] === dirruns ) {\n\t\t\t\t\t\t\tdiff = cache[1];\n\n\t\t\t\t\t\t// xml :nth-child(...) or :nth-last-child(...) or :nth(-last)?-of-type(...)\n\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t// Use the same loop as above to seek `elem` from the start\n\t\t\t\t\t\t\twhile ( (node = ++nodeIndex && node && node[ dir ] ||\n\t\t\t\t\t\t\t\t(diff = nodeIndex = 0) || start.pop()) ) {\n\n\t\t\t\t\t\t\t\tif ( ( ofType ? node.nodeName.toLowerCase() === name : node.nodeType === 1 ) && ++diff ) {\n\t\t\t\t\t\t\t\t\t// Cache the index of each encountered element\n\t\t\t\t\t\t\t\t\tif ( useCache ) {\n\t\t\t\t\t\t\t\t\t\t(node[ expando ] || (node[ expando ] = {}))[ type ] = [ dirruns, diff ];\n\t\t\t\t\t\t\t\t\t}\n\n\t\t\t\t\t\t\t\t\tif ( node === elem ) {\n\t\t\t\t\t\t\t\t\t\tbreak;\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\n\t\t\t\t\t\t// Incorporate the offset, then check against cycle size\n\t\t\t\t\t\tdiff -= last;\n\t\t\t\t\t\treturn diff === first || ( diff % first === 0 && diff / first >= 0 );\n\t\t\t\t\t}\n\t\t\t\t};\n\t\t},\n\n\t\t\"PSEUDO\": function( pseudo, argument ) {\n\t\t\t// pseudo-class names are case-insensitive\n\t\t\t// http://www.w3.org/TR/selectors/#pseudo-classes\n\t\t\t// Prioritize by case sensitivity in case custom pseudos are added with uppercase letters\n\t\t\t// Remember that setFilters inherits from pseudos\n\t\t\tvar args,\n\t\t\t\tfn = Expr.pseudos[ pseudo ] || Expr.setFilters[ pseudo.toLowerCase() ] ||\n\t\t\t\t\tSizzle.error( \"unsupported pseudo: \" + pseudo );\n\n\t\t\t// The user may use createPseudo to indicate that\n\t\t\t// arguments are needed to create the filter function\n\t\t\t// just as Sizzle does\n\t\t\tif ( fn[ expando ] ) {\n\t\t\t\treturn fn( argument );\n\t\t\t}\n\n\t\t\t// But maintain support for old signatures\n\t\t\tif ( fn.length > 1 ) {\n\t\t\t\targs = [ pseudo, pseudo, \"\", argument ];\n\t\t\t\treturn Expr.setFilters.hasOwnProperty( pseudo.toLowerCase() ) ?\n\t\t\t\t\tmarkFunction(function( seed, matches ) {\n\t\t\t\t\t\tvar idx,\n\t\t\t\t\t\t\tmatched = fn( seed, argument ),\n\t\t\t\t\t\t\ti = matched.length;\n\t\t\t\t\t\twhile ( i-- ) {\n\t\t\t\t\t\t\tidx = indexOf( seed, matched[i] );\n\t\t\t\t\t\t\tseed[ idx ] = !( matches[ idx ] = matched[i] );\n\t\t\t\t\t\t}\n\t\t\t\t\t}) :\n\t\t\t\t\tfunction( elem ) {\n\t\t\t\t\t\treturn fn( elem, 0, args );\n\t\t\t\t\t};\n\t\t\t}\n\n\t\t\treturn fn;\n\t\t}\n\t},\n\n\tpseudos: {\n\t\t// Potentially complex pseudos\n\t\t\"not\": markFunction(function( selector ) {\n\t\t\t// Trim the selector passed to compile\n\t\t\t// to avoid treating leading and trailing\n\t\t\t// spaces as combinators\n\t\t\tvar input = [],\n\t\t\t\tresults = [],\n\t\t\t\tmatcher = compile( selector.replace( rtrim, \"$1\" ) );\n\n\t\t\treturn matcher[ expando ] ?\n\t\t\t\tmarkFunction(function( seed, matches, context, xml ) {\n\t\t\t\t\tvar elem,\n\t\t\t\t\t\tunmatched = matcher( seed, null, xml, [] ),\n\t\t\t\t\t\ti = seed.length;\n\n\t\t\t\t\t// Match elements unmatched by `matcher`\n\t\t\t\t\twhile ( i-- ) {\n\t\t\t\t\t\tif ( (elem = unmatched[i]) ) {\n\t\t\t\t\t\t\tseed[i] = !(matches[i] = elem);\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}) :\n\t\t\t\tfunction( elem, context, xml ) {\n\t\t\t\t\tinput[0] = elem;\n\t\t\t\t\tmatcher( input, null, xml, results );\n\t\t\t\t\t// Don't keep the element (issue #299)\n\t\t\t\t\tinput[0] = null;\n\t\t\t\t\treturn !results.pop();\n\t\t\t\t};\n\t\t}),\n\n\t\t\"has\": markFunction(function( selector ) {\n\t\t\treturn function( elem ) {\n\t\t\t\treturn Sizzle( selector, elem ).length > 0;\n\t\t\t};\n\t\t}),\n\n\t\t\"contains\": markFunction(function( text ) {\n\t\t\ttext = text.replace( runescape, funescape );\n\t\t\treturn function( elem ) {\n\t\t\t\treturn ( elem.textContent || elem.innerText || getText( elem ) ).indexOf( text ) > -1;\n\t\t\t};\n\t\t}),\n\n\t\t// \"Whether an element is represented by a :lang() selector\n\t\t// is based solely on the element's language value\n\t\t// being equal to the identifier C,\n\t\t// or beginning with the identifier C immediately followed by \"-\".\n\t\t// The matching of C against the element's language value is performed case-insensitively.\n\t\t// The identifier C does not have to be a valid language name.\"\n\t\t// http://www.w3.org/TR/selectors/#lang-pseudo\n\t\t\"lang\": markFunction( function( lang ) {\n\t\t\t// lang value must be a valid identifier\n\t\t\tif ( !ridentifier.test(lang || \"\") ) {\n\t\t\t\tSizzle.error( \"unsupported lang: \" + lang );\n\t\t\t}\n\t\t\tlang = lang.replace( runescape, funescape ).toLowerCase();\n\t\t\treturn function( elem ) {\n\t\t\t\tvar elemLang;\n\t\t\t\tdo {\n\t\t\t\t\tif ( (elemLang = documentIsHTML ?\n\t\t\t\t\t\telem.lang :\n\t\t\t\t\t\telem.getAttribute(\"xml:lang\") || elem.getAttribute(\"lang\")) ) {\n\n\t\t\t\t\t\telemLang = elemLang.toLowerCase();\n\t\t\t\t\t\treturn elemLang === lang || elemLang.indexOf( lang + \"-\" ) === 0;\n\t\t\t\t\t}\n\t\t\t\t} while ( (elem = elem.parentNode) && elem.nodeType === 1 );\n\t\t\t\treturn false;\n\t\t\t};\n\t\t}),\n\n\t\t// Miscellaneous\n\t\t\"target\": function( elem ) {\n\t\t\tvar hash = window.location && window.location.hash;\n\t\t\treturn hash && hash.slice( 1 ) === elem.id;\n\t\t},\n\n\t\t\"root\": function( elem ) {\n\t\t\treturn elem === docElem;\n\t\t},\n\n\t\t\"focus\": function( elem ) {\n\t\t\treturn elem === document.activeElement && (!document.hasFocus || document.hasFocus()) && !!(elem.type || elem.href || ~elem.tabIndex);\n\t\t},\n\n\t\t// Boolean properties\n\t\t\"enabled\": function( elem ) {\n\t\t\treturn elem.disabled === false;\n\t\t},\n\n\t\t\"disabled\": function( elem ) {\n\t\t\treturn elem.disabled === true;\n\t\t},\n\n\t\t\"checked\": function( elem ) {\n\t\t\t// In CSS3, :checked should return both checked and selected elements\n\t\t\t// http://www.w3.org/TR/2011/REC-css3-selectors-20110929/#checked\n\t\t\tvar nodeName = elem.nodeName.toLowerCase();\n\t\t\treturn (nodeName === \"input\" && !!elem.checked) || (nodeName === \"option\" && !!elem.selected);\n\t\t},\n\n\t\t\"selected\": function( elem ) {\n\t\t\t// Accessing this property makes selected-by-default\n\t\t\t// options in Safari work properly\n\t\t\tif ( elem.parentNode ) {\n\t\t\t\telem.parentNode.selectedIndex;\n\t\t\t}\n\n\t\t\treturn elem.selected === true;\n\t\t},\n\n\t\t// Contents\n\t\t\"empty\": function( elem ) {\n\t\t\t// http://www.w3.org/TR/selectors/#empty-pseudo\n\t\t\t// :empty is negated by element (1) or content nodes (text: 3; cdata: 4; entity ref: 5),\n\t\t\t// but not by others (comment: 8; processing instruction: 7; etc.)\n\t\t\t// nodeType < 6 works because attributes (2) do not appear as children\n\t\t\tfor ( elem = elem.firstChild; elem; elem = elem.nextSibling ) {\n\t\t\t\tif ( elem.nodeType < 6 ) {\n\t\t\t\t\treturn false;\n\t\t\t\t}\n\t\t\t}\n\t\t\treturn true;\n\t\t},\n\n\t\t\"parent\": function( elem ) {\n\t\t\treturn !Expr.pseudos[\"empty\"]( elem );\n\t\t},\n\n\t\t// Element/input types\n\t\t\"header\": function( elem ) {\n\t\t\treturn rheader.test( elem.nodeName );\n\t\t},\n\n\t\t\"input\": function( elem ) {\n\t\t\treturn rinputs.test( elem.nodeName );\n\t\t},\n\n\t\t\"button\": function( elem ) {\n\t\t\tvar name = elem.nodeName.toLowerCase();\n\t\t\treturn name === \"input\" && elem.type === \"button\" || name === \"button\";\n\t\t},\n\n\t\t\"text\": function( elem ) {\n\t\t\tvar attr;\n\t\t\treturn elem.nodeName.toLowerCase() === \"input\" &&\n\t\t\t\telem.type === \"text\" &&\n\n\t\t\t\t// Support: IE<8\n\t\t\t\t// New HTML5 attribute values (e.g., \"search\") appear with elem.type === \"text\"\n\t\t\t\t( (attr = elem.getAttribute(\"type\")) == null || attr.toLowerCase() === \"text\" );\n\t\t},\n\n\t\t// Position-in-collection\n\t\t\"first\": createPositionalPseudo(function() {\n\t\t\treturn [ 0 ];\n\t\t}),\n\n\t\t\"last\": createPositionalPseudo(function( matchIndexes, length ) {\n\t\t\treturn [ length - 1 ];\n\t\t}),\n\n\t\t\"eq\": createPositionalPseudo(function( matchIndexes, length, argument ) {\n\t\t\treturn [ argument < 0 ? argument + length : argument ];\n\t\t}),\n\n\t\t\"even\": createPositionalPseudo(function( matchIndexes, length ) {\n\t\t\tvar i = 0;\n\t\t\tfor ( ; i < length; i += 2 ) {\n\t\t\t\tmatchIndexes.push( i );\n\t\t\t}\n\t\t\treturn matchIndexes;\n\t\t}),\n\n\t\t\"odd\": createPositionalPseudo(function( matchIndexes, length ) {\n\t\t\tvar i = 1;\n\t\t\tfor ( ; i < length; i += 2 ) {\n\t\t\t\tmatchIndexes.push( i );\n\t\t\t}\n\t\t\treturn matchIndexes;\n\t\t}),\n\n\t\t\"lt\": createPositionalPseudo(function( matchIndexes, length, argument ) {\n\t\t\tvar i = argument < 0 ? argument + length : argument;\n\t\t\tfor ( ; --i >= 0; ) {\n\t\t\t\tmatchIndexes.push( i );\n\t\t\t}\n\t\t\treturn matchIndexes;\n\t\t}),\n\n\t\t\"gt\": createPositionalPseudo(function( matchIndexes, length, argument ) {\n\t\t\tvar i = argument < 0 ? argument + length : argument;\n\t\t\tfor ( ; ++i < length; ) {\n\t\t\t\tmatchIndexes.push( i );\n\t\t\t}\n\t\t\treturn matchIndexes;\n\t\t})\n\t}\n};\n\nExpr.pseudos[\"nth\"] = Expr.pseudos[\"eq\"];\n\n// Add button/input type pseudos\nfor ( i in { radio: true, checkbox: true, file: true, password: true, image: true } ) {\n\tExpr.pseudos[ i ] = createInputPseudo( i );\n}\nfor ( i in { submit: true, reset: true } ) {\n\tExpr.pseudos[ i ] = createButtonPseudo( i );\n}\n\n// Easy API for creating new setFilters\nfunction setFilters() {}\nsetFilters.prototype = Expr.filters = Expr.pseudos;\nExpr.setFilters = new setFilters();\n\ntokenize = Sizzle.tokenize = function( selector, parseOnly ) {\n\tvar matched, match, tokens, type,\n\t\tsoFar, groups, preFilters,\n\t\tcached = tokenCache[ selector + \" \" ];\n\n\tif ( cached ) {\n\t\treturn parseOnly ? 0 : cached.slice( 0 );\n\t}\n\n\tsoFar = selector;\n\tgroups = [];\n\tpreFilters = Expr.preFilter;\n\n\twhile ( soFar ) {\n\n\t\t// Comma and first run\n\t\tif ( !matched || (match = rcomma.exec( soFar )) ) {\n\t\t\tif ( match ) {\n\t\t\t\t// Don't consume trailing commas as valid\n\t\t\t\tsoFar = soFar.slice( match[0].length ) || soFar;\n\t\t\t}\n\t\t\tgroups.push( (tokens = []) );\n\t\t}\n\n\t\tmatched = false;\n\n\t\t// Combinators\n\t\tif ( (match = rcombinators.exec( soFar )) ) {\n\t\t\tmatched = match.shift();\n\t\t\ttokens.push({\n\t\t\t\tvalue: matched,\n\t\t\t\t// Cast descendant combinators to space\n\t\t\t\ttype: match[0].replace( rtrim, \" \" )\n\t\t\t});\n\t\t\tsoFar = soFar.slice( matched.length );\n\t\t}\n\n\t\t// Filters\n\t\tfor ( type in Expr.filter ) {\n\t\t\tif ( (match = matchExpr[ type ].exec( soFar )) && (!preFilters[ type ] ||\n\t\t\t\t(match = preFilters[ type ]( match ))) ) {\n\t\t\t\tmatched = match.shift();\n\t\t\t\ttokens.push({\n\t\t\t\t\tvalue: matched,\n\t\t\t\t\ttype: type,\n\t\t\t\t\tmatches: match\n\t\t\t\t});\n\t\t\t\tsoFar = soFar.slice( matched.length );\n\t\t\t}\n\t\t}\n\n\t\tif ( !matched ) {\n\t\t\tbreak;\n\t\t}\n\t}\n\n\t// Return the length of the invalid excess\n\t// if we're just parsing\n\t// Otherwise, throw an error or return tokens\n\treturn parseOnly ?\n\t\tsoFar.length :\n\t\tsoFar ?\n\t\t\tSizzle.error( selector ) :\n\t\t\t// Cache the tokens\n\t\t\ttokenCache( selector, groups ).slice( 0 );\n};\n\nfunction toSelector( tokens ) {\n\tvar i = 0,\n\t\tlen = tokens.length,\n\t\tselector = \"\";\n\tfor ( ; i < len; i++ ) {\n\t\tselector += tokens[i].value;\n\t}\n\treturn selector;\n}\n\nfunction addCombinator( matcher, combinator, base ) {\n\tvar dir = combinator.dir,\n\t\tcheckNonElements = base && dir === \"parentNode\",\n\t\tdoneName = done++;\n\n\treturn combinator.first ?\n\t\t// Check against closest ancestor/preceding element\n\t\tfunction( elem, context, xml ) {\n\t\t\twhile ( (elem = elem[ dir ]) ) {\n\t\t\t\tif ( elem.nodeType === 1 || checkNonElements ) {\n\t\t\t\t\treturn matcher( elem, context, xml );\n\t\t\t\t}\n\t\t\t}\n\t\t} :\n\n\t\t// Check against all ancestor/preceding elements\n\t\tfunction( elem, context, xml ) {\n\t\t\tvar oldCache, outerCache,\n\t\t\t\tnewCache = [ dirruns, doneName ];\n\n\t\t\t// We can't set arbitrary data on XML nodes, so they don't benefit from dir caching\n\t\t\tif ( xml ) {\n\t\t\t\twhile ( (elem = elem[ dir ]) ) {\n\t\t\t\t\tif ( elem.nodeType === 1 || checkNonElements ) {\n\t\t\t\t\t\tif ( matcher( elem, context, xml ) ) {\n\t\t\t\t\t\t\treturn true;\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t} else {\n\t\t\t\twhile ( (elem = elem[ dir ]) ) {\n\t\t\t\t\tif ( elem.nodeType === 1 || checkNonElements ) {\n\t\t\t\t\t\touterCache = elem[ expando ] || (elem[ expando ] = {});\n\t\t\t\t\t\tif ( (oldCache = outerCache[ dir ]) &&\n\t\t\t\t\t\t\toldCache[ 0 ] === dirruns && oldCache[ 1 ] === doneName ) {\n\n\t\t\t\t\t\t\t// Assign to newCache so results back-propagate to previous elements\n\t\t\t\t\t\t\treturn (newCache[ 2 ] = oldCache[ 2 ]);\n\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t// Reuse newcache so results back-propagate to previous elements\n\t\t\t\t\t\t\touterCache[ dir ] = newCache;\n\n\t\t\t\t\t\t\t// A match means we're done; a fail means we have to keep checking\n\t\t\t\t\t\t\tif ( (newCache[ 2 ] = matcher( elem, context, xml )) ) {\n\t\t\t\t\t\t\t\treturn true;\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t};\n}\n\nfunction elementMatcher( matchers ) {\n\treturn matchers.length > 1 ?\n\t\tfunction( elem, context, xml ) {\n\t\t\tvar i = matchers.length;\n\t\t\twhile ( i-- ) {\n\t\t\t\tif ( !matchers[i]( elem, context, xml ) ) {\n\t\t\t\t\treturn false;\n\t\t\t\t}\n\t\t\t}\n\t\t\treturn true;\n\t\t} :\n\t\tmatchers[0];\n}\n\nfunction multipleContexts( selector, contexts, results ) {\n\tvar i = 0,\n\t\tlen = contexts.length;\n\tfor ( ; i < len; i++ ) {\n\t\tSizzle( selector, contexts[i], results );\n\t}\n\treturn results;\n}\n\nfunction condense( unmatched, map, filter, context, xml ) {\n\tvar elem,\n\t\tnewUnmatched = [],\n\t\ti = 0,\n\t\tlen = unmatched.length,\n\t\tmapped = map != null;\n\n\tfor ( ; i < len; i++ ) {\n\t\tif ( (elem = unmatched[i]) ) {\n\t\t\tif ( !filter || filter( elem, context, xml ) ) {\n\t\t\t\tnewUnmatched.push( elem );\n\t\t\t\tif ( mapped ) {\n\t\t\t\t\tmap.push( i );\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n\n\treturn newUnmatched;\n}\n\nfunction setMatcher( preFilter, selector, matcher, postFilter, postFinder, postSelector ) {\n\tif ( postFilter && !postFilter[ expando ] ) {\n\t\tpostFilter = setMatcher( postFilter );\n\t}\n\tif ( postFinder && !postFinder[ expando ] ) {\n\t\tpostFinder = setMatcher( postFinder, postSelector );\n\t}\n\treturn markFunction(function( seed, results, context, xml ) {\n\t\tvar temp, i, elem,\n\t\t\tpreMap = [],\n\t\t\tpostMap = [],\n\t\t\tpreexisting = results.length,\n\n\t\t\t// Get initial elements from seed or context\n\t\t\telems = seed || multipleContexts( selector || \"*\", context.nodeType ? [ context ] : context, [] ),\n\n\t\t\t// Prefilter to get matcher input, preserving a map for seed-results synchronization\n\t\t\tmatcherIn = preFilter && ( seed || !selector ) ?\n\t\t\t\tcondense( elems, preMap, preFilter, context, xml ) :\n\t\t\t\telems,\n\n\t\t\tmatcherOut = matcher ?\n\t\t\t\t// If we have a postFinder, or filtered seed, or non-seed postFilter or preexisting results,\n\t\t\t\tpostFinder || ( seed ? preFilter : preexisting || postFilter ) ?\n\n\t\t\t\t\t// ...intermediate processing is necessary\n\t\t\t\t\t[] :\n\n\t\t\t\t\t// ...otherwise use results directly\n\t\t\t\t\tresults :\n\t\t\t\tmatcherIn;\n\n\t\t// Find primary matches\n\t\tif ( matcher ) {\n\t\t\tmatcher( matcherIn, matcherOut, context, xml );\n\t\t}\n\n\t\t// Apply postFilter\n\t\tif ( postFilter ) {\n\t\t\ttemp = condense( matcherOut, postMap );\n\t\t\tpostFilter( temp, [], context, xml );\n\n\t\t\t// Un-match failing elements by moving them back to matcherIn\n\t\t\ti = temp.length;\n\t\t\twhile ( i-- ) {\n\t\t\t\tif ( (elem = temp[i]) ) {\n\t\t\t\t\tmatcherOut[ postMap[i] ] = !(matcherIn[ postMap[i] ] = elem);\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\tif ( seed ) {\n\t\t\tif ( postFinder || preFilter ) {\n\t\t\t\tif ( postFinder ) {\n\t\t\t\t\t// Get the final matcherOut by condensing this intermediate into postFinder contexts\n\t\t\t\t\ttemp = [];\n\t\t\t\t\ti = matcherOut.length;\n\t\t\t\t\twhile ( i-- ) {\n\t\t\t\t\t\tif ( (elem = matcherOut[i]) ) {\n\t\t\t\t\t\t\t// Restore matcherIn since elem is not yet a final match\n\t\t\t\t\t\t\ttemp.push( (matcherIn[i] = elem) );\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t\tpostFinder( null, (matcherOut = []), temp, xml );\n\t\t\t\t}\n\n\t\t\t\t// Move matched elements from seed to results to keep them synchronized\n\t\t\t\ti = matcherOut.length;\n\t\t\t\twhile ( i-- ) {\n\t\t\t\t\tif ( (elem = matcherOut[i]) &&\n\t\t\t\t\t\t(temp = postFinder ? indexOf( seed, elem ) : preMap[i]) > -1 ) {\n\n\t\t\t\t\t\tseed[temp] = !(results[temp] = elem);\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\n\t\t// Add elements to results, through postFinder if defined\n\t\t} else {\n\t\t\tmatcherOut = condense(\n\t\t\t\tmatcherOut === results ?\n\t\t\t\t\tmatcherOut.splice( preexisting, matcherOut.length ) :\n\t\t\t\t\tmatcherOut\n\t\t\t);\n\t\t\tif ( postFinder ) {\n\t\t\t\tpostFinder( null, results, matcherOut, xml );\n\t\t\t} else {\n\t\t\t\tpush.apply( results, matcherOut );\n\t\t\t}\n\t\t}\n\t});\n}\n\nfunction matcherFromTokens( tokens ) {\n\tvar checkContext, matcher, j,\n\t\tlen = tokens.length,\n\t\tleadingRelative = Expr.relative[ tokens[0].type ],\n\t\timplicitRelative = leadingRelative || Expr.relative[\" \"],\n\t\ti = leadingRelative ? 1 : 0,\n\n\t\t// The foundational matcher ensures that elements are reachable from top-level context(s)\n\t\tmatchContext = addCombinator( function( elem ) {\n\t\t\treturn elem === checkContext;\n\t\t}, implicitRelative, true ),\n\t\tmatchAnyContext = addCombinator( function( elem ) {\n\t\t\treturn indexOf( checkContext, elem ) > -1;\n\t\t}, implicitRelative, true ),\n\t\tmatchers = [ function( elem, context, xml ) {\n\t\t\tvar ret = ( !leadingRelative && ( xml || context !== outermostContext ) ) || (\n\t\t\t\t(checkContext = context).nodeType ?\n\t\t\t\t\tmatchContext( elem, context, xml ) :\n\t\t\t\t\tmatchAnyContext( elem, context, xml ) );\n\t\t\t// Avoid hanging onto element (issue #299)\n\t\t\tcheckContext = null;\n\t\t\treturn ret;\n\t\t} ];\n\n\tfor ( ; i < len; i++ ) {\n\t\tif ( (matcher = Expr.relative[ tokens[i].type ]) ) {\n\t\t\tmatchers = [ addCombinator(elementMatcher( matchers ), matcher) ];\n\t\t} else {\n\t\t\tmatcher = Expr.filter[ tokens[i].type ].apply( null, tokens[i].matches );\n\n\t\t\t// Return special upon seeing a positional matcher\n\t\t\tif ( matcher[ expando ] ) {\n\t\t\t\t// Find the next relative operator (if any) for proper handling\n\t\t\t\tj = ++i;\n\t\t\t\tfor ( ; j < len; j++ ) {\n\t\t\t\t\tif ( Expr.relative[ tokens[j].type ] ) {\n\t\t\t\t\t\tbreak;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\treturn setMatcher(\n\t\t\t\t\ti > 1 && elementMatcher( matchers ),\n\t\t\t\t\ti > 1 && toSelector(\n\t\t\t\t\t\t// If the preceding token was a descendant combinator, insert an implicit any-element `*`\n\t\t\t\t\t\ttokens.slice( 0, i - 1 ).concat({ value: tokens[ i - 2 ].type === \" \" ? \"*\" : \"\" })\n\t\t\t\t\t).replace( rtrim, \"$1\" ),\n\t\t\t\t\tmatcher,\n\t\t\t\t\ti < j && matcherFromTokens( tokens.slice( i, j ) ),\n\t\t\t\t\tj < len && matcherFromTokens( (tokens = tokens.slice( j )) ),\n\t\t\t\t\tj < len && toSelector( tokens )\n\t\t\t\t);\n\t\t\t}\n\t\t\tmatchers.push( matcher );\n\t\t}\n\t}\n\n\treturn elementMatcher( matchers );\n}\n\nfunction matcherFromGroupMatchers( elementMatchers, setMatchers ) {\n\tvar bySet = setMatchers.length > 0,\n\t\tbyElement = elementMatchers.length > 0,\n\t\tsuperMatcher = function( seed, context, xml, results, outermost ) {\n\t\t\tvar elem, j, matcher,\n\t\t\t\tmatchedCount = 0,\n\t\t\t\ti = \"0\",\n\t\t\t\tunmatched = seed && [],\n\t\t\t\tsetMatched = [],\n\t\t\t\tcontextBackup = outermostContext,\n\t\t\t\t// We must always have either seed elements or outermost context\n\t\t\t\telems = seed || byElement && Expr.find[\"TAG\"]( \"*\", outermost ),\n\t\t\t\t// Use integer dirruns iff this is the outermost matcher\n\t\t\t\tdirrunsUnique = (dirruns += contextBackup == null ? 1 : Math.random() || 0.1),\n\t\t\t\tlen = elems.length;\n\n\t\t\tif ( outermost ) {\n\t\t\t\toutermostContext = context !== document && context;\n\t\t\t}\n\n\t\t\t// Add elements passing elementMatchers directly to results\n\t\t\t// Keep `i` a string if there are no elements so `matchedCount` will be \"00\" below\n\t\t\t// Support: IE<9, Safari\n\t\t\t// Tolerate NodeList properties (IE: \"length\"; Safari: <number>) matching elements by id\n\t\t\tfor ( ; i !== len && (elem = elems[i]) != null; i++ ) {\n\t\t\t\tif ( byElement && elem ) {\n\t\t\t\t\tj = 0;\n\t\t\t\t\twhile ( (matcher = elementMatchers[j++]) ) {\n\t\t\t\t\t\tif ( matcher( elem, context, xml ) ) {\n\t\t\t\t\t\t\tresults.push( elem );\n\t\t\t\t\t\t\tbreak;\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t\tif ( outermost ) {\n\t\t\t\t\t\tdirruns = dirrunsUnique;\n\t\t\t\t\t}\n\t\t\t\t}\n\n\t\t\t\t// Track unmatched elements for set filters\n\t\t\t\tif ( bySet ) {\n\t\t\t\t\t// They will have gone through all possible matchers\n\t\t\t\t\tif ( (elem = !matcher && elem) ) {\n\t\t\t\t\t\tmatchedCount--;\n\t\t\t\t\t}\n\n\t\t\t\t\t// Lengthen the array for every element, matched or not\n\t\t\t\t\tif ( seed ) {\n\t\t\t\t\t\tunmatched.push( elem );\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\n\t\t\t// Apply set filters to unmatched elements\n\t\t\tmatchedCount += i;\n\t\t\tif ( bySet && i !== matchedCount ) {\n\t\t\t\tj = 0;\n\t\t\t\twhile ( (matcher = setMatchers[j++]) ) {\n\t\t\t\t\tmatcher( unmatched, setMatched, context, xml );\n\t\t\t\t}\n\n\t\t\t\tif ( seed ) {\n\t\t\t\t\t// Reintegrate element matches to eliminate the need for sorting\n\t\t\t\t\tif ( matchedCount > 0 ) {\n\t\t\t\t\t\twhile ( i-- ) {\n\t\t\t\t\t\t\tif ( !(unmatched[i] || setMatched[i]) ) {\n\t\t\t\t\t\t\t\tsetMatched[i] = pop.call( results );\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\n\t\t\t\t\t// Discard index placeholder values to get only actual matches\n\t\t\t\t\tsetMatched = condense( setMatched );\n\t\t\t\t}\n\n\t\t\t\t// Add matches to results\n\t\t\t\tpush.apply( results, setMatched );\n\n\t\t\t\t// Seedless set matches succeeding multiple successful matchers stipulate sorting\n\t\t\t\tif ( outermost && !seed && setMatched.length > 0 &&\n\t\t\t\t\t( matchedCount + setMatchers.length ) > 1 ) {\n\n\t\t\t\t\tSizzle.uniqueSort( results );\n\t\t\t\t}\n\t\t\t}\n\n\t\t\t// Override manipulation of globals by nested matchers\n\t\t\tif ( outermost ) {\n\t\t\t\tdirruns = dirrunsUnique;\n\t\t\t\toutermostContext = contextBackup;\n\t\t\t}\n\n\t\t\treturn unmatched;\n\t\t};\n\n\treturn bySet ?\n\t\tmarkFunction( superMatcher ) :\n\t\tsuperMatcher;\n}\n\ncompile = Sizzle.compile = function( selector, match /* Internal Use Only */ ) {\n\tvar i,\n\t\tsetMatchers = [],\n\t\telementMatchers = [],\n\t\tcached = compilerCache[ selector + \" \" ];\n\n\tif ( !cached ) {\n\t\t// Generate a function of recursive functions that can be used to check each element\n\t\tif ( !match ) {\n\t\t\tmatch = tokenize( selector );\n\t\t}\n\t\ti = match.length;\n\t\twhile ( i-- ) {\n\t\t\tcached = matcherFromTokens( match[i] );\n\t\t\tif ( cached[ expando ] ) {\n\t\t\t\tsetMatchers.push( cached );\n\t\t\t} else {\n\t\t\t\telementMatchers.push( cached );\n\t\t\t}\n\t\t}\n\n\t\t// Cache the compiled function\n\t\tcached = compilerCache( selector, matcherFromGroupMatchers( elementMatchers, setMatchers ) );\n\n\t\t// Save selector and tokenization\n\t\tcached.selector = selector;\n\t}\n\treturn cached;\n};\n\n/**\n * A low-level selection function that works with Sizzle's compiled\n * selector functions\n * @param {String|Function} selector A selector or a pre-compiled\n * selector function built with Sizzle.compile\n * @param {Element} context\n * @param {Array} [results]\n * @param {Array} [seed] A set of elements to match against\n */\nselect = Sizzle.select = function( selector, context, results, seed ) {\n\tvar i, tokens, token, type, find,\n\t\tcompiled = typeof selector === \"function\" && selector,\n\t\tmatch = !seed && tokenize( (selector = compiled.selector || selector) );\n\n\tresults = results || [];\n\n\t// Try to minimize operations if there is no seed and only one group\n\tif ( match.length === 1 ) {\n\n\t\t// Take a shortcut and set the context if the root selector is an ID\n\t\ttokens = match[0] = match[0].slice( 0 );\n\t\tif ( tokens.length > 2 && (token = tokens[0]).type === \"ID\" &&\n\t\t\t\tsupport.getById && context.nodeType === 9 && documentIsHTML &&\n\t\t\t\tExpr.relative[ tokens[1].type ] ) {\n\n\t\t\tcontext = ( Expr.find[\"ID\"]( token.matches[0].replace(runescape, funescape), context ) || [] )[0];\n\t\t\tif ( !context ) {\n\t\t\t\treturn results;\n\n\t\t\t// Precompiled matchers will still verify ancestry, so step up a level\n\t\t\t} else if ( compiled ) {\n\t\t\t\tcontext = context.parentNode;\n\t\t\t}\n\n\t\t\tselector = selector.slice( tokens.shift().value.length );\n\t\t}\n\n\t\t// Fetch a seed set for right-to-left matching\n\t\ti = matchExpr[\"needsContext\"].test( selector ) ? 0 : tokens.length;\n\t\twhile ( i-- ) {\n\t\t\ttoken = tokens[i];\n\n\t\t\t// Abort if we hit a combinator\n\t\t\tif ( Expr.relative[ (type = token.type) ] ) {\n\t\t\t\tbreak;\n\t\t\t}\n\t\t\tif ( (find = Expr.find[ type ]) ) {\n\t\t\t\t// Search, expanding context for leading sibling combinators\n\t\t\t\tif ( (seed = find(\n\t\t\t\t\ttoken.matches[0].replace( runescape, funescape ),\n\t\t\t\t\trsibling.test( tokens[0].type ) && testContext( context.parentNode ) || context\n\t\t\t\t)) ) {\n\n\t\t\t\t\t// If seed is empty or no tokens remain, we can return early\n\t\t\t\t\ttokens.splice( i, 1 );\n\t\t\t\t\tselector = seed.length && toSelector( tokens );\n\t\t\t\t\tif ( !selector ) {\n\t\t\t\t\t\tpush.apply( results, seed );\n\t\t\t\t\t\treturn results;\n\t\t\t\t\t}\n\n\t\t\t\t\tbreak;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n\n\t// Compile and execute a filtering function if one is not provided\n\t// Provide `match` to avoid retokenization if we modified the selector above\n\t( compiled || compile( selector, match ) )(\n\t\tseed,\n\t\tcontext,\n\t\t!documentIsHTML,\n\t\tresults,\n\t\trsibling.test( selector ) && testContext( context.parentNode ) || context\n\t);\n\treturn results;\n};\n\n// One-time assignments\n\n// Sort stability\nsupport.sortStable = expando.split(\"\").sort( sortOrder ).join(\"\") === expando;\n\n// Support: Chrome 14-35+\n// Always assume duplicates if they aren't passed to the comparison function\nsupport.detectDuplicates = !!hasDuplicate;\n\n// Initialize against the default document\nsetDocument();\n\n// Support: Webkit<537.32 - Safari 6.0.3/Chrome 25 (fixed in Chrome 27)\n// Detached nodes confoundingly follow *each other*\nsupport.sortDetached = assert(function( div1 ) {\n\t// Should return 1, but returns 4 (following)\n\treturn div1.compareDocumentPosition( document.createElement(\"div\") ) & 1;\n});\n\n// Support: IE<8\n// Prevent attribute/property \"interpolation\"\n// http://msdn.microsoft.com/en-us/library/ms536429%28VS.85%29.aspx\nif ( !assert(function( div ) {\n\tdiv.innerHTML = \"<a href='#'></a>\";\n\treturn div.firstChild.getAttribute(\"href\") === \"#\" ;\n}) ) {\n\taddHandle( \"type|href|height|width\", function( elem, name, isXML ) {\n\t\tif ( !isXML ) {\n\t\t\treturn elem.getAttribute( name, name.toLowerCase() === \"type\" ? 1 : 2 );\n\t\t}\n\t});\n}\n\n// Support: IE<9\n// Use defaultValue in place of getAttribute(\"value\")\nif ( !support.attributes || !assert(function( div ) {\n\tdiv.innerHTML = \"<input/>\";\n\tdiv.firstChild.setAttribute( \"value\", \"\" );\n\treturn div.firstChild.getAttribute( \"value\" ) === \"\";\n}) ) {\n\taddHandle( \"value\", function( elem, name, isXML ) {\n\t\tif ( !isXML && elem.nodeName.toLowerCase() === \"input\" ) {\n\t\t\treturn elem.defaultValue;\n\t\t}\n\t});\n}\n\n// Support: IE<9\n// Use getAttributeNode to fetch booleans when getAttribute lies\nif ( !assert(function( div ) {\n\treturn div.getAttribute(\"disabled\") == null;\n}) ) {\n\taddHandle( booleans, function( elem, name, isXML ) {\n\t\tvar val;\n\t\tif ( !isXML ) {\n\t\t\treturn elem[ name ] === true ? name.toLowerCase() :\n\t\t\t\t\t(val = elem.getAttributeNode( name )) && val.specified ?\n\t\t\t\t\tval.value :\n\t\t\t\tnull;\n\t\t}\n\t});\n}\n\nreturn Sizzle;\n\n})( window );\n\n\n\njQuery.find = Sizzle;\njQuery.expr = Sizzle.selectors;\njQuery.expr[\":\"] = jQuery.expr.pseudos;\njQuery.unique = Sizzle.uniqueSort;\njQuery.text = Sizzle.getText;\njQuery.isXMLDoc = Sizzle.isXML;\njQuery.contains = Sizzle.contains;\n\n\n\nvar rneedsContext = jQuery.expr.match.needsContext;\n\nvar rsingleTag = (/^<(\\w+)\\s*\\/?>(?:<\\/\\1>|)$/);\n\n\n\nvar risSimple = /^.[^:#\\[\\.,]*$/;\n\n// Implement the identical functionality for filter and not\nfunction winnow( elements, qualifier, not ) {\n\tif ( jQuery.isFunction( qualifier ) ) {\n\t\treturn jQuery.grep( elements, function( elem, i ) {\n\t\t\t/* jshint -W018 */\n\t\t\treturn !!qualifier.call( elem, i, elem ) !== not;\n\t\t});\n\n\t}\n\n\tif ( qualifier.nodeType ) {\n\t\treturn jQuery.grep( elements, function( elem ) {\n\t\t\treturn ( elem === qualifier ) !== not;\n\t\t});\n\n\t}\n\n\tif ( typeof qualifier === \"string\" ) {\n\t\tif ( risSimple.test( qualifier ) ) {\n\t\t\treturn jQuery.filter( qualifier, elements, not );\n\t\t}\n\n\t\tqualifier = jQuery.filter( qualifier, elements );\n\t}\n\n\treturn jQuery.grep( elements, function( elem ) {\n\t\treturn ( indexOf.call( qualifier, elem ) >= 0 ) !== not;\n\t});\n}\n\njQuery.filter = function( expr, elems, not ) {\n\tvar elem = elems[ 0 ];\n\n\tif ( not ) {\n\t\texpr = \":not(\" + expr + \")\";\n\t}\n\n\treturn elems.length === 1 && elem.nodeType === 1 ?\n\t\tjQuery.find.matchesSelector( elem, expr ) ? [ elem ] : [] :\n\t\tjQuery.find.matches( expr, jQuery.grep( elems, function( elem ) {\n\t\t\treturn elem.nodeType === 1;\n\t\t}));\n};\n\njQuery.fn.extend({\n\tfind: function( selector ) {\n\t\tvar i,\n\t\t\tlen = this.length,\n\t\t\tret = [],\n\t\t\tself = this;\n\n\t\tif ( typeof selector !== \"string\" ) {\n\t\t\treturn this.pushStack( jQuery( selector ).filter(function() {\n\t\t\t\tfor ( i = 0; i < len; i++ ) {\n\t\t\t\t\tif ( jQuery.contains( self[ i ], this ) ) {\n\t\t\t\t\t\treturn true;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}) );\n\t\t}\n\n\t\tfor ( i = 0; i < len; i++ ) {\n\t\t\tjQuery.find( selector, self[ i ], ret );\n\t\t}\n\n\t\t// Needed because $( selector, context ) becomes $( context ).find( selector )\n\t\tret = this.pushStack( len > 1 ? jQuery.unique( ret ) : ret );\n\t\tret.selector = this.selector ? this.selector + \" \" + selector : selector;\n\t\treturn ret;\n\t},\n\tfilter: function( selector ) {\n\t\treturn this.pushStack( winnow(this, selector || [], false) );\n\t},\n\tnot: function( selector ) {\n\t\treturn this.pushStack( winnow(this, selector || [], true) );\n\t},\n\tis: function( selector ) {\n\t\treturn !!winnow(\n\t\t\tthis,\n\n\t\t\t// If this is a positional/relative selector, check membership in the returned set\n\t\t\t// so $(\"p:first\").is(\"p:last\") won't return true for a doc with two \"p\".\n\t\t\ttypeof selector === \"string\" && rneedsContext.test( selector ) ?\n\t\t\t\tjQuery( selector ) :\n\t\t\t\tselector || [],\n\t\t\tfalse\n\t\t).length;\n\t}\n});\n\n\n// Initialize a jQuery object\n\n\n// A central reference to the root jQuery(document)\nvar rootjQuery,\n\n\t// A simple way to check for HTML strings\n\t// Prioritize #id over <tag> to avoid XSS via location.hash (#9521)\n\t// Strict HTML recognition (#11290: must start with <)\n\trquickExpr = /^(?:\\s*(<[\\w\\W]+>)[^>]*|#([\\w-]*))$/,\n\n\tinit = jQuery.fn.init = function( selector, context ) {\n\t\tvar match, elem;\n\n\t\t// HANDLE: $(\"\"), $(null), $(undefined), $(false)\n\t\tif ( !selector ) {\n\t\t\treturn this;\n\t\t}\n\n\t\t// Handle HTML strings\n\t\tif ( typeof selector === \"string\" ) {\n\t\t\tif ( selector[0] === \"<\" && selector[ selector.length - 1 ] === \">\" && selector.length >= 3 ) {\n\t\t\t\t// Assume that strings that start and end with <> are HTML and skip the regex check\n\t\t\t\tmatch = [ null, selector, null ];\n\n\t\t\t} else {\n\t\t\t\tmatch = rquickExpr.exec( selector );\n\t\t\t}\n\n\t\t\t// Match html or make sure no context is specified for #id\n\t\t\tif ( match && (match[1] || !context) ) {\n\n\t\t\t\t// HANDLE: $(html) -> $(array)\n\t\t\t\tif ( match[1] ) {\n\t\t\t\t\tcontext = context instanceof jQuery ? context[0] : context;\n\n\t\t\t\t\t// Option to run scripts is true for back-compat\n\t\t\t\t\t// Intentionally let the error be thrown if parseHTML is not present\n\t\t\t\t\tjQuery.merge( this, jQuery.parseHTML(\n\t\t\t\t\t\tmatch[1],\n\t\t\t\t\t\tcontext && context.nodeType ? context.ownerDocument || context : document,\n\t\t\t\t\t\ttrue\n\t\t\t\t\t) );\n\n\t\t\t\t\t// HANDLE: $(html, props)\n\t\t\t\t\tif ( rsingleTag.test( match[1] ) && jQuery.isPlainObject( context ) ) {\n\t\t\t\t\t\tfor ( match in context ) {\n\t\t\t\t\t\t\t// Properties of context are called as methods if possible\n\t\t\t\t\t\t\tif ( jQuery.isFunction( this[ match ] ) ) {\n\t\t\t\t\t\t\t\tthis[ match ]( context[ match ] );\n\n\t\t\t\t\t\t\t// ...and otherwise set as attributes\n\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\tthis.attr( match, context[ match ] );\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\n\t\t\t\t\treturn this;\n\n\t\t\t\t// HANDLE: $(#id)\n\t\t\t\t} else {\n\t\t\t\t\telem = document.getElementById( match[2] );\n\n\t\t\t\t\t// Support: Blackberry 4.6\n\t\t\t\t\t// gEBID returns nodes no longer in the document (#6963)\n\t\t\t\t\tif ( elem && elem.parentNode ) {\n\t\t\t\t\t\t// Inject the element directly into the jQuery object\n\t\t\t\t\t\tthis.length = 1;\n\t\t\t\t\t\tthis[0] = elem;\n\t\t\t\t\t}\n\n\t\t\t\t\tthis.context = document;\n\t\t\t\t\tthis.selector = selector;\n\t\t\t\t\treturn this;\n\t\t\t\t}\n\n\t\t\t// HANDLE: $(expr, $(...))\n\t\t\t} else if ( !context || context.jquery ) {\n\t\t\t\treturn ( context || rootjQuery ).find( selector );\n\n\t\t\t// HANDLE: $(expr, context)\n\t\t\t// (which is just equivalent to: $(context).find(expr)\n\t\t\t} else {\n\t\t\t\treturn this.constructor( context ).find( selector );\n\t\t\t}\n\n\t\t// HANDLE: $(DOMElement)\n\t\t} else if ( selector.nodeType ) {\n\t\t\tthis.context = this[0] = selector;\n\t\t\tthis.length = 1;\n\t\t\treturn this;\n\n\t\t// HANDLE: $(function)\n\t\t// Shortcut for document ready\n\t\t} else if ( jQuery.isFunction( selector ) ) {\n\t\t\treturn typeof rootjQuery.ready !== \"undefined\" ?\n\t\t\t\trootjQuery.ready( selector ) :\n\t\t\t\t// Execute immediately if ready is not present\n\t\t\t\tselector( jQuery );\n\t\t}\n\n\t\tif ( selector.selector !== undefined ) {\n\t\t\tthis.selector = selector.selector;\n\t\t\tthis.context = selector.context;\n\t\t}\n\n\t\treturn jQuery.makeArray( selector, this );\n\t};\n\n// Give the init function the jQuery prototype for later instantiation\ninit.prototype = jQuery.fn;\n\n// Initialize central reference\nrootjQuery = jQuery( document );\n\n\nvar rparentsprev = /^(?:parents|prev(?:Until|All))/,\n\t// Methods guaranteed to produce a unique set when starting from a unique set\n\tguaranteedUnique = {\n\t\tchildren: true,\n\t\tcontents: true,\n\t\tnext: true,\n\t\tprev: true\n\t};\n\njQuery.extend({\n\tdir: function( elem, dir, until ) {\n\t\tvar matched = [],\n\t\t\ttruncate = until !== undefined;\n\n\t\twhile ( (elem = elem[ dir ]) && elem.nodeType !== 9 ) {\n\t\t\tif ( elem.nodeType === 1 ) {\n\t\t\t\tif ( truncate && jQuery( elem ).is( until ) ) {\n\t\t\t\t\tbreak;\n\t\t\t\t}\n\t\t\t\tmatched.push( elem );\n\t\t\t}\n\t\t}\n\t\treturn matched;\n\t},\n\n\tsibling: function( n, elem ) {\n\t\tvar matched = [];\n\n\t\tfor ( ; n; n = n.nextSibling ) {\n\t\t\tif ( n.nodeType === 1 && n !== elem ) {\n\t\t\t\tmatched.push( n );\n\t\t\t}\n\t\t}\n\n\t\treturn matched;\n\t}\n});\n\njQuery.fn.extend({\n\thas: function( target ) {\n\t\tvar targets = jQuery( target, this ),\n\t\t\tl = targets.length;\n\n\t\treturn this.filter(function() {\n\t\t\tvar i = 0;\n\t\t\tfor ( ; i < l; i++ ) {\n\t\t\t\tif ( jQuery.contains( this, targets[i] ) ) {\n\t\t\t\t\treturn true;\n\t\t\t\t}\n\t\t\t}\n\t\t});\n\t},\n\n\tclosest: function( selectors, context ) {\n\t\tvar cur,\n\t\t\ti = 0,\n\t\t\tl = this.length,\n\t\t\tmatched = [],\n\t\t\tpos = rneedsContext.test( selectors ) || typeof selectors !== \"string\" ?\n\t\t\t\tjQuery( selectors, context || this.context ) :\n\t\t\t\t0;\n\n\t\tfor ( ; i < l; i++ ) {\n\t\t\tfor ( cur = this[i]; cur && cur !== context; cur = cur.parentNode ) {\n\t\t\t\t// Always skip document fragments\n\t\t\t\tif ( cur.nodeType < 11 && (pos ?\n\t\t\t\t\tpos.index(cur) > -1 :\n\n\t\t\t\t\t// Don't pass non-elements to Sizzle\n\t\t\t\t\tcur.nodeType === 1 &&\n\t\t\t\t\t\tjQuery.find.matchesSelector(cur, selectors)) ) {\n\n\t\t\t\t\tmatched.push( cur );\n\t\t\t\t\tbreak;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\treturn this.pushStack( matched.length > 1 ? jQuery.unique( matched ) : matched );\n\t},\n\n\t// Determine the position of an element within the set\n\tindex: function( elem ) {\n\n\t\t// No argument, return index in parent\n\t\tif ( !elem ) {\n\t\t\treturn ( this[ 0 ] && this[ 0 ].parentNode ) ? this.first().prevAll().length : -1;\n\t\t}\n\n\t\t// Index in selector\n\t\tif ( typeof elem === \"string\" ) {\n\t\t\treturn indexOf.call( jQuery( elem ), this[ 0 ] );\n\t\t}\n\n\t\t// Locate the position of the desired element\n\t\treturn indexOf.call( this,\n\n\t\t\t// If it receives a jQuery object, the first element is used\n\t\t\telem.jquery ? elem[ 0 ] : elem\n\t\t);\n\t},\n\n\tadd: function( selector, context ) {\n\t\treturn this.pushStack(\n\t\t\tjQuery.unique(\n\t\t\t\tjQuery.merge( this.get(), jQuery( selector, context ) )\n\t\t\t)\n\t\t);\n\t},\n\n\taddBack: function( selector ) {\n\t\treturn this.add( selector == null ?\n\t\t\tthis.prevObject : this.prevObject.filter(selector)\n\t\t);\n\t}\n});\n\nfunction sibling( cur, dir ) {\n\twhile ( (cur = cur[dir]) && cur.nodeType !== 1 ) {}\n\treturn cur;\n}\n\njQuery.each({\n\tparent: function( elem ) {\n\t\tvar parent = elem.parentNode;\n\t\treturn parent && parent.nodeType !== 11 ? parent : null;\n\t},\n\tparents: function( elem ) {\n\t\treturn jQuery.dir( elem, \"parentNode\" );\n\t},\n\tparentsUntil: function( elem, i, until ) {\n\t\treturn jQuery.dir( elem, \"parentNode\", until );\n\t},\n\tnext: function( elem ) {\n\t\treturn sibling( elem, \"nextSibling\" );\n\t},\n\tprev: function( elem ) {\n\t\treturn sibling( elem, \"previousSibling\" );\n\t},\n\tnextAll: function( elem ) {\n\t\treturn jQuery.dir( elem, \"nextSibling\" );\n\t},\n\tprevAll: function( elem ) {\n\t\treturn jQuery.dir( elem, \"previousSibling\" );\n\t},\n\tnextUntil: function( elem, i, until ) {\n\t\treturn jQuery.dir( elem, \"nextSibling\", until );\n\t},\n\tprevUntil: function( elem, i, until ) {\n\t\treturn jQuery.dir( elem, \"previousSibling\", until );\n\t},\n\tsiblings: function( elem ) {\n\t\treturn jQuery.sibling( ( elem.parentNode || {} ).firstChild, elem );\n\t},\n\tchildren: function( elem ) {\n\t\treturn jQuery.sibling( elem.firstChild );\n\t},\n\tcontents: function( elem ) {\n\t\treturn elem.contentDocument || jQuery.merge( [], elem.childNodes );\n\t}\n}, function( name, fn ) {\n\tjQuery.fn[ name ] = function( until, selector ) {\n\t\tvar matched = jQuery.map( this, fn, until );\n\n\t\tif ( name.slice( -5 ) !== \"Until\" ) {\n\t\t\tselector = until;\n\t\t}\n\n\t\tif ( selector && typeof selector === \"string\" ) {\n\t\t\tmatched = jQuery.filter( selector, matched );\n\t\t}\n\n\t\tif ( this.length > 1 ) {\n\t\t\t// Remove duplicates\n\t\t\tif ( !guaranteedUnique[ name ] ) {\n\t\t\t\tjQuery.unique( matched );\n\t\t\t}\n\n\t\t\t// Reverse order for parents* and prev-derivatives\n\t\t\tif ( rparentsprev.test( name ) ) {\n\t\t\t\tmatched.reverse();\n\t\t\t}\n\t\t}\n\n\t\treturn this.pushStack( matched );\n\t};\n});\nvar rnotwhite = (/\\S+/g);\n\n\n\n// String to Object options format cache\nvar optionsCache = {};\n\n// Convert String-formatted options into Object-formatted ones and store in cache\nfunction createOptions( options ) {\n\tvar object = optionsCache[ options ] = {};\n\tjQuery.each( options.match( rnotwhite ) || [], function( _, flag ) {\n\t\tobject[ flag ] = true;\n\t});\n\treturn object;\n}\n\n/*\n * Create a callback list using the following parameters:\n *\n *\toptions: an optional list of space-separated options that will change how\n *\t\t\tthe callback list behaves or a more traditional option object\n *\n * By default a callback list will act like an event callback list and can be\n * \"fired\" multiple times.\n *\n * Possible options:\n *\n *\tonce:\t\t\twill ensure the callback list can only be fired once (like a Deferred)\n *\n *\tmemory:\t\t\twill keep track of previous values and will call any callback added\n *\t\t\t\t\tafter the list has been fired right away with the latest \"memorized\"\n *\t\t\t\t\tvalues (like a Deferred)\n *\n *\tunique:\t\t\twill ensure a callback can only be added once (no duplicate in the list)\n *\n *\tstopOnFalse:\tinterrupt callings when a callback returns false\n *\n */\njQuery.Callbacks = function( options ) {\n\n\t// Convert options from String-formatted to Object-formatted if needed\n\t// (we check in cache first)\n\toptions = typeof options === \"string\" ?\n\t\t( optionsCache[ options ] || createOptions( options ) ) :\n\t\tjQuery.extend( {}, options );\n\n\tvar // Last fire value (for non-forgettable lists)\n\t\tmemory,\n\t\t// Flag to know if list was already fired\n\t\tfired,\n\t\t// Flag to know if list is currently firing\n\t\tfiring,\n\t\t// First callback to fire (used internally by add and fireWith)\n\t\tfiringStart,\n\t\t// End of the loop when firing\n\t\tfiringLength,\n\t\t// Index of currently firing callback (modified by remove if needed)\n\t\tfiringIndex,\n\t\t// Actual callback list\n\t\tlist = [],\n\t\t// Stack of fire calls for repeatable lists\n\t\tstack = !options.once && [],\n\t\t// Fire callbacks\n\t\tfire = function( data ) {\n\t\t\tmemory = options.memory && data;\n\t\t\tfired = true;\n\t\t\tfiringIndex = firingStart || 0;\n\t\t\tfiringStart = 0;\n\t\t\tfiringLength = list.length;\n\t\t\tfiring = true;\n\t\t\tfor ( ; list && firingIndex < firingLength; firingIndex++ ) {\n\t\t\t\tif ( list[ firingIndex ].apply( data[ 0 ], data[ 1 ] ) === false && options.stopOnFalse ) {\n\t\t\t\t\tmemory = false; // To prevent further calls using add\n\t\t\t\t\tbreak;\n\t\t\t\t}\n\t\t\t}\n\t\t\tfiring = false;\n\t\t\tif ( list ) {\n\t\t\t\tif ( stack ) {\n\t\t\t\t\tif ( stack.length ) {\n\t\t\t\t\t\tfire( stack.shift() );\n\t\t\t\t\t}\n\t\t\t\t} else if ( memory ) {\n\t\t\t\t\tlist = [];\n\t\t\t\t} else {\n\t\t\t\t\tself.disable();\n\t\t\t\t}\n\t\t\t}\n\t\t},\n\t\t// Actual Callbacks object\n\t\tself = {\n\t\t\t// Add a callback or a collection of callbacks to the list\n\t\t\tadd: function() {\n\t\t\t\tif ( list ) {\n\t\t\t\t\t// First, we save the current length\n\t\t\t\t\tvar start = list.length;\n\t\t\t\t\t(function add( args ) {\n\t\t\t\t\t\tjQuery.each( args, function( _, arg ) {\n\t\t\t\t\t\t\tvar type = jQuery.type( arg );\n\t\t\t\t\t\t\tif ( type === \"function\" ) {\n\t\t\t\t\t\t\t\tif ( !options.unique || !self.has( arg ) ) {\n\t\t\t\t\t\t\t\t\tlist.push( arg );\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t} else if ( arg && arg.length && type !== \"string\" ) {\n\t\t\t\t\t\t\t\t// Inspect recursively\n\t\t\t\t\t\t\t\tadd( arg );\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t});\n\t\t\t\t\t})( arguments );\n\t\t\t\t\t// Do we need to add the callbacks to the\n\t\t\t\t\t// current firing batch?\n\t\t\t\t\tif ( firing ) {\n\t\t\t\t\t\tfiringLength = list.length;\n\t\t\t\t\t// With memory, if we're not firing then\n\t\t\t\t\t// we should call right away\n\t\t\t\t\t} else if ( memory ) {\n\t\t\t\t\t\tfiringStart = start;\n\t\t\t\t\t\tfire( memory );\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\treturn this;\n\t\t\t},\n\t\t\t// Remove a callback from the list\n\t\t\tremove: function() {\n\t\t\t\tif ( list ) {\n\t\t\t\t\tjQuery.each( arguments, function( _, arg ) {\n\t\t\t\t\t\tvar index;\n\t\t\t\t\t\twhile ( ( index = jQuery.inArray( arg, list, index ) ) > -1 ) {\n\t\t\t\t\t\t\tlist.splice( index, 1 );\n\t\t\t\t\t\t\t// Handle firing indexes\n\t\t\t\t\t\t\tif ( firing ) {\n\t\t\t\t\t\t\t\tif ( index <= firingLength ) {\n\t\t\t\t\t\t\t\t\tfiringLength--;\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\tif ( index <= firingIndex ) {\n\t\t\t\t\t\t\t\t\tfiringIndex--;\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t});\n\t\t\t\t}\n\t\t\t\treturn this;\n\t\t\t},\n\t\t\t// Check if a given callback is in the list.\n\t\t\t// If no argument is given, return whether or not list has callbacks attached.\n\t\t\thas: function( fn ) {\n\t\t\t\treturn fn ? jQuery.inArray( fn, list ) > -1 : !!( list && list.length );\n\t\t\t},\n\t\t\t// Remove all callbacks from the list\n\t\t\tempty: function() {\n\t\t\t\tlist = [];\n\t\t\t\tfiringLength = 0;\n\t\t\t\treturn this;\n\t\t\t},\n\t\t\t// Have the list do nothing anymore\n\t\t\tdisable: function() {\n\t\t\t\tlist = stack = memory = undefined;\n\t\t\t\treturn this;\n\t\t\t},\n\t\t\t// Is it disabled?\n\t\t\tdisabled: function() {\n\t\t\t\treturn !list;\n\t\t\t},\n\t\t\t// Lock the list in its current state\n\t\t\tlock: function() {\n\t\t\t\tstack = undefined;\n\t\t\t\tif ( !memory ) {\n\t\t\t\t\tself.disable();\n\t\t\t\t}\n\t\t\t\treturn this;\n\t\t\t},\n\t\t\t// Is it locked?\n\t\t\tlocked: function() {\n\t\t\t\treturn !stack;\n\t\t\t},\n\t\t\t// Call all callbacks with the given context and arguments\n\t\t\tfireWith: function( context, args ) {\n\t\t\t\tif ( list && ( !fired || stack ) ) {\n\t\t\t\t\targs = args || [];\n\t\t\t\t\targs = [ context, args.slice ? args.slice() : args ];\n\t\t\t\t\tif ( firing ) {\n\t\t\t\t\t\tstack.push( args );\n\t\t\t\t\t} else {\n\t\t\t\t\t\tfire( args );\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\treturn this;\n\t\t\t},\n\t\t\t// Call all the callbacks with the given arguments\n\t\t\tfire: function() {\n\t\t\t\tself.fireWith( this, arguments );\n\t\t\t\treturn this;\n\t\t\t},\n\t\t\t// To know if the callbacks have already been called at least once\n\t\t\tfired: function() {\n\t\t\t\treturn !!fired;\n\t\t\t}\n\t\t};\n\n\treturn self;\n};\n\n\njQuery.extend({\n\n\tDeferred: function( func ) {\n\t\tvar tuples = [\n\t\t\t\t// action, add listener, listener list, final state\n\t\t\t\t[ \"resolve\", \"done\", jQuery.Callbacks(\"once memory\"), \"resolved\" ],\n\t\t\t\t[ \"reject\", \"fail\", jQuery.Callbacks(\"once memory\"), \"rejected\" ],\n\t\t\t\t[ \"notify\", \"progress\", jQuery.Callbacks(\"memory\") ]\n\t\t\t],\n\t\t\tstate = \"pending\",\n\t\t\tpromise = {\n\t\t\t\tstate: function() {\n\t\t\t\t\treturn state;\n\t\t\t\t},\n\t\t\t\talways: function() {\n\t\t\t\t\tdeferred.done( arguments ).fail( arguments );\n\t\t\t\t\treturn this;\n\t\t\t\t},\n\t\t\t\tthen: function( /* fnDone, fnFail, fnProgress */ ) {\n\t\t\t\t\tvar fns = arguments;\n\t\t\t\t\treturn jQuery.Deferred(function( newDefer ) {\n\t\t\t\t\t\tjQuery.each( tuples, function( i, tuple ) {\n\t\t\t\t\t\t\tvar fn = jQuery.isFunction( fns[ i ] ) && fns[ i ];\n\t\t\t\t\t\t\t// deferred[ done | fail | progress ] for forwarding actions to newDefer\n\t\t\t\t\t\t\tdeferred[ tuple[1] ](function() {\n\t\t\t\t\t\t\t\tvar returned = fn && fn.apply( this, arguments );\n\t\t\t\t\t\t\t\tif ( returned && jQuery.isFunction( returned.promise ) ) {\n\t\t\t\t\t\t\t\t\treturned.promise()\n\t\t\t\t\t\t\t\t\t\t.done( newDefer.resolve )\n\t\t\t\t\t\t\t\t\t\t.fail( newDefer.reject )\n\t\t\t\t\t\t\t\t\t\t.progress( newDefer.notify );\n\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\tnewDefer[ tuple[ 0 ] + \"With\" ]( this === promise ? newDefer.promise() : this, fn ? [ returned ] : arguments );\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t});\n\t\t\t\t\t\t});\n\t\t\t\t\t\tfns = null;\n\t\t\t\t\t}).promise();\n\t\t\t\t},\n\t\t\t\t// Get a promise for this deferred\n\t\t\t\t// If obj is provided, the promise aspect is added to the object\n\t\t\t\tpromise: function( obj ) {\n\t\t\t\t\treturn obj != null ? jQuery.extend( obj, promise ) : promise;\n\t\t\t\t}\n\t\t\t},\n\t\t\tdeferred = {};\n\n\t\t// Keep pipe for back-compat\n\t\tpromise.pipe = promise.then;\n\n\t\t// Add list-specific methods\n\t\tjQuery.each( tuples, function( i, tuple ) {\n\t\t\tvar list = tuple[ 2 ],\n\t\t\t\tstateString = tuple[ 3 ];\n\n\t\t\t// promise[ done | fail | progress ] = list.add\n\t\t\tpromise[ tuple[1] ] = list.add;\n\n\t\t\t// Handle state\n\t\t\tif ( stateString ) {\n\t\t\t\tlist.add(function() {\n\t\t\t\t\t// state = [ resolved | rejected ]\n\t\t\t\t\tstate = stateString;\n\n\t\t\t\t// [ reject_list | resolve_list ].disable; progress_list.lock\n\t\t\t\t}, tuples[ i ^ 1 ][ 2 ].disable, tuples[ 2 ][ 2 ].lock );\n\t\t\t}\n\n\t\t\t// deferred[ resolve | reject | notify ]\n\t\t\tdeferred[ tuple[0] ] = function() {\n\t\t\t\tdeferred[ tuple[0] + \"With\" ]( this === deferred ? promise : this, arguments );\n\t\t\t\treturn this;\n\t\t\t};\n\t\t\tdeferred[ tuple[0] + \"With\" ] = list.fireWith;\n\t\t});\n\n\t\t// Make the deferred a promise\n\t\tpromise.promise( deferred );\n\n\t\t// Call given func if any\n\t\tif ( func ) {\n\t\t\tfunc.call( deferred, deferred );\n\t\t}\n\n\t\t// All done!\n\t\treturn deferred;\n\t},\n\n\t// Deferred helper\n\twhen: function( subordinate /* , ..., subordinateN */ ) {\n\t\tvar i = 0,\n\t\t\tresolveValues = slice.call( arguments ),\n\t\t\tlength = resolveValues.length,\n\n\t\t\t// the count of uncompleted subordinates\n\t\t\tremaining = length !== 1 || ( subordinate && jQuery.isFunction( subordinate.promise ) ) ? length : 0,\n\n\t\t\t// the master Deferred. If resolveValues consist of only a single Deferred, just use that.\n\t\t\tdeferred = remaining === 1 ? subordinate : jQuery.Deferred(),\n\n\t\t\t// Update function for both resolve and progress values\n\t\t\tupdateFunc = function( i, contexts, values ) {\n\t\t\t\treturn function( value ) {\n\t\t\t\t\tcontexts[ i ] = this;\n\t\t\t\t\tvalues[ i ] = arguments.length > 1 ? slice.call( arguments ) : value;\n\t\t\t\t\tif ( values === progressValues ) {\n\t\t\t\t\t\tdeferred.notifyWith( contexts, values );\n\t\t\t\t\t} else if ( !( --remaining ) ) {\n\t\t\t\t\t\tdeferred.resolveWith( contexts, values );\n\t\t\t\t\t}\n\t\t\t\t};\n\t\t\t},\n\n\t\t\tprogressValues, progressContexts, resolveContexts;\n\n\t\t// Add listeners to Deferred subordinates; treat others as resolved\n\t\tif ( length > 1 ) {\n\t\t\tprogressValues = new Array( length );\n\t\t\tprogressContexts = new Array( length );\n\t\t\tresolveContexts = new Array( length );\n\t\t\tfor ( ; i < length; i++ ) {\n\t\t\t\tif ( resolveValues[ i ] && jQuery.isFunction( resolveValues[ i ].promise ) ) {\n\t\t\t\t\tresolveValues[ i ].promise()\n\t\t\t\t\t\t.done( updateFunc( i, resolveContexts, resolveValues ) )\n\t\t\t\t\t\t.fail( deferred.reject )\n\t\t\t\t\t\t.progress( updateFunc( i, progressContexts, progressValues ) );\n\t\t\t\t} else {\n\t\t\t\t\t--remaining;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\t// If we're not waiting on anything, resolve the master\n\t\tif ( !remaining ) {\n\t\t\tdeferred.resolveWith( resolveContexts, resolveValues );\n\t\t}\n\n\t\treturn deferred.promise();\n\t}\n});\n\n\n// The deferred used on DOM ready\nvar readyList;\n\njQuery.fn.ready = function( fn ) {\n\t// Add the callback\n\tjQuery.ready.promise().done( fn );\n\n\treturn this;\n};\n\njQuery.extend({\n\t// Is the DOM ready to be used? Set to true once it occurs.\n\tisReady: false,\n\n\t// A counter to track how many items to wait for before\n\t// the ready event fires. See #6781\n\treadyWait: 1,\n\n\t// Hold (or release) the ready event\n\tholdReady: function( hold ) {\n\t\tif ( hold ) {\n\t\t\tjQuery.readyWait++;\n\t\t} else {\n\t\t\tjQuery.ready( true );\n\t\t}\n\t},\n\n\t// Handle when the DOM is ready\n\tready: function( wait ) {\n\n\t\t// Abort if there are pending holds or we're already ready\n\t\tif ( wait === true ? --jQuery.readyWait : jQuery.isReady ) {\n\t\t\treturn;\n\t\t}\n\n\t\t// Remember that the DOM is ready\n\t\tjQuery.isReady = true;\n\n\t\t// If a normal DOM Ready event fired, decrement, and wait if need be\n\t\tif ( wait !== true && --jQuery.readyWait > 0 ) {\n\t\t\treturn;\n\t\t}\n\n\t\t// If there are functions bound, to execute\n\t\treadyList.resolveWith( document, [ jQuery ] );\n\n\t\t// Trigger any bound ready events\n\t\tif ( jQuery.fn.triggerHandler ) {\n\t\t\tjQuery( document ).triggerHandler( \"ready\" );\n\t\t\tjQuery( document ).off( \"ready\" );\n\t\t}\n\t}\n});\n\n/**\n * The ready event handler and self cleanup method\n */\nfunction completed() {\n\tdocument.removeEventListener( \"DOMContentLoaded\", completed, false );\n\twindow.removeEventListener( \"load\", completed, false );\n\tjQuery.ready();\n}\n\njQuery.ready.promise = function( obj ) {\n\tif ( !readyList ) {\n\n\t\treadyList = jQuery.Deferred();\n\n\t\t// Catch cases where $(document).ready() is called after the browser event has already occurred.\n\t\t// We once tried to use readyState \"interactive\" here, but it caused issues like the one\n\t\t// discovered by ChrisS here: http://bugs.jquery.com/ticket/12282#comment:15\n\t\tif ( document.readyState === \"complete\" ) {\n\t\t\t// Handle it asynchronously to allow scripts the opportunity to delay ready\n\t\t\tsetTimeout( jQuery.ready );\n\n\t\t} else {\n\n\t\t\t// Use the handy event callback\n\t\t\tdocument.addEventListener( \"DOMContentLoaded\", completed, false );\n\n\t\t\t// A fallback to window.onload, that will always work\n\t\t\twindow.addEventListener( \"load\", completed, false );\n\t\t}\n\t}\n\treturn readyList.promise( obj );\n};\n\n// Kick off the DOM ready check even if the user does not\njQuery.ready.promise();\n\n\n\n\n// Multifunctional method to get and set values of a collection\n// The value/s can optionally be executed if it's a function\nvar access = jQuery.access = function( elems, fn, key, value, chainable, emptyGet, raw ) {\n\tvar i = 0,\n\t\tlen = elems.length,\n\t\tbulk = key == null;\n\n\t// Sets many values\n\tif ( jQuery.type( key ) === \"object\" ) {\n\t\tchainable = true;\n\t\tfor ( i in key ) {\n\t\t\tjQuery.access( elems, fn, i, key[i], true, emptyGet, raw );\n\t\t}\n\n\t// Sets one value\n\t} else if ( value !== undefined ) {\n\t\tchainable = true;\n\n\t\tif ( !jQuery.isFunction( value ) ) {\n\t\t\traw = true;\n\t\t}\n\n\t\tif ( bulk ) {\n\t\t\t// Bulk operations run against the entire set\n\t\t\tif ( raw ) {\n\t\t\t\tfn.call( elems, value );\n\t\t\t\tfn = null;\n\n\t\t\t// ...except when executing function values\n\t\t\t} else {\n\t\t\t\tbulk = fn;\n\t\t\t\tfn = function( elem, key, value ) {\n\t\t\t\t\treturn bulk.call( jQuery( elem ), value );\n\t\t\t\t};\n\t\t\t}\n\t\t}\n\n\t\tif ( fn ) {\n\t\t\tfor ( ; i < len; i++ ) {\n\t\t\t\tfn( elems[i], key, raw ? value : value.call( elems[i], i, fn( elems[i], key ) ) );\n\t\t\t}\n\t\t}\n\t}\n\n\treturn chainable ?\n\t\telems :\n\n\t\t// Gets\n\t\tbulk ?\n\t\t\tfn.call( elems ) :\n\t\t\tlen ? fn( elems[0], key ) : emptyGet;\n};\n\n\n/**\n * Determines whether an object can have data\n */\njQuery.acceptData = function( owner ) {\n\t// Accepts only:\n\t// - Node\n\t// - Node.ELEMENT_NODE\n\t// - Node.DOCUMENT_NODE\n\t// - Object\n\t// - Any\n\t/* jshint -W018 */\n\treturn owner.nodeType === 1 || owner.nodeType === 9 || !( +owner.nodeType );\n};\n\n\nfunction Data() {\n\t// Support: Android<4,\n\t// Old WebKit does not have Object.preventExtensions/freeze method,\n\t// return new empty object instead with no [[set]] accessor\n\tObject.defineProperty( this.cache = {}, 0, {\n\t\tget: function() {\n\t\t\treturn {};\n\t\t}\n\t});\n\n\tthis.expando = jQuery.expando + Data.uid++;\n}\n\nData.uid = 1;\nData.accepts = jQuery.acceptData;\n\nData.prototype = {\n\tkey: function( owner ) {\n\t\t// We can accept data for non-element nodes in modern browsers,\n\t\t// but we should not, see #8335.\n\t\t// Always return the key for a frozen object.\n\t\tif ( !Data.accepts( owner ) ) {\n\t\t\treturn 0;\n\t\t}\n\n\t\tvar descriptor = {},\n\t\t\t// Check if the owner object already has a cache key\n\t\t\tunlock = owner[ this.expando ];\n\n\t\t// If not, create one\n\t\tif ( !unlock ) {\n\t\t\tunlock = Data.uid++;\n\n\t\t\t// Secure it in a non-enumerable, non-writable property\n\t\t\ttry {\n\t\t\t\tdescriptor[ this.expando ] = { value: unlock };\n\t\t\t\tObject.defineProperties( owner, descriptor );\n\n\t\t\t// Support: Android<4\n\t\t\t// Fallback to a less secure definition\n\t\t\t} catch ( e ) {\n\t\t\t\tdescriptor[ this.expando ] = unlock;\n\t\t\t\tjQuery.extend( owner, descriptor );\n\t\t\t}\n\t\t}\n\n\t\t// Ensure the cache object\n\t\tif ( !this.cache[ unlock ] ) {\n\t\t\tthis.cache[ unlock ] = {};\n\t\t}\n\n\t\treturn unlock;\n\t},\n\tset: function( owner, data, value ) {\n\t\tvar prop,\n\t\t\t// There may be an unlock assigned to this node,\n\t\t\t// if there is no entry for this \"owner\", create one inline\n\t\t\t// and set the unlock as though an owner entry had always existed\n\t\t\tunlock = this.key( owner ),\n\t\t\tcache = this.cache[ unlock ];\n\n\t\t// Handle: [ owner, key, value ] args\n\t\tif ( typeof data === \"string\" ) {\n\t\t\tcache[ data ] = value;\n\n\t\t// Handle: [ owner, { properties } ] args\n\t\t} else {\n\t\t\t// Fresh assignments by object are shallow copied\n\t\t\tif ( jQuery.isEmptyObject( cache ) ) {\n\t\t\t\tjQuery.extend( this.cache[ unlock ], data );\n\t\t\t// Otherwise, copy the properties one-by-one to the cache object\n\t\t\t} else {\n\t\t\t\tfor ( prop in data ) {\n\t\t\t\t\tcache[ prop ] = data[ prop ];\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t\treturn cache;\n\t},\n\tget: function( owner, key ) {\n\t\t// Either a valid cache is found, or will be created.\n\t\t// New caches will be created and the unlock returned,\n\t\t// allowing direct access to the newly created\n\t\t// empty data object. A valid owner object must be provided.\n\t\tvar cache = this.cache[ this.key( owner ) ];\n\n\t\treturn key === undefined ?\n\t\t\tcache : cache[ key ];\n\t},\n\taccess: function( owner, key, value ) {\n\t\tvar stored;\n\t\t// In cases where either:\n\t\t//\n\t\t// 1. No key was specified\n\t\t// 2. A string key was specified, but no value provided\n\t\t//\n\t\t// Take the \"read\" path and allow the get method to determine\n\t\t// which value to return, respectively either:\n\t\t//\n\t\t// 1. The entire cache object\n\t\t// 2. The data stored at the key\n\t\t//\n\t\tif ( key === undefined ||\n\t\t\t\t((key && typeof key === \"string\") && value === undefined) ) {\n\n\t\t\tstored = this.get( owner, key );\n\n\t\t\treturn stored !== undefined ?\n\t\t\t\tstored : this.get( owner, jQuery.camelCase(key) );\n\t\t}\n\n\t\t// [*]When the key is not a string, or both a key and value\n\t\t// are specified, set or extend (existing objects) with either:\n\t\t//\n\t\t// 1. An object of properties\n\t\t// 2. A key and value\n\t\t//\n\t\tthis.set( owner, key, value );\n\n\t\t// Since the \"set\" path can have two possible entry points\n\t\t// return the expected data based on which path was taken[*]\n\t\treturn value !== undefined ? value : key;\n\t},\n\tremove: function( owner, key ) {\n\t\tvar i, name, camel,\n\t\t\tunlock = this.key( owner ),\n\t\t\tcache = this.cache[ unlock ];\n\n\t\tif ( key === undefined ) {\n\t\t\tthis.cache[ unlock ] = {};\n\n\t\t} else {\n\t\t\t// Support array or space separated string of keys\n\t\t\tif ( jQuery.isArray( key ) ) {\n\t\t\t\t// If \"name\" is an array of keys...\n\t\t\t\t// When data is initially created, via (\"key\", \"val\") signature,\n\t\t\t\t// keys will be converted to camelCase.\n\t\t\t\t// Since there is no way to tell _how_ a key was added, remove\n\t\t\t\t// both plain key and camelCase key. #12786\n\t\t\t\t// This will only penalize the array argument path.\n\t\t\t\tname = key.concat( key.map( jQuery.camelCase ) );\n\t\t\t} else {\n\t\t\t\tcamel = jQuery.camelCase( key );\n\t\t\t\t// Try the string as a key before any manipulation\n\t\t\t\tif ( key in cache ) {\n\t\t\t\t\tname = [ key, camel ];\n\t\t\t\t} else {\n\t\t\t\t\t// If a key with the spaces exists, use it.\n\t\t\t\t\t// Otherwise, create an array by matching non-whitespace\n\t\t\t\t\tname = camel;\n\t\t\t\t\tname = name in cache ?\n\t\t\t\t\t\t[ name ] : ( name.match( rnotwhite ) || [] );\n\t\t\t\t}\n\t\t\t}\n\n\t\t\ti = name.length;\n\t\t\twhile ( i-- ) {\n\t\t\t\tdelete cache[ name[ i ] ];\n\t\t\t}\n\t\t}\n\t},\n\thasData: function( owner ) {\n\t\treturn !jQuery.isEmptyObject(\n\t\t\tthis.cache[ owner[ this.expando ] ] || {}\n\t\t);\n\t},\n\tdiscard: function( owner ) {\n\t\tif ( owner[ this.expando ] ) {\n\t\t\tdelete this.cache[ owner[ this.expando ] ];\n\t\t}\n\t}\n};\nvar data_priv = new Data();\n\nvar data_user = new Data();\n\n\n\n//\tImplementation Summary\n//\n//\t1. Enforce API surface and semantic compatibility with 1.9.x branch\n//\t2. Improve the module's maintainability by reducing the storage\n//\t\tpaths to a single mechanism.\n//\t3. Use the same single mechanism to support \"private\" and \"user\" data.\n//\t4. _Never_ expose \"private\" data to user code (TODO: Drop _data, _removeData)\n//\t5. Avoid exposing implementation details on user objects (eg. expando properties)\n//\t6. Provide a clear path for implementation upgrade to WeakMap in 2014\n\nvar rbrace = /^(?:\\{[\\w\\W]*\\}|\\[[\\w\\W]*\\])$/,\n\trmultiDash = /([A-Z])/g;\n\nfunction dataAttr( elem, key, data ) {\n\tvar name;\n\n\t// If nothing was found internally, try to fetch any\n\t// data from the HTML5 data-* attribute\n\tif ( data === undefined && elem.nodeType === 1 ) {\n\t\tname = \"data-\" + key.replace( rmultiDash, \"-$1\" ).toLowerCase();\n\t\tdata = elem.getAttribute( name );\n\n\t\tif ( typeof data === \"string\" ) {\n\t\t\ttry {\n\t\t\t\tdata = data === \"true\" ? true :\n\t\t\t\t\tdata === \"false\" ? false :\n\t\t\t\t\tdata === \"null\" ? null :\n\t\t\t\t\t// Only convert to a number if it doesn't change the string\n\t\t\t\t\t+data + \"\" === data ? +data :\n\t\t\t\t\trbrace.test( data ) ? jQuery.parseJSON( data ) :\n\t\t\t\t\tdata;\n\t\t\t} catch( e ) {}\n\n\t\t\t// Make sure we set the data so it isn't changed later\n\t\t\tdata_user.set( elem, key, data );\n\t\t} else {\n\t\t\tdata = undefined;\n\t\t}\n\t}\n\treturn data;\n}\n\njQuery.extend({\n\thasData: function( elem ) {\n\t\treturn data_user.hasData( elem ) || data_priv.hasData( elem );\n\t},\n\n\tdata: function( elem, name, data ) {\n\t\treturn data_user.access( elem, name, data );\n\t},\n\n\tremoveData: function( elem, name ) {\n\t\tdata_user.remove( elem, name );\n\t},\n\n\t// TODO: Now that all calls to _data and _removeData have been replaced\n\t// with direct calls to data_priv methods, these can be deprecated.\n\t_data: function( elem, name, data ) {\n\t\treturn data_priv.access( elem, name, data );\n\t},\n\n\t_removeData: function( elem, name ) {\n\t\tdata_priv.remove( elem, name );\n\t}\n});\n\njQuery.fn.extend({\n\tdata: function( key, value ) {\n\t\tvar i, name, data,\n\t\t\telem = this[ 0 ],\n\t\t\tattrs = elem && elem.attributes;\n\n\t\t// Gets all values\n\t\tif ( key === undefined ) {\n\t\t\tif ( this.length ) {\n\t\t\t\tdata = data_user.get( elem );\n\n\t\t\t\tif ( elem.nodeType === 1 && !data_priv.get( elem, \"hasDataAttrs\" ) ) {\n\t\t\t\t\ti = attrs.length;\n\t\t\t\t\twhile ( i-- ) {\n\n\t\t\t\t\t\t// Support: IE11+\n\t\t\t\t\t\t// The attrs elements can be null (#14894)\n\t\t\t\t\t\tif ( attrs[ i ] ) {\n\t\t\t\t\t\t\tname = attrs[ i ].name;\n\t\t\t\t\t\t\tif ( name.indexOf( \"data-\" ) === 0 ) {\n\t\t\t\t\t\t\t\tname = jQuery.camelCase( name.slice(5) );\n\t\t\t\t\t\t\t\tdataAttr( elem, name, data[ name ] );\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t\tdata_priv.set( elem, \"hasDataAttrs\", true );\n\t\t\t\t}\n\t\t\t}\n\n\t\t\treturn data;\n\t\t}\n\n\t\t// Sets multiple values\n\t\tif ( typeof key === \"object\" ) {\n\t\t\treturn this.each(function() {\n\t\t\t\tdata_user.set( this, key );\n\t\t\t});\n\t\t}\n\n\t\treturn access( this, function( value ) {\n\t\t\tvar data,\n\t\t\t\tcamelKey = jQuery.camelCase( key );\n\n\t\t\t// The calling jQuery object (element matches) is not empty\n\t\t\t// (and therefore has an element appears at this[ 0 ]) and the\n\t\t\t// `value` parameter was not undefined. An empty jQuery object\n\t\t\t// will result in `undefined` for elem = this[ 0 ] which will\n\t\t\t// throw an exception if an attempt to read a data cache is made.\n\t\t\tif ( elem && value === undefined ) {\n\t\t\t\t// Attempt to get data from the cache\n\t\t\t\t// with the key as-is\n\t\t\t\tdata = data_user.get( elem, key );\n\t\t\t\tif ( data !== undefined ) {\n\t\t\t\t\treturn data;\n\t\t\t\t}\n\n\t\t\t\t// Attempt to get data from the cache\n\t\t\t\t// with the key camelized\n\t\t\t\tdata = data_user.get( elem, camelKey );\n\t\t\t\tif ( data !== undefined ) {\n\t\t\t\t\treturn data;\n\t\t\t\t}\n\n\t\t\t\t// Attempt to \"discover\" the data in\n\t\t\t\t// HTML5 custom data-* attrs\n\t\t\t\tdata = dataAttr( elem, camelKey, undefined );\n\t\t\t\tif ( data !== undefined ) {\n\t\t\t\t\treturn data;\n\t\t\t\t}\n\n\t\t\t\t// We tried really hard, but the data doesn't exist.\n\t\t\t\treturn;\n\t\t\t}\n\n\t\t\t// Set the data...\n\t\t\tthis.each(function() {\n\t\t\t\t// First, attempt to store a copy or reference of any\n\t\t\t\t// data that might've been store with a camelCased key.\n\t\t\t\tvar data = data_user.get( this, camelKey );\n\n\t\t\t\t// For HTML5 data-* attribute interop, we have to\n\t\t\t\t// store property names with dashes in a camelCase form.\n\t\t\t\t// This might not apply to all properties...*\n\t\t\t\tdata_user.set( this, camelKey, value );\n\n\t\t\t\t// *... In the case of properties that might _actually_\n\t\t\t\t// have dashes, we need to also store a copy of that\n\t\t\t\t// unchanged property.\n\t\t\t\tif ( key.indexOf(\"-\") !== -1 && data !== undefined ) {\n\t\t\t\t\tdata_user.set( this, key, value );\n\t\t\t\t}\n\t\t\t});\n\t\t}, null, value, arguments.length > 1, null, true );\n\t},\n\n\tremoveData: function( key ) {\n\t\treturn this.each(function() {\n\t\t\tdata_user.remove( this, key );\n\t\t});\n\t}\n});\n\n\njQuery.extend({\n\tqueue: function( elem, type, data ) {\n\t\tvar queue;\n\n\t\tif ( elem ) {\n\t\t\ttype = ( type || \"fx\" ) + \"queue\";\n\t\t\tqueue = data_priv.get( elem, type );\n\n\t\t\t// Speed up dequeue by getting out quickly if this is just a lookup\n\t\t\tif ( data ) {\n\t\t\t\tif ( !queue || jQuery.isArray( data ) ) {\n\t\t\t\t\tqueue = data_priv.access( elem, type, jQuery.makeArray(data) );\n\t\t\t\t} else {\n\t\t\t\t\tqueue.push( data );\n\t\t\t\t}\n\t\t\t}\n\t\t\treturn queue || [];\n\t\t}\n\t},\n\n\tdequeue: function( elem, type ) {\n\t\ttype = type || \"fx\";\n\n\t\tvar queue = jQuery.queue( elem, type ),\n\t\t\tstartLength = queue.length,\n\t\t\tfn = queue.shift(),\n\t\t\thooks = jQuery._queueHooks( elem, type ),\n\t\t\tnext = function() {\n\t\t\t\tjQuery.dequeue( elem, type );\n\t\t\t};\n\n\t\t// If the fx queue is dequeued, always remove the progress sentinel\n\t\tif ( fn === \"inprogress\" ) {\n\t\t\tfn = queue.shift();\n\t\t\tstartLength--;\n\t\t}\n\n\t\tif ( fn ) {\n\n\t\t\t// Add a progress sentinel to prevent the fx queue from being\n\t\t\t// automatically dequeued\n\t\t\tif ( type === \"fx\" ) {\n\t\t\t\tqueue.unshift( \"inprogress\" );\n\t\t\t}\n\n\t\t\t// Clear up the last queue stop function\n\t\t\tdelete hooks.stop;\n\t\t\tfn.call( elem, next, hooks );\n\t\t}\n\n\t\tif ( !startLength && hooks ) {\n\t\t\thooks.empty.fire();\n\t\t}\n\t},\n\n\t// Not public - generate a queueHooks object, or return the current one\n\t_queueHooks: function( elem, type ) {\n\t\tvar key = type + \"queueHooks\";\n\t\treturn data_priv.get( elem, key ) || data_priv.access( elem, key, {\n\t\t\tempty: jQuery.Callbacks(\"once memory\").add(function() {\n\t\t\t\tdata_priv.remove( elem, [ type + \"queue\", key ] );\n\t\t\t})\n\t\t});\n\t}\n});\n\njQuery.fn.extend({\n\tqueue: function( type, data ) {\n\t\tvar setter = 2;\n\n\t\tif ( typeof type !== \"string\" ) {\n\t\t\tdata = type;\n\t\t\ttype = \"fx\";\n\t\t\tsetter--;\n\t\t}\n\n\t\tif ( arguments.length < setter ) {\n\t\t\treturn jQuery.queue( this[0], type );\n\t\t}\n\n\t\treturn data === undefined ?\n\t\t\tthis :\n\t\t\tthis.each(function() {\n\t\t\t\tvar queue = jQuery.queue( this, type, data );\n\n\t\t\t\t// Ensure a hooks for this queue\n\t\t\t\tjQuery._queueHooks( this, type );\n\n\t\t\t\tif ( type === \"fx\" && queue[0] !== \"inprogress\" ) {\n\t\t\t\t\tjQuery.dequeue( this, type );\n\t\t\t\t}\n\t\t\t});\n\t},\n\tdequeue: function( type ) {\n\t\treturn this.each(function() {\n\t\t\tjQuery.dequeue( this, type );\n\t\t});\n\t},\n\tclearQueue: function( type ) {\n\t\treturn this.queue( type || \"fx\", [] );\n\t},\n\t// Get a promise resolved when queues of a certain type\n\t// are emptied (fx is the type by default)\n\tpromise: function( type, obj ) {\n\t\tvar tmp,\n\t\t\tcount = 1,\n\t\t\tdefer = jQuery.Deferred(),\n\t\t\telements = this,\n\t\t\ti = this.length,\n\t\t\tresolve = function() {\n\t\t\t\tif ( !( --count ) ) {\n\t\t\t\t\tdefer.resolveWith( elements, [ elements ] );\n\t\t\t\t}\n\t\t\t};\n\n\t\tif ( typeof type !== \"string\" ) {\n\t\t\tobj = type;\n\t\t\ttype = undefined;\n\t\t}\n\t\ttype = type || \"fx\";\n\n\t\twhile ( i-- ) {\n\t\t\ttmp = data_priv.get( elements[ i ], type + \"queueHooks\" );\n\t\t\tif ( tmp && tmp.empty ) {\n\t\t\t\tcount++;\n\t\t\t\ttmp.empty.add( resolve );\n\t\t\t}\n\t\t}\n\t\tresolve();\n\t\treturn defer.promise( obj );\n\t}\n});\nvar pnum = (/[+-]?(?:\\d*\\.|)\\d+(?:[eE][+-]?\\d+|)/).source;\n\nvar cssExpand = [ \"Top\", \"Right\", \"Bottom\", \"Left\" ];\n\nvar isHidden = function( elem, el ) {\n\t\t// isHidden might be called from jQuery#filter function;\n\t\t// in that case, element will be second argument\n\t\telem = el || elem;\n\t\treturn jQuery.css( elem, \"display\" ) === \"none\" || !jQuery.contains( elem.ownerDocument, elem );\n\t};\n\nvar rcheckableType = (/^(?:checkbox|radio)$/i);\n\n\n\n(function() {\n\tvar fragment = document.createDocumentFragment(),\n\t\tdiv = fragment.appendChild( document.createElement( \"div\" ) ),\n\t\tinput = document.createElement( \"input\" );\n\n\t// Support: Safari<=5.1\n\t// Check state lost if the name is set (#11217)\n\t// Support: Windows Web Apps (WWA)\n\t// `name` and `type` must use .setAttribute for WWA (#14901)\n\tinput.setAttribute( \"type\", \"radio\" );\n\tinput.setAttribute( \"checked\", \"checked\" );\n\tinput.setAttribute( \"name\", \"t\" );\n\n\tdiv.appendChild( input );\n\n\t// Support: Safari<=5.1, Android<4.2\n\t// Older WebKit doesn't clone checked state correctly in fragments\n\tsupport.checkClone = div.cloneNode( true ).cloneNode( true ).lastChild.checked;\n\n\t// Support: IE<=11+\n\t// Make sure textarea (and checkbox) defaultValue is properly cloned\n\tdiv.innerHTML = \"<textarea>x</textarea>\";\n\tsupport.noCloneChecked = !!div.cloneNode( true ).lastChild.defaultValue;\n})();\nvar strundefined = typeof undefined;\n\n\n\nsupport.focusinBubbles = \"onfocusin\" in window;\n\n\nvar\n\trkeyEvent = /^key/,\n\trmouseEvent = /^(?:mouse|pointer|contextmenu)|click/,\n\trfocusMorph = /^(?:focusinfocus|focusoutblur)$/,\n\trtypenamespace = /^([^.]*)(?:\\.(.+)|)$/;\n\nfunction returnTrue() {\n\treturn true;\n}\n\nfunction returnFalse() {\n\treturn false;\n}\n\nfunction safeActiveElement() {\n\ttry {\n\t\treturn document.activeElement;\n\t} catch ( err ) { }\n}\n\n/*\n * Helper functions for managing events -- not part of the public interface.\n * Props to Dean Edwards' addEvent library for many of the ideas.\n */\njQuery.event = {\n\n\tglobal: {},\n\n\tadd: function( elem, types, handler, data, selector ) {\n\n\t\tvar handleObjIn, eventHandle, tmp,\n\t\t\tevents, t, handleObj,\n\t\t\tspecial, handlers, type, namespaces, origType,\n\t\t\telemData = data_priv.get( elem );\n\n\t\t// Don't attach events to noData or text/comment nodes (but allow plain objects)\n\t\tif ( !elemData ) {\n\t\t\treturn;\n\t\t}\n\n\t\t// Caller can pass in an object of custom data in lieu of the handler\n\t\tif ( handler.handler ) {\n\t\t\thandleObjIn = handler;\n\t\t\thandler = handleObjIn.handler;\n\t\t\tselector = handleObjIn.selector;\n\t\t}\n\n\t\t// Make sure that the handler has a unique ID, used to find/remove it later\n\t\tif ( !handler.guid ) {\n\t\t\thandler.guid = jQuery.guid++;\n\t\t}\n\n\t\t// Init the element's event structure and main handler, if this is the first\n\t\tif ( !(events = elemData.events) ) {\n\t\t\tevents = elemData.events = {};\n\t\t}\n\t\tif ( !(eventHandle = elemData.handle) ) {\n\t\t\teventHandle = elemData.handle = function( e ) {\n\t\t\t\t// Discard the second event of a jQuery.event.trigger() and\n\t\t\t\t// when an event is called after a page has unloaded\n\t\t\t\treturn typeof jQuery !== strundefined && jQuery.event.triggered !== e.type ?\n\t\t\t\t\tjQuery.event.dispatch.apply( elem, arguments ) : undefined;\n\t\t\t};\n\t\t}\n\n\t\t// Handle multiple events separated by a space\n\t\ttypes = ( types || \"\" ).match( rnotwhite ) || [ \"\" ];\n\t\tt = types.length;\n\t\twhile ( t-- ) {\n\t\t\ttmp = rtypenamespace.exec( types[t] ) || [];\n\t\t\ttype = origType = tmp[1];\n\t\t\tnamespaces = ( tmp[2] || \"\" ).split( \".\" ).sort();\n\n\t\t\t// There *must* be a type, no attaching namespace-only handlers\n\t\t\tif ( !type ) {\n\t\t\t\tcontinue;\n\t\t\t}\n\n\t\t\t// If event changes its type, use the special event handlers for the changed type\n\t\t\tspecial = jQuery.event.special[ type ] || {};\n\n\t\t\t// If selector defined, determine special event api type, otherwise given type\n\t\t\ttype = ( selector ? special.delegateType : special.bindType ) || type;\n\n\t\t\t// Update special based on newly reset type\n\t\t\tspecial = jQuery.event.special[ type ] || {};\n\n\t\t\t// handleObj is passed to all event handlers\n\t\t\thandleObj = jQuery.extend({\n\t\t\t\ttype: type,\n\t\t\t\torigType: origType,\n\t\t\t\tdata: data,\n\t\t\t\thandler: handler,\n\t\t\t\tguid: handler.guid,\n\t\t\t\tselector: selector,\n\t\t\t\tneedsContext: selector && jQuery.expr.match.needsContext.test( selector ),\n\t\t\t\tnamespace: namespaces.join(\".\")\n\t\t\t}, handleObjIn );\n\n\t\t\t// Init the event handler queue if we're the first\n\t\t\tif ( !(handlers = events[ type ]) ) {\n\t\t\t\thandlers = events[ type ] = [];\n\t\t\t\thandlers.delegateCount = 0;\n\n\t\t\t\t// Only use addEventListener if the special events handler returns false\n\t\t\t\tif ( !special.setup || special.setup.call( elem, data, namespaces, eventHandle ) === false ) {\n\t\t\t\t\tif ( elem.addEventListener ) {\n\t\t\t\t\t\telem.addEventListener( type, eventHandle, false );\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\n\t\t\tif ( special.add ) {\n\t\t\t\tspecial.add.call( elem, handleObj );\n\n\t\t\t\tif ( !handleObj.handler.guid ) {\n\t\t\t\t\thandleObj.handler.guid = handler.guid;\n\t\t\t\t}\n\t\t\t}\n\n\t\t\t// Add to the element's handler list, delegates in front\n\t\t\tif ( selector ) {\n\t\t\t\thandlers.splice( handlers.delegateCount++, 0, handleObj );\n\t\t\t} else {\n\t\t\t\thandlers.push( handleObj );\n\t\t\t}\n\n\t\t\t// Keep track of which events have ever been used, for event optimization\n\t\t\tjQuery.event.global[ type ] = true;\n\t\t}\n\n\t},\n\n\t// Detach an event or set of events from an element\n\tremove: function( elem, types, handler, selector, mappedTypes ) {\n\n\t\tvar j, origCount, tmp,\n\t\t\tevents, t, handleObj,\n\t\t\tspecial, handlers, type, namespaces, origType,\n\t\t\telemData = data_priv.hasData( elem ) && data_priv.get( elem );\n\n\t\tif ( !elemData || !(events = elemData.events) ) {\n\t\t\treturn;\n\t\t}\n\n\t\t// Once for each type.namespace in types; type may be omitted\n\t\ttypes = ( types || \"\" ).match( rnotwhite ) || [ \"\" ];\n\t\tt = types.length;\n\t\twhile ( t-- ) {\n\t\t\ttmp = rtypenamespace.exec( types[t] ) || [];\n\t\t\ttype = origType = tmp[1];\n\t\t\tnamespaces = ( tmp[2] || \"\" ).split( \".\" ).sort();\n\n\t\t\t// Unbind all events (on this namespace, if provided) for the element\n\t\t\tif ( !type ) {\n\t\t\t\tfor ( type in events ) {\n\t\t\t\t\tjQuery.event.remove( elem, type + types[ t ], handler, selector, true );\n\t\t\t\t}\n\t\t\t\tcontinue;\n\t\t\t}\n\n\t\t\tspecial = jQuery.event.special[ type ] || {};\n\t\t\ttype = ( selector ? special.delegateType : special.bindType ) || type;\n\t\t\thandlers = events[ type ] || [];\n\t\t\ttmp = tmp[2] && new RegExp( \"(^|\\\\.)\" + namespaces.join(\"\\\\.(?:.*\\\\.|)\") + \"(\\\\.|$)\" );\n\n\t\t\t// Remove matching events\n\t\t\torigCount = j = handlers.length;\n\t\t\twhile ( j-- ) {\n\t\t\t\thandleObj = handlers[ j ];\n\n\t\t\t\tif ( ( mappedTypes || origType === handleObj.origType ) &&\n\t\t\t\t\t( !handler || handler.guid === handleObj.guid ) &&\n\t\t\t\t\t( !tmp || tmp.test( handleObj.namespace ) ) &&\n\t\t\t\t\t( !selector || selector === handleObj.selector || selector === \"**\" && handleObj.selector ) ) {\n\t\t\t\t\thandlers.splice( j, 1 );\n\n\t\t\t\t\tif ( handleObj.selector ) {\n\t\t\t\t\t\thandlers.delegateCount--;\n\t\t\t\t\t}\n\t\t\t\t\tif ( special.remove ) {\n\t\t\t\t\t\tspecial.remove.call( elem, handleObj );\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\n\t\t\t// Remove generic event handler if we removed something and no more handlers exist\n\t\t\t// (avoids potential for endless recursion during removal of special event handlers)\n\t\t\tif ( origCount && !handlers.length ) {\n\t\t\t\tif ( !special.teardown || special.teardown.call( elem, namespaces, elemData.handle ) === false ) {\n\t\t\t\t\tjQuery.removeEvent( elem, type, elemData.handle );\n\t\t\t\t}\n\n\t\t\t\tdelete events[ type ];\n\t\t\t}\n\t\t}\n\n\t\t// Remove the expando if it's no longer used\n\t\tif ( jQuery.isEmptyObject( events ) ) {\n\t\t\tdelete elemData.handle;\n\t\t\tdata_priv.remove( elem, \"events\" );\n\t\t}\n\t},\n\n\ttrigger: function( event, data, elem, onlyHandlers ) {\n\n\t\tvar i, cur, tmp, bubbleType, ontype, handle, special,\n\t\t\teventPath = [ elem || document ],\n\t\t\ttype = hasOwn.call( event, \"type\" ) ? event.type : event,\n\t\t\tnamespaces = hasOwn.call( event, \"namespace\" ) ? event.namespace.split(\".\") : [];\n\n\t\tcur = tmp = elem = elem || document;\n\n\t\t// Don't do events on text and comment nodes\n\t\tif ( elem.nodeType === 3 || elem.nodeType === 8 ) {\n\t\t\treturn;\n\t\t}\n\n\t\t// focus/blur morphs to focusin/out; ensure we're not firing them right now\n\t\tif ( rfocusMorph.test( type + jQuery.event.triggered ) ) {\n\t\t\treturn;\n\t\t}\n\n\t\tif ( type.indexOf(\".\") >= 0 ) {\n\t\t\t// Namespaced trigger; create a regexp to match event type in handle()\n\t\t\tnamespaces = type.split(\".\");\n\t\t\ttype = namespaces.shift();\n\t\t\tnamespaces.sort();\n\t\t}\n\t\tontype = type.indexOf(\":\") < 0 && \"on\" + type;\n\n\t\t// Caller can pass in a jQuery.Event object, Object, or just an event type string\n\t\tevent = event[ jQuery.expando ] ?\n\t\t\tevent :\n\t\t\tnew jQuery.Event( type, typeof event === \"object\" && event );\n\n\t\t// Trigger bitmask: & 1 for native handlers; & 2 for jQuery (always true)\n\t\tevent.isTrigger = onlyHandlers ? 2 : 3;\n\t\tevent.namespace = namespaces.join(\".\");\n\t\tevent.namespace_re = event.namespace ?\n\t\t\tnew RegExp( \"(^|\\\\.)\" + namespaces.join(\"\\\\.(?:.*\\\\.|)\") + \"(\\\\.|$)\" ) :\n\t\t\tnull;\n\n\t\t// Clean up the event in case it is being reused\n\t\tevent.result = undefined;\n\t\tif ( !event.target ) {\n\t\t\tevent.target = elem;\n\t\t}\n\n\t\t// Clone any incoming data and prepend the event, creating the handler arg list\n\t\tdata = data == null ?\n\t\t\t[ event ] :\n\t\t\tjQuery.makeArray( data, [ event ] );\n\n\t\t// Allow special events to draw outside the lines\n\t\tspecial = jQuery.event.special[ type ] || {};\n\t\tif ( !onlyHandlers && special.trigger && special.trigger.apply( elem, data ) === false ) {\n\t\t\treturn;\n\t\t}\n\n\t\t// Determine event propagation path in advance, per W3C events spec (#9951)\n\t\t// Bubble up to document, then to window; watch for a global ownerDocument var (#9724)\n\t\tif ( !onlyHandlers && !special.noBubble && !jQuery.isWindow( elem ) ) {\n\n\t\t\tbubbleType = special.delegateType || type;\n\t\t\tif ( !rfocusMorph.test( bubbleType + type ) ) {\n\t\t\t\tcur = cur.parentNode;\n\t\t\t}\n\t\t\tfor ( ; cur; cur = cur.parentNode ) {\n\t\t\t\teventPath.push( cur );\n\t\t\t\ttmp = cur;\n\t\t\t}\n\n\t\t\t// Only add window if we got to document (e.g., not plain obj or detached DOM)\n\t\t\tif ( tmp === (elem.ownerDocument || document) ) {\n\t\t\t\teventPath.push( tmp.defaultView || tmp.parentWindow || window );\n\t\t\t}\n\t\t}\n\n\t\t// Fire handlers on the event path\n\t\ti = 0;\n\t\twhile ( (cur = eventPath[i++]) && !event.isPropagationStopped() ) {\n\n\t\t\tevent.type = i > 1 ?\n\t\t\t\tbubbleType :\n\t\t\t\tspecial.bindType || type;\n\n\t\t\t// jQuery handler\n\t\t\thandle = ( data_priv.get( cur, \"events\" ) || {} )[ event.type ] && data_priv.get( cur, \"handle\" );\n\t\t\tif ( handle ) {\n\t\t\t\thandle.apply( cur, data );\n\t\t\t}\n\n\t\t\t// Native handler\n\t\t\thandle = ontype && cur[ ontype ];\n\t\t\tif ( handle && handle.apply && jQuery.acceptData( cur ) ) {\n\t\t\t\tevent.result = handle.apply( cur, data );\n\t\t\t\tif ( event.result === false ) {\n\t\t\t\t\tevent.preventDefault();\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t\tevent.type = type;\n\n\t\t// If nobody prevented the default action, do it now\n\t\tif ( !onlyHandlers && !event.isDefaultPrevented() ) {\n\n\t\t\tif ( (!special._default || special._default.apply( eventPath.pop(), data ) === false) &&\n\t\t\t\tjQuery.acceptData( elem ) ) {\n\n\t\t\t\t// Call a native DOM method on the target with the same name name as the event.\n\t\t\t\t// Don't do default actions on window, that's where global variables be (#6170)\n\t\t\t\tif ( ontype && jQuery.isFunction( elem[ type ] ) && !jQuery.isWindow( elem ) ) {\n\n\t\t\t\t\t// Don't re-trigger an onFOO event when we call its FOO() method\n\t\t\t\t\ttmp = elem[ ontype ];\n\n\t\t\t\t\tif ( tmp ) {\n\t\t\t\t\t\telem[ ontype ] = null;\n\t\t\t\t\t}\n\n\t\t\t\t\t// Prevent re-triggering of the same event, since we already bubbled it above\n\t\t\t\t\tjQuery.event.triggered = type;\n\t\t\t\t\telem[ type ]();\n\t\t\t\t\tjQuery.event.triggered = undefined;\n\n\t\t\t\t\tif ( tmp ) {\n\t\t\t\t\t\telem[ ontype ] = tmp;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\treturn event.result;\n\t},\n\n\tdispatch: function( event ) {\n\n\t\t// Make a writable jQuery.Event from the native event object\n\t\tevent = jQuery.event.fix( event );\n\n\t\tvar i, j, ret, matched, handleObj,\n\t\t\thandlerQueue = [],\n\t\t\targs = slice.call( arguments ),\n\t\t\thandlers = ( data_priv.get( this, \"events\" ) || {} )[ event.type ] || [],\n\t\t\tspecial = jQuery.event.special[ event.type ] || {};\n\n\t\t// Use the fix-ed jQuery.Event rather than the (read-only) native event\n\t\targs[0] = event;\n\t\tevent.delegateTarget = this;\n\n\t\t// Call the preDispatch hook for the mapped type, and let it bail if desired\n\t\tif ( special.preDispatch && special.preDispatch.call( this, event ) === false ) {\n\t\t\treturn;\n\t\t}\n\n\t\t// Determine handlers\n\t\thandlerQueue = jQuery.event.handlers.call( this, event, handlers );\n\n\t\t// Run delegates first; they may want to stop propagation beneath us\n\t\ti = 0;\n\t\twhile ( (matched = handlerQueue[ i++ ]) && !event.isPropagationStopped() ) {\n\t\t\tevent.currentTarget = matched.elem;\n\n\t\t\tj = 0;\n\t\t\twhile ( (handleObj = matched.handlers[ j++ ]) && !event.isImmediatePropagationStopped() ) {\n\n\t\t\t\t// Triggered event must either 1) have no namespace, or 2) have namespace(s)\n\t\t\t\t// a subset or equal to those in the bound event (both can have no namespace).\n\t\t\t\tif ( !event.namespace_re || event.namespace_re.test( handleObj.namespace ) ) {\n\n\t\t\t\t\tevent.handleObj = handleObj;\n\t\t\t\t\tevent.data = handleObj.data;\n\n\t\t\t\t\tret = ( (jQuery.event.special[ handleObj.origType ] || {}).handle || handleObj.handler )\n\t\t\t\t\t\t\t.apply( matched.elem, args );\n\n\t\t\t\t\tif ( ret !== undefined ) {\n\t\t\t\t\t\tif ( (event.result = ret) === false ) {\n\t\t\t\t\t\t\tevent.preventDefault();\n\t\t\t\t\t\t\tevent.stopPropagation();\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\t// Call the postDispatch hook for the mapped type\n\t\tif ( special.postDispatch ) {\n\t\t\tspecial.postDispatch.call( this, event );\n\t\t}\n\n\t\treturn event.result;\n\t},\n\n\thandlers: function( event, handlers ) {\n\t\tvar i, matches, sel, handleObj,\n\t\t\thandlerQueue = [],\n\t\t\tdelegateCount = handlers.delegateCount,\n\t\t\tcur = event.target;\n\n\t\t// Find delegate handlers\n\t\t// Black-hole SVG <use> instance trees (#13180)\n\t\t// Avoid non-left-click bubbling in Firefox (#3861)\n\t\tif ( delegateCount && cur.nodeType && (!event.button || event.type !== \"click\") ) {\n\n\t\t\tfor ( ; cur !== this; cur = cur.parentNode || this ) {\n\n\t\t\t\t// Don't process clicks on disabled elements (#6911, #8165, #11382, #11764)\n\t\t\t\tif ( cur.disabled !== true || event.type !== \"click\" ) {\n\t\t\t\t\tmatches = [];\n\t\t\t\t\tfor ( i = 0; i < delegateCount; i++ ) {\n\t\t\t\t\t\thandleObj = handlers[ i ];\n\n\t\t\t\t\t\t// Don't conflict with Object.prototype properties (#13203)\n\t\t\t\t\t\tsel = handleObj.selector + \" \";\n\n\t\t\t\t\t\tif ( matches[ sel ] === undefined ) {\n\t\t\t\t\t\t\tmatches[ sel ] = handleObj.needsContext ?\n\t\t\t\t\t\t\t\tjQuery( sel, this ).index( cur ) >= 0 :\n\t\t\t\t\t\t\t\tjQuery.find( sel, this, null, [ cur ] ).length;\n\t\t\t\t\t\t}\n\t\t\t\t\t\tif ( matches[ sel ] ) {\n\t\t\t\t\t\t\tmatches.push( handleObj );\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t\tif ( matches.length ) {\n\t\t\t\t\t\thandlerQueue.push({ elem: cur, handlers: matches });\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\t// Add the remaining (directly-bound) handlers\n\t\tif ( delegateCount < handlers.length ) {\n\t\t\thandlerQueue.push({ elem: this, handlers: handlers.slice( delegateCount ) });\n\t\t}\n\n\t\treturn handlerQueue;\n\t},\n\n\t// Includes some event props shared by KeyEvent and MouseEvent\n\tprops: \"altKey bubbles cancelable ctrlKey currentTarget eventPhase metaKey relatedTarget shiftKey target timeStamp view which\".split(\" \"),\n\n\tfixHooks: {},\n\n\tkeyHooks: {\n\t\tprops: \"char charCode key keyCode\".split(\" \"),\n\t\tfilter: function( event, original ) {\n\n\t\t\t// Add which for key events\n\t\t\tif ( event.which == null ) {\n\t\t\t\tevent.which = original.charCode != null ? original.charCode : original.keyCode;\n\t\t\t}\n\n\t\t\treturn event;\n\t\t}\n\t},\n\n\tmouseHooks: {\n\t\tprops: \"button buttons clientX clientY offsetX offsetY pageX pageY screenX screenY toElement\".split(\" \"),\n\t\tfilter: function( event, original ) {\n\t\t\tvar eventDoc, doc, body,\n\t\t\t\tbutton = original.button;\n\n\t\t\t// Calculate pageX/Y if missing and clientX/Y available\n\t\t\tif ( event.pageX == null && original.clientX != null ) {\n\t\t\t\teventDoc = event.target.ownerDocument || document;\n\t\t\t\tdoc = eventDoc.documentElement;\n\t\t\t\tbody = eventDoc.body;\n\n\t\t\t\tevent.pageX = original.clientX + ( doc && doc.scrollLeft || body && body.scrollLeft || 0 ) - ( doc && doc.clientLeft || body && body.clientLeft || 0 );\n\t\t\t\tevent.pageY = original.clientY + ( doc && doc.scrollTop || body && body.scrollTop || 0 ) - ( doc && doc.clientTop || body && body.clientTop || 0 );\n\t\t\t}\n\n\t\t\t// Add which for click: 1 === left; 2 === middle; 3 === right\n\t\t\t// Note: button is not normalized, so don't use it\n\t\t\tif ( !event.which && button !== undefined ) {\n\t\t\t\tevent.which = ( button & 1 ? 1 : ( button & 2 ? 3 : ( button & 4 ? 2 : 0 ) ) );\n\t\t\t}\n\n\t\t\treturn event;\n\t\t}\n\t},\n\n\tfix: function( event ) {\n\t\tif ( event[ jQuery.expando ] ) {\n\t\t\treturn event;\n\t\t}\n\n\t\t// Create a writable copy of the event object and normalize some properties\n\t\tvar i, prop, copy,\n\t\t\ttype = event.type,\n\t\t\toriginalEvent = event,\n\t\t\tfixHook = this.fixHooks[ type ];\n\n\t\tif ( !fixHook ) {\n\t\t\tthis.fixHooks[ type ] = fixHook =\n\t\t\t\trmouseEvent.test( type ) ? this.mouseHooks :\n\t\t\t\trkeyEvent.test( type ) ? this.keyHooks :\n\t\t\t\t{};\n\t\t}\n\t\tcopy = fixHook.props ? this.props.concat( fixHook.props ) : this.props;\n\n\t\tevent = new jQuery.Event( originalEvent );\n\n\t\ti = copy.length;\n\t\twhile ( i-- ) {\n\t\t\tprop = copy[ i ];\n\t\t\tevent[ prop ] = originalEvent[ prop ];\n\t\t}\n\n\t\t// Support: Cordova 2.5 (WebKit) (#13255)\n\t\t// All events should have a target; Cordova deviceready doesn't\n\t\tif ( !event.target ) {\n\t\t\tevent.target = document;\n\t\t}\n\n\t\t// Support: Safari 6.0+, Chrome<28\n\t\t// Target should not be a text node (#504, #13143)\n\t\tif ( event.target.nodeType === 3 ) {\n\t\t\tevent.target = event.target.parentNode;\n\t\t}\n\n\t\treturn fixHook.filter ? fixHook.filter( event, originalEvent ) : event;\n\t},\n\n\tspecial: {\n\t\tload: {\n\t\t\t// Prevent triggered image.load events from bubbling to window.load\n\t\t\tnoBubble: true\n\t\t},\n\t\tfocus: {\n\t\t\t// Fire native event if possible so blur/focus sequence is correct\n\t\t\ttrigger: function() {\n\t\t\t\tif ( this !== safeActiveElement() && this.focus ) {\n\t\t\t\t\tthis.focus();\n\t\t\t\t\treturn false;\n\t\t\t\t}\n\t\t\t},\n\t\t\tdelegateType: \"focusin\"\n\t\t},\n\t\tblur: {\n\t\t\ttrigger: function() {\n\t\t\t\tif ( this === safeActiveElement() && this.blur ) {\n\t\t\t\t\tthis.blur();\n\t\t\t\t\treturn false;\n\t\t\t\t}\n\t\t\t},\n\t\t\tdelegateType: \"focusout\"\n\t\t},\n\t\tclick: {\n\t\t\t// For checkbox, fire native event so checked state will be right\n\t\t\ttrigger: function() {\n\t\t\t\tif ( this.type === \"checkbox\" && this.click && jQuery.nodeName( this, \"input\" ) ) {\n\t\t\t\t\tthis.click();\n\t\t\t\t\treturn false;\n\t\t\t\t}\n\t\t\t},\n\n\t\t\t// For cross-browser consistency, don't fire native .click() on links\n\t\t\t_default: function( event ) {\n\t\t\t\treturn jQuery.nodeName( event.target, \"a\" );\n\t\t\t}\n\t\t},\n\n\t\tbeforeunload: {\n\t\t\tpostDispatch: function( event ) {\n\n\t\t\t\t// Support: Firefox 20+\n\t\t\t\t// Firefox doesn't alert if the returnValue field is not set.\n\t\t\t\tif ( event.result !== undefined && event.originalEvent ) {\n\t\t\t\t\tevent.originalEvent.returnValue = event.result;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\n\tsimulate: function( type, elem, event, bubble ) {\n\t\t// Piggyback on a donor event to simulate a different one.\n\t\t// Fake originalEvent to avoid donor's stopPropagation, but if the\n\t\t// simulated event prevents default then we do the same on the donor.\n\t\tvar e = jQuery.extend(\n\t\t\tnew jQuery.Event(),\n\t\t\tevent,\n\t\t\t{\n\t\t\t\ttype: type,\n\t\t\t\tisSimulated: true,\n\t\t\t\toriginalEvent: {}\n\t\t\t}\n\t\t);\n\t\tif ( bubble ) {\n\t\t\tjQuery.event.trigger( e, null, elem );\n\t\t} else {\n\t\t\tjQuery.event.dispatch.call( elem, e );\n\t\t}\n\t\tif ( e.isDefaultPrevented() ) {\n\t\t\tevent.preventDefault();\n\t\t}\n\t}\n};\n\njQuery.removeEvent = function( elem, type, handle ) {\n\tif ( elem.removeEventListener ) {\n\t\telem.removeEventListener( type, handle, false );\n\t}\n};\n\njQuery.Event = function( src, props ) {\n\t// Allow instantiation without the 'new' keyword\n\tif ( !(this instanceof jQuery.Event) ) {\n\t\treturn new jQuery.Event( src, props );\n\t}\n\n\t// Event object\n\tif ( src && src.type ) {\n\t\tthis.originalEvent = src;\n\t\tthis.type = src.type;\n\n\t\t// Events bubbling up the document may have been marked as prevented\n\t\t// by a handler lower down the tree; reflect the correct value.\n\t\tthis.isDefaultPrevented = src.defaultPrevented ||\n\t\t\t\tsrc.defaultPrevented === undefined &&\n\t\t\t\t// Support: Android<4.0\n\t\t\t\tsrc.returnValue === false ?\n\t\t\treturnTrue :\n\t\t\treturnFalse;\n\n\t// Event type\n\t} else {\n\t\tthis.type = src;\n\t}\n\n\t// Put explicitly provided properties onto the event object\n\tif ( props ) {\n\t\tjQuery.extend( this, props );\n\t}\n\n\t// Create a timestamp if incoming event doesn't have one\n\tthis.timeStamp = src && src.timeStamp || jQuery.now();\n\n\t// Mark it as fixed\n\tthis[ jQuery.expando ] = true;\n};\n\n// jQuery.Event is based on DOM3 Events as specified by the ECMAScript Language Binding\n// http://www.w3.org/TR/2003/WD-DOM-Level-3-Events-20030331/ecma-script-binding.html\njQuery.Event.prototype = {\n\tisDefaultPrevented: returnFalse,\n\tisPropagationStopped: returnFalse,\n\tisImmediatePropagationStopped: returnFalse,\n\n\tpreventDefault: function() {\n\t\tvar e = this.originalEvent;\n\n\t\tthis.isDefaultPrevented = returnTrue;\n\n\t\tif ( e && e.preventDefault ) {\n\t\t\te.preventDefault();\n\t\t}\n\t},\n\tstopPropagation: function() {\n\t\tvar e = this.originalEvent;\n\n\t\tthis.isPropagationStopped = returnTrue;\n\n\t\tif ( e && e.stopPropagation ) {\n\t\t\te.stopPropagation();\n\t\t}\n\t},\n\tstopImmediatePropagation: function() {\n\t\tvar e = this.originalEvent;\n\n\t\tthis.isImmediatePropagationStopped = returnTrue;\n\n\t\tif ( e && e.stopImmediatePropagation ) {\n\t\t\te.stopImmediatePropagation();\n\t\t}\n\n\t\tthis.stopPropagation();\n\t}\n};\n\n// Create mouseenter/leave events using mouseover/out and event-time checks\n// Support: Chrome 15+\njQuery.each({\n\tmouseenter: \"mouseover\",\n\tmouseleave: \"mouseout\",\n\tpointerenter: \"pointerover\",\n\tpointerleave: \"pointerout\"\n}, function( orig, fix ) {\n\tjQuery.event.special[ orig ] = {\n\t\tdelegateType: fix,\n\t\tbindType: fix,\n\n\t\thandle: function( event ) {\n\t\t\tvar ret,\n\t\t\t\ttarget = this,\n\t\t\t\trelated = event.relatedTarget,\n\t\t\t\thandleObj = event.handleObj;\n\n\t\t\t// For mousenter/leave call the handler if related is outside the target.\n\t\t\t// NB: No relatedTarget if the mouse left/entered the browser window\n\t\t\tif ( !related || (related !== target && !jQuery.contains( target, related )) ) {\n\t\t\t\tevent.type = handleObj.origType;\n\t\t\t\tret = handleObj.handler.apply( this, arguments );\n\t\t\t\tevent.type = fix;\n\t\t\t}\n\t\t\treturn ret;\n\t\t}\n\t};\n});\n\n// Support: Firefox, Chrome, Safari\n// Create \"bubbling\" focus and blur events\nif ( !support.focusinBubbles ) {\n\tjQuery.each({ focus: \"focusin\", blur: \"focusout\" }, function( orig, fix ) {\n\n\t\t// Attach a single capturing handler on the document while someone wants focusin/focusout\n\t\tvar handler = function( event ) {\n\t\t\t\tjQuery.event.simulate( fix, event.target, jQuery.event.fix( event ), true );\n\t\t\t};\n\n\t\tjQuery.event.special[ fix ] = {\n\t\t\tsetup: function() {\n\t\t\t\tvar doc = this.ownerDocument || this,\n\t\t\t\t\tattaches = data_priv.access( doc, fix );\n\n\t\t\t\tif ( !attaches ) {\n\t\t\t\t\tdoc.addEventListener( orig, handler, true );\n\t\t\t\t}\n\t\t\t\tdata_priv.access( doc, fix, ( attaches || 0 ) + 1 );\n\t\t\t},\n\t\t\tteardown: function() {\n\t\t\t\tvar doc = this.ownerDocument || this,\n\t\t\t\t\tattaches = data_priv.access( doc, fix ) - 1;\n\n\t\t\t\tif ( !attaches ) {\n\t\t\t\t\tdoc.removeEventListener( orig, handler, true );\n\t\t\t\t\tdata_priv.remove( doc, fix );\n\n\t\t\t\t} else {\n\t\t\t\t\tdata_priv.access( doc, fix, attaches );\n\t\t\t\t}\n\t\t\t}\n\t\t};\n\t});\n}\n\njQuery.fn.extend({\n\n\ton: function( types, selector, data, fn, /*INTERNAL*/ one ) {\n\t\tvar origFn, type;\n\n\t\t// Types can be a map of types/handlers\n\t\tif ( typeof types === \"object\" ) {\n\t\t\t// ( types-Object, selector, data )\n\t\t\tif ( typeof selector !== \"string\" ) {\n\t\t\t\t// ( types-Object, data )\n\t\t\t\tdata = data || selector;\n\t\t\t\tselector = undefined;\n\t\t\t}\n\t\t\tfor ( type in types ) {\n\t\t\t\tthis.on( type, selector, data, types[ type ], one );\n\t\t\t}\n\t\t\treturn this;\n\t\t}\n\n\t\tif ( data == null && fn == null ) {\n\t\t\t// ( types, fn )\n\t\t\tfn = selector;\n\t\t\tdata = selector = undefined;\n\t\t} else if ( fn == null ) {\n\t\t\tif ( typeof selector === \"string\" ) {\n\t\t\t\t// ( types, selector, fn )\n\t\t\t\tfn = data;\n\t\t\t\tdata = undefined;\n\t\t\t} else {\n\t\t\t\t// ( types, data, fn )\n\t\t\t\tfn = data;\n\t\t\t\tdata = selector;\n\t\t\t\tselector = undefined;\n\t\t\t}\n\t\t}\n\t\tif ( fn === false ) {\n\t\t\tfn = returnFalse;\n\t\t} else if ( !fn ) {\n\t\t\treturn this;\n\t\t}\n\n\t\tif ( one === 1 ) {\n\t\t\torigFn = fn;\n\t\t\tfn = function( event ) {\n\t\t\t\t// Can use an empty set, since event contains the info\n\t\t\t\tjQuery().off( event );\n\t\t\t\treturn origFn.apply( this, arguments );\n\t\t\t};\n\t\t\t// Use same guid so caller can remove using origFn\n\t\t\tfn.guid = origFn.guid || ( origFn.guid = jQuery.guid++ );\n\t\t}\n\t\treturn this.each( function() {\n\t\t\tjQuery.event.add( this, types, fn, data, selector );\n\t\t});\n\t},\n\tone: function( types, selector, data, fn ) {\n\t\treturn this.on( types, selector, data, fn, 1 );\n\t},\n\toff: function( types, selector, fn ) {\n\t\tvar handleObj, type;\n\t\tif ( types && types.preventDefault && types.handleObj ) {\n\t\t\t// ( event ) dispatched jQuery.Event\n\t\t\thandleObj = types.handleObj;\n\t\t\tjQuery( types.delegateTarget ).off(\n\t\t\t\thandleObj.namespace ? handleObj.origType + \".\" + handleObj.namespace : handleObj.origType,\n\t\t\t\thandleObj.selector,\n\t\t\t\thandleObj.handler\n\t\t\t);\n\t\t\treturn this;\n\t\t}\n\t\tif ( typeof types === \"object\" ) {\n\t\t\t// ( types-object [, selector] )\n\t\t\tfor ( type in types ) {\n\t\t\t\tthis.off( type, selector, types[ type ] );\n\t\t\t}\n\t\t\treturn this;\n\t\t}\n\t\tif ( selector === false || typeof selector === \"function\" ) {\n\t\t\t// ( types [, fn] )\n\t\t\tfn = selector;\n\t\t\tselector = undefined;\n\t\t}\n\t\tif ( fn === false ) {\n\t\t\tfn = returnFalse;\n\t\t}\n\t\treturn this.each(function() {\n\t\t\tjQuery.event.remove( this, types, fn, selector );\n\t\t});\n\t},\n\n\ttrigger: function( type, data ) {\n\t\treturn this.each(function() {\n\t\t\tjQuery.event.trigger( type, data, this );\n\t\t});\n\t},\n\ttriggerHandler: function( type, data ) {\n\t\tvar elem = this[0];\n\t\tif ( elem ) {\n\t\t\treturn jQuery.event.trigger( type, data, elem, true );\n\t\t}\n\t}\n});\n\n\nvar\n\trxhtmlTag = /<(?!area|br|col|embed|hr|img|input|link|meta|param)(([\\w:]+)[^>]*)\\/>/gi,\n\trtagName = /<([\\w:]+)/,\n\trhtml = /<|&#?\\w+;/,\n\trnoInnerhtml = /<(?:script|style|link)/i,\n\t// checked=\"checked\" or checked\n\trchecked = /checked\\s*(?:[^=]|=\\s*.checked.)/i,\n\trscriptType = /^$|\\/(?:java|ecma)script/i,\n\trscriptTypeMasked = /^true\\/(.*)/,\n\trcleanScript = /^\\s*<!(?:\\[CDATA\\[|--)|(?:\\]\\]|--)>\\s*$/g,\n\n\t// We have to close these tags to support XHTML (#13200)\n\twrapMap = {\n\n\t\t// Support: IE9\n\t\toption: [ 1, \"<select multiple='multiple'>\", \"</select>\" ],\n\n\t\tthead: [ 1, \"<table>\", \"</table>\" ],\n\t\tcol: [ 2, \"<table><colgroup>\", \"</colgroup></table>\" ],\n\t\ttr: [ 2, \"<table><tbody>\", \"</tbody></table>\" ],\n\t\ttd: [ 3, \"<table><tbody><tr>\", \"</tr></tbody></table>\" ],\n\n\t\t_default: [ 0, \"\", \"\" ]\n\t};\n\n// Support: IE9\nwrapMap.optgroup = wrapMap.option;\n\nwrapMap.tbody = wrapMap.tfoot = wrapMap.colgroup = wrapMap.caption = wrapMap.thead;\nwrapMap.th = wrapMap.td;\n\n// Support: 1.x compatibility\n// Manipulating tables requires a tbody\nfunction manipulationTarget( elem, content ) {\n\treturn jQuery.nodeName( elem, \"table\" ) &&\n\t\tjQuery.nodeName( content.nodeType !== 11 ? content : content.firstChild, \"tr\" ) ?\n\n\t\telem.getElementsByTagName(\"tbody\")[0] ||\n\t\t\telem.appendChild( elem.ownerDocument.createElement(\"tbody\") ) :\n\t\telem;\n}\n\n// Replace/restore the type attribute of script elements for safe DOM manipulation\nfunction disableScript( elem ) {\n\telem.type = (elem.getAttribute(\"type\") !== null) + \"/\" + elem.type;\n\treturn elem;\n}\nfunction restoreScript( elem ) {\n\tvar match = rscriptTypeMasked.exec( elem.type );\n\n\tif ( match ) {\n\t\telem.type = match[ 1 ];\n\t} else {\n\t\telem.removeAttribute(\"type\");\n\t}\n\n\treturn elem;\n}\n\n// Mark scripts as having already been evaluated\nfunction setGlobalEval( elems, refElements ) {\n\tvar i = 0,\n\t\tl = elems.length;\n\n\tfor ( ; i < l; i++ ) {\n\t\tdata_priv.set(\n\t\t\telems[ i ], \"globalEval\", !refElements || data_priv.get( refElements[ i ], \"globalEval\" )\n\t\t);\n\t}\n}\n\nfunction cloneCopyEvent( src, dest ) {\n\tvar i, l, type, pdataOld, pdataCur, udataOld, udataCur, events;\n\n\tif ( dest.nodeType !== 1 ) {\n\t\treturn;\n\t}\n\n\t// 1. Copy private data: events, handlers, etc.\n\tif ( data_priv.hasData( src ) ) {\n\t\tpdataOld = data_priv.access( src );\n\t\tpdataCur = data_priv.set( dest, pdataOld );\n\t\tevents = pdataOld.events;\n\n\t\tif ( events ) {\n\t\t\tdelete pdataCur.handle;\n\t\t\tpdataCur.events = {};\n\n\t\t\tfor ( type in events ) {\n\t\t\t\tfor ( i = 0, l = events[ type ].length; i < l; i++ ) {\n\t\t\t\t\tjQuery.event.add( dest, type, events[ type ][ i ] );\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n\n\t// 2. Copy user data\n\tif ( data_user.hasData( src ) ) {\n\t\tudataOld = data_user.access( src );\n\t\tudataCur = jQuery.extend( {}, udataOld );\n\n\t\tdata_user.set( dest, udataCur );\n\t}\n}\n\nfunction getAll( context, tag ) {\n\tvar ret = context.getElementsByTagName ? context.getElementsByTagName( tag || \"*\" ) :\n\t\t\tcontext.querySelectorAll ? context.querySelectorAll( tag || \"*\" ) :\n\t\t\t[];\n\n\treturn tag === undefined || tag && jQuery.nodeName( context, tag ) ?\n\t\tjQuery.merge( [ context ], ret ) :\n\t\tret;\n}\n\n// Fix IE bugs, see support tests\nfunction fixInput( src, dest ) {\n\tvar nodeName = dest.nodeName.toLowerCase();\n\n\t// Fails to persist the checked state of a cloned checkbox or radio button.\n\tif ( nodeName === \"input\" && rcheckableType.test( src.type ) ) {\n\t\tdest.checked = src.checked;\n\n\t// Fails to return the selected option to the default selected state when cloning options\n\t} else if ( nodeName === \"input\" || nodeName === \"textarea\" ) {\n\t\tdest.defaultValue = src.defaultValue;\n\t}\n}\n\njQuery.extend({\n\tclone: function( elem, dataAndEvents, deepDataAndEvents ) {\n\t\tvar i, l, srcElements, destElements,\n\t\t\tclone = elem.cloneNode( true ),\n\t\t\tinPage = jQuery.contains( elem.ownerDocument, elem );\n\n\t\t// Fix IE cloning issues\n\t\tif ( !support.noCloneChecked && ( elem.nodeType === 1 || elem.nodeType === 11 ) &&\n\t\t\t\t!jQuery.isXMLDoc( elem ) ) {\n\n\t\t\t// We eschew Sizzle here for performance reasons: http://jsperf.com/getall-vs-sizzle/2\n\t\t\tdestElements = getAll( clone );\n\t\t\tsrcElements = getAll( elem );\n\n\t\t\tfor ( i = 0, l = srcElements.length; i < l; i++ ) {\n\t\t\t\tfixInput( srcElements[ i ], destElements[ i ] );\n\t\t\t}\n\t\t}\n\n\t\t// Copy the events from the original to the clone\n\t\tif ( dataAndEvents ) {\n\t\t\tif ( deepDataAndEvents ) {\n\t\t\t\tsrcElements = srcElements || getAll( elem );\n\t\t\t\tdestElements = destElements || getAll( clone );\n\n\t\t\t\tfor ( i = 0, l = srcElements.length; i < l; i++ ) {\n\t\t\t\t\tcloneCopyEvent( srcElements[ i ], destElements[ i ] );\n\t\t\t\t}\n\t\t\t} else {\n\t\t\t\tcloneCopyEvent( elem, clone );\n\t\t\t}\n\t\t}\n\n\t\t// Preserve script evaluation history\n\t\tdestElements = getAll( clone, \"script\" );\n\t\tif ( destElements.length > 0 ) {\n\t\t\tsetGlobalEval( destElements, !inPage && getAll( elem, \"script\" ) );\n\t\t}\n\n\t\t// Return the cloned set\n\t\treturn clone;\n\t},\n\n\tbuildFragment: function( elems, context, scripts, selection ) {\n\t\tvar elem, tmp, tag, wrap, contains, j,\n\t\t\tfragment = context.createDocumentFragment(),\n\t\t\tnodes = [],\n\t\t\ti = 0,\n\t\t\tl = elems.length;\n\n\t\tfor ( ; i < l; i++ ) {\n\t\t\telem = elems[ i ];\n\n\t\t\tif ( elem || elem === 0 ) {\n\n\t\t\t\t// Add nodes directly\n\t\t\t\tif ( jQuery.type( elem ) === \"object\" ) {\n\t\t\t\t\t// Support: QtWebKit, PhantomJS\n\t\t\t\t\t// push.apply(_, arraylike) throws on ancient WebKit\n\t\t\t\t\tjQuery.merge( nodes, elem.nodeType ? [ elem ] : elem );\n\n\t\t\t\t// Convert non-html into a text node\n\t\t\t\t} else if ( !rhtml.test( elem ) ) {\n\t\t\t\t\tnodes.push( context.createTextNode( elem ) );\n\n\t\t\t\t// Convert html into DOM nodes\n\t\t\t\t} else {\n\t\t\t\t\ttmp = tmp || fragment.appendChild( context.createElement(\"div\") );\n\n\t\t\t\t\t// Deserialize a standard representation\n\t\t\t\t\ttag = ( rtagName.exec( elem ) || [ \"\", \"\" ] )[ 1 ].toLowerCase();\n\t\t\t\t\twrap = wrapMap[ tag ] || wrapMap._default;\n\t\t\t\t\ttmp.innerHTML = wrap[ 1 ] + elem.replace( rxhtmlTag, \"<$1></$2>\" ) + wrap[ 2 ];\n\n\t\t\t\t\t// Descend through wrappers to the right content\n\t\t\t\t\tj = wrap[ 0 ];\n\t\t\t\t\twhile ( j-- ) {\n\t\t\t\t\t\ttmp = tmp.lastChild;\n\t\t\t\t\t}\n\n\t\t\t\t\t// Support: QtWebKit, PhantomJS\n\t\t\t\t\t// push.apply(_, arraylike) throws on ancient WebKit\n\t\t\t\t\tjQuery.merge( nodes, tmp.childNodes );\n\n\t\t\t\t\t// Remember the top-level container\n\t\t\t\t\ttmp = fragment.firstChild;\n\n\t\t\t\t\t// Ensure the created nodes are orphaned (#12392)\n\t\t\t\t\ttmp.textContent = \"\";\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\t// Remove wrapper from fragment\n\t\tfragment.textContent = \"\";\n\n\t\ti = 0;\n\t\twhile ( (elem = nodes[ i++ ]) ) {\n\n\t\t\t// #4087 - If origin and destination elements are the same, and this is\n\t\t\t// that element, do not do anything\n\t\t\tif ( selection && jQuery.inArray( elem, selection ) !== -1 ) {\n\t\t\t\tcontinue;\n\t\t\t}\n\n\t\t\tcontains = jQuery.contains( elem.ownerDocument, elem );\n\n\t\t\t// Append to fragment\n\t\t\ttmp = getAll( fragment.appendChild( elem ), \"script\" );\n\n\t\t\t// Preserve script evaluation history\n\t\t\tif ( contains ) {\n\t\t\t\tsetGlobalEval( tmp );\n\t\t\t}\n\n\t\t\t// Capture executables\n\t\t\tif ( scripts ) {\n\t\t\t\tj = 0;\n\t\t\t\twhile ( (elem = tmp[ j++ ]) ) {\n\t\t\t\t\tif ( rscriptType.test( elem.type || \"\" ) ) {\n\t\t\t\t\t\tscripts.push( elem );\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\treturn fragment;\n\t},\n\n\tcleanData: function( elems ) {\n\t\tvar data, elem, type, key,\n\t\t\tspecial = jQuery.event.special,\n\t\t\ti = 0;\n\n\t\tfor ( ; (elem = elems[ i ]) !== undefined; i++ ) {\n\t\t\tif ( jQuery.acceptData( elem ) ) {\n\t\t\t\tkey = elem[ data_priv.expando ];\n\n\t\t\t\tif ( key && (data = data_priv.cache[ key ]) ) {\n\t\t\t\t\tif ( data.events ) {\n\t\t\t\t\t\tfor ( type in data.events ) {\n\t\t\t\t\t\t\tif ( special[ type ] ) {\n\t\t\t\t\t\t\t\tjQuery.event.remove( elem, type );\n\n\t\t\t\t\t\t\t// This is a shortcut to avoid jQuery.event.remove's overhead\n\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\tjQuery.removeEvent( elem, type, data.handle );\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t\tif ( data_priv.cache[ key ] ) {\n\t\t\t\t\t\t// Discard any remaining `private` data\n\t\t\t\t\t\tdelete data_priv.cache[ key ];\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t\t// Discard any remaining `user` data\n\t\t\tdelete data_user.cache[ elem[ data_user.expando ] ];\n\t\t}\n\t}\n});\n\njQuery.fn.extend({\n\ttext: function( value ) {\n\t\treturn access( this, function( value ) {\n\t\t\treturn value === undefined ?\n\t\t\t\tjQuery.text( this ) :\n\t\t\t\tthis.empty().each(function() {\n\t\t\t\t\tif ( this.nodeType === 1 || this.nodeType === 11 || this.nodeType === 9 ) {\n\t\t\t\t\t\tthis.textContent = value;\n\t\t\t\t\t}\n\t\t\t\t});\n\t\t}, null, value, arguments.length );\n\t},\n\n\tappend: function() {\n\t\treturn this.domManip( arguments, function( elem ) {\n\t\t\tif ( this.nodeType === 1 || this.nodeType === 11 || this.nodeType === 9 ) {\n\t\t\t\tvar target = manipulationTarget( this, elem );\n\t\t\t\ttarget.appendChild( elem );\n\t\t\t}\n\t\t});\n\t},\n\n\tprepend: function() {\n\t\treturn this.domManip( arguments, function( elem ) {\n\t\t\tif ( this.nodeType === 1 || this.nodeType === 11 || this.nodeType === 9 ) {\n\t\t\t\tvar target = manipulationTarget( this, elem );\n\t\t\t\ttarget.insertBefore( elem, target.firstChild );\n\t\t\t}\n\t\t});\n\t},\n\n\tbefore: function() {\n\t\treturn this.domManip( arguments, function( elem ) {\n\t\t\tif ( this.parentNode ) {\n\t\t\t\tthis.parentNode.insertBefore( elem, this );\n\t\t\t}\n\t\t});\n\t},\n\n\tafter: function() {\n\t\treturn this.domManip( arguments, function( elem ) {\n\t\t\tif ( this.parentNode ) {\n\t\t\t\tthis.parentNode.insertBefore( elem, this.nextSibling );\n\t\t\t}\n\t\t});\n\t},\n\n\tremove: function( selector, keepData /* Internal Use Only */ ) {\n\t\tvar elem,\n\t\t\telems = selector ? jQuery.filter( selector, this ) : this,\n\t\t\ti = 0;\n\n\t\tfor ( ; (elem = elems[i]) != null; i++ ) {\n\t\t\tif ( !keepData && elem.nodeType === 1 ) {\n\t\t\t\tjQuery.cleanData( getAll( elem ) );\n\t\t\t}\n\n\t\t\tif ( elem.parentNode ) {\n\t\t\t\tif ( keepData && jQuery.contains( elem.ownerDocument, elem ) ) {\n\t\t\t\t\tsetGlobalEval( getAll( elem, \"script\" ) );\n\t\t\t\t}\n\t\t\t\telem.parentNode.removeChild( elem );\n\t\t\t}\n\t\t}\n\n\t\treturn this;\n\t},\n\n\tempty: function() {\n\t\tvar elem,\n\t\t\ti = 0;\n\n\t\tfor ( ; (elem = this[i]) != null; i++ ) {\n\t\t\tif ( elem.nodeType === 1 ) {\n\n\t\t\t\t// Prevent memory leaks\n\t\t\t\tjQuery.cleanData( getAll( elem, false ) );\n\n\t\t\t\t// Remove any remaining nodes\n\t\t\t\telem.textContent = \"\";\n\t\t\t}\n\t\t}\n\n\t\treturn this;\n\t},\n\n\tclone: function( dataAndEvents, deepDataAndEvents ) {\n\t\tdataAndEvents = dataAndEvents == null ? false : dataAndEvents;\n\t\tdeepDataAndEvents = deepDataAndEvents == null ? dataAndEvents : deepDataAndEvents;\n\n\t\treturn this.map(function() {\n\t\t\treturn jQuery.clone( this, dataAndEvents, deepDataAndEvents );\n\t\t});\n\t},\n\n\thtml: function( value ) {\n\t\treturn access( this, function( value ) {\n\t\t\tvar elem = this[ 0 ] || {},\n\t\t\t\ti = 0,\n\t\t\t\tl = this.length;\n\n\t\t\tif ( value === undefined && elem.nodeType === 1 ) {\n\t\t\t\treturn elem.innerHTML;\n\t\t\t}\n\n\t\t\t// See if we can take a shortcut and just use innerHTML\n\t\t\tif ( typeof value === \"string\" && !rnoInnerhtml.test( value ) &&\n\t\t\t\t!wrapMap[ ( rtagName.exec( value ) || [ \"\", \"\" ] )[ 1 ].toLowerCase() ] ) {\n\n\t\t\t\tvalue = value.replace( rxhtmlTag, \"<$1></$2>\" );\n\n\t\t\t\ttry {\n\t\t\t\t\tfor ( ; i < l; i++ ) {\n\t\t\t\t\t\telem = this[ i ] || {};\n\n\t\t\t\t\t\t// Remove element nodes and prevent memory leaks\n\t\t\t\t\t\tif ( elem.nodeType === 1 ) {\n\t\t\t\t\t\t\tjQuery.cleanData( getAll( elem, false ) );\n\t\t\t\t\t\t\telem.innerHTML = value;\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\n\t\t\t\t\telem = 0;\n\n\t\t\t\t// If using innerHTML throws an exception, use the fallback method\n\t\t\t\t} catch( e ) {}\n\t\t\t}\n\n\t\t\tif ( elem ) {\n\t\t\t\tthis.empty().append( value );\n\t\t\t}\n\t\t}, null, value, arguments.length );\n\t},\n\n\treplaceWith: function() {\n\t\tvar arg = arguments[ 0 ];\n\n\t\t// Make the changes, replacing each context element with the new content\n\t\tthis.domManip( arguments, function( elem ) {\n\t\t\targ = this.parentNode;\n\n\t\t\tjQuery.cleanData( getAll( this ) );\n\n\t\t\tif ( arg ) {\n\t\t\t\targ.replaceChild( elem, this );\n\t\t\t}\n\t\t});\n\n\t\t// Force removal if there was no new content (e.g., from empty arguments)\n\t\treturn arg && (arg.length || arg.nodeType) ? this : this.remove();\n\t},\n\n\tdetach: function( selector ) {\n\t\treturn this.remove( selector, true );\n\t},\n\n\tdomManip: function( args, callback ) {\n\n\t\t// Flatten any nested arrays\n\t\targs = concat.apply( [], args );\n\n\t\tvar fragment, first, scripts, hasScripts, node, doc,\n\t\t\ti = 0,\n\t\t\tl = this.length,\n\t\t\tset = this,\n\t\t\tiNoClone = l - 1,\n\t\t\tvalue = args[ 0 ],\n\t\t\tisFunction = jQuery.isFunction( value );\n\n\t\t// We can't cloneNode fragments that contain checked, in WebKit\n\t\tif ( isFunction ||\n\t\t\t\t( l > 1 && typeof value === \"string\" &&\n\t\t\t\t\t!support.checkClone && rchecked.test( value ) ) ) {\n\t\t\treturn this.each(function( index ) {\n\t\t\t\tvar self = set.eq( index );\n\t\t\t\tif ( isFunction ) {\n\t\t\t\t\targs[ 0 ] = value.call( this, index, self.html() );\n\t\t\t\t}\n\t\t\t\tself.domManip( args, callback );\n\t\t\t});\n\t\t}\n\n\t\tif ( l ) {\n\t\t\tfragment = jQuery.buildFragment( args, this[ 0 ].ownerDocument, false, this );\n\t\t\tfirst = fragment.firstChild;\n\n\t\t\tif ( fragment.childNodes.length === 1 ) {\n\t\t\t\tfragment = first;\n\t\t\t}\n\n\t\t\tif ( first ) {\n\t\t\t\tscripts = jQuery.map( getAll( fragment, \"script\" ), disableScript );\n\t\t\t\thasScripts = scripts.length;\n\n\t\t\t\t// Use the original fragment for the last item instead of the first because it can end up\n\t\t\t\t// being emptied incorrectly in certain situations (#8070).\n\t\t\t\tfor ( ; i < l; i++ ) {\n\t\t\t\t\tnode = fragment;\n\n\t\t\t\t\tif ( i !== iNoClone ) {\n\t\t\t\t\t\tnode = jQuery.clone( node, true, true );\n\n\t\t\t\t\t\t// Keep references to cloned scripts for later restoration\n\t\t\t\t\t\tif ( hasScripts ) {\n\t\t\t\t\t\t\t// Support: QtWebKit\n\t\t\t\t\t\t\t// jQuery.merge because push.apply(_, arraylike) throws\n\t\t\t\t\t\t\tjQuery.merge( scripts, getAll( node, \"script\" ) );\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\n\t\t\t\t\tcallback.call( this[ i ], node, i );\n\t\t\t\t}\n\n\t\t\t\tif ( hasScripts ) {\n\t\t\t\t\tdoc = scripts[ scripts.length - 1 ].ownerDocument;\n\n\t\t\t\t\t// Reenable scripts\n\t\t\t\t\tjQuery.map( scripts, restoreScript );\n\n\t\t\t\t\t// Evaluate executable scripts on first document insertion\n\t\t\t\t\tfor ( i = 0; i < hasScripts; i++ ) {\n\t\t\t\t\t\tnode = scripts[ i ];\n\t\t\t\t\t\tif ( rscriptType.test( node.type || \"\" ) &&\n\t\t\t\t\t\t\t!data_priv.access( node, \"globalEval\" ) && jQuery.contains( doc, node ) ) {\n\n\t\t\t\t\t\t\tif ( node.src ) {\n\t\t\t\t\t\t\t\t// Optional AJAX dependency, but won't run scripts if not present\n\t\t\t\t\t\t\t\tif ( jQuery._evalUrl ) {\n\t\t\t\t\t\t\t\t\tjQuery._evalUrl( node.src );\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\tjQuery.globalEval( node.textContent.replace( rcleanScript, \"\" ) );\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\treturn this;\n\t}\n});\n\njQuery.each({\n\tappendTo: \"append\",\n\tprependTo: \"prepend\",\n\tinsertBefore: \"before\",\n\tinsertAfter: \"after\",\n\treplaceAll: \"replaceWith\"\n}, function( name, original ) {\n\tjQuery.fn[ name ] = function( selector ) {\n\t\tvar elems,\n\t\t\tret = [],\n\t\t\tinsert = jQuery( selector ),\n\t\t\tlast = insert.length - 1,\n\t\t\ti = 0;\n\n\t\tfor ( ; i <= last; i++ ) {\n\t\t\telems = i === last ? this : this.clone( true );\n\t\t\tjQuery( insert[ i ] )[ original ]( elems );\n\n\t\t\t// Support: QtWebKit\n\t\t\t// .get() because push.apply(_, arraylike) throws\n\t\t\tpush.apply( ret, elems.get() );\n\t\t}\n\n\t\treturn this.pushStack( ret );\n\t};\n});\n\n\nvar iframe,\n\telemdisplay = {};\n\n/**\n * Retrieve the actual display of a element\n * @param {String} name nodeName of the element\n * @param {Object} doc Document object\n */\n// Called only from within defaultDisplay\nfunction actualDisplay( name, doc ) {\n\tvar style,\n\t\telem = jQuery( doc.createElement( name ) ).appendTo( doc.body ),\n\n\t\t// getDefaultComputedStyle might be reliably used only on attached element\n\t\tdisplay = window.getDefaultComputedStyle && ( style = window.getDefaultComputedStyle( elem[ 0 ] ) ) ?\n\n\t\t\t// Use of this method is a temporary fix (more like optimization) until something better comes along,\n\t\t\t// since it was removed from specification and supported only in FF\n\t\t\tstyle.display : jQuery.css( elem[ 0 ], \"display\" );\n\n\t// We don't have any data stored on the element,\n\t// so use \"detach\" method as fast way to get rid of the element\n\telem.detach();\n\n\treturn display;\n}\n\n/**\n * Try to determine the default display value of an element\n * @param {String} nodeName\n */\nfunction defaultDisplay( nodeName ) {\n\tvar doc = document,\n\t\tdisplay = elemdisplay[ nodeName ];\n\n\tif ( !display ) {\n\t\tdisplay = actualDisplay( nodeName, doc );\n\n\t\t// If the simple way fails, read from inside an iframe\n\t\tif ( display === \"none\" || !display ) {\n\n\t\t\t// Use the already-created iframe if possible\n\t\t\tiframe = (iframe || jQuery( \"<iframe frameborder='0' width='0' height='0'/>\" )).appendTo( doc.documentElement );\n\n\t\t\t// Always write a new HTML skeleton so Webkit and Firefox don't choke on reuse\n\t\t\tdoc = iframe[ 0 ].contentDocument;\n\n\t\t\t// Support: IE\n\t\t\tdoc.write();\n\t\t\tdoc.close();\n\n\t\t\tdisplay = actualDisplay( nodeName, doc );\n\t\t\tiframe.detach();\n\t\t}\n\n\t\t// Store the correct default display\n\t\telemdisplay[ nodeName ] = display;\n\t}\n\n\treturn display;\n}\nvar rmargin = (/^margin/);\n\nvar rnumnonpx = new RegExp( \"^(\" + pnum + \")(?!px)[a-z%]+$\", \"i\" );\n\nvar getStyles = function( elem ) {\n\t\t// Support: IE<=11+, Firefox<=30+ (#15098, #14150)\n\t\t// IE throws on elements created in popups\n\t\t// FF meanwhile throws on frame elements through \"defaultView.getComputedStyle\"\n\t\tif ( elem.ownerDocument.defaultView.opener ) {\n\t\t\treturn elem.ownerDocument.defaultView.getComputedStyle( elem, null );\n\t\t}\n\n\t\treturn window.getComputedStyle( elem, null );\n\t};\n\n\n\nfunction curCSS( elem, name, computed ) {\n\tvar width, minWidth, maxWidth, ret,\n\t\tstyle = elem.style;\n\n\tcomputed = computed || getStyles( elem );\n\n\t// Support: IE9\n\t// getPropertyValue is only needed for .css('filter') (#12537)\n\tif ( computed ) {\n\t\tret = computed.getPropertyValue( name ) || computed[ name ];\n\t}\n\n\tif ( computed ) {\n\n\t\tif ( ret === \"\" && !jQuery.contains( elem.ownerDocument, elem ) ) {\n\t\t\tret = jQuery.style( elem, name );\n\t\t}\n\n\t\t// Support: iOS < 6\n\t\t// A tribute to the \"awesome hack by Dean Edwards\"\n\t\t// iOS < 6 (at least) returns percentage for a larger set of values, but width seems to be reliably pixels\n\t\t// this is against the CSSOM draft spec: http://dev.w3.org/csswg/cssom/#resolved-values\n\t\tif ( rnumnonpx.test( ret ) && rmargin.test( name ) ) {\n\n\t\t\t// Remember the original values\n\t\t\twidth = style.width;\n\t\t\tminWidth = style.minWidth;\n\t\t\tmaxWidth = style.maxWidth;\n\n\t\t\t// Put in the new values to get a computed value out\n\t\t\tstyle.minWidth = style.maxWidth = style.width = ret;\n\t\t\tret = computed.width;\n\n\t\t\t// Revert the changed values\n\t\t\tstyle.width = width;\n\t\t\tstyle.minWidth = minWidth;\n\t\t\tstyle.maxWidth = maxWidth;\n\t\t}\n\t}\n\n\treturn ret !== undefined ?\n\t\t// Support: IE\n\t\t// IE returns zIndex value as an integer.\n\t\tret + \"\" :\n\t\tret;\n}\n\n\nfunction addGetHookIf( conditionFn, hookFn ) {\n\t// Define the hook, we'll check on the first run if it's really needed.\n\treturn {\n\t\tget: function() {\n\t\t\tif ( conditionFn() ) {\n\t\t\t\t// Hook not needed (or it's not possible to use it due\n\t\t\t\t// to missing dependency), remove it.\n\t\t\t\tdelete this.get;\n\t\t\t\treturn;\n\t\t\t}\n\n\t\t\t// Hook needed; redefine it so that the support test is not executed again.\n\t\t\treturn (this.get = hookFn).apply( this, arguments );\n\t\t}\n\t};\n}\n\n\n(function() {\n\tvar pixelPositionVal, boxSizingReliableVal,\n\t\tdocElem = document.documentElement,\n\t\tcontainer = document.createElement( \"div\" ),\n\t\tdiv = document.createElement( \"div\" );\n\n\tif ( !div.style ) {\n\t\treturn;\n\t}\n\n\t// Support: IE9-11+\n\t// Style of cloned element affects source element cloned (#8908)\n\tdiv.style.backgroundClip = \"content-box\";\n\tdiv.cloneNode( true ).style.backgroundClip = \"\";\n\tsupport.clearCloneStyle = div.style.backgroundClip === \"content-box\";\n\n\tcontainer.style.cssText = \"border:0;width:0;height:0;top:0;left:-9999px;margin-top:1px;\" +\n\t\t\"position:absolute\";\n\tcontainer.appendChild( div );\n\n\t// Executing both pixelPosition & boxSizingReliable tests require only one layout\n\t// so they're executed at the same time to save the second computation.\n\tfunction computePixelPositionAndBoxSizingReliable() {\n\t\tdiv.style.cssText =\n\t\t\t// Support: Firefox<29, Android 2.3\n\t\t\t// Vendor-prefix box-sizing\n\t\t\t\"-webkit-box-sizing:border-box;-moz-box-sizing:border-box;\" +\n\t\t\t\"box-sizing:border-box;display:block;margin-top:1%;top:1%;\" +\n\t\t\t\"border:1px;padding:1px;width:4px;position:absolute\";\n\t\tdiv.innerHTML = \"\";\n\t\tdocElem.appendChild( container );\n\n\t\tvar divStyle = window.getComputedStyle( div, null );\n\t\tpixelPositionVal = divStyle.top !== \"1%\";\n\t\tboxSizingReliableVal = divStyle.width === \"4px\";\n\n\t\tdocElem.removeChild( container );\n\t}\n\n\t// Support: node.js jsdom\n\t// Don't assume that getComputedStyle is a property of the global object\n\tif ( window.getComputedStyle ) {\n\t\tjQuery.extend( support, {\n\t\t\tpixelPosition: function() {\n\n\t\t\t\t// This test is executed only once but we still do memoizing\n\t\t\t\t// since we can use the boxSizingReliable pre-computing.\n\t\t\t\t// No need to check if the test was already performed, though.\n\t\t\t\tcomputePixelPositionAndBoxSizingReliable();\n\t\t\t\treturn pixelPositionVal;\n\t\t\t},\n\t\t\tboxSizingReliable: function() {\n\t\t\t\tif ( boxSizingReliableVal == null ) {\n\t\t\t\t\tcomputePixelPositionAndBoxSizingReliable();\n\t\t\t\t}\n\t\t\t\treturn boxSizingReliableVal;\n\t\t\t},\n\t\t\treliableMarginRight: function() {\n\n\t\t\t\t// Support: Android 2.3\n\t\t\t\t// Check if div with explicit width and no margin-right incorrectly\n\t\t\t\t// gets computed margin-right based on width of container. (#3333)\n\t\t\t\t// WebKit Bug 13343 - getComputedStyle returns wrong value for margin-right\n\t\t\t\t// This support function is only executed once so no memoizing is needed.\n\t\t\t\tvar ret,\n\t\t\t\t\tmarginDiv = div.appendChild( document.createElement( \"div\" ) );\n\n\t\t\t\t// Reset CSS: box-sizing; display; margin; border; padding\n\t\t\t\tmarginDiv.style.cssText = div.style.cssText =\n\t\t\t\t\t// Support: Firefox<29, Android 2.3\n\t\t\t\t\t// Vendor-prefix box-sizing\n\t\t\t\t\t\"-webkit-box-sizing:content-box;-moz-box-sizing:content-box;\" +\n\t\t\t\t\t\"box-sizing:content-box;display:block;margin:0;border:0;padding:0\";\n\t\t\t\tmarginDiv.style.marginRight = marginDiv.style.width = \"0\";\n\t\t\t\tdiv.style.width = \"1px\";\n\t\t\t\tdocElem.appendChild( container );\n\n\t\t\t\tret = !parseFloat( window.getComputedStyle( marginDiv, null ).marginRight );\n\n\t\t\t\tdocElem.removeChild( container );\n\t\t\t\tdiv.removeChild( marginDiv );\n\n\t\t\t\treturn ret;\n\t\t\t}\n\t\t});\n\t}\n})();\n\n\n// A method for quickly swapping in/out CSS properties to get correct calculations.\njQuery.swap = function( elem, options, callback, args ) {\n\tvar ret, name,\n\t\told = {};\n\n\t// Remember the old values, and insert the new ones\n\tfor ( name in options ) {\n\t\told[ name ] = elem.style[ name ];\n\t\telem.style[ name ] = options[ name ];\n\t}\n\n\tret = callback.apply( elem, args || [] );\n\n\t// Revert the old values\n\tfor ( name in options ) {\n\t\telem.style[ name ] = old[ name ];\n\t}\n\n\treturn ret;\n};\n\n\nvar\n\t// Swappable if display is none or starts with table except \"table\", \"table-cell\", or \"table-caption\"\n\t// See here for display values: https://developer.mozilla.org/en-US/docs/CSS/display\n\trdisplayswap = /^(none|table(?!-c[ea]).+)/,\n\trnumsplit = new RegExp( \"^(\" + pnum + \")(.*)$\", \"i\" ),\n\trrelNum = new RegExp( \"^([+-])=(\" + pnum + \")\", \"i\" ),\n\n\tcssShow = { position: \"absolute\", visibility: \"hidden\", display: \"block\" },\n\tcssNormalTransform = {\n\t\tletterSpacing: \"0\",\n\t\tfontWeight: \"400\"\n\t},\n\n\tcssPrefixes = [ \"Webkit\", \"O\", \"Moz\", \"ms\" ];\n\n// Return a css property mapped to a potentially vendor prefixed property\nfunction vendorPropName( style, name ) {\n\n\t// Shortcut for names that are not vendor prefixed\n\tif ( name in style ) {\n\t\treturn name;\n\t}\n\n\t// Check for vendor prefixed names\n\tvar capName = name[0].toUpperCase() + name.slice(1),\n\t\torigName = name,\n\t\ti = cssPrefixes.length;\n\n\twhile ( i-- ) {\n\t\tname = cssPrefixes[ i ] + capName;\n\t\tif ( name in style ) {\n\t\t\treturn name;\n\t\t}\n\t}\n\n\treturn origName;\n}\n\nfunction setPositiveNumber( elem, value, subtract ) {\n\tvar matches = rnumsplit.exec( value );\n\treturn matches ?\n\t\t// Guard against undefined \"subtract\", e.g., when used as in cssHooks\n\t\tMath.max( 0, matches[ 1 ] - ( subtract || 0 ) ) + ( matches[ 2 ] || \"px\" ) :\n\t\tvalue;\n}\n\nfunction augmentWidthOrHeight( elem, name, extra, isBorderBox, styles ) {\n\tvar i = extra === ( isBorderBox ? \"border\" : \"content\" ) ?\n\t\t// If we already have the right measurement, avoid augmentation\n\t\t4 :\n\t\t// Otherwise initialize for horizontal or vertical properties\n\t\tname === \"width\" ? 1 : 0,\n\n\t\tval = 0;\n\n\tfor ( ; i < 4; i += 2 ) {\n\t\t// Both box models exclude margin, so add it if we want it\n\t\tif ( extra === \"margin\" ) {\n\t\t\tval += jQuery.css( elem, extra + cssExpand[ i ], true, styles );\n\t\t}\n\n\t\tif ( isBorderBox ) {\n\t\t\t// border-box includes padding, so remove it if we want content\n\t\t\tif ( extra === \"content\" ) {\n\t\t\t\tval -= jQuery.css( elem, \"padding\" + cssExpand[ i ], true, styles );\n\t\t\t}\n\n\t\t\t// At this point, extra isn't border nor margin, so remove border\n\t\t\tif ( extra !== \"margin\" ) {\n\t\t\t\tval -= jQuery.css( elem, \"border\" + cssExpand[ i ] + \"Width\", true, styles );\n\t\t\t}\n\t\t} else {\n\t\t\t// At this point, extra isn't content, so add padding\n\t\t\tval += jQuery.css( elem, \"padding\" + cssExpand[ i ], true, styles );\n\n\t\t\t// At this point, extra isn't content nor padding, so add border\n\t\t\tif ( extra !== \"padding\" ) {\n\t\t\t\tval += jQuery.css( elem, \"border\" + cssExpand[ i ] + \"Width\", true, styles );\n\t\t\t}\n\t\t}\n\t}\n\n\treturn val;\n}\n\nfunction getWidthOrHeight( elem, name, extra ) {\n\n\t// Start with offset property, which is equivalent to the border-box value\n\tvar valueIsBorderBox = true,\n\t\tval = name === \"width\" ? elem.offsetWidth : elem.offsetHeight,\n\t\tstyles = getStyles( elem ),\n\t\tisBorderBox = jQuery.css( elem, \"boxSizing\", false, styles ) === \"border-box\";\n\n\t// Some non-html elements return undefined for offsetWidth, so check for null/undefined\n\t// svg - https://bugzilla.mozilla.org/show_bug.cgi?id=649285\n\t// MathML - https://bugzilla.mozilla.org/show_bug.cgi?id=491668\n\tif ( val <= 0 || val == null ) {\n\t\t// Fall back to computed then uncomputed css if necessary\n\t\tval = curCSS( elem, name, styles );\n\t\tif ( val < 0 || val == null ) {\n\t\t\tval = elem.style[ name ];\n\t\t}\n\n\t\t// Computed unit is not pixels. Stop here and return.\n\t\tif ( rnumnonpx.test(val) ) {\n\t\t\treturn val;\n\t\t}\n\n\t\t// Check for style in case a browser which returns unreliable values\n\t\t// for getComputedStyle silently falls back to the reliable elem.style\n\t\tvalueIsBorderBox = isBorderBox &&\n\t\t\t( support.boxSizingReliable() || val === elem.style[ name ] );\n\n\t\t// Normalize \"\", auto, and prepare for extra\n\t\tval = parseFloat( val ) || 0;\n\t}\n\n\t// Use the active box-sizing model to add/subtract irrelevant styles\n\treturn ( val +\n\t\taugmentWidthOrHeight(\n\t\t\telem,\n\t\t\tname,\n\t\t\textra || ( isBorderBox ? \"border\" : \"content\" ),\n\t\t\tvalueIsBorderBox,\n\t\t\tstyles\n\t\t)\n\t) + \"px\";\n}\n\nfunction showHide( elements, show ) {\n\tvar display, elem, hidden,\n\t\tvalues = [],\n\t\tindex = 0,\n\t\tlength = elements.length;\n\n\tfor ( ; index < length; index++ ) {\n\t\telem = elements[ index ];\n\t\tif ( !elem.style ) {\n\t\t\tcontinue;\n\t\t}\n\n\t\tvalues[ index ] = data_priv.get( elem, \"olddisplay\" );\n\t\tdisplay = elem.style.display;\n\t\tif ( show ) {\n\t\t\t// Reset the inline display of this element to learn if it is\n\t\t\t// being hidden by cascaded rules or not\n\t\t\tif ( !values[ index ] && display === \"none\" ) {\n\t\t\t\telem.style.display = \"\";\n\t\t\t}\n\n\t\t\t// Set elements which have been overridden with display: none\n\t\t\t// in a stylesheet to whatever the default browser style is\n\t\t\t// for such an element\n\t\t\tif ( elem.style.display === \"\" && isHidden( elem ) ) {\n\t\t\t\tvalues[ index ] = data_priv.access( elem, \"olddisplay\", defaultDisplay(elem.nodeName) );\n\t\t\t}\n\t\t} else {\n\t\t\thidden = isHidden( elem );\n\n\t\t\tif ( display !== \"none\" || !hidden ) {\n\t\t\t\tdata_priv.set( elem, \"olddisplay\", hidden ? display : jQuery.css( elem, \"display\" ) );\n\t\t\t}\n\t\t}\n\t}\n\n\t// Set the display of most of the elements in a second loop\n\t// to avoid the constant reflow\n\tfor ( index = 0; index < length; index++ ) {\n\t\telem = elements[ index ];\n\t\tif ( !elem.style ) {\n\t\t\tcontinue;\n\t\t}\n\t\tif ( !show || elem.style.display === \"none\" || elem.style.display === \"\" ) {\n\t\t\telem.style.display = show ? values[ index ] || \"\" : \"none\";\n\t\t}\n\t}\n\n\treturn elements;\n}\n\njQuery.extend({\n\n\t// Add in style property hooks for overriding the default\n\t// behavior of getting and setting a style property\n\tcssHooks: {\n\t\topacity: {\n\t\t\tget: function( elem, computed ) {\n\t\t\t\tif ( computed ) {\n\n\t\t\t\t\t// We should always get a number back from opacity\n\t\t\t\t\tvar ret = curCSS( elem, \"opacity\" );\n\t\t\t\t\treturn ret === \"\" ? \"1\" : ret;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\n\t// Don't automatically add \"px\" to these possibly-unitless properties\n\tcssNumber: {\n\t\t\"columnCount\": true,\n\t\t\"fillOpacity\": true,\n\t\t\"flexGrow\": true,\n\t\t\"flexShrink\": true,\n\t\t\"fontWeight\": true,\n\t\t\"lineHeight\": true,\n\t\t\"opacity\": true,\n\t\t\"order\": true,\n\t\t\"orphans\": true,\n\t\t\"widows\": true,\n\t\t\"zIndex\": true,\n\t\t\"zoom\": true\n\t},\n\n\t// Add in properties whose names you wish to fix before\n\t// setting or getting the value\n\tcssProps: {\n\t\t\"float\": \"cssFloat\"\n\t},\n\n\t// Get and set the style property on a DOM Node\n\tstyle: function( elem, name, value, extra ) {\n\n\t\t// Don't set styles on text and comment nodes\n\t\tif ( !elem || elem.nodeType === 3 || elem.nodeType === 8 || !elem.style ) {\n\t\t\treturn;\n\t\t}\n\n\t\t// Make sure that we're working with the right name\n\t\tvar ret, type, hooks,\n\t\t\torigName = jQuery.camelCase( name ),\n\t\t\tstyle = elem.style;\n\n\t\tname = jQuery.cssProps[ origName ] || ( jQuery.cssProps[ origName ] = vendorPropName( style, origName ) );\n\n\t\t// Gets hook for the prefixed version, then unprefixed version\n\t\thooks = jQuery.cssHooks[ name ] || jQuery.cssHooks[ origName ];\n\n\t\t// Check if we're setting a value\n\t\tif ( value !== undefined ) {\n\t\t\ttype = typeof value;\n\n\t\t\t// Convert \"+=\" or \"-=\" to relative numbers (#7345)\n\t\t\tif ( type === \"string\" && (ret = rrelNum.exec( value )) ) {\n\t\t\t\tvalue = ( ret[1] + 1 ) * ret[2] + parseFloat( jQuery.css( elem, name ) );\n\t\t\t\t// Fixes bug #9237\n\t\t\t\ttype = \"number\";\n\t\t\t}\n\n\t\t\t// Make sure that null and NaN values aren't set (#7116)\n\t\t\tif ( value == null || value !== value ) {\n\t\t\t\treturn;\n\t\t\t}\n\n\t\t\t// If a number, add 'px' to the (except for certain CSS properties)\n\t\t\tif ( type === \"number\" && !jQuery.cssNumber[ origName ] ) {\n\t\t\t\tvalue += \"px\";\n\t\t\t}\n\n\t\t\t// Support: IE9-11+\n\t\t\t// background-* props affect original clone's values\n\t\t\tif ( !support.clearCloneStyle && value === \"\" && name.indexOf( \"background\" ) === 0 ) {\n\t\t\t\tstyle[ name ] = \"inherit\";\n\t\t\t}\n\n\t\t\t// If a hook was provided, use that value, otherwise just set the specified value\n\t\t\tif ( !hooks || !(\"set\" in hooks) || (value = hooks.set( elem, value, extra )) !== undefined ) {\n\t\t\t\tstyle[ name ] = value;\n\t\t\t}\n\n\t\t} else {\n\t\t\t// If a hook was provided get the non-computed value from there\n\t\t\tif ( hooks && \"get\" in hooks && (ret = hooks.get( elem, false, extra )) !== undefined ) {\n\t\t\t\treturn ret;\n\t\t\t}\n\n\t\t\t// Otherwise just get the value from the style object\n\t\t\treturn style[ name ];\n\t\t}\n\t},\n\n\tcss: function( elem, name, extra, styles ) {\n\t\tvar val, num, hooks,\n\t\t\torigName = jQuery.camelCase( name );\n\n\t\t// Make sure that we're working with the right name\n\t\tname = jQuery.cssProps[ origName ] || ( jQuery.cssProps[ origName ] = vendorPropName( elem.style, origName ) );\n\n\t\t// Try prefixed name followed by the unprefixed name\n\t\thooks = jQuery.cssHooks[ name ] || jQuery.cssHooks[ origName ];\n\n\t\t// If a hook was provided get the computed value from there\n\t\tif ( hooks && \"get\" in hooks ) {\n\t\t\tval = hooks.get( elem, true, extra );\n\t\t}\n\n\t\t// Otherwise, if a way to get the computed value exists, use that\n\t\tif ( val === undefined ) {\n\t\t\tval = curCSS( elem, name, styles );\n\t\t}\n\n\t\t// Convert \"normal\" to computed value\n\t\tif ( val === \"normal\" && name in cssNormalTransform ) {\n\t\t\tval = cssNormalTransform[ name ];\n\t\t}\n\n\t\t// Make numeric if forced or a qualifier was provided and val looks numeric\n\t\tif ( extra === \"\" || extra ) {\n\t\t\tnum = parseFloat( val );\n\t\t\treturn extra === true || jQuery.isNumeric( num ) ? num || 0 : val;\n\t\t}\n\t\treturn val;\n\t}\n});\n\njQuery.each([ \"height\", \"width\" ], function( i, name ) {\n\tjQuery.cssHooks[ name ] = {\n\t\tget: function( elem, computed, extra ) {\n\t\t\tif ( computed ) {\n\n\t\t\t\t// Certain elements can have dimension info if we invisibly show them\n\t\t\t\t// but it must have a current display style that would benefit\n\t\t\t\treturn rdisplayswap.test( jQuery.css( elem, \"display\" ) ) && elem.offsetWidth === 0 ?\n\t\t\t\t\tjQuery.swap( elem, cssShow, function() {\n\t\t\t\t\t\treturn getWidthOrHeight( elem, name, extra );\n\t\t\t\t\t}) :\n\t\t\t\t\tgetWidthOrHeight( elem, name, extra );\n\t\t\t}\n\t\t},\n\n\t\tset: function( elem, value, extra ) {\n\t\t\tvar styles = extra && getStyles( elem );\n\t\t\treturn setPositiveNumber( elem, value, extra ?\n\t\t\t\taugmentWidthOrHeight(\n\t\t\t\t\telem,\n\t\t\t\t\tname,\n\t\t\t\t\textra,\n\t\t\t\t\tjQuery.css( elem, \"boxSizing\", false, styles ) === \"border-box\",\n\t\t\t\t\tstyles\n\t\t\t\t) : 0\n\t\t\t);\n\t\t}\n\t};\n});\n\n// Support: Android 2.3\njQuery.cssHooks.marginRight = addGetHookIf( support.reliableMarginRight,\n\tfunction( elem, computed ) {\n\t\tif ( computed ) {\n\t\t\treturn jQuery.swap( elem, { \"display\": \"inline-block\" },\n\t\t\t\tcurCSS, [ elem, \"marginRight\" ] );\n\t\t}\n\t}\n);\n\n// These hooks are used by animate to expand properties\njQuery.each({\n\tmargin: \"\",\n\tpadding: \"\",\n\tborder: \"Width\"\n}, function( prefix, suffix ) {\n\tjQuery.cssHooks[ prefix + suffix ] = {\n\t\texpand: function( value ) {\n\t\t\tvar i = 0,\n\t\t\t\texpanded = {},\n\n\t\t\t\t// Assumes a single number if not a string\n\t\t\t\tparts = typeof value === \"string\" ? value.split(\" \") : [ value ];\n\n\t\t\tfor ( ; i < 4; i++ ) {\n\t\t\t\texpanded[ prefix + cssExpand[ i ] + suffix ] =\n\t\t\t\t\tparts[ i ] || parts[ i - 2 ] || parts[ 0 ];\n\t\t\t}\n\n\t\t\treturn expanded;\n\t\t}\n\t};\n\n\tif ( !rmargin.test( prefix ) ) {\n\t\tjQuery.cssHooks[ prefix + suffix ].set = setPositiveNumber;\n\t}\n});\n\njQuery.fn.extend({\n\tcss: function( name, value ) {\n\t\treturn access( this, function( elem, name, value ) {\n\t\t\tvar styles, len,\n\t\t\t\tmap = {},\n\t\t\t\ti = 0;\n\n\t\t\tif ( jQuery.isArray( name ) ) {\n\t\t\t\tstyles = getStyles( elem );\n\t\t\t\tlen = name.length;\n\n\t\t\t\tfor ( ; i < len; i++ ) {\n\t\t\t\t\tmap[ name[ i ] ] = jQuery.css( elem, name[ i ], false, styles );\n\t\t\t\t}\n\n\t\t\t\treturn map;\n\t\t\t}\n\n\t\t\treturn value !== undefined ?\n\t\t\t\tjQuery.style( elem, name, value ) :\n\t\t\t\tjQuery.css( elem, name );\n\t\t}, name, value, arguments.length > 1 );\n\t},\n\tshow: function() {\n\t\treturn showHide( this, true );\n\t},\n\thide: function() {\n\t\treturn showHide( this );\n\t},\n\ttoggle: function( state ) {\n\t\tif ( typeof state === \"boolean\" ) {\n\t\t\treturn state ? this.show() : this.hide();\n\t\t}\n\n\t\treturn this.each(function() {\n\t\t\tif ( isHidden( this ) ) {\n\t\t\t\tjQuery( this ).show();\n\t\t\t} else {\n\t\t\t\tjQuery( this ).hide();\n\t\t\t}\n\t\t});\n\t}\n});\n\n\nfunction Tween( elem, options, prop, end, easing ) {\n\treturn new Tween.prototype.init( elem, options, prop, end, easing );\n}\njQuery.Tween = Tween;\n\nTween.prototype = {\n\tconstructor: Tween,\n\tinit: function( elem, options, prop, end, easing, unit ) {\n\t\tthis.elem = elem;\n\t\tthis.prop = prop;\n\t\tthis.easing = easing || \"swing\";\n\t\tthis.options = options;\n\t\tthis.start = this.now = this.cur();\n\t\tthis.end = end;\n\t\tthis.unit = unit || ( jQuery.cssNumber[ prop ] ? \"\" : \"px\" );\n\t},\n\tcur: function() {\n\t\tvar hooks = Tween.propHooks[ this.prop ];\n\n\t\treturn hooks && hooks.get ?\n\t\t\thooks.get( this ) :\n\t\t\tTween.propHooks._default.get( this );\n\t},\n\trun: function( percent ) {\n\t\tvar eased,\n\t\t\thooks = Tween.propHooks[ this.prop ];\n\n\t\tif ( this.options.duration ) {\n\t\t\tthis.pos = eased = jQuery.easing[ this.easing ](\n\t\t\t\tpercent, this.options.duration * percent, 0, 1, this.options.duration\n\t\t\t);\n\t\t} else {\n\t\t\tthis.pos = eased = percent;\n\t\t}\n\t\tthis.now = ( this.end - this.start ) * eased + this.start;\n\n\t\tif ( this.options.step ) {\n\t\t\tthis.options.step.call( this.elem, this.now, this );\n\t\t}\n\n\t\tif ( hooks && hooks.set ) {\n\t\t\thooks.set( this );\n\t\t} else {\n\t\t\tTween.propHooks._default.set( this );\n\t\t}\n\t\treturn this;\n\t}\n};\n\nTween.prototype.init.prototype = Tween.prototype;\n\nTween.propHooks = {\n\t_default: {\n\t\tget: function( tween ) {\n\t\t\tvar result;\n\n\t\t\tif ( tween.elem[ tween.prop ] != null &&\n\t\t\t\t(!tween.elem.style || tween.elem.style[ tween.prop ] == null) ) {\n\t\t\t\treturn tween.elem[ tween.prop ];\n\t\t\t}\n\n\t\t\t// Passing an empty string as a 3rd parameter to .css will automatically\n\t\t\t// attempt a parseFloat and fallback to a string if the parse fails.\n\t\t\t// Simple values such as \"10px\" are parsed to Float;\n\t\t\t// complex values such as \"rotate(1rad)\" are returned as-is.\n\t\t\tresult = jQuery.css( tween.elem, tween.prop, \"\" );\n\t\t\t// Empty strings, null, undefined and \"auto\" are converted to 0.\n\t\t\treturn !result || result === \"auto\" ? 0 : result;\n\t\t},\n\t\tset: function( tween ) {\n\t\t\t// Use step hook for back compat.\n\t\t\t// Use cssHook if its there.\n\t\t\t// Use .style if available and use plain properties where available.\n\t\t\tif ( jQuery.fx.step[ tween.prop ] ) {\n\t\t\t\tjQuery.fx.step[ tween.prop ]( tween );\n\t\t\t} else if ( tween.elem.style && ( tween.elem.style[ jQuery.cssProps[ tween.prop ] ] != null || jQuery.cssHooks[ tween.prop ] ) ) {\n\t\t\t\tjQuery.style( tween.elem, tween.prop, tween.now + tween.unit );\n\t\t\t} else {\n\t\t\t\ttween.elem[ tween.prop ] = tween.now;\n\t\t\t}\n\t\t}\n\t}\n};\n\n// Support: IE9\n// Panic based approach to setting things on disconnected nodes\nTween.propHooks.scrollTop = Tween.propHooks.scrollLeft = {\n\tset: function( tween ) {\n\t\tif ( tween.elem.nodeType && tween.elem.parentNode ) {\n\t\t\ttween.elem[ tween.prop ] = tween.now;\n\t\t}\n\t}\n};\n\njQuery.easing = {\n\tlinear: function( p ) {\n\t\treturn p;\n\t},\n\tswing: function( p ) {\n\t\treturn 0.5 - Math.cos( p * Math.PI ) / 2;\n\t}\n};\n\njQuery.fx = Tween.prototype.init;\n\n// Back Compat <1.8 extension point\njQuery.fx.step = {};\n\n\n\n\nvar\n\tfxNow, timerId,\n\trfxtypes = /^(?:toggle|show|hide)$/,\n\trfxnum = new RegExp( \"^(?:([+-])=|)(\" + pnum + \")([a-z%]*)$\", \"i\" ),\n\trrun = /queueHooks$/,\n\tanimationPrefilters = [ defaultPrefilter ],\n\ttweeners = {\n\t\t\"*\": [ function( prop, value ) {\n\t\t\tvar tween = this.createTween( prop, value ),\n\t\t\t\ttarget = tween.cur(),\n\t\t\t\tparts = rfxnum.exec( value ),\n\t\t\t\tunit = parts && parts[ 3 ] || ( jQuery.cssNumber[ prop ] ? \"\" : \"px\" ),\n\n\t\t\t\t// Starting value computation is required for potential unit mismatches\n\t\t\t\tstart = ( jQuery.cssNumber[ prop ] || unit !== \"px\" && +target ) &&\n\t\t\t\t\trfxnum.exec( jQuery.css( tween.elem, prop ) ),\n\t\t\t\tscale = 1,\n\t\t\t\tmaxIterations = 20;\n\n\t\t\tif ( start && start[ 3 ] !== unit ) {\n\t\t\t\t// Trust units reported by jQuery.css\n\t\t\t\tunit = unit || start[ 3 ];\n\n\t\t\t\t// Make sure we update the tween properties later on\n\t\t\t\tparts = parts || [];\n\n\t\t\t\t// Iteratively approximate from a nonzero starting point\n\t\t\t\tstart = +target || 1;\n\n\t\t\t\tdo {\n\t\t\t\t\t// If previous iteration zeroed out, double until we get *something*.\n\t\t\t\t\t// Use string for doubling so we don't accidentally see scale as unchanged below\n\t\t\t\t\tscale = scale || \".5\";\n\n\t\t\t\t\t// Adjust and apply\n\t\t\t\t\tstart = start / scale;\n\t\t\t\t\tjQuery.style( tween.elem, prop, start + unit );\n\n\t\t\t\t// Update scale, tolerating zero or NaN from tween.cur(),\n\t\t\t\t// break the loop if scale is unchanged or perfect, or if we've just had enough\n\t\t\t\t} while ( scale !== (scale = tween.cur() / target) && scale !== 1 && --maxIterations );\n\t\t\t}\n\n\t\t\t// Update tween properties\n\t\t\tif ( parts ) {\n\t\t\t\tstart = tween.start = +start || +target || 0;\n\t\t\t\ttween.unit = unit;\n\t\t\t\t// If a +=/-= token was provided, we're doing a relative animation\n\t\t\t\ttween.end = parts[ 1 ] ?\n\t\t\t\t\tstart + ( parts[ 1 ] + 1 ) * parts[ 2 ] :\n\t\t\t\t\t+parts[ 2 ];\n\t\t\t}\n\n\t\t\treturn tween;\n\t\t} ]\n\t};\n\n// Animations created synchronously will run synchronously\nfunction createFxNow() {\n\tsetTimeout(function() {\n\t\tfxNow = undefined;\n\t});\n\treturn ( fxNow = jQuery.now() );\n}\n\n// Generate parameters to create a standard animation\nfunction genFx( type, includeWidth ) {\n\tvar which,\n\t\ti = 0,\n\t\tattrs = { height: type };\n\n\t// If we include width, step value is 1 to do all cssExpand values,\n\t// otherwise step value is 2 to skip over Left and Right\n\tincludeWidth = includeWidth ? 1 : 0;\n\tfor ( ; i < 4 ; i += 2 - includeWidth ) {\n\t\twhich = cssExpand[ i ];\n\t\tattrs[ \"margin\" + which ] = attrs[ \"padding\" + which ] = type;\n\t}\n\n\tif ( includeWidth ) {\n\t\tattrs.opacity = attrs.width = type;\n\t}\n\n\treturn attrs;\n}\n\nfunction createTween( value, prop, animation ) {\n\tvar tween,\n\t\tcollection = ( tweeners[ prop ] || [] ).concat( tweeners[ \"*\" ] ),\n\t\tindex = 0,\n\t\tlength = collection.length;\n\tfor ( ; index < length; index++ ) {\n\t\tif ( (tween = collection[ index ].call( animation, prop, value )) ) {\n\n\t\t\t// We're done with this property\n\t\t\treturn tween;\n\t\t}\n\t}\n}\n\nfunction defaultPrefilter( elem, props, opts ) {\n\t/* jshint validthis: true */\n\tvar prop, value, toggle, tween, hooks, oldfire, display, checkDisplay,\n\t\tanim = this,\n\t\torig = {},\n\t\tstyle = elem.style,\n\t\thidden = elem.nodeType && isHidden( elem ),\n\t\tdataShow = data_priv.get( elem, \"fxshow\" );\n\n\t// Handle queue: false promises\n\tif ( !opts.queue ) {\n\t\thooks = jQuery._queueHooks( elem, \"fx\" );\n\t\tif ( hooks.unqueued == null ) {\n\t\t\thooks.unqueued = 0;\n\t\t\toldfire = hooks.empty.fire;\n\t\t\thooks.empty.fire = function() {\n\t\t\t\tif ( !hooks.unqueued ) {\n\t\t\t\t\toldfire();\n\t\t\t\t}\n\t\t\t};\n\t\t}\n\t\thooks.unqueued++;\n\n\t\tanim.always(function() {\n\t\t\t// Ensure the complete handler is called before this completes\n\t\t\tanim.always(function() {\n\t\t\t\thooks.unqueued--;\n\t\t\t\tif ( !jQuery.queue( elem, \"fx\" ).length ) {\n\t\t\t\t\thooks.empty.fire();\n\t\t\t\t}\n\t\t\t});\n\t\t});\n\t}\n\n\t// Height/width overflow pass\n\tif ( elem.nodeType === 1 && ( \"height\" in props || \"width\" in props ) ) {\n\t\t// Make sure that nothing sneaks out\n\t\t// Record all 3 overflow attributes because IE9-10 do not\n\t\t// change the overflow attribute when overflowX and\n\t\t// overflowY are set to the same value\n\t\topts.overflow = [ style.overflow, style.overflowX, style.overflowY ];\n\n\t\t// Set display property to inline-block for height/width\n\t\t// animations on inline elements that are having width/height animated\n\t\tdisplay = jQuery.css( elem, \"display\" );\n\n\t\t// Test default display if display is currently \"none\"\n\t\tcheckDisplay = display === \"none\" ?\n\t\t\tdata_priv.get( elem, \"olddisplay\" ) || defaultDisplay( elem.nodeName ) : display;\n\n\t\tif ( checkDisplay === \"inline\" && jQuery.css( elem, \"float\" ) === \"none\" ) {\n\t\t\tstyle.display = \"inline-block\";\n\t\t}\n\t}\n\n\tif ( opts.overflow ) {\n\t\tstyle.overflow = \"hidden\";\n\t\tanim.always(function() {\n\t\t\tstyle.overflow = opts.overflow[ 0 ];\n\t\t\tstyle.overflowX = opts.overflow[ 1 ];\n\t\t\tstyle.overflowY = opts.overflow[ 2 ];\n\t\t});\n\t}\n\n\t// show/hide pass\n\tfor ( prop in props ) {\n\t\tvalue = props[ prop ];\n\t\tif ( rfxtypes.exec( value ) ) {\n\t\t\tdelete props[ prop ];\n\t\t\ttoggle = toggle || value === \"toggle\";\n\t\t\tif ( value === ( hidden ? \"hide\" : \"show\" ) ) {\n\n\t\t\t\t// If there is dataShow left over from a stopped hide or show and we are going to proceed with show, we should pretend to be hidden\n\t\t\t\tif ( value === \"show\" && dataShow && dataShow[ prop ] !== undefined ) {\n\t\t\t\t\thidden = true;\n\t\t\t\t} else {\n\t\t\t\t\tcontinue;\n\t\t\t\t}\n\t\t\t}\n\t\t\torig[ prop ] = dataShow && dataShow[ prop ] || jQuery.style( elem, prop );\n\n\t\t// Any non-fx value stops us from restoring the original display value\n\t\t} else {\n\t\t\tdisplay = undefined;\n\t\t}\n\t}\n\n\tif ( !jQuery.isEmptyObject( orig ) ) {\n\t\tif ( dataShow ) {\n\t\t\tif ( \"hidden\" in dataShow ) {\n\t\t\t\thidden = dataShow.hidden;\n\t\t\t}\n\t\t} else {\n\t\t\tdataShow = data_priv.access( elem, \"fxshow\", {} );\n\t\t}\n\n\t\t// Store state if its toggle - enables .stop().toggle() to \"reverse\"\n\t\tif ( toggle ) {\n\t\t\tdataShow.hidden = !hidden;\n\t\t}\n\t\tif ( hidden ) {\n\t\t\tjQuery( elem ).show();\n\t\t} else {\n\t\t\tanim.done(function() {\n\t\t\t\tjQuery( elem ).hide();\n\t\t\t});\n\t\t}\n\t\tanim.done(function() {\n\t\t\tvar prop;\n\n\t\t\tdata_priv.remove( elem, \"fxshow\" );\n\t\t\tfor ( prop in orig ) {\n\t\t\t\tjQuery.style( elem, prop, orig[ prop ] );\n\t\t\t}\n\t\t});\n\t\tfor ( prop in orig ) {\n\t\t\ttween = createTween( hidden ? dataShow[ prop ] : 0, prop, anim );\n\n\t\t\tif ( !( prop in dataShow ) ) {\n\t\t\t\tdataShow[ prop ] = tween.start;\n\t\t\t\tif ( hidden ) {\n\t\t\t\t\ttween.end = tween.start;\n\t\t\t\t\ttween.start = prop === \"width\" || prop === \"height\" ? 1 : 0;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t// If this is a noop like .hide().hide(), restore an overwritten display value\n\t} else if ( (display === \"none\" ? defaultDisplay( elem.nodeName ) : display) === \"inline\" ) {\n\t\tstyle.display = display;\n\t}\n}\n\nfunction propFilter( props, specialEasing ) {\n\tvar index, name, easing, value, hooks;\n\n\t// camelCase, specialEasing and expand cssHook pass\n\tfor ( index in props ) {\n\t\tname = jQuery.camelCase( index );\n\t\teasing = specialEasing[ name ];\n\t\tvalue = props[ index ];\n\t\tif ( jQuery.isArray( value ) ) {\n\t\t\teasing = value[ 1 ];\n\t\t\tvalue = props[ index ] = value[ 0 ];\n\t\t}\n\n\t\tif ( index !== name ) {\n\t\t\tprops[ name ] = value;\n\t\t\tdelete props[ index ];\n\t\t}\n\n\t\thooks = jQuery.cssHooks[ name ];\n\t\tif ( hooks && \"expand\" in hooks ) {\n\t\t\tvalue = hooks.expand( value );\n\t\t\tdelete props[ name ];\n\n\t\t\t// Not quite $.extend, this won't overwrite existing keys.\n\t\t\t// Reusing 'index' because we have the correct \"name\"\n\t\t\tfor ( index in value ) {\n\t\t\t\tif ( !( index in props ) ) {\n\t\t\t\t\tprops[ index ] = value[ index ];\n\t\t\t\t\tspecialEasing[ index ] = easing;\n\t\t\t\t}\n\t\t\t}\n\t\t} else {\n\t\t\tspecialEasing[ name ] = easing;\n\t\t}\n\t}\n}\n\nfunction Animation( elem, properties, options ) {\n\tvar result,\n\t\tstopped,\n\t\tindex = 0,\n\t\tlength = animationPrefilters.length,\n\t\tdeferred = jQuery.Deferred().always( function() {\n\t\t\t// Don't match elem in the :animated selector\n\t\t\tdelete tick.elem;\n\t\t}),\n\t\ttick = function() {\n\t\t\tif ( stopped ) {\n\t\t\t\treturn false;\n\t\t\t}\n\t\t\tvar currentTime = fxNow || createFxNow(),\n\t\t\t\tremaining = Math.max( 0, animation.startTime + animation.duration - currentTime ),\n\t\t\t\t// Support: Android 2.3\n\t\t\t\t// Archaic crash bug won't allow us to use `1 - ( 0.5 || 0 )` (#12497)\n\t\t\t\ttemp = remaining / animation.duration || 0,\n\t\t\t\tpercent = 1 - temp,\n\t\t\t\tindex = 0,\n\t\t\t\tlength = animation.tweens.length;\n\n\t\t\tfor ( ; index < length ; index++ ) {\n\t\t\t\tanimation.tweens[ index ].run( percent );\n\t\t\t}\n\n\t\t\tdeferred.notifyWith( elem, [ animation, percent, remaining ]);\n\n\t\t\tif ( percent < 1 && length ) {\n\t\t\t\treturn remaining;\n\t\t\t} else {\n\t\t\t\tdeferred.resolveWith( elem, [ animation ] );\n\t\t\t\treturn false;\n\t\t\t}\n\t\t},\n\t\tanimation = deferred.promise({\n\t\t\telem: elem,\n\t\t\tprops: jQuery.extend( {}, properties ),\n\t\t\topts: jQuery.extend( true, { specialEasing: {} }, options ),\n\t\t\toriginalProperties: properties,\n\t\t\toriginalOptions: options,\n\t\t\tstartTime: fxNow || createFxNow(),\n\t\t\tduration: options.duration,\n\t\t\ttweens: [],\n\t\t\tcreateTween: function( prop, end ) {\n\t\t\t\tvar tween = jQuery.Tween( elem, animation.opts, prop, end,\n\t\t\t\t\t\tanimation.opts.specialEasing[ prop ] || animation.opts.easing );\n\t\t\t\tanimation.tweens.push( tween );\n\t\t\t\treturn tween;\n\t\t\t},\n\t\t\tstop: function( gotoEnd ) {\n\t\t\t\tvar index = 0,\n\t\t\t\t\t// If we are going to the end, we want to run all the tweens\n\t\t\t\t\t// otherwise we skip this part\n\t\t\t\t\tlength = gotoEnd ? animation.tweens.length : 0;\n\t\t\t\tif ( stopped ) {\n\t\t\t\t\treturn this;\n\t\t\t\t}\n\t\t\t\tstopped = true;\n\t\t\t\tfor ( ; index < length ; index++ ) {\n\t\t\t\t\tanimation.tweens[ index ].run( 1 );\n\t\t\t\t}\n\n\t\t\t\t// Resolve when we played the last frame; otherwise, reject\n\t\t\t\tif ( gotoEnd ) {\n\t\t\t\t\tdeferred.resolveWith( elem, [ animation, gotoEnd ] );\n\t\t\t\t} else {\n\t\t\t\t\tdeferred.rejectWith( elem, [ animation, gotoEnd ] );\n\t\t\t\t}\n\t\t\t\treturn this;\n\t\t\t}\n\t\t}),\n\t\tprops = animation.props;\n\n\tpropFilter( props, animation.opts.specialEasing );\n\n\tfor ( ; index < length ; index++ ) {\n\t\tresult = animationPrefilters[ index ].call( animation, elem, props, animation.opts );\n\t\tif ( result ) {\n\t\t\treturn result;\n\t\t}\n\t}\n\n\tjQuery.map( props, createTween, animation );\n\n\tif ( jQuery.isFunction( animation.opts.start ) ) {\n\t\tanimation.opts.start.call( elem, animation );\n\t}\n\n\tjQuery.fx.timer(\n\t\tjQuery.extend( tick, {\n\t\t\telem: elem,\n\t\t\tanim: animation,\n\t\t\tqueue: animation.opts.queue\n\t\t})\n\t);\n\n\t// attach callbacks from options\n\treturn animation.progress( animation.opts.progress )\n\t\t.done( animation.opts.done, animation.opts.complete )\n\t\t.fail( animation.opts.fail )\n\t\t.always( animation.opts.always );\n}\n\njQuery.Animation = jQuery.extend( Animation, {\n\n\ttweener: function( props, callback ) {\n\t\tif ( jQuery.isFunction( props ) ) {\n\t\t\tcallback = props;\n\t\t\tprops = [ \"*\" ];\n\t\t} else {\n\t\t\tprops = props.split(\" \");\n\t\t}\n\n\t\tvar prop,\n\t\t\tindex = 0,\n\t\t\tlength = props.length;\n\n\t\tfor ( ; index < length ; index++ ) {\n\t\t\tprop = props[ index ];\n\t\t\ttweeners[ prop ] = tweeners[ prop ] || [];\n\t\t\ttweeners[ prop ].unshift( callback );\n\t\t}\n\t},\n\n\tprefilter: function( callback, prepend ) {\n\t\tif ( prepend ) {\n\t\t\tanimationPrefilters.unshift( callback );\n\t\t} else {\n\t\t\tanimationPrefilters.push( callback );\n\t\t}\n\t}\n});\n\njQuery.speed = function( speed, easing, fn ) {\n\tvar opt = speed && typeof speed === \"object\" ? jQuery.extend( {}, speed ) : {\n\t\tcomplete: fn || !fn && easing ||\n\t\t\tjQuery.isFunction( speed ) && speed,\n\t\tduration: speed,\n\t\teasing: fn && easing || easing && !jQuery.isFunction( easing ) && easing\n\t};\n\n\topt.duration = jQuery.fx.off ? 0 : typeof opt.duration === \"number\" ? opt.duration :\n\t\topt.duration in jQuery.fx.speeds ? jQuery.fx.speeds[ opt.duration ] : jQuery.fx.speeds._default;\n\n\t// Normalize opt.queue - true/undefined/null -> \"fx\"\n\tif ( opt.queue == null || opt.queue === true ) {\n\t\topt.queue = \"fx\";\n\t}\n\n\t// Queueing\n\topt.old = opt.complete;\n\n\topt.complete = function() {\n\t\tif ( jQuery.isFunction( opt.old ) ) {\n\t\t\topt.old.call( this );\n\t\t}\n\n\t\tif ( opt.queue ) {\n\t\t\tjQuery.dequeue( this, opt.queue );\n\t\t}\n\t};\n\n\treturn opt;\n};\n\njQuery.fn.extend({\n\tfadeTo: function( speed, to, easing, callback ) {\n\n\t\t// Show any hidden elements after setting opacity to 0\n\t\treturn this.filter( isHidden ).css( \"opacity\", 0 ).show()\n\n\t\t\t// Animate to the value specified\n\t\t\t.end().animate({ opacity: to }, speed, easing, callback );\n\t},\n\tanimate: function( prop, speed, easing, callback ) {\n\t\tvar empty = jQuery.isEmptyObject( prop ),\n\t\t\toptall = jQuery.speed( speed, easing, callback ),\n\t\t\tdoAnimation = function() {\n\t\t\t\t// Operate on a copy of prop so per-property easing won't be lost\n\t\t\t\tvar anim = Animation( this, jQuery.extend( {}, prop ), optall );\n\n\t\t\t\t// Empty animations, or finishing resolves immediately\n\t\t\t\tif ( empty || data_priv.get( this, \"finish\" ) ) {\n\t\t\t\t\tanim.stop( true );\n\t\t\t\t}\n\t\t\t};\n\t\t\tdoAnimation.finish = doAnimation;\n\n\t\treturn empty || optall.queue === false ?\n\t\t\tthis.each( doAnimation ) :\n\t\t\tthis.queue( optall.queue, doAnimation );\n\t},\n\tstop: function( type, clearQueue, gotoEnd ) {\n\t\tvar stopQueue = function( hooks ) {\n\t\t\tvar stop = hooks.stop;\n\t\t\tdelete hooks.stop;\n\t\t\tstop( gotoEnd );\n\t\t};\n\n\t\tif ( typeof type !== \"string\" ) {\n\t\t\tgotoEnd = clearQueue;\n\t\t\tclearQueue = type;\n\t\t\ttype = undefined;\n\t\t}\n\t\tif ( clearQueue && type !== false ) {\n\t\t\tthis.queue( type || \"fx\", [] );\n\t\t}\n\n\t\treturn this.each(function() {\n\t\t\tvar dequeue = true,\n\t\t\t\tindex = type != null && type + \"queueHooks\",\n\t\t\t\ttimers = jQuery.timers,\n\t\t\t\tdata = data_priv.get( this );\n\n\t\t\tif ( index ) {\n\t\t\t\tif ( data[ index ] && data[ index ].stop ) {\n\t\t\t\t\tstopQueue( data[ index ] );\n\t\t\t\t}\n\t\t\t} else {\n\t\t\t\tfor ( index in data ) {\n\t\t\t\t\tif ( data[ index ] && data[ index ].stop && rrun.test( index ) ) {\n\t\t\t\t\t\tstopQueue( data[ index ] );\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\n\t\t\tfor ( index = timers.length; index--; ) {\n\t\t\t\tif ( timers[ index ].elem === this && (type == null || timers[ index ].queue === type) ) {\n\t\t\t\t\ttimers[ index ].anim.stop( gotoEnd );\n\t\t\t\t\tdequeue = false;\n\t\t\t\t\ttimers.splice( index, 1 );\n\t\t\t\t}\n\t\t\t}\n\n\t\t\t// Start the next in the queue if the last step wasn't forced.\n\t\t\t// Timers currently will call their complete callbacks, which\n\t\t\t// will dequeue but only if they were gotoEnd.\n\t\t\tif ( dequeue || !gotoEnd ) {\n\t\t\t\tjQuery.dequeue( this, type );\n\t\t\t}\n\t\t});\n\t},\n\tfinish: function( type ) {\n\t\tif ( type !== false ) {\n\t\t\ttype = type || \"fx\";\n\t\t}\n\t\treturn this.each(function() {\n\t\t\tvar index,\n\t\t\t\tdata = data_priv.get( this ),\n\t\t\t\tqueue = data[ type + \"queue\" ],\n\t\t\t\thooks = data[ type + \"queueHooks\" ],\n\t\t\t\ttimers = jQuery.timers,\n\t\t\t\tlength = queue ? queue.length : 0;\n\n\t\t\t// Enable finishing flag on private data\n\t\t\tdata.finish = true;\n\n\t\t\t// Empty the queue first\n\t\t\tjQuery.queue( this, type, [] );\n\n\t\t\tif ( hooks && hooks.stop ) {\n\t\t\t\thooks.stop.call( this, true );\n\t\t\t}\n\n\t\t\t// Look for any active animations, and finish them\n\t\t\tfor ( index = timers.length; index--; ) {\n\t\t\t\tif ( timers[ index ].elem === this && timers[ index ].queue === type ) {\n\t\t\t\t\ttimers[ index ].anim.stop( true );\n\t\t\t\t\ttimers.splice( index, 1 );\n\t\t\t\t}\n\t\t\t}\n\n\t\t\t// Look for any animations in the old queue and finish them\n\t\t\tfor ( index = 0; index < length; index++ ) {\n\t\t\t\tif ( queue[ index ] && queue[ index ].finish ) {\n\t\t\t\t\tqueue[ index ].finish.call( this );\n\t\t\t\t}\n\t\t\t}\n\n\t\t\t// Turn off finishing flag\n\t\t\tdelete data.finish;\n\t\t});\n\t}\n});\n\njQuery.each([ \"toggle\", \"show\", \"hide\" ], function( i, name ) {\n\tvar cssFn = jQuery.fn[ name ];\n\tjQuery.fn[ name ] = function( speed, easing, callback ) {\n\t\treturn speed == null || typeof speed === \"boolean\" ?\n\t\t\tcssFn.apply( this, arguments ) :\n\t\t\tthis.animate( genFx( name, true ), speed, easing, callback );\n\t};\n});\n\n// Generate shortcuts for custom animations\njQuery.each({\n\tslideDown: genFx(\"show\"),\n\tslideUp: genFx(\"hide\"),\n\tslideToggle: genFx(\"toggle\"),\n\tfadeIn: { opacity: \"show\" },\n\tfadeOut: { opacity: \"hide\" },\n\tfadeToggle: { opacity: \"toggle\" }\n}, function( name, props ) {\n\tjQuery.fn[ name ] = function( speed, easing, callback ) {\n\t\treturn this.animate( props, speed, easing, callback );\n\t};\n});\n\njQuery.timers = [];\njQuery.fx.tick = function() {\n\tvar timer,\n\t\ti = 0,\n\t\ttimers = jQuery.timers;\n\n\tfxNow = jQuery.now();\n\n\tfor ( ; i < timers.length; i++ ) {\n\t\ttimer = timers[ i ];\n\t\t// Checks the timer has not already been removed\n\t\tif ( !timer() && timers[ i ] === timer ) {\n\t\t\ttimers.splice( i--, 1 );\n\t\t}\n\t}\n\n\tif ( !timers.length ) {\n\t\tjQuery.fx.stop();\n\t}\n\tfxNow = undefined;\n};\n\njQuery.fx.timer = function( timer ) {\n\tjQuery.timers.push( timer );\n\tif ( timer() ) {\n\t\tjQuery.fx.start();\n\t} else {\n\t\tjQuery.timers.pop();\n\t}\n};\n\njQuery.fx.interval = 13;\n\njQuery.fx.start = function() {\n\tif ( !timerId ) {\n\t\ttimerId = setInterval( jQuery.fx.tick, jQuery.fx.interval );\n\t}\n};\n\njQuery.fx.stop = function() {\n\tclearInterval( timerId );\n\ttimerId = null;\n};\n\njQuery.fx.speeds = {\n\tslow: 600,\n\tfast: 200,\n\t// Default speed\n\t_default: 400\n};\n\n\n// Based off of the plugin by Clint Helfers, with permission.\n// http://blindsignals.com/index.php/2009/07/jquery-delay/\njQuery.fn.delay = function( time, type ) {\n\ttime = jQuery.fx ? jQuery.fx.speeds[ time ] || time : time;\n\ttype = type || \"fx\";\n\n\treturn this.queue( type, function( next, hooks ) {\n\t\tvar timeout = setTimeout( next, time );\n\t\thooks.stop = function() {\n\t\t\tclearTimeout( timeout );\n\t\t};\n\t});\n};\n\n\n(function() {\n\tvar input = document.createElement( \"input\" ),\n\t\tselect = document.createElement( \"select\" ),\n\t\topt = select.appendChild( document.createElement( \"option\" ) );\n\n\tinput.type = \"checkbox\";\n\n\t// Support: iOS<=5.1, Android<=4.2+\n\t// Default value for a checkbox should be \"on\"\n\tsupport.checkOn = input.value !== \"\";\n\n\t// Support: IE<=11+\n\t// Must access selectedIndex to make default options select\n\tsupport.optSelected = opt.selected;\n\n\t// Support: Android<=2.3\n\t// Options inside disabled selects are incorrectly marked as disabled\n\tselect.disabled = true;\n\tsupport.optDisabled = !opt.disabled;\n\n\t// Support: IE<=11+\n\t// An input loses its value after becoming a radio\n\tinput = document.createElement( \"input\" );\n\tinput.value = \"t\";\n\tinput.type = \"radio\";\n\tsupport.radioValue = input.value === \"t\";\n})();\n\n\nvar nodeHook, boolHook,\n\tattrHandle = jQuery.expr.attrHandle;\n\njQuery.fn.extend({\n\tattr: function( name, value ) {\n\t\treturn access( this, jQuery.attr, name, value, arguments.length > 1 );\n\t},\n\n\tremoveAttr: function( name ) {\n\t\treturn this.each(function() {\n\t\t\tjQuery.removeAttr( this, name );\n\t\t});\n\t}\n});\n\njQuery.extend({\n\tattr: function( elem, name, value ) {\n\t\tvar hooks, ret,\n\t\t\tnType = elem.nodeType;\n\n\t\t// don't get/set attributes on text, comment and attribute nodes\n\t\tif ( !elem || nType === 3 || nType === 8 || nType === 2 ) {\n\t\t\treturn;\n\t\t}\n\n\t\t// Fallback to prop when attributes are not supported\n\t\tif ( typeof elem.getAttribute === strundefined ) {\n\t\t\treturn jQuery.prop( elem, name, value );\n\t\t}\n\n\t\t// All attributes are lowercase\n\t\t// Grab necessary hook if one is defined\n\t\tif ( nType !== 1 || !jQuery.isXMLDoc( elem ) ) {\n\t\t\tname = name.toLowerCase();\n\t\t\thooks = jQuery.attrHooks[ name ] ||\n\t\t\t\t( jQuery.expr.match.bool.test( name ) ? boolHook : nodeHook );\n\t\t}\n\n\t\tif ( value !== undefined ) {\n\n\t\t\tif ( value === null ) {\n\t\t\t\tjQuery.removeAttr( elem, name );\n\n\t\t\t} else if ( hooks && \"set\" in hooks && (ret = hooks.set( elem, value, name )) !== undefined ) {\n\t\t\t\treturn ret;\n\n\t\t\t} else {\n\t\t\t\telem.setAttribute( name, value + \"\" );\n\t\t\t\treturn value;\n\t\t\t}\n\n\t\t} else if ( hooks && \"get\" in hooks && (ret = hooks.get( elem, name )) !== null ) {\n\t\t\treturn ret;\n\n\t\t} else {\n\t\t\tret = jQuery.find.attr( elem, name );\n\n\t\t\t// Non-existent attributes return null, we normalize to undefined\n\t\t\treturn ret == null ?\n\t\t\t\tundefined :\n\t\t\t\tret;\n\t\t}\n\t},\n\n\tremoveAttr: function( elem, value ) {\n\t\tvar name, propName,\n\t\t\ti = 0,\n\t\t\tattrNames = value && value.match( rnotwhite );\n\n\t\tif ( attrNames && elem.nodeType === 1 ) {\n\t\t\twhile ( (name = attrNames[i++]) ) {\n\t\t\t\tpropName = jQuery.propFix[ name ] || name;\n\n\t\t\t\t// Boolean attributes get special treatment (#10870)\n\t\t\t\tif ( jQuery.expr.match.bool.test( name ) ) {\n\t\t\t\t\t// Set corresponding property to false\n\t\t\t\t\telem[ propName ] = false;\n\t\t\t\t}\n\n\t\t\t\telem.removeAttribute( name );\n\t\t\t}\n\t\t}\n\t},\n\n\tattrHooks: {\n\t\ttype: {\n\t\t\tset: function( elem, value ) {\n\t\t\t\tif ( !support.radioValue && value === \"radio\" &&\n\t\t\t\t\tjQuery.nodeName( elem, \"input\" ) ) {\n\t\t\t\t\tvar val = elem.value;\n\t\t\t\t\telem.setAttribute( \"type\", value );\n\t\t\t\t\tif ( val ) {\n\t\t\t\t\t\telem.value = val;\n\t\t\t\t\t}\n\t\t\t\t\treturn value;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n});\n\n// Hooks for boolean attributes\nboolHook = {\n\tset: function( elem, value, name ) {\n\t\tif ( value === false ) {\n\t\t\t// Remove boolean attributes when set to false\n\t\t\tjQuery.removeAttr( elem, name );\n\t\t} else {\n\t\t\telem.setAttribute( name, name );\n\t\t}\n\t\treturn name;\n\t}\n};\njQuery.each( jQuery.expr.match.bool.source.match( /\\w+/g ), function( i, name ) {\n\tvar getter = attrHandle[ name ] || jQuery.find.attr;\n\n\tattrHandle[ name ] = function( elem, name, isXML ) {\n\t\tvar ret, handle;\n\t\tif ( !isXML ) {\n\t\t\t// Avoid an infinite loop by temporarily removing this function from the getter\n\t\t\thandle = attrHandle[ name ];\n\t\t\tattrHandle[ name ] = ret;\n\t\t\tret = getter( elem, name, isXML ) != null ?\n\t\t\t\tname.toLowerCase() :\n\t\t\t\tnull;\n\t\t\tattrHandle[ name ] = handle;\n\t\t}\n\t\treturn ret;\n\t};\n});\n\n\n\n\nvar rfocusable = /^(?:input|select|textarea|button)$/i;\n\njQuery.fn.extend({\n\tprop: function( name, value ) {\n\t\treturn access( this, jQuery.prop, name, value, arguments.length > 1 );\n\t},\n\n\tremoveProp: function( name ) {\n\t\treturn this.each(function() {\n\t\t\tdelete this[ jQuery.propFix[ name ] || name ];\n\t\t});\n\t}\n});\n\njQuery.extend({\n\tpropFix: {\n\t\t\"for\": \"htmlFor\",\n\t\t\"class\": \"className\"\n\t},\n\n\tprop: function( elem, name, value ) {\n\t\tvar ret, hooks, notxml,\n\t\t\tnType = elem.nodeType;\n\n\t\t// Don't get/set properties on text, comment and attribute nodes\n\t\tif ( !elem || nType === 3 || nType === 8 || nType === 2 ) {\n\t\t\treturn;\n\t\t}\n\n\t\tnotxml = nType !== 1 || !jQuery.isXMLDoc( elem );\n\n\t\tif ( notxml ) {\n\t\t\t// Fix name and attach hooks\n\t\t\tname = jQuery.propFix[ name ] || name;\n\t\t\thooks = jQuery.propHooks[ name ];\n\t\t}\n\n\t\tif ( value !== undefined ) {\n\t\t\treturn hooks && \"set\" in hooks && (ret = hooks.set( elem, value, name )) !== undefined ?\n\t\t\t\tret :\n\t\t\t\t( elem[ name ] = value );\n\n\t\t} else {\n\t\t\treturn hooks && \"get\" in hooks && (ret = hooks.get( elem, name )) !== null ?\n\t\t\t\tret :\n\t\t\t\telem[ name ];\n\t\t}\n\t},\n\n\tpropHooks: {\n\t\ttabIndex: {\n\t\t\tget: function( elem ) {\n\t\t\t\treturn elem.hasAttribute( \"tabindex\" ) || rfocusable.test( elem.nodeName ) || elem.href ?\n\t\t\t\t\telem.tabIndex :\n\t\t\t\t\t-1;\n\t\t\t}\n\t\t}\n\t}\n});\n\nif ( !support.optSelected ) {\n\tjQuery.propHooks.selected = {\n\t\tget: function( elem ) {\n\t\t\tvar parent = elem.parentNode;\n\t\t\tif ( parent && parent.parentNode ) {\n\t\t\t\tparent.parentNode.selectedIndex;\n\t\t\t}\n\t\t\treturn null;\n\t\t}\n\t};\n}\n\njQuery.each([\n\t\"tabIndex\",\n\t\"readOnly\",\n\t\"maxLength\",\n\t\"cellSpacing\",\n\t\"cellPadding\",\n\t\"rowSpan\",\n\t\"colSpan\",\n\t\"useMap\",\n\t\"frameBorder\",\n\t\"contentEditable\"\n], function() {\n\tjQuery.propFix[ this.toLowerCase() ] = this;\n});\n\n\n\n\nvar rclass = /[\\t\\r\\n\\f]/g;\n\njQuery.fn.extend({\n\taddClass: function( value ) {\n\t\tvar classes, elem, cur, clazz, j, finalValue,\n\t\t\tproceed = typeof value === \"string\" && value,\n\t\t\ti = 0,\n\t\t\tlen = this.length;\n\n\t\tif ( jQuery.isFunction( value ) ) {\n\t\t\treturn this.each(function( j ) {\n\t\t\t\tjQuery( this ).addClass( value.call( this, j, this.className ) );\n\t\t\t});\n\t\t}\n\n\t\tif ( proceed ) {\n\t\t\t// The disjunction here is for better compressibility (see removeClass)\n\t\t\tclasses = ( value || \"\" ).match( rnotwhite ) || [];\n\n\t\t\tfor ( ; i < len; i++ ) {\n\t\t\t\telem = this[ i ];\n\t\t\t\tcur = elem.nodeType === 1 && ( elem.className ?\n\t\t\t\t\t( \" \" + elem.className + \" \" ).replace( rclass, \" \" ) :\n\t\t\t\t\t\" \"\n\t\t\t\t);\n\n\t\t\t\tif ( cur ) {\n\t\t\t\t\tj = 0;\n\t\t\t\t\twhile ( (clazz = classes[j++]) ) {\n\t\t\t\t\t\tif ( cur.indexOf( \" \" + clazz + \" \" ) < 0 ) {\n\t\t\t\t\t\t\tcur += clazz + \" \";\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\n\t\t\t\t\t// only assign if different to avoid unneeded rendering.\n\t\t\t\t\tfinalValue = jQuery.trim( cur );\n\t\t\t\t\tif ( elem.className !== finalValue ) {\n\t\t\t\t\t\telem.className = finalValue;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\treturn this;\n\t},\n\n\tremoveClass: function( value ) {\n\t\tvar classes, elem, cur, clazz, j, finalValue,\n\t\t\tproceed = arguments.length === 0 || typeof value === \"string\" && value,\n\t\t\ti = 0,\n\t\t\tlen = this.length;\n\n\t\tif ( jQuery.isFunction( value ) ) {\n\t\t\treturn this.each(function( j ) {\n\t\t\t\tjQuery( this ).removeClass( value.call( this, j, this.className ) );\n\t\t\t});\n\t\t}\n\t\tif ( proceed ) {\n\t\t\tclasses = ( value || \"\" ).match( rnotwhite ) || [];\n\n\t\t\tfor ( ; i < len; i++ ) {\n\t\t\t\telem = this[ i ];\n\t\t\t\t// This expression is here for better compressibility (see addClass)\n\t\t\t\tcur = elem.nodeType === 1 && ( elem.className ?\n\t\t\t\t\t( \" \" + elem.className + \" \" ).replace( rclass, \" \" ) :\n\t\t\t\t\t\"\"\n\t\t\t\t);\n\n\t\t\t\tif ( cur ) {\n\t\t\t\t\tj = 0;\n\t\t\t\t\twhile ( (clazz = classes[j++]) ) {\n\t\t\t\t\t\t// Remove *all* instances\n\t\t\t\t\t\twhile ( cur.indexOf( \" \" + clazz + \" \" ) >= 0 ) {\n\t\t\t\t\t\t\tcur = cur.replace( \" \" + clazz + \" \", \" \" );\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\n\t\t\t\t\t// Only assign if different to avoid unneeded rendering.\n\t\t\t\t\tfinalValue = value ? jQuery.trim( cur ) : \"\";\n\t\t\t\t\tif ( elem.className !== finalValue ) {\n\t\t\t\t\t\telem.className = finalValue;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\treturn this;\n\t},\n\n\ttoggleClass: function( value, stateVal ) {\n\t\tvar type = typeof value;\n\n\t\tif ( typeof stateVal === \"boolean\" && type === \"string\" ) {\n\t\t\treturn stateVal ? this.addClass( value ) : this.removeClass( value );\n\t\t}\n\n\t\tif ( jQuery.isFunction( value ) ) {\n\t\t\treturn this.each(function( i ) {\n\t\t\t\tjQuery( this ).toggleClass( value.call(this, i, this.className, stateVal), stateVal );\n\t\t\t});\n\t\t}\n\n\t\treturn this.each(function() {\n\t\t\tif ( type === \"string\" ) {\n\t\t\t\t// Toggle individual class names\n\t\t\t\tvar className,\n\t\t\t\t\ti = 0,\n\t\t\t\t\tself = jQuery( this ),\n\t\t\t\t\tclassNames = value.match( rnotwhite ) || [];\n\n\t\t\t\twhile ( (className = classNames[ i++ ]) ) {\n\t\t\t\t\t// Check each className given, space separated list\n\t\t\t\t\tif ( self.hasClass( className ) ) {\n\t\t\t\t\t\tself.removeClass( className );\n\t\t\t\t\t} else {\n\t\t\t\t\t\tself.addClass( className );\n\t\t\t\t\t}\n\t\t\t\t}\n\n\t\t\t// Toggle whole class name\n\t\t\t} else if ( type === strundefined || type === \"boolean\" ) {\n\t\t\t\tif ( this.className ) {\n\t\t\t\t\t// store className if set\n\t\t\t\t\tdata_priv.set( this, \"__className__\", this.className );\n\t\t\t\t}\n\n\t\t\t\t// If the element has a class name or if we're passed `false`,\n\t\t\t\t// then remove the whole classname (if there was one, the above saved it).\n\t\t\t\t// Otherwise bring back whatever was previously saved (if anything),\n\t\t\t\t// falling back to the empty string if nothing was stored.\n\t\t\t\tthis.className = this.className || value === false ? \"\" : data_priv.get( this, \"__className__\" ) || \"\";\n\t\t\t}\n\t\t});\n\t},\n\n\thasClass: function( selector ) {\n\t\tvar className = \" \" + selector + \" \",\n\t\t\ti = 0,\n\t\t\tl = this.length;\n\t\tfor ( ; i < l; i++ ) {\n\t\t\tif ( this[i].nodeType === 1 && (\" \" + this[i].className + \" \").replace(rclass, \" \").indexOf( className ) >= 0 ) {\n\t\t\t\treturn true;\n\t\t\t}\n\t\t}\n\n\t\treturn false;\n\t}\n});\n\n\n\n\nvar rreturn = /\\r/g;\n\njQuery.fn.extend({\n\tval: function( value ) {\n\t\tvar hooks, ret, isFunction,\n\t\t\telem = this[0];\n\n\t\tif ( !arguments.length ) {\n\t\t\tif ( elem ) {\n\t\t\t\thooks = jQuery.valHooks[ elem.type ] || jQuery.valHooks[ elem.nodeName.toLowerCase() ];\n\n\t\t\t\tif ( hooks && \"get\" in hooks && (ret = hooks.get( elem, \"value\" )) !== undefined ) {\n\t\t\t\t\treturn ret;\n\t\t\t\t}\n\n\t\t\t\tret = elem.value;\n\n\t\t\t\treturn typeof ret === \"string\" ?\n\t\t\t\t\t// Handle most common string cases\n\t\t\t\t\tret.replace(rreturn, \"\") :\n\t\t\t\t\t// Handle cases where value is null/undef or number\n\t\t\t\t\tret == null ? \"\" : ret;\n\t\t\t}\n\n\t\t\treturn;\n\t\t}\n\n\t\tisFunction = jQuery.isFunction( value );\n\n\t\treturn this.each(function( i ) {\n\t\t\tvar val;\n\n\t\t\tif ( this.nodeType !== 1 ) {\n\t\t\t\treturn;\n\t\t\t}\n\n\t\t\tif ( isFunction ) {\n\t\t\t\tval = value.call( this, i, jQuery( this ).val() );\n\t\t\t} else {\n\t\t\t\tval = value;\n\t\t\t}\n\n\t\t\t// Treat null/undefined as \"\"; convert numbers to string\n\t\t\tif ( val == null ) {\n\t\t\t\tval = \"\";\n\n\t\t\t} else if ( typeof val === \"number\" ) {\n\t\t\t\tval += \"\";\n\n\t\t\t} else if ( jQuery.isArray( val ) ) {\n\t\t\t\tval = jQuery.map( val, function( value ) {\n\t\t\t\t\treturn value == null ? \"\" : value + \"\";\n\t\t\t\t});\n\t\t\t}\n\n\t\t\thooks = jQuery.valHooks[ this.type ] || jQuery.valHooks[ this.nodeName.toLowerCase() ];\n\n\t\t\t// If set returns undefined, fall back to normal setting\n\t\t\tif ( !hooks || !(\"set\" in hooks) || hooks.set( this, val, \"value\" ) === undefined ) {\n\t\t\t\tthis.value = val;\n\t\t\t}\n\t\t});\n\t}\n});\n\njQuery.extend({\n\tvalHooks: {\n\t\toption: {\n\t\t\tget: function( elem ) {\n\t\t\t\tvar val = jQuery.find.attr( elem, \"value\" );\n\t\t\t\treturn val != null ?\n\t\t\t\t\tval :\n\t\t\t\t\t// Support: IE10-11+\n\t\t\t\t\t// option.text throws exceptions (#14686, #14858)\n\t\t\t\t\tjQuery.trim( jQuery.text( elem ) );\n\t\t\t}\n\t\t},\n\t\tselect: {\n\t\t\tget: function( elem ) {\n\t\t\t\tvar value, option,\n\t\t\t\t\toptions = elem.options,\n\t\t\t\t\tindex = elem.selectedIndex,\n\t\t\t\t\tone = elem.type === \"select-one\" || index < 0,\n\t\t\t\t\tvalues = one ? null : [],\n\t\t\t\t\tmax = one ? index + 1 : options.length,\n\t\t\t\t\ti = index < 0 ?\n\t\t\t\t\t\tmax :\n\t\t\t\t\t\tone ? index : 0;\n\n\t\t\t\t// Loop through all the selected options\n\t\t\t\tfor ( ; i < max; i++ ) {\n\t\t\t\t\toption = options[ i ];\n\n\t\t\t\t\t// IE6-9 doesn't update selected after form reset (#2551)\n\t\t\t\t\tif ( ( option.selected || i === index ) &&\n\t\t\t\t\t\t\t// Don't return options that are disabled or in a disabled optgroup\n\t\t\t\t\t\t\t( support.optDisabled ? !option.disabled : option.getAttribute( \"disabled\" ) === null ) &&\n\t\t\t\t\t\t\t( !option.parentNode.disabled || !jQuery.nodeName( option.parentNode, \"optgroup\" ) ) ) {\n\n\t\t\t\t\t\t// Get the specific value for the option\n\t\t\t\t\t\tvalue = jQuery( option ).val();\n\n\t\t\t\t\t\t// We don't need an array for one selects\n\t\t\t\t\t\tif ( one ) {\n\t\t\t\t\t\t\treturn value;\n\t\t\t\t\t\t}\n\n\t\t\t\t\t\t// Multi-Selects return an array\n\t\t\t\t\t\tvalues.push( value );\n\t\t\t\t\t}\n\t\t\t\t}\n\n\t\t\t\treturn values;\n\t\t\t},\n\n\t\t\tset: function( elem, value ) {\n\t\t\t\tvar optionSet, option,\n\t\t\t\t\toptions = elem.options,\n\t\t\t\t\tvalues = jQuery.makeArray( value ),\n\t\t\t\t\ti = options.length;\n\n\t\t\t\twhile ( i-- ) {\n\t\t\t\t\toption = options[ i ];\n\t\t\t\t\tif ( (option.selected = jQuery.inArray( option.value, values ) >= 0) ) {\n\t\t\t\t\t\toptionSet = true;\n\t\t\t\t\t}\n\t\t\t\t}\n\n\t\t\t\t// Force browsers to behave consistently when non-matching value is set\n\t\t\t\tif ( !optionSet ) {\n\t\t\t\t\telem.selectedIndex = -1;\n\t\t\t\t}\n\t\t\t\treturn values;\n\t\t\t}\n\t\t}\n\t}\n});\n\n// Radios and checkboxes getter/setter\njQuery.each([ \"radio\", \"checkbox\" ], function() {\n\tjQuery.valHooks[ this ] = {\n\t\tset: function( elem, value ) {\n\t\t\tif ( jQuery.isArray( value ) ) {\n\t\t\t\treturn ( elem.checked = jQuery.inArray( jQuery(elem).val(), value ) >= 0 );\n\t\t\t}\n\t\t}\n\t};\n\tif ( !support.checkOn ) {\n\t\tjQuery.valHooks[ this ].get = function( elem ) {\n\t\t\treturn elem.getAttribute(\"value\") === null ? \"on\" : elem.value;\n\t\t};\n\t}\n});\n\n\n\n\n// Return jQuery for attributes-only inclusion\n\n\njQuery.each( (\"blur focus focusin focusout load resize scroll unload click dblclick \" +\n\t\"mousedown mouseup mousemove mouseover mouseout mouseenter mouseleave \" +\n\t\"change select submit keydown keypress keyup error contextmenu\").split(\" \"), function( i, name ) {\n\n\t// Handle event binding\n\tjQuery.fn[ name ] = function( data, fn ) {\n\t\treturn arguments.length > 0 ?\n\t\t\tthis.on( name, null, data, fn ) :\n\t\t\tthis.trigger( name );\n\t};\n});\n\njQuery.fn.extend({\n\thover: function( fnOver, fnOut ) {\n\t\treturn this.mouseenter( fnOver ).mouseleave( fnOut || fnOver );\n\t},\n\n\tbind: function( types, data, fn ) {\n\t\treturn this.on( types, null, data, fn );\n\t},\n\tunbind: function( types, fn ) {\n\t\treturn this.off( types, null, fn );\n\t},\n\n\tdelegate: function( selector, types, data, fn ) {\n\t\treturn this.on( types, selector, data, fn );\n\t},\n\tundelegate: function( selector, types, fn ) {\n\t\t// ( namespace ) or ( selector, types [, fn] )\n\t\treturn arguments.length === 1 ? this.off( selector, \"**\" ) : this.off( types, selector || \"**\", fn );\n\t}\n});\n\n\nvar nonce = jQuery.now();\n\nvar rquery = (/\\?/);\n\n\n\n// Support: Android 2.3\n// Workaround failure to string-cast null input\njQuery.parseJSON = function( data ) {\n\treturn JSON.parse( data + \"\" );\n};\n\n\n// Cross-browser xml parsing\njQuery.parseXML = function( data ) {\n\tvar xml, tmp;\n\tif ( !data || typeof data !== \"string\" ) {\n\t\treturn null;\n\t}\n\n\t// Support: IE9\n\ttry {\n\t\ttmp = new DOMParser();\n\t\txml = tmp.parseFromString( data, \"text/xml\" );\n\t} catch ( e ) {\n\t\txml = undefined;\n\t}\n\n\tif ( !xml || xml.getElementsByTagName( \"parsererror\" ).length ) {\n\t\tjQuery.error( \"Invalid XML: \" + data );\n\t}\n\treturn xml;\n};\n\n\nvar\n\trhash = /#.*$/,\n\trts = /([?&])_=[^&]*/,\n\trheaders = /^(.*?):[ \\t]*([^\\r\\n]*)$/mg,\n\t// #7653, #8125, #8152: local protocol detection\n\trlocalProtocol = /^(?:about|app|app-storage|.+-extension|file|res|widget):$/,\n\trnoContent = /^(?:GET|HEAD)$/,\n\trprotocol = /^\\/\\//,\n\trurl = /^([\\w.+-]+:)(?:\\/\\/(?:[^\\/?#]*@|)([^\\/?#:]*)(?::(\\d+)|)|)/,\n\n\t/* Prefilters\n\t * 1) They are useful to introduce custom dataTypes (see ajax/jsonp.js for an example)\n\t * 2) These are called:\n\t * - BEFORE asking for a transport\n\t * - AFTER param serialization (s.data is a string if s.processData is true)\n\t * 3) key is the dataType\n\t * 4) the catchall symbol \"*\" can be used\n\t * 5) execution will start with transport dataType and THEN continue down to \"*\" if needed\n\t */\n\tprefilters = {},\n\n\t/* Transports bindings\n\t * 1) key is the dataType\n\t * 2) the catchall symbol \"*\" can be used\n\t * 3) selection will start with transport dataType and THEN go to \"*\" if needed\n\t */\n\ttransports = {},\n\n\t// Avoid comment-prolog char sequence (#10098); must appease lint and evade compression\n\tallTypes = \"*/\".concat( \"*\" ),\n\n\t// Document location\n\tajaxLocation = window.location.href,\n\n\t// Segment location into parts\n\tajaxLocParts = rurl.exec( ajaxLocation.toLowerCase() ) || [];\n\n// Base \"constructor\" for jQuery.ajaxPrefilter and jQuery.ajaxTransport\nfunction addToPrefiltersOrTransports( structure ) {\n\n\t// dataTypeExpression is optional and defaults to \"*\"\n\treturn function( dataTypeExpression, func ) {\n\n\t\tif ( typeof dataTypeExpression !== \"string\" ) {\n\t\t\tfunc = dataTypeExpression;\n\t\t\tdataTypeExpression = \"*\";\n\t\t}\n\n\t\tvar dataType,\n\t\t\ti = 0,\n\t\t\tdataTypes = dataTypeExpression.toLowerCase().match( rnotwhite ) || [];\n\n\t\tif ( jQuery.isFunction( func ) ) {\n\t\t\t// For each dataType in the dataTypeExpression\n\t\t\twhile ( (dataType = dataTypes[i++]) ) {\n\t\t\t\t// Prepend if requested\n\t\t\t\tif ( dataType[0] === \"+\" ) {\n\t\t\t\t\tdataType = dataType.slice( 1 ) || \"*\";\n\t\t\t\t\t(structure[ dataType ] = structure[ dataType ] || []).unshift( func );\n\n\t\t\t\t// Otherwise append\n\t\t\t\t} else {\n\t\t\t\t\t(structure[ dataType ] = structure[ dataType ] || []).push( func );\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t};\n}\n\n// Base inspection function for prefilters and transports\nfunction inspectPrefiltersOrTransports( structure, options, originalOptions, jqXHR ) {\n\n\tvar inspected = {},\n\t\tseekingTransport = ( structure === transports );\n\n\tfunction inspect( dataType ) {\n\t\tvar selected;\n\t\tinspected[ dataType ] = true;\n\t\tjQuery.each( structure[ dataType ] || [], function( _, prefilterOrFactory ) {\n\t\t\tvar dataTypeOrTransport = prefilterOrFactory( options, originalOptions, jqXHR );\n\t\t\tif ( typeof dataTypeOrTransport === \"string\" && !seekingTransport && !inspected[ dataTypeOrTransport ] ) {\n\t\t\t\toptions.dataTypes.unshift( dataTypeOrTransport );\n\t\t\t\tinspect( dataTypeOrTransport );\n\t\t\t\treturn false;\n\t\t\t} else if ( seekingTransport ) {\n\t\t\t\treturn !( selected = dataTypeOrTransport );\n\t\t\t}\n\t\t});\n\t\treturn selected;\n\t}\n\n\treturn inspect( options.dataTypes[ 0 ] ) || !inspected[ \"*\" ] && inspect( \"*\" );\n}\n\n// A special extend for ajax options\n// that takes \"flat\" options (not to be deep extended)\n// Fixes #9887\nfunction ajaxExtend( target, src ) {\n\tvar key, deep,\n\t\tflatOptions = jQuery.ajaxSettings.flatOptions || {};\n\n\tfor ( key in src ) {\n\t\tif ( src[ key ] !== undefined ) {\n\t\t\t( flatOptions[ key ] ? target : ( deep || (deep = {}) ) )[ key ] = src[ key ];\n\t\t}\n\t}\n\tif ( deep ) {\n\t\tjQuery.extend( true, target, deep );\n\t}\n\n\treturn target;\n}\n\n/* Handles responses to an ajax request:\n * - finds the right dataType (mediates between content-type and expected dataType)\n * - returns the corresponding response\n */\nfunction ajaxHandleResponses( s, jqXHR, responses ) {\n\n\tvar ct, type, finalDataType, firstDataType,\n\t\tcontents = s.contents,\n\t\tdataTypes = s.dataTypes;\n\n\t// Remove auto dataType and get content-type in the process\n\twhile ( dataTypes[ 0 ] === \"*\" ) {\n\t\tdataTypes.shift();\n\t\tif ( ct === undefined ) {\n\t\t\tct = s.mimeType || jqXHR.getResponseHeader(\"Content-Type\");\n\t\t}\n\t}\n\n\t// Check if we're dealing with a known content-type\n\tif ( ct ) {\n\t\tfor ( type in contents ) {\n\t\t\tif ( contents[ type ] && contents[ type ].test( ct ) ) {\n\t\t\t\tdataTypes.unshift( type );\n\t\t\t\tbreak;\n\t\t\t}\n\t\t}\n\t}\n\n\t// Check to see if we have a response for the expected dataType\n\tif ( dataTypes[ 0 ] in responses ) {\n\t\tfinalDataType = dataTypes[ 0 ];\n\t} else {\n\t\t// Try convertible dataTypes\n\t\tfor ( type in responses ) {\n\t\t\tif ( !dataTypes[ 0 ] || s.converters[ type + \" \" + dataTypes[0] ] ) {\n\t\t\t\tfinalDataType = type;\n\t\t\t\tbreak;\n\t\t\t}\n\t\t\tif ( !firstDataType ) {\n\t\t\t\tfirstDataType = type;\n\t\t\t}\n\t\t}\n\t\t// Or just use first one\n\t\tfinalDataType = finalDataType || firstDataType;\n\t}\n\n\t// If we found a dataType\n\t// We add the dataType to the list if needed\n\t// and return the corresponding response\n\tif ( finalDataType ) {\n\t\tif ( finalDataType !== dataTypes[ 0 ] ) {\n\t\t\tdataTypes.unshift( finalDataType );\n\t\t}\n\t\treturn responses[ finalDataType ];\n\t}\n}\n\n/* Chain conversions given the request and the original response\n * Also sets the responseXXX fields on the jqXHR instance\n */\nfunction ajaxConvert( s, response, jqXHR, isSuccess ) {\n\tvar conv2, current, conv, tmp, prev,\n\t\tconverters = {},\n\t\t// Work with a copy of dataTypes in case we need to modify it for conversion\n\t\tdataTypes = s.dataTypes.slice();\n\n\t// Create converters map with lowercased keys\n\tif ( dataTypes[ 1 ] ) {\n\t\tfor ( conv in s.converters ) {\n\t\t\tconverters[ conv.toLowerCase() ] = s.converters[ conv ];\n\t\t}\n\t}\n\n\tcurrent = dataTypes.shift();\n\n\t// Convert to each sequential dataType\n\twhile ( current ) {\n\n\t\tif ( s.responseFields[ current ] ) {\n\t\t\tjqXHR[ s.responseFields[ current ] ] = response;\n\t\t}\n\n\t\t// Apply the dataFilter if provided\n\t\tif ( !prev && isSuccess && s.dataFilter ) {\n\t\t\tresponse = s.dataFilter( response, s.dataType );\n\t\t}\n\n\t\tprev = current;\n\t\tcurrent = dataTypes.shift();\n\n\t\tif ( current ) {\n\n\t\t// There's only work to do if current dataType is non-auto\n\t\t\tif ( current === \"*\" ) {\n\n\t\t\t\tcurrent = prev;\n\n\t\t\t// Convert response if prev dataType is non-auto and differs from current\n\t\t\t} else if ( prev !== \"*\" && prev !== current ) {\n\n\t\t\t\t// Seek a direct converter\n\t\t\t\tconv = converters[ prev + \" \" + current ] || converters[ \"* \" + current ];\n\n\t\t\t\t// If none found, seek a pair\n\t\t\t\tif ( !conv ) {\n\t\t\t\t\tfor ( conv2 in converters ) {\n\n\t\t\t\t\t\t// If conv2 outputs current\n\t\t\t\t\t\ttmp = conv2.split( \" \" );\n\t\t\t\t\t\tif ( tmp[ 1 ] === current ) {\n\n\t\t\t\t\t\t\t// If prev can be converted to accepted input\n\t\t\t\t\t\t\tconv = converters[ prev + \" \" + tmp[ 0 ] ] ||\n\t\t\t\t\t\t\t\tconverters[ \"* \" + tmp[ 0 ] ];\n\t\t\t\t\t\t\tif ( conv ) {\n\t\t\t\t\t\t\t\t// Condense equivalence converters\n\t\t\t\t\t\t\t\tif ( conv === true ) {\n\t\t\t\t\t\t\t\t\tconv = converters[ conv2 ];\n\n\t\t\t\t\t\t\t\t// Otherwise, insert the intermediate dataType\n\t\t\t\t\t\t\t\t} else if ( converters[ conv2 ] !== true ) {\n\t\t\t\t\t\t\t\t\tcurrent = tmp[ 0 ];\n\t\t\t\t\t\t\t\t\tdataTypes.unshift( tmp[ 1 ] );\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\tbreak;\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\n\t\t\t\t// Apply converter (if not an equivalence)\n\t\t\t\tif ( conv !== true ) {\n\n\t\t\t\t\t// Unless errors are allowed to bubble, catch and return them\n\t\t\t\t\tif ( conv && s[ \"throws\" ] ) {\n\t\t\t\t\t\tresponse = conv( response );\n\t\t\t\t\t} else {\n\t\t\t\t\t\ttry {\n\t\t\t\t\t\t\tresponse = conv( response );\n\t\t\t\t\t\t} catch ( e ) {\n\t\t\t\t\t\t\treturn { state: \"parsererror\", error: conv ? e : \"No conversion from \" + prev + \" to \" + current };\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n\n\treturn { state: \"success\", data: response };\n}\n\njQuery.extend({\n\n\t// Counter for holding the number of active queries\n\tactive: 0,\n\n\t// Last-Modified header cache for next request\n\tlastModified: {},\n\tetag: {},\n\n\tajaxSettings: {\n\t\turl: ajaxLocation,\n\t\ttype: \"GET\",\n\t\tisLocal: rlocalProtocol.test( ajaxLocParts[ 1 ] ),\n\t\tglobal: true,\n\t\tprocessData: true,\n\t\tasync: true,\n\t\tcontentType: \"application/x-www-form-urlencoded; charset=UTF-8\",\n\t\t/*\n\t\ttimeout: 0,\n\t\tdata: null,\n\t\tdataType: null,\n\t\tusername: null,\n\t\tpassword: null,\n\t\tcache: null,\n\t\tthrows: false,\n\t\ttraditional: false,\n\t\theaders: {},\n\t\t*/\n\n\t\taccepts: {\n\t\t\t\"*\": allTypes,\n\t\t\ttext: \"text/plain\",\n\t\t\thtml: \"text/html\",\n\t\t\txml: \"application/xml, text/xml\",\n\t\t\tjson: \"application/json, text/javascript\"\n\t\t},\n\n\t\tcontents: {\n\t\t\txml: /xml/,\n\t\t\thtml: /html/,\n\t\t\tjson: /json/\n\t\t},\n\n\t\tresponseFields: {\n\t\t\txml: \"responseXML\",\n\t\t\ttext: \"responseText\",\n\t\t\tjson: \"responseJSON\"\n\t\t},\n\n\t\t// Data converters\n\t\t// Keys separate source (or catchall \"*\") and destination types with a single space\n\t\tconverters: {\n\n\t\t\t// Convert anything to text\n\t\t\t\"* text\": String,\n\n\t\t\t// Text to html (true = no transformation)\n\t\t\t\"text html\": true,\n\n\t\t\t// Evaluate text as a json expression\n\t\t\t\"text json\": jQuery.parseJSON,\n\n\t\t\t// Parse text as xml\n\t\t\t\"text xml\": jQuery.parseXML\n\t\t},\n\n\t\t// For options that shouldn't be deep extended:\n\t\t// you can add your own custom options here if\n\t\t// and when you create one that shouldn't be\n\t\t// deep extended (see ajaxExtend)\n\t\tflatOptions: {\n\t\t\turl: true,\n\t\t\tcontext: true\n\t\t}\n\t},\n\n\t// Creates a full fledged settings object into target\n\t// with both ajaxSettings and settings fields.\n\t// If target is omitted, writes into ajaxSettings.\n\tajaxSetup: function( target, settings ) {\n\t\treturn settings ?\n\n\t\t\t// Building a settings object\n\t\t\tajaxExtend( ajaxExtend( target, jQuery.ajaxSettings ), settings ) :\n\n\t\t\t// Extending ajaxSettings\n\t\t\tajaxExtend( jQuery.ajaxSettings, target );\n\t},\n\n\tajaxPrefilter: addToPrefiltersOrTransports( prefilters ),\n\tajaxTransport: addToPrefiltersOrTransports( transports ),\n\n\t// Main method\n\tajax: function( url, options ) {\n\n\t\t// If url is an object, simulate pre-1.5 signature\n\t\tif ( typeof url === \"object\" ) {\n\t\t\toptions = url;\n\t\t\turl = undefined;\n\t\t}\n\n\t\t// Force options to be an object\n\t\toptions = options || {};\n\n\t\tvar transport,\n\t\t\t// URL without anti-cache param\n\t\t\tcacheURL,\n\t\t\t// Response headers\n\t\t\tresponseHeadersString,\n\t\t\tresponseHeaders,\n\t\t\t// timeout handle\n\t\t\ttimeoutTimer,\n\t\t\t// Cross-domain detection vars\n\t\t\tparts,\n\t\t\t// To know if global events are to be dispatched\n\t\t\tfireGlobals,\n\t\t\t// Loop variable\n\t\t\ti,\n\t\t\t// Create the final options object\n\t\t\ts = jQuery.ajaxSetup( {}, options ),\n\t\t\t// Callbacks context\n\t\t\tcallbackContext = s.context || s,\n\t\t\t// Context for global events is callbackContext if it is a DOM node or jQuery collection\n\t\t\tglobalEventContext = s.context && ( callbackContext.nodeType || callbackContext.jquery ) ?\n\t\t\t\tjQuery( callbackContext ) :\n\t\t\t\tjQuery.event,\n\t\t\t// Deferreds\n\t\t\tdeferred = jQuery.Deferred(),\n\t\t\tcompleteDeferred = jQuery.Callbacks(\"once memory\"),\n\t\t\t// Status-dependent callbacks\n\t\t\tstatusCode = s.statusCode || {},\n\t\t\t// Headers (they are sent all at once)\n\t\t\trequestHeaders = {},\n\t\t\trequestHeadersNames = {},\n\t\t\t// The jqXHR state\n\t\t\tstate = 0,\n\t\t\t// Default abort message\n\t\t\tstrAbort = \"canceled\",\n\t\t\t// Fake xhr\n\t\t\tjqXHR = {\n\t\t\t\treadyState: 0,\n\n\t\t\t\t// Builds headers hashtable if needed\n\t\t\t\tgetResponseHeader: function( key ) {\n\t\t\t\t\tvar match;\n\t\t\t\t\tif ( state === 2 ) {\n\t\t\t\t\t\tif ( !responseHeaders ) {\n\t\t\t\t\t\t\tresponseHeaders = {};\n\t\t\t\t\t\t\twhile ( (match = rheaders.exec( responseHeadersString )) ) {\n\t\t\t\t\t\t\t\tresponseHeaders[ match[1].toLowerCase() ] = match[ 2 ];\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t\tmatch = responseHeaders[ key.toLowerCase() ];\n\t\t\t\t\t}\n\t\t\t\t\treturn match == null ? null : match;\n\t\t\t\t},\n\n\t\t\t\t// Raw string\n\t\t\t\tgetAllResponseHeaders: function() {\n\t\t\t\t\treturn state === 2 ? responseHeadersString : null;\n\t\t\t\t},\n\n\t\t\t\t// Caches the header\n\t\t\t\tsetRequestHeader: function( name, value ) {\n\t\t\t\t\tvar lname = name.toLowerCase();\n\t\t\t\t\tif ( !state ) {\n\t\t\t\t\t\tname = requestHeadersNames[ lname ] = requestHeadersNames[ lname ] || name;\n\t\t\t\t\t\trequestHeaders[ name ] = value;\n\t\t\t\t\t}\n\t\t\t\t\treturn this;\n\t\t\t\t},\n\n\t\t\t\t// Overrides response content-type header\n\t\t\t\toverrideMimeType: function( type ) {\n\t\t\t\t\tif ( !state ) {\n\t\t\t\t\t\ts.mimeType = type;\n\t\t\t\t\t}\n\t\t\t\t\treturn this;\n\t\t\t\t},\n\n\t\t\t\t// Status-dependent callbacks\n\t\t\t\tstatusCode: function( map ) {\n\t\t\t\t\tvar code;\n\t\t\t\t\tif ( map ) {\n\t\t\t\t\t\tif ( state < 2 ) {\n\t\t\t\t\t\t\tfor ( code in map ) {\n\t\t\t\t\t\t\t\t// Lazy-add the new callback in a way that preserves old ones\n\t\t\t\t\t\t\t\tstatusCode[ code ] = [ statusCode[ code ], map[ code ] ];\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t// Execute the appropriate callbacks\n\t\t\t\t\t\t\tjqXHR.always( map[ jqXHR.status ] );\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t\treturn this;\n\t\t\t\t},\n\n\t\t\t\t// Cancel the request\n\t\t\t\tabort: function( statusText ) {\n\t\t\t\t\tvar finalText = statusText || strAbort;\n\t\t\t\t\tif ( transport ) {\n\t\t\t\t\t\ttransport.abort( finalText );\n\t\t\t\t\t}\n\t\t\t\t\tdone( 0, finalText );\n\t\t\t\t\treturn this;\n\t\t\t\t}\n\t\t\t};\n\n\t\t// Attach deferreds\n\t\tdeferred.promise( jqXHR ).complete = completeDeferred.add;\n\t\tjqXHR.success = jqXHR.done;\n\t\tjqXHR.error = jqXHR.fail;\n\n\t\t// Remove hash character (#7531: and string promotion)\n\t\t// Add protocol if not provided (prefilters might expect it)\n\t\t// Handle falsy url in the settings object (#10093: consistency with old signature)\n\t\t// We also use the url parameter if available\n\t\ts.url = ( ( url || s.url || ajaxLocation ) + \"\" ).replace( rhash, \"\" )\n\t\t\t.replace( rprotocol, ajaxLocParts[ 1 ] + \"//\" );\n\n\t\t// Alias method option to type as per ticket #12004\n\t\ts.type = options.method || options.type || s.method || s.type;\n\n\t\t// Extract dataTypes list\n\t\ts.dataTypes = jQuery.trim( s.dataType || \"*\" ).toLowerCase().match( rnotwhite ) || [ \"\" ];\n\n\t\t// A cross-domain request is in order when we have a protocol:host:port mismatch\n\t\tif ( s.crossDomain == null ) {\n\t\t\tparts = rurl.exec( s.url.toLowerCase() );\n\t\t\ts.crossDomain = !!( parts &&\n\t\t\t\t( parts[ 1 ] !== ajaxLocParts[ 1 ] || parts[ 2 ] !== ajaxLocParts[ 2 ] ||\n\t\t\t\t\t( parts[ 3 ] || ( parts[ 1 ] === \"http:\" ? \"80\" : \"443\" ) ) !==\n\t\t\t\t\t\t( ajaxLocParts[ 3 ] || ( ajaxLocParts[ 1 ] === \"http:\" ? \"80\" : \"443\" ) ) )\n\t\t\t);\n\t\t}\n\n\t\t// Convert data if not already a string\n\t\tif ( s.data && s.processData && typeof s.data !== \"string\" ) {\n\t\t\ts.data = jQuery.param( s.data, s.traditional );\n\t\t}\n\n\t\t// Apply prefilters\n\t\tinspectPrefiltersOrTransports( prefilters, s, options, jqXHR );\n\n\t\t// If request was aborted inside a prefilter, stop there\n\t\tif ( state === 2 ) {\n\t\t\treturn jqXHR;\n\t\t}\n\n\t\t// We can fire global events as of now if asked to\n\t\t// Don't fire events if jQuery.event is undefined in an AMD-usage scenario (#15118)\n\t\tfireGlobals = jQuery.event && s.global;\n\n\t\t// Watch for a new set of requests\n\t\tif ( fireGlobals && jQuery.active++ === 0 ) {\n\t\t\tjQuery.event.trigger(\"ajaxStart\");\n\t\t}\n\n\t\t// Uppercase the type\n\t\ts.type = s.type.toUpperCase();\n\n\t\t// Determine if request has content\n\t\ts.hasContent = !rnoContent.test( s.type );\n\n\t\t// Save the URL in case we're toying with the If-Modified-Since\n\t\t// and/or If-None-Match header later on\n\t\tcacheURL = s.url;\n\n\t\t// More options handling for requests with no content\n\t\tif ( !s.hasContent ) {\n\n\t\t\t// If data is available, append data to url\n\t\t\tif ( s.data ) {\n\t\t\t\tcacheURL = ( s.url += ( rquery.test( cacheURL ) ? \"&\" : \"?\" ) + s.data );\n\t\t\t\t// #9682: remove data so that it's not used in an eventual retry\n\t\t\t\tdelete s.data;\n\t\t\t}\n\n\t\t\t// Add anti-cache in url if needed\n\t\t\tif ( s.cache === false ) {\n\t\t\t\ts.url = rts.test( cacheURL ) ?\n\n\t\t\t\t\t// If there is already a '_' parameter, set its value\n\t\t\t\t\tcacheURL.replace( rts, \"$1_=\" + nonce++ ) :\n\n\t\t\t\t\t// Otherwise add one to the end\n\t\t\t\t\tcacheURL + ( rquery.test( cacheURL ) ? \"&\" : \"?\" ) + \"_=\" + nonce++;\n\t\t\t}\n\t\t}\n\n\t\t// Set the If-Modified-Since and/or If-None-Match header, if in ifModified mode.\n\t\tif ( s.ifModified ) {\n\t\t\tif ( jQuery.lastModified[ cacheURL ] ) {\n\t\t\t\tjqXHR.setRequestHeader( \"If-Modified-Since\", jQuery.lastModified[ cacheURL ] );\n\t\t\t}\n\t\t\tif ( jQuery.etag[ cacheURL ] ) {\n\t\t\t\tjqXHR.setRequestHeader( \"If-None-Match\", jQuery.etag[ cacheURL ] );\n\t\t\t}\n\t\t}\n\n\t\t// Set the correct header, if data is being sent\n\t\tif ( s.data && s.hasContent && s.contentType !== false || options.contentType ) {\n\t\t\tjqXHR.setRequestHeader( \"Content-Type\", s.contentType );\n\t\t}\n\n\t\t// Set the Accepts header for the server, depending on the dataType\n\t\tjqXHR.setRequestHeader(\n\t\t\t\"Accept\",\n\t\t\ts.dataTypes[ 0 ] && s.accepts[ s.dataTypes[0] ] ?\n\t\t\t\ts.accepts[ s.dataTypes[0] ] + ( s.dataTypes[ 0 ] !== \"*\" ? \", \" + allTypes + \"; q=0.01\" : \"\" ) :\n\t\t\t\ts.accepts[ \"*\" ]\n\t\t);\n\n\t\t// Check for headers option\n\t\tfor ( i in s.headers ) {\n\t\t\tjqXHR.setRequestHeader( i, s.headers[ i ] );\n\t\t}\n\n\t\t// Allow custom headers/mimetypes and early abort\n\t\tif ( s.beforeSend && ( s.beforeSend.call( callbackContext, jqXHR, s ) === false || state === 2 ) ) {\n\t\t\t// Abort if not done already and return\n\t\t\treturn jqXHR.abort();\n\t\t}\n\n\t\t// Aborting is no longer a cancellation\n\t\tstrAbort = \"abort\";\n\n\t\t// Install callbacks on deferreds\n\t\tfor ( i in { success: 1, error: 1, complete: 1 } ) {\n\t\t\tjqXHR[ i ]( s[ i ] );\n\t\t}\n\n\t\t// Get transport\n\t\ttransport = inspectPrefiltersOrTransports( transports, s, options, jqXHR );\n\n\t\t// If no transport, we auto-abort\n\t\tif ( !transport ) {\n\t\t\tdone( -1, \"No Transport\" );\n\t\t} else {\n\t\t\tjqXHR.readyState = 1;\n\n\t\t\t// Send global event\n\t\t\tif ( fireGlobals ) {\n\t\t\t\tglobalEventContext.trigger( \"ajaxSend\", [ jqXHR, s ] );\n\t\t\t}\n\t\t\t// Timeout\n\t\t\tif ( s.async && s.timeout > 0 ) {\n\t\t\t\ttimeoutTimer = setTimeout(function() {\n\t\t\t\t\tjqXHR.abort(\"timeout\");\n\t\t\t\t}, s.timeout );\n\t\t\t}\n\n\t\t\ttry {\n\t\t\t\tstate = 1;\n\t\t\t\ttransport.send( requestHeaders, done );\n\t\t\t} catch ( e ) {\n\t\t\t\t// Propagate exception as error if not done\n\t\t\t\tif ( state < 2 ) {\n\t\t\t\t\tdone( -1, e );\n\t\t\t\t// Simply rethrow otherwise\n\t\t\t\t} else {\n\t\t\t\t\tthrow e;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\t// Callback for when everything is done\n\t\tfunction done( status, nativeStatusText, responses, headers ) {\n\t\t\tvar isSuccess, success, error, response, modified,\n\t\t\t\tstatusText = nativeStatusText;\n\n\t\t\t// Called once\n\t\t\tif ( state === 2 ) {\n\t\t\t\treturn;\n\t\t\t}\n\n\t\t\t// State is \"done\" now\n\t\t\tstate = 2;\n\n\t\t\t// Clear timeout if it exists\n\t\t\tif ( timeoutTimer ) {\n\t\t\t\tclearTimeout( timeoutTimer );\n\t\t\t}\n\n\t\t\t// Dereference transport for early garbage collection\n\t\t\t// (no matter how long the jqXHR object will be used)\n\t\t\ttransport = undefined;\n\n\t\t\t// Cache response headers\n\t\t\tresponseHeadersString = headers || \"\";\n\n\t\t\t// Set readyState\n\t\t\tjqXHR.readyState = status > 0 ? 4 : 0;\n\n\t\t\t// Determine if successful\n\t\t\tisSuccess = status >= 200 && status < 300 || status === 304;\n\n\t\t\t// Get response data\n\t\t\tif ( responses ) {\n\t\t\t\tresponse = ajaxHandleResponses( s, jqXHR, responses );\n\t\t\t}\n\n\t\t\t// Convert no matter what (that way responseXXX fields are always set)\n\t\t\tresponse = ajaxConvert( s, response, jqXHR, isSuccess );\n\n\t\t\t// If successful, handle type chaining\n\t\t\tif ( isSuccess ) {\n\n\t\t\t\t// Set the If-Modified-Since and/or If-None-Match header, if in ifModified mode.\n\t\t\t\tif ( s.ifModified ) {\n\t\t\t\t\tmodified = jqXHR.getResponseHeader(\"Last-Modified\");\n\t\t\t\t\tif ( modified ) {\n\t\t\t\t\t\tjQuery.lastModified[ cacheURL ] = modified;\n\t\t\t\t\t}\n\t\t\t\t\tmodified = jqXHR.getResponseHeader(\"etag\");\n\t\t\t\t\tif ( modified ) {\n\t\t\t\t\t\tjQuery.etag[ cacheURL ] = modified;\n\t\t\t\t\t}\n\t\t\t\t}\n\n\t\t\t\t// if no content\n\t\t\t\tif ( status === 204 || s.type === \"HEAD\" ) {\n\t\t\t\t\tstatusText = \"nocontent\";\n\n\t\t\t\t// if not modified\n\t\t\t\t} else if ( status === 304 ) {\n\t\t\t\t\tstatusText = \"notmodified\";\n\n\t\t\t\t// If we have data, let's convert it\n\t\t\t\t} else {\n\t\t\t\t\tstatusText = response.state;\n\t\t\t\t\tsuccess = response.data;\n\t\t\t\t\terror = response.error;\n\t\t\t\t\tisSuccess = !error;\n\t\t\t\t}\n\t\t\t} else {\n\t\t\t\t// Extract error from statusText and normalize for non-aborts\n\t\t\t\terror = statusText;\n\t\t\t\tif ( status || !statusText ) {\n\t\t\t\t\tstatusText = \"error\";\n\t\t\t\t\tif ( status < 0 ) {\n\t\t\t\t\t\tstatus = 0;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\n\t\t\t// Set data for the fake xhr object\n\t\t\tjqXHR.status = status;\n\t\t\tjqXHR.statusText = ( nativeStatusText || statusText ) + \"\";\n\n\t\t\t// Success/Error\n\t\t\tif ( isSuccess ) {\n\t\t\t\tdeferred.resolveWith( callbackContext, [ success, statusText, jqXHR ] );\n\t\t\t} else {\n\t\t\t\tdeferred.rejectWith( callbackContext, [ jqXHR, statusText, error ] );\n\t\t\t}\n\n\t\t\t// Status-dependent callbacks\n\t\t\tjqXHR.statusCode( statusCode );\n\t\t\tstatusCode = undefined;\n\n\t\t\tif ( fireGlobals ) {\n\t\t\t\tglobalEventContext.trigger( isSuccess ? \"ajaxSuccess\" : \"ajaxError\",\n\t\t\t\t\t[ jqXHR, s, isSuccess ? success : error ] );\n\t\t\t}\n\n\t\t\t// Complete\n\t\t\tcompleteDeferred.fireWith( callbackContext, [ jqXHR, statusText ] );\n\n\t\t\tif ( fireGlobals ) {\n\t\t\t\tglobalEventContext.trigger( \"ajaxComplete\", [ jqXHR, s ] );\n\t\t\t\t// Handle the global AJAX counter\n\t\t\t\tif ( !( --jQuery.active ) ) {\n\t\t\t\t\tjQuery.event.trigger(\"ajaxStop\");\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\treturn jqXHR;\n\t},\n\n\tgetJSON: function( url, data, callback ) {\n\t\treturn jQuery.get( url, data, callback, \"json\" );\n\t},\n\n\tgetScript: function( url, callback ) {\n\t\treturn jQuery.get( url, undefined, callback, \"script\" );\n\t}\n});\n\njQuery.each( [ \"get\", \"post\" ], function( i, method ) {\n\tjQuery[ method ] = function( url, data, callback, type ) {\n\t\t// Shift arguments if data argument was omitted\n\t\tif ( jQuery.isFunction( data ) ) {\n\t\t\ttype = type || callback;\n\t\t\tcallback = data;\n\t\t\tdata = undefined;\n\t\t}\n\n\t\treturn jQuery.ajax({\n\t\t\turl: url,\n\t\t\ttype: method,\n\t\t\tdataType: type,\n\t\t\tdata: data,\n\t\t\tsuccess: callback\n\t\t});\n\t};\n});\n\n\njQuery._evalUrl = function( url ) {\n\treturn jQuery.ajax({\n\t\turl: url,\n\t\ttype: \"GET\",\n\t\tdataType: \"script\",\n\t\tasync: false,\n\t\tglobal: false,\n\t\t\"throws\": true\n\t});\n};\n\n\njQuery.fn.extend({\n\twrapAll: function( html ) {\n\t\tvar wrap;\n\n\t\tif ( jQuery.isFunction( html ) ) {\n\t\t\treturn this.each(function( i ) {\n\t\t\t\tjQuery( this ).wrapAll( html.call(this, i) );\n\t\t\t});\n\t\t}\n\n\t\tif ( this[ 0 ] ) {\n\n\t\t\t// The elements to wrap the target around\n\t\t\twrap = jQuery( html, this[ 0 ].ownerDocument ).eq( 0 ).clone( true );\n\n\t\t\tif ( this[ 0 ].parentNode ) {\n\t\t\t\twrap.insertBefore( this[ 0 ] );\n\t\t\t}\n\n\t\t\twrap.map(function() {\n\t\t\t\tvar elem = this;\n\n\t\t\t\twhile ( elem.firstElementChild ) {\n\t\t\t\t\telem = elem.firstElementChild;\n\t\t\t\t}\n\n\t\t\t\treturn elem;\n\t\t\t}).append( this );\n\t\t}\n\n\t\treturn this;\n\t},\n\n\twrapInner: function( html ) {\n\t\tif ( jQuery.isFunction( html ) ) {\n\t\t\treturn this.each(function( i ) {\n\t\t\t\tjQuery( this ).wrapInner( html.call(this, i) );\n\t\t\t});\n\t\t}\n\n\t\treturn this.each(function() {\n\t\t\tvar self = jQuery( this ),\n\t\t\t\tcontents = self.contents();\n\n\t\t\tif ( contents.length ) {\n\t\t\t\tcontents.wrapAll( html );\n\n\t\t\t} else {\n\t\t\t\tself.append( html );\n\t\t\t}\n\t\t});\n\t},\n\n\twrap: function( html ) {\n\t\tvar isFunction = jQuery.isFunction( html );\n\n\t\treturn this.each(function( i ) {\n\t\t\tjQuery( this ).wrapAll( isFunction ? html.call(this, i) : html );\n\t\t});\n\t},\n\n\tunwrap: function() {\n\t\treturn this.parent().each(function() {\n\t\t\tif ( !jQuery.nodeName( this, \"body\" ) ) {\n\t\t\t\tjQuery( this ).replaceWith( this.childNodes );\n\t\t\t}\n\t\t}).end();\n\t}\n});\n\n\njQuery.expr.filters.hidden = function( elem ) {\n\t// Support: Opera <= 12.12\n\t// Opera reports offsetWidths and offsetHeights less than zero on some elements\n\treturn elem.offsetWidth <= 0 && elem.offsetHeight <= 0;\n};\njQuery.expr.filters.visible = function( elem ) {\n\treturn !jQuery.expr.filters.hidden( elem );\n};\n\n\n\n\nvar r20 = /%20/g,\n\trbracket = /\\[\\]$/,\n\trCRLF = /\\r?\\n/g,\n\trsubmitterTypes = /^(?:submit|button|image|reset|file)$/i,\n\trsubmittable = /^(?:input|select|textarea|keygen)/i;\n\nfunction buildParams( prefix, obj, traditional, add ) {\n\tvar name;\n\n\tif ( jQuery.isArray( obj ) ) {\n\t\t// Serialize array item.\n\t\tjQuery.each( obj, function( i, v ) {\n\t\t\tif ( traditional || rbracket.test( prefix ) ) {\n\t\t\t\t// Treat each array item as a scalar.\n\t\t\t\tadd( prefix, v );\n\n\t\t\t} else {\n\t\t\t\t// Item is non-scalar (array or object), encode its numeric index.\n\t\t\t\tbuildParams( prefix + \"[\" + ( typeof v === \"object\" ? i : \"\" ) + \"]\", v, traditional, add );\n\t\t\t}\n\t\t});\n\n\t} else if ( !traditional && jQuery.type( obj ) === \"object\" ) {\n\t\t// Serialize object item.\n\t\tfor ( name in obj ) {\n\t\t\tbuildParams( prefix + \"[\" + name + \"]\", obj[ name ], traditional, add );\n\t\t}\n\n\t} else {\n\t\t// Serialize scalar item.\n\t\tadd( prefix, obj );\n\t}\n}\n\n// Serialize an array of form elements or a set of\n// key/values into a query string\njQuery.param = function( a, traditional ) {\n\tvar prefix,\n\t\ts = [],\n\t\tadd = function( key, value ) {\n\t\t\t// If value is a function, invoke it and return its value\n\t\t\tvalue = jQuery.isFunction( value ) ? value() : ( value == null ? \"\" : value );\n\t\t\ts[ s.length ] = encodeURIComponent( key ) + \"=\" + encodeURIComponent( value );\n\t\t};\n\n\t// Set traditional to true for jQuery <= 1.3.2 behavior.\n\tif ( traditional === undefined ) {\n\t\ttraditional = jQuery.ajaxSettings && jQuery.ajaxSettings.traditional;\n\t}\n\n\t// If an array was passed in, assume that it is an array of form elements.\n\tif ( jQuery.isArray( a ) || ( a.jquery && !jQuery.isPlainObject( a ) ) ) {\n\t\t// Serialize the form elements\n\t\tjQuery.each( a, function() {\n\t\t\tadd( this.name, this.value );\n\t\t});\n\n\t} else {\n\t\t// If traditional, encode the \"old\" way (the way 1.3.2 or older\n\t\t// did it), otherwise encode params recursively.\n\t\tfor ( prefix in a ) {\n\t\t\tbuildParams( prefix, a[ prefix ], traditional, add );\n\t\t}\n\t}\n\n\t// Return the resulting serialization\n\treturn s.join( \"&\" ).replace( r20, \"+\" );\n};\n\njQuery.fn.extend({\n\tserialize: function() {\n\t\treturn jQuery.param( this.serializeArray() );\n\t},\n\tserializeArray: function() {\n\t\treturn this.map(function() {\n\t\t\t// Can add propHook for \"elements\" to filter or add form elements\n\t\t\tvar elements = jQuery.prop( this, \"elements\" );\n\t\t\treturn elements ? jQuery.makeArray( elements ) : this;\n\t\t})\n\t\t.filter(function() {\n\t\t\tvar type = this.type;\n\n\t\t\t// Use .is( \":disabled\" ) so that fieldset[disabled] works\n\t\t\treturn this.name && !jQuery( this ).is( \":disabled\" ) &&\n\t\t\t\trsubmittable.test( this.nodeName ) && !rsubmitterTypes.test( type ) &&\n\t\t\t\t( this.checked || !rcheckableType.test( type ) );\n\t\t})\n\t\t.map(function( i, elem ) {\n\t\t\tvar val = jQuery( this ).val();\n\n\t\t\treturn val == null ?\n\t\t\t\tnull :\n\t\t\t\tjQuery.isArray( val ) ?\n\t\t\t\t\tjQuery.map( val, function( val ) {\n\t\t\t\t\t\treturn { name: elem.name, value: val.replace( rCRLF, \"\\r\\n\" ) };\n\t\t\t\t\t}) :\n\t\t\t\t\t{ name: elem.name, value: val.replace( rCRLF, \"\\r\\n\" ) };\n\t\t}).get();\n\t}\n});\n\n\njQuery.ajaxSettings.xhr = function() {\n\ttry {\n\t\treturn new XMLHttpRequest();\n\t} catch( e ) {}\n};\n\nvar xhrId = 0,\n\txhrCallbacks = {},\n\txhrSuccessStatus = {\n\t\t// file protocol always yields status code 0, assume 200\n\t\t0: 200,\n\t\t// Support: IE9\n\t\t// #1450: sometimes IE returns 1223 when it should be 204\n\t\t1223: 204\n\t},\n\txhrSupported = jQuery.ajaxSettings.xhr();\n\n// Support: IE9\n// Open requests must be manually aborted on unload (#5280)\n// See https://support.microsoft.com/kb/2856746 for more info\nif ( window.attachEvent ) {\n\twindow.attachEvent( \"onunload\", function() {\n\t\tfor ( var key in xhrCallbacks ) {\n\t\t\txhrCallbacks[ key ]();\n\t\t}\n\t});\n}\n\nsupport.cors = !!xhrSupported && ( \"withCredentials\" in xhrSupported );\nsupport.ajax = xhrSupported = !!xhrSupported;\n\njQuery.ajaxTransport(function( options ) {\n\tvar callback;\n\n\t// Cross domain only allowed if supported through XMLHttpRequest\n\tif ( support.cors || xhrSupported && !options.crossDomain ) {\n\t\treturn {\n\t\t\tsend: function( headers, complete ) {\n\t\t\t\tvar i,\n\t\t\t\t\txhr = options.xhr(),\n\t\t\t\t\tid = ++xhrId;\n\n\t\t\t\txhr.open( options.type, options.url, options.async, options.username, options.password );\n\n\t\t\t\t// Apply custom fields if provided\n\t\t\t\tif ( options.xhrFields ) {\n\t\t\t\t\tfor ( i in options.xhrFields ) {\n\t\t\t\t\t\txhr[ i ] = options.xhrFields[ i ];\n\t\t\t\t\t}\n\t\t\t\t}\n\n\t\t\t\t// Override mime type if needed\n\t\t\t\tif ( options.mimeType && xhr.overrideMimeType ) {\n\t\t\t\t\txhr.overrideMimeType( options.mimeType );\n\t\t\t\t}\n\n\t\t\t\t// X-Requested-With header\n\t\t\t\t// For cross-domain requests, seeing as conditions for a preflight are\n\t\t\t\t// akin to a jigsaw puzzle, we simply never set it to be sure.\n\t\t\t\t// (it can always be set on a per-request basis or even using ajaxSetup)\n\t\t\t\t// For same-domain requests, won't change header if already provided.\n\t\t\t\tif ( !options.crossDomain && !headers[\"X-Requested-With\"] ) {\n\t\t\t\t\theaders[\"X-Requested-With\"] = \"XMLHttpRequest\";\n\t\t\t\t}\n\n\t\t\t\t// Set headers\n\t\t\t\tfor ( i in headers ) {\n\t\t\t\t\txhr.setRequestHeader( i, headers[ i ] );\n\t\t\t\t}\n\n\t\t\t\t// Callback\n\t\t\t\tcallback = function( type ) {\n\t\t\t\t\treturn function() {\n\t\t\t\t\t\tif ( callback ) {\n\t\t\t\t\t\t\tdelete xhrCallbacks[ id ];\n\t\t\t\t\t\t\tcallback = xhr.onload = xhr.onerror = null;\n\n\t\t\t\t\t\t\tif ( type === \"abort\" ) {\n\t\t\t\t\t\t\t\txhr.abort();\n\t\t\t\t\t\t\t} else if ( type === \"error\" ) {\n\t\t\t\t\t\t\t\tcomplete(\n\t\t\t\t\t\t\t\t\t// file: protocol always yields status 0; see #8605, #14207\n\t\t\t\t\t\t\t\t\txhr.status,\n\t\t\t\t\t\t\t\t\txhr.statusText\n\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\tcomplete(\n\t\t\t\t\t\t\t\t\txhrSuccessStatus[ xhr.status ] || xhr.status,\n\t\t\t\t\t\t\t\t\txhr.statusText,\n\t\t\t\t\t\t\t\t\t// Support: IE9\n\t\t\t\t\t\t\t\t\t// Accessing binary-data responseText throws an exception\n\t\t\t\t\t\t\t\t\t// (#11426)\n\t\t\t\t\t\t\t\t\ttypeof xhr.responseText === \"string\" ? {\n\t\t\t\t\t\t\t\t\t\ttext: xhr.responseText\n\t\t\t\t\t\t\t\t\t} : undefined,\n\t\t\t\t\t\t\t\t\txhr.getAllResponseHeaders()\n\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t};\n\t\t\t\t};\n\n\t\t\t\t// Listen to events\n\t\t\t\txhr.onload = callback();\n\t\t\t\txhr.onerror = callback(\"error\");\n\n\t\t\t\t// Create the abort callback\n\t\t\t\tcallback = xhrCallbacks[ id ] = callback(\"abort\");\n\n\t\t\t\ttry {\n\t\t\t\t\t// Do send the request (this may raise an exception)\n\t\t\t\t\txhr.send( options.hasContent && options.data || null );\n\t\t\t\t} catch ( e ) {\n\t\t\t\t\t// #14683: Only rethrow if this hasn't been notified as an error yet\n\t\t\t\t\tif ( callback ) {\n\t\t\t\t\t\tthrow e;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\n\t\t\tabort: function() {\n\t\t\t\tif ( callback ) {\n\t\t\t\t\tcallback();\n\t\t\t\t}\n\t\t\t}\n\t\t};\n\t}\n});\n\n\n\n\n// Install script dataType\njQuery.ajaxSetup({\n\taccepts: {\n\t\tscript: \"text/javascript, application/javascript, application/ecmascript, application/x-ecmascript\"\n\t},\n\tcontents: {\n\t\tscript: /(?:java|ecma)script/\n\t},\n\tconverters: {\n\t\t\"text script\": function( text ) {\n\t\t\tjQuery.globalEval( text );\n\t\t\treturn text;\n\t\t}\n\t}\n});\n\n// Handle cache's special case and crossDomain\njQuery.ajaxPrefilter( \"script\", function( s ) {\n\tif ( s.cache === undefined ) {\n\t\ts.cache = false;\n\t}\n\tif ( s.crossDomain ) {\n\t\ts.type = \"GET\";\n\t}\n});\n\n// Bind script tag hack transport\njQuery.ajaxTransport( \"script\", function( s ) {\n\t// This transport only deals with cross domain requests\n\tif ( s.crossDomain ) {\n\t\tvar script, callback;\n\t\treturn {\n\t\t\tsend: function( _, complete ) {\n\t\t\t\tscript = jQuery(\"<script>\").prop({\n\t\t\t\t\tasync: true,\n\t\t\t\t\tcharset: s.scriptCharset,\n\t\t\t\t\tsrc: s.url\n\t\t\t\t}).on(\n\t\t\t\t\t\"load error\",\n\t\t\t\t\tcallback = function( evt ) {\n\t\t\t\t\t\tscript.remove();\n\t\t\t\t\t\tcallback = null;\n\t\t\t\t\t\tif ( evt ) {\n\t\t\t\t\t\t\tcomplete( evt.type === \"error\" ? 404 : 200, evt.type );\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t);\n\t\t\t\tdocument.head.appendChild( script[ 0 ] );\n\t\t\t},\n\t\t\tabort: function() {\n\t\t\t\tif ( callback ) {\n\t\t\t\t\tcallback();\n\t\t\t\t}\n\t\t\t}\n\t\t};\n\t}\n});\n\n\n\n\nvar oldCallbacks = [],\n\trjsonp = /(=)\\?(?=&|$)|\\?\\?/;\n\n// Default jsonp settings\njQuery.ajaxSetup({\n\tjsonp: \"callback\",\n\tjsonpCallback: function() {\n\t\tvar callback = oldCallbacks.pop() || ( jQuery.expando + \"_\" + ( nonce++ ) );\n\t\tthis[ callback ] = true;\n\t\treturn callback;\n\t}\n});\n\n// Detect, normalize options and install callbacks for jsonp requests\njQuery.ajaxPrefilter( \"json jsonp\", function( s, originalSettings, jqXHR ) {\n\n\tvar callbackName, overwritten, responseContainer,\n\t\tjsonProp = s.jsonp !== false && ( rjsonp.test( s.url ) ?\n\t\t\t\"url\" :\n\t\t\ttypeof s.data === \"string\" && !( s.contentType || \"\" ).indexOf(\"application/x-www-form-urlencoded\") && rjsonp.test( s.data ) && \"data\"\n\t\t);\n\n\t// Handle iff the expected data type is \"jsonp\" or we have a parameter to set\n\tif ( jsonProp || s.dataTypes[ 0 ] === \"jsonp\" ) {\n\n\t\t// Get callback name, remembering preexisting value associated with it\n\t\tcallbackName = s.jsonpCallback = jQuery.isFunction( s.jsonpCallback ) ?\n\t\t\ts.jsonpCallback() :\n\t\t\ts.jsonpCallback;\n\n\t\t// Insert callback into url or form data\n\t\tif ( jsonProp ) {\n\t\t\ts[ jsonProp ] = s[ jsonProp ].replace( rjsonp, \"$1\" + callbackName );\n\t\t} else if ( s.jsonp !== false ) {\n\t\t\ts.url += ( rquery.test( s.url ) ? \"&\" : \"?\" ) + s.jsonp + \"=\" + callbackName;\n\t\t}\n\n\t\t// Use data converter to retrieve json after script execution\n\t\ts.converters[\"script json\"] = function() {\n\t\t\tif ( !responseContainer ) {\n\t\t\t\tjQuery.error( callbackName + \" was not called\" );\n\t\t\t}\n\t\t\treturn responseContainer[ 0 ];\n\t\t};\n\n\t\t// force json dataType\n\t\ts.dataTypes[ 0 ] = \"json\";\n\n\t\t// Install callback\n\t\toverwritten = window[ callbackName ];\n\t\twindow[ callbackName ] = function() {\n\t\t\tresponseContainer = arguments;\n\t\t};\n\n\t\t// Clean-up function (fires after converters)\n\t\tjqXHR.always(function() {\n\t\t\t// Restore preexisting value\n\t\t\twindow[ callbackName ] = overwritten;\n\n\t\t\t// Save back as free\n\t\t\tif ( s[ callbackName ] ) {\n\t\t\t\t// make sure that re-using the options doesn't screw things around\n\t\t\t\ts.jsonpCallback = originalSettings.jsonpCallback;\n\n\t\t\t\t// save the callback name for future use\n\t\t\t\toldCallbacks.push( callbackName );\n\t\t\t}\n\n\t\t\t// Call if it was a function and we have a response\n\t\t\tif ( responseContainer && jQuery.isFunction( overwritten ) ) {\n\t\t\t\toverwritten( responseContainer[ 0 ] );\n\t\t\t}\n\n\t\t\tresponseContainer = overwritten = undefined;\n\t\t});\n\n\t\t// Delegate to script\n\t\treturn \"script\";\n\t}\n});\n\n\n\n\n// data: string of html\n// context (optional): If specified, the fragment will be created in this context, defaults to document\n// keepScripts (optional): If true, will include scripts passed in the html string\njQuery.parseHTML = function( data, context, keepScripts ) {\n\tif ( !data || typeof data !== \"string\" ) {\n\t\treturn null;\n\t}\n\tif ( typeof context === \"boolean\" ) {\n\t\tkeepScripts = context;\n\t\tcontext = false;\n\t}\n\tcontext = context || document;\n\n\tvar parsed = rsingleTag.exec( data ),\n\t\tscripts = !keepScripts && [];\n\n\t// Single tag\n\tif ( parsed ) {\n\t\treturn [ context.createElement( parsed[1] ) ];\n\t}\n\n\tparsed = jQuery.buildFragment( [ data ], context, scripts );\n\n\tif ( scripts && scripts.length ) {\n\t\tjQuery( scripts ).remove();\n\t}\n\n\treturn jQuery.merge( [], parsed.childNodes );\n};\n\n\n// Keep a copy of the old load method\nvar _load = jQuery.fn.load;\n\n/**\n * Load a url into a page\n */\njQuery.fn.load = function( url, params, callback ) {\n\tif ( typeof url !== \"string\" && _load ) {\n\t\treturn _load.apply( this, arguments );\n\t}\n\n\tvar selector, type, response,\n\t\tself = this,\n\t\toff = url.indexOf(\" \");\n\n\tif ( off >= 0 ) {\n\t\tselector = jQuery.trim( url.slice( off ) );\n\t\turl = url.slice( 0, off );\n\t}\n\n\t// If it's a function\n\tif ( jQuery.isFunction( params ) ) {\n\n\t\t// We assume that it's the callback\n\t\tcallback = params;\n\t\tparams = undefined;\n\n\t// Otherwise, build a param string\n\t} else if ( params && typeof params === \"object\" ) {\n\t\ttype = \"POST\";\n\t}\n\n\t// If we have elements to modify, make the request\n\tif ( self.length > 0 ) {\n\t\tjQuery.ajax({\n\t\t\turl: url,\n\n\t\t\t// if \"type\" variable is undefined, then \"GET\" method will be used\n\t\t\ttype: type,\n\t\t\tdataType: \"html\",\n\t\t\tdata: params\n\t\t}).done(function( responseText ) {\n\n\t\t\t// Save response for use in complete callback\n\t\t\tresponse = arguments;\n\n\t\t\tself.html( selector ?\n\n\t\t\t\t// If a selector was specified, locate the right elements in a dummy div\n\t\t\t\t// Exclude scripts to avoid IE 'Permission Denied' errors\n\t\t\t\tjQuery(\"<div>\").append( jQuery.parseHTML( responseText ) ).find( selector ) :\n\n\t\t\t\t// Otherwise use the full result\n\t\t\t\tresponseText );\n\n\t\t}).complete( callback && function( jqXHR, status ) {\n\t\t\tself.each( callback, response || [ jqXHR.responseText, status, jqXHR ] );\n\t\t});\n\t}\n\n\treturn this;\n};\n\n\n\n\n// Attach a bunch of functions for handling common AJAX events\njQuery.each( [ \"ajaxStart\", \"ajaxStop\", \"ajaxComplete\", \"ajaxError\", \"ajaxSuccess\", \"ajaxSend\" ], function( i, type ) {\n\tjQuery.fn[ type ] = function( fn ) {\n\t\treturn this.on( type, fn );\n\t};\n});\n\n\n\n\njQuery.expr.filters.animated = function( elem ) {\n\treturn jQuery.grep(jQuery.timers, function( fn ) {\n\t\treturn elem === fn.elem;\n\t}).length;\n};\n\n\n\n\nvar docElem = window.document.documentElement;\n\n/**\n * Gets a window from an element\n */\nfunction getWindow( elem ) {\n\treturn jQuery.isWindow( elem ) ? elem : elem.nodeType === 9 && elem.defaultView;\n}\n\njQuery.offset = {\n\tsetOffset: function( elem, options, i ) {\n\t\tvar curPosition, curLeft, curCSSTop, curTop, curOffset, curCSSLeft, calculatePosition,\n\t\t\tposition = jQuery.css( elem, \"position\" ),\n\t\t\tcurElem = jQuery( elem ),\n\t\t\tprops = {};\n\n\t\t// Set position first, in-case top/left are set even on static elem\n\t\tif ( position === \"static\" ) {\n\t\t\telem.style.position = \"relative\";\n\t\t}\n\n\t\tcurOffset = curElem.offset();\n\t\tcurCSSTop = jQuery.css( elem, \"top\" );\n\t\tcurCSSLeft = jQuery.css( elem, \"left\" );\n\t\tcalculatePosition = ( position === \"absolute\" || position === \"fixed\" ) &&\n\t\t\t( curCSSTop + curCSSLeft ).indexOf(\"auto\") > -1;\n\n\t\t// Need to be able to calculate position if either\n\t\t// top or left is auto and position is either absolute or fixed\n\t\tif ( calculatePosition ) {\n\t\t\tcurPosition = curElem.position();\n\t\t\tcurTop = curPosition.top;\n\t\t\tcurLeft = curPosition.left;\n\n\t\t} else {\n\t\t\tcurTop = parseFloat( curCSSTop ) || 0;\n\t\t\tcurLeft = parseFloat( curCSSLeft ) || 0;\n\t\t}\n\n\t\tif ( jQuery.isFunction( options ) ) {\n\t\t\toptions = options.call( elem, i, curOffset );\n\t\t}\n\n\t\tif ( options.top != null ) {\n\t\t\tprops.top = ( options.top - curOffset.top ) + curTop;\n\t\t}\n\t\tif ( options.left != null ) {\n\t\t\tprops.left = ( options.left - curOffset.left ) + curLeft;\n\t\t}\n\n\t\tif ( \"using\" in options ) {\n\t\t\toptions.using.call( elem, props );\n\n\t\t} else {\n\t\t\tcurElem.css( props );\n\t\t}\n\t}\n};\n\njQuery.fn.extend({\n\toffset: function( options ) {\n\t\tif ( arguments.length ) {\n\t\t\treturn options === undefined ?\n\t\t\t\tthis :\n\t\t\t\tthis.each(function( i ) {\n\t\t\t\t\tjQuery.offset.setOffset( this, options, i );\n\t\t\t\t});\n\t\t}\n\n\t\tvar docElem, win,\n\t\t\telem = this[ 0 ],\n\t\t\tbox = { top: 0, left: 0 },\n\t\t\tdoc = elem && elem.ownerDocument;\n\n\t\tif ( !doc ) {\n\t\t\treturn;\n\t\t}\n\n\t\tdocElem = doc.documentElement;\n\n\t\t// Make sure it's not a disconnected DOM node\n\t\tif ( !jQuery.contains( docElem, elem ) ) {\n\t\t\treturn box;\n\t\t}\n\n\t\t// Support: BlackBerry 5, iOS 3 (original iPhone)\n\t\t// If we don't have gBCR, just use 0,0 rather than error\n\t\tif ( typeof elem.getBoundingClientRect !== strundefined ) {\n\t\t\tbox = elem.getBoundingClientRect();\n\t\t}\n\t\twin = getWindow( doc );\n\t\treturn {\n\t\t\ttop: box.top + win.pageYOffset - docElem.clientTop,\n\t\t\tleft: box.left + win.pageXOffset - docElem.clientLeft\n\t\t};\n\t},\n\n\tposition: function() {\n\t\tif ( !this[ 0 ] ) {\n\t\t\treturn;\n\t\t}\n\n\t\tvar offsetParent, offset,\n\t\t\telem = this[ 0 ],\n\t\t\tparentOffset = { top: 0, left: 0 };\n\n\t\t// Fixed elements are offset from window (parentOffset = {top:0, left: 0}, because it is its only offset parent\n\t\tif ( jQuery.css( elem, \"position\" ) === \"fixed\" ) {\n\t\t\t// Assume getBoundingClientRect is there when computed position is fixed\n\t\t\toffset = elem.getBoundingClientRect();\n\n\t\t} else {\n\t\t\t// Get *real* offsetParent\n\t\t\toffsetParent = this.offsetParent();\n\n\t\t\t// Get correct offsets\n\t\t\toffset = this.offset();\n\t\t\tif ( !jQuery.nodeName( offsetParent[ 0 ], \"html\" ) ) {\n\t\t\t\tparentOffset = offsetParent.offset();\n\t\t\t}\n\n\t\t\t// Add offsetParent borders\n\t\t\tparentOffset.top += jQuery.css( offsetParent[ 0 ], \"borderTopWidth\", true );\n\t\t\tparentOffset.left += jQuery.css( offsetParent[ 0 ], \"borderLeftWidth\", true );\n\t\t}\n\n\t\t// Subtract parent offsets and element margins\n\t\treturn {\n\t\t\ttop: offset.top - parentOffset.top - jQuery.css( elem, \"marginTop\", true ),\n\t\t\tleft: offset.left - parentOffset.left - jQuery.css( elem, \"marginLeft\", true )\n\t\t};\n\t},\n\n\toffsetParent: function() {\n\t\treturn this.map(function() {\n\t\t\tvar offsetParent = this.offsetParent || docElem;\n\n\t\t\twhile ( offsetParent && ( !jQuery.nodeName( offsetParent, \"html\" ) && jQuery.css( offsetParent, \"position\" ) === \"static\" ) ) {\n\t\t\t\toffsetParent = offsetParent.offsetParent;\n\t\t\t}\n\n\t\t\treturn offsetParent || docElem;\n\t\t});\n\t}\n});\n\n// Create scrollLeft and scrollTop methods\njQuery.each( { scrollLeft: \"pageXOffset\", scrollTop: \"pageYOffset\" }, function( method, prop ) {\n\tvar top = \"pageYOffset\" === prop;\n\n\tjQuery.fn[ method ] = function( val ) {\n\t\treturn access( this, function( elem, method, val ) {\n\t\t\tvar win = getWindow( elem );\n\n\t\t\tif ( val === undefined ) {\n\t\t\t\treturn win ? win[ prop ] : elem[ method ];\n\t\t\t}\n\n\t\t\tif ( win ) {\n\t\t\t\twin.scrollTo(\n\t\t\t\t\t!top ? val : window.pageXOffset,\n\t\t\t\t\ttop ? val : window.pageYOffset\n\t\t\t\t);\n\n\t\t\t} else {\n\t\t\t\telem[ method ] = val;\n\t\t\t}\n\t\t}, method, val, arguments.length, null );\n\t};\n});\n\n// Support: Safari<7+, Chrome<37+\n// Add the top/left cssHooks using jQuery.fn.position\n// Webkit bug: https://bugs.webkit.org/show_bug.cgi?id=29084\n// Blink bug: https://code.google.com/p/chromium/issues/detail?id=229280\n// getComputedStyle returns percent when specified for top/left/bottom/right;\n// rather than make the css module depend on the offset module, just check for it here\njQuery.each( [ \"top\", \"left\" ], function( i, prop ) {\n\tjQuery.cssHooks[ prop ] = addGetHookIf( support.pixelPosition,\n\t\tfunction( elem, computed ) {\n\t\t\tif ( computed ) {\n\t\t\t\tcomputed = curCSS( elem, prop );\n\t\t\t\t// If curCSS returns percentage, fallback to offset\n\t\t\t\treturn rnumnonpx.test( computed ) ?\n\t\t\t\t\tjQuery( elem ).position()[ prop ] + \"px\" :\n\t\t\t\t\tcomputed;\n\t\t\t}\n\t\t}\n\t);\n});\n\n\n// Create innerHeight, innerWidth, height, width, outerHeight and outerWidth methods\njQuery.each( { Height: \"height\", Width: \"width\" }, function( name, type ) {\n\tjQuery.each( { padding: \"inner\" + name, content: type, \"\": \"outer\" + name }, function( defaultExtra, funcName ) {\n\t\t// Margin is only for outerHeight, outerWidth\n\t\tjQuery.fn[ funcName ] = function( margin, value ) {\n\t\t\tvar chainable = arguments.length && ( defaultExtra || typeof margin !== \"boolean\" ),\n\t\t\t\textra = defaultExtra || ( margin === true || value === true ? \"margin\" : \"border\" );\n\n\t\t\treturn access( this, function( elem, type, value ) {\n\t\t\t\tvar doc;\n\n\t\t\t\tif ( jQuery.isWindow( elem ) ) {\n\t\t\t\t\t// As of 5/8/2012 this will yield incorrect results for Mobile Safari, but there\n\t\t\t\t\t// isn't a whole lot we can do. See pull request at this URL for discussion:\n\t\t\t\t\t// https://github.com/jquery/jquery/pull/764\n\t\t\t\t\treturn elem.document.documentElement[ \"client\" + name ];\n\t\t\t\t}\n\n\t\t\t\t// Get document width or height\n\t\t\t\tif ( elem.nodeType === 9 ) {\n\t\t\t\t\tdoc = elem.documentElement;\n\n\t\t\t\t\t// Either scroll[Width/Height] or offset[Width/Height] or client[Width/Height],\n\t\t\t\t\t// whichever is greatest\n\t\t\t\t\treturn Math.max(\n\t\t\t\t\t\telem.body[ \"scroll\" + name ], doc[ \"scroll\" + name ],\n\t\t\t\t\t\telem.body[ \"offset\" + name ], doc[ \"offset\" + name ],\n\t\t\t\t\t\tdoc[ \"client\" + name ]\n\t\t\t\t\t);\n\t\t\t\t}\n\n\t\t\t\treturn value === undefined ?\n\t\t\t\t\t// Get width or height on the element, requesting but not forcing parseFloat\n\t\t\t\t\tjQuery.css( elem, type, extra ) :\n\n\t\t\t\t\t// Set width or height on the element\n\t\t\t\t\tjQuery.style( elem, type, value, extra );\n\t\t\t}, type, chainable ? margin : undefined, chainable, null );\n\t\t};\n\t});\n});\n\n\n// The number of elements contained in the matched element set\njQuery.fn.size = function() {\n\treturn this.length;\n};\n\njQuery.fn.andSelf = jQuery.fn.addBack;\n\n\n\n\n// Register as a named AMD module, since jQuery can be concatenated with other\n// files that may use define, but not via a proper concatenation script that\n// understands anonymous AMD modules. A named AMD is safest and most robust\n// way to register. Lowercase jquery is used because AMD module names are\n// derived from file names, and jQuery is normally delivered in a lowercase\n// file name. Do this after creating the global so that if an AMD module wants\n// to call noConflict to hide this version of jQuery, it will work.\n\n// Note that for maximum portability, libraries that are not jQuery should\n// declare themselves as anonymous modules, and avoid setting a global if an\n// AMD loader is present. jQuery is a special case. For more information, see\n// https://github.com/jrburke/requirejs/wiki/Updating-existing-libraries#wiki-anon\n\nif ( typeof define === \"function\" && define.amd ) {\n\tdefine( \"jquery\", [], function() {\n\t\treturn jQuery;\n\t});\n}\n\n\n\n\nvar\n\t// Map over jQuery in case of overwrite\n\t_jQuery = window.jQuery,\n\n\t// Map over the $ in case of overwrite\n\t_$ = window.$;\n\njQuery.noConflict = function( deep ) {\n\tif ( window.$ === jQuery ) {\n\t\twindow.$ = _$;\n\t}\n\n\tif ( deep && window.jQuery === jQuery ) {\n\t\twindow.jQuery = _jQuery;\n\t}\n\n\treturn jQuery;\n};\n\n// Expose jQuery and $ identifiers, even in AMD\n// (#7102#comment:10, https://github.com/jquery/jquery/pull/557)\n// and CommonJS for browser emulators (#13566)\nif ( typeof noGlobal === strundefined ) {\n\twindow.jQuery = window.$ = jQuery;\n}\n\n\n\n\nreturn jQuery;\n\n}));\n","//! moment.js\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory() :\n typeof define === 'function' && define.amd ? define(factory) :\n global.moment = factory()\n}(this, (function () { 'use strict';\n\n var hookCallback;\n\n function hooks () {\n return hookCallback.apply(null, arguments);\n }\n\n // This is done to register the method called with moment()\n // without creating circular dependencies.\n function setHookCallback (callback) {\n hookCallback = callback;\n }\n\n function isArray(input) {\n return input instanceof Array || Object.prototype.toString.call(input) === '[object Array]';\n }\n\n function isObject(input) {\n // IE8 will treat undefined and null as object if it wasn't for\n // input != null\n return input != null && Object.prototype.toString.call(input) === '[object Object]';\n }\n\n function isObjectEmpty(obj) {\n if (Object.getOwnPropertyNames) {\n return (Object.getOwnPropertyNames(obj).length === 0);\n } else {\n var k;\n for (k in obj) {\n if (obj.hasOwnProperty(k)) {\n return false;\n }\n }\n return true;\n }\n }\n\n function isUndefined(input) {\n return input === void 0;\n }\n\n function isNumber(input) {\n return typeof input === 'number' || Object.prototype.toString.call(input) === '[object Number]';\n }\n\n function isDate(input) {\n return input instanceof Date || Object.prototype.toString.call(input) === '[object Date]';\n }\n\n function map(arr, fn) {\n var res = [], i;\n for (i = 0; i < arr.length; ++i) {\n res.push(fn(arr[i], i));\n }\n return res;\n }\n\n function hasOwnProp(a, b) {\n return Object.prototype.hasOwnProperty.call(a, b);\n }\n\n function extend(a, b) {\n for (var i in b) {\n if (hasOwnProp(b, i)) {\n a[i] = b[i];\n }\n }\n\n if (hasOwnProp(b, 'toString')) {\n a.toString = b.toString;\n }\n\n if (hasOwnProp(b, 'valueOf')) {\n a.valueOf = b.valueOf;\n }\n\n return a;\n }\n\n function createUTC (input, format, locale, strict) {\n return createLocalOrUTC(input, format, locale, strict, true).utc();\n }\n\n function defaultParsingFlags() {\n // We need to deep clone this object.\n return {\n empty : false,\n unusedTokens : [],\n unusedInput : [],\n overflow : -2,\n charsLeftOver : 0,\n nullInput : false,\n invalidMonth : null,\n invalidFormat : false,\n userInvalidated : false,\n iso : false,\n parsedDateParts : [],\n meridiem : null,\n rfc2822 : false,\n weekdayMismatch : false\n };\n }\n\n function getParsingFlags(m) {\n if (m._pf == null) {\n m._pf = defaultParsingFlags();\n }\n return m._pf;\n }\n\n var some;\n if (Array.prototype.some) {\n some = Array.prototype.some;\n } else {\n some = function (fun) {\n var t = Object(this);\n var len = t.length >>> 0;\n\n for (var i = 0; i < len; i++) {\n if (i in t && fun.call(this, t[i], i, t)) {\n return true;\n }\n }\n\n return false;\n };\n }\n\n function isValid(m) {\n if (m._isValid == null) {\n var flags = getParsingFlags(m);\n var parsedParts = some.call(flags.parsedDateParts, function (i) {\n return i != null;\n });\n var isNowValid = !isNaN(m._d.getTime()) &&\n flags.overflow < 0 &&\n !flags.empty &&\n !flags.invalidMonth &&\n !flags.invalidWeekday &&\n !flags.weekdayMismatch &&\n !flags.nullInput &&\n !flags.invalidFormat &&\n !flags.userInvalidated &&\n (!flags.meridiem || (flags.meridiem && parsedParts));\n\n if (m._strict) {\n isNowValid = isNowValid &&\n flags.charsLeftOver === 0 &&\n flags.unusedTokens.length === 0 &&\n flags.bigHour === undefined;\n }\n\n if (Object.isFrozen == null || !Object.isFrozen(m)) {\n m._isValid = isNowValid;\n }\n else {\n return isNowValid;\n }\n }\n return m._isValid;\n }\n\n function createInvalid (flags) {\n var m = createUTC(NaN);\n if (flags != null) {\n extend(getParsingFlags(m), flags);\n }\n else {\n getParsingFlags(m).userInvalidated = true;\n }\n\n return m;\n }\n\n // Plugins that add properties should also add the key here (null value),\n // so we can properly clone ourselves.\n var momentProperties = hooks.momentProperties = [];\n\n function copyConfig(to, from) {\n var i, prop, val;\n\n if (!isUndefined(from._isAMomentObject)) {\n to._isAMomentObject = from._isAMomentObject;\n }\n if (!isUndefined(from._i)) {\n to._i = from._i;\n }\n if (!isUndefined(from._f)) {\n to._f = from._f;\n }\n if (!isUndefined(from._l)) {\n to._l = from._l;\n }\n if (!isUndefined(from._strict)) {\n to._strict = from._strict;\n }\n if (!isUndefined(from._tzm)) {\n to._tzm = from._tzm;\n }\n if (!isUndefined(from._isUTC)) {\n to._isUTC = from._isUTC;\n }\n if (!isUndefined(from._offset)) {\n to._offset = from._offset;\n }\n if (!isUndefined(from._pf)) {\n to._pf = getParsingFlags(from);\n }\n if (!isUndefined(from._locale)) {\n to._locale = from._locale;\n }\n\n if (momentProperties.length > 0) {\n for (i = 0; i < momentProperties.length; i++) {\n prop = momentProperties[i];\n val = from[prop];\n if (!isUndefined(val)) {\n to[prop] = val;\n }\n }\n }\n\n return to;\n }\n\n var updateInProgress = false;\n\n // Moment prototype object\n function Moment(config) {\n copyConfig(this, config);\n this._d = new Date(config._d != null ? config._d.getTime() : NaN);\n if (!this.isValid()) {\n this._d = new Date(NaN);\n }\n // Prevent infinite loop in case updateOffset creates new moment\n // objects.\n if (updateInProgress === false) {\n updateInProgress = true;\n hooks.updateOffset(this);\n updateInProgress = false;\n }\n }\n\n function isMoment (obj) {\n return obj instanceof Moment || (obj != null && obj._isAMomentObject != null);\n }\n\n function absFloor (number) {\n if (number < 0) {\n // -0 -> 0\n return Math.ceil(number) || 0;\n } else {\n return Math.floor(number);\n }\n }\n\n function toInt(argumentForCoercion) {\n var coercedNumber = +argumentForCoercion,\n value = 0;\n\n if (coercedNumber !== 0 && isFinite(coercedNumber)) {\n value = absFloor(coercedNumber);\n }\n\n return value;\n }\n\n // compare two arrays, return the number of differences\n function compareArrays(array1, array2, dontConvert) {\n var len = Math.min(array1.length, array2.length),\n lengthDiff = Math.abs(array1.length - array2.length),\n diffs = 0,\n i;\n for (i = 0; i < len; i++) {\n if ((dontConvert && array1[i] !== array2[i]) ||\n (!dontConvert && toInt(array1[i]) !== toInt(array2[i]))) {\n diffs++;\n }\n }\n return diffs + lengthDiff;\n }\n\n function warn(msg) {\n if (hooks.suppressDeprecationWarnings === false &&\n (typeof console !== 'undefined') && console.warn) {\n console.warn('Deprecation warning: ' + msg);\n }\n }\n\n function deprecate(msg, fn) {\n var firstTime = true;\n\n return extend(function () {\n if (hooks.deprecationHandler != null) {\n hooks.deprecationHandler(null, msg);\n }\n if (firstTime) {\n var args = [];\n var arg;\n for (var i = 0; i < arguments.length; i++) {\n arg = '';\n if (typeof arguments[i] === 'object') {\n arg += '\\n[' + i + '] ';\n for (var key in arguments[0]) {\n arg += key + ': ' + arguments[0][key] + ', ';\n }\n arg = arg.slice(0, -2); // Remove trailing comma and space\n } else {\n arg = arguments[i];\n }\n args.push(arg);\n }\n warn(msg + '\\nArguments: ' + Array.prototype.slice.call(args).join('') + '\\n' + (new Error()).stack);\n firstTime = false;\n }\n return fn.apply(this, arguments);\n }, fn);\n }\n\n var deprecations = {};\n\n function deprecateSimple(name, msg) {\n if (hooks.deprecationHandler != null) {\n hooks.deprecationHandler(name, msg);\n }\n if (!deprecations[name]) {\n warn(msg);\n deprecations[name] = true;\n }\n }\n\n hooks.suppressDeprecationWarnings = false;\n hooks.deprecationHandler = null;\n\n function isFunction(input) {\n return input instanceof Function || Object.prototype.toString.call(input) === '[object Function]';\n }\n\n function set (config) {\n var prop, i;\n for (i in config) {\n prop = config[i];\n if (isFunction(prop)) {\n this[i] = prop;\n } else {\n this['_' + i] = prop;\n }\n }\n this._config = config;\n // Lenient ordinal parsing accepts just a number in addition to\n // number + (possibly) stuff coming from _dayOfMonthOrdinalParse.\n // TODO: Remove \"ordinalParse\" fallback in next major release.\n this._dayOfMonthOrdinalParseLenient = new RegExp(\n (this._dayOfMonthOrdinalParse.source || this._ordinalParse.source) +\n '|' + (/\\d{1,2}/).source);\n }\n\n function mergeConfigs(parentConfig, childConfig) {\n var res = extend({}, parentConfig), prop;\n for (prop in childConfig) {\n if (hasOwnProp(childConfig, prop)) {\n if (isObject(parentConfig[prop]) && isObject(childConfig[prop])) {\n res[prop] = {};\n extend(res[prop], parentConfig[prop]);\n extend(res[prop], childConfig[prop]);\n } else if (childConfig[prop] != null) {\n res[prop] = childConfig[prop];\n } else {\n delete res[prop];\n }\n }\n }\n for (prop in parentConfig) {\n if (hasOwnProp(parentConfig, prop) &&\n !hasOwnProp(childConfig, prop) &&\n isObject(parentConfig[prop])) {\n // make sure changes to properties don't modify parent config\n res[prop] = extend({}, res[prop]);\n }\n }\n return res;\n }\n\n function Locale(config) {\n if (config != null) {\n this.set(config);\n }\n }\n\n var keys;\n\n if (Object.keys) {\n keys = Object.keys;\n } else {\n keys = function (obj) {\n var i, res = [];\n for (i in obj) {\n if (hasOwnProp(obj, i)) {\n res.push(i);\n }\n }\n return res;\n };\n }\n\n var defaultCalendar = {\n sameDay : '[Today at] LT',\n nextDay : '[Tomorrow at] LT',\n nextWeek : 'dddd [at] LT',\n lastDay : '[Yesterday at] LT',\n lastWeek : '[Last] dddd [at] LT',\n sameElse : 'L'\n };\n\n function calendar (key, mom, now) {\n var output = this._calendar[key] || this._calendar['sameElse'];\n return isFunction(output) ? output.call(mom, now) : output;\n }\n\n var defaultLongDateFormat = {\n LTS : 'h:mm:ss A',\n LT : 'h:mm A',\n L : 'MM/DD/YYYY',\n LL : 'MMMM D, YYYY',\n LLL : 'MMMM D, YYYY h:mm A',\n LLLL : 'dddd, MMMM D, YYYY h:mm A'\n };\n\n function longDateFormat (key) {\n var format = this._longDateFormat[key],\n formatUpper = this._longDateFormat[key.toUpperCase()];\n\n if (format || !formatUpper) {\n return format;\n }\n\n this._longDateFormat[key] = formatUpper.replace(/MMMM|MM|DD|dddd/g, function (val) {\n return val.slice(1);\n });\n\n return this._longDateFormat[key];\n }\n\n var defaultInvalidDate = 'Invalid date';\n\n function invalidDate () {\n return this._invalidDate;\n }\n\n var defaultOrdinal = '%d';\n var defaultDayOfMonthOrdinalParse = /\\d{1,2}/;\n\n function ordinal (number) {\n return this._ordinal.replace('%d', number);\n }\n\n var defaultRelativeTime = {\n future : 'in %s',\n past : '%s ago',\n s : 'a few seconds',\n ss : '%d seconds',\n m : 'a minute',\n mm : '%d minutes',\n h : 'an hour',\n hh : '%d hours',\n d : 'a day',\n dd : '%d days',\n M : 'a month',\n MM : '%d months',\n y : 'a year',\n yy : '%d years'\n };\n\n function relativeTime (number, withoutSuffix, string, isFuture) {\n var output = this._relativeTime[string];\n return (isFunction(output)) ?\n output(number, withoutSuffix, string, isFuture) :\n output.replace(/%d/i, number);\n }\n\n function pastFuture (diff, output) {\n var format = this._relativeTime[diff > 0 ? 'future' : 'past'];\n return isFunction(format) ? format(output) : format.replace(/%s/i, output);\n }\n\n var aliases = {};\n\n function addUnitAlias (unit, shorthand) {\n var lowerCase = unit.toLowerCase();\n aliases[lowerCase] = aliases[lowerCase + 's'] = aliases[shorthand] = unit;\n }\n\n function normalizeUnits(units) {\n return typeof units === 'string' ? aliases[units] || aliases[units.toLowerCase()] : undefined;\n }\n\n function normalizeObjectUnits(inputObject) {\n var normalizedInput = {},\n normalizedProp,\n prop;\n\n for (prop in inputObject) {\n if (hasOwnProp(inputObject, prop)) {\n normalizedProp = normalizeUnits(prop);\n if (normalizedProp) {\n normalizedInput[normalizedProp] = inputObject[prop];\n }\n }\n }\n\n return normalizedInput;\n }\n\n var priorities = {};\n\n function addUnitPriority(unit, priority) {\n priorities[unit] = priority;\n }\n\n function getPrioritizedUnits(unitsObj) {\n var units = [];\n for (var u in unitsObj) {\n units.push({unit: u, priority: priorities[u]});\n }\n units.sort(function (a, b) {\n return a.priority - b.priority;\n });\n return units;\n }\n\n function zeroFill(number, targetLength, forceSign) {\n var absNumber = '' + Math.abs(number),\n zerosToFill = targetLength - absNumber.length,\n sign = number >= 0;\n return (sign ? (forceSign ? '+' : '') : '-') +\n Math.pow(10, Math.max(0, zerosToFill)).toString().substr(1) + absNumber;\n }\n\n var formattingTokens = /(\\[[^\\[]*\\])|(\\\\)?([Hh]mm(ss)?|Mo|MM?M?M?|Do|DDDo|DD?D?D?|ddd?d?|do?|w[o|w]?|W[o|W]?|Qo?|YYYYYY|YYYYY|YYYY|YY|gg(ggg?)?|GG(GGG?)?|e|E|a|A|hh?|HH?|kk?|mm?|ss?|S{1,9}|x|X|zz?|ZZ?|.)/g;\n\n var localFormattingTokens = /(\\[[^\\[]*\\])|(\\\\)?(LTS|LT|LL?L?L?|l{1,4})/g;\n\n var formatFunctions = {};\n\n var formatTokenFunctions = {};\n\n // token: 'M'\n // padded: ['MM', 2]\n // ordinal: 'Mo'\n // callback: function () { this.month() + 1 }\n function addFormatToken (token, padded, ordinal, callback) {\n var func = callback;\n if (typeof callback === 'string') {\n func = function () {\n return this[callback]();\n };\n }\n if (token) {\n formatTokenFunctions[token] = func;\n }\n if (padded) {\n formatTokenFunctions[padded[0]] = function () {\n return zeroFill(func.apply(this, arguments), padded[1], padded[2]);\n };\n }\n if (ordinal) {\n formatTokenFunctions[ordinal] = function () {\n return this.localeData().ordinal(func.apply(this, arguments), token);\n };\n }\n }\n\n function removeFormattingTokens(input) {\n if (input.match(/\\[[\\s\\S]/)) {\n return input.replace(/^\\[|\\]$/g, '');\n }\n return input.replace(/\\\\/g, '');\n }\n\n function makeFormatFunction(format) {\n var array = format.match(formattingTokens), i, length;\n\n for (i = 0, length = array.length; i < length; i++) {\n if (formatTokenFunctions[array[i]]) {\n array[i] = formatTokenFunctions[array[i]];\n } else {\n array[i] = removeFormattingTokens(array[i]);\n }\n }\n\n return function (mom) {\n var output = '', i;\n for (i = 0; i < length; i++) {\n output += isFunction(array[i]) ? array[i].call(mom, format) : array[i];\n }\n return output;\n };\n }\n\n // format date using native date object\n function formatMoment(m, format) {\n if (!m.isValid()) {\n return m.localeData().invalidDate();\n }\n\n format = expandFormat(format, m.localeData());\n formatFunctions[format] = formatFunctions[format] || makeFormatFunction(format);\n\n return formatFunctions[format](m);\n }\n\n function expandFormat(format, locale) {\n var i = 5;\n\n function replaceLongDateFormatTokens(input) {\n return locale.longDateFormat(input) || input;\n }\n\n localFormattingTokens.lastIndex = 0;\n while (i >= 0 && localFormattingTokens.test(format)) {\n format = format.replace(localFormattingTokens, replaceLongDateFormatTokens);\n localFormattingTokens.lastIndex = 0;\n i -= 1;\n }\n\n return format;\n }\n\n var match1 = /\\d/; // 0 - 9\n var match2 = /\\d\\d/; // 00 - 99\n var match3 = /\\d{3}/; // 000 - 999\n var match4 = /\\d{4}/; // 0000 - 9999\n var match6 = /[+-]?\\d{6}/; // -999999 - 999999\n var match1to2 = /\\d\\d?/; // 0 - 99\n var match3to4 = /\\d\\d\\d\\d?/; // 999 - 9999\n var match5to6 = /\\d\\d\\d\\d\\d\\d?/; // 99999 - 999999\n var match1to3 = /\\d{1,3}/; // 0 - 999\n var match1to4 = /\\d{1,4}/; // 0 - 9999\n var match1to6 = /[+-]?\\d{1,6}/; // -999999 - 999999\n\n var matchUnsigned = /\\d+/; // 0 - inf\n var matchSigned = /[+-]?\\d+/; // -inf - inf\n\n var matchOffset = /Z|[+-]\\d\\d:?\\d\\d/gi; // +00:00 -00:00 +0000 -0000 or Z\n var matchShortOffset = /Z|[+-]\\d\\d(?::?\\d\\d)?/gi; // +00 -00 +00:00 -00:00 +0000 -0000 or Z\n\n var matchTimestamp = /[+-]?\\d+(\\.\\d{1,3})?/; // 123456789 123456789.123\n\n // any word (or two) characters or numbers including two/three word month in arabic.\n // includes scottish gaelic two word and hyphenated months\n var matchWord = /[0-9]{0,256}['a-z\\u00A0-\\u05FF\\u0700-\\uD7FF\\uF900-\\uFDCF\\uFDF0-\\uFF07\\uFF10-\\uFFEF]{1,256}|[\\u0600-\\u06FF\\/]{1,256}(\\s*?[\\u0600-\\u06FF]{1,256}){1,2}/i;\n\n var regexes = {};\n\n function addRegexToken (token, regex, strictRegex) {\n regexes[token] = isFunction(regex) ? regex : function (isStrict, localeData) {\n return (isStrict && strictRegex) ? strictRegex : regex;\n };\n }\n\n function getParseRegexForToken (token, config) {\n if (!hasOwnProp(regexes, token)) {\n return new RegExp(unescapeFormat(token));\n }\n\n return regexes[token](config._strict, config._locale);\n }\n\n // Code from http://stackoverflow.com/questions/3561493/is-there-a-regexp-escape-function-in-javascript\n function unescapeFormat(s) {\n return regexEscape(s.replace('\\\\', '').replace(/\\\\(\\[)|\\\\(\\])|\\[([^\\]\\[]*)\\]|\\\\(.)/g, function (matched, p1, p2, p3, p4) {\n return p1 || p2 || p3 || p4;\n }));\n }\n\n function regexEscape(s) {\n return s.replace(/[-\\/\\\\^$*+?.()|[\\]{}]/g, '\\\\$&');\n }\n\n var tokens = {};\n\n function addParseToken (token, callback) {\n var i, func = callback;\n if (typeof token === 'string') {\n token = [token];\n }\n if (isNumber(callback)) {\n func = function (input, array) {\n array[callback] = toInt(input);\n };\n }\n for (i = 0; i < token.length; i++) {\n tokens[token[i]] = func;\n }\n }\n\n function addWeekParseToken (token, callback) {\n addParseToken(token, function (input, array, config, token) {\n config._w = config._w || {};\n callback(input, config._w, config, token);\n });\n }\n\n function addTimeToArrayFromToken(token, input, config) {\n if (input != null && hasOwnProp(tokens, token)) {\n tokens[token](input, config._a, config, token);\n }\n }\n\n var YEAR = 0;\n var MONTH = 1;\n var DATE = 2;\n var HOUR = 3;\n var MINUTE = 4;\n var SECOND = 5;\n var MILLISECOND = 6;\n var WEEK = 7;\n var WEEKDAY = 8;\n\n // FORMATTING\n\n addFormatToken('Y', 0, 0, function () {\n var y = this.year();\n return y <= 9999 ? '' + y : '+' + y;\n });\n\n addFormatToken(0, ['YY', 2], 0, function () {\n return this.year() % 100;\n });\n\n addFormatToken(0, ['YYYY', 4], 0, 'year');\n addFormatToken(0, ['YYYYY', 5], 0, 'year');\n addFormatToken(0, ['YYYYYY', 6, true], 0, 'year');\n\n // ALIASES\n\n addUnitAlias('year', 'y');\n\n // PRIORITIES\n\n addUnitPriority('year', 1);\n\n // PARSING\n\n addRegexToken('Y', matchSigned);\n addRegexToken('YY', match1to2, match2);\n addRegexToken('YYYY', match1to4, match4);\n addRegexToken('YYYYY', match1to6, match6);\n addRegexToken('YYYYYY', match1to6, match6);\n\n addParseToken(['YYYYY', 'YYYYYY'], YEAR);\n addParseToken('YYYY', function (input, array) {\n array[YEAR] = input.length === 2 ? hooks.parseTwoDigitYear(input) : toInt(input);\n });\n addParseToken('YY', function (input, array) {\n array[YEAR] = hooks.parseTwoDigitYear(input);\n });\n addParseToken('Y', function (input, array) {\n array[YEAR] = parseInt(input, 10);\n });\n\n // HELPERS\n\n function daysInYear(year) {\n return isLeapYear(year) ? 366 : 365;\n }\n\n function isLeapYear(year) {\n return (year % 4 === 0 && year % 100 !== 0) || year % 400 === 0;\n }\n\n // HOOKS\n\n hooks.parseTwoDigitYear = function (input) {\n return toInt(input) + (toInt(input) > 68 ? 1900 : 2000);\n };\n\n // MOMENTS\n\n var getSetYear = makeGetSet('FullYear', true);\n\n function getIsLeapYear () {\n return isLeapYear(this.year());\n }\n\n function makeGetSet (unit, keepTime) {\n return function (value) {\n if (value != null) {\n set$1(this, unit, value);\n hooks.updateOffset(this, keepTime);\n return this;\n } else {\n return get(this, unit);\n }\n };\n }\n\n function get (mom, unit) {\n return mom.isValid() ?\n mom._d['get' + (mom._isUTC ? 'UTC' : '') + unit]() : NaN;\n }\n\n function set$1 (mom, unit, value) {\n if (mom.isValid() && !isNaN(value)) {\n if (unit === 'FullYear' && isLeapYear(mom.year()) && mom.month() === 1 && mom.date() === 29) {\n mom._d['set' + (mom._isUTC ? 'UTC' : '') + unit](value, mom.month(), daysInMonth(value, mom.month()));\n }\n else {\n mom._d['set' + (mom._isUTC ? 'UTC' : '') + unit](value);\n }\n }\n }\n\n // MOMENTS\n\n function stringGet (units) {\n units = normalizeUnits(units);\n if (isFunction(this[units])) {\n return this[units]();\n }\n return this;\n }\n\n\n function stringSet (units, value) {\n if (typeof units === 'object') {\n units = normalizeObjectUnits(units);\n var prioritized = getPrioritizedUnits(units);\n for (var i = 0; i < prioritized.length; i++) {\n this[prioritized[i].unit](units[prioritized[i].unit]);\n }\n } else {\n units = normalizeUnits(units);\n if (isFunction(this[units])) {\n return this[units](value);\n }\n }\n return this;\n }\n\n function mod(n, x) {\n return ((n % x) + x) % x;\n }\n\n var indexOf;\n\n if (Array.prototype.indexOf) {\n indexOf = Array.prototype.indexOf;\n } else {\n indexOf = function (o) {\n // I know\n var i;\n for (i = 0; i < this.length; ++i) {\n if (this[i] === o) {\n return i;\n }\n }\n return -1;\n };\n }\n\n function daysInMonth(year, month) {\n if (isNaN(year) || isNaN(month)) {\n return NaN;\n }\n var modMonth = mod(month, 12);\n year += (month - modMonth) / 12;\n return modMonth === 1 ? (isLeapYear(year) ? 29 : 28) : (31 - modMonth % 7 % 2);\n }\n\n // FORMATTING\n\n addFormatToken('M', ['MM', 2], 'Mo', function () {\n return this.month() + 1;\n });\n\n addFormatToken('MMM', 0, 0, function (format) {\n return this.localeData().monthsShort(this, format);\n });\n\n addFormatToken('MMMM', 0, 0, function (format) {\n return this.localeData().months(this, format);\n });\n\n // ALIASES\n\n addUnitAlias('month', 'M');\n\n // PRIORITY\n\n addUnitPriority('month', 8);\n\n // PARSING\n\n addRegexToken('M', match1to2);\n addRegexToken('MM', match1to2, match2);\n addRegexToken('MMM', function (isStrict, locale) {\n return locale.monthsShortRegex(isStrict);\n });\n addRegexToken('MMMM', function (isStrict, locale) {\n return locale.monthsRegex(isStrict);\n });\n\n addParseToken(['M', 'MM'], function (input, array) {\n array[MONTH] = toInt(input) - 1;\n });\n\n addParseToken(['MMM', 'MMMM'], function (input, array, config, token) {\n var month = config._locale.monthsParse(input, token, config._strict);\n // if we didn't find a month name, mark the date as invalid.\n if (month != null) {\n array[MONTH] = month;\n } else {\n getParsingFlags(config).invalidMonth = input;\n }\n });\n\n // LOCALES\n\n var MONTHS_IN_FORMAT = /D[oD]?(\\[[^\\[\\]]*\\]|\\s)+MMMM?/;\n var defaultLocaleMonths = 'January_February_March_April_May_June_July_August_September_October_November_December'.split('_');\n function localeMonths (m, format) {\n if (!m) {\n return isArray(this._months) ? this._months :\n this._months['standalone'];\n }\n return isArray(this._months) ? this._months[m.month()] :\n this._months[(this._months.isFormat || MONTHS_IN_FORMAT).test(format) ? 'format' : 'standalone'][m.month()];\n }\n\n var defaultLocaleMonthsShort = 'Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec'.split('_');\n function localeMonthsShort (m, format) {\n if (!m) {\n return isArray(this._monthsShort) ? this._monthsShort :\n this._monthsShort['standalone'];\n }\n return isArray(this._monthsShort) ? this._monthsShort[m.month()] :\n this._monthsShort[MONTHS_IN_FORMAT.test(format) ? 'format' : 'standalone'][m.month()];\n }\n\n function handleStrictParse(monthName, format, strict) {\n var i, ii, mom, llc = monthName.toLocaleLowerCase();\n if (!this._monthsParse) {\n // this is not used\n this._monthsParse = [];\n this._longMonthsParse = [];\n this._shortMonthsParse = [];\n for (i = 0; i < 12; ++i) {\n mom = createUTC([2000, i]);\n this._shortMonthsParse[i] = this.monthsShort(mom, '').toLocaleLowerCase();\n this._longMonthsParse[i] = this.months(mom, '').toLocaleLowerCase();\n }\n }\n\n if (strict) {\n if (format === 'MMM') {\n ii = indexOf.call(this._shortMonthsParse, llc);\n return ii !== -1 ? ii : null;\n } else {\n ii = indexOf.call(this._longMonthsParse, llc);\n return ii !== -1 ? ii : null;\n }\n } else {\n if (format === 'MMM') {\n ii = indexOf.call(this._shortMonthsParse, llc);\n if (ii !== -1) {\n return ii;\n }\n ii = indexOf.call(this._longMonthsParse, llc);\n return ii !== -1 ? ii : null;\n } else {\n ii = indexOf.call(this._longMonthsParse, llc);\n if (ii !== -1) {\n return ii;\n }\n ii = indexOf.call(this._shortMonthsParse, llc);\n return ii !== -1 ? ii : null;\n }\n }\n }\n\n function localeMonthsParse (monthName, format, strict) {\n var i, mom, regex;\n\n if (this._monthsParseExact) {\n return handleStrictParse.call(this, monthName, format, strict);\n }\n\n if (!this._monthsParse) {\n this._monthsParse = [];\n this._longMonthsParse = [];\n this._shortMonthsParse = [];\n }\n\n // TODO: add sorting\n // Sorting makes sure if one month (or abbr) is a prefix of another\n // see sorting in computeMonthsParse\n for (i = 0; i < 12; i++) {\n // make the regex if we don't have it already\n mom = createUTC([2000, i]);\n if (strict && !this._longMonthsParse[i]) {\n this._longMonthsParse[i] = new RegExp('^' + this.months(mom, '').replace('.', '') + '$', 'i');\n this._shortMonthsParse[i] = new RegExp('^' + this.monthsShort(mom, '').replace('.', '') + '$', 'i');\n }\n if (!strict && !this._monthsParse[i]) {\n regex = '^' + this.months(mom, '') + '|^' + this.monthsShort(mom, '');\n this._monthsParse[i] = new RegExp(regex.replace('.', ''), 'i');\n }\n // test the regex\n if (strict && format === 'MMMM' && this._longMonthsParse[i].test(monthName)) {\n return i;\n } else if (strict && format === 'MMM' && this._shortMonthsParse[i].test(monthName)) {\n return i;\n } else if (!strict && this._monthsParse[i].test(monthName)) {\n return i;\n }\n }\n }\n\n // MOMENTS\n\n function setMonth (mom, value) {\n var dayOfMonth;\n\n if (!mom.isValid()) {\n // No op\n return mom;\n }\n\n if (typeof value === 'string') {\n if (/^\\d+$/.test(value)) {\n value = toInt(value);\n } else {\n value = mom.localeData().monthsParse(value);\n // TODO: Another silent failure?\n if (!isNumber(value)) {\n return mom;\n }\n }\n }\n\n dayOfMonth = Math.min(mom.date(), daysInMonth(mom.year(), value));\n mom._d['set' + (mom._isUTC ? 'UTC' : '') + 'Month'](value, dayOfMonth);\n return mom;\n }\n\n function getSetMonth (value) {\n if (value != null) {\n setMonth(this, value);\n hooks.updateOffset(this, true);\n return this;\n } else {\n return get(this, 'Month');\n }\n }\n\n function getDaysInMonth () {\n return daysInMonth(this.year(), this.month());\n }\n\n var defaultMonthsShortRegex = matchWord;\n function monthsShortRegex (isStrict) {\n if (this._monthsParseExact) {\n if (!hasOwnProp(this, '_monthsRegex')) {\n computeMonthsParse.call(this);\n }\n if (isStrict) {\n return this._monthsShortStrictRegex;\n } else {\n return this._monthsShortRegex;\n }\n } else {\n if (!hasOwnProp(this, '_monthsShortRegex')) {\n this._monthsShortRegex = defaultMonthsShortRegex;\n }\n return this._monthsShortStrictRegex && isStrict ?\n this._monthsShortStrictRegex : this._monthsShortRegex;\n }\n }\n\n var defaultMonthsRegex = matchWord;\n function monthsRegex (isStrict) {\n if (this._monthsParseExact) {\n if (!hasOwnProp(this, '_monthsRegex')) {\n computeMonthsParse.call(this);\n }\n if (isStrict) {\n return this._monthsStrictRegex;\n } else {\n return this._monthsRegex;\n }\n } else {\n if (!hasOwnProp(this, '_monthsRegex')) {\n this._monthsRegex = defaultMonthsRegex;\n }\n return this._monthsStrictRegex && isStrict ?\n this._monthsStrictRegex : this._monthsRegex;\n }\n }\n\n function computeMonthsParse () {\n function cmpLenRev(a, b) {\n return b.length - a.length;\n }\n\n var shortPieces = [], longPieces = [], mixedPieces = [],\n i, mom;\n for (i = 0; i < 12; i++) {\n // make the regex if we don't have it already\n mom = createUTC([2000, i]);\n shortPieces.push(this.monthsShort(mom, ''));\n longPieces.push(this.months(mom, ''));\n mixedPieces.push(this.months(mom, ''));\n mixedPieces.push(this.monthsShort(mom, ''));\n }\n // Sorting makes sure if one month (or abbr) is a prefix of another it\n // will match the longer piece.\n shortPieces.sort(cmpLenRev);\n longPieces.sort(cmpLenRev);\n mixedPieces.sort(cmpLenRev);\n for (i = 0; i < 12; i++) {\n shortPieces[i] = regexEscape(shortPieces[i]);\n longPieces[i] = regexEscape(longPieces[i]);\n }\n for (i = 0; i < 24; i++) {\n mixedPieces[i] = regexEscape(mixedPieces[i]);\n }\n\n this._monthsRegex = new RegExp('^(' + mixedPieces.join('|') + ')', 'i');\n this._monthsShortRegex = this._monthsRegex;\n this._monthsStrictRegex = new RegExp('^(' + longPieces.join('|') + ')', 'i');\n this._monthsShortStrictRegex = new RegExp('^(' + shortPieces.join('|') + ')', 'i');\n }\n\n function createDate (y, m, d, h, M, s, ms) {\n // can't just apply() to create a date:\n // https://stackoverflow.com/q/181348\n var date;\n // the date constructor remaps years 0-99 to 1900-1999\n if (y < 100 && y >= 0) {\n // preserve leap years using a full 400 year cycle, then reset\n date = new Date(y + 400, m, d, h, M, s, ms);\n if (isFinite(date.getFullYear())) {\n date.setFullYear(y);\n }\n } else {\n date = new Date(y, m, d, h, M, s, ms);\n }\n\n return date;\n }\n\n function createUTCDate (y) {\n var date;\n // the Date.UTC function remaps years 0-99 to 1900-1999\n if (y < 100 && y >= 0) {\n var args = Array.prototype.slice.call(arguments);\n // preserve leap years using a full 400 year cycle, then reset\n args[0] = y + 400;\n date = new Date(Date.UTC.apply(null, args));\n if (isFinite(date.getUTCFullYear())) {\n date.setUTCFullYear(y);\n }\n } else {\n date = new Date(Date.UTC.apply(null, arguments));\n }\n\n return date;\n }\n\n // start-of-first-week - start-of-year\n function firstWeekOffset(year, dow, doy) {\n var // first-week day -- which january is always in the first week (4 for iso, 1 for other)\n fwd = 7 + dow - doy,\n // first-week day local weekday -- which local weekday is fwd\n fwdlw = (7 + createUTCDate(year, 0, fwd).getUTCDay() - dow) % 7;\n\n return -fwdlw + fwd - 1;\n }\n\n // https://en.wikipedia.org/wiki/ISO_week_date#Calculating_a_date_given_the_year.2C_week_number_and_weekday\n function dayOfYearFromWeeks(year, week, weekday, dow, doy) {\n var localWeekday = (7 + weekday - dow) % 7,\n weekOffset = firstWeekOffset(year, dow, doy),\n dayOfYear = 1 + 7 * (week - 1) + localWeekday + weekOffset,\n resYear, resDayOfYear;\n\n if (dayOfYear <= 0) {\n resYear = year - 1;\n resDayOfYear = daysInYear(resYear) + dayOfYear;\n } else if (dayOfYear > daysInYear(year)) {\n resYear = year + 1;\n resDayOfYear = dayOfYear - daysInYear(year);\n } else {\n resYear = year;\n resDayOfYear = dayOfYear;\n }\n\n return {\n year: resYear,\n dayOfYear: resDayOfYear\n };\n }\n\n function weekOfYear(mom, dow, doy) {\n var weekOffset = firstWeekOffset(mom.year(), dow, doy),\n week = Math.floor((mom.dayOfYear() - weekOffset - 1) / 7) + 1,\n resWeek, resYear;\n\n if (week < 1) {\n resYear = mom.year() - 1;\n resWeek = week + weeksInYear(resYear, dow, doy);\n } else if (week > weeksInYear(mom.year(), dow, doy)) {\n resWeek = week - weeksInYear(mom.year(), dow, doy);\n resYear = mom.year() + 1;\n } else {\n resYear = mom.year();\n resWeek = week;\n }\n\n return {\n week: resWeek,\n year: resYear\n };\n }\n\n function weeksInYear(year, dow, doy) {\n var weekOffset = firstWeekOffset(year, dow, doy),\n weekOffsetNext = firstWeekOffset(year + 1, dow, doy);\n return (daysInYear(year) - weekOffset + weekOffsetNext) / 7;\n }\n\n // FORMATTING\n\n addFormatToken('w', ['ww', 2], 'wo', 'week');\n addFormatToken('W', ['WW', 2], 'Wo', 'isoWeek');\n\n // ALIASES\n\n addUnitAlias('week', 'w');\n addUnitAlias('isoWeek', 'W');\n\n // PRIORITIES\n\n addUnitPriority('week', 5);\n addUnitPriority('isoWeek', 5);\n\n // PARSING\n\n addRegexToken('w', match1to2);\n addRegexToken('ww', match1to2, match2);\n addRegexToken('W', match1to2);\n addRegexToken('WW', match1to2, match2);\n\n addWeekParseToken(['w', 'ww', 'W', 'WW'], function (input, week, config, token) {\n week[token.substr(0, 1)] = toInt(input);\n });\n\n // HELPERS\n\n // LOCALES\n\n function localeWeek (mom) {\n return weekOfYear(mom, this._week.dow, this._week.doy).week;\n }\n\n var defaultLocaleWeek = {\n dow : 0, // Sunday is the first day of the week.\n doy : 6 // The week that contains Jan 6th is the first week of the year.\n };\n\n function localeFirstDayOfWeek () {\n return this._week.dow;\n }\n\n function localeFirstDayOfYear () {\n return this._week.doy;\n }\n\n // MOMENTS\n\n function getSetWeek (input) {\n var week = this.localeData().week(this);\n return input == null ? week : this.add((input - week) * 7, 'd');\n }\n\n function getSetISOWeek (input) {\n var week = weekOfYear(this, 1, 4).week;\n return input == null ? week : this.add((input - week) * 7, 'd');\n }\n\n // FORMATTING\n\n addFormatToken('d', 0, 'do', 'day');\n\n addFormatToken('dd', 0, 0, function (format) {\n return this.localeData().weekdaysMin(this, format);\n });\n\n addFormatToken('ddd', 0, 0, function (format) {\n return this.localeData().weekdaysShort(this, format);\n });\n\n addFormatToken('dddd', 0, 0, function (format) {\n return this.localeData().weekdays(this, format);\n });\n\n addFormatToken('e', 0, 0, 'weekday');\n addFormatToken('E', 0, 0, 'isoWeekday');\n\n // ALIASES\n\n addUnitAlias('day', 'd');\n addUnitAlias('weekday', 'e');\n addUnitAlias('isoWeekday', 'E');\n\n // PRIORITY\n addUnitPriority('day', 11);\n addUnitPriority('weekday', 11);\n addUnitPriority('isoWeekday', 11);\n\n // PARSING\n\n addRegexToken('d', match1to2);\n addRegexToken('e', match1to2);\n addRegexToken('E', match1to2);\n addRegexToken('dd', function (isStrict, locale) {\n return locale.weekdaysMinRegex(isStrict);\n });\n addRegexToken('ddd', function (isStrict, locale) {\n return locale.weekdaysShortRegex(isStrict);\n });\n addRegexToken('dddd', function (isStrict, locale) {\n return locale.weekdaysRegex(isStrict);\n });\n\n addWeekParseToken(['dd', 'ddd', 'dddd'], function (input, week, config, token) {\n var weekday = config._locale.weekdaysParse(input, token, config._strict);\n // if we didn't get a weekday name, mark the date as invalid\n if (weekday != null) {\n week.d = weekday;\n } else {\n getParsingFlags(config).invalidWeekday = input;\n }\n });\n\n addWeekParseToken(['d', 'e', 'E'], function (input, week, config, token) {\n week[token] = toInt(input);\n });\n\n // HELPERS\n\n function parseWeekday(input, locale) {\n if (typeof input !== 'string') {\n return input;\n }\n\n if (!isNaN(input)) {\n return parseInt(input, 10);\n }\n\n input = locale.weekdaysParse(input);\n if (typeof input === 'number') {\n return input;\n }\n\n return null;\n }\n\n function parseIsoWeekday(input, locale) {\n if (typeof input === 'string') {\n return locale.weekdaysParse(input) % 7 || 7;\n }\n return isNaN(input) ? null : input;\n }\n\n // LOCALES\n function shiftWeekdays (ws, n) {\n return ws.slice(n, 7).concat(ws.slice(0, n));\n }\n\n var defaultLocaleWeekdays = 'Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday'.split('_');\n function localeWeekdays (m, format) {\n var weekdays = isArray(this._weekdays) ? this._weekdays :\n this._weekdays[(m && m !== true && this._weekdays.isFormat.test(format)) ? 'format' : 'standalone'];\n return (m === true) ? shiftWeekdays(weekdays, this._week.dow)\n : (m) ? weekdays[m.day()] : weekdays;\n }\n\n var defaultLocaleWeekdaysShort = 'Sun_Mon_Tue_Wed_Thu_Fri_Sat'.split('_');\n function localeWeekdaysShort (m) {\n return (m === true) ? shiftWeekdays(this._weekdaysShort, this._week.dow)\n : (m) ? this._weekdaysShort[m.day()] : this._weekdaysShort;\n }\n\n var defaultLocaleWeekdaysMin = 'Su_Mo_Tu_We_Th_Fr_Sa'.split('_');\n function localeWeekdaysMin (m) {\n return (m === true) ? shiftWeekdays(this._weekdaysMin, this._week.dow)\n : (m) ? this._weekdaysMin[m.day()] : this._weekdaysMin;\n }\n\n function handleStrictParse$1(weekdayName, format, strict) {\n var i, ii, mom, llc = weekdayName.toLocaleLowerCase();\n if (!this._weekdaysParse) {\n this._weekdaysParse = [];\n this._shortWeekdaysParse = [];\n this._minWeekdaysParse = [];\n\n for (i = 0; i < 7; ++i) {\n mom = createUTC([2000, 1]).day(i);\n this._minWeekdaysParse[i] = this.weekdaysMin(mom, '').toLocaleLowerCase();\n this._shortWeekdaysParse[i] = this.weekdaysShort(mom, '').toLocaleLowerCase();\n this._weekdaysParse[i] = this.weekdays(mom, '').toLocaleLowerCase();\n }\n }\n\n if (strict) {\n if (format === 'dddd') {\n ii = indexOf.call(this._weekdaysParse, llc);\n return ii !== -1 ? ii : null;\n } else if (format === 'ddd') {\n ii = indexOf.call(this._shortWeekdaysParse, llc);\n return ii !== -1 ? ii : null;\n } else {\n ii = indexOf.call(this._minWeekdaysParse, llc);\n return ii !== -1 ? ii : null;\n }\n } else {\n if (format === 'dddd') {\n ii = indexOf.call(this._weekdaysParse, llc);\n if (ii !== -1) {\n return ii;\n }\n ii = indexOf.call(this._shortWeekdaysParse, llc);\n if (ii !== -1) {\n return ii;\n }\n ii = indexOf.call(this._minWeekdaysParse, llc);\n return ii !== -1 ? ii : null;\n } else if (format === 'ddd') {\n ii = indexOf.call(this._shortWeekdaysParse, llc);\n if (ii !== -1) {\n return ii;\n }\n ii = indexOf.call(this._weekdaysParse, llc);\n if (ii !== -1) {\n return ii;\n }\n ii = indexOf.call(this._minWeekdaysParse, llc);\n return ii !== -1 ? ii : null;\n } else {\n ii = indexOf.call(this._minWeekdaysParse, llc);\n if (ii !== -1) {\n return ii;\n }\n ii = indexOf.call(this._weekdaysParse, llc);\n if (ii !== -1) {\n return ii;\n }\n ii = indexOf.call(this._shortWeekdaysParse, llc);\n return ii !== -1 ? ii : null;\n }\n }\n }\n\n function localeWeekdaysParse (weekdayName, format, strict) {\n var i, mom, regex;\n\n if (this._weekdaysParseExact) {\n return handleStrictParse$1.call(this, weekdayName, format, strict);\n }\n\n if (!this._weekdaysParse) {\n this._weekdaysParse = [];\n this._minWeekdaysParse = [];\n this._shortWeekdaysParse = [];\n this._fullWeekdaysParse = [];\n }\n\n for (i = 0; i < 7; i++) {\n // make the regex if we don't have it already\n\n mom = createUTC([2000, 1]).day(i);\n if (strict && !this._fullWeekdaysParse[i]) {\n this._fullWeekdaysParse[i] = new RegExp('^' + this.weekdays(mom, '').replace('.', '\\\\.?') + '$', 'i');\n this._shortWeekdaysParse[i] = new RegExp('^' + this.weekdaysShort(mom, '').replace('.', '\\\\.?') + '$', 'i');\n this._minWeekdaysParse[i] = new RegExp('^' + this.weekdaysMin(mom, '').replace('.', '\\\\.?') + '$', 'i');\n }\n if (!this._weekdaysParse[i]) {\n regex = '^' + this.weekdays(mom, '') + '|^' + this.weekdaysShort(mom, '') + '|^' + this.weekdaysMin(mom, '');\n this._weekdaysParse[i] = new RegExp(regex.replace('.', ''), 'i');\n }\n // test the regex\n if (strict && format === 'dddd' && this._fullWeekdaysParse[i].test(weekdayName)) {\n return i;\n } else if (strict && format === 'ddd' && this._shortWeekdaysParse[i].test(weekdayName)) {\n return i;\n } else if (strict && format === 'dd' && this._minWeekdaysParse[i].test(weekdayName)) {\n return i;\n } else if (!strict && this._weekdaysParse[i].test(weekdayName)) {\n return i;\n }\n }\n }\n\n // MOMENTS\n\n function getSetDayOfWeek (input) {\n if (!this.isValid()) {\n return input != null ? this : NaN;\n }\n var day = this._isUTC ? this._d.getUTCDay() : this._d.getDay();\n if (input != null) {\n input = parseWeekday(input, this.localeData());\n return this.add(input - day, 'd');\n } else {\n return day;\n }\n }\n\n function getSetLocaleDayOfWeek (input) {\n if (!this.isValid()) {\n return input != null ? this : NaN;\n }\n var weekday = (this.day() + 7 - this.localeData()._week.dow) % 7;\n return input == null ? weekday : this.add(input - weekday, 'd');\n }\n\n function getSetISODayOfWeek (input) {\n if (!this.isValid()) {\n return input != null ? this : NaN;\n }\n\n // behaves the same as moment#day except\n // as a getter, returns 7 instead of 0 (1-7 range instead of 0-6)\n // as a setter, sunday should belong to the previous week.\n\n if (input != null) {\n var weekday = parseIsoWeekday(input, this.localeData());\n return this.day(this.day() % 7 ? weekday : weekday - 7);\n } else {\n return this.day() || 7;\n }\n }\n\n var defaultWeekdaysRegex = matchWord;\n function weekdaysRegex (isStrict) {\n if (this._weekdaysParseExact) {\n if (!hasOwnProp(this, '_weekdaysRegex')) {\n computeWeekdaysParse.call(this);\n }\n if (isStrict) {\n return this._weekdaysStrictRegex;\n } else {\n return this._weekdaysRegex;\n }\n } else {\n if (!hasOwnProp(this, '_weekdaysRegex')) {\n this._weekdaysRegex = defaultWeekdaysRegex;\n }\n return this._weekdaysStrictRegex && isStrict ?\n this._weekdaysStrictRegex : this._weekdaysRegex;\n }\n }\n\n var defaultWeekdaysShortRegex = matchWord;\n function weekdaysShortRegex (isStrict) {\n if (this._weekdaysParseExact) {\n if (!hasOwnProp(this, '_weekdaysRegex')) {\n computeWeekdaysParse.call(this);\n }\n if (isStrict) {\n return this._weekdaysShortStrictRegex;\n } else {\n return this._weekdaysShortRegex;\n }\n } else {\n if (!hasOwnProp(this, '_weekdaysShortRegex')) {\n this._weekdaysShortRegex = defaultWeekdaysShortRegex;\n }\n return this._weekdaysShortStrictRegex && isStrict ?\n this._weekdaysShortStrictRegex : this._weekdaysShortRegex;\n }\n }\n\n var defaultWeekdaysMinRegex = matchWord;\n function weekdaysMinRegex (isStrict) {\n if (this._weekdaysParseExact) {\n if (!hasOwnProp(this, '_weekdaysRegex')) {\n computeWeekdaysParse.call(this);\n }\n if (isStrict) {\n return this._weekdaysMinStrictRegex;\n } else {\n return this._weekdaysMinRegex;\n }\n } else {\n if (!hasOwnProp(this, '_weekdaysMinRegex')) {\n this._weekdaysMinRegex = defaultWeekdaysMinRegex;\n }\n return this._weekdaysMinStrictRegex && isStrict ?\n this._weekdaysMinStrictRegex : this._weekdaysMinRegex;\n }\n }\n\n\n function computeWeekdaysParse () {\n function cmpLenRev(a, b) {\n return b.length - a.length;\n }\n\n var minPieces = [], shortPieces = [], longPieces = [], mixedPieces = [],\n i, mom, minp, shortp, longp;\n for (i = 0; i < 7; i++) {\n // make the regex if we don't have it already\n mom = createUTC([2000, 1]).day(i);\n minp = this.weekdaysMin(mom, '');\n shortp = this.weekdaysShort(mom, '');\n longp = this.weekdays(mom, '');\n minPieces.push(minp);\n shortPieces.push(shortp);\n longPieces.push(longp);\n mixedPieces.push(minp);\n mixedPieces.push(shortp);\n mixedPieces.push(longp);\n }\n // Sorting makes sure if one weekday (or abbr) is a prefix of another it\n // will match the longer piece.\n minPieces.sort(cmpLenRev);\n shortPieces.sort(cmpLenRev);\n longPieces.sort(cmpLenRev);\n mixedPieces.sort(cmpLenRev);\n for (i = 0; i < 7; i++) {\n shortPieces[i] = regexEscape(shortPieces[i]);\n longPieces[i] = regexEscape(longPieces[i]);\n mixedPieces[i] = regexEscape(mixedPieces[i]);\n }\n\n this._weekdaysRegex = new RegExp('^(' + mixedPieces.join('|') + ')', 'i');\n this._weekdaysShortRegex = this._weekdaysRegex;\n this._weekdaysMinRegex = this._weekdaysRegex;\n\n this._weekdaysStrictRegex = new RegExp('^(' + longPieces.join('|') + ')', 'i');\n this._weekdaysShortStrictRegex = new RegExp('^(' + shortPieces.join('|') + ')', 'i');\n this._weekdaysMinStrictRegex = new RegExp('^(' + minPieces.join('|') + ')', 'i');\n }\n\n // FORMATTING\n\n function hFormat() {\n return this.hours() % 12 || 12;\n }\n\n function kFormat() {\n return this.hours() || 24;\n }\n\n addFormatToken('H', ['HH', 2], 0, 'hour');\n addFormatToken('h', ['hh', 2], 0, hFormat);\n addFormatToken('k', ['kk', 2], 0, kFormat);\n\n addFormatToken('hmm', 0, 0, function () {\n return '' + hFormat.apply(this) + zeroFill(this.minutes(), 2);\n });\n\n addFormatToken('hmmss', 0, 0, function () {\n return '' + hFormat.apply(this) + zeroFill(this.minutes(), 2) +\n zeroFill(this.seconds(), 2);\n });\n\n addFormatToken('Hmm', 0, 0, function () {\n return '' + this.hours() + zeroFill(this.minutes(), 2);\n });\n\n addFormatToken('Hmmss', 0, 0, function () {\n return '' + this.hours() + zeroFill(this.minutes(), 2) +\n zeroFill(this.seconds(), 2);\n });\n\n function meridiem (token, lowercase) {\n addFormatToken(token, 0, 0, function () {\n return this.localeData().meridiem(this.hours(), this.minutes(), lowercase);\n });\n }\n\n meridiem('a', true);\n meridiem('A', false);\n\n // ALIASES\n\n addUnitAlias('hour', 'h');\n\n // PRIORITY\n addUnitPriority('hour', 13);\n\n // PARSING\n\n function matchMeridiem (isStrict, locale) {\n return locale._meridiemParse;\n }\n\n addRegexToken('a', matchMeridiem);\n addRegexToken('A', matchMeridiem);\n addRegexToken('H', match1to2);\n addRegexToken('h', match1to2);\n addRegexToken('k', match1to2);\n addRegexToken('HH', match1to2, match2);\n addRegexToken('hh', match1to2, match2);\n addRegexToken('kk', match1to2, match2);\n\n addRegexToken('hmm', match3to4);\n addRegexToken('hmmss', match5to6);\n addRegexToken('Hmm', match3to4);\n addRegexToken('Hmmss', match5to6);\n\n addParseToken(['H', 'HH'], HOUR);\n addParseToken(['k', 'kk'], function (input, array, config) {\n var kInput = toInt(input);\n array[HOUR] = kInput === 24 ? 0 : kInput;\n });\n addParseToken(['a', 'A'], function (input, array, config) {\n config._isPm = config._locale.isPM(input);\n config._meridiem = input;\n });\n addParseToken(['h', 'hh'], function (input, array, config) {\n array[HOUR] = toInt(input);\n getParsingFlags(config).bigHour = true;\n });\n addParseToken('hmm', function (input, array, config) {\n var pos = input.length - 2;\n array[HOUR] = toInt(input.substr(0, pos));\n array[MINUTE] = toInt(input.substr(pos));\n getParsingFlags(config).bigHour = true;\n });\n addParseToken('hmmss', function (input, array, config) {\n var pos1 = input.length - 4;\n var pos2 = input.length - 2;\n array[HOUR] = toInt(input.substr(0, pos1));\n array[MINUTE] = toInt(input.substr(pos1, 2));\n array[SECOND] = toInt(input.substr(pos2));\n getParsingFlags(config).bigHour = true;\n });\n addParseToken('Hmm', function (input, array, config) {\n var pos = input.length - 2;\n array[HOUR] = toInt(input.substr(0, pos));\n array[MINUTE] = toInt(input.substr(pos));\n });\n addParseToken('Hmmss', function (input, array, config) {\n var pos1 = input.length - 4;\n var pos2 = input.length - 2;\n array[HOUR] = toInt(input.substr(0, pos1));\n array[MINUTE] = toInt(input.substr(pos1, 2));\n array[SECOND] = toInt(input.substr(pos2));\n });\n\n // LOCALES\n\n function localeIsPM (input) {\n // IE8 Quirks Mode & IE7 Standards Mode do not allow accessing strings like arrays\n // Using charAt should be more compatible.\n return ((input + '').toLowerCase().charAt(0) === 'p');\n }\n\n var defaultLocaleMeridiemParse = /[ap]\\.?m?\\.?/i;\n function localeMeridiem (hours, minutes, isLower) {\n if (hours > 11) {\n return isLower ? 'pm' : 'PM';\n } else {\n return isLower ? 'am' : 'AM';\n }\n }\n\n\n // MOMENTS\n\n // Setting the hour should keep the time, because the user explicitly\n // specified which hour they want. So trying to maintain the same hour (in\n // a new timezone) makes sense. Adding/subtracting hours does not follow\n // this rule.\n var getSetHour = makeGetSet('Hours', true);\n\n var baseConfig = {\n calendar: defaultCalendar,\n longDateFormat: defaultLongDateFormat,\n invalidDate: defaultInvalidDate,\n ordinal: defaultOrdinal,\n dayOfMonthOrdinalParse: defaultDayOfMonthOrdinalParse,\n relativeTime: defaultRelativeTime,\n\n months: defaultLocaleMonths,\n monthsShort: defaultLocaleMonthsShort,\n\n week: defaultLocaleWeek,\n\n weekdays: defaultLocaleWeekdays,\n weekdaysMin: defaultLocaleWeekdaysMin,\n weekdaysShort: defaultLocaleWeekdaysShort,\n\n meridiemParse: defaultLocaleMeridiemParse\n };\n\n // internal storage for locale config files\n var locales = {};\n var localeFamilies = {};\n var globalLocale;\n\n function normalizeLocale(key) {\n return key ? key.toLowerCase().replace('_', '-') : key;\n }\n\n // pick the locale from the array\n // try ['en-au', 'en-gb'] as 'en-au', 'en-gb', 'en', as in move through the list trying each\n // substring from most specific to least, but move to the next array item if it's a more specific variant than the current root\n function chooseLocale(names) {\n var i = 0, j, next, locale, split;\n\n while (i < names.length) {\n split = normalizeLocale(names[i]).split('-');\n j = split.length;\n next = normalizeLocale(names[i + 1]);\n next = next ? next.split('-') : null;\n while (j > 0) {\n locale = loadLocale(split.slice(0, j).join('-'));\n if (locale) {\n return locale;\n }\n if (next && next.length >= j && compareArrays(split, next, true) >= j - 1) {\n //the next array item is better than a shallower substring of this one\n break;\n }\n j--;\n }\n i++;\n }\n return globalLocale;\n }\n\n function loadLocale(name) {\n var oldLocale = null;\n // TODO: Find a better way to register and load all the locales in Node\n if (!locales[name] && (typeof module !== 'undefined') &&\n module && module.exports) {\n try {\n oldLocale = globalLocale._abbr;\n var aliasedRequire = require;\n aliasedRequire('./locale/' + name);\n getSetGlobalLocale(oldLocale);\n } catch (e) {}\n }\n return locales[name];\n }\n\n // This function will load locale and then set the global locale. If\n // no arguments are passed in, it will simply return the current global\n // locale key.\n function getSetGlobalLocale (key, values) {\n var data;\n if (key) {\n if (isUndefined(values)) {\n data = getLocale(key);\n }\n else {\n data = defineLocale(key, values);\n }\n\n if (data) {\n // moment.duration._locale = moment._locale = data;\n globalLocale = data;\n }\n else {\n if ((typeof console !== 'undefined') && console.warn) {\n //warn user if arguments are passed but the locale could not be set\n console.warn('Locale ' + key + ' not found. Did you forget to load it?');\n }\n }\n }\n\n return globalLocale._abbr;\n }\n\n function defineLocale (name, config) {\n if (config !== null) {\n var locale, parentConfig = baseConfig;\n config.abbr = name;\n if (locales[name] != null) {\n deprecateSimple('defineLocaleOverride',\n 'use moment.updateLocale(localeName, config) to change ' +\n 'an existing locale. moment.defineLocale(localeName, ' +\n 'config) should only be used for creating a new locale ' +\n 'See http://momentjs.com/guides/#/warnings/define-locale/ for more info.');\n parentConfig = locales[name]._config;\n } else if (config.parentLocale != null) {\n if (locales[config.parentLocale] != null) {\n parentConfig = locales[config.parentLocale]._config;\n } else {\n locale = loadLocale(config.parentLocale);\n if (locale != null) {\n parentConfig = locale._config;\n } else {\n if (!localeFamilies[config.parentLocale]) {\n localeFamilies[config.parentLocale] = [];\n }\n localeFamilies[config.parentLocale].push({\n name: name,\n config: config\n });\n return null;\n }\n }\n }\n locales[name] = new Locale(mergeConfigs(parentConfig, config));\n\n if (localeFamilies[name]) {\n localeFamilies[name].forEach(function (x) {\n defineLocale(x.name, x.config);\n });\n }\n\n // backwards compat for now: also set the locale\n // make sure we set the locale AFTER all child locales have been\n // created, so we won't end up with the child locale set.\n getSetGlobalLocale(name);\n\n\n return locales[name];\n } else {\n // useful for testing\n delete locales[name];\n return null;\n }\n }\n\n function updateLocale(name, config) {\n if (config != null) {\n var locale, tmpLocale, parentConfig = baseConfig;\n // MERGE\n tmpLocale = loadLocale(name);\n if (tmpLocale != null) {\n parentConfig = tmpLocale._config;\n }\n config = mergeConfigs(parentConfig, config);\n locale = new Locale(config);\n locale.parentLocale = locales[name];\n locales[name] = locale;\n\n // backwards compat for now: also set the locale\n getSetGlobalLocale(name);\n } else {\n // pass null for config to unupdate, useful for tests\n if (locales[name] != null) {\n if (locales[name].parentLocale != null) {\n locales[name] = locales[name].parentLocale;\n } else if (locales[name] != null) {\n delete locales[name];\n }\n }\n }\n return locales[name];\n }\n\n // returns locale data\n function getLocale (key) {\n var locale;\n\n if (key && key._locale && key._locale._abbr) {\n key = key._locale._abbr;\n }\n\n if (!key) {\n return globalLocale;\n }\n\n if (!isArray(key)) {\n //short-circuit everything else\n locale = loadLocale(key);\n if (locale) {\n return locale;\n }\n key = [key];\n }\n\n return chooseLocale(key);\n }\n\n function listLocales() {\n return keys(locales);\n }\n\n function checkOverflow (m) {\n var overflow;\n var a = m._a;\n\n if (a && getParsingFlags(m).overflow === -2) {\n overflow =\n a[MONTH] < 0 || a[MONTH] > 11 ? MONTH :\n a[DATE] < 1 || a[DATE] > daysInMonth(a[YEAR], a[MONTH]) ? DATE :\n a[HOUR] < 0 || a[HOUR] > 24 || (a[HOUR] === 24 && (a[MINUTE] !== 0 || a[SECOND] !== 0 || a[MILLISECOND] !== 0)) ? HOUR :\n a[MINUTE] < 0 || a[MINUTE] > 59 ? MINUTE :\n a[SECOND] < 0 || a[SECOND] > 59 ? SECOND :\n a[MILLISECOND] < 0 || a[MILLISECOND] > 999 ? MILLISECOND :\n -1;\n\n if (getParsingFlags(m)._overflowDayOfYear && (overflow < YEAR || overflow > DATE)) {\n overflow = DATE;\n }\n if (getParsingFlags(m)._overflowWeeks && overflow === -1) {\n overflow = WEEK;\n }\n if (getParsingFlags(m)._overflowWeekday && overflow === -1) {\n overflow = WEEKDAY;\n }\n\n getParsingFlags(m).overflow = overflow;\n }\n\n return m;\n }\n\n // Pick the first defined of two or three arguments.\n function defaults(a, b, c) {\n if (a != null) {\n return a;\n }\n if (b != null) {\n return b;\n }\n return c;\n }\n\n function currentDateArray(config) {\n // hooks is actually the exported moment object\n var nowValue = new Date(hooks.now());\n if (config._useUTC) {\n return [nowValue.getUTCFullYear(), nowValue.getUTCMonth(), nowValue.getUTCDate()];\n }\n return [nowValue.getFullYear(), nowValue.getMonth(), nowValue.getDate()];\n }\n\n // convert an array to a date.\n // the array should mirror the parameters below\n // note: all values past the year are optional and will default to the lowest possible value.\n // [year, month, day , hour, minute, second, millisecond]\n function configFromArray (config) {\n var i, date, input = [], currentDate, expectedWeekday, yearToUse;\n\n if (config._d) {\n return;\n }\n\n currentDate = currentDateArray(config);\n\n //compute day of the year from weeks and weekdays\n if (config._w && config._a[DATE] == null && config._a[MONTH] == null) {\n dayOfYearFromWeekInfo(config);\n }\n\n //if the day of the year is set, figure out what it is\n if (config._dayOfYear != null) {\n yearToUse = defaults(config._a[YEAR], currentDate[YEAR]);\n\n if (config._dayOfYear > daysInYear(yearToUse) || config._dayOfYear === 0) {\n getParsingFlags(config)._overflowDayOfYear = true;\n }\n\n date = createUTCDate(yearToUse, 0, config._dayOfYear);\n config._a[MONTH] = date.getUTCMonth();\n config._a[DATE] = date.getUTCDate();\n }\n\n // Default to current date.\n // * if no year, month, day of month are given, default to today\n // * if day of month is given, default month and year\n // * if month is given, default only year\n // * if year is given, don't default anything\n for (i = 0; i < 3 && config._a[i] == null; ++i) {\n config._a[i] = input[i] = currentDate[i];\n }\n\n // Zero out whatever was not defaulted, including time\n for (; i < 7; i++) {\n config._a[i] = input[i] = (config._a[i] == null) ? (i === 2 ? 1 : 0) : config._a[i];\n }\n\n // Check for 24:00:00.000\n if (config._a[HOUR] === 24 &&\n config._a[MINUTE] === 0 &&\n config._a[SECOND] === 0 &&\n config._a[MILLISECOND] === 0) {\n config._nextDay = true;\n config._a[HOUR] = 0;\n }\n\n config._d = (config._useUTC ? createUTCDate : createDate).apply(null, input);\n expectedWeekday = config._useUTC ? config._d.getUTCDay() : config._d.getDay();\n\n // Apply timezone offset from input. The actual utcOffset can be changed\n // with parseZone.\n if (config._tzm != null) {\n config._d.setUTCMinutes(config._d.getUTCMinutes() - config._tzm);\n }\n\n if (config._nextDay) {\n config._a[HOUR] = 24;\n }\n\n // check for mismatching day of week\n if (config._w && typeof config._w.d !== 'undefined' && config._w.d !== expectedWeekday) {\n getParsingFlags(config).weekdayMismatch = true;\n }\n }\n\n function dayOfYearFromWeekInfo(config) {\n var w, weekYear, week, weekday, dow, doy, temp, weekdayOverflow;\n\n w = config._w;\n if (w.GG != null || w.W != null || w.E != null) {\n dow = 1;\n doy = 4;\n\n // TODO: We need to take the current isoWeekYear, but that depends on\n // how we interpret now (local, utc, fixed offset). So create\n // a now version of current config (take local/utc/offset flags, and\n // create now).\n weekYear = defaults(w.GG, config._a[YEAR], weekOfYear(createLocal(), 1, 4).year);\n week = defaults(w.W, 1);\n weekday = defaults(w.E, 1);\n if (weekday < 1 || weekday > 7) {\n weekdayOverflow = true;\n }\n } else {\n dow = config._locale._week.dow;\n doy = config._locale._week.doy;\n\n var curWeek = weekOfYear(createLocal(), dow, doy);\n\n weekYear = defaults(w.gg, config._a[YEAR], curWeek.year);\n\n // Default to current week.\n week = defaults(w.w, curWeek.week);\n\n if (w.d != null) {\n // weekday -- low day numbers are considered next week\n weekday = w.d;\n if (weekday < 0 || weekday > 6) {\n weekdayOverflow = true;\n }\n } else if (w.e != null) {\n // local weekday -- counting starts from beginning of week\n weekday = w.e + dow;\n if (w.e < 0 || w.e > 6) {\n weekdayOverflow = true;\n }\n } else {\n // default to beginning of week\n weekday = dow;\n }\n }\n if (week < 1 || week > weeksInYear(weekYear, dow, doy)) {\n getParsingFlags(config)._overflowWeeks = true;\n } else if (weekdayOverflow != null) {\n getParsingFlags(config)._overflowWeekday = true;\n } else {\n temp = dayOfYearFromWeeks(weekYear, week, weekday, dow, doy);\n config._a[YEAR] = temp.year;\n config._dayOfYear = temp.dayOfYear;\n }\n }\n\n // iso 8601 regex\n // 0000-00-00 0000-W00 or 0000-W00-0 + T + 00 or 00:00 or 00:00:00 or 00:00:00.000 + +00:00 or +0000 or +00)\n var extendedIsoRegex = /^\\s*((?:[+-]\\d{6}|\\d{4})-(?:\\d\\d-\\d\\d|W\\d\\d-\\d|W\\d\\d|\\d\\d\\d|\\d\\d))(?:(T| )(\\d\\d(?::\\d\\d(?::\\d\\d(?:[.,]\\d+)?)?)?)([\\+\\-]\\d\\d(?::?\\d\\d)?|\\s*Z)?)?$/;\n var basicIsoRegex = /^\\s*((?:[+-]\\d{6}|\\d{4})(?:\\d\\d\\d\\d|W\\d\\d\\d|W\\d\\d|\\d\\d\\d|\\d\\d))(?:(T| )(\\d\\d(?:\\d\\d(?:\\d\\d(?:[.,]\\d+)?)?)?)([\\+\\-]\\d\\d(?::?\\d\\d)?|\\s*Z)?)?$/;\n\n var tzRegex = /Z|[+-]\\d\\d(?::?\\d\\d)?/;\n\n var isoDates = [\n ['YYYYYY-MM-DD', /[+-]\\d{6}-\\d\\d-\\d\\d/],\n ['YYYY-MM-DD', /\\d{4}-\\d\\d-\\d\\d/],\n ['GGGG-[W]WW-E', /\\d{4}-W\\d\\d-\\d/],\n ['GGGG-[W]WW', /\\d{4}-W\\d\\d/, false],\n ['YYYY-DDD', /\\d{4}-\\d{3}/],\n ['YYYY-MM', /\\d{4}-\\d\\d/, false],\n ['YYYYYYMMDD', /[+-]\\d{10}/],\n ['YYYYMMDD', /\\d{8}/],\n // YYYYMM is NOT allowed by the standard\n ['GGGG[W]WWE', /\\d{4}W\\d{3}/],\n ['GGGG[W]WW', /\\d{4}W\\d{2}/, false],\n ['YYYYDDD', /\\d{7}/]\n ];\n\n // iso time formats and regexes\n var isoTimes = [\n ['HH:mm:ss.SSSS', /\\d\\d:\\d\\d:\\d\\d\\.\\d+/],\n ['HH:mm:ss,SSSS', /\\d\\d:\\d\\d:\\d\\d,\\d+/],\n ['HH:mm:ss', /\\d\\d:\\d\\d:\\d\\d/],\n ['HH:mm', /\\d\\d:\\d\\d/],\n ['HHmmss.SSSS', /\\d\\d\\d\\d\\d\\d\\.\\d+/],\n ['HHmmss,SSSS', /\\d\\d\\d\\d\\d\\d,\\d+/],\n ['HHmmss', /\\d\\d\\d\\d\\d\\d/],\n ['HHmm', /\\d\\d\\d\\d/],\n ['HH', /\\d\\d/]\n ];\n\n var aspNetJsonRegex = /^\\/?Date\\((\\-?\\d+)/i;\n\n // date from iso format\n function configFromISO(config) {\n var i, l,\n string = config._i,\n match = extendedIsoRegex.exec(string) || basicIsoRegex.exec(string),\n allowTime, dateFormat, timeFormat, tzFormat;\n\n if (match) {\n getParsingFlags(config).iso = true;\n\n for (i = 0, l = isoDates.length; i < l; i++) {\n if (isoDates[i][1].exec(match[1])) {\n dateFormat = isoDates[i][0];\n allowTime = isoDates[i][2] !== false;\n break;\n }\n }\n if (dateFormat == null) {\n config._isValid = false;\n return;\n }\n if (match[3]) {\n for (i = 0, l = isoTimes.length; i < l; i++) {\n if (isoTimes[i][1].exec(match[3])) {\n // match[2] should be 'T' or space\n timeFormat = (match[2] || ' ') + isoTimes[i][0];\n break;\n }\n }\n if (timeFormat == null) {\n config._isValid = false;\n return;\n }\n }\n if (!allowTime && timeFormat != null) {\n config._isValid = false;\n return;\n }\n if (match[4]) {\n if (tzRegex.exec(match[4])) {\n tzFormat = 'Z';\n } else {\n config._isValid = false;\n return;\n }\n }\n config._f = dateFormat + (timeFormat || '') + (tzFormat || '');\n configFromStringAndFormat(config);\n } else {\n config._isValid = false;\n }\n }\n\n // RFC 2822 regex: For details see https://tools.ietf.org/html/rfc2822#section-3.3\n var rfc2822 = /^(?:(Mon|Tue|Wed|Thu|Fri|Sat|Sun),?\\s)?(\\d{1,2})\\s(Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec)\\s(\\d{2,4})\\s(\\d\\d):(\\d\\d)(?::(\\d\\d))?\\s(?:(UT|GMT|[ECMP][SD]T)|([Zz])|([+-]\\d{4}))$/;\n\n function extractFromRFC2822Strings(yearStr, monthStr, dayStr, hourStr, minuteStr, secondStr) {\n var result = [\n untruncateYear(yearStr),\n defaultLocaleMonthsShort.indexOf(monthStr),\n parseInt(dayStr, 10),\n parseInt(hourStr, 10),\n parseInt(minuteStr, 10)\n ];\n\n if (secondStr) {\n result.push(parseInt(secondStr, 10));\n }\n\n return result;\n }\n\n function untruncateYear(yearStr) {\n var year = parseInt(yearStr, 10);\n if (year <= 49) {\n return 2000 + year;\n } else if (year <= 999) {\n return 1900 + year;\n }\n return year;\n }\n\n function preprocessRFC2822(s) {\n // Remove comments and folding whitespace and replace multiple-spaces with a single space\n return s.replace(/\\([^)]*\\)|[\\n\\t]/g, ' ').replace(/(\\s\\s+)/g, ' ').replace(/^\\s\\s*/, '').replace(/\\s\\s*$/, '');\n }\n\n function checkWeekday(weekdayStr, parsedInput, config) {\n if (weekdayStr) {\n // TODO: Replace the vanilla JS Date object with an indepentent day-of-week check.\n var weekdayProvided = defaultLocaleWeekdaysShort.indexOf(weekdayStr),\n weekdayActual = new Date(parsedInput[0], parsedInput[1], parsedInput[2]).getDay();\n if (weekdayProvided !== weekdayActual) {\n getParsingFlags(config).weekdayMismatch = true;\n config._isValid = false;\n return false;\n }\n }\n return true;\n }\n\n var obsOffsets = {\n UT: 0,\n GMT: 0,\n EDT: -4 * 60,\n EST: -5 * 60,\n CDT: -5 * 60,\n CST: -6 * 60,\n MDT: -6 * 60,\n MST: -7 * 60,\n PDT: -7 * 60,\n PST: -8 * 60\n };\n\n function calculateOffset(obsOffset, militaryOffset, numOffset) {\n if (obsOffset) {\n return obsOffsets[obsOffset];\n } else if (militaryOffset) {\n // the only allowed military tz is Z\n return 0;\n } else {\n var hm = parseInt(numOffset, 10);\n var m = hm % 100, h = (hm - m) / 100;\n return h * 60 + m;\n }\n }\n\n // date and time from ref 2822 format\n function configFromRFC2822(config) {\n var match = rfc2822.exec(preprocessRFC2822(config._i));\n if (match) {\n var parsedArray = extractFromRFC2822Strings(match[4], match[3], match[2], match[5], match[6], match[7]);\n if (!checkWeekday(match[1], parsedArray, config)) {\n return;\n }\n\n config._a = parsedArray;\n config._tzm = calculateOffset(match[8], match[9], match[10]);\n\n config._d = createUTCDate.apply(null, config._a);\n config._d.setUTCMinutes(config._d.getUTCMinutes() - config._tzm);\n\n getParsingFlags(config).rfc2822 = true;\n } else {\n config._isValid = false;\n }\n }\n\n // date from iso format or fallback\n function configFromString(config) {\n var matched = aspNetJsonRegex.exec(config._i);\n\n if (matched !== null) {\n config._d = new Date(+matched[1]);\n return;\n }\n\n configFromISO(config);\n if (config._isValid === false) {\n delete config._isValid;\n } else {\n return;\n }\n\n configFromRFC2822(config);\n if (config._isValid === false) {\n delete config._isValid;\n } else {\n return;\n }\n\n // Final attempt, use Input Fallback\n hooks.createFromInputFallback(config);\n }\n\n hooks.createFromInputFallback = deprecate(\n 'value provided is not in a recognized RFC2822 or ISO format. moment construction falls back to js Date(), ' +\n 'which is not reliable across all browsers and versions. Non RFC2822/ISO date formats are ' +\n 'discouraged and will be removed in an upcoming major release. Please refer to ' +\n 'http://momentjs.com/guides/#/warnings/js-date/ for more info.',\n function (config) {\n config._d = new Date(config._i + (config._useUTC ? ' UTC' : ''));\n }\n );\n\n // constant that refers to the ISO standard\n hooks.ISO_8601 = function () {};\n\n // constant that refers to the RFC 2822 form\n hooks.RFC_2822 = function () {};\n\n // date from string and format string\n function configFromStringAndFormat(config) {\n // TODO: Move this to another part of the creation flow to prevent circular deps\n if (config._f === hooks.ISO_8601) {\n configFromISO(config);\n return;\n }\n if (config._f === hooks.RFC_2822) {\n configFromRFC2822(config);\n return;\n }\n config._a = [];\n getParsingFlags(config).empty = true;\n\n // This array is used to make a Date, either with `new Date` or `Date.UTC`\n var string = '' + config._i,\n i, parsedInput, tokens, token, skipped,\n stringLength = string.length,\n totalParsedInputLength = 0;\n\n tokens = expandFormat(config._f, config._locale).match(formattingTokens) || [];\n\n for (i = 0; i < tokens.length; i++) {\n token = tokens[i];\n parsedInput = (string.match(getParseRegexForToken(token, config)) || [])[0];\n // console.log('token', token, 'parsedInput', parsedInput,\n // 'regex', getParseRegexForToken(token, config));\n if (parsedInput) {\n skipped = string.substr(0, string.indexOf(parsedInput));\n if (skipped.length > 0) {\n getParsingFlags(config).unusedInput.push(skipped);\n }\n string = string.slice(string.indexOf(parsedInput) + parsedInput.length);\n totalParsedInputLength += parsedInput.length;\n }\n // don't parse if it's not a known token\n if (formatTokenFunctions[token]) {\n if (parsedInput) {\n getParsingFlags(config).empty = false;\n }\n else {\n getParsingFlags(config).unusedTokens.push(token);\n }\n addTimeToArrayFromToken(token, parsedInput, config);\n }\n else if (config._strict && !parsedInput) {\n getParsingFlags(config).unusedTokens.push(token);\n }\n }\n\n // add remaining unparsed input length to the string\n getParsingFlags(config).charsLeftOver = stringLength - totalParsedInputLength;\n if (string.length > 0) {\n getParsingFlags(config).unusedInput.push(string);\n }\n\n // clear _12h flag if hour is <= 12\n if (config._a[HOUR] <= 12 &&\n getParsingFlags(config).bigHour === true &&\n config._a[HOUR] > 0) {\n getParsingFlags(config).bigHour = undefined;\n }\n\n getParsingFlags(config).parsedDateParts = config._a.slice(0);\n getParsingFlags(config).meridiem = config._meridiem;\n // handle meridiem\n config._a[HOUR] = meridiemFixWrap(config._locale, config._a[HOUR], config._meridiem);\n\n configFromArray(config);\n checkOverflow(config);\n }\n\n\n function meridiemFixWrap (locale, hour, meridiem) {\n var isPm;\n\n if (meridiem == null) {\n // nothing to do\n return hour;\n }\n if (locale.meridiemHour != null) {\n return locale.meridiemHour(hour, meridiem);\n } else if (locale.isPM != null) {\n // Fallback\n isPm = locale.isPM(meridiem);\n if (isPm && hour < 12) {\n hour += 12;\n }\n if (!isPm && hour === 12) {\n hour = 0;\n }\n return hour;\n } else {\n // this is not supposed to happen\n return hour;\n }\n }\n\n // date from string and array of format strings\n function configFromStringAndArray(config) {\n var tempConfig,\n bestMoment,\n\n scoreToBeat,\n i,\n currentScore;\n\n if (config._f.length === 0) {\n getParsingFlags(config).invalidFormat = true;\n config._d = new Date(NaN);\n return;\n }\n\n for (i = 0; i < config._f.length; i++) {\n currentScore = 0;\n tempConfig = copyConfig({}, config);\n if (config._useUTC != null) {\n tempConfig._useUTC = config._useUTC;\n }\n tempConfig._f = config._f[i];\n configFromStringAndFormat(tempConfig);\n\n if (!isValid(tempConfig)) {\n continue;\n }\n\n // if there is any input that was not parsed add a penalty for that format\n currentScore += getParsingFlags(tempConfig).charsLeftOver;\n\n //or tokens\n currentScore += getParsingFlags(tempConfig).unusedTokens.length * 10;\n\n getParsingFlags(tempConfig).score = currentScore;\n\n if (scoreToBeat == null || currentScore < scoreToBeat) {\n scoreToBeat = currentScore;\n bestMoment = tempConfig;\n }\n }\n\n extend(config, bestMoment || tempConfig);\n }\n\n function configFromObject(config) {\n if (config._d) {\n return;\n }\n\n var i = normalizeObjectUnits(config._i);\n config._a = map([i.year, i.month, i.day || i.date, i.hour, i.minute, i.second, i.millisecond], function (obj) {\n return obj && parseInt(obj, 10);\n });\n\n configFromArray(config);\n }\n\n function createFromConfig (config) {\n var res = new Moment(checkOverflow(prepareConfig(config)));\n if (res._nextDay) {\n // Adding is smart enough around DST\n res.add(1, 'd');\n res._nextDay = undefined;\n }\n\n return res;\n }\n\n function prepareConfig (config) {\n var input = config._i,\n format = config._f;\n\n config._locale = config._locale || getLocale(config._l);\n\n if (input === null || (format === undefined && input === '')) {\n return createInvalid({nullInput: true});\n }\n\n if (typeof input === 'string') {\n config._i = input = config._locale.preparse(input);\n }\n\n if (isMoment(input)) {\n return new Moment(checkOverflow(input));\n } else if (isDate(input)) {\n config._d = input;\n } else if (isArray(format)) {\n configFromStringAndArray(config);\n } else if (format) {\n configFromStringAndFormat(config);\n } else {\n configFromInput(config);\n }\n\n if (!isValid(config)) {\n config._d = null;\n }\n\n return config;\n }\n\n function configFromInput(config) {\n var input = config._i;\n if (isUndefined(input)) {\n config._d = new Date(hooks.now());\n } else if (isDate(input)) {\n config._d = new Date(input.valueOf());\n } else if (typeof input === 'string') {\n configFromString(config);\n } else if (isArray(input)) {\n config._a = map(input.slice(0), function (obj) {\n return parseInt(obj, 10);\n });\n configFromArray(config);\n } else if (isObject(input)) {\n configFromObject(config);\n } else if (isNumber(input)) {\n // from milliseconds\n config._d = new Date(input);\n } else {\n hooks.createFromInputFallback(config);\n }\n }\n\n function createLocalOrUTC (input, format, locale, strict, isUTC) {\n var c = {};\n\n if (locale === true || locale === false) {\n strict = locale;\n locale = undefined;\n }\n\n if ((isObject(input) && isObjectEmpty(input)) ||\n (isArray(input) && input.length === 0)) {\n input = undefined;\n }\n // object construction must be done this way.\n // https://github.com/moment/moment/issues/1423\n c._isAMomentObject = true;\n c._useUTC = c._isUTC = isUTC;\n c._l = locale;\n c._i = input;\n c._f = format;\n c._strict = strict;\n\n return createFromConfig(c);\n }\n\n function createLocal (input, format, locale, strict) {\n return createLocalOrUTC(input, format, locale, strict, false);\n }\n\n var prototypeMin = deprecate(\n 'moment().min is deprecated, use moment.max instead. http://momentjs.com/guides/#/warnings/min-max/',\n function () {\n var other = createLocal.apply(null, arguments);\n if (this.isValid() && other.isValid()) {\n return other < this ? this : other;\n } else {\n return createInvalid();\n }\n }\n );\n\n var prototypeMax = deprecate(\n 'moment().max is deprecated, use moment.min instead. http://momentjs.com/guides/#/warnings/min-max/',\n function () {\n var other = createLocal.apply(null, arguments);\n if (this.isValid() && other.isValid()) {\n return other > this ? this : other;\n } else {\n return createInvalid();\n }\n }\n );\n\n // Pick a moment m from moments so that m[fn](other) is true for all\n // other. This relies on the function fn to be transitive.\n //\n // moments should either be an array of moment objects or an array, whose\n // first element is an array of moment objects.\n function pickBy(fn, moments) {\n var res, i;\n if (moments.length === 1 && isArray(moments[0])) {\n moments = moments[0];\n }\n if (!moments.length) {\n return createLocal();\n }\n res = moments[0];\n for (i = 1; i < moments.length; ++i) {\n if (!moments[i].isValid() || moments[i][fn](res)) {\n res = moments[i];\n }\n }\n return res;\n }\n\n // TODO: Use [].sort instead?\n function min () {\n var args = [].slice.call(arguments, 0);\n\n return pickBy('isBefore', args);\n }\n\n function max () {\n var args = [].slice.call(arguments, 0);\n\n return pickBy('isAfter', args);\n }\n\n var now = function () {\n return Date.now ? Date.now() : +(new Date());\n };\n\n var ordering = ['year', 'quarter', 'month', 'week', 'day', 'hour', 'minute', 'second', 'millisecond'];\n\n function isDurationValid(m) {\n for (var key in m) {\n if (!(indexOf.call(ordering, key) !== -1 && (m[key] == null || !isNaN(m[key])))) {\n return false;\n }\n }\n\n var unitHasDecimal = false;\n for (var i = 0; i < ordering.length; ++i) {\n if (m[ordering[i]]) {\n if (unitHasDecimal) {\n return false; // only allow non-integers for smallest unit\n }\n if (parseFloat(m[ordering[i]]) !== toInt(m[ordering[i]])) {\n unitHasDecimal = true;\n }\n }\n }\n\n return true;\n }\n\n function isValid$1() {\n return this._isValid;\n }\n\n function createInvalid$1() {\n return createDuration(NaN);\n }\n\n function Duration (duration) {\n var normalizedInput = normalizeObjectUnits(duration),\n years = normalizedInput.year || 0,\n quarters = normalizedInput.quarter || 0,\n months = normalizedInput.month || 0,\n weeks = normalizedInput.week || normalizedInput.isoWeek || 0,\n days = normalizedInput.day || 0,\n hours = normalizedInput.hour || 0,\n minutes = normalizedInput.minute || 0,\n seconds = normalizedInput.second || 0,\n milliseconds = normalizedInput.millisecond || 0;\n\n this._isValid = isDurationValid(normalizedInput);\n\n // representation for dateAddRemove\n this._milliseconds = +milliseconds +\n seconds * 1e3 + // 1000\n minutes * 6e4 + // 1000 * 60\n hours * 1000 * 60 * 60; //using 1000 * 60 * 60 instead of 36e5 to avoid floating point rounding errors https://github.com/moment/moment/issues/2978\n // Because of dateAddRemove treats 24 hours as different from a\n // day when working around DST, we need to store them separately\n this._days = +days +\n weeks * 7;\n // It is impossible to translate months into days without knowing\n // which months you are are talking about, so we have to store\n // it separately.\n this._months = +months +\n quarters * 3 +\n years * 12;\n\n this._data = {};\n\n this._locale = getLocale();\n\n this._bubble();\n }\n\n function isDuration (obj) {\n return obj instanceof Duration;\n }\n\n function absRound (number) {\n if (number < 0) {\n return Math.round(-1 * number) * -1;\n } else {\n return Math.round(number);\n }\n }\n\n // FORMATTING\n\n function offset (token, separator) {\n addFormatToken(token, 0, 0, function () {\n var offset = this.utcOffset();\n var sign = '+';\n if (offset < 0) {\n offset = -offset;\n sign = '-';\n }\n return sign + zeroFill(~~(offset / 60), 2) + separator + zeroFill(~~(offset) % 60, 2);\n });\n }\n\n offset('Z', ':');\n offset('ZZ', '');\n\n // PARSING\n\n addRegexToken('Z', matchShortOffset);\n addRegexToken('ZZ', matchShortOffset);\n addParseToken(['Z', 'ZZ'], function (input, array, config) {\n config._useUTC = true;\n config._tzm = offsetFromString(matchShortOffset, input);\n });\n\n // HELPERS\n\n // timezone chunker\n // '+10:00' > ['10', '00']\n // '-1530' > ['-15', '30']\n var chunkOffset = /([\\+\\-]|\\d\\d)/gi;\n\n function offsetFromString(matcher, string) {\n var matches = (string || '').match(matcher);\n\n if (matches === null) {\n return null;\n }\n\n var chunk = matches[matches.length - 1] || [];\n var parts = (chunk + '').match(chunkOffset) || ['-', 0, 0];\n var minutes = +(parts[1] * 60) + toInt(parts[2]);\n\n return minutes === 0 ?\n 0 :\n parts[0] === '+' ? minutes : -minutes;\n }\n\n // Return a moment from input, that is local/utc/zone equivalent to model.\n function cloneWithOffset(input, model) {\n var res, diff;\n if (model._isUTC) {\n res = model.clone();\n diff = (isMoment(input) || isDate(input) ? input.valueOf() : createLocal(input).valueOf()) - res.valueOf();\n // Use low-level api, because this fn is low-level api.\n res._d.setTime(res._d.valueOf() + diff);\n hooks.updateOffset(res, false);\n return res;\n } else {\n return createLocal(input).local();\n }\n }\n\n function getDateOffset (m) {\n // On Firefox.24 Date#getTimezoneOffset returns a floating point.\n // https://github.com/moment/moment/pull/1871\n return -Math.round(m._d.getTimezoneOffset() / 15) * 15;\n }\n\n // HOOKS\n\n // This function will be called whenever a moment is mutated.\n // It is intended to keep the offset in sync with the timezone.\n hooks.updateOffset = function () {};\n\n // MOMENTS\n\n // keepLocalTime = true means only change the timezone, without\n // affecting the local hour. So 5:31:26 +0300 --[utcOffset(2, true)]-->\n // 5:31:26 +0200 It is possible that 5:31:26 doesn't exist with offset\n // +0200, so we adjust the time as needed, to be valid.\n //\n // Keeping the time actually adds/subtracts (one hour)\n // from the actual represented time. That is why we call updateOffset\n // a second time. In case it wants us to change the offset again\n // _changeInProgress == true case, then we have to adjust, because\n // there is no such time in the given timezone.\n function getSetOffset (input, keepLocalTime, keepMinutes) {\n var offset = this._offset || 0,\n localAdjust;\n if (!this.isValid()) {\n return input != null ? this : NaN;\n }\n if (input != null) {\n if (typeof input === 'string') {\n input = offsetFromString(matchShortOffset, input);\n if (input === null) {\n return this;\n }\n } else if (Math.abs(input) < 16 && !keepMinutes) {\n input = input * 60;\n }\n if (!this._isUTC && keepLocalTime) {\n localAdjust = getDateOffset(this);\n }\n this._offset = input;\n this._isUTC = true;\n if (localAdjust != null) {\n this.add(localAdjust, 'm');\n }\n if (offset !== input) {\n if (!keepLocalTime || this._changeInProgress) {\n addSubtract(this, createDuration(input - offset, 'm'), 1, false);\n } else if (!this._changeInProgress) {\n this._changeInProgress = true;\n hooks.updateOffset(this, true);\n this._changeInProgress = null;\n }\n }\n return this;\n } else {\n return this._isUTC ? offset : getDateOffset(this);\n }\n }\n\n function getSetZone (input, keepLocalTime) {\n if (input != null) {\n if (typeof input !== 'string') {\n input = -input;\n }\n\n this.utcOffset(input, keepLocalTime);\n\n return this;\n } else {\n return -this.utcOffset();\n }\n }\n\n function setOffsetToUTC (keepLocalTime) {\n return this.utcOffset(0, keepLocalTime);\n }\n\n function setOffsetToLocal (keepLocalTime) {\n if (this._isUTC) {\n this.utcOffset(0, keepLocalTime);\n this._isUTC = false;\n\n if (keepLocalTime) {\n this.subtract(getDateOffset(this), 'm');\n }\n }\n return this;\n }\n\n function setOffsetToParsedOffset () {\n if (this._tzm != null) {\n this.utcOffset(this._tzm, false, true);\n } else if (typeof this._i === 'string') {\n var tZone = offsetFromString(matchOffset, this._i);\n if (tZone != null) {\n this.utcOffset(tZone);\n }\n else {\n this.utcOffset(0, true);\n }\n }\n return this;\n }\n\n function hasAlignedHourOffset (input) {\n if (!this.isValid()) {\n return false;\n }\n input = input ? createLocal(input).utcOffset() : 0;\n\n return (this.utcOffset() - input) % 60 === 0;\n }\n\n function isDaylightSavingTime () {\n return (\n this.utcOffset() > this.clone().month(0).utcOffset() ||\n this.utcOffset() > this.clone().month(5).utcOffset()\n );\n }\n\n function isDaylightSavingTimeShifted () {\n if (!isUndefined(this._isDSTShifted)) {\n return this._isDSTShifted;\n }\n\n var c = {};\n\n copyConfig(c, this);\n c = prepareConfig(c);\n\n if (c._a) {\n var other = c._isUTC ? createUTC(c._a) : createLocal(c._a);\n this._isDSTShifted = this.isValid() &&\n compareArrays(c._a, other.toArray()) > 0;\n } else {\n this._isDSTShifted = false;\n }\n\n return this._isDSTShifted;\n }\n\n function isLocal () {\n return this.isValid() ? !this._isUTC : false;\n }\n\n function isUtcOffset () {\n return this.isValid() ? this._isUTC : false;\n }\n\n function isUtc () {\n return this.isValid() ? this._isUTC && this._offset === 0 : false;\n }\n\n // ASP.NET json date format regex\n var aspNetRegex = /^(\\-|\\+)?(?:(\\d*)[. ])?(\\d+)\\:(\\d+)(?:\\:(\\d+)(\\.\\d*)?)?$/;\n\n // from http://docs.closure-library.googlecode.com/git/closure_goog_date_date.js.source.html\n // somewhat more in line with 4.4.3.2 2004 spec, but allows decimal anywhere\n // and further modified to allow for strings containing both week and day\n var isoRegex = /^(-|\\+)?P(?:([-+]?[0-9,.]*)Y)?(?:([-+]?[0-9,.]*)M)?(?:([-+]?[0-9,.]*)W)?(?:([-+]?[0-9,.]*)D)?(?:T(?:([-+]?[0-9,.]*)H)?(?:([-+]?[0-9,.]*)M)?(?:([-+]?[0-9,.]*)S)?)?$/;\n\n function createDuration (input, key) {\n var duration = input,\n // matching against regexp is expensive, do it on demand\n match = null,\n sign,\n ret,\n diffRes;\n\n if (isDuration(input)) {\n duration = {\n ms : input._milliseconds,\n d : input._days,\n M : input._months\n };\n } else if (isNumber(input)) {\n duration = {};\n if (key) {\n duration[key] = input;\n } else {\n duration.milliseconds = input;\n }\n } else if (!!(match = aspNetRegex.exec(input))) {\n sign = (match[1] === '-') ? -1 : 1;\n duration = {\n y : 0,\n d : toInt(match[DATE]) * sign,\n h : toInt(match[HOUR]) * sign,\n m : toInt(match[MINUTE]) * sign,\n s : toInt(match[SECOND]) * sign,\n ms : toInt(absRound(match[MILLISECOND] * 1000)) * sign // the millisecond decimal point is included in the match\n };\n } else if (!!(match = isoRegex.exec(input))) {\n sign = (match[1] === '-') ? -1 : 1;\n duration = {\n y : parseIso(match[2], sign),\n M : parseIso(match[3], sign),\n w : parseIso(match[4], sign),\n d : parseIso(match[5], sign),\n h : parseIso(match[6], sign),\n m : parseIso(match[7], sign),\n s : parseIso(match[8], sign)\n };\n } else if (duration == null) {// checks for null or undefined\n duration = {};\n } else if (typeof duration === 'object' && ('from' in duration || 'to' in duration)) {\n diffRes = momentsDifference(createLocal(duration.from), createLocal(duration.to));\n\n duration = {};\n duration.ms = diffRes.milliseconds;\n duration.M = diffRes.months;\n }\n\n ret = new Duration(duration);\n\n if (isDuration(input) && hasOwnProp(input, '_locale')) {\n ret._locale = input._locale;\n }\n\n return ret;\n }\n\n createDuration.fn = Duration.prototype;\n createDuration.invalid = createInvalid$1;\n\n function parseIso (inp, sign) {\n // We'd normally use ~~inp for this, but unfortunately it also\n // converts floats to ints.\n // inp may be undefined, so careful calling replace on it.\n var res = inp && parseFloat(inp.replace(',', '.'));\n // apply sign while we're at it\n return (isNaN(res) ? 0 : res) * sign;\n }\n\n function positiveMomentsDifference(base, other) {\n var res = {};\n\n res.months = other.month() - base.month() +\n (other.year() - base.year()) * 12;\n if (base.clone().add(res.months, 'M').isAfter(other)) {\n --res.months;\n }\n\n res.milliseconds = +other - +(base.clone().add(res.months, 'M'));\n\n return res;\n }\n\n function momentsDifference(base, other) {\n var res;\n if (!(base.isValid() && other.isValid())) {\n return {milliseconds: 0, months: 0};\n }\n\n other = cloneWithOffset(other, base);\n if (base.isBefore(other)) {\n res = positiveMomentsDifference(base, other);\n } else {\n res = positiveMomentsDifference(other, base);\n res.milliseconds = -res.milliseconds;\n res.months = -res.months;\n }\n\n return res;\n }\n\n // TODO: remove 'name' arg after deprecation is removed\n function createAdder(direction, name) {\n return function (val, period) {\n var dur, tmp;\n //invert the arguments, but complain about it\n if (period !== null && !isNaN(+period)) {\n deprecateSimple(name, 'moment().' + name + '(period, number) is deprecated. Please use moment().' + name + '(number, period). ' +\n 'See http://momentjs.com/guides/#/warnings/add-inverted-param/ for more info.');\n tmp = val; val = period; period = tmp;\n }\n\n val = typeof val === 'string' ? +val : val;\n dur = createDuration(val, period);\n addSubtract(this, dur, direction);\n return this;\n };\n }\n\n function addSubtract (mom, duration, isAdding, updateOffset) {\n var milliseconds = duration._milliseconds,\n days = absRound(duration._days),\n months = absRound(duration._months);\n\n if (!mom.isValid()) {\n // No op\n return;\n }\n\n updateOffset = updateOffset == null ? true : updateOffset;\n\n if (months) {\n setMonth(mom, get(mom, 'Month') + months * isAdding);\n }\n if (days) {\n set$1(mom, 'Date', get(mom, 'Date') + days * isAdding);\n }\n if (milliseconds) {\n mom._d.setTime(mom._d.valueOf() + milliseconds * isAdding);\n }\n if (updateOffset) {\n hooks.updateOffset(mom, days || months);\n }\n }\n\n var add = createAdder(1, 'add');\n var subtract = createAdder(-1, 'subtract');\n\n function getCalendarFormat(myMoment, now) {\n var diff = myMoment.diff(now, 'days', true);\n return diff < -6 ? 'sameElse' :\n diff < -1 ? 'lastWeek' :\n diff < 0 ? 'lastDay' :\n diff < 1 ? 'sameDay' :\n diff < 2 ? 'nextDay' :\n diff < 7 ? 'nextWeek' : 'sameElse';\n }\n\n function calendar$1 (time, formats) {\n // We want to compare the start of today, vs this.\n // Getting start-of-today depends on whether we're local/utc/offset or not.\n var now = time || createLocal(),\n sod = cloneWithOffset(now, this).startOf('day'),\n format = hooks.calendarFormat(this, sod) || 'sameElse';\n\n var output = formats && (isFunction(formats[format]) ? formats[format].call(this, now) : formats[format]);\n\n return this.format(output || this.localeData().calendar(format, this, createLocal(now)));\n }\n\n function clone () {\n return new Moment(this);\n }\n\n function isAfter (input, units) {\n var localInput = isMoment(input) ? input : createLocal(input);\n if (!(this.isValid() && localInput.isValid())) {\n return false;\n }\n units = normalizeUnits(units) || 'millisecond';\n if (units === 'millisecond') {\n return this.valueOf() > localInput.valueOf();\n } else {\n return localInput.valueOf() < this.clone().startOf(units).valueOf();\n }\n }\n\n function isBefore (input, units) {\n var localInput = isMoment(input) ? input : createLocal(input);\n if (!(this.isValid() && localInput.isValid())) {\n return false;\n }\n units = normalizeUnits(units) || 'millisecond';\n if (units === 'millisecond') {\n return this.valueOf() < localInput.valueOf();\n } else {\n return this.clone().endOf(units).valueOf() < localInput.valueOf();\n }\n }\n\n function isBetween (from, to, units, inclusivity) {\n var localFrom = isMoment(from) ? from : createLocal(from),\n localTo = isMoment(to) ? to : createLocal(to);\n if (!(this.isValid() && localFrom.isValid() && localTo.isValid())) {\n return false;\n }\n inclusivity = inclusivity || '()';\n return (inclusivity[0] === '(' ? this.isAfter(localFrom, units) : !this.isBefore(localFrom, units)) &&\n (inclusivity[1] === ')' ? this.isBefore(localTo, units) : !this.isAfter(localTo, units));\n }\n\n function isSame (input, units) {\n var localInput = isMoment(input) ? input : createLocal(input),\n inputMs;\n if (!(this.isValid() && localInput.isValid())) {\n return false;\n }\n units = normalizeUnits(units) || 'millisecond';\n if (units === 'millisecond') {\n return this.valueOf() === localInput.valueOf();\n } else {\n inputMs = localInput.valueOf();\n return this.clone().startOf(units).valueOf() <= inputMs && inputMs <= this.clone().endOf(units).valueOf();\n }\n }\n\n function isSameOrAfter (input, units) {\n return this.isSame(input, units) || this.isAfter(input, units);\n }\n\n function isSameOrBefore (input, units) {\n return this.isSame(input, units) || this.isBefore(input, units);\n }\n\n function diff (input, units, asFloat) {\n var that,\n zoneDelta,\n output;\n\n if (!this.isValid()) {\n return NaN;\n }\n\n that = cloneWithOffset(input, this);\n\n if (!that.isValid()) {\n return NaN;\n }\n\n zoneDelta = (that.utcOffset() - this.utcOffset()) * 6e4;\n\n units = normalizeUnits(units);\n\n switch (units) {\n case 'year': output = monthDiff(this, that) / 12; break;\n case 'month': output = monthDiff(this, that); break;\n case 'quarter': output = monthDiff(this, that) / 3; break;\n case 'second': output = (this - that) / 1e3; break; // 1000\n case 'minute': output = (this - that) / 6e4; break; // 1000 * 60\n case 'hour': output = (this - that) / 36e5; break; // 1000 * 60 * 60\n case 'day': output = (this - that - zoneDelta) / 864e5; break; // 1000 * 60 * 60 * 24, negate dst\n case 'week': output = (this - that - zoneDelta) / 6048e5; break; // 1000 * 60 * 60 * 24 * 7, negate dst\n default: output = this - that;\n }\n\n return asFloat ? output : absFloor(output);\n }\n\n function monthDiff (a, b) {\n // difference in months\n var wholeMonthDiff = ((b.year() - a.year()) * 12) + (b.month() - a.month()),\n // b is in (anchor - 1 month, anchor + 1 month)\n anchor = a.clone().add(wholeMonthDiff, 'months'),\n anchor2, adjust;\n\n if (b - anchor < 0) {\n anchor2 = a.clone().add(wholeMonthDiff - 1, 'months');\n // linear across the month\n adjust = (b - anchor) / (anchor - anchor2);\n } else {\n anchor2 = a.clone().add(wholeMonthDiff + 1, 'months');\n // linear across the month\n adjust = (b - anchor) / (anchor2 - anchor);\n }\n\n //check for negative zero, return zero if negative zero\n return -(wholeMonthDiff + adjust) || 0;\n }\n\n hooks.defaultFormat = 'YYYY-MM-DDTHH:mm:ssZ';\n hooks.defaultFormatUtc = 'YYYY-MM-DDTHH:mm:ss[Z]';\n\n function toString () {\n return this.clone().locale('en').format('ddd MMM DD YYYY HH:mm:ss [GMT]ZZ');\n }\n\n function toISOString(keepOffset) {\n if (!this.isValid()) {\n return null;\n }\n var utc = keepOffset !== true;\n var m = utc ? this.clone().utc() : this;\n if (m.year() < 0 || m.year() > 9999) {\n return formatMoment(m, utc ? 'YYYYYY-MM-DD[T]HH:mm:ss.SSS[Z]' : 'YYYYYY-MM-DD[T]HH:mm:ss.SSSZ');\n }\n if (isFunction(Date.prototype.toISOString)) {\n // native implementation is ~50x faster, use it when we can\n if (utc) {\n return this.toDate().toISOString();\n } else {\n return new Date(this.valueOf() + this.utcOffset() * 60 * 1000).toISOString().replace('Z', formatMoment(m, 'Z'));\n }\n }\n return formatMoment(m, utc ? 'YYYY-MM-DD[T]HH:mm:ss.SSS[Z]' : 'YYYY-MM-DD[T]HH:mm:ss.SSSZ');\n }\n\n /**\n * Return a human readable representation of a moment that can\n * also be evaluated to get a new moment which is the same\n *\n * @link https://nodejs.org/dist/latest/docs/api/util.html#util_custom_inspect_function_on_objects\n */\n function inspect () {\n if (!this.isValid()) {\n return 'moment.invalid(/* ' + this._i + ' */)';\n }\n var func = 'moment';\n var zone = '';\n if (!this.isLocal()) {\n func = this.utcOffset() === 0 ? 'moment.utc' : 'moment.parseZone';\n zone = 'Z';\n }\n var prefix = '[' + func + '(\"]';\n var year = (0 <= this.year() && this.year() <= 9999) ? 'YYYY' : 'YYYYYY';\n var datetime = '-MM-DD[T]HH:mm:ss.SSS';\n var suffix = zone + '[\")]';\n\n return this.format(prefix + year + datetime + suffix);\n }\n\n function format (inputString) {\n if (!inputString) {\n inputString = this.isUtc() ? hooks.defaultFormatUtc : hooks.defaultFormat;\n }\n var output = formatMoment(this, inputString);\n return this.localeData().postformat(output);\n }\n\n function from (time, withoutSuffix) {\n if (this.isValid() &&\n ((isMoment(time) && time.isValid()) ||\n createLocal(time).isValid())) {\n return createDuration({to: this, from: time}).locale(this.locale()).humanize(!withoutSuffix);\n } else {\n return this.localeData().invalidDate();\n }\n }\n\n function fromNow (withoutSuffix) {\n return this.from(createLocal(), withoutSuffix);\n }\n\n function to (time, withoutSuffix) {\n if (this.isValid() &&\n ((isMoment(time) && time.isValid()) ||\n createLocal(time).isValid())) {\n return createDuration({from: this, to: time}).locale(this.locale()).humanize(!withoutSuffix);\n } else {\n return this.localeData().invalidDate();\n }\n }\n\n function toNow (withoutSuffix) {\n return this.to(createLocal(), withoutSuffix);\n }\n\n // If passed a locale key, it will set the locale for this\n // instance. Otherwise, it will return the locale configuration\n // variables for this instance.\n function locale (key) {\n var newLocaleData;\n\n if (key === undefined) {\n return this._locale._abbr;\n } else {\n newLocaleData = getLocale(key);\n if (newLocaleData != null) {\n this._locale = newLocaleData;\n }\n return this;\n }\n }\n\n var lang = deprecate(\n 'moment().lang() is deprecated. Instead, use moment().localeData() to get the language configuration. Use moment().locale() to change languages.',\n function (key) {\n if (key === undefined) {\n return this.localeData();\n } else {\n return this.locale(key);\n }\n }\n );\n\n function localeData () {\n return this._locale;\n }\n\n var MS_PER_SECOND = 1000;\n var MS_PER_MINUTE = 60 * MS_PER_SECOND;\n var MS_PER_HOUR = 60 * MS_PER_MINUTE;\n var MS_PER_400_YEARS = (365 * 400 + 97) * 24 * MS_PER_HOUR;\n\n // actual modulo - handles negative numbers (for dates before 1970):\n function mod$1(dividend, divisor) {\n return (dividend % divisor + divisor) % divisor;\n }\n\n function localStartOfDate(y, m, d) {\n // the date constructor remaps years 0-99 to 1900-1999\n if (y < 100 && y >= 0) {\n // preserve leap years using a full 400 year cycle, then reset\n return new Date(y + 400, m, d) - MS_PER_400_YEARS;\n } else {\n return new Date(y, m, d).valueOf();\n }\n }\n\n function utcStartOfDate(y, m, d) {\n // Date.UTC remaps years 0-99 to 1900-1999\n if (y < 100 && y >= 0) {\n // preserve leap years using a full 400 year cycle, then reset\n return Date.UTC(y + 400, m, d) - MS_PER_400_YEARS;\n } else {\n return Date.UTC(y, m, d);\n }\n }\n\n function startOf (units) {\n var time;\n units = normalizeUnits(units);\n if (units === undefined || units === 'millisecond' || !this.isValid()) {\n return this;\n }\n\n var startOfDate = this._isUTC ? utcStartOfDate : localStartOfDate;\n\n switch (units) {\n case 'year':\n time = startOfDate(this.year(), 0, 1);\n break;\n case 'quarter':\n time = startOfDate(this.year(), this.month() - this.month() % 3, 1);\n break;\n case 'month':\n time = startOfDate(this.year(), this.month(), 1);\n break;\n case 'week':\n time = startOfDate(this.year(), this.month(), this.date() - this.weekday());\n break;\n case 'isoWeek':\n time = startOfDate(this.year(), this.month(), this.date() - (this.isoWeekday() - 1));\n break;\n case 'day':\n case 'date':\n time = startOfDate(this.year(), this.month(), this.date());\n break;\n case 'hour':\n time = this._d.valueOf();\n time -= mod$1(time + (this._isUTC ? 0 : this.utcOffset() * MS_PER_MINUTE), MS_PER_HOUR);\n break;\n case 'minute':\n time = this._d.valueOf();\n time -= mod$1(time, MS_PER_MINUTE);\n break;\n case 'second':\n time = this._d.valueOf();\n time -= mod$1(time, MS_PER_SECOND);\n break;\n }\n\n this._d.setTime(time);\n hooks.updateOffset(this, true);\n return this;\n }\n\n function endOf (units) {\n var time;\n units = normalizeUnits(units);\n if (units === undefined || units === 'millisecond' || !this.isValid()) {\n return this;\n }\n\n var startOfDate = this._isUTC ? utcStartOfDate : localStartOfDate;\n\n switch (units) {\n case 'year':\n time = startOfDate(this.year() + 1, 0, 1) - 1;\n break;\n case 'quarter':\n time = startOfDate(this.year(), this.month() - this.month() % 3 + 3, 1) - 1;\n break;\n case 'month':\n time = startOfDate(this.year(), this.month() + 1, 1) - 1;\n break;\n case 'week':\n time = startOfDate(this.year(), this.month(), this.date() - this.weekday() + 7) - 1;\n break;\n case 'isoWeek':\n time = startOfDate(this.year(), this.month(), this.date() - (this.isoWeekday() - 1) + 7) - 1;\n break;\n case 'day':\n case 'date':\n time = startOfDate(this.year(), this.month(), this.date() + 1) - 1;\n break;\n case 'hour':\n time = this._d.valueOf();\n time += MS_PER_HOUR - mod$1(time + (this._isUTC ? 0 : this.utcOffset() * MS_PER_MINUTE), MS_PER_HOUR) - 1;\n break;\n case 'minute':\n time = this._d.valueOf();\n time += MS_PER_MINUTE - mod$1(time, MS_PER_MINUTE) - 1;\n break;\n case 'second':\n time = this._d.valueOf();\n time += MS_PER_SECOND - mod$1(time, MS_PER_SECOND) - 1;\n break;\n }\n\n this._d.setTime(time);\n hooks.updateOffset(this, true);\n return this;\n }\n\n function valueOf () {\n return this._d.valueOf() - ((this._offset || 0) * 60000);\n }\n\n function unix () {\n return Math.floor(this.valueOf() / 1000);\n }\n\n function toDate () {\n return new Date(this.valueOf());\n }\n\n function toArray () {\n var m = this;\n return [m.year(), m.month(), m.date(), m.hour(), m.minute(), m.second(), m.millisecond()];\n }\n\n function toObject () {\n var m = this;\n return {\n years: m.year(),\n months: m.month(),\n date: m.date(),\n hours: m.hours(),\n minutes: m.minutes(),\n seconds: m.seconds(),\n milliseconds: m.milliseconds()\n };\n }\n\n function toJSON () {\n // new Date(NaN).toJSON() === null\n return this.isValid() ? this.toISOString() : null;\n }\n\n function isValid$2 () {\n return isValid(this);\n }\n\n function parsingFlags () {\n return extend({}, getParsingFlags(this));\n }\n\n function invalidAt () {\n return getParsingFlags(this).overflow;\n }\n\n function creationData() {\n return {\n input: this._i,\n format: this._f,\n locale: this._locale,\n isUTC: this._isUTC,\n strict: this._strict\n };\n }\n\n // FORMATTING\n\n addFormatToken(0, ['gg', 2], 0, function () {\n return this.weekYear() % 100;\n });\n\n addFormatToken(0, ['GG', 2], 0, function () {\n return this.isoWeekYear() % 100;\n });\n\n function addWeekYearFormatToken (token, getter) {\n addFormatToken(0, [token, token.length], 0, getter);\n }\n\n addWeekYearFormatToken('gggg', 'weekYear');\n addWeekYearFormatToken('ggggg', 'weekYear');\n addWeekYearFormatToken('GGGG', 'isoWeekYear');\n addWeekYearFormatToken('GGGGG', 'isoWeekYear');\n\n // ALIASES\n\n addUnitAlias('weekYear', 'gg');\n addUnitAlias('isoWeekYear', 'GG');\n\n // PRIORITY\n\n addUnitPriority('weekYear', 1);\n addUnitPriority('isoWeekYear', 1);\n\n\n // PARSING\n\n addRegexToken('G', matchSigned);\n addRegexToken('g', matchSigned);\n addRegexToken('GG', match1to2, match2);\n addRegexToken('gg', match1to2, match2);\n addRegexToken('GGGG', match1to4, match4);\n addRegexToken('gggg', match1to4, match4);\n addRegexToken('GGGGG', match1to6, match6);\n addRegexToken('ggggg', match1to6, match6);\n\n addWeekParseToken(['gggg', 'ggggg', 'GGGG', 'GGGGG'], function (input, week, config, token) {\n week[token.substr(0, 2)] = toInt(input);\n });\n\n addWeekParseToken(['gg', 'GG'], function (input, week, config, token) {\n week[token] = hooks.parseTwoDigitYear(input);\n });\n\n // MOMENTS\n\n function getSetWeekYear (input) {\n return getSetWeekYearHelper.call(this,\n input,\n this.week(),\n this.weekday(),\n this.localeData()._week.dow,\n this.localeData()._week.doy);\n }\n\n function getSetISOWeekYear (input) {\n return getSetWeekYearHelper.call(this,\n input, this.isoWeek(), this.isoWeekday(), 1, 4);\n }\n\n function getISOWeeksInYear () {\n return weeksInYear(this.year(), 1, 4);\n }\n\n function getWeeksInYear () {\n var weekInfo = this.localeData()._week;\n return weeksInYear(this.year(), weekInfo.dow, weekInfo.doy);\n }\n\n function getSetWeekYearHelper(input, week, weekday, dow, doy) {\n var weeksTarget;\n if (input == null) {\n return weekOfYear(this, dow, doy).year;\n } else {\n weeksTarget = weeksInYear(input, dow, doy);\n if (week > weeksTarget) {\n week = weeksTarget;\n }\n return setWeekAll.call(this, input, week, weekday, dow, doy);\n }\n }\n\n function setWeekAll(weekYear, week, weekday, dow, doy) {\n var dayOfYearData = dayOfYearFromWeeks(weekYear, week, weekday, dow, doy),\n date = createUTCDate(dayOfYearData.year, 0, dayOfYearData.dayOfYear);\n\n this.year(date.getUTCFullYear());\n this.month(date.getUTCMonth());\n this.date(date.getUTCDate());\n return this;\n }\n\n // FORMATTING\n\n addFormatToken('Q', 0, 'Qo', 'quarter');\n\n // ALIASES\n\n addUnitAlias('quarter', 'Q');\n\n // PRIORITY\n\n addUnitPriority('quarter', 7);\n\n // PARSING\n\n addRegexToken('Q', match1);\n addParseToken('Q', function (input, array) {\n array[MONTH] = (toInt(input) - 1) * 3;\n });\n\n // MOMENTS\n\n function getSetQuarter (input) {\n return input == null ? Math.ceil((this.month() + 1) / 3) : this.month((input - 1) * 3 + this.month() % 3);\n }\n\n // FORMATTING\n\n addFormatToken('D', ['DD', 2], 'Do', 'date');\n\n // ALIASES\n\n addUnitAlias('date', 'D');\n\n // PRIORITY\n addUnitPriority('date', 9);\n\n // PARSING\n\n addRegexToken('D', match1to2);\n addRegexToken('DD', match1to2, match2);\n addRegexToken('Do', function (isStrict, locale) {\n // TODO: Remove \"ordinalParse\" fallback in next major release.\n return isStrict ?\n (locale._dayOfMonthOrdinalParse || locale._ordinalParse) :\n locale._dayOfMonthOrdinalParseLenient;\n });\n\n addParseToken(['D', 'DD'], DATE);\n addParseToken('Do', function (input, array) {\n array[DATE] = toInt(input.match(match1to2)[0]);\n });\n\n // MOMENTS\n\n var getSetDayOfMonth = makeGetSet('Date', true);\n\n // FORMATTING\n\n addFormatToken('DDD', ['DDDD', 3], 'DDDo', 'dayOfYear');\n\n // ALIASES\n\n addUnitAlias('dayOfYear', 'DDD');\n\n // PRIORITY\n addUnitPriority('dayOfYear', 4);\n\n // PARSING\n\n addRegexToken('DDD', match1to3);\n addRegexToken('DDDD', match3);\n addParseToken(['DDD', 'DDDD'], function (input, array, config) {\n config._dayOfYear = toInt(input);\n });\n\n // HELPERS\n\n // MOMENTS\n\n function getSetDayOfYear (input) {\n var dayOfYear = Math.round((this.clone().startOf('day') - this.clone().startOf('year')) / 864e5) + 1;\n return input == null ? dayOfYear : this.add((input - dayOfYear), 'd');\n }\n\n // FORMATTING\n\n addFormatToken('m', ['mm', 2], 0, 'minute');\n\n // ALIASES\n\n addUnitAlias('minute', 'm');\n\n // PRIORITY\n\n addUnitPriority('minute', 14);\n\n // PARSING\n\n addRegexToken('m', match1to2);\n addRegexToken('mm', match1to2, match2);\n addParseToken(['m', 'mm'], MINUTE);\n\n // MOMENTS\n\n var getSetMinute = makeGetSet('Minutes', false);\n\n // FORMATTING\n\n addFormatToken('s', ['ss', 2], 0, 'second');\n\n // ALIASES\n\n addUnitAlias('second', 's');\n\n // PRIORITY\n\n addUnitPriority('second', 15);\n\n // PARSING\n\n addRegexToken('s', match1to2);\n addRegexToken('ss', match1to2, match2);\n addParseToken(['s', 'ss'], SECOND);\n\n // MOMENTS\n\n var getSetSecond = makeGetSet('Seconds', false);\n\n // FORMATTING\n\n addFormatToken('S', 0, 0, function () {\n return ~~(this.millisecond() / 100);\n });\n\n addFormatToken(0, ['SS', 2], 0, function () {\n return ~~(this.millisecond() / 10);\n });\n\n addFormatToken(0, ['SSS', 3], 0, 'millisecond');\n addFormatToken(0, ['SSSS', 4], 0, function () {\n return this.millisecond() * 10;\n });\n addFormatToken(0, ['SSSSS', 5], 0, function () {\n return this.millisecond() * 100;\n });\n addFormatToken(0, ['SSSSSS', 6], 0, function () {\n return this.millisecond() * 1000;\n });\n addFormatToken(0, ['SSSSSSS', 7], 0, function () {\n return this.millisecond() * 10000;\n });\n addFormatToken(0, ['SSSSSSSS', 8], 0, function () {\n return this.millisecond() * 100000;\n });\n addFormatToken(0, ['SSSSSSSSS', 9], 0, function () {\n return this.millisecond() * 1000000;\n });\n\n\n // ALIASES\n\n addUnitAlias('millisecond', 'ms');\n\n // PRIORITY\n\n addUnitPriority('millisecond', 16);\n\n // PARSING\n\n addRegexToken('S', match1to3, match1);\n addRegexToken('SS', match1to3, match2);\n addRegexToken('SSS', match1to3, match3);\n\n var token;\n for (token = 'SSSS'; token.length <= 9; token += 'S') {\n addRegexToken(token, matchUnsigned);\n }\n\n function parseMs(input, array) {\n array[MILLISECOND] = toInt(('0.' + input) * 1000);\n }\n\n for (token = 'S'; token.length <= 9; token += 'S') {\n addParseToken(token, parseMs);\n }\n // MOMENTS\n\n var getSetMillisecond = makeGetSet('Milliseconds', false);\n\n // FORMATTING\n\n addFormatToken('z', 0, 0, 'zoneAbbr');\n addFormatToken('zz', 0, 0, 'zoneName');\n\n // MOMENTS\n\n function getZoneAbbr () {\n return this._isUTC ? 'UTC' : '';\n }\n\n function getZoneName () {\n return this._isUTC ? 'Coordinated Universal Time' : '';\n }\n\n var proto = Moment.prototype;\n\n proto.add = add;\n proto.calendar = calendar$1;\n proto.clone = clone;\n proto.diff = diff;\n proto.endOf = endOf;\n proto.format = format;\n proto.from = from;\n proto.fromNow = fromNow;\n proto.to = to;\n proto.toNow = toNow;\n proto.get = stringGet;\n proto.invalidAt = invalidAt;\n proto.isAfter = isAfter;\n proto.isBefore = isBefore;\n proto.isBetween = isBetween;\n proto.isSame = isSame;\n proto.isSameOrAfter = isSameOrAfter;\n proto.isSameOrBefore = isSameOrBefore;\n proto.isValid = isValid$2;\n proto.lang = lang;\n proto.locale = locale;\n proto.localeData = localeData;\n proto.max = prototypeMax;\n proto.min = prototypeMin;\n proto.parsingFlags = parsingFlags;\n proto.set = stringSet;\n proto.startOf = startOf;\n proto.subtract = subtract;\n proto.toArray = toArray;\n proto.toObject = toObject;\n proto.toDate = toDate;\n proto.toISOString = toISOString;\n proto.inspect = inspect;\n proto.toJSON = toJSON;\n proto.toString = toString;\n proto.unix = unix;\n proto.valueOf = valueOf;\n proto.creationData = creationData;\n proto.year = getSetYear;\n proto.isLeapYear = getIsLeapYear;\n proto.weekYear = getSetWeekYear;\n proto.isoWeekYear = getSetISOWeekYear;\n proto.quarter = proto.quarters = getSetQuarter;\n proto.month = getSetMonth;\n proto.daysInMonth = getDaysInMonth;\n proto.week = proto.weeks = getSetWeek;\n proto.isoWeek = proto.isoWeeks = getSetISOWeek;\n proto.weeksInYear = getWeeksInYear;\n proto.isoWeeksInYear = getISOWeeksInYear;\n proto.date = getSetDayOfMonth;\n proto.day = proto.days = getSetDayOfWeek;\n proto.weekday = getSetLocaleDayOfWeek;\n proto.isoWeekday = getSetISODayOfWeek;\n proto.dayOfYear = getSetDayOfYear;\n proto.hour = proto.hours = getSetHour;\n proto.minute = proto.minutes = getSetMinute;\n proto.second = proto.seconds = getSetSecond;\n proto.millisecond = proto.milliseconds = getSetMillisecond;\n proto.utcOffset = getSetOffset;\n proto.utc = setOffsetToUTC;\n proto.local = setOffsetToLocal;\n proto.parseZone = setOffsetToParsedOffset;\n proto.hasAlignedHourOffset = hasAlignedHourOffset;\n proto.isDST = isDaylightSavingTime;\n proto.isLocal = isLocal;\n proto.isUtcOffset = isUtcOffset;\n proto.isUtc = isUtc;\n proto.isUTC = isUtc;\n proto.zoneAbbr = getZoneAbbr;\n proto.zoneName = getZoneName;\n proto.dates = deprecate('dates accessor is deprecated. Use date instead.', getSetDayOfMonth);\n proto.months = deprecate('months accessor is deprecated. Use month instead', getSetMonth);\n proto.years = deprecate('years accessor is deprecated. Use year instead', getSetYear);\n proto.zone = deprecate('moment().zone is deprecated, use moment().utcOffset instead. http://momentjs.com/guides/#/warnings/zone/', getSetZone);\n proto.isDSTShifted = deprecate('isDSTShifted is deprecated. See http://momentjs.com/guides/#/warnings/dst-shifted/ for more information', isDaylightSavingTimeShifted);\n\n function createUnix (input) {\n return createLocal(input * 1000);\n }\n\n function createInZone () {\n return createLocal.apply(null, arguments).parseZone();\n }\n\n function preParsePostFormat (string) {\n return string;\n }\n\n var proto$1 = Locale.prototype;\n\n proto$1.calendar = calendar;\n proto$1.longDateFormat = longDateFormat;\n proto$1.invalidDate = invalidDate;\n proto$1.ordinal = ordinal;\n proto$1.preparse = preParsePostFormat;\n proto$1.postformat = preParsePostFormat;\n proto$1.relativeTime = relativeTime;\n proto$1.pastFuture = pastFuture;\n proto$1.set = set;\n\n proto$1.months = localeMonths;\n proto$1.monthsShort = localeMonthsShort;\n proto$1.monthsParse = localeMonthsParse;\n proto$1.monthsRegex = monthsRegex;\n proto$1.monthsShortRegex = monthsShortRegex;\n proto$1.week = localeWeek;\n proto$1.firstDayOfYear = localeFirstDayOfYear;\n proto$1.firstDayOfWeek = localeFirstDayOfWeek;\n\n proto$1.weekdays = localeWeekdays;\n proto$1.weekdaysMin = localeWeekdaysMin;\n proto$1.weekdaysShort = localeWeekdaysShort;\n proto$1.weekdaysParse = localeWeekdaysParse;\n\n proto$1.weekdaysRegex = weekdaysRegex;\n proto$1.weekdaysShortRegex = weekdaysShortRegex;\n proto$1.weekdaysMinRegex = weekdaysMinRegex;\n\n proto$1.isPM = localeIsPM;\n proto$1.meridiem = localeMeridiem;\n\n function get$1 (format, index, field, setter) {\n var locale = getLocale();\n var utc = createUTC().set(setter, index);\n return locale[field](utc, format);\n }\n\n function listMonthsImpl (format, index, field) {\n if (isNumber(format)) {\n index = format;\n format = undefined;\n }\n\n format = format || '';\n\n if (index != null) {\n return get$1(format, index, field, 'month');\n }\n\n var i;\n var out = [];\n for (i = 0; i < 12; i++) {\n out[i] = get$1(format, i, field, 'month');\n }\n return out;\n }\n\n // ()\n // (5)\n // (fmt, 5)\n // (fmt)\n // (true)\n // (true, 5)\n // (true, fmt, 5)\n // (true, fmt)\n function listWeekdaysImpl (localeSorted, format, index, field) {\n if (typeof localeSorted === 'boolean') {\n if (isNumber(format)) {\n index = format;\n format = undefined;\n }\n\n format = format || '';\n } else {\n format = localeSorted;\n index = format;\n localeSorted = false;\n\n if (isNumber(format)) {\n index = format;\n format = undefined;\n }\n\n format = format || '';\n }\n\n var locale = getLocale(),\n shift = localeSorted ? locale._week.dow : 0;\n\n if (index != null) {\n return get$1(format, (index + shift) % 7, field, 'day');\n }\n\n var i;\n var out = [];\n for (i = 0; i < 7; i++) {\n out[i] = get$1(format, (i + shift) % 7, field, 'day');\n }\n return out;\n }\n\n function listMonths (format, index) {\n return listMonthsImpl(format, index, 'months');\n }\n\n function listMonthsShort (format, index) {\n return listMonthsImpl(format, index, 'monthsShort');\n }\n\n function listWeekdays (localeSorted, format, index) {\n return listWeekdaysImpl(localeSorted, format, index, 'weekdays');\n }\n\n function listWeekdaysShort (localeSorted, format, index) {\n return listWeekdaysImpl(localeSorted, format, index, 'weekdaysShort');\n }\n\n function listWeekdaysMin (localeSorted, format, index) {\n return listWeekdaysImpl(localeSorted, format, index, 'weekdaysMin');\n }\n\n getSetGlobalLocale('en', {\n dayOfMonthOrdinalParse: /\\d{1,2}(th|st|nd|rd)/,\n ordinal : function (number) {\n var b = number % 10,\n output = (toInt(number % 100 / 10) === 1) ? 'th' :\n (b === 1) ? 'st' :\n (b === 2) ? 'nd' :\n (b === 3) ? 'rd' : 'th';\n return number + output;\n }\n });\n\n // Side effect imports\n\n hooks.lang = deprecate('moment.lang is deprecated. Use moment.locale instead.', getSetGlobalLocale);\n hooks.langData = deprecate('moment.langData is deprecated. Use moment.localeData instead.', getLocale);\n\n var mathAbs = Math.abs;\n\n function abs () {\n var data = this._data;\n\n this._milliseconds = mathAbs(this._milliseconds);\n this._days = mathAbs(this._days);\n this._months = mathAbs(this._months);\n\n data.milliseconds = mathAbs(data.milliseconds);\n data.seconds = mathAbs(data.seconds);\n data.minutes = mathAbs(data.minutes);\n data.hours = mathAbs(data.hours);\n data.months = mathAbs(data.months);\n data.years = mathAbs(data.years);\n\n return this;\n }\n\n function addSubtract$1 (duration, input, value, direction) {\n var other = createDuration(input, value);\n\n duration._milliseconds += direction * other._milliseconds;\n duration._days += direction * other._days;\n duration._months += direction * other._months;\n\n return duration._bubble();\n }\n\n // supports only 2.0-style add(1, 's') or add(duration)\n function add$1 (input, value) {\n return addSubtract$1(this, input, value, 1);\n }\n\n // supports only 2.0-style subtract(1, 's') or subtract(duration)\n function subtract$1 (input, value) {\n return addSubtract$1(this, input, value, -1);\n }\n\n function absCeil (number) {\n if (number < 0) {\n return Math.floor(number);\n } else {\n return Math.ceil(number);\n }\n }\n\n function bubble () {\n var milliseconds = this._milliseconds;\n var days = this._days;\n var months = this._months;\n var data = this._data;\n var seconds, minutes, hours, years, monthsFromDays;\n\n // if we have a mix of positive and negative values, bubble down first\n // check: https://github.com/moment/moment/issues/2166\n if (!((milliseconds >= 0 && days >= 0 && months >= 0) ||\n (milliseconds <= 0 && days <= 0 && months <= 0))) {\n milliseconds += absCeil(monthsToDays(months) + days) * 864e5;\n days = 0;\n months = 0;\n }\n\n // The following code bubbles up values, see the tests for\n // examples of what that means.\n data.milliseconds = milliseconds % 1000;\n\n seconds = absFloor(milliseconds / 1000);\n data.seconds = seconds % 60;\n\n minutes = absFloor(seconds / 60);\n data.minutes = minutes % 60;\n\n hours = absFloor(minutes / 60);\n data.hours = hours % 24;\n\n days += absFloor(hours / 24);\n\n // convert days to months\n monthsFromDays = absFloor(daysToMonths(days));\n months += monthsFromDays;\n days -= absCeil(monthsToDays(monthsFromDays));\n\n // 12 months -> 1 year\n years = absFloor(months / 12);\n months %= 12;\n\n data.days = days;\n data.months = months;\n data.years = years;\n\n return this;\n }\n\n function daysToMonths (days) {\n // 400 years have 146097 days (taking into account leap year rules)\n // 400 years have 12 months === 4800\n return days * 4800 / 146097;\n }\n\n function monthsToDays (months) {\n // the reverse of daysToMonths\n return months * 146097 / 4800;\n }\n\n function as (units) {\n if (!this.isValid()) {\n return NaN;\n }\n var days;\n var months;\n var milliseconds = this._milliseconds;\n\n units = normalizeUnits(units);\n\n if (units === 'month' || units === 'quarter' || units === 'year') {\n days = this._days + milliseconds / 864e5;\n months = this._months + daysToMonths(days);\n switch (units) {\n case 'month': return months;\n case 'quarter': return months / 3;\n case 'year': return months / 12;\n }\n } else {\n // handle milliseconds separately because of floating point math errors (issue #1867)\n days = this._days + Math.round(monthsToDays(this._months));\n switch (units) {\n case 'week' : return days / 7 + milliseconds / 6048e5;\n case 'day' : return days + milliseconds / 864e5;\n case 'hour' : return days * 24 + milliseconds / 36e5;\n case 'minute' : return days * 1440 + milliseconds / 6e4;\n case 'second' : return days * 86400 + milliseconds / 1000;\n // Math.floor prevents floating point math errors here\n case 'millisecond': return Math.floor(days * 864e5) + milliseconds;\n default: throw new Error('Unknown unit ' + units);\n }\n }\n }\n\n // TODO: Use this.as('ms')?\n function valueOf$1 () {\n if (!this.isValid()) {\n return NaN;\n }\n return (\n this._milliseconds +\n this._days * 864e5 +\n (this._months % 12) * 2592e6 +\n toInt(this._months / 12) * 31536e6\n );\n }\n\n function makeAs (alias) {\n return function () {\n return this.as(alias);\n };\n }\n\n var asMilliseconds = makeAs('ms');\n var asSeconds = makeAs('s');\n var asMinutes = makeAs('m');\n var asHours = makeAs('h');\n var asDays = makeAs('d');\n var asWeeks = makeAs('w');\n var asMonths = makeAs('M');\n var asQuarters = makeAs('Q');\n var asYears = makeAs('y');\n\n function clone$1 () {\n return createDuration(this);\n }\n\n function get$2 (units) {\n units = normalizeUnits(units);\n return this.isValid() ? this[units + 's']() : NaN;\n }\n\n function makeGetter(name) {\n return function () {\n return this.isValid() ? this._data[name] : NaN;\n };\n }\n\n var milliseconds = makeGetter('milliseconds');\n var seconds = makeGetter('seconds');\n var minutes = makeGetter('minutes');\n var hours = makeGetter('hours');\n var days = makeGetter('days');\n var months = makeGetter('months');\n var years = makeGetter('years');\n\n function weeks () {\n return absFloor(this.days() / 7);\n }\n\n var round = Math.round;\n var thresholds = {\n ss: 44, // a few seconds to seconds\n s : 45, // seconds to minute\n m : 45, // minutes to hour\n h : 22, // hours to day\n d : 26, // days to month\n M : 11 // months to year\n };\n\n // helper function for moment.fn.from, moment.fn.fromNow, and moment.duration.fn.humanize\n function substituteTimeAgo(string, number, withoutSuffix, isFuture, locale) {\n return locale.relativeTime(number || 1, !!withoutSuffix, string, isFuture);\n }\n\n function relativeTime$1 (posNegDuration, withoutSuffix, locale) {\n var duration = createDuration(posNegDuration).abs();\n var seconds = round(duration.as('s'));\n var minutes = round(duration.as('m'));\n var hours = round(duration.as('h'));\n var days = round(duration.as('d'));\n var months = round(duration.as('M'));\n var years = round(duration.as('y'));\n\n var a = seconds <= thresholds.ss && ['s', seconds] ||\n seconds < thresholds.s && ['ss', seconds] ||\n minutes <= 1 && ['m'] ||\n minutes < thresholds.m && ['mm', minutes] ||\n hours <= 1 && ['h'] ||\n hours < thresholds.h && ['hh', hours] ||\n days <= 1 && ['d'] ||\n days < thresholds.d && ['dd', days] ||\n months <= 1 && ['M'] ||\n months < thresholds.M && ['MM', months] ||\n years <= 1 && ['y'] || ['yy', years];\n\n a[2] = withoutSuffix;\n a[3] = +posNegDuration > 0;\n a[4] = locale;\n return substituteTimeAgo.apply(null, a);\n }\n\n // This function allows you to set the rounding function for relative time strings\n function getSetRelativeTimeRounding (roundingFunction) {\n if (roundingFunction === undefined) {\n return round;\n }\n if (typeof(roundingFunction) === 'function') {\n round = roundingFunction;\n return true;\n }\n return false;\n }\n\n // This function allows you to set a threshold for relative time strings\n function getSetRelativeTimeThreshold (threshold, limit) {\n if (thresholds[threshold] === undefined) {\n return false;\n }\n if (limit === undefined) {\n return thresholds[threshold];\n }\n thresholds[threshold] = limit;\n if (threshold === 's') {\n thresholds.ss = limit - 1;\n }\n return true;\n }\n\n function humanize (withSuffix) {\n if (!this.isValid()) {\n return this.localeData().invalidDate();\n }\n\n var locale = this.localeData();\n var output = relativeTime$1(this, !withSuffix, locale);\n\n if (withSuffix) {\n output = locale.pastFuture(+this, output);\n }\n\n return locale.postformat(output);\n }\n\n var abs$1 = Math.abs;\n\n function sign(x) {\n return ((x > 0) - (x < 0)) || +x;\n }\n\n function toISOString$1() {\n // for ISO strings we do not use the normal bubbling rules:\n // * milliseconds bubble up until they become hours\n // * days do not bubble at all\n // * months bubble up until they become years\n // This is because there is no context-free conversion between hours and days\n // (think of clock changes)\n // and also not between days and months (28-31 days per month)\n if (!this.isValid()) {\n return this.localeData().invalidDate();\n }\n\n var seconds = abs$1(this._milliseconds) / 1000;\n var days = abs$1(this._days);\n var months = abs$1(this._months);\n var minutes, hours, years;\n\n // 3600 seconds -> 60 minutes -> 1 hour\n minutes = absFloor(seconds / 60);\n hours = absFloor(minutes / 60);\n seconds %= 60;\n minutes %= 60;\n\n // 12 months -> 1 year\n years = absFloor(months / 12);\n months %= 12;\n\n\n // inspired by https://github.com/dordille/moment-isoduration/blob/master/moment.isoduration.js\n var Y = years;\n var M = months;\n var D = days;\n var h = hours;\n var m = minutes;\n var s = seconds ? seconds.toFixed(3).replace(/\\.?0+$/, '') : '';\n var total = this.asSeconds();\n\n if (!total) {\n // this is the same as C#'s (Noda) and python (isodate)...\n // but not other JS (goog.date)\n return 'P0D';\n }\n\n var totalSign = total < 0 ? '-' : '';\n var ymSign = sign(this._months) !== sign(total) ? '-' : '';\n var daysSign = sign(this._days) !== sign(total) ? '-' : '';\n var hmsSign = sign(this._milliseconds) !== sign(total) ? '-' : '';\n\n return totalSign + 'P' +\n (Y ? ymSign + Y + 'Y' : '') +\n (M ? ymSign + M + 'M' : '') +\n (D ? daysSign + D + 'D' : '') +\n ((h || m || s) ? 'T' : '') +\n (h ? hmsSign + h + 'H' : '') +\n (m ? hmsSign + m + 'M' : '') +\n (s ? hmsSign + s + 'S' : '');\n }\n\n var proto$2 = Duration.prototype;\n\n proto$2.isValid = isValid$1;\n proto$2.abs = abs;\n proto$2.add = add$1;\n proto$2.subtract = subtract$1;\n proto$2.as = as;\n proto$2.asMilliseconds = asMilliseconds;\n proto$2.asSeconds = asSeconds;\n proto$2.asMinutes = asMinutes;\n proto$2.asHours = asHours;\n proto$2.asDays = asDays;\n proto$2.asWeeks = asWeeks;\n proto$2.asMonths = asMonths;\n proto$2.asQuarters = asQuarters;\n proto$2.asYears = asYears;\n proto$2.valueOf = valueOf$1;\n proto$2._bubble = bubble;\n proto$2.clone = clone$1;\n proto$2.get = get$2;\n proto$2.milliseconds = milliseconds;\n proto$2.seconds = seconds;\n proto$2.minutes = minutes;\n proto$2.hours = hours;\n proto$2.days = days;\n proto$2.weeks = weeks;\n proto$2.months = months;\n proto$2.years = years;\n proto$2.humanize = humanize;\n proto$2.toISOString = toISOString$1;\n proto$2.toString = toISOString$1;\n proto$2.toJSON = toISOString$1;\n proto$2.locale = locale;\n proto$2.localeData = localeData;\n\n proto$2.toIsoString = deprecate('toIsoString() is deprecated. Please use toISOString() instead (notice the capitals)', toISOString$1);\n proto$2.lang = lang;\n\n // Side effect imports\n\n // FORMATTING\n\n addFormatToken('X', 0, 0, 'unix');\n addFormatToken('x', 0, 0, 'valueOf');\n\n // PARSING\n\n addRegexToken('x', matchSigned);\n addRegexToken('X', matchTimestamp);\n addParseToken('X', function (input, array, config) {\n config._d = new Date(parseFloat(input, 10) * 1000);\n });\n addParseToken('x', function (input, array, config) {\n config._d = new Date(toInt(input));\n });\n\n // Side effect imports\n\n\n hooks.version = '2.24.0';\n\n setHookCallback(createLocal);\n\n hooks.fn = proto;\n hooks.min = min;\n hooks.max = max;\n hooks.now = now;\n hooks.utc = createUTC;\n hooks.unix = createUnix;\n hooks.months = listMonths;\n hooks.isDate = isDate;\n hooks.locale = getSetGlobalLocale;\n hooks.invalid = createInvalid;\n hooks.duration = createDuration;\n hooks.isMoment = isMoment;\n hooks.weekdays = listWeekdays;\n hooks.parseZone = createInZone;\n hooks.localeData = getLocale;\n hooks.isDuration = isDuration;\n hooks.monthsShort = listMonthsShort;\n hooks.weekdaysMin = listWeekdaysMin;\n hooks.defineLocale = defineLocale;\n hooks.updateLocale = updateLocale;\n hooks.locales = listLocales;\n hooks.weekdaysShort = listWeekdaysShort;\n hooks.normalizeUnits = normalizeUnits;\n hooks.relativeTimeRounding = getSetRelativeTimeRounding;\n hooks.relativeTimeThreshold = getSetRelativeTimeThreshold;\n hooks.calendarFormat = getCalendarFormat;\n hooks.prototype = proto;\n\n // currently HTML5 input type only supports 24-hour formats\n hooks.HTML5_FMT = {\n DATETIME_LOCAL: 'YYYY-MM-DDTHH:mm', // <input type=\"datetime-local\" />\n DATETIME_LOCAL_SECONDS: 'YYYY-MM-DDTHH:mm:ss', // <input type=\"datetime-local\" step=\"1\" />\n DATETIME_LOCAL_MS: 'YYYY-MM-DDTHH:mm:ss.SSS', // <input type=\"datetime-local\" step=\"0.001\" />\n DATE: 'YYYY-MM-DD', // <input type=\"date\" />\n TIME: 'HH:mm', // <input type=\"time\" />\n TIME_SECONDS: 'HH:mm:ss', // <input type=\"time\" step=\"1\" />\n TIME_MS: 'HH:mm:ss.SSS', // <input type=\"time\" step=\"0.001\" />\n WEEK: 'GGGG-[W]WW', // <input type=\"week\" />\n MONTH: 'YYYY-MM' // <input type=\"month\" />\n };\n\n return hooks;\n\n})));\n","// Underscore.js 1.9.2\n// https://underscorejs.org\n// (c) 2009-2018 Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors\n// Underscore may be freely distributed under the MIT license.\n\n(function() {\n\n // Baseline setup\n // --------------\n\n // Establish the root object, `window` (`self`) in the browser, `global`\n // on the server, or `this` in some virtual machines. We use `self`\n // instead of `window` for `WebWorker` support.\n var root = typeof self == 'object' && self.self === self && self ||\n typeof global == 'object' && global.global === global && global ||\n this ||\n {};\n\n // Save the previous value of the `_` variable.\n var previousUnderscore = root._;\n\n // Save bytes in the minified (but not gzipped) version:\n var ArrayProto = Array.prototype, ObjProto = Object.prototype;\n var SymbolProto = typeof Symbol !== 'undefined' ? Symbol.prototype : null;\n\n // Create quick reference variables for speed access to core prototypes.\n var push = ArrayProto.push,\n slice = ArrayProto.slice,\n toString = ObjProto.toString,\n hasOwnProperty = ObjProto.hasOwnProperty;\n\n // All **ECMAScript 5** native function implementations that we hope to use\n // are declared here.\n var nativeIsArray = Array.isArray,\n nativeKeys = Object.keys,\n nativeCreate = Object.create;\n\n // Naked function reference for surrogate-prototype-swapping.\n var Ctor = function(){};\n\n // Create a safe reference to the Underscore object for use below.\n var _ = function(obj) {\n if (obj instanceof _) return obj;\n if (!(this instanceof _)) return new _(obj);\n this._wrapped = obj;\n };\n\n // Export the Underscore object for **Node.js**, with\n // backwards-compatibility for their old module API. If we're in\n // the browser, add `_` as a global object.\n // (`nodeType` is checked to ensure that `module`\n // and `exports` are not HTML elements.)\n if (typeof exports != 'undefined' && !exports.nodeType) {\n if (typeof module != 'undefined' && !module.nodeType && module.exports) {\n exports = module.exports = _;\n }\n exports._ = _;\n } else {\n root._ = _;\n }\n\n // Current version.\n _.VERSION = '1.9.2';\n\n // Internal function that returns an efficient (for current engines) version\n // of the passed-in callback, to be repeatedly applied in other Underscore\n // functions.\n var optimizeCb = function(func, context, argCount) {\n if (context === void 0) return func;\n switch (argCount == null ? 3 : argCount) {\n case 1: return function(value) {\n return func.call(context, value);\n };\n // The 2-argument case is omitted because we’re not using it.\n case 3: return function(value, index, collection) {\n return func.call(context, value, index, collection);\n };\n case 4: return function(accumulator, value, index, collection) {\n return func.call(context, accumulator, value, index, collection);\n };\n }\n return function() {\n return func.apply(context, arguments);\n };\n };\n\n var builtinIteratee;\n\n // An internal function to generate callbacks that can be applied to each\n // element in a collection, returning the desired result — either `identity`,\n // an arbitrary callback, a property matcher, or a property accessor.\n var cb = function(value, context, argCount) {\n if (_.iteratee !== builtinIteratee) return _.iteratee(value, context);\n if (value == null) return _.identity;\n if (_.isFunction(value)) return optimizeCb(value, context, argCount);\n if (_.isObject(value) && !_.isArray(value)) return _.matcher(value);\n return _.property(value);\n };\n\n // External wrapper for our callback generator. Users may customize\n // `_.iteratee` if they want additional predicate/iteratee shorthand styles.\n // This abstraction hides the internal-only argCount argument.\n _.iteratee = builtinIteratee = function(value, context) {\n return cb(value, context, Infinity);\n };\n\n // Some functions take a variable number of arguments, or a few expected\n // arguments at the beginning and then a variable number of values to operate\n // on. This helper accumulates all remaining arguments past the function’s\n // argument length (or an explicit `startIndex`), into an array that becomes\n // the last argument. Similar to ES6’s \"rest parameter\".\n var restArguments = function(func, startIndex) {\n startIndex = startIndex == null ? func.length - 1 : +startIndex;\n return function() {\n var length = Math.max(arguments.length - startIndex, 0),\n rest = Array(length),\n index = 0;\n for (; index < length; index++) {\n rest[index] = arguments[index + startIndex];\n }\n switch (startIndex) {\n case 0: return func.call(this, rest);\n case 1: return func.call(this, arguments[0], rest);\n case 2: return func.call(this, arguments[0], arguments[1], rest);\n }\n var args = Array(startIndex + 1);\n for (index = 0; index < startIndex; index++) {\n args[index] = arguments[index];\n }\n args[startIndex] = rest;\n return func.apply(this, args);\n };\n };\n\n // An internal function for creating a new object that inherits from another.\n var baseCreate = function(prototype) {\n if (!_.isObject(prototype)) return {};\n if (nativeCreate) return nativeCreate(prototype);\n Ctor.prototype = prototype;\n var result = new Ctor;\n Ctor.prototype = null;\n return result;\n };\n\n var shallowProperty = function(key) {\n return function(obj) {\n return obj == null ? void 0 : obj[key];\n };\n };\n\n var has = function(obj, path) {\n return obj != null && hasOwnProperty.call(obj, path);\n }\n\n var deepGet = function(obj, path) {\n var length = path.length;\n for (var i = 0; i < length; i++) {\n if (obj == null) return void 0;\n obj = obj[path[i]];\n }\n return length ? obj : void 0;\n };\n\n // Helper for collection methods to determine whether a collection\n // should be iterated as an array or as an object.\n // Related: https://people.mozilla.org/~jorendorff/es6-draft.html#sec-tolength\n // Avoids a very nasty iOS 8 JIT bug on ARM-64. #2094\n var MAX_ARRAY_INDEX = Math.pow(2, 53) - 1;\n var getLength = shallowProperty('length');\n var isArrayLike = function(collection) {\n var length = getLength(collection);\n return typeof length == 'number' && length >= 0 && length <= MAX_ARRAY_INDEX;\n };\n\n // Collection Functions\n // --------------------\n\n // The cornerstone, an `each` implementation, aka `forEach`.\n // Handles raw objects in addition to array-likes. Treats all\n // sparse array-likes as if they were dense.\n _.each = _.forEach = function(obj, iteratee, context) {\n iteratee = optimizeCb(iteratee, context);\n var i, length;\n if (isArrayLike(obj)) {\n for (i = 0, length = obj.length; i < length; i++) {\n iteratee(obj[i], i, obj);\n }\n } else {\n var keys = _.keys(obj);\n for (i = 0, length = keys.length; i < length; i++) {\n iteratee(obj[keys[i]], keys[i], obj);\n }\n }\n return obj;\n };\n\n // Return the results of applying the iteratee to each element.\n _.map = _.collect = function(obj, iteratee, context) {\n iteratee = cb(iteratee, context);\n var keys = !isArrayLike(obj) && _.keys(obj),\n length = (keys || obj).length,\n results = Array(length);\n for (var index = 0; index < length; index++) {\n var currentKey = keys ? keys[index] : index;\n results[index] = iteratee(obj[currentKey], currentKey, obj);\n }\n return results;\n };\n\n // Create a reducing function iterating left or right.\n var createReduce = function(dir) {\n // Wrap code that reassigns argument variables in a separate function than\n // the one that accesses `arguments.length` to avoid a perf hit. (#1991)\n var reducer = function(obj, iteratee, memo, initial) {\n var keys = !isArrayLike(obj) && _.keys(obj),\n length = (keys || obj).length,\n index = dir > 0 ? 0 : length - 1;\n if (!initial) {\n memo = obj[keys ? keys[index] : index];\n index += dir;\n }\n for (; index >= 0 && index < length; index += dir) {\n var currentKey = keys ? keys[index] : index;\n memo = iteratee(memo, obj[currentKey], currentKey, obj);\n }\n return memo;\n };\n\n return function(obj, iteratee, memo, context) {\n var initial = arguments.length >= 3;\n return reducer(obj, optimizeCb(iteratee, context, 4), memo, initial);\n };\n };\n\n // **Reduce** builds up a single result from a list of values, aka `inject`,\n // or `foldl`.\n _.reduce = _.foldl = _.inject = createReduce(1);\n\n // The right-associative version of reduce, also known as `foldr`.\n _.reduceRight = _.foldr = createReduce(-1);\n\n // Return the first value which passes a truth test. Aliased as `detect`.\n _.find = _.detect = function(obj, predicate, context) {\n var keyFinder = isArrayLike(obj) ? _.findIndex : _.findKey;\n var key = keyFinder(obj, predicate, context);\n if (key !== void 0 && key !== -1) return obj[key];\n };\n\n // Return all the elements that pass a truth test.\n // Aliased as `select`.\n _.filter = _.select = function(obj, predicate, context) {\n var results = [];\n predicate = cb(predicate, context);\n _.each(obj, function(value, index, list) {\n if (predicate(value, index, list)) results.push(value);\n });\n return results;\n };\n\n // Return all the elements for which a truth test fails.\n _.reject = function(obj, predicate, context) {\n return _.filter(obj, _.negate(cb(predicate)), context);\n };\n\n // Determine whether all of the elements match a truth test.\n // Aliased as `all`.\n _.every = _.all = function(obj, predicate, context) {\n predicate = cb(predicate, context);\n var keys = !isArrayLike(obj) && _.keys(obj),\n length = (keys || obj).length;\n for (var index = 0; index < length; index++) {\n var currentKey = keys ? keys[index] : index;\n if (!predicate(obj[currentKey], currentKey, obj)) return false;\n }\n return true;\n };\n\n // Determine if at least one element in the object matches a truth test.\n // Aliased as `any`.\n _.some = _.any = function(obj, predicate, context) {\n predicate = cb(predicate, context);\n var keys = !isArrayLike(obj) && _.keys(obj),\n length = (keys || obj).length;\n for (var index = 0; index < length; index++) {\n var currentKey = keys ? keys[index] : index;\n if (predicate(obj[currentKey], currentKey, obj)) return true;\n }\n return false;\n };\n\n // Determine if the array or object contains a given item (using `===`).\n // Aliased as `includes` and `include`.\n _.contains = _.includes = _.include = function(obj, item, fromIndex, guard) {\n if (!isArrayLike(obj)) obj = _.values(obj);\n if (typeof fromIndex != 'number' || guard) fromIndex = 0;\n return _.indexOf(obj, item, fromIndex) >= 0;\n };\n\n // Invoke a method (with arguments) on every item in a collection.\n _.invoke = restArguments(function(obj, path, args) {\n var contextPath, func;\n if (_.isFunction(path)) {\n func = path;\n } else if (_.isArray(path)) {\n contextPath = path.slice(0, -1);\n path = path[path.length - 1];\n }\n return _.map(obj, function(context) {\n var method = func;\n if (!method) {\n if (contextPath && contextPath.length) {\n context = deepGet(context, contextPath);\n }\n if (context == null) return void 0;\n method = context[path];\n }\n return method == null ? method : method.apply(context, args);\n });\n });\n\n // Convenience version of a common use case of `map`: fetching a property.\n _.pluck = function(obj, key) {\n return _.map(obj, _.property(key));\n };\n\n // Convenience version of a common use case of `filter`: selecting only objects\n // containing specific `key:value` pairs.\n _.where = function(obj, attrs) {\n return _.filter(obj, _.matcher(attrs));\n };\n\n // Convenience version of a common use case of `find`: getting the first object\n // containing specific `key:value` pairs.\n _.findWhere = function(obj, attrs) {\n return _.find(obj, _.matcher(attrs));\n };\n\n // Return the maximum element (or element-based computation).\n _.max = function(obj, iteratee, context) {\n var result = -Infinity, lastComputed = -Infinity,\n value, computed;\n if (iteratee == null || typeof iteratee == 'number' && typeof obj[0] != 'object' && obj != null) {\n obj = isArrayLike(obj) ? obj : _.values(obj);\n for (var i = 0, length = obj.length; i < length; i++) {\n value = obj[i];\n if (value != null && value > result) {\n result = value;\n }\n }\n } else {\n iteratee = cb(iteratee, context);\n _.each(obj, function(v, index, list) {\n computed = iteratee(v, index, list);\n if (computed > lastComputed || computed === -Infinity && result === -Infinity) {\n result = v;\n lastComputed = computed;\n }\n });\n }\n return result;\n };\n\n // Return the minimum element (or element-based computation).\n _.min = function(obj, iteratee, context) {\n var result = Infinity, lastComputed = Infinity,\n value, computed;\n if (iteratee == null || typeof iteratee == 'number' && typeof obj[0] != 'object' && obj != null) {\n obj = isArrayLike(obj) ? obj : _.values(obj);\n for (var i = 0, length = obj.length; i < length; i++) {\n value = obj[i];\n if (value != null && value < result) {\n result = value;\n }\n }\n } else {\n iteratee = cb(iteratee, context);\n _.each(obj, function(v, index, list) {\n computed = iteratee(v, index, list);\n if (computed < lastComputed || computed === Infinity && result === Infinity) {\n result = v;\n lastComputed = computed;\n }\n });\n }\n return result;\n };\n\n // Shuffle a collection.\n _.shuffle = function(obj) {\n return _.sample(obj, Infinity);\n };\n\n // Sample **n** random values from a collection using the modern version of the\n // [Fisher-Yates shuffle](https://en.wikipedia.org/wiki/Fisher–Yates_shuffle).\n // If **n** is not specified, returns a single random element.\n // The internal `guard` argument allows it to work with `map`.\n _.sample = function(obj, n, guard) {\n if (n == null || guard) {\n if (!isArrayLike(obj)) obj = _.values(obj);\n return obj[_.random(obj.length - 1)];\n }\n var sample = isArrayLike(obj) ? _.clone(obj) : _.values(obj);\n var length = getLength(sample);\n n = Math.max(Math.min(n, length), 0);\n var last = length - 1;\n for (var index = 0; index < n; index++) {\n var rand = _.random(index, last);\n var temp = sample[index];\n sample[index] = sample[rand];\n sample[rand] = temp;\n }\n return sample.slice(0, n);\n };\n\n // Sort the object's values by a criterion produced by an iteratee.\n _.sortBy = function(obj, iteratee, context) {\n var index = 0;\n iteratee = cb(iteratee, context);\n return _.pluck(_.map(obj, function(value, key, list) {\n return {\n value: value,\n index: index++,\n criteria: iteratee(value, key, list)\n };\n }).sort(function(left, right) {\n var a = left.criteria;\n var b = right.criteria;\n if (a !== b) {\n if (a > b || a === void 0) return 1;\n if (a < b || b === void 0) return -1;\n }\n return left.index - right.index;\n }), 'value');\n };\n\n // An internal function used for aggregate \"group by\" operations.\n var group = function(behavior, partition) {\n return function(obj, iteratee, context) {\n var result = partition ? [[], []] : {};\n iteratee = cb(iteratee, context);\n _.each(obj, function(value, index) {\n var key = iteratee(value, index, obj);\n behavior(result, value, key);\n });\n return result;\n };\n };\n\n // Groups the object's values by a criterion. Pass either a string attribute\n // to group by, or a function that returns the criterion.\n _.groupBy = group(function(result, value, key) {\n if (has(result, key)) result[key].push(value); else result[key] = [value];\n });\n\n // Indexes the object's values by a criterion, similar to `groupBy`, but for\n // when you know that your index values will be unique.\n _.indexBy = group(function(result, value, key) {\n result[key] = value;\n });\n\n // Counts instances of an object that group by a certain criterion. Pass\n // either a string attribute to count by, or a function that returns the\n // criterion.\n _.countBy = group(function(result, value, key) {\n if (has(result, key)) result[key]++; else result[key] = 1;\n });\n\n var reStrSymbol = /[^\\ud800-\\udfff]|[\\ud800-\\udbff][\\udc00-\\udfff]|[\\ud800-\\udfff]/g;\n // Safely create a real, live array from anything iterable.\n _.toArray = function(obj) {\n if (!obj) return [];\n if (_.isArray(obj)) return slice.call(obj);\n if (_.isString(obj)) {\n // Keep surrogate pair characters together\n return obj.match(reStrSymbol);\n }\n if (isArrayLike(obj)) return _.map(obj, _.identity);\n return _.values(obj);\n };\n\n // Return the number of elements in an object.\n _.size = function(obj) {\n if (obj == null) return 0;\n return isArrayLike(obj) ? obj.length : _.keys(obj).length;\n };\n\n // Split a collection into two arrays: one whose elements all satisfy the given\n // predicate, and one whose elements all do not satisfy the predicate.\n _.partition = group(function(result, value, pass) {\n result[pass ? 0 : 1].push(value);\n }, true);\n\n // Array Functions\n // ---------------\n\n // Get the first element of an array. Passing **n** will return the first N\n // values in the array. Aliased as `head` and `take`. The **guard** check\n // allows it to work with `_.map`.\n _.first = _.head = _.take = function(array, n, guard) {\n if (array == null || array.length < 1) return n == null ? void 0 : [];\n if (n == null || guard) return array[0];\n return _.initial(array, array.length - n);\n };\n\n // Returns everything but the last entry of the array. Especially useful on\n // the arguments object. Passing **n** will return all the values in\n // the array, excluding the last N.\n _.initial = function(array, n, guard) {\n return slice.call(array, 0, Math.max(0, array.length - (n == null || guard ? 1 : n)));\n };\n\n // Get the last element of an array. Passing **n** will return the last N\n // values in the array.\n _.last = function(array, n, guard) {\n if (array == null || array.length < 1) return n == null ? void 0 : [];\n if (n == null || guard) return array[array.length - 1];\n return _.rest(array, Math.max(0, array.length - n));\n };\n\n // Returns everything but the first entry of the array. Aliased as `tail` and `drop`.\n // Especially useful on the arguments object. Passing an **n** will return\n // the rest N values in the array.\n _.rest = _.tail = _.drop = function(array, n, guard) {\n return slice.call(array, n == null || guard ? 1 : n);\n };\n\n // Trim out all falsy values from an array.\n _.compact = function(array) {\n return _.filter(array, Boolean);\n };\n\n // Internal implementation of a recursive `flatten` function.\n var flatten = function(input, shallow, strict, output) {\n output = output || [];\n var idx = output.length;\n for (var i = 0, length = getLength(input); i < length; i++) {\n var value = input[i];\n if (isArrayLike(value) && (_.isArray(value) || _.isArguments(value))) {\n // Flatten current level of array or arguments object.\n if (shallow) {\n var j = 0, len = value.length;\n while (j < len) output[idx++] = value[j++];\n } else {\n flatten(value, shallow, strict, output);\n idx = output.length;\n }\n } else if (!strict) {\n output[idx++] = value;\n }\n }\n return output;\n };\n\n // Flatten out an array, either recursively (by default), or just one level.\n _.flatten = function(array, shallow) {\n return flatten(array, shallow, false);\n };\n\n // Return a version of the array that does not contain the specified value(s).\n _.without = restArguments(function(array, otherArrays) {\n return _.difference(array, otherArrays);\n });\n\n // Produce a duplicate-free version of the array. If the array has already\n // been sorted, you have the option of using a faster algorithm.\n // The faster algorithm will not work with an iteratee if the iteratee\n // is not a one-to-one function, so providing an iteratee will disable\n // the faster algorithm.\n // Aliased as `unique`.\n _.uniq = _.unique = function(array, isSorted, iteratee, context) {\n if (!_.isBoolean(isSorted)) {\n context = iteratee;\n iteratee = isSorted;\n isSorted = false;\n }\n if (iteratee != null) iteratee = cb(iteratee, context);\n var result = [];\n var seen = [];\n for (var i = 0, length = getLength(array); i < length; i++) {\n var value = array[i],\n computed = iteratee ? iteratee(value, i, array) : value;\n if (isSorted && !iteratee) {\n if (!i || seen !== computed) result.push(value);\n seen = computed;\n } else if (iteratee) {\n if (!_.contains(seen, computed)) {\n seen.push(computed);\n result.push(value);\n }\n } else if (!_.contains(result, value)) {\n result.push(value);\n }\n }\n return result;\n };\n\n // Produce an array that contains the union: each distinct element from all of\n // the passed-in arrays.\n _.union = restArguments(function(arrays) {\n return _.uniq(flatten(arrays, true, true));\n });\n\n // Produce an array that contains every item shared between all the\n // passed-in arrays.\n _.intersection = function(array) {\n var result = [];\n var argsLength = arguments.length;\n for (var i = 0, length = getLength(array); i < length; i++) {\n var item = array[i];\n if (_.contains(result, item)) continue;\n var j;\n for (j = 1; j < argsLength; j++) {\n if (!_.contains(arguments[j], item)) break;\n }\n if (j === argsLength) result.push(item);\n }\n return result;\n };\n\n // Take the difference between one array and a number of other arrays.\n // Only the elements present in just the first array will remain.\n _.difference = restArguments(function(array, rest) {\n rest = flatten(rest, true, true);\n return _.filter(array, function(value){\n return !_.contains(rest, value);\n });\n });\n\n // Complement of _.zip. Unzip accepts an array of arrays and groups\n // each array's elements on shared indices.\n _.unzip = function(array) {\n var length = array && _.max(array, getLength).length || 0;\n var result = Array(length);\n\n for (var index = 0; index < length; index++) {\n result[index] = _.pluck(array, index);\n }\n return result;\n };\n\n // Zip together multiple lists into a single array -- elements that share\n // an index go together.\n _.zip = restArguments(_.unzip);\n\n // Converts lists into objects. Pass either a single array of `[key, value]`\n // pairs, or two parallel arrays of the same length -- one of keys, and one of\n // the corresponding values. Passing by pairs is the reverse of _.pairs.\n _.object = function(list, values) {\n var result = {};\n for (var i = 0, length = getLength(list); i < length; i++) {\n if (values) {\n result[list[i]] = values[i];\n } else {\n result[list[i][0]] = list[i][1];\n }\n }\n return result;\n };\n\n // Generator function to create the findIndex and findLastIndex functions.\n var createPredicateIndexFinder = function(dir) {\n return function(array, predicate, context) {\n predicate = cb(predicate, context);\n var length = getLength(array);\n var index = dir > 0 ? 0 : length - 1;\n for (; index >= 0 && index < length; index += dir) {\n if (predicate(array[index], index, array)) return index;\n }\n return -1;\n };\n };\n\n // Returns the first index on an array-like that passes a predicate test.\n _.findIndex = createPredicateIndexFinder(1);\n _.findLastIndex = createPredicateIndexFinder(-1);\n\n // Use a comparator function to figure out the smallest index at which\n // an object should be inserted so as to maintain order. Uses binary search.\n _.sortedIndex = function(array, obj, iteratee, context) {\n iteratee = cb(iteratee, context, 1);\n var value = iteratee(obj);\n var low = 0, high = getLength(array);\n while (low < high) {\n var mid = Math.floor((low + high) / 2);\n if (iteratee(array[mid]) < value) low = mid + 1; else high = mid;\n }\n return low;\n };\n\n // Generator function to create the indexOf and lastIndexOf functions.\n var createIndexFinder = function(dir, predicateFind, sortedIndex) {\n return function(array, item, idx) {\n var i = 0, length = getLength(array);\n if (typeof idx == 'number') {\n if (dir > 0) {\n i = idx >= 0 ? idx : Math.max(idx + length, i);\n } else {\n length = idx >= 0 ? Math.min(idx + 1, length) : idx + length + 1;\n }\n } else if (sortedIndex && idx && length) {\n idx = sortedIndex(array, item);\n return array[idx] === item ? idx : -1;\n }\n if (item !== item) {\n idx = predicateFind(slice.call(array, i, length), _.isNaN);\n return idx >= 0 ? idx + i : -1;\n }\n for (idx = dir > 0 ? i : length - 1; idx >= 0 && idx < length; idx += dir) {\n if (array[idx] === item) return idx;\n }\n return -1;\n };\n };\n\n // Return the position of the first occurrence of an item in an array,\n // or -1 if the item is not included in the array.\n // If the array is large and already in sort order, pass `true`\n // for **isSorted** to use binary search.\n _.indexOf = createIndexFinder(1, _.findIndex, _.sortedIndex);\n _.lastIndexOf = createIndexFinder(-1, _.findLastIndex);\n\n // Generate an integer Array containing an arithmetic progression. A port of\n // the native Python `range()` function. See\n // [the Python documentation](https://docs.python.org/library/functions.html#range).\n _.range = function(start, stop, step) {\n if (stop == null) {\n stop = start || 0;\n start = 0;\n }\n if (!step) {\n step = stop < start ? -1 : 1;\n }\n\n var length = Math.max(Math.ceil((stop - start) / step), 0);\n var range = Array(length);\n\n for (var idx = 0; idx < length; idx++, start += step) {\n range[idx] = start;\n }\n\n return range;\n };\n\n // Chunk a single array into multiple arrays, each containing `count` or fewer\n // items.\n _.chunk = function(array, count) {\n if (count == null || count < 1) return [];\n var result = [];\n var i = 0, length = array.length;\n while (i < length) {\n result.push(slice.call(array, i, i += count));\n }\n return result;\n };\n\n // Function (ahem) Functions\n // ------------------\n\n // Determines whether to execute a function as a constructor\n // or a normal function with the provided arguments.\n var executeBound = function(sourceFunc, boundFunc, context, callingContext, args) {\n if (!(callingContext instanceof boundFunc)) return sourceFunc.apply(context, args);\n var self = baseCreate(sourceFunc.prototype);\n var result = sourceFunc.apply(self, args);\n if (_.isObject(result)) return result;\n return self;\n };\n\n // Create a function bound to a given object (assigning `this`, and arguments,\n // optionally). Delegates to **ECMAScript 5**'s native `Function.bind` if\n // available.\n _.bind = restArguments(function(func, context, args) {\n if (!_.isFunction(func)) throw new TypeError('Bind must be called on a function');\n var bound = restArguments(function(callArgs) {\n return executeBound(func, bound, context, this, args.concat(callArgs));\n });\n return bound;\n });\n\n // Partially apply a function by creating a version that has had some of its\n // arguments pre-filled, without changing its dynamic `this` context. _ acts\n // as a placeholder by default, allowing any combination of arguments to be\n // pre-filled. Set `_.partial.placeholder` for a custom placeholder argument.\n _.partial = restArguments(function(func, boundArgs) {\n var placeholder = _.partial.placeholder;\n var bound = function() {\n var position = 0, length = boundArgs.length;\n var args = Array(length);\n for (var i = 0; i < length; i++) {\n args[i] = boundArgs[i] === placeholder ? arguments[position++] : boundArgs[i];\n }\n while (position < arguments.length) args.push(arguments[position++]);\n return executeBound(func, bound, this, this, args);\n };\n return bound;\n });\n\n _.partial.placeholder = _;\n\n // Bind a number of an object's methods to that object. Remaining arguments\n // are the method names to be bound. Useful for ensuring that all callbacks\n // defined on an object belong to it.\n _.bindAll = restArguments(function(obj, keys) {\n keys = flatten(keys, false, false);\n var index = keys.length;\n if (index < 1) throw new Error('bindAll must be passed function names');\n while (index--) {\n var key = keys[index];\n obj[key] = _.bind(obj[key], obj);\n }\n });\n\n // Memoize an expensive function by storing its results.\n _.memoize = function(func, hasher) {\n var memoize = function(key) {\n var cache = memoize.cache;\n var address = '' + (hasher ? hasher.apply(this, arguments) : key);\n if (!has(cache, address)) cache[address] = func.apply(this, arguments);\n return cache[address];\n };\n memoize.cache = {};\n return memoize;\n };\n\n // Delays a function for the given number of milliseconds, and then calls\n // it with the arguments supplied.\n _.delay = restArguments(function(func, wait, args) {\n return setTimeout(function() {\n return func.apply(null, args);\n }, wait);\n });\n\n // Defers a function, scheduling it to run after the current call stack has\n // cleared.\n _.defer = _.partial(_.delay, _, 1);\n\n // Returns a function, that, when invoked, will only be triggered at most once\n // during a given window of time. Normally, the throttled function will run\n // as much as it can, without ever going more than once per `wait` duration;\n // but if you'd like to disable the execution on the leading edge, pass\n // `{leading: false}`. To disable execution on the trailing edge, ditto.\n _.throttle = function(func, wait, options) {\n var timeout, context, args, result;\n var previous = 0;\n if (!options) options = {};\n\n var later = function() {\n previous = options.leading === false ? 0 : _.now();\n timeout = null;\n result = func.apply(context, args);\n if (!timeout) context = args = null;\n };\n\n var throttled = function() {\n var now = _.now();\n if (!previous && options.leading === false) previous = now;\n var remaining = wait - (now - previous);\n context = this;\n args = arguments;\n if (remaining <= 0 || remaining > wait) {\n if (timeout) {\n clearTimeout(timeout);\n timeout = null;\n }\n previous = now;\n result = func.apply(context, args);\n if (!timeout) context = args = null;\n } else if (!timeout && options.trailing !== false) {\n timeout = setTimeout(later, remaining);\n }\n return result;\n };\n\n throttled.cancel = function() {\n clearTimeout(timeout);\n previous = 0;\n timeout = context = args = null;\n };\n\n return throttled;\n };\n\n // Returns a function, that, as long as it continues to be invoked, will not\n // be triggered. The function will be called after it stops being called for\n // N milliseconds. If `immediate` is passed, trigger the function on the\n // leading edge, instead of the trailing.\n _.debounce = function(func, wait, immediate) {\n var timeout, result;\n\n var later = function(context, args) {\n timeout = null;\n if (args) result = func.apply(context, args);\n };\n\n var debounced = restArguments(function(args) {\n if (timeout) clearTimeout(timeout);\n if (immediate) {\n var callNow = !timeout;\n timeout = setTimeout(later, wait);\n if (callNow) result = func.apply(this, args);\n } else {\n timeout = _.delay(later, wait, this, args);\n }\n\n return result;\n });\n\n debounced.cancel = function() {\n clearTimeout(timeout);\n timeout = null;\n };\n\n return debounced;\n };\n\n // Returns the first function passed as an argument to the second,\n // allowing you to adjust arguments, run code before and after, and\n // conditionally execute the original function.\n _.wrap = function(func, wrapper) {\n return _.partial(wrapper, func);\n };\n\n // Returns a negated version of the passed-in predicate.\n _.negate = function(predicate) {\n return function() {\n return !predicate.apply(this, arguments);\n };\n };\n\n // Returns a function that is the composition of a list of functions, each\n // consuming the return value of the function that follows.\n _.compose = function() {\n var args = arguments;\n var start = args.length - 1;\n return function() {\n var i = start;\n var result = args[start].apply(this, arguments);\n while (i--) result = args[i].call(this, result);\n return result;\n };\n };\n\n // Returns a function that will only be executed on and after the Nth call.\n _.after = function(times, func) {\n return function() {\n if (--times < 1) {\n return func.apply(this, arguments);\n }\n };\n };\n\n // Returns a function that will only be executed up to (but not including) the Nth call.\n _.before = function(times, func) {\n var memo;\n return function() {\n if (--times > 0) {\n memo = func.apply(this, arguments);\n }\n if (times <= 1) func = null;\n return memo;\n };\n };\n\n // Returns a function that will be executed at most one time, no matter how\n // often you call it. Useful for lazy initialization.\n _.once = _.partial(_.before, 2);\n\n _.restArguments = restArguments;\n\n // Object Functions\n // ----------------\n\n // Keys in IE < 9 that won't be iterated by `for key in ...` and thus missed.\n var hasEnumBug = !{toString: null}.propertyIsEnumerable('toString');\n var nonEnumerableProps = ['valueOf', 'isPrototypeOf', 'toString',\n 'propertyIsEnumerable', 'hasOwnProperty', 'toLocaleString'];\n\n var collectNonEnumProps = function(obj, keys) {\n var nonEnumIdx = nonEnumerableProps.length;\n var constructor = obj.constructor;\n var proto = _.isFunction(constructor) && constructor.prototype || ObjProto;\n\n // Constructor is a special case.\n var prop = 'constructor';\n if (has(obj, prop) && !_.contains(keys, prop)) keys.push(prop);\n\n while (nonEnumIdx--) {\n prop = nonEnumerableProps[nonEnumIdx];\n if (prop in obj && obj[prop] !== proto[prop] && !_.contains(keys, prop)) {\n keys.push(prop);\n }\n }\n };\n\n // Retrieve the names of an object's own properties.\n // Delegates to **ECMAScript 5**'s native `Object.keys`.\n _.keys = function(obj) {\n if (!_.isObject(obj)) return [];\n if (nativeKeys) return nativeKeys(obj);\n var keys = [];\n for (var key in obj) if (has(obj, key)) keys.push(key);\n // Ahem, IE < 9.\n if (hasEnumBug) collectNonEnumProps(obj, keys);\n return keys;\n };\n\n // Retrieve all the property names of an object.\n _.allKeys = function(obj) {\n if (!_.isObject(obj)) return [];\n var keys = [];\n for (var key in obj) keys.push(key);\n // Ahem, IE < 9.\n if (hasEnumBug) collectNonEnumProps(obj, keys);\n return keys;\n };\n\n // Retrieve the values of an object's properties.\n _.values = function(obj) {\n var keys = _.keys(obj);\n var length = keys.length;\n var values = Array(length);\n for (var i = 0; i < length; i++) {\n values[i] = obj[keys[i]];\n }\n return values;\n };\n\n // Returns the results of applying the iteratee to each element of the object.\n // In contrast to _.map it returns an object.\n _.mapObject = function(obj, iteratee, context) {\n iteratee = cb(iteratee, context);\n var keys = _.keys(obj),\n length = keys.length,\n results = {};\n for (var index = 0; index < length; index++) {\n var currentKey = keys[index];\n results[currentKey] = iteratee(obj[currentKey], currentKey, obj);\n }\n return results;\n };\n\n // Convert an object into a list of `[key, value]` pairs.\n // The opposite of _.object.\n _.pairs = function(obj) {\n var keys = _.keys(obj);\n var length = keys.length;\n var pairs = Array(length);\n for (var i = 0; i < length; i++) {\n pairs[i] = [keys[i], obj[keys[i]]];\n }\n return pairs;\n };\n\n // Invert the keys and values of an object. The values must be serializable.\n _.invert = function(obj) {\n var result = {};\n var keys = _.keys(obj);\n for (var i = 0, length = keys.length; i < length; i++) {\n result[obj[keys[i]]] = keys[i];\n }\n return result;\n };\n\n // Return a sorted list of the function names available on the object.\n // Aliased as `methods`.\n _.functions = _.methods = function(obj) {\n var names = [];\n for (var key in obj) {\n if (_.isFunction(obj[key])) names.push(key);\n }\n return names.sort();\n };\n\n // An internal function for creating assigner functions.\n var createAssigner = function(keysFunc, defaults) {\n return function(obj) {\n var length = arguments.length;\n if (defaults) obj = Object(obj);\n if (length < 2 || obj == null) return obj;\n for (var index = 1; index < length; index++) {\n var source = arguments[index],\n keys = keysFunc(source),\n l = keys.length;\n for (var i = 0; i < l; i++) {\n var key = keys[i];\n if (!defaults || obj[key] === void 0) obj[key] = source[key];\n }\n }\n return obj;\n };\n };\n\n // Extend a given object with all the properties in passed-in object(s).\n _.extend = createAssigner(_.allKeys);\n\n // Assigns a given object with all the own properties in the passed-in object(s).\n // (https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Object/assign)\n _.extendOwn = _.assign = createAssigner(_.keys);\n\n // Returns the first key on an object that passes a predicate test.\n _.findKey = function(obj, predicate, context) {\n predicate = cb(predicate, context);\n var keys = _.keys(obj), key;\n for (var i = 0, length = keys.length; i < length; i++) {\n key = keys[i];\n if (predicate(obj[key], key, obj)) return key;\n }\n };\n\n // Internal pick helper function to determine if `obj` has key `key`.\n var keyInObj = function(value, key, obj) {\n return key in obj;\n };\n\n // Return a copy of the object only containing the whitelisted properties.\n _.pick = restArguments(function(obj, keys) {\n var result = {}, iteratee = keys[0];\n if (obj == null) return result;\n if (_.isFunction(iteratee)) {\n if (keys.length > 1) iteratee = optimizeCb(iteratee, keys[1]);\n keys = _.allKeys(obj);\n } else {\n iteratee = keyInObj;\n keys = flatten(keys, false, false);\n obj = Object(obj);\n }\n for (var i = 0, length = keys.length; i < length; i++) {\n var key = keys[i];\n var value = obj[key];\n if (iteratee(value, key, obj)) result[key] = value;\n }\n return result;\n });\n\n // Return a copy of the object without the blacklisted properties.\n _.omit = restArguments(function(obj, keys) {\n var iteratee = keys[0], context;\n if (_.isFunction(iteratee)) {\n iteratee = _.negate(iteratee);\n if (keys.length > 1) context = keys[1];\n } else {\n keys = _.map(flatten(keys, false, false), String);\n iteratee = function(value, key) {\n return !_.contains(keys, key);\n };\n }\n return _.pick(obj, iteratee, context);\n });\n\n // Fill in a given object with default properties.\n _.defaults = createAssigner(_.allKeys, true);\n\n // Creates an object that inherits from the given prototype object.\n // If additional properties are provided then they will be added to the\n // created object.\n _.create = function(prototype, props) {\n var result = baseCreate(prototype);\n if (props) _.extendOwn(result, props);\n return result;\n };\n\n // Create a (shallow-cloned) duplicate of an object.\n _.clone = function(obj) {\n if (!_.isObject(obj)) return obj;\n return _.isArray(obj) ? obj.slice() : _.extend({}, obj);\n };\n\n // Invokes interceptor with the obj, and then returns obj.\n // The primary purpose of this method is to \"tap into\" a method chain, in\n // order to perform operations on intermediate results within the chain.\n _.tap = function(obj, interceptor) {\n interceptor(obj);\n return obj;\n };\n\n // Returns whether an object has a given set of `key:value` pairs.\n _.isMatch = function(object, attrs) {\n var keys = _.keys(attrs), length = keys.length;\n if (object == null) return !length;\n var obj = Object(object);\n for (var i = 0; i < length; i++) {\n var key = keys[i];\n if (attrs[key] !== obj[key] || !(key in obj)) return false;\n }\n return true;\n };\n\n\n // Internal recursive comparison function for `isEqual`.\n var eq, deepEq;\n eq = function(a, b, aStack, bStack) {\n // Identical objects are equal. `0 === -0`, but they aren't identical.\n // See the [Harmony `egal` proposal](https://wiki.ecmascript.org/doku.php?id=harmony:egal).\n if (a === b) return a !== 0 || 1 / a === 1 / b;\n // `null` or `undefined` only equal to itself (strict comparison).\n if (a == null || b == null) return false;\n // `NaN`s are equivalent, but non-reflexive.\n if (a !== a) return b !== b;\n // Exhaust primitive checks\n var type = typeof a;\n if (type !== 'function' && type !== 'object' && typeof b != 'object') return false;\n return deepEq(a, b, aStack, bStack);\n };\n\n // Internal recursive comparison function for `isEqual`.\n deepEq = function(a, b, aStack, bStack) {\n // Unwrap any wrapped objects.\n if (a instanceof _) a = a._wrapped;\n if (b instanceof _) b = b._wrapped;\n // Compare `[[Class]]` names.\n var className = toString.call(a);\n if (className !== toString.call(b)) return false;\n switch (className) {\n // Strings, numbers, regular expressions, dates, and booleans are compared by value.\n case '[object RegExp]':\n // RegExps are coerced to strings for comparison (Note: '' + /a/i === '/a/i')\n case '[object String]':\n // Primitives and their corresponding object wrappers are equivalent; thus, `\"5\"` is\n // equivalent to `new String(\"5\")`.\n return '' + a === '' + b;\n case '[object Number]':\n // `NaN`s are equivalent, but non-reflexive.\n // Object(NaN) is equivalent to NaN.\n if (+a !== +a) return +b !== +b;\n // An `egal` comparison is performed for other numeric values.\n return +a === 0 ? 1 / +a === 1 / b : +a === +b;\n case '[object Date]':\n case '[object Boolean]':\n // Coerce dates and booleans to numeric primitive values. Dates are compared by their\n // millisecond representations. Note that invalid dates with millisecond representations\n // of `NaN` are not equivalent.\n return +a === +b;\n case '[object Symbol]':\n return SymbolProto.valueOf.call(a) === SymbolProto.valueOf.call(b);\n }\n\n var areArrays = className === '[object Array]';\n if (!areArrays) {\n if (typeof a != 'object' || typeof b != 'object') return false;\n\n // Objects with different constructors are not equivalent, but `Object`s or `Array`s\n // from different frames are.\n var aCtor = a.constructor, bCtor = b.constructor;\n if (aCtor !== bCtor && !(_.isFunction(aCtor) && aCtor instanceof aCtor &&\n _.isFunction(bCtor) && bCtor instanceof bCtor)\n && ('constructor' in a && 'constructor' in b)) {\n return false;\n }\n }\n // Assume equality for cyclic structures. The algorithm for detecting cyclic\n // structures is adapted from ES 5.1 section 15.12.3, abstract operation `JO`.\n\n // Initializing stack of traversed objects.\n // It's done here since we only need them for objects and arrays comparison.\n aStack = aStack || [];\n bStack = bStack || [];\n var length = aStack.length;\n while (length--) {\n // Linear search. Performance is inversely proportional to the number of\n // unique nested structures.\n if (aStack[length] === a) return bStack[length] === b;\n }\n\n // Add the first object to the stack of traversed objects.\n aStack.push(a);\n bStack.push(b);\n\n // Recursively compare objects and arrays.\n if (areArrays) {\n // Compare array lengths to determine if a deep comparison is necessary.\n length = a.length;\n if (length !== b.length) return false;\n // Deep compare the contents, ignoring non-numeric properties.\n while (length--) {\n if (!eq(a[length], b[length], aStack, bStack)) return false;\n }\n } else {\n // Deep compare objects.\n var keys = _.keys(a), key;\n length = keys.length;\n // Ensure that both objects contain the same number of properties before comparing deep equality.\n if (_.keys(b).length !== length) return false;\n while (length--) {\n // Deep compare each member\n key = keys[length];\n if (!(has(b, key) && eq(a[key], b[key], aStack, bStack))) return false;\n }\n }\n // Remove the first object from the stack of traversed objects.\n aStack.pop();\n bStack.pop();\n return true;\n };\n\n // Perform a deep comparison to check if two objects are equal.\n _.isEqual = function(a, b) {\n return eq(a, b);\n };\n\n // Is a given array, string, or object empty?\n // An \"empty\" object has no enumerable own-properties.\n _.isEmpty = function(obj) {\n if (obj == null) return true;\n if (isArrayLike(obj) && (_.isArray(obj) || _.isString(obj) || _.isArguments(obj))) return obj.length === 0;\n return _.keys(obj).length === 0;\n };\n\n // Is a given value a DOM element?\n _.isElement = function(obj) {\n return !!(obj && obj.nodeType === 1);\n };\n\n // Is a given value an array?\n // Delegates to ECMA5's native Array.isArray\n _.isArray = nativeIsArray || function(obj) {\n return toString.call(obj) === '[object Array]';\n };\n\n // Is a given variable an object?\n _.isObject = function(obj) {\n var type = typeof obj;\n return type === 'function' || type === 'object' && !!obj;\n };\n\n // Add some isType methods: isArguments, isFunction, isString, isNumber, isDate, isRegExp, isError, isMap, isWeakMap, isSet, isWeakSet.\n _.each(['Arguments', 'Function', 'String', 'Number', 'Date', 'RegExp', 'Error', 'Symbol', 'Map', 'WeakMap', 'Set', 'WeakSet'], function(name) {\n _['is' + name] = function(obj) {\n return toString.call(obj) === '[object ' + name + ']';\n };\n });\n\n // Define a fallback version of the method in browsers (ahem, IE < 9), where\n // there isn't any inspectable \"Arguments\" type.\n if (!_.isArguments(arguments)) {\n _.isArguments = function(obj) {\n return has(obj, 'callee');\n };\n }\n\n // Optimize `isFunction` if appropriate. Work around some typeof bugs in old v8,\n // IE 11 (#1621), Safari 8 (#1929), and PhantomJS (#2236).\n var nodelist = root.document && root.document.childNodes;\n if (typeof /./ != 'function' && typeof Int8Array != 'object' && typeof nodelist != 'function') {\n _.isFunction = function(obj) {\n return typeof obj == 'function' || false;\n };\n }\n\n // Is a given object a finite number?\n _.isFinite = function(obj) {\n return !_.isSymbol(obj) && isFinite(obj) && !isNaN(parseFloat(obj));\n };\n\n // Is the given value `NaN`?\n _.isNaN = function(obj) {\n return _.isNumber(obj) && isNaN(obj);\n };\n\n // Is a given value a boolean?\n _.isBoolean = function(obj) {\n return obj === true || obj === false || toString.call(obj) === '[object Boolean]';\n };\n\n // Is a given value equal to null?\n _.isNull = function(obj) {\n return obj === null;\n };\n\n // Is a given variable undefined?\n _.isUndefined = function(obj) {\n return obj === void 0;\n };\n\n // Shortcut function for checking if an object has a given property directly\n // on itself (in other words, not on a prototype).\n _.has = function(obj, path) {\n if (!_.isArray(path)) {\n return has(obj, path);\n }\n var length = path.length;\n for (var i = 0; i < length; i++) {\n var key = path[i];\n if (obj == null || !hasOwnProperty.call(obj, key)) {\n return false;\n }\n obj = obj[key];\n }\n return !!length;\n };\n\n // Utility Functions\n // -----------------\n\n // Run Underscore.js in *noConflict* mode, returning the `_` variable to its\n // previous owner. Returns a reference to the Underscore object.\n _.noConflict = function() {\n root._ = previousUnderscore;\n return this;\n };\n\n // Keep the identity function around for default iteratees.\n _.identity = function(value) {\n return value;\n };\n\n // Predicate-generating functions. Often useful outside of Underscore.\n _.constant = function(value) {\n return function() {\n return value;\n };\n };\n\n _.noop = function(){};\n\n // Creates a function that, when passed an object, will traverse that object’s\n // properties down the given `path`, specified as an array of keys or indexes.\n _.property = function(path) {\n if (!_.isArray(path)) {\n return shallowProperty(path);\n }\n return function(obj) {\n return deepGet(obj, path);\n };\n };\n\n // Generates a function for a given object that returns a given property.\n _.propertyOf = function(obj) {\n if (obj == null) {\n return function(){};\n }\n return function(path) {\n return !_.isArray(path) ? obj[path] : deepGet(obj, path);\n };\n };\n\n // Returns a predicate for checking whether an object has a given set of\n // `key:value` pairs.\n _.matcher = _.matches = function(attrs) {\n attrs = _.extendOwn({}, attrs);\n return function(obj) {\n return _.isMatch(obj, attrs);\n };\n };\n\n // Run a function **n** times.\n _.times = function(n, iteratee, context) {\n var accum = Array(Math.max(0, n));\n iteratee = optimizeCb(iteratee, context, 1);\n for (var i = 0; i < n; i++) accum[i] = iteratee(i);\n return accum;\n };\n\n // Return a random integer between min and max (inclusive).\n _.random = function(min, max) {\n if (max == null) {\n max = min;\n min = 0;\n }\n return min + Math.floor(Math.random() * (max - min + 1));\n };\n\n // A (possibly faster) way to get the current timestamp as an integer.\n _.now = Date.now || function() {\n return new Date().getTime();\n };\n\n // List of HTML entities for escaping.\n var escapeMap = {\n '&': '&amp;',\n '<': '&lt;',\n '>': '&gt;',\n '\"': '&quot;',\n \"'\": '&#x27;',\n '`': '&#x60;'\n };\n var unescapeMap = _.invert(escapeMap);\n\n // Functions for escaping and unescaping strings to/from HTML interpolation.\n var createEscaper = function(map) {\n var escaper = function(match) {\n return map[match];\n };\n // Regexes for identifying a key that needs to be escaped.\n var source = '(?:' + _.keys(map).join('|') + ')';\n var testRegexp = RegExp(source);\n var replaceRegexp = RegExp(source, 'g');\n return function(string) {\n string = string == null ? '' : '' + string;\n return testRegexp.test(string) ? string.replace(replaceRegexp, escaper) : string;\n };\n };\n _.escape = createEscaper(escapeMap);\n _.unescape = createEscaper(unescapeMap);\n\n // Traverses the children of `obj` along `path`. If a child is a function, it\n // is invoked with its parent as context. Returns the value of the final\n // child, or `fallback` if any child is undefined.\n _.result = function(obj, path, fallback) {\n if (!_.isArray(path)) path = [path];\n var length = path.length;\n if (!length) {\n return _.isFunction(fallback) ? fallback.call(obj) : fallback;\n }\n for (var i = 0; i < length; i++) {\n var prop = obj == null ? void 0 : obj[path[i]];\n if (prop === void 0) {\n prop = fallback;\n i = length; // Ensure we don't continue iterating.\n }\n obj = _.isFunction(prop) ? prop.call(obj) : prop;\n }\n return obj;\n };\n\n // Generate a unique integer id (unique within the entire client session).\n // Useful for temporary DOM ids.\n var idCounter = 0;\n _.uniqueId = function(prefix) {\n var id = ++idCounter + '';\n return prefix ? prefix + id : id;\n };\n\n // By default, Underscore uses ERB-style template delimiters, change the\n // following template settings to use alternative delimiters.\n _.templateSettings = {\n evaluate: /<%([\\s\\S]+?)%>/g,\n interpolate: /<%=([\\s\\S]+?)%>/g,\n escape: /<%-([\\s\\S]+?)%>/g\n };\n\n // When customizing `templateSettings`, if you don't want to define an\n // interpolation, evaluation or escaping regex, we need one that is\n // guaranteed not to match.\n var noMatch = /(.)^/;\n\n // Certain characters need to be escaped so that they can be put into a\n // string literal.\n var escapes = {\n \"'\": \"'\",\n '\\\\': '\\\\',\n '\\r': 'r',\n '\\n': 'n',\n '\\u2028': 'u2028',\n '\\u2029': 'u2029'\n };\n\n var escapeRegExp = /\\\\|'|\\r|\\n|\\u2028|\\u2029/g;\n\n var escapeChar = function(match) {\n return '\\\\' + escapes[match];\n };\n\n // JavaScript micro-templating, similar to John Resig's implementation.\n // Underscore templating handles arbitrary delimiters, preserves whitespace,\n // and correctly escapes quotes within interpolated code.\n // NB: `oldSettings` only exists for backwards compatibility.\n _.template = function(text, settings, oldSettings) {\n if (!settings && oldSettings) settings = oldSettings;\n settings = _.defaults({}, settings, _.templateSettings);\n\n // Combine delimiters into one regular expression via alternation.\n var matcher = RegExp([\n (settings.escape || noMatch).source,\n (settings.interpolate || noMatch).source,\n (settings.evaluate || noMatch).source\n ].join('|') + '|$', 'g');\n\n // Compile the template source, escaping string literals appropriately.\n var index = 0;\n var source = \"__p+='\";\n text.replace(matcher, function(match, escape, interpolate, evaluate, offset) {\n source += text.slice(index, offset).replace(escapeRegExp, escapeChar);\n index = offset + match.length;\n\n if (escape) {\n source += \"'+\\n((__t=(\" + escape + \"))==null?'':_.escape(__t))+\\n'\";\n } else if (interpolate) {\n source += \"'+\\n((__t=(\" + interpolate + \"))==null?'':__t)+\\n'\";\n } else if (evaluate) {\n source += \"';\\n\" + evaluate + \"\\n__p+='\";\n }\n\n // Adobe VMs need the match returned to produce the correct offset.\n return match;\n });\n source += \"';\\n\";\n\n // If a variable is not specified, place data values in local scope.\n if (!settings.variable) source = 'with(obj||{}){\\n' + source + '}\\n';\n\n source = \"var __t,__p='',__j=Array.prototype.join,\" +\n \"print=function(){__p+=__j.call(arguments,'');};\\n\" +\n source + 'return __p;\\n';\n\n var render;\n try {\n render = new Function(settings.variable || 'obj', '_', source);\n } catch (e) {\n e.source = source;\n throw e;\n }\n\n var template = function(data) {\n return render.call(this, data, _);\n };\n\n // Provide the compiled source as a convenience for precompilation.\n var argument = settings.variable || 'obj';\n template.source = 'function(' + argument + '){\\n' + source + '}';\n\n return template;\n };\n\n // Add a \"chain\" function. Start chaining a wrapped Underscore object.\n _.chain = function(obj) {\n var instance = _(obj);\n instance._chain = true;\n return instance;\n };\n\n // OOP\n // ---------------\n // If Underscore is called as a function, it returns a wrapped object that\n // can be used OO-style. This wrapper holds altered versions of all the\n // underscore functions. Wrapped objects may be chained.\n\n // Helper function to continue chaining intermediate results.\n var chainResult = function(instance, obj) {\n return instance._chain ? _(obj).chain() : obj;\n };\n\n // Add your own custom functions to the Underscore object.\n _.mixin = function(obj) {\n _.each(_.functions(obj), function(name) {\n var func = _[name] = obj[name];\n _.prototype[name] = function() {\n var args = [this._wrapped];\n push.apply(args, arguments);\n return chainResult(this, func.apply(_, args));\n };\n });\n return _;\n };\n\n // Add all of the Underscore functions to the wrapper object.\n _.mixin(_);\n\n // Add all mutator Array functions to the wrapper.\n _.each(['pop', 'push', 'reverse', 'shift', 'sort', 'splice', 'unshift'], function(name) {\n var method = ArrayProto[name];\n _.prototype[name] = function() {\n var obj = this._wrapped;\n method.apply(obj, arguments);\n if ((name === 'shift' || name === 'splice') && obj.length === 0) delete obj[0];\n return chainResult(this, obj);\n };\n });\n\n // Add all accessor Array functions to the wrapper.\n _.each(['concat', 'join', 'slice'], function(name) {\n var method = ArrayProto[name];\n _.prototype[name] = function() {\n return chainResult(this, method.apply(this._wrapped, arguments));\n };\n });\n\n // Extracts the result from a wrapped and chained object.\n _.prototype.value = function() {\n return this._wrapped;\n };\n\n // Provide unwrapping proxy for some methods used in engine operations\n // such as arithmetic and JSON stringification.\n _.prototype.valueOf = _.prototype.toJSON = _.prototype.value;\n\n _.prototype.toString = function() {\n return String(this._wrapped);\n };\n\n // AMD registration happens at the end for compatibility with AMD loaders\n // that may not enforce next-turn semantics on modules. Even though general\n // practice for AMD registration is to be anonymous, underscore registers\n // as a named module because, like jQuery, it is a base library that is\n // popular enough to be bundled in a third party lib, but not be part of\n // an AMD load request. Those cases could generate an error when an\n // anonymous define() is called outside of a loader request.\n if (typeof define == 'function' && define.amd) {\n define('underscore', [], function() {\n return _;\n });\n }\n}());\n","var global = require('../internals/global');\nvar getOwnPropertyDescriptor = require('../internals/object-get-own-property-descriptor').f;\nvar createNonEnumerableProperty = require('../internals/create-non-enumerable-property');\nvar redefine = require('../internals/redefine');\nvar setGlobal = require('../internals/set-global');\nvar copyConstructorProperties = require('../internals/copy-constructor-properties');\nvar isForced = require('../internals/is-forced');\n\n/*\n options.target - name of the target object\n options.global - target is the global object\n options.stat - export as static methods of target\n options.proto - export as prototype methods of target\n options.real - real prototype method for the `pure` version\n options.forced - export even if the native feature is available\n options.bind - bind methods to the target, required for the `pure` version\n options.wrap - wrap constructors to preventing global pollution, required for the `pure` version\n options.unsafe - use the simple assignment of property instead of delete + defineProperty\n options.sham - add a flag to not completely full polyfills\n options.enumerable - export as enumerable property\n options.noTargetGet - prevent calling a getter on target\n*/\nmodule.exports = function (options, source) {\n var TARGET = options.target;\n var GLOBAL = options.global;\n var STATIC = options.stat;\n var FORCED, target, key, targetProperty, sourceProperty, descriptor;\n if (GLOBAL) {\n target = global;\n } else if (STATIC) {\n target = global[TARGET] || setGlobal(TARGET, {});\n } else {\n target = (global[TARGET] || {}).prototype;\n }\n if (target) for (key in source) {\n sourceProperty = source[key];\n if (options.noTargetGet) {\n descriptor = getOwnPropertyDescriptor(target, key);\n targetProperty = descriptor && descriptor.value;\n } else targetProperty = target[key];\n FORCED = isForced(GLOBAL ? key : TARGET + (STATIC ? '.' : '#') + key, options.forced);\n // contained in target\n if (!FORCED && targetProperty !== undefined) {\n if (typeof sourceProperty === typeof targetProperty) continue;\n copyConstructorProperties(sourceProperty, targetProperty);\n }\n // add a flag to not completely full polyfills\n if (options.sham || (targetProperty && targetProperty.sham)) {\n createNonEnumerableProperty(sourceProperty, 'sham', true);\n }\n // extend global\n redefine(target, key, sourceProperty, options);\n }\n};\n","/**\n * @copyright 2019 Christoph Wurst <christoph@winzerhof-wurst.at>\n *\n * @author 2019 Christoph Wurst <christoph@winzerhof-wurst.at>\n *\n * @license GNU AGPL version 3 or any later version\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see <http://www.gnu.org/licenses/>.\n */\n\nimport $ from 'jquery'\n\nconst loadedScripts = {}\nconst loadedStyles = []\n\n/**\n * Load a script for the server and load it. If the script is already loaded,\n * the event handler will be called directly\n * @param {string} app the app id to which the script belongs\n * @param {string} script the filename of the script\n * @param {Function} ready event handler to be called when the script is loaded\n * @returns {jQuery.Deferred}\n * @deprecated 16.0.0 Use OCP.Loader.loadScript\n */\nexport const addScript = (app, script, ready) => {\n\tconsole.warn('OC.addScript is deprecated, use OCP.Loader.loadScript instead')\n\n\tlet deferred\n\tconst path = OC.filePath(app, 'js', script + '.js')\n\tif (!loadedScripts[path]) {\n\t\tdeferred = $.Deferred()\n\t\t$.getScript(path, () => deferred.resolve())\n\t\tloadedScripts[path] = deferred\n\t} else {\n\t\tif (ready) {\n\t\t\tready()\n\t\t}\n\t}\n\treturn loadedScripts[path]\n}\n\n/**\n * Loads a CSS file\n * @param {string} app the app id to which the css style belongs\n * @param {string} style the filename of the css file\n * @deprecated 16.0.0 Use OCP.Loader.loadStylesheet\n */\nexport const addStyle = (app, style) => {\n\tconsole.warn('OC.addStyle is deprecated, use OCP.Loader.loadStylesheet instead')\n\n\tconst path = OC.filePath(app, 'css', style + '.css')\n\tif (loadedStyles.indexOf(path) === -1) {\n\t\tloadedStyles.push(path)\n\t\tif (document.createStyleSheet) {\n\t\t\tdocument.createStyleSheet(path)\n\t\t} else {\n\t\t\tstyle = $('<link rel=\"stylesheet\" type=\"text/css\" href=\"' + path + '\"/>')\n\t\t\t$('head').append(style)\n\t\t}\n\t}\n}\n","/**\n * @copyright 2019 Christoph Wurst <christoph@winzerhof-wurst.at>\n *\n * @author 2019 Christoph Wurst <christoph@winzerhof-wurst.at>\n *\n * @license GNU AGPL version 3 or any later version\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see <http://www.gnu.org/licenses/>.\n */\n\nimport _ from 'underscore'\nimport $ from 'jquery'\n\n/**\n * @todo Write documentation\n * @deprecated 17.0.0 use OCP.Toast\n * @namespace OC.Notification\n */\nexport default {\n\n\tupdatableNotification: null,\n\n\tgetDefaultNotificationFunction: null,\n\n\t/**\n\t * @param {Function} callback callback function\n\t * @deprecated 17.0.0 use OCP.Toast\n\t */\n\tsetDefault: function(callback) {\n\t\tthis.getDefaultNotificationFunction = callback\n\t},\n\n\t/**\n\t * Hides a notification.\n\t *\n\t * If a row is given, only hide that one.\n\t * If no row is given, hide all notifications.\n\t *\n\t * @param {jQuery} [$row] notification row\n\t * @param {Function} [callback] callback\n\t * @deprecated 17.0.0 use OCP.Toast\n\t */\n\thide: function($row, callback) {\n\t\tif (_.isFunction($row)) {\n\t\t\t// first arg is the callback\n\t\t\tcallback = $row\n\t\t\t$row = undefined\n\t\t}\n\n\t\tif (!$row) {\n\t\t\tconsole.error('Missing argument $row in OC.Notification.hide() call, caller needs to be adjusted to only dismiss its own notification')\n\t\t\treturn\n\t\t}\n\n\t\t// remove the row directly\n\t\t$row.each(function() {\n\t\t\t$(this)[0].toastify.hideToast()\n\t\t\tif (this === this.updatableNotification) {\n\t\t\t\tthis.updatableNotification = null\n\t\t\t}\n\t\t})\n\t\tif (callback) {\n\t\t\tcallback.call()\n\t\t}\n\t\tif (this.getDefaultNotificationFunction) {\n\t\t\tthis.getDefaultNotificationFunction()\n\t\t}\n\t},\n\n\t/**\n\t * Shows a notification as HTML without being sanitized before.\n\t * If you pass unsanitized user input this may lead to a XSS vulnerability.\n\t * Consider using show() instead of showHTML()\n\t *\n\t * @param {string} html Message to display\n\t * @param {Object} [options] options\n\t * @param {string} [options.type] notification type\n\t * @param {int} [options.timeout=0] timeout value, defaults to 0 (permanent)\n\t * @returns {jQuery} jQuery element for notification row\n\t * @deprecated 17.0.0 use OCP.Toast\n\t */\n\tshowHtml: function(html, options) {\n\t\toptions = options || {}\n\t\toptions.isHTML = true\n\t\toptions.timeout = (!options.timeout) ? -1 : options.timeout\n\t\tconst toast = window.OCP.Toast.message(html, options)\n\t\treturn $(toast.toastElement)\n\t},\n\n\t/**\n\t * Shows a sanitized notification\n\t *\n\t * @param {string} text Message to display\n\t * @param {Object} [options] options\n\t * @param {string} [options.type] notification type\n\t * @param {int} [options.timeout=0] timeout value, defaults to 0 (permanent)\n\t * @returns {jQuery} jQuery element for notification row\n\t * @deprecated 17.0.0 use OCP.Toast\n\t */\n\tshow: function(text, options) {\n\t\toptions = options || {}\n\t\toptions.timeout = (!options.timeout) ? -1 : options.timeout\n\t\tconst toast = window.OCP.Toast.message(text, options)\n\t\treturn $(toast.toastElement)\n\t},\n\n\t/**\n\t * Updates (replaces) a sanitized notification.\n\t *\n\t * @param {string} text Message to display\n\t * @returns {jQuery} JQuery element for notificaiton row\n\t * @deprecated 17.0.0 use OCP.Toast\n\t */\n\tshowUpdate: function(text) {\n\t\tif (this.updatableNotification) {\n\t\t\tthis.updatableNotification.hideToast()\n\t\t}\n\t\tthis.updatableNotification = OCP.Toast.message(text, { timeout: -1 })\n\t\treturn $(this.updatableNotification.toastElement)\n\t},\n\n\t/**\n\t * Shows a notification that disappears after x seconds, default is\n\t * 7 seconds\n\t *\n\t * @param {string} text Message to show\n\t * @param {array} [options] options array\n\t * @param {int} [options.timeout=7] timeout in seconds, if this is 0 it will show the message permanently\n\t * @param {boolean} [options.isHTML=false] an indicator for HTML notifications (true) or text (false)\n\t * @param {string} [options.type] notification type\n\t * @returns {JQuery<any>} the toast element\n\t * @deprecated 17.0.0 use OCP.Toast\n\t */\n\tshowTemporary: function(text, options) {\n\t\toptions = options || {}\n\t\toptions.timeout = options.timeout || 7\n\t\tconst toast = window.OCP.Toast.message(text, options)\n\t\treturn $(toast.toastElement)\n\t},\n\n\t/**\n\t * Returns whether a notification is hidden.\n\t * @returns {boolean}\n\t * @deprecated 17.0.0 use OCP.Toast\n\t */\n\tisHidden: function() {\n\t\treturn !$('#content').find('.toastify').length\n\t},\n}\n","/**\n * @copyright 2019 Christoph Wurst <christoph@winzerhof-wurst.at>\n *\n * @author 2019 Christoph Wurst <christoph@winzerhof-wurst.at>\n *\n * @license GNU AGPL version 3 or any later version\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see <http://www.gnu.org/licenses/>.\n */\n\nimport _ from 'underscore'\nimport $ from 'jquery'\n\nimport OC from './index'\nimport Notification from './notification'\n\n/**\n * Warn users that the connection to the server was lost temporarily\n *\n * This function is throttled to prevent stacked notfications.\n * After 7sec the first notification is gone, then we can show another one\n * if necessary.\n */\nexport const ajaxConnectionLostHandler = _.throttle(() => {\n\tNotification.showTemporary(t('core', 'Connection to server lost'))\n}, 7 * 1000, { trailing: false })\n\n/**\n * Process ajax error, redirects to main page\n * if an error/auth error status was returned.\n * @param {XMLHttpRequest} xhr xhr request\n */\nexport const processAjaxError = xhr => {\n\t// purposefully aborted request ?\n\t// OC._userIsNavigatingAway needed to distinguish ajax calls cancelled by navigating away\n\t// from calls cancelled by failed cross-domain ajax due to SSO redirect\n\tif (xhr.status === 0 && (xhr.statusText === 'abort' || xhr.statusText === 'timeout' || OC._reloadCalled)) {\n\t\treturn\n\t}\n\n\tif (_.contains([302, 303, 307, 401], xhr.status) && OC.currentUser) {\n\t\t// sometimes \"beforeunload\" happens later, so need to defer the reload a bit\n\t\tsetTimeout(function() {\n\t\t\tif (!OC._userIsNavigatingAway && !OC._reloadCalled) {\n\t\t\t\tlet timer = 0\n\t\t\t\tconst seconds = 5\n\t\t\t\tconst interval = setInterval(function() {\n\t\t\t\t\tNotification.showUpdate(n('core', 'Problem loading page, reloading in %n second', 'Problem loading page, reloading in %n seconds', seconds - timer))\n\t\t\t\t\tif (timer >= seconds) {\n\t\t\t\t\t\tclearInterval(interval)\n\t\t\t\t\t\tOC.reload()\n\t\t\t\t\t}\n\t\t\t\t\ttimer++\n\t\t\t\t}, 1000 // 1 second interval\n\t\t\t\t)\n\n\t\t\t\t// only call reload once\n\t\t\t\tOC._reloadCalled = true\n\t\t\t}\n\t\t}, 100)\n\t} else if (xhr.status === 0) {\n\t\t// Connection lost (e.g. WiFi disconnected or server is down)\n\t\tsetTimeout(function() {\n\t\t\tif (!OC._userIsNavigatingAway && !OC._reloadCalled) {\n\t\t\t\t// TODO: call method above directly\n\t\t\t\tOC._ajaxConnectionLostHandler()\n\t\t\t}\n\t\t}, 100)\n\t}\n}\n\n/**\n * Registers XmlHttpRequest object for global error processing.\n *\n * This means that if this XHR object returns 401 or session timeout errors,\n * the current page will automatically be reloaded.\n *\n * @param {XMLHttpRequest} xhr xhr request\n */\nexport const registerXHRForErrorProcessing = xhr => {\n\tconst loadCallback = () => {\n\t\tif (xhr.readyState !== 4) {\n\t\t\treturn\n\t\t}\n\n\t\tif ((xhr.status >= 200 && xhr.status < 300) || xhr.status === 304) {\n\t\t\treturn\n\t\t}\n\n\t\t// fire jquery global ajax error handler\n\t\t$(document).trigger(new $.Event('ajaxError'), xhr)\n\t}\n\n\tconst errorCallback = () => {\n\t\t// fire jquery global ajax error handler\n\t\t$(document).trigger(new $.Event('ajaxError'), xhr)\n\t}\n\n\tif (xhr.addEventListener) {\n\t\txhr.addEventListener('load', loadCallback)\n\t\txhr.addEventListener('error', errorCallback)\n\t}\n\n}\n","/* eslint-disable */\n/**\n * @copyright Copyright (c) 2016 Joas Schilling <coding@schilljs.com>\n *\n * @license GNU AGPL version 3 or any later version\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see <http://www.gnu.org/licenses/>.\n *\n */\n\n import { getValue, setValue, getApps, getKeys, deleteKey } from '../OCP/appconfig'\n\nexport const appConfig = window.oc_appconfig || {}\n\n/**\n * @namespace\n * @deprecated 16.0.0 Use OCP.AppConfig instead\n */\nexport const AppConfig = {\n\t/**\n\t * @deprecated Use OCP.AppConfig.getValue() instead\n\t */\n\tgetValue: function(app, key, defaultValue, callback) {\n\t\tgetValue(app, key, defaultValue, {\n\t\t\tsuccess: callback\n\t\t})\n\t},\n\n\t/**\n\t * @deprecated Use OCP.AppConfig.setValue() instead\n\t */\n\tsetValue: function(app, key, value) {\n\t\tsetValue(app, key, value)\n\t},\n\n\t/**\n\t * @deprecated Use OCP.AppConfig.getApps() instead\n\t */\n\tgetApps: function(callback) {\n\t\tgetApps({\n\t\t\tsuccess: callback\n\t\t})\n\t},\n\n\t/**\n\t * @deprecated Use OCP.AppConfig.getKeys() instead\n\t */\n\tgetKeys: function(app, callback) {\n\t\tgetKeys(app, {\n\t\t\tsuccess: callback\n\t\t})\n\t},\n\n\t/**\n\t * @deprecated Use OCP.AppConfig.deleteKey() instead\n\t */\n\tdeleteKey: function(app, key) {\n\t\tdeleteKey(app, key)\n\t}\n\n}\n","/*\n * @copyright 2019 Christoph Wurst <christoph@winzerhof-wurst.at>\n *\n * @author 2019 Christoph Wurst <christoph@winzerhof-wurst.at>\n *\n * @license GNU AGPL version 3 or any later version\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see <http://www.gnu.org/licenses/>.\n */\n\nconst appswebroots = (window._oc_appswebroots !== undefined) ? window._oc_appswebroots : false\n\nexport default appswebroots\n","/* eslint-disable */\n/*\n * Copyright (c) 2015\n *\n * This file is licensed under the Affero General Public License version 3\n * or later.\n *\n * See the COPYING-README file.\n *\n */\n\n/**\n * Webdav transport for Backbone.\n *\n * This makes it possible to use Webdav endpoints when\n * working with Backbone models and collections.\n *\n * Requires the davclient.js library.\n *\n * Usage example:\n *\n * var PersonModel = OC.Backbone.Model.extend({\n * // make it use the DAV transport\n * sync: OC.Backbone.davSync,\n *\n * // DAV properties mapping\n * davProperties: {\n * 'id': '{http://example.com/ns}id',\n * 'firstName': '{http://example.com/ns}first-name',\n * 'lastName': '{http://example.com/ns}last-name',\n * 'age': '{http://example.com/ns}age'\n * },\n *\n * // additional parsing, if needed\n * parse: function(props) {\n * // additional parsing (DAV property values are always strings)\n * props.age = parseInt(props.age, 10);\n * return props;\n * }\n * });\n *\n * var PersonCollection = OC.Backbone.Collection.extend({\n * // make it use the DAV transport\n * sync: OC.Backbone.davSync,\n *\n * // use person model\n * // note that davProperties will be inherited\n * model: PersonModel,\n *\n * // DAV collection URL\n * url: function() {\n * return OC.linkToRemote('dav') + '/person/';\n * },\n * });\n */\n\nimport _ from 'underscore'\nimport dav from 'davclient.js'\n\nconst methodMap = {\n\tcreate: 'POST',\n\tupdate: 'PROPPATCH',\n\tpatch: 'PROPPATCH',\n\tdelete: 'DELETE',\n\tread: 'PROPFIND'\n}\n\n// Throw an error when a URL is needed, and none is supplied.\nfunction urlError() {\n\tthrow new Error('A \"url\" property or function must be specified')\n}\n\n/**\n * Convert a single propfind result to JSON\n *\n * @param {Object} result\n * @param {Object} davProperties properties mapping\n */\nfunction parsePropFindResult(result, davProperties) {\n\tif (_.isArray(result)) {\n\t\treturn _.map(result, function(subResult) {\n\t\t\treturn parsePropFindResult(subResult, davProperties)\n\t\t})\n\t}\n\tvar props = {\n\t\thref: result.href\n\t}\n\n\t_.each(result.propStat, function(propStat) {\n\t\tif (propStat.status !== 'HTTP/1.1 200 OK') {\n\t\t\treturn\n\t\t}\n\n\t\tfor (var key in propStat.properties) {\n\t\t\tvar propKey = key\n\t\t\tif (key in davProperties) {\n\t\t\t\tpropKey = davProperties[key]\n\t\t\t}\n\t\t\tprops[propKey] = propStat.properties[key]\n\t\t}\n\t})\n\n\tif (!props.id) {\n\t\t// parse id from href\n\t\tprops.id = parseIdFromLocation(props.href)\n\t}\n\n\treturn props\n}\n\n/**\n * Parse ID from location\n *\n * @param {string} url url\n * @returns {string} id\n */\nfunction parseIdFromLocation(url) {\n\tvar queryPos = url.indexOf('?')\n\tif (queryPos > 0) {\n\t\turl = url.substr(0, queryPos)\n\t}\n\n\tvar parts = url.split('/')\n\tvar result\n\tdo {\n\t\tresult = parts[parts.length - 1]\n\t\tparts.pop()\n\t\t// note: first result can be empty when there is a trailing slash,\n\t\t// so we take the part before that\n\t} while (!result && parts.length > 0)\n\n\treturn result\n}\n\nfunction isSuccessStatus(status) {\n\treturn status >= 200 && status <= 299\n}\n\nfunction convertModelAttributesToDavProperties(attrs, davProperties) {\n\tvar props = {}\n\tvar key\n\tfor (key in attrs) {\n\t\tvar changedProp = davProperties[key]\n\t\tvar value = attrs[key]\n\t\tif (!changedProp) {\n\t\t\tconsole.warn('No matching DAV property for property \"' + key)\n\t\t\tchangedProp = key\n\t\t}\n\t\tif (_.isBoolean(value) || _.isNumber(value)) {\n\t\t\t// convert to string\n\t\t\tvalue = '' + value\n\t\t}\n\t\tprops[changedProp] = value\n\t}\n\treturn props\n}\n\nfunction callPropFind(client, options, model, headers) {\n\treturn client.propFind(\n\t\toptions.url,\n\t\t_.values(options.davProperties) || [],\n\t\toptions.depth,\n\t\theaders\n\t).then(function(response) {\n\t\tif (isSuccessStatus(response.status)) {\n\t\t\tif (_.isFunction(options.success)) {\n\t\t\t\tvar propsMapping = _.invert(options.davProperties)\n\t\t\t\tvar results = parsePropFindResult(response.body, propsMapping)\n\t\t\t\tif (options.depth > 0) {\n\t\t\t\t\t// discard root entry\n\t\t\t\t\tresults.shift()\n\t\t\t\t}\n\n\t\t\t\toptions.success(results)\n\n\t\t\t}\n\t\t} else if (_.isFunction(options.error)) {\n\t\t\toptions.error(response)\n\t\t}\n\t})\n}\n\nfunction callPropPatch(client, options, model, headers) {\n\treturn client.propPatch(\n\t\toptions.url,\n\t\tconvertModelAttributesToDavProperties(model.changed, options.davProperties),\n\t\theaders\n\t).then(function(result) {\n\t\tif (isSuccessStatus(result.status)) {\n\t\t\tif (_.isFunction(options.success)) {\n\t\t\t\t// pass the object's own values because the server\n\t\t\t\t// does not return the updated model\n\t\t\t\toptions.success(model.toJSON())\n\t\t\t}\n\t\t} else if (_.isFunction(options.error)) {\n\t\t\toptions.error(result)\n\t\t}\n\t})\n\n}\n\nfunction callMkCol(client, options, model, headers) {\n\t// call MKCOL without data, followed by PROPPATCH\n\treturn client.request(\n\t\toptions.type,\n\t\toptions.url,\n\t\theaders,\n\t\tnull\n\t).then(function(result) {\n\t\tif (!isSuccessStatus(result.status)) {\n\t\t\tif (_.isFunction(options.error)) {\n\t\t\t\toptions.error(result)\n\t\t\t}\n\t\t\treturn\n\t\t}\n\n\t\tcallPropPatch(client, options, model, headers)\n\t})\n}\n\nfunction callMethod(client, options, model, headers) {\n\theaders['Content-Type'] = 'application/json'\n\treturn client.request(\n\t\toptions.type,\n\t\toptions.url,\n\t\theaders,\n\t\toptions.data\n\t).then(function(result) {\n\t\tif (!isSuccessStatus(result.status)) {\n\t\t\tif (_.isFunction(options.error)) {\n\t\t\t\toptions.error(result)\n\t\t\t}\n\t\t\treturn\n\t\t}\n\n\t\tif (_.isFunction(options.success)) {\n\t\t\tif (options.type === 'PUT' || options.type === 'POST' || options.type === 'MKCOL') {\n\t\t\t\t// pass the object's own values because the server\n\t\t\t\t// does not return anything\n\t\t\t\tvar responseJson = result.body || model.toJSON()\n\t\t\t\tvar locationHeader = result.xhr.getResponseHeader('Content-Location')\n\t\t\t\tif (options.type === 'POST' && locationHeader) {\n\t\t\t\t\tresponseJson.id = parseIdFromLocation(locationHeader)\n\t\t\t\t}\n\t\t\t\toptions.success(responseJson)\n\t\t\t\treturn\n\t\t\t}\n\t\t\t// if multi-status, parse\n\t\t\tif (result.status === 207) {\n\t\t\t\tvar propsMapping = _.invert(options.davProperties)\n\t\t\t\toptions.success(parsePropFindResult(result.body, propsMapping))\n\t\t\t} else {\n\t\t\t\toptions.success(result.body)\n\t\t\t}\n\t\t}\n\t})\n}\n\nexport const davCall = (options, model) => {\n\tvar client = new dav.Client({\n\t\tbaseUrl: options.url,\n\t\txmlNamespaces: _.extend({\n\t\t\t'DAV:': 'd',\n\t\t\t'http://owncloud.org/ns': 'oc'\n\t\t}, options.xmlNamespaces || {})\n\t})\n\tclient.resolveUrl = function() {\n\t\treturn options.url\n\t}\n\tvar headers = _.extend({\n\t\t'X-Requested-With': 'XMLHttpRequest',\n\t\t'requesttoken': OC.requestToken\n\t}, options.headers)\n\tif (options.type === 'PROPFIND') {\n\t\treturn callPropFind(client, options, model, headers)\n\t} else if (options.type === 'PROPPATCH') {\n\t\treturn callPropPatch(client, options, model, headers)\n\t} else if (options.type === 'MKCOL') {\n\t\treturn callMkCol(client, options, model, headers)\n\t} else {\n\t\treturn callMethod(client, options, model, headers)\n\t}\n}\n\n/**\n * DAV transport\n */\nexport const davSync = Backbone => (method, model, options) => {\n\tvar params = { type: methodMap[method] || method }\n\tvar isCollection = (model instanceof Backbone.Collection)\n\n\tif (method === 'update') {\n\t\t// if a model has an inner collection, it must define an\n\t\t// attribute \"hasInnerCollection\" that evaluates to true\n\t\tif (model.hasInnerCollection) {\n\t\t\t// if the model itself is a Webdav collection, use MKCOL\n\t\t\tparams.type = 'MKCOL'\n\t\t} else if (model.usePUT || (model.collection && model.collection.usePUT)) {\n\t\t\t// use PUT instead of PROPPATCH\n\t\t\tparams.type = 'PUT'\n\t\t}\n\t}\n\n\t// Ensure that we have a URL.\n\tif (!options.url) {\n\t\tparams.url = _.result(model, 'url') || urlError()\n\t}\n\n\t// Ensure that we have the appropriate request data.\n\tif (options.data == null && model && (method === 'create' || method === 'update' || method === 'patch')) {\n\t\tparams.data = JSON.stringify(options.attrs || model.toJSON(options))\n\t}\n\n\t// Don't process data on a non-GET request.\n\tif (params.type !== 'PROPFIND') {\n\t\tparams.processData = false\n\t}\n\n\tif (params.type === 'PROPFIND' || params.type === 'PROPPATCH') {\n\t\tvar davProperties = model.davProperties\n\t\tif (!davProperties && model.model) {\n\t\t\t// use dav properties from model in case of collection\n\t\t\tdavProperties = model.model.prototype.davProperties\n\t\t}\n\t\tif (davProperties) {\n\t\t\tif (_.isFunction(davProperties)) {\n\t\t\t\tparams.davProperties = davProperties.call(model)\n\t\t\t} else {\n\t\t\t\tparams.davProperties = davProperties\n\t\t\t}\n\t\t}\n\n\t\tparams.davProperties = _.extend(params.davProperties || {}, options.davProperties)\n\n\t\tif (_.isUndefined(options.depth)) {\n\t\t\tif (isCollection) {\n\t\t\t\toptions.depth = 1\n\t\t\t} else {\n\t\t\t\toptions.depth = 0\n\t\t\t}\n\t\t}\n\t}\n\n\t// Pass along `textStatus` and `errorThrown` from jQuery.\n\tvar error = options.error\n\toptions.error = function(xhr, textStatus, errorThrown) {\n\t\toptions.textStatus = textStatus\n\t\toptions.errorThrown = errorThrown\n\t\tif (error) {\n\t\t\terror.call(options.context, xhr, textStatus, errorThrown)\n\t\t}\n\t}\n\n\t// Make the request, allowing the user to override any Ajax options.\n\tvar xhr = options.xhr = Backbone.davCall(_.extend(params, options), model)\n\tmodel.trigger('request', model, xhr, options)\n\treturn xhr\n}\n","/**\n * @copyright 2019 Christoph Wurst <christoph@winzerhof-wurst.at>\n *\n * @author 2019 Christoph Wurst <christoph@winzerhof-wurst.at>\n *\n * @license GNU AGPL version 3 or any later version\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see <http://www.gnu.org/licenses/>.\n */\n\nimport VendorBackbone from 'backbone'\nimport { davCall, davSync } from './backbone-webdav'\n\nconst Backbone = VendorBackbone.noConflict()\n\n// Patch Backbone for DAV\nObject.assign(Backbone, {\n\tdavCall,\n\tdavSync: davSync(Backbone),\n})\n\nexport default Backbone\n","/*\n * @copyright 2019 Christoph Wurst <christoph@winzerhof-wurst.at>\n *\n * @author 2019 Christoph Wurst <christoph@winzerhof-wurst.at>\n *\n * @license GNU AGPL version 3 or any later version\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see <http://www.gnu.org/licenses/>.\n */\n\nconst config = window._oc_config || {}\n\nexport default config\n","/*\n * @copyright 2019 Christoph Wurst <christoph@winzerhof-wurst.at>\n *\n * @author 2019 Christoph Wurst <christoph@winzerhof-wurst.at>\n *\n * @license GNU AGPL version 3 or any later version\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see <http://www.gnu.org/licenses/>.\n */\n\nconst rawUid = document\n\t.getElementsByTagName('head')[0]\n\t.getAttribute('data-user')\nconst displayName = document\n\t.getElementsByTagName('head')[0]\n\t.getAttribute('data-user-displayname')\n\nexport const currentUser = rawUid !== undefined ? rawUid : false\n\nexport const getCurrentUser = () => {\n\treturn {\n\t\tuid: currentUser,\n\t\tdisplayName,\n\t}\n}\n","/* eslint-disable */\n/*\n * @copyright 2019 Christoph Wurst <christoph@winzerhof-wurst.at>\n * @copyright Copyright (c) 2019 Gary Kim <gary@garykim.dev>\n *\n * @author 2019 Christoph Wurst <christoph@winzerhof-wurst.at>\n * @author Gary Kim <gary@garykim.dev>\n *\n * @license GNU AGPL version 3 or any later version\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see <http://www.gnu.org/licenses/>.\n */\n\nimport _ from 'underscore'\nimport $ from 'jquery'\n\nimport OC from './index'\nimport OCA from '../OCA/index'\n\n/**\n * this class to ease the usage of jquery dialogs\n */\nconst Dialogs = {\n\t// dialog button types\n\tYES_NO_BUTTONS: 70,\n\tOK_BUTTONS: 71,\n\n\tFILEPICKER_TYPE_CHOOSE: 1,\n\tFILEPICKER_TYPE_MOVE: 2,\n\tFILEPICKER_TYPE_COPY: 3,\n\tFILEPICKER_TYPE_COPY_MOVE: 4,\n\tFILEPICKER_TYPE_CUSTOM: 5,\n\n\t// used to name each dialog\n\tdialogsCounter: 0,\n\n\t/**\n\t * displays alert dialog\n\t * @param {string} text content of dialog\n\t * @param {string} title dialog title\n\t * @param {function} callback which will be triggered when user presses OK\n\t * @param {boolean} [modal] make the dialog modal\n\t */\n\talert: function(text, title, callback, modal) {\n\t\tthis.message(\n\t\t\ttext,\n\t\t\ttitle,\n\t\t\t'alert',\n\t\t\tDialogs.OK_BUTTON,\n\t\t\tcallback,\n\t\t\tmodal\n\t\t)\n\t},\n\t/**\n\t * displays info dialog\n\t * @param {string} text content of dialog\n\t * @param {string} title dialog title\n\t * @param {function} callback which will be triggered when user presses OK\n\t * @param {boolean} [modal] make the dialog modal\n\t */\n\tinfo: function(text, title, callback, modal) {\n\t\tthis.message(text, title, 'info', Dialogs.OK_BUTTON, callback, modal)\n\t},\n\n\t/**\n\t * displays confirmation dialog\n\t * @param {string} text content of dialog\n\t * @param {string} title dialog title\n\t * @param {function} callback which will be triggered when user presses OK (true or false would be passed to callback respectively)\n\t * @param {boolean} [modal] make the dialog modal\n\t * @returns {Promise}\n\t */\n\tconfirm: function(text, title, callback, modal) {\n\t\treturn this.message(\n\t\t\ttext,\n\t\t\ttitle,\n\t\t\t'notice',\n\t\t\tDialogs.YES_NO_BUTTONS,\n\t\t\tcallback,\n\t\t\tmodal\n\t\t)\n\t},\n\t/**\n\t * displays confirmation dialog\n\t * @param {string} text content of dialog\n\t * @param {string} title dialog title\n\t * @param {{type: Int, confirm: String, cancel: String, confirmClasses: String}} buttons text content of buttons\n\t * @param {function} callback which will be triggered when user presses OK (true or false would be passed to callback respectively)\n\t * @param {boolean} [modal] make the dialog modal\n\t * @returns {Promise}\n\t */\n\tconfirmDestructive: function(text, title, buttons, callback, modal) {\n\t\treturn this.message(\n\t\t\ttext,\n\t\t\ttitle,\n\t\t\t'none',\n\t\t\tbuttons,\n\t\t\tcallback,\n\t\t\tmodal\n\t\t)\n\t},\n\t/**\n\t * displays confirmation dialog\n\t * @param {string} text content of dialog\n\t * @param {string} title dialog title\n\t * @param {function} callback which will be triggered when user presses OK (true or false would be passed to callback respectively)\n\t * @param {boolean} [modal] make the dialog modal\n\t * @returns {Promise}\n\t */\n\tconfirmHtml: function(text, title, callback, modal) {\n\t\treturn this.message(\n\t\t\ttext,\n\t\t\ttitle,\n\t\t\t'notice',\n\t\t\tDialogs.YES_NO_BUTTONS,\n\t\t\tcallback,\n\t\t\tmodal,\n\t\t\ttrue\n\t\t)\n\t},\n\t/**\n\t * displays prompt dialog\n\t * @param {string} text content of dialog\n\t * @param {string} title dialog title\n\t * @param {function} callback which will be triggered when user presses OK (true or false would be passed to callback respectively)\n\t * @param {boolean} [modal] make the dialog modal\n\t * @param {string} name name of the input field\n\t * @param {boolean} password whether the input should be a password input\n\t * @returns {Promise}\n\t */\n\tprompt: function(text, title, callback, modal, name, password) {\n\t\treturn $.when(this._getMessageTemplate()).then(function($tmpl) {\n\t\t\tvar dialogName = 'oc-dialog-' + Dialogs.dialogsCounter + '-content'\n\t\t\tvar dialogId = '#' + dialogName\n\t\t\tvar $dlg = $tmpl.octemplate({\n\t\t\t\tdialog_name: dialogName,\n\t\t\t\ttitle: title,\n\t\t\t\tmessage: text,\n\t\t\t\ttype: 'notice'\n\t\t\t})\n\t\t\tvar input = $('<input/>')\n\t\t\tinput.attr('type', password ? 'password' : 'text').attr('id', dialogName + '-input').attr('placeholder', name)\n\t\t\tvar label = $('<label/>').attr('for', dialogName + '-input').text(name + ': ')\n\t\t\t$dlg.append(label)\n\t\t\t$dlg.append(input)\n\t\t\tif (modal === undefined) {\n\t\t\t\tmodal = false\n\t\t\t}\n\t\t\t$('body').append($dlg)\n\n\t\t\t// wrap callback in _.once():\n\t\t\t// only call callback once and not twice (button handler and close\n\t\t\t// event) but call it for the close event, if ESC or the x is hit\n\t\t\tif (callback !== undefined) {\n\t\t\t\tcallback = _.once(callback)\n\t\t\t}\n\n\t\t\tvar buttonlist = [{\n\t\t\t\ttext: t('core', 'No'),\n\t\t\t\tclick: function() {\n\t\t\t\t\tif (callback !== undefined) {\n\t\t\t\t\t\t// eslint-disable-next-line standard/no-callback-literal\n\t\t\t\t\t\tcallback(false, input.val())\n\t\t\t\t\t}\n\t\t\t\t\t$(dialogId).ocdialog('close')\n\t\t\t\t}\n\t\t\t}, {\n\t\t\t\ttext: t('core', 'Yes'),\n\t\t\t\tclick: function() {\n\t\t\t\t\tif (callback !== undefined) {\n\t\t\t\t\t\t// eslint-disable-next-line standard/no-callback-literal\n\t\t\t\t\t\tcallback(true, input.val())\n\t\t\t\t\t}\n\t\t\t\t\t$(dialogId).ocdialog('close')\n\t\t\t\t},\n\t\t\t\tdefaultButton: true\n\t\t\t}]\n\n\t\t\t$(dialogId).ocdialog({\n\t\t\t\tcloseOnEscape: true,\n\t\t\t\tmodal: modal,\n\t\t\t\tbuttons: buttonlist,\n\t\t\t\tclose: function() {\n\t\t\t\t\t// callback is already fired if Yes/No is clicked directly\n\t\t\t\t\tif (callback !== undefined) {\n\t\t\t\t\t\t// eslint-disable-next-line standard/no-callback-literal\n\t\t\t\t\t\tcallback(false, input.val())\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t})\n\t\t\tinput.focus()\n\t\t\tDialogs.dialogsCounter++\n\t\t})\n\t},\n\t/**\n\t * show a file picker to pick a file from\n\t *\n\t * In order to pick several types of mime types they need to be passed as an\n\t * array of strings.\n\t *\n\t * When no mime type filter is given only files can be selected. In order to\n\t * be able to select both files and folders \"['*', 'httpd/unix-directory']\"\n\t * should be used instead.\n\t *\n\t * @param {string} title dialog title\n\t * @param {function} callback which will be triggered when user presses Choose\n\t * @param {boolean} [multiselect] whether it should be possible to select multiple files\n\t * @param {string[]} [mimetypeFilter] mimetype to filter by - directories will always be included\n\t * @param {boolean} [modal] make the dialog modal\n\t * @param {string} [type] Type of file picker : Choose, copy, move, copy and move\n\t * @param {string} [path] path to the folder that the the file can be picket from\n\t * @param {Object} [options] additonal options that need to be set\n\t */\n\tfilepicker: function(title, callback, multiselect, mimetypeFilter, modal, type, path, options) {\n\t\tvar self = this\n\n\t\tthis.filepicker.sortField = 'name'\n\t\tthis.filepicker.sortOrder = 'asc'\n\t\t// avoid opening the picker twice\n\t\tif (this.filepicker.loading) {\n\t\t\treturn\n\t\t}\n\n\t\tif (type === undefined) {\n\t\t\ttype = this.FILEPICKER_TYPE_CHOOSE\n\t\t}\n\n\t\tvar emptyText = t('core', 'No files in here')\n\t\tvar newText = t('files', 'New folder')\n\t\tif (type === this.FILEPICKER_TYPE_COPY || type === this.FILEPICKER_TYPE_MOVE || type === this.FILEPICKER_TYPE_COPY_MOVE) {\n\t\t\temptyText = t('core', 'No more subfolders in here')\n\t\t}\n\n\t\tthis.filepicker.loading = true\n\t\tthis.filepicker.filesClient = (OCA.Sharing && OCA.Sharing.PublicApp && OCA.Sharing.PublicApp.fileList) ? OCA.Sharing.PublicApp.fileList.filesClient : OC.Files.getClient()\n\n\t\tthis.filelist = null\n\t\tpath = path || ''\n\t\toptions = Object.assign({\n\t\t\tallowDirectoryChooser: false\n\t\t}, options)\n\n\t\t$.when(this._getFilePickerTemplate()).then(function($tmpl) {\n\t\t\tself.filepicker.loading = false\n\t\t\tvar dialogName = 'oc-dialog-filepicker-content'\n\t\t\tif (self.$filePicker) {\n\t\t\t\tself.$filePicker.ocdialog('close')\n\t\t\t}\n\n\t\t\tif (mimetypeFilter === undefined || mimetypeFilter === null) {\n\t\t\t\tmimetypeFilter = []\n\t\t\t}\n\t\t\tif (typeof (mimetypeFilter) === 'string') {\n\t\t\t\tmimetypeFilter = [mimetypeFilter]\n\t\t\t}\n\n\t\t\tself.$filePicker = $tmpl.octemplate({\n\t\t\t\tdialog_name: dialogName,\n\t\t\t\ttitle: title,\n\t\t\t\temptytext: emptyText,\n\t\t\t\tnewtext: newText,\n\t\t\t\tnameCol: t('core', 'Name'),\n\t\t\t\tsizeCol: t('core', 'Size'),\n\t\t\t\tmodifiedCol: t('core', 'Modified')\n\t\t\t}).data('path', path).data('multiselect', multiselect).data('mimetype', mimetypeFilter).data('allowDirectoryChooser', options.allowDirectoryChooser)\n\n\t\t\tif (modal === undefined) {\n\t\t\t\tmodal = false\n\t\t\t}\n\t\t\tif (multiselect === undefined) {\n\t\t\t\tmultiselect = false\n\t\t\t}\n\n\t\t\t// No grid for IE!\n\t\t\tif (OC.Util.isIE()) {\n\t\t\t\tself.$filePicker.find('#picker-view-toggle').remove()\n\t\t\t\tself.$filePicker.find('#picker-filestable').removeClass('view-grid')\n\t\t\t}\n\n\t\t\t$('body').append(self.$filePicker)\n\n\t\t\tself.$showGridView = $('input#picker-showgridview')\n\t\t\tself.$showGridView.on('change', _.bind(self._onGridviewChange, self))\n\n\t\t\tif (!OC.Util.isIE()) {\n\t\t\t\tself._getGridSettings()\n\t\t\t}\n\n\t\t\tvar newButton = self.$filePicker.find('.actions.creatable .button-add')\n\t\t\tif (type === self.FILEPICKER_TYPE_CHOOSE && !options.allowDirectoryChooser) {\n\t\t\t\tnewButton.hide()\n\t\t\t}\n\t\t\tnewButton.on('focus', function() {\n\t\t\t\tself.$filePicker.ocdialog('setEnterCallback', function() {\n\t\t\t\t\tevent.stopImmediatePropagation()\n\t\t\t\t\tevent.preventDefault()\n\t\t\t\t\tnewButton.click()\n\t\t\t\t})\n\t\t\t})\n\t\t\tnewButton.on('blur', function() {\n\t\t\t\tself.$filePicker.ocdialog('unsetEnterCallback')\n\t\t\t})\n\n\t\t\tOC.registerMenu(newButton, self.$filePicker.find('.menu'), function() {\n\t\t\t\t$input.focus()\n\t\t\t\tself.$filePicker.ocdialog('setEnterCallback', function() {\n\t\t\t\t\tevent.stopImmediatePropagation()\n\t\t\t\t\tevent.preventDefault()\n\t\t\t\t\tself.$filePicker.submit()\n\t\t\t\t})\n\t\t\t\tvar newName = $input.val()\n\t\t\t\tvar lastPos = newName.lastIndexOf('.')\n\t\t\t\tif (lastPos === -1) {\n\t\t\t\t\tlastPos = newName.length\n\t\t\t\t}\n\t\t\t\t$input.selectRange(0, lastPos)\n\t\t\t})\n\t\t\tvar $form = self.$filePicker.find('.filenameform')\n\t\t\tvar $input = $form.find('input[type=\\'text\\']')\n\t\t\tvar $submit = $form.find('input[type=\\'submit\\']')\n\t\t\t$submit.on('click', function(event) {\n\t\t\t\tevent.stopImmediatePropagation()\n\t\t\t\tevent.preventDefault()\n\t\t\t\t$form.submit()\n\t\t\t})\n\n\n\t\t\t/**\n\t\t\t * Checks whether the given file name is valid.\n\t\t\t *\n\t\t\t * @param name file name to check\n\t\t\t * @return true if the file name is valid.\n\t\t\t * @throws a string exception with an error message if\n\t\t\t * the file name is not valid\n\t\t\t *\n\t\t\t * NOTE: This function is duplicated in the files app:\n\t\t\t * https://github.com/nextcloud/server/blob/b9bc2417e7a8dc81feb0abe20359bedaf864f790/apps/files/js/files.js#L127-L148\n\t\t\t */\n\t\t\tvar isFileNameValid = function (name) {\n\t\t\t\tvar trimmedName = name.trim();\n\t\t\t\tif (trimmedName === '.' || trimmedName === '..')\n\t\t\t\t{\n\t\t\t\t\tthrow t('files', '\"{name}\" is an invalid file name.', {name: name})\n\t\t\t\t} else if (trimmedName.length === 0) {\n\t\t\t\t\tthrow t('files', 'File name cannot be empty.')\n\t\t\t\t} else if (trimmedName.indexOf('/') !== -1) {\n\t\t\t\t\tthrow t('files', '\"/\" is not allowed inside a file name.')\n\t\t\t\t} else if (!!(trimmedName.match(OC.config.blacklist_files_regex))) {\n\t\t\t\t\tthrow t('files', '\"{name}\" is not an allowed filetype', {name: name})\n\t\t\t\t}\n\n\t\t\t\treturn true\n\t\t\t}\n\n\t\t\tvar checkInput = function() {\n\t\t\t\tvar filename = $input.val()\n\t\t\t\ttry {\n\t\t\t\t\tif (!isFileNameValid(filename)) {\n\t\t\t\t\t\t// isFileNameValid(filename) throws an exception itself\n\t\t\t\t\t} else if (self.filelist.find(function(file) {\n\t\t\t\t\t\treturn file.name === this\n\t\t\t\t\t}, filename)) {\n\t\t\t\t\t\tthrow t('files', '{newName} already exists', { newName: filename }, undefined, {\n\t\t\t\t\t\t\tescape: false\n\t\t\t\t\t\t})\n\t\t\t\t\t} else {\n\t\t\t\t\t\treturn true\n\t\t\t\t\t}\n\t\t\t\t} catch (error) {\n\t\t\t\t\t$input.attr('title', error)\n\t\t\t\t\t$input.tooltip({\n\t\t\t\t\t\tplacement: 'right',\n\t\t\t\t\t\ttrigger: 'manual',\n\t\t\t\t\t\t'container': '.newFolderMenu'\n\t\t\t\t\t})\n\t\t\t\t\t$input.tooltip('fixTitle')\n\t\t\t\t\t$input.tooltip('show')\n\t\t\t\t\t$input.addClass('error')\n\t\t\t\t}\n\t\t\t\treturn false\n\t\t\t}\n\n\t\t\t$form.on('submit', function(event) {\n\t\t\t\tevent.stopPropagation()\n\t\t\t\tevent.preventDefault()\n\n\t\t\t\tif (checkInput()) {\n\t\t\t\t\tvar newname = $input.val()\n\t\t\t\t\tself.filepicker.filesClient.createDirectory(self.$filePicker.data('path') + \"/\" + newname).always(function (status) {\n\t\t\t\t\t\tself._fillFilePicker(self.$filePicker.data('path') + \"/\" + newname)\n\t\t\t\t\t})\n\t\t\t\t\tOC.hideMenus()\n\t\t\t\t\tself.$filePicker.ocdialog('unsetEnterCallback')\n\t\t\t\t\tself.$filePicker.click()\n\t\t\t\t\t$input.val(newText)\n\t\t\t\t}\n\t\t\t})\n\t\t\t$input.keypress(function(event) {\n\t\t\t\tif (event.keyCode === 13 || event.which === 13) {\n\t\t\t\t\tevent.stopImmediatePropagation()\n\t\t\t\t\tevent.preventDefault()\n\t\t\t\t\t$form.submit()\n\t\t\t\t}\n\t\t\t})\n\n\t\t\tself.$filePicker.ready(function() {\n\t\t\t\tself.$fileListHeader = self.$filePicker.find('.filelist thead tr')\n\t\t\t\tself.$filelist = self.$filePicker.find('.filelist tbody')\n\t\t\t\tself.$filelistContainer = self.$filePicker.find('.filelist-container')\n\t\t\t\tself.$dirTree = self.$filePicker.find('.dirtree')\n\t\t\t\tself.$dirTree.on('click', 'div:not(:last-child)', self, function(event) {\n\t\t\t\t\tself._handleTreeListSelect(event, type)\n\t\t\t\t})\n\t\t\t\tself.$filelist.on('click', 'tr', function(event) {\n\t\t\t\t\tself._handlePickerClick(event, $(this), type)\n\t\t\t\t})\n\t\t\t\tself.$fileListHeader.on('click', 'a', function(event) {\n\t\t\t\t\tvar dir = self.$filePicker.data('path')\n\t\t\t\t\tself.filepicker.sortField = $(event.currentTarget).data('sort')\n\t\t\t\t\tself.filepicker.sortOrder = self.filepicker.sortOrder === 'asc' ? 'desc' : 'asc'\n\t\t\t\t\tself._fillFilePicker(dir)\n\t\t\t\t})\n\t\t\t\tself._fillFilePicker(path)\n\t\t\t})\n\n\t\t\t// build buttons\n\t\t\tvar functionToCall = function(returnType) {\n\t\t\t\tif (callback !== undefined) {\n\t\t\t\t\tvar datapath\n\t\t\t\t\tif (multiselect === true) {\n\t\t\t\t\t\tdatapath = []\n\t\t\t\t\t\tself.$filelist.find('tr.filepicker_element_selected').each(function(index, element) {\n\t\t\t\t\t\t\tdatapath.push(self.$filePicker.data('path') + '/' + $(element).data('entryname'))\n\t\t\t\t\t\t})\n\t\t\t\t\t} else {\n\t\t\t\t\t\tdatapath = self.$filePicker.data('path')\n\t\t\t\t\t\tvar selectedName = self.$filelist.find('tr.filepicker_element_selected').data('entryname')\n\t\t\t\t\t\tif (selectedName) {\n\t\t\t\t\t\t\tdatapath += '/' + selectedName\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t\tcallback(datapath, returnType)\n\t\t\t\t\tself.$filePicker.ocdialog('close')\n\t\t\t\t}\n\t\t\t}\n\n\t\t\tvar chooseCallback = function() {\n\t\t\t\tfunctionToCall(Dialogs.FILEPICKER_TYPE_CHOOSE)\n\t\t\t}\n\n\t\t\tvar copyCallback = function() {\n\t\t\t\tfunctionToCall(Dialogs.FILEPICKER_TYPE_COPY)\n\t\t\t}\n\n\t\t\tvar moveCallback = function() {\n\t\t\t\tfunctionToCall(Dialogs.FILEPICKER_TYPE_MOVE)\n\t\t\t}\n\n\t\t\tvar buttonlist = []\n\t\t\tif (type === Dialogs.FILEPICKER_TYPE_CHOOSE) {\n\t\t\t\tbuttonlist.push({\n\t\t\t\t\ttext: t('core', 'Choose'),\n\t\t\t\t\tclick: chooseCallback,\n\t\t\t\t\tdefaultButton: true\n\t\t\t\t})\n\t\t\t} else if (type === Dialogs.FILEPICKER_TYPE_CUSTOM) {\n\t\t\t\toptions.buttons.forEach(function(button) {\n\t\t\t\t\tbuttonlist.push({\n\t\t\t\t\t\ttext: button.text,\n\t\t\t\t\t\tclick: function() {\n\t\t\t\t\t\t\tfunctionToCall(button.type)\n\t\t\t\t\t\t},\n\t\t\t\t\t\tdefaultButton: button.defaultButton\n\t\t\t\t\t})\n\t\t\t\t})\n\t\t\t} else {\n\t\t\t\tif (type === Dialogs.FILEPICKER_TYPE_COPY || type === Dialogs.FILEPICKER_TYPE_COPY_MOVE) {\n\t\t\t\t\tbuttonlist.push({\n\t\t\t\t\t\ttext: t('core', 'Copy'),\n\t\t\t\t\t\tclick: copyCallback,\n\t\t\t\t\t\tdefaultButton: false\n\t\t\t\t\t})\n\t\t\t\t}\n\t\t\t\tif (type === Dialogs.FILEPICKER_TYPE_MOVE || type === Dialogs.FILEPICKER_TYPE_COPY_MOVE) {\n\t\t\t\t\tbuttonlist.push({\n\t\t\t\t\t\ttext: t('core', 'Move'),\n\t\t\t\t\t\tclick: moveCallback,\n\t\t\t\t\t\tdefaultButton: true\n\t\t\t\t\t})\n\t\t\t\t}\n\t\t\t}\n\n\t\t\tself.$filePicker.ocdialog({\n\t\t\t\tcloseOnEscape: true,\n\t\t\t\t// max-width of 600\n\t\t\t\twidth: 600,\n\t\t\t\theight: 500,\n\t\t\t\tmodal: modal,\n\t\t\t\tbuttons: buttonlist,\n\t\t\t\tstyle: {\n\t\t\t\t\tbuttons: 'aside'\n\t\t\t\t},\n\t\t\t\tclose: function() {\n\t\t\t\t\ttry {\n\t\t\t\t\t\t$(this).ocdialog('destroy').remove()\n\t\t\t\t\t} catch (e) {\n\t\t\t\t\t}\n\t\t\t\t\tself.$filePicker = null\n\t\t\t\t}\n\t\t\t})\n\n\t\t\t// We can access primary class only from oc-dialog.\n\t\t\t// Hence this is one of the approach to get the choose button.\n\t\t\tvar getOcDialog = self.$filePicker.closest('.oc-dialog')\n\t\t\tvar buttonEnableDisable = getOcDialog.find('.primary')\n\t\t\tif (self.$filePicker.data('mimetype').indexOf('httpd/unix-directory') !== -1 || self.$filePicker.data('allowDirectoryChooser')) {\n\t\t\t\tbuttonEnableDisable.prop('disabled', false)\n\t\t\t} else {\n\t\t\t\tbuttonEnableDisable.prop('disabled', true)\n\t\t\t}\n\t\t})\n\t\t\t.fail(function(status, error) {\n\t\t\t\t// If the method is called while navigating away\n\t\t\t\t// from the page, it is probably not needed ;)\n\t\t\t\tself.filepicker.loading = false\n\t\t\t\tif (status !== 0) {\n\t\t\t\t\talert(t('core', 'Error loading file picker template: {error}', { error: error }))\n\t\t\t\t}\n\t\t\t})\n\t},\n\t/**\n\t * Displays raw dialog\n\t * You better use a wrapper instead ...\n\t */\n\tmessage: function(content, title, dialogType, buttons, callback, modal, allowHtml) {\n\t\treturn $.when(this._getMessageTemplate()).then(function($tmpl) {\n\t\t\tvar dialogName = 'oc-dialog-' + Dialogs.dialogsCounter + '-content'\n\t\t\tvar dialogId = '#' + dialogName\n\t\t\tvar $dlg = $tmpl.octemplate({\n\t\t\t\tdialog_name: dialogName,\n\t\t\t\ttitle: title,\n\t\t\t\tmessage: content,\n\t\t\t\ttype: dialogType\n\t\t\t}, allowHtml ? { escapeFunction: '' } : {})\n\t\t\tif (modal === undefined) {\n\t\t\t\tmodal = false\n\t\t\t}\n\t\t\t$('body').append($dlg)\n\t\t\tvar buttonlist = []\n\t\t\tswitch (buttons) {\n\t\t\tcase Dialogs.YES_NO_BUTTONS:\n\t\t\t\tbuttonlist = [{\n\t\t\t\t\ttext: t('core', 'No'),\n\t\t\t\t\tclick: function() {\n\t\t\t\t\t\tif (callback !== undefined) {\n\t\t\t\t\t\t\tcallback(false)\n\t\t\t\t\t\t}\n\t\t\t\t\t\t$(dialogId).ocdialog('close')\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\ttext: t('core', 'Yes'),\n\t\t\t\t\tclick: function() {\n\t\t\t\t\t\tif (callback !== undefined) {\n\t\t\t\t\t\t\tcallback(true)\n\t\t\t\t\t\t}\n\t\t\t\t\t\t$(dialogId).ocdialog('close')\n\t\t\t\t\t},\n\t\t\t\t\tdefaultButton: true\n\t\t\t\t}]\n\t\t\t\tbreak\n\t\t\tcase Dialogs.OK_BUTTON:\n\t\t\t\tvar functionToCall = function() {\n\t\t\t\t\t$(dialogId).ocdialog('close')\n\t\t\t\t\tif (callback !== undefined) {\n\t\t\t\t\t\tcallback()\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\tbuttonlist[0] = {\n\t\t\t\t\ttext: t('core', 'OK'),\n\t\t\t\t\tclick: functionToCall,\n\t\t\t\t\tdefaultButton: true\n\t\t\t\t}\n\t\t\t\tbreak\n\t\t\tdefault:\n\t\t\t\tif (typeof(buttons) === 'object') {\n\t\t\t\t\tswitch (buttons.type) {\n\t\t\t\t\t\tcase Dialogs.YES_NO_BUTTONS:\n\t\t\t\t\t\t\tbuttonlist = [{\n\t\t\t\t\t\t\t\ttext: buttons.cancel || t('core', 'No'),\n\t\t\t\t\t\t\t\tclick: function() {\n\t\t\t\t\t\t\t\t\tif (callback !== undefined) {\n\t\t\t\t\t\t\t\t\t\tcallback(false)\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t$(dialogId).ocdialog('close')\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\ttext: buttons.confirm || t('core', 'Yes'),\n\t\t\t\t\t\t\t\t\tclick: function() {\n\t\t\t\t\t\t\t\t\t\tif (callback !== undefined) {\n\t\t\t\t\t\t\t\t\t\t\tcallback(true)\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t$(dialogId).ocdialog('close')\n\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\tdefaultButton: true,\n\t\t\t\t\t\t\t\t\tclasses: buttons.confirmClasses\n\t\t\t\t\t\t\t\t}]\n\t\t\t\t\t\t\tbreak\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\tbreak\n\t\t\t}\n\n\t\t\t$(dialogId).ocdialog({\n\t\t\t\tcloseOnEscape: true,\n\t\t\t\tmodal: modal,\n\t\t\t\tbuttons: buttonlist\n\t\t\t})\n\t\t\tDialogs.dialogsCounter++\n\t\t})\n\t\t\t.fail(function(status, error) {\n\t\t\t\t// If the method is called while navigating away from\n\t\t\t\t// the page, we still want to deliver the message.\n\t\t\t\tif (status === 0) {\n\t\t\t\t\talert(title + ': ' + content)\n\t\t\t\t} else {\n\t\t\t\t\talert(t('core', 'Error loading message template: {error}', { error: error }))\n\t\t\t\t}\n\t\t\t})\n\t},\n\t_fileexistsshown: false,\n\t/**\n\t * Displays file exists dialog\n\t * @param {object} data upload object\n\t * @param {object} original file with name, size and mtime\n\t * @param {object} replacement file with name, size and mtime\n\t * @param {object} controller with onCancel, onSkip, onReplace and onRename methods\n\t * @returns {Promise} jquery promise that resolves after the dialog template was loaded\n\t */\n\tfileexists: function(data, original, replacement, controller) {\n\t\tvar self = this\n\t\tvar dialogDeferred = new $.Deferred()\n\n\t\tvar getCroppedPreview = function(file) {\n\t\t\tvar deferred = new $.Deferred()\n\t\t\t// Only process image files.\n\t\t\tvar type = file.type && file.type.split('/').shift()\n\t\t\tif (window.FileReader && type === 'image') {\n\t\t\t\tvar reader = new FileReader()\n\t\t\t\treader.onload = function(e) {\n\t\t\t\t\tvar blob = new Blob([e.target.result])\n\t\t\t\t\twindow.URL = window.URL || window.webkitURL\n\t\t\t\t\tvar originalUrl = window.URL.createObjectURL(blob)\n\t\t\t\t\tvar image = new Image()\n\t\t\t\t\timage.src = originalUrl\n\t\t\t\t\timage.onload = function() {\n\t\t\t\t\t\tvar url = crop(image)\n\t\t\t\t\t\tdeferred.resolve(url)\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\treader.readAsArrayBuffer(file)\n\t\t\t} else {\n\t\t\t\tdeferred.reject()\n\t\t\t}\n\t\t\treturn deferred\n\t\t}\n\n\t\tvar crop = function(img) {\n\t\t\tvar canvas = document.createElement('canvas')\n\t\t\tvar targetSize = 96\n\t\t\tvar width = img.width\n\t\t\tvar height = img.height\n\t\t\tvar x; var y; var size\n\n\t\t\t// Calculate the width and height, constraining the proportions\n\t\t\tif (width > height) {\n\t\t\t\ty = 0\n\t\t\t\tx = (width - height) / 2\n\t\t\t} else {\n\t\t\t\ty = (height - width) / 2\n\t\t\t\tx = 0\n\t\t\t}\n\t\t\tsize = Math.min(width, height)\n\n\t\t\t// Set canvas size to the cropped area\n\t\t\tcanvas.width = size\n\t\t\tcanvas.height = size\n\t\t\tvar ctx = canvas.getContext('2d')\n\t\t\tctx.drawImage(img, x, y, size, size, 0, 0, size, size)\n\n\t\t\t// Resize the canvas to match the destination (right size uses 96px)\n\t\t\tresampleHermite(canvas, size, size, targetSize, targetSize)\n\n\t\t\treturn canvas.toDataURL('image/png', 0.7)\n\t\t}\n\n\t\t/**\n\t\t * Fast image resize/resample using Hermite filter with JavaScript.\n\t\t *\n\t\t * @author: ViliusL\n\t\t *\n\t\t * @param {*} canvas\n\t\t * @param {number} W\n\t\t * @param {number} H\n\t\t * @param {number} W2\n\t\t * @param {number} H2\n\t\t */\n\t\tvar resampleHermite = function(canvas, W, H, W2, H2) {\n\t\t\tW2 = Math.round(W2)\n\t\t\tH2 = Math.round(H2)\n\t\t\tvar img = canvas.getContext('2d').getImageData(0, 0, W, H)\n\t\t\tvar img2 = canvas.getContext('2d').getImageData(0, 0, W2, H2)\n\t\t\tvar data = img.data\n\t\t\tvar data2 = img2.data\n\t\t\tvar ratio_w = W / W2\n\t\t\tvar ratio_h = H / H2\n\t\t\tvar ratio_w_half = Math.ceil(ratio_w / 2)\n\t\t\tvar ratio_h_half = Math.ceil(ratio_h / 2)\n\n\t\t\tfor (var j = 0; j < H2; j++) {\n\t\t\t\tfor (var i = 0; i < W2; i++) {\n\t\t\t\t\tvar x2 = (i + j * W2) * 4\n\t\t\t\t\tvar weight = 0\n\t\t\t\t\tvar weights = 0\n\t\t\t\t\tvar weights_alpha = 0\n\t\t\t\t\tvar gx_r = 0\n\t\t\t\t\tvar gx_g = 0\n\t\t\t\t\tvar gx_b = 0\n\t\t\t\t\tvar gx_a = 0\n\t\t\t\t\tvar center_y = (j + 0.5) * ratio_h\n\t\t\t\t\tfor (var yy = Math.floor(j * ratio_h); yy < (j + 1) * ratio_h; yy++) {\n\t\t\t\t\t\tvar dy = Math.abs(center_y - (yy + 0.5)) / ratio_h_half\n\t\t\t\t\t\tvar center_x = (i + 0.5) * ratio_w\n\t\t\t\t\t\tvar w0 = dy * dy // pre-calc part of w\n\t\t\t\t\t\tfor (var xx = Math.floor(i * ratio_w); xx < (i + 1) * ratio_w; xx++) {\n\t\t\t\t\t\t\tvar dx = Math.abs(center_x - (xx + 0.5)) / ratio_w_half\n\t\t\t\t\t\t\tvar w = Math.sqrt(w0 + dx * dx)\n\t\t\t\t\t\t\tif (w >= -1 && w <= 1) {\n\t\t\t\t\t\t\t\t// hermite filter\n\t\t\t\t\t\t\t\tweight = 2 * w * w * w - 3 * w * w + 1\n\t\t\t\t\t\t\t\tif (weight > 0) {\n\t\t\t\t\t\t\t\t\tdx = 4 * (xx + yy * W)\n\t\t\t\t\t\t\t\t\t// alpha\n\t\t\t\t\t\t\t\t\tgx_a += weight * data[dx + 3]\n\t\t\t\t\t\t\t\t\tweights_alpha += weight\n\t\t\t\t\t\t\t\t\t// colors\n\t\t\t\t\t\t\t\t\tif (data[dx + 3] < 255) { weight = weight * data[dx + 3] / 250 }\n\t\t\t\t\t\t\t\t\tgx_r += weight * data[dx]\n\t\t\t\t\t\t\t\t\tgx_g += weight * data[dx + 1]\n\t\t\t\t\t\t\t\t\tgx_b += weight * data[dx + 2]\n\t\t\t\t\t\t\t\t\tweights += weight\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t\tdata2[x2] = gx_r / weights\n\t\t\t\t\tdata2[x2 + 1] = gx_g / weights\n\t\t\t\t\tdata2[x2 + 2] = gx_b / weights\n\t\t\t\t\tdata2[x2 + 3] = gx_a / weights_alpha\n\t\t\t\t}\n\t\t\t}\n\t\t\tcanvas.getContext('2d').clearRect(0, 0, Math.max(W, W2), Math.max(H, H2))\n\t\t\tcanvas.width = W2\n\t\t\tcanvas.height = H2\n\t\t\tcanvas.getContext('2d').putImageData(img2, 0, 0)\n\t\t}\n\n\t\tvar addConflict = function($conflicts, original, replacement) {\n\n\t\t\tvar $conflict = $conflicts.find('.template').clone().removeClass('template').addClass('conflict')\n\t\t\tvar $originalDiv = $conflict.find('.original')\n\t\t\tvar $replacementDiv = $conflict.find('.replacement')\n\n\t\t\t$conflict.data('data', data)\n\n\t\t\t$conflict.find('.filename').text(original.name)\n\t\t\t$originalDiv.find('.size').text(OC.Util.humanFileSize(original.size))\n\t\t\t$originalDiv.find('.mtime').text(formatDate(original.mtime))\n\t\t\t// ie sucks\n\t\t\tif (replacement.size && replacement.lastModifiedDate) {\n\t\t\t\t$replacementDiv.find('.size').text(OC.Util.humanFileSize(replacement.size))\n\t\t\t\t$replacementDiv.find('.mtime').text(formatDate(replacement.lastModifiedDate))\n\t\t\t}\n\t\t\tvar path = original.directory + '/' + original.name\n\t\t\tvar urlSpec = {\n\t\t\t\tfile: path,\n\t\t\t\tx: 96,\n\t\t\t\ty: 96,\n\t\t\t\tc: original.etag,\n\t\t\t\tforceIcon: 0\n\t\t\t}\n\t\t\tvar previewpath = Files.generatePreviewUrl(urlSpec)\n\t\t\t// Escaping single quotes\n\t\t\tpreviewpath = previewpath.replace(/'/g, '%27')\n\t\t\t$originalDiv.find('.icon').css({ 'background-image': \"url('\" + previewpath + \"')\" })\n\t\t\tgetCroppedPreview(replacement).then(\n\t\t\t\tfunction(path) {\n\t\t\t\t\t$replacementDiv.find('.icon').css('background-image', 'url(' + path + ')')\n\t\t\t\t}, function() {\n\t\t\t\t\tpath = OC.MimeType.getIconUrl(replacement.type)\n\t\t\t\t\t$replacementDiv.find('.icon').css('background-image', 'url(' + path + ')')\n\t\t\t\t}\n\t\t\t)\n\t\t\t// connect checkboxes with labels\n\t\t\tvar checkboxId = $conflicts.find('.conflict').length\n\t\t\t$originalDiv.find('input:checkbox').attr('id', 'checkbox_original_' + checkboxId)\n\t\t\t$replacementDiv.find('input:checkbox').attr('id', 'checkbox_replacement_' + checkboxId)\n\n\t\t\t$conflicts.append($conflict)\n\n\t\t\t// set more recent mtime bold\n\t\t\t// ie sucks\n\t\t\tif (replacement.lastModifiedDate && replacement.lastModifiedDate.getTime() > original.mtime) {\n\t\t\t\t$replacementDiv.find('.mtime').css('font-weight', 'bold')\n\t\t\t} else if (replacement.lastModifiedDate && replacement.lastModifiedDate.getTime() < original.mtime) {\n\t\t\t\t$originalDiv.find('.mtime').css('font-weight', 'bold')\n\t\t\t} else {\n\t\t\t\t// TODO add to same mtime collection?\n\t\t\t}\n\n\t\t\t// set bigger size bold\n\t\t\tif (replacement.size && replacement.size > original.size) {\n\t\t\t\t$replacementDiv.find('.size').css('font-weight', 'bold')\n\t\t\t} else if (replacement.size && replacement.size < original.size) {\n\t\t\t\t$originalDiv.find('.size').css('font-weight', 'bold')\n\t\t\t} else {\n\t\t\t\t// TODO add to same size collection?\n\t\t\t}\n\n\t\t\t// TODO show skip action for files with same size and mtime in bottom row\n\n\t\t\t// always keep readonly files\n\n\t\t\tif (original.status === 'readonly') {\n\t\t\t\t$originalDiv\n\t\t\t\t\t.addClass('readonly')\n\t\t\t\t\t.find('input[type=\"checkbox\"]')\n\t\t\t\t\t.prop('checked', true)\n\t\t\t\t\t.prop('disabled', true)\n\t\t\t\t$originalDiv.find('.message')\n\t\t\t\t\t.text(t('core', 'read-only'))\n\t\t\t}\n\t\t}\n\t\t// var selection = controller.getSelection(data.originalFiles);\n\t\t// if (selection.defaultAction) {\n\t\t//\tcontroller[selection.defaultAction](data);\n\t\t// } else {\n\t\tvar dialogName = 'oc-dialog-fileexists-content'\n\t\tvar dialogId = '#' + dialogName\n\t\tif (this._fileexistsshown) {\n\t\t\t// add conflict\n\n\t\t\tvar $conflicts = $(dialogId + ' .conflicts')\n\t\t\taddConflict($conflicts, original, replacement)\n\n\t\t\tvar count = $(dialogId + ' .conflict').length\n\t\t\tvar title = n('core',\n\t\t\t\t'{count} file conflict',\n\t\t\t\t'{count} file conflicts',\n\t\t\t\tcount,\n\t\t\t\t{ count: count }\n\t\t\t)\n\t\t\t$(dialogId).parent().children('.oc-dialog-title').text(title)\n\n\t\t\t// recalculate dimensions\n\t\t\t$(window).trigger('resize')\n\t\t\tdialogDeferred.resolve()\n\t\t} else {\n\t\t\t// create dialog\n\t\t\tthis._fileexistsshown = true\n\t\t\t$.when(this._getFileExistsTemplate()).then(function($tmpl) {\n\t\t\t\tvar title = t('core', 'One file conflict')\n\t\t\t\tvar $dlg = $tmpl.octemplate({\n\t\t\t\t\tdialog_name: dialogName,\n\t\t\t\t\ttitle: title,\n\t\t\t\t\ttype: 'fileexists',\n\n\t\t\t\t\tallnewfiles: t('core', 'New Files'),\n\t\t\t\t\tallexistingfiles: t('core', 'Already existing files'),\n\n\t\t\t\t\twhy: t('core', 'Which files do you want to keep?'),\n\t\t\t\t\twhat: t('core', 'If you select both versions, the copied file will have a number added to its name.')\n\t\t\t\t})\n\t\t\t\t$('body').append($dlg)\n\n\t\t\t\tif (original && replacement) {\n\t\t\t\t\tvar $conflicts = $dlg.find('.conflicts')\n\t\t\t\t\taddConflict($conflicts, original, replacement)\n\t\t\t\t}\n\n\t\t\t\tvar buttonlist = [{\n\t\t\t\t\ttext: t('core', 'Cancel'),\n\t\t\t\t\tclasses: 'cancel',\n\t\t\t\t\tclick: function() {\n\t\t\t\t\t\tif (typeof controller.onCancel !== 'undefined') {\n\t\t\t\t\t\t\tcontroller.onCancel(data)\n\t\t\t\t\t\t}\n\t\t\t\t\t\t$(dialogId).ocdialog('close')\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\ttext: t('core', 'Continue'),\n\t\t\t\t\tclasses: 'continue',\n\t\t\t\t\tclick: function() {\n\t\t\t\t\t\tif (typeof controller.onContinue !== 'undefined') {\n\t\t\t\t\t\t\tcontroller.onContinue($(dialogId + ' .conflict'))\n\t\t\t\t\t\t}\n\t\t\t\t\t\t$(dialogId).ocdialog('close')\n\t\t\t\t\t}\n\t\t\t\t}]\n\n\t\t\t\t$(dialogId).ocdialog({\n\t\t\t\t\twidth: 500,\n\t\t\t\t\tcloseOnEscape: true,\n\t\t\t\t\tmodal: true,\n\t\t\t\t\tbuttons: buttonlist,\n\t\t\t\t\tcloseButton: null,\n\t\t\t\t\tclose: function() {\n\t\t\t\t\t\tself._fileexistsshown = false\n\t\t\t\t\t\t$(this).ocdialog('destroy').remove()\n\t\t\t\t\t}\n\t\t\t\t})\n\n\t\t\t\t$(dialogId).css('height', 'auto')\n\n\t\t\t\tvar $primaryButton = $dlg.closest('.oc-dialog').find('button.continue')\n\t\t\t\t$primaryButton.prop('disabled', true)\n\n\t\t\t\tfunction updatePrimaryButton() {\n\t\t\t\t\tvar checkedCount = $dlg.find('.conflicts .checkbox:checked').length\n\t\t\t\t\t$primaryButton.prop('disabled', checkedCount === 0)\n\t\t\t\t}\n\n\t\t\t\t// add checkbox toggling actions\n\t\t\t\t$(dialogId).find('.allnewfiles').on('click', function() {\n\t\t\t\t\tvar $checkboxes = $(dialogId).find('.conflict .replacement input[type=\"checkbox\"]')\n\t\t\t\t\t$checkboxes.prop('checked', $(this).prop('checked'))\n\t\t\t\t})\n\t\t\t\t$(dialogId).find('.allexistingfiles').on('click', function() {\n\t\t\t\t\tvar $checkboxes = $(dialogId).find('.conflict .original:not(.readonly) input[type=\"checkbox\"]')\n\t\t\t\t\t$checkboxes.prop('checked', $(this).prop('checked'))\n\t\t\t\t})\n\t\t\t\t$(dialogId).find('.conflicts').on('click', '.replacement,.original:not(.readonly)', function() {\n\t\t\t\t\tvar $checkbox = $(this).find('input[type=\"checkbox\"]')\n\t\t\t\t\t$checkbox.prop('checked', !$checkbox.prop('checked'))\n\t\t\t\t})\n\t\t\t\t$(dialogId).find('.conflicts').on('click', '.replacement input[type=\"checkbox\"],.original:not(.readonly) input[type=\"checkbox\"]', function() {\n\t\t\t\t\tvar $checkbox = $(this)\n\t\t\t\t\t$checkbox.prop('checked', !$checkbox.prop('checked'))\n\t\t\t\t})\n\n\t\t\t\t// update counters\n\t\t\t\t$(dialogId).on('click', '.replacement,.allnewfiles', function() {\n\t\t\t\t\tvar count = $(dialogId).find('.conflict .replacement input[type=\"checkbox\"]:checked').length\n\t\t\t\t\tif (count === $(dialogId + ' .conflict').length) {\n\t\t\t\t\t\t$(dialogId).find('.allnewfiles').prop('checked', true)\n\t\t\t\t\t\t$(dialogId).find('.allnewfiles + .count').text(t('core', '(all selected)'))\n\t\t\t\t\t} else if (count > 0) {\n\t\t\t\t\t\t$(dialogId).find('.allnewfiles').prop('checked', false)\n\t\t\t\t\t\t$(dialogId).find('.allnewfiles + .count').text(t('core', '({count} selected)', { count: count }))\n\t\t\t\t\t} else {\n\t\t\t\t\t\t$(dialogId).find('.allnewfiles').prop('checked', false)\n\t\t\t\t\t\t$(dialogId).find('.allnewfiles + .count').text('')\n\t\t\t\t\t}\n\t\t\t\t\tupdatePrimaryButton()\n\t\t\t\t})\n\t\t\t\t$(dialogId).on('click', '.original,.allexistingfiles', function() {\n\t\t\t\t\tvar count = $(dialogId).find('.conflict .original input[type=\"checkbox\"]:checked').length\n\t\t\t\t\tif (count === $(dialogId + ' .conflict').length) {\n\t\t\t\t\t\t$(dialogId).find('.allexistingfiles').prop('checked', true)\n\t\t\t\t\t\t$(dialogId).find('.allexistingfiles + .count').text(t('core', '(all selected)'))\n\t\t\t\t\t} else if (count > 0) {\n\t\t\t\t\t\t$(dialogId).find('.allexistingfiles').prop('checked', false)\n\t\t\t\t\t\t$(dialogId).find('.allexistingfiles + .count')\n\t\t\t\t\t\t\t.text(t('core', '({count} selected)', { count: count }))\n\t\t\t\t\t} else {\n\t\t\t\t\t\t$(dialogId).find('.allexistingfiles').prop('checked', false)\n\t\t\t\t\t\t$(dialogId).find('.allexistingfiles + .count').text('')\n\t\t\t\t\t}\n\t\t\t\t\tupdatePrimaryButton()\n\t\t\t\t})\n\n\t\t\t\tdialogDeferred.resolve()\n\t\t\t})\n\t\t\t\t.fail(function() {\n\t\t\t\t\tdialogDeferred.reject()\n\t\t\t\t\talert(t('core', 'Error loading file exists template'))\n\t\t\t\t})\n\t\t}\n\t\t// }\n\t\treturn dialogDeferred.promise()\n\t},\n\t// get the gridview setting and set the input accordingly\n\t_getGridSettings: function() {\n\t\tvar self = this\n\t\t$.get(OC.generateUrl('/apps/files/api/v1/showgridview'), function(response) {\n\t\t\tself.$showGridView.get(0).checked = response.gridview\n\t\t\tself.$showGridView.next('#picker-view-toggle')\n\t\t\t\t.removeClass('icon-toggle-filelist icon-toggle-pictures')\n\t\t\t\t.addClass(response.gridview ? 'icon-toggle-filelist' : 'icon-toggle-pictures')\n\t\t\t$('.list-container').toggleClass('view-grid', response.gridview)\n\t\t})\n\t},\n\t_onGridviewChange: function() {\n\t\tvar show = this.$showGridView.is(':checked')\n\t\t// only save state if user is logged in\n\t\tif (OC.currentUser) {\n\t\t\t$.post(OC.generateUrl('/apps/files/api/v1/showgridview'), {\n\t\t\t\tshow: show\n\t\t\t})\n\t\t}\n\t\tthis.$showGridView.next('#picker-view-toggle')\n\t\t\t.removeClass('icon-toggle-filelist icon-toggle-pictures')\n\t\t\t.addClass(show ? 'icon-toggle-filelist' : 'icon-toggle-pictures')\n\t\t$('.list-container').toggleClass('view-grid', show)\n\t},\n\t_getFilePickerTemplate: function() {\n\t\tvar defer = $.Deferred()\n\t\tif (!this.$filePickerTemplate) {\n\t\t\tvar self = this\n\t\t\t$.get(OC.filePath('core', 'templates', 'filepicker.html'), function(tmpl) {\n\t\t\t\tself.$filePickerTemplate = $(tmpl)\n\t\t\t\tself.$listTmpl = self.$filePickerTemplate.find('.filelist tbody tr:first-child').detach()\n\t\t\t\tdefer.resolve(self.$filePickerTemplate)\n\t\t\t})\n\t\t\t\t.fail(function(jqXHR, textStatus, errorThrown) {\n\t\t\t\t\tdefer.reject(jqXHR.status, errorThrown)\n\t\t\t\t})\n\t\t} else {\n\t\t\tdefer.resolve(this.$filePickerTemplate)\n\t\t}\n\t\treturn defer.promise()\n\t},\n\t_getMessageTemplate: function() {\n\t\tvar defer = $.Deferred()\n\t\tif (!this.$messageTemplate) {\n\t\t\tvar self = this\n\t\t\t$.get(OC.filePath('core', 'templates', 'message.html'), function(tmpl) {\n\t\t\t\tself.$messageTemplate = $(tmpl)\n\t\t\t\tdefer.resolve(self.$messageTemplate)\n\t\t\t})\n\t\t\t\t.fail(function(jqXHR, textStatus, errorThrown) {\n\t\t\t\t\tdefer.reject(jqXHR.status, errorThrown)\n\t\t\t\t})\n\t\t} else {\n\t\t\tdefer.resolve(this.$messageTemplate)\n\t\t}\n\t\treturn defer.promise()\n\t},\n\t_getFileExistsTemplate: function() {\n\t\tvar defer = $.Deferred()\n\t\tif (!this.$fileexistsTemplate) {\n\t\t\tvar self = this\n\t\t\t$.get(OC.filePath('files', 'templates', 'fileexists.html'), function(tmpl) {\n\t\t\t\tself.$fileexistsTemplate = $(tmpl)\n\t\t\t\tdefer.resolve(self.$fileexistsTemplate)\n\t\t\t})\n\t\t\t\t.fail(function() {\n\t\t\t\t\tdefer.reject()\n\t\t\t\t})\n\t\t} else {\n\t\t\tdefer.resolve(this.$fileexistsTemplate)\n\t\t}\n\t\treturn defer.promise()\n\t},\n\t_getFileList: function(dir, mimeType) { // this is only used by the spreedme app atm\n\t\tif (typeof (mimeType) === 'string') {\n\t\t\tmimeType = [mimeType]\n\t\t}\n\n\t\treturn $.getJSON(\n\t\t\tOC.filePath('files', 'ajax', 'list.php'),\n\t\t\t{\n\t\t\t\tdir: dir,\n\t\t\t\tmimetypes: JSON.stringify(mimeType)\n\t\t\t}\n\t\t)\n\t},\n\n\t/**\n\t * fills the filepicker with files\n\t */\n\t_fillFilePicker: function(dir) {\n\t\tvar self = this\n\t\tthis.$filelist.empty()\n\t\tthis.$filePicker.find('.emptycontent').hide()\n\t\tthis.$filelistContainer.addClass('icon-loading')\n\t\tthis.$filePicker.data('path', dir)\n\t\tvar filter = this.$filePicker.data('mimetype')\n\t\tif (typeof (filter) === 'string') {\n\t\t\tfilter = [filter]\n\t\t}\n\t\tself.$fileListHeader.find('.sort-indicator').addClass('hidden').removeClass('icon-triangle-n').removeClass('icon-triangle-s')\n\t\tself.$fileListHeader.find('[data-sort=' + self.filepicker.sortField + '] .sort-indicator').removeClass('hidden')\n\t\tif (self.filepicker.sortOrder === 'asc') {\n\t\t\tself.$fileListHeader.find('[data-sort=' + self.filepicker.sortField + '] .sort-indicator').addClass('icon-triangle-n')\n\t\t} else {\n\t\t\tself.$fileListHeader.find('[data-sort=' + self.filepicker.sortField + '] .sort-indicator').addClass('icon-triangle-s')\n\t\t}\n\t\tself.filepicker.filesClient.getFolderContents(dir).then(function(status, files) {\n\t\t\tself.filelist = files\n\t\t\tif (filter && filter.length > 0 && filter.indexOf('*') === -1) {\n\t\t\t\tfiles = files.filter(function(file) {\n\t\t\t\t\treturn file.type === 'dir' || filter.indexOf(file.mimetype) !== -1\n\t\t\t\t})\n\t\t\t}\n\n\t\t\tvar Comparators = {\n\t\t\t\tname: function(fileInfo1, fileInfo2) {\n\t\t\t\t\tif (fileInfo1.type === 'dir' && fileInfo2.type !== 'dir') {\n\t\t\t\t\t\treturn -1\n\t\t\t\t\t}\n\t\t\t\t\tif (fileInfo1.type !== 'dir' && fileInfo2.type === 'dir') {\n\t\t\t\t\t\treturn 1\n\t\t\t\t\t}\n\t\t\t\t\treturn OC.Util.naturalSortCompare(fileInfo1.name, fileInfo2.name)\n\t\t\t\t},\n\t\t\t\tsize: function(fileInfo1, fileInfo2) {\n\t\t\t\t\treturn fileInfo1.size - fileInfo2.size\n\t\t\t\t},\n\t\t\t\tmtime: function(fileInfo1, fileInfo2) {\n\t\t\t\t\treturn fileInfo1.mtime - fileInfo2.mtime\n\t\t\t\t}\n\t\t\t}\n\t\t\tvar comparator = Comparators[self.filepicker.sortField] || Comparators.name\n\t\t\tfiles = files.sort(function(file1, file2) {\n\t\t\t\tvar isFavorite = function(fileInfo) {\n\t\t\t\t\treturn fileInfo.tags && fileInfo.tags.indexOf(OC.TAG_FAVORITE) >= 0\n\t\t\t\t}\n\n\t\t\t\tif (isFavorite(file1) && !isFavorite(file2)) {\n\t\t\t\t\treturn -1\n\t\t\t\t} else if (!isFavorite(file1) && isFavorite(file2)) {\n\t\t\t\t\treturn 1\n\t\t\t\t}\n\n\t\t\t\treturn self.filepicker.sortOrder === 'asc' ? comparator(file1, file2) : -comparator(file1, file2)\n\t\t\t})\n\n\t\t\tself._fillSlug()\n\n\t\t\tif (files.length === 0) {\n\t\t\t\tself.$filePicker.find('.emptycontent').show()\n\t\t\t\tself.$fileListHeader.hide()\n\t\t\t} else {\n\t\t\t\tself.$filePicker.find('.emptycontent').hide()\n\t\t\t\tself.$fileListHeader.show()\n\t\t\t}\n\n\t\t\t$.each(files, function(idx, entry) {\n\t\t\t\tentry.icon = OC.MimeType.getIconUrl(entry.mimetype)\n\t\t\t\tvar simpleSize, sizeColor\n\t\t\t\tif (typeof (entry.size) !== 'undefined' && entry.size >= 0) {\n\t\t\t\t\tsimpleSize = OC.Util.humanFileSize(parseInt(entry.size, 10), true)\n\t\t\t\t\tsizeColor = Math.round(160 - Math.pow((entry.size / (1024 * 1024)), 2))\n\t\t\t\t} else {\n\t\t\t\t\tsimpleSize = t('files', 'Pending')\n\t\t\t\t\tsizeColor = 80\n\t\t\t\t}\n\n\t\t\t\t// split the filename in half if the size is bigger than 20 char\n\t\t\t\t// for ellipsis\n\t\t\t\tif (entry.name.length >= 10) {\n\t\t\t\t\t// leave maximum 10 letters\n\t\t\t\t\tvar split = Math.min(Math.floor(entry.name.length / 2), 10)\n\t\t\t\t\tvar filename1 = entry.name.substr(0, entry.name.length - split)\n\t\t\t\t\tvar filename2 = entry.name.substr(entry.name.length - split)\n\t\t\t\t} else {\n\t\t\t\t\tvar filename1 = entry.name\n\t\t\t\t\tvar filename2 = ''\n\t\t\t\t}\n\n\t\t\t\tvar $row = self.$listTmpl.octemplate({\n\t\t\t\t\ttype: entry.type,\n\t\t\t\t\tdir: dir,\n\t\t\t\t\tfilename: entry.name,\n\t\t\t\t\tfilename1: filename1,\n\t\t\t\t\tfilename2: filename2,\n\t\t\t\t\tdate: OC.Util.relativeModifiedDate(entry.mtime),\n\t\t\t\t\tsize: simpleSize,\n\t\t\t\t\tsizeColor: sizeColor,\n\t\t\t\t\ticon: entry.icon\n\t\t\t\t})\n\t\t\t\tif (entry.type === 'file') {\n\t\t\t\t\tvar urlSpec = {\n\t\t\t\t\t\tfile: dir + '/' + entry.name,\n\t\t\t\t\t\tx: 100,\n\t\t\t\t\t\ty: 100\n\t\t\t\t\t}\n\t\t\t\t\tvar img = new Image()\n\t\t\t\t\tvar previewUrl = OC.generateUrl('/core/preview.png?') + $.param(urlSpec)\n\t\t\t\t\timg.onload = function() {\n\t\t\t\t\t\tif (img.width > 5) {\n\t\t\t\t\t\t\t$row.find('td.filename').attr('style', 'background-image:url(' + previewUrl + ')')\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t\timg.src = previewUrl\n\t\t\t\t}\n\t\t\t\tself.$filelist.append($row)\n\t\t\t})\n\n\t\t\tself.$filelistContainer.removeClass('icon-loading')\n\t\t})\n\t},\n\t/**\n\t * fills the tree list with directories\n\t */\n\t_fillSlug: function() {\n\t\tthis.$dirTree.empty()\n\t\tvar self = this\n\t\tvar dir\n\t\tvar path = this.$filePicker.data('path')\n\t\tvar $template = $('<div data-dir=\"{dir}\"><a>{name}</a></div>').addClass('crumb')\n\t\tif (path) {\n\t\t\tvar paths = path.split('/')\n\t\t\t$.each(paths, function(index, dir) {\n\t\t\t\tdir = paths.pop()\n\t\t\t\tif (dir === '') {\n\t\t\t\t\treturn false\n\t\t\t\t}\n\t\t\t\tself.$dirTree.prepend($template.octemplate({\n\t\t\t\t\tdir: paths.join('/') + '/' + dir,\n\t\t\t\t\tname: dir\n\t\t\t\t}))\n\t\t\t})\n\t\t}\n\t\t$template.octemplate({\n\t\t\tdir: '',\n\t\t\tname: '' // Ugly but works ;)\n\t\t}, { escapeFunction: null }).prependTo(this.$dirTree)\n\t},\n\t/**\n\t * handle selection made in the tree list\n\t */\n\t_handleTreeListSelect: function(event, type) {\n\t\tvar self = event.data\n\t\tvar dir = $(event.target).closest('.crumb').data('dir')\n\t\tself._fillFilePicker(dir)\n\t\tvar getOcDialog = (event.target).closest('.oc-dialog')\n\t\tvar buttonEnableDisable = $('.primary', getOcDialog)\n\t\tthis._changeButtonsText(type, dir.split(/[/]+/).pop())\n\t\tif (this.$filePicker.data('mimetype').indexOf('httpd/unix-directory') !== -1 || this.$filePicker.data('allowDirectoryChooser')) {\n\t\t\tbuttonEnableDisable.prop('disabled', false)\n\t\t} else {\n\t\t\tbuttonEnableDisable.prop('disabled', true)\n\t\t}\n\t},\n\t/**\n\t * handle clicks made in the filepicker\n\t */\n\t_handlePickerClick: function(event, $element, type) {\n\t\tvar getOcDialog = this.$filePicker.closest('.oc-dialog')\n\t\tvar buttonEnableDisable = getOcDialog.find('.primary')\n\t\tif ($element.data('type') === 'file') {\n\t\t\tif (this.$filePicker.data('multiselect') !== true || !event.ctrlKey) {\n\t\t\t\tthis.$filelist.find('.filepicker_element_selected').removeClass('filepicker_element_selected')\n\t\t\t}\n\t\t\t$element.toggleClass('filepicker_element_selected')\n\t\t\tbuttonEnableDisable.prop('disabled', false)\n\t\t} else if ($element.data('type') === 'dir') {\n\t\t\tthis._fillFilePicker(this.$filePicker.data('path') + '/' + $element.data('entryname'))\n\t\t\tthis._changeButtonsText(type, $element.data('entryname'))\n\t\t\tif (this.$filePicker.data('mimetype').indexOf('httpd/unix-directory') !== -1 || this.$filePicker.data('allowDirectoryChooser')) {\n\t\t\t\tbuttonEnableDisable.prop('disabled', false)\n\t\t\t} else {\n\t\t\t\tbuttonEnableDisable.prop('disabled', true)\n\t\t\t}\n\t\t}\n\t},\n\n\t/**\n\t * Handle\n\t * @param type of action\n\t * @param dir on which to change buttons text\n\t * @private\n\t */\n\t_changeButtonsText: function(type, dir) {\n\t\tvar copyText = dir === '' ? t('core', 'Copy') : t('core', 'Copy to {folder}', { folder: dir })\n\t\tvar moveText = dir === '' ? t('core', 'Move') : t('core', 'Move to {folder}', { folder: dir })\n\t\tvar buttons = $('.oc-dialog-buttonrow button')\n\t\tswitch (type) {\n\t\t\tcase this.FILEPICKER_TYPE_CHOOSE:\n\t\t\t\tbreak\n\t\t\tcase this.FILEPICKER_TYPE_CUSTOM:\n\t\t\t\tbreak\n\t\t\tcase this.FILEPICKER_TYPE_COPY:\n\t\t\t\tbuttons.text(copyText)\n\t\t\t\tbreak\n\t\t\tcase this.FILEPICKER_TYPE_MOVE:\n\t\t\t\tbuttons.text(moveText)\n\t\t\t\tbreak\n\t\t\tcase this.FILEPICKER_TYPE_COPY_MOVE:\n\t\t\t\tbuttons.eq(0).text(copyText)\n\t\t\t\tbuttons.eq(1).text(moveText)\n\t\t\t\tbreak\n\t\t}\n\t}\n}\n\nexport default Dialogs\n","/* eslint-disable */\n/**\n * ownCloud\n *\n * @author Robin Appelman\n * @copyright 2012 Robin Appelman icewind1991@gmail.com\n *\n * This library is free software; you can redistribute it and/or\n * modify it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE\n * License as published by the Free Software Foundation; either\n * version 3 of the License, or any later version.\n *\n * This library is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU AFFERO GENERAL PUBLIC LICENSE for more details.\n *\n * You should have received a copy of the GNU Affero General Public\n * License along with this library. If not, see <http://www.gnu.org/licenses/>.\n *\n */\n\n/**\n * Wrapper for server side events\n * (http://en.wikipedia.org/wiki/Server-sent_events)\n * includes a fallback for older browsers and IE\n *\n * use server side events with caution, too many open requests can hang the\n * server\n */\n\n/* global EventSource */\n\nimport $ from 'jquery'\n\nimport { getToken } from './requesttoken'\n\n/**\n * Create a new event source\n * @param {string} src\n * @param {object} [data] to be send as GET\n *\n * @constructs OCEventSource\n */\nconst OCEventSource = function(src, data) {\n\tvar dataStr = ''\n\tvar name\n\tvar joinChar\n\tthis.typelessListeners = []\n\tthis.closed = false\n\tthis.listeners = {}\n\tif (data) {\n\t\tfor (name in data) {\n\t\t\tdataStr += name + '=' + encodeURIComponent(data[name]) + '&'\n\t\t}\n\t}\n\tdataStr += 'requesttoken=' + encodeURIComponent(getToken())\n\tif (!this.useFallBack && typeof EventSource !== 'undefined') {\n\t\tjoinChar = '&'\n\t\tif (src.indexOf('?') === -1) {\n\t\t\tjoinChar = '?'\n\t\t}\n\t\tthis.source = new EventSource(src + joinChar + dataStr)\n\t\tthis.source.onmessage = function(e) {\n\t\t\tfor (var i = 0; i < this.typelessListeners.length; i++) {\n\t\t\t\tthis.typelessListeners[i](JSON.parse(e.data))\n\t\t\t}\n\t\t}.bind(this)\n\t} else {\n\t\tvar iframeId = 'oc_eventsource_iframe_' + OCEventSource.iframeCount\n\t\tOCEventSource.fallBackSources[OCEventSource.iframeCount] = this\n\t\tthis.iframe = $('<iframe/>')\n\t\tthis.iframe.attr('id', iframeId)\n\t\tthis.iframe.hide()\n\n\t\tjoinChar = '&'\n\t\tif (src.indexOf('?') === -1) {\n\t\t\tjoinChar = '?'\n\t\t}\n\t\tthis.iframe.attr('src', src + joinChar + 'fallback=true&fallback_id=' + OCEventSource.iframeCount + '&' + dataStr)\n\t\t$('body').append(this.iframe)\n\t\tthis.useFallBack = true\n\t\tOCEventSource.iframeCount++\n\t}\n\t// add close listener\n\tthis.listen('__internal__', function(data) {\n\t\tif (data === 'close') {\n\t\t\tthis.close()\n\t\t}\n\t}.bind(this))\n}\nOCEventSource.fallBackSources = []\nOCEventSource.iframeCount = 0// number of fallback iframes\nOCEventSource.fallBackCallBack = function(id, type, data) {\n\tOCEventSource.fallBackSources[id].fallBackCallBack(type, data)\n}\nOCEventSource.prototype = {\n\ttypelessListeners: [],\n\tiframe: null,\n\tlisteners: {}, // only for fallback\n\tuseFallBack: false,\n\t/**\n\t * Fallback callback for browsers that don't have the\n\t * native EventSource object.\n\t *\n\t * Calls the registered listeners.\n\t *\n\t * @private\n\t * @param {String} type event type\n\t * @param {Object} data received data\n\t */\n\tfallBackCallBack: function(type, data) {\n\t\tvar i\n\t\t// ignore messages that might appear after closing\n\t\tif (this.closed) {\n\t\t\treturn\n\t\t}\n\t\tif (type) {\n\t\t\tif (typeof this.listeners.done !== 'undefined') {\n\t\t\t\tfor (i = 0; i < this.listeners[type].length; i++) {\n\t\t\t\t\tthis.listeners[type][i](data)\n\t\t\t\t}\n\t\t\t}\n\t\t} else {\n\t\t\tfor (i = 0; i < this.typelessListeners.length; i++) {\n\t\t\t\tthis.typelessListeners[i](data)\n\t\t\t}\n\t\t}\n\t},\n\tlastLength: 0, // for fallback\n\t/**\n\t * Listen to a given type of events.\n\t *\n\t * @param {String} type event type\n\t * @param {Function} callback event callback\n\t */\n\tlisten: function(type, callback) {\n\t\tif (callback && callback.call) {\n\n\t\t\tif (type) {\n\t\t\t\tif (this.useFallBack) {\n\t\t\t\t\tif (!this.listeners[type]) {\n\t\t\t\t\t\tthis.listeners[type] = []\n\t\t\t\t\t}\n\t\t\t\t\tthis.listeners[type].push(callback)\n\t\t\t\t} else {\n\t\t\t\t\tthis.source.addEventListener(type, function(e) {\n\t\t\t\t\t\tif (typeof e.data !== 'undefined') {\n\t\t\t\t\t\t\tcallback(JSON.parse(e.data))\n\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\tcallback('')\n\t\t\t\t\t\t}\n\t\t\t\t\t}, false)\n\t\t\t\t}\n\t\t\t} else {\n\t\t\t\tthis.typelessListeners.push(callback)\n\t\t\t}\n\t\t}\n\t},\n\t/**\n\t * Closes this event source.\n\t */\n\tclose: function() {\n\t\tthis.closed = true\n\t\tif (typeof this.source !== 'undefined') {\n\t\t\tthis.source.close()\n\t\t}\n\t}\n}\n\nexport default OCEventSource\n","/*\n * @copyright 2019 Christoph Wurst <christoph@winzerhof-wurst.at>\n *\n * @author 2019 Christoph Wurst <christoph@winzerhof-wurst.at>\n *\n * @license GNU AGPL version 3 or any later version\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see <http://www.gnu.org/licenses/>.\n */\n\nconst capabilities = window._oc_capabilities || {}\n\n/**\n * Returns the capabilities\n *\n * @returns {Array} capabilities\n *\n * @since 14.0\n */\nexport const getCapabilities = () => capabilities\n","/**\n * @copyright 2019 Christoph Wurst <christoph@winzerhof-wurst.at>\n *\n * @author 2019 Christoph Wurst <christoph@winzerhof-wurst.at>\n *\n * @license GNU AGPL version 3 or any later version\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see <http://www.gnu.org/licenses/>.\n */\n\nimport _ from 'underscore'\nimport $ from 'jquery'\n\nimport { menuSpeed } from './constants'\n\nexport let currentMenu = null\nexport let currentMenuToggle = null\n\n/**\n * For menu toggling\n *\n * @param {jQuery} $toggle the toggle element\n * @param {jQuery} $menuEl the menu container element\n * @param {function|undefined} toggle callback invoked everytime the menu is opened\n * @param {boolean} headerMenu is this a top right header menu?\n * @returns {undefined}\n */\nexport const registerMenu = function($toggle, $menuEl, toggle, headerMenu) {\n\t$menuEl.addClass('menu')\n\tconst isClickableElement = $toggle.prop('tagName') === 'A' || $toggle.prop('tagName') === 'BUTTON'\n\n\t// On link and button, the enter key trigger a click event\n\t// Only use the click to avoid two fired events\n\t$toggle.on(isClickableElement ? 'click.menu' : 'click.menu keyup.menu', function(event) {\n\t\t// prevent the link event (append anchor to URL)\n\t\tevent.preventDefault()\n\n\t\t// allow enter key as a trigger\n\t\tif (event.key && event.key !== 'Enter') {\n\t\t\treturn\n\t\t}\n\n\t\tif ($menuEl.is(currentMenu)) {\n\t\t\thideMenus()\n\t\t\treturn\n\t\t} else if (currentMenu) {\n\t\t\t// another menu was open?\n\t\t\t// close it\n\t\t\thideMenus()\n\t\t}\n\n\t\tif (headerMenu === true) {\n\t\t\t$menuEl.parent().addClass('openedMenu')\n\t\t}\n\n\t\t// Set menu to expanded\n\t\t$toggle.attr('aria-expanded', true)\n\n\t\t$menuEl.slideToggle(menuSpeed, toggle)\n\t\tcurrentMenu = $menuEl\n\t\tcurrentMenuToggle = $toggle\n\t})\n}\n\n/**\n * Unregister a previously registered menu\n *\n * @param {jQuery} $toggle the toggle element\n * @param {jQuery} $menuEl the menu container element\n */\nexport const unregisterMenu = ($toggle, $menuEl) => {\n\t// close menu if opened\n\tif ($menuEl.is(currentMenu)) {\n\t\thideMenus()\n\t}\n\t$toggle.off('click.menu').removeClass('menutoggle')\n\t$menuEl.removeClass('menu')\n}\n\n/**\n * Hides any open menus\n *\n * @param {Function} complete callback when the hiding animation is done\n */\nexport const hideMenus = function(complete) {\n\tif (currentMenu) {\n\t\tconst lastMenu = currentMenu\n\t\tcurrentMenu.trigger(new $.Event('beforeHide'))\n\t\tcurrentMenu.slideUp(menuSpeed, function() {\n\t\t\tlastMenu.trigger(new $.Event('afterHide'))\n\t\t\tif (complete) {\n\t\t\t\tcomplete.apply(this, arguments)\n\t\t\t}\n\t\t})\n\t}\n\n\t// Set menu to closed\n\t$('.menutoggle').attr('aria-expanded', false)\n\n\t$('.openedMenu').removeClass('openedMenu')\n\tcurrentMenu = null\n\tcurrentMenuToggle = null\n}\n\n/**\n * Shows a given element as menu\n *\n * @param {Object} [$toggle=null] menu toggle\n * @param {Object} $menuEl menu element\n * @param {Function} complete callback when the showing animation is done\n */\nexport const showMenu = ($toggle, $menuEl, complete) => {\n\tif ($menuEl.is(currentMenu)) {\n\t\treturn\n\t}\n\thideMenus()\n\tcurrentMenu = $menuEl\n\tcurrentMenuToggle = $toggle\n\t$menuEl.trigger(new $.Event('beforeShow'))\n\t$menuEl.show()\n\t$menuEl.trigger(new $.Event('afterShow'))\n\t// no animation\n\tif (_.isFunction(complete)) {\n\t\tcomplete()\n\t}\n}\n","/*\n * @copyright 2019 Christoph Wurst <christoph@winzerhof-wurst.at>\n *\n * @author 2019 Christoph Wurst <christoph@winzerhof-wurst.at>\n *\n * @license GNU AGPL version 3 or any later version\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see <http://www.gnu.org/licenses/>.\n */\n\nconst isAdmin = !!window._oc_isadmin\n\n/**\n * Returns whether the current user is an administrator\n *\n * @returns {bool} true if the user is an admin, false otherwise\n * @since 9.0.0\n */\nexport const isUserAdmin = () => isAdmin\n","/*\n * @copyright 2019 Christoph Wurst <christoph@winzerhof-wurst.at>\n *\n * @author 2019 Christoph Wurst <christoph@winzerhof-wurst.at>\n *\n * @license GNU AGPL version 3 or any later version\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see <http://www.gnu.org/licenses/>.\n */\n\nimport $ from 'jquery'\n\n/**\n * A little class to manage a status field for a \"saving\" process.\n * It can be used to display a starting message (e.g. \"Saving...\") and then\n * replace it with a green success message or a red error message.\n *\n * @namespace OC.msg\n */\nexport default {\n\t/**\n\t * Displayes a \"Saving...\" message in the given message placeholder\n\t *\n\t * @param {Object} selector Placeholder to display the message in\n\t */\n\tstartSaving: function(selector) {\n\t\tthis.startAction(selector, t('core', 'Saving …'))\n\t},\n\n\t/**\n\t * Displayes a custom message in the given message placeholder\n\t *\n\t * @param {Object} selector Placeholder to display the message in\n\t * @param {string} message Plain text message to display (no HTML allowed)\n\t */\n\tstartAction: function(selector, message) {\n\t\t$(selector).text(message)\n\t\t\t.removeClass('success')\n\t\t\t.removeClass('error')\n\t\t\t.stop(true, true)\n\t\t\t.show()\n\t},\n\n\t/**\n\t * Displayes an success/error message in the given selector\n\t *\n\t * @param {Object} selector Placeholder to display the message in\n\t * @param {Object} response Response of the server\n\t * @param {Object} response.data Data of the servers response\n\t * @param {string} response.data.message Plain text message to display (no HTML allowed)\n\t * @param {string} response.status is being used to decide whether the message\n\t * is displayed as an error/success\n\t */\n\tfinishedSaving: function(selector, response) {\n\t\tthis.finishedAction(selector, response)\n\t},\n\n\t/**\n\t * Displayes an success/error message in the given selector\n\t *\n\t * @param {Object} selector Placeholder to display the message in\n\t * @param {Object} response Response of the server\n\t * @param {Object} response.data Data of the servers response\n\t * @param {string} response.data.message Plain text message to display (no HTML allowed)\n\t * @param {string} response.status is being used to decide whether the message\n\t * is displayed as an error/success\n\t */\n\tfinishedAction: function(selector, response) {\n\t\tif (response.status === 'success') {\n\t\t\tthis.finishedSuccess(selector, response.data.message)\n\t\t} else {\n\t\t\tthis.finishedError(selector, response.data.message)\n\t\t}\n\t},\n\n\t/**\n\t * Displayes an success message in the given selector\n\t *\n\t * @param {Object} selector Placeholder to display the message in\n\t * @param {string} message Plain text success message to display (no HTML allowed)\n\t */\n\tfinishedSuccess: function(selector, message) {\n\t\t$(selector).text(message)\n\t\t\t.addClass('success')\n\t\t\t.removeClass('error')\n\t\t\t.stop(true, true)\n\t\t\t.delay(3000)\n\t\t\t.fadeOut(900)\n\t\t\t.show()\n\t},\n\n\t/**\n\t * Displayes an error message in the given selector\n\t *\n\t * @param {Object} selector Placeholder to display the message in\n\t * @param {string} message Plain text error message to display (no HTML allowed)\n\t */\n\tfinishedError: function(selector, message) {\n\t\t$(selector).text(message)\n\t\t\t.addClass('error')\n\t\t\t.removeClass('success')\n\t\t\t.show()\n\t},\n}\n","/**\n * @copyright 2019 Christoph Wurst <christoph@winzerhof-wurst.at>\n *\n * @author 2019 Christoph Wurst <christoph@winzerhof-wurst.at>\n *\n * @license GNU AGPL version 3 or any later version\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see <http://www.gnu.org/licenses/>.\n */\n\nimport OC from './index'\n\n/**\n * Do a search query and display the results\n * @param {string} query the search query\n */\nconst search = function(query) {\n\tOC.Search.search(query, null, 0, 30)\n}\n\n/**\n * @namespace OC.search\n */\nsearch.customResults = {}\n/**\n * @deprecated use get/setFormatter() instead\n */\nsearch.resultTypes = {}\n\nexport default search\n","/*\n * @copyright 2019 Christoph Wurst <christoph@winzerhof-wurst.at>\n *\n * @author 2019 Christoph Wurst <christoph@winzerhof-wurst.at>\n *\n * @license GNU AGPL version 3 or any later version\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see <http://www.gnu.org/licenses/>.\n */\n\nexport const theme = window._theme || {}\n","/**\n * @copyright 2019 Christoph Wurst <christoph@winzerhof-wurst.at>\n *\n * @author 2019 Christoph Wurst <christoph@winzerhof-wurst.at>\n *\n * @license GNU AGPL version 3 or any later version\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see <http://www.gnu.org/licenses/>.\n */\n\nimport $ from 'jquery'\nimport moment from 'moment'\n\nimport History from './util-history'\nimport OC from './index'\nimport humanFileSize from '../Util/human-file-size'\n\nfunction chunkify(t) {\n\t// Adapted from http://my.opera.com/GreyWyvern/blog/show.dml/1671288\n\tconst tz = []\n\tlet x = 0\n\tlet y = -1\n\tlet n = 0\n\tlet c\n\n\twhile (x < t.length) {\n\t\tc = t.charAt(x)\n\t\t// only include the dot in strings\n\t\tconst m = ((!n && c === '.') || (c >= '0' && c <= '9'))\n\t\tif (m !== n) {\n\t\t\t// next chunk\n\t\t\ty++\n\t\t\ttz[y] = ''\n\t\t\tn = m\n\t\t}\n\t\ttz[y] += c\n\t\tx++\n\t}\n\treturn tz\n}\n\n/**\n * Utility functions\n * @namespace OC.Util\n */\nexport default {\n\n\tHistory,\n\n\thumanFileSize,\n\n\t/**\n\t * Returns a file size in bytes from a humanly readable string\n\t * Makes 2kB to 2048.\n\t * Inspired by computerFileSize in helper.php\n\t * @param {string} string file size in human readable format\n\t * @returns {number} or null if string could not be parsed\n\t *\n\t *\n\t */\n\tcomputerFileSize: function(string) {\n\t\tif (typeof string !== 'string') {\n\t\t\treturn null\n\t\t}\n\n\t\tconst s = string.toLowerCase().trim()\n\t\tlet bytes = null\n\n\t\tconst bytesArray = {\n\t\t\t'b': 1,\n\t\t\t'k': 1024,\n\t\t\t'kb': 1024,\n\t\t\t'mb': 1024 * 1024,\n\t\t\t'm': 1024 * 1024,\n\t\t\t'gb': 1024 * 1024 * 1024,\n\t\t\t'g': 1024 * 1024 * 1024,\n\t\t\t'tb': 1024 * 1024 * 1024 * 1024,\n\t\t\t't': 1024 * 1024 * 1024 * 1024,\n\t\t\t'pb': 1024 * 1024 * 1024 * 1024 * 1024,\n\t\t\t'p': 1024 * 1024 * 1024 * 1024 * 1024,\n\t\t}\n\n\t\tconst matches = s.match(/^[\\s+]?([0-9]*)(\\.([0-9]+))?( +)?([kmgtp]?b?)$/i)\n\t\tif (matches !== null) {\n\t\t\tbytes = parseFloat(s)\n\t\t\tif (!isFinite(bytes)) {\n\t\t\t\treturn null\n\t\t\t}\n\t\t} else {\n\t\t\treturn null\n\t\t}\n\t\tif (matches[5]) {\n\t\t\tbytes = bytes * bytesArray[matches[5]]\n\t\t}\n\n\t\tbytes = Math.round(bytes)\n\t\treturn bytes\n\t},\n\n\t/**\n\t * @param {string|number} timestamp timestamp\n\t * @param {string} format date format, see momentjs docs\n\t * @returns {string} timestamp formatted as requested\n\t */\n\tformatDate: function(timestamp, format) {\n\t\tformat = format || 'LLL'\n\t\treturn moment(timestamp).format(format)\n\t},\n\n\t/**\n\t * @param {string|number} timestamp timestamp\n\t * @returns {string} human readable difference from now\n\t */\n\trelativeModifiedDate: function(timestamp) {\n\t\tconst diff = moment().diff(moment(timestamp))\n\t\tif (diff >= 0 && diff < 45000) {\n\t\t\treturn t('core', 'seconds ago')\n\t\t}\n\t\treturn moment(timestamp).fromNow()\n\t},\n\n\t/**\n\t * Returns whether this is IE\n\t *\n\t * @returns {bool} true if this is IE, false otherwise\n\t */\n\tisIE: function() {\n\t\treturn $('html').hasClass('ie')\n\t},\n\n\t/**\n\t * Returns the width of a generic browser scrollbar\n\t *\n\t * @returns {int} width of scrollbar\n\t */\n\tgetScrollBarWidth: function() {\n\t\tif (this._scrollBarWidth) {\n\t\t\treturn this._scrollBarWidth\n\t\t}\n\n\t\tconst inner = document.createElement('p')\n\t\tinner.style.width = '100%'\n\t\tinner.style.height = '200px'\n\n\t\tconst outer = document.createElement('div')\n\t\touter.style.position = 'absolute'\n\t\touter.style.top = '0px'\n\t\touter.style.left = '0px'\n\t\touter.style.visibility = 'hidden'\n\t\touter.style.width = '200px'\n\t\touter.style.height = '150px'\n\t\touter.style.overflow = 'hidden'\n\t\touter.appendChild(inner)\n\n\t\tdocument.body.appendChild(outer)\n\t\tconst w1 = inner.offsetWidth\n\t\touter.style.overflow = 'scroll'\n\t\tlet w2 = inner.offsetWidth\n\t\tif (w1 === w2) {\n\t\t\tw2 = outer.clientWidth\n\t\t}\n\n\t\tdocument.body.removeChild(outer)\n\n\t\tthis._scrollBarWidth = (w1 - w2)\n\n\t\treturn this._scrollBarWidth\n\t},\n\n\t/**\n\t * Remove the time component from a given date\n\t *\n\t * @param {Date} date date\n\t * @returns {Date} date with stripped time\n\t */\n\tstripTime: function(date) {\n\t\t// FIXME: likely to break when crossing DST\n\t\t// would be better to use a library like momentJS\n\t\treturn new Date(date.getFullYear(), date.getMonth(), date.getDate())\n\t},\n\n\t/**\n\t * Compare two strings to provide a natural sort\n\t * @param {string} a first string to compare\n\t * @param {string} b second string to compare\n\t * @returns {number} -1 if b comes before a, 1 if a comes before b\n\t * or 0 if the strings are identical\n\t */\n\tnaturalSortCompare: function(a, b) {\n\t\tlet x\n\t\tconst aa = chunkify(a)\n\t\tconst bb = chunkify(b)\n\n\t\tfor (x = 0; aa[x] && bb[x]; x++) {\n\t\t\tif (aa[x] !== bb[x]) {\n\t\t\t\tconst aNum = Number(aa[x]); const bNum = Number(bb[x])\n\t\t\t\t// note: == is correct here\n\t\t\t\t/* eslint-disable-next-line */\n\t\t\t\tif (aNum == aa[x] && bNum == bb[x]) {\n\t\t\t\t\treturn aNum - bNum\n\t\t\t\t} else {\n\t\t\t\t\t// Note: This locale setting isn't supported by all browsers but for the ones\n\t\t\t\t\t// that do there will be more consistency between client-server sorting\n\t\t\t\t\treturn aa[x].localeCompare(bb[x], OC.getLanguage())\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t\treturn aa.length - bb.length\n\t},\n\n\t/**\n\t * Calls the callback in a given interval until it returns true\n\t * @param {function} callback function to call on success\n\t * @param {integer} interval in milliseconds\n\t */\n\twaitFor: function(callback, interval) {\n\t\tconst internalCallback = function() {\n\t\t\tif (callback() !== true) {\n\t\t\t\tsetTimeout(internalCallback, interval)\n\t\t\t}\n\t\t}\n\n\t\tinternalCallback()\n\t},\n\n\t/**\n\t * Checks if a cookie with the given name is present and is set to the provided value.\n\t * @param {string} name name of the cookie\n\t * @param {string} value value of the cookie\n\t * @returns {boolean} true if the cookie with the given name has the given value\n\t */\n\tisCookieSetToValue: function(name, value) {\n\t\tconst cookies = document.cookie.split(';')\n\t\tfor (let i = 0; i < cookies.length; i++) {\n\t\t\tconst cookie = cookies[i].split('=')\n\t\t\tif (cookie[0].trim() === name && cookie[1].trim() === value) {\n\t\t\t\treturn true\n\t\t\t}\n\t\t}\n\t\treturn false\n\t},\n}\n","/**\n * @copyright 2019 Christoph Wurst <christoph@winzerhof-wurst.at>\n *\n * @author 2019 Christoph Wurst <christoph@winzerhof-wurst.at>\n *\n * @license GNU AGPL version 3 or any later version\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see <http://www.gnu.org/licenses/>.\n */\n\nimport _ from 'underscore'\nimport OC from './index'\n\n/**\n * Utility class for the history API,\n * includes fallback to using the URL hash when\n * the browser doesn't support the history API.\n *\n * @namespace OC.Util.History\n */\nexport default {\n\n\t_handlers: [],\n\n\t/**\n\t * Push the current URL parameters to the history stack\n\t * and change the visible URL.\n\t * Note: this includes a workaround for IE8/IE9 that uses\n\t * the hash part instead of the search part.\n\t *\n\t * @param {Object|string} params to append to the URL, can be either a string\n\t * or a map\n\t * @param {string} [url] URL to be used, otherwise the current URL will be used,\n\t * using the params as query string\n\t * @param {boolean} [replace=false] whether to replace instead of pushing\n\t */\n\t_pushState: function(params, url, replace) {\n\t\tlet strParams\n\t\tif (typeof (params) === 'string') {\n\t\t\tstrParams = params\n\t\t} else {\n\t\t\tstrParams = OC.buildQueryString(params)\n\t\t}\n\n\t\tif (window.history.pushState) {\n\t\t\turl = url || location.pathname + '?' + strParams\n\t\t\t// Workaround for bug with SVG and window.history.pushState on Firefox < 51\n\t\t\t// https://bugzilla.mozilla.org/show_bug.cgi?id=652991\n\t\t\tconst isFirefox = navigator.userAgent.toLowerCase().indexOf('firefox') > -1\n\t\t\tif (isFirefox && parseInt(navigator.userAgent.split('/').pop()) < 51) {\n\t\t\t\tconst patterns = document.querySelectorAll('[fill^=\"url(#\"], [stroke^=\"url(#\"], [filter^=\"url(#invert\"]')\n\t\t\t\tfor (let i = 0, ii = patterns.length, pattern; i < ii; i++) {\n\t\t\t\t\tpattern = patterns[i]\n\t\t\t\t\t// eslint-disable-next-line no-self-assign\n\t\t\t\t\tpattern.style.fill = pattern.style.fill\n\t\t\t\t\t// eslint-disable-next-line no-self-assign\n\t\t\t\t\tpattern.style.stroke = pattern.style.stroke\n\t\t\t\t\tpattern.removeAttribute('filter')\n\t\t\t\t\tpattern.setAttribute('filter', 'url(#invert)')\n\t\t\t\t}\n\t\t\t}\n\t\t\tif (replace) {\n\t\t\t\twindow.history.replaceState(params, '', url)\n\t\t\t} else {\n\t\t\t\twindow.history.pushState(params, '', url)\n\t\t\t}\n\t\t} else {\n\t\t\t// use URL hash for IE8\n\t\t\twindow.location.hash = '?' + strParams\n\t\t\t// inhibit next onhashchange that just added itself\n\t\t\t// to the event queue\n\t\t\tthis._cancelPop = true\n\t\t}\n\t},\n\n\t/**\n\t * Push the current URL parameters to the history stack\n\t * and change the visible URL.\n\t * Note: this includes a workaround for IE8/IE9 that uses\n\t * the hash part instead of the search part.\n\t *\n\t * @param {Object|string} params to append to the URL, can be either a string or a map\n\t * @param {string} [url] URL to be used, otherwise the current URL will be used, using the params as query string\n\t */\n\tpushState: function(params, url) {\n\t\tthis._pushState(params, url, false)\n\t},\n\n\t/**\n\t * Push the current URL parameters to the history stack\n\t * and change the visible URL.\n\t * Note: this includes a workaround for IE8/IE9 that uses\n\t * the hash part instead of the search part.\n\t *\n\t * @param {Object|string} params to append to the URL, can be either a string\n\t * or a map\n\t * @param {string} [url] URL to be used, otherwise the current URL will be used,\n\t * using the params as query string\n\t */\n\treplaceState: function(params, url) {\n\t\tthis._pushState(params, url, true)\n\t},\n\n\t/**\n\t * Add a popstate handler\n\t *\n\t * @param {Function} handler handler\n\t */\n\taddOnPopStateHandler: function(handler) {\n\t\tthis._handlers.push(handler)\n\t},\n\n\t/**\n\t * Parse a query string from the hash part of the URL.\n\t * (workaround for IE8 / IE9)\n\t * @returns {string}\n\t */\n\t_parseHashQuery: function() {\n\t\tconst hash = window.location.hash\n\t\tconst pos = hash.indexOf('?')\n\t\tif (pos >= 0) {\n\t\t\treturn hash.substr(pos + 1)\n\t\t}\n\t\tif (hash.length) {\n\t\t\t// remove hash sign\n\t\t\treturn hash.substr(1)\n\t\t}\n\t\treturn ''\n\t},\n\n\t_decodeQuery: function(query) {\n\t\treturn query.replace(/\\+/g, ' ')\n\t},\n\n\t/**\n\t * Parse the query/search part of the URL.\n\t * Also try and parse it from the URL hash (for IE8)\n\t *\n\t * @returns {Object} map of parameters\n\t */\n\tparseUrlQuery: function() {\n\t\tconst query = this._parseHashQuery()\n\t\tlet params\n\t\t// try and parse from URL hash first\n\t\tif (query) {\n\t\t\tparams = OC.parseQueryString(this._decodeQuery(query))\n\t\t}\n\t\t// else read from query attributes\n\t\tparams = _.extend(params || {}, OC.parseQueryString(this._decodeQuery(location.search)))\n\t\treturn params || {}\n\t},\n\n\t_onPopState: function(e) {\n\t\tif (this._cancelPop) {\n\t\t\tthis._cancelPop = false\n\t\t\treturn\n\t\t}\n\t\tlet params\n\t\tif (!this._handlers.length) {\n\t\t\treturn\n\t\t}\n\t\tparams = (e && e.state)\n\t\tif (_.isString(params)) {\n\t\t\tparams = OC.parseQueryString(params)\n\t\t} else if (!params) {\n\t\t\tparams = this.parseUrlQuery() || {}\n\t\t}\n\t\tfor (let i = 0; i < this._handlers.length; i++) {\n\t\t\tthis._handlers[i](params)\n\t\t}\n\t},\n}\n","/*\n * @copyright 2019 Christoph Wurst <christoph@winzerhof-wurst.at>\n *\n * @author 2019 Christoph Wurst <christoph@winzerhof-wurst.at>\n *\n * @license GNU AGPL version 3 or any later version\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see <http://www.gnu.org/licenses/>.\n */\n\n/**\n * Returns a human readable file size\n * @param {number} size Size in bytes\n * @param {boolean} skipSmallSizes return '< 1 kB' for small files\n * @returns {string}\n */\nexport default function humanFileSize(size, skipSmallSizes) {\n\tconst humanList = ['B', 'KB', 'MB', 'GB', 'TB']\n\t// Calculate Log with base 1024: size = 1024 ** order\n\tlet order = size > 0 ? Math.floor(Math.log(size) / Math.log(1024)) : 0\n\t// Stay in range of the byte sizes that are defined\n\torder = Math.min(humanList.length - 1, order)\n\tconst readableFormat = humanList[order]\n\tlet relativeSize = (size / Math.pow(1024, order)).toFixed(1)\n\tif (skipSmallSizes === true && order === 0) {\n\t\tif (relativeSize !== '0.0') {\n\t\t\treturn '< 1 KB'\n\t\t} else {\n\t\t\treturn '0 KB'\n\t\t}\n\t}\n\tif (order < 2) {\n\t\trelativeSize = parseFloat(relativeSize).toFixed(0)\n\t} else if (relativeSize.substr(relativeSize.length - 2, 2) === '.0') {\n\t\trelativeSize = relativeSize.substr(0, relativeSize.length - 2)\n\t} else {\n\t\trelativeSize = parseFloat(relativeSize).toLocaleString(OC.getCanonicalLocale())\n\t}\n\treturn relativeSize + ' ' + readableFormat\n}\n","/*\n * @copyright 2019 Christoph Wurst <christoph@winzerhof-wurst.at>\n *\n * @author 2019 Christoph Wurst <christoph@winzerhof-wurst.at>\n *\n * @license GNU AGPL version 3 or any later version\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see <http://www.gnu.org/licenses/>.\n */\n\nconst base = window._oc_debug\n\nexport const debug = base\n","/*\n * @copyright 2019 Christoph Wurst <christoph@winzerhof-wurst.at>\n *\n * @author 2019 Christoph Wurst <christoph@winzerhof-wurst.at>\n *\n * @license GNU AGPL version 3 or any later version\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see <http://www.gnu.org/licenses/>.\n */\n\nlet webroot = window._oc_webroot\n\nif (typeof webroot === 'undefined') {\n\twebroot = location.pathname\n\tconst pos = webroot.indexOf('/index.php/')\n\tif (pos !== -1) {\n\t\twebroot = webroot.substr(0, pos)\n\t} else {\n\t\twebroot = webroot.substr(0, webroot.lastIndexOf('/'))\n\t}\n}\n\nexport default webroot\n","/**\n * @copyright 2019 Christoph Wurst <christoph@winzerhof-wurst.at>\n *\n * @author 2019 Christoph Wurst <christoph@winzerhof-wurst.at>\n *\n * @license GNU AGPL version 3 or any later version\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see <http://www.gnu.org/licenses/>.\n */\n\n/**\n * Get a variable by name\n * @param {string} context context\n * @returns {Function} getter\n * @deprecated 19.0.0 use https://lodash.com/docs#get\n */\nexport const get = context => name => {\n\tconst namespaces = name.split('.')\n\tconst tail = namespaces.pop()\n\n\tfor (let i = 0; i < namespaces.length; i++) {\n\t\tcontext = context[namespaces[i]]\n\t\tif (!context) {\n\t\t\treturn false\n\t\t}\n\t}\n\treturn context[tail]\n}\n\n/**\n * Set a variable by name\n * @param {string} context context\n * @returns {Function} setter\n * @deprecated 19.0.0 use https://lodash.com/docs#set\n */\nexport const set = context => (name, value) => {\n\tconst namespaces = name.split('.')\n\tconst tail = namespaces.pop()\n\n\tfor (let i = 0; i < namespaces.length; i++) {\n\t\tif (!context[namespaces[i]]) {\n\t\t\tcontext[namespaces[i]] = {}\n\t\t}\n\t\tcontext = context[namespaces[i]]\n\t}\n\tcontext[tail] = value\n\treturn value\n}\n","/**\n * @copyright 2019 Christoph Wurst <christoph@winzerhof-wurst.at>\n *\n * @author 2019 Christoph Wurst <christoph@winzerhof-wurst.at>\n *\n * @license GNU AGPL version 3 or any later version\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see <http://www.gnu.org/licenses/>.\n */\n\nimport { subscribe } from '@nextcloud/event-bus'\n\nimport { addScript, addStyle } from './legacy-loader'\nimport {\n\tajaxConnectionLostHandler,\n\tprocessAjaxError,\n\tregisterXHRForErrorProcessing,\n} from './xhr-error'\nimport Apps from './apps'\nimport { AppConfig, appConfig } from './appconfig'\nimport { appSettings } from './appsettings'\nimport appswebroots from './appswebroots'\nimport Backbone from './backbone'\nimport {\n\tbasename,\n\tdirname,\n\tencodePath,\n\tisSamePath,\n\tjoinPaths,\n} from '@nextcloud/paths'\nimport {\n\tbuild as buildQueryString,\n\tparse as parseQueryString,\n} from './query-string'\nimport Config from './config'\nimport {\n\tcoreApps,\n\tmenuSpeed,\n\tPERMISSION_ALL,\n\tPERMISSION_CREATE,\n\tPERMISSION_DELETE,\n\tPERMISSION_NONE,\n\tPERMISSION_READ,\n\tPERMISSION_SHARE,\n\tPERMISSION_UPDATE,\n\tTAG_FAVORITE,\n} from './constants'\nimport ContactsMenu from './contactsmenu'\nimport { currentUser, getCurrentUser } from './currentuser'\nimport Dialogs from './dialogs'\nimport EventSource from './eventsource'\nimport { get, set } from './get_set'\nimport { getCapabilities } from './capabilities'\nimport {\n\tgetHost,\n\tgetHostName,\n\tgetPort,\n\tgetProtocol,\n} from './host'\nimport {\n\tgetToken as getRequestToken,\n} from './requesttoken'\nimport {\n\thideMenus,\n\tregisterMenu,\n\tshowMenu,\n\tunregisterMenu,\n} from './menu'\nimport { isUserAdmin } from './admin'\nimport L10N, {\n\tgetCanonicalLocale,\n\tgetLanguage,\n\tgetLocale,\n} from './l10n'\n\nimport {\n\tgenerateUrl,\n\tgenerateFilePath,\n\tgenerateOcsUrl,\n\tgenerateRemoteUrl,\n\tgetRootUrl,\n\timagePath,\n\tlinkTo,\n} from '@nextcloud/router'\n\nimport {\n\tlinkToRemoteBase,\n} from './routing'\nimport msg from './msg'\nimport Notification from './notification'\nimport PasswordConfirmation from './password-confirmation'\nimport Plugins from './plugins'\nimport search from './search'\nimport { theme } from './theme'\nimport Util from './util'\nimport { debug } from './debug'\nimport { redirect, reload } from './navigation'\nimport webroot from './webroot'\n\n/** @namespace OC */\nexport default {\n\t/*\n\t * Constants\n\t */\n\tcoreApps,\n\tmenuSpeed,\n\tPERMISSION_ALL,\n\tPERMISSION_CREATE,\n\tPERMISSION_DELETE,\n\tPERMISSION_NONE,\n\tPERMISSION_READ,\n\tPERMISSION_SHARE,\n\tPERMISSION_UPDATE,\n\tTAG_FAVORITE,\n\n\t/*\n\t * Deprecated helpers to be removed\n\t */\n\t/**\n\t * Check if a user file is allowed to be handled.\n\t * @param {string} file to check\n\t * @returns {Boolean}\n\t * @deprecated 17.0.0\n\t */\n\tfileIsBlacklisted: file => !!(file.match(Config.blacklist_files_regex)),\n\n\taddScript,\n\taddStyle,\n\tApps,\n\tAppConfig,\n\tappConfig,\n\tappSettings,\n\tappswebroots,\n\tBackbone,\n\tContactsMenu,\n\tconfig: Config,\n\t/**\n\t * Currently logged in user or null if none\n\t *\n\t * @type String\n\t * @deprecated use `getCurrentUser` from https://www.npmjs.com/package/@nextcloud/auth\n\t */\n\tcurrentUser,\n\tdialogs: Dialogs,\n\tEventSource,\n\t/**\n\t * Returns the currently logged in user or null if there is no logged in\n\t * user (public page mode)\n\t *\n\t * @since 9.0.0\n\t * @deprecated 19.0.0 use `getCurrentUser` from https://www.npmjs.com/package/@nextcloud/auth\n\t */\n\tgetCurrentUser,\n\tisUserAdmin,\n\tL10N,\n\n\t/**\n\t * Ajax error handlers\n\t * @todo remove from here and keep internally -> requires new tests\n\t */\n\t_ajaxConnectionLostHandler: ajaxConnectionLostHandler,\n\t_processAjaxError: processAjaxError,\n\tregisterXHRForErrorProcessing,\n\n\t/**\n\t * Capabilities\n\t *\n\t * @type {Array}\n\t * @deprecated 17.0.0 use OC.getCapabilities() instead\n\t */\n\t_capabilities: getCapabilities(),\n\tgetCapabilities,\n\n\t/*\n\t * Legacy menu helpers\n\t */\n\thideMenus,\n\tregisterMenu,\n\tshowMenu,\n\tunregisterMenu,\n\n\t/*\n\t * Path helpers\n\t */\n\t/**\n\t * @deprecated 18.0.0 use https://www.npmjs.com/package/@nextcloud/paths\n\t */\n\tbasename,\n\t/**\n\t * @deprecated 18.0.0 use https://www.npmjs.com/package/@nextcloud/paths\n\t */\n\tencodePath,\n\t/**\n\t * @deprecated 18.0.0 use https://www.npmjs.com/package/@nextcloud/paths\n\t */\n\tdirname,\n\t/**\n\t * @deprecated 18.0.0 use https://www.npmjs.com/package/@nextcloud/paths\n\t */\n\tisSamePath,\n\t/**\n\t * @deprecated 18.0.0 use https://www.npmjs.com/package/@nextcloud/paths\n\t */\n\tjoinPaths,\n\n\t/**\n\t * Host (url) helpers\n\t */\n\tgetHost,\n\tgetHostName,\n\tgetPort,\n\tgetProtocol,\n\n\t/**\n\t * L10n\n\t */\n\tgetCanonicalLocale,\n\tgetLocale,\n\tgetLanguage,\n\t/**\n\t * Loads translations for the given app asynchronously.\n\t *\n\t * @param {String} app app name\n\t * @param {Function} callback callback to call after loading\n\t * @return {Promise}\n\t * @deprecated 17.0.0 use OC.L10N.load instead\n\t */\n\taddTranslations: L10N.load,\n\n\t/**\n\t * Query string helpers\n\t */\n\tbuildQueryString,\n\tparseQueryString,\n\n\tmsg,\n\tNotification,\n\tPasswordConfirmation,\n\tPlugins,\n\tsearch,\n\ttheme,\n\tUtil,\n\tdebug,\n\t/**\n\t * @deprecated 19.0.0 use `generateFilePath` from https://www.npmjs.com/package/@nextcloud/router\n\t */\n\tfilePath: generateFilePath,\n\t/**\n\t * @deprecated 19.0.0 use `generateUrl` from https://www.npmjs.com/package/@nextcloud/router\n\t */\n\tgenerateUrl,\n\t/**\n\t * @deprecated 19.0.0 use https://lodash.com/docs#get\n\t */\n\tget: get(window),\n\t/**\n\t * @deprecated 19.0.0 use https://lodash.com/docs#set\n\t */\n\tset: set(window),\n\t/**\n\t * @deprecated 19.0.0 use `getRootUrl` from https://www.npmjs.com/package/@nextcloud/router\n\t */\n\tgetRootPath: getRootUrl,\n\t/**\n\t * @deprecated 19.0.0 use `imagePath` from https://www.npmjs.com/package/@nextcloud/router\n\t */\n\timagePath,\n\tredirect,\n\treload,\n\trequestToken: getRequestToken(),\n\t/**\n\t * @deprecated 19.0.0 use `linkTo` from https://www.npmjs.com/package/@nextcloud/router\n\t */\n\tlinkTo,\n\t/**\n\t * @deprecated 19.0.0 use `generateOcsUrl` from https://www.npmjs.com/package/@nextcloud/router\n\t */\n\tlinkToOCS: generateOcsUrl,\n\t/**\n\t * @deprecated 19.0.0 use `generateRemoteUrl` from https://www.npmjs.com/package/@nextcloud/router\n\t */\n\tlinkToRemote: generateRemoteUrl,\n\tlinkToRemoteBase,\n\t/**\n\t * Relative path to Nextcloud root.\n\t * For example: \"/nextcloud\"\n\t *\n\t * @type string\n\t *\n\t * @deprecated 19.0.0 use `getRootUrl` from https://www.npmjs.com/package/@nextcloud/router\n\t * @see OC#getRootPath\n\t */\n\twebroot,\n}\n\n// Keep the request token prop in sync\nsubscribe('csrf-token-update', e => {\n\tOC.requestToken = e.token\n\n\t// Logging might help debug (Sentry) issues\n\tconsole.info('OC.requestToken changed', e.token)\n})\n","/* eslint-disable */\n/**\n * @copyright 2019 Christoph Wurst <christoph@winzerhof-wurst.at>\n *\n * @author 2019 Christoph Wurst <christoph@winzerhof-wurst.at>\n *\n * @license GNU AGPL version 3 or any later version\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see <http://www.gnu.org/licenses/>.\n */\nimport $ from 'jquery'\nimport { filePath } from './routing'\n\n/**\n * Opens a popup with the setting for an app.\n * @param {string} appid The ID of the app e.g. 'calendar', 'contacts' or 'files'.\n * @param {boolean|string} loadJS If true 'js/settings.js' is loaded. If it's a string\n * it will attempt to load a script by that name in the 'js' directory.\n * @param {boolean} [cache] If true the javascript file won't be forced refreshed. Defaults to true.\n * @param {string} [scriptName] The name of the PHP file to load. Defaults to 'settings.php' in\n * the root of the app directory hierarchy.\n *\n * @deprecated 17.0.0 this method is unused and will be removed with Nextcloud 18\n */\nexport const appSettings = args => {\n\tconsole.warn('OC.appSettings is deprecated and will be removed with Nextcloud 18')\n\n\tif (typeof args === 'undefined' || typeof args.appid === 'undefined') {\n\t\tthrow {\n\t\t\tname: 'MissingParameter',\n\t\t\tmessage: 'The parameter appid is missing'\n\t\t}\n\t}\n\tvar props = { scriptName: 'settings.php', cache: true }\n\t$.extend(props, args)\n\tvar settings = $('#appsettings')\n\tif (settings.length === 0) {\n\t\tthrow {\n\t\t\tname: 'MissingDOMElement',\n\t\t\tmessage: 'There has be be an element with id \"appsettings\" for the popup to show.'\n\t\t}\n\t}\n\tvar popup = $('#appsettings_popup')\n\tif (popup.length === 0) {\n\t\t$('body').prepend('<div class=\"popup hidden\" id=\"appsettings_popup\"></div>')\n\t\tpopup = $('#appsettings_popup')\n\t\tpopup.addClass(settings.hasClass('topright') ? 'topright' : 'bottomleft')\n\t}\n\tif (popup.is(':visible')) {\n\t\tpopup.hide().remove()\n\t} else {\n\t\tconst arrowclass = settings.hasClass('topright') ? 'up' : 'left'\n\t\t$.get(filePath(props.appid, '', props.scriptName), function(data) {\n\t\t\tpopup.html(data).ready(function() {\n\t\t\t\tpopup.prepend('<span class=\"arrow ' + arrowclass + '\"></span><h2>' + t('core', 'Settings') + '</h2><a class=\"close\"></a>').show()\n\t\t\t\tpopup.find('.close').bind('click', function() {\n\t\t\t\t\tpopup.remove()\n\t\t\t\t})\n\t\t\t\tif (typeof props.loadJS !== 'undefined') {\n\t\t\t\t\tvar scriptname\n\t\t\t\t\tif (props.loadJS === true) {\n\t\t\t\t\t\tscriptname = 'settings.js'\n\t\t\t\t\t} else if (typeof props.loadJS === 'string') {\n\t\t\t\t\t\tscriptname = props.loadJS\n\t\t\t\t\t} else {\n\t\t\t\t\t\tthrow {\n\t\t\t\t\t\t\tname: 'InvalidParameter',\n\t\t\t\t\t\t\tmessage: 'The \"loadJS\" parameter must be either boolean or a string.'\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t\tif (props.cache) {\n\t\t\t\t\t\t$.ajaxSetup({ cache: true })\n\t\t\t\t\t}\n\t\t\t\t\t$.getScript(filePath(props.appid, 'js', scriptname))\n\t\t\t\t\t\t.fail(function(jqxhr, settings, e) {\n\t\t\t\t\t\t\tthrow e\n\t\t\t\t\t\t})\n\t\t\t\t}\n\t\t\t}).show()\n\t\t}, 'html')\n\t}\n}\n","/*\n * @copyright 2019 Christoph Wurst <christoph@winzerhof-wurst.at>\n *\n * @author 2019 Christoph Wurst <christoph@winzerhof-wurst.at>\n *\n * @license GNU AGPL version 3 or any later version\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see <http://www.gnu.org/licenses/>.\n */\n\n/**\n * Protocol that is used to access this Nextcloud instance\n * @returns {string} Used protocol\n * @deprecated 17.0.0 use window.location.protocol directly\n */\nexport const getProtocol = () => window.location.protocol.split(':')[0]\n\n/**\n * Returns the host used to access this Nextcloud instance\n * Host is sometimes the same as the hostname but now always.\n *\n * Examples:\n * http://example.com => example.com\n * https://example.com => example.com\n * http://example.com:8080 => example.com:8080\n *\n * @returns {string} host\n *\n * @since 8.2\n * @deprecated 17.0.0 use window.location.host directly\n */\nexport const getHost = () => window.location.host\n\n/**\n * Returns the hostname used to access this Nextcloud instance\n * The hostname is always stripped of the port\n *\n * @returns {string} hostname\n * @since 9.0\n * @deprecated 17.0.0 use window.location.hostname directly\n */\nexport const getHostName = () => window.location.hostname\n\n/**\n * Returns the port number used to access this Nextcloud instance\n *\n * @returns {int} port number\n *\n * @since 8.2\n * @deprecated 17.0.0 use window.location.port directly\n */\nexport const getPort = () => window.location.port\n","/*\n * @copyright 2019 Christoph Wurst <christoph@winzerhof-wurst.at>\n *\n * @author 2019 Christoph Wurst <christoph@winzerhof-wurst.at>\n *\n * @license GNU AGPL version 3 or any later version\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see <http://www.gnu.org/licenses/>.\n */\n\n/**\n * @namespace OC.Plugins\n */\nexport default {\n\n\t/**\n\t * @type Array.<OC.Plugin>\n\t */\n\t_plugins: {},\n\n\t/**\n\t * Register plugin\n\t *\n\t * @param {String} targetName app name / class name to hook into\n\t * @param {OC.Plugin} plugin plugin\n\t */\n\tregister: function(targetName, plugin) {\n\t\tlet plugins = this._plugins[targetName]\n\t\tif (!plugins) {\n\t\t\tplugins = this._plugins[targetName] = []\n\t\t}\n\t\tplugins.push(plugin)\n\t},\n\n\t/**\n\t * Returns all plugin registered to the given target\n\t * name / app name / class name.\n\t *\n\t * @param {String} targetName app name / class name to hook into\n\t * @returns {Array.<OC.Plugin>} array of plugins\n\t */\n\tgetPlugins: function(targetName) {\n\t\treturn this._plugins[targetName] || []\n\t},\n\n\t/**\n\t * Call attach() on all plugins registered to the given target name.\n\t *\n\t * @param {String} targetName app name / class name\n\t * @param {Object} targetObject to be extended\n\t * @param {Object} [options] options\n\t */\n\tattach: function(targetName, targetObject, options) {\n\t\tconst plugins = this.getPlugins(targetName)\n\t\tfor (let i = 0; i < plugins.length; i++) {\n\t\t\tif (plugins[i].attach) {\n\t\t\t\tplugins[i].attach(targetObject, options)\n\t\t\t}\n\t\t}\n\t},\n\n\t/**\n\t * Call detach() on all plugins registered to the given target name.\n\t *\n\t * @param {String} targetName app name / class name\n\t * @param {Object} targetObject to be extended\n\t * @param {Object} [options] options\n\t */\n\tdetach: function(targetName, targetObject, options) {\n\t\tconst plugins = this.getPlugins(targetName)\n\t\tfor (let i = 0; i < plugins.length; i++) {\n\t\t\tif (plugins[i].detach) {\n\t\t\t\tplugins[i].detach(targetObject, options)\n\t\t\t}\n\t\t}\n\t},\n\n}\n","/**\n * @copyright 2019 Christoph Wurst <christoph@winzerhof-wurst.at>\n *\n * @author 2019 Christoph Wurst <christoph@winzerhof-wurst.at>\n *\n * @license GNU AGPL version 3 or any later version\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see <http://www.gnu.org/licenses/>.\n */\n\n/**\n * Redirect to the target URL, can also be used for downloads.\n * @param {string} targetURL URL to redirect to\n * @deprecated 17.0.0 use window.location directly\n */\nexport const redirect = targetURL => { window.location = targetURL }\n\n/**\n * Reloads the current page\n * @deprecated 17.0.0 use window.location.reload directly\n */\nexport const reload = () => { window.location.reload() }\n","var check = function (it) {\n return it && it.Math == Math && it;\n};\n\n// https://github.com/zloirock/core-js/issues/86#issuecomment-115759028\nmodule.exports =\n // eslint-disable-next-line no-undef\n check(typeof globalThis == 'object' && globalThis) ||\n check(typeof window == 'object' && window) ||\n check(typeof self == 'object' && self) ||\n check(typeof global == 'object' && global) ||\n // eslint-disable-next-line no-new-func\n Function('return this')();\n","var global = require('../internals/global');\nvar shared = require('../internals/shared');\nvar has = require('../internals/has');\nvar uid = require('../internals/uid');\nvar NATIVE_SYMBOL = require('../internals/native-symbol');\nvar USE_SYMBOL_AS_UID = require('../internals/use-symbol-as-uid');\n\nvar WellKnownSymbolsStore = shared('wks');\nvar Symbol = global.Symbol;\nvar createWellKnownSymbol = USE_SYMBOL_AS_UID ? Symbol : Symbol && Symbol.withoutSetter || uid;\n\nmodule.exports = function (name) {\n if (!has(WellKnownSymbolsStore, name)) {\n if (NATIVE_SYMBOL && has(Symbol, name)) WellKnownSymbolsStore[name] = Symbol[name];\n else WellKnownSymbolsStore[name] = createWellKnownSymbol('Symbol.' + name);\n } return WellKnownSymbolsStore[name];\n};\n","module.exports = function (exec) {\n try {\n return !!exec();\n } catch (error) {\n return true;\n }\n};\n","var hasOwnProperty = {}.hasOwnProperty;\n\nmodule.exports = function (it, key) {\n return hasOwnProperty.call(it, key);\n};\n","module.exports = function (exec) {\n try {\n return !!exec();\n } catch (error) {\n return true;\n }\n};\n","module.exports = function (it) {\n return typeof it === 'object' ? it !== null : typeof it === 'function';\n};\n","/**\n * @copyright 2019 Christoph Wurst <christoph@winzerhof-wurst.at>\n *\n * @author 2019 Christoph Wurst <christoph@winzerhof-wurst.at>\n *\n * @license GNU AGPL version 3 or any later version\n *\n * This program is free software = you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation either version 3 of the\n * License or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not see <http://www.gnu.org/licenses/>.\n */\n\nexport const coreApps = ['', 'admin', 'log', 'core/search', 'core', '3rdparty']\nexport const menuSpeed = 50\nexport const PERMISSION_NONE = 0\nexport const PERMISSION_CREATE = 4\nexport const PERMISSION_READ = 1\nexport const PERMISSION_UPDATE = 2\nexport const PERMISSION_DELETE = 8\nexport const PERMISSION_SHARE = 16\nexport const PERMISSION_ALL = 31\nexport const TAG_FAVORITE = '_$!<Favorite>!$_'\n","var DESCRIPTORS = require('../internals/descriptors');\nvar IE8_DOM_DEFINE = require('../internals/ie8-dom-define');\nvar anObject = require('../internals/an-object');\nvar toPrimitive = require('../internals/to-primitive');\n\nvar nativeDefineProperty = Object.defineProperty;\n\n// `Object.defineProperty` method\n// https://tc39.github.io/ecma262/#sec-object.defineproperty\nexports.f = DESCRIPTORS ? nativeDefineProperty : function defineProperty(O, P, Attributes) {\n anObject(O);\n P = toPrimitive(P, true);\n anObject(Attributes);\n if (IE8_DOM_DEFINE) try {\n return nativeDefineProperty(O, P, Attributes);\n } catch (error) { /* empty */ }\n if ('get' in Attributes || 'set' in Attributes) throw TypeError('Accessors not supported');\n if ('value' in Attributes) O[P] = Attributes.value;\n return O;\n};\n","module.exports = function (exec) {\n try {\n return !!exec();\n } catch (error) {\n return true;\n }\n};\n","var g;\n\n// This works in non-strict mode\ng = (function() {\n\treturn this;\n})();\n\ntry {\n\t// This works if eval is allowed (see CSP)\n\tg = g || new Function(\"return this\")();\n} catch (e) {\n\t// This works if the window reference is available\n\tif (typeof window === \"object\") g = window;\n}\n\n// g can still be undefined, but nothing to do about it...\n// We return undefined, instead of nothing here, so it's\n// easier to handle this case. if(!global) { ...}\n\nmodule.exports = g;\n","var fails = require('../internals/fails');\n\n// Thank's IE8 for his funny defineProperty\nmodule.exports = !fails(function () {\n return Object.defineProperty({}, 1, { get: function () { return 7; } })[1] != 7;\n});\n","var DESCRIPTORS = require('../internals/descriptors');\nvar definePropertyModule = require('../internals/object-define-property');\nvar createPropertyDescriptor = require('../internals/create-property-descriptor');\n\nmodule.exports = DESCRIPTORS ? function (object, key, value) {\n return definePropertyModule.f(object, key, createPropertyDescriptor(1, value));\n} : function (object, key, value) {\n object[key] = value;\n return object;\n};\n","var check = function (it) {\n return it && it.Math == Math && it;\n};\n\n// https://github.com/zloirock/core-js/issues/86#issuecomment-115759028\nmodule.exports =\n // eslint-disable-next-line no-undef\n check(typeof globalThis == 'object' && globalThis) ||\n check(typeof window == 'object' && window) ||\n check(typeof self == 'object' && self) ||\n check(typeof global == 'object' && global) ||\n // eslint-disable-next-line no-new-func\n Function('return this')();\n","var check = function (it) {\n return it && it.Math == Math && it;\n};\n\n// https://github.com/zloirock/core-js/issues/86#issuecomment-115759028\nmodule.exports =\n // eslint-disable-next-line no-undef\n check(typeof globalThis == 'object' && globalThis) ||\n check(typeof window == 'object' && window) ||\n check(typeof self == 'object' && self) ||\n check(typeof global == 'object' && global) ||\n // eslint-disable-next-line no-new-func\n Function('return this')();\n","var isObject = require('../internals/is-object');\n\nmodule.exports = function (it) {\n if (!isObject(it)) {\n throw TypeError(String(it) + ' is not an object');\n } return it;\n};\n","module.exports = function (exec) {\n try {\n return !!exec();\n } catch (error) {\n return true;\n }\n};\n","\"use strict\";\n\nrequire(\"core-js/modules/es.array.index-of\");\n\nrequire(\"core-js/modules/es.object.assign\");\n\nrequire(\"core-js/modules/es.object.to-string\");\n\nrequire(\"core-js/modules/es.regexp.exec\");\n\nrequire(\"core-js/modules/es.regexp.to-string\");\n\nrequire(\"core-js/modules/es.string.replace\");\n\nObject.defineProperty(exports, \"__esModule\", {\n value: true\n});\nexports.getRootUrl = exports.generateFilePath = exports.imagePath = exports.generateUrl = exports.generateOcsUrl = exports.generateRemoteUrl = exports.linkTo = void 0;\n\n/// <reference types=\"@nextcloud/typings\" />\n\n/**\n * Get an absolute url to a file in an app\n *\n * @param {string} app the id of the app the file belongs to\n * @param {string} file the file path relative to the app folder\n * @return {string} Absolute URL to a file\n */\nvar linkTo = function linkTo(app, file) {\n return generateFilePath(app, '', file);\n};\n/**\n * Creates a relative url for remote use\n *\n * @param {string} service id\n * @return {string} the url\n */\n\n\nexports.linkTo = linkTo;\n\nvar linkToRemoteBase = function linkToRemoteBase(service) {\n return getRootUrl() + '/remote.php/' + service;\n};\n/**\n * @brief Creates an absolute url for remote use\n * @param {string} service id\n * @return {string} the url\n */\n\n\nvar generateRemoteUrl = function generateRemoteUrl(service) {\n return window.location.protocol + '//' + window.location.host + linkToRemoteBase(service);\n};\n/**\n * Get the base path for the given OCS API service\n *\n * @param {string} service name\n * @param {int} version OCS API version\n * @return {string} OCS API base path\n */\n\n\nexports.generateRemoteUrl = generateRemoteUrl;\n\nvar generateOcsUrl = function generateOcsUrl(service, version) {\n version = version !== 2 ? 1 : 2;\n return window.location.protocol + '//' + window.location.host + getRootUrl() + '/ocs/v' + version + '.php/' + service + '/';\n};\n\nexports.generateOcsUrl = generateOcsUrl;\n\n/**\n * Generate the absolute url for the given relative url, which can contain parameters\n *\n * Parameters will be URL encoded automatically\n *\n * @return {string} Absolute URL for the given relative URL\n */\nvar generateUrl = function generateUrl(url, params, options) {\n var allOptions = Object.assign({\n escape: true,\n noRewrite: false\n }, options || {});\n\n var _build = function _build(text, vars) {\n vars = vars || {};\n return text.replace(/{([^{}]*)}/g, function (a, b) {\n var r = vars[b];\n\n if (allOptions.escape) {\n return typeof r === 'string' || typeof r === 'number' ? encodeURIComponent(r.toString()) : encodeURIComponent(a);\n } else {\n return typeof r === 'string' || typeof r === 'number' ? r.toString() : a;\n }\n });\n };\n\n if (url.charAt(0) !== '/') {\n url = '/' + url;\n }\n\n if (OC.config.modRewriteWorking === true && !allOptions.noRewrite) {\n return getRootUrl() + _build(url, params || {});\n }\n\n return getRootUrl() + '/index.php' + _build(url, params || {});\n};\n/**\n * Get the absolute path to an image file\n * if no extension is given for the image, it will automatically decide\n * between .png and .svg based on what the browser supports\n *\n * @param {string} app the app id to which the image belongs\n * @param {string} file the name of the image file\n * @return {string}\n */\n\n\nexports.generateUrl = generateUrl;\n\nvar imagePath = function imagePath(app, file) {\n if (file.indexOf('.') === -1) {\n //if no extension is given, use svg\n return generateFilePath(app, 'img', file + '.svg');\n }\n\n return generateFilePath(app, 'img', file);\n};\n/**\n * Get the absolute url for a file in an app\n *\n * @param {string} app the id of the app\n * @param {string} type the type of the file to link to (e.g. css,img,ajax.template)\n * @param {string} file the filename\n * @return {string} Absolute URL for a file in an app\n */\n\n\nexports.imagePath = imagePath;\n\nvar generateFilePath = function generateFilePath(app, type, file) {\n var isCore = OC.coreApps.indexOf(app) !== -1;\n var link = getRootUrl();\n\n if (file.substring(file.length - 3) === 'php' && !isCore) {\n link += '/index.php/apps/' + app;\n\n if (file !== 'index.php') {\n link += '/';\n\n if (type) {\n link += encodeURI(type + '/');\n }\n\n link += file;\n }\n } else if (file.substring(file.length - 3) !== 'php' && !isCore) {\n link = OC.appswebroots[app];\n\n if (type) {\n link += '/' + type + '/';\n }\n\n if (link.substring(link.length - 1) !== '/') {\n link += '/';\n }\n\n link += file;\n } else {\n if ((app === 'settings' || app === 'core' || app === 'search') && type === 'ajax') {\n link += '/index.php/';\n } else {\n link += '/';\n }\n\n if (!isCore) {\n link += 'apps/';\n }\n\n if (app !== '') {\n app += '/';\n link += app;\n }\n\n if (type) {\n link += type + '/';\n }\n\n link += file;\n }\n\n return link;\n};\n/**\n * Return the web root path where this Nextcloud instance\n * is accessible, with a leading slash.\n * For example \"/nextcloud\".\n *\n * @return {string} web root path\n */\n\n\nexports.generateFilePath = generateFilePath;\n\nvar getRootUrl = function getRootUrl() {\n return OC.webroot;\n};\n\nexports.getRootUrl = getRootUrl;\n//# sourceMappingURL=index.js.map","var check = function (it) {\n return it && it.Math == Math && it;\n};\n\n// https://github.com/zloirock/core-js/issues/86#issuecomment-115759028\nmodule.exports =\n // eslint-disable-next-line no-undef\n check(typeof globalThis == 'object' && globalThis) ||\n check(typeof window == 'object' && window) ||\n check(typeof self == 'object' && self) ||\n check(typeof global == 'object' && global) ||\n // eslint-disable-next-line no-new-func\n Function('return this')();\n","var check = function (it) {\n return it && it.Math == Math && it;\n};\n\n// https://github.com/zloirock/core-js/issues/86#issuecomment-115759028\nmodule.exports =\n // eslint-disable-next-line no-undef\n check(typeof globalThis == 'object' && globalThis) ||\n check(typeof window == 'object' && window) ||\n check(typeof self == 'object' && self) ||\n check(typeof global == 'object' && global) ||\n // eslint-disable-next-line no-new-func\n Function('return this')();\n","module.exports = function (it) {\n return typeof it === 'object' ? it !== null : typeof it === 'function';\n};\n","var isObject = require('../internals/is-object');\n\nmodule.exports = function (it) {\n if (!isObject(it)) {\n throw TypeError(String(it) + ' is not an object');\n } return it;\n};\n","'use strict';\n\nexports.__esModule = true;\nexports.extend = extend;\nexports.indexOf = indexOf;\nexports.escapeExpression = escapeExpression;\nexports.isEmpty = isEmpty;\nexports.createFrame = createFrame;\nexports.blockParams = blockParams;\nexports.appendContextPath = appendContextPath;\nvar escape = {\n '&': '&amp;',\n '<': '&lt;',\n '>': '&gt;',\n '\"': '&quot;',\n \"'\": '&#x27;',\n '`': '&#x60;',\n '=': '&#x3D;'\n};\n\nvar badChars = /[&<>\"'`=]/g,\n possible = /[&<>\"'`=]/;\n\nfunction escapeChar(chr) {\n return escape[chr];\n}\n\nfunction extend(obj /* , ...source */) {\n for (var i = 1; i < arguments.length; i++) {\n for (var key in arguments[i]) {\n if (Object.prototype.hasOwnProperty.call(arguments[i], key)) {\n obj[key] = arguments[i][key];\n }\n }\n }\n\n return obj;\n}\n\nvar toString = Object.prototype.toString;\n\nexports.toString = toString;\n// Sourced from lodash\n// https://github.com/bestiejs/lodash/blob/master/LICENSE.txt\n/* eslint-disable func-style */\nvar isFunction = function isFunction(value) {\n return typeof value === 'function';\n};\n// fallback for older versions of Chrome and Safari\n/* istanbul ignore next */\nif (isFunction(/x/)) {\n exports.isFunction = isFunction = function (value) {\n return typeof value === 'function' && toString.call(value) === '[object Function]';\n };\n}\nexports.isFunction = isFunction;\n\n/* eslint-enable func-style */\n\n/* istanbul ignore next */\nvar isArray = Array.isArray || function (value) {\n return value && typeof value === 'object' ? toString.call(value) === '[object Array]' : false;\n};\n\nexports.isArray = isArray;\n// Older IE versions do not directly support indexOf so we must implement our own, sadly.\n\nfunction indexOf(array, value) {\n for (var i = 0, len = array.length; i < len; i++) {\n if (array[i] === value) {\n return i;\n }\n }\n return -1;\n}\n\nfunction escapeExpression(string) {\n if (typeof string !== 'string') {\n // don't escape SafeStrings, since they're already safe\n if (string && string.toHTML) {\n return string.toHTML();\n } else if (string == null) {\n return '';\n } else if (!string) {\n return string + '';\n }\n\n // Force a string conversion as this will be done by the append regardless and\n // the regex test will do this transparently behind the scenes, causing issues if\n // an object's to string has escaped characters in it.\n string = '' + string;\n }\n\n if (!possible.test(string)) {\n return string;\n }\n return string.replace(badChars, escapeChar);\n}\n\nfunction isEmpty(value) {\n if (!value && value !== 0) {\n return true;\n } else if (isArray(value) && value.length === 0) {\n return true;\n } else {\n return false;\n }\n}\n\nfunction createFrame(object) {\n var frame = extend({}, object);\n frame._parent = object;\n return frame;\n}\n\nfunction blockParams(params, ids) {\n params.path = ids;\n return params;\n}\n\nfunction appendContextPath(contextPath, id) {\n return (contextPath ? contextPath + '.' : '') + id;\n}\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uL2xpYi9oYW5kbGViYXJzL3V0aWxzLmpzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7Ozs7Ozs7Ozs7QUFBQSxJQUFNLE1BQU0sR0FBRztBQUNiLEtBQUcsRUFBRSxPQUFPO0FBQ1osS0FBRyxFQUFFLE1BQU07QUFDWCxLQUFHLEVBQUUsTUFBTTtBQUNYLEtBQUcsRUFBRSxRQUFRO0FBQ2IsS0FBRyxFQUFFLFFBQVE7QUFDYixLQUFHLEVBQUUsUUFBUTtBQUNiLEtBQUcsRUFBRSxRQUFRO0NBQ2QsQ0FBQzs7QUFFRixJQUFNLFFBQVEsR0FBRyxZQUFZO0lBQzNCLFFBQVEsR0FBRyxXQUFXLENBQUM7O0FBRXpCLFNBQVMsVUFBVSxDQUFDLEdBQUcsRUFBRTtBQUN2QixTQUFPLE1BQU0sQ0FBQyxHQUFHLENBQUMsQ0FBQztDQUNwQjs7QUFFTSxTQUFTLE1BQU0sQ0FBQyxHQUFHLG9CQUFvQjtBQUM1QyxPQUFLLElBQUksQ0FBQyxHQUFHLENBQUMsRUFBRSxDQUFDLEdBQUcsU0FBUyxDQUFDLE1BQU0sRUFBRSxDQUFDLEVBQUUsRUFBRTtBQUN6QyxTQUFLLElBQUksR0FBRyxJQUFJLFNBQVMsQ0FBQyxDQUFDLENBQUMsRUFBRTtBQUM1QixVQUFJLE1BQU0sQ0FBQyxTQUFTLENBQUMsY0FBYyxDQUFDLElBQUksQ0FBQyxTQUFTLENBQUMsQ0FBQyxDQUFDLEVBQUUsR0FBRyxDQUFDLEVBQUU7QUFDM0QsV0FBRyxDQUFDLEdBQUcsQ0FBQyxHQUFHLFNBQVMsQ0FBQyxDQUFDLENBQUMsQ0FBQyxHQUFHLENBQUMsQ0FBQztPQUM5QjtLQUNGO0dBQ0Y7O0FBRUQsU0FBTyxHQUFHLENBQUM7Q0FDWjs7QUFFTSxJQUFJLFFBQVEsR0FBRyxNQUFNLENBQUMsU0FBUyxDQUFDLFFBQVEsQ0FBQzs7Ozs7O0FBS2hELElBQUksVUFBVSxHQUFHLG9CQUFTLEtBQUssRUFBRTtBQUMvQixTQUFPLE9BQU8sS0FBSyxLQUFLLFVBQVUsQ0FBQztDQUNwQyxDQUFDOzs7QUFHRixJQUFJLFVBQVUsQ0FBQyxHQUFHLENBQUMsRUFBRTtBQUNuQixVQU9PLFVBQVUsR0FQakIsVUFBVSxHQUFHLFVBQVMsS0FBSyxFQUFFO0FBQzNCLFdBQ0UsT0FBTyxLQUFLLEtBQUssVUFBVSxJQUMzQixRQUFRLENBQUMsSUFBSSxDQUFDLEtBQUssQ0FBQyxLQUFLLG1CQUFtQixDQUM1QztHQUNILENBQUM7Q0FDSDtRQUNRLFVBQVUsR0FBVixVQUFVOzs7OztBQUlaLElBQU0sT0FBTyxHQUNsQixLQUFLLENBQUMsT0FBTyxJQUNiLFVBQVMsS0FBSyxFQUFFO0FBQ2QsU0FBTyxLQUFLLElBQUksT0FBTyxLQUFLLEtBQUssUUFBUSxHQUNyQyxRQUFRLENBQUMsSUFBSSxDQUFDLEtBQUssQ0FBQyxLQUFLLGdCQUFnQixHQUN6QyxLQUFLLENBQUM7Q0FDWCxDQUFDOzs7OztBQUdHLFNBQVMsT0FBTyxDQUFDLEtBQUssRUFBRSxLQUFLLEVBQUU7QUFDcEMsT0FBSyxJQUFJLENBQUMsR0FBRyxDQUFDLEVBQUUsR0FBRyxHQUFHLEtBQUssQ0FBQyxNQUFNLEVBQUUsQ0FBQyxHQUFHLEdBQUcsRUFBRSxDQUFDLEVBQUUsRUFBRTtBQUNoRCxRQUFJLEtBQUssQ0FBQyxDQUFDLENBQUMsS0FBSyxLQUFLLEVBQUU7QUFDdEIsYUFBTyxDQUFDLENBQUM7S0FDVjtHQUNGO0FBQ0QsU0FBTyxDQUFDLENBQUMsQ0FBQztDQUNYOztBQUVNLFNBQVMsZ0JBQWdCLENBQUMsTUFBTSxFQUFFO0FBQ3ZDLE1BQUksT0FBTyxNQUFNLEtBQUssUUFBUSxFQUFFOztBQUU5QixRQUFJLE1BQU0sSUFBSSxNQUFNLENBQUMsTUFBTSxFQUFFO0FBQzNCLGFBQU8sTUFBTSxDQUFDLE1BQU0sRUFBRSxDQUFDO0tBQ3hCLE1BQU0sSUFBSSxNQUFNLElBQUksSUFBSSxFQUFFO0FBQ3pCLGFBQU8sRUFBRSxDQUFDO0tBQ1gsTUFBTSxJQUFJLENBQUMsTUFBTSxFQUFFO0FBQ2xCLGFBQU8sTUFBTSxHQUFHLEVBQUUsQ0FBQztLQUNwQjs7Ozs7QUFLRCxVQUFNLEdBQUcsRUFBRSxHQUFHLE1BQU0sQ0FBQztHQUN0Qjs7QUFFRCxNQUFJLENBQUMsUUFBUSxDQUFDLElBQUksQ0FBQyxNQUFNLENBQUMsRUFBRTtBQUMxQixXQUFPLE1BQU0sQ0FBQztHQUNmO0FBQ0QsU0FBTyxNQUFNLENBQUMsT0FBTyxDQUFDLFFBQVEsRUFBRSxVQUFVLENBQUMsQ0FBQztDQUM3Qzs7QUFFTSxTQUFTLE9BQU8sQ0FBQyxLQUFLLEVBQUU7QUFDN0IsTUFBSSxDQUFDLEtBQUssSUFBSSxLQUFLLEtBQUssQ0FBQyxFQUFFO0FBQ3pCLFdBQU8sSUFBSSxDQUFDO0dBQ2IsTUFBTSxJQUFJLE9BQU8sQ0FBQyxLQUFLLENBQUMsSUFBSSxLQUFLLENBQUMsTUFBTSxLQUFLLENBQUMsRUFBRTtBQUMvQyxXQUFPLElBQUksQ0FBQztHQUNiLE1BQU07QUFDTCxXQUFPLEtBQUssQ0FBQztHQUNkO0NBQ0Y7O0FBRU0sU0FBUyxXQUFXLENBQUMsTUFBTSxFQUFFO0FBQ2xDLE1BQUksS0FBSyxHQUFHLE1BQU0sQ0FBQyxFQUFFLEVBQUUsTUFBTSxDQUFDLENBQUM7QUFDL0IsT0FBSyxDQUFDLE9BQU8sR0FBRyxNQUFNLENBQUM7QUFDdkIsU0FBTyxLQUFLLENBQUM7Q0FDZDs7QUFFTSxTQUFTLFdBQVcsQ0FBQyxNQUFNLEVBQUUsR0FBRyxFQUFFO0FBQ3ZDLFFBQU0sQ0FBQyxJQUFJLEdBQUcsR0FBRyxDQUFDO0FBQ2xCLFNBQU8sTUFBTSxDQUFDO0NBQ2Y7O0FBRU0sU0FBUyxpQkFBaUIsQ0FBQyxXQUFXLEVBQUUsRUFBRSxFQUFFO0FBQ2pELFNBQU8sQ0FBQyxXQUFXLEdBQUcsV0FBVyxHQUFHLEdBQUcsR0FBRyxFQUFFLENBQUEsR0FBSSxFQUFFLENBQUM7Q0FDcEQiLCJmaWxlIjoidXRpbHMuanMiLCJzb3VyY2VzQ29udGVudCI6WyJjb25zdCBlc2NhcGUgPSB7XG4gICcmJzogJyZhbXA7JyxcbiAgJzwnOiAnJmx0OycsXG4gICc+JzogJyZndDsnLFxuICAnXCInOiAnJnF1b3Q7JyxcbiAgXCInXCI6ICcmI3gyNzsnLFxuICAnYCc6ICcmI3g2MDsnLFxuICAnPSc6ICcmI3gzRDsnXG59O1xuXG5jb25zdCBiYWRDaGFycyA9IC9bJjw+XCInYD1dL2csXG4gIHBvc3NpYmxlID0gL1smPD5cIidgPV0vO1xuXG5mdW5jdGlvbiBlc2NhcGVDaGFyKGNocikge1xuICByZXR1cm4gZXNjYXBlW2Nocl07XG59XG5cbmV4cG9ydCBmdW5jdGlvbiBleHRlbmQob2JqIC8qICwgLi4uc291cmNlICovKSB7XG4gIGZvciAobGV0IGkgPSAxOyBpIDwgYXJndW1lbnRzLmxlbmd0aDsgaSsrKSB7XG4gICAgZm9yIChsZXQga2V5IGluIGFyZ3VtZW50c1tpXSkge1xuICAgICAgaWYgKE9iamVjdC5wcm90b3R5cGUuaGFzT3duUHJvcGVydHkuY2FsbChhcmd1bWVudHNbaV0sIGtleSkpIHtcbiAgICAgICAgb2JqW2tleV0gPSBhcmd1bWVudHNbaV1ba2V5XTtcbiAgICAgIH1cbiAgICB9XG4gIH1cblxuICByZXR1cm4gb2JqO1xufVxuXG5leHBvcnQgbGV0IHRvU3RyaW5nID0gT2JqZWN0LnByb3RvdHlwZS50b1N0cmluZztcblxuLy8gU291cmNlZCBmcm9tIGxvZGFzaFxuLy8gaHR0cHM6Ly9naXRodWIuY29tL2Jlc3RpZWpzL2xvZGFzaC9ibG9iL21hc3Rlci9MSUNFTlNFLnR4dFxuLyogZXNsaW50LWRpc2FibGUgZnVuYy1zdHlsZSAqL1xubGV0IGlzRnVuY3Rpb24gPSBmdW5jdGlvbih2YWx1ZSkge1xuICByZXR1cm4gdHlwZW9mIHZhbHVlID09PSAnZnVuY3Rpb24nO1xufTtcbi8vIGZhbGxiYWNrIGZvciBvbGRlciB2ZXJzaW9ucyBvZiBDaHJvbWUgYW5kIFNhZmFyaVxuLyogaXN0YW5idWwgaWdub3JlIG5leHQgKi9cbmlmIChpc0Z1bmN0aW9uKC94LykpIHtcbiAgaXNGdW5jdGlvbiA9IGZ1bmN0aW9uKHZhbHVlKSB7XG4gICAgcmV0dXJuIChcbiAgICAgIHR5cGVvZiB2YWx1ZSA9PT0gJ2Z1bmN0aW9uJyAmJlxuICAgICAgdG9TdHJpbmcuY2FsbCh2YWx1ZSkgPT09ICdbb2JqZWN0IEZ1bmN0aW9uXSdcbiAgICApO1xuICB9O1xufVxuZXhwb3J0IHsgaXNGdW5jdGlvbiB9O1xuLyogZXNsaW50LWVuYWJsZSBmdW5jLXN0eWxlICovXG5cbi8qIGlzdGFuYnVsIGlnbm9yZSBuZXh0ICovXG5leHBvcnQgY29uc3QgaXNBcnJheSA9XG4gIEFycmF5LmlzQXJyYXkgfHxcbiAgZnVuY3Rpb24odmFsdWUpIHtcbiAgICByZXR1cm4gdmFsdWUgJiYgdHlwZW9mIHZhbHVlID09PSAnb2JqZWN0J1xuICAgICAgPyB0b1N0cmluZy5jYWxsKHZhbHVlKSA9PT0gJ1tvYmplY3QgQXJyYXldJ1xuICAgICAgOiBmYWxzZTtcbiAgfTtcblxuLy8gT2xkZXIgSUUgdmVyc2lvbnMgZG8gbm90IGRpcmVjdGx5IHN1cHBvcnQgaW5kZXhPZiBzbyB3ZSBtdXN0IGltcGxlbWVudCBvdXIgb3duLCBzYWRseS5cbmV4cG9ydCBmdW5jdGlvbiBpbmRleE9mKGFycmF5LCB2YWx1ZSkge1xuICBmb3IgKGxldCBpID0gMCwgbGVuID0gYXJyYXkubGVuZ3RoOyBpIDwgbGVuOyBpKyspIHtcbiAgICBpZiAoYXJyYXlbaV0gPT09IHZhbHVlKSB7XG4gICAgICByZXR1cm4gaTtcbiAgICB9XG4gIH1cbiAgcmV0dXJuIC0xO1xufVxuXG5leHBvcnQgZnVuY3Rpb24gZXNjYXBlRXhwcmVzc2lvbihzdHJpbmcpIHtcbiAgaWYgKHR5cGVvZiBzdHJpbmcgIT09ICdzdHJpbmcnKSB7XG4gICAgLy8gZG9uJ3QgZXNjYXBlIFNhZmVTdHJpbmdzLCBzaW5jZSB0aGV5J3JlIGFscmVhZHkgc2FmZVxuICAgIGlmIChzdHJpbmcgJiYgc3RyaW5nLnRvSFRNTCkge1xuICAgICAgcmV0dXJuIHN0cmluZy50b0hUTUwoKTtcbiAgICB9IGVsc2UgaWYgKHN0cmluZyA9PSBudWxsKSB7XG4gICAgICByZXR1cm4gJyc7XG4gICAgfSBlbHNlIGlmICghc3RyaW5nKSB7XG4gICAgICByZXR1cm4gc3RyaW5nICsgJyc7XG4gICAgfVxuXG4gICAgLy8gRm9yY2UgYSBzdHJpbmcgY29udmVyc2lvbiBhcyB0aGlzIHdpbGwgYmUgZG9uZSBieSB0aGUgYXBwZW5kIHJlZ2FyZGxlc3MgYW5kXG4gICAgLy8gdGhlIHJlZ2V4IHRlc3Qgd2lsbCBkbyB0aGlzIHRyYW5zcGFyZW50bHkgYmVoaW5kIHRoZSBzY2VuZXMsIGNhdXNpbmcgaXNzdWVzIGlmXG4gICAgLy8gYW4gb2JqZWN0J3MgdG8gc3RyaW5nIGhhcyBlc2NhcGVkIGNoYXJhY3RlcnMgaW4gaXQuXG4gICAgc3RyaW5nID0gJycgKyBzdHJpbmc7XG4gIH1cblxuICBpZiAoIXBvc3NpYmxlLnRlc3Qoc3RyaW5nKSkge1xuICAgIHJldHVybiBzdHJpbmc7XG4gIH1cbiAgcmV0dXJuIHN0cmluZy5yZXBsYWNlKGJhZENoYXJzLCBlc2NhcGVDaGFyKTtcbn1cblxuZXhwb3J0IGZ1bmN0aW9uIGlzRW1wdHkodmFsdWUpIHtcbiAgaWYgKCF2YWx1ZSAmJiB2YWx1ZSAhPT0gMCkge1xuICAgIHJldHVybiB0cnVlO1xuICB9IGVsc2UgaWYgKGlzQXJyYXkodmFsdWUpICYmIHZhbHVlLmxlbmd0aCA9PT0gMCkge1xuICAgIHJldHVybiB0cnVlO1xuICB9IGVsc2Uge1xuICAgIHJldHVybiBmYWxzZTtcbiAgfVxufVxuXG5leHBvcnQgZnVuY3Rpb24gY3JlYXRlRnJhbWUob2JqZWN0KSB7XG4gIGxldCBmcmFtZSA9IGV4dGVuZCh7fSwgb2JqZWN0KTtcbiAgZnJhbWUuX3BhcmVudCA9IG9iamVjdDtcbiAgcmV0dXJuIGZyYW1lO1xufVxuXG5leHBvcnQgZnVuY3Rpb24gYmxvY2tQYXJhbXMocGFyYW1zLCBpZHMpIHtcbiAgcGFyYW1zLnBhdGggPSBpZHM7XG4gIHJldHVybiBwYXJhbXM7XG59XG5cbmV4cG9ydCBmdW5jdGlvbiBhcHBlbmRDb250ZXh0UGF0aChjb250ZXh0UGF0aCwgaWQpIHtcbiAgcmV0dXJuIChjb250ZXh0UGF0aCA/IGNvbnRleHRQYXRoICsgJy4nIDogJycpICsgaWQ7XG59XG4iXX0=\n","var fails = require('../internals/fails');\n\n// Thank's IE8 for his funny defineProperty\nmodule.exports = !fails(function () {\n return Object.defineProperty({}, 1, { get: function () { return 7; } })[1] != 7;\n});\n","var hasOwnProperty = {}.hasOwnProperty;\n\nmodule.exports = function (it, key) {\n return hasOwnProperty.call(it, key);\n};\n","var global = require('../internals/global');\nvar shared = require('../internals/shared');\nvar has = require('../internals/has');\nvar uid = require('../internals/uid');\nvar NATIVE_SYMBOL = require('../internals/native-symbol');\nvar USE_SYMBOL_AS_UID = require('../internals/use-symbol-as-uid');\n\nvar WellKnownSymbolsStore = shared('wks');\nvar Symbol = global.Symbol;\nvar createWellKnownSymbol = USE_SYMBOL_AS_UID ? Symbol : Symbol && Symbol.withoutSetter || uid;\n\nmodule.exports = function (name) {\n if (!has(WellKnownSymbolsStore, name)) {\n if (NATIVE_SYMBOL && has(Symbol, name)) WellKnownSymbolsStore[name] = Symbol[name];\n else WellKnownSymbolsStore[name] = createWellKnownSymbol('Symbol.' + name);\n } return WellKnownSymbolsStore[name];\n};\n","var global = require('../internals/global');\nvar getOwnPropertyDescriptor = require('../internals/object-get-own-property-descriptor').f;\nvar createNonEnumerableProperty = require('../internals/create-non-enumerable-property');\nvar redefine = require('../internals/redefine');\nvar setGlobal = require('../internals/set-global');\nvar copyConstructorProperties = require('../internals/copy-constructor-properties');\nvar isForced = require('../internals/is-forced');\n\n/*\n options.target - name of the target object\n options.global - target is the global object\n options.stat - export as static methods of target\n options.proto - export as prototype methods of target\n options.real - real prototype method for the `pure` version\n options.forced - export even if the native feature is available\n options.bind - bind methods to the target, required for the `pure` version\n options.wrap - wrap constructors to preventing global pollution, required for the `pure` version\n options.unsafe - use the simple assignment of property instead of delete + defineProperty\n options.sham - add a flag to not completely full polyfills\n options.enumerable - export as enumerable property\n options.noTargetGet - prevent calling a getter on target\n*/\nmodule.exports = function (options, source) {\n var TARGET = options.target;\n var GLOBAL = options.global;\n var STATIC = options.stat;\n var FORCED, target, key, targetProperty, sourceProperty, descriptor;\n if (GLOBAL) {\n target = global;\n } else if (STATIC) {\n target = global[TARGET] || setGlobal(TARGET, {});\n } else {\n target = (global[TARGET] || {}).prototype;\n }\n if (target) for (key in source) {\n sourceProperty = source[key];\n if (options.noTargetGet) {\n descriptor = getOwnPropertyDescriptor(target, key);\n targetProperty = descriptor && descriptor.value;\n } else targetProperty = target[key];\n FORCED = isForced(GLOBAL ? key : TARGET + (STATIC ? '.' : '#') + key, options.forced);\n // contained in target\n if (!FORCED && targetProperty !== undefined) {\n if (typeof sourceProperty === typeof targetProperty) continue;\n copyConstructorProperties(sourceProperty, targetProperty);\n }\n // add a flag to not completely full polyfills\n if (options.sham || (targetProperty && targetProperty.sham)) {\n createNonEnumerableProperty(sourceProperty, 'sham', true);\n }\n // extend global\n redefine(target, key, sourceProperty, options);\n }\n};\n","var global = require('../internals/global');\nvar createNonEnumerableProperty = require('../internals/create-non-enumerable-property');\nvar has = require('../internals/has');\nvar setGlobal = require('../internals/set-global');\nvar inspectSource = require('../internals/inspect-source');\nvar InternalStateModule = require('../internals/internal-state');\n\nvar getInternalState = InternalStateModule.get;\nvar enforceInternalState = InternalStateModule.enforce;\nvar TEMPLATE = String(String).split('String');\n\n(module.exports = function (O, key, value, options) {\n var unsafe = options ? !!options.unsafe : false;\n var simple = options ? !!options.enumerable : false;\n var noTargetGet = options ? !!options.noTargetGet : false;\n if (typeof value == 'function') {\n if (typeof key == 'string' && !has(value, 'name')) createNonEnumerableProperty(value, 'name', key);\n enforceInternalState(value).source = TEMPLATE.join(typeof key == 'string' ? key : '');\n }\n if (O === global) {\n if (simple) O[key] = value;\n else setGlobal(key, value);\n return;\n } else if (!unsafe) {\n delete O[key];\n } else if (!noTargetGet && O[key]) {\n simple = true;\n }\n if (simple) O[key] = value;\n else createNonEnumerableProperty(O, key, value);\n// add fake Function#toString for correct work wrapped methods / constructors with methods like LoDash isNative\n})(Function.prototype, 'toString', function toString() {\n return typeof this == 'function' && getInternalState(this).source || inspectSource(this);\n});\n","module.exports = {};\n","var toInteger = require('../internals/to-integer');\n\nvar min = Math.min;\n\n// `ToLength` abstract operation\n// https://tc39.github.io/ecma262/#sec-tolength\nmodule.exports = function (argument) {\n return argument > 0 ? min(toInteger(argument), 0x1FFFFFFFFFFFFF) : 0; // 2 ** 53 - 1 == 9007199254740991\n};\n","'use strict';\nvar NATIVE_ARRAY_BUFFER = require('../internals/array-buffer-native');\nvar DESCRIPTORS = require('../internals/descriptors');\nvar global = require('../internals/global');\nvar isObject = require('../internals/is-object');\nvar has = require('../internals/has');\nvar classof = require('../internals/classof');\nvar createNonEnumerableProperty = require('../internals/create-non-enumerable-property');\nvar redefine = require('../internals/redefine');\nvar defineProperty = require('../internals/object-define-property').f;\nvar getPrototypeOf = require('../internals/object-get-prototype-of');\nvar setPrototypeOf = require('../internals/object-set-prototype-of');\nvar wellKnownSymbol = require('../internals/well-known-symbol');\nvar uid = require('../internals/uid');\n\nvar Int8Array = global.Int8Array;\nvar Int8ArrayPrototype = Int8Array && Int8Array.prototype;\nvar Uint8ClampedArray = global.Uint8ClampedArray;\nvar Uint8ClampedArrayPrototype = Uint8ClampedArray && Uint8ClampedArray.prototype;\nvar TypedArray = Int8Array && getPrototypeOf(Int8Array);\nvar TypedArrayPrototype = Int8ArrayPrototype && getPrototypeOf(Int8ArrayPrototype);\nvar ObjectPrototype = Object.prototype;\nvar isPrototypeOf = ObjectPrototype.isPrototypeOf;\n\nvar TO_STRING_TAG = wellKnownSymbol('toStringTag');\nvar TYPED_ARRAY_TAG = uid('TYPED_ARRAY_TAG');\n// Fixing native typed arrays in Opera Presto crashes the browser, see #595\nvar NATIVE_ARRAY_BUFFER_VIEWS = NATIVE_ARRAY_BUFFER && !!setPrototypeOf && classof(global.opera) !== 'Opera';\nvar TYPED_ARRAY_TAG_REQIRED = false;\nvar NAME;\n\nvar TypedArrayConstructorsList = {\n Int8Array: 1,\n Uint8Array: 1,\n Uint8ClampedArray: 1,\n Int16Array: 2,\n Uint16Array: 2,\n Int32Array: 4,\n Uint32Array: 4,\n Float32Array: 4,\n Float64Array: 8\n};\n\nvar isView = function isView(it) {\n var klass = classof(it);\n return klass === 'DataView' || has(TypedArrayConstructorsList, klass);\n};\n\nvar isTypedArray = function (it) {\n return isObject(it) && has(TypedArrayConstructorsList, classof(it));\n};\n\nvar aTypedArray = function (it) {\n if (isTypedArray(it)) return it;\n throw TypeError('Target is not a typed array');\n};\n\nvar aTypedArrayConstructor = function (C) {\n if (setPrototypeOf) {\n if (isPrototypeOf.call(TypedArray, C)) return C;\n } else for (var ARRAY in TypedArrayConstructorsList) if (has(TypedArrayConstructorsList, NAME)) {\n var TypedArrayConstructor = global[ARRAY];\n if (TypedArrayConstructor && (C === TypedArrayConstructor || isPrototypeOf.call(TypedArrayConstructor, C))) {\n return C;\n }\n } throw TypeError('Target is not a typed array constructor');\n};\n\nvar exportTypedArrayMethod = function (KEY, property, forced) {\n if (!DESCRIPTORS) return;\n if (forced) for (var ARRAY in TypedArrayConstructorsList) {\n var TypedArrayConstructor = global[ARRAY];\n if (TypedArrayConstructor && has(TypedArrayConstructor.prototype, KEY)) {\n delete TypedArrayConstructor.prototype[KEY];\n }\n }\n if (!TypedArrayPrototype[KEY] || forced) {\n redefine(TypedArrayPrototype, KEY, forced ? property\n : NATIVE_ARRAY_BUFFER_VIEWS && Int8ArrayPrototype[KEY] || property);\n }\n};\n\nvar exportTypedArrayStaticMethod = function (KEY, property, forced) {\n var ARRAY, TypedArrayConstructor;\n if (!DESCRIPTORS) return;\n if (setPrototypeOf) {\n if (forced) for (ARRAY in TypedArrayConstructorsList) {\n TypedArrayConstructor = global[ARRAY];\n if (TypedArrayConstructor && has(TypedArrayConstructor, KEY)) {\n delete TypedArrayConstructor[KEY];\n }\n }\n if (!TypedArray[KEY] || forced) {\n // V8 ~ Chrome 49-50 `%TypedArray%` methods are non-writable non-configurable\n try {\n return redefine(TypedArray, KEY, forced ? property : NATIVE_ARRAY_BUFFER_VIEWS && Int8Array[KEY] || property);\n } catch (error) { /* empty */ }\n } else return;\n }\n for (ARRAY in TypedArrayConstructorsList) {\n TypedArrayConstructor = global[ARRAY];\n if (TypedArrayConstructor && (!TypedArrayConstructor[KEY] || forced)) {\n redefine(TypedArrayConstructor, KEY, property);\n }\n }\n};\n\nfor (NAME in TypedArrayConstructorsList) {\n if (!global[NAME]) NATIVE_ARRAY_BUFFER_VIEWS = false;\n}\n\n// WebKit bug - typed arrays constructors prototype is Object.prototype\nif (!NATIVE_ARRAY_BUFFER_VIEWS || typeof TypedArray != 'function' || TypedArray === Function.prototype) {\n // eslint-disable-next-line no-shadow\n TypedArray = function TypedArray() {\n throw TypeError('Incorrect invocation');\n };\n if (NATIVE_ARRAY_BUFFER_VIEWS) for (NAME in TypedArrayConstructorsList) {\n if (global[NAME]) setPrototypeOf(global[NAME], TypedArray);\n }\n}\n\nif (!NATIVE_ARRAY_BUFFER_VIEWS || !TypedArrayPrototype || TypedArrayPrototype === ObjectPrototype) {\n TypedArrayPrototype = TypedArray.prototype;\n if (NATIVE_ARRAY_BUFFER_VIEWS) for (NAME in TypedArrayConstructorsList) {\n if (global[NAME]) setPrototypeOf(global[NAME].prototype, TypedArrayPrototype);\n }\n}\n\n// WebKit bug - one more object in Uint8ClampedArray prototype chain\nif (NATIVE_ARRAY_BUFFER_VIEWS && getPrototypeOf(Uint8ClampedArrayPrototype) !== TypedArrayPrototype) {\n setPrototypeOf(Uint8ClampedArrayPrototype, TypedArrayPrototype);\n}\n\nif (DESCRIPTORS && !has(TypedArrayPrototype, TO_STRING_TAG)) {\n TYPED_ARRAY_TAG_REQIRED = true;\n defineProperty(TypedArrayPrototype, TO_STRING_TAG, { get: function () {\n return isObject(this) ? this[TYPED_ARRAY_TAG] : undefined;\n } });\n for (NAME in TypedArrayConstructorsList) if (global[NAME]) {\n createNonEnumerableProperty(global[NAME], TYPED_ARRAY_TAG, NAME);\n }\n}\n\nmodule.exports = {\n NATIVE_ARRAY_BUFFER_VIEWS: NATIVE_ARRAY_BUFFER_VIEWS,\n TYPED_ARRAY_TAG: TYPED_ARRAY_TAG_REQIRED && TYPED_ARRAY_TAG,\n aTypedArray: aTypedArray,\n aTypedArrayConstructor: aTypedArrayConstructor,\n exportTypedArrayMethod: exportTypedArrayMethod,\n exportTypedArrayStaticMethod: exportTypedArrayStaticMethod,\n isView: isView,\n isTypedArray: isTypedArray,\n TypedArray: TypedArray,\n TypedArrayPrototype: TypedArrayPrototype\n};\n","// Backbone.js 1.4.0\n\n// (c) 2010-2019 Jeremy Ashkenas and DocumentCloud\n// Backbone may be freely distributed under the MIT license.\n// For all details and documentation:\n// http://backbonejs.org\n\n(function(factory) {\n\n // Establish the root object, `window` (`self`) in the browser, or `global` on the server.\n // We use `self` instead of `window` for `WebWorker` support.\n var root = typeof self == 'object' && self.self === self && self ||\n typeof global == 'object' && global.global === global && global;\n\n // Set up Backbone appropriately for the environment. Start with AMD.\n if (typeof define === 'function' && define.amd) {\n define(['underscore', 'jquery', 'exports'], function(_, $, exports) {\n // Export global even in AMD case in case this script is loaded with\n // others that may still expect a global Backbone.\n root.Backbone = factory(root, exports, _, $);\n });\n\n // Next for Node.js or CommonJS. jQuery may not be needed as a module.\n } else if (typeof exports !== 'undefined') {\n var _ = require('underscore'), $;\n try { $ = require('jquery'); } catch (e) {}\n factory(root, exports, _, $);\n\n // Finally, as a browser global.\n } else {\n root.Backbone = factory(root, {}, root._, root.jQuery || root.Zepto || root.ender || root.$);\n }\n\n})(function(root, Backbone, _, $) {\n\n // Initial Setup\n // -------------\n\n // Save the previous value of the `Backbone` variable, so that it can be\n // restored later on, if `noConflict` is used.\n var previousBackbone = root.Backbone;\n\n // Create a local reference to a common array method we'll want to use later.\n var slice = Array.prototype.slice;\n\n // Current version of the library. Keep in sync with `package.json`.\n Backbone.VERSION = '1.4.0';\n\n // For Backbone's purposes, jQuery, Zepto, Ender, or My Library (kidding) owns\n // the `$` variable.\n Backbone.$ = $;\n\n // Runs Backbone.js in *noConflict* mode, returning the `Backbone` variable\n // to its previous owner. Returns a reference to this Backbone object.\n Backbone.noConflict = function() {\n root.Backbone = previousBackbone;\n return this;\n };\n\n // Turn on `emulateHTTP` to support legacy HTTP servers. Setting this option\n // will fake `\"PATCH\"`, `\"PUT\"` and `\"DELETE\"` requests via the `_method` parameter and\n // set a `X-Http-Method-Override` header.\n Backbone.emulateHTTP = false;\n\n // Turn on `emulateJSON` to support legacy servers that can't deal with direct\n // `application/json` requests ... this will encode the body as\n // `application/x-www-form-urlencoded` instead and will send the model in a\n // form param named `model`.\n Backbone.emulateJSON = false;\n\n // Backbone.Events\n // ---------------\n\n // A module that can be mixed in to *any object* in order to provide it with\n // a custom event channel. You may bind a callback to an event with `on` or\n // remove with `off`; `trigger`-ing an event fires all callbacks in\n // succession.\n //\n // var object = {};\n // _.extend(object, Backbone.Events);\n // object.on('expand', function(){ alert('expanded'); });\n // object.trigger('expand');\n //\n var Events = Backbone.Events = {};\n\n // Regular expression used to split event strings.\n var eventSplitter = /\\s+/;\n\n // A private global variable to share between listeners and listenees.\n var _listening;\n\n // Iterates over the standard `event, callback` (as well as the fancy multiple\n // space-separated events `\"change blur\", callback` and jQuery-style event\n // maps `{event: callback}`).\n var eventsApi = function(iteratee, events, name, callback, opts) {\n var i = 0, names;\n if (name && typeof name === 'object') {\n // Handle event maps.\n if (callback !== void 0 && 'context' in opts && opts.context === void 0) opts.context = callback;\n for (names = _.keys(name); i < names.length ; i++) {\n events = eventsApi(iteratee, events, names[i], name[names[i]], opts);\n }\n } else if (name && eventSplitter.test(name)) {\n // Handle space-separated event names by delegating them individually.\n for (names = name.split(eventSplitter); i < names.length; i++) {\n events = iteratee(events, names[i], callback, opts);\n }\n } else {\n // Finally, standard events.\n events = iteratee(events, name, callback, opts);\n }\n return events;\n };\n\n // Bind an event to a `callback` function. Passing `\"all\"` will bind\n // the callback to all events fired.\n Events.on = function(name, callback, context) {\n this._events = eventsApi(onApi, this._events || {}, name, callback, {\n context: context,\n ctx: this,\n listening: _listening\n });\n\n if (_listening) {\n var listeners = this._listeners || (this._listeners = {});\n listeners[_listening.id] = _listening;\n // Allow the listening to use a counter, instead of tracking\n // callbacks for library interop\n _listening.interop = false;\n }\n\n return this;\n };\n\n // Inversion-of-control versions of `on`. Tell *this* object to listen to\n // an event in another object... keeping track of what it's listening to\n // for easier unbinding later.\n Events.listenTo = function(obj, name, callback) {\n if (!obj) return this;\n var id = obj._listenId || (obj._listenId = _.uniqueId('l'));\n var listeningTo = this._listeningTo || (this._listeningTo = {});\n var listening = _listening = listeningTo[id];\n\n // This object is not listening to any other events on `obj` yet.\n // Setup the necessary references to track the listening callbacks.\n if (!listening) {\n this._listenId || (this._listenId = _.uniqueId('l'));\n listening = _listening = listeningTo[id] = new Listening(this, obj);\n }\n\n // Bind callbacks on obj.\n var error = tryCatchOn(obj, name, callback, this);\n _listening = void 0;\n\n if (error) throw error;\n // If the target obj is not Backbone.Events, track events manually.\n if (listening.interop) listening.on(name, callback);\n\n return this;\n };\n\n // The reducing API that adds a callback to the `events` object.\n var onApi = function(events, name, callback, options) {\n if (callback) {\n var handlers = events[name] || (events[name] = []);\n var context = options.context, ctx = options.ctx, listening = options.listening;\n if (listening) listening.count++;\n\n handlers.push({callback: callback, context: context, ctx: context || ctx, listening: listening});\n }\n return events;\n };\n\n // An try-catch guarded #on function, to prevent poisoning the global\n // `_listening` variable.\n var tryCatchOn = function(obj, name, callback, context) {\n try {\n obj.on(name, callback, context);\n } catch (e) {\n return e;\n }\n };\n\n // Remove one or many callbacks. If `context` is null, removes all\n // callbacks with that function. If `callback` is null, removes all\n // callbacks for the event. If `name` is null, removes all bound\n // callbacks for all events.\n Events.off = function(name, callback, context) {\n if (!this._events) return this;\n this._events = eventsApi(offApi, this._events, name, callback, {\n context: context,\n listeners: this._listeners\n });\n\n return this;\n };\n\n // Tell this object to stop listening to either specific events ... or\n // to every object it's currently listening to.\n Events.stopListening = function(obj, name, callback) {\n var listeningTo = this._listeningTo;\n if (!listeningTo) return this;\n\n var ids = obj ? [obj._listenId] : _.keys(listeningTo);\n for (var i = 0; i < ids.length; i++) {\n var listening = listeningTo[ids[i]];\n\n // If listening doesn't exist, this object is not currently\n // listening to obj. Break out early.\n if (!listening) break;\n\n listening.obj.off(name, callback, this);\n if (listening.interop) listening.off(name, callback);\n }\n if (_.isEmpty(listeningTo)) this._listeningTo = void 0;\n\n return this;\n };\n\n // The reducing API that removes a callback from the `events` object.\n var offApi = function(events, name, callback, options) {\n if (!events) return;\n\n var context = options.context, listeners = options.listeners;\n var i = 0, names;\n\n // Delete all event listeners and \"drop\" events.\n if (!name && !context && !callback) {\n for (names = _.keys(listeners); i < names.length; i++) {\n listeners[names[i]].cleanup();\n }\n return;\n }\n\n names = name ? [name] : _.keys(events);\n for (; i < names.length; i++) {\n name = names[i];\n var handlers = events[name];\n\n // Bail out if there are no events stored.\n if (!handlers) break;\n\n // Find any remaining events.\n var remaining = [];\n for (var j = 0; j < handlers.length; j++) {\n var handler = handlers[j];\n if (\n callback && callback !== handler.callback &&\n callback !== handler.callback._callback ||\n context && context !== handler.context\n ) {\n remaining.push(handler);\n } else {\n var listening = handler.listening;\n if (listening) listening.off(name, callback);\n }\n }\n\n // Replace events if there are any remaining. Otherwise, clean up.\n if (remaining.length) {\n events[name] = remaining;\n } else {\n delete events[name];\n }\n }\n\n return events;\n };\n\n // Bind an event to only be triggered a single time. After the first time\n // the callback is invoked, its listener will be removed. If multiple events\n // are passed in using the space-separated syntax, the handler will fire\n // once for each event, not once for a combination of all events.\n Events.once = function(name, callback, context) {\n // Map the event into a `{event: once}` object.\n var events = eventsApi(onceMap, {}, name, callback, this.off.bind(this));\n if (typeof name === 'string' && context == null) callback = void 0;\n return this.on(events, callback, context);\n };\n\n // Inversion-of-control versions of `once`.\n Events.listenToOnce = function(obj, name, callback) {\n // Map the event into a `{event: once}` object.\n var events = eventsApi(onceMap, {}, name, callback, this.stopListening.bind(this, obj));\n return this.listenTo(obj, events);\n };\n\n // Reduces the event callbacks into a map of `{event: onceWrapper}`.\n // `offer` unbinds the `onceWrapper` after it has been called.\n var onceMap = function(map, name, callback, offer) {\n if (callback) {\n var once = map[name] = _.once(function() {\n offer(name, once);\n callback.apply(this, arguments);\n });\n once._callback = callback;\n }\n return map;\n };\n\n // Trigger one or many events, firing all bound callbacks. Callbacks are\n // passed the same arguments as `trigger` is, apart from the event name\n // (unless you're listening on `\"all\"`, which will cause your callback to\n // receive the true name of the event as the first argument).\n Events.trigger = function(name) {\n if (!this._events) return this;\n\n var length = Math.max(0, arguments.length - 1);\n var args = Array(length);\n for (var i = 0; i < length; i++) args[i] = arguments[i + 1];\n\n eventsApi(triggerApi, this._events, name, void 0, args);\n return this;\n };\n\n // Handles triggering the appropriate event callbacks.\n var triggerApi = function(objEvents, name, callback, args) {\n if (objEvents) {\n var events = objEvents[name];\n var allEvents = objEvents.all;\n if (events && allEvents) allEvents = allEvents.slice();\n if (events) triggerEvents(events, args);\n if (allEvents) triggerEvents(allEvents, [name].concat(args));\n }\n return objEvents;\n };\n\n // A difficult-to-believe, but optimized internal dispatch function for\n // triggering events. Tries to keep the usual cases speedy (most internal\n // Backbone events have 3 arguments).\n var triggerEvents = function(events, args) {\n var ev, i = -1, l = events.length, a1 = args[0], a2 = args[1], a3 = args[2];\n switch (args.length) {\n case 0: while (++i < l) (ev = events[i]).callback.call(ev.ctx); return;\n case 1: while (++i < l) (ev = events[i]).callback.call(ev.ctx, a1); return;\n case 2: while (++i < l) (ev = events[i]).callback.call(ev.ctx, a1, a2); return;\n case 3: while (++i < l) (ev = events[i]).callback.call(ev.ctx, a1, a2, a3); return;\n default: while (++i < l) (ev = events[i]).callback.apply(ev.ctx, args); return;\n }\n };\n\n // A listening class that tracks and cleans up memory bindings\n // when all callbacks have been offed.\n var Listening = function(listener, obj) {\n this.id = listener._listenId;\n this.listener = listener;\n this.obj = obj;\n this.interop = true;\n this.count = 0;\n this._events = void 0;\n };\n\n Listening.prototype.on = Events.on;\n\n // Offs a callback (or several).\n // Uses an optimized counter if the listenee uses Backbone.Events.\n // Otherwise, falls back to manual tracking to support events\n // library interop.\n Listening.prototype.off = function(name, callback) {\n var cleanup;\n if (this.interop) {\n this._events = eventsApi(offApi, this._events, name, callback, {\n context: void 0,\n listeners: void 0\n });\n cleanup = !this._events;\n } else {\n this.count--;\n cleanup = this.count === 0;\n }\n if (cleanup) this.cleanup();\n };\n\n // Cleans up memory bindings between the listener and the listenee.\n Listening.prototype.cleanup = function() {\n delete this.listener._listeningTo[this.obj._listenId];\n if (!this.interop) delete this.obj._listeners[this.id];\n };\n\n // Aliases for backwards compatibility.\n Events.bind = Events.on;\n Events.unbind = Events.off;\n\n // Allow the `Backbone` object to serve as a global event bus, for folks who\n // want global \"pubsub\" in a convenient place.\n _.extend(Backbone, Events);\n\n // Backbone.Model\n // --------------\n\n // Backbone **Models** are the basic data object in the framework --\n // frequently representing a row in a table in a database on your server.\n // A discrete chunk of data and a bunch of useful, related methods for\n // performing computations and transformations on that data.\n\n // Create a new model with the specified attributes. A client id (`cid`)\n // is automatically generated and assigned for you.\n var Model = Backbone.Model = function(attributes, options) {\n var attrs = attributes || {};\n options || (options = {});\n this.preinitialize.apply(this, arguments);\n this.cid = _.uniqueId(this.cidPrefix);\n this.attributes = {};\n if (options.collection) this.collection = options.collection;\n if (options.parse) attrs = this.parse(attrs, options) || {};\n var defaults = _.result(this, 'defaults');\n attrs = _.defaults(_.extend({}, defaults, attrs), defaults);\n this.set(attrs, options);\n this.changed = {};\n this.initialize.apply(this, arguments);\n };\n\n // Attach all inheritable methods to the Model prototype.\n _.extend(Model.prototype, Events, {\n\n // A hash of attributes whose current and previous value differ.\n changed: null,\n\n // The value returned during the last failed validation.\n validationError: null,\n\n // The default name for the JSON `id` attribute is `\"id\"`. MongoDB and\n // CouchDB users may want to set this to `\"_id\"`.\n idAttribute: 'id',\n\n // The prefix is used to create the client id which is used to identify models locally.\n // You may want to override this if you're experiencing name clashes with model ids.\n cidPrefix: 'c',\n\n // preinitialize is an empty function by default. You can override it with a function\n // or object. preinitialize will run before any instantiation logic is run in the Model.\n preinitialize: function(){},\n\n // Initialize is an empty function by default. Override it with your own\n // initialization logic.\n initialize: function(){},\n\n // Return a copy of the model's `attributes` object.\n toJSON: function(options) {\n return _.clone(this.attributes);\n },\n\n // Proxy `Backbone.sync` by default -- but override this if you need\n // custom syncing semantics for *this* particular model.\n sync: function() {\n return Backbone.sync.apply(this, arguments);\n },\n\n // Get the value of an attribute.\n get: function(attr) {\n return this.attributes[attr];\n },\n\n // Get the HTML-escaped value of an attribute.\n escape: function(attr) {\n return _.escape(this.get(attr));\n },\n\n // Returns `true` if the attribute contains a value that is not null\n // or undefined.\n has: function(attr) {\n return this.get(attr) != null;\n },\n\n // Special-cased proxy to underscore's `_.matches` method.\n matches: function(attrs) {\n return !!_.iteratee(attrs, this)(this.attributes);\n },\n\n // Set a hash of model attributes on the object, firing `\"change\"`. This is\n // the core primitive operation of a model, updating the data and notifying\n // anyone who needs to know about the change in state. The heart of the beast.\n set: function(key, val, options) {\n if (key == null) return this;\n\n // Handle both `\"key\", value` and `{key: value}` -style arguments.\n var attrs;\n if (typeof key === 'object') {\n attrs = key;\n options = val;\n } else {\n (attrs = {})[key] = val;\n }\n\n options || (options = {});\n\n // Run validation.\n if (!this._validate(attrs, options)) return false;\n\n // Extract attributes and options.\n var unset = options.unset;\n var silent = options.silent;\n var changes = [];\n var changing = this._changing;\n this._changing = true;\n\n if (!changing) {\n this._previousAttributes = _.clone(this.attributes);\n this.changed = {};\n }\n\n var current = this.attributes;\n var changed = this.changed;\n var prev = this._previousAttributes;\n\n // For each `set` attribute, update or delete the current value.\n for (var attr in attrs) {\n val = attrs[attr];\n if (!_.isEqual(current[attr], val)) changes.push(attr);\n if (!_.isEqual(prev[attr], val)) {\n changed[attr] = val;\n } else {\n delete changed[attr];\n }\n unset ? delete current[attr] : current[attr] = val;\n }\n\n // Update the `id`.\n if (this.idAttribute in attrs) this.id = this.get(this.idAttribute);\n\n // Trigger all relevant attribute changes.\n if (!silent) {\n if (changes.length) this._pending = options;\n for (var i = 0; i < changes.length; i++) {\n this.trigger('change:' + changes[i], this, current[changes[i]], options);\n }\n }\n\n // You might be wondering why there's a `while` loop here. Changes can\n // be recursively nested within `\"change\"` events.\n if (changing) return this;\n if (!silent) {\n while (this._pending) {\n options = this._pending;\n this._pending = false;\n this.trigger('change', this, options);\n }\n }\n this._pending = false;\n this._changing = false;\n return this;\n },\n\n // Remove an attribute from the model, firing `\"change\"`. `unset` is a noop\n // if the attribute doesn't exist.\n unset: function(attr, options) {\n return this.set(attr, void 0, _.extend({}, options, {unset: true}));\n },\n\n // Clear all attributes on the model, firing `\"change\"`.\n clear: function(options) {\n var attrs = {};\n for (var key in this.attributes) attrs[key] = void 0;\n return this.set(attrs, _.extend({}, options, {unset: true}));\n },\n\n // Determine if the model has changed since the last `\"change\"` event.\n // If you specify an attribute name, determine if that attribute has changed.\n hasChanged: function(attr) {\n if (attr == null) return !_.isEmpty(this.changed);\n return _.has(this.changed, attr);\n },\n\n // Return an object containing all the attributes that have changed, or\n // false if there are no changed attributes. Useful for determining what\n // parts of a view need to be updated and/or what attributes need to be\n // persisted to the server. Unset attributes will be set to undefined.\n // You can also pass an attributes object to diff against the model,\n // determining if there *would be* a change.\n changedAttributes: function(diff) {\n if (!diff) return this.hasChanged() ? _.clone(this.changed) : false;\n var old = this._changing ? this._previousAttributes : this.attributes;\n var changed = {};\n var hasChanged;\n for (var attr in diff) {\n var val = diff[attr];\n if (_.isEqual(old[attr], val)) continue;\n changed[attr] = val;\n hasChanged = true;\n }\n return hasChanged ? changed : false;\n },\n\n // Get the previous value of an attribute, recorded at the time the last\n // `\"change\"` event was fired.\n previous: function(attr) {\n if (attr == null || !this._previousAttributes) return null;\n return this._previousAttributes[attr];\n },\n\n // Get all of the attributes of the model at the time of the previous\n // `\"change\"` event.\n previousAttributes: function() {\n return _.clone(this._previousAttributes);\n },\n\n // Fetch the model from the server, merging the response with the model's\n // local attributes. Any changed attributes will trigger a \"change\" event.\n fetch: function(options) {\n options = _.extend({parse: true}, options);\n var model = this;\n var success = options.success;\n options.success = function(resp) {\n var serverAttrs = options.parse ? model.parse(resp, options) : resp;\n if (!model.set(serverAttrs, options)) return false;\n if (success) success.call(options.context, model, resp, options);\n model.trigger('sync', model, resp, options);\n };\n wrapError(this, options);\n return this.sync('read', this, options);\n },\n\n // Set a hash of model attributes, and sync the model to the server.\n // If the server returns an attributes hash that differs, the model's\n // state will be `set` again.\n save: function(key, val, options) {\n // Handle both `\"key\", value` and `{key: value}` -style arguments.\n var attrs;\n if (key == null || typeof key === 'object') {\n attrs = key;\n options = val;\n } else {\n (attrs = {})[key] = val;\n }\n\n options = _.extend({validate: true, parse: true}, options);\n var wait = options.wait;\n\n // If we're not waiting and attributes exist, save acts as\n // `set(attr).save(null, opts)` with validation. Otherwise, check if\n // the model will be valid when the attributes, if any, are set.\n if (attrs && !wait) {\n if (!this.set(attrs, options)) return false;\n } else if (!this._validate(attrs, options)) {\n return false;\n }\n\n // After a successful server-side save, the client is (optionally)\n // updated with the server-side state.\n var model = this;\n var success = options.success;\n var attributes = this.attributes;\n options.success = function(resp) {\n // Ensure attributes are restored during synchronous saves.\n model.attributes = attributes;\n var serverAttrs = options.parse ? model.parse(resp, options) : resp;\n if (wait) serverAttrs = _.extend({}, attrs, serverAttrs);\n if (serverAttrs && !model.set(serverAttrs, options)) return false;\n if (success) success.call(options.context, model, resp, options);\n model.trigger('sync', model, resp, options);\n };\n wrapError(this, options);\n\n // Set temporary attributes if `{wait: true}` to properly find new ids.\n if (attrs && wait) this.attributes = _.extend({}, attributes, attrs);\n\n var method = this.isNew() ? 'create' : options.patch ? 'patch' : 'update';\n if (method === 'patch' && !options.attrs) options.attrs = attrs;\n var xhr = this.sync(method, this, options);\n\n // Restore attributes.\n this.attributes = attributes;\n\n return xhr;\n },\n\n // Destroy this model on the server if it was already persisted.\n // Optimistically removes the model from its collection, if it has one.\n // If `wait: true` is passed, waits for the server to respond before removal.\n destroy: function(options) {\n options = options ? _.clone(options) : {};\n var model = this;\n var success = options.success;\n var wait = options.wait;\n\n var destroy = function() {\n model.stopListening();\n model.trigger('destroy', model, model.collection, options);\n };\n\n options.success = function(resp) {\n if (wait) destroy();\n if (success) success.call(options.context, model, resp, options);\n if (!model.isNew()) model.trigger('sync', model, resp, options);\n };\n\n var xhr = false;\n if (this.isNew()) {\n _.defer(options.success);\n } else {\n wrapError(this, options);\n xhr = this.sync('delete', this, options);\n }\n if (!wait) destroy();\n return xhr;\n },\n\n // Default URL for the model's representation on the server -- if you're\n // using Backbone's restful methods, override this to change the endpoint\n // that will be called.\n url: function() {\n var base =\n _.result(this, 'urlRoot') ||\n _.result(this.collection, 'url') ||\n urlError();\n if (this.isNew()) return base;\n var id = this.get(this.idAttribute);\n return base.replace(/[^\\/]$/, '$&/') + encodeURIComponent(id);\n },\n\n // **parse** converts a response into the hash of attributes to be `set` on\n // the model. The default implementation is just to pass the response along.\n parse: function(resp, options) {\n return resp;\n },\n\n // Create a new model with identical attributes to this one.\n clone: function() {\n return new this.constructor(this.attributes);\n },\n\n // A model is new if it has never been saved to the server, and lacks an id.\n isNew: function() {\n return !this.has(this.idAttribute);\n },\n\n // Check if the model is currently in a valid state.\n isValid: function(options) {\n return this._validate({}, _.extend({}, options, {validate: true}));\n },\n\n // Run validation against the next complete set of model attributes,\n // returning `true` if all is well. Otherwise, fire an `\"invalid\"` event.\n _validate: function(attrs, options) {\n if (!options.validate || !this.validate) return true;\n attrs = _.extend({}, this.attributes, attrs);\n var error = this.validationError = this.validate(attrs, options) || null;\n if (!error) return true;\n this.trigger('invalid', this, error, _.extend(options, {validationError: error}));\n return false;\n }\n\n });\n\n // Backbone.Collection\n // -------------------\n\n // If models tend to represent a single row of data, a Backbone Collection is\n // more analogous to a table full of data ... or a small slice or page of that\n // table, or a collection of rows that belong together for a particular reason\n // -- all of the messages in this particular folder, all of the documents\n // belonging to this particular author, and so on. Collections maintain\n // indexes of their models, both in order, and for lookup by `id`.\n\n // Create a new **Collection**, perhaps to contain a specific type of `model`.\n // If a `comparator` is specified, the Collection will maintain\n // its models in sort order, as they're added and removed.\n var Collection = Backbone.Collection = function(models, options) {\n options || (options = {});\n this.preinitialize.apply(this, arguments);\n if (options.model) this.model = options.model;\n if (options.comparator !== void 0) this.comparator = options.comparator;\n this._reset();\n this.initialize.apply(this, arguments);\n if (models) this.reset(models, _.extend({silent: true}, options));\n };\n\n // Default options for `Collection#set`.\n var setOptions = {add: true, remove: true, merge: true};\n var addOptions = {add: true, remove: false};\n\n // Splices `insert` into `array` at index `at`.\n var splice = function(array, insert, at) {\n at = Math.min(Math.max(at, 0), array.length);\n var tail = Array(array.length - at);\n var length = insert.length;\n var i;\n for (i = 0; i < tail.length; i++) tail[i] = array[i + at];\n for (i = 0; i < length; i++) array[i + at] = insert[i];\n for (i = 0; i < tail.length; i++) array[i + length + at] = tail[i];\n };\n\n // Define the Collection's inheritable methods.\n _.extend(Collection.prototype, Events, {\n\n // The default model for a collection is just a **Backbone.Model**.\n // This should be overridden in most cases.\n model: Model,\n\n\n // preinitialize is an empty function by default. You can override it with a function\n // or object. preinitialize will run before any instantiation logic is run in the Collection.\n preinitialize: function(){},\n\n // Initialize is an empty function by default. Override it with your own\n // initialization logic.\n initialize: function(){},\n\n // The JSON representation of a Collection is an array of the\n // models' attributes.\n toJSON: function(options) {\n return this.map(function(model) { return model.toJSON(options); });\n },\n\n // Proxy `Backbone.sync` by default.\n sync: function() {\n return Backbone.sync.apply(this, arguments);\n },\n\n // Add a model, or list of models to the set. `models` may be Backbone\n // Models or raw JavaScript objects to be converted to Models, or any\n // combination of the two.\n add: function(models, options) {\n return this.set(models, _.extend({merge: false}, options, addOptions));\n },\n\n // Remove a model, or a list of models from the set.\n remove: function(models, options) {\n options = _.extend({}, options);\n var singular = !_.isArray(models);\n models = singular ? [models] : models.slice();\n var removed = this._removeModels(models, options);\n if (!options.silent && removed.length) {\n options.changes = {added: [], merged: [], removed: removed};\n this.trigger('update', this, options);\n }\n return singular ? removed[0] : removed;\n },\n\n // Update a collection by `set`-ing a new list of models, adding new ones,\n // removing models that are no longer present, and merging models that\n // already exist in the collection, as necessary. Similar to **Model#set**,\n // the core operation for updating the data contained by the collection.\n set: function(models, options) {\n if (models == null) return;\n\n options = _.extend({}, setOptions, options);\n if (options.parse && !this._isModel(models)) {\n models = this.parse(models, options) || [];\n }\n\n var singular = !_.isArray(models);\n models = singular ? [models] : models.slice();\n\n var at = options.at;\n if (at != null) at = +at;\n if (at > this.length) at = this.length;\n if (at < 0) at += this.length + 1;\n\n var set = [];\n var toAdd = [];\n var toMerge = [];\n var toRemove = [];\n var modelMap = {};\n\n var add = options.add;\n var merge = options.merge;\n var remove = options.remove;\n\n var sort = false;\n var sortable = this.comparator && at == null && options.sort !== false;\n var sortAttr = _.isString(this.comparator) ? this.comparator : null;\n\n // Turn bare objects into model references, and prevent invalid models\n // from being added.\n var model, i;\n for (i = 0; i < models.length; i++) {\n model = models[i];\n\n // If a duplicate is found, prevent it from being added and\n // optionally merge it into the existing model.\n var existing = this.get(model);\n if (existing) {\n if (merge && model !== existing) {\n var attrs = this._isModel(model) ? model.attributes : model;\n if (options.parse) attrs = existing.parse(attrs, options);\n existing.set(attrs, options);\n toMerge.push(existing);\n if (sortable && !sort) sort = existing.hasChanged(sortAttr);\n }\n if (!modelMap[existing.cid]) {\n modelMap[existing.cid] = true;\n set.push(existing);\n }\n models[i] = existing;\n\n // If this is a new, valid model, push it to the `toAdd` list.\n } else if (add) {\n model = models[i] = this._prepareModel(model, options);\n if (model) {\n toAdd.push(model);\n this._addReference(model, options);\n modelMap[model.cid] = true;\n set.push(model);\n }\n }\n }\n\n // Remove stale models.\n if (remove) {\n for (i = 0; i < this.length; i++) {\n model = this.models[i];\n if (!modelMap[model.cid]) toRemove.push(model);\n }\n if (toRemove.length) this._removeModels(toRemove, options);\n }\n\n // See if sorting is needed, update `length` and splice in new models.\n var orderChanged = false;\n var replace = !sortable && add && remove;\n if (set.length && replace) {\n orderChanged = this.length !== set.length || _.some(this.models, function(m, index) {\n return m !== set[index];\n });\n this.models.length = 0;\n splice(this.models, set, 0);\n this.length = this.models.length;\n } else if (toAdd.length) {\n if (sortable) sort = true;\n splice(this.models, toAdd, at == null ? this.length : at);\n this.length = this.models.length;\n }\n\n // Silently sort the collection if appropriate.\n if (sort) this.sort({silent: true});\n\n // Unless silenced, it's time to fire all appropriate add/sort/update events.\n if (!options.silent) {\n for (i = 0; i < toAdd.length; i++) {\n if (at != null) options.index = at + i;\n model = toAdd[i];\n model.trigger('add', model, this, options);\n }\n if (sort || orderChanged) this.trigger('sort', this, options);\n if (toAdd.length || toRemove.length || toMerge.length) {\n options.changes = {\n added: toAdd,\n removed: toRemove,\n merged: toMerge\n };\n this.trigger('update', this, options);\n }\n }\n\n // Return the added (or merged) model (or models).\n return singular ? models[0] : models;\n },\n\n // When you have more items than you want to add or remove individually,\n // you can reset the entire set with a new list of models, without firing\n // any granular `add` or `remove` events. Fires `reset` when finished.\n // Useful for bulk operations and optimizations.\n reset: function(models, options) {\n options = options ? _.clone(options) : {};\n for (var i = 0; i < this.models.length; i++) {\n this._removeReference(this.models[i], options);\n }\n options.previousModels = this.models;\n this._reset();\n models = this.add(models, _.extend({silent: true}, options));\n if (!options.silent) this.trigger('reset', this, options);\n return models;\n },\n\n // Add a model to the end of the collection.\n push: function(model, options) {\n return this.add(model, _.extend({at: this.length}, options));\n },\n\n // Remove a model from the end of the collection.\n pop: function(options) {\n var model = this.at(this.length - 1);\n return this.remove(model, options);\n },\n\n // Add a model to the beginning of the collection.\n unshift: function(model, options) {\n return this.add(model, _.extend({at: 0}, options));\n },\n\n // Remove a model from the beginning of the collection.\n shift: function(options) {\n var model = this.at(0);\n return this.remove(model, options);\n },\n\n // Slice out a sub-array of models from the collection.\n slice: function() {\n return slice.apply(this.models, arguments);\n },\n\n // Get a model from the set by id, cid, model object with id or cid\n // properties, or an attributes object that is transformed through modelId.\n get: function(obj) {\n if (obj == null) return void 0;\n return this._byId[obj] ||\n this._byId[this.modelId(this._isModel(obj) ? obj.attributes : obj)] ||\n obj.cid && this._byId[obj.cid];\n },\n\n // Returns `true` if the model is in the collection.\n has: function(obj) {\n return this.get(obj) != null;\n },\n\n // Get the model at the given index.\n at: function(index) {\n if (index < 0) index += this.length;\n return this.models[index];\n },\n\n // Return models with matching attributes. Useful for simple cases of\n // `filter`.\n where: function(attrs, first) {\n return this[first ? 'find' : 'filter'](attrs);\n },\n\n // Return the first model with matching attributes. Useful for simple cases\n // of `find`.\n findWhere: function(attrs) {\n return this.where(attrs, true);\n },\n\n // Force the collection to re-sort itself. You don't need to call this under\n // normal circumstances, as the set will maintain sort order as each item\n // is added.\n sort: function(options) {\n var comparator = this.comparator;\n if (!comparator) throw new Error('Cannot sort a set without a comparator');\n options || (options = {});\n\n var length = comparator.length;\n if (_.isFunction(comparator)) comparator = comparator.bind(this);\n\n // Run sort based on type of `comparator`.\n if (length === 1 || _.isString(comparator)) {\n this.models = this.sortBy(comparator);\n } else {\n this.models.sort(comparator);\n }\n if (!options.silent) this.trigger('sort', this, options);\n return this;\n },\n\n // Pluck an attribute from each model in the collection.\n pluck: function(attr) {\n return this.map(attr + '');\n },\n\n // Fetch the default set of models for this collection, resetting the\n // collection when they arrive. If `reset: true` is passed, the response\n // data will be passed through the `reset` method instead of `set`.\n fetch: function(options) {\n options = _.extend({parse: true}, options);\n var success = options.success;\n var collection = this;\n options.success = function(resp) {\n var method = options.reset ? 'reset' : 'set';\n collection[method](resp, options);\n if (success) success.call(options.context, collection, resp, options);\n collection.trigger('sync', collection, resp, options);\n };\n wrapError(this, options);\n return this.sync('read', this, options);\n },\n\n // Create a new instance of a model in this collection. Add the model to the\n // collection immediately, unless `wait: true` is passed, in which case we\n // wait for the server to agree.\n create: function(model, options) {\n options = options ? _.clone(options) : {};\n var wait = options.wait;\n model = this._prepareModel(model, options);\n if (!model) return false;\n if (!wait) this.add(model, options);\n var collection = this;\n var success = options.success;\n options.success = function(m, resp, callbackOpts) {\n if (wait) collection.add(m, callbackOpts);\n if (success) success.call(callbackOpts.context, m, resp, callbackOpts);\n };\n model.save(null, options);\n return model;\n },\n\n // **parse** converts a response into a list of models to be added to the\n // collection. The default implementation is just to pass it through.\n parse: function(resp, options) {\n return resp;\n },\n\n // Create a new collection with an identical list of models as this one.\n clone: function() {\n return new this.constructor(this.models, {\n model: this.model,\n comparator: this.comparator\n });\n },\n\n // Define how to uniquely identify models in the collection.\n modelId: function(attrs) {\n return attrs[this.model.prototype.idAttribute || 'id'];\n },\n\n // Get an iterator of all models in this collection.\n values: function() {\n return new CollectionIterator(this, ITERATOR_VALUES);\n },\n\n // Get an iterator of all model IDs in this collection.\n keys: function() {\n return new CollectionIterator(this, ITERATOR_KEYS);\n },\n\n // Get an iterator of all [ID, model] tuples in this collection.\n entries: function() {\n return new CollectionIterator(this, ITERATOR_KEYSVALUES);\n },\n\n // Private method to reset all internal state. Called when the collection\n // is first initialized or reset.\n _reset: function() {\n this.length = 0;\n this.models = [];\n this._byId = {};\n },\n\n // Prepare a hash of attributes (or other model) to be added to this\n // collection.\n _prepareModel: function(attrs, options) {\n if (this._isModel(attrs)) {\n if (!attrs.collection) attrs.collection = this;\n return attrs;\n }\n options = options ? _.clone(options) : {};\n options.collection = this;\n var model = new this.model(attrs, options);\n if (!model.validationError) return model;\n this.trigger('invalid', this, model.validationError, options);\n return false;\n },\n\n // Internal method called by both remove and set.\n _removeModels: function(models, options) {\n var removed = [];\n for (var i = 0; i < models.length; i++) {\n var model = this.get(models[i]);\n if (!model) continue;\n\n var index = this.indexOf(model);\n this.models.splice(index, 1);\n this.length--;\n\n // Remove references before triggering 'remove' event to prevent an\n // infinite loop. #3693\n delete this._byId[model.cid];\n var id = this.modelId(model.attributes);\n if (id != null) delete this._byId[id];\n\n if (!options.silent) {\n options.index = index;\n model.trigger('remove', model, this, options);\n }\n\n removed.push(model);\n this._removeReference(model, options);\n }\n return removed;\n },\n\n // Method for checking whether an object should be considered a model for\n // the purposes of adding to the collection.\n _isModel: function(model) {\n return model instanceof Model;\n },\n\n // Internal method to create a model's ties to a collection.\n _addReference: function(model, options) {\n this._byId[model.cid] = model;\n var id = this.modelId(model.attributes);\n if (id != null) this._byId[id] = model;\n model.on('all', this._onModelEvent, this);\n },\n\n // Internal method to sever a model's ties to a collection.\n _removeReference: function(model, options) {\n delete this._byId[model.cid];\n var id = this.modelId(model.attributes);\n if (id != null) delete this._byId[id];\n if (this === model.collection) delete model.collection;\n model.off('all', this._onModelEvent, this);\n },\n\n // Internal method called every time a model in the set fires an event.\n // Sets need to update their indexes when models change ids. All other\n // events simply proxy through. \"add\" and \"remove\" events that originate\n // in other collections are ignored.\n _onModelEvent: function(event, model, collection, options) {\n if (model) {\n if ((event === 'add' || event === 'remove') && collection !== this) return;\n if (event === 'destroy') this.remove(model, options);\n if (event === 'change') {\n var prevId = this.modelId(model.previousAttributes());\n var id = this.modelId(model.attributes);\n if (prevId !== id) {\n if (prevId != null) delete this._byId[prevId];\n if (id != null) this._byId[id] = model;\n }\n }\n }\n this.trigger.apply(this, arguments);\n }\n\n });\n\n // Defining an @@iterator method implements JavaScript's Iterable protocol.\n // In modern ES2015 browsers, this value is found at Symbol.iterator.\n /* global Symbol */\n var $$iterator = typeof Symbol === 'function' && Symbol.iterator;\n if ($$iterator) {\n Collection.prototype[$$iterator] = Collection.prototype.values;\n }\n\n // CollectionIterator\n // ------------------\n\n // A CollectionIterator implements JavaScript's Iterator protocol, allowing the\n // use of `for of` loops in modern browsers and interoperation between\n // Backbone.Collection and other JavaScript functions and third-party libraries\n // which can operate on Iterables.\n var CollectionIterator = function(collection, kind) {\n this._collection = collection;\n this._kind = kind;\n this._index = 0;\n };\n\n // This \"enum\" defines the three possible kinds of values which can be emitted\n // by a CollectionIterator that correspond to the values(), keys() and entries()\n // methods on Collection, respectively.\n var ITERATOR_VALUES = 1;\n var ITERATOR_KEYS = 2;\n var ITERATOR_KEYSVALUES = 3;\n\n // All Iterators should themselves be Iterable.\n if ($$iterator) {\n CollectionIterator.prototype[$$iterator] = function() {\n return this;\n };\n }\n\n CollectionIterator.prototype.next = function() {\n if (this._collection) {\n\n // Only continue iterating if the iterated collection is long enough.\n if (this._index < this._collection.length) {\n var model = this._collection.at(this._index);\n this._index++;\n\n // Construct a value depending on what kind of values should be iterated.\n var value;\n if (this._kind === ITERATOR_VALUES) {\n value = model;\n } else {\n var id = this._collection.modelId(model.attributes);\n if (this._kind === ITERATOR_KEYS) {\n value = id;\n } else { // ITERATOR_KEYSVALUES\n value = [id, model];\n }\n }\n return {value: value, done: false};\n }\n\n // Once exhausted, remove the reference to the collection so future\n // calls to the next method always return done.\n this._collection = void 0;\n }\n\n return {value: void 0, done: true};\n };\n\n // Backbone.View\n // -------------\n\n // Backbone Views are almost more convention than they are actual code. A View\n // is simply a JavaScript object that represents a logical chunk of UI in the\n // DOM. This might be a single item, an entire list, a sidebar or panel, or\n // even the surrounding frame which wraps your whole app. Defining a chunk of\n // UI as a **View** allows you to define your DOM events declaratively, without\n // having to worry about render order ... and makes it easy for the view to\n // react to specific changes in the state of your models.\n\n // Creating a Backbone.View creates its initial element outside of the DOM,\n // if an existing element is not provided...\n var View = Backbone.View = function(options) {\n this.cid = _.uniqueId('view');\n this.preinitialize.apply(this, arguments);\n _.extend(this, _.pick(options, viewOptions));\n this._ensureElement();\n this.initialize.apply(this, arguments);\n };\n\n // Cached regex to split keys for `delegate`.\n var delegateEventSplitter = /^(\\S+)\\s*(.*)$/;\n\n // List of view options to be set as properties.\n var viewOptions = ['model', 'collection', 'el', 'id', 'attributes', 'className', 'tagName', 'events'];\n\n // Set up all inheritable **Backbone.View** properties and methods.\n _.extend(View.prototype, Events, {\n\n // The default `tagName` of a View's element is `\"div\"`.\n tagName: 'div',\n\n // jQuery delegate for element lookup, scoped to DOM elements within the\n // current view. This should be preferred to global lookups where possible.\n $: function(selector) {\n return this.$el.find(selector);\n },\n\n // preinitialize is an empty function by default. You can override it with a function\n // or object. preinitialize will run before any instantiation logic is run in the View\n preinitialize: function(){},\n\n // Initialize is an empty function by default. Override it with your own\n // initialization logic.\n initialize: function(){},\n\n // **render** is the core function that your view should override, in order\n // to populate its element (`this.el`), with the appropriate HTML. The\n // convention is for **render** to always return `this`.\n render: function() {\n return this;\n },\n\n // Remove this view by taking the element out of the DOM, and removing any\n // applicable Backbone.Events listeners.\n remove: function() {\n this._removeElement();\n this.stopListening();\n return this;\n },\n\n // Remove this view's element from the document and all event listeners\n // attached to it. Exposed for subclasses using an alternative DOM\n // manipulation API.\n _removeElement: function() {\n this.$el.remove();\n },\n\n // Change the view's element (`this.el` property) and re-delegate the\n // view's events on the new element.\n setElement: function(element) {\n this.undelegateEvents();\n this._setElement(element);\n this.delegateEvents();\n return this;\n },\n\n // Creates the `this.el` and `this.$el` references for this view using the\n // given `el`. `el` can be a CSS selector or an HTML string, a jQuery\n // context or an element. Subclasses can override this to utilize an\n // alternative DOM manipulation API and are only required to set the\n // `this.el` property.\n _setElement: function(el) {\n this.$el = el instanceof Backbone.$ ? el : Backbone.$(el);\n this.el = this.$el[0];\n },\n\n // Set callbacks, where `this.events` is a hash of\n //\n // *{\"event selector\": \"callback\"}*\n //\n // {\n // 'mousedown .title': 'edit',\n // 'click .button': 'save',\n // 'click .open': function(e) { ... }\n // }\n //\n // pairs. Callbacks will be bound to the view, with `this` set properly.\n // Uses event delegation for efficiency.\n // Omitting the selector binds the event to `this.el`.\n delegateEvents: function(events) {\n events || (events = _.result(this, 'events'));\n if (!events) return this;\n this.undelegateEvents();\n for (var key in events) {\n var method = events[key];\n if (!_.isFunction(method)) method = this[method];\n if (!method) continue;\n var match = key.match(delegateEventSplitter);\n this.delegate(match[1], match[2], method.bind(this));\n }\n return this;\n },\n\n // Add a single event listener to the view's element (or a child element\n // using `selector`). This only works for delegate-able events: not `focus`,\n // `blur`, and not `change`, `submit`, and `reset` in Internet Explorer.\n delegate: function(eventName, selector, listener) {\n this.$el.on(eventName + '.delegateEvents' + this.cid, selector, listener);\n return this;\n },\n\n // Clears all callbacks previously bound to the view by `delegateEvents`.\n // You usually don't need to use this, but may wish to if you have multiple\n // Backbone views attached to the same DOM element.\n undelegateEvents: function() {\n if (this.$el) this.$el.off('.delegateEvents' + this.cid);\n return this;\n },\n\n // A finer-grained `undelegateEvents` for removing a single delegated event.\n // `selector` and `listener` are both optional.\n undelegate: function(eventName, selector, listener) {\n this.$el.off(eventName + '.delegateEvents' + this.cid, selector, listener);\n return this;\n },\n\n // Produces a DOM element to be assigned to your view. Exposed for\n // subclasses using an alternative DOM manipulation API.\n _createElement: function(tagName) {\n return document.createElement(tagName);\n },\n\n // Ensure that the View has a DOM element to render into.\n // If `this.el` is a string, pass it through `$()`, take the first\n // matching element, and re-assign it to `el`. Otherwise, create\n // an element from the `id`, `className` and `tagName` properties.\n _ensureElement: function() {\n if (!this.el) {\n var attrs = _.extend({}, _.result(this, 'attributes'));\n if (this.id) attrs.id = _.result(this, 'id');\n if (this.className) attrs['class'] = _.result(this, 'className');\n this.setElement(this._createElement(_.result(this, 'tagName')));\n this._setAttributes(attrs);\n } else {\n this.setElement(_.result(this, 'el'));\n }\n },\n\n // Set attributes from a hash on this view's element. Exposed for\n // subclasses using an alternative DOM manipulation API.\n _setAttributes: function(attributes) {\n this.$el.attr(attributes);\n }\n\n });\n\n // Proxy Backbone class methods to Underscore functions, wrapping the model's\n // `attributes` object or collection's `models` array behind the scenes.\n //\n // collection.filter(function(model) { return model.get('age') > 10 });\n // collection.each(this.addView);\n //\n // `Function#apply` can be slow so we use the method's arg count, if we know it.\n var addMethod = function(base, length, method, attribute) {\n switch (length) {\n case 1: return function() {\n return base[method](this[attribute]);\n };\n case 2: return function(value) {\n return base[method](this[attribute], value);\n };\n case 3: return function(iteratee, context) {\n return base[method](this[attribute], cb(iteratee, this), context);\n };\n case 4: return function(iteratee, defaultVal, context) {\n return base[method](this[attribute], cb(iteratee, this), defaultVal, context);\n };\n default: return function() {\n var args = slice.call(arguments);\n args.unshift(this[attribute]);\n return base[method].apply(base, args);\n };\n }\n };\n\n var addUnderscoreMethods = function(Class, base, methods, attribute) {\n _.each(methods, function(length, method) {\n if (base[method]) Class.prototype[method] = addMethod(base, length, method, attribute);\n });\n };\n\n // Support `collection.sortBy('attr')` and `collection.findWhere({id: 1})`.\n var cb = function(iteratee, instance) {\n if (_.isFunction(iteratee)) return iteratee;\n if (_.isObject(iteratee) && !instance._isModel(iteratee)) return modelMatcher(iteratee);\n if (_.isString(iteratee)) return function(model) { return model.get(iteratee); };\n return iteratee;\n };\n var modelMatcher = function(attrs) {\n var matcher = _.matches(attrs);\n return function(model) {\n return matcher(model.attributes);\n };\n };\n\n // Underscore methods that we want to implement on the Collection.\n // 90% of the core usefulness of Backbone Collections is actually implemented\n // right here:\n var collectionMethods = {forEach: 3, each: 3, map: 3, collect: 3, reduce: 0,\n foldl: 0, inject: 0, reduceRight: 0, foldr: 0, find: 3, detect: 3, filter: 3,\n select: 3, reject: 3, every: 3, all: 3, some: 3, any: 3, include: 3, includes: 3,\n contains: 3, invoke: 0, max: 3, min: 3, toArray: 1, size: 1, first: 3,\n head: 3, take: 3, initial: 3, rest: 3, tail: 3, drop: 3, last: 3,\n without: 0, difference: 0, indexOf: 3, shuffle: 1, lastIndexOf: 3,\n isEmpty: 1, chain: 1, sample: 3, partition: 3, groupBy: 3, countBy: 3,\n sortBy: 3, indexBy: 3, findIndex: 3, findLastIndex: 3};\n\n\n // Underscore methods that we want to implement on the Model, mapped to the\n // number of arguments they take.\n var modelMethods = {keys: 1, values: 1, pairs: 1, invert: 1, pick: 0,\n omit: 0, chain: 1, isEmpty: 1};\n\n // Mix in each Underscore method as a proxy to `Collection#models`.\n\n _.each([\n [Collection, collectionMethods, 'models'],\n [Model, modelMethods, 'attributes']\n ], function(config) {\n var Base = config[0],\n methods = config[1],\n attribute = config[2];\n\n Base.mixin = function(obj) {\n var mappings = _.reduce(_.functions(obj), function(memo, name) {\n memo[name] = 0;\n return memo;\n }, {});\n addUnderscoreMethods(Base, obj, mappings, attribute);\n };\n\n addUnderscoreMethods(Base, _, methods, attribute);\n });\n\n // Backbone.sync\n // -------------\n\n // Override this function to change the manner in which Backbone persists\n // models to the server. You will be passed the type of request, and the\n // model in question. By default, makes a RESTful Ajax request\n // to the model's `url()`. Some possible customizations could be:\n //\n // * Use `setTimeout` to batch rapid-fire updates into a single request.\n // * Send up the models as XML instead of JSON.\n // * Persist models via WebSockets instead of Ajax.\n //\n // Turn on `Backbone.emulateHTTP` in order to send `PUT` and `DELETE` requests\n // as `POST`, with a `_method` parameter containing the true HTTP method,\n // as well as all requests with the body as `application/x-www-form-urlencoded`\n // instead of `application/json` with the model in a param named `model`.\n // Useful when interfacing with server-side languages like **PHP** that make\n // it difficult to read the body of `PUT` requests.\n Backbone.sync = function(method, model, options) {\n var type = methodMap[method];\n\n // Default options, unless specified.\n _.defaults(options || (options = {}), {\n emulateHTTP: Backbone.emulateHTTP,\n emulateJSON: Backbone.emulateJSON\n });\n\n // Default JSON-request options.\n var params = {type: type, dataType: 'json'};\n\n // Ensure that we have a URL.\n if (!options.url) {\n params.url = _.result(model, 'url') || urlError();\n }\n\n // Ensure that we have the appropriate request data.\n if (options.data == null && model && (method === 'create' || method === 'update' || method === 'patch')) {\n params.contentType = 'application/json';\n params.data = JSON.stringify(options.attrs || model.toJSON(options));\n }\n\n // For older servers, emulate JSON by encoding the request into an HTML-form.\n if (options.emulateJSON) {\n params.contentType = 'application/x-www-form-urlencoded';\n params.data = params.data ? {model: params.data} : {};\n }\n\n // For older servers, emulate HTTP by mimicking the HTTP method with `_method`\n // And an `X-HTTP-Method-Override` header.\n if (options.emulateHTTP && (type === 'PUT' || type === 'DELETE' || type === 'PATCH')) {\n params.type = 'POST';\n if (options.emulateJSON) params.data._method = type;\n var beforeSend = options.beforeSend;\n options.beforeSend = function(xhr) {\n xhr.setRequestHeader('X-HTTP-Method-Override', type);\n if (beforeSend) return beforeSend.apply(this, arguments);\n };\n }\n\n // Don't process data on a non-GET request.\n if (params.type !== 'GET' && !options.emulateJSON) {\n params.processData = false;\n }\n\n // Pass along `textStatus` and `errorThrown` from jQuery.\n var error = options.error;\n options.error = function(xhr, textStatus, errorThrown) {\n options.textStatus = textStatus;\n options.errorThrown = errorThrown;\n if (error) error.call(options.context, xhr, textStatus, errorThrown);\n };\n\n // Make the request, allowing the user to override any Ajax options.\n var xhr = options.xhr = Backbone.ajax(_.extend(params, options));\n model.trigger('request', model, xhr, options);\n return xhr;\n };\n\n // Map from CRUD to HTTP for our default `Backbone.sync` implementation.\n var methodMap = {\n create: 'POST',\n update: 'PUT',\n patch: 'PATCH',\n delete: 'DELETE',\n read: 'GET'\n };\n\n // Set the default implementation of `Backbone.ajax` to proxy through to `$`.\n // Override this if you'd like to use a different library.\n Backbone.ajax = function() {\n return Backbone.$.ajax.apply(Backbone.$, arguments);\n };\n\n // Backbone.Router\n // ---------------\n\n // Routers map faux-URLs to actions, and fire events when routes are\n // matched. Creating a new one sets its `routes` hash, if not set statically.\n var Router = Backbone.Router = function(options) {\n options || (options = {});\n this.preinitialize.apply(this, arguments);\n if (options.routes) this.routes = options.routes;\n this._bindRoutes();\n this.initialize.apply(this, arguments);\n };\n\n // Cached regular expressions for matching named param parts and splatted\n // parts of route strings.\n var optionalParam = /\\((.*?)\\)/g;\n var namedParam = /(\\(\\?)?:\\w+/g;\n var splatParam = /\\*\\w+/g;\n var escapeRegExp = /[\\-{}\\[\\]+?.,\\\\\\^$|#\\s]/g;\n\n // Set up all inheritable **Backbone.Router** properties and methods.\n _.extend(Router.prototype, Events, {\n\n // preinitialize is an empty function by default. You can override it with a function\n // or object. preinitialize will run before any instantiation logic is run in the Router.\n preinitialize: function(){},\n\n // Initialize is an empty function by default. Override it with your own\n // initialization logic.\n initialize: function(){},\n\n // Manually bind a single named route to a callback. For example:\n //\n // this.route('search/:query/p:num', 'search', function(query, num) {\n // ...\n // });\n //\n route: function(route, name, callback) {\n if (!_.isRegExp(route)) route = this._routeToRegExp(route);\n if (_.isFunction(name)) {\n callback = name;\n name = '';\n }\n if (!callback) callback = this[name];\n var router = this;\n Backbone.history.route(route, function(fragment) {\n var args = router._extractParameters(route, fragment);\n if (router.execute(callback, args, name) !== false) {\n router.trigger.apply(router, ['route:' + name].concat(args));\n router.trigger('route', name, args);\n Backbone.history.trigger('route', router, name, args);\n }\n });\n return this;\n },\n\n // Execute a route handler with the provided parameters. This is an\n // excellent place to do pre-route setup or post-route cleanup.\n execute: function(callback, args, name) {\n if (callback) callback.apply(this, args);\n },\n\n // Simple proxy to `Backbone.history` to save a fragment into the history.\n navigate: function(fragment, options) {\n Backbone.history.navigate(fragment, options);\n return this;\n },\n\n // Bind all defined routes to `Backbone.history`. We have to reverse the\n // order of the routes here to support behavior where the most general\n // routes can be defined at the bottom of the route map.\n _bindRoutes: function() {\n if (!this.routes) return;\n this.routes = _.result(this, 'routes');\n var route, routes = _.keys(this.routes);\n while ((route = routes.pop()) != null) {\n this.route(route, this.routes[route]);\n }\n },\n\n // Convert a route string into a regular expression, suitable for matching\n // against the current location hash.\n _routeToRegExp: function(route) {\n route = route.replace(escapeRegExp, '\\\\$&')\n .replace(optionalParam, '(?:$1)?')\n .replace(namedParam, function(match, optional) {\n return optional ? match : '([^/?]+)';\n })\n .replace(splatParam, '([^?]*?)');\n return new RegExp('^' + route + '(?:\\\\?([\\\\s\\\\S]*))?$');\n },\n\n // Given a route, and a URL fragment that it matches, return the array of\n // extracted decoded parameters. Empty or unmatched parameters will be\n // treated as `null` to normalize cross-browser behavior.\n _extractParameters: function(route, fragment) {\n var params = route.exec(fragment).slice(1);\n return _.map(params, function(param, i) {\n // Don't decode the search params.\n if (i === params.length - 1) return param || null;\n return param ? decodeURIComponent(param) : null;\n });\n }\n\n });\n\n // Backbone.History\n // ----------------\n\n // Handles cross-browser history management, based on either\n // [pushState](http://diveintohtml5.info/history.html) and real URLs, or\n // [onhashchange](https://developer.mozilla.org/en-US/docs/DOM/window.onhashchange)\n // and URL fragments. If the browser supports neither (old IE, natch),\n // falls back to polling.\n var History = Backbone.History = function() {\n this.handlers = [];\n this.checkUrl = this.checkUrl.bind(this);\n\n // Ensure that `History` can be used outside of the browser.\n if (typeof window !== 'undefined') {\n this.location = window.location;\n this.history = window.history;\n }\n };\n\n // Cached regex for stripping a leading hash/slash and trailing space.\n var routeStripper = /^[#\\/]|\\s+$/g;\n\n // Cached regex for stripping leading and trailing slashes.\n var rootStripper = /^\\/+|\\/+$/g;\n\n // Cached regex for stripping urls of hash.\n var pathStripper = /#.*$/;\n\n // Has the history handling already been started?\n History.started = false;\n\n // Set up all inheritable **Backbone.History** properties and methods.\n _.extend(History.prototype, Events, {\n\n // The default interval to poll for hash changes, if necessary, is\n // twenty times a second.\n interval: 50,\n\n // Are we at the app root?\n atRoot: function() {\n var path = this.location.pathname.replace(/[^\\/]$/, '$&/');\n return path === this.root && !this.getSearch();\n },\n\n // Does the pathname match the root?\n matchRoot: function() {\n var path = this.decodeFragment(this.location.pathname);\n var rootPath = path.slice(0, this.root.length - 1) + '/';\n return rootPath === this.root;\n },\n\n // Unicode characters in `location.pathname` are percent encoded so they're\n // decoded for comparison. `%25` should not be decoded since it may be part\n // of an encoded parameter.\n decodeFragment: function(fragment) {\n return decodeURI(fragment.replace(/%25/g, '%2525'));\n },\n\n // In IE6, the hash fragment and search params are incorrect if the\n // fragment contains `?`.\n getSearch: function() {\n var match = this.location.href.replace(/#.*/, '').match(/\\?.+/);\n return match ? match[0] : '';\n },\n\n // Gets the true hash value. Cannot use location.hash directly due to bug\n // in Firefox where location.hash will always be decoded.\n getHash: function(window) {\n var match = (window || this).location.href.match(/#(.*)$/);\n return match ? match[1] : '';\n },\n\n // Get the pathname and search params, without the root.\n getPath: function() {\n var path = this.decodeFragment(\n this.location.pathname + this.getSearch()\n ).slice(this.root.length - 1);\n return path.charAt(0) === '/' ? path.slice(1) : path;\n },\n\n // Get the cross-browser normalized URL fragment from the path or hash.\n getFragment: function(fragment) {\n if (fragment == null) {\n if (this._usePushState || !this._wantsHashChange) {\n fragment = this.getPath();\n } else {\n fragment = this.getHash();\n }\n }\n return fragment.replace(routeStripper, '');\n },\n\n // Start the hash change handling, returning `true` if the current URL matches\n // an existing route, and `false` otherwise.\n start: function(options) {\n if (History.started) throw new Error('Backbone.history has already been started');\n History.started = true;\n\n // Figure out the initial configuration. Do we need an iframe?\n // Is pushState desired ... is it available?\n this.options = _.extend({root: '/'}, this.options, options);\n this.root = this.options.root;\n this._wantsHashChange = this.options.hashChange !== false;\n this._hasHashChange = 'onhashchange' in window && (document.documentMode === void 0 || document.documentMode > 7);\n this._useHashChange = this._wantsHashChange && this._hasHashChange;\n this._wantsPushState = !!this.options.pushState;\n this._hasPushState = !!(this.history && this.history.pushState);\n this._usePushState = this._wantsPushState && this._hasPushState;\n this.fragment = this.getFragment();\n\n // Normalize root to always include a leading and trailing slash.\n this.root = ('/' + this.root + '/').replace(rootStripper, '/');\n\n // Transition from hashChange to pushState or vice versa if both are\n // requested.\n if (this._wantsHashChange && this._wantsPushState) {\n\n // If we've started off with a route from a `pushState`-enabled\n // browser, but we're currently in a browser that doesn't support it...\n if (!this._hasPushState && !this.atRoot()) {\n var rootPath = this.root.slice(0, -1) || '/';\n this.location.replace(rootPath + '#' + this.getPath());\n // Return immediately as browser will do redirect to new url\n return true;\n\n // Or if we've started out with a hash-based route, but we're currently\n // in a browser where it could be `pushState`-based instead...\n } else if (this._hasPushState && this.atRoot()) {\n this.navigate(this.getHash(), {replace: true});\n }\n\n }\n\n // Proxy an iframe to handle location events if the browser doesn't\n // support the `hashchange` event, HTML5 history, or the user wants\n // `hashChange` but not `pushState`.\n if (!this._hasHashChange && this._wantsHashChange && !this._usePushState) {\n this.iframe = document.createElement('iframe');\n this.iframe.src = 'javascript:0';\n this.iframe.style.display = 'none';\n this.iframe.tabIndex = -1;\n var body = document.body;\n // Using `appendChild` will throw on IE < 9 if the document is not ready.\n var iWindow = body.insertBefore(this.iframe, body.firstChild).contentWindow;\n iWindow.document.open();\n iWindow.document.close();\n iWindow.location.hash = '#' + this.fragment;\n }\n\n // Add a cross-platform `addEventListener` shim for older browsers.\n var addEventListener = window.addEventListener || function(eventName, listener) {\n return attachEvent('on' + eventName, listener);\n };\n\n // Depending on whether we're using pushState or hashes, and whether\n // 'onhashchange' is supported, determine how we check the URL state.\n if (this._usePushState) {\n addEventListener('popstate', this.checkUrl, false);\n } else if (this._useHashChange && !this.iframe) {\n addEventListener('hashchange', this.checkUrl, false);\n } else if (this._wantsHashChange) {\n this._checkUrlInterval = setInterval(this.checkUrl, this.interval);\n }\n\n if (!this.options.silent) return this.loadUrl();\n },\n\n // Disable Backbone.history, perhaps temporarily. Not useful in a real app,\n // but possibly useful for unit testing Routers.\n stop: function() {\n // Add a cross-platform `removeEventListener` shim for older browsers.\n var removeEventListener = window.removeEventListener || function(eventName, listener) {\n return detachEvent('on' + eventName, listener);\n };\n\n // Remove window listeners.\n if (this._usePushState) {\n removeEventListener('popstate', this.checkUrl, false);\n } else if (this._useHashChange && !this.iframe) {\n removeEventListener('hashchange', this.checkUrl, false);\n }\n\n // Clean up the iframe if necessary.\n if (this.iframe) {\n document.body.removeChild(this.iframe);\n this.iframe = null;\n }\n\n // Some environments will throw when clearing an undefined interval.\n if (this._checkUrlInterval) clearInterval(this._checkUrlInterval);\n History.started = false;\n },\n\n // Add a route to be tested when the fragment changes. Routes added later\n // may override previous routes.\n route: function(route, callback) {\n this.handlers.unshift({route: route, callback: callback});\n },\n\n // Checks the current URL to see if it has changed, and if it has,\n // calls `loadUrl`, normalizing across the hidden iframe.\n checkUrl: function(e) {\n var current = this.getFragment();\n\n // If the user pressed the back button, the iframe's hash will have\n // changed and we should use that for comparison.\n if (current === this.fragment && this.iframe) {\n current = this.getHash(this.iframe.contentWindow);\n }\n\n if (current === this.fragment) return false;\n if (this.iframe) this.navigate(current);\n this.loadUrl();\n },\n\n // Attempt to load the current URL fragment. If a route succeeds with a\n // match, returns `true`. If no defined routes matches the fragment,\n // returns `false`.\n loadUrl: function(fragment) {\n // If the root doesn't match, no routes can match either.\n if (!this.matchRoot()) return false;\n fragment = this.fragment = this.getFragment(fragment);\n return _.some(this.handlers, function(handler) {\n if (handler.route.test(fragment)) {\n handler.callback(fragment);\n return true;\n }\n });\n },\n\n // Save a fragment into the hash history, or replace the URL state if the\n // 'replace' option is passed. You are responsible for properly URL-encoding\n // the fragment in advance.\n //\n // The options object can contain `trigger: true` if you wish to have the\n // route callback be fired (not usually desirable), or `replace: true`, if\n // you wish to modify the current URL without adding an entry to the history.\n navigate: function(fragment, options) {\n if (!History.started) return false;\n if (!options || options === true) options = {trigger: !!options};\n\n // Normalize the fragment.\n fragment = this.getFragment(fragment || '');\n\n // Don't include a trailing slash on the root.\n var rootPath = this.root;\n if (fragment === '' || fragment.charAt(0) === '?') {\n rootPath = rootPath.slice(0, -1) || '/';\n }\n var url = rootPath + fragment;\n\n // Strip the fragment of the query and hash for matching.\n fragment = fragment.replace(pathStripper, '');\n\n // Decode for matching.\n var decodedFragment = this.decodeFragment(fragment);\n\n if (this.fragment === decodedFragment) return;\n this.fragment = decodedFragment;\n\n // If pushState is available, we use it to set the fragment as a real URL.\n if (this._usePushState) {\n this.history[options.replace ? 'replaceState' : 'pushState']({}, document.title, url);\n\n // If hash changes haven't been explicitly disabled, update the hash\n // fragment to store history.\n } else if (this._wantsHashChange) {\n this._updateHash(this.location, fragment, options.replace);\n if (this.iframe && fragment !== this.getHash(this.iframe.contentWindow)) {\n var iWindow = this.iframe.contentWindow;\n\n // Opening and closing the iframe tricks IE7 and earlier to push a\n // history entry on hash-tag change. When replace is true, we don't\n // want this.\n if (!options.replace) {\n iWindow.document.open();\n iWindow.document.close();\n }\n\n this._updateHash(iWindow.location, fragment, options.replace);\n }\n\n // If you've told us that you explicitly don't want fallback hashchange-\n // based history, then `navigate` becomes a page refresh.\n } else {\n return this.location.assign(url);\n }\n if (options.trigger) return this.loadUrl(fragment);\n },\n\n // Update the hash location, either replacing the current entry, or adding\n // a new one to the browser history.\n _updateHash: function(location, fragment, replace) {\n if (replace) {\n var href = location.href.replace(/(javascript:|#).*$/, '');\n location.replace(href + '#' + fragment);\n } else {\n // Some browsers require that `hash` contains a leading #.\n location.hash = '#' + fragment;\n }\n }\n\n });\n\n // Create the default Backbone.history.\n Backbone.history = new History;\n\n // Helpers\n // -------\n\n // Helper function to correctly set up the prototype chain for subclasses.\n // Similar to `goog.inherits`, but uses a hash of prototype properties and\n // class properties to be extended.\n var extend = function(protoProps, staticProps) {\n var parent = this;\n var child;\n\n // The constructor function for the new subclass is either defined by you\n // (the \"constructor\" property in your `extend` definition), or defaulted\n // by us to simply call the parent constructor.\n if (protoProps && _.has(protoProps, 'constructor')) {\n child = protoProps.constructor;\n } else {\n child = function(){ return parent.apply(this, arguments); };\n }\n\n // Add static properties to the constructor function, if supplied.\n _.extend(child, parent, staticProps);\n\n // Set the prototype chain to inherit from `parent`, without calling\n // `parent`'s constructor function and add the prototype properties.\n child.prototype = _.create(parent.prototype, protoProps);\n child.prototype.constructor = child;\n\n // Set a convenience property in case the parent's prototype is needed\n // later.\n child.__super__ = parent.prototype;\n\n return child;\n };\n\n // Set up inheritance for the model, collection, router, view and history.\n Model.extend = Collection.extend = Router.extend = View.extend = History.extend = extend;\n\n // Throw an error when a URL is needed, and none is supplied.\n var urlError = function() {\n throw new Error('A \"url\" property or function must be specified');\n };\n\n // Wrap an optional error callback with a fallback error event.\n var wrapError = function(model, options) {\n var error = options.error;\n options.error = function(resp) {\n if (error) error.call(options.context, model, resp, options);\n model.trigger('error', model, resp, options);\n };\n };\n\n return Backbone;\n});\n","var fails = require('../internals/fails');\n\n// Thank's IE8 for his funny defineProperty\nmodule.exports = !fails(function () {\n return Object.defineProperty({}, 1, { get: function () { return 7; } })[1] != 7;\n});\n","var DESCRIPTORS = require('../internals/descriptors');\nvar IE8_DOM_DEFINE = require('../internals/ie8-dom-define');\nvar anObject = require('../internals/an-object');\nvar toPrimitive = require('../internals/to-primitive');\n\nvar nativeDefineProperty = Object.defineProperty;\n\n// `Object.defineProperty` method\n// https://tc39.github.io/ecma262/#sec-object.defineproperty\nexports.f = DESCRIPTORS ? nativeDefineProperty : function defineProperty(O, P, Attributes) {\n anObject(O);\n P = toPrimitive(P, true);\n anObject(Attributes);\n if (IE8_DOM_DEFINE) try {\n return nativeDefineProperty(O, P, Attributes);\n } catch (error) { /* empty */ }\n if ('get' in Attributes || 'set' in Attributes) throw TypeError('Accessors not supported');\n if ('value' in Attributes) O[P] = Attributes.value;\n return O;\n};\n","\"use strict\";\n\nObject.defineProperty(exports, \"__esModule\", {\n value: true\n});\nexports.subscribe = subscribe;\nexports.unsubscribe = unsubscribe;\nexports.emit = emit;\n\nvar _ProxyBus = require(\"./ProxyBus\");\n\nvar _SimpleBus = require(\"./SimpleBus\");\n\nfunction getBus() {\n if (typeof window.OC !== 'undefined' && window.OC._eventBus && typeof window._nc_event_bus === 'undefined') {\n console.warn('found old event bus instance at OC._eventBus. Update your version!');\n window._nc_event_bus = window.OC._eventBus;\n } // Either use an existing event bus instance or create one\n\n\n if (typeof window._nc_event_bus !== 'undefined') {\n return new _ProxyBus.ProxyBus(window._nc_event_bus);\n } else {\n return window._nc_event_bus = new _SimpleBus.SimpleBus();\n }\n}\n\nvar bus = getBus();\n/**\n * Register an event listener\n *\n * @param name name of the event\n * @param handler callback invoked for every matching event emitted on the bus\n */\n\nfunction subscribe(name, handler) {\n bus.subscribe(name, handler);\n}\n/**\n * Unregister a previously registered event listener\n *\n * Note: doesn't work with anonymous functions (closures). Use method of an object or store listener function in variable.\n *\n * @param name name of the event\n * @param handler callback passed to `subscribed`\n */\n\n\nfunction unsubscribe(name, handler) {\n bus.unsubscribe(name, handler);\n}\n/**\n * Emit an event\n *\n * @param name name of the event\n * @param event event payload\n */\n\n\nfunction emit(name, event) {\n bus.emit(name, event);\n}\n//# sourceMappingURL=index.js.map","/**\n * @copyright 2019 Christoph Wurst <christoph@winzerhof-wurst.at>\n *\n * @author 2019 Christoph Wurst <christoph@winzerhof-wurst.at>\n *\n * @license GNU AGPL version 3 or any later version\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see <http://www.gnu.org/licenses/>.\n */\n\n// This var is global because it's shared across webpack bundles\nwindow._oc_l10n_registry_translations = window._oc_l10n_registry_translations || {}\nwindow._oc_l10n_registry_plural_functions = window._oc_l10n_registry_plural_functions || {}\n\n/**\n * @param {String} appId the app id\n * @param {Object} translations the translations list\n * @param {Function} pluralFunction the translations list\n */\nconst register = (appId, translations, pluralFunction) => {\n\twindow._oc_l10n_registry_translations[appId] = translations\n\twindow._oc_l10n_registry_plural_functions[appId] = pluralFunction\n}\n\n/**\n * @param {String} appId the app id\n * @param {Object} translations the translations list\n * @param {Function} pluralFunction the translations list\n */\nconst extend = (appId, translations, pluralFunction) => {\n\twindow._oc_l10n_registry_translations[appId] = Object.assign(\n\t\twindow._oc_l10n_registry_translations[appId],\n\t\ttranslations\n\t)\n\twindow._oc_l10n_registry_plural_functions[appId] = pluralFunction\n}\n\n/**\n * @param {String} appId the app id\n * @param {Object} translations the translations list\n * @param {Function} pluralFunction the translations list\n */\nexport const registerAppTranslations = (appId, translations, pluralFunction) => {\n\tif (!hasAppTranslations(appId)) {\n\t\tregister(appId, translations, pluralFunction)\n\t} else {\n\t\textend(appId, translations, pluralFunction)\n\t}\n}\n\n/**\n * @param {String} appId the app id\n */\nexport const unregisterAppTranslations = appId => {\n\tdelete window._oc_l10n_registry_translations[appId]\n\tdelete window._oc_l10n_registry_plural_functions[appId]\n}\n\n/**\n * @param {String} appId the app id\n * @returns {Boolean}\n */\nexport const hasAppTranslations = appId => {\n\treturn window._oc_l10n_registry_translations[appId] !== undefined\n\t\t&& window._oc_l10n_registry_plural_functions[appId] !== undefined\n}\n\n/**\n * @param {String} appId the app id\n * @returns {Object}\n */\nexport const getAppTranslations = appId => {\n\treturn {\n\t\ttranslations: window._oc_l10n_registry_translations[appId] || {},\n\t\tpluralFunction: window._oc_l10n_registry_plural_functions[appId],\n\t}\n}\n","/**\n * Copyright (c) 2014 Vincent Petry <pvince81@owncloud.com>\n *\n * This file is licensed under the Affero General Public License version 3\n * or later.\n *\n * See the COPYING-README file.\n *\n */\n\nimport _ from 'underscore'\nimport $ from 'jquery'\nimport DOMPurify from 'dompurify'\nimport Handlebars from 'handlebars'\nimport escapeHTML from 'escape-html'\n\nimport OC from './index'\nimport {\n\tgetAppTranslations,\n\thasAppTranslations,\n\tregisterAppTranslations,\n\tunregisterAppTranslations,\n} from './l10n-registry'\n\n/**\n * L10N namespace with localization functions.\n *\n * @namespace OC.L10n\n */\nconst L10n = {\n\n\t/**\n\t * Load an app's translation bundle if not loaded already.\n\t *\n\t * @param {String} appName name of the app\n\t * @param {Function} callback callback to be called when\n\t * the translations are loaded\n\t * @returns {Promise} promise\n\t */\n\tload: function(appName, callback) {\n\t\t// already available ?\n\t\tif (hasAppTranslations(appName) || OC.getLocale() === 'en') {\n\t\t\tconst deferred = $.Deferred()\n\t\t\tconst promise = deferred.promise()\n\t\t\tpromise.then(callback)\n\t\t\tdeferred.resolve()\n\t\t\treturn promise\n\t\t}\n\n\t\tconst self = this\n\t\tconst url = OC.filePath(appName, 'l10n', OC.getLocale() + '.json')\n\n\t\t// load JSON translation bundle per AJAX\n\t\treturn $.get(url)\n\t\t\t.then(\n\t\t\t\tfunction(result) {\n\t\t\t\t\tif (result.translations) {\n\t\t\t\t\t\tself.register(appName, result.translations, result.pluralForm)\n\t\t\t\t\t}\n\t\t\t\t})\n\t\t\t.then(callback)\n\t},\n\n\t/**\n\t * Register an app's translation bundle.\n\t *\n\t * @param {String} appName name of the app\n\t * @param {Object<String,String>} bundle bundle\n\t */\n\tregister: function(appName, bundle) {\n\t\tregisterAppTranslations(appName, bundle, this._getPlural)\n\t},\n\n\t/**\n\t * @private do not use this\n\t */\n\t_unregister: unregisterAppTranslations,\n\n\t/**\n\t * Translate a string\n\t * @param {string} app the id of the app for which to translate the string\n\t * @param {string} text the string to translate\n\t * @param {Object} [vars] map of placeholder key to value\n\t * @param {number} [count] number to replace %n with\n\t * @param {array} [options] options array\n\t * @param {bool} [options.escape=true] enable/disable auto escape of placeholders (by default enabled)\n\t * @returns {string}\n\t */\n\ttranslate: function(app, text, vars, count, options) {\n\t\tconst defaultOptions = {\n\t\t\tescape: true,\n\t\t}\n\t\tconst allOptions = options || {}\n\t\t_.defaults(allOptions, defaultOptions)\n\n\t\t// TODO: cache this function to avoid inline recreation\n\t\t// of the same function over and over again in case\n\t\t// translate() is used in a loop\n\t\tconst _build = function(text, vars, count) {\n\t\t\treturn text.replace(/%n/g, count).replace(/{([^{}]*)}/g,\n\t\t\t\tfunction(a, b) {\n\t\t\t\t\tconst r = vars[b]\n\t\t\t\t\tif (typeof r === 'string' || typeof r === 'number') {\n\t\t\t\t\t\tif (allOptions.escape) {\n\t\t\t\t\t\t\treturn DOMPurify.sanitize(escapeHTML(r))\n\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\treturn DOMPurify.sanitize(r)\n\t\t\t\t\t\t}\n\t\t\t\t\t} else {\n\t\t\t\t\t\treturn DOMPurify.sanitize(a)\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t)\n\t\t}\n\t\tlet translation = text\n\t\tconst bundle = getAppTranslations(app)\n\t\tconst value = bundle.translations[text]\n\t\tif (typeof (value) !== 'undefined') {\n\t\t\ttranslation = value\n\t\t}\n\n\t\tif (typeof vars === 'object' || count !== undefined) {\n\t\t\treturn DOMPurify.sanitize(_build(translation, vars, count))\n\t\t} else {\n\t\t\treturn DOMPurify.sanitize(translation)\n\t\t}\n\t},\n\n\t/**\n\t * Translate a plural string\n\t * @param {string} app the id of the app for which to translate the string\n\t * @param {string} textSingular the string to translate for exactly one object\n\t * @param {string} textPlural the string to translate for n objects\n\t * @param {number} count number to determine whether to use singular or plural\n\t * @param {Object} [vars] map of placeholder key to value\n\t * @param {array} [options] options array\n\t * @param {bool} [options.escape=true] enable/disable auto escape of placeholders (by default enabled)\n\t * @returns {string} Translated string\n\t */\n\ttranslatePlural: function(app, textSingular, textPlural, count, vars, options) {\n\t\tconst identifier = '_' + textSingular + '_::_' + textPlural + '_'\n\t\tconst bundle = getAppTranslations(app)\n\t\tconst value = bundle.translations[identifier]\n\t\tif (typeof (value) !== 'undefined') {\n\t\t\tconst translation = value\n\t\t\tif ($.isArray(translation)) {\n\t\t\t\tconst plural = bundle.pluralFunction(count)\n\t\t\t\treturn this.translate(app, translation[plural], vars, count, options)\n\t\t\t}\n\t\t}\n\n\t\tif (count === 1) {\n\t\t\treturn this.translate(app, textSingular, vars, count, options)\n\t\t} else {\n\t\t\treturn this.translate(app, textPlural, vars, count, options)\n\t\t}\n\t},\n\n\t/**\n\t * The plural function taken from symfony\n\t *\n\t * @param {number} number the number of elements\n\t * @returns {number}\n\t * @private\n\t */\n\t_getPlural: function(number) {\n\t\tlet language = OC.getLanguage()\n\t\tif (language === 'pt_BR') {\n\t\t\t// temporary set a locale for brazilian\n\t\t\tlanguage = 'xbr'\n\t\t}\n\n\t\tif (typeof language === 'undefined' || language === '') {\n\t\t\treturn (number === 1) ? 0 : 1\n\t\t}\n\n\t\tif (language.length > 3) {\n\t\t\tlanguage = language.substring(0, language.lastIndexOf('_'))\n\t\t}\n\n\t\t/*\n\t\t * The plural rules are derived from code of the Zend Framework (2010-09-25),\n\t\t * which is subject to the new BSD license (http://framework.zend.com/license/new-bsd).\n\t\t * Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)\n\t\t */\n\t\tswitch (language) {\n\t\tcase 'az':\n\t\tcase 'bo':\n\t\tcase 'dz':\n\t\tcase 'id':\n\t\tcase 'ja':\n\t\tcase 'jv':\n\t\tcase 'ka':\n\t\tcase 'km':\n\t\tcase 'kn':\n\t\tcase 'ko':\n\t\tcase 'ms':\n\t\tcase 'th':\n\t\tcase 'tr':\n\t\tcase 'vi':\n\t\tcase 'zh':\n\t\t\treturn 0\n\n\t\tcase 'af':\n\t\tcase 'bn':\n\t\tcase 'bg':\n\t\tcase 'ca':\n\t\tcase 'da':\n\t\tcase 'de':\n\t\tcase 'el':\n\t\tcase 'en':\n\t\tcase 'eo':\n\t\tcase 'es':\n\t\tcase 'et':\n\t\tcase 'eu':\n\t\tcase 'fa':\n\t\tcase 'fi':\n\t\tcase 'fo':\n\t\tcase 'fur':\n\t\tcase 'fy':\n\t\tcase 'gl':\n\t\tcase 'gu':\n\t\tcase 'ha':\n\t\tcase 'he':\n\t\tcase 'hu':\n\t\tcase 'is':\n\t\tcase 'it':\n\t\tcase 'ku':\n\t\tcase 'lb':\n\t\tcase 'ml':\n\t\tcase 'mn':\n\t\tcase 'mr':\n\t\tcase 'nah':\n\t\tcase 'nb':\n\t\tcase 'ne':\n\t\tcase 'nl':\n\t\tcase 'nn':\n\t\tcase 'no':\n\t\tcase 'oc':\n\t\tcase 'om':\n\t\tcase 'or':\n\t\tcase 'pa':\n\t\tcase 'pap':\n\t\tcase 'ps':\n\t\tcase 'pt':\n\t\tcase 'so':\n\t\tcase 'sq':\n\t\tcase 'sv':\n\t\tcase 'sw':\n\t\tcase 'ta':\n\t\tcase 'te':\n\t\tcase 'tk':\n\t\tcase 'ur':\n\t\tcase 'zu':\n\t\t\treturn (number === 1) ? 0 : 1\n\n\t\tcase 'am':\n\t\tcase 'bh':\n\t\tcase 'fil':\n\t\tcase 'fr':\n\t\tcase 'gun':\n\t\tcase 'hi':\n\t\tcase 'hy':\n\t\tcase 'ln':\n\t\tcase 'mg':\n\t\tcase 'nso':\n\t\tcase 'xbr':\n\t\tcase 'ti':\n\t\tcase 'wa':\n\t\t\treturn ((number === 0) || (number === 1)) ? 0 : 1\n\n\t\tcase 'be':\n\t\tcase 'bs':\n\t\tcase 'hr':\n\t\tcase 'ru':\n\t\tcase 'sh':\n\t\tcase 'sr':\n\t\tcase 'uk':\n\t\t\treturn ((number % 10 === 1) && (number % 100 !== 11)) ? 0 : (((number % 10 >= 2) && (number % 10 <= 4) && ((number % 100 < 10) || (number % 100 >= 20))) ? 1 : 2)\n\n\t\tcase 'cs':\n\t\tcase 'sk':\n\t\t\treturn (number === 1) ? 0 : (((number >= 2) && (number <= 4)) ? 1 : 2)\n\n\t\tcase 'ga':\n\t\t\treturn (number === 1) ? 0 : ((number === 2) ? 1 : 2)\n\n\t\tcase 'lt':\n\t\t\treturn ((number % 10 === 1) && (number % 100 !== 11)) ? 0 : (((number % 10 >= 2) && ((number % 100 < 10) || (number % 100 >= 20))) ? 1 : 2)\n\n\t\tcase 'sl':\n\t\t\treturn (number % 100 === 1) ? 0 : ((number % 100 === 2) ? 1 : (((number % 100 === 3) || (number % 100 === 4)) ? 2 : 3))\n\n\t\tcase 'mk':\n\t\t\treturn (number % 10 === 1) ? 0 : 1\n\n\t\tcase 'mt':\n\t\t\treturn (number === 1) ? 0 : (((number === 0) || ((number % 100 > 1) && (number % 100 < 11))) ? 1 : (((number % 100 > 10) && (number % 100 < 20)) ? 2 : 3))\n\n\t\tcase 'lv':\n\t\t\treturn (number === 0) ? 0 : (((number % 10 === 1) && (number % 100 !== 11)) ? 1 : 2)\n\n\t\tcase 'pl':\n\t\t\treturn (number === 1) ? 0 : (((number % 10 >= 2) && (number % 10 <= 4) && ((number % 100 < 12) || (number % 100 > 14))) ? 1 : 2)\n\n\t\tcase 'cy':\n\t\t\treturn (number === 1) ? 0 : ((number === 2) ? 1 : (((number === 8) || (number === 11)) ? 2 : 3))\n\n\t\tcase 'ro':\n\t\t\treturn (number === 1) ? 0 : (((number === 0) || ((number % 100 > 0) && (number % 100 < 20))) ? 1 : 2)\n\n\t\tcase 'ar':\n\t\t\treturn (number === 0) ? 0 : ((number === 1) ? 1 : ((number === 2) ? 2 : (((number % 100 >= 3) && (number % 100 <= 10)) ? 3 : (((number % 100 >= 11) && (number % 100 <= 99)) ? 4 : 5))))\n\n\t\tdefault:\n\t\t\treturn 0\n\t\t}\n\t},\n}\n\nexport default L10n\n\n/**\n * Returns the user's locale as a BCP 47 compliant language tag\n *\n * @returns {String} locale string\n */\nexport const getCanonicalLocale = () => {\n\tconst locale = getLocale()\n\treturn typeof locale === 'string' ? locale.replace(/_/g, '-') : locale\n}\n\n/**\n * Returns the user's locale\n *\n * @returns {String} locale string\n */\nexport const getLocale = () => $('html').data('locale')\n\n/**\n * Returns the user's language\n *\n * @returns {String} language string\n */\nexport const getLanguage = () => $('html').prop('lang')\n\nHandlebars.registerHelper('t', function(app, text) {\n\treturn L10n.translate(app, text)\n})\n","module.exports = function (bitmap, value) {\n return {\n enumerable: !(bitmap & 1),\n configurable: !(bitmap & 2),\n writable: !(bitmap & 4),\n value: value\n };\n};\n","// toObject with fallback for non-array-like ES3 strings\nvar IndexedObject = require('../internals/indexed-object');\nvar requireObjectCoercible = require('../internals/require-object-coercible');\n\nmodule.exports = function (it) {\n return IndexedObject(requireObjectCoercible(it));\n};\n","var NATIVE_WEAK_MAP = require('../internals/native-weak-map');\nvar global = require('../internals/global');\nvar isObject = require('../internals/is-object');\nvar createNonEnumerableProperty = require('../internals/create-non-enumerable-property');\nvar objectHas = require('../internals/has');\nvar sharedKey = require('../internals/shared-key');\nvar hiddenKeys = require('../internals/hidden-keys');\n\nvar WeakMap = global.WeakMap;\nvar set, get, has;\n\nvar enforce = function (it) {\n return has(it) ? get(it) : set(it, {});\n};\n\nvar getterFor = function (TYPE) {\n return function (it) {\n var state;\n if (!isObject(it) || (state = get(it)).type !== TYPE) {\n throw TypeError('Incompatible receiver, ' + TYPE + ' required');\n } return state;\n };\n};\n\nif (NATIVE_WEAK_MAP) {\n var store = new WeakMap();\n var wmget = store.get;\n var wmhas = store.has;\n var wmset = store.set;\n set = function (it, metadata) {\n wmset.call(store, it, metadata);\n return metadata;\n };\n get = function (it) {\n return wmget.call(store, it) || {};\n };\n has = function (it) {\n return wmhas.call(store, it);\n };\n} else {\n var STATE = sharedKey('state');\n hiddenKeys[STATE] = true;\n set = function (it, metadata) {\n createNonEnumerableProperty(it, STATE, metadata);\n return metadata;\n };\n get = function (it) {\n return objectHas(it, STATE) ? it[STATE] : {};\n };\n has = function (it) {\n return objectHas(it, STATE);\n };\n}\n\nmodule.exports = {\n set: set,\n get: get,\n has: has,\n enforce: enforce,\n getterFor: getterFor\n};\n","module.exports = {};\n","var path = require('../internals/path');\nvar global = require('../internals/global');\n\nvar aFunction = function (variable) {\n return typeof variable == 'function' ? variable : undefined;\n};\n\nmodule.exports = function (namespace, method) {\n return arguments.length < 2 ? aFunction(path[namespace]) || aFunction(global[namespace])\n : path[namespace] && path[namespace][method] || global[namespace] && global[namespace][method];\n};\n","var toInteger = require('../internals/to-integer');\n\nvar min = Math.min;\n\n// `ToLength` abstract operation\n// https://tc39.github.io/ecma262/#sec-tolength\nmodule.exports = function (argument) {\n return argument > 0 ? min(toInteger(argument), 0x1FFFFFFFFFFFFF) : 0; // 2 ** 53 - 1 == 9007199254740991\n};\n","module.exports = function (exec) {\n try {\n return !!exec();\n } catch (error) {\n return true;\n }\n};\n","module.exports = function (it) {\n return typeof it === 'object' ? it !== null : typeof it === 'function';\n};\n","var hasOwnProperty = {}.hasOwnProperty;\n\nmodule.exports = function (it, key) {\n return hasOwnProperty.call(it, key);\n};\n","'use strict';\n\nexports.__esModule = true;\nvar errorProps = ['description', 'fileName', 'lineNumber', 'endLineNumber', 'message', 'name', 'number', 'stack'];\n\nfunction Exception(message, node) {\n var loc = node && node.loc,\n line = undefined,\n endLineNumber = undefined,\n column = undefined,\n endColumn = undefined;\n\n if (loc) {\n line = loc.start.line;\n endLineNumber = loc.end.line;\n column = loc.start.column;\n endColumn = loc.end.column;\n\n message += ' - ' + line + ':' + column;\n }\n\n var tmp = Error.prototype.constructor.call(this, message);\n\n // Unfortunately errors are not enumerable in Chrome (at least), so `for prop in tmp` doesn't work.\n for (var idx = 0; idx < errorProps.length; idx++) {\n this[errorProps[idx]] = tmp[errorProps[idx]];\n }\n\n /* istanbul ignore else */\n if (Error.captureStackTrace) {\n Error.captureStackTrace(this, Exception);\n }\n\n try {\n if (loc) {\n this.lineNumber = line;\n this.endLineNumber = endLineNumber;\n\n // Work around issue under safari where we can't directly set the column value\n /* istanbul ignore next */\n if (Object.defineProperty) {\n Object.defineProperty(this, 'column', {\n value: column,\n enumerable: true\n });\n Object.defineProperty(this, 'endColumn', {\n value: endColumn,\n enumerable: true\n });\n } else {\n this.column = column;\n this.endColumn = endColumn;\n }\n }\n } catch (nop) {\n /* Ignore if the browser is very particular */\n }\n}\n\nException.prototype = new Error();\n\nexports['default'] = Exception;\nmodule.exports = exports['default'];\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uL2xpYi9oYW5kbGViYXJzL2V4Y2VwdGlvbi5qcyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiOzs7QUFBQSxJQUFNLFVBQVUsR0FBRyxDQUNqQixhQUFhLEVBQ2IsVUFBVSxFQUNWLFlBQVksRUFDWixlQUFlLEVBQ2YsU0FBUyxFQUNULE1BQU0sRUFDTixRQUFRLEVBQ1IsT0FBTyxDQUNSLENBQUM7O0FBRUYsU0FBUyxTQUFTLENBQUMsT0FBTyxFQUFFLElBQUksRUFBRTtBQUNoQyxNQUFJLEdBQUcsR0FBRyxJQUFJLElBQUksSUFBSSxDQUFDLEdBQUc7TUFDeEIsSUFBSSxZQUFBO01BQ0osYUFBYSxZQUFBO01BQ2IsTUFBTSxZQUFBO01BQ04sU0FBUyxZQUFBLENBQUM7O0FBRVosTUFBSSxHQUFHLEVBQUU7QUFDUCxRQUFJLEdBQUcsR0FBRyxDQUFDLEtBQUssQ0FBQyxJQUFJLENBQUM7QUFDdEIsaUJBQWEsR0FBRyxHQUFHLENBQUMsR0FBRyxDQUFDLElBQUksQ0FBQztBQUM3QixVQUFNLEdBQUcsR0FBRyxDQUFDLEtBQUssQ0FBQyxNQUFNLENBQUM7QUFDMUIsYUFBUyxHQUFHLEdBQUcsQ0FBQyxHQUFHLENBQUMsTUFBTSxDQUFDOztBQUUzQixXQUFPLElBQUksS0FBSyxHQUFHLElBQUksR0FBRyxHQUFHLEdBQUcsTUFBTSxDQUFDO0dBQ3hDOztBQUVELE1BQUksR0FBRyxHQUFHLEtBQUssQ0FBQyxTQUFTLENBQUMsV0FBVyxDQUFDLElBQUksQ0FBQyxJQUFJLEVBQUUsT0FBTyxDQUFDLENBQUM7OztBQUcxRCxPQUFLLElBQUksR0FBRyxHQUFHLENBQUMsRUFBRSxHQUFHLEdBQUcsVUFBVSxDQUFDLE1BQU0sRUFBRSxHQUFHLEVBQUUsRUFBRTtBQUNoRCxRQUFJLENBQUMsVUFBVSxDQUFDLEdBQUcsQ0FBQyxDQUFDLEdBQUcsR0FBRyxDQUFDLFVBQVUsQ0FBQyxHQUFHLENBQUMsQ0FBQyxDQUFDO0dBQzlDOzs7QUFHRCxNQUFJLEtBQUssQ0FBQyxpQkFBaUIsRUFBRTtBQUMzQixTQUFLLENBQUMsaUJBQWlCLENBQUMsSUFBSSxFQUFFLFNBQVMsQ0FBQyxDQUFDO0dBQzFDOztBQUVELE1BQUk7QUFDRixRQUFJLEdBQUcsRUFBRTtBQUNQLFVBQUksQ0FBQyxVQUFVLEdBQUcsSUFBSSxDQUFDO0FBQ3ZCLFVBQUksQ0FBQyxhQUFhLEdBQUcsYUFBYSxDQUFDOzs7O0FBSW5DLFVBQUksTUFBTSxDQUFDLGNBQWMsRUFBRTtBQUN6QixjQUFNLENBQUMsY0FBYyxDQUFDLElBQUksRUFBRSxRQUFRLEVBQUU7QUFDcEMsZUFBSyxFQUFFLE1BQU07QUFDYixvQkFBVSxFQUFFLElBQUk7U0FDakIsQ0FBQyxDQUFDO0FBQ0gsY0FBTSxDQUFDLGNBQWMsQ0FBQyxJQUFJLEVBQUUsV0FBVyxFQUFFO0FBQ3ZDLGVBQUssRUFBRSxTQUFTO0FBQ2hCLG9CQUFVLEVBQUUsSUFBSTtTQUNqQixDQUFDLENBQUM7T0FDSixNQUFNO0FBQ0wsWUFBSSxDQUFDLE1BQU0sR0FBRyxNQUFNLENBQUM7QUFDckIsWUFBSSxDQUFDLFNBQVMsR0FBRyxTQUFTLENBQUM7T0FDNUI7S0FDRjtHQUNGLENBQUMsT0FBTyxHQUFHLEVBQUU7O0dBRWI7Q0FDRjs7QUFFRCxTQUFTLENBQUMsU0FBUyxHQUFHLElBQUksS0FBSyxFQUFFLENBQUM7O3FCQUVuQixTQUFTIiwiZmlsZSI6ImV4Y2VwdGlvbi5qcyIsInNvdXJjZXNDb250ZW50IjpbImNvbnN0IGVycm9yUHJvcHMgPSBbXG4gICdkZXNjcmlwdGlvbicsXG4gICdmaWxlTmFtZScsXG4gICdsaW5lTnVtYmVyJyxcbiAgJ2VuZExpbmVOdW1iZXInLFxuICAnbWVzc2FnZScsXG4gICduYW1lJyxcbiAgJ251bWJlcicsXG4gICdzdGFjaydcbl07XG5cbmZ1bmN0aW9uIEV4Y2VwdGlvbihtZXNzYWdlLCBub2RlKSB7XG4gIGxldCBsb2MgPSBub2RlICYmIG5vZGUubG9jLFxuICAgIGxpbmUsXG4gICAgZW5kTGluZU51bWJlcixcbiAgICBjb2x1bW4sXG4gICAgZW5kQ29sdW1uO1xuXG4gIGlmIChsb2MpIHtcbiAgICBsaW5lID0gbG9jLnN0YXJ0LmxpbmU7XG4gICAgZW5kTGluZU51bWJlciA9IGxvYy5lbmQubGluZTtcbiAgICBjb2x1bW4gPSBsb2Muc3RhcnQuY29sdW1uO1xuICAgIGVuZENvbHVtbiA9IGxvYy5lbmQuY29sdW1uO1xuXG4gICAgbWVzc2FnZSArPSAnIC0gJyArIGxpbmUgKyAnOicgKyBjb2x1bW47XG4gIH1cblxuICBsZXQgdG1wID0gRXJyb3IucHJvdG90eXBlLmNvbnN0cnVjdG9yLmNhbGwodGhpcywgbWVzc2FnZSk7XG5cbiAgLy8gVW5mb3J0dW5hdGVseSBlcnJvcnMgYXJlIG5vdCBlbnVtZXJhYmxlIGluIENocm9tZSAoYXQgbGVhc3QpLCBzbyBgZm9yIHByb3AgaW4gdG1wYCBkb2Vzbid0IHdvcmsuXG4gIGZvciAobGV0IGlkeCA9IDA7IGlkeCA8IGVycm9yUHJvcHMubGVuZ3RoOyBpZHgrKykge1xuICAgIHRoaXNbZXJyb3JQcm9wc1tpZHhdXSA9IHRtcFtlcnJvclByb3BzW2lkeF1dO1xuICB9XG5cbiAgLyogaXN0YW5idWwgaWdub3JlIGVsc2UgKi9cbiAgaWYgKEVycm9yLmNhcHR1cmVTdGFja1RyYWNlKSB7XG4gICAgRXJyb3IuY2FwdHVyZVN0YWNrVHJhY2UodGhpcywgRXhjZXB0aW9uKTtcbiAgfVxuXG4gIHRyeSB7XG4gICAgaWYgKGxvYykge1xuICAgICAgdGhpcy5saW5lTnVtYmVyID0gbGluZTtcbiAgICAgIHRoaXMuZW5kTGluZU51bWJlciA9IGVuZExpbmVOdW1iZXI7XG5cbiAgICAgIC8vIFdvcmsgYXJvdW5kIGlzc3VlIHVuZGVyIHNhZmFyaSB3aGVyZSB3ZSBjYW4ndCBkaXJlY3RseSBzZXQgdGhlIGNvbHVtbiB2YWx1ZVxuICAgICAgLyogaXN0YW5idWwgaWdub3JlIG5leHQgKi9cbiAgICAgIGlmIChPYmplY3QuZGVmaW5lUHJvcGVydHkpIHtcbiAgICAgICAgT2JqZWN0LmRlZmluZVByb3BlcnR5KHRoaXMsICdjb2x1bW4nLCB7XG4gICAgICAgICAgdmFsdWU6IGNvbHVtbixcbiAgICAgICAgICBlbnVtZXJhYmxlOiB0cnVlXG4gICAgICAgIH0pO1xuICAgICAgICBPYmplY3QuZGVmaW5lUHJvcGVydHkodGhpcywgJ2VuZENvbHVtbicsIHtcbiAgICAgICAgICB2YWx1ZTogZW5kQ29sdW1uLFxuICAgICAgICAgIGVudW1lcmFibGU6IHRydWVcbiAgICAgICAgfSk7XG4gICAgICB9IGVsc2Uge1xuICAgICAgICB0aGlzLmNvbHVtbiA9IGNvbHVtbjtcbiAgICAgICAgdGhpcy5lbmRDb2x1bW4gPSBlbmRDb2x1bW47XG4gICAgICB9XG4gICAgfVxuICB9IGNhdGNoIChub3ApIHtcbiAgICAvKiBJZ25vcmUgaWYgdGhlIGJyb3dzZXIgaXMgdmVyeSBwYXJ0aWN1bGFyICovXG4gIH1cbn1cblxuRXhjZXB0aW9uLnByb3RvdHlwZSA9IG5ldyBFcnJvcigpO1xuXG5leHBvcnQgZGVmYXVsdCBFeGNlcHRpb247XG4iXX0=\n","var DESCRIPTORS = require('../internals/descriptors');\nvar definePropertyModule = require('../internals/object-define-property');\nvar createPropertyDescriptor = require('../internals/create-property-descriptor');\n\nmodule.exports = DESCRIPTORS ? function (object, key, value) {\n return definePropertyModule.f(object, key, createPropertyDescriptor(1, value));\n} : function (object, key, value) {\n object[key] = value;\n return object;\n};\n","var isObject = require('../internals/is-object');\n\nmodule.exports = function (it) {\n if (!isObject(it)) {\n throw TypeError(String(it) + ' is not an object');\n } return it;\n};\n","var requireObjectCoercible = require('../internals/require-object-coercible');\n\n// `ToObject` abstract operation\n// https://tc39.github.io/ecma262/#sec-toobject\nmodule.exports = function (argument) {\n return Object(requireObjectCoercible(argument));\n};\n","/**\n * @copyright 2019 Christoph Wurst <christoph@winzerhof-wurst.at>\n *\n * @author 2019 Christoph Wurst <christoph@winzerhof-wurst.at>\n *\n * @license GNU AGPL version 3 or any later version\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see <http://www.gnu.org/licenses/>.\n */\n\nimport { emit } from '@nextcloud/event-bus'\n\n/**\n * @private\n * @param {Document} global the document to read the initial value from\n * @param {Function} emit the function to invoke for every new token\n * @returns {Object}\n */\nexport const manageToken = (global, emit) => {\n\tlet token = global.getElementsByTagName('head')[0].getAttribute('data-requesttoken')\n\n\treturn {\n\t\tgetToken: () => token,\n\t\tsetToken: newToken => {\n\t\t\ttoken = newToken\n\n\t\t\temit('csrf-token-update', {\n\t\t\t\ttoken,\n\t\t\t})\n\t\t},\n\t}\n}\n\nconst manageFromDocument = manageToken(document, emit)\n\n/**\n * @returns {string}\n */\nexport const getToken = manageFromDocument.getToken\n\n/**\n * @param {String} newToken new token\n */\nexport const setToken = manageFromDocument.setToken\n","var hasOwnProperty = {}.hasOwnProperty;\n\nmodule.exports = function (it, key) {\n return hasOwnProperty.call(it, key);\n};\n","/**\n * @copyright Copyright (c) 2016 Joas Schilling <coding@schilljs.com>\n *\n * @license GNU AGPL version 3 or any later version\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see <http://www.gnu.org/licenses/>.\n *\n */\n\nimport $ from 'jquery'\n\nimport OC from '../OC/index'\n\n/**\n * @param {string} method 'post' or 'delete'\n * @param {string} endpoint endpoint\n * @param {Object} [options] destructuring object\n * @param {Object} [options.data] option data\n * @param {function} [options.success] success callback\n * @param {function} [options.error] error callback\n * @internal\n */\nfunction call(method, endpoint, options) {\n\tif ((method === 'post' || method === 'delete') && OC.PasswordConfirmation.requiresPasswordConfirmation()) {\n\t\tOC.PasswordConfirmation.requirePasswordConfirmation(_.bind(call, this, method, endpoint, options))\n\t\treturn\n\t}\n\n\toptions = options || {}\n\t$.ajax({\n\t\ttype: method.toUpperCase(),\n\t\turl: OC.linkToOCS('apps/provisioning_api/api/v1', 2) + 'config/apps' + endpoint,\n\t\tdata: options.data || {},\n\t\tsuccess: options.success,\n\t\terror: options.error,\n\t})\n}\n\n/**\n * @param {Object} [options] destructuring object\n * @param {function} [options.success] success callback\n * @since 11.0.0\n */\nexport function getApps(options) {\n\tcall('get', '', options)\n}\n\n/**\n * @param {string} app app id\n * @param {Object} [options] destructuring object\n * @param {function} [options.success] success callback\n * @param {function} [options.error] error callback\n * @since 11.0.0\n */\nexport function getKeys(app, options) {\n\tcall('get', '/' + app, options)\n}\n\n/**\n * @param {string} app app id\n * @param {string} key key\n * @param {string|function} defaultValue default value\n * @param {Object} [options] destructuring object\n * @param {function} [options.success] success callback\n * @param {function} [options.error] error callback\n * @since 11.0.0\n */\nexport function getValue(app, key, defaultValue, options) {\n\toptions = options || {}\n\toptions.data = {\n\t\tdefaultValue: defaultValue,\n\t}\n\n\tcall('get', '/' + app + '/' + key, options)\n}\n\n/**\n * @param {string} app app id\n * @param {string} key key\n * @param {string} value value\n * @param {Object} [options] destructuring object\n * @param {function} [options.success] success callback\n * @param {function} [options.error] error callback\n * @since 11.0.0\n */\nexport function setValue(app, key, value, options) {\n\toptions = options || {}\n\toptions.data = {\n\t\tvalue: value,\n\t}\n\n\tcall('post', '/' + app + '/' + key, options)\n}\n\n/**\n * @param {string} app app id\n * @param {string} key key\n * @param {Object} [options] destructuring object\n * @param {function} [options.success] success callback\n * @param {function} [options.error] error callback\n * @since 11.0.0\n */\nexport function deleteKey(app, key, options) {\n\tcall('delete', '/' + app + '/' + key, options)\n}\n","(function (global, factory) {\n\ttypeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory() :\n\ttypeof define === 'function' && define.amd ? define(factory) :\n\t(global.DOMPurify = factory());\n}(this, (function () { 'use strict';\n\nfunction _toConsumableArray$1(arr) { if (Array.isArray(arr)) { for (var i = 0, arr2 = Array(arr.length); i < arr.length; i++) { arr2[i] = arr[i]; } return arr2; } else { return Array.from(arr); } }\n\nvar hasOwnProperty = Object.hasOwnProperty;\nvar setPrototypeOf = Object.setPrototypeOf;\nvar isFrozen = Object.isFrozen;\nvar objectKeys = Object.keys;\nvar freeze = Object.freeze;\nvar seal = Object.seal; // eslint-disable-line import/no-mutable-exports\n\nvar _ref = typeof Reflect !== 'undefined' && Reflect;\nvar apply = _ref.apply;\nvar construct = _ref.construct;\n\nif (!apply) {\n apply = function apply(fun, thisValue, args) {\n return fun.apply(thisValue, args);\n };\n}\n\nif (!freeze) {\n freeze = function freeze(x) {\n return x;\n };\n}\n\nif (!seal) {\n seal = function seal(x) {\n return x;\n };\n}\n\nif (!construct) {\n construct = function construct(Func, args) {\n return new (Function.prototype.bind.apply(Func, [null].concat(_toConsumableArray$1(args))))();\n };\n}\n\nvar arrayForEach = unapply(Array.prototype.forEach);\nvar arrayIndexOf = unapply(Array.prototype.indexOf);\nvar arrayJoin = unapply(Array.prototype.join);\nvar arrayPop = unapply(Array.prototype.pop);\nvar arrayPush = unapply(Array.prototype.push);\nvar arraySlice = unapply(Array.prototype.slice);\n\nvar stringToLowerCase = unapply(String.prototype.toLowerCase);\nvar stringMatch = unapply(String.prototype.match);\nvar stringReplace = unapply(String.prototype.replace);\nvar stringIndexOf = unapply(String.prototype.indexOf);\nvar stringTrim = unapply(String.prototype.trim);\n\nvar regExpTest = unapply(RegExp.prototype.test);\nvar regExpCreate = unconstruct(RegExp);\n\nvar typeErrorCreate = unconstruct(TypeError);\n\nfunction unapply(func) {\n return function (thisArg) {\n for (var _len = arguments.length, args = Array(_len > 1 ? _len - 1 : 0), _key = 1; _key < _len; _key++) {\n args[_key - 1] = arguments[_key];\n }\n\n return apply(func, thisArg, args);\n };\n}\n\nfunction unconstruct(func) {\n return function () {\n for (var _len2 = arguments.length, args = Array(_len2), _key2 = 0; _key2 < _len2; _key2++) {\n args[_key2] = arguments[_key2];\n }\n\n return construct(func, args);\n };\n}\n\n/* Add properties to a lookup table */\nfunction addToSet(set, array) {\n if (setPrototypeOf) {\n // Make 'in' and truthy checks like Boolean(set.constructor)\n // independent of any properties defined on Object.prototype.\n // Prevent prototype setters from intercepting set as a this value.\n setPrototypeOf(set, null);\n }\n\n var l = array.length;\n while (l--) {\n var element = array[l];\n if (typeof element === 'string') {\n var lcElement = stringToLowerCase(element);\n if (lcElement !== element) {\n // Config presets (e.g. tags.js, attrs.js) are immutable.\n if (!isFrozen(array)) {\n array[l] = lcElement;\n }\n\n element = lcElement;\n }\n }\n\n set[element] = true;\n }\n\n return set;\n}\n\n/* Shallow clone an object */\nfunction clone(object) {\n var newObject = {};\n\n var property = void 0;\n for (property in object) {\n if (apply(hasOwnProperty, object, [property])) {\n newObject[property] = object[property];\n }\n }\n\n return newObject;\n}\n\nvar html = freeze(['a', 'abbr', 'acronym', 'address', 'area', 'article', 'aside', 'audio', 'b', 'bdi', 'bdo', 'big', 'blink', 'blockquote', 'body', 'br', 'button', 'canvas', 'caption', 'center', 'cite', 'code', 'col', 'colgroup', 'content', 'data', 'datalist', 'dd', 'decorator', 'del', 'details', 'dfn', 'dir', 'div', 'dl', 'dt', 'element', 'em', 'fieldset', 'figcaption', 'figure', 'font', 'footer', 'form', 'h1', 'h2', 'h3', 'h4', 'h5', 'h6', 'head', 'header', 'hgroup', 'hr', 'html', 'i', 'img', 'input', 'ins', 'kbd', 'label', 'legend', 'li', 'main', 'map', 'mark', 'marquee', 'menu', 'menuitem', 'meter', 'nav', 'nobr', 'ol', 'optgroup', 'option', 'output', 'p', 'picture', 'pre', 'progress', 'q', 'rp', 'rt', 'ruby', 's', 'samp', 'section', 'select', 'shadow', 'small', 'source', 'spacer', 'span', 'strike', 'strong', 'style', 'sub', 'summary', 'sup', 'table', 'tbody', 'td', 'template', 'textarea', 'tfoot', 'th', 'thead', 'time', 'tr', 'track', 'tt', 'u', 'ul', 'var', 'video', 'wbr']);\n\n// SVG\nvar svg = freeze(['svg', 'a', 'altglyph', 'altglyphdef', 'altglyphitem', 'animatecolor', 'animatemotion', 'animatetransform', 'audio', 'canvas', 'circle', 'clippath', 'defs', 'desc', 'ellipse', 'filter', 'font', 'g', 'glyph', 'glyphref', 'hkern', 'image', 'line', 'lineargradient', 'marker', 'mask', 'metadata', 'mpath', 'path', 'pattern', 'polygon', 'polyline', 'radialgradient', 'rect', 'stop', 'style', 'switch', 'symbol', 'text', 'textpath', 'title', 'tref', 'tspan', 'video', 'view', 'vkern']);\n\nvar svgFilters = freeze(['feBlend', 'feColorMatrix', 'feComponentTransfer', 'feComposite', 'feConvolveMatrix', 'feDiffuseLighting', 'feDisplacementMap', 'feDistantLight', 'feFlood', 'feFuncA', 'feFuncB', 'feFuncG', 'feFuncR', 'feGaussianBlur', 'feMerge', 'feMergeNode', 'feMorphology', 'feOffset', 'fePointLight', 'feSpecularLighting', 'feSpotLight', 'feTile', 'feTurbulence']);\n\nvar mathMl = freeze(['math', 'menclose', 'merror', 'mfenced', 'mfrac', 'mglyph', 'mi', 'mlabeledtr', 'mmultiscripts', 'mn', 'mo', 'mover', 'mpadded', 'mphantom', 'mroot', 'mrow', 'ms', 'mspace', 'msqrt', 'mstyle', 'msub', 'msup', 'msubsup', 'mtable', 'mtd', 'mtext', 'mtr', 'munder', 'munderover']);\n\nvar text = freeze(['#text']);\n\nvar html$1 = freeze(['accept', 'action', 'align', 'alt', 'autocomplete', 'background', 'bgcolor', 'border', 'cellpadding', 'cellspacing', 'checked', 'cite', 'class', 'clear', 'color', 'cols', 'colspan', 'controls', 'coords', 'crossorigin', 'datetime', 'default', 'dir', 'disabled', 'download', 'enctype', 'face', 'for', 'headers', 'height', 'hidden', 'high', 'href', 'hreflang', 'id', 'integrity', 'ismap', 'label', 'lang', 'list', 'loop', 'low', 'max', 'maxlength', 'media', 'method', 'min', 'minlength', 'multiple', 'name', 'noshade', 'novalidate', 'nowrap', 'open', 'optimum', 'pattern', 'placeholder', 'poster', 'preload', 'pubdate', 'radiogroup', 'readonly', 'rel', 'required', 'rev', 'reversed', 'role', 'rows', 'rowspan', 'spellcheck', 'scope', 'selected', 'shape', 'size', 'sizes', 'span', 'srclang', 'start', 'src', 'srcset', 'step', 'style', 'summary', 'tabindex', 'title', 'type', 'usemap', 'valign', 'value', 'width', 'xmlns']);\n\nvar svg$1 = freeze(['accent-height', 'accumulate', 'additive', 'alignment-baseline', 'ascent', 'attributename', 'attributetype', 'azimuth', 'basefrequency', 'baseline-shift', 'begin', 'bias', 'by', 'class', 'clip', 'clip-path', 'clip-rule', 'color', 'color-interpolation', 'color-interpolation-filters', 'color-profile', 'color-rendering', 'cx', 'cy', 'd', 'dx', 'dy', 'diffuseconstant', 'direction', 'display', 'divisor', 'dur', 'edgemode', 'elevation', 'end', 'fill', 'fill-opacity', 'fill-rule', 'filter', 'filterunits', 'flood-color', 'flood-opacity', 'font-family', 'font-size', 'font-size-adjust', 'font-stretch', 'font-style', 'font-variant', 'font-weight', 'fx', 'fy', 'g1', 'g2', 'glyph-name', 'glyphref', 'gradientunits', 'gradienttransform', 'height', 'href', 'id', 'image-rendering', 'in', 'in2', 'k', 'k1', 'k2', 'k3', 'k4', 'kerning', 'keypoints', 'keysplines', 'keytimes', 'lang', 'lengthadjust', 'letter-spacing', 'kernelmatrix', 'kernelunitlength', 'lighting-color', 'local', 'marker-end', 'marker-mid', 'marker-start', 'markerheight', 'markerunits', 'markerwidth', 'maskcontentunits', 'maskunits', 'max', 'mask', 'media', 'method', 'mode', 'min', 'name', 'numoctaves', 'offset', 'operator', 'opacity', 'order', 'orient', 'orientation', 'origin', 'overflow', 'paint-order', 'path', 'pathlength', 'patterncontentunits', 'patterntransform', 'patternunits', 'points', 'preservealpha', 'preserveaspectratio', 'primitiveunits', 'r', 'rx', 'ry', 'radius', 'refx', 'refy', 'repeatcount', 'repeatdur', 'restart', 'result', 'rotate', 'scale', 'seed', 'shape-rendering', 'specularconstant', 'specularexponent', 'spreadmethod', 'stddeviation', 'stitchtiles', 'stop-color', 'stop-opacity', 'stroke-dasharray', 'stroke-dashoffset', 'stroke-linecap', 'stroke-linejoin', 'stroke-miterlimit', 'stroke-opacity', 'stroke', 'stroke-width', 'style', 'surfacescale', 'tabindex', 'targetx', 'targety', 'transform', 'text-anchor', 'text-decoration', 'text-rendering', 'textlength', 'type', 'u1', 'u2', 'unicode', 'values', 'viewbox', 'visibility', 'version', 'vert-adv-y', 'vert-origin-x', 'vert-origin-y', 'width', 'word-spacing', 'wrap', 'writing-mode', 'xchannelselector', 'ychannelselector', 'x', 'x1', 'x2', 'xmlns', 'y', 'y1', 'y2', 'z', 'zoomandpan']);\n\nvar mathMl$1 = freeze(['accent', 'accentunder', 'align', 'bevelled', 'close', 'columnsalign', 'columnlines', 'columnspan', 'denomalign', 'depth', 'dir', 'display', 'displaystyle', 'encoding', 'fence', 'frame', 'height', 'href', 'id', 'largeop', 'length', 'linethickness', 'lspace', 'lquote', 'mathbackground', 'mathcolor', 'mathsize', 'mathvariant', 'maxsize', 'minsize', 'movablelimits', 'notation', 'numalign', 'open', 'rowalign', 'rowlines', 'rowspacing', 'rowspan', 'rspace', 'rquote', 'scriptlevel', 'scriptminsize', 'scriptsizemultiplier', 'selection', 'separator', 'separators', 'stretchy', 'subscriptshift', 'supscriptshift', 'symmetric', 'voffset', 'width', 'xmlns']);\n\nvar xml = freeze(['xlink:href', 'xml:id', 'xlink:title', 'xml:space', 'xmlns:xlink']);\n\nvar MUSTACHE_EXPR = seal(/\\{\\{[\\s\\S]*|[\\s\\S]*\\}\\}/gm); // Specify template detection regex for SAFE_FOR_TEMPLATES mode\nvar ERB_EXPR = seal(/<%[\\s\\S]*|[\\s\\S]*%>/gm);\nvar DATA_ATTR = seal(/^data-[\\-\\w.\\u00B7-\\uFFFF]/); // eslint-disable-line no-useless-escape\nvar ARIA_ATTR = seal(/^aria-[\\-\\w]+$/); // eslint-disable-line no-useless-escape\nvar IS_ALLOWED_URI = seal(/^(?:(?:(?:f|ht)tps?|mailto|tel|callto|cid|xmpp):|[^a-z]|[a-z+.\\-]+(?:[^a-z+.\\-:]|$))/i // eslint-disable-line no-useless-escape\n);\nvar IS_SCRIPT_OR_DATA = seal(/^(?:\\w+script|data):/i);\nvar ATTR_WHITESPACE = seal(/[\\u0000-\\u0020\\u00A0\\u1680\\u180E\\u2000-\\u2029\\u205f\\u3000]/g // eslint-disable-line no-control-regex\n);\n\nvar _typeof = typeof Symbol === \"function\" && typeof Symbol.iterator === \"symbol\" ? function (obj) { return typeof obj; } : function (obj) { return obj && typeof Symbol === \"function\" && obj.constructor === Symbol && obj !== Symbol.prototype ? \"symbol\" : typeof obj; };\n\nfunction _toConsumableArray(arr) { if (Array.isArray(arr)) { for (var i = 0, arr2 = Array(arr.length); i < arr.length; i++) { arr2[i] = arr[i]; } return arr2; } else { return Array.from(arr); } }\n\nvar getGlobal = function getGlobal() {\n return typeof window === 'undefined' ? null : window;\n};\n\n/**\n * Creates a no-op policy for internal use only.\n * Don't export this function outside this module!\n * @param {?TrustedTypePolicyFactory} trustedTypes The policy factory.\n * @param {Document} document The document object (to determine policy name suffix)\n * @return {?TrustedTypePolicy} The policy created (or null, if Trusted Types\n * are not supported).\n */\nvar _createTrustedTypesPolicy = function _createTrustedTypesPolicy(trustedTypes, document) {\n if ((typeof trustedTypes === 'undefined' ? 'undefined' : _typeof(trustedTypes)) !== 'object' || typeof trustedTypes.createPolicy !== 'function') {\n return null;\n }\n\n // Allow the callers to control the unique policy name\n // by adding a data-tt-policy-suffix to the script element with the DOMPurify.\n // Policy creation with duplicate names throws in Trusted Types.\n var suffix = null;\n var ATTR_NAME = 'data-tt-policy-suffix';\n if (document.currentScript && document.currentScript.hasAttribute(ATTR_NAME)) {\n suffix = document.currentScript.getAttribute(ATTR_NAME);\n }\n\n var policyName = 'dompurify' + (suffix ? '#' + suffix : '');\n\n try {\n return trustedTypes.createPolicy(policyName, {\n createHTML: function createHTML(html$$1) {\n return html$$1;\n }\n });\n } catch (error) {\n // Policy creation failed (most likely another DOMPurify script has\n // already run). Skip creating the policy, as this will only cause errors\n // if TT are enforced.\n console.warn('TrustedTypes policy ' + policyName + ' could not be created.');\n return null;\n }\n};\n\nfunction createDOMPurify() {\n var window = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : getGlobal();\n\n var DOMPurify = function DOMPurify(root) {\n return createDOMPurify(root);\n };\n\n /**\n * Version label, exposed for easier checks\n * if DOMPurify is up to date or not\n */\n DOMPurify.version = '2.0.8';\n\n /**\n * Array of elements that DOMPurify removed during sanitation.\n * Empty if nothing was removed.\n */\n DOMPurify.removed = [];\n\n if (!window || !window.document || window.document.nodeType !== 9) {\n // Not running in a browser, provide a factory function\n // so that you can pass your own Window\n DOMPurify.isSupported = false;\n\n return DOMPurify;\n }\n\n var originalDocument = window.document;\n var useDOMParser = false;\n var removeTitle = false;\n\n var document = window.document;\n var DocumentFragment = window.DocumentFragment,\n HTMLTemplateElement = window.HTMLTemplateElement,\n Node = window.Node,\n NodeFilter = window.NodeFilter,\n _window$NamedNodeMap = window.NamedNodeMap,\n NamedNodeMap = _window$NamedNodeMap === undefined ? window.NamedNodeMap || window.MozNamedAttrMap : _window$NamedNodeMap,\n Text = window.Text,\n Comment = window.Comment,\n DOMParser = window.DOMParser,\n trustedTypes = window.trustedTypes;\n\n // As per issue #47, the web-components registry is inherited by a\n // new document created via createHTMLDocument. As per the spec\n // (http://w3c.github.io/webcomponents/spec/custom/#creating-and-passing-registries)\n // a new empty registry is used when creating a template contents owner\n // document, so we use that as our parent document to ensure nothing\n // is inherited.\n\n if (typeof HTMLTemplateElement === 'function') {\n var template = document.createElement('template');\n if (template.content && template.content.ownerDocument) {\n document = template.content.ownerDocument;\n }\n }\n\n var trustedTypesPolicy = _createTrustedTypesPolicy(trustedTypes, originalDocument);\n var emptyHTML = trustedTypesPolicy ? trustedTypesPolicy.createHTML('') : '';\n\n var _document = document,\n implementation = _document.implementation,\n createNodeIterator = _document.createNodeIterator,\n getElementsByTagName = _document.getElementsByTagName,\n createDocumentFragment = _document.createDocumentFragment;\n var importNode = originalDocument.importNode;\n\n\n var hooks = {};\n\n /**\n * Expose whether this browser supports running the full DOMPurify.\n */\n DOMPurify.isSupported = implementation && typeof implementation.createHTMLDocument !== 'undefined' && document.documentMode !== 9;\n\n var MUSTACHE_EXPR$$1 = MUSTACHE_EXPR,\n ERB_EXPR$$1 = ERB_EXPR,\n DATA_ATTR$$1 = DATA_ATTR,\n ARIA_ATTR$$1 = ARIA_ATTR,\n IS_SCRIPT_OR_DATA$$1 = IS_SCRIPT_OR_DATA,\n ATTR_WHITESPACE$$1 = ATTR_WHITESPACE;\n var IS_ALLOWED_URI$$1 = IS_ALLOWED_URI;\n\n /**\n * We consider the elements and attributes below to be safe. Ideally\n * don't add any new ones but feel free to remove unwanted ones.\n */\n\n /* allowed element names */\n\n var ALLOWED_TAGS = null;\n var DEFAULT_ALLOWED_TAGS = addToSet({}, [].concat(_toConsumableArray(html), _toConsumableArray(svg), _toConsumableArray(svgFilters), _toConsumableArray(mathMl), _toConsumableArray(text)));\n\n /* Allowed attribute names */\n var ALLOWED_ATTR = null;\n var DEFAULT_ALLOWED_ATTR = addToSet({}, [].concat(_toConsumableArray(html$1), _toConsumableArray(svg$1), _toConsumableArray(mathMl$1), _toConsumableArray(xml)));\n\n /* Explicitly forbidden tags (overrides ALLOWED_TAGS/ADD_TAGS) */\n var FORBID_TAGS = null;\n\n /* Explicitly forbidden attributes (overrides ALLOWED_ATTR/ADD_ATTR) */\n var FORBID_ATTR = null;\n\n /* Decide if ARIA attributes are okay */\n var ALLOW_ARIA_ATTR = true;\n\n /* Decide if custom data attributes are okay */\n var ALLOW_DATA_ATTR = true;\n\n /* Decide if unknown protocols are okay */\n var ALLOW_UNKNOWN_PROTOCOLS = false;\n\n /* Output should be safe for jQuery's $() factory? */\n var SAFE_FOR_JQUERY = false;\n\n /* Output should be safe for common template engines.\n * This means, DOMPurify removes data attributes, mustaches and ERB\n */\n var SAFE_FOR_TEMPLATES = false;\n\n /* Decide if document with <html>... should be returned */\n var WHOLE_DOCUMENT = false;\n\n /* Track whether config is already set on this instance of DOMPurify. */\n var SET_CONFIG = false;\n\n /* Decide if all elements (e.g. style, script) must be children of\n * document.body. By default, browsers might move them to document.head */\n var FORCE_BODY = false;\n\n /* Decide if a DOM `HTMLBodyElement` should be returned, instead of a html\n * string (or a TrustedHTML object if Trusted Types are supported).\n * If `WHOLE_DOCUMENT` is enabled a `HTMLHtmlElement` will be returned instead\n */\n var RETURN_DOM = false;\n\n /* Decide if a DOM `DocumentFragment` should be returned, instead of a html\n * string (or a TrustedHTML object if Trusted Types are supported) */\n var RETURN_DOM_FRAGMENT = false;\n\n /* If `RETURN_DOM` or `RETURN_DOM_FRAGMENT` is enabled, decide if the returned DOM\n * `Node` is imported into the current `Document`. If this flag is not enabled the\n * `Node` will belong (its ownerDocument) to a fresh `HTMLDocument`, created by\n * DOMPurify. */\n var RETURN_DOM_IMPORT = false;\n\n /* Try to return a Trusted Type object instead of a string, retrun a string in\n * case Trusted Types are not supported */\n var RETURN_TRUSTED_TYPE = false;\n\n /* Output should be free from DOM clobbering attacks? */\n var SANITIZE_DOM = true;\n\n /* Keep element content when removing element? */\n var KEEP_CONTENT = true;\n\n /* If a `Node` is passed to sanitize(), then performs sanitization in-place instead\n * of importing it into a new Document and returning a sanitized copy */\n var IN_PLACE = false;\n\n /* Allow usage of profiles like html, svg and mathMl */\n var USE_PROFILES = {};\n\n /* Tags to ignore content of when KEEP_CONTENT is true */\n var FORBID_CONTENTS = addToSet({}, ['annotation-xml', 'audio', 'colgroup', 'desc', 'foreignobject', 'head', 'iframe', 'math', 'mi', 'mn', 'mo', 'ms', 'mtext', 'noembed', 'noframes', 'plaintext', 'script', 'style', 'svg', 'template', 'thead', 'title', 'video', 'xmp']);\n\n /* Tags that are safe for data: URIs */\n var DATA_URI_TAGS = addToSet({}, ['audio', 'video', 'img', 'source', 'image']);\n\n /* Attributes safe for values like \"javascript:\" */\n var URI_SAFE_ATTRIBUTES = null;\n var DEFAULT_URI_SAFE_ATTRIBUTES = addToSet({}, ['alt', 'class', 'for', 'id', 'label', 'name', 'pattern', 'placeholder', 'summary', 'title', 'value', 'style', 'xmlns']);\n\n /* Keep a reference to config to pass to hooks */\n var CONFIG = null;\n\n /* Ideally, do not touch anything below this line */\n /* ______________________________________________ */\n\n var formElement = document.createElement('form');\n\n /**\n * _parseConfig\n *\n * @param {Object} cfg optional config literal\n */\n // eslint-disable-next-line complexity\n var _parseConfig = function _parseConfig(cfg) {\n if (CONFIG && CONFIG === cfg) {\n return;\n }\n\n /* Shield configuration object from tampering */\n if (!cfg || (typeof cfg === 'undefined' ? 'undefined' : _typeof(cfg)) !== 'object') {\n cfg = {};\n }\n\n /* Set configuration parameters */\n ALLOWED_TAGS = 'ALLOWED_TAGS' in cfg ? addToSet({}, cfg.ALLOWED_TAGS) : DEFAULT_ALLOWED_TAGS;\n ALLOWED_ATTR = 'ALLOWED_ATTR' in cfg ? addToSet({}, cfg.ALLOWED_ATTR) : DEFAULT_ALLOWED_ATTR;\n URI_SAFE_ATTRIBUTES = 'ADD_URI_SAFE_ATTR' in cfg ? addToSet(clone(DEFAULT_URI_SAFE_ATTRIBUTES), cfg.ADD_URI_SAFE_ATTR) : DEFAULT_URI_SAFE_ATTRIBUTES;\n FORBID_TAGS = 'FORBID_TAGS' in cfg ? addToSet({}, cfg.FORBID_TAGS) : {};\n FORBID_ATTR = 'FORBID_ATTR' in cfg ? addToSet({}, cfg.FORBID_ATTR) : {};\n USE_PROFILES = 'USE_PROFILES' in cfg ? cfg.USE_PROFILES : false;\n ALLOW_ARIA_ATTR = cfg.ALLOW_ARIA_ATTR !== false; // Default true\n ALLOW_DATA_ATTR = cfg.ALLOW_DATA_ATTR !== false; // Default true\n ALLOW_UNKNOWN_PROTOCOLS = cfg.ALLOW_UNKNOWN_PROTOCOLS || false; // Default false\n SAFE_FOR_JQUERY = cfg.SAFE_FOR_JQUERY || false; // Default false\n SAFE_FOR_TEMPLATES = cfg.SAFE_FOR_TEMPLATES || false; // Default false\n WHOLE_DOCUMENT = cfg.WHOLE_DOCUMENT || false; // Default false\n RETURN_DOM = cfg.RETURN_DOM || false; // Default false\n RETURN_DOM_FRAGMENT = cfg.RETURN_DOM_FRAGMENT || false; // Default false\n RETURN_DOM_IMPORT = cfg.RETURN_DOM_IMPORT || false; // Default false\n RETURN_TRUSTED_TYPE = cfg.RETURN_TRUSTED_TYPE || false; // Default false\n FORCE_BODY = cfg.FORCE_BODY || false; // Default false\n SANITIZE_DOM = cfg.SANITIZE_DOM !== false; // Default true\n KEEP_CONTENT = cfg.KEEP_CONTENT !== false; // Default true\n IN_PLACE = cfg.IN_PLACE || false; // Default false\n IS_ALLOWED_URI$$1 = cfg.ALLOWED_URI_REGEXP || IS_ALLOWED_URI$$1;\n if (SAFE_FOR_TEMPLATES) {\n ALLOW_DATA_ATTR = false;\n }\n\n if (RETURN_DOM_FRAGMENT) {\n RETURN_DOM = true;\n }\n\n /* Parse profile info */\n if (USE_PROFILES) {\n ALLOWED_TAGS = addToSet({}, [].concat(_toConsumableArray(text)));\n ALLOWED_ATTR = [];\n if (USE_PROFILES.html === true) {\n addToSet(ALLOWED_TAGS, html);\n addToSet(ALLOWED_ATTR, html$1);\n }\n\n if (USE_PROFILES.svg === true) {\n addToSet(ALLOWED_TAGS, svg);\n addToSet(ALLOWED_ATTR, svg$1);\n addToSet(ALLOWED_ATTR, xml);\n }\n\n if (USE_PROFILES.svgFilters === true) {\n addToSet(ALLOWED_TAGS, svgFilters);\n addToSet(ALLOWED_ATTR, svg$1);\n addToSet(ALLOWED_ATTR, xml);\n }\n\n if (USE_PROFILES.mathMl === true) {\n addToSet(ALLOWED_TAGS, mathMl);\n addToSet(ALLOWED_ATTR, mathMl$1);\n addToSet(ALLOWED_ATTR, xml);\n }\n }\n\n /* Merge configuration parameters */\n if (cfg.ADD_TAGS) {\n if (ALLOWED_TAGS === DEFAULT_ALLOWED_TAGS) {\n ALLOWED_TAGS = clone(ALLOWED_TAGS);\n }\n\n addToSet(ALLOWED_TAGS, cfg.ADD_TAGS);\n }\n\n if (cfg.ADD_ATTR) {\n if (ALLOWED_ATTR === DEFAULT_ALLOWED_ATTR) {\n ALLOWED_ATTR = clone(ALLOWED_ATTR);\n }\n\n addToSet(ALLOWED_ATTR, cfg.ADD_ATTR);\n }\n\n if (cfg.ADD_URI_SAFE_ATTR) {\n addToSet(URI_SAFE_ATTRIBUTES, cfg.ADD_URI_SAFE_ATTR);\n }\n\n /* Add #text in case KEEP_CONTENT is set to true */\n if (KEEP_CONTENT) {\n ALLOWED_TAGS['#text'] = true;\n }\n\n /* Add html, head and body to ALLOWED_TAGS in case WHOLE_DOCUMENT is true */\n if (WHOLE_DOCUMENT) {\n addToSet(ALLOWED_TAGS, ['html', 'head', 'body']);\n }\n\n /* Add tbody to ALLOWED_TAGS in case tables are permitted, see #286, #365 */\n if (ALLOWED_TAGS.table) {\n addToSet(ALLOWED_TAGS, ['tbody']);\n delete FORBID_TAGS.tbody;\n }\n\n // Prevent further manipulation of configuration.\n // Not available in IE8, Safari 5, etc.\n if (freeze) {\n freeze(cfg);\n }\n\n CONFIG = cfg;\n };\n\n /**\n * _forceRemove\n *\n * @param {Node} node a DOM node\n */\n var _forceRemove = function _forceRemove(node) {\n arrayPush(DOMPurify.removed, { element: node });\n try {\n node.parentNode.removeChild(node);\n } catch (error) {\n node.outerHTML = emptyHTML;\n }\n };\n\n /**\n * _removeAttribute\n *\n * @param {String} name an Attribute name\n * @param {Node} node a DOM node\n */\n var _removeAttribute = function _removeAttribute(name, node) {\n try {\n arrayPush(DOMPurify.removed, {\n attribute: node.getAttributeNode(name),\n from: node\n });\n } catch (error) {\n arrayPush(DOMPurify.removed, {\n attribute: null,\n from: node\n });\n }\n\n node.removeAttribute(name);\n };\n\n /**\n * _initDocument\n *\n * @param {String} dirty a string of dirty markup\n * @return {Document} a DOM, filled with the dirty markup\n */\n var _initDocument = function _initDocument(dirty) {\n /* Create a HTML document */\n var doc = void 0;\n var leadingWhitespace = void 0;\n\n if (FORCE_BODY) {\n dirty = '<remove></remove>' + dirty;\n } else {\n /* If FORCE_BODY isn't used, leading whitespace needs to be preserved manually */\n var matches = stringMatch(dirty, /^[\\s]+/);\n leadingWhitespace = matches && matches[0];\n }\n\n var dirtyPayload = trustedTypesPolicy ? trustedTypesPolicy.createHTML(dirty) : dirty;\n /* Use DOMParser to workaround Firefox bug (see comment below) */\n if (useDOMParser) {\n try {\n doc = new DOMParser().parseFromString(dirtyPayload, 'text/html');\n } catch (error) {}\n }\n\n /* Remove title to fix a mXSS bug in older MS Edge */\n if (removeTitle) {\n addToSet(FORBID_TAGS, ['title']);\n }\n\n /* Otherwise use createHTMLDocument, because DOMParser is unsafe in\n Safari (see comment below) */\n if (!doc || !doc.documentElement) {\n doc = implementation.createHTMLDocument('');\n var _doc = doc,\n body = _doc.body;\n\n body.parentNode.removeChild(body.parentNode.firstElementChild);\n body.outerHTML = dirtyPayload;\n }\n\n if (dirty && leadingWhitespace) {\n doc.body.insertBefore(document.createTextNode(leadingWhitespace), doc.body.childNodes[0] || null);\n }\n\n /* Work on whole document or just its body */\n return getElementsByTagName.call(doc, WHOLE_DOCUMENT ? 'html' : 'body')[0];\n };\n\n // Firefox uses a different parser for innerHTML rather than\n // DOMParser (see https://bugzilla.mozilla.org/show_bug.cgi?id=1205631)\n // which means that you *must* use DOMParser, otherwise the output may\n // not be safe if used in a document.write context later.\n //\n // So we feature detect the Firefox bug and use the DOMParser if necessary.\n //\n // Chrome 77 and other versions ship an mXSS bug that caused a bypass to\n // happen. We now check for the mXSS trigger and react accordingly.\n if (DOMPurify.isSupported) {\n (function () {\n try {\n var doc = _initDocument('<svg><p><textarea><img src=\"</textarea><img src=x abc=1//\">');\n if (doc.querySelector('svg img')) {\n useDOMParser = true;\n }\n } catch (error) {}\n })();\n\n (function () {\n try {\n var doc = _initDocument('<x/><title>&lt;/title&gt;&lt;img&gt;');\n if (regExpTest(/<\\/title/, doc.querySelector('title').innerHTML)) {\n removeTitle = true;\n }\n } catch (error) {}\n })();\n }\n\n /**\n * _createIterator\n *\n * @param {Document} root document/fragment to create iterator for\n * @return {Iterator} iterator instance\n */\n var _createIterator = function _createIterator(root) {\n return createNodeIterator.call(root.ownerDocument || root, root, NodeFilter.SHOW_ELEMENT | NodeFilter.SHOW_COMMENT | NodeFilter.SHOW_TEXT, function () {\n return NodeFilter.FILTER_ACCEPT;\n }, false);\n };\n\n /**\n * _isClobbered\n *\n * @param {Node} elm element to check for clobbering attacks\n * @return {Boolean} true if clobbered, false if safe\n */\n var _isClobbered = function _isClobbered(elm) {\n if (elm instanceof Text || elm instanceof Comment) {\n return false;\n }\n\n if (typeof elm.nodeName !== 'string' || typeof elm.textContent !== 'string' || typeof elm.removeChild !== 'function' || !(elm.attributes instanceof NamedNodeMap) || typeof elm.removeAttribute !== 'function' || typeof elm.setAttribute !== 'function' || typeof elm.namespaceURI !== 'string') {\n return true;\n }\n\n return false;\n };\n\n /**\n * _isNode\n *\n * @param {Node} obj object to check whether it's a DOM node\n * @return {Boolean} true is object is a DOM node\n */\n var _isNode = function _isNode(obj) {\n return (typeof Node === 'undefined' ? 'undefined' : _typeof(Node)) === 'object' ? obj instanceof Node : obj && (typeof obj === 'undefined' ? 'undefined' : _typeof(obj)) === 'object' && typeof obj.nodeType === 'number' && typeof obj.nodeName === 'string';\n };\n\n /**\n * _executeHook\n * Execute user configurable hooks\n *\n * @param {String} entryPoint Name of the hook's entry point\n * @param {Node} currentNode node to work on with the hook\n * @param {Object} data additional hook parameters\n */\n var _executeHook = function _executeHook(entryPoint, currentNode, data) {\n if (!hooks[entryPoint]) {\n return;\n }\n\n arrayForEach(hooks[entryPoint], function (hook) {\n hook.call(DOMPurify, currentNode, data, CONFIG);\n });\n };\n\n /**\n * _sanitizeElements\n *\n * @protect nodeName\n * @protect textContent\n * @protect removeChild\n *\n * @param {Node} currentNode to check for permission to exist\n * @return {Boolean} true if node was killed, false if left alive\n */\n // eslint-disable-next-line complexity\n var _sanitizeElements = function _sanitizeElements(currentNode) {\n var content = void 0;\n\n /* Execute a hook if present */\n _executeHook('beforeSanitizeElements', currentNode, null);\n\n /* Check if element is clobbered or can clobber */\n if (_isClobbered(currentNode)) {\n _forceRemove(currentNode);\n return true;\n }\n\n /* Now let's check the element's type and name */\n var tagName = stringToLowerCase(currentNode.nodeName);\n\n /* Execute a hook if present */\n _executeHook('uponSanitizeElement', currentNode, {\n tagName: tagName,\n allowedTags: ALLOWED_TAGS\n });\n\n /* Take care of an mXSS pattern using p, br inside svg, math */\n if ((tagName === 'svg' || tagName === 'math') && currentNode.querySelectorAll('p, br').length !== 0) {\n _forceRemove(currentNode);\n return true;\n }\n\n /* Remove element if anything forbids its presence */\n if (!ALLOWED_TAGS[tagName] || FORBID_TAGS[tagName]) {\n /* Keep content except for black-listed elements */\n if (KEEP_CONTENT && !FORBID_CONTENTS[tagName] && typeof currentNode.insertAdjacentHTML === 'function') {\n try {\n var htmlToInsert = currentNode.innerHTML;\n currentNode.insertAdjacentHTML('AfterEnd', trustedTypesPolicy ? trustedTypesPolicy.createHTML(htmlToInsert) : htmlToInsert);\n } catch (error) {}\n }\n\n _forceRemove(currentNode);\n return true;\n }\n\n /* Remove in case a noscript/noembed XSS is suspected */\n if (tagName === 'noscript' && regExpTest(/<\\/noscript/i, currentNode.innerHTML)) {\n _forceRemove(currentNode);\n return true;\n }\n\n if (tagName === 'noembed' && regExpTest(/<\\/noembed/i, currentNode.innerHTML)) {\n _forceRemove(currentNode);\n return true;\n }\n\n /* Convert markup to cover jQuery behavior */\n if (SAFE_FOR_JQUERY && !currentNode.firstElementChild && (!currentNode.content || !currentNode.content.firstElementChild) && regExpTest(/</g, currentNode.textContent)) {\n arrayPush(DOMPurify.removed, { element: currentNode.cloneNode() });\n if (currentNode.innerHTML) {\n currentNode.innerHTML = stringReplace(currentNode.innerHTML, /</g, '&lt;');\n } else {\n currentNode.innerHTML = stringReplace(currentNode.textContent, /</g, '&lt;');\n }\n }\n\n /* Sanitize element content to be template-safe */\n if (SAFE_FOR_TEMPLATES && currentNode.nodeType === 3) {\n /* Get the element's text content */\n content = currentNode.textContent;\n content = stringReplace(content, MUSTACHE_EXPR$$1, ' ');\n content = stringReplace(content, ERB_EXPR$$1, ' ');\n if (currentNode.textContent !== content) {\n arrayPush(DOMPurify.removed, { element: currentNode.cloneNode() });\n currentNode.textContent = content;\n }\n }\n\n /* Execute a hook if present */\n _executeHook('afterSanitizeElements', currentNode, null);\n\n return false;\n };\n\n /**\n * _isValidAttribute\n *\n * @param {string} lcTag Lowercase tag name of containing element.\n * @param {string} lcName Lowercase attribute name.\n * @param {string} value Attribute value.\n * @return {Boolean} Returns true if `value` is valid, otherwise false.\n */\n // eslint-disable-next-line complexity\n var _isValidAttribute = function _isValidAttribute(lcTag, lcName, value) {\n /* Make sure attribute cannot clobber */\n if (SANITIZE_DOM && (lcName === 'id' || lcName === 'name') && (value in document || value in formElement)) {\n return false;\n }\n\n /* Allow valid data-* attributes: At least one character after \"-\"\n (https://html.spec.whatwg.org/multipage/dom.html#embedding-custom-non-visible-data-with-the-data-*-attributes)\n XML-compatible (https://html.spec.whatwg.org/multipage/infrastructure.html#xml-compatible and http://www.w3.org/TR/xml/#d0e804)\n We don't need to check the value; it's always URI safe. */\n if (ALLOW_DATA_ATTR && regExpTest(DATA_ATTR$$1, lcName)) {\n // This attribute is safe\n } else if (ALLOW_ARIA_ATTR && regExpTest(ARIA_ATTR$$1, lcName)) {\n // This attribute is safe\n /* Otherwise, check the name is permitted */\n } else if (!ALLOWED_ATTR[lcName] || FORBID_ATTR[lcName]) {\n return false;\n\n /* Check value is safe. First, is attr inert? If so, is safe */\n } else if (URI_SAFE_ATTRIBUTES[lcName]) {\n // This attribute is safe\n /* Check no script, data or unknown possibly unsafe URI\n unless we know URI values are safe for that attribute */\n } else if (regExpTest(IS_ALLOWED_URI$$1, stringReplace(value, ATTR_WHITESPACE$$1, ''))) {\n // This attribute is safe\n /* Keep image data URIs alive if src/xlink:href is allowed */\n /* Further prevent gadget XSS for dynamically built script tags */\n } else if ((lcName === 'src' || lcName === 'xlink:href' || lcName === 'href') && lcTag !== 'script' && stringIndexOf(value, 'data:') === 0 && DATA_URI_TAGS[lcTag]) {\n // This attribute is safe\n /* Allow unknown protocols: This provides support for links that\n are handled by protocol handlers which may be unknown ahead of\n time, e.g. fb:, spotify: */\n } else if (ALLOW_UNKNOWN_PROTOCOLS && !regExpTest(IS_SCRIPT_OR_DATA$$1, stringReplace(value, ATTR_WHITESPACE$$1, ''))) {\n // This attribute is safe\n /* Check for binary attributes */\n // eslint-disable-next-line no-negated-condition\n } else if (!value) {\n // Binary attributes are safe at this point\n /* Anything else, presume unsafe, do not add it back */\n } else {\n return false;\n }\n\n return true;\n };\n\n /**\n * _sanitizeAttributes\n *\n * @protect attributes\n * @protect nodeName\n * @protect removeAttribute\n * @protect setAttribute\n *\n * @param {Node} currentNode to sanitize\n */\n // eslint-disable-next-line complexity\n var _sanitizeAttributes = function _sanitizeAttributes(currentNode) {\n var attr = void 0;\n var value = void 0;\n var lcName = void 0;\n var idAttr = void 0;\n var l = void 0;\n /* Execute a hook if present */\n _executeHook('beforeSanitizeAttributes', currentNode, null);\n\n var attributes = currentNode.attributes;\n\n /* Check if we have attributes; if not we might have a text node */\n\n if (!attributes) {\n return;\n }\n\n var hookEvent = {\n attrName: '',\n attrValue: '',\n keepAttr: true,\n allowedAttributes: ALLOWED_ATTR\n };\n l = attributes.length;\n\n /* Go backwards over all attributes; safely remove bad ones */\n while (l--) {\n attr = attributes[l];\n var _attr = attr,\n name = _attr.name,\n namespaceURI = _attr.namespaceURI;\n\n value = stringTrim(attr.value);\n lcName = stringToLowerCase(name);\n\n /* Execute a hook if present */\n hookEvent.attrName = lcName;\n hookEvent.attrValue = value;\n hookEvent.keepAttr = true;\n hookEvent.forceKeepAttr = undefined; // Allows developers to see this is a property they can set\n _executeHook('uponSanitizeAttribute', currentNode, hookEvent);\n value = hookEvent.attrValue;\n /* Did the hooks approve of the attribute? */\n if (hookEvent.forceKeepAttr) {\n continue;\n }\n\n /* Remove attribute */\n // Safari (iOS + Mac), last tested v8.0.5, crashes if you try to\n // remove a \"name\" attribute from an <img> tag that has an \"id\"\n // attribute at the time.\n if (lcName === 'name' && currentNode.nodeName === 'IMG' && attributes.id) {\n idAttr = attributes.id;\n attributes = arraySlice(attributes, []);\n _removeAttribute('id', currentNode);\n _removeAttribute(name, currentNode);\n if (arrayIndexOf(attributes, idAttr) > l) {\n currentNode.setAttribute('id', idAttr.value);\n }\n } else if (\n // This works around a bug in Safari, where input[type=file]\n // cannot be dynamically set after type has been removed\n currentNode.nodeName === 'INPUT' && lcName === 'type' && value === 'file' && hookEvent.keepAttr && (ALLOWED_ATTR[lcName] || !FORBID_ATTR[lcName])) {\n continue;\n } else {\n // This avoids a crash in Safari v9.0 with double-ids.\n // The trick is to first set the id to be empty and then to\n // remove the attribute\n if (name === 'id') {\n currentNode.setAttribute(name, '');\n }\n\n _removeAttribute(name, currentNode);\n }\n\n /* Did the hooks approve of the attribute? */\n if (!hookEvent.keepAttr) {\n continue;\n }\n\n /* Work around a security issue in jQuery 3.0 */\n if (SAFE_FOR_JQUERY && regExpTest(/\\/>/i, value)) {\n _removeAttribute(name, currentNode);\n continue;\n }\n\n /* Take care of an mXSS pattern using namespace switches */\n if (regExpTest(/svg|math/i, currentNode.namespaceURI) && regExpTest(regExpCreate('</(' + arrayJoin(objectKeys(FORBID_CONTENTS), '|') + ')', 'i'), value)) {\n _removeAttribute(name, currentNode);\n continue;\n }\n\n /* Sanitize attribute content to be template-safe */\n if (SAFE_FOR_TEMPLATES) {\n value = stringReplace(value, MUSTACHE_EXPR$$1, ' ');\n value = stringReplace(value, ERB_EXPR$$1, ' ');\n }\n\n /* Is `value` valid for this attribute? */\n var lcTag = currentNode.nodeName.toLowerCase();\n if (!_isValidAttribute(lcTag, lcName, value)) {\n continue;\n }\n\n /* Handle invalid data-* attribute set by try-catching it */\n try {\n if (namespaceURI) {\n currentNode.setAttributeNS(namespaceURI, name, value);\n } else {\n /* Fallback to setAttribute() for browser-unrecognized namespaces e.g. \"x-schema\". */\n currentNode.setAttribute(name, value);\n }\n\n arrayPop(DOMPurify.removed);\n } catch (error) {}\n }\n\n /* Execute a hook if present */\n _executeHook('afterSanitizeAttributes', currentNode, null);\n };\n\n /**\n * _sanitizeShadowDOM\n *\n * @param {DocumentFragment} fragment to iterate over recursively\n */\n var _sanitizeShadowDOM = function _sanitizeShadowDOM(fragment) {\n var shadowNode = void 0;\n var shadowIterator = _createIterator(fragment);\n\n /* Execute a hook if present */\n _executeHook('beforeSanitizeShadowDOM', fragment, null);\n\n while (shadowNode = shadowIterator.nextNode()) {\n /* Execute a hook if present */\n _executeHook('uponSanitizeShadowNode', shadowNode, null);\n\n /* Sanitize tags and elements */\n if (_sanitizeElements(shadowNode)) {\n continue;\n }\n\n /* Deep shadow DOM detected */\n if (shadowNode.content instanceof DocumentFragment) {\n _sanitizeShadowDOM(shadowNode.content);\n }\n\n /* Check attributes, sanitize if necessary */\n _sanitizeAttributes(shadowNode);\n }\n\n /* Execute a hook if present */\n _executeHook('afterSanitizeShadowDOM', fragment, null);\n };\n\n /**\n * Sanitize\n * Public method providing core sanitation functionality\n *\n * @param {String|Node} dirty string or DOM node\n * @param {Object} configuration object\n */\n // eslint-disable-next-line complexity\n DOMPurify.sanitize = function (dirty, cfg) {\n var body = void 0;\n var importedNode = void 0;\n var currentNode = void 0;\n var oldNode = void 0;\n var returnNode = void 0;\n /* Make sure we have a string to sanitize.\n DO NOT return early, as this will return the wrong type if\n the user has requested a DOM object rather than a string */\n if (!dirty) {\n dirty = '<!-->';\n }\n\n /* Stringify, in case dirty is an object */\n if (typeof dirty !== 'string' && !_isNode(dirty)) {\n // eslint-disable-next-line no-negated-condition\n if (typeof dirty.toString !== 'function') {\n throw typeErrorCreate('toString is not a function');\n } else {\n dirty = dirty.toString();\n if (typeof dirty !== 'string') {\n throw typeErrorCreate('dirty is not a string, aborting');\n }\n }\n }\n\n /* Check we can run. Otherwise fall back or ignore */\n if (!DOMPurify.isSupported) {\n if (_typeof(window.toStaticHTML) === 'object' || typeof window.toStaticHTML === 'function') {\n if (typeof dirty === 'string') {\n return window.toStaticHTML(dirty);\n }\n\n if (_isNode(dirty)) {\n return window.toStaticHTML(dirty.outerHTML);\n }\n }\n\n return dirty;\n }\n\n /* Assign config vars */\n if (!SET_CONFIG) {\n _parseConfig(cfg);\n }\n\n /* Clean up removed elements */\n DOMPurify.removed = [];\n\n /* Check if dirty is correctly typed for IN_PLACE */\n if (typeof dirty === 'string') {\n IN_PLACE = false;\n }\n\n if (IN_PLACE) {\n /* No special handling necessary for in-place sanitization */\n } else if (dirty instanceof Node) {\n /* If dirty is a DOM element, append to an empty document to avoid\n elements being stripped by the parser */\n body = _initDocument('<!-->');\n importedNode = body.ownerDocument.importNode(dirty, true);\n if (importedNode.nodeType === 1 && importedNode.nodeName === 'BODY') {\n /* Node is already a body, use as is */\n body = importedNode;\n } else if (importedNode.nodeName === 'HTML') {\n body = importedNode;\n } else {\n // eslint-disable-next-line unicorn/prefer-node-append\n body.appendChild(importedNode);\n }\n } else {\n /* Exit directly if we have nothing to do */\n if (!RETURN_DOM && !SAFE_FOR_TEMPLATES && !WHOLE_DOCUMENT && RETURN_TRUSTED_TYPE && dirty.indexOf('<') === -1) {\n return trustedTypesPolicy ? trustedTypesPolicy.createHTML(dirty) : dirty;\n }\n\n /* Initialize the document to work on */\n body = _initDocument(dirty);\n\n /* Check we have a DOM node from the data */\n if (!body) {\n return RETURN_DOM ? null : emptyHTML;\n }\n }\n\n /* Remove first element node (ours) if FORCE_BODY is set */\n if (body && FORCE_BODY) {\n _forceRemove(body.firstChild);\n }\n\n /* Get node iterator */\n var nodeIterator = _createIterator(IN_PLACE ? dirty : body);\n\n /* Now start iterating over the created document */\n while (currentNode = nodeIterator.nextNode()) {\n /* Fix IE's strange behavior with manipulated textNodes #89 */\n if (currentNode.nodeType === 3 && currentNode === oldNode) {\n continue;\n }\n\n /* Sanitize tags and elements */\n if (_sanitizeElements(currentNode)) {\n continue;\n }\n\n /* Shadow DOM detected, sanitize it */\n if (currentNode.content instanceof DocumentFragment) {\n _sanitizeShadowDOM(currentNode.content);\n }\n\n /* Check attributes, sanitize if necessary */\n _sanitizeAttributes(currentNode);\n\n oldNode = currentNode;\n }\n\n oldNode = null;\n\n /* If we sanitized `dirty` in-place, return it. */\n if (IN_PLACE) {\n return dirty;\n }\n\n /* Return sanitized string or DOM */\n if (RETURN_DOM) {\n if (RETURN_DOM_FRAGMENT) {\n returnNode = createDocumentFragment.call(body.ownerDocument);\n\n while (body.firstChild) {\n // eslint-disable-next-line unicorn/prefer-node-append\n returnNode.appendChild(body.firstChild);\n }\n } else {\n returnNode = body;\n }\n\n if (RETURN_DOM_IMPORT) {\n /* AdoptNode() is not used because internal state is not reset\n (e.g. the past names map of a HTMLFormElement), this is safe\n in theory but we would rather not risk another attack vector.\n The state that is cloned by importNode() is explicitly defined\n by the specs. */\n returnNode = importNode.call(originalDocument, returnNode, true);\n }\n\n return returnNode;\n }\n\n var serializedHTML = WHOLE_DOCUMENT ? body.outerHTML : body.innerHTML;\n\n /* Sanitize final string template-safe */\n if (SAFE_FOR_TEMPLATES) {\n serializedHTML = stringReplace(serializedHTML, MUSTACHE_EXPR$$1, ' ');\n serializedHTML = stringReplace(serializedHTML, ERB_EXPR$$1, ' ');\n }\n\n return trustedTypesPolicy && RETURN_TRUSTED_TYPE ? trustedTypesPolicy.createHTML(serializedHTML) : serializedHTML;\n };\n\n /**\n * Public method to set the configuration once\n * setConfig\n *\n * @param {Object} cfg configuration object\n */\n DOMPurify.setConfig = function (cfg) {\n _parseConfig(cfg);\n SET_CONFIG = true;\n };\n\n /**\n * Public method to remove the configuration\n * clearConfig\n *\n */\n DOMPurify.clearConfig = function () {\n CONFIG = null;\n SET_CONFIG = false;\n };\n\n /**\n * Public method to check if an attribute value is valid.\n * Uses last set config, if any. Otherwise, uses config defaults.\n * isValidAttribute\n *\n * @param {string} tag Tag name of containing element.\n * @param {string} attr Attribute name.\n * @param {string} value Attribute value.\n * @return {Boolean} Returns true if `value` is valid. Otherwise, returns false.\n */\n DOMPurify.isValidAttribute = function (tag, attr, value) {\n /* Initialize shared config vars if necessary. */\n if (!CONFIG) {\n _parseConfig({});\n }\n\n var lcTag = stringToLowerCase(tag);\n var lcName = stringToLowerCase(attr);\n return _isValidAttribute(lcTag, lcName, value);\n };\n\n /**\n * AddHook\n * Public method to add DOMPurify hooks\n *\n * @param {String} entryPoint entry point for the hook to add\n * @param {Function} hookFunction function to execute\n */\n DOMPurify.addHook = function (entryPoint, hookFunction) {\n if (typeof hookFunction !== 'function') {\n return;\n }\n\n hooks[entryPoint] = hooks[entryPoint] || [];\n arrayPush(hooks[entryPoint], hookFunction);\n };\n\n /**\n * RemoveHook\n * Public method to remove a DOMPurify hook at a given entryPoint\n * (pops it from the stack of hooks if more are present)\n *\n * @param {String} entryPoint entry point for the hook to remove\n */\n DOMPurify.removeHook = function (entryPoint) {\n if (hooks[entryPoint]) {\n arrayPop(hooks[entryPoint]);\n }\n };\n\n /**\n * RemoveHooks\n * Public method to remove all DOMPurify hooks at a given entryPoint\n *\n * @param {String} entryPoint entry point for the hooks to remove\n */\n DOMPurify.removeHooks = function (entryPoint) {\n if (hooks[entryPoint]) {\n hooks[entryPoint] = [];\n }\n };\n\n /**\n * RemoveAllHooks\n * Public method to remove all DOMPurify hooks\n *\n */\n DOMPurify.removeAllHooks = function () {\n hooks = {};\n };\n\n return DOMPurify;\n}\n\nvar purify = createDOMPurify();\n\nreturn purify;\n\n})));\n//# sourceMappingURL=purify.js.map\n","/**\n * @copyright 2019 Christoph Wurst <christoph@winzerhof-wurst.at>\n *\n * @author 2019 Christoph Wurst <christoph@winzerhof-wurst.at>\n *\n * @license GNU AGPL version 3 or any later version\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see <http://www.gnu.org/licenses/>.\n */\n\nimport _ from 'underscore'\n\nimport OC from './index'\nimport { coreApps } from './constants'\n\n/**\n * Get an absolute url to a file in an app\n * @param {string} app the id of the app the file belongs to\n * @param {string} file the file path relative to the app folder\n * @returns {string} Absolute URL to a file\n */\nexport const linkTo = (app, file) => filePath(app, '', file)\n\n/**\n * Creates a relative url for remote use\n * @param {string} service id\n * @returns {string} the url\n */\nexport const linkToRemoteBase = service => getRootPath() + '/remote.php/' + service\n\n/**\n * @brief Creates an absolute url for remote use\n * @param {string} service id\n * @returns {string} the url\n */\nexport const linkToRemote = service => window.location.protocol + '//' + window.location.host + linkToRemoteBase(service)\n\n/**\n * Gets the base path for the given OCS API service.\n * @param {string} service name\n * @param {int} version OCS API version\n * @returns {string} OCS API base path\n */\nexport const linkToOCS = (service, version) => {\n\tversion = (version !== 2) ? 1 : 2\n\treturn window.location.protocol + '//' + window.location.host + getRootPath() + '/ocs/v' + version + '.php/' + service + '/'\n}\n\n/**\n * Generates the absolute url for the given relative url, which can contain parameters.\n * Parameters will be URL encoded automatically.\n * @param {string} url the url\n * @param {Object} [params] params\n * @param {Object} [options] destructuring object\n * @param {bool} [options.escape=true] enable/disable auto escape of placeholders (by default enabled)\n * @returns {string} Absolute URL for the given relative URL\n */\nexport const generateUrl = (url, params, options) => {\n\tconst defaultOptions = {\n\t\tescape: true,\n\t}\n\tconst allOptions = options || {}\n\t_.defaults(allOptions, defaultOptions)\n\n\tconst _build = function(text, vars) {\n\t\tvars = vars || []\n\t\treturn text.replace(/{([^{}]*)}/g,\n\t\t\tfunction(a, b) {\n\t\t\t\tconst r = (vars[b])\n\t\t\t\tif (allOptions.escape) {\n\t\t\t\t\treturn (typeof r === 'string' || typeof r === 'number') ? encodeURIComponent(r) : encodeURIComponent(a)\n\t\t\t\t} else {\n\t\t\t\t\treturn (typeof r === 'string' || typeof r === 'number') ? r : a\n\t\t\t\t}\n\t\t\t}\n\t\t)\n\t}\n\tif (url.charAt(0) !== '/') {\n\t\turl = '/' + url\n\n\t}\n\n\tif (OC.config.modRewriteWorking === true) {\n\t\treturn getRootPath() + _build(url, params)\n\t}\n\n\treturn getRootPath() + '/index.php' + _build(url, params)\n}\n\n/**\n * get the absolute path to an image file\n * if no extension is given for the image, it will automatically decide\n * between .png and .svg based on what the browser supports\n *\n * @param {string} app the app id to which the image belongs\n * @param {string} file the name of the image file\n * @returns {string}\n * @deprecated 19.0.0 use `imagePath` from https://www.npmjs.com/package/@nextcloud/router\n */\nexport const imagePath = (app, file) => {\n\tif (file.indexOf('.') === -1) {\n\t\t// if no extension is given, use svg\n\t\treturn filePath(app, 'img', file + '.svg')\n\t}\n\n\treturn filePath(app, 'img', file)\n}\n\n/**\n * Get the absolute url for a file in an app\n * @param {string} app the id of the app\n * @param {string} type the type of the file to link to (e.g. css,img,ajax.template)\n * @param {string} file the filename\n * @returns {string} Absolute URL for a file in an app\n * @deprecated 19.0.0 use `generateFilePath` from https://www.npmjs.com/package/@nextcloud/router\n */\nexport const filePath = (app, type, file) => {\n\tconst isCore = coreApps.indexOf(app) !== -1\n\tlet link = getRootPath()\n\tif (file.substring(file.length - 3) === 'php' && !isCore) {\n\t\tlink += '/index.php/apps/' + app\n\t\tif (file !== 'index.php') {\n\t\t\tlink += '/'\n\t\t\tif (type) {\n\t\t\t\tlink += encodeURI(type + '/')\n\t\t\t}\n\t\t\tlink += file\n\t\t}\n\t} else if (file.substring(file.length - 3) !== 'php' && !isCore) {\n\t\tlink = OC.appswebroots[app]\n\t\tif (type) {\n\t\t\tlink += '/' + type + '/'\n\t\t}\n\t\tif (link.substring(link.length - 1) !== '/') {\n\t\t\tlink += '/'\n\t\t}\n\t\tlink += file\n\t} else {\n\t\tif ((app === 'core' || app === 'search') && type === 'ajax') {\n\t\t\tlink += '/index.php/'\n\t\t} else {\n\t\t\tlink += '/'\n\t\t}\n\t\tif (!isCore) {\n\t\t\tlink += 'apps/'\n\t\t}\n\t\tif (app !== '') {\n\t\t\tapp += '/'\n\t\t\tlink += app\n\t\t}\n\t\tif (type) {\n\t\t\tlink += type + '/'\n\t\t}\n\t\tlink += file\n\t}\n\treturn link\n}\n\n/**\n * Returns the web root path where this Nextcloud instance\n * is accessible, with a leading slash.\n * For example \"/nextcloud\".\n *\n * @returns {string} web root path\n *\n * @deprecated 19.0.0 use `getRootUrl` from https://www.npmjs.com/package/@nextcloud/router\n * @since 8.2\n */\nexport const getRootPath = () => OC.webroot\n","module.exports = function (it) {\n return typeof it === 'object' ? it !== null : typeof it === 'function';\n};\n","var hasOwnProperty = {}.hasOwnProperty;\n\nmodule.exports = function (it, key) {\n return hasOwnProperty.call(it, key);\n};\n","var global = require('../internals/global');\nvar getOwnPropertyDescriptor = require('../internals/object-get-own-property-descriptor').f;\nvar createNonEnumerableProperty = require('../internals/create-non-enumerable-property');\nvar redefine = require('../internals/redefine');\nvar setGlobal = require('../internals/set-global');\nvar copyConstructorProperties = require('../internals/copy-constructor-properties');\nvar isForced = require('../internals/is-forced');\n\n/*\n options.target - name of the target object\n options.global - target is the global object\n options.stat - export as static methods of target\n options.proto - export as prototype methods of target\n options.real - real prototype method for the `pure` version\n options.forced - export even if the native feature is available\n options.bind - bind methods to the target, required for the `pure` version\n options.wrap - wrap constructors to preventing global pollution, required for the `pure` version\n options.unsafe - use the simple assignment of property instead of delete + defineProperty\n options.sham - add a flag to not completely full polyfills\n options.enumerable - export as enumerable property\n options.noTargetGet - prevent calling a getter on target\n*/\nmodule.exports = function (options, source) {\n var TARGET = options.target;\n var GLOBAL = options.global;\n var STATIC = options.stat;\n var FORCED, target, key, targetProperty, sourceProperty, descriptor;\n if (GLOBAL) {\n target = global;\n } else if (STATIC) {\n target = global[TARGET] || setGlobal(TARGET, {});\n } else {\n target = (global[TARGET] || {}).prototype;\n }\n if (target) for (key in source) {\n sourceProperty = source[key];\n if (options.noTargetGet) {\n descriptor = getOwnPropertyDescriptor(target, key);\n targetProperty = descriptor && descriptor.value;\n } else targetProperty = target[key];\n FORCED = isForced(GLOBAL ? key : TARGET + (STATIC ? '.' : '#') + key, options.forced);\n // contained in target\n if (!FORCED && targetProperty !== undefined) {\n if (typeof sourceProperty === typeof targetProperty) continue;\n copyConstructorProperties(sourceProperty, targetProperty);\n }\n // add a flag to not completely full polyfills\n if (options.sham || (targetProperty && targetProperty.sham)) {\n createNonEnumerableProperty(sourceProperty, 'sham', true);\n }\n // extend global\n redefine(target, key, sourceProperty, options);\n }\n};\n","var isObject = require('../internals/is-object');\n\nmodule.exports = function (it) {\n if (!isObject(it)) {\n throw TypeError(String(it) + ' is not an object');\n } return it;\n};\n","var toInteger = require('../internals/to-integer');\n\nvar min = Math.min;\n\n// `ToLength` abstract operation\n// https://tc39.github.io/ecma262/#sec-tolength\nmodule.exports = function (argument) {\n return argument > 0 ? min(toInteger(argument), 0x1FFFFFFFFFFFFF) : 0; // 2 ** 53 - 1 == 9007199254740991\n};\n","var global = require('../internals/global');\nvar shared = require('../internals/shared');\nvar has = require('../internals/has');\nvar uid = require('../internals/uid');\nvar NATIVE_SYMBOL = require('../internals/native-symbol');\nvar USE_SYMBOL_AS_UID = require('../internals/use-symbol-as-uid');\n\nvar WellKnownSymbolsStore = shared('wks');\nvar Symbol = global.Symbol;\nvar createWellKnownSymbol = USE_SYMBOL_AS_UID ? Symbol : Symbol && Symbol.withoutSetter || uid;\n\nmodule.exports = function (name) {\n if (!has(WellKnownSymbolsStore, name)) {\n if (NATIVE_SYMBOL && has(Symbol, name)) WellKnownSymbolsStore[name] = Symbol[name];\n else WellKnownSymbolsStore[name] = createWellKnownSymbol('Symbol.' + name);\n } return WellKnownSymbolsStore[name];\n};\n","\"use strict\";\n\nrequire(\"core-js/modules/es.array.concat\");\n\nrequire(\"core-js/modules/es.array.filter\");\n\nrequire(\"core-js/modules/es.array.join\");\n\nrequire(\"core-js/modules/es.array.map\");\n\nrequire(\"core-js/modules/es.array.reduce\");\n\nrequire(\"core-js/modules/es.regexp.exec\");\n\nrequire(\"core-js/modules/es.string.replace\");\n\nrequire(\"core-js/modules/es.string.split\");\n\nObject.defineProperty(exports, \"__esModule\", {\n value: true\n});\nexports.encodePath = encodePath;\nexports.basename = basename;\nexports.dirname = dirname;\nexports.joinPaths = joinPaths;\nexports.isSamePath = isSamePath;\n\n/**\n * URI-Encodes a file path but keep the path slashes.\n */\nfunction encodePath(path) {\n if (!path) {\n return path;\n }\n\n return path.split('/').map(encodeURIComponent).join('/');\n}\n/**\n * Returns the base name of the given path.\n * For example for \"/abc/somefile.txt\" it will return \"somefile.txt\"\n */\n\n\nfunction basename(path) {\n return path.replace(/\\\\/g, '/').replace(/.*\\//, '');\n}\n/**\n * Returns the dir name of the given path.\n * For example for \"/abc/somefile.txt\" it will return \"/abc\"\n */\n\n\nfunction dirname(path) {\n return path.replace(/\\\\/g, '/').replace(/\\/[^\\/]*$/, '');\n}\n/**\n * Join path sections\n */\n\n\nfunction joinPaths() {\n for (var _len = arguments.length, args = new Array(_len), _key = 0; _key < _len; _key++) {\n args[_key] = arguments[_key];\n }\n\n if (arguments.length < 1) {\n return '';\n } // discard empty arguments\n\n\n var nonEmptyArgs = args.filter(function (arg) {\n return arg.length > 0;\n });\n\n if (nonEmptyArgs.length < 1) {\n return '';\n }\n\n var lastArg = nonEmptyArgs[nonEmptyArgs.length - 1];\n var leadingSlash = nonEmptyArgs[0].charAt(0) === '/';\n var trailingSlash = lastArg.charAt(lastArg.length - 1) === '/';\n var sections = nonEmptyArgs.reduce(function (acc, section) {\n return acc.concat(section.split('/'));\n }, []);\n var first = !leadingSlash;\n var path = sections.reduce(function (acc, section) {\n if (section === '') {\n return acc;\n }\n\n if (first) {\n first = false;\n return acc + section;\n }\n\n return acc + '/' + section;\n }, '');\n\n if (trailingSlash) {\n // add it back\n return path + '/';\n }\n\n return path;\n}\n/**\n * Returns whether the given paths are the same, without\n * leading, trailing or doubled slashes and also removing\n * the dot sections.\n */\n\n\nfunction isSamePath(path1, path2) {\n var pathSections1 = (path1 || '').split('/').filter(function (p) {\n return p !== '.';\n });\n var pathSections2 = (path2 || '').split('/').filter(function (p) {\n return p !== '.';\n });\n path1 = joinPaths.apply(undefined, pathSections1);\n path2 = joinPaths.apply(undefined, pathSections2);\n return path1 === path2;\n}\n//# sourceMappingURL=index.js.map","var toString = {}.toString;\n\nmodule.exports = function (it) {\n return toString.call(it).slice(8, -1);\n};\n","// `RequireObjectCoercible` abstract operation\n// https://tc39.github.io/ecma262/#sec-requireobjectcoercible\nmodule.exports = function (it) {\n if (it == undefined) throw TypeError(\"Can't call method on \" + it);\n return it;\n};\n","var isObject = require('../internals/is-object');\n\n// `ToPrimitive` abstract operation\n// https://tc39.github.io/ecma262/#sec-toprimitive\n// instead of the ES6 spec version, we didn't implement @@toPrimitive case\n// and the second argument - flag - preferred type is a string\nmodule.exports = function (input, PREFERRED_STRING) {\n if (!isObject(input)) return input;\n var fn, val;\n if (PREFERRED_STRING && typeof (fn = input.toString) == 'function' && !isObject(val = fn.call(input))) return val;\n if (typeof (fn = input.valueOf) == 'function' && !isObject(val = fn.call(input))) return val;\n if (!PREFERRED_STRING && typeof (fn = input.toString) == 'function' && !isObject(val = fn.call(input))) return val;\n throw TypeError(\"Can't convert object to primitive value\");\n};\n","var global = require('../internals/global');\nvar createNonEnumerableProperty = require('../internals/create-non-enumerable-property');\n\nmodule.exports = function (key, value) {\n try {\n createNonEnumerableProperty(global, key, value);\n } catch (error) {\n global[key] = value;\n } return value;\n};\n","var shared = require('../internals/shared');\nvar uid = require('../internals/uid');\n\nvar keys = shared('keys');\n\nmodule.exports = function (key) {\n return keys[key] || (keys[key] = uid(key));\n};\n","module.exports = false;\n","var id = 0;\nvar postfix = Math.random();\n\nmodule.exports = function (key) {\n return 'Symbol(' + String(key === undefined ? '' : key) + ')_' + (++id + postfix).toString(36);\n};\n","var ceil = Math.ceil;\nvar floor = Math.floor;\n\n// `ToInteger` abstract operation\n// https://tc39.github.io/ecma262/#sec-tointeger\nmodule.exports = function (argument) {\n return isNaN(argument = +argument) ? 0 : (argument > 0 ? floor : ceil)(argument);\n};\n","// IE8- don't enum bug keys\nmodule.exports = [\n 'constructor',\n 'hasOwnProperty',\n 'isPrototypeOf',\n 'propertyIsEnumerable',\n 'toLocaleString',\n 'toString',\n 'valueOf'\n];\n","var requireObjectCoercible = require('../internals/require-object-coercible');\n\n// `ToObject` abstract operation\n// https://tc39.github.io/ecma262/#sec-toobject\nmodule.exports = function (argument) {\n return Object(requireObjectCoercible(argument));\n};\n","var aFunction = require('../internals/a-function');\n\n// optional / simple context binding\nmodule.exports = function (fn, that, length) {\n aFunction(fn);\n if (that === undefined) return fn;\n switch (length) {\n case 0: return function () {\n return fn.call(that);\n };\n case 1: return function (a) {\n return fn.call(that, a);\n };\n case 2: return function (a, b) {\n return fn.call(that, a, b);\n };\n case 3: return function (a, b, c) {\n return fn.call(that, a, b, c);\n };\n }\n return function (/* ...args */) {\n return fn.apply(that, arguments);\n };\n};\n","var anObject = require('../internals/an-object');\nvar defineProperties = require('../internals/object-define-properties');\nvar enumBugKeys = require('../internals/enum-bug-keys');\nvar hiddenKeys = require('../internals/hidden-keys');\nvar html = require('../internals/html');\nvar documentCreateElement = require('../internals/document-create-element');\nvar sharedKey = require('../internals/shared-key');\n\nvar GT = '>';\nvar LT = '<';\nvar PROTOTYPE = 'prototype';\nvar SCRIPT = 'script';\nvar IE_PROTO = sharedKey('IE_PROTO');\n\nvar EmptyConstructor = function () { /* empty */ };\n\nvar scriptTag = function (content) {\n return LT + SCRIPT + GT + content + LT + '/' + SCRIPT + GT;\n};\n\n// Create object with fake `null` prototype: use ActiveX Object with cleared prototype\nvar NullProtoObjectViaActiveX = function (activeXDocument) {\n activeXDocument.write(scriptTag(''));\n activeXDocument.close();\n var temp = activeXDocument.parentWindow.Object;\n activeXDocument = null; // avoid memory leak\n return temp;\n};\n\n// Create object with fake `null` prototype: use iframe Object with cleared prototype\nvar NullProtoObjectViaIFrame = function () {\n // Thrash, waste and sodomy: IE GC bug\n var iframe = documentCreateElement('iframe');\n var JS = 'java' + SCRIPT + ':';\n var iframeDocument;\n iframe.style.display = 'none';\n html.appendChild(iframe);\n // https://github.com/zloirock/core-js/issues/475\n iframe.src = String(JS);\n iframeDocument = iframe.contentWindow.document;\n iframeDocument.open();\n iframeDocument.write(scriptTag('document.F=Object'));\n iframeDocument.close();\n return iframeDocument.F;\n};\n\n// Check for document.domain and active x support\n// No need to use active x approach when document.domain is not set\n// see https://github.com/es-shims/es5-shim/issues/150\n// variation of https://github.com/kitcambridge/es5-shim/commit/4f738ac066346\n// avoid IE GC bug\nvar activeXDocument;\nvar NullProtoObject = function () {\n try {\n /* global ActiveXObject */\n activeXDocument = document.domain && new ActiveXObject('htmlfile');\n } catch (error) { /* ignore */ }\n NullProtoObject = activeXDocument ? NullProtoObjectViaActiveX(activeXDocument) : NullProtoObjectViaIFrame();\n var length = enumBugKeys.length;\n while (length--) delete NullProtoObject[PROTOTYPE][enumBugKeys[length]];\n return NullProtoObject();\n};\n\nhiddenKeys[IE_PROTO] = true;\n\n// `Object.create` method\n// https://tc39.github.io/ecma262/#sec-object.create\nmodule.exports = Object.create || function create(O, Properties) {\n var result;\n if (O !== null) {\n EmptyConstructor[PROTOTYPE] = anObject(O);\n result = new EmptyConstructor();\n EmptyConstructor[PROTOTYPE] = null;\n // add \"__proto__\" for Object.getPrototypeOf polyfill\n result[IE_PROTO] = O;\n } else result = NullProtoObject();\n return Properties === undefined ? result : defineProperties(result, Properties);\n};\n","'use strict';\nvar $ = require('../internals/export');\nvar createIteratorConstructor = require('../internals/create-iterator-constructor');\nvar getPrototypeOf = require('../internals/object-get-prototype-of');\nvar setPrototypeOf = require('../internals/object-set-prototype-of');\nvar setToStringTag = require('../internals/set-to-string-tag');\nvar createNonEnumerableProperty = require('../internals/create-non-enumerable-property');\nvar redefine = require('../internals/redefine');\nvar wellKnownSymbol = require('../internals/well-known-symbol');\nvar IS_PURE = require('../internals/is-pure');\nvar Iterators = require('../internals/iterators');\nvar IteratorsCore = require('../internals/iterators-core');\n\nvar IteratorPrototype = IteratorsCore.IteratorPrototype;\nvar BUGGY_SAFARI_ITERATORS = IteratorsCore.BUGGY_SAFARI_ITERATORS;\nvar ITERATOR = wellKnownSymbol('iterator');\nvar KEYS = 'keys';\nvar VALUES = 'values';\nvar ENTRIES = 'entries';\n\nvar returnThis = function () { return this; };\n\nmodule.exports = function (Iterable, NAME, IteratorConstructor, next, DEFAULT, IS_SET, FORCED) {\n createIteratorConstructor(IteratorConstructor, NAME, next);\n\n var getIterationMethod = function (KIND) {\n if (KIND === DEFAULT && defaultIterator) return defaultIterator;\n if (!BUGGY_SAFARI_ITERATORS && KIND in IterablePrototype) return IterablePrototype[KIND];\n switch (KIND) {\n case KEYS: return function keys() { return new IteratorConstructor(this, KIND); };\n case VALUES: return function values() { return new IteratorConstructor(this, KIND); };\n case ENTRIES: return function entries() { return new IteratorConstructor(this, KIND); };\n } return function () { return new IteratorConstructor(this); };\n };\n\n var TO_STRING_TAG = NAME + ' Iterator';\n var INCORRECT_VALUES_NAME = false;\n var IterablePrototype = Iterable.prototype;\n var nativeIterator = IterablePrototype[ITERATOR]\n || IterablePrototype['@@iterator']\n || DEFAULT && IterablePrototype[DEFAULT];\n var defaultIterator = !BUGGY_SAFARI_ITERATORS && nativeIterator || getIterationMethod(DEFAULT);\n var anyNativeIterator = NAME == 'Array' ? IterablePrototype.entries || nativeIterator : nativeIterator;\n var CurrentIteratorPrototype, methods, KEY;\n\n // fix native\n if (anyNativeIterator) {\n CurrentIteratorPrototype = getPrototypeOf(anyNativeIterator.call(new Iterable()));\n if (IteratorPrototype !== Object.prototype && CurrentIteratorPrototype.next) {\n if (!IS_PURE && getPrototypeOf(CurrentIteratorPrototype) !== IteratorPrototype) {\n if (setPrototypeOf) {\n setPrototypeOf(CurrentIteratorPrototype, IteratorPrototype);\n } else if (typeof CurrentIteratorPrototype[ITERATOR] != 'function') {\n createNonEnumerableProperty(CurrentIteratorPrototype, ITERATOR, returnThis);\n }\n }\n // Set @@toStringTag to native iterators\n setToStringTag(CurrentIteratorPrototype, TO_STRING_TAG, true, true);\n if (IS_PURE) Iterators[TO_STRING_TAG] = returnThis;\n }\n }\n\n // fix Array#{values, @@iterator}.name in V8 / FF\n if (DEFAULT == VALUES && nativeIterator && nativeIterator.name !== VALUES) {\n INCORRECT_VALUES_NAME = true;\n defaultIterator = function values() { return nativeIterator.call(this); };\n }\n\n // define iterator\n if ((!IS_PURE || FORCED) && IterablePrototype[ITERATOR] !== defaultIterator) {\n createNonEnumerableProperty(IterablePrototype, ITERATOR, defaultIterator);\n }\n Iterators[NAME] = defaultIterator;\n\n // export additional methods\n if (DEFAULT) {\n methods = {\n values: getIterationMethod(VALUES),\n keys: IS_SET ? defaultIterator : getIterationMethod(KEYS),\n entries: getIterationMethod(ENTRIES)\n };\n if (FORCED) for (KEY in methods) {\n if (BUGGY_SAFARI_ITERATORS || INCORRECT_VALUES_NAME || !(KEY in IterablePrototype)) {\n redefine(IterablePrototype, KEY, methods[KEY]);\n }\n } else $({ target: NAME, proto: true, forced: BUGGY_SAFARI_ITERATORS || INCORRECT_VALUES_NAME }, methods);\n }\n\n return methods;\n};\n","var defineProperty = require('../internals/object-define-property').f;\nvar has = require('../internals/has');\nvar wellKnownSymbol = require('../internals/well-known-symbol');\n\nvar TO_STRING_TAG = wellKnownSymbol('toStringTag');\n\nmodule.exports = function (it, TAG, STATIC) {\n if (it && !has(it = STATIC ? it : it.prototype, TO_STRING_TAG)) {\n defineProperty(it, TO_STRING_TAG, { configurable: true, value: TAG });\n }\n};\n","var wellKnownSymbol = require('../internals/well-known-symbol');\n\nvar TO_STRING_TAG = wellKnownSymbol('toStringTag');\nvar test = {};\n\ntest[TO_STRING_TAG] = 'z';\n\nmodule.exports = String(test) === '[object z]';\n","// `RequireObjectCoercible` abstract operation\n// https://tc39.github.io/ecma262/#sec-requireobjectcoercible\nmodule.exports = function (it) {\n if (it == undefined) throw TypeError(\"Can't call method on \" + it);\n return it;\n};\n","module.exports = function (it) {\n return typeof it === 'object' ? it !== null : typeof it === 'function';\n};\n","var global = require('../internals/global');\nvar createNonEnumerableProperty = require('../internals/create-non-enumerable-property');\nvar has = require('../internals/has');\nvar setGlobal = require('../internals/set-global');\nvar inspectSource = require('../internals/inspect-source');\nvar InternalStateModule = require('../internals/internal-state');\n\nvar getInternalState = InternalStateModule.get;\nvar enforceInternalState = InternalStateModule.enforce;\nvar TEMPLATE = String(String).split('String');\n\n(module.exports = function (O, key, value, options) {\n var unsafe = options ? !!options.unsafe : false;\n var simple = options ? !!options.enumerable : false;\n var noTargetGet = options ? !!options.noTargetGet : false;\n if (typeof value == 'function') {\n if (typeof key == 'string' && !has(value, 'name')) createNonEnumerableProperty(value, 'name', key);\n enforceInternalState(value).source = TEMPLATE.join(typeof key == 'string' ? key : '');\n }\n if (O === global) {\n if (simple) O[key] = value;\n else setGlobal(key, value);\n return;\n } else if (!unsafe) {\n delete O[key];\n } else if (!noTargetGet && O[key]) {\n simple = true;\n }\n if (simple) O[key] = value;\n else createNonEnumerableProperty(O, key, value);\n// add fake Function#toString for correct work wrapped methods / constructors with methods like LoDash isNative\n})(Function.prototype, 'toString', function toString() {\n return typeof this == 'function' && getInternalState(this).source || inspectSource(this);\n});\n","var ceil = Math.ceil;\nvar floor = Math.floor;\n\n// `ToInteger` abstract operation\n// https://tc39.github.io/ecma262/#sec-tointeger\nmodule.exports = function (argument) {\n return isNaN(argument = +argument) ? 0 : (argument > 0 ? floor : ceil)(argument);\n};\n","/*\n * @copyright 2019 Christoph Wurst <christoph@winzerhof-wurst.at>\n *\n * @author 2019 Christoph Wurst <christoph@winzerhof-wurst.at>\n *\n * @license GNU AGPL version 3 or any later version\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see <http://www.gnu.org/licenses/>.\n */\n\n/**\n * Namespace for apps\n * @namespace OCA\n */\nexport default {}\n","// Create a simple path alias to allow browserify to resolve\n// the runtime on a supported path.\nmodule.exports = require('./dist/cjs/handlebars.runtime')['default'];\n","var fails = require('../internals/fails');\n\n// Thank's IE8 for his funny defineProperty\nmodule.exports = !fails(function () {\n return Object.defineProperty({}, 1, { get: function () { return 7; } })[1] != 7;\n});\n","// `RequireObjectCoercible` abstract operation\n// https://tc39.github.io/ecma262/#sec-requireobjectcoercible\nmodule.exports = function (it) {\n if (it == undefined) throw TypeError(\"Can't call method on \" + it);\n return it;\n};\n","var DESCRIPTORS = require('../internals/descriptors');\nvar definePropertyModule = require('../internals/object-define-property');\nvar createPropertyDescriptor = require('../internals/create-property-descriptor');\n\nmodule.exports = DESCRIPTORS ? function (object, key, value) {\n return definePropertyModule.f(object, key, createPropertyDescriptor(1, value));\n} : function (object, key, value) {\n object[key] = value;\n return object;\n};\n","\"use strict\";\n\n/*\n MIT License http://www.opensource.org/licenses/mit-license.php\n Author Tobias Koppers @sokra\n*/\n// css base code, injected by the css-loader\n// eslint-disable-next-line func-names\nmodule.exports = function (useSourceMap) {\n var list = []; // return the list of modules as css string\n\n list.toString = function toString() {\n return this.map(function (item) {\n var content = cssWithMappingToString(item, useSourceMap);\n\n if (item[2]) {\n return \"@media \".concat(item[2], \" {\").concat(content, \"}\");\n }\n\n return content;\n }).join('');\n }; // import a list of modules into the list\n // eslint-disable-next-line func-names\n\n\n list.i = function (modules, mediaQuery) {\n if (typeof modules === 'string') {\n // eslint-disable-next-line no-param-reassign\n modules = [[null, modules, '']];\n }\n\n for (var i = 0; i < modules.length; i++) {\n var item = [].concat(modules[i]);\n\n if (mediaQuery) {\n if (!item[2]) {\n item[2] = mediaQuery;\n } else {\n item[2] = \"\".concat(mediaQuery, \" and \").concat(item[2]);\n }\n }\n\n list.push(item);\n }\n };\n\n return list;\n};\n\nfunction cssWithMappingToString(item, useSourceMap) {\n var content = item[1] || ''; // eslint-disable-next-line prefer-destructuring\n\n var cssMapping = item[3];\n\n if (!cssMapping) {\n return content;\n }\n\n if (useSourceMap && typeof btoa === 'function') {\n var sourceMapping = toComment(cssMapping);\n var sourceURLs = cssMapping.sources.map(function (source) {\n return \"/*# sourceURL=\".concat(cssMapping.sourceRoot || '').concat(source, \" */\");\n });\n return [content].concat(sourceURLs).concat([sourceMapping]).join('\\n');\n }\n\n return [content].join('\\n');\n} // Adapted from convert-source-map (MIT)\n\n\nfunction toComment(sourceMap) {\n // eslint-disable-next-line no-undef\n var base64 = btoa(unescape(encodeURIComponent(JSON.stringify(sourceMap))));\n var data = \"sourceMappingURL=data:application/json;charset=utf-8;base64,\".concat(base64);\n return \"/*# \".concat(data, \" */\");\n}","var bind = require('../internals/function-bind-context');\nvar IndexedObject = require('../internals/indexed-object');\nvar toObject = require('../internals/to-object');\nvar toLength = require('../internals/to-length');\nvar arraySpeciesCreate = require('../internals/array-species-create');\n\nvar push = [].push;\n\n// `Array.prototype.{ forEach, map, filter, some, every, find, findIndex }` methods implementation\nvar createMethod = function (TYPE) {\n var IS_MAP = TYPE == 1;\n var IS_FILTER = TYPE == 2;\n var IS_SOME = TYPE == 3;\n var IS_EVERY = TYPE == 4;\n var IS_FIND_INDEX = TYPE == 6;\n var NO_HOLES = TYPE == 5 || IS_FIND_INDEX;\n return function ($this, callbackfn, that, specificCreate) {\n var O = toObject($this);\n var self = IndexedObject(O);\n var boundFunction = bind(callbackfn, that, 3);\n var length = toLength(self.length);\n var index = 0;\n var create = specificCreate || arraySpeciesCreate;\n var target = IS_MAP ? create($this, length) : IS_FILTER ? create($this, 0) : undefined;\n var value, result;\n for (;length > index; index++) if (NO_HOLES || index in self) {\n value = self[index];\n result = boundFunction(value, index, O);\n if (TYPE) {\n if (IS_MAP) target[index] = result; // map\n else if (result) switch (TYPE) {\n case 3: return true; // some\n case 5: return value; // find\n case 6: return index; // findIndex\n case 2: push.call(target, value); // filter\n } else if (IS_EVERY) return false; // every\n }\n }\n return IS_FIND_INDEX ? -1 : IS_SOME || IS_EVERY ? IS_EVERY : target;\n };\n};\n\nmodule.exports = {\n // `Array.prototype.forEach` method\n // https://tc39.github.io/ecma262/#sec-array.prototype.foreach\n forEach: createMethod(0),\n // `Array.prototype.map` method\n // https://tc39.github.io/ecma262/#sec-array.prototype.map\n map: createMethod(1),\n // `Array.prototype.filter` method\n // https://tc39.github.io/ecma262/#sec-array.prototype.filter\n filter: createMethod(2),\n // `Array.prototype.some` method\n // https://tc39.github.io/ecma262/#sec-array.prototype.some\n some: createMethod(3),\n // `Array.prototype.every` method\n // https://tc39.github.io/ecma262/#sec-array.prototype.every\n every: createMethod(4),\n // `Array.prototype.find` method\n // https://tc39.github.io/ecma262/#sec-array.prototype.find\n find: createMethod(5),\n // `Array.prototype.findIndex` method\n // https://tc39.github.io/ecma262/#sec-array.prototype.findIndex\n findIndex: createMethod(6)\n};\n","/**\n * Translates the list format produced by css-loader into something\n * easier to manipulate.\n */\nexport default function listToStyles (parentId, list) {\n var styles = []\n var newStyles = {}\n for (var i = 0; i < list.length; i++) {\n var item = list[i]\n var id = item[0]\n var css = item[1]\n var media = item[2]\n var sourceMap = item[3]\n var part = {\n id: parentId + ':' + i,\n css: css,\n media: media,\n sourceMap: sourceMap\n }\n if (!newStyles[id]) {\n styles.push(newStyles[id] = { id: id, parts: [part] })\n } else {\n newStyles[id].parts.push(part)\n }\n }\n return styles\n}\n","/*\n MIT License http://www.opensource.org/licenses/mit-license.php\n Author Tobias Koppers @sokra\n Modified by Evan You @yyx990803\n*/\n\nimport listToStyles from './listToStyles'\n\nvar hasDocument = typeof document !== 'undefined'\n\nif (typeof DEBUG !== 'undefined' && DEBUG) {\n if (!hasDocument) {\n throw new Error(\n 'vue-style-loader cannot be used in a non-browser environment. ' +\n \"Use { target: 'node' } in your Webpack config to indicate a server-rendering environment.\"\n ) }\n}\n\n/*\ntype StyleObject = {\n id: number;\n parts: Array<StyleObjectPart>\n}\n\ntype StyleObjectPart = {\n css: string;\n media: string;\n sourceMap: ?string\n}\n*/\n\nvar stylesInDom = {/*\n [id: number]: {\n id: number,\n refs: number,\n parts: Array<(obj?: StyleObjectPart) => void>\n }\n*/}\n\nvar head = hasDocument && (document.head || document.getElementsByTagName('head')[0])\nvar singletonElement = null\nvar singletonCounter = 0\nvar isProduction = false\nvar noop = function () {}\nvar options = null\nvar ssrIdKey = 'data-vue-ssr-id'\n\n// Force single-tag solution on IE6-9, which has a hard limit on the # of <style>\n// tags it will allow on a page\nvar isOldIE = typeof navigator !== 'undefined' && /msie [6-9]\\b/.test(navigator.userAgent.toLowerCase())\n\nexport default function addStylesClient (parentId, list, _isProduction, _options) {\n isProduction = _isProduction\n\n options = _options || {}\n\n var styles = listToStyles(parentId, list)\n addStylesToDom(styles)\n\n return function update (newList) {\n var mayRemove = []\n for (var i = 0; i < styles.length; i++) {\n var item = styles[i]\n var domStyle = stylesInDom[item.id]\n domStyle.refs--\n mayRemove.push(domStyle)\n }\n if (newList) {\n styles = listToStyles(parentId, newList)\n addStylesToDom(styles)\n } else {\n styles = []\n }\n for (var i = 0; i < mayRemove.length; i++) {\n var domStyle = mayRemove[i]\n if (domStyle.refs === 0) {\n for (var j = 0; j < domStyle.parts.length; j++) {\n domStyle.parts[j]()\n }\n delete stylesInDom[domStyle.id]\n }\n }\n }\n}\n\nfunction addStylesToDom (styles /* Array<StyleObject> */) {\n for (var i = 0; i < styles.length; i++) {\n var item = styles[i]\n var domStyle = stylesInDom[item.id]\n if (domStyle) {\n domStyle.refs++\n for (var j = 0; j < domStyle.parts.length; j++) {\n domStyle.parts[j](item.parts[j])\n }\n for (; j < item.parts.length; j++) {\n domStyle.parts.push(addStyle(item.parts[j]))\n }\n if (domStyle.parts.length > item.parts.length) {\n domStyle.parts.length = item.parts.length\n }\n } else {\n var parts = []\n for (var j = 0; j < item.parts.length; j++) {\n parts.push(addStyle(item.parts[j]))\n }\n stylesInDom[item.id] = { id: item.id, refs: 1, parts: parts }\n }\n }\n}\n\nfunction createStyleElement () {\n var styleElement = document.createElement('style')\n styleElement.type = 'text/css'\n head.appendChild(styleElement)\n return styleElement\n}\n\nfunction addStyle (obj /* StyleObjectPart */) {\n var update, remove\n var styleElement = document.querySelector('style[' + ssrIdKey + '~=\"' + obj.id + '\"]')\n\n if (styleElement) {\n if (isProduction) {\n // has SSR styles and in production mode.\n // simply do nothing.\n return noop\n } else {\n // has SSR styles but in dev mode.\n // for some reason Chrome can't handle source map in server-rendered\n // style tags - source maps in <style> only works if the style tag is\n // created and inserted dynamically. So we remove the server rendered\n // styles and inject new ones.\n styleElement.parentNode.removeChild(styleElement)\n }\n }\n\n if (isOldIE) {\n // use singleton mode for IE9.\n var styleIndex = singletonCounter++\n styleElement = singletonElement || (singletonElement = createStyleElement())\n update = applyToSingletonTag.bind(null, styleElement, styleIndex, false)\n remove = applyToSingletonTag.bind(null, styleElement, styleIndex, true)\n } else {\n // use multi-style-tag mode in all other cases\n styleElement = createStyleElement()\n update = applyToTag.bind(null, styleElement)\n remove = function () {\n styleElement.parentNode.removeChild(styleElement)\n }\n }\n\n update(obj)\n\n return function updateStyle (newObj /* StyleObjectPart */) {\n if (newObj) {\n if (newObj.css === obj.css &&\n newObj.media === obj.media &&\n newObj.sourceMap === obj.sourceMap) {\n return\n }\n update(obj = newObj)\n } else {\n remove()\n }\n }\n}\n\nvar replaceText = (function () {\n var textStore = []\n\n return function (index, replacement) {\n textStore[index] = replacement\n return textStore.filter(Boolean).join('\\n')\n }\n})()\n\nfunction applyToSingletonTag (styleElement, index, remove, obj) {\n var css = remove ? '' : obj.css\n\n if (styleElement.styleSheet) {\n styleElement.styleSheet.cssText = replaceText(index, css)\n } else {\n var cssNode = document.createTextNode(css)\n var childNodes = styleElement.childNodes\n if (childNodes[index]) styleElement.removeChild(childNodes[index])\n if (childNodes.length) {\n styleElement.insertBefore(cssNode, childNodes[index])\n } else {\n styleElement.appendChild(cssNode)\n }\n }\n}\n\nfunction applyToTag (styleElement, obj) {\n var css = obj.css\n var media = obj.media\n var sourceMap = obj.sourceMap\n\n if (media) {\n styleElement.setAttribute('media', media)\n }\n if (options.ssrId) {\n styleElement.setAttribute(ssrIdKey, obj.id)\n }\n\n if (sourceMap) {\n // https://developer.chrome.com/devtools/docs/javascript-debugging\n // this makes source maps inside style tags work properly in Chrome\n css += '\\n/*# sourceURL=' + sourceMap.sources[0] + ' */'\n // http://stackoverflow.com/a/26603875\n css += '\\n/*# sourceMappingURL=data:application/json;base64,' + btoa(unescape(encodeURIComponent(JSON.stringify(sourceMap)))) + ' */'\n }\n\n if (styleElement.styleSheet) {\n styleElement.styleSheet.cssText = css\n } else {\n while (styleElement.firstChild) {\n styleElement.removeChild(styleElement.firstChild)\n }\n styleElement.appendChild(document.createTextNode(css))\n }\n}\n","var DESCRIPTORS = require('../internals/descriptors');\nvar propertyIsEnumerableModule = require('../internals/object-property-is-enumerable');\nvar createPropertyDescriptor = require('../internals/create-property-descriptor');\nvar toIndexedObject = require('../internals/to-indexed-object');\nvar toPrimitive = require('../internals/to-primitive');\nvar has = require('../internals/has');\nvar IE8_DOM_DEFINE = require('../internals/ie8-dom-define');\n\nvar nativeGetOwnPropertyDescriptor = Object.getOwnPropertyDescriptor;\n\n// `Object.getOwnPropertyDescriptor` method\n// https://tc39.github.io/ecma262/#sec-object.getownpropertydescriptor\nexports.f = DESCRIPTORS ? nativeGetOwnPropertyDescriptor : function getOwnPropertyDescriptor(O, P) {\n O = toIndexedObject(O);\n P = toPrimitive(P, true);\n if (IE8_DOM_DEFINE) try {\n return nativeGetOwnPropertyDescriptor(O, P);\n } catch (error) { /* empty */ }\n if (has(O, P)) return createPropertyDescriptor(!propertyIsEnumerableModule.f.call(O, P), O[P]);\n};\n","var global = require('../internals/global');\nvar createNonEnumerableProperty = require('../internals/create-non-enumerable-property');\nvar has = require('../internals/has');\nvar setGlobal = require('../internals/set-global');\nvar inspectSource = require('../internals/inspect-source');\nvar InternalStateModule = require('../internals/internal-state');\n\nvar getInternalState = InternalStateModule.get;\nvar enforceInternalState = InternalStateModule.enforce;\nvar TEMPLATE = String(String).split('String');\n\n(module.exports = function (O, key, value, options) {\n var unsafe = options ? !!options.unsafe : false;\n var simple = options ? !!options.enumerable : false;\n var noTargetGet = options ? !!options.noTargetGet : false;\n if (typeof value == 'function') {\n if (typeof key == 'string' && !has(value, 'name')) createNonEnumerableProperty(value, 'name', key);\n enforceInternalState(value).source = TEMPLATE.join(typeof key == 'string' ? key : '');\n }\n if (O === global) {\n if (simple) O[key] = value;\n else setGlobal(key, value);\n return;\n } else if (!unsafe) {\n delete O[key];\n } else if (!noTargetGet && O[key]) {\n simple = true;\n }\n if (simple) O[key] = value;\n else createNonEnumerableProperty(O, key, value);\n// add fake Function#toString for correct work wrapped methods / constructors with methods like LoDash isNative\n})(Function.prototype, 'toString', function toString() {\n return typeof this == 'function' && getInternalState(this).source || inspectSource(this);\n});\n","var global = require('../internals/global');\nvar getOwnPropertyDescriptor = require('../internals/object-get-own-property-descriptor').f;\nvar createNonEnumerableProperty = require('../internals/create-non-enumerable-property');\nvar redefine = require('../internals/redefine');\nvar setGlobal = require('../internals/set-global');\nvar copyConstructorProperties = require('../internals/copy-constructor-properties');\nvar isForced = require('../internals/is-forced');\n\n/*\n options.target - name of the target object\n options.global - target is the global object\n options.stat - export as static methods of target\n options.proto - export as prototype methods of target\n options.real - real prototype method for the `pure` version\n options.forced - export even if the native feature is available\n options.bind - bind methods to the target, required for the `pure` version\n options.wrap - wrap constructors to preventing global pollution, required for the `pure` version\n options.unsafe - use the simple assignment of property instead of delete + defineProperty\n options.sham - add a flag to not completely full polyfills\n options.enumerable - export as enumerable property\n options.noTargetGet - prevent calling a getter on target\n*/\nmodule.exports = function (options, source) {\n var TARGET = options.target;\n var GLOBAL = options.global;\n var STATIC = options.stat;\n var FORCED, target, key, targetProperty, sourceProperty, descriptor;\n if (GLOBAL) {\n target = global;\n } else if (STATIC) {\n target = global[TARGET] || setGlobal(TARGET, {});\n } else {\n target = (global[TARGET] || {}).prototype;\n }\n if (target) for (key in source) {\n sourceProperty = source[key];\n if (options.noTargetGet) {\n descriptor = getOwnPropertyDescriptor(target, key);\n targetProperty = descriptor && descriptor.value;\n } else targetProperty = target[key];\n FORCED = isForced(GLOBAL ? key : TARGET + (STATIC ? '.' : '#') + key, options.forced);\n // contained in target\n if (!FORCED && targetProperty !== undefined) {\n if (typeof sourceProperty === typeof targetProperty) continue;\n copyConstructorProperties(sourceProperty, targetProperty);\n }\n // add a flag to not completely full polyfills\n if (options.sham || (targetProperty && targetProperty.sham)) {\n createNonEnumerableProperty(sourceProperty, 'sham', true);\n }\n // extend global\n redefine(target, key, sourceProperty, options);\n }\n};\n","// toObject with fallback for non-array-like ES3 strings\nvar IndexedObject = require('../internals/indexed-object');\nvar requireObjectCoercible = require('../internals/require-object-coercible');\n\nmodule.exports = function (it) {\n return IndexedObject(requireObjectCoercible(it));\n};\n","var toString = {}.toString;\n\nmodule.exports = function (it) {\n return toString.call(it).slice(8, -1);\n};\n","var global = require('../internals/global');\nvar createNonEnumerableProperty = require('../internals/create-non-enumerable-property');\n\nmodule.exports = function (key, value) {\n try {\n createNonEnumerableProperty(global, key, value);\n } catch (error) {\n global[key] = value;\n } return value;\n};\n","var wellKnownSymbol = require('../internals/well-known-symbol');\n\nvar TO_STRING_TAG = wellKnownSymbol('toStringTag');\nvar test = {};\n\ntest[TO_STRING_TAG] = 'z';\n\nmodule.exports = String(test) === '[object z]';\n","var global = require('../internals/global');\nvar shared = require('../internals/shared');\nvar has = require('../internals/has');\nvar uid = require('../internals/uid');\nvar NATIVE_SYMBOL = require('../internals/native-symbol');\nvar USE_SYMBOL_AS_UID = require('../internals/use-symbol-as-uid');\n\nvar WellKnownSymbolsStore = shared('wks');\nvar Symbol = global.Symbol;\nvar createWellKnownSymbol = USE_SYMBOL_AS_UID ? Symbol : Symbol && Symbol.withoutSetter || uid;\n\nmodule.exports = function (name) {\n if (!has(WellKnownSymbolsStore, name)) {\n if (NATIVE_SYMBOL && has(Symbol, name)) WellKnownSymbolsStore[name] = Symbol[name];\n else WellKnownSymbolsStore[name] = createWellKnownSymbol('Symbol.' + name);\n } return WellKnownSymbolsStore[name];\n};\n","'use strict';\nvar regexpFlags = require('./regexp-flags');\nvar stickyHelpers = require('./regexp-sticky-helpers');\n\nvar nativeExec = RegExp.prototype.exec;\n// This always refers to the native implementation, because the\n// String#replace polyfill uses ./fix-regexp-well-known-symbol-logic.js,\n// which loads this file before patching the method.\nvar nativeReplace = String.prototype.replace;\n\nvar patchedExec = nativeExec;\n\nvar UPDATES_LAST_INDEX_WRONG = (function () {\n var re1 = /a/;\n var re2 = /b*/g;\n nativeExec.call(re1, 'a');\n nativeExec.call(re2, 'a');\n return re1.lastIndex !== 0 || re2.lastIndex !== 0;\n})();\n\nvar UNSUPPORTED_Y = stickyHelpers.UNSUPPORTED_Y || stickyHelpers.BROKEN_CARET;\n\n// nonparticipating capturing group, copied from es5-shim's String#split patch.\nvar NPCG_INCLUDED = /()??/.exec('')[1] !== undefined;\n\nvar PATCH = UPDATES_LAST_INDEX_WRONG || NPCG_INCLUDED || UNSUPPORTED_Y;\n\nif (PATCH) {\n patchedExec = function exec(str) {\n var re = this;\n var lastIndex, reCopy, match, i;\n var sticky = UNSUPPORTED_Y && re.sticky;\n var flags = regexpFlags.call(re);\n var source = re.source;\n var charsAdded = 0;\n var strCopy = str;\n\n if (sticky) {\n flags = flags.replace('y', '');\n if (flags.indexOf('g') === -1) {\n flags += 'g';\n }\n\n strCopy = String(str).slice(re.lastIndex);\n // Support anchored sticky behavior.\n if (re.lastIndex > 0 && (!re.multiline || re.multiline && str[re.lastIndex - 1] !== '\\n')) {\n source = '(?: ' + source + ')';\n strCopy = ' ' + strCopy;\n charsAdded++;\n }\n // ^(? + rx + ) is needed, in combination with some str slicing, to\n // simulate the 'y' flag.\n reCopy = new RegExp('^(?:' + source + ')', flags);\n }\n\n if (NPCG_INCLUDED) {\n reCopy = new RegExp('^' + source + '$(?!\\\\s)', flags);\n }\n if (UPDATES_LAST_INDEX_WRONG) lastIndex = re.lastIndex;\n\n match = nativeExec.call(sticky ? reCopy : re, strCopy);\n\n if (sticky) {\n if (match) {\n match.input = match.input.slice(charsAdded);\n match[0] = match[0].slice(charsAdded);\n match.index = re.lastIndex;\n re.lastIndex += match[0].length;\n } else re.lastIndex = 0;\n } else if (UPDATES_LAST_INDEX_WRONG && match) {\n re.lastIndex = re.global ? match.index + match[0].length : lastIndex;\n }\n if (NPCG_INCLUDED && match && match.length > 1) {\n // Fix browsers whose `exec` methods don't consistently return `undefined`\n // for NPCG, like IE8. NOTE: This doesn' work for /(.?)?/\n nativeReplace.call(match[0], reCopy, function () {\n for (i = 1; i < arguments.length - 2; i++) {\n if (arguments[i] === undefined) match[i] = undefined;\n }\n });\n }\n\n return match;\n };\n}\n\nmodule.exports = patchedExec;\n","// `RequireObjectCoercible` abstract operation\n// https://tc39.github.io/ecma262/#sec-requireobjectcoercible\nmodule.exports = function (it) {\n if (it == undefined) throw TypeError(\"Can't call method on \" + it);\n return it;\n};\n","var DESCRIPTORS = require('../internals/descriptors');\nvar definePropertyModule = require('../internals/object-define-property');\nvar createPropertyDescriptor = require('../internals/create-property-descriptor');\n\nmodule.exports = DESCRIPTORS ? function (object, key, value) {\n return definePropertyModule.f(object, key, createPropertyDescriptor(1, value));\n} : function (object, key, value) {\n object[key] = value;\n return object;\n};\n","var NATIVE_WEAK_MAP = require('../internals/native-weak-map');\nvar global = require('../internals/global');\nvar isObject = require('../internals/is-object');\nvar createNonEnumerableProperty = require('../internals/create-non-enumerable-property');\nvar objectHas = require('../internals/has');\nvar sharedKey = require('../internals/shared-key');\nvar hiddenKeys = require('../internals/hidden-keys');\n\nvar WeakMap = global.WeakMap;\nvar set, get, has;\n\nvar enforce = function (it) {\n return has(it) ? get(it) : set(it, {});\n};\n\nvar getterFor = function (TYPE) {\n return function (it) {\n var state;\n if (!isObject(it) || (state = get(it)).type !== TYPE) {\n throw TypeError('Incompatible receiver, ' + TYPE + ' required');\n } return state;\n };\n};\n\nif (NATIVE_WEAK_MAP) {\n var store = new WeakMap();\n var wmget = store.get;\n var wmhas = store.has;\n var wmset = store.set;\n set = function (it, metadata) {\n wmset.call(store, it, metadata);\n return metadata;\n };\n get = function (it) {\n return wmget.call(store, it) || {};\n };\n has = function (it) {\n return wmhas.call(store, it);\n };\n} else {\n var STATE = sharedKey('state');\n hiddenKeys[STATE] = true;\n set = function (it, metadata) {\n createNonEnumerableProperty(it, STATE, metadata);\n return metadata;\n };\n get = function (it) {\n return objectHas(it, STATE) ? it[STATE] : {};\n };\n has = function (it) {\n return objectHas(it, STATE);\n };\n}\n\nmodule.exports = {\n set: set,\n get: get,\n has: has,\n enforce: enforce,\n getterFor: getterFor\n};\n","var fails = require('../internals/fails');\n\n// Thank's IE8 for his funny defineProperty\nmodule.exports = !fails(function () {\n return Object.defineProperty({}, 1, { get: function () { return 7; } })[1] != 7;\n});\n","var DESCRIPTORS = require('../internals/descriptors');\nvar definePropertyModule = require('../internals/object-define-property');\nvar createPropertyDescriptor = require('../internals/create-property-descriptor');\n\nmodule.exports = DESCRIPTORS ? function (object, key, value) {\n return definePropertyModule.f(object, key, createPropertyDescriptor(1, value));\n} : function (object, key, value) {\n object[key] = value;\n return object;\n};\n","// shim for using process in browser\nvar process = module.exports = {};\n\n// cached from whatever global is present so that test runners that stub it\n// don't break things. But we need to wrap it in a try catch in case it is\n// wrapped in strict mode code which doesn't define any globals. It's inside a\n// function because try/catches deoptimize in certain engines.\n\nvar cachedSetTimeout;\nvar cachedClearTimeout;\n\nfunction defaultSetTimout() {\n throw new Error('setTimeout has not been defined');\n}\nfunction defaultClearTimeout () {\n throw new Error('clearTimeout has not been defined');\n}\n(function () {\n try {\n if (typeof setTimeout === 'function') {\n cachedSetTimeout = setTimeout;\n } else {\n cachedSetTimeout = defaultSetTimout;\n }\n } catch (e) {\n cachedSetTimeout = defaultSetTimout;\n }\n try {\n if (typeof clearTimeout === 'function') {\n cachedClearTimeout = clearTimeout;\n } else {\n cachedClearTimeout = defaultClearTimeout;\n }\n } catch (e) {\n cachedClearTimeout = defaultClearTimeout;\n }\n} ())\nfunction runTimeout(fun) {\n if (cachedSetTimeout === setTimeout) {\n //normal enviroments in sane situations\n return setTimeout(fun, 0);\n }\n // if setTimeout wasn't available but was latter defined\n if ((cachedSetTimeout === defaultSetTimout || !cachedSetTimeout) && setTimeout) {\n cachedSetTimeout = setTimeout;\n return setTimeout(fun, 0);\n }\n try {\n // when when somebody has screwed with setTimeout but no I.E. maddness\n return cachedSetTimeout(fun, 0);\n } catch(e){\n try {\n // When we are in I.E. but the script has been evaled so I.E. doesn't trust the global object when called normally\n return cachedSetTimeout.call(null, fun, 0);\n } catch(e){\n // same as above but when it's a version of I.E. that must have the global object for 'this', hopfully our context correct otherwise it will throw a global error\n return cachedSetTimeout.call(this, fun, 0);\n }\n }\n\n\n}\nfunction runClearTimeout(marker) {\n if (cachedClearTimeout === clearTimeout) {\n //normal enviroments in sane situations\n return clearTimeout(marker);\n }\n // if clearTimeout wasn't available but was latter defined\n if ((cachedClearTimeout === defaultClearTimeout || !cachedClearTimeout) && clearTimeout) {\n cachedClearTimeout = clearTimeout;\n return clearTimeout(marker);\n }\n try {\n // when when somebody has screwed with setTimeout but no I.E. maddness\n return cachedClearTimeout(marker);\n } catch (e){\n try {\n // When we are in I.E. but the script has been evaled so I.E. doesn't trust the global object when called normally\n return cachedClearTimeout.call(null, marker);\n } catch (e){\n // same as above but when it's a version of I.E. that must have the global object for 'this', hopfully our context correct otherwise it will throw a global error.\n // Some versions of I.E. have different rules for clearTimeout vs setTimeout\n return cachedClearTimeout.call(this, marker);\n }\n }\n\n\n\n}\nvar queue = [];\nvar draining = false;\nvar currentQueue;\nvar queueIndex = -1;\n\nfunction cleanUpNextTick() {\n if (!draining || !currentQueue) {\n return;\n }\n draining = false;\n if (currentQueue.length) {\n queue = currentQueue.concat(queue);\n } else {\n queueIndex = -1;\n }\n if (queue.length) {\n drainQueue();\n }\n}\n\nfunction drainQueue() {\n if (draining) {\n return;\n }\n var timeout = runTimeout(cleanUpNextTick);\n draining = true;\n\n var len = queue.length;\n while(len) {\n currentQueue = queue;\n queue = [];\n while (++queueIndex < len) {\n if (currentQueue) {\n currentQueue[queueIndex].run();\n }\n }\n queueIndex = -1;\n len = queue.length;\n }\n currentQueue = null;\n draining = false;\n runClearTimeout(timeout);\n}\n\nprocess.nextTick = function (fun) {\n var args = new Array(arguments.length - 1);\n if (arguments.length > 1) {\n for (var i = 1; i < arguments.length; i++) {\n args[i - 1] = arguments[i];\n }\n }\n queue.push(new Item(fun, args));\n if (queue.length === 1 && !draining) {\n runTimeout(drainQueue);\n }\n};\n\n// v8 likes predictible objects\nfunction Item(fun, array) {\n this.fun = fun;\n this.array = array;\n}\nItem.prototype.run = function () {\n this.fun.apply(null, this.array);\n};\nprocess.title = 'browser';\nprocess.browser = true;\nprocess.env = {};\nprocess.argv = [];\nprocess.version = ''; // empty string to avoid regexp issues\nprocess.versions = {};\n\nfunction noop() {}\n\nprocess.on = noop;\nprocess.addListener = noop;\nprocess.once = noop;\nprocess.off = noop;\nprocess.removeListener = noop;\nprocess.removeAllListeners = noop;\nprocess.emit = noop;\nprocess.prependListener = noop;\nprocess.prependOnceListener = noop;\n\nprocess.listeners = function (name) { return [] }\n\nprocess.binding = function (name) {\n throw new Error('process.binding is not supported');\n};\n\nprocess.cwd = function () { return '/' };\nprocess.chdir = function (dir) {\n throw new Error('process.chdir is not supported');\n};\nprocess.umask = function() { return 0; };\n","var DESCRIPTORS = require('../internals/descriptors');\nvar propertyIsEnumerableModule = require('../internals/object-property-is-enumerable');\nvar createPropertyDescriptor = require('../internals/create-property-descriptor');\nvar toIndexedObject = require('../internals/to-indexed-object');\nvar toPrimitive = require('../internals/to-primitive');\nvar has = require('../internals/has');\nvar IE8_DOM_DEFINE = require('../internals/ie8-dom-define');\n\nvar nativeGetOwnPropertyDescriptor = Object.getOwnPropertyDescriptor;\n\n// `Object.getOwnPropertyDescriptor` method\n// https://tc39.github.io/ecma262/#sec-object.getownpropertydescriptor\nexports.f = DESCRIPTORS ? nativeGetOwnPropertyDescriptor : function getOwnPropertyDescriptor(O, P) {\n O = toIndexedObject(O);\n P = toPrimitive(P, true);\n if (IE8_DOM_DEFINE) try {\n return nativeGetOwnPropertyDescriptor(O, P);\n } catch (error) { /* empty */ }\n if (has(O, P)) return createPropertyDescriptor(!propertyIsEnumerableModule.f.call(O, P), O[P]);\n};\n","var fails = require('../internals/fails');\nvar classof = require('../internals/classof-raw');\n\nvar split = ''.split;\n\n// fallback for non-array-like ES3 and non-enumerable old V8 strings\nmodule.exports = fails(function () {\n // throws an error in rhino, see https://github.com/mozilla/rhino/issues/346\n // eslint-disable-next-line no-prototype-builtins\n return !Object('z').propertyIsEnumerable(0);\n}) ? function (it) {\n return classof(it) == 'String' ? split.call(it, '') : Object(it);\n} : Object;\n","var DESCRIPTORS = require('../internals/descriptors');\nvar fails = require('../internals/fails');\nvar createElement = require('../internals/document-create-element');\n\n// Thank's IE8 for his funny defineProperty\nmodule.exports = !DESCRIPTORS && !fails(function () {\n return Object.defineProperty(createElement('div'), 'a', {\n get: function () { return 7; }\n }).a != 7;\n});\n","var global = require('../internals/global');\nvar isObject = require('../internals/is-object');\n\nvar document = global.document;\n// typeof document.createElement is 'object' in old IE\nvar EXISTS = isObject(document) && isObject(document.createElement);\n\nmodule.exports = function (it) {\n return EXISTS ? document.createElement(it) : {};\n};\n","var store = require('../internals/shared-store');\n\nvar functionToString = Function.toString;\n\n// this helper broken in `3.4.1-3.4.4`, so we can't use `shared` helper\nif (typeof store.inspectSource != 'function') {\n store.inspectSource = function (it) {\n return functionToString.call(it);\n };\n}\n\nmodule.exports = store.inspectSource;\n","var global = require('../internals/global');\nvar setGlobal = require('../internals/set-global');\n\nvar SHARED = '__core-js_shared__';\nvar store = global[SHARED] || setGlobal(SHARED, {});\n\nmodule.exports = store;\n","var IS_PURE = require('../internals/is-pure');\nvar store = require('../internals/shared-store');\n\n(module.exports = function (key, value) {\n return store[key] || (store[key] = value !== undefined ? value : {});\n})('versions', []).push({\n version: '3.6.4',\n mode: IS_PURE ? 'pure' : 'global',\n copyright: '© 2020 Denis Pushkarev (zloirock.ru)'\n});\n","var has = require('../internals/has');\nvar toIndexedObject = require('../internals/to-indexed-object');\nvar indexOf = require('../internals/array-includes').indexOf;\nvar hiddenKeys = require('../internals/hidden-keys');\n\nmodule.exports = function (object, names) {\n var O = toIndexedObject(object);\n var i = 0;\n var result = [];\n var key;\n for (key in O) !has(hiddenKeys, key) && has(O, key) && result.push(key);\n // Don't enum bug & hidden keys\n while (names.length > i) if (has(O, key = names[i++])) {\n ~indexOf(result, key) || result.push(key);\n }\n return result;\n};\n","var fails = require('../internals/fails');\n\nvar replacement = /#|\\.prototype\\./;\n\nvar isForced = function (feature, detection) {\n var value = data[normalize(feature)];\n return value == POLYFILL ? true\n : value == NATIVE ? false\n : typeof detection == 'function' ? fails(detection)\n : !!detection;\n};\n\nvar normalize = isForced.normalize = function (string) {\n return String(string).replace(replacement, '.').toLowerCase();\n};\n\nvar data = isForced.data = {};\nvar NATIVE = isForced.NATIVE = 'N';\nvar POLYFILL = isForced.POLYFILL = 'P';\n\nmodule.exports = isForced;\n","var classof = require('../internals/classof-raw');\n\n// `IsArray` abstract operation\n// https://tc39.github.io/ecma262/#sec-isarray\nmodule.exports = Array.isArray || function isArray(arg) {\n return classof(arg) == 'Array';\n};\n","var isObject = require('../internals/is-object');\nvar isArray = require('../internals/is-array');\nvar wellKnownSymbol = require('../internals/well-known-symbol');\n\nvar SPECIES = wellKnownSymbol('species');\n\n// `ArraySpeciesCreate` abstract operation\n// https://tc39.github.io/ecma262/#sec-arrayspeciescreate\nmodule.exports = function (originalArray, length) {\n var C;\n if (isArray(originalArray)) {\n C = originalArray.constructor;\n // cross-realm fallback\n if (typeof C == 'function' && (C === Array || isArray(C.prototype))) C = undefined;\n else if (isObject(C)) {\n C = C[SPECIES];\n if (C === null) C = undefined;\n }\n } return new (C === undefined ? Array : C)(length === 0 ? 0 : length);\n};\n","var fails = require('../internals/fails');\n\nmodule.exports = !!Object.getOwnPropertySymbols && !fails(function () {\n // Chrome 38 Symbol has incorrect toString conversion\n // eslint-disable-next-line no-undef\n return !String(Symbol());\n});\n","var fails = require('../internals/fails');\nvar wellKnownSymbol = require('../internals/well-known-symbol');\nvar V8_VERSION = require('../internals/engine-v8-version');\n\nvar SPECIES = wellKnownSymbol('species');\n\nmodule.exports = function (METHOD_NAME) {\n // We can't use this feature detection in V8 since it causes\n // deoptimization and serious performance degradation\n // https://github.com/zloirock/core-js/issues/677\n return V8_VERSION >= 51 || !fails(function () {\n var array = [];\n var constructor = array.constructor = {};\n constructor[SPECIES] = function () {\n return { foo: 1 };\n };\n return array[METHOD_NAME](Boolean).foo !== 1;\n });\n};\n","var global = require('../internals/global');\nvar userAgent = require('../internals/engine-user-agent');\n\nvar process = global.process;\nvar versions = process && process.versions;\nvar v8 = versions && versions.v8;\nvar match, version;\n\nif (v8) {\n match = v8.split('.');\n version = match[0] + match[1];\n} else if (userAgent) {\n match = userAgent.match(/Edge\\/(\\d+)/);\n if (!match || match[1] >= 74) {\n match = userAgent.match(/Chrome\\/(\\d+)/);\n if (match) version = match[1];\n }\n}\n\nmodule.exports = version && +version;\n","var bind = require('../internals/function-bind-context');\nvar IndexedObject = require('../internals/indexed-object');\nvar toObject = require('../internals/to-object');\nvar toLength = require('../internals/to-length');\nvar arraySpeciesCreate = require('../internals/array-species-create');\n\nvar push = [].push;\n\n// `Array.prototype.{ forEach, map, filter, some, every, find, findIndex }` methods implementation\nvar createMethod = function (TYPE) {\n var IS_MAP = TYPE == 1;\n var IS_FILTER = TYPE == 2;\n var IS_SOME = TYPE == 3;\n var IS_EVERY = TYPE == 4;\n var IS_FIND_INDEX = TYPE == 6;\n var NO_HOLES = TYPE == 5 || IS_FIND_INDEX;\n return function ($this, callbackfn, that, specificCreate) {\n var O = toObject($this);\n var self = IndexedObject(O);\n var boundFunction = bind(callbackfn, that, 3);\n var length = toLength(self.length);\n var index = 0;\n var create = specificCreate || arraySpeciesCreate;\n var target = IS_MAP ? create($this, length) : IS_FILTER ? create($this, 0) : undefined;\n var value, result;\n for (;length > index; index++) if (NO_HOLES || index in self) {\n value = self[index];\n result = boundFunction(value, index, O);\n if (TYPE) {\n if (IS_MAP) target[index] = result; // map\n else if (result) switch (TYPE) {\n case 3: return true; // some\n case 5: return value; // find\n case 6: return index; // findIndex\n case 2: push.call(target, value); // filter\n } else if (IS_EVERY) return false; // every\n }\n }\n return IS_FIND_INDEX ? -1 : IS_SOME || IS_EVERY ? IS_EVERY : target;\n };\n};\n\nmodule.exports = {\n // `Array.prototype.forEach` method\n // https://tc39.github.io/ecma262/#sec-array.prototype.foreach\n forEach: createMethod(0),\n // `Array.prototype.map` method\n // https://tc39.github.io/ecma262/#sec-array.prototype.map\n map: createMethod(1),\n // `Array.prototype.filter` method\n // https://tc39.github.io/ecma262/#sec-array.prototype.filter\n filter: createMethod(2),\n // `Array.prototype.some` method\n // https://tc39.github.io/ecma262/#sec-array.prototype.some\n some: createMethod(3),\n // `Array.prototype.every` method\n // https://tc39.github.io/ecma262/#sec-array.prototype.every\n every: createMethod(4),\n // `Array.prototype.find` method\n // https://tc39.github.io/ecma262/#sec-array.prototype.find\n find: createMethod(5),\n // `Array.prototype.findIndex` method\n // https://tc39.github.io/ecma262/#sec-array.prototype.findIndex\n findIndex: createMethod(6)\n};\n","var DESCRIPTORS = require('../internals/descriptors');\nvar fails = require('../internals/fails');\nvar has = require('../internals/has');\n\nvar defineProperty = Object.defineProperty;\nvar cache = {};\n\nvar thrower = function (it) { throw it; };\n\nmodule.exports = function (METHOD_NAME, options) {\n if (has(cache, METHOD_NAME)) return cache[METHOD_NAME];\n if (!options) options = {};\n var method = [][METHOD_NAME];\n var ACCESSORS = has(options, 'ACCESSORS') ? options.ACCESSORS : false;\n var argument0 = has(options, 0) ? options[0] : thrower;\n var argument1 = has(options, 1) ? options[1] : undefined;\n\n return cache[METHOD_NAME] = !!method && !fails(function () {\n if (ACCESSORS && !DESCRIPTORS) return true;\n var O = { length: -1 };\n\n if (ACCESSORS) defineProperty(O, 1, { enumerable: true, get: thrower });\n else O[1] = 1;\n\n method.call(O, argument0, argument1);\n });\n};\n","'use strict';\nvar $forEach = require('../internals/array-iteration').forEach;\nvar arrayMethodIsStrict = require('../internals/array-method-is-strict');\nvar arrayMethodUsesToLength = require('../internals/array-method-uses-to-length');\n\nvar STRICT_METHOD = arrayMethodIsStrict('forEach');\nvar USES_TO_LENGTH = arrayMethodUsesToLength('forEach');\n\n// `Array.prototype.forEach` method implementation\n// https://tc39.github.io/ecma262/#sec-array.prototype.foreach\nmodule.exports = (!STRICT_METHOD || !USES_TO_LENGTH) ? function forEach(callbackfn /* , thisArg */) {\n return $forEach(this, callbackfn, arguments.length > 1 ? arguments[1] : undefined);\n} : [].forEach;\n","'use strict';\nvar toIndexedObject = require('../internals/to-indexed-object');\nvar addToUnscopables = require('../internals/add-to-unscopables');\nvar Iterators = require('../internals/iterators');\nvar InternalStateModule = require('../internals/internal-state');\nvar defineIterator = require('../internals/define-iterator');\n\nvar ARRAY_ITERATOR = 'Array Iterator';\nvar setInternalState = InternalStateModule.set;\nvar getInternalState = InternalStateModule.getterFor(ARRAY_ITERATOR);\n\n// `Array.prototype.entries` method\n// https://tc39.github.io/ecma262/#sec-array.prototype.entries\n// `Array.prototype.keys` method\n// https://tc39.github.io/ecma262/#sec-array.prototype.keys\n// `Array.prototype.values` method\n// https://tc39.github.io/ecma262/#sec-array.prototype.values\n// `Array.prototype[@@iterator]` method\n// https://tc39.github.io/ecma262/#sec-array.prototype-@@iterator\n// `CreateArrayIterator` internal method\n// https://tc39.github.io/ecma262/#sec-createarrayiterator\nmodule.exports = defineIterator(Array, 'Array', function (iterated, kind) {\n setInternalState(this, {\n type: ARRAY_ITERATOR,\n target: toIndexedObject(iterated), // target\n index: 0, // next index\n kind: kind // kind\n });\n// `%ArrayIteratorPrototype%.next` method\n// https://tc39.github.io/ecma262/#sec-%arrayiteratorprototype%.next\n}, function () {\n var state = getInternalState(this);\n var target = state.target;\n var kind = state.kind;\n var index = state.index++;\n if (!target || index >= target.length) {\n state.target = undefined;\n return { value: undefined, done: true };\n }\n if (kind == 'keys') return { value: index, done: false };\n if (kind == 'values') return { value: target[index], done: false };\n return { value: [index, target[index]], done: false };\n}, 'values');\n\n// argumentsList[@@iterator] is %ArrayProto_values%\n// https://tc39.github.io/ecma262/#sec-createunmappedargumentsobject\n// https://tc39.github.io/ecma262/#sec-createmappedargumentsobject\nIterators.Arguments = Iterators.Array;\n\n// https://tc39.github.io/ecma262/#sec-array.prototype-@@unscopables\naddToUnscopables('keys');\naddToUnscopables('values');\naddToUnscopables('entries');\n","'use strict';\nvar getPrototypeOf = require('../internals/object-get-prototype-of');\nvar createNonEnumerableProperty = require('../internals/create-non-enumerable-property');\nvar has = require('../internals/has');\nvar wellKnownSymbol = require('../internals/well-known-symbol');\nvar IS_PURE = require('../internals/is-pure');\n\nvar ITERATOR = wellKnownSymbol('iterator');\nvar BUGGY_SAFARI_ITERATORS = false;\n\nvar returnThis = function () { return this; };\n\n// `%IteratorPrototype%` object\n// https://tc39.github.io/ecma262/#sec-%iteratorprototype%-object\nvar IteratorPrototype, PrototypeOfArrayIteratorPrototype, arrayIterator;\n\nif ([].keys) {\n arrayIterator = [].keys();\n // Safari 8 has buggy iterators w/o `next`\n if (!('next' in arrayIterator)) BUGGY_SAFARI_ITERATORS = true;\n else {\n PrototypeOfArrayIteratorPrototype = getPrototypeOf(getPrototypeOf(arrayIterator));\n if (PrototypeOfArrayIteratorPrototype !== Object.prototype) IteratorPrototype = PrototypeOfArrayIteratorPrototype;\n }\n}\n\nif (IteratorPrototype == undefined) IteratorPrototype = {};\n\n// 25.1.2.1.1 %IteratorPrototype%[@@iterator]()\nif (!IS_PURE && !has(IteratorPrototype, ITERATOR)) {\n createNonEnumerableProperty(IteratorPrototype, ITERATOR, returnThis);\n}\n\nmodule.exports = {\n IteratorPrototype: IteratorPrototype,\n BUGGY_SAFARI_ITERATORS: BUGGY_SAFARI_ITERATORS\n};\n","var has = require('../internals/has');\nvar toObject = require('../internals/to-object');\nvar sharedKey = require('../internals/shared-key');\nvar CORRECT_PROTOTYPE_GETTER = require('../internals/correct-prototype-getter');\n\nvar IE_PROTO = sharedKey('IE_PROTO');\nvar ObjectPrototype = Object.prototype;\n\n// `Object.getPrototypeOf` method\n// https://tc39.github.io/ecma262/#sec-object.getprototypeof\nmodule.exports = CORRECT_PROTOTYPE_GETTER ? Object.getPrototypeOf : function (O) {\n O = toObject(O);\n if (has(O, IE_PROTO)) return O[IE_PROTO];\n if (typeof O.constructor == 'function' && O instanceof O.constructor) {\n return O.constructor.prototype;\n } return O instanceof Object ? ObjectPrototype : null;\n};\n","var anObject = require('../internals/an-object');\nvar aPossiblePrototype = require('../internals/a-possible-prototype');\n\n// `Object.setPrototypeOf` method\n// https://tc39.github.io/ecma262/#sec-object.setprototypeof\n// Works with __proto__ only. Old v8 can't work with null proto objects.\n/* eslint-disable no-proto */\nmodule.exports = Object.setPrototypeOf || ('__proto__' in {} ? function () {\n var CORRECT_SETTER = false;\n var test = {};\n var setter;\n try {\n setter = Object.getOwnPropertyDescriptor(Object.prototype, '__proto__').set;\n setter.call(test, []);\n CORRECT_SETTER = test instanceof Array;\n } catch (error) { /* empty */ }\n return function setPrototypeOf(O, proto) {\n anObject(O);\n aPossiblePrototype(proto);\n if (CORRECT_SETTER) setter.call(O, proto);\n else O.__proto__ = proto;\n return O;\n };\n}() : undefined);\n","var hiddenKeys = require('../internals/hidden-keys');\nvar isObject = require('../internals/is-object');\nvar has = require('../internals/has');\nvar defineProperty = require('../internals/object-define-property').f;\nvar uid = require('../internals/uid');\nvar FREEZING = require('../internals/freezing');\n\nvar METADATA = uid('meta');\nvar id = 0;\n\nvar isExtensible = Object.isExtensible || function () {\n return true;\n};\n\nvar setMetadata = function (it) {\n defineProperty(it, METADATA, { value: {\n objectID: 'O' + ++id, // object ID\n weakData: {} // weak collections IDs\n } });\n};\n\nvar fastKey = function (it, create) {\n // return a primitive with prefix\n if (!isObject(it)) return typeof it == 'symbol' ? it : (typeof it == 'string' ? 'S' : 'P') + it;\n if (!has(it, METADATA)) {\n // can't set metadata to uncaught frozen object\n if (!isExtensible(it)) return 'F';\n // not necessary to add metadata\n if (!create) return 'E';\n // add missing metadata\n setMetadata(it);\n // return object ID\n } return it[METADATA].objectID;\n};\n\nvar getWeakData = function (it, create) {\n if (!has(it, METADATA)) {\n // can't set metadata to uncaught frozen object\n if (!isExtensible(it)) return true;\n // not necessary to add metadata\n if (!create) return false;\n // add missing metadata\n setMetadata(it);\n // return the store of weak collections IDs\n } return it[METADATA].weakData;\n};\n\n// add metadata on freeze-family methods calling\nvar onFreeze = function (it) {\n if (FREEZING && meta.REQUIRED && isExtensible(it) && !has(it, METADATA)) setMetadata(it);\n return it;\n};\n\nvar meta = module.exports = {\n REQUIRED: false,\n fastKey: fastKey,\n getWeakData: getWeakData,\n onFreeze: onFreeze\n};\n\nhiddenKeys[METADATA] = true;\n","var anObject = require('../internals/an-object');\nvar isArrayIteratorMethod = require('../internals/is-array-iterator-method');\nvar toLength = require('../internals/to-length');\nvar bind = require('../internals/function-bind-context');\nvar getIteratorMethod = require('../internals/get-iterator-method');\nvar callWithSafeIterationClosing = require('../internals/call-with-safe-iteration-closing');\n\nvar Result = function (stopped, result) {\n this.stopped = stopped;\n this.result = result;\n};\n\nvar iterate = module.exports = function (iterable, fn, that, AS_ENTRIES, IS_ITERATOR) {\n var boundFunction = bind(fn, that, AS_ENTRIES ? 2 : 1);\n var iterator, iterFn, index, length, result, next, step;\n\n if (IS_ITERATOR) {\n iterator = iterable;\n } else {\n iterFn = getIteratorMethod(iterable);\n if (typeof iterFn != 'function') throw TypeError('Target is not iterable');\n // optimisation for array iterators\n if (isArrayIteratorMethod(iterFn)) {\n for (index = 0, length = toLength(iterable.length); length > index; index++) {\n result = AS_ENTRIES\n ? boundFunction(anObject(step = iterable[index])[0], step[1])\n : boundFunction(iterable[index]);\n if (result && result instanceof Result) return result;\n } return new Result(false);\n }\n iterator = iterFn.call(iterable);\n }\n\n next = iterator.next;\n while (!(step = next.call(iterator)).done) {\n result = callWithSafeIterationClosing(iterator, boundFunction, step.value, AS_ENTRIES);\n if (typeof result == 'object' && result && result instanceof Result) return result;\n } return new Result(false);\n};\n\niterate.stop = function (result) {\n return new Result(true, result);\n};\n","var TO_STRING_TAG_SUPPORT = require('../internals/to-string-tag-support');\nvar classofRaw = require('../internals/classof-raw');\nvar wellKnownSymbol = require('../internals/well-known-symbol');\n\nvar TO_STRING_TAG = wellKnownSymbol('toStringTag');\n// ES3 wrong here\nvar CORRECT_ARGUMENTS = classofRaw(function () { return arguments; }()) == 'Arguments';\n\n// fallback for IE11 Script Access Denied error\nvar tryGet = function (it, key) {\n try {\n return it[key];\n } catch (error) { /* empty */ }\n};\n\n// getting tag from ES6+ `Object.prototype.toString`\nmodule.exports = TO_STRING_TAG_SUPPORT ? classofRaw : function (it) {\n var O, tag, result;\n return it === undefined ? 'Undefined' : it === null ? 'Null'\n // @@toStringTag case\n : typeof (tag = tryGet(O = Object(it), TO_STRING_TAG)) == 'string' ? tag\n // builtinTag case\n : CORRECT_ARGUMENTS ? classofRaw(O)\n // ES3 arguments fallback\n : (result = classofRaw(O)) == 'Object' && typeof O.callee == 'function' ? 'Arguments' : result;\n};\n","module.exports = function (it, Constructor, name) {\n if (!(it instanceof Constructor)) {\n throw TypeError('Incorrect ' + (name ? name + ' ' : '') + 'invocation');\n } return it;\n};\n","// iterable DOM collections\n// flag - `iterable` interface - 'entries', 'keys', 'values', 'forEach' methods\nmodule.exports = {\n CSSRuleList: 0,\n CSSStyleDeclaration: 0,\n CSSValueList: 0,\n ClientRectList: 0,\n DOMRectList: 0,\n DOMStringList: 0,\n DOMTokenList: 1,\n DataTransferItemList: 0,\n FileList: 0,\n HTMLAllCollection: 0,\n HTMLCollection: 0,\n HTMLFormElement: 0,\n HTMLSelectElement: 0,\n MediaList: 0,\n MimeTypeArray: 0,\n NamedNodeMap: 0,\n NodeList: 1,\n PaintRequestList: 0,\n Plugin: 0,\n PluginArray: 0,\n SVGLengthList: 0,\n SVGNumberList: 0,\n SVGPathSegList: 0,\n SVGPointList: 0,\n SVGStringList: 0,\n SVGTransformList: 0,\n SourceBufferList: 0,\n StyleSheetList: 0,\n TextTrackCueList: 0,\n TextTrackList: 0,\n TouchList: 0\n};\n","// toObject with fallback for non-array-like ES3 strings\nvar IndexedObject = require('../internals/indexed-object');\nvar requireObjectCoercible = require('../internals/require-object-coercible');\n\nmodule.exports = function (it) {\n return IndexedObject(requireObjectCoercible(it));\n};\n","var fails = require('../internals/fails');\nvar classof = require('../internals/classof-raw');\n\nvar split = ''.split;\n\n// fallback for non-array-like ES3 and non-enumerable old V8 strings\nmodule.exports = fails(function () {\n // throws an error in rhino, see https://github.com/mozilla/rhino/issues/346\n // eslint-disable-next-line no-prototype-builtins\n return !Object('z').propertyIsEnumerable(0);\n}) ? function (it) {\n return classof(it) == 'String' ? split.call(it, '') : Object(it);\n} : Object;\n","var toString = {}.toString;\n\nmodule.exports = function (it) {\n return toString.call(it).slice(8, -1);\n};\n","var ceil = Math.ceil;\nvar floor = Math.floor;\n\n// `ToInteger` abstract operation\n// https://tc39.github.io/ecma262/#sec-tointeger\nmodule.exports = function (argument) {\n return isNaN(argument = +argument) ? 0 : (argument > 0 ? floor : ceil)(argument);\n};\n","var requireObjectCoercible = require('../internals/require-object-coercible');\n\n// `ToObject` abstract operation\n// https://tc39.github.io/ecma262/#sec-toobject\nmodule.exports = function (argument) {\n return Object(requireObjectCoercible(argument));\n};\n","'use strict';\nvar regexpFlags = require('./regexp-flags');\nvar stickyHelpers = require('./regexp-sticky-helpers');\n\nvar nativeExec = RegExp.prototype.exec;\n// This always refers to the native implementation, because the\n// String#replace polyfill uses ./fix-regexp-well-known-symbol-logic.js,\n// which loads this file before patching the method.\nvar nativeReplace = String.prototype.replace;\n\nvar patchedExec = nativeExec;\n\nvar UPDATES_LAST_INDEX_WRONG = (function () {\n var re1 = /a/;\n var re2 = /b*/g;\n nativeExec.call(re1, 'a');\n nativeExec.call(re2, 'a');\n return re1.lastIndex !== 0 || re2.lastIndex !== 0;\n})();\n\nvar UNSUPPORTED_Y = stickyHelpers.UNSUPPORTED_Y || stickyHelpers.BROKEN_CARET;\n\n// nonparticipating capturing group, copied from es5-shim's String#split patch.\nvar NPCG_INCLUDED = /()??/.exec('')[1] !== undefined;\n\nvar PATCH = UPDATES_LAST_INDEX_WRONG || NPCG_INCLUDED || UNSUPPORTED_Y;\n\nif (PATCH) {\n patchedExec = function exec(str) {\n var re = this;\n var lastIndex, reCopy, match, i;\n var sticky = UNSUPPORTED_Y && re.sticky;\n var flags = regexpFlags.call(re);\n var source = re.source;\n var charsAdded = 0;\n var strCopy = str;\n\n if (sticky) {\n flags = flags.replace('y', '');\n if (flags.indexOf('g') === -1) {\n flags += 'g';\n }\n\n strCopy = String(str).slice(re.lastIndex);\n // Support anchored sticky behavior.\n if (re.lastIndex > 0 && (!re.multiline || re.multiline && str[re.lastIndex - 1] !== '\\n')) {\n source = '(?: ' + source + ')';\n strCopy = ' ' + strCopy;\n charsAdded++;\n }\n // ^(? + rx + ) is needed, in combination with some str slicing, to\n // simulate the 'y' flag.\n reCopy = new RegExp('^(?:' + source + ')', flags);\n }\n\n if (NPCG_INCLUDED) {\n reCopy = new RegExp('^' + source + '$(?!\\\\s)', flags);\n }\n if (UPDATES_LAST_INDEX_WRONG) lastIndex = re.lastIndex;\n\n match = nativeExec.call(sticky ? reCopy : re, strCopy);\n\n if (sticky) {\n if (match) {\n match.input = match.input.slice(charsAdded);\n match[0] = match[0].slice(charsAdded);\n match.index = re.lastIndex;\n re.lastIndex += match[0].length;\n } else re.lastIndex = 0;\n } else if (UPDATES_LAST_INDEX_WRONG && match) {\n re.lastIndex = re.global ? match.index + match[0].length : lastIndex;\n }\n if (NPCG_INCLUDED && match && match.length > 1) {\n // Fix browsers whose `exec` methods don't consistently return `undefined`\n // for NPCG, like IE8. NOTE: This doesn' work for /(.?)?/\n nativeReplace.call(match[0], reCopy, function () {\n for (i = 1; i < arguments.length - 2; i++) {\n if (arguments[i] === undefined) match[i] = undefined;\n }\n });\n }\n\n return match;\n };\n}\n\nmodule.exports = patchedExec;\n","var path = require('../internals/path');\nvar has = require('../internals/has');\nvar wrappedWellKnownSymbolModule = require('../internals/well-known-symbol-wrapped');\nvar defineProperty = require('../internals/object-define-property').f;\n\nmodule.exports = function (NAME) {\n var Symbol = path.Symbol || (path.Symbol = {});\n if (!has(Symbol, NAME)) defineProperty(Symbol, NAME, {\n value: wrappedWellKnownSymbolModule.f(NAME)\n });\n};\n","module.exports = function (it) {\n if (typeof it != 'function') {\n throw TypeError(String(it) + ' is not a function');\n } return it;\n};\n","var DESCRIPTORS = require('../internals/descriptors');\nvar fails = require('../internals/fails');\nvar has = require('../internals/has');\n\nvar defineProperty = Object.defineProperty;\nvar cache = {};\n\nvar thrower = function (it) { throw it; };\n\nmodule.exports = function (METHOD_NAME, options) {\n if (has(cache, METHOD_NAME)) return cache[METHOD_NAME];\n if (!options) options = {};\n var method = [][METHOD_NAME];\n var ACCESSORS = has(options, 'ACCESSORS') ? options.ACCESSORS : false;\n var argument0 = has(options, 0) ? options[0] : thrower;\n var argument1 = has(options, 1) ? options[1] : undefined;\n\n return cache[METHOD_NAME] = !!method && !fails(function () {\n if (ACCESSORS && !DESCRIPTORS) return true;\n var O = { length: -1 };\n\n if (ACCESSORS) defineProperty(O, 1, { enumerable: true, get: thrower });\n else O[1] = 1;\n\n method.call(O, argument0, argument1);\n });\n};\n","/*!\n * escape-html\n * Copyright(c) 2012-2013 TJ Holowaychuk\n * Copyright(c) 2015 Andreas Lubbe\n * Copyright(c) 2015 Tiancheng \"Timothy\" Gu\n * MIT Licensed\n */\n\n'use strict';\n\n/**\n * Module variables.\n * @private\n */\n\nvar matchHtmlRegExp = /[\"'&<>]/;\n\n/**\n * Module exports.\n * @public\n */\n\nmodule.exports = escapeHtml;\n\n/**\n * Escape special characters in the given string of html.\n *\n * @param {string} string The string to escape for inserting into HTML\n * @return {string}\n * @public\n */\n\nfunction escapeHtml(string) {\n var str = '' + string;\n var match = matchHtmlRegExp.exec(str);\n\n if (!match) {\n return str;\n }\n\n var escape;\n var html = '';\n var index = 0;\n var lastIndex = 0;\n\n for (index = match.index; index < str.length; index++) {\n switch (str.charCodeAt(index)) {\n case 34: // \"\n escape = '&quot;';\n break;\n case 38: // &\n escape = '&amp;';\n break;\n case 39: // '\n escape = '&#39;';\n break;\n case 60: // <\n escape = '&lt;';\n break;\n case 62: // >\n escape = '&gt;';\n break;\n default:\n continue;\n }\n\n if (lastIndex !== index) {\n html += str.substring(lastIndex, index);\n }\n\n lastIndex = index + 1;\n html += escape;\n }\n\n return lastIndex !== index\n ? html + str.substring(lastIndex, index)\n : html;\n}\n","// toObject with fallback for non-array-like ES3 strings\nvar IndexedObject = require('../internals/indexed-object');\nvar requireObjectCoercible = require('../internals/require-object-coercible');\n\nmodule.exports = function (it) {\n return IndexedObject(requireObjectCoercible(it));\n};\n","var requireObjectCoercible = require('../internals/require-object-coercible');\n\nvar quot = /\"/g;\n\n// B.2.3.2.1 CreateHTML(string, tag, attribute, value)\n// https://tc39.github.io/ecma262/#sec-createhtml\nmodule.exports = function (string, tag, attribute, value) {\n var S = String(requireObjectCoercible(string));\n var p1 = '<' + tag;\n if (attribute !== '') p1 += ' ' + attribute + '=\"' + String(value).replace(quot, '&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","'use strict';\n\nexports.__esModule = true;\n// istanbul ignore next\n\nfunction _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { 'default': obj }; }\n\n// istanbul ignore next\n\nfunction _interopRequireWildcard(obj) { if (obj && obj.__esModule) { return obj; } else { var newObj = {}; if (obj != null) { for (var key in obj) { if (Object.prototype.hasOwnProperty.call(obj, key)) newObj[key] = obj[key]; } } newObj['default'] = obj; return newObj; } }\n\nvar _handlebarsBase = require('./handlebars/base');\n\nvar base = _interopRequireWildcard(_handlebarsBase);\n\n// Each of these augment the Handlebars object. No need to setup here.\n// (This is done to easily share code between commonjs and browse envs)\n\nvar _handlebarsSafeString = require('./handlebars/safe-string');\n\nvar _handlebarsSafeString2 = _interopRequireDefault(_handlebarsSafeString);\n\nvar _handlebarsException = require('./handlebars/exception');\n\nvar _handlebarsException2 = _interopRequireDefault(_handlebarsException);\n\nvar _handlebarsUtils = require('./handlebars/utils');\n\nvar Utils = _interopRequireWildcard(_handlebarsUtils);\n\nvar _handlebarsRuntime = require('./handlebars/runtime');\n\nvar runtime = _interopRequireWildcard(_handlebarsRuntime);\n\nvar _handlebarsNoConflict = require('./handlebars/no-conflict');\n\nvar _handlebarsNoConflict2 = _interopRequireDefault(_handlebarsNoConflict);\n\n// For compatibility and usage outside of module systems, make the Handlebars object a namespace\nfunction create() {\n var hb = new base.HandlebarsEnvironment();\n\n Utils.extend(hb, base);\n hb.SafeString = _handlebarsSafeString2['default'];\n hb.Exception = _handlebarsException2['default'];\n hb.Utils = Utils;\n hb.escapeExpression = Utils.escapeExpression;\n\n hb.VM = runtime;\n hb.template = function (spec) {\n return runtime.template(spec, hb);\n };\n\n return hb;\n}\n\nvar inst = create();\ninst.create = create;\n\n_handlebarsNoConflict2['default'](inst);\n\ninst['default'] = inst;\n\nexports['default'] = inst;\nmodule.exports = exports['default'];\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uL2xpYi9oYW5kbGViYXJzLnJ1bnRpbWUuanMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6Ijs7Ozs7Ozs7Ozs7OEJBQXNCLG1CQUFtQjs7SUFBN0IsSUFBSTs7Ozs7b0NBSU8sMEJBQTBCOzs7O21DQUMzQix3QkFBd0I7Ozs7K0JBQ3ZCLG9CQUFvQjs7SUFBL0IsS0FBSzs7aUNBQ1Esc0JBQXNCOztJQUFuQyxPQUFPOztvQ0FFSSwwQkFBMEI7Ozs7O0FBR2pELFNBQVMsTUFBTSxHQUFHO0FBQ2hCLE1BQUksRUFBRSxHQUFHLElBQUksSUFBSSxDQUFDLHFCQUFxQixFQUFFLENBQUM7O0FBRTFDLE9BQUssQ0FBQyxNQUFNLENBQUMsRUFBRSxFQUFFLElBQUksQ0FBQyxDQUFDO0FBQ3ZCLElBQUUsQ0FBQyxVQUFVLG9DQUFhLENBQUM7QUFDM0IsSUFBRSxDQUFDLFNBQVMsbUNBQVksQ0FBQztBQUN6QixJQUFFLENBQUMsS0FBSyxHQUFHLEtBQUssQ0FBQztBQUNqQixJQUFFLENBQUMsZ0JBQWdCLEdBQUcsS0FBSyxDQUFDLGdCQUFnQixDQUFDOztBQUU3QyxJQUFFLENBQUMsRUFBRSxHQUFHLE9BQU8sQ0FBQztBQUNoQixJQUFFLENBQUMsUUFBUSxHQUFHLFVBQVMsSUFBSSxFQUFFO0FBQzNCLFdBQU8sT0FBTyxDQUFDLFFBQVEsQ0FBQyxJQUFJLEVBQUUsRUFBRSxDQUFDLENBQUM7R0FDbkMsQ0FBQzs7QUFFRixTQUFPLEVBQUUsQ0FBQztDQUNYOztBQUVELElBQUksSUFBSSxHQUFHLE1BQU0sRUFBRSxDQUFDO0FBQ3BCLElBQUksQ0FBQyxNQUFNLEdBQUcsTUFBTSxDQUFDOztBQUVyQixrQ0FBVyxJQUFJLENBQUMsQ0FBQzs7QUFFakIsSUFBSSxDQUFDLFNBQVMsQ0FBQyxHQUFHLElBQUksQ0FBQzs7cUJBRVIsSUFBSSIsImZpbGUiOiJoYW5kbGViYXJzLnJ1bnRpbWUuanMiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgKiBhcyBiYXNlIGZyb20gJy4vaGFuZGxlYmFycy9iYXNlJztcblxuLy8gRWFjaCBvZiB0aGVzZSBhdWdtZW50IHRoZSBIYW5kbGViYXJzIG9iamVjdC4gTm8gbmVlZCB0byBzZXR1cCBoZXJlLlxuLy8gKFRoaXMgaXMgZG9uZSB0byBlYXNpbHkgc2hhcmUgY29kZSBiZXR3ZWVuIGNvbW1vbmpzIGFuZCBicm93c2UgZW52cylcbmltcG9ydCBTYWZlU3RyaW5nIGZyb20gJy4vaGFuZGxlYmFycy9zYWZlLXN0cmluZyc7XG5pbXBvcnQgRXhjZXB0aW9uIGZyb20gJy4vaGFuZGxlYmFycy9leGNlcHRpb24nO1xuaW1wb3J0ICogYXMgVXRpbHMgZnJvbSAnLi9oYW5kbGViYXJzL3V0aWxzJztcbmltcG9ydCAqIGFzIHJ1bnRpbWUgZnJvbSAnLi9oYW5kbGViYXJzL3J1bnRpbWUnO1xuXG5pbXBvcnQgbm9Db25mbGljdCBmcm9tICcuL2hhbmRsZWJhcnMvbm8tY29uZmxpY3QnO1xuXG4vLyBGb3IgY29tcGF0aWJpbGl0eSBhbmQgdXNhZ2Ugb3V0c2lkZSBvZiBtb2R1bGUgc3lzdGVtcywgbWFrZSB0aGUgSGFuZGxlYmFycyBvYmplY3QgYSBuYW1lc3BhY2VcbmZ1bmN0aW9uIGNyZWF0ZSgpIHtcbiAgbGV0IGhiID0gbmV3IGJhc2UuSGFuZGxlYmFyc0Vudmlyb25tZW50KCk7XG5cbiAgVXRpbHMuZXh0ZW5kKGhiLCBiYXNlKTtcbiAgaGIuU2FmZVN0cmluZyA9IFNhZmVTdHJpbmc7XG4gIGhiLkV4Y2VwdGlvbiA9IEV4Y2VwdGlvbjtcbiAgaGIuVXRpbHMgPSBVdGlscztcbiAgaGIuZXNjYXBlRXhwcmVzc2lvbiA9IFV0aWxzLmVzY2FwZUV4cHJlc3Npb247XG5cbiAgaGIuVk0gPSBydW50aW1lO1xuICBoYi50ZW1wbGF0ZSA9IGZ1bmN0aW9uKHNwZWMpIHtcbiAgICByZXR1cm4gcnVudGltZS50ZW1wbGF0ZShzcGVjLCBoYik7XG4gIH07XG5cbiAgcmV0dXJuIGhiO1xufVxuXG5sZXQgaW5zdCA9IGNyZWF0ZSgpO1xuaW5zdC5jcmVhdGUgPSBjcmVhdGU7XG5cbm5vQ29uZmxpY3QoaW5zdCk7XG5cbmluc3RbJ2RlZmF1bHQnXSA9IGluc3Q7XG5cbmV4cG9ydCBkZWZhdWx0IGluc3Q7XG4iXX0=\n","var toString = {}.toString;\n\nmodule.exports = function (it) {\n return toString.call(it).slice(8, -1);\n};\n","var path = require('../internals/path');\nvar global = require('../internals/global');\n\nvar aFunction = function (variable) {\n return typeof variable == 'function' ? variable : undefined;\n};\n\nmodule.exports = function (namespace, method) {\n return arguments.length < 2 ? aFunction(path[namespace]) || aFunction(global[namespace])\n : path[namespace] && path[namespace][method] || global[namespace] && global[namespace][method];\n};\n","var ceil = Math.ceil;\nvar floor = Math.floor;\n\n// `ToInteger` abstract operation\n// https://tc39.github.io/ecma262/#sec-tointeger\nmodule.exports = function (argument) {\n return isNaN(argument = +argument) ? 0 : (argument > 0 ? floor : ceil)(argument);\n};\n","module.exports = function (bitmap, value) {\n return {\n enumerable: !(bitmap & 1),\n configurable: !(bitmap & 2),\n writable: !(bitmap & 4),\n value: value\n };\n};\n","// toObject with fallback for non-array-like ES3 strings\nvar IndexedObject = require('../internals/indexed-object');\nvar requireObjectCoercible = require('../internals/require-object-coercible');\n\nmodule.exports = function (it) {\n return IndexedObject(requireObjectCoercible(it));\n};\n","var isObject = require('../internals/is-object');\n\n// `ToPrimitive` abstract operation\n// https://tc39.github.io/ecma262/#sec-toprimitive\n// instead of the ES6 spec version, we didn't implement @@toPrimitive case\n// and the second argument - flag - preferred type is a string\nmodule.exports = function (input, PREFERRED_STRING) {\n if (!isObject(input)) return input;\n var fn, val;\n if (PREFERRED_STRING && typeof (fn = input.toString) == 'function' && !isObject(val = fn.call(input))) return val;\n if (typeof (fn = input.valueOf) == 'function' && !isObject(val = fn.call(input))) return val;\n if (!PREFERRED_STRING && typeof (fn = input.toString) == 'function' && !isObject(val = fn.call(input))) return val;\n throw TypeError(\"Can't convert object to primitive value\");\n};\n","var DESCRIPTORS = require('../internals/descriptors');\nvar IE8_DOM_DEFINE = require('../internals/ie8-dom-define');\nvar anObject = require('../internals/an-object');\nvar toPrimitive = require('../internals/to-primitive');\n\nvar nativeDefineProperty = Object.defineProperty;\n\n// `Object.defineProperty` method\n// https://tc39.github.io/ecma262/#sec-object.defineproperty\nexports.f = DESCRIPTORS ? nativeDefineProperty : function defineProperty(O, P, Attributes) {\n anObject(O);\n P = toPrimitive(P, true);\n anObject(Attributes);\n if (IE8_DOM_DEFINE) try {\n return nativeDefineProperty(O, P, Attributes);\n } catch (error) { /* empty */ }\n if ('get' in Attributes || 'set' in Attributes) throw TypeError('Accessors not supported');\n if ('value' in Attributes) O[P] = Attributes.value;\n return O;\n};\n","var global = require('../internals/global');\nvar createNonEnumerableProperty = require('../internals/create-non-enumerable-property');\n\nmodule.exports = function (key, value) {\n try {\n createNonEnumerableProperty(global, key, value);\n } catch (error) {\n global[key] = value;\n } return value;\n};\n","var global = require('../internals/global');\nvar shared = require('../internals/shared');\nvar has = require('../internals/has');\nvar uid = require('../internals/uid');\nvar NATIVE_SYMBOL = require('../internals/native-symbol');\nvar USE_SYMBOL_AS_UID = require('../internals/use-symbol-as-uid');\n\nvar WellKnownSymbolsStore = shared('wks');\nvar Symbol = global.Symbol;\nvar createWellKnownSymbol = USE_SYMBOL_AS_UID ? Symbol : Symbol && Symbol.withoutSetter || uid;\n\nmodule.exports = function (name) {\n if (!has(WellKnownSymbolsStore, name)) {\n if (NATIVE_SYMBOL && has(Symbol, name)) WellKnownSymbolsStore[name] = Symbol[name];\n else WellKnownSymbolsStore[name] = createWellKnownSymbol('Symbol.' + name);\n } return WellKnownSymbolsStore[name];\n};\n","module.exports = function (bitmap, value) {\n return {\n enumerable: !(bitmap & 1),\n configurable: !(bitmap & 2),\n writable: !(bitmap & 4),\n value: value\n };\n};\n","var isObject = require('../internals/is-object');\n\n// `ToPrimitive` abstract operation\n// https://tc39.github.io/ecma262/#sec-toprimitive\n// instead of the ES6 spec version, we didn't implement @@toPrimitive case\n// and the second argument - flag - preferred type is a string\nmodule.exports = function (input, PREFERRED_STRING) {\n if (!isObject(input)) return input;\n var fn, val;\n if (PREFERRED_STRING && typeof (fn = input.toString) == 'function' && !isObject(val = fn.call(input))) return val;\n if (typeof (fn = input.valueOf) == 'function' && !isObject(val = fn.call(input))) return val;\n if (!PREFERRED_STRING && typeof (fn = input.toString) == 'function' && !isObject(val = fn.call(input))) return val;\n throw TypeError(\"Can't convert object to primitive value\");\n};\n","var DESCRIPTORS = require('../internals/descriptors');\nvar IE8_DOM_DEFINE = require('../internals/ie8-dom-define');\nvar anObject = require('../internals/an-object');\nvar toPrimitive = require('../internals/to-primitive');\n\nvar nativeDefineProperty = Object.defineProperty;\n\n// `Object.defineProperty` method\n// https://tc39.github.io/ecma262/#sec-object.defineproperty\nexports.f = DESCRIPTORS ? nativeDefineProperty : function defineProperty(O, P, Attributes) {\n anObject(O);\n P = toPrimitive(P, true);\n anObject(Attributes);\n if (IE8_DOM_DEFINE) try {\n return nativeDefineProperty(O, P, Attributes);\n } catch (error) { /* empty */ }\n if ('get' in Attributes || 'set' in Attributes) throw TypeError('Accessors not supported');\n if ('value' in Attributes) O[P] = Attributes.value;\n return O;\n};\n","var global = require('../internals/global');\nvar createNonEnumerableProperty = require('../internals/create-non-enumerable-property');\n\nmodule.exports = function (key, value) {\n try {\n createNonEnumerableProperty(global, key, value);\n } catch (error) {\n global[key] = value;\n } return value;\n};\n","var fails = require('../internals/fails');\nvar wellKnownSymbol = require('../internals/well-known-symbol');\nvar V8_VERSION = require('../internals/engine-v8-version');\n\nvar SPECIES = wellKnownSymbol('species');\n\nmodule.exports = function (METHOD_NAME) {\n // We can't use this feature detection in V8 since it causes\n // deoptimization and serious performance degradation\n // https://github.com/zloirock/core-js/issues/677\n return V8_VERSION >= 51 || !fails(function () {\n var array = [];\n var constructor = array.constructor = {};\n constructor[SPECIES] = function () {\n return { foo: 1 };\n };\n return array[METHOD_NAME](Boolean).foo !== 1;\n });\n};\n","module.exports = function (it) {\n if (typeof it != 'function') {\n throw TypeError(String(it) + ' is not a function');\n } return it;\n};\n","var DESCRIPTORS = require('../internals/descriptors');\nvar fails = require('../internals/fails');\nvar has = require('../internals/has');\n\nvar defineProperty = Object.defineProperty;\nvar cache = {};\n\nvar thrower = function (it) { throw it; };\n\nmodule.exports = function (METHOD_NAME, options) {\n if (has(cache, METHOD_NAME)) return cache[METHOD_NAME];\n if (!options) options = {};\n var method = [][METHOD_NAME];\n var ACCESSORS = has(options, 'ACCESSORS') ? options.ACCESSORS : false;\n var argument0 = has(options, 0) ? options[0] : thrower;\n var argument1 = has(options, 1) ? options[1] : undefined;\n\n return cache[METHOD_NAME] = !!method && !fails(function () {\n if (ACCESSORS && !DESCRIPTORS) return true;\n var O = { length: -1 };\n\n if (ACCESSORS) defineProperty(O, 1, { enumerable: true, get: thrower });\n else O[1] = 1;\n\n method.call(O, argument0, argument1);\n });\n};\n","var DESCRIPTORS = require('../internals/descriptors');\nvar propertyIsEnumerableModule = require('../internals/object-property-is-enumerable');\nvar createPropertyDescriptor = require('../internals/create-property-descriptor');\nvar toIndexedObject = require('../internals/to-indexed-object');\nvar toPrimitive = require('../internals/to-primitive');\nvar has = require('../internals/has');\nvar IE8_DOM_DEFINE = require('../internals/ie8-dom-define');\n\nvar nativeGetOwnPropertyDescriptor = Object.getOwnPropertyDescriptor;\n\n// `Object.getOwnPropertyDescriptor` method\n// https://tc39.github.io/ecma262/#sec-object.getownpropertydescriptor\nexports.f = DESCRIPTORS ? nativeGetOwnPropertyDescriptor : function getOwnPropertyDescriptor(O, P) {\n O = toIndexedObject(O);\n P = toPrimitive(P, true);\n if (IE8_DOM_DEFINE) try {\n return nativeGetOwnPropertyDescriptor(O, P);\n } catch (error) { /* empty */ }\n if (has(O, P)) return createPropertyDescriptor(!propertyIsEnumerableModule.f.call(O, P), O[P]);\n};\n","'use strict';\nvar nativePropertyIsEnumerable = {}.propertyIsEnumerable;\nvar getOwnPropertyDescriptor = Object.getOwnPropertyDescriptor;\n\n// Nashorn ~ JDK8 bug\nvar NASHORN_BUG = getOwnPropertyDescriptor && !nativePropertyIsEnumerable.call({ 1: 2 }, 1);\n\n// `Object.prototype.propertyIsEnumerable` method implementation\n// https://tc39.github.io/ecma262/#sec-object.prototype.propertyisenumerable\nexports.f = NASHORN_BUG ? function propertyIsEnumerable(V) {\n var descriptor = getOwnPropertyDescriptor(this, V);\n return !!descriptor && descriptor.enumerable;\n} : nativePropertyIsEnumerable;\n","module.exports = function (bitmap, value) {\n return {\n enumerable: !(bitmap & 1),\n configurable: !(bitmap & 2),\n writable: !(bitmap & 4),\n value: value\n };\n};\n","var fails = require('../internals/fails');\nvar classof = require('../internals/classof-raw');\n\nvar split = ''.split;\n\n// fallback for non-array-like ES3 and non-enumerable old V8 strings\nmodule.exports = fails(function () {\n // throws an error in rhino, see https://github.com/mozilla/rhino/issues/346\n // eslint-disable-next-line no-prototype-builtins\n return !Object('z').propertyIsEnumerable(0);\n}) ? function (it) {\n return classof(it) == 'String' ? split.call(it, '') : Object(it);\n} : Object;\n","var isObject = require('../internals/is-object');\n\n// `ToPrimitive` abstract operation\n// https://tc39.github.io/ecma262/#sec-toprimitive\n// instead of the ES6 spec version, we didn't implement @@toPrimitive case\n// and the second argument - flag - preferred type is a string\nmodule.exports = function (input, PREFERRED_STRING) {\n if (!isObject(input)) return input;\n var fn, val;\n if (PREFERRED_STRING && typeof (fn = input.toString) == 'function' && !isObject(val = fn.call(input))) return val;\n if (typeof (fn = input.valueOf) == 'function' && !isObject(val = fn.call(input))) return val;\n if (!PREFERRED_STRING && typeof (fn = input.toString) == 'function' && !isObject(val = fn.call(input))) return val;\n throw TypeError(\"Can't convert object to primitive value\");\n};\n","var DESCRIPTORS = require('../internals/descriptors');\nvar fails = require('../internals/fails');\nvar createElement = require('../internals/document-create-element');\n\n// Thank's IE8 for his funny defineProperty\nmodule.exports = !DESCRIPTORS && !fails(function () {\n return Object.defineProperty(createElement('div'), 'a', {\n get: function () { return 7; }\n }).a != 7;\n});\n","var DESCRIPTORS = require('../internals/descriptors');\nvar IE8_DOM_DEFINE = require('../internals/ie8-dom-define');\nvar anObject = require('../internals/an-object');\nvar toPrimitive = require('../internals/to-primitive');\n\nvar nativeDefineProperty = Object.defineProperty;\n\n// `Object.defineProperty` method\n// https://tc39.github.io/ecma262/#sec-object.defineproperty\nexports.f = DESCRIPTORS ? nativeDefineProperty : function defineProperty(O, P, Attributes) {\n anObject(O);\n P = toPrimitive(P, true);\n anObject(Attributes);\n if (IE8_DOM_DEFINE) try {\n return nativeDefineProperty(O, P, Attributes);\n } catch (error) { /* empty */ }\n if ('get' in Attributes || 'set' in Attributes) throw TypeError('Accessors not supported');\n if ('value' in Attributes) O[P] = Attributes.value;\n return O;\n};\n","var store = require('../internals/shared-store');\n\nvar functionToString = Function.toString;\n\n// this helper broken in `3.4.1-3.4.4`, so we can't use `shared` helper\nif (typeof store.inspectSource != 'function') {\n store.inspectSource = function (it) {\n return functionToString.call(it);\n };\n}\n\nmodule.exports = store.inspectSource;\n","var global = require('../internals/global');\nvar setGlobal = require('../internals/set-global');\n\nvar SHARED = '__core-js_shared__';\nvar store = global[SHARED] || setGlobal(SHARED, {});\n\nmodule.exports = store;\n","var IS_PURE = require('../internals/is-pure');\nvar store = require('../internals/shared-store');\n\n(module.exports = function (key, value) {\n return store[key] || (store[key] = value !== undefined ? value : {});\n})('versions', []).push({\n version: '3.6.4',\n mode: IS_PURE ? 'pure' : 'global',\n copyright: '© 2020 Denis Pushkarev (zloirock.ru)'\n});\n","var id = 0;\nvar postfix = Math.random();\n\nmodule.exports = function (key) {\n return 'Symbol(' + String(key === undefined ? '' : key) + ')_' + (++id + postfix).toString(36);\n};\n","module.exports = {};\n","var has = require('../internals/has');\nvar toIndexedObject = require('../internals/to-indexed-object');\nvar indexOf = require('../internals/array-includes').indexOf;\nvar hiddenKeys = require('../internals/hidden-keys');\n\nmodule.exports = function (object, names) {\n var O = toIndexedObject(object);\n var i = 0;\n var result = [];\n var key;\n for (key in O) !has(hiddenKeys, key) && has(O, key) && result.push(key);\n // Don't enum bug & hidden keys\n while (names.length > i) if (has(O, key = names[i++])) {\n ~indexOf(result, key) || result.push(key);\n }\n return result;\n};\n","var toIndexedObject = require('../internals/to-indexed-object');\nvar toLength = require('../internals/to-length');\nvar toAbsoluteIndex = require('../internals/to-absolute-index');\n\n// `Array.prototype.{ indexOf, includes }` methods implementation\nvar createMethod = function (IS_INCLUDES) {\n return function ($this, el, fromIndex) {\n var O = toIndexedObject($this);\n var length = toLength(O.length);\n var index = toAbsoluteIndex(fromIndex, length);\n var value;\n // Array#includes uses SameValueZero equality algorithm\n // eslint-disable-next-line no-self-compare\n if (IS_INCLUDES && el != el) while (length > index) {\n value = O[index++];\n // eslint-disable-next-line no-self-compare\n if (value != value) return true;\n // Array#indexOf ignores holes, Array#includes - not\n } else for (;length > index; index++) {\n if ((IS_INCLUDES || index in O) && O[index] === el) return IS_INCLUDES || index || 0;\n } return !IS_INCLUDES && -1;\n };\n};\n\nmodule.exports = {\n // `Array.prototype.includes` method\n // https://tc39.github.io/ecma262/#sec-array.prototype.includes\n includes: createMethod(true),\n // `Array.prototype.indexOf` method\n // https://tc39.github.io/ecma262/#sec-array.prototype.indexof\n indexOf: createMethod(false)\n};\n","var toInteger = require('../internals/to-integer');\n\nvar min = Math.min;\n\n// `ToLength` abstract operation\n// https://tc39.github.io/ecma262/#sec-tolength\nmodule.exports = function (argument) {\n return argument > 0 ? min(toInteger(argument), 0x1FFFFFFFFFFFFF) : 0; // 2 ** 53 - 1 == 9007199254740991\n};\n","// IE8- don't enum bug keys\nmodule.exports = [\n 'constructor',\n 'hasOwnProperty',\n 'isPrototypeOf',\n 'propertyIsEnumerable',\n 'toLocaleString',\n 'toString',\n 'valueOf'\n];\n","exports.f = Object.getOwnPropertySymbols;\n","var requireObjectCoercible = require('../internals/require-object-coercible');\n\n// `ToObject` abstract operation\n// https://tc39.github.io/ecma262/#sec-toobject\nmodule.exports = function (argument) {\n return Object(requireObjectCoercible(argument));\n};\n","var fails = require('../internals/fails');\n\nmodule.exports = !!Object.getOwnPropertySymbols && !fails(function () {\n // Chrome 38 Symbol has incorrect toString conversion\n // eslint-disable-next-line no-undef\n return !String(Symbol());\n});\n","'use strict';\nvar $ = require('../internals/export');\nvar exec = require('../internals/regexp-exec');\n\n$({ target: 'RegExp', proto: true, forced: /./.exec !== exec }, {\n exec: exec\n});\n","'use strict';\nvar anObject = require('../internals/an-object');\n\n// `RegExp.prototype.flags` getter implementation\n// https://tc39.github.io/ecma262/#sec-get-regexp.prototype.flags\nmodule.exports = function () {\n var that = anObject(this);\n var result = '';\n if (that.global) result += 'g';\n if (that.ignoreCase) result += 'i';\n if (that.multiline) result += 'm';\n if (that.dotAll) result += 's';\n if (that.unicode) result += 'u';\n if (that.sticky) result += 'y';\n return result;\n};\n","var isObject = require('../internals/is-object');\n\n// `ToPrimitive` abstract operation\n// https://tc39.github.io/ecma262/#sec-toprimitive\n// instead of the ES6 spec version, we didn't implement @@toPrimitive case\n// and the second argument - flag - preferred type is a string\nmodule.exports = function (input, PREFERRED_STRING) {\n if (!isObject(input)) return input;\n var fn, val;\n if (PREFERRED_STRING && typeof (fn = input.toString) == 'function' && !isObject(val = fn.call(input))) return val;\n if (typeof (fn = input.valueOf) == 'function' && !isObject(val = fn.call(input))) return val;\n if (!PREFERRED_STRING && typeof (fn = input.toString) == 'function' && !isObject(val = fn.call(input))) return val;\n throw TypeError(\"Can't convert object to primitive value\");\n};\n","module.exports = false;\n","var has = require('../internals/has');\nvar toObject = require('../internals/to-object');\nvar sharedKey = require('../internals/shared-key');\nvar CORRECT_PROTOTYPE_GETTER = require('../internals/correct-prototype-getter');\n\nvar IE_PROTO = sharedKey('IE_PROTO');\nvar ObjectPrototype = Object.prototype;\n\n// `Object.getPrototypeOf` method\n// https://tc39.github.io/ecma262/#sec-object.getprototypeof\nmodule.exports = CORRECT_PROTOTYPE_GETTER ? Object.getPrototypeOf : function (O) {\n O = toObject(O);\n if (has(O, IE_PROTO)) return O[IE_PROTO];\n if (typeof O.constructor == 'function' && O instanceof O.constructor) {\n return O.constructor.prototype;\n } return O instanceof Object ? ObjectPrototype : null;\n};\n","/**\n * @copyright 2019 Christoph Wurst <christoph@winzerhof-wurst.at>\n *\n * @author 2019 Christoph Wurst <christoph@winzerhof-wurst.at>\n *\n * @license GNU AGPL version 3 or any later version\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see <http://www.gnu.org/licenses/>.\n */\n\n/**\n * Parses a URL query string into a JS map\n * @param {string} queryString query string in the format param1=1234&param2=abcde&param3=xyz\n * @returns {Object.<string, string>} map containing key/values matching the URL parameters\n */\nexport const parse = queryString => {\n\tlet pos\n\tlet components\n\tconst result = {}\n\tlet key\n\tif (!queryString) {\n\t\treturn null\n\t}\n\tpos = queryString.indexOf('?')\n\tif (pos >= 0) {\n\t\tqueryString = queryString.substr(pos + 1)\n\t}\n\tconst parts = queryString.replace(/\\+/g, '%20').split('&')\n\tfor (let i = 0; i < parts.length; i++) {\n\t\t// split on first equal sign\n\t\tconst part = parts[i]\n\t\tpos = part.indexOf('=')\n\t\tif (pos >= 0) {\n\t\t\tcomponents = [\n\t\t\t\tpart.substr(0, pos),\n\t\t\t\tpart.substr(pos + 1),\n\t\t\t]\n\t\t} else {\n\t\t\t// key only\n\t\t\tcomponents = [part]\n\t\t}\n\t\tif (!components.length) {\n\t\t\tcontinue\n\t\t}\n\t\tkey = decodeURIComponent(components[0])\n\t\tif (!key) {\n\t\t\tcontinue\n\t\t}\n\t\t// if equal sign was there, return string\n\t\tif (components.length > 1) {\n\t\t\tresult[key] = decodeURIComponent(components[1])\n\t\t} else {\n\t\t\t// no equal sign => null value\n\t\t\tresult[key] = null\n\t\t}\n\t}\n\treturn result\n}\n\n/**\n * Builds a URL query from a JS map.\n * @param {Object.<string, string>} params map containing key/values matching the URL parameters\n * @returns {string} String containing a URL query (without question) mark\n */\nexport const build = params => {\n\tif (!params) {\n\t\treturn ''\n\t}\n\treturn $.map(params, function(value, key) {\n\t\tlet s = encodeURIComponent(key)\n\t\tif (value !== null && typeof (value) !== 'undefined') {\n\t\t\ts += '=' + encodeURIComponent(value)\n\t\t}\n\t\treturn s\n\t}).join('&')\n}\n","var defineProperty = require('../internals/object-define-property').f;\nvar has = require('../internals/has');\nvar wellKnownSymbol = require('../internals/well-known-symbol');\n\nvar TO_STRING_TAG = wellKnownSymbol('toStringTag');\n\nmodule.exports = function (it, TAG, STATIC) {\n if (it && !has(it = STATIC ? it : it.prototype, TO_STRING_TAG)) {\n defineProperty(it, TO_STRING_TAG, { configurable: true, value: TAG });\n }\n};\n","/**\n * ownCloud - core\n *\n * This file is licensed under the Affero General Public License version 3 or\n * later. See the COPYING file.\n *\n * @author Bernhard Posselt <dev@bernhard-posselt.com>\n * @copyright Bernhard Posselt 2014\n */\n\nimport $ from 'jquery'\n\nlet dynamicSlideToggleEnabled = false\n\nconst Apps = {\n\tenableDynamicSlideToggle: function() {\n\t\tdynamicSlideToggleEnabled = true\n\t},\n}\n\n/**\n * Shows the #app-sidebar and add .with-app-sidebar to subsequent siblings\n *\n * @param {Object} [$el] sidebar element to show, defaults to $('#app-sidebar')\n */\nApps.showAppSidebar = function($el) {\n\tconst $appSidebar = $el || $('#app-sidebar')\n\t$appSidebar.removeClass('disappear').show()\n\t$('#app-content').trigger(new $.Event('appresized'))\n}\n\n/**\n * Shows the #app-sidebar and removes .with-app-sidebar from subsequent\n * siblings\n *\n * @param {Object} [$el] sidebar element to hide, defaults to $('#app-sidebar')\n */\nApps.hideAppSidebar = function($el) {\n\tconst $appSidebar = $el || $('#app-sidebar')\n\t$appSidebar.hide().addClass('disappear')\n\t$('#app-content').trigger(new $.Event('appresized'))\n}\n\n/**\n * Provides a way to slide down a target area through a button and slide it\n * up if the user clicks somewhere else. Used for the news app settings and\n * add new field.\n *\n * Usage:\n * <button data-apps-slide-toggle=\".slide-area\">slide</button>\n * <div class=\".slide-area\" class=\"hidden\">I'm sliding up</div>\n */\nexport const registerAppsSlideToggle = () => {\n\tlet buttons = $('[data-apps-slide-toggle]')\n\n\tif (buttons.length === 0) {\n\t\t$('#app-navigation').addClass('without-app-settings')\n\t}\n\n\t$(document).click(function(event) {\n\n\t\tif (dynamicSlideToggleEnabled) {\n\t\t\tbuttons = $('[data-apps-slide-toggle]')\n\t\t}\n\n\t\tbuttons.each(function(index, button) {\n\n\t\t\tconst areaSelector = $(button).data('apps-slide-toggle')\n\t\t\tconst area = $(areaSelector)\n\n\t\t\tfunction hideArea() {\n\t\t\t\tarea.slideUp(OC.menuSpeed * 4, function() {\n\t\t\t\t\tarea.trigger(new $.Event('hide'))\n\t\t\t\t})\n\t\t\t\tarea.removeClass('opened')\n\t\t\t\t$(button).removeClass('opened')\n\t\t\t}\n\n\t\t\tfunction showArea() {\n\t\t\t\tarea.slideDown(OC.menuSpeed * 4, function() {\n\t\t\t\t\tarea.trigger(new $.Event('show'))\n\t\t\t\t})\n\t\t\t\tarea.addClass('opened')\n\t\t\t\t$(button).addClass('opened')\n\t\t\t\tconst input = $(areaSelector + ' [autofocus]')\n\t\t\t\tif (input.length === 1) {\n\t\t\t\t\tinput.focus()\n\t\t\t\t}\n\t\t\t}\n\n\t\t\t// do nothing if the area is animated\n\t\t\tif (!area.is(':animated')) {\n\n\t\t\t\t// button toggles the area\n\t\t\t\tif ($(button).is($(event.target).closest('[data-apps-slide-toggle]'))) {\n\t\t\t\t\tif (area.is(':visible')) {\n\t\t\t\t\t\thideArea()\n\t\t\t\t\t} else {\n\t\t\t\t\t\tshowArea()\n\t\t\t\t\t}\n\n\t\t\t\t\t// all other areas that have not been clicked but are open\n\t\t\t\t\t// should be slid up\n\t\t\t\t} else {\n\t\t\t\t\tconst closest = $(event.target).closest(areaSelector)\n\t\t\t\t\tif (area.is(':visible') && closest[0] !== area[0]) {\n\t\t\t\t\t\thideArea()\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t})\n\n\t})\n}\n\nexport default Apps\n","/*\n * vim: expandtab shiftwidth=4 softtabstop=4\n */\n\n/* global dav */\nif (typeof dav === 'undefined') { dav = {}; };\n\ndav._XML_CHAR_MAP = {\n '<': '&lt;',\n '>': '&gt;',\n '&': '&amp;',\n '\"': '&quot;',\n \"'\": '&apos;'\n};\n\ndav._escapeXml = function(s) {\n return s.replace(/[<>&\"']/g, function (ch) {\n return dav._XML_CHAR_MAP[ch];\n });\n};\n\ndav.Client = function(options) {\n var i;\n for(i in options) {\n this[i] = options[i];\n }\n\n};\n\ndav.Client.prototype = {\n\n baseUrl : null,\n\n userName : null,\n\n password : null,\n\n\n xmlNamespaces : {\n 'DAV:' : 'd'\n },\n\n /**\n * Generates a propFind request.\n *\n * @param {string} url Url to do the propfind request on\n * @param {Array} properties List of properties to retrieve.\n * @param {string} depth \"0\", \"1\" or \"infinity\"\n * @param {Object} [headers] headers\n * @return {Promise}\n */\n propFind : function(url, properties, depth, headers) {\n\n if(typeof depth === \"undefined\") {\n depth = '0';\n }\n\n // depth header must be a string, in case a number was passed in\n depth = '' + depth;\n\n headers = headers || {};\n\n headers['Depth'] = depth;\n headers['Content-Type'] = 'application/xml; charset=utf-8';\n\n var body =\n '<?xml version=\"1.0\"?>\\n' +\n '<d:propfind ';\n var namespace;\n for (namespace in this.xmlNamespaces) {\n body += ' xmlns:' + this.xmlNamespaces[namespace] + '=\"' + namespace + '\"';\n }\n body += '>\\n' +\n ' <d:prop>\\n';\n\n for(var ii in properties) {\n if (!properties.hasOwnProperty(ii)) {\n continue;\n }\n\n var property = this.parseClarkNotation(properties[ii]);\n if (this.xmlNamespaces[property.namespace]) {\n body+=' <' + this.xmlNamespaces[property.namespace] + ':' + property.name + ' />\\n';\n } else {\n body+=' <x:' + property.name + ' xmlns:x=\"' + property.namespace + '\" />\\n';\n }\n\n }\n body+=' </d:prop>\\n';\n body+='</d:propfind>';\n\n return this.request('PROPFIND', url, headers, body).then(\n function(result) {\n\n if (depth === '0') {\n return {\n status: result.status,\n body: result.body[0],\n xhr: result.xhr\n };\n } else {\n return {\n status: result.status,\n body: result.body,\n xhr: result.xhr\n };\n }\n\n }.bind(this)\n );\n\n },\n\n /**\n * Renders a \"d:set\" block for the given properties.\n *\n * @param {Object.<String,String>} properties\n * @return {String} XML \"<d:set>\" block\n */\n _renderPropSet: function(properties) {\n var body = ' <d:set>\\n' +\n ' <d:prop>\\n';\n\n for(var ii in properties) {\n if (!properties.hasOwnProperty(ii)) {\n continue;\n }\n\n var property = this.parseClarkNotation(ii);\n var propName;\n var propValue = properties[ii];\n if (this.xmlNamespaces[property.namespace]) {\n propName = this.xmlNamespaces[property.namespace] + ':' + property.name;\n } else {\n propName = 'x:' + property.name + ' xmlns:x=\"' + property.namespace + '\"';\n }\n\n // FIXME: hard-coded for now until we allow properties to\n // specify whether to be escaped or not\n if (propName !== 'd:resourcetype') {\n propValue = dav._escapeXml(propValue);\n }\n body += ' <' + propName + '>' + propValue + '</' + propName + '>\\n';\n }\n body +=' </d:prop>\\n';\n body +=' </d:set>\\n';\n return body;\n },\n\n /**\n * Generates a propPatch request.\n *\n * @param {string} url Url to do the proppatch request on\n * @param {Object.<String,String>} properties List of properties to store.\n * @param {Object} [headers] headers\n * @return {Promise}\n */\n propPatch : function(url, properties, headers) {\n headers = headers || {};\n\n headers['Content-Type'] = 'application/xml; charset=utf-8';\n\n var body =\n '<?xml version=\"1.0\"?>\\n' +\n '<d:propertyupdate ';\n var namespace;\n for (namespace in this.xmlNamespaces) {\n body += ' xmlns:' + this.xmlNamespaces[namespace] + '=\"' + namespace + '\"';\n }\n body += '>\\n' + this._renderPropSet(properties);\n body += '</d:propertyupdate>';\n\n return this.request('PROPPATCH', url, headers, body).then(\n function(result) {\n return {\n status: result.status,\n body: result.body,\n xhr: result.xhr\n };\n }.bind(this)\n );\n\n },\n\n /**\n * Generates a MKCOL request.\n * If attributes are given, it will use an extended MKCOL request.\n *\n * @param {string} url Url to do the proppatch request on\n * @param {Object.<String,String>} [properties] list of properties to store.\n * @param {Object} [headers] headers\n * @return {Promise}\n */\n mkcol : function(url, properties, headers) {\n var body = '';\n headers = headers || {};\n headers['Content-Type'] = 'application/xml; charset=utf-8';\n\n if (properties) {\n body =\n '<?xml version=\"1.0\"?>\\n' +\n '<d:mkcol';\n var namespace;\n for (namespace in this.xmlNamespaces) {\n body += ' xmlns:' + this.xmlNamespaces[namespace] + '=\"' + namespace + '\"';\n }\n body += '>\\n' + this._renderPropSet(properties);\n body +='</d:mkcol>';\n }\n\n return this.request('MKCOL', url, headers, body).then(\n function(result) {\n return {\n status: result.status,\n body: result.body,\n xhr: result.xhr\n };\n }.bind(this)\n );\n\n },\n\n /**\n * Performs a HTTP request, and returns a Promise\n *\n * @param {string} method HTTP method\n * @param {string} url Relative or absolute url\n * @param {Object} headers HTTP headers as an object.\n * @param {string} body HTTP request body.\n * @param {string} responseType HTTP request response type.\n * @param {Object} options\n * @param {Function} options.onProgress progress callback\n * @return {Promise}\n */\n request : function(method, url, headers, body, responseType, options) {\n\n var self = this;\n var xhr = this.xhrProvider();\n headers = headers || {};\n responseType = responseType || \"\";\n \n if (this.userName) {\n headers['Authorization'] = 'Basic ' + btoa(this.userName + ':' + this.password);\n // xhr.open(method, this.resolveUrl(url), true, this.userName, this.password);\n }\n xhr.open(method, this.resolveUrl(url), true);\n var ii;\n for(ii in headers) {\n xhr.setRequestHeader(ii, headers[ii]);\n }\n xhr.responseType = responseType;\n\n if (options && typeof(options.onProgress) === 'function') {\n if (method === 'PUT' || method === 'POST') {\n xhr.upload.addEventListener('progress', function (e) {\n options.onProgress(e)\n }, false)\n }\n else {\n xhr.addEventListener('progress', function (e) {\n options.onProgress(e)\n }, false)\n }\n }\n\n // Work around for edge\n if (body === undefined) {\n xhr.send();\n } else {\n xhr.send(body);\n }\n\n return new Promise(function(fulfill, reject) {\n\n xhr.onreadystatechange = function() {\n\n if (xhr.readyState !== 4) {\n return;\n }\n\n var resultBody = xhr.response;\n if (xhr.status === 207) {\n resultBody = self.parseMultiStatus(xhr.response);\n }\n\n fulfill({\n body: resultBody,\n status: xhr.status,\n xhr: xhr\n });\n\n };\n\n xhr.ontimeout = function() {\n\n reject(new Error('Timeout exceeded'));\n\n };\n\n });\n\n },\n\n /**\n * Returns an XMLHttpRequest object.\n *\n * This is in its own method, so it can be easily overridden.\n *\n * @return {XMLHttpRequest}\n */\n xhrProvider : function() {\n\n return new XMLHttpRequest();\n\n },\n\n /**\n * Parses a property node.\n *\n * Either returns a string if the node only contains text, or returns an\n * array of non-text subnodes.\n *\n * @param {Object} propNode node to parse\n * @return {string|Array} text content as string or array of subnodes, excluding text nodes\n */\n _parsePropNode: function(propNode) {\n var content = null;\n if (propNode.childNodes && propNode.childNodes.length > 0) {\n var subNodes = [];\n // filter out text nodes\n for (var j = 0; j < propNode.childNodes.length; j++) {\n var node = propNode.childNodes[j];\n if (node.nodeType === 1) {\n subNodes.push(node);\n }\n }\n if (subNodes.length) {\n content = subNodes;\n }\n }\n\n return content || propNode.textContent || propNode.text || '';\n },\n\n /**\n * Parses a multi-status response body.\n *\n * @param {string} xmlBody\n * @param {Array}\n */\n parseMultiStatus : function(xmlBody) {\n\n var parser = new DOMParser();\n var doc = parser.parseFromString(xmlBody, \"application/xml\");\n\n var resolver = function(foo) {\n var ii;\n for(ii in this.xmlNamespaces) {\n if (this.xmlNamespaces[ii] === foo) {\n return ii;\n }\n }\n }.bind(this);\n\n var responseIterator = doc.evaluate('/d:multistatus/d:response', doc, resolver, XPathResult.ANY_TYPE, null);\n\n var result = [];\n var responseNode = responseIterator.iterateNext();\n\n while(responseNode) {\n\n var response = {\n href : null,\n propStat : []\n };\n\n response.href = doc.evaluate('string(d:href)', responseNode, resolver, XPathResult.ANY_TYPE, null).stringValue;\n\n var propStatIterator = doc.evaluate('d:propstat', responseNode, resolver, XPathResult.ANY_TYPE, null);\n var propStatNode = propStatIterator.iterateNext();\n\n while(propStatNode) {\n var propStat = {\n status : doc.evaluate('string(d:status)', propStatNode, resolver, XPathResult.ANY_TYPE, null).stringValue,\n properties : {},\n };\n\n var propIterator = doc.evaluate('d:prop/*', propStatNode, resolver, XPathResult.ANY_TYPE, null);\n\n var propNode = propIterator.iterateNext();\n while(propNode) {\n var content = this._parsePropNode(propNode);\n propStat.properties['{' + propNode.namespaceURI + '}' + propNode.localName] = content;\n propNode = propIterator.iterateNext();\n\n }\n response.propStat.push(propStat);\n propStatNode = propStatIterator.iterateNext();\n\n\n }\n\n result.push(response);\n responseNode = responseIterator.iterateNext();\n\n }\n\n return result;\n\n },\n\n /**\n * Takes a relative url, and maps it to an absolute url, using the baseUrl\n *\n * @param {string} url\n * @return {string}\n */\n resolveUrl : function(url) {\n\n // Note: this is rudamentary.. not sure yet if it handles every case.\n if (/^https?:\\/\\//i.test(url)) {\n // absolute\n return url;\n }\n\n var baseParts = this.parseUrl(this.baseUrl);\n if (url.charAt('/')) {\n // Url starts with a slash\n return baseParts.root + url;\n }\n\n // Url does not start with a slash, we need grab the base url right up until the last slash.\n var newUrl = baseParts.root + '/';\n if (baseParts.path.lastIndexOf('/')!==-1) {\n newUrl = newUrl = baseParts.path.subString(0, baseParts.path.lastIndexOf('/')) + '/';\n }\n newUrl+=url;\n return url;\n\n },\n\n /**\n * Parses a url and returns its individual components.\n *\n * @param {String} url\n * @return {Object}\n */\n parseUrl : function(url) {\n\n var parts = url.match(/^(?:([A-Za-z]+):)?(\\/{0,3})([0-9.\\-A-Za-z]+)(?::(\\d+))?(?:\\/([^?#]*))?(?:\\?([^#]*))?(?:#(.*))?$/);\n var result = {\n url : parts[0],\n scheme : parts[1],\n host : parts[3],\n port : parts[4],\n path : parts[5],\n query : parts[6],\n fragment : parts[7],\n };\n result.root =\n result.scheme + '://' +\n result.host +\n (result.port ? ':' + result.port : '');\n\n return result;\n\n },\n\n parseClarkNotation : function(propertyName) {\n\n var result = propertyName.match(/^{([^}]+)}(.*)$/);\n if (!result) {\n return;\n }\n\n return {\n name : result[2],\n namespace : result[1]\n };\n\n }\n\n};\n\nif (typeof module !== 'undefined' && typeof module.exports !== 'undefined') {\n module.exports.Client = dav.Client;\n}\n\n\n/*** EXPORTS FROM exports-loader ***/\nmodule.exports = dav;","/**\n * @copyright 2019 Christoph Wurst <christoph@winzerhof-wurst.at>\n *\n * @author 2019 Christoph Wurst <christoph@winzerhof-wurst.at>\n *\n * @license GNU AGPL version 3 or any later version\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see <http://www.gnu.org/licenses/>.\n */\n\nimport _ from 'underscore'\nimport $ from 'jquery'\nimport moment from 'moment'\n\nimport OC from './index'\n\n/**\n * @namespace OC.PasswordConfirmation\n */\nexport default {\n\tcallback: null,\n\n\tpageLoadTime: null,\n\n\tinit: function() {\n\t\t$('.password-confirm-required').on('click', _.bind(this.requirePasswordConfirmation, this))\n\t\tthis.pageLoadTime = moment.now()\n\t},\n\n\trequiresPasswordConfirmation: function() {\n\t\tconst serverTimeDiff = this.pageLoadTime - (window.nc_pageLoad * 1000)\n\t\tconst timeSinceLogin = moment.now() - (serverTimeDiff + (window.nc_lastLogin * 1000))\n\n\t\t// if timeSinceLogin > 30 minutes and user backend allows password confirmation\n\t\treturn (window.backendAllowsPasswordConfirmation && timeSinceLogin > 30 * 60 * 1000)\n\t},\n\n\t/**\n\t * @param {Function} callback success callback function\n\t * @param {Object} options options\n\t * @param {Function} rejectCallback error callback function\n\t */\n\trequirePasswordConfirmation: function(callback, options, rejectCallback) {\n\t\toptions = typeof options !== 'undefined' ? options : {}\n\t\tconst defaults = {\n\t\t\ttitle: t('core', 'Authentication required'),\n\t\t\ttext: t(\n\t\t\t\t'core',\n\t\t\t\t'This action requires you to confirm your password'\n\t\t\t),\n\t\t\tconfirm: t('core', 'Confirm'),\n\t\t\tlabel: t('core', 'Password'),\n\t\t\terror: '',\n\t\t}\n\n\t\tconst config = _.extend(defaults, options)\n\n\t\tconst self = this\n\n\t\tif (this.requiresPasswordConfirmation()) {\n\t\t\tOC.dialogs.prompt(\n\t\t\t\tconfig.text,\n\t\t\t\tconfig.title,\n\t\t\t\tfunction(result, password) {\n\t\t\t\t\tif (result && password !== '') {\n\t\t\t\t\t\tself._confirmPassword(password, config)\n\t\t\t\t\t} else if (_.isFunction(rejectCallback)) {\n\t\t\t\t\t\trejectCallback()\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\ttrue,\n\t\t\t\tconfig.label,\n\t\t\t\ttrue\n\t\t\t).then(function() {\n\t\t\t\tconst $dialog = $('.oc-dialog:visible')\n\t\t\t\t$dialog.find('.ui-icon').remove()\n\t\t\t\t$dialog.addClass('password-confirmation')\n\t\t\t\tif (config.error !== '') {\n\t\t\t\t\tconst $error = $('<p></p>').addClass('msg warning').text(config.error)\n\t\t\t\t\t$dialog.find('.oc-dialog-content').append($error)\n\t\t\t\t}\n\t\t\t\t$dialog.find('.oc-dialog-buttonrow').addClass('aside')\n\n\t\t\t\tconst $buttons = $dialog.find('button')\n\t\t\t\t$buttons.eq(0).hide()\n\t\t\t\t$buttons.eq(1).text(config.confirm)\n\t\t\t})\n\t\t}\n\n\t\tthis.callback = callback\n\t},\n\n\t_confirmPassword: function(password, config) {\n\t\tconst self = this\n\n\t\t$.ajax({\n\t\t\turl: OC.generateUrl('/login/confirm'),\n\t\t\tdata: {\n\t\t\t\tpassword: password,\n\t\t\t},\n\t\t\ttype: 'POST',\n\t\t\tsuccess: function(response) {\n\t\t\t\twindow.nc_lastLogin = response.lastLogin\n\n\t\t\t\tif (_.isFunction(self.callback)) {\n\t\t\t\t\tself.callback()\n\t\t\t\t}\n\t\t\t},\n\t\t\terror: function() {\n\t\t\t\tconfig.error = t('core', 'Failed to authenticate, try again')\n\t\t\t\tOC.PasswordConfirmation.requirePasswordConfirmation(self.callback, config)\n\t\t\t},\n\t\t})\n\t},\n}\n","\"use strict\";\n\nObject.defineProperty(exports, \"__esModule\", {\n value: true\n});\nexports.ProxyBus = void 0;\n\nvar _semver = _interopRequireDefault(require(\"semver\"));\n\nfunction _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }\n\nfunction _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError(\"Cannot call a class as a function\"); } }\n\nfunction _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if (\"value\" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } }\n\nfunction _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); return Constructor; }\n\nfunction _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }\n\nvar packageJson = {\n name: \"@nextcloud/event-bus\",\n version: \"1.1.3\",\n description: \"\",\n main: \"dist/index.js\",\n types: \"dist/index.d.ts\",\n scripts: {\n build: \"babel ./lib --out-dir dist --extensions '.ts,.tsx' --source-maps && tsc --emitDeclarationOnly\",\n \"build:doc\": \"typedoc --excludeNotExported --mode file --out dist/doc lib/index.ts && touch dist/doc/.nojekyll\",\n \"check-types\": \"tsc\",\n dev: \"babel ./lib --out-dir dist --extensions '.ts,.tsx' --watch\",\n test: \"jest\",\n \"test:watch\": \"jest --watchAll\"\n },\n keywords: [\"nextcloud\"],\n homepage: \"https://github.com/nextcloud/nextcloud-event-bus#readme\",\n author: \"Christoph Wurst\",\n license: \"GPL-3.0-or-later\",\n repository: {\n type: \"git\",\n url: \"https://github.com/nextcloud/nextcloud-event-bus\"\n },\n dependencies: {\n \"@types/semver\": \"^6.2.1\",\n \"core-js\": \"^3.6.2\",\n semver: \"^6.3.0\"\n },\n devDependencies: {\n \"@babel/cli\": \"^7.6.0\",\n \"@babel/core\": \"^7.6.0\",\n \"@babel/plugin-proposal-class-properties\": \"^7.5.5\",\n \"@babel/preset-env\": \"^7.6.0\",\n \"@babel/preset-typescript\": \"^7.6.0\",\n \"@nextcloud/browserslist-config\": \"^1.0.0\",\n \"babel-jest\": \"^25.1.0\",\n \"babel-plugin-inline-json-import\": \"^0.3.2\",\n jest: \"^25.1.0\",\n typedoc: \"^0.16.7\",\n typescript: \"^3.6.3\"\n },\n browserslist: [\"extends @nextcloud/browserslist-config\"]\n};\n\nvar ProxyBus = /*#__PURE__*/function () {\n function ProxyBus(bus) {\n _classCallCheck(this, ProxyBus);\n\n _defineProperty(this, \"bus\", void 0);\n\n if (typeof bus.getVersion !== 'function' || !_semver.default.valid(bus.getVersion())) {\n console.warn('Proxying an event bus with an unknown or invalid version');\n } else if (_semver.default.major(bus.getVersion()) !== _semver.default.major(this.getVersion())) {\n console.warn('Proxying an event bus of version ' + bus.getVersion() + ' with ' + this.getVersion());\n }\n\n this.bus = bus;\n }\n\n _createClass(ProxyBus, [{\n key: \"getVersion\",\n value: function getVersion() {\n return packageJson.version;\n }\n }, {\n key: \"subscribe\",\n value: function subscribe(name, handler) {\n this.bus.subscribe(name, handler);\n }\n }, {\n key: \"unsubscribe\",\n value: function unsubscribe(name, handler) {\n this.bus.unsubscribe(name, handler);\n }\n }, {\n key: \"emit\",\n value: function emit(name, event) {\n this.bus.emit(name, event);\n }\n }]);\n\n return ProxyBus;\n}();\n\nexports.ProxyBus = ProxyBus;\n//# sourceMappingURL=ProxyBus.js.map","exports = module.exports = SemVer\n\nvar debug\n/* istanbul ignore next */\nif (typeof process === 'object' &&\n process.env &&\n process.env.NODE_DEBUG &&\n /\\bsemver\\b/i.test(process.env.NODE_DEBUG)) {\n debug = function () {\n var args = Array.prototype.slice.call(arguments, 0)\n args.unshift('SEMVER')\n console.log.apply(console, args)\n }\n} else {\n debug = function () {}\n}\n\n// Note: this is the semver.org version of the spec that it implements\n// Not necessarily the package version of this code.\nexports.SEMVER_SPEC_VERSION = '2.0.0'\n\nvar MAX_LENGTH = 256\nvar MAX_SAFE_INTEGER = Number.MAX_SAFE_INTEGER ||\n /* istanbul ignore next */ 9007199254740991\n\n// Max safe segment length for coercion.\nvar MAX_SAFE_COMPONENT_LENGTH = 16\n\n// The actual regexps go on exports.re\nvar re = exports.re = []\nvar src = exports.src = []\nvar t = exports.tokens = {}\nvar R = 0\n\nfunction tok (n) {\n t[n] = R++\n}\n\n// The following Regular Expressions can be used for tokenizing,\n// validating, and parsing SemVer version strings.\n\n// ## Numeric Identifier\n// A single `0`, or a non-zero digit followed by zero or more digits.\n\ntok('NUMERICIDENTIFIER')\nsrc[t.NUMERICIDENTIFIER] = '0|[1-9]\\\\d*'\ntok('NUMERICIDENTIFIERLOOSE')\nsrc[t.NUMERICIDENTIFIERLOOSE] = '[0-9]+'\n\n// ## Non-numeric Identifier\n// Zero or more digits, followed by a letter or hyphen, and then zero or\n// more letters, digits, or hyphens.\n\ntok('NONNUMERICIDENTIFIER')\nsrc[t.NONNUMERICIDENTIFIER] = '\\\\d*[a-zA-Z-][a-zA-Z0-9-]*'\n\n// ## Main Version\n// Three dot-separated numeric identifiers.\n\ntok('MAINVERSION')\nsrc[t.MAINVERSION] = '(' + src[t.NUMERICIDENTIFIER] + ')\\\\.' +\n '(' + src[t.NUMERICIDENTIFIER] + ')\\\\.' +\n '(' + src[t.NUMERICIDENTIFIER] + ')'\n\ntok('MAINVERSIONLOOSE')\nsrc[t.MAINVERSIONLOOSE] = '(' + src[t.NUMERICIDENTIFIERLOOSE] + ')\\\\.' +\n '(' + src[t.NUMERICIDENTIFIERLOOSE] + ')\\\\.' +\n '(' + src[t.NUMERICIDENTIFIERLOOSE] + ')'\n\n// ## Pre-release Version Identifier\n// A numeric identifier, or a non-numeric identifier.\n\ntok('PRERELEASEIDENTIFIER')\nsrc[t.PRERELEASEIDENTIFIER] = '(?:' + src[t.NUMERICIDENTIFIER] +\n '|' + src[t.NONNUMERICIDENTIFIER] + ')'\n\ntok('PRERELEASEIDENTIFIERLOOSE')\nsrc[t.PRERELEASEIDENTIFIERLOOSE] = '(?:' + src[t.NUMERICIDENTIFIERLOOSE] +\n '|' + src[t.NONNUMERICIDENTIFIER] + ')'\n\n// ## Pre-release Version\n// Hyphen, followed by one or more dot-separated pre-release version\n// identifiers.\n\ntok('PRERELEASE')\nsrc[t.PRERELEASE] = '(?:-(' + src[t.PRERELEASEIDENTIFIER] +\n '(?:\\\\.' + src[t.PRERELEASEIDENTIFIER] + ')*))'\n\ntok('PRERELEASELOOSE')\nsrc[t.PRERELEASELOOSE] = '(?:-?(' + src[t.PRERELEASEIDENTIFIERLOOSE] +\n '(?:\\\\.' + src[t.PRERELEASEIDENTIFIERLOOSE] + ')*))'\n\n// ## Build Metadata Identifier\n// Any combination of digits, letters, or hyphens.\n\ntok('BUILDIDENTIFIER')\nsrc[t.BUILDIDENTIFIER] = '[0-9A-Za-z-]+'\n\n// ## Build Metadata\n// Plus sign, followed by one or more period-separated build metadata\n// identifiers.\n\ntok('BUILD')\nsrc[t.BUILD] = '(?:\\\\+(' + src[t.BUILDIDENTIFIER] +\n '(?:\\\\.' + src[t.BUILDIDENTIFIER] + ')*))'\n\n// ## Full Version String\n// A main version, followed optionally by a pre-release version and\n// build metadata.\n\n// Note that the only major, minor, patch, and pre-release sections of\n// the version string are capturing groups. The build metadata is not a\n// capturing group, because it should not ever be used in version\n// comparison.\n\ntok('FULL')\ntok('FULLPLAIN')\nsrc[t.FULLPLAIN] = 'v?' + src[t.MAINVERSION] +\n src[t.PRERELEASE] + '?' +\n src[t.BUILD] + '?'\n\nsrc[t.FULL] = '^' + src[t.FULLPLAIN] + '$'\n\n// like full, but allows v1.2.3 and =1.2.3, which people do sometimes.\n// also, 1.0.0alpha1 (prerelease without the hyphen) which is pretty\n// common in the npm registry.\ntok('LOOSEPLAIN')\nsrc[t.LOOSEPLAIN] = '[v=\\\\s]*' + src[t.MAINVERSIONLOOSE] +\n src[t.PRERELEASELOOSE] + '?' +\n src[t.BUILD] + '?'\n\ntok('LOOSE')\nsrc[t.LOOSE] = '^' + src[t.LOOSEPLAIN] + '$'\n\ntok('GTLT')\nsrc[t.GTLT] = '((?:<|>)?=?)'\n\n// Something like \"2.*\" or \"1.2.x\".\n// Note that \"x.x\" is a valid xRange identifer, meaning \"any version\"\n// Only the first item is strictly required.\ntok('XRANGEIDENTIFIERLOOSE')\nsrc[t.XRANGEIDENTIFIERLOOSE] = src[t.NUMERICIDENTIFIERLOOSE] + '|x|X|\\\\*'\ntok('XRANGEIDENTIFIER')\nsrc[t.XRANGEIDENTIFIER] = src[t.NUMERICIDENTIFIER] + '|x|X|\\\\*'\n\ntok('XRANGEPLAIN')\nsrc[t.XRANGEPLAIN] = '[v=\\\\s]*(' + src[t.XRANGEIDENTIFIER] + ')' +\n '(?:\\\\.(' + src[t.XRANGEIDENTIFIER] + ')' +\n '(?:\\\\.(' + src[t.XRANGEIDENTIFIER] + ')' +\n '(?:' + src[t.PRERELEASE] + ')?' +\n src[t.BUILD] + '?' +\n ')?)?'\n\ntok('XRANGEPLAINLOOSE')\nsrc[t.XRANGEPLAINLOOSE] = '[v=\\\\s]*(' + src[t.XRANGEIDENTIFIERLOOSE] + ')' +\n '(?:\\\\.(' + src[t.XRANGEIDENTIFIERLOOSE] + ')' +\n '(?:\\\\.(' + src[t.XRANGEIDENTIFIERLOOSE] + ')' +\n '(?:' + src[t.PRERELEASELOOSE] + ')?' +\n src[t.BUILD] + '?' +\n ')?)?'\n\ntok('XRANGE')\nsrc[t.XRANGE] = '^' + src[t.GTLT] + '\\\\s*' + src[t.XRANGEPLAIN] + '$'\ntok('XRANGELOOSE')\nsrc[t.XRANGELOOSE] = '^' + src[t.GTLT] + '\\\\s*' + src[t.XRANGEPLAINLOOSE] + '$'\n\n// Coercion.\n// Extract anything that could conceivably be a part of a valid semver\ntok('COERCE')\nsrc[t.COERCE] = '(^|[^\\\\d])' +\n '(\\\\d{1,' + MAX_SAFE_COMPONENT_LENGTH + '})' +\n '(?:\\\\.(\\\\d{1,' + MAX_SAFE_COMPONENT_LENGTH + '}))?' +\n '(?:\\\\.(\\\\d{1,' + MAX_SAFE_COMPONENT_LENGTH + '}))?' +\n '(?:$|[^\\\\d])'\ntok('COERCERTL')\nre[t.COERCERTL] = new RegExp(src[t.COERCE], 'g')\n\n// Tilde ranges.\n// Meaning is \"reasonably at or greater than\"\ntok('LONETILDE')\nsrc[t.LONETILDE] = '(?:~>?)'\n\ntok('TILDETRIM')\nsrc[t.TILDETRIM] = '(\\\\s*)' + src[t.LONETILDE] + '\\\\s+'\nre[t.TILDETRIM] = new RegExp(src[t.TILDETRIM], 'g')\nvar tildeTrimReplace = '$1~'\n\ntok('TILDE')\nsrc[t.TILDE] = '^' + src[t.LONETILDE] + src[t.XRANGEPLAIN] + '$'\ntok('TILDELOOSE')\nsrc[t.TILDELOOSE] = '^' + src[t.LONETILDE] + src[t.XRANGEPLAINLOOSE] + '$'\n\n// Caret ranges.\n// Meaning is \"at least and backwards compatible with\"\ntok('LONECARET')\nsrc[t.LONECARET] = '(?:\\\\^)'\n\ntok('CARETTRIM')\nsrc[t.CARETTRIM] = '(\\\\s*)' + src[t.LONECARET] + '\\\\s+'\nre[t.CARETTRIM] = new RegExp(src[t.CARETTRIM], 'g')\nvar caretTrimReplace = '$1^'\n\ntok('CARET')\nsrc[t.CARET] = '^' + src[t.LONECARET] + src[t.XRANGEPLAIN] + '$'\ntok('CARETLOOSE')\nsrc[t.CARETLOOSE] = '^' + src[t.LONECARET] + src[t.XRANGEPLAINLOOSE] + '$'\n\n// A simple gt/lt/eq thing, or just \"\" to indicate \"any version\"\ntok('COMPARATORLOOSE')\nsrc[t.COMPARATORLOOSE] = '^' + src[t.GTLT] + '\\\\s*(' + src[t.LOOSEPLAIN] + ')$|^$'\ntok('COMPARATOR')\nsrc[t.COMPARATOR] = '^' + src[t.GTLT] + '\\\\s*(' + src[t.FULLPLAIN] + ')$|^$'\n\n// An expression to strip any whitespace between the gtlt and the thing\n// it modifies, so that `> 1.2.3` ==> `>1.2.3`\ntok('COMPARATORTRIM')\nsrc[t.COMPARATORTRIM] = '(\\\\s*)' + src[t.GTLT] +\n '\\\\s*(' + src[t.LOOSEPLAIN] + '|' + src[t.XRANGEPLAIN] + ')'\n\n// this one has to use the /g flag\nre[t.COMPARATORTRIM] = new RegExp(src[t.COMPARATORTRIM], 'g')\nvar comparatorTrimReplace = '$1$2$3'\n\n// Something like `1.2.3 - 1.2.4`\n// Note that these all use the loose form, because they'll be\n// checked against either the strict or loose comparator form\n// later.\ntok('HYPHENRANGE')\nsrc[t.HYPHENRANGE] = '^\\\\s*(' + src[t.XRANGEPLAIN] + ')' +\n '\\\\s+-\\\\s+' +\n '(' + src[t.XRANGEPLAIN] + ')' +\n '\\\\s*$'\n\ntok('HYPHENRANGELOOSE')\nsrc[t.HYPHENRANGELOOSE] = '^\\\\s*(' + src[t.XRANGEPLAINLOOSE] + ')' +\n '\\\\s+-\\\\s+' +\n '(' + src[t.XRANGEPLAINLOOSE] + ')' +\n '\\\\s*$'\n\n// Star ranges basically just allow anything at all.\ntok('STAR')\nsrc[t.STAR] = '(<|>)?=?\\\\s*\\\\*'\n\n// Compile to actual regexp objects.\n// All are flag-free, unless they were created above with a flag.\nfor (var i = 0; i < R; i++) {\n debug(i, src[i])\n if (!re[i]) {\n re[i] = new RegExp(src[i])\n }\n}\n\nexports.parse = parse\nfunction parse (version, options) {\n if (!options || typeof options !== 'object') {\n options = {\n loose: !!options,\n includePrerelease: false\n }\n }\n\n if (version instanceof SemVer) {\n return version\n }\n\n if (typeof version !== 'string') {\n return null\n }\n\n if (version.length > MAX_LENGTH) {\n return null\n }\n\n var r = options.loose ? re[t.LOOSE] : re[t.FULL]\n if (!r.test(version)) {\n return null\n }\n\n try {\n return new SemVer(version, options)\n } catch (er) {\n return null\n }\n}\n\nexports.valid = valid\nfunction valid (version, options) {\n var v = parse(version, options)\n return v ? v.version : null\n}\n\nexports.clean = clean\nfunction clean (version, options) {\n var s = parse(version.trim().replace(/^[=v]+/, ''), options)\n return s ? s.version : null\n}\n\nexports.SemVer = SemVer\n\nfunction SemVer (version, options) {\n if (!options || typeof options !== 'object') {\n options = {\n loose: !!options,\n includePrerelease: false\n }\n }\n if (version instanceof SemVer) {\n if (version.loose === options.loose) {\n return version\n } else {\n version = version.version\n }\n } else if (typeof version !== 'string') {\n throw new TypeError('Invalid Version: ' + version)\n }\n\n if (version.length > MAX_LENGTH) {\n throw new TypeError('version is longer than ' + MAX_LENGTH + ' characters')\n }\n\n if (!(this instanceof SemVer)) {\n return new SemVer(version, options)\n }\n\n debug('SemVer', version, options)\n this.options = options\n this.loose = !!options.loose\n\n var m = version.trim().match(options.loose ? re[t.LOOSE] : re[t.FULL])\n\n if (!m) {\n throw new TypeError('Invalid Version: ' + version)\n }\n\n this.raw = version\n\n // these are actually numbers\n this.major = +m[1]\n this.minor = +m[2]\n this.patch = +m[3]\n\n if (this.major > MAX_SAFE_INTEGER || this.major < 0) {\n throw new TypeError('Invalid major version')\n }\n\n if (this.minor > MAX_SAFE_INTEGER || this.minor < 0) {\n throw new TypeError('Invalid minor version')\n }\n\n if (this.patch > MAX_SAFE_INTEGER || this.patch < 0) {\n throw new TypeError('Invalid patch version')\n }\n\n // numberify any prerelease numeric ids\n if (!m[4]) {\n this.prerelease = []\n } else {\n this.prerelease = m[4].split('.').map(function (id) {\n if (/^[0-9]+$/.test(id)) {\n var num = +id\n if (num >= 0 && num < MAX_SAFE_INTEGER) {\n return num\n }\n }\n return id\n })\n }\n\n this.build = m[5] ? m[5].split('.') : []\n this.format()\n}\n\nSemVer.prototype.format = function () {\n this.version = this.major + '.' + this.minor + '.' + this.patch\n if (this.prerelease.length) {\n this.version += '-' + this.prerelease.join('.')\n }\n return this.version\n}\n\nSemVer.prototype.toString = function () {\n return this.version\n}\n\nSemVer.prototype.compare = function (other) {\n debug('SemVer.compare', this.version, this.options, other)\n if (!(other instanceof SemVer)) {\n other = new SemVer(other, this.options)\n }\n\n return this.compareMain(other) || this.comparePre(other)\n}\n\nSemVer.prototype.compareMain = function (other) {\n if (!(other instanceof SemVer)) {\n other = new SemVer(other, this.options)\n }\n\n return compareIdentifiers(this.major, other.major) ||\n compareIdentifiers(this.minor, other.minor) ||\n compareIdentifiers(this.patch, other.patch)\n}\n\nSemVer.prototype.comparePre = function (other) {\n if (!(other instanceof SemVer)) {\n other = new SemVer(other, this.options)\n }\n\n // NOT having a prerelease is > having one\n if (this.prerelease.length && !other.prerelease.length) {\n return -1\n } else if (!this.prerelease.length && other.prerelease.length) {\n return 1\n } else if (!this.prerelease.length && !other.prerelease.length) {\n return 0\n }\n\n var i = 0\n do {\n var a = this.prerelease[i]\n var b = other.prerelease[i]\n debug('prerelease compare', i, a, b)\n if (a === undefined && b === undefined) {\n return 0\n } else if (b === undefined) {\n return 1\n } else if (a === undefined) {\n return -1\n } else if (a === b) {\n continue\n } else {\n return compareIdentifiers(a, b)\n }\n } while (++i)\n}\n\nSemVer.prototype.compareBuild = function (other) {\n if (!(other instanceof SemVer)) {\n other = new SemVer(other, this.options)\n }\n\n var i = 0\n do {\n var a = this.build[i]\n var b = other.build[i]\n debug('prerelease compare', i, a, b)\n if (a === undefined && b === undefined) {\n return 0\n } else if (b === undefined) {\n return 1\n } else if (a === undefined) {\n return -1\n } else if (a === b) {\n continue\n } else {\n return compareIdentifiers(a, b)\n }\n } while (++i)\n}\n\n// preminor will bump the version up to the next minor release, and immediately\n// down to pre-release. premajor and prepatch work the same way.\nSemVer.prototype.inc = function (release, identifier) {\n switch (release) {\n case 'premajor':\n this.prerelease.length = 0\n this.patch = 0\n this.minor = 0\n this.major++\n this.inc('pre', identifier)\n break\n case 'preminor':\n this.prerelease.length = 0\n this.patch = 0\n this.minor++\n this.inc('pre', identifier)\n break\n case 'prepatch':\n // If this is already a prerelease, it will bump to the next version\n // drop any prereleases that might already exist, since they are not\n // relevant at this point.\n this.prerelease.length = 0\n this.inc('patch', identifier)\n this.inc('pre', identifier)\n break\n // If the input is a non-prerelease version, this acts the same as\n // prepatch.\n case 'prerelease':\n if (this.prerelease.length === 0) {\n this.inc('patch', identifier)\n }\n this.inc('pre', identifier)\n break\n\n case 'major':\n // If this is a pre-major version, bump up to the same major version.\n // Otherwise increment major.\n // 1.0.0-5 bumps to 1.0.0\n // 1.1.0 bumps to 2.0.0\n if (this.minor !== 0 ||\n this.patch !== 0 ||\n this.prerelease.length === 0) {\n this.major++\n }\n this.minor = 0\n this.patch = 0\n this.prerelease = []\n break\n case 'minor':\n // If this is a pre-minor version, bump up to the same minor version.\n // Otherwise increment minor.\n // 1.2.0-5 bumps to 1.2.0\n // 1.2.1 bumps to 1.3.0\n if (this.patch !== 0 || this.prerelease.length === 0) {\n this.minor++\n }\n this.patch = 0\n this.prerelease = []\n break\n case 'patch':\n // If this is not a pre-release version, it will increment the patch.\n // If it is a pre-release it will bump up to the same patch version.\n // 1.2.0-5 patches to 1.2.0\n // 1.2.0 patches to 1.2.1\n if (this.prerelease.length === 0) {\n this.patch++\n }\n this.prerelease = []\n break\n // This probably shouldn't be used publicly.\n // 1.0.0 \"pre\" would become 1.0.0-0 which is the wrong direction.\n case 'pre':\n if (this.prerelease.length === 0) {\n this.prerelease = [0]\n } else {\n var i = this.prerelease.length\n while (--i >= 0) {\n if (typeof this.prerelease[i] === 'number') {\n this.prerelease[i]++\n i = -2\n }\n }\n if (i === -1) {\n // didn't increment anything\n this.prerelease.push(0)\n }\n }\n if (identifier) {\n // 1.2.0-beta.1 bumps to 1.2.0-beta.2,\n // 1.2.0-beta.fooblz or 1.2.0-beta bumps to 1.2.0-beta.0\n if (this.prerelease[0] === identifier) {\n if (isNaN(this.prerelease[1])) {\n this.prerelease = [identifier, 0]\n }\n } else {\n this.prerelease = [identifier, 0]\n }\n }\n break\n\n default:\n throw new Error('invalid increment argument: ' + release)\n }\n this.format()\n this.raw = this.version\n return this\n}\n\nexports.inc = inc\nfunction inc (version, release, loose, identifier) {\n if (typeof (loose) === 'string') {\n identifier = loose\n loose = undefined\n }\n\n try {\n return new SemVer(version, loose).inc(release, identifier).version\n } catch (er) {\n return null\n }\n}\n\nexports.diff = diff\nfunction diff (version1, version2) {\n if (eq(version1, version2)) {\n return null\n } else {\n var v1 = parse(version1)\n var v2 = parse(version2)\n var prefix = ''\n if (v1.prerelease.length || v2.prerelease.length) {\n prefix = 'pre'\n var defaultResult = 'prerelease'\n }\n for (var key in v1) {\n if (key === 'major' || key === 'minor' || key === 'patch') {\n if (v1[key] !== v2[key]) {\n return prefix + key\n }\n }\n }\n return defaultResult // may be undefined\n }\n}\n\nexports.compareIdentifiers = compareIdentifiers\n\nvar numeric = /^[0-9]+$/\nfunction compareIdentifiers (a, b) {\n var anum = numeric.test(a)\n var bnum = numeric.test(b)\n\n if (anum && bnum) {\n a = +a\n b = +b\n }\n\n return a === b ? 0\n : (anum && !bnum) ? -1\n : (bnum && !anum) ? 1\n : a < b ? -1\n : 1\n}\n\nexports.rcompareIdentifiers = rcompareIdentifiers\nfunction rcompareIdentifiers (a, b) {\n return compareIdentifiers(b, a)\n}\n\nexports.major = major\nfunction major (a, loose) {\n return new SemVer(a, loose).major\n}\n\nexports.minor = minor\nfunction minor (a, loose) {\n return new SemVer(a, loose).minor\n}\n\nexports.patch = patch\nfunction patch (a, loose) {\n return new SemVer(a, loose).patch\n}\n\nexports.compare = compare\nfunction compare (a, b, loose) {\n return new SemVer(a, loose).compare(new SemVer(b, loose))\n}\n\nexports.compareLoose = compareLoose\nfunction compareLoose (a, b) {\n return compare(a, b, true)\n}\n\nexports.compareBuild = compareBuild\nfunction compareBuild (a, b, loose) {\n var versionA = new SemVer(a, loose)\n var versionB = new SemVer(b, loose)\n return versionA.compare(versionB) || versionA.compareBuild(versionB)\n}\n\nexports.rcompare = rcompare\nfunction rcompare (a, b, loose) {\n return compare(b, a, loose)\n}\n\nexports.sort = sort\nfunction sort (list, loose) {\n return list.sort(function (a, b) {\n return exports.compareBuild(a, b, loose)\n })\n}\n\nexports.rsort = rsort\nfunction rsort (list, loose) {\n return list.sort(function (a, b) {\n return exports.compareBuild(b, a, loose)\n })\n}\n\nexports.gt = gt\nfunction gt (a, b, loose) {\n return compare(a, b, loose) > 0\n}\n\nexports.lt = lt\nfunction lt (a, b, loose) {\n return compare(a, b, loose) < 0\n}\n\nexports.eq = eq\nfunction eq (a, b, loose) {\n return compare(a, b, loose) === 0\n}\n\nexports.neq = neq\nfunction neq (a, b, loose) {\n return compare(a, b, loose) !== 0\n}\n\nexports.gte = gte\nfunction gte (a, b, loose) {\n return compare(a, b, loose) >= 0\n}\n\nexports.lte = lte\nfunction lte (a, b, loose) {\n return compare(a, b, loose) <= 0\n}\n\nexports.cmp = cmp\nfunction cmp (a, op, b, loose) {\n switch (op) {\n case '===':\n if (typeof a === 'object')\n a = a.version\n if (typeof b === 'object')\n b = b.version\n return a === b\n\n case '!==':\n if (typeof a === 'object')\n a = a.version\n if (typeof b === 'object')\n b = b.version\n return a !== b\n\n case '':\n case '=':\n case '==':\n return eq(a, b, loose)\n\n case '!=':\n return neq(a, b, loose)\n\n case '>':\n return gt(a, b, loose)\n\n case '>=':\n return gte(a, b, loose)\n\n case '<':\n return lt(a, b, loose)\n\n case '<=':\n return lte(a, b, loose)\n\n default:\n throw new TypeError('Invalid operator: ' + op)\n }\n}\n\nexports.Comparator = Comparator\nfunction Comparator (comp, options) {\n if (!options || typeof options !== 'object') {\n options = {\n loose: !!options,\n includePrerelease: false\n }\n }\n\n if (comp instanceof Comparator) {\n if (comp.loose === !!options.loose) {\n return comp\n } else {\n comp = comp.value\n }\n }\n\n if (!(this instanceof Comparator)) {\n return new Comparator(comp, options)\n }\n\n debug('comparator', comp, options)\n this.options = options\n this.loose = !!options.loose\n this.parse(comp)\n\n if (this.semver === ANY) {\n this.value = ''\n } else {\n this.value = this.operator + this.semver.version\n }\n\n debug('comp', this)\n}\n\nvar ANY = {}\nComparator.prototype.parse = function (comp) {\n var r = this.options.loose ? re[t.COMPARATORLOOSE] : re[t.COMPARATOR]\n var m = comp.match(r)\n\n if (!m) {\n throw new TypeError('Invalid comparator: ' + comp)\n }\n\n this.operator = m[1] !== undefined ? m[1] : ''\n if (this.operator === '=') {\n this.operator = ''\n }\n\n // if it literally is just '>' or '' then allow anything.\n if (!m[2]) {\n this.semver = ANY\n } else {\n this.semver = new SemVer(m[2], this.options.loose)\n }\n}\n\nComparator.prototype.toString = function () {\n return this.value\n}\n\nComparator.prototype.test = function (version) {\n debug('Comparator.test', version, this.options.loose)\n\n if (this.semver === ANY || version === ANY) {\n return true\n }\n\n if (typeof version === 'string') {\n try {\n version = new SemVer(version, this.options)\n } catch (er) {\n return false\n }\n }\n\n return cmp(version, this.operator, this.semver, this.options)\n}\n\nComparator.prototype.intersects = function (comp, options) {\n if (!(comp instanceof Comparator)) {\n throw new TypeError('a Comparator is required')\n }\n\n if (!options || typeof options !== 'object') {\n options = {\n loose: !!options,\n includePrerelease: false\n }\n }\n\n var rangeTmp\n\n if (this.operator === '') {\n if (this.value === '') {\n return true\n }\n rangeTmp = new Range(comp.value, options)\n return satisfies(this.value, rangeTmp, options)\n } else if (comp.operator === '') {\n if (comp.value === '') {\n return true\n }\n rangeTmp = new Range(this.value, options)\n return satisfies(comp.semver, rangeTmp, options)\n }\n\n var sameDirectionIncreasing =\n (this.operator === '>=' || this.operator === '>') &&\n (comp.operator === '>=' || comp.operator === '>')\n var sameDirectionDecreasing =\n (this.operator === '<=' || this.operator === '<') &&\n (comp.operator === '<=' || comp.operator === '<')\n var sameSemVer = this.semver.version === comp.semver.version\n var differentDirectionsInclusive =\n (this.operator === '>=' || this.operator === '<=') &&\n (comp.operator === '>=' || comp.operator === '<=')\n var oppositeDirectionsLessThan =\n cmp(this.semver, '<', comp.semver, options) &&\n ((this.operator === '>=' || this.operator === '>') &&\n (comp.operator === '<=' || comp.operator === '<'))\n var oppositeDirectionsGreaterThan =\n cmp(this.semver, '>', comp.semver, options) &&\n ((this.operator === '<=' || this.operator === '<') &&\n (comp.operator === '>=' || comp.operator === '>'))\n\n return sameDirectionIncreasing || sameDirectionDecreasing ||\n (sameSemVer && differentDirectionsInclusive) ||\n oppositeDirectionsLessThan || oppositeDirectionsGreaterThan\n}\n\nexports.Range = Range\nfunction Range (range, options) {\n if (!options || typeof options !== 'object') {\n options = {\n loose: !!options,\n includePrerelease: false\n }\n }\n\n if (range instanceof Range) {\n if (range.loose === !!options.loose &&\n range.includePrerelease === !!options.includePrerelease) {\n return range\n } else {\n return new Range(range.raw, options)\n }\n }\n\n if (range instanceof Comparator) {\n return new Range(range.value, options)\n }\n\n if (!(this instanceof Range)) {\n return new Range(range, options)\n }\n\n this.options = options\n this.loose = !!options.loose\n this.includePrerelease = !!options.includePrerelease\n\n // First, split based on boolean or ||\n this.raw = range\n this.set = range.split(/\\s*\\|\\|\\s*/).map(function (range) {\n return this.parseRange(range.trim())\n }, this).filter(function (c) {\n // throw out any that are not relevant for whatever reason\n return c.length\n })\n\n if (!this.set.length) {\n throw new TypeError('Invalid SemVer Range: ' + range)\n }\n\n this.format()\n}\n\nRange.prototype.format = function () {\n this.range = this.set.map(function (comps) {\n return comps.join(' ').trim()\n }).join('||').trim()\n return this.range\n}\n\nRange.prototype.toString = function () {\n return this.range\n}\n\nRange.prototype.parseRange = function (range) {\n var loose = this.options.loose\n range = range.trim()\n // `1.2.3 - 1.2.4` => `>=1.2.3 <=1.2.4`\n var hr = loose ? re[t.HYPHENRANGELOOSE] : re[t.HYPHENRANGE]\n range = range.replace(hr, hyphenReplace)\n debug('hyphen replace', range)\n // `> 1.2.3 < 1.2.5` => `>1.2.3 <1.2.5`\n range = range.replace(re[t.COMPARATORTRIM], comparatorTrimReplace)\n debug('comparator trim', range, re[t.COMPARATORTRIM])\n\n // `~ 1.2.3` => `~1.2.3`\n range = range.replace(re[t.TILDETRIM], tildeTrimReplace)\n\n // `^ 1.2.3` => `^1.2.3`\n range = range.replace(re[t.CARETTRIM], caretTrimReplace)\n\n // normalize spaces\n range = range.split(/\\s+/).join(' ')\n\n // At this point, the range is completely trimmed and\n // ready to be split into comparators.\n\n var compRe = loose ? re[t.COMPARATORLOOSE] : re[t.COMPARATOR]\n var set = range.split(' ').map(function (comp) {\n return parseComparator(comp, this.options)\n }, this).join(' ').split(/\\s+/)\n if (this.options.loose) {\n // in loose mode, throw out any that are not valid comparators\n set = set.filter(function (comp) {\n return !!comp.match(compRe)\n })\n }\n set = set.map(function (comp) {\n return new Comparator(comp, this.options)\n }, this)\n\n return set\n}\n\nRange.prototype.intersects = function (range, options) {\n if (!(range instanceof Range)) {\n throw new TypeError('a Range is required')\n }\n\n return this.set.some(function (thisComparators) {\n return (\n isSatisfiable(thisComparators, options) &&\n range.set.some(function (rangeComparators) {\n return (\n isSatisfiable(rangeComparators, options) &&\n thisComparators.every(function (thisComparator) {\n return rangeComparators.every(function (rangeComparator) {\n return thisComparator.intersects(rangeComparator, options)\n })\n })\n )\n })\n )\n })\n}\n\n// take a set of comparators and determine whether there\n// exists a version which can satisfy it\nfunction isSatisfiable (comparators, options) {\n var result = true\n var remainingComparators = comparators.slice()\n var testComparator = remainingComparators.pop()\n\n while (result && remainingComparators.length) {\n result = remainingComparators.every(function (otherComparator) {\n return testComparator.intersects(otherComparator, options)\n })\n\n testComparator = remainingComparators.pop()\n }\n\n return result\n}\n\n// Mostly just for testing and legacy API reasons\nexports.toComparators = toComparators\nfunction toComparators (range, options) {\n return new Range(range, options).set.map(function (comp) {\n return comp.map(function (c) {\n return c.value\n }).join(' ').trim().split(' ')\n })\n}\n\n// comprised of xranges, tildes, stars, and gtlt's at this point.\n// already replaced the hyphen ranges\n// turn into a set of JUST comparators.\nfunction parseComparator (comp, options) {\n debug('comp', comp, options)\n comp = replaceCarets(comp, options)\n debug('caret', comp)\n comp = replaceTildes(comp, options)\n debug('tildes', comp)\n comp = replaceXRanges(comp, options)\n debug('xrange', comp)\n comp = replaceStars(comp, options)\n debug('stars', comp)\n return comp\n}\n\nfunction isX (id) {\n return !id || id.toLowerCase() === 'x' || id === '*'\n}\n\n// ~, ~> --> * (any, kinda silly)\n// ~2, ~2.x, ~2.x.x, ~>2, ~>2.x ~>2.x.x --> >=2.0.0 <3.0.0\n// ~2.0, ~2.0.x, ~>2.0, ~>2.0.x --> >=2.0.0 <2.1.0\n// ~1.2, ~1.2.x, ~>1.2, ~>1.2.x --> >=1.2.0 <1.3.0\n// ~1.2.3, ~>1.2.3 --> >=1.2.3 <1.3.0\n// ~1.2.0, ~>1.2.0 --> >=1.2.0 <1.3.0\nfunction replaceTildes (comp, options) {\n return comp.trim().split(/\\s+/).map(function (comp) {\n return replaceTilde(comp, options)\n }).join(' ')\n}\n\nfunction replaceTilde (comp, options) {\n var r = options.loose ? re[t.TILDELOOSE] : re[t.TILDE]\n return comp.replace(r, function (_, M, m, p, pr) {\n debug('tilde', comp, _, M, m, p, pr)\n var ret\n\n if (isX(M)) {\n ret = ''\n } else if (isX(m)) {\n ret = '>=' + M + '.0.0 <' + (+M + 1) + '.0.0'\n } else if (isX(p)) {\n // ~1.2 == >=1.2.0 <1.3.0\n ret = '>=' + M + '.' + m + '.0 <' + M + '.' + (+m + 1) + '.0'\n } else if (pr) {\n debug('replaceTilde pr', pr)\n ret = '>=' + M + '.' + m + '.' + p + '-' + pr +\n ' <' + M + '.' + (+m + 1) + '.0'\n } else {\n // ~1.2.3 == >=1.2.3 <1.3.0\n ret = '>=' + M + '.' + m + '.' + p +\n ' <' + M + '.' + (+m + 1) + '.0'\n }\n\n debug('tilde return', ret)\n return ret\n })\n}\n\n// ^ --> * (any, kinda silly)\n// ^2, ^2.x, ^2.x.x --> >=2.0.0 <3.0.0\n// ^2.0, ^2.0.x --> >=2.0.0 <3.0.0\n// ^1.2, ^1.2.x --> >=1.2.0 <2.0.0\n// ^1.2.3 --> >=1.2.3 <2.0.0\n// ^1.2.0 --> >=1.2.0 <2.0.0\nfunction replaceCarets (comp, options) {\n return comp.trim().split(/\\s+/).map(function (comp) {\n return replaceCaret(comp, options)\n }).join(' ')\n}\n\nfunction replaceCaret (comp, options) {\n debug('caret', comp, options)\n var r = options.loose ? re[t.CARETLOOSE] : re[t.CARET]\n return comp.replace(r, function (_, M, m, p, pr) {\n debug('caret', comp, _, M, m, p, pr)\n var ret\n\n if (isX(M)) {\n ret = ''\n } else if (isX(m)) {\n ret = '>=' + M + '.0.0 <' + (+M + 1) + '.0.0'\n } else if (isX(p)) {\n if (M === '0') {\n ret = '>=' + M + '.' + m + '.0 <' + M + '.' + (+m + 1) + '.0'\n } else {\n ret = '>=' + M + '.' + m + '.0 <' + (+M + 1) + '.0.0'\n }\n } else if (pr) {\n debug('replaceCaret pr', pr)\n if (M === '0') {\n if (m === '0') {\n ret = '>=' + M + '.' + m + '.' + p + '-' + pr +\n ' <' + M + '.' + m + '.' + (+p + 1)\n } else {\n ret = '>=' + M + '.' + m + '.' + p + '-' + pr +\n ' <' + M + '.' + (+m + 1) + '.0'\n }\n } else {\n ret = '>=' + M + '.' + m + '.' + p + '-' + pr +\n ' <' + (+M + 1) + '.0.0'\n }\n } else {\n debug('no pr')\n if (M === '0') {\n if (m === '0') {\n ret = '>=' + M + '.' + m + '.' + p +\n ' <' + M + '.' + m + '.' + (+p + 1)\n } else {\n ret = '>=' + M + '.' + m + '.' + p +\n ' <' + M + '.' + (+m + 1) + '.0'\n }\n } else {\n ret = '>=' + M + '.' + m + '.' + p +\n ' <' + (+M + 1) + '.0.0'\n }\n }\n\n debug('caret return', ret)\n return ret\n })\n}\n\nfunction replaceXRanges (comp, options) {\n debug('replaceXRanges', comp, options)\n return comp.split(/\\s+/).map(function (comp) {\n return replaceXRange(comp, options)\n }).join(' ')\n}\n\nfunction replaceXRange (comp, options) {\n comp = comp.trim()\n var r = options.loose ? re[t.XRANGELOOSE] : re[t.XRANGE]\n return comp.replace(r, function (ret, gtlt, M, m, p, pr) {\n debug('xRange', comp, ret, gtlt, M, m, p, pr)\n var xM = isX(M)\n var xm = xM || isX(m)\n var xp = xm || isX(p)\n var anyX = xp\n\n if (gtlt === '=' && anyX) {\n gtlt = ''\n }\n\n // if we're including prereleases in the match, then we need\n // to fix this to -0, the lowest possible prerelease value\n pr = options.includePrerelease ? '-0' : ''\n\n if (xM) {\n if (gtlt === '>' || gtlt === '<') {\n // nothing is allowed\n ret = '<0.0.0-0'\n } else {\n // nothing is forbidden\n ret = '*'\n }\n } else if (gtlt && anyX) {\n // we know patch is an x, because we have any x at all.\n // replace X with 0\n if (xm) {\n m = 0\n }\n p = 0\n\n if (gtlt === '>') {\n // >1 => >=2.0.0\n // >1.2 => >=1.3.0\n // >1.2.3 => >= 1.2.4\n gtlt = '>='\n if (xm) {\n M = +M + 1\n m = 0\n p = 0\n } else {\n m = +m + 1\n p = 0\n }\n } else if (gtlt === '<=') {\n // <=0.7.x is actually <0.8.0, since any 0.7.x should\n // pass. Similarly, <=7.x is actually <8.0.0, etc.\n gtlt = '<'\n if (xm) {\n M = +M + 1\n } else {\n m = +m + 1\n }\n }\n\n ret = gtlt + M + '.' + m + '.' + p + pr\n } else if (xm) {\n ret = '>=' + M + '.0.0' + pr + ' <' + (+M + 1) + '.0.0' + pr\n } else if (xp) {\n ret = '>=' + M + '.' + m + '.0' + pr +\n ' <' + M + '.' + (+m + 1) + '.0' + pr\n }\n\n debug('xRange return', ret)\n\n return ret\n })\n}\n\n// Because * is AND-ed with everything else in the comparator,\n// and '' means \"any version\", just remove the *s entirely.\nfunction replaceStars (comp, options) {\n debug('replaceStars', comp, options)\n // Looseness is ignored here. star is always as loose as it gets!\n return comp.trim().replace(re[t.STAR], '')\n}\n\n// This function is passed to string.replace(re[t.HYPHENRANGE])\n// M, m, patch, prerelease, build\n// 1.2 - 3.4.5 => >=1.2.0 <=3.4.5\n// 1.2.3 - 3.4 => >=1.2.0 <3.5.0 Any 3.4.x will do\n// 1.2 - 3.4 => >=1.2.0 <3.5.0\nfunction hyphenReplace ($0,\n from, fM, fm, fp, fpr, fb,\n to, tM, tm, tp, tpr, tb) {\n if (isX(fM)) {\n from = ''\n } else if (isX(fm)) {\n from = '>=' + fM + '.0.0'\n } else if (isX(fp)) {\n from = '>=' + fM + '.' + fm + '.0'\n } else {\n from = '>=' + from\n }\n\n if (isX(tM)) {\n to = ''\n } else if (isX(tm)) {\n to = '<' + (+tM + 1) + '.0.0'\n } else if (isX(tp)) {\n to = '<' + tM + '.' + (+tm + 1) + '.0'\n } else if (tpr) {\n to = '<=' + tM + '.' + tm + '.' + tp + '-' + tpr\n } else {\n to = '<=' + to\n }\n\n return (from + ' ' + to).trim()\n}\n\n// if ANY of the sets match ALL of its comparators, then pass\nRange.prototype.test = function (version) {\n if (!version) {\n return false\n }\n\n if (typeof version === 'string') {\n try {\n version = new SemVer(version, this.options)\n } catch (er) {\n return false\n }\n }\n\n for (var i = 0; i < this.set.length; i++) {\n if (testSet(this.set[i], version, this.options)) {\n return true\n }\n }\n return false\n}\n\nfunction testSet (set, version, options) {\n for (var i = 0; i < set.length; i++) {\n if (!set[i].test(version)) {\n return false\n }\n }\n\n if (version.prerelease.length && !options.includePrerelease) {\n // Find the set of versions that are allowed to have prereleases\n // For example, ^1.2.3-pr.1 desugars to >=1.2.3-pr.1 <2.0.0\n // That should allow `1.2.3-pr.2` to pass.\n // However, `1.2.4-alpha.notready` should NOT be allowed,\n // even though it's within the range set by the comparators.\n for (i = 0; i < set.length; i++) {\n debug(set[i].semver)\n if (set[i].semver === ANY) {\n continue\n }\n\n if (set[i].semver.prerelease.length > 0) {\n var allowed = set[i].semver\n if (allowed.major === version.major &&\n allowed.minor === version.minor &&\n allowed.patch === version.patch) {\n return true\n }\n }\n }\n\n // Version has a -pre, but it's not one of the ones we like.\n return false\n }\n\n return true\n}\n\nexports.satisfies = satisfies\nfunction satisfies (version, range, options) {\n try {\n range = new Range(range, options)\n } catch (er) {\n return false\n }\n return range.test(version)\n}\n\nexports.maxSatisfying = maxSatisfying\nfunction maxSatisfying (versions, range, options) {\n var max = null\n var maxSV = null\n try {\n var rangeObj = new Range(range, options)\n } catch (er) {\n return null\n }\n versions.forEach(function (v) {\n if (rangeObj.test(v)) {\n // satisfies(v, range, options)\n if (!max || maxSV.compare(v) === -1) {\n // compare(max, v, true)\n max = v\n maxSV = new SemVer(max, options)\n }\n }\n })\n return max\n}\n\nexports.minSatisfying = minSatisfying\nfunction minSatisfying (versions, range, options) {\n var min = null\n var minSV = null\n try {\n var rangeObj = new Range(range, options)\n } catch (er) {\n return null\n }\n versions.forEach(function (v) {\n if (rangeObj.test(v)) {\n // satisfies(v, range, options)\n if (!min || minSV.compare(v) === 1) {\n // compare(min, v, true)\n min = v\n minSV = new SemVer(min, options)\n }\n }\n })\n return min\n}\n\nexports.minVersion = minVersion\nfunction minVersion (range, loose) {\n range = new Range(range, loose)\n\n var minver = new SemVer('0.0.0')\n if (range.test(minver)) {\n return minver\n }\n\n minver = new SemVer('0.0.0-0')\n if (range.test(minver)) {\n return minver\n }\n\n minver = null\n for (var i = 0; i < range.set.length; ++i) {\n var comparators = range.set[i]\n\n comparators.forEach(function (comparator) {\n // Clone to avoid manipulating the comparator's semver object.\n var compver = new SemVer(comparator.semver.version)\n switch (comparator.operator) {\n case '>':\n if (compver.prerelease.length === 0) {\n compver.patch++\n } else {\n compver.prerelease.push(0)\n }\n compver.raw = compver.format()\n /* fallthrough */\n case '':\n case '>=':\n if (!minver || gt(minver, compver)) {\n minver = compver\n }\n break\n case '<':\n case '<=':\n /* Ignore maximum versions */\n break\n /* istanbul ignore next */\n default:\n throw new Error('Unexpected operation: ' + comparator.operator)\n }\n })\n }\n\n if (minver && range.test(minver)) {\n return minver\n }\n\n return null\n}\n\nexports.validRange = validRange\nfunction validRange (range, options) {\n try {\n // Return '*' instead of '' so that truthiness works.\n // This will throw if it's invalid anyway\n return new Range(range, options).range || '*'\n } catch (er) {\n return null\n }\n}\n\n// Determine if version is less than all the versions possible in the range\nexports.ltr = ltr\nfunction ltr (version, range, options) {\n return outside(version, range, '<', options)\n}\n\n// Determine if version is greater than all the versions possible in the range.\nexports.gtr = gtr\nfunction gtr (version, range, options) {\n return outside(version, range, '>', options)\n}\n\nexports.outside = outside\nfunction outside (version, range, hilo, options) {\n version = new SemVer(version, options)\n range = new Range(range, options)\n\n var gtfn, ltefn, ltfn, comp, ecomp\n switch (hilo) {\n case '>':\n gtfn = gt\n ltefn = lte\n ltfn = lt\n comp = '>'\n ecomp = '>='\n break\n case '<':\n gtfn = lt\n ltefn = gte\n ltfn = gt\n comp = '<'\n ecomp = '<='\n break\n default:\n throw new TypeError('Must provide a hilo val of \"<\" or \">\"')\n }\n\n // If it satisifes the range it is not outside\n if (satisfies(version, range, options)) {\n return false\n }\n\n // From now on, variable terms are as if we're in \"gtr\" mode.\n // but note that everything is flipped for the \"ltr\" function.\n\n for (var i = 0; i < range.set.length; ++i) {\n var comparators = range.set[i]\n\n var high = null\n var low = null\n\n comparators.forEach(function (comparator) {\n if (comparator.semver === ANY) {\n comparator = new Comparator('>=0.0.0')\n }\n high = high || comparator\n low = low || comparator\n if (gtfn(comparator.semver, high.semver, options)) {\n high = comparator\n } else if (ltfn(comparator.semver, low.semver, options)) {\n low = comparator\n }\n })\n\n // If the edge version comparator has a operator then our version\n // isn't outside it\n if (high.operator === comp || high.operator === ecomp) {\n return false\n }\n\n // If the lowest version comparator has an operator and our version\n // is less than it then it isn't higher than the range\n if ((!low.operator || low.operator === comp) &&\n ltefn(version, low.semver)) {\n return false\n } else if (low.operator === ecomp && ltfn(version, low.semver)) {\n return false\n }\n }\n return true\n}\n\nexports.prerelease = prerelease\nfunction prerelease (version, options) {\n var parsed = parse(version, options)\n return (parsed && parsed.prerelease.length) ? parsed.prerelease : null\n}\n\nexports.intersects = intersects\nfunction intersects (r1, r2, options) {\n r1 = new Range(r1, options)\n r2 = new Range(r2, options)\n return r1.intersects(r2)\n}\n\nexports.coerce = coerce\nfunction coerce (version, options) {\n if (version instanceof SemVer) {\n return version\n }\n\n if (typeof version === 'number') {\n version = String(version)\n }\n\n if (typeof version !== 'string') {\n return null\n }\n\n options = options || {}\n\n var match = null\n if (!options.rtl) {\n match = version.match(re[t.COERCE])\n } else {\n // Find the right-most coercible string that does not share\n // a terminus with a more left-ward coercible string.\n // Eg, '1.2.3.4' wants to coerce '2.3.4', not '3.4' or '4'\n //\n // Walk through the string checking with a /g regexp\n // Manually set the index so as to pick up overlapping matches.\n // Stop when we get a match that ends at the string end, since no\n // coercible string can be more right-ward without the same terminus.\n var next\n while ((next = re[t.COERCERTL].exec(version)) &&\n (!match || match.index + match[0].length !== version.length)\n ) {\n if (!match ||\n next.index + next[0].length !== match.index + match[0].length) {\n match = next\n }\n re[t.COERCERTL].lastIndex = next.index + next[1].length + next[2].length\n }\n // leave it in a clean state\n re[t.COERCERTL].lastIndex = -1\n }\n\n if (match === null) {\n return null\n }\n\n return parse(match[2] +\n '.' + (match[3] || '0') +\n '.' + (match[4] || '0'), options)\n}\n","\"use strict\";\n\nrequire(\"core-js/modules/es.array.concat\");\n\nrequire(\"core-js/modules/es.array.filter\");\n\nrequire(\"core-js/modules/es.array.for-each\");\n\nrequire(\"core-js/modules/es.array.iterator\");\n\nrequire(\"core-js/modules/es.map\");\n\nrequire(\"core-js/modules/es.object.to-string\");\n\nrequire(\"core-js/modules/es.string.iterator\");\n\nrequire(\"core-js/modules/web.dom-collections.for-each\");\n\nrequire(\"core-js/modules/web.dom-collections.iterator\");\n\nObject.defineProperty(exports, \"__esModule\", {\n value: true\n});\nexports.SimpleBus = void 0;\n\nfunction _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError(\"Cannot call a class as a function\"); } }\n\nfunction _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if (\"value\" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } }\n\nfunction _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); return Constructor; }\n\nfunction _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }\n\nvar packageJson = {\n name: \"@nextcloud/event-bus\",\n version: \"1.1.3\",\n description: \"\",\n main: \"dist/index.js\",\n types: \"dist/index.d.ts\",\n scripts: {\n build: \"babel ./lib --out-dir dist --extensions '.ts,.tsx' --source-maps && tsc --emitDeclarationOnly\",\n \"build:doc\": \"typedoc --excludeNotExported --mode file --out dist/doc lib/index.ts && touch dist/doc/.nojekyll\",\n \"check-types\": \"tsc\",\n dev: \"babel ./lib --out-dir dist --extensions '.ts,.tsx' --watch\",\n test: \"jest\",\n \"test:watch\": \"jest --watchAll\"\n },\n keywords: [\"nextcloud\"],\n homepage: \"https://github.com/nextcloud/nextcloud-event-bus#readme\",\n author: \"Christoph Wurst\",\n license: \"GPL-3.0-or-later\",\n repository: {\n type: \"git\",\n url: \"https://github.com/nextcloud/nextcloud-event-bus\"\n },\n dependencies: {\n \"@types/semver\": \"^6.2.1\",\n \"core-js\": \"^3.6.2\",\n semver: \"^6.3.0\"\n },\n devDependencies: {\n \"@babel/cli\": \"^7.6.0\",\n \"@babel/core\": \"^7.6.0\",\n \"@babel/plugin-proposal-class-properties\": \"^7.5.5\",\n \"@babel/preset-env\": \"^7.6.0\",\n \"@babel/preset-typescript\": \"^7.6.0\",\n \"@nextcloud/browserslist-config\": \"^1.0.0\",\n \"babel-jest\": \"^25.1.0\",\n \"babel-plugin-inline-json-import\": \"^0.3.2\",\n jest: \"^25.1.0\",\n typedoc: \"^0.16.7\",\n typescript: \"^3.6.3\"\n },\n browserslist: [\"extends @nextcloud/browserslist-config\"]\n};\n\nvar SimpleBus = /*#__PURE__*/function () {\n function SimpleBus() {\n _classCallCheck(this, SimpleBus);\n\n _defineProperty(this, \"handlers\", new Map());\n }\n\n _createClass(SimpleBus, [{\n key: \"getVersion\",\n value: function getVersion() {\n return packageJson.version;\n }\n }, {\n key: \"subscribe\",\n value: function subscribe(name, handler) {\n this.handlers.set(name, (this.handlers.get(name) || []).concat(handler));\n }\n }, {\n key: \"unsubscribe\",\n value: function unsubscribe(name, handler) {\n this.handlers.set(name, (this.handlers.get(name) || []).filter(function (h) {\n return h != handler;\n }));\n }\n }, {\n key: \"emit\",\n value: function emit(name, event) {\n (this.handlers.get(name) || []).forEach(function (h) {\n try {\n h(event);\n } catch (e) {\n console.error('could not invoke event listener', e);\n }\n });\n }\n }]);\n\n return SimpleBus;\n}();\n\nexports.SimpleBus = SimpleBus;\n//# sourceMappingURL=SimpleBus.js.map","'use strict';\nvar $ = require('../internals/export');\nvar fails = require('../internals/fails');\nvar isArray = require('../internals/is-array');\nvar isObject = require('../internals/is-object');\nvar toObject = require('../internals/to-object');\nvar toLength = require('../internals/to-length');\nvar createProperty = require('../internals/create-property');\nvar arraySpeciesCreate = require('../internals/array-species-create');\nvar arrayMethodHasSpeciesSupport = require('../internals/array-method-has-species-support');\nvar wellKnownSymbol = require('../internals/well-known-symbol');\nvar V8_VERSION = require('../internals/engine-v8-version');\n\nvar IS_CONCAT_SPREADABLE = wellKnownSymbol('isConcatSpreadable');\nvar MAX_SAFE_INTEGER = 0x1FFFFFFFFFFFFF;\nvar MAXIMUM_ALLOWED_INDEX_EXCEEDED = 'Maximum allowed index exceeded';\n\n// We can't use this feature detection in V8 since it causes\n// deoptimization and serious performance degradation\n// https://github.com/zloirock/core-js/issues/679\nvar IS_CONCAT_SPREADABLE_SUPPORT = V8_VERSION >= 51 || !fails(function () {\n var array = [];\n array[IS_CONCAT_SPREADABLE] = false;\n return array.concat()[0] !== array;\n});\n\nvar SPECIES_SUPPORT = arrayMethodHasSpeciesSupport('concat');\n\nvar isConcatSpreadable = function (O) {\n if (!isObject(O)) return false;\n var spreadable = O[IS_CONCAT_SPREADABLE];\n return spreadable !== undefined ? !!spreadable : isArray(O);\n};\n\nvar FORCED = !IS_CONCAT_SPREADABLE_SUPPORT || !SPECIES_SUPPORT;\n\n// `Array.prototype.concat` method\n// https://tc39.github.io/ecma262/#sec-array.prototype.concat\n// with adding support of @@isConcatSpreadable and @@species\n$({ target: 'Array', proto: true, forced: FORCED }, {\n concat: function concat(arg) { // eslint-disable-line no-unused-vars\n var O = toObject(this);\n var A = arraySpeciesCreate(O, 0);\n var n = 0;\n var i, k, length, len, E;\n for (i = -1, length = arguments.length; i < length; i++) {\n E = i === -1 ? O : arguments[i];\n if (isConcatSpreadable(E)) {\n len = toLength(E.length);\n if (n + len > MAX_SAFE_INTEGER) throw TypeError(MAXIMUM_ALLOWED_INDEX_EXCEEDED);\n for (k = 0; k < len; k++, n++) if (k in E) createProperty(A, n, E[k]);\n } else {\n if (n >= MAX_SAFE_INTEGER) throw TypeError(MAXIMUM_ALLOWED_INDEX_EXCEEDED);\n createProperty(A, n++, E);\n }\n }\n A.length = n;\n return A;\n }\n});\n","'use strict';\nvar nativePropertyIsEnumerable = {}.propertyIsEnumerable;\nvar getOwnPropertyDescriptor = Object.getOwnPropertyDescriptor;\n\n// Nashorn ~ JDK8 bug\nvar NASHORN_BUG = getOwnPropertyDescriptor && !nativePropertyIsEnumerable.call({ 1: 2 }, 1);\n\n// `Object.prototype.propertyIsEnumerable` method implementation\n// https://tc39.github.io/ecma262/#sec-object.prototype.propertyisenumerable\nexports.f = NASHORN_BUG ? function propertyIsEnumerable(V) {\n var descriptor = getOwnPropertyDescriptor(this, V);\n return !!descriptor && descriptor.enumerable;\n} : nativePropertyIsEnumerable;\n","var global = require('../internals/global');\nvar inspectSource = require('../internals/inspect-source');\n\nvar WeakMap = global.WeakMap;\n\nmodule.exports = typeof WeakMap === 'function' && /native code/.test(inspectSource(WeakMap));\n","var has = require('../internals/has');\nvar ownKeys = require('../internals/own-keys');\nvar getOwnPropertyDescriptorModule = require('../internals/object-get-own-property-descriptor');\nvar definePropertyModule = require('../internals/object-define-property');\n\nmodule.exports = function (target, source) {\n var keys = ownKeys(source);\n var defineProperty = definePropertyModule.f;\n var getOwnPropertyDescriptor = getOwnPropertyDescriptorModule.f;\n for (var i = 0; i < keys.length; i++) {\n var key = keys[i];\n if (!has(target, key)) defineProperty(target, key, getOwnPropertyDescriptor(source, key));\n }\n};\n","var getBuiltIn = require('../internals/get-built-in');\nvar getOwnPropertyNamesModule = require('../internals/object-get-own-property-names');\nvar getOwnPropertySymbolsModule = require('../internals/object-get-own-property-symbols');\nvar anObject = require('../internals/an-object');\n\n// all object keys, includes non-enumerable and symbols\nmodule.exports = getBuiltIn('Reflect', 'ownKeys') || function ownKeys(it) {\n var keys = getOwnPropertyNamesModule.f(anObject(it));\n var getOwnPropertySymbols = getOwnPropertySymbolsModule.f;\n return getOwnPropertySymbols ? keys.concat(getOwnPropertySymbols(it)) : keys;\n};\n","var global = require('../internals/global');\n\nmodule.exports = global;\n","var internalObjectKeys = require('../internals/object-keys-internal');\nvar enumBugKeys = require('../internals/enum-bug-keys');\n\nvar hiddenKeys = enumBugKeys.concat('length', 'prototype');\n\n// `Object.getOwnPropertyNames` method\n// https://tc39.github.io/ecma262/#sec-object.getownpropertynames\nexports.f = Object.getOwnPropertyNames || function getOwnPropertyNames(O) {\n return internalObjectKeys(O, hiddenKeys);\n};\n","var toIndexedObject = require('../internals/to-indexed-object');\nvar toLength = require('../internals/to-length');\nvar toAbsoluteIndex = require('../internals/to-absolute-index');\n\n// `Array.prototype.{ indexOf, includes }` methods implementation\nvar createMethod = function (IS_INCLUDES) {\n return function ($this, el, fromIndex) {\n var O = toIndexedObject($this);\n var length = toLength(O.length);\n var index = toAbsoluteIndex(fromIndex, length);\n var value;\n // Array#includes uses SameValueZero equality algorithm\n // eslint-disable-next-line no-self-compare\n if (IS_INCLUDES && el != el) while (length > index) {\n value = O[index++];\n // eslint-disable-next-line no-self-compare\n if (value != value) return true;\n // Array#indexOf ignores holes, Array#includes - not\n } else for (;length > index; index++) {\n if ((IS_INCLUDES || index in O) && O[index] === el) return IS_INCLUDES || index || 0;\n } return !IS_INCLUDES && -1;\n };\n};\n\nmodule.exports = {\n // `Array.prototype.includes` method\n // https://tc39.github.io/ecma262/#sec-array.prototype.includes\n includes: createMethod(true),\n // `Array.prototype.indexOf` method\n // https://tc39.github.io/ecma262/#sec-array.prototype.indexof\n indexOf: createMethod(false)\n};\n","var toInteger = require('../internals/to-integer');\n\nvar max = Math.max;\nvar min = Math.min;\n\n// Helper for a popular repeating case of the spec:\n// Let integer be ? ToInteger(index).\n// If integer < 0, let result be max((length + integer), 0); else let result be min(integer, length).\nmodule.exports = function (index, length) {\n var integer = toInteger(index);\n return integer < 0 ? max(integer + length, 0) : min(integer, length);\n};\n","exports.f = Object.getOwnPropertySymbols;\n","'use strict';\nvar toPrimitive = require('../internals/to-primitive');\nvar definePropertyModule = require('../internals/object-define-property');\nvar createPropertyDescriptor = require('../internals/create-property-descriptor');\n\nmodule.exports = function (object, key, value) {\n var propertyKey = toPrimitive(key);\n if (propertyKey in object) definePropertyModule.f(object, propertyKey, createPropertyDescriptor(0, value));\n else object[propertyKey] = value;\n};\n","var NATIVE_SYMBOL = require('../internals/native-symbol');\n\nmodule.exports = NATIVE_SYMBOL\n // eslint-disable-next-line no-undef\n && !Symbol.sham\n // eslint-disable-next-line no-undef\n && typeof Symbol.iterator == 'symbol';\n","var getBuiltIn = require('../internals/get-built-in');\n\nmodule.exports = getBuiltIn('navigator', 'userAgent') || '';\n","'use strict';\nvar $ = require('../internals/export');\nvar $filter = require('../internals/array-iteration').filter;\nvar arrayMethodHasSpeciesSupport = require('../internals/array-method-has-species-support');\nvar arrayMethodUsesToLength = require('../internals/array-method-uses-to-length');\n\nvar HAS_SPECIES_SUPPORT = arrayMethodHasSpeciesSupport('filter');\n// Edge 14- issue\nvar USES_TO_LENGTH = arrayMethodUsesToLength('filter');\n\n// `Array.prototype.filter` method\n// https://tc39.github.io/ecma262/#sec-array.prototype.filter\n// with adding support of @@species\n$({ target: 'Array', proto: true, forced: !HAS_SPECIES_SUPPORT || !USES_TO_LENGTH }, {\n filter: function filter(callbackfn /* , thisArg */) {\n return $filter(this, callbackfn, arguments.length > 1 ? arguments[1] : undefined);\n }\n});\n","module.exports = function (it) {\n if (typeof it != 'function') {\n throw TypeError(String(it) + ' is not a function');\n } return it;\n};\n","'use strict';\nvar $ = require('../internals/export');\nvar forEach = require('../internals/array-for-each');\n\n// `Array.prototype.forEach` method\n// https://tc39.github.io/ecma262/#sec-array.prototype.foreach\n$({ target: 'Array', proto: true, forced: [].forEach != forEach }, {\n forEach: forEach\n});\n","'use strict';\nvar fails = require('../internals/fails');\n\nmodule.exports = function (METHOD_NAME, argument) {\n var method = [][METHOD_NAME];\n return !!method && fails(function () {\n // eslint-disable-next-line no-useless-call,no-throw-literal\n method.call(null, argument || function () { throw 1; }, 1);\n });\n};\n","var wellKnownSymbol = require('../internals/well-known-symbol');\nvar create = require('../internals/object-create');\nvar definePropertyModule = require('../internals/object-define-property');\n\nvar UNSCOPABLES = wellKnownSymbol('unscopables');\nvar ArrayPrototype = Array.prototype;\n\n// Array.prototype[@@unscopables]\n// https://tc39.github.io/ecma262/#sec-array.prototype-@@unscopables\nif (ArrayPrototype[UNSCOPABLES] == undefined) {\n definePropertyModule.f(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 DESCRIPTORS = require('../internals/descriptors');\nvar definePropertyModule = require('../internals/object-define-property');\nvar anObject = require('../internals/an-object');\nvar objectKeys = require('../internals/object-keys');\n\n// `Object.defineProperties` method\n// https://tc39.github.io/ecma262/#sec-object.defineproperties\nmodule.exports = DESCRIPTORS ? Object.defineProperties : function defineProperties(O, Properties) {\n anObject(O);\n var keys = objectKeys(Properties);\n var length = keys.length;\n var index = 0;\n var key;\n while (length > index) definePropertyModule.f(O, key = keys[index++], Properties[key]);\n return O;\n};\n","var internalObjectKeys = require('../internals/object-keys-internal');\nvar enumBugKeys = require('../internals/enum-bug-keys');\n\n// `Object.keys` method\n// https://tc39.github.io/ecma262/#sec-object.keys\nmodule.exports = Object.keys || function keys(O) {\n return internalObjectKeys(O, enumBugKeys);\n};\n","var getBuiltIn = require('../internals/get-built-in');\n\nmodule.exports = getBuiltIn('document', 'documentElement');\n","'use strict';\nvar IteratorPrototype = require('../internals/iterators-core').IteratorPrototype;\nvar create = require('../internals/object-create');\nvar createPropertyDescriptor = require('../internals/create-property-descriptor');\nvar setToStringTag = require('../internals/set-to-string-tag');\nvar Iterators = require('../internals/iterators');\n\nvar returnThis = function () { return this; };\n\nmodule.exports = function (IteratorConstructor, NAME, next) {\n var TO_STRING_TAG = NAME + ' Iterator';\n IteratorConstructor.prototype = create(IteratorPrototype, { next: createPropertyDescriptor(1, next) });\n setToStringTag(IteratorConstructor, TO_STRING_TAG, false, true);\n Iterators[TO_STRING_TAG] = returnThis;\n return IteratorConstructor;\n};\n","var fails = require('../internals/fails');\n\nmodule.exports = !fails(function () {\n function F() { /* empty */ }\n F.prototype.constructor = null;\n return Object.getPrototypeOf(new F()) !== F.prototype;\n});\n","var isObject = require('../internals/is-object');\n\nmodule.exports = function (it) {\n if (!isObject(it) && it !== null) {\n throw TypeError(\"Can't set \" + String(it) + ' as a prototype');\n } return it;\n};\n","'use strict';\nvar collection = require('../internals/collection');\nvar collectionStrong = require('../internals/collection-strong');\n\n// `Map` constructor\n// https://tc39.github.io/ecma262/#sec-map-objects\nmodule.exports = collection('Map', function (init) {\n return function Map() { return init(this, arguments.length ? arguments[0] : undefined); };\n}, collectionStrong);\n","'use strict';\nvar $ = require('../internals/export');\nvar global = require('../internals/global');\nvar isForced = require('../internals/is-forced');\nvar redefine = require('../internals/redefine');\nvar InternalMetadataModule = require('../internals/internal-metadata');\nvar iterate = require('../internals/iterate');\nvar anInstance = require('../internals/an-instance');\nvar isObject = require('../internals/is-object');\nvar fails = require('../internals/fails');\nvar checkCorrectnessOfIteration = require('../internals/check-correctness-of-iteration');\nvar setToStringTag = require('../internals/set-to-string-tag');\nvar inheritIfRequired = require('../internals/inherit-if-required');\n\nmodule.exports = function (CONSTRUCTOR_NAME, wrapper, common) {\n var IS_MAP = CONSTRUCTOR_NAME.indexOf('Map') !== -1;\n var IS_WEAK = CONSTRUCTOR_NAME.indexOf('Weak') !== -1;\n var ADDER = IS_MAP ? 'set' : 'add';\n var NativeConstructor = global[CONSTRUCTOR_NAME];\n var NativePrototype = NativeConstructor && NativeConstructor.prototype;\n var Constructor = NativeConstructor;\n var exported = {};\n\n var fixMethod = function (KEY) {\n var nativeMethod = NativePrototype[KEY];\n redefine(NativePrototype, KEY,\n KEY == 'add' ? function add(value) {\n nativeMethod.call(this, value === 0 ? 0 : value);\n return this;\n } : KEY == 'delete' ? function (key) {\n return IS_WEAK && !isObject(key) ? false : nativeMethod.call(this, key === 0 ? 0 : key);\n } : KEY == 'get' ? function get(key) {\n return IS_WEAK && !isObject(key) ? undefined : nativeMethod.call(this, key === 0 ? 0 : key);\n } : KEY == 'has' ? function has(key) {\n return IS_WEAK && !isObject(key) ? false : nativeMethod.call(this, key === 0 ? 0 : key);\n } : function set(key, value) {\n nativeMethod.call(this, key === 0 ? 0 : key, value);\n return this;\n }\n );\n };\n\n // eslint-disable-next-line max-len\n if (isForced(CONSTRUCTOR_NAME, typeof NativeConstructor != 'function' || !(IS_WEAK || NativePrototype.forEach && !fails(function () {\n new NativeConstructor().entries().next();\n })))) {\n // create collection constructor\n Constructor = common.getConstructor(wrapper, CONSTRUCTOR_NAME, IS_MAP, ADDER);\n InternalMetadataModule.REQUIRED = true;\n } else if (isForced(CONSTRUCTOR_NAME, true)) {\n var instance = new Constructor();\n // early implementations not supports chaining\n var HASNT_CHAINING = instance[ADDER](IS_WEAK ? {} : -0, 1) != instance;\n // V8 ~ Chromium 40- weak-collections throws on primitives, but should return false\n var THROWS_ON_PRIMITIVES = fails(function () { instance.has(1); });\n // most early implementations doesn't supports iterables, most modern - not close it correctly\n // eslint-disable-next-line no-new\n var ACCEPT_ITERABLES = checkCorrectnessOfIteration(function (iterable) { new NativeConstructor(iterable); });\n // for early implementations -0 and +0 not the same\n var BUGGY_ZERO = !IS_WEAK && fails(function () {\n // V8 ~ Chromium 42- fails only with 5+ elements\n var $instance = new NativeConstructor();\n var index = 5;\n while (index--) $instance[ADDER](index, index);\n return !$instance.has(-0);\n });\n\n if (!ACCEPT_ITERABLES) {\n Constructor = wrapper(function (dummy, iterable) {\n anInstance(dummy, Constructor, CONSTRUCTOR_NAME);\n var that = inheritIfRequired(new NativeConstructor(), dummy, Constructor);\n if (iterable != undefined) iterate(iterable, that[ADDER], that, IS_MAP);\n return that;\n });\n Constructor.prototype = NativePrototype;\n NativePrototype.constructor = Constructor;\n }\n\n if (THROWS_ON_PRIMITIVES || BUGGY_ZERO) {\n fixMethod('delete');\n fixMethod('has');\n IS_MAP && fixMethod('get');\n }\n\n if (BUGGY_ZERO || HASNT_CHAINING) fixMethod(ADDER);\n\n // weak collections should not contains .clear method\n if (IS_WEAK && NativePrototype.clear) delete NativePrototype.clear;\n }\n\n exported[CONSTRUCTOR_NAME] = Constructor;\n $({ global: true, forced: Constructor != NativeConstructor }, exported);\n\n setToStringTag(Constructor, CONSTRUCTOR_NAME);\n\n if (!IS_WEAK) common.setStrong(Constructor, CONSTRUCTOR_NAME, IS_MAP);\n\n return Constructor;\n};\n","var fails = require('../internals/fails');\n\nmodule.exports = !fails(function () {\n return Object.isExtensible(Object.preventExtensions({}));\n});\n","var wellKnownSymbol = require('../internals/well-known-symbol');\nvar Iterators = require('../internals/iterators');\n\nvar ITERATOR = wellKnownSymbol('iterator');\nvar ArrayPrototype = Array.prototype;\n\n// check on default Array iterator\nmodule.exports = function (it) {\n return it !== undefined && (Iterators.Array === it || ArrayPrototype[ITERATOR] === it);\n};\n","var classof = require('../internals/classof');\nvar Iterators = require('../internals/iterators');\nvar wellKnownSymbol = require('../internals/well-known-symbol');\n\nvar ITERATOR = wellKnownSymbol('iterator');\n\nmodule.exports = function (it) {\n if (it != undefined) return it[ITERATOR]\n || it['@@iterator']\n || Iterators[classof(it)];\n};\n","var anObject = require('../internals/an-object');\n\n// call something on iterator step with safe closing on error\nmodule.exports = function (iterator, fn, value, ENTRIES) {\n try {\n return ENTRIES ? fn(anObject(value)[0], value[1]) : fn(value);\n // 7.4.6 IteratorClose(iterator, completion)\n } catch (error) {\n var returnMethod = iterator['return'];\n if (returnMethod !== undefined) anObject(returnMethod.call(iterator));\n throw error;\n }\n};\n","var wellKnownSymbol = require('../internals/well-known-symbol');\n\nvar ITERATOR = wellKnownSymbol('iterator');\nvar SAFE_CLOSING = false;\n\ntry {\n var called = 0;\n var iteratorWithReturn = {\n next: function () {\n return { done: !!called++ };\n },\n 'return': function () {\n SAFE_CLOSING = true;\n }\n };\n iteratorWithReturn[ITERATOR] = function () {\n return this;\n };\n // eslint-disable-next-line no-throw-literal\n Array.from(iteratorWithReturn, function () { throw 2; });\n} catch (error) { /* empty */ }\n\nmodule.exports = function (exec, SKIP_CLOSING) {\n if (!SKIP_CLOSING && !SAFE_CLOSING) return false;\n var ITERATION_SUPPORT = false;\n try {\n var object = {};\n object[ITERATOR] = function () {\n return {\n next: function () {\n return { done: ITERATION_SUPPORT = true };\n }\n };\n };\n exec(object);\n } catch (error) { /* empty */ }\n return ITERATION_SUPPORT;\n};\n","var isObject = require('../internals/is-object');\nvar setPrototypeOf = require('../internals/object-set-prototype-of');\n\n// makes subclassing work correct for wrapped built-ins\nmodule.exports = function ($this, dummy, Wrapper) {\n var NewTarget, NewTargetPrototype;\n if (\n // it can work only with native `setPrototypeOf`\n setPrototypeOf &&\n // we haven't completely correct pre-ES6 way for getting `new.target`, so use this\n typeof (NewTarget = dummy.constructor) == 'function' &&\n NewTarget !== Wrapper &&\n isObject(NewTargetPrototype = NewTarget.prototype) &&\n NewTargetPrototype !== Wrapper.prototype\n ) setPrototypeOf($this, NewTargetPrototype);\n return $this;\n};\n","'use strict';\nvar defineProperty = require('../internals/object-define-property').f;\nvar create = require('../internals/object-create');\nvar redefineAll = require('../internals/redefine-all');\nvar bind = require('../internals/function-bind-context');\nvar anInstance = require('../internals/an-instance');\nvar iterate = require('../internals/iterate');\nvar defineIterator = require('../internals/define-iterator');\nvar setSpecies = require('../internals/set-species');\nvar DESCRIPTORS = require('../internals/descriptors');\nvar fastKey = require('../internals/internal-metadata').fastKey;\nvar InternalStateModule = require('../internals/internal-state');\n\nvar setInternalState = InternalStateModule.set;\nvar internalStateGetterFor = InternalStateModule.getterFor;\n\nmodule.exports = {\n getConstructor: function (wrapper, CONSTRUCTOR_NAME, IS_MAP, ADDER) {\n var C = wrapper(function (that, iterable) {\n anInstance(that, C, CONSTRUCTOR_NAME);\n setInternalState(that, {\n type: CONSTRUCTOR_NAME,\n index: create(null),\n first: undefined,\n last: undefined,\n size: 0\n });\n if (!DESCRIPTORS) that.size = 0;\n if (iterable != undefined) iterate(iterable, that[ADDER], that, IS_MAP);\n });\n\n var getInternalState = internalStateGetterFor(CONSTRUCTOR_NAME);\n\n var define = function (that, key, value) {\n var state = getInternalState(that);\n var entry = getEntry(that, key);\n var previous, index;\n // change existing entry\n if (entry) {\n entry.value = value;\n // create new entry\n } else {\n state.last = entry = {\n index: index = fastKey(key, true),\n key: key,\n value: value,\n previous: previous = state.last,\n next: undefined,\n removed: false\n };\n if (!state.first) state.first = entry;\n if (previous) previous.next = entry;\n if (DESCRIPTORS) state.size++;\n else that.size++;\n // add to index\n if (index !== 'F') state.index[index] = entry;\n } return that;\n };\n\n var getEntry = function (that, key) {\n var state = getInternalState(that);\n // fast case\n var index = fastKey(key);\n var entry;\n if (index !== 'F') return state.index[index];\n // frozen object case\n for (entry = state.first; entry; entry = entry.next) {\n if (entry.key == key) return entry;\n }\n };\n\n redefineAll(C.prototype, {\n // 23.1.3.1 Map.prototype.clear()\n // 23.2.3.2 Set.prototype.clear()\n clear: function clear() {\n var that = this;\n var state = getInternalState(that);\n var data = state.index;\n var entry = state.first;\n while (entry) {\n entry.removed = true;\n if (entry.previous) entry.previous = entry.previous.next = undefined;\n delete data[entry.index];\n entry = entry.next;\n }\n state.first = state.last = undefined;\n if (DESCRIPTORS) state.size = 0;\n else that.size = 0;\n },\n // 23.1.3.3 Map.prototype.delete(key)\n // 23.2.3.4 Set.prototype.delete(value)\n 'delete': function (key) {\n var that = this;\n var state = getInternalState(that);\n var entry = getEntry(that, key);\n if (entry) {\n var next = entry.next;\n var prev = entry.previous;\n delete state.index[entry.index];\n entry.removed = true;\n if (prev) prev.next = next;\n if (next) next.previous = prev;\n if (state.first == entry) state.first = next;\n if (state.last == entry) state.last = prev;\n if (DESCRIPTORS) state.size--;\n else that.size--;\n } return !!entry;\n },\n // 23.2.3.6 Set.prototype.forEach(callbackfn, thisArg = undefined)\n // 23.1.3.5 Map.prototype.forEach(callbackfn, thisArg = undefined)\n forEach: function forEach(callbackfn /* , that = undefined */) {\n var state = getInternalState(this);\n var boundFunction = bind(callbackfn, arguments.length > 1 ? arguments[1] : undefined, 3);\n var entry;\n while (entry = entry ? entry.next : state.first) {\n boundFunction(entry.value, entry.key, this);\n // revert to the last existing entry\n while (entry && entry.removed) entry = entry.previous;\n }\n },\n // 23.1.3.7 Map.prototype.has(key)\n // 23.2.3.7 Set.prototype.has(value)\n has: function has(key) {\n return !!getEntry(this, key);\n }\n });\n\n redefineAll(C.prototype, IS_MAP ? {\n // 23.1.3.6 Map.prototype.get(key)\n get: function get(key) {\n var entry = getEntry(this, key);\n return entry && entry.value;\n },\n // 23.1.3.9 Map.prototype.set(key, value)\n set: function set(key, value) {\n return define(this, key === 0 ? 0 : key, value);\n }\n } : {\n // 23.2.3.1 Set.prototype.add(value)\n add: function add(value) {\n return define(this, value = value === 0 ? 0 : value, value);\n }\n });\n if (DESCRIPTORS) defineProperty(C.prototype, 'size', {\n get: function () {\n return getInternalState(this).size;\n }\n });\n return C;\n },\n setStrong: function (C, CONSTRUCTOR_NAME, IS_MAP) {\n var ITERATOR_NAME = CONSTRUCTOR_NAME + ' Iterator';\n var getInternalCollectionState = internalStateGetterFor(CONSTRUCTOR_NAME);\n var getInternalIteratorState = internalStateGetterFor(ITERATOR_NAME);\n // add .keys, .values, .entries, [@@iterator]\n // 23.1.3.4, 23.1.3.8, 23.1.3.11, 23.1.3.12, 23.2.3.5, 23.2.3.8, 23.2.3.10, 23.2.3.11\n defineIterator(C, CONSTRUCTOR_NAME, function (iterated, kind) {\n setInternalState(this, {\n type: ITERATOR_NAME,\n target: iterated,\n state: getInternalCollectionState(iterated),\n kind: kind,\n last: undefined\n });\n }, function () {\n var state = getInternalIteratorState(this);\n var kind = state.kind;\n var entry = state.last;\n // revert to the last existing entry\n while (entry && entry.removed) entry = entry.previous;\n // get next entry\n if (!state.target || !(state.last = entry = entry ? entry.next : state.state.first)) {\n // or finish the iteration\n state.target = undefined;\n return { value: undefined, done: true };\n }\n // return step by kind\n if (kind == 'keys') return { value: entry.key, done: false };\n if (kind == 'values') return { value: entry.value, done: false };\n return { value: [entry.key, entry.value], done: false };\n }, IS_MAP ? 'entries' : 'values', !IS_MAP, true);\n\n // add [@@species], 23.1.2.2, 23.2.2.2\n setSpecies(CONSTRUCTOR_NAME);\n }\n};\n","var redefine = require('../internals/redefine');\n\nmodule.exports = function (target, src, options) {\n for (var key in src) redefine(target, key, src[key], options);\n return target;\n};\n","'use strict';\nvar getBuiltIn = require('../internals/get-built-in');\nvar definePropertyModule = require('../internals/object-define-property');\nvar wellKnownSymbol = require('../internals/well-known-symbol');\nvar DESCRIPTORS = require('../internals/descriptors');\n\nvar SPECIES = wellKnownSymbol('species');\n\nmodule.exports = function (CONSTRUCTOR_NAME) {\n var Constructor = getBuiltIn(CONSTRUCTOR_NAME);\n var defineProperty = definePropertyModule.f;\n\n if (DESCRIPTORS && Constructor && !Constructor[SPECIES]) {\n defineProperty(Constructor, SPECIES, {\n configurable: true,\n get: function () { return this; }\n });\n }\n};\n","var TO_STRING_TAG_SUPPORT = require('../internals/to-string-tag-support');\nvar redefine = require('../internals/redefine');\nvar toString = require('../internals/object-to-string');\n\n// `Object.prototype.toString` method\n// https://tc39.github.io/ecma262/#sec-object.prototype.tostring\nif (!TO_STRING_TAG_SUPPORT) {\n redefine(Object.prototype, 'toString', toString, { unsafe: true });\n}\n","'use strict';\nvar TO_STRING_TAG_SUPPORT = require('../internals/to-string-tag-support');\nvar classof = require('../internals/classof');\n\n// `Object.prototype.toString` method implementation\n// https://tc39.github.io/ecma262/#sec-object.prototype.tostring\nmodule.exports = TO_STRING_TAG_SUPPORT ? {}.toString : function toString() {\n return '[object ' + classof(this) + ']';\n};\n","'use strict';\nvar charAt = require('../internals/string-multibyte').charAt;\nvar InternalStateModule = require('../internals/internal-state');\nvar defineIterator = require('../internals/define-iterator');\n\nvar STRING_ITERATOR = 'String Iterator';\nvar setInternalState = InternalStateModule.set;\nvar getInternalState = InternalStateModule.getterFor(STRING_ITERATOR);\n\n// `String.prototype[@@iterator]` method\n// https://tc39.github.io/ecma262/#sec-string.prototype-@@iterator\ndefineIterator(String, 'String', function (iterated) {\n setInternalState(this, {\n type: STRING_ITERATOR,\n string: String(iterated),\n index: 0\n });\n// `%StringIteratorPrototype%.next` method\n// https://tc39.github.io/ecma262/#sec-%stringiteratorprototype%.next\n}, function next() {\n var state = getInternalState(this);\n var string = state.string;\n var index = state.index;\n var point;\n if (index >= string.length) return { value: undefined, done: true };\n point = charAt(string, index);\n state.index += point.length;\n return { value: point, done: false };\n});\n","var toInteger = require('../internals/to-integer');\nvar requireObjectCoercible = require('../internals/require-object-coercible');\n\n// `String.prototype.{ codePointAt, at }` methods implementation\nvar createMethod = function (CONVERT_TO_STRING) {\n return function ($this, pos) {\n var S = String(requireObjectCoercible($this));\n var position = toInteger(pos);\n var size = S.length;\n var first, second;\n if (position < 0 || position >= size) return CONVERT_TO_STRING ? '' : undefined;\n first = S.charCodeAt(position);\n return first < 0xD800 || first > 0xDBFF || position + 1 === size\n || (second = S.charCodeAt(position + 1)) < 0xDC00 || second > 0xDFFF\n ? CONVERT_TO_STRING ? S.charAt(position) : first\n : CONVERT_TO_STRING ? S.slice(position, position + 2) : (first - 0xD800 << 10) + (second - 0xDC00) + 0x10000;\n };\n};\n\nmodule.exports = {\n // `String.prototype.codePointAt` method\n // https://tc39.github.io/ecma262/#sec-string.prototype.codepointat\n codeAt: createMethod(false),\n // `String.prototype.at` method\n // https://github.com/mathiasbynens/String.prototype.at\n charAt: createMethod(true)\n};\n","var global = require('../internals/global');\nvar DOMIterables = require('../internals/dom-iterables');\nvar forEach = require('../internals/array-for-each');\nvar createNonEnumerableProperty = require('../internals/create-non-enumerable-property');\n\nfor (var COLLECTION_NAME in DOMIterables) {\n var Collection = global[COLLECTION_NAME];\n var CollectionPrototype = Collection && Collection.prototype;\n // some Chrome versions have non-configurable methods on DOMTokenList\n if (CollectionPrototype && CollectionPrototype.forEach !== forEach) try {\n createNonEnumerableProperty(CollectionPrototype, 'forEach', forEach);\n } catch (error) {\n CollectionPrototype.forEach = forEach;\n }\n}\n","var global = require('../internals/global');\nvar DOMIterables = require('../internals/dom-iterables');\nvar ArrayIteratorMethods = require('../modules/es.array.iterator');\nvar createNonEnumerableProperty = require('../internals/create-non-enumerable-property');\nvar wellKnownSymbol = require('../internals/well-known-symbol');\n\nvar ITERATOR = wellKnownSymbol('iterator');\nvar TO_STRING_TAG = wellKnownSymbol('toStringTag');\nvar ArrayValues = ArrayIteratorMethods.values;\n\nfor (var COLLECTION_NAME in DOMIterables) {\n var Collection = global[COLLECTION_NAME];\n var CollectionPrototype = Collection && Collection.prototype;\n if (CollectionPrototype) {\n // some Chrome versions have non-configurable methods on DOMTokenList\n if (CollectionPrototype[ITERATOR] !== ArrayValues) try {\n createNonEnumerableProperty(CollectionPrototype, ITERATOR, ArrayValues);\n } catch (error) {\n CollectionPrototype[ITERATOR] = ArrayValues;\n }\n if (!CollectionPrototype[TO_STRING_TAG]) {\n createNonEnumerableProperty(CollectionPrototype, TO_STRING_TAG, COLLECTION_NAME);\n }\n if (DOMIterables[COLLECTION_NAME]) for (var METHOD_NAME in ArrayIteratorMethods) {\n // some Chrome versions have non-configurable methods on DOMTokenList\n if (CollectionPrototype[METHOD_NAME] !== ArrayIteratorMethods[METHOD_NAME]) try {\n createNonEnumerableProperty(CollectionPrototype, METHOD_NAME, ArrayIteratorMethods[METHOD_NAME]);\n } catch (error) {\n CollectionPrototype[METHOD_NAME] = ArrayIteratorMethods[METHOD_NAME];\n }\n }\n }\n}\n","var anObject = require('../internals/an-object');\nvar defineProperties = require('../internals/object-define-properties');\nvar enumBugKeys = require('../internals/enum-bug-keys');\nvar hiddenKeys = require('../internals/hidden-keys');\nvar html = require('../internals/html');\nvar documentCreateElement = require('../internals/document-create-element');\nvar sharedKey = require('../internals/shared-key');\n\nvar GT = '>';\nvar LT = '<';\nvar PROTOTYPE = 'prototype';\nvar SCRIPT = 'script';\nvar IE_PROTO = sharedKey('IE_PROTO');\n\nvar EmptyConstructor = function () { /* empty */ };\n\nvar scriptTag = function (content) {\n return LT + SCRIPT + GT + content + LT + '/' + SCRIPT + GT;\n};\n\n// Create object with fake `null` prototype: use ActiveX Object with cleared prototype\nvar NullProtoObjectViaActiveX = function (activeXDocument) {\n activeXDocument.write(scriptTag(''));\n activeXDocument.close();\n var temp = activeXDocument.parentWindow.Object;\n activeXDocument = null; // avoid memory leak\n return temp;\n};\n\n// Create object with fake `null` prototype: use iframe Object with cleared prototype\nvar NullProtoObjectViaIFrame = function () {\n // Thrash, waste and sodomy: IE GC bug\n var iframe = documentCreateElement('iframe');\n var JS = 'java' + SCRIPT + ':';\n var iframeDocument;\n iframe.style.display = 'none';\n html.appendChild(iframe);\n // https://github.com/zloirock/core-js/issues/475\n iframe.src = String(JS);\n iframeDocument = iframe.contentWindow.document;\n iframeDocument.open();\n iframeDocument.write(scriptTag('document.F=Object'));\n iframeDocument.close();\n return iframeDocument.F;\n};\n\n// Check for document.domain and active x support\n// No need to use active x approach when document.domain is not set\n// see https://github.com/es-shims/es5-shim/issues/150\n// variation of https://github.com/kitcambridge/es5-shim/commit/4f738ac066346\n// avoid IE GC bug\nvar activeXDocument;\nvar NullProtoObject = function () {\n try {\n /* global ActiveXObject */\n activeXDocument = document.domain && new ActiveXObject('htmlfile');\n } catch (error) { /* ignore */ }\n NullProtoObject = activeXDocument ? NullProtoObjectViaActiveX(activeXDocument) : NullProtoObjectViaIFrame();\n var length = enumBugKeys.length;\n while (length--) delete NullProtoObject[PROTOTYPE][enumBugKeys[length]];\n return NullProtoObject();\n};\n\nhiddenKeys[IE_PROTO] = true;\n\n// `Object.create` method\n// https://tc39.github.io/ecma262/#sec-object.create\nmodule.exports = Object.create || function create(O, Properties) {\n var result;\n if (O !== null) {\n EmptyConstructor[PROTOTYPE] = anObject(O);\n result = new EmptyConstructor();\n EmptyConstructor[PROTOTYPE] = null;\n // add \"__proto__\" for Object.getPrototypeOf polyfill\n result[IE_PROTO] = O;\n } else result = NullProtoObject();\n return Properties === undefined ? result : defineProperties(result, Properties);\n};\n","'use strict';\nvar fails = require('../internals/fails');\n\nmodule.exports = function (METHOD_NAME, argument) {\n var method = [][METHOD_NAME];\n return !!method && fails(function () {\n // eslint-disable-next-line no-useless-call,no-throw-literal\n method.call(null, argument || function () { throw 1; }, 1);\n });\n};\n","var anObject = require('../internals/an-object');\nvar aFunction = require('../internals/a-function');\nvar wellKnownSymbol = require('../internals/well-known-symbol');\n\nvar SPECIES = wellKnownSymbol('species');\n\n// `SpeciesConstructor` abstract operation\n// https://tc39.github.io/ecma262/#sec-speciesconstructor\nmodule.exports = function (O, defaultConstructor) {\n var C = anObject(O).constructor;\n var S;\n return C === undefined || (S = anObject(C)[SPECIES]) == undefined ? defaultConstructor : aFunction(S);\n};\n","'use strict';\nvar $ = require('../internals/export');\nvar global = require('../internals/global');\nvar DESCRIPTORS = require('../internals/descriptors');\nvar TYPED_ARRAYS_CONSTRUCTORS_REQUIRES_WRAPPERS = require('../internals/typed-array-constructors-require-wrappers');\nvar ArrayBufferViewCore = require('../internals/array-buffer-view-core');\nvar ArrayBufferModule = require('../internals/array-buffer');\nvar anInstance = require('../internals/an-instance');\nvar createPropertyDescriptor = require('../internals/create-property-descriptor');\nvar createNonEnumerableProperty = require('../internals/create-non-enumerable-property');\nvar toLength = require('../internals/to-length');\nvar toIndex = require('../internals/to-index');\nvar toOffset = require('../internals/to-offset');\nvar toPrimitive = require('../internals/to-primitive');\nvar has = require('../internals/has');\nvar classof = require('../internals/classof');\nvar isObject = require('../internals/is-object');\nvar create = require('../internals/object-create');\nvar setPrototypeOf = require('../internals/object-set-prototype-of');\nvar getOwnPropertyNames = require('../internals/object-get-own-property-names').f;\nvar typedArrayFrom = require('../internals/typed-array-from');\nvar forEach = require('../internals/array-iteration').forEach;\nvar setSpecies = require('../internals/set-species');\nvar definePropertyModule = require('../internals/object-define-property');\nvar getOwnPropertyDescriptorModule = require('../internals/object-get-own-property-descriptor');\nvar InternalStateModule = require('../internals/internal-state');\nvar inheritIfRequired = require('../internals/inherit-if-required');\n\nvar getInternalState = InternalStateModule.get;\nvar setInternalState = InternalStateModule.set;\nvar nativeDefineProperty = definePropertyModule.f;\nvar nativeGetOwnPropertyDescriptor = getOwnPropertyDescriptorModule.f;\nvar round = Math.round;\nvar RangeError = global.RangeError;\nvar ArrayBuffer = ArrayBufferModule.ArrayBuffer;\nvar DataView = ArrayBufferModule.DataView;\nvar NATIVE_ARRAY_BUFFER_VIEWS = ArrayBufferViewCore.NATIVE_ARRAY_BUFFER_VIEWS;\nvar TYPED_ARRAY_TAG = ArrayBufferViewCore.TYPED_ARRAY_TAG;\nvar TypedArray = ArrayBufferViewCore.TypedArray;\nvar TypedArrayPrototype = ArrayBufferViewCore.TypedArrayPrototype;\nvar aTypedArrayConstructor = ArrayBufferViewCore.aTypedArrayConstructor;\nvar isTypedArray = ArrayBufferViewCore.isTypedArray;\nvar BYTES_PER_ELEMENT = 'BYTES_PER_ELEMENT';\nvar WRONG_LENGTH = 'Wrong length';\n\nvar fromList = function (C, list) {\n var index = 0;\n var length = list.length;\n var result = new (aTypedArrayConstructor(C))(length);\n while (length > index) result[index] = list[index++];\n return result;\n};\n\nvar addGetter = function (it, key) {\n nativeDefineProperty(it, key, { get: function () {\n return getInternalState(this)[key];\n } });\n};\n\nvar isArrayBuffer = function (it) {\n var klass;\n return it instanceof ArrayBuffer || (klass = classof(it)) == 'ArrayBuffer' || klass == 'SharedArrayBuffer';\n};\n\nvar isTypedArrayIndex = function (target, key) {\n return isTypedArray(target)\n && typeof key != 'symbol'\n && key in target\n && String(+key) == String(key);\n};\n\nvar wrappedGetOwnPropertyDescriptor = function getOwnPropertyDescriptor(target, key) {\n return isTypedArrayIndex(target, key = toPrimitive(key, true))\n ? createPropertyDescriptor(2, target[key])\n : nativeGetOwnPropertyDescriptor(target, key);\n};\n\nvar wrappedDefineProperty = function defineProperty(target, key, descriptor) {\n if (isTypedArrayIndex(target, key = toPrimitive(key, true))\n && isObject(descriptor)\n && has(descriptor, 'value')\n && !has(descriptor, 'get')\n && !has(descriptor, 'set')\n // TODO: add validation descriptor w/o calling accessors\n && !descriptor.configurable\n && (!has(descriptor, 'writable') || descriptor.writable)\n && (!has(descriptor, 'enumerable') || descriptor.enumerable)\n ) {\n target[key] = descriptor.value;\n return target;\n } return nativeDefineProperty(target, key, descriptor);\n};\n\nif (DESCRIPTORS) {\n if (!NATIVE_ARRAY_BUFFER_VIEWS) {\n getOwnPropertyDescriptorModule.f = wrappedGetOwnPropertyDescriptor;\n definePropertyModule.f = wrappedDefineProperty;\n addGetter(TypedArrayPrototype, 'buffer');\n addGetter(TypedArrayPrototype, 'byteOffset');\n addGetter(TypedArrayPrototype, 'byteLength');\n addGetter(TypedArrayPrototype, 'length');\n }\n\n $({ target: 'Object', stat: true, forced: !NATIVE_ARRAY_BUFFER_VIEWS }, {\n getOwnPropertyDescriptor: wrappedGetOwnPropertyDescriptor,\n defineProperty: wrappedDefineProperty\n });\n\n module.exports = function (TYPE, wrapper, CLAMPED) {\n var BYTES = TYPE.match(/\\d+$/)[0] / 8;\n var CONSTRUCTOR_NAME = TYPE + (CLAMPED ? 'Clamped' : '') + 'Array';\n var GETTER = 'get' + TYPE;\n var SETTER = 'set' + TYPE;\n var NativeTypedArrayConstructor = global[CONSTRUCTOR_NAME];\n var TypedArrayConstructor = NativeTypedArrayConstructor;\n var TypedArrayConstructorPrototype = TypedArrayConstructor && TypedArrayConstructor.prototype;\n var exported = {};\n\n var getter = function (that, index) {\n var data = getInternalState(that);\n return data.view[GETTER](index * BYTES + data.byteOffset, true);\n };\n\n var setter = function (that, index, value) {\n var data = getInternalState(that);\n if (CLAMPED) value = (value = round(value)) < 0 ? 0 : value > 0xFF ? 0xFF : value & 0xFF;\n data.view[SETTER](index * BYTES + data.byteOffset, value, true);\n };\n\n var addElement = function (that, index) {\n nativeDefineProperty(that, index, {\n get: function () {\n return getter(this, index);\n },\n set: function (value) {\n return setter(this, index, value);\n },\n enumerable: true\n });\n };\n\n if (!NATIVE_ARRAY_BUFFER_VIEWS) {\n TypedArrayConstructor = wrapper(function (that, data, offset, $length) {\n anInstance(that, TypedArrayConstructor, CONSTRUCTOR_NAME);\n var index = 0;\n var byteOffset = 0;\n var buffer, byteLength, length;\n if (!isObject(data)) {\n length = toIndex(data);\n byteLength = length * BYTES;\n buffer = new ArrayBuffer(byteLength);\n } else if (isArrayBuffer(data)) {\n buffer = data;\n byteOffset = toOffset(offset, BYTES);\n var $len = data.byteLength;\n if ($length === undefined) {\n if ($len % BYTES) throw RangeError(WRONG_LENGTH);\n byteLength = $len - byteOffset;\n if (byteLength < 0) throw RangeError(WRONG_LENGTH);\n } else {\n byteLength = toLength($length) * BYTES;\n if (byteLength + byteOffset > $len) throw RangeError(WRONG_LENGTH);\n }\n length = byteLength / BYTES;\n } else if (isTypedArray(data)) {\n return fromList(TypedArrayConstructor, data);\n } else {\n return typedArrayFrom.call(TypedArrayConstructor, data);\n }\n setInternalState(that, {\n buffer: buffer,\n byteOffset: byteOffset,\n byteLength: byteLength,\n length: length,\n view: new DataView(buffer)\n });\n while (index < length) addElement(that, index++);\n });\n\n if (setPrototypeOf) setPrototypeOf(TypedArrayConstructor, TypedArray);\n TypedArrayConstructorPrototype = TypedArrayConstructor.prototype = create(TypedArrayPrototype);\n } else if (TYPED_ARRAYS_CONSTRUCTORS_REQUIRES_WRAPPERS) {\n TypedArrayConstructor = wrapper(function (dummy, data, typedArrayOffset, $length) {\n anInstance(dummy, TypedArrayConstructor, CONSTRUCTOR_NAME);\n return inheritIfRequired(function () {\n if (!isObject(data)) return new NativeTypedArrayConstructor(toIndex(data));\n if (isArrayBuffer(data)) return $length !== undefined\n ? new NativeTypedArrayConstructor(data, toOffset(typedArrayOffset, BYTES), $length)\n : typedArrayOffset !== undefined\n ? new NativeTypedArrayConstructor(data, toOffset(typedArrayOffset, BYTES))\n : new NativeTypedArrayConstructor(data);\n if (isTypedArray(data)) return fromList(TypedArrayConstructor, data);\n return typedArrayFrom.call(TypedArrayConstructor, data);\n }(), dummy, TypedArrayConstructor);\n });\n\n if (setPrototypeOf) setPrototypeOf(TypedArrayConstructor, TypedArray);\n forEach(getOwnPropertyNames(NativeTypedArrayConstructor), function (key) {\n if (!(key in TypedArrayConstructor)) {\n createNonEnumerableProperty(TypedArrayConstructor, key, NativeTypedArrayConstructor[key]);\n }\n });\n TypedArrayConstructor.prototype = TypedArrayConstructorPrototype;\n }\n\n if (TypedArrayConstructorPrototype.constructor !== TypedArrayConstructor) {\n createNonEnumerableProperty(TypedArrayConstructorPrototype, 'constructor', TypedArrayConstructor);\n }\n\n if (TYPED_ARRAY_TAG) {\n createNonEnumerableProperty(TypedArrayConstructorPrototype, TYPED_ARRAY_TAG, CONSTRUCTOR_NAME);\n }\n\n exported[CONSTRUCTOR_NAME] = TypedArrayConstructor;\n\n $({\n global: true, forced: TypedArrayConstructor != NativeTypedArrayConstructor, sham: !NATIVE_ARRAY_BUFFER_VIEWS\n }, exported);\n\n if (!(BYTES_PER_ELEMENT in TypedArrayConstructor)) {\n createNonEnumerableProperty(TypedArrayConstructor, BYTES_PER_ELEMENT, BYTES);\n }\n\n if (!(BYTES_PER_ELEMENT in TypedArrayConstructorPrototype)) {\n createNonEnumerableProperty(TypedArrayConstructorPrototype, BYTES_PER_ELEMENT, BYTES);\n }\n\n setSpecies(CONSTRUCTOR_NAME);\n };\n} else module.exports = function () { /* empty */ };\n","var DESCRIPTORS = require('../internals/descriptors');\nvar propertyIsEnumerableModule = require('../internals/object-property-is-enumerable');\nvar createPropertyDescriptor = require('../internals/create-property-descriptor');\nvar toIndexedObject = require('../internals/to-indexed-object');\nvar toPrimitive = require('../internals/to-primitive');\nvar has = require('../internals/has');\nvar IE8_DOM_DEFINE = require('../internals/ie8-dom-define');\n\nvar nativeGetOwnPropertyDescriptor = Object.getOwnPropertyDescriptor;\n\n// `Object.getOwnPropertyDescriptor` method\n// https://tc39.github.io/ecma262/#sec-object.getownpropertydescriptor\nexports.f = DESCRIPTORS ? nativeGetOwnPropertyDescriptor : function getOwnPropertyDescriptor(O, P) {\n O = toIndexedObject(O);\n P = toPrimitive(P, true);\n if (IE8_DOM_DEFINE) try {\n return nativeGetOwnPropertyDescriptor(O, P);\n } catch (error) { /* empty */ }\n if (has(O, P)) return createPropertyDescriptor(!propertyIsEnumerableModule.f.call(O, P), O[P]);\n};\n","var toString = {}.toString;\n\nmodule.exports = function (it) {\n return toString.call(it).slice(8, -1);\n};\n","// `RequireObjectCoercible` abstract operation\n// https://tc39.github.io/ecma262/#sec-requireobjectcoercible\nmodule.exports = function (it) {\n if (it == undefined) throw TypeError(\"Can't call method on \" + it);\n return it;\n};\n","var DESCRIPTORS = require('../internals/descriptors');\nvar fails = require('../internals/fails');\nvar createElement = require('../internals/document-create-element');\n\n// Thank's IE8 for his funny defineProperty\nmodule.exports = !DESCRIPTORS && !fails(function () {\n return Object.defineProperty(createElement('div'), 'a', {\n get: function () { return 7; }\n }).a != 7;\n});\n","var isObject = require('../internals/is-object');\n\nmodule.exports = function (it) {\n if (!isObject(it)) {\n throw TypeError(String(it) + ' is not an object');\n } return it;\n};\n","var store = require('../internals/shared-store');\n\nvar functionToString = Function.toString;\n\n// this helper broken in `3.4.1-3.4.4`, so we can't use `shared` helper\nif (typeof store.inspectSource != 'function') {\n store.inspectSource = function (it) {\n return functionToString.call(it);\n };\n}\n\nmodule.exports = store.inspectSource;\n","var global = require('../internals/global');\nvar setGlobal = require('../internals/set-global');\n\nvar SHARED = '__core-js_shared__';\nvar store = global[SHARED] || setGlobal(SHARED, {});\n\nmodule.exports = store;\n","var IS_PURE = require('../internals/is-pure');\nvar store = require('../internals/shared-store');\n\n(module.exports = function (key, value) {\n return store[key] || (store[key] = value !== undefined ? value : {});\n})('versions', []).push({\n version: '3.6.4',\n mode: IS_PURE ? 'pure' : 'global',\n copyright: '© 2020 Denis Pushkarev (zloirock.ru)'\n});\n","var id = 0;\nvar postfix = Math.random();\n\nmodule.exports = function (key) {\n return 'Symbol(' + String(key === undefined ? '' : key) + ')_' + (++id + postfix).toString(36);\n};\n","module.exports = {};\n","var path = require('../internals/path');\nvar global = require('../internals/global');\n\nvar aFunction = function (variable) {\n return typeof variable == 'function' ? variable : undefined;\n};\n\nmodule.exports = function (namespace, method) {\n return arguments.length < 2 ? aFunction(path[namespace]) || aFunction(global[namespace])\n : path[namespace] && path[namespace][method] || global[namespace] && global[namespace][method];\n};\n","var toInteger = require('../internals/to-integer');\n\nvar min = Math.min;\n\n// `ToLength` abstract operation\n// https://tc39.github.io/ecma262/#sec-tolength\nmodule.exports = function (argument) {\n return argument > 0 ? min(toInteger(argument), 0x1FFFFFFFFFFFFF) : 0; // 2 ** 53 - 1 == 9007199254740991\n};\n","var ceil = Math.ceil;\nvar floor = Math.floor;\n\n// `ToInteger` abstract operation\n// https://tc39.github.io/ecma262/#sec-tointeger\nmodule.exports = function (argument) {\n return isNaN(argument = +argument) ? 0 : (argument > 0 ? floor : ceil)(argument);\n};\n","var classof = require('../internals/classof-raw');\n\n// `IsArray` abstract operation\n// https://tc39.github.io/ecma262/#sec-isarray\nmodule.exports = Array.isArray || function isArray(arg) {\n return classof(arg) == 'Array';\n};\n","var fails = require('../internals/fails');\n\nmodule.exports = !!Object.getOwnPropertySymbols && !fails(function () {\n // Chrome 38 Symbol has incorrect toString conversion\n // eslint-disable-next-line no-undef\n return !String(Symbol());\n});\n","var global = require('../internals/global');\nvar userAgent = require('../internals/engine-user-agent');\n\nvar process = global.process;\nvar versions = process && process.versions;\nvar v8 = versions && versions.v8;\nvar match, version;\n\nif (v8) {\n match = v8.split('.');\n version = match[0] + match[1];\n} else if (userAgent) {\n match = userAgent.match(/Edge\\/(\\d+)/);\n if (!match || match[1] >= 74) {\n match = userAgent.match(/Chrome\\/(\\d+)/);\n if (match) version = match[1];\n }\n}\n\nmodule.exports = version && +version;\n","module.exports = function(module) {\n\tif (!module.webpackPolyfill) {\n\t\tmodule.deprecate = function() {};\n\t\tmodule.paths = [];\n\t\t// module.parent = undefined by default\n\t\tif (!module.children) module.children = [];\n\t\tObject.defineProperty(module, \"loaded\", {\n\t\t\tenumerable: true,\n\t\t\tget: function() {\n\t\t\t\treturn module.l;\n\t\t\t}\n\t\t});\n\t\tObject.defineProperty(module, \"id\", {\n\t\t\tenumerable: true,\n\t\t\tget: function() {\n\t\t\t\treturn module.i;\n\t\t\t}\n\t\t});\n\t\tmodule.webpackPolyfill = 1;\n\t}\n\treturn module;\n};\n","var DESCRIPTORS = require('../internals/descriptors');\nvar propertyIsEnumerableModule = require('../internals/object-property-is-enumerable');\nvar createPropertyDescriptor = require('../internals/create-property-descriptor');\nvar toIndexedObject = require('../internals/to-indexed-object');\nvar toPrimitive = require('../internals/to-primitive');\nvar has = require('../internals/has');\nvar IE8_DOM_DEFINE = require('../internals/ie8-dom-define');\n\nvar nativeGetOwnPropertyDescriptor = Object.getOwnPropertyDescriptor;\n\n// `Object.getOwnPropertyDescriptor` method\n// https://tc39.github.io/ecma262/#sec-object.getownpropertydescriptor\nexports.f = DESCRIPTORS ? nativeGetOwnPropertyDescriptor : function getOwnPropertyDescriptor(O, P) {\n O = toIndexedObject(O);\n P = toPrimitive(P, true);\n if (IE8_DOM_DEFINE) try {\n return nativeGetOwnPropertyDescriptor(O, P);\n } catch (error) { /* empty */ }\n if (has(O, P)) return createPropertyDescriptor(!propertyIsEnumerableModule.f.call(O, P), O[P]);\n};\n","var DESCRIPTORS = require('../internals/descriptors');\nvar fails = require('../internals/fails');\nvar createElement = require('../internals/document-create-element');\n\n// Thank's IE8 for his funny defineProperty\nmodule.exports = !DESCRIPTORS && !fails(function () {\n return Object.defineProperty(createElement('div'), 'a', {\n get: function () { return 7; }\n }).a != 7;\n});\n","var global = require('../internals/global');\nvar createNonEnumerableProperty = require('../internals/create-non-enumerable-property');\nvar has = require('../internals/has');\nvar setGlobal = require('../internals/set-global');\nvar inspectSource = require('../internals/inspect-source');\nvar InternalStateModule = require('../internals/internal-state');\n\nvar getInternalState = InternalStateModule.get;\nvar enforceInternalState = InternalStateModule.enforce;\nvar TEMPLATE = String(String).split('String');\n\n(module.exports = function (O, key, value, options) {\n var unsafe = options ? !!options.unsafe : false;\n var simple = options ? !!options.enumerable : false;\n var noTargetGet = options ? !!options.noTargetGet : false;\n if (typeof value == 'function') {\n if (typeof key == 'string' && !has(value, 'name')) createNonEnumerableProperty(value, 'name', key);\n enforceInternalState(value).source = TEMPLATE.join(typeof key == 'string' ? key : '');\n }\n if (O === global) {\n if (simple) O[key] = value;\n else setGlobal(key, value);\n return;\n } else if (!unsafe) {\n delete O[key];\n } else if (!noTargetGet && O[key]) {\n simple = true;\n }\n if (simple) O[key] = value;\n else createNonEnumerableProperty(O, key, value);\n// add fake Function#toString for correct work wrapped methods / constructors with methods like LoDash isNative\n})(Function.prototype, 'toString', function toString() {\n return typeof this == 'function' && getInternalState(this).source || inspectSource(this);\n});\n","var store = require('../internals/shared-store');\n\nvar functionToString = Function.toString;\n\n// this helper broken in `3.4.1-3.4.4`, so we can't use `shared` helper\nif (typeof store.inspectSource != 'function') {\n store.inspectSource = function (it) {\n return functionToString.call(it);\n };\n}\n\nmodule.exports = store.inspectSource;\n","var global = require('../internals/global');\nvar setGlobal = require('../internals/set-global');\n\nvar SHARED = '__core-js_shared__';\nvar store = global[SHARED] || setGlobal(SHARED, {});\n\nmodule.exports = store;\n","var IS_PURE = require('../internals/is-pure');\nvar store = require('../internals/shared-store');\n\n(module.exports = function (key, value) {\n return store[key] || (store[key] = value !== undefined ? value : {});\n})('versions', []).push({\n version: '3.6.4',\n mode: IS_PURE ? 'pure' : 'global',\n copyright: '© 2020 Denis Pushkarev (zloirock.ru)'\n});\n","var id = 0;\nvar postfix = Math.random();\n\nmodule.exports = function (key) {\n return 'Symbol(' + String(key === undefined ? '' : key) + ')_' + (++id + postfix).toString(36);\n};\n","module.exports = {};\n","var path = require('../internals/path');\nvar global = require('../internals/global');\n\nvar aFunction = function (variable) {\n return typeof variable == 'function' ? variable : undefined;\n};\n\nmodule.exports = function (namespace, method) {\n return arguments.length < 2 ? aFunction(path[namespace]) || aFunction(global[namespace])\n : path[namespace] && path[namespace][method] || global[namespace] && global[namespace][method];\n};\n","var classof = require('../internals/classof-raw');\n\n// `IsArray` abstract operation\n// https://tc39.github.io/ecma262/#sec-isarray\nmodule.exports = Array.isArray || function isArray(arg) {\n return classof(arg) == 'Array';\n};\n","var isObject = require('../internals/is-object');\nvar isArray = require('../internals/is-array');\nvar wellKnownSymbol = require('../internals/well-known-symbol');\n\nvar SPECIES = wellKnownSymbol('species');\n\n// `ArraySpeciesCreate` abstract operation\n// https://tc39.github.io/ecma262/#sec-arrayspeciescreate\nmodule.exports = function (originalArray, length) {\n var C;\n if (isArray(originalArray)) {\n C = originalArray.constructor;\n // cross-realm fallback\n if (typeof C == 'function' && (C === Array || isArray(C.prototype))) C = undefined;\n else if (isObject(C)) {\n C = C[SPECIES];\n if (C === null) C = undefined;\n }\n } return new (C === undefined ? Array : C)(length === 0 ? 0 : length);\n};\n","var fails = require('../internals/fails');\n\nmodule.exports = !!Object.getOwnPropertySymbols && !fails(function () {\n // Chrome 38 Symbol has incorrect toString conversion\n // eslint-disable-next-line no-undef\n return !String(Symbol());\n});\n","var global = require('../internals/global');\nvar userAgent = require('../internals/engine-user-agent');\n\nvar process = global.process;\nvar versions = process && process.versions;\nvar v8 = versions && versions.v8;\nvar match, version;\n\nif (v8) {\n match = v8.split('.');\n version = match[0] + match[1];\n} else if (userAgent) {\n match = userAgent.match(/Edge\\/(\\d+)/);\n if (!match || match[1] >= 74) {\n match = userAgent.match(/Chrome\\/(\\d+)/);\n if (match) version = match[1];\n }\n}\n\nmodule.exports = version && +version;\n","var bind = require('../internals/function-bind-context');\nvar IndexedObject = require('../internals/indexed-object');\nvar toObject = require('../internals/to-object');\nvar toLength = require('../internals/to-length');\nvar arraySpeciesCreate = require('../internals/array-species-create');\n\nvar push = [].push;\n\n// `Array.prototype.{ forEach, map, filter, some, every, find, findIndex }` methods implementation\nvar createMethod = function (TYPE) {\n var IS_MAP = TYPE == 1;\n var IS_FILTER = TYPE == 2;\n var IS_SOME = TYPE == 3;\n var IS_EVERY = TYPE == 4;\n var IS_FIND_INDEX = TYPE == 6;\n var NO_HOLES = TYPE == 5 || IS_FIND_INDEX;\n return function ($this, callbackfn, that, specificCreate) {\n var O = toObject($this);\n var self = IndexedObject(O);\n var boundFunction = bind(callbackfn, that, 3);\n var length = toLength(self.length);\n var index = 0;\n var create = specificCreate || arraySpeciesCreate;\n var target = IS_MAP ? create($this, length) : IS_FILTER ? create($this, 0) : undefined;\n var value, result;\n for (;length > index; index++) if (NO_HOLES || index in self) {\n value = self[index];\n result = boundFunction(value, index, O);\n if (TYPE) {\n if (IS_MAP) target[index] = result; // map\n else if (result) switch (TYPE) {\n case 3: return true; // some\n case 5: return value; // find\n case 6: return index; // findIndex\n case 2: push.call(target, value); // filter\n } else if (IS_EVERY) return false; // every\n }\n }\n return IS_FIND_INDEX ? -1 : IS_SOME || IS_EVERY ? IS_EVERY : target;\n };\n};\n\nmodule.exports = {\n // `Array.prototype.forEach` method\n // https://tc39.github.io/ecma262/#sec-array.prototype.foreach\n forEach: createMethod(0),\n // `Array.prototype.map` method\n // https://tc39.github.io/ecma262/#sec-array.prototype.map\n map: createMethod(1),\n // `Array.prototype.filter` method\n // https://tc39.github.io/ecma262/#sec-array.prototype.filter\n filter: createMethod(2),\n // `Array.prototype.some` method\n // https://tc39.github.io/ecma262/#sec-array.prototype.some\n some: createMethod(3),\n // `Array.prototype.every` method\n // https://tc39.github.io/ecma262/#sec-array.prototype.every\n every: createMethod(4),\n // `Array.prototype.find` method\n // https://tc39.github.io/ecma262/#sec-array.prototype.find\n find: createMethod(5),\n // `Array.prototype.findIndex` method\n // https://tc39.github.io/ecma262/#sec-array.prototype.findIndex\n findIndex: createMethod(6)\n};\n","'use strict';\nvar fails = require('../internals/fails');\n\nmodule.exports = function (METHOD_NAME, argument) {\n var method = [][METHOD_NAME];\n return !!method && fails(function () {\n // eslint-disable-next-line no-useless-call,no-throw-literal\n method.call(null, argument || function () { throw 1; }, 1);\n });\n};\n","'use strict';\nvar $ = require('../internals/export');\nvar exec = require('../internals/regexp-exec');\n\n$({ target: 'RegExp', proto: true, forced: /./.exec !== exec }, {\n exec: exec\n});\n","'use strict';\n// TODO: Remove from `core-js@4` since it's moved to entry points\nrequire('../modules/es.regexp.exec');\nvar redefine = require('../internals/redefine');\nvar fails = require('../internals/fails');\nvar wellKnownSymbol = require('../internals/well-known-symbol');\nvar regexpExec = require('../internals/regexp-exec');\nvar createNonEnumerableProperty = require('../internals/create-non-enumerable-property');\n\nvar SPECIES = wellKnownSymbol('species');\n\nvar REPLACE_SUPPORTS_NAMED_GROUPS = !fails(function () {\n // #replace needs built-in support for named groups.\n // #match works fine because it just return the exec results, even if it has\n // a \"grops\" property.\n var re = /./;\n re.exec = function () {\n var result = [];\n result.groups = { a: '7' };\n return result;\n };\n return ''.replace(re, '$<a>') !== '7';\n});\n\n// IE <= 11 replaces $0 with the whole match, as if it was $&\n// https://stackoverflow.com/questions/6024666/getting-ie-to-replace-a-regex-with-the-literal-string-0\nvar REPLACE_KEEPS_$0 = (function () {\n return 'a'.replace(/./, '$0') === '$0';\n})();\n\nvar REPLACE = wellKnownSymbol('replace');\n// Safari <= 13.0.3(?) substitutes nth capture where n>m with an empty string\nvar REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE = (function () {\n if (/./[REPLACE]) {\n return /./[REPLACE]('a', '$0') === '';\n }\n return false;\n})();\n\n// Chrome 51 has a buggy \"split\" implementation when RegExp#exec !== nativeExec\n// Weex JS has frozen built-in prototypes, so use try / catch wrapper\nvar SPLIT_WORKS_WITH_OVERWRITTEN_EXEC = !fails(function () {\n var re = /(?:)/;\n var originalExec = re.exec;\n re.exec = function () { return originalExec.apply(this, arguments); };\n var result = 'ab'.split(re);\n return result.length !== 2 || result[0] !== 'a' || result[1] !== 'b';\n});\n\nmodule.exports = function (KEY, length, exec, sham) {\n var SYMBOL = wellKnownSymbol(KEY);\n\n var DELEGATES_TO_SYMBOL = !fails(function () {\n // String methods call symbol-named RegEp methods\n var O = {};\n O[SYMBOL] = function () { return 7; };\n return ''[KEY](O) != 7;\n });\n\n var DELEGATES_TO_EXEC = DELEGATES_TO_SYMBOL && !fails(function () {\n // Symbol-named RegExp methods call .exec\n var execCalled = false;\n var re = /a/;\n\n if (KEY === 'split') {\n // We can't use real regex here since it causes deoptimization\n // and serious performance degradation in V8\n // https://github.com/zloirock/core-js/issues/306\n re = {};\n // RegExp[@@split] doesn't call the regex's exec method, but first creates\n // a new one. We need to return the patched regex when creating the new one.\n re.constructor = {};\n re.constructor[SPECIES] = function () { return re; };\n re.flags = '';\n re[SYMBOL] = /./[SYMBOL];\n }\n\n re.exec = function () { execCalled = true; return null; };\n\n re[SYMBOL]('');\n return !execCalled;\n });\n\n if (\n !DELEGATES_TO_SYMBOL ||\n !DELEGATES_TO_EXEC ||\n (KEY === 'replace' && !(\n REPLACE_SUPPORTS_NAMED_GROUPS &&\n REPLACE_KEEPS_$0 &&\n !REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE\n )) ||\n (KEY === 'split' && !SPLIT_WORKS_WITH_OVERWRITTEN_EXEC)\n ) {\n var nativeRegExpMethod = /./[SYMBOL];\n var methods = exec(SYMBOL, ''[KEY], function (nativeMethod, regexp, str, arg2, forceStringMethod) {\n if (regexp.exec === regexpExec) {\n if (DELEGATES_TO_SYMBOL && !forceStringMethod) {\n // The native String method already delegates to @@method (this\n // polyfilled function), leasing to infinite recursion.\n // We avoid it by directly calling the native @@method method.\n return { done: true, value: nativeRegExpMethod.call(regexp, str, arg2) };\n }\n return { done: true, value: nativeMethod.call(str, regexp, arg2) };\n }\n return { done: false };\n }, {\n REPLACE_KEEPS_$0: REPLACE_KEEPS_$0,\n REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE: REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE\n });\n var stringMethod = methods[0];\n var regexMethod = methods[1];\n\n redefine(String.prototype, KEY, stringMethod);\n redefine(RegExp.prototype, SYMBOL, length == 2\n // 21.2.5.8 RegExp.prototype[@@replace](string, replaceValue)\n // 21.2.5.11 RegExp.prototype[@@split](string, limit)\n ? function (string, arg) { return regexMethod.call(string, this, arg); }\n // 21.2.5.6 RegExp.prototype[@@match](string)\n // 21.2.5.9 RegExp.prototype[@@search](string)\n : function (string) { return regexMethod.call(string, this); }\n );\n }\n\n if (sham) createNonEnumerableProperty(RegExp.prototype[SYMBOL], 'sham', true);\n};\n","'use strict';\nvar charAt = require('../internals/string-multibyte').charAt;\n\n// `AdvanceStringIndex` abstract operation\n// https://tc39.github.io/ecma262/#sec-advancestringindex\nmodule.exports = function (S, index, unicode) {\n return index + (unicode ? charAt(S, index).length : 1);\n};\n","var classof = require('./classof-raw');\nvar regexpExec = require('./regexp-exec');\n\n// `RegExpExec` abstract operation\n// https://tc39.github.io/ecma262/#sec-regexpexec\nmodule.exports = function (R, S) {\n var exec = R.exec;\n if (typeof exec === 'function') {\n var result = exec.call(R, S);\n if (typeof result !== 'object') {\n throw TypeError('RegExp exec method returned something other than an Object or null');\n }\n return result;\n }\n\n if (classof(R) !== 'RegExp') {\n throw TypeError('RegExp#exec called on incompatible receiver');\n }\n\n return regexpExec.call(R, S);\n};\n\n","'use strict';\n\nexports.__esModule = true;\nexports.HandlebarsEnvironment = HandlebarsEnvironment;\n// istanbul ignore next\n\nfunction _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { 'default': obj }; }\n\nvar _utils = require('./utils');\n\nvar _exception = require('./exception');\n\nvar _exception2 = _interopRequireDefault(_exception);\n\nvar _helpers = require('./helpers');\n\nvar _decorators = require('./decorators');\n\nvar _logger = require('./logger');\n\nvar _logger2 = _interopRequireDefault(_logger);\n\nvar _internalProtoAccess = require('./internal/proto-access');\n\nvar VERSION = '4.7.3';\nexports.VERSION = VERSION;\nvar COMPILER_REVISION = 8;\nexports.COMPILER_REVISION = COMPILER_REVISION;\nvar LAST_COMPATIBLE_COMPILER_REVISION = 7;\n\nexports.LAST_COMPATIBLE_COMPILER_REVISION = LAST_COMPATIBLE_COMPILER_REVISION;\nvar REVISION_CHANGES = {\n 1: '<= 1.0.rc.2', // 1.0.rc.2 is actually rev2 but doesn't report it\n 2: '== 1.0.0-rc.3',\n 3: '== 1.0.0-rc.4',\n 4: '== 1.x.x',\n 5: '== 2.0.0-alpha.x',\n 6: '>= 2.0.0-beta.1',\n 7: '>= 4.0.0 <4.3.0',\n 8: '>= 4.3.0'\n};\n\nexports.REVISION_CHANGES = REVISION_CHANGES;\nvar objectType = '[object Object]';\n\nfunction HandlebarsEnvironment(helpers, partials, decorators) {\n this.helpers = helpers || {};\n this.partials = partials || {};\n this.decorators = decorators || {};\n\n _helpers.registerDefaultHelpers(this);\n _decorators.registerDefaultDecorators(this);\n}\n\nHandlebarsEnvironment.prototype = {\n constructor: HandlebarsEnvironment,\n\n logger: _logger2['default'],\n log: _logger2['default'].log,\n\n registerHelper: function registerHelper(name, fn) {\n if (_utils.toString.call(name) === objectType) {\n if (fn) {\n throw new _exception2['default']('Arg not supported with multiple helpers');\n }\n _utils.extend(this.helpers, name);\n } else {\n this.helpers[name] = fn;\n }\n },\n unregisterHelper: function unregisterHelper(name) {\n delete this.helpers[name];\n },\n\n registerPartial: function registerPartial(name, partial) {\n if (_utils.toString.call(name) === objectType) {\n _utils.extend(this.partials, name);\n } else {\n if (typeof partial === 'undefined') {\n throw new _exception2['default']('Attempting to register a partial called \"' + name + '\" as undefined');\n }\n this.partials[name] = partial;\n }\n },\n unregisterPartial: function unregisterPartial(name) {\n delete this.partials[name];\n },\n\n registerDecorator: function registerDecorator(name, fn) {\n if (_utils.toString.call(name) === objectType) {\n if (fn) {\n throw new _exception2['default']('Arg not supported with multiple decorators');\n }\n _utils.extend(this.decorators, name);\n } else {\n this.decorators[name] = fn;\n }\n },\n unregisterDecorator: function unregisterDecorator(name) {\n delete this.decorators[name];\n },\n /**\n * Reset the memory of illegal property accesses that have already been logged.\n * @deprecated should only be used in handlebars test-cases\n */\n resetLoggedPropertyAccesses: function resetLoggedPropertyAccesses() {\n _internalProtoAccess.resetLoggedProperties();\n }\n};\n\nvar log = _logger2['default'].log;\n\nexports.log = log;\nexports.createFrame = _utils.createFrame;\nexports.logger = _logger2['default'];\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uL2xpYi9oYW5kbGViYXJzL2Jhc2UuanMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6Ijs7Ozs7Ozs7cUJBQThDLFNBQVM7O3lCQUNqQyxhQUFhOzs7O3VCQUNJLFdBQVc7OzBCQUNSLGNBQWM7O3NCQUNyQyxVQUFVOzs7O21DQUNTLHlCQUF5Qjs7QUFFeEQsSUFBTSxPQUFPLEdBQUcsT0FBTyxDQUFDOztBQUN4QixJQUFNLGlCQUFpQixHQUFHLENBQUMsQ0FBQzs7QUFDNUIsSUFBTSxpQ0FBaUMsR0FBRyxDQUFDLENBQUM7OztBQUU1QyxJQUFNLGdCQUFnQixHQUFHO0FBQzlCLEdBQUMsRUFBRSxhQUFhO0FBQ2hCLEdBQUMsRUFBRSxlQUFlO0FBQ2xCLEdBQUMsRUFBRSxlQUFlO0FBQ2xCLEdBQUMsRUFBRSxVQUFVO0FBQ2IsR0FBQyxFQUFFLGtCQUFrQjtBQUNyQixHQUFDLEVBQUUsaUJBQWlCO0FBQ3BCLEdBQUMsRUFBRSxpQkFBaUI7QUFDcEIsR0FBQyxFQUFFLFVBQVU7Q0FDZCxDQUFDOzs7QUFFRixJQUFNLFVBQVUsR0FBRyxpQkFBaUIsQ0FBQzs7QUFFOUIsU0FBUyxxQkFBcUIsQ0FBQyxPQUFPLEVBQUUsUUFBUSxFQUFFLFVBQVUsRUFBRTtBQUNuRSxNQUFJLENBQUMsT0FBTyxHQUFHLE9BQU8sSUFBSSxFQUFFLENBQUM7QUFDN0IsTUFBSSxDQUFDLFFBQVEsR0FBRyxRQUFRLElBQUksRUFBRSxDQUFDO0FBQy9CLE1BQUksQ0FBQyxVQUFVLEdBQUcsVUFBVSxJQUFJLEVBQUUsQ0FBQzs7QUFFbkMsa0NBQXVCLElBQUksQ0FBQyxDQUFDO0FBQzdCLHdDQUEwQixJQUFJLENBQUMsQ0FBQztDQUNqQzs7QUFFRCxxQkFBcUIsQ0FBQyxTQUFTLEdBQUc7QUFDaEMsYUFBVyxFQUFFLHFCQUFxQjs7QUFFbEMsUUFBTSxxQkFBUTtBQUNkLEtBQUcsRUFBRSxvQkFBTyxHQUFHOztBQUVmLGdCQUFjLEVBQUUsd0JBQVMsSUFBSSxFQUFFLEVBQUUsRUFBRTtBQUNqQyxRQUFJLGdCQUFTLElBQUksQ0FBQyxJQUFJLENBQUMsS0FBSyxVQUFVLEVBQUU7QUFDdEMsVUFBSSxFQUFFLEVBQUU7QUFDTixjQUFNLDJCQUFjLHlDQUF5QyxDQUFDLENBQUM7T0FDaEU7QUFDRCxvQkFBTyxJQUFJLENBQUMsT0FBTyxFQUFFLElBQUksQ0FBQyxDQUFDO0tBQzVCLE1BQU07QUFDTCxVQUFJLENBQUMsT0FBTyxDQUFDLElBQUksQ0FBQyxHQUFHLEVBQUUsQ0FBQztLQUN6QjtHQUNGO0FBQ0Qsa0JBQWdCLEVBQUUsMEJBQVMsSUFBSSxFQUFFO0FBQy9CLFdBQU8sSUFBSSxDQUFDLE9BQU8sQ0FBQyxJQUFJLENBQUMsQ0FBQztHQUMzQjs7QUFFRCxpQkFBZSxFQUFFLHlCQUFTLElBQUksRUFBRSxPQUFPLEVBQUU7QUFDdkMsUUFBSSxnQkFBUyxJQUFJLENBQUMsSUFBSSxDQUFDLEtBQUssVUFBVSxFQUFFO0FBQ3RDLG9CQUFPLElBQUksQ0FBQyxRQUFRLEVBQUUsSUFBSSxDQUFDLENBQUM7S0FDN0IsTUFBTTtBQUNMLFVBQUksT0FBTyxPQUFPLEtBQUssV0FBVyxFQUFFO0FBQ2xDLGNBQU0seUVBQ3dDLElBQUksb0JBQ2pELENBQUM7T0FDSDtBQUNELFVBQUksQ0FBQyxRQUFRLENBQUMsSUFBSSxDQUFDLEdBQUcsT0FBTyxDQUFDO0tBQy9CO0dBQ0Y7QUFDRCxtQkFBaUIsRUFBRSwyQkFBUyxJQUFJLEVBQUU7QUFDaEMsV0FBTyxJQUFJLENBQUMsUUFBUSxDQUFDLElBQUksQ0FBQyxDQUFDO0dBQzVCOztBQUVELG1CQUFpQixFQUFFLDJCQUFTLElBQUksRUFBRSxFQUFFLEVBQUU7QUFDcEMsUUFBSSxnQkFBUyxJQUFJLENBQUMsSUFBSSxDQUFDLEtBQUssVUFBVSxFQUFFO0FBQ3RDLFVBQUksRUFBRSxFQUFFO0FBQ04sY0FBTSwyQkFBYyw0Q0FBNEMsQ0FBQyxDQUFDO09BQ25FO0FBQ0Qsb0JBQU8sSUFBSSxDQUFDLFVBQVUsRUFBRSxJQUFJLENBQUMsQ0FBQztLQUMvQixNQUFNO0FBQ0wsVUFBSSxDQUFDLFVBQVUsQ0FBQyxJQUFJLENBQUMsR0FBRyxFQUFFLENBQUM7S0FDNUI7R0FDRjtBQUNELHFCQUFtQixFQUFFLDZCQUFTLElBQUksRUFBRTtBQUNsQyxXQUFPLElBQUksQ0FBQyxVQUFVLENBQUMsSUFBSSxDQUFDLENBQUM7R0FDOUI7Ozs7O0FBS0QsNkJBQTJCLEVBQUEsdUNBQUc7QUFDNUIsZ0RBQXVCLENBQUM7R0FDekI7Q0FDRixDQUFDOztBQUVLLElBQUksR0FBRyxHQUFHLG9CQUFPLEdBQUcsQ0FBQzs7O1FBRW5CLFdBQVc7UUFBRSxNQUFNIiwiZmlsZSI6ImJhc2UuanMiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBjcmVhdGVGcmFtZSwgZXh0ZW5kLCB0b1N0cmluZyB9IGZyb20gJy4vdXRpbHMnO1xuaW1wb3J0IEV4Y2VwdGlvbiBmcm9tICcuL2V4Y2VwdGlvbic7XG5pbXBvcnQgeyByZWdpc3RlckRlZmF1bHRIZWxwZXJzIH0gZnJvbSAnLi9oZWxwZXJzJztcbmltcG9ydCB7IHJlZ2lzdGVyRGVmYXVsdERlY29yYXRvcnMgfSBmcm9tICcuL2RlY29yYXRvcnMnO1xuaW1wb3J0IGxvZ2dlciBmcm9tICcuL2xvZ2dlcic7XG5pbXBvcnQgeyByZXNldExvZ2dlZFByb3BlcnRpZXMgfSBmcm9tICcuL2ludGVybmFsL3Byb3RvLWFjY2Vzcyc7XG5cbmV4cG9ydCBjb25zdCBWRVJTSU9OID0gJzQuNy4zJztcbmV4cG9ydCBjb25zdCBDT01QSUxFUl9SRVZJU0lPTiA9IDg7XG5leHBvcnQgY29uc3QgTEFTVF9DT01QQVRJQkxFX0NPTVBJTEVSX1JFVklTSU9OID0gNztcblxuZXhwb3J0IGNvbnN0IFJFVklTSU9OX0NIQU5HRVMgPSB7XG4gIDE6ICc8PSAxLjAucmMuMicsIC8vIDEuMC5yYy4yIGlzIGFjdHVhbGx5IHJldjIgYnV0IGRvZXNuJ3QgcmVwb3J0IGl0XG4gIDI6ICc9PSAxLjAuMC1yYy4zJyxcbiAgMzogJz09IDEuMC4wLXJjLjQnLFxuICA0OiAnPT0gMS54LngnLFxuICA1OiAnPT0gMi4wLjAtYWxwaGEueCcsXG4gIDY6ICc+PSAyLjAuMC1iZXRhLjEnLFxuICA3OiAnPj0gNC4wLjAgPDQuMy4wJyxcbiAgODogJz49IDQuMy4wJ1xufTtcblxuY29uc3Qgb2JqZWN0VHlwZSA9ICdbb2JqZWN0IE9iamVjdF0nO1xuXG5leHBvcnQgZnVuY3Rpb24gSGFuZGxlYmFyc0Vudmlyb25tZW50KGhlbHBlcnMsIHBhcnRpYWxzLCBkZWNvcmF0b3JzKSB7XG4gIHRoaXMuaGVscGVycyA9IGhlbHBlcnMgfHwge307XG4gIHRoaXMucGFydGlhbHMgPSBwYXJ0aWFscyB8fCB7fTtcbiAgdGhpcy5kZWNvcmF0b3JzID0gZGVjb3JhdG9ycyB8fCB7fTtcblxuICByZWdpc3RlckRlZmF1bHRIZWxwZXJzKHRoaXMpO1xuICByZWdpc3RlckRlZmF1bHREZWNvcmF0b3JzKHRoaXMpO1xufVxuXG5IYW5kbGViYXJzRW52aXJvbm1lbnQucHJvdG90eXBlID0ge1xuICBjb25zdHJ1Y3RvcjogSGFuZGxlYmFyc0Vudmlyb25tZW50LFxuXG4gIGxvZ2dlcjogbG9nZ2VyLFxuICBsb2c6IGxvZ2dlci5sb2csXG5cbiAgcmVnaXN0ZXJIZWxwZXI6IGZ1bmN0aW9uKG5hbWUsIGZuKSB7XG4gICAgaWYgKHRvU3RyaW5nLmNhbGwobmFtZSkgPT09IG9iamVjdFR5cGUpIHtcbiAgICAgIGlmIChmbikge1xuICAgICAgICB0aHJvdyBuZXcgRXhjZXB0aW9uKCdBcmcgbm90IHN1cHBvcnRlZCB3aXRoIG11bHRpcGxlIGhlbHBlcnMnKTtcbiAgICAgIH1cbiAgICAgIGV4dGVuZCh0aGlzLmhlbHBlcnMsIG5hbWUpO1xuICAgIH0gZWxzZSB7XG4gICAgICB0aGlzLmhlbHBlcnNbbmFtZV0gPSBmbjtcbiAgICB9XG4gIH0sXG4gIHVucmVnaXN0ZXJIZWxwZXI6IGZ1bmN0aW9uKG5hbWUpIHtcbiAgICBkZWxldGUgdGhpcy5oZWxwZXJzW25hbWVdO1xuICB9LFxuXG4gIHJlZ2lzdGVyUGFydGlhbDogZnVuY3Rpb24obmFtZSwgcGFydGlhbCkge1xuICAgIGlmICh0b1N0cmluZy5jYWxsKG5hbWUpID09PSBvYmplY3RUeXBlKSB7XG4gICAgICBleHRlbmQodGhpcy5wYXJ0aWFscywgbmFtZSk7XG4gICAgfSBlbHNlIHtcbiAgICAgIGlmICh0eXBlb2YgcGFydGlhbCA9PT0gJ3VuZGVmaW5lZCcpIHtcbiAgICAgICAgdGhyb3cgbmV3IEV4Y2VwdGlvbihcbiAgICAgICAgICBgQXR0ZW1wdGluZyB0byByZWdpc3RlciBhIHBhcnRpYWwgY2FsbGVkIFwiJHtuYW1lfVwiIGFzIHVuZGVmaW5lZGBcbiAgICAgICAgKTtcbiAgICAgIH1cbiAgICAgIHRoaXMucGFydGlhbHNbbmFtZV0gPSBwYXJ0aWFsO1xuICAgIH1cbiAgfSxcbiAgdW5yZWdpc3RlclBhcnRpYWw6IGZ1bmN0aW9uKG5hbWUpIHtcbiAgICBkZWxldGUgdGhpcy5wYXJ0aWFsc1tuYW1lXTtcbiAgfSxcblxuICByZWdpc3RlckRlY29yYXRvcjogZnVuY3Rpb24obmFtZSwgZm4pIHtcbiAgICBpZiAodG9TdHJpbmcuY2FsbChuYW1lKSA9PT0gb2JqZWN0VHlwZSkge1xuICAgICAgaWYgKGZuKSB7XG4gICAgICAgIHRocm93IG5ldyBFeGNlcHRpb24oJ0FyZyBub3Qgc3VwcG9ydGVkIHdpdGggbXVsdGlwbGUgZGVjb3JhdG9ycycpO1xuICAgICAgfVxuICAgICAgZXh0ZW5kKHRoaXMuZGVjb3JhdG9ycywgbmFtZSk7XG4gICAgfSBlbHNlIHtcbiAgICAgIHRoaXMuZGVjb3JhdG9yc1tuYW1lXSA9IGZuO1xuICAgIH1cbiAgfSxcbiAgdW5yZWdpc3RlckRlY29yYXRvcjogZnVuY3Rpb24obmFtZSkge1xuICAgIGRlbGV0ZSB0aGlzLmRlY29yYXRvcnNbbmFtZV07XG4gIH0sXG4gIC8qKlxuICAgKiBSZXNldCB0aGUgbWVtb3J5IG9mIGlsbGVnYWwgcHJvcGVydHkgYWNjZXNzZXMgdGhhdCBoYXZlIGFscmVhZHkgYmVlbiBsb2dnZWQuXG4gICAqIEBkZXByZWNhdGVkIHNob3VsZCBvbmx5IGJlIHVzZWQgaW4gaGFuZGxlYmFycyB0ZXN0LWNhc2VzXG4gICAqL1xuICByZXNldExvZ2dlZFByb3BlcnR5QWNjZXNzZXMoKSB7XG4gICAgcmVzZXRMb2dnZWRQcm9wZXJ0aWVzKCk7XG4gIH1cbn07XG5cbmV4cG9ydCBsZXQgbG9nID0gbG9nZ2VyLmxvZztcblxuZXhwb3J0IHsgY3JlYXRlRnJhbWUsIGxvZ2dlciB9O1xuIl19\n","'use strict';\n\nexports.__esModule = true;\nexports.registerDefaultHelpers = registerDefaultHelpers;\nexports.moveHelperToHooks = moveHelperToHooks;\n// istanbul ignore next\n\nfunction _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { 'default': obj }; }\n\nvar _helpersBlockHelperMissing = require('./helpers/block-helper-missing');\n\nvar _helpersBlockHelperMissing2 = _interopRequireDefault(_helpersBlockHelperMissing);\n\nvar _helpersEach = require('./helpers/each');\n\nvar _helpersEach2 = _interopRequireDefault(_helpersEach);\n\nvar _helpersHelperMissing = require('./helpers/helper-missing');\n\nvar _helpersHelperMissing2 = _interopRequireDefault(_helpersHelperMissing);\n\nvar _helpersIf = require('./helpers/if');\n\nvar _helpersIf2 = _interopRequireDefault(_helpersIf);\n\nvar _helpersLog = require('./helpers/log');\n\nvar _helpersLog2 = _interopRequireDefault(_helpersLog);\n\nvar _helpersLookup = require('./helpers/lookup');\n\nvar _helpersLookup2 = _interopRequireDefault(_helpersLookup);\n\nvar _helpersWith = require('./helpers/with');\n\nvar _helpersWith2 = _interopRequireDefault(_helpersWith);\n\nfunction registerDefaultHelpers(instance) {\n _helpersBlockHelperMissing2['default'](instance);\n _helpersEach2['default'](instance);\n _helpersHelperMissing2['default'](instance);\n _helpersIf2['default'](instance);\n _helpersLog2['default'](instance);\n _helpersLookup2['default'](instance);\n _helpersWith2['default'](instance);\n}\n\nfunction moveHelperToHooks(instance, helperName, keepHelper) {\n if (instance.helpers[helperName]) {\n instance.hooks[helperName] = instance.helpers[helperName];\n if (!keepHelper) {\n delete instance.helpers[helperName];\n }\n }\n}\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uL2xpYi9oYW5kbGViYXJzL2hlbHBlcnMuanMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6Ijs7Ozs7Ozs7O3lDQUF1QyxnQ0FBZ0M7Ozs7MkJBQzlDLGdCQUFnQjs7OztvQ0FDUCwwQkFBMEI7Ozs7eUJBQ3JDLGNBQWM7Ozs7MEJBQ2IsZUFBZTs7Ozs2QkFDWixrQkFBa0I7Ozs7MkJBQ3BCLGdCQUFnQjs7OztBQUVsQyxTQUFTLHNCQUFzQixDQUFDLFFBQVEsRUFBRTtBQUMvQyx5Q0FBMkIsUUFBUSxDQUFDLENBQUM7QUFDckMsMkJBQWEsUUFBUSxDQUFDLENBQUM7QUFDdkIsb0NBQXNCLFFBQVEsQ0FBQyxDQUFDO0FBQ2hDLHlCQUFXLFFBQVEsQ0FBQyxDQUFDO0FBQ3JCLDBCQUFZLFFBQVEsQ0FBQyxDQUFDO0FBQ3RCLDZCQUFlLFFBQVEsQ0FBQyxDQUFDO0FBQ3pCLDJCQUFhLFFBQVEsQ0FBQyxDQUFDO0NBQ3hCOztBQUVNLFNBQVMsaUJBQWlCLENBQUMsUUFBUSxFQUFFLFVBQVUsRUFBRSxVQUFVLEVBQUU7QUFDbEUsTUFBSSxRQUFRLENBQUMsT0FBTyxDQUFDLFVBQVUsQ0FBQyxFQUFFO0FBQ2hDLFlBQVEsQ0FBQyxLQUFLLENBQUMsVUFBVSxDQUFDLEdBQUcsUUFBUSxDQUFDLE9BQU8sQ0FBQyxVQUFVLENBQUMsQ0FBQztBQUMxRCxRQUFJLENBQUMsVUFBVSxFQUFFO0FBQ2YsYUFBTyxRQUFRLENBQUMsT0FBTyxDQUFDLFVBQVUsQ0FBQyxDQUFDO0tBQ3JDO0dBQ0Y7Q0FDRiIsImZpbGUiOiJoZWxwZXJzLmpzIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHJlZ2lzdGVyQmxvY2tIZWxwZXJNaXNzaW5nIGZyb20gJy4vaGVscGVycy9ibG9jay1oZWxwZXItbWlzc2luZyc7XG5pbXBvcnQgcmVnaXN0ZXJFYWNoIGZyb20gJy4vaGVscGVycy9lYWNoJztcbmltcG9ydCByZWdpc3RlckhlbHBlck1pc3NpbmcgZnJvbSAnLi9oZWxwZXJzL2hlbHBlci1taXNzaW5nJztcbmltcG9ydCByZWdpc3RlcklmIGZyb20gJy4vaGVscGVycy9pZic7XG5pbXBvcnQgcmVnaXN0ZXJMb2cgZnJvbSAnLi9oZWxwZXJzL2xvZyc7XG5pbXBvcnQgcmVnaXN0ZXJMb29rdXAgZnJvbSAnLi9oZWxwZXJzL2xvb2t1cCc7XG5pbXBvcnQgcmVnaXN0ZXJXaXRoIGZyb20gJy4vaGVscGVycy93aXRoJztcblxuZXhwb3J0IGZ1bmN0aW9uIHJlZ2lzdGVyRGVmYXVsdEhlbHBlcnMoaW5zdGFuY2UpIHtcbiAgcmVnaXN0ZXJCbG9ja0hlbHBlck1pc3NpbmcoaW5zdGFuY2UpO1xuICByZWdpc3RlckVhY2goaW5zdGFuY2UpO1xuICByZWdpc3RlckhlbHBlck1pc3NpbmcoaW5zdGFuY2UpO1xuICByZWdpc3RlcklmKGluc3RhbmNlKTtcbiAgcmVnaXN0ZXJMb2coaW5zdGFuY2UpO1xuICByZWdpc3Rlckxvb2t1cChpbnN0YW5jZSk7XG4gIHJlZ2lzdGVyV2l0aChpbnN0YW5jZSk7XG59XG5cbmV4cG9ydCBmdW5jdGlvbiBtb3ZlSGVscGVyVG9Ib29rcyhpbnN0YW5jZSwgaGVscGVyTmFtZSwga2VlcEhlbHBlcikge1xuICBpZiAoaW5zdGFuY2UuaGVscGVyc1toZWxwZXJOYW1lXSkge1xuICAgIGluc3RhbmNlLmhvb2tzW2hlbHBlck5hbWVdID0gaW5zdGFuY2UuaGVscGVyc1toZWxwZXJOYW1lXTtcbiAgICBpZiAoIWtlZXBIZWxwZXIpIHtcbiAgICAgIGRlbGV0ZSBpbnN0YW5jZS5oZWxwZXJzW2hlbHBlck5hbWVdO1xuICAgIH1cbiAgfVxufVxuIl19\n","'use strict';\n\nexports.__esModule = true;\n\nvar _utils = require('./utils');\n\nvar logger = {\n methodMap: ['debug', 'info', 'warn', 'error'],\n level: 'info',\n\n // Maps a given level value to the `methodMap` indexes above.\n lookupLevel: function lookupLevel(level) {\n if (typeof level === 'string') {\n var levelMap = _utils.indexOf(logger.methodMap, level.toLowerCase());\n if (levelMap >= 0) {\n level = levelMap;\n } else {\n level = parseInt(level, 10);\n }\n }\n\n return level;\n },\n\n // Can be overridden in the host environment\n log: function log(level) {\n level = logger.lookupLevel(level);\n\n if (typeof console !== 'undefined' && logger.lookupLevel(logger.level) <= level) {\n var method = logger.methodMap[level];\n // eslint-disable-next-line no-console\n if (!console[method]) {\n method = 'log';\n }\n\n for (var _len = arguments.length, message = Array(_len > 1 ? _len - 1 : 0), _key = 1; _key < _len; _key++) {\n message[_key - 1] = arguments[_key];\n }\n\n console[method].apply(console, message); // eslint-disable-line no-console\n }\n }\n};\n\nexports['default'] = logger;\nmodule.exports = exports['default'];\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uL2xpYi9oYW5kbGViYXJzL2xvZ2dlci5qcyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiOzs7O3FCQUF3QixTQUFTOztBQUVqQyxJQUFJLE1BQU0sR0FBRztBQUNYLFdBQVMsRUFBRSxDQUFDLE9BQU8sRUFBRSxNQUFNLEVBQUUsTUFBTSxFQUFFLE9BQU8sQ0FBQztBQUM3QyxPQUFLLEVBQUUsTUFBTTs7O0FBR2IsYUFBVyxFQUFFLHFCQUFTLEtBQUssRUFBRTtBQUMzQixRQUFJLE9BQU8sS0FBSyxLQUFLLFFBQVEsRUFBRTtBQUM3QixVQUFJLFFBQVEsR0FBRyxlQUFRLE1BQU0sQ0FBQyxTQUFTLEVBQUUsS0FBSyxDQUFDLFdBQVcsRUFBRSxDQUFDLENBQUM7QUFDOUQsVUFBSSxRQUFRLElBQUksQ0FBQyxFQUFFO0FBQ2pCLGFBQUssR0FBRyxRQUFRLENBQUM7T0FDbEIsTUFBTTtBQUNMLGFBQUssR0FBRyxRQUFRLENBQUMsS0FBSyxFQUFFLEVBQUUsQ0FBQyxDQUFDO09BQzdCO0tBQ0Y7O0FBRUQsV0FBTyxLQUFLLENBQUM7R0FDZDs7O0FBR0QsS0FBRyxFQUFFLGFBQVMsS0FBSyxFQUFjO0FBQy9CLFNBQUssR0FBRyxNQUFNLENBQUMsV0FBVyxDQUFDLEtBQUssQ0FBQyxDQUFDOztBQUVsQyxRQUNFLE9BQU8sT0FBTyxLQUFLLFdBQVcsSUFDOUIsTUFBTSxDQUFDLFdBQVcsQ0FBQyxNQUFNLENBQUMsS0FBSyxDQUFDLElBQUksS0FBSyxFQUN6QztBQUNBLFVBQUksTUFBTSxHQUFHLE1BQU0sQ0FBQyxTQUFTLENBQUMsS0FBSyxDQUFDLENBQUM7O0FBRXJDLFVBQUksQ0FBQyxPQUFPLENBQUMsTUFBTSxDQUFDLEVBQUU7QUFDcEIsY0FBTSxHQUFHLEtBQUssQ0FBQztPQUNoQjs7d0NBWG1CLE9BQU87QUFBUCxlQUFPOzs7QUFZM0IsYUFBTyxDQUFDLE1BQU0sT0FBQyxDQUFmLE9BQU8sRUFBWSxPQUFPLENBQUMsQ0FBQztLQUM3QjtHQUNGO0NBQ0YsQ0FBQzs7cUJBRWEsTUFBTSIsImZpbGUiOiJsb2dnZXIuanMiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBpbmRleE9mIH0gZnJvbSAnLi91dGlscyc7XG5cbmxldCBsb2dnZXIgPSB7XG4gIG1ldGhvZE1hcDogWydkZWJ1ZycsICdpbmZvJywgJ3dhcm4nLCAnZXJyb3InXSxcbiAgbGV2ZWw6ICdpbmZvJyxcblxuICAvLyBNYXBzIGEgZ2l2ZW4gbGV2ZWwgdmFsdWUgdG8gdGhlIGBtZXRob2RNYXBgIGluZGV4ZXMgYWJvdmUuXG4gIGxvb2t1cExldmVsOiBmdW5jdGlvbihsZXZlbCkge1xuICAgIGlmICh0eXBlb2YgbGV2ZWwgPT09ICdzdHJpbmcnKSB7XG4gICAgICBsZXQgbGV2ZWxNYXAgPSBpbmRleE9mKGxvZ2dlci5tZXRob2RNYXAsIGxldmVsLnRvTG93ZXJDYXNlKCkpO1xuICAgICAgaWYgKGxldmVsTWFwID49IDApIHtcbiAgICAgICAgbGV2ZWwgPSBsZXZlbE1hcDtcbiAgICAgIH0gZWxzZSB7XG4gICAgICAgIGxldmVsID0gcGFyc2VJbnQobGV2ZWwsIDEwKTtcbiAgICAgIH1cbiAgICB9XG5cbiAgICByZXR1cm4gbGV2ZWw7XG4gIH0sXG5cbiAgLy8gQ2FuIGJlIG92ZXJyaWRkZW4gaW4gdGhlIGhvc3QgZW52aXJvbm1lbnRcbiAgbG9nOiBmdW5jdGlvbihsZXZlbCwgLi4ubWVzc2FnZSkge1xuICAgIGxldmVsID0gbG9nZ2VyLmxvb2t1cExldmVsKGxldmVsKTtcblxuICAgIGlmIChcbiAgICAgIHR5cGVvZiBjb25zb2xlICE9PSAndW5kZWZpbmVkJyAmJlxuICAgICAgbG9nZ2VyLmxvb2t1cExldmVsKGxvZ2dlci5sZXZlbCkgPD0gbGV2ZWxcbiAgICApIHtcbiAgICAgIGxldCBtZXRob2QgPSBsb2dnZXIubWV0aG9kTWFwW2xldmVsXTtcbiAgICAgIC8vIGVzbGludC1kaXNhYmxlLW5leHQtbGluZSBuby1jb25zb2xlXG4gICAgICBpZiAoIWNvbnNvbGVbbWV0aG9kXSkge1xuICAgICAgICBtZXRob2QgPSAnbG9nJztcbiAgICAgIH1cbiAgICAgIGNvbnNvbGVbbWV0aG9kXSguLi5tZXNzYWdlKTsgLy8gZXNsaW50LWRpc2FibGUtbGluZSBuby1jb25zb2xlXG4gICAgfVxuICB9XG59O1xuXG5leHBvcnQgZGVmYXVsdCBsb2dnZXI7XG4iXX0=\n","'use strict';\n\nexports.__esModule = true;\nexports.createProtoAccessControl = createProtoAccessControl;\nexports.resultIsAllowed = resultIsAllowed;\nexports.resetLoggedProperties = resetLoggedProperties;\n// istanbul ignore next\n\nfunction _interopRequireWildcard(obj) { if (obj && obj.__esModule) { return obj; } else { var newObj = {}; if (obj != null) { for (var key in obj) { if (Object.prototype.hasOwnProperty.call(obj, key)) newObj[key] = obj[key]; } } newObj['default'] = obj; return newObj; } }\n\nvar _createNewLookupObject = require('./create-new-lookup-object');\n\nvar _logger = require('../logger');\n\nvar logger = _interopRequireWildcard(_logger);\n\nvar loggedProperties = Object.create(null);\n\nfunction createProtoAccessControl(runtimeOptions) {\n var defaultMethodWhiteList = Object.create(null);\n defaultMethodWhiteList['constructor'] = false;\n defaultMethodWhiteList['__defineGetter__'] = false;\n defaultMethodWhiteList['__defineSetter__'] = false;\n defaultMethodWhiteList['__lookupGetter__'] = false;\n\n var defaultPropertyWhiteList = Object.create(null);\n // eslint-disable-next-line no-proto\n defaultPropertyWhiteList['__proto__'] = false;\n\n return {\n properties: {\n whitelist: _createNewLookupObject.createNewLookupObject(defaultPropertyWhiteList, runtimeOptions.allowedProtoProperties),\n defaultValue: runtimeOptions.allowProtoPropertiesByDefault\n },\n methods: {\n whitelist: _createNewLookupObject.createNewLookupObject(defaultMethodWhiteList, runtimeOptions.allowedProtoMethods),\n defaultValue: runtimeOptions.allowProtoMethodsByDefault\n }\n };\n}\n\nfunction resultIsAllowed(result, protoAccessControl, propertyName) {\n if (typeof result === 'function') {\n return checkWhiteList(protoAccessControl.methods, propertyName);\n } else {\n return checkWhiteList(protoAccessControl.properties, propertyName);\n }\n}\n\nfunction checkWhiteList(protoAccessControlForType, propertyName) {\n if (protoAccessControlForType.whitelist[propertyName] !== undefined) {\n return protoAccessControlForType.whitelist[propertyName] === true;\n }\n if (protoAccessControlForType.defaultValue !== undefined) {\n return protoAccessControlForType.defaultValue;\n }\n logUnexpecedPropertyAccessOnce(propertyName);\n return false;\n}\n\nfunction logUnexpecedPropertyAccessOnce(propertyName) {\n if (loggedProperties[propertyName] !== true) {\n loggedProperties[propertyName] = true;\n logger.log('error', 'Handlebars: Access has been denied to resolve the property \"' + propertyName + '\" because it is not an \"own property\" of its parent.\\n' + 'You can add a runtime option to disable the check or this warning:\\n' + 'See https://handlebarsjs.com/api-reference/runtime-options.html#options-to-control-prototype-access for details');\n }\n}\n\nfunction resetLoggedProperties() {\n Object.keys(loggedProperties).forEach(function (propertyName) {\n delete loggedProperties[propertyName];\n });\n}\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uL2xpYi9oYW5kbGViYXJzL2ludGVybmFsL3Byb3RvLWFjY2Vzcy5qcyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiOzs7Ozs7Ozs7O3FDQUFzQyw0QkFBNEI7O3NCQUMxQyxXQUFXOztJQUF2QixNQUFNOztBQUVsQixJQUFNLGdCQUFnQixHQUFHLE1BQU0sQ0FBQyxNQUFNLENBQUMsSUFBSSxDQUFDLENBQUM7O0FBRXRDLFNBQVMsd0JBQXdCLENBQUMsY0FBYyxFQUFFO0FBQ3ZELE1BQUksc0JBQXNCLEdBQUcsTUFBTSxDQUFDLE1BQU0sQ0FBQyxJQUFJLENBQUMsQ0FBQztBQUNqRCx3QkFBc0IsQ0FBQyxhQUFhLENBQUMsR0FBRyxLQUFLLENBQUM7QUFDOUMsd0JBQXNCLENBQUMsa0JBQWtCLENBQUMsR0FBRyxLQUFLLENBQUM7QUFDbkQsd0JBQXNCLENBQUMsa0JBQWtCLENBQUMsR0FBRyxLQUFLLENBQUM7QUFDbkQsd0JBQXNCLENBQUMsa0JBQWtCLENBQUMsR0FBRyxLQUFLLENBQUM7O0FBRW5ELE1BQUksd0JBQXdCLEdBQUcsTUFBTSxDQUFDLE1BQU0sQ0FBQyxJQUFJLENBQUMsQ0FBQzs7QUFFbkQsMEJBQXdCLENBQUMsV0FBVyxDQUFDLEdBQUcsS0FBSyxDQUFDOztBQUU5QyxTQUFPO0FBQ0wsY0FBVSxFQUFFO0FBQ1YsZUFBUyxFQUFFLDZDQUNULHdCQUF3QixFQUN4QixjQUFjLENBQUMsc0JBQXNCLENBQ3RDO0FBQ0Qsa0JBQVksRUFBRSxjQUFjLENBQUMsNkJBQTZCO0tBQzNEO0FBQ0QsV0FBTyxFQUFFO0FBQ1AsZUFBUyxFQUFFLDZDQUNULHNCQUFzQixFQUN0QixjQUFjLENBQUMsbUJBQW1CLENBQ25DO0FBQ0Qsa0JBQVksRUFBRSxjQUFjLENBQUMsMEJBQTBCO0tBQ3hEO0dBQ0YsQ0FBQztDQUNIOztBQUVNLFNBQVMsZUFBZSxDQUFDLE1BQU0sRUFBRSxrQkFBa0IsRUFBRSxZQUFZLEVBQUU7QUFDeEUsTUFBSSxPQUFPLE1BQU0sS0FBSyxVQUFVLEVBQUU7QUFDaEMsV0FBTyxjQUFjLENBQUMsa0JBQWtCLENBQUMsT0FBTyxFQUFFLFlBQVksQ0FBQyxDQUFDO0dBQ2pFLE1BQU07QUFDTCxXQUFPLGNBQWMsQ0FBQyxrQkFBa0IsQ0FBQyxVQUFVLEVBQUUsWUFBWSxDQUFDLENBQUM7R0FDcEU7Q0FDRjs7QUFFRCxTQUFTLGNBQWMsQ0FBQyx5QkFBeUIsRUFBRSxZQUFZLEVBQUU7QUFDL0QsTUFBSSx5QkFBeUIsQ0FBQyxTQUFTLENBQUMsWUFBWSxDQUFDLEtBQUssU0FBUyxFQUFFO0FBQ25FLFdBQU8seUJBQXlCLENBQUMsU0FBUyxDQUFDLFlBQVksQ0FBQyxLQUFLLElBQUksQ0FBQztHQUNuRTtBQUNELE1BQUkseUJBQXlCLENBQUMsWUFBWSxLQUFLLFNBQVMsRUFBRTtBQUN4RCxXQUFPLHlCQUF5QixDQUFDLFlBQVksQ0FBQztHQUMvQztBQUNELGdDQUE4QixDQUFDLFlBQVksQ0FBQyxDQUFDO0FBQzdDLFNBQU8sS0FBSyxDQUFDO0NBQ2Q7O0FBRUQsU0FBUyw4QkFBOEIsQ0FBQyxZQUFZLEVBQUU7QUFDcEQsTUFBSSxnQkFBZ0IsQ0FBQyxZQUFZLENBQUMsS0FBSyxJQUFJLEVBQUU7QUFDM0Msb0JBQWdCLENBQUMsWUFBWSxDQUFDLEdBQUcsSUFBSSxDQUFDO0FBQ3RDLFVBQU0sQ0FBQyxHQUFHLENBQ1IsT0FBTyxFQUNQLGlFQUErRCxZQUFZLG9JQUNILG9IQUMyQyxDQUNwSCxDQUFDO0dBQ0g7Q0FDRjs7QUFFTSxTQUFTLHFCQUFxQixHQUFHO0FBQ3RDLFFBQU0sQ0FBQyxJQUFJLENBQUMsZ0JBQWdCLENBQUMsQ0FBQyxPQUFPLENBQUMsVUFBQSxZQUFZLEVBQUk7QUFDcEQsV0FBTyxnQkFBZ0IsQ0FBQyxZQUFZLENBQUMsQ0FBQztHQUN2QyxDQUFDLENBQUM7Q0FDSiIsImZpbGUiOiJwcm90by1hY2Nlc3MuanMiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBjcmVhdGVOZXdMb29rdXBPYmplY3QgfSBmcm9tICcuL2NyZWF0ZS1uZXctbG9va3VwLW9iamVjdCc7XG5pbXBvcnQgKiBhcyBsb2dnZXIgZnJvbSAnLi4vbG9nZ2VyJztcblxuY29uc3QgbG9nZ2VkUHJvcGVydGllcyA9IE9iamVjdC5jcmVhdGUobnVsbCk7XG5cbmV4cG9ydCBmdW5jdGlvbiBjcmVhdGVQcm90b0FjY2Vzc0NvbnRyb2wocnVudGltZU9wdGlvbnMpIHtcbiAgbGV0IGRlZmF1bHRNZXRob2RXaGl0ZUxpc3QgPSBPYmplY3QuY3JlYXRlKG51bGwpO1xuICBkZWZhdWx0TWV0aG9kV2hpdGVMaXN0Wydjb25zdHJ1Y3RvciddID0gZmFsc2U7XG4gIGRlZmF1bHRNZXRob2RXaGl0ZUxpc3RbJ19fZGVmaW5lR2V0dGVyX18nXSA9IGZhbHNlO1xuICBkZWZhdWx0TWV0aG9kV2hpdGVMaXN0WydfX2RlZmluZVNldHRlcl9fJ10gPSBmYWxzZTtcbiAgZGVmYXVsdE1ldGhvZFdoaXRlTGlzdFsnX19sb29rdXBHZXR0ZXJfXyddID0gZmFsc2U7XG5cbiAgbGV0IGRlZmF1bHRQcm9wZXJ0eVdoaXRlTGlzdCA9IE9iamVjdC5jcmVhdGUobnVsbCk7XG4gIC8vIGVzbGludC1kaXNhYmxlLW5leHQtbGluZSBuby1wcm90b1xuICBkZWZhdWx0UHJvcGVydHlXaGl0ZUxpc3RbJ19fcHJvdG9fXyddID0gZmFsc2U7XG5cbiAgcmV0dXJuIHtcbiAgICBwcm9wZXJ0aWVzOiB7XG4gICAgICB3aGl0ZWxpc3Q6IGNyZWF0ZU5ld0xvb2t1cE9iamVjdChcbiAgICAgICAgZGVmYXVsdFByb3BlcnR5V2hpdGVMaXN0LFxuICAgICAgICBydW50aW1lT3B0aW9ucy5hbGxvd2VkUHJvdG9Qcm9wZXJ0aWVzXG4gICAgICApLFxuICAgICAgZGVmYXVsdFZhbHVlOiBydW50aW1lT3B0aW9ucy5hbGxvd1Byb3RvUHJvcGVydGllc0J5RGVmYXVsdFxuICAgIH0sXG4gICAgbWV0aG9kczoge1xuICAgICAgd2hpdGVsaXN0OiBjcmVhdGVOZXdMb29rdXBPYmplY3QoXG4gICAgICAgIGRlZmF1bHRNZXRob2RXaGl0ZUxpc3QsXG4gICAgICAgIHJ1bnRpbWVPcHRpb25zLmFsbG93ZWRQcm90b01ldGhvZHNcbiAgICAgICksXG4gICAgICBkZWZhdWx0VmFsdWU6IHJ1bnRpbWVPcHRpb25zLmFsbG93UHJvdG9NZXRob2RzQnlEZWZhdWx0XG4gICAgfVxuICB9O1xufVxuXG5leHBvcnQgZnVuY3Rpb24gcmVzdWx0SXNBbGxvd2VkKHJlc3VsdCwgcHJvdG9BY2Nlc3NDb250cm9sLCBwcm9wZXJ0eU5hbWUpIHtcbiAgaWYgKHR5cGVvZiByZXN1bHQgPT09ICdmdW5jdGlvbicpIHtcbiAgICByZXR1cm4gY2hlY2tXaGl0ZUxpc3QocHJvdG9BY2Nlc3NDb250cm9sLm1ldGhvZHMsIHByb3BlcnR5TmFtZSk7XG4gIH0gZWxzZSB7XG4gICAgcmV0dXJuIGNoZWNrV2hpdGVMaXN0KHByb3RvQWNjZXNzQ29udHJvbC5wcm9wZXJ0aWVzLCBwcm9wZXJ0eU5hbWUpO1xuICB9XG59XG5cbmZ1bmN0aW9uIGNoZWNrV2hpdGVMaXN0KHByb3RvQWNjZXNzQ29udHJvbEZvclR5cGUsIHByb3BlcnR5TmFtZSkge1xuICBpZiAocHJvdG9BY2Nlc3NDb250cm9sRm9yVHlwZS53aGl0ZWxpc3RbcHJvcGVydHlOYW1lXSAhPT0gdW5kZWZpbmVkKSB7XG4gICAgcmV0dXJuIHByb3RvQWNjZXNzQ29udHJvbEZvclR5cGUud2hpdGVsaXN0W3Byb3BlcnR5TmFtZV0gPT09IHRydWU7XG4gIH1cbiAgaWYgKHByb3RvQWNjZXNzQ29udHJvbEZvclR5cGUuZGVmYXVsdFZhbHVlICE9PSB1bmRlZmluZWQpIHtcbiAgICByZXR1cm4gcHJvdG9BY2Nlc3NDb250cm9sRm9yVHlwZS5kZWZhdWx0VmFsdWU7XG4gIH1cbiAgbG9nVW5leHBlY2VkUHJvcGVydHlBY2Nlc3NPbmNlKHByb3BlcnR5TmFtZSk7XG4gIHJldHVybiBmYWxzZTtcbn1cblxuZnVuY3Rpb24gbG9nVW5leHBlY2VkUHJvcGVydHlBY2Nlc3NPbmNlKHByb3BlcnR5TmFtZSkge1xuICBpZiAobG9nZ2VkUHJvcGVydGllc1twcm9wZXJ0eU5hbWVdICE9PSB0cnVlKSB7XG4gICAgbG9nZ2VkUHJvcGVydGllc1twcm9wZXJ0eU5hbWVdID0gdHJ1ZTtcbiAgICBsb2dnZXIubG9nKFxuICAgICAgJ2Vycm9yJyxcbiAgICAgIGBIYW5kbGViYXJzOiBBY2Nlc3MgaGFzIGJlZW4gZGVuaWVkIHRvIHJlc29sdmUgdGhlIHByb3BlcnR5IFwiJHtwcm9wZXJ0eU5hbWV9XCIgYmVjYXVzZSBpdCBpcyBub3QgYW4gXCJvd24gcHJvcGVydHlcIiBvZiBpdHMgcGFyZW50LlxcbmAgK1xuICAgICAgICBgWW91IGNhbiBhZGQgYSBydW50aW1lIG9wdGlvbiB0byBkaXNhYmxlIHRoZSBjaGVjayBvciB0aGlzIHdhcm5pbmc6XFxuYCArXG4gICAgICAgIGBTZWUgaHR0cHM6Ly9oYW5kbGViYXJzanMuY29tL2FwaS1yZWZlcmVuY2UvcnVudGltZS1vcHRpb25zLmh0bWwjb3B0aW9ucy10by1jb250cm9sLXByb3RvdHlwZS1hY2Nlc3MgZm9yIGRldGFpbHNgXG4gICAgKTtcbiAgfVxufVxuXG5leHBvcnQgZnVuY3Rpb24gcmVzZXRMb2dnZWRQcm9wZXJ0aWVzKCkge1xuICBPYmplY3Qua2V5cyhsb2dnZWRQcm9wZXJ0aWVzKS5mb3JFYWNoKHByb3BlcnR5TmFtZSA9PiB7XG4gICAgZGVsZXRlIGxvZ2dlZFByb3BlcnRpZXNbcHJvcGVydHlOYW1lXTtcbiAgfSk7XG59XG4iXX0=\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n var af = moment.defineLocale('af', {\n months : 'Januarie_Februarie_Maart_April_Mei_Junie_Julie_Augustus_September_Oktober_November_Desember'.split('_'),\n monthsShort : 'Jan_Feb_Mrt_Apr_Mei_Jun_Jul_Aug_Sep_Okt_Nov_Des'.split('_'),\n weekdays : 'Sondag_Maandag_Dinsdag_Woensdag_Donderdag_Vrydag_Saterdag'.split('_'),\n weekdaysShort : 'Son_Maa_Din_Woe_Don_Vry_Sat'.split('_'),\n weekdaysMin : 'So_Ma_Di_Wo_Do_Vr_Sa'.split('_'),\n meridiemParse: /vm|nm/i,\n isPM : function (input) {\n return /^nm$/i.test(input);\n },\n meridiem : function (hours, minutes, isLower) {\n if (hours < 12) {\n return isLower ? 'vm' : 'VM';\n } else {\n return isLower ? 'nm' : 'NM';\n }\n },\n longDateFormat : {\n LT : 'HH:mm',\n LTS : 'HH:mm:ss',\n L : 'DD/MM/YYYY',\n LL : 'D MMMM YYYY',\n LLL : 'D MMMM YYYY HH:mm',\n LLLL : 'dddd, D MMMM YYYY HH:mm'\n },\n calendar : {\n sameDay : '[Vandag om] LT',\n nextDay : '[Môre om] LT',\n nextWeek : 'dddd [om] LT',\n lastDay : '[Gister om] LT',\n lastWeek : '[Laas] dddd [om] LT',\n sameElse : 'L'\n },\n relativeTime : {\n future : 'oor %s',\n past : '%s gelede',\n s : '\\'n paar sekondes',\n ss : '%d sekondes',\n m : '\\'n minuut',\n mm : '%d minute',\n h : '\\'n uur',\n hh : '%d ure',\n d : '\\'n dag',\n dd : '%d dae',\n M : '\\'n maand',\n MM : '%d maande',\n y : '\\'n jaar',\n yy : '%d jaar'\n },\n dayOfMonthOrdinalParse: /\\d{1,2}(ste|de)/,\n ordinal : function (number) {\n return number + ((number === 1 || number === 8 || number >= 20) ? 'ste' : 'de'); // Thanks to Joris Röling : https://github.com/jjupiter\n },\n week : {\n dow : 1, // Maandag is die eerste dag van die week.\n doy : 4 // Die week wat die 4de Januarie bevat is die eerste week van die jaar.\n }\n });\n\n return af;\n\n})));\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n var symbolMap = {\n '1': '١',\n '2': '٢',\n '3': '٣',\n '4': '٤',\n '5': '٥',\n '6': '٦',\n '7': '٧',\n '8': '٨',\n '9': '٩',\n '0': '٠'\n }, numberMap = {\n '١': '1',\n '٢': '2',\n '٣': '3',\n '٤': '4',\n '٥': '5',\n '٦': '6',\n '٧': '7',\n '٨': '8',\n '٩': '9',\n '٠': '0'\n }, pluralForm = function (n) {\n return n === 0 ? 0 : n === 1 ? 1 : n === 2 ? 2 : n % 100 >= 3 && n % 100 <= 10 ? 3 : n % 100 >= 11 ? 4 : 5;\n }, plurals = {\n s : ['أقل من ثانية', 'ثانية واحدة', ['ثانيتان', 'ثانيتين'], '%d ثوان', '%d ثانية', '%d ثانية'],\n m : ['أقل من دقيقة', 'دقيقة واحدة', ['دقيقتان', 'دقيقتين'], '%d دقائق', '%d دقيقة', '%d دقيقة'],\n h : ['أقل من ساعة', 'ساعة واحدة', ['ساعتان', 'ساعتين'], '%d ساعات', '%d ساعة', '%d ساعة'],\n d : ['أقل من يوم', 'يوم واحد', ['يومان', 'يومين'], '%d أيام', '%d يومًا', '%d يوم'],\n M : ['أقل من شهر', 'شهر واحد', ['شهران', 'شهرين'], '%d أشهر', '%d شهرا', '%d شهر'],\n y : ['أقل من عام', 'عام واحد', ['عامان', 'عامين'], '%d أعوام', '%d عامًا', '%d عام']\n }, pluralize = function (u) {\n return function (number, withoutSuffix, string, isFuture) {\n var f = pluralForm(number),\n str = plurals[u][pluralForm(number)];\n if (f === 2) {\n str = str[withoutSuffix ? 0 : 1];\n }\n return str.replace(/%d/i, number);\n };\n }, months = [\n 'يناير',\n 'فبراير',\n 'مارس',\n 'أبريل',\n 'مايو',\n 'يونيو',\n 'يوليو',\n 'أغسطس',\n 'سبتمبر',\n 'أكتوبر',\n 'نوفمبر',\n 'ديسمبر'\n ];\n\n var ar = moment.defineLocale('ar', {\n months : months,\n monthsShort : months,\n weekdays : 'الأحد_الإثنين_الثلاثاء_الأربعاء_الخميس_الجمعة_السبت'.split('_'),\n weekdaysShort : 'أحد_إثنين_ثلاثاء_أربعاء_خميس_جمعة_سبت'.split('_'),\n weekdaysMin : 'ح_ن_ث_ر_خ_ج_س'.split('_'),\n weekdaysParseExact : true,\n longDateFormat : {\n LT : 'HH:mm',\n LTS : 'HH:mm:ss',\n L : 'D/\\u200FM/\\u200FYYYY',\n LL : 'D MMMM YYYY',\n LLL : 'D MMMM YYYY HH:mm',\n LLLL : 'dddd D MMMM YYYY HH:mm'\n },\n meridiemParse: /ص|م/,\n isPM : function (input) {\n return 'م' === input;\n },\n meridiem : function (hour, minute, isLower) {\n if (hour < 12) {\n return 'ص';\n } else {\n return 'م';\n }\n },\n calendar : {\n sameDay: '[اليوم عند الساعة] LT',\n nextDay: '[غدًا عند الساعة] LT',\n nextWeek: 'dddd [عند الساعة] LT',\n lastDay: '[أمس عند الساعة] LT',\n lastWeek: 'dddd [عند الساعة] LT',\n sameElse: 'L'\n },\n relativeTime : {\n future : 'بعد %s',\n past : 'منذ %s',\n s : pluralize('s'),\n ss : pluralize('s'),\n m : pluralize('m'),\n mm : pluralize('m'),\n h : pluralize('h'),\n hh : pluralize('h'),\n d : pluralize('d'),\n dd : pluralize('d'),\n M : pluralize('M'),\n MM : pluralize('M'),\n y : pluralize('y'),\n yy : pluralize('y')\n },\n preparse: function (string) {\n return string.replace(/[١٢٣٤٥٦٧٨٩٠]/g, function (match) {\n return numberMap[match];\n }).replace(/،/g, ',');\n },\n postformat: function (string) {\n return string.replace(/\\d/g, function (match) {\n return symbolMap[match];\n }).replace(/,/g, '،');\n },\n week : {\n dow : 6, // Saturday is the first day of the week.\n doy : 12 // The week that contains Jan 12th is the first week of the year.\n }\n });\n\n return ar;\n\n})));\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n var arDz = moment.defineLocale('ar-dz', {\n months : 'جانفي_فيفري_مارس_أفريل_ماي_جوان_جويلية_أوت_سبتمبر_أكتوبر_نوفمبر_ديسمبر'.split('_'),\n monthsShort : 'جانفي_فيفري_مارس_أفريل_ماي_جوان_جويلية_أوت_سبتمبر_أكتوبر_نوفمبر_ديسمبر'.split('_'),\n weekdays : 'الأحد_الإثنين_الثلاثاء_الأربعاء_الخميس_الجمعة_السبت'.split('_'),\n weekdaysShort : 'احد_اثنين_ثلاثاء_اربعاء_خميس_جمعة_سبت'.split('_'),\n weekdaysMin : 'أح_إث_ثلا_أر_خم_جم_سب'.split('_'),\n weekdaysParseExact : true,\n longDateFormat : {\n LT : 'HH:mm',\n LTS : 'HH:mm:ss',\n L : 'DD/MM/YYYY',\n LL : 'D MMMM YYYY',\n LLL : 'D MMMM YYYY HH:mm',\n LLLL : 'dddd D MMMM YYYY HH:mm'\n },\n calendar : {\n sameDay: '[اليوم على الساعة] LT',\n nextDay: '[غدا على الساعة] LT',\n nextWeek: 'dddd [على الساعة] LT',\n lastDay: '[أمس على الساعة] LT',\n lastWeek: 'dddd [على الساعة] LT',\n sameElse: 'L'\n },\n relativeTime : {\n future : 'في %s',\n past : 'منذ %s',\n s : 'ثوان',\n ss : '%d ثانية',\n m : 'دقيقة',\n mm : '%d دقائق',\n h : 'ساعة',\n hh : '%d ساعات',\n d : 'يوم',\n dd : '%d أيام',\n M : 'شهر',\n MM : '%d أشهر',\n y : 'سنة',\n yy : '%d سنوات'\n },\n week : {\n dow : 0, // Sunday is the first day of the week.\n doy : 4 // The week that contains Jan 4th is the first week of the year.\n }\n });\n\n return arDz;\n\n})));\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n var arKw = moment.defineLocale('ar-kw', {\n months : 'يناير_فبراير_مارس_أبريل_ماي_يونيو_يوليوز_غشت_شتنبر_أكتوبر_نونبر_دجنبر'.split('_'),\n monthsShort : 'يناير_فبراير_مارس_أبريل_ماي_يونيو_يوليوز_غشت_شتنبر_أكتوبر_نونبر_دجنبر'.split('_'),\n weekdays : 'الأحد_الإتنين_الثلاثاء_الأربعاء_الخميس_الجمعة_السبت'.split('_'),\n weekdaysShort : 'احد_اتنين_ثلاثاء_اربعاء_خميس_جمعة_سبت'.split('_'),\n weekdaysMin : 'ح_ن_ث_ر_خ_ج_س'.split('_'),\n weekdaysParseExact : true,\n longDateFormat : {\n LT : 'HH:mm',\n LTS : 'HH:mm:ss',\n L : 'DD/MM/YYYY',\n LL : 'D MMMM YYYY',\n LLL : 'D MMMM YYYY HH:mm',\n LLLL : 'dddd D MMMM YYYY HH:mm'\n },\n calendar : {\n sameDay: '[اليوم على الساعة] LT',\n nextDay: '[غدا على الساعة] LT',\n nextWeek: 'dddd [على الساعة] LT',\n lastDay: '[أمس على الساعة] LT',\n lastWeek: 'dddd [على الساعة] LT',\n sameElse: 'L'\n },\n relativeTime : {\n future : 'في %s',\n past : 'منذ %s',\n s : 'ثوان',\n ss : '%d ثانية',\n m : 'دقيقة',\n mm : '%d دقائق',\n h : 'ساعة',\n hh : '%d ساعات',\n d : 'يوم',\n dd : '%d أيام',\n M : 'شهر',\n MM : '%d أشهر',\n y : 'سنة',\n yy : '%d سنوات'\n },\n week : {\n dow : 0, // Sunday is the first day of the week.\n doy : 12 // The week that contains Jan 12th is the first week of the year.\n }\n });\n\n return arKw;\n\n})));\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n var symbolMap = {\n '1': '1',\n '2': '2',\n '3': '3',\n '4': '4',\n '5': '5',\n '6': '6',\n '7': '7',\n '8': '8',\n '9': '9',\n '0': '0'\n }, pluralForm = function (n) {\n return n === 0 ? 0 : n === 1 ? 1 : n === 2 ? 2 : n % 100 >= 3 && n % 100 <= 10 ? 3 : n % 100 >= 11 ? 4 : 5;\n }, plurals = {\n s : ['أقل من ثانية', 'ثانية واحدة', ['ثانيتان', 'ثانيتين'], '%d ثوان', '%d ثانية', '%d ثانية'],\n m : ['أقل من دقيقة', 'دقيقة واحدة', ['دقيقتان', 'دقيقتين'], '%d دقائق', '%d دقيقة', '%d دقيقة'],\n h : ['أقل من ساعة', 'ساعة واحدة', ['ساعتان', 'ساعتين'], '%d ساعات', '%d ساعة', '%d ساعة'],\n d : ['أقل من يوم', 'يوم واحد', ['يومان', 'يومين'], '%d أيام', '%d يومًا', '%d يوم'],\n M : ['أقل من شهر', 'شهر واحد', ['شهران', 'شهرين'], '%d أشهر', '%d شهرا', '%d شهر'],\n y : ['أقل من عام', 'عام واحد', ['عامان', 'عامين'], '%d أعوام', '%d عامًا', '%d عام']\n }, pluralize = function (u) {\n return function (number, withoutSuffix, string, isFuture) {\n var f = pluralForm(number),\n str = plurals[u][pluralForm(number)];\n if (f === 2) {\n str = str[withoutSuffix ? 0 : 1];\n }\n return str.replace(/%d/i, number);\n };\n }, months = [\n 'يناير',\n 'فبراير',\n 'مارس',\n 'أبريل',\n 'مايو',\n 'يونيو',\n 'يوليو',\n 'أغسطس',\n 'سبتمبر',\n 'أكتوبر',\n 'نوفمبر',\n 'ديسمبر'\n ];\n\n var arLy = moment.defineLocale('ar-ly', {\n months : months,\n monthsShort : months,\n weekdays : 'الأحد_الإثنين_الثلاثاء_الأربعاء_الخميس_الجمعة_السبت'.split('_'),\n weekdaysShort : 'أحد_إثنين_ثلاثاء_أربعاء_خميس_جمعة_سبت'.split('_'),\n weekdaysMin : 'ح_ن_ث_ر_خ_ج_س'.split('_'),\n weekdaysParseExact : true,\n longDateFormat : {\n LT : 'HH:mm',\n LTS : 'HH:mm:ss',\n L : 'D/\\u200FM/\\u200FYYYY',\n LL : 'D MMMM YYYY',\n LLL : 'D MMMM YYYY HH:mm',\n LLLL : 'dddd D MMMM YYYY HH:mm'\n },\n meridiemParse: /ص|م/,\n isPM : function (input) {\n return 'م' === input;\n },\n meridiem : function (hour, minute, isLower) {\n if (hour < 12) {\n return 'ص';\n } else {\n return 'م';\n }\n },\n calendar : {\n sameDay: '[اليوم عند الساعة] LT',\n nextDay: '[غدًا عند الساعة] LT',\n nextWeek: 'dddd [عند الساعة] LT',\n lastDay: '[أمس عند الساعة] LT',\n lastWeek: 'dddd [عند الساعة] LT',\n sameElse: 'L'\n },\n relativeTime : {\n future : 'بعد %s',\n past : 'منذ %s',\n s : pluralize('s'),\n ss : pluralize('s'),\n m : pluralize('m'),\n mm : pluralize('m'),\n h : pluralize('h'),\n hh : pluralize('h'),\n d : pluralize('d'),\n dd : pluralize('d'),\n M : pluralize('M'),\n MM : pluralize('M'),\n y : pluralize('y'),\n yy : pluralize('y')\n },\n preparse: function (string) {\n return string.replace(/،/g, ',');\n },\n postformat: function (string) {\n return string.replace(/\\d/g, function (match) {\n return symbolMap[match];\n }).replace(/,/g, '،');\n },\n week : {\n dow : 6, // Saturday is the first day of the week.\n doy : 12 // The week that contains Jan 12th is the first week of the year.\n }\n });\n\n return arLy;\n\n})));\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n var arMa = moment.defineLocale('ar-ma', {\n months : 'يناير_فبراير_مارس_أبريل_ماي_يونيو_يوليوز_غشت_شتنبر_أكتوبر_نونبر_دجنبر'.split('_'),\n monthsShort : 'يناير_فبراير_مارس_أبريل_ماي_يونيو_يوليوز_غشت_شتنبر_أكتوبر_نونبر_دجنبر'.split('_'),\n weekdays : 'الأحد_الإتنين_الثلاثاء_الأربعاء_الخميس_الجمعة_السبت'.split('_'),\n weekdaysShort : 'احد_اتنين_ثلاثاء_اربعاء_خميس_جمعة_سبت'.split('_'),\n weekdaysMin : 'ح_ن_ث_ر_خ_ج_س'.split('_'),\n weekdaysParseExact : true,\n longDateFormat : {\n LT : 'HH:mm',\n LTS : 'HH:mm:ss',\n L : 'DD/MM/YYYY',\n LL : 'D MMMM YYYY',\n LLL : 'D MMMM YYYY HH:mm',\n LLLL : 'dddd D MMMM YYYY HH:mm'\n },\n calendar : {\n sameDay: '[اليوم على الساعة] LT',\n nextDay: '[غدا على الساعة] LT',\n nextWeek: 'dddd [على الساعة] LT',\n lastDay: '[أمس على الساعة] LT',\n lastWeek: 'dddd [على الساعة] LT',\n sameElse: 'L'\n },\n relativeTime : {\n future : 'في %s',\n past : 'منذ %s',\n s : 'ثوان',\n ss : '%d ثانية',\n m : 'دقيقة',\n mm : '%d دقائق',\n h : 'ساعة',\n hh : '%d ساعات',\n d : 'يوم',\n dd : '%d أيام',\n M : 'شهر',\n MM : '%d أشهر',\n y : 'سنة',\n yy : '%d سنوات'\n },\n week : {\n dow : 6, // Saturday is the first day of the week.\n doy : 12 // The week that contains Jan 12th is the first week of the year.\n }\n });\n\n return arMa;\n\n})));\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n var symbolMap = {\n '1': '١',\n '2': '٢',\n '3': '٣',\n '4': '٤',\n '5': '٥',\n '6': '٦',\n '7': '٧',\n '8': '٨',\n '9': '٩',\n '0': '٠'\n }, numberMap = {\n '١': '1',\n '٢': '2',\n '٣': '3',\n '٤': '4',\n '٥': '5',\n '٦': '6',\n '٧': '7',\n '٨': '8',\n '٩': '9',\n '٠': '0'\n };\n\n var arSa = moment.defineLocale('ar-sa', {\n months : 'يناير_فبراير_مارس_أبريل_مايو_يونيو_يوليو_أغسطس_سبتمبر_أكتوبر_نوفمبر_ديسمبر'.split('_'),\n monthsShort : 'يناير_فبراير_مارس_أبريل_مايو_يونيو_يوليو_أغسطس_سبتمبر_أكتوبر_نوفمبر_ديسمبر'.split('_'),\n weekdays : 'الأحد_الإثنين_الثلاثاء_الأربعاء_الخميس_الجمعة_السبت'.split('_'),\n weekdaysShort : 'أحد_إثنين_ثلاثاء_أربعاء_خميس_جمعة_سبت'.split('_'),\n weekdaysMin : 'ح_ن_ث_ر_خ_ج_س'.split('_'),\n weekdaysParseExact : true,\n longDateFormat : {\n LT : 'HH:mm',\n LTS : 'HH:mm:ss',\n L : 'DD/MM/YYYY',\n LL : 'D MMMM YYYY',\n LLL : 'D MMMM YYYY HH:mm',\n LLLL : 'dddd D MMMM YYYY HH:mm'\n },\n meridiemParse: /ص|م/,\n isPM : function (input) {\n return 'م' === input;\n },\n meridiem : function (hour, minute, isLower) {\n if (hour < 12) {\n return 'ص';\n } else {\n return 'م';\n }\n },\n calendar : {\n sameDay: '[اليوم على الساعة] LT',\n nextDay: '[غدا على الساعة] LT',\n nextWeek: 'dddd [على الساعة] LT',\n lastDay: '[أمس على الساعة] LT',\n lastWeek: 'dddd [على الساعة] LT',\n sameElse: 'L'\n },\n relativeTime : {\n future : 'في %s',\n past : 'منذ %s',\n s : 'ثوان',\n ss : '%d ثانية',\n m : 'دقيقة',\n mm : '%d دقائق',\n h : 'ساعة',\n hh : '%d ساعات',\n d : 'يوم',\n dd : '%d أيام',\n M : 'شهر',\n MM : '%d أشهر',\n y : 'سنة',\n yy : '%d سنوات'\n },\n preparse: function (string) {\n return string.replace(/[١٢٣٤٥٦٧٨٩٠]/g, function (match) {\n return numberMap[match];\n }).replace(/،/g, ',');\n },\n postformat: function (string) {\n return string.replace(/\\d/g, function (match) {\n return symbolMap[match];\n }).replace(/,/g, '،');\n },\n week : {\n dow : 0, // Sunday is the first day of the week.\n doy : 6 // The week that contains Jan 6th is the first week of the year.\n }\n });\n\n return arSa;\n\n})));\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n var arTn = moment.defineLocale('ar-tn', {\n months: 'جانفي_فيفري_مارس_أفريل_ماي_جوان_جويلية_أوت_سبتمبر_أكتوبر_نوفمبر_ديسمبر'.split('_'),\n monthsShort: 'جانفي_فيفري_مارس_أفريل_ماي_جوان_جويلية_أوت_سبتمبر_أكتوبر_نوفمبر_ديسمبر'.split('_'),\n weekdays: 'الأحد_الإثنين_الثلاثاء_الأربعاء_الخميس_الجمعة_السبت'.split('_'),\n weekdaysShort: 'أحد_إثنين_ثلاثاء_أربعاء_خميس_جمعة_سبت'.split('_'),\n weekdaysMin: 'ح_ن_ث_ر_خ_ج_س'.split('_'),\n weekdaysParseExact : true,\n longDateFormat: {\n LT: 'HH:mm',\n LTS: 'HH:mm:ss',\n L: 'DD/MM/YYYY',\n LL: 'D MMMM YYYY',\n LLL: 'D MMMM YYYY HH:mm',\n LLLL: 'dddd D MMMM YYYY HH:mm'\n },\n calendar: {\n sameDay: '[اليوم على الساعة] LT',\n nextDay: '[غدا على الساعة] LT',\n nextWeek: 'dddd [على الساعة] LT',\n lastDay: '[أمس على الساعة] LT',\n lastWeek: 'dddd [على الساعة] LT',\n sameElse: 'L'\n },\n relativeTime: {\n future: 'في %s',\n past: 'منذ %s',\n s: 'ثوان',\n ss : '%d ثانية',\n m: 'دقيقة',\n mm: '%d دقائق',\n h: 'ساعة',\n hh: '%d ساعات',\n d: 'يوم',\n dd: '%d أيام',\n M: 'شهر',\n MM: '%d أشهر',\n y: 'سنة',\n yy: '%d سنوات'\n },\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 4 // The week that contains Jan 4th is the first week of the year.\n }\n });\n\n return arTn;\n\n})));\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n var suffixes = {\n 1: '-inci',\n 5: '-inci',\n 8: '-inci',\n 70: '-inci',\n 80: '-inci',\n 2: '-nci',\n 7: '-nci',\n 20: '-nci',\n 50: '-nci',\n 3: '-üncü',\n 4: '-üncü',\n 100: '-üncü',\n 6: '-ncı',\n 9: '-uncu',\n 10: '-uncu',\n 30: '-uncu',\n 60: '-ıncı',\n 90: '-ıncı'\n };\n\n var az = moment.defineLocale('az', {\n months : 'yanvar_fevral_mart_aprel_may_iyun_iyul_avqust_sentyabr_oktyabr_noyabr_dekabr'.split('_'),\n monthsShort : 'yan_fev_mar_apr_may_iyn_iyl_avq_sen_okt_noy_dek'.split('_'),\n weekdays : 'Bazar_Bazar ertəsi_Çərşənbə axşamı_Çərşənbə_Cümə axşamı_Cümə_Şənbə'.split('_'),\n weekdaysShort : 'Baz_BzE_ÇAx_Çər_CAx_Cüm_Şən'.split('_'),\n weekdaysMin : 'Bz_BE_ÇA_Çə_CA_Cü_Şə'.split('_'),\n weekdaysParseExact : true,\n longDateFormat : {\n LT : 'HH:mm',\n LTS : 'HH:mm:ss',\n L : 'DD.MM.YYYY',\n LL : 'D MMMM YYYY',\n LLL : 'D MMMM YYYY HH:mm',\n LLLL : 'dddd, D MMMM YYYY HH:mm'\n },\n calendar : {\n sameDay : '[bugün saat] LT',\n nextDay : '[sabah saat] LT',\n nextWeek : '[gələn həftə] dddd [saat] LT',\n lastDay : '[dünən] LT',\n lastWeek : '[keçən həftə] dddd [saat] LT',\n sameElse : 'L'\n },\n relativeTime : {\n future : '%s sonra',\n past : '%s əvvəl',\n s : 'birneçə saniyə',\n ss : '%d saniyə',\n m : 'bir dəqiqə',\n mm : '%d dəqiqə',\n h : 'bir saat',\n hh : '%d saat',\n d : 'bir gün',\n dd : '%d gün',\n M : 'bir ay',\n MM : '%d ay',\n y : 'bir il',\n yy : '%d il'\n },\n meridiemParse: /gecə|səhər|gündüz|axşam/,\n isPM : function (input) {\n return /^(gündüz|axşam)$/.test(input);\n },\n meridiem : function (hour, minute, isLower) {\n if (hour < 4) {\n return 'gecə';\n } else if (hour < 12) {\n return 'səhər';\n } else if (hour < 17) {\n return 'gündüz';\n } else {\n return 'axşam';\n }\n },\n dayOfMonthOrdinalParse: /\\d{1,2}-(ıncı|inci|nci|üncü|ncı|uncu)/,\n ordinal : function (number) {\n if (number === 0) { // special case for zero\n return number + '-ıncı';\n }\n var a = number % 10,\n b = number % 100 - a,\n c = number >= 100 ? 100 : null;\n return number + (suffixes[a] || suffixes[b] || suffixes[c]);\n },\n week : {\n dow : 1, // Monday is the first day of the week.\n doy : 7 // The week that contains Jan 7th is the first week of the year.\n }\n });\n\n return az;\n\n})));\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n function plural(word, num) {\n var forms = word.split('_');\n return num % 10 === 1 && num % 100 !== 11 ? forms[0] : (num % 10 >= 2 && num % 10 <= 4 && (num % 100 < 10 || num % 100 >= 20) ? forms[1] : forms[2]);\n }\n function relativeTimeWithPlural(number, withoutSuffix, key) {\n var format = {\n 'ss': withoutSuffix ? 'секунда_секунды_секунд' : 'секунду_секунды_секунд',\n 'mm': withoutSuffix ? 'хвіліна_хвіліны_хвілін' : 'хвіліну_хвіліны_хвілін',\n 'hh': withoutSuffix ? 'гадзіна_гадзіны_гадзін' : 'гадзіну_гадзіны_гадзін',\n 'dd': 'дзень_дні_дзён',\n 'MM': 'месяц_месяцы_месяцаў',\n 'yy': 'год_гады_гадоў'\n };\n if (key === 'm') {\n return withoutSuffix ? 'хвіліна' : 'хвіліну';\n }\n else if (key === 'h') {\n return withoutSuffix ? 'гадзіна' : 'гадзіну';\n }\n else {\n return number + ' ' + plural(format[key], +number);\n }\n }\n\n var be = moment.defineLocale('be', {\n months : {\n format: 'студзеня_лютага_сакавіка_красавіка_траўня_чэрвеня_ліпеня_жніўня_верасня_кастрычніка_лістапада_снежня'.split('_'),\n standalone: 'студзень_люты_сакавік_красавік_травень_чэрвень_ліпень_жнівень_верасень_кастрычнік_лістапад_снежань'.split('_')\n },\n monthsShort : 'студ_лют_сак_крас_трав_чэрв_ліп_жнів_вер_каст_ліст_снеж'.split('_'),\n weekdays : {\n format: 'нядзелю_панядзелак_аўторак_сераду_чацвер_пятніцу_суботу'.split('_'),\n standalone: 'нядзеля_панядзелак_аўторак_серада_чацвер_пятніца_субота'.split('_'),\n isFormat: /\\[ ?[Ууў] ?(?:мінулую|наступную)? ?\\] ?dddd/\n },\n weekdaysShort : 'нд_пн_ат_ср_чц_пт_сб'.split('_'),\n weekdaysMin : 'нд_пн_ат_ср_чц_пт_сб'.split('_'),\n longDateFormat : {\n LT : 'HH:mm',\n LTS : 'HH:mm:ss',\n L : 'DD.MM.YYYY',\n LL : 'D MMMM YYYY г.',\n LLL : 'D MMMM YYYY г., HH:mm',\n LLLL : 'dddd, D MMMM YYYY г., HH:mm'\n },\n calendar : {\n sameDay: '[Сёння ў] LT',\n nextDay: '[Заўтра ў] LT',\n lastDay: '[Учора ў] LT',\n nextWeek: function () {\n return '[У] dddd [ў] LT';\n },\n lastWeek: function () {\n switch (this.day()) {\n case 0:\n case 3:\n case 5:\n case 6:\n return '[У мінулую] dddd [ў] LT';\n case 1:\n case 2:\n case 4:\n return '[У мінулы] dddd [ў] LT';\n }\n },\n sameElse: 'L'\n },\n relativeTime : {\n future : 'праз %s',\n past : '%s таму',\n s : 'некалькі секунд',\n m : relativeTimeWithPlural,\n mm : relativeTimeWithPlural,\n h : relativeTimeWithPlural,\n hh : relativeTimeWithPlural,\n d : 'дзень',\n dd : relativeTimeWithPlural,\n M : 'месяц',\n MM : relativeTimeWithPlural,\n y : 'год',\n yy : relativeTimeWithPlural\n },\n meridiemParse: /ночы|раніцы|дня|вечара/,\n isPM : function (input) {\n return /^(дня|вечара)$/.test(input);\n },\n meridiem : function (hour, minute, isLower) {\n if (hour < 4) {\n return 'ночы';\n } else if (hour < 12) {\n return 'раніцы';\n } else if (hour < 17) {\n return 'дня';\n } else {\n return 'вечара';\n }\n },\n dayOfMonthOrdinalParse: /\\d{1,2}-(і|ы|га)/,\n ordinal: function (number, period) {\n switch (period) {\n case 'M':\n case 'd':\n case 'DDD':\n case 'w':\n case 'W':\n return (number % 10 === 2 || number % 10 === 3) && (number % 100 !== 12 && number % 100 !== 13) ? number + '-і' : number + '-ы';\n case 'D':\n return number + '-га';\n default:\n return number;\n }\n },\n week : {\n dow : 1, // Monday is the first day of the week.\n doy : 7 // The week that contains Jan 7th is the first week of the year.\n }\n });\n\n return be;\n\n})));\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n var bg = moment.defineLocale('bg', {\n months : 'януари_февруари_март_април_май_юни_юли_август_септември_октомври_ноември_декември'.split('_'),\n monthsShort : 'янр_фев_мар_апр_май_юни_юли_авг_сеп_окт_ное_дек'.split('_'),\n weekdays : 'неделя_понеделник_вторник_сряда_четвъртък_петък_събота'.split('_'),\n weekdaysShort : 'нед_пон_вто_сря_чет_пет_съб'.split('_'),\n weekdaysMin : 'нд_пн_вт_ср_чт_пт_сб'.split('_'),\n longDateFormat : {\n LT : 'H:mm',\n LTS : 'H:mm:ss',\n L : 'D.MM.YYYY',\n LL : 'D MMMM YYYY',\n LLL : 'D MMMM YYYY H:mm',\n LLLL : 'dddd, D MMMM YYYY H:mm'\n },\n calendar : {\n sameDay : '[Днес в] LT',\n nextDay : '[Утре в] LT',\n nextWeek : 'dddd [в] LT',\n lastDay : '[Вчера в] LT',\n lastWeek : function () {\n switch (this.day()) {\n case 0:\n case 3:\n case 6:\n return '[В изминалата] dddd [в] LT';\n case 1:\n case 2:\n case 4:\n case 5:\n return '[В изминалия] dddd [в] LT';\n }\n },\n sameElse : 'L'\n },\n relativeTime : {\n future : 'след %s',\n past : 'преди %s',\n s : 'няколко секунди',\n ss : '%d секунди',\n m : 'минута',\n mm : '%d минути',\n h : 'час',\n hh : '%d часа',\n d : 'ден',\n dd : '%d дни',\n M : 'месец',\n MM : '%d месеца',\n y : 'година',\n yy : '%d години'\n },\n dayOfMonthOrdinalParse: /\\d{1,2}-(ев|ен|ти|ви|ри|ми)/,\n ordinal : function (number) {\n var lastDigit = number % 10,\n last2Digits = number % 100;\n if (number === 0) {\n return number + '-ев';\n } else if (last2Digits === 0) {\n return number + '-ен';\n } else if (last2Digits > 10 && last2Digits < 20) {\n return number + '-ти';\n } else if (lastDigit === 1) {\n return number + '-ви';\n } else if (lastDigit === 2) {\n return number + '-ри';\n } else if (lastDigit === 7 || lastDigit === 8) {\n return number + '-ми';\n } else {\n return number + '-ти';\n }\n },\n week : {\n dow : 1, // Monday is the first day of the week.\n doy : 7 // The week that contains Jan 7th is the first week of the year.\n }\n });\n\n return bg;\n\n})));\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n var bm = moment.defineLocale('bm', {\n months : 'Zanwuyekalo_Fewuruyekalo_Marisikalo_Awirilikalo_Mɛkalo_Zuwɛnkalo_Zuluyekalo_Utikalo_Sɛtanburukalo_ɔkutɔburukalo_Nowanburukalo_Desanburukalo'.split('_'),\n monthsShort : 'Zan_Few_Mar_Awi_Mɛ_Zuw_Zul_Uti_Sɛt_ɔku_Now_Des'.split('_'),\n weekdays : 'Kari_Ntɛnɛn_Tarata_Araba_Alamisa_Juma_Sibiri'.split('_'),\n weekdaysShort : 'Kar_Ntɛ_Tar_Ara_Ala_Jum_Sib'.split('_'),\n weekdaysMin : 'Ka_Nt_Ta_Ar_Al_Ju_Si'.split('_'),\n longDateFormat : {\n LT : 'HH:mm',\n LTS : 'HH:mm:ss',\n L : 'DD/MM/YYYY',\n LL : 'MMMM [tile] D [san] YYYY',\n LLL : 'MMMM [tile] D [san] YYYY [lɛrɛ] HH:mm',\n LLLL : 'dddd MMMM [tile] D [san] YYYY [lɛrɛ] HH:mm'\n },\n calendar : {\n sameDay : '[Bi lɛrɛ] LT',\n nextDay : '[Sini lɛrɛ] LT',\n nextWeek : 'dddd [don lɛrɛ] LT',\n lastDay : '[Kunu lɛrɛ] LT',\n lastWeek : 'dddd [tɛmɛnen lɛrɛ] LT',\n sameElse : 'L'\n },\n relativeTime : {\n future : '%s kɔnɔ',\n past : 'a bɛ %s bɔ',\n s : 'sanga dama dama',\n ss : 'sekondi %d',\n m : 'miniti kelen',\n mm : 'miniti %d',\n h : 'lɛrɛ kelen',\n hh : 'lɛrɛ %d',\n d : 'tile kelen',\n dd : 'tile %d',\n M : 'kalo kelen',\n MM : 'kalo %d',\n y : 'san kelen',\n yy : 'san %d'\n },\n week : {\n dow : 1, // Monday is the first day of the week.\n doy : 4 // The week that contains Jan 4th is the first week of the year.\n }\n });\n\n return bm;\n\n})));\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n var symbolMap = {\n '1': '১',\n '2': '২',\n '3': '৩',\n '4': '৪',\n '5': '৫',\n '6': '৬',\n '7': '৭',\n '8': '৮',\n '9': '৯',\n '0': '০'\n },\n numberMap = {\n '১': '1',\n '২': '2',\n '৩': '3',\n '৪': '4',\n '৫': '5',\n '৬': '6',\n '৭': '7',\n '৮': '8',\n '৯': '9',\n '০': '0'\n };\n\n var bn = moment.defineLocale('bn', {\n months : 'জানুয়ারী_ফেব্রুয়ারি_মার্চ_এপ্রিল_মে_জুন_জুলাই_আগস্ট_সেপ্টেম্বর_অক্টোবর_নভেম্বর_ডিসেম্বর'.split('_'),\n monthsShort : 'জানু_ফেব_মার্চ_এপ্র_মে_জুন_জুল_আগ_সেপ্ট_অক্টো_নভে_ডিসে'.split('_'),\n weekdays : 'রবিবার_সোমবার_মঙ্গলবার_বুধবার_বৃহস্পতিবার_শুক্রবার_শনিবার'.split('_'),\n weekdaysShort : 'রবি_সোম_মঙ্গল_বুধ_বৃহস্পতি_শুক্র_শনি'.split('_'),\n weekdaysMin : 'রবি_সোম_মঙ্গ_বুধ_বৃহঃ_শুক্র_শনি'.split('_'),\n longDateFormat : {\n LT : 'A h:mm সময়',\n LTS : 'A h:mm:ss সময়',\n L : 'DD/MM/YYYY',\n LL : 'D MMMM YYYY',\n LLL : 'D MMMM YYYY, A h:mm সময়',\n LLLL : 'dddd, D MMMM YYYY, A h:mm সময়'\n },\n calendar : {\n sameDay : '[আজ] LT',\n nextDay : '[আগামীকাল] LT',\n nextWeek : 'dddd, LT',\n lastDay : '[গতকাল] LT',\n lastWeek : '[গত] dddd, LT',\n sameElse : 'L'\n },\n relativeTime : {\n future : '%s পরে',\n past : '%s আগে',\n s : 'কয়েক সেকেন্ড',\n ss : '%d সেকেন্ড',\n m : 'এক মিনিট',\n mm : '%d মিনিট',\n h : 'এক ঘন্টা',\n hh : '%d ঘন্টা',\n d : 'এক দিন',\n dd : '%d দিন',\n M : 'এক মাস',\n MM : '%d মাস',\n y : 'এক বছর',\n yy : '%d বছর'\n },\n preparse: function (string) {\n return string.replace(/[১২৩৪৫৬৭৮৯০]/g, function (match) {\n return numberMap[match];\n });\n },\n postformat: function (string) {\n return string.replace(/\\d/g, function (match) {\n return symbolMap[match];\n });\n },\n meridiemParse: /রাত|সকাল|দুপুর|বিকাল|রাত/,\n meridiemHour : function (hour, meridiem) {\n if (hour === 12) {\n hour = 0;\n }\n if ((meridiem === 'রাত' && hour >= 4) ||\n (meridiem === 'দুপুর' && hour < 5) ||\n meridiem === 'বিকাল') {\n return hour + 12;\n } else {\n return hour;\n }\n },\n meridiem : function (hour, minute, isLower) {\n if (hour < 4) {\n return 'রাত';\n } else if (hour < 10) {\n return 'সকাল';\n } else if (hour < 17) {\n return 'দুপুর';\n } else if (hour < 20) {\n return 'বিকাল';\n } else {\n return 'রাত';\n }\n },\n week : {\n dow : 0, // Sunday is the first day of the week.\n doy : 6 // The week that contains Jan 6th is the first week of the year.\n }\n });\n\n return bn;\n\n})));\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n var symbolMap = {\n '1': '༡',\n '2': '༢',\n '3': '༣',\n '4': '༤',\n '5': '༥',\n '6': '༦',\n '7': '༧',\n '8': '༨',\n '9': '༩',\n '0': '༠'\n },\n numberMap = {\n '༡': '1',\n '༢': '2',\n '༣': '3',\n '༤': '4',\n '༥': '5',\n '༦': '6',\n '༧': '7',\n '༨': '8',\n '༩': '9',\n '༠': '0'\n };\n\n var bo = moment.defineLocale('bo', {\n months : 'ཟླ་བ་དང་པོ_ཟླ་བ་གཉིས་པ_ཟླ་བ་གསུམ་པ_ཟླ་བ་བཞི་པ_ཟླ་བ་ལྔ་པ_ཟླ་བ་དྲུག་པ_ཟླ་བ་བདུན་པ_ཟླ་བ་བརྒྱད་པ_ཟླ་བ་དགུ་པ_ཟླ་བ་བཅུ་པ_ཟླ་བ་བཅུ་གཅིག་པ_ཟླ་བ་བཅུ་གཉིས་པ'.split('_'),\n monthsShort : 'ཟླ་བ་དང་པོ_ཟླ་བ་གཉིས་པ_ཟླ་བ་གསུམ་པ_ཟླ་བ་བཞི་པ_ཟླ་བ་ལྔ་པ_ཟླ་བ་དྲུག་པ_ཟླ་བ་བདུན་པ_ཟླ་བ་བརྒྱད་པ_ཟླ་བ་དགུ་པ_ཟླ་བ་བཅུ་པ_ཟླ་བ་བཅུ་གཅིག་པ_ཟླ་བ་བཅུ་གཉིས་པ'.split('_'),\n weekdays : 'གཟའ་ཉི་མ་_གཟའ་ཟླ་བ་_གཟའ་མིག་དམར་_གཟའ་ལྷག་པ་_གཟའ་ཕུར་བུ_གཟའ་པ་སངས་_གཟའ་སྤེན་པ་'.split('_'),\n weekdaysShort : 'ཉི་མ་_ཟླ་བ་_མིག་དམར་_ལྷག་པ་_ཕུར་བུ_པ་སངས་_སྤེན་པ་'.split('_'),\n weekdaysMin : 'ཉི་མ་_ཟླ་བ་_མིག་དམར་_ལྷག་པ་_ཕུར་བུ_པ་སངས་_སྤེན་པ་'.split('_'),\n longDateFormat : {\n LT : 'A h:mm',\n LTS : 'A h:mm:ss',\n L : 'DD/MM/YYYY',\n LL : 'D MMMM YYYY',\n LLL : 'D MMMM YYYY, A h:mm',\n LLLL : 'dddd, D MMMM YYYY, A h:mm'\n },\n calendar : {\n sameDay : '[དི་རིང] LT',\n nextDay : '[སང་ཉིན] LT',\n nextWeek : '[བདུན་ཕྲག་རྗེས་མ], LT',\n lastDay : '[ཁ་སང] LT',\n lastWeek : '[བདུན་ཕྲག་མཐའ་མ] dddd, LT',\n sameElse : 'L'\n },\n relativeTime : {\n future : '%s ལ་',\n past : '%s སྔན་ལ',\n s : 'ལམ་སང',\n ss : '%d སྐར་ཆ།',\n m : 'སྐར་མ་གཅིག',\n mm : '%d སྐར་མ',\n h : 'ཆུ་ཚོད་གཅིག',\n hh : '%d ཆུ་ཚོད',\n d : 'ཉིན་གཅིག',\n dd : '%d ཉིན་',\n M : 'ཟླ་བ་གཅིག',\n MM : '%d ཟླ་བ',\n y : 'ལོ་གཅིག',\n yy : '%d ལོ'\n },\n preparse: function (string) {\n return string.replace(/[༡༢༣༤༥༦༧༨༩༠]/g, function (match) {\n return numberMap[match];\n });\n },\n postformat: function (string) {\n return string.replace(/\\d/g, function (match) {\n return symbolMap[match];\n });\n },\n meridiemParse: /མཚན་མོ|ཞོགས་ཀས|ཉིན་གུང|དགོང་དག|མཚན་མོ/,\n meridiemHour : function (hour, meridiem) {\n if (hour === 12) {\n hour = 0;\n }\n if ((meridiem === 'མཚན་མོ' && hour >= 4) ||\n (meridiem === 'ཉིན་གུང' && hour < 5) ||\n meridiem === 'དགོང་དག') {\n return hour + 12;\n } else {\n return hour;\n }\n },\n meridiem : function (hour, minute, isLower) {\n if (hour < 4) {\n return 'མཚན་མོ';\n } else if (hour < 10) {\n return 'ཞོགས་ཀས';\n } else if (hour < 17) {\n return 'ཉིན་གུང';\n } else if (hour < 20) {\n return 'དགོང་དག';\n } else {\n return 'མཚན་མོ';\n }\n },\n week : {\n dow : 0, // Sunday is the first day of the week.\n doy : 6 // The week that contains Jan 6th is the first week of the year.\n }\n });\n\n return bo;\n\n})));\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n function relativeTimeWithMutation(number, withoutSuffix, key) {\n var format = {\n 'mm': 'munutenn',\n 'MM': 'miz',\n 'dd': 'devezh'\n };\n return number + ' ' + mutation(format[key], number);\n }\n function specialMutationForYears(number) {\n switch (lastNumber(number)) {\n case 1:\n case 3:\n case 4:\n case 5:\n case 9:\n return number + ' bloaz';\n default:\n return number + ' vloaz';\n }\n }\n function lastNumber(number) {\n if (number > 9) {\n return lastNumber(number % 10);\n }\n return number;\n }\n function mutation(text, number) {\n if (number === 2) {\n return softMutation(text);\n }\n return text;\n }\n function softMutation(text) {\n var mutationTable = {\n 'm': 'v',\n 'b': 'v',\n 'd': 'z'\n };\n if (mutationTable[text.charAt(0)] === undefined) {\n return text;\n }\n return mutationTable[text.charAt(0)] + text.substring(1);\n }\n\n var br = moment.defineLocale('br', {\n months : 'Genver_C\\'hwevrer_Meurzh_Ebrel_Mae_Mezheven_Gouere_Eost_Gwengolo_Here_Du_Kerzu'.split('_'),\n monthsShort : 'Gen_C\\'hwe_Meu_Ebr_Mae_Eve_Gou_Eos_Gwe_Her_Du_Ker'.split('_'),\n weekdays : 'Sul_Lun_Meurzh_Merc\\'her_Yaou_Gwener_Sadorn'.split('_'),\n weekdaysShort : 'Sul_Lun_Meu_Mer_Yao_Gwe_Sad'.split('_'),\n weekdaysMin : 'Su_Lu_Me_Mer_Ya_Gw_Sa'.split('_'),\n weekdaysParseExact : true,\n longDateFormat : {\n LT : 'h[e]mm A',\n LTS : 'h[e]mm:ss A',\n L : 'DD/MM/YYYY',\n LL : 'D [a viz] MMMM YYYY',\n LLL : 'D [a viz] MMMM YYYY h[e]mm A',\n LLLL : 'dddd, D [a viz] MMMM YYYY h[e]mm A'\n },\n calendar : {\n sameDay : '[Hiziv da] LT',\n nextDay : '[Warc\\'hoazh da] LT',\n nextWeek : 'dddd [da] LT',\n lastDay : '[Dec\\'h da] LT',\n lastWeek : 'dddd [paset da] LT',\n sameElse : 'L'\n },\n relativeTime : {\n future : 'a-benn %s',\n past : '%s \\'zo',\n s : 'un nebeud segondennoù',\n ss : '%d eilenn',\n m : 'ur vunutenn',\n mm : relativeTimeWithMutation,\n h : 'un eur',\n hh : '%d eur',\n d : 'un devezh',\n dd : relativeTimeWithMutation,\n M : 'ur miz',\n MM : relativeTimeWithMutation,\n y : 'ur bloaz',\n yy : specialMutationForYears\n },\n dayOfMonthOrdinalParse: /\\d{1,2}(añ|vet)/,\n ordinal : function (number) {\n var output = (number === 1) ? 'añ' : 'vet';\n return number + output;\n },\n week : {\n dow : 1, // Monday is the first day of the week.\n doy : 4 // The week that contains Jan 4th is the first week of the year.\n }\n });\n\n return br;\n\n})));\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n function translate(number, withoutSuffix, key) {\n var result = number + ' ';\n switch (key) {\n case 'ss':\n if (number === 1) {\n result += 'sekunda';\n } else if (number === 2 || number === 3 || number === 4) {\n result += 'sekunde';\n } else {\n result += 'sekundi';\n }\n return result;\n case 'm':\n return withoutSuffix ? 'jedna minuta' : 'jedne minute';\n case 'mm':\n if (number === 1) {\n result += 'minuta';\n } else if (number === 2 || number === 3 || number === 4) {\n result += 'minute';\n } else {\n result += 'minuta';\n }\n return result;\n case 'h':\n return withoutSuffix ? 'jedan sat' : 'jednog sata';\n case 'hh':\n if (number === 1) {\n result += 'sat';\n } else if (number === 2 || number === 3 || number === 4) {\n result += 'sata';\n } else {\n result += 'sati';\n }\n return result;\n case 'dd':\n if (number === 1) {\n result += 'dan';\n } else {\n result += 'dana';\n }\n return result;\n case 'MM':\n if (number === 1) {\n result += 'mjesec';\n } else if (number === 2 || number === 3 || number === 4) {\n result += 'mjeseca';\n } else {\n result += 'mjeseci';\n }\n return result;\n case 'yy':\n if (number === 1) {\n result += 'godina';\n } else if (number === 2 || number === 3 || number === 4) {\n result += 'godine';\n } else {\n result += 'godina';\n }\n return result;\n }\n }\n\n var bs = moment.defineLocale('bs', {\n months : 'januar_februar_mart_april_maj_juni_juli_august_septembar_oktobar_novembar_decembar'.split('_'),\n monthsShort : 'jan._feb._mar._apr._maj._jun._jul._aug._sep._okt._nov._dec.'.split('_'),\n monthsParseExact: true,\n weekdays : 'nedjelja_ponedjeljak_utorak_srijeda_četvrtak_petak_subota'.split('_'),\n weekdaysShort : 'ned._pon._uto._sri._čet._pet._sub.'.split('_'),\n weekdaysMin : 'ne_po_ut_sr_če_pe_su'.split('_'),\n weekdaysParseExact : true,\n longDateFormat : {\n LT : 'H:mm',\n LTS : 'H:mm:ss',\n L : 'DD.MM.YYYY',\n LL : 'D. MMMM YYYY',\n LLL : 'D. MMMM YYYY H:mm',\n LLLL : 'dddd, D. MMMM YYYY H:mm'\n },\n calendar : {\n sameDay : '[danas u] LT',\n nextDay : '[sutra u] LT',\n nextWeek : function () {\n switch (this.day()) {\n case 0:\n return '[u] [nedjelju] [u] LT';\n case 3:\n return '[u] [srijedu] [u] LT';\n case 6:\n return '[u] [subotu] [u] LT';\n case 1:\n case 2:\n case 4:\n case 5:\n return '[u] dddd [u] LT';\n }\n },\n lastDay : '[jučer u] LT',\n lastWeek : function () {\n switch (this.day()) {\n case 0:\n case 3:\n return '[prošlu] dddd [u] LT';\n case 6:\n return '[prošle] [subote] [u] LT';\n case 1:\n case 2:\n case 4:\n case 5:\n return '[prošli] dddd [u] LT';\n }\n },\n sameElse : 'L'\n },\n relativeTime : {\n future : 'za %s',\n past : 'prije %s',\n s : 'par sekundi',\n ss : translate,\n m : translate,\n mm : translate,\n h : translate,\n hh : translate,\n d : 'dan',\n dd : translate,\n M : 'mjesec',\n MM : translate,\n y : 'godinu',\n yy : translate\n },\n dayOfMonthOrdinalParse: /\\d{1,2}\\./,\n ordinal : '%d.',\n week : {\n dow : 1, // Monday is the first day of the week.\n doy : 7 // The week that contains Jan 7th is the first week of the year.\n }\n });\n\n return bs;\n\n})));\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n var ca = moment.defineLocale('ca', {\n months : {\n standalone: 'gener_febrer_març_abril_maig_juny_juliol_agost_setembre_octubre_novembre_desembre'.split('_'),\n format: 'de gener_de febrer_de març_d\\'abril_de maig_de juny_de juliol_d\\'agost_de setembre_d\\'octubre_de novembre_de desembre'.split('_'),\n isFormat: /D[oD]?(\\s)+MMMM/\n },\n monthsShort : 'gen._febr._març_abr._maig_juny_jul._ag._set._oct._nov._des.'.split('_'),\n monthsParseExact : true,\n weekdays : 'diumenge_dilluns_dimarts_dimecres_dijous_divendres_dissabte'.split('_'),\n weekdaysShort : 'dg._dl._dt._dc._dj._dv._ds.'.split('_'),\n weekdaysMin : 'dg_dl_dt_dc_dj_dv_ds'.split('_'),\n weekdaysParseExact : true,\n longDateFormat : {\n LT : 'H:mm',\n LTS : 'H:mm:ss',\n L : 'DD/MM/YYYY',\n LL : 'D MMMM [de] YYYY',\n ll : 'D MMM YYYY',\n LLL : 'D MMMM [de] YYYY [a les] H:mm',\n lll : 'D MMM YYYY, H:mm',\n LLLL : 'dddd D MMMM [de] YYYY [a les] H:mm',\n llll : 'ddd D MMM YYYY, H:mm'\n },\n calendar : {\n sameDay : function () {\n return '[avui a ' + ((this.hours() !== 1) ? 'les' : 'la') + '] LT';\n },\n nextDay : function () {\n return '[demà a ' + ((this.hours() !== 1) ? 'les' : 'la') + '] LT';\n },\n nextWeek : function () {\n return 'dddd [a ' + ((this.hours() !== 1) ? 'les' : 'la') + '] LT';\n },\n lastDay : function () {\n return '[ahir a ' + ((this.hours() !== 1) ? 'les' : 'la') + '] LT';\n },\n lastWeek : function () {\n return '[el] dddd [passat a ' + ((this.hours() !== 1) ? 'les' : 'la') + '] LT';\n },\n sameElse : 'L'\n },\n relativeTime : {\n future : 'd\\'aquí %s',\n past : 'fa %s',\n s : 'uns segons',\n ss : '%d segons',\n m : 'un minut',\n mm : '%d minuts',\n h : 'una hora',\n hh : '%d hores',\n d : 'un dia',\n dd : '%d dies',\n M : 'un mes',\n MM : '%d mesos',\n y : 'un any',\n yy : '%d anys'\n },\n dayOfMonthOrdinalParse: /\\d{1,2}(r|n|t|è|a)/,\n ordinal : function (number, period) {\n var output = (number === 1) ? 'r' :\n (number === 2) ? 'n' :\n (number === 3) ? 'r' :\n (number === 4) ? 't' : 'è';\n if (period === 'w' || period === 'W') {\n output = 'a';\n }\n return number + output;\n },\n week : {\n dow : 1, // Monday is the first day of the week.\n doy : 4 // The week that contains Jan 4th is the first week of the year.\n }\n });\n\n return ca;\n\n})));\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n var months = 'leden_únor_březen_duben_květen_červen_červenec_srpen_září_říjen_listopad_prosinec'.split('_'),\n monthsShort = 'led_úno_bře_dub_kvě_čvn_čvc_srp_zář_říj_lis_pro'.split('_');\n\n var monthsParse = [/^led/i, /^úno/i, /^bře/i, /^dub/i, /^kvě/i, /^(čvn|červen$|června)/i, /^(čvc|červenec|července)/i, /^srp/i, /^zář/i, /^říj/i, /^lis/i, /^pro/i];\n // NOTE: 'červen' is substring of 'červenec'; therefore 'červenec' must precede 'červen' in the regex to be fully matched.\n // Otherwise parser matches '1. červenec' as '1. červen' + 'ec'.\n var monthsRegex = /^(leden|únor|březen|duben|květen|červenec|července|červen|června|srpen|září|říjen|listopad|prosinec|led|úno|bře|dub|kvě|čvn|čvc|srp|zář|říj|lis|pro)/i;\n\n function plural(n) {\n return (n > 1) && (n < 5) && (~~(n / 10) !== 1);\n }\n function translate(number, withoutSuffix, key, isFuture) {\n var result = number + ' ';\n switch (key) {\n case 's': // a few seconds / in a few seconds / a few seconds ago\n return (withoutSuffix || isFuture) ? 'pár sekund' : 'pár sekundami';\n case 'ss': // 9 seconds / in 9 seconds / 9 seconds ago\n if (withoutSuffix || isFuture) {\n return result + (plural(number) ? 'sekundy' : 'sekund');\n } else {\n return result + 'sekundami';\n }\n break;\n case 'm': // a minute / in a minute / a minute ago\n return withoutSuffix ? 'minuta' : (isFuture ? 'minutu' : 'minutou');\n case 'mm': // 9 minutes / in 9 minutes / 9 minutes ago\n if (withoutSuffix || isFuture) {\n return result + (plural(number) ? 'minuty' : 'minut');\n } else {\n return result + 'minutami';\n }\n break;\n case 'h': // an hour / in an hour / an hour ago\n return withoutSuffix ? 'hodina' : (isFuture ? 'hodinu' : 'hodinou');\n case 'hh': // 9 hours / in 9 hours / 9 hours ago\n if (withoutSuffix || isFuture) {\n return result + (plural(number) ? 'hodiny' : 'hodin');\n } else {\n return result + 'hodinami';\n }\n break;\n case 'd': // a day / in a day / a day ago\n return (withoutSuffix || isFuture) ? 'den' : 'dnem';\n case 'dd': // 9 days / in 9 days / 9 days ago\n if (withoutSuffix || isFuture) {\n return result + (plural(number) ? 'dny' : 'dní');\n } else {\n return result + 'dny';\n }\n break;\n case 'M': // a month / in a month / a month ago\n return (withoutSuffix || isFuture) ? 'měsíc' : 'měsícem';\n case 'MM': // 9 months / in 9 months / 9 months ago\n if (withoutSuffix || isFuture) {\n return result + (plural(number) ? 'měsíce' : 'měsíců');\n } else {\n return result + 'měsíci';\n }\n break;\n case 'y': // a year / in a year / a year ago\n return (withoutSuffix || isFuture) ? 'rok' : 'rokem';\n case 'yy': // 9 years / in 9 years / 9 years ago\n if (withoutSuffix || isFuture) {\n return result + (plural(number) ? 'roky' : 'let');\n } else {\n return result + 'lety';\n }\n break;\n }\n }\n\n var cs = moment.defineLocale('cs', {\n months : months,\n monthsShort : monthsShort,\n monthsRegex : monthsRegex,\n monthsShortRegex : monthsRegex,\n // NOTE: 'červen' is substring of 'červenec'; therefore 'červenec' must precede 'červen' in the regex to be fully matched.\n // Otherwise parser matches '1. červenec' as '1. červen' + 'ec'.\n monthsStrictRegex : /^(leden|ledna|února|únor|březen|března|duben|dubna|květen|května|červenec|července|červen|června|srpen|srpna|září|říjen|října|listopadu|listopad|prosinec|prosince)/i,\n monthsShortStrictRegex : /^(led|úno|bře|dub|kvě|čvn|čvc|srp|zář|říj|lis|pro)/i,\n monthsParse : monthsParse,\n longMonthsParse : monthsParse,\n shortMonthsParse : monthsParse,\n weekdays : 'neděle_pondělí_úterý_středa_čtvrtek_pátek_sobota'.split('_'),\n weekdaysShort : 'ne_po_út_st_čt_pá_so'.split('_'),\n weekdaysMin : 'ne_po_út_st_čt_pá_so'.split('_'),\n longDateFormat : {\n LT: 'H:mm',\n LTS : 'H:mm:ss',\n L : 'DD.MM.YYYY',\n LL : 'D. MMMM YYYY',\n LLL : 'D. MMMM YYYY H:mm',\n LLLL : 'dddd D. MMMM YYYY H:mm',\n l : 'D. M. YYYY'\n },\n calendar : {\n sameDay: '[dnes v] LT',\n nextDay: '[zítra v] LT',\n nextWeek: function () {\n switch (this.day()) {\n case 0:\n return '[v neděli v] LT';\n case 1:\n case 2:\n return '[v] dddd [v] LT';\n case 3:\n return '[ve středu v] LT';\n case 4:\n return '[ve čtvrtek v] LT';\n case 5:\n return '[v pátek v] LT';\n case 6:\n return '[v sobotu v] LT';\n }\n },\n lastDay: '[včera v] LT',\n lastWeek: function () {\n switch (this.day()) {\n case 0:\n return '[minulou neděli v] LT';\n case 1:\n case 2:\n return '[minulé] dddd [v] LT';\n case 3:\n return '[minulou středu v] LT';\n case 4:\n case 5:\n return '[minulý] dddd [v] LT';\n case 6:\n return '[minulou sobotu v] LT';\n }\n },\n sameElse: 'L'\n },\n relativeTime : {\n future : 'za %s',\n past : 'před %s',\n s : translate,\n ss : translate,\n m : translate,\n mm : translate,\n h : translate,\n hh : translate,\n d : translate,\n dd : translate,\n M : translate,\n MM : translate,\n y : translate,\n yy : translate\n },\n dayOfMonthOrdinalParse : /\\d{1,2}\\./,\n ordinal : '%d.',\n week : {\n dow : 1, // Monday is the first day of the week.\n doy : 4 // The week that contains Jan 4th is the first week of the year.\n }\n });\n\n return cs;\n\n})));\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n var cv = moment.defineLocale('cv', {\n months : 'кӑрлач_нарӑс_пуш_ака_май_ҫӗртме_утӑ_ҫурла_авӑн_юпа_чӳк_раштав'.split('_'),\n monthsShort : 'кӑр_нар_пуш_ака_май_ҫӗр_утӑ_ҫур_авн_юпа_чӳк_раш'.split('_'),\n weekdays : 'вырсарникун_тунтикун_ытларикун_юнкун_кӗҫнерникун_эрнекун_шӑматкун'.split('_'),\n weekdaysShort : 'выр_тун_ытл_юн_кӗҫ_эрн_шӑм'.split('_'),\n weekdaysMin : 'вр_тн_ыт_юн_кҫ_эр_шм'.split('_'),\n longDateFormat : {\n LT : 'HH:mm',\n LTS : 'HH:mm:ss',\n L : 'DD-MM-YYYY',\n LL : 'YYYY [ҫулхи] MMMM [уйӑхӗн] D[-мӗшӗ]',\n LLL : 'YYYY [ҫулхи] MMMM [уйӑхӗн] D[-мӗшӗ], HH:mm',\n LLLL : 'dddd, YYYY [ҫулхи] MMMM [уйӑхӗн] D[-мӗшӗ], HH:mm'\n },\n calendar : {\n sameDay: '[Паян] LT [сехетре]',\n nextDay: '[Ыран] LT [сехетре]',\n lastDay: '[Ӗнер] LT [сехетре]',\n nextWeek: '[Ҫитес] dddd LT [сехетре]',\n lastWeek: '[Иртнӗ] dddd LT [сехетре]',\n sameElse: 'L'\n },\n relativeTime : {\n future : function (output) {\n var affix = /сехет$/i.exec(output) ? 'рен' : /ҫул$/i.exec(output) ? 'тан' : 'ран';\n return output + affix;\n },\n past : '%s каялла',\n s : 'пӗр-ик ҫеккунт',\n ss : '%d ҫеккунт',\n m : 'пӗр минут',\n mm : '%d минут',\n h : 'пӗр сехет',\n hh : '%d сехет',\n d : 'пӗр кун',\n dd : '%d кун',\n M : 'пӗр уйӑх',\n MM : '%d уйӑх',\n y : 'пӗр ҫул',\n yy : '%d ҫул'\n },\n dayOfMonthOrdinalParse: /\\d{1,2}-мӗш/,\n ordinal : '%d-мӗш',\n week : {\n dow : 1, // Monday is the first day of the week.\n doy : 7 // The week that contains Jan 7th is the first week of the year.\n }\n });\n\n return cv;\n\n})));\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n var cy = moment.defineLocale('cy', {\n months: 'Ionawr_Chwefror_Mawrth_Ebrill_Mai_Mehefin_Gorffennaf_Awst_Medi_Hydref_Tachwedd_Rhagfyr'.split('_'),\n monthsShort: 'Ion_Chwe_Maw_Ebr_Mai_Meh_Gor_Aws_Med_Hyd_Tach_Rhag'.split('_'),\n weekdays: 'Dydd Sul_Dydd Llun_Dydd Mawrth_Dydd Mercher_Dydd Iau_Dydd Gwener_Dydd Sadwrn'.split('_'),\n weekdaysShort: 'Sul_Llun_Maw_Mer_Iau_Gwe_Sad'.split('_'),\n weekdaysMin: 'Su_Ll_Ma_Me_Ia_Gw_Sa'.split('_'),\n weekdaysParseExact : true,\n // time formats are the same as en-gb\n longDateFormat: {\n LT: 'HH:mm',\n LTS : 'HH:mm:ss',\n L: 'DD/MM/YYYY',\n LL: 'D MMMM YYYY',\n LLL: 'D MMMM YYYY HH:mm',\n LLLL: 'dddd, D MMMM YYYY HH:mm'\n },\n calendar: {\n sameDay: '[Heddiw am] LT',\n nextDay: '[Yfory am] LT',\n nextWeek: 'dddd [am] LT',\n lastDay: '[Ddoe am] LT',\n lastWeek: 'dddd [diwethaf am] LT',\n sameElse: 'L'\n },\n relativeTime: {\n future: 'mewn %s',\n past: '%s yn ôl',\n s: 'ychydig eiliadau',\n ss: '%d eiliad',\n m: 'munud',\n mm: '%d munud',\n h: 'awr',\n hh: '%d awr',\n d: 'diwrnod',\n dd: '%d diwrnod',\n M: 'mis',\n MM: '%d mis',\n y: 'blwyddyn',\n yy: '%d flynedd'\n },\n dayOfMonthOrdinalParse: /\\d{1,2}(fed|ain|af|il|ydd|ed|eg)/,\n // traditional ordinal numbers above 31 are not commonly used in colloquial Welsh\n ordinal: function (number) {\n var b = number,\n output = '',\n lookup = [\n '', 'af', 'il', 'ydd', 'ydd', 'ed', 'ed', 'ed', 'fed', 'fed', 'fed', // 1af to 10fed\n 'eg', 'fed', 'eg', 'eg', 'fed', 'eg', 'eg', 'fed', 'eg', 'fed' // 11eg to 20fed\n ];\n if (b > 20) {\n if (b === 40 || b === 50 || b === 60 || b === 80 || b === 100) {\n output = 'fed'; // not 30ain, 70ain or 90ain\n } else {\n output = 'ain';\n }\n } else if (b > 0) {\n output = lookup[b];\n }\n return number + output;\n },\n week : {\n dow : 1, // Monday is the first day of the week.\n doy : 4 // The week that contains Jan 4th is the first week of the year.\n }\n });\n\n return cy;\n\n})));\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n var da = moment.defineLocale('da', {\n months : 'januar_februar_marts_april_maj_juni_juli_august_september_oktober_november_december'.split('_'),\n monthsShort : 'jan_feb_mar_apr_maj_jun_jul_aug_sep_okt_nov_dec'.split('_'),\n weekdays : 'søndag_mandag_tirsdag_onsdag_torsdag_fredag_lørdag'.split('_'),\n weekdaysShort : 'søn_man_tir_ons_tor_fre_lør'.split('_'),\n weekdaysMin : 'sø_ma_ti_on_to_fr_lø'.split('_'),\n longDateFormat : {\n LT : 'HH:mm',\n LTS : 'HH:mm:ss',\n L : 'DD.MM.YYYY',\n LL : 'D. MMMM YYYY',\n LLL : 'D. MMMM YYYY HH:mm',\n LLLL : 'dddd [d.] D. MMMM YYYY [kl.] HH:mm'\n },\n calendar : {\n sameDay : '[i dag kl.] LT',\n nextDay : '[i morgen kl.] LT',\n nextWeek : 'på dddd [kl.] LT',\n lastDay : '[i går kl.] LT',\n lastWeek : '[i] dddd[s kl.] LT',\n sameElse : 'L'\n },\n relativeTime : {\n future : 'om %s',\n past : '%s siden',\n s : 'få sekunder',\n ss : '%d sekunder',\n m : 'et minut',\n mm : '%d minutter',\n h : 'en time',\n hh : '%d timer',\n d : 'en dag',\n dd : '%d dage',\n M : 'en måned',\n MM : '%d måneder',\n y : 'et år',\n yy : '%d år'\n },\n dayOfMonthOrdinalParse: /\\d{1,2}\\./,\n ordinal : '%d.',\n week : {\n dow : 1, // Monday is the first day of the week.\n doy : 4 // The week that contains Jan 4th is the first week of the year.\n }\n });\n\n return da;\n\n})));\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n function processRelativeTime(number, withoutSuffix, key, isFuture) {\n var format = {\n 'm': ['eine Minute', 'einer Minute'],\n 'h': ['eine Stunde', 'einer Stunde'],\n 'd': ['ein Tag', 'einem Tag'],\n 'dd': [number + ' Tage', number + ' Tagen'],\n 'M': ['ein Monat', 'einem Monat'],\n 'MM': [number + ' Monate', number + ' Monaten'],\n 'y': ['ein Jahr', 'einem Jahr'],\n 'yy': [number + ' Jahre', number + ' Jahren']\n };\n return withoutSuffix ? format[key][0] : format[key][1];\n }\n\n var de = moment.defineLocale('de', {\n months : 'Januar_Februar_März_April_Mai_Juni_Juli_August_September_Oktober_November_Dezember'.split('_'),\n monthsShort : 'Jan._Feb._März_Apr._Mai_Juni_Juli_Aug._Sep._Okt._Nov._Dez.'.split('_'),\n monthsParseExact : true,\n weekdays : 'Sonntag_Montag_Dienstag_Mittwoch_Donnerstag_Freitag_Samstag'.split('_'),\n weekdaysShort : 'So._Mo._Di._Mi._Do._Fr._Sa.'.split('_'),\n weekdaysMin : 'So_Mo_Di_Mi_Do_Fr_Sa'.split('_'),\n weekdaysParseExact : true,\n longDateFormat : {\n LT: 'HH:mm',\n LTS: 'HH:mm:ss',\n L : 'DD.MM.YYYY',\n LL : 'D. MMMM YYYY',\n LLL : 'D. MMMM YYYY HH:mm',\n LLLL : 'dddd, D. MMMM YYYY HH:mm'\n },\n calendar : {\n sameDay: '[heute um] LT [Uhr]',\n sameElse: 'L',\n nextDay: '[morgen um] LT [Uhr]',\n nextWeek: 'dddd [um] LT [Uhr]',\n lastDay: '[gestern um] LT [Uhr]',\n lastWeek: '[letzten] dddd [um] LT [Uhr]'\n },\n relativeTime : {\n future : 'in %s',\n past : 'vor %s',\n s : 'ein paar Sekunden',\n ss : '%d Sekunden',\n m : processRelativeTime,\n mm : '%d Minuten',\n h : processRelativeTime,\n hh : '%d Stunden',\n d : processRelativeTime,\n dd : processRelativeTime,\n M : processRelativeTime,\n MM : processRelativeTime,\n y : processRelativeTime,\n yy : processRelativeTime\n },\n dayOfMonthOrdinalParse: /\\d{1,2}\\./,\n ordinal : '%d.',\n week : {\n dow : 1, // Monday is the first day of the week.\n doy : 4 // The week that contains Jan 4th is the first week of the year.\n }\n });\n\n return de;\n\n})));\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n function processRelativeTime(number, withoutSuffix, key, isFuture) {\n var format = {\n 'm': ['eine Minute', 'einer Minute'],\n 'h': ['eine Stunde', 'einer Stunde'],\n 'd': ['ein Tag', 'einem Tag'],\n 'dd': [number + ' Tage', number + ' Tagen'],\n 'M': ['ein Monat', 'einem Monat'],\n 'MM': [number + ' Monate', number + ' Monaten'],\n 'y': ['ein Jahr', 'einem Jahr'],\n 'yy': [number + ' Jahre', number + ' Jahren']\n };\n return withoutSuffix ? format[key][0] : format[key][1];\n }\n\n var deAt = moment.defineLocale('de-at', {\n months : 'Jänner_Februar_März_April_Mai_Juni_Juli_August_September_Oktober_November_Dezember'.split('_'),\n monthsShort : 'Jän._Feb._März_Apr._Mai_Juni_Juli_Aug._Sep._Okt._Nov._Dez.'.split('_'),\n monthsParseExact : true,\n weekdays : 'Sonntag_Montag_Dienstag_Mittwoch_Donnerstag_Freitag_Samstag'.split('_'),\n weekdaysShort : 'So._Mo._Di._Mi._Do._Fr._Sa.'.split('_'),\n weekdaysMin : 'So_Mo_Di_Mi_Do_Fr_Sa'.split('_'),\n weekdaysParseExact : true,\n longDateFormat : {\n LT: 'HH:mm',\n LTS: 'HH:mm:ss',\n L : 'DD.MM.YYYY',\n LL : 'D. MMMM YYYY',\n LLL : 'D. MMMM YYYY HH:mm',\n LLLL : 'dddd, D. MMMM YYYY HH:mm'\n },\n calendar : {\n sameDay: '[heute um] LT [Uhr]',\n sameElse: 'L',\n nextDay: '[morgen um] LT [Uhr]',\n nextWeek: 'dddd [um] LT [Uhr]',\n lastDay: '[gestern um] LT [Uhr]',\n lastWeek: '[letzten] dddd [um] LT [Uhr]'\n },\n relativeTime : {\n future : 'in %s',\n past : 'vor %s',\n s : 'ein paar Sekunden',\n ss : '%d Sekunden',\n m : processRelativeTime,\n mm : '%d Minuten',\n h : processRelativeTime,\n hh : '%d Stunden',\n d : processRelativeTime,\n dd : processRelativeTime,\n M : processRelativeTime,\n MM : processRelativeTime,\n y : processRelativeTime,\n yy : processRelativeTime\n },\n dayOfMonthOrdinalParse: /\\d{1,2}\\./,\n ordinal : '%d.',\n week : {\n dow : 1, // Monday is the first day of the week.\n doy : 4 // The week that contains Jan 4th is the first week of the year.\n }\n });\n\n return deAt;\n\n})));\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n function processRelativeTime(number, withoutSuffix, key, isFuture) {\n var format = {\n 'm': ['eine Minute', 'einer Minute'],\n 'h': ['eine Stunde', 'einer Stunde'],\n 'd': ['ein Tag', 'einem Tag'],\n 'dd': [number + ' Tage', number + ' Tagen'],\n 'M': ['ein Monat', 'einem Monat'],\n 'MM': [number + ' Monate', number + ' Monaten'],\n 'y': ['ein Jahr', 'einem Jahr'],\n 'yy': [number + ' Jahre', number + ' Jahren']\n };\n return withoutSuffix ? format[key][0] : format[key][1];\n }\n\n var deCh = moment.defineLocale('de-ch', {\n months : 'Januar_Februar_März_April_Mai_Juni_Juli_August_September_Oktober_November_Dezember'.split('_'),\n monthsShort : 'Jan._Feb._März_Apr._Mai_Juni_Juli_Aug._Sep._Okt._Nov._Dez.'.split('_'),\n monthsParseExact : true,\n weekdays : 'Sonntag_Montag_Dienstag_Mittwoch_Donnerstag_Freitag_Samstag'.split('_'),\n weekdaysShort : 'So_Mo_Di_Mi_Do_Fr_Sa'.split('_'),\n weekdaysMin : 'So_Mo_Di_Mi_Do_Fr_Sa'.split('_'),\n weekdaysParseExact : true,\n longDateFormat : {\n LT: 'HH:mm',\n LTS: 'HH:mm:ss',\n L : 'DD.MM.YYYY',\n LL : 'D. MMMM YYYY',\n LLL : 'D. MMMM YYYY HH:mm',\n LLLL : 'dddd, D. MMMM YYYY HH:mm'\n },\n calendar : {\n sameDay: '[heute um] LT [Uhr]',\n sameElse: 'L',\n nextDay: '[morgen um] LT [Uhr]',\n nextWeek: 'dddd [um] LT [Uhr]',\n lastDay: '[gestern um] LT [Uhr]',\n lastWeek: '[letzten] dddd [um] LT [Uhr]'\n },\n relativeTime : {\n future : 'in %s',\n past : 'vor %s',\n s : 'ein paar Sekunden',\n ss : '%d Sekunden',\n m : processRelativeTime,\n mm : '%d Minuten',\n h : processRelativeTime,\n hh : '%d Stunden',\n d : processRelativeTime,\n dd : processRelativeTime,\n M : processRelativeTime,\n MM : processRelativeTime,\n y : processRelativeTime,\n yy : processRelativeTime\n },\n dayOfMonthOrdinalParse: /\\d{1,2}\\./,\n ordinal : '%d.',\n week : {\n dow : 1, // Monday is the first day of the week.\n doy : 4 // The week that contains Jan 4th is the first week of the year.\n }\n });\n\n return deCh;\n\n})));\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n var months = [\n 'ޖެނުއަރީ',\n 'ފެބްރުއަރީ',\n 'މާރިޗު',\n 'އޭޕްރީލު',\n 'މޭ',\n 'ޖޫން',\n 'ޖުލައި',\n 'އޯގަސްޓު',\n 'ސެޕްޓެމްބަރު',\n 'އޮކްޓޯބަރު',\n 'ނޮވެމްބަރު',\n 'ޑިސެމްބަރު'\n ], weekdays = [\n 'އާދިއްތަ',\n 'ހޯމަ',\n 'އަންގާރަ',\n 'ބުދަ',\n 'ބުރާސްފަތި',\n 'ހުކުރު',\n 'ހޮނިހިރު'\n ];\n\n var dv = moment.defineLocale('dv', {\n months : months,\n monthsShort : months,\n weekdays : weekdays,\n weekdaysShort : weekdays,\n weekdaysMin : 'އާދި_ހޯމަ_އަން_ބުދަ_ބުރާ_ހުކު_ހޮނި'.split('_'),\n longDateFormat : {\n\n LT : 'HH:mm',\n LTS : 'HH:mm:ss',\n L : 'D/M/YYYY',\n LL : 'D MMMM YYYY',\n LLL : 'D MMMM YYYY HH:mm',\n LLLL : 'dddd D MMMM YYYY HH:mm'\n },\n meridiemParse: /މކ|މފ/,\n isPM : function (input) {\n return 'މފ' === input;\n },\n meridiem : function (hour, minute, isLower) {\n if (hour < 12) {\n return 'މކ';\n } else {\n return 'މފ';\n }\n },\n calendar : {\n sameDay : '[މިއަދު] LT',\n nextDay : '[މާދަމާ] LT',\n nextWeek : 'dddd LT',\n lastDay : '[އިއްޔެ] LT',\n lastWeek : '[ފާއިތުވި] dddd LT',\n sameElse : 'L'\n },\n relativeTime : {\n future : 'ތެރޭގައި %s',\n past : 'ކުރިން %s',\n s : 'ސިކުންތުކޮޅެއް',\n ss : 'd% ސިކުންތު',\n m : 'މިނިޓެއް',\n mm : 'މިނިޓު %d',\n h : 'ގަޑިއިރެއް',\n hh : 'ގަޑިއިރު %d',\n d : 'ދުވަހެއް',\n dd : 'ދުވަސް %d',\n M : 'މަހެއް',\n MM : 'މަސް %d',\n y : 'އަހަރެއް',\n yy : 'އަހަރު %d'\n },\n preparse: function (string) {\n return string.replace(/،/g, ',');\n },\n postformat: function (string) {\n return string.replace(/,/g, '،');\n },\n week : {\n dow : 7, // Sunday is the first day of the week.\n doy : 12 // The week that contains Jan 12th is the first week of the year.\n }\n });\n\n return dv;\n\n})));\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n function isFunction(input) {\n return input instanceof Function || Object.prototype.toString.call(input) === '[object Function]';\n }\n\n\n var el = moment.defineLocale('el', {\n monthsNominativeEl : 'Ιανουάριος_Φεβρουάριος_Μάρτιος_Απρίλιος_Μάιος_Ιούνιος_Ιούλιος_Αύγουστος_Σεπτέμβριος_Οκτώβριος_Νοέμβριος_Δεκέμβριος'.split('_'),\n monthsGenitiveEl : 'Ιανουαρίου_Φεβρουαρίου_Μαρτίου_Απριλίου_Μαΐου_Ιουνίου_Ιουλίου_Αυγούστου_Σεπτεμβρίου_Οκτωβρίου_Νοεμβρίου_Δεκεμβρίου'.split('_'),\n months : function (momentToFormat, format) {\n if (!momentToFormat) {\n return this._monthsNominativeEl;\n } else if (typeof format === 'string' && /D/.test(format.substring(0, format.indexOf('MMMM')))) { // if there is a day number before 'MMMM'\n return this._monthsGenitiveEl[momentToFormat.month()];\n } else {\n return this._monthsNominativeEl[momentToFormat.month()];\n }\n },\n monthsShort : 'Ιαν_Φεβ_Μαρ_Απρ_Μαϊ_Ιουν_Ιουλ_Αυγ_Σεπ_Οκτ_Νοε_Δεκ'.split('_'),\n weekdays : 'Κυριακή_Δευτέρα_Τρίτη_Τετάρτη_Πέμπτη_Παρασκευή_Σάββατο'.split('_'),\n weekdaysShort : 'Κυρ_Δευ_Τρι_Τετ_Πεμ_Παρ_Σαβ'.split('_'),\n weekdaysMin : 'Κυ_Δε_Τρ_Τε_Πε_Πα_Σα'.split('_'),\n meridiem : function (hours, minutes, isLower) {\n if (hours > 11) {\n return isLower ? 'μμ' : 'ΜΜ';\n } else {\n return isLower ? 'πμ' : 'ΠΜ';\n }\n },\n isPM : function (input) {\n return ((input + '').toLowerCase()[0] === 'μ');\n },\n meridiemParse : /[ΠΜ]\\.?Μ?\\.?/i,\n longDateFormat : {\n LT : 'h:mm A',\n LTS : 'h:mm:ss A',\n L : 'DD/MM/YYYY',\n LL : 'D MMMM YYYY',\n LLL : 'D MMMM YYYY h:mm A',\n LLLL : 'dddd, D MMMM YYYY h:mm A'\n },\n calendarEl : {\n sameDay : '[Σήμερα {}] LT',\n nextDay : '[Αύριο {}] LT',\n nextWeek : 'dddd [{}] LT',\n lastDay : '[Χθες {}] LT',\n lastWeek : function () {\n switch (this.day()) {\n case 6:\n return '[το προηγούμενο] dddd [{}] LT';\n default:\n return '[την προηγούμενη] dddd [{}] LT';\n }\n },\n sameElse : 'L'\n },\n calendar : function (key, mom) {\n var output = this._calendarEl[key],\n hours = mom && mom.hours();\n if (isFunction(output)) {\n output = output.apply(mom);\n }\n return output.replace('{}', (hours % 12 === 1 ? 'στη' : 'στις'));\n },\n relativeTime : {\n future : 'σε %s',\n past : '%s πριν',\n s : 'λίγα δευτερόλεπτα',\n ss : '%d δευτερόλεπτα',\n m : 'ένα λεπτό',\n mm : '%d λεπτά',\n h : 'μία ώρα',\n hh : '%d ώρες',\n d : 'μία μέρα',\n dd : '%d μέρες',\n M : 'ένας μήνας',\n MM : '%d μήνες',\n y : 'ένας χρόνος',\n yy : '%d χρόνια'\n },\n dayOfMonthOrdinalParse: /\\d{1,2}η/,\n ordinal: '%dη',\n week : {\n dow : 1, // Monday is the first day of the week.\n doy : 4 // The week that contains Jan 4st is the first week of the year.\n }\n });\n\n return el;\n\n})));\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n var enSG = moment.defineLocale('en-SG', {\n months : 'January_February_March_April_May_June_July_August_September_October_November_December'.split('_'),\n monthsShort : 'Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec'.split('_'),\n weekdays : 'Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday'.split('_'),\n weekdaysShort : 'Sun_Mon_Tue_Wed_Thu_Fri_Sat'.split('_'),\n weekdaysMin : 'Su_Mo_Tu_We_Th_Fr_Sa'.split('_'),\n longDateFormat : {\n LT : 'HH:mm',\n LTS : 'HH:mm:ss',\n L : 'DD/MM/YYYY',\n LL : 'D MMMM YYYY',\n LLL : 'D MMMM YYYY HH:mm',\n LLLL : 'dddd, D MMMM YYYY HH:mm'\n },\n calendar : {\n sameDay : '[Today at] LT',\n nextDay : '[Tomorrow at] LT',\n nextWeek : 'dddd [at] LT',\n lastDay : '[Yesterday at] LT',\n lastWeek : '[Last] dddd [at] LT',\n sameElse : 'L'\n },\n relativeTime : {\n future : 'in %s',\n past : '%s ago',\n s : 'a few seconds',\n ss : '%d seconds',\n m : 'a minute',\n mm : '%d minutes',\n h : 'an hour',\n hh : '%d hours',\n d : 'a day',\n dd : '%d days',\n M : 'a month',\n MM : '%d months',\n y : 'a year',\n yy : '%d years'\n },\n dayOfMonthOrdinalParse: /\\d{1,2}(st|nd|rd|th)/,\n ordinal : function (number) {\n var b = number % 10,\n output = (~~(number % 100 / 10) === 1) ? 'th' :\n (b === 1) ? 'st' :\n (b === 2) ? 'nd' :\n (b === 3) ? 'rd' : 'th';\n return number + output;\n },\n week : {\n dow : 1, // Monday is the first day of the week.\n doy : 4 // The week that contains Jan 4th is the first week of the year.\n }\n });\n\n return enSG;\n\n})));\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n var enAu = moment.defineLocale('en-au', {\n months : 'January_February_March_April_May_June_July_August_September_October_November_December'.split('_'),\n monthsShort : 'Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec'.split('_'),\n weekdays : 'Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday'.split('_'),\n weekdaysShort : 'Sun_Mon_Tue_Wed_Thu_Fri_Sat'.split('_'),\n weekdaysMin : 'Su_Mo_Tu_We_Th_Fr_Sa'.split('_'),\n longDateFormat : {\n LT : 'h:mm A',\n LTS : 'h:mm:ss A',\n L : 'DD/MM/YYYY',\n LL : 'D MMMM YYYY',\n LLL : 'D MMMM YYYY h:mm A',\n LLLL : 'dddd, D MMMM YYYY h:mm A'\n },\n calendar : {\n sameDay : '[Today at] LT',\n nextDay : '[Tomorrow at] LT',\n nextWeek : 'dddd [at] LT',\n lastDay : '[Yesterday at] LT',\n lastWeek : '[Last] dddd [at] LT',\n sameElse : 'L'\n },\n relativeTime : {\n future : 'in %s',\n past : '%s ago',\n s : 'a few seconds',\n ss : '%d seconds',\n m : 'a minute',\n mm : '%d minutes',\n h : 'an hour',\n hh : '%d hours',\n d : 'a day',\n dd : '%d days',\n M : 'a month',\n MM : '%d months',\n y : 'a year',\n yy : '%d years'\n },\n dayOfMonthOrdinalParse: /\\d{1,2}(st|nd|rd|th)/,\n ordinal : function (number) {\n var b = number % 10,\n output = (~~(number % 100 / 10) === 1) ? 'th' :\n (b === 1) ? 'st' :\n (b === 2) ? 'nd' :\n (b === 3) ? 'rd' : 'th';\n return number + output;\n },\n week : {\n dow : 1, // Monday is the first day of the week.\n doy : 4 // The week that contains Jan 4th is the first week of the year.\n }\n });\n\n return enAu;\n\n})));\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n var enCa = moment.defineLocale('en-ca', {\n months : 'January_February_March_April_May_June_July_August_September_October_November_December'.split('_'),\n monthsShort : 'Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec'.split('_'),\n weekdays : 'Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday'.split('_'),\n weekdaysShort : 'Sun_Mon_Tue_Wed_Thu_Fri_Sat'.split('_'),\n weekdaysMin : 'Su_Mo_Tu_We_Th_Fr_Sa'.split('_'),\n longDateFormat : {\n LT : 'h:mm A',\n LTS : 'h:mm:ss A',\n L : 'YYYY-MM-DD',\n LL : 'MMMM D, YYYY',\n LLL : 'MMMM D, YYYY h:mm A',\n LLLL : 'dddd, MMMM D, YYYY h:mm A'\n },\n calendar : {\n sameDay : '[Today at] LT',\n nextDay : '[Tomorrow at] LT',\n nextWeek : 'dddd [at] LT',\n lastDay : '[Yesterday at] LT',\n lastWeek : '[Last] dddd [at] LT',\n sameElse : 'L'\n },\n relativeTime : {\n future : 'in %s',\n past : '%s ago',\n s : 'a few seconds',\n ss : '%d seconds',\n m : 'a minute',\n mm : '%d minutes',\n h : 'an hour',\n hh : '%d hours',\n d : 'a day',\n dd : '%d days',\n M : 'a month',\n MM : '%d months',\n y : 'a year',\n yy : '%d years'\n },\n dayOfMonthOrdinalParse: /\\d{1,2}(st|nd|rd|th)/,\n ordinal : function (number) {\n var b = number % 10,\n output = (~~(number % 100 / 10) === 1) ? 'th' :\n (b === 1) ? 'st' :\n (b === 2) ? 'nd' :\n (b === 3) ? 'rd' : 'th';\n return number + output;\n }\n });\n\n return enCa;\n\n})));\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n var enGb = moment.defineLocale('en-gb', {\n months : 'January_February_March_April_May_June_July_August_September_October_November_December'.split('_'),\n monthsShort : 'Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec'.split('_'),\n weekdays : 'Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday'.split('_'),\n weekdaysShort : 'Sun_Mon_Tue_Wed_Thu_Fri_Sat'.split('_'),\n weekdaysMin : 'Su_Mo_Tu_We_Th_Fr_Sa'.split('_'),\n longDateFormat : {\n LT : 'HH:mm',\n LTS : 'HH:mm:ss',\n L : 'DD/MM/YYYY',\n LL : 'D MMMM YYYY',\n LLL : 'D MMMM YYYY HH:mm',\n LLLL : 'dddd, D MMMM YYYY HH:mm'\n },\n calendar : {\n sameDay : '[Today at] LT',\n nextDay : '[Tomorrow at] LT',\n nextWeek : 'dddd [at] LT',\n lastDay : '[Yesterday at] LT',\n lastWeek : '[Last] dddd [at] LT',\n sameElse : 'L'\n },\n relativeTime : {\n future : 'in %s',\n past : '%s ago',\n s : 'a few seconds',\n ss : '%d seconds',\n m : 'a minute',\n mm : '%d minutes',\n h : 'an hour',\n hh : '%d hours',\n d : 'a day',\n dd : '%d days',\n M : 'a month',\n MM : '%d months',\n y : 'a year',\n yy : '%d years'\n },\n dayOfMonthOrdinalParse: /\\d{1,2}(st|nd|rd|th)/,\n ordinal : function (number) {\n var b = number % 10,\n output = (~~(number % 100 / 10) === 1) ? 'th' :\n (b === 1) ? 'st' :\n (b === 2) ? 'nd' :\n (b === 3) ? 'rd' : 'th';\n return number + output;\n },\n week : {\n dow : 1, // Monday is the first day of the week.\n doy : 4 // The week that contains Jan 4th is the first week of the year.\n }\n });\n\n return enGb;\n\n})));\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n var enIe = moment.defineLocale('en-ie', {\n months : 'January_February_March_April_May_June_July_August_September_October_November_December'.split('_'),\n monthsShort : 'Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec'.split('_'),\n weekdays : 'Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday'.split('_'),\n weekdaysShort : 'Sun_Mon_Tue_Wed_Thu_Fri_Sat'.split('_'),\n weekdaysMin : 'Su_Mo_Tu_We_Th_Fr_Sa'.split('_'),\n longDateFormat : {\n LT : 'HH:mm',\n LTS : 'HH:mm:ss',\n L : 'DD/MM/YYYY',\n LL : 'D MMMM YYYY',\n LLL : 'D MMMM YYYY HH:mm',\n LLLL : 'dddd D MMMM YYYY HH:mm'\n },\n calendar : {\n sameDay : '[Today at] LT',\n nextDay : '[Tomorrow at] LT',\n nextWeek : 'dddd [at] LT',\n lastDay : '[Yesterday at] LT',\n lastWeek : '[Last] dddd [at] LT',\n sameElse : 'L'\n },\n relativeTime : {\n future : 'in %s',\n past : '%s ago',\n s : 'a few seconds',\n ss : '%d seconds',\n m : 'a minute',\n mm : '%d minutes',\n h : 'an hour',\n hh : '%d hours',\n d : 'a day',\n dd : '%d days',\n M : 'a month',\n MM : '%d months',\n y : 'a year',\n yy : '%d years'\n },\n dayOfMonthOrdinalParse: /\\d{1,2}(st|nd|rd|th)/,\n ordinal : function (number) {\n var b = number % 10,\n output = (~~(number % 100 / 10) === 1) ? 'th' :\n (b === 1) ? 'st' :\n (b === 2) ? 'nd' :\n (b === 3) ? 'rd' : 'th';\n return number + output;\n },\n week : {\n dow : 1, // Monday is the first day of the week.\n doy : 4 // The week that contains Jan 4th is the first week of the year.\n }\n });\n\n return enIe;\n\n})));\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n var enIl = moment.defineLocale('en-il', {\n months : 'January_February_March_April_May_June_July_August_September_October_November_December'.split('_'),\n monthsShort : 'Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec'.split('_'),\n weekdays : 'Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday'.split('_'),\n weekdaysShort : 'Sun_Mon_Tue_Wed_Thu_Fri_Sat'.split('_'),\n weekdaysMin : 'Su_Mo_Tu_We_Th_Fr_Sa'.split('_'),\n longDateFormat : {\n LT : 'HH:mm',\n LTS : 'HH:mm:ss',\n L : 'DD/MM/YYYY',\n LL : 'D MMMM YYYY',\n LLL : 'D MMMM YYYY HH:mm',\n LLLL : 'dddd, D MMMM YYYY HH:mm'\n },\n calendar : {\n sameDay : '[Today at] LT',\n nextDay : '[Tomorrow at] LT',\n nextWeek : 'dddd [at] LT',\n lastDay : '[Yesterday at] LT',\n lastWeek : '[Last] dddd [at] LT',\n sameElse : 'L'\n },\n relativeTime : {\n future : 'in %s',\n past : '%s ago',\n s : 'a few seconds',\n m : 'a minute',\n mm : '%d minutes',\n h : 'an hour',\n hh : '%d hours',\n d : 'a day',\n dd : '%d days',\n M : 'a month',\n MM : '%d months',\n y : 'a year',\n yy : '%d years'\n },\n dayOfMonthOrdinalParse: /\\d{1,2}(st|nd|rd|th)/,\n ordinal : function (number) {\n var b = number % 10,\n output = (~~(number % 100 / 10) === 1) ? 'th' :\n (b === 1) ? 'st' :\n (b === 2) ? 'nd' :\n (b === 3) ? 'rd' : 'th';\n return number + output;\n }\n });\n\n return enIl;\n\n})));\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n var enNz = moment.defineLocale('en-nz', {\n months : 'January_February_March_April_May_June_July_August_September_October_November_December'.split('_'),\n monthsShort : 'Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec'.split('_'),\n weekdays : 'Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday'.split('_'),\n weekdaysShort : 'Sun_Mon_Tue_Wed_Thu_Fri_Sat'.split('_'),\n weekdaysMin : 'Su_Mo_Tu_We_Th_Fr_Sa'.split('_'),\n longDateFormat : {\n LT : 'h:mm A',\n LTS : 'h:mm:ss A',\n L : 'DD/MM/YYYY',\n LL : 'D MMMM YYYY',\n LLL : 'D MMMM YYYY h:mm A',\n LLLL : 'dddd, D MMMM YYYY h:mm A'\n },\n calendar : {\n sameDay : '[Today at] LT',\n nextDay : '[Tomorrow at] LT',\n nextWeek : 'dddd [at] LT',\n lastDay : '[Yesterday at] LT',\n lastWeek : '[Last] dddd [at] LT',\n sameElse : 'L'\n },\n relativeTime : {\n future : 'in %s',\n past : '%s ago',\n s : 'a few seconds',\n ss : '%d seconds',\n m : 'a minute',\n mm : '%d minutes',\n h : 'an hour',\n hh : '%d hours',\n d : 'a day',\n dd : '%d days',\n M : 'a month',\n MM : '%d months',\n y : 'a year',\n yy : '%d years'\n },\n dayOfMonthOrdinalParse: /\\d{1,2}(st|nd|rd|th)/,\n ordinal : function (number) {\n var b = number % 10,\n output = (~~(number % 100 / 10) === 1) ? 'th' :\n (b === 1) ? 'st' :\n (b === 2) ? 'nd' :\n (b === 3) ? 'rd' : 'th';\n return number + output;\n },\n week : {\n dow : 1, // Monday is the first day of the week.\n doy : 4 // The week that contains Jan 4th is the first week of the year.\n }\n });\n\n return enNz;\n\n})));\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n var eo = moment.defineLocale('eo', {\n months : 'januaro_februaro_marto_aprilo_majo_junio_julio_aŭgusto_septembro_oktobro_novembro_decembro'.split('_'),\n monthsShort : 'jan_feb_mar_apr_maj_jun_jul_aŭg_sep_okt_nov_dec'.split('_'),\n weekdays : 'dimanĉo_lundo_mardo_merkredo_ĵaŭdo_vendredo_sabato'.split('_'),\n weekdaysShort : 'dim_lun_mard_merk_ĵaŭ_ven_sab'.split('_'),\n weekdaysMin : 'di_lu_ma_me_ĵa_ve_sa'.split('_'),\n longDateFormat : {\n LT : 'HH:mm',\n LTS : 'HH:mm:ss',\n L : 'YYYY-MM-DD',\n LL : 'D[-a de] MMMM, YYYY',\n LLL : 'D[-a de] MMMM, YYYY HH:mm',\n LLLL : 'dddd, [la] D[-a de] MMMM, YYYY HH:mm'\n },\n meridiemParse: /[ap]\\.t\\.m/i,\n isPM: function (input) {\n return input.charAt(0).toLowerCase() === 'p';\n },\n meridiem : function (hours, minutes, isLower) {\n if (hours > 11) {\n return isLower ? 'p.t.m.' : 'P.T.M.';\n } else {\n return isLower ? 'a.t.m.' : 'A.T.M.';\n }\n },\n calendar : {\n sameDay : '[Hodiaŭ je] LT',\n nextDay : '[Morgaŭ je] LT',\n nextWeek : 'dddd [je] LT',\n lastDay : '[Hieraŭ je] LT',\n lastWeek : '[pasinta] dddd [je] LT',\n sameElse : 'L'\n },\n relativeTime : {\n future : 'post %s',\n past : 'antaŭ %s',\n s : 'sekundoj',\n ss : '%d sekundoj',\n m : 'minuto',\n mm : '%d minutoj',\n h : 'horo',\n hh : '%d horoj',\n d : 'tago',//ne 'diurno', ĉar estas uzita por proksimumo\n dd : '%d tagoj',\n M : 'monato',\n MM : '%d monatoj',\n y : 'jaro',\n yy : '%d jaroj'\n },\n dayOfMonthOrdinalParse: /\\d{1,2}a/,\n ordinal : '%da',\n week : {\n dow : 1, // Monday is the first day of the week.\n doy : 7 // The week that contains Jan 7th is the first week of the year.\n }\n });\n\n return eo;\n\n})));\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n var monthsShortDot = 'ene._feb._mar._abr._may._jun._jul._ago._sep._oct._nov._dic.'.split('_'),\n monthsShort = 'ene_feb_mar_abr_may_jun_jul_ago_sep_oct_nov_dic'.split('_');\n\n var monthsParse = [/^ene/i, /^feb/i, /^mar/i, /^abr/i, /^may/i, /^jun/i, /^jul/i, /^ago/i, /^sep/i, /^oct/i, /^nov/i, /^dic/i];\n var monthsRegex = /^(enero|febrero|marzo|abril|mayo|junio|julio|agosto|septiembre|octubre|noviembre|diciembre|ene\\.?|feb\\.?|mar\\.?|abr\\.?|may\\.?|jun\\.?|jul\\.?|ago\\.?|sep\\.?|oct\\.?|nov\\.?|dic\\.?)/i;\n\n var es = moment.defineLocale('es', {\n months : 'enero_febrero_marzo_abril_mayo_junio_julio_agosto_septiembre_octubre_noviembre_diciembre'.split('_'),\n monthsShort : function (m, format) {\n if (!m) {\n return monthsShortDot;\n } else if (/-MMM-/.test(format)) {\n return monthsShort[m.month()];\n } else {\n return monthsShortDot[m.month()];\n }\n },\n monthsRegex : monthsRegex,\n monthsShortRegex : monthsRegex,\n monthsStrictRegex : /^(enero|febrero|marzo|abril|mayo|junio|julio|agosto|septiembre|octubre|noviembre|diciembre)/i,\n monthsShortStrictRegex : /^(ene\\.?|feb\\.?|mar\\.?|abr\\.?|may\\.?|jun\\.?|jul\\.?|ago\\.?|sep\\.?|oct\\.?|nov\\.?|dic\\.?)/i,\n monthsParse : monthsParse,\n longMonthsParse : monthsParse,\n shortMonthsParse : monthsParse,\n weekdays : 'domingo_lunes_martes_miércoles_jueves_viernes_sábado'.split('_'),\n weekdaysShort : 'dom._lun._mar._mié._jue._vie._sáb.'.split('_'),\n weekdaysMin : 'do_lu_ma_mi_ju_vi_sá'.split('_'),\n weekdaysParseExact : true,\n longDateFormat : {\n LT : 'H:mm',\n LTS : 'H:mm:ss',\n L : 'DD/MM/YYYY',\n LL : 'D [de] MMMM [de] YYYY',\n LLL : 'D [de] MMMM [de] YYYY H:mm',\n LLLL : 'dddd, D [de] MMMM [de] YYYY H:mm'\n },\n calendar : {\n sameDay : function () {\n return '[hoy a la' + ((this.hours() !== 1) ? 's' : '') + '] LT';\n },\n nextDay : function () {\n return '[mañana a la' + ((this.hours() !== 1) ? 's' : '') + '] LT';\n },\n nextWeek : function () {\n return 'dddd [a la' + ((this.hours() !== 1) ? 's' : '') + '] LT';\n },\n lastDay : function () {\n return '[ayer a la' + ((this.hours() !== 1) ? 's' : '') + '] LT';\n },\n lastWeek : function () {\n return '[el] dddd [pasado a la' + ((this.hours() !== 1) ? 's' : '') + '] LT';\n },\n sameElse : 'L'\n },\n relativeTime : {\n future : 'en %s',\n past : 'hace %s',\n s : 'unos segundos',\n ss : '%d segundos',\n m : 'un minuto',\n mm : '%d minutos',\n h : 'una hora',\n hh : '%d horas',\n d : 'un día',\n dd : '%d días',\n M : 'un mes',\n MM : '%d meses',\n y : 'un año',\n yy : '%d años'\n },\n dayOfMonthOrdinalParse : /\\d{1,2}º/,\n ordinal : '%dº',\n week : {\n dow : 1, // Monday is the first day of the week.\n doy : 4 // The week that contains Jan 4th is the first week of the year.\n }\n });\n\n return es;\n\n})));\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n var monthsShortDot = 'ene._feb._mar._abr._may._jun._jul._ago._sep._oct._nov._dic.'.split('_'),\n monthsShort = 'ene_feb_mar_abr_may_jun_jul_ago_sep_oct_nov_dic'.split('_');\n\n var monthsParse = [/^ene/i, /^feb/i, /^mar/i, /^abr/i, /^may/i, /^jun/i, /^jul/i, /^ago/i, /^sep/i, /^oct/i, /^nov/i, /^dic/i];\n var monthsRegex = /^(enero|febrero|marzo|abril|mayo|junio|julio|agosto|septiembre|octubre|noviembre|diciembre|ene\\.?|feb\\.?|mar\\.?|abr\\.?|may\\.?|jun\\.?|jul\\.?|ago\\.?|sep\\.?|oct\\.?|nov\\.?|dic\\.?)/i;\n\n var esDo = moment.defineLocale('es-do', {\n months : 'enero_febrero_marzo_abril_mayo_junio_julio_agosto_septiembre_octubre_noviembre_diciembre'.split('_'),\n monthsShort : function (m, format) {\n if (!m) {\n return monthsShortDot;\n } else if (/-MMM-/.test(format)) {\n return monthsShort[m.month()];\n } else {\n return monthsShortDot[m.month()];\n }\n },\n monthsRegex: monthsRegex,\n monthsShortRegex: monthsRegex,\n monthsStrictRegex: /^(enero|febrero|marzo|abril|mayo|junio|julio|agosto|septiembre|octubre|noviembre|diciembre)/i,\n monthsShortStrictRegex: /^(ene\\.?|feb\\.?|mar\\.?|abr\\.?|may\\.?|jun\\.?|jul\\.?|ago\\.?|sep\\.?|oct\\.?|nov\\.?|dic\\.?)/i,\n monthsParse: monthsParse,\n longMonthsParse: monthsParse,\n shortMonthsParse: monthsParse,\n weekdays : 'domingo_lunes_martes_miércoles_jueves_viernes_sábado'.split('_'),\n weekdaysShort : 'dom._lun._mar._mié._jue._vie._sáb.'.split('_'),\n weekdaysMin : 'do_lu_ma_mi_ju_vi_sá'.split('_'),\n weekdaysParseExact : true,\n longDateFormat : {\n LT : 'h:mm A',\n LTS : 'h:mm:ss A',\n L : 'DD/MM/YYYY',\n LL : 'D [de] MMMM [de] YYYY',\n LLL : 'D [de] MMMM [de] YYYY h:mm A',\n LLLL : 'dddd, D [de] MMMM [de] YYYY h:mm A'\n },\n calendar : {\n sameDay : function () {\n return '[hoy a la' + ((this.hours() !== 1) ? 's' : '') + '] LT';\n },\n nextDay : function () {\n return '[mañana a la' + ((this.hours() !== 1) ? 's' : '') + '] LT';\n },\n nextWeek : function () {\n return 'dddd [a la' + ((this.hours() !== 1) ? 's' : '') + '] LT';\n },\n lastDay : function () {\n return '[ayer a la' + ((this.hours() !== 1) ? 's' : '') + '] LT';\n },\n lastWeek : function () {\n return '[el] dddd [pasado a la' + ((this.hours() !== 1) ? 's' : '') + '] LT';\n },\n sameElse : 'L'\n },\n relativeTime : {\n future : 'en %s',\n past : 'hace %s',\n s : 'unos segundos',\n ss : '%d segundos',\n m : 'un minuto',\n mm : '%d minutos',\n h : 'una hora',\n hh : '%d horas',\n d : 'un día',\n dd : '%d días',\n M : 'un mes',\n MM : '%d meses',\n y : 'un año',\n yy : '%d años'\n },\n dayOfMonthOrdinalParse : /\\d{1,2}º/,\n ordinal : '%dº',\n week : {\n dow : 1, // Monday is the first day of the week.\n doy : 4 // The week that contains Jan 4th is the first week of the year.\n }\n });\n\n return esDo;\n\n})));\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n var monthsShortDot = 'ene._feb._mar._abr._may._jun._jul._ago._sep._oct._nov._dic.'.split('_'),\n monthsShort = 'ene_feb_mar_abr_may_jun_jul_ago_sep_oct_nov_dic'.split('_');\n\n var monthsParse = [/^ene/i, /^feb/i, /^mar/i, /^abr/i, /^may/i, /^jun/i, /^jul/i, /^ago/i, /^sep/i, /^oct/i, /^nov/i, /^dic/i];\n var monthsRegex = /^(enero|febrero|marzo|abril|mayo|junio|julio|agosto|septiembre|octubre|noviembre|diciembre|ene\\.?|feb\\.?|mar\\.?|abr\\.?|may\\.?|jun\\.?|jul\\.?|ago\\.?|sep\\.?|oct\\.?|nov\\.?|dic\\.?)/i;\n\n var esUs = moment.defineLocale('es-us', {\n months : 'enero_febrero_marzo_abril_mayo_junio_julio_agosto_septiembre_octubre_noviembre_diciembre'.split('_'),\n monthsShort : function (m, format) {\n if (!m) {\n return monthsShortDot;\n } else if (/-MMM-/.test(format)) {\n return monthsShort[m.month()];\n } else {\n return monthsShortDot[m.month()];\n }\n },\n monthsRegex: monthsRegex,\n monthsShortRegex: monthsRegex,\n monthsStrictRegex: /^(enero|febrero|marzo|abril|mayo|junio|julio|agosto|septiembre|octubre|noviembre|diciembre)/i,\n monthsShortStrictRegex: /^(ene\\.?|feb\\.?|mar\\.?|abr\\.?|may\\.?|jun\\.?|jul\\.?|ago\\.?|sep\\.?|oct\\.?|nov\\.?|dic\\.?)/i,\n monthsParse: monthsParse,\n longMonthsParse: monthsParse,\n shortMonthsParse: monthsParse,\n weekdays : 'domingo_lunes_martes_miércoles_jueves_viernes_sábado'.split('_'),\n weekdaysShort : 'dom._lun._mar._mié._jue._vie._sáb.'.split('_'),\n weekdaysMin : 'do_lu_ma_mi_ju_vi_sá'.split('_'),\n weekdaysParseExact : true,\n longDateFormat : {\n LT : 'h:mm A',\n LTS : 'h:mm:ss A',\n L : 'MM/DD/YYYY',\n LL : 'D [de] MMMM [de] YYYY',\n LLL : 'D [de] MMMM [de] YYYY h:mm A',\n LLLL : 'dddd, D [de] MMMM [de] YYYY h:mm A'\n },\n calendar : {\n sameDay : function () {\n return '[hoy a la' + ((this.hours() !== 1) ? 's' : '') + '] LT';\n },\n nextDay : function () {\n return '[mañana a la' + ((this.hours() !== 1) ? 's' : '') + '] LT';\n },\n nextWeek : function () {\n return 'dddd [a la' + ((this.hours() !== 1) ? 's' : '') + '] LT';\n },\n lastDay : function () {\n return '[ayer a la' + ((this.hours() !== 1) ? 's' : '') + '] LT';\n },\n lastWeek : function () {\n return '[el] dddd [pasado a la' + ((this.hours() !== 1) ? 's' : '') + '] LT';\n },\n sameElse : 'L'\n },\n relativeTime : {\n future : 'en %s',\n past : 'hace %s',\n s : 'unos segundos',\n ss : '%d segundos',\n m : 'un minuto',\n mm : '%d minutos',\n h : 'una hora',\n hh : '%d horas',\n d : 'un día',\n dd : '%d días',\n M : 'un mes',\n MM : '%d meses',\n y : 'un año',\n yy : '%d años'\n },\n dayOfMonthOrdinalParse : /\\d{1,2}º/,\n ordinal : '%dº',\n week : {\n dow : 0, // Sunday is the first day of the week.\n doy : 6 // The week that contains Jan 6th is the first week of the year.\n }\n });\n\n return esUs;\n\n})));\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n function processRelativeTime(number, withoutSuffix, key, isFuture) {\n var format = {\n 's' : ['mõne sekundi', 'mõni sekund', 'paar sekundit'],\n 'ss': [number + 'sekundi', number + 'sekundit'],\n 'm' : ['ühe minuti', 'üks minut'],\n 'mm': [number + ' minuti', number + ' minutit'],\n 'h' : ['ühe tunni', 'tund aega', 'üks tund'],\n 'hh': [number + ' tunni', number + ' tundi'],\n 'd' : ['ühe päeva', 'üks päev'],\n 'M' : ['kuu aja', 'kuu aega', 'üks kuu'],\n 'MM': [number + ' kuu', number + ' kuud'],\n 'y' : ['ühe aasta', 'aasta', 'üks aasta'],\n 'yy': [number + ' aasta', number + ' aastat']\n };\n if (withoutSuffix) {\n return format[key][2] ? format[key][2] : format[key][1];\n }\n return isFuture ? format[key][0] : format[key][1];\n }\n\n var et = moment.defineLocale('et', {\n months : 'jaanuar_veebruar_märts_aprill_mai_juuni_juuli_august_september_oktoober_november_detsember'.split('_'),\n monthsShort : 'jaan_veebr_märts_apr_mai_juuni_juuli_aug_sept_okt_nov_dets'.split('_'),\n weekdays : 'pühapäev_esmaspäev_teisipäev_kolmapäev_neljapäev_reede_laupäev'.split('_'),\n weekdaysShort : 'P_E_T_K_N_R_L'.split('_'),\n weekdaysMin : 'P_E_T_K_N_R_L'.split('_'),\n longDateFormat : {\n LT : 'H:mm',\n LTS : 'H:mm:ss',\n L : 'DD.MM.YYYY',\n LL : 'D. MMMM YYYY',\n LLL : 'D. MMMM YYYY H:mm',\n LLLL : 'dddd, D. MMMM YYYY H:mm'\n },\n calendar : {\n sameDay : '[Täna,] LT',\n nextDay : '[Homme,] LT',\n nextWeek : '[Järgmine] dddd LT',\n lastDay : '[Eile,] LT',\n lastWeek : '[Eelmine] dddd LT',\n sameElse : 'L'\n },\n relativeTime : {\n future : '%s pärast',\n past : '%s tagasi',\n s : processRelativeTime,\n ss : processRelativeTime,\n m : processRelativeTime,\n mm : processRelativeTime,\n h : processRelativeTime,\n hh : processRelativeTime,\n d : processRelativeTime,\n dd : '%d päeva',\n M : processRelativeTime,\n MM : processRelativeTime,\n y : processRelativeTime,\n yy : processRelativeTime\n },\n dayOfMonthOrdinalParse: /\\d{1,2}\\./,\n ordinal : '%d.',\n week : {\n dow : 1, // Monday is the first day of the week.\n doy : 4 // The week that contains Jan 4th is the first week of the year.\n }\n });\n\n return et;\n\n})));\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n var eu = moment.defineLocale('eu', {\n months : 'urtarrila_otsaila_martxoa_apirila_maiatza_ekaina_uztaila_abuztua_iraila_urria_azaroa_abendua'.split('_'),\n monthsShort : 'urt._ots._mar._api._mai._eka._uzt._abu._ira._urr._aza._abe.'.split('_'),\n monthsParseExact : true,\n weekdays : 'igandea_astelehena_asteartea_asteazkena_osteguna_ostirala_larunbata'.split('_'),\n weekdaysShort : 'ig._al._ar._az._og._ol._lr.'.split('_'),\n weekdaysMin : 'ig_al_ar_az_og_ol_lr'.split('_'),\n weekdaysParseExact : true,\n longDateFormat : {\n LT : 'HH:mm',\n LTS : 'HH:mm:ss',\n L : 'YYYY-MM-DD',\n LL : 'YYYY[ko] MMMM[ren] D[a]',\n LLL : 'YYYY[ko] MMMM[ren] D[a] HH:mm',\n LLLL : 'dddd, YYYY[ko] MMMM[ren] D[a] HH:mm',\n l : 'YYYY-M-D',\n ll : 'YYYY[ko] MMM D[a]',\n lll : 'YYYY[ko] MMM D[a] HH:mm',\n llll : 'ddd, YYYY[ko] MMM D[a] HH:mm'\n },\n calendar : {\n sameDay : '[gaur] LT[etan]',\n nextDay : '[bihar] LT[etan]',\n nextWeek : 'dddd LT[etan]',\n lastDay : '[atzo] LT[etan]',\n lastWeek : '[aurreko] dddd LT[etan]',\n sameElse : 'L'\n },\n relativeTime : {\n future : '%s barru',\n past : 'duela %s',\n s : 'segundo batzuk',\n ss : '%d segundo',\n m : 'minutu bat',\n mm : '%d minutu',\n h : 'ordu bat',\n hh : '%d ordu',\n d : 'egun bat',\n dd : '%d egun',\n M : 'hilabete bat',\n MM : '%d hilabete',\n y : 'urte bat',\n yy : '%d urte'\n },\n dayOfMonthOrdinalParse: /\\d{1,2}\\./,\n ordinal : '%d.',\n week : {\n dow : 1, // Monday is the first day of the week.\n doy : 7 // The week that contains Jan 7th is the first week of the year.\n }\n });\n\n return eu;\n\n})));\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n var symbolMap = {\n '1': '۱',\n '2': '۲',\n '3': '۳',\n '4': '۴',\n '5': '۵',\n '6': '۶',\n '7': '۷',\n '8': '۸',\n '9': '۹',\n '0': '۰'\n }, numberMap = {\n '۱': '1',\n '۲': '2',\n '۳': '3',\n '۴': '4',\n '۵': '5',\n '۶': '6',\n '۷': '7',\n '۸': '8',\n '۹': '9',\n '۰': '0'\n };\n\n var fa = moment.defineLocale('fa', {\n months : 'ژانویه_فوریه_مارس_آوریل_مه_ژوئن_ژوئیه_اوت_سپتامبر_اکتبر_نوامبر_دسامبر'.split('_'),\n monthsShort : 'ژانویه_فوریه_مارس_آوریل_مه_ژوئن_ژوئیه_اوت_سپتامبر_اکتبر_نوامبر_دسامبر'.split('_'),\n weekdays : 'یک\\u200cشنبه_دوشنبه_سه\\u200cشنبه_چهارشنبه_پنج\\u200cشنبه_جمعه_شنبه'.split('_'),\n weekdaysShort : 'یک\\u200cشنبه_دوشنبه_سه\\u200cشنبه_چهارشنبه_پنج\\u200cشنبه_جمعه_شنبه'.split('_'),\n weekdaysMin : 'ی_د_س_چ_پ_ج_ش'.split('_'),\n weekdaysParseExact : true,\n longDateFormat : {\n LT : 'HH:mm',\n LTS : 'HH:mm:ss',\n L : 'DD/MM/YYYY',\n LL : 'D MMMM YYYY',\n LLL : 'D MMMM YYYY HH:mm',\n LLLL : 'dddd, D MMMM YYYY HH:mm'\n },\n meridiemParse: /قبل از ظهر|بعد از ظهر/,\n isPM: function (input) {\n return /بعد از ظهر/.test(input);\n },\n meridiem : function (hour, minute, isLower) {\n if (hour < 12) {\n return 'قبل از ظهر';\n } else {\n return 'بعد از ظهر';\n }\n },\n calendar : {\n sameDay : '[امروز ساعت] LT',\n nextDay : '[فردا ساعت] LT',\n nextWeek : 'dddd [ساعت] LT',\n lastDay : '[دیروز ساعت] LT',\n lastWeek : 'dddd [پیش] [ساعت] LT',\n sameElse : 'L'\n },\n relativeTime : {\n future : 'در %s',\n past : '%s پیش',\n s : 'چند ثانیه',\n ss : 'ثانیه d%',\n m : 'یک دقیقه',\n mm : '%d دقیقه',\n h : 'یک ساعت',\n hh : '%d ساعت',\n d : 'یک روز',\n dd : '%d روز',\n M : 'یک ماه',\n MM : '%d ماه',\n y : 'یک سال',\n yy : '%d سال'\n },\n preparse: function (string) {\n return string.replace(/[۰-۹]/g, function (match) {\n return numberMap[match];\n }).replace(/،/g, ',');\n },\n postformat: function (string) {\n return string.replace(/\\d/g, function (match) {\n return symbolMap[match];\n }).replace(/,/g, '،');\n },\n dayOfMonthOrdinalParse: /\\d{1,2}م/,\n ordinal : '%dم',\n week : {\n dow : 6, // Saturday is the first day of the week.\n doy : 12 // The week that contains Jan 12th is the first week of the year.\n }\n });\n\n return fa;\n\n})));\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n var numbersPast = 'nolla yksi kaksi kolme neljä viisi kuusi seitsemän kahdeksan yhdeksän'.split(' '),\n numbersFuture = [\n 'nolla', 'yhden', 'kahden', 'kolmen', 'neljän', 'viiden', 'kuuden',\n numbersPast[7], numbersPast[8], numbersPast[9]\n ];\n function translate(number, withoutSuffix, key, isFuture) {\n var result = '';\n switch (key) {\n case 's':\n return isFuture ? 'muutaman sekunnin' : 'muutama sekunti';\n case 'ss':\n return isFuture ? 'sekunnin' : 'sekuntia';\n case 'm':\n return isFuture ? 'minuutin' : 'minuutti';\n case 'mm':\n result = isFuture ? 'minuutin' : 'minuuttia';\n break;\n case 'h':\n return isFuture ? 'tunnin' : 'tunti';\n case 'hh':\n result = isFuture ? 'tunnin' : 'tuntia';\n break;\n case 'd':\n return isFuture ? 'päivän' : 'päivä';\n case 'dd':\n result = isFuture ? 'päivän' : 'päivää';\n break;\n case 'M':\n return isFuture ? 'kuukauden' : 'kuukausi';\n case 'MM':\n result = isFuture ? 'kuukauden' : 'kuukautta';\n break;\n case 'y':\n return isFuture ? 'vuoden' : 'vuosi';\n case 'yy':\n result = isFuture ? 'vuoden' : 'vuotta';\n break;\n }\n result = verbalNumber(number, isFuture) + ' ' + result;\n return result;\n }\n function verbalNumber(number, isFuture) {\n return number < 10 ? (isFuture ? numbersFuture[number] : numbersPast[number]) : number;\n }\n\n var fi = moment.defineLocale('fi', {\n months : 'tammikuu_helmikuu_maaliskuu_huhtikuu_toukokuu_kesäkuu_heinäkuu_elokuu_syyskuu_lokakuu_marraskuu_joulukuu'.split('_'),\n monthsShort : 'tammi_helmi_maalis_huhti_touko_kesä_heinä_elo_syys_loka_marras_joulu'.split('_'),\n weekdays : 'sunnuntai_maanantai_tiistai_keskiviikko_torstai_perjantai_lauantai'.split('_'),\n weekdaysShort : 'su_ma_ti_ke_to_pe_la'.split('_'),\n weekdaysMin : 'su_ma_ti_ke_to_pe_la'.split('_'),\n longDateFormat : {\n LT : 'HH.mm',\n LTS : 'HH.mm.ss',\n L : 'DD.MM.YYYY',\n LL : 'Do MMMM[ta] YYYY',\n LLL : 'Do MMMM[ta] YYYY, [klo] HH.mm',\n LLLL : 'dddd, Do MMMM[ta] YYYY, [klo] HH.mm',\n l : 'D.M.YYYY',\n ll : 'Do MMM YYYY',\n lll : 'Do MMM YYYY, [klo] HH.mm',\n llll : 'ddd, Do MMM YYYY, [klo] HH.mm'\n },\n calendar : {\n sameDay : '[tänään] [klo] LT',\n nextDay : '[huomenna] [klo] LT',\n nextWeek : 'dddd [klo] LT',\n lastDay : '[eilen] [klo] LT',\n lastWeek : '[viime] dddd[na] [klo] LT',\n sameElse : 'L'\n },\n relativeTime : {\n future : '%s päästä',\n past : '%s sitten',\n s : translate,\n ss : translate,\n m : translate,\n mm : translate,\n h : translate,\n hh : translate,\n d : translate,\n dd : translate,\n M : translate,\n MM : translate,\n y : translate,\n yy : translate\n },\n dayOfMonthOrdinalParse: /\\d{1,2}\\./,\n ordinal : '%d.',\n week : {\n dow : 1, // Monday is the first day of the week.\n doy : 4 // The week that contains Jan 4th is the first week of the year.\n }\n });\n\n return fi;\n\n})));\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n var fo = moment.defineLocale('fo', {\n months : 'januar_februar_mars_apríl_mai_juni_juli_august_september_oktober_november_desember'.split('_'),\n monthsShort : 'jan_feb_mar_apr_mai_jun_jul_aug_sep_okt_nov_des'.split('_'),\n weekdays : 'sunnudagur_mánadagur_týsdagur_mikudagur_hósdagur_fríggjadagur_leygardagur'.split('_'),\n weekdaysShort : 'sun_mán_týs_mik_hós_frí_ley'.split('_'),\n weekdaysMin : 'su_má_tý_mi_hó_fr_le'.split('_'),\n longDateFormat : {\n LT : 'HH:mm',\n LTS : 'HH:mm:ss',\n L : 'DD/MM/YYYY',\n LL : 'D MMMM YYYY',\n LLL : 'D MMMM YYYY HH:mm',\n LLLL : 'dddd D. MMMM, YYYY HH:mm'\n },\n calendar : {\n sameDay : '[Í dag kl.] LT',\n nextDay : '[Í morgin kl.] LT',\n nextWeek : 'dddd [kl.] LT',\n lastDay : '[Í gjár kl.] LT',\n lastWeek : '[síðstu] dddd [kl] LT',\n sameElse : 'L'\n },\n relativeTime : {\n future : 'um %s',\n past : '%s síðani',\n s : 'fá sekund',\n ss : '%d sekundir',\n m : 'ein minuttur',\n mm : '%d minuttir',\n h : 'ein tími',\n hh : '%d tímar',\n d : 'ein dagur',\n dd : '%d dagar',\n M : 'ein mánaður',\n MM : '%d mánaðir',\n y : 'eitt ár',\n yy : '%d ár'\n },\n dayOfMonthOrdinalParse: /\\d{1,2}\\./,\n ordinal : '%d.',\n week : {\n dow : 1, // Monday is the first day of the week.\n doy : 4 // The week that contains Jan 4th is the first week of the year.\n }\n });\n\n return fo;\n\n})));\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n var fr = moment.defineLocale('fr', {\n months : 'janvier_février_mars_avril_mai_juin_juillet_août_septembre_octobre_novembre_décembre'.split('_'),\n monthsShort : 'janv._févr._mars_avr._mai_juin_juil._août_sept._oct._nov._déc.'.split('_'),\n monthsParseExact : true,\n weekdays : 'dimanche_lundi_mardi_mercredi_jeudi_vendredi_samedi'.split('_'),\n weekdaysShort : 'dim._lun._mar._mer._jeu._ven._sam.'.split('_'),\n weekdaysMin : 'di_lu_ma_me_je_ve_sa'.split('_'),\n weekdaysParseExact : true,\n longDateFormat : {\n LT : 'HH:mm',\n LTS : 'HH:mm:ss',\n L : 'DD/MM/YYYY',\n LL : 'D MMMM YYYY',\n LLL : 'D MMMM YYYY HH:mm',\n LLLL : 'dddd D MMMM YYYY HH:mm'\n },\n calendar : {\n sameDay : '[Aujourd’hui à] LT',\n nextDay : '[Demain à] LT',\n nextWeek : 'dddd [à] LT',\n lastDay : '[Hier à] LT',\n lastWeek : 'dddd [dernier à] LT',\n sameElse : 'L'\n },\n relativeTime : {\n future : 'dans %s',\n past : 'il y a %s',\n s : 'quelques secondes',\n ss : '%d secondes',\n m : 'une minute',\n mm : '%d minutes',\n h : 'une heure',\n hh : '%d heures',\n d : 'un jour',\n dd : '%d jours',\n M : 'un mois',\n MM : '%d mois',\n y : 'un an',\n yy : '%d ans'\n },\n dayOfMonthOrdinalParse: /\\d{1,2}(er|)/,\n ordinal : function (number, period) {\n switch (period) {\n // TODO: Return 'e' when day of month > 1. Move this case inside\n // block for masculine words below.\n // See https://github.com/moment/moment/issues/3375\n case 'D':\n return number + (number === 1 ? 'er' : '');\n\n // Words with masculine grammatical gender: mois, trimestre, jour\n default:\n case 'M':\n case 'Q':\n case 'DDD':\n case 'd':\n return number + (number === 1 ? 'er' : 'e');\n\n // Words with feminine grammatical gender: semaine\n case 'w':\n case 'W':\n return number + (number === 1 ? 're' : 'e');\n }\n },\n week : {\n dow : 1, // Monday is the first day of the week.\n doy : 4 // The week that contains Jan 4th is the first week of the year.\n }\n });\n\n return fr;\n\n})));\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n var frCa = moment.defineLocale('fr-ca', {\n months : 'janvier_février_mars_avril_mai_juin_juillet_août_septembre_octobre_novembre_décembre'.split('_'),\n monthsShort : 'janv._févr._mars_avr._mai_juin_juil._août_sept._oct._nov._déc.'.split('_'),\n monthsParseExact : true,\n weekdays : 'dimanche_lundi_mardi_mercredi_jeudi_vendredi_samedi'.split('_'),\n weekdaysShort : 'dim._lun._mar._mer._jeu._ven._sam.'.split('_'),\n weekdaysMin : 'di_lu_ma_me_je_ve_sa'.split('_'),\n weekdaysParseExact : true,\n longDateFormat : {\n LT : 'HH:mm',\n LTS : 'HH:mm:ss',\n L : 'YYYY-MM-DD',\n LL : 'D MMMM YYYY',\n LLL : 'D MMMM YYYY HH:mm',\n LLLL : 'dddd D MMMM YYYY HH:mm'\n },\n calendar : {\n sameDay : '[Aujourd’hui à] LT',\n nextDay : '[Demain à] LT',\n nextWeek : 'dddd [à] LT',\n lastDay : '[Hier à] LT',\n lastWeek : 'dddd [dernier à] LT',\n sameElse : 'L'\n },\n relativeTime : {\n future : 'dans %s',\n past : 'il y a %s',\n s : 'quelques secondes',\n ss : '%d secondes',\n m : 'une minute',\n mm : '%d minutes',\n h : 'une heure',\n hh : '%d heures',\n d : 'un jour',\n dd : '%d jours',\n M : 'un mois',\n MM : '%d mois',\n y : 'un an',\n yy : '%d ans'\n },\n dayOfMonthOrdinalParse: /\\d{1,2}(er|e)/,\n ordinal : function (number, period) {\n switch (period) {\n // Words with masculine grammatical gender: mois, trimestre, jour\n default:\n case 'M':\n case 'Q':\n case 'D':\n case 'DDD':\n case 'd':\n return number + (number === 1 ? 'er' : 'e');\n\n // Words with feminine grammatical gender: semaine\n case 'w':\n case 'W':\n return number + (number === 1 ? 're' : 'e');\n }\n }\n });\n\n return frCa;\n\n})));\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n var frCh = moment.defineLocale('fr-ch', {\n months : 'janvier_février_mars_avril_mai_juin_juillet_août_septembre_octobre_novembre_décembre'.split('_'),\n monthsShort : 'janv._févr._mars_avr._mai_juin_juil._août_sept._oct._nov._déc.'.split('_'),\n monthsParseExact : true,\n weekdays : 'dimanche_lundi_mardi_mercredi_jeudi_vendredi_samedi'.split('_'),\n weekdaysShort : 'dim._lun._mar._mer._jeu._ven._sam.'.split('_'),\n weekdaysMin : 'di_lu_ma_me_je_ve_sa'.split('_'),\n weekdaysParseExact : true,\n longDateFormat : {\n LT : 'HH:mm',\n LTS : 'HH:mm:ss',\n L : 'DD.MM.YYYY',\n LL : 'D MMMM YYYY',\n LLL : 'D MMMM YYYY HH:mm',\n LLLL : 'dddd D MMMM YYYY HH:mm'\n },\n calendar : {\n sameDay : '[Aujourd’hui à] LT',\n nextDay : '[Demain à] LT',\n nextWeek : 'dddd [à] LT',\n lastDay : '[Hier à] LT',\n lastWeek : 'dddd [dernier à] LT',\n sameElse : 'L'\n },\n relativeTime : {\n future : 'dans %s',\n past : 'il y a %s',\n s : 'quelques secondes',\n ss : '%d secondes',\n m : 'une minute',\n mm : '%d minutes',\n h : 'une heure',\n hh : '%d heures',\n d : 'un jour',\n dd : '%d jours',\n M : 'un mois',\n MM : '%d mois',\n y : 'un an',\n yy : '%d ans'\n },\n dayOfMonthOrdinalParse: /\\d{1,2}(er|e)/,\n ordinal : function (number, period) {\n switch (period) {\n // Words with masculine grammatical gender: mois, trimestre, jour\n default:\n case 'M':\n case 'Q':\n case 'D':\n case 'DDD':\n case 'd':\n return number + (number === 1 ? 'er' : 'e');\n\n // Words with feminine grammatical gender: semaine\n case 'w':\n case 'W':\n return number + (number === 1 ? 're' : 'e');\n }\n },\n week : {\n dow : 1, // Monday is the first day of the week.\n doy : 4 // The week that contains Jan 4th is the first week of the year.\n }\n });\n\n return frCh;\n\n})));\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n var monthsShortWithDots = 'jan._feb._mrt._apr._mai_jun._jul._aug._sep._okt._nov._des.'.split('_'),\n monthsShortWithoutDots = 'jan_feb_mrt_apr_mai_jun_jul_aug_sep_okt_nov_des'.split('_');\n\n var fy = moment.defineLocale('fy', {\n months : 'jannewaris_febrewaris_maart_april_maaie_juny_july_augustus_septimber_oktober_novimber_desimber'.split('_'),\n monthsShort : function (m, format) {\n if (!m) {\n return monthsShortWithDots;\n } else if (/-MMM-/.test(format)) {\n return monthsShortWithoutDots[m.month()];\n } else {\n return monthsShortWithDots[m.month()];\n }\n },\n monthsParseExact : true,\n weekdays : 'snein_moandei_tiisdei_woansdei_tongersdei_freed_sneon'.split('_'),\n weekdaysShort : 'si._mo._ti._wo._to._fr._so.'.split('_'),\n weekdaysMin : 'Si_Mo_Ti_Wo_To_Fr_So'.split('_'),\n weekdaysParseExact : true,\n longDateFormat : {\n LT : 'HH:mm',\n LTS : 'HH:mm:ss',\n L : 'DD-MM-YYYY',\n LL : 'D MMMM YYYY',\n LLL : 'D MMMM YYYY HH:mm',\n LLLL : 'dddd D MMMM YYYY HH:mm'\n },\n calendar : {\n sameDay: '[hjoed om] LT',\n nextDay: '[moarn om] LT',\n nextWeek: 'dddd [om] LT',\n lastDay: '[juster om] LT',\n lastWeek: '[ôfrûne] dddd [om] LT',\n sameElse: 'L'\n },\n relativeTime : {\n future : 'oer %s',\n past : '%s lyn',\n s : 'in pear sekonden',\n ss : '%d sekonden',\n m : 'ien minút',\n mm : '%d minuten',\n h : 'ien oere',\n hh : '%d oeren',\n d : 'ien dei',\n dd : '%d dagen',\n M : 'ien moanne',\n MM : '%d moannen',\n y : 'ien jier',\n yy : '%d jierren'\n },\n dayOfMonthOrdinalParse: /\\d{1,2}(ste|de)/,\n ordinal : function (number) {\n return number + ((number === 1 || number === 8 || number >= 20) ? 'ste' : 'de');\n },\n week : {\n dow : 1, // Monday is the first day of the week.\n doy : 4 // The week that contains Jan 4th is the first week of the year.\n }\n });\n\n return fy;\n\n})));\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n\n var months = [\n 'Eanáir', 'Feabhra', 'Márta', 'Aibreán', 'Bealtaine', 'Méitheamh', 'Iúil', 'Lúnasa', 'Meán Fómhair', 'Deaireadh Fómhair', 'Samhain', 'Nollaig'\n ];\n\n var monthsShort = ['Eaná', 'Feab', 'Márt', 'Aibr', 'Beal', 'Méit', 'Iúil', 'Lúna', 'Meán', 'Deai', 'Samh', 'Noll'];\n\n var weekdays = ['Dé Domhnaigh', 'Dé Luain', 'Dé Máirt', 'Dé Céadaoin', 'Déardaoin', 'Dé hAoine', 'Dé Satharn'];\n\n var weekdaysShort = ['Dom', 'Lua', 'Mái', 'Céa', 'Déa', 'hAo', 'Sat'];\n\n var weekdaysMin = ['Do', 'Lu', 'Má', 'Ce', 'Dé', 'hA', 'Sa'];\n\n var ga = moment.defineLocale('ga', {\n months: months,\n monthsShort: monthsShort,\n monthsParseExact: true,\n weekdays: weekdays,\n weekdaysShort: weekdaysShort,\n weekdaysMin: weekdaysMin,\n longDateFormat: {\n LT: 'HH:mm',\n LTS: 'HH:mm:ss',\n L: 'DD/MM/YYYY',\n LL: 'D MMMM YYYY',\n LLL: 'D MMMM YYYY HH:mm',\n LLLL: 'dddd, D MMMM YYYY HH:mm'\n },\n calendar: {\n sameDay: '[Inniu ag] LT',\n nextDay: '[Amárach ag] LT',\n nextWeek: 'dddd [ag] LT',\n lastDay: '[Inné aig] LT',\n lastWeek: 'dddd [seo caite] [ag] LT',\n sameElse: 'L'\n },\n relativeTime: {\n future: 'i %s',\n past: '%s ó shin',\n s: 'cúpla soicind',\n ss: '%d soicind',\n m: 'nóiméad',\n mm: '%d nóiméad',\n h: 'uair an chloig',\n hh: '%d uair an chloig',\n d: 'lá',\n dd: '%d lá',\n M: 'mí',\n MM: '%d mí',\n y: 'bliain',\n yy: '%d bliain'\n },\n dayOfMonthOrdinalParse: /\\d{1,2}(d|na|mh)/,\n ordinal: function (number) {\n var output = number === 1 ? 'd' : number % 10 === 2 ? 'na' : 'mh';\n return number + output;\n },\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 4 // The week that contains Jan 4th is the first week of the year.\n }\n });\n\n return ga;\n\n})));\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n var months = [\n 'Am Faoilleach', 'An Gearran', 'Am Màrt', 'An Giblean', 'An Cèitean', 'An t-Ògmhios', 'An t-Iuchar', 'An Lùnastal', 'An t-Sultain', 'An Dàmhair', 'An t-Samhain', 'An Dùbhlachd'\n ];\n\n var monthsShort = ['Faoi', 'Gear', 'Màrt', 'Gibl', 'Cèit', 'Ògmh', 'Iuch', 'Lùn', 'Sult', 'Dàmh', 'Samh', 'Dùbh'];\n\n var weekdays = ['Didòmhnaich', 'Diluain', 'Dimàirt', 'Diciadain', 'Diardaoin', 'Dihaoine', 'Disathairne'];\n\n var weekdaysShort = ['Did', 'Dil', 'Dim', 'Dic', 'Dia', 'Dih', 'Dis'];\n\n var weekdaysMin = ['Dò', 'Lu', 'Mà', 'Ci', 'Ar', 'Ha', 'Sa'];\n\n var gd = moment.defineLocale('gd', {\n months : months,\n monthsShort : monthsShort,\n monthsParseExact : true,\n weekdays : weekdays,\n weekdaysShort : weekdaysShort,\n weekdaysMin : weekdaysMin,\n longDateFormat : {\n LT : 'HH:mm',\n LTS : 'HH:mm:ss',\n L : 'DD/MM/YYYY',\n LL : 'D MMMM YYYY',\n LLL : 'D MMMM YYYY HH:mm',\n LLLL : 'dddd, D MMMM YYYY HH:mm'\n },\n calendar : {\n sameDay : '[An-diugh aig] LT',\n nextDay : '[A-màireach aig] LT',\n nextWeek : 'dddd [aig] LT',\n lastDay : '[An-dè aig] LT',\n lastWeek : 'dddd [seo chaidh] [aig] LT',\n sameElse : 'L'\n },\n relativeTime : {\n future : 'ann an %s',\n past : 'bho chionn %s',\n s : 'beagan diogan',\n ss : '%d diogan',\n m : 'mionaid',\n mm : '%d mionaidean',\n h : 'uair',\n hh : '%d uairean',\n d : 'latha',\n dd : '%d latha',\n M : 'mìos',\n MM : '%d mìosan',\n y : 'bliadhna',\n yy : '%d bliadhna'\n },\n dayOfMonthOrdinalParse : /\\d{1,2}(d|na|mh)/,\n ordinal : function (number) {\n var output = number === 1 ? 'd' : number % 10 === 2 ? 'na' : 'mh';\n return number + output;\n },\n week : {\n dow : 1, // Monday is the first day of the week.\n doy : 4 // The week that contains Jan 4th is the first week of the year.\n }\n });\n\n return gd;\n\n})));\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n var gl = moment.defineLocale('gl', {\n months : 'xaneiro_febreiro_marzo_abril_maio_xuño_xullo_agosto_setembro_outubro_novembro_decembro'.split('_'),\n monthsShort : 'xan._feb._mar._abr._mai._xuñ._xul._ago._set._out._nov._dec.'.split('_'),\n monthsParseExact: true,\n weekdays : 'domingo_luns_martes_mércores_xoves_venres_sábado'.split('_'),\n weekdaysShort : 'dom._lun._mar._mér._xov._ven._sáb.'.split('_'),\n weekdaysMin : 'do_lu_ma_mé_xo_ve_sá'.split('_'),\n weekdaysParseExact : true,\n longDateFormat : {\n LT : 'H:mm',\n LTS : 'H:mm:ss',\n L : 'DD/MM/YYYY',\n LL : 'D [de] MMMM [de] YYYY',\n LLL : 'D [de] MMMM [de] YYYY H:mm',\n LLLL : 'dddd, D [de] MMMM [de] YYYY H:mm'\n },\n calendar : {\n sameDay : function () {\n return '[hoxe ' + ((this.hours() !== 1) ? 'ás' : 'á') + '] LT';\n },\n nextDay : function () {\n return '[mañá ' + ((this.hours() !== 1) ? 'ás' : 'á') + '] LT';\n },\n nextWeek : function () {\n return 'dddd [' + ((this.hours() !== 1) ? 'ás' : 'a') + '] LT';\n },\n lastDay : function () {\n return '[onte ' + ((this.hours() !== 1) ? 'á' : 'a') + '] LT';\n },\n lastWeek : function () {\n return '[o] dddd [pasado ' + ((this.hours() !== 1) ? 'ás' : 'a') + '] LT';\n },\n sameElse : 'L'\n },\n relativeTime : {\n future : function (str) {\n if (str.indexOf('un') === 0) {\n return 'n' + str;\n }\n return 'en ' + str;\n },\n past : 'hai %s',\n s : 'uns segundos',\n ss : '%d segundos',\n m : 'un minuto',\n mm : '%d minutos',\n h : 'unha hora',\n hh : '%d horas',\n d : 'un día',\n dd : '%d días',\n M : 'un mes',\n MM : '%d meses',\n y : 'un ano',\n yy : '%d anos'\n },\n dayOfMonthOrdinalParse : /\\d{1,2}º/,\n ordinal : '%dº',\n week : {\n dow : 1, // Monday is the first day of the week.\n doy : 4 // The week that contains Jan 4th is the first week of the year.\n }\n });\n\n return gl;\n\n})));\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n function processRelativeTime(number, withoutSuffix, key, isFuture) {\n var format = {\n 's': ['thodde secondanim', 'thodde second'],\n 'ss': [number + ' secondanim', number + ' second'],\n 'm': ['eka mintan', 'ek minute'],\n 'mm': [number + ' mintanim', number + ' mintam'],\n 'h': ['eka voran', 'ek vor'],\n 'hh': [number + ' voranim', number + ' voram'],\n 'd': ['eka disan', 'ek dis'],\n 'dd': [number + ' disanim', number + ' dis'],\n 'M': ['eka mhoinean', 'ek mhoino'],\n 'MM': [number + ' mhoineanim', number + ' mhoine'],\n 'y': ['eka vorsan', 'ek voros'],\n 'yy': [number + ' vorsanim', number + ' vorsam']\n };\n return withoutSuffix ? format[key][0] : format[key][1];\n }\n\n var gomLatn = moment.defineLocale('gom-latn', {\n months : 'Janer_Febrer_Mars_Abril_Mai_Jun_Julai_Agost_Setembr_Otubr_Novembr_Dezembr'.split('_'),\n monthsShort : 'Jan._Feb._Mars_Abr._Mai_Jun_Jul._Ago._Set._Otu._Nov._Dez.'.split('_'),\n monthsParseExact : true,\n weekdays : 'Aitar_Somar_Mongllar_Budvar_Brestar_Sukrar_Son\\'var'.split('_'),\n weekdaysShort : 'Ait._Som._Mon._Bud._Bre._Suk._Son.'.split('_'),\n weekdaysMin : 'Ai_Sm_Mo_Bu_Br_Su_Sn'.split('_'),\n weekdaysParseExact : true,\n longDateFormat : {\n LT : 'A h:mm [vazta]',\n LTS : 'A h:mm:ss [vazta]',\n L : 'DD-MM-YYYY',\n LL : 'D MMMM YYYY',\n LLL : 'D MMMM YYYY A h:mm [vazta]',\n LLLL : 'dddd, MMMM[achea] Do, YYYY, A h:mm [vazta]',\n llll: 'ddd, D MMM YYYY, A h:mm [vazta]'\n },\n calendar : {\n sameDay: '[Aiz] LT',\n nextDay: '[Faleam] LT',\n nextWeek: '[Ieta to] dddd[,] LT',\n lastDay: '[Kal] LT',\n lastWeek: '[Fatlo] dddd[,] LT',\n sameElse: 'L'\n },\n relativeTime : {\n future : '%s',\n past : '%s adim',\n s : processRelativeTime,\n ss : processRelativeTime,\n m : processRelativeTime,\n mm : processRelativeTime,\n h : processRelativeTime,\n hh : processRelativeTime,\n d : processRelativeTime,\n dd : processRelativeTime,\n M : processRelativeTime,\n MM : processRelativeTime,\n y : processRelativeTime,\n yy : processRelativeTime\n },\n dayOfMonthOrdinalParse : /\\d{1,2}(er)/,\n ordinal : function (number, period) {\n switch (period) {\n // the ordinal 'er' only applies to day of the month\n case 'D':\n return number + 'er';\n default:\n case 'M':\n case 'Q':\n case 'DDD':\n case 'd':\n case 'w':\n case 'W':\n return number;\n }\n },\n week : {\n dow : 1, // Monday is the first day of the week.\n doy : 4 // The week that contains Jan 4th is the first week of the year.\n },\n meridiemParse: /rati|sokalli|donparam|sanje/,\n meridiemHour : function (hour, meridiem) {\n if (hour === 12) {\n hour = 0;\n }\n if (meridiem === 'rati') {\n return hour < 4 ? hour : hour + 12;\n } else if (meridiem === 'sokalli') {\n return hour;\n } else if (meridiem === 'donparam') {\n return hour > 12 ? hour : hour + 12;\n } else if (meridiem === 'sanje') {\n return hour + 12;\n }\n },\n meridiem : function (hour, minute, isLower) {\n if (hour < 4) {\n return 'rati';\n } else if (hour < 12) {\n return 'sokalli';\n } else if (hour < 16) {\n return 'donparam';\n } else if (hour < 20) {\n return 'sanje';\n } else {\n return 'rati';\n }\n }\n });\n\n return gomLatn;\n\n})));\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n var symbolMap = {\n '1': '૧',\n '2': '૨',\n '3': '૩',\n '4': '૪',\n '5': '૫',\n '6': '૬',\n '7': '૭',\n '8': '૮',\n '9': '૯',\n '0': '૦'\n },\n numberMap = {\n '૧': '1',\n '૨': '2',\n '૩': '3',\n '૪': '4',\n '૫': '5',\n '૬': '6',\n '૭': '7',\n '૮': '8',\n '૯': '9',\n '૦': '0'\n };\n\n var gu = moment.defineLocale('gu', {\n months: 'જાન્યુઆરી_ફેબ્રુઆરી_માર્ચ_એપ્રિલ_મે_જૂન_જુલાઈ_ઑગસ્ટ_સપ્ટેમ્બર_ઑક્ટ્બર_નવેમ્બર_ડિસેમ્બર'.split('_'),\n monthsShort: 'જાન્યુ._ફેબ્રુ._માર્ચ_એપ્રિ._મે_જૂન_જુલા._ઑગ._સપ્ટે._ઑક્ટ્._નવે._ડિસે.'.split('_'),\n monthsParseExact: true,\n weekdays: 'રવિવાર_સોમવાર_મંગળવાર_બુધ્વાર_ગુરુવાર_શુક્રવાર_શનિવાર'.split('_'),\n weekdaysShort: 'રવિ_સોમ_મંગળ_બુધ્_ગુરુ_શુક્ર_શનિ'.split('_'),\n weekdaysMin: 'ર_સો_મં_બુ_ગુ_શુ_શ'.split('_'),\n longDateFormat: {\n LT: 'A h:mm વાગ્યે',\n LTS: 'A h:mm:ss વાગ્યે',\n L: 'DD/MM/YYYY',\n LL: 'D MMMM YYYY',\n LLL: 'D MMMM YYYY, A h:mm વાગ્યે',\n LLLL: 'dddd, D MMMM YYYY, A h:mm વાગ્યે'\n },\n calendar: {\n sameDay: '[આજ] LT',\n nextDay: '[કાલે] LT',\n nextWeek: 'dddd, LT',\n lastDay: '[ગઇકાલે] LT',\n lastWeek: '[પાછલા] dddd, LT',\n sameElse: 'L'\n },\n relativeTime: {\n future: '%s મા',\n past: '%s પેહલા',\n s: 'અમુક પળો',\n ss: '%d સેકંડ',\n m: 'એક મિનિટ',\n mm: '%d મિનિટ',\n h: 'એક કલાક',\n hh: '%d કલાક',\n d: 'એક દિવસ',\n dd: '%d દિવસ',\n M: 'એક મહિનો',\n MM: '%d મહિનો',\n y: 'એક વર્ષ',\n yy: '%d વર્ષ'\n },\n preparse: function (string) {\n return string.replace(/[૧૨૩૪૫૬૭૮૯૦]/g, function (match) {\n return numberMap[match];\n });\n },\n postformat: function (string) {\n return string.replace(/\\d/g, function (match) {\n return symbolMap[match];\n });\n },\n // Gujarati notation for meridiems are quite fuzzy in practice. While there exists\n // a rigid notion of a 'Pahar' it is not used as rigidly in modern Gujarati.\n meridiemParse: /રાત|બપોર|સવાર|સાંજ/,\n meridiemHour: function (hour, meridiem) {\n if (hour === 12) {\n hour = 0;\n }\n if (meridiem === 'રાત') {\n return hour < 4 ? hour : hour + 12;\n } else if (meridiem === 'સવાર') {\n return hour;\n } else if (meridiem === 'બપોર') {\n return hour >= 10 ? hour : hour + 12;\n } else if (meridiem === 'સાંજ') {\n return hour + 12;\n }\n },\n meridiem: function (hour, minute, isLower) {\n if (hour < 4) {\n return 'રાત';\n } else if (hour < 10) {\n return 'સવાર';\n } else if (hour < 17) {\n return 'બપોર';\n } else if (hour < 20) {\n return 'સાંજ';\n } else {\n return 'રાત';\n }\n },\n week: {\n dow: 0, // Sunday is the first day of the week.\n doy: 6 // The week that contains Jan 6th is the first week of the year.\n }\n });\n\n return gu;\n\n})));\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n var he = moment.defineLocale('he', {\n months : 'ינואר_פברואר_מרץ_אפריל_מאי_יוני_יולי_אוגוסט_ספטמבר_אוקטובר_נובמבר_דצמבר'.split('_'),\n monthsShort : 'ינו׳_פבר׳_מרץ_אפר׳_מאי_יוני_יולי_אוג׳_ספט׳_אוק׳_נוב׳_דצמ׳'.split('_'),\n weekdays : 'ראשון_שני_שלישי_רביעי_חמישי_שישי_שבת'.split('_'),\n weekdaysShort : 'א׳_ב׳_ג׳_ד׳_ה׳_ו׳_ש׳'.split('_'),\n weekdaysMin : 'א_ב_ג_ד_ה_ו_ש'.split('_'),\n longDateFormat : {\n LT : 'HH:mm',\n LTS : 'HH:mm:ss',\n L : 'DD/MM/YYYY',\n LL : 'D [ב]MMMM YYYY',\n LLL : 'D [ב]MMMM YYYY HH:mm',\n LLLL : 'dddd, D [ב]MMMM YYYY HH:mm',\n l : 'D/M/YYYY',\n ll : 'D MMM YYYY',\n lll : 'D MMM YYYY HH:mm',\n llll : 'ddd, D MMM YYYY HH:mm'\n },\n calendar : {\n sameDay : '[היום ב־]LT',\n nextDay : '[מחר ב־]LT',\n nextWeek : 'dddd [בשעה] LT',\n lastDay : '[אתמול ב־]LT',\n lastWeek : '[ביום] dddd [האחרון בשעה] LT',\n sameElse : 'L'\n },\n relativeTime : {\n future : 'בעוד %s',\n past : 'לפני %s',\n s : 'מספר שניות',\n ss : '%d שניות',\n m : 'דקה',\n mm : '%d דקות',\n h : 'שעה',\n hh : function (number) {\n if (number === 2) {\n return 'שעתיים';\n }\n return number + ' שעות';\n },\n d : 'יום',\n dd : function (number) {\n if (number === 2) {\n return 'יומיים';\n }\n return number + ' ימים';\n },\n M : 'חודש',\n MM : function (number) {\n if (number === 2) {\n return 'חודשיים';\n }\n return number + ' חודשים';\n },\n y : 'שנה',\n yy : function (number) {\n if (number === 2) {\n return 'שנתיים';\n } else if (number % 10 === 0 && number !== 10) {\n return number + ' שנה';\n }\n return number + ' שנים';\n }\n },\n meridiemParse: /אחה\"צ|לפנה\"צ|אחרי הצהריים|לפני הצהריים|לפנות בוקר|בבוקר|בערב/i,\n isPM : function (input) {\n return /^(אחה\"צ|אחרי הצהריים|בערב)$/.test(input);\n },\n meridiem : function (hour, minute, isLower) {\n if (hour < 5) {\n return 'לפנות בוקר';\n } else if (hour < 10) {\n return 'בבוקר';\n } else if (hour < 12) {\n return isLower ? 'לפנה\"צ' : 'לפני הצהריים';\n } else if (hour < 18) {\n return isLower ? 'אחה\"צ' : 'אחרי הצהריים';\n } else {\n return 'בערב';\n }\n }\n });\n\n return he;\n\n})));\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n var symbolMap = {\n '1': '१',\n '2': '२',\n '3': '३',\n '4': '४',\n '5': '५',\n '6': '६',\n '7': '७',\n '8': '८',\n '9': '९',\n '0': '०'\n },\n numberMap = {\n '१': '1',\n '२': '2',\n '३': '3',\n '४': '4',\n '५': '5',\n '६': '6',\n '७': '7',\n '८': '8',\n '९': '9',\n '०': '0'\n };\n\n var hi = moment.defineLocale('hi', {\n months : 'जनवरी_फ़रवरी_मार्च_अप्रैल_मई_जून_जुलाई_अगस्त_सितम्बर_अक्टूबर_नवम्बर_दिसम्बर'.split('_'),\n monthsShort : 'जन._फ़र._मार्च_अप्रै._मई_जून_जुल._अग._सित._अक्टू._नव._दिस.'.split('_'),\n monthsParseExact: true,\n weekdays : 'रविवार_सोमवार_मंगलवार_बुधवार_गुरूवार_शुक्रवार_शनिवार'.split('_'),\n weekdaysShort : 'रवि_सोम_मंगल_बुध_गुरू_शुक्र_शनि'.split('_'),\n weekdaysMin : 'र_सो_मं_बु_गु_शु_श'.split('_'),\n longDateFormat : {\n LT : 'A h:mm बजे',\n LTS : 'A h:mm:ss बजे',\n L : 'DD/MM/YYYY',\n LL : 'D MMMM YYYY',\n LLL : 'D MMMM YYYY, A h:mm बजे',\n LLLL : 'dddd, D MMMM YYYY, A h:mm बजे'\n },\n calendar : {\n sameDay : '[आज] LT',\n nextDay : '[कल] LT',\n nextWeek : 'dddd, LT',\n lastDay : '[कल] LT',\n lastWeek : '[पिछले] dddd, LT',\n sameElse : 'L'\n },\n relativeTime : {\n future : '%s में',\n past : '%s पहले',\n s : 'कुछ ही क्षण',\n ss : '%d सेकंड',\n m : 'एक मिनट',\n mm : '%d मिनट',\n h : 'एक घंटा',\n hh : '%d घंटे',\n d : 'एक दिन',\n dd : '%d दिन',\n M : 'एक महीने',\n MM : '%d महीने',\n y : 'एक वर्ष',\n yy : '%d वर्ष'\n },\n preparse: function (string) {\n return string.replace(/[१२३४५६७८९०]/g, function (match) {\n return numberMap[match];\n });\n },\n postformat: function (string) {\n return string.replace(/\\d/g, function (match) {\n return symbolMap[match];\n });\n },\n // Hindi notation for meridiems are quite fuzzy in practice. While there exists\n // a rigid notion of a 'Pahar' it is not used as rigidly in modern Hindi.\n meridiemParse: /रात|सुबह|दोपहर|शाम/,\n meridiemHour : function (hour, meridiem) {\n if (hour === 12) {\n hour = 0;\n }\n if (meridiem === 'रात') {\n return hour < 4 ? hour : hour + 12;\n } else if (meridiem === 'सुबह') {\n return hour;\n } else if (meridiem === 'दोपहर') {\n return hour >= 10 ? hour : hour + 12;\n } else if (meridiem === 'शाम') {\n return hour + 12;\n }\n },\n meridiem : function (hour, minute, isLower) {\n if (hour < 4) {\n return 'रात';\n } else if (hour < 10) {\n return 'सुबह';\n } else if (hour < 17) {\n return 'दोपहर';\n } else if (hour < 20) {\n return 'शाम';\n } else {\n return 'रात';\n }\n },\n week : {\n dow : 0, // Sunday is the first day of the week.\n doy : 6 // The week that contains Jan 6th is the first week of the year.\n }\n });\n\n return hi;\n\n})));\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n function translate(number, withoutSuffix, key) {\n var result = number + ' ';\n switch (key) {\n case 'ss':\n if (number === 1) {\n result += 'sekunda';\n } else if (number === 2 || number === 3 || number === 4) {\n result += 'sekunde';\n } else {\n result += 'sekundi';\n }\n return result;\n case 'm':\n return withoutSuffix ? 'jedna minuta' : 'jedne minute';\n case 'mm':\n if (number === 1) {\n result += 'minuta';\n } else if (number === 2 || number === 3 || number === 4) {\n result += 'minute';\n } else {\n result += 'minuta';\n }\n return result;\n case 'h':\n return withoutSuffix ? 'jedan sat' : 'jednog sata';\n case 'hh':\n if (number === 1) {\n result += 'sat';\n } else if (number === 2 || number === 3 || number === 4) {\n result += 'sata';\n } else {\n result += 'sati';\n }\n return result;\n case 'dd':\n if (number === 1) {\n result += 'dan';\n } else {\n result += 'dana';\n }\n return result;\n case 'MM':\n if (number === 1) {\n result += 'mjesec';\n } else if (number === 2 || number === 3 || number === 4) {\n result += 'mjeseca';\n } else {\n result += 'mjeseci';\n }\n return result;\n case 'yy':\n if (number === 1) {\n result += 'godina';\n } else if (number === 2 || number === 3 || number === 4) {\n result += 'godine';\n } else {\n result += 'godina';\n }\n return result;\n }\n }\n\n var hr = moment.defineLocale('hr', {\n months : {\n format: 'siječnja_veljače_ožujka_travnja_svibnja_lipnja_srpnja_kolovoza_rujna_listopada_studenoga_prosinca'.split('_'),\n standalone: 'siječanj_veljača_ožujak_travanj_svibanj_lipanj_srpanj_kolovoz_rujan_listopad_studeni_prosinac'.split('_')\n },\n monthsShort : 'sij._velj._ožu._tra._svi._lip._srp._kol._ruj._lis._stu._pro.'.split('_'),\n monthsParseExact: true,\n weekdays : 'nedjelja_ponedjeljak_utorak_srijeda_četvrtak_petak_subota'.split('_'),\n weekdaysShort : 'ned._pon._uto._sri._čet._pet._sub.'.split('_'),\n weekdaysMin : 'ne_po_ut_sr_če_pe_su'.split('_'),\n weekdaysParseExact : true,\n longDateFormat : {\n LT : 'H:mm',\n LTS : 'H:mm:ss',\n L : 'DD.MM.YYYY',\n LL : 'D. MMMM YYYY',\n LLL : 'D. MMMM YYYY H:mm',\n LLLL : 'dddd, D. MMMM YYYY H:mm'\n },\n calendar : {\n sameDay : '[danas u] LT',\n nextDay : '[sutra u] LT',\n nextWeek : function () {\n switch (this.day()) {\n case 0:\n return '[u] [nedjelju] [u] LT';\n case 3:\n return '[u] [srijedu] [u] LT';\n case 6:\n return '[u] [subotu] [u] LT';\n case 1:\n case 2:\n case 4:\n case 5:\n return '[u] dddd [u] LT';\n }\n },\n lastDay : '[jučer u] LT',\n lastWeek : function () {\n switch (this.day()) {\n case 0:\n case 3:\n return '[prošlu] dddd [u] LT';\n case 6:\n return '[prošle] [subote] [u] LT';\n case 1:\n case 2:\n case 4:\n case 5:\n return '[prošli] dddd [u] LT';\n }\n },\n sameElse : 'L'\n },\n relativeTime : {\n future : 'za %s',\n past : 'prije %s',\n s : 'par sekundi',\n ss : translate,\n m : translate,\n mm : translate,\n h : translate,\n hh : translate,\n d : 'dan',\n dd : translate,\n M : 'mjesec',\n MM : translate,\n y : 'godinu',\n yy : translate\n },\n dayOfMonthOrdinalParse: /\\d{1,2}\\./,\n ordinal : '%d.',\n week : {\n dow : 1, // Monday is the first day of the week.\n doy : 7 // The week that contains Jan 7th is the first week of the year.\n }\n });\n\n return hr;\n\n})));\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n var weekEndings = 'vasárnap hétfőn kedden szerdán csütörtökön pénteken szombaton'.split(' ');\n function translate(number, withoutSuffix, key, isFuture) {\n var num = number;\n switch (key) {\n case 's':\n return (isFuture || withoutSuffix) ? 'néhány másodperc' : 'néhány másodperce';\n case 'ss':\n return num + (isFuture || withoutSuffix) ? ' másodperc' : ' másodperce';\n case 'm':\n return 'egy' + (isFuture || withoutSuffix ? ' perc' : ' perce');\n case 'mm':\n return num + (isFuture || withoutSuffix ? ' perc' : ' perce');\n case 'h':\n return 'egy' + (isFuture || withoutSuffix ? ' óra' : ' órája');\n case 'hh':\n return num + (isFuture || withoutSuffix ? ' óra' : ' órája');\n case 'd':\n return 'egy' + (isFuture || withoutSuffix ? ' nap' : ' napja');\n case 'dd':\n return num + (isFuture || withoutSuffix ? ' nap' : ' napja');\n case 'M':\n return 'egy' + (isFuture || withoutSuffix ? ' hónap' : ' hónapja');\n case 'MM':\n return num + (isFuture || withoutSuffix ? ' hónap' : ' hónapja');\n case 'y':\n return 'egy' + (isFuture || withoutSuffix ? ' év' : ' éve');\n case 'yy':\n return num + (isFuture || withoutSuffix ? ' év' : ' éve');\n }\n return '';\n }\n function week(isFuture) {\n return (isFuture ? '' : '[múlt] ') + '[' + weekEndings[this.day()] + '] LT[-kor]';\n }\n\n var hu = moment.defineLocale('hu', {\n months : 'január_február_március_április_május_június_július_augusztus_szeptember_október_november_december'.split('_'),\n monthsShort : 'jan_feb_márc_ápr_máj_jún_júl_aug_szept_okt_nov_dec'.split('_'),\n weekdays : 'vasárnap_hétfő_kedd_szerda_csütörtök_péntek_szombat'.split('_'),\n weekdaysShort : 'vas_hét_kedd_sze_csüt_pén_szo'.split('_'),\n weekdaysMin : 'v_h_k_sze_cs_p_szo'.split('_'),\n longDateFormat : {\n LT : 'H:mm',\n LTS : 'H:mm:ss',\n L : 'YYYY.MM.DD.',\n LL : 'YYYY. MMMM D.',\n LLL : 'YYYY. MMMM D. H:mm',\n LLLL : 'YYYY. MMMM D., dddd H:mm'\n },\n meridiemParse: /de|du/i,\n isPM: function (input) {\n return input.charAt(1).toLowerCase() === 'u';\n },\n meridiem : function (hours, minutes, isLower) {\n if (hours < 12) {\n return isLower === true ? 'de' : 'DE';\n } else {\n return isLower === true ? 'du' : 'DU';\n }\n },\n calendar : {\n sameDay : '[ma] LT[-kor]',\n nextDay : '[holnap] LT[-kor]',\n nextWeek : function () {\n return week.call(this, true);\n },\n lastDay : '[tegnap] LT[-kor]',\n lastWeek : function () {\n return week.call(this, false);\n },\n sameElse : 'L'\n },\n relativeTime : {\n future : '%s múlva',\n past : '%s',\n s : translate,\n ss : translate,\n m : translate,\n mm : translate,\n h : translate,\n hh : translate,\n d : translate,\n dd : translate,\n M : translate,\n MM : translate,\n y : translate,\n yy : translate\n },\n dayOfMonthOrdinalParse: /\\d{1,2}\\./,\n ordinal : '%d.',\n week : {\n dow : 1, // Monday is the first day of the week.\n doy : 4 // The week that contains Jan 4th is the first week of the year.\n }\n });\n\n return hu;\n\n})));\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n var hyAm = moment.defineLocale('hy-am', {\n months : {\n format: 'հունվարի_փետրվարի_մարտի_ապրիլի_մայիսի_հունիսի_հուլիսի_օգոստոսի_սեպտեմբերի_հոկտեմբերի_նոյեմբերի_դեկտեմբերի'.split('_'),\n standalone: 'հունվար_փետրվար_մարտ_ապրիլ_մայիս_հունիս_հուլիս_օգոստոս_սեպտեմբեր_հոկտեմբեր_նոյեմբեր_դեկտեմբեր'.split('_')\n },\n monthsShort : 'հնվ_փտր_մրտ_ապր_մյս_հնս_հլս_օգս_սպտ_հկտ_նմբ_դկտ'.split('_'),\n weekdays : 'կիրակի_երկուշաբթի_երեքշաբթի_չորեքշաբթի_հինգշաբթի_ուրբաթ_շաբաթ'.split('_'),\n weekdaysShort : 'կրկ_երկ_երք_չրք_հնգ_ուրբ_շբթ'.split('_'),\n weekdaysMin : 'կրկ_երկ_երք_չրք_հնգ_ուրբ_շբթ'.split('_'),\n longDateFormat : {\n LT : 'HH:mm',\n LTS : 'HH:mm:ss',\n L : 'DD.MM.YYYY',\n LL : 'D MMMM YYYY թ.',\n LLL : 'D MMMM YYYY թ., HH:mm',\n LLLL : 'dddd, D MMMM YYYY թ., HH:mm'\n },\n calendar : {\n sameDay: '[այսօր] LT',\n nextDay: '[վաղը] LT',\n lastDay: '[երեկ] LT',\n nextWeek: function () {\n return 'dddd [օրը ժամը] LT';\n },\n lastWeek: function () {\n return '[անցած] dddd [օրը ժամը] LT';\n },\n sameElse: 'L'\n },\n relativeTime : {\n future : '%s հետո',\n past : '%s առաջ',\n s : 'մի քանի վայրկյան',\n ss : '%d վայրկյան',\n m : 'րոպե',\n mm : '%d րոպե',\n h : 'ժամ',\n hh : '%d ժամ',\n d : 'օր',\n dd : '%d օր',\n M : 'ամիս',\n MM : '%d ամիս',\n y : 'տարի',\n yy : '%d տարի'\n },\n meridiemParse: /գիշերվա|առավոտվա|ցերեկվա|երեկոյան/,\n isPM: function (input) {\n return /^(ցերեկվա|երեկոյան)$/.test(input);\n },\n meridiem : function (hour) {\n if (hour < 4) {\n return 'գիշերվա';\n } else if (hour < 12) {\n return 'առավոտվա';\n } else if (hour < 17) {\n return 'ցերեկվա';\n } else {\n return 'երեկոյան';\n }\n },\n dayOfMonthOrdinalParse: /\\d{1,2}|\\d{1,2}-(ին|րդ)/,\n ordinal: function (number, period) {\n switch (period) {\n case 'DDD':\n case 'w':\n case 'W':\n case 'DDDo':\n if (number === 1) {\n return number + '-ին';\n }\n return number + '-րդ';\n default:\n return number;\n }\n },\n week : {\n dow : 1, // Monday is the first day of the week.\n doy : 7 // The week that contains Jan 7th is the first week of the year.\n }\n });\n\n return hyAm;\n\n})));\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n var id = moment.defineLocale('id', {\n months : 'Januari_Februari_Maret_April_Mei_Juni_Juli_Agustus_September_Oktober_November_Desember'.split('_'),\n monthsShort : 'Jan_Feb_Mar_Apr_Mei_Jun_Jul_Agt_Sep_Okt_Nov_Des'.split('_'),\n weekdays : 'Minggu_Senin_Selasa_Rabu_Kamis_Jumat_Sabtu'.split('_'),\n weekdaysShort : 'Min_Sen_Sel_Rab_Kam_Jum_Sab'.split('_'),\n weekdaysMin : 'Mg_Sn_Sl_Rb_Km_Jm_Sb'.split('_'),\n longDateFormat : {\n LT : 'HH.mm',\n LTS : 'HH.mm.ss',\n L : 'DD/MM/YYYY',\n LL : 'D MMMM YYYY',\n LLL : 'D MMMM YYYY [pukul] HH.mm',\n LLLL : 'dddd, D MMMM YYYY [pukul] HH.mm'\n },\n meridiemParse: /pagi|siang|sore|malam/,\n meridiemHour : function (hour, meridiem) {\n if (hour === 12) {\n hour = 0;\n }\n if (meridiem === 'pagi') {\n return hour;\n } else if (meridiem === 'siang') {\n return hour >= 11 ? hour : hour + 12;\n } else if (meridiem === 'sore' || meridiem === 'malam') {\n return hour + 12;\n }\n },\n meridiem : function (hours, minutes, isLower) {\n if (hours < 11) {\n return 'pagi';\n } else if (hours < 15) {\n return 'siang';\n } else if (hours < 19) {\n return 'sore';\n } else {\n return 'malam';\n }\n },\n calendar : {\n sameDay : '[Hari ini pukul] LT',\n nextDay : '[Besok pukul] LT',\n nextWeek : 'dddd [pukul] LT',\n lastDay : '[Kemarin pukul] LT',\n lastWeek : 'dddd [lalu pukul] LT',\n sameElse : 'L'\n },\n relativeTime : {\n future : 'dalam %s',\n past : '%s yang lalu',\n s : 'beberapa detik',\n ss : '%d detik',\n m : 'semenit',\n mm : '%d menit',\n h : 'sejam',\n hh : '%d jam',\n d : 'sehari',\n dd : '%d hari',\n M : 'sebulan',\n MM : '%d bulan',\n y : 'setahun',\n yy : '%d tahun'\n },\n week : {\n dow : 1, // Monday is the first day of the week.\n doy : 7 // The week that contains Jan 7th is the first week of the year.\n }\n });\n\n return id;\n\n})));\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n function plural(n) {\n if (n % 100 === 11) {\n return true;\n } else if (n % 10 === 1) {\n return false;\n }\n return true;\n }\n function translate(number, withoutSuffix, key, isFuture) {\n var result = number + ' ';\n switch (key) {\n case 's':\n return withoutSuffix || isFuture ? 'nokkrar sekúndur' : 'nokkrum sekúndum';\n case 'ss':\n if (plural(number)) {\n return result + (withoutSuffix || isFuture ? 'sekúndur' : 'sekúndum');\n }\n return result + 'sekúnda';\n case 'm':\n return withoutSuffix ? 'mínúta' : 'mínútu';\n case 'mm':\n if (plural(number)) {\n return result + (withoutSuffix || isFuture ? 'mínútur' : 'mínútum');\n } else if (withoutSuffix) {\n return result + 'mínúta';\n }\n return result + 'mínútu';\n case 'hh':\n if (plural(number)) {\n return result + (withoutSuffix || isFuture ? 'klukkustundir' : 'klukkustundum');\n }\n return result + 'klukkustund';\n case 'd':\n if (withoutSuffix) {\n return 'dagur';\n }\n return isFuture ? 'dag' : 'degi';\n case 'dd':\n if (plural(number)) {\n if (withoutSuffix) {\n return result + 'dagar';\n }\n return result + (isFuture ? 'daga' : 'dögum');\n } else if (withoutSuffix) {\n return result + 'dagur';\n }\n return result + (isFuture ? 'dag' : 'degi');\n case 'M':\n if (withoutSuffix) {\n return 'mánuður';\n }\n return isFuture ? 'mánuð' : 'mánuði';\n case 'MM':\n if (plural(number)) {\n if (withoutSuffix) {\n return result + 'mánuðir';\n }\n return result + (isFuture ? 'mánuði' : 'mánuðum');\n } else if (withoutSuffix) {\n return result + 'mánuður';\n }\n return result + (isFuture ? 'mánuð' : 'mánuði');\n case 'y':\n return withoutSuffix || isFuture ? 'ár' : 'ári';\n case 'yy':\n if (plural(number)) {\n return result + (withoutSuffix || isFuture ? 'ár' : 'árum');\n }\n return result + (withoutSuffix || isFuture ? 'ár' : 'ári');\n }\n }\n\n var is = moment.defineLocale('is', {\n months : 'janúar_febrúar_mars_apríl_maí_júní_júlí_ágúst_september_október_nóvember_desember'.split('_'),\n monthsShort : 'jan_feb_mar_apr_maí_jún_júl_ágú_sep_okt_nóv_des'.split('_'),\n weekdays : 'sunnudagur_mánudagur_þriðjudagur_miðvikudagur_fimmtudagur_föstudagur_laugardagur'.split('_'),\n weekdaysShort : 'sun_mán_þri_mið_fim_fös_lau'.split('_'),\n weekdaysMin : 'Su_Má_Þr_Mi_Fi_Fö_La'.split('_'),\n longDateFormat : {\n LT : 'H:mm',\n LTS : 'H:mm:ss',\n L : 'DD.MM.YYYY',\n LL : 'D. MMMM YYYY',\n LLL : 'D. MMMM YYYY [kl.] H:mm',\n LLLL : 'dddd, D. MMMM YYYY [kl.] H:mm'\n },\n calendar : {\n sameDay : '[í dag kl.] LT',\n nextDay : '[á morgun kl.] LT',\n nextWeek : 'dddd [kl.] LT',\n lastDay : '[í gær kl.] LT',\n lastWeek : '[síðasta] dddd [kl.] LT',\n sameElse : 'L'\n },\n relativeTime : {\n future : 'eftir %s',\n past : 'fyrir %s síðan',\n s : translate,\n ss : translate,\n m : translate,\n mm : translate,\n h : 'klukkustund',\n hh : translate,\n d : translate,\n dd : translate,\n M : translate,\n MM : translate,\n y : translate,\n yy : translate\n },\n dayOfMonthOrdinalParse: /\\d{1,2}\\./,\n ordinal : '%d.',\n week : {\n dow : 1, // Monday is the first day of the week.\n doy : 4 // The week that contains Jan 4th is the first week of the year.\n }\n });\n\n return is;\n\n})));\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n var it = moment.defineLocale('it', {\n months : 'gennaio_febbraio_marzo_aprile_maggio_giugno_luglio_agosto_settembre_ottobre_novembre_dicembre'.split('_'),\n monthsShort : 'gen_feb_mar_apr_mag_giu_lug_ago_set_ott_nov_dic'.split('_'),\n weekdays : 'domenica_lunedì_martedì_mercoledì_giovedì_venerdì_sabato'.split('_'),\n weekdaysShort : 'dom_lun_mar_mer_gio_ven_sab'.split('_'),\n weekdaysMin : 'do_lu_ma_me_gi_ve_sa'.split('_'),\n longDateFormat : {\n LT : 'HH:mm',\n LTS : 'HH:mm:ss',\n L : 'DD/MM/YYYY',\n LL : 'D MMMM YYYY',\n LLL : 'D MMMM YYYY HH:mm',\n LLLL : 'dddd D MMMM YYYY HH:mm'\n },\n calendar : {\n sameDay: '[Oggi alle] LT',\n nextDay: '[Domani alle] LT',\n nextWeek: 'dddd [alle] LT',\n lastDay: '[Ieri alle] LT',\n lastWeek: function () {\n switch (this.day()) {\n case 0:\n return '[la scorsa] dddd [alle] LT';\n default:\n return '[lo scorso] dddd [alle] LT';\n }\n },\n sameElse: 'L'\n },\n relativeTime : {\n future : function (s) {\n return ((/^[0-9].+$/).test(s) ? 'tra' : 'in') + ' ' + s;\n },\n past : '%s fa',\n s : 'alcuni secondi',\n ss : '%d secondi',\n m : 'un minuto',\n mm : '%d minuti',\n h : 'un\\'ora',\n hh : '%d ore',\n d : 'un giorno',\n dd : '%d giorni',\n M : 'un mese',\n MM : '%d mesi',\n y : 'un anno',\n yy : '%d anni'\n },\n dayOfMonthOrdinalParse : /\\d{1,2}º/,\n ordinal: '%dº',\n week : {\n dow : 1, // Monday is the first day of the week.\n doy : 4 // The week that contains Jan 4th is the first week of the year.\n }\n });\n\n return it;\n\n})));\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n var itCh = moment.defineLocale('it-ch', {\n months : 'gennaio_febbraio_marzo_aprile_maggio_giugno_luglio_agosto_settembre_ottobre_novembre_dicembre'.split('_'),\n monthsShort : 'gen_feb_mar_apr_mag_giu_lug_ago_set_ott_nov_dic'.split('_'),\n weekdays : 'domenica_lunedì_martedì_mercoledì_giovedì_venerdì_sabato'.split('_'),\n weekdaysShort : 'dom_lun_mar_mer_gio_ven_sab'.split('_'),\n weekdaysMin : 'do_lu_ma_me_gi_ve_sa'.split('_'),\n longDateFormat : {\n LT : 'HH:mm',\n LTS : 'HH:mm:ss',\n L : 'DD.MM.YYYY',\n LL : 'D MMMM YYYY',\n LLL : 'D MMMM YYYY HH:mm',\n LLLL : 'dddd D MMMM YYYY HH:mm'\n },\n calendar : {\n sameDay: '[Oggi alle] LT',\n nextDay: '[Domani alle] LT',\n nextWeek: 'dddd [alle] LT',\n lastDay: '[Ieri alle] LT',\n lastWeek: function () {\n switch (this.day()) {\n case 0:\n return '[la scorsa] dddd [alle] LT';\n default:\n return '[lo scorso] dddd [alle] LT';\n }\n },\n sameElse: 'L'\n },\n relativeTime : {\n future : function (s) {\n return ((/^[0-9].+$/).test(s) ? 'tra' : 'in') + ' ' + s;\n },\n past : '%s fa',\n s : 'alcuni secondi',\n ss : '%d secondi',\n m : 'un minuto',\n mm : '%d minuti',\n h : 'un\\'ora',\n hh : '%d ore',\n d : 'un giorno',\n dd : '%d giorni',\n M : 'un mese',\n MM : '%d mesi',\n y : 'un anno',\n yy : '%d anni'\n },\n dayOfMonthOrdinalParse : /\\d{1,2}º/,\n ordinal: '%dº',\n week : {\n dow : 1, // Monday is the first day of the week.\n doy : 4 // The week that contains Jan 4th is the first week of the year.\n }\n });\n\n return itCh;\n\n})));\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n var ja = moment.defineLocale('ja', {\n months : '一月_二月_三月_四月_五月_六月_七月_八月_九月_十月_十一月_十二月'.split('_'),\n monthsShort : '1月_2月_3月_4月_5月_6月_7月_8月_9月_10月_11月_12月'.split('_'),\n weekdays : '日曜日_月曜日_火曜日_水曜日_木曜日_金曜日_土曜日'.split('_'),\n weekdaysShort : '日_月_火_水_木_金_土'.split('_'),\n weekdaysMin : '日_月_火_水_木_金_土'.split('_'),\n longDateFormat : {\n LT : 'HH:mm',\n LTS : 'HH:mm:ss',\n L : 'YYYY/MM/DD',\n LL : 'YYYY年M月D日',\n LLL : 'YYYY年M月D日 HH:mm',\n LLLL : 'YYYY年M月D日 dddd HH:mm',\n l : 'YYYY/MM/DD',\n ll : 'YYYY年M月D日',\n lll : 'YYYY年M月D日 HH:mm',\n llll : 'YYYY年M月D日(ddd) HH:mm'\n },\n meridiemParse: /午前|午後/i,\n isPM : function (input) {\n return input === '午後';\n },\n meridiem : function (hour, minute, isLower) {\n if (hour < 12) {\n return '午前';\n } else {\n return '午後';\n }\n },\n calendar : {\n sameDay : '[今日] LT',\n nextDay : '[明日] LT',\n nextWeek : function (now) {\n if (now.week() < this.week()) {\n return '[来週]dddd LT';\n } else {\n return 'dddd LT';\n }\n },\n lastDay : '[昨日] LT',\n lastWeek : function (now) {\n if (this.week() < now.week()) {\n return '[先週]dddd LT';\n } else {\n return 'dddd LT';\n }\n },\n sameElse : 'L'\n },\n dayOfMonthOrdinalParse : /\\d{1,2}日/,\n ordinal : function (number, period) {\n switch (period) {\n case 'd':\n case 'D':\n case 'DDD':\n return number + '日';\n default:\n return number;\n }\n },\n relativeTime : {\n future : '%s後',\n past : '%s前',\n s : '数秒',\n ss : '%d秒',\n m : '1分',\n mm : '%d分',\n h : '1時間',\n hh : '%d時間',\n d : '1日',\n dd : '%d日',\n M : '1ヶ月',\n MM : '%dヶ月',\n y : '1年',\n yy : '%d年'\n }\n });\n\n return ja;\n\n})));\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n var jv = moment.defineLocale('jv', {\n months : 'Januari_Februari_Maret_April_Mei_Juni_Juli_Agustus_September_Oktober_Nopember_Desember'.split('_'),\n monthsShort : 'Jan_Feb_Mar_Apr_Mei_Jun_Jul_Ags_Sep_Okt_Nop_Des'.split('_'),\n weekdays : 'Minggu_Senen_Seloso_Rebu_Kemis_Jemuwah_Septu'.split('_'),\n weekdaysShort : 'Min_Sen_Sel_Reb_Kem_Jem_Sep'.split('_'),\n weekdaysMin : 'Mg_Sn_Sl_Rb_Km_Jm_Sp'.split('_'),\n longDateFormat : {\n LT : 'HH.mm',\n LTS : 'HH.mm.ss',\n L : 'DD/MM/YYYY',\n LL : 'D MMMM YYYY',\n LLL : 'D MMMM YYYY [pukul] HH.mm',\n LLLL : 'dddd, D MMMM YYYY [pukul] HH.mm'\n },\n meridiemParse: /enjing|siyang|sonten|ndalu/,\n meridiemHour : function (hour, meridiem) {\n if (hour === 12) {\n hour = 0;\n }\n if (meridiem === 'enjing') {\n return hour;\n } else if (meridiem === 'siyang') {\n return hour >= 11 ? hour : hour + 12;\n } else if (meridiem === 'sonten' || meridiem === 'ndalu') {\n return hour + 12;\n }\n },\n meridiem : function (hours, minutes, isLower) {\n if (hours < 11) {\n return 'enjing';\n } else if (hours < 15) {\n return 'siyang';\n } else if (hours < 19) {\n return 'sonten';\n } else {\n return 'ndalu';\n }\n },\n calendar : {\n sameDay : '[Dinten puniko pukul] LT',\n nextDay : '[Mbenjang pukul] LT',\n nextWeek : 'dddd [pukul] LT',\n lastDay : '[Kala wingi pukul] LT',\n lastWeek : 'dddd [kepengker pukul] LT',\n sameElse : 'L'\n },\n relativeTime : {\n future : 'wonten ing %s',\n past : '%s ingkang kepengker',\n s : 'sawetawis detik',\n ss : '%d detik',\n m : 'setunggal menit',\n mm : '%d menit',\n h : 'setunggal jam',\n hh : '%d jam',\n d : 'sedinten',\n dd : '%d dinten',\n M : 'sewulan',\n MM : '%d wulan',\n y : 'setaun',\n yy : '%d taun'\n },\n week : {\n dow : 1, // Monday is the first day of the week.\n doy : 7 // The week that contains Jan 7th is the first week of the year.\n }\n });\n\n return jv;\n\n})));\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n var ka = moment.defineLocale('ka', {\n months : {\n standalone: 'იანვარი_თებერვალი_მარტი_აპრილი_მაისი_ივნისი_ივლისი_აგვისტო_სექტემბერი_ოქტომბერი_ნოემბერი_დეკემბერი'.split('_'),\n format: 'იანვარს_თებერვალს_მარტს_აპრილის_მაისს_ივნისს_ივლისს_აგვისტს_სექტემბერს_ოქტომბერს_ნოემბერს_დეკემბერს'.split('_')\n },\n monthsShort : 'იან_თებ_მარ_აპრ_მაი_ივნ_ივლ_აგვ_სექ_ოქტ_ნოე_დეკ'.split('_'),\n weekdays : {\n standalone: 'კვირა_ორშაბათი_სამშაბათი_ოთხშაბათი_ხუთშაბათი_პარასკევი_შაბათი'.split('_'),\n format: 'კვირას_ორშაბათს_სამშაბათს_ოთხშაბათს_ხუთშაბათს_პარასკევს_შაბათს'.split('_'),\n isFormat: /(წინა|შემდეგ)/\n },\n weekdaysShort : 'კვი_ორშ_სამ_ოთხ_ხუთ_პარ_შაბ'.split('_'),\n weekdaysMin : 'კვ_ორ_სა_ოთ_ხუ_პა_შა'.split('_'),\n longDateFormat : {\n LT : 'h:mm A',\n LTS : 'h:mm:ss A',\n L : 'DD/MM/YYYY',\n LL : 'D MMMM YYYY',\n LLL : 'D MMMM YYYY h:mm A',\n LLLL : 'dddd, D MMMM YYYY h:mm A'\n },\n calendar : {\n sameDay : '[დღეს] LT[-ზე]',\n nextDay : '[ხვალ] LT[-ზე]',\n lastDay : '[გუშინ] LT[-ზე]',\n nextWeek : '[შემდეგ] dddd LT[-ზე]',\n lastWeek : '[წინა] dddd LT-ზე',\n sameElse : 'L'\n },\n relativeTime : {\n future : function (s) {\n return (/(წამი|წუთი|საათი|წელი)/).test(s) ?\n s.replace(/ი$/, 'ში') :\n s + 'ში';\n },\n past : function (s) {\n if ((/(წამი|წუთი|საათი|დღე|თვე)/).test(s)) {\n return s.replace(/(ი|ე)$/, 'ის წინ');\n }\n if ((/წელი/).test(s)) {\n return s.replace(/წელი$/, 'წლის წინ');\n }\n },\n s : 'რამდენიმე წამი',\n ss : '%d წამი',\n m : 'წუთი',\n mm : '%d წუთი',\n h : 'საათი',\n hh : '%d საათი',\n d : 'დღე',\n dd : '%d დღე',\n M : 'თვე',\n MM : '%d თვე',\n y : 'წელი',\n yy : '%d წელი'\n },\n dayOfMonthOrdinalParse: /0|1-ლი|მე-\\d{1,2}|\\d{1,2}-ე/,\n ordinal : function (number) {\n if (number === 0) {\n return number;\n }\n if (number === 1) {\n return number + '-ლი';\n }\n if ((number < 20) || (number <= 100 && (number % 20 === 0)) || (number % 100 === 0)) {\n return 'მე-' + number;\n }\n return number + '-ე';\n },\n week : {\n dow : 1,\n doy : 7\n }\n });\n\n return ka;\n\n})));\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n var suffixes = {\n 0: '-ші',\n 1: '-ші',\n 2: '-ші',\n 3: '-ші',\n 4: '-ші',\n 5: '-ші',\n 6: '-шы',\n 7: '-ші',\n 8: '-ші',\n 9: '-шы',\n 10: '-шы',\n 20: '-шы',\n 30: '-шы',\n 40: '-шы',\n 50: '-ші',\n 60: '-шы',\n 70: '-ші',\n 80: '-ші',\n 90: '-шы',\n 100: '-ші'\n };\n\n var kk = moment.defineLocale('kk', {\n months : 'қаңтар_ақпан_наурыз_сәуір_мамыр_маусым_шілде_тамыз_қыркүйек_қазан_қараша_желтоқсан'.split('_'),\n monthsShort : 'қаң_ақп_нау_сәу_мам_мау_шіл_там_қыр_қаз_қар_жел'.split('_'),\n weekdays : 'жексенбі_дүйсенбі_сейсенбі_сәрсенбі_бейсенбі_жұма_сенбі'.split('_'),\n weekdaysShort : 'жек_дүй_сей_сәр_бей_жұм_сен'.split('_'),\n weekdaysMin : 'жк_дй_сй_ср_бй_жм_сн'.split('_'),\n longDateFormat : {\n LT : 'HH:mm',\n LTS : 'HH:mm:ss',\n L : 'DD.MM.YYYY',\n LL : 'D MMMM YYYY',\n LLL : 'D MMMM YYYY HH:mm',\n LLLL : 'dddd, D MMMM YYYY HH:mm'\n },\n calendar : {\n sameDay : '[Бүгін сағат] LT',\n nextDay : '[Ертең сағат] LT',\n nextWeek : 'dddd [сағат] LT',\n lastDay : '[Кеше сағат] LT',\n lastWeek : '[Өткен аптаның] dddd [сағат] LT',\n sameElse : 'L'\n },\n relativeTime : {\n future : '%s ішінде',\n past : '%s бұрын',\n s : 'бірнеше секунд',\n ss : '%d секунд',\n m : 'бір минут',\n mm : '%d минут',\n h : 'бір сағат',\n hh : '%d сағат',\n d : 'бір күн',\n dd : '%d күн',\n M : 'бір ай',\n MM : '%d ай',\n y : 'бір жыл',\n yy : '%d жыл'\n },\n dayOfMonthOrdinalParse: /\\d{1,2}-(ші|шы)/,\n ordinal : function (number) {\n var a = number % 10,\n b = number >= 100 ? 100 : null;\n return number + (suffixes[number] || suffixes[a] || suffixes[b]);\n },\n week : {\n dow : 1, // Monday is the first day of the week.\n doy : 7 // The week that contains Jan 7th is the first week of the year.\n }\n });\n\n return kk;\n\n})));\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n var symbolMap = {\n '1': '១',\n '2': '២',\n '3': '៣',\n '4': '៤',\n '5': '៥',\n '6': '៦',\n '7': '៧',\n '8': '៨',\n '9': '៩',\n '0': '០'\n }, numberMap = {\n '១': '1',\n '២': '2',\n '៣': '3',\n '៤': '4',\n '៥': '5',\n '៦': '6',\n '៧': '7',\n '៨': '8',\n '៩': '9',\n '០': '0'\n };\n\n var km = moment.defineLocale('km', {\n months: 'មករា_កុម្ភៈ_មីនា_មេសា_ឧសភា_មិថុនា_កក្កដា_សីហា_កញ្ញា_តុលា_វិច្ឆិកា_ធ្នូ'.split(\n '_'\n ),\n monthsShort: 'មករា_កុម្ភៈ_មីនា_មេសា_ឧសភា_មិថុនា_កក្កដា_សីហា_កញ្ញា_តុលា_វិច្ឆិកា_ធ្នូ'.split(\n '_'\n ),\n weekdays: 'អាទិត្យ_ច័ន្ទ_អង្គារ_ពុធ_ព្រហស្បតិ៍_សុក្រ_សៅរ៍'.split('_'),\n weekdaysShort: 'អា_ច_អ_ព_ព្រ_សុ_ស'.split('_'),\n weekdaysMin: 'អា_ច_អ_ព_ព្រ_សុ_ស'.split('_'),\n weekdaysParseExact: true,\n longDateFormat: {\n LT: 'HH:mm',\n LTS: 'HH:mm:ss',\n L: 'DD/MM/YYYY',\n LL: 'D MMMM YYYY',\n LLL: 'D MMMM YYYY HH:mm',\n LLLL: 'dddd, D MMMM YYYY HH:mm'\n },\n meridiemParse: /ព្រឹក|ល្ងាច/,\n isPM: function (input) {\n return input === 'ល្ងាច';\n },\n meridiem: function (hour, minute, isLower) {\n if (hour < 12) {\n return 'ព្រឹក';\n } else {\n return 'ល្ងាច';\n }\n },\n calendar: {\n sameDay: '[ថ្ងៃនេះ ម៉ោង] LT',\n nextDay: '[ស្អែក ម៉ោង] LT',\n nextWeek: 'dddd [ម៉ោង] LT',\n lastDay: '[ម្សិលមិញ ម៉ោង] LT',\n lastWeek: 'dddd [សប្តាហ៍មុន] [ម៉ោង] LT',\n sameElse: 'L'\n },\n relativeTime: {\n future: '%sទៀត',\n past: '%sមុន',\n s: 'ប៉ុន្មានវិនាទី',\n ss: '%d វិនាទី',\n m: 'មួយនាទី',\n mm: '%d នាទី',\n h: 'មួយម៉ោង',\n hh: '%d ម៉ោង',\n d: 'មួយថ្ងៃ',\n dd: '%d ថ្ងៃ',\n M: 'មួយខែ',\n MM: '%d ខែ',\n y: 'មួយឆ្នាំ',\n yy: '%d ឆ្នាំ'\n },\n dayOfMonthOrdinalParse : /ទី\\d{1,2}/,\n ordinal : 'ទី%d',\n preparse: function (string) {\n return string.replace(/[១២៣៤៥៦៧៨៩០]/g, function (match) {\n return numberMap[match];\n });\n },\n postformat: function (string) {\n return string.replace(/\\d/g, function (match) {\n return symbolMap[match];\n });\n },\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 4 // The week that contains Jan 4th is the first week of the year.\n }\n });\n\n return km;\n\n})));\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n var symbolMap = {\n '1': '೧',\n '2': '೨',\n '3': '೩',\n '4': '೪',\n '5': '೫',\n '6': '೬',\n '7': '೭',\n '8': '೮',\n '9': '೯',\n '0': '೦'\n },\n numberMap = {\n '೧': '1',\n '೨': '2',\n '೩': '3',\n '೪': '4',\n '೫': '5',\n '೬': '6',\n '೭': '7',\n '೮': '8',\n '೯': '9',\n '೦': '0'\n };\n\n var kn = moment.defineLocale('kn', {\n months : 'ಜನವರಿ_ಫೆಬ್ರವರಿ_ಮಾರ್ಚ್_ಏಪ್ರಿಲ್_ಮೇ_ಜೂನ್_ಜುಲೈ_ಆಗಸ್ಟ್_ಸೆಪ್ಟೆಂಬರ್_ಅಕ್ಟೋಬರ್_ನವೆಂಬರ್_ಡಿಸೆಂಬರ್'.split('_'),\n monthsShort : 'ಜನ_ಫೆಬ್ರ_ಮಾರ್ಚ್_ಏಪ್ರಿಲ್_ಮೇ_ಜೂನ್_ಜುಲೈ_ಆಗಸ್ಟ್_ಸೆಪ್ಟೆಂ_ಅಕ್ಟೋ_ನವೆಂ_ಡಿಸೆಂ'.split('_'),\n monthsParseExact: true,\n weekdays : 'ಭಾನುವಾರ_ಸೋಮವಾರ_ಮಂಗಳವಾರ_ಬುಧವಾರ_ಗುರುವಾರ_ಶುಕ್ರವಾರ_ಶನಿವಾರ'.split('_'),\n weekdaysShort : 'ಭಾನು_ಸೋಮ_ಮಂಗಳ_ಬುಧ_ಗುರು_ಶುಕ್ರ_ಶನಿ'.split('_'),\n weekdaysMin : 'ಭಾ_ಸೋ_ಮಂ_ಬು_ಗು_ಶು_ಶ'.split('_'),\n longDateFormat : {\n LT : 'A h:mm',\n LTS : 'A h:mm:ss',\n L : 'DD/MM/YYYY',\n LL : 'D MMMM YYYY',\n LLL : 'D MMMM YYYY, A h:mm',\n LLLL : 'dddd, D MMMM YYYY, A h:mm'\n },\n calendar : {\n sameDay : '[ಇಂದು] LT',\n nextDay : '[ನಾಳೆ] LT',\n nextWeek : 'dddd, LT',\n lastDay : '[ನಿನ್ನೆ] LT',\n lastWeek : '[ಕೊನೆಯ] dddd, LT',\n sameElse : 'L'\n },\n relativeTime : {\n future : '%s ನಂತರ',\n past : '%s ಹಿಂದೆ',\n s : 'ಕೆಲವು ಕ್ಷಣಗಳು',\n ss : '%d ಸೆಕೆಂಡುಗಳು',\n m : 'ಒಂದು ನಿಮಿಷ',\n mm : '%d ನಿಮಿಷ',\n h : 'ಒಂದು ಗಂಟೆ',\n hh : '%d ಗಂಟೆ',\n d : 'ಒಂದು ದಿನ',\n dd : '%d ದಿನ',\n M : 'ಒಂದು ತಿಂಗಳು',\n MM : '%d ತಿಂಗಳು',\n y : 'ಒಂದು ವರ್ಷ',\n yy : '%d ವರ್ಷ'\n },\n preparse: function (string) {\n return string.replace(/[೧೨೩೪೫೬೭೮೯೦]/g, function (match) {\n return numberMap[match];\n });\n },\n postformat: function (string) {\n return string.replace(/\\d/g, function (match) {\n return symbolMap[match];\n });\n },\n meridiemParse: /ರಾತ್ರಿ|ಬೆಳಿಗ್ಗೆ|ಮಧ್ಯಾಹ್ನ|ಸಂಜೆ/,\n meridiemHour : function (hour, meridiem) {\n if (hour === 12) {\n hour = 0;\n }\n if (meridiem === 'ರಾತ್ರಿ') {\n return hour < 4 ? hour : hour + 12;\n } else if (meridiem === 'ಬೆಳಿಗ್ಗೆ') {\n return hour;\n } else if (meridiem === 'ಮಧ್ಯಾಹ್ನ') {\n return hour >= 10 ? hour : hour + 12;\n } else if (meridiem === 'ಸಂಜೆ') {\n return hour + 12;\n }\n },\n meridiem : function (hour, minute, isLower) {\n if (hour < 4) {\n return 'ರಾತ್ರಿ';\n } else if (hour < 10) {\n return 'ಬೆಳಿಗ್ಗೆ';\n } else if (hour < 17) {\n return 'ಮಧ್ಯಾಹ್ನ';\n } else if (hour < 20) {\n return 'ಸಂಜೆ';\n } else {\n return 'ರಾತ್ರಿ';\n }\n },\n dayOfMonthOrdinalParse: /\\d{1,2}(ನೇ)/,\n ordinal : function (number) {\n return number + 'ನೇ';\n },\n week : {\n dow : 0, // Sunday is the first day of the week.\n doy : 6 // The week that contains Jan 6th is the first week of the year.\n }\n });\n\n return kn;\n\n})));\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n var ko = moment.defineLocale('ko', {\n months : '1월_2월_3월_4월_5월_6월_7월_8월_9월_10월_11월_12월'.split('_'),\n monthsShort : '1월_2월_3월_4월_5월_6월_7월_8월_9월_10월_11월_12월'.split('_'),\n weekdays : '일요일_월요일_화요일_수요일_목요일_금요일_토요일'.split('_'),\n weekdaysShort : '일_월_화_수_목_금_토'.split('_'),\n weekdaysMin : '일_월_화_수_목_금_토'.split('_'),\n longDateFormat : {\n LT : 'A h:mm',\n LTS : 'A h:mm:ss',\n L : 'YYYY.MM.DD.',\n LL : 'YYYY년 MMMM D일',\n LLL : 'YYYY년 MMMM D일 A h:mm',\n LLLL : 'YYYY년 MMMM D일 dddd A h:mm',\n l : 'YYYY.MM.DD.',\n ll : 'YYYY년 MMMM D일',\n lll : 'YYYY년 MMMM D일 A h:mm',\n llll : 'YYYY년 MMMM D일 dddd A h:mm'\n },\n calendar : {\n sameDay : '오늘 LT',\n nextDay : '내일 LT',\n nextWeek : 'dddd LT',\n lastDay : '어제 LT',\n lastWeek : '지난주 dddd LT',\n sameElse : 'L'\n },\n relativeTime : {\n future : '%s 후',\n past : '%s 전',\n s : '몇 초',\n ss : '%d초',\n m : '1분',\n mm : '%d분',\n h : '한 시간',\n hh : '%d시간',\n d : '하루',\n dd : '%d일',\n M : '한 달',\n MM : '%d달',\n y : '일 년',\n yy : '%d년'\n },\n dayOfMonthOrdinalParse : /\\d{1,2}(일|월|주)/,\n ordinal : function (number, period) {\n switch (period) {\n case 'd':\n case 'D':\n case 'DDD':\n return number + '일';\n case 'M':\n return number + '월';\n case 'w':\n case 'W':\n return number + '주';\n default:\n return number;\n }\n },\n meridiemParse : /오전|오후/,\n isPM : function (token) {\n return token === '오후';\n },\n meridiem : function (hour, minute, isUpper) {\n return hour < 12 ? '오전' : '오후';\n }\n });\n\n return ko;\n\n})));\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n var symbolMap = {\n '1': '١',\n '2': '٢',\n '3': '٣',\n '4': '٤',\n '5': '٥',\n '6': '٦',\n '7': '٧',\n '8': '٨',\n '9': '٩',\n '0': '٠'\n }, numberMap = {\n '١': '1',\n '٢': '2',\n '٣': '3',\n '٤': '4',\n '٥': '5',\n '٦': '6',\n '٧': '7',\n '٨': '8',\n '٩': '9',\n '٠': '0'\n },\n months = [\n 'کانونی دووەم',\n 'شوبات',\n 'ئازار',\n 'نیسان',\n 'ئایار',\n 'حوزەیران',\n 'تەمموز',\n 'ئاب',\n 'ئەیلوول',\n 'تشرینی یەكەم',\n 'تشرینی دووەم',\n 'كانونی یەکەم'\n ];\n\n\n var ku = moment.defineLocale('ku', {\n months : months,\n monthsShort : months,\n weekdays : 'یه‌كشه‌ممه‌_دووشه‌ممه‌_سێشه‌ممه‌_چوارشه‌ممه‌_پێنجشه‌ممه‌_هه‌ینی_شه‌ممه‌'.split('_'),\n weekdaysShort : 'یه‌كشه‌م_دووشه‌م_سێشه‌م_چوارشه‌م_پێنجشه‌م_هه‌ینی_شه‌ممه‌'.split('_'),\n weekdaysMin : 'ی_د_س_چ_پ_ه_ش'.split('_'),\n weekdaysParseExact : true,\n longDateFormat : {\n LT : 'HH:mm',\n LTS : 'HH:mm:ss',\n L : 'DD/MM/YYYY',\n LL : 'D MMMM YYYY',\n LLL : 'D MMMM YYYY HH:mm',\n LLLL : 'dddd, D MMMM YYYY HH:mm'\n },\n meridiemParse: /ئێواره‌|به‌یانی/,\n isPM: function (input) {\n return /ئێواره‌/.test(input);\n },\n meridiem : function (hour, minute, isLower) {\n if (hour < 12) {\n return 'به‌یانی';\n } else {\n return 'ئێواره‌';\n }\n },\n calendar : {\n sameDay : '[ئه‌مرۆ كاتژمێر] LT',\n nextDay : '[به‌یانی كاتژمێر] LT',\n nextWeek : 'dddd [كاتژمێر] LT',\n lastDay : '[دوێنێ كاتژمێر] LT',\n lastWeek : 'dddd [كاتژمێر] LT',\n sameElse : 'L'\n },\n relativeTime : {\n future : 'له‌ %s',\n past : '%s',\n s : 'چه‌ند چركه‌یه‌ك',\n ss : 'چركه‌ %d',\n m : 'یه‌ك خوله‌ك',\n mm : '%d خوله‌ك',\n h : 'یه‌ك كاتژمێر',\n hh : '%d كاتژمێر',\n d : 'یه‌ك ڕۆژ',\n dd : '%d ڕۆژ',\n M : 'یه‌ك مانگ',\n MM : '%d مانگ',\n y : 'یه‌ك ساڵ',\n yy : '%d ساڵ'\n },\n preparse: function (string) {\n return string.replace(/[١٢٣٤٥٦٧٨٩٠]/g, function (match) {\n return numberMap[match];\n }).replace(/،/g, ',');\n },\n postformat: function (string) {\n return string.replace(/\\d/g, function (match) {\n return symbolMap[match];\n }).replace(/,/g, '،');\n },\n week : {\n dow : 6, // Saturday is the first day of the week.\n doy : 12 // The week that contains Jan 12th is the first week of the year.\n }\n });\n\n return ku;\n\n})));\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n var suffixes = {\n 0: '-чү',\n 1: '-чи',\n 2: '-чи',\n 3: '-чү',\n 4: '-чү',\n 5: '-чи',\n 6: '-чы',\n 7: '-чи',\n 8: '-чи',\n 9: '-чу',\n 10: '-чу',\n 20: '-чы',\n 30: '-чу',\n 40: '-чы',\n 50: '-чү',\n 60: '-чы',\n 70: '-чи',\n 80: '-чи',\n 90: '-чу',\n 100: '-чү'\n };\n\n var ky = moment.defineLocale('ky', {\n months : 'январь_февраль_март_апрель_май_июнь_июль_август_сентябрь_октябрь_ноябрь_декабрь'.split('_'),\n monthsShort : 'янв_фев_март_апр_май_июнь_июль_авг_сен_окт_ноя_дек'.split('_'),\n weekdays : 'Жекшемби_Дүйшөмбү_Шейшемби_Шаршемби_Бейшемби_Жума_Ишемби'.split('_'),\n weekdaysShort : 'Жек_Дүй_Шей_Шар_Бей_Жум_Ише'.split('_'),\n weekdaysMin : 'Жк_Дй_Шй_Шр_Бй_Жм_Иш'.split('_'),\n longDateFormat : {\n LT : 'HH:mm',\n LTS : 'HH:mm:ss',\n L : 'DD.MM.YYYY',\n LL : 'D MMMM YYYY',\n LLL : 'D MMMM YYYY HH:mm',\n LLLL : 'dddd, D MMMM YYYY HH:mm'\n },\n calendar : {\n sameDay : '[Бүгүн саат] LT',\n nextDay : '[Эртең саат] LT',\n nextWeek : 'dddd [саат] LT',\n lastDay : '[Кечээ саат] LT',\n lastWeek : '[Өткөн аптанын] dddd [күнү] [саат] LT',\n sameElse : 'L'\n },\n relativeTime : {\n future : '%s ичинде',\n past : '%s мурун',\n s : 'бирнече секунд',\n ss : '%d секунд',\n m : 'бир мүнөт',\n mm : '%d мүнөт',\n h : 'бир саат',\n hh : '%d саат',\n d : 'бир күн',\n dd : '%d күн',\n M : 'бир ай',\n MM : '%d ай',\n y : 'бир жыл',\n yy : '%d жыл'\n },\n dayOfMonthOrdinalParse: /\\d{1,2}-(чи|чы|чү|чу)/,\n ordinal : function (number) {\n var a = number % 10,\n b = number >= 100 ? 100 : null;\n return number + (suffixes[number] || suffixes[a] || suffixes[b]);\n },\n week : {\n dow : 1, // Monday is the first day of the week.\n doy : 7 // The week that contains Jan 7th is the first week of the year.\n }\n });\n\n return ky;\n\n})));\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n function processRelativeTime(number, withoutSuffix, key, isFuture) {\n var format = {\n 'm': ['eng Minutt', 'enger Minutt'],\n 'h': ['eng Stonn', 'enger Stonn'],\n 'd': ['een Dag', 'engem Dag'],\n 'M': ['ee Mount', 'engem Mount'],\n 'y': ['ee Joer', 'engem Joer']\n };\n return withoutSuffix ? format[key][0] : format[key][1];\n }\n function processFutureTime(string) {\n var number = string.substr(0, string.indexOf(' '));\n if (eifelerRegelAppliesToNumber(number)) {\n return 'a ' + string;\n }\n return 'an ' + string;\n }\n function processPastTime(string) {\n var number = string.substr(0, string.indexOf(' '));\n if (eifelerRegelAppliesToNumber(number)) {\n return 'viru ' + string;\n }\n return 'virun ' + string;\n }\n /**\n * Returns true if the word before the given number loses the '-n' ending.\n * e.g. 'an 10 Deeg' but 'a 5 Deeg'\n *\n * @param number {integer}\n * @returns {boolean}\n */\n function eifelerRegelAppliesToNumber(number) {\n number = parseInt(number, 10);\n if (isNaN(number)) {\n return false;\n }\n if (number < 0) {\n // Negative Number --> always true\n return true;\n } else if (number < 10) {\n // Only 1 digit\n if (4 <= number && number <= 7) {\n return true;\n }\n return false;\n } else if (number < 100) {\n // 2 digits\n var lastDigit = number % 10, firstDigit = number / 10;\n if (lastDigit === 0) {\n return eifelerRegelAppliesToNumber(firstDigit);\n }\n return eifelerRegelAppliesToNumber(lastDigit);\n } else if (number < 10000) {\n // 3 or 4 digits --> recursively check first digit\n while (number >= 10) {\n number = number / 10;\n }\n return eifelerRegelAppliesToNumber(number);\n } else {\n // Anything larger than 4 digits: recursively check first n-3 digits\n number = number / 1000;\n return eifelerRegelAppliesToNumber(number);\n }\n }\n\n var lb = moment.defineLocale('lb', {\n months: 'Januar_Februar_Mäerz_Abrëll_Mee_Juni_Juli_August_September_Oktober_November_Dezember'.split('_'),\n monthsShort: 'Jan._Febr._Mrz._Abr._Mee_Jun._Jul._Aug._Sept._Okt._Nov._Dez.'.split('_'),\n monthsParseExact : true,\n weekdays: 'Sonndeg_Méindeg_Dënschdeg_Mëttwoch_Donneschdeg_Freideg_Samschdeg'.split('_'),\n weekdaysShort: 'So._Mé._Dë._Më._Do._Fr._Sa.'.split('_'),\n weekdaysMin: 'So_Mé_Dë_Më_Do_Fr_Sa'.split('_'),\n weekdaysParseExact : true,\n longDateFormat: {\n LT: 'H:mm [Auer]',\n LTS: 'H:mm:ss [Auer]',\n L: 'DD.MM.YYYY',\n LL: 'D. MMMM YYYY',\n LLL: 'D. MMMM YYYY H:mm [Auer]',\n LLLL: 'dddd, D. MMMM YYYY H:mm [Auer]'\n },\n calendar: {\n sameDay: '[Haut um] LT',\n sameElse: 'L',\n nextDay: '[Muer um] LT',\n nextWeek: 'dddd [um] LT',\n lastDay: '[Gëschter um] LT',\n lastWeek: function () {\n // Different date string for 'Dënschdeg' (Tuesday) and 'Donneschdeg' (Thursday) due to phonological rule\n switch (this.day()) {\n case 2:\n case 4:\n return '[Leschten] dddd [um] LT';\n default:\n return '[Leschte] dddd [um] LT';\n }\n }\n },\n relativeTime : {\n future : processFutureTime,\n past : processPastTime,\n s : 'e puer Sekonnen',\n ss : '%d Sekonnen',\n m : processRelativeTime,\n mm : '%d Minutten',\n h : processRelativeTime,\n hh : '%d Stonnen',\n d : processRelativeTime,\n dd : '%d Deeg',\n M : processRelativeTime,\n MM : '%d Méint',\n y : processRelativeTime,\n yy : '%d Joer'\n },\n dayOfMonthOrdinalParse: /\\d{1,2}\\./,\n ordinal: '%d.',\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 4 // The week that contains Jan 4th is the first week of the year.\n }\n });\n\n return lb;\n\n})));\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n var lo = moment.defineLocale('lo', {\n months : 'ມັງກອນ_ກຸມພາ_ມີນາ_ເມສາ_ພຶດສະພາ_ມິຖຸນາ_ກໍລະກົດ_ສິງຫາ_ກັນຍາ_ຕຸລາ_ພະຈິກ_ທັນວາ'.split('_'),\n monthsShort : 'ມັງກອນ_ກຸມພາ_ມີນາ_ເມສາ_ພຶດສະພາ_ມິຖຸນາ_ກໍລະກົດ_ສິງຫາ_ກັນຍາ_ຕຸລາ_ພະຈິກ_ທັນວາ'.split('_'),\n weekdays : 'ອາທິດ_ຈັນ_ອັງຄານ_ພຸດ_ພະຫັດ_ສຸກ_ເສົາ'.split('_'),\n weekdaysShort : 'ທິດ_ຈັນ_ອັງຄານ_ພຸດ_ພະຫັດ_ສຸກ_ເສົາ'.split('_'),\n weekdaysMin : 'ທ_ຈ_ອຄ_ພ_ພຫ_ສກ_ສ'.split('_'),\n weekdaysParseExact : true,\n longDateFormat : {\n LT : 'HH:mm',\n LTS : 'HH:mm:ss',\n L : 'DD/MM/YYYY',\n LL : 'D MMMM YYYY',\n LLL : 'D MMMM YYYY HH:mm',\n LLLL : 'ວັນdddd D MMMM YYYY HH:mm'\n },\n meridiemParse: /ຕອນເຊົ້າ|ຕອນແລງ/,\n isPM: function (input) {\n return input === 'ຕອນແລງ';\n },\n meridiem : function (hour, minute, isLower) {\n if (hour < 12) {\n return 'ຕອນເຊົ້າ';\n } else {\n return 'ຕອນແລງ';\n }\n },\n calendar : {\n sameDay : '[ມື້ນີ້ເວລາ] LT',\n nextDay : '[ມື້ອື່ນເວລາ] LT',\n nextWeek : '[ວັນ]dddd[ໜ້າເວລາ] LT',\n lastDay : '[ມື້ວານນີ້ເວລາ] LT',\n lastWeek : '[ວັນ]dddd[ແລ້ວນີ້ເວລາ] LT',\n sameElse : 'L'\n },\n relativeTime : {\n future : 'ອີກ %s',\n past : '%sຜ່ານມາ',\n s : 'ບໍ່ເທົ່າໃດວິນາທີ',\n ss : '%d ວິນາທີ' ,\n m : '1 ນາທີ',\n mm : '%d ນາທີ',\n h : '1 ຊົ່ວໂມງ',\n hh : '%d ຊົ່ວໂມງ',\n d : '1 ມື້',\n dd : '%d ມື້',\n M : '1 ເດືອນ',\n MM : '%d ເດືອນ',\n y : '1 ປີ',\n yy : '%d ປີ'\n },\n dayOfMonthOrdinalParse: /(ທີ່)\\d{1,2}/,\n ordinal : function (number) {\n return 'ທີ່' + number;\n }\n });\n\n return lo;\n\n})));\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n var units = {\n 'ss' : 'sekundė_sekundžių_sekundes',\n 'm' : 'minutė_minutės_minutę',\n 'mm': 'minutės_minučių_minutes',\n 'h' : 'valanda_valandos_valandą',\n 'hh': 'valandos_valandų_valandas',\n 'd' : 'diena_dienos_dieną',\n 'dd': 'dienos_dienų_dienas',\n 'M' : 'mėnuo_mėnesio_mėnesį',\n 'MM': 'mėnesiai_mėnesių_mėnesius',\n 'y' : 'metai_metų_metus',\n 'yy': 'metai_metų_metus'\n };\n function translateSeconds(number, withoutSuffix, key, isFuture) {\n if (withoutSuffix) {\n return 'kelios sekundės';\n } else {\n return isFuture ? 'kelių sekundžių' : 'kelias sekundes';\n }\n }\n function translateSingular(number, withoutSuffix, key, isFuture) {\n return withoutSuffix ? forms(key)[0] : (isFuture ? forms(key)[1] : forms(key)[2]);\n }\n function special(number) {\n return number % 10 === 0 || (number > 10 && number < 20);\n }\n function forms(key) {\n return units[key].split('_');\n }\n function translate(number, withoutSuffix, key, isFuture) {\n var result = number + ' ';\n if (number === 1) {\n return result + translateSingular(number, withoutSuffix, key[0], isFuture);\n } else if (withoutSuffix) {\n return result + (special(number) ? forms(key)[1] : forms(key)[0]);\n } else {\n if (isFuture) {\n return result + forms(key)[1];\n } else {\n return result + (special(number) ? forms(key)[1] : forms(key)[2]);\n }\n }\n }\n var lt = moment.defineLocale('lt', {\n months : {\n format: 'sausio_vasario_kovo_balandžio_gegužės_birželio_liepos_rugpjūčio_rugsėjo_spalio_lapkričio_gruodžio'.split('_'),\n standalone: 'sausis_vasaris_kovas_balandis_gegužė_birželis_liepa_rugpjūtis_rugsėjis_spalis_lapkritis_gruodis'.split('_'),\n isFormat: /D[oD]?(\\[[^\\[\\]]*\\]|\\s)+MMMM?|MMMM?(\\[[^\\[\\]]*\\]|\\s)+D[oD]?/\n },\n monthsShort : 'sau_vas_kov_bal_geg_bir_lie_rgp_rgs_spa_lap_grd'.split('_'),\n weekdays : {\n format: 'sekmadienį_pirmadienį_antradienį_trečiadienį_ketvirtadienį_penktadienį_šeštadienį'.split('_'),\n standalone: 'sekmadienis_pirmadienis_antradienis_trečiadienis_ketvirtadienis_penktadienis_šeštadienis'.split('_'),\n isFormat: /dddd HH:mm/\n },\n weekdaysShort : 'Sek_Pir_Ant_Tre_Ket_Pen_Šeš'.split('_'),\n weekdaysMin : 'S_P_A_T_K_Pn_Š'.split('_'),\n weekdaysParseExact : true,\n longDateFormat : {\n LT : 'HH:mm',\n LTS : 'HH:mm:ss',\n L : 'YYYY-MM-DD',\n LL : 'YYYY [m.] MMMM D [d.]',\n LLL : 'YYYY [m.] MMMM D [d.], HH:mm [val.]',\n LLLL : 'YYYY [m.] MMMM D [d.], dddd, HH:mm [val.]',\n l : 'YYYY-MM-DD',\n ll : 'YYYY [m.] MMMM D [d.]',\n lll : 'YYYY [m.] MMMM D [d.], HH:mm [val.]',\n llll : 'YYYY [m.] MMMM D [d.], ddd, HH:mm [val.]'\n },\n calendar : {\n sameDay : '[Šiandien] LT',\n nextDay : '[Rytoj] LT',\n nextWeek : 'dddd LT',\n lastDay : '[Vakar] LT',\n lastWeek : '[Praėjusį] dddd LT',\n sameElse : 'L'\n },\n relativeTime : {\n future : 'po %s',\n past : 'prieš %s',\n s : translateSeconds,\n ss : translate,\n m : translateSingular,\n mm : translate,\n h : translateSingular,\n hh : translate,\n d : translateSingular,\n dd : translate,\n M : translateSingular,\n MM : translate,\n y : translateSingular,\n yy : translate\n },\n dayOfMonthOrdinalParse: /\\d{1,2}-oji/,\n ordinal : function (number) {\n return number + '-oji';\n },\n week : {\n dow : 1, // Monday is the first day of the week.\n doy : 4 // The week that contains Jan 4th is the first week of the year.\n }\n });\n\n return lt;\n\n})));\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n var units = {\n 'ss': 'sekundes_sekundēm_sekunde_sekundes'.split('_'),\n 'm': 'minūtes_minūtēm_minūte_minūtes'.split('_'),\n 'mm': 'minūtes_minūtēm_minūte_minūtes'.split('_'),\n 'h': 'stundas_stundām_stunda_stundas'.split('_'),\n 'hh': 'stundas_stundām_stunda_stundas'.split('_'),\n 'd': 'dienas_dienām_diena_dienas'.split('_'),\n 'dd': 'dienas_dienām_diena_dienas'.split('_'),\n 'M': 'mēneša_mēnešiem_mēnesis_mēneši'.split('_'),\n 'MM': 'mēneša_mēnešiem_mēnesis_mēneši'.split('_'),\n 'y': 'gada_gadiem_gads_gadi'.split('_'),\n 'yy': 'gada_gadiem_gads_gadi'.split('_')\n };\n /**\n * @param withoutSuffix boolean true = a length of time; false = before/after a period of time.\n */\n function format(forms, number, withoutSuffix) {\n if (withoutSuffix) {\n // E.g. \"21 minūte\", \"3 minūtes\".\n return number % 10 === 1 && number % 100 !== 11 ? forms[2] : forms[3];\n } else {\n // E.g. \"21 minūtes\" as in \"pēc 21 minūtes\".\n // E.g. \"3 minūtēm\" as in \"pēc 3 minūtēm\".\n return number % 10 === 1 && number % 100 !== 11 ? forms[0] : forms[1];\n }\n }\n function relativeTimeWithPlural(number, withoutSuffix, key) {\n return number + ' ' + format(units[key], number, withoutSuffix);\n }\n function relativeTimeWithSingular(number, withoutSuffix, key) {\n return format(units[key], number, withoutSuffix);\n }\n function relativeSeconds(number, withoutSuffix) {\n return withoutSuffix ? 'dažas sekundes' : 'dažām sekundēm';\n }\n\n var lv = moment.defineLocale('lv', {\n months : 'janvāris_februāris_marts_aprīlis_maijs_jūnijs_jūlijs_augusts_septembris_oktobris_novembris_decembris'.split('_'),\n monthsShort : 'jan_feb_mar_apr_mai_jūn_jūl_aug_sep_okt_nov_dec'.split('_'),\n weekdays : 'svētdiena_pirmdiena_otrdiena_trešdiena_ceturtdiena_piektdiena_sestdiena'.split('_'),\n weekdaysShort : 'Sv_P_O_T_C_Pk_S'.split('_'),\n weekdaysMin : 'Sv_P_O_T_C_Pk_S'.split('_'),\n weekdaysParseExact : true,\n longDateFormat : {\n LT : 'HH:mm',\n LTS : 'HH:mm:ss',\n L : 'DD.MM.YYYY.',\n LL : 'YYYY. [gada] D. MMMM',\n LLL : 'YYYY. [gada] D. MMMM, HH:mm',\n LLLL : 'YYYY. [gada] D. MMMM, dddd, HH:mm'\n },\n calendar : {\n sameDay : '[Šodien pulksten] LT',\n nextDay : '[Rīt pulksten] LT',\n nextWeek : 'dddd [pulksten] LT',\n lastDay : '[Vakar pulksten] LT',\n lastWeek : '[Pagājušā] dddd [pulksten] LT',\n sameElse : 'L'\n },\n relativeTime : {\n future : 'pēc %s',\n past : 'pirms %s',\n s : relativeSeconds,\n ss : relativeTimeWithPlural,\n m : relativeTimeWithSingular,\n mm : relativeTimeWithPlural,\n h : relativeTimeWithSingular,\n hh : relativeTimeWithPlural,\n d : relativeTimeWithSingular,\n dd : relativeTimeWithPlural,\n M : relativeTimeWithSingular,\n MM : relativeTimeWithPlural,\n y : relativeTimeWithSingular,\n yy : relativeTimeWithPlural\n },\n dayOfMonthOrdinalParse: /\\d{1,2}\\./,\n ordinal : '%d.',\n week : {\n dow : 1, // Monday is the first day of the week.\n doy : 4 // The week that contains Jan 4th is the first week of the year.\n }\n });\n\n return lv;\n\n})));\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n var translator = {\n words: { //Different grammatical cases\n ss: ['sekund', 'sekunda', 'sekundi'],\n m: ['jedan minut', 'jednog minuta'],\n mm: ['minut', 'minuta', 'minuta'],\n h: ['jedan sat', 'jednog sata'],\n hh: ['sat', 'sata', 'sati'],\n dd: ['dan', 'dana', 'dana'],\n MM: ['mjesec', 'mjeseca', 'mjeseci'],\n yy: ['godina', 'godine', 'godina']\n },\n correctGrammaticalCase: function (number, wordKey) {\n return number === 1 ? wordKey[0] : (number >= 2 && number <= 4 ? wordKey[1] : wordKey[2]);\n },\n translate: function (number, withoutSuffix, key) {\n var wordKey = translator.words[key];\n if (key.length === 1) {\n return withoutSuffix ? wordKey[0] : wordKey[1];\n } else {\n return number + ' ' + translator.correctGrammaticalCase(number, wordKey);\n }\n }\n };\n\n var me = moment.defineLocale('me', {\n months: 'januar_februar_mart_april_maj_jun_jul_avgust_septembar_oktobar_novembar_decembar'.split('_'),\n monthsShort: 'jan._feb._mar._apr._maj_jun_jul_avg._sep._okt._nov._dec.'.split('_'),\n monthsParseExact : true,\n weekdays: 'nedjelja_ponedjeljak_utorak_srijeda_četvrtak_petak_subota'.split('_'),\n weekdaysShort: 'ned._pon._uto._sri._čet._pet._sub.'.split('_'),\n weekdaysMin: 'ne_po_ut_sr_če_pe_su'.split('_'),\n weekdaysParseExact : true,\n longDateFormat: {\n LT: 'H:mm',\n LTS : 'H:mm:ss',\n L: 'DD.MM.YYYY',\n LL: 'D. MMMM YYYY',\n LLL: 'D. MMMM YYYY H:mm',\n LLLL: 'dddd, D. MMMM YYYY H:mm'\n },\n calendar: {\n sameDay: '[danas u] LT',\n nextDay: '[sjutra u] LT',\n\n nextWeek: function () {\n switch (this.day()) {\n case 0:\n return '[u] [nedjelju] [u] LT';\n case 3:\n return '[u] [srijedu] [u] LT';\n case 6:\n return '[u] [subotu] [u] LT';\n case 1:\n case 2:\n case 4:\n case 5:\n return '[u] dddd [u] LT';\n }\n },\n lastDay : '[juče u] LT',\n lastWeek : function () {\n var lastWeekDays = [\n '[prošle] [nedjelje] [u] LT',\n '[prošlog] [ponedjeljka] [u] LT',\n '[prošlog] [utorka] [u] LT',\n '[prošle] [srijede] [u] LT',\n '[prošlog] [četvrtka] [u] LT',\n '[prošlog] [petka] [u] LT',\n '[prošle] [subote] [u] LT'\n ];\n return lastWeekDays[this.day()];\n },\n sameElse : 'L'\n },\n relativeTime : {\n future : 'za %s',\n past : 'prije %s',\n s : 'nekoliko sekundi',\n ss : translator.translate,\n m : translator.translate,\n mm : translator.translate,\n h : translator.translate,\n hh : translator.translate,\n d : 'dan',\n dd : translator.translate,\n M : 'mjesec',\n MM : translator.translate,\n y : 'godinu',\n yy : translator.translate\n },\n dayOfMonthOrdinalParse: /\\d{1,2}\\./,\n ordinal : '%d.',\n week : {\n dow : 1, // Monday is the first day of the week.\n doy : 7 // The week that contains Jan 7th is the first week of the year.\n }\n });\n\n return me;\n\n})));\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n var mi = moment.defineLocale('mi', {\n months: 'Kohi-tāte_Hui-tanguru_Poutū-te-rangi_Paenga-whāwhā_Haratua_Pipiri_Hōngoingoi_Here-turi-kōkā_Mahuru_Whiringa-ā-nuku_Whiringa-ā-rangi_Hakihea'.split('_'),\n monthsShort: 'Kohi_Hui_Pou_Pae_Hara_Pipi_Hōngoi_Here_Mahu_Whi-nu_Whi-ra_Haki'.split('_'),\n monthsRegex: /(?:['a-z\\u0101\\u014D\\u016B]+\\-?){1,3}/i,\n monthsStrictRegex: /(?:['a-z\\u0101\\u014D\\u016B]+\\-?){1,3}/i,\n monthsShortRegex: /(?:['a-z\\u0101\\u014D\\u016B]+\\-?){1,3}/i,\n monthsShortStrictRegex: /(?:['a-z\\u0101\\u014D\\u016B]+\\-?){1,2}/i,\n weekdays: 'Rātapu_Mane_Tūrei_Wenerei_Tāite_Paraire_Hātarei'.split('_'),\n weekdaysShort: 'Ta_Ma_Tū_We_Tāi_Pa_Hā'.split('_'),\n weekdaysMin: 'Ta_Ma_Tū_We_Tāi_Pa_Hā'.split('_'),\n longDateFormat: {\n LT: 'HH:mm',\n LTS: 'HH:mm:ss',\n L: 'DD/MM/YYYY',\n LL: 'D MMMM YYYY',\n LLL: 'D MMMM YYYY [i] HH:mm',\n LLLL: 'dddd, D MMMM YYYY [i] HH:mm'\n },\n calendar: {\n sameDay: '[i teie mahana, i] LT',\n nextDay: '[apopo i] LT',\n nextWeek: 'dddd [i] LT',\n lastDay: '[inanahi i] LT',\n lastWeek: 'dddd [whakamutunga i] LT',\n sameElse: 'L'\n },\n relativeTime: {\n future: 'i roto i %s',\n past: '%s i mua',\n s: 'te hēkona ruarua',\n ss: '%d hēkona',\n m: 'he meneti',\n mm: '%d meneti',\n h: 'te haora',\n hh: '%d haora',\n d: 'he ra',\n dd: '%d ra',\n M: 'he marama',\n MM: '%d marama',\n y: 'he tau',\n yy: '%d tau'\n },\n dayOfMonthOrdinalParse: /\\d{1,2}º/,\n ordinal: '%dº',\n week : {\n dow : 1, // Monday is the first day of the week.\n doy : 4 // The week that contains Jan 4th is the first week of the year.\n }\n });\n\n return mi;\n\n})));\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n var mk = moment.defineLocale('mk', {\n months : 'јануари_февруари_март_април_мај_јуни_јули_август_септември_октомври_ноември_декември'.split('_'),\n monthsShort : 'јан_фев_мар_апр_мај_јун_јул_авг_сеп_окт_ное_дек'.split('_'),\n weekdays : 'недела_понеделник_вторник_среда_четврток_петок_сабота'.split('_'),\n weekdaysShort : 'нед_пон_вто_сре_чет_пет_саб'.split('_'),\n weekdaysMin : 'нe_пo_вт_ср_че_пе_сa'.split('_'),\n longDateFormat : {\n LT : 'H:mm',\n LTS : 'H:mm:ss',\n L : 'D.MM.YYYY',\n LL : 'D MMMM YYYY',\n LLL : 'D MMMM YYYY H:mm',\n LLLL : 'dddd, D MMMM YYYY H:mm'\n },\n calendar : {\n sameDay : '[Денес во] LT',\n nextDay : '[Утре во] LT',\n nextWeek : '[Во] dddd [во] LT',\n lastDay : '[Вчера во] LT',\n lastWeek : function () {\n switch (this.day()) {\n case 0:\n case 3:\n case 6:\n return '[Изминатата] dddd [во] LT';\n case 1:\n case 2:\n case 4:\n case 5:\n return '[Изминатиот] dddd [во] LT';\n }\n },\n sameElse : 'L'\n },\n relativeTime : {\n future : 'после %s',\n past : 'пред %s',\n s : 'неколку секунди',\n ss : '%d секунди',\n m : 'минута',\n mm : '%d минути',\n h : 'час',\n hh : '%d часа',\n d : 'ден',\n dd : '%d дена',\n M : 'месец',\n MM : '%d месеци',\n y : 'година',\n yy : '%d години'\n },\n dayOfMonthOrdinalParse: /\\d{1,2}-(ев|ен|ти|ви|ри|ми)/,\n ordinal : function (number) {\n var lastDigit = number % 10,\n last2Digits = number % 100;\n if (number === 0) {\n return number + '-ев';\n } else if (last2Digits === 0) {\n return number + '-ен';\n } else if (last2Digits > 10 && last2Digits < 20) {\n return number + '-ти';\n } else if (lastDigit === 1) {\n return number + '-ви';\n } else if (lastDigit === 2) {\n return number + '-ри';\n } else if (lastDigit === 7 || lastDigit === 8) {\n return number + '-ми';\n } else {\n return number + '-ти';\n }\n },\n week : {\n dow : 1, // Monday is the first day of the week.\n doy : 7 // The week that contains Jan 7th is the first week of the year.\n }\n });\n\n return mk;\n\n})));\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n var ml = moment.defineLocale('ml', {\n months : 'ജനുവരി_ഫെബ്രുവരി_മാർച്ച്_ഏപ്രിൽ_മേയ്_ജൂൺ_ജൂലൈ_ഓഗസ്റ്റ്_സെപ്റ്റംബർ_ഒക്ടോബർ_നവംബർ_ഡിസംബർ'.split('_'),\n monthsShort : 'ജനു._ഫെബ്രു._മാർ._ഏപ്രി._മേയ്_ജൂൺ_ജൂലൈ._ഓഗ._സെപ്റ്റ._ഒക്ടോ._നവം._ഡിസം.'.split('_'),\n monthsParseExact : true,\n weekdays : 'ഞായറാഴ്ച_തിങ്കളാഴ്ച_ചൊവ്വാഴ്ച_ബുധനാഴ്ച_വ്യാഴാഴ്ച_വെള്ളിയാഴ്ച_ശനിയാഴ്ച'.split('_'),\n weekdaysShort : 'ഞായർ_തിങ്കൾ_ചൊവ്വ_ബുധൻ_വ്യാഴം_വെള്ളി_ശനി'.split('_'),\n weekdaysMin : 'ഞാ_തി_ചൊ_ബു_വ്യാ_വെ_ശ'.split('_'),\n longDateFormat : {\n LT : 'A h:mm -നു',\n LTS : 'A h:mm:ss -നു',\n L : 'DD/MM/YYYY',\n LL : 'D MMMM YYYY',\n LLL : 'D MMMM YYYY, A h:mm -നു',\n LLLL : 'dddd, D MMMM YYYY, A h:mm -നു'\n },\n calendar : {\n sameDay : '[ഇന്ന്] LT',\n nextDay : '[നാളെ] LT',\n nextWeek : 'dddd, LT',\n lastDay : '[ഇന്നലെ] LT',\n lastWeek : '[കഴിഞ്ഞ] dddd, LT',\n sameElse : 'L'\n },\n relativeTime : {\n future : '%s കഴിഞ്ഞ്',\n past : '%s മുൻപ്',\n s : 'അൽപ നിമിഷങ്ങൾ',\n ss : '%d സെക്കൻഡ്',\n m : 'ഒരു മിനിറ്റ്',\n mm : '%d മിനിറ്റ്',\n h : 'ഒരു മണിക്കൂർ',\n hh : '%d മണിക്കൂർ',\n d : 'ഒരു ദിവസം',\n dd : '%d ദിവസം',\n M : 'ഒരു മാസം',\n MM : '%d മാസം',\n y : 'ഒരു വർഷം',\n yy : '%d വർഷം'\n },\n meridiemParse: /രാത്രി|രാവിലെ|ഉച്ച കഴിഞ്ഞ്|വൈകുന്നേരം|രാത്രി/i,\n meridiemHour : function (hour, meridiem) {\n if (hour === 12) {\n hour = 0;\n }\n if ((meridiem === 'രാത്രി' && hour >= 4) ||\n meridiem === 'ഉച്ച കഴിഞ്ഞ്' ||\n meridiem === 'വൈകുന്നേരം') {\n return hour + 12;\n } else {\n return hour;\n }\n },\n meridiem : function (hour, minute, isLower) {\n if (hour < 4) {\n return 'രാത്രി';\n } else if (hour < 12) {\n return 'രാവിലെ';\n } else if (hour < 17) {\n return 'ഉച്ച കഴിഞ്ഞ്';\n } else if (hour < 20) {\n return 'വൈകുന്നേരം';\n } else {\n return 'രാത്രി';\n }\n }\n });\n\n return ml;\n\n})));\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n function translate(number, withoutSuffix, key, isFuture) {\n switch (key) {\n case 's':\n return withoutSuffix ? 'хэдхэн секунд' : 'хэдхэн секундын';\n case 'ss':\n return number + (withoutSuffix ? ' секунд' : ' секундын');\n case 'm':\n case 'mm':\n return number + (withoutSuffix ? ' минут' : ' минутын');\n case 'h':\n case 'hh':\n return number + (withoutSuffix ? ' цаг' : ' цагийн');\n case 'd':\n case 'dd':\n return number + (withoutSuffix ? ' өдөр' : ' өдрийн');\n case 'M':\n case 'MM':\n return number + (withoutSuffix ? ' сар' : ' сарын');\n case 'y':\n case 'yy':\n return number + (withoutSuffix ? ' жил' : ' жилийн');\n default:\n return number;\n }\n }\n\n var mn = moment.defineLocale('mn', {\n months : 'Нэгдүгээр сар_Хоёрдугаар сар_Гуравдугаар сар_Дөрөвдүгээр сар_Тавдугаар сар_Зургадугаар сар_Долдугаар сар_Наймдугаар сар_Есдүгээр сар_Аравдугаар сар_Арван нэгдүгээр сар_Арван хоёрдугаар сар'.split('_'),\n monthsShort : '1 сар_2 сар_3 сар_4 сар_5 сар_6 сар_7 сар_8 сар_9 сар_10 сар_11 сар_12 сар'.split('_'),\n monthsParseExact : true,\n weekdays : 'Ням_Даваа_Мягмар_Лхагва_Пүрэв_Баасан_Бямба'.split('_'),\n weekdaysShort : 'Ням_Дав_Мяг_Лха_Пүр_Баа_Бям'.split('_'),\n weekdaysMin : 'Ня_Да_Мя_Лх_Пү_Ба_Бя'.split('_'),\n weekdaysParseExact : true,\n longDateFormat : {\n LT : 'HH:mm',\n LTS : 'HH:mm:ss',\n L : 'YYYY-MM-DD',\n LL : 'YYYY оны MMMMын D',\n LLL : 'YYYY оны MMMMын D HH:mm',\n LLLL : 'dddd, YYYY оны MMMMын D HH:mm'\n },\n meridiemParse: /ҮӨ|ҮХ/i,\n isPM : function (input) {\n return input === 'ҮХ';\n },\n meridiem : function (hour, minute, isLower) {\n if (hour < 12) {\n return 'ҮӨ';\n } else {\n return 'ҮХ';\n }\n },\n calendar : {\n sameDay : '[Өнөөдөр] LT',\n nextDay : '[Маргааш] LT',\n nextWeek : '[Ирэх] dddd LT',\n lastDay : '[Өчигдөр] LT',\n lastWeek : '[Өнгөрсөн] dddd LT',\n sameElse : 'L'\n },\n relativeTime : {\n future : '%s дараа',\n past : '%s өмнө',\n s : translate,\n ss : translate,\n m : translate,\n mm : translate,\n h : translate,\n hh : translate,\n d : translate,\n dd : translate,\n M : translate,\n MM : translate,\n y : translate,\n yy : translate\n },\n dayOfMonthOrdinalParse: /\\d{1,2} өдөр/,\n ordinal : function (number, period) {\n switch (period) {\n case 'd':\n case 'D':\n case 'DDD':\n return number + ' өдөр';\n default:\n return number;\n }\n }\n });\n\n return mn;\n\n})));\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n var symbolMap = {\n '1': '१',\n '2': '२',\n '3': '३',\n '4': '४',\n '5': '५',\n '6': '६',\n '7': '७',\n '8': '८',\n '9': '९',\n '0': '०'\n },\n numberMap = {\n '१': '1',\n '२': '2',\n '३': '3',\n '४': '4',\n '५': '5',\n '६': '6',\n '७': '7',\n '८': '8',\n '९': '9',\n '०': '0'\n };\n\n function relativeTimeMr(number, withoutSuffix, string, isFuture)\n {\n var output = '';\n if (withoutSuffix) {\n switch (string) {\n case 's': output = 'काही सेकंद'; break;\n case 'ss': output = '%d सेकंद'; break;\n case 'm': output = 'एक मिनिट'; break;\n case 'mm': output = '%d मिनिटे'; break;\n case 'h': output = 'एक तास'; break;\n case 'hh': output = '%d तास'; break;\n case 'd': output = 'एक दिवस'; break;\n case 'dd': output = '%d दिवस'; break;\n case 'M': output = 'एक महिना'; break;\n case 'MM': output = '%d महिने'; break;\n case 'y': output = 'एक वर्ष'; break;\n case 'yy': output = '%d वर्षे'; break;\n }\n }\n else {\n switch (string) {\n case 's': output = 'काही सेकंदां'; break;\n case 'ss': output = '%d सेकंदां'; break;\n case 'm': output = 'एका मिनिटा'; break;\n case 'mm': output = '%d मिनिटां'; break;\n case 'h': output = 'एका तासा'; break;\n case 'hh': output = '%d तासां'; break;\n case 'd': output = 'एका दिवसा'; break;\n case 'dd': output = '%d दिवसां'; break;\n case 'M': output = 'एका महिन्या'; break;\n case 'MM': output = '%d महिन्यां'; break;\n case 'y': output = 'एका वर्षा'; break;\n case 'yy': output = '%d वर्षां'; break;\n }\n }\n return output.replace(/%d/i, number);\n }\n\n var mr = moment.defineLocale('mr', {\n months : 'जानेवारी_फेब्रुवारी_मार्च_एप्रिल_मे_जून_जुलै_ऑगस्ट_सप्टेंबर_ऑक्टोबर_नोव्हेंबर_डिसेंबर'.split('_'),\n monthsShort: 'जाने._फेब्रु._मार्च._एप्रि._मे._जून._जुलै._ऑग._सप्टें._ऑक्टो._नोव्हें._डिसें.'.split('_'),\n monthsParseExact : true,\n weekdays : 'रविवार_सोमवार_मंगळवार_बुधवार_गुरूवार_शुक्रवार_शनिवार'.split('_'),\n weekdaysShort : 'रवि_सोम_मंगळ_बुध_गुरू_शुक्र_शनि'.split('_'),\n weekdaysMin : 'र_सो_मं_बु_गु_शु_श'.split('_'),\n longDateFormat : {\n LT : 'A h:mm वाजता',\n LTS : 'A h:mm:ss वाजता',\n L : 'DD/MM/YYYY',\n LL : 'D MMMM YYYY',\n LLL : 'D MMMM YYYY, A h:mm वाजता',\n LLLL : 'dddd, D MMMM YYYY, A h:mm वाजता'\n },\n calendar : {\n sameDay : '[आज] LT',\n nextDay : '[उद्या] LT',\n nextWeek : 'dddd, LT',\n lastDay : '[काल] LT',\n lastWeek: '[मागील] dddd, LT',\n sameElse : 'L'\n },\n relativeTime : {\n future: '%sमध्ये',\n past: '%sपूर्वी',\n s: relativeTimeMr,\n ss: relativeTimeMr,\n m: relativeTimeMr,\n mm: relativeTimeMr,\n h: relativeTimeMr,\n hh: relativeTimeMr,\n d: relativeTimeMr,\n dd: relativeTimeMr,\n M: relativeTimeMr,\n MM: relativeTimeMr,\n y: relativeTimeMr,\n yy: relativeTimeMr\n },\n preparse: function (string) {\n return string.replace(/[१२३४५६७८९०]/g, function (match) {\n return numberMap[match];\n });\n },\n postformat: function (string) {\n return string.replace(/\\d/g, function (match) {\n return symbolMap[match];\n });\n },\n meridiemParse: /रात्री|सकाळी|दुपारी|सायंकाळी/,\n meridiemHour : function (hour, meridiem) {\n if (hour === 12) {\n hour = 0;\n }\n if (meridiem === 'रात्री') {\n return hour < 4 ? hour : hour + 12;\n } else if (meridiem === 'सकाळी') {\n return hour;\n } else if (meridiem === 'दुपारी') {\n return hour >= 10 ? hour : hour + 12;\n } else if (meridiem === 'सायंकाळी') {\n return hour + 12;\n }\n },\n meridiem: function (hour, minute, isLower) {\n if (hour < 4) {\n return 'रात्री';\n } else if (hour < 10) {\n return 'सकाळी';\n } else if (hour < 17) {\n return 'दुपारी';\n } else if (hour < 20) {\n return 'सायंकाळी';\n } else {\n return 'रात्री';\n }\n },\n week : {\n dow : 0, // Sunday is the first day of the week.\n doy : 6 // The week that contains Jan 6th is the first week of the year.\n }\n });\n\n return mr;\n\n})));\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n var ms = moment.defineLocale('ms', {\n months : 'Januari_Februari_Mac_April_Mei_Jun_Julai_Ogos_September_Oktober_November_Disember'.split('_'),\n monthsShort : 'Jan_Feb_Mac_Apr_Mei_Jun_Jul_Ogs_Sep_Okt_Nov_Dis'.split('_'),\n weekdays : 'Ahad_Isnin_Selasa_Rabu_Khamis_Jumaat_Sabtu'.split('_'),\n weekdaysShort : 'Ahd_Isn_Sel_Rab_Kha_Jum_Sab'.split('_'),\n weekdaysMin : 'Ah_Is_Sl_Rb_Km_Jm_Sb'.split('_'),\n longDateFormat : {\n LT : 'HH.mm',\n LTS : 'HH.mm.ss',\n L : 'DD/MM/YYYY',\n LL : 'D MMMM YYYY',\n LLL : 'D MMMM YYYY [pukul] HH.mm',\n LLLL : 'dddd, D MMMM YYYY [pukul] HH.mm'\n },\n meridiemParse: /pagi|tengahari|petang|malam/,\n meridiemHour: function (hour, meridiem) {\n if (hour === 12) {\n hour = 0;\n }\n if (meridiem === 'pagi') {\n return hour;\n } else if (meridiem === 'tengahari') {\n return hour >= 11 ? hour : hour + 12;\n } else if (meridiem === 'petang' || meridiem === 'malam') {\n return hour + 12;\n }\n },\n meridiem : function (hours, minutes, isLower) {\n if (hours < 11) {\n return 'pagi';\n } else if (hours < 15) {\n return 'tengahari';\n } else if (hours < 19) {\n return 'petang';\n } else {\n return 'malam';\n }\n },\n calendar : {\n sameDay : '[Hari ini pukul] LT',\n nextDay : '[Esok pukul] LT',\n nextWeek : 'dddd [pukul] LT',\n lastDay : '[Kelmarin pukul] LT',\n lastWeek : 'dddd [lepas pukul] LT',\n sameElse : 'L'\n },\n relativeTime : {\n future : 'dalam %s',\n past : '%s yang lepas',\n s : 'beberapa saat',\n ss : '%d saat',\n m : 'seminit',\n mm : '%d minit',\n h : 'sejam',\n hh : '%d jam',\n d : 'sehari',\n dd : '%d hari',\n M : 'sebulan',\n MM : '%d bulan',\n y : 'setahun',\n yy : '%d tahun'\n },\n week : {\n dow : 1, // Monday is the first day of the week.\n doy : 7 // The week that contains Jan 7th is the first week of the year.\n }\n });\n\n return ms;\n\n})));\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n var msMy = moment.defineLocale('ms-my', {\n months : 'Januari_Februari_Mac_April_Mei_Jun_Julai_Ogos_September_Oktober_November_Disember'.split('_'),\n monthsShort : 'Jan_Feb_Mac_Apr_Mei_Jun_Jul_Ogs_Sep_Okt_Nov_Dis'.split('_'),\n weekdays : 'Ahad_Isnin_Selasa_Rabu_Khamis_Jumaat_Sabtu'.split('_'),\n weekdaysShort : 'Ahd_Isn_Sel_Rab_Kha_Jum_Sab'.split('_'),\n weekdaysMin : 'Ah_Is_Sl_Rb_Km_Jm_Sb'.split('_'),\n longDateFormat : {\n LT : 'HH.mm',\n LTS : 'HH.mm.ss',\n L : 'DD/MM/YYYY',\n LL : 'D MMMM YYYY',\n LLL : 'D MMMM YYYY [pukul] HH.mm',\n LLLL : 'dddd, D MMMM YYYY [pukul] HH.mm'\n },\n meridiemParse: /pagi|tengahari|petang|malam/,\n meridiemHour: function (hour, meridiem) {\n if (hour === 12) {\n hour = 0;\n }\n if (meridiem === 'pagi') {\n return hour;\n } else if (meridiem === 'tengahari') {\n return hour >= 11 ? hour : hour + 12;\n } else if (meridiem === 'petang' || meridiem === 'malam') {\n return hour + 12;\n }\n },\n meridiem : function (hours, minutes, isLower) {\n if (hours < 11) {\n return 'pagi';\n } else if (hours < 15) {\n return 'tengahari';\n } else if (hours < 19) {\n return 'petang';\n } else {\n return 'malam';\n }\n },\n calendar : {\n sameDay : '[Hari ini pukul] LT',\n nextDay : '[Esok pukul] LT',\n nextWeek : 'dddd [pukul] LT',\n lastDay : '[Kelmarin pukul] LT',\n lastWeek : 'dddd [lepas pukul] LT',\n sameElse : 'L'\n },\n relativeTime : {\n future : 'dalam %s',\n past : '%s yang lepas',\n s : 'beberapa saat',\n ss : '%d saat',\n m : 'seminit',\n mm : '%d minit',\n h : 'sejam',\n hh : '%d jam',\n d : 'sehari',\n dd : '%d hari',\n M : 'sebulan',\n MM : '%d bulan',\n y : 'setahun',\n yy : '%d tahun'\n },\n week : {\n dow : 1, // Monday is the first day of the week.\n doy : 7 // The week that contains Jan 7th is the first week of the year.\n }\n });\n\n return msMy;\n\n})));\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n var mt = moment.defineLocale('mt', {\n months : 'Jannar_Frar_Marzu_April_Mejju_Ġunju_Lulju_Awwissu_Settembru_Ottubru_Novembru_Diċembru'.split('_'),\n monthsShort : 'Jan_Fra_Mar_Apr_Mej_Ġun_Lul_Aww_Set_Ott_Nov_Diċ'.split('_'),\n weekdays : 'Il-Ħadd_It-Tnejn_It-Tlieta_L-Erbgħa_Il-Ħamis_Il-Ġimgħa_Is-Sibt'.split('_'),\n weekdaysShort : 'Ħad_Tne_Tli_Erb_Ħam_Ġim_Sib'.split('_'),\n weekdaysMin : 'Ħa_Tn_Tl_Er_Ħa_Ġi_Si'.split('_'),\n longDateFormat : {\n LT : 'HH:mm',\n LTS : 'HH:mm:ss',\n L : 'DD/MM/YYYY',\n LL : 'D MMMM YYYY',\n LLL : 'D MMMM YYYY HH:mm',\n LLLL : 'dddd, D MMMM YYYY HH:mm'\n },\n calendar : {\n sameDay : '[Illum fil-]LT',\n nextDay : '[Għada fil-]LT',\n nextWeek : 'dddd [fil-]LT',\n lastDay : '[Il-bieraħ fil-]LT',\n lastWeek : 'dddd [li għadda] [fil-]LT',\n sameElse : 'L'\n },\n relativeTime : {\n future : 'f’ %s',\n past : '%s ilu',\n s : 'ftit sekondi',\n ss : '%d sekondi',\n m : 'minuta',\n mm : '%d minuti',\n h : 'siegħa',\n hh : '%d siegħat',\n d : 'ġurnata',\n dd : '%d ġranet',\n M : 'xahar',\n MM : '%d xhur',\n y : 'sena',\n yy : '%d sni'\n },\n dayOfMonthOrdinalParse : /\\d{1,2}º/,\n ordinal: '%dº',\n week : {\n dow : 1, // Monday is the first day of the week.\n doy : 4 // The week that contains Jan 4th is the first week of the year.\n }\n });\n\n return mt;\n\n})));\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n var symbolMap = {\n '1': '၁',\n '2': '၂',\n '3': '၃',\n '4': '၄',\n '5': '၅',\n '6': '၆',\n '7': '၇',\n '8': '၈',\n '9': '၉',\n '0': '၀'\n }, numberMap = {\n '၁': '1',\n '၂': '2',\n '၃': '3',\n '၄': '4',\n '၅': '5',\n '၆': '6',\n '၇': '7',\n '၈': '8',\n '၉': '9',\n '၀': '0'\n };\n\n var my = moment.defineLocale('my', {\n months: 'ဇန်နဝါရီ_ဖေဖော်ဝါရီ_မတ်_ဧပြီ_မေ_ဇွန်_ဇူလိုင်_သြဂုတ်_စက်တင်ဘာ_အောက်တိုဘာ_နိုဝင်ဘာ_ဒီဇင်ဘာ'.split('_'),\n monthsShort: 'ဇန်_ဖေ_မတ်_ပြီ_မေ_ဇွန်_လိုင်_သြ_စက်_အောက်_နို_ဒီ'.split('_'),\n weekdays: 'တနင်္ဂနွေ_တနင်္လာ_အင်္ဂါ_ဗုဒ္ဓဟူး_ကြာသပတေး_သောကြာ_စနေ'.split('_'),\n weekdaysShort: 'နွေ_လာ_ဂါ_ဟူး_ကြာ_သော_နေ'.split('_'),\n weekdaysMin: 'နွေ_လာ_ဂါ_ဟူး_ကြာ_သော_နေ'.split('_'),\n\n longDateFormat: {\n LT: 'HH:mm',\n LTS: 'HH:mm:ss',\n L: 'DD/MM/YYYY',\n LL: 'D MMMM YYYY',\n LLL: 'D MMMM YYYY HH:mm',\n LLLL: 'dddd D MMMM YYYY HH:mm'\n },\n calendar: {\n sameDay: '[ယနေ.] LT [မှာ]',\n nextDay: '[မနက်ဖြန်] LT [မှာ]',\n nextWeek: 'dddd LT [မှာ]',\n lastDay: '[မနေ.က] LT [မှာ]',\n lastWeek: '[ပြီးခဲ့သော] dddd LT [မှာ]',\n sameElse: 'L'\n },\n relativeTime: {\n future: 'လာမည့် %s မှာ',\n past: 'လွန်ခဲ့သော %s က',\n s: 'စက္ကန်.အနည်းငယ်',\n ss : '%d စက္ကန့်',\n m: 'တစ်မိနစ်',\n mm: '%d မိနစ်',\n h: 'တစ်နာရီ',\n hh: '%d နာရီ',\n d: 'တစ်ရက်',\n dd: '%d ရက်',\n M: 'တစ်လ',\n MM: '%d လ',\n y: 'တစ်နှစ်',\n yy: '%d နှစ်'\n },\n preparse: function (string) {\n return string.replace(/[၁၂၃၄၅၆၇၈၉၀]/g, function (match) {\n return numberMap[match];\n });\n },\n postformat: function (string) {\n return string.replace(/\\d/g, function (match) {\n return symbolMap[match];\n });\n },\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 4 // The week that contains Jan 4th is the first week of the year.\n }\n });\n\n return my;\n\n})));\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n var nb = moment.defineLocale('nb', {\n months : 'januar_februar_mars_april_mai_juni_juli_august_september_oktober_november_desember'.split('_'),\n monthsShort : 'jan._feb._mars_april_mai_juni_juli_aug._sep._okt._nov._des.'.split('_'),\n monthsParseExact : true,\n weekdays : 'søndag_mandag_tirsdag_onsdag_torsdag_fredag_lørdag'.split('_'),\n weekdaysShort : 'sø._ma._ti._on._to._fr._lø.'.split('_'),\n weekdaysMin : 'sø_ma_ti_on_to_fr_lø'.split('_'),\n weekdaysParseExact : true,\n longDateFormat : {\n LT : 'HH:mm',\n LTS : 'HH:mm:ss',\n L : 'DD.MM.YYYY',\n LL : 'D. MMMM YYYY',\n LLL : 'D. MMMM YYYY [kl.] HH:mm',\n LLLL : 'dddd D. MMMM YYYY [kl.] HH:mm'\n },\n calendar : {\n sameDay: '[i dag kl.] LT',\n nextDay: '[i morgen kl.] LT',\n nextWeek: 'dddd [kl.] LT',\n lastDay: '[i går kl.] LT',\n lastWeek: '[forrige] dddd [kl.] LT',\n sameElse: 'L'\n },\n relativeTime : {\n future : 'om %s',\n past : '%s siden',\n s : 'noen sekunder',\n ss : '%d sekunder',\n m : 'ett minutt',\n mm : '%d minutter',\n h : 'en time',\n hh : '%d timer',\n d : 'en dag',\n dd : '%d dager',\n M : 'en måned',\n MM : '%d måneder',\n y : 'ett år',\n yy : '%d år'\n },\n dayOfMonthOrdinalParse: /\\d{1,2}\\./,\n ordinal : '%d.',\n week : {\n dow : 1, // Monday is the first day of the week.\n doy : 4 // The week that contains Jan 4th is the first week of the year.\n }\n });\n\n return nb;\n\n})));\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n var symbolMap = {\n '1': '१',\n '2': '२',\n '3': '३',\n '4': '४',\n '5': '५',\n '6': '६',\n '7': '७',\n '8': '८',\n '9': '९',\n '0': '०'\n },\n numberMap = {\n '१': '1',\n '२': '2',\n '३': '3',\n '४': '4',\n '५': '5',\n '६': '6',\n '७': '7',\n '८': '8',\n '९': '9',\n '०': '0'\n };\n\n var ne = moment.defineLocale('ne', {\n months : 'जनवरी_फेब्रुवरी_मार्च_अप्रिल_मई_जुन_जुलाई_अगष्ट_सेप्टेम्बर_अक्टोबर_नोभेम्बर_डिसेम्बर'.split('_'),\n monthsShort : 'जन._फेब्रु._मार्च_अप्रि._मई_जुन_जुलाई._अग._सेप्ट._अक्टो._नोभे._डिसे.'.split('_'),\n monthsParseExact : true,\n weekdays : 'आइतबार_सोमबार_मङ्गलबार_बुधबार_बिहिबार_शुक्रबार_शनिबार'.split('_'),\n weekdaysShort : 'आइत._सोम._मङ्गल._बुध._बिहि._शुक्र._शनि.'.split('_'),\n weekdaysMin : 'आ._सो._मं._बु._बि._शु._श.'.split('_'),\n weekdaysParseExact : true,\n longDateFormat : {\n LT : 'Aको h:mm बजे',\n LTS : 'Aको h:mm:ss बजे',\n L : 'DD/MM/YYYY',\n LL : 'D MMMM YYYY',\n LLL : 'D MMMM YYYY, Aको h:mm बजे',\n LLLL : 'dddd, D MMMM YYYY, Aको h:mm बजे'\n },\n preparse: function (string) {\n return string.replace(/[१२३४५६७८९०]/g, function (match) {\n return numberMap[match];\n });\n },\n postformat: function (string) {\n return string.replace(/\\d/g, function (match) {\n return symbolMap[match];\n });\n },\n meridiemParse: /राति|बिहान|दिउँसो|साँझ/,\n meridiemHour : function (hour, meridiem) {\n if (hour === 12) {\n hour = 0;\n }\n if (meridiem === 'राति') {\n return hour < 4 ? hour : hour + 12;\n } else if (meridiem === 'बिहान') {\n return hour;\n } else if (meridiem === 'दिउँसो') {\n return hour >= 10 ? hour : hour + 12;\n } else if (meridiem === 'साँझ') {\n return hour + 12;\n }\n },\n meridiem : function (hour, minute, isLower) {\n if (hour < 3) {\n return 'राति';\n } else if (hour < 12) {\n return 'बिहान';\n } else if (hour < 16) {\n return 'दिउँसो';\n } else if (hour < 20) {\n return 'साँझ';\n } else {\n return 'राति';\n }\n },\n calendar : {\n sameDay : '[आज] LT',\n nextDay : '[भोलि] LT',\n nextWeek : '[आउँदो] dddd[,] LT',\n lastDay : '[हिजो] LT',\n lastWeek : '[गएको] dddd[,] LT',\n sameElse : 'L'\n },\n relativeTime : {\n future : '%sमा',\n past : '%s अगाडि',\n s : 'केही क्षण',\n ss : '%d सेकेण्ड',\n m : 'एक मिनेट',\n mm : '%d मिनेट',\n h : 'एक घण्टा',\n hh : '%d घण्टा',\n d : 'एक दिन',\n dd : '%d दिन',\n M : 'एक महिना',\n MM : '%d महिना',\n y : 'एक बर्ष',\n yy : '%d बर्ष'\n },\n week : {\n dow : 0, // Sunday is the first day of the week.\n doy : 6 // The week that contains Jan 6th is the first week of the year.\n }\n });\n\n return ne;\n\n})));\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n var monthsShortWithDots = 'jan._feb._mrt._apr._mei_jun._jul._aug._sep._okt._nov._dec.'.split('_'),\n monthsShortWithoutDots = 'jan_feb_mrt_apr_mei_jun_jul_aug_sep_okt_nov_dec'.split('_');\n\n var monthsParse = [/^jan/i, /^feb/i, /^maart|mrt.?$/i, /^apr/i, /^mei$/i, /^jun[i.]?$/i, /^jul[i.]?$/i, /^aug/i, /^sep/i, /^okt/i, /^nov/i, /^dec/i];\n var monthsRegex = /^(januari|februari|maart|april|mei|ju[nl]i|augustus|september|oktober|november|december|jan\\.?|feb\\.?|mrt\\.?|apr\\.?|ju[nl]\\.?|aug\\.?|sep\\.?|okt\\.?|nov\\.?|dec\\.?)/i;\n\n var nl = moment.defineLocale('nl', {\n months : 'januari_februari_maart_april_mei_juni_juli_augustus_september_oktober_november_december'.split('_'),\n monthsShort : function (m, format) {\n if (!m) {\n return monthsShortWithDots;\n } else if (/-MMM-/.test(format)) {\n return monthsShortWithoutDots[m.month()];\n } else {\n return monthsShortWithDots[m.month()];\n }\n },\n\n monthsRegex: monthsRegex,\n monthsShortRegex: monthsRegex,\n monthsStrictRegex: /^(januari|februari|maart|april|mei|ju[nl]i|augustus|september|oktober|november|december)/i,\n monthsShortStrictRegex: /^(jan\\.?|feb\\.?|mrt\\.?|apr\\.?|mei|ju[nl]\\.?|aug\\.?|sep\\.?|okt\\.?|nov\\.?|dec\\.?)/i,\n\n monthsParse : monthsParse,\n longMonthsParse : monthsParse,\n shortMonthsParse : monthsParse,\n\n weekdays : 'zondag_maandag_dinsdag_woensdag_donderdag_vrijdag_zaterdag'.split('_'),\n weekdaysShort : 'zo._ma._di._wo._do._vr._za.'.split('_'),\n weekdaysMin : 'zo_ma_di_wo_do_vr_za'.split('_'),\n weekdaysParseExact : true,\n longDateFormat : {\n LT : 'HH:mm',\n LTS : 'HH:mm:ss',\n L : 'DD-MM-YYYY',\n LL : 'D MMMM YYYY',\n LLL : 'D MMMM YYYY HH:mm',\n LLLL : 'dddd D MMMM YYYY HH:mm'\n },\n calendar : {\n sameDay: '[vandaag om] LT',\n nextDay: '[morgen om] LT',\n nextWeek: 'dddd [om] LT',\n lastDay: '[gisteren om] LT',\n lastWeek: '[afgelopen] dddd [om] LT',\n sameElse: 'L'\n },\n relativeTime : {\n future : 'over %s',\n past : '%s geleden',\n s : 'een paar seconden',\n ss : '%d seconden',\n m : 'één minuut',\n mm : '%d minuten',\n h : 'één uur',\n hh : '%d uur',\n d : 'één dag',\n dd : '%d dagen',\n M : 'één maand',\n MM : '%d maanden',\n y : 'één jaar',\n yy : '%d jaar'\n },\n dayOfMonthOrdinalParse: /\\d{1,2}(ste|de)/,\n ordinal : function (number) {\n return number + ((number === 1 || number === 8 || number >= 20) ? 'ste' : 'de');\n },\n week : {\n dow : 1, // Monday is the first day of the week.\n doy : 4 // The week that contains Jan 4th is the first week of the year.\n }\n });\n\n return nl;\n\n})));\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n var monthsShortWithDots = 'jan._feb._mrt._apr._mei_jun._jul._aug._sep._okt._nov._dec.'.split('_'),\n monthsShortWithoutDots = 'jan_feb_mrt_apr_mei_jun_jul_aug_sep_okt_nov_dec'.split('_');\n\n var monthsParse = [/^jan/i, /^feb/i, /^maart|mrt.?$/i, /^apr/i, /^mei$/i, /^jun[i.]?$/i, /^jul[i.]?$/i, /^aug/i, /^sep/i, /^okt/i, /^nov/i, /^dec/i];\n var monthsRegex = /^(januari|februari|maart|april|mei|ju[nl]i|augustus|september|oktober|november|december|jan\\.?|feb\\.?|mrt\\.?|apr\\.?|ju[nl]\\.?|aug\\.?|sep\\.?|okt\\.?|nov\\.?|dec\\.?)/i;\n\n var nlBe = moment.defineLocale('nl-be', {\n months : 'januari_februari_maart_april_mei_juni_juli_augustus_september_oktober_november_december'.split('_'),\n monthsShort : function (m, format) {\n if (!m) {\n return monthsShortWithDots;\n } else if (/-MMM-/.test(format)) {\n return monthsShortWithoutDots[m.month()];\n } else {\n return monthsShortWithDots[m.month()];\n }\n },\n\n monthsRegex: monthsRegex,\n monthsShortRegex: monthsRegex,\n monthsStrictRegex: /^(januari|februari|maart|april|mei|ju[nl]i|augustus|september|oktober|november|december)/i,\n monthsShortStrictRegex: /^(jan\\.?|feb\\.?|mrt\\.?|apr\\.?|mei|ju[nl]\\.?|aug\\.?|sep\\.?|okt\\.?|nov\\.?|dec\\.?)/i,\n\n monthsParse : monthsParse,\n longMonthsParse : monthsParse,\n shortMonthsParse : monthsParse,\n\n weekdays : 'zondag_maandag_dinsdag_woensdag_donderdag_vrijdag_zaterdag'.split('_'),\n weekdaysShort : 'zo._ma._di._wo._do._vr._za.'.split('_'),\n weekdaysMin : 'zo_ma_di_wo_do_vr_za'.split('_'),\n weekdaysParseExact : true,\n longDateFormat : {\n LT : 'HH:mm',\n LTS : 'HH:mm:ss',\n L : 'DD/MM/YYYY',\n LL : 'D MMMM YYYY',\n LLL : 'D MMMM YYYY HH:mm',\n LLLL : 'dddd D MMMM YYYY HH:mm'\n },\n calendar : {\n sameDay: '[vandaag om] LT',\n nextDay: '[morgen om] LT',\n nextWeek: 'dddd [om] LT',\n lastDay: '[gisteren om] LT',\n lastWeek: '[afgelopen] dddd [om] LT',\n sameElse: 'L'\n },\n relativeTime : {\n future : 'over %s',\n past : '%s geleden',\n s : 'een paar seconden',\n ss : '%d seconden',\n m : 'één minuut',\n mm : '%d minuten',\n h : 'één uur',\n hh : '%d uur',\n d : 'één dag',\n dd : '%d dagen',\n M : 'één maand',\n MM : '%d maanden',\n y : 'één jaar',\n yy : '%d jaar'\n },\n dayOfMonthOrdinalParse: /\\d{1,2}(ste|de)/,\n ordinal : function (number) {\n return number + ((number === 1 || number === 8 || number >= 20) ? 'ste' : 'de');\n },\n week : {\n dow : 1, // Monday is the first day of the week.\n doy : 4 // The week that contains Jan 4th is the first week of the year.\n }\n });\n\n return nlBe;\n\n})));\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n var nn = moment.defineLocale('nn', {\n months : 'januar_februar_mars_april_mai_juni_juli_august_september_oktober_november_desember'.split('_'),\n monthsShort : 'jan_feb_mar_apr_mai_jun_jul_aug_sep_okt_nov_des'.split('_'),\n weekdays : 'sundag_måndag_tysdag_onsdag_torsdag_fredag_laurdag'.split('_'),\n weekdaysShort : 'sun_mån_tys_ons_tor_fre_lau'.split('_'),\n weekdaysMin : 'su_må_ty_on_to_fr_lø'.split('_'),\n longDateFormat : {\n LT : 'HH:mm',\n LTS : 'HH:mm:ss',\n L : 'DD.MM.YYYY',\n LL : 'D. MMMM YYYY',\n LLL : 'D. MMMM YYYY [kl.] H:mm',\n LLLL : 'dddd D. MMMM YYYY [kl.] HH:mm'\n },\n calendar : {\n sameDay: '[I dag klokka] LT',\n nextDay: '[I morgon klokka] LT',\n nextWeek: 'dddd [klokka] LT',\n lastDay: '[I går klokka] LT',\n lastWeek: '[Føregåande] dddd [klokka] LT',\n sameElse: 'L'\n },\n relativeTime : {\n future : 'om %s',\n past : '%s sidan',\n s : 'nokre sekund',\n ss : '%d sekund',\n m : 'eit minutt',\n mm : '%d minutt',\n h : 'ein time',\n hh : '%d timar',\n d : 'ein dag',\n dd : '%d dagar',\n M : 'ein månad',\n MM : '%d månader',\n y : 'eit år',\n yy : '%d år'\n },\n dayOfMonthOrdinalParse: /\\d{1,2}\\./,\n ordinal : '%d.',\n week : {\n dow : 1, // Monday is the first day of the week.\n doy : 4 // The week that contains Jan 4th is the first week of the year.\n }\n });\n\n return nn;\n\n})));\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n var symbolMap = {\n '1': '੧',\n '2': '੨',\n '3': '੩',\n '4': '੪',\n '5': '੫',\n '6': '੬',\n '7': '੭',\n '8': '੮',\n '9': '੯',\n '0': '੦'\n },\n numberMap = {\n '੧': '1',\n '੨': '2',\n '੩': '3',\n '੪': '4',\n '੫': '5',\n '੬': '6',\n '੭': '7',\n '੮': '8',\n '੯': '9',\n '੦': '0'\n };\n\n var paIn = moment.defineLocale('pa-in', {\n // There are months name as per Nanakshahi Calendar but they are not used as rigidly in modern Punjabi.\n months : 'ਜਨਵਰੀ_ਫ਼ਰਵਰੀ_ਮਾਰਚ_ਅਪ੍ਰੈਲ_ਮਈ_ਜੂਨ_ਜੁਲਾਈ_ਅਗਸਤ_ਸਤੰਬਰ_ਅਕਤੂਬਰ_ਨਵੰਬਰ_ਦਸੰਬਰ'.split('_'),\n monthsShort : 'ਜਨਵਰੀ_ਫ਼ਰਵਰੀ_ਮਾਰਚ_ਅਪ੍ਰੈਲ_ਮਈ_ਜੂਨ_ਜੁਲਾਈ_ਅਗਸਤ_ਸਤੰਬਰ_ਅਕਤੂਬਰ_ਨਵੰਬਰ_ਦਸੰਬਰ'.split('_'),\n weekdays : 'ਐਤਵਾਰ_ਸੋਮਵਾਰ_ਮੰਗਲਵਾਰ_ਬੁਧਵਾਰ_ਵੀਰਵਾਰ_ਸ਼ੁੱਕਰਵਾਰ_ਸ਼ਨੀਚਰਵਾਰ'.split('_'),\n weekdaysShort : 'ਐਤ_ਸੋਮ_ਮੰਗਲ_ਬੁਧ_ਵੀਰ_ਸ਼ੁਕਰ_ਸ਼ਨੀ'.split('_'),\n weekdaysMin : 'ਐਤ_ਸੋਮ_ਮੰਗਲ_ਬੁਧ_ਵੀਰ_ਸ਼ੁਕਰ_ਸ਼ਨੀ'.split('_'),\n longDateFormat : {\n LT : 'A h:mm ਵਜੇ',\n LTS : 'A h:mm:ss ਵਜੇ',\n L : 'DD/MM/YYYY',\n LL : 'D MMMM YYYY',\n LLL : 'D MMMM YYYY, A h:mm ਵਜੇ',\n LLLL : 'dddd, D MMMM YYYY, A h:mm ਵਜੇ'\n },\n calendar : {\n sameDay : '[ਅਜ] LT',\n nextDay : '[ਕਲ] LT',\n nextWeek : '[ਅਗਲਾ] dddd, LT',\n lastDay : '[ਕਲ] LT',\n lastWeek : '[ਪਿਛਲੇ] dddd, LT',\n sameElse : 'L'\n },\n relativeTime : {\n future : '%s ਵਿੱਚ',\n past : '%s ਪਿਛਲੇ',\n s : 'ਕੁਝ ਸਕਿੰਟ',\n ss : '%d ਸਕਿੰਟ',\n m : 'ਇਕ ਮਿੰਟ',\n mm : '%d ਮਿੰਟ',\n h : 'ਇੱਕ ਘੰਟਾ',\n hh : '%d ਘੰਟੇ',\n d : 'ਇੱਕ ਦਿਨ',\n dd : '%d ਦਿਨ',\n M : 'ਇੱਕ ਮਹੀਨਾ',\n MM : '%d ਮਹੀਨੇ',\n y : 'ਇੱਕ ਸਾਲ',\n yy : '%d ਸਾਲ'\n },\n preparse: function (string) {\n return string.replace(/[੧੨੩੪੫੬੭੮੯੦]/g, function (match) {\n return numberMap[match];\n });\n },\n postformat: function (string) {\n return string.replace(/\\d/g, function (match) {\n return symbolMap[match];\n });\n },\n // Punjabi notation for meridiems are quite fuzzy in practice. While there exists\n // a rigid notion of a 'Pahar' it is not used as rigidly in modern Punjabi.\n meridiemParse: /ਰਾਤ|ਸਵੇਰ|ਦੁਪਹਿਰ|ਸ਼ਾਮ/,\n meridiemHour : function (hour, meridiem) {\n if (hour === 12) {\n hour = 0;\n }\n if (meridiem === 'ਰਾਤ') {\n return hour < 4 ? hour : hour + 12;\n } else if (meridiem === 'ਸਵੇਰ') {\n return hour;\n } else if (meridiem === 'ਦੁਪਹਿਰ') {\n return hour >= 10 ? hour : hour + 12;\n } else if (meridiem === 'ਸ਼ਾਮ') {\n return hour + 12;\n }\n },\n meridiem : function (hour, minute, isLower) {\n if (hour < 4) {\n return 'ਰਾਤ';\n } else if (hour < 10) {\n return 'ਸਵੇਰ';\n } else if (hour < 17) {\n return 'ਦੁਪਹਿਰ';\n } else if (hour < 20) {\n return 'ਸ਼ਾਮ';\n } else {\n return 'ਰਾਤ';\n }\n },\n week : {\n dow : 0, // Sunday is the first day of the week.\n doy : 6 // The week that contains Jan 6th is the first week of the year.\n }\n });\n\n return paIn;\n\n})));\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n var monthsNominative = 'styczeń_luty_marzec_kwiecień_maj_czerwiec_lipiec_sierpień_wrzesień_październik_listopad_grudzień'.split('_'),\n monthsSubjective = 'stycznia_lutego_marca_kwietnia_maja_czerwca_lipca_sierpnia_września_października_listopada_grudnia'.split('_');\n function plural(n) {\n return (n % 10 < 5) && (n % 10 > 1) && ((~~(n / 10) % 10) !== 1);\n }\n function translate(number, withoutSuffix, key) {\n var result = number + ' ';\n switch (key) {\n case 'ss':\n return result + (plural(number) ? 'sekundy' : 'sekund');\n case 'm':\n return withoutSuffix ? 'minuta' : 'minutę';\n case 'mm':\n return result + (plural(number) ? 'minuty' : 'minut');\n case 'h':\n return withoutSuffix ? 'godzina' : 'godzinę';\n case 'hh':\n return result + (plural(number) ? 'godziny' : 'godzin');\n case 'MM':\n return result + (plural(number) ? 'miesiące' : 'miesięcy');\n case 'yy':\n return result + (plural(number) ? 'lata' : 'lat');\n }\n }\n\n var pl = moment.defineLocale('pl', {\n months : function (momentToFormat, format) {\n if (!momentToFormat) {\n return monthsNominative;\n } else if (format === '') {\n // Hack: if format empty we know this is used to generate\n // RegExp by moment. Give then back both valid forms of months\n // in RegExp ready format.\n return '(' + monthsSubjective[momentToFormat.month()] + '|' + monthsNominative[momentToFormat.month()] + ')';\n } else if (/D MMMM/.test(format)) {\n return monthsSubjective[momentToFormat.month()];\n } else {\n return monthsNominative[momentToFormat.month()];\n }\n },\n monthsShort : 'sty_lut_mar_kwi_maj_cze_lip_sie_wrz_paź_lis_gru'.split('_'),\n weekdays : 'niedziela_poniedziałek_wtorek_środa_czwartek_piątek_sobota'.split('_'),\n weekdaysShort : 'ndz_pon_wt_śr_czw_pt_sob'.split('_'),\n weekdaysMin : 'Nd_Pn_Wt_Śr_Cz_Pt_So'.split('_'),\n longDateFormat : {\n LT : 'HH:mm',\n LTS : 'HH:mm:ss',\n L : 'DD.MM.YYYY',\n LL : 'D MMMM YYYY',\n LLL : 'D MMMM YYYY HH:mm',\n LLLL : 'dddd, D MMMM YYYY HH:mm'\n },\n calendar : {\n sameDay: '[Dziś o] LT',\n nextDay: '[Jutro o] LT',\n nextWeek: function () {\n switch (this.day()) {\n case 0:\n return '[W niedzielę o] LT';\n\n case 2:\n return '[We wtorek o] LT';\n\n case 3:\n return '[W środę o] LT';\n\n case 6:\n return '[W sobotę o] LT';\n\n default:\n return '[W] dddd [o] LT';\n }\n },\n lastDay: '[Wczoraj o] LT',\n lastWeek: function () {\n switch (this.day()) {\n case 0:\n return '[W zeszłą niedzielę o] LT';\n case 3:\n return '[W zeszłą środę o] LT';\n case 6:\n return '[W zeszłą sobotę o] LT';\n default:\n return '[W zeszły] dddd [o] LT';\n }\n },\n sameElse: 'L'\n },\n relativeTime : {\n future : 'za %s',\n past : '%s temu',\n s : 'kilka sekund',\n ss : translate,\n m : translate,\n mm : translate,\n h : translate,\n hh : translate,\n d : '1 dzień',\n dd : '%d dni',\n M : 'miesiąc',\n MM : translate,\n y : 'rok',\n yy : translate\n },\n dayOfMonthOrdinalParse: /\\d{1,2}\\./,\n ordinal : '%d.',\n week : {\n dow : 1, // Monday is the first day of the week.\n doy : 4 // The week that contains Jan 4th is the first week of the year.\n }\n });\n\n return pl;\n\n})));\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n var pt = moment.defineLocale('pt', {\n months : 'Janeiro_Fevereiro_Março_Abril_Maio_Junho_Julho_Agosto_Setembro_Outubro_Novembro_Dezembro'.split('_'),\n monthsShort : 'Jan_Fev_Mar_Abr_Mai_Jun_Jul_Ago_Set_Out_Nov_Dez'.split('_'),\n weekdays : 'Domingo_Segunda-feira_Terça-feira_Quarta-feira_Quinta-feira_Sexta-feira_Sábado'.split('_'),\n weekdaysShort : 'Dom_Seg_Ter_Qua_Qui_Sex_Sáb'.split('_'),\n weekdaysMin : 'Do_2ª_3ª_4ª_5ª_6ª_Sá'.split('_'),\n weekdaysParseExact : true,\n longDateFormat : {\n LT : 'HH:mm',\n LTS : 'HH:mm:ss',\n L : 'DD/MM/YYYY',\n LL : 'D [de] MMMM [de] YYYY',\n LLL : 'D [de] MMMM [de] YYYY HH:mm',\n LLLL : 'dddd, D [de] MMMM [de] YYYY HH:mm'\n },\n calendar : {\n sameDay: '[Hoje às] LT',\n nextDay: '[Amanhã às] LT',\n nextWeek: 'dddd [às] LT',\n lastDay: '[Ontem às] LT',\n lastWeek: function () {\n return (this.day() === 0 || this.day() === 6) ?\n '[Último] dddd [às] LT' : // Saturday + Sunday\n '[Última] dddd [às] LT'; // Monday - Friday\n },\n sameElse: 'L'\n },\n relativeTime : {\n future : 'em %s',\n past : 'há %s',\n s : 'segundos',\n ss : '%d segundos',\n m : 'um minuto',\n mm : '%d minutos',\n h : 'uma hora',\n hh : '%d horas',\n d : 'um dia',\n dd : '%d dias',\n M : 'um mês',\n MM : '%d meses',\n y : 'um ano',\n yy : '%d anos'\n },\n dayOfMonthOrdinalParse: /\\d{1,2}º/,\n ordinal : '%dº',\n week : {\n dow : 1, // Monday is the first day of the week.\n doy : 4 // The week that contains Jan 4th is the first week of the year.\n }\n });\n\n return pt;\n\n})));\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n var ptBr = moment.defineLocale('pt-br', {\n months : 'Janeiro_Fevereiro_Março_Abril_Maio_Junho_Julho_Agosto_Setembro_Outubro_Novembro_Dezembro'.split('_'),\n monthsShort : 'Jan_Fev_Mar_Abr_Mai_Jun_Jul_Ago_Set_Out_Nov_Dez'.split('_'),\n weekdays : 'Domingo_Segunda-feira_Terça-feira_Quarta-feira_Quinta-feira_Sexta-feira_Sábado'.split('_'),\n weekdaysShort : 'Dom_Seg_Ter_Qua_Qui_Sex_Sáb'.split('_'),\n weekdaysMin : 'Do_2ª_3ª_4ª_5ª_6ª_Sá'.split('_'),\n weekdaysParseExact : true,\n longDateFormat : {\n LT : 'HH:mm',\n LTS : 'HH:mm:ss',\n L : 'DD/MM/YYYY',\n LL : 'D [de] MMMM [de] YYYY',\n LLL : 'D [de] MMMM [de] YYYY [às] HH:mm',\n LLLL : 'dddd, D [de] MMMM [de] YYYY [às] HH:mm'\n },\n calendar : {\n sameDay: '[Hoje às] LT',\n nextDay: '[Amanhã às] LT',\n nextWeek: 'dddd [às] LT',\n lastDay: '[Ontem às] LT',\n lastWeek: function () {\n return (this.day() === 0 || this.day() === 6) ?\n '[Último] dddd [às] LT' : // Saturday + Sunday\n '[Última] dddd [às] LT'; // Monday - Friday\n },\n sameElse: 'L'\n },\n relativeTime : {\n future : 'em %s',\n past : 'há %s',\n s : 'poucos segundos',\n ss : '%d segundos',\n m : 'um minuto',\n mm : '%d minutos',\n h : 'uma hora',\n hh : '%d horas',\n d : 'um dia',\n dd : '%d dias',\n M : 'um mês',\n MM : '%d meses',\n y : 'um ano',\n yy : '%d anos'\n },\n dayOfMonthOrdinalParse: /\\d{1,2}º/,\n ordinal : '%dº'\n });\n\n return ptBr;\n\n})));\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n function relativeTimeWithPlural(number, withoutSuffix, key) {\n var format = {\n 'ss': 'secunde',\n 'mm': 'minute',\n 'hh': 'ore',\n 'dd': 'zile',\n 'MM': 'luni',\n 'yy': 'ani'\n },\n separator = ' ';\n if (number % 100 >= 20 || (number >= 100 && number % 100 === 0)) {\n separator = ' de ';\n }\n return number + separator + format[key];\n }\n\n var ro = moment.defineLocale('ro', {\n months : 'ianuarie_februarie_martie_aprilie_mai_iunie_iulie_august_septembrie_octombrie_noiembrie_decembrie'.split('_'),\n monthsShort : 'ian._febr._mart._apr._mai_iun._iul._aug._sept._oct._nov._dec.'.split('_'),\n monthsParseExact: true,\n weekdays : 'duminică_luni_marți_miercuri_joi_vineri_sâmbătă'.split('_'),\n weekdaysShort : 'Dum_Lun_Mar_Mie_Joi_Vin_Sâm'.split('_'),\n weekdaysMin : 'Du_Lu_Ma_Mi_Jo_Vi_Sâ'.split('_'),\n longDateFormat : {\n LT : 'H:mm',\n LTS : 'H:mm:ss',\n L : 'DD.MM.YYYY',\n LL : 'D MMMM YYYY',\n LLL : 'D MMMM YYYY H:mm',\n LLLL : 'dddd, D MMMM YYYY H:mm'\n },\n calendar : {\n sameDay: '[azi la] LT',\n nextDay: '[mâine la] LT',\n nextWeek: 'dddd [la] LT',\n lastDay: '[ieri la] LT',\n lastWeek: '[fosta] dddd [la] LT',\n sameElse: 'L'\n },\n relativeTime : {\n future : 'peste %s',\n past : '%s în urmă',\n s : 'câteva secunde',\n ss : relativeTimeWithPlural,\n m : 'un minut',\n mm : relativeTimeWithPlural,\n h : 'o oră',\n hh : relativeTimeWithPlural,\n d : 'o zi',\n dd : relativeTimeWithPlural,\n M : 'o lună',\n MM : relativeTimeWithPlural,\n y : 'un an',\n yy : relativeTimeWithPlural\n },\n week : {\n dow : 1, // Monday is the first day of the week.\n doy : 7 // The week that contains Jan 7th is the first week of the year.\n }\n });\n\n return ro;\n\n})));\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n function plural(word, num) {\n var forms = word.split('_');\n return num % 10 === 1 && num % 100 !== 11 ? forms[0] : (num % 10 >= 2 && num % 10 <= 4 && (num % 100 < 10 || num % 100 >= 20) ? forms[1] : forms[2]);\n }\n function relativeTimeWithPlural(number, withoutSuffix, key) {\n var format = {\n 'ss': withoutSuffix ? 'секунда_секунды_секунд' : 'секунду_секунды_секунд',\n 'mm': withoutSuffix ? 'минута_минуты_минут' : 'минуту_минуты_минут',\n 'hh': 'час_часа_часов',\n 'dd': 'день_дня_дней',\n 'MM': 'месяц_месяца_месяцев',\n 'yy': 'год_года_лет'\n };\n if (key === 'm') {\n return withoutSuffix ? 'минута' : 'минуту';\n }\n else {\n return number + ' ' + plural(format[key], +number);\n }\n }\n var monthsParse = [/^янв/i, /^фев/i, /^мар/i, /^апр/i, /^ма[йя]/i, /^июн/i, /^июл/i, /^авг/i, /^сен/i, /^окт/i, /^ноя/i, /^дек/i];\n\n // http://new.gramota.ru/spravka/rules/139-prop : § 103\n // Сокращения месяцев: http://new.gramota.ru/spravka/buro/search-answer?s=242637\n // CLDR data: http://www.unicode.org/cldr/charts/28/summary/ru.html#1753\n var ru = moment.defineLocale('ru', {\n months : {\n format: 'января_февраля_марта_апреля_мая_июня_июля_августа_сентября_октября_ноября_декабря'.split('_'),\n standalone: 'январь_февраль_март_апрель_май_июнь_июль_август_сентябрь_октябрь_ноябрь_декабрь'.split('_')\n },\n monthsShort : {\n // по CLDR именно \"июл.\" и \"июн.\", но какой смысл менять букву на точку ?\n format: 'янв._февр._мар._апр._мая_июня_июля_авг._сент._окт._нояб._дек.'.split('_'),\n standalone: 'янв._февр._март_апр._май_июнь_июль_авг._сент._окт._нояб._дек.'.split('_')\n },\n weekdays : {\n standalone: 'воскресенье_понедельник_вторник_среда_четверг_пятница_суббота'.split('_'),\n format: 'воскресенье_понедельник_вторник_среду_четверг_пятницу_субботу'.split('_'),\n isFormat: /\\[ ?[Вв] ?(?:прошлую|следующую|эту)? ?\\] ?dddd/\n },\n weekdaysShort : 'вс_пн_вт_ср_чт_пт_сб'.split('_'),\n weekdaysMin : 'вс_пн_вт_ср_чт_пт_сб'.split('_'),\n monthsParse : monthsParse,\n longMonthsParse : monthsParse,\n shortMonthsParse : monthsParse,\n\n // полные названия с падежами, по три буквы, для некоторых, по 4 буквы, сокращения с точкой и без точки\n monthsRegex: /^(январ[ья]|янв\\.?|феврал[ья]|февр?\\.?|марта?|мар\\.?|апрел[ья]|апр\\.?|ма[йя]|июн[ья]|июн\\.?|июл[ья]|июл\\.?|августа?|авг\\.?|сентябр[ья]|сент?\\.?|октябр[ья]|окт\\.?|ноябр[ья]|нояб?\\.?|декабр[ья]|дек\\.?)/i,\n\n // копия предыдущего\n monthsShortRegex: /^(январ[ья]|янв\\.?|феврал[ья]|февр?\\.?|марта?|мар\\.?|апрел[ья]|апр\\.?|ма[йя]|июн[ья]|июн\\.?|июл[ья]|июл\\.?|августа?|авг\\.?|сентябр[ья]|сент?\\.?|октябр[ья]|окт\\.?|ноябр[ья]|нояб?\\.?|декабр[ья]|дек\\.?)/i,\n\n // полные названия с падежами\n monthsStrictRegex: /^(январ[яь]|феврал[яь]|марта?|апрел[яь]|ма[яй]|июн[яь]|июл[яь]|августа?|сентябр[яь]|октябр[яь]|ноябр[яь]|декабр[яь])/i,\n\n // Выражение, которое соотвествует только сокращённым формам\n monthsShortStrictRegex: /^(янв\\.|февр?\\.|мар[т.]|апр\\.|ма[яй]|июн[ья.]|июл[ья.]|авг\\.|сент?\\.|окт\\.|нояб?\\.|дек\\.)/i,\n longDateFormat : {\n LT : 'H:mm',\n LTS : 'H:mm:ss',\n L : 'DD.MM.YYYY',\n LL : 'D MMMM YYYY г.',\n LLL : 'D MMMM YYYY г., H:mm',\n LLLL : 'dddd, D MMMM YYYY г., H:mm'\n },\n calendar : {\n sameDay: '[Сегодня, в] LT',\n nextDay: '[Завтра, в] LT',\n lastDay: '[Вчера, в] LT',\n nextWeek: function (now) {\n if (now.week() !== this.week()) {\n switch (this.day()) {\n case 0:\n return '[В следующее] dddd, [в] LT';\n case 1:\n case 2:\n case 4:\n return '[В следующий] dddd, [в] LT';\n case 3:\n case 5:\n case 6:\n return '[В следующую] dddd, [в] LT';\n }\n } else {\n if (this.day() === 2) {\n return '[Во] dddd, [в] LT';\n } else {\n return '[В] dddd, [в] LT';\n }\n }\n },\n lastWeek: function (now) {\n if (now.week() !== this.week()) {\n switch (this.day()) {\n case 0:\n return '[В прошлое] dddd, [в] LT';\n case 1:\n case 2:\n case 4:\n return '[В прошлый] dddd, [в] LT';\n case 3:\n case 5:\n case 6:\n return '[В прошлую] dddd, [в] LT';\n }\n } else {\n if (this.day() === 2) {\n return '[Во] dddd, [в] LT';\n } else {\n return '[В] dddd, [в] LT';\n }\n }\n },\n sameElse: 'L'\n },\n relativeTime : {\n future : 'через %s',\n past : '%s назад',\n s : 'несколько секунд',\n ss : relativeTimeWithPlural,\n m : relativeTimeWithPlural,\n mm : relativeTimeWithPlural,\n h : 'час',\n hh : relativeTimeWithPlural,\n d : 'день',\n dd : relativeTimeWithPlural,\n M : 'месяц',\n MM : relativeTimeWithPlural,\n y : 'год',\n yy : relativeTimeWithPlural\n },\n meridiemParse: /ночи|утра|дня|вечера/i,\n isPM : function (input) {\n return /^(дня|вечера)$/.test(input);\n },\n meridiem : function (hour, minute, isLower) {\n if (hour < 4) {\n return 'ночи';\n } else if (hour < 12) {\n return 'утра';\n } else if (hour < 17) {\n return 'дня';\n } else {\n return 'вечера';\n }\n },\n dayOfMonthOrdinalParse: /\\d{1,2}-(й|го|я)/,\n ordinal: function (number, period) {\n switch (period) {\n case 'M':\n case 'd':\n case 'DDD':\n return number + '-й';\n case 'D':\n return number + '-го';\n case 'w':\n case 'W':\n return number + '-я';\n default:\n return number;\n }\n },\n week : {\n dow : 1, // Monday is the first day of the week.\n doy : 4 // The week that contains Jan 4th is the first week of the year.\n }\n });\n\n return ru;\n\n})));\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n var months = [\n 'جنوري',\n 'فيبروري',\n 'مارچ',\n 'اپريل',\n 'مئي',\n 'جون',\n 'جولاءِ',\n 'آگسٽ',\n 'سيپٽمبر',\n 'آڪٽوبر',\n 'نومبر',\n 'ڊسمبر'\n ];\n var days = [\n 'آچر',\n 'سومر',\n 'اڱارو',\n 'اربع',\n 'خميس',\n 'جمع',\n 'ڇنڇر'\n ];\n\n var sd = moment.defineLocale('sd', {\n months : months,\n monthsShort : months,\n weekdays : days,\n weekdaysShort : days,\n weekdaysMin : days,\n longDateFormat : {\n LT : 'HH:mm',\n LTS : 'HH:mm:ss',\n L : 'DD/MM/YYYY',\n LL : 'D MMMM YYYY',\n LLL : 'D MMMM YYYY HH:mm',\n LLLL : 'dddd، D MMMM YYYY HH:mm'\n },\n meridiemParse: /صبح|شام/,\n isPM : function (input) {\n return 'شام' === input;\n },\n meridiem : function (hour, minute, isLower) {\n if (hour < 12) {\n return 'صبح';\n }\n return 'شام';\n },\n calendar : {\n sameDay : '[اڄ] LT',\n nextDay : '[سڀاڻي] LT',\n nextWeek : 'dddd [اڳين هفتي تي] LT',\n lastDay : '[ڪالهه] LT',\n lastWeek : '[گزريل هفتي] dddd [تي] LT',\n sameElse : 'L'\n },\n relativeTime : {\n future : '%s پوء',\n past : '%s اڳ',\n s : 'چند سيڪنڊ',\n ss : '%d سيڪنڊ',\n m : 'هڪ منٽ',\n mm : '%d منٽ',\n h : 'هڪ ڪلاڪ',\n hh : '%d ڪلاڪ',\n d : 'هڪ ڏينهن',\n dd : '%d ڏينهن',\n M : 'هڪ مهينو',\n MM : '%d مهينا',\n y : 'هڪ سال',\n yy : '%d سال'\n },\n preparse: function (string) {\n return string.replace(/،/g, ',');\n },\n postformat: function (string) {\n return string.replace(/,/g, '،');\n },\n week : {\n dow : 1, // Monday is the first day of the week.\n doy : 4 // The week that contains Jan 4th is the first week of the year.\n }\n });\n\n return sd;\n\n})));\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n var se = moment.defineLocale('se', {\n months : 'ođđajagemánnu_guovvamánnu_njukčamánnu_cuoŋománnu_miessemánnu_geassemánnu_suoidnemánnu_borgemánnu_čakčamánnu_golggotmánnu_skábmamánnu_juovlamánnu'.split('_'),\n monthsShort : 'ođđj_guov_njuk_cuo_mies_geas_suoi_borg_čakč_golg_skáb_juov'.split('_'),\n weekdays : 'sotnabeaivi_vuossárga_maŋŋebárga_gaskavahkku_duorastat_bearjadat_lávvardat'.split('_'),\n weekdaysShort : 'sotn_vuos_maŋ_gask_duor_bear_láv'.split('_'),\n weekdaysMin : 's_v_m_g_d_b_L'.split('_'),\n longDateFormat : {\n LT : 'HH:mm',\n LTS : 'HH:mm:ss',\n L : 'DD.MM.YYYY',\n LL : 'MMMM D. [b.] YYYY',\n LLL : 'MMMM D. [b.] YYYY [ti.] HH:mm',\n LLLL : 'dddd, MMMM D. [b.] YYYY [ti.] HH:mm'\n },\n calendar : {\n sameDay: '[otne ti] LT',\n nextDay: '[ihttin ti] LT',\n nextWeek: 'dddd [ti] LT',\n lastDay: '[ikte ti] LT',\n lastWeek: '[ovddit] dddd [ti] LT',\n sameElse: 'L'\n },\n relativeTime : {\n future : '%s geažes',\n past : 'maŋit %s',\n s : 'moadde sekunddat',\n ss: '%d sekunddat',\n m : 'okta minuhta',\n mm : '%d minuhtat',\n h : 'okta diimmu',\n hh : '%d diimmut',\n d : 'okta beaivi',\n dd : '%d beaivvit',\n M : 'okta mánnu',\n MM : '%d mánut',\n y : 'okta jahki',\n yy : '%d jagit'\n },\n dayOfMonthOrdinalParse: /\\d{1,2}\\./,\n ordinal : '%d.',\n week : {\n dow : 1, // Monday is the first day of the week.\n doy : 4 // The week that contains Jan 4th is the first week of the year.\n }\n });\n\n return se;\n\n})));\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n /*jshint -W100*/\n var si = moment.defineLocale('si', {\n months : 'ජනවාරි_පෙබරවාරි_මාර්තු_අප්‍රේල්_මැයි_ජූනි_ජූලි_අගෝස්තු_සැප්තැම්බර්_ඔක්තෝබර්_නොවැම්බර්_දෙසැම්බර්'.split('_'),\n monthsShort : 'ජන_පෙබ_මාර්_අප්_මැයි_ජූනි_ජූලි_අගෝ_සැප්_ඔක්_නොවැ_දෙසැ'.split('_'),\n weekdays : 'ඉරිදා_සඳුදා_අඟහරුවාදා_බදාදා_බ්‍රහස්පතින්දා_සිකුරාදා_සෙනසුරාදා'.split('_'),\n weekdaysShort : 'ඉරි_සඳු_අඟ_බදා_බ්‍රහ_සිකු_සෙන'.split('_'),\n weekdaysMin : 'ඉ_ස_අ_බ_බ්‍ර_සි_සෙ'.split('_'),\n weekdaysParseExact : true,\n longDateFormat : {\n LT : 'a h:mm',\n LTS : 'a h:mm:ss',\n L : 'YYYY/MM/DD',\n LL : 'YYYY MMMM D',\n LLL : 'YYYY MMMM D, a h:mm',\n LLLL : 'YYYY MMMM D [වැනි] dddd, a h:mm:ss'\n },\n calendar : {\n sameDay : '[අද] LT[ට]',\n nextDay : '[හෙට] LT[ට]',\n nextWeek : 'dddd LT[ට]',\n lastDay : '[ඊයේ] LT[ට]',\n lastWeek : '[පසුගිය] dddd LT[ට]',\n sameElse : 'L'\n },\n relativeTime : {\n future : '%sකින්',\n past : '%sකට පෙර',\n s : 'තත්පර කිහිපය',\n ss : 'තත්පර %d',\n m : 'මිනිත්තුව',\n mm : 'මිනිත්තු %d',\n h : 'පැය',\n hh : 'පැය %d',\n d : 'දිනය',\n dd : 'දින %d',\n M : 'මාසය',\n MM : 'මාස %d',\n y : 'වසර',\n yy : 'වසර %d'\n },\n dayOfMonthOrdinalParse: /\\d{1,2} වැනි/,\n ordinal : function (number) {\n return number + ' වැනි';\n },\n meridiemParse : /පෙර වරු|පස් වරු|පෙ.ව|ප.ව./,\n isPM : function (input) {\n return input === 'ප.ව.' || input === 'පස් වරු';\n },\n meridiem : function (hours, minutes, isLower) {\n if (hours > 11) {\n return isLower ? 'ප.ව.' : 'පස් වරු';\n } else {\n return isLower ? 'පෙ.ව.' : 'පෙර වරු';\n }\n }\n });\n\n return si;\n\n})));\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n var months = 'január_február_marec_apríl_máj_jún_júl_august_september_október_november_december'.split('_'),\n monthsShort = 'jan_feb_mar_apr_máj_jún_júl_aug_sep_okt_nov_dec'.split('_');\n function plural(n) {\n return (n > 1) && (n < 5);\n }\n function translate(number, withoutSuffix, key, isFuture) {\n var result = number + ' ';\n switch (key) {\n case 's': // a few seconds / in a few seconds / a few seconds ago\n return (withoutSuffix || isFuture) ? 'pár sekúnd' : 'pár sekundami';\n case 'ss': // 9 seconds / in 9 seconds / 9 seconds ago\n if (withoutSuffix || isFuture) {\n return result + (plural(number) ? 'sekundy' : 'sekúnd');\n } else {\n return result + 'sekundami';\n }\n break;\n case 'm': // a minute / in a minute / a minute ago\n return withoutSuffix ? 'minúta' : (isFuture ? 'minútu' : 'minútou');\n case 'mm': // 9 minutes / in 9 minutes / 9 minutes ago\n if (withoutSuffix || isFuture) {\n return result + (plural(number) ? 'minúty' : 'minút');\n } else {\n return result + 'minútami';\n }\n break;\n case 'h': // an hour / in an hour / an hour ago\n return withoutSuffix ? 'hodina' : (isFuture ? 'hodinu' : 'hodinou');\n case 'hh': // 9 hours / in 9 hours / 9 hours ago\n if (withoutSuffix || isFuture) {\n return result + (plural(number) ? 'hodiny' : 'hodín');\n } else {\n return result + 'hodinami';\n }\n break;\n case 'd': // a day / in a day / a day ago\n return (withoutSuffix || isFuture) ? 'deň' : 'dňom';\n case 'dd': // 9 days / in 9 days / 9 days ago\n if (withoutSuffix || isFuture) {\n return result + (plural(number) ? 'dni' : 'dní');\n } else {\n return result + 'dňami';\n }\n break;\n case 'M': // a month / in a month / a month ago\n return (withoutSuffix || isFuture) ? 'mesiac' : 'mesiacom';\n case 'MM': // 9 months / in 9 months / 9 months ago\n if (withoutSuffix || isFuture) {\n return result + (plural(number) ? 'mesiace' : 'mesiacov');\n } else {\n return result + 'mesiacmi';\n }\n break;\n case 'y': // a year / in a year / a year ago\n return (withoutSuffix || isFuture) ? 'rok' : 'rokom';\n case 'yy': // 9 years / in 9 years / 9 years ago\n if (withoutSuffix || isFuture) {\n return result + (plural(number) ? 'roky' : 'rokov');\n } else {\n return result + 'rokmi';\n }\n break;\n }\n }\n\n var sk = moment.defineLocale('sk', {\n months : months,\n monthsShort : monthsShort,\n weekdays : 'nedeľa_pondelok_utorok_streda_štvrtok_piatok_sobota'.split('_'),\n weekdaysShort : 'ne_po_ut_st_št_pi_so'.split('_'),\n weekdaysMin : 'ne_po_ut_st_št_pi_so'.split('_'),\n longDateFormat : {\n LT: 'H:mm',\n LTS : 'H:mm:ss',\n L : 'DD.MM.YYYY',\n LL : 'D. MMMM YYYY',\n LLL : 'D. MMMM YYYY H:mm',\n LLLL : 'dddd D. MMMM YYYY H:mm'\n },\n calendar : {\n sameDay: '[dnes o] LT',\n nextDay: '[zajtra o] LT',\n nextWeek: function () {\n switch (this.day()) {\n case 0:\n return '[v nedeľu o] LT';\n case 1:\n case 2:\n return '[v] dddd [o] LT';\n case 3:\n return '[v stredu o] LT';\n case 4:\n return '[vo štvrtok o] LT';\n case 5:\n return '[v piatok o] LT';\n case 6:\n return '[v sobotu o] LT';\n }\n },\n lastDay: '[včera o] LT',\n lastWeek: function () {\n switch (this.day()) {\n case 0:\n return '[minulú nedeľu o] LT';\n case 1:\n case 2:\n return '[minulý] dddd [o] LT';\n case 3:\n return '[minulú stredu o] LT';\n case 4:\n case 5:\n return '[minulý] dddd [o] LT';\n case 6:\n return '[minulú sobotu o] LT';\n }\n },\n sameElse: 'L'\n },\n relativeTime : {\n future : 'za %s',\n past : 'pred %s',\n s : translate,\n ss : translate,\n m : translate,\n mm : translate,\n h : translate,\n hh : translate,\n d : translate,\n dd : translate,\n M : translate,\n MM : translate,\n y : translate,\n yy : translate\n },\n dayOfMonthOrdinalParse: /\\d{1,2}\\./,\n ordinal : '%d.',\n week : {\n dow : 1, // Monday is the first day of the week.\n doy : 4 // The week that contains Jan 4th is the first week of the year.\n }\n });\n\n return sk;\n\n})));\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n function processRelativeTime(number, withoutSuffix, key, isFuture) {\n var result = number + ' ';\n switch (key) {\n case 's':\n return withoutSuffix || isFuture ? 'nekaj sekund' : 'nekaj sekundami';\n case 'ss':\n if (number === 1) {\n result += withoutSuffix ? 'sekundo' : 'sekundi';\n } else if (number === 2) {\n result += withoutSuffix || isFuture ? 'sekundi' : 'sekundah';\n } else if (number < 5) {\n result += withoutSuffix || isFuture ? 'sekunde' : 'sekundah';\n } else {\n result += 'sekund';\n }\n return result;\n case 'm':\n return withoutSuffix ? 'ena minuta' : 'eno minuto';\n case 'mm':\n if (number === 1) {\n result += withoutSuffix ? 'minuta' : 'minuto';\n } else if (number === 2) {\n result += withoutSuffix || isFuture ? 'minuti' : 'minutama';\n } else if (number < 5) {\n result += withoutSuffix || isFuture ? 'minute' : 'minutami';\n } else {\n result += withoutSuffix || isFuture ? 'minut' : 'minutami';\n }\n return result;\n case 'h':\n return withoutSuffix ? 'ena ura' : 'eno uro';\n case 'hh':\n if (number === 1) {\n result += withoutSuffix ? 'ura' : 'uro';\n } else if (number === 2) {\n result += withoutSuffix || isFuture ? 'uri' : 'urama';\n } else if (number < 5) {\n result += withoutSuffix || isFuture ? 'ure' : 'urami';\n } else {\n result += withoutSuffix || isFuture ? 'ur' : 'urami';\n }\n return result;\n case 'd':\n return withoutSuffix || isFuture ? 'en dan' : 'enim dnem';\n case 'dd':\n if (number === 1) {\n result += withoutSuffix || isFuture ? 'dan' : 'dnem';\n } else if (number === 2) {\n result += withoutSuffix || isFuture ? 'dni' : 'dnevoma';\n } else {\n result += withoutSuffix || isFuture ? 'dni' : 'dnevi';\n }\n return result;\n case 'M':\n return withoutSuffix || isFuture ? 'en mesec' : 'enim mesecem';\n case 'MM':\n if (number === 1) {\n result += withoutSuffix || isFuture ? 'mesec' : 'mesecem';\n } else if (number === 2) {\n result += withoutSuffix || isFuture ? 'meseca' : 'mesecema';\n } else if (number < 5) {\n result += withoutSuffix || isFuture ? 'mesece' : 'meseci';\n } else {\n result += withoutSuffix || isFuture ? 'mesecev' : 'meseci';\n }\n return result;\n case 'y':\n return withoutSuffix || isFuture ? 'eno leto' : 'enim letom';\n case 'yy':\n if (number === 1) {\n result += withoutSuffix || isFuture ? 'leto' : 'letom';\n } else if (number === 2) {\n result += withoutSuffix || isFuture ? 'leti' : 'letoma';\n } else if (number < 5) {\n result += withoutSuffix || isFuture ? 'leta' : 'leti';\n } else {\n result += withoutSuffix || isFuture ? 'let' : 'leti';\n }\n return result;\n }\n }\n\n var sl = moment.defineLocale('sl', {\n months : 'januar_februar_marec_april_maj_junij_julij_avgust_september_oktober_november_december'.split('_'),\n monthsShort : 'jan._feb._mar._apr._maj._jun._jul._avg._sep._okt._nov._dec.'.split('_'),\n monthsParseExact: true,\n weekdays : 'nedelja_ponedeljek_torek_sreda_četrtek_petek_sobota'.split('_'),\n weekdaysShort : 'ned._pon._tor._sre._čet._pet._sob.'.split('_'),\n weekdaysMin : 'ne_po_to_sr_če_pe_so'.split('_'),\n weekdaysParseExact : true,\n longDateFormat : {\n LT : 'H:mm',\n LTS : 'H:mm:ss',\n L : 'DD.MM.YYYY',\n LL : 'D. MMMM YYYY',\n LLL : 'D. MMMM YYYY H:mm',\n LLLL : 'dddd, D. MMMM YYYY H:mm'\n },\n calendar : {\n sameDay : '[danes ob] LT',\n nextDay : '[jutri ob] LT',\n\n nextWeek : function () {\n switch (this.day()) {\n case 0:\n return '[v] [nedeljo] [ob] LT';\n case 3:\n return '[v] [sredo] [ob] LT';\n case 6:\n return '[v] [soboto] [ob] LT';\n case 1:\n case 2:\n case 4:\n case 5:\n return '[v] dddd [ob] LT';\n }\n },\n lastDay : '[včeraj ob] LT',\n lastWeek : function () {\n switch (this.day()) {\n case 0:\n return '[prejšnjo] [nedeljo] [ob] LT';\n case 3:\n return '[prejšnjo] [sredo] [ob] LT';\n case 6:\n return '[prejšnjo] [soboto] [ob] LT';\n case 1:\n case 2:\n case 4:\n case 5:\n return '[prejšnji] dddd [ob] LT';\n }\n },\n sameElse : 'L'\n },\n relativeTime : {\n future : 'čez %s',\n past : 'pred %s',\n s : processRelativeTime,\n ss : processRelativeTime,\n m : processRelativeTime,\n mm : processRelativeTime,\n h : processRelativeTime,\n hh : processRelativeTime,\n d : processRelativeTime,\n dd : processRelativeTime,\n M : processRelativeTime,\n MM : processRelativeTime,\n y : processRelativeTime,\n yy : processRelativeTime\n },\n dayOfMonthOrdinalParse: /\\d{1,2}\\./,\n ordinal : '%d.',\n week : {\n dow : 1, // Monday is the first day of the week.\n doy : 7 // The week that contains Jan 7th is the first week of the year.\n }\n });\n\n return sl;\n\n})));\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n var sq = moment.defineLocale('sq', {\n months : 'Janar_Shkurt_Mars_Prill_Maj_Qershor_Korrik_Gusht_Shtator_Tetor_Nëntor_Dhjetor'.split('_'),\n monthsShort : 'Jan_Shk_Mar_Pri_Maj_Qer_Kor_Gus_Sht_Tet_Nën_Dhj'.split('_'),\n weekdays : 'E Diel_E Hënë_E Martë_E Mërkurë_E Enjte_E Premte_E Shtunë'.split('_'),\n weekdaysShort : 'Die_Hën_Mar_Mër_Enj_Pre_Sht'.split('_'),\n weekdaysMin : 'D_H_Ma_Më_E_P_Sh'.split('_'),\n weekdaysParseExact : true,\n meridiemParse: /PD|MD/,\n isPM: function (input) {\n return input.charAt(0) === 'M';\n },\n meridiem : function (hours, minutes, isLower) {\n return hours < 12 ? 'PD' : 'MD';\n },\n longDateFormat : {\n LT : 'HH:mm',\n LTS : 'HH:mm:ss',\n L : 'DD/MM/YYYY',\n LL : 'D MMMM YYYY',\n LLL : 'D MMMM YYYY HH:mm',\n LLLL : 'dddd, D MMMM YYYY HH:mm'\n },\n calendar : {\n sameDay : '[Sot në] LT',\n nextDay : '[Nesër në] LT',\n nextWeek : 'dddd [në] LT',\n lastDay : '[Dje në] LT',\n lastWeek : 'dddd [e kaluar në] LT',\n sameElse : 'L'\n },\n relativeTime : {\n future : 'në %s',\n past : '%s më parë',\n s : 'disa sekonda',\n ss : '%d sekonda',\n m : 'një minutë',\n mm : '%d minuta',\n h : 'një orë',\n hh : '%d orë',\n d : 'një ditë',\n dd : '%d ditë',\n M : 'një muaj',\n MM : '%d muaj',\n y : 'një vit',\n yy : '%d vite'\n },\n dayOfMonthOrdinalParse: /\\d{1,2}\\./,\n ordinal : '%d.',\n week : {\n dow : 1, // Monday is the first day of the week.\n doy : 4 // The week that contains Jan 4th is the first week of the year.\n }\n });\n\n return sq;\n\n})));\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n var translator = {\n words: { //Different grammatical cases\n ss: ['sekunda', 'sekunde', 'sekundi'],\n m: ['jedan minut', 'jedne minute'],\n mm: ['minut', 'minute', 'minuta'],\n h: ['jedan sat', 'jednog sata'],\n hh: ['sat', 'sata', 'sati'],\n dd: ['dan', 'dana', 'dana'],\n MM: ['mesec', 'meseca', 'meseci'],\n yy: ['godina', 'godine', 'godina']\n },\n correctGrammaticalCase: function (number, wordKey) {\n return number === 1 ? wordKey[0] : (number >= 2 && number <= 4 ? wordKey[1] : wordKey[2]);\n },\n translate: function (number, withoutSuffix, key) {\n var wordKey = translator.words[key];\n if (key.length === 1) {\n return withoutSuffix ? wordKey[0] : wordKey[1];\n } else {\n return number + ' ' + translator.correctGrammaticalCase(number, wordKey);\n }\n }\n };\n\n var sr = moment.defineLocale('sr', {\n months: 'januar_februar_mart_april_maj_jun_jul_avgust_septembar_oktobar_novembar_decembar'.split('_'),\n monthsShort: 'jan._feb._mar._apr._maj_jun_jul_avg._sep._okt._nov._dec.'.split('_'),\n monthsParseExact: true,\n weekdays: 'nedelja_ponedeljak_utorak_sreda_četvrtak_petak_subota'.split('_'),\n weekdaysShort: 'ned._pon._uto._sre._čet._pet._sub.'.split('_'),\n weekdaysMin: 'ne_po_ut_sr_če_pe_su'.split('_'),\n weekdaysParseExact : true,\n longDateFormat: {\n LT: 'H:mm',\n LTS : 'H:mm:ss',\n L: 'DD.MM.YYYY',\n LL: 'D. MMMM YYYY',\n LLL: 'D. MMMM YYYY H:mm',\n LLLL: 'dddd, D. MMMM YYYY H:mm'\n },\n calendar: {\n sameDay: '[danas u] LT',\n nextDay: '[sutra u] LT',\n nextWeek: function () {\n switch (this.day()) {\n case 0:\n return '[u] [nedelju] [u] LT';\n case 3:\n return '[u] [sredu] [u] LT';\n case 6:\n return '[u] [subotu] [u] LT';\n case 1:\n case 2:\n case 4:\n case 5:\n return '[u] dddd [u] LT';\n }\n },\n lastDay : '[juče u] LT',\n lastWeek : function () {\n var lastWeekDays = [\n '[prošle] [nedelje] [u] LT',\n '[prošlog] [ponedeljka] [u] LT',\n '[prošlog] [utorka] [u] LT',\n '[prošle] [srede] [u] LT',\n '[prošlog] [četvrtka] [u] LT',\n '[prošlog] [petka] [u] LT',\n '[prošle] [subote] [u] LT'\n ];\n return lastWeekDays[this.day()];\n },\n sameElse : 'L'\n },\n relativeTime : {\n future : 'za %s',\n past : 'pre %s',\n s : 'nekoliko sekundi',\n ss : translator.translate,\n m : translator.translate,\n mm : translator.translate,\n h : translator.translate,\n hh : translator.translate,\n d : 'dan',\n dd : translator.translate,\n M : 'mesec',\n MM : translator.translate,\n y : 'godinu',\n yy : translator.translate\n },\n dayOfMonthOrdinalParse: /\\d{1,2}\\./,\n ordinal : '%d.',\n week : {\n dow : 1, // Monday is the first day of the week.\n doy : 7 // The week that contains Jan 7th is the first week of the year.\n }\n });\n\n return sr;\n\n})));\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n var translator = {\n words: { //Different grammatical cases\n ss: ['секунда', 'секунде', 'секунди'],\n m: ['један минут', 'једне минуте'],\n mm: ['минут', 'минуте', 'минута'],\n h: ['један сат', 'једног сата'],\n hh: ['сат', 'сата', 'сати'],\n dd: ['дан', 'дана', 'дана'],\n MM: ['месец', 'месеца', 'месеци'],\n yy: ['година', 'године', 'година']\n },\n correctGrammaticalCase: function (number, wordKey) {\n return number === 1 ? wordKey[0] : (number >= 2 && number <= 4 ? wordKey[1] : wordKey[2]);\n },\n translate: function (number, withoutSuffix, key) {\n var wordKey = translator.words[key];\n if (key.length === 1) {\n return withoutSuffix ? wordKey[0] : wordKey[1];\n } else {\n return number + ' ' + translator.correctGrammaticalCase(number, wordKey);\n }\n }\n };\n\n var srCyrl = moment.defineLocale('sr-cyrl', {\n months: 'јануар_фебруар_март_април_мај_јун_јул_август_септембар_октобар_новембар_децембар'.split('_'),\n monthsShort: 'јан._феб._мар._апр._мај_јун_јул_авг._сеп._окт._нов._дец.'.split('_'),\n monthsParseExact: true,\n weekdays: 'недеља_понедељак_уторак_среда_четвртак_петак_субота'.split('_'),\n weekdaysShort: 'нед._пон._уто._сре._чет._пет._суб.'.split('_'),\n weekdaysMin: 'не_по_ут_ср_че_пе_су'.split('_'),\n weekdaysParseExact : true,\n longDateFormat: {\n LT: 'H:mm',\n LTS : 'H:mm:ss',\n L: 'DD.MM.YYYY',\n LL: 'D. MMMM YYYY',\n LLL: 'D. MMMM YYYY H:mm',\n LLLL: 'dddd, D. MMMM YYYY H:mm'\n },\n calendar: {\n sameDay: '[данас у] LT',\n nextDay: '[сутра у] LT',\n nextWeek: function () {\n switch (this.day()) {\n case 0:\n return '[у] [недељу] [у] LT';\n case 3:\n return '[у] [среду] [у] LT';\n case 6:\n return '[у] [суботу] [у] LT';\n case 1:\n case 2:\n case 4:\n case 5:\n return '[у] dddd [у] LT';\n }\n },\n lastDay : '[јуче у] LT',\n lastWeek : function () {\n var lastWeekDays = [\n '[прошле] [недеље] [у] LT',\n '[прошлог] [понедељка] [у] LT',\n '[прошлог] [уторка] [у] LT',\n '[прошле] [среде] [у] LT',\n '[прошлог] [четвртка] [у] LT',\n '[прошлог] [петка] [у] LT',\n '[прошле] [суботе] [у] LT'\n ];\n return lastWeekDays[this.day()];\n },\n sameElse : 'L'\n },\n relativeTime : {\n future : 'за %s',\n past : 'пре %s',\n s : 'неколико секунди',\n ss : translator.translate,\n m : translator.translate,\n mm : translator.translate,\n h : translator.translate,\n hh : translator.translate,\n d : 'дан',\n dd : translator.translate,\n M : 'месец',\n MM : translator.translate,\n y : 'годину',\n yy : translator.translate\n },\n dayOfMonthOrdinalParse: /\\d{1,2}\\./,\n ordinal : '%d.',\n week : {\n dow : 1, // Monday is the first day of the week.\n doy : 7 // The week that contains Jan 7th is the first week of the year.\n }\n });\n\n return srCyrl;\n\n})));\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n var ss = moment.defineLocale('ss', {\n months : \"Bhimbidvwane_Indlovana_Indlov'lenkhulu_Mabasa_Inkhwekhweti_Inhlaba_Kholwane_Ingci_Inyoni_Imphala_Lweti_Ingongoni\".split('_'),\n monthsShort : 'Bhi_Ina_Inu_Mab_Ink_Inh_Kho_Igc_Iny_Imp_Lwe_Igo'.split('_'),\n weekdays : 'Lisontfo_Umsombuluko_Lesibili_Lesitsatfu_Lesine_Lesihlanu_Umgcibelo'.split('_'),\n weekdaysShort : 'Lis_Umb_Lsb_Les_Lsi_Lsh_Umg'.split('_'),\n weekdaysMin : 'Li_Us_Lb_Lt_Ls_Lh_Ug'.split('_'),\n weekdaysParseExact : true,\n longDateFormat : {\n LT : 'h:mm A',\n LTS : 'h:mm:ss A',\n L : 'DD/MM/YYYY',\n LL : 'D MMMM YYYY',\n LLL : 'D MMMM YYYY h:mm A',\n LLLL : 'dddd, D MMMM YYYY h:mm A'\n },\n calendar : {\n sameDay : '[Namuhla nga] LT',\n nextDay : '[Kusasa nga] LT',\n nextWeek : 'dddd [nga] LT',\n lastDay : '[Itolo nga] LT',\n lastWeek : 'dddd [leliphelile] [nga] LT',\n sameElse : 'L'\n },\n relativeTime : {\n future : 'nga %s',\n past : 'wenteka nga %s',\n s : 'emizuzwana lomcane',\n ss : '%d mzuzwana',\n m : 'umzuzu',\n mm : '%d emizuzu',\n h : 'lihora',\n hh : '%d emahora',\n d : 'lilanga',\n dd : '%d emalanga',\n M : 'inyanga',\n MM : '%d tinyanga',\n y : 'umnyaka',\n yy : '%d iminyaka'\n },\n meridiemParse: /ekuseni|emini|entsambama|ebusuku/,\n meridiem : function (hours, minutes, isLower) {\n if (hours < 11) {\n return 'ekuseni';\n } else if (hours < 15) {\n return 'emini';\n } else if (hours < 19) {\n return 'entsambama';\n } else {\n return 'ebusuku';\n }\n },\n meridiemHour : function (hour, meridiem) {\n if (hour === 12) {\n hour = 0;\n }\n if (meridiem === 'ekuseni') {\n return hour;\n } else if (meridiem === 'emini') {\n return hour >= 11 ? hour : hour + 12;\n } else if (meridiem === 'entsambama' || meridiem === 'ebusuku') {\n if (hour === 0) {\n return 0;\n }\n return hour + 12;\n }\n },\n dayOfMonthOrdinalParse: /\\d{1,2}/,\n ordinal : '%d',\n week : {\n dow : 1, // Monday is the first day of the week.\n doy : 4 // The week that contains Jan 4th is the first week of the year.\n }\n });\n\n return ss;\n\n})));\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n var sv = moment.defineLocale('sv', {\n months : 'januari_februari_mars_april_maj_juni_juli_augusti_september_oktober_november_december'.split('_'),\n monthsShort : 'jan_feb_mar_apr_maj_jun_jul_aug_sep_okt_nov_dec'.split('_'),\n weekdays : 'söndag_måndag_tisdag_onsdag_torsdag_fredag_lördag'.split('_'),\n weekdaysShort : 'sön_mån_tis_ons_tor_fre_lör'.split('_'),\n weekdaysMin : 'sö_må_ti_on_to_fr_lö'.split('_'),\n longDateFormat : {\n LT : 'HH:mm',\n LTS : 'HH:mm:ss',\n L : 'YYYY-MM-DD',\n LL : 'D MMMM YYYY',\n LLL : 'D MMMM YYYY [kl.] HH:mm',\n LLLL : 'dddd D MMMM YYYY [kl.] HH:mm',\n lll : 'D MMM YYYY HH:mm',\n llll : 'ddd D MMM YYYY HH:mm'\n },\n calendar : {\n sameDay: '[Idag] LT',\n nextDay: '[Imorgon] LT',\n lastDay: '[Igår] LT',\n nextWeek: '[På] dddd LT',\n lastWeek: '[I] dddd[s] LT',\n sameElse: 'L'\n },\n relativeTime : {\n future : 'om %s',\n past : 'för %s sedan',\n s : 'några sekunder',\n ss : '%d sekunder',\n m : 'en minut',\n mm : '%d minuter',\n h : 'en timme',\n hh : '%d timmar',\n d : 'en dag',\n dd : '%d dagar',\n M : 'en månad',\n MM : '%d månader',\n y : 'ett år',\n yy : '%d år'\n },\n dayOfMonthOrdinalParse: /\\d{1,2}(e|a)/,\n ordinal : function (number) {\n var b = number % 10,\n output = (~~(number % 100 / 10) === 1) ? 'e' :\n (b === 1) ? 'a' :\n (b === 2) ? 'a' :\n (b === 3) ? 'e' : 'e';\n return number + output;\n },\n week : {\n dow : 1, // Monday is the first day of the week.\n doy : 4 // The week that contains Jan 4th is the first week of the year.\n }\n });\n\n return sv;\n\n})));\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n var sw = moment.defineLocale('sw', {\n months : 'Januari_Februari_Machi_Aprili_Mei_Juni_Julai_Agosti_Septemba_Oktoba_Novemba_Desemba'.split('_'),\n monthsShort : 'Jan_Feb_Mac_Apr_Mei_Jun_Jul_Ago_Sep_Okt_Nov_Des'.split('_'),\n weekdays : 'Jumapili_Jumatatu_Jumanne_Jumatano_Alhamisi_Ijumaa_Jumamosi'.split('_'),\n weekdaysShort : 'Jpl_Jtat_Jnne_Jtan_Alh_Ijm_Jmos'.split('_'),\n weekdaysMin : 'J2_J3_J4_J5_Al_Ij_J1'.split('_'),\n weekdaysParseExact : true,\n longDateFormat : {\n LT : 'HH:mm',\n LTS : 'HH:mm:ss',\n L : 'DD.MM.YYYY',\n LL : 'D MMMM YYYY',\n LLL : 'D MMMM YYYY HH:mm',\n LLLL : 'dddd, D MMMM YYYY HH:mm'\n },\n calendar : {\n sameDay : '[leo saa] LT',\n nextDay : '[kesho saa] LT',\n nextWeek : '[wiki ijayo] dddd [saat] LT',\n lastDay : '[jana] LT',\n lastWeek : '[wiki iliyopita] dddd [saat] LT',\n sameElse : 'L'\n },\n relativeTime : {\n future : '%s baadaye',\n past : 'tokea %s',\n s : 'hivi punde',\n ss : 'sekunde %d',\n m : 'dakika moja',\n mm : 'dakika %d',\n h : 'saa limoja',\n hh : 'masaa %d',\n d : 'siku moja',\n dd : 'masiku %d',\n M : 'mwezi mmoja',\n MM : 'miezi %d',\n y : 'mwaka mmoja',\n yy : 'miaka %d'\n },\n week : {\n dow : 1, // Monday is the first day of the week.\n doy : 7 // The week that contains Jan 7th is the first week of the year.\n }\n });\n\n return sw;\n\n})));\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n var symbolMap = {\n '1': '௧',\n '2': '௨',\n '3': '௩',\n '4': '௪',\n '5': '௫',\n '6': '௬',\n '7': '௭',\n '8': '௮',\n '9': '௯',\n '0': '௦'\n }, numberMap = {\n '௧': '1',\n '௨': '2',\n '௩': '3',\n '௪': '4',\n '௫': '5',\n '௬': '6',\n '௭': '7',\n '௮': '8',\n '௯': '9',\n '௦': '0'\n };\n\n var ta = moment.defineLocale('ta', {\n months : 'ஜனவரி_பிப்ரவரி_மார்ச்_ஏப்ரல்_மே_ஜூன்_ஜூலை_ஆகஸ்ட்_செப்டெம்பர்_அக்டோபர்_நவம்பர்_டிசம்பர்'.split('_'),\n monthsShort : 'ஜனவரி_பிப்ரவரி_மார்ச்_ஏப்ரல்_மே_ஜூன்_ஜூலை_ஆகஸ்ட்_செப்டெம்பர்_அக்டோபர்_நவம்பர்_டிசம்பர்'.split('_'),\n weekdays : 'ஞாயிற்றுக்கிழமை_திங்கட்கிழமை_செவ்வாய்கிழமை_புதன்கிழமை_வியாழக்கிழமை_வெள்ளிக்கிழமை_சனிக்கிழமை'.split('_'),\n weekdaysShort : 'ஞாயிறு_திங்கள்_செவ்வாய்_புதன்_வியாழன்_வெள்ளி_சனி'.split('_'),\n weekdaysMin : 'ஞா_தி_செ_பு_வி_வெ_ச'.split('_'),\n longDateFormat : {\n LT : 'HH:mm',\n LTS : 'HH:mm:ss',\n L : 'DD/MM/YYYY',\n LL : 'D MMMM YYYY',\n LLL : 'D MMMM YYYY, HH:mm',\n LLLL : 'dddd, D MMMM YYYY, HH:mm'\n },\n calendar : {\n sameDay : '[இன்று] LT',\n nextDay : '[நாளை] LT',\n nextWeek : 'dddd, LT',\n lastDay : '[நேற்று] LT',\n lastWeek : '[கடந்த வாரம்] dddd, LT',\n sameElse : 'L'\n },\n relativeTime : {\n future : '%s இல்',\n past : '%s முன்',\n s : 'ஒரு சில விநாடிகள்',\n ss : '%d விநாடிகள்',\n m : 'ஒரு நிமிடம்',\n mm : '%d நிமிடங்கள்',\n h : 'ஒரு மணி நேரம்',\n hh : '%d மணி நேரம்',\n d : 'ஒரு நாள்',\n dd : '%d நாட்கள்',\n M : 'ஒரு மாதம்',\n MM : '%d மாதங்கள்',\n y : 'ஒரு வருடம்',\n yy : '%d ஆண்டுகள்'\n },\n dayOfMonthOrdinalParse: /\\d{1,2}வது/,\n ordinal : function (number) {\n return number + 'வது';\n },\n preparse: function (string) {\n return string.replace(/[௧௨௩௪௫௬௭௮௯௦]/g, function (match) {\n return numberMap[match];\n });\n },\n postformat: function (string) {\n return string.replace(/\\d/g, function (match) {\n return symbolMap[match];\n });\n },\n // refer http://ta.wikipedia.org/s/1er1\n meridiemParse: /யாமம்|வைகறை|காலை|நண்பகல்|எற்பாடு|மாலை/,\n meridiem : function (hour, minute, isLower) {\n if (hour < 2) {\n return ' யாமம்';\n } else if (hour < 6) {\n return ' வைகறை'; // வைகறை\n } else if (hour < 10) {\n return ' காலை'; // காலை\n } else if (hour < 14) {\n return ' நண்பகல்'; // நண்பகல்\n } else if (hour < 18) {\n return ' எற்பாடு'; // எற்பாடு\n } else if (hour < 22) {\n return ' மாலை'; // மாலை\n } else {\n return ' யாமம்';\n }\n },\n meridiemHour : function (hour, meridiem) {\n if (hour === 12) {\n hour = 0;\n }\n if (meridiem === 'யாமம்') {\n return hour < 2 ? hour : hour + 12;\n } else if (meridiem === 'வைகறை' || meridiem === 'காலை') {\n return hour;\n } else if (meridiem === 'நண்பகல்') {\n return hour >= 10 ? hour : hour + 12;\n } else {\n return hour + 12;\n }\n },\n week : {\n dow : 0, // Sunday is the first day of the week.\n doy : 6 // The week that contains Jan 6th is the first week of the year.\n }\n });\n\n return ta;\n\n})));\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n var te = moment.defineLocale('te', {\n months : 'జనవరి_ఫిబ్రవరి_మార్చి_ఏప్రిల్_మే_జూన్_జులై_ఆగస్టు_సెప్టెంబర్_అక్టోబర్_నవంబర్_డిసెంబర్'.split('_'),\n monthsShort : 'జన._ఫిబ్ర._మార్చి_ఏప్రి._మే_జూన్_జులై_ఆగ._సెప్._అక్టో._నవ._డిసె.'.split('_'),\n monthsParseExact : true,\n weekdays : 'ఆదివారం_సోమవారం_మంగళవారం_బుధవారం_గురువారం_శుక్రవారం_శనివారం'.split('_'),\n weekdaysShort : 'ఆది_సోమ_మంగళ_బుధ_గురు_శుక్ర_శని'.split('_'),\n weekdaysMin : 'ఆ_సో_మం_బు_గు_శు_శ'.split('_'),\n longDateFormat : {\n LT : 'A h:mm',\n LTS : 'A h:mm:ss',\n L : 'DD/MM/YYYY',\n LL : 'D MMMM YYYY',\n LLL : 'D MMMM YYYY, A h:mm',\n LLLL : 'dddd, D MMMM YYYY, A h:mm'\n },\n calendar : {\n sameDay : '[నేడు] LT',\n nextDay : '[రేపు] LT',\n nextWeek : 'dddd, LT',\n lastDay : '[నిన్న] LT',\n lastWeek : '[గత] dddd, LT',\n sameElse : 'L'\n },\n relativeTime : {\n future : '%s లో',\n past : '%s క్రితం',\n s : 'కొన్ని క్షణాలు',\n ss : '%d సెకన్లు',\n m : 'ఒక నిమిషం',\n mm : '%d నిమిషాలు',\n h : 'ఒక గంట',\n hh : '%d గంటలు',\n d : 'ఒక రోజు',\n dd : '%d రోజులు',\n M : 'ఒక నెల',\n MM : '%d నెలలు',\n y : 'ఒక సంవత్సరం',\n yy : '%d సంవత్సరాలు'\n },\n dayOfMonthOrdinalParse : /\\d{1,2}వ/,\n ordinal : '%dవ',\n meridiemParse: /రాత్రి|ఉదయం|మధ్యాహ్నం|సాయంత్రం/,\n meridiemHour : function (hour, meridiem) {\n if (hour === 12) {\n hour = 0;\n }\n if (meridiem === 'రాత్రి') {\n return hour < 4 ? hour : hour + 12;\n } else if (meridiem === 'ఉదయం') {\n return hour;\n } else if (meridiem === 'మధ్యాహ్నం') {\n return hour >= 10 ? hour : hour + 12;\n } else if (meridiem === 'సాయంత్రం') {\n return hour + 12;\n }\n },\n meridiem : function (hour, minute, isLower) {\n if (hour < 4) {\n return 'రాత్రి';\n } else if (hour < 10) {\n return 'ఉదయం';\n } else if (hour < 17) {\n return 'మధ్యాహ్నం';\n } else if (hour < 20) {\n return 'సాయంత్రం';\n } else {\n return 'రాత్రి';\n }\n },\n week : {\n dow : 0, // Sunday is the first day of the week.\n doy : 6 // The week that contains Jan 6th is the first week of the year.\n }\n });\n\n return te;\n\n})));\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n var tet = moment.defineLocale('tet', {\n months : 'Janeiru_Fevereiru_Marsu_Abril_Maiu_Juñu_Jullu_Agustu_Setembru_Outubru_Novembru_Dezembru'.split('_'),\n monthsShort : 'Jan_Fev_Mar_Abr_Mai_Jun_Jul_Ago_Set_Out_Nov_Dez'.split('_'),\n weekdays : 'Domingu_Segunda_Tersa_Kuarta_Kinta_Sesta_Sabadu'.split('_'),\n weekdaysShort : 'Dom_Seg_Ters_Kua_Kint_Sest_Sab'.split('_'),\n weekdaysMin : 'Do_Seg_Te_Ku_Ki_Ses_Sa'.split('_'),\n longDateFormat : {\n LT : 'HH:mm',\n LTS : 'HH:mm:ss',\n L : 'DD/MM/YYYY',\n LL : 'D MMMM YYYY',\n LLL : 'D MMMM YYYY HH:mm',\n LLLL : 'dddd, D MMMM YYYY HH:mm'\n },\n calendar : {\n sameDay: '[Ohin iha] LT',\n nextDay: '[Aban iha] LT',\n nextWeek: 'dddd [iha] LT',\n lastDay: '[Horiseik iha] LT',\n lastWeek: 'dddd [semana kotuk] [iha] LT',\n sameElse: 'L'\n },\n relativeTime : {\n future : 'iha %s',\n past : '%s liuba',\n s : 'minutu balun',\n ss : 'minutu %d',\n m : 'minutu ida',\n mm : 'minutu %d',\n h : 'oras ida',\n hh : 'oras %d',\n d : 'loron ida',\n dd : 'loron %d',\n M : 'fulan ida',\n MM : 'fulan %d',\n y : 'tinan ida',\n yy : 'tinan %d'\n },\n dayOfMonthOrdinalParse: /\\d{1,2}(st|nd|rd|th)/,\n ordinal : function (number) {\n var b = number % 10,\n output = (~~(number % 100 / 10) === 1) ? 'th' :\n (b === 1) ? 'st' :\n (b === 2) ? 'nd' :\n (b === 3) ? 'rd' : 'th';\n return number + output;\n },\n week : {\n dow : 1, // Monday is the first day of the week.\n doy : 4 // The week that contains Jan 4th is the first week of the year.\n }\n });\n\n return tet;\n\n})));\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n var suffixes = {\n 0: '-ум',\n 1: '-ум',\n 2: '-юм',\n 3: '-юм',\n 4: '-ум',\n 5: '-ум',\n 6: '-ум',\n 7: '-ум',\n 8: '-ум',\n 9: '-ум',\n 10: '-ум',\n 12: '-ум',\n 13: '-ум',\n 20: '-ум',\n 30: '-юм',\n 40: '-ум',\n 50: '-ум',\n 60: '-ум',\n 70: '-ум',\n 80: '-ум',\n 90: '-ум',\n 100: '-ум'\n };\n\n var tg = moment.defineLocale('tg', {\n months : 'январ_феврал_март_апрел_май_июн_июл_август_сентябр_октябр_ноябр_декабр'.split('_'),\n monthsShort : 'янв_фев_мар_апр_май_июн_июл_авг_сен_окт_ноя_дек'.split('_'),\n weekdays : 'якшанбе_душанбе_сешанбе_чоршанбе_панҷшанбе_ҷумъа_шанбе'.split('_'),\n weekdaysShort : 'яшб_дшб_сшб_чшб_пшб_ҷум_шнб'.split('_'),\n weekdaysMin : 'яш_дш_сш_чш_пш_ҷм_шб'.split('_'),\n longDateFormat : {\n LT : 'HH:mm',\n LTS : 'HH:mm:ss',\n L : 'DD/MM/YYYY',\n LL : 'D MMMM YYYY',\n LLL : 'D MMMM YYYY HH:mm',\n LLLL : 'dddd, D MMMM YYYY HH:mm'\n },\n calendar : {\n sameDay : '[Имрӯз соати] LT',\n nextDay : '[Пагоҳ соати] LT',\n lastDay : '[Дирӯз соати] LT',\n nextWeek : 'dddd[и] [ҳафтаи оянда соати] LT',\n lastWeek : 'dddd[и] [ҳафтаи гузашта соати] LT',\n sameElse : 'L'\n },\n relativeTime : {\n future : 'баъди %s',\n past : '%s пеш',\n s : 'якчанд сония',\n m : 'як дақиқа',\n mm : '%d дақиқа',\n h : 'як соат',\n hh : '%d соат',\n d : 'як рӯз',\n dd : '%d рӯз',\n M : 'як моҳ',\n MM : '%d моҳ',\n y : 'як сол',\n yy : '%d сол'\n },\n meridiemParse: /шаб|субҳ|рӯз|бегоҳ/,\n meridiemHour: function (hour, meridiem) {\n if (hour === 12) {\n hour = 0;\n }\n if (meridiem === 'шаб') {\n return hour < 4 ? hour : hour + 12;\n } else if (meridiem === 'субҳ') {\n return hour;\n } else if (meridiem === 'рӯз') {\n return hour >= 11 ? hour : hour + 12;\n } else if (meridiem === 'бегоҳ') {\n return hour + 12;\n }\n },\n meridiem: function (hour, minute, isLower) {\n if (hour < 4) {\n return 'шаб';\n } else if (hour < 11) {\n return 'субҳ';\n } else if (hour < 16) {\n return 'рӯз';\n } else if (hour < 19) {\n return 'бегоҳ';\n } else {\n return 'шаб';\n }\n },\n dayOfMonthOrdinalParse: /\\d{1,2}-(ум|юм)/,\n ordinal: function (number) {\n var a = number % 10,\n b = number >= 100 ? 100 : null;\n return number + (suffixes[number] || suffixes[a] || suffixes[b]);\n },\n week : {\n dow : 1, // Monday is the first day of the week.\n doy : 7 // The week that contains Jan 1th is the first week of the year.\n }\n });\n\n return tg;\n\n})));\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n var th = moment.defineLocale('th', {\n months : 'มกราคม_กุมภาพันธ์_มีนาคม_เมษายน_พฤษภาคม_มิถุนายน_กรกฎาคม_สิงหาคม_กันยายน_ตุลาคม_พฤศจิกายน_ธันวาคม'.split('_'),\n monthsShort : 'ม.ค._ก.พ._มี.ค._เม.ย._พ.ค._มิ.ย._ก.ค._ส.ค._ก.ย._ต.ค._พ.ย._ธ.ค.'.split('_'),\n monthsParseExact: true,\n weekdays : 'อาทิตย์_จันทร์_อังคาร_พุธ_พฤหัสบดี_ศุกร์_เสาร์'.split('_'),\n weekdaysShort : 'อาทิตย์_จันทร์_อังคาร_พุธ_พฤหัส_ศุกร์_เสาร์'.split('_'), // yes, three characters difference\n weekdaysMin : 'อา._จ._อ._พ._พฤ._ศ._ส.'.split('_'),\n weekdaysParseExact : true,\n longDateFormat : {\n LT : 'H:mm',\n LTS : 'H:mm:ss',\n L : 'DD/MM/YYYY',\n LL : 'D MMMM YYYY',\n LLL : 'D MMMM YYYY เวลา H:mm',\n LLLL : 'วันddddที่ D MMMM YYYY เวลา H:mm'\n },\n meridiemParse: /ก่อนเที่ยง|หลังเที่ยง/,\n isPM: function (input) {\n return input === 'หลังเที่ยง';\n },\n meridiem : function (hour, minute, isLower) {\n if (hour < 12) {\n return 'ก่อนเที่ยง';\n } else {\n return 'หลังเที่ยง';\n }\n },\n calendar : {\n sameDay : '[วันนี้ เวลา] LT',\n nextDay : '[พรุ่งนี้ เวลา] LT',\n nextWeek : 'dddd[หน้า เวลา] LT',\n lastDay : '[เมื่อวานนี้ เวลา] LT',\n lastWeek : '[วัน]dddd[ที่แล้ว เวลา] LT',\n sameElse : 'L'\n },\n relativeTime : {\n future : 'อีก %s',\n past : '%sที่แล้ว',\n s : 'ไม่กี่วินาที',\n ss : '%d วินาที',\n m : '1 นาที',\n mm : '%d นาที',\n h : '1 ชั่วโมง',\n hh : '%d ชั่วโมง',\n d : '1 วัน',\n dd : '%d วัน',\n M : '1 เดือน',\n MM : '%d เดือน',\n y : '1 ปี',\n yy : '%d ปี'\n }\n });\n\n return th;\n\n})));\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n var tlPh = moment.defineLocale('tl-ph', {\n months : 'Enero_Pebrero_Marso_Abril_Mayo_Hunyo_Hulyo_Agosto_Setyembre_Oktubre_Nobyembre_Disyembre'.split('_'),\n monthsShort : 'Ene_Peb_Mar_Abr_May_Hun_Hul_Ago_Set_Okt_Nob_Dis'.split('_'),\n weekdays : 'Linggo_Lunes_Martes_Miyerkules_Huwebes_Biyernes_Sabado'.split('_'),\n weekdaysShort : 'Lin_Lun_Mar_Miy_Huw_Biy_Sab'.split('_'),\n weekdaysMin : 'Li_Lu_Ma_Mi_Hu_Bi_Sab'.split('_'),\n longDateFormat : {\n LT : 'HH:mm',\n LTS : 'HH:mm:ss',\n L : 'MM/D/YYYY',\n LL : 'MMMM D, YYYY',\n LLL : 'MMMM D, YYYY HH:mm',\n LLLL : 'dddd, MMMM DD, YYYY HH:mm'\n },\n calendar : {\n sameDay: 'LT [ngayong araw]',\n nextDay: '[Bukas ng] LT',\n nextWeek: 'LT [sa susunod na] dddd',\n lastDay: 'LT [kahapon]',\n lastWeek: 'LT [noong nakaraang] dddd',\n sameElse: 'L'\n },\n relativeTime : {\n future : 'sa loob ng %s',\n past : '%s ang nakalipas',\n s : 'ilang segundo',\n ss : '%d segundo',\n m : 'isang minuto',\n mm : '%d minuto',\n h : 'isang oras',\n hh : '%d oras',\n d : 'isang araw',\n dd : '%d araw',\n M : 'isang buwan',\n MM : '%d buwan',\n y : 'isang taon',\n yy : '%d taon'\n },\n dayOfMonthOrdinalParse: /\\d{1,2}/,\n ordinal : function (number) {\n return number;\n },\n week : {\n dow : 1, // Monday is the first day of the week.\n doy : 4 // The week that contains Jan 4th is the first week of the year.\n }\n });\n\n return tlPh;\n\n})));\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n var numbersNouns = 'pagh_wa’_cha’_wej_loS_vagh_jav_Soch_chorgh_Hut'.split('_');\n\n function translateFuture(output) {\n var time = output;\n time = (output.indexOf('jaj') !== -1) ?\n time.slice(0, -3) + 'leS' :\n (output.indexOf('jar') !== -1) ?\n time.slice(0, -3) + 'waQ' :\n (output.indexOf('DIS') !== -1) ?\n time.slice(0, -3) + 'nem' :\n time + ' pIq';\n return time;\n }\n\n function translatePast(output) {\n var time = output;\n time = (output.indexOf('jaj') !== -1) ?\n time.slice(0, -3) + 'Hu’' :\n (output.indexOf('jar') !== -1) ?\n time.slice(0, -3) + 'wen' :\n (output.indexOf('DIS') !== -1) ?\n time.slice(0, -3) + 'ben' :\n time + ' ret';\n return time;\n }\n\n function translate(number, withoutSuffix, string, isFuture) {\n var numberNoun = numberAsNoun(number);\n switch (string) {\n case 'ss':\n return numberNoun + ' lup';\n case 'mm':\n return numberNoun + ' tup';\n case 'hh':\n return numberNoun + ' rep';\n case 'dd':\n return numberNoun + ' jaj';\n case 'MM':\n return numberNoun + ' jar';\n case 'yy':\n return numberNoun + ' DIS';\n }\n }\n\n function numberAsNoun(number) {\n var hundred = Math.floor((number % 1000) / 100),\n ten = Math.floor((number % 100) / 10),\n one = number % 10,\n word = '';\n if (hundred > 0) {\n word += numbersNouns[hundred] + 'vatlh';\n }\n if (ten > 0) {\n word += ((word !== '') ? ' ' : '') + numbersNouns[ten] + 'maH';\n }\n if (one > 0) {\n word += ((word !== '') ? ' ' : '') + numbersNouns[one];\n }\n return (word === '') ? 'pagh' : word;\n }\n\n var tlh = moment.defineLocale('tlh', {\n months : 'tera’ jar wa’_tera’ jar cha’_tera’ jar wej_tera’ jar loS_tera’ jar vagh_tera’ jar jav_tera’ jar Soch_tera’ jar chorgh_tera’ jar Hut_tera’ jar wa’maH_tera’ jar wa’maH wa’_tera’ jar wa’maH cha’'.split('_'),\n monthsShort : 'jar wa’_jar cha’_jar wej_jar loS_jar vagh_jar jav_jar Soch_jar chorgh_jar Hut_jar wa’maH_jar wa’maH wa’_jar wa’maH cha’'.split('_'),\n monthsParseExact : true,\n weekdays : 'lojmItjaj_DaSjaj_povjaj_ghItlhjaj_loghjaj_buqjaj_ghInjaj'.split('_'),\n weekdaysShort : 'lojmItjaj_DaSjaj_povjaj_ghItlhjaj_loghjaj_buqjaj_ghInjaj'.split('_'),\n weekdaysMin : 'lojmItjaj_DaSjaj_povjaj_ghItlhjaj_loghjaj_buqjaj_ghInjaj'.split('_'),\n longDateFormat : {\n LT : 'HH:mm',\n LTS : 'HH:mm:ss',\n L : 'DD.MM.YYYY',\n LL : 'D MMMM YYYY',\n LLL : 'D MMMM YYYY HH:mm',\n LLLL : 'dddd, D MMMM YYYY HH:mm'\n },\n calendar : {\n sameDay: '[DaHjaj] LT',\n nextDay: '[wa’leS] LT',\n nextWeek: 'LLL',\n lastDay: '[wa’Hu’] LT',\n lastWeek: 'LLL',\n sameElse: 'L'\n },\n relativeTime : {\n future : translateFuture,\n past : translatePast,\n s : 'puS lup',\n ss : translate,\n m : 'wa’ tup',\n mm : translate,\n h : 'wa’ rep',\n hh : translate,\n d : 'wa’ jaj',\n dd : translate,\n M : 'wa’ jar',\n MM : translate,\n y : 'wa’ DIS',\n yy : translate\n },\n dayOfMonthOrdinalParse: /\\d{1,2}\\./,\n ordinal : '%d.',\n week : {\n dow : 1, // Monday is the first day of the week.\n doy : 4 // The week that contains Jan 4th is the first week of the year.\n }\n });\n\n return tlh;\n\n})));\n","\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n var suffixes = {\n 1: '\\'inci',\n 5: '\\'inci',\n 8: '\\'inci',\n 70: '\\'inci',\n 80: '\\'inci',\n 2: '\\'nci',\n 7: '\\'nci',\n 20: '\\'nci',\n 50: '\\'nci',\n 3: '\\'üncü',\n 4: '\\'üncü',\n 100: '\\'üncü',\n 6: '\\'ncı',\n 9: '\\'uncu',\n 10: '\\'uncu',\n 30: '\\'uncu',\n 60: '\\'ıncı',\n 90: '\\'ıncı'\n };\n\n var tr = moment.defineLocale('tr', {\n months : 'Ocak_Şubat_Mart_Nisan_Mayıs_Haziran_Temmuz_Ağustos_Eylül_Ekim_Kasım_Aralık'.split('_'),\n monthsShort : 'Oca_Şub_Mar_Nis_May_Haz_Tem_Ağu_Eyl_Eki_Kas_Ara'.split('_'),\n weekdays : 'Pazar_Pazartesi_Salı_Çarşamba_Perşembe_Cuma_Cumartesi'.split('_'),\n weekdaysShort : 'Paz_Pts_Sal_Çar_Per_Cum_Cts'.split('_'),\n weekdaysMin : 'Pz_Pt_Sa_Ça_Pe_Cu_Ct'.split('_'),\n longDateFormat : {\n LT : 'HH:mm',\n LTS : 'HH:mm:ss',\n L : 'DD.MM.YYYY',\n LL : 'D MMMM YYYY',\n LLL : 'D MMMM YYYY HH:mm',\n LLLL : 'dddd, D MMMM YYYY HH:mm'\n },\n calendar : {\n sameDay : '[bugün saat] LT',\n nextDay : '[yarın saat] LT',\n nextWeek : '[gelecek] dddd [saat] LT',\n lastDay : '[dün] LT',\n lastWeek : '[geçen] dddd [saat] LT',\n sameElse : 'L'\n },\n relativeTime : {\n future : '%s sonra',\n past : '%s önce',\n s : 'birkaç saniye',\n ss : '%d saniye',\n m : 'bir dakika',\n mm : '%d dakika',\n h : 'bir saat',\n hh : '%d saat',\n d : 'bir gün',\n dd : '%d gün',\n M : 'bir ay',\n MM : '%d ay',\n y : 'bir yıl',\n yy : '%d yıl'\n },\n ordinal: function (number, period) {\n switch (period) {\n case 'd':\n case 'D':\n case 'Do':\n case 'DD':\n return number;\n default:\n if (number === 0) { // special case for zero\n return number + '\\'ıncı';\n }\n var a = number % 10,\n b = number % 100 - a,\n c = number >= 100 ? 100 : null;\n return number + (suffixes[a] || suffixes[b] || suffixes[c]);\n }\n },\n week : {\n dow : 1, // Monday is the first day of the week.\n doy : 7 // The week that contains Jan 7th is the first week of the year.\n }\n });\n\n return tr;\n\n})));\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n // After the year there should be a slash and the amount of years since December 26, 1979 in Roman numerals.\n // This is currently too difficult (maybe even impossible) to add.\n var tzl = moment.defineLocale('tzl', {\n months : 'Januar_Fevraglh_Març_Avrïu_Mai_Gün_Julia_Guscht_Setemvar_Listopäts_Noemvar_Zecemvar'.split('_'),\n monthsShort : 'Jan_Fev_Mar_Avr_Mai_Gün_Jul_Gus_Set_Lis_Noe_Zec'.split('_'),\n weekdays : 'Súladi_Lúneçi_Maitzi_Márcuri_Xhúadi_Viénerçi_Sáturi'.split('_'),\n weekdaysShort : 'Súl_Lún_Mai_Már_Xhú_Vié_Sát'.split('_'),\n weekdaysMin : 'Sú_Lú_Ma_Má_Xh_Vi_Sá'.split('_'),\n longDateFormat : {\n LT : 'HH.mm',\n LTS : 'HH.mm.ss',\n L : 'DD.MM.YYYY',\n LL : 'D. MMMM [dallas] YYYY',\n LLL : 'D. MMMM [dallas] YYYY HH.mm',\n LLLL : 'dddd, [li] D. MMMM [dallas] YYYY HH.mm'\n },\n meridiemParse: /d\\'o|d\\'a/i,\n isPM : function (input) {\n return 'd\\'o' === input.toLowerCase();\n },\n meridiem : function (hours, minutes, isLower) {\n if (hours > 11) {\n return isLower ? 'd\\'o' : 'D\\'O';\n } else {\n return isLower ? 'd\\'a' : 'D\\'A';\n }\n },\n calendar : {\n sameDay : '[oxhi à] LT',\n nextDay : '[demà à] LT',\n nextWeek : 'dddd [à] LT',\n lastDay : '[ieiri à] LT',\n lastWeek : '[sür el] dddd [lasteu à] LT',\n sameElse : 'L'\n },\n relativeTime : {\n future : 'osprei %s',\n past : 'ja%s',\n s : processRelativeTime,\n ss : processRelativeTime,\n m : processRelativeTime,\n mm : processRelativeTime,\n h : processRelativeTime,\n hh : processRelativeTime,\n d : processRelativeTime,\n dd : processRelativeTime,\n M : processRelativeTime,\n MM : processRelativeTime,\n y : processRelativeTime,\n yy : processRelativeTime\n },\n dayOfMonthOrdinalParse: /\\d{1,2}\\./,\n ordinal : '%d.',\n week : {\n dow : 1, // Monday is the first day of the week.\n doy : 4 // The week that contains Jan 4th is the first week of the year.\n }\n });\n\n function processRelativeTime(number, withoutSuffix, key, isFuture) {\n var format = {\n 's': ['viensas secunds', '\\'iensas secunds'],\n 'ss': [number + ' secunds', '' + number + ' secunds'],\n 'm': ['\\'n míut', '\\'iens míut'],\n 'mm': [number + ' míuts', '' + number + ' míuts'],\n 'h': ['\\'n þora', '\\'iensa þora'],\n 'hh': [number + ' þoras', '' + number + ' þoras'],\n 'd': ['\\'n ziua', '\\'iensa ziua'],\n 'dd': [number + ' ziuas', '' + number + ' ziuas'],\n 'M': ['\\'n mes', '\\'iens mes'],\n 'MM': [number + ' mesen', '' + number + ' mesen'],\n 'y': ['\\'n ar', '\\'iens ar'],\n 'yy': [number + ' ars', '' + number + ' ars']\n };\n return isFuture ? format[key][0] : (withoutSuffix ? format[key][0] : format[key][1]);\n }\n\n return tzl;\n\n})));\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n var tzm = moment.defineLocale('tzm', {\n months : 'ⵉⵏⵏⴰⵢⵔ_ⴱⵕⴰⵢⵕ_ⵎⴰⵕⵚ_ⵉⴱⵔⵉⵔ_ⵎⴰⵢⵢⵓ_ⵢⵓⵏⵢⵓ_ⵢⵓⵍⵢⵓⵣ_ⵖⵓⵛⵜ_ⵛⵓⵜⴰⵏⴱⵉⵔ_ⴽⵟⵓⴱⵕ_ⵏⵓⵡⴰⵏⴱⵉⵔ_ⴷⵓⵊⵏⴱⵉⵔ'.split('_'),\n monthsShort : 'ⵉⵏⵏⴰⵢⵔ_ⴱⵕⴰⵢⵕ_ⵎⴰⵕⵚ_ⵉⴱⵔⵉⵔ_ⵎⴰⵢⵢⵓ_ⵢⵓⵏⵢⵓ_ⵢⵓⵍⵢⵓⵣ_ⵖⵓⵛⵜ_ⵛⵓⵜⴰⵏⴱⵉⵔ_ⴽⵟⵓⴱⵕ_ⵏⵓⵡⴰⵏⴱⵉⵔ_ⴷⵓⵊⵏⴱⵉⵔ'.split('_'),\n weekdays : 'ⴰⵙⴰⵎⴰⵙ_ⴰⵢⵏⴰⵙ_ⴰⵙⵉⵏⴰⵙ_ⴰⴽⵔⴰⵙ_ⴰⴽⵡⴰⵙ_ⴰⵙⵉⵎⵡⴰⵙ_ⴰⵙⵉⴹⵢⴰⵙ'.split('_'),\n weekdaysShort : 'ⴰⵙⴰⵎⴰⵙ_ⴰⵢⵏⴰⵙ_ⴰⵙⵉⵏⴰⵙ_ⴰⴽⵔⴰⵙ_ⴰⴽⵡⴰⵙ_ⴰⵙⵉⵎⵡⴰⵙ_ⴰⵙⵉⴹⵢⴰⵙ'.split('_'),\n weekdaysMin : 'ⴰⵙⴰⵎⴰⵙ_ⴰⵢⵏⴰⵙ_ⴰⵙⵉⵏⴰⵙ_ⴰⴽⵔⴰⵙ_ⴰⴽⵡⴰⵙ_ⴰⵙⵉⵎⵡⴰⵙ_ⴰⵙⵉⴹⵢⴰⵙ'.split('_'),\n longDateFormat : {\n LT : 'HH:mm',\n LTS: 'HH:mm:ss',\n L : 'DD/MM/YYYY',\n LL : 'D MMMM YYYY',\n LLL : 'D MMMM YYYY HH:mm',\n LLLL : 'dddd D MMMM YYYY HH:mm'\n },\n calendar : {\n sameDay: '[ⴰⵙⴷⵅ ⴴ] LT',\n nextDay: '[ⴰⵙⴽⴰ ⴴ] LT',\n nextWeek: 'dddd [ⴴ] LT',\n lastDay: '[ⴰⵚⴰⵏⵜ ⴴ] LT',\n lastWeek: 'dddd [ⴴ] LT',\n sameElse: 'L'\n },\n relativeTime : {\n future : 'ⴷⴰⴷⵅ ⵙ ⵢⴰⵏ %s',\n past : 'ⵢⴰⵏ %s',\n s : 'ⵉⵎⵉⴽ',\n ss : '%d ⵉⵎⵉⴽ',\n m : 'ⵎⵉⵏⵓⴺ',\n mm : '%d ⵎⵉⵏⵓⴺ',\n h : 'ⵙⴰⵄⴰ',\n hh : '%d ⵜⴰⵙⵙⴰⵄⵉⵏ',\n d : 'ⴰⵙⵙ',\n dd : '%d oⵙⵙⴰⵏ',\n M : 'ⴰⵢoⵓⵔ',\n MM : '%d ⵉⵢⵢⵉⵔⵏ',\n y : 'ⴰⵙⴳⴰⵙ',\n yy : '%d ⵉⵙⴳⴰⵙⵏ'\n },\n week : {\n dow : 6, // Saturday is the first day of the week.\n doy : 12 // The week that contains Jan 12th is the first week of the year.\n }\n });\n\n return tzm;\n\n})));\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n var tzmLatn = moment.defineLocale('tzm-latn', {\n months : 'innayr_brˤayrˤ_marˤsˤ_ibrir_mayyw_ywnyw_ywlywz_ɣwšt_šwtanbir_ktˤwbrˤ_nwwanbir_dwjnbir'.split('_'),\n monthsShort : 'innayr_brˤayrˤ_marˤsˤ_ibrir_mayyw_ywnyw_ywlywz_ɣwšt_šwtanbir_ktˤwbrˤ_nwwanbir_dwjnbir'.split('_'),\n weekdays : 'asamas_aynas_asinas_akras_akwas_asimwas_asiḍyas'.split('_'),\n weekdaysShort : 'asamas_aynas_asinas_akras_akwas_asimwas_asiḍyas'.split('_'),\n weekdaysMin : 'asamas_aynas_asinas_akras_akwas_asimwas_asiḍyas'.split('_'),\n longDateFormat : {\n LT : 'HH:mm',\n LTS : 'HH:mm:ss',\n L : 'DD/MM/YYYY',\n LL : 'D MMMM YYYY',\n LLL : 'D MMMM YYYY HH:mm',\n LLLL : 'dddd D MMMM YYYY HH:mm'\n },\n calendar : {\n sameDay: '[asdkh g] LT',\n nextDay: '[aska g] LT',\n nextWeek: 'dddd [g] LT',\n lastDay: '[assant g] LT',\n lastWeek: 'dddd [g] LT',\n sameElse: 'L'\n },\n relativeTime : {\n future : 'dadkh s yan %s',\n past : 'yan %s',\n s : 'imik',\n ss : '%d imik',\n m : 'minuḍ',\n mm : '%d minuḍ',\n h : 'saɛa',\n hh : '%d tassaɛin',\n d : 'ass',\n dd : '%d ossan',\n M : 'ayowr',\n MM : '%d iyyirn',\n y : 'asgas',\n yy : '%d isgasn'\n },\n week : {\n dow : 6, // Saturday is the first day of the week.\n doy : 12 // The week that contains Jan 12th is the first week of the year.\n }\n });\n\n return tzmLatn;\n\n})));\n","//! moment.js language configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n var ugCn = moment.defineLocale('ug-cn', {\n months: 'يانۋار_فېۋرال_مارت_ئاپرېل_ماي_ئىيۇن_ئىيۇل_ئاۋغۇست_سېنتەبىر_ئۆكتەبىر_نويابىر_دېكابىر'.split(\n '_'\n ),\n monthsShort: 'يانۋار_فېۋرال_مارت_ئاپرېل_ماي_ئىيۇن_ئىيۇل_ئاۋغۇست_سېنتەبىر_ئۆكتەبىر_نويابىر_دېكابىر'.split(\n '_'\n ),\n weekdays: 'يەكشەنبە_دۈشەنبە_سەيشەنبە_چارشەنبە_پەيشەنبە_جۈمە_شەنبە'.split(\n '_'\n ),\n weekdaysShort: 'يە_دۈ_سە_چا_پە_جۈ_شە'.split('_'),\n weekdaysMin: 'يە_دۈ_سە_چا_پە_جۈ_شە'.split('_'),\n longDateFormat: {\n LT: 'HH:mm',\n LTS: 'HH:mm:ss',\n L: 'YYYY-MM-DD',\n LL: 'YYYY-يىلىM-ئاينىڭD-كۈنى',\n LLL: 'YYYY-يىلىM-ئاينىڭD-كۈنى، HH:mm',\n LLLL: 'dddd، YYYY-يىلىM-ئاينىڭD-كۈنى، HH:mm'\n },\n meridiemParse: /يېرىم كېچە|سەھەر|چۈشتىن بۇرۇن|چۈش|چۈشتىن كېيىن|كەچ/,\n meridiemHour: function (hour, meridiem) {\n if (hour === 12) {\n hour = 0;\n }\n if (\n meridiem === 'يېرىم كېچە' ||\n meridiem === 'سەھەر' ||\n meridiem === 'چۈشتىن بۇرۇن'\n ) {\n return hour;\n } else if (meridiem === 'چۈشتىن كېيىن' || meridiem === 'كەچ') {\n return hour + 12;\n } else {\n return hour >= 11 ? hour : hour + 12;\n }\n },\n meridiem: function (hour, minute, isLower) {\n var hm = hour * 100 + minute;\n if (hm < 600) {\n return 'يېرىم كېچە';\n } else if (hm < 900) {\n return 'سەھەر';\n } else if (hm < 1130) {\n return 'چۈشتىن بۇرۇن';\n } else if (hm < 1230) {\n return 'چۈش';\n } else if (hm < 1800) {\n return 'چۈشتىن كېيىن';\n } else {\n return 'كەچ';\n }\n },\n calendar: {\n sameDay: '[بۈگۈن سائەت] LT',\n nextDay: '[ئەتە سائەت] LT',\n nextWeek: '[كېلەركى] dddd [سائەت] LT',\n lastDay: '[تۆنۈگۈن] LT',\n lastWeek: '[ئالدىنقى] dddd [سائەت] LT',\n sameElse: 'L'\n },\n relativeTime: {\n future: '%s كېيىن',\n past: '%s بۇرۇن',\n s: 'نەچچە سېكونت',\n ss: '%d سېكونت',\n m: 'بىر مىنۇت',\n mm: '%d مىنۇت',\n h: 'بىر سائەت',\n hh: '%d سائەت',\n d: 'بىر كۈن',\n dd: '%d كۈن',\n M: 'بىر ئاي',\n MM: '%d ئاي',\n y: 'بىر يىل',\n yy: '%d يىل'\n },\n\n dayOfMonthOrdinalParse: /\\d{1,2}(-كۈنى|-ئاي|-ھەپتە)/,\n ordinal: function (number, period) {\n switch (period) {\n case 'd':\n case 'D':\n case 'DDD':\n return number + '-كۈنى';\n case 'w':\n case 'W':\n return number + '-ھەپتە';\n default:\n return number;\n }\n },\n preparse: function (string) {\n return string.replace(/،/g, ',');\n },\n postformat: function (string) {\n return string.replace(/,/g, '،');\n },\n week: {\n // GB/T 7408-1994《数据元和交换格式·信息交换·日期和时间表示法》与ISO 8601:1988等效\n dow: 1, // Monday is the first day of the week.\n doy: 7 // The week that contains Jan 1st is the first week of the year.\n }\n });\n\n return ugCn;\n\n})));\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n function plural(word, num) {\n var forms = word.split('_');\n return num % 10 === 1 && num % 100 !== 11 ? forms[0] : (num % 10 >= 2 && num % 10 <= 4 && (num % 100 < 10 || num % 100 >= 20) ? forms[1] : forms[2]);\n }\n function relativeTimeWithPlural(number, withoutSuffix, key) {\n var format = {\n 'ss': withoutSuffix ? 'секунда_секунди_секунд' : 'секунду_секунди_секунд',\n 'mm': withoutSuffix ? 'хвилина_хвилини_хвилин' : 'хвилину_хвилини_хвилин',\n 'hh': withoutSuffix ? 'година_години_годин' : 'годину_години_годин',\n 'dd': 'день_дні_днів',\n 'MM': 'місяць_місяці_місяців',\n 'yy': 'рік_роки_років'\n };\n if (key === 'm') {\n return withoutSuffix ? 'хвилина' : 'хвилину';\n }\n else if (key === 'h') {\n return withoutSuffix ? 'година' : 'годину';\n }\n else {\n return number + ' ' + plural(format[key], +number);\n }\n }\n function weekdaysCaseReplace(m, format) {\n var weekdays = {\n 'nominative': 'неділя_понеділок_вівторок_середа_четвер_п’ятниця_субота'.split('_'),\n 'accusative': 'неділю_понеділок_вівторок_середу_четвер_п’ятницю_суботу'.split('_'),\n 'genitive': 'неділі_понеділка_вівторка_середи_четверга_п’ятниці_суботи'.split('_')\n };\n\n if (m === true) {\n return weekdays['nominative'].slice(1, 7).concat(weekdays['nominative'].slice(0, 1));\n }\n if (!m) {\n return weekdays['nominative'];\n }\n\n var nounCase = (/(\\[[ВвУу]\\]) ?dddd/).test(format) ?\n 'accusative' :\n ((/\\[?(?:минулої|наступної)? ?\\] ?dddd/).test(format) ?\n 'genitive' :\n 'nominative');\n return weekdays[nounCase][m.day()];\n }\n function processHoursFunction(str) {\n return function () {\n return str + 'о' + (this.hours() === 11 ? 'б' : '') + '] LT';\n };\n }\n\n var uk = moment.defineLocale('uk', {\n months : {\n 'format': 'січня_лютого_березня_квітня_травня_червня_липня_серпня_вересня_жовтня_листопада_грудня'.split('_'),\n 'standalone': 'січень_лютий_березень_квітень_травень_червень_липень_серпень_вересень_жовтень_листопад_грудень'.split('_')\n },\n monthsShort : 'січ_лют_бер_квіт_трав_черв_лип_серп_вер_жовт_лист_груд'.split('_'),\n weekdays : weekdaysCaseReplace,\n weekdaysShort : 'нд_пн_вт_ср_чт_пт_сб'.split('_'),\n weekdaysMin : 'нд_пн_вт_ср_чт_пт_сб'.split('_'),\n longDateFormat : {\n LT : 'HH:mm',\n LTS : 'HH:mm:ss',\n L : 'DD.MM.YYYY',\n LL : 'D MMMM YYYY р.',\n LLL : 'D MMMM YYYY р., HH:mm',\n LLLL : 'dddd, D MMMM YYYY р., HH:mm'\n },\n calendar : {\n sameDay: processHoursFunction('[Сьогодні '),\n nextDay: processHoursFunction('[Завтра '),\n lastDay: processHoursFunction('[Вчора '),\n nextWeek: processHoursFunction('[У] dddd ['),\n lastWeek: function () {\n switch (this.day()) {\n case 0:\n case 3:\n case 5:\n case 6:\n return processHoursFunction('[Минулої] dddd [').call(this);\n case 1:\n case 2:\n case 4:\n return processHoursFunction('[Минулого] dddd [').call(this);\n }\n },\n sameElse: 'L'\n },\n relativeTime : {\n future : 'за %s',\n past : '%s тому',\n s : 'декілька секунд',\n ss : relativeTimeWithPlural,\n m : relativeTimeWithPlural,\n mm : relativeTimeWithPlural,\n h : 'годину',\n hh : relativeTimeWithPlural,\n d : 'день',\n dd : relativeTimeWithPlural,\n M : 'місяць',\n MM : relativeTimeWithPlural,\n y : 'рік',\n yy : relativeTimeWithPlural\n },\n // M. E.: those two are virtually unused but a user might want to implement them for his/her website for some reason\n meridiemParse: /ночі|ранку|дня|вечора/,\n isPM: function (input) {\n return /^(дня|вечора)$/.test(input);\n },\n meridiem : function (hour, minute, isLower) {\n if (hour < 4) {\n return 'ночі';\n } else if (hour < 12) {\n return 'ранку';\n } else if (hour < 17) {\n return 'дня';\n } else {\n return 'вечора';\n }\n },\n dayOfMonthOrdinalParse: /\\d{1,2}-(й|го)/,\n ordinal: function (number, period) {\n switch (period) {\n case 'M':\n case 'd':\n case 'DDD':\n case 'w':\n case 'W':\n return number + '-й';\n case 'D':\n return number + '-го';\n default:\n return number;\n }\n },\n week : {\n dow : 1, // Monday is the first day of the week.\n doy : 7 // The week that contains Jan 7th is the first week of the year.\n }\n });\n\n return uk;\n\n})));\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n var months = [\n 'جنوری',\n 'فروری',\n 'مارچ',\n 'اپریل',\n 'مئی',\n 'جون',\n 'جولائی',\n 'اگست',\n 'ستمبر',\n 'اکتوبر',\n 'نومبر',\n 'دسمبر'\n ];\n var days = [\n 'اتوار',\n 'پیر',\n 'منگل',\n 'بدھ',\n 'جمعرات',\n 'جمعہ',\n 'ہفتہ'\n ];\n\n var ur = moment.defineLocale('ur', {\n months : months,\n monthsShort : months,\n weekdays : days,\n weekdaysShort : days,\n weekdaysMin : days,\n longDateFormat : {\n LT : 'HH:mm',\n LTS : 'HH:mm:ss',\n L : 'DD/MM/YYYY',\n LL : 'D MMMM YYYY',\n LLL : 'D MMMM YYYY HH:mm',\n LLLL : 'dddd، D MMMM YYYY HH:mm'\n },\n meridiemParse: /صبح|شام/,\n isPM : function (input) {\n return 'شام' === input;\n },\n meridiem : function (hour, minute, isLower) {\n if (hour < 12) {\n return 'صبح';\n }\n return 'شام';\n },\n calendar : {\n sameDay : '[آج بوقت] LT',\n nextDay : '[کل بوقت] LT',\n nextWeek : 'dddd [بوقت] LT',\n lastDay : '[گذشتہ روز بوقت] LT',\n lastWeek : '[گذشتہ] dddd [بوقت] LT',\n sameElse : 'L'\n },\n relativeTime : {\n future : '%s بعد',\n past : '%s قبل',\n s : 'چند سیکنڈ',\n ss : '%d سیکنڈ',\n m : 'ایک منٹ',\n mm : '%d منٹ',\n h : 'ایک گھنٹہ',\n hh : '%d گھنٹے',\n d : 'ایک دن',\n dd : '%d دن',\n M : 'ایک ماہ',\n MM : '%d ماہ',\n y : 'ایک سال',\n yy : '%d سال'\n },\n preparse: function (string) {\n return string.replace(/،/g, ',');\n },\n postformat: function (string) {\n return string.replace(/,/g, '،');\n },\n week : {\n dow : 1, // Monday is the first day of the week.\n doy : 4 // The week that contains Jan 4th is the first week of the year.\n }\n });\n\n return ur;\n\n})));\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n var uz = moment.defineLocale('uz', {\n months : 'январ_феврал_март_апрел_май_июн_июл_август_сентябр_октябр_ноябр_декабр'.split('_'),\n monthsShort : 'янв_фев_мар_апр_май_июн_июл_авг_сен_окт_ноя_дек'.split('_'),\n weekdays : 'Якшанба_Душанба_Сешанба_Чоршанба_Пайшанба_Жума_Шанба'.split('_'),\n weekdaysShort : 'Якш_Душ_Сеш_Чор_Пай_Жум_Шан'.split('_'),\n weekdaysMin : 'Як_Ду_Се_Чо_Па_Жу_Ша'.split('_'),\n longDateFormat : {\n LT : 'HH:mm',\n LTS : 'HH:mm:ss',\n L : 'DD/MM/YYYY',\n LL : 'D MMMM YYYY',\n LLL : 'D MMMM YYYY HH:mm',\n LLLL : 'D MMMM YYYY, dddd HH:mm'\n },\n calendar : {\n sameDay : '[Бугун соат] LT [да]',\n nextDay : '[Эртага] LT [да]',\n nextWeek : 'dddd [куни соат] LT [да]',\n lastDay : '[Кеча соат] LT [да]',\n lastWeek : '[Утган] dddd [куни соат] LT [да]',\n sameElse : 'L'\n },\n relativeTime : {\n future : 'Якин %s ичида',\n past : 'Бир неча %s олдин',\n s : 'фурсат',\n ss : '%d фурсат',\n m : 'бир дакика',\n mm : '%d дакика',\n h : 'бир соат',\n hh : '%d соат',\n d : 'бир кун',\n dd : '%d кун',\n M : 'бир ой',\n MM : '%d ой',\n y : 'бир йил',\n yy : '%d йил'\n },\n week : {\n dow : 1, // Monday is the first day of the week.\n doy : 7 // The week that contains Jan 4th is the first week of the year.\n }\n });\n\n return uz;\n\n})));\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n var uzLatn = moment.defineLocale('uz-latn', {\n months : 'Yanvar_Fevral_Mart_Aprel_May_Iyun_Iyul_Avgust_Sentabr_Oktabr_Noyabr_Dekabr'.split('_'),\n monthsShort : 'Yan_Fev_Mar_Apr_May_Iyun_Iyul_Avg_Sen_Okt_Noy_Dek'.split('_'),\n weekdays : 'Yakshanba_Dushanba_Seshanba_Chorshanba_Payshanba_Juma_Shanba'.split('_'),\n weekdaysShort : 'Yak_Dush_Sesh_Chor_Pay_Jum_Shan'.split('_'),\n weekdaysMin : 'Ya_Du_Se_Cho_Pa_Ju_Sha'.split('_'),\n longDateFormat : {\n LT : 'HH:mm',\n LTS : 'HH:mm:ss',\n L : 'DD/MM/YYYY',\n LL : 'D MMMM YYYY',\n LLL : 'D MMMM YYYY HH:mm',\n LLLL : 'D MMMM YYYY, dddd HH:mm'\n },\n calendar : {\n sameDay : '[Bugun soat] LT [da]',\n nextDay : '[Ertaga] LT [da]',\n nextWeek : 'dddd [kuni soat] LT [da]',\n lastDay : '[Kecha soat] LT [da]',\n lastWeek : '[O\\'tgan] dddd [kuni soat] LT [da]',\n sameElse : 'L'\n },\n relativeTime : {\n future : 'Yaqin %s ichida',\n past : 'Bir necha %s oldin',\n s : 'soniya',\n ss : '%d soniya',\n m : 'bir daqiqa',\n mm : '%d daqiqa',\n h : 'bir soat',\n hh : '%d soat',\n d : 'bir kun',\n dd : '%d kun',\n M : 'bir oy',\n MM : '%d oy',\n y : 'bir yil',\n yy : '%d yil'\n },\n week : {\n dow : 1, // Monday is the first day of the week.\n doy : 7 // The week that contains Jan 7th is the first week of the year.\n }\n });\n\n return uzLatn;\n\n})));\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n var vi = moment.defineLocale('vi', {\n months : 'tháng 1_tháng 2_tháng 3_tháng 4_tháng 5_tháng 6_tháng 7_tháng 8_tháng 9_tháng 10_tháng 11_tháng 12'.split('_'),\n monthsShort : 'Th01_Th02_Th03_Th04_Th05_Th06_Th07_Th08_Th09_Th10_Th11_Th12'.split('_'),\n monthsParseExact : true,\n weekdays : 'chủ nhật_thứ hai_thứ ba_thứ tư_thứ năm_thứ sáu_thứ bảy'.split('_'),\n weekdaysShort : 'CN_T2_T3_T4_T5_T6_T7'.split('_'),\n weekdaysMin : 'CN_T2_T3_T4_T5_T6_T7'.split('_'),\n weekdaysParseExact : true,\n meridiemParse: /sa|ch/i,\n isPM : function (input) {\n return /^ch$/i.test(input);\n },\n meridiem : function (hours, minutes, isLower) {\n if (hours < 12) {\n return isLower ? 'sa' : 'SA';\n } else {\n return isLower ? 'ch' : 'CH';\n }\n },\n longDateFormat : {\n LT : 'HH:mm',\n LTS : 'HH:mm:ss',\n L : 'DD/MM/YYYY',\n LL : 'D MMMM [năm] YYYY',\n LLL : 'D MMMM [năm] YYYY HH:mm',\n LLLL : 'dddd, D MMMM [năm] YYYY HH:mm',\n l : 'DD/M/YYYY',\n ll : 'D MMM YYYY',\n lll : 'D MMM YYYY HH:mm',\n llll : 'ddd, D MMM YYYY HH:mm'\n },\n calendar : {\n sameDay: '[Hôm nay lúc] LT',\n nextDay: '[Ngày mai lúc] LT',\n nextWeek: 'dddd [tuần tới lúc] LT',\n lastDay: '[Hôm qua lúc] LT',\n lastWeek: 'dddd [tuần rồi lúc] LT',\n sameElse: 'L'\n },\n relativeTime : {\n future : '%s tới',\n past : '%s trước',\n s : 'vài giây',\n ss : '%d giây' ,\n m : 'một phút',\n mm : '%d phút',\n h : 'một giờ',\n hh : '%d giờ',\n d : 'một ngày',\n dd : '%d ngày',\n M : 'một tháng',\n MM : '%d tháng',\n y : 'một năm',\n yy : '%d năm'\n },\n dayOfMonthOrdinalParse: /\\d{1,2}/,\n ordinal : function (number) {\n return number;\n },\n week : {\n dow : 1, // Monday is the first day of the week.\n doy : 4 // The week that contains Jan 4th is the first week of the year.\n }\n });\n\n return vi;\n\n})));\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n var xPseudo = moment.defineLocale('x-pseudo', {\n months : 'J~áñúá~rý_F~ébrú~árý_~Márc~h_Áp~ríl_~Máý_~Júñé~_Júl~ý_Áú~gúst~_Sép~témb~ér_Ó~ctób~ér_Ñ~óvém~bér_~Décé~mbér'.split('_'),\n monthsShort : 'J~áñ_~Féb_~Már_~Ápr_~Máý_~Júñ_~Júl_~Áúg_~Sép_~Óct_~Ñóv_~Déc'.split('_'),\n monthsParseExact : true,\n weekdays : 'S~úñdá~ý_Mó~ñdáý~_Túé~sdáý~_Wéd~ñésd~áý_T~húrs~dáý_~Fríd~áý_S~átúr~dáý'.split('_'),\n weekdaysShort : 'S~úñ_~Móñ_~Túé_~Wéd_~Thú_~Frí_~Sát'.split('_'),\n weekdaysMin : 'S~ú_Mó~_Tú_~Wé_T~h_Fr~_Sá'.split('_'),\n weekdaysParseExact : true,\n longDateFormat : {\n LT : 'HH:mm',\n L : 'DD/MM/YYYY',\n LL : 'D MMMM YYYY',\n LLL : 'D MMMM YYYY HH:mm',\n LLLL : 'dddd, D MMMM YYYY HH:mm'\n },\n calendar : {\n sameDay : '[T~ódá~ý át] LT',\n nextDay : '[T~ómó~rró~w át] LT',\n nextWeek : 'dddd [át] LT',\n lastDay : '[Ý~ést~érdá~ý át] LT',\n lastWeek : '[L~ást] dddd [át] LT',\n sameElse : 'L'\n },\n relativeTime : {\n future : 'í~ñ %s',\n past : '%s á~gó',\n s : 'á ~féw ~sécó~ñds',\n ss : '%d s~écóñ~ds',\n m : 'á ~míñ~úté',\n mm : '%d m~íñú~tés',\n h : 'á~ñ hó~úr',\n hh : '%d h~óúrs',\n d : 'á ~dáý',\n dd : '%d d~áýs',\n M : 'á ~móñ~th',\n MM : '%d m~óñt~hs',\n y : 'á ~ýéár',\n yy : '%d ý~éárs'\n },\n dayOfMonthOrdinalParse: /\\d{1,2}(th|st|nd|rd)/,\n ordinal : function (number) {\n var b = number % 10,\n output = (~~(number % 100 / 10) === 1) ? 'th' :\n (b === 1) ? 'st' :\n (b === 2) ? 'nd' :\n (b === 3) ? 'rd' : 'th';\n return number + output;\n },\n week : {\n dow : 1, // Monday is the first day of the week.\n doy : 4 // The week that contains Jan 4th is the first week of the year.\n }\n });\n\n return xPseudo;\n\n})));\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n var yo = moment.defineLocale('yo', {\n months : 'Sẹ́rẹ́_Èrèlè_Ẹrẹ̀nà_Ìgbé_Èbibi_Òkùdu_Agẹmo_Ògún_Owewe_Ọ̀wàrà_Bélú_Ọ̀pẹ̀̀'.split('_'),\n monthsShort : 'Sẹ́r_Èrl_Ẹrn_Ìgb_Èbi_Òkù_Agẹ_Ògú_Owe_Ọ̀wà_Bél_Ọ̀pẹ̀̀'.split('_'),\n weekdays : 'Àìkú_Ajé_Ìsẹ́gun_Ọjọ́rú_Ọjọ́bọ_Ẹtì_Àbámẹ́ta'.split('_'),\n weekdaysShort : 'Àìk_Ajé_Ìsẹ́_Ọjr_Ọjb_Ẹtì_Àbá'.split('_'),\n weekdaysMin : 'Àì_Aj_Ìs_Ọr_Ọb_Ẹt_Àb'.split('_'),\n longDateFormat : {\n LT : 'h:mm A',\n LTS : 'h:mm:ss A',\n L : 'DD/MM/YYYY',\n LL : 'D MMMM YYYY',\n LLL : 'D MMMM YYYY h:mm A',\n LLLL : 'dddd, D MMMM YYYY h:mm A'\n },\n calendar : {\n sameDay : '[Ònì ni] LT',\n nextDay : '[Ọ̀la ni] LT',\n nextWeek : 'dddd [Ọsẹ̀ tón\\'bọ] [ni] LT',\n lastDay : '[Àna ni] LT',\n lastWeek : 'dddd [Ọsẹ̀ tólọ́] [ni] LT',\n sameElse : 'L'\n },\n relativeTime : {\n future : 'ní %s',\n past : '%s kọjá',\n s : 'ìsẹjú aayá die',\n ss :'aayá %d',\n m : 'ìsẹjú kan',\n mm : 'ìsẹjú %d',\n h : 'wákati kan',\n hh : 'wákati %d',\n d : 'ọjọ́ kan',\n dd : 'ọjọ́ %d',\n M : 'osù kan',\n MM : 'osù %d',\n y : 'ọdún kan',\n yy : 'ọdún %d'\n },\n dayOfMonthOrdinalParse : /ọjọ́\\s\\d{1,2}/,\n ordinal : 'ọjọ́ %d',\n week : {\n dow : 1, // Monday is the first day of the week.\n doy : 4 // The week that contains Jan 4th is the first week of the year.\n }\n });\n\n return yo;\n\n})));\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n var zhCn = moment.defineLocale('zh-cn', {\n months : '一月_二月_三月_四月_五月_六月_七月_八月_九月_十月_十一月_十二月'.split('_'),\n monthsShort : '1月_2月_3月_4月_5月_6月_7月_8月_9月_10月_11月_12月'.split('_'),\n weekdays : '星期日_星期一_星期二_星期三_星期四_星期五_星期六'.split('_'),\n weekdaysShort : '周日_周一_周二_周三_周四_周五_周六'.split('_'),\n weekdaysMin : '日_一_二_三_四_五_六'.split('_'),\n longDateFormat : {\n LT : 'HH:mm',\n LTS : 'HH:mm:ss',\n L : 'YYYY/MM/DD',\n LL : 'YYYY年M月D日',\n LLL : 'YYYY年M月D日Ah点mm分',\n LLLL : 'YYYY年M月D日ddddAh点mm分',\n l : 'YYYY/M/D',\n ll : 'YYYY年M月D日',\n lll : 'YYYY年M月D日 HH:mm',\n llll : 'YYYY年M月D日dddd HH:mm'\n },\n meridiemParse: /凌晨|早上|上午|中午|下午|晚上/,\n meridiemHour: function (hour, meridiem) {\n if (hour === 12) {\n hour = 0;\n }\n if (meridiem === '凌晨' || meridiem === '早上' ||\n meridiem === '上午') {\n return hour;\n } else if (meridiem === '下午' || meridiem === '晚上') {\n return hour + 12;\n } else {\n // '中午'\n return hour >= 11 ? hour : hour + 12;\n }\n },\n meridiem : function (hour, minute, isLower) {\n var hm = hour * 100 + minute;\n if (hm < 600) {\n return '凌晨';\n } else if (hm < 900) {\n return '早上';\n } else if (hm < 1130) {\n return '上午';\n } else if (hm < 1230) {\n return '中午';\n } else if (hm < 1800) {\n return '下午';\n } else {\n return '晚上';\n }\n },\n calendar : {\n sameDay : '[今天]LT',\n nextDay : '[明天]LT',\n nextWeek : '[下]ddddLT',\n lastDay : '[昨天]LT',\n lastWeek : '[上]ddddLT',\n sameElse : 'L'\n },\n dayOfMonthOrdinalParse: /\\d{1,2}(日|月|周)/,\n ordinal : function (number, period) {\n switch (period) {\n case 'd':\n case 'D':\n case 'DDD':\n return number + '日';\n case 'M':\n return number + '月';\n case 'w':\n case 'W':\n return number + '周';\n default:\n return number;\n }\n },\n relativeTime : {\n future : '%s内',\n past : '%s前',\n s : '几秒',\n ss : '%d 秒',\n m : '1 分钟',\n mm : '%d 分钟',\n h : '1 小时',\n hh : '%d 小时',\n d : '1 天',\n dd : '%d 天',\n M : '1 个月',\n MM : '%d 个月',\n y : '1 年',\n yy : '%d 年'\n },\n week : {\n // GB/T 7408-1994《数据元和交换格式·信息交换·日期和时间表示法》与ISO 8601:1988等效\n dow : 1, // Monday is the first day of the week.\n doy : 4 // The week that contains Jan 4th is the first week of the year.\n }\n });\n\n return zhCn;\n\n})));\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n var zhHk = moment.defineLocale('zh-hk', {\n months : '一月_二月_三月_四月_五月_六月_七月_八月_九月_十月_十一月_十二月'.split('_'),\n monthsShort : '1月_2月_3月_4月_5月_6月_7月_8月_9月_10月_11月_12月'.split('_'),\n weekdays : '星期日_星期一_星期二_星期三_星期四_星期五_星期六'.split('_'),\n weekdaysShort : '週日_週一_週二_週三_週四_週五_週六'.split('_'),\n weekdaysMin : '日_一_二_三_四_五_六'.split('_'),\n longDateFormat : {\n LT : 'HH:mm',\n LTS : 'HH:mm:ss',\n L : 'YYYY/MM/DD',\n LL : 'YYYY年M月D日',\n LLL : 'YYYY年M月D日 HH:mm',\n LLLL : 'YYYY年M月D日dddd HH:mm',\n l : 'YYYY/M/D',\n ll : 'YYYY年M月D日',\n lll : 'YYYY年M月D日 HH:mm',\n llll : 'YYYY年M月D日dddd HH:mm'\n },\n meridiemParse: /凌晨|早上|上午|中午|下午|晚上/,\n meridiemHour : function (hour, meridiem) {\n if (hour === 12) {\n hour = 0;\n }\n if (meridiem === '凌晨' || meridiem === '早上' || meridiem === '上午') {\n return hour;\n } else if (meridiem === '中午') {\n return hour >= 11 ? hour : hour + 12;\n } else if (meridiem === '下午' || meridiem === '晚上') {\n return hour + 12;\n }\n },\n meridiem : function (hour, minute, isLower) {\n var hm = hour * 100 + minute;\n if (hm < 600) {\n return '凌晨';\n } else if (hm < 900) {\n return '早上';\n } else if (hm < 1130) {\n return '上午';\n } else if (hm < 1230) {\n return '中午';\n } else if (hm < 1800) {\n return '下午';\n } else {\n return '晚上';\n }\n },\n calendar : {\n sameDay : '[今天]LT',\n nextDay : '[明天]LT',\n nextWeek : '[下]ddddLT',\n lastDay : '[昨天]LT',\n lastWeek : '[上]ddddLT',\n sameElse : 'L'\n },\n dayOfMonthOrdinalParse: /\\d{1,2}(日|月|週)/,\n ordinal : function (number, period) {\n switch (period) {\n case 'd' :\n case 'D' :\n case 'DDD' :\n return number + '日';\n case 'M' :\n return number + '月';\n case 'w' :\n case 'W' :\n return number + '週';\n default :\n return number;\n }\n },\n relativeTime : {\n future : '%s內',\n past : '%s前',\n s : '幾秒',\n ss : '%d 秒',\n m : '1 分鐘',\n mm : '%d 分鐘',\n h : '1 小時',\n hh : '%d 小時',\n d : '1 天',\n dd : '%d 天',\n M : '1 個月',\n MM : '%d 個月',\n y : '1 年',\n yy : '%d 年'\n }\n });\n\n return zhHk;\n\n})));\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n var zhTw = moment.defineLocale('zh-tw', {\n months : '一月_二月_三月_四月_五月_六月_七月_八月_九月_十月_十一月_十二月'.split('_'),\n monthsShort : '1月_2月_3月_4月_5月_6月_7月_8月_9月_10月_11月_12月'.split('_'),\n weekdays : '星期日_星期一_星期二_星期三_星期四_星期五_星期六'.split('_'),\n weekdaysShort : '週日_週一_週二_週三_週四_週五_週六'.split('_'),\n weekdaysMin : '日_一_二_三_四_五_六'.split('_'),\n longDateFormat : {\n LT : 'HH:mm',\n LTS : 'HH:mm:ss',\n L : 'YYYY/MM/DD',\n LL : 'YYYY年M月D日',\n LLL : 'YYYY年M月D日 HH:mm',\n LLLL : 'YYYY年M月D日dddd HH:mm',\n l : 'YYYY/M/D',\n ll : 'YYYY年M月D日',\n lll : 'YYYY年M月D日 HH:mm',\n llll : 'YYYY年M月D日dddd HH:mm'\n },\n meridiemParse: /凌晨|早上|上午|中午|下午|晚上/,\n meridiemHour : function (hour, meridiem) {\n if (hour === 12) {\n hour = 0;\n }\n if (meridiem === '凌晨' || meridiem === '早上' || meridiem === '上午') {\n return hour;\n } else if (meridiem === '中午') {\n return hour >= 11 ? hour : hour + 12;\n } else if (meridiem === '下午' || meridiem === '晚上') {\n return hour + 12;\n }\n },\n meridiem : function (hour, minute, isLower) {\n var hm = hour * 100 + minute;\n if (hm < 600) {\n return '凌晨';\n } else if (hm < 900) {\n return '早上';\n } else if (hm < 1130) {\n return '上午';\n } else if (hm < 1230) {\n return '中午';\n } else if (hm < 1800) {\n return '下午';\n } else {\n return '晚上';\n }\n },\n calendar : {\n sameDay : '[今天] LT',\n nextDay : '[明天] LT',\n nextWeek : '[下]dddd LT',\n lastDay : '[昨天] LT',\n lastWeek : '[上]dddd LT',\n sameElse : 'L'\n },\n dayOfMonthOrdinalParse: /\\d{1,2}(日|月|週)/,\n ordinal : function (number, period) {\n switch (period) {\n case 'd' :\n case 'D' :\n case 'DDD' :\n return number + '日';\n case 'M' :\n return number + '月';\n case 'w' :\n case 'W' :\n return number + '週';\n default :\n return number;\n }\n },\n relativeTime : {\n future : '%s內',\n past : '%s前',\n s : '幾秒',\n ss : '%d 秒',\n m : '1 分鐘',\n mm : '%d 分鐘',\n h : '1 小時',\n hh : '%d 小時',\n d : '1 天',\n dd : '%d 天',\n M : '1 個月',\n MM : '%d 個月',\n y : '1 年',\n yy : '%d 年'\n }\n });\n\n return zhTw;\n\n})));\n","module.exports = function (bitmap, value) {\n return {\n enumerable: !(bitmap & 1),\n configurable: !(bitmap & 2),\n writable: !(bitmap & 4),\n value: value\n };\n};\n","var toInteger = require('../internals/to-integer');\n\nvar max = Math.max;\nvar min = Math.min;\n\n// Helper for a popular repeating case of the spec:\n// Let integer be ? ToInteger(index).\n// If integer < 0, let result be max((length + integer), 0); else let result be min(integer, length).\nmodule.exports = function (index, length) {\n var integer = toInteger(index);\n return integer < 0 ? max(integer + length, 0) : min(integer, length);\n};\n","var aFunction = require('../internals/a-function');\n\n// optional / simple context binding\nmodule.exports = function (fn, that, length) {\n aFunction(fn);\n if (that === undefined) return fn;\n switch (length) {\n case 0: return function () {\n return fn.call(that);\n };\n case 1: return function (a) {\n return fn.call(that, a);\n };\n case 2: return function (a, b) {\n return fn.call(that, a, b);\n };\n case 3: return function (a, b, c) {\n return fn.call(that, a, b, c);\n };\n }\n return function (/* ...args */) {\n return fn.apply(that, arguments);\n };\n};\n","var wellKnownSymbol = require('../internals/well-known-symbol');\nvar create = require('../internals/object-create');\nvar definePropertyModule = require('../internals/object-define-property');\n\nvar UNSCOPABLES = wellKnownSymbol('unscopables');\nvar ArrayPrototype = Array.prototype;\n\n// Array.prototype[@@unscopables]\n// https://tc39.github.io/ecma262/#sec-array.prototype-@@unscopables\nif (ArrayPrototype[UNSCOPABLES] == undefined) {\n definePropertyModule.f(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","module.exports = function (it, Constructor, name) {\n if (!(it instanceof Constructor)) {\n throw TypeError('Incorrect ' + (name ? name + ' ' : '') + 'invocation');\n } return it;\n};\n","\"use strict\";\n\nrequire(\"core-js/modules/es.array.concat\");\n\nObject.defineProperty(exports, \"__esModule\", {\n value: true\n});\nexports.loadState = loadState;\n\n/**\n * @param app app ID, e.g. \"mail\"\n * @param key name of the property\n * @throws if the key can't be found\n */\nfunction loadState(app, key) {\n var elem = document.querySelector(\"#initial-state-\".concat(app, \"-\").concat(key));\n\n if (elem === null) {\n throw new Error(\"Could not find initial state \".concat(key, \" of \").concat(app));\n }\n\n try {\n return JSON.parse(atob(elem.value));\n } catch (e) {\n throw new Error(\"Could not parse initial state \".concat(key, \" of \").concat(app));\n }\n}\n//# sourceMappingURL=index.js.map","/* eslint-disable */\n\n/**\n * @copyright 2017 Christoph Wurst <christoph@winzerhof-wurst.at>\n *\n * @author 2017 Christoph Wurst <christoph@winzerhof-wurst.at>\n *\n * @license GNU AGPL version 3 or any later version\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see <http://www.gnu.org/licenses/>.\n *\n */\n\nimport $ from 'jquery'\nimport { Collection, Model, View } from 'backbone'\n\nimport OC from './index'\n\n/**\n * @class Contact\n */\nconst Contact = Model.extend({\n\tdefaults: {\n\t\tfullName: '',\n\t\tlastMessage: '',\n\t\tactions: [],\n\t\thasOneAction: false,\n\t\thasTwoActions: false,\n\t\thasManyActions: false\n\t},\n\n\t/**\n\t * @returns {undefined}\n\t */\n\tinitialize: function() {\n\t\t// Add needed property for easier template rendering\n\t\tif (this.get('actions').length === 0) {\n\t\t\tthis.set('hasOneAction', true)\n\t\t} else if (this.get('actions').length === 1) {\n\t\t\tthis.set('hasTwoActions', true)\n\t\t\tthis.set('secondAction', this.get('actions')[0])\n\t\t} else {\n\t\t\tthis.set('hasManyActions', true)\n\t\t}\n\t}\n})\n\n/**\n * @class ContactCollection\n * @private\n */\nconst ContactCollection = Collection.extend({\n\tmodel: Contact\n})\n\n/**\n * @class ContactsListView\n * @private\n */\nconst ContactsListView = View.extend({\n\n\t/** @type {ContactCollection} */\n\t_collection: undefined,\n\n\t/** @type {array} */\n\t_subViews: [],\n\n\t/**\n\t * @param {object} options\n\t * @returns {undefined}\n\t */\n\tinitialize: function(options) {\n\t\tthis._collection = options.collection\n\t},\n\n\t/**\n\t * @returns {self}\n\t */\n\trender: function() {\n\t\tvar self = this\n\t\tself.$el.html('')\n\t\tself._subViews = []\n\n\t\tself._collection.forEach(function(contact) {\n\t\t\tvar item = new ContactsListItemView({\n\t\t\t\tmodel: contact\n\t\t\t})\n\t\t\titem.render()\n\t\t\tself.$el.append(item.$el)\n\t\t\titem.on('toggle:actionmenu', self._onChildActionMenuToggle, self)\n\t\t\tself._subViews.push(item)\n\t\t})\n\n\t\treturn self\n\t},\n\n\t/**\n\t * Event callback to propagate opening (another) entry's action menu\n\t *\n\t * @param {type} $src\n\t * @returns {undefined}\n\t */\n\t_onChildActionMenuToggle: function($src) {\n\t\tthis._subViews.forEach(function(view) {\n\t\t\tview.trigger('parent:toggle:actionmenu', $src)\n\t\t})\n\t}\n})\n\n/**\n * @class ContactsListItemView\n * @private\n */\nconst ContactsListItemView = View.extend({\n\n\t/** @type {string} */\n\tclassName: 'contact',\n\n\t/** @type {undefined|function} */\n\t_template: undefined,\n\n\t/** @type {Contact} */\n\t_model: undefined,\n\n\t/** @type {boolean} */\n\t_actionMenuShown: false,\n\n\tevents: {\n\t\t'click .icon-more': '_onToggleActionsMenu'\n\t},\n\n\tcontactTemplate: require('./contactsmenu/contact.handlebars'),\n\n\t/**\n\t * @param {object} data\n\t * @returns {undefined}\n\t */\n\ttemplate: function(data) {\n\t\treturn this.contactTemplate(data)\n\t},\n\n\t/**\n\t * @param {object} options\n\t * @returns {undefined}\n\t */\n\tinitialize: function(options) {\n\t\tthis._model = options.model\n\t\tthis.on('parent:toggle:actionmenu', this._onOtherActionMenuOpened, this)\n\t},\n\n\t/**\n\t * @returns {self}\n\t */\n\trender: function() {\n\t\tthis.$el.html(this.template({\n\t\t\tcontact: this._model.toJSON()\n\t\t}))\n\t\tthis.delegateEvents()\n\n\t\t// Show placeholder if no avatar is available (avatar is rendered as img, not div)\n\t\tthis.$('div.avatar').imageplaceholder(this._model.get('fullName'))\n\n\t\t// Show tooltip for top action\n\t\tthis.$('.top-action').tooltip({ placement: 'left' })\n\t\t// Show tooltip for second action\n\t\tthis.$('.second-action').tooltip({ placement: 'left' })\n\n\t\treturn this\n\t},\n\n\t/**\n\t * Toggle the visibility of the action popover menu\n\t *\n\t * @private\n\t * @returns {undefined}\n\t */\n\t_onToggleActionsMenu: function() {\n\t\tthis._actionMenuShown = !this._actionMenuShown\n\t\tif (this._actionMenuShown) {\n\t\t\tthis.$('.menu').show()\n\t\t} else {\n\t\t\tthis.$('.menu').hide()\n\t\t}\n\t\tthis.trigger('toggle:actionmenu', this.$el)\n\t},\n\n\t/**\n\t * @private\n\t * @argument {jQuery} $src\n\t * @returns {undefined}\n\t */\n\t_onOtherActionMenuOpened: function($src) {\n\t\tif (this.$el.is($src)) {\n\t\t\t// Ignore\n\t\t\treturn\n\t\t}\n\t\tthis._actionMenuShown = false\n\t\tthis.$('.menu').hide()\n\t}\n})\n\n/**\n * @class ContactsMenuView\n * @private\n */\nconst ContactsMenuView = View.extend({\n\n\t/** @type {undefined|function} */\n\t_loadingTemplate: undefined,\n\n\t/** @type {undefined|function} */\n\t_errorTemplate: undefined,\n\n\t/** @type {undefined|function} */\n\t_contentTemplate: undefined,\n\n\t/** @type {undefined|function} */\n\t_contactsTemplate: undefined,\n\n\t/** @type {undefined|ContactCollection} */\n\t_contacts: undefined,\n\n\t/** @type {string} */\n\t_searchTerm: '',\n\n\tevents: {\n\t\t'input #contactsmenu-search': '_onSearch'\n\t},\n\n\ttemplates: {\n\t\tloading: require('./contactsmenu/loading.handlebars'),\n\t\terror: require('./contactsmenu/error.handlebars'),\n\t\tmenu: require('./contactsmenu/menu.handlebars'),\n\t\tlist: require('./contactsmenu/list.handlebars')\n\t},\n\n\t/**\n\t * @returns {undefined}\n\t */\n\t_onSearch: _.debounce(function(e) {\n\t\tvar searchTerm = this.$('#contactsmenu-search').val()\n\t\t// IE11 triggers an 'input' event after the view has been rendered\n\t\t// resulting in an endless loading loop. To prevent this, we remember\n\t\t// the last search term to savely ignore some events\n\t\t// See https://github.com/nextcloud/server/issues/5281\n\t\tif (searchTerm !== this._searchTerm) {\n\t\t\tthis.trigger('search', this.$('#contactsmenu-search').val())\n\t\t\tthis._searchTerm = searchTerm\n\t\t}\n\t}, 700),\n\n\t/**\n\t * @param {object} data\n\t * @returns {string}\n\t */\n\tloadingTemplate: function(data) {\n\t\treturn this.templates.loading(data)\n\t},\n\n\t/**\n\t * @param {object} data\n\t * @returns {string}\n\t */\n\terrorTemplate: function(data) {\n\t\treturn this.templates.error(\n\t\t\t_.extend({\n\t\t\t\tcouldNotLoadText: t('core', 'Could not load your contacts')\n\t\t\t}, data)\n\t\t)\n\t},\n\n\t/**\n\t * @param {object} data\n\t * @returns {string}\n\t */\n\tcontentTemplate: function(data) {\n\t\treturn this.templates.menu(\n\t\t\t_.extend({\n\t\t\t\tsearchContactsText: t('core', 'Search contacts …')\n\t\t\t}, data)\n\t\t)\n\t},\n\n\t/**\n\t * @param {object} data\n\t * @returns {string}\n\t */\n\tcontactsTemplate: function(data) {\n\t\treturn this.templates.list(\n\t\t\t_.extend({\n\t\t\t\tnoContactsFoundText: t('core', 'No contacts found'),\n\t\t\t\tshowAllContactsText: t('core', 'Show all contacts …'),\n\t\t\t\tcontactsAppMgmtText: t('core', 'Install the Contacts app')\n\t\t\t}, data)\n\t\t)\n\t},\n\n\t/**\n\t * @param {object} options\n\t * @returns {undefined}\n\t */\n\tinitialize: function(options) {\n\t\tthis.options = options\n\t},\n\n\t/**\n\t * @param {string} text\n\t * @returns {undefined}\n\t */\n\tshowLoading: function(text) {\n\t\tthis.render()\n\t\tthis._contacts = undefined\n\t\tthis.$('.content').html(this.loadingTemplate({\n\t\t\tloadingText: text\n\t\t}))\n\t},\n\n\t/**\n\t * @returns {undefined}\n\t */\n\tshowError: function() {\n\t\tthis.render()\n\t\tthis._contacts = undefined\n\t\tthis.$('.content').html(this.errorTemplate())\n\t},\n\n\t/**\n\t * @param {object} viewData\n\t * @param {string} searchTerm\n\t * @returns {undefined}\n\t */\n\tshowContacts: function(viewData, searchTerm) {\n\t\tthis._contacts = viewData.contacts\n\t\tthis.render({\n\t\t\tcontacts: viewData.contacts\n\t\t})\n\n\t\tvar list = new ContactsListView({\n\t\t\tcollection: viewData.contacts\n\t\t})\n\t\tlist.render()\n\t\tthis.$('.content').html(this.contactsTemplate({\n\t\t\tcontacts: viewData.contacts,\n\t\t\tsearchTerm: searchTerm,\n\t\t\tcontactsAppEnabled: viewData.contactsAppEnabled,\n\t\t\tcontactsAppURL: OC.generateUrl('/apps/contacts'),\n\t\t\tcanInstallApp: OC.isUserAdmin(),\n\t\t\tcontactsAppMgmtURL: OC.generateUrl('/settings/apps/social/contacts')\n\t\t}))\n\t\tthis.$('#contactsmenu-contacts').html(list.$el)\n\t},\n\n\t/**\n\t * @param {object} data\n\t * @returns {self}\n\t */\n\trender: function(data) {\n\t\tvar searchVal = this.$('#contactsmenu-search').val()\n\t\tthis.$el.html(this.contentTemplate(data))\n\n\t\t// Focus search\n\t\tthis.$('#contactsmenu-search').val(searchVal)\n\t\tthis.$('#contactsmenu-search').focus()\n\t\treturn this\n\t}\n\n})\n\n/**\n * @param {Object} options\n * @param {jQuery} options.el\n * @param {jQuery} options.trigger\n * @class ContactsMenu\n * @memberOf OC\n */\nconst ContactsMenu = function(options) {\n\tthis.initialize(options)\n}\n\nContactsMenu.prototype = {\n\t/** @type {jQuery} */\n\t$el: undefined,\n\n\t/** @type {jQuery} */\n\t_$trigger: undefined,\n\n\t/** @type {ContactsMenuView} */\n\t_view: undefined,\n\n\t/** @type {Promise} */\n\t_contactsPromise: undefined,\n\n\t/**\n\t * @param {Object} options\n\t * @param {jQuery} options.el - the element to render the menu in\n\t * @param {jQuery} options.trigger - the element to click on to open the menu\n\t * @returns {undefined}\n\t */\n\tinitialize: function(options) {\n\t\tthis.$el = options.el\n\t\tthis._$trigger = options.trigger\n\n\t\tthis._view = new ContactsMenuView({\n\t\t\tel: this.$el\n\t\t})\n\t\tthis._view.on('search', function(searchTerm) {\n\t\t\tthis._loadContacts(searchTerm)\n\t\t}, this)\n\n\t\tOC.registerMenu(this._$trigger, this.$el, function() {\n\t\t\tthis._toggleVisibility(true)\n\t\t}.bind(this), true)\n\t\tthis.$el.on('beforeHide', function() {\n\t\t\tthis._toggleVisibility(false)\n\t\t}.bind(this))\n\t},\n\n\t/**\n\t * @private\n\t * @param {boolean} show\n\t * @returns {Promise}\n\t */\n\t_toggleVisibility: function(show) {\n\t\tif (show) {\n\t\t\treturn this._loadContacts()\n\t\t} else {\n\t\t\tthis.$el.html('')\n\t\t\treturn Promise.resolve()\n\t\t}\n\t},\n\n\t/**\n\t * @private\n\t * @param {string|undefined} searchTerm\n\t * @returns {Promise}\n\t */\n\t_getContacts: function(searchTerm) {\n\t\tvar url = OC.generateUrl('/contactsmenu/contacts')\n\t\treturn Promise.resolve($.ajax(url, {\n\t\t\tmethod: 'POST',\n\t\t\tdata: {\n\t\t\t\tfilter: searchTerm\n\t\t\t}\n\t\t}))\n\t},\n\n\t/**\n\t * @param {string|undefined} searchTerm\n\t * @returns {undefined}\n\t */\n\t_loadContacts: function(searchTerm) {\n\t\tvar self = this\n\n\t\tif (!self._contactsPromise) {\n\t\t\tself._contactsPromise = self._getContacts(searchTerm)\n\t\t}\n\n\t\tif (_.isUndefined(searchTerm) || searchTerm === '') {\n\t\t\tself._view.showLoading(t('core', 'Loading your contacts …'))\n\t\t} else {\n\t\t\tself._view.showLoading(t('core', 'Looking for {term} …', {\n\t\t\t\tterm: searchTerm\n\t\t\t}))\n\t\t}\n\t\treturn self._contactsPromise.then(function(data) {\n\t\t\t// Convert contact entries to Backbone collection\n\t\t\tdata.contacts = new ContactCollection(data.contacts)\n\n\t\t\tself._view.showContacts(data, searchTerm)\n\t\t}, function(e) {\n\t\t\tself._view.showError()\n\t\t\tconsole.error('There was an error loading your contacts', e)\n\t\t}).then(function() {\n\t\t\t// Delete promise, so that contacts are fetched again when the\n\t\t\t// menu is opened the next time.\n\t\t\tdelete self._contactsPromise\n\t\t}).catch(console.error.bind(this))\n\t}\n}\n\nexport default ContactsMenu\n","'use strict';\nvar $ = require('../internals/export');\nvar $indexOf = require('../internals/array-includes').indexOf;\nvar arrayMethodIsStrict = require('../internals/array-method-is-strict');\nvar arrayMethodUsesToLength = require('../internals/array-method-uses-to-length');\n\nvar nativeIndexOf = [].indexOf;\n\nvar NEGATIVE_ZERO = !!nativeIndexOf && 1 / [1].indexOf(1, -0) < 0;\nvar STRICT_METHOD = arrayMethodIsStrict('indexOf');\nvar USES_TO_LENGTH = arrayMethodUsesToLength('indexOf', { ACCESSORS: true, 1: 0 });\n\n// `Array.prototype.indexOf` method\n// https://tc39.github.io/ecma262/#sec-array.prototype.indexof\n$({ target: 'Array', proto: true, forced: NEGATIVE_ZERO || !STRICT_METHOD || !USES_TO_LENGTH }, {\n indexOf: function indexOf(searchElement /* , fromIndex = 0 */) {\n return NEGATIVE_ZERO\n // convert -0 to +0\n ? nativeIndexOf.apply(this, arguments) || 0\n : $indexOf(this, searchElement, arguments.length > 1 ? arguments[1] : undefined);\n }\n});\n","var global = require('../internals/global');\nvar isObject = require('../internals/is-object');\n\nvar document = global.document;\n// typeof document.createElement is 'object' in old IE\nvar EXISTS = isObject(document) && isObject(document.createElement);\n\nmodule.exports = function (it) {\n return EXISTS ? document.createElement(it) : {};\n};\n","var NATIVE_WEAK_MAP = require('../internals/native-weak-map');\nvar global = require('../internals/global');\nvar isObject = require('../internals/is-object');\nvar createNonEnumerableProperty = require('../internals/create-non-enumerable-property');\nvar objectHas = require('../internals/has');\nvar sharedKey = require('../internals/shared-key');\nvar hiddenKeys = require('../internals/hidden-keys');\n\nvar WeakMap = global.WeakMap;\nvar set, get, has;\n\nvar enforce = function (it) {\n return has(it) ? get(it) : set(it, {});\n};\n\nvar getterFor = function (TYPE) {\n return function (it) {\n var state;\n if (!isObject(it) || (state = get(it)).type !== TYPE) {\n throw TypeError('Incompatible receiver, ' + TYPE + ' required');\n } return state;\n };\n};\n\nif (NATIVE_WEAK_MAP) {\n var store = new WeakMap();\n var wmget = store.get;\n var wmhas = store.has;\n var wmset = store.set;\n set = function (it, metadata) {\n wmset.call(store, it, metadata);\n return metadata;\n };\n get = function (it) {\n return wmget.call(store, it) || {};\n };\n has = function (it) {\n return wmhas.call(store, it);\n };\n} else {\n var STATE = sharedKey('state');\n hiddenKeys[STATE] = true;\n set = function (it, metadata) {\n createNonEnumerableProperty(it, STATE, metadata);\n return metadata;\n };\n get = function (it) {\n return objectHas(it, STATE) ? it[STATE] : {};\n };\n has = function (it) {\n return objectHas(it, STATE);\n };\n}\n\nmodule.exports = {\n set: set,\n get: get,\n has: has,\n enforce: enforce,\n getterFor: getterFor\n};\n","var global = require('../internals/global');\nvar inspectSource = require('../internals/inspect-source');\n\nvar WeakMap = global.WeakMap;\n\nmodule.exports = typeof WeakMap === 'function' && /native code/.test(inspectSource(WeakMap));\n","var shared = require('../internals/shared');\nvar uid = require('../internals/uid');\n\nvar keys = shared('keys');\n\nmodule.exports = function (key) {\n return keys[key] || (keys[key] = uid(key));\n};\n","module.exports = false;\n","var has = require('../internals/has');\nvar ownKeys = require('../internals/own-keys');\nvar getOwnPropertyDescriptorModule = require('../internals/object-get-own-property-descriptor');\nvar definePropertyModule = require('../internals/object-define-property');\n\nmodule.exports = function (target, source) {\n var keys = ownKeys(source);\n var defineProperty = definePropertyModule.f;\n var getOwnPropertyDescriptor = getOwnPropertyDescriptorModule.f;\n for (var i = 0; i < keys.length; i++) {\n var key = keys[i];\n if (!has(target, key)) defineProperty(target, key, getOwnPropertyDescriptor(source, key));\n }\n};\n","var getBuiltIn = require('../internals/get-built-in');\nvar getOwnPropertyNamesModule = require('../internals/object-get-own-property-names');\nvar getOwnPropertySymbolsModule = require('../internals/object-get-own-property-symbols');\nvar anObject = require('../internals/an-object');\n\n// all object keys, includes non-enumerable and symbols\nmodule.exports = getBuiltIn('Reflect', 'ownKeys') || function ownKeys(it) {\n var keys = getOwnPropertyNamesModule.f(anObject(it));\n var getOwnPropertySymbols = getOwnPropertySymbolsModule.f;\n return getOwnPropertySymbols ? keys.concat(getOwnPropertySymbols(it)) : keys;\n};\n","var path = require('../internals/path');\nvar global = require('../internals/global');\n\nvar aFunction = function (variable) {\n return typeof variable == 'function' ? variable : undefined;\n};\n\nmodule.exports = function (namespace, method) {\n return arguments.length < 2 ? aFunction(path[namespace]) || aFunction(global[namespace])\n : path[namespace] && path[namespace][method] || global[namespace] && global[namespace][method];\n};\n","var global = require('../internals/global');\n\nmodule.exports = global;\n","var internalObjectKeys = require('../internals/object-keys-internal');\nvar enumBugKeys = require('../internals/enum-bug-keys');\n\nvar hiddenKeys = enumBugKeys.concat('length', 'prototype');\n\n// `Object.getOwnPropertyNames` method\n// https://tc39.github.io/ecma262/#sec-object.getownpropertynames\nexports.f = Object.getOwnPropertyNames || function getOwnPropertyNames(O) {\n return internalObjectKeys(O, hiddenKeys);\n};\n","var toInteger = require('../internals/to-integer');\n\nvar max = Math.max;\nvar min = Math.min;\n\n// Helper for a popular repeating case of the spec:\n// Let integer be ? ToInteger(index).\n// If integer < 0, let result be max((length + integer), 0); else let result be min(integer, length).\nmodule.exports = function (index, length) {\n var integer = toInteger(index);\n return integer < 0 ? max(integer + length, 0) : min(integer, length);\n};\n","var fails = require('../internals/fails');\n\nvar replacement = /#|\\.prototype\\./;\n\nvar isForced = function (feature, detection) {\n var value = data[normalize(feature)];\n return value == POLYFILL ? true\n : value == NATIVE ? false\n : typeof detection == 'function' ? fails(detection)\n : !!detection;\n};\n\nvar normalize = isForced.normalize = function (string) {\n return String(string).replace(replacement, '.').toLowerCase();\n};\n\nvar data = isForced.data = {};\nvar NATIVE = isForced.NATIVE = 'N';\nvar POLYFILL = isForced.POLYFILL = 'P';\n\nmodule.exports = isForced;\n","'use strict';\nvar fails = require('../internals/fails');\n\nmodule.exports = function (METHOD_NAME, argument) {\n var method = [][METHOD_NAME];\n return !!method && fails(function () {\n // eslint-disable-next-line no-useless-call,no-throw-literal\n method.call(null, argument || function () { throw 1; }, 1);\n });\n};\n","var DESCRIPTORS = require('../internals/descriptors');\nvar fails = require('../internals/fails');\nvar has = require('../internals/has');\n\nvar defineProperty = Object.defineProperty;\nvar cache = {};\n\nvar thrower = function (it) { throw it; };\n\nmodule.exports = function (METHOD_NAME, options) {\n if (has(cache, METHOD_NAME)) return cache[METHOD_NAME];\n if (!options) options = {};\n var method = [][METHOD_NAME];\n var ACCESSORS = has(options, 'ACCESSORS') ? options.ACCESSORS : false;\n var argument0 = has(options, 0) ? options[0] : thrower;\n var argument1 = has(options, 1) ? options[1] : undefined;\n\n return cache[METHOD_NAME] = !!method && !fails(function () {\n if (ACCESSORS && !DESCRIPTORS) return true;\n var O = { length: -1 };\n\n if (ACCESSORS) defineProperty(O, 1, { enumerable: true, get: thrower });\n else O[1] = 1;\n\n method.call(O, argument0, argument1);\n });\n};\n","var $ = require('../internals/export');\nvar assign = require('../internals/object-assign');\n\n// `Object.assign` method\n// https://tc39.github.io/ecma262/#sec-object.assign\n$({ target: 'Object', stat: true, forced: Object.assign !== assign }, {\n assign: assign\n});\n","'use strict';\nvar DESCRIPTORS = require('../internals/descriptors');\nvar fails = require('../internals/fails');\nvar objectKeys = require('../internals/object-keys');\nvar getOwnPropertySymbolsModule = require('../internals/object-get-own-property-symbols');\nvar propertyIsEnumerableModule = require('../internals/object-property-is-enumerable');\nvar toObject = require('../internals/to-object');\nvar IndexedObject = require('../internals/indexed-object');\n\nvar nativeAssign = Object.assign;\nvar defineProperty = Object.defineProperty;\n\n// `Object.assign` method\n// https://tc39.github.io/ecma262/#sec-object.assign\nmodule.exports = !nativeAssign || fails(function () {\n // should have correct order of operations (Edge bug)\n if (DESCRIPTORS && nativeAssign({ b: 1 }, nativeAssign(defineProperty({}, 'a', {\n enumerable: true,\n get: function () {\n defineProperty(this, 'b', {\n value: 3,\n enumerable: false\n });\n }\n }), { b: 2 })).b !== 1) return true;\n // should work with symbols and should have deterministic property order (V8 bug)\n var A = {};\n var B = {};\n // eslint-disable-next-line no-undef\n var symbol = Symbol();\n var alphabet = 'abcdefghijklmnopqrst';\n A[symbol] = 7;\n alphabet.split('').forEach(function (chr) { B[chr] = chr; });\n return nativeAssign({}, A)[symbol] != 7 || objectKeys(nativeAssign({}, B)).join('') != alphabet;\n}) ? function assign(target, source) { // eslint-disable-line no-unused-vars\n var T = toObject(target);\n var argumentsLength = arguments.length;\n var index = 1;\n var getOwnPropertySymbols = getOwnPropertySymbolsModule.f;\n var propertyIsEnumerable = propertyIsEnumerableModule.f;\n while (argumentsLength > index) {\n var S = IndexedObject(arguments[index++]);\n var keys = getOwnPropertySymbols ? objectKeys(S).concat(getOwnPropertySymbols(S)) : objectKeys(S);\n var length = keys.length;\n var j = 0;\n var key;\n while (length > j) {\n key = keys[j++];\n if (!DESCRIPTORS || propertyIsEnumerable.call(S, key)) T[key] = S[key];\n }\n } return T;\n} : nativeAssign;\n","var internalObjectKeys = require('../internals/object-keys-internal');\nvar enumBugKeys = require('../internals/enum-bug-keys');\n\n// `Object.keys` method\n// https://tc39.github.io/ecma262/#sec-object.keys\nmodule.exports = Object.keys || function keys(O) {\n return internalObjectKeys(O, enumBugKeys);\n};\n","var TO_STRING_TAG_SUPPORT = require('../internals/to-string-tag-support');\nvar redefine = require('../internals/redefine');\nvar toString = require('../internals/object-to-string');\n\n// `Object.prototype.toString` method\n// https://tc39.github.io/ecma262/#sec-object.prototype.tostring\nif (!TO_STRING_TAG_SUPPORT) {\n redefine(Object.prototype, 'toString', toString, { unsafe: true });\n}\n","var NATIVE_SYMBOL = require('../internals/native-symbol');\n\nmodule.exports = NATIVE_SYMBOL\n // eslint-disable-next-line no-undef\n && !Symbol.sham\n // eslint-disable-next-line no-undef\n && typeof Symbol.iterator == 'symbol';\n","'use strict';\nvar TO_STRING_TAG_SUPPORT = require('../internals/to-string-tag-support');\nvar classof = require('../internals/classof');\n\n// `Object.prototype.toString` method implementation\n// https://tc39.github.io/ecma262/#sec-object.prototype.tostring\nmodule.exports = TO_STRING_TAG_SUPPORT ? {}.toString : function toString() {\n return '[object ' + classof(this) + ']';\n};\n","var TO_STRING_TAG_SUPPORT = require('../internals/to-string-tag-support');\nvar classofRaw = require('../internals/classof-raw');\nvar wellKnownSymbol = require('../internals/well-known-symbol');\n\nvar TO_STRING_TAG = wellKnownSymbol('toStringTag');\n// ES3 wrong here\nvar CORRECT_ARGUMENTS = classofRaw(function () { return arguments; }()) == 'Arguments';\n\n// fallback for IE11 Script Access Denied error\nvar tryGet = function (it, key) {\n try {\n return it[key];\n } catch (error) { /* empty */ }\n};\n\n// getting tag from ES6+ `Object.prototype.toString`\nmodule.exports = TO_STRING_TAG_SUPPORT ? classofRaw : function (it) {\n var O, tag, result;\n return it === undefined ? 'Undefined' : it === null ? 'Null'\n // @@toStringTag case\n : typeof (tag = tryGet(O = Object(it), TO_STRING_TAG)) == 'string' ? tag\n // builtinTag case\n : CORRECT_ARGUMENTS ? classofRaw(O)\n // ES3 arguments fallback\n : (result = classofRaw(O)) == 'Object' && typeof O.callee == 'function' ? 'Arguments' : result;\n};\n","'use strict';\n\nvar fails = require('./fails');\n\n// babel-minify transpiles RegExp('a', 'y') -> /a/y and it causes SyntaxError,\n// so we use an intermediate function.\nfunction RE(s, f) {\n return RegExp(s, f);\n}\n\nexports.UNSUPPORTED_Y = fails(function () {\n // babel-minify transpiles RegExp('a', 'y') -> /a/y and it causes SyntaxError\n var re = RE('a', 'y');\n re.lastIndex = 2;\n return re.exec('abcd') != null;\n});\n\nexports.BROKEN_CARET = fails(function () {\n // https://bugzilla.mozilla.org/show_bug.cgi?id=773687\n var re = RE('^r', 'gy');\n re.lastIndex = 2;\n return re.exec('str') != null;\n});\n","'use strict';\nvar redefine = require('../internals/redefine');\nvar anObject = require('../internals/an-object');\nvar fails = require('../internals/fails');\nvar flags = require('../internals/regexp-flags');\n\nvar TO_STRING = 'toString';\nvar RegExpPrototype = RegExp.prototype;\nvar nativeToString = RegExpPrototype[TO_STRING];\n\nvar NOT_GENERIC = fails(function () { return nativeToString.call({ source: 'a', flags: 'b' }) != '/a/b'; });\n// FF44- RegExp#toString has a wrong name\nvar INCORRECT_NAME = nativeToString.name != TO_STRING;\n\n// `RegExp.prototype.toString` method\n// https://tc39.github.io/ecma262/#sec-regexp.prototype.tostring\nif (NOT_GENERIC || INCORRECT_NAME) {\n redefine(RegExp.prototype, TO_STRING, function toString() {\n var R = anObject(this);\n var p = String(R.source);\n var rf = R.flags;\n var f = String(rf === undefined && R instanceof RegExp && !('flags' in RegExpPrototype) ? flags.call(R) : rf);\n return '/' + p + '/' + f;\n }, { unsafe: true });\n}\n","'use strict';\nvar fixRegExpWellKnownSymbolLogic = require('../internals/fix-regexp-well-known-symbol-logic');\nvar anObject = require('../internals/an-object');\nvar toObject = require('../internals/to-object');\nvar toLength = require('../internals/to-length');\nvar toInteger = require('../internals/to-integer');\nvar requireObjectCoercible = require('../internals/require-object-coercible');\nvar advanceStringIndex = require('../internals/advance-string-index');\nvar regExpExec = require('../internals/regexp-exec-abstract');\n\nvar max = Math.max;\nvar min = Math.min;\nvar floor = Math.floor;\nvar SUBSTITUTION_SYMBOLS = /\\$([$&'`]|\\d\\d?|<[^>]*>)/g;\nvar SUBSTITUTION_SYMBOLS_NO_NAMED = /\\$([$&'`]|\\d\\d?)/g;\n\nvar maybeToString = function (it) {\n return it === undefined ? it : String(it);\n};\n\n// @@replace logic\nfixRegExpWellKnownSymbolLogic('replace', 2, function (REPLACE, nativeReplace, maybeCallNative, reason) {\n var REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE = reason.REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE;\n var REPLACE_KEEPS_$0 = reason.REPLACE_KEEPS_$0;\n var UNSAFE_SUBSTITUTE = REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE ? '$' : '$0';\n\n return [\n // `String.prototype.replace` method\n // https://tc39.github.io/ecma262/#sec-string.prototype.replace\n function replace(searchValue, replaceValue) {\n var O = requireObjectCoercible(this);\n var replacer = searchValue == undefined ? undefined : searchValue[REPLACE];\n return replacer !== undefined\n ? replacer.call(searchValue, O, replaceValue)\n : nativeReplace.call(String(O), searchValue, replaceValue);\n },\n // `RegExp.prototype[@@replace]` method\n // https://tc39.github.io/ecma262/#sec-regexp.prototype-@@replace\n function (regexp, replaceValue) {\n if (\n (!REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE && REPLACE_KEEPS_$0) ||\n (typeof replaceValue === 'string' && replaceValue.indexOf(UNSAFE_SUBSTITUTE) === -1)\n ) {\n var res = maybeCallNative(nativeReplace, regexp, this, replaceValue);\n if (res.done) return res.value;\n }\n\n var rx = anObject(regexp);\n var S = String(this);\n\n var functionalReplace = typeof replaceValue === 'function';\n if (!functionalReplace) replaceValue = String(replaceValue);\n\n var global = rx.global;\n if (global) {\n var fullUnicode = rx.unicode;\n rx.lastIndex = 0;\n }\n var results = [];\n while (true) {\n var result = regExpExec(rx, S);\n if (result === null) break;\n\n results.push(result);\n if (!global) break;\n\n var matchStr = String(result[0]);\n if (matchStr === '') rx.lastIndex = advanceStringIndex(S, toLength(rx.lastIndex), fullUnicode);\n }\n\n var accumulatedResult = '';\n var nextSourcePosition = 0;\n for (var i = 0; i < results.length; i++) {\n result = results[i];\n\n var matched = String(result[0]);\n var position = max(min(toInteger(result.index), S.length), 0);\n var captures = [];\n // NOTE: This is equivalent to\n // captures = result.slice(1).map(maybeToString)\n // but for some reason `nativeSlice.call(result, 1, result.length)` (called in\n // the slice polyfill when slicing native arrays) \"doesn't work\" in safari 9 and\n // causes a crash (https://pastebin.com/N21QzeQA) when trying to debug it.\n for (var j = 1; j < result.length; j++) captures.push(maybeToString(result[j]));\n var namedCaptures = result.groups;\n if (functionalReplace) {\n var replacerArgs = [matched].concat(captures, position, S);\n if (namedCaptures !== undefined) replacerArgs.push(namedCaptures);\n var replacement = String(replaceValue.apply(undefined, replacerArgs));\n } else {\n replacement = getSubstitution(matched, S, position, captures, namedCaptures, replaceValue);\n }\n if (position >= nextSourcePosition) {\n accumulatedResult += S.slice(nextSourcePosition, position) + replacement;\n nextSourcePosition = position + matched.length;\n }\n }\n return accumulatedResult + S.slice(nextSourcePosition);\n }\n ];\n\n // https://tc39.github.io/ecma262/#sec-getsubstitution\n function getSubstitution(matched, str, position, captures, namedCaptures, replacement) {\n var tailPos = position + matched.length;\n var m = captures.length;\n var symbols = SUBSTITUTION_SYMBOLS_NO_NAMED;\n if (namedCaptures !== undefined) {\n namedCaptures = toObject(namedCaptures);\n symbols = SUBSTITUTION_SYMBOLS;\n }\n return nativeReplace.call(replacement, symbols, function (match, ch) {\n var capture;\n switch (ch.charAt(0)) {\n case '$': return '$';\n case '&': return matched;\n case '`': return str.slice(0, position);\n case \"'\": return str.slice(tailPos);\n case '<':\n capture = namedCaptures[ch.slice(1, -1)];\n break;\n default: // \\d\\d?\n var n = +ch;\n if (n === 0) return match;\n if (n > m) {\n var f = floor(n / 10);\n if (f === 0) return match;\n if (f <= m) return captures[f - 1] === undefined ? ch.charAt(1) : captures[f - 1] + ch.charAt(1);\n return match;\n }\n capture = captures[n - 1];\n }\n return capture === undefined ? '' : capture;\n });\n }\n});\n","'use strict';\n// TODO: Remove from `core-js@4` since it's moved to entry points\nrequire('../modules/es.regexp.exec');\nvar redefine = require('../internals/redefine');\nvar fails = require('../internals/fails');\nvar wellKnownSymbol = require('../internals/well-known-symbol');\nvar regexpExec = require('../internals/regexp-exec');\nvar createNonEnumerableProperty = require('../internals/create-non-enumerable-property');\n\nvar SPECIES = wellKnownSymbol('species');\n\nvar REPLACE_SUPPORTS_NAMED_GROUPS = !fails(function () {\n // #replace needs built-in support for named groups.\n // #match works fine because it just return the exec results, even if it has\n // a \"grops\" property.\n var re = /./;\n re.exec = function () {\n var result = [];\n result.groups = { a: '7' };\n return result;\n };\n return ''.replace(re, '$<a>') !== '7';\n});\n\n// IE <= 11 replaces $0 with the whole match, as if it was $&\n// https://stackoverflow.com/questions/6024666/getting-ie-to-replace-a-regex-with-the-literal-string-0\nvar REPLACE_KEEPS_$0 = (function () {\n return 'a'.replace(/./, '$0') === '$0';\n})();\n\nvar REPLACE = wellKnownSymbol('replace');\n// Safari <= 13.0.3(?) substitutes nth capture where n>m with an empty string\nvar REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE = (function () {\n if (/./[REPLACE]) {\n return /./[REPLACE]('a', '$0') === '';\n }\n return false;\n})();\n\n// Chrome 51 has a buggy \"split\" implementation when RegExp#exec !== nativeExec\n// Weex JS has frozen built-in prototypes, so use try / catch wrapper\nvar SPLIT_WORKS_WITH_OVERWRITTEN_EXEC = !fails(function () {\n var re = /(?:)/;\n var originalExec = re.exec;\n re.exec = function () { return originalExec.apply(this, arguments); };\n var result = 'ab'.split(re);\n return result.length !== 2 || result[0] !== 'a' || result[1] !== 'b';\n});\n\nmodule.exports = function (KEY, length, exec, sham) {\n var SYMBOL = wellKnownSymbol(KEY);\n\n var DELEGATES_TO_SYMBOL = !fails(function () {\n // String methods call symbol-named RegEp methods\n var O = {};\n O[SYMBOL] = function () { return 7; };\n return ''[KEY](O) != 7;\n });\n\n var DELEGATES_TO_EXEC = DELEGATES_TO_SYMBOL && !fails(function () {\n // Symbol-named RegExp methods call .exec\n var execCalled = false;\n var re = /a/;\n\n if (KEY === 'split') {\n // We can't use real regex here since it causes deoptimization\n // and serious performance degradation in V8\n // https://github.com/zloirock/core-js/issues/306\n re = {};\n // RegExp[@@split] doesn't call the regex's exec method, but first creates\n // a new one. We need to return the patched regex when creating the new one.\n re.constructor = {};\n re.constructor[SPECIES] = function () { return re; };\n re.flags = '';\n re[SYMBOL] = /./[SYMBOL];\n }\n\n re.exec = function () { execCalled = true; return null; };\n\n re[SYMBOL]('');\n return !execCalled;\n });\n\n if (\n !DELEGATES_TO_SYMBOL ||\n !DELEGATES_TO_EXEC ||\n (KEY === 'replace' && !(\n REPLACE_SUPPORTS_NAMED_GROUPS &&\n REPLACE_KEEPS_$0 &&\n !REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE\n )) ||\n (KEY === 'split' && !SPLIT_WORKS_WITH_OVERWRITTEN_EXEC)\n ) {\n var nativeRegExpMethod = /./[SYMBOL];\n var methods = exec(SYMBOL, ''[KEY], function (nativeMethod, regexp, str, arg2, forceStringMethod) {\n if (regexp.exec === regexpExec) {\n if (DELEGATES_TO_SYMBOL && !forceStringMethod) {\n // The native String method already delegates to @@method (this\n // polyfilled function), leasing to infinite recursion.\n // We avoid it by directly calling the native @@method method.\n return { done: true, value: nativeRegExpMethod.call(regexp, str, arg2) };\n }\n return { done: true, value: nativeMethod.call(str, regexp, arg2) };\n }\n return { done: false };\n }, {\n REPLACE_KEEPS_$0: REPLACE_KEEPS_$0,\n REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE: REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE\n });\n var stringMethod = methods[0];\n var regexMethod = methods[1];\n\n redefine(String.prototype, KEY, stringMethod);\n redefine(RegExp.prototype, SYMBOL, length == 2\n // 21.2.5.8 RegExp.prototype[@@replace](string, replaceValue)\n // 21.2.5.11 RegExp.prototype[@@split](string, limit)\n ? function (string, arg) { return regexMethod.call(string, this, arg); }\n // 21.2.5.6 RegExp.prototype[@@match](string)\n // 21.2.5.9 RegExp.prototype[@@search](string)\n : function (string) { return regexMethod.call(string, this); }\n );\n }\n\n if (sham) createNonEnumerableProperty(RegExp.prototype[SYMBOL], 'sham', true);\n};\n","'use strict';\nvar charAt = require('../internals/string-multibyte').charAt;\n\n// `AdvanceStringIndex` abstract operation\n// https://tc39.github.io/ecma262/#sec-advancestringindex\nmodule.exports = function (S, index, unicode) {\n return index + (unicode ? charAt(S, index).length : 1);\n};\n","var toInteger = require('../internals/to-integer');\nvar requireObjectCoercible = require('../internals/require-object-coercible');\n\n// `String.prototype.{ codePointAt, at }` methods implementation\nvar createMethod = function (CONVERT_TO_STRING) {\n return function ($this, pos) {\n var S = String(requireObjectCoercible($this));\n var position = toInteger(pos);\n var size = S.length;\n var first, second;\n if (position < 0 || position >= size) return CONVERT_TO_STRING ? '' : undefined;\n first = S.charCodeAt(position);\n return first < 0xD800 || first > 0xDBFF || position + 1 === size\n || (second = S.charCodeAt(position + 1)) < 0xDC00 || second > 0xDFFF\n ? CONVERT_TO_STRING ? S.charAt(position) : first\n : CONVERT_TO_STRING ? S.slice(position, position + 2) : (first - 0xD800 << 10) + (second - 0xDC00) + 0x10000;\n };\n};\n\nmodule.exports = {\n // `String.prototype.codePointAt` method\n // https://tc39.github.io/ecma262/#sec-string.prototype.codepointat\n codeAt: createMethod(false),\n // `String.prototype.at` method\n // https://github.com/mathiasbynens/String.prototype.at\n charAt: createMethod(true)\n};\n","var classof = require('./classof-raw');\nvar regexpExec = require('./regexp-exec');\n\n// `RegExpExec` abstract operation\n// https://tc39.github.io/ecma262/#sec-regexpexec\nmodule.exports = function (R, S) {\n var exec = R.exec;\n if (typeof exec === 'function') {\n var result = exec.call(R, S);\n if (typeof result !== 'object') {\n throw TypeError('RegExp exec method returned something other than an Object or null');\n }\n return result;\n }\n\n if (classof(R) !== 'RegExp') {\n throw TypeError('RegExp#exec called on incompatible receiver');\n }\n\n return regexpExec.call(R, S);\n};\n\n","var internalObjectKeys = require('../internals/object-keys-internal');\nvar enumBugKeys = require('../internals/enum-bug-keys');\n\nvar hiddenKeys = enumBugKeys.concat('length', 'prototype');\n\n// `Object.getOwnPropertyNames` method\n// https://tc39.github.io/ecma262/#sec-object.getownpropertynames\nexports.f = Object.getOwnPropertyNames || function getOwnPropertyNames(O) {\n return internalObjectKeys(O, hiddenKeys);\n};\n","var classof = require('../internals/classof-raw');\n\n// `IsArray` abstract operation\n// https://tc39.github.io/ecma262/#sec-isarray\nmodule.exports = Array.isArray || function isArray(arg) {\n return classof(arg) == 'Array';\n};\n","var hiddenKeys = require('../internals/hidden-keys');\nvar isObject = require('../internals/is-object');\nvar has = require('../internals/has');\nvar defineProperty = require('../internals/object-define-property').f;\nvar uid = require('../internals/uid');\nvar FREEZING = require('../internals/freezing');\n\nvar METADATA = uid('meta');\nvar id = 0;\n\nvar isExtensible = Object.isExtensible || function () {\n return true;\n};\n\nvar setMetadata = function (it) {\n defineProperty(it, METADATA, { value: {\n objectID: 'O' + ++id, // object ID\n weakData: {} // weak collections IDs\n } });\n};\n\nvar fastKey = function (it, create) {\n // return a primitive with prefix\n if (!isObject(it)) return typeof it == 'symbol' ? it : (typeof it == 'string' ? 'S' : 'P') + it;\n if (!has(it, METADATA)) {\n // can't set metadata to uncaught frozen object\n if (!isExtensible(it)) return 'F';\n // not necessary to add metadata\n if (!create) return 'E';\n // add missing metadata\n setMetadata(it);\n // return object ID\n } return it[METADATA].objectID;\n};\n\nvar getWeakData = function (it, create) {\n if (!has(it, METADATA)) {\n // can't set metadata to uncaught frozen object\n if (!isExtensible(it)) return true;\n // not necessary to add metadata\n if (!create) return false;\n // add missing metadata\n setMetadata(it);\n // return the store of weak collections IDs\n } return it[METADATA].weakData;\n};\n\n// add metadata on freeze-family methods calling\nvar onFreeze = function (it) {\n if (FREEZING && meta.REQUIRED && isExtensible(it) && !has(it, METADATA)) setMetadata(it);\n return it;\n};\n\nvar meta = module.exports = {\n REQUIRED: false,\n fastKey: fastKey,\n getWeakData: getWeakData,\n onFreeze: onFreeze\n};\n\nhiddenKeys[METADATA] = true;\n","'use strict';\nvar toPrimitive = require('../internals/to-primitive');\nvar definePropertyModule = require('../internals/object-define-property');\nvar createPropertyDescriptor = require('../internals/create-property-descriptor');\n\nmodule.exports = function (object, key, value) {\n var propertyKey = toPrimitive(key);\n if (propertyKey in object) definePropertyModule.f(object, propertyKey, createPropertyDescriptor(0, value));\n else object[propertyKey] = value;\n};\n","var anObject = require('../internals/an-object');\nvar aPossiblePrototype = require('../internals/a-possible-prototype');\n\n// `Object.setPrototypeOf` method\n// https://tc39.github.io/ecma262/#sec-object.setprototypeof\n// Works with __proto__ only. Old v8 can't work with null proto objects.\n/* eslint-disable no-proto */\nmodule.exports = Object.setPrototypeOf || ('__proto__' in {} ? function () {\n var CORRECT_SETTER = false;\n var test = {};\n var setter;\n try {\n setter = Object.getOwnPropertyDescriptor(Object.prototype, '__proto__').set;\n setter.call(test, []);\n CORRECT_SETTER = test instanceof Array;\n } catch (error) { /* empty */ }\n return function setPrototypeOf(O, proto) {\n anObject(O);\n aPossiblePrototype(proto);\n if (CORRECT_SETTER) setter.call(O, proto);\n else O.__proto__ = proto;\n return O;\n };\n}() : undefined);\n","\"use strict\";\n\nmodule.exports = function (url, options) {\n if (!options) {\n // eslint-disable-next-line no-param-reassign\n options = {};\n } // eslint-disable-next-line no-underscore-dangle, no-param-reassign\n\n\n url = url && url.__esModule ? url.default : url;\n\n if (typeof url !== 'string') {\n return url;\n } // If url is already wrapped in quotes, remove them\n\n\n if (/^['\"].*['\"]$/.test(url)) {\n // eslint-disable-next-line no-param-reassign\n url = url.slice(1, -1);\n }\n\n if (options.hash) {\n // eslint-disable-next-line no-param-reassign\n url += options.hash;\n } // Should url be wrapped?\n // See https://drafts.csswg.org/css-values-3/#urls\n\n\n if (/[\"'() \\t\\n]/.test(url) || options.needQuotes) {\n return \"\\\"\".concat(url.replace(/\"/g, '\\\\\"').replace(/\\n/g, '\\\\n'), \"\\\"\");\n }\n\n return url;\n};","var anObject = require('../internals/an-object');\nvar isArrayIteratorMethod = require('../internals/is-array-iterator-method');\nvar toLength = require('../internals/to-length');\nvar bind = require('../internals/function-bind-context');\nvar getIteratorMethod = require('../internals/get-iterator-method');\nvar callWithSafeIterationClosing = require('../internals/call-with-safe-iteration-closing');\n\nvar Result = function (stopped, result) {\n this.stopped = stopped;\n this.result = result;\n};\n\nvar iterate = module.exports = function (iterable, fn, that, AS_ENTRIES, IS_ITERATOR) {\n var boundFunction = bind(fn, that, AS_ENTRIES ? 2 : 1);\n var iterator, iterFn, index, length, result, next, step;\n\n if (IS_ITERATOR) {\n iterator = iterable;\n } else {\n iterFn = getIteratorMethod(iterable);\n if (typeof iterFn != 'function') throw TypeError('Target is not iterable');\n // optimisation for array iterators\n if (isArrayIteratorMethod(iterFn)) {\n for (index = 0, length = toLength(iterable.length); length > index; index++) {\n result = AS_ENTRIES\n ? boundFunction(anObject(step = iterable[index])[0], step[1])\n : boundFunction(iterable[index]);\n if (result && result instanceof Result) return result;\n } return new Result(false);\n }\n iterator = iterFn.call(iterable);\n }\n\n next = iterator.next;\n while (!(step = next.call(iterator)).done) {\n result = callWithSafeIterationClosing(iterator, boundFunction, step.value, AS_ENTRIES);\n if (typeof result == 'object' && result && result instanceof Result) return result;\n } return new Result(false);\n};\n\niterate.stop = function (result) {\n return new Result(true, result);\n};\n","'use strict';\nvar getBuiltIn = require('../internals/get-built-in');\nvar definePropertyModule = require('../internals/object-define-property');\nvar wellKnownSymbol = require('../internals/well-known-symbol');\nvar DESCRIPTORS = require('../internals/descriptors');\n\nvar SPECIES = wellKnownSymbol('species');\n\nmodule.exports = function (CONSTRUCTOR_NAME) {\n var Constructor = getBuiltIn(CONSTRUCTOR_NAME);\n var defineProperty = definePropertyModule.f;\n\n if (DESCRIPTORS && Constructor && !Constructor[SPECIES]) {\n defineProperty(Constructor, SPECIES, {\n configurable: true,\n get: function () { return this; }\n });\n }\n};\n","var requireObjectCoercible = require('../internals/require-object-coercible');\nvar whitespaces = require('../internals/whitespaces');\n\nvar whitespace = '[' + whitespaces + ']';\nvar ltrim = RegExp('^' + whitespace + whitespace + '*');\nvar rtrim = RegExp(whitespace + whitespace + '*$');\n\n// `String.prototype.{ trim, trimStart, trimEnd, trimLeft, trimRight }` methods implementation\nvar createMethod = function (TYPE) {\n return function ($this) {\n var string = String(requireObjectCoercible($this));\n if (TYPE & 1) string = string.replace(ltrim, '');\n if (TYPE & 2) string = string.replace(rtrim, '');\n return string;\n };\n};\n\nmodule.exports = {\n // `String.prototype.{ trimLeft, trimStart }` methods\n // https://tc39.github.io/ecma262/#sec-string.prototype.trimstart\n start: createMethod(1),\n // `String.prototype.{ trimRight, trimEnd }` methods\n // https://tc39.github.io/ecma262/#sec-string.prototype.trimend\n end: createMethod(2),\n // `String.prototype.trim` method\n // https://tc39.github.io/ecma262/#sec-string.prototype.trim\n trim: createMethod(3)\n};\n","var redefine = require('../internals/redefine');\n\nmodule.exports = function (target, src, options) {\n for (var key in src) redefine(target, key, src[key], options);\n return target;\n};\n","'use strict';\nvar $ = require('../internals/export');\nvar fails = require('../internals/fails');\nvar isArray = require('../internals/is-array');\nvar isObject = require('../internals/is-object');\nvar toObject = require('../internals/to-object');\nvar toLength = require('../internals/to-length');\nvar createProperty = require('../internals/create-property');\nvar arraySpeciesCreate = require('../internals/array-species-create');\nvar arrayMethodHasSpeciesSupport = require('../internals/array-method-has-species-support');\nvar wellKnownSymbol = require('../internals/well-known-symbol');\nvar V8_VERSION = require('../internals/engine-v8-version');\n\nvar IS_CONCAT_SPREADABLE = wellKnownSymbol('isConcatSpreadable');\nvar MAX_SAFE_INTEGER = 0x1FFFFFFFFFFFFF;\nvar MAXIMUM_ALLOWED_INDEX_EXCEEDED = 'Maximum allowed index exceeded';\n\n// We can't use this feature detection in V8 since it causes\n// deoptimization and serious performance degradation\n// https://github.com/zloirock/core-js/issues/679\nvar IS_CONCAT_SPREADABLE_SUPPORT = V8_VERSION >= 51 || !fails(function () {\n var array = [];\n array[IS_CONCAT_SPREADABLE] = false;\n return array.concat()[0] !== array;\n});\n\nvar SPECIES_SUPPORT = arrayMethodHasSpeciesSupport('concat');\n\nvar isConcatSpreadable = function (O) {\n if (!isObject(O)) return false;\n var spreadable = O[IS_CONCAT_SPREADABLE];\n return spreadable !== undefined ? !!spreadable : isArray(O);\n};\n\nvar FORCED = !IS_CONCAT_SPREADABLE_SUPPORT || !SPECIES_SUPPORT;\n\n// `Array.prototype.concat` method\n// https://tc39.github.io/ecma262/#sec-array.prototype.concat\n// with adding support of @@isConcatSpreadable and @@species\n$({ target: 'Array', proto: true, forced: FORCED }, {\n concat: function concat(arg) { // eslint-disable-line no-unused-vars\n var O = toObject(this);\n var A = arraySpeciesCreate(O, 0);\n var n = 0;\n var i, k, length, len, E;\n for (i = -1, length = arguments.length; i < length; i++) {\n E = i === -1 ? O : arguments[i];\n if (isConcatSpreadable(E)) {\n len = toLength(E.length);\n if (n + len > MAX_SAFE_INTEGER) throw TypeError(MAXIMUM_ALLOWED_INDEX_EXCEEDED);\n for (k = 0; k < len; k++, n++) if (k in E) createProperty(A, n, E[k]);\n } else {\n if (n >= MAX_SAFE_INTEGER) throw TypeError(MAXIMUM_ALLOWED_INDEX_EXCEEDED);\n createProperty(A, n++, E);\n }\n }\n A.length = n;\n return A;\n }\n});\n","var global = require('../internals/global');\nvar getOwnPropertyDescriptor = require('../internals/object-get-own-property-descriptor').f;\nvar createNonEnumerableProperty = require('../internals/create-non-enumerable-property');\nvar redefine = require('../internals/redefine');\nvar setGlobal = require('../internals/set-global');\nvar copyConstructorProperties = require('../internals/copy-constructor-properties');\nvar isForced = require('../internals/is-forced');\n\n/*\n options.target - name of the target object\n options.global - target is the global object\n options.stat - export as static methods of target\n options.proto - export as prototype methods of target\n options.real - real prototype method for the `pure` version\n options.forced - export even if the native feature is available\n options.bind - bind methods to the target, required for the `pure` version\n options.wrap - wrap constructors to preventing global pollution, required for the `pure` version\n options.unsafe - use the simple assignment of property instead of delete + defineProperty\n options.sham - add a flag to not completely full polyfills\n options.enumerable - export as enumerable property\n options.noTargetGet - prevent calling a getter on target\n*/\nmodule.exports = function (options, source) {\n var TARGET = options.target;\n var GLOBAL = options.global;\n var STATIC = options.stat;\n var FORCED, target, key, targetProperty, sourceProperty, descriptor;\n if (GLOBAL) {\n target = global;\n } else if (STATIC) {\n target = global[TARGET] || setGlobal(TARGET, {});\n } else {\n target = (global[TARGET] || {}).prototype;\n }\n if (target) for (key in source) {\n sourceProperty = source[key];\n if (options.noTargetGet) {\n descriptor = getOwnPropertyDescriptor(target, key);\n targetProperty = descriptor && descriptor.value;\n } else targetProperty = target[key];\n FORCED = isForced(GLOBAL ? key : TARGET + (STATIC ? '.' : '#') + key, options.forced);\n // contained in target\n if (!FORCED && targetProperty !== undefined) {\n if (typeof sourceProperty === typeof targetProperty) continue;\n copyConstructorProperties(sourceProperty, targetProperty);\n }\n // add a flag to not completely full polyfills\n if (options.sham || (targetProperty && targetProperty.sham)) {\n createNonEnumerableProperty(sourceProperty, 'sham', true);\n }\n // extend global\n redefine(target, key, sourceProperty, options);\n }\n};\n","'use strict';\nvar nativePropertyIsEnumerable = {}.propertyIsEnumerable;\nvar getOwnPropertyDescriptor = Object.getOwnPropertyDescriptor;\n\n// Nashorn ~ JDK8 bug\nvar NASHORN_BUG = getOwnPropertyDescriptor && !nativePropertyIsEnumerable.call({ 1: 2 }, 1);\n\n// `Object.prototype.propertyIsEnumerable` method implementation\n// https://tc39.github.io/ecma262/#sec-object.prototype.propertyisenumerable\nexports.f = NASHORN_BUG ? function propertyIsEnumerable(V) {\n var descriptor = getOwnPropertyDescriptor(this, V);\n return !!descriptor && descriptor.enumerable;\n} : nativePropertyIsEnumerable;\n","var fails = require('../internals/fails');\nvar classof = require('../internals/classof-raw');\n\nvar split = ''.split;\n\n// fallback for non-array-like ES3 and non-enumerable old V8 strings\nmodule.exports = fails(function () {\n // throws an error in rhino, see https://github.com/mozilla/rhino/issues/346\n // eslint-disable-next-line no-prototype-builtins\n return !Object('z').propertyIsEnumerable(0);\n}) ? function (it) {\n return classof(it) == 'String' ? split.call(it, '') : Object(it);\n} : Object;\n","var global = require('../internals/global');\nvar isObject = require('../internals/is-object');\n\nvar document = global.document;\n// typeof document.createElement is 'object' in old IE\nvar EXISTS = isObject(document) && isObject(document.createElement);\n\nmodule.exports = function (it) {\n return EXISTS ? document.createElement(it) : {};\n};\n","var global = require('../internals/global');\nvar createNonEnumerableProperty = require('../internals/create-non-enumerable-property');\nvar has = require('../internals/has');\nvar setGlobal = require('../internals/set-global');\nvar inspectSource = require('../internals/inspect-source');\nvar InternalStateModule = require('../internals/internal-state');\n\nvar getInternalState = InternalStateModule.get;\nvar enforceInternalState = InternalStateModule.enforce;\nvar TEMPLATE = String(String).split('String');\n\n(module.exports = function (O, key, value, options) {\n var unsafe = options ? !!options.unsafe : false;\n var simple = options ? !!options.enumerable : false;\n var noTargetGet = options ? !!options.noTargetGet : false;\n if (typeof value == 'function') {\n if (typeof key == 'string' && !has(value, 'name')) createNonEnumerableProperty(value, 'name', key);\n enforceInternalState(value).source = TEMPLATE.join(typeof key == 'string' ? key : '');\n }\n if (O === global) {\n if (simple) O[key] = value;\n else setGlobal(key, value);\n return;\n } else if (!unsafe) {\n delete O[key];\n } else if (!noTargetGet && O[key]) {\n simple = true;\n }\n if (simple) O[key] = value;\n else createNonEnumerableProperty(O, key, value);\n// add fake Function#toString for correct work wrapped methods / constructors with methods like LoDash isNative\n})(Function.prototype, 'toString', function toString() {\n return typeof this == 'function' && getInternalState(this).source || inspectSource(this);\n});\n","var NATIVE_WEAK_MAP = require('../internals/native-weak-map');\nvar global = require('../internals/global');\nvar isObject = require('../internals/is-object');\nvar createNonEnumerableProperty = require('../internals/create-non-enumerable-property');\nvar objectHas = require('../internals/has');\nvar sharedKey = require('../internals/shared-key');\nvar hiddenKeys = require('../internals/hidden-keys');\n\nvar WeakMap = global.WeakMap;\nvar set, get, has;\n\nvar enforce = function (it) {\n return has(it) ? get(it) : set(it, {});\n};\n\nvar getterFor = function (TYPE) {\n return function (it) {\n var state;\n if (!isObject(it) || (state = get(it)).type !== TYPE) {\n throw TypeError('Incompatible receiver, ' + TYPE + ' required');\n } return state;\n };\n};\n\nif (NATIVE_WEAK_MAP) {\n var store = new WeakMap();\n var wmget = store.get;\n var wmhas = store.has;\n var wmset = store.set;\n set = function (it, metadata) {\n wmset.call(store, it, metadata);\n return metadata;\n };\n get = function (it) {\n return wmget.call(store, it) || {};\n };\n has = function (it) {\n return wmhas.call(store, it);\n };\n} else {\n var STATE = sharedKey('state');\n hiddenKeys[STATE] = true;\n set = function (it, metadata) {\n createNonEnumerableProperty(it, STATE, metadata);\n return metadata;\n };\n get = function (it) {\n return objectHas(it, STATE) ? it[STATE] : {};\n };\n has = function (it) {\n return objectHas(it, STATE);\n };\n}\n\nmodule.exports = {\n set: set,\n get: get,\n has: has,\n enforce: enforce,\n getterFor: getterFor\n};\n","var global = require('../internals/global');\nvar inspectSource = require('../internals/inspect-source');\n\nvar WeakMap = global.WeakMap;\n\nmodule.exports = typeof WeakMap === 'function' && /native code/.test(inspectSource(WeakMap));\n","var shared = require('../internals/shared');\nvar uid = require('../internals/uid');\n\nvar keys = shared('keys');\n\nmodule.exports = function (key) {\n return keys[key] || (keys[key] = uid(key));\n};\n","module.exports = false;\n","var has = require('../internals/has');\nvar ownKeys = require('../internals/own-keys');\nvar getOwnPropertyDescriptorModule = require('../internals/object-get-own-property-descriptor');\nvar definePropertyModule = require('../internals/object-define-property');\n\nmodule.exports = function (target, source) {\n var keys = ownKeys(source);\n var defineProperty = definePropertyModule.f;\n var getOwnPropertyDescriptor = getOwnPropertyDescriptorModule.f;\n for (var i = 0; i < keys.length; i++) {\n var key = keys[i];\n if (!has(target, key)) defineProperty(target, key, getOwnPropertyDescriptor(source, key));\n }\n};\n","var getBuiltIn = require('../internals/get-built-in');\nvar getOwnPropertyNamesModule = require('../internals/object-get-own-property-names');\nvar getOwnPropertySymbolsModule = require('../internals/object-get-own-property-symbols');\nvar anObject = require('../internals/an-object');\n\n// all object keys, includes non-enumerable and symbols\nmodule.exports = getBuiltIn('Reflect', 'ownKeys') || function ownKeys(it) {\n var keys = getOwnPropertyNamesModule.f(anObject(it));\n var getOwnPropertySymbols = getOwnPropertySymbolsModule.f;\n return getOwnPropertySymbols ? keys.concat(getOwnPropertySymbols(it)) : keys;\n};\n","var global = require('../internals/global');\n\nmodule.exports = global;\n","var internalObjectKeys = require('../internals/object-keys-internal');\nvar enumBugKeys = require('../internals/enum-bug-keys');\n\nvar hiddenKeys = enumBugKeys.concat('length', 'prototype');\n\n// `Object.getOwnPropertyNames` method\n// https://tc39.github.io/ecma262/#sec-object.getownpropertynames\nexports.f = Object.getOwnPropertyNames || function getOwnPropertyNames(O) {\n return internalObjectKeys(O, hiddenKeys);\n};\n","var has = require('../internals/has');\nvar toIndexedObject = require('../internals/to-indexed-object');\nvar indexOf = require('../internals/array-includes').indexOf;\nvar hiddenKeys = require('../internals/hidden-keys');\n\nmodule.exports = function (object, names) {\n var O = toIndexedObject(object);\n var i = 0;\n var result = [];\n var key;\n for (key in O) !has(hiddenKeys, key) && has(O, key) && result.push(key);\n // Don't enum bug & hidden keys\n while (names.length > i) if (has(O, key = names[i++])) {\n ~indexOf(result, key) || result.push(key);\n }\n return result;\n};\n","var toIndexedObject = require('../internals/to-indexed-object');\nvar toLength = require('../internals/to-length');\nvar toAbsoluteIndex = require('../internals/to-absolute-index');\n\n// `Array.prototype.{ indexOf, includes }` methods implementation\nvar createMethod = function (IS_INCLUDES) {\n return function ($this, el, fromIndex) {\n var O = toIndexedObject($this);\n var length = toLength(O.length);\n var index = toAbsoluteIndex(fromIndex, length);\n var value;\n // Array#includes uses SameValueZero equality algorithm\n // eslint-disable-next-line no-self-compare\n if (IS_INCLUDES && el != el) while (length > index) {\n value = O[index++];\n // eslint-disable-next-line no-self-compare\n if (value != value) return true;\n // Array#indexOf ignores holes, Array#includes - not\n } else for (;length > index; index++) {\n if ((IS_INCLUDES || index in O) && O[index] === el) return IS_INCLUDES || index || 0;\n } return !IS_INCLUDES && -1;\n };\n};\n\nmodule.exports = {\n // `Array.prototype.includes` method\n // https://tc39.github.io/ecma262/#sec-array.prototype.includes\n includes: createMethod(true),\n // `Array.prototype.indexOf` method\n // https://tc39.github.io/ecma262/#sec-array.prototype.indexof\n indexOf: createMethod(false)\n};\n","var toInteger = require('../internals/to-integer');\n\nvar max = Math.max;\nvar min = Math.min;\n\n// Helper for a popular repeating case of the spec:\n// Let integer be ? ToInteger(index).\n// If integer < 0, let result be max((length + integer), 0); else let result be min(integer, length).\nmodule.exports = function (index, length) {\n var integer = toInteger(index);\n return integer < 0 ? max(integer + length, 0) : min(integer, length);\n};\n","// IE8- don't enum bug keys\nmodule.exports = [\n 'constructor',\n 'hasOwnProperty',\n 'isPrototypeOf',\n 'propertyIsEnumerable',\n 'toLocaleString',\n 'toString',\n 'valueOf'\n];\n","exports.f = Object.getOwnPropertySymbols;\n","var fails = require('../internals/fails');\n\nvar replacement = /#|\\.prototype\\./;\n\nvar isForced = function (feature, detection) {\n var value = data[normalize(feature)];\n return value == POLYFILL ? true\n : value == NATIVE ? false\n : typeof detection == 'function' ? fails(detection)\n : !!detection;\n};\n\nvar normalize = isForced.normalize = function (string) {\n return String(string).replace(replacement, '.').toLowerCase();\n};\n\nvar data = isForced.data = {};\nvar NATIVE = isForced.NATIVE = 'N';\nvar POLYFILL = isForced.POLYFILL = 'P';\n\nmodule.exports = isForced;\n","var requireObjectCoercible = require('../internals/require-object-coercible');\n\n// `ToObject` abstract operation\n// https://tc39.github.io/ecma262/#sec-toobject\nmodule.exports = function (argument) {\n return Object(requireObjectCoercible(argument));\n};\n","'use strict';\nvar toPrimitive = require('../internals/to-primitive');\nvar definePropertyModule = require('../internals/object-define-property');\nvar createPropertyDescriptor = require('../internals/create-property-descriptor');\n\nmodule.exports = function (object, key, value) {\n var propertyKey = toPrimitive(key);\n if (propertyKey in object) definePropertyModule.f(object, propertyKey, createPropertyDescriptor(0, value));\n else object[propertyKey] = value;\n};\n","var isObject = require('../internals/is-object');\nvar isArray = require('../internals/is-array');\nvar wellKnownSymbol = require('../internals/well-known-symbol');\n\nvar SPECIES = wellKnownSymbol('species');\n\n// `ArraySpeciesCreate` abstract operation\n// https://tc39.github.io/ecma262/#sec-arrayspeciescreate\nmodule.exports = function (originalArray, length) {\n var C;\n if (isArray(originalArray)) {\n C = originalArray.constructor;\n // cross-realm fallback\n if (typeof C == 'function' && (C === Array || isArray(C.prototype))) C = undefined;\n else if (isObject(C)) {\n C = C[SPECIES];\n if (C === null) C = undefined;\n }\n } return new (C === undefined ? Array : C)(length === 0 ? 0 : length);\n};\n","var NATIVE_SYMBOL = require('../internals/native-symbol');\n\nmodule.exports = NATIVE_SYMBOL\n // eslint-disable-next-line no-undef\n && !Symbol.sham\n // eslint-disable-next-line no-undef\n && typeof Symbol.iterator == 'symbol';\n","var fails = require('../internals/fails');\nvar wellKnownSymbol = require('../internals/well-known-symbol');\nvar V8_VERSION = require('../internals/engine-v8-version');\n\nvar SPECIES = wellKnownSymbol('species');\n\nmodule.exports = function (METHOD_NAME) {\n // We can't use this feature detection in V8 since it causes\n // deoptimization and serious performance degradation\n // https://github.com/zloirock/core-js/issues/677\n return V8_VERSION >= 51 || !fails(function () {\n var array = [];\n var constructor = array.constructor = {};\n constructor[SPECIES] = function () {\n return { foo: 1 };\n };\n return array[METHOD_NAME](Boolean).foo !== 1;\n });\n};\n","var getBuiltIn = require('../internals/get-built-in');\n\nmodule.exports = getBuiltIn('navigator', 'userAgent') || '';\n","'use strict';\nvar $ = require('../internals/export');\nvar fails = require('../internals/fails');\nvar isArray = require('../internals/is-array');\nvar isObject = require('../internals/is-object');\nvar toObject = require('../internals/to-object');\nvar toLength = require('../internals/to-length');\nvar createProperty = require('../internals/create-property');\nvar arraySpeciesCreate = require('../internals/array-species-create');\nvar arrayMethodHasSpeciesSupport = require('../internals/array-method-has-species-support');\nvar wellKnownSymbol = require('../internals/well-known-symbol');\nvar V8_VERSION = require('../internals/engine-v8-version');\n\nvar IS_CONCAT_SPREADABLE = wellKnownSymbol('isConcatSpreadable');\nvar MAX_SAFE_INTEGER = 0x1FFFFFFFFFFFFF;\nvar MAXIMUM_ALLOWED_INDEX_EXCEEDED = 'Maximum allowed index exceeded';\n\n// We can't use this feature detection in V8 since it causes\n// deoptimization and serious performance degradation\n// https://github.com/zloirock/core-js/issues/679\nvar IS_CONCAT_SPREADABLE_SUPPORT = V8_VERSION >= 51 || !fails(function () {\n var array = [];\n array[IS_CONCAT_SPREADABLE] = false;\n return array.concat()[0] !== array;\n});\n\nvar SPECIES_SUPPORT = arrayMethodHasSpeciesSupport('concat');\n\nvar isConcatSpreadable = function (O) {\n if (!isObject(O)) return false;\n var spreadable = O[IS_CONCAT_SPREADABLE];\n return spreadable !== undefined ? !!spreadable : isArray(O);\n};\n\nvar FORCED = !IS_CONCAT_SPREADABLE_SUPPORT || !SPECIES_SUPPORT;\n\n// `Array.prototype.concat` method\n// https://tc39.github.io/ecma262/#sec-array.prototype.concat\n// with adding support of @@isConcatSpreadable and @@species\n$({ target: 'Array', proto: true, forced: FORCED }, {\n concat: function concat(arg) { // eslint-disable-line no-unused-vars\n var O = toObject(this);\n var A = arraySpeciesCreate(O, 0);\n var n = 0;\n var i, k, length, len, E;\n for (i = -1, length = arguments.length; i < length; i++) {\n E = i === -1 ? O : arguments[i];\n if (isConcatSpreadable(E)) {\n len = toLength(E.length);\n if (n + len > MAX_SAFE_INTEGER) throw TypeError(MAXIMUM_ALLOWED_INDEX_EXCEEDED);\n for (k = 0; k < len; k++, n++) if (k in E) createProperty(A, n, E[k]);\n } else {\n if (n >= MAX_SAFE_INTEGER) throw TypeError(MAXIMUM_ALLOWED_INDEX_EXCEEDED);\n createProperty(A, n++, E);\n }\n }\n A.length = n;\n return A;\n }\n});\n","'use strict';\nvar nativePropertyIsEnumerable = {}.propertyIsEnumerable;\nvar getOwnPropertyDescriptor = Object.getOwnPropertyDescriptor;\n\n// Nashorn ~ JDK8 bug\nvar NASHORN_BUG = getOwnPropertyDescriptor && !nativePropertyIsEnumerable.call({ 1: 2 }, 1);\n\n// `Object.prototype.propertyIsEnumerable` method implementation\n// https://tc39.github.io/ecma262/#sec-object.prototype.propertyisenumerable\nexports.f = NASHORN_BUG ? function propertyIsEnumerable(V) {\n var descriptor = getOwnPropertyDescriptor(this, V);\n return !!descriptor && descriptor.enumerable;\n} : nativePropertyIsEnumerable;\n","var global = require('../internals/global');\nvar isObject = require('../internals/is-object');\n\nvar document = global.document;\n// typeof document.createElement is 'object' in old IE\nvar EXISTS = isObject(document) && isObject(document.createElement);\n\nmodule.exports = function (it) {\n return EXISTS ? document.createElement(it) : {};\n};\n","var NATIVE_WEAK_MAP = require('../internals/native-weak-map');\nvar global = require('../internals/global');\nvar isObject = require('../internals/is-object');\nvar createNonEnumerableProperty = require('../internals/create-non-enumerable-property');\nvar objectHas = require('../internals/has');\nvar sharedKey = require('../internals/shared-key');\nvar hiddenKeys = require('../internals/hidden-keys');\n\nvar WeakMap = global.WeakMap;\nvar set, get, has;\n\nvar enforce = function (it) {\n return has(it) ? get(it) : set(it, {});\n};\n\nvar getterFor = function (TYPE) {\n return function (it) {\n var state;\n if (!isObject(it) || (state = get(it)).type !== TYPE) {\n throw TypeError('Incompatible receiver, ' + TYPE + ' required');\n } return state;\n };\n};\n\nif (NATIVE_WEAK_MAP) {\n var store = new WeakMap();\n var wmget = store.get;\n var wmhas = store.has;\n var wmset = store.set;\n set = function (it, metadata) {\n wmset.call(store, it, metadata);\n return metadata;\n };\n get = function (it) {\n return wmget.call(store, it) || {};\n };\n has = function (it) {\n return wmhas.call(store, it);\n };\n} else {\n var STATE = sharedKey('state');\n hiddenKeys[STATE] = true;\n set = function (it, metadata) {\n createNonEnumerableProperty(it, STATE, metadata);\n return metadata;\n };\n get = function (it) {\n return objectHas(it, STATE) ? it[STATE] : {};\n };\n has = function (it) {\n return objectHas(it, STATE);\n };\n}\n\nmodule.exports = {\n set: set,\n get: get,\n has: has,\n enforce: enforce,\n getterFor: getterFor\n};\n","var global = require('../internals/global');\nvar inspectSource = require('../internals/inspect-source');\n\nvar WeakMap = global.WeakMap;\n\nmodule.exports = typeof WeakMap === 'function' && /native code/.test(inspectSource(WeakMap));\n","var shared = require('../internals/shared');\nvar uid = require('../internals/uid');\n\nvar keys = shared('keys');\n\nmodule.exports = function (key) {\n return keys[key] || (keys[key] = uid(key));\n};\n","module.exports = false;\n","var has = require('../internals/has');\nvar ownKeys = require('../internals/own-keys');\nvar getOwnPropertyDescriptorModule = require('../internals/object-get-own-property-descriptor');\nvar definePropertyModule = require('../internals/object-define-property');\n\nmodule.exports = function (target, source) {\n var keys = ownKeys(source);\n var defineProperty = definePropertyModule.f;\n var getOwnPropertyDescriptor = getOwnPropertyDescriptorModule.f;\n for (var i = 0; i < keys.length; i++) {\n var key = keys[i];\n if (!has(target, key)) defineProperty(target, key, getOwnPropertyDescriptor(source, key));\n }\n};\n","var getBuiltIn = require('../internals/get-built-in');\nvar getOwnPropertyNamesModule = require('../internals/object-get-own-property-names');\nvar getOwnPropertySymbolsModule = require('../internals/object-get-own-property-symbols');\nvar anObject = require('../internals/an-object');\n\n// all object keys, includes non-enumerable and symbols\nmodule.exports = getBuiltIn('Reflect', 'ownKeys') || function ownKeys(it) {\n var keys = getOwnPropertyNamesModule.f(anObject(it));\n var getOwnPropertySymbols = getOwnPropertySymbolsModule.f;\n return getOwnPropertySymbols ? keys.concat(getOwnPropertySymbols(it)) : keys;\n};\n","var global = require('../internals/global');\n\nmodule.exports = global;\n","var internalObjectKeys = require('../internals/object-keys-internal');\nvar enumBugKeys = require('../internals/enum-bug-keys');\n\nvar hiddenKeys = enumBugKeys.concat('length', 'prototype');\n\n// `Object.getOwnPropertyNames` method\n// https://tc39.github.io/ecma262/#sec-object.getownpropertynames\nexports.f = Object.getOwnPropertyNames || function getOwnPropertyNames(O) {\n return internalObjectKeys(O, hiddenKeys);\n};\n","var has = require('../internals/has');\nvar toIndexedObject = require('../internals/to-indexed-object');\nvar indexOf = require('../internals/array-includes').indexOf;\nvar hiddenKeys = require('../internals/hidden-keys');\n\nmodule.exports = function (object, names) {\n var O = toIndexedObject(object);\n var i = 0;\n var result = [];\n var key;\n for (key in O) !has(hiddenKeys, key) && has(O, key) && result.push(key);\n // Don't enum bug & hidden keys\n while (names.length > i) if (has(O, key = names[i++])) {\n ~indexOf(result, key) || result.push(key);\n }\n return result;\n};\n","var toIndexedObject = require('../internals/to-indexed-object');\nvar toLength = require('../internals/to-length');\nvar toAbsoluteIndex = require('../internals/to-absolute-index');\n\n// `Array.prototype.{ indexOf, includes }` methods implementation\nvar createMethod = function (IS_INCLUDES) {\n return function ($this, el, fromIndex) {\n var O = toIndexedObject($this);\n var length = toLength(O.length);\n var index = toAbsoluteIndex(fromIndex, length);\n var value;\n // Array#includes uses SameValueZero equality algorithm\n // eslint-disable-next-line no-self-compare\n if (IS_INCLUDES && el != el) while (length > index) {\n value = O[index++];\n // eslint-disable-next-line no-self-compare\n if (value != value) return true;\n // Array#indexOf ignores holes, Array#includes - not\n } else for (;length > index; index++) {\n if ((IS_INCLUDES || index in O) && O[index] === el) return IS_INCLUDES || index || 0;\n } return !IS_INCLUDES && -1;\n };\n};\n\nmodule.exports = {\n // `Array.prototype.includes` method\n // https://tc39.github.io/ecma262/#sec-array.prototype.includes\n includes: createMethod(true),\n // `Array.prototype.indexOf` method\n // https://tc39.github.io/ecma262/#sec-array.prototype.indexof\n indexOf: createMethod(false)\n};\n","var toInteger = require('../internals/to-integer');\n\nvar max = Math.max;\nvar min = Math.min;\n\n// Helper for a popular repeating case of the spec:\n// Let integer be ? ToInteger(index).\n// If integer < 0, let result be max((length + integer), 0); else let result be min(integer, length).\nmodule.exports = function (index, length) {\n var integer = toInteger(index);\n return integer < 0 ? max(integer + length, 0) : min(integer, length);\n};\n","// IE8- don't enum bug keys\nmodule.exports = [\n 'constructor',\n 'hasOwnProperty',\n 'isPrototypeOf',\n 'propertyIsEnumerable',\n 'toLocaleString',\n 'toString',\n 'valueOf'\n];\n","exports.f = Object.getOwnPropertySymbols;\n","var fails = require('../internals/fails');\n\nvar replacement = /#|\\.prototype\\./;\n\nvar isForced = function (feature, detection) {\n var value = data[normalize(feature)];\n return value == POLYFILL ? true\n : value == NATIVE ? false\n : typeof detection == 'function' ? fails(detection)\n : !!detection;\n};\n\nvar normalize = isForced.normalize = function (string) {\n return String(string).replace(replacement, '.').toLowerCase();\n};\n\nvar data = isForced.data = {};\nvar NATIVE = isForced.NATIVE = 'N';\nvar POLYFILL = isForced.POLYFILL = 'P';\n\nmodule.exports = isForced;\n","'use strict';\nvar toPrimitive = require('../internals/to-primitive');\nvar definePropertyModule = require('../internals/object-define-property');\nvar createPropertyDescriptor = require('../internals/create-property-descriptor');\n\nmodule.exports = function (object, key, value) {\n var propertyKey = toPrimitive(key);\n if (propertyKey in object) definePropertyModule.f(object, propertyKey, createPropertyDescriptor(0, value));\n else object[propertyKey] = value;\n};\n","var NATIVE_SYMBOL = require('../internals/native-symbol');\n\nmodule.exports = NATIVE_SYMBOL\n // eslint-disable-next-line no-undef\n && !Symbol.sham\n // eslint-disable-next-line no-undef\n && typeof Symbol.iterator == 'symbol';\n","var getBuiltIn = require('../internals/get-built-in');\n\nmodule.exports = getBuiltIn('navigator', 'userAgent') || '';\n","'use strict';\nvar $ = require('../internals/export');\nvar $filter = require('../internals/array-iteration').filter;\nvar arrayMethodHasSpeciesSupport = require('../internals/array-method-has-species-support');\nvar arrayMethodUsesToLength = require('../internals/array-method-uses-to-length');\n\nvar HAS_SPECIES_SUPPORT = arrayMethodHasSpeciesSupport('filter');\n// Edge 14- issue\nvar USES_TO_LENGTH = arrayMethodUsesToLength('filter');\n\n// `Array.prototype.filter` method\n// https://tc39.github.io/ecma262/#sec-array.prototype.filter\n// with adding support of @@species\n$({ target: 'Array', proto: true, forced: !HAS_SPECIES_SUPPORT || !USES_TO_LENGTH }, {\n filter: function filter(callbackfn /* , thisArg */) {\n return $filter(this, callbackfn, arguments.length > 1 ? arguments[1] : undefined);\n }\n});\n","var aFunction = require('../internals/a-function');\n\n// optional / simple context binding\nmodule.exports = function (fn, that, length) {\n aFunction(fn);\n if (that === undefined) return fn;\n switch (length) {\n case 0: return function () {\n return fn.call(that);\n };\n case 1: return function (a) {\n return fn.call(that, a);\n };\n case 2: return function (a, b) {\n return fn.call(that, a, b);\n };\n case 3: return function (a, b, c) {\n return fn.call(that, a, b, c);\n };\n }\n return function (/* ...args */) {\n return fn.apply(that, arguments);\n };\n};\n","'use strict';\nvar $ = require('../internals/export');\nvar IndexedObject = require('../internals/indexed-object');\nvar toIndexedObject = require('../internals/to-indexed-object');\nvar arrayMethodIsStrict = require('../internals/array-method-is-strict');\n\nvar nativeJoin = [].join;\n\nvar ES3_STRINGS = IndexedObject != Object;\nvar STRICT_METHOD = arrayMethodIsStrict('join', ',');\n\n// `Array.prototype.join` method\n// https://tc39.github.io/ecma262/#sec-array.prototype.join\n$({ target: 'Array', proto: true, forced: ES3_STRINGS || !STRICT_METHOD }, {\n join: function join(separator) {\n return nativeJoin.call(toIndexedObject(this), separator === undefined ? ',' : separator);\n }\n});\n","'use strict';\nvar $ = require('../internals/export');\nvar $map = require('../internals/array-iteration').map;\nvar arrayMethodHasSpeciesSupport = require('../internals/array-method-has-species-support');\nvar arrayMethodUsesToLength = require('../internals/array-method-uses-to-length');\n\nvar HAS_SPECIES_SUPPORT = arrayMethodHasSpeciesSupport('map');\n// FF49- issue\nvar USES_TO_LENGTH = arrayMethodUsesToLength('map');\n\n// `Array.prototype.map` method\n// https://tc39.github.io/ecma262/#sec-array.prototype.map\n// with adding support of @@species\n$({ target: 'Array', proto: true, forced: !HAS_SPECIES_SUPPORT || !USES_TO_LENGTH }, {\n map: function map(callbackfn /* , thisArg */) {\n return $map(this, callbackfn, arguments.length > 1 ? arguments[1] : undefined);\n }\n});\n","'use strict';\nvar $ = require('../internals/export');\nvar $reduce = require('../internals/array-reduce').left;\nvar arrayMethodIsStrict = require('../internals/array-method-is-strict');\nvar arrayMethodUsesToLength = require('../internals/array-method-uses-to-length');\n\nvar STRICT_METHOD = arrayMethodIsStrict('reduce');\nvar USES_TO_LENGTH = arrayMethodUsesToLength('reduce', { 1: 0 });\n\n// `Array.prototype.reduce` method\n// https://tc39.github.io/ecma262/#sec-array.prototype.reduce\n$({ target: 'Array', proto: true, forced: !STRICT_METHOD || !USES_TO_LENGTH }, {\n reduce: function reduce(callbackfn /* , initialValue */) {\n return $reduce(this, callbackfn, arguments.length, arguments.length > 1 ? arguments[1] : undefined);\n }\n});\n","var aFunction = require('../internals/a-function');\nvar toObject = require('../internals/to-object');\nvar IndexedObject = require('../internals/indexed-object');\nvar toLength = require('../internals/to-length');\n\n// `Array.prototype.{ reduce, reduceRight }` methods implementation\nvar createMethod = function (IS_RIGHT) {\n return function (that, callbackfn, argumentsLength, memo) {\n aFunction(callbackfn);\n var O = toObject(that);\n var self = IndexedObject(O);\n var length = toLength(O.length);\n var index = IS_RIGHT ? length - 1 : 0;\n var i = IS_RIGHT ? -1 : 1;\n if (argumentsLength < 2) while (true) {\n if (index in self) {\n memo = self[index];\n index += i;\n break;\n }\n index += i;\n if (IS_RIGHT ? index < 0 : length <= index) {\n throw TypeError('Reduce of empty array with no initial value');\n }\n }\n for (;IS_RIGHT ? index >= 0 : length > index; index += i) if (index in self) {\n memo = callbackfn(memo, self[index], index, O);\n }\n return memo;\n };\n};\n\nmodule.exports = {\n // `Array.prototype.reduce` method\n // https://tc39.github.io/ecma262/#sec-array.prototype.reduce\n left: createMethod(false),\n // `Array.prototype.reduceRight` method\n // https://tc39.github.io/ecma262/#sec-array.prototype.reduceright\n right: createMethod(true)\n};\n","'use strict';\nvar anObject = require('../internals/an-object');\n\n// `RegExp.prototype.flags` getter implementation\n// https://tc39.github.io/ecma262/#sec-get-regexp.prototype.flags\nmodule.exports = function () {\n var that = anObject(this);\n var result = '';\n if (that.global) result += 'g';\n if (that.ignoreCase) result += 'i';\n if (that.multiline) result += 'm';\n if (that.dotAll) result += 's';\n if (that.unicode) result += 'u';\n if (that.sticky) result += 'y';\n return result;\n};\n","'use strict';\n\nvar fails = require('./fails');\n\n// babel-minify transpiles RegExp('a', 'y') -> /a/y and it causes SyntaxError,\n// so we use an intermediate function.\nfunction RE(s, f) {\n return RegExp(s, f);\n}\n\nexports.UNSUPPORTED_Y = fails(function () {\n // babel-minify transpiles RegExp('a', 'y') -> /a/y and it causes SyntaxError\n var re = RE('a', 'y');\n re.lastIndex = 2;\n return re.exec('abcd') != null;\n});\n\nexports.BROKEN_CARET = fails(function () {\n // https://bugzilla.mozilla.org/show_bug.cgi?id=773687\n var re = RE('^r', 'gy');\n re.lastIndex = 2;\n return re.exec('str') != null;\n});\n","'use strict';\nvar fixRegExpWellKnownSymbolLogic = require('../internals/fix-regexp-well-known-symbol-logic');\nvar anObject = require('../internals/an-object');\nvar toObject = require('../internals/to-object');\nvar toLength = require('../internals/to-length');\nvar toInteger = require('../internals/to-integer');\nvar requireObjectCoercible = require('../internals/require-object-coercible');\nvar advanceStringIndex = require('../internals/advance-string-index');\nvar regExpExec = require('../internals/regexp-exec-abstract');\n\nvar max = Math.max;\nvar min = Math.min;\nvar floor = Math.floor;\nvar SUBSTITUTION_SYMBOLS = /\\$([$&'`]|\\d\\d?|<[^>]*>)/g;\nvar SUBSTITUTION_SYMBOLS_NO_NAMED = /\\$([$&'`]|\\d\\d?)/g;\n\nvar maybeToString = function (it) {\n return it === undefined ? it : String(it);\n};\n\n// @@replace logic\nfixRegExpWellKnownSymbolLogic('replace', 2, function (REPLACE, nativeReplace, maybeCallNative, reason) {\n var REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE = reason.REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE;\n var REPLACE_KEEPS_$0 = reason.REPLACE_KEEPS_$0;\n var UNSAFE_SUBSTITUTE = REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE ? '$' : '$0';\n\n return [\n // `String.prototype.replace` method\n // https://tc39.github.io/ecma262/#sec-string.prototype.replace\n function replace(searchValue, replaceValue) {\n var O = requireObjectCoercible(this);\n var replacer = searchValue == undefined ? undefined : searchValue[REPLACE];\n return replacer !== undefined\n ? replacer.call(searchValue, O, replaceValue)\n : nativeReplace.call(String(O), searchValue, replaceValue);\n },\n // `RegExp.prototype[@@replace]` method\n // https://tc39.github.io/ecma262/#sec-regexp.prototype-@@replace\n function (regexp, replaceValue) {\n if (\n (!REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE && REPLACE_KEEPS_$0) ||\n (typeof replaceValue === 'string' && replaceValue.indexOf(UNSAFE_SUBSTITUTE) === -1)\n ) {\n var res = maybeCallNative(nativeReplace, regexp, this, replaceValue);\n if (res.done) return res.value;\n }\n\n var rx = anObject(regexp);\n var S = String(this);\n\n var functionalReplace = typeof replaceValue === 'function';\n if (!functionalReplace) replaceValue = String(replaceValue);\n\n var global = rx.global;\n if (global) {\n var fullUnicode = rx.unicode;\n rx.lastIndex = 0;\n }\n var results = [];\n while (true) {\n var result = regExpExec(rx, S);\n if (result === null) break;\n\n results.push(result);\n if (!global) break;\n\n var matchStr = String(result[0]);\n if (matchStr === '') rx.lastIndex = advanceStringIndex(S, toLength(rx.lastIndex), fullUnicode);\n }\n\n var accumulatedResult = '';\n var nextSourcePosition = 0;\n for (var i = 0; i < results.length; i++) {\n result = results[i];\n\n var matched = String(result[0]);\n var position = max(min(toInteger(result.index), S.length), 0);\n var captures = [];\n // NOTE: This is equivalent to\n // captures = result.slice(1).map(maybeToString)\n // but for some reason `nativeSlice.call(result, 1, result.length)` (called in\n // the slice polyfill when slicing native arrays) \"doesn't work\" in safari 9 and\n // causes a crash (https://pastebin.com/N21QzeQA) when trying to debug it.\n for (var j = 1; j < result.length; j++) captures.push(maybeToString(result[j]));\n var namedCaptures = result.groups;\n if (functionalReplace) {\n var replacerArgs = [matched].concat(captures, position, S);\n if (namedCaptures !== undefined) replacerArgs.push(namedCaptures);\n var replacement = String(replaceValue.apply(undefined, replacerArgs));\n } else {\n replacement = getSubstitution(matched, S, position, captures, namedCaptures, replaceValue);\n }\n if (position >= nextSourcePosition) {\n accumulatedResult += S.slice(nextSourcePosition, position) + replacement;\n nextSourcePosition = position + matched.length;\n }\n }\n return accumulatedResult + S.slice(nextSourcePosition);\n }\n ];\n\n // https://tc39.github.io/ecma262/#sec-getsubstitution\n function getSubstitution(matched, str, position, captures, namedCaptures, replacement) {\n var tailPos = position + matched.length;\n var m = captures.length;\n var symbols = SUBSTITUTION_SYMBOLS_NO_NAMED;\n if (namedCaptures !== undefined) {\n namedCaptures = toObject(namedCaptures);\n symbols = SUBSTITUTION_SYMBOLS;\n }\n return nativeReplace.call(replacement, symbols, function (match, ch) {\n var capture;\n switch (ch.charAt(0)) {\n case '$': return '$';\n case '&': return matched;\n case '`': return str.slice(0, position);\n case \"'\": return str.slice(tailPos);\n case '<':\n capture = namedCaptures[ch.slice(1, -1)];\n break;\n default: // \\d\\d?\n var n = +ch;\n if (n === 0) return match;\n if (n > m) {\n var f = floor(n / 10);\n if (f === 0) return match;\n if (f <= m) return captures[f - 1] === undefined ? ch.charAt(1) : captures[f - 1] + ch.charAt(1);\n return match;\n }\n capture = captures[n - 1];\n }\n return capture === undefined ? '' : capture;\n });\n }\n});\n","var toInteger = require('../internals/to-integer');\nvar requireObjectCoercible = require('../internals/require-object-coercible');\n\n// `String.prototype.{ codePointAt, at }` methods implementation\nvar createMethod = function (CONVERT_TO_STRING) {\n return function ($this, pos) {\n var S = String(requireObjectCoercible($this));\n var position = toInteger(pos);\n var size = S.length;\n var first, second;\n if (position < 0 || position >= size) return CONVERT_TO_STRING ? '' : undefined;\n first = S.charCodeAt(position);\n return first < 0xD800 || first > 0xDBFF || position + 1 === size\n || (second = S.charCodeAt(position + 1)) < 0xDC00 || second > 0xDFFF\n ? CONVERT_TO_STRING ? S.charAt(position) : first\n : CONVERT_TO_STRING ? S.slice(position, position + 2) : (first - 0xD800 << 10) + (second - 0xDC00) + 0x10000;\n };\n};\n\nmodule.exports = {\n // `String.prototype.codePointAt` method\n // https://tc39.github.io/ecma262/#sec-string.prototype.codepointat\n codeAt: createMethod(false),\n // `String.prototype.at` method\n // https://github.com/mathiasbynens/String.prototype.at\n charAt: createMethod(true)\n};\n","'use strict';\nvar fixRegExpWellKnownSymbolLogic = require('../internals/fix-regexp-well-known-symbol-logic');\nvar isRegExp = require('../internals/is-regexp');\nvar anObject = require('../internals/an-object');\nvar requireObjectCoercible = require('../internals/require-object-coercible');\nvar speciesConstructor = require('../internals/species-constructor');\nvar advanceStringIndex = require('../internals/advance-string-index');\nvar toLength = require('../internals/to-length');\nvar callRegExpExec = require('../internals/regexp-exec-abstract');\nvar regexpExec = require('../internals/regexp-exec');\nvar fails = require('../internals/fails');\n\nvar arrayPush = [].push;\nvar min = Math.min;\nvar MAX_UINT32 = 0xFFFFFFFF;\n\n// babel-minify transpiles RegExp('x', 'y') -> /x/y and it causes SyntaxError\nvar SUPPORTS_Y = !fails(function () { return !RegExp(MAX_UINT32, 'y'); });\n\n// @@split logic\nfixRegExpWellKnownSymbolLogic('split', 2, function (SPLIT, nativeSplit, maybeCallNative) {\n var internalSplit;\n if (\n 'abbc'.split(/(b)*/)[1] == 'c' ||\n 'test'.split(/(?:)/, -1).length != 4 ||\n 'ab'.split(/(?:ab)*/).length != 2 ||\n '.'.split(/(.?)(.?)/).length != 4 ||\n '.'.split(/()()/).length > 1 ||\n ''.split(/.?/).length\n ) {\n // based on es5-shim implementation, need to rework it\n internalSplit = function (separator, limit) {\n var string = String(requireObjectCoercible(this));\n var lim = limit === undefined ? MAX_UINT32 : limit >>> 0;\n if (lim === 0) return [];\n if (separator === undefined) return [string];\n // If `separator` is not a regex, use native split\n if (!isRegExp(separator)) {\n return nativeSplit.call(string, separator, lim);\n }\n var output = [];\n var flags = (separator.ignoreCase ? 'i' : '') +\n (separator.multiline ? 'm' : '') +\n (separator.unicode ? 'u' : '') +\n (separator.sticky ? 'y' : '');\n var lastLastIndex = 0;\n // Make `global` and avoid `lastIndex` issues by working with a copy\n var separatorCopy = new RegExp(separator.source, flags + 'g');\n var match, lastIndex, lastLength;\n while (match = regexpExec.call(separatorCopy, string)) {\n lastIndex = separatorCopy.lastIndex;\n if (lastIndex > lastLastIndex) {\n output.push(string.slice(lastLastIndex, match.index));\n if (match.length > 1 && match.index < string.length) arrayPush.apply(output, match.slice(1));\n lastLength = match[0].length;\n lastLastIndex = lastIndex;\n if (output.length >= lim) break;\n }\n if (separatorCopy.lastIndex === match.index) separatorCopy.lastIndex++; // Avoid an infinite loop\n }\n if (lastLastIndex === string.length) {\n if (lastLength || !separatorCopy.test('')) output.push('');\n } else output.push(string.slice(lastLastIndex));\n return output.length > lim ? output.slice(0, lim) : output;\n };\n // Chakra, V8\n } else if ('0'.split(undefined, 0).length) {\n internalSplit = function (separator, limit) {\n return separator === undefined && limit === 0 ? [] : nativeSplit.call(this, separator, limit);\n };\n } else internalSplit = nativeSplit;\n\n return [\n // `String.prototype.split` method\n // https://tc39.github.io/ecma262/#sec-string.prototype.split\n function split(separator, limit) {\n var O = requireObjectCoercible(this);\n var splitter = separator == undefined ? undefined : separator[SPLIT];\n return splitter !== undefined\n ? splitter.call(separator, O, limit)\n : internalSplit.call(String(O), separator, limit);\n },\n // `RegExp.prototype[@@split]` method\n // https://tc39.github.io/ecma262/#sec-regexp.prototype-@@split\n //\n // NOTE: This cannot be properly polyfilled in engines that don't support\n // the 'y' flag.\n function (regexp, limit) {\n var res = maybeCallNative(internalSplit, regexp, this, limit, internalSplit !== nativeSplit);\n if (res.done) return res.value;\n\n var rx = anObject(regexp);\n var S = String(this);\n var C = speciesConstructor(rx, RegExp);\n\n var unicodeMatching = rx.unicode;\n var flags = (rx.ignoreCase ? 'i' : '') +\n (rx.multiline ? 'm' : '') +\n (rx.unicode ? 'u' : '') +\n (SUPPORTS_Y ? 'y' : 'g');\n\n // ^(? + rx + ) is needed, in combination with some S slicing, to\n // simulate the 'y' flag.\n var splitter = new C(SUPPORTS_Y ? rx : '^(?:' + rx.source + ')', flags);\n var lim = limit === undefined ? MAX_UINT32 : limit >>> 0;\n if (lim === 0) return [];\n if (S.length === 0) return callRegExpExec(splitter, S) === null ? [S] : [];\n var p = 0;\n var q = 0;\n var A = [];\n while (q < S.length) {\n splitter.lastIndex = SUPPORTS_Y ? q : 0;\n var z = callRegExpExec(splitter, SUPPORTS_Y ? S : S.slice(q));\n var e;\n if (\n z === null ||\n (e = min(toLength(splitter.lastIndex + (SUPPORTS_Y ? 0 : q)), S.length)) === p\n ) {\n q = advanceStringIndex(S, q, unicodeMatching);\n } else {\n A.push(S.slice(p, q));\n if (A.length === lim) return A;\n for (var i = 1; i <= z.length - 1; i++) {\n A.push(z[i]);\n if (A.length === lim) return A;\n }\n q = p = e;\n }\n }\n A.push(S.slice(p));\n return A;\n }\n ];\n}, !SUPPORTS_Y);\n","var isObject = require('../internals/is-object');\nvar classof = require('../internals/classof-raw');\nvar wellKnownSymbol = require('../internals/well-known-symbol');\n\nvar MATCH = wellKnownSymbol('match');\n\n// `IsRegExp` abstract operation\n// https://tc39.github.io/ecma262/#sec-isregexp\nmodule.exports = function (it) {\n var isRegExp;\n return isObject(it) && ((isRegExp = it[MATCH]) !== undefined ? !!isRegExp : classof(it) == 'RegExp');\n};\n","var anObject = require('../internals/an-object');\nvar aFunction = require('../internals/a-function');\nvar wellKnownSymbol = require('../internals/well-known-symbol');\n\nvar SPECIES = wellKnownSymbol('species');\n\n// `SpeciesConstructor` abstract operation\n// https://tc39.github.io/ecma262/#sec-speciesconstructor\nmodule.exports = function (O, defaultConstructor) {\n var C = anObject(O).constructor;\n var S;\n return C === undefined || (S = anObject(C)[SPECIES]) == undefined ? defaultConstructor : aFunction(S);\n};\n","var Handlebars = require(\"../../../../node_modules/handlebars/runtime.js\");\nfunction __default(obj) { return obj && (obj.__esModule ? obj[\"default\"] : obj); }\nmodule.exports = (Handlebars[\"default\"] || Handlebars).template({\"1\":function(container,depth0,helpers,partials,data) {\n var stack1, alias1=container.lambda, alias2=container.escapeExpression, lookupProperty = container.lookupProperty || function(parent, propertyName) {\n if (Object.prototype.hasOwnProperty.call(parent, propertyName)) {\n return parent[propertyName];\n }\n return undefined\n };\n\n return \"<img src=\\\"\"\n + alias2(alias1(((stack1 = (depth0 != null ? lookupProperty(depth0,\"contact\") : depth0)) != null ? lookupProperty(stack1,\"avatar\") : stack1), depth0))\n + \"&size=32\\\" class=\\\"avatar\\\" srcset=\\\"\"\n + alias2(alias1(((stack1 = (depth0 != null ? lookupProperty(depth0,\"contact\") : depth0)) != null ? lookupProperty(stack1,\"avatar\") : stack1), depth0))\n + \"&size=32 1x, \"\n + alias2(alias1(((stack1 = (depth0 != null ? lookupProperty(depth0,\"contact\") : depth0)) != null ? lookupProperty(stack1,\"avatar\") : stack1), depth0))\n + \"&size=64 2x, \"\n + alias2(alias1(((stack1 = (depth0 != null ? lookupProperty(depth0,\"contact\") : depth0)) != null ? lookupProperty(stack1,\"avatar\") : stack1), depth0))\n + \"&size=128 4x\\\" alt=\\\"\\\">\\n\";\n},\"3\":function(container,depth0,helpers,partials,data) {\n return \"<div class=\\\"avatar\\\"></div>\\n\";\n},\"5\":function(container,depth0,helpers,partials,data) {\n var stack1, alias1=container.lambda, alias2=container.escapeExpression, lookupProperty = container.lookupProperty || function(parent, propertyName) {\n if (Object.prototype.hasOwnProperty.call(parent, propertyName)) {\n return parent[propertyName];\n }\n return undefined\n };\n\n return \"<a class=\\\"top-action\\\" href=\\\"\"\n + alias2(alias1(((stack1 = ((stack1 = (depth0 != null ? lookupProperty(depth0,\"contact\") : depth0)) != null ? lookupProperty(stack1,\"topAction\") : stack1)) != null ? lookupProperty(stack1,\"hyperlink\") : stack1), depth0))\n + \"\\\" title=\\\"\"\n + alias2(alias1(((stack1 = ((stack1 = (depth0 != null ? lookupProperty(depth0,\"contact\") : depth0)) != null ? lookupProperty(stack1,\"topAction\") : stack1)) != null ? lookupProperty(stack1,\"title\") : stack1), depth0))\n + \"\\\">\\n\t<img src=\\\"\"\n + alias2(alias1(((stack1 = ((stack1 = (depth0 != null ? lookupProperty(depth0,\"contact\") : depth0)) != null ? lookupProperty(stack1,\"topAction\") : stack1)) != null ? lookupProperty(stack1,\"icon\") : stack1), depth0))\n + \"\\\" alt=\\\"\"\n + alias2(alias1(((stack1 = ((stack1 = (depth0 != null ? lookupProperty(depth0,\"contact\") : depth0)) != null ? lookupProperty(stack1,\"topAction\") : stack1)) != null ? lookupProperty(stack1,\"title\") : stack1), depth0))\n + \"\\\">\\n</a>\\n\";\n},\"7\":function(container,depth0,helpers,partials,data) {\n var stack1, alias1=container.lambda, alias2=container.escapeExpression, lookupProperty = container.lookupProperty || function(parent, propertyName) {\n if (Object.prototype.hasOwnProperty.call(parent, propertyName)) {\n return parent[propertyName];\n }\n return undefined\n };\n\n return \"<a class=\\\"second-action\\\" href=\\\"\"\n + alias2(alias1(((stack1 = ((stack1 = (depth0 != null ? lookupProperty(depth0,\"contact\") : depth0)) != null ? lookupProperty(stack1,\"secondAction\") : stack1)) != null ? lookupProperty(stack1,\"hyperlink\") : stack1), depth0))\n + \"\\\" title=\\\"\"\n + alias2(alias1(((stack1 = ((stack1 = (depth0 != null ? lookupProperty(depth0,\"contact\") : depth0)) != null ? lookupProperty(stack1,\"secondAction\") : stack1)) != null ? lookupProperty(stack1,\"title\") : stack1), depth0))\n + \"\\\">\\n\t<img src=\\\"\"\n + alias2(alias1(((stack1 = ((stack1 = (depth0 != null ? lookupProperty(depth0,\"contact\") : depth0)) != null ? lookupProperty(stack1,\"secondAction\") : stack1)) != null ? lookupProperty(stack1,\"icon\") : stack1), depth0))\n + \"\\\" alt=\\\"\"\n + alias2(alias1(((stack1 = ((stack1 = (depth0 != null ? lookupProperty(depth0,\"contact\") : depth0)) != null ? lookupProperty(stack1,\"secondAction\") : stack1)) != null ? lookupProperty(stack1,\"title\") : stack1), depth0))\n + \"\\\">\\n</a>\\n\";\n},\"9\":function(container,depth0,helpers,partials,data) {\n var stack1, lookupProperty = container.lookupProperty || function(parent, propertyName) {\n if (Object.prototype.hasOwnProperty.call(parent, propertyName)) {\n return parent[propertyName];\n }\n return undefined\n };\n\n return \"\t<span class=\\\"other-actions icon-more\\\"></span>\\n\t<div class=\\\"menu popovermenu\\\">\\n\t\t<ul>\\n\"\n + ((stack1 = lookupProperty(helpers,\"each\").call(depth0 != null ? depth0 : (container.nullContext || {}),((stack1 = (depth0 != null ? lookupProperty(depth0,\"contact\") : depth0)) != null ? lookupProperty(stack1,\"actions\") : stack1),{\"name\":\"each\",\"hash\":{},\"fn\":container.program(10, data, 0),\"inverse\":container.noop,\"data\":data,\"loc\":{\"start\":{\"line\":24,\"column\":3},\"end\":{\"line\":31,\"column\":12}}})) != null ? stack1 : \"\")\n + \"\t\t</ul>\\n\t</div>\\n\";\n},\"10\":function(container,depth0,helpers,partials,data) {\n var helper, alias1=depth0 != null ? depth0 : (container.nullContext || {}), alias2=container.hooks.helperMissing, alias3=\"function\", alias4=container.escapeExpression, lookupProperty = container.lookupProperty || function(parent, propertyName) {\n if (Object.prototype.hasOwnProperty.call(parent, propertyName)) {\n return parent[propertyName];\n }\n return undefined\n };\n\n return \"\t\t\t<li>\\n\t\t\t\t<a href=\\\"\"\n + alias4(((helper = (helper = lookupProperty(helpers,\"hyperlink\") || (depth0 != null ? lookupProperty(depth0,\"hyperlink\") : depth0)) != null ? helper : alias2),(typeof helper === alias3 ? helper.call(alias1,{\"name\":\"hyperlink\",\"hash\":{},\"data\":data,\"loc\":{\"start\":{\"line\":26,\"column\":13},\"end\":{\"line\":26,\"column\":26}}}) : helper)))\n + \"\\\">\\n\t\t\t\t\t<img src=\\\"\"\n + alias4(((helper = (helper = lookupProperty(helpers,\"icon\") || (depth0 != null ? lookupProperty(depth0,\"icon\") : depth0)) != null ? helper : alias2),(typeof helper === alias3 ? helper.call(alias1,{\"name\":\"icon\",\"hash\":{},\"data\":data,\"loc\":{\"start\":{\"line\":27,\"column\":15},\"end\":{\"line\":27,\"column\":23}}}) : helper)))\n + \"\\\" alt=\\\"\\\">\\n\t\t\t\t\t<span>\"\n + alias4(((helper = (helper = lookupProperty(helpers,\"title\") || (depth0 != null ? lookupProperty(depth0,\"title\") : depth0)) != null ? helper : alias2),(typeof helper === alias3 ? helper.call(alias1,{\"name\":\"title\",\"hash\":{},\"data\":data,\"loc\":{\"start\":{\"line\":28,\"column\":11},\"end\":{\"line\":28,\"column\":20}}}) : helper)))\n + \"</span>\\n\t\t\t\t</a>\\n\t\t\t</li>\\n\";\n},\"compiler\":[8,\">= 4.3.0\"],\"main\":function(container,depth0,helpers,partials,data) {\n var stack1, alias1=depth0 != null ? depth0 : (container.nullContext || {}), alias2=container.lambda, alias3=container.escapeExpression, lookupProperty = container.lookupProperty || function(parent, propertyName) {\n if (Object.prototype.hasOwnProperty.call(parent, propertyName)) {\n return parent[propertyName];\n }\n return undefined\n };\n\n return ((stack1 = lookupProperty(helpers,\"if\").call(alias1,((stack1 = (depth0 != null ? lookupProperty(depth0,\"contact\") : depth0)) != null ? lookupProperty(stack1,\"avatar\") : stack1),{\"name\":\"if\",\"hash\":{},\"fn\":container.program(1, data, 0),\"inverse\":container.program(3, data, 0),\"data\":data,\"loc\":{\"start\":{\"line\":1,\"column\":0},\"end\":{\"line\":5,\"column\":7}}})) != null ? stack1 : \"\")\n + \"<div class=\\\"body\\\">\\n\t<div class=\\\"full-name\\\">\"\n + alias3(alias2(((stack1 = (depth0 != null ? lookupProperty(depth0,\"contact\") : depth0)) != null ? lookupProperty(stack1,\"fullName\") : stack1), depth0))\n + \"</div>\\n\t<div class=\\\"last-message\\\">\"\n + alias3(alias2(((stack1 = (depth0 != null ? lookupProperty(depth0,\"contact\") : depth0)) != null ? lookupProperty(stack1,\"lastMessage\") : stack1), depth0))\n + \"</div>\\n</div>\\n\"\n + ((stack1 = lookupProperty(helpers,\"if\").call(alias1,((stack1 = (depth0 != null ? lookupProperty(depth0,\"contact\") : depth0)) != null ? lookupProperty(stack1,\"topAction\") : stack1),{\"name\":\"if\",\"hash\":{},\"fn\":container.program(5, data, 0),\"inverse\":container.noop,\"data\":data,\"loc\":{\"start\":{\"line\":10,\"column\":0},\"end\":{\"line\":14,\"column\":7}}})) != null ? stack1 : \"\")\n + ((stack1 = lookupProperty(helpers,\"if\").call(alias1,((stack1 = (depth0 != null ? lookupProperty(depth0,\"contact\") : depth0)) != null ? lookupProperty(stack1,\"hasTwoActions\") : stack1),{\"name\":\"if\",\"hash\":{},\"fn\":container.program(7, data, 0),\"inverse\":container.noop,\"data\":data,\"loc\":{\"start\":{\"line\":15,\"column\":0},\"end\":{\"line\":19,\"column\":7}}})) != null ? stack1 : \"\")\n + ((stack1 = lookupProperty(helpers,\"if\").call(alias1,((stack1 = (depth0 != null ? lookupProperty(depth0,\"contact\") : depth0)) != null ? lookupProperty(stack1,\"hasManyActions\") : stack1),{\"name\":\"if\",\"hash\":{},\"fn\":container.program(9, data, 0),\"inverse\":container.noop,\"data\":data,\"loc\":{\"start\":{\"line\":20,\"column\":0},\"end\":{\"line\":34,\"column\":7}}})) != null ? stack1 : \"\");\n},\"useData\":true});","'use strict';\n\nexports.__esModule = true;\n\nvar _utils = require('../utils');\n\nexports['default'] = function (instance) {\n instance.registerHelper('blockHelperMissing', function (context, options) {\n var inverse = options.inverse,\n fn = options.fn;\n\n if (context === true) {\n return fn(this);\n } else if (context === false || context == null) {\n return inverse(this);\n } else if (_utils.isArray(context)) {\n if (context.length > 0) {\n if (options.ids) {\n options.ids = [options.name];\n }\n\n return instance.helpers.each(context, options);\n } else {\n return inverse(this);\n }\n } else {\n if (options.data && options.ids) {\n var data = _utils.createFrame(options.data);\n data.contextPath = _utils.appendContextPath(options.data.contextPath, options.name);\n options = { data: data };\n }\n\n return fn(context, options);\n }\n });\n};\n\nmodule.exports = exports['default'];\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uL2xpYi9oYW5kbGViYXJzL2hlbHBlcnMvYmxvY2staGVscGVyLW1pc3NpbmcuanMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6Ijs7OztxQkFBd0QsVUFBVTs7cUJBRW5ELFVBQVMsUUFBUSxFQUFFO0FBQ2hDLFVBQVEsQ0FBQyxjQUFjLENBQUMsb0JBQW9CLEVBQUUsVUFBUyxPQUFPLEVBQUUsT0FBTyxFQUFFO0FBQ3ZFLFFBQUksT0FBTyxHQUFHLE9BQU8sQ0FBQyxPQUFPO1FBQzNCLEVBQUUsR0FBRyxPQUFPLENBQUMsRUFBRSxDQUFDOztBQUVsQixRQUFJLE9BQU8sS0FBSyxJQUFJLEVBQUU7QUFDcEIsYUFBTyxFQUFFLENBQUMsSUFBSSxDQUFDLENBQUM7S0FDakIsTUFBTSxJQUFJLE9BQU8sS0FBSyxLQUFLLElBQUksT0FBTyxJQUFJLElBQUksRUFBRTtBQUMvQyxhQUFPLE9BQU8sQ0FBQyxJQUFJLENBQUMsQ0FBQztLQUN0QixNQUFNLElBQUksZUFBUSxPQUFPLENBQUMsRUFBRTtBQUMzQixVQUFJLE9BQU8sQ0FBQyxNQUFNLEdBQUcsQ0FBQyxFQUFFO0FBQ3RCLFlBQUksT0FBTyxDQUFDLEdBQUcsRUFBRTtBQUNmLGlCQUFPLENBQUMsR0FBRyxHQUFHLENBQUMsT0FBTyxDQUFDLElBQUksQ0FBQyxDQUFDO1NBQzlCOztBQUVELGVBQU8sUUFBUSxDQUFDLE9BQU8sQ0FBQyxJQUFJLENBQUMsT0FBTyxFQUFFLE9BQU8sQ0FBQyxDQUFDO09BQ2hELE1BQU07QUFDTCxlQUFPLE9BQU8sQ0FBQyxJQUFJLENBQUMsQ0FBQztPQUN0QjtLQUNGLE1BQU07QUFDTCxVQUFJLE9BQU8sQ0FBQyxJQUFJLElBQUksT0FBTyxDQUFDLEdBQUcsRUFBRTtBQUMvQixZQUFJLElBQUksR0FBRyxtQkFBWSxPQUFPLENBQUMsSUFBSSxDQUFDLENBQUM7QUFDckMsWUFBSSxDQUFDLFdBQVcsR0FBRyx5QkFDakIsT0FBTyxDQUFDLElBQUksQ0FBQyxXQUFXLEVBQ3hCLE9BQU8sQ0FBQyxJQUFJLENBQ2IsQ0FBQztBQUNGLGVBQU8sR0FBRyxFQUFFLElBQUksRUFBRSxJQUFJLEVBQUUsQ0FBQztPQUMxQjs7QUFFRCxhQUFPLEVBQUUsQ0FBQyxPQUFPLEVBQUUsT0FBTyxDQUFDLENBQUM7S0FDN0I7R0FDRixDQUFDLENBQUM7Q0FDSiIsImZpbGUiOiJibG9jay1oZWxwZXItbWlzc2luZy5qcyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IGFwcGVuZENvbnRleHRQYXRoLCBjcmVhdGVGcmFtZSwgaXNBcnJheSB9IGZyb20gJy4uL3V0aWxzJztcblxuZXhwb3J0IGRlZmF1bHQgZnVuY3Rpb24oaW5zdGFuY2UpIHtcbiAgaW5zdGFuY2UucmVnaXN0ZXJIZWxwZXIoJ2Jsb2NrSGVscGVyTWlzc2luZycsIGZ1bmN0aW9uKGNvbnRleHQsIG9wdGlvbnMpIHtcbiAgICBsZXQgaW52ZXJzZSA9IG9wdGlvbnMuaW52ZXJzZSxcbiAgICAgIGZuID0gb3B0aW9ucy5mbjtcblxuICAgIGlmIChjb250ZXh0ID09PSB0cnVlKSB7XG4gICAgICByZXR1cm4gZm4odGhpcyk7XG4gICAgfSBlbHNlIGlmIChjb250ZXh0ID09PSBmYWxzZSB8fCBjb250ZXh0ID09IG51bGwpIHtcbiAgICAgIHJldHVybiBpbnZlcnNlKHRoaXMpO1xuICAgIH0gZWxzZSBpZiAoaXNBcnJheShjb250ZXh0KSkge1xuICAgICAgaWYgKGNvbnRleHQubGVuZ3RoID4gMCkge1xuICAgICAgICBpZiAob3B0aW9ucy5pZHMpIHtcbiAgICAgICAgICBvcHRpb25zLmlkcyA9IFtvcHRpb25zLm5hbWVdO1xuICAgICAgICB9XG5cbiAgICAgICAgcmV0dXJuIGluc3RhbmNlLmhlbHBlcnMuZWFjaChjb250ZXh0LCBvcHRpb25zKTtcbiAgICAgIH0gZWxzZSB7XG4gICAgICAgIHJldHVybiBpbnZlcnNlKHRoaXMpO1xuICAgICAgfVxuICAgIH0gZWxzZSB7XG4gICAgICBpZiAob3B0aW9ucy5kYXRhICYmIG9wdGlvbnMuaWRzKSB7XG4gICAgICAgIGxldCBkYXRhID0gY3JlYXRlRnJhbWUob3B0aW9ucy5kYXRhKTtcbiAgICAgICAgZGF0YS5jb250ZXh0UGF0aCA9IGFwcGVuZENvbnRleHRQYXRoKFxuICAgICAgICAgIG9wdGlvbnMuZGF0YS5jb250ZXh0UGF0aCxcbiAgICAgICAgICBvcHRpb25zLm5hbWVcbiAgICAgICAgKTtcbiAgICAgICAgb3B0aW9ucyA9IHsgZGF0YTogZGF0YSB9O1xuICAgICAgfVxuXG4gICAgICByZXR1cm4gZm4oY29udGV4dCwgb3B0aW9ucyk7XG4gICAgfVxuICB9KTtcbn1cbiJdfQ==\n","'use strict';\n\nexports.__esModule = true;\n// istanbul ignore next\n\nfunction _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { 'default': obj }; }\n\nvar _utils = require('../utils');\n\nvar _exception = require('../exception');\n\nvar _exception2 = _interopRequireDefault(_exception);\n\nexports['default'] = function (instance) {\n instance.registerHelper('each', function (context, options) {\n if (!options) {\n throw new _exception2['default']('Must pass iterator to #each');\n }\n\n var fn = options.fn,\n inverse = options.inverse,\n i = 0,\n ret = '',\n data = undefined,\n contextPath = undefined;\n\n if (options.data && options.ids) {\n contextPath = _utils.appendContextPath(options.data.contextPath, options.ids[0]) + '.';\n }\n\n if (_utils.isFunction(context)) {\n context = context.call(this);\n }\n\n if (options.data) {\n data = _utils.createFrame(options.data);\n }\n\n function execIteration(field, index, last) {\n if (data) {\n data.key = field;\n data.index = index;\n data.first = index === 0;\n data.last = !!last;\n\n if (contextPath) {\n data.contextPath = contextPath + field;\n }\n }\n\n ret = ret + fn(context[field], {\n data: data,\n blockParams: _utils.blockParams([context[field], field], [contextPath + field, null])\n });\n }\n\n if (context && typeof context === 'object') {\n if (_utils.isArray(context)) {\n for (var j = context.length; i < j; i++) {\n if (i in context) {\n execIteration(i, i, i === context.length - 1);\n }\n }\n } else if (global.Symbol && context[global.Symbol.iterator]) {\n var newContext = [];\n var iterator = context[global.Symbol.iterator]();\n for (var it = iterator.next(); !it.done; it = iterator.next()) {\n newContext.push(it.value);\n }\n context = newContext;\n for (var j = context.length; i < j; i++) {\n execIteration(i, i, i === context.length - 1);\n }\n } else {\n (function () {\n var priorKey = undefined;\n\n Object.keys(context).forEach(function (key) {\n // We're running the iterations one step out of sync so we can detect\n // the last iteration without have to scan the object twice and create\n // an itermediate keys array.\n if (priorKey !== undefined) {\n execIteration(priorKey, i - 1);\n }\n priorKey = key;\n i++;\n });\n if (priorKey !== undefined) {\n execIteration(priorKey, i - 1, true);\n }\n })();\n }\n }\n\n if (i === 0) {\n ret = inverse(this);\n }\n\n return ret;\n });\n};\n\nmodule.exports = exports['default'];\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uL2xpYi9oYW5kbGViYXJzL2hlbHBlcnMvZWFjaC5qcyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiOzs7Ozs7O3FCQU1PLFVBQVU7O3lCQUNLLGNBQWM7Ozs7cUJBRXJCLFVBQVMsUUFBUSxFQUFFO0FBQ2hDLFVBQVEsQ0FBQyxjQUFjLENBQUMsTUFBTSxFQUFFLFVBQVMsT0FBTyxFQUFFLE9BQU8sRUFBRTtBQUN6RCxRQUFJLENBQUMsT0FBTyxFQUFFO0FBQ1osWUFBTSwyQkFBYyw2QkFBNkIsQ0FBQyxDQUFDO0tBQ3BEOztBQUVELFFBQUksRUFBRSxHQUFHLE9BQU8sQ0FBQyxFQUFFO1FBQ2pCLE9BQU8sR0FBRyxPQUFPLENBQUMsT0FBTztRQUN6QixDQUFDLEdBQUcsQ0FBQztRQUNMLEdBQUcsR0FBRyxFQUFFO1FBQ1IsSUFBSSxZQUFBO1FBQ0osV0FBVyxZQUFBLENBQUM7O0FBRWQsUUFBSSxPQUFPLENBQUMsSUFBSSxJQUFJLE9BQU8sQ0FBQyxHQUFHLEVBQUU7QUFDL0IsaUJBQVcsR0FDVCx5QkFBa0IsT0FBTyxDQUFDLElBQUksQ0FBQyxXQUFXLEVBQUUsT0FBTyxDQUFDLEdBQUcsQ0FBQyxDQUFDLENBQUMsQ0FBQyxHQUFHLEdBQUcsQ0FBQztLQUNyRTs7QUFFRCxRQUFJLGtCQUFXLE9BQU8sQ0FBQyxFQUFFO0FBQ3ZCLGFBQU8sR0FBRyxPQUFPLENBQUMsSUFBSSxDQUFDLElBQUksQ0FBQyxDQUFDO0tBQzlCOztBQUVELFFBQUksT0FBTyxDQUFDLElBQUksRUFBRTtBQUNoQixVQUFJLEdBQUcsbUJBQVksT0FBTyxDQUFDLElBQUksQ0FBQyxDQUFDO0tBQ2xDOztBQUVELGFBQVMsYUFBYSxDQUFDLEtBQUssRUFBRSxLQUFLLEVBQUUsSUFBSSxFQUFFO0FBQ3pDLFVBQUksSUFBSSxFQUFFO0FBQ1IsWUFBSSxDQUFDLEdBQUcsR0FBRyxLQUFLLENBQUM7QUFDakIsWUFBSSxDQUFDLEtBQUssR0FBRyxLQUFLLENBQUM7QUFDbkIsWUFBSSxDQUFDLEtBQUssR0FBRyxLQUFLLEtBQUssQ0FBQyxDQUFDO0FBQ3pCLFlBQUksQ0FBQyxJQUFJLEdBQUcsQ0FBQyxDQUFDLElBQUksQ0FBQzs7QUFFbkIsWUFBSSxXQUFXLEVBQUU7QUFDZixjQUFJLENBQUMsV0FBVyxHQUFHLFdBQVcsR0FBRyxLQUFLLENBQUM7U0FDeEM7T0FDRjs7QUFFRCxTQUFHLEdBQ0QsR0FBRyxHQUNILEVBQUUsQ0FBQyxPQUFPLENBQUMsS0FBSyxDQUFDLEVBQUU7QUFDakIsWUFBSSxFQUFFLElBQUk7QUFDVixtQkFBVyxFQUFFLG1CQUNYLENBQUMsT0FBTyxDQUFDLEtBQUssQ0FBQyxFQUFFLEtBQUssQ0FBQyxFQUN2QixDQUFDLFdBQVcsR0FBRyxLQUFLLEVBQUUsSUFBSSxDQUFDLENBQzVCO09BQ0YsQ0FBQyxDQUFDO0tBQ047O0FBRUQsUUFBSSxPQUFPLElBQUksT0FBTyxPQUFPLEtBQUssUUFBUSxFQUFFO0FBQzFDLFVBQUksZUFBUSxPQUFPLENBQUMsRUFBRTtBQUNwQixhQUFLLElBQUksQ0FBQyxHQUFHLE9BQU8sQ0FBQyxNQUFNLEVBQUUsQ0FBQyxHQUFHLENBQUMsRUFBRSxDQUFDLEVBQUUsRUFBRTtBQUN2QyxjQUFJLENBQUMsSUFBSSxPQUFPLEVBQUU7QUFDaEIseUJBQWEsQ0FBQyxDQUFDLEVBQUUsQ0FBQyxFQUFFLENBQUMsS0FBSyxPQUFPLENBQUMsTUFBTSxHQUFHLENBQUMsQ0FBQyxDQUFDO1dBQy9DO1NBQ0Y7T0FDRixNQUFNLElBQUksTUFBTSxDQUFDLE1BQU0sSUFBSSxPQUFPLENBQUMsTUFBTSxDQUFDLE1BQU0sQ0FBQyxRQUFRLENBQUMsRUFBRTtBQUMzRCxZQUFNLFVBQVUsR0FBRyxFQUFFLENBQUM7QUFDdEIsWUFBTSxRQUFRLEdBQUcsT0FBTyxDQUFDLE1BQU0sQ0FBQyxNQUFNLENBQUMsUUFBUSxDQUFDLEVBQUUsQ0FBQztBQUNuRCxhQUFLLElBQUksRUFBRSxHQUFHLFFBQVEsQ0FBQyxJQUFJLEVBQUUsRUFBRSxDQUFDLEVBQUUsQ0FBQyxJQUFJLEVBQUUsRUFBRSxHQUFHLFFBQVEsQ0FBQyxJQUFJLEVBQUUsRUFBRTtBQUM3RCxvQkFBVSxDQUFDLElBQUksQ0FBQyxFQUFFLENBQUMsS0FBSyxDQUFDLENBQUM7U0FDM0I7QUFDRCxlQUFPLEdBQUcsVUFBVSxDQUFDO0FBQ3JCLGFBQUssSUFBSSxDQUFDLEdBQUcsT0FBTyxDQUFDLE1BQU0sRUFBRSxDQUFDLEdBQUcsQ0FBQyxFQUFFLENBQUMsRUFBRSxFQUFFO0FBQ3ZDLHVCQUFhLENBQUMsQ0FBQyxFQUFFLENBQUMsRUFBRSxDQUFDLEtBQUssT0FBTyxDQUFDLE1BQU0sR0FBRyxDQUFDLENBQUMsQ0FBQztTQUMvQztPQUNGLE1BQU07O0FBQ0wsY0FBSSxRQUFRLFlBQUEsQ0FBQzs7QUFFYixnQkFBTSxDQUFDLElBQUksQ0FBQyxPQUFPLENBQUMsQ0FBQyxPQUFPLENBQUMsVUFBQSxHQUFHLEVBQUk7Ozs7QUFJbEMsZ0JBQUksUUFBUSxLQUFLLFNBQVMsRUFBRTtBQUMxQiwyQkFBYSxDQUFDLFFBQVEsRUFBRSxDQUFDLEdBQUcsQ0FBQyxDQUFDLENBQUM7YUFDaEM7QUFDRCxvQkFBUSxHQUFHLEdBQUcsQ0FBQztBQUNmLGFBQUMsRUFBRSxDQUFDO1dBQ0wsQ0FBQyxDQUFDO0FBQ0gsY0FBSSxRQUFRLEtBQUssU0FBUyxFQUFFO0FBQzFCLHlCQUFhLENBQUMsUUFBUSxFQUFFLENBQUMsR0FBRyxDQUFDLEVBQUUsSUFBSSxDQUFDLENBQUM7V0FDdEM7O09BQ0Y7S0FDRjs7QUFFRCxRQUFJLENBQUMsS0FBSyxDQUFDLEVBQUU7QUFDWCxTQUFHLEdBQUcsT0FBTyxDQUFDLElBQUksQ0FBQyxDQUFDO0tBQ3JCOztBQUVELFdBQU8sR0FBRyxDQUFDO0dBQ1osQ0FBQyxDQUFDO0NBQ0oiLCJmaWxlIjoiZWFjaC5qcyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7XG4gIGFwcGVuZENvbnRleHRQYXRoLFxuICBibG9ja1BhcmFtcyxcbiAgY3JlYXRlRnJhbWUsXG4gIGlzQXJyYXksXG4gIGlzRnVuY3Rpb25cbn0gZnJvbSAnLi4vdXRpbHMnO1xuaW1wb3J0IEV4Y2VwdGlvbiBmcm9tICcuLi9leGNlcHRpb24nO1xuXG5leHBvcnQgZGVmYXVsdCBmdW5jdGlvbihpbnN0YW5jZSkge1xuICBpbnN0YW5jZS5yZWdpc3RlckhlbHBlcignZWFjaCcsIGZ1bmN0aW9uKGNvbnRleHQsIG9wdGlvbnMpIHtcbiAgICBpZiAoIW9wdGlvbnMpIHtcbiAgICAgIHRocm93IG5ldyBFeGNlcHRpb24oJ011c3QgcGFzcyBpdGVyYXRvciB0byAjZWFjaCcpO1xuICAgIH1cblxuICAgIGxldCBmbiA9IG9wdGlvbnMuZm4sXG4gICAgICBpbnZlcnNlID0gb3B0aW9ucy5pbnZlcnNlLFxuICAgICAgaSA9IDAsXG4gICAgICByZXQgPSAnJyxcbiAgICAgIGRhdGEsXG4gICAgICBjb250ZXh0UGF0aDtcblxuICAgIGlmIChvcHRpb25zLmRhdGEgJiYgb3B0aW9ucy5pZHMpIHtcbiAgICAgIGNvbnRleHRQYXRoID1cbiAgICAgICAgYXBwZW5kQ29udGV4dFBhdGgob3B0aW9ucy5kYXRhLmNvbnRleHRQYXRoLCBvcHRpb25zLmlkc1swXSkgKyAnLic7XG4gICAgfVxuXG4gICAgaWYgKGlzRnVuY3Rpb24oY29udGV4dCkpIHtcbiAgICAgIGNvbnRleHQgPSBjb250ZXh0LmNhbGwodGhpcyk7XG4gICAgfVxuXG4gICAgaWYgKG9wdGlvbnMuZGF0YSkge1xuICAgICAgZGF0YSA9IGNyZWF0ZUZyYW1lKG9wdGlvbnMuZGF0YSk7XG4gICAgfVxuXG4gICAgZnVuY3Rpb24gZXhlY0l0ZXJhdGlvbihmaWVsZCwgaW5kZXgsIGxhc3QpIHtcbiAgICAgIGlmIChkYXRhKSB7XG4gICAgICAgIGRhdGEua2V5ID0gZmllbGQ7XG4gICAgICAgIGRhdGEuaW5kZXggPSBpbmRleDtcbiAgICAgICAgZGF0YS5maXJzdCA9IGluZGV4ID09PSAwO1xuICAgICAgICBkYXRhLmxhc3QgPSAhIWxhc3Q7XG5cbiAgICAgICAgaWYgKGNvbnRleHRQYXRoKSB7XG4gICAgICAgICAgZGF0YS5jb250ZXh0UGF0aCA9IGNvbnRleHRQYXRoICsgZmllbGQ7XG4gICAgICAgIH1cbiAgICAgIH1cblxuICAgICAgcmV0ID1cbiAgICAgICAgcmV0ICtcbiAgICAgICAgZm4oY29udGV4dFtmaWVsZF0sIHtcbiAgICAgICAgICBkYXRhOiBkYXRhLFxuICAgICAgICAgIGJsb2NrUGFyYW1zOiBibG9ja1BhcmFtcyhcbiAgICAgICAgICAgIFtjb250ZXh0W2ZpZWxkXSwgZmllbGRdLFxuICAgICAgICAgICAgW2NvbnRleHRQYXRoICsgZmllbGQsIG51bGxdXG4gICAgICAgICAgKVxuICAgICAgICB9KTtcbiAgICB9XG5cbiAgICBpZiAoY29udGV4dCAmJiB0eXBlb2YgY29udGV4dCA9PT0gJ29iamVjdCcpIHtcbiAgICAgIGlmIChpc0FycmF5KGNvbnRleHQpKSB7XG4gICAgICAgIGZvciAobGV0IGogPSBjb250ZXh0Lmxlbmd0aDsgaSA8IGo7IGkrKykge1xuICAgICAgICAgIGlmIChpIGluIGNvbnRleHQpIHtcbiAgICAgICAgICAgIGV4ZWNJdGVyYXRpb24oaSwgaSwgaSA9PT0gY29udGV4dC5sZW5ndGggLSAxKTtcbiAgICAgICAgICB9XG4gICAgICAgIH1cbiAgICAgIH0gZWxzZSBpZiAoZ2xvYmFsLlN5bWJvbCAmJiBjb250ZXh0W2dsb2JhbC5TeW1ib2wuaXRlcmF0b3JdKSB7XG4gICAgICAgIGNvbnN0IG5ld0NvbnRleHQgPSBbXTtcbiAgICAgICAgY29uc3QgaXRlcmF0b3IgPSBjb250ZXh0W2dsb2JhbC5TeW1ib2wuaXRlcmF0b3JdKCk7XG4gICAgICAgIGZvciAobGV0IGl0ID0gaXRlcmF0b3IubmV4dCgpOyAhaXQuZG9uZTsgaXQgPSBpdGVyYXRvci5uZXh0KCkpIHtcbiAgICAgICAgICBuZXdDb250ZXh0LnB1c2goaXQudmFsdWUpO1xuICAgICAgICB9XG4gICAgICAgIGNvbnRleHQgPSBuZXdDb250ZXh0O1xuICAgICAgICBmb3IgKGxldCBqID0gY29udGV4dC5sZW5ndGg7IGkgPCBqOyBpKyspIHtcbiAgICAgICAgICBleGVjSXRlcmF0aW9uKGksIGksIGkgPT09IGNvbnRleHQubGVuZ3RoIC0gMSk7XG4gICAgICAgIH1cbiAgICAgIH0gZWxzZSB7XG4gICAgICAgIGxldCBwcmlvcktleTtcblxuICAgICAgICBPYmplY3Qua2V5cyhjb250ZXh0KS5mb3JFYWNoKGtleSA9PiB7XG4gICAgICAgICAgLy8gV2UncmUgcnVubmluZyB0aGUgaXRlcmF0aW9ucyBvbmUgc3RlcCBvdXQgb2Ygc3luYyBzbyB3ZSBjYW4gZGV0ZWN0XG4gICAgICAgICAgLy8gdGhlIGxhc3QgaXRlcmF0aW9uIHdpdGhvdXQgaGF2ZSB0byBzY2FuIHRoZSBvYmplY3QgdHdpY2UgYW5kIGNyZWF0ZVxuICAgICAgICAgIC8vIGFuIGl0ZXJtZWRpYXRlIGtleXMgYXJyYXkuXG4gICAgICAgICAgaWYgKHByaW9yS2V5ICE9PSB1bmRlZmluZWQpIHtcbiAgICAgICAgICAgIGV4ZWNJdGVyYXRpb24ocHJpb3JLZXksIGkgLSAxKTtcbiAgICAgICAgICB9XG4gICAgICAgICAgcHJpb3JLZXkgPSBrZXk7XG4gICAgICAgICAgaSsrO1xuICAgICAgICB9KTtcbiAgICAgICAgaWYgKHByaW9yS2V5ICE9PSB1bmRlZmluZWQpIHtcbiAgICAgICAgICBleGVjSXRlcmF0aW9uKHByaW9yS2V5LCBpIC0gMSwgdHJ1ZSk7XG4gICAgICAgIH1cbiAgICAgIH1cbiAgICB9XG5cbiAgICBpZiAoaSA9PT0gMCkge1xuICAgICAgcmV0ID0gaW52ZXJzZSh0aGlzKTtcbiAgICB9XG5cbiAgICByZXR1cm4gcmV0O1xuICB9KTtcbn1cbiJdfQ==\n","'use strict';\n\nexports.__esModule = true;\n// istanbul ignore next\n\nfunction _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { 'default': obj }; }\n\nvar _exception = require('../exception');\n\nvar _exception2 = _interopRequireDefault(_exception);\n\nexports['default'] = function (instance) {\n instance.registerHelper('helperMissing', function () /* [args, ]options */{\n if (arguments.length === 1) {\n // A missing field in a {{foo}} construct.\n return undefined;\n } else {\n // Someone is actually trying to call something, blow up.\n throw new _exception2['default']('Missing helper: \"' + arguments[arguments.length - 1].name + '\"');\n }\n });\n};\n\nmodule.exports = exports['default'];\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uL2xpYi9oYW5kbGViYXJzL2hlbHBlcnMvaGVscGVyLW1pc3NpbmcuanMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6Ijs7Ozs7Ozt5QkFBc0IsY0FBYzs7OztxQkFFckIsVUFBUyxRQUFRLEVBQUU7QUFDaEMsVUFBUSxDQUFDLGNBQWMsQ0FBQyxlQUFlLEVBQUUsaUNBQWdDO0FBQ3ZFLFFBQUksU0FBUyxDQUFDLE1BQU0sS0FBSyxDQUFDLEVBQUU7O0FBRTFCLGFBQU8sU0FBUyxDQUFDO0tBQ2xCLE1BQU07O0FBRUwsWUFBTSwyQkFDSixtQkFBbUIsR0FBRyxTQUFTLENBQUMsU0FBUyxDQUFDLE1BQU0sR0FBRyxDQUFDLENBQUMsQ0FBQyxJQUFJLEdBQUcsR0FBRyxDQUNqRSxDQUFDO0tBQ0g7R0FDRixDQUFDLENBQUM7Q0FDSiIsImZpbGUiOiJoZWxwZXItbWlzc2luZy5qcyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCBFeGNlcHRpb24gZnJvbSAnLi4vZXhjZXB0aW9uJztcblxuZXhwb3J0IGRlZmF1bHQgZnVuY3Rpb24oaW5zdGFuY2UpIHtcbiAgaW5zdGFuY2UucmVnaXN0ZXJIZWxwZXIoJ2hlbHBlck1pc3NpbmcnLCBmdW5jdGlvbigvKiBbYXJncywgXW9wdGlvbnMgKi8pIHtcbiAgICBpZiAoYXJndW1lbnRzLmxlbmd0aCA9PT0gMSkge1xuICAgICAgLy8gQSBtaXNzaW5nIGZpZWxkIGluIGEge3tmb299fSBjb25zdHJ1Y3QuXG4gICAgICByZXR1cm4gdW5kZWZpbmVkO1xuICAgIH0gZWxzZSB7XG4gICAgICAvLyBTb21lb25lIGlzIGFjdHVhbGx5IHRyeWluZyB0byBjYWxsIHNvbWV0aGluZywgYmxvdyB1cC5cbiAgICAgIHRocm93IG5ldyBFeGNlcHRpb24oXG4gICAgICAgICdNaXNzaW5nIGhlbHBlcjogXCInICsgYXJndW1lbnRzW2FyZ3VtZW50cy5sZW5ndGggLSAxXS5uYW1lICsgJ1wiJ1xuICAgICAgKTtcbiAgICB9XG4gIH0pO1xufVxuIl19\n","'use strict';\n\nexports.__esModule = true;\n// istanbul ignore next\n\nfunction _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { 'default': obj }; }\n\nvar _utils = require('../utils');\n\nvar _exception = require('../exception');\n\nvar _exception2 = _interopRequireDefault(_exception);\n\nexports['default'] = function (instance) {\n instance.registerHelper('if', function (conditional, options) {\n if (arguments.length != 2) {\n throw new _exception2['default']('#if requires exactly one argument');\n }\n if (_utils.isFunction(conditional)) {\n conditional = conditional.call(this);\n }\n\n // Default behavior is to render the positive path if the value is truthy and not empty.\n // The `includeZero` option may be set to treat the condtional as purely not empty based on the\n // behavior of isEmpty. Effectively this determines if 0 is handled by the positive path or negative.\n if (!options.hash.includeZero && !conditional || _utils.isEmpty(conditional)) {\n return options.inverse(this);\n } else {\n return options.fn(this);\n }\n });\n\n instance.registerHelper('unless', function (conditional, options) {\n if (arguments.length != 2) {\n throw new _exception2['default']('#unless requires exactly one argument');\n }\n return instance.helpers['if'].call(this, conditional, {\n fn: options.inverse,\n inverse: options.fn,\n hash: options.hash\n });\n });\n};\n\nmodule.exports = exports['default'];\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uL2xpYi9oYW5kbGViYXJzL2hlbHBlcnMvaWYuanMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6Ijs7Ozs7OztxQkFBb0MsVUFBVTs7eUJBQ3hCLGNBQWM7Ozs7cUJBRXJCLFVBQVMsUUFBUSxFQUFFO0FBQ2hDLFVBQVEsQ0FBQyxjQUFjLENBQUMsSUFBSSxFQUFFLFVBQVMsV0FBVyxFQUFFLE9BQU8sRUFBRTtBQUMzRCxRQUFJLFNBQVMsQ0FBQyxNQUFNLElBQUksQ0FBQyxFQUFFO0FBQ3pCLFlBQU0sMkJBQWMsbUNBQW1DLENBQUMsQ0FBQztLQUMxRDtBQUNELFFBQUksa0JBQVcsV0FBVyxDQUFDLEVBQUU7QUFDM0IsaUJBQVcsR0FBRyxXQUFXLENBQUMsSUFBSSxDQUFDLElBQUksQ0FBQyxDQUFDO0tBQ3RDOzs7OztBQUtELFFBQUksQUFBQyxDQUFDLE9BQU8sQ0FBQyxJQUFJLENBQUMsV0FBVyxJQUFJLENBQUMsV0FBVyxJQUFLLGVBQVEsV0FBVyxDQUFDLEVBQUU7QUFDdkUsYUFBTyxPQUFPLENBQUMsT0FBTyxDQUFDLElBQUksQ0FBQyxDQUFDO0tBQzlCLE1BQU07QUFDTCxhQUFPLE9BQU8sQ0FBQyxFQUFFLENBQUMsSUFBSSxDQUFDLENBQUM7S0FDekI7R0FDRixDQUFDLENBQUM7O0FBRUgsVUFBUSxDQUFDLGNBQWMsQ0FBQyxRQUFRLEVBQUUsVUFBUyxXQUFXLEVBQUUsT0FBTyxFQUFFO0FBQy9ELFFBQUksU0FBUyxDQUFDLE1BQU0sSUFBSSxDQUFDLEVBQUU7QUFDekIsWUFBTSwyQkFBYyx1Q0FBdUMsQ0FBQyxDQUFDO0tBQzlEO0FBQ0QsV0FBTyxRQUFRLENBQUMsT0FBTyxDQUFDLElBQUksQ0FBQyxDQUFDLElBQUksQ0FBQyxJQUFJLEVBQUUsV0FBVyxFQUFFO0FBQ3BELFFBQUUsRUFBRSxPQUFPLENBQUMsT0FBTztBQUNuQixhQUFPLEVBQUUsT0FBTyxDQUFDLEVBQUU7QUFDbkIsVUFBSSxFQUFFLE9BQU8sQ0FBQyxJQUFJO0tBQ25CLENBQUMsQ0FBQztHQUNKLENBQUMsQ0FBQztDQUNKIiwiZmlsZSI6ImlmLmpzIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgaXNFbXB0eSwgaXNGdW5jdGlvbiB9IGZyb20gJy4uL3V0aWxzJztcbmltcG9ydCBFeGNlcHRpb24gZnJvbSAnLi4vZXhjZXB0aW9uJztcblxuZXhwb3J0IGRlZmF1bHQgZnVuY3Rpb24oaW5zdGFuY2UpIHtcbiAgaW5zdGFuY2UucmVnaXN0ZXJIZWxwZXIoJ2lmJywgZnVuY3Rpb24oY29uZGl0aW9uYWwsIG9wdGlvbnMpIHtcbiAgICBpZiAoYXJndW1lbnRzLmxlbmd0aCAhPSAyKSB7XG4gICAgICB0aHJvdyBuZXcgRXhjZXB0aW9uKCcjaWYgcmVxdWlyZXMgZXhhY3RseSBvbmUgYXJndW1lbnQnKTtcbiAgICB9XG4gICAgaWYgKGlzRnVuY3Rpb24oY29uZGl0aW9uYWwpKSB7XG4gICAgICBjb25kaXRpb25hbCA9IGNvbmRpdGlvbmFsLmNhbGwodGhpcyk7XG4gICAgfVxuXG4gICAgLy8gRGVmYXVsdCBiZWhhdmlvciBpcyB0byByZW5kZXIgdGhlIHBvc2l0aXZlIHBhdGggaWYgdGhlIHZhbHVlIGlzIHRydXRoeSBhbmQgbm90IGVtcHR5LlxuICAgIC8vIFRoZSBgaW5jbHVkZVplcm9gIG9wdGlvbiBtYXkgYmUgc2V0IHRvIHRyZWF0IHRoZSBjb25kdGlvbmFsIGFzIHB1cmVseSBub3QgZW1wdHkgYmFzZWQgb24gdGhlXG4gICAgLy8gYmVoYXZpb3Igb2YgaXNFbXB0eS4gRWZmZWN0aXZlbHkgdGhpcyBkZXRlcm1pbmVzIGlmIDAgaXMgaGFuZGxlZCBieSB0aGUgcG9zaXRpdmUgcGF0aCBvciBuZWdhdGl2ZS5cbiAgICBpZiAoKCFvcHRpb25zLmhhc2guaW5jbHVkZVplcm8gJiYgIWNvbmRpdGlvbmFsKSB8fCBpc0VtcHR5KGNvbmRpdGlvbmFsKSkge1xuICAgICAgcmV0dXJuIG9wdGlvbnMuaW52ZXJzZSh0aGlzKTtcbiAgICB9IGVsc2Uge1xuICAgICAgcmV0dXJuIG9wdGlvbnMuZm4odGhpcyk7XG4gICAgfVxuICB9KTtcblxuICBpbnN0YW5jZS5yZWdpc3RlckhlbHBlcigndW5sZXNzJywgZnVuY3Rpb24oY29uZGl0aW9uYWwsIG9wdGlvbnMpIHtcbiAgICBpZiAoYXJndW1lbnRzLmxlbmd0aCAhPSAyKSB7XG4gICAgICB0aHJvdyBuZXcgRXhjZXB0aW9uKCcjdW5sZXNzIHJlcXVpcmVzIGV4YWN0bHkgb25lIGFyZ3VtZW50Jyk7XG4gICAgfVxuICAgIHJldHVybiBpbnN0YW5jZS5oZWxwZXJzWydpZiddLmNhbGwodGhpcywgY29uZGl0aW9uYWwsIHtcbiAgICAgIGZuOiBvcHRpb25zLmludmVyc2UsXG4gICAgICBpbnZlcnNlOiBvcHRpb25zLmZuLFxuICAgICAgaGFzaDogb3B0aW9ucy5oYXNoXG4gICAgfSk7XG4gIH0pO1xufVxuIl19\n","'use strict';\n\nexports.__esModule = true;\n\nexports['default'] = function (instance) {\n instance.registerHelper('log', function () /* message, options */{\n var args = [undefined],\n options = arguments[arguments.length - 1];\n for (var i = 0; i < arguments.length - 1; i++) {\n args.push(arguments[i]);\n }\n\n var level = 1;\n if (options.hash.level != null) {\n level = options.hash.level;\n } else if (options.data && options.data.level != null) {\n level = options.data.level;\n }\n args[0] = level;\n\n instance.log.apply(instance, args);\n });\n};\n\nmodule.exports = exports['default'];\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uL2xpYi9oYW5kbGViYXJzL2hlbHBlcnMvbG9nLmpzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7Ozs7cUJBQWUsVUFBUyxRQUFRLEVBQUU7QUFDaEMsVUFBUSxDQUFDLGNBQWMsQ0FBQyxLQUFLLEVBQUUsa0NBQWlDO0FBQzlELFFBQUksSUFBSSxHQUFHLENBQUMsU0FBUyxDQUFDO1FBQ3BCLE9BQU8sR0FBRyxTQUFTLENBQUMsU0FBUyxDQUFDLE1BQU0sR0FBRyxDQUFDLENBQUMsQ0FBQztBQUM1QyxTQUFLLElBQUksQ0FBQyxHQUFHLENBQUMsRUFBRSxDQUFDLEdBQUcsU0FBUyxDQUFDLE1BQU0sR0FBRyxDQUFDLEVBQUUsQ0FBQyxFQUFFLEVBQUU7QUFDN0MsVUFBSSxDQUFDLElBQUksQ0FBQyxTQUFTLENBQUMsQ0FBQyxDQUFDLENBQUMsQ0FBQztLQUN6Qjs7QUFFRCxRQUFJLEtBQUssR0FBRyxDQUFDLENBQUM7QUFDZCxRQUFJLE9BQU8sQ0FBQyxJQUFJLENBQUMsS0FBSyxJQUFJLElBQUksRUFBRTtBQUM5QixXQUFLLEdBQUcsT0FBTyxDQUFDLElBQUksQ0FBQyxLQUFLLENBQUM7S0FDNUIsTUFBTSxJQUFJLE9BQU8sQ0FBQyxJQUFJLElBQUksT0FBTyxDQUFDLElBQUksQ0FBQyxLQUFLLElBQUksSUFBSSxFQUFFO0FBQ3JELFdBQUssR0FBRyxPQUFPLENBQUMsSUFBSSxDQUFDLEtBQUssQ0FBQztLQUM1QjtBQUNELFFBQUksQ0FBQyxDQUFDLENBQUMsR0FBRyxLQUFLLENBQUM7O0FBRWhCLFlBQVEsQ0FBQyxHQUFHLE1BQUEsQ0FBWixRQUFRLEVBQVEsSUFBSSxDQUFDLENBQUM7R0FDdkIsQ0FBQyxDQUFDO0NBQ0oiLCJmaWxlIjoibG9nLmpzIiwic291cmNlc0NvbnRlbnQiOlsiZXhwb3J0IGRlZmF1bHQgZnVuY3Rpb24oaW5zdGFuY2UpIHtcbiAgaW5zdGFuY2UucmVnaXN0ZXJIZWxwZXIoJ2xvZycsIGZ1bmN0aW9uKC8qIG1lc3NhZ2UsIG9wdGlvbnMgKi8pIHtcbiAgICBsZXQgYXJncyA9IFt1bmRlZmluZWRdLFxuICAgICAgb3B0aW9ucyA9IGFyZ3VtZW50c1thcmd1bWVudHMubGVuZ3RoIC0gMV07XG4gICAgZm9yIChsZXQgaSA9IDA7IGkgPCBhcmd1bWVudHMubGVuZ3RoIC0gMTsgaSsrKSB7XG4gICAgICBhcmdzLnB1c2goYXJndW1lbnRzW2ldKTtcbiAgICB9XG5cbiAgICBsZXQgbGV2ZWwgPSAxO1xuICAgIGlmIChvcHRpb25zLmhhc2gubGV2ZWwgIT0gbnVsbCkge1xuICAgICAgbGV2ZWwgPSBvcHRpb25zLmhhc2gubGV2ZWw7XG4gICAgfSBlbHNlIGlmIChvcHRpb25zLmRhdGEgJiYgb3B0aW9ucy5kYXRhLmxldmVsICE9IG51bGwpIHtcbiAgICAgIGxldmVsID0gb3B0aW9ucy5kYXRhLmxldmVsO1xuICAgIH1cbiAgICBhcmdzWzBdID0gbGV2ZWw7XG5cbiAgICBpbnN0YW5jZS5sb2coLi4uYXJncyk7XG4gIH0pO1xufVxuIl19\n","'use strict';\n\nexports.__esModule = true;\n\nexports['default'] = function (instance) {\n instance.registerHelper('lookup', function (obj, field, options) {\n if (!obj) {\n // Note for 5.0: Change to \"obj == null\" in 5.0\n return obj;\n }\n return options.lookupProperty(obj, field);\n });\n};\n\nmodule.exports = exports['default'];\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uL2xpYi9oYW5kbGViYXJzL2hlbHBlcnMvbG9va3VwLmpzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7Ozs7cUJBQWUsVUFBUyxRQUFRLEVBQUU7QUFDaEMsVUFBUSxDQUFDLGNBQWMsQ0FBQyxRQUFRLEVBQUUsVUFBUyxHQUFHLEVBQUUsS0FBSyxFQUFFLE9BQU8sRUFBRTtBQUM5RCxRQUFJLENBQUMsR0FBRyxFQUFFOztBQUVSLGFBQU8sR0FBRyxDQUFDO0tBQ1o7QUFDRCxXQUFPLE9BQU8sQ0FBQyxjQUFjLENBQUMsR0FBRyxFQUFFLEtBQUssQ0FBQyxDQUFDO0dBQzNDLENBQUMsQ0FBQztDQUNKIiwiZmlsZSI6Imxvb2t1cC5qcyIsInNvdXJjZXNDb250ZW50IjpbImV4cG9ydCBkZWZhdWx0IGZ1bmN0aW9uKGluc3RhbmNlKSB7XG4gIGluc3RhbmNlLnJlZ2lzdGVySGVscGVyKCdsb29rdXAnLCBmdW5jdGlvbihvYmosIGZpZWxkLCBvcHRpb25zKSB7XG4gICAgaWYgKCFvYmopIHtcbiAgICAgIC8vIE5vdGUgZm9yIDUuMDogQ2hhbmdlIHRvIFwib2JqID09IG51bGxcIiBpbiA1LjBcbiAgICAgIHJldHVybiBvYmo7XG4gICAgfVxuICAgIHJldHVybiBvcHRpb25zLmxvb2t1cFByb3BlcnR5KG9iaiwgZmllbGQpO1xuICB9KTtcbn1cbiJdfQ==\n","'use strict';\n\nexports.__esModule = true;\n// istanbul ignore next\n\nfunction _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { 'default': obj }; }\n\nvar _utils = require('../utils');\n\nvar _exception = require('../exception');\n\nvar _exception2 = _interopRequireDefault(_exception);\n\nexports['default'] = function (instance) {\n instance.registerHelper('with', function (context, options) {\n if (arguments.length != 2) {\n throw new _exception2['default']('#with requires exactly one argument');\n }\n if (_utils.isFunction(context)) {\n context = context.call(this);\n }\n\n var fn = options.fn;\n\n if (!_utils.isEmpty(context)) {\n var data = options.data;\n if (options.data && options.ids) {\n data = _utils.createFrame(options.data);\n data.contextPath = _utils.appendContextPath(options.data.contextPath, options.ids[0]);\n }\n\n return fn(context, {\n data: data,\n blockParams: _utils.blockParams([context], [data && data.contextPath])\n });\n } else {\n return options.inverse(this);\n }\n });\n};\n\nmodule.exports = exports['default'];\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uL2xpYi9oYW5kbGViYXJzL2hlbHBlcnMvd2l0aC5qcyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiOzs7Ozs7O3FCQU1PLFVBQVU7O3lCQUNLLGNBQWM7Ozs7cUJBRXJCLFVBQVMsUUFBUSxFQUFFO0FBQ2hDLFVBQVEsQ0FBQyxjQUFjLENBQUMsTUFBTSxFQUFFLFVBQVMsT0FBTyxFQUFFLE9BQU8sRUFBRTtBQUN6RCxRQUFJLFNBQVMsQ0FBQyxNQUFNLElBQUksQ0FBQyxFQUFFO0FBQ3pCLFlBQU0sMkJBQWMscUNBQXFDLENBQUMsQ0FBQztLQUM1RDtBQUNELFFBQUksa0JBQVcsT0FBTyxDQUFDLEVBQUU7QUFDdkIsYUFBTyxHQUFHLE9BQU8sQ0FBQyxJQUFJLENBQUMsSUFBSSxDQUFDLENBQUM7S0FDOUI7O0FBRUQsUUFBSSxFQUFFLEdBQUcsT0FBTyxDQUFDLEVBQUUsQ0FBQzs7QUFFcEIsUUFBSSxDQUFDLGVBQVEsT0FBTyxDQUFDLEVBQUU7QUFDckIsVUFBSSxJQUFJLEdBQUcsT0FBTyxDQUFDLElBQUksQ0FBQztBQUN4QixVQUFJLE9BQU8sQ0FBQyxJQUFJLElBQUksT0FBTyxDQUFDLEdBQUcsRUFBRTtBQUMvQixZQUFJLEdBQUcsbUJBQVksT0FBTyxDQUFDLElBQUksQ0FBQyxDQUFDO0FBQ2pDLFlBQUksQ0FBQyxXQUFXLEdBQUcseUJBQ2pCLE9BQU8sQ0FBQyxJQUFJLENBQUMsV0FBVyxFQUN4QixPQUFPLENBQUMsR0FBRyxDQUFDLENBQUMsQ0FBQyxDQUNmLENBQUM7T0FDSDs7QUFFRCxhQUFPLEVBQUUsQ0FBQyxPQUFPLEVBQUU7QUFDakIsWUFBSSxFQUFFLElBQUk7QUFDVixtQkFBVyxFQUFFLG1CQUFZLENBQUMsT0FBTyxDQUFDLEVBQUUsQ0FBQyxJQUFJLElBQUksSUFBSSxDQUFDLFdBQVcsQ0FBQyxDQUFDO09BQ2hFLENBQUMsQ0FBQztLQUNKLE1BQU07QUFDTCxhQUFPLE9BQU8sQ0FBQyxPQUFPLENBQUMsSUFBSSxDQUFDLENBQUM7S0FDOUI7R0FDRixDQUFDLENBQUM7Q0FDSiIsImZpbGUiOiJ3aXRoLmpzIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHtcbiAgYXBwZW5kQ29udGV4dFBhdGgsXG4gIGJsb2NrUGFyYW1zLFxuICBjcmVhdGVGcmFtZSxcbiAgaXNFbXB0eSxcbiAgaXNGdW5jdGlvblxufSBmcm9tICcuLi91dGlscyc7XG5pbXBvcnQgRXhjZXB0aW9uIGZyb20gJy4uL2V4Y2VwdGlvbic7XG5cbmV4cG9ydCBkZWZhdWx0IGZ1bmN0aW9uKGluc3RhbmNlKSB7XG4gIGluc3RhbmNlLnJlZ2lzdGVySGVscGVyKCd3aXRoJywgZnVuY3Rpb24oY29udGV4dCwgb3B0aW9ucykge1xuICAgIGlmIChhcmd1bWVudHMubGVuZ3RoICE9IDIpIHtcbiAgICAgIHRocm93IG5ldyBFeGNlcHRpb24oJyN3aXRoIHJlcXVpcmVzIGV4YWN0bHkgb25lIGFyZ3VtZW50Jyk7XG4gICAgfVxuICAgIGlmIChpc0Z1bmN0aW9uKGNvbnRleHQpKSB7XG4gICAgICBjb250ZXh0ID0gY29udGV4dC5jYWxsKHRoaXMpO1xuICAgIH1cblxuICAgIGxldCBmbiA9IG9wdGlvbnMuZm47XG5cbiAgICBpZiAoIWlzRW1wdHkoY29udGV4dCkpIHtcbiAgICAgIGxldCBkYXRhID0gb3B0aW9ucy5kYXRhO1xuICAgICAgaWYgKG9wdGlvbnMuZGF0YSAmJiBvcHRpb25zLmlkcykge1xuICAgICAgICBkYXRhID0gY3JlYXRlRnJhbWUob3B0aW9ucy5kYXRhKTtcbiAgICAgICAgZGF0YS5jb250ZXh0UGF0aCA9IGFwcGVuZENvbnRleHRQYXRoKFxuICAgICAgICAgIG9wdGlvbnMuZGF0YS5jb250ZXh0UGF0aCxcbiAgICAgICAgICBvcHRpb25zLmlkc1swXVxuICAgICAgICApO1xuICAgICAgfVxuXG4gICAgICByZXR1cm4gZm4oY29udGV4dCwge1xuICAgICAgICBkYXRhOiBkYXRhLFxuICAgICAgICBibG9ja1BhcmFtczogYmxvY2tQYXJhbXMoW2NvbnRleHRdLCBbZGF0YSAmJiBkYXRhLmNvbnRleHRQYXRoXSlcbiAgICAgIH0pO1xuICAgIH0gZWxzZSB7XG4gICAgICByZXR1cm4gb3B0aW9ucy5pbnZlcnNlKHRoaXMpO1xuICAgIH1cbiAgfSk7XG59XG4iXX0=\n","'use strict';\n\nexports.__esModule = true;\nexports.registerDefaultDecorators = registerDefaultDecorators;\n// istanbul ignore next\n\nfunction _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { 'default': obj }; }\n\nvar _decoratorsInline = require('./decorators/inline');\n\nvar _decoratorsInline2 = _interopRequireDefault(_decoratorsInline);\n\nfunction registerDefaultDecorators(instance) {\n _decoratorsInline2['default'](instance);\n}\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uL2xpYi9oYW5kbGViYXJzL2RlY29yYXRvcnMuanMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6Ijs7Ozs7Ozs7Z0NBQTJCLHFCQUFxQjs7OztBQUV6QyxTQUFTLHlCQUF5QixDQUFDLFFBQVEsRUFBRTtBQUNsRCxnQ0FBZSxRQUFRLENBQUMsQ0FBQztDQUMxQiIsImZpbGUiOiJkZWNvcmF0b3JzLmpzIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHJlZ2lzdGVySW5saW5lIGZyb20gJy4vZGVjb3JhdG9ycy9pbmxpbmUnO1xuXG5leHBvcnQgZnVuY3Rpb24gcmVnaXN0ZXJEZWZhdWx0RGVjb3JhdG9ycyhpbnN0YW5jZSkge1xuICByZWdpc3RlcklubGluZShpbnN0YW5jZSk7XG59XG4iXX0=\n","'use strict';\n\nexports.__esModule = true;\n\nvar _utils = require('../utils');\n\nexports['default'] = function (instance) {\n instance.registerDecorator('inline', function (fn, props, container, options) {\n var ret = fn;\n if (!props.partials) {\n props.partials = {};\n ret = function (context, options) {\n // Create a new partials stack frame prior to exec.\n var original = container.partials;\n container.partials = _utils.extend({}, original, props.partials);\n var ret = fn(context, options);\n container.partials = original;\n return ret;\n };\n }\n\n props.partials[options.args[0]] = options.fn;\n\n return ret;\n });\n};\n\nmodule.exports = exports['default'];\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uL2xpYi9oYW5kbGViYXJzL2RlY29yYXRvcnMvaW5saW5lLmpzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7Ozs7cUJBQXVCLFVBQVU7O3FCQUVsQixVQUFTLFFBQVEsRUFBRTtBQUNoQyxVQUFRLENBQUMsaUJBQWlCLENBQUMsUUFBUSxFQUFFLFVBQVMsRUFBRSxFQUFFLEtBQUssRUFBRSxTQUFTLEVBQUUsT0FBTyxFQUFFO0FBQzNFLFFBQUksR0FBRyxHQUFHLEVBQUUsQ0FBQztBQUNiLFFBQUksQ0FBQyxLQUFLLENBQUMsUUFBUSxFQUFFO0FBQ25CLFdBQUssQ0FBQyxRQUFRLEdBQUcsRUFBRSxDQUFDO0FBQ3BCLFNBQUcsR0FBRyxVQUFTLE9BQU8sRUFBRSxPQUFPLEVBQUU7O0FBRS9CLFlBQUksUUFBUSxHQUFHLFNBQVMsQ0FBQyxRQUFRLENBQUM7QUFDbEMsaUJBQVMsQ0FBQyxRQUFRLEdBQUcsY0FBTyxFQUFFLEVBQUUsUUFBUSxFQUFFLEtBQUssQ0FBQyxRQUFRLENBQUMsQ0FBQztBQUMxRCxZQUFJLEdBQUcsR0FBRyxFQUFFLENBQUMsT0FBTyxFQUFFLE9BQU8sQ0FBQyxDQUFDO0FBQy9CLGlCQUFTLENBQUMsUUFBUSxHQUFHLFFBQVEsQ0FBQztBQUM5QixlQUFPLEdBQUcsQ0FBQztPQUNaLENBQUM7S0FDSDs7QUFFRCxTQUFLLENBQUMsUUFBUSxDQUFDLE9BQU8sQ0FBQyxJQUFJLENBQUMsQ0FBQyxDQUFDLENBQUMsR0FBRyxPQUFPLENBQUMsRUFBRSxDQUFDOztBQUU3QyxXQUFPLEdBQUcsQ0FBQztHQUNaLENBQUMsQ0FBQztDQUNKIiwiZmlsZSI6ImlubGluZS5qcyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IGV4dGVuZCB9IGZyb20gJy4uL3V0aWxzJztcblxuZXhwb3J0IGRlZmF1bHQgZnVuY3Rpb24oaW5zdGFuY2UpIHtcbiAgaW5zdGFuY2UucmVnaXN0ZXJEZWNvcmF0b3IoJ2lubGluZScsIGZ1bmN0aW9uKGZuLCBwcm9wcywgY29udGFpbmVyLCBvcHRpb25zKSB7XG4gICAgbGV0IHJldCA9IGZuO1xuICAgIGlmICghcHJvcHMucGFydGlhbHMpIHtcbiAgICAgIHByb3BzLnBhcnRpYWxzID0ge307XG4gICAgICByZXQgPSBmdW5jdGlvbihjb250ZXh0LCBvcHRpb25zKSB7XG4gICAgICAgIC8vIENyZWF0ZSBhIG5ldyBwYXJ0aWFscyBzdGFjayBmcmFtZSBwcmlvciB0byBleGVjLlxuICAgICAgICBsZXQgb3JpZ2luYWwgPSBjb250YWluZXIucGFydGlhbHM7XG4gICAgICAgIGNvbnRhaW5lci5wYXJ0aWFscyA9IGV4dGVuZCh7fSwgb3JpZ2luYWwsIHByb3BzLnBhcnRpYWxzKTtcbiAgICAgICAgbGV0IHJldCA9IGZuKGNvbnRleHQsIG9wdGlvbnMpO1xuICAgICAgICBjb250YWluZXIucGFydGlhbHMgPSBvcmlnaW5hbDtcbiAgICAgICAgcmV0dXJuIHJldDtcbiAgICAgIH07XG4gICAgfVxuXG4gICAgcHJvcHMucGFydGlhbHNbb3B0aW9ucy5hcmdzWzBdXSA9IG9wdGlvbnMuZm47XG5cbiAgICByZXR1cm4gcmV0O1xuICB9KTtcbn1cbiJdfQ==\n","'use strict';\n\nexports.__esModule = true;\nexports.createNewLookupObject = createNewLookupObject;\n\nvar _utils = require('../utils');\n\n/**\n * Create a new object with \"null\"-prototype to avoid truthy results on prototype properties.\n * The resulting object can be used with \"object[property]\" to check if a property exists\n * @param {...object} sources a varargs parameter of source objects that will be merged\n * @returns {object}\n */\n\nfunction createNewLookupObject() {\n for (var _len = arguments.length, sources = Array(_len), _key = 0; _key < _len; _key++) {\n sources[_key] = arguments[_key];\n }\n\n return _utils.extend.apply(undefined, [Object.create(null)].concat(sources));\n}\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uL2xpYi9oYW5kbGViYXJzL2ludGVybmFsL2NyZWF0ZS1uZXctbG9va3VwLW9iamVjdC5qcyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiOzs7OztxQkFBdUIsVUFBVTs7Ozs7Ozs7O0FBUTFCLFNBQVMscUJBQXFCLEdBQWE7b0NBQVQsT0FBTztBQUFQLFdBQU87OztBQUM5QyxTQUFPLGdDQUFPLE1BQU0sQ0FBQyxNQUFNLENBQUMsSUFBSSxDQUFDLFNBQUssT0FBTyxFQUFDLENBQUM7Q0FDaEQiLCJmaWxlIjoiY3JlYXRlLW5ldy1sb29rdXAtb2JqZWN0LmpzIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgZXh0ZW5kIH0gZnJvbSAnLi4vdXRpbHMnO1xuXG4vKipcbiAqIENyZWF0ZSBhIG5ldyBvYmplY3Qgd2l0aCBcIm51bGxcIi1wcm90b3R5cGUgdG8gYXZvaWQgdHJ1dGh5IHJlc3VsdHMgb24gcHJvdG90eXBlIHByb3BlcnRpZXMuXG4gKiBUaGUgcmVzdWx0aW5nIG9iamVjdCBjYW4gYmUgdXNlZCB3aXRoIFwib2JqZWN0W3Byb3BlcnR5XVwiIHRvIGNoZWNrIGlmIGEgcHJvcGVydHkgZXhpc3RzXG4gKiBAcGFyYW0gey4uLm9iamVjdH0gc291cmNlcyBhIHZhcmFyZ3MgcGFyYW1ldGVyIG9mIHNvdXJjZSBvYmplY3RzIHRoYXQgd2lsbCBiZSBtZXJnZWRcbiAqIEByZXR1cm5zIHtvYmplY3R9XG4gKi9cbmV4cG9ydCBmdW5jdGlvbiBjcmVhdGVOZXdMb29rdXBPYmplY3QoLi4uc291cmNlcykge1xuICByZXR1cm4gZXh0ZW5kKE9iamVjdC5jcmVhdGUobnVsbCksIC4uLnNvdXJjZXMpO1xufVxuIl19\n","// Build out our basic SafeString type\n'use strict';\n\nexports.__esModule = true;\nfunction SafeString(string) {\n this.string = string;\n}\n\nSafeString.prototype.toString = SafeString.prototype.toHTML = function () {\n return '' + this.string;\n};\n\nexports['default'] = SafeString;\nmodule.exports = exports['default'];\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uL2xpYi9oYW5kbGViYXJzL3NhZmUtc3RyaW5nLmpzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7Ozs7QUFDQSxTQUFTLFVBQVUsQ0FBQyxNQUFNLEVBQUU7QUFDMUIsTUFBSSxDQUFDLE1BQU0sR0FBRyxNQUFNLENBQUM7Q0FDdEI7O0FBRUQsVUFBVSxDQUFDLFNBQVMsQ0FBQyxRQUFRLEdBQUcsVUFBVSxDQUFDLFNBQVMsQ0FBQyxNQUFNLEdBQUcsWUFBVztBQUN2RSxTQUFPLEVBQUUsR0FBRyxJQUFJLENBQUMsTUFBTSxDQUFDO0NBQ3pCLENBQUM7O3FCQUVhLFVBQVUiLCJmaWxlIjoic2FmZS1zdHJpbmcuanMiLCJzb3VyY2VzQ29udGVudCI6WyIvLyBCdWlsZCBvdXQgb3VyIGJhc2ljIFNhZmVTdHJpbmcgdHlwZVxuZnVuY3Rpb24gU2FmZVN0cmluZyhzdHJpbmcpIHtcbiAgdGhpcy5zdHJpbmcgPSBzdHJpbmc7XG59XG5cblNhZmVTdHJpbmcucHJvdG90eXBlLnRvU3RyaW5nID0gU2FmZVN0cmluZy5wcm90b3R5cGUudG9IVE1MID0gZnVuY3Rpb24oKSB7XG4gIHJldHVybiAnJyArIHRoaXMuc3RyaW5nO1xufTtcblxuZXhwb3J0IGRlZmF1bHQgU2FmZVN0cmluZztcbiJdfQ==\n","'use strict';\n\nexports.__esModule = true;\nexports.checkRevision = checkRevision;\nexports.template = template;\nexports.wrapProgram = wrapProgram;\nexports.resolvePartial = resolvePartial;\nexports.invokePartial = invokePartial;\nexports.noop = noop;\n// istanbul ignore next\n\nfunction _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { 'default': obj }; }\n\n// istanbul ignore next\n\nfunction _interopRequireWildcard(obj) { if (obj && obj.__esModule) { return obj; } else { var newObj = {}; if (obj != null) { for (var key in obj) { if (Object.prototype.hasOwnProperty.call(obj, key)) newObj[key] = obj[key]; } } newObj['default'] = obj; return newObj; } }\n\nvar _utils = require('./utils');\n\nvar Utils = _interopRequireWildcard(_utils);\n\nvar _exception = require('./exception');\n\nvar _exception2 = _interopRequireDefault(_exception);\n\nvar _base = require('./base');\n\nvar _helpers = require('./helpers');\n\nvar _internalWrapHelper = require('./internal/wrapHelper');\n\nvar _internalProtoAccess = require('./internal/proto-access');\n\nfunction checkRevision(compilerInfo) {\n var compilerRevision = compilerInfo && compilerInfo[0] || 1,\n currentRevision = _base.COMPILER_REVISION;\n\n if (compilerRevision >= _base.LAST_COMPATIBLE_COMPILER_REVISION && compilerRevision <= _base.COMPILER_REVISION) {\n return;\n }\n\n if (compilerRevision < _base.LAST_COMPATIBLE_COMPILER_REVISION) {\n var runtimeVersions = _base.REVISION_CHANGES[currentRevision],\n compilerVersions = _base.REVISION_CHANGES[compilerRevision];\n throw new _exception2['default']('Template was precompiled with an older version of Handlebars than the current runtime. ' + 'Please update your precompiler to a newer version (' + runtimeVersions + ') or downgrade your runtime to an older version (' + compilerVersions + ').');\n } else {\n // Use the embedded version info since the runtime doesn't know about this revision yet\n throw new _exception2['default']('Template was precompiled with a newer version of Handlebars than the current runtime. ' + 'Please update your runtime to a newer version (' + compilerInfo[1] + ').');\n }\n}\n\nfunction template(templateSpec, env) {\n /* istanbul ignore next */\n if (!env) {\n throw new _exception2['default']('No environment passed to template');\n }\n if (!templateSpec || !templateSpec.main) {\n throw new _exception2['default']('Unknown template object: ' + typeof templateSpec);\n }\n\n templateSpec.main.decorator = templateSpec.main_d;\n\n // Note: Using env.VM references rather than local var references throughout this section to allow\n // for external users to override these as pseudo-supported APIs.\n env.VM.checkRevision(templateSpec.compiler);\n\n // backwards compatibility for precompiled templates with compiler-version 7 (<4.3.0)\n var templateWasPrecompiledWithCompilerV7 = templateSpec.compiler && templateSpec.compiler[0] === 7;\n\n function invokePartialWrapper(partial, context, options) {\n if (options.hash) {\n context = Utils.extend({}, context, options.hash);\n if (options.ids) {\n options.ids[0] = true;\n }\n }\n partial = env.VM.resolvePartial.call(this, partial, context, options);\n\n var extendedOptions = Utils.extend({}, options, {\n hooks: this.hooks,\n protoAccessControl: this.protoAccessControl\n });\n\n var result = env.VM.invokePartial.call(this, partial, context, extendedOptions);\n\n if (result == null && env.compile) {\n options.partials[options.name] = env.compile(partial, templateSpec.compilerOptions, env);\n result = options.partials[options.name](context, extendedOptions);\n }\n if (result != null) {\n if (options.indent) {\n var lines = result.split('\\n');\n for (var i = 0, l = lines.length; i < l; i++) {\n if (!lines[i] && i + 1 === l) {\n break;\n }\n\n lines[i] = options.indent + lines[i];\n }\n result = lines.join('\\n');\n }\n return result;\n } else {\n throw new _exception2['default']('The partial ' + options.name + ' could not be compiled when running in runtime-only mode');\n }\n }\n\n // Just add water\n var container = {\n strict: function strict(obj, name, loc) {\n if (!obj || !(name in obj)) {\n throw new _exception2['default']('\"' + name + '\" not defined in ' + obj, {\n loc: loc\n });\n }\n return obj[name];\n },\n lookupProperty: function lookupProperty(parent, propertyName) {\n var result = parent[propertyName];\n if (result == null) {\n return result;\n }\n if (Object.prototype.hasOwnProperty.call(parent, propertyName)) {\n return result;\n }\n\n if (_internalProtoAccess.resultIsAllowed(result, container.protoAccessControl, propertyName)) {\n return result;\n }\n return undefined;\n },\n lookup: function lookup(depths, name) {\n var len = depths.length;\n for (var i = 0; i < len; i++) {\n var result = depths[i] && container.lookupProperty(depths[i], name);\n if (result != null) {\n return depths[i][name];\n }\n }\n },\n lambda: function lambda(current, context) {\n return typeof current === 'function' ? current.call(context) : current;\n },\n\n escapeExpression: Utils.escapeExpression,\n invokePartial: invokePartialWrapper,\n\n fn: function fn(i) {\n var ret = templateSpec[i];\n ret.decorator = templateSpec[i + '_d'];\n return ret;\n },\n\n programs: [],\n program: function program(i, data, declaredBlockParams, blockParams, depths) {\n var programWrapper = this.programs[i],\n fn = this.fn(i);\n if (data || depths || blockParams || declaredBlockParams) {\n programWrapper = wrapProgram(this, i, fn, data, declaredBlockParams, blockParams, depths);\n } else if (!programWrapper) {\n programWrapper = this.programs[i] = wrapProgram(this, i, fn);\n }\n return programWrapper;\n },\n\n data: function data(value, depth) {\n while (value && depth--) {\n value = value._parent;\n }\n return value;\n },\n mergeIfNeeded: function mergeIfNeeded(param, common) {\n var obj = param || common;\n\n if (param && common && param !== common) {\n obj = Utils.extend({}, common, param);\n }\n\n return obj;\n },\n // An empty object to use as replacement for null-contexts\n nullContext: Object.seal({}),\n\n noop: env.VM.noop,\n compilerInfo: templateSpec.compiler\n };\n\n function ret(context) {\n var options = arguments.length <= 1 || arguments[1] === undefined ? {} : arguments[1];\n\n var data = options.data;\n\n ret._setup(options);\n if (!options.partial && templateSpec.useData) {\n data = initData(context, data);\n }\n var depths = undefined,\n blockParams = templateSpec.useBlockParams ? [] : undefined;\n if (templateSpec.useDepths) {\n if (options.depths) {\n depths = context != options.depths[0] ? [context].concat(options.depths) : options.depths;\n } else {\n depths = [context];\n }\n }\n\n function main(context /*, options*/) {\n return '' + templateSpec.main(container, context, container.helpers, container.partials, data, blockParams, depths);\n }\n\n main = executeDecorators(templateSpec.main, main, container, options.depths || [], data, blockParams);\n return main(context, options);\n }\n\n ret.isTop = true;\n\n ret._setup = function (options) {\n if (!options.partial) {\n var mergedHelpers = Utils.extend({}, env.helpers, options.helpers);\n wrapHelpersToPassLookupProperty(mergedHelpers, container);\n container.helpers = mergedHelpers;\n\n if (templateSpec.usePartial) {\n // Use mergeIfNeeded here to prevent compiling global partials multiple times\n container.partials = container.mergeIfNeeded(options.partials, env.partials);\n }\n if (templateSpec.usePartial || templateSpec.useDecorators) {\n container.decorators = Utils.extend({}, env.decorators, options.decorators);\n }\n\n container.hooks = {};\n container.protoAccessControl = _internalProtoAccess.createProtoAccessControl(options);\n\n var keepHelperInHelpers = options.allowCallsToHelperMissing || templateWasPrecompiledWithCompilerV7;\n _helpers.moveHelperToHooks(container, 'helperMissing', keepHelperInHelpers);\n _helpers.moveHelperToHooks(container, 'blockHelperMissing', keepHelperInHelpers);\n } else {\n container.protoAccessControl = options.protoAccessControl; // internal option\n container.helpers = options.helpers;\n container.partials = options.partials;\n container.decorators = options.decorators;\n container.hooks = options.hooks;\n }\n };\n\n ret._child = function (i, data, blockParams, depths) {\n if (templateSpec.useBlockParams && !blockParams) {\n throw new _exception2['default']('must pass block params');\n }\n if (templateSpec.useDepths && !depths) {\n throw new _exception2['default']('must pass parent depths');\n }\n\n return wrapProgram(container, i, templateSpec[i], data, 0, blockParams, depths);\n };\n return ret;\n}\n\nfunction wrapProgram(container, i, fn, data, declaredBlockParams, blockParams, depths) {\n function prog(context) {\n var options = arguments.length <= 1 || arguments[1] === undefined ? {} : arguments[1];\n\n var currentDepths = depths;\n if (depths && context != depths[0] && !(context === container.nullContext && depths[0] === null)) {\n currentDepths = [context].concat(depths);\n }\n\n return fn(container, context, container.helpers, container.partials, options.data || data, blockParams && [options.blockParams].concat(blockParams), currentDepths);\n }\n\n prog = executeDecorators(fn, prog, container, depths, data, blockParams);\n\n prog.program = i;\n prog.depth = depths ? depths.length : 0;\n prog.blockParams = declaredBlockParams || 0;\n return prog;\n}\n\n/**\n * This is currently part of the official API, therefore implementation details should not be changed.\n */\n\nfunction resolvePartial(partial, context, options) {\n if (!partial) {\n if (options.name === '@partial-block') {\n partial = options.data['partial-block'];\n } else {\n partial = options.partials[options.name];\n }\n } else if (!partial.call && !options.name) {\n // This is a dynamic partial that returned a string\n options.name = partial;\n partial = options.partials[partial];\n }\n return partial;\n}\n\nfunction invokePartial(partial, context, options) {\n // Use the current closure context to save the partial-block if this partial\n var currentPartialBlock = options.data && options.data['partial-block'];\n options.partial = true;\n if (options.ids) {\n options.data.contextPath = options.ids[0] || options.data.contextPath;\n }\n\n var partialBlock = undefined;\n if (options.fn && options.fn !== noop) {\n (function () {\n options.data = _base.createFrame(options.data);\n // Wrapper function to get access to currentPartialBlock from the closure\n var fn = options.fn;\n partialBlock = options.data['partial-block'] = function partialBlockWrapper(context) {\n var options = arguments.length <= 1 || arguments[1] === undefined ? {} : arguments[1];\n\n // Restore the partial-block from the closure for the execution of the block\n // i.e. the part inside the block of the partial call.\n options.data = _base.createFrame(options.data);\n options.data['partial-block'] = currentPartialBlock;\n return fn(context, options);\n };\n if (fn.partials) {\n options.partials = Utils.extend({}, options.partials, fn.partials);\n }\n })();\n }\n\n if (partial === undefined && partialBlock) {\n partial = partialBlock;\n }\n\n if (partial === undefined) {\n throw new _exception2['default']('The partial ' + options.name + ' could not be found');\n } else if (partial instanceof Function) {\n return partial(context, options);\n }\n}\n\nfunction noop() {\n return '';\n}\n\nfunction initData(context, data) {\n if (!data || !('root' in data)) {\n data = data ? _base.createFrame(data) : {};\n data.root = context;\n }\n return data;\n}\n\nfunction executeDecorators(fn, prog, container, depths, data, blockParams) {\n if (fn.decorator) {\n var props = {};\n prog = fn.decorator(prog, props, container, depths && depths[0], data, blockParams, depths);\n Utils.extend(prog, props);\n }\n return prog;\n}\n\nfunction wrapHelpersToPassLookupProperty(mergedHelpers, container) {\n Object.keys(mergedHelpers).forEach(function (helperName) {\n var helper = mergedHelpers[helperName];\n mergedHelpers[helperName] = passLookupPropertyOption(helper, container);\n });\n}\n\nfunction passLookupPropertyOption(helper, container) {\n var lookupProperty = container.lookupProperty;\n return _internalWrapHelper.wrapHelper(helper, function (options) {\n return Utils.extend({ lookupProperty: lookupProperty }, options);\n });\n}\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uL2xpYi9oYW5kbGViYXJzL3J1bnRpbWUuanMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6Ijs7Ozs7Ozs7Ozs7Ozs7Ozs7cUJBQXVCLFNBQVM7O0lBQXBCLEtBQUs7O3lCQUNLLGFBQWE7Ozs7b0JBTTVCLFFBQVE7O3VCQUNtQixXQUFXOztrQ0FDbEIsdUJBQXVCOzttQ0FJM0MseUJBQXlCOztBQUV6QixTQUFTLGFBQWEsQ0FBQyxZQUFZLEVBQUU7QUFDMUMsTUFBTSxnQkFBZ0IsR0FBRyxBQUFDLFlBQVksSUFBSSxZQUFZLENBQUMsQ0FBQyxDQUFDLElBQUssQ0FBQztNQUM3RCxlQUFlLDBCQUFvQixDQUFDOztBQUV0QyxNQUNFLGdCQUFnQiwyQ0FBcUMsSUFDckQsZ0JBQWdCLDJCQUFxQixFQUNyQztBQUNBLFdBQU87R0FDUjs7QUFFRCxNQUFJLGdCQUFnQiwwQ0FBb0MsRUFBRTtBQUN4RCxRQUFNLGVBQWUsR0FBRyx1QkFBaUIsZUFBZSxDQUFDO1FBQ3ZELGdCQUFnQixHQUFHLHVCQUFpQixnQkFBZ0IsQ0FBQyxDQUFDO0FBQ3hELFVBQU0sMkJBQ0oseUZBQXlGLEdBQ3ZGLHFEQUFxRCxHQUNyRCxlQUFlLEdBQ2YsbURBQW1ELEdBQ25ELGdCQUFnQixHQUNoQixJQUFJLENBQ1AsQ0FBQztHQUNILE1BQU07O0FBRUwsVUFBTSwyQkFDSix3RkFBd0YsR0FDdEYsaURBQWlELEdBQ2pELFlBQVksQ0FBQyxDQUFDLENBQUMsR0FDZixJQUFJLENBQ1AsQ0FBQztHQUNIO0NBQ0Y7O0FBRU0sU0FBUyxRQUFRLENBQUMsWUFBWSxFQUFFLEdBQUcsRUFBRTs7QUFFMUMsTUFBSSxDQUFDLEdBQUcsRUFBRTtBQUNSLFVBQU0sMkJBQWMsbUNBQW1DLENBQUMsQ0FBQztHQUMxRDtBQUNELE1BQUksQ0FBQyxZQUFZLElBQUksQ0FBQyxZQUFZLENBQUMsSUFBSSxFQUFFO0FBQ3ZDLFVBQU0sMkJBQWMsMkJBQTJCLEdBQUcsT0FBTyxZQUFZLENBQUMsQ0FBQztHQUN4RTs7QUFFRCxjQUFZLENBQUMsSUFBSSxDQUFDLFNBQVMsR0FBRyxZQUFZLENBQUMsTUFBTSxDQUFDOzs7O0FBSWxELEtBQUcsQ0FBQyxFQUFFLENBQUMsYUFBYSxDQUFDLFlBQVksQ0FBQyxRQUFRLENBQUMsQ0FBQzs7O0FBRzVDLE1BQU0sb0NBQW9DLEdBQ3hDLFlBQVksQ0FBQyxRQUFRLElBQUksWUFBWSxDQUFDLFFBQVEsQ0FBQyxDQUFDLENBQUMsS0FBSyxDQUFDLENBQUM7O0FBRTFELFdBQVMsb0JBQW9CLENBQUMsT0FBTyxFQUFFLE9BQU8sRUFBRSxPQUFPLEVBQUU7QUFDdkQsUUFBSSxPQUFPLENBQUMsSUFBSSxFQUFFO0FBQ2hCLGFBQU8sR0FBRyxLQUFLLENBQUMsTUFBTSxDQUFDLEVBQUUsRUFBRSxPQUFPLEVBQUUsT0FBTyxDQUFDLElBQUksQ0FBQyxDQUFDO0FBQ2xELFVBQUksT0FBTyxDQUFDLEdBQUcsRUFBRTtBQUNmLGVBQU8sQ0FBQyxHQUFHLENBQUMsQ0FBQyxDQUFDLEdBQUcsSUFBSSxDQUFDO09BQ3ZCO0tBQ0Y7QUFDRCxXQUFPLEdBQUcsR0FBRyxDQUFDLEVBQUUsQ0FBQyxjQUFjLENBQUMsSUFBSSxDQUFDLElBQUksRUFBRSxPQUFPLEVBQUUsT0FBTyxFQUFFLE9BQU8sQ0FBQyxDQUFDOztBQUV0RSxRQUFJLGVBQWUsR0FBRyxLQUFLLENBQUMsTUFBTSxDQUFDLEVBQUUsRUFBRSxPQUFPLEVBQUU7QUFDOUMsV0FBSyxFQUFFLElBQUksQ0FBQyxLQUFLO0FBQ2pCLHdCQUFrQixFQUFFLElBQUksQ0FBQyxrQkFBa0I7S0FDNUMsQ0FBQyxDQUFDOztBQUVILFFBQUksTUFBTSxHQUFHLEdBQUcsQ0FBQyxFQUFFLENBQUMsYUFBYSxDQUFDLElBQUksQ0FDcEMsSUFBSSxFQUNKLE9BQU8sRUFDUCxPQUFPLEVBQ1AsZUFBZSxDQUNoQixDQUFDOztBQUVGLFFBQUksTUFBTSxJQUFJLElBQUksSUFBSSxHQUFHLENBQUMsT0FBTyxFQUFFO0FBQ2pDLGFBQU8sQ0FBQyxRQUFRLENBQUMsT0FBTyxDQUFDLElBQUksQ0FBQyxHQUFHLEdBQUcsQ0FBQyxPQUFPLENBQzFDLE9BQU8sRUFDUCxZQUFZLENBQUMsZUFBZSxFQUM1QixHQUFHLENBQ0osQ0FBQztBQUNGLFlBQU0sR0FBRyxPQUFPLENBQUMsUUFBUSxDQUFDLE9BQU8sQ0FBQyxJQUFJLENBQUMsQ0FBQyxPQUFPLEVBQUUsZUFBZSxDQUFDLENBQUM7S0FDbkU7QUFDRCxRQUFJLE1BQU0sSUFBSSxJQUFJLEVBQUU7QUFDbEIsVUFBSSxPQUFPLENBQUMsTUFBTSxFQUFFO0FBQ2xCLFlBQUksS0FBSyxHQUFHLE1BQU0sQ0FBQyxLQUFLLENBQUMsSUFBSSxDQUFDLENBQUM7QUFDL0IsYUFBSyxJQUFJLENBQUMsR0FBRyxDQUFDLEVBQUUsQ0FBQyxHQUFHLEtBQUssQ0FBQyxNQUFNLEVBQUUsQ0FBQyxHQUFHLENBQUMsRUFBRSxDQUFDLEVBQUUsRUFBRTtBQUM1QyxjQUFJLENBQUMsS0FBSyxDQUFDLENBQUMsQ0FBQyxJQUFJLENBQUMsR0FBRyxDQUFDLEtBQUssQ0FBQyxFQUFFO0FBQzVCLGtCQUFNO1dBQ1A7O0FBRUQsZUFBSyxDQUFDLENBQUMsQ0FBQyxHQUFHLE9BQU8sQ0FBQyxNQUFNLEdBQUcsS0FBSyxDQUFDLENBQUMsQ0FBQyxDQUFDO1NBQ3RDO0FBQ0QsY0FBTSxHQUFHLEtBQUssQ0FBQyxJQUFJLENBQUMsSUFBSSxDQUFDLENBQUM7T0FDM0I7QUFDRCxhQUFPLE1BQU0sQ0FBQztLQUNmLE1BQU07QUFDTCxZQUFNLDJCQUNKLGNBQWMsR0FDWixPQUFPLENBQUMsSUFBSSxHQUNaLDBEQUEwRCxDQUM3RCxDQUFDO0tBQ0g7R0FDRjs7O0FBR0QsTUFBSSxTQUFTLEdBQUc7QUFDZCxVQUFNLEVBQUUsZ0JBQVMsR0FBRyxFQUFFLElBQUksRUFBRSxHQUFHLEVBQUU7QUFDL0IsVUFBSSxDQUFDLEdBQUcsSUFBSSxFQUFFLElBQUksSUFBSSxHQUFHLENBQUEsQUFBQyxFQUFFO0FBQzFCLGNBQU0sMkJBQWMsR0FBRyxHQUFHLElBQUksR0FBRyxtQkFBbUIsR0FBRyxHQUFHLEVBQUU7QUFDMUQsYUFBRyxFQUFFLEdBQUc7U0FDVCxDQUFDLENBQUM7T0FDSjtBQUNELGFBQU8sR0FBRyxDQUFDLElBQUksQ0FBQyxDQUFDO0tBQ2xCO0FBQ0Qsa0JBQWMsRUFBRSx3QkFBUyxNQUFNLEVBQUUsWUFBWSxFQUFFO0FBQzdDLFVBQUksTUFBTSxHQUFHLE1BQU0sQ0FBQyxZQUFZLENBQUMsQ0FBQztBQUNsQyxVQUFJLE1BQU0sSUFBSSxJQUFJLEVBQUU7QUFDbEIsZUFBTyxNQUFNLENBQUM7T0FDZjtBQUNELFVBQUksTUFBTSxDQUFDLFNBQVMsQ0FBQyxjQUFjLENBQUMsSUFBSSxDQUFDLE1BQU0sRUFBRSxZQUFZLENBQUMsRUFBRTtBQUM5RCxlQUFPLE1BQU0sQ0FBQztPQUNmOztBQUVELFVBQUkscUNBQWdCLE1BQU0sRUFBRSxTQUFTLENBQUMsa0JBQWtCLEVBQUUsWUFBWSxDQUFDLEVBQUU7QUFDdkUsZUFBTyxNQUFNLENBQUM7T0FDZjtBQUNELGFBQU8sU0FBUyxDQUFDO0tBQ2xCO0FBQ0QsVUFBTSxFQUFFLGdCQUFTLE1BQU0sRUFBRSxJQUFJLEVBQUU7QUFDN0IsVUFBTSxHQUFHLEdBQUcsTUFBTSxDQUFDLE1BQU0sQ0FBQztBQUMxQixXQUFLLElBQUksQ0FBQyxHQUFHLENBQUMsRUFBRSxDQUFDLEdBQUcsR0FBRyxFQUFFLENBQUMsRUFBRSxFQUFFO0FBQzVCLFlBQUksTUFBTSxHQUFHLE1BQU0sQ0FBQyxDQUFDLENBQUMsSUFBSSxTQUFTLENBQUMsY0FBYyxDQUFDLE1BQU0sQ0FBQyxDQUFDLENBQUMsRUFBRSxJQUFJLENBQUMsQ0FBQztBQUNwRSxZQUFJLE1BQU0sSUFBSSxJQUFJLEVBQUU7QUFDbEIsaUJBQU8sTUFBTSxDQUFDLENBQUMsQ0FBQyxDQUFDLElBQUksQ0FBQyxDQUFDO1NBQ3hCO09BQ0Y7S0FDRjtBQUNELFVBQU0sRUFBRSxnQkFBUyxPQUFPLEVBQUUsT0FBTyxFQUFFO0FBQ2pDLGFBQU8sT0FBTyxPQUFPLEtBQUssVUFBVSxHQUFHLE9BQU8sQ0FBQyxJQUFJLENBQUMsT0FBTyxDQUFDLEdBQUcsT0FBTyxDQUFDO0tBQ3hFOztBQUVELG9CQUFnQixFQUFFLEtBQUssQ0FBQyxnQkFBZ0I7QUFDeEMsaUJBQWEsRUFBRSxvQkFBb0I7O0FBRW5DLE1BQUUsRUFBRSxZQUFTLENBQUMsRUFBRTtBQUNkLFVBQUksR0FBRyxHQUFHLFlBQVksQ0FBQyxDQUFDLENBQUMsQ0FBQztBQUMxQixTQUFHLENBQUMsU0FBUyxHQUFHLFlBQVksQ0FBQyxDQUFDLEdBQUcsSUFBSSxDQUFDLENBQUM7QUFDdkMsYUFBTyxHQUFHLENBQUM7S0FDWjs7QUFFRCxZQUFRLEVBQUUsRUFBRTtBQUNaLFdBQU8sRUFBRSxpQkFBUyxDQUFDLEVBQUUsSUFBSSxFQUFFLG1CQUFtQixFQUFFLFdBQVcsRUFBRSxNQUFNLEVBQUU7QUFDbkUsVUFBSSxjQUFjLEdBQUcsSUFBSSxDQUFDLFFBQVEsQ0FBQyxDQUFDLENBQUM7VUFDbkMsRUFBRSxHQUFHLElBQUksQ0FBQyxFQUFFLENBQUMsQ0FBQyxDQUFDLENBQUM7QUFDbEIsVUFBSSxJQUFJLElBQUksTUFBTSxJQUFJLFdBQVcsSUFBSSxtQkFBbUIsRUFBRTtBQUN4RCxzQkFBYyxHQUFHLFdBQVcsQ0FDMUIsSUFBSSxFQUNKLENBQUMsRUFDRCxFQUFFLEVBQ0YsSUFBSSxFQUNKLG1CQUFtQixFQUNuQixXQUFXLEVBQ1gsTUFBTSxDQUNQLENBQUM7T0FDSCxNQUFNLElBQUksQ0FBQyxjQUFjLEVBQUU7QUFDMUIsc0JBQWMsR0FBRyxJQUFJLENBQUMsUUFBUSxDQUFDLENBQUMsQ0FBQyxHQUFHLFdBQVcsQ0FBQyxJQUFJLEVBQUUsQ0FBQyxFQUFFLEVBQUUsQ0FBQyxDQUFDO09BQzlEO0FBQ0QsYUFBTyxjQUFjLENBQUM7S0FDdkI7O0FBRUQsUUFBSSxFQUFFLGNBQVMsS0FBSyxFQUFFLEtBQUssRUFBRTtBQUMzQixhQUFPLEtBQUssSUFBSSxLQUFLLEVBQUUsRUFBRTtBQUN2QixhQUFLLEdBQUcsS0FBSyxDQUFDLE9BQU8sQ0FBQztPQUN2QjtBQUNELGFBQU8sS0FBSyxDQUFDO0tBQ2Q7QUFDRCxpQkFBYSxFQUFFLHVCQUFTLEtBQUssRUFBRSxNQUFNLEVBQUU7QUFDckMsVUFBSSxHQUFHLEdBQUcsS0FBSyxJQUFJLE1BQU0sQ0FBQzs7QUFFMUIsVUFBSSxLQUFLLElBQUksTUFBTSxJQUFJLEtBQUssS0FBSyxNQUFNLEVBQUU7QUFDdkMsV0FBRyxHQUFHLEtBQUssQ0FBQyxNQUFNLENBQUMsRUFBRSxFQUFFLE1BQU0sRUFBRSxLQUFLLENBQUMsQ0FBQztPQUN2Qzs7QUFFRCxhQUFPLEdBQUcsQ0FBQztLQUNaOztBQUVELGVBQVcsRUFBRSxNQUFNLENBQUMsSUFBSSxDQUFDLEVBQUUsQ0FBQzs7QUFFNUIsUUFBSSxFQUFFLEdBQUcsQ0FBQyxFQUFFLENBQUMsSUFBSTtBQUNqQixnQkFBWSxFQUFFLFlBQVksQ0FBQyxRQUFRO0dBQ3BDLENBQUM7O0FBRUYsV0FBUyxHQUFHLENBQUMsT0FBTyxFQUFnQjtRQUFkLE9BQU8seURBQUcsRUFBRTs7QUFDaEMsUUFBSSxJQUFJLEdBQUcsT0FBTyxDQUFDLElBQUksQ0FBQzs7QUFFeEIsT0FBRyxDQUFDLE1BQU0sQ0FBQyxPQUFPLENBQUMsQ0FBQztBQUNwQixRQUFJLENBQUMsT0FBTyxDQUFDLE9BQU8sSUFBSSxZQUFZLENBQUMsT0FBTyxFQUFFO0FBQzVDLFVBQUksR0FBRyxRQUFRLENBQUMsT0FBTyxFQUFFLElBQUksQ0FBQyxDQUFDO0tBQ2hDO0FBQ0QsUUFBSSxNQUFNLFlBQUE7UUFDUixXQUFXLEdBQUcsWUFBWSxDQUFDLGNBQWMsR0FBRyxFQUFFLEdBQUcsU0FBUyxDQUFDO0FBQzdELFFBQUksWUFBWSxDQUFDLFNBQVMsRUFBRTtBQUMxQixVQUFJLE9BQU8sQ0FBQyxNQUFNLEVBQUU7QUFDbEIsY0FBTSxHQUNKLE9BQU8sSUFBSSxPQUFPLENBQUMsTUFBTSxDQUFDLENBQUMsQ0FBQyxHQUN4QixDQUFDLE9BQU8sQ0FBQyxDQUFDLE1BQU0sQ0FBQyxPQUFPLENBQUMsTUFBTSxDQUFDLEdBQ2hDLE9BQU8sQ0FBQyxNQUFNLENBQUM7T0FDdEIsTUFBTTtBQUNMLGNBQU0sR0FBRyxDQUFDLE9BQU8sQ0FBQyxDQUFDO09BQ3BCO0tBQ0Y7O0FBRUQsYUFBUyxJQUFJLENBQUMsT0FBTyxnQkFBZ0I7QUFDbkMsYUFDRSxFQUFFLEdBQ0YsWUFBWSxDQUFDLElBQUksQ0FDZixTQUFTLEVBQ1QsT0FBTyxFQUNQLFNBQVMsQ0FBQyxPQUFPLEVBQ2pCLFNBQVMsQ0FBQyxRQUFRLEVBQ2xCLElBQUksRUFDSixXQUFXLEVBQ1gsTUFBTSxDQUNQLENBQ0Q7S0FDSDs7QUFFRCxRQUFJLEdBQUcsaUJBQWlCLENBQ3RCLFlBQVksQ0FBQyxJQUFJLEVBQ2pCLElBQUksRUFDSixTQUFTLEVBQ1QsT0FBTyxDQUFDLE1BQU0sSUFBSSxFQUFFLEVBQ3BCLElBQUksRUFDSixXQUFXLENBQ1osQ0FBQztBQUNGLFdBQU8sSUFBSSxDQUFDLE9BQU8sRUFBRSxPQUFPLENBQUMsQ0FBQztHQUMvQjs7QUFFRCxLQUFHLENBQUMsS0FBSyxHQUFHLElBQUksQ0FBQzs7QUFFakIsS0FBRyxDQUFDLE1BQU0sR0FBRyxVQUFTLE9BQU8sRUFBRTtBQUM3QixRQUFJLENBQUMsT0FBTyxDQUFDLE9BQU8sRUFBRTtBQUNwQixVQUFJLGFBQWEsR0FBRyxLQUFLLENBQUMsTUFBTSxDQUFDLEVBQUUsRUFBRSxHQUFHLENBQUMsT0FBTyxFQUFFLE9BQU8sQ0FBQyxPQUFPLENBQUMsQ0FBQztBQUNuRSxxQ0FBK0IsQ0FBQyxhQUFhLEVBQUUsU0FBUyxDQUFDLENBQUM7QUFDMUQsZUFBUyxDQUFDLE9BQU8sR0FBRyxhQUFhLENBQUM7O0FBRWxDLFVBQUksWUFBWSxDQUFDLFVBQVUsRUFBRTs7QUFFM0IsaUJBQVMsQ0FBQyxRQUFRLEdBQUcsU0FBUyxDQUFDLGFBQWEsQ0FDMUMsT0FBTyxDQUFDLFFBQVEsRUFDaEIsR0FBRyxDQUFDLFFBQVEsQ0FDYixDQUFDO09BQ0g7QUFDRCxVQUFJLFlBQVksQ0FBQyxVQUFVLElBQUksWUFBWSxDQUFDLGFBQWEsRUFBRTtBQUN6RCxpQkFBUyxDQUFDLFVBQVUsR0FBRyxLQUFLLENBQUMsTUFBTSxDQUNqQyxFQUFFLEVBQ0YsR0FBRyxDQUFDLFVBQVUsRUFDZCxPQUFPLENBQUMsVUFBVSxDQUNuQixDQUFDO09BQ0g7O0FBRUQsZUFBUyxDQUFDLEtBQUssR0FBRyxFQUFFLENBQUM7QUFDckIsZUFBUyxDQUFDLGtCQUFrQixHQUFHLDhDQUF5QixPQUFPLENBQUMsQ0FBQzs7QUFFakUsVUFBSSxtQkFBbUIsR0FDckIsT0FBTyxDQUFDLHlCQUF5QixJQUNqQyxvQ0FBb0MsQ0FBQztBQUN2QyxpQ0FBa0IsU0FBUyxFQUFFLGVBQWUsRUFBRSxtQkFBbUIsQ0FBQyxDQUFDO0FBQ25FLGlDQUFrQixTQUFTLEVBQUUsb0JBQW9CLEVBQUUsbUJBQW1CLENBQUMsQ0FBQztLQUN6RSxNQUFNO0FBQ0wsZUFBUyxDQUFDLGtCQUFrQixHQUFHLE9BQU8sQ0FBQyxrQkFBa0IsQ0FBQztBQUMxRCxlQUFTLENBQUMsT0FBTyxHQUFHLE9BQU8sQ0FBQyxPQUFPLENBQUM7QUFDcEMsZUFBUyxDQUFDLFFBQVEsR0FBRyxPQUFPLENBQUMsUUFBUSxDQUFDO0FBQ3RDLGVBQVMsQ0FBQyxVQUFVLEdBQUcsT0FBTyxDQUFDLFVBQVUsQ0FBQztBQUMxQyxlQUFTLENBQUMsS0FBSyxHQUFHLE9BQU8sQ0FBQyxLQUFLLENBQUM7S0FDakM7R0FDRixDQUFDOztBQUVGLEtBQUcsQ0FBQyxNQUFNLEdBQUcsVUFBUyxDQUFDLEVBQUUsSUFBSSxFQUFFLFdBQVcsRUFBRSxNQUFNLEVBQUU7QUFDbEQsUUFBSSxZQUFZLENBQUMsY0FBYyxJQUFJLENBQUMsV0FBVyxFQUFFO0FBQy9DLFlBQU0sMkJBQWMsd0JBQXdCLENBQUMsQ0FBQztLQUMvQztBQUNELFFBQUksWUFBWSxDQUFDLFNBQVMsSUFBSSxDQUFDLE1BQU0sRUFBRTtBQUNyQyxZQUFNLDJCQUFjLHlCQUF5QixDQUFDLENBQUM7S0FDaEQ7O0FBRUQsV0FBTyxXQUFXLENBQ2hCLFNBQVMsRUFDVCxDQUFDLEVBQ0QsWUFBWSxDQUFDLENBQUMsQ0FBQyxFQUNmLElBQUksRUFDSixDQUFDLEVBQ0QsV0FBVyxFQUNYLE1BQU0sQ0FDUCxDQUFDO0dBQ0gsQ0FBQztBQUNGLFNBQU8sR0FBRyxDQUFDO0NBQ1o7O0FBRU0sU0FBUyxXQUFXLENBQ3pCLFNBQVMsRUFDVCxDQUFDLEVBQ0QsRUFBRSxFQUNGLElBQUksRUFDSixtQkFBbUIsRUFDbkIsV0FBVyxFQUNYLE1BQU0sRUFDTjtBQUNBLFdBQVMsSUFBSSxDQUFDLE9BQU8sRUFBZ0I7UUFBZCxPQUFPLHlEQUFHLEVBQUU7O0FBQ2pDLFFBQUksYUFBYSxHQUFHLE1BQU0sQ0FBQztBQUMzQixRQUNFLE1BQU0sSUFDTixPQUFPLElBQUksTUFBTSxDQUFDLENBQUMsQ0FBQyxJQUNwQixFQUFFLE9BQU8sS0FBSyxTQUFTLENBQUMsV0FBVyxJQUFJLE1BQU0sQ0FBQyxDQUFDLENBQUMsS0FBSyxJQUFJLENBQUEsQUFBQyxFQUMxRDtBQUNBLG1CQUFhLEdBQUcsQ0FBQyxPQUFPLENBQUMsQ0FBQyxNQUFNLENBQUMsTUFBTSxDQUFDLENBQUM7S0FDMUM7O0FBRUQsV0FBTyxFQUFFLENBQ1AsU0FBUyxFQUNULE9BQU8sRUFDUCxTQUFTLENBQUMsT0FBTyxFQUNqQixTQUFTLENBQUMsUUFBUSxFQUNsQixPQUFPLENBQUMsSUFBSSxJQUFJLElBQUksRUFDcEIsV0FBVyxJQUFJLENBQUMsT0FBTyxDQUFDLFdBQVcsQ0FBQyxDQUFDLE1BQU0sQ0FBQyxXQUFXLENBQUMsRUFDeEQsYUFBYSxDQUNkLENBQUM7R0FDSDs7QUFFRCxNQUFJLEdBQUcsaUJBQWlCLENBQUMsRUFBRSxFQUFFLElBQUksRUFBRSxTQUFTLEVBQUUsTUFBTSxFQUFFLElBQUksRUFBRSxXQUFXLENBQUMsQ0FBQzs7QUFFekUsTUFBSSxDQUFDLE9BQU8sR0FBRyxDQUFDLENBQUM7QUFDakIsTUFBSSxDQUFDLEtBQUssR0FBRyxNQUFNLEdBQUcsTUFBTSxDQUFDLE1BQU0sR0FBRyxDQUFDLENBQUM7QUFDeEMsTUFBSSxDQUFDLFdBQVcsR0FBRyxtQkFBbUIsSUFBSSxDQUFDLENBQUM7QUFDNUMsU0FBTyxJQUFJLENBQUM7Q0FDYjs7Ozs7O0FBS00sU0FBUyxjQUFjLENBQUMsT0FBTyxFQUFFLE9BQU8sRUFBRSxPQUFPLEVBQUU7QUFDeEQsTUFBSSxDQUFDLE9BQU8sRUFBRTtBQUNaLFFBQUksT0FBTyxDQUFDLElBQUksS0FBSyxnQkFBZ0IsRUFBRTtBQUNyQyxhQUFPLEdBQUcsT0FBTyxDQUFDLElBQUksQ0FBQyxlQUFlLENBQUMsQ0FBQztLQUN6QyxNQUFNO0FBQ0wsYUFBTyxHQUFHLE9BQU8sQ0FBQyxRQUFRLENBQUMsT0FBTyxDQUFDLElBQUksQ0FBQyxDQUFDO0tBQzFDO0dBQ0YsTUFBTSxJQUFJLENBQUMsT0FBTyxDQUFDLElBQUksSUFBSSxDQUFDLE9BQU8sQ0FBQyxJQUFJLEVBQUU7O0FBRXpDLFdBQU8sQ0FBQyxJQUFJLEdBQUcsT0FBTyxDQUFDO0FBQ3ZCLFdBQU8sR0FBRyxPQUFPLENBQUMsUUFBUSxDQUFDLE9BQU8sQ0FBQyxDQUFDO0dBQ3JDO0FBQ0QsU0FBTyxPQUFPLENBQUM7Q0FDaEI7O0FBRU0sU0FBUyxhQUFhLENBQUMsT0FBTyxFQUFFLE9BQU8sRUFBRSxPQUFPLEVBQUU7O0FBRXZELE1BQU0sbUJBQW1CLEdBQUcsT0FBTyxDQUFDLElBQUksSUFBSSxPQUFPLENBQUMsSUFBSSxDQUFDLGVBQWUsQ0FBQyxDQUFDO0FBQzFFLFNBQU8sQ0FBQyxPQUFPLEdBQUcsSUFBSSxDQUFDO0FBQ3ZCLE1BQUksT0FBTyxDQUFDLEdBQUcsRUFBRTtBQUNmLFdBQU8sQ0FBQyxJQUFJLENBQUMsV0FBVyxHQUFHLE9BQU8sQ0FBQyxHQUFHLENBQUMsQ0FBQyxDQUFDLElBQUksT0FBTyxDQUFDLElBQUksQ0FBQyxXQUFXLENBQUM7R0FDdkU7O0FBRUQsTUFBSSxZQUFZLFlBQUEsQ0FBQztBQUNqQixNQUFJLE9BQU8sQ0FBQyxFQUFFLElBQUksT0FBTyxDQUFDLEVBQUUsS0FBSyxJQUFJLEVBQUU7O0FBQ3JDLGFBQU8sQ0FBQyxJQUFJLEdBQUcsa0JBQVksT0FBTyxDQUFDLElBQUksQ0FBQyxDQUFDOztBQUV6QyxVQUFJLEVBQUUsR0FBRyxPQUFPLENBQUMsRUFBRSxDQUFDO0FBQ3BCLGtCQUFZLEdBQUcsT0FBTyxDQUFDLElBQUksQ0FBQyxlQUFlLENBQUMsR0FBRyxTQUFTLG1CQUFtQixDQUN6RSxPQUFPLEVBRVA7WUFEQSxPQUFPLHlEQUFHLEVBQUU7Ozs7QUFJWixlQUFPLENBQUMsSUFBSSxHQUFHLGtCQUFZLE9BQU8sQ0FBQyxJQUFJLENBQUMsQ0FBQztBQUN6QyxlQUFPLENBQUMsSUFBSSxDQUFDLGVBQWUsQ0FBQyxHQUFHLG1CQUFtQixDQUFDO0FBQ3BELGVBQU8sRUFBRSxDQUFDLE9BQU8sRUFBRSxPQUFPLENBQUMsQ0FBQztPQUM3QixDQUFDO0FBQ0YsVUFBSSxFQUFFLENBQUMsUUFBUSxFQUFFO0FBQ2YsZUFBTyxDQUFDLFFBQVEsR0FBRyxLQUFLLENBQUMsTUFBTSxDQUFDLEVBQUUsRUFBRSxPQUFPLENBQUMsUUFBUSxFQUFFLEVBQUUsQ0FBQyxRQUFRLENBQUMsQ0FBQztPQUNwRTs7R0FDRjs7QUFFRCxNQUFJLE9BQU8sS0FBSyxTQUFTLElBQUksWUFBWSxFQUFFO0FBQ3pDLFdBQU8sR0FBRyxZQUFZLENBQUM7R0FDeEI7O0FBRUQsTUFBSSxPQUFPLEtBQUssU0FBUyxFQUFFO0FBQ3pCLFVBQU0sMkJBQWMsY0FBYyxHQUFHLE9BQU8sQ0FBQyxJQUFJLEdBQUcscUJBQXFCLENBQUMsQ0FBQztHQUM1RSxNQUFNLElBQUksT0FBTyxZQUFZLFFBQVEsRUFBRTtBQUN0QyxXQUFPLE9BQU8sQ0FBQyxPQUFPLEVBQUUsT0FBTyxDQUFDLENBQUM7R0FDbEM7Q0FDRjs7QUFFTSxTQUFTLElBQUksR0FBRztBQUNyQixTQUFPLEVBQUUsQ0FBQztDQUNYOztBQUVELFNBQVMsUUFBUSxDQUFDLE9BQU8sRUFBRSxJQUFJLEVBQUU7QUFDL0IsTUFBSSxDQUFDLElBQUksSUFBSSxFQUFFLE1BQU0sSUFBSSxJQUFJLENBQUEsQUFBQyxFQUFFO0FBQzlCLFFBQUksR0FBRyxJQUFJLEdBQUcsa0JBQVksSUFBSSxDQUFDLEdBQUcsRUFBRSxDQUFDO0FBQ3JDLFFBQUksQ0FBQyxJQUFJLEdBQUcsT0FBTyxDQUFDO0dBQ3JCO0FBQ0QsU0FBTyxJQUFJLENBQUM7Q0FDYjs7QUFFRCxTQUFTLGlCQUFpQixDQUFDLEVBQUUsRUFBRSxJQUFJLEVBQUUsU0FBUyxFQUFFLE1BQU0sRUFBRSxJQUFJLEVBQUUsV0FBVyxFQUFFO0FBQ3pFLE1BQUksRUFBRSxDQUFDLFNBQVMsRUFBRTtBQUNoQixRQUFJLEtBQUssR0FBRyxFQUFFLENBQUM7QUFDZixRQUFJLEdBQUcsRUFBRSxDQUFDLFNBQVMsQ0FDakIsSUFBSSxFQUNKLEtBQUssRUFDTCxTQUFTLEVBQ1QsTUFBTSxJQUFJLE1BQU0sQ0FBQyxDQUFDLENBQUMsRUFDbkIsSUFBSSxFQUNKLFdBQVcsRUFDWCxNQUFNLENBQ1AsQ0FBQztBQUNGLFNBQUssQ0FBQyxNQUFNLENBQUMsSUFBSSxFQUFFLEtBQUssQ0FBQyxDQUFDO0dBQzNCO0FBQ0QsU0FBTyxJQUFJLENBQUM7Q0FDYjs7QUFFRCxTQUFTLCtCQUErQixDQUFDLGFBQWEsRUFBRSxTQUFTLEVBQUU7QUFDakUsUUFBTSxDQUFDLElBQUksQ0FBQyxhQUFhLENBQUMsQ0FBQyxPQUFPLENBQUMsVUFBQSxVQUFVLEVBQUk7QUFDL0MsUUFBSSxNQUFNLEdBQUcsYUFBYSxDQUFDLFVBQVUsQ0FBQyxDQUFDO0FBQ3ZDLGlCQUFhLENBQUMsVUFBVSxDQUFDLEdBQUcsd0JBQXdCLENBQUMsTUFBTSxFQUFFLFNBQVMsQ0FBQyxDQUFDO0dBQ3pFLENBQUMsQ0FBQztDQUNKOztBQUVELFNBQVMsd0JBQXdCLENBQUMsTUFBTSxFQUFFLFNBQVMsRUFBRTtBQUNuRCxNQUFNLGNBQWMsR0FBRyxTQUFTLENBQUMsY0FBYyxDQUFDO0FBQ2hELFNBQU8sK0JBQVcsTUFBTSxFQUFFLFVBQUEsT0FBTyxFQUFJO0FBQ25DLFdBQU8sS0FBSyxDQUFDLE1BQU0sQ0FBQyxFQUFFLGNBQWMsRUFBZCxjQUFjLEVBQUUsRUFBRSxPQUFPLENBQUMsQ0FBQztHQUNsRCxDQUFDLENBQUM7Q0FDSiIsImZpbGUiOiJydW50aW1lLmpzIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0ICogYXMgVXRpbHMgZnJvbSAnLi91dGlscyc7XG5pbXBvcnQgRXhjZXB0aW9uIGZyb20gJy4vZXhjZXB0aW9uJztcbmltcG9ydCB7XG4gIENPTVBJTEVSX1JFVklTSU9OLFxuICBjcmVhdGVGcmFtZSxcbiAgTEFTVF9DT01QQVRJQkxFX0NPTVBJTEVSX1JFVklTSU9OLFxuICBSRVZJU0lPTl9DSEFOR0VTXG59IGZyb20gJy4vYmFzZSc7XG5pbXBvcnQgeyBtb3ZlSGVscGVyVG9Ib29rcyB9IGZyb20gJy4vaGVscGVycyc7XG5pbXBvcnQgeyB3cmFwSGVscGVyIH0gZnJvbSAnLi9pbnRlcm5hbC93cmFwSGVscGVyJztcbmltcG9ydCB7XG4gIGNyZWF0ZVByb3RvQWNjZXNzQ29udHJvbCxcbiAgcmVzdWx0SXNBbGxvd2VkXG59IGZyb20gJy4vaW50ZXJuYWwvcHJvdG8tYWNjZXNzJztcblxuZXhwb3J0IGZ1bmN0aW9uIGNoZWNrUmV2aXNpb24oY29tcGlsZXJJbmZvKSB7XG4gIGNvbnN0IGNvbXBpbGVyUmV2aXNpb24gPSAoY29tcGlsZXJJbmZvICYmIGNvbXBpbGVySW5mb1swXSkgfHwgMSxcbiAgICBjdXJyZW50UmV2aXNpb24gPSBDT01QSUxFUl9SRVZJU0lPTjtcblxuICBpZiAoXG4gICAgY29tcGlsZXJSZXZpc2lvbiA+PSBMQVNUX0NPTVBBVElCTEVfQ09NUElMRVJfUkVWSVNJT04gJiZcbiAgICBjb21waWxlclJldmlzaW9uIDw9IENPTVBJTEVSX1JFVklTSU9OXG4gICkge1xuICAgIHJldHVybjtcbiAgfVxuXG4gIGlmIChjb21waWxlclJldmlzaW9uIDwgTEFTVF9DT01QQVRJQkxFX0NPTVBJTEVSX1JFVklTSU9OKSB7XG4gICAgY29uc3QgcnVudGltZVZlcnNpb25zID0gUkVWSVNJT05fQ0hBTkdFU1tjdXJyZW50UmV2aXNpb25dLFxuICAgICAgY29tcGlsZXJWZXJzaW9ucyA9IFJFVklTSU9OX0NIQU5HRVNbY29tcGlsZXJSZXZpc2lvbl07XG4gICAgdGhyb3cgbmV3IEV4Y2VwdGlvbihcbiAgICAgICdUZW1wbGF0ZSB3YXMgcHJlY29tcGlsZWQgd2l0aCBhbiBvbGRlciB2ZXJzaW9uIG9mIEhhbmRsZWJhcnMgdGhhbiB0aGUgY3VycmVudCBydW50aW1lLiAnICtcbiAgICAgICAgJ1BsZWFzZSB1cGRhdGUgeW91ciBwcmVjb21waWxlciB0byBhIG5ld2VyIHZlcnNpb24gKCcgK1xuICAgICAgICBydW50aW1lVmVyc2lvbnMgK1xuICAgICAgICAnKSBvciBkb3duZ3JhZGUgeW91ciBydW50aW1lIHRvIGFuIG9sZGVyIHZlcnNpb24gKCcgK1xuICAgICAgICBjb21waWxlclZlcnNpb25zICtcbiAgICAgICAgJykuJ1xuICAgICk7XG4gIH0gZWxzZSB7XG4gICAgLy8gVXNlIHRoZSBlbWJlZGRlZCB2ZXJzaW9uIGluZm8gc2luY2UgdGhlIHJ1bnRpbWUgZG9lc24ndCBrbm93IGFib3V0IHRoaXMgcmV2aXNpb24geWV0XG4gICAgdGhyb3cgbmV3IEV4Y2VwdGlvbihcbiAgICAgICdUZW1wbGF0ZSB3YXMgcHJlY29tcGlsZWQgd2l0aCBhIG5ld2VyIHZlcnNpb24gb2YgSGFuZGxlYmFycyB0aGFuIHRoZSBjdXJyZW50IHJ1bnRpbWUuICcgK1xuICAgICAgICAnUGxlYXNlIHVwZGF0ZSB5b3VyIHJ1bnRpbWUgdG8gYSBuZXdlciB2ZXJzaW9uICgnICtcbiAgICAgICAgY29tcGlsZXJJbmZvWzFdICtcbiAgICAgICAgJykuJ1xuICAgICk7XG4gIH1cbn1cblxuZXhwb3J0IGZ1bmN0aW9uIHRlbXBsYXRlKHRlbXBsYXRlU3BlYywgZW52KSB7XG4gIC8qIGlzdGFuYnVsIGlnbm9yZSBuZXh0ICovXG4gIGlmICghZW52KSB7XG4gICAgdGhyb3cgbmV3IEV4Y2VwdGlvbignTm8gZW52aXJvbm1lbnQgcGFzc2VkIHRvIHRlbXBsYXRlJyk7XG4gIH1cbiAgaWYgKCF0ZW1wbGF0ZVNwZWMgfHwgIXRlbXBsYXRlU3BlYy5tYWluKSB7XG4gICAgdGhyb3cgbmV3IEV4Y2VwdGlvbignVW5rbm93biB0ZW1wbGF0ZSBvYmplY3Q6ICcgKyB0eXBlb2YgdGVtcGxhdGVTcGVjKTtcbiAgfVxuXG4gIHRlbXBsYXRlU3BlYy5tYWluLmRlY29yYXRvciA9IHRlbXBsYXRlU3BlYy5tYWluX2Q7XG5cbiAgLy8gTm90ZTogVXNpbmcgZW52LlZNIHJlZmVyZW5jZXMgcmF0aGVyIHRoYW4gbG9jYWwgdmFyIHJlZmVyZW5jZXMgdGhyb3VnaG91dCB0aGlzIHNlY3Rpb24gdG8gYWxsb3dcbiAgLy8gZm9yIGV4dGVybmFsIHVzZXJzIHRvIG92ZXJyaWRlIHRoZXNlIGFzIHBzZXVkby1zdXBwb3J0ZWQgQVBJcy5cbiAgZW52LlZNLmNoZWNrUmV2aXNpb24odGVtcGxhdGVTcGVjLmNvbXBpbGVyKTtcblxuICAvLyBiYWNrd2FyZHMgY29tcGF0aWJpbGl0eSBmb3IgcHJlY29tcGlsZWQgdGVtcGxhdGVzIHdpdGggY29tcGlsZXItdmVyc2lvbiA3ICg8NC4zLjApXG4gIGNvbnN0IHRlbXBsYXRlV2FzUHJlY29tcGlsZWRXaXRoQ29tcGlsZXJWNyA9XG4gICAgdGVtcGxhdGVTcGVjLmNvbXBpbGVyICYmIHRlbXBsYXRlU3BlYy5jb21waWxlclswXSA9PT0gNztcblxuICBmdW5jdGlvbiBpbnZva2VQYXJ0aWFsV3JhcHBlcihwYXJ0aWFsLCBjb250ZXh0LCBvcHRpb25zKSB7XG4gICAgaWYgKG9wdGlvbnMuaGFzaCkge1xuICAgICAgY29udGV4dCA9IFV0aWxzLmV4dGVuZCh7fSwgY29udGV4dCwgb3B0aW9ucy5oYXNoKTtcbiAgICAgIGlmIChvcHRpb25zLmlkcykge1xuICAgICAgICBvcHRpb25zLmlkc1swXSA9IHRydWU7XG4gICAgICB9XG4gICAgfVxuICAgIHBhcnRpYWwgPSBlbnYuVk0ucmVzb2x2ZVBhcnRpYWwuY2FsbCh0aGlzLCBwYXJ0aWFsLCBjb250ZXh0LCBvcHRpb25zKTtcblxuICAgIGxldCBleHRlbmRlZE9wdGlvbnMgPSBVdGlscy5leHRlbmQoe30sIG9wdGlvbnMsIHtcbiAgICAgIGhvb2tzOiB0aGlzLmhvb2tzLFxuICAgICAgcHJvdG9BY2Nlc3NDb250cm9sOiB0aGlzLnByb3RvQWNjZXNzQ29udHJvbFxuICAgIH0pO1xuXG4gICAgbGV0IHJlc3VsdCA9IGVudi5WTS5pbnZva2VQYXJ0aWFsLmNhbGwoXG4gICAgICB0aGlzLFxuICAgICAgcGFydGlhbCxcbiAgICAgIGNvbnRleHQsXG4gICAgICBleHRlbmRlZE9wdGlvbnNcbiAgICApO1xuXG4gICAgaWYgKHJlc3VsdCA9PSBudWxsICYmIGVudi5jb21waWxlKSB7XG4gICAgICBvcHRpb25zLnBhcnRpYWxzW29wdGlvbnMubmFtZV0gPSBlbnYuY29tcGlsZShcbiAgICAgICAgcGFydGlhbCxcbiAgICAgICAgdGVtcGxhdGVTcGVjLmNvbXBpbGVyT3B0aW9ucyxcbiAgICAgICAgZW52XG4gICAgICApO1xuICAgICAgcmVzdWx0ID0gb3B0aW9ucy5wYXJ0aWFsc1tvcHRpb25zLm5hbWVdKGNvbnRleHQsIGV4dGVuZGVkT3B0aW9ucyk7XG4gICAgfVxuICAgIGlmIChyZXN1bHQgIT0gbnVsbCkge1xuICAgICAgaWYgKG9wdGlvbnMuaW5kZW50KSB7XG4gICAgICAgIGxldCBsaW5lcyA9IHJlc3VsdC5zcGxpdCgnXFxuJyk7XG4gICAgICAgIGZvciAobGV0IGkgPSAwLCBsID0gbGluZXMubGVuZ3RoOyBpIDwgbDsgaSsrKSB7XG4gICAgICAgICAgaWYgKCFsaW5lc1tpXSAmJiBpICsgMSA9PT0gbCkge1xuICAgICAgICAgICAgYnJlYWs7XG4gICAgICAgICAgfVxuXG4gICAgICAgICAgbGluZXNbaV0gPSBvcHRpb25zLmluZGVudCArIGxpbmVzW2ldO1xuICAgICAgICB9XG4gICAgICAgIHJlc3VsdCA9IGxpbmVzLmpvaW4oJ1xcbicpO1xuICAgICAgfVxuICAgICAgcmV0dXJuIHJlc3VsdDtcbiAgICB9IGVsc2Uge1xuICAgICAgdGhyb3cgbmV3IEV4Y2VwdGlvbihcbiAgICAgICAgJ1RoZSBwYXJ0aWFsICcgK1xuICAgICAgICAgIG9wdGlvbnMubmFtZSArXG4gICAgICAgICAgJyBjb3VsZCBub3QgYmUgY29tcGlsZWQgd2hlbiBydW5uaW5nIGluIHJ1bnRpbWUtb25seSBtb2RlJ1xuICAgICAgKTtcbiAgICB9XG4gIH1cblxuICAvLyBKdXN0IGFkZCB3YXRlclxuICBsZXQgY29udGFpbmVyID0ge1xuICAgIHN0cmljdDogZnVuY3Rpb24ob2JqLCBuYW1lLCBsb2MpIHtcbiAgICAgIGlmICghb2JqIHx8ICEobmFtZSBpbiBvYmopKSB7XG4gICAgICAgIHRocm93IG5ldyBFeGNlcHRpb24oJ1wiJyArIG5hbWUgKyAnXCIgbm90IGRlZmluZWQgaW4gJyArIG9iaiwge1xuICAgICAgICAgIGxvYzogbG9jXG4gICAgICAgIH0pO1xuICAgICAgfVxuICAgICAgcmV0dXJuIG9ialtuYW1lXTtcbiAgICB9LFxuICAgIGxvb2t1cFByb3BlcnR5OiBmdW5jdGlvbihwYXJlbnQsIHByb3BlcnR5TmFtZSkge1xuICAgICAgbGV0IHJlc3VsdCA9IHBhcmVudFtwcm9wZXJ0eU5hbWVdO1xuICAgICAgaWYgKHJlc3VsdCA9PSBudWxsKSB7XG4gICAgICAgIHJldHVybiByZXN1bHQ7XG4gICAgICB9XG4gICAgICBpZiAoT2JqZWN0LnByb3RvdHlwZS5oYXNPd25Qcm9wZXJ0eS5jYWxsKHBhcmVudCwgcHJvcGVydHlOYW1lKSkge1xuICAgICAgICByZXR1cm4gcmVzdWx0O1xuICAgICAgfVxuXG4gICAgICBpZiAocmVzdWx0SXNBbGxvd2VkKHJlc3VsdCwgY29udGFpbmVyLnByb3RvQWNjZXNzQ29udHJvbCwgcHJvcGVydHlOYW1lKSkge1xuICAgICAgICByZXR1cm4gcmVzdWx0O1xuICAgICAgfVxuICAgICAgcmV0dXJuIHVuZGVmaW5lZDtcbiAgICB9LFxuICAgIGxvb2t1cDogZnVuY3Rpb24oZGVwdGhzLCBuYW1lKSB7XG4gICAgICBjb25zdCBsZW4gPSBkZXB0aHMubGVuZ3RoO1xuICAgICAgZm9yIChsZXQgaSA9IDA7IGkgPCBsZW47IGkrKykge1xuICAgICAgICBsZXQgcmVzdWx0ID0gZGVwdGhzW2ldICYmIGNvbnRhaW5lci5sb29rdXBQcm9wZXJ0eShkZXB0aHNbaV0sIG5hbWUpO1xuICAgICAgICBpZiAocmVzdWx0ICE9IG51bGwpIHtcbiAgICAgICAgICByZXR1cm4gZGVwdGhzW2ldW25hbWVdO1xuICAgICAgICB9XG4gICAgICB9XG4gICAgfSxcbiAgICBsYW1iZGE6IGZ1bmN0aW9uKGN1cnJlbnQsIGNvbnRleHQpIHtcbiAgICAgIHJldHVybiB0eXBlb2YgY3VycmVudCA9PT0gJ2Z1bmN0aW9uJyA/IGN1cnJlbnQuY2FsbChjb250ZXh0KSA6IGN1cnJlbnQ7XG4gICAgfSxcblxuICAgIGVzY2FwZUV4cHJlc3Npb246IFV0aWxzLmVzY2FwZUV4cHJlc3Npb24sXG4gICAgaW52b2tlUGFydGlhbDogaW52b2tlUGFydGlhbFdyYXBwZXIsXG5cbiAgICBmbjogZnVuY3Rpb24oaSkge1xuICAgICAgbGV0IHJldCA9IHRlbXBsYXRlU3BlY1tpXTtcbiAgICAgIHJldC5kZWNvcmF0b3IgPSB0ZW1wbGF0ZVNwZWNbaSArICdfZCddO1xuICAgICAgcmV0dXJuIHJldDtcbiAgICB9LFxuXG4gICAgcHJvZ3JhbXM6IFtdLFxuICAgIHByb2dyYW06IGZ1bmN0aW9uKGksIGRhdGEsIGRlY2xhcmVkQmxvY2tQYXJhbXMsIGJsb2NrUGFyYW1zLCBkZXB0aHMpIHtcbiAgICAgIGxldCBwcm9ncmFtV3JhcHBlciA9IHRoaXMucHJvZ3JhbXNbaV0sXG4gICAgICAgIGZuID0gdGhpcy5mbihpKTtcbiAgICAgIGlmIChkYXRhIHx8IGRlcHRocyB8fCBibG9ja1BhcmFtcyB8fCBkZWNsYXJlZEJsb2NrUGFyYW1zKSB7XG4gICAgICAgIHByb2dyYW1XcmFwcGVyID0gd3JhcFByb2dyYW0oXG4gICAgICAgICAgdGhpcyxcbiAgICAgICAgICBpLFxuICAgICAgICAgIGZuLFxuICAgICAgICAgIGRhdGEsXG4gICAgICAgICAgZGVjbGFyZWRCbG9ja1BhcmFtcyxcbiAgICAgICAgICBibG9ja1BhcmFtcyxcbiAgICAgICAgICBkZXB0aHNcbiAgICAgICAgKTtcbiAgICAgIH0gZWxzZSBpZiAoIXByb2dyYW1XcmFwcGVyKSB7XG4gICAgICAgIHByb2dyYW1XcmFwcGVyID0gdGhpcy5wcm9ncmFtc1tpXSA9IHdyYXBQcm9ncmFtKHRoaXMsIGksIGZuKTtcbiAgICAgIH1cbiAgICAgIHJldHVybiBwcm9ncmFtV3JhcHBlcjtcbiAgICB9LFxuXG4gICAgZGF0YTogZnVuY3Rpb24odmFsdWUsIGRlcHRoKSB7XG4gICAgICB3aGlsZSAodmFsdWUgJiYgZGVwdGgtLSkge1xuICAgICAgICB2YWx1ZSA9IHZhbHVlLl9wYXJlbnQ7XG4gICAgICB9XG4gICAgICByZXR1cm4gdmFsdWU7XG4gICAgfSxcbiAgICBtZXJnZUlmTmVlZGVkOiBmdW5jdGlvbihwYXJhbSwgY29tbW9uKSB7XG4gICAgICBsZXQgb2JqID0gcGFyYW0gfHwgY29tbW9uO1xuXG4gICAgICBpZiAocGFyYW0gJiYgY29tbW9uICYmIHBhcmFtICE9PSBjb21tb24pIHtcbiAgICAgICAgb2JqID0gVXRpbHMuZXh0ZW5kKHt9LCBjb21tb24sIHBhcmFtKTtcbiAgICAgIH1cblxuICAgICAgcmV0dXJuIG9iajtcbiAgICB9LFxuICAgIC8vIEFuIGVtcHR5IG9iamVjdCB0byB1c2UgYXMgcmVwbGFjZW1lbnQgZm9yIG51bGwtY29udGV4dHNcbiAgICBudWxsQ29udGV4dDogT2JqZWN0LnNlYWwoe30pLFxuXG4gICAgbm9vcDogZW52LlZNLm5vb3AsXG4gICAgY29tcGlsZXJJbmZvOiB0ZW1wbGF0ZVNwZWMuY29tcGlsZXJcbiAgfTtcblxuICBmdW5jdGlvbiByZXQoY29udGV4dCwgb3B0aW9ucyA9IHt9KSB7XG4gICAgbGV0IGRhdGEgPSBvcHRpb25zLmRhdGE7XG5cbiAgICByZXQuX3NldHVwKG9wdGlvbnMpO1xuICAgIGlmICghb3B0aW9ucy5wYXJ0aWFsICYmIHRlbXBsYXRlU3BlYy51c2VEYXRhKSB7XG4gICAgICBkYXRhID0gaW5pdERhdGEoY29udGV4dCwgZGF0YSk7XG4gICAgfVxuICAgIGxldCBkZXB0aHMsXG4gICAgICBibG9ja1BhcmFtcyA9IHRlbXBsYXRlU3BlYy51c2VCbG9ja1BhcmFtcyA/IFtdIDogdW5kZWZpbmVkO1xuICAgIGlmICh0ZW1wbGF0ZVNwZWMudXNlRGVwdGhzKSB7XG4gICAgICBpZiAob3B0aW9ucy5kZXB0aHMpIHtcbiAgICAgICAgZGVwdGhzID1cbiAgICAgICAgICBjb250ZXh0ICE9IG9wdGlvbnMuZGVwdGhzWzBdXG4gICAgICAgICAgICA/IFtjb250ZXh0XS5jb25jYXQob3B0aW9ucy5kZXB0aHMpXG4gICAgICAgICAgICA6IG9wdGlvbnMuZGVwdGhzO1xuICAgICAgfSBlbHNlIHtcbiAgICAgICAgZGVwdGhzID0gW2NvbnRleHRdO1xuICAgICAgfVxuICAgIH1cblxuICAgIGZ1bmN0aW9uIG1haW4oY29udGV4dCAvKiwgb3B0aW9ucyovKSB7XG4gICAgICByZXR1cm4gKFxuICAgICAgICAnJyArXG4gICAgICAgIHRlbXBsYXRlU3BlYy5tYWluKFxuICAgICAgICAgIGNvbnRhaW5lcixcbiAgICAgICAgICBjb250ZXh0LFxuICAgICAgICAgIGNvbnRhaW5lci5oZWxwZXJzLFxuICAgICAgICAgIGNvbnRhaW5lci5wYXJ0aWFscyxcbiAgICAgICAgICBkYXRhLFxuICAgICAgICAgIGJsb2NrUGFyYW1zLFxuICAgICAgICAgIGRlcHRoc1xuICAgICAgICApXG4gICAgICApO1xuICAgIH1cblxuICAgIG1haW4gPSBleGVjdXRlRGVjb3JhdG9ycyhcbiAgICAgIHRlbXBsYXRlU3BlYy5tYWluLFxuICAgICAgbWFpbixcbiAgICAgIGNvbnRhaW5lcixcbiAgICAgIG9wdGlvbnMuZGVwdGhzIHx8IFtdLFxuICAgICAgZGF0YSxcbiAgICAgIGJsb2NrUGFyYW1zXG4gICAgKTtcbiAgICByZXR1cm4gbWFpbihjb250ZXh0LCBvcHRpb25zKTtcbiAgfVxuXG4gIHJldC5pc1RvcCA9IHRydWU7XG5cbiAgcmV0Ll9zZXR1cCA9IGZ1bmN0aW9uKG9wdGlvbnMpIHtcbiAgICBpZiAoIW9wdGlvbnMucGFydGlhbCkge1xuICAgICAgbGV0IG1lcmdlZEhlbHBlcnMgPSBVdGlscy5leHRlbmQoe30sIGVudi5oZWxwZXJzLCBvcHRpb25zLmhlbHBlcnMpO1xuICAgICAgd3JhcEhlbHBlcnNUb1Bhc3NMb29rdXBQcm9wZXJ0eShtZXJnZWRIZWxwZXJzLCBjb250YWluZXIpO1xuICAgICAgY29udGFpbmVyLmhlbHBlcnMgPSBtZXJnZWRIZWxwZXJzO1xuXG4gICAgICBpZiAodGVtcGxhdGVTcGVjLnVzZVBhcnRpYWwpIHtcbiAgICAgICAgLy8gVXNlIG1lcmdlSWZOZWVkZWQgaGVyZSB0byBwcmV2ZW50IGNvbXBpbGluZyBnbG9iYWwgcGFydGlhbHMgbXVsdGlwbGUgdGltZXNcbiAgICAgICAgY29udGFpbmVyLnBhcnRpYWxzID0gY29udGFpbmVyLm1lcmdlSWZOZWVkZWQoXG4gICAgICAgICAgb3B0aW9ucy5wYXJ0aWFscyxcbiAgICAgICAgICBlbnYucGFydGlhbHNcbiAgICAgICAgKTtcbiAgICAgIH1cbiAgICAgIGlmICh0ZW1wbGF0ZVNwZWMudXNlUGFydGlhbCB8fCB0ZW1wbGF0ZVNwZWMudXNlRGVjb3JhdG9ycykge1xuICAgICAgICBjb250YWluZXIuZGVjb3JhdG9ycyA9IFV0aWxzLmV4dGVuZChcbiAgICAgICAgICB7fSxcbiAgICAgICAgICBlbnYuZGVjb3JhdG9ycyxcbiAgICAgICAgICBvcHRpb25zLmRlY29yYXRvcnNcbiAgICAgICAgKTtcbiAgICAgIH1cblxuICAgICAgY29udGFpbmVyLmhvb2tzID0ge307XG4gICAgICBjb250YWluZXIucHJvdG9BY2Nlc3NDb250cm9sID0gY3JlYXRlUHJvdG9BY2Nlc3NDb250cm9sKG9wdGlvbnMpO1xuXG4gICAgICBsZXQga2VlcEhlbHBlckluSGVscGVycyA9XG4gICAgICAgIG9wdGlvbnMuYWxsb3dDYWxsc1RvSGVscGVyTWlzc2luZyB8fFxuICAgICAgICB0ZW1wbGF0ZVdhc1ByZWNvbXBpbGVkV2l0aENvbXBpbGVyVjc7XG4gICAgICBtb3ZlSGVscGVyVG9Ib29rcyhjb250YWluZXIsICdoZWxwZXJNaXNzaW5nJywga2VlcEhlbHBlckluSGVscGVycyk7XG4gICAgICBtb3ZlSGVscGVyVG9Ib29rcyhjb250YWluZXIsICdibG9ja0hlbHBlck1pc3NpbmcnLCBrZWVwSGVscGVySW5IZWxwZXJzKTtcbiAgICB9IGVsc2Uge1xuICAgICAgY29udGFpbmVyLnByb3RvQWNjZXNzQ29udHJvbCA9IG9wdGlvbnMucHJvdG9BY2Nlc3NDb250cm9sOyAvLyBpbnRlcm5hbCBvcHRpb25cbiAgICAgIGNvbnRhaW5lci5oZWxwZXJzID0gb3B0aW9ucy5oZWxwZXJzO1xuICAgICAgY29udGFpbmVyLnBhcnRpYWxzID0gb3B0aW9ucy5wYXJ0aWFscztcbiAgICAgIGNvbnRhaW5lci5kZWNvcmF0b3JzID0gb3B0aW9ucy5kZWNvcmF0b3JzO1xuICAgICAgY29udGFpbmVyLmhvb2tzID0gb3B0aW9ucy5ob29rcztcbiAgICB9XG4gIH07XG5cbiAgcmV0Ll9jaGlsZCA9IGZ1bmN0aW9uKGksIGRhdGEsIGJsb2NrUGFyYW1zLCBkZXB0aHMpIHtcbiAgICBpZiAodGVtcGxhdGVTcGVjLnVzZUJsb2NrUGFyYW1zICYmICFibG9ja1BhcmFtcykge1xuICAgICAgdGhyb3cgbmV3IEV4Y2VwdGlvbignbXVzdCBwYXNzIGJsb2NrIHBhcmFtcycpO1xuICAgIH1cbiAgICBpZiAodGVtcGxhdGVTcGVjLnVzZURlcHRocyAmJiAhZGVwdGhzKSB7XG4gICAgICB0aHJvdyBuZXcgRXhjZXB0aW9uKCdtdXN0IHBhc3MgcGFyZW50IGRlcHRocycpO1xuICAgIH1cblxuICAgIHJldHVybiB3cmFwUHJvZ3JhbShcbiAgICAgIGNvbnRhaW5lcixcbiAgICAgIGksXG4gICAgICB0ZW1wbGF0ZVNwZWNbaV0sXG4gICAgICBkYXRhLFxuICAgICAgMCxcbiAgICAgIGJsb2NrUGFyYW1zLFxuICAgICAgZGVwdGhzXG4gICAgKTtcbiAgfTtcbiAgcmV0dXJuIHJldDtcbn1cblxuZXhwb3J0IGZ1bmN0aW9uIHdyYXBQcm9ncmFtKFxuICBjb250YWluZXIsXG4gIGksXG4gIGZuLFxuICBkYXRhLFxuICBkZWNsYXJlZEJsb2NrUGFyYW1zLFxuICBibG9ja1BhcmFtcyxcbiAgZGVwdGhzXG4pIHtcbiAgZnVuY3Rpb24gcHJvZyhjb250ZXh0LCBvcHRpb25zID0ge30pIHtcbiAgICBsZXQgY3VycmVudERlcHRocyA9IGRlcHRocztcbiAgICBpZiAoXG4gICAgICBkZXB0aHMgJiZcbiAgICAgIGNvbnRleHQgIT0gZGVwdGhzWzBdICYmXG4gICAgICAhKGNvbnRleHQgPT09IGNvbnRhaW5lci5udWxsQ29udGV4dCAmJiBkZXB0aHNbMF0gPT09IG51bGwpXG4gICAgKSB7XG4gICAgICBjdXJyZW50RGVwdGhzID0gW2NvbnRleHRdLmNvbmNhdChkZXB0aHMpO1xuICAgIH1cblxuICAgIHJldHVybiBmbihcbiAgICAgIGNvbnRhaW5lcixcbiAgICAgIGNvbnRleHQsXG4gICAgICBjb250YWluZXIuaGVscGVycyxcbiAgICAgIGNvbnRhaW5lci5wYXJ0aWFscyxcbiAgICAgIG9wdGlvbnMuZGF0YSB8fCBkYXRhLFxuICAgICAgYmxvY2tQYXJhbXMgJiYgW29wdGlvbnMuYmxvY2tQYXJhbXNdLmNvbmNhdChibG9ja1BhcmFtcyksXG4gICAgICBjdXJyZW50RGVwdGhzXG4gICAgKTtcbiAgfVxuXG4gIHByb2cgPSBleGVjdXRlRGVjb3JhdG9ycyhmbiwgcHJvZywgY29udGFpbmVyLCBkZXB0aHMsIGRhdGEsIGJsb2NrUGFyYW1zKTtcblxuICBwcm9nLnByb2dyYW0gPSBpO1xuICBwcm9nLmRlcHRoID0gZGVwdGhzID8gZGVwdGhzLmxlbmd0aCA6IDA7XG4gIHByb2cuYmxvY2tQYXJhbXMgPSBkZWNsYXJlZEJsb2NrUGFyYW1zIHx8IDA7XG4gIHJldHVybiBwcm9nO1xufVxuXG4vKipcbiAqIFRoaXMgaXMgY3VycmVudGx5IHBhcnQgb2YgdGhlIG9mZmljaWFsIEFQSSwgdGhlcmVmb3JlIGltcGxlbWVudGF0aW9uIGRldGFpbHMgc2hvdWxkIG5vdCBiZSBjaGFuZ2VkLlxuICovXG5leHBvcnQgZnVuY3Rpb24gcmVzb2x2ZVBhcnRpYWwocGFydGlhbCwgY29udGV4dCwgb3B0aW9ucykge1xuICBpZiAoIXBhcnRpYWwpIHtcbiAgICBpZiAob3B0aW9ucy5uYW1lID09PSAnQHBhcnRpYWwtYmxvY2snKSB7XG4gICAgICBwYXJ0aWFsID0gb3B0aW9ucy5kYXRhWydwYXJ0aWFsLWJsb2NrJ107XG4gICAgfSBlbHNlIHtcbiAgICAgIHBhcnRpYWwgPSBvcHRpb25zLnBhcnRpYWxzW29wdGlvbnMubmFtZV07XG4gICAgfVxuICB9IGVsc2UgaWYgKCFwYXJ0aWFsLmNhbGwgJiYgIW9wdGlvbnMubmFtZSkge1xuICAgIC8vIFRoaXMgaXMgYSBkeW5hbWljIHBhcnRpYWwgdGhhdCByZXR1cm5lZCBhIHN0cmluZ1xuICAgIG9wdGlvbnMubmFtZSA9IHBhcnRpYWw7XG4gICAgcGFydGlhbCA9IG9wdGlvbnMucGFydGlhbHNbcGFydGlhbF07XG4gIH1cbiAgcmV0dXJuIHBhcnRpYWw7XG59XG5cbmV4cG9ydCBmdW5jdGlvbiBpbnZva2VQYXJ0aWFsKHBhcnRpYWwsIGNvbnRleHQsIG9wdGlvbnMpIHtcbiAgLy8gVXNlIHRoZSBjdXJyZW50IGNsb3N1cmUgY29udGV4dCB0byBzYXZlIHRoZSBwYXJ0aWFsLWJsb2NrIGlmIHRoaXMgcGFydGlhbFxuICBjb25zdCBjdXJyZW50UGFydGlhbEJsb2NrID0gb3B0aW9ucy5kYXRhICYmIG9wdGlvbnMuZGF0YVsncGFydGlhbC1ibG9jayddO1xuICBvcHRpb25zLnBhcnRpYWwgPSB0cnVlO1xuICBpZiAob3B0aW9ucy5pZHMpIHtcbiAgICBvcHRpb25zLmRhdGEuY29udGV4dFBhdGggPSBvcHRpb25zLmlkc1swXSB8fCBvcHRpb25zLmRhdGEuY29udGV4dFBhdGg7XG4gIH1cblxuICBsZXQgcGFydGlhbEJsb2NrO1xuICBpZiAob3B0aW9ucy5mbiAmJiBvcHRpb25zLmZuICE9PSBub29wKSB7XG4gICAgb3B0aW9ucy5kYXRhID0gY3JlYXRlRnJhbWUob3B0aW9ucy5kYXRhKTtcbiAgICAvLyBXcmFwcGVyIGZ1bmN0aW9uIHRvIGdldCBhY2Nlc3MgdG8gY3VycmVudFBhcnRpYWxCbG9jayBmcm9tIHRoZSBjbG9zdXJlXG4gICAgbGV0IGZuID0gb3B0aW9ucy5mbjtcbiAgICBwYXJ0aWFsQmxvY2sgPSBvcHRpb25zLmRhdGFbJ3BhcnRpYWwtYmxvY2snXSA9IGZ1bmN0aW9uIHBhcnRpYWxCbG9ja1dyYXBwZXIoXG4gICAgICBjb250ZXh0LFxuICAgICAgb3B0aW9ucyA9IHt9XG4gICAgKSB7XG4gICAgICAvLyBSZXN0b3JlIHRoZSBwYXJ0aWFsLWJsb2NrIGZyb20gdGhlIGNsb3N1cmUgZm9yIHRoZSBleGVjdXRpb24gb2YgdGhlIGJsb2NrXG4gICAgICAvLyBpLmUuIHRoZSBwYXJ0IGluc2lkZSB0aGUgYmxvY2sgb2YgdGhlIHBhcnRpYWwgY2FsbC5cbiAgICAgIG9wdGlvbnMuZGF0YSA9IGNyZWF0ZUZyYW1lKG9wdGlvbnMuZGF0YSk7XG4gICAgICBvcHRpb25zLmRhdGFbJ3BhcnRpYWwtYmxvY2snXSA9IGN1cnJlbnRQYXJ0aWFsQmxvY2s7XG4gICAgICByZXR1cm4gZm4oY29udGV4dCwgb3B0aW9ucyk7XG4gICAgfTtcbiAgICBpZiAoZm4ucGFydGlhbHMpIHtcbiAgICAgIG9wdGlvbnMucGFydGlhbHMgPSBVdGlscy5leHRlbmQoe30sIG9wdGlvbnMucGFydGlhbHMsIGZuLnBhcnRpYWxzKTtcbiAgICB9XG4gIH1cblxuICBpZiAocGFydGlhbCA9PT0gdW5kZWZpbmVkICYmIHBhcnRpYWxCbG9jaykge1xuICAgIHBhcnRpYWwgPSBwYXJ0aWFsQmxvY2s7XG4gIH1cblxuICBpZiAocGFydGlhbCA9PT0gdW5kZWZpbmVkKSB7XG4gICAgdGhyb3cgbmV3IEV4Y2VwdGlvbignVGhlIHBhcnRpYWwgJyArIG9wdGlvbnMubmFtZSArICcgY291bGQgbm90IGJlIGZvdW5kJyk7XG4gIH0gZWxzZSBpZiAocGFydGlhbCBpbnN0YW5jZW9mIEZ1bmN0aW9uKSB7XG4gICAgcmV0dXJuIHBhcnRpYWwoY29udGV4dCwgb3B0aW9ucyk7XG4gIH1cbn1cblxuZXhwb3J0IGZ1bmN0aW9uIG5vb3AoKSB7XG4gIHJldHVybiAnJztcbn1cblxuZnVuY3Rpb24gaW5pdERhdGEoY29udGV4dCwgZGF0YSkge1xuICBpZiAoIWRhdGEgfHwgISgncm9vdCcgaW4gZGF0YSkpIHtcbiAgICBkYXRhID0gZGF0YSA/IGNyZWF0ZUZyYW1lKGRhdGEpIDoge307XG4gICAgZGF0YS5yb290ID0gY29udGV4dDtcbiAgfVxuICByZXR1cm4gZGF0YTtcbn1cblxuZnVuY3Rpb24gZXhlY3V0ZURlY29yYXRvcnMoZm4sIHByb2csIGNvbnRhaW5lciwgZGVwdGhzLCBkYXRhLCBibG9ja1BhcmFtcykge1xuICBpZiAoZm4uZGVjb3JhdG9yKSB7XG4gICAgbGV0IHByb3BzID0ge307XG4gICAgcHJvZyA9IGZuLmRlY29yYXRvcihcbiAgICAgIHByb2csXG4gICAgICBwcm9wcyxcbiAgICAgIGNvbnRhaW5lcixcbiAgICAgIGRlcHRocyAmJiBkZXB0aHNbMF0sXG4gICAgICBkYXRhLFxuICAgICAgYmxvY2tQYXJhbXMsXG4gICAgICBkZXB0aHNcbiAgICApO1xuICAgIFV0aWxzLmV4dGVuZChwcm9nLCBwcm9wcyk7XG4gIH1cbiAgcmV0dXJuIHByb2c7XG59XG5cbmZ1bmN0aW9uIHdyYXBIZWxwZXJzVG9QYXNzTG9va3VwUHJvcGVydHkobWVyZ2VkSGVscGVycywgY29udGFpbmVyKSB7XG4gIE9iamVjdC5rZXlzKG1lcmdlZEhlbHBlcnMpLmZvckVhY2goaGVscGVyTmFtZSA9PiB7XG4gICAgbGV0IGhlbHBlciA9IG1lcmdlZEhlbHBlcnNbaGVscGVyTmFtZV07XG4gICAgbWVyZ2VkSGVscGVyc1toZWxwZXJOYW1lXSA9IHBhc3NMb29rdXBQcm9wZXJ0eU9wdGlvbihoZWxwZXIsIGNvbnRhaW5lcik7XG4gIH0pO1xufVxuXG5mdW5jdGlvbiBwYXNzTG9va3VwUHJvcGVydHlPcHRpb24oaGVscGVyLCBjb250YWluZXIpIHtcbiAgY29uc3QgbG9va3VwUHJvcGVydHkgPSBjb250YWluZXIubG9va3VwUHJvcGVydHk7XG4gIHJldHVybiB3cmFwSGVscGVyKGhlbHBlciwgb3B0aW9ucyA9PiB7XG4gICAgcmV0dXJuIFV0aWxzLmV4dGVuZCh7IGxvb2t1cFByb3BlcnR5IH0sIG9wdGlvbnMpO1xuICB9KTtcbn1cbiJdfQ==\n","'use strict';\n\nexports.__esModule = true;\nexports.wrapHelper = wrapHelper;\n\nfunction wrapHelper(helper, transformOptionsFn) {\n if (typeof helper !== 'function') {\n // This should not happen, but apparently it does in https://github.com/wycats/handlebars.js/issues/1639\n // We try to make the wrapper least-invasive by not wrapping it, if the helper is not a function.\n return helper;\n }\n var wrapper = function wrapper() /* dynamic arguments */{\n var options = arguments[arguments.length - 1];\n arguments[arguments.length - 1] = transformOptionsFn(options);\n return helper.apply(this, arguments);\n };\n return wrapper;\n}\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uL2xpYi9oYW5kbGViYXJzL2ludGVybmFsL3dyYXBIZWxwZXIuanMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6Ijs7Ozs7QUFBTyxTQUFTLFVBQVUsQ0FBQyxNQUFNLEVBQUUsa0JBQWtCLEVBQUU7QUFDckQsTUFBSSxPQUFPLE1BQU0sS0FBSyxVQUFVLEVBQUU7OztBQUdoQyxXQUFPLE1BQU0sQ0FBQztHQUNmO0FBQ0QsTUFBSSxPQUFPLEdBQUcsU0FBVixPQUFPLDBCQUFxQztBQUM5QyxRQUFNLE9BQU8sR0FBRyxTQUFTLENBQUMsU0FBUyxDQUFDLE1BQU0sR0FBRyxDQUFDLENBQUMsQ0FBQztBQUNoRCxhQUFTLENBQUMsU0FBUyxDQUFDLE1BQU0sR0FBRyxDQUFDLENBQUMsR0FBRyxrQkFBa0IsQ0FBQyxPQUFPLENBQUMsQ0FBQztBQUM5RCxXQUFPLE1BQU0sQ0FBQyxLQUFLLENBQUMsSUFBSSxFQUFFLFNBQVMsQ0FBQyxDQUFDO0dBQ3RDLENBQUM7QUFDRixTQUFPLE9BQU8sQ0FBQztDQUNoQiIsImZpbGUiOiJ3cmFwSGVscGVyLmpzIiwic291cmNlc0NvbnRlbnQiOlsiZXhwb3J0IGZ1bmN0aW9uIHdyYXBIZWxwZXIoaGVscGVyLCB0cmFuc2Zvcm1PcHRpb25zRm4pIHtcbiAgaWYgKHR5cGVvZiBoZWxwZXIgIT09ICdmdW5jdGlvbicpIHtcbiAgICAvLyBUaGlzIHNob3VsZCBub3QgaGFwcGVuLCBidXQgYXBwYXJlbnRseSBpdCBkb2VzIGluIGh0dHBzOi8vZ2l0aHViLmNvbS93eWNhdHMvaGFuZGxlYmFycy5qcy9pc3N1ZXMvMTYzOVxuICAgIC8vIFdlIHRyeSB0byBtYWtlIHRoZSB3cmFwcGVyIGxlYXN0LWludmFzaXZlIGJ5IG5vdCB3cmFwcGluZyBpdCwgaWYgdGhlIGhlbHBlciBpcyBub3QgYSBmdW5jdGlvbi5cbiAgICByZXR1cm4gaGVscGVyO1xuICB9XG4gIGxldCB3cmFwcGVyID0gZnVuY3Rpb24oLyogZHluYW1pYyBhcmd1bWVudHMgKi8pIHtcbiAgICBjb25zdCBvcHRpb25zID0gYXJndW1lbnRzW2FyZ3VtZW50cy5sZW5ndGggLSAxXTtcbiAgICBhcmd1bWVudHNbYXJndW1lbnRzLmxlbmd0aCAtIDFdID0gdHJhbnNmb3JtT3B0aW9uc0ZuKG9wdGlvbnMpO1xuICAgIHJldHVybiBoZWxwZXIuYXBwbHkodGhpcywgYXJndW1lbnRzKTtcbiAgfTtcbiAgcmV0dXJuIHdyYXBwZXI7XG59XG4iXX0=\n","'use strict';\n\nexports.__esModule = true;\n\nexports['default'] = function (Handlebars) {\n /* istanbul ignore next */\n var root = typeof global !== 'undefined' ? global : window,\n $Handlebars = root.Handlebars;\n /* istanbul ignore next */\n Handlebars.noConflict = function () {\n if (root.Handlebars === Handlebars) {\n root.Handlebars = $Handlebars;\n }\n return Handlebars;\n };\n};\n\nmodule.exports = exports['default'];\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uL2xpYi9oYW5kbGViYXJzL25vLWNvbmZsaWN0LmpzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7Ozs7cUJBQWUsVUFBUyxVQUFVLEVBQUU7O0FBRWxDLE1BQUksSUFBSSxHQUFHLE9BQU8sTUFBTSxLQUFLLFdBQVcsR0FBRyxNQUFNLEdBQUcsTUFBTTtNQUN4RCxXQUFXLEdBQUcsSUFBSSxDQUFDLFVBQVUsQ0FBQzs7QUFFaEMsWUFBVSxDQUFDLFVBQVUsR0FBRyxZQUFXO0FBQ2pDLFFBQUksSUFBSSxDQUFDLFVBQVUsS0FBSyxVQUFVLEVBQUU7QUFDbEMsVUFBSSxDQUFDLFVBQVUsR0FBRyxXQUFXLENBQUM7S0FDL0I7QUFDRCxXQUFPLFVBQVUsQ0FBQztHQUNuQixDQUFDO0NBQ0giLCJmaWxlIjoibm8tY29uZmxpY3QuanMiLCJzb3VyY2VzQ29udGVudCI6WyJleHBvcnQgZGVmYXVsdCBmdW5jdGlvbihIYW5kbGViYXJzKSB7XG4gIC8qIGlzdGFuYnVsIGlnbm9yZSBuZXh0ICovXG4gIGxldCByb290ID0gdHlwZW9mIGdsb2JhbCAhPT0gJ3VuZGVmaW5lZCcgPyBnbG9iYWwgOiB3aW5kb3csXG4gICAgJEhhbmRsZWJhcnMgPSByb290LkhhbmRsZWJhcnM7XG4gIC8qIGlzdGFuYnVsIGlnbm9yZSBuZXh0ICovXG4gIEhhbmRsZWJhcnMubm9Db25mbGljdCA9IGZ1bmN0aW9uKCkge1xuICAgIGlmIChyb290LkhhbmRsZWJhcnMgPT09IEhhbmRsZWJhcnMpIHtcbiAgICAgIHJvb3QuSGFuZGxlYmFycyA9ICRIYW5kbGViYXJzO1xuICAgIH1cbiAgICByZXR1cm4gSGFuZGxlYmFycztcbiAgfTtcbn1cbiJdfQ==\n","var Handlebars = require(\"../../../../node_modules/handlebars/runtime.js\");\nfunction __default(obj) { return obj && (obj.__esModule ? obj[\"default\"] : obj); }\nmodule.exports = (Handlebars[\"default\"] || Handlebars).template({\"compiler\":[8,\">= 4.3.0\"],\"main\":function(container,depth0,helpers,partials,data) {\n var helper, lookupProperty = container.lookupProperty || function(parent, propertyName) {\n if (Object.prototype.hasOwnProperty.call(parent, propertyName)) {\n return parent[propertyName];\n }\n return undefined\n };\n\n return \"<div class=\\\"emptycontent\\\">\\n\t<div class=\\\"icon-loading\\\"></div>\\n\t<h2>\"\n + container.escapeExpression(((helper = (helper = lookupProperty(helpers,\"loadingText\") || (depth0 != null ? lookupProperty(depth0,\"loadingText\") : depth0)) != null ? helper : container.hooks.helperMissing),(typeof helper === \"function\" ? helper.call(depth0 != null ? depth0 : (container.nullContext || {}),{\"name\":\"loadingText\",\"hash\":{},\"data\":data,\"loc\":{\"start\":{\"line\":3,\"column\":5},\"end\":{\"line\":3,\"column\":20}}}) : helper)))\n + \"</h2>\\n</div>\\n\";\n},\"useData\":true});","var Handlebars = require(\"../../../../node_modules/handlebars/runtime.js\");\nfunction __default(obj) { return obj && (obj.__esModule ? obj[\"default\"] : obj); }\nmodule.exports = (Handlebars[\"default\"] || Handlebars).template({\"compiler\":[8,\">= 4.3.0\"],\"main\":function(container,depth0,helpers,partials,data) {\n var helper, lookupProperty = container.lookupProperty || function(parent, propertyName) {\n if (Object.prototype.hasOwnProperty.call(parent, propertyName)) {\n return parent[propertyName];\n }\n return undefined\n };\n\n return \"<div class=\\\"emptycontent\\\">\\n\t<div class=\\\"icon-search\\\"></div>\\n\t<h2>\"\n + container.escapeExpression(((helper = (helper = lookupProperty(helpers,\"couldNotLoadText\") || (depth0 != null ? lookupProperty(depth0,\"couldNotLoadText\") : depth0)) != null ? helper : container.hooks.helperMissing),(typeof helper === \"function\" ? helper.call(depth0 != null ? depth0 : (container.nullContext || {}),{\"name\":\"couldNotLoadText\",\"hash\":{},\"data\":data,\"loc\":{\"start\":{\"line\":3,\"column\":5},\"end\":{\"line\":3,\"column\":25}}}) : helper)))\n + \"</h2>\\n</div>\\n\";\n},\"useData\":true});","var Handlebars = require(\"../../../../node_modules/handlebars/runtime.js\");\nfunction __default(obj) { return obj && (obj.__esModule ? obj[\"default\"] : obj); }\nmodule.exports = (Handlebars[\"default\"] || Handlebars).template({\"compiler\":[8,\">= 4.3.0\"],\"main\":function(container,depth0,helpers,partials,data) {\n var helper, alias1=depth0 != null ? depth0 : (container.nullContext || {}), alias2=container.hooks.helperMissing, alias3=\"function\", alias4=container.escapeExpression, lookupProperty = container.lookupProperty || function(parent, propertyName) {\n if (Object.prototype.hasOwnProperty.call(parent, propertyName)) {\n return parent[propertyName];\n }\n return undefined\n };\n\n return \"<label class=\\\"hidden-visually\\\" for=\\\"contactsmenu-search\\\">\"\n + alias4(((helper = (helper = lookupProperty(helpers,\"searchContactsText\") || (depth0 != null ? lookupProperty(depth0,\"searchContactsText\") : depth0)) != null ? helper : alias2),(typeof helper === alias3 ? helper.call(alias1,{\"name\":\"searchContactsText\",\"hash\":{},\"data\":data,\"loc\":{\"start\":{\"line\":1,\"column\":57},\"end\":{\"line\":1,\"column\":79}}}) : helper)))\n + \"</label>\\n<input id=\\\"contactsmenu-search\\\" type=\\\"search\\\" placeholder=\\\"\"\n + alias4(((helper = (helper = lookupProperty(helpers,\"searchContactsText\") || (depth0 != null ? lookupProperty(depth0,\"searchContactsText\") : depth0)) != null ? helper : alias2),(typeof helper === alias3 ? helper.call(alias1,{\"name\":\"searchContactsText\",\"hash\":{},\"data\":data,\"loc\":{\"start\":{\"line\":2,\"column\":59},\"end\":{\"line\":2,\"column\":81}}}) : helper)))\n + \"\\\" value=\\\"\"\n + alias4(((helper = (helper = lookupProperty(helpers,\"searchTerm\") || (depth0 != null ? lookupProperty(depth0,\"searchTerm\") : depth0)) != null ? helper : alias2),(typeof helper === alias3 ? helper.call(alias1,{\"name\":\"searchTerm\",\"hash\":{},\"data\":data,\"loc\":{\"start\":{\"line\":2,\"column\":90},\"end\":{\"line\":2,\"column\":104}}}) : helper)))\n + \"\\\">\\n<div class=\\\"content\\\">\\n</div>\\n\";\n},\"useData\":true});","var Handlebars = require(\"../../../../node_modules/handlebars/runtime.js\");\nfunction __default(obj) { return obj && (obj.__esModule ? obj[\"default\"] : obj); }\nmodule.exports = (Handlebars[\"default\"] || Handlebars).template({\"1\":function(container,depth0,helpers,partials,data) {\n var helper, lookupProperty = container.lookupProperty || function(parent, propertyName) {\n if (Object.prototype.hasOwnProperty.call(parent, propertyName)) {\n return parent[propertyName];\n }\n return undefined\n };\n\n return \"<div class=\\\"emptycontent\\\">\\n\t<div class=\\\"icon-search\\\"></div>\\n\t<h2>\"\n + container.escapeExpression(((helper = (helper = lookupProperty(helpers,\"noContactsFoundText\") || (depth0 != null ? lookupProperty(depth0,\"noContactsFoundText\") : depth0)) != null ? helper : container.hooks.helperMissing),(typeof helper === \"function\" ? helper.call(depth0 != null ? depth0 : (container.nullContext || {}),{\"name\":\"noContactsFoundText\",\"hash\":{},\"data\":data,\"loc\":{\"start\":{\"line\":4,\"column\":5},\"end\":{\"line\":4,\"column\":28}}}) : helper)))\n + \"</h2>\\n</div>\\n\";\n},\"3\":function(container,depth0,helpers,partials,data) {\n var helper, alias1=depth0 != null ? depth0 : (container.nullContext || {}), alias2=container.hooks.helperMissing, alias3=\"function\", alias4=container.escapeExpression, lookupProperty = container.lookupProperty || function(parent, propertyName) {\n if (Object.prototype.hasOwnProperty.call(parent, propertyName)) {\n return parent[propertyName];\n }\n return undefined\n };\n\n return \"<div class=\\\"footer\\\"><a href=\\\"\"\n + alias4(((helper = (helper = lookupProperty(helpers,\"contactsAppURL\") || (depth0 != null ? lookupProperty(depth0,\"contactsAppURL\") : depth0)) != null ? helper : alias2),(typeof helper === alias3 ? helper.call(alias1,{\"name\":\"contactsAppURL\",\"hash\":{},\"data\":data,\"loc\":{\"start\":{\"line\":9,\"column\":29},\"end\":{\"line\":9,\"column\":47}}}) : helper)))\n + \"\\\">\"\n + alias4(((helper = (helper = lookupProperty(helpers,\"showAllContactsText\") || (depth0 != null ? lookupProperty(depth0,\"showAllContactsText\") : depth0)) != null ? helper : alias2),(typeof helper === alias3 ? helper.call(alias1,{\"name\":\"showAllContactsText\",\"hash\":{},\"data\":data,\"loc\":{\"start\":{\"line\":9,\"column\":49},\"end\":{\"line\":9,\"column\":72}}}) : helper)))\n + \"</a></div>\\n\";\n},\"5\":function(container,depth0,helpers,partials,data) {\n var stack1, lookupProperty = container.lookupProperty || function(parent, propertyName) {\n if (Object.prototype.hasOwnProperty.call(parent, propertyName)) {\n return parent[propertyName];\n }\n return undefined\n };\n\n return ((stack1 = lookupProperty(helpers,\"if\").call(depth0 != null ? depth0 : (container.nullContext || {}),(depth0 != null ? lookupProperty(depth0,\"canInstallApp\") : depth0),{\"name\":\"if\",\"hash\":{},\"fn\":container.program(6, data, 0),\"inverse\":container.noop,\"data\":data,\"loc\":{\"start\":{\"line\":10,\"column\":0},\"end\":{\"line\":12,\"column\":0}}})) != null ? stack1 : \"\");\n},\"6\":function(container,depth0,helpers,partials,data) {\n var helper, alias1=depth0 != null ? depth0 : (container.nullContext || {}), alias2=container.hooks.helperMissing, alias3=\"function\", alias4=container.escapeExpression, lookupProperty = container.lookupProperty || function(parent, propertyName) {\n if (Object.prototype.hasOwnProperty.call(parent, propertyName)) {\n return parent[propertyName];\n }\n return undefined\n };\n\n return \"<div class=\\\"footer\\\"><a href=\\\"\"\n + alias4(((helper = (helper = lookupProperty(helpers,\"contactsAppMgmtURL\") || (depth0 != null ? lookupProperty(depth0,\"contactsAppMgmtURL\") : depth0)) != null ? helper : alias2),(typeof helper === alias3 ? helper.call(alias1,{\"name\":\"contactsAppMgmtURL\",\"hash\":{},\"data\":data,\"loc\":{\"start\":{\"line\":11,\"column\":29},\"end\":{\"line\":11,\"column\":51}}}) : helper)))\n + \"\\\">\"\n + alias4(((helper = (helper = lookupProperty(helpers,\"contactsAppMgmtText\") || (depth0 != null ? lookupProperty(depth0,\"contactsAppMgmtText\") : depth0)) != null ? helper : alias2),(typeof helper === alias3 ? helper.call(alias1,{\"name\":\"contactsAppMgmtText\",\"hash\":{},\"data\":data,\"loc\":{\"start\":{\"line\":11,\"column\":53},\"end\":{\"line\":11,\"column\":76}}}) : helper)))\n + \"</a></div>\\n\";\n},\"compiler\":[8,\">= 4.3.0\"],\"main\":function(container,depth0,helpers,partials,data) {\n var stack1, alias1=depth0 != null ? depth0 : (container.nullContext || {}), lookupProperty = container.lookupProperty || function(parent, propertyName) {\n if (Object.prototype.hasOwnProperty.call(parent, propertyName)) {\n return parent[propertyName];\n }\n return undefined\n };\n\n return ((stack1 = lookupProperty(helpers,\"unless\").call(alias1,((stack1 = (depth0 != null ? lookupProperty(depth0,\"contacts\") : depth0)) != null ? lookupProperty(stack1,\"length\") : stack1),{\"name\":\"unless\",\"hash\":{},\"fn\":container.program(1, data, 0),\"inverse\":container.noop,\"data\":data,\"loc\":{\"start\":{\"line\":1,\"column\":0},\"end\":{\"line\":6,\"column\":11}}})) != null ? stack1 : \"\")\n + \"<div id=\\\"contactsmenu-contacts\\\"></div>\\n\"\n + ((stack1 = lookupProperty(helpers,\"if\").call(alias1,(depth0 != null ? lookupProperty(depth0,\"contactsAppEnabled\") : depth0),{\"name\":\"if\",\"hash\":{},\"fn\":container.program(3, data, 0),\"inverse\":container.program(5, data, 0),\"data\":data,\"loc\":{\"start\":{\"line\":8,\"column\":0},\"end\":{\"line\":12,\"column\":7}}})) != null ? stack1 : \"\");\n},\"useData\":true});","var map = {\n\t\"./af\": 302,\n\t\"./af.js\": 302,\n\t\"./ar\": 303,\n\t\"./ar-dz\": 304,\n\t\"./ar-dz.js\": 304,\n\t\"./ar-kw\": 305,\n\t\"./ar-kw.js\": 305,\n\t\"./ar-ly\": 306,\n\t\"./ar-ly.js\": 306,\n\t\"./ar-ma\": 307,\n\t\"./ar-ma.js\": 307,\n\t\"./ar-sa\": 308,\n\t\"./ar-sa.js\": 308,\n\t\"./ar-tn\": 309,\n\t\"./ar-tn.js\": 309,\n\t\"./ar.js\": 303,\n\t\"./az\": 310,\n\t\"./az.js\": 310,\n\t\"./be\": 311,\n\t\"./be.js\": 311,\n\t\"./bg\": 312,\n\t\"./bg.js\": 312,\n\t\"./bm\": 313,\n\t\"./bm.js\": 313,\n\t\"./bn\": 314,\n\t\"./bn.js\": 314,\n\t\"./bo\": 315,\n\t\"./bo.js\": 315,\n\t\"./br\": 316,\n\t\"./br.js\": 316,\n\t\"./bs\": 317,\n\t\"./bs.js\": 317,\n\t\"./ca\": 318,\n\t\"./ca.js\": 318,\n\t\"./cs\": 319,\n\t\"./cs.js\": 319,\n\t\"./cv\": 320,\n\t\"./cv.js\": 320,\n\t\"./cy\": 321,\n\t\"./cy.js\": 321,\n\t\"./da\": 322,\n\t\"./da.js\": 322,\n\t\"./de\": 323,\n\t\"./de-at\": 324,\n\t\"./de-at.js\": 324,\n\t\"./de-ch\": 325,\n\t\"./de-ch.js\": 325,\n\t\"./de.js\": 323,\n\t\"./dv\": 326,\n\t\"./dv.js\": 326,\n\t\"./el\": 327,\n\t\"./el.js\": 327,\n\t\"./en-SG\": 328,\n\t\"./en-SG.js\": 328,\n\t\"./en-au\": 329,\n\t\"./en-au.js\": 329,\n\t\"./en-ca\": 330,\n\t\"./en-ca.js\": 330,\n\t\"./en-gb\": 331,\n\t\"./en-gb.js\": 331,\n\t\"./en-ie\": 332,\n\t\"./en-ie.js\": 332,\n\t\"./en-il\": 333,\n\t\"./en-il.js\": 333,\n\t\"./en-nz\": 334,\n\t\"./en-nz.js\": 334,\n\t\"./eo\": 335,\n\t\"./eo.js\": 335,\n\t\"./es\": 336,\n\t\"./es-do\": 337,\n\t\"./es-do.js\": 337,\n\t\"./es-us\": 338,\n\t\"./es-us.js\": 338,\n\t\"./es.js\": 336,\n\t\"./et\": 339,\n\t\"./et.js\": 339,\n\t\"./eu\": 340,\n\t\"./eu.js\": 340,\n\t\"./fa\": 341,\n\t\"./fa.js\": 341,\n\t\"./fi\": 342,\n\t\"./fi.js\": 342,\n\t\"./fo\": 343,\n\t\"./fo.js\": 343,\n\t\"./fr\": 344,\n\t\"./fr-ca\": 345,\n\t\"./fr-ca.js\": 345,\n\t\"./fr-ch\": 346,\n\t\"./fr-ch.js\": 346,\n\t\"./fr.js\": 344,\n\t\"./fy\": 347,\n\t\"./fy.js\": 347,\n\t\"./ga\": 348,\n\t\"./ga.js\": 348,\n\t\"./gd\": 349,\n\t\"./gd.js\": 349,\n\t\"./gl\": 350,\n\t\"./gl.js\": 350,\n\t\"./gom-latn\": 351,\n\t\"./gom-latn.js\": 351,\n\t\"./gu\": 352,\n\t\"./gu.js\": 352,\n\t\"./he\": 353,\n\t\"./he.js\": 353,\n\t\"./hi\": 354,\n\t\"./hi.js\": 354,\n\t\"./hr\": 355,\n\t\"./hr.js\": 355,\n\t\"./hu\": 356,\n\t\"./hu.js\": 356,\n\t\"./hy-am\": 357,\n\t\"./hy-am.js\": 357,\n\t\"./id\": 358,\n\t\"./id.js\": 358,\n\t\"./is\": 359,\n\t\"./is.js\": 359,\n\t\"./it\": 360,\n\t\"./it-ch\": 361,\n\t\"./it-ch.js\": 361,\n\t\"./it.js\": 360,\n\t\"./ja\": 362,\n\t\"./ja.js\": 362,\n\t\"./jv\": 363,\n\t\"./jv.js\": 363,\n\t\"./ka\": 364,\n\t\"./ka.js\": 364,\n\t\"./kk\": 365,\n\t\"./kk.js\": 365,\n\t\"./km\": 366,\n\t\"./km.js\": 366,\n\t\"./kn\": 367,\n\t\"./kn.js\": 367,\n\t\"./ko\": 368,\n\t\"./ko.js\": 368,\n\t\"./ku\": 369,\n\t\"./ku.js\": 369,\n\t\"./ky\": 370,\n\t\"./ky.js\": 370,\n\t\"./lb\": 371,\n\t\"./lb.js\": 371,\n\t\"./lo\": 372,\n\t\"./lo.js\": 372,\n\t\"./lt\": 373,\n\t\"./lt.js\": 373,\n\t\"./lv\": 374,\n\t\"./lv.js\": 374,\n\t\"./me\": 375,\n\t\"./me.js\": 375,\n\t\"./mi\": 376,\n\t\"./mi.js\": 376,\n\t\"./mk\": 377,\n\t\"./mk.js\": 377,\n\t\"./ml\": 378,\n\t\"./ml.js\": 378,\n\t\"./mn\": 379,\n\t\"./mn.js\": 379,\n\t\"./mr\": 380,\n\t\"./mr.js\": 380,\n\t\"./ms\": 381,\n\t\"./ms-my\": 382,\n\t\"./ms-my.js\": 382,\n\t\"./ms.js\": 381,\n\t\"./mt\": 383,\n\t\"./mt.js\": 383,\n\t\"./my\": 384,\n\t\"./my.js\": 384,\n\t\"./nb\": 385,\n\t\"./nb.js\": 385,\n\t\"./ne\": 386,\n\t\"./ne.js\": 386,\n\t\"./nl\": 387,\n\t\"./nl-be\": 388,\n\t\"./nl-be.js\": 388,\n\t\"./nl.js\": 387,\n\t\"./nn\": 389,\n\t\"./nn.js\": 389,\n\t\"./pa-in\": 390,\n\t\"./pa-in.js\": 390,\n\t\"./pl\": 391,\n\t\"./pl.js\": 391,\n\t\"./pt\": 392,\n\t\"./pt-br\": 393,\n\t\"./pt-br.js\": 393,\n\t\"./pt.js\": 392,\n\t\"./ro\": 394,\n\t\"./ro.js\": 394,\n\t\"./ru\": 395,\n\t\"./ru.js\": 395,\n\t\"./sd\": 396,\n\t\"./sd.js\": 396,\n\t\"./se\": 397,\n\t\"./se.js\": 397,\n\t\"./si\": 398,\n\t\"./si.js\": 398,\n\t\"./sk\": 399,\n\t\"./sk.js\": 399,\n\t\"./sl\": 400,\n\t\"./sl.js\": 400,\n\t\"./sq\": 401,\n\t\"./sq.js\": 401,\n\t\"./sr\": 402,\n\t\"./sr-cyrl\": 403,\n\t\"./sr-cyrl.js\": 403,\n\t\"./sr.js\": 402,\n\t\"./ss\": 404,\n\t\"./ss.js\": 404,\n\t\"./sv\": 405,\n\t\"./sv.js\": 405,\n\t\"./sw\": 406,\n\t\"./sw.js\": 406,\n\t\"./ta\": 407,\n\t\"./ta.js\": 407,\n\t\"./te\": 408,\n\t\"./te.js\": 408,\n\t\"./tet\": 409,\n\t\"./tet.js\": 409,\n\t\"./tg\": 410,\n\t\"./tg.js\": 410,\n\t\"./th\": 411,\n\t\"./th.js\": 411,\n\t\"./tl-ph\": 412,\n\t\"./tl-ph.js\": 412,\n\t\"./tlh\": 413,\n\t\"./tlh.js\": 413,\n\t\"./tr\": 414,\n\t\"./tr.js\": 414,\n\t\"./tzl\": 415,\n\t\"./tzl.js\": 415,\n\t\"./tzm\": 416,\n\t\"./tzm-latn\": 417,\n\t\"./tzm-latn.js\": 417,\n\t\"./tzm.js\": 416,\n\t\"./ug-cn\": 418,\n\t\"./ug-cn.js\": 418,\n\t\"./uk\": 419,\n\t\"./uk.js\": 419,\n\t\"./ur\": 420,\n\t\"./ur.js\": 420,\n\t\"./uz\": 421,\n\t\"./uz-latn\": 422,\n\t\"./uz-latn.js\": 422,\n\t\"./uz.js\": 421,\n\t\"./vi\": 423,\n\t\"./vi.js\": 423,\n\t\"./x-pseudo\": 424,\n\t\"./x-pseudo.js\": 424,\n\t\"./yo\": 425,\n\t\"./yo.js\": 425,\n\t\"./zh-cn\": 426,\n\t\"./zh-cn.js\": 426,\n\t\"./zh-hk\": 427,\n\t\"./zh-hk.js\": 427,\n\t\"./zh-tw\": 428,\n\t\"./zh-tw.js\": 428\n};\n\n\nfunction webpackContext(req) {\n\tvar id = webpackContextResolve(req);\n\treturn __webpack_require__(id);\n}\nfunction webpackContextResolve(req) {\n\tif(!__webpack_require__.o(map, req)) {\n\t\tvar e = new Error(\"Cannot find module '\" + req + \"'\");\n\t\te.code = 'MODULE_NOT_FOUND';\n\t\tthrow e;\n\t}\n\treturn map[req];\n}\nwebpackContext.keys = function webpackContextKeys() {\n\treturn Object.keys(map);\n};\nwebpackContext.resolve = webpackContextResolve;\nmodule.exports = webpackContext;\nwebpackContext.id = 596;","var fails = require('../internals/fails');\nvar classof = require('../internals/classof-raw');\n\nvar split = ''.split;\n\n// fallback for non-array-like ES3 and non-enumerable old V8 strings\nmodule.exports = fails(function () {\n // throws an error in rhino, see https://github.com/mozilla/rhino/issues/346\n // eslint-disable-next-line no-prototype-builtins\n return !Object('z').propertyIsEnumerable(0);\n}) ? function (it) {\n return classof(it) == 'String' ? split.call(it, '') : Object(it);\n} : Object;\n","var id = 0;\nvar postfix = Math.random();\n\nmodule.exports = function (key) {\n return 'Symbol(' + String(key === undefined ? '' : key) + ')_' + (++id + postfix).toString(36);\n};\n","module.exports = {};\n","var global = require('../internals/global');\n\nmodule.exports = global;\n","var toIndexedObject = require('../internals/to-indexed-object');\nvar toLength = require('../internals/to-length');\nvar toAbsoluteIndex = require('../internals/to-absolute-index');\n\n// `Array.prototype.{ indexOf, includes }` methods implementation\nvar createMethod = function (IS_INCLUDES) {\n return function ($this, el, fromIndex) {\n var O = toIndexedObject($this);\n var length = toLength(O.length);\n var index = toAbsoluteIndex(fromIndex, length);\n var value;\n // Array#includes uses SameValueZero equality algorithm\n // eslint-disable-next-line no-self-compare\n if (IS_INCLUDES && el != el) while (length > index) {\n value = O[index++];\n // eslint-disable-next-line no-self-compare\n if (value != value) return true;\n // Array#indexOf ignores holes, Array#includes - not\n } else for (;length > index; index++) {\n if ((IS_INCLUDES || index in O) && O[index] === el) return IS_INCLUDES || index || 0;\n } return !IS_INCLUDES && -1;\n };\n};\n\nmodule.exports = {\n // `Array.prototype.includes` method\n // https://tc39.github.io/ecma262/#sec-array.prototype.includes\n includes: createMethod(true),\n // `Array.prototype.indexOf` method\n // https://tc39.github.io/ecma262/#sec-array.prototype.indexof\n indexOf: createMethod(false)\n};\n","var fails = require('../internals/fails');\n\nvar replacement = /#|\\.prototype\\./;\n\nvar isForced = function (feature, detection) {\n var value = data[normalize(feature)];\n return value == POLYFILL ? true\n : value == NATIVE ? false\n : typeof detection == 'function' ? fails(detection)\n : !!detection;\n};\n\nvar normalize = isForced.normalize = function (string) {\n return String(string).replace(replacement, '.').toLowerCase();\n};\n\nvar data = isForced.data = {};\nvar NATIVE = isForced.NATIVE = 'N';\nvar POLYFILL = isForced.POLYFILL = 'P';\n\nmodule.exports = isForced;\n","var internalObjectKeys = require('../internals/object-keys-internal');\nvar enumBugKeys = require('../internals/enum-bug-keys');\n\n// `Object.keys` method\n// https://tc39.github.io/ecma262/#sec-object.keys\nmodule.exports = Object.keys || function keys(O) {\n return internalObjectKeys(O, enumBugKeys);\n};\n","var isObject = require('../internals/is-object');\nvar isArray = require('../internals/is-array');\nvar wellKnownSymbol = require('../internals/well-known-symbol');\n\nvar SPECIES = wellKnownSymbol('species');\n\n// `ArraySpeciesCreate` abstract operation\n// https://tc39.github.io/ecma262/#sec-arrayspeciescreate\nmodule.exports = function (originalArray, length) {\n var C;\n if (isArray(originalArray)) {\n C = originalArray.constructor;\n // cross-realm fallback\n if (typeof C == 'function' && (C === Array || isArray(C.prototype))) C = undefined;\n else if (isObject(C)) {\n C = C[SPECIES];\n if (C === null) C = undefined;\n }\n } return new (C === undefined ? Array : C)(length === 0 ? 0 : length);\n};\n","var fails = require('../internals/fails');\n\nmodule.exports = !fails(function () {\n return Object.isExtensible(Object.preventExtensions({}));\n});\n","module.exports = {};\n","var classof = require('../internals/classof');\nvar Iterators = require('../internals/iterators');\nvar wellKnownSymbol = require('../internals/well-known-symbol');\n\nvar ITERATOR = wellKnownSymbol('iterator');\n\nmodule.exports = function (it) {\n if (it != undefined) return it[ITERATOR]\n || it['@@iterator']\n || Iterators[classof(it)];\n};\n","var TO_STRING_TAG_SUPPORT = require('../internals/to-string-tag-support');\nvar classofRaw = require('../internals/classof-raw');\nvar wellKnownSymbol = require('../internals/well-known-symbol');\n\nvar TO_STRING_TAG = wellKnownSymbol('toStringTag');\n// ES3 wrong here\nvar CORRECT_ARGUMENTS = classofRaw(function () { return arguments; }()) == 'Arguments';\n\n// fallback for IE11 Script Access Denied error\nvar tryGet = function (it, key) {\n try {\n return it[key];\n } catch (error) { /* empty */ }\n};\n\n// getting tag from ES6+ `Object.prototype.toString`\nmodule.exports = TO_STRING_TAG_SUPPORT ? classofRaw : function (it) {\n var O, tag, result;\n return it === undefined ? 'Undefined' : it === null ? 'Null'\n // @@toStringTag case\n : typeof (tag = tryGet(O = Object(it), TO_STRING_TAG)) == 'string' ? tag\n // builtinTag case\n : CORRECT_ARGUMENTS ? classofRaw(O)\n // ES3 arguments fallback\n : (result = classofRaw(O)) == 'Object' && typeof O.callee == 'function' ? 'Arguments' : result;\n};\n","var fails = require('../internals/fails');\nvar wellKnownSymbol = require('../internals/well-known-symbol');\nvar V8_VERSION = require('../internals/engine-v8-version');\n\nvar SPECIES = wellKnownSymbol('species');\n\nmodule.exports = function (METHOD_NAME) {\n // We can't use this feature detection in V8 since it causes\n // deoptimization and serious performance degradation\n // https://github.com/zloirock/core-js/issues/677\n return V8_VERSION >= 51 || !fails(function () {\n var array = [];\n var constructor = array.constructor = {};\n constructor[SPECIES] = function () {\n return { foo: 1 };\n };\n return array[METHOD_NAME](Boolean).foo !== 1;\n });\n};\n","'use strict';\nvar anObject = require('../internals/an-object');\n\n// `RegExp.prototype.flags` getter implementation\n// https://tc39.github.io/ecma262/#sec-get-regexp.prototype.flags\nmodule.exports = function () {\n var that = anObject(this);\n var result = '';\n if (that.global) result += 'g';\n if (that.ignoreCase) result += 'i';\n if (that.multiline) result += 'm';\n if (that.dotAll) result += 's';\n if (that.unicode) result += 'u';\n if (that.sticky) result += 'y';\n return result;\n};\n","/* jstz.min.js Version: 1.0.6 Build date: 2019-09-09 */\n!function(e){var a=function(){\"use strict\";var e=\"s\",s={DAY:864e5,HOUR:36e5,MINUTE:6e4,SECOND:1e3,BASELINE_YEAR:2014,MAX_SCORE:864e6,AMBIGUITIES:{\"America/Denver\":[\"America/Mazatlan\"],\"America/Chicago\":[\"America/Mexico_City\"],\"America/Asuncion\":[\"America/Campo_Grande\",\"America/Santiago\"],\"America/Montevideo\":[\"America/Sao_Paulo\",\"America/Santiago\"],\"Asia/Beirut\":[\"Asia/Amman\",\"Asia/Jerusalem\",\"Europe/Helsinki\",\"Asia/Damascus\",\"Africa/Cairo\",\"Asia/Gaza\",\"Europe/Minsk\",\"Africa/Windhoek\"],\"Pacific/Auckland\":[\"Pacific/Fiji\"],\"America/Los_Angeles\":[\"America/Santa_Isabel\"],\"America/New_York\":[\"America/Havana\"],\"America/Halifax\":[\"America/Goose_Bay\"],\"America/Godthab\":[\"America/Miquelon\"],\"Asia/Dubai\":[\"Asia/Yerevan\"],\"Asia/Jakarta\":[\"Asia/Krasnoyarsk\"],\"Asia/Shanghai\":[\"Asia/Irkutsk\",\"Australia/Perth\"],\"Australia/Sydney\":[\"Australia/Lord_Howe\"],\"Asia/Tokyo\":[\"Asia/Yakutsk\"],\"Asia/Dhaka\":[\"Asia/Omsk\"],\"Asia/Baku\":[\"Asia/Yerevan\"],\"Australia/Brisbane\":[\"Asia/Vladivostok\"],\"Pacific/Noumea\":[\"Asia/Vladivostok\"],\"Pacific/Majuro\":[\"Asia/Kamchatka\",\"Pacific/Fiji\"],\"Pacific/Tongatapu\":[\"Pacific/Apia\"],\"Asia/Baghdad\":[\"Europe/Minsk\",\"Europe/Moscow\"],\"Asia/Karachi\":[\"Asia/Yekaterinburg\"],\"Africa/Johannesburg\":[\"Asia/Gaza\",\"Africa/Cairo\"]}},i=function(e){var a=-e.getTimezoneOffset();return null!==a?a:0},r=function(){for(var e=[],a=0;a<=11;a++)for(var r=1;r<=28;r++){var n=i(new Date(s.BASELINE_YEAR,a,r));e?e&&e[e.length-1]!==n&&e.push(n):e.push()}return e},n=function(){var a=0,s=r();return s.length>1&&(a=s[0]-s[1]),s.length>3?s[0]+\",1,weird\":a<0?s[0]+\",1\":a>0?s[1]+\",1,\"+e:s[0]+\",0\"},o=function(){var e,a;if(Intl&&\"undefined\"!=typeof Intl&&\"undefined\"!=typeof Intl.DateTimeFormat&&(e=Intl.DateTimeFormat(),\"undefined\"!=typeof e&&\"undefined\"!=typeof e.resolvedOptions))return a=e.resolvedOptions().timeZone,a&&(a.indexOf(\"/\")>-1||\"UTC\"===a)?a:void 0},t=function(e){for(var a=new Date(e,0,1,0,0,1,0).getTime(),s=new Date(e,12,31,23,59,59).getTime(),i=a,r=new Date(i).getTimezoneOffset(),n=null,o=null;i<s-864e5;){var t=new Date(i),A=t.getTimezoneOffset();A!==r&&(A<r&&(n=t),A>r&&(o=t),r=A),i+=864e5}return!(!n||!o)&&{s:u(n).getTime(),e:u(o).getTime()}},u=function f(e,a,i){\"undefined\"==typeof a&&(a=s.DAY,i=s.HOUR);for(var r=new Date(e.getTime()-a).getTime(),n=e.getTime()+a,o=new Date(r).getTimezoneOffset(),t=r,u=null;t<n-i;){var A=new Date(t),c=A.getTimezoneOffset();if(c!==o){u=A;break}t+=i}return a===s.DAY?f(u,s.HOUR,s.MINUTE):a===s.HOUR?f(u,s.MINUTE,s.SECOND):u},A=function(e,a,s,i){if(\"N/A\"!==s)return s;if(\"Asia/Beirut\"===a){if(\"Africa/Cairo\"===i.name&&13983768e5===e[6].s&&14116788e5===e[6].e)return 0;if(\"Asia/Jerusalem\"===i.name&&13959648e5===e[6].s&&14118588e5===e[6].e)return 0}else if(\"America/Santiago\"===a){if(\"America/Asuncion\"===i.name&&14124816e5===e[6].s&&1397358e6===e[6].e)return 0;if(\"America/Campo_Grande\"===i.name&&14136912e5===e[6].s&&13925196e5===e[6].e)return 0}else if(\"America/Montevideo\"===a){if(\"America/Sao_Paulo\"===i.name&&14136876e5===e[6].s&&1392516e6===e[6].e)return 0}else if(\"Pacific/Auckland\"===a&&\"Pacific/Fiji\"===i.name&&14142456e5===e[6].s&&13961016e5===e[6].e)return 0;return s},c=function(e,i){for(var r=function(a){for(var r=0,n=0;n<e.length;n++)if(a.rules[n]&&e[n]){if(!(e[n].s>=a.rules[n].s&&e[n].e<=a.rules[n].e)){r=\"N/A\";break}if(r=0,r+=Math.abs(e[n].s-a.rules[n].s),r+=Math.abs(a.rules[n].e-e[n].e),r>s.MAX_SCORE){r=\"N/A\";break}}return r=A(e,i,r,a)},n={},o=a.olson.dst_rules.zones,t=o.length,u=s.AMBIGUITIES[i],c=0;c<t;c++){var m=o[c],l=r(o[c]);\"N/A\"!==l&&(n[m.name]=l)}for(var f in n)if(n.hasOwnProperty(f))for(var d=0;d<u.length;d++)if(u[d]===f)return f;return i},m=function(e){var s=function(){for(var e=[],s=0;s<a.olson.dst_rules.years.length;s++){var i=t(a.olson.dst_rules.years[s]);e.push(i)}return e},i=function(e){for(var a=0;a<e.length;a++)if(e[a]!==!1)return!0;return!1},r=s(),n=i(r);return n?c(r,e):e},l=function(e){var i=!1,t=n();return(e||\"undefined\"==typeof e)&&(i=o()),i||(i=a.olson.timezones[t],\"undefined\"!=typeof s.AMBIGUITIES[i]&&(i=m(i))),{name:function(){return i},using_intl:e||\"undefined\"==typeof e,needle:t,offsets:r()}};return{determine:l}}();a.olson=a.olson||{},a.olson.timezones={\"-720,0\":\"Etc/GMT+12\",\"-660,0\":\"Pacific/Pago_Pago\",\"-660,1,s\":\"Pacific/Apia\",\"-600,1\":\"America/Adak\",\"-600,0\":\"Pacific/Honolulu\",\"-570,0\":\"Pacific/Marquesas\",\"-540,0\":\"Pacific/Gambier\",\"-540,1\":\"America/Anchorage\",\"-480,1\":\"America/Los_Angeles\",\"-480,0\":\"Pacific/Pitcairn\",\"-420,0\":\"America/Phoenix\",\"-420,1\":\"America/Denver\",\"-360,0\":\"America/Guatemala\",\"-360,1\":\"America/Chicago\",\"-360,1,s\":\"Pacific/Easter\",\"-300,0\":\"America/Bogota\",\"-300,1\":\"America/New_York\",\"-270,0\":\"America/Caracas\",\"-240,1\":\"America/Halifax\",\"-240,0\":\"America/Santo_Domingo\",\"-240,1,s\":\"America/Asuncion\",\"-210,1\":\"America/St_Johns\",\"-180,1\":\"America/Godthab\",\"-180,0\":\"America/Buenos_Aires\",\"-180,1,s\":\"America/Montevideo\",\"-120,0\":\"America/Noronha\",\"-120,1\":\"America/Noronha\",\"-60,1\":\"Atlantic/Azores\",\"-60,0\":\"Atlantic/Cape_Verde\",\"0,0\":\"UTC\",\"0,1\":\"Europe/London\",\"0,1,weird\":\"Africa/Casablanca\",\"60,1\":\"Europe/Berlin\",\"60,0\":\"Africa/Lagos\",\"60,1,weird\":\"Africa/Casablanca\",\"120,1\":\"Asia/Beirut\",\"120,1,weird\":\"Africa/Cairo\",\"120,0\":\"Africa/Johannesburg\",\"180,0\":\"Asia/Baghdad\",\"180,1\":\"Europe/Moscow\",\"210,1\":\"Asia/Tehran\",\"240,0\":\"Asia/Dubai\",\"240,1\":\"Asia/Baku\",\"270,0\":\"Asia/Kabul\",\"300,1\":\"Asia/Yekaterinburg\",\"300,0\":\"Asia/Karachi\",\"330,0\":\"Asia/Calcutta\",\"345,0\":\"Asia/Katmandu\",\"360,0\":\"Asia/Dhaka\",\"360,1\":\"Asia/Omsk\",\"390,0\":\"Asia/Rangoon\",\"420,1\":\"Asia/Krasnoyarsk\",\"420,0\":\"Asia/Jakarta\",\"480,0\":\"Asia/Shanghai\",\"480,1\":\"Asia/Irkutsk\",\"525,0\":\"Australia/Eucla\",\"525,1,s\":\"Australia/Eucla\",\"540,1\":\"Asia/Yakutsk\",\"540,0\":\"Asia/Tokyo\",\"570,0\":\"Australia/Darwin\",\"570,1,s\":\"Australia/Adelaide\",\"600,0\":\"Australia/Brisbane\",\"600,1\":\"Asia/Vladivostok\",\"600,1,s\":\"Australia/Sydney\",\"630,1,s\":\"Australia/Lord_Howe\",\"660,1\":\"Asia/Kamchatka\",\"660,0\":\"Pacific/Noumea\",\"690,0\":\"Pacific/Norfolk\",\"720,1,s\":\"Pacific/Auckland\",\"720,0\":\"Pacific/Majuro\",\"765,1,s\":\"Pacific/Chatham\",\"780,0\":\"Pacific/Tongatapu\",\"780,1,s\":\"Pacific/Apia\",\"840,0\":\"Pacific/Kiritimati\"},a.olson.dst_rules={years:[2008,2009,2010,2011,2012,2013,2014],zones:[{name:\"Africa/Cairo\",rules:[{e:12199572e5,s:12090744e5},{e:1250802e6,s:1240524e6},{e:12858804e5,s:12840696e5},!1,!1,!1,{e:14116788e5,s:1406844e6}]},{name:\"America/Asuncion\",rules:[{e:12050316e5,s:12243888e5},{e:12364812e5,s:12558384e5},{e:12709548e5,s:12860784e5},{e:13024044e5,s:1317528e6},{e:1333854e6,s:13495824e5},{e:1364094e6,s:1381032e6},{e:13955436e5,s:14124816e5}]},{name:\"America/Campo_Grande\",rules:[{e:12032172e5,s:12243888e5},{e:12346668e5,s:12558384e5},{e:12667212e5,s:1287288e6},{e:12981708e5,s:13187376e5},{e:13302252e5,s:1350792e6},{e:136107e7,s:13822416e5},{e:13925196e5,s:14136912e5}]},{name:\"America/Goose_Bay\",rules:[{e:122559486e4,s:120503526e4},{e:125704446e4,s:123648486e4},{e:128909886e4,s:126853926e4},{e:13205556e5,s:129998886e4},{e:13520052e5,s:13314456e5},{e:13834548e5,s:13628952e5},{e:14149044e5,s:13943448e5}]},{name:\"America/Havana\",rules:[{e:12249972e5,s:12056436e5},{e:12564468e5,s:12364884e5},{e:12885012e5,s:12685428e5},{e:13211604e5,s:13005972e5},{e:13520052e5,s:13332564e5},{e:13834548e5,s:13628916e5},{e:14149044e5,s:13943412e5}]},{name:\"America/Mazatlan\",rules:[{e:1225008e6,s:12074724e5},{e:12564576e5,s:1238922e6},{e:1288512e6,s:12703716e5},{e:13199616e5,s:13018212e5},{e:13514112e5,s:13332708e5},{e:13828608e5,s:13653252e5},{e:14143104e5,s:13967748e5}]},{name:\"America/Mexico_City\",rules:[{e:12250044e5,s:12074688e5},{e:1256454e6,s:12389184e5},{e:12885084e5,s:1270368e6},{e:1319958e6,s:13018176e5},{e:13514076e5,s:13332672e5},{e:13828572e5,s:13653216e5},{e:14143068e5,s:13967712e5}]},{name:\"America/Miquelon\",rules:[{e:12255984e5,s:12050388e5},{e:1257048e6,s:12364884e5},{e:12891024e5,s:12685428e5},{e:1320552e6,s:12999924e5},{e:13520016e5,s:1331442e6},{e:13834512e5,s:13628916e5},{e:14149008e5,s:13943412e5}]},{name:\"America/Santa_Isabel\",rules:[{e:12250116e5,s:1207476e6},{e:12564612e5,s:12389256e5},{e:12891204e5,s:12685608e5},{e:132057e7,s:13000104e5},{e:13520196e5,s:133146e7},{e:13834692e5,s:13629096e5},{e:14149188e5,s:13943592e5}]},{name:\"America/Santiago\",rules:[{e:1206846e6,s:1223784e6},{e:1237086e6,s:12552336e5},{e:127035e7,s:12866832e5},{e:13048236e5,s:13138992e5},{e:13356684e5,s:13465584e5},{e:1367118e6,s:13786128e5},{e:13985676e5,s:14100624e5}]},{name:\"America/Sao_Paulo\",rules:[{e:12032136e5,s:12243852e5},{e:12346632e5,s:12558348e5},{e:12667176e5,s:12872844e5},{e:12981672e5,s:1318734e6},{e:13302216e5,s:13507884e5},{e:13610664e5,s:1382238e6},{e:1392516e6,s:14136876e5}]},{name:\"Asia/Amman\",rules:[{e:1225404e6,s:12066552e5},{e:12568536e5,s:12381048e5},{e:12883032e5,s:12695544e5},{e:13197528e5,s:13016088e5},!1,!1,{e:14147064e5,s:13959576e5}]},{name:\"Asia/Damascus\",rules:[{e:12254868e5,s:120726e7},{e:125685e7,s:12381048e5},{e:12882996e5,s:12701592e5},{e:13197492e5,s:13016088e5},{e:13511988e5,s:13330584e5},{e:13826484e5,s:1364508e6},{e:14147028e5,s:13959576e5}]},{name:\"Asia/Dubai\",rules:[!1,!1,!1,!1,!1,!1,!1]},{name:\"Asia/Gaza\",rules:[{e:12199572e5,s:12066552e5},{e:12520152e5,s:12381048e5},{e:1281474e6,s:126964086e4},{e:1312146e6,s:130160886e4},{e:13481784e5,s:13330584e5},{e:13802292e5,s:1364508e6},{e:1414098e6,s:13959576e5}]},{name:\"Asia/Irkutsk\",rules:[{e:12249576e5,s:12068136e5},{e:12564072e5,s:12382632e5},{e:12884616e5,s:12697128e5},!1,!1,!1,!1]},{name:\"Asia/Jerusalem\",rules:[{e:12231612e5,s:12066624e5},{e:1254006e6,s:1238112e6},{e:1284246e6,s:12695616e5},{e:131751e7,s:1301616e6},{e:13483548e5,s:13330656e5},{e:13828284e5,s:13645152e5},{e:1414278e6,s:13959648e5}]},{name:\"Asia/Kamchatka\",rules:[{e:12249432e5,s:12067992e5},{e:12563928e5,s:12382488e5},{e:12884508e5,s:12696984e5},!1,!1,!1,!1]},{name:\"Asia/Krasnoyarsk\",rules:[{e:12249612e5,s:12068172e5},{e:12564108e5,s:12382668e5},{e:12884652e5,s:12697164e5},!1,!1,!1,!1]},{name:\"Asia/Omsk\",rules:[{e:12249648e5,s:12068208e5},{e:12564144e5,s:12382704e5},{e:12884688e5,s:126972e7},!1,!1,!1,!1]},{name:\"Asia/Vladivostok\",rules:[{e:12249504e5,s:12068064e5},{e:12564e8,s:1238256e6},{e:12884544e5,s:12697056e5},!1,!1,!1,!1]},{name:\"Asia/Yakutsk\",rules:[{e:1224954e6,s:120681e7},{e:12564036e5,s:12382596e5},{e:1288458e6,s:12697092e5},!1,!1,!1,!1]},{name:\"Asia/Yekaterinburg\",rules:[{e:12249684e5,s:12068244e5},{e:1256418e6,s:1238274e6},{e:12884724e5,s:12697236e5},!1,!1,!1,!1]},{name:\"Asia/Yerevan\",rules:[{e:1224972e6,s:1206828e6},{e:12564216e5,s:12382776e5},{e:1288476e6,s:12697272e5},{e:13199256e5,s:13011768e5},!1,!1,!1]},{name:\"Australia/Lord_Howe\",rules:[{e:12074076e5,s:12231342e5},{e:12388572e5,s:12545838e5},{e:12703068e5,s:12860334e5},{e:13017564e5,s:1317483e6},{e:1333206e6,s:13495374e5},{e:13652604e5,s:1380987e6},{e:139671e7,s:14124366e5}]},{name:\"Australia/Perth\",rules:[{e:12068136e5,s:12249576e5},!1,!1,!1,!1,!1,!1]},{name:\"Europe/Helsinki\",rules:[{e:12249828e5,s:12068388e5},{e:12564324e5,s:12382884e5},{e:12884868e5,s:1269738e6},{e:13199364e5,s:13011876e5},{e:1351386e6,s:13326372e5},{e:13828356e5,s:13646916e5},{e:14142852e5,s:13961412e5}]},{name:\"Europe/Minsk\",rules:[{e:12249792e5,s:12068352e5},{e:12564288e5,s:12382848e5},{e:12884832e5,s:12697344e5},!1,!1,!1,!1]},{name:\"Europe/Moscow\",rules:[{e:12249756e5,s:12068316e5},{e:12564252e5,s:12382812e5},{e:12884796e5,s:12697308e5},!1,!1,!1,!1]},{name:\"Pacific/Apia\",rules:[!1,!1,!1,{e:13017528e5,s:13168728e5},{e:13332024e5,s:13489272e5},{e:13652568e5,s:13803768e5},{e:13967064e5,s:14118264e5}]},{name:\"Pacific/Fiji\",rules:[!1,!1,{e:12696984e5,s:12878424e5},{e:13271544e5,s:1319292e6},{e:1358604e6,s:13507416e5},{e:139005e7,s:1382796e6},{e:14215032e5,s:14148504e5}]},{name:\"Europe/London\",rules:[{e:12249828e5,s:12068388e5},{e:12564324e5,s:12382884e5},{e:12884868e5,s:1269738e6},{e:13199364e5,s:13011876e5},{e:1351386e6,s:13326372e5},{e:13828356e5,s:13646916e5},{e:14142852e5,s:13961412e5}]},{name:\"Africa/Windhoek\",rules:[{e:12207492e5,s:120744e7},{e:12521988e5,s:12388896e5},{e:12836484e5,s:12703392e5},{e:1315098e6,s:13017888e5},{e:13465476e5,s:13332384e5},{e:13779972e5,s:13652928e5},{e:14100516e5,s:13967424e5}]}]},\"undefined\"!=typeof module&&\"undefined\"!=typeof module.exports?module.exports=a:\"undefined\"!=typeof define&&null!==define&&null!=define.amd?define([],function(){return a}):\"undefined\"==typeof e?window.jstz=a:e.jstz=a}();","'use strict';\nvar nativePropertyIsEnumerable = {}.propertyIsEnumerable;\nvar getOwnPropertyDescriptor = Object.getOwnPropertyDescriptor;\n\n// Nashorn ~ JDK8 bug\nvar NASHORN_BUG = getOwnPropertyDescriptor && !nativePropertyIsEnumerable.call({ 1: 2 }, 1);\n\n// `Object.prototype.propertyIsEnumerable` method implementation\n// https://tc39.github.io/ecma262/#sec-object.prototype.propertyisenumerable\nexports.f = NASHORN_BUG ? function propertyIsEnumerable(V) {\n var descriptor = getOwnPropertyDescriptor(this, V);\n return !!descriptor && descriptor.enumerable;\n} : nativePropertyIsEnumerable;\n","var shared = require('../internals/shared');\nvar uid = require('../internals/uid');\n\nvar keys = shared('keys');\n\nmodule.exports = function (key) {\n return keys[key] || (keys[key] = uid(key));\n};\n","'use strict';\nvar IS_PURE = require('../internals/is-pure');\nvar global = require('../internals/global');\nvar fails = require('../internals/fails');\n\n// Forced replacement object prototype accessors methods\nmodule.exports = IS_PURE || !fails(function () {\n var key = Math.random();\n // In FF throws only define methods\n // eslint-disable-next-line no-undef, no-useless-call\n __defineSetter__.call(null, key, function () { /* empty */ });\n delete global[key];\n});\n","var wellKnownSymbol = require('../internals/well-known-symbol');\n\nvar ITERATOR = wellKnownSymbol('iterator');\nvar SAFE_CLOSING = false;\n\ntry {\n var called = 0;\n var iteratorWithReturn = {\n next: function () {\n return { done: !!called++ };\n },\n 'return': function () {\n SAFE_CLOSING = true;\n }\n };\n iteratorWithReturn[ITERATOR] = function () {\n return this;\n };\n // eslint-disable-next-line no-throw-literal\n Array.from(iteratorWithReturn, function () { throw 2; });\n} catch (error) { /* empty */ }\n\nmodule.exports = function (exec, SKIP_CLOSING) {\n if (!SKIP_CLOSING && !SAFE_CLOSING) return false;\n var ITERATION_SUPPORT = false;\n try {\n var object = {};\n object[ITERATOR] = function () {\n return {\n next: function () {\n return { done: ITERATION_SUPPORT = true };\n }\n };\n };\n exec(object);\n } catch (error) { /* empty */ }\n return ITERATION_SUPPORT;\n};\n","var getBuiltIn = require('../internals/get-built-in');\n\nmodule.exports = getBuiltIn('navigator', 'userAgent') || '';\n","var aFunction = require('../internals/a-function');\nvar toObject = require('../internals/to-object');\nvar IndexedObject = require('../internals/indexed-object');\nvar toLength = require('../internals/to-length');\n\n// `Array.prototype.{ reduce, reduceRight }` methods implementation\nvar createMethod = function (IS_RIGHT) {\n return function (that, callbackfn, argumentsLength, memo) {\n aFunction(callbackfn);\n var O = toObject(that);\n var self = IndexedObject(O);\n var length = toLength(O.length);\n var index = IS_RIGHT ? length - 1 : 0;\n var i = IS_RIGHT ? -1 : 1;\n if (argumentsLength < 2) while (true) {\n if (index in self) {\n memo = self[index];\n index += i;\n break;\n }\n index += i;\n if (IS_RIGHT ? index < 0 : length <= index) {\n throw TypeError('Reduce of empty array with no initial value');\n }\n }\n for (;IS_RIGHT ? index >= 0 : length > index; index += i) if (index in self) {\n memo = callbackfn(memo, self[index], index, O);\n }\n return memo;\n };\n};\n\nmodule.exports = {\n // `Array.prototype.reduce` method\n // https://tc39.github.io/ecma262/#sec-array.prototype.reduce\n left: createMethod(false),\n // `Array.prototype.reduceRight` method\n // https://tc39.github.io/ecma262/#sec-array.prototype.reduceright\n right: createMethod(true)\n};\n","'use strict';\nvar toIndexedObject = require('../internals/to-indexed-object');\nvar addToUnscopables = require('../internals/add-to-unscopables');\nvar Iterators = require('../internals/iterators');\nvar InternalStateModule = require('../internals/internal-state');\nvar defineIterator = require('../internals/define-iterator');\n\nvar ARRAY_ITERATOR = 'Array Iterator';\nvar setInternalState = InternalStateModule.set;\nvar getInternalState = InternalStateModule.getterFor(ARRAY_ITERATOR);\n\n// `Array.prototype.entries` method\n// https://tc39.github.io/ecma262/#sec-array.prototype.entries\n// `Array.prototype.keys` method\n// https://tc39.github.io/ecma262/#sec-array.prototype.keys\n// `Array.prototype.values` method\n// https://tc39.github.io/ecma262/#sec-array.prototype.values\n// `Array.prototype[@@iterator]` method\n// https://tc39.github.io/ecma262/#sec-array.prototype-@@iterator\n// `CreateArrayIterator` internal method\n// https://tc39.github.io/ecma262/#sec-createarrayiterator\nmodule.exports = defineIterator(Array, 'Array', function (iterated, kind) {\n setInternalState(this, {\n type: ARRAY_ITERATOR,\n target: toIndexedObject(iterated), // target\n index: 0, // next index\n kind: kind // kind\n });\n// `%ArrayIteratorPrototype%.next` method\n// https://tc39.github.io/ecma262/#sec-%arrayiteratorprototype%.next\n}, function () {\n var state = getInternalState(this);\n var target = state.target;\n var kind = state.kind;\n var index = state.index++;\n if (!target || index >= target.length) {\n state.target = undefined;\n return { value: undefined, done: true };\n }\n if (kind == 'keys') return { value: index, done: false };\n if (kind == 'values') return { value: target[index], done: false };\n return { value: [index, target[index]], done: false };\n}, 'values');\n\n// argumentsList[@@iterator] is %ArrayProto_values%\n// https://tc39.github.io/ecma262/#sec-createunmappedargumentsobject\n// https://tc39.github.io/ecma262/#sec-createmappedargumentsobject\nIterators.Arguments = Iterators.Array;\n\n// https://tc39.github.io/ecma262/#sec-array.prototype-@@unscopables\naddToUnscopables('keys');\naddToUnscopables('values');\naddToUnscopables('entries');\n","var toInteger = require('../internals/to-integer');\nvar requireObjectCoercible = require('../internals/require-object-coercible');\n\n// `String.prototype.{ codePointAt, at }` methods implementation\nvar createMethod = function (CONVERT_TO_STRING) {\n return function ($this, pos) {\n var S = String(requireObjectCoercible($this));\n var position = toInteger(pos);\n var size = S.length;\n var first, second;\n if (position < 0 || position >= size) return CONVERT_TO_STRING ? '' : undefined;\n first = S.charCodeAt(position);\n return first < 0xD800 || first > 0xDBFF || position + 1 === size\n || (second = S.charCodeAt(position + 1)) < 0xDC00 || second > 0xDFFF\n ? CONVERT_TO_STRING ? S.charAt(position) : first\n : CONVERT_TO_STRING ? S.slice(position, position + 2) : (first - 0xD800 << 10) + (second - 0xDC00) + 0x10000;\n };\n};\n\nmodule.exports = {\n // `String.prototype.codePointAt` method\n // https://tc39.github.io/ecma262/#sec-string.prototype.codepointat\n codeAt: createMethod(false),\n // `String.prototype.at` method\n // https://github.com/mathiasbynens/String.prototype.at\n charAt: createMethod(true)\n};\n","var isObject = require('../internals/is-object');\nvar classof = require('../internals/classof-raw');\nvar wellKnownSymbol = require('../internals/well-known-symbol');\n\nvar MATCH = wellKnownSymbol('match');\n\n// `IsRegExp` abstract operation\n// https://tc39.github.io/ecma262/#sec-isregexp\nmodule.exports = function (it) {\n var isRegExp;\n return isObject(it) && ((isRegExp = it[MATCH]) !== undefined ? !!isRegExp : classof(it) == 'RegExp');\n};\n","'use strict';\n// TODO: Remove from `core-js@4` since it's moved to entry points\nrequire('../modules/es.regexp.exec');\nvar redefine = require('../internals/redefine');\nvar fails = require('../internals/fails');\nvar wellKnownSymbol = require('../internals/well-known-symbol');\nvar regexpExec = require('../internals/regexp-exec');\nvar createNonEnumerableProperty = require('../internals/create-non-enumerable-property');\n\nvar SPECIES = wellKnownSymbol('species');\n\nvar REPLACE_SUPPORTS_NAMED_GROUPS = !fails(function () {\n // #replace needs built-in support for named groups.\n // #match works fine because it just return the exec results, even if it has\n // a \"grops\" property.\n var re = /./;\n re.exec = function () {\n var result = [];\n result.groups = { a: '7' };\n return result;\n };\n return ''.replace(re, '$<a>') !== '7';\n});\n\n// IE <= 11 replaces $0 with the whole match, as if it was $&\n// https://stackoverflow.com/questions/6024666/getting-ie-to-replace-a-regex-with-the-literal-string-0\nvar REPLACE_KEEPS_$0 = (function () {\n return 'a'.replace(/./, '$0') === '$0';\n})();\n\nvar REPLACE = wellKnownSymbol('replace');\n// Safari <= 13.0.3(?) substitutes nth capture where n>m with an empty string\nvar REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE = (function () {\n if (/./[REPLACE]) {\n return /./[REPLACE]('a', '$0') === '';\n }\n return false;\n})();\n\n// Chrome 51 has a buggy \"split\" implementation when RegExp#exec !== nativeExec\n// Weex JS has frozen built-in prototypes, so use try / catch wrapper\nvar SPLIT_WORKS_WITH_OVERWRITTEN_EXEC = !fails(function () {\n var re = /(?:)/;\n var originalExec = re.exec;\n re.exec = function () { return originalExec.apply(this, arguments); };\n var result = 'ab'.split(re);\n return result.length !== 2 || result[0] !== 'a' || result[1] !== 'b';\n});\n\nmodule.exports = function (KEY, length, exec, sham) {\n var SYMBOL = wellKnownSymbol(KEY);\n\n var DELEGATES_TO_SYMBOL = !fails(function () {\n // String methods call symbol-named RegEp methods\n var O = {};\n O[SYMBOL] = function () { return 7; };\n return ''[KEY](O) != 7;\n });\n\n var DELEGATES_TO_EXEC = DELEGATES_TO_SYMBOL && !fails(function () {\n // Symbol-named RegExp methods call .exec\n var execCalled = false;\n var re = /a/;\n\n if (KEY === 'split') {\n // We can't use real regex here since it causes deoptimization\n // and serious performance degradation in V8\n // https://github.com/zloirock/core-js/issues/306\n re = {};\n // RegExp[@@split] doesn't call the regex's exec method, but first creates\n // a new one. We need to return the patched regex when creating the new one.\n re.constructor = {};\n re.constructor[SPECIES] = function () { return re; };\n re.flags = '';\n re[SYMBOL] = /./[SYMBOL];\n }\n\n re.exec = function () { execCalled = true; return null; };\n\n re[SYMBOL]('');\n return !execCalled;\n });\n\n if (\n !DELEGATES_TO_SYMBOL ||\n !DELEGATES_TO_EXEC ||\n (KEY === 'replace' && !(\n REPLACE_SUPPORTS_NAMED_GROUPS &&\n REPLACE_KEEPS_$0 &&\n !REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE\n )) ||\n (KEY === 'split' && !SPLIT_WORKS_WITH_OVERWRITTEN_EXEC)\n ) {\n var nativeRegExpMethod = /./[SYMBOL];\n var methods = exec(SYMBOL, ''[KEY], function (nativeMethod, regexp, str, arg2, forceStringMethod) {\n if (regexp.exec === regexpExec) {\n if (DELEGATES_TO_SYMBOL && !forceStringMethod) {\n // The native String method already delegates to @@method (this\n // polyfilled function), leasing to infinite recursion.\n // We avoid it by directly calling the native @@method method.\n return { done: true, value: nativeRegExpMethod.call(regexp, str, arg2) };\n }\n return { done: true, value: nativeMethod.call(str, regexp, arg2) };\n }\n return { done: false };\n }, {\n REPLACE_KEEPS_$0: REPLACE_KEEPS_$0,\n REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE: REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE\n });\n var stringMethod = methods[0];\n var regexMethod = methods[1];\n\n redefine(String.prototype, KEY, stringMethod);\n redefine(RegExp.prototype, SYMBOL, length == 2\n // 21.2.5.8 RegExp.prototype[@@replace](string, replaceValue)\n // 21.2.5.11 RegExp.prototype[@@split](string, limit)\n ? function (string, arg) { return regexMethod.call(string, this, arg); }\n // 21.2.5.6 RegExp.prototype[@@match](string)\n // 21.2.5.9 RegExp.prototype[@@search](string)\n : function (string) { return regexMethod.call(string, this); }\n );\n }\n\n if (sham) createNonEnumerableProperty(RegExp.prototype[SYMBOL], 'sham', true);\n};\n","'use strict';\nvar regexpFlags = require('./regexp-flags');\nvar stickyHelpers = require('./regexp-sticky-helpers');\n\nvar nativeExec = RegExp.prototype.exec;\n// This always refers to the native implementation, because the\n// String#replace polyfill uses ./fix-regexp-well-known-symbol-logic.js,\n// which loads this file before patching the method.\nvar nativeReplace = String.prototype.replace;\n\nvar patchedExec = nativeExec;\n\nvar UPDATES_LAST_INDEX_WRONG = (function () {\n var re1 = /a/;\n var re2 = /b*/g;\n nativeExec.call(re1, 'a');\n nativeExec.call(re2, 'a');\n return re1.lastIndex !== 0 || re2.lastIndex !== 0;\n})();\n\nvar UNSUPPORTED_Y = stickyHelpers.UNSUPPORTED_Y || stickyHelpers.BROKEN_CARET;\n\n// nonparticipating capturing group, copied from es5-shim's String#split patch.\nvar NPCG_INCLUDED = /()??/.exec('')[1] !== undefined;\n\nvar PATCH = UPDATES_LAST_INDEX_WRONG || NPCG_INCLUDED || UNSUPPORTED_Y;\n\nif (PATCH) {\n patchedExec = function exec(str) {\n var re = this;\n var lastIndex, reCopy, match, i;\n var sticky = UNSUPPORTED_Y && re.sticky;\n var flags = regexpFlags.call(re);\n var source = re.source;\n var charsAdded = 0;\n var strCopy = str;\n\n if (sticky) {\n flags = flags.replace('y', '');\n if (flags.indexOf('g') === -1) {\n flags += 'g';\n }\n\n strCopy = String(str).slice(re.lastIndex);\n // Support anchored sticky behavior.\n if (re.lastIndex > 0 && (!re.multiline || re.multiline && str[re.lastIndex - 1] !== '\\n')) {\n source = '(?: ' + source + ')';\n strCopy = ' ' + strCopy;\n charsAdded++;\n }\n // ^(? + rx + ) is needed, in combination with some str slicing, to\n // simulate the 'y' flag.\n reCopy = new RegExp('^(?:' + source + ')', flags);\n }\n\n if (NPCG_INCLUDED) {\n reCopy = new RegExp('^' + source + '$(?!\\\\s)', flags);\n }\n if (UPDATES_LAST_INDEX_WRONG) lastIndex = re.lastIndex;\n\n match = nativeExec.call(sticky ? reCopy : re, strCopy);\n\n if (sticky) {\n if (match) {\n match.input = match.input.slice(charsAdded);\n match[0] = match[0].slice(charsAdded);\n match.index = re.lastIndex;\n re.lastIndex += match[0].length;\n } else re.lastIndex = 0;\n } else if (UPDATES_LAST_INDEX_WRONG && match) {\n re.lastIndex = re.global ? match.index + match[0].length : lastIndex;\n }\n if (NPCG_INCLUDED && match && match.length > 1) {\n // Fix browsers whose `exec` methods don't consistently return `undefined`\n // for NPCG, like IE8. NOTE: This doesn' work for /(.?)?/\n nativeReplace.call(match[0], reCopy, function () {\n for (i = 1; i < arguments.length - 2; i++) {\n if (arguments[i] === undefined) match[i] = undefined;\n }\n });\n }\n\n return match;\n };\n}\n\nmodule.exports = patchedExec;\n","'use strict';\n\nvar fails = require('./fails');\n\n// babel-minify transpiles RegExp('a', 'y') -> /a/y and it causes SyntaxError,\n// so we use an intermediate function.\nfunction RE(s, f) {\n return RegExp(s, f);\n}\n\nexports.UNSUPPORTED_Y = fails(function () {\n // babel-minify transpiles RegExp('a', 'y') -> /a/y and it causes SyntaxError\n var re = RE('a', 'y');\n re.lastIndex = 2;\n return re.exec('abcd') != null;\n});\n\nexports.BROKEN_CARET = fails(function () {\n // https://bugzilla.mozilla.org/show_bug.cgi?id=773687\n var re = RE('^r', 'gy');\n re.lastIndex = 2;\n return re.exec('str') != null;\n});\n","'use strict';\nvar charAt = require('../internals/string-multibyte').charAt;\n\n// `AdvanceStringIndex` abstract operation\n// https://tc39.github.io/ecma262/#sec-advancestringindex\nmodule.exports = function (S, index, unicode) {\n return index + (unicode ? charAt(S, index).length : 1);\n};\n","var classof = require('./classof-raw');\nvar regexpExec = require('./regexp-exec');\n\n// `RegExpExec` abstract operation\n// https://tc39.github.io/ecma262/#sec-regexpexec\nmodule.exports = function (R, S) {\n var exec = R.exec;\n if (typeof exec === 'function') {\n var result = exec.call(R, S);\n if (typeof result !== 'object') {\n throw TypeError('RegExp exec method returned something other than an Object or null');\n }\n return result;\n }\n\n if (classof(R) !== 'RegExp') {\n throw TypeError('RegExp#exec called on incompatible receiver');\n }\n\n return regexpExec.call(R, S);\n};\n\n","// a string of all valid unicode whitespaces\n// eslint-disable-next-line max-len\nmodule.exports = '\\u0009\\u000A\\u000B\\u000C\\u000D\\u0020\\u00A0\\u1680\\u2000\\u2001\\u2002\\u2003\\u2004\\u2005\\u2006\\u2007\\u2008\\u2009\\u200A\\u202F\\u205F\\u3000\\u2028\\u2029\\uFEFF';\n","var isObject = require('../internals/is-object');\nvar setPrototypeOf = require('../internals/object-set-prototype-of');\n\n// makes subclassing work correct for wrapped built-ins\nmodule.exports = function ($this, dummy, Wrapper) {\n var NewTarget, NewTargetPrototype;\n if (\n // it can work only with native `setPrototypeOf`\n setPrototypeOf &&\n // we haven't completely correct pre-ES6 way for getting `new.target`, so use this\n typeof (NewTarget = dummy.constructor) == 'function' &&\n NewTarget !== Wrapper &&\n isObject(NewTargetPrototype = NewTarget.prototype) &&\n NewTargetPrototype !== Wrapper.prototype\n ) setPrototypeOf($this, NewTargetPrototype);\n return $this;\n};\n","var nativeExpm1 = Math.expm1;\nvar exp = Math.exp;\n\n// `Math.expm1` method implementation\n// https://tc39.github.io/ecma262/#sec-math.expm1\nmodule.exports = (!nativeExpm1\n // Old FF bug\n || nativeExpm1(10) > 22025.465794806719 || nativeExpm1(10) < 22025.4657948067165168\n // Tor Browser bug\n || nativeExpm1(-2e-17) != -2e-17\n) ? function expm1(x) {\n return (x = +x) == 0 ? x : x > -1e-6 && x < 1e-6 ? x + x * x / 2 : exp(x) - 1;\n} : nativeExpm1;\n","'use strict';\nvar $ = require('../internals/export');\nvar global = require('../internals/global');\nvar isForced = require('../internals/is-forced');\nvar redefine = require('../internals/redefine');\nvar InternalMetadataModule = require('../internals/internal-metadata');\nvar iterate = require('../internals/iterate');\nvar anInstance = require('../internals/an-instance');\nvar isObject = require('../internals/is-object');\nvar fails = require('../internals/fails');\nvar checkCorrectnessOfIteration = require('../internals/check-correctness-of-iteration');\nvar setToStringTag = require('../internals/set-to-string-tag');\nvar inheritIfRequired = require('../internals/inherit-if-required');\n\nmodule.exports = function (CONSTRUCTOR_NAME, wrapper, common) {\n var IS_MAP = CONSTRUCTOR_NAME.indexOf('Map') !== -1;\n var IS_WEAK = CONSTRUCTOR_NAME.indexOf('Weak') !== -1;\n var ADDER = IS_MAP ? 'set' : 'add';\n var NativeConstructor = global[CONSTRUCTOR_NAME];\n var NativePrototype = NativeConstructor && NativeConstructor.prototype;\n var Constructor = NativeConstructor;\n var exported = {};\n\n var fixMethod = function (KEY) {\n var nativeMethod = NativePrototype[KEY];\n redefine(NativePrototype, KEY,\n KEY == 'add' ? function add(value) {\n nativeMethod.call(this, value === 0 ? 0 : value);\n return this;\n } : KEY == 'delete' ? function (key) {\n return IS_WEAK && !isObject(key) ? false : nativeMethod.call(this, key === 0 ? 0 : key);\n } : KEY == 'get' ? function get(key) {\n return IS_WEAK && !isObject(key) ? undefined : nativeMethod.call(this, key === 0 ? 0 : key);\n } : KEY == 'has' ? function has(key) {\n return IS_WEAK && !isObject(key) ? false : nativeMethod.call(this, key === 0 ? 0 : key);\n } : function set(key, value) {\n nativeMethod.call(this, key === 0 ? 0 : key, value);\n return this;\n }\n );\n };\n\n // eslint-disable-next-line max-len\n if (isForced(CONSTRUCTOR_NAME, typeof NativeConstructor != 'function' || !(IS_WEAK || NativePrototype.forEach && !fails(function () {\n new NativeConstructor().entries().next();\n })))) {\n // create collection constructor\n Constructor = common.getConstructor(wrapper, CONSTRUCTOR_NAME, IS_MAP, ADDER);\n InternalMetadataModule.REQUIRED = true;\n } else if (isForced(CONSTRUCTOR_NAME, true)) {\n var instance = new Constructor();\n // early implementations not supports chaining\n var HASNT_CHAINING = instance[ADDER](IS_WEAK ? {} : -0, 1) != instance;\n // V8 ~ Chromium 40- weak-collections throws on primitives, but should return false\n var THROWS_ON_PRIMITIVES = fails(function () { instance.has(1); });\n // most early implementations doesn't supports iterables, most modern - not close it correctly\n // eslint-disable-next-line no-new\n var ACCEPT_ITERABLES = checkCorrectnessOfIteration(function (iterable) { new NativeConstructor(iterable); });\n // for early implementations -0 and +0 not the same\n var BUGGY_ZERO = !IS_WEAK && fails(function () {\n // V8 ~ Chromium 42- fails only with 5+ elements\n var $instance = new NativeConstructor();\n var index = 5;\n while (index--) $instance[ADDER](index, index);\n return !$instance.has(-0);\n });\n\n if (!ACCEPT_ITERABLES) {\n Constructor = wrapper(function (dummy, iterable) {\n anInstance(dummy, Constructor, CONSTRUCTOR_NAME);\n var that = inheritIfRequired(new NativeConstructor(), dummy, Constructor);\n if (iterable != undefined) iterate(iterable, that[ADDER], that, IS_MAP);\n return that;\n });\n Constructor.prototype = NativePrototype;\n NativePrototype.constructor = Constructor;\n }\n\n if (THROWS_ON_PRIMITIVES || BUGGY_ZERO) {\n fixMethod('delete');\n fixMethod('has');\n IS_MAP && fixMethod('get');\n }\n\n if (BUGGY_ZERO || HASNT_CHAINING) fixMethod(ADDER);\n\n // weak collections should not contains .clear method\n if (IS_WEAK && NativePrototype.clear) delete NativePrototype.clear;\n }\n\n exported[CONSTRUCTOR_NAME] = Constructor;\n $({ global: true, forced: Constructor != NativeConstructor }, exported);\n\n setToStringTag(Constructor, CONSTRUCTOR_NAME);\n\n if (!IS_WEAK) common.setStrong(Constructor, CONSTRUCTOR_NAME, IS_MAP);\n\n return Constructor;\n};\n","'use strict';\nvar global = require('../internals/global');\nvar DESCRIPTORS = require('../internals/descriptors');\nvar NATIVE_ARRAY_BUFFER = require('../internals/array-buffer-native');\nvar createNonEnumerableProperty = require('../internals/create-non-enumerable-property');\nvar redefineAll = require('../internals/redefine-all');\nvar fails = require('../internals/fails');\nvar anInstance = require('../internals/an-instance');\nvar toInteger = require('../internals/to-integer');\nvar toLength = require('../internals/to-length');\nvar toIndex = require('../internals/to-index');\nvar IEEE754 = require('../internals/ieee754');\nvar getPrototypeOf = require('../internals/object-get-prototype-of');\nvar setPrototypeOf = require('../internals/object-set-prototype-of');\nvar getOwnPropertyNames = require('../internals/object-get-own-property-names').f;\nvar defineProperty = require('../internals/object-define-property').f;\nvar arrayFill = require('../internals/array-fill');\nvar setToStringTag = require('../internals/set-to-string-tag');\nvar InternalStateModule = require('../internals/internal-state');\n\nvar getInternalState = InternalStateModule.get;\nvar setInternalState = InternalStateModule.set;\nvar ARRAY_BUFFER = 'ArrayBuffer';\nvar DATA_VIEW = 'DataView';\nvar PROTOTYPE = 'prototype';\nvar WRONG_LENGTH = 'Wrong length';\nvar WRONG_INDEX = 'Wrong index';\nvar NativeArrayBuffer = global[ARRAY_BUFFER];\nvar $ArrayBuffer = NativeArrayBuffer;\nvar $DataView = global[DATA_VIEW];\nvar $DataViewPrototype = $DataView && $DataView[PROTOTYPE];\nvar ObjectPrototype = Object.prototype;\nvar RangeError = global.RangeError;\n\nvar packIEEE754 = IEEE754.pack;\nvar unpackIEEE754 = IEEE754.unpack;\n\nvar packInt8 = function (number) {\n return [number & 0xFF];\n};\n\nvar packInt16 = function (number) {\n return [number & 0xFF, number >> 8 & 0xFF];\n};\n\nvar packInt32 = function (number) {\n return [number & 0xFF, number >> 8 & 0xFF, number >> 16 & 0xFF, number >> 24 & 0xFF];\n};\n\nvar unpackInt32 = function (buffer) {\n return buffer[3] << 24 | buffer[2] << 16 | buffer[1] << 8 | buffer[0];\n};\n\nvar packFloat32 = function (number) {\n return packIEEE754(number, 23, 4);\n};\n\nvar packFloat64 = function (number) {\n return packIEEE754(number, 52, 8);\n};\n\nvar addGetter = function (Constructor, key) {\n defineProperty(Constructor[PROTOTYPE], key, { get: function () { return getInternalState(this)[key]; } });\n};\n\nvar get = function (view, count, index, isLittleEndian) {\n var intIndex = toIndex(index);\n var store = getInternalState(view);\n if (intIndex + count > store.byteLength) throw RangeError(WRONG_INDEX);\n var bytes = getInternalState(store.buffer).bytes;\n var start = intIndex + store.byteOffset;\n var pack = bytes.slice(start, start + count);\n return isLittleEndian ? pack : pack.reverse();\n};\n\nvar set = function (view, count, index, conversion, value, isLittleEndian) {\n var intIndex = toIndex(index);\n var store = getInternalState(view);\n if (intIndex + count > store.byteLength) throw RangeError(WRONG_INDEX);\n var bytes = getInternalState(store.buffer).bytes;\n var start = intIndex + store.byteOffset;\n var pack = conversion(+value);\n for (var i = 0; i < count; i++) bytes[start + i] = pack[isLittleEndian ? i : count - i - 1];\n};\n\nif (!NATIVE_ARRAY_BUFFER) {\n $ArrayBuffer = function ArrayBuffer(length) {\n anInstance(this, $ArrayBuffer, ARRAY_BUFFER);\n var byteLength = toIndex(length);\n setInternalState(this, {\n bytes: arrayFill.call(new Array(byteLength), 0),\n byteLength: byteLength\n });\n if (!DESCRIPTORS) this.byteLength = byteLength;\n };\n\n $DataView = function DataView(buffer, byteOffset, byteLength) {\n anInstance(this, $DataView, DATA_VIEW);\n anInstance(buffer, $ArrayBuffer, DATA_VIEW);\n var bufferLength = getInternalState(buffer).byteLength;\n var offset = toInteger(byteOffset);\n if (offset < 0 || offset > bufferLength) throw RangeError('Wrong offset');\n byteLength = byteLength === undefined ? bufferLength - offset : toLength(byteLength);\n if (offset + byteLength > bufferLength) throw RangeError(WRONG_LENGTH);\n setInternalState(this, {\n buffer: buffer,\n byteLength: byteLength,\n byteOffset: offset\n });\n if (!DESCRIPTORS) {\n this.buffer = buffer;\n this.byteLength = byteLength;\n this.byteOffset = offset;\n }\n };\n\n if (DESCRIPTORS) {\n addGetter($ArrayBuffer, 'byteLength');\n addGetter($DataView, 'buffer');\n addGetter($DataView, 'byteLength');\n addGetter($DataView, 'byteOffset');\n }\n\n redefineAll($DataView[PROTOTYPE], {\n getInt8: function getInt8(byteOffset) {\n return get(this, 1, byteOffset)[0] << 24 >> 24;\n },\n getUint8: function getUint8(byteOffset) {\n return get(this, 1, byteOffset)[0];\n },\n getInt16: function getInt16(byteOffset /* , littleEndian */) {\n var bytes = get(this, 2, byteOffset, arguments.length > 1 ? arguments[1] : undefined);\n return (bytes[1] << 8 | bytes[0]) << 16 >> 16;\n },\n getUint16: function getUint16(byteOffset /* , littleEndian */) {\n var bytes = get(this, 2, byteOffset, arguments.length > 1 ? arguments[1] : undefined);\n return bytes[1] << 8 | bytes[0];\n },\n getInt32: function getInt32(byteOffset /* , littleEndian */) {\n return unpackInt32(get(this, 4, byteOffset, arguments.length > 1 ? arguments[1] : undefined));\n },\n getUint32: function getUint32(byteOffset /* , littleEndian */) {\n return unpackInt32(get(this, 4, byteOffset, arguments.length > 1 ? arguments[1] : undefined)) >>> 0;\n },\n getFloat32: function getFloat32(byteOffset /* , littleEndian */) {\n return unpackIEEE754(get(this, 4, byteOffset, arguments.length > 1 ? arguments[1] : undefined), 23);\n },\n getFloat64: function getFloat64(byteOffset /* , littleEndian */) {\n return unpackIEEE754(get(this, 8, byteOffset, arguments.length > 1 ? arguments[1] : undefined), 52);\n },\n setInt8: function setInt8(byteOffset, value) {\n set(this, 1, byteOffset, packInt8, value);\n },\n setUint8: function setUint8(byteOffset, value) {\n set(this, 1, byteOffset, packInt8, value);\n },\n setInt16: function setInt16(byteOffset, value /* , littleEndian */) {\n set(this, 2, byteOffset, packInt16, value, arguments.length > 2 ? arguments[2] : undefined);\n },\n setUint16: function setUint16(byteOffset, value /* , littleEndian */) {\n set(this, 2, byteOffset, packInt16, value, arguments.length > 2 ? arguments[2] : undefined);\n },\n setInt32: function setInt32(byteOffset, value /* , littleEndian */) {\n set(this, 4, byteOffset, packInt32, value, arguments.length > 2 ? arguments[2] : undefined);\n },\n setUint32: function setUint32(byteOffset, value /* , littleEndian */) {\n set(this, 4, byteOffset, packInt32, value, arguments.length > 2 ? arguments[2] : undefined);\n },\n setFloat32: function setFloat32(byteOffset, value /* , littleEndian */) {\n set(this, 4, byteOffset, packFloat32, value, arguments.length > 2 ? arguments[2] : undefined);\n },\n setFloat64: function setFloat64(byteOffset, value /* , littleEndian */) {\n set(this, 8, byteOffset, packFloat64, value, arguments.length > 2 ? arguments[2] : undefined);\n }\n });\n} else {\n if (!fails(function () {\n NativeArrayBuffer(1);\n }) || !fails(function () {\n new NativeArrayBuffer(-1); // eslint-disable-line no-new\n }) || fails(function () {\n new NativeArrayBuffer(); // eslint-disable-line no-new\n new NativeArrayBuffer(1.5); // eslint-disable-line no-new\n new NativeArrayBuffer(NaN); // eslint-disable-line no-new\n return NativeArrayBuffer.name != ARRAY_BUFFER;\n })) {\n $ArrayBuffer = function ArrayBuffer(length) {\n anInstance(this, $ArrayBuffer);\n return new NativeArrayBuffer(toIndex(length));\n };\n var ArrayBufferPrototype = $ArrayBuffer[PROTOTYPE] = NativeArrayBuffer[PROTOTYPE];\n for (var keys = getOwnPropertyNames(NativeArrayBuffer), j = 0, key; keys.length > j;) {\n if (!((key = keys[j++]) in $ArrayBuffer)) {\n createNonEnumerableProperty($ArrayBuffer, key, NativeArrayBuffer[key]);\n }\n }\n ArrayBufferPrototype.constructor = $ArrayBuffer;\n }\n\n // WebKit bug - the same parent prototype for typed arrays and data view\n if (setPrototypeOf && getPrototypeOf($DataViewPrototype) !== ObjectPrototype) {\n setPrototypeOf($DataViewPrototype, ObjectPrototype);\n }\n\n // iOS Safari 7.x bug\n var testView = new $DataView(new $ArrayBuffer(2));\n var nativeSetInt8 = $DataViewPrototype.setInt8;\n testView.setInt8(0, 2147483648);\n testView.setInt8(1, 2147483649);\n if (testView.getInt8(0) || !testView.getInt8(1)) redefineAll($DataViewPrototype, {\n setInt8: function setInt8(byteOffset, value) {\n nativeSetInt8.call(this, byteOffset, value << 24 >> 24);\n },\n setUint8: function setUint8(byteOffset, value) {\n nativeSetInt8.call(this, byteOffset, value << 24 >> 24);\n }\n }, { unsafe: true });\n}\n\nsetToStringTag($ArrayBuffer, ARRAY_BUFFER);\nsetToStringTag($DataView, DATA_VIEW);\n\nmodule.exports = {\n ArrayBuffer: $ArrayBuffer,\n DataView: $DataView\n};\n","/*!\n * css-vars-ponyfill\n * v2.2.1\n * https://jhildenbiddle.github.io/css-vars-ponyfill/\n * (c) 2018-2020 John Hildenbiddle <http://hildenbiddle.com>\n * MIT license\n */\nfunction _extends() {\n _extends = Object.assign || function(target) {\n for (var i = 1; i < arguments.length; i++) {\n var source = arguments[i];\n for (var key in source) {\n if (Object.prototype.hasOwnProperty.call(source, key)) {\n target[key] = source[key];\n }\n }\n }\n return target;\n };\n return _extends.apply(this, arguments);\n}\n\nfunction _toConsumableArray(arr) {\n return _arrayWithoutHoles(arr) || _iterableToArray(arr) || _nonIterableSpread();\n}\n\nfunction _arrayWithoutHoles(arr) {\n if (Array.isArray(arr)) {\n for (var i = 0, arr2 = new Array(arr.length); i < arr.length; i++) arr2[i] = arr[i];\n return arr2;\n }\n}\n\nfunction _iterableToArray(iter) {\n if (Symbol.iterator in Object(iter) || Object.prototype.toString.call(iter) === \"[object Arguments]\") return Array.from(iter);\n}\n\nfunction _nonIterableSpread() {\n throw new TypeError(\"Invalid attempt to spread non-iterable instance\");\n}\n\n/*!\n * get-css-data\n * v1.7.1\n * https://github.com/jhildenbiddle/get-css-data\n * (c) 2018-2020 John Hildenbiddle <http://hildenbiddle.com>\n * MIT license\n */ function getUrls(urls) {\n var options = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {};\n var settings = {\n mimeType: options.mimeType || null,\n onBeforeSend: options.onBeforeSend || Function.prototype,\n onSuccess: options.onSuccess || Function.prototype,\n onError: options.onError || Function.prototype,\n onComplete: options.onComplete || Function.prototype\n };\n var urlArray = Array.isArray(urls) ? urls : [ urls ];\n var urlQueue = Array.apply(null, Array(urlArray.length)).map((function(x) {\n return null;\n }));\n function isValidCss() {\n var cssText = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : \"\";\n var isHTML = cssText.trim().charAt(0) === \"<\";\n return !isHTML;\n }\n function onError(xhr, urlIndex) {\n settings.onError(xhr, urlArray[urlIndex], urlIndex);\n }\n function onSuccess(responseText, urlIndex) {\n var returnVal = settings.onSuccess(responseText, urlArray[urlIndex], urlIndex);\n responseText = returnVal === false ? \"\" : returnVal || responseText;\n urlQueue[urlIndex] = responseText;\n if (urlQueue.indexOf(null) === -1) {\n settings.onComplete(urlQueue);\n }\n }\n var parser = document.createElement(\"a\");\n urlArray.forEach((function(url, i) {\n parser.setAttribute(\"href\", url);\n parser.href = String(parser.href);\n var isIElte9 = Boolean(document.all && !window.atob);\n var isIElte9CORS = isIElte9 && parser.host.split(\":\")[0] !== location.host.split(\":\")[0];\n if (isIElte9CORS) {\n var isSameProtocol = parser.protocol === location.protocol;\n if (isSameProtocol) {\n var xdr = new XDomainRequest;\n xdr.open(\"GET\", url);\n xdr.timeout = 0;\n xdr.onprogress = Function.prototype;\n xdr.ontimeout = Function.prototype;\n xdr.onload = function() {\n if (isValidCss(xdr.responseText)) {\n onSuccess(xdr.responseText, i);\n } else {\n onError(xdr, i);\n }\n };\n xdr.onerror = function(err) {\n onError(xdr, i);\n };\n setTimeout((function() {\n xdr.send();\n }), 0);\n } else {\n console.warn(\"Internet Explorer 9 Cross-Origin (CORS) requests must use the same protocol (\".concat(url, \")\"));\n onError(null, i);\n }\n } else {\n var xhr = new XMLHttpRequest;\n xhr.open(\"GET\", url);\n if (settings.mimeType && xhr.overrideMimeType) {\n xhr.overrideMimeType(settings.mimeType);\n }\n settings.onBeforeSend(xhr, url, i);\n xhr.onreadystatechange = function() {\n if (xhr.readyState === 4) {\n if (xhr.status === 200 && isValidCss(xhr.responseText)) {\n onSuccess(xhr.responseText, i);\n } else {\n onError(xhr, i);\n }\n }\n };\n xhr.send();\n }\n }));\n}\n\n/**\n * Gets CSS data from <style> and <link> nodes (including @imports), then\n * returns data in order processed by DOM. Allows specifying nodes to\n * include/exclude and filtering CSS data using RegEx.\n *\n * @preserve\n * @param {object} [options] The options object\n * @param {object} [options.rootElement=document] Root element to traverse for\n * <link> and <style> nodes.\n * @param {string} [options.include] CSS selector matching <link> and <style>\n * nodes to include\n * @param {string} [options.exclude] CSS selector matching <link> and <style>\n * nodes to exclude\n * @param {object} [options.filter] Regular expression used to filter node CSS\n * data. Each block of CSS data is tested against the filter,\n * and only matching data is included.\n * @param {object} [options.useCSSOM=false] Determines if CSS data will be\n * collected from a stylesheet's runtime values instead of its\n * text content. This is required to get accurate CSS data\n * when a stylesheet has been modified using the deleteRule()\n * or insertRule() methods because these modifications will\n * not be reflected in the stylesheet's text content.\n * @param {function} [options.onBeforeSend] Callback before XHR is sent. Passes\n * 1) the XHR object, 2) source node reference, and 3) the\n * source URL as arguments.\n * @param {function} [options.onSuccess] Callback on each CSS node read. Passes\n * 1) CSS text, 2) source node reference, and 3) the source\n * URL as arguments.\n * @param {function} [options.onError] Callback on each error. Passes 1) the XHR\n * object for inspection, 2) soure node reference, and 3) the\n * source URL that failed (either a <link> href or an @import)\n * as arguments\n * @param {function} [options.onComplete] Callback after all nodes have been\n * processed. Passes 1) concatenated CSS text, 2) an array of\n * CSS text in DOM order, and 3) an array of nodes in DOM\n * order as arguments.\n *\n * @example\n *\n * getCssData({\n * rootElement: document,\n * include : 'style,link[rel=\"stylesheet\"]',\n * exclude : '[href=\"skip.css\"]',\n * filter : /red/,\n * useCSSOM : false,\n * onBeforeSend(xhr, node, url) {\n * // ...\n * }\n * onSuccess(cssText, node, url) {\n * // ...\n * }\n * onError(xhr, node, url) {\n * // ...\n * },\n * onComplete(cssText, cssArray, nodeArray) {\n * // ...\n * }\n * });\n */ function getCssData(options) {\n var regex = {\n cssComments: /\\/\\*[\\s\\S]+?\\*\\//g,\n cssImports: /(?:@import\\s*)(?:url\\(\\s*)?(?:['\"])([^'\"]*)(?:['\"])(?:\\s*\\))?(?:[^;]*;)/g\n };\n var settings = {\n rootElement: options.rootElement || document,\n include: options.include || 'style,link[rel=\"stylesheet\"]',\n exclude: options.exclude || null,\n filter: options.filter || null,\n useCSSOM: options.useCSSOM || false,\n onBeforeSend: options.onBeforeSend || Function.prototype,\n onSuccess: options.onSuccess || Function.prototype,\n onError: options.onError || Function.prototype,\n onComplete: options.onComplete || Function.prototype\n };\n var sourceNodes = Array.apply(null, settings.rootElement.querySelectorAll(settings.include)).filter((function(node) {\n return !matchesSelector(node, settings.exclude);\n }));\n var cssArray = Array.apply(null, Array(sourceNodes.length)).map((function(x) {\n return null;\n }));\n function handleComplete() {\n var isComplete = cssArray.indexOf(null) === -1;\n if (isComplete) {\n var cssText = cssArray.join(\"\");\n settings.onComplete(cssText, cssArray, sourceNodes);\n }\n }\n function handleSuccess(cssText, cssIndex, node, sourceUrl) {\n var returnVal = settings.onSuccess(cssText, node, sourceUrl);\n cssText = returnVal !== undefined && Boolean(returnVal) === false ? \"\" : returnVal || cssText;\n resolveImports(cssText, node, sourceUrl, (function(resolvedCssText, errorData) {\n if (cssArray[cssIndex] === null) {\n errorData.forEach((function(data) {\n return settings.onError(data.xhr, node, data.url);\n }));\n if (!settings.filter || settings.filter.test(resolvedCssText)) {\n cssArray[cssIndex] = resolvedCssText;\n } else {\n cssArray[cssIndex] = \"\";\n }\n handleComplete();\n }\n }));\n }\n function parseImportData(cssText, baseUrl) {\n var ignoreRules = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : [];\n var importData = {};\n importData.rules = (cssText.replace(regex.cssComments, \"\").match(regex.cssImports) || []).filter((function(rule) {\n return ignoreRules.indexOf(rule) === -1;\n }));\n importData.urls = importData.rules.map((function(rule) {\n return rule.replace(regex.cssImports, \"$1\");\n }));\n importData.absoluteUrls = importData.urls.map((function(url) {\n return getFullUrl(url, baseUrl);\n }));\n importData.absoluteRules = importData.rules.map((function(rule, i) {\n var oldUrl = importData.urls[i];\n var newUrl = getFullUrl(importData.absoluteUrls[i], baseUrl);\n return rule.replace(oldUrl, newUrl);\n }));\n return importData;\n }\n function resolveImports(cssText, node, baseUrl, callbackFn) {\n var __errorData = arguments.length > 4 && arguments[4] !== undefined ? arguments[4] : [];\n var __errorRules = arguments.length > 5 && arguments[5] !== undefined ? arguments[5] : [];\n var importData = parseImportData(cssText, baseUrl, __errorRules);\n if (importData.rules.length) {\n getUrls(importData.absoluteUrls, {\n onBeforeSend: function onBeforeSend(xhr, url, urlIndex) {\n settings.onBeforeSend(xhr, node, url);\n },\n onSuccess: function onSuccess(cssText, url, urlIndex) {\n var returnVal = settings.onSuccess(cssText, node, url);\n cssText = returnVal === false ? \"\" : returnVal || cssText;\n var responseImportData = parseImportData(cssText, url, __errorRules);\n responseImportData.rules.forEach((function(rule, i) {\n cssText = cssText.replace(rule, responseImportData.absoluteRules[i]);\n }));\n return cssText;\n },\n onError: function onError(xhr, url, urlIndex) {\n __errorData.push({\n xhr: xhr,\n url: url\n });\n __errorRules.push(importData.rules[urlIndex]);\n resolveImports(cssText, node, baseUrl, callbackFn, __errorData, __errorRules);\n },\n onComplete: function onComplete(responseArray) {\n responseArray.forEach((function(importText, i) {\n cssText = cssText.replace(importData.rules[i], importText);\n }));\n resolveImports(cssText, node, baseUrl, callbackFn, __errorData, __errorRules);\n }\n });\n } else {\n callbackFn(cssText, __errorData);\n }\n }\n if (sourceNodes.length) {\n sourceNodes.forEach((function(node, i) {\n var linkHref = node.getAttribute(\"href\");\n var linkRel = node.getAttribute(\"rel\");\n var isLink = node.nodeName === \"LINK\" && linkHref && linkRel && linkRel.toLowerCase() === \"stylesheet\";\n var isStyle = node.nodeName === \"STYLE\";\n if (isLink) {\n getUrls(linkHref, {\n mimeType: \"text/css\",\n onBeforeSend: function onBeforeSend(xhr, url, urlIndex) {\n settings.onBeforeSend(xhr, node, url);\n },\n onSuccess: function onSuccess(cssText, url, urlIndex) {\n var sourceUrl = getFullUrl(linkHref);\n handleSuccess(cssText, i, node, sourceUrl);\n },\n onError: function onError(xhr, url, urlIndex) {\n cssArray[i] = \"\";\n settings.onError(xhr, node, url);\n handleComplete();\n }\n });\n } else if (isStyle) {\n var cssText = node.textContent;\n if (settings.useCSSOM) {\n cssText = Array.apply(null, node.sheet.cssRules).map((function(rule) {\n return rule.cssText;\n })).join(\"\");\n }\n handleSuccess(cssText, i, node, location.href);\n } else {\n cssArray[i] = \"\";\n handleComplete();\n }\n }));\n } else {\n settings.onComplete(\"\", []);\n }\n}\n\nfunction getFullUrl(url, base) {\n var d = document.implementation.createHTMLDocument(\"\");\n var b = d.createElement(\"base\");\n var a = d.createElement(\"a\");\n d.head.appendChild(b);\n d.body.appendChild(a);\n b.href = base || document.baseURI || (document.querySelector(\"base\") || {}).href || location.href;\n a.href = url;\n return a.href;\n}\n\nfunction matchesSelector(elm, selector) {\n var matches = elm.matches || elm.matchesSelector || elm.webkitMatchesSelector || elm.mozMatchesSelector || elm.msMatchesSelector || elm.oMatchesSelector;\n return matches.call(elm, selector);\n}\n\nvar balancedMatch = balanced;\n\nfunction balanced(a, b, str) {\n if (a instanceof RegExp) a = maybeMatch(a, str);\n if (b instanceof RegExp) b = maybeMatch(b, str);\n var r = range(a, b, str);\n return r && {\n start: r[0],\n end: r[1],\n pre: str.slice(0, r[0]),\n body: str.slice(r[0] + a.length, r[1]),\n post: str.slice(r[1] + b.length)\n };\n}\n\nfunction maybeMatch(reg, str) {\n var m = str.match(reg);\n return m ? m[0] : null;\n}\n\nbalanced.range = range;\n\nfunction range(a, b, str) {\n var begs, beg, left, right, result;\n var ai = str.indexOf(a);\n var bi = str.indexOf(b, ai + 1);\n var i = ai;\n if (ai >= 0 && bi > 0) {\n begs = [];\n left = str.length;\n while (i >= 0 && !result) {\n if (i == ai) {\n begs.push(i);\n ai = str.indexOf(a, i + 1);\n } else if (begs.length == 1) {\n result = [ begs.pop(), bi ];\n } else {\n beg = begs.pop();\n if (beg < left) {\n left = beg;\n right = bi;\n }\n bi = str.indexOf(b, i + 1);\n }\n i = ai < bi && ai >= 0 ? ai : bi;\n }\n if (begs.length) {\n result = [ left, right ];\n }\n }\n return result;\n}\n\nfunction parseCss(css) {\n var options = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {};\n var defaults = {\n preserveStatic: true,\n removeComments: false\n };\n var settings = _extends({}, defaults, options);\n var errors = [];\n function error(msg) {\n throw new Error(\"CSS parse error: \".concat(msg));\n }\n function match(re) {\n var m = re.exec(css);\n if (m) {\n css = css.slice(m[0].length);\n return m;\n }\n }\n function open() {\n return match(/^{\\s*/);\n }\n function close() {\n return match(/^}/);\n }\n function whitespace() {\n match(/^\\s*/);\n }\n function comment() {\n whitespace();\n if (css[0] !== \"/\" || css[1] !== \"*\") {\n return;\n }\n var i = 2;\n while (css[i] && (css[i] !== \"*\" || css[i + 1] !== \"/\")) {\n i++;\n }\n if (!css[i]) {\n return error(\"end of comment is missing\");\n }\n var str = css.slice(2, i);\n css = css.slice(i + 2);\n return {\n type: \"comment\",\n comment: str\n };\n }\n function comments() {\n var cmnts = [];\n var c;\n while (c = comment()) {\n cmnts.push(c);\n }\n return settings.removeComments ? [] : cmnts;\n }\n function selector() {\n whitespace();\n while (css[0] === \"}\") {\n error(\"extra closing bracket\");\n }\n var m = match(/^((\"(?:\\\\\"|[^\"])*\"|'(?:\\\\'|[^'])*'|[^{])+)/);\n if (m) {\n return m[0].trim().replace(/\\/\\*([^*]|[\\r\\n]|(\\*+([^*/]|[\\r\\n])))*\\*\\/+/g, \"\").replace(/\"(?:\\\\\"|[^\"])*\"|'(?:\\\\'|[^'])*'/g, (function(m) {\n return m.replace(/,/g, \"‌\");\n })).split(/\\s*(?![^(]*\\)),\\s*/).map((function(s) {\n return s.replace(/\\u200C/g, \",\");\n }));\n }\n }\n function declaration() {\n if (css[0] === \"@\") {\n return at_rule();\n }\n match(/^([;\\s]*)+/);\n var comment_regexp = /\\/\\*[^*]*\\*+([^/*][^*]*\\*+)*\\//g;\n var prop = match(/^(\\*?[-#/*\\\\\\w]+(\\[[0-9a-z_-]+\\])?)\\s*/);\n if (!prop) {\n return;\n }\n prop = prop[0].trim();\n if (!match(/^:\\s*/)) {\n return error(\"property missing ':'\");\n }\n var val = match(/^((?:\\/\\*.*?\\*\\/|'(?:\\\\'|.)*?'|\"(?:\\\\\"|.)*?\"|\\((\\s*'(?:\\\\'|.)*?'|\"(?:\\\\\"|.)*?\"|[^)]*?)\\s*\\)|[^};])+)/);\n var ret = {\n type: \"declaration\",\n property: prop.replace(comment_regexp, \"\"),\n value: val ? val[0].replace(comment_regexp, \"\").trim() : \"\"\n };\n match(/^[;\\s]*/);\n return ret;\n }\n function declarations() {\n if (!open()) {\n return error(\"missing '{'\");\n }\n var d;\n var decls = comments();\n while (d = declaration()) {\n decls.push(d);\n decls = decls.concat(comments());\n }\n if (!close()) {\n return error(\"missing '}'\");\n }\n return decls;\n }\n function keyframe() {\n whitespace();\n var vals = [];\n var m;\n while (m = match(/^((\\d+\\.\\d+|\\.\\d+|\\d+)%?|[a-z]+)\\s*/)) {\n vals.push(m[1]);\n match(/^,\\s*/);\n }\n if (vals.length) {\n return {\n type: \"keyframe\",\n values: vals,\n declarations: declarations()\n };\n }\n }\n function at_keyframes() {\n var m = match(/^@([-\\w]+)?keyframes\\s*/);\n if (!m) {\n return;\n }\n var vendor = m[1];\n m = match(/^([-\\w]+)\\s*/);\n if (!m) {\n return error(\"@keyframes missing name\");\n }\n var name = m[1];\n if (!open()) {\n return error(\"@keyframes missing '{'\");\n }\n var frame;\n var frames = comments();\n while (frame = keyframe()) {\n frames.push(frame);\n frames = frames.concat(comments());\n }\n if (!close()) {\n return error(\"@keyframes missing '}'\");\n }\n return {\n type: \"keyframes\",\n name: name,\n vendor: vendor,\n keyframes: frames\n };\n }\n function at_page() {\n var m = match(/^@page */);\n if (m) {\n var sel = selector() || [];\n return {\n type: \"page\",\n selectors: sel,\n declarations: declarations()\n };\n }\n }\n function at_page_margin_box() {\n var m = match(/@(top|bottom|left|right)-(left|center|right|top|middle|bottom)-?(corner)?\\s*/);\n if (m) {\n var name = \"\".concat(m[1], \"-\").concat(m[2]) + (m[3] ? \"-\".concat(m[3]) : \"\");\n return {\n type: \"page-margin-box\",\n name: name,\n declarations: declarations()\n };\n }\n }\n function at_fontface() {\n var m = match(/^@font-face\\s*/);\n if (m) {\n return {\n type: \"font-face\",\n declarations: declarations()\n };\n }\n }\n function at_supports() {\n var m = match(/^@supports *([^{]+)/);\n if (m) {\n return {\n type: \"supports\",\n supports: m[1].trim(),\n rules: rules()\n };\n }\n }\n function at_host() {\n var m = match(/^@host\\s*/);\n if (m) {\n return {\n type: \"host\",\n rules: rules()\n };\n }\n }\n function at_media() {\n var m = match(/^@media([^{]+)*/);\n if (m) {\n return {\n type: \"media\",\n media: (m[1] || \"\").trim(),\n rules: rules()\n };\n }\n }\n function at_custom_m() {\n var m = match(/^@custom-media\\s+(--[^\\s]+)\\s*([^{;]+);/);\n if (m) {\n return {\n type: \"custom-media\",\n name: m[1].trim(),\n media: m[2].trim()\n };\n }\n }\n function at_document() {\n var m = match(/^@([-\\w]+)?document *([^{]+)/);\n if (m) {\n return {\n type: \"document\",\n document: m[2].trim(),\n vendor: m[1] ? m[1].trim() : null,\n rules: rules()\n };\n }\n }\n function at_x() {\n var m = match(/^@(import|charset|namespace)\\s*([^;]+);/);\n if (m) {\n return {\n type: m[1],\n name: m[2].trim()\n };\n }\n }\n function at_rule() {\n whitespace();\n if (css[0] === \"@\") {\n var ret = at_x() || at_fontface() || at_media() || at_keyframes() || at_supports() || at_document() || at_custom_m() || at_host() || at_page() || at_page_margin_box();\n if (ret && !settings.preserveStatic) {\n var hasVarFunc = false;\n if (ret.declarations) {\n hasVarFunc = ret.declarations.some((function(decl) {\n return /var\\(/.test(decl.value);\n }));\n } else {\n var arr = ret.keyframes || ret.rules || [];\n hasVarFunc = arr.some((function(obj) {\n return (obj.declarations || []).some((function(decl) {\n return /var\\(/.test(decl.value);\n }));\n }));\n }\n return hasVarFunc ? ret : {};\n }\n return ret;\n }\n }\n function rule() {\n if (!settings.preserveStatic) {\n var balancedMatch$1 = balancedMatch(\"{\", \"}\", css);\n if (balancedMatch$1) {\n var hasVarDecl = /:(?:root|host)(?![.:#(])/.test(balancedMatch$1.pre) && /--\\S*\\s*:/.test(balancedMatch$1.body);\n var hasVarFunc = /var\\(/.test(balancedMatch$1.body);\n if (!hasVarDecl && !hasVarFunc) {\n css = css.slice(balancedMatch$1.end + 1);\n return {};\n }\n }\n }\n var sel = selector() || [];\n var decls = settings.preserveStatic ? declarations() : declarations().filter((function(decl) {\n var hasVarDecl = sel.some((function(s) {\n return /:(?:root|host)(?![.:#(])/.test(s);\n })) && /^--\\S/.test(decl.property);\n var hasVarFunc = /var\\(/.test(decl.value);\n return hasVarDecl || hasVarFunc;\n }));\n if (!sel.length) {\n error(\"selector missing\");\n }\n return {\n type: \"rule\",\n selectors: sel,\n declarations: decls\n };\n }\n function rules(core) {\n if (!core && !open()) {\n return error(\"missing '{'\");\n }\n var node;\n var rules = comments();\n while (css.length && (core || css[0] !== \"}\") && (node = at_rule() || rule())) {\n if (node.type) {\n rules.push(node);\n }\n rules = rules.concat(comments());\n }\n if (!core && !close()) {\n return error(\"missing '}'\");\n }\n return rules;\n }\n return {\n type: \"stylesheet\",\n stylesheet: {\n rules: rules(true),\n errors: errors\n }\n };\n}\n\nfunction parseVars(cssData) {\n var options = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {};\n var defaults = {\n parseHost: false,\n store: {},\n onWarning: function onWarning() {}\n };\n var settings = _extends({}, defaults, options);\n var reVarDeclSelectors = new RegExp(\":\".concat(settings.parseHost ? \"host\" : \"root\", \"$\"));\n if (typeof cssData === \"string\") {\n cssData = parseCss(cssData, settings);\n }\n cssData.stylesheet.rules.forEach((function(rule) {\n if (rule.type !== \"rule\" || !rule.selectors.some((function(s) {\n return reVarDeclSelectors.test(s);\n }))) {\n return;\n }\n rule.declarations.forEach((function(decl, i) {\n var prop = decl.property;\n var value = decl.value;\n if (prop && prop.indexOf(\"--\") === 0) {\n settings.store[prop] = value;\n }\n }));\n }));\n return settings.store;\n}\n\nfunction stringifyCss(tree) {\n var delim = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : \"\";\n var cb = arguments.length > 2 ? arguments[2] : undefined;\n var renderMethods = {\n charset: function charset(node) {\n return \"@charset \" + node.name + \";\";\n },\n comment: function comment(node) {\n return node.comment.indexOf(\"__CSSVARSPONYFILL\") === 0 ? \"/*\" + node.comment + \"*/\" : \"\";\n },\n \"custom-media\": function customMedia(node) {\n return \"@custom-media \" + node.name + \" \" + node.media + \";\";\n },\n declaration: function declaration(node) {\n return node.property + \":\" + node.value + \";\";\n },\n document: function document(node) {\n return \"@\" + (node.vendor || \"\") + \"document \" + node.document + \"{\" + visit(node.rules) + \"}\";\n },\n \"font-face\": function fontFace(node) {\n return \"@font-face\" + \"{\" + visit(node.declarations) + \"}\";\n },\n host: function host(node) {\n return \"@host\" + \"{\" + visit(node.rules) + \"}\";\n },\n import: function _import(node) {\n return \"@import \" + node.name + \";\";\n },\n keyframe: function keyframe(node) {\n return node.values.join(\",\") + \"{\" + visit(node.declarations) + \"}\";\n },\n keyframes: function keyframes(node) {\n return \"@\" + (node.vendor || \"\") + \"keyframes \" + node.name + \"{\" + visit(node.keyframes) + \"}\";\n },\n media: function media(node) {\n return \"@media \" + node.media + \"{\" + visit(node.rules) + \"}\";\n },\n namespace: function namespace(node) {\n return \"@namespace \" + node.name + \";\";\n },\n page: function page(node) {\n return \"@page \" + (node.selectors.length ? node.selectors.join(\", \") : \"\") + \"{\" + visit(node.declarations) + \"}\";\n },\n \"page-margin-box\": function pageMarginBox(node) {\n return \"@\" + node.name + \"{\" + visit(node.declarations) + \"}\";\n },\n rule: function rule(node) {\n var decls = node.declarations;\n if (decls.length) {\n return node.selectors.join(\",\") + \"{\" + visit(decls) + \"}\";\n }\n },\n supports: function supports(node) {\n return \"@supports \" + node.supports + \"{\" + visit(node.rules) + \"}\";\n }\n };\n function visit(nodes) {\n var buf = \"\";\n for (var i = 0; i < nodes.length; i++) {\n var n = nodes[i];\n if (cb) {\n cb(n);\n }\n var txt = renderMethods[n.type](n);\n if (txt) {\n buf += txt;\n if (txt.length && n.selectors) {\n buf += delim;\n }\n }\n }\n return buf;\n }\n return visit(tree.stylesheet.rules);\n}\n\nfunction walkCss(node, fn) {\n node.rules.forEach((function(rule) {\n if (rule.rules) {\n walkCss(rule, fn);\n return;\n }\n if (rule.keyframes) {\n rule.keyframes.forEach((function(keyframe) {\n if (keyframe.type === \"keyframe\") {\n fn(keyframe.declarations, rule);\n }\n }));\n return;\n }\n if (!rule.declarations) {\n return;\n }\n fn(rule.declarations, node);\n }));\n}\n\nvar VAR_PROP_IDENTIFIER = \"--\";\n\nvar VAR_FUNC_IDENTIFIER = \"var\";\n\nfunction transformCss(cssData) {\n var options = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {};\n var defaults = {\n preserveStatic: true,\n preserveVars: false,\n variables: {},\n onWarning: function onWarning() {}\n };\n var settings = _extends({}, defaults, options);\n if (typeof cssData === \"string\") {\n cssData = parseCss(cssData, settings);\n }\n walkCss(cssData.stylesheet, (function(declarations, node) {\n for (var i = 0; i < declarations.length; i++) {\n var decl = declarations[i];\n var type = decl.type;\n var prop = decl.property;\n var value = decl.value;\n if (type !== \"declaration\") {\n continue;\n }\n if (!settings.preserveVars && prop && prop.indexOf(VAR_PROP_IDENTIFIER) === 0) {\n declarations.splice(i, 1);\n i--;\n continue;\n }\n if (value.indexOf(VAR_FUNC_IDENTIFIER + \"(\") !== -1) {\n var resolvedValue = resolveValue(value, settings);\n if (resolvedValue !== decl.value) {\n resolvedValue = fixNestedCalc(resolvedValue);\n if (!settings.preserveVars) {\n decl.value = resolvedValue;\n } else {\n declarations.splice(i, 0, {\n type: type,\n property: prop,\n value: resolvedValue\n });\n i++;\n }\n }\n }\n }\n }));\n return stringifyCss(cssData);\n}\n\nfunction fixNestedCalc(value) {\n var reCalcVal = /calc\\(([^)]+)\\)/g;\n (value.match(reCalcVal) || []).forEach((function(match) {\n var newVal = \"calc\".concat(match.split(\"calc\").join(\"\"));\n value = value.replace(match, newVal);\n }));\n return value;\n}\n\nfunction resolveValue(value) {\n var settings = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {};\n var __recursiveFallback = arguments.length > 2 ? arguments[2] : undefined;\n if (value.indexOf(\"var(\") === -1) {\n return value;\n }\n var valueData = balancedMatch(\"(\", \")\", value);\n function resolveFunc(value) {\n var name = value.split(\",\")[0].replace(/[\\s\\n\\t]/g, \"\");\n var fallback = (value.match(/(?:\\s*,\\s*){1}(.*)?/) || [])[1];\n var match = Object.prototype.hasOwnProperty.call(settings.variables, name) ? String(settings.variables[name]) : undefined;\n var replacement = match || (fallback ? String(fallback) : undefined);\n var unresolvedFallback = __recursiveFallback || value;\n if (!match) {\n settings.onWarning('variable \"'.concat(name, '\" is undefined'));\n }\n if (replacement && replacement !== \"undefined\" && replacement.length > 0) {\n return resolveValue(replacement, settings, unresolvedFallback);\n } else {\n return \"var(\".concat(unresolvedFallback, \")\");\n }\n }\n if (!valueData) {\n if (value.indexOf(\"var(\") !== -1) {\n settings.onWarning('missing closing \")\" in the value \"'.concat(value, '\"'));\n }\n return value;\n } else if (valueData.pre.slice(-3) === \"var\") {\n var isEmptyVarFunc = valueData.body.trim().length === 0;\n if (isEmptyVarFunc) {\n settings.onWarning(\"var() must contain a non-whitespace string\");\n return value;\n } else {\n return valueData.pre.slice(0, -3) + resolveFunc(valueData.body) + resolveValue(valueData.post, settings);\n }\n } else {\n return valueData.pre + \"(\".concat(resolveValue(valueData.body, settings), \")\") + resolveValue(valueData.post, settings);\n }\n}\n\nvar isBrowser = typeof window !== \"undefined\";\n\nvar isNativeSupport = isBrowser && window.CSS && window.CSS.supports && window.CSS.supports(\"(--a: 0)\");\n\nvar counters = {\n group: 0,\n job: 0\n};\n\nvar defaults = {\n rootElement: isBrowser ? document : null,\n shadowDOM: false,\n include: \"style,link[rel=stylesheet]\",\n exclude: \"\",\n variables: {},\n onlyLegacy: true,\n preserveStatic: true,\n preserveVars: false,\n silent: false,\n updateDOM: true,\n updateURLs: true,\n watch: null,\n onBeforeSend: function onBeforeSend() {},\n onWarning: function onWarning() {},\n onError: function onError() {},\n onSuccess: function onSuccess() {},\n onComplete: function onComplete() {}\n};\n\nvar regex = {\n cssComments: /\\/\\*[\\s\\S]+?\\*\\//g,\n cssKeyframes: /@(?:-\\w*-)?keyframes/,\n cssMediaQueries: /@media[^{]+\\{([\\s\\S]+?})\\s*}/g,\n cssUrls: /url\\((?!['\"]?(?:data|http|\\/\\/):)['\"]?([^'\")]*)['\"]?\\)/g,\n cssVarDeclRules: /(?::(?:root|host)(?![.:#(])[\\s,]*[^{]*{\\s*[^}]*})/g,\n cssVarDecls: /(?:[\\s;]*)(-{2}\\w[\\w-]*)(?:\\s*:\\s*)([^;]*);/g,\n cssVarFunc: /var\\(\\s*--[\\w-]/,\n cssVars: /(?:(?::(?:root|host)(?![.:#(])[\\s,]*[^{]*{\\s*[^;]*;*\\s*)|(?:var\\(\\s*))(--[^:)]+)(?:\\s*[:)])/\n};\n\nvar variableStore = {\n dom: {},\n job: {},\n user: {}\n};\n\nvar cssVarsIsRunning = false;\n\nvar cssVarsObserver = null;\n\nvar cssVarsSrcNodeCount = 0;\n\nvar debounceTimer = null;\n\nvar isShadowDOMReady = false;\n\n/**\n * Fetches, parses, and transforms CSS custom properties from specified\n * <style> and <link> elements into static values, then appends a new <style>\n * element with static values to the DOM to provide CSS custom property\n * compatibility for legacy browsers. Also provides a single interface for\n * live updates of runtime values in both modern and legacy browsers.\n *\n * @preserve\n * @param {object} [options] Options object\n * @param {object} [options.rootElement=document] Root element to traverse for\n * <link> and <style> nodes\n * @param {boolean} [options.shadowDOM=false] Determines if shadow DOM <link>\n * and <style> nodes will be processed.\n * @param {string} [options.include=\"style,link[rel=stylesheet]\"] CSS selector\n * matching <link re=\"stylesheet\"> and <style> nodes to\n * process\n * @param {string} [options.exclude] CSS selector matching <link\n * rel=\"stylehseet\"> and <style> nodes to exclude from those\n * matches by options.include\n * @param {object} [options.variables] A map of custom property name/value\n * pairs. Property names can omit or include the leading\n * double-hyphen (—), and values specified will override\n * previous values\n * @param {boolean} [options.onlyLegacy=true] Determines if the ponyfill will\n * only generate legacy-compatible CSS in browsers that lack\n * native support (i.e., legacy browsers)\n * @param {boolean} [options.preserveStatic=true] Determines if CSS\n * declarations that do not reference a custom property will\n * be preserved in the transformed CSS\n * @param {boolean} [options.preserveVars=false] Determines if CSS custom\n * property declarations will be preserved in the transformed\n * CSS\n * @param {boolean} [options.silent=false] Determines if warning and error\n * messages will be displayed on the console\n * @param {boolean} [options.updateDOM=true] Determines if the ponyfill will\n * update the DOM after processing CSS custom properties\n * @param {boolean} [options.updateURLs=true] Determines if the ponyfill will\n * convert relative url() paths to absolute urls\n * @param {boolean} [options.watch=false] Determines if a MutationObserver will\n * be created that will execute the ponyfill when a <link> or\n * <style> DOM mutation is observed\n * @param {function} [options.onBeforeSend] Callback before XHR is sent. Passes\n * 1) the XHR object, 2) source node reference, and 3) the\n * source URL as arguments\n * @param {function} [options.onWarning] Callback after each CSS parsing warning\n * has occurred. Passes 1) a warning message as an argument.\n * @param {function} [options.onError] Callback after a CSS parsing error has\n * occurred or an XHR request has failed. Passes 1) an error\n * message, and 2) source node reference, 3) xhr, and 4 url as\n * arguments.\n * @param {function} [options.onSuccess] Callback after CSS data has been\n * collected from each node and before CSS custom properties\n * have been transformed. Allows modifying the CSS data before\n * it is transformed by returning any string value (or false\n * to skip). Passes 1) CSS text, 2) source node reference, and\n * 3) the source URL as arguments.\n * @param {function} [options.onComplete] Callback after all CSS has been\n * processed, legacy-compatible CSS has been generated, and\n * (optionally) the DOM has been updated. Passes 1) a CSS\n * string with CSS variable values resolved, 2) an array of\n * output <style> node references that have been appended to\n * the DOM, 3) an object containing all custom properies names\n * and values, and 4) the ponyfill execution time in\n * milliseconds.\n *\n * @example\n *\n * cssVars({\n * rootElement : document,\n * shadowDOM : false,\n * include : 'style,link[rel=\"stylesheet\"]',\n * exclude : '',\n * variables : {},\n * onlyLegacy : true,\n * preserveStatic: true,\n * preserveVars : false,\n * silent : false,\n * updateDOM : true,\n * updateURLs : true,\n * watch : false,\n * onBeforeSend(xhr, node, url) {},\n * onWarning(message) {},\n * onError(message, node, xhr, url) {},\n * onSuccess(cssText, node, url) {},\n * onComplete(cssText, styleNode, cssVariables, benchmark) {}\n * });\n */ function cssVars() {\n var options = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};\n var msgPrefix = \"cssVars(): \";\n var settings = _extends({}, defaults, options);\n function handleError(message, sourceNode, xhr, url) {\n if (!settings.silent && window.console) {\n console.error(\"\".concat(msgPrefix).concat(message, \"\\n\"), sourceNode);\n }\n settings.onError(message, sourceNode, xhr, url);\n }\n function handleWarning(message) {\n if (!settings.silent && window.console) {\n console.warn(\"\".concat(msgPrefix).concat(message));\n }\n settings.onWarning(message);\n }\n if (!isBrowser) {\n return;\n }\n if (settings.watch) {\n settings.watch = defaults.watch;\n addMutationObserver(settings);\n cssVars(settings);\n return;\n } else if (settings.watch === false && cssVarsObserver) {\n cssVarsObserver.disconnect();\n cssVarsObserver = null;\n }\n if (!settings.__benchmark) {\n if (cssVarsIsRunning === settings.rootElement) {\n cssVarsDebounced(options);\n return;\n }\n settings.__benchmark = getTimeStamp();\n settings.exclude = [ cssVarsObserver ? '[data-cssvars]:not([data-cssvars=\"\"])' : '[data-cssvars=\"out\"]', settings.exclude ].filter((function(selector) {\n return selector;\n })).join(\",\");\n settings.variables = fixVarNames(settings.variables);\n if (!cssVarsObserver) {\n var outNodes = Array.apply(null, settings.rootElement.querySelectorAll('[data-cssvars=\"out\"]'));\n outNodes.forEach((function(outNode) {\n var dataGroup = outNode.getAttribute(\"data-cssvars-group\");\n var srcNode = dataGroup ? settings.rootElement.querySelector('[data-cssvars=\"src\"][data-cssvars-group=\"'.concat(dataGroup, '\"]')) : null;\n if (!srcNode) {\n outNode.parentNode.removeChild(outNode);\n }\n }));\n if (cssVarsSrcNodeCount) {\n var srcNodes = settings.rootElement.querySelectorAll('[data-cssvars]:not([data-cssvars=\"out\"])');\n if (srcNodes.length < cssVarsSrcNodeCount) {\n cssVarsSrcNodeCount = srcNodes.length;\n variableStore.dom = {};\n }\n }\n }\n }\n if (document.readyState !== \"loading\") {\n if (isNativeSupport && settings.onlyLegacy) {\n if (settings.updateDOM) {\n var targetElm = settings.rootElement.host || (settings.rootElement === document ? document.documentElement : settings.rootElement);\n Object.keys(settings.variables).forEach((function(key) {\n targetElm.style.setProperty(key, settings.variables[key]);\n }));\n }\n } else if (!isShadowDOMReady && (settings.shadowDOM || settings.rootElement.shadowRoot || settings.rootElement.host)) {\n getCssData({\n rootElement: defaults.rootElement,\n include: defaults.include,\n exclude: settings.exclude,\n onSuccess: function onSuccess(cssText, node, url) {\n cssText = cssText.replace(regex.cssComments, \"\").replace(regex.cssMediaQueries, \"\");\n cssText = (cssText.match(regex.cssVarDeclRules) || []).join(\"\");\n return cssText || false;\n },\n onComplete: function onComplete(cssText, cssArray, nodeArray) {\n parseVars(cssText, {\n store: variableStore.dom,\n onWarning: handleWarning\n });\n isShadowDOMReady = true;\n cssVars(settings);\n }\n });\n } else {\n cssVarsIsRunning = settings.rootElement;\n getCssData({\n rootElement: settings.rootElement,\n include: settings.include,\n exclude: settings.exclude,\n onBeforeSend: settings.onBeforeSend,\n onError: function onError(xhr, node, url) {\n var responseUrl = xhr.responseURL || getFullUrl$1(url, location.href);\n var statusText = xhr.statusText ? \"(\".concat(xhr.statusText, \")\") : \"Unspecified Error\" + (xhr.status === 0 ? \" (possibly CORS related)\" : \"\");\n var errorMsg = \"CSS XHR Error: \".concat(responseUrl, \" \").concat(xhr.status, \" \").concat(statusText);\n handleError(errorMsg, node, xhr, responseUrl);\n },\n onSuccess: function onSuccess(cssText, node, url) {\n var returnVal = settings.onSuccess(cssText, node, url);\n cssText = returnVal !== undefined && Boolean(returnVal) === false ? \"\" : returnVal || cssText;\n if (settings.updateURLs) {\n cssText = fixRelativeCssUrls(cssText, url);\n }\n return cssText;\n },\n onComplete: function onComplete(cssText, cssArray) {\n var nodeArray = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : [];\n var currentVars = _extends({}, variableStore.dom, variableStore.user);\n var hasVarChange = false;\n variableStore.job = {};\n nodeArray.forEach((function(node, i) {\n if (regex.cssVars.test(cssArray[i])) {\n try {\n var cssTree = parseCss(cssArray[i], {\n preserveStatic: settings.preserveStatic,\n removeComments: true\n });\n parseVars(cssTree, {\n parseHost: Boolean(settings.rootElement.host),\n store: variableStore.dom,\n onWarning: handleWarning\n });\n node.__cssVars = {\n tree: cssTree\n };\n } catch (err) {\n handleError(err.message, node);\n }\n }\n }));\n _extends(variableStore.job, variableStore.dom);\n if (settings.updateDOM) {\n _extends(variableStore.user, settings.variables);\n _extends(variableStore.job, variableStore.user);\n } else {\n _extends(variableStore.job, variableStore.user, settings.variables);\n _extends(currentVars, settings.variables);\n }\n hasVarChange = counters.job > 0 && Boolean(Object.keys(variableStore.job).length > Object.keys(currentVars).length || Boolean(Object.keys(currentVars).length && Object.keys(variableStore.job).some((function(key) {\n return variableStore.job[key] !== currentVars[key];\n }))));\n if (hasVarChange) {\n resetCssNodes(settings.rootElement);\n cssVars(settings);\n } else {\n var outCssArray = [];\n var outNodeArray = [];\n var hasKeyframesWithVars = false;\n if (settings.updateDOM) {\n counters.job++;\n }\n nodeArray.forEach((function(node) {\n var isSkip = !node.__cssVars;\n if (node.__cssVars) {\n try {\n transformCss(node.__cssVars.tree, _extends({}, settings, {\n variables: variableStore.job,\n onWarning: handleWarning\n }));\n var outCss = stringifyCss(node.__cssVars.tree);\n if (settings.updateDOM) {\n if (!node.getAttribute(\"data-cssvars\")) {\n node.setAttribute(\"data-cssvars\", \"src\");\n }\n if (outCss.length) {\n var dataGroup = node.getAttribute(\"data-cssvars-group\") || ++counters.group;\n var outCssNoSpaces = outCss.replace(/\\s/g, \"\");\n var outNode = settings.rootElement.querySelector('[data-cssvars=\"out\"][data-cssvars-group=\"'.concat(dataGroup, '\"]')) || document.createElement(\"style\");\n hasKeyframesWithVars = hasKeyframesWithVars || regex.cssKeyframes.test(outCss);\n if (!outNode.hasAttribute(\"data-cssvars\")) {\n outNode.setAttribute(\"data-cssvars\", \"out\");\n }\n if (outCssNoSpaces === node.textContent.replace(/\\s/g, \"\")) {\n isSkip = true;\n if (outNode && outNode.parentNode) {\n node.removeAttribute(\"data-cssvars-group\");\n outNode.parentNode.removeChild(outNode);\n }\n } else if (outCssNoSpaces !== outNode.textContent.replace(/\\s/g, \"\")) {\n [ node, outNode ].forEach((function(n) {\n n.setAttribute(\"data-cssvars-job\", counters.job);\n n.setAttribute(\"data-cssvars-group\", dataGroup);\n }));\n outNode.textContent = outCss;\n outCssArray.push(outCss);\n outNodeArray.push(outNode);\n if (!outNode.parentNode) {\n node.parentNode.insertBefore(outNode, node.nextSibling);\n }\n }\n }\n } else {\n if (node.textContent.replace(/\\s/g, \"\") !== outCss) {\n outCssArray.push(outCss);\n }\n }\n } catch (err) {\n handleError(err.message, node);\n }\n }\n if (isSkip) {\n node.setAttribute(\"data-cssvars\", \"skip\");\n }\n if (!node.hasAttribute(\"data-cssvars-job\")) {\n node.setAttribute(\"data-cssvars-job\", counters.job);\n }\n }));\n cssVarsSrcNodeCount = settings.rootElement.querySelectorAll('[data-cssvars]:not([data-cssvars=\"out\"])').length;\n if (settings.shadowDOM) {\n var elms = [ settings.rootElement ].concat(_toConsumableArray(settings.rootElement.querySelectorAll(\"*\")));\n for (var i = 0, elm; elm = elms[i]; ++i) {\n if (elm.shadowRoot && elm.shadowRoot.querySelector(\"style\")) {\n var shadowSettings = _extends({}, settings, {\n rootElement: elm.shadowRoot\n });\n cssVars(shadowSettings);\n }\n }\n }\n if (settings.updateDOM && hasKeyframesWithVars) {\n fixKeyframes(settings.rootElement);\n }\n cssVarsIsRunning = false;\n settings.onComplete(outCssArray.join(\"\"), outNodeArray, JSON.parse(JSON.stringify(variableStore.job)), getTimeStamp() - settings.__benchmark);\n }\n }\n });\n }\n } else {\n document.addEventListener(\"DOMContentLoaded\", (function init(evt) {\n cssVars(options);\n document.removeEventListener(\"DOMContentLoaded\", init);\n }));\n }\n}\n\ncssVars.reset = function() {\n counters.job = 0;\n counters.group = 0;\n cssVarsIsRunning = false;\n if (cssVarsObserver) {\n cssVarsObserver.disconnect();\n cssVarsObserver = null;\n }\n cssVarsSrcNodeCount = 0;\n debounceTimer = null;\n isShadowDOMReady = false;\n for (var prop in variableStore) {\n variableStore[prop] = {};\n }\n};\n\nfunction addMutationObserver(settings) {\n function isLink(node) {\n var isStylesheet = node.tagName === \"LINK\" && (node.getAttribute(\"rel\") || \"\").indexOf(\"stylesheet\") !== -1;\n return isStylesheet && !node.disabled;\n }\n function isStyle(node) {\n return node.tagName === \"STYLE\" && !node.disabled;\n }\n function isValidAddMutation(mutationNodes) {\n return Array.apply(null, mutationNodes).some((function(node) {\n var isElm = node.nodeType === 1;\n var hasAttr = isElm && node.hasAttribute(\"data-cssvars\");\n var isStyleWithVars = isStyle(node) && regex.cssVars.test(node.textContent);\n var isValid = !hasAttr && (isLink(node) || isStyleWithVars);\n return isValid;\n }));\n }\n function isValidRemoveMutation(mutationNodes) {\n return Array.apply(null, mutationNodes).some((function(node) {\n var isElm = node.nodeType === 1;\n var isOutNode = isElm && node.getAttribute(\"data-cssvars\") === \"out\";\n var isSrcNode = isElm && node.getAttribute(\"data-cssvars\") === \"src\";\n var isValid = isSrcNode;\n if (isSrcNode || isOutNode) {\n var dataGroup = node.getAttribute(\"data-cssvars-group\");\n var orphanNode = settings.rootElement.querySelector('[data-cssvars-group=\"'.concat(dataGroup, '\"]'));\n if (isSrcNode) {\n resetCssNodes(settings.rootElement);\n variableStore.dom = {};\n }\n if (orphanNode) {\n orphanNode.parentNode.removeChild(orphanNode);\n }\n }\n return isValid;\n }));\n }\n if (!window.MutationObserver) {\n return;\n }\n if (cssVarsObserver) {\n cssVarsObserver.disconnect();\n cssVarsObserver = null;\n }\n cssVarsObserver = new MutationObserver((function(mutations) {\n var hasValidMutation = mutations.some((function(mutation) {\n var isValid = false;\n if (mutation.type === \"attributes\") {\n isValid = isLink(mutation.target);\n } else if (mutation.type === \"childList\") {\n isValid = isValidAddMutation(mutation.addedNodes) || isValidRemoveMutation(mutation.removedNodes);\n }\n return isValid;\n }));\n if (hasValidMutation) {\n cssVars(settings);\n }\n }));\n cssVarsObserver.observe(document.documentElement, {\n attributes: true,\n attributeFilter: [ \"disabled\", \"href\" ],\n childList: true,\n subtree: true\n });\n}\n\nfunction cssVarsDebounced(settings) {\n var delay = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : 100;\n clearTimeout(debounceTimer);\n debounceTimer = setTimeout((function() {\n settings.__benchmark = null;\n cssVars(settings);\n }), delay);\n}\n\nfunction fixKeyframes(rootElement) {\n var animationNameProp = [ \"animation-name\", \"-moz-animation-name\", \"-webkit-animation-name\" ].filter((function(prop) {\n return getComputedStyle(document.body)[prop];\n }))[0];\n if (animationNameProp) {\n var allNodes = rootElement.getElementsByTagName(\"*\");\n var keyframeNodes = [];\n var nameMarker = \"__CSSVARSPONYFILL-KEYFRAMES__\";\n for (var i = 0, len = allNodes.length; i < len; i++) {\n var node = allNodes[i];\n var animationName = getComputedStyle(node)[animationNameProp];\n if (animationName !== \"none\") {\n node.style[animationNameProp] += nameMarker;\n keyframeNodes.push(node);\n }\n }\n void document.body.offsetHeight;\n for (var _i = 0, _len = keyframeNodes.length; _i < _len; _i++) {\n var nodeStyle = keyframeNodes[_i].style;\n nodeStyle[animationNameProp] = nodeStyle[animationNameProp].replace(nameMarker, \"\");\n }\n }\n}\n\nfunction fixRelativeCssUrls(cssText, baseUrl) {\n var cssUrls = cssText.replace(regex.cssComments, \"\").match(regex.cssUrls) || [];\n cssUrls.forEach((function(cssUrl) {\n var oldUrl = cssUrl.replace(regex.cssUrls, \"$1\");\n var newUrl = getFullUrl$1(oldUrl, baseUrl);\n cssText = cssText.replace(cssUrl, cssUrl.replace(oldUrl, newUrl));\n }));\n return cssText;\n}\n\nfunction fixVarNames() {\n var varObj = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};\n var reLeadingHyphens = /^-{2}/;\n return Object.keys(varObj).reduce((function(obj, value) {\n var key = reLeadingHyphens.test(value) ? value : \"--\".concat(value.replace(/^-+/, \"\"));\n obj[key] = varObj[value];\n return obj;\n }), {});\n}\n\nfunction getFullUrl$1(url) {\n var base = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : location.href;\n var d = document.implementation.createHTMLDocument(\"\");\n var b = d.createElement(\"base\");\n var a = d.createElement(\"a\");\n d.head.appendChild(b);\n d.body.appendChild(a);\n b.href = base;\n a.href = url;\n return a.href;\n}\n\nfunction getTimeStamp() {\n return isBrowser && (window.performance || {}).now ? window.performance.now() : (new Date).getTime();\n}\n\nfunction resetCssNodes(rootElement) {\n var resetNodes = Array.apply(null, rootElement.querySelectorAll('[data-cssvars=\"skip\"],[data-cssvars=\"src\"]'));\n resetNodes.forEach((function(node) {\n return node.setAttribute(\"data-cssvars\", \"\");\n }));\n}\n\nexport default cssVars;\n//# sourceMappingURL=css-vars-ponyfill.esm.js.map\n","/*\n * @copyright 2019 Christoph Wurst <christoph@winzerhof-wurst.at>\n *\n * @author 2019 Christoph Wurst <christoph@winzerhof-wurst.at>\n *\n * @license GNU AGPL version 3 or any later version\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see <http://www.gnu.org/licenses/>.\n */\n\nimport $ from 'jquery'\nimport { emit } from '@nextcloud/event-bus'\n\nimport { generateUrl } from './OC/routing'\nimport OC from './OC'\nimport { setToken as setRequestToken } from './OC/requesttoken'\n\n/**\n * session heartbeat (defaults to enabled)\n * @returns {boolean}\n */\nconst keepSessionAlive = () => {\n\treturn OC.config.session_keepalive === undefined\n\t\t|| !!OC.config.session_keepalive\n}\n\n/**\n * get interval in seconds\n * @returns {Number}\n */\nconst getInterval = () => {\n\tlet interval = NaN\n\tif (OC.config.session_lifetime) {\n\t\tinterval = Math.floor(OC.config.session_lifetime / 2)\n\t}\n\n\t// minimum one minute, max 24 hours, default 15 minutes\n\treturn Math.min(\n\t\t24 * 3600,\n\t\tMath.max(\n\t\t\t60,\n\t\t\tisNaN(interval) ? 900 : interval\n\t\t)\n\t)\n}\n\nconst getToken = async() => {\n\tconst url = generateUrl('/csrftoken')\n\n\t// Not using Axios here as Axios is not stubbable with the sinon fake server\n\t// see https://stackoverflow.com/questions/41516044/sinon-mocha-test-with-async-ajax-calls-didnt-return-promises\n\t// see js/tests/specs/coreSpec.js for the tests\n\tconst resp = await $.get(url)\n\n\treturn resp.token\n}\n\nconst poll = async() => {\n\ttry {\n\t\tconst token = await getToken()\n\t\tsetRequestToken(token)\n\t} catch (e) {\n\t\tconsole.error('session heartbeat failed', e)\n\t}\n}\n\nconst startPolling = () => {\n\tconst interval = setInterval(poll, getInterval() * 1000)\n\n\tconsole.info('session heartbeat polling started')\n\n\treturn interval\n}\n\n/**\n * Calls the server periodically to ensure that session and CSRF\n * token doesn't expire\n */\nexport const initSessionHeartBeat = () => {\n\tif (!keepSessionAlive()) {\n\t\tconsole.info('session heartbeat disabled')\n\t\treturn\n\t}\n\tlet interval = startPolling()\n\n\twindow.addEventListener('online', async() => {\n\t\tconsole.info('browser is online again, resuming heartbeat')\n\t\tinterval = startPolling()\n\t\ttry {\n\t\t\tawait poll()\n\t\t\tconsole.info('session token successfully updated after resuming network')\n\n\t\t\t// Let apps know we're online and requests will have the new token\n\t\t\temit('networkOnline', {\n\t\t\t\tsuccess: true,\n\t\t\t})\n\t\t} catch (e) {\n\t\t\tconsole.error('could not update session token after resuming network', e)\n\n\t\t\t// Let apps know we're online but requests might have an outdated token\n\t\t\temit('networkOnline', {\n\t\t\t\tsuccess: false,\n\t\t\t})\n\t\t}\n\t})\n\twindow.addEventListener('offline', () => {\n\t\tconsole.info('browser is offline, stopping heartbeat')\n\n\t\t// Let apps know we're offline\n\t\temit('networkOffline', {})\n\n\t\tclearInterval(interval)\n\t\tconsole.info('session heartbeat polling stopped')\n\t})\n}\n","/* globals Snap */\n/**\n * @copyright 2019 Christoph Wurst <christoph@winzerhof-wurst.at>\n *\n * @author 2019 Christoph Wurst <christoph@winzerhof-wurst.at>\n *\n * @license GNU AGPL version 3 or any later version\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see <http://www.gnu.org/licenses/>.\n */\n\nimport _ from 'underscore'\nimport $ from 'jquery'\nimport moment from 'moment'\nimport cssVars from 'css-vars-ponyfill'\n\nimport { initSessionHeartBeat } from './session-heartbeat'\nimport OC from './OC/index'\nimport { setUp as setUpContactsMenu } from './components/ContactsMenu'\nimport { setUp as setUpMainMenu } from './components/MainMenu'\nimport { setUp as setUpUserMenu } from './components/UserMenu'\nimport PasswordConfirmation from './OC/password-confirmation'\n\n// keep in sync with core/css/variables.scss\nconst breakpointMobileWidth = 1024\n\nconst resizeMenu = () => {\n\tconst appList = $('#appmenu li')\n\tconst rightHeaderWidth = $('.header-right').outerWidth()\n\tconst headerWidth = $('header').outerWidth()\n\tconst usePercentualAppMenuLimit = 0.33\n\tconst minAppsDesktop = 8\n\tlet availableWidth = headerWidth - $('#nextcloud').outerWidth() - (rightHeaderWidth > 210 ? rightHeaderWidth : 210)\n\tconst isMobile = $(window).width() < breakpointMobileWidth\n\tif (!isMobile) {\n\t\tavailableWidth = availableWidth * usePercentualAppMenuLimit\n\t}\n\tlet appCount = Math.floor((availableWidth / $(appList).width()))\n\tif (isMobile && appCount > minAppsDesktop) {\n\t\tappCount = minAppsDesktop\n\t}\n\tif (!isMobile && appCount < minAppsDesktop) {\n\t\tappCount = minAppsDesktop\n\t}\n\n\t// show at least 2 apps in the popover\n\tif (appList.length - 1 - appCount >= 1) {\n\t\tappCount--\n\t}\n\n\t$('#more-apps a').removeClass('active')\n\tlet lastShownApp\n\tfor (let k = 0; k < appList.length - 1; k++) {\n\t\tconst name = $(appList[k]).data('id')\n\t\tif (k < appCount) {\n\t\t\t$(appList[k]).removeClass('hidden')\n\t\t\t$('#apps li[data-id=' + name + ']').addClass('in-header')\n\t\t\tlastShownApp = appList[k]\n\t\t} else {\n\t\t\t$(appList[k]).addClass('hidden')\n\t\t\t$('#apps li[data-id=' + name + ']').removeClass('in-header')\n\t\t\t// move active app to last position if it is active\n\t\t\tif (appCount > 0 && $(appList[k]).children('a').hasClass('active')) {\n\t\t\t\t$(lastShownApp).addClass('hidden')\n\t\t\t\t$('#apps li[data-id=' + $(lastShownApp).data('id') + ']').removeClass('in-header')\n\t\t\t\t$(appList[k]).removeClass('hidden')\n\t\t\t\t$('#apps li[data-id=' + name + ']').addClass('in-header')\n\t\t\t}\n\t\t}\n\t}\n\n\t// show/hide more apps icon\n\tif ($('#apps li:not(.in-header)').length === 0) {\n\t\t$('#more-apps').hide()\n\t\t$('#navigation').hide()\n\t} else {\n\t\t$('#more-apps').show()\n\t}\n}\n\nconst initLiveTimestamps = () => {\n\t// Update live timestamps every 30 seconds\n\tsetInterval(() => {\n\t\t$('.live-relative-timestamp').each(function() {\n\t\t\t$(this).text(OC.Util.relativeModifiedDate(parseInt($(this).attr('data-timestamp'), 10)))\n\t\t})\n\t}, 30 * 1000)\n}\n\n/**\n * Initializes core\n */\nexport const initCore = () => {\n\t/**\n\t * Set users locale to moment.js as soon as possible\n\t */\n\tmoment.locale(OC.getLocale())\n\n\tconst userAgent = window.navigator.userAgent\n\tconst msie = userAgent.indexOf('MSIE ')\n\tconst trident = userAgent.indexOf('Trident/')\n\tconst edge = userAgent.indexOf('Edge/')\n\n\tif (msie > 0 || trident > 0) {\n\t\t// (IE 10 or older) || IE 11\n\t\t$('html').addClass('ie')\n\t} else if (edge > 0) {\n\t\t// for edge\n\t\t$('html').addClass('edge')\n\t}\n\n\t// css variables fallback for IE\n\tif (msie > 0 || trident > 0 || edge > 0) {\n\t\tconsole.info('Legacy browser detected, applying css vars polyfill')\n\t\tcssVars({\n\t\t\twatch: true,\n\t\t\t// set edge < 16 as incompatible\n\t\t\tonlyLegacy: !(/Edge\\/([0-9]{2})\\./i.test(navigator.userAgent)\n\t\t\t\t&& parseInt(/Edge\\/([0-9]{2})\\./i.exec(navigator.userAgent)[1]) < 16),\n\t\t})\n\t}\n\n\t$(window).on('unload.main', () => { OC._unloadCalled = true })\n\t$(window).on('beforeunload.main', () => {\n\t\t// super-trick thanks to http://stackoverflow.com/a/4651049\n\t\t// in case another handler displays a confirmation dialog (ex: navigating away\n\t\t// during an upload), there are two possible outcomes: user clicked \"ok\" or\n\t\t// \"cancel\"\n\n\t\t// first timeout handler is called after unload dialog is closed\n\t\tsetTimeout(() => {\n\t\t\tOC._userIsNavigatingAway = true\n\n\t\t\t// second timeout event is only called if user cancelled (Chrome),\n\t\t\t// but in other browsers it might still be triggered, so need to\n\t\t\t// set a higher delay...\n\t\t\tsetTimeout(() => {\n\t\t\t\tif (!OC._unloadCalled) {\n\t\t\t\t\tOC._userIsNavigatingAway = false\n\t\t\t\t}\n\t\t\t}, 10000)\n\t\t}, 1)\n\t})\n\t$(document).on('ajaxError.main', function(event, request, settings) {\n\t\tif (settings && settings.allowAuthErrors) {\n\t\t\treturn\n\t\t}\n\t\tOC._processAjaxError(request)\n\t})\n\n\tinitSessionHeartBeat()\n\n\tOC.registerMenu($('#expand'), $('#expanddiv'), false, true)\n\n\t// toggle for menus\n\t$(document).on('mouseup.closemenus', event => {\n\t\tconst $el = $(event.target)\n\t\tif ($el.closest('.menu').length || $el.closest('.menutoggle').length) {\n\t\t\t// don't close when clicking on the menu directly or a menu toggle\n\t\t\treturn false\n\t\t}\n\n\t\tOC.hideMenus()\n\t})\n\n\tsetUpMainMenu()\n\tsetUpUserMenu()\n\tsetUpContactsMenu()\n\n\t// move triangle of apps dropdown to align with app name triangle\n\t// 2 is the additional offset between the triangles\n\tif ($('#navigation').length) {\n\t\t$('#header #nextcloud + .menutoggle').on('click', () => {\n\t\t\t$('#menu-css-helper').remove()\n\t\t\tconst caretPosition = $('.header-appname + .icon-caret').offset().left - 2\n\t\t\tif (caretPosition > 255) {\n\t\t\t\t// if the app name is longer than the menu, just put the triangle in the middle\n\n\t\t\t} else {\n\t\t\t\t$('head').append('<style id=\"menu-css-helper\">#navigation:after { left: ' + caretPosition + 'px }</style>')\n\t\t\t}\n\t\t})\n\t\t$('#header #appmenu .menutoggle').on('click', () => {\n\t\t\t$('#appmenu').toggleClass('menu-open')\n\t\t\tif ($('#appmenu').is(':visible')) {\n\t\t\t\t$('#menu-css-helper').remove()\n\t\t\t}\n\t\t})\n\t}\n\n\t$(window).resize(resizeMenu)\n\tsetTimeout(resizeMenu, 0)\n\n\t// just add snapper for logged in users\n\t// and if the app doesn't handle the nav slider itself\n\tif ($('#app-navigation').length && !$('html').hasClass('lte9')\n\t\t&& !$('#app-content').hasClass('no-snapper')) {\n\n\t\t// App sidebar on mobile\n\t\tconst snapper = new Snap({\n\t\t\telement: document.getElementById('app-content'),\n\t\t\tdisable: 'right',\n\t\t\tmaxPosition: 300, // $navigation-width\n\t\t\tminDragDistance: 100,\n\t\t})\n\n\t\t$('#app-content').prepend('<div id=\"app-navigation-toggle\" class=\"icon-menu\" style=\"display:none\" tabindex=\"0\"></div>')\n\n\t\tconst toggleSnapperOnButton = () => {\n\t\t\tif (snapper.state().state === 'left') {\n\t\t\t\tsnapper.close()\n\t\t\t} else {\n\t\t\t\tsnapper.open('left')\n\t\t\t}\n\t\t}\n\n\t\t$('#app-navigation-toggle').click(toggleSnapperOnButton)\n\t\t$('#app-navigation-toggle').keypress(e => {\n\t\t\tif (e.which === 13) {\n\t\t\t\ttoggleSnapperOnButton()\n\t\t\t}\n\t\t})\n\n\t\t// close sidebar when switching navigation entry\n\t\tconst $appNavigation = $('#app-navigation')\n\t\t$appNavigation.delegate('a, :button', 'click', event => {\n\t\t\tconst $target = $(event.target)\n\t\t\t// don't hide navigation when changing settings or adding things\n\t\t\tif ($target.is('.app-navigation-noclose')\n\t\t\t\t|| $target.closest('.app-navigation-noclose').length) {\n\t\t\t\treturn\n\t\t\t}\n\t\t\tif ($target.is('.app-navigation-entry-utils-menu-button')\n\t\t\t\t|| $target.closest('.app-navigation-entry-utils-menu-button').length) {\n\t\t\t\treturn\n\t\t\t}\n\t\t\tif ($target.is('.add-new')\n\t\t\t\t|| $target.closest('.add-new').length) {\n\t\t\t\treturn\n\t\t\t}\n\t\t\tif ($target.is('#app-settings')\n\t\t\t\t|| $target.closest('#app-settings').length) {\n\t\t\t\treturn\n\t\t\t}\n\t\t\tsnapper.close()\n\t\t})\n\n\t\tlet navigationBarSlideGestureEnabled = false\n\t\tlet navigationBarSlideGestureAllowed = true\n\t\tlet navigationBarSlideGestureEnablePending = false\n\n\t\tOC.allowNavigationBarSlideGesture = () => {\n\t\t\tnavigationBarSlideGestureAllowed = true\n\n\t\t\tif (navigationBarSlideGestureEnablePending) {\n\t\t\t\tsnapper.enable()\n\n\t\t\t\tnavigationBarSlideGestureEnabled = true\n\t\t\t\tnavigationBarSlideGestureEnablePending = false\n\t\t\t}\n\t\t}\n\n\t\tOC.disallowNavigationBarSlideGesture = () => {\n\t\t\tnavigationBarSlideGestureAllowed = false\n\n\t\t\tif (navigationBarSlideGestureEnabled) {\n\t\t\t\tconst endCurrentDrag = true\n\t\t\t\tsnapper.disable(endCurrentDrag)\n\n\t\t\t\tnavigationBarSlideGestureEnabled = false\n\t\t\t\tnavigationBarSlideGestureEnablePending = true\n\t\t\t}\n\t\t}\n\n\t\tconst toggleSnapperOnSize = () => {\n\t\t\tif ($(window).width() > breakpointMobileWidth) {\n\t\t\t\tsnapper.close()\n\t\t\t\tsnapper.disable()\n\n\t\t\t\tnavigationBarSlideGestureEnabled = false\n\t\t\t\tnavigationBarSlideGestureEnablePending = false\n\t\t\t} else if (navigationBarSlideGestureAllowed) {\n\t\t\t\tsnapper.enable()\n\n\t\t\t\tnavigationBarSlideGestureEnabled = true\n\t\t\t\tnavigationBarSlideGestureEnablePending = false\n\t\t\t} else {\n\t\t\t\tnavigationBarSlideGestureEnablePending = true\n\t\t\t}\n\t\t}\n\n\t\t$(window).resize(_.debounce(toggleSnapperOnSize, 250))\n\n\t\t// initial call\n\t\ttoggleSnapperOnSize()\n\n\t}\n\n\tinitLiveTimestamps()\n\tPasswordConfirmation.init()\n}\n","/*\n * @copyright 2019 Christoph Wurst <christoph@winzerhof-wurst.at>\n *\n * @author 2019 Christoph Wurst <christoph@winzerhof-wurst.at>\n *\n * @license GNU AGPL version 3 or any later version\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see <http://www.gnu.org/licenses/>.\n */\n\nimport OC from '../OC'\n\nimport $ from 'jquery'\n\nexport const setUp = () => {\n\tconst $menu = $('#header #settings')\n\n\t// show loading feedback\n\t$menu.delegate('a', 'click', event => {\n\t\tlet $page = $(event.target)\n\t\tif (!$page.is('a')) {\n\t\t\t$page = $page.closest('a')\n\t\t}\n\t\tif (event.which === 1 && !event.ctrlKey && !event.metaKey) {\n\t\t\t$page.find('img').remove()\n\t\t\t$page.find('div').remove() // prevent odd double-clicks\n\t\t\t$page.prepend($('<div/>').addClass('icon-loading-small'))\n\t\t} else {\n\t\t\t// Close navigation when opening menu entry in\n\t\t\t// a new tab\n\t\t\tOC.hideMenus(() => false)\n\t\t}\n\t})\n\n\t$menu.delegate('a', 'mouseup', event => {\n\t\tif (event.which === 2) {\n\t\t\t// Close navigation when opening app in\n\t\t\t// a new tab via middle click\n\t\t\tOC.hideMenus(() => false)\n\t\t}\n\t})\n}\n","/*\n * @copyright 2019 Christoph Wurst <christoph@winzerhof-wurst.at>\n *\n * @author 2019 Christoph Wurst <christoph@winzerhof-wurst.at>\n *\n * @license GNU AGPL version 3 or any later version\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see <http://www.gnu.org/licenses/>.\n */\n\nimport $ from 'jquery'\n\nimport OC from '../OC'\n\n/**\n * Set up the main menu toggle to react to media query changes.\n * If the screen is small enough, the main menu becomes a toggle.\n * If the screen is bigger, the main menu is not a toggle any more.\n */\nexport const setUp = () => {\n\t// init the more-apps menu\n\tOC.registerMenu($('#more-apps > a'), $('#navigation'))\n\n\t// toggle the navigation\n\tconst $toggle = $('#header .header-appname-container')\n\tconst $navigation = $('#navigation')\n\tconst $appmenu = $('#appmenu')\n\n\t// init the menu\n\tOC.registerMenu($toggle, $navigation)\n\t$toggle.data('oldhref', $toggle.attr('href'))\n\t$toggle.attr('href', '#')\n\t$navigation.hide()\n\n\t// show loading feedback on more apps list\n\t$navigation.delegate('a', 'click', event => {\n\t\tlet $app = $(event.target)\n\t\tif (!$app.is('a')) {\n\t\t\t$app = $app.closest('a')\n\t\t}\n\t\tif (event.which === 1 && !event.ctrlKey && !event.metaKey) {\n\t\t\t$app.find('svg').remove()\n\t\t\t$app.find('div').remove() // prevent odd double-clicks\n\t\t\t// no need for theming, loader is already inverted on dark mode\n\t\t\t// but we need it over the primary colour\n\t\t\t$app.prepend($('<div/>').addClass('icon-loading-small'))\n\t\t} else {\n\t\t\t// Close navigation when opening app in\n\t\t\t// a new tab\n\t\t\tOC.hideMenus(() => false)\n\t\t}\n\t})\n\n\t$navigation.delegate('a', 'mouseup', event => {\n\t\tif (event.which === 2) {\n\t\t\t// Close navigation when opening app in\n\t\t\t// a new tab via middle click\n\t\t\tOC.hideMenus(() => false)\n\t\t}\n\t})\n\n\t// show loading feedback on visible apps list\n\t$appmenu.delegate('li:not(#more-apps) > a', 'click', event => {\n\t\tlet $app = $(event.target)\n\t\tif (!$app.is('a')) {\n\t\t\t$app = $app.closest('a')\n\t\t}\n\n\t\tif (event.which === 1 && !event.ctrlKey && !event.metaKey && $app.parent('#more-apps').length === 0) {\n\t\t\t$app.find('svg').remove()\n\t\t\t$app.find('div').remove() // prevent odd double-clicks\n\t\t\t$app.prepend($('<div/>').addClass(\n\t\t\t\tOCA.Theming && OCA.Theming.inverted\n\t\t\t\t\t? 'icon-loading-small'\n\t\t\t\t\t: 'icon-loading-small-dark'\n\t\t\t))\n\t\t\t// trigger redirect\n\t\t\t// needed for ie, but also works for every browser\n\t\t\twindow.location = $app.attr('href')\n\t\t} else {\n\t\t\t// Close navigation when opening app in\n\t\t\t// a new tab\n\t\t\tOC.hideMenus(() => false)\n\t\t}\n\t})\n}\n","/**\n * @copyright 2019 Christoph Wurst <christoph@winzerhof-wurst.at>\n *\n * @author 2019 Christoph Wurst <christoph@winzerhof-wurst.at>\n *\n * @license GNU AGPL version 3 or any later version\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see <http://www.gnu.org/licenses/>.\n */\n\nimport $ from 'jquery'\nimport OC from '../OC'\n\n/**\n * @todo move to contacts menu code https://github.com/orgs/nextcloud/projects/31#card-21213129\n */\nexport const setUp = () => {\n\t// eslint-disable-next-line no-new\n\tnew OC.ContactsMenu({\n\t\tel: $('#contactsmenu .menu'),\n\t\ttrigger: $('#contactsmenu .menutoggle'),\n\t})\n}\n","module.exports = function() {\n\tthrow new Error(\"define cannot be used indirect\");\n};\n","/* globals __webpack_amd_options__ */\nmodule.exports = __webpack_amd_options__;\n","var global = require('../internals/global');\nvar isObject = require('../internals/is-object');\n\nvar document = global.document;\n// typeof document.createElement is 'object' in old IE\nvar EXISTS = isObject(document) && isObject(document.createElement);\n\nmodule.exports = function (it) {\n return EXISTS ? document.createElement(it) : {};\n};\n","var global = require('../internals/global');\nvar createNonEnumerableProperty = require('../internals/create-non-enumerable-property');\n\nmodule.exports = function (key, value) {\n try {\n createNonEnumerableProperty(global, key, value);\n } catch (error) {\n global[key] = value;\n } return value;\n};\n","var store = require('../internals/shared-store');\n\nvar functionToString = Function.toString;\n\n// this helper broken in `3.4.1-3.4.4`, so we can't use `shared` helper\nif (typeof store.inspectSource != 'function') {\n store.inspectSource = function (it) {\n return functionToString.call(it);\n };\n}\n\nmodule.exports = store.inspectSource;\n","var IS_PURE = require('../internals/is-pure');\nvar store = require('../internals/shared-store');\n\n(module.exports = function (key, value) {\n return store[key] || (store[key] = value !== undefined ? value : {});\n})('versions', []).push({\n version: '3.6.4',\n mode: IS_PURE ? 'pure' : 'global',\n copyright: '© 2020 Denis Pushkarev (zloirock.ru)'\n});\n","var getBuiltIn = require('../internals/get-built-in');\nvar getOwnPropertyNamesModule = require('../internals/object-get-own-property-names');\nvar getOwnPropertySymbolsModule = require('../internals/object-get-own-property-symbols');\nvar anObject = require('../internals/an-object');\n\n// all object keys, includes non-enumerable and symbols\nmodule.exports = getBuiltIn('Reflect', 'ownKeys') || function ownKeys(it) {\n var keys = getOwnPropertyNamesModule.f(anObject(it));\n var getOwnPropertySymbols = getOwnPropertySymbolsModule.f;\n return getOwnPropertySymbols ? keys.concat(getOwnPropertySymbols(it)) : keys;\n};\n","// IE8- don't enum bug keys\nmodule.exports = [\n 'constructor',\n 'hasOwnProperty',\n 'isPrototypeOf',\n 'propertyIsEnumerable',\n 'toLocaleString',\n 'toString',\n 'valueOf'\n];\n","exports.f = Object.getOwnPropertySymbols;\n","var fails = require('../internals/fails');\n\nmodule.exports = !!Object.getOwnPropertySymbols && !fails(function () {\n // Chrome 38 Symbol has incorrect toString conversion\n // eslint-disable-next-line no-undef\n return !String(Symbol());\n});\n","var DESCRIPTORS = require('../internals/descriptors');\nvar definePropertyModule = require('../internals/object-define-property');\nvar anObject = require('../internals/an-object');\nvar objectKeys = require('../internals/object-keys');\n\n// `Object.defineProperties` method\n// https://tc39.github.io/ecma262/#sec-object.defineproperties\nmodule.exports = DESCRIPTORS ? Object.defineProperties : function defineProperties(O, Properties) {\n anObject(O);\n var keys = objectKeys(Properties);\n var length = keys.length;\n var index = 0;\n var key;\n while (length > index) definePropertyModule.f(O, key = keys[index++], Properties[key]);\n return O;\n};\n","var wellKnownSymbol = require('../internals/well-known-symbol');\nvar Iterators = require('../internals/iterators');\n\nvar ITERATOR = wellKnownSymbol('iterator');\nvar ArrayPrototype = Array.prototype;\n\n// check on default Array iterator\nmodule.exports = function (it) {\n return it !== undefined && (Iterators.Array === it || ArrayPrototype[ITERATOR] === it);\n};\n","var wellKnownSymbol = require('../internals/well-known-symbol');\n\nvar TO_STRING_TAG = wellKnownSymbol('toStringTag');\nvar test = {};\n\ntest[TO_STRING_TAG] = 'z';\n\nmodule.exports = String(test) === '[object z]';\n","var fails = require('../internals/fails');\n\nmodule.exports = !fails(function () {\n function F() { /* empty */ }\n F.prototype.constructor = null;\n return Object.getPrototypeOf(new F()) !== F.prototype;\n});\n","var global = require('../internals/global');\nvar userAgent = require('../internals/engine-user-agent');\n\nvar process = global.process;\nvar versions = process && process.versions;\nvar v8 = versions && versions.v8;\nvar match, version;\n\nif (v8) {\n match = v8.split('.');\n version = match[0] + match[1];\n} else if (userAgent) {\n match = userAgent.match(/Edge\\/(\\d+)/);\n if (!match || match[1] >= 74) {\n match = userAgent.match(/Chrome\\/(\\d+)/);\n if (match) version = match[1];\n }\n}\n\nmodule.exports = version && +version;\n","'use strict';\nvar toObject = require('../internals/to-object');\nvar toAbsoluteIndex = require('../internals/to-absolute-index');\nvar toLength = require('../internals/to-length');\n\n// `Array.prototype.fill` method implementation\n// https://tc39.github.io/ecma262/#sec-array.prototype.fill\nmodule.exports = function fill(value /* , start = 0, end = @length */) {\n var O = toObject(this);\n var length = toLength(O.length);\n var argumentsLength = arguments.length;\n var index = toAbsoluteIndex(argumentsLength > 1 ? arguments[1] : undefined, length);\n var end = argumentsLength > 2 ? arguments[2] : undefined;\n var endPos = end === undefined ? length : toAbsoluteIndex(end, length);\n while (endPos > index) O[index++] = value;\n return O;\n};\n","'use strict';\nvar $ = require('../internals/export');\nvar createIteratorConstructor = require('../internals/create-iterator-constructor');\nvar getPrototypeOf = require('../internals/object-get-prototype-of');\nvar setPrototypeOf = require('../internals/object-set-prototype-of');\nvar setToStringTag = require('../internals/set-to-string-tag');\nvar createNonEnumerableProperty = require('../internals/create-non-enumerable-property');\nvar redefine = require('../internals/redefine');\nvar wellKnownSymbol = require('../internals/well-known-symbol');\nvar IS_PURE = require('../internals/is-pure');\nvar Iterators = require('../internals/iterators');\nvar IteratorsCore = require('../internals/iterators-core');\n\nvar IteratorPrototype = IteratorsCore.IteratorPrototype;\nvar BUGGY_SAFARI_ITERATORS = IteratorsCore.BUGGY_SAFARI_ITERATORS;\nvar ITERATOR = wellKnownSymbol('iterator');\nvar KEYS = 'keys';\nvar VALUES = 'values';\nvar ENTRIES = 'entries';\n\nvar returnThis = function () { return this; };\n\nmodule.exports = function (Iterable, NAME, IteratorConstructor, next, DEFAULT, IS_SET, FORCED) {\n createIteratorConstructor(IteratorConstructor, NAME, next);\n\n var getIterationMethod = function (KIND) {\n if (KIND === DEFAULT && defaultIterator) return defaultIterator;\n if (!BUGGY_SAFARI_ITERATORS && KIND in IterablePrototype) return IterablePrototype[KIND];\n switch (KIND) {\n case KEYS: return function keys() { return new IteratorConstructor(this, KIND); };\n case VALUES: return function values() { return new IteratorConstructor(this, KIND); };\n case ENTRIES: return function entries() { return new IteratorConstructor(this, KIND); };\n } return function () { return new IteratorConstructor(this); };\n };\n\n var TO_STRING_TAG = NAME + ' Iterator';\n var INCORRECT_VALUES_NAME = false;\n var IterablePrototype = Iterable.prototype;\n var nativeIterator = IterablePrototype[ITERATOR]\n || IterablePrototype['@@iterator']\n || DEFAULT && IterablePrototype[DEFAULT];\n var defaultIterator = !BUGGY_SAFARI_ITERATORS && nativeIterator || getIterationMethod(DEFAULT);\n var anyNativeIterator = NAME == 'Array' ? IterablePrototype.entries || nativeIterator : nativeIterator;\n var CurrentIteratorPrototype, methods, KEY;\n\n // fix native\n if (anyNativeIterator) {\n CurrentIteratorPrototype = getPrototypeOf(anyNativeIterator.call(new Iterable()));\n if (IteratorPrototype !== Object.prototype && CurrentIteratorPrototype.next) {\n if (!IS_PURE && getPrototypeOf(CurrentIteratorPrototype) !== IteratorPrototype) {\n if (setPrototypeOf) {\n setPrototypeOf(CurrentIteratorPrototype, IteratorPrototype);\n } else if (typeof CurrentIteratorPrototype[ITERATOR] != 'function') {\n createNonEnumerableProperty(CurrentIteratorPrototype, ITERATOR, returnThis);\n }\n }\n // Set @@toStringTag to native iterators\n setToStringTag(CurrentIteratorPrototype, TO_STRING_TAG, true, true);\n if (IS_PURE) Iterators[TO_STRING_TAG] = returnThis;\n }\n }\n\n // fix Array#{values, @@iterator}.name in V8 / FF\n if (DEFAULT == VALUES && nativeIterator && nativeIterator.name !== VALUES) {\n INCORRECT_VALUES_NAME = true;\n defaultIterator = function values() { return nativeIterator.call(this); };\n }\n\n // define iterator\n if ((!IS_PURE || FORCED) && IterablePrototype[ITERATOR] !== defaultIterator) {\n createNonEnumerableProperty(IterablePrototype, ITERATOR, defaultIterator);\n }\n Iterators[NAME] = defaultIterator;\n\n // export additional methods\n if (DEFAULT) {\n methods = {\n values: getIterationMethod(VALUES),\n keys: IS_SET ? defaultIterator : getIterationMethod(KEYS),\n entries: getIterationMethod(ENTRIES)\n };\n if (FORCED) for (KEY in methods) {\n if (BUGGY_SAFARI_ITERATORS || INCORRECT_VALUES_NAME || !(KEY in IterablePrototype)) {\n redefine(IterablePrototype, KEY, methods[KEY]);\n }\n } else $({ target: NAME, proto: true, forced: BUGGY_SAFARI_ITERATORS || INCORRECT_VALUES_NAME }, methods);\n }\n\n return methods;\n};\n","'use strict';\nvar IteratorPrototype = require('../internals/iterators-core').IteratorPrototype;\nvar create = require('../internals/object-create');\nvar createPropertyDescriptor = require('../internals/create-property-descriptor');\nvar setToStringTag = require('../internals/set-to-string-tag');\nvar Iterators = require('../internals/iterators');\n\nvar returnThis = function () { return this; };\n\nmodule.exports = function (IteratorConstructor, NAME, next) {\n var TO_STRING_TAG = NAME + ' Iterator';\n IteratorConstructor.prototype = create(IteratorPrototype, { next: createPropertyDescriptor(1, next) });\n setToStringTag(IteratorConstructor, TO_STRING_TAG, false, true);\n Iterators[TO_STRING_TAG] = returnThis;\n return IteratorConstructor;\n};\n","var isRegExp = require('../internals/is-regexp');\n\nmodule.exports = function (it) {\n if (isRegExp(it)) {\n throw TypeError(\"The method doesn't accept regular expressions\");\n } return it;\n};\n","var wellKnownSymbol = require('../internals/well-known-symbol');\n\nvar MATCH = wellKnownSymbol('match');\n\nmodule.exports = function (METHOD_NAME) {\n var regexp = /./;\n try {\n '/./'[METHOD_NAME](regexp);\n } catch (e) {\n try {\n regexp[MATCH] = false;\n return '/./'[METHOD_NAME](regexp);\n } catch (f) { /* empty */ }\n } return false;\n};\n","'use strict';\nvar $ = require('../internals/export');\nvar exec = require('../internals/regexp-exec');\n\n$({ target: 'RegExp', proto: true, forced: /./.exec !== exec }, {\n exec: exec\n});\n","// https://github.com/tc39/proposal-string-pad-start-end\nvar toLength = require('../internals/to-length');\nvar repeat = require('../internals/string-repeat');\nvar requireObjectCoercible = require('../internals/require-object-coercible');\n\nvar ceil = Math.ceil;\n\n// `String.prototype.{ padStart, padEnd }` methods implementation\nvar createMethod = function (IS_END) {\n return function ($this, maxLength, fillString) {\n var S = String(requireObjectCoercible($this));\n var stringLength = S.length;\n var fillStr = fillString === undefined ? ' ' : String(fillString);\n var intMaxLength = toLength(maxLength);\n var fillLen, stringFiller;\n if (intMaxLength <= stringLength || fillStr == '') return S;\n fillLen = intMaxLength - stringLength;\n stringFiller = repeat.call(fillStr, ceil(fillLen / fillStr.length));\n if (stringFiller.length > fillLen) stringFiller = stringFiller.slice(0, fillLen);\n return IS_END ? S + stringFiller : stringFiller + S;\n };\n};\n\nmodule.exports = {\n // `String.prototype.padStart` method\n // https://tc39.github.io/ecma262/#sec-string.prototype.padstart\n start: createMethod(false),\n // `String.prototype.padEnd` method\n // https://tc39.github.io/ecma262/#sec-string.prototype.padend\n end: createMethod(true)\n};\n","'use strict';\nvar toInteger = require('../internals/to-integer');\nvar requireObjectCoercible = require('../internals/require-object-coercible');\n\n// `String.prototype.repeat` method implementation\n// https://tc39.github.io/ecma262/#sec-string.prototype.repeat\nmodule.exports = ''.repeat || function repeat(count) {\n var str = String(requireObjectCoercible(this));\n var result = '';\n var n = toInteger(count);\n if (n < 0 || n == Infinity) throw RangeError('Wrong number of repetitions');\n for (;n > 0; (n >>>= 1) && (str += str)) if (n & 1) result += str;\n return result;\n};\n","var fails = require('../internals/fails');\nvar whitespaces = require('../internals/whitespaces');\n\nvar non = '\\u200B\\u0085\\u180E';\n\n// check that a method works with the correct list\n// of whitespaces and has a correct name\nmodule.exports = function (METHOD_NAME) {\n return fails(function () {\n return !!whitespaces[METHOD_NAME]() || non[METHOD_NAME]() != non || whitespaces[METHOD_NAME].name !== METHOD_NAME;\n });\n};\n","// `Math.sign` method implementation\n// https://tc39.github.io/ecma262/#sec-math.sign\nmodule.exports = Math.sign || function sign(x) {\n // eslint-disable-next-line no-self-compare\n return (x = +x) == 0 || x != x ? x : x < 0 ? -1 : 1;\n};\n","var global = require('../internals/global');\nvar fails = require('../internals/fails');\nvar classof = require('../internals/classof-raw');\nvar bind = require('../internals/function-bind-context');\nvar html = require('../internals/html');\nvar createElement = require('../internals/document-create-element');\nvar IS_IOS = require('../internals/engine-is-ios');\n\nvar location = global.location;\nvar set = global.setImmediate;\nvar clear = global.clearImmediate;\nvar process = global.process;\nvar MessageChannel = global.MessageChannel;\nvar Dispatch = global.Dispatch;\nvar counter = 0;\nvar queue = {};\nvar ONREADYSTATECHANGE = 'onreadystatechange';\nvar defer, channel, port;\n\nvar run = function (id) {\n // eslint-disable-next-line no-prototype-builtins\n if (queue.hasOwnProperty(id)) {\n var fn = queue[id];\n delete queue[id];\n fn();\n }\n};\n\nvar runner = function (id) {\n return function () {\n run(id);\n };\n};\n\nvar listener = function (event) {\n run(event.data);\n};\n\nvar post = function (id) {\n // old engines have not location.origin\n global.postMessage(id + '', location.protocol + '//' + location.host);\n};\n\n// Node.js 0.9+ & IE10+ has setImmediate, otherwise:\nif (!set || !clear) {\n set = function setImmediate(fn) {\n var args = [];\n var i = 1;\n while (arguments.length > i) args.push(arguments[i++]);\n queue[++counter] = function () {\n // eslint-disable-next-line no-new-func\n (typeof fn == 'function' ? fn : Function(fn)).apply(undefined, args);\n };\n defer(counter);\n return counter;\n };\n clear = function clearImmediate(id) {\n delete queue[id];\n };\n // Node.js 0.8-\n if (classof(process) == 'process') {\n defer = function (id) {\n process.nextTick(runner(id));\n };\n // Sphere (JS game engine) Dispatch API\n } else if (Dispatch && Dispatch.now) {\n defer = function (id) {\n Dispatch.now(runner(id));\n };\n // Browsers with MessageChannel, includes WebWorkers\n // except iOS - https://github.com/zloirock/core-js/issues/624\n } else if (MessageChannel && !IS_IOS) {\n channel = new MessageChannel();\n port = channel.port2;\n channel.port1.onmessage = listener;\n defer = bind(port.postMessage, port, 1);\n // Browsers with postMessage, skip WebWorkers\n // IE8 has postMessage, but it's sync & typeof its postMessage is 'object'\n } else if (global.addEventListener && typeof postMessage == 'function' && !global.importScripts && !fails(post)) {\n defer = post;\n global.addEventListener('message', listener, false);\n // IE8-\n } else if (ONREADYSTATECHANGE in createElement('script')) {\n defer = function (id) {\n html.appendChild(createElement('script'))[ONREADYSTATECHANGE] = function () {\n html.removeChild(this);\n run(id);\n };\n };\n // Rest old browsers\n } else {\n defer = function (id) {\n setTimeout(runner(id), 0);\n };\n }\n}\n\nmodule.exports = {\n set: set,\n clear: clear\n};\n","'use strict';\nvar aFunction = require('../internals/a-function');\n\nvar PromiseCapability = function (C) {\n var resolve, reject;\n this.promise = new C(function ($$resolve, $$reject) {\n if (resolve !== undefined || reject !== undefined) throw TypeError('Bad Promise constructor');\n resolve = $$resolve;\n reject = $$reject;\n });\n this.resolve = aFunction(resolve);\n this.reject = aFunction(reject);\n};\n\n// 25.4.1.5 NewPromiseCapability(C)\nmodule.exports.f = function (C) {\n return new PromiseCapability(C);\n};\n","module.exports = typeof ArrayBuffer !== 'undefined' && typeof DataView !== 'undefined';\n","/* eslint-disable no-new */\nvar global = require('../internals/global');\nvar fails = require('../internals/fails');\nvar checkCorrectnessOfIteration = require('../internals/check-correctness-of-iteration');\nvar NATIVE_ARRAY_BUFFER_VIEWS = require('../internals/array-buffer-view-core').NATIVE_ARRAY_BUFFER_VIEWS;\n\nvar ArrayBuffer = global.ArrayBuffer;\nvar Int8Array = global.Int8Array;\n\nmodule.exports = !NATIVE_ARRAY_BUFFER_VIEWS || !fails(function () {\n Int8Array(1);\n}) || !fails(function () {\n new Int8Array(-1);\n}) || !checkCorrectnessOfIteration(function (iterable) {\n new Int8Array();\n new Int8Array(null);\n new Int8Array(1.5);\n new Int8Array(iterable);\n}, true) || fails(function () {\n // Safari (11+) bug - a reason why even Safari 13 should load a typed array polyfill\n return new Int8Array(new ArrayBuffer(2), 1, undefined).length !== 1;\n});\n","/**\n * Strengthify - show the weakness of a password (uses zxcvbn for this)\n * https://github.com/MorrisJobke/strengthify\n *\n * Version: 0.5.8\n * Author: Morris Jobke (github.com/MorrisJobke) - original\n * Eve Ragins @ Eve Corp (github.com/eve-corp)\n *\n *\n * License:\n *\n * The MIT License (MIT)\n *\n * Copyright (c) 2013-2019 Morris Jobke <morris.jobke@gmail.com>\n *\n * Permission is hereby granted, free of charge, to any person obtaining a copy of\n * this software and associated documentation files (the \"Software\"), to deal in\n * the Software without restriction, including without limitation the rights to\n * use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of\n * the Software, and to permit persons to whom the Software is furnished to do so,\n * subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in all\n * copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS\n * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR\n * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER\n * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n */\n\n/* global jQuery */\n(function($) {\n $.fn.strengthify = function(paramOptions) {\n \"use strict\";\n\n var defaults = {\n zxcvbn: 'zxcvbn/zxcvbn.js',\n userInputs: [],\n titles: [\n 'Weakest',\n 'Weak',\n 'So-so',\n 'Good',\n 'Perfect'\n ],\n tilesOptions:{\n tooltip: true,\n element: false\n },\n drawTitles: false,\n drawMessage: false,\n drawBars: true,\n $addAfter: null,\n nonce: null\n };\n\n return this.each(function() {\n var options = $.extend(defaults, paramOptions);\n\n if (!options.drawTitles\n && !options.drawMessage\n && !options.drawBars)\n console.warn(\"expect at least one of 'drawTitles', 'drawMessage', or 'drawBars' to be true\");\n\n function getWrapperFor(id) {\n return $('div[data-strengthifyFor=\"' + id + '\"]');\n };\n\n function drawStrengthify() {\n var password = $(this).val(),\n elemId = $(this).attr('id'),\n // hide strengthify if no input is provided\n opacity = (password === '') ? 0 : 1,\n // calculate result\n result = zxcvbn(password, options.userInputs),\n // setup some vars for later\n css = '',\n bsLevel = '',\n message = '',\n // cache jQuery selections\n $wrapper = getWrapperFor(elemId),\n $container = $wrapper.find('.strengthify-container'),\n $message = $wrapper.find('[data-strengthifyMessage]');\n\n\n $wrapper.children()\n .css('opacity', opacity)\n .css('-ms-filter',\n '\"progid:DXImageTransform.Microsoft.Alpha(Opacity=' + opacity * 100 + ')\"'\n );\n\n if (options.onResult) {\n options.onResult(result);\n }\n\n // style strengthify bar\n // possible scores: 0-4\n switch (result.score) {\n case 0:\n case 1:\n css = 'password-bad';\n bsLevel = 'danger';\n message = result.feedback ? result.feedback.suggestions.join('<br/>') : \"\";\n break;\n case 2:\n bsLevel = 'warning';\n message = result.feedback ? result.feedback.suggestions.join('<br/>') : \"\";\n css = 'password-medium';\n break;\n case 3:\n css = 'password-good';\n bsLevel = 'info';\n message = \"Getting better.\";\n break;\n case 4:\n css = 'password-good';\n bsLevel = 'success';\n message = \"Looks good.\";\n break;\n }\n\n if ($message) {\n $message.removeAttr('class');\n $message.addClass('bg-' + bsLevel);\n\n // reset state for empty string password\n if (password === '') {\n message = '';\n }\n $message.html(message);\n }\n if ($container) {\n $container\n .attr('class', css + ' strengthify-container')\n // possible scores: 0-4\n .css(\n 'width',\n // if score is '0' it will be changed to '1' to\n // not hide strengthify if the password is extremely weak\n ((result.score === 0 ? 1 : result.score) * 25) + '%'\n );\n\n // reset state for empty string password\n if (password === '') {\n $container.css('width', 0);\n }\n }\n\n if (options.drawTitles) {\n // set a title for the wrapper\n if(options.tilesOptions.tooltip){\n $wrapper.attr(\n 'title',\n options.titles[result.score]\n ).tooltip({\n placement: 'bottom',\n trigger: 'manual',\n }).tooltip(\n 'fixTitle'\n ).tooltip(\n 'show'\n );\n\n if (opacity === 0) {\n $wrapper.tooltip(\n 'hide'\n );\n }\n }\n\n if(options.tilesOptions.element){\n $wrapper.find(\".strengthify-tiles\").text(options.titles[result.score]);\n }\n }\n };\n\n function init() {\n var $elem = $(this),\n elemId = $elem.attr('id');\n var drawSelf = drawStrengthify.bind(this);\n\n var $addAfter = options.$addAfter;\n if (!$addAfter) {\n $addAfter = $elem;\n }\n\n // add elements\n $addAfter.after('<div class=\"strengthify-wrapper\" data-strengthifyFor=\"' + $elem.attr('id') + '\"></div>');\n\n if (options.drawBars) {\n getWrapperFor(elemId)\n .append('<div class=\"strengthify-bg\" />')\n .append('<div class=\"strengthify-container\" />')\n .append('<div class=\"strengthify-separator\" style=\"left: 25%\" />')\n .append('<div class=\"strengthify-separator\" style=\"left: 50%\" />')\n .append('<div class=\"strengthify-separator\" style=\"left: 75%\" />');\n }\n\n if (options.drawMessage) {\n getWrapperFor(elemId).append('<div data-strengthifyMessage></div>');\n }\n\n if (options.drawTitles && options.tilesOptions) {\n getWrapperFor(elemId).append('<div class=\"strengthify-tiles\"></div>');\n }\n\n var script = document.createElement(\"script\");\n script.src = options.zxcvbn;\n if (options.nonce !== null) {\n script.setAttribute('nonce', options.nonce);\n }\n\n script.onload = function() {\n \t$elem.parent().on('scroll', drawSelf);\n $elem.bind('keyup input change', drawSelf);\n }\n\n document.head.appendChild(script);\n };\n\n init.call(this);\n\n //return me;\n });\n };\n\n} (jQuery));\n","// style-loader: Adds some css to the DOM by adding a <style> tag\n\n// load the styles\nvar content = require(\"!!../css-loader/dist/cjs.js!./strengthify.css\");\nif(typeof content === 'string') content = [[module.id, content, '']];\nif(content.locals) module.exports = content.locals;\n// add the styles to the DOM\nvar add = require(\"!../vue-style-loader/lib/addStylesClient.js\").default\nvar update = add(\"2f61b848\", content, true, {});","// Imports\nvar ___CSS_LOADER_API_IMPORT___ = require(\"../css-loader/dist/runtime/api.js\");\nexports = ___CSS_LOADER_API_IMPORT___(false);\n// Module\nexports.push([module.id, \"/**\\n * Strengthify - show the weakness of a password (uses zxcvbn for this)\\n * https://github.com/MorrisJobke/strengthify\\n * Version: 0.5.8\\n * License: The MIT License (MIT)\\n * Copyright (c) 2013-2019 Morris Jobke <morris.jobke@gmail.com>\\n */\\n\\n.strengthify-wrapper {\\n position: relative;\\n}\\n\\n.strengthify-wrapper > * {\\n\\t-ms-filter:\\\"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\\\";\\n\\tfilter: alpha(opacity=0);\\n\\topacity: 0;\\n\\t-webkit-transition:all .5s ease-in-out;\\n\\t-moz-transition:all .5s ease-in-out;\\n\\ttransition:all .5s ease-in-out;\\n}\\n\\n.strengthify-bg, .strengthify-container, .strengthify-separator {\\n\\theight: 3px;\\n}\\n\\n.strengthify-bg, .strengthify-container {\\n\\tdisplay: block;\\n\\tposition: absolute;\\n\\twidth: 100%;\\n}\\n\\n.strengthify-bg {\\n\\tbackground-color: #BBB;\\n}\\n\\n.strengthify-separator {\\n\\tdisplay: inline-block;\\n\\tposition: absolute;\\n\\tbackground-color: #FFF;\\n\\twidth: 1px;\\n\\tz-index: 10;\\n}\\n\\n.password-bad {\\n\\tbackground-color: #C33;\\n}\\n.password-medium {\\n\\tbackground-color: #F80;\\n}\\n.password-good {\\n\\tbackground-color: #3C3;\\n}\\n\\ndiv[data-strengthifyMessage] {\\n padding: 3px 8px;\\n}\\n\\n.strengthify-tiles{\\n\\tfloat: right;\\n}\\n\", \"\"]);\n// Exports\nmodule.exports = exports;\n","var DESCRIPTORS = require('../internals/descriptors');\nvar fails = require('../internals/fails');\nvar createElement = require('../internals/document-create-element');\n\n// Thank's IE8 for his funny defineProperty\nmodule.exports = !DESCRIPTORS && !fails(function () {\n return Object.defineProperty(createElement('div'), 'a', {\n get: function () { return 7; }\n }).a != 7;\n});\n","var global = require('../internals/global');\nvar setGlobal = require('../internals/set-global');\n\nvar SHARED = '__core-js_shared__';\nvar store = global[SHARED] || setGlobal(SHARED, {});\n\nmodule.exports = store;\n","var global = require('../internals/global');\nvar inspectSource = require('../internals/inspect-source');\n\nvar WeakMap = global.WeakMap;\n\nmodule.exports = typeof WeakMap === 'function' && /native code/.test(inspectSource(WeakMap));\n","var has = require('../internals/has');\nvar ownKeys = require('../internals/own-keys');\nvar getOwnPropertyDescriptorModule = require('../internals/object-get-own-property-descriptor');\nvar definePropertyModule = require('../internals/object-define-property');\n\nmodule.exports = function (target, source) {\n var keys = ownKeys(source);\n var defineProperty = definePropertyModule.f;\n var getOwnPropertyDescriptor = getOwnPropertyDescriptorModule.f;\n for (var i = 0; i < keys.length; i++) {\n var key = keys[i];\n if (!has(target, key)) defineProperty(target, key, getOwnPropertyDescriptor(source, key));\n }\n};\n","var has = require('../internals/has');\nvar toIndexedObject = require('../internals/to-indexed-object');\nvar indexOf = require('../internals/array-includes').indexOf;\nvar hiddenKeys = require('../internals/hidden-keys');\n\nmodule.exports = function (object, names) {\n var O = toIndexedObject(object);\n var i = 0;\n var result = [];\n var key;\n for (key in O) !has(hiddenKeys, key) && has(O, key) && result.push(key);\n // Don't enum bug & hidden keys\n while (names.length > i) if (has(O, key = names[i++])) {\n ~indexOf(result, key) || result.push(key);\n }\n return result;\n};\n","var NATIVE_SYMBOL = require('../internals/native-symbol');\n\nmodule.exports = NATIVE_SYMBOL\n // eslint-disable-next-line no-undef\n && !Symbol.sham\n // eslint-disable-next-line no-undef\n && typeof Symbol.iterator == 'symbol';\n","var getBuiltIn = require('../internals/get-built-in');\n\nmodule.exports = getBuiltIn('document', 'documentElement');\n","var toIndexedObject = require('../internals/to-indexed-object');\nvar nativeGetOwnPropertyNames = require('../internals/object-get-own-property-names').f;\n\nvar toString = {}.toString;\n\nvar windowNames = typeof window == 'object' && window && Object.getOwnPropertyNames\n ? Object.getOwnPropertyNames(window) : [];\n\nvar getWindowNames = function (it) {\n try {\n return nativeGetOwnPropertyNames(it);\n } catch (error) {\n return windowNames.slice();\n }\n};\n\n// fallback for IE11 buggy Object.getOwnPropertyNames with iframe and window\nmodule.exports.f = function getOwnPropertyNames(it) {\n return windowNames && toString.call(it) == '[object Window]'\n ? getWindowNames(it)\n : nativeGetOwnPropertyNames(toIndexedObject(it));\n};\n","var wellKnownSymbol = require('../internals/well-known-symbol');\n\nexports.f = wellKnownSymbol;\n","'use strict';\nvar DESCRIPTORS = require('../internals/descriptors');\nvar fails = require('../internals/fails');\nvar objectKeys = require('../internals/object-keys');\nvar getOwnPropertySymbolsModule = require('../internals/object-get-own-property-symbols');\nvar propertyIsEnumerableModule = require('../internals/object-property-is-enumerable');\nvar toObject = require('../internals/to-object');\nvar IndexedObject = require('../internals/indexed-object');\n\nvar nativeAssign = Object.assign;\nvar defineProperty = Object.defineProperty;\n\n// `Object.assign` method\n// https://tc39.github.io/ecma262/#sec-object.assign\nmodule.exports = !nativeAssign || fails(function () {\n // should have correct order of operations (Edge bug)\n if (DESCRIPTORS && nativeAssign({ b: 1 }, nativeAssign(defineProperty({}, 'a', {\n enumerable: true,\n get: function () {\n defineProperty(this, 'b', {\n value: 3,\n enumerable: false\n });\n }\n }), { b: 2 })).b !== 1) return true;\n // should work with symbols and should have deterministic property order (V8 bug)\n var A = {};\n var B = {};\n // eslint-disable-next-line no-undef\n var symbol = Symbol();\n var alphabet = 'abcdefghijklmnopqrst';\n A[symbol] = 7;\n alphabet.split('').forEach(function (chr) { B[chr] = chr; });\n return nativeAssign({}, A)[symbol] != 7 || objectKeys(nativeAssign({}, B)).join('') != alphabet;\n}) ? function assign(target, source) { // eslint-disable-line no-unused-vars\n var T = toObject(target);\n var argumentsLength = arguments.length;\n var index = 1;\n var getOwnPropertySymbols = getOwnPropertySymbolsModule.f;\n var propertyIsEnumerable = propertyIsEnumerableModule.f;\n while (argumentsLength > index) {\n var S = IndexedObject(arguments[index++]);\n var keys = getOwnPropertySymbols ? objectKeys(S).concat(getOwnPropertySymbols(S)) : objectKeys(S);\n var length = keys.length;\n var j = 0;\n var key;\n while (length > j) {\n key = keys[j++];\n if (!DESCRIPTORS || propertyIsEnumerable.call(S, key)) T[key] = S[key];\n }\n } return T;\n} : nativeAssign;\n","var DESCRIPTORS = require('../internals/descriptors');\nvar objectKeys = require('../internals/object-keys');\nvar toIndexedObject = require('../internals/to-indexed-object');\nvar propertyIsEnumerable = require('../internals/object-property-is-enumerable').f;\n\n// `Object.{ entries, values }` methods implementation\nvar createMethod = function (TO_ENTRIES) {\n return function (it) {\n var O = toIndexedObject(it);\n var keys = objectKeys(O);\n var length = keys.length;\n var i = 0;\n var result = [];\n var key;\n while (length > i) {\n key = keys[i++];\n if (!DESCRIPTORS || propertyIsEnumerable.call(O, key)) {\n result.push(TO_ENTRIES ? [key, O[key]] : O[key]);\n }\n }\n return result;\n };\n};\n\nmodule.exports = {\n // `Object.entries` method\n // https://tc39.github.io/ecma262/#sec-object.entries\n entries: createMethod(true),\n // `Object.values` method\n // https://tc39.github.io/ecma262/#sec-object.values\n values: createMethod(false)\n};\n","var anObject = require('../internals/an-object');\n\n// call something on iterator step with safe closing on error\nmodule.exports = function (iterator, fn, value, ENTRIES) {\n try {\n return ENTRIES ? fn(anObject(value)[0], value[1]) : fn(value);\n // 7.4.6 IteratorClose(iterator, completion)\n } catch (error) {\n var returnMethod = iterator['return'];\n if (returnMethod !== undefined) anObject(returnMethod.call(iterator));\n throw error;\n }\n};\n","// `SameValue` abstract operation\n// https://tc39.github.io/ecma262/#sec-samevalue\nmodule.exports = Object.is || function is(x, y) {\n // eslint-disable-next-line no-self-compare\n return x === y ? x !== 0 || 1 / x === 1 / y : x != x && y != y;\n};\n","var isObject = require('../internals/is-object');\n\nmodule.exports = function (it) {\n if (!isObject(it) && it !== null) {\n throw TypeError(\"Can't set \" + String(it) + ' as a prototype');\n } return it;\n};\n","'use strict';\nvar aFunction = require('../internals/a-function');\nvar isObject = require('../internals/is-object');\n\nvar slice = [].slice;\nvar factories = {};\n\nvar construct = function (C, argsLength, args) {\n if (!(argsLength in factories)) {\n for (var list = [], i = 0; i < argsLength; i++) list[i] = 'a[' + i + ']';\n // eslint-disable-next-line no-new-func\n factories[argsLength] = Function('C,a', 'return new C(' + list.join(',') + ')');\n } return factories[argsLength](C, args);\n};\n\n// `Function.prototype.bind` method implementation\n// https://tc39.github.io/ecma262/#sec-function.prototype.bind\nmodule.exports = Function.bind || function bind(that /* , ...args */) {\n var fn = aFunction(this);\n var partArgs = slice.call(arguments, 1);\n var boundFunction = function bound(/* args... */) {\n var args = partArgs.concat(slice.call(arguments));\n return this instanceof boundFunction ? construct(fn, args.length, args) : fn.apply(that, args);\n };\n if (isObject(fn.prototype)) boundFunction.prototype = fn.prototype;\n return boundFunction;\n};\n","'use strict';\nvar bind = require('../internals/function-bind-context');\nvar toObject = require('../internals/to-object');\nvar callWithSafeIterationClosing = require('../internals/call-with-safe-iteration-closing');\nvar isArrayIteratorMethod = require('../internals/is-array-iterator-method');\nvar toLength = require('../internals/to-length');\nvar createProperty = require('../internals/create-property');\nvar getIteratorMethod = require('../internals/get-iterator-method');\n\n// `Array.from` method implementation\n// https://tc39.github.io/ecma262/#sec-array.from\nmodule.exports = function from(arrayLike /* , mapfn = undefined, thisArg = undefined */) {\n var O = toObject(arrayLike);\n var C = typeof this == 'function' ? this : Array;\n var argumentsLength = arguments.length;\n var mapfn = argumentsLength > 1 ? arguments[1] : undefined;\n var mapping = mapfn !== undefined;\n var iteratorMethod = getIteratorMethod(O);\n var index = 0;\n var length, result, step, iterator, next, value;\n if (mapping) mapfn = bind(mapfn, argumentsLength > 2 ? arguments[2] : undefined, 2);\n // if the target is not iterable or it's an array with the default iterator - use a simple case\n if (iteratorMethod != undefined && !(C == Array && isArrayIteratorMethod(iteratorMethod))) {\n iterator = iteratorMethod.call(O);\n next = iterator.next;\n result = new C();\n for (;!(step = next.call(iterator)).done; index++) {\n value = mapping ? callWithSafeIterationClosing(iterator, mapfn, [step.value, index], true) : step.value;\n createProperty(result, index, value);\n }\n } else {\n length = toLength(O.length);\n result = new C(length);\n for (;length > index; index++) {\n value = mapping ? mapfn(O[index], index) : O[index];\n createProperty(result, index, value);\n }\n }\n result.length = index;\n return result;\n};\n","'use strict';\nvar toObject = require('../internals/to-object');\nvar toAbsoluteIndex = require('../internals/to-absolute-index');\nvar toLength = require('../internals/to-length');\n\nvar min = Math.min;\n\n// `Array.prototype.copyWithin` method implementation\n// https://tc39.github.io/ecma262/#sec-array.prototype.copywithin\nmodule.exports = [].copyWithin || function copyWithin(target /* = 0 */, start /* = 0, end = @length */) {\n var O = toObject(this);\n var len = toLength(O.length);\n var to = toAbsoluteIndex(target, len);\n var from = toAbsoluteIndex(start, len);\n var end = arguments.length > 2 ? arguments[2] : undefined;\n var count = min((end === undefined ? len : toAbsoluteIndex(end, len)) - from, len - to);\n var inc = 1;\n if (from < to && to < from + count) {\n inc = -1;\n from += count - 1;\n to += count - 1;\n }\n while (count-- > 0) {\n if (from in O) O[to] = O[from];\n else delete O[to];\n to += inc;\n from += inc;\n } return O;\n};\n","'use strict';\nvar isArray = require('../internals/is-array');\nvar toLength = require('../internals/to-length');\nvar bind = require('../internals/function-bind-context');\n\n// `FlattenIntoArray` abstract operation\n// https://tc39.github.io/proposal-flatMap/#sec-FlattenIntoArray\nvar flattenIntoArray = function (target, original, source, sourceLen, start, depth, mapper, thisArg) {\n var targetIndex = start;\n var sourceIndex = 0;\n var mapFn = mapper ? bind(mapper, thisArg, 3) : false;\n var element;\n\n while (sourceIndex < sourceLen) {\n if (sourceIndex in source) {\n element = mapFn ? mapFn(source[sourceIndex], sourceIndex, original) : source[sourceIndex];\n\n if (depth > 0 && isArray(element)) {\n targetIndex = flattenIntoArray(target, original, element, toLength(element.length), targetIndex, depth - 1) - 1;\n } else {\n if (targetIndex >= 0x1FFFFFFFFFFFFF) throw TypeError('Exceed the acceptable array length');\n target[targetIndex] = element;\n }\n\n targetIndex++;\n }\n sourceIndex++;\n }\n return targetIndex;\n};\n\nmodule.exports = flattenIntoArray;\n","'use strict';\nvar $forEach = require('../internals/array-iteration').forEach;\nvar arrayMethodIsStrict = require('../internals/array-method-is-strict');\nvar arrayMethodUsesToLength = require('../internals/array-method-uses-to-length');\n\nvar STRICT_METHOD = arrayMethodIsStrict('forEach');\nvar USES_TO_LENGTH = arrayMethodUsesToLength('forEach');\n\n// `Array.prototype.forEach` method implementation\n// https://tc39.github.io/ecma262/#sec-array.prototype.foreach\nmodule.exports = (!STRICT_METHOD || !USES_TO_LENGTH) ? function forEach(callbackfn /* , thisArg */) {\n return $forEach(this, callbackfn, arguments.length > 1 ? arguments[1] : undefined);\n} : [].forEach;\n","'use strict';\nvar toIndexedObject = require('../internals/to-indexed-object');\nvar toInteger = require('../internals/to-integer');\nvar toLength = require('../internals/to-length');\nvar arrayMethodIsStrict = require('../internals/array-method-is-strict');\nvar arrayMethodUsesToLength = require('../internals/array-method-uses-to-length');\n\nvar min = Math.min;\nvar nativeLastIndexOf = [].lastIndexOf;\nvar NEGATIVE_ZERO = !!nativeLastIndexOf && 1 / [1].lastIndexOf(1, -0) < 0;\nvar STRICT_METHOD = arrayMethodIsStrict('lastIndexOf');\n// For preventing possible almost infinite loop in non-standard implementations, test the forward version of the method\nvar USES_TO_LENGTH = arrayMethodUsesToLength('indexOf', { ACCESSORS: true, 1: 0 });\nvar FORCED = NEGATIVE_ZERO || !STRICT_METHOD || !USES_TO_LENGTH;\n\n// `Array.prototype.lastIndexOf` method implementation\n// https://tc39.github.io/ecma262/#sec-array.prototype.lastindexof\nmodule.exports = FORCED ? function lastIndexOf(searchElement /* , fromIndex = @[*-1] */) {\n // convert -0 to +0\n if (NEGATIVE_ZERO) return nativeLastIndexOf.apply(this, arguments) || 0;\n var O = toIndexedObject(this);\n var length = toLength(O.length);\n var index = length - 1;\n if (arguments.length > 1) index = min(index, toInteger(arguments[1]));\n if (index < 0) index = length + index;\n for (;index >= 0; index--) if (index in O && O[index] === searchElement) return index || 0;\n return -1;\n} : nativeLastIndexOf;\n","'use strict';\nvar getPrototypeOf = require('../internals/object-get-prototype-of');\nvar createNonEnumerableProperty = require('../internals/create-non-enumerable-property');\nvar has = require('../internals/has');\nvar wellKnownSymbol = require('../internals/well-known-symbol');\nvar IS_PURE = require('../internals/is-pure');\n\nvar ITERATOR = wellKnownSymbol('iterator');\nvar BUGGY_SAFARI_ITERATORS = false;\n\nvar returnThis = function () { return this; };\n\n// `%IteratorPrototype%` object\n// https://tc39.github.io/ecma262/#sec-%iteratorprototype%-object\nvar IteratorPrototype, PrototypeOfArrayIteratorPrototype, arrayIterator;\n\nif ([].keys) {\n arrayIterator = [].keys();\n // Safari 8 has buggy iterators w/o `next`\n if (!('next' in arrayIterator)) BUGGY_SAFARI_ITERATORS = true;\n else {\n PrototypeOfArrayIteratorPrototype = getPrototypeOf(getPrototypeOf(arrayIterator));\n if (PrototypeOfArrayIteratorPrototype !== Object.prototype) IteratorPrototype = PrototypeOfArrayIteratorPrototype;\n }\n}\n\nif (IteratorPrototype == undefined) IteratorPrototype = {};\n\n// 25.1.2.1.1 %IteratorPrototype%[@@iterator]()\nif (!IS_PURE && !has(IteratorPrototype, ITERATOR)) {\n createNonEnumerableProperty(IteratorPrototype, ITERATOR, returnThis);\n}\n\nmodule.exports = {\n IteratorPrototype: IteratorPrototype,\n BUGGY_SAFARI_ITERATORS: BUGGY_SAFARI_ITERATORS\n};\n","// https://github.com/zloirock/core-js/issues/280\nvar userAgent = require('../internals/engine-user-agent');\n\n// eslint-disable-next-line unicorn/no-unsafe-regex\nmodule.exports = /Version\\/10\\.\\d+(\\.\\d+)?( Mobile\\/\\w+)? Safari\\//.test(userAgent);\n","'use strict';\nvar charAt = require('../internals/string-multibyte').charAt;\nvar InternalStateModule = require('../internals/internal-state');\nvar defineIterator = require('../internals/define-iterator');\n\nvar STRING_ITERATOR = 'String Iterator';\nvar setInternalState = InternalStateModule.set;\nvar getInternalState = InternalStateModule.getterFor(STRING_ITERATOR);\n\n// `String.prototype[@@iterator]` method\n// https://tc39.github.io/ecma262/#sec-string.prototype-@@iterator\ndefineIterator(String, 'String', function (iterated) {\n setInternalState(this, {\n type: STRING_ITERATOR,\n string: String(iterated),\n index: 0\n });\n// `%StringIteratorPrototype%.next` method\n// https://tc39.github.io/ecma262/#sec-%stringiteratorprototype%.next\n}, function next() {\n var state = getInternalState(this);\n var string = state.string;\n var index = state.index;\n var point;\n if (index >= string.length) return { value: undefined, done: true };\n point = charAt(string, index);\n state.index += point.length;\n return { value: point, done: false };\n});\n","var global = require('../internals/global');\nvar trim = require('../internals/string-trim').trim;\nvar whitespaces = require('../internals/whitespaces');\n\nvar $parseInt = global.parseInt;\nvar hex = /^[+-]?0[Xx]/;\nvar FORCED = $parseInt(whitespaces + '08') !== 8 || $parseInt(whitespaces + '0x16') !== 22;\n\n// `parseInt` method\n// https://tc39.github.io/ecma262/#sec-parseint-string-radix\nmodule.exports = FORCED ? function parseInt(string, radix) {\n var S = trim(String(string));\n return $parseInt(S, (radix >>> 0) || (hex.test(S) ? 16 : 10));\n} : $parseInt;\n","var global = require('../internals/global');\nvar trim = require('../internals/string-trim').trim;\nvar whitespaces = require('../internals/whitespaces');\n\nvar $parseFloat = global.parseFloat;\nvar FORCED = 1 / $parseFloat(whitespaces + '-0') !== -Infinity;\n\n// `parseFloat` method\n// https://tc39.github.io/ecma262/#sec-parsefloat-string\nmodule.exports = FORCED ? function parseFloat(string) {\n var trimmedString = trim(String(string));\n var result = $parseFloat(trimmedString);\n return result === 0 && trimmedString.charAt(0) == '-' ? -0 : result;\n} : $parseFloat;\n","var isObject = require('../internals/is-object');\n\nvar floor = Math.floor;\n\n// `Number.isInteger` method implementation\n// https://tc39.github.io/ecma262/#sec-number.isinteger\nmodule.exports = function isInteger(it) {\n return !isObject(it) && isFinite(it) && floor(it) === it;\n};\n","var classof = require('../internals/classof-raw');\n\n// `thisNumberValue` abstract operation\n// https://tc39.github.io/ecma262/#sec-thisnumbervalue\nmodule.exports = function (value) {\n if (typeof value != 'number' && classof(value) != 'Number') {\n throw TypeError('Incorrect invocation');\n }\n return +value;\n};\n","var log = Math.log;\n\n// `Math.log1p` method implementation\n// https://tc39.github.io/ecma262/#sec-math.log1p\nmodule.exports = Math.log1p || function log1p(x) {\n return (x = +x) > -1e-8 && x < 1e-8 ? x - x * x / 2 : log(1 + x);\n};\n","var global = require('../internals/global');\n\nmodule.exports = global.Promise;\n","var userAgent = require('../internals/engine-user-agent');\n\nmodule.exports = /(iphone|ipod|ipad).*applewebkit/i.test(userAgent);\n","var global = require('../internals/global');\nvar getOwnPropertyDescriptor = require('../internals/object-get-own-property-descriptor').f;\nvar classof = require('../internals/classof-raw');\nvar macrotask = require('../internals/task').set;\nvar IS_IOS = require('../internals/engine-is-ios');\n\nvar MutationObserver = global.MutationObserver || global.WebKitMutationObserver;\nvar process = global.process;\nvar Promise = global.Promise;\nvar IS_NODE = classof(process) == 'process';\n// Node.js 11 shows ExperimentalWarning on getting `queueMicrotask`\nvar queueMicrotaskDescriptor = getOwnPropertyDescriptor(global, 'queueMicrotask');\nvar queueMicrotask = queueMicrotaskDescriptor && queueMicrotaskDescriptor.value;\n\nvar flush, head, last, notify, toggle, node, promise, then;\n\n// modern engines have queueMicrotask method\nif (!queueMicrotask) {\n flush = function () {\n var parent, fn;\n if (IS_NODE && (parent = process.domain)) parent.exit();\n while (head) {\n fn = head.fn;\n head = head.next;\n try {\n fn();\n } catch (error) {\n if (head) notify();\n else last = undefined;\n throw error;\n }\n } last = undefined;\n if (parent) parent.enter();\n };\n\n // Node.js\n if (IS_NODE) {\n notify = function () {\n process.nextTick(flush);\n };\n // browsers with MutationObserver, except iOS - https://github.com/zloirock/core-js/issues/339\n } else if (MutationObserver && !IS_IOS) {\n toggle = true;\n node = document.createTextNode('');\n new MutationObserver(flush).observe(node, { characterData: true });\n notify = function () {\n node.data = toggle = !toggle;\n };\n // environments with maybe non-completely correct, but existent Promise\n } else if (Promise && Promise.resolve) {\n // Promise.resolve without an argument throws an error in LG WebOS 2\n promise = Promise.resolve(undefined);\n then = promise.then;\n notify = function () {\n then.call(promise, flush);\n };\n // for other environments - macrotask based on:\n // - setImmediate\n // - MessageChannel\n // - window.postMessag\n // - onreadystatechange\n // - setTimeout\n } else {\n notify = function () {\n // strange IE + webpack dev server bug - use .call(global)\n macrotask.call(global, flush);\n };\n }\n}\n\nmodule.exports = queueMicrotask || function (fn) {\n var task = { fn: fn, next: undefined };\n if (last) last.next = task;\n if (!head) {\n head = task;\n notify();\n } last = task;\n};\n","var anObject = require('../internals/an-object');\nvar isObject = require('../internals/is-object');\nvar newPromiseCapability = require('../internals/new-promise-capability');\n\nmodule.exports = function (C, x) {\n anObject(C);\n if (isObject(x) && x.constructor === C) return x;\n var promiseCapability = newPromiseCapability.f(C);\n var resolve = promiseCapability.resolve;\n resolve(x);\n return promiseCapability.promise;\n};\n","module.exports = function (exec) {\n try {\n return { error: false, value: exec() };\n } catch (error) {\n return { error: true, value: error };\n }\n};\n","'use strict';\nvar defineProperty = require('../internals/object-define-property').f;\nvar create = require('../internals/object-create');\nvar redefineAll = require('../internals/redefine-all');\nvar bind = require('../internals/function-bind-context');\nvar anInstance = require('../internals/an-instance');\nvar iterate = require('../internals/iterate');\nvar defineIterator = require('../internals/define-iterator');\nvar setSpecies = require('../internals/set-species');\nvar DESCRIPTORS = require('../internals/descriptors');\nvar fastKey = require('../internals/internal-metadata').fastKey;\nvar InternalStateModule = require('../internals/internal-state');\n\nvar setInternalState = InternalStateModule.set;\nvar internalStateGetterFor = InternalStateModule.getterFor;\n\nmodule.exports = {\n getConstructor: function (wrapper, CONSTRUCTOR_NAME, IS_MAP, ADDER) {\n var C = wrapper(function (that, iterable) {\n anInstance(that, C, CONSTRUCTOR_NAME);\n setInternalState(that, {\n type: CONSTRUCTOR_NAME,\n index: create(null),\n first: undefined,\n last: undefined,\n size: 0\n });\n if (!DESCRIPTORS) that.size = 0;\n if (iterable != undefined) iterate(iterable, that[ADDER], that, IS_MAP);\n });\n\n var getInternalState = internalStateGetterFor(CONSTRUCTOR_NAME);\n\n var define = function (that, key, value) {\n var state = getInternalState(that);\n var entry = getEntry(that, key);\n var previous, index;\n // change existing entry\n if (entry) {\n entry.value = value;\n // create new entry\n } else {\n state.last = entry = {\n index: index = fastKey(key, true),\n key: key,\n value: value,\n previous: previous = state.last,\n next: undefined,\n removed: false\n };\n if (!state.first) state.first = entry;\n if (previous) previous.next = entry;\n if (DESCRIPTORS) state.size++;\n else that.size++;\n // add to index\n if (index !== 'F') state.index[index] = entry;\n } return that;\n };\n\n var getEntry = function (that, key) {\n var state = getInternalState(that);\n // fast case\n var index = fastKey(key);\n var entry;\n if (index !== 'F') return state.index[index];\n // frozen object case\n for (entry = state.first; entry; entry = entry.next) {\n if (entry.key == key) return entry;\n }\n };\n\n redefineAll(C.prototype, {\n // 23.1.3.1 Map.prototype.clear()\n // 23.2.3.2 Set.prototype.clear()\n clear: function clear() {\n var that = this;\n var state = getInternalState(that);\n var data = state.index;\n var entry = state.first;\n while (entry) {\n entry.removed = true;\n if (entry.previous) entry.previous = entry.previous.next = undefined;\n delete data[entry.index];\n entry = entry.next;\n }\n state.first = state.last = undefined;\n if (DESCRIPTORS) state.size = 0;\n else that.size = 0;\n },\n // 23.1.3.3 Map.prototype.delete(key)\n // 23.2.3.4 Set.prototype.delete(value)\n 'delete': function (key) {\n var that = this;\n var state = getInternalState(that);\n var entry = getEntry(that, key);\n if (entry) {\n var next = entry.next;\n var prev = entry.previous;\n delete state.index[entry.index];\n entry.removed = true;\n if (prev) prev.next = next;\n if (next) next.previous = prev;\n if (state.first == entry) state.first = next;\n if (state.last == entry) state.last = prev;\n if (DESCRIPTORS) state.size--;\n else that.size--;\n } return !!entry;\n },\n // 23.2.3.6 Set.prototype.forEach(callbackfn, thisArg = undefined)\n // 23.1.3.5 Map.prototype.forEach(callbackfn, thisArg = undefined)\n forEach: function forEach(callbackfn /* , that = undefined */) {\n var state = getInternalState(this);\n var boundFunction = bind(callbackfn, arguments.length > 1 ? arguments[1] : undefined, 3);\n var entry;\n while (entry = entry ? entry.next : state.first) {\n boundFunction(entry.value, entry.key, this);\n // revert to the last existing entry\n while (entry && entry.removed) entry = entry.previous;\n }\n },\n // 23.1.3.7 Map.prototype.has(key)\n // 23.2.3.7 Set.prototype.has(value)\n has: function has(key) {\n return !!getEntry(this, key);\n }\n });\n\n redefineAll(C.prototype, IS_MAP ? {\n // 23.1.3.6 Map.prototype.get(key)\n get: function get(key) {\n var entry = getEntry(this, key);\n return entry && entry.value;\n },\n // 23.1.3.9 Map.prototype.set(key, value)\n set: function set(key, value) {\n return define(this, key === 0 ? 0 : key, value);\n }\n } : {\n // 23.2.3.1 Set.prototype.add(value)\n add: function add(value) {\n return define(this, value = value === 0 ? 0 : value, value);\n }\n });\n if (DESCRIPTORS) defineProperty(C.prototype, 'size', {\n get: function () {\n return getInternalState(this).size;\n }\n });\n return C;\n },\n setStrong: function (C, CONSTRUCTOR_NAME, IS_MAP) {\n var ITERATOR_NAME = CONSTRUCTOR_NAME + ' Iterator';\n var getInternalCollectionState = internalStateGetterFor(CONSTRUCTOR_NAME);\n var getInternalIteratorState = internalStateGetterFor(ITERATOR_NAME);\n // add .keys, .values, .entries, [@@iterator]\n // 23.1.3.4, 23.1.3.8, 23.1.3.11, 23.1.3.12, 23.2.3.5, 23.2.3.8, 23.2.3.10, 23.2.3.11\n defineIterator(C, CONSTRUCTOR_NAME, function (iterated, kind) {\n setInternalState(this, {\n type: ITERATOR_NAME,\n target: iterated,\n state: getInternalCollectionState(iterated),\n kind: kind,\n last: undefined\n });\n }, function () {\n var state = getInternalIteratorState(this);\n var kind = state.kind;\n var entry = state.last;\n // revert to the last existing entry\n while (entry && entry.removed) entry = entry.previous;\n // get next entry\n if (!state.target || !(state.last = entry = entry ? entry.next : state.state.first)) {\n // or finish the iteration\n state.target = undefined;\n return { value: undefined, done: true };\n }\n // return step by kind\n if (kind == 'keys') return { value: entry.key, done: false };\n if (kind == 'values') return { value: entry.value, done: false };\n return { value: [entry.key, entry.value], done: false };\n }, IS_MAP ? 'entries' : 'values', !IS_MAP, true);\n\n // add [@@species], 23.1.2.2, 23.2.2.2\n setSpecies(CONSTRUCTOR_NAME);\n }\n};\n","'use strict';\nvar redefineAll = require('../internals/redefine-all');\nvar getWeakData = require('../internals/internal-metadata').getWeakData;\nvar anObject = require('../internals/an-object');\nvar isObject = require('../internals/is-object');\nvar anInstance = require('../internals/an-instance');\nvar iterate = require('../internals/iterate');\nvar ArrayIterationModule = require('../internals/array-iteration');\nvar $has = require('../internals/has');\nvar InternalStateModule = require('../internals/internal-state');\n\nvar setInternalState = InternalStateModule.set;\nvar internalStateGetterFor = InternalStateModule.getterFor;\nvar find = ArrayIterationModule.find;\nvar findIndex = ArrayIterationModule.findIndex;\nvar id = 0;\n\n// fallback for uncaught frozen keys\nvar uncaughtFrozenStore = function (store) {\n return store.frozen || (store.frozen = new UncaughtFrozenStore());\n};\n\nvar UncaughtFrozenStore = function () {\n this.entries = [];\n};\n\nvar findUncaughtFrozen = function (store, key) {\n return find(store.entries, function (it) {\n return it[0] === key;\n });\n};\n\nUncaughtFrozenStore.prototype = {\n get: function (key) {\n var entry = findUncaughtFrozen(this, key);\n if (entry) return entry[1];\n },\n has: function (key) {\n return !!findUncaughtFrozen(this, key);\n },\n set: function (key, value) {\n var entry = findUncaughtFrozen(this, key);\n if (entry) entry[1] = value;\n else this.entries.push([key, value]);\n },\n 'delete': function (key) {\n var index = findIndex(this.entries, function (it) {\n return it[0] === key;\n });\n if (~index) this.entries.splice(index, 1);\n return !!~index;\n }\n};\n\nmodule.exports = {\n getConstructor: function (wrapper, CONSTRUCTOR_NAME, IS_MAP, ADDER) {\n var C = wrapper(function (that, iterable) {\n anInstance(that, C, CONSTRUCTOR_NAME);\n setInternalState(that, {\n type: CONSTRUCTOR_NAME,\n id: id++,\n frozen: undefined\n });\n if (iterable != undefined) iterate(iterable, that[ADDER], that, IS_MAP);\n });\n\n var getInternalState = internalStateGetterFor(CONSTRUCTOR_NAME);\n\n var define = function (that, key, value) {\n var state = getInternalState(that);\n var data = getWeakData(anObject(key), true);\n if (data === true) uncaughtFrozenStore(state).set(key, value);\n else data[state.id] = value;\n return that;\n };\n\n redefineAll(C.prototype, {\n // 23.3.3.2 WeakMap.prototype.delete(key)\n // 23.4.3.3 WeakSet.prototype.delete(value)\n 'delete': function (key) {\n var state = getInternalState(this);\n if (!isObject(key)) return false;\n var data = getWeakData(key);\n if (data === true) return uncaughtFrozenStore(state)['delete'](key);\n return data && $has(data, state.id) && delete data[state.id];\n },\n // 23.3.3.4 WeakMap.prototype.has(key)\n // 23.4.3.4 WeakSet.prototype.has(value)\n has: function has(key) {\n var state = getInternalState(this);\n if (!isObject(key)) return false;\n var data = getWeakData(key);\n if (data === true) return uncaughtFrozenStore(state).has(key);\n return data && $has(data, state.id);\n }\n });\n\n redefineAll(C.prototype, IS_MAP ? {\n // 23.3.3.3 WeakMap.prototype.get(key)\n get: function get(key) {\n var state = getInternalState(this);\n if (isObject(key)) {\n var data = getWeakData(key);\n if (data === true) return uncaughtFrozenStore(state).get(key);\n return data ? data[state.id] : undefined;\n }\n },\n // 23.3.3.5 WeakMap.prototype.set(key, value)\n set: function set(key, value) {\n return define(this, key, value);\n }\n } : {\n // 23.4.3.1 WeakSet.prototype.add(value)\n add: function add(value) {\n return define(this, value, true);\n }\n });\n\n return C;\n }\n};\n","var toInteger = require('../internals/to-integer');\nvar toLength = require('../internals/to-length');\n\n// `ToIndex` abstract operation\n// https://tc39.github.io/ecma262/#sec-toindex\nmodule.exports = function (it) {\n if (it === undefined) return 0;\n var number = toInteger(it);\n var length = toLength(number);\n if (number !== length) throw RangeError('Wrong length or index');\n return length;\n};\n","var toPositiveInteger = require('../internals/to-positive-integer');\n\nmodule.exports = function (it, BYTES) {\n var offset = toPositiveInteger(it);\n if (offset % BYTES) throw RangeError('Wrong offset');\n return offset;\n};\n","var toObject = require('../internals/to-object');\nvar toLength = require('../internals/to-length');\nvar getIteratorMethod = require('../internals/get-iterator-method');\nvar isArrayIteratorMethod = require('../internals/is-array-iterator-method');\nvar bind = require('../internals/function-bind-context');\nvar aTypedArrayConstructor = require('../internals/array-buffer-view-core').aTypedArrayConstructor;\n\nmodule.exports = function from(source /* , mapfn, thisArg */) {\n var O = toObject(source);\n var argumentsLength = arguments.length;\n var mapfn = argumentsLength > 1 ? arguments[1] : undefined;\n var mapping = mapfn !== undefined;\n var iteratorMethod = getIteratorMethod(O);\n var i, length, result, step, iterator, next;\n if (iteratorMethod != undefined && !isArrayIteratorMethod(iteratorMethod)) {\n iterator = iteratorMethod.call(O);\n next = iterator.next;\n O = [];\n while (!(step = next.call(iterator)).done) {\n O.push(step.value);\n }\n }\n if (mapping && argumentsLength > 2) {\n mapfn = bind(mapfn, arguments[2], 2);\n }\n length = toLength(O.length);\n result = new (aTypedArrayConstructor(this))(length);\n for (i = 0; length > i; i++) {\n result[i] = mapping ? mapfn(O[i], i) : O[i];\n }\n return result;\n};\n","// iterable DOM collections\n// flag - `iterable` interface - 'entries', 'keys', 'values', 'forEach' methods\nmodule.exports = {\n CSSRuleList: 0,\n CSSStyleDeclaration: 0,\n CSSValueList: 0,\n ClientRectList: 0,\n DOMRectList: 0,\n DOMStringList: 0,\n DOMTokenList: 1,\n DataTransferItemList: 0,\n FileList: 0,\n HTMLAllCollection: 0,\n HTMLCollection: 0,\n HTMLFormElement: 0,\n HTMLSelectElement: 0,\n MediaList: 0,\n MimeTypeArray: 0,\n NamedNodeMap: 0,\n NodeList: 1,\n PaintRequestList: 0,\n Plugin: 0,\n PluginArray: 0,\n SVGLengthList: 0,\n SVGNumberList: 0,\n SVGPathSegList: 0,\n SVGPointList: 0,\n SVGStringList: 0,\n SVGTransformList: 0,\n SourceBufferList: 0,\n StyleSheetList: 0,\n TextTrackCueList: 0,\n TextTrackList: 0,\n TouchList: 0\n};\n","var fails = require('../internals/fails');\nvar wellKnownSymbol = require('../internals/well-known-symbol');\nvar IS_PURE = require('../internals/is-pure');\n\nvar ITERATOR = wellKnownSymbol('iterator');\n\nmodule.exports = !fails(function () {\n var url = new URL('b?a=1&b=2&c=3', 'http://a');\n var searchParams = url.searchParams;\n var result = '';\n url.pathname = 'c%20d';\n searchParams.forEach(function (value, key) {\n searchParams['delete']('b');\n result += key + value;\n });\n return (IS_PURE && !url.toJSON)\n || !searchParams.sort\n || url.href !== 'http://a/c%20d?a=1&c=3'\n || searchParams.get('c') !== '3'\n || String(new URLSearchParams('?a=1')) !== 'a=1'\n || !searchParams[ITERATOR]\n // throws in Edge\n || new URL('https://a@b').username !== 'a'\n || new URLSearchParams(new URLSearchParams('a=b')).get('a') !== 'b'\n // not punycoded in Edge\n || new URL('http://тест').host !== 'xn--e1aybc'\n // not escaped in Chrome 62-\n || new URL('http://a#б').hash !== '#%D0%B1'\n // fails in Chrome 66-\n || result !== 'a1c3'\n // throws in Safari\n || new URL('http://x', undefined).host !== 'x';\n});\n","'use strict';\n// TODO: in core-js@4, move /modules/ dependencies to public entries for better optimization by tools like `preset-env`\nrequire('../modules/es.array.iterator');\nvar $ = require('../internals/export');\nvar getBuiltIn = require('../internals/get-built-in');\nvar USE_NATIVE_URL = require('../internals/native-url');\nvar redefine = require('../internals/redefine');\nvar redefineAll = require('../internals/redefine-all');\nvar setToStringTag = require('../internals/set-to-string-tag');\nvar createIteratorConstructor = require('../internals/create-iterator-constructor');\nvar InternalStateModule = require('../internals/internal-state');\nvar anInstance = require('../internals/an-instance');\nvar hasOwn = require('../internals/has');\nvar bind = require('../internals/function-bind-context');\nvar classof = require('../internals/classof');\nvar anObject = require('../internals/an-object');\nvar isObject = require('../internals/is-object');\nvar create = require('../internals/object-create');\nvar createPropertyDescriptor = require('../internals/create-property-descriptor');\nvar getIterator = require('../internals/get-iterator');\nvar getIteratorMethod = require('../internals/get-iterator-method');\nvar wellKnownSymbol = require('../internals/well-known-symbol');\n\nvar $fetch = getBuiltIn('fetch');\nvar Headers = getBuiltIn('Headers');\nvar ITERATOR = wellKnownSymbol('iterator');\nvar URL_SEARCH_PARAMS = 'URLSearchParams';\nvar URL_SEARCH_PARAMS_ITERATOR = URL_SEARCH_PARAMS + 'Iterator';\nvar setInternalState = InternalStateModule.set;\nvar getInternalParamsState = InternalStateModule.getterFor(URL_SEARCH_PARAMS);\nvar getInternalIteratorState = InternalStateModule.getterFor(URL_SEARCH_PARAMS_ITERATOR);\n\nvar plus = /\\+/g;\nvar sequences = Array(4);\n\nvar percentSequence = function (bytes) {\n return sequences[bytes - 1] || (sequences[bytes - 1] = RegExp('((?:%[\\\\da-f]{2}){' + bytes + '})', 'gi'));\n};\n\nvar percentDecode = function (sequence) {\n try {\n return decodeURIComponent(sequence);\n } catch (error) {\n return sequence;\n }\n};\n\nvar deserialize = function (it) {\n var result = it.replace(plus, ' ');\n var bytes = 4;\n try {\n return decodeURIComponent(result);\n } catch (error) {\n while (bytes) {\n result = result.replace(percentSequence(bytes--), percentDecode);\n }\n return result;\n }\n};\n\nvar find = /[!'()~]|%20/g;\n\nvar replace = {\n '!': '%21',\n \"'\": '%27',\n '(': '%28',\n ')': '%29',\n '~': '%7E',\n '%20': '+'\n};\n\nvar replacer = function (match) {\n return replace[match];\n};\n\nvar serialize = function (it) {\n return encodeURIComponent(it).replace(find, replacer);\n};\n\nvar parseSearchParams = function (result, query) {\n if (query) {\n var attributes = query.split('&');\n var index = 0;\n var attribute, entry;\n while (index < attributes.length) {\n attribute = attributes[index++];\n if (attribute.length) {\n entry = attribute.split('=');\n result.push({\n key: deserialize(entry.shift()),\n value: deserialize(entry.join('='))\n });\n }\n }\n }\n};\n\nvar updateSearchParams = function (query) {\n this.entries.length = 0;\n parseSearchParams(this.entries, query);\n};\n\nvar validateArgumentsLength = function (passed, required) {\n if (passed < required) throw TypeError('Not enough arguments');\n};\n\nvar URLSearchParamsIterator = createIteratorConstructor(function Iterator(params, kind) {\n setInternalState(this, {\n type: URL_SEARCH_PARAMS_ITERATOR,\n iterator: getIterator(getInternalParamsState(params).entries),\n kind: kind\n });\n}, 'Iterator', function next() {\n var state = getInternalIteratorState(this);\n var kind = state.kind;\n var step = state.iterator.next();\n var entry = step.value;\n if (!step.done) {\n step.value = kind === 'keys' ? entry.key : kind === 'values' ? entry.value : [entry.key, entry.value];\n } return step;\n});\n\n// `URLSearchParams` constructor\n// https://url.spec.whatwg.org/#interface-urlsearchparams\nvar URLSearchParamsConstructor = function URLSearchParams(/* init */) {\n anInstance(this, URLSearchParamsConstructor, URL_SEARCH_PARAMS);\n var init = arguments.length > 0 ? arguments[0] : undefined;\n var that = this;\n var entries = [];\n var iteratorMethod, iterator, next, step, entryIterator, entryNext, first, second, key;\n\n setInternalState(that, {\n type: URL_SEARCH_PARAMS,\n entries: entries,\n updateURL: function () { /* empty */ },\n updateSearchParams: updateSearchParams\n });\n\n if (init !== undefined) {\n if (isObject(init)) {\n iteratorMethod = getIteratorMethod(init);\n if (typeof iteratorMethod === 'function') {\n iterator = iteratorMethod.call(init);\n next = iterator.next;\n while (!(step = next.call(iterator)).done) {\n entryIterator = getIterator(anObject(step.value));\n entryNext = entryIterator.next;\n if (\n (first = entryNext.call(entryIterator)).done ||\n (second = entryNext.call(entryIterator)).done ||\n !entryNext.call(entryIterator).done\n ) throw TypeError('Expected sequence with length 2');\n entries.push({ key: first.value + '', value: second.value + '' });\n }\n } else for (key in init) if (hasOwn(init, key)) entries.push({ key: key, value: init[key] + '' });\n } else {\n parseSearchParams(entries, typeof init === 'string' ? init.charAt(0) === '?' ? init.slice(1) : init : init + '');\n }\n }\n};\n\nvar URLSearchParamsPrototype = URLSearchParamsConstructor.prototype;\n\nredefineAll(URLSearchParamsPrototype, {\n // `URLSearchParams.prototype.appent` method\n // https://url.spec.whatwg.org/#dom-urlsearchparams-append\n append: function append(name, value) {\n validateArgumentsLength(arguments.length, 2);\n var state = getInternalParamsState(this);\n state.entries.push({ key: name + '', value: value + '' });\n state.updateURL();\n },\n // `URLSearchParams.prototype.delete` method\n // https://url.spec.whatwg.org/#dom-urlsearchparams-delete\n 'delete': function (name) {\n validateArgumentsLength(arguments.length, 1);\n var state = getInternalParamsState(this);\n var entries = state.entries;\n var key = name + '';\n var index = 0;\n while (index < entries.length) {\n if (entries[index].key === key) entries.splice(index, 1);\n else index++;\n }\n state.updateURL();\n },\n // `URLSearchParams.prototype.get` method\n // https://url.spec.whatwg.org/#dom-urlsearchparams-get\n get: function get(name) {\n validateArgumentsLength(arguments.length, 1);\n var entries = getInternalParamsState(this).entries;\n var key = name + '';\n var index = 0;\n for (; index < entries.length; index++) {\n if (entries[index].key === key) return entries[index].value;\n }\n return null;\n },\n // `URLSearchParams.prototype.getAll` method\n // https://url.spec.whatwg.org/#dom-urlsearchparams-getall\n getAll: function getAll(name) {\n validateArgumentsLength(arguments.length, 1);\n var entries = getInternalParamsState(this).entries;\n var key = name + '';\n var result = [];\n var index = 0;\n for (; index < entries.length; index++) {\n if (entries[index].key === key) result.push(entries[index].value);\n }\n return result;\n },\n // `URLSearchParams.prototype.has` method\n // https://url.spec.whatwg.org/#dom-urlsearchparams-has\n has: function has(name) {\n validateArgumentsLength(arguments.length, 1);\n var entries = getInternalParamsState(this).entries;\n var key = name + '';\n var index = 0;\n while (index < entries.length) {\n if (entries[index++].key === key) return true;\n }\n return false;\n },\n // `URLSearchParams.prototype.set` method\n // https://url.spec.whatwg.org/#dom-urlsearchparams-set\n set: function set(name, value) {\n validateArgumentsLength(arguments.length, 1);\n var state = getInternalParamsState(this);\n var entries = state.entries;\n var found = false;\n var key = name + '';\n var val = value + '';\n var index = 0;\n var entry;\n for (; index < entries.length; index++) {\n entry = entries[index];\n if (entry.key === key) {\n if (found) entries.splice(index--, 1);\n else {\n found = true;\n entry.value = val;\n }\n }\n }\n if (!found) entries.push({ key: key, value: val });\n state.updateURL();\n },\n // `URLSearchParams.prototype.sort` method\n // https://url.spec.whatwg.org/#dom-urlsearchparams-sort\n sort: function sort() {\n var state = getInternalParamsState(this);\n var entries = state.entries;\n // Array#sort is not stable in some engines\n var slice = entries.slice();\n var entry, entriesIndex, sliceIndex;\n entries.length = 0;\n for (sliceIndex = 0; sliceIndex < slice.length; sliceIndex++) {\n entry = slice[sliceIndex];\n for (entriesIndex = 0; entriesIndex < sliceIndex; entriesIndex++) {\n if (entries[entriesIndex].key > entry.key) {\n entries.splice(entriesIndex, 0, entry);\n break;\n }\n }\n if (entriesIndex === sliceIndex) entries.push(entry);\n }\n state.updateURL();\n },\n // `URLSearchParams.prototype.forEach` method\n forEach: function forEach(callback /* , thisArg */) {\n var entries = getInternalParamsState(this).entries;\n var boundFunction = bind(callback, arguments.length > 1 ? arguments[1] : undefined, 3);\n var index = 0;\n var entry;\n while (index < entries.length) {\n entry = entries[index++];\n boundFunction(entry.value, entry.key, this);\n }\n },\n // `URLSearchParams.prototype.keys` method\n keys: function keys() {\n return new URLSearchParamsIterator(this, 'keys');\n },\n // `URLSearchParams.prototype.values` method\n values: function values() {\n return new URLSearchParamsIterator(this, 'values');\n },\n // `URLSearchParams.prototype.entries` method\n entries: function entries() {\n return new URLSearchParamsIterator(this, 'entries');\n }\n}, { enumerable: true });\n\n// `URLSearchParams.prototype[@@iterator]` method\nredefine(URLSearchParamsPrototype, ITERATOR, URLSearchParamsPrototype.entries);\n\n// `URLSearchParams.prototype.toString` method\n// https://url.spec.whatwg.org/#urlsearchparams-stringification-behavior\nredefine(URLSearchParamsPrototype, 'toString', function toString() {\n var entries = getInternalParamsState(this).entries;\n var result = [];\n var index = 0;\n var entry;\n while (index < entries.length) {\n entry = entries[index++];\n result.push(serialize(entry.key) + '=' + serialize(entry.value));\n } return result.join('&');\n}, { enumerable: true });\n\nsetToStringTag(URLSearchParamsConstructor, URL_SEARCH_PARAMS);\n\n$({ global: true, forced: !USE_NATIVE_URL }, {\n URLSearchParams: URLSearchParamsConstructor\n});\n\n// Wrap `fetch` for correct work with polyfilled `URLSearchParams`\n// https://github.com/zloirock/core-js/issues/674\nif (!USE_NATIVE_URL && typeof $fetch == 'function' && typeof Headers == 'function') {\n $({ global: true, enumerable: true, forced: true }, {\n fetch: function fetch(input /* , init */) {\n var args = [input];\n var init, body, headers;\n if (arguments.length > 1) {\n init = arguments[1];\n if (isObject(init)) {\n body = init.body;\n if (classof(body) === URL_SEARCH_PARAMS) {\n headers = init.headers ? new Headers(init.headers) : new Headers();\n if (!headers.has('content-type')) {\n headers.set('content-type', 'application/x-www-form-urlencoded;charset=UTF-8');\n }\n init = create(init, {\n body: createPropertyDescriptor(0, String(body)),\n headers: createPropertyDescriptor(0, headers)\n });\n }\n }\n args.push(init);\n } return $fetch.apply(this, args);\n }\n });\n}\n\nmodule.exports = {\n URLSearchParams: URLSearchParamsConstructor,\n getState: getInternalParamsState\n};\n","export default \"data:image/png;base64,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\"","export default \"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAQAAAADwCAQAAABFnnJAAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QAVbGMhkkAAAAHdElNRQfgBw0FGjbjhhhGAAAahUlEQVR42u2de4wkR33HP207sQjx2SHEPuzznbASbAKY3K6tiEckLOTMJtIlgHzO3KIAAefWgfAUuV2cXf/hPczOkhg/cHRn2QRZ2kfuHCC2FM9ijJEJJ8DsHc84JMFmD4c7+COE44/IQbjzR7+quuvV3TM7s9P1Pe3NTP+qquvx7arq+v3qV8FePJqMswadAY/BwhOg4fAEkNEmpD3oTGwmPAFEtFkBVppEgV4TYPDPT5uwcswVYB86CiQpD76MPYRMAHMHGKb/TLA9P/r4YXz3tjaM7d5JI1YrQdT8qzEFTCmPUB8hEqAXHeC+GikkcZPnsDzqxIWAgFVglYDAkHKdMg4dgnQdICli8hzoEEKhekRE6QSV4idPme7+tnuHNfPumrKtjFsIWQ9g7gBdYXoG7cNHdHdTE5pTqfdsmoYgMeV6/cyQISi9Emh+ikzPYFapVZ8dewrmZ9Ocd3MfmKVs62e2FMoTwIxw4FXTZqUywcxDUJLy4MvYQ/SaAFsdbVZGqXnt8ARoOPxKYMPhCdBweAI0HJ4ADYcnQMPhCdBweAI0HN4eIB930PnfZJSxB3CzCLApY9pGewDzHezNU8cewK4Oj/I+UiQpZw/gpgEzV6G+gfZpvrumbWt+W+oruU996iNjDVC0B4igXw1PQpn0bXq5LbaLPYApd+a72+ObEcZpJ58jAdkeQPVdxqpTL6AOY38+XewBTM+fW9709Amt1gZl7rQlUEUZZFK4Drs9gIlctv4nKblXBxsw+Mqpaw8w6PxvMrw6uOHwC0ENhydAw+EJ0HB4AjQcngANhydAw+EJ0HCcM+gMDB3CAa7y118rLZ3/c+pF70slDDIHoTUH1VVB9pgDKLk8BIRg1PW7+AcIK0jKouo9bPmPmj4wpmInR9XYbiVwCVUi7llSAFvxA4cC6OMHDhXkUoTQoOxxyV9gkMmf5e6RSOw1YC6hmUChJTbYHmIp/+IQ4Fp8nbWOvZKCHnTwoVETaRtF6+QgTGMHSql4d9VdksdLn4fQIDennZXO/BiIuQyg7CQwdHh6bKFc2FntGXdr3MAhdVMDuaRbtQZMj6BL2vY6KMjLvAZmXZxLKLXM3AXaGWxOw9bFunXRtifIdneXSWRV2Clul0s5KNMDuHWd9Wa5gWMv0688BsYO1i3dwCFMVZiHafMAqIx7jibQ4DDoHGzl+1eI61cCGw5PgIbDE6Dh8ARoODwBGg5PgIbDE6DhkDeHJs5SBwe7P/B+wqUGXDSi1eLZ9ka73qUUMgIkG6Nc3L1Xq4DeoVpatpy71YDJ1WymjWuXjh3pKZN/+jK0K9dAmMsloN4cat7C6aLRbiuu9Y4CurTcXEPo8+9WA7p7tHPba9ulYmclsPVA9bamFzboylvDXNyp27Zg6zaIulnS2HOgS8fuwt2eczeH9GqNQbFpg5zctrE8axzV/sRQStmsMNYprINimLIEcK+AoERctxyYq9Dl/va9/fr722LbCGCvA3MD2glgJpCGAOXeArIKqKKyCIQ01KmH0qfp/lWQ5bvqHMJ0932xNBnB1R4ETPdPYqrnALaUM98Npv3N+VyWtAcwVYA8gTEV35w5UxFNaYhFs5t9qZrATkBTCVZzDiRWS6fgBlPzrqbH3rjlkrJDgJs5VWh1EWEeBevEdqtedTncxuD6Jm2mdKofamOfAyjh/QOIaFtPTBo5eAI0HH4puOHwBGg4PAEaDk+AhsMToOHwBOg1BqnOroC8PYANJn2VS9HbNfXd/Ub93AWWxe4hK3vRHsAEk8bcZZUw0djtc9hgqkfdzVXm7eGBdfurvYF18U2pDwjZQpCYLbu33+Jio7g1strp364LzWDS2NliB9pw4lWdttO0eTR0krqXdFOgngPojA7M+qpsaKhitBA9OXazKb0PgxBXXV9Q4qrqvqr723c2DyUyAsiKwvIHyEcHrCfNVz5+QKbLq7aBOgtT1wVFtfu6hajj46MPyAggKgqrcNh2koBd2Vp3dAyEHkTdQ8ifqhC9eYpVd5B7j6HpJ8QhYDXNlKoDjzr4yNxLjVWjPYCLtt/uHsKMzBZAbVJhrvpsENJ7F0lCBiWlYoiqBjV9gVobqJvGgIuyVDcJ7IWy1c1qsepE02USiSEHW/AwGa8OljE0XfNmwa8EymhY83sCNB6eAA2HJ0DD4QnQcHgCNBzDR4DWsCySNgN5Arjpsk0qm9BJqgvRorspr2KD9oMwNCjnLt5NFTNRIz9dEpK0jOGquqzPMEIngNeBTADzKrV5tTt5qlt0lRQI04VS9d69qOufSEN0NfGTb9Wcqou9T3mN5QgiI4Ds7r2ITB+uc5keEMTNv6a8l7lrj7r+NSYMe2eTu6vvL1sU5FNxcx/ROCS+grMqM3u8tmmykuavPo6vOblyVu/+1ztVT4zZMvkIHQFfBwkBkqo1mUyBeGiCGvWPRNH1H/Ld83mQD0Io5nBFundAw7aA6pF5CxerTO9gxH7qheuxEjp5RIGwMI9IFMFqr/xyfnrlVr4BKPMWkFWxzibPdiSTST6RSrtAUOgHAuHuqoHIbE8ku4/wSCGfF2A7cMRkdln3JIu1NG2X18jA8VqCVfysX4lhMwgxzwE8eo5hOznUd8+bjOHTBXhsKjwBGg5PgIbDE6DhGCUCzKYrDbN9Sf8yxuJ/lw26qL1DRIBDccVtcKhySo9aNP02hDwhWQuUbcRZ5tPv88rYs7XocRlPcS3rrHMtTykpMGvN/f5Yul9zD73cFhPuzf0z3yFtpWgdIOQhngTOZ0oInL2SHUqvH+ZGTdLZItFR9jq4c86HWOJJoQlhmTdLlTufCz/HwRJyOYeq3O3nsPR7inuk32NcywLjwDozPMJxbQ2o7+HiTFp/8qftUOwoRFbztjKmS34JARYB+LwUfE1IvEiQk+zSVO9RUFIgZDz9vq4o4te4SvgtEyDSBEymsvwWsZA5iQJzzGs9GOg2vo1Lv/M5HGOdcXYAL+fDjGsIcAqAF1XcYRSSLGkHzhIxhJkAeYoHkC0EJU3fzQeI8SRwgp/waUP2x+JP/eLiNkPsZZ6UCJDHYaFQIYelvgrgIKQUmONgrkfIKlBfkdt4LP1+jTIPO7iIgOcbcvmXBpm5BzSr4wNFKuUoljT/3/BB8XK2Eti1JHCCnxTCyFl4YazLCxX2PBF+3ZD+JF8z3v9xMmX1YR4vECCjQLHzj9DKfRZzd50xpzP8E3cC72FGGf808LTwvYg55tO/zUXS/PfxPJkCrkvBqubP4wUAnMVz2hAXAGgmKLYeIKEAHOZxbZgAtJO8q3OfeWzjE/G3tyukl9ABFoAZOuwpDAF5TWrVbaZ2Lwm2EJ/kbYVrUfMf5XnAuwDiQb+ELqDY/PkCXmBN41fSb+MFma0HgMvihn+cy3hKIZ/lKQ4BjzOr6QPM+FXek37Lo80uHmQ/M8DZhMzwfINByRwHlY20S/jTYQwbbCHeqiDAFIeBvRyN51GLTEeC6sqgIr+fb41zZ/w5rpDZeoCo0SMKqF7DZiW5qhfYkftUVRHMED3n8hCziwUQ3gsWNMNAhPkaXfx6zRBqm457IKYACM1vIsCc8L3Y6RSb//P8jfSrCHOXaO4B5hSveWXkkAxR2We+iu4BQn6J+cIrYESJ/JVOrnS2SR7cIPwVsZy+5cByxRB6JBSQmn+Y7AFmgZcKv5+s1I3XRQiK5u9l6hEGo/bez2G5+YeJAB4DwSjpAjwqwBOg4fAEaDg8ARoOT4DRwmOCPsMJMgFaDhuz9XA5edMNs0qN+pygyy6+5R8ilP7lLRuO5ORHFPcVteX7+yAH+IKlfjq59YUyeF38z4wlllhKfoivgS26zAHzCtv8Dd4Yr0A9yiO8mCmlOvdp9gJHeTFX5ZS14P7um+j25fBz3BJfjVK7WaHvO5r+2luI76qPj1b4FvoiT8IEwJKk7gbocIAJusAE3fz7Oi26wFGu5wh7Qbl/4gfsAJ7hUkPtLsWLSct8nvtEAkTNH2nTihQI2ZfbWVP29PBoP+GneBOf4k08xB5NBc1ykENMFXR64tZP1R1cjm//Ly7hR1zEM+zQ+DiYoUNIwDQLWjlgkH+FM2zjd5XypPqXgcmSNZhIj6bqdlF+pKCEP8r1ivsfYopl7qeb2FuI6uBkOXWeuUqOWsQtXWrN4S18nw1OcIp1fqgMMcs8O7iRZ/qwDvg0F/M9LuR7XML3taGitfQZoxxZpy7hDMe16prk6ZtUSiekWtNtkFOv3P2GwxWAPwDO4y0AtFjLCPCEtJo+zxxPaNWmOqxhc+Z8Mw+xh8/y+3yB1ymMy2aZ5zBTfWl+eDH/ym/zH/wW3+RtCpXKu4HEWGpaET+RAwb5NsY0hi9LUsPn1/I7HEjTj7bILirvosY1/AuvEX5/SWHS8g5gJ7AHwd4qIcDVJMYU0efBvjTBLXyf/+bLnOLLbBSkSfPPGe8dGvThE6l7GlUP9B1eyrf5Tb7Ny7JJUIo2d5Lo+6cVyp9Mfja/MMizOYCMbOyN8MWSdTeRK1O+h3itVCuv1d4/94CKk8Dk6VXbpI2znxt5R2zOUWRnKMUtjrBFs82gIDc1v3xeUTGPIRkB1pTyd/AhZriND/AR/o6PSfLJAiVklVBdedb8+alfhlZuCFgzyHXSZ4jU3Xn5EpPx2J+z5XQngJuX/hbJUFB2DhE1sP7pT94CEqjeAiZSFzVqgsgovqd8kL815q6OPCA0Nr99Gp1RQPUGcBvv4wGuB45wHbfzAUm6xCQP8TMm83HzTqKyd/myOEpISJcuYWwZrC+iLnVT5z/PzcKvmwv9yRRRx9+NyzClkJt+wz5t89WXL1ubPzLSijr2CVKTLQlrTIBmA/3P+UQ877+eT/BzRYg9TLKcj+uqDp6usTzhUQYdKDH5c0c0RBUo6O0BGg6vC2g4PAEaDk+AhsMToOFoHgEitbHqnaaTqnLf7ZDOecqrQ3c8vA0iAabTCqj+GlLdP0BdtAjT7VrHtVYNn4vf/w8UKPBRDnAP9/BO3smdvK8QM6qdB+Nf5wHnxf8i3MTHCbmFWwj5ODcV4pvdV+StGfL2DEW5LUTR04Msj5G9Bk6zwEkeBt7Guanas5iI7ZRt6JfV+xKTzNBhmgXFokp05xOMcZzdmlwkC7I3cC/FlcJXpd/P8B3FWugJvsoUM3TidOTlcLs6PFm97yoVyea1V5X7zG4uRJAayswrXH6GTAgxUnV2pg5eiFeJj3Muzxb2vQwDJoEFrmQSmCwQ4AS7gd1p859QpHBR/KnenvoUv8xPgfP5P6X8q9zIFC9Idfrl+8mr4/XLENWq5yzz6a5C1SO0xoOCFUWxh4soeKXwvYg/5RcA/CC5IA4BDwPH2c0JPlm6aO5HyphiKzupFJGebVL4LmIsbvKk+Ys6+RavN+bhf/kpAD/lDQrpMaYIgXbc/MVl3XHhnxrzmu9R/ueBecYYZ1xpUdBiD3CISLFbhNndd0CXGXawi0u5NLMZkvcGRs0/pvQUFOa+VVP2mLJoQyd++mFZ2T+NCU+/qvm7ks1Dfq39O5wRHOEcK8R/DR3gADvR6fS2caZ0mTJckn4+CPyRIsRfAZEOY4pI7ycjJKNV8fGZBX4I/IKz2cGtPBpdzuYAIc9yblx1G+ysYPKFMYSbwZPpDqKWXjVH+Ubc/UHRLk5uflUDTvMnwq+7uc9wdxXBItcY0eBxRukCZ0IatfNj/A3S9ZD7CnMAUVl8gg+VngPcBLEVxlJWu9kQMMO5PMtXOcQGOxVdbOZoXe1yXbyqChHk/pmlqjssxI2XfReRNH80EOzIRjkgM3hbZIJA+fx2eIDd8b9i88MCJ3gIeJRoplHEGp/lC5zHuUpzrDmLg40LuIB7uYBfi/83Y7fiWjIHuBL1A7WLs9nFLnYBNyUhsiEg8n8RdYIzQzgFjDZHz9DhmywoNkdHzf8MY7FtbN4LQNT8ponbrVzHfwIXK5of4BGmCVnno3TZrbX8e0iT+kHBacT+wv7jw/Hm+uz/w7kQO3KbyoteDkRLKbXVlMIzQllt4CBfA81o0U07/h+wI6c1V8+71blX5z+aXzzLH7MWG2Zs42e5uKv8O0+yqq2lkCDdL3C44IXsD5mPTfLm+OdcH3NIYb8gu+zLhyg69FP6L/DqYBF7+Gvgw5qneInzuDumVYtjvLpAMREqAohmcXY6bgo8ARqO5ukCPCR4AjQcngANR54Ah7T+wu/i6+ki7de5a9AZ9+gN5KXgf+Ny4HVcUQj3aWl9/JW8kh28cdCZ96gPsQe4g8sBuJw7cqHuSps/W6F7g7IXOEUYe8xW4X/iHsS+zDSMC1GnBEXVqfrJDQdEArSACSYoqhpfrYyruro9/lPj/PjzgCVXHYXBBizFlb+kjWcLYZOHnErNNYpN/CLN9y2NjADR87/GGsU+IFv0FNW0dq+2eQQEDueCRvtk8xTINjdOahrQFmKJSe5gnDu0KcB25mOS6Gk8UsgWgqLxf4Jog9V3pXmA7OHS5O/yCHs1rgkiRIuoJxXukjvxOn2yTTq/bm93xBoCy9zPW5hUhgi5Izb1up33alM4nTZ9mRM9tiySHqATj//dWGd1ecVR+Gkyn/kqdIEfK/znJJ2+rvldcT9r3G+Qyp8ZXExYZoHTnOY09OlYqgEg6QFENUhRJeLeA9gQ7eHNb27Mml3f/IPvAU4Jw8LpUZkFRD1A9rS3hAlgdvUryriqqx3LHD9QHAwP07F9junpX9Z8l69O0k298BTl7+V2xrid9xp8bW93kozMDCE5NEojjT9v4/0K6cdye9CzlPQ9g16dbO/87U4WbCFs8pDT3B1r6U5pnvGqJ4EMKSICnFIyWuzmVmjnpKvsU8TpcMA4fpvsCWxxhwMjSQAXLPB76Zv/Mb5oPDFjlNFYAniMJLw2sOHwBGg4PAEaDk+AhsMToOHwBMijY9QJdKwagy0GkQAhGxYVUO+OhBgUnuAJo7xjtFXoWC0ZthzkHmAnB6wkUCMjT0ubQoeNWNPQYaNAIZl+RxTyI1JKKgrqt5Yn8a7iKkP53JvfxappSyDvKzjCSVaVS7J6b8KhFC8kv6YfVV4AdGizM7q3IYUj7C3IIzsDXXy5BPrTOnRS2Rm1XToiK4JqAoD6xAkbASAx9pCVQtmvjbjxsKSgI4A+vpxGL5pYLw0V26+3KNSTwJMsGqx69DjJYtr8i0IFBSzGV3exyEmHFHSwxd8cjETTRygSIGqC8jq5JF6LDRYLZ25ME7DIBi2mtY3odufpyiQw+R6IpIvGuKI0NITdUpCHAN3Yn4XQnygw/DB38hGyuUp56ZaEuDHEXrDAOeQwwiXX05iM1s3SLQmvDm44/Epgw+EJ0HB4AjQcngANhydAw5EngGnvrccIIiNAi88AcCFv1/jaj/Rsn9NIPbYkEgK06KbuRy+nq2zkGRY5xuvpOiwU5xWyR3KewI9sstxDg2Qh6Di7+TKvIuRzXEuodIccocU97LQ6ky26Ks7/lh0l9lvuoUFEgBZdfsxFwCMcZ5ofcaFiD28InOBu7mODnZoDTKNwKl/V47E79W2cYVvBn3bINTzGNYLDdbX8sdQXv0o+znr8h8Jft4cCkS7gauBbAFwLwLd4PVcXGniGK5nkXmA/Xd6lJYAaVwAXA7CdsxR7ESPnMts5C3hO8XZycfx3BfCcIv3twEti+Uv8240rIgI8AbxCuPqK+JqMDnA/XW5mFyfYo0xPbyZxofTrY7Fn+wzbeb9Ai6L8Qt4f/5niR2G2K+QeSiRzgA12ppuml5hUOnGJlMCHmOIGrmZK6w9bNQQcQdY65e2N+i330CAhQHQexo/5Fq/gQtQnBmTWAIvAAeU5V+FoGUyNPsRj4/4s9hP0Xf5+VGxePWzw9gANh58tNxyeAA2HJ0DD4QnQcGQEsJ0HUFe+wJdS+ZcU5/71W97v8g1aXhHJW8CnC+flfkY6D6Cu3OZmrt/yfpdv0PLKOPtlAHfxloLkCl7Iw/H3uvLb+POC/OWcn2oT+i3vd/kGLa+BaAjIPP+L26ZerfgmIi9fTY+WXdXGDwzxbennU+hHfFv5bfk3xz8tbUzTxTfJxVyoS10SeVexamfQNley2e7fFWAf6t3BddN3iW9PX+UO2zV+gHqDWVjidyikUpQfBWCvtv6Sqx/iVnqyQ0u1NSxfzLwcjTyMx93ieJxPJ9RcN6dvL3DSA9liB1rKuaSuy59L+iFmzwLXGXNwE7cKzd8TnFM/CQHPCf+XR2jtEczoTQPrHwB7/u1xbWqyBwyym/gIH6Gnzd/7IWAJeDPVh4D6Xbw+f8UUqnXhpvRN+Suev1BOHlFAbP4eDAHRJNB2HoCbfAWYZDL+JsrFk7BDxdXjgtQmxyhHKZfzHxaufkWS2ORV6ycpX1hZfqvU/Oq7lkREgGNSBhIcU3wTkZe30wpsa+OHhvi29PMp9CO+rfy2/Jvi551XlZUDUuevLnVJROsAa1zBy3OSVeFkn7ryh/mdwmGUn+Gtmybvd/kGLa+BiADwjzyPs7g0vnqMZf5CCldX/g+8kHNTm79v8IDQPJsh73f5Bi2vDG8Q0nB4bWDD4QnQcHgCNByeAA2HJ0DD4QnQcIjKINvpvMMu96gAWRs4nn5bV4auK/cYOhSHgHpNt25Nod6TG9ROwUNCngC2Blxn3ShP3DPoYGtAnS/vBGFFXb+HBnkCjIOxAccZN8ojDx16hJgNJkwHvoDdoMKjJIpDwHiFVOTY5hTqPb82AnmUhP7ImOGb5fu3gD6gzHkBwy73qAC/ENRweAI0HJ4ADYcnQMPhCdBweAI0HFuXAG2/INQLyASov84WMkvIbN/z3WZFcgDhUREyAfbFf4OG7emOmn910NkcBcgEWCHZ1zdI2J5u3/w9hGsPENIu/JVDWPinRtS8ehomze/nAD2BbBG0wiorymcrAFZzf+Xg5r49af59RvmqnwP0CjIBTD3AvrRpkr9yJJgvXCke6dIW0lelLje/HwR6gGHqAcTmD7Ry3/w9hWsPUB/2I5zKNX9bE86jFIbpLSBgNf4rQtX8fg7QA8jbw9us0h7KzjWMO/38p0dNeP8ADcfW1QV49AT/D5h9nErt27boAAAAJXRFWHRkYXRlOmNyZWF0ZQAyMDE2LTA5LTE0VDEzOjMzOjE2LTA0OjAwIQ0OAgAAACV0RVh0ZGF0ZTptb2RpZnkAMjAxNi0wNy0xM1QwNToyNjo1NC0wNDowMDBMbaEAAAAZdEVYdFNvZnR3YXJlAEFkb2JlIEltYWdlUmVhZHlxyWU8AAAAAElFTkSuQmCC\"","export default \"data:image/png;base64,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\"","export default \"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAQAAAADwCAMAAADYSUr5AAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAABLFBMVEV3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diDPBZfVAAAAY3RSTlMAWEd8IjKY4b3Ld2acsomqpVpOeudAQGVmhVOLRpGUY2NhTaBobXqbc6W/fcC8463l6eSBjl3f3eC51tvSxNXU12LacP4Nzplp+DgqFhzFedHjp4FYyJPQ2K/wzZCniLC7x6vHwZbrAAAAAWJLR0QAiAUdSAAAAAd0SU1FB+AHDQUaNuOGGEYAAA+BSURBVHja7V0LYxvFEd67iyQsxycZJGgDCYrBKSR1WjdJX5RCGiJICzFpmxCamFLm//+H7t5rZ2f2oeNk6Wzv58T23D7nu9m9md09WYiIiIgeIIFk213Ysv7QcwY6dy8Bv/4JZkBl3iwhxAJBwSSA9sdIV6kJvgLAGgBPA6R88etGTYJaICcgof0x0ukdZATQ4rwBljnZIAOs/3YVPOmcQUFy+2u3ZU68mdYKZsG8i/QGcwvx3mFuAZ4ObN4C7KSwLvoIYKWBmYindmKCm58DVuDjTJ8CdAht/imwdVx2RygiIiIiIiKixzhzT3DLflDCojWgzntCS9DsRoCfsAZ86wFsQUjWvlFKLB1gBLAMNLsZLiasAUqAJ7pUtW8yGGL9t/fYk2xZUUk8xUVgCRAKAja2HMAtWNhs1ojWVlgPSMzafCNq2xZgReLpcff1AD5CtjoHhHHRnwIRERER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\"","export default \"data:image/png;base64,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\"","export default \"data:image/png;base64,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\"","/*!\n\tautosize 4.0.2\n\tlicense: MIT\n\thttp://www.jacklmoore.com/autosize\n*/\n(function (global, factory) {\n\tif (typeof define === \"function\" && define.amd) {\n\t\tdefine(['module', 'exports'], factory);\n\t} else if (typeof exports !== \"undefined\") {\n\t\tfactory(module, exports);\n\t} else {\n\t\tvar mod = {\n\t\t\texports: {}\n\t\t};\n\t\tfactory(mod, mod.exports);\n\t\tglobal.autosize = mod.exports;\n\t}\n})(this, function (module, exports) {\n\t'use strict';\n\n\tvar map = typeof Map === \"function\" ? new Map() : function () {\n\t\tvar keys = [];\n\t\tvar values = [];\n\n\t\treturn {\n\t\t\thas: function has(key) {\n\t\t\t\treturn keys.indexOf(key) > -1;\n\t\t\t},\n\t\t\tget: function get(key) {\n\t\t\t\treturn values[keys.indexOf(key)];\n\t\t\t},\n\t\t\tset: function set(key, value) {\n\t\t\t\tif (keys.indexOf(key) === -1) {\n\t\t\t\t\tkeys.push(key);\n\t\t\t\t\tvalues.push(value);\n\t\t\t\t}\n\t\t\t},\n\t\t\tdelete: function _delete(key) {\n\t\t\t\tvar index = keys.indexOf(key);\n\t\t\t\tif (index > -1) {\n\t\t\t\t\tkeys.splice(index, 1);\n\t\t\t\t\tvalues.splice(index, 1);\n\t\t\t\t}\n\t\t\t}\n\t\t};\n\t}();\n\n\tvar createEvent = function createEvent(name) {\n\t\treturn new Event(name, { bubbles: true });\n\t};\n\ttry {\n\t\tnew Event('test');\n\t} catch (e) {\n\t\t// IE does not support `new Event()`\n\t\tcreateEvent = function createEvent(name) {\n\t\t\tvar evt = document.createEvent('Event');\n\t\t\tevt.initEvent(name, true, false);\n\t\t\treturn evt;\n\t\t};\n\t}\n\n\tfunction assign(ta) {\n\t\tif (!ta || !ta.nodeName || ta.nodeName !== 'TEXTAREA' || map.has(ta)) return;\n\n\t\tvar heightOffset = null;\n\t\tvar clientWidth = null;\n\t\tvar cachedHeight = null;\n\n\t\tfunction init() {\n\t\t\tvar style = window.getComputedStyle(ta, null);\n\n\t\t\tif (style.resize === 'vertical') {\n\t\t\t\tta.style.resize = 'none';\n\t\t\t} else if (style.resize === 'both') {\n\t\t\t\tta.style.resize = 'horizontal';\n\t\t\t}\n\n\t\t\tif (style.boxSizing === 'content-box') {\n\t\t\t\theightOffset = -(parseFloat(style.paddingTop) + parseFloat(style.paddingBottom));\n\t\t\t} else {\n\t\t\t\theightOffset = parseFloat(style.borderTopWidth) + parseFloat(style.borderBottomWidth);\n\t\t\t}\n\t\t\t// Fix when a textarea is not on document body and heightOffset is Not a Number\n\t\t\tif (isNaN(heightOffset)) {\n\t\t\t\theightOffset = 0;\n\t\t\t}\n\n\t\t\tupdate();\n\t\t}\n\n\t\tfunction changeOverflow(value) {\n\t\t\t{\n\t\t\t\t// Chrome/Safari-specific fix:\n\t\t\t\t// When the textarea y-overflow is hidden, Chrome/Safari do not reflow the text to account for the space\n\t\t\t\t// made available by removing the scrollbar. The following forces the necessary text reflow.\n\t\t\t\tvar width = ta.style.width;\n\t\t\t\tta.style.width = '0px';\n\t\t\t\t// Force reflow:\n\t\t\t\t/* jshint ignore:start */\n\t\t\t\tta.offsetWidth;\n\t\t\t\t/* jshint ignore:end */\n\t\t\t\tta.style.width = width;\n\t\t\t}\n\n\t\t\tta.style.overflowY = value;\n\t\t}\n\n\t\tfunction getParentOverflows(el) {\n\t\t\tvar arr = [];\n\n\t\t\twhile (el && el.parentNode && el.parentNode instanceof Element) {\n\t\t\t\tif (el.parentNode.scrollTop) {\n\t\t\t\t\tarr.push({\n\t\t\t\t\t\tnode: el.parentNode,\n\t\t\t\t\t\tscrollTop: el.parentNode.scrollTop\n\t\t\t\t\t});\n\t\t\t\t}\n\t\t\t\tel = el.parentNode;\n\t\t\t}\n\n\t\t\treturn arr;\n\t\t}\n\n\t\tfunction resize() {\n\t\t\tif (ta.scrollHeight === 0) {\n\t\t\t\t// If the scrollHeight is 0, then the element probably has display:none or is detached from the DOM.\n\t\t\t\treturn;\n\t\t\t}\n\n\t\t\tvar overflows = getParentOverflows(ta);\n\t\t\tvar docTop = document.documentElement && document.documentElement.scrollTop; // Needed for Mobile IE (ticket #240)\n\n\t\t\tta.style.height = '';\n\t\t\tta.style.height = ta.scrollHeight + heightOffset + 'px';\n\n\t\t\t// used to check if an update is actually necessary on window.resize\n\t\t\tclientWidth = ta.clientWidth;\n\n\t\t\t// prevents scroll-position jumping\n\t\t\toverflows.forEach(function (el) {\n\t\t\t\tel.node.scrollTop = el.scrollTop;\n\t\t\t});\n\n\t\t\tif (docTop) {\n\t\t\t\tdocument.documentElement.scrollTop = docTop;\n\t\t\t}\n\t\t}\n\n\t\tfunction update() {\n\t\t\tresize();\n\n\t\t\tvar styleHeight = Math.round(parseFloat(ta.style.height));\n\t\t\tvar computed = window.getComputedStyle(ta, null);\n\n\t\t\t// Using offsetHeight as a replacement for computed.height in IE, because IE does not account use of border-box\n\t\t\tvar actualHeight = computed.boxSizing === 'content-box' ? Math.round(parseFloat(computed.height)) : ta.offsetHeight;\n\n\t\t\t// The actual height not matching the style height (set via the resize method) indicates that \n\t\t\t// the max-height has been exceeded, in which case the overflow should be allowed.\n\t\t\tif (actualHeight < styleHeight) {\n\t\t\t\tif (computed.overflowY === 'hidden') {\n\t\t\t\t\tchangeOverflow('scroll');\n\t\t\t\t\tresize();\n\t\t\t\t\tactualHeight = computed.boxSizing === 'content-box' ? Math.round(parseFloat(window.getComputedStyle(ta, null).height)) : ta.offsetHeight;\n\t\t\t\t}\n\t\t\t} else {\n\t\t\t\t// Normally keep overflow set to hidden, to avoid flash of scrollbar as the textarea expands.\n\t\t\t\tif (computed.overflowY !== 'hidden') {\n\t\t\t\t\tchangeOverflow('hidden');\n\t\t\t\t\tresize();\n\t\t\t\t\tactualHeight = computed.boxSizing === 'content-box' ? Math.round(parseFloat(window.getComputedStyle(ta, null).height)) : ta.offsetHeight;\n\t\t\t\t}\n\t\t\t}\n\n\t\t\tif (cachedHeight !== actualHeight) {\n\t\t\t\tcachedHeight = actualHeight;\n\t\t\t\tvar evt = createEvent('autosize:resized');\n\t\t\t\ttry {\n\t\t\t\t\tta.dispatchEvent(evt);\n\t\t\t\t} catch (err) {\n\t\t\t\t\t// Firefox will throw an error on dispatchEvent for a detached element\n\t\t\t\t\t// https://bugzilla.mozilla.org/show_bug.cgi?id=889376\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\tvar pageResize = function pageResize() {\n\t\t\tif (ta.clientWidth !== clientWidth) {\n\t\t\t\tupdate();\n\t\t\t}\n\t\t};\n\n\t\tvar destroy = function (style) {\n\t\t\twindow.removeEventListener('resize', pageResize, false);\n\t\t\tta.removeEventListener('input', update, false);\n\t\t\tta.removeEventListener('keyup', update, false);\n\t\t\tta.removeEventListener('autosize:destroy', destroy, false);\n\t\t\tta.removeEventListener('autosize:update', update, false);\n\n\t\t\tObject.keys(style).forEach(function (key) {\n\t\t\t\tta.style[key] = style[key];\n\t\t\t});\n\n\t\t\tmap.delete(ta);\n\t\t}.bind(ta, {\n\t\t\theight: ta.style.height,\n\t\t\tresize: ta.style.resize,\n\t\t\toverflowY: ta.style.overflowY,\n\t\t\toverflowX: ta.style.overflowX,\n\t\t\twordWrap: ta.style.wordWrap\n\t\t});\n\n\t\tta.addEventListener('autosize:destroy', destroy, false);\n\n\t\t// IE9 does not fire onpropertychange or oninput for deletions,\n\t\t// so binding to onkeyup to catch most of those events.\n\t\t// There is no way that I know of to detect something like 'cut' in IE9.\n\t\tif ('onpropertychange' in ta && 'oninput' in ta) {\n\t\t\tta.addEventListener('keyup', update, false);\n\t\t}\n\n\t\twindow.addEventListener('resize', pageResize, false);\n\t\tta.addEventListener('input', update, false);\n\t\tta.addEventListener('autosize:update', update, false);\n\t\tta.style.overflowX = 'hidden';\n\t\tta.style.wordWrap = 'break-word';\n\n\t\tmap.set(ta, {\n\t\t\tdestroy: destroy,\n\t\t\tupdate: update\n\t\t});\n\n\t\tinit();\n\t}\n\n\tfunction destroy(ta) {\n\t\tvar methods = map.get(ta);\n\t\tif (methods) {\n\t\t\tmethods.destroy();\n\t\t}\n\t}\n\n\tfunction update(ta) {\n\t\tvar methods = map.get(ta);\n\t\tif (methods) {\n\t\t\tmethods.update();\n\t\t}\n\t}\n\n\tvar autosize = null;\n\n\t// Do nothing in Node.js environment and IE8 (or lower)\n\tif (typeof window === 'undefined' || typeof window.getComputedStyle !== 'function') {\n\t\tautosize = function autosize(el) {\n\t\t\treturn el;\n\t\t};\n\t\tautosize.destroy = function (el) {\n\t\t\treturn el;\n\t\t};\n\t\tautosize.update = function (el) {\n\t\t\treturn el;\n\t\t};\n\t} else {\n\t\tautosize = function autosize(el, options) {\n\t\t\tif (el) {\n\t\t\t\tArray.prototype.forEach.call(el.length ? el : [el], function (x) {\n\t\t\t\t\treturn assign(x, options);\n\t\t\t\t});\n\t\t\t}\n\t\t\treturn el;\n\t\t};\n\t\tautosize.destroy = function (el) {\n\t\t\tif (el) {\n\t\t\t\tArray.prototype.forEach.call(el.length ? el : [el], destroy);\n\t\t\t}\n\t\t\treturn el;\n\t\t};\n\t\tautosize.update = function (el) {\n\t\t\tif (el) {\n\t\t\t\tArray.prototype.forEach.call(el.length ? el : [el], update);\n\t\t\t}\n\t\t\treturn el;\n\t\t};\n\t}\n\n\texports.default = autosize;\n\tmodule.exports = exports['default'];\n});","/*!\n * clipboard.js v2.0.6\n * https://clipboardjs.com/\n * \n * Licensed MIT © Zeno Rocha\n */\n(function webpackUniversalModuleDefinition(root, factory) {\n\tif(typeof exports === 'object' && typeof module === 'object')\n\t\tmodule.exports = factory();\n\telse if(typeof define === 'function' && define.amd)\n\t\tdefine([], factory);\n\telse if(typeof exports === 'object')\n\t\texports[\"ClipboardJS\"] = factory();\n\telse\n\t\troot[\"ClipboardJS\"] = factory();\n})(this, function() {\nreturn /******/ (function(modules) { // webpackBootstrap\n/******/ \t// The module cache\n/******/ \tvar installedModules = {};\n/******/\n/******/ \t// The require function\n/******/ \tfunction __webpack_require__(moduleId) {\n/******/\n/******/ \t\t// Check if module is in cache\n/******/ \t\tif(installedModules[moduleId]) {\n/******/ \t\t\treturn installedModules[moduleId].exports;\n/******/ \t\t}\n/******/ \t\t// Create a new module (and put it into the cache)\n/******/ \t\tvar module = installedModules[moduleId] = {\n/******/ \t\t\ti: moduleId,\n/******/ \t\t\tl: false,\n/******/ \t\t\texports: {}\n/******/ \t\t};\n/******/\n/******/ \t\t// Execute the module function\n/******/ \t\tmodules[moduleId].call(module.exports, module, module.exports, __webpack_require__);\n/******/\n/******/ \t\t// Flag the module as loaded\n/******/ \t\tmodule.l = true;\n/******/\n/******/ \t\t// Return the exports of the module\n/******/ \t\treturn module.exports;\n/******/ \t}\n/******/\n/******/\n/******/ \t// expose the modules object (__webpack_modules__)\n/******/ \t__webpack_require__.m = modules;\n/******/\n/******/ \t// expose the module cache\n/******/ \t__webpack_require__.c = installedModules;\n/******/\n/******/ \t// define getter function for harmony exports\n/******/ \t__webpack_require__.d = function(exports, name, getter) {\n/******/ \t\tif(!__webpack_require__.o(exports, name)) {\n/******/ \t\t\tObject.defineProperty(exports, name, { enumerable: true, get: getter });\n/******/ \t\t}\n/******/ \t};\n/******/\n/******/ \t// define __esModule on exports\n/******/ \t__webpack_require__.r = function(exports) {\n/******/ \t\tif(typeof Symbol !== 'undefined' && Symbol.toStringTag) {\n/******/ \t\t\tObject.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });\n/******/ \t\t}\n/******/ \t\tObject.defineProperty(exports, '__esModule', { value: true });\n/******/ \t};\n/******/\n/******/ \t// create a fake namespace object\n/******/ \t// mode & 1: value is a module id, require it\n/******/ \t// mode & 2: merge all properties of value into the ns\n/******/ \t// mode & 4: return value when already ns object\n/******/ \t// mode & 8|1: behave like require\n/******/ \t__webpack_require__.t = function(value, mode) {\n/******/ \t\tif(mode & 1) value = __webpack_require__(value);\n/******/ \t\tif(mode & 8) return value;\n/******/ \t\tif((mode & 4) && typeof value === 'object' && value && value.__esModule) return value;\n/******/ \t\tvar ns = Object.create(null);\n/******/ \t\t__webpack_require__.r(ns);\n/******/ \t\tObject.defineProperty(ns, 'default', { enumerable: true, value: value });\n/******/ \t\tif(mode & 2 && typeof value != 'string') for(var key in value) __webpack_require__.d(ns, key, function(key) { return value[key]; }.bind(null, key));\n/******/ \t\treturn ns;\n/******/ \t};\n/******/\n/******/ \t// getDefaultExport function for compatibility with non-harmony modules\n/******/ \t__webpack_require__.n = function(module) {\n/******/ \t\tvar getter = module && module.__esModule ?\n/******/ \t\t\tfunction getDefault() { return module['default']; } :\n/******/ \t\t\tfunction getModuleExports() { return module; };\n/******/ \t\t__webpack_require__.d(getter, 'a', getter);\n/******/ \t\treturn getter;\n/******/ \t};\n/******/\n/******/ \t// Object.prototype.hasOwnProperty.call\n/******/ \t__webpack_require__.o = function(object, property) { return Object.prototype.hasOwnProperty.call(object, property); };\n/******/\n/******/ \t// __webpack_public_path__\n/******/ \t__webpack_require__.p = \"\";\n/******/\n/******/\n/******/ \t// Load entry module and return exports\n/******/ \treturn __webpack_require__(__webpack_require__.s = 6);\n/******/ })\n/************************************************************************/\n/******/ ([\n/* 0 */\n/***/ (function(module, exports) {\n\nfunction select(element) {\n var selectedText;\n\n if (element.nodeName === 'SELECT') {\n element.focus();\n\n selectedText = element.value;\n }\n else if (element.nodeName === 'INPUT' || element.nodeName === 'TEXTAREA') {\n var isReadOnly = element.hasAttribute('readonly');\n\n if (!isReadOnly) {\n element.setAttribute('readonly', '');\n }\n\n element.select();\n element.setSelectionRange(0, element.value.length);\n\n if (!isReadOnly) {\n element.removeAttribute('readonly');\n }\n\n selectedText = element.value;\n }\n else {\n if (element.hasAttribute('contenteditable')) {\n element.focus();\n }\n\n var selection = window.getSelection();\n var range = document.createRange();\n\n range.selectNodeContents(element);\n selection.removeAllRanges();\n selection.addRange(range);\n\n selectedText = selection.toString();\n }\n\n return selectedText;\n}\n\nmodule.exports = select;\n\n\n/***/ }),\n/* 1 */\n/***/ (function(module, exports) {\n\nfunction E () {\n // Keep this empty so it's easier to inherit from\n // (via https://github.com/lipsmack from https://github.com/scottcorgan/tiny-emitter/issues/3)\n}\n\nE.prototype = {\n on: function (name, callback, ctx) {\n var e = this.e || (this.e = {});\n\n (e[name] || (e[name] = [])).push({\n fn: callback,\n ctx: ctx\n });\n\n return this;\n },\n\n once: function (name, callback, ctx) {\n var self = this;\n function listener () {\n self.off(name, listener);\n callback.apply(ctx, arguments);\n };\n\n listener._ = callback\n return this.on(name, listener, ctx);\n },\n\n emit: function (name) {\n var data = [].slice.call(arguments, 1);\n var evtArr = ((this.e || (this.e = {}))[name] || []).slice();\n var i = 0;\n var len = evtArr.length;\n\n for (i; i < len; i++) {\n evtArr[i].fn.apply(evtArr[i].ctx, data);\n }\n\n return this;\n },\n\n off: function (name, callback) {\n var e = this.e || (this.e = {});\n var evts = e[name];\n var liveEvents = [];\n\n if (evts && callback) {\n for (var i = 0, len = evts.length; i < len; i++) {\n if (evts[i].fn !== callback && evts[i].fn._ !== callback)\n liveEvents.push(evts[i]);\n }\n }\n\n // Remove event from queue to prevent memory leak\n // Suggested by https://github.com/lazd\n // Ref: https://github.com/scottcorgan/tiny-emitter/commit/c6ebfaa9bc973b33d110a84a307742b7cf94c953#commitcomment-5024910\n\n (liveEvents.length)\n ? e[name] = liveEvents\n : delete e[name];\n\n return this;\n }\n};\n\nmodule.exports = E;\nmodule.exports.TinyEmitter = E;\n\n\n/***/ }),\n/* 2 */\n/***/ (function(module, exports, __webpack_require__) {\n\nvar is = __webpack_require__(3);\nvar delegate = __webpack_require__(4);\n\n/**\n * Validates all params and calls the right\n * listener function based on its target type.\n *\n * @param {String|HTMLElement|HTMLCollection|NodeList} target\n * @param {String} type\n * @param {Function} callback\n * @return {Object}\n */\nfunction listen(target, type, callback) {\n if (!target && !type && !callback) {\n throw new Error('Missing required arguments');\n }\n\n if (!is.string(type)) {\n throw new TypeError('Second argument must be a String');\n }\n\n if (!is.fn(callback)) {\n throw new TypeError('Third argument must be a Function');\n }\n\n if (is.node(target)) {\n return listenNode(target, type, callback);\n }\n else if (is.nodeList(target)) {\n return listenNodeList(target, type, callback);\n }\n else if (is.string(target)) {\n return listenSelector(target, type, callback);\n }\n else {\n throw new TypeError('First argument must be a String, HTMLElement, HTMLCollection, or NodeList');\n }\n}\n\n/**\n * Adds an event listener to a HTML element\n * and returns a remove listener function.\n *\n * @param {HTMLElement} node\n * @param {String} type\n * @param {Function} callback\n * @return {Object}\n */\nfunction listenNode(node, type, callback) {\n node.addEventListener(type, callback);\n\n return {\n destroy: function() {\n node.removeEventListener(type, callback);\n }\n }\n}\n\n/**\n * Add an event listener to a list of HTML elements\n * and returns a remove listener function.\n *\n * @param {NodeList|HTMLCollection} nodeList\n * @param {String} type\n * @param {Function} callback\n * @return {Object}\n */\nfunction listenNodeList(nodeList, type, callback) {\n Array.prototype.forEach.call(nodeList, function(node) {\n node.addEventListener(type, callback);\n });\n\n return {\n destroy: function() {\n Array.prototype.forEach.call(nodeList, function(node) {\n node.removeEventListener(type, callback);\n });\n }\n }\n}\n\n/**\n * Add an event listener to a selector\n * and returns a remove listener function.\n *\n * @param {String} selector\n * @param {String} type\n * @param {Function} callback\n * @return {Object}\n */\nfunction listenSelector(selector, type, callback) {\n return delegate(document.body, selector, type, callback);\n}\n\nmodule.exports = listen;\n\n\n/***/ }),\n/* 3 */\n/***/ (function(module, exports) {\n\n/**\n * Check if argument is a HTML element.\n *\n * @param {Object} value\n * @return {Boolean}\n */\nexports.node = function(value) {\n return value !== undefined\n && value instanceof HTMLElement\n && value.nodeType === 1;\n};\n\n/**\n * Check if argument is a list of HTML elements.\n *\n * @param {Object} value\n * @return {Boolean}\n */\nexports.nodeList = function(value) {\n var type = Object.prototype.toString.call(value);\n\n return value !== undefined\n && (type === '[object NodeList]' || type === '[object HTMLCollection]')\n && ('length' in value)\n && (value.length === 0 || exports.node(value[0]));\n};\n\n/**\n * Check if argument is a string.\n *\n * @param {Object} value\n * @return {Boolean}\n */\nexports.string = function(value) {\n return typeof value === 'string'\n || value instanceof String;\n};\n\n/**\n * Check if argument is a function.\n *\n * @param {Object} value\n * @return {Boolean}\n */\nexports.fn = function(value) {\n var type = Object.prototype.toString.call(value);\n\n return type === '[object Function]';\n};\n\n\n/***/ }),\n/* 4 */\n/***/ (function(module, exports, __webpack_require__) {\n\nvar closest = __webpack_require__(5);\n\n/**\n * Delegates event to a selector.\n *\n * @param {Element} element\n * @param {String} selector\n * @param {String} type\n * @param {Function} callback\n * @param {Boolean} useCapture\n * @return {Object}\n */\nfunction _delegate(element, selector, type, callback, useCapture) {\n var listenerFn = listener.apply(this, arguments);\n\n element.addEventListener(type, listenerFn, useCapture);\n\n return {\n destroy: function() {\n element.removeEventListener(type, listenerFn, useCapture);\n }\n }\n}\n\n/**\n * Delegates event to a selector.\n *\n * @param {Element|String|Array} [elements]\n * @param {String} selector\n * @param {String} type\n * @param {Function} callback\n * @param {Boolean} useCapture\n * @return {Object}\n */\nfunction delegate(elements, selector, type, callback, useCapture) {\n // Handle the regular Element usage\n if (typeof elements.addEventListener === 'function') {\n return _delegate.apply(null, arguments);\n }\n\n // Handle Element-less usage, it defaults to global delegation\n if (typeof type === 'function') {\n // Use `document` as the first parameter, then apply arguments\n // This is a short way to .unshift `arguments` without running into deoptimizations\n return _delegate.bind(null, document).apply(null, arguments);\n }\n\n // Handle Selector-based usage\n if (typeof elements === 'string') {\n elements = document.querySelectorAll(elements);\n }\n\n // Handle Array-like based usage\n return Array.prototype.map.call(elements, function (element) {\n return _delegate(element, selector, type, callback, useCapture);\n });\n}\n\n/**\n * Finds closest match and invokes callback.\n *\n * @param {Element} element\n * @param {String} selector\n * @param {String} type\n * @param {Function} callback\n * @return {Function}\n */\nfunction listener(element, selector, type, callback) {\n return function(e) {\n e.delegateTarget = closest(e.target, selector);\n\n if (e.delegateTarget) {\n callback.call(element, e);\n }\n }\n}\n\nmodule.exports = delegate;\n\n\n/***/ }),\n/* 5 */\n/***/ (function(module, exports) {\n\nvar DOCUMENT_NODE_TYPE = 9;\n\n/**\n * A polyfill for Element.matches()\n */\nif (typeof Element !== 'undefined' && !Element.prototype.matches) {\n var proto = Element.prototype;\n\n proto.matches = proto.matchesSelector ||\n proto.mozMatchesSelector ||\n proto.msMatchesSelector ||\n proto.oMatchesSelector ||\n proto.webkitMatchesSelector;\n}\n\n/**\n * Finds the closest parent that matches a selector.\n *\n * @param {Element} element\n * @param {String} selector\n * @return {Function}\n */\nfunction closest (element, selector) {\n while (element && element.nodeType !== DOCUMENT_NODE_TYPE) {\n if (typeof element.matches === 'function' &&\n element.matches(selector)) {\n return element;\n }\n element = element.parentNode;\n }\n}\n\nmodule.exports = closest;\n\n\n/***/ }),\n/* 6 */\n/***/ (function(module, __webpack_exports__, __webpack_require__) {\n\n\"use strict\";\n__webpack_require__.r(__webpack_exports__);\n\n// EXTERNAL MODULE: ./node_modules/select/src/select.js\nvar src_select = __webpack_require__(0);\nvar select_default = /*#__PURE__*/__webpack_require__.n(src_select);\n\n// CONCATENATED MODULE: ./src/clipboard-action.js\nvar _typeof = typeof Symbol === \"function\" && typeof Symbol.iterator === \"symbol\" ? function (obj) { return typeof obj; } : function (obj) { return obj && typeof Symbol === \"function\" && obj.constructor === Symbol && obj !== Symbol.prototype ? \"symbol\" : typeof obj; };\n\nvar _createClass = function () { function defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if (\"value\" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } } return function (Constructor, protoProps, staticProps) { if (protoProps) defineProperties(Constructor.prototype, protoProps); if (staticProps) defineProperties(Constructor, staticProps); return Constructor; }; }();\n\nfunction _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError(\"Cannot call a class as a function\"); } }\n\n\n\n/**\n * Inner class which performs selection from either `text` or `target`\n * properties and then executes copy or cut operations.\n */\n\nvar clipboard_action_ClipboardAction = function () {\n /**\n * @param {Object} options\n */\n function ClipboardAction(options) {\n _classCallCheck(this, ClipboardAction);\n\n this.resolveOptions(options);\n this.initSelection();\n }\n\n /**\n * Defines base properties passed from constructor.\n * @param {Object} options\n */\n\n\n _createClass(ClipboardAction, [{\n key: 'resolveOptions',\n value: function resolveOptions() {\n var options = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};\n\n this.action = options.action;\n this.container = options.container;\n this.emitter = options.emitter;\n this.target = options.target;\n this.text = options.text;\n this.trigger = options.trigger;\n\n this.selectedText = '';\n }\n\n /**\n * Decides which selection strategy is going to be applied based\n * on the existence of `text` and `target` properties.\n */\n\n }, {\n key: 'initSelection',\n value: function initSelection() {\n if (this.text) {\n this.selectFake();\n } else if (this.target) {\n this.selectTarget();\n }\n }\n\n /**\n * Creates a fake textarea element, sets its value from `text` property,\n * and makes a selection on it.\n */\n\n }, {\n key: 'selectFake',\n value: function selectFake() {\n var _this = this;\n\n var isRTL = document.documentElement.getAttribute('dir') == 'rtl';\n\n this.removeFake();\n\n this.fakeHandlerCallback = function () {\n return _this.removeFake();\n };\n this.fakeHandler = this.container.addEventListener('click', this.fakeHandlerCallback) || true;\n\n this.fakeElem = document.createElement('textarea');\n // Prevent zooming on iOS\n this.fakeElem.style.fontSize = '12pt';\n // Reset box model\n this.fakeElem.style.border = '0';\n this.fakeElem.style.padding = '0';\n this.fakeElem.style.margin = '0';\n // Move element out of screen horizontally\n this.fakeElem.style.position = 'absolute';\n this.fakeElem.style[isRTL ? 'right' : 'left'] = '-9999px';\n // Move element to the same position vertically\n var yPosition = window.pageYOffset || document.documentElement.scrollTop;\n this.fakeElem.style.top = yPosition + 'px';\n\n this.fakeElem.setAttribute('readonly', '');\n this.fakeElem.value = this.text;\n\n this.container.appendChild(this.fakeElem);\n\n this.selectedText = select_default()(this.fakeElem);\n this.copyText();\n }\n\n /**\n * Only removes the fake element after another click event, that way\n * a user can hit `Ctrl+C` to copy because selection still exists.\n */\n\n }, {\n key: 'removeFake',\n value: function removeFake() {\n if (this.fakeHandler) {\n this.container.removeEventListener('click', this.fakeHandlerCallback);\n this.fakeHandler = null;\n this.fakeHandlerCallback = null;\n }\n\n if (this.fakeElem) {\n this.container.removeChild(this.fakeElem);\n this.fakeElem = null;\n }\n }\n\n /**\n * Selects the content from element passed on `target` property.\n */\n\n }, {\n key: 'selectTarget',\n value: function selectTarget() {\n this.selectedText = select_default()(this.target);\n this.copyText();\n }\n\n /**\n * Executes the copy operation based on the current selection.\n */\n\n }, {\n key: 'copyText',\n value: function copyText() {\n var succeeded = void 0;\n\n try {\n succeeded = document.execCommand(this.action);\n } catch (err) {\n succeeded = false;\n }\n\n this.handleResult(succeeded);\n }\n\n /**\n * Fires an event based on the copy operation result.\n * @param {Boolean} succeeded\n */\n\n }, {\n key: 'handleResult',\n value: function handleResult(succeeded) {\n this.emitter.emit(succeeded ? 'success' : 'error', {\n action: this.action,\n text: this.selectedText,\n trigger: this.trigger,\n clearSelection: this.clearSelection.bind(this)\n });\n }\n\n /**\n * Moves focus away from `target` and back to the trigger, removes current selection.\n */\n\n }, {\n key: 'clearSelection',\n value: function clearSelection() {\n if (this.trigger) {\n this.trigger.focus();\n }\n document.activeElement.blur();\n window.getSelection().removeAllRanges();\n }\n\n /**\n * Sets the `action` to be performed which can be either 'copy' or 'cut'.\n * @param {String} action\n */\n\n }, {\n key: 'destroy',\n\n\n /**\n * Destroy lifecycle.\n */\n value: function destroy() {\n this.removeFake();\n }\n }, {\n key: 'action',\n set: function set() {\n var action = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : 'copy';\n\n this._action = action;\n\n if (this._action !== 'copy' && this._action !== 'cut') {\n throw new Error('Invalid \"action\" value, use either \"copy\" or \"cut\"');\n }\n }\n\n /**\n * Gets the `action` property.\n * @return {String}\n */\n ,\n get: function get() {\n return this._action;\n }\n\n /**\n * Sets the `target` property using an element\n * that will be have its content copied.\n * @param {Element} target\n */\n\n }, {\n key: 'target',\n set: function set(target) {\n if (target !== undefined) {\n if (target && (typeof target === 'undefined' ? 'undefined' : _typeof(target)) === 'object' && target.nodeType === 1) {\n if (this.action === 'copy' && target.hasAttribute('disabled')) {\n throw new Error('Invalid \"target\" attribute. Please use \"readonly\" instead of \"disabled\" attribute');\n }\n\n if (this.action === 'cut' && (target.hasAttribute('readonly') || target.hasAttribute('disabled'))) {\n throw new Error('Invalid \"target\" attribute. You can\\'t cut text from elements with \"readonly\" or \"disabled\" attributes');\n }\n\n this._target = target;\n } else {\n throw new Error('Invalid \"target\" value, use a valid Element');\n }\n }\n }\n\n /**\n * Gets the `target` property.\n * @return {String|HTMLElement}\n */\n ,\n get: function get() {\n return this._target;\n }\n }]);\n\n return ClipboardAction;\n}();\n\n/* harmony default export */ var clipboard_action = (clipboard_action_ClipboardAction);\n// EXTERNAL MODULE: ./node_modules/tiny-emitter/index.js\nvar tiny_emitter = __webpack_require__(1);\nvar tiny_emitter_default = /*#__PURE__*/__webpack_require__.n(tiny_emitter);\n\n// EXTERNAL MODULE: ./node_modules/good-listener/src/listen.js\nvar listen = __webpack_require__(2);\nvar listen_default = /*#__PURE__*/__webpack_require__.n(listen);\n\n// CONCATENATED MODULE: ./src/clipboard.js\nvar clipboard_typeof = typeof Symbol === \"function\" && typeof Symbol.iterator === \"symbol\" ? function (obj) { return typeof obj; } : function (obj) { return obj && typeof Symbol === \"function\" && obj.constructor === Symbol && obj !== Symbol.prototype ? \"symbol\" : typeof obj; };\n\nvar clipboard_createClass = function () { function defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if (\"value\" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } } return function (Constructor, protoProps, staticProps) { if (protoProps) defineProperties(Constructor.prototype, protoProps); if (staticProps) defineProperties(Constructor, staticProps); return Constructor; }; }();\n\nfunction clipboard_classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError(\"Cannot call a class as a function\"); } }\n\nfunction _possibleConstructorReturn(self, call) { if (!self) { throw new ReferenceError(\"this hasn't been initialised - super() hasn't been called\"); } return call && (typeof call === \"object\" || typeof call === \"function\") ? call : self; }\n\nfunction _inherits(subClass, superClass) { if (typeof superClass !== \"function\" && superClass !== null) { throw new TypeError(\"Super expression must either be null or a function, not \" + typeof superClass); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, enumerable: false, writable: true, configurable: true } }); if (superClass) Object.setPrototypeOf ? Object.setPrototypeOf(subClass, superClass) : subClass.__proto__ = superClass; }\n\n\n\n\n\n/**\n * Base class which takes one or more elements, adds event listeners to them,\n * and instantiates a new `ClipboardAction` on each click.\n */\n\nvar clipboard_Clipboard = function (_Emitter) {\n _inherits(Clipboard, _Emitter);\n\n /**\n * @param {String|HTMLElement|HTMLCollection|NodeList} trigger\n * @param {Object} options\n */\n function Clipboard(trigger, options) {\n clipboard_classCallCheck(this, Clipboard);\n\n var _this = _possibleConstructorReturn(this, (Clipboard.__proto__ || Object.getPrototypeOf(Clipboard)).call(this));\n\n _this.resolveOptions(options);\n _this.listenClick(trigger);\n return _this;\n }\n\n /**\n * Defines if attributes would be resolved using internal setter functions\n * or custom functions that were passed in the constructor.\n * @param {Object} options\n */\n\n\n clipboard_createClass(Clipboard, [{\n key: 'resolveOptions',\n value: function resolveOptions() {\n var options = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};\n\n this.action = typeof options.action === 'function' ? options.action : this.defaultAction;\n this.target = typeof options.target === 'function' ? options.target : this.defaultTarget;\n this.text = typeof options.text === 'function' ? options.text : this.defaultText;\n this.container = clipboard_typeof(options.container) === 'object' ? options.container : document.body;\n }\n\n /**\n * Adds a click event listener to the passed trigger.\n * @param {String|HTMLElement|HTMLCollection|NodeList} trigger\n */\n\n }, {\n key: 'listenClick',\n value: function listenClick(trigger) {\n var _this2 = this;\n\n this.listener = listen_default()(trigger, 'click', function (e) {\n return _this2.onClick(e);\n });\n }\n\n /**\n * Defines a new `ClipboardAction` on each click event.\n * @param {Event} e\n */\n\n }, {\n key: 'onClick',\n value: function onClick(e) {\n var trigger = e.delegateTarget || e.currentTarget;\n\n if (this.clipboardAction) {\n this.clipboardAction = null;\n }\n\n this.clipboardAction = new clipboard_action({\n action: this.action(trigger),\n target: this.target(trigger),\n text: this.text(trigger),\n container: this.container,\n trigger: trigger,\n emitter: this\n });\n }\n\n /**\n * Default `action` lookup function.\n * @param {Element} trigger\n */\n\n }, {\n key: 'defaultAction',\n value: function defaultAction(trigger) {\n return getAttributeValue('action', trigger);\n }\n\n /**\n * Default `target` lookup function.\n * @param {Element} trigger\n */\n\n }, {\n key: 'defaultTarget',\n value: function defaultTarget(trigger) {\n var selector = getAttributeValue('target', trigger);\n\n if (selector) {\n return document.querySelector(selector);\n }\n }\n\n /**\n * Returns the support of the given action, or all actions if no action is\n * given.\n * @param {String} [action]\n */\n\n }, {\n key: 'defaultText',\n\n\n /**\n * Default `text` lookup function.\n * @param {Element} trigger\n */\n value: function defaultText(trigger) {\n return getAttributeValue('text', trigger);\n }\n\n /**\n * Destroy lifecycle.\n */\n\n }, {\n key: 'destroy',\n value: function destroy() {\n this.listener.destroy();\n\n if (this.clipboardAction) {\n this.clipboardAction.destroy();\n this.clipboardAction = null;\n }\n }\n }], [{\n key: 'isSupported',\n value: function isSupported() {\n var action = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : ['copy', 'cut'];\n\n var actions = typeof action === 'string' ? [action] : action;\n var support = !!document.queryCommandSupported;\n\n actions.forEach(function (action) {\n support = support && !!document.queryCommandSupported(action);\n });\n\n return support;\n }\n }]);\n\n return Clipboard;\n}(tiny_emitter_default.a);\n\n/**\n * Helper function to retrieve attribute value.\n * @param {String} suffix\n * @param {Element} element\n */\n\n\nfunction getAttributeValue(suffix, element) {\n var attribute = 'data-clipboard-' + suffix;\n\n if (!element.hasAttribute(attribute)) {\n return;\n }\n\n return element.getAttribute(attribute);\n}\n\n/* harmony default export */ var clipboard = __webpack_exports__[\"default\"] = (clipboard_Clipboard);\n\n/***/ })\n/******/ ])[\"default\"];\n});","/*\n * JavaScript MD5\n * https://github.com/blueimp/JavaScript-MD5\n *\n * Copyright 2011, Sebastian Tschan\n * https://blueimp.net\n *\n * Licensed under the MIT license:\n * https://opensource.org/licenses/MIT\n *\n * Based on\n * A JavaScript implementation of the RSA Data Security, Inc. MD5 Message\n * Digest Algorithm, as defined in RFC 1321.\n * Version 2.2 Copyright (C) Paul Johnston 1999 - 2009\n * Other contributors: Greg Holt, Andrew Kepert, Ydnar, Lostinet\n * Distributed under the BSD License\n * See http://pajhome.org.uk/crypt/md5 for more info.\n */\n\n/* global define */\n\n/* eslint-disable strict */\n\n;(function($) {\n 'use strict'\n\n /**\n * Add integers, wrapping at 2^32.\n * This uses 16-bit operations internally to work around bugs in interpreters.\n *\n * @param {number} x First integer\n * @param {number} y Second integer\n * @returns {number} Sum\n */\n function safeAdd(x, y) {\n var lsw = (x & 0xffff) + (y & 0xffff)\n var msw = (x >> 16) + (y >> 16) + (lsw >> 16)\n return (msw << 16) | (lsw & 0xffff)\n }\n\n /**\n * Bitwise rotate a 32-bit number to the left.\n *\n * @param {number} num 32-bit number\n * @param {number} cnt Rotation count\n * @returns {number} Rotated number\n */\n function bitRotateLeft(num, cnt) {\n return (num << cnt) | (num >>> (32 - cnt))\n }\n\n /**\n * Basic operation the algorithm uses.\n *\n * @param {number} q q\n * @param {number} a a\n * @param {number} b b\n * @param {number} x x\n * @param {number} s s\n * @param {number} t t\n * @returns {number} Result\n */\n function md5cmn(q, a, b, x, s, t) {\n return safeAdd(bitRotateLeft(safeAdd(safeAdd(a, q), safeAdd(x, t)), s), b)\n }\n /**\n * Basic operation the algorithm uses.\n *\n * @param {number} a a\n * @param {number} b b\n * @param {number} c c\n * @param {number} d d\n * @param {number} x x\n * @param {number} s s\n * @param {number} t t\n * @returns {number} Result\n */\n function md5ff(a, b, c, d, x, s, t) {\n return md5cmn((b & c) | (~b & d), a, b, x, s, t)\n }\n /**\n * Basic operation the algorithm uses.\n *\n * @param {number} a a\n * @param {number} b b\n * @param {number} c c\n * @param {number} d d\n * @param {number} x x\n * @param {number} s s\n * @param {number} t t\n * @returns {number} Result\n */\n function md5gg(a, b, c, d, x, s, t) {\n return md5cmn((b & d) | (c & ~d), a, b, x, s, t)\n }\n /**\n * Basic operation the algorithm uses.\n *\n * @param {number} a a\n * @param {number} b b\n * @param {number} c c\n * @param {number} d d\n * @param {number} x x\n * @param {number} s s\n * @param {number} t t\n * @returns {number} Result\n */\n function md5hh(a, b, c, d, x, s, t) {\n return md5cmn(b ^ c ^ d, a, b, x, s, t)\n }\n /**\n * Basic operation the algorithm uses.\n *\n * @param {number} a a\n * @param {number} b b\n * @param {number} c c\n * @param {number} d d\n * @param {number} x x\n * @param {number} s s\n * @param {number} t t\n * @returns {number} Result\n */\n function md5ii(a, b, c, d, x, s, t) {\n return md5cmn(c ^ (b | ~d), a, b, x, s, t)\n }\n\n /**\n * Calculate the MD5 of an array of little-endian words, and a bit length.\n *\n * @param {Array} x Array of little-endian words\n * @param {number} len Bit length\n * @returns {Array<number>} MD5 Array\n */\n function binlMD5(x, len) {\n /* append padding */\n x[len >> 5] |= 0x80 << len % 32\n x[(((len + 64) >>> 9) << 4) + 14] = len\n\n var i\n var olda\n var oldb\n var oldc\n var oldd\n var a = 1732584193\n var b = -271733879\n var c = -1732584194\n var d = 271733878\n\n for (i = 0; i < x.length; i += 16) {\n olda = a\n oldb = b\n oldc = c\n oldd = d\n\n a = md5ff(a, b, c, d, x[i], 7, -680876936)\n d = md5ff(d, a, b, c, x[i + 1], 12, -389564586)\n c = md5ff(c, d, a, b, x[i + 2], 17, 606105819)\n b = md5ff(b, c, d, a, x[i + 3], 22, -1044525330)\n a = md5ff(a, b, c, d, x[i + 4], 7, -176418897)\n d = md5ff(d, a, b, c, x[i + 5], 12, 1200080426)\n c = md5ff(c, d, a, b, x[i + 6], 17, -1473231341)\n b = md5ff(b, c, d, a, x[i + 7], 22, -45705983)\n a = md5ff(a, b, c, d, x[i + 8], 7, 1770035416)\n d = md5ff(d, a, b, c, x[i + 9], 12, -1958414417)\n c = md5ff(c, d, a, b, x[i + 10], 17, -42063)\n b = md5ff(b, c, d, a, x[i + 11], 22, -1990404162)\n a = md5ff(a, b, c, d, x[i + 12], 7, 1804603682)\n d = md5ff(d, a, b, c, x[i + 13], 12, -40341101)\n c = md5ff(c, d, a, b, x[i + 14], 17, -1502002290)\n b = md5ff(b, c, d, a, x[i + 15], 22, 1236535329)\n\n a = md5gg(a, b, c, d, x[i + 1], 5, -165796510)\n d = md5gg(d, a, b, c, x[i + 6], 9, -1069501632)\n c = md5gg(c, d, a, b, x[i + 11], 14, 643717713)\n b = md5gg(b, c, d, a, x[i], 20, -373897302)\n a = md5gg(a, b, c, d, x[i + 5], 5, -701558691)\n d = md5gg(d, a, b, c, x[i + 10], 9, 38016083)\n c = md5gg(c, d, a, b, x[i + 15], 14, -660478335)\n b = md5gg(b, c, d, a, x[i + 4], 20, -405537848)\n a = md5gg(a, b, c, d, x[i + 9], 5, 568446438)\n d = md5gg(d, a, b, c, x[i + 14], 9, -1019803690)\n c = md5gg(c, d, a, b, x[i + 3], 14, -187363961)\n b = md5gg(b, c, d, a, x[i + 8], 20, 1163531501)\n a = md5gg(a, b, c, d, x[i + 13], 5, -1444681467)\n d = md5gg(d, a, b, c, x[i + 2], 9, -51403784)\n c = md5gg(c, d, a, b, x[i + 7], 14, 1735328473)\n b = md5gg(b, c, d, a, x[i + 12], 20, -1926607734)\n\n a = md5hh(a, b, c, d, x[i + 5], 4, -378558)\n d = md5hh(d, a, b, c, x[i + 8], 11, -2022574463)\n c = md5hh(c, d, a, b, x[i + 11], 16, 1839030562)\n b = md5hh(b, c, d, a, x[i + 14], 23, -35309556)\n a = md5hh(a, b, c, d, x[i + 1], 4, -1530992060)\n d = md5hh(d, a, b, c, x[i + 4], 11, 1272893353)\n c = md5hh(c, d, a, b, x[i + 7], 16, -155497632)\n b = md5hh(b, c, d, a, x[i + 10], 23, -1094730640)\n a = md5hh(a, b, c, d, x[i + 13], 4, 681279174)\n d = md5hh(d, a, b, c, x[i], 11, -358537222)\n c = md5hh(c, d, a, b, x[i + 3], 16, -722521979)\n b = md5hh(b, c, d, a, x[i + 6], 23, 76029189)\n a = md5hh(a, b, c, d, x[i + 9], 4, -640364487)\n d = md5hh(d, a, b, c, x[i + 12], 11, -421815835)\n c = md5hh(c, d, a, b, x[i + 15], 16, 530742520)\n b = md5hh(b, c, d, a, x[i + 2], 23, -995338651)\n\n a = md5ii(a, b, c, d, x[i], 6, -198630844)\n d = md5ii(d, a, b, c, x[i + 7], 10, 1126891415)\n c = md5ii(c, d, a, b, x[i + 14], 15, -1416354905)\n b = md5ii(b, c, d, a, x[i + 5], 21, -57434055)\n a = md5ii(a, b, c, d, x[i + 12], 6, 1700485571)\n d = md5ii(d, a, b, c, x[i + 3], 10, -1894986606)\n c = md5ii(c, d, a, b, x[i + 10], 15, -1051523)\n b = md5ii(b, c, d, a, x[i + 1], 21, -2054922799)\n a = md5ii(a, b, c, d, x[i + 8], 6, 1873313359)\n d = md5ii(d, a, b, c, x[i + 15], 10, -30611744)\n c = md5ii(c, d, a, b, x[i + 6], 15, -1560198380)\n b = md5ii(b, c, d, a, x[i + 13], 21, 1309151649)\n a = md5ii(a, b, c, d, x[i + 4], 6, -145523070)\n d = md5ii(d, a, b, c, x[i + 11], 10, -1120210379)\n c = md5ii(c, d, a, b, x[i + 2], 15, 718787259)\n b = md5ii(b, c, d, a, x[i + 9], 21, -343485551)\n\n a = safeAdd(a, olda)\n b = safeAdd(b, oldb)\n c = safeAdd(c, oldc)\n d = safeAdd(d, oldd)\n }\n return [a, b, c, d]\n }\n\n /**\n * Convert an array of little-endian words to a string\n *\n * @param {Array<number>} input MD5 Array\n * @returns {string} MD5 string\n */\n function binl2rstr(input) {\n var i\n var output = ''\n var length32 = input.length * 32\n for (i = 0; i < length32; i += 8) {\n output += String.fromCharCode((input[i >> 5] >>> i % 32) & 0xff)\n }\n return output\n }\n\n /**\n * Convert a raw string to an array of little-endian words\n * Characters >255 have their high-byte silently ignored.\n *\n * @param {string} input Raw input string\n * @returns {Array<number>} Array of little-endian words\n */\n function rstr2binl(input) {\n var i\n var output = []\n output[(input.length >> 2) - 1] = undefined\n for (i = 0; i < output.length; i += 1) {\n output[i] = 0\n }\n var length8 = input.length * 8\n for (i = 0; i < length8; i += 8) {\n output[i >> 5] |= (input.charCodeAt(i / 8) & 0xff) << i % 32\n }\n return output\n }\n\n /**\n * Calculate the MD5 of a raw string\n *\n * @param {string} s Input string\n * @returns {string} Raw MD5 string\n */\n function rstrMD5(s) {\n return binl2rstr(binlMD5(rstr2binl(s), s.length * 8))\n }\n\n /**\n * Calculates the HMAC-MD5 of a key and some data (raw strings)\n *\n * @param {string} key HMAC key\n * @param {string} data Raw input string\n * @returns {string} Raw MD5 string\n */\n function rstrHMACMD5(key, data) {\n var i\n var bkey = rstr2binl(key)\n var ipad = []\n var opad = []\n var hash\n ipad[15] = opad[15] = undefined\n if (bkey.length > 16) {\n bkey = binlMD5(bkey, key.length * 8)\n }\n for (i = 0; i < 16; i += 1) {\n ipad[i] = bkey[i] ^ 0x36363636\n opad[i] = bkey[i] ^ 0x5c5c5c5c\n }\n hash = binlMD5(ipad.concat(rstr2binl(data)), 512 + data.length * 8)\n return binl2rstr(binlMD5(opad.concat(hash), 512 + 128))\n }\n\n /**\n * Convert a raw string to a hex string\n *\n * @param {string} input Raw input string\n * @returns {string} Hex encoded string\n */\n function rstr2hex(input) {\n var hexTab = '0123456789abcdef'\n var output = ''\n var x\n var i\n for (i = 0; i < input.length; i += 1) {\n x = input.charCodeAt(i)\n output += hexTab.charAt((x >>> 4) & 0x0f) + hexTab.charAt(x & 0x0f)\n }\n return output\n }\n\n /**\n * Encode a string as UTF-8\n *\n * @param {string} input Input string\n * @returns {string} UTF8 string\n */\n function str2rstrUTF8(input) {\n return unescape(encodeURIComponent(input))\n }\n\n /**\n * Encodes input string as raw MD5 string\n *\n * @param {string} s Input string\n * @returns {string} Raw MD5 string\n */\n function rawMD5(s) {\n return rstrMD5(str2rstrUTF8(s))\n }\n /**\n * Encodes input string as Hex encoded string\n *\n * @param {string} s Input string\n * @returns {string} Hex encoded string\n */\n function hexMD5(s) {\n return rstr2hex(rawMD5(s))\n }\n /**\n * Calculates the raw HMAC-MD5 for the given key and data\n *\n * @param {string} k HMAC key\n * @param {string} d Input string\n * @returns {string} Raw MD5 string\n */\n function rawHMACMD5(k, d) {\n return rstrHMACMD5(str2rstrUTF8(k), str2rstrUTF8(d))\n }\n /**\n * Calculates the Hex encoded HMAC-MD5 for the given key and data\n *\n * @param {string} k HMAC key\n * @param {string} d Input string\n * @returns {string} Raw MD5 string\n */\n function hexHMACMD5(k, d) {\n return rstr2hex(rawHMACMD5(k, d))\n }\n\n /**\n * Calculates MD5 value for a given string.\n * If a key is provided, calculates the HMAC-MD5 value.\n * Returns a Hex encoded string unless the raw argument is given.\n *\n * @param {string} string Input string\n * @param {string} [key] HMAC key\n * @param {boolean} [raw] Raw output switch\n * @returns {string} MD5 output\n */\n function md5(string, key, raw) {\n if (!key) {\n if (!raw) {\n return hexMD5(string)\n }\n return rawMD5(string)\n }\n if (!raw) {\n return hexHMACMD5(key, string)\n }\n return rawHMACMD5(key, string)\n }\n\n if (typeof define === 'function' && define.amd) {\n define(function() {\n return md5\n })\n } else if (typeof module === 'object' && module.exports) {\n module.exports = md5\n } else {\n $.md5 = md5\n }\n})(this)\n","/*\n * @copyright Copyright (c) 2019 Julius Härtl <jus@bitgrid.net>\n *\n * @author Julius Härtl <jus@bitgrid.net>\n *\n * @license GNU AGPL version 3 or any later version\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see <http://www.gnu.org/licenses/>.\n *\n */\n\nimport Toastify from 'toastify-js'\n\nconst TOAST_TYPE_CLASES = {\n\terror: 'toast-error',\n\tinfo: 'toast-info',\n\twarning: 'toast-warning',\n\tsuccess: 'toast-success',\n\tpermanent: 'permanent',\n}\n\nconst Toast = {\n\n\tsuccess(text, options = {}) {\n\t\toptions.type = 'success'\n\t\treturn this.message(text, options)\n\t},\n\n\twarning(text, options = {}) {\n\t\toptions.type = 'warning'\n\t\treturn this.message(text, options)\n\t},\n\n\terror(text, options = {}) {\n\t\toptions.type = 'error'\n\t\treturn this.message(text, options)\n\t},\n\n\tinfo(text, options = {}) {\n\t\toptions.type = 'info'\n\t\treturn this.message(text, options)\n\t},\n\n\tmessage(text, options) {\n\t\toptions = options || {}\n\t\t_.defaults(options, {\n\t\t\ttimeout: 7,\n\t\t\tisHTML: false,\n\t\t\ttype: undefined,\n\t\t\tclose: true,\n\t\t\tcallback: () => {},\n\t\t})\n\t\tif (!options.isHTML) {\n\t\t\ttext = $('<div/>').text(text).html()\n\t\t}\n\t\tlet classes = ''\n\t\tif (options.type) {\n\t\t\tclasses = TOAST_TYPE_CLASES[options.type]\n\t\t}\n\n\t\tconst toast = Toastify({\n\t\t\ttext: text,\n\t\t\tduration: options.timeout ? options.timeout * 1000 : null,\n\t\t\tcallback: options.callback,\n\t\t\tclose: options.close,\n\t\t\tgravity: 'top',\n\t\t\tselector: !window.TESTING ? 'content' : 'testArea',\n\t\t\tpositionLeft: false,\n\t\t\tbackgroundColor: '',\n\t\t\tclassName: 'toast ' + classes,\n\t\t})\n\t\ttoast.showToast()\n\t\t// add toastify object to the element for reference in legacy OC.Notification\n\t\ttoast.toastElement.toastify = toast\n\t\treturn toast\n\t},\n}\nexport default Toast\n","/*!\n * Toastify js 1.6.2\n * https://github.com/apvarun/toastify-js\n * @license MIT licensed\n *\n * Copyright (C) 2018 Varun A P\n */\n(function(root, factory) {\n if (typeof module === \"object\" && module.exports) {\n module.exports = factory();\n } else {\n root.Toastify = factory();\n }\n})(this, function(global) {\n // Object initialization\n var Toastify = function(options) {\n // Returning a new init object\n return new Toastify.lib.init(options);\n },\n // Library version\n version = \"1.6.2\";\n\n // Defining the prototype of the object\n Toastify.lib = Toastify.prototype = {\n toastify: version,\n\n constructor: Toastify,\n\n // Initializing the object with required parameters\n init: function(options) {\n // Verifying and validating the input object\n if (!options) {\n options = {};\n }\n\n // Creating the options object\n this.options = {};\n\n this.toastElement = null;\n\n // Validating the options\n this.options.text = options.text || \"Hi there!\"; // Display message\n this.options.duration = options.duration || 3000; // Display duration\n this.options.selector = options.selector; // Parent selector\n this.options.callback = options.callback || function() {}; // Callback after display\n this.options.destination = options.destination; // On-click destination\n this.options.newWindow = options.newWindow || false; // Open destination in new window\n this.options.close = options.close || false; // Show toast close icon\n this.options.gravity = options.gravity == \"bottom\" ? \"toastify-bottom\" : \"toastify-top\"; // toast position - top or bottom\n this.options.positionLeft = options.positionLeft || false; // toast position - left or right\n this.options.position = options.position || ''; // toast position - left or right\n this.options.backgroundColor = options.backgroundColor; // toast background color\n this.options.avatar = options.avatar || \"\"; // img element src - url or a path\n this.options.className = options.className || \"\"; // additional class names for the toast\n this.options.stopOnFocus = options.stopOnFocus === undefined? true: options.stopOnFocus; // stop timeout on focus\n this.options.onClick = options.onClick; // Callback after click\n\n // Returning the current object for chaining functions\n return this;\n },\n\n // Building the DOM element\n buildToast: function() {\n // Validating if the options are defined\n if (!this.options) {\n throw \"Toastify is not initialized\";\n }\n\n // Creating the DOM object\n var divElement = document.createElement(\"div\");\n divElement.className = \"toastify on \" + this.options.className;\n\n // Positioning toast to left or right or center\n if (!!this.options.position) {\n divElement.className += \" toastify-\" + this.options.position;\n } else {\n // To be depreciated in further versions\n if (this.options.positionLeft === true) {\n divElement.className += \" toastify-left\";\n console.warn('Property `positionLeft` will be depreciated in further versions. Please use `position` instead.')\n } else {\n // Default position\n divElement.className += \" toastify-right\";\n }\n }\n\n // Assigning gravity of element\n divElement.className += \" \" + this.options.gravity;\n\n if (this.options.backgroundColor) {\n divElement.style.background = this.options.backgroundColor;\n }\n\n // Adding the toast message\n divElement.innerHTML = this.options.text;\n\n if (this.options.avatar !== \"\") {\n var avatarElement = document.createElement(\"img\");\n avatarElement.src = this.options.avatar;\n\n avatarElement.className = \"toastify-avatar\";\n\n if (this.options.position == \"left\" || this.options.positionLeft === true) {\n // Adding close icon on the left of content\n divElement.appendChild(avatarElement);\n } else {\n // Adding close icon on the right of content\n divElement.insertAdjacentElement(\"beforeend\", avatarElement);\n }\n }\n\n // Adding a close icon to the toast\n if (this.options.close === true) {\n // Create a span for close element\n var closeElement = document.createElement(\"span\");\n closeElement.innerHTML = \"&#10006;\";\n\n closeElement.className = \"toast-close\";\n\n // Triggering the removal of toast from DOM on close click\n closeElement.addEventListener(\n \"click\",\n function(event) {\n event.stopPropagation();\n this.removeElement(this.toastElement);\n window.clearTimeout(this.toastElement.timeOutValue);\n }.bind(this)\n );\n\n // Clear timeout while toast is focused\n if (this.options.stopOnFocus && this.options.duration > 0) {\n const self = this;\n // stop countdown\n divElement.addEventListener(\n \"mouseover\",\n function(event) {\n window.clearTimeout(divElement.timeOutValue);\n }\n )\n // add back the timeout\n divElement.addEventListener(\n \"mouseleave\",\n function() {\n divElement.timeOutValue = window.setTimeout(\n function() {\n // Remove the toast from DOM\n self.removeElement(divElement);\n },\n self.options.duration\n )\n }\n )\n }\n\n //Calculating screen width\n var width = window.innerWidth > 0 ? window.innerWidth : screen.width;\n\n // Adding the close icon to the toast element\n // Display on the right if screen width is less than or equal to 360px\n if ((this.options.position == \"left\" || this.options.positionLeft === true) && width > 360) {\n // Adding close icon on the left of content\n divElement.insertAdjacentElement(\"afterbegin\", closeElement);\n } else {\n // Adding close icon on the right of content\n divElement.appendChild(closeElement);\n }\n }\n\n // Adding an on-click destination path\n if (typeof this.options.destination !== \"undefined\") {\n divElement.addEventListener(\n \"click\",\n function(event) {\n event.stopPropagation();\n if (this.options.newWindow === true) {\n window.open(this.options.destination, \"_blank\");\n } else {\n window.location = this.options.destination;\n }\n }.bind(this)\n );\n }\n\n if (typeof this.options.onClick === \"function\" && typeof this.options.destination === \"undefined\") {\n divElement.addEventListener(\n \"click\",\n function(event) {\n event.stopPropagation();\n this.options.onClick(); \n }.bind(this)\n );\n }\n\n // Returning the generated element\n return divElement;\n },\n\n // Displaying the toast\n showToast: function() {\n // Creating the DOM object for the toast\n this.toastElement = this.buildToast();\n\n // Getting the root element to with the toast needs to be added\n var rootElement;\n if (typeof this.options.selector === \"undefined\") {\n rootElement = document.body;\n } else {\n rootElement = document.getElementById(this.options.selector);\n }\n\n // Validating if root element is present in DOM\n if (!rootElement) {\n throw \"Root element is not defined\";\n }\n\n // Adding the DOM element\n rootElement.insertBefore(this.toastElement, rootElement.firstChild);\n\n // Repositioning the toasts in case multiple toasts are present\n Toastify.reposition();\n\n if (this.options.duration > 0) {\n this.toastElement.timeOutValue = window.setTimeout(\n function() {\n // Remove the toast from DOM\n this.removeElement(this.toastElement);\n }.bind(this),\n this.options.duration\n ); // Binding `this` for function invocation\n }\n\n // Supporting function chaining\n return this;\n },\n\n hideToast: function() {\n if (this.toastElement.timeOutValue) {\n clearTimeout(this.toastElement.timeOutValue);\n }\n this.removeElement(this.toastElement);\n },\n\n // Removing the element from the DOM\n removeElement: function(toastElement) {\n // Hiding the element\n // toastElement.classList.remove(\"on\");\n toastElement.className = toastElement.className.replace(\" on\", \"\");\n\n // Removing the element from DOM after transition end\n window.setTimeout(\n function() {\n // Remove the elemenf from the DOM\n toastElement.parentNode.removeChild(toastElement);\n\n // Calling the callback function\n this.options.callback.call(toastElement);\n\n // Repositioning the toasts again\n Toastify.reposition();\n }.bind(this),\n 400\n ); // Binding `this` for function invocation\n },\n };\n\n // Positioning the toasts on the DOM\n Toastify.reposition = function() {\n // Top margins with gravity\n var topLeftOffsetSize = {\n top: 15,\n bottom: 15,\n };\n var topRightOffsetSize = {\n top: 15,\n bottom: 15,\n };\n var offsetSize = {\n top: 15,\n bottom: 15,\n };\n\n // Get all toast messages on the DOM\n var allToasts = document.getElementsByClassName(\"toastify\");\n\n var classUsed;\n\n // Modifying the position of each toast element\n for (var i = 0; i < allToasts.length; i++) {\n // Getting the applied gravity\n if (containsClass(allToasts[i], \"toastify-top\") === true) {\n classUsed = \"toastify-top\";\n } else {\n classUsed = \"toastify-bottom\";\n }\n\n var height = allToasts[i].offsetHeight;\n classUsed = classUsed.substr(9, classUsed.length-1)\n // Spacing between toasts\n var offset = 15;\n\n var width = window.innerWidth > 0 ? window.innerWidth : screen.width;\n\n // Show toast in center if screen with less than or qual to 360px\n if (width <= 360) {\n // Setting the position\n allToasts[i].style[classUsed] = offsetSize[classUsed] + \"px\";\n\n offsetSize[classUsed] += height + offset;\n } else {\n if (containsClass(allToasts[i], \"toastify-left\") === true) {\n // Setting the position\n allToasts[i].style[classUsed] = topLeftOffsetSize[classUsed] + \"px\";\n\n topLeftOffsetSize[classUsed] += height + offset;\n } else {\n // Setting the position\n allToasts[i].style[classUsed] = topRightOffsetSize[classUsed] + \"px\";\n\n topRightOffsetSize[classUsed] += height + offset;\n }\n }\n }\n\n // Supporting function chaining\n return this;\n };\n\n function containsClass(elem, yourClass) {\n if (!elem || typeof yourClass !== \"string\") {\n return false;\n } else if (\n elem.className &&\n elem.className\n .trim()\n .split(/\\s+/gi)\n .indexOf(yourClass) > -1\n ) {\n return true;\n } else {\n return false;\n }\n }\n\n // Setting up the prototype for the init object\n Toastify.lib.init.prototype = Toastify.lib;\n\n // Returning the Toastify function to be assigned to the window object/module\n return Toastify;\n});\n","/**\n * @copyright 2018 Christoph Wurst <christoph@winzerhof-wurst.at>\n *\n * @author 2018 Christoph Wurst <christoph@winzerhof-wurst.at>\n *\n * @license GNU AGPL version 3 or any later version\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see <http://www.gnu.org/licenses/>.\n */\n\nimport $ from 'jquery'\nimport 'core-js/stable'\nimport 'regenerator-runtime/runtime'\nimport './Polyfill/index'\n\n// If you remove the line below, tests won't pass\n// eslint-disable-next-line no-unused-vars\nimport OC from './OC/index'\n\nimport './globals'\nimport './jquery/index'\nimport { initCore } from './init'\nimport { registerAppsSlideToggle } from './OC/apps'\n\n$(document).ready(function() {\n\tinitCore()\n\tregisterAppsSlideToggle()\n\n\t// fallback to hashchange when no history support\n\tif (window.history.pushState) {\n\t\twindow.onpopstate = _.bind(OC.Util.History._onPopState, OC.Util.History)\n\t} else {\n\t\t$(window).on('hashchange', _.bind(OC.Util.History._onPopState, OC.Util.History))\n\t}\n})\n","require('../es');\nrequire('../web');\nvar path = require('../internals/path');\n\nmodule.exports = path;\n","require('../modules/es.symbol');\nrequire('../modules/es.symbol.async-iterator');\nrequire('../modules/es.symbol.description');\nrequire('../modules/es.symbol.has-instance');\nrequire('../modules/es.symbol.is-concat-spreadable');\nrequire('../modules/es.symbol.iterator');\nrequire('../modules/es.symbol.match');\nrequire('../modules/es.symbol.match-all');\nrequire('../modules/es.symbol.replace');\nrequire('../modules/es.symbol.search');\nrequire('../modules/es.symbol.species');\nrequire('../modules/es.symbol.split');\nrequire('../modules/es.symbol.to-primitive');\nrequire('../modules/es.symbol.to-string-tag');\nrequire('../modules/es.symbol.unscopables');\nrequire('../modules/es.object.assign');\nrequire('../modules/es.object.create');\nrequire('../modules/es.object.define-property');\nrequire('../modules/es.object.define-properties');\nrequire('../modules/es.object.entries');\nrequire('../modules/es.object.freeze');\nrequire('../modules/es.object.from-entries');\nrequire('../modules/es.object.get-own-property-descriptor');\nrequire('../modules/es.object.get-own-property-descriptors');\nrequire('../modules/es.object.get-own-property-names');\nrequire('../modules/es.object.get-prototype-of');\nrequire('../modules/es.object.is');\nrequire('../modules/es.object.is-extensible');\nrequire('../modules/es.object.is-frozen');\nrequire('../modules/es.object.is-sealed');\nrequire('../modules/es.object.keys');\nrequire('../modules/es.object.prevent-extensions');\nrequire('../modules/es.object.seal');\nrequire('../modules/es.object.set-prototype-of');\nrequire('../modules/es.object.values');\nrequire('../modules/es.object.to-string');\nrequire('../modules/es.object.define-getter');\nrequire('../modules/es.object.define-setter');\nrequire('../modules/es.object.lookup-getter');\nrequire('../modules/es.object.lookup-setter');\nrequire('../modules/es.function.bind');\nrequire('../modules/es.function.name');\nrequire('../modules/es.function.has-instance');\nrequire('../modules/es.global-this');\nrequire('../modules/es.array.from');\nrequire('../modules/es.array.is-array');\nrequire('../modules/es.array.of');\nrequire('../modules/es.array.concat');\nrequire('../modules/es.array.copy-within');\nrequire('../modules/es.array.every');\nrequire('../modules/es.array.fill');\nrequire('../modules/es.array.filter');\nrequire('../modules/es.array.find');\nrequire('../modules/es.array.find-index');\nrequire('../modules/es.array.flat');\nrequire('../modules/es.array.flat-map');\nrequire('../modules/es.array.for-each');\nrequire('../modules/es.array.includes');\nrequire('../modules/es.array.index-of');\nrequire('../modules/es.array.join');\nrequire('../modules/es.array.last-index-of');\nrequire('../modules/es.array.map');\nrequire('../modules/es.array.reduce');\nrequire('../modules/es.array.reduce-right');\nrequire('../modules/es.array.reverse');\nrequire('../modules/es.array.slice');\nrequire('../modules/es.array.some');\nrequire('../modules/es.array.sort');\nrequire('../modules/es.array.splice');\nrequire('../modules/es.array.species');\nrequire('../modules/es.array.unscopables.flat');\nrequire('../modules/es.array.unscopables.flat-map');\nrequire('../modules/es.array.iterator');\nrequire('../modules/es.string.from-code-point');\nrequire('../modules/es.string.raw');\nrequire('../modules/es.string.code-point-at');\nrequire('../modules/es.string.ends-with');\nrequire('../modules/es.string.includes');\nrequire('../modules/es.string.match');\nrequire('../modules/es.string.match-all');\nrequire('../modules/es.string.pad-end');\nrequire('../modules/es.string.pad-start');\nrequire('../modules/es.string.repeat');\nrequire('../modules/es.string.replace');\nrequire('../modules/es.string.search');\nrequire('../modules/es.string.split');\nrequire('../modules/es.string.starts-with');\nrequire('../modules/es.string.trim');\nrequire('../modules/es.string.trim-start');\nrequire('../modules/es.string.trim-end');\nrequire('../modules/es.string.iterator');\nrequire('../modules/es.string.anchor');\nrequire('../modules/es.string.big');\nrequire('../modules/es.string.blink');\nrequire('../modules/es.string.bold');\nrequire('../modules/es.string.fixed');\nrequire('../modules/es.string.fontcolor');\nrequire('../modules/es.string.fontsize');\nrequire('../modules/es.string.italics');\nrequire('../modules/es.string.link');\nrequire('../modules/es.string.small');\nrequire('../modules/es.string.strike');\nrequire('../modules/es.string.sub');\nrequire('../modules/es.string.sup');\nrequire('../modules/es.regexp.constructor');\nrequire('../modules/es.regexp.exec');\nrequire('../modules/es.regexp.flags');\nrequire('../modules/es.regexp.sticky');\nrequire('../modules/es.regexp.test');\nrequire('../modules/es.regexp.to-string');\nrequire('../modules/es.parse-int');\nrequire('../modules/es.parse-float');\nrequire('../modules/es.number.constructor');\nrequire('../modules/es.number.epsilon');\nrequire('../modules/es.number.is-finite');\nrequire('../modules/es.number.is-integer');\nrequire('../modules/es.number.is-nan');\nrequire('../modules/es.number.is-safe-integer');\nrequire('../modules/es.number.max-safe-integer');\nrequire('../modules/es.number.min-safe-integer');\nrequire('../modules/es.number.parse-float');\nrequire('../modules/es.number.parse-int');\nrequire('../modules/es.number.to-fixed');\nrequire('../modules/es.number.to-precision');\nrequire('../modules/es.math.acosh');\nrequire('../modules/es.math.asinh');\nrequire('../modules/es.math.atanh');\nrequire('../modules/es.math.cbrt');\nrequire('../modules/es.math.clz32');\nrequire('../modules/es.math.cosh');\nrequire('../modules/es.math.expm1');\nrequire('../modules/es.math.fround');\nrequire('../modules/es.math.hypot');\nrequire('../modules/es.math.imul');\nrequire('../modules/es.math.log10');\nrequire('../modules/es.math.log1p');\nrequire('../modules/es.math.log2');\nrequire('../modules/es.math.sign');\nrequire('../modules/es.math.sinh');\nrequire('../modules/es.math.tanh');\nrequire('../modules/es.math.to-string-tag');\nrequire('../modules/es.math.trunc');\nrequire('../modules/es.date.now');\nrequire('../modules/es.date.to-json');\nrequire('../modules/es.date.to-iso-string');\nrequire('../modules/es.date.to-string');\nrequire('../modules/es.date.to-primitive');\nrequire('../modules/es.json.stringify');\nrequire('../modules/es.json.to-string-tag');\nrequire('../modules/es.promise');\nrequire('../modules/es.promise.all-settled');\nrequire('../modules/es.promise.finally');\nrequire('../modules/es.map');\nrequire('../modules/es.set');\nrequire('../modules/es.weak-map');\nrequire('../modules/es.weak-set');\nrequire('../modules/es.array-buffer.constructor');\nrequire('../modules/es.array-buffer.is-view');\nrequire('../modules/es.array-buffer.slice');\nrequire('../modules/es.data-view');\nrequire('../modules/es.typed-array.int8-array');\nrequire('../modules/es.typed-array.uint8-array');\nrequire('../modules/es.typed-array.uint8-clamped-array');\nrequire('../modules/es.typed-array.int16-array');\nrequire('../modules/es.typed-array.uint16-array');\nrequire('../modules/es.typed-array.int32-array');\nrequire('../modules/es.typed-array.uint32-array');\nrequire('../modules/es.typed-array.float32-array');\nrequire('../modules/es.typed-array.float64-array');\nrequire('../modules/es.typed-array.from');\nrequire('../modules/es.typed-array.of');\nrequire('../modules/es.typed-array.copy-within');\nrequire('../modules/es.typed-array.every');\nrequire('../modules/es.typed-array.fill');\nrequire('../modules/es.typed-array.filter');\nrequire('../modules/es.typed-array.find');\nrequire('../modules/es.typed-array.find-index');\nrequire('../modules/es.typed-array.for-each');\nrequire('../modules/es.typed-array.includes');\nrequire('../modules/es.typed-array.index-of');\nrequire('../modules/es.typed-array.iterator');\nrequire('../modules/es.typed-array.join');\nrequire('../modules/es.typed-array.last-index-of');\nrequire('../modules/es.typed-array.map');\nrequire('../modules/es.typed-array.reduce');\nrequire('../modules/es.typed-array.reduce-right');\nrequire('../modules/es.typed-array.reverse');\nrequire('../modules/es.typed-array.set');\nrequire('../modules/es.typed-array.slice');\nrequire('../modules/es.typed-array.some');\nrequire('../modules/es.typed-array.sort');\nrequire('../modules/es.typed-array.subarray');\nrequire('../modules/es.typed-array.to-locale-string');\nrequire('../modules/es.typed-array.to-string');\nrequire('../modules/es.reflect.apply');\nrequire('../modules/es.reflect.construct');\nrequire('../modules/es.reflect.define-property');\nrequire('../modules/es.reflect.delete-property');\nrequire('../modules/es.reflect.get');\nrequire('../modules/es.reflect.get-own-property-descriptor');\nrequire('../modules/es.reflect.get-prototype-of');\nrequire('../modules/es.reflect.has');\nrequire('../modules/es.reflect.is-extensible');\nrequire('../modules/es.reflect.own-keys');\nrequire('../modules/es.reflect.prevent-extensions');\nrequire('../modules/es.reflect.set');\nrequire('../modules/es.reflect.set-prototype-of');\nvar path = require('../internals/path');\n\nmodule.exports = path;\n","'use strict';\nvar $ = require('../internals/export');\nvar global = require('../internals/global');\nvar getBuiltIn = require('../internals/get-built-in');\nvar IS_PURE = require('../internals/is-pure');\nvar DESCRIPTORS = require('../internals/descriptors');\nvar NATIVE_SYMBOL = require('../internals/native-symbol');\nvar USE_SYMBOL_AS_UID = require('../internals/use-symbol-as-uid');\nvar fails = require('../internals/fails');\nvar has = require('../internals/has');\nvar isArray = require('../internals/is-array');\nvar isObject = require('../internals/is-object');\nvar anObject = require('../internals/an-object');\nvar toObject = require('../internals/to-object');\nvar toIndexedObject = require('../internals/to-indexed-object');\nvar toPrimitive = require('../internals/to-primitive');\nvar createPropertyDescriptor = require('../internals/create-property-descriptor');\nvar nativeObjectCreate = require('../internals/object-create');\nvar objectKeys = require('../internals/object-keys');\nvar getOwnPropertyNamesModule = require('../internals/object-get-own-property-names');\nvar getOwnPropertyNamesExternal = require('../internals/object-get-own-property-names-external');\nvar getOwnPropertySymbolsModule = require('../internals/object-get-own-property-symbols');\nvar getOwnPropertyDescriptorModule = require('../internals/object-get-own-property-descriptor');\nvar definePropertyModule = require('../internals/object-define-property');\nvar propertyIsEnumerableModule = require('../internals/object-property-is-enumerable');\nvar createNonEnumerableProperty = require('../internals/create-non-enumerable-property');\nvar redefine = require('../internals/redefine');\nvar shared = require('../internals/shared');\nvar sharedKey = require('../internals/shared-key');\nvar hiddenKeys = require('../internals/hidden-keys');\nvar uid = require('../internals/uid');\nvar wellKnownSymbol = require('../internals/well-known-symbol');\nvar wrappedWellKnownSymbolModule = require('../internals/well-known-symbol-wrapped');\nvar defineWellKnownSymbol = require('../internals/define-well-known-symbol');\nvar setToStringTag = require('../internals/set-to-string-tag');\nvar InternalStateModule = require('../internals/internal-state');\nvar $forEach = require('../internals/array-iteration').forEach;\n\nvar HIDDEN = sharedKey('hidden');\nvar SYMBOL = 'Symbol';\nvar PROTOTYPE = 'prototype';\nvar TO_PRIMITIVE = wellKnownSymbol('toPrimitive');\nvar setInternalState = InternalStateModule.set;\nvar getInternalState = InternalStateModule.getterFor(SYMBOL);\nvar ObjectPrototype = Object[PROTOTYPE];\nvar $Symbol = global.Symbol;\nvar $stringify = getBuiltIn('JSON', 'stringify');\nvar nativeGetOwnPropertyDescriptor = getOwnPropertyDescriptorModule.f;\nvar nativeDefineProperty = definePropertyModule.f;\nvar nativeGetOwnPropertyNames = getOwnPropertyNamesExternal.f;\nvar nativePropertyIsEnumerable = propertyIsEnumerableModule.f;\nvar AllSymbols = shared('symbols');\nvar ObjectPrototypeSymbols = shared('op-symbols');\nvar StringToSymbolRegistry = shared('string-to-symbol-registry');\nvar SymbolToStringRegistry = shared('symbol-to-string-registry');\nvar WellKnownSymbolsStore = shared('wks');\nvar QObject = global.QObject;\n// Don't use setters in Qt Script, https://github.com/zloirock/core-js/issues/173\nvar USE_SETTER = !QObject || !QObject[PROTOTYPE] || !QObject[PROTOTYPE].findChild;\n\n// fallback for old Android, https://code.google.com/p/v8/issues/detail?id=687\nvar setSymbolDescriptor = DESCRIPTORS && fails(function () {\n return nativeObjectCreate(nativeDefineProperty({}, 'a', {\n get: function () { return nativeDefineProperty(this, 'a', { value: 7 }).a; }\n })).a != 7;\n}) ? function (O, P, Attributes) {\n var ObjectPrototypeDescriptor = nativeGetOwnPropertyDescriptor(ObjectPrototype, P);\n if (ObjectPrototypeDescriptor) delete ObjectPrototype[P];\n nativeDefineProperty(O, P, Attributes);\n if (ObjectPrototypeDescriptor && O !== ObjectPrototype) {\n nativeDefineProperty(ObjectPrototype, P, ObjectPrototypeDescriptor);\n }\n} : nativeDefineProperty;\n\nvar wrap = function (tag, description) {\n var symbol = AllSymbols[tag] = nativeObjectCreate($Symbol[PROTOTYPE]);\n setInternalState(symbol, {\n type: SYMBOL,\n tag: tag,\n description: description\n });\n if (!DESCRIPTORS) symbol.description = description;\n return symbol;\n};\n\nvar isSymbol = USE_SYMBOL_AS_UID ? function (it) {\n return typeof it == 'symbol';\n} : function (it) {\n return Object(it) instanceof $Symbol;\n};\n\nvar $defineProperty = function defineProperty(O, P, Attributes) {\n if (O === ObjectPrototype) $defineProperty(ObjectPrototypeSymbols, P, Attributes);\n anObject(O);\n var key = toPrimitive(P, true);\n anObject(Attributes);\n if (has(AllSymbols, key)) {\n if (!Attributes.enumerable) {\n if (!has(O, HIDDEN)) nativeDefineProperty(O, HIDDEN, createPropertyDescriptor(1, {}));\n O[HIDDEN][key] = true;\n } else {\n if (has(O, HIDDEN) && O[HIDDEN][key]) O[HIDDEN][key] = false;\n Attributes = nativeObjectCreate(Attributes, { enumerable: createPropertyDescriptor(0, false) });\n } return setSymbolDescriptor(O, key, Attributes);\n } return nativeDefineProperty(O, key, Attributes);\n};\n\nvar $defineProperties = function defineProperties(O, Properties) {\n anObject(O);\n var properties = toIndexedObject(Properties);\n var keys = objectKeys(properties).concat($getOwnPropertySymbols(properties));\n $forEach(keys, function (key) {\n if (!DESCRIPTORS || $propertyIsEnumerable.call(properties, key)) $defineProperty(O, key, properties[key]);\n });\n return O;\n};\n\nvar $create = function create(O, Properties) {\n return Properties === undefined ? nativeObjectCreate(O) : $defineProperties(nativeObjectCreate(O), Properties);\n};\n\nvar $propertyIsEnumerable = function propertyIsEnumerable(V) {\n var P = toPrimitive(V, true);\n var enumerable = nativePropertyIsEnumerable.call(this, P);\n if (this === ObjectPrototype && has(AllSymbols, P) && !has(ObjectPrototypeSymbols, P)) return false;\n return enumerable || !has(this, P) || !has(AllSymbols, P) || has(this, HIDDEN) && this[HIDDEN][P] ? enumerable : true;\n};\n\nvar $getOwnPropertyDescriptor = function getOwnPropertyDescriptor(O, P) {\n var it = toIndexedObject(O);\n var key = toPrimitive(P, true);\n if (it === ObjectPrototype && has(AllSymbols, key) && !has(ObjectPrototypeSymbols, key)) return;\n var descriptor = nativeGetOwnPropertyDescriptor(it, key);\n if (descriptor && has(AllSymbols, key) && !(has(it, HIDDEN) && it[HIDDEN][key])) {\n descriptor.enumerable = true;\n }\n return descriptor;\n};\n\nvar $getOwnPropertyNames = function getOwnPropertyNames(O) {\n var names = nativeGetOwnPropertyNames(toIndexedObject(O));\n var result = [];\n $forEach(names, function (key) {\n if (!has(AllSymbols, key) && !has(hiddenKeys, key)) result.push(key);\n });\n return result;\n};\n\nvar $getOwnPropertySymbols = function getOwnPropertySymbols(O) {\n var IS_OBJECT_PROTOTYPE = O === ObjectPrototype;\n var names = nativeGetOwnPropertyNames(IS_OBJECT_PROTOTYPE ? ObjectPrototypeSymbols : toIndexedObject(O));\n var result = [];\n $forEach(names, function (key) {\n if (has(AllSymbols, key) && (!IS_OBJECT_PROTOTYPE || has(ObjectPrototype, key))) {\n result.push(AllSymbols[key]);\n }\n });\n return result;\n};\n\n// `Symbol` constructor\n// https://tc39.github.io/ecma262/#sec-symbol-constructor\nif (!NATIVE_SYMBOL) {\n $Symbol = function Symbol() {\n if (this instanceof $Symbol) throw TypeError('Symbol is not a constructor');\n var description = !arguments.length || arguments[0] === undefined ? undefined : String(arguments[0]);\n var tag = uid(description);\n var setter = function (value) {\n if (this === ObjectPrototype) setter.call(ObjectPrototypeSymbols, value);\n if (has(this, HIDDEN) && has(this[HIDDEN], tag)) this[HIDDEN][tag] = false;\n setSymbolDescriptor(this, tag, createPropertyDescriptor(1, value));\n };\n if (DESCRIPTORS && USE_SETTER) setSymbolDescriptor(ObjectPrototype, tag, { configurable: true, set: setter });\n return wrap(tag, description);\n };\n\n redefine($Symbol[PROTOTYPE], 'toString', function toString() {\n return getInternalState(this).tag;\n });\n\n redefine($Symbol, 'withoutSetter', function (description) {\n return wrap(uid(description), description);\n });\n\n propertyIsEnumerableModule.f = $propertyIsEnumerable;\n definePropertyModule.f = $defineProperty;\n getOwnPropertyDescriptorModule.f = $getOwnPropertyDescriptor;\n getOwnPropertyNamesModule.f = getOwnPropertyNamesExternal.f = $getOwnPropertyNames;\n getOwnPropertySymbolsModule.f = $getOwnPropertySymbols;\n\n wrappedWellKnownSymbolModule.f = function (name) {\n return wrap(wellKnownSymbol(name), name);\n };\n\n if (DESCRIPTORS) {\n // https://github.com/tc39/proposal-Symbol-description\n nativeDefineProperty($Symbol[PROTOTYPE], 'description', {\n configurable: true,\n get: function description() {\n return getInternalState(this).description;\n }\n });\n if (!IS_PURE) {\n redefine(ObjectPrototype, 'propertyIsEnumerable', $propertyIsEnumerable, { unsafe: true });\n }\n }\n}\n\n$({ global: true, wrap: true, forced: !NATIVE_SYMBOL, sham: !NATIVE_SYMBOL }, {\n Symbol: $Symbol\n});\n\n$forEach(objectKeys(WellKnownSymbolsStore), function (name) {\n defineWellKnownSymbol(name);\n});\n\n$({ target: SYMBOL, stat: true, forced: !NATIVE_SYMBOL }, {\n // `Symbol.for` method\n // https://tc39.github.io/ecma262/#sec-symbol.for\n 'for': function (key) {\n var string = String(key);\n if (has(StringToSymbolRegistry, string)) return StringToSymbolRegistry[string];\n var symbol = $Symbol(string);\n StringToSymbolRegistry[string] = symbol;\n SymbolToStringRegistry[symbol] = string;\n return symbol;\n },\n // `Symbol.keyFor` method\n // https://tc39.github.io/ecma262/#sec-symbol.keyfor\n keyFor: function keyFor(sym) {\n if (!isSymbol(sym)) throw TypeError(sym + ' is not a symbol');\n if (has(SymbolToStringRegistry, sym)) return SymbolToStringRegistry[sym];\n },\n useSetter: function () { USE_SETTER = true; },\n useSimple: function () { USE_SETTER = false; }\n});\n\n$({ target: 'Object', stat: true, forced: !NATIVE_SYMBOL, sham: !DESCRIPTORS }, {\n // `Object.create` method\n // https://tc39.github.io/ecma262/#sec-object.create\n create: $create,\n // `Object.defineProperty` method\n // https://tc39.github.io/ecma262/#sec-object.defineproperty\n defineProperty: $defineProperty,\n // `Object.defineProperties` method\n // https://tc39.github.io/ecma262/#sec-object.defineproperties\n defineProperties: $defineProperties,\n // `Object.getOwnPropertyDescriptor` method\n // https://tc39.github.io/ecma262/#sec-object.getownpropertydescriptors\n getOwnPropertyDescriptor: $getOwnPropertyDescriptor\n});\n\n$({ target: 'Object', stat: true, forced: !NATIVE_SYMBOL }, {\n // `Object.getOwnPropertyNames` method\n // https://tc39.github.io/ecma262/#sec-object.getownpropertynames\n getOwnPropertyNames: $getOwnPropertyNames,\n // `Object.getOwnPropertySymbols` method\n // https://tc39.github.io/ecma262/#sec-object.getownpropertysymbols\n getOwnPropertySymbols: $getOwnPropertySymbols\n});\n\n// Chrome 38 and 39 `Object.getOwnPropertySymbols` fails on primitives\n// https://bugs.chromium.org/p/v8/issues/detail?id=3443\n$({ target: 'Object', stat: true, forced: fails(function () { getOwnPropertySymbolsModule.f(1); }) }, {\n getOwnPropertySymbols: function getOwnPropertySymbols(it) {\n return getOwnPropertySymbolsModule.f(toObject(it));\n }\n});\n\n// `JSON.stringify` method behavior with symbols\n// https://tc39.github.io/ecma262/#sec-json.stringify\nif ($stringify) {\n var FORCED_JSON_STRINGIFY = !NATIVE_SYMBOL || fails(function () {\n var symbol = $Symbol();\n // MS Edge converts symbol values to JSON as {}\n return $stringify([symbol]) != '[null]'\n // WebKit converts symbol values to JSON as null\n || $stringify({ a: symbol }) != '{}'\n // V8 throws on boxed symbols\n || $stringify(Object(symbol)) != '{}';\n });\n\n $({ target: 'JSON', stat: true, forced: FORCED_JSON_STRINGIFY }, {\n // eslint-disable-next-line no-unused-vars\n stringify: function stringify(it, replacer, space) {\n var args = [it];\n var index = 1;\n var $replacer;\n while (arguments.length > index) args.push(arguments[index++]);\n $replacer = replacer;\n if (!isObject(replacer) && it === undefined || isSymbol(it)) return; // IE8 returns string on undefined\n if (!isArray(replacer)) replacer = function (key, value) {\n if (typeof $replacer == 'function') value = $replacer.call(this, key, value);\n if (!isSymbol(value)) return value;\n };\n args[1] = replacer;\n return $stringify.apply(null, args);\n }\n });\n}\n\n// `Symbol.prototype[@@toPrimitive]` method\n// https://tc39.github.io/ecma262/#sec-symbol.prototype-@@toprimitive\nif (!$Symbol[PROTOTYPE][TO_PRIMITIVE]) {\n createNonEnumerableProperty($Symbol[PROTOTYPE], TO_PRIMITIVE, $Symbol[PROTOTYPE].valueOf);\n}\n// `Symbol.prototype[@@toStringTag]` property\n// https://tc39.github.io/ecma262/#sec-symbol.prototype-@@tostringtag\nsetToStringTag($Symbol, SYMBOL);\n\nhiddenKeys[HIDDEN] = true;\n","var defineWellKnownSymbol = require('../internals/define-well-known-symbol');\n\n// `Symbol.asyncIterator` well-known symbol\n// https://tc39.github.io/ecma262/#sec-symbol.asynciterator\ndefineWellKnownSymbol('asyncIterator');\n","// `Symbol.prototype.description` getter\n// https://tc39.github.io/ecma262/#sec-symbol.prototype.description\n'use strict';\nvar $ = require('../internals/export');\nvar DESCRIPTORS = require('../internals/descriptors');\nvar global = require('../internals/global');\nvar has = require('../internals/has');\nvar isObject = require('../internals/is-object');\nvar defineProperty = require('../internals/object-define-property').f;\nvar copyConstructorProperties = require('../internals/copy-constructor-properties');\n\nvar NativeSymbol = global.Symbol;\n\nif (DESCRIPTORS && typeof NativeSymbol == 'function' && (!('description' in NativeSymbol.prototype) ||\n // Safari 12 bug\n NativeSymbol().description !== undefined\n)) {\n var EmptyStringDescriptionStore = {};\n // wrap Symbol constructor for correct work with undefined description\n var SymbolWrapper = function Symbol() {\n var description = arguments.length < 1 || arguments[0] === undefined ? undefined : String(arguments[0]);\n var result = this instanceof SymbolWrapper\n ? new NativeSymbol(description)\n // in Edge 13, String(Symbol(undefined)) === 'Symbol(undefined)'\n : description === undefined ? NativeSymbol() : NativeSymbol(description);\n if (description === '') EmptyStringDescriptionStore[result] = true;\n return result;\n };\n copyConstructorProperties(SymbolWrapper, NativeSymbol);\n var symbolPrototype = SymbolWrapper.prototype = NativeSymbol.prototype;\n symbolPrototype.constructor = SymbolWrapper;\n\n var symbolToString = symbolPrototype.toString;\n var native = String(NativeSymbol('test')) == 'Symbol(test)';\n var regexp = /^Symbol\\((.*)\\)[^)]+$/;\n defineProperty(symbolPrototype, 'description', {\n configurable: true,\n get: function description() {\n var symbol = isObject(this) ? this.valueOf() : this;\n var string = symbolToString.call(symbol);\n if (has(EmptyStringDescriptionStore, symbol)) return '';\n var desc = native ? string.slice(7, -1) : string.replace(regexp, '$1');\n return desc === '' ? undefined : desc;\n }\n });\n\n $({ global: true, forced: true }, {\n Symbol: SymbolWrapper\n });\n}\n","var defineWellKnownSymbol = require('../internals/define-well-known-symbol');\n\n// `Symbol.hasInstance` well-known symbol\n// https://tc39.github.io/ecma262/#sec-symbol.hasinstance\ndefineWellKnownSymbol('hasInstance');\n","var defineWellKnownSymbol = require('../internals/define-well-known-symbol');\n\n// `Symbol.isConcatSpreadable` well-known symbol\n// https://tc39.github.io/ecma262/#sec-symbol.isconcatspreadable\ndefineWellKnownSymbol('isConcatSpreadable');\n","var defineWellKnownSymbol = require('../internals/define-well-known-symbol');\n\n// `Symbol.iterator` well-known symbol\n// https://tc39.github.io/ecma262/#sec-symbol.iterator\ndefineWellKnownSymbol('iterator');\n","var defineWellKnownSymbol = require('../internals/define-well-known-symbol');\n\n// `Symbol.match` well-known symbol\n// https://tc39.github.io/ecma262/#sec-symbol.match\ndefineWellKnownSymbol('match');\n","var defineWellKnownSymbol = require('../internals/define-well-known-symbol');\n\n// `Symbol.matchAll` well-known symbol\ndefineWellKnownSymbol('matchAll');\n","var defineWellKnownSymbol = require('../internals/define-well-known-symbol');\n\n// `Symbol.replace` well-known symbol\n// https://tc39.github.io/ecma262/#sec-symbol.replace\ndefineWellKnownSymbol('replace');\n","var defineWellKnownSymbol = require('../internals/define-well-known-symbol');\n\n// `Symbol.search` well-known symbol\n// https://tc39.github.io/ecma262/#sec-symbol.search\ndefineWellKnownSymbol('search');\n","var defineWellKnownSymbol = require('../internals/define-well-known-symbol');\n\n// `Symbol.species` well-known symbol\n// https://tc39.github.io/ecma262/#sec-symbol.species\ndefineWellKnownSymbol('species');\n","var defineWellKnownSymbol = require('../internals/define-well-known-symbol');\n\n// `Symbol.split` well-known symbol\n// https://tc39.github.io/ecma262/#sec-symbol.split\ndefineWellKnownSymbol('split');\n","var defineWellKnownSymbol = require('../internals/define-well-known-symbol');\n\n// `Symbol.toPrimitive` well-known symbol\n// https://tc39.github.io/ecma262/#sec-symbol.toprimitive\ndefineWellKnownSymbol('toPrimitive');\n","var defineWellKnownSymbol = require('../internals/define-well-known-symbol');\n\n// `Symbol.toStringTag` well-known symbol\n// https://tc39.github.io/ecma262/#sec-symbol.tostringtag\ndefineWellKnownSymbol('toStringTag');\n","var defineWellKnownSymbol = require('../internals/define-well-known-symbol');\n\n// `Symbol.unscopables` well-known symbol\n// https://tc39.github.io/ecma262/#sec-symbol.unscopables\ndefineWellKnownSymbol('unscopables');\n","var $ = require('../internals/export');\nvar assign = require('../internals/object-assign');\n\n// `Object.assign` method\n// https://tc39.github.io/ecma262/#sec-object.assign\n$({ target: 'Object', stat: true, forced: Object.assign !== assign }, {\n assign: assign\n});\n","var $ = require('../internals/export');\nvar DESCRIPTORS = require('../internals/descriptors');\nvar create = require('../internals/object-create');\n\n// `Object.create` method\n// https://tc39.github.io/ecma262/#sec-object.create\n$({ target: 'Object', stat: true, sham: !DESCRIPTORS }, {\n create: create\n});\n","var $ = require('../internals/export');\nvar DESCRIPTORS = require('../internals/descriptors');\nvar objectDefinePropertyModile = require('../internals/object-define-property');\n\n// `Object.defineProperty` method\n// https://tc39.github.io/ecma262/#sec-object.defineproperty\n$({ target: 'Object', stat: true, forced: !DESCRIPTORS, sham: !DESCRIPTORS }, {\n defineProperty: objectDefinePropertyModile.f\n});\n","var $ = require('../internals/export');\nvar DESCRIPTORS = require('../internals/descriptors');\nvar defineProperties = require('../internals/object-define-properties');\n\n// `Object.defineProperties` method\n// https://tc39.github.io/ecma262/#sec-object.defineproperties\n$({ target: 'Object', stat: true, forced: !DESCRIPTORS, sham: !DESCRIPTORS }, {\n defineProperties: defineProperties\n});\n","var $ = require('../internals/export');\nvar $entries = require('../internals/object-to-array').entries;\n\n// `Object.entries` method\n// https://tc39.github.io/ecma262/#sec-object.entries\n$({ target: 'Object', stat: true }, {\n entries: function entries(O) {\n return $entries(O);\n }\n});\n","var $ = require('../internals/export');\nvar FREEZING = require('../internals/freezing');\nvar fails = require('../internals/fails');\nvar isObject = require('../internals/is-object');\nvar onFreeze = require('../internals/internal-metadata').onFreeze;\n\nvar nativeFreeze = Object.freeze;\nvar FAILS_ON_PRIMITIVES = fails(function () { nativeFreeze(1); });\n\n// `Object.freeze` method\n// https://tc39.github.io/ecma262/#sec-object.freeze\n$({ target: 'Object', stat: true, forced: FAILS_ON_PRIMITIVES, sham: !FREEZING }, {\n freeze: function freeze(it) {\n return nativeFreeze && isObject(it) ? nativeFreeze(onFreeze(it)) : it;\n }\n});\n","var $ = require('../internals/export');\nvar iterate = require('../internals/iterate');\nvar createProperty = require('../internals/create-property');\n\n// `Object.fromEntries` method\n// https://github.com/tc39/proposal-object-from-entries\n$({ target: 'Object', stat: true }, {\n fromEntries: function fromEntries(iterable) {\n var obj = {};\n iterate(iterable, function (k, v) {\n createProperty(obj, k, v);\n }, undefined, true);\n return obj;\n }\n});\n","var $ = require('../internals/export');\nvar fails = require('../internals/fails');\nvar toIndexedObject = require('../internals/to-indexed-object');\nvar nativeGetOwnPropertyDescriptor = require('../internals/object-get-own-property-descriptor').f;\nvar DESCRIPTORS = require('../internals/descriptors');\n\nvar FAILS_ON_PRIMITIVES = fails(function () { nativeGetOwnPropertyDescriptor(1); });\nvar FORCED = !DESCRIPTORS || FAILS_ON_PRIMITIVES;\n\n// `Object.getOwnPropertyDescriptor` method\n// https://tc39.github.io/ecma262/#sec-object.getownpropertydescriptor\n$({ target: 'Object', stat: true, forced: FORCED, sham: !DESCRIPTORS }, {\n getOwnPropertyDescriptor: function getOwnPropertyDescriptor(it, key) {\n return nativeGetOwnPropertyDescriptor(toIndexedObject(it), key);\n }\n});\n","var $ = require('../internals/export');\nvar DESCRIPTORS = require('../internals/descriptors');\nvar ownKeys = require('../internals/own-keys');\nvar toIndexedObject = require('../internals/to-indexed-object');\nvar getOwnPropertyDescriptorModule = require('../internals/object-get-own-property-descriptor');\nvar createProperty = require('../internals/create-property');\n\n// `Object.getOwnPropertyDescriptors` method\n// https://tc39.github.io/ecma262/#sec-object.getownpropertydescriptors\n$({ target: 'Object', stat: true, sham: !DESCRIPTORS }, {\n getOwnPropertyDescriptors: function getOwnPropertyDescriptors(object) {\n var O = toIndexedObject(object);\n var getOwnPropertyDescriptor = getOwnPropertyDescriptorModule.f;\n var keys = ownKeys(O);\n var result = {};\n var index = 0;\n var key, descriptor;\n while (keys.length > index) {\n descriptor = getOwnPropertyDescriptor(O, key = keys[index++]);\n if (descriptor !== undefined) createProperty(result, key, descriptor);\n }\n return result;\n }\n});\n","var $ = require('../internals/export');\nvar fails = require('../internals/fails');\nvar nativeGetOwnPropertyNames = require('../internals/object-get-own-property-names-external').f;\n\nvar FAILS_ON_PRIMITIVES = fails(function () { return !Object.getOwnPropertyNames(1); });\n\n// `Object.getOwnPropertyNames` method\n// https://tc39.github.io/ecma262/#sec-object.getownpropertynames\n$({ target: 'Object', stat: true, forced: FAILS_ON_PRIMITIVES }, {\n getOwnPropertyNames: nativeGetOwnPropertyNames\n});\n","var $ = require('../internals/export');\nvar fails = require('../internals/fails');\nvar toObject = require('../internals/to-object');\nvar nativeGetPrototypeOf = require('../internals/object-get-prototype-of');\nvar CORRECT_PROTOTYPE_GETTER = require('../internals/correct-prototype-getter');\n\nvar FAILS_ON_PRIMITIVES = fails(function () { nativeGetPrototypeOf(1); });\n\n// `Object.getPrototypeOf` method\n// https://tc39.github.io/ecma262/#sec-object.getprototypeof\n$({ target: 'Object', stat: true, forced: FAILS_ON_PRIMITIVES, sham: !CORRECT_PROTOTYPE_GETTER }, {\n getPrototypeOf: function getPrototypeOf(it) {\n return nativeGetPrototypeOf(toObject(it));\n }\n});\n\n","var $ = require('../internals/export');\nvar is = require('../internals/same-value');\n\n// `Object.is` method\n// https://tc39.github.io/ecma262/#sec-object.is\n$({ target: 'Object', stat: true }, {\n is: is\n});\n","var $ = require('../internals/export');\nvar fails = require('../internals/fails');\nvar isObject = require('../internals/is-object');\n\nvar nativeIsExtensible = Object.isExtensible;\nvar FAILS_ON_PRIMITIVES = fails(function () { nativeIsExtensible(1); });\n\n// `Object.isExtensible` method\n// https://tc39.github.io/ecma262/#sec-object.isextensible\n$({ target: 'Object', stat: true, forced: FAILS_ON_PRIMITIVES }, {\n isExtensible: function isExtensible(it) {\n return isObject(it) ? nativeIsExtensible ? nativeIsExtensible(it) : true : false;\n }\n});\n","var $ = require('../internals/export');\nvar fails = require('../internals/fails');\nvar isObject = require('../internals/is-object');\n\nvar nativeIsFrozen = Object.isFrozen;\nvar FAILS_ON_PRIMITIVES = fails(function () { nativeIsFrozen(1); });\n\n// `Object.isFrozen` method\n// https://tc39.github.io/ecma262/#sec-object.isfrozen\n$({ target: 'Object', stat: true, forced: FAILS_ON_PRIMITIVES }, {\n isFrozen: function isFrozen(it) {\n return isObject(it) ? nativeIsFrozen ? nativeIsFrozen(it) : false : true;\n }\n});\n","var $ = require('../internals/export');\nvar fails = require('../internals/fails');\nvar isObject = require('../internals/is-object');\n\nvar nativeIsSealed = Object.isSealed;\nvar FAILS_ON_PRIMITIVES = fails(function () { nativeIsSealed(1); });\n\n// `Object.isSealed` method\n// https://tc39.github.io/ecma262/#sec-object.issealed\n$({ target: 'Object', stat: true, forced: FAILS_ON_PRIMITIVES }, {\n isSealed: function isSealed(it) {\n return isObject(it) ? nativeIsSealed ? nativeIsSealed(it) : false : true;\n }\n});\n","var $ = require('../internals/export');\nvar toObject = require('../internals/to-object');\nvar nativeKeys = require('../internals/object-keys');\nvar fails = require('../internals/fails');\n\nvar FAILS_ON_PRIMITIVES = fails(function () { nativeKeys(1); });\n\n// `Object.keys` method\n// https://tc39.github.io/ecma262/#sec-object.keys\n$({ target: 'Object', stat: true, forced: FAILS_ON_PRIMITIVES }, {\n keys: function keys(it) {\n return nativeKeys(toObject(it));\n }\n});\n","var $ = require('../internals/export');\nvar isObject = require('../internals/is-object');\nvar onFreeze = require('../internals/internal-metadata').onFreeze;\nvar FREEZING = require('../internals/freezing');\nvar fails = require('../internals/fails');\n\nvar nativePreventExtensions = Object.preventExtensions;\nvar FAILS_ON_PRIMITIVES = fails(function () { nativePreventExtensions(1); });\n\n// `Object.preventExtensions` method\n// https://tc39.github.io/ecma262/#sec-object.preventextensions\n$({ target: 'Object', stat: true, forced: FAILS_ON_PRIMITIVES, sham: !FREEZING }, {\n preventExtensions: function preventExtensions(it) {\n return nativePreventExtensions && isObject(it) ? nativePreventExtensions(onFreeze(it)) : it;\n }\n});\n","var $ = require('../internals/export');\nvar isObject = require('../internals/is-object');\nvar onFreeze = require('../internals/internal-metadata').onFreeze;\nvar FREEZING = require('../internals/freezing');\nvar fails = require('../internals/fails');\n\nvar nativeSeal = Object.seal;\nvar FAILS_ON_PRIMITIVES = fails(function () { nativeSeal(1); });\n\n// `Object.seal` method\n// https://tc39.github.io/ecma262/#sec-object.seal\n$({ target: 'Object', stat: true, forced: FAILS_ON_PRIMITIVES, sham: !FREEZING }, {\n seal: function seal(it) {\n return nativeSeal && isObject(it) ? nativeSeal(onFreeze(it)) : it;\n }\n});\n","var $ = require('../internals/export');\nvar setPrototypeOf = require('../internals/object-set-prototype-of');\n\n// `Object.setPrototypeOf` method\n// https://tc39.github.io/ecma262/#sec-object.setprototypeof\n$({ target: 'Object', stat: true }, {\n setPrototypeOf: setPrototypeOf\n});\n","var $ = require('../internals/export');\nvar $values = require('../internals/object-to-array').values;\n\n// `Object.values` method\n// https://tc39.github.io/ecma262/#sec-object.values\n$({ target: 'Object', stat: true }, {\n values: function values(O) {\n return $values(O);\n }\n});\n","var TO_STRING_TAG_SUPPORT = require('../internals/to-string-tag-support');\nvar redefine = require('../internals/redefine');\nvar toString = require('../internals/object-to-string');\n\n// `Object.prototype.toString` method\n// https://tc39.github.io/ecma262/#sec-object.prototype.tostring\nif (!TO_STRING_TAG_SUPPORT) {\n redefine(Object.prototype, 'toString', toString, { unsafe: true });\n}\n","'use strict';\nvar TO_STRING_TAG_SUPPORT = require('../internals/to-string-tag-support');\nvar classof = require('../internals/classof');\n\n// `Object.prototype.toString` method implementation\n// https://tc39.github.io/ecma262/#sec-object.prototype.tostring\nmodule.exports = TO_STRING_TAG_SUPPORT ? {}.toString : function toString() {\n return '[object ' + classof(this) + ']';\n};\n","'use strict';\nvar $ = require('../internals/export');\nvar DESCRIPTORS = require('../internals/descriptors');\nvar FORCED = require('../internals/object-prototype-accessors-forced');\nvar toObject = require('../internals/to-object');\nvar aFunction = require('../internals/a-function');\nvar definePropertyModule = require('../internals/object-define-property');\n\n// `Object.prototype.__defineGetter__` method\n// https://tc39.github.io/ecma262/#sec-object.prototype.__defineGetter__\nif (DESCRIPTORS) {\n $({ target: 'Object', proto: true, forced: FORCED }, {\n __defineGetter__: function __defineGetter__(P, getter) {\n definePropertyModule.f(toObject(this), P, { get: aFunction(getter), enumerable: true, configurable: true });\n }\n });\n}\n","'use strict';\nvar $ = require('../internals/export');\nvar DESCRIPTORS = require('../internals/descriptors');\nvar FORCED = require('../internals/object-prototype-accessors-forced');\nvar toObject = require('../internals/to-object');\nvar aFunction = require('../internals/a-function');\nvar definePropertyModule = require('../internals/object-define-property');\n\n// `Object.prototype.__defineSetter__` method\n// https://tc39.github.io/ecma262/#sec-object.prototype.__defineSetter__\nif (DESCRIPTORS) {\n $({ target: 'Object', proto: true, forced: FORCED }, {\n __defineSetter__: function __defineSetter__(P, setter) {\n definePropertyModule.f(toObject(this), P, { set: aFunction(setter), enumerable: true, configurable: true });\n }\n });\n}\n","'use strict';\nvar $ = require('../internals/export');\nvar DESCRIPTORS = require('../internals/descriptors');\nvar FORCED = require('../internals/object-prototype-accessors-forced');\nvar toObject = require('../internals/to-object');\nvar toPrimitive = require('../internals/to-primitive');\nvar getPrototypeOf = require('../internals/object-get-prototype-of');\nvar getOwnPropertyDescriptor = require('../internals/object-get-own-property-descriptor').f;\n\n// `Object.prototype.__lookupGetter__` method\n// https://tc39.github.io/ecma262/#sec-object.prototype.__lookupGetter__\nif (DESCRIPTORS) {\n $({ target: 'Object', proto: true, forced: FORCED }, {\n __lookupGetter__: function __lookupGetter__(P) {\n var O = toObject(this);\n var key = toPrimitive(P, true);\n var desc;\n do {\n if (desc = getOwnPropertyDescriptor(O, key)) return desc.get;\n } while (O = getPrototypeOf(O));\n }\n });\n}\n","'use strict';\nvar $ = require('../internals/export');\nvar DESCRIPTORS = require('../internals/descriptors');\nvar FORCED = require('../internals/object-prototype-accessors-forced');\nvar toObject = require('../internals/to-object');\nvar toPrimitive = require('../internals/to-primitive');\nvar getPrototypeOf = require('../internals/object-get-prototype-of');\nvar getOwnPropertyDescriptor = require('../internals/object-get-own-property-descriptor').f;\n\n// `Object.prototype.__lookupSetter__` method\n// https://tc39.github.io/ecma262/#sec-object.prototype.__lookupSetter__\nif (DESCRIPTORS) {\n $({ target: 'Object', proto: true, forced: FORCED }, {\n __lookupSetter__: function __lookupSetter__(P) {\n var O = toObject(this);\n var key = toPrimitive(P, true);\n var desc;\n do {\n if (desc = getOwnPropertyDescriptor(O, key)) return desc.set;\n } while (O = getPrototypeOf(O));\n }\n });\n}\n","var $ = require('../internals/export');\nvar bind = require('../internals/function-bind');\n\n// `Function.prototype.bind` method\n// https://tc39.github.io/ecma262/#sec-function.prototype.bind\n$({ target: 'Function', proto: true }, {\n bind: bind\n});\n","var DESCRIPTORS = require('../internals/descriptors');\nvar defineProperty = require('../internals/object-define-property').f;\n\nvar FunctionPrototype = Function.prototype;\nvar FunctionPrototypeToString = FunctionPrototype.toString;\nvar nameRE = /^\\s*function ([^ (]*)/;\nvar NAME = 'name';\n\n// Function instances `.name` property\n// https://tc39.github.io/ecma262/#sec-function-instances-name\nif (DESCRIPTORS && !(NAME in FunctionPrototype)) {\n defineProperty(FunctionPrototype, NAME, {\n configurable: true,\n get: function () {\n try {\n return FunctionPrototypeToString.call(this).match(nameRE)[1];\n } catch (error) {\n return '';\n }\n }\n });\n}\n","'use strict';\nvar isObject = require('../internals/is-object');\nvar definePropertyModule = require('../internals/object-define-property');\nvar getPrototypeOf = require('../internals/object-get-prototype-of');\nvar wellKnownSymbol = require('../internals/well-known-symbol');\n\nvar HAS_INSTANCE = wellKnownSymbol('hasInstance');\nvar FunctionPrototype = Function.prototype;\n\n// `Function.prototype[@@hasInstance]` method\n// https://tc39.github.io/ecma262/#sec-function.prototype-@@hasinstance\nif (!(HAS_INSTANCE in FunctionPrototype)) {\n definePropertyModule.f(FunctionPrototype, HAS_INSTANCE, { value: function (O) {\n if (typeof this != 'function' || !isObject(O)) return false;\n if (!isObject(this.prototype)) return O instanceof this;\n // for environment w/o native `@@hasInstance` logic enough `instanceof`, but add this:\n while (O = getPrototypeOf(O)) if (this.prototype === O) return true;\n return false;\n } });\n}\n","var $ = require('../internals/export');\nvar global = require('../internals/global');\n\n// `globalThis` object\n// https://github.com/tc39/proposal-global\n$({ global: true }, {\n globalThis: global\n});\n","var $ = require('../internals/export');\nvar from = require('../internals/array-from');\nvar checkCorrectnessOfIteration = require('../internals/check-correctness-of-iteration');\n\nvar INCORRECT_ITERATION = !checkCorrectnessOfIteration(function (iterable) {\n Array.from(iterable);\n});\n\n// `Array.from` method\n// https://tc39.github.io/ecma262/#sec-array.from\n$({ target: 'Array', stat: true, forced: INCORRECT_ITERATION }, {\n from: from\n});\n","var $ = require('../internals/export');\nvar isArray = require('../internals/is-array');\n\n// `Array.isArray` method\n// https://tc39.github.io/ecma262/#sec-array.isarray\n$({ target: 'Array', stat: true }, {\n isArray: isArray\n});\n","'use strict';\nvar $ = require('../internals/export');\nvar fails = require('../internals/fails');\nvar createProperty = require('../internals/create-property');\n\nvar ISNT_GENERIC = fails(function () {\n function F() { /* empty */ }\n return !(Array.of.call(F) instanceof F);\n});\n\n// `Array.of` method\n// https://tc39.github.io/ecma262/#sec-array.of\n// WebKit Array.of isn't generic\n$({ target: 'Array', stat: true, forced: ISNT_GENERIC }, {\n of: function of(/* ...args */) {\n var index = 0;\n var argumentsLength = arguments.length;\n var result = new (typeof this == 'function' ? this : Array)(argumentsLength);\n while (argumentsLength > index) createProperty(result, index, arguments[index++]);\n result.length = argumentsLength;\n return result;\n }\n});\n","'use strict';\nvar $ = require('../internals/export');\nvar fails = require('../internals/fails');\nvar isArray = require('../internals/is-array');\nvar isObject = require('../internals/is-object');\nvar toObject = require('../internals/to-object');\nvar toLength = require('../internals/to-length');\nvar createProperty = require('../internals/create-property');\nvar arraySpeciesCreate = require('../internals/array-species-create');\nvar arrayMethodHasSpeciesSupport = require('../internals/array-method-has-species-support');\nvar wellKnownSymbol = require('../internals/well-known-symbol');\nvar V8_VERSION = require('../internals/engine-v8-version');\n\nvar IS_CONCAT_SPREADABLE = wellKnownSymbol('isConcatSpreadable');\nvar MAX_SAFE_INTEGER = 0x1FFFFFFFFFFFFF;\nvar MAXIMUM_ALLOWED_INDEX_EXCEEDED = 'Maximum allowed index exceeded';\n\n// We can't use this feature detection in V8 since it causes\n// deoptimization and serious performance degradation\n// https://github.com/zloirock/core-js/issues/679\nvar IS_CONCAT_SPREADABLE_SUPPORT = V8_VERSION >= 51 || !fails(function () {\n var array = [];\n array[IS_CONCAT_SPREADABLE] = false;\n return array.concat()[0] !== array;\n});\n\nvar SPECIES_SUPPORT = arrayMethodHasSpeciesSupport('concat');\n\nvar isConcatSpreadable = function (O) {\n if (!isObject(O)) return false;\n var spreadable = O[IS_CONCAT_SPREADABLE];\n return spreadable !== undefined ? !!spreadable : isArray(O);\n};\n\nvar FORCED = !IS_CONCAT_SPREADABLE_SUPPORT || !SPECIES_SUPPORT;\n\n// `Array.prototype.concat` method\n// https://tc39.github.io/ecma262/#sec-array.prototype.concat\n// with adding support of @@isConcatSpreadable and @@species\n$({ target: 'Array', proto: true, forced: FORCED }, {\n concat: function concat(arg) { // eslint-disable-line no-unused-vars\n var O = toObject(this);\n var A = arraySpeciesCreate(O, 0);\n var n = 0;\n var i, k, length, len, E;\n for (i = -1, length = arguments.length; i < length; i++) {\n E = i === -1 ? O : arguments[i];\n if (isConcatSpreadable(E)) {\n len = toLength(E.length);\n if (n + len > MAX_SAFE_INTEGER) throw TypeError(MAXIMUM_ALLOWED_INDEX_EXCEEDED);\n for (k = 0; k < len; k++, n++) if (k in E) createProperty(A, n, E[k]);\n } else {\n if (n >= MAX_SAFE_INTEGER) throw TypeError(MAXIMUM_ALLOWED_INDEX_EXCEEDED);\n createProperty(A, n++, E);\n }\n }\n A.length = n;\n return A;\n }\n});\n","var $ = require('../internals/export');\nvar copyWithin = require('../internals/array-copy-within');\nvar addToUnscopables = require('../internals/add-to-unscopables');\n\n// `Array.prototype.copyWithin` method\n// https://tc39.github.io/ecma262/#sec-array.prototype.copywithin\n$({ target: 'Array', proto: true }, {\n copyWithin: copyWithin\n});\n\n// https://tc39.github.io/ecma262/#sec-array.prototype-@@unscopables\naddToUnscopables('copyWithin');\n","'use strict';\nvar $ = require('../internals/export');\nvar $every = require('../internals/array-iteration').every;\nvar arrayMethodIsStrict = require('../internals/array-method-is-strict');\nvar arrayMethodUsesToLength = require('../internals/array-method-uses-to-length');\n\nvar STRICT_METHOD = arrayMethodIsStrict('every');\nvar USES_TO_LENGTH = arrayMethodUsesToLength('every');\n\n// `Array.prototype.every` method\n// https://tc39.github.io/ecma262/#sec-array.prototype.every\n$({ target: 'Array', proto: true, forced: !STRICT_METHOD || !USES_TO_LENGTH }, {\n every: function every(callbackfn /* , thisArg */) {\n return $every(this, callbackfn, arguments.length > 1 ? arguments[1] : undefined);\n }\n});\n","var $ = require('../internals/export');\nvar fill = require('../internals/array-fill');\nvar addToUnscopables = require('../internals/add-to-unscopables');\n\n// `Array.prototype.fill` method\n// https://tc39.github.io/ecma262/#sec-array.prototype.fill\n$({ target: 'Array', proto: true }, {\n fill: fill\n});\n\n// https://tc39.github.io/ecma262/#sec-array.prototype-@@unscopables\naddToUnscopables('fill');\n","'use strict';\nvar $ = require('../internals/export');\nvar $filter = require('../internals/array-iteration').filter;\nvar arrayMethodHasSpeciesSupport = require('../internals/array-method-has-species-support');\nvar arrayMethodUsesToLength = require('../internals/array-method-uses-to-length');\n\nvar HAS_SPECIES_SUPPORT = arrayMethodHasSpeciesSupport('filter');\n// Edge 14- issue\nvar USES_TO_LENGTH = arrayMethodUsesToLength('filter');\n\n// `Array.prototype.filter` method\n// https://tc39.github.io/ecma262/#sec-array.prototype.filter\n// with adding support of @@species\n$({ target: 'Array', proto: true, forced: !HAS_SPECIES_SUPPORT || !USES_TO_LENGTH }, {\n filter: function filter(callbackfn /* , thisArg */) {\n return $filter(this, callbackfn, arguments.length > 1 ? arguments[1] : undefined);\n }\n});\n","'use strict';\nvar $ = require('../internals/export');\nvar $find = require('../internals/array-iteration').find;\nvar addToUnscopables = require('../internals/add-to-unscopables');\nvar arrayMethodUsesToLength = require('../internals/array-method-uses-to-length');\n\nvar FIND = 'find';\nvar SKIPS_HOLES = true;\n\nvar USES_TO_LENGTH = arrayMethodUsesToLength(FIND);\n\n// Shouldn't skip holes\nif (FIND in []) Array(1)[FIND](function () { SKIPS_HOLES = false; });\n\n// `Array.prototype.find` method\n// https://tc39.github.io/ecma262/#sec-array.prototype.find\n$({ target: 'Array', proto: true, forced: SKIPS_HOLES || !USES_TO_LENGTH }, {\n find: function find(callbackfn /* , that = undefined */) {\n return $find(this, callbackfn, arguments.length > 1 ? arguments[1] : undefined);\n }\n});\n\n// https://tc39.github.io/ecma262/#sec-array.prototype-@@unscopables\naddToUnscopables(FIND);\n","'use strict';\nvar $ = require('../internals/export');\nvar $findIndex = require('../internals/array-iteration').findIndex;\nvar addToUnscopables = require('../internals/add-to-unscopables');\nvar arrayMethodUsesToLength = require('../internals/array-method-uses-to-length');\n\nvar FIND_INDEX = 'findIndex';\nvar SKIPS_HOLES = true;\n\nvar USES_TO_LENGTH = arrayMethodUsesToLength(FIND_INDEX);\n\n// Shouldn't skip holes\nif (FIND_INDEX in []) Array(1)[FIND_INDEX](function () { SKIPS_HOLES = false; });\n\n// `Array.prototype.findIndex` method\n// https://tc39.github.io/ecma262/#sec-array.prototype.findindex\n$({ target: 'Array', proto: true, forced: SKIPS_HOLES || !USES_TO_LENGTH }, {\n findIndex: function findIndex(callbackfn /* , that = undefined */) {\n return $findIndex(this, callbackfn, arguments.length > 1 ? arguments[1] : undefined);\n }\n});\n\n// https://tc39.github.io/ecma262/#sec-array.prototype-@@unscopables\naddToUnscopables(FIND_INDEX);\n","'use strict';\nvar $ = require('../internals/export');\nvar flattenIntoArray = require('../internals/flatten-into-array');\nvar toObject = require('../internals/to-object');\nvar toLength = require('../internals/to-length');\nvar toInteger = require('../internals/to-integer');\nvar arraySpeciesCreate = require('../internals/array-species-create');\n\n// `Array.prototype.flat` method\n// https://github.com/tc39/proposal-flatMap\n$({ target: 'Array', proto: true }, {\n flat: function flat(/* depthArg = 1 */) {\n var depthArg = arguments.length ? arguments[0] : undefined;\n var O = toObject(this);\n var sourceLen = toLength(O.length);\n var A = arraySpeciesCreate(O, 0);\n A.length = flattenIntoArray(A, O, O, sourceLen, 0, depthArg === undefined ? 1 : toInteger(depthArg));\n return A;\n }\n});\n","'use strict';\nvar $ = require('../internals/export');\nvar flattenIntoArray = require('../internals/flatten-into-array');\nvar toObject = require('../internals/to-object');\nvar toLength = require('../internals/to-length');\nvar aFunction = require('../internals/a-function');\nvar arraySpeciesCreate = require('../internals/array-species-create');\n\n// `Array.prototype.flatMap` method\n// https://github.com/tc39/proposal-flatMap\n$({ target: 'Array', proto: true }, {\n flatMap: function flatMap(callbackfn /* , thisArg */) {\n var O = toObject(this);\n var sourceLen = toLength(O.length);\n var A;\n aFunction(callbackfn);\n A = arraySpeciesCreate(O, 0);\n A.length = flattenIntoArray(A, O, O, sourceLen, 0, 1, callbackfn, arguments.length > 1 ? arguments[1] : undefined);\n return A;\n }\n});\n","'use strict';\nvar $ = require('../internals/export');\nvar forEach = require('../internals/array-for-each');\n\n// `Array.prototype.forEach` method\n// https://tc39.github.io/ecma262/#sec-array.prototype.foreach\n$({ target: 'Array', proto: true, forced: [].forEach != forEach }, {\n forEach: forEach\n});\n","'use strict';\nvar $ = require('../internals/export');\nvar $includes = require('../internals/array-includes').includes;\nvar addToUnscopables = require('../internals/add-to-unscopables');\nvar arrayMethodUsesToLength = require('../internals/array-method-uses-to-length');\n\nvar USES_TO_LENGTH = arrayMethodUsesToLength('indexOf', { ACCESSORS: true, 1: 0 });\n\n// `Array.prototype.includes` method\n// https://tc39.github.io/ecma262/#sec-array.prototype.includes\n$({ target: 'Array', proto: true, forced: !USES_TO_LENGTH }, {\n includes: function includes(el /* , fromIndex = 0 */) {\n return $includes(this, el, arguments.length > 1 ? arguments[1] : undefined);\n }\n});\n\n// https://tc39.github.io/ecma262/#sec-array.prototype-@@unscopables\naddToUnscopables('includes');\n","'use strict';\nvar $ = require('../internals/export');\nvar $indexOf = require('../internals/array-includes').indexOf;\nvar arrayMethodIsStrict = require('../internals/array-method-is-strict');\nvar arrayMethodUsesToLength = require('../internals/array-method-uses-to-length');\n\nvar nativeIndexOf = [].indexOf;\n\nvar NEGATIVE_ZERO = !!nativeIndexOf && 1 / [1].indexOf(1, -0) < 0;\nvar STRICT_METHOD = arrayMethodIsStrict('indexOf');\nvar USES_TO_LENGTH = arrayMethodUsesToLength('indexOf', { ACCESSORS: true, 1: 0 });\n\n// `Array.prototype.indexOf` method\n// https://tc39.github.io/ecma262/#sec-array.prototype.indexof\n$({ target: 'Array', proto: true, forced: NEGATIVE_ZERO || !STRICT_METHOD || !USES_TO_LENGTH }, {\n indexOf: function indexOf(searchElement /* , fromIndex = 0 */) {\n return NEGATIVE_ZERO\n // convert -0 to +0\n ? nativeIndexOf.apply(this, arguments) || 0\n : $indexOf(this, searchElement, arguments.length > 1 ? arguments[1] : undefined);\n }\n});\n","'use strict';\nvar $ = require('../internals/export');\nvar IndexedObject = require('../internals/indexed-object');\nvar toIndexedObject = require('../internals/to-indexed-object');\nvar arrayMethodIsStrict = require('../internals/array-method-is-strict');\n\nvar nativeJoin = [].join;\n\nvar ES3_STRINGS = IndexedObject != Object;\nvar STRICT_METHOD = arrayMethodIsStrict('join', ',');\n\n// `Array.prototype.join` method\n// https://tc39.github.io/ecma262/#sec-array.prototype.join\n$({ target: 'Array', proto: true, forced: ES3_STRINGS || !STRICT_METHOD }, {\n join: function join(separator) {\n return nativeJoin.call(toIndexedObject(this), separator === undefined ? ',' : separator);\n }\n});\n","var $ = require('../internals/export');\nvar lastIndexOf = require('../internals/array-last-index-of');\n\n// `Array.prototype.lastIndexOf` method\n// https://tc39.github.io/ecma262/#sec-array.prototype.lastindexof\n$({ target: 'Array', proto: true, forced: lastIndexOf !== [].lastIndexOf }, {\n lastIndexOf: lastIndexOf\n});\n","'use strict';\nvar $ = require('../internals/export');\nvar $map = require('../internals/array-iteration').map;\nvar arrayMethodHasSpeciesSupport = require('../internals/array-method-has-species-support');\nvar arrayMethodUsesToLength = require('../internals/array-method-uses-to-length');\n\nvar HAS_SPECIES_SUPPORT = arrayMethodHasSpeciesSupport('map');\n// FF49- issue\nvar USES_TO_LENGTH = arrayMethodUsesToLength('map');\n\n// `Array.prototype.map` method\n// https://tc39.github.io/ecma262/#sec-array.prototype.map\n// with adding support of @@species\n$({ target: 'Array', proto: true, forced: !HAS_SPECIES_SUPPORT || !USES_TO_LENGTH }, {\n map: function map(callbackfn /* , thisArg */) {\n return $map(this, callbackfn, arguments.length > 1 ? arguments[1] : undefined);\n }\n});\n","'use strict';\nvar $ = require('../internals/export');\nvar $reduce = require('../internals/array-reduce').left;\nvar arrayMethodIsStrict = require('../internals/array-method-is-strict');\nvar arrayMethodUsesToLength = require('../internals/array-method-uses-to-length');\n\nvar STRICT_METHOD = arrayMethodIsStrict('reduce');\nvar USES_TO_LENGTH = arrayMethodUsesToLength('reduce', { 1: 0 });\n\n// `Array.prototype.reduce` method\n// https://tc39.github.io/ecma262/#sec-array.prototype.reduce\n$({ target: 'Array', proto: true, forced: !STRICT_METHOD || !USES_TO_LENGTH }, {\n reduce: function reduce(callbackfn /* , initialValue */) {\n return $reduce(this, callbackfn, arguments.length, arguments.length > 1 ? arguments[1] : undefined);\n }\n});\n","'use strict';\nvar $ = require('../internals/export');\nvar $reduceRight = require('../internals/array-reduce').right;\nvar arrayMethodIsStrict = require('../internals/array-method-is-strict');\nvar arrayMethodUsesToLength = require('../internals/array-method-uses-to-length');\n\nvar STRICT_METHOD = arrayMethodIsStrict('reduceRight');\n// For preventing possible almost infinite loop in non-standard implementations, test the forward version of the method\nvar USES_TO_LENGTH = arrayMethodUsesToLength('reduce', { 1: 0 });\n\n// `Array.prototype.reduceRight` method\n// https://tc39.github.io/ecma262/#sec-array.prototype.reduceright\n$({ target: 'Array', proto: true, forced: !STRICT_METHOD || !USES_TO_LENGTH }, {\n reduceRight: function reduceRight(callbackfn /* , initialValue */) {\n return $reduceRight(this, callbackfn, arguments.length, arguments.length > 1 ? arguments[1] : undefined);\n }\n});\n","'use strict';\nvar $ = require('../internals/export');\nvar isArray = require('../internals/is-array');\n\nvar nativeReverse = [].reverse;\nvar test = [1, 2];\n\n// `Array.prototype.reverse` method\n// https://tc39.github.io/ecma262/#sec-array.prototype.reverse\n// fix for Safari 12.0 bug\n// https://bugs.webkit.org/show_bug.cgi?id=188794\n$({ target: 'Array', proto: true, forced: String(test) === String(test.reverse()) }, {\n reverse: function reverse() {\n // eslint-disable-next-line no-self-assign\n if (isArray(this)) this.length = this.length;\n return nativeReverse.call(this);\n }\n});\n","'use strict';\nvar $ = require('../internals/export');\nvar isObject = require('../internals/is-object');\nvar isArray = require('../internals/is-array');\nvar toAbsoluteIndex = require('../internals/to-absolute-index');\nvar toLength = require('../internals/to-length');\nvar toIndexedObject = require('../internals/to-indexed-object');\nvar createProperty = require('../internals/create-property');\nvar wellKnownSymbol = require('../internals/well-known-symbol');\nvar arrayMethodHasSpeciesSupport = require('../internals/array-method-has-species-support');\nvar arrayMethodUsesToLength = require('../internals/array-method-uses-to-length');\n\nvar HAS_SPECIES_SUPPORT = arrayMethodHasSpeciesSupport('slice');\nvar USES_TO_LENGTH = arrayMethodUsesToLength('slice', { ACCESSORS: true, 0: 0, 1: 2 });\n\nvar SPECIES = wellKnownSymbol('species');\nvar nativeSlice = [].slice;\nvar max = Math.max;\n\n// `Array.prototype.slice` method\n// https://tc39.github.io/ecma262/#sec-array.prototype.slice\n// fallback for not array-like ES3 strings and DOM objects\n$({ target: 'Array', proto: true, forced: !HAS_SPECIES_SUPPORT || !USES_TO_LENGTH }, {\n slice: function slice(start, end) {\n var O = toIndexedObject(this);\n var length = toLength(O.length);\n var k = toAbsoluteIndex(start, length);\n var fin = toAbsoluteIndex(end === undefined ? length : end, length);\n // inline `ArraySpeciesCreate` for usage native `Array#slice` where it's possible\n var Constructor, result, n;\n if (isArray(O)) {\n Constructor = O.constructor;\n // cross-realm fallback\n if (typeof Constructor == 'function' && (Constructor === Array || isArray(Constructor.prototype))) {\n Constructor = undefined;\n } else if (isObject(Constructor)) {\n Constructor = Constructor[SPECIES];\n if (Constructor === null) Constructor = undefined;\n }\n if (Constructor === Array || Constructor === undefined) {\n return nativeSlice.call(O, k, fin);\n }\n }\n result = new (Constructor === undefined ? Array : Constructor)(max(fin - k, 0));\n for (n = 0; k < fin; k++, n++) if (k in O) createProperty(result, n, O[k]);\n result.length = n;\n return result;\n }\n});\n","'use strict';\nvar $ = require('../internals/export');\nvar $some = require('../internals/array-iteration').some;\nvar arrayMethodIsStrict = require('../internals/array-method-is-strict');\nvar arrayMethodUsesToLength = require('../internals/array-method-uses-to-length');\n\nvar STRICT_METHOD = arrayMethodIsStrict('some');\nvar USES_TO_LENGTH = arrayMethodUsesToLength('some');\n\n// `Array.prototype.some` method\n// https://tc39.github.io/ecma262/#sec-array.prototype.some\n$({ target: 'Array', proto: true, forced: !STRICT_METHOD || !USES_TO_LENGTH }, {\n some: function some(callbackfn /* , thisArg */) {\n return $some(this, callbackfn, arguments.length > 1 ? arguments[1] : undefined);\n }\n});\n","'use strict';\nvar $ = require('../internals/export');\nvar aFunction = require('../internals/a-function');\nvar toObject = require('../internals/to-object');\nvar fails = require('../internals/fails');\nvar arrayMethodIsStrict = require('../internals/array-method-is-strict');\n\nvar test = [];\nvar nativeSort = test.sort;\n\n// IE8-\nvar FAILS_ON_UNDEFINED = fails(function () {\n test.sort(undefined);\n});\n// V8 bug\nvar FAILS_ON_NULL = fails(function () {\n test.sort(null);\n});\n// Old WebKit\nvar STRICT_METHOD = arrayMethodIsStrict('sort');\n\nvar FORCED = FAILS_ON_UNDEFINED || !FAILS_ON_NULL || !STRICT_METHOD;\n\n// `Array.prototype.sort` method\n// https://tc39.github.io/ecma262/#sec-array.prototype.sort\n$({ target: 'Array', proto: true, forced: FORCED }, {\n sort: function sort(comparefn) {\n return comparefn === undefined\n ? nativeSort.call(toObject(this))\n : nativeSort.call(toObject(this), aFunction(comparefn));\n }\n});\n","'use strict';\nvar $ = require('../internals/export');\nvar toAbsoluteIndex = require('../internals/to-absolute-index');\nvar toInteger = require('../internals/to-integer');\nvar toLength = require('../internals/to-length');\nvar toObject = require('../internals/to-object');\nvar arraySpeciesCreate = require('../internals/array-species-create');\nvar createProperty = require('../internals/create-property');\nvar arrayMethodHasSpeciesSupport = require('../internals/array-method-has-species-support');\nvar arrayMethodUsesToLength = require('../internals/array-method-uses-to-length');\n\nvar HAS_SPECIES_SUPPORT = arrayMethodHasSpeciesSupport('splice');\nvar USES_TO_LENGTH = arrayMethodUsesToLength('splice', { ACCESSORS: true, 0: 0, 1: 2 });\n\nvar max = Math.max;\nvar min = Math.min;\nvar MAX_SAFE_INTEGER = 0x1FFFFFFFFFFFFF;\nvar MAXIMUM_ALLOWED_LENGTH_EXCEEDED = 'Maximum allowed length exceeded';\n\n// `Array.prototype.splice` method\n// https://tc39.github.io/ecma262/#sec-array.prototype.splice\n// with adding support of @@species\n$({ target: 'Array', proto: true, forced: !HAS_SPECIES_SUPPORT || !USES_TO_LENGTH }, {\n splice: function splice(start, deleteCount /* , ...items */) {\n var O = toObject(this);\n var len = toLength(O.length);\n var actualStart = toAbsoluteIndex(start, len);\n var argumentsLength = arguments.length;\n var insertCount, actualDeleteCount, A, k, from, to;\n if (argumentsLength === 0) {\n insertCount = actualDeleteCount = 0;\n } else if (argumentsLength === 1) {\n insertCount = 0;\n actualDeleteCount = len - actualStart;\n } else {\n insertCount = argumentsLength - 2;\n actualDeleteCount = min(max(toInteger(deleteCount), 0), len - actualStart);\n }\n if (len + insertCount - actualDeleteCount > MAX_SAFE_INTEGER) {\n throw TypeError(MAXIMUM_ALLOWED_LENGTH_EXCEEDED);\n }\n A = arraySpeciesCreate(O, actualDeleteCount);\n for (k = 0; k < actualDeleteCount; k++) {\n from = actualStart + k;\n if (from in O) createProperty(A, k, O[from]);\n }\n A.length = actualDeleteCount;\n if (insertCount < actualDeleteCount) {\n for (k = actualStart; k < len - actualDeleteCount; k++) {\n from = k + actualDeleteCount;\n to = k + insertCount;\n if (from in O) O[to] = O[from];\n else delete O[to];\n }\n for (k = len; k > len - actualDeleteCount + insertCount; k--) delete O[k - 1];\n } else if (insertCount > actualDeleteCount) {\n for (k = len - actualDeleteCount; k > actualStart; k--) {\n from = k + actualDeleteCount - 1;\n to = k + insertCount - 1;\n if (from in O) O[to] = O[from];\n else delete O[to];\n }\n }\n for (k = 0; k < insertCount; k++) {\n O[k + actualStart] = arguments[k + 2];\n }\n O.length = len - actualDeleteCount + insertCount;\n return A;\n }\n});\n","var setSpecies = require('../internals/set-species');\n\n// `Array[@@species]` getter\n// https://tc39.github.io/ecma262/#sec-get-array-@@species\nsetSpecies('Array');\n","// this method was added to unscopables after implementation\n// in popular engines, so it's moved to a separate module\nvar addToUnscopables = require('../internals/add-to-unscopables');\n\naddToUnscopables('flat');\n","// this method was added to unscopables after implementation\n// in popular engines, so it's moved to a separate module\nvar addToUnscopables = require('../internals/add-to-unscopables');\n\naddToUnscopables('flatMap');\n","var $ = require('../internals/export');\nvar toAbsoluteIndex = require('../internals/to-absolute-index');\n\nvar fromCharCode = String.fromCharCode;\nvar nativeFromCodePoint = String.fromCodePoint;\n\n// length should be 1, old FF problem\nvar INCORRECT_LENGTH = !!nativeFromCodePoint && nativeFromCodePoint.length != 1;\n\n// `String.fromCodePoint` method\n// https://tc39.github.io/ecma262/#sec-string.fromcodepoint\n$({ target: 'String', stat: true, forced: INCORRECT_LENGTH }, {\n fromCodePoint: function fromCodePoint(x) { // eslint-disable-line no-unused-vars\n var elements = [];\n var length = arguments.length;\n var i = 0;\n var code;\n while (length > i) {\n code = +arguments[i++];\n if (toAbsoluteIndex(code, 0x10FFFF) !== code) throw RangeError(code + ' is not a valid code point');\n elements.push(code < 0x10000\n ? fromCharCode(code)\n : fromCharCode(((code -= 0x10000) >> 10) + 0xD800, code % 0x400 + 0xDC00)\n );\n } return elements.join('');\n }\n});\n","var $ = require('../internals/export');\nvar toIndexedObject = require('../internals/to-indexed-object');\nvar toLength = require('../internals/to-length');\n\n// `String.raw` method\n// https://tc39.github.io/ecma262/#sec-string.raw\n$({ target: 'String', stat: true }, {\n raw: function raw(template) {\n var rawTemplate = toIndexedObject(template.raw);\n var literalSegments = toLength(rawTemplate.length);\n var argumentsLength = arguments.length;\n var elements = [];\n var i = 0;\n while (literalSegments > i) {\n elements.push(String(rawTemplate[i++]));\n if (i < argumentsLength) elements.push(String(arguments[i]));\n } return elements.join('');\n }\n});\n","'use strict';\nvar $ = require('../internals/export');\nvar codeAt = require('../internals/string-multibyte').codeAt;\n\n// `String.prototype.codePointAt` method\n// https://tc39.github.io/ecma262/#sec-string.prototype.codepointat\n$({ target: 'String', proto: true }, {\n codePointAt: function codePointAt(pos) {\n return codeAt(this, pos);\n }\n});\n","'use strict';\nvar $ = require('../internals/export');\nvar getOwnPropertyDescriptor = require('../internals/object-get-own-property-descriptor').f;\nvar toLength = require('../internals/to-length');\nvar notARegExp = require('../internals/not-a-regexp');\nvar requireObjectCoercible = require('../internals/require-object-coercible');\nvar correctIsRegExpLogic = require('../internals/correct-is-regexp-logic');\nvar IS_PURE = require('../internals/is-pure');\n\nvar nativeEndsWith = ''.endsWith;\nvar min = Math.min;\n\nvar CORRECT_IS_REGEXP_LOGIC = correctIsRegExpLogic('endsWith');\n// https://github.com/zloirock/core-js/pull/702\nvar MDN_POLYFILL_BUG = !IS_PURE && !CORRECT_IS_REGEXP_LOGIC && !!function () {\n var descriptor = getOwnPropertyDescriptor(String.prototype, 'endsWith');\n return descriptor && !descriptor.writable;\n}();\n\n// `String.prototype.endsWith` method\n// https://tc39.github.io/ecma262/#sec-string.prototype.endswith\n$({ target: 'String', proto: true, forced: !MDN_POLYFILL_BUG && !CORRECT_IS_REGEXP_LOGIC }, {\n endsWith: function endsWith(searchString /* , endPosition = @length */) {\n var that = String(requireObjectCoercible(this));\n notARegExp(searchString);\n var endPosition = arguments.length > 1 ? arguments[1] : undefined;\n var len = toLength(that.length);\n var end = endPosition === undefined ? len : min(toLength(endPosition), len);\n var search = String(searchString);\n return nativeEndsWith\n ? nativeEndsWith.call(that, search, end)\n : that.slice(end - search.length, end) === search;\n }\n});\n","'use strict';\nvar $ = require('../internals/export');\nvar notARegExp = require('../internals/not-a-regexp');\nvar requireObjectCoercible = require('../internals/require-object-coercible');\nvar correctIsRegExpLogic = require('../internals/correct-is-regexp-logic');\n\n// `String.prototype.includes` method\n// https://tc39.github.io/ecma262/#sec-string.prototype.includes\n$({ target: 'String', proto: true, forced: !correctIsRegExpLogic('includes') }, {\n includes: function includes(searchString /* , position = 0 */) {\n return !!~String(requireObjectCoercible(this))\n .indexOf(notARegExp(searchString), arguments.length > 1 ? arguments[1] : undefined);\n }\n});\n","'use strict';\nvar fixRegExpWellKnownSymbolLogic = require('../internals/fix-regexp-well-known-symbol-logic');\nvar anObject = require('../internals/an-object');\nvar toLength = require('../internals/to-length');\nvar requireObjectCoercible = require('../internals/require-object-coercible');\nvar advanceStringIndex = require('../internals/advance-string-index');\nvar regExpExec = require('../internals/regexp-exec-abstract');\n\n// @@match logic\nfixRegExpWellKnownSymbolLogic('match', 1, function (MATCH, nativeMatch, maybeCallNative) {\n return [\n // `String.prototype.match` method\n // https://tc39.github.io/ecma262/#sec-string.prototype.match\n function match(regexp) {\n var O = requireObjectCoercible(this);\n var matcher = regexp == undefined ? undefined : regexp[MATCH];\n return matcher !== undefined ? matcher.call(regexp, O) : new RegExp(regexp)[MATCH](String(O));\n },\n // `RegExp.prototype[@@match]` method\n // https://tc39.github.io/ecma262/#sec-regexp.prototype-@@match\n function (regexp) {\n var res = maybeCallNative(nativeMatch, regexp, this);\n if (res.done) return res.value;\n\n var rx = anObject(regexp);\n var S = String(this);\n\n if (!rx.global) return regExpExec(rx, S);\n\n var fullUnicode = rx.unicode;\n rx.lastIndex = 0;\n var A = [];\n var n = 0;\n var result;\n while ((result = regExpExec(rx, S)) !== null) {\n var matchStr = String(result[0]);\n A[n] = matchStr;\n if (matchStr === '') rx.lastIndex = advanceStringIndex(S, toLength(rx.lastIndex), fullUnicode);\n n++;\n }\n return n === 0 ? null : A;\n }\n ];\n});\n","'use strict';\nvar $ = require('../internals/export');\nvar createIteratorConstructor = require('../internals/create-iterator-constructor');\nvar requireObjectCoercible = require('../internals/require-object-coercible');\nvar toLength = require('../internals/to-length');\nvar aFunction = require('../internals/a-function');\nvar anObject = require('../internals/an-object');\nvar classof = require('../internals/classof-raw');\nvar isRegExp = require('../internals/is-regexp');\nvar getRegExpFlags = require('../internals/regexp-flags');\nvar createNonEnumerableProperty = require('../internals/create-non-enumerable-property');\nvar fails = require('../internals/fails');\nvar wellKnownSymbol = require('../internals/well-known-symbol');\nvar speciesConstructor = require('../internals/species-constructor');\nvar advanceStringIndex = require('../internals/advance-string-index');\nvar InternalStateModule = require('../internals/internal-state');\nvar IS_PURE = require('../internals/is-pure');\n\nvar MATCH_ALL = wellKnownSymbol('matchAll');\nvar REGEXP_STRING = 'RegExp String';\nvar REGEXP_STRING_ITERATOR = REGEXP_STRING + ' Iterator';\nvar setInternalState = InternalStateModule.set;\nvar getInternalState = InternalStateModule.getterFor(REGEXP_STRING_ITERATOR);\nvar RegExpPrototype = RegExp.prototype;\nvar regExpBuiltinExec = RegExpPrototype.exec;\nvar nativeMatchAll = ''.matchAll;\n\nvar WORKS_WITH_NON_GLOBAL_REGEX = !!nativeMatchAll && !fails(function () {\n 'a'.matchAll(/./);\n});\n\nvar regExpExec = function (R, S) {\n var exec = R.exec;\n var result;\n if (typeof exec == 'function') {\n result = exec.call(R, S);\n if (typeof result != 'object') throw TypeError('Incorrect exec result');\n return result;\n } return regExpBuiltinExec.call(R, S);\n};\n\n// eslint-disable-next-line max-len\nvar $RegExpStringIterator = createIteratorConstructor(function RegExpStringIterator(regexp, string, global, fullUnicode) {\n setInternalState(this, {\n type: REGEXP_STRING_ITERATOR,\n regexp: regexp,\n string: string,\n global: global,\n unicode: fullUnicode,\n done: false\n });\n}, REGEXP_STRING, function next() {\n var state = getInternalState(this);\n if (state.done) return { value: undefined, done: true };\n var R = state.regexp;\n var S = state.string;\n var match = regExpExec(R, S);\n if (match === null) return { value: undefined, done: state.done = true };\n if (state.global) {\n if (String(match[0]) == '') R.lastIndex = advanceStringIndex(S, toLength(R.lastIndex), state.unicode);\n return { value: match, done: false };\n }\n state.done = true;\n return { value: match, done: false };\n});\n\nvar $matchAll = function (string) {\n var R = anObject(this);\n var S = String(string);\n var C, flagsValue, flags, matcher, global, fullUnicode;\n C = speciesConstructor(R, RegExp);\n flagsValue = R.flags;\n if (flagsValue === undefined && R instanceof RegExp && !('flags' in RegExpPrototype)) {\n flagsValue = getRegExpFlags.call(R);\n }\n flags = flagsValue === undefined ? '' : String(flagsValue);\n matcher = new C(C === RegExp ? R.source : R, flags);\n global = !!~flags.indexOf('g');\n fullUnicode = !!~flags.indexOf('u');\n matcher.lastIndex = toLength(R.lastIndex);\n return new $RegExpStringIterator(matcher, S, global, fullUnicode);\n};\n\n// `String.prototype.matchAll` method\n// https://github.com/tc39/proposal-string-matchall\n$({ target: 'String', proto: true, forced: WORKS_WITH_NON_GLOBAL_REGEX }, {\n matchAll: function matchAll(regexp) {\n var O = requireObjectCoercible(this);\n var flags, S, matcher, rx;\n if (regexp != null) {\n if (isRegExp(regexp)) {\n flags = String(requireObjectCoercible('flags' in RegExpPrototype\n ? regexp.flags\n : getRegExpFlags.call(regexp)\n ));\n if (!~flags.indexOf('g')) throw TypeError('`.matchAll` does not allow non-global regexes');\n }\n if (WORKS_WITH_NON_GLOBAL_REGEX) return nativeMatchAll.apply(O, arguments);\n matcher = regexp[MATCH_ALL];\n if (matcher === undefined && IS_PURE && classof(regexp) == 'RegExp') matcher = $matchAll;\n if (matcher != null) return aFunction(matcher).call(regexp, O);\n } else if (WORKS_WITH_NON_GLOBAL_REGEX) return nativeMatchAll.apply(O, arguments);\n S = String(O);\n rx = new RegExp(regexp, 'g');\n return IS_PURE ? $matchAll.call(rx, S) : rx[MATCH_ALL](S);\n }\n});\n\nIS_PURE || MATCH_ALL in RegExpPrototype || createNonEnumerableProperty(RegExpPrototype, MATCH_ALL, $matchAll);\n","'use strict';\nvar $ = require('../internals/export');\nvar $padEnd = require('../internals/string-pad').end;\nvar WEBKIT_BUG = require('../internals/string-pad-webkit-bug');\n\n// `String.prototype.padEnd` method\n// https://tc39.github.io/ecma262/#sec-string.prototype.padend\n$({ target: 'String', proto: true, forced: WEBKIT_BUG }, {\n padEnd: function padEnd(maxLength /* , fillString = ' ' */) {\n return $padEnd(this, maxLength, arguments.length > 1 ? arguments[1] : undefined);\n }\n});\n","'use strict';\nvar $ = require('../internals/export');\nvar $padStart = require('../internals/string-pad').start;\nvar WEBKIT_BUG = require('../internals/string-pad-webkit-bug');\n\n// `String.prototype.padStart` method\n// https://tc39.github.io/ecma262/#sec-string.prototype.padstart\n$({ target: 'String', proto: true, forced: WEBKIT_BUG }, {\n padStart: function padStart(maxLength /* , fillString = ' ' */) {\n return $padStart(this, maxLength, arguments.length > 1 ? arguments[1] : undefined);\n }\n});\n","var $ = require('../internals/export');\nvar repeat = require('../internals/string-repeat');\n\n// `String.prototype.repeat` method\n// https://tc39.github.io/ecma262/#sec-string.prototype.repeat\n$({ target: 'String', proto: true }, {\n repeat: repeat\n});\n","'use strict';\nvar fixRegExpWellKnownSymbolLogic = require('../internals/fix-regexp-well-known-symbol-logic');\nvar anObject = require('../internals/an-object');\nvar toObject = require('../internals/to-object');\nvar toLength = require('../internals/to-length');\nvar toInteger = require('../internals/to-integer');\nvar requireObjectCoercible = require('../internals/require-object-coercible');\nvar advanceStringIndex = require('../internals/advance-string-index');\nvar regExpExec = require('../internals/regexp-exec-abstract');\n\nvar max = Math.max;\nvar min = Math.min;\nvar floor = Math.floor;\nvar SUBSTITUTION_SYMBOLS = /\\$([$&'`]|\\d\\d?|<[^>]*>)/g;\nvar SUBSTITUTION_SYMBOLS_NO_NAMED = /\\$([$&'`]|\\d\\d?)/g;\n\nvar maybeToString = function (it) {\n return it === undefined ? it : String(it);\n};\n\n// @@replace logic\nfixRegExpWellKnownSymbolLogic('replace', 2, function (REPLACE, nativeReplace, maybeCallNative, reason) {\n var REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE = reason.REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE;\n var REPLACE_KEEPS_$0 = reason.REPLACE_KEEPS_$0;\n var UNSAFE_SUBSTITUTE = REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE ? '$' : '$0';\n\n return [\n // `String.prototype.replace` method\n // https://tc39.github.io/ecma262/#sec-string.prototype.replace\n function replace(searchValue, replaceValue) {\n var O = requireObjectCoercible(this);\n var replacer = searchValue == undefined ? undefined : searchValue[REPLACE];\n return replacer !== undefined\n ? replacer.call(searchValue, O, replaceValue)\n : nativeReplace.call(String(O), searchValue, replaceValue);\n },\n // `RegExp.prototype[@@replace]` method\n // https://tc39.github.io/ecma262/#sec-regexp.prototype-@@replace\n function (regexp, replaceValue) {\n if (\n (!REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE && REPLACE_KEEPS_$0) ||\n (typeof replaceValue === 'string' && replaceValue.indexOf(UNSAFE_SUBSTITUTE) === -1)\n ) {\n var res = maybeCallNative(nativeReplace, regexp, this, replaceValue);\n if (res.done) return res.value;\n }\n\n var rx = anObject(regexp);\n var S = String(this);\n\n var functionalReplace = typeof replaceValue === 'function';\n if (!functionalReplace) replaceValue = String(replaceValue);\n\n var global = rx.global;\n if (global) {\n var fullUnicode = rx.unicode;\n rx.lastIndex = 0;\n }\n var results = [];\n while (true) {\n var result = regExpExec(rx, S);\n if (result === null) break;\n\n results.push(result);\n if (!global) break;\n\n var matchStr = String(result[0]);\n if (matchStr === '') rx.lastIndex = advanceStringIndex(S, toLength(rx.lastIndex), fullUnicode);\n }\n\n var accumulatedResult = '';\n var nextSourcePosition = 0;\n for (var i = 0; i < results.length; i++) {\n result = results[i];\n\n var matched = String(result[0]);\n var position = max(min(toInteger(result.index), S.length), 0);\n var captures = [];\n // NOTE: This is equivalent to\n // captures = result.slice(1).map(maybeToString)\n // but for some reason `nativeSlice.call(result, 1, result.length)` (called in\n // the slice polyfill when slicing native arrays) \"doesn't work\" in safari 9 and\n // causes a crash (https://pastebin.com/N21QzeQA) when trying to debug it.\n for (var j = 1; j < result.length; j++) captures.push(maybeToString(result[j]));\n var namedCaptures = result.groups;\n if (functionalReplace) {\n var replacerArgs = [matched].concat(captures, position, S);\n if (namedCaptures !== undefined) replacerArgs.push(namedCaptures);\n var replacement = String(replaceValue.apply(undefined, replacerArgs));\n } else {\n replacement = getSubstitution(matched, S, position, captures, namedCaptures, replaceValue);\n }\n if (position >= nextSourcePosition) {\n accumulatedResult += S.slice(nextSourcePosition, position) + replacement;\n nextSourcePosition = position + matched.length;\n }\n }\n return accumulatedResult + S.slice(nextSourcePosition);\n }\n ];\n\n // https://tc39.github.io/ecma262/#sec-getsubstitution\n function getSubstitution(matched, str, position, captures, namedCaptures, replacement) {\n var tailPos = position + matched.length;\n var m = captures.length;\n var symbols = SUBSTITUTION_SYMBOLS_NO_NAMED;\n if (namedCaptures !== undefined) {\n namedCaptures = toObject(namedCaptures);\n symbols = SUBSTITUTION_SYMBOLS;\n }\n return nativeReplace.call(replacement, symbols, function (match, ch) {\n var capture;\n switch (ch.charAt(0)) {\n case '$': return '$';\n case '&': return matched;\n case '`': return str.slice(0, position);\n case \"'\": return str.slice(tailPos);\n case '<':\n capture = namedCaptures[ch.slice(1, -1)];\n break;\n default: // \\d\\d?\n var n = +ch;\n if (n === 0) return match;\n if (n > m) {\n var f = floor(n / 10);\n if (f === 0) return match;\n if (f <= m) return captures[f - 1] === undefined ? ch.charAt(1) : captures[f - 1] + ch.charAt(1);\n return match;\n }\n capture = captures[n - 1];\n }\n return capture === undefined ? '' : capture;\n });\n }\n});\n","'use strict';\nvar fixRegExpWellKnownSymbolLogic = require('../internals/fix-regexp-well-known-symbol-logic');\nvar anObject = require('../internals/an-object');\nvar requireObjectCoercible = require('../internals/require-object-coercible');\nvar sameValue = require('../internals/same-value');\nvar regExpExec = require('../internals/regexp-exec-abstract');\n\n// @@search logic\nfixRegExpWellKnownSymbolLogic('search', 1, function (SEARCH, nativeSearch, maybeCallNative) {\n return [\n // `String.prototype.search` method\n // https://tc39.github.io/ecma262/#sec-string.prototype.search\n function search(regexp) {\n var O = requireObjectCoercible(this);\n var searcher = regexp == undefined ? undefined : regexp[SEARCH];\n return searcher !== undefined ? searcher.call(regexp, O) : new RegExp(regexp)[SEARCH](String(O));\n },\n // `RegExp.prototype[@@search]` method\n // https://tc39.github.io/ecma262/#sec-regexp.prototype-@@search\n function (regexp) {\n var res = maybeCallNative(nativeSearch, regexp, this);\n if (res.done) return res.value;\n\n var rx = anObject(regexp);\n var S = String(this);\n\n var previousLastIndex = rx.lastIndex;\n if (!sameValue(previousLastIndex, 0)) rx.lastIndex = 0;\n var result = regExpExec(rx, S);\n if (!sameValue(rx.lastIndex, previousLastIndex)) rx.lastIndex = previousLastIndex;\n return result === null ? -1 : result.index;\n }\n ];\n});\n","'use strict';\nvar fixRegExpWellKnownSymbolLogic = require('../internals/fix-regexp-well-known-symbol-logic');\nvar isRegExp = require('../internals/is-regexp');\nvar anObject = require('../internals/an-object');\nvar requireObjectCoercible = require('../internals/require-object-coercible');\nvar speciesConstructor = require('../internals/species-constructor');\nvar advanceStringIndex = require('../internals/advance-string-index');\nvar toLength = require('../internals/to-length');\nvar callRegExpExec = require('../internals/regexp-exec-abstract');\nvar regexpExec = require('../internals/regexp-exec');\nvar fails = require('../internals/fails');\n\nvar arrayPush = [].push;\nvar min = Math.min;\nvar MAX_UINT32 = 0xFFFFFFFF;\n\n// babel-minify transpiles RegExp('x', 'y') -> /x/y and it causes SyntaxError\nvar SUPPORTS_Y = !fails(function () { return !RegExp(MAX_UINT32, 'y'); });\n\n// @@split logic\nfixRegExpWellKnownSymbolLogic('split', 2, function (SPLIT, nativeSplit, maybeCallNative) {\n var internalSplit;\n if (\n 'abbc'.split(/(b)*/)[1] == 'c' ||\n 'test'.split(/(?:)/, -1).length != 4 ||\n 'ab'.split(/(?:ab)*/).length != 2 ||\n '.'.split(/(.?)(.?)/).length != 4 ||\n '.'.split(/()()/).length > 1 ||\n ''.split(/.?/).length\n ) {\n // based on es5-shim implementation, need to rework it\n internalSplit = function (separator, limit) {\n var string = String(requireObjectCoercible(this));\n var lim = limit === undefined ? MAX_UINT32 : limit >>> 0;\n if (lim === 0) return [];\n if (separator === undefined) return [string];\n // If `separator` is not a regex, use native split\n if (!isRegExp(separator)) {\n return nativeSplit.call(string, separator, lim);\n }\n var output = [];\n var flags = (separator.ignoreCase ? 'i' : '') +\n (separator.multiline ? 'm' : '') +\n (separator.unicode ? 'u' : '') +\n (separator.sticky ? 'y' : '');\n var lastLastIndex = 0;\n // Make `global` and avoid `lastIndex` issues by working with a copy\n var separatorCopy = new RegExp(separator.source, flags + 'g');\n var match, lastIndex, lastLength;\n while (match = regexpExec.call(separatorCopy, string)) {\n lastIndex = separatorCopy.lastIndex;\n if (lastIndex > lastLastIndex) {\n output.push(string.slice(lastLastIndex, match.index));\n if (match.length > 1 && match.index < string.length) arrayPush.apply(output, match.slice(1));\n lastLength = match[0].length;\n lastLastIndex = lastIndex;\n if (output.length >= lim) break;\n }\n if (separatorCopy.lastIndex === match.index) separatorCopy.lastIndex++; // Avoid an infinite loop\n }\n if (lastLastIndex === string.length) {\n if (lastLength || !separatorCopy.test('')) output.push('');\n } else output.push(string.slice(lastLastIndex));\n return output.length > lim ? output.slice(0, lim) : output;\n };\n // Chakra, V8\n } else if ('0'.split(undefined, 0).length) {\n internalSplit = function (separator, limit) {\n return separator === undefined && limit === 0 ? [] : nativeSplit.call(this, separator, limit);\n };\n } else internalSplit = nativeSplit;\n\n return [\n // `String.prototype.split` method\n // https://tc39.github.io/ecma262/#sec-string.prototype.split\n function split(separator, limit) {\n var O = requireObjectCoercible(this);\n var splitter = separator == undefined ? undefined : separator[SPLIT];\n return splitter !== undefined\n ? splitter.call(separator, O, limit)\n : internalSplit.call(String(O), separator, limit);\n },\n // `RegExp.prototype[@@split]` method\n // https://tc39.github.io/ecma262/#sec-regexp.prototype-@@split\n //\n // NOTE: This cannot be properly polyfilled in engines that don't support\n // the 'y' flag.\n function (regexp, limit) {\n var res = maybeCallNative(internalSplit, regexp, this, limit, internalSplit !== nativeSplit);\n if (res.done) return res.value;\n\n var rx = anObject(regexp);\n var S = String(this);\n var C = speciesConstructor(rx, RegExp);\n\n var unicodeMatching = rx.unicode;\n var flags = (rx.ignoreCase ? 'i' : '') +\n (rx.multiline ? 'm' : '') +\n (rx.unicode ? 'u' : '') +\n (SUPPORTS_Y ? 'y' : 'g');\n\n // ^(? + rx + ) is needed, in combination with some S slicing, to\n // simulate the 'y' flag.\n var splitter = new C(SUPPORTS_Y ? rx : '^(?:' + rx.source + ')', flags);\n var lim = limit === undefined ? MAX_UINT32 : limit >>> 0;\n if (lim === 0) return [];\n if (S.length === 0) return callRegExpExec(splitter, S) === null ? [S] : [];\n var p = 0;\n var q = 0;\n var A = [];\n while (q < S.length) {\n splitter.lastIndex = SUPPORTS_Y ? q : 0;\n var z = callRegExpExec(splitter, SUPPORTS_Y ? S : S.slice(q));\n var e;\n if (\n z === null ||\n (e = min(toLength(splitter.lastIndex + (SUPPORTS_Y ? 0 : q)), S.length)) === p\n ) {\n q = advanceStringIndex(S, q, unicodeMatching);\n } else {\n A.push(S.slice(p, q));\n if (A.length === lim) return A;\n for (var i = 1; i <= z.length - 1; i++) {\n A.push(z[i]);\n if (A.length === lim) return A;\n }\n q = p = e;\n }\n }\n A.push(S.slice(p));\n return A;\n }\n ];\n}, !SUPPORTS_Y);\n","'use strict';\nvar $ = require('../internals/export');\nvar getOwnPropertyDescriptor = require('../internals/object-get-own-property-descriptor').f;\nvar toLength = require('../internals/to-length');\nvar notARegExp = require('../internals/not-a-regexp');\nvar requireObjectCoercible = require('../internals/require-object-coercible');\nvar correctIsRegExpLogic = require('../internals/correct-is-regexp-logic');\nvar IS_PURE = require('../internals/is-pure');\n\nvar nativeStartsWith = ''.startsWith;\nvar min = Math.min;\n\nvar CORRECT_IS_REGEXP_LOGIC = correctIsRegExpLogic('startsWith');\n// https://github.com/zloirock/core-js/pull/702\nvar MDN_POLYFILL_BUG = !IS_PURE && !CORRECT_IS_REGEXP_LOGIC && !!function () {\n var descriptor = getOwnPropertyDescriptor(String.prototype, 'startsWith');\n return descriptor && !descriptor.writable;\n}();\n\n// `String.prototype.startsWith` method\n// https://tc39.github.io/ecma262/#sec-string.prototype.startswith\n$({ target: 'String', proto: true, forced: !MDN_POLYFILL_BUG && !CORRECT_IS_REGEXP_LOGIC }, {\n startsWith: function startsWith(searchString /* , position = 0 */) {\n var that = String(requireObjectCoercible(this));\n notARegExp(searchString);\n var index = toLength(min(arguments.length > 1 ? arguments[1] : undefined, that.length));\n var search = String(searchString);\n return nativeStartsWith\n ? nativeStartsWith.call(that, search, index)\n : that.slice(index, index + search.length) === search;\n }\n});\n","'use strict';\nvar $ = require('../internals/export');\nvar $trim = require('../internals/string-trim').trim;\nvar forcedStringTrimMethod = require('../internals/string-trim-forced');\n\n// `String.prototype.trim` method\n// https://tc39.github.io/ecma262/#sec-string.prototype.trim\n$({ target: 'String', proto: true, forced: forcedStringTrimMethod('trim') }, {\n trim: function trim() {\n return $trim(this);\n }\n});\n","'use strict';\nvar $ = require('../internals/export');\nvar $trimStart = require('../internals/string-trim').start;\nvar forcedStringTrimMethod = require('../internals/string-trim-forced');\n\nvar FORCED = forcedStringTrimMethod('trimStart');\n\nvar trimStart = FORCED ? function trimStart() {\n return $trimStart(this);\n} : ''.trimStart;\n\n// `String.prototype.{ trimStart, trimLeft }` methods\n// https://github.com/tc39/ecmascript-string-left-right-trim\n$({ target: 'String', proto: true, forced: FORCED }, {\n trimStart: trimStart,\n trimLeft: trimStart\n});\n","'use strict';\nvar $ = require('../internals/export');\nvar $trimEnd = require('../internals/string-trim').end;\nvar forcedStringTrimMethod = require('../internals/string-trim-forced');\n\nvar FORCED = forcedStringTrimMethod('trimEnd');\n\nvar trimEnd = FORCED ? function trimEnd() {\n return $trimEnd(this);\n} : ''.trimEnd;\n\n// `String.prototype.{ trimEnd, trimRight }` methods\n// https://github.com/tc39/ecmascript-string-left-right-trim\n$({ target: 'String', proto: true, forced: FORCED }, {\n trimEnd: trimEnd,\n trimRight: trimEnd\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.anchor` method\n// https://tc39.github.io/ecma262/#sec-string.prototype.anchor\n$({ target: 'String', proto: true, forced: forcedStringHTMLMethod('anchor') }, {\n anchor: function anchor(name) {\n return createHTML(this, 'a', 'name', name);\n }\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.big` method\n// https://tc39.github.io/ecma262/#sec-string.prototype.big\n$({ target: 'String', proto: true, forced: forcedStringHTMLMethod('big') }, {\n big: function big() {\n return createHTML(this, 'big', '', '');\n }\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.blink` method\n// https://tc39.github.io/ecma262/#sec-string.prototype.blink\n$({ target: 'String', proto: true, forced: forcedStringHTMLMethod('blink') }, {\n blink: function blink() {\n return createHTML(this, 'blink', '', '');\n }\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.bold` method\n// https://tc39.github.io/ecma262/#sec-string.prototype.bold\n$({ target: 'String', proto: true, forced: forcedStringHTMLMethod('bold') }, {\n bold: function bold() {\n return createHTML(this, 'b', '', '');\n }\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.fixed` method\n// https://tc39.github.io/ecma262/#sec-string.prototype.fixed\n$({ target: 'String', proto: true, forced: forcedStringHTMLMethod('fixed') }, {\n fixed: function fixed() {\n return createHTML(this, 'tt', '', '');\n }\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.fontcolor` method\n// https://tc39.github.io/ecma262/#sec-string.prototype.fontcolor\n$({ target: 'String', proto: true, forced: forcedStringHTMLMethod('fontcolor') }, {\n fontcolor: function fontcolor(color) {\n return createHTML(this, 'font', 'color', color);\n }\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.fontsize` method\n// https://tc39.github.io/ecma262/#sec-string.prototype.fontsize\n$({ target: 'String', proto: true, forced: forcedStringHTMLMethod('fontsize') }, {\n fontsize: function fontsize(size) {\n return createHTML(this, 'font', 'size', size);\n }\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.italics` method\n// https://tc39.github.io/ecma262/#sec-string.prototype.italics\n$({ target: 'String', proto: true, forced: forcedStringHTMLMethod('italics') }, {\n italics: function italics() {\n return createHTML(this, 'i', '', '');\n }\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.github.io/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","'use strict';\nvar $ = require('../internals/export');\nvar createHTML = require('../internals/create-html');\nvar forcedStringHTMLMethod = require('../internals/string-html-forced');\n\n// `String.prototype.small` method\n// https://tc39.github.io/ecma262/#sec-string.prototype.small\n$({ target: 'String', proto: true, forced: forcedStringHTMLMethod('small') }, {\n small: function small() {\n return createHTML(this, 'small', '', '');\n }\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.strike` method\n// https://tc39.github.io/ecma262/#sec-string.prototype.strike\n$({ target: 'String', proto: true, forced: forcedStringHTMLMethod('strike') }, {\n strike: function strike() {\n return createHTML(this, 'strike', '', '');\n }\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.sub` method\n// https://tc39.github.io/ecma262/#sec-string.prototype.sub\n$({ target: 'String', proto: true, forced: forcedStringHTMLMethod('sub') }, {\n sub: function sub() {\n return createHTML(this, 'sub', '', '');\n }\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.sup` method\n// https://tc39.github.io/ecma262/#sec-string.prototype.sup\n$({ target: 'String', proto: true, forced: forcedStringHTMLMethod('sup') }, {\n sup: function sup() {\n return createHTML(this, 'sup', '', '');\n }\n});\n","var DESCRIPTORS = require('../internals/descriptors');\nvar global = require('../internals/global');\nvar isForced = require('../internals/is-forced');\nvar inheritIfRequired = require('../internals/inherit-if-required');\nvar defineProperty = require('../internals/object-define-property').f;\nvar getOwnPropertyNames = require('../internals/object-get-own-property-names').f;\nvar isRegExp = require('../internals/is-regexp');\nvar getFlags = require('../internals/regexp-flags');\nvar stickyHelpers = require('../internals/regexp-sticky-helpers');\nvar redefine = require('../internals/redefine');\nvar fails = require('../internals/fails');\nvar setInternalState = require('../internals/internal-state').set;\nvar setSpecies = require('../internals/set-species');\nvar wellKnownSymbol = require('../internals/well-known-symbol');\n\nvar MATCH = wellKnownSymbol('match');\nvar NativeRegExp = global.RegExp;\nvar RegExpPrototype = NativeRegExp.prototype;\nvar re1 = /a/g;\nvar re2 = /a/g;\n\n// \"new\" should create a new object, old webkit bug\nvar CORRECT_NEW = new NativeRegExp(re1) !== re1;\n\nvar UNSUPPORTED_Y = stickyHelpers.UNSUPPORTED_Y;\n\nvar FORCED = DESCRIPTORS && isForced('RegExp', (!CORRECT_NEW || UNSUPPORTED_Y || fails(function () {\n re2[MATCH] = false;\n // RegExp constructor can alter flags and IsRegExp works correct with @@match\n return NativeRegExp(re1) != re1 || NativeRegExp(re2) == re2 || NativeRegExp(re1, 'i') != '/a/i';\n})));\n\n// `RegExp` constructor\n// https://tc39.github.io/ecma262/#sec-regexp-constructor\nif (FORCED) {\n var RegExpWrapper = function RegExp(pattern, flags) {\n var thisIsRegExp = this instanceof RegExpWrapper;\n var patternIsRegExp = isRegExp(pattern);\n var flagsAreUndefined = flags === undefined;\n var sticky;\n\n if (!thisIsRegExp && patternIsRegExp && pattern.constructor === RegExpWrapper && flagsAreUndefined) {\n return pattern;\n }\n\n if (CORRECT_NEW) {\n if (patternIsRegExp && !flagsAreUndefined) pattern = pattern.source;\n } else if (pattern instanceof RegExpWrapper) {\n if (flagsAreUndefined) flags = getFlags.call(pattern);\n pattern = pattern.source;\n }\n\n if (UNSUPPORTED_Y) {\n sticky = !!flags && flags.indexOf('y') > -1;\n if (sticky) flags = flags.replace(/y/g, '');\n }\n\n var result = inheritIfRequired(\n CORRECT_NEW ? new NativeRegExp(pattern, flags) : NativeRegExp(pattern, flags),\n thisIsRegExp ? this : RegExpPrototype,\n RegExpWrapper\n );\n\n if (UNSUPPORTED_Y && sticky) setInternalState(result, { sticky: sticky });\n\n return result;\n };\n var proxy = function (key) {\n key in RegExpWrapper || defineProperty(RegExpWrapper, key, {\n configurable: true,\n get: function () { return NativeRegExp[key]; },\n set: function (it) { NativeRegExp[key] = it; }\n });\n };\n var keys = getOwnPropertyNames(NativeRegExp);\n var index = 0;\n while (keys.length > index) proxy(keys[index++]);\n RegExpPrototype.constructor = RegExpWrapper;\n RegExpWrapper.prototype = RegExpPrototype;\n redefine(global, 'RegExp', RegExpWrapper);\n}\n\n// https://tc39.github.io/ecma262/#sec-get-regexp-@@species\nsetSpecies('RegExp');\n","var DESCRIPTORS = require('../internals/descriptors');\nvar objectDefinePropertyModule = require('../internals/object-define-property');\nvar regExpFlags = require('../internals/regexp-flags');\nvar UNSUPPORTED_Y = require('../internals/regexp-sticky-helpers').UNSUPPORTED_Y;\n\n// `RegExp.prototype.flags` getter\n// https://tc39.github.io/ecma262/#sec-get-regexp.prototype.flags\nif (DESCRIPTORS && (/./g.flags != 'g' || UNSUPPORTED_Y)) {\n objectDefinePropertyModule.f(RegExp.prototype, 'flags', {\n configurable: true,\n get: regExpFlags\n });\n}\n","var DESCRIPTORS = require('../internals/descriptors');\nvar UNSUPPORTED_Y = require('../internals/regexp-sticky-helpers').UNSUPPORTED_Y;\nvar defineProperty = require('../internals/object-define-property').f;\nvar getInternalState = require('../internals/internal-state').get;\nvar RegExpPrototype = RegExp.prototype;\n\n// `RegExp.prototype.sticky` getter\nif (DESCRIPTORS && UNSUPPORTED_Y) {\n defineProperty(RegExp.prototype, 'sticky', {\n configurable: true,\n get: function () {\n if (this === RegExpPrototype) return undefined;\n // We can't use InternalStateModule.getterFor because\n // we don't add metadata for regexps created by a literal.\n if (this instanceof RegExp) {\n return !!getInternalState(this).sticky;\n }\n throw TypeError('Incompatible receiver, RegExp required');\n }\n });\n}\n","'use strict';\n// TODO: Remove from `core-js@4` since it's moved to entry points\nrequire('../modules/es.regexp.exec');\nvar $ = require('../internals/export');\nvar isObject = require('../internals/is-object');\n\nvar DELEGATES_TO_EXEC = function () {\n var execCalled = false;\n var re = /[ac]/;\n re.exec = function () {\n execCalled = true;\n return /./.exec.apply(this, arguments);\n };\n return re.test('abc') === true && execCalled;\n}();\n\nvar nativeTest = /./.test;\n\n$({ target: 'RegExp', proto: true, forced: !DELEGATES_TO_EXEC }, {\n test: function (str) {\n if (typeof this.exec !== 'function') {\n return nativeTest.call(this, str);\n }\n var result = this.exec(str);\n if (result !== null && !isObject(result)) {\n throw new Error('RegExp exec method returned something other than an Object or null');\n }\n return !!result;\n }\n});\n","'use strict';\nvar redefine = require('../internals/redefine');\nvar anObject = require('../internals/an-object');\nvar fails = require('../internals/fails');\nvar flags = require('../internals/regexp-flags');\n\nvar TO_STRING = 'toString';\nvar RegExpPrototype = RegExp.prototype;\nvar nativeToString = RegExpPrototype[TO_STRING];\n\nvar NOT_GENERIC = fails(function () { return nativeToString.call({ source: 'a', flags: 'b' }) != '/a/b'; });\n// FF44- RegExp#toString has a wrong name\nvar INCORRECT_NAME = nativeToString.name != TO_STRING;\n\n// `RegExp.prototype.toString` method\n// https://tc39.github.io/ecma262/#sec-regexp.prototype.tostring\nif (NOT_GENERIC || INCORRECT_NAME) {\n redefine(RegExp.prototype, TO_STRING, function toString() {\n var R = anObject(this);\n var p = String(R.source);\n var rf = R.flags;\n var f = String(rf === undefined && R instanceof RegExp && !('flags' in RegExpPrototype) ? flags.call(R) : rf);\n return '/' + p + '/' + f;\n }, { unsafe: true });\n}\n","var $ = require('../internals/export');\nvar parseIntImplementation = require('../internals/number-parse-int');\n\n// `parseInt` method\n// https://tc39.github.io/ecma262/#sec-parseint-string-radix\n$({ global: true, forced: parseInt != parseIntImplementation }, {\n parseInt: parseIntImplementation\n});\n","var $ = require('../internals/export');\nvar parseFloatImplementation = require('../internals/number-parse-float');\n\n// `parseFloat` method\n// https://tc39.github.io/ecma262/#sec-parsefloat-string\n$({ global: true, forced: parseFloat != parseFloatImplementation }, {\n parseFloat: parseFloatImplementation\n});\n","'use strict';\nvar DESCRIPTORS = require('../internals/descriptors');\nvar global = require('../internals/global');\nvar isForced = require('../internals/is-forced');\nvar redefine = require('../internals/redefine');\nvar has = require('../internals/has');\nvar classof = require('../internals/classof-raw');\nvar inheritIfRequired = require('../internals/inherit-if-required');\nvar toPrimitive = require('../internals/to-primitive');\nvar fails = require('../internals/fails');\nvar create = require('../internals/object-create');\nvar getOwnPropertyNames = require('../internals/object-get-own-property-names').f;\nvar getOwnPropertyDescriptor = require('../internals/object-get-own-property-descriptor').f;\nvar defineProperty = require('../internals/object-define-property').f;\nvar trim = require('../internals/string-trim').trim;\n\nvar NUMBER = 'Number';\nvar NativeNumber = global[NUMBER];\nvar NumberPrototype = NativeNumber.prototype;\n\n// Opera ~12 has broken Object#toString\nvar BROKEN_CLASSOF = classof(create(NumberPrototype)) == NUMBER;\n\n// `ToNumber` abstract operation\n// https://tc39.github.io/ecma262/#sec-tonumber\nvar toNumber = function (argument) {\n var it = toPrimitive(argument, false);\n var first, third, radix, maxCode, digits, length, index, code;\n if (typeof it == 'string' && it.length > 2) {\n it = trim(it);\n first = it.charCodeAt(0);\n if (first === 43 || first === 45) {\n third = it.charCodeAt(2);\n if (third === 88 || third === 120) return NaN; // Number('+0x1') should be NaN, old V8 fix\n } else if (first === 48) {\n switch (it.charCodeAt(1)) {\n case 66: case 98: radix = 2; maxCode = 49; break; // fast equal of /^0b[01]+$/i\n case 79: case 111: radix = 8; maxCode = 55; break; // fast equal of /^0o[0-7]+$/i\n default: return +it;\n }\n digits = it.slice(2);\n length = digits.length;\n for (index = 0; index < length; index++) {\n code = digits.charCodeAt(index);\n // parseInt parses a string to a first unavailable symbol\n // but ToNumber should return NaN if a string contains unavailable symbols\n if (code < 48 || code > maxCode) return NaN;\n } return parseInt(digits, radix);\n }\n } return +it;\n};\n\n// `Number` constructor\n// https://tc39.github.io/ecma262/#sec-number-constructor\nif (isForced(NUMBER, !NativeNumber(' 0o1') || !NativeNumber('0b1') || NativeNumber('+0x1'))) {\n var NumberWrapper = function Number(value) {\n var it = arguments.length < 1 ? 0 : value;\n var dummy = this;\n return dummy instanceof NumberWrapper\n // check on 1..constructor(foo) case\n && (BROKEN_CLASSOF ? fails(function () { NumberPrototype.valueOf.call(dummy); }) : classof(dummy) != NUMBER)\n ? inheritIfRequired(new NativeNumber(toNumber(it)), dummy, NumberWrapper) : toNumber(it);\n };\n for (var keys = DESCRIPTORS ? getOwnPropertyNames(NativeNumber) : (\n // ES3:\n 'MAX_VALUE,MIN_VALUE,NaN,NEGATIVE_INFINITY,POSITIVE_INFINITY,' +\n // ES2015 (in case, if modules with ES2015 Number statics required before):\n 'EPSILON,isFinite,isInteger,isNaN,isSafeInteger,MAX_SAFE_INTEGER,' +\n 'MIN_SAFE_INTEGER,parseFloat,parseInt,isInteger'\n ).split(','), j = 0, key; keys.length > j; j++) {\n if (has(NativeNumber, key = keys[j]) && !has(NumberWrapper, key)) {\n defineProperty(NumberWrapper, key, getOwnPropertyDescriptor(NativeNumber, key));\n }\n }\n NumberWrapper.prototype = NumberPrototype;\n NumberPrototype.constructor = NumberWrapper;\n redefine(global, NUMBER, NumberWrapper);\n}\n","var $ = require('../internals/export');\n\n// `Number.EPSILON` constant\n// https://tc39.github.io/ecma262/#sec-number.epsilon\n$({ target: 'Number', stat: true }, {\n EPSILON: Math.pow(2, -52)\n});\n","var $ = require('../internals/export');\nvar numberIsFinite = require('../internals/number-is-finite');\n\n// `Number.isFinite` method\n// https://tc39.github.io/ecma262/#sec-number.isfinite\n$({ target: 'Number', stat: true }, { isFinite: numberIsFinite });\n","var global = require('../internals/global');\n\nvar globalIsFinite = global.isFinite;\n\n// `Number.isFinite` method\n// https://tc39.github.io/ecma262/#sec-number.isfinite\nmodule.exports = Number.isFinite || function isFinite(it) {\n return typeof it == 'number' && globalIsFinite(it);\n};\n","var $ = require('../internals/export');\nvar isInteger = require('../internals/is-integer');\n\n// `Number.isInteger` method\n// https://tc39.github.io/ecma262/#sec-number.isinteger\n$({ target: 'Number', stat: true }, {\n isInteger: isInteger\n});\n","var $ = require('../internals/export');\n\n// `Number.isNaN` method\n// https://tc39.github.io/ecma262/#sec-number.isnan\n$({ target: 'Number', stat: true }, {\n isNaN: function isNaN(number) {\n // eslint-disable-next-line no-self-compare\n return number != number;\n }\n});\n","var $ = require('../internals/export');\nvar isInteger = require('../internals/is-integer');\n\nvar abs = Math.abs;\n\n// `Number.isSafeInteger` method\n// https://tc39.github.io/ecma262/#sec-number.issafeinteger\n$({ target: 'Number', stat: true }, {\n isSafeInteger: function isSafeInteger(number) {\n return isInteger(number) && abs(number) <= 0x1FFFFFFFFFFFFF;\n }\n});\n","var $ = require('../internals/export');\n\n// `Number.MAX_SAFE_INTEGER` constant\n// https://tc39.github.io/ecma262/#sec-number.max_safe_integer\n$({ target: 'Number', stat: true }, {\n MAX_SAFE_INTEGER: 0x1FFFFFFFFFFFFF\n});\n","var $ = require('../internals/export');\n\n// `Number.MIN_SAFE_INTEGER` constant\n// https://tc39.github.io/ecma262/#sec-number.min_safe_integer\n$({ target: 'Number', stat: true }, {\n MIN_SAFE_INTEGER: -0x1FFFFFFFFFFFFF\n});\n","var $ = require('../internals/export');\nvar parseFloat = require('../internals/number-parse-float');\n\n// `Number.parseFloat` method\n// https://tc39.github.io/ecma262/#sec-number.parseFloat\n$({ target: 'Number', stat: true, forced: Number.parseFloat != parseFloat }, {\n parseFloat: parseFloat\n});\n","var $ = require('../internals/export');\nvar parseInt = require('../internals/number-parse-int');\n\n// `Number.parseInt` method\n// https://tc39.github.io/ecma262/#sec-number.parseint\n$({ target: 'Number', stat: true, forced: Number.parseInt != parseInt }, {\n parseInt: parseInt\n});\n","'use strict';\nvar $ = require('../internals/export');\nvar toInteger = require('../internals/to-integer');\nvar thisNumberValue = require('../internals/this-number-value');\nvar repeat = require('../internals/string-repeat');\nvar fails = require('../internals/fails');\n\nvar nativeToFixed = 1.0.toFixed;\nvar floor = Math.floor;\n\nvar pow = function (x, n, acc) {\n return n === 0 ? acc : n % 2 === 1 ? pow(x, n - 1, acc * x) : pow(x * x, n / 2, acc);\n};\n\nvar log = function (x) {\n var n = 0;\n var x2 = x;\n while (x2 >= 4096) {\n n += 12;\n x2 /= 4096;\n }\n while (x2 >= 2) {\n n += 1;\n x2 /= 2;\n } return n;\n};\n\nvar FORCED = nativeToFixed && (\n 0.00008.toFixed(3) !== '0.000' ||\n 0.9.toFixed(0) !== '1' ||\n 1.255.toFixed(2) !== '1.25' ||\n 1000000000000000128.0.toFixed(0) !== '1000000000000000128'\n) || !fails(function () {\n // V8 ~ Android 4.3-\n nativeToFixed.call({});\n});\n\n// `Number.prototype.toFixed` method\n// https://tc39.github.io/ecma262/#sec-number.prototype.tofixed\n$({ target: 'Number', proto: true, forced: FORCED }, {\n // eslint-disable-next-line max-statements\n toFixed: function toFixed(fractionDigits) {\n var number = thisNumberValue(this);\n var fractDigits = toInteger(fractionDigits);\n var data = [0, 0, 0, 0, 0, 0];\n var sign = '';\n var result = '0';\n var e, z, j, k;\n\n var multiply = function (n, c) {\n var index = -1;\n var c2 = c;\n while (++index < 6) {\n c2 += n * data[index];\n data[index] = c2 % 1e7;\n c2 = floor(c2 / 1e7);\n }\n };\n\n var divide = function (n) {\n var index = 6;\n var c = 0;\n while (--index >= 0) {\n c += data[index];\n data[index] = floor(c / n);\n c = (c % n) * 1e7;\n }\n };\n\n var dataToString = function () {\n var index = 6;\n var s = '';\n while (--index >= 0) {\n if (s !== '' || index === 0 || data[index] !== 0) {\n var t = String(data[index]);\n s = s === '' ? t : s + repeat.call('0', 7 - t.length) + t;\n }\n } return s;\n };\n\n if (fractDigits < 0 || fractDigits > 20) throw RangeError('Incorrect fraction digits');\n // eslint-disable-next-line no-self-compare\n if (number != number) return 'NaN';\n if (number <= -1e21 || number >= 1e21) return String(number);\n if (number < 0) {\n sign = '-';\n number = -number;\n }\n if (number > 1e-21) {\n e = log(number * pow(2, 69, 1)) - 69;\n z = e < 0 ? number * pow(2, -e, 1) : number / pow(2, e, 1);\n z *= 0x10000000000000;\n e = 52 - e;\n if (e > 0) {\n multiply(0, z);\n j = fractDigits;\n while (j >= 7) {\n multiply(1e7, 0);\n j -= 7;\n }\n multiply(pow(10, j, 1), 0);\n j = e - 1;\n while (j >= 23) {\n divide(1 << 23);\n j -= 23;\n }\n divide(1 << j);\n multiply(1, 1);\n divide(2);\n result = dataToString();\n } else {\n multiply(0, z);\n multiply(1 << -e, 0);\n result = dataToString() + repeat.call('0', fractDigits);\n }\n }\n if (fractDigits > 0) {\n k = result.length;\n result = sign + (k <= fractDigits\n ? '0.' + repeat.call('0', fractDigits - k) + result\n : result.slice(0, k - fractDigits) + '.' + result.slice(k - fractDigits));\n } else {\n result = sign + result;\n } return result;\n }\n});\n","'use strict';\nvar $ = require('../internals/export');\nvar fails = require('../internals/fails');\nvar thisNumberValue = require('../internals/this-number-value');\n\nvar nativeToPrecision = 1.0.toPrecision;\n\nvar FORCED = fails(function () {\n // IE7-\n return nativeToPrecision.call(1, undefined) !== '1';\n}) || !fails(function () {\n // V8 ~ Android 4.3-\n nativeToPrecision.call({});\n});\n\n// `Number.prototype.toPrecision` method\n// https://tc39.github.io/ecma262/#sec-number.prototype.toprecision\n$({ target: 'Number', proto: true, forced: FORCED }, {\n toPrecision: function toPrecision(precision) {\n return precision === undefined\n ? nativeToPrecision.call(thisNumberValue(this))\n : nativeToPrecision.call(thisNumberValue(this), precision);\n }\n});\n","var $ = require('../internals/export');\nvar log1p = require('../internals/math-log1p');\n\nvar nativeAcosh = Math.acosh;\nvar log = Math.log;\nvar sqrt = Math.sqrt;\nvar LN2 = Math.LN2;\n\nvar FORCED = !nativeAcosh\n // V8 bug: https://code.google.com/p/v8/issues/detail?id=3509\n || Math.floor(nativeAcosh(Number.MAX_VALUE)) != 710\n // Tor Browser bug: Math.acosh(Infinity) -> NaN\n || nativeAcosh(Infinity) != Infinity;\n\n// `Math.acosh` method\n// https://tc39.github.io/ecma262/#sec-math.acosh\n$({ target: 'Math', stat: true, forced: FORCED }, {\n acosh: function acosh(x) {\n return (x = +x) < 1 ? NaN : x > 94906265.62425156\n ? log(x) + LN2\n : log1p(x - 1 + sqrt(x - 1) * sqrt(x + 1));\n }\n});\n","var $ = require('../internals/export');\n\nvar nativeAsinh = Math.asinh;\nvar log = Math.log;\nvar sqrt = Math.sqrt;\n\nfunction asinh(x) {\n return !isFinite(x = +x) || x == 0 ? x : x < 0 ? -asinh(-x) : log(x + sqrt(x * x + 1));\n}\n\n// `Math.asinh` method\n// https://tc39.github.io/ecma262/#sec-math.asinh\n// Tor Browser bug: Math.asinh(0) -> -0\n$({ target: 'Math', stat: true, forced: !(nativeAsinh && 1 / nativeAsinh(0) > 0) }, {\n asinh: asinh\n});\n","var $ = require('../internals/export');\n\nvar nativeAtanh = Math.atanh;\nvar log = Math.log;\n\n// `Math.atanh` method\n// https://tc39.github.io/ecma262/#sec-math.atanh\n// Tor Browser bug: Math.atanh(-0) -> 0\n$({ target: 'Math', stat: true, forced: !(nativeAtanh && 1 / nativeAtanh(-0) < 0) }, {\n atanh: function atanh(x) {\n return (x = +x) == 0 ? x : log((1 + x) / (1 - x)) / 2;\n }\n});\n","var $ = require('../internals/export');\nvar sign = require('../internals/math-sign');\n\nvar abs = Math.abs;\nvar pow = Math.pow;\n\n// `Math.cbrt` method\n// https://tc39.github.io/ecma262/#sec-math.cbrt\n$({ target: 'Math', stat: true }, {\n cbrt: function cbrt(x) {\n return sign(x = +x) * pow(abs(x), 1 / 3);\n }\n});\n","var $ = require('../internals/export');\n\nvar floor = Math.floor;\nvar log = Math.log;\nvar LOG2E = Math.LOG2E;\n\n// `Math.clz32` method\n// https://tc39.github.io/ecma262/#sec-math.clz32\n$({ target: 'Math', stat: true }, {\n clz32: function clz32(x) {\n return (x >>>= 0) ? 31 - floor(log(x + 0.5) * LOG2E) : 32;\n }\n});\n","var $ = require('../internals/export');\nvar expm1 = require('../internals/math-expm1');\n\nvar nativeCosh = Math.cosh;\nvar abs = Math.abs;\nvar E = Math.E;\n\n// `Math.cosh` method\n// https://tc39.github.io/ecma262/#sec-math.cosh\n$({ target: 'Math', stat: true, forced: !nativeCosh || nativeCosh(710) === Infinity }, {\n cosh: function cosh(x) {\n var t = expm1(abs(x) - 1) + 1;\n return (t + 1 / (t * E * E)) * (E / 2);\n }\n});\n","var $ = require('../internals/export');\nvar expm1 = require('../internals/math-expm1');\n\n// `Math.expm1` method\n// https://tc39.github.io/ecma262/#sec-math.expm1\n$({ target: 'Math', stat: true, forced: expm1 != Math.expm1 }, { expm1: expm1 });\n","var $ = require('../internals/export');\nvar fround = require('../internals/math-fround');\n\n// `Math.fround` method\n// https://tc39.github.io/ecma262/#sec-math.fround\n$({ target: 'Math', stat: true }, { fround: fround });\n","var sign = require('../internals/math-sign');\n\nvar abs = Math.abs;\nvar pow = Math.pow;\nvar EPSILON = pow(2, -52);\nvar EPSILON32 = pow(2, -23);\nvar MAX32 = pow(2, 127) * (2 - EPSILON32);\nvar MIN32 = pow(2, -126);\n\nvar roundTiesToEven = function (n) {\n return n + 1 / EPSILON - 1 / EPSILON;\n};\n\n// `Math.fround` method implementation\n// https://tc39.github.io/ecma262/#sec-math.fround\nmodule.exports = Math.fround || function fround(x) {\n var $abs = abs(x);\n var $sign = sign(x);\n var a, result;\n if ($abs < MIN32) return $sign * roundTiesToEven($abs / MIN32 / EPSILON32) * MIN32 * EPSILON32;\n a = (1 + EPSILON32 / EPSILON) * $abs;\n result = a - (a - $abs);\n // eslint-disable-next-line no-self-compare\n if (result > MAX32 || result != result) return $sign * Infinity;\n return $sign * result;\n};\n","var $ = require('../internals/export');\n\nvar $hypot = Math.hypot;\nvar abs = Math.abs;\nvar sqrt = Math.sqrt;\n\n// Chrome 77 bug\n// https://bugs.chromium.org/p/v8/issues/detail?id=9546\nvar BUGGY = !!$hypot && $hypot(Infinity, NaN) !== Infinity;\n\n// `Math.hypot` method\n// https://tc39.github.io/ecma262/#sec-math.hypot\n$({ target: 'Math', stat: true, forced: BUGGY }, {\n hypot: function hypot(value1, value2) { // eslint-disable-line no-unused-vars\n var sum = 0;\n var i = 0;\n var aLen = arguments.length;\n var larg = 0;\n var arg, div;\n while (i < aLen) {\n arg = abs(arguments[i++]);\n if (larg < arg) {\n div = larg / arg;\n sum = sum * div * div + 1;\n larg = arg;\n } else if (arg > 0) {\n div = arg / larg;\n sum += div * div;\n } else sum += arg;\n }\n return larg === Infinity ? Infinity : larg * sqrt(sum);\n }\n});\n","var $ = require('../internals/export');\nvar fails = require('../internals/fails');\n\nvar nativeImul = Math.imul;\n\nvar FORCED = fails(function () {\n return nativeImul(0xFFFFFFFF, 5) != -5 || nativeImul.length != 2;\n});\n\n// `Math.imul` method\n// https://tc39.github.io/ecma262/#sec-math.imul\n// some WebKit versions fails with big numbers, some has wrong arity\n$({ target: 'Math', stat: true, forced: FORCED }, {\n imul: function imul(x, y) {\n var UINT16 = 0xFFFF;\n var xn = +x;\n var yn = +y;\n var xl = UINT16 & xn;\n var yl = UINT16 & yn;\n return 0 | xl * yl + ((UINT16 & xn >>> 16) * yl + xl * (UINT16 & yn >>> 16) << 16 >>> 0);\n }\n});\n","var $ = require('../internals/export');\n\nvar log = Math.log;\nvar LOG10E = Math.LOG10E;\n\n// `Math.log10` method\n// https://tc39.github.io/ecma262/#sec-math.log10\n$({ target: 'Math', stat: true }, {\n log10: function log10(x) {\n return log(x) * LOG10E;\n }\n});\n","var $ = require('../internals/export');\nvar log1p = require('../internals/math-log1p');\n\n// `Math.log1p` method\n// https://tc39.github.io/ecma262/#sec-math.log1p\n$({ target: 'Math', stat: true }, { log1p: log1p });\n","var $ = require('../internals/export');\n\nvar log = Math.log;\nvar LN2 = Math.LN2;\n\n// `Math.log2` method\n// https://tc39.github.io/ecma262/#sec-math.log2\n$({ target: 'Math', stat: true }, {\n log2: function log2(x) {\n return log(x) / LN2;\n }\n});\n","var $ = require('../internals/export');\nvar sign = require('../internals/math-sign');\n\n// `Math.sign` method\n// https://tc39.github.io/ecma262/#sec-math.sign\n$({ target: 'Math', stat: true }, {\n sign: sign\n});\n","var $ = require('../internals/export');\nvar fails = require('../internals/fails');\nvar expm1 = require('../internals/math-expm1');\n\nvar abs = Math.abs;\nvar exp = Math.exp;\nvar E = Math.E;\n\nvar FORCED = fails(function () {\n return Math.sinh(-2e-17) != -2e-17;\n});\n\n// `Math.sinh` method\n// https://tc39.github.io/ecma262/#sec-math.sinh\n// V8 near Chromium 38 has a problem with very small numbers\n$({ target: 'Math', stat: true, forced: FORCED }, {\n sinh: function sinh(x) {\n return abs(x = +x) < 1 ? (expm1(x) - expm1(-x)) / 2 : (exp(x - 1) - exp(-x - 1)) * (E / 2);\n }\n});\n","var $ = require('../internals/export');\nvar expm1 = require('../internals/math-expm1');\n\nvar exp = Math.exp;\n\n// `Math.tanh` method\n// https://tc39.github.io/ecma262/#sec-math.tanh\n$({ target: 'Math', stat: true }, {\n tanh: function tanh(x) {\n var a = expm1(x = +x);\n var b = expm1(-x);\n return a == Infinity ? 1 : b == Infinity ? -1 : (a - b) / (exp(x) + exp(-x));\n }\n});\n","var setToStringTag = require('../internals/set-to-string-tag');\n\n// Math[@@toStringTag] property\n// https://tc39.github.io/ecma262/#sec-math-@@tostringtag\nsetToStringTag(Math, 'Math', true);\n","var $ = require('../internals/export');\n\nvar ceil = Math.ceil;\nvar floor = Math.floor;\n\n// `Math.trunc` method\n// https://tc39.github.io/ecma262/#sec-math.trunc\n$({ target: 'Math', stat: true }, {\n trunc: function trunc(it) {\n return (it > 0 ? floor : ceil)(it);\n }\n});\n","var $ = require('../internals/export');\n\n// `Date.now` method\n// https://tc39.github.io/ecma262/#sec-date.now\n$({ target: 'Date', stat: true }, {\n now: function now() {\n return new Date().getTime();\n }\n});\n","'use strict';\nvar $ = require('../internals/export');\nvar fails = require('../internals/fails');\nvar toObject = require('../internals/to-object');\nvar toPrimitive = require('../internals/to-primitive');\n\nvar FORCED = fails(function () {\n return new Date(NaN).toJSON() !== null\n || Date.prototype.toJSON.call({ toISOString: function () { return 1; } }) !== 1;\n});\n\n// `Date.prototype.toJSON` method\n// https://tc39.github.io/ecma262/#sec-date.prototype.tojson\n$({ target: 'Date', proto: true, forced: FORCED }, {\n // eslint-disable-next-line no-unused-vars\n toJSON: function toJSON(key) {\n var O = toObject(this);\n var pv = toPrimitive(O);\n return typeof pv == 'number' && !isFinite(pv) ? null : O.toISOString();\n }\n});\n","var $ = require('../internals/export');\nvar toISOString = require('../internals/date-to-iso-string');\n\n// `Date.prototype.toISOString` method\n// https://tc39.github.io/ecma262/#sec-date.prototype.toisostring\n// PhantomJS / old WebKit has a broken implementations\n$({ target: 'Date', proto: true, forced: Date.prototype.toISOString !== toISOString }, {\n toISOString: toISOString\n});\n","'use strict';\nvar fails = require('../internals/fails');\nvar padStart = require('../internals/string-pad').start;\n\nvar abs = Math.abs;\nvar DatePrototype = Date.prototype;\nvar getTime = DatePrototype.getTime;\nvar nativeDateToISOString = DatePrototype.toISOString;\n\n// `Date.prototype.toISOString` method implementation\n// https://tc39.github.io/ecma262/#sec-date.prototype.toisostring\n// PhantomJS / old WebKit fails here:\nmodule.exports = (fails(function () {\n return nativeDateToISOString.call(new Date(-5e13 - 1)) != '0385-07-25T07:06:39.999Z';\n}) || !fails(function () {\n nativeDateToISOString.call(new Date(NaN));\n})) ? function toISOString() {\n if (!isFinite(getTime.call(this))) throw RangeError('Invalid time value');\n var date = this;\n var year = date.getUTCFullYear();\n var milliseconds = date.getUTCMilliseconds();\n var sign = year < 0 ? '-' : year > 9999 ? '+' : '';\n return sign + padStart(abs(year), sign ? 6 : 4, 0) +\n '-' + padStart(date.getUTCMonth() + 1, 2, 0) +\n '-' + padStart(date.getUTCDate(), 2, 0) +\n 'T' + padStart(date.getUTCHours(), 2, 0) +\n ':' + padStart(date.getUTCMinutes(), 2, 0) +\n ':' + padStart(date.getUTCSeconds(), 2, 0) +\n '.' + padStart(milliseconds, 3, 0) +\n 'Z';\n} : nativeDateToISOString;\n","var redefine = require('../internals/redefine');\n\nvar DatePrototype = Date.prototype;\nvar INVALID_DATE = 'Invalid Date';\nvar TO_STRING = 'toString';\nvar nativeDateToString = DatePrototype[TO_STRING];\nvar getTime = DatePrototype.getTime;\n\n// `Date.prototype.toString` method\n// https://tc39.github.io/ecma262/#sec-date.prototype.tostring\nif (new Date(NaN) + '' != INVALID_DATE) {\n redefine(DatePrototype, TO_STRING, function toString() {\n var value = getTime.call(this);\n // eslint-disable-next-line no-self-compare\n return value === value ? nativeDateToString.call(this) : INVALID_DATE;\n });\n}\n","var createNonEnumerableProperty = require('../internals/create-non-enumerable-property');\nvar dateToPrimitive = require('../internals/date-to-primitive');\nvar wellKnownSymbol = require('../internals/well-known-symbol');\n\nvar TO_PRIMITIVE = wellKnownSymbol('toPrimitive');\nvar DatePrototype = Date.prototype;\n\n// `Date.prototype[@@toPrimitive]` method\n// https://tc39.github.io/ecma262/#sec-date.prototype-@@toprimitive\nif (!(TO_PRIMITIVE in DatePrototype)) {\n createNonEnumerableProperty(DatePrototype, TO_PRIMITIVE, dateToPrimitive);\n}\n","'use strict';\nvar anObject = require('../internals/an-object');\nvar toPrimitive = require('../internals/to-primitive');\n\nmodule.exports = function (hint) {\n if (hint !== 'string' && hint !== 'number' && hint !== 'default') {\n throw TypeError('Incorrect hint');\n } return toPrimitive(anObject(this), hint !== 'number');\n};\n","var $ = require('../internals/export');\nvar getBuiltIn = require('../internals/get-built-in');\nvar fails = require('../internals/fails');\n\nvar $stringify = getBuiltIn('JSON', 'stringify');\nvar re = /[\\uD800-\\uDFFF]/g;\nvar low = /^[\\uD800-\\uDBFF]$/;\nvar hi = /^[\\uDC00-\\uDFFF]$/;\n\nvar fix = function (match, offset, string) {\n var prev = string.charAt(offset - 1);\n var next = string.charAt(offset + 1);\n if ((low.test(match) && !hi.test(next)) || (hi.test(match) && !low.test(prev))) {\n return '\\\\u' + match.charCodeAt(0).toString(16);\n } return match;\n};\n\nvar FORCED = fails(function () {\n return $stringify('\\uDF06\\uD834') !== '\"\\\\udf06\\\\ud834\"'\n || $stringify('\\uDEAD') !== '\"\\\\udead\"';\n});\n\nif ($stringify) {\n // https://github.com/tc39/proposal-well-formed-stringify\n $({ target: 'JSON', stat: true, forced: FORCED }, {\n // eslint-disable-next-line no-unused-vars\n stringify: function stringify(it, replacer, space) {\n var result = $stringify.apply(null, arguments);\n return typeof result == 'string' ? result.replace(re, fix) : result;\n }\n });\n}\n","var global = require('../internals/global');\nvar setToStringTag = require('../internals/set-to-string-tag');\n\n// JSON[@@toStringTag] property\n// https://tc39.github.io/ecma262/#sec-json-@@tostringtag\nsetToStringTag(global.JSON, 'JSON', true);\n","'use strict';\nvar $ = require('../internals/export');\nvar IS_PURE = require('../internals/is-pure');\nvar global = require('../internals/global');\nvar getBuiltIn = require('../internals/get-built-in');\nvar NativePromise = require('../internals/native-promise-constructor');\nvar redefine = require('../internals/redefine');\nvar redefineAll = require('../internals/redefine-all');\nvar setToStringTag = require('../internals/set-to-string-tag');\nvar setSpecies = require('../internals/set-species');\nvar isObject = require('../internals/is-object');\nvar aFunction = require('../internals/a-function');\nvar anInstance = require('../internals/an-instance');\nvar classof = require('../internals/classof-raw');\nvar inspectSource = require('../internals/inspect-source');\nvar iterate = require('../internals/iterate');\nvar checkCorrectnessOfIteration = require('../internals/check-correctness-of-iteration');\nvar speciesConstructor = require('../internals/species-constructor');\nvar task = require('../internals/task').set;\nvar microtask = require('../internals/microtask');\nvar promiseResolve = require('../internals/promise-resolve');\nvar hostReportErrors = require('../internals/host-report-errors');\nvar newPromiseCapabilityModule = require('../internals/new-promise-capability');\nvar perform = require('../internals/perform');\nvar InternalStateModule = require('../internals/internal-state');\nvar isForced = require('../internals/is-forced');\nvar wellKnownSymbol = require('../internals/well-known-symbol');\nvar V8_VERSION = require('../internals/engine-v8-version');\n\nvar SPECIES = wellKnownSymbol('species');\nvar PROMISE = 'Promise';\nvar getInternalState = InternalStateModule.get;\nvar setInternalState = InternalStateModule.set;\nvar getInternalPromiseState = InternalStateModule.getterFor(PROMISE);\nvar PromiseConstructor = NativePromise;\nvar TypeError = global.TypeError;\nvar document = global.document;\nvar process = global.process;\nvar $fetch = getBuiltIn('fetch');\nvar newPromiseCapability = newPromiseCapabilityModule.f;\nvar newGenericPromiseCapability = newPromiseCapability;\nvar IS_NODE = classof(process) == 'process';\nvar DISPATCH_EVENT = !!(document && document.createEvent && global.dispatchEvent);\nvar UNHANDLED_REJECTION = 'unhandledrejection';\nvar REJECTION_HANDLED = 'rejectionhandled';\nvar PENDING = 0;\nvar FULFILLED = 1;\nvar REJECTED = 2;\nvar HANDLED = 1;\nvar UNHANDLED = 2;\nvar Internal, OwnPromiseCapability, PromiseWrapper, nativeThen;\n\nvar FORCED = isForced(PROMISE, function () {\n var GLOBAL_CORE_JS_PROMISE = inspectSource(PromiseConstructor) !== String(PromiseConstructor);\n if (!GLOBAL_CORE_JS_PROMISE) {\n // V8 6.6 (Node 10 and Chrome 66) have a bug with resolving custom thenables\n // https://bugs.chromium.org/p/chromium/issues/detail?id=830565\n // We can't detect it synchronously, so just check versions\n if (V8_VERSION === 66) return true;\n // Unhandled rejections tracking support, NodeJS Promise without it fails @@species test\n if (!IS_NODE && typeof PromiseRejectionEvent != 'function') return true;\n }\n // We need Promise#finally in the pure version for preventing prototype pollution\n if (IS_PURE && !PromiseConstructor.prototype['finally']) return true;\n // We can't use @@species feature detection in V8 since it causes\n // deoptimization and performance degradation\n // https://github.com/zloirock/core-js/issues/679\n if (V8_VERSION >= 51 && /native code/.test(PromiseConstructor)) return false;\n // Detect correctness of subclassing with @@species support\n var promise = PromiseConstructor.resolve(1);\n var FakePromise = function (exec) {\n exec(function () { /* empty */ }, function () { /* empty */ });\n };\n var constructor = promise.constructor = {};\n constructor[SPECIES] = FakePromise;\n return !(promise.then(function () { /* empty */ }) instanceof FakePromise);\n});\n\nvar INCORRECT_ITERATION = FORCED || !checkCorrectnessOfIteration(function (iterable) {\n PromiseConstructor.all(iterable)['catch'](function () { /* empty */ });\n});\n\n// helpers\nvar isThenable = function (it) {\n var then;\n return isObject(it) && typeof (then = it.then) == 'function' ? then : false;\n};\n\nvar notify = function (promise, state, isReject) {\n if (state.notified) return;\n state.notified = true;\n var chain = state.reactions;\n microtask(function () {\n var value = state.value;\n var ok = state.state == FULFILLED;\n var index = 0;\n // variable length - can't use forEach\n while (chain.length > index) {\n var reaction = chain[index++];\n var handler = ok ? reaction.ok : reaction.fail;\n var resolve = reaction.resolve;\n var reject = reaction.reject;\n var domain = reaction.domain;\n var result, then, exited;\n try {\n if (handler) {\n if (!ok) {\n if (state.rejection === UNHANDLED) onHandleUnhandled(promise, state);\n state.rejection = HANDLED;\n }\n if (handler === true) result = value;\n else {\n if (domain) domain.enter();\n result = handler(value); // can throw\n if (domain) {\n domain.exit();\n exited = true;\n }\n }\n if (result === reaction.promise) {\n reject(TypeError('Promise-chain cycle'));\n } else if (then = isThenable(result)) {\n then.call(result, resolve, reject);\n } else resolve(result);\n } else reject(value);\n } catch (error) {\n if (domain && !exited) domain.exit();\n reject(error);\n }\n }\n state.reactions = [];\n state.notified = false;\n if (isReject && !state.rejection) onUnhandled(promise, state);\n });\n};\n\nvar dispatchEvent = function (name, promise, reason) {\n var event, handler;\n if (DISPATCH_EVENT) {\n event = document.createEvent('Event');\n event.promise = promise;\n event.reason = reason;\n event.initEvent(name, false, true);\n global.dispatchEvent(event);\n } else event = { promise: promise, reason: reason };\n if (handler = global['on' + name]) handler(event);\n else if (name === UNHANDLED_REJECTION) hostReportErrors('Unhandled promise rejection', reason);\n};\n\nvar onUnhandled = function (promise, state) {\n task.call(global, function () {\n var value = state.value;\n var IS_UNHANDLED = isUnhandled(state);\n var result;\n if (IS_UNHANDLED) {\n result = perform(function () {\n if (IS_NODE) {\n process.emit('unhandledRejection', value, promise);\n } else dispatchEvent(UNHANDLED_REJECTION, promise, value);\n });\n // Browsers should not trigger `rejectionHandled` event if it was handled here, NodeJS - should\n state.rejection = IS_NODE || isUnhandled(state) ? UNHANDLED : HANDLED;\n if (result.error) throw result.value;\n }\n });\n};\n\nvar isUnhandled = function (state) {\n return state.rejection !== HANDLED && !state.parent;\n};\n\nvar onHandleUnhandled = function (promise, state) {\n task.call(global, function () {\n if (IS_NODE) {\n process.emit('rejectionHandled', promise);\n } else dispatchEvent(REJECTION_HANDLED, promise, state.value);\n });\n};\n\nvar bind = function (fn, promise, state, unwrap) {\n return function (value) {\n fn(promise, state, value, unwrap);\n };\n};\n\nvar internalReject = function (promise, state, value, unwrap) {\n if (state.done) return;\n state.done = true;\n if (unwrap) state = unwrap;\n state.value = value;\n state.state = REJECTED;\n notify(promise, state, true);\n};\n\nvar internalResolve = function (promise, state, value, unwrap) {\n if (state.done) return;\n state.done = true;\n if (unwrap) state = unwrap;\n try {\n if (promise === value) throw TypeError(\"Promise can't be resolved itself\");\n var then = isThenable(value);\n if (then) {\n microtask(function () {\n var wrapper = { done: false };\n try {\n then.call(value,\n bind(internalResolve, promise, wrapper, state),\n bind(internalReject, promise, wrapper, state)\n );\n } catch (error) {\n internalReject(promise, wrapper, error, state);\n }\n });\n } else {\n state.value = value;\n state.state = FULFILLED;\n notify(promise, state, false);\n }\n } catch (error) {\n internalReject(promise, { done: false }, error, state);\n }\n};\n\n// constructor polyfill\nif (FORCED) {\n // 25.4.3.1 Promise(executor)\n PromiseConstructor = function Promise(executor) {\n anInstance(this, PromiseConstructor, PROMISE);\n aFunction(executor);\n Internal.call(this);\n var state = getInternalState(this);\n try {\n executor(bind(internalResolve, this, state), bind(internalReject, this, state));\n } catch (error) {\n internalReject(this, state, error);\n }\n };\n // eslint-disable-next-line no-unused-vars\n Internal = function Promise(executor) {\n setInternalState(this, {\n type: PROMISE,\n done: false,\n notified: false,\n parent: false,\n reactions: [],\n rejection: false,\n state: PENDING,\n value: undefined\n });\n };\n Internal.prototype = redefineAll(PromiseConstructor.prototype, {\n // `Promise.prototype.then` method\n // https://tc39.github.io/ecma262/#sec-promise.prototype.then\n then: function then(onFulfilled, onRejected) {\n var state = getInternalPromiseState(this);\n var reaction = newPromiseCapability(speciesConstructor(this, PromiseConstructor));\n reaction.ok = typeof onFulfilled == 'function' ? onFulfilled : true;\n reaction.fail = typeof onRejected == 'function' && onRejected;\n reaction.domain = IS_NODE ? process.domain : undefined;\n state.parent = true;\n state.reactions.push(reaction);\n if (state.state != PENDING) notify(this, state, false);\n return reaction.promise;\n },\n // `Promise.prototype.catch` method\n // https://tc39.github.io/ecma262/#sec-promise.prototype.catch\n 'catch': function (onRejected) {\n return this.then(undefined, onRejected);\n }\n });\n OwnPromiseCapability = function () {\n var promise = new Internal();\n var state = getInternalState(promise);\n this.promise = promise;\n this.resolve = bind(internalResolve, promise, state);\n this.reject = bind(internalReject, promise, state);\n };\n newPromiseCapabilityModule.f = newPromiseCapability = function (C) {\n return C === PromiseConstructor || C === PromiseWrapper\n ? new OwnPromiseCapability(C)\n : newGenericPromiseCapability(C);\n };\n\n if (!IS_PURE && typeof NativePromise == 'function') {\n nativeThen = NativePromise.prototype.then;\n\n // wrap native Promise#then for native async functions\n redefine(NativePromise.prototype, 'then', function then(onFulfilled, onRejected) {\n var that = this;\n return new PromiseConstructor(function (resolve, reject) {\n nativeThen.call(that, resolve, reject);\n }).then(onFulfilled, onRejected);\n // https://github.com/zloirock/core-js/issues/640\n }, { unsafe: true });\n\n // wrap fetch result\n if (typeof $fetch == 'function') $({ global: true, enumerable: true, forced: true }, {\n // eslint-disable-next-line no-unused-vars\n fetch: function fetch(input /* , init */) {\n return promiseResolve(PromiseConstructor, $fetch.apply(global, arguments));\n }\n });\n }\n}\n\n$({ global: true, wrap: true, forced: FORCED }, {\n Promise: PromiseConstructor\n});\n\nsetToStringTag(PromiseConstructor, PROMISE, false, true);\nsetSpecies(PROMISE);\n\nPromiseWrapper = getBuiltIn(PROMISE);\n\n// statics\n$({ target: PROMISE, stat: true, forced: FORCED }, {\n // `Promise.reject` method\n // https://tc39.github.io/ecma262/#sec-promise.reject\n reject: function reject(r) {\n var capability = newPromiseCapability(this);\n capability.reject.call(undefined, r);\n return capability.promise;\n }\n});\n\n$({ target: PROMISE, stat: true, forced: IS_PURE || FORCED }, {\n // `Promise.resolve` method\n // https://tc39.github.io/ecma262/#sec-promise.resolve\n resolve: function resolve(x) {\n return promiseResolve(IS_PURE && this === PromiseWrapper ? PromiseConstructor : this, x);\n }\n});\n\n$({ target: PROMISE, stat: true, forced: INCORRECT_ITERATION }, {\n // `Promise.all` method\n // https://tc39.github.io/ecma262/#sec-promise.all\n all: function all(iterable) {\n var C = this;\n var capability = newPromiseCapability(C);\n var resolve = capability.resolve;\n var reject = capability.reject;\n var result = perform(function () {\n var $promiseResolve = aFunction(C.resolve);\n var values = [];\n var counter = 0;\n var remaining = 1;\n iterate(iterable, function (promise) {\n var index = counter++;\n var alreadyCalled = false;\n values.push(undefined);\n remaining++;\n $promiseResolve.call(C, promise).then(function (value) {\n if (alreadyCalled) return;\n alreadyCalled = true;\n values[index] = value;\n --remaining || resolve(values);\n }, reject);\n });\n --remaining || resolve(values);\n });\n if (result.error) reject(result.value);\n return capability.promise;\n },\n // `Promise.race` method\n // https://tc39.github.io/ecma262/#sec-promise.race\n race: function race(iterable) {\n var C = this;\n var capability = newPromiseCapability(C);\n var reject = capability.reject;\n var result = perform(function () {\n var $promiseResolve = aFunction(C.resolve);\n iterate(iterable, function (promise) {\n $promiseResolve.call(C, promise).then(capability.resolve, reject);\n });\n });\n if (result.error) reject(result.value);\n return capability.promise;\n }\n});\n","var global = require('../internals/global');\n\nmodule.exports = function (a, b) {\n var console = global.console;\n if (console && console.error) {\n arguments.length === 1 ? console.error(a) : console.error(a, b);\n }\n};\n","'use strict';\nvar $ = require('../internals/export');\nvar aFunction = require('../internals/a-function');\nvar newPromiseCapabilityModule = require('../internals/new-promise-capability');\nvar perform = require('../internals/perform');\nvar iterate = require('../internals/iterate');\n\n// `Promise.allSettled` method\n// https://github.com/tc39/proposal-promise-allSettled\n$({ target: 'Promise', stat: true }, {\n allSettled: function allSettled(iterable) {\n var C = this;\n var capability = newPromiseCapabilityModule.f(C);\n var resolve = capability.resolve;\n var reject = capability.reject;\n var result = perform(function () {\n var promiseResolve = aFunction(C.resolve);\n var values = [];\n var counter = 0;\n var remaining = 1;\n iterate(iterable, function (promise) {\n var index = counter++;\n var alreadyCalled = false;\n values.push(undefined);\n remaining++;\n promiseResolve.call(C, promise).then(function (value) {\n if (alreadyCalled) return;\n alreadyCalled = true;\n values[index] = { status: 'fulfilled', value: value };\n --remaining || resolve(values);\n }, function (e) {\n if (alreadyCalled) return;\n alreadyCalled = true;\n values[index] = { status: 'rejected', reason: e };\n --remaining || resolve(values);\n });\n });\n --remaining || resolve(values);\n });\n if (result.error) reject(result.value);\n return capability.promise;\n }\n});\n","'use strict';\nvar $ = require('../internals/export');\nvar IS_PURE = require('../internals/is-pure');\nvar NativePromise = require('../internals/native-promise-constructor');\nvar fails = require('../internals/fails');\nvar getBuiltIn = require('../internals/get-built-in');\nvar speciesConstructor = require('../internals/species-constructor');\nvar promiseResolve = require('../internals/promise-resolve');\nvar redefine = require('../internals/redefine');\n\n// Safari bug https://bugs.webkit.org/show_bug.cgi?id=200829\nvar NON_GENERIC = !!NativePromise && fails(function () {\n NativePromise.prototype['finally'].call({ then: function () { /* empty */ } }, function () { /* empty */ });\n});\n\n// `Promise.prototype.finally` method\n// https://tc39.github.io/ecma262/#sec-promise.prototype.finally\n$({ target: 'Promise', proto: true, real: true, forced: NON_GENERIC }, {\n 'finally': function (onFinally) {\n var C = speciesConstructor(this, getBuiltIn('Promise'));\n var isFunction = typeof onFinally == 'function';\n return this.then(\n isFunction ? function (x) {\n return promiseResolve(C, onFinally()).then(function () { return x; });\n } : onFinally,\n isFunction ? function (e) {\n return promiseResolve(C, onFinally()).then(function () { throw e; });\n } : onFinally\n );\n }\n});\n\n// patch native Promise.prototype for native async functions\nif (!IS_PURE && typeof NativePromise == 'function' && !NativePromise.prototype['finally']) {\n redefine(NativePromise.prototype, 'finally', getBuiltIn('Promise').prototype['finally']);\n}\n","'use strict';\nvar collection = require('../internals/collection');\nvar collectionStrong = require('../internals/collection-strong');\n\n// `Map` constructor\n// https://tc39.github.io/ecma262/#sec-map-objects\nmodule.exports = collection('Map', function (init) {\n return function Map() { return init(this, arguments.length ? arguments[0] : undefined); };\n}, collectionStrong);\n","'use strict';\nvar collection = require('../internals/collection');\nvar collectionStrong = require('../internals/collection-strong');\n\n// `Set` constructor\n// https://tc39.github.io/ecma262/#sec-set-objects\nmodule.exports = collection('Set', function (init) {\n return function Set() { return init(this, arguments.length ? arguments[0] : undefined); };\n}, collectionStrong);\n","'use strict';\nvar global = require('../internals/global');\nvar redefineAll = require('../internals/redefine-all');\nvar InternalMetadataModule = require('../internals/internal-metadata');\nvar collection = require('../internals/collection');\nvar collectionWeak = require('../internals/collection-weak');\nvar isObject = require('../internals/is-object');\nvar enforceIternalState = require('../internals/internal-state').enforce;\nvar NATIVE_WEAK_MAP = require('../internals/native-weak-map');\n\nvar IS_IE11 = !global.ActiveXObject && 'ActiveXObject' in global;\nvar isExtensible = Object.isExtensible;\nvar InternalWeakMap;\n\nvar wrapper = function (init) {\n return function WeakMap() {\n return init(this, arguments.length ? arguments[0] : undefined);\n };\n};\n\n// `WeakMap` constructor\n// https://tc39.github.io/ecma262/#sec-weakmap-constructor\nvar $WeakMap = module.exports = collection('WeakMap', wrapper, collectionWeak);\n\n// IE11 WeakMap frozen keys fix\n// We can't use feature detection because it crash some old IE builds\n// https://github.com/zloirock/core-js/issues/485\nif (NATIVE_WEAK_MAP && IS_IE11) {\n InternalWeakMap = collectionWeak.getConstructor(wrapper, 'WeakMap', true);\n InternalMetadataModule.REQUIRED = true;\n var WeakMapPrototype = $WeakMap.prototype;\n var nativeDelete = WeakMapPrototype['delete'];\n var nativeHas = WeakMapPrototype.has;\n var nativeGet = WeakMapPrototype.get;\n var nativeSet = WeakMapPrototype.set;\n redefineAll(WeakMapPrototype, {\n 'delete': function (key) {\n if (isObject(key) && !isExtensible(key)) {\n var state = enforceIternalState(this);\n if (!state.frozen) state.frozen = new InternalWeakMap();\n return nativeDelete.call(this, key) || state.frozen['delete'](key);\n } return nativeDelete.call(this, key);\n },\n has: function has(key) {\n if (isObject(key) && !isExtensible(key)) {\n var state = enforceIternalState(this);\n if (!state.frozen) state.frozen = new InternalWeakMap();\n return nativeHas.call(this, key) || state.frozen.has(key);\n } return nativeHas.call(this, key);\n },\n get: function get(key) {\n if (isObject(key) && !isExtensible(key)) {\n var state = enforceIternalState(this);\n if (!state.frozen) state.frozen = new InternalWeakMap();\n return nativeHas.call(this, key) ? nativeGet.call(this, key) : state.frozen.get(key);\n } return nativeGet.call(this, key);\n },\n set: function set(key, value) {\n if (isObject(key) && !isExtensible(key)) {\n var state = enforceIternalState(this);\n if (!state.frozen) state.frozen = new InternalWeakMap();\n nativeHas.call(this, key) ? nativeSet.call(this, key, value) : state.frozen.set(key, value);\n } else nativeSet.call(this, key, value);\n return this;\n }\n });\n}\n","'use strict';\nvar collection = require('../internals/collection');\nvar collectionWeak = require('../internals/collection-weak');\n\n// `WeakSet` constructor\n// https://tc39.github.io/ecma262/#sec-weakset-constructor\ncollection('WeakSet', function (init) {\n return function WeakSet() { return init(this, arguments.length ? arguments[0] : undefined); };\n}, collectionWeak);\n","'use strict';\nvar $ = require('../internals/export');\nvar global = require('../internals/global');\nvar arrayBufferModule = require('../internals/array-buffer');\nvar setSpecies = require('../internals/set-species');\n\nvar ARRAY_BUFFER = 'ArrayBuffer';\nvar ArrayBuffer = arrayBufferModule[ARRAY_BUFFER];\nvar NativeArrayBuffer = global[ARRAY_BUFFER];\n\n// `ArrayBuffer` constructor\n// https://tc39.github.io/ecma262/#sec-arraybuffer-constructor\n$({ global: true, forced: NativeArrayBuffer !== ArrayBuffer }, {\n ArrayBuffer: ArrayBuffer\n});\n\nsetSpecies(ARRAY_BUFFER);\n","// IEEE754 conversions based on https://github.com/feross/ieee754\n// eslint-disable-next-line no-shadow-restricted-names\nvar Infinity = 1 / 0;\nvar abs = Math.abs;\nvar pow = Math.pow;\nvar floor = Math.floor;\nvar log = Math.log;\nvar LN2 = Math.LN2;\n\nvar pack = function (number, mantissaLength, bytes) {\n var buffer = new Array(bytes);\n var exponentLength = bytes * 8 - mantissaLength - 1;\n var eMax = (1 << exponentLength) - 1;\n var eBias = eMax >> 1;\n var rt = mantissaLength === 23 ? pow(2, -24) - pow(2, -77) : 0;\n var sign = number < 0 || number === 0 && 1 / number < 0 ? 1 : 0;\n var index = 0;\n var exponent, mantissa, c;\n number = abs(number);\n // eslint-disable-next-line no-self-compare\n if (number != number || number === Infinity) {\n // eslint-disable-next-line no-self-compare\n mantissa = number != number ? 1 : 0;\n exponent = eMax;\n } else {\n exponent = floor(log(number) / LN2);\n if (number * (c = pow(2, -exponent)) < 1) {\n exponent--;\n c *= 2;\n }\n if (exponent + eBias >= 1) {\n number += rt / c;\n } else {\n number += rt * pow(2, 1 - eBias);\n }\n if (number * c >= 2) {\n exponent++;\n c /= 2;\n }\n if (exponent + eBias >= eMax) {\n mantissa = 0;\n exponent = eMax;\n } else if (exponent + eBias >= 1) {\n mantissa = (number * c - 1) * pow(2, mantissaLength);\n exponent = exponent + eBias;\n } else {\n mantissa = number * pow(2, eBias - 1) * pow(2, mantissaLength);\n exponent = 0;\n }\n }\n for (; mantissaLength >= 8; buffer[index++] = mantissa & 255, mantissa /= 256, mantissaLength -= 8);\n exponent = exponent << mantissaLength | mantissa;\n exponentLength += mantissaLength;\n for (; exponentLength > 0; buffer[index++] = exponent & 255, exponent /= 256, exponentLength -= 8);\n buffer[--index] |= sign * 128;\n return buffer;\n};\n\nvar unpack = function (buffer, mantissaLength) {\n var bytes = buffer.length;\n var exponentLength = bytes * 8 - mantissaLength - 1;\n var eMax = (1 << exponentLength) - 1;\n var eBias = eMax >> 1;\n var nBits = exponentLength - 7;\n var index = bytes - 1;\n var sign = buffer[index--];\n var exponent = sign & 127;\n var mantissa;\n sign >>= 7;\n for (; nBits > 0; exponent = exponent * 256 + buffer[index], index--, nBits -= 8);\n mantissa = exponent & (1 << -nBits) - 1;\n exponent >>= -nBits;\n nBits += mantissaLength;\n for (; nBits > 0; mantissa = mantissa * 256 + buffer[index], index--, nBits -= 8);\n if (exponent === 0) {\n exponent = 1 - eBias;\n } else if (exponent === eMax) {\n return mantissa ? NaN : sign ? -Infinity : Infinity;\n } else {\n mantissa = mantissa + pow(2, mantissaLength);\n exponent = exponent - eBias;\n } return (sign ? -1 : 1) * mantissa * pow(2, exponent - mantissaLength);\n};\n\nmodule.exports = {\n pack: pack,\n unpack: unpack\n};\n","var $ = require('../internals/export');\nvar ArrayBufferViewCore = require('../internals/array-buffer-view-core');\n\nvar NATIVE_ARRAY_BUFFER_VIEWS = ArrayBufferViewCore.NATIVE_ARRAY_BUFFER_VIEWS;\n\n// `ArrayBuffer.isView` method\n// https://tc39.github.io/ecma262/#sec-arraybuffer.isview\n$({ target: 'ArrayBuffer', stat: true, forced: !NATIVE_ARRAY_BUFFER_VIEWS }, {\n isView: ArrayBufferViewCore.isView\n});\n","'use strict';\nvar $ = require('../internals/export');\nvar fails = require('../internals/fails');\nvar ArrayBufferModule = require('../internals/array-buffer');\nvar anObject = require('../internals/an-object');\nvar toAbsoluteIndex = require('../internals/to-absolute-index');\nvar toLength = require('../internals/to-length');\nvar speciesConstructor = require('../internals/species-constructor');\n\nvar ArrayBuffer = ArrayBufferModule.ArrayBuffer;\nvar DataView = ArrayBufferModule.DataView;\nvar nativeArrayBufferSlice = ArrayBuffer.prototype.slice;\n\nvar INCORRECT_SLICE = fails(function () {\n return !new ArrayBuffer(2).slice(1, undefined).byteLength;\n});\n\n// `ArrayBuffer.prototype.slice` method\n// https://tc39.github.io/ecma262/#sec-arraybuffer.prototype.slice\n$({ target: 'ArrayBuffer', proto: true, unsafe: true, forced: INCORRECT_SLICE }, {\n slice: function slice(start, end) {\n if (nativeArrayBufferSlice !== undefined && end === undefined) {\n return nativeArrayBufferSlice.call(anObject(this), start); // FF fix\n }\n var length = anObject(this).byteLength;\n var first = toAbsoluteIndex(start, length);\n var fin = toAbsoluteIndex(end === undefined ? length : end, length);\n var result = new (speciesConstructor(this, ArrayBuffer))(toLength(fin - first));\n var viewSource = new DataView(this);\n var viewTarget = new DataView(result);\n var index = 0;\n while (first < fin) {\n viewTarget.setUint8(index++, viewSource.getUint8(first++));\n } return result;\n }\n});\n","var $ = require('../internals/export');\nvar ArrayBufferModule = require('../internals/array-buffer');\nvar NATIVE_ARRAY_BUFFER = require('../internals/array-buffer-native');\n\n// `DataView` constructor\n// https://tc39.github.io/ecma262/#sec-dataview-constructor\n$({ global: true, forced: !NATIVE_ARRAY_BUFFER }, {\n DataView: ArrayBufferModule.DataView\n});\n","var createTypedArrayConstructor = require('../internals/typed-array-constructor');\n\n// `Int8Array` constructor\n// https://tc39.github.io/ecma262/#sec-typedarray-objects\ncreateTypedArrayConstructor('Int8', function (init) {\n return function Int8Array(data, byteOffset, length) {\n return init(this, data, byteOffset, length);\n };\n});\n","var toInteger = require('../internals/to-integer');\n\nmodule.exports = function (it) {\n var result = toInteger(it);\n if (result < 0) throw RangeError(\"The argument can't be less than 0\");\n return result;\n};\n","var createTypedArrayConstructor = require('../internals/typed-array-constructor');\n\n// `Uint8Array` constructor\n// https://tc39.github.io/ecma262/#sec-typedarray-objects\ncreateTypedArrayConstructor('Uint8', function (init) {\n return function Uint8Array(data, byteOffset, length) {\n return init(this, data, byteOffset, length);\n };\n});\n","var createTypedArrayConstructor = require('../internals/typed-array-constructor');\n\n// `Uint8ClampedArray` constructor\n// https://tc39.github.io/ecma262/#sec-typedarray-objects\ncreateTypedArrayConstructor('Uint8', function (init) {\n return function Uint8ClampedArray(data, byteOffset, length) {\n return init(this, data, byteOffset, length);\n };\n}, true);\n","var createTypedArrayConstructor = require('../internals/typed-array-constructor');\n\n// `Int16Array` constructor\n// https://tc39.github.io/ecma262/#sec-typedarray-objects\ncreateTypedArrayConstructor('Int16', function (init) {\n return function Int16Array(data, byteOffset, length) {\n return init(this, data, byteOffset, length);\n };\n});\n","var createTypedArrayConstructor = require('../internals/typed-array-constructor');\n\n// `Uint16Array` constructor\n// https://tc39.github.io/ecma262/#sec-typedarray-objects\ncreateTypedArrayConstructor('Uint16', function (init) {\n return function Uint16Array(data, byteOffset, length) {\n return init(this, data, byteOffset, length);\n };\n});\n","var createTypedArrayConstructor = require('../internals/typed-array-constructor');\n\n// `Int32Array` constructor\n// https://tc39.github.io/ecma262/#sec-typedarray-objects\ncreateTypedArrayConstructor('Int32', function (init) {\n return function Int32Array(data, byteOffset, length) {\n return init(this, data, byteOffset, length);\n };\n});\n","var createTypedArrayConstructor = require('../internals/typed-array-constructor');\n\n// `Uint32Array` constructor\n// https://tc39.github.io/ecma262/#sec-typedarray-objects\ncreateTypedArrayConstructor('Uint32', function (init) {\n return function Uint32Array(data, byteOffset, length) {\n return init(this, data, byteOffset, length);\n };\n});\n","var createTypedArrayConstructor = require('../internals/typed-array-constructor');\n\n// `Float32Array` constructor\n// https://tc39.github.io/ecma262/#sec-typedarray-objects\ncreateTypedArrayConstructor('Float32', function (init) {\n return function Float32Array(data, byteOffset, length) {\n return init(this, data, byteOffset, length);\n };\n});\n","var createTypedArrayConstructor = require('../internals/typed-array-constructor');\n\n// `Float64Array` constructor\n// https://tc39.github.io/ecma262/#sec-typedarray-objects\ncreateTypedArrayConstructor('Float64', function (init) {\n return function Float64Array(data, byteOffset, length) {\n return init(this, data, byteOffset, length);\n };\n});\n","'use strict';\nvar TYPED_ARRAYS_CONSTRUCTORS_REQUIRES_WRAPPERS = require('../internals/typed-array-constructors-require-wrappers');\nvar exportTypedArrayStaticMethod = require('../internals/array-buffer-view-core').exportTypedArrayStaticMethod;\nvar typedArrayFrom = require('../internals/typed-array-from');\n\n// `%TypedArray%.from` method\n// https://tc39.github.io/ecma262/#sec-%typedarray%.from\nexportTypedArrayStaticMethod('from', typedArrayFrom, TYPED_ARRAYS_CONSTRUCTORS_REQUIRES_WRAPPERS);\n","'use strict';\nvar ArrayBufferViewCore = require('../internals/array-buffer-view-core');\nvar TYPED_ARRAYS_CONSTRUCTORS_REQUIRES_WRAPPERS = require('../internals/typed-array-constructors-require-wrappers');\n\nvar aTypedArrayConstructor = ArrayBufferViewCore.aTypedArrayConstructor;\nvar exportTypedArrayStaticMethod = ArrayBufferViewCore.exportTypedArrayStaticMethod;\n\n// `%TypedArray%.of` method\n// https://tc39.github.io/ecma262/#sec-%typedarray%.of\nexportTypedArrayStaticMethod('of', function of(/* ...items */) {\n var index = 0;\n var length = arguments.length;\n var result = new (aTypedArrayConstructor(this))(length);\n while (length > index) result[index] = arguments[index++];\n return result;\n}, TYPED_ARRAYS_CONSTRUCTORS_REQUIRES_WRAPPERS);\n","'use strict';\nvar ArrayBufferViewCore = require('../internals/array-buffer-view-core');\nvar $copyWithin = require('../internals/array-copy-within');\n\nvar aTypedArray = ArrayBufferViewCore.aTypedArray;\nvar exportTypedArrayMethod = ArrayBufferViewCore.exportTypedArrayMethod;\n\n// `%TypedArray%.prototype.copyWithin` method\n// https://tc39.github.io/ecma262/#sec-%typedarray%.prototype.copywithin\nexportTypedArrayMethod('copyWithin', function copyWithin(target, start /* , end */) {\n return $copyWithin.call(aTypedArray(this), target, start, arguments.length > 2 ? arguments[2] : undefined);\n});\n","'use strict';\nvar ArrayBufferViewCore = require('../internals/array-buffer-view-core');\nvar $every = require('../internals/array-iteration').every;\n\nvar aTypedArray = ArrayBufferViewCore.aTypedArray;\nvar exportTypedArrayMethod = ArrayBufferViewCore.exportTypedArrayMethod;\n\n// `%TypedArray%.prototype.every` method\n// https://tc39.github.io/ecma262/#sec-%typedarray%.prototype.every\nexportTypedArrayMethod('every', function every(callbackfn /* , thisArg */) {\n return $every(aTypedArray(this), callbackfn, arguments.length > 1 ? arguments[1] : undefined);\n});\n","'use strict';\nvar ArrayBufferViewCore = require('../internals/array-buffer-view-core');\nvar $fill = require('../internals/array-fill');\n\nvar aTypedArray = ArrayBufferViewCore.aTypedArray;\nvar exportTypedArrayMethod = ArrayBufferViewCore.exportTypedArrayMethod;\n\n// `%TypedArray%.prototype.fill` method\n// https://tc39.github.io/ecma262/#sec-%typedarray%.prototype.fill\n// eslint-disable-next-line no-unused-vars\nexportTypedArrayMethod('fill', function fill(value /* , start, end */) {\n return $fill.apply(aTypedArray(this), arguments);\n});\n","'use strict';\nvar ArrayBufferViewCore = require('../internals/array-buffer-view-core');\nvar $filter = require('../internals/array-iteration').filter;\nvar speciesConstructor = require('../internals/species-constructor');\n\nvar aTypedArray = ArrayBufferViewCore.aTypedArray;\nvar aTypedArrayConstructor = ArrayBufferViewCore.aTypedArrayConstructor;\nvar exportTypedArrayMethod = ArrayBufferViewCore.exportTypedArrayMethod;\n\n// `%TypedArray%.prototype.filter` method\n// https://tc39.github.io/ecma262/#sec-%typedarray%.prototype.filter\nexportTypedArrayMethod('filter', function filter(callbackfn /* , thisArg */) {\n var list = $filter(aTypedArray(this), callbackfn, arguments.length > 1 ? arguments[1] : undefined);\n var C = speciesConstructor(this, this.constructor);\n var index = 0;\n var length = list.length;\n var result = new (aTypedArrayConstructor(C))(length);\n while (length > index) result[index] = list[index++];\n return result;\n});\n","'use strict';\nvar ArrayBufferViewCore = require('../internals/array-buffer-view-core');\nvar $find = require('../internals/array-iteration').find;\n\nvar aTypedArray = ArrayBufferViewCore.aTypedArray;\nvar exportTypedArrayMethod = ArrayBufferViewCore.exportTypedArrayMethod;\n\n// `%TypedArray%.prototype.find` method\n// https://tc39.github.io/ecma262/#sec-%typedarray%.prototype.find\nexportTypedArrayMethod('find', function find(predicate /* , thisArg */) {\n return $find(aTypedArray(this), predicate, arguments.length > 1 ? arguments[1] : undefined);\n});\n","'use strict';\nvar ArrayBufferViewCore = require('../internals/array-buffer-view-core');\nvar $findIndex = require('../internals/array-iteration').findIndex;\n\nvar aTypedArray = ArrayBufferViewCore.aTypedArray;\nvar exportTypedArrayMethod = ArrayBufferViewCore.exportTypedArrayMethod;\n\n// `%TypedArray%.prototype.findIndex` method\n// https://tc39.github.io/ecma262/#sec-%typedarray%.prototype.findindex\nexportTypedArrayMethod('findIndex', function findIndex(predicate /* , thisArg */) {\n return $findIndex(aTypedArray(this), predicate, arguments.length > 1 ? arguments[1] : undefined);\n});\n","'use strict';\nvar ArrayBufferViewCore = require('../internals/array-buffer-view-core');\nvar $forEach = require('../internals/array-iteration').forEach;\n\nvar aTypedArray = ArrayBufferViewCore.aTypedArray;\nvar exportTypedArrayMethod = ArrayBufferViewCore.exportTypedArrayMethod;\n\n// `%TypedArray%.prototype.forEach` method\n// https://tc39.github.io/ecma262/#sec-%typedarray%.prototype.foreach\nexportTypedArrayMethod('forEach', function forEach(callbackfn /* , thisArg */) {\n $forEach(aTypedArray(this), callbackfn, arguments.length > 1 ? arguments[1] : undefined);\n});\n","'use strict';\nvar ArrayBufferViewCore = require('../internals/array-buffer-view-core');\nvar $includes = require('../internals/array-includes').includes;\n\nvar aTypedArray = ArrayBufferViewCore.aTypedArray;\nvar exportTypedArrayMethod = ArrayBufferViewCore.exportTypedArrayMethod;\n\n// `%TypedArray%.prototype.includes` method\n// https://tc39.github.io/ecma262/#sec-%typedarray%.prototype.includes\nexportTypedArrayMethod('includes', function includes(searchElement /* , fromIndex */) {\n return $includes(aTypedArray(this), searchElement, arguments.length > 1 ? arguments[1] : undefined);\n});\n","'use strict';\nvar ArrayBufferViewCore = require('../internals/array-buffer-view-core');\nvar $indexOf = require('../internals/array-includes').indexOf;\n\nvar aTypedArray = ArrayBufferViewCore.aTypedArray;\nvar exportTypedArrayMethod = ArrayBufferViewCore.exportTypedArrayMethod;\n\n// `%TypedArray%.prototype.indexOf` method\n// https://tc39.github.io/ecma262/#sec-%typedarray%.prototype.indexof\nexportTypedArrayMethod('indexOf', function indexOf(searchElement /* , fromIndex */) {\n return $indexOf(aTypedArray(this), searchElement, arguments.length > 1 ? arguments[1] : undefined);\n});\n","'use strict';\nvar global = require('../internals/global');\nvar ArrayBufferViewCore = require('../internals/array-buffer-view-core');\nvar ArrayIterators = require('../modules/es.array.iterator');\nvar wellKnownSymbol = require('../internals/well-known-symbol');\n\nvar ITERATOR = wellKnownSymbol('iterator');\nvar Uint8Array = global.Uint8Array;\nvar arrayValues = ArrayIterators.values;\nvar arrayKeys = ArrayIterators.keys;\nvar arrayEntries = ArrayIterators.entries;\nvar aTypedArray = ArrayBufferViewCore.aTypedArray;\nvar exportTypedArrayMethod = ArrayBufferViewCore.exportTypedArrayMethod;\nvar nativeTypedArrayIterator = Uint8Array && Uint8Array.prototype[ITERATOR];\n\nvar CORRECT_ITER_NAME = !!nativeTypedArrayIterator\n && (nativeTypedArrayIterator.name == 'values' || nativeTypedArrayIterator.name == undefined);\n\nvar typedArrayValues = function values() {\n return arrayValues.call(aTypedArray(this));\n};\n\n// `%TypedArray%.prototype.entries` method\n// https://tc39.github.io/ecma262/#sec-%typedarray%.prototype.entries\nexportTypedArrayMethod('entries', function entries() {\n return arrayEntries.call(aTypedArray(this));\n});\n// `%TypedArray%.prototype.keys` method\n// https://tc39.github.io/ecma262/#sec-%typedarray%.prototype.keys\nexportTypedArrayMethod('keys', function keys() {\n return arrayKeys.call(aTypedArray(this));\n});\n// `%TypedArray%.prototype.values` method\n// https://tc39.github.io/ecma262/#sec-%typedarray%.prototype.values\nexportTypedArrayMethod('values', typedArrayValues, !CORRECT_ITER_NAME);\n// `%TypedArray%.prototype[@@iterator]` method\n// https://tc39.github.io/ecma262/#sec-%typedarray%.prototype-@@iterator\nexportTypedArrayMethod(ITERATOR, typedArrayValues, !CORRECT_ITER_NAME);\n","'use strict';\nvar ArrayBufferViewCore = require('../internals/array-buffer-view-core');\n\nvar aTypedArray = ArrayBufferViewCore.aTypedArray;\nvar exportTypedArrayMethod = ArrayBufferViewCore.exportTypedArrayMethod;\nvar $join = [].join;\n\n// `%TypedArray%.prototype.join` method\n// https://tc39.github.io/ecma262/#sec-%typedarray%.prototype.join\n// eslint-disable-next-line no-unused-vars\nexportTypedArrayMethod('join', function join(separator) {\n return $join.apply(aTypedArray(this), arguments);\n});\n","'use strict';\nvar ArrayBufferViewCore = require('../internals/array-buffer-view-core');\nvar $lastIndexOf = require('../internals/array-last-index-of');\n\nvar aTypedArray = ArrayBufferViewCore.aTypedArray;\nvar exportTypedArrayMethod = ArrayBufferViewCore.exportTypedArrayMethod;\n\n// `%TypedArray%.prototype.lastIndexOf` method\n// https://tc39.github.io/ecma262/#sec-%typedarray%.prototype.lastindexof\n// eslint-disable-next-line no-unused-vars\nexportTypedArrayMethod('lastIndexOf', function lastIndexOf(searchElement /* , fromIndex */) {\n return $lastIndexOf.apply(aTypedArray(this), arguments);\n});\n","'use strict';\nvar ArrayBufferViewCore = require('../internals/array-buffer-view-core');\nvar $map = require('../internals/array-iteration').map;\nvar speciesConstructor = require('../internals/species-constructor');\n\nvar aTypedArray = ArrayBufferViewCore.aTypedArray;\nvar aTypedArrayConstructor = ArrayBufferViewCore.aTypedArrayConstructor;\nvar exportTypedArrayMethod = ArrayBufferViewCore.exportTypedArrayMethod;\n\n// `%TypedArray%.prototype.map` method\n// https://tc39.github.io/ecma262/#sec-%typedarray%.prototype.map\nexportTypedArrayMethod('map', function map(mapfn /* , thisArg */) {\n return $map(aTypedArray(this), mapfn, arguments.length > 1 ? arguments[1] : undefined, function (O, length) {\n return new (aTypedArrayConstructor(speciesConstructor(O, O.constructor)))(length);\n });\n});\n","'use strict';\nvar ArrayBufferViewCore = require('../internals/array-buffer-view-core');\nvar $reduce = require('../internals/array-reduce').left;\n\nvar aTypedArray = ArrayBufferViewCore.aTypedArray;\nvar exportTypedArrayMethod = ArrayBufferViewCore.exportTypedArrayMethod;\n\n// `%TypedArray%.prototype.reduce` method\n// https://tc39.github.io/ecma262/#sec-%typedarray%.prototype.reduce\nexportTypedArrayMethod('reduce', function reduce(callbackfn /* , initialValue */) {\n return $reduce(aTypedArray(this), callbackfn, arguments.length, arguments.length > 1 ? arguments[1] : undefined);\n});\n","'use strict';\nvar ArrayBufferViewCore = require('../internals/array-buffer-view-core');\nvar $reduceRight = require('../internals/array-reduce').right;\n\nvar aTypedArray = ArrayBufferViewCore.aTypedArray;\nvar exportTypedArrayMethod = ArrayBufferViewCore.exportTypedArrayMethod;\n\n// `%TypedArray%.prototype.reduceRicht` method\n// https://tc39.github.io/ecma262/#sec-%typedarray%.prototype.reduceright\nexportTypedArrayMethod('reduceRight', function reduceRight(callbackfn /* , initialValue */) {\n return $reduceRight(aTypedArray(this), callbackfn, arguments.length, arguments.length > 1 ? arguments[1] : undefined);\n});\n","'use strict';\nvar ArrayBufferViewCore = require('../internals/array-buffer-view-core');\n\nvar aTypedArray = ArrayBufferViewCore.aTypedArray;\nvar exportTypedArrayMethod = ArrayBufferViewCore.exportTypedArrayMethod;\nvar floor = Math.floor;\n\n// `%TypedArray%.prototype.reverse` method\n// https://tc39.github.io/ecma262/#sec-%typedarray%.prototype.reverse\nexportTypedArrayMethod('reverse', function reverse() {\n var that = this;\n var length = aTypedArray(that).length;\n var middle = floor(length / 2);\n var index = 0;\n var value;\n while (index < middle) {\n value = that[index];\n that[index++] = that[--length];\n that[length] = value;\n } return that;\n});\n","'use strict';\nvar ArrayBufferViewCore = require('../internals/array-buffer-view-core');\nvar toLength = require('../internals/to-length');\nvar toOffset = require('../internals/to-offset');\nvar toObject = require('../internals/to-object');\nvar fails = require('../internals/fails');\n\nvar aTypedArray = ArrayBufferViewCore.aTypedArray;\nvar exportTypedArrayMethod = ArrayBufferViewCore.exportTypedArrayMethod;\n\nvar FORCED = fails(function () {\n // eslint-disable-next-line no-undef\n new Int8Array(1).set({});\n});\n\n// `%TypedArray%.prototype.set` method\n// https://tc39.github.io/ecma262/#sec-%typedarray%.prototype.set\nexportTypedArrayMethod('set', function set(arrayLike /* , offset */) {\n aTypedArray(this);\n var offset = toOffset(arguments.length > 1 ? arguments[1] : undefined, 1);\n var length = this.length;\n var src = toObject(arrayLike);\n var len = toLength(src.length);\n var index = 0;\n if (len + offset > length) throw RangeError('Wrong length');\n while (index < len) this[offset + index] = src[index++];\n}, FORCED);\n","'use strict';\nvar ArrayBufferViewCore = require('../internals/array-buffer-view-core');\nvar speciesConstructor = require('../internals/species-constructor');\nvar fails = require('../internals/fails');\n\nvar aTypedArray = ArrayBufferViewCore.aTypedArray;\nvar aTypedArrayConstructor = ArrayBufferViewCore.aTypedArrayConstructor;\nvar exportTypedArrayMethod = ArrayBufferViewCore.exportTypedArrayMethod;\nvar $slice = [].slice;\n\nvar FORCED = fails(function () {\n // eslint-disable-next-line no-undef\n new Int8Array(1).slice();\n});\n\n// `%TypedArray%.prototype.slice` method\n// https://tc39.github.io/ecma262/#sec-%typedarray%.prototype.slice\nexportTypedArrayMethod('slice', function slice(start, end) {\n var list = $slice.call(aTypedArray(this), start, end);\n var C = speciesConstructor(this, this.constructor);\n var index = 0;\n var length = list.length;\n var result = new (aTypedArrayConstructor(C))(length);\n while (length > index) result[index] = list[index++];\n return result;\n}, FORCED);\n","'use strict';\nvar ArrayBufferViewCore = require('../internals/array-buffer-view-core');\nvar $some = require('../internals/array-iteration').some;\n\nvar aTypedArray = ArrayBufferViewCore.aTypedArray;\nvar exportTypedArrayMethod = ArrayBufferViewCore.exportTypedArrayMethod;\n\n// `%TypedArray%.prototype.some` method\n// https://tc39.github.io/ecma262/#sec-%typedarray%.prototype.some\nexportTypedArrayMethod('some', function some(callbackfn /* , thisArg */) {\n return $some(aTypedArray(this), callbackfn, arguments.length > 1 ? arguments[1] : undefined);\n});\n","'use strict';\nvar ArrayBufferViewCore = require('../internals/array-buffer-view-core');\n\nvar aTypedArray = ArrayBufferViewCore.aTypedArray;\nvar exportTypedArrayMethod = ArrayBufferViewCore.exportTypedArrayMethod;\nvar $sort = [].sort;\n\n// `%TypedArray%.prototype.sort` method\n// https://tc39.github.io/ecma262/#sec-%typedarray%.prototype.sort\nexportTypedArrayMethod('sort', function sort(comparefn) {\n return $sort.call(aTypedArray(this), comparefn);\n});\n","'use strict';\nvar ArrayBufferViewCore = require('../internals/array-buffer-view-core');\nvar toLength = require('../internals/to-length');\nvar toAbsoluteIndex = require('../internals/to-absolute-index');\nvar speciesConstructor = require('../internals/species-constructor');\n\nvar aTypedArray = ArrayBufferViewCore.aTypedArray;\nvar exportTypedArrayMethod = ArrayBufferViewCore.exportTypedArrayMethod;\n\n// `%TypedArray%.prototype.subarray` method\n// https://tc39.github.io/ecma262/#sec-%typedarray%.prototype.subarray\nexportTypedArrayMethod('subarray', function subarray(begin, end) {\n var O = aTypedArray(this);\n var length = O.length;\n var beginIndex = toAbsoluteIndex(begin, length);\n return new (speciesConstructor(O, O.constructor))(\n O.buffer,\n O.byteOffset + beginIndex * O.BYTES_PER_ELEMENT,\n toLength((end === undefined ? length : toAbsoluteIndex(end, length)) - beginIndex)\n );\n});\n","'use strict';\nvar global = require('../internals/global');\nvar ArrayBufferViewCore = require('../internals/array-buffer-view-core');\nvar fails = require('../internals/fails');\n\nvar Int8Array = global.Int8Array;\nvar aTypedArray = ArrayBufferViewCore.aTypedArray;\nvar exportTypedArrayMethod = ArrayBufferViewCore.exportTypedArrayMethod;\nvar $toLocaleString = [].toLocaleString;\nvar $slice = [].slice;\n\n// iOS Safari 6.x fails here\nvar TO_LOCALE_STRING_BUG = !!Int8Array && fails(function () {\n $toLocaleString.call(new Int8Array(1));\n});\n\nvar FORCED = fails(function () {\n return [1, 2].toLocaleString() != new Int8Array([1, 2]).toLocaleString();\n}) || !fails(function () {\n Int8Array.prototype.toLocaleString.call([1, 2]);\n});\n\n// `%TypedArray%.prototype.toLocaleString` method\n// https://tc39.github.io/ecma262/#sec-%typedarray%.prototype.tolocalestring\nexportTypedArrayMethod('toLocaleString', function toLocaleString() {\n return $toLocaleString.apply(TO_LOCALE_STRING_BUG ? $slice.call(aTypedArray(this)) : aTypedArray(this), arguments);\n}, FORCED);\n","'use strict';\nvar exportTypedArrayMethod = require('../internals/array-buffer-view-core').exportTypedArrayMethod;\nvar fails = require('../internals/fails');\nvar global = require('../internals/global');\n\nvar Uint8Array = global.Uint8Array;\nvar Uint8ArrayPrototype = Uint8Array && Uint8Array.prototype || {};\nvar arrayToString = [].toString;\nvar arrayJoin = [].join;\n\nif (fails(function () { arrayToString.call({}); })) {\n arrayToString = function toString() {\n return arrayJoin.call(this);\n };\n}\n\nvar IS_NOT_ARRAY_METHOD = Uint8ArrayPrototype.toString != arrayToString;\n\n// `%TypedArray%.prototype.toString` method\n// https://tc39.github.io/ecma262/#sec-%typedarray%.prototype.tostring\nexportTypedArrayMethod('toString', arrayToString, IS_NOT_ARRAY_METHOD);\n","var $ = require('../internals/export');\nvar getBuiltIn = require('../internals/get-built-in');\nvar aFunction = require('../internals/a-function');\nvar anObject = require('../internals/an-object');\nvar fails = require('../internals/fails');\n\nvar nativeApply = getBuiltIn('Reflect', 'apply');\nvar functionApply = Function.apply;\n\n// MS Edge argumentsList argument is optional\nvar OPTIONAL_ARGUMENTS_LIST = !fails(function () {\n nativeApply(function () { /* empty */ });\n});\n\n// `Reflect.apply` method\n// https://tc39.github.io/ecma262/#sec-reflect.apply\n$({ target: 'Reflect', stat: true, forced: OPTIONAL_ARGUMENTS_LIST }, {\n apply: function apply(target, thisArgument, argumentsList) {\n aFunction(target);\n anObject(argumentsList);\n return nativeApply\n ? nativeApply(target, thisArgument, argumentsList)\n : functionApply.call(target, thisArgument, argumentsList);\n }\n});\n","var $ = require('../internals/export');\nvar getBuiltIn = require('../internals/get-built-in');\nvar aFunction = require('../internals/a-function');\nvar anObject = require('../internals/an-object');\nvar isObject = require('../internals/is-object');\nvar create = require('../internals/object-create');\nvar bind = require('../internals/function-bind');\nvar fails = require('../internals/fails');\n\nvar nativeConstruct = getBuiltIn('Reflect', 'construct');\n\n// `Reflect.construct` method\n// https://tc39.github.io/ecma262/#sec-reflect.construct\n// MS Edge supports only 2 arguments and argumentsList argument is optional\n// FF Nightly sets third argument as `new.target`, but does not create `this` from it\nvar NEW_TARGET_BUG = fails(function () {\n function F() { /* empty */ }\n return !(nativeConstruct(function () { /* empty */ }, [], F) instanceof F);\n});\nvar ARGS_BUG = !fails(function () {\n nativeConstruct(function () { /* empty */ });\n});\nvar FORCED = NEW_TARGET_BUG || ARGS_BUG;\n\n$({ target: 'Reflect', stat: true, forced: FORCED, sham: FORCED }, {\n construct: function construct(Target, args /* , newTarget */) {\n aFunction(Target);\n anObject(args);\n var newTarget = arguments.length < 3 ? Target : aFunction(arguments[2]);\n if (ARGS_BUG && !NEW_TARGET_BUG) return nativeConstruct(Target, args, newTarget);\n if (Target == newTarget) {\n // w/o altered newTarget, optimization for 0-4 arguments\n switch (args.length) {\n case 0: return new Target();\n case 1: return new Target(args[0]);\n case 2: return new Target(args[0], args[1]);\n case 3: return new Target(args[0], args[1], args[2]);\n case 4: return new Target(args[0], args[1], args[2], args[3]);\n }\n // w/o altered newTarget, lot of arguments case\n var $args = [null];\n $args.push.apply($args, args);\n return new (bind.apply(Target, $args))();\n }\n // with altered newTarget, not support built-in constructors\n var proto = newTarget.prototype;\n var instance = create(isObject(proto) ? proto : Object.prototype);\n var result = Function.apply.call(Target, instance, args);\n return isObject(result) ? result : instance;\n }\n});\n","var $ = require('../internals/export');\nvar DESCRIPTORS = require('../internals/descriptors');\nvar anObject = require('../internals/an-object');\nvar toPrimitive = require('../internals/to-primitive');\nvar definePropertyModule = require('../internals/object-define-property');\nvar fails = require('../internals/fails');\n\n// MS Edge has broken Reflect.defineProperty - throwing instead of returning false\nvar ERROR_INSTEAD_OF_FALSE = fails(function () {\n // eslint-disable-next-line no-undef\n Reflect.defineProperty(definePropertyModule.f({}, 1, { value: 1 }), 1, { value: 2 });\n});\n\n// `Reflect.defineProperty` method\n// https://tc39.github.io/ecma262/#sec-reflect.defineproperty\n$({ target: 'Reflect', stat: true, forced: ERROR_INSTEAD_OF_FALSE, sham: !DESCRIPTORS }, {\n defineProperty: function defineProperty(target, propertyKey, attributes) {\n anObject(target);\n var key = toPrimitive(propertyKey, true);\n anObject(attributes);\n try {\n definePropertyModule.f(target, key, attributes);\n return true;\n } catch (error) {\n return false;\n }\n }\n});\n","var $ = require('../internals/export');\nvar anObject = require('../internals/an-object');\nvar getOwnPropertyDescriptor = require('../internals/object-get-own-property-descriptor').f;\n\n// `Reflect.deleteProperty` method\n// https://tc39.github.io/ecma262/#sec-reflect.deleteproperty\n$({ target: 'Reflect', stat: true }, {\n deleteProperty: function deleteProperty(target, propertyKey) {\n var descriptor = getOwnPropertyDescriptor(anObject(target), propertyKey);\n return descriptor && !descriptor.configurable ? false : delete target[propertyKey];\n }\n});\n","var $ = require('../internals/export');\nvar isObject = require('../internals/is-object');\nvar anObject = require('../internals/an-object');\nvar has = require('../internals/has');\nvar getOwnPropertyDescriptorModule = require('../internals/object-get-own-property-descriptor');\nvar getPrototypeOf = require('../internals/object-get-prototype-of');\n\n// `Reflect.get` method\n// https://tc39.github.io/ecma262/#sec-reflect.get\nfunction get(target, propertyKey /* , receiver */) {\n var receiver = arguments.length < 3 ? target : arguments[2];\n var descriptor, prototype;\n if (anObject(target) === receiver) return target[propertyKey];\n if (descriptor = getOwnPropertyDescriptorModule.f(target, propertyKey)) return has(descriptor, 'value')\n ? descriptor.value\n : descriptor.get === undefined\n ? undefined\n : descriptor.get.call(receiver);\n if (isObject(prototype = getPrototypeOf(target))) return get(prototype, propertyKey, receiver);\n}\n\n$({ target: 'Reflect', stat: true }, {\n get: get\n});\n","var $ = require('../internals/export');\nvar DESCRIPTORS = require('../internals/descriptors');\nvar anObject = require('../internals/an-object');\nvar getOwnPropertyDescriptorModule = require('../internals/object-get-own-property-descriptor');\n\n// `Reflect.getOwnPropertyDescriptor` method\n// https://tc39.github.io/ecma262/#sec-reflect.getownpropertydescriptor\n$({ target: 'Reflect', stat: true, sham: !DESCRIPTORS }, {\n getOwnPropertyDescriptor: function getOwnPropertyDescriptor(target, propertyKey) {\n return getOwnPropertyDescriptorModule.f(anObject(target), propertyKey);\n }\n});\n","var $ = require('../internals/export');\nvar anObject = require('../internals/an-object');\nvar objectGetPrototypeOf = require('../internals/object-get-prototype-of');\nvar CORRECT_PROTOTYPE_GETTER = require('../internals/correct-prototype-getter');\n\n// `Reflect.getPrototypeOf` method\n// https://tc39.github.io/ecma262/#sec-reflect.getprototypeof\n$({ target: 'Reflect', stat: true, sham: !CORRECT_PROTOTYPE_GETTER }, {\n getPrototypeOf: function getPrototypeOf(target) {\n return objectGetPrototypeOf(anObject(target));\n }\n});\n","var $ = require('../internals/export');\n\n// `Reflect.has` method\n// https://tc39.github.io/ecma262/#sec-reflect.has\n$({ target: 'Reflect', stat: true }, {\n has: function has(target, propertyKey) {\n return propertyKey in target;\n }\n});\n","var $ = require('../internals/export');\nvar anObject = require('../internals/an-object');\n\nvar objectIsExtensible = Object.isExtensible;\n\n// `Reflect.isExtensible` method\n// https://tc39.github.io/ecma262/#sec-reflect.isextensible\n$({ target: 'Reflect', stat: true }, {\n isExtensible: function isExtensible(target) {\n anObject(target);\n return objectIsExtensible ? objectIsExtensible(target) : true;\n }\n});\n","var $ = require('../internals/export');\nvar ownKeys = require('../internals/own-keys');\n\n// `Reflect.ownKeys` method\n// https://tc39.github.io/ecma262/#sec-reflect.ownkeys\n$({ target: 'Reflect', stat: true }, {\n ownKeys: ownKeys\n});\n","var $ = require('../internals/export');\nvar getBuiltIn = require('../internals/get-built-in');\nvar anObject = require('../internals/an-object');\nvar FREEZING = require('../internals/freezing');\n\n// `Reflect.preventExtensions` method\n// https://tc39.github.io/ecma262/#sec-reflect.preventextensions\n$({ target: 'Reflect', stat: true, sham: !FREEZING }, {\n preventExtensions: function preventExtensions(target) {\n anObject(target);\n try {\n var objectPreventExtensions = getBuiltIn('Object', 'preventExtensions');\n if (objectPreventExtensions) objectPreventExtensions(target);\n return true;\n } catch (error) {\n return false;\n }\n }\n});\n","var $ = require('../internals/export');\nvar anObject = require('../internals/an-object');\nvar isObject = require('../internals/is-object');\nvar has = require('../internals/has');\nvar fails = require('../internals/fails');\nvar definePropertyModule = require('../internals/object-define-property');\nvar getOwnPropertyDescriptorModule = require('../internals/object-get-own-property-descriptor');\nvar getPrototypeOf = require('../internals/object-get-prototype-of');\nvar createPropertyDescriptor = require('../internals/create-property-descriptor');\n\n// `Reflect.set` method\n// https://tc39.github.io/ecma262/#sec-reflect.set\nfunction set(target, propertyKey, V /* , receiver */) {\n var receiver = arguments.length < 4 ? target : arguments[3];\n var ownDescriptor = getOwnPropertyDescriptorModule.f(anObject(target), propertyKey);\n var existingDescriptor, prototype;\n if (!ownDescriptor) {\n if (isObject(prototype = getPrototypeOf(target))) {\n return set(prototype, propertyKey, V, receiver);\n }\n ownDescriptor = createPropertyDescriptor(0);\n }\n if (has(ownDescriptor, 'value')) {\n if (ownDescriptor.writable === false || !isObject(receiver)) return false;\n if (existingDescriptor = getOwnPropertyDescriptorModule.f(receiver, propertyKey)) {\n if (existingDescriptor.get || existingDescriptor.set || existingDescriptor.writable === false) return false;\n existingDescriptor.value = V;\n definePropertyModule.f(receiver, propertyKey, existingDescriptor);\n } else definePropertyModule.f(receiver, propertyKey, createPropertyDescriptor(0, V));\n return true;\n }\n return ownDescriptor.set === undefined ? false : (ownDescriptor.set.call(receiver, V), true);\n}\n\n// MS Edge 17-18 Reflect.set allows setting the property to object\n// with non-writable property on the prototype\nvar MS_EDGE_BUG = fails(function () {\n var object = definePropertyModule.f({}, 'a', { configurable: true });\n // eslint-disable-next-line no-undef\n return Reflect.set(getPrototypeOf(object), 'a', 1, object) !== false;\n});\n\n$({ target: 'Reflect', stat: true, forced: MS_EDGE_BUG }, {\n set: set\n});\n","var $ = require('../internals/export');\nvar anObject = require('../internals/an-object');\nvar aPossiblePrototype = require('../internals/a-possible-prototype');\nvar objectSetPrototypeOf = require('../internals/object-set-prototype-of');\n\n// `Reflect.setPrototypeOf` method\n// https://tc39.github.io/ecma262/#sec-reflect.setprototypeof\nif (objectSetPrototypeOf) $({ target: 'Reflect', stat: true }, {\n setPrototypeOf: function setPrototypeOf(target, proto) {\n anObject(target);\n aPossiblePrototype(proto);\n try {\n objectSetPrototypeOf(target, proto);\n return true;\n } catch (error) {\n return false;\n }\n }\n});\n","require('../modules/web.dom-collections.for-each');\nrequire('../modules/web.dom-collections.iterator');\nrequire('../modules/web.immediate');\nrequire('../modules/web.queue-microtask');\nrequire('../modules/web.timers');\nrequire('../modules/web.url');\nrequire('../modules/web.url.to-json');\nrequire('../modules/web.url-search-params');\nvar path = require('../internals/path');\n\nmodule.exports = path;\n","var global = require('../internals/global');\nvar DOMIterables = require('../internals/dom-iterables');\nvar forEach = require('../internals/array-for-each');\nvar createNonEnumerableProperty = require('../internals/create-non-enumerable-property');\n\nfor (var COLLECTION_NAME in DOMIterables) {\n var Collection = global[COLLECTION_NAME];\n var CollectionPrototype = Collection && Collection.prototype;\n // some Chrome versions have non-configurable methods on DOMTokenList\n if (CollectionPrototype && CollectionPrototype.forEach !== forEach) try {\n createNonEnumerableProperty(CollectionPrototype, 'forEach', forEach);\n } catch (error) {\n CollectionPrototype.forEach = forEach;\n }\n}\n","var global = require('../internals/global');\nvar DOMIterables = require('../internals/dom-iterables');\nvar ArrayIteratorMethods = require('../modules/es.array.iterator');\nvar createNonEnumerableProperty = require('../internals/create-non-enumerable-property');\nvar wellKnownSymbol = require('../internals/well-known-symbol');\n\nvar ITERATOR = wellKnownSymbol('iterator');\nvar TO_STRING_TAG = wellKnownSymbol('toStringTag');\nvar ArrayValues = ArrayIteratorMethods.values;\n\nfor (var COLLECTION_NAME in DOMIterables) {\n var Collection = global[COLLECTION_NAME];\n var CollectionPrototype = Collection && Collection.prototype;\n if (CollectionPrototype) {\n // some Chrome versions have non-configurable methods on DOMTokenList\n if (CollectionPrototype[ITERATOR] !== ArrayValues) try {\n createNonEnumerableProperty(CollectionPrototype, ITERATOR, ArrayValues);\n } catch (error) {\n CollectionPrototype[ITERATOR] = ArrayValues;\n }\n if (!CollectionPrototype[TO_STRING_TAG]) {\n createNonEnumerableProperty(CollectionPrototype, TO_STRING_TAG, COLLECTION_NAME);\n }\n if (DOMIterables[COLLECTION_NAME]) for (var METHOD_NAME in ArrayIteratorMethods) {\n // some Chrome versions have non-configurable methods on DOMTokenList\n if (CollectionPrototype[METHOD_NAME] !== ArrayIteratorMethods[METHOD_NAME]) try {\n createNonEnumerableProperty(CollectionPrototype, METHOD_NAME, ArrayIteratorMethods[METHOD_NAME]);\n } catch (error) {\n CollectionPrototype[METHOD_NAME] = ArrayIteratorMethods[METHOD_NAME];\n }\n }\n }\n}\n","var $ = require('../internals/export');\nvar global = require('../internals/global');\nvar task = require('../internals/task');\n\nvar FORCED = !global.setImmediate || !global.clearImmediate;\n\n// http://w3c.github.io/setImmediate/\n$({ global: true, bind: true, enumerable: true, forced: FORCED }, {\n // `setImmediate` method\n // http://w3c.github.io/setImmediate/#si-setImmediate\n setImmediate: task.set,\n // `clearImmediate` method\n // http://w3c.github.io/setImmediate/#si-clearImmediate\n clearImmediate: task.clear\n});\n","var $ = require('../internals/export');\nvar global = require('../internals/global');\nvar microtask = require('../internals/microtask');\nvar classof = require('../internals/classof-raw');\n\nvar process = global.process;\nvar isNode = classof(process) == 'process';\n\n// `queueMicrotask` method\n// https://html.spec.whatwg.org/multipage/timers-and-user-prompts.html#dom-queuemicrotask\n$({ global: true, enumerable: true, noTargetGet: true }, {\n queueMicrotask: function queueMicrotask(fn) {\n var domain = isNode && process.domain;\n microtask(domain ? domain.bind(fn) : fn);\n }\n});\n","var $ = require('../internals/export');\nvar global = require('../internals/global');\nvar userAgent = require('../internals/engine-user-agent');\n\nvar slice = [].slice;\nvar MSIE = /MSIE .\\./.test(userAgent); // <- dirty ie9- check\n\nvar wrap = function (scheduler) {\n return function (handler, timeout /* , ...arguments */) {\n var boundArgs = arguments.length > 2;\n var args = boundArgs ? slice.call(arguments, 2) : undefined;\n return scheduler(boundArgs ? function () {\n // eslint-disable-next-line no-new-func\n (typeof handler == 'function' ? handler : Function(handler)).apply(this, args);\n } : handler, timeout);\n };\n};\n\n// ie9- setTimeout & setInterval additional parameters fix\n// https://html.spec.whatwg.org/multipage/timers-and-user-prompts.html#timers\n$({ global: true, bind: true, forced: MSIE }, {\n // `setTimeout` method\n // https://html.spec.whatwg.org/multipage/timers-and-user-prompts.html#dom-settimeout\n setTimeout: wrap(global.setTimeout),\n // `setInterval` method\n // https://html.spec.whatwg.org/multipage/timers-and-user-prompts.html#dom-setinterval\n setInterval: wrap(global.setInterval)\n});\n","'use strict';\n// TODO: in core-js@4, move /modules/ dependencies to public entries for better optimization by tools like `preset-env`\nrequire('../modules/es.string.iterator');\nvar $ = require('../internals/export');\nvar DESCRIPTORS = require('../internals/descriptors');\nvar USE_NATIVE_URL = require('../internals/native-url');\nvar global = require('../internals/global');\nvar defineProperties = require('../internals/object-define-properties');\nvar redefine = require('../internals/redefine');\nvar anInstance = require('../internals/an-instance');\nvar has = require('../internals/has');\nvar assign = require('../internals/object-assign');\nvar arrayFrom = require('../internals/array-from');\nvar codeAt = require('../internals/string-multibyte').codeAt;\nvar toASCII = require('../internals/string-punycode-to-ascii');\nvar setToStringTag = require('../internals/set-to-string-tag');\nvar URLSearchParamsModule = require('../modules/web.url-search-params');\nvar InternalStateModule = require('../internals/internal-state');\n\nvar NativeURL = global.URL;\nvar URLSearchParams = URLSearchParamsModule.URLSearchParams;\nvar getInternalSearchParamsState = URLSearchParamsModule.getState;\nvar setInternalState = InternalStateModule.set;\nvar getInternalURLState = InternalStateModule.getterFor('URL');\nvar floor = Math.floor;\nvar pow = Math.pow;\n\nvar INVALID_AUTHORITY = 'Invalid authority';\nvar INVALID_SCHEME = 'Invalid scheme';\nvar INVALID_HOST = 'Invalid host';\nvar INVALID_PORT = 'Invalid port';\n\nvar ALPHA = /[A-Za-z]/;\nvar ALPHANUMERIC = /[\\d+\\-.A-Za-z]/;\nvar DIGIT = /\\d/;\nvar HEX_START = /^(0x|0X)/;\nvar OCT = /^[0-7]+$/;\nvar DEC = /^\\d+$/;\nvar HEX = /^[\\dA-Fa-f]+$/;\n// eslint-disable-next-line no-control-regex\nvar FORBIDDEN_HOST_CODE_POINT = /[\\u0000\\u0009\\u000A\\u000D #%/:?@[\\\\]]/;\n// eslint-disable-next-line no-control-regex\nvar FORBIDDEN_HOST_CODE_POINT_EXCLUDING_PERCENT = /[\\u0000\\u0009\\u000A\\u000D #/:?@[\\\\]]/;\n// eslint-disable-next-line no-control-regex\nvar LEADING_AND_TRAILING_C0_CONTROL_OR_SPACE = /^[\\u0000-\\u001F ]+|[\\u0000-\\u001F ]+$/g;\n// eslint-disable-next-line no-control-regex\nvar TAB_AND_NEW_LINE = /[\\u0009\\u000A\\u000D]/g;\nvar EOF;\n\nvar parseHost = function (url, input) {\n var result, codePoints, index;\n if (input.charAt(0) == '[') {\n if (input.charAt(input.length - 1) != ']') return INVALID_HOST;\n result = parseIPv6(input.slice(1, -1));\n if (!result) return INVALID_HOST;\n url.host = result;\n // opaque host\n } else if (!isSpecial(url)) {\n if (FORBIDDEN_HOST_CODE_POINT_EXCLUDING_PERCENT.test(input)) return INVALID_HOST;\n result = '';\n codePoints = arrayFrom(input);\n for (index = 0; index < codePoints.length; index++) {\n result += percentEncode(codePoints[index], C0ControlPercentEncodeSet);\n }\n url.host = result;\n } else {\n input = toASCII(input);\n if (FORBIDDEN_HOST_CODE_POINT.test(input)) return INVALID_HOST;\n result = parseIPv4(input);\n if (result === null) return INVALID_HOST;\n url.host = result;\n }\n};\n\nvar parseIPv4 = function (input) {\n var parts = input.split('.');\n var partsLength, numbers, index, part, radix, number, ipv4;\n if (parts.length && parts[parts.length - 1] == '') {\n parts.pop();\n }\n partsLength = parts.length;\n if (partsLength > 4) return input;\n numbers = [];\n for (index = 0; index < partsLength; index++) {\n part = parts[index];\n if (part == '') return input;\n radix = 10;\n if (part.length > 1 && part.charAt(0) == '0') {\n radix = HEX_START.test(part) ? 16 : 8;\n part = part.slice(radix == 8 ? 1 : 2);\n }\n if (part === '') {\n number = 0;\n } else {\n if (!(radix == 10 ? DEC : radix == 8 ? OCT : HEX).test(part)) return input;\n number = parseInt(part, radix);\n }\n numbers.push(number);\n }\n for (index = 0; index < partsLength; index++) {\n number = numbers[index];\n if (index == partsLength - 1) {\n if (number >= pow(256, 5 - partsLength)) return null;\n } else if (number > 255) return null;\n }\n ipv4 = numbers.pop();\n for (index = 0; index < numbers.length; index++) {\n ipv4 += numbers[index] * pow(256, 3 - index);\n }\n return ipv4;\n};\n\n// eslint-disable-next-line max-statements\nvar parseIPv6 = function (input) {\n var address = [0, 0, 0, 0, 0, 0, 0, 0];\n var pieceIndex = 0;\n var compress = null;\n var pointer = 0;\n var value, length, numbersSeen, ipv4Piece, number, swaps, swap;\n\n var char = function () {\n return input.charAt(pointer);\n };\n\n if (char() == ':') {\n if (input.charAt(1) != ':') return;\n pointer += 2;\n pieceIndex++;\n compress = pieceIndex;\n }\n while (char()) {\n if (pieceIndex == 8) return;\n if (char() == ':') {\n if (compress !== null) return;\n pointer++;\n pieceIndex++;\n compress = pieceIndex;\n continue;\n }\n value = length = 0;\n while (length < 4 && HEX.test(char())) {\n value = value * 16 + parseInt(char(), 16);\n pointer++;\n length++;\n }\n if (char() == '.') {\n if (length == 0) return;\n pointer -= length;\n if (pieceIndex > 6) return;\n numbersSeen = 0;\n while (char()) {\n ipv4Piece = null;\n if (numbersSeen > 0) {\n if (char() == '.' && numbersSeen < 4) pointer++;\n else return;\n }\n if (!DIGIT.test(char())) return;\n while (DIGIT.test(char())) {\n number = parseInt(char(), 10);\n if (ipv4Piece === null) ipv4Piece = number;\n else if (ipv4Piece == 0) return;\n else ipv4Piece = ipv4Piece * 10 + number;\n if (ipv4Piece > 255) return;\n pointer++;\n }\n address[pieceIndex] = address[pieceIndex] * 256 + ipv4Piece;\n numbersSeen++;\n if (numbersSeen == 2 || numbersSeen == 4) pieceIndex++;\n }\n if (numbersSeen != 4) return;\n break;\n } else if (char() == ':') {\n pointer++;\n if (!char()) return;\n } else if (char()) return;\n address[pieceIndex++] = value;\n }\n if (compress !== null) {\n swaps = pieceIndex - compress;\n pieceIndex = 7;\n while (pieceIndex != 0 && swaps > 0) {\n swap = address[pieceIndex];\n address[pieceIndex--] = address[compress + swaps - 1];\n address[compress + --swaps] = swap;\n }\n } else if (pieceIndex != 8) return;\n return address;\n};\n\nvar findLongestZeroSequence = function (ipv6) {\n var maxIndex = null;\n var maxLength = 1;\n var currStart = null;\n var currLength = 0;\n var index = 0;\n for (; index < 8; index++) {\n if (ipv6[index] !== 0) {\n if (currLength > maxLength) {\n maxIndex = currStart;\n maxLength = currLength;\n }\n currStart = null;\n currLength = 0;\n } else {\n if (currStart === null) currStart = index;\n ++currLength;\n }\n }\n if (currLength > maxLength) {\n maxIndex = currStart;\n maxLength = currLength;\n }\n return maxIndex;\n};\n\nvar serializeHost = function (host) {\n var result, index, compress, ignore0;\n // ipv4\n if (typeof host == 'number') {\n result = [];\n for (index = 0; index < 4; index++) {\n result.unshift(host % 256);\n host = floor(host / 256);\n } return result.join('.');\n // ipv6\n } else if (typeof host == 'object') {\n result = '';\n compress = findLongestZeroSequence(host);\n for (index = 0; index < 8; index++) {\n if (ignore0 && host[index] === 0) continue;\n if (ignore0) ignore0 = false;\n if (compress === index) {\n result += index ? ':' : '::';\n ignore0 = true;\n } else {\n result += host[index].toString(16);\n if (index < 7) result += ':';\n }\n }\n return '[' + result + ']';\n } return host;\n};\n\nvar C0ControlPercentEncodeSet = {};\nvar fragmentPercentEncodeSet = assign({}, C0ControlPercentEncodeSet, {\n ' ': 1, '\"': 1, '<': 1, '>': 1, '`': 1\n});\nvar pathPercentEncodeSet = assign({}, fragmentPercentEncodeSet, {\n '#': 1, '?': 1, '{': 1, '}': 1\n});\nvar userinfoPercentEncodeSet = assign({}, pathPercentEncodeSet, {\n '/': 1, ':': 1, ';': 1, '=': 1, '@': 1, '[': 1, '\\\\': 1, ']': 1, '^': 1, '|': 1\n});\n\nvar percentEncode = function (char, set) {\n var code = codeAt(char, 0);\n return code > 0x20 && code < 0x7F && !has(set, char) ? char : encodeURIComponent(char);\n};\n\nvar specialSchemes = {\n ftp: 21,\n file: null,\n http: 80,\n https: 443,\n ws: 80,\n wss: 443\n};\n\nvar isSpecial = function (url) {\n return has(specialSchemes, url.scheme);\n};\n\nvar includesCredentials = function (url) {\n return url.username != '' || url.password != '';\n};\n\nvar cannotHaveUsernamePasswordPort = function (url) {\n return !url.host || url.cannotBeABaseURL || url.scheme == 'file';\n};\n\nvar isWindowsDriveLetter = function (string, normalized) {\n var second;\n return string.length == 2 && ALPHA.test(string.charAt(0))\n && ((second = string.charAt(1)) == ':' || (!normalized && second == '|'));\n};\n\nvar startsWithWindowsDriveLetter = function (string) {\n var third;\n return string.length > 1 && isWindowsDriveLetter(string.slice(0, 2)) && (\n string.length == 2 ||\n ((third = string.charAt(2)) === '/' || third === '\\\\' || third === '?' || third === '#')\n );\n};\n\nvar shortenURLsPath = function (url) {\n var path = url.path;\n var pathSize = path.length;\n if (pathSize && (url.scheme != 'file' || pathSize != 1 || !isWindowsDriveLetter(path[0], true))) {\n path.pop();\n }\n};\n\nvar isSingleDot = function (segment) {\n return segment === '.' || segment.toLowerCase() === '%2e';\n};\n\nvar isDoubleDot = function (segment) {\n segment = segment.toLowerCase();\n return segment === '..' || segment === '%2e.' || segment === '.%2e' || segment === '%2e%2e';\n};\n\n// States:\nvar SCHEME_START = {};\nvar SCHEME = {};\nvar NO_SCHEME = {};\nvar SPECIAL_RELATIVE_OR_AUTHORITY = {};\nvar PATH_OR_AUTHORITY = {};\nvar RELATIVE = {};\nvar RELATIVE_SLASH = {};\nvar SPECIAL_AUTHORITY_SLASHES = {};\nvar SPECIAL_AUTHORITY_IGNORE_SLASHES = {};\nvar AUTHORITY = {};\nvar HOST = {};\nvar HOSTNAME = {};\nvar PORT = {};\nvar FILE = {};\nvar FILE_SLASH = {};\nvar FILE_HOST = {};\nvar PATH_START = {};\nvar PATH = {};\nvar CANNOT_BE_A_BASE_URL_PATH = {};\nvar QUERY = {};\nvar FRAGMENT = {};\n\n// eslint-disable-next-line max-statements\nvar parseURL = function (url, input, stateOverride, base) {\n var state = stateOverride || SCHEME_START;\n var pointer = 0;\n var buffer = '';\n var seenAt = false;\n var seenBracket = false;\n var seenPasswordToken = false;\n var codePoints, char, bufferCodePoints, failure;\n\n if (!stateOverride) {\n url.scheme = '';\n url.username = '';\n url.password = '';\n url.host = null;\n url.port = null;\n url.path = [];\n url.query = null;\n url.fragment = null;\n url.cannotBeABaseURL = false;\n input = input.replace(LEADING_AND_TRAILING_C0_CONTROL_OR_SPACE, '');\n }\n\n input = input.replace(TAB_AND_NEW_LINE, '');\n\n codePoints = arrayFrom(input);\n\n while (pointer <= codePoints.length) {\n char = codePoints[pointer];\n switch (state) {\n case SCHEME_START:\n if (char && ALPHA.test(char)) {\n buffer += char.toLowerCase();\n state = SCHEME;\n } else if (!stateOverride) {\n state = NO_SCHEME;\n continue;\n } else return INVALID_SCHEME;\n break;\n\n case SCHEME:\n if (char && (ALPHANUMERIC.test(char) || char == '+' || char == '-' || char == '.')) {\n buffer += char.toLowerCase();\n } else if (char == ':') {\n if (stateOverride && (\n (isSpecial(url) != has(specialSchemes, buffer)) ||\n (buffer == 'file' && (includesCredentials(url) || url.port !== null)) ||\n (url.scheme == 'file' && !url.host)\n )) return;\n url.scheme = buffer;\n if (stateOverride) {\n if (isSpecial(url) && specialSchemes[url.scheme] == url.port) url.port = null;\n return;\n }\n buffer = '';\n if (url.scheme == 'file') {\n state = FILE;\n } else if (isSpecial(url) && base && base.scheme == url.scheme) {\n state = SPECIAL_RELATIVE_OR_AUTHORITY;\n } else if (isSpecial(url)) {\n state = SPECIAL_AUTHORITY_SLASHES;\n } else if (codePoints[pointer + 1] == '/') {\n state = PATH_OR_AUTHORITY;\n pointer++;\n } else {\n url.cannotBeABaseURL = true;\n url.path.push('');\n state = CANNOT_BE_A_BASE_URL_PATH;\n }\n } else if (!stateOverride) {\n buffer = '';\n state = NO_SCHEME;\n pointer = 0;\n continue;\n } else return INVALID_SCHEME;\n break;\n\n case NO_SCHEME:\n if (!base || (base.cannotBeABaseURL && char != '#')) return INVALID_SCHEME;\n if (base.cannotBeABaseURL && char == '#') {\n url.scheme = base.scheme;\n url.path = base.path.slice();\n url.query = base.query;\n url.fragment = '';\n url.cannotBeABaseURL = true;\n state = FRAGMENT;\n break;\n }\n state = base.scheme == 'file' ? FILE : RELATIVE;\n continue;\n\n case SPECIAL_RELATIVE_OR_AUTHORITY:\n if (char == '/' && codePoints[pointer + 1] == '/') {\n state = SPECIAL_AUTHORITY_IGNORE_SLASHES;\n pointer++;\n } else {\n state = RELATIVE;\n continue;\n } break;\n\n case PATH_OR_AUTHORITY:\n if (char == '/') {\n state = AUTHORITY;\n break;\n } else {\n state = PATH;\n continue;\n }\n\n case RELATIVE:\n url.scheme = base.scheme;\n if (char == EOF) {\n url.username = base.username;\n url.password = base.password;\n url.host = base.host;\n url.port = base.port;\n url.path = base.path.slice();\n url.query = base.query;\n } else if (char == '/' || (char == '\\\\' && isSpecial(url))) {\n state = RELATIVE_SLASH;\n } else if (char == '?') {\n url.username = base.username;\n url.password = base.password;\n url.host = base.host;\n url.port = base.port;\n url.path = base.path.slice();\n url.query = '';\n state = QUERY;\n } else if (char == '#') {\n url.username = base.username;\n url.password = base.password;\n url.host = base.host;\n url.port = base.port;\n url.path = base.path.slice();\n url.query = base.query;\n url.fragment = '';\n state = FRAGMENT;\n } else {\n url.username = base.username;\n url.password = base.password;\n url.host = base.host;\n url.port = base.port;\n url.path = base.path.slice();\n url.path.pop();\n state = PATH;\n continue;\n } break;\n\n case RELATIVE_SLASH:\n if (isSpecial(url) && (char == '/' || char == '\\\\')) {\n state = SPECIAL_AUTHORITY_IGNORE_SLASHES;\n } else if (char == '/') {\n state = AUTHORITY;\n } else {\n url.username = base.username;\n url.password = base.password;\n url.host = base.host;\n url.port = base.port;\n state = PATH;\n continue;\n } break;\n\n case SPECIAL_AUTHORITY_SLASHES:\n state = SPECIAL_AUTHORITY_IGNORE_SLASHES;\n if (char != '/' || buffer.charAt(pointer + 1) != '/') continue;\n pointer++;\n break;\n\n case SPECIAL_AUTHORITY_IGNORE_SLASHES:\n if (char != '/' && char != '\\\\') {\n state = AUTHORITY;\n continue;\n } break;\n\n case AUTHORITY:\n if (char == '@') {\n if (seenAt) buffer = '%40' + buffer;\n seenAt = true;\n bufferCodePoints = arrayFrom(buffer);\n for (var i = 0; i < bufferCodePoints.length; i++) {\n var codePoint = bufferCodePoints[i];\n if (codePoint == ':' && !seenPasswordToken) {\n seenPasswordToken = true;\n continue;\n }\n var encodedCodePoints = percentEncode(codePoint, userinfoPercentEncodeSet);\n if (seenPasswordToken) url.password += encodedCodePoints;\n else url.username += encodedCodePoints;\n }\n buffer = '';\n } else if (\n char == EOF || char == '/' || char == '?' || char == '#' ||\n (char == '\\\\' && isSpecial(url))\n ) {\n if (seenAt && buffer == '') return INVALID_AUTHORITY;\n pointer -= arrayFrom(buffer).length + 1;\n buffer = '';\n state = HOST;\n } else buffer += char;\n break;\n\n case HOST:\n case HOSTNAME:\n if (stateOverride && url.scheme == 'file') {\n state = FILE_HOST;\n continue;\n } else if (char == ':' && !seenBracket) {\n if (buffer == '') return INVALID_HOST;\n failure = parseHost(url, buffer);\n if (failure) return failure;\n buffer = '';\n state = PORT;\n if (stateOverride == HOSTNAME) return;\n } else if (\n char == EOF || char == '/' || char == '?' || char == '#' ||\n (char == '\\\\' && isSpecial(url))\n ) {\n if (isSpecial(url) && buffer == '') return INVALID_HOST;\n if (stateOverride && buffer == '' && (includesCredentials(url) || url.port !== null)) return;\n failure = parseHost(url, buffer);\n if (failure) return failure;\n buffer = '';\n state = PATH_START;\n if (stateOverride) return;\n continue;\n } else {\n if (char == '[') seenBracket = true;\n else if (char == ']') seenBracket = false;\n buffer += char;\n } break;\n\n case PORT:\n if (DIGIT.test(char)) {\n buffer += char;\n } else if (\n char == EOF || char == '/' || char == '?' || char == '#' ||\n (char == '\\\\' && isSpecial(url)) ||\n stateOverride\n ) {\n if (buffer != '') {\n var port = parseInt(buffer, 10);\n if (port > 0xFFFF) return INVALID_PORT;\n url.port = (isSpecial(url) && port === specialSchemes[url.scheme]) ? null : port;\n buffer = '';\n }\n if (stateOverride) return;\n state = PATH_START;\n continue;\n } else return INVALID_PORT;\n break;\n\n case FILE:\n url.scheme = 'file';\n if (char == '/' || char == '\\\\') state = FILE_SLASH;\n else if (base && base.scheme == 'file') {\n if (char == EOF) {\n url.host = base.host;\n url.path = base.path.slice();\n url.query = base.query;\n } else if (char == '?') {\n url.host = base.host;\n url.path = base.path.slice();\n url.query = '';\n state = QUERY;\n } else if (char == '#') {\n url.host = base.host;\n url.path = base.path.slice();\n url.query = base.query;\n url.fragment = '';\n state = FRAGMENT;\n } else {\n if (!startsWithWindowsDriveLetter(codePoints.slice(pointer).join(''))) {\n url.host = base.host;\n url.path = base.path.slice();\n shortenURLsPath(url);\n }\n state = PATH;\n continue;\n }\n } else {\n state = PATH;\n continue;\n } break;\n\n case FILE_SLASH:\n if (char == '/' || char == '\\\\') {\n state = FILE_HOST;\n break;\n }\n if (base && base.scheme == 'file' && !startsWithWindowsDriveLetter(codePoints.slice(pointer).join(''))) {\n if (isWindowsDriveLetter(base.path[0], true)) url.path.push(base.path[0]);\n else url.host = base.host;\n }\n state = PATH;\n continue;\n\n case FILE_HOST:\n if (char == EOF || char == '/' || char == '\\\\' || char == '?' || char == '#') {\n if (!stateOverride && isWindowsDriveLetter(buffer)) {\n state = PATH;\n } else if (buffer == '') {\n url.host = '';\n if (stateOverride) return;\n state = PATH_START;\n } else {\n failure = parseHost(url, buffer);\n if (failure) return failure;\n if (url.host == 'localhost') url.host = '';\n if (stateOverride) return;\n buffer = '';\n state = PATH_START;\n } continue;\n } else buffer += char;\n break;\n\n case PATH_START:\n if (isSpecial(url)) {\n state = PATH;\n if (char != '/' && char != '\\\\') continue;\n } else if (!stateOverride && char == '?') {\n url.query = '';\n state = QUERY;\n } else if (!stateOverride && char == '#') {\n url.fragment = '';\n state = FRAGMENT;\n } else if (char != EOF) {\n state = PATH;\n if (char != '/') continue;\n } break;\n\n case PATH:\n if (\n char == EOF || char == '/' ||\n (char == '\\\\' && isSpecial(url)) ||\n (!stateOverride && (char == '?' || char == '#'))\n ) {\n if (isDoubleDot(buffer)) {\n shortenURLsPath(url);\n if (char != '/' && !(char == '\\\\' && isSpecial(url))) {\n url.path.push('');\n }\n } else if (isSingleDot(buffer)) {\n if (char != '/' && !(char == '\\\\' && isSpecial(url))) {\n url.path.push('');\n }\n } else {\n if (url.scheme == 'file' && !url.path.length && isWindowsDriveLetter(buffer)) {\n if (url.host) url.host = '';\n buffer = buffer.charAt(0) + ':'; // normalize windows drive letter\n }\n url.path.push(buffer);\n }\n buffer = '';\n if (url.scheme == 'file' && (char == EOF || char == '?' || char == '#')) {\n while (url.path.length > 1 && url.path[0] === '') {\n url.path.shift();\n }\n }\n if (char == '?') {\n url.query = '';\n state = QUERY;\n } else if (char == '#') {\n url.fragment = '';\n state = FRAGMENT;\n }\n } else {\n buffer += percentEncode(char, pathPercentEncodeSet);\n } break;\n\n case CANNOT_BE_A_BASE_URL_PATH:\n if (char == '?') {\n url.query = '';\n state = QUERY;\n } else if (char == '#') {\n url.fragment = '';\n state = FRAGMENT;\n } else if (char != EOF) {\n url.path[0] += percentEncode(char, C0ControlPercentEncodeSet);\n } break;\n\n case QUERY:\n if (!stateOverride && char == '#') {\n url.fragment = '';\n state = FRAGMENT;\n } else if (char != EOF) {\n if (char == \"'\" && isSpecial(url)) url.query += '%27';\n else if (char == '#') url.query += '%23';\n else url.query += percentEncode(char, C0ControlPercentEncodeSet);\n } break;\n\n case FRAGMENT:\n if (char != EOF) url.fragment += percentEncode(char, fragmentPercentEncodeSet);\n break;\n }\n\n pointer++;\n }\n};\n\n// `URL` constructor\n// https://url.spec.whatwg.org/#url-class\nvar URLConstructor = function URL(url /* , base */) {\n var that = anInstance(this, URLConstructor, 'URL');\n var base = arguments.length > 1 ? arguments[1] : undefined;\n var urlString = String(url);\n var state = setInternalState(that, { type: 'URL' });\n var baseState, failure;\n if (base !== undefined) {\n if (base instanceof URLConstructor) baseState = getInternalURLState(base);\n else {\n failure = parseURL(baseState = {}, String(base));\n if (failure) throw TypeError(failure);\n }\n }\n failure = parseURL(state, urlString, null, baseState);\n if (failure) throw TypeError(failure);\n var searchParams = state.searchParams = new URLSearchParams();\n var searchParamsState = getInternalSearchParamsState(searchParams);\n searchParamsState.updateSearchParams(state.query);\n searchParamsState.updateURL = function () {\n state.query = String(searchParams) || null;\n };\n if (!DESCRIPTORS) {\n that.href = serializeURL.call(that);\n that.origin = getOrigin.call(that);\n that.protocol = getProtocol.call(that);\n that.username = getUsername.call(that);\n that.password = getPassword.call(that);\n that.host = getHost.call(that);\n that.hostname = getHostname.call(that);\n that.port = getPort.call(that);\n that.pathname = getPathname.call(that);\n that.search = getSearch.call(that);\n that.searchParams = getSearchParams.call(that);\n that.hash = getHash.call(that);\n }\n};\n\nvar URLPrototype = URLConstructor.prototype;\n\nvar serializeURL = function () {\n var url = getInternalURLState(this);\n var scheme = url.scheme;\n var username = url.username;\n var password = url.password;\n var host = url.host;\n var port = url.port;\n var path = url.path;\n var query = url.query;\n var fragment = url.fragment;\n var output = scheme + ':';\n if (host !== null) {\n output += '//';\n if (includesCredentials(url)) {\n output += username + (password ? ':' + password : '') + '@';\n }\n output += serializeHost(host);\n if (port !== null) output += ':' + port;\n } else if (scheme == 'file') output += '//';\n output += url.cannotBeABaseURL ? path[0] : path.length ? '/' + path.join('/') : '';\n if (query !== null) output += '?' + query;\n if (fragment !== null) output += '#' + fragment;\n return output;\n};\n\nvar getOrigin = function () {\n var url = getInternalURLState(this);\n var scheme = url.scheme;\n var port = url.port;\n if (scheme == 'blob') try {\n return new URL(scheme.path[0]).origin;\n } catch (error) {\n return 'null';\n }\n if (scheme == 'file' || !isSpecial(url)) return 'null';\n return scheme + '://' + serializeHost(url.host) + (port !== null ? ':' + port : '');\n};\n\nvar getProtocol = function () {\n return getInternalURLState(this).scheme + ':';\n};\n\nvar getUsername = function () {\n return getInternalURLState(this).username;\n};\n\nvar getPassword = function () {\n return getInternalURLState(this).password;\n};\n\nvar getHost = function () {\n var url = getInternalURLState(this);\n var host = url.host;\n var port = url.port;\n return host === null ? ''\n : port === null ? serializeHost(host)\n : serializeHost(host) + ':' + port;\n};\n\nvar getHostname = function () {\n var host = getInternalURLState(this).host;\n return host === null ? '' : serializeHost(host);\n};\n\nvar getPort = function () {\n var port = getInternalURLState(this).port;\n return port === null ? '' : String(port);\n};\n\nvar getPathname = function () {\n var url = getInternalURLState(this);\n var path = url.path;\n return url.cannotBeABaseURL ? path[0] : path.length ? '/' + path.join('/') : '';\n};\n\nvar getSearch = function () {\n var query = getInternalURLState(this).query;\n return query ? '?' + query : '';\n};\n\nvar getSearchParams = function () {\n return getInternalURLState(this).searchParams;\n};\n\nvar getHash = function () {\n var fragment = getInternalURLState(this).fragment;\n return fragment ? '#' + fragment : '';\n};\n\nvar accessorDescriptor = function (getter, setter) {\n return { get: getter, set: setter, configurable: true, enumerable: true };\n};\n\nif (DESCRIPTORS) {\n defineProperties(URLPrototype, {\n // `URL.prototype.href` accessors pair\n // https://url.spec.whatwg.org/#dom-url-href\n href: accessorDescriptor(serializeURL, function (href) {\n var url = getInternalURLState(this);\n var urlString = String(href);\n var failure = parseURL(url, urlString);\n if (failure) throw TypeError(failure);\n getInternalSearchParamsState(url.searchParams).updateSearchParams(url.query);\n }),\n // `URL.prototype.origin` getter\n // https://url.spec.whatwg.org/#dom-url-origin\n origin: accessorDescriptor(getOrigin),\n // `URL.prototype.protocol` accessors pair\n // https://url.spec.whatwg.org/#dom-url-protocol\n protocol: accessorDescriptor(getProtocol, function (protocol) {\n var url = getInternalURLState(this);\n parseURL(url, String(protocol) + ':', SCHEME_START);\n }),\n // `URL.prototype.username` accessors pair\n // https://url.spec.whatwg.org/#dom-url-username\n username: accessorDescriptor(getUsername, function (username) {\n var url = getInternalURLState(this);\n var codePoints = arrayFrom(String(username));\n if (cannotHaveUsernamePasswordPort(url)) return;\n url.username = '';\n for (var i = 0; i < codePoints.length; i++) {\n url.username += percentEncode(codePoints[i], userinfoPercentEncodeSet);\n }\n }),\n // `URL.prototype.password` accessors pair\n // https://url.spec.whatwg.org/#dom-url-password\n password: accessorDescriptor(getPassword, function (password) {\n var url = getInternalURLState(this);\n var codePoints = arrayFrom(String(password));\n if (cannotHaveUsernamePasswordPort(url)) return;\n url.password = '';\n for (var i = 0; i < codePoints.length; i++) {\n url.password += percentEncode(codePoints[i], userinfoPercentEncodeSet);\n }\n }),\n // `URL.prototype.host` accessors pair\n // https://url.spec.whatwg.org/#dom-url-host\n host: accessorDescriptor(getHost, function (host) {\n var url = getInternalURLState(this);\n if (url.cannotBeABaseURL) return;\n parseURL(url, String(host), HOST);\n }),\n // `URL.prototype.hostname` accessors pair\n // https://url.spec.whatwg.org/#dom-url-hostname\n hostname: accessorDescriptor(getHostname, function (hostname) {\n var url = getInternalURLState(this);\n if (url.cannotBeABaseURL) return;\n parseURL(url, String(hostname), HOSTNAME);\n }),\n // `URL.prototype.port` accessors pair\n // https://url.spec.whatwg.org/#dom-url-port\n port: accessorDescriptor(getPort, function (port) {\n var url = getInternalURLState(this);\n if (cannotHaveUsernamePasswordPort(url)) return;\n port = String(port);\n if (port == '') url.port = null;\n else parseURL(url, port, PORT);\n }),\n // `URL.prototype.pathname` accessors pair\n // https://url.spec.whatwg.org/#dom-url-pathname\n pathname: accessorDescriptor(getPathname, function (pathname) {\n var url = getInternalURLState(this);\n if (url.cannotBeABaseURL) return;\n url.path = [];\n parseURL(url, pathname + '', PATH_START);\n }),\n // `URL.prototype.search` accessors pair\n // https://url.spec.whatwg.org/#dom-url-search\n search: accessorDescriptor(getSearch, function (search) {\n var url = getInternalURLState(this);\n search = String(search);\n if (search == '') {\n url.query = null;\n } else {\n if ('?' == search.charAt(0)) search = search.slice(1);\n url.query = '';\n parseURL(url, search, QUERY);\n }\n getInternalSearchParamsState(url.searchParams).updateSearchParams(url.query);\n }),\n // `URL.prototype.searchParams` getter\n // https://url.spec.whatwg.org/#dom-url-searchparams\n searchParams: accessorDescriptor(getSearchParams),\n // `URL.prototype.hash` accessors pair\n // https://url.spec.whatwg.org/#dom-url-hash\n hash: accessorDescriptor(getHash, function (hash) {\n var url = getInternalURLState(this);\n hash = String(hash);\n if (hash == '') {\n url.fragment = null;\n return;\n }\n if ('#' == hash.charAt(0)) hash = hash.slice(1);\n url.fragment = '';\n parseURL(url, hash, FRAGMENT);\n })\n });\n}\n\n// `URL.prototype.toJSON` method\n// https://url.spec.whatwg.org/#dom-url-tojson\nredefine(URLPrototype, 'toJSON', function toJSON() {\n return serializeURL.call(this);\n}, { enumerable: true });\n\n// `URL.prototype.toString` method\n// https://url.spec.whatwg.org/#URL-stringification-behavior\nredefine(URLPrototype, 'toString', function toString() {\n return serializeURL.call(this);\n}, { enumerable: true });\n\nif (NativeURL) {\n var nativeCreateObjectURL = NativeURL.createObjectURL;\n var nativeRevokeObjectURL = NativeURL.revokeObjectURL;\n // `URL.createObjectURL` method\n // https://developer.mozilla.org/en-US/docs/Web/API/URL/createObjectURL\n // eslint-disable-next-line no-unused-vars\n if (nativeCreateObjectURL) redefine(URLConstructor, 'createObjectURL', function createObjectURL(blob) {\n return nativeCreateObjectURL.apply(NativeURL, arguments);\n });\n // `URL.revokeObjectURL` method\n // https://developer.mozilla.org/en-US/docs/Web/API/URL/revokeObjectURL\n // eslint-disable-next-line no-unused-vars\n if (nativeRevokeObjectURL) redefine(URLConstructor, 'revokeObjectURL', function revokeObjectURL(url) {\n return nativeRevokeObjectURL.apply(NativeURL, arguments);\n });\n}\n\nsetToStringTag(URLConstructor, 'URL');\n\n$({ global: true, forced: !USE_NATIVE_URL, sham: !DESCRIPTORS }, {\n URL: URLConstructor\n});\n","'use strict';\n// based on https://github.com/bestiejs/punycode.js/blob/master/punycode.js\nvar maxInt = 2147483647; // aka. 0x7FFFFFFF or 2^31-1\nvar base = 36;\nvar tMin = 1;\nvar tMax = 26;\nvar skew = 38;\nvar damp = 700;\nvar initialBias = 72;\nvar initialN = 128; // 0x80\nvar delimiter = '-'; // '\\x2D'\nvar regexNonASCII = /[^\\0-\\u007E]/; // non-ASCII chars\nvar regexSeparators = /[.\\u3002\\uFF0E\\uFF61]/g; // RFC 3490 separators\nvar OVERFLOW_ERROR = 'Overflow: input needs wider integers to process';\nvar baseMinusTMin = base - tMin;\nvar floor = Math.floor;\nvar stringFromCharCode = String.fromCharCode;\n\n/**\n * Creates an array containing the numeric code points of each Unicode\n * character in the string. While JavaScript uses UCS-2 internally,\n * this function will convert a pair of surrogate halves (each of which\n * UCS-2 exposes as separate characters) into a single code point,\n * matching UTF-16.\n */\nvar ucs2decode = function (string) {\n var output = [];\n var counter = 0;\n var length = string.length;\n while (counter < length) {\n var value = string.charCodeAt(counter++);\n if (value >= 0xD800 && value <= 0xDBFF && counter < length) {\n // It's a high surrogate, and there is a next character.\n var extra = string.charCodeAt(counter++);\n if ((extra & 0xFC00) == 0xDC00) { // Low surrogate.\n output.push(((value & 0x3FF) << 10) + (extra & 0x3FF) + 0x10000);\n } else {\n // It's an unmatched surrogate; only append this code unit, in case the\n // next code unit is the high surrogate of a surrogate pair.\n output.push(value);\n counter--;\n }\n } else {\n output.push(value);\n }\n }\n return output;\n};\n\n/**\n * Converts a digit/integer into a basic code point.\n */\nvar digitToBasic = function (digit) {\n // 0..25 map to ASCII a..z or A..Z\n // 26..35 map to ASCII 0..9\n return digit + 22 + 75 * (digit < 26);\n};\n\n/**\n * Bias adaptation function as per section 3.4 of RFC 3492.\n * https://tools.ietf.org/html/rfc3492#section-3.4\n */\nvar adapt = function (delta, numPoints, firstTime) {\n var k = 0;\n delta = firstTime ? floor(delta / damp) : delta >> 1;\n delta += floor(delta / numPoints);\n for (; delta > baseMinusTMin * tMax >> 1; k += base) {\n delta = floor(delta / baseMinusTMin);\n }\n return floor(k + (baseMinusTMin + 1) * delta / (delta + skew));\n};\n\n/**\n * Converts a string of Unicode symbols (e.g. a domain name label) to a\n * Punycode string of ASCII-only symbols.\n */\n// eslint-disable-next-line max-statements\nvar encode = function (input) {\n var output = [];\n\n // Convert the input in UCS-2 to an array of Unicode code points.\n input = ucs2decode(input);\n\n // Cache the length.\n var inputLength = input.length;\n\n // Initialize the state.\n var n = initialN;\n var delta = 0;\n var bias = initialBias;\n var i, currentValue;\n\n // Handle the basic code points.\n for (i = 0; i < input.length; i++) {\n currentValue = input[i];\n if (currentValue < 0x80) {\n output.push(stringFromCharCode(currentValue));\n }\n }\n\n var basicLength = output.length; // number of basic code points.\n var handledCPCount = basicLength; // number of code points that have been handled;\n\n // Finish the basic string with a delimiter unless it's empty.\n if (basicLength) {\n output.push(delimiter);\n }\n\n // Main encoding loop:\n while (handledCPCount < inputLength) {\n // All non-basic code points < n have been handled already. Find the next larger one:\n var m = maxInt;\n for (i = 0; i < input.length; i++) {\n currentValue = input[i];\n if (currentValue >= n && currentValue < m) {\n m = currentValue;\n }\n }\n\n // Increase `delta` enough to advance the decoder's <n,i> state to <m,0>, but guard against overflow.\n var handledCPCountPlusOne = handledCPCount + 1;\n if (m - n > floor((maxInt - delta) / handledCPCountPlusOne)) {\n throw RangeError(OVERFLOW_ERROR);\n }\n\n delta += (m - n) * handledCPCountPlusOne;\n n = m;\n\n for (i = 0; i < input.length; i++) {\n currentValue = input[i];\n if (currentValue < n && ++delta > maxInt) {\n throw RangeError(OVERFLOW_ERROR);\n }\n if (currentValue == n) {\n // Represent delta as a generalized variable-length integer.\n var q = delta;\n for (var k = base; /* no condition */; k += base) {\n var t = k <= bias ? tMin : (k >= bias + tMax ? tMax : k - bias);\n if (q < t) break;\n var qMinusT = q - t;\n var baseMinusT = base - t;\n output.push(stringFromCharCode(digitToBasic(t + qMinusT % baseMinusT)));\n q = floor(qMinusT / baseMinusT);\n }\n\n output.push(stringFromCharCode(digitToBasic(q)));\n bias = adapt(delta, handledCPCountPlusOne, handledCPCount == basicLength);\n delta = 0;\n ++handledCPCount;\n }\n }\n\n ++delta;\n ++n;\n }\n return output.join('');\n};\n\nmodule.exports = function (input) {\n var encoded = [];\n var labels = input.toLowerCase().replace(regexSeparators, '\\u002E').split('.');\n var i, label;\n for (i = 0; i < labels.length; i++) {\n label = labels[i];\n encoded.push(regexNonASCII.test(label) ? 'xn--' + encode(label) : label);\n }\n return encoded.join('.');\n};\n","var anObject = require('../internals/an-object');\nvar getIteratorMethod = require('../internals/get-iterator-method');\n\nmodule.exports = function (it) {\n var iteratorMethod = getIteratorMethod(it);\n if (typeof iteratorMethod != 'function') {\n throw TypeError(String(it) + ' is not iterable');\n } return anObject(iteratorMethod.call(it));\n};\n","'use strict';\nvar $ = require('../internals/export');\n\n// `URL.prototype.toJSON` method\n// https://url.spec.whatwg.org/#dom-url-tojson\n$({ target: 'URL', proto: true, enumerable: true }, {\n toJSON: function toJSON() {\n return URL.prototype.toString.call(this);\n }\n});\n","/**\n * Copyright (c) 2014-present, Facebook, Inc.\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.\n */\n\nvar runtime = (function (exports) {\n \"use strict\";\n\n var Op = Object.prototype;\n var hasOwn = Op.hasOwnProperty;\n var undefined; // More compressible than void 0.\n var $Symbol = typeof Symbol === \"function\" ? Symbol : {};\n var iteratorSymbol = $Symbol.iterator || \"@@iterator\";\n var asyncIteratorSymbol = $Symbol.asyncIterator || \"@@asyncIterator\";\n var toStringTagSymbol = $Symbol.toStringTag || \"@@toStringTag\";\n\n function wrap(innerFn, outerFn, self, tryLocsList) {\n // If outerFn provided and outerFn.prototype is a Generator, then outerFn.prototype instanceof Generator.\n var protoGenerator = outerFn && outerFn.prototype instanceof Generator ? outerFn : Generator;\n var generator = Object.create(protoGenerator.prototype);\n var context = new Context(tryLocsList || []);\n\n // The ._invoke method unifies the implementations of the .next,\n // .throw, and .return methods.\n generator._invoke = makeInvokeMethod(innerFn, self, context);\n\n return generator;\n }\n exports.wrap = wrap;\n\n // Try/catch helper to minimize deoptimizations. Returns a completion\n // record like context.tryEntries[i].completion. This interface could\n // have been (and was previously) designed to take a closure to be\n // invoked without arguments, but in all the cases we care about we\n // already have an existing method we want to call, so there's no need\n // to create a new function object. We can even get away with assuming\n // the method takes exactly one argument, since that happens to be true\n // in every case, so we don't have to touch the arguments object. The\n // only additional allocation required is the completion record, which\n // has a stable shape and so hopefully should be cheap to allocate.\n function tryCatch(fn, obj, arg) {\n try {\n return { type: \"normal\", arg: fn.call(obj, arg) };\n } catch (err) {\n return { type: \"throw\", arg: err };\n }\n }\n\n var GenStateSuspendedStart = \"suspendedStart\";\n var GenStateSuspendedYield = \"suspendedYield\";\n var GenStateExecuting = \"executing\";\n var GenStateCompleted = \"completed\";\n\n // Returning this object from the innerFn has the same effect as\n // breaking out of the dispatch switch statement.\n var ContinueSentinel = {};\n\n // Dummy constructor functions that we use as the .constructor and\n // .constructor.prototype properties for functions that return Generator\n // objects. For full spec compliance, you may wish to configure your\n // minifier not to mangle the names of these two functions.\n function Generator() {}\n function GeneratorFunction() {}\n function GeneratorFunctionPrototype() {}\n\n // This is a polyfill for %IteratorPrototype% for environments that\n // don't natively support it.\n var IteratorPrototype = {};\n IteratorPrototype[iteratorSymbol] = function () {\n return this;\n };\n\n var getProto = Object.getPrototypeOf;\n var NativeIteratorPrototype = getProto && getProto(getProto(values([])));\n if (NativeIteratorPrototype &&\n NativeIteratorPrototype !== Op &&\n hasOwn.call(NativeIteratorPrototype, iteratorSymbol)) {\n // This environment has a native %IteratorPrototype%; use it instead\n // of the polyfill.\n IteratorPrototype = NativeIteratorPrototype;\n }\n\n var Gp = GeneratorFunctionPrototype.prototype =\n Generator.prototype = Object.create(IteratorPrototype);\n GeneratorFunction.prototype = Gp.constructor = GeneratorFunctionPrototype;\n GeneratorFunctionPrototype.constructor = GeneratorFunction;\n GeneratorFunctionPrototype[toStringTagSymbol] =\n GeneratorFunction.displayName = \"GeneratorFunction\";\n\n // Helper for defining the .next, .throw, and .return methods of the\n // Iterator interface in terms of a single ._invoke method.\n function defineIteratorMethods(prototype) {\n [\"next\", \"throw\", \"return\"].forEach(function(method) {\n prototype[method] = function(arg) {\n return this._invoke(method, arg);\n };\n });\n }\n\n exports.isGeneratorFunction = function(genFun) {\n var ctor = typeof genFun === \"function\" && genFun.constructor;\n return ctor\n ? ctor === GeneratorFunction ||\n // For the native GeneratorFunction constructor, the best we can\n // do is to check its .name property.\n (ctor.displayName || ctor.name) === \"GeneratorFunction\"\n : false;\n };\n\n exports.mark = function(genFun) {\n if (Object.setPrototypeOf) {\n Object.setPrototypeOf(genFun, GeneratorFunctionPrototype);\n } else {\n genFun.__proto__ = GeneratorFunctionPrototype;\n if (!(toStringTagSymbol in genFun)) {\n genFun[toStringTagSymbol] = \"GeneratorFunction\";\n }\n }\n genFun.prototype = Object.create(Gp);\n return genFun;\n };\n\n // Within the body of any async function, `await x` is transformed to\n // `yield regeneratorRuntime.awrap(x)`, so that the runtime can test\n // `hasOwn.call(value, \"__await\")` to determine if the yielded value is\n // meant to be awaited.\n exports.awrap = function(arg) {\n return { __await: arg };\n };\n\n function AsyncIterator(generator) {\n function invoke(method, arg, resolve, reject) {\n var record = tryCatch(generator[method], generator, arg);\n if (record.type === \"throw\") {\n reject(record.arg);\n } else {\n var result = record.arg;\n var value = result.value;\n if (value &&\n typeof value === \"object\" &&\n hasOwn.call(value, \"__await\")) {\n return Promise.resolve(value.__await).then(function(value) {\n invoke(\"next\", value, resolve, reject);\n }, function(err) {\n invoke(\"throw\", err, resolve, reject);\n });\n }\n\n return Promise.resolve(value).then(function(unwrapped) {\n // When a yielded Promise is resolved, its final value becomes\n // the .value of the Promise<{value,done}> result for the\n // current iteration.\n result.value = unwrapped;\n resolve(result);\n }, function(error) {\n // If a rejected Promise was yielded, throw the rejection back\n // into the async generator function so it can be handled there.\n return invoke(\"throw\", error, resolve, reject);\n });\n }\n }\n\n var previousPromise;\n\n function enqueue(method, arg) {\n function callInvokeWithMethodAndArg() {\n return new Promise(function(resolve, reject) {\n invoke(method, arg, resolve, reject);\n });\n }\n\n return previousPromise =\n // If enqueue has been called before, then we want to wait until\n // all previous Promises have been resolved before calling invoke,\n // so that results are always delivered in the correct order. If\n // enqueue has not been called before, then it is important to\n // call invoke immediately, without waiting on a callback to fire,\n // so that the async generator function has the opportunity to do\n // any necessary setup in a predictable way. This predictability\n // is why the Promise constructor synchronously invokes its\n // executor callback, and why async functions synchronously\n // execute code before the first await. Since we implement simple\n // async functions in terms of async generators, it is especially\n // important to get this right, even though it requires care.\n previousPromise ? previousPromise.then(\n callInvokeWithMethodAndArg,\n // Avoid propagating failures to Promises returned by later\n // invocations of the iterator.\n callInvokeWithMethodAndArg\n ) : callInvokeWithMethodAndArg();\n }\n\n // Define the unified helper method that is used to implement .next,\n // .throw, and .return (see defineIteratorMethods).\n this._invoke = enqueue;\n }\n\n defineIteratorMethods(AsyncIterator.prototype);\n AsyncIterator.prototype[asyncIteratorSymbol] = function () {\n return this;\n };\n exports.AsyncIterator = AsyncIterator;\n\n // Note that simple async functions are implemented on top of\n // AsyncIterator objects; they just return a Promise for the value of\n // the final result produced by the iterator.\n exports.async = function(innerFn, outerFn, self, tryLocsList) {\n var iter = new AsyncIterator(\n wrap(innerFn, outerFn, self, tryLocsList)\n );\n\n return exports.isGeneratorFunction(outerFn)\n ? iter // If outerFn is a generator, return the full iterator.\n : iter.next().then(function(result) {\n return result.done ? result.value : iter.next();\n });\n };\n\n function makeInvokeMethod(innerFn, self, context) {\n var state = GenStateSuspendedStart;\n\n return function invoke(method, arg) {\n if (state === GenStateExecuting) {\n throw new Error(\"Generator is already running\");\n }\n\n if (state === GenStateCompleted) {\n if (method === \"throw\") {\n throw arg;\n }\n\n // Be forgiving, per 25.3.3.3.3 of the spec:\n // https://people.mozilla.org/~jorendorff/es6-draft.html#sec-generatorresume\n return doneResult();\n }\n\n context.method = method;\n context.arg = arg;\n\n while (true) {\n var delegate = context.delegate;\n if (delegate) {\n var delegateResult = maybeInvokeDelegate(delegate, context);\n if (delegateResult) {\n if (delegateResult === ContinueSentinel) continue;\n return delegateResult;\n }\n }\n\n if (context.method === \"next\") {\n // Setting context._sent for legacy support of Babel's\n // function.sent implementation.\n context.sent = context._sent = context.arg;\n\n } else if (context.method === \"throw\") {\n if (state === GenStateSuspendedStart) {\n state = GenStateCompleted;\n throw context.arg;\n }\n\n context.dispatchException(context.arg);\n\n } else if (context.method === \"return\") {\n context.abrupt(\"return\", context.arg);\n }\n\n state = GenStateExecuting;\n\n var record = tryCatch(innerFn, self, context);\n if (record.type === \"normal\") {\n // If an exception is thrown from innerFn, we leave state ===\n // GenStateExecuting and loop back for another invocation.\n state = context.done\n ? GenStateCompleted\n : GenStateSuspendedYield;\n\n if (record.arg === ContinueSentinel) {\n continue;\n }\n\n return {\n value: record.arg,\n done: context.done\n };\n\n } else if (record.type === \"throw\") {\n state = GenStateCompleted;\n // Dispatch the exception by looping back around to the\n // context.dispatchException(context.arg) call above.\n context.method = \"throw\";\n context.arg = record.arg;\n }\n }\n };\n }\n\n // Call delegate.iterator[context.method](context.arg) and handle the\n // result, either by returning a { value, done } result from the\n // delegate iterator, or by modifying context.method and context.arg,\n // setting context.delegate to null, and returning the ContinueSentinel.\n function maybeInvokeDelegate(delegate, context) {\n var method = delegate.iterator[context.method];\n if (method === undefined) {\n // A .throw or .return when the delegate iterator has no .throw\n // method always terminates the yield* loop.\n context.delegate = null;\n\n if (context.method === \"throw\") {\n // Note: [\"return\"] must be used for ES3 parsing compatibility.\n if (delegate.iterator[\"return\"]) {\n // If the delegate iterator has a return method, give it a\n // chance to clean up.\n context.method = \"return\";\n context.arg = undefined;\n maybeInvokeDelegate(delegate, context);\n\n if (context.method === \"throw\") {\n // If maybeInvokeDelegate(context) changed context.method from\n // \"return\" to \"throw\", let that override the TypeError below.\n return ContinueSentinel;\n }\n }\n\n context.method = \"throw\";\n context.arg = new TypeError(\n \"The iterator does not provide a 'throw' method\");\n }\n\n return ContinueSentinel;\n }\n\n var record = tryCatch(method, delegate.iterator, context.arg);\n\n if (record.type === \"throw\") {\n context.method = \"throw\";\n context.arg = record.arg;\n context.delegate = null;\n return ContinueSentinel;\n }\n\n var info = record.arg;\n\n if (! info) {\n context.method = \"throw\";\n context.arg = new TypeError(\"iterator result is not an object\");\n context.delegate = null;\n return ContinueSentinel;\n }\n\n if (info.done) {\n // Assign the result of the finished delegate to the temporary\n // variable specified by delegate.resultName (see delegateYield).\n context[delegate.resultName] = info.value;\n\n // Resume execution at the desired location (see delegateYield).\n context.next = delegate.nextLoc;\n\n // If context.method was \"throw\" but the delegate handled the\n // exception, let the outer generator proceed normally. If\n // context.method was \"next\", forget context.arg since it has been\n // \"consumed\" by the delegate iterator. If context.method was\n // \"return\", allow the original .return call to continue in the\n // outer generator.\n if (context.method !== \"return\") {\n context.method = \"next\";\n context.arg = undefined;\n }\n\n } else {\n // Re-yield the result returned by the delegate method.\n return info;\n }\n\n // The delegate iterator is finished, so forget it and continue with\n // the outer generator.\n context.delegate = null;\n return ContinueSentinel;\n }\n\n // Define Generator.prototype.{next,throw,return} in terms of the\n // unified ._invoke helper method.\n defineIteratorMethods(Gp);\n\n Gp[toStringTagSymbol] = \"Generator\";\n\n // A Generator should always return itself as the iterator object when the\n // @@iterator function is called on it. Some browsers' implementations of the\n // iterator prototype chain incorrectly implement this, causing the Generator\n // object to not be returned from this call. This ensures that doesn't happen.\n // See https://github.com/facebook/regenerator/issues/274 for more details.\n Gp[iteratorSymbol] = function() {\n return this;\n };\n\n Gp.toString = function() {\n return \"[object Generator]\";\n };\n\n function pushTryEntry(locs) {\n var entry = { tryLoc: locs[0] };\n\n if (1 in locs) {\n entry.catchLoc = locs[1];\n }\n\n if (2 in locs) {\n entry.finallyLoc = locs[2];\n entry.afterLoc = locs[3];\n }\n\n this.tryEntries.push(entry);\n }\n\n function resetTryEntry(entry) {\n var record = entry.completion || {};\n record.type = \"normal\";\n delete record.arg;\n entry.completion = record;\n }\n\n function Context(tryLocsList) {\n // The root entry object (effectively a try statement without a catch\n // or a finally block) gives us a place to store values thrown from\n // locations where there is no enclosing try statement.\n this.tryEntries = [{ tryLoc: \"root\" }];\n tryLocsList.forEach(pushTryEntry, this);\n this.reset(true);\n }\n\n exports.keys = function(object) {\n var keys = [];\n for (var key in object) {\n keys.push(key);\n }\n keys.reverse();\n\n // Rather than returning an object with a next method, we keep\n // things simple and return the next function itself.\n return function next() {\n while (keys.length) {\n var key = keys.pop();\n if (key in object) {\n next.value = key;\n next.done = false;\n return next;\n }\n }\n\n // To avoid creating an additional object, we just hang the .value\n // and .done properties off the next function object itself. This\n // also ensures that the minifier will not anonymize the function.\n next.done = true;\n return next;\n };\n };\n\n function values(iterable) {\n if (iterable) {\n var iteratorMethod = iterable[iteratorSymbol];\n if (iteratorMethod) {\n return iteratorMethod.call(iterable);\n }\n\n if (typeof iterable.next === \"function\") {\n return iterable;\n }\n\n if (!isNaN(iterable.length)) {\n var i = -1, next = function next() {\n while (++i < iterable.length) {\n if (hasOwn.call(iterable, i)) {\n next.value = iterable[i];\n next.done = false;\n return next;\n }\n }\n\n next.value = undefined;\n next.done = true;\n\n return next;\n };\n\n return next.next = next;\n }\n }\n\n // Return an iterator with no values.\n return { next: doneResult };\n }\n exports.values = values;\n\n function doneResult() {\n return { value: undefined, done: true };\n }\n\n Context.prototype = {\n constructor: Context,\n\n reset: function(skipTempReset) {\n this.prev = 0;\n this.next = 0;\n // Resetting context._sent for legacy support of Babel's\n // function.sent implementation.\n this.sent = this._sent = undefined;\n this.done = false;\n this.delegate = null;\n\n this.method = \"next\";\n this.arg = undefined;\n\n this.tryEntries.forEach(resetTryEntry);\n\n if (!skipTempReset) {\n for (var name in this) {\n // Not sure about the optimal order of these conditions:\n if (name.charAt(0) === \"t\" &&\n hasOwn.call(this, name) &&\n !isNaN(+name.slice(1))) {\n this[name] = undefined;\n }\n }\n }\n },\n\n stop: function() {\n this.done = true;\n\n var rootEntry = this.tryEntries[0];\n var rootRecord = rootEntry.completion;\n if (rootRecord.type === \"throw\") {\n throw rootRecord.arg;\n }\n\n return this.rval;\n },\n\n dispatchException: function(exception) {\n if (this.done) {\n throw exception;\n }\n\n var context = this;\n function handle(loc, caught) {\n record.type = \"throw\";\n record.arg = exception;\n context.next = loc;\n\n if (caught) {\n // If the dispatched exception was caught by a catch block,\n // then let that catch block handle the exception normally.\n context.method = \"next\";\n context.arg = undefined;\n }\n\n return !! caught;\n }\n\n for (var i = this.tryEntries.length - 1; i >= 0; --i) {\n var entry = this.tryEntries[i];\n var record = entry.completion;\n\n if (entry.tryLoc === \"root\") {\n // Exception thrown outside of any try block that could handle\n // it, so set the completion value of the entire function to\n // throw the exception.\n return handle(\"end\");\n }\n\n if (entry.tryLoc <= this.prev) {\n var hasCatch = hasOwn.call(entry, \"catchLoc\");\n var hasFinally = hasOwn.call(entry, \"finallyLoc\");\n\n if (hasCatch && hasFinally) {\n if (this.prev < entry.catchLoc) {\n return handle(entry.catchLoc, true);\n } else if (this.prev < entry.finallyLoc) {\n return handle(entry.finallyLoc);\n }\n\n } else if (hasCatch) {\n if (this.prev < entry.catchLoc) {\n return handle(entry.catchLoc, true);\n }\n\n } else if (hasFinally) {\n if (this.prev < entry.finallyLoc) {\n return handle(entry.finallyLoc);\n }\n\n } else {\n throw new Error(\"try statement without catch or finally\");\n }\n }\n }\n },\n\n abrupt: function(type, arg) {\n for (var i = this.tryEntries.length - 1; i >= 0; --i) {\n var entry = this.tryEntries[i];\n if (entry.tryLoc <= this.prev &&\n hasOwn.call(entry, \"finallyLoc\") &&\n this.prev < entry.finallyLoc) {\n var finallyEntry = entry;\n break;\n }\n }\n\n if (finallyEntry &&\n (type === \"break\" ||\n type === \"continue\") &&\n finallyEntry.tryLoc <= arg &&\n arg <= finallyEntry.finallyLoc) {\n // Ignore the finally entry if control is not jumping to a\n // location outside the try/catch block.\n finallyEntry = null;\n }\n\n var record = finallyEntry ? finallyEntry.completion : {};\n record.type = type;\n record.arg = arg;\n\n if (finallyEntry) {\n this.method = \"next\";\n this.next = finallyEntry.finallyLoc;\n return ContinueSentinel;\n }\n\n return this.complete(record);\n },\n\n complete: function(record, afterLoc) {\n if (record.type === \"throw\") {\n throw record.arg;\n }\n\n if (record.type === \"break\" ||\n record.type === \"continue\") {\n this.next = record.arg;\n } else if (record.type === \"return\") {\n this.rval = this.arg = record.arg;\n this.method = \"return\";\n this.next = \"end\";\n } else if (record.type === \"normal\" && afterLoc) {\n this.next = afterLoc;\n }\n\n return ContinueSentinel;\n },\n\n finish: function(finallyLoc) {\n for (var i = this.tryEntries.length - 1; i >= 0; --i) {\n var entry = this.tryEntries[i];\n if (entry.finallyLoc === finallyLoc) {\n this.complete(entry.completion, entry.afterLoc);\n resetTryEntry(entry);\n return ContinueSentinel;\n }\n }\n },\n\n \"catch\": function(tryLoc) {\n for (var i = this.tryEntries.length - 1; i >= 0; --i) {\n var entry = this.tryEntries[i];\n if (entry.tryLoc === tryLoc) {\n var record = entry.completion;\n if (record.type === \"throw\") {\n var thrown = record.arg;\n resetTryEntry(entry);\n }\n return thrown;\n }\n }\n\n // The context.catch method must only be called with a location\n // argument that corresponds to a known catch block.\n throw new Error(\"illegal catch attempt\");\n },\n\n delegateYield: function(iterable, resultName, nextLoc) {\n this.delegate = {\n iterator: values(iterable),\n resultName: resultName,\n nextLoc: nextLoc\n };\n\n if (this.method === \"next\") {\n // Deliberately forget the last sent value so that we don't\n // accidentally pass it on to the delegate.\n this.arg = undefined;\n }\n\n return ContinueSentinel;\n }\n };\n\n // Regardless of whether this script is executing as a CommonJS module\n // or not, return the runtime object so that we can declare the variable\n // regeneratorRuntime in the outer scope, which allows this module to be\n // injected easily by `bin/regenerator --include-runtime script.js`.\n return exports;\n\n}(\n // If this script is executing as a CommonJS module, use module.exports\n // as the regeneratorRuntime namespace. Otherwise create a new empty\n // object. Either way, the resulting object will be used to initialize\n // the regeneratorRuntime variable at the top of this file.\n typeof module === \"object\" ? module.exports : {}\n));\n\ntry {\n regeneratorRuntime = runtime;\n} catch (accidentalStrictMode) {\n // This module should not be running in strict mode, so the above\n // assignment should always work unless something is misconfigured. Just\n // in case runtime.js accidentally runs in strict mode, we can escape\n // strict mode using a global Function call. This could conceivably fail\n // if a Content Security Policy forbids using Function, but in that case\n // the proper solution is to fix the accidental strict mode problem. If\n // you've misconfigured your bundler to force strict mode and applied a\n // CSP to forbid Function, and you're not willing to fix either of those\n // problems, please detail your unique predicament in a GitHub issue.\n Function(\"r\", \"regeneratorRuntime = r\")(runtime);\n}\n","/**\n * @copyright 2019 Christoph Wurst <christoph@winzerhof-wurst.at>\n *\n * @author 2019 Christoph Wurst <christoph@winzerhof-wurst.at>\n *\n * @license GNU AGPL version 3 or any later version\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see <http://www.gnu.org/licenses/>.\n */\n\nimport './console'\nimport './closest'\nimport './windows-phone'\n","/* eslint-disable no-console */\n/**\n * @copyright 2019 Christoph Wurst <christoph@winzerhof-wurst.at>\n *\n * @author 2019 Christoph Wurst <christoph@winzerhof-wurst.at>\n *\n * @license GNU AGPL version 3 or any later version\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see <http://www.gnu.org/licenses/>.\n */\n\nif (typeof console === 'undefined' || typeof console.log === 'undefined') {\n\tif (!window.console) {\n\t\twindow.console = {}\n\t}\n\tconst noOp = () => {}\n\tconst methods = ['log', 'debug', 'warn', 'info', 'error', 'assert', 'time', 'timeEnd']\n\tfor (let i = 0; i < methods.length; i++) {\n\t\tconsole[methods[i]] = noOp\n\t}\n}\n","// https://developer.mozilla.org/en-US/docs/Web/API/Element/closest#Polyfill\n\nif (!Element.prototype.matches) {\n\tElement.prototype.matches\n\t\t= Element.prototype.msMatchesSelector\n\t\t|| Element.prototype.webkitMatchesSelector\n}\n\nif (!Element.prototype.closest) {\n\tElement.prototype.closest = function(s) {\n\t\tlet el = this\n\n\t\tdo {\n\t\t\tif (el.matches(s)) return el\n\t\t\tel = el.parentElement || el.parentNode\n\t\t} while (el !== null && el.nodeType === 1)\n\t\treturn null\n\t}\n}\n","/*\n * @copyright 2019 Christoph Wurst <christoph@winzerhof-wurst.at>\n *\n * @author 2019 Christoph Wurst <christoph@winzerhof-wurst.at>\n *\n * @license GNU AGPL version 3 or any later version\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see <http://www.gnu.org/licenses/>.\n */\n\n// fix device width on windows phone\nif ('-ms-user-select' in document.documentElement.style && navigator.userAgent.match(/IEMobile\\/10\\.0/)) {\n\tconst msViewportStyle = document.createElement('style')\n\tmsViewportStyle.appendChild(\n\t\tdocument.createTextNode('@-ms-viewport{width:auto!important}')\n\t)\n\tdocument.getElementsByTagName('head')[0].appendChild(msViewportStyle)\n}\n","/*! jQuery Migrate v1.4.1 | (c) jQuery Foundation and other contributors | jquery.org/license */\n\"undefined\"==typeof jQuery.migrateMute&&(jQuery.migrateMute=!0),function(a,b,c){function d(c){var d=b.console;f[c]||(f[c]=!0,a.migrateWarnings.push(c),d&&d.warn&&!a.migrateMute&&(d.warn(\"JQMIGRATE: \"+c),a.migrateTrace&&d.trace&&d.trace()))}function e(b,c,e,f){if(Object.defineProperty)try{return void Object.defineProperty(b,c,{configurable:!0,enumerable:!0,get:function(){return d(f),e},set:function(a){d(f),e=a}})}catch(g){}a._definePropertyBroken=!0,b[c]=e}a.migrateVersion=\"1.4.1\";var f={};a.migrateWarnings=[],b.console&&b.console.log&&b.console.log(\"JQMIGRATE: Migrate is installed\"+(a.migrateMute?\"\":\" with logging active\")+\", version \"+a.migrateVersion),a.migrateTrace===c&&(a.migrateTrace=!0),a.migrateReset=function(){f={},a.migrateWarnings.length=0},\"BackCompat\"===document.compatMode&&d(\"jQuery is not compatible with Quirks Mode\");var g=a(\"<input/>\",{size:1}).attr(\"size\")&&a.attrFn,h=a.attr,i=a.attrHooks.value&&a.attrHooks.value.get||function(){return null},j=a.attrHooks.value&&a.attrHooks.value.set||function(){return c},k=/^(?:input|button)$/i,l=/^[238]$/,m=/^(?:autofocus|autoplay|async|checked|controls|defer|disabled|hidden|loop|multiple|open|readonly|required|scoped|selected)$/i,n=/^(?:checked|selected)$/i;e(a,\"attrFn\",g||{},\"jQuery.attrFn is deprecated\"),a.attr=function(b,e,f,i){var j=e.toLowerCase(),o=b&&b.nodeType;return i&&(h.length<4&&d(\"jQuery.fn.attr( props, pass ) is deprecated\"),b&&!l.test(o)&&(g?e in g:a.isFunction(a.fn[e])))?a(b)[e](f):(\"type\"===e&&f!==c&&k.test(b.nodeName)&&b.parentNode&&d(\"Can't change the 'type' of an input or button in IE 6/7/8\"),!a.attrHooks[j]&&m.test(j)&&(a.attrHooks[j]={get:function(b,d){var e,f=a.prop(b,d);return f===!0||\"boolean\"!=typeof f&&(e=b.getAttributeNode(d))&&e.nodeValue!==!1?d.toLowerCase():c},set:function(b,c,d){var e;return c===!1?a.removeAttr(b,d):(e=a.propFix[d]||d,e in b&&(b[e]=!0),b.setAttribute(d,d.toLowerCase())),d}},n.test(j)&&d(\"jQuery.fn.attr('\"+j+\"') might use property instead of attribute\")),h.call(a,b,e,f))},a.attrHooks.value={get:function(a,b){var c=(a.nodeName||\"\").toLowerCase();return\"button\"===c?i.apply(this,arguments):(\"input\"!==c&&\"option\"!==c&&d(\"jQuery.fn.attr('value') no longer gets properties\"),b in a?a.value:null)},set:function(a,b){var c=(a.nodeName||\"\").toLowerCase();return\"button\"===c?j.apply(this,arguments):(\"input\"!==c&&\"option\"!==c&&d(\"jQuery.fn.attr('value', val) no longer sets properties\"),void(a.value=b))}};var o,p,q=a.fn.init,r=a.find,s=a.parseJSON,t=/^\\s*</,u=/\\[(\\s*[-\\w]+\\s*)([~|^$*]?=)\\s*([-\\w#]*?#[-\\w#]*)\\s*\\]/,v=/\\[(\\s*[-\\w]+\\s*)([~|^$*]?=)\\s*([-\\w#]*?#[-\\w#]*)\\s*\\]/g,w=/^([^<]*)(<[\\w\\W]+>)([^>]*)$/;a.fn.init=function(b,e,f){var g,h;return b&&\"string\"==typeof b&&!a.isPlainObject(e)&&(g=w.exec(a.trim(b)))&&g[0]&&(t.test(b)||d(\"$(html) HTML strings must start with '<' character\"),g[3]&&d(\"$(html) HTML text after last tag is ignored\"),\"#\"===g[0].charAt(0)&&(d(\"HTML string cannot start with a '#' character\"),a.error(\"JQMIGRATE: Invalid selector string (XSS)\")),e&&e.context&&e.context.nodeType&&(e=e.context),a.parseHTML)?q.call(this,a.parseHTML(g[2],e&&e.ownerDocument||e||document,!0),e,f):(h=q.apply(this,arguments),b&&b.selector!==c?(h.selector=b.selector,h.context=b.context):(h.selector=\"string\"==typeof b?b:\"\",b&&(h.context=b.nodeType?b:e||document)),h)},a.fn.init.prototype=a.fn,a.find=function(a){var b=Array.prototype.slice.call(arguments);if(\"string\"==typeof a&&u.test(a))try{document.querySelector(a)}catch(c){a=a.replace(v,function(a,b,c,d){return\"[\"+b+c+'\"'+d+'\"]'});try{document.querySelector(a),d(\"Attribute selector with '#' must be quoted: \"+b[0]),b[0]=a}catch(e){d(\"Attribute selector with '#' was not fixed: \"+b[0])}}return r.apply(this,b)};var x;for(x in r)Object.prototype.hasOwnProperty.call(r,x)&&(a.find[x]=r[x]);a.parseJSON=function(a){return a?s.apply(this,arguments):(d(\"jQuery.parseJSON requires a valid JSON string\"),null)},a.uaMatch=function(a){a=a.toLowerCase();var b=/(chrome)[ \\/]([\\w.]+)/.exec(a)||/(webkit)[ \\/]([\\w.]+)/.exec(a)||/(opera)(?:.*version|)[ \\/]([\\w.]+)/.exec(a)||/(msie) ([\\w.]+)/.exec(a)||a.indexOf(\"compatible\")<0&&/(mozilla)(?:.*? rv:([\\w.]+)|)/.exec(a)||[];return{browser:b[1]||\"\",version:b[2]||\"0\"}},a.browser||(o=a.uaMatch(navigator.userAgent),p={},o.browser&&(p[o.browser]=!0,p.version=o.version),p.chrome?p.webkit=!0:p.webkit&&(p.safari=!0),a.browser=p),e(a,\"browser\",a.browser,\"jQuery.browser is deprecated\"),a.boxModel=a.support.boxModel=\"CSS1Compat\"===document.compatMode,e(a,\"boxModel\",a.boxModel,\"jQuery.boxModel is deprecated\"),e(a.support,\"boxModel\",a.support.boxModel,\"jQuery.support.boxModel is deprecated\"),a.sub=function(){function b(a,c){return new b.fn.init(a,c)}a.extend(!0,b,this),b.superclass=this,b.fn=b.prototype=this(),b.fn.constructor=b,b.sub=this.sub,b.fn.init=function(d,e){var f=a.fn.init.call(this,d,e,c);return f instanceof b?f:b(f)},b.fn.init.prototype=b.fn;var c=b(document);return d(\"jQuery.sub() is deprecated\"),b},a.fn.size=function(){return d(\"jQuery.fn.size() is deprecated; use the .length property\"),this.length};var y=!1;a.swap&&a.each([\"height\",\"width\",\"reliableMarginRight\"],function(b,c){var d=a.cssHooks[c]&&a.cssHooks[c].get;d&&(a.cssHooks[c].get=function(){var a;return y=!0,a=d.apply(this,arguments),y=!1,a})}),a.swap=function(a,b,c,e){var f,g,h={};y||d(\"jQuery.swap() is undocumented and deprecated\");for(g in b)h[g]=a.style[g],a.style[g]=b[g];f=c.apply(a,e||[]);for(g in b)a.style[g]=h[g];return f},a.ajaxSetup({converters:{\"text json\":a.parseJSON}});var z=a.fn.data;a.fn.data=function(b){var e,f,g=this[0];return!g||\"events\"!==b||1!==arguments.length||(e=a.data(g,b),f=a._data(g,b),e!==c&&e!==f||f===c)?z.apply(this,arguments):(d(\"Use of jQuery.fn.data('events') is deprecated\"),f)};var A=/\\/(java|ecma)script/i;a.clean||(a.clean=function(b,c,e,f){c=c||document,c=!c.nodeType&&c[0]||c,c=c.ownerDocument||c,d(\"jQuery.clean() is deprecated\");var g,h,i,j,k=[];if(a.merge(k,a.buildFragment(b,c).childNodes),e)for(i=function(a){return!a.type||A.test(a.type)?f?f.push(a.parentNode?a.parentNode.removeChild(a):a):e.appendChild(a):void 0},g=0;null!=(h=k[g]);g++)a.nodeName(h,\"script\")&&i(h)||(e.appendChild(h),\"undefined\"!=typeof h.getElementsByTagName&&(j=a.grep(a.merge([],h.getElementsByTagName(\"script\")),i),k.splice.apply(k,[g+1,0].concat(j)),g+=j.length));return k});var B=a.event.add,C=a.event.remove,D=a.event.trigger,E=a.fn.toggle,F=a.fn.live,G=a.fn.die,H=a.fn.load,I=\"ajaxStart|ajaxStop|ajaxSend|ajaxComplete|ajaxError|ajaxSuccess\",J=new RegExp(\"\\\\b(?:\"+I+\")\\\\b\"),K=/(?:^|\\s)hover(\\.\\S+|)\\b/,L=function(b){return\"string\"!=typeof b||a.event.special.hover?b:(K.test(b)&&d(\"'hover' pseudo-event is deprecated, use 'mouseenter mouseleave'\"),b&&b.replace(K,\"mouseenter$1 mouseleave$1\"))};a.event.props&&\"attrChange\"!==a.event.props[0]&&a.event.props.unshift(\"attrChange\",\"attrName\",\"relatedNode\",\"srcElement\"),a.event.dispatch&&e(a.event,\"handle\",a.event.dispatch,\"jQuery.event.handle is undocumented and deprecated\"),a.event.add=function(a,b,c,e,f){a!==document&&J.test(b)&&d(\"AJAX events should be attached to document: \"+b),B.call(this,a,L(b||\"\"),c,e,f)},a.event.remove=function(a,b,c,d,e){C.call(this,a,L(b)||\"\",c,d,e)},a.each([\"load\",\"unload\",\"error\"],function(b,c){a.fn[c]=function(){var a=Array.prototype.slice.call(arguments,0);return\"load\"===c&&\"string\"==typeof a[0]?H.apply(this,a):(d(\"jQuery.fn.\"+c+\"() is deprecated\"),a.splice(0,0,c),arguments.length?this.bind.apply(this,a):(this.triggerHandler.apply(this,a),this))}}),a.fn.toggle=function(b,c){if(!a.isFunction(b)||!a.isFunction(c))return E.apply(this,arguments);d(\"jQuery.fn.toggle(handler, handler...) is deprecated\");var e=arguments,f=b.guid||a.guid++,g=0,h=function(c){var d=(a._data(this,\"lastToggle\"+b.guid)||0)%g;return a._data(this,\"lastToggle\"+b.guid,d+1),c.preventDefault(),e[d].apply(this,arguments)||!1};for(h.guid=f;g<e.length;)e[g++].guid=f;return this.click(h)},a.fn.live=function(b,c,e){return d(\"jQuery.fn.live() is deprecated\"),F?F.apply(this,arguments):(a(this.context).on(b,this.selector,c,e),this)},a.fn.die=function(b,c){return d(\"jQuery.fn.die() is deprecated\"),G?G.apply(this,arguments):(a(this.context).off(b,this.selector||\"**\",c),this)},a.event.trigger=function(a,b,c,e){return c||J.test(a)||d(\"Global events are undocumented and deprecated\"),D.call(this,a,b,c||document,e)},a.each(I.split(\"|\"),function(b,c){a.event.special[c]={setup:function(){var b=this;return b!==document&&(a.event.add(document,c+\".\"+a.guid,function(){a.event.trigger(c,Array.prototype.slice.call(arguments,1),b,!0)}),a._data(this,c,a.guid++)),!1},teardown:function(){return this!==document&&a.event.remove(document,c+\".\"+a._data(this,c)),!1}}}),a.event.special.ready={setup:function(){this===document&&d(\"'ready' event is deprecated\")}};var M=a.fn.andSelf||a.fn.addBack,N=a.fn.find;if(a.fn.andSelf=function(){return d(\"jQuery.fn.andSelf() replaced by jQuery.fn.addBack()\"),M.apply(this,arguments)},a.fn.find=function(a){var b=N.apply(this,arguments);return b.context=this.context,b.selector=this.selector?this.selector+\" \"+a:a,b},a.Callbacks){var O=a.Deferred,P=[[\"resolve\",\"done\",a.Callbacks(\"once memory\"),a.Callbacks(\"once memory\"),\"resolved\"],[\"reject\",\"fail\",a.Callbacks(\"once memory\"),a.Callbacks(\"once memory\"),\"rejected\"],[\"notify\",\"progress\",a.Callbacks(\"memory\"),a.Callbacks(\"memory\")]];a.Deferred=function(b){var c=O(),e=c.promise();return c.pipe=e.pipe=function(){var b=arguments;return d(\"deferred.pipe() is deprecated\"),a.Deferred(function(d){a.each(P,function(f,g){var h=a.isFunction(b[f])&&b[f];c[g[1]](function(){var b=h&&h.apply(this,arguments);b&&a.isFunction(b.promise)?b.promise().done(d.resolve).fail(d.reject).progress(d.notify):d[g[0]+\"With\"](this===e?d.promise():this,h?[b]:arguments)})}),b=null}).promise()},c.isResolved=function(){return d(\"deferred.isResolved is deprecated\"),\"resolved\"===c.state()},c.isRejected=function(){return d(\"deferred.isRejected is deprecated\"),\"rejected\"===c.state()},b&&b.call(c,c),c}}}(jQuery,window);","/*! jQuery UI - v1.12.1 - 2016-09-14\n* http://jqueryui.com\n* Includes: widget.js, position.js, data.js, disable-selection.js, effect.js, effects/effect-blind.js, effects/effect-bounce.js, effects/effect-clip.js, effects/effect-drop.js, effects/effect-explode.js, effects/effect-fade.js, effects/effect-fold.js, effects/effect-highlight.js, effects/effect-puff.js, effects/effect-pulsate.js, effects/effect-scale.js, effects/effect-shake.js, effects/effect-size.js, effects/effect-slide.js, effects/effect-transfer.js, focusable.js, form-reset-mixin.js, jquery-1-7.js, keycode.js, labels.js, scroll-parent.js, tabbable.js, unique-id.js, widgets/accordion.js, widgets/autocomplete.js, widgets/button.js, widgets/checkboxradio.js, widgets/controlgroup.js, widgets/datepicker.js, widgets/dialog.js, widgets/draggable.js, widgets/droppable.js, widgets/menu.js, widgets/mouse.js, widgets/progressbar.js, widgets/resizable.js, widgets/selectable.js, widgets/selectmenu.js, widgets/slider.js, widgets/sortable.js, widgets/spinner.js, widgets/tabs.js, widgets/tooltip.js\n* Copyright jQuery Foundation and other contributors; Licensed MIT */\n\n(function( factory ) {\n\tif ( typeof define === \"function\" && define.amd ) {\n\n\t\t// AMD. Register as an anonymous module.\n\t\tdefine([ \"jquery\" ], factory );\n\t} else {\n\n\t\t// Browser globals\n\t\tfactory( jQuery );\n\t}\n}(function( $ ) {\n\n$.ui = $.ui || {};\n\nvar version = $.ui.version = \"1.12.1\";\n\n\n/*!\n * jQuery UI Widget 1.12.1\n * http://jqueryui.com\n *\n * Copyright jQuery Foundation and other contributors\n * Released under the MIT license.\n * http://jquery.org/license\n */\n\n//>>label: Widget\n//>>group: Core\n//>>description: Provides a factory for creating stateful widgets with a common API.\n//>>docs: http://api.jqueryui.com/jQuery.widget/\n//>>demos: http://jqueryui.com/widget/\n\n\n\nvar widgetUuid = 0;\nvar widgetSlice = Array.prototype.slice;\n\n$.cleanData = ( function( orig ) {\n\treturn function( elems ) {\n\t\tvar events, elem, i;\n\t\tfor ( i = 0; ( elem = elems[ i ] ) != null; i++ ) {\n\t\t\ttry {\n\n\t\t\t\t// Only trigger remove when necessary to save time\n\t\t\t\tevents = $._data( elem, \"events\" );\n\t\t\t\tif ( events && events.remove ) {\n\t\t\t\t\t$( elem ).triggerHandler( \"remove\" );\n\t\t\t\t}\n\n\t\t\t// Http://bugs.jquery.com/ticket/8235\n\t\t\t} catch ( e ) {}\n\t\t}\n\t\torig( elems );\n\t};\n} )( $.cleanData );\n\n$.widget = function( name, base, prototype ) {\n\tvar existingConstructor, constructor, basePrototype;\n\n\t// ProxiedPrototype allows the provided prototype to remain unmodified\n\t// so that it can be used as a mixin for multiple widgets (#8876)\n\tvar proxiedPrototype = {};\n\n\tvar namespace = name.split( \".\" )[ 0 ];\n\tname = name.split( \".\" )[ 1 ];\n\tvar fullName = namespace + \"-\" + name;\n\n\tif ( !prototype ) {\n\t\tprototype = base;\n\t\tbase = $.Widget;\n\t}\n\n\tif ( $.isArray( prototype ) ) {\n\t\tprototype = $.extend.apply( null, [ {} ].concat( prototype ) );\n\t}\n\n\t// Create selector for plugin\n\t$.expr[ \":\" ][ fullName.toLowerCase() ] = function( elem ) {\n\t\treturn !!$.data( elem, fullName );\n\t};\n\n\t$[ namespace ] = $[ namespace ] || {};\n\texistingConstructor = $[ namespace ][ name ];\n\tconstructor = $[ namespace ][ name ] = function( options, element ) {\n\n\t\t// Allow instantiation without \"new\" keyword\n\t\tif ( !this._createWidget ) {\n\t\t\treturn new constructor( options, element );\n\t\t}\n\n\t\t// Allow instantiation without initializing for simple inheritance\n\t\t// must use \"new\" keyword (the code above always passes args)\n\t\tif ( arguments.length ) {\n\t\t\tthis._createWidget( options, element );\n\t\t}\n\t};\n\n\t// Extend with the existing constructor to carry over any static properties\n\t$.extend( constructor, existingConstructor, {\n\t\tversion: prototype.version,\n\n\t\t// Copy the object used to create the prototype in case we need to\n\t\t// redefine the widget later\n\t\t_proto: $.extend( {}, prototype ),\n\n\t\t// Track widgets that inherit from this widget in case this widget is\n\t\t// redefined after a widget inherits from it\n\t\t_childConstructors: []\n\t} );\n\n\tbasePrototype = new base();\n\n\t// We need to make the options hash a property directly on the new instance\n\t// otherwise we'll modify the options hash on the prototype that we're\n\t// inheriting from\n\tbasePrototype.options = $.widget.extend( {}, basePrototype.options );\n\t$.each( prototype, function( prop, value ) {\n\t\tif ( !$.isFunction( value ) ) {\n\t\t\tproxiedPrototype[ prop ] = value;\n\t\t\treturn;\n\t\t}\n\t\tproxiedPrototype[ prop ] = ( function() {\n\t\t\tfunction _super() {\n\t\t\t\treturn base.prototype[ prop ].apply( this, arguments );\n\t\t\t}\n\n\t\t\tfunction _superApply( args ) {\n\t\t\t\treturn base.prototype[ prop ].apply( this, args );\n\t\t\t}\n\n\t\t\treturn function() {\n\t\t\t\tvar __super = this._super;\n\t\t\t\tvar __superApply = this._superApply;\n\t\t\t\tvar returnValue;\n\n\t\t\t\tthis._super = _super;\n\t\t\t\tthis._superApply = _superApply;\n\n\t\t\t\treturnValue = value.apply( this, arguments );\n\n\t\t\t\tthis._super = __super;\n\t\t\t\tthis._superApply = __superApply;\n\n\t\t\t\treturn returnValue;\n\t\t\t};\n\t\t} )();\n\t} );\n\tconstructor.prototype = $.widget.extend( basePrototype, {\n\n\t\t// TODO: remove support for widgetEventPrefix\n\t\t// always use the name + a colon as the prefix, e.g., draggable:start\n\t\t// don't prefix for widgets that aren't DOM-based\n\t\twidgetEventPrefix: existingConstructor ? ( basePrototype.widgetEventPrefix || name ) : name\n\t}, proxiedPrototype, {\n\t\tconstructor: constructor,\n\t\tnamespace: namespace,\n\t\twidgetName: name,\n\t\twidgetFullName: fullName\n\t} );\n\n\t// If this widget is being redefined then we need to find all widgets that\n\t// are inheriting from it and redefine all of them so that they inherit from\n\t// the new version of this widget. We're essentially trying to replace one\n\t// level in the prototype chain.\n\tif ( existingConstructor ) {\n\t\t$.each( existingConstructor._childConstructors, function( i, child ) {\n\t\t\tvar childPrototype = child.prototype;\n\n\t\t\t// Redefine the child widget using the same prototype that was\n\t\t\t// originally used, but inherit from the new version of the base\n\t\t\t$.widget( childPrototype.namespace + \".\" + childPrototype.widgetName, constructor,\n\t\t\t\tchild._proto );\n\t\t} );\n\n\t\t// Remove the list of existing child constructors from the old constructor\n\t\t// so the old child constructors can be garbage collected\n\t\tdelete existingConstructor._childConstructors;\n\t} else {\n\t\tbase._childConstructors.push( constructor );\n\t}\n\n\t$.widget.bridge( name, constructor );\n\n\treturn constructor;\n};\n\n$.widget.extend = function( target ) {\n\tvar input = widgetSlice.call( arguments, 1 );\n\tvar inputIndex = 0;\n\tvar inputLength = input.length;\n\tvar key;\n\tvar value;\n\n\tfor ( ; inputIndex < inputLength; inputIndex++ ) {\n\t\tfor ( key in input[ inputIndex ] ) {\n\t\t\tvalue = input[ inputIndex ][ key ];\n\t\t\tif ( input[ inputIndex ].hasOwnProperty( key ) && value !== undefined ) {\n\n\t\t\t\t// Clone objects\n\t\t\t\tif ( $.isPlainObject( value ) ) {\n\t\t\t\t\ttarget[ key ] = $.isPlainObject( target[ key ] ) ?\n\t\t\t\t\t\t$.widget.extend( {}, target[ key ], value ) :\n\n\t\t\t\t\t\t// Don't extend strings, arrays, etc. with objects\n\t\t\t\t\t\t$.widget.extend( {}, value );\n\n\t\t\t\t// Copy everything else by reference\n\t\t\t\t} else {\n\t\t\t\t\ttarget[ key ] = value;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n\treturn target;\n};\n\n$.widget.bridge = function( name, object ) {\n\tvar fullName = object.prototype.widgetFullName || name;\n\t$.fn[ name ] = function( options ) {\n\t\tvar isMethodCall = typeof options === \"string\";\n\t\tvar args = widgetSlice.call( arguments, 1 );\n\t\tvar returnValue = this;\n\n\t\tif ( isMethodCall ) {\n\n\t\t\t// If this is an empty collection, we need to have the instance method\n\t\t\t// return undefined instead of the jQuery instance\n\t\t\tif ( !this.length && options === \"instance\" ) {\n\t\t\t\treturnValue = undefined;\n\t\t\t} else {\n\t\t\t\tthis.each( function() {\n\t\t\t\t\tvar methodValue;\n\t\t\t\t\tvar instance = $.data( this, fullName );\n\n\t\t\t\t\tif ( options === \"instance\" ) {\n\t\t\t\t\t\treturnValue = instance;\n\t\t\t\t\t\treturn false;\n\t\t\t\t\t}\n\n\t\t\t\t\tif ( !instance ) {\n\t\t\t\t\t\treturn $.error( \"cannot call methods on \" + name +\n\t\t\t\t\t\t\t\" prior to initialization; \" +\n\t\t\t\t\t\t\t\"attempted to call method '\" + options + \"'\" );\n\t\t\t\t\t}\n\n\t\t\t\t\tif ( !$.isFunction( instance[ options ] ) || options.charAt( 0 ) === \"_\" ) {\n\t\t\t\t\t\treturn $.error( \"no such method '\" + options + \"' for \" + name +\n\t\t\t\t\t\t\t\" widget instance\" );\n\t\t\t\t\t}\n\n\t\t\t\t\tmethodValue = instance[ options ].apply( instance, args );\n\n\t\t\t\t\tif ( methodValue !== instance && methodValue !== undefined ) {\n\t\t\t\t\t\treturnValue = methodValue && methodValue.jquery ?\n\t\t\t\t\t\t\treturnValue.pushStack( methodValue.get() ) :\n\t\t\t\t\t\t\tmethodValue;\n\t\t\t\t\t\treturn false;\n\t\t\t\t\t}\n\t\t\t\t} );\n\t\t\t}\n\t\t} else {\n\n\t\t\t// Allow multiple hashes to be passed on init\n\t\t\tif ( args.length ) {\n\t\t\t\toptions = $.widget.extend.apply( null, [ options ].concat( args ) );\n\t\t\t}\n\n\t\t\tthis.each( function() {\n\t\t\t\tvar instance = $.data( this, fullName );\n\t\t\t\tif ( instance ) {\n\t\t\t\t\tinstance.option( options || {} );\n\t\t\t\t\tif ( instance._init ) {\n\t\t\t\t\t\tinstance._init();\n\t\t\t\t\t}\n\t\t\t\t} else {\n\t\t\t\t\t$.data( this, fullName, new object( options, this ) );\n\t\t\t\t}\n\t\t\t} );\n\t\t}\n\n\t\treturn returnValue;\n\t};\n};\n\n$.Widget = function( /* options, element */ ) {};\n$.Widget._childConstructors = [];\n\n$.Widget.prototype = {\n\twidgetName: \"widget\",\n\twidgetEventPrefix: \"\",\n\tdefaultElement: \"<div>\",\n\n\toptions: {\n\t\tclasses: {},\n\t\tdisabled: false,\n\n\t\t// Callbacks\n\t\tcreate: null\n\t},\n\n\t_createWidget: function( options, element ) {\n\t\telement = $( element || this.defaultElement || this )[ 0 ];\n\t\tthis.element = $( element );\n\t\tthis.uuid = widgetUuid++;\n\t\tthis.eventNamespace = \".\" + this.widgetName + this.uuid;\n\n\t\tthis.bindings = $();\n\t\tthis.hoverable = $();\n\t\tthis.focusable = $();\n\t\tthis.classesElementLookup = {};\n\n\t\tif ( element !== this ) {\n\t\t\t$.data( element, this.widgetFullName, this );\n\t\t\tthis._on( true, this.element, {\n\t\t\t\tremove: function( event ) {\n\t\t\t\t\tif ( event.target === element ) {\n\t\t\t\t\t\tthis.destroy();\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t} );\n\t\t\tthis.document = $( element.style ?\n\n\t\t\t\t// Element within the document\n\t\t\t\telement.ownerDocument :\n\n\t\t\t\t// Element is window or document\n\t\t\t\telement.document || element );\n\t\t\tthis.window = $( this.document[ 0 ].defaultView || this.document[ 0 ].parentWindow );\n\t\t}\n\n\t\tthis.options = $.widget.extend( {},\n\t\t\tthis.options,\n\t\t\tthis._getCreateOptions(),\n\t\t\toptions );\n\n\t\tthis._create();\n\n\t\tif ( this.options.disabled ) {\n\t\t\tthis._setOptionDisabled( this.options.disabled );\n\t\t}\n\n\t\tthis._trigger( \"create\", null, this._getCreateEventData() );\n\t\tthis._init();\n\t},\n\n\t_getCreateOptions: function() {\n\t\treturn {};\n\t},\n\n\t_getCreateEventData: $.noop,\n\n\t_create: $.noop,\n\n\t_init: $.noop,\n\n\tdestroy: function() {\n\t\tvar that = this;\n\n\t\tthis._destroy();\n\t\t$.each( this.classesElementLookup, function( key, value ) {\n\t\t\tthat._removeClass( value, key );\n\t\t} );\n\n\t\t// We can probably remove the unbind calls in 2.0\n\t\t// all event bindings should go through this._on()\n\t\tthis.element\n\t\t\t.off( this.eventNamespace )\n\t\t\t.removeData( this.widgetFullName );\n\t\tthis.widget()\n\t\t\t.off( this.eventNamespace )\n\t\t\t.removeAttr( \"aria-disabled\" );\n\n\t\t// Clean up events and states\n\t\tthis.bindings.off( this.eventNamespace );\n\t},\n\n\t_destroy: $.noop,\n\n\twidget: function() {\n\t\treturn this.element;\n\t},\n\n\toption: function( key, value ) {\n\t\tvar options = key;\n\t\tvar parts;\n\t\tvar curOption;\n\t\tvar i;\n\n\t\tif ( arguments.length === 0 ) {\n\n\t\t\t// Don't return a reference to the internal hash\n\t\t\treturn $.widget.extend( {}, this.options );\n\t\t}\n\n\t\tif ( typeof key === \"string\" ) {\n\n\t\t\t// Handle nested keys, e.g., \"foo.bar\" => { foo: { bar: ___ } }\n\t\t\toptions = {};\n\t\t\tparts = key.split( \".\" );\n\t\t\tkey = parts.shift();\n\t\t\tif ( parts.length ) {\n\t\t\t\tcurOption = options[ key ] = $.widget.extend( {}, this.options[ key ] );\n\t\t\t\tfor ( i = 0; i < parts.length - 1; i++ ) {\n\t\t\t\t\tcurOption[ parts[ i ] ] = curOption[ parts[ i ] ] || {};\n\t\t\t\t\tcurOption = curOption[ parts[ i ] ];\n\t\t\t\t}\n\t\t\t\tkey = parts.pop();\n\t\t\t\tif ( arguments.length === 1 ) {\n\t\t\t\t\treturn curOption[ key ] === undefined ? null : curOption[ key ];\n\t\t\t\t}\n\t\t\t\tcurOption[ key ] = value;\n\t\t\t} else {\n\t\t\t\tif ( arguments.length === 1 ) {\n\t\t\t\t\treturn this.options[ key ] === undefined ? null : this.options[ key ];\n\t\t\t\t}\n\t\t\t\toptions[ key ] = value;\n\t\t\t}\n\t\t}\n\n\t\tthis._setOptions( options );\n\n\t\treturn this;\n\t},\n\n\t_setOptions: function( options ) {\n\t\tvar key;\n\n\t\tfor ( key in options ) {\n\t\t\tthis._setOption( key, options[ key ] );\n\t\t}\n\n\t\treturn this;\n\t},\n\n\t_setOption: function( key, value ) {\n\t\tif ( key === \"classes\" ) {\n\t\t\tthis._setOptionClasses( value );\n\t\t}\n\n\t\tthis.options[ key ] = value;\n\n\t\tif ( key === \"disabled\" ) {\n\t\t\tthis._setOptionDisabled( value );\n\t\t}\n\n\t\treturn this;\n\t},\n\n\t_setOptionClasses: function( value ) {\n\t\tvar classKey, elements, currentElements;\n\n\t\tfor ( classKey in value ) {\n\t\t\tcurrentElements = this.classesElementLookup[ classKey ];\n\t\t\tif ( value[ classKey ] === this.options.classes[ classKey ] ||\n\t\t\t\t\t!currentElements ||\n\t\t\t\t\t!currentElements.length ) {\n\t\t\t\tcontinue;\n\t\t\t}\n\n\t\t\t// We are doing this to create a new jQuery object because the _removeClass() call\n\t\t\t// on the next line is going to destroy the reference to the current elements being\n\t\t\t// tracked. We need to save a copy of this collection so that we can add the new classes\n\t\t\t// below.\n\t\t\telements = $( currentElements.get() );\n\t\t\tthis._removeClass( currentElements, classKey );\n\n\t\t\t// We don't use _addClass() here, because that uses this.options.classes\n\t\t\t// for generating the string of classes. We want to use the value passed in from\n\t\t\t// _setOption(), this is the new value of the classes option which was passed to\n\t\t\t// _setOption(). We pass this value directly to _classes().\n\t\t\telements.addClass( this._classes( {\n\t\t\t\telement: elements,\n\t\t\t\tkeys: classKey,\n\t\t\t\tclasses: value,\n\t\t\t\tadd: true\n\t\t\t} ) );\n\t\t}\n\t},\n\n\t_setOptionDisabled: function( value ) {\n\t\tthis._toggleClass( this.widget(), this.widgetFullName + \"-disabled\", null, !!value );\n\n\t\t// If the widget is becoming disabled, then nothing is interactive\n\t\tif ( value ) {\n\t\t\tthis._removeClass( this.hoverable, null, \"ui-state-hover\" );\n\t\t\tthis._removeClass( this.focusable, null, \"ui-state-focus\" );\n\t\t}\n\t},\n\n\tenable: function() {\n\t\treturn this._setOptions( { disabled: false } );\n\t},\n\n\tdisable: function() {\n\t\treturn this._setOptions( { disabled: true } );\n\t},\n\n\t_classes: function( options ) {\n\t\tvar full = [];\n\t\tvar that = this;\n\n\t\toptions = $.extend( {\n\t\t\telement: this.element,\n\t\t\tclasses: this.options.classes || {}\n\t\t}, options );\n\n\t\tfunction processClassString( classes, checkOption ) {\n\t\t\tvar current, i;\n\t\t\tfor ( i = 0; i < classes.length; i++ ) {\n\t\t\t\tcurrent = that.classesElementLookup[ classes[ i ] ] || $();\n\t\t\t\tif ( options.add ) {\n\t\t\t\t\tcurrent = $( $.unique( current.get().concat( options.element.get() ) ) );\n\t\t\t\t} else {\n\t\t\t\t\tcurrent = $( current.not( options.element ).get() );\n\t\t\t\t}\n\t\t\t\tthat.classesElementLookup[ classes[ i ] ] = current;\n\t\t\t\tfull.push( classes[ i ] );\n\t\t\t\tif ( checkOption && options.classes[ classes[ i ] ] ) {\n\t\t\t\t\tfull.push( options.classes[ classes[ i ] ] );\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\tthis._on( options.element, {\n\t\t\t\"remove\": \"_untrackClassesElement\"\n\t\t} );\n\n\t\tif ( options.keys ) {\n\t\t\tprocessClassString( options.keys.match( /\\S+/g ) || [], true );\n\t\t}\n\t\tif ( options.extra ) {\n\t\t\tprocessClassString( options.extra.match( /\\S+/g ) || [] );\n\t\t}\n\n\t\treturn full.join( \" \" );\n\t},\n\n\t_untrackClassesElement: function( event ) {\n\t\tvar that = this;\n\t\t$.each( that.classesElementLookup, function( key, value ) {\n\t\t\tif ( $.inArray( event.target, value ) !== -1 ) {\n\t\t\t\tthat.classesElementLookup[ key ] = $( value.not( event.target ).get() );\n\t\t\t}\n\t\t} );\n\t},\n\n\t_removeClass: function( element, keys, extra ) {\n\t\treturn this._toggleClass( element, keys, extra, false );\n\t},\n\n\t_addClass: function( element, keys, extra ) {\n\t\treturn this._toggleClass( element, keys, extra, true );\n\t},\n\n\t_toggleClass: function( element, keys, extra, add ) {\n\t\tadd = ( typeof add === \"boolean\" ) ? add : extra;\n\t\tvar shift = ( typeof element === \"string\" || element === null ),\n\t\t\toptions = {\n\t\t\t\textra: shift ? keys : extra,\n\t\t\t\tkeys: shift ? element : keys,\n\t\t\t\telement: shift ? this.element : element,\n\t\t\t\tadd: add\n\t\t\t};\n\t\toptions.element.toggleClass( this._classes( options ), add );\n\t\treturn this;\n\t},\n\n\t_on: function( suppressDisabledCheck, element, handlers ) {\n\t\tvar delegateElement;\n\t\tvar instance = this;\n\n\t\t// No suppressDisabledCheck flag, shuffle arguments\n\t\tif ( typeof suppressDisabledCheck !== \"boolean\" ) {\n\t\t\thandlers = element;\n\t\t\telement = suppressDisabledCheck;\n\t\t\tsuppressDisabledCheck = false;\n\t\t}\n\n\t\t// No element argument, shuffle and use this.element\n\t\tif ( !handlers ) {\n\t\t\thandlers = element;\n\t\t\telement = this.element;\n\t\t\tdelegateElement = this.widget();\n\t\t} else {\n\t\t\telement = delegateElement = $( element );\n\t\t\tthis.bindings = this.bindings.add( element );\n\t\t}\n\n\t\t$.each( handlers, function( event, handler ) {\n\t\t\tfunction handlerProxy() {\n\n\t\t\t\t// Allow widgets to customize the disabled handling\n\t\t\t\t// - disabled as an array instead of boolean\n\t\t\t\t// - disabled class as method for disabling individual parts\n\t\t\t\tif ( !suppressDisabledCheck &&\n\t\t\t\t\t\t( instance.options.disabled === true ||\n\t\t\t\t\t\t$( this ).hasClass( \"ui-state-disabled\" ) ) ) {\n\t\t\t\t\treturn;\n\t\t\t\t}\n\t\t\t\treturn ( typeof handler === \"string\" ? instance[ handler ] : handler )\n\t\t\t\t\t.apply( instance, arguments );\n\t\t\t}\n\n\t\t\t// Copy the guid so direct unbinding works\n\t\t\tif ( typeof handler !== \"string\" ) {\n\t\t\t\thandlerProxy.guid = handler.guid =\n\t\t\t\t\thandler.guid || handlerProxy.guid || $.guid++;\n\t\t\t}\n\n\t\t\tvar match = event.match( /^([\\w:-]*)\\s*(.*)$/ );\n\t\t\tvar eventName = match[ 1 ] + instance.eventNamespace;\n\t\t\tvar selector = match[ 2 ];\n\n\t\t\tif ( selector ) {\n\t\t\t\tdelegateElement.on( eventName, selector, handlerProxy );\n\t\t\t} else {\n\t\t\t\telement.on( eventName, handlerProxy );\n\t\t\t}\n\t\t} );\n\t},\n\n\t_off: function( element, eventName ) {\n\t\teventName = ( eventName || \"\" ).split( \" \" ).join( this.eventNamespace + \" \" ) +\n\t\t\tthis.eventNamespace;\n\t\telement.off( eventName ).off( eventName );\n\n\t\t// Clear the stack to avoid memory leaks (#10056)\n\t\tthis.bindings = $( this.bindings.not( element ).get() );\n\t\tthis.focusable = $( this.focusable.not( element ).get() );\n\t\tthis.hoverable = $( this.hoverable.not( element ).get() );\n\t},\n\n\t_delay: function( handler, delay ) {\n\t\tfunction handlerProxy() {\n\t\t\treturn ( typeof handler === \"string\" ? instance[ handler ] : handler )\n\t\t\t\t.apply( instance, arguments );\n\t\t}\n\t\tvar instance = this;\n\t\treturn setTimeout( handlerProxy, delay || 0 );\n\t},\n\n\t_hoverable: function( element ) {\n\t\tthis.hoverable = this.hoverable.add( element );\n\t\tthis._on( element, {\n\t\t\tmouseenter: function( event ) {\n\t\t\t\tthis._addClass( $( event.currentTarget ), null, \"ui-state-hover\" );\n\t\t\t},\n\t\t\tmouseleave: function( event ) {\n\t\t\t\tthis._removeClass( $( event.currentTarget ), null, \"ui-state-hover\" );\n\t\t\t}\n\t\t} );\n\t},\n\n\t_focusable: function( element ) {\n\t\tthis.focusable = this.focusable.add( element );\n\t\tthis._on( element, {\n\t\t\tfocusin: function( event ) {\n\t\t\t\tthis._addClass( $( event.currentTarget ), null, \"ui-state-focus\" );\n\t\t\t},\n\t\t\tfocusout: function( event ) {\n\t\t\t\tthis._removeClass( $( event.currentTarget ), null, \"ui-state-focus\" );\n\t\t\t}\n\t\t} );\n\t},\n\n\t_trigger: function( type, event, data ) {\n\t\tvar prop, orig;\n\t\tvar callback = this.options[ type ];\n\n\t\tdata = data || {};\n\t\tevent = $.Event( event );\n\t\tevent.type = ( type === this.widgetEventPrefix ?\n\t\t\ttype :\n\t\t\tthis.widgetEventPrefix + type ).toLowerCase();\n\n\t\t// The original event may come from any element\n\t\t// so we need to reset the target on the new event\n\t\tevent.target = this.element[ 0 ];\n\n\t\t// Copy original event properties over to the new event\n\t\torig = event.originalEvent;\n\t\tif ( orig ) {\n\t\t\tfor ( prop in orig ) {\n\t\t\t\tif ( !( prop in event ) ) {\n\t\t\t\t\tevent[ prop ] = orig[ prop ];\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\tthis.element.trigger( event, data );\n\t\treturn !( $.isFunction( callback ) &&\n\t\t\tcallback.apply( this.element[ 0 ], [ event ].concat( data ) ) === false ||\n\t\t\tevent.isDefaultPrevented() );\n\t}\n};\n\n$.each( { show: \"fadeIn\", hide: \"fadeOut\" }, function( method, defaultEffect ) {\n\t$.Widget.prototype[ \"_\" + method ] = function( element, options, callback ) {\n\t\tif ( typeof options === \"string\" ) {\n\t\t\toptions = { effect: options };\n\t\t}\n\n\t\tvar hasOptions;\n\t\tvar effectName = !options ?\n\t\t\tmethod :\n\t\t\toptions === true || typeof options === \"number\" ?\n\t\t\t\tdefaultEffect :\n\t\t\t\toptions.effect || defaultEffect;\n\n\t\toptions = options || {};\n\t\tif ( typeof options === \"number\" ) {\n\t\t\toptions = { duration: options };\n\t\t}\n\n\t\thasOptions = !$.isEmptyObject( options );\n\t\toptions.complete = callback;\n\n\t\tif ( options.delay ) {\n\t\t\telement.delay( options.delay );\n\t\t}\n\n\t\tif ( hasOptions && $.effects && $.effects.effect[ effectName ] ) {\n\t\t\telement[ method ]( options );\n\t\t} else if ( effectName !== method && element[ effectName ] ) {\n\t\t\telement[ effectName ]( options.duration, options.easing, callback );\n\t\t} else {\n\t\t\telement.queue( function( next ) {\n\t\t\t\t$( this )[ method ]();\n\t\t\t\tif ( callback ) {\n\t\t\t\t\tcallback.call( element[ 0 ] );\n\t\t\t\t}\n\t\t\t\tnext();\n\t\t\t} );\n\t\t}\n\t};\n} );\n\nvar widget = $.widget;\n\n\n/*!\n * jQuery UI Position 1.12.1\n * http://jqueryui.com\n *\n * Copyright jQuery Foundation and other contributors\n * Released under the MIT license.\n * http://jquery.org/license\n *\n * http://api.jqueryui.com/position/\n */\n\n//>>label: Position\n//>>group: Core\n//>>description: Positions elements relative to other elements.\n//>>docs: http://api.jqueryui.com/position/\n//>>demos: http://jqueryui.com/position/\n\n\n( function() {\nvar cachedScrollbarWidth,\n\tmax = Math.max,\n\tabs = Math.abs,\n\trhorizontal = /left|center|right/,\n\trvertical = /top|center|bottom/,\n\troffset = /[\\+\\-]\\d+(\\.[\\d]+)?%?/,\n\trposition = /^\\w+/,\n\trpercent = /%$/,\n\t_position = $.fn.position;\n\nfunction getOffsets( offsets, width, height ) {\n\treturn [\n\t\tparseFloat( offsets[ 0 ] ) * ( rpercent.test( offsets[ 0 ] ) ? width / 100 : 1 ),\n\t\tparseFloat( offsets[ 1 ] ) * ( rpercent.test( offsets[ 1 ] ) ? height / 100 : 1 )\n\t];\n}\n\nfunction parseCss( element, property ) {\n\treturn parseInt( $.css( element, property ), 10 ) || 0;\n}\n\nfunction getDimensions( elem ) {\n\tvar raw = elem[ 0 ];\n\tif ( raw.nodeType === 9 ) {\n\t\treturn {\n\t\t\twidth: elem.width(),\n\t\t\theight: elem.height(),\n\t\t\toffset: { top: 0, left: 0 }\n\t\t};\n\t}\n\tif ( $.isWindow( raw ) ) {\n\t\treturn {\n\t\t\twidth: elem.width(),\n\t\t\theight: elem.height(),\n\t\t\toffset: { top: elem.scrollTop(), left: elem.scrollLeft() }\n\t\t};\n\t}\n\tif ( raw.preventDefault ) {\n\t\treturn {\n\t\t\twidth: 0,\n\t\t\theight: 0,\n\t\t\toffset: { top: raw.pageY, left: raw.pageX }\n\t\t};\n\t}\n\treturn {\n\t\twidth: elem.outerWidth(),\n\t\theight: elem.outerHeight(),\n\t\toffset: elem.offset()\n\t};\n}\n\n$.position = {\n\tscrollbarWidth: function() {\n\t\tif ( cachedScrollbarWidth !== undefined ) {\n\t\t\treturn cachedScrollbarWidth;\n\t\t}\n\t\tvar w1, w2,\n\t\t\tdiv = $( \"<div \" +\n\t\t\t\t\"style='display:block;position:absolute;width:50px;height:50px;overflow:hidden;'>\" +\n\t\t\t\t\"<div style='height:100px;width:auto;'></div></div>\" ),\n\t\t\tinnerDiv = div.children()[ 0 ];\n\n\t\t$( \"body\" ).append( div );\n\t\tw1 = innerDiv.offsetWidth;\n\t\tdiv.css( \"overflow\", \"scroll\" );\n\n\t\tw2 = innerDiv.offsetWidth;\n\n\t\tif ( w1 === w2 ) {\n\t\t\tw2 = div[ 0 ].clientWidth;\n\t\t}\n\n\t\tdiv.remove();\n\n\t\treturn ( cachedScrollbarWidth = w1 - w2 );\n\t},\n\tgetScrollInfo: function( within ) {\n\t\tvar overflowX = within.isWindow || within.isDocument ? \"\" :\n\t\t\t\twithin.element.css( \"overflow-x\" ),\n\t\t\toverflowY = within.isWindow || within.isDocument ? \"\" :\n\t\t\t\twithin.element.css( \"overflow-y\" ),\n\t\t\thasOverflowX = overflowX === \"scroll\" ||\n\t\t\t\t( overflowX === \"auto\" && within.width < within.element[ 0 ].scrollWidth ),\n\t\t\thasOverflowY = overflowY === \"scroll\" ||\n\t\t\t\t( overflowY === \"auto\" && within.height < within.element[ 0 ].scrollHeight );\n\t\treturn {\n\t\t\twidth: hasOverflowY ? $.position.scrollbarWidth() : 0,\n\t\t\theight: hasOverflowX ? $.position.scrollbarWidth() : 0\n\t\t};\n\t},\n\tgetWithinInfo: function( element ) {\n\t\tvar withinElement = $( element || window ),\n\t\t\tisWindow = $.isWindow( withinElement[ 0 ] ),\n\t\t\tisDocument = !!withinElement[ 0 ] && withinElement[ 0 ].nodeType === 9,\n\t\t\thasOffset = !isWindow && !isDocument;\n\t\treturn {\n\t\t\telement: withinElement,\n\t\t\tisWindow: isWindow,\n\t\t\tisDocument: isDocument,\n\t\t\toffset: hasOffset ? $( element ).offset() : { left: 0, top: 0 },\n\t\t\tscrollLeft: withinElement.scrollLeft(),\n\t\t\tscrollTop: withinElement.scrollTop(),\n\t\t\twidth: withinElement.outerWidth(),\n\t\t\theight: withinElement.outerHeight()\n\t\t};\n\t}\n};\n\n$.fn.position = function( options ) {\n\tif ( !options || !options.of ) {\n\t\treturn _position.apply( this, arguments );\n\t}\n\n\t// Make a copy, we don't want to modify arguments\n\toptions = $.extend( {}, options );\n\n\tvar atOffset, targetWidth, targetHeight, targetOffset, basePosition, dimensions,\n\t\ttarget = $( options.of ),\n\t\twithin = $.position.getWithinInfo( options.within ),\n\t\tscrollInfo = $.position.getScrollInfo( within ),\n\t\tcollision = ( options.collision || \"flip\" ).split( \" \" ),\n\t\toffsets = {};\n\n\tdimensions = getDimensions( target );\n\tif ( target[ 0 ].preventDefault ) {\n\n\t\t// Force left top to allow flipping\n\t\toptions.at = \"left top\";\n\t}\n\ttargetWidth = dimensions.width;\n\ttargetHeight = dimensions.height;\n\ttargetOffset = dimensions.offset;\n\n\t// Clone to reuse original targetOffset later\n\tbasePosition = $.extend( {}, targetOffset );\n\n\t// Force my and at to have valid horizontal and vertical positions\n\t// if a value is missing or invalid, it will be converted to center\n\t$.each( [ \"my\", \"at\" ], function() {\n\t\tvar pos = ( options[ this ] || \"\" ).split( \" \" ),\n\t\t\thorizontalOffset,\n\t\t\tverticalOffset;\n\n\t\tif ( pos.length === 1 ) {\n\t\t\tpos = rhorizontal.test( pos[ 0 ] ) ?\n\t\t\t\tpos.concat( [ \"center\" ] ) :\n\t\t\t\trvertical.test( pos[ 0 ] ) ?\n\t\t\t\t\t[ \"center\" ].concat( pos ) :\n\t\t\t\t\t[ \"center\", \"center\" ];\n\t\t}\n\t\tpos[ 0 ] = rhorizontal.test( pos[ 0 ] ) ? pos[ 0 ] : \"center\";\n\t\tpos[ 1 ] = rvertical.test( pos[ 1 ] ) ? pos[ 1 ] : \"center\";\n\n\t\t// Calculate offsets\n\t\thorizontalOffset = roffset.exec( pos[ 0 ] );\n\t\tverticalOffset = roffset.exec( pos[ 1 ] );\n\t\toffsets[ this ] = [\n\t\t\thorizontalOffset ? horizontalOffset[ 0 ] : 0,\n\t\t\tverticalOffset ? verticalOffset[ 0 ] : 0\n\t\t];\n\n\t\t// Reduce to just the positions without the offsets\n\t\toptions[ this ] = [\n\t\t\trposition.exec( pos[ 0 ] )[ 0 ],\n\t\t\trposition.exec( pos[ 1 ] )[ 0 ]\n\t\t];\n\t} );\n\n\t// Normalize collision option\n\tif ( collision.length === 1 ) {\n\t\tcollision[ 1 ] = collision[ 0 ];\n\t}\n\n\tif ( options.at[ 0 ] === \"right\" ) {\n\t\tbasePosition.left += targetWidth;\n\t} else if ( options.at[ 0 ] === \"center\" ) {\n\t\tbasePosition.left += targetWidth / 2;\n\t}\n\n\tif ( options.at[ 1 ] === \"bottom\" ) {\n\t\tbasePosition.top += targetHeight;\n\t} else if ( options.at[ 1 ] === \"center\" ) {\n\t\tbasePosition.top += targetHeight / 2;\n\t}\n\n\tatOffset = getOffsets( offsets.at, targetWidth, targetHeight );\n\tbasePosition.left += atOffset[ 0 ];\n\tbasePosition.top += atOffset[ 1 ];\n\n\treturn this.each( function() {\n\t\tvar collisionPosition, using,\n\t\t\telem = $( this ),\n\t\t\telemWidth = elem.outerWidth(),\n\t\t\telemHeight = elem.outerHeight(),\n\t\t\tmarginLeft = parseCss( this, \"marginLeft\" ),\n\t\t\tmarginTop = parseCss( this, \"marginTop\" ),\n\t\t\tcollisionWidth = elemWidth + marginLeft + parseCss( this, \"marginRight\" ) +\n\t\t\t\tscrollInfo.width,\n\t\t\tcollisionHeight = elemHeight + marginTop + parseCss( this, \"marginBottom\" ) +\n\t\t\t\tscrollInfo.height,\n\t\t\tposition = $.extend( {}, basePosition ),\n\t\t\tmyOffset = getOffsets( offsets.my, elem.outerWidth(), elem.outerHeight() );\n\n\t\tif ( options.my[ 0 ] === \"right\" ) {\n\t\t\tposition.left -= elemWidth;\n\t\t} else if ( options.my[ 0 ] === \"center\" ) {\n\t\t\tposition.left -= elemWidth / 2;\n\t\t}\n\n\t\tif ( options.my[ 1 ] === \"bottom\" ) {\n\t\t\tposition.top -= elemHeight;\n\t\t} else if ( options.my[ 1 ] === \"center\" ) {\n\t\t\tposition.top -= elemHeight / 2;\n\t\t}\n\n\t\tposition.left += myOffset[ 0 ];\n\t\tposition.top += myOffset[ 1 ];\n\n\t\tcollisionPosition = {\n\t\t\tmarginLeft: marginLeft,\n\t\t\tmarginTop: marginTop\n\t\t};\n\n\t\t$.each( [ \"left\", \"top\" ], function( i, dir ) {\n\t\t\tif ( $.ui.position[ collision[ i ] ] ) {\n\t\t\t\t$.ui.position[ collision[ i ] ][ dir ]( position, {\n\t\t\t\t\ttargetWidth: targetWidth,\n\t\t\t\t\ttargetHeight: targetHeight,\n\t\t\t\t\telemWidth: elemWidth,\n\t\t\t\t\telemHeight: elemHeight,\n\t\t\t\t\tcollisionPosition: collisionPosition,\n\t\t\t\t\tcollisionWidth: collisionWidth,\n\t\t\t\t\tcollisionHeight: collisionHeight,\n\t\t\t\t\toffset: [ atOffset[ 0 ] + myOffset[ 0 ], atOffset [ 1 ] + myOffset[ 1 ] ],\n\t\t\t\t\tmy: options.my,\n\t\t\t\t\tat: options.at,\n\t\t\t\t\twithin: within,\n\t\t\t\t\telem: elem\n\t\t\t\t} );\n\t\t\t}\n\t\t} );\n\n\t\tif ( options.using ) {\n\n\t\t\t// Adds feedback as second argument to using callback, if present\n\t\t\tusing = function( props ) {\n\t\t\t\tvar left = targetOffset.left - position.left,\n\t\t\t\t\tright = left + targetWidth - elemWidth,\n\t\t\t\t\ttop = targetOffset.top - position.top,\n\t\t\t\t\tbottom = top + targetHeight - elemHeight,\n\t\t\t\t\tfeedback = {\n\t\t\t\t\t\ttarget: {\n\t\t\t\t\t\t\telement: target,\n\t\t\t\t\t\t\tleft: targetOffset.left,\n\t\t\t\t\t\t\ttop: targetOffset.top,\n\t\t\t\t\t\t\twidth: targetWidth,\n\t\t\t\t\t\t\theight: targetHeight\n\t\t\t\t\t\t},\n\t\t\t\t\t\telement: {\n\t\t\t\t\t\t\telement: elem,\n\t\t\t\t\t\t\tleft: position.left,\n\t\t\t\t\t\t\ttop: position.top,\n\t\t\t\t\t\t\twidth: elemWidth,\n\t\t\t\t\t\t\theight: elemHeight\n\t\t\t\t\t\t},\n\t\t\t\t\t\thorizontal: right < 0 ? \"left\" : left > 0 ? \"right\" : \"center\",\n\t\t\t\t\t\tvertical: bottom < 0 ? \"top\" : top > 0 ? \"bottom\" : \"middle\"\n\t\t\t\t\t};\n\t\t\t\tif ( targetWidth < elemWidth && abs( left + right ) < targetWidth ) {\n\t\t\t\t\tfeedback.horizontal = \"center\";\n\t\t\t\t}\n\t\t\t\tif ( targetHeight < elemHeight && abs( top + bottom ) < targetHeight ) {\n\t\t\t\t\tfeedback.vertical = \"middle\";\n\t\t\t\t}\n\t\t\t\tif ( max( abs( left ), abs( right ) ) > max( abs( top ), abs( bottom ) ) ) {\n\t\t\t\t\tfeedback.important = \"horizontal\";\n\t\t\t\t} else {\n\t\t\t\t\tfeedback.important = \"vertical\";\n\t\t\t\t}\n\t\t\t\toptions.using.call( this, props, feedback );\n\t\t\t};\n\t\t}\n\n\t\telem.offset( $.extend( position, { using: using } ) );\n\t} );\n};\n\n$.ui.position = {\n\tfit: {\n\t\tleft: function( position, data ) {\n\t\t\tvar within = data.within,\n\t\t\t\twithinOffset = within.isWindow ? within.scrollLeft : within.offset.left,\n\t\t\t\touterWidth = within.width,\n\t\t\t\tcollisionPosLeft = position.left - data.collisionPosition.marginLeft,\n\t\t\t\toverLeft = withinOffset - collisionPosLeft,\n\t\t\t\toverRight = collisionPosLeft + data.collisionWidth - outerWidth - withinOffset,\n\t\t\t\tnewOverRight;\n\n\t\t\t// Element is wider than within\n\t\t\tif ( data.collisionWidth > outerWidth ) {\n\n\t\t\t\t// Element is initially over the left side of within\n\t\t\t\tif ( overLeft > 0 && overRight <= 0 ) {\n\t\t\t\t\tnewOverRight = position.left + overLeft + data.collisionWidth - outerWidth -\n\t\t\t\t\t\twithinOffset;\n\t\t\t\t\tposition.left += overLeft - newOverRight;\n\n\t\t\t\t// Element is initially over right side of within\n\t\t\t\t} else if ( overRight > 0 && overLeft <= 0 ) {\n\t\t\t\t\tposition.left = withinOffset;\n\n\t\t\t\t// Element is initially over both left and right sides of within\n\t\t\t\t} else {\n\t\t\t\t\tif ( overLeft > overRight ) {\n\t\t\t\t\t\tposition.left = withinOffset + outerWidth - data.collisionWidth;\n\t\t\t\t\t} else {\n\t\t\t\t\t\tposition.left = withinOffset;\n\t\t\t\t\t}\n\t\t\t\t}\n\n\t\t\t// Too far left -> align with left edge\n\t\t\t} else if ( overLeft > 0 ) {\n\t\t\t\tposition.left += overLeft;\n\n\t\t\t// Too far right -> align with right edge\n\t\t\t} else if ( overRight > 0 ) {\n\t\t\t\tposition.left -= overRight;\n\n\t\t\t// Adjust based on position and margin\n\t\t\t} else {\n\t\t\t\tposition.left = max( position.left - collisionPosLeft, position.left );\n\t\t\t}\n\t\t},\n\t\ttop: function( position, data ) {\n\t\t\tvar within = data.within,\n\t\t\t\twithinOffset = within.isWindow ? within.scrollTop : within.offset.top,\n\t\t\t\touterHeight = data.within.height,\n\t\t\t\tcollisionPosTop = position.top - data.collisionPosition.marginTop,\n\t\t\t\toverTop = withinOffset - collisionPosTop,\n\t\t\t\toverBottom = collisionPosTop + data.collisionHeight - outerHeight - withinOffset,\n\t\t\t\tnewOverBottom;\n\n\t\t\t// Element is taller than within\n\t\t\tif ( data.collisionHeight > outerHeight ) {\n\n\t\t\t\t// Element is initially over the top of within\n\t\t\t\tif ( overTop > 0 && overBottom <= 0 ) {\n\t\t\t\t\tnewOverBottom = position.top + overTop + data.collisionHeight - outerHeight -\n\t\t\t\t\t\twithinOffset;\n\t\t\t\t\tposition.top += overTop - newOverBottom;\n\n\t\t\t\t// Element is initially over bottom of within\n\t\t\t\t} else if ( overBottom > 0 && overTop <= 0 ) {\n\t\t\t\t\tposition.top = withinOffset;\n\n\t\t\t\t// Element is initially over both top and bottom of within\n\t\t\t\t} else {\n\t\t\t\t\tif ( overTop > overBottom ) {\n\t\t\t\t\t\tposition.top = withinOffset + outerHeight - data.collisionHeight;\n\t\t\t\t\t} else {\n\t\t\t\t\t\tposition.top = withinOffset;\n\t\t\t\t\t}\n\t\t\t\t}\n\n\t\t\t// Too far up -> align with top\n\t\t\t} else if ( overTop > 0 ) {\n\t\t\t\tposition.top += overTop;\n\n\t\t\t// Too far down -> align with bottom edge\n\t\t\t} else if ( overBottom > 0 ) {\n\t\t\t\tposition.top -= overBottom;\n\n\t\t\t// Adjust based on position and margin\n\t\t\t} else {\n\t\t\t\tposition.top = max( position.top - collisionPosTop, position.top );\n\t\t\t}\n\t\t}\n\t},\n\tflip: {\n\t\tleft: function( position, data ) {\n\t\t\tvar within = data.within,\n\t\t\t\twithinOffset = within.offset.left + within.scrollLeft,\n\t\t\t\touterWidth = within.width,\n\t\t\t\toffsetLeft = within.isWindow ? within.scrollLeft : within.offset.left,\n\t\t\t\tcollisionPosLeft = position.left - data.collisionPosition.marginLeft,\n\t\t\t\toverLeft = collisionPosLeft - offsetLeft,\n\t\t\t\toverRight = collisionPosLeft + data.collisionWidth - outerWidth - offsetLeft,\n\t\t\t\tmyOffset = data.my[ 0 ] === \"left\" ?\n\t\t\t\t\t-data.elemWidth :\n\t\t\t\t\tdata.my[ 0 ] === \"right\" ?\n\t\t\t\t\t\tdata.elemWidth :\n\t\t\t\t\t\t0,\n\t\t\t\tatOffset = data.at[ 0 ] === \"left\" ?\n\t\t\t\t\tdata.targetWidth :\n\t\t\t\t\tdata.at[ 0 ] === \"right\" ?\n\t\t\t\t\t\t-data.targetWidth :\n\t\t\t\t\t\t0,\n\t\t\t\toffset = -2 * data.offset[ 0 ],\n\t\t\t\tnewOverRight,\n\t\t\t\tnewOverLeft;\n\n\t\t\tif ( overLeft < 0 ) {\n\t\t\t\tnewOverRight = position.left + myOffset + atOffset + offset + data.collisionWidth -\n\t\t\t\t\touterWidth - withinOffset;\n\t\t\t\tif ( newOverRight < 0 || newOverRight < abs( overLeft ) ) {\n\t\t\t\t\tposition.left += myOffset + atOffset + offset;\n\t\t\t\t}\n\t\t\t} else if ( overRight > 0 ) {\n\t\t\t\tnewOverLeft = position.left - data.collisionPosition.marginLeft + myOffset +\n\t\t\t\t\tatOffset + offset - offsetLeft;\n\t\t\t\tif ( newOverLeft > 0 || abs( newOverLeft ) < overRight ) {\n\t\t\t\t\tposition.left += myOffset + atOffset + offset;\n\t\t\t\t}\n\t\t\t}\n\t\t},\n\t\ttop: function( position, data ) {\n\t\t\tvar within = data.within,\n\t\t\t\twithinOffset = within.offset.top + within.scrollTop,\n\t\t\t\touterHeight = within.height,\n\t\t\t\toffsetTop = within.isWindow ? within.scrollTop : within.offset.top,\n\t\t\t\tcollisionPosTop = position.top - data.collisionPosition.marginTop,\n\t\t\t\toverTop = collisionPosTop - offsetTop,\n\t\t\t\toverBottom = collisionPosTop + data.collisionHeight - outerHeight - offsetTop,\n\t\t\t\ttop = data.my[ 1 ] === \"top\",\n\t\t\t\tmyOffset = top ?\n\t\t\t\t\t-data.elemHeight :\n\t\t\t\t\tdata.my[ 1 ] === \"bottom\" ?\n\t\t\t\t\t\tdata.elemHeight :\n\t\t\t\t\t\t0,\n\t\t\t\tatOffset = data.at[ 1 ] === \"top\" ?\n\t\t\t\t\tdata.targetHeight :\n\t\t\t\t\tdata.at[ 1 ] === \"bottom\" ?\n\t\t\t\t\t\t-data.targetHeight :\n\t\t\t\t\t\t0,\n\t\t\t\toffset = -2 * data.offset[ 1 ],\n\t\t\t\tnewOverTop,\n\t\t\t\tnewOverBottom;\n\t\t\tif ( overTop < 0 ) {\n\t\t\t\tnewOverBottom = position.top + myOffset + atOffset + offset + data.collisionHeight -\n\t\t\t\t\touterHeight - withinOffset;\n\t\t\t\tif ( newOverBottom < 0 || newOverBottom < abs( overTop ) ) {\n\t\t\t\t\tposition.top += myOffset + atOffset + offset;\n\t\t\t\t}\n\t\t\t} else if ( overBottom > 0 ) {\n\t\t\t\tnewOverTop = position.top - data.collisionPosition.marginTop + myOffset + atOffset +\n\t\t\t\t\toffset - offsetTop;\n\t\t\t\tif ( newOverTop > 0 || abs( newOverTop ) < overBottom ) {\n\t\t\t\t\tposition.top += myOffset + atOffset + offset;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\tflipfit: {\n\t\tleft: function() {\n\t\t\t$.ui.position.flip.left.apply( this, arguments );\n\t\t\t$.ui.position.fit.left.apply( this, arguments );\n\t\t},\n\t\ttop: function() {\n\t\t\t$.ui.position.flip.top.apply( this, arguments );\n\t\t\t$.ui.position.fit.top.apply( this, arguments );\n\t\t}\n\t}\n};\n\n} )();\n\nvar position = $.ui.position;\n\n\n/*!\n * jQuery UI :data 1.12.1\n * http://jqueryui.com\n *\n * Copyright jQuery Foundation and other contributors\n * Released under the MIT license.\n * http://jquery.org/license\n */\n\n//>>label: :data Selector\n//>>group: Core\n//>>description: Selects elements which have data stored under the specified key.\n//>>docs: http://api.jqueryui.com/data-selector/\n\n\nvar data = $.extend( $.expr[ \":\" ], {\n\tdata: $.expr.createPseudo ?\n\t\t$.expr.createPseudo( function( dataName ) {\n\t\t\treturn function( elem ) {\n\t\t\t\treturn !!$.data( elem, dataName );\n\t\t\t};\n\t\t} ) :\n\n\t\t// Support: jQuery <1.8\n\t\tfunction( elem, i, match ) {\n\t\t\treturn !!$.data( elem, match[ 3 ] );\n\t\t}\n} );\n\n/*!\n * jQuery UI Disable Selection 1.12.1\n * http://jqueryui.com\n *\n * Copyright jQuery Foundation and other contributors\n * Released under the MIT license.\n * http://jquery.org/license\n */\n\n//>>label: disableSelection\n//>>group: Core\n//>>description: Disable selection of text content within the set of matched elements.\n//>>docs: http://api.jqueryui.com/disableSelection/\n\n// This file is deprecated\n\n\nvar disableSelection = $.fn.extend( {\n\tdisableSelection: ( function() {\n\t\tvar eventType = \"onselectstart\" in document.createElement( \"div\" ) ?\n\t\t\t\"selectstart\" :\n\t\t\t\"mousedown\";\n\n\t\treturn function() {\n\t\t\treturn this.on( eventType + \".ui-disableSelection\", function( event ) {\n\t\t\t\tevent.preventDefault();\n\t\t\t} );\n\t\t};\n\t} )(),\n\n\tenableSelection: function() {\n\t\treturn this.off( \".ui-disableSelection\" );\n\t}\n} );\n\n\n/*!\n * jQuery UI Effects 1.12.1\n * http://jqueryui.com\n *\n * Copyright jQuery Foundation and other contributors\n * Released under the MIT license.\n * http://jquery.org/license\n */\n\n//>>label: Effects Core\n//>>group: Effects\n// jscs:disable maximumLineLength\n//>>description: Extends the internal jQuery effects. Includes morphing and easing. Required by all other effects.\n// jscs:enable maximumLineLength\n//>>docs: http://api.jqueryui.com/category/effects-core/\n//>>demos: http://jqueryui.com/effect/\n\n\n\nvar dataSpace = \"ui-effects-\",\n\tdataSpaceStyle = \"ui-effects-style\",\n\tdataSpaceAnimated = \"ui-effects-animated\",\n\n\t// Create a local jQuery because jQuery Color relies on it and the\n\t// global may not exist with AMD and a custom build (#10199)\n\tjQuery = $;\n\n$.effects = {\n\teffect: {}\n};\n\n/*!\n * jQuery Color Animations v2.1.2\n * https://github.com/jquery/jquery-color\n *\n * Copyright 2014 jQuery Foundation and other contributors\n * Released under the MIT license.\n * http://jquery.org/license\n *\n * Date: Wed Jan 16 08:47:09 2013 -0600\n */\n( function( jQuery, undefined ) {\n\n\tvar stepHooks = \"backgroundColor borderBottomColor borderLeftColor borderRightColor \" +\n\t\t\"borderTopColor color columnRuleColor outlineColor textDecorationColor textEmphasisColor\",\n\n\t// Plusequals test for += 100 -= 100\n\trplusequals = /^([\\-+])=\\s*(\\d+\\.?\\d*)/,\n\n\t// A set of RE's that can match strings and generate color tuples.\n\tstringParsers = [ {\n\t\t\tre: /rgba?\\(\\s*(\\d{1,3})\\s*,\\s*(\\d{1,3})\\s*,\\s*(\\d{1,3})\\s*(?:,\\s*(\\d?(?:\\.\\d+)?)\\s*)?\\)/,\n\t\t\tparse: function( execResult ) {\n\t\t\t\treturn [\n\t\t\t\t\texecResult[ 1 ],\n\t\t\t\t\texecResult[ 2 ],\n\t\t\t\t\texecResult[ 3 ],\n\t\t\t\t\texecResult[ 4 ]\n\t\t\t\t];\n\t\t\t}\n\t\t}, {\n\t\t\tre: /rgba?\\(\\s*(\\d+(?:\\.\\d+)?)\\%\\s*,\\s*(\\d+(?:\\.\\d+)?)\\%\\s*,\\s*(\\d+(?:\\.\\d+)?)\\%\\s*(?:,\\s*(\\d?(?:\\.\\d+)?)\\s*)?\\)/,\n\t\t\tparse: function( execResult ) {\n\t\t\t\treturn [\n\t\t\t\t\texecResult[ 1 ] * 2.55,\n\t\t\t\t\texecResult[ 2 ] * 2.55,\n\t\t\t\t\texecResult[ 3 ] * 2.55,\n\t\t\t\t\texecResult[ 4 ]\n\t\t\t\t];\n\t\t\t}\n\t\t}, {\n\n\t\t\t// This regex ignores A-F because it's compared against an already lowercased string\n\t\t\tre: /#([a-f0-9]{2})([a-f0-9]{2})([a-f0-9]{2})/,\n\t\t\tparse: function( execResult ) {\n\t\t\t\treturn [\n\t\t\t\t\tparseInt( execResult[ 1 ], 16 ),\n\t\t\t\t\tparseInt( execResult[ 2 ], 16 ),\n\t\t\t\t\tparseInt( execResult[ 3 ], 16 )\n\t\t\t\t];\n\t\t\t}\n\t\t}, {\n\n\t\t\t// This regex ignores A-F because it's compared against an already lowercased string\n\t\t\tre: /#([a-f0-9])([a-f0-9])([a-f0-9])/,\n\t\t\tparse: function( execResult ) {\n\t\t\t\treturn [\n\t\t\t\t\tparseInt( execResult[ 1 ] + execResult[ 1 ], 16 ),\n\t\t\t\t\tparseInt( execResult[ 2 ] + execResult[ 2 ], 16 ),\n\t\t\t\t\tparseInt( execResult[ 3 ] + execResult[ 3 ], 16 )\n\t\t\t\t];\n\t\t\t}\n\t\t}, {\n\t\t\tre: /hsla?\\(\\s*(\\d+(?:\\.\\d+)?)\\s*,\\s*(\\d+(?:\\.\\d+)?)\\%\\s*,\\s*(\\d+(?:\\.\\d+)?)\\%\\s*(?:,\\s*(\\d?(?:\\.\\d+)?)\\s*)?\\)/,\n\t\t\tspace: \"hsla\",\n\t\t\tparse: function( execResult ) {\n\t\t\t\treturn [\n\t\t\t\t\texecResult[ 1 ],\n\t\t\t\t\texecResult[ 2 ] / 100,\n\t\t\t\t\texecResult[ 3 ] / 100,\n\t\t\t\t\texecResult[ 4 ]\n\t\t\t\t];\n\t\t\t}\n\t\t} ],\n\n\t// JQuery.Color( )\n\tcolor = jQuery.Color = function( color, green, blue, alpha ) {\n\t\treturn new jQuery.Color.fn.parse( color, green, blue, alpha );\n\t},\n\tspaces = {\n\t\trgba: {\n\t\t\tprops: {\n\t\t\t\tred: {\n\t\t\t\t\tidx: 0,\n\t\t\t\t\ttype: \"byte\"\n\t\t\t\t},\n\t\t\t\tgreen: {\n\t\t\t\t\tidx: 1,\n\t\t\t\t\ttype: \"byte\"\n\t\t\t\t},\n\t\t\t\tblue: {\n\t\t\t\t\tidx: 2,\n\t\t\t\t\ttype: \"byte\"\n\t\t\t\t}\n\t\t\t}\n\t\t},\n\n\t\thsla: {\n\t\t\tprops: {\n\t\t\t\thue: {\n\t\t\t\t\tidx: 0,\n\t\t\t\t\ttype: \"degrees\"\n\t\t\t\t},\n\t\t\t\tsaturation: {\n\t\t\t\t\tidx: 1,\n\t\t\t\t\ttype: \"percent\"\n\t\t\t\t},\n\t\t\t\tlightness: {\n\t\t\t\t\tidx: 2,\n\t\t\t\t\ttype: \"percent\"\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\tpropTypes = {\n\t\t\"byte\": {\n\t\t\tfloor: true,\n\t\t\tmax: 255\n\t\t},\n\t\t\"percent\": {\n\t\t\tmax: 1\n\t\t},\n\t\t\"degrees\": {\n\t\t\tmod: 360,\n\t\t\tfloor: true\n\t\t}\n\t},\n\tsupport = color.support = {},\n\n\t// Element for support tests\n\tsupportElem = jQuery( \"<p>\" )[ 0 ],\n\n\t// Colors = jQuery.Color.names\n\tcolors,\n\n\t// Local aliases of functions called often\n\teach = jQuery.each;\n\n// Determine rgba support immediately\nsupportElem.style.cssText = \"background-color:rgba(1,1,1,.5)\";\nsupport.rgba = supportElem.style.backgroundColor.indexOf( \"rgba\" ) > -1;\n\n// Define cache name and alpha properties\n// for rgba and hsla spaces\neach( spaces, function( spaceName, space ) {\n\tspace.cache = \"_\" + spaceName;\n\tspace.props.alpha = {\n\t\tidx: 3,\n\t\ttype: \"percent\",\n\t\tdef: 1\n\t};\n} );\n\nfunction clamp( value, prop, allowEmpty ) {\n\tvar type = propTypes[ prop.type ] || {};\n\n\tif ( value == null ) {\n\t\treturn ( allowEmpty || !prop.def ) ? null : prop.def;\n\t}\n\n\t// ~~ is an short way of doing floor for positive numbers\n\tvalue = type.floor ? ~~value : parseFloat( value );\n\n\t// IE will pass in empty strings as value for alpha,\n\t// which will hit this case\n\tif ( isNaN( value ) ) {\n\t\treturn prop.def;\n\t}\n\n\tif ( type.mod ) {\n\n\t\t// We add mod before modding to make sure that negatives values\n\t\t// get converted properly: -10 -> 350\n\t\treturn ( value + type.mod ) % type.mod;\n\t}\n\n\t// For now all property types without mod have min and max\n\treturn 0 > value ? 0 : type.max < value ? type.max : value;\n}\n\nfunction stringParse( string ) {\n\tvar inst = color(),\n\t\trgba = inst._rgba = [];\n\n\tstring = string.toLowerCase();\n\n\teach( stringParsers, function( i, parser ) {\n\t\tvar parsed,\n\t\t\tmatch = parser.re.exec( string ),\n\t\t\tvalues = match && parser.parse( match ),\n\t\t\tspaceName = parser.space || \"rgba\";\n\n\t\tif ( values ) {\n\t\t\tparsed = inst[ spaceName ]( values );\n\n\t\t\t// If this was an rgba parse the assignment might happen twice\n\t\t\t// oh well....\n\t\t\tinst[ spaces[ spaceName ].cache ] = parsed[ spaces[ spaceName ].cache ];\n\t\t\trgba = inst._rgba = parsed._rgba;\n\n\t\t\t// Exit each( stringParsers ) here because we matched\n\t\t\treturn false;\n\t\t}\n\t} );\n\n\t// Found a stringParser that handled it\n\tif ( rgba.length ) {\n\n\t\t// If this came from a parsed string, force \"transparent\" when alpha is 0\n\t\t// chrome, (and maybe others) return \"transparent\" as rgba(0,0,0,0)\n\t\tif ( rgba.join() === \"0,0,0,0\" ) {\n\t\t\tjQuery.extend( rgba, colors.transparent );\n\t\t}\n\t\treturn inst;\n\t}\n\n\t// Named colors\n\treturn colors[ string ];\n}\n\ncolor.fn = jQuery.extend( color.prototype, {\n\tparse: function( red, green, blue, alpha ) {\n\t\tif ( red === undefined ) {\n\t\t\tthis._rgba = [ null, null, null, null ];\n\t\t\treturn this;\n\t\t}\n\t\tif ( red.jquery || red.nodeType ) {\n\t\t\tred = jQuery( red ).css( green );\n\t\t\tgreen = undefined;\n\t\t}\n\n\t\tvar inst = this,\n\t\t\ttype = jQuery.type( red ),\n\t\t\trgba = this._rgba = [];\n\n\t\t// More than 1 argument specified - assume ( red, green, blue, alpha )\n\t\tif ( green !== undefined ) {\n\t\t\tred = [ red, green, blue, alpha ];\n\t\t\ttype = \"array\";\n\t\t}\n\n\t\tif ( type === \"string\" ) {\n\t\t\treturn this.parse( stringParse( red ) || colors._default );\n\t\t}\n\n\t\tif ( type === \"array\" ) {\n\t\t\teach( spaces.rgba.props, function( key, prop ) {\n\t\t\t\trgba[ prop.idx ] = clamp( red[ prop.idx ], prop );\n\t\t\t} );\n\t\t\treturn this;\n\t\t}\n\n\t\tif ( type === \"object\" ) {\n\t\t\tif ( red instanceof color ) {\n\t\t\t\teach( spaces, function( spaceName, space ) {\n\t\t\t\t\tif ( red[ space.cache ] ) {\n\t\t\t\t\t\tinst[ space.cache ] = red[ space.cache ].slice();\n\t\t\t\t\t}\n\t\t\t\t} );\n\t\t\t} else {\n\t\t\t\teach( spaces, function( spaceName, space ) {\n\t\t\t\t\tvar cache = space.cache;\n\t\t\t\t\teach( space.props, function( key, prop ) {\n\n\t\t\t\t\t\t// If the cache doesn't exist, and we know how to convert\n\t\t\t\t\t\tif ( !inst[ cache ] && space.to ) {\n\n\t\t\t\t\t\t\t// If the value was null, we don't need to copy it\n\t\t\t\t\t\t\t// if the key was alpha, we don't need to copy it either\n\t\t\t\t\t\t\tif ( key === \"alpha\" || red[ key ] == null ) {\n\t\t\t\t\t\t\t\treturn;\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\tinst[ cache ] = space.to( inst._rgba );\n\t\t\t\t\t\t}\n\n\t\t\t\t\t\t// This is the only case where we allow nulls for ALL properties.\n\t\t\t\t\t\t// call clamp with alwaysAllowEmpty\n\t\t\t\t\t\tinst[ cache ][ prop.idx ] = clamp( red[ key ], prop, true );\n\t\t\t\t\t} );\n\n\t\t\t\t\t// Everything defined but alpha?\n\t\t\t\t\tif ( inst[ cache ] &&\n\t\t\t\t\t\t\tjQuery.inArray( null, inst[ cache ].slice( 0, 3 ) ) < 0 ) {\n\n\t\t\t\t\t\t// Use the default of 1\n\t\t\t\t\t\tinst[ cache ][ 3 ] = 1;\n\t\t\t\t\t\tif ( space.from ) {\n\t\t\t\t\t\t\tinst._rgba = space.from( inst[ cache ] );\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t} );\n\t\t\t}\n\t\t\treturn this;\n\t\t}\n\t},\n\tis: function( compare ) {\n\t\tvar is = color( compare ),\n\t\t\tsame = true,\n\t\t\tinst = this;\n\n\t\teach( spaces, function( _, space ) {\n\t\t\tvar localCache,\n\t\t\t\tisCache = is[ space.cache ];\n\t\t\tif ( isCache ) {\n\t\t\t\tlocalCache = inst[ space.cache ] || space.to && space.to( inst._rgba ) || [];\n\t\t\t\teach( space.props, function( _, prop ) {\n\t\t\t\t\tif ( isCache[ prop.idx ] != null ) {\n\t\t\t\t\t\tsame = ( isCache[ prop.idx ] === localCache[ prop.idx ] );\n\t\t\t\t\t\treturn same;\n\t\t\t\t\t}\n\t\t\t\t} );\n\t\t\t}\n\t\t\treturn same;\n\t\t} );\n\t\treturn same;\n\t},\n\t_space: function() {\n\t\tvar used = [],\n\t\t\tinst = this;\n\t\teach( spaces, function( spaceName, space ) {\n\t\t\tif ( inst[ space.cache ] ) {\n\t\t\t\tused.push( spaceName );\n\t\t\t}\n\t\t} );\n\t\treturn used.pop();\n\t},\n\ttransition: function( other, distance ) {\n\t\tvar end = color( other ),\n\t\t\tspaceName = end._space(),\n\t\t\tspace = spaces[ spaceName ],\n\t\t\tstartColor = this.alpha() === 0 ? color( \"transparent\" ) : this,\n\t\t\tstart = startColor[ space.cache ] || space.to( startColor._rgba ),\n\t\t\tresult = start.slice();\n\n\t\tend = end[ space.cache ];\n\t\teach( space.props, function( key, prop ) {\n\t\t\tvar index = prop.idx,\n\t\t\t\tstartValue = start[ index ],\n\t\t\t\tendValue = end[ index ],\n\t\t\t\ttype = propTypes[ prop.type ] || {};\n\n\t\t\t// If null, don't override start value\n\t\t\tif ( endValue === null ) {\n\t\t\t\treturn;\n\t\t\t}\n\n\t\t\t// If null - use end\n\t\t\tif ( startValue === null ) {\n\t\t\t\tresult[ index ] = endValue;\n\t\t\t} else {\n\t\t\t\tif ( type.mod ) {\n\t\t\t\t\tif ( endValue - startValue > type.mod / 2 ) {\n\t\t\t\t\t\tstartValue += type.mod;\n\t\t\t\t\t} else if ( startValue - endValue > type.mod / 2 ) {\n\t\t\t\t\t\tstartValue -= type.mod;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\tresult[ index ] = clamp( ( endValue - startValue ) * distance + startValue, prop );\n\t\t\t}\n\t\t} );\n\t\treturn this[ spaceName ]( result );\n\t},\n\tblend: function( opaque ) {\n\n\t\t// If we are already opaque - return ourself\n\t\tif ( this._rgba[ 3 ] === 1 ) {\n\t\t\treturn this;\n\t\t}\n\n\t\tvar rgb = this._rgba.slice(),\n\t\t\ta = rgb.pop(),\n\t\t\tblend = color( opaque )._rgba;\n\n\t\treturn color( jQuery.map( rgb, function( v, i ) {\n\t\t\treturn ( 1 - a ) * blend[ i ] + a * v;\n\t\t} ) );\n\t},\n\ttoRgbaString: function() {\n\t\tvar prefix = \"rgba(\",\n\t\t\trgba = jQuery.map( this._rgba, function( v, i ) {\n\t\t\t\treturn v == null ? ( i > 2 ? 1 : 0 ) : v;\n\t\t\t} );\n\n\t\tif ( rgba[ 3 ] === 1 ) {\n\t\t\trgba.pop();\n\t\t\tprefix = \"rgb(\";\n\t\t}\n\n\t\treturn prefix + rgba.join() + \")\";\n\t},\n\ttoHslaString: function() {\n\t\tvar prefix = \"hsla(\",\n\t\t\thsla = jQuery.map( this.hsla(), function( v, i ) {\n\t\t\t\tif ( v == null ) {\n\t\t\t\t\tv = i > 2 ? 1 : 0;\n\t\t\t\t}\n\n\t\t\t\t// Catch 1 and 2\n\t\t\t\tif ( i && i < 3 ) {\n\t\t\t\t\tv = Math.round( v * 100 ) + \"%\";\n\t\t\t\t}\n\t\t\t\treturn v;\n\t\t\t} );\n\n\t\tif ( hsla[ 3 ] === 1 ) {\n\t\t\thsla.pop();\n\t\t\tprefix = \"hsl(\";\n\t\t}\n\t\treturn prefix + hsla.join() + \")\";\n\t},\n\ttoHexString: function( includeAlpha ) {\n\t\tvar rgba = this._rgba.slice(),\n\t\t\talpha = rgba.pop();\n\n\t\tif ( includeAlpha ) {\n\t\t\trgba.push( ~~( alpha * 255 ) );\n\t\t}\n\n\t\treturn \"#\" + jQuery.map( rgba, function( v ) {\n\n\t\t\t// Default to 0 when nulls exist\n\t\t\tv = ( v || 0 ).toString( 16 );\n\t\t\treturn v.length === 1 ? \"0\" + v : v;\n\t\t} ).join( \"\" );\n\t},\n\ttoString: function() {\n\t\treturn this._rgba[ 3 ] === 0 ? \"transparent\" : this.toRgbaString();\n\t}\n} );\ncolor.fn.parse.prototype = color.fn;\n\n// Hsla conversions adapted from:\n// https://code.google.com/p/maashaack/source/browse/packages/graphics/trunk/src/graphics/colors/HUE2RGB.as?r=5021\n\nfunction hue2rgb( p, q, h ) {\n\th = ( h + 1 ) % 1;\n\tif ( h * 6 < 1 ) {\n\t\treturn p + ( q - p ) * h * 6;\n\t}\n\tif ( h * 2 < 1 ) {\n\t\treturn q;\n\t}\n\tif ( h * 3 < 2 ) {\n\t\treturn p + ( q - p ) * ( ( 2 / 3 ) - h ) * 6;\n\t}\n\treturn p;\n}\n\nspaces.hsla.to = function( rgba ) {\n\tif ( rgba[ 0 ] == null || rgba[ 1 ] == null || rgba[ 2 ] == null ) {\n\t\treturn [ null, null, null, rgba[ 3 ] ];\n\t}\n\tvar r = rgba[ 0 ] / 255,\n\t\tg = rgba[ 1 ] / 255,\n\t\tb = rgba[ 2 ] / 255,\n\t\ta = rgba[ 3 ],\n\t\tmax = Math.max( r, g, b ),\n\t\tmin = Math.min( r, g, b ),\n\t\tdiff = max - min,\n\t\tadd = max + min,\n\t\tl = add * 0.5,\n\t\th, s;\n\n\tif ( min === max ) {\n\t\th = 0;\n\t} else if ( r === max ) {\n\t\th = ( 60 * ( g - b ) / diff ) + 360;\n\t} else if ( g === max ) {\n\t\th = ( 60 * ( b - r ) / diff ) + 120;\n\t} else {\n\t\th = ( 60 * ( r - g ) / diff ) + 240;\n\t}\n\n\t// Chroma (diff) == 0 means greyscale which, by definition, saturation = 0%\n\t// otherwise, saturation is based on the ratio of chroma (diff) to lightness (add)\n\tif ( diff === 0 ) {\n\t\ts = 0;\n\t} else if ( l <= 0.5 ) {\n\t\ts = diff / add;\n\t} else {\n\t\ts = diff / ( 2 - add );\n\t}\n\treturn [ Math.round( h ) % 360, s, l, a == null ? 1 : a ];\n};\n\nspaces.hsla.from = function( hsla ) {\n\tif ( hsla[ 0 ] == null || hsla[ 1 ] == null || hsla[ 2 ] == null ) {\n\t\treturn [ null, null, null, hsla[ 3 ] ];\n\t}\n\tvar h = hsla[ 0 ] / 360,\n\t\ts = hsla[ 1 ],\n\t\tl = hsla[ 2 ],\n\t\ta = hsla[ 3 ],\n\t\tq = l <= 0.5 ? l * ( 1 + s ) : l + s - l * s,\n\t\tp = 2 * l - q;\n\n\treturn [\n\t\tMath.round( hue2rgb( p, q, h + ( 1 / 3 ) ) * 255 ),\n\t\tMath.round( hue2rgb( p, q, h ) * 255 ),\n\t\tMath.round( hue2rgb( p, q, h - ( 1 / 3 ) ) * 255 ),\n\t\ta\n\t];\n};\n\neach( spaces, function( spaceName, space ) {\n\tvar props = space.props,\n\t\tcache = space.cache,\n\t\tto = space.to,\n\t\tfrom = space.from;\n\n\t// Makes rgba() and hsla()\n\tcolor.fn[ spaceName ] = function( value ) {\n\n\t\t// Generate a cache for this space if it doesn't exist\n\t\tif ( to && !this[ cache ] ) {\n\t\t\tthis[ cache ] = to( this._rgba );\n\t\t}\n\t\tif ( value === undefined ) {\n\t\t\treturn this[ cache ].slice();\n\t\t}\n\n\t\tvar ret,\n\t\t\ttype = jQuery.type( value ),\n\t\t\tarr = ( type === \"array\" || type === \"object\" ) ? value : arguments,\n\t\t\tlocal = this[ cache ].slice();\n\n\t\teach( props, function( key, prop ) {\n\t\t\tvar val = arr[ type === \"object\" ? key : prop.idx ];\n\t\t\tif ( val == null ) {\n\t\t\t\tval = local[ prop.idx ];\n\t\t\t}\n\t\t\tlocal[ prop.idx ] = clamp( val, prop );\n\t\t} );\n\n\t\tif ( from ) {\n\t\t\tret = color( from( local ) );\n\t\t\tret[ cache ] = local;\n\t\t\treturn ret;\n\t\t} else {\n\t\t\treturn color( local );\n\t\t}\n\t};\n\n\t// Makes red() green() blue() alpha() hue() saturation() lightness()\n\teach( props, function( key, prop ) {\n\n\t\t// Alpha is included in more than one space\n\t\tif ( color.fn[ key ] ) {\n\t\t\treturn;\n\t\t}\n\t\tcolor.fn[ key ] = function( value ) {\n\t\t\tvar vtype = jQuery.type( value ),\n\t\t\t\tfn = ( key === \"alpha\" ? ( this._hsla ? \"hsla\" : \"rgba\" ) : spaceName ),\n\t\t\t\tlocal = this[ fn ](),\n\t\t\t\tcur = local[ prop.idx ],\n\t\t\t\tmatch;\n\n\t\t\tif ( vtype === \"undefined\" ) {\n\t\t\t\treturn cur;\n\t\t\t}\n\n\t\t\tif ( vtype === \"function\" ) {\n\t\t\t\tvalue = value.call( this, cur );\n\t\t\t\tvtype = jQuery.type( value );\n\t\t\t}\n\t\t\tif ( value == null && prop.empty ) {\n\t\t\t\treturn this;\n\t\t\t}\n\t\t\tif ( vtype === \"string\" ) {\n\t\t\t\tmatch = rplusequals.exec( value );\n\t\t\t\tif ( match ) {\n\t\t\t\t\tvalue = cur + parseFloat( match[ 2 ] ) * ( match[ 1 ] === \"+\" ? 1 : -1 );\n\t\t\t\t}\n\t\t\t}\n\t\t\tlocal[ prop.idx ] = value;\n\t\t\treturn this[ fn ]( local );\n\t\t};\n\t} );\n} );\n\n// Add cssHook and .fx.step function for each named hook.\n// accept a space separated string of properties\ncolor.hook = function( hook ) {\n\tvar hooks = hook.split( \" \" );\n\teach( hooks, function( i, hook ) {\n\t\tjQuery.cssHooks[ hook ] = {\n\t\t\tset: function( elem, value ) {\n\t\t\t\tvar parsed, curElem,\n\t\t\t\t\tbackgroundColor = \"\";\n\n\t\t\t\tif ( value !== \"transparent\" && ( jQuery.type( value ) !== \"string\" ||\n\t\t\t\t\t\t( parsed = stringParse( value ) ) ) ) {\n\t\t\t\t\tvalue = color( parsed || value );\n\t\t\t\t\tif ( !support.rgba && value._rgba[ 3 ] !== 1 ) {\n\t\t\t\t\t\tcurElem = hook === \"backgroundColor\" ? elem.parentNode : elem;\n\t\t\t\t\t\twhile (\n\t\t\t\t\t\t\t( backgroundColor === \"\" || backgroundColor === \"transparent\" ) &&\n\t\t\t\t\t\t\tcurElem && curElem.style\n\t\t\t\t\t\t) {\n\t\t\t\t\t\t\ttry {\n\t\t\t\t\t\t\t\tbackgroundColor = jQuery.css( curElem, \"backgroundColor\" );\n\t\t\t\t\t\t\t\tcurElem = curElem.parentNode;\n\t\t\t\t\t\t\t} catch ( e ) {\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\n\t\t\t\t\t\tvalue = value.blend( backgroundColor && backgroundColor !== \"transparent\" ?\n\t\t\t\t\t\t\tbackgroundColor :\n\t\t\t\t\t\t\t\"_default\" );\n\t\t\t\t\t}\n\n\t\t\t\t\tvalue = value.toRgbaString();\n\t\t\t\t}\n\t\t\t\ttry {\n\t\t\t\t\telem.style[ hook ] = value;\n\t\t\t\t} catch ( e ) {\n\n\t\t\t\t\t// Wrapped to prevent IE from throwing errors on \"invalid\" values like\n\t\t\t\t\t// 'auto' or 'inherit'\n\t\t\t\t}\n\t\t\t}\n\t\t};\n\t\tjQuery.fx.step[ hook ] = function( fx ) {\n\t\t\tif ( !fx.colorInit ) {\n\t\t\t\tfx.start = color( fx.elem, hook );\n\t\t\t\tfx.end = color( fx.end );\n\t\t\t\tfx.colorInit = true;\n\t\t\t}\n\t\t\tjQuery.cssHooks[ hook ].set( fx.elem, fx.start.transition( fx.end, fx.pos ) );\n\t\t};\n\t} );\n\n};\n\ncolor.hook( stepHooks );\n\njQuery.cssHooks.borderColor = {\n\texpand: function( value ) {\n\t\tvar expanded = {};\n\n\t\teach( [ \"Top\", \"Right\", \"Bottom\", \"Left\" ], function( i, part ) {\n\t\t\texpanded[ \"border\" + part + \"Color\" ] = value;\n\t\t} );\n\t\treturn expanded;\n\t}\n};\n\n// Basic color names only.\n// Usage of any of the other color names requires adding yourself or including\n// jquery.color.svg-names.js.\ncolors = jQuery.Color.names = {\n\n\t// 4.1. Basic color keywords\n\taqua: \"#00ffff\",\n\tblack: \"#000000\",\n\tblue: \"#0000ff\",\n\tfuchsia: \"#ff00ff\",\n\tgray: \"#808080\",\n\tgreen: \"#008000\",\n\tlime: \"#00ff00\",\n\tmaroon: \"#800000\",\n\tnavy: \"#000080\",\n\tolive: \"#808000\",\n\tpurple: \"#800080\",\n\tred: \"#ff0000\",\n\tsilver: \"#c0c0c0\",\n\tteal: \"#008080\",\n\twhite: \"#ffffff\",\n\tyellow: \"#ffff00\",\n\n\t// 4.2.3. \"transparent\" color keyword\n\ttransparent: [ null, null, null, 0 ],\n\n\t_default: \"#ffffff\"\n};\n\n} )( jQuery );\n\n/******************************************************************************/\n/****************************** CLASS ANIMATIONS ******************************/\n/******************************************************************************/\n( function() {\n\nvar classAnimationActions = [ \"add\", \"remove\", \"toggle\" ],\n\tshorthandStyles = {\n\t\tborder: 1,\n\t\tborderBottom: 1,\n\t\tborderColor: 1,\n\t\tborderLeft: 1,\n\t\tborderRight: 1,\n\t\tborderTop: 1,\n\t\tborderWidth: 1,\n\t\tmargin: 1,\n\t\tpadding: 1\n\t};\n\n$.each(\n\t[ \"borderLeftStyle\", \"borderRightStyle\", \"borderBottomStyle\", \"borderTopStyle\" ],\n\tfunction( _, prop ) {\n\t\t$.fx.step[ prop ] = function( fx ) {\n\t\t\tif ( fx.end !== \"none\" && !fx.setAttr || fx.pos === 1 && !fx.setAttr ) {\n\t\t\t\tjQuery.style( fx.elem, prop, fx.end );\n\t\t\t\tfx.setAttr = true;\n\t\t\t}\n\t\t};\n\t}\n);\n\nfunction getElementStyles( elem ) {\n\tvar key, len,\n\t\tstyle = elem.ownerDocument.defaultView ?\n\t\t\telem.ownerDocument.defaultView.getComputedStyle( elem, null ) :\n\t\t\telem.currentStyle,\n\t\tstyles = {};\n\n\tif ( style && style.length && style[ 0 ] && style[ style[ 0 ] ] ) {\n\t\tlen = style.length;\n\t\twhile ( len-- ) {\n\t\t\tkey = style[ len ];\n\t\t\tif ( typeof style[ key ] === \"string\" ) {\n\t\t\t\tstyles[ $.camelCase( key ) ] = style[ key ];\n\t\t\t}\n\t\t}\n\n\t// Support: Opera, IE <9\n\t} else {\n\t\tfor ( key in style ) {\n\t\t\tif ( typeof style[ key ] === \"string\" ) {\n\t\t\t\tstyles[ key ] = style[ key ];\n\t\t\t}\n\t\t}\n\t}\n\n\treturn styles;\n}\n\nfunction styleDifference( oldStyle, newStyle ) {\n\tvar diff = {},\n\t\tname, value;\n\n\tfor ( name in newStyle ) {\n\t\tvalue = newStyle[ name ];\n\t\tif ( oldStyle[ name ] !== value ) {\n\t\t\tif ( !shorthandStyles[ name ] ) {\n\t\t\t\tif ( $.fx.step[ name ] || !isNaN( parseFloat( value ) ) ) {\n\t\t\t\t\tdiff[ name ] = value;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n\n\treturn diff;\n}\n\n// Support: jQuery <1.8\nif ( !$.fn.addBack ) {\n\t$.fn.addBack = function( selector ) {\n\t\treturn this.add( selector == null ?\n\t\t\tthis.prevObject : this.prevObject.filter( selector )\n\t\t);\n\t};\n}\n\n$.effects.animateClass = function( value, duration, easing, callback ) {\n\tvar o = $.speed( duration, easing, callback );\n\n\treturn this.queue( function() {\n\t\tvar animated = $( this ),\n\t\t\tbaseClass = animated.attr( \"class\" ) || \"\",\n\t\t\tapplyClassChange,\n\t\t\tallAnimations = o.children ? animated.find( \"*\" ).addBack() : animated;\n\n\t\t// Map the animated objects to store the original styles.\n\t\tallAnimations = allAnimations.map( function() {\n\t\t\tvar el = $( this );\n\t\t\treturn {\n\t\t\t\tel: el,\n\t\t\t\tstart: getElementStyles( this )\n\t\t\t};\n\t\t} );\n\n\t\t// Apply class change\n\t\tapplyClassChange = function() {\n\t\t\t$.each( classAnimationActions, function( i, action ) {\n\t\t\t\tif ( value[ action ] ) {\n\t\t\t\t\tanimated[ action + \"Class\" ]( value[ action ] );\n\t\t\t\t}\n\t\t\t} );\n\t\t};\n\t\tapplyClassChange();\n\n\t\t// Map all animated objects again - calculate new styles and diff\n\t\tallAnimations = allAnimations.map( function() {\n\t\t\tthis.end = getElementStyles( this.el[ 0 ] );\n\t\t\tthis.diff = styleDifference( this.start, this.end );\n\t\t\treturn this;\n\t\t} );\n\n\t\t// Apply original class\n\t\tanimated.attr( \"class\", baseClass );\n\n\t\t// Map all animated objects again - this time collecting a promise\n\t\tallAnimations = allAnimations.map( function() {\n\t\t\tvar styleInfo = this,\n\t\t\t\tdfd = $.Deferred(),\n\t\t\t\topts = $.extend( {}, o, {\n\t\t\t\t\tqueue: false,\n\t\t\t\t\tcomplete: function() {\n\t\t\t\t\t\tdfd.resolve( styleInfo );\n\t\t\t\t\t}\n\t\t\t\t} );\n\n\t\t\tthis.el.animate( this.diff, opts );\n\t\t\treturn dfd.promise();\n\t\t} );\n\n\t\t// Once all animations have completed:\n\t\t$.when.apply( $, allAnimations.get() ).done( function() {\n\n\t\t\t// Set the final class\n\t\t\tapplyClassChange();\n\n\t\t\t// For each animated element,\n\t\t\t// clear all css properties that were animated\n\t\t\t$.each( arguments, function() {\n\t\t\t\tvar el = this.el;\n\t\t\t\t$.each( this.diff, function( key ) {\n\t\t\t\t\tel.css( key, \"\" );\n\t\t\t\t} );\n\t\t\t} );\n\n\t\t\t// This is guarnteed to be there if you use jQuery.speed()\n\t\t\t// it also handles dequeuing the next anim...\n\t\t\to.complete.call( animated[ 0 ] );\n\t\t} );\n\t} );\n};\n\n$.fn.extend( {\n\taddClass: ( function( orig ) {\n\t\treturn function( classNames, speed, easing, callback ) {\n\t\t\treturn speed ?\n\t\t\t\t$.effects.animateClass.call( this,\n\t\t\t\t\t{ add: classNames }, speed, easing, callback ) :\n\t\t\t\torig.apply( this, arguments );\n\t\t};\n\t} )( $.fn.addClass ),\n\n\tremoveClass: ( function( orig ) {\n\t\treturn function( classNames, speed, easing, callback ) {\n\t\t\treturn arguments.length > 1 ?\n\t\t\t\t$.effects.animateClass.call( this,\n\t\t\t\t\t{ remove: classNames }, speed, easing, callback ) :\n\t\t\t\torig.apply( this, arguments );\n\t\t};\n\t} )( $.fn.removeClass ),\n\n\ttoggleClass: ( function( orig ) {\n\t\treturn function( classNames, force, speed, easing, callback ) {\n\t\t\tif ( typeof force === \"boolean\" || force === undefined ) {\n\t\t\t\tif ( !speed ) {\n\n\t\t\t\t\t// Without speed parameter\n\t\t\t\t\treturn orig.apply( this, arguments );\n\t\t\t\t} else {\n\t\t\t\t\treturn $.effects.animateClass.call( this,\n\t\t\t\t\t\t( force ? { add: classNames } : { remove: classNames } ),\n\t\t\t\t\t\tspeed, easing, callback );\n\t\t\t\t}\n\t\t\t} else {\n\n\t\t\t\t// Without force parameter\n\t\t\t\treturn $.effects.animateClass.call( this,\n\t\t\t\t\t{ toggle: classNames }, force, speed, easing );\n\t\t\t}\n\t\t};\n\t} )( $.fn.toggleClass ),\n\n\tswitchClass: function( remove, add, speed, easing, callback ) {\n\t\treturn $.effects.animateClass.call( this, {\n\t\t\tadd: add,\n\t\t\tremove: remove\n\t\t}, speed, easing, callback );\n\t}\n} );\n\n} )();\n\n/******************************************************************************/\n/*********************************** EFFECTS **********************************/\n/******************************************************************************/\n\n( function() {\n\nif ( $.expr && $.expr.filters && $.expr.filters.animated ) {\n\t$.expr.filters.animated = ( function( orig ) {\n\t\treturn function( elem ) {\n\t\t\treturn !!$( elem ).data( dataSpaceAnimated ) || orig( elem );\n\t\t};\n\t} )( $.expr.filters.animated );\n}\n\nif ( $.uiBackCompat !== false ) {\n\t$.extend( $.effects, {\n\n\t\t// Saves a set of properties in a data storage\n\t\tsave: function( element, set ) {\n\t\t\tvar i = 0, length = set.length;\n\t\t\tfor ( ; i < length; i++ ) {\n\t\t\t\tif ( set[ i ] !== null ) {\n\t\t\t\t\telement.data( dataSpace + set[ i ], element[ 0 ].style[ set[ i ] ] );\n\t\t\t\t}\n\t\t\t}\n\t\t},\n\n\t\t// Restores a set of previously saved properties from a data storage\n\t\trestore: function( element, set ) {\n\t\t\tvar val, i = 0, length = set.length;\n\t\t\tfor ( ; i < length; i++ ) {\n\t\t\t\tif ( set[ i ] !== null ) {\n\t\t\t\t\tval = element.data( dataSpace + set[ i ] );\n\t\t\t\t\telement.css( set[ i ], val );\n\t\t\t\t}\n\t\t\t}\n\t\t},\n\n\t\tsetMode: function( el, mode ) {\n\t\t\tif ( mode === \"toggle\" ) {\n\t\t\t\tmode = el.is( \":hidden\" ) ? \"show\" : \"hide\";\n\t\t\t}\n\t\t\treturn mode;\n\t\t},\n\n\t\t// Wraps the element around a wrapper that copies position properties\n\t\tcreateWrapper: function( element ) {\n\n\t\t\t// If the element is already wrapped, return it\n\t\t\tif ( element.parent().is( \".ui-effects-wrapper\" ) ) {\n\t\t\t\treturn element.parent();\n\t\t\t}\n\n\t\t\t// Wrap the element\n\t\t\tvar props = {\n\t\t\t\t\twidth: element.outerWidth( true ),\n\t\t\t\t\theight: element.outerHeight( true ),\n\t\t\t\t\t\"float\": element.css( \"float\" )\n\t\t\t\t},\n\t\t\t\twrapper = $( \"<div></div>\" )\n\t\t\t\t\t.addClass( \"ui-effects-wrapper\" )\n\t\t\t\t\t.css( {\n\t\t\t\t\t\tfontSize: \"100%\",\n\t\t\t\t\t\tbackground: \"transparent\",\n\t\t\t\t\t\tborder: \"none\",\n\t\t\t\t\t\tmargin: 0,\n\t\t\t\t\t\tpadding: 0\n\t\t\t\t\t} ),\n\n\t\t\t\t// Store the size in case width/height are defined in % - Fixes #5245\n\t\t\t\tsize = {\n\t\t\t\t\twidth: element.width(),\n\t\t\t\t\theight: element.height()\n\t\t\t\t},\n\t\t\t\tactive = document.activeElement;\n\n\t\t\t// Support: Firefox\n\t\t\t// Firefox incorrectly exposes anonymous content\n\t\t\t// https://bugzilla.mozilla.org/show_bug.cgi?id=561664\n\t\t\ttry {\n\t\t\t\tactive.id;\n\t\t\t} catch ( e ) {\n\t\t\t\tactive = document.body;\n\t\t\t}\n\n\t\t\telement.wrap( wrapper );\n\n\t\t\t// Fixes #7595 - Elements lose focus when wrapped.\n\t\t\tif ( element[ 0 ] === active || $.contains( element[ 0 ], active ) ) {\n\t\t\t\t$( active ).trigger( \"focus\" );\n\t\t\t}\n\n\t\t\t// Hotfix for jQuery 1.4 since some change in wrap() seems to actually\n\t\t\t// lose the reference to the wrapped element\n\t\t\twrapper = element.parent();\n\n\t\t\t// Transfer positioning properties to the wrapper\n\t\t\tif ( element.css( \"position\" ) === \"static\" ) {\n\t\t\t\twrapper.css( { position: \"relative\" } );\n\t\t\t\telement.css( { position: \"relative\" } );\n\t\t\t} else {\n\t\t\t\t$.extend( props, {\n\t\t\t\t\tposition: element.css( \"position\" ),\n\t\t\t\t\tzIndex: element.css( \"z-index\" )\n\t\t\t\t} );\n\t\t\t\t$.each( [ \"top\", \"left\", \"bottom\", \"right\" ], function( i, pos ) {\n\t\t\t\t\tprops[ pos ] = element.css( pos );\n\t\t\t\t\tif ( isNaN( parseInt( props[ pos ], 10 ) ) ) {\n\t\t\t\t\t\tprops[ pos ] = \"auto\";\n\t\t\t\t\t}\n\t\t\t\t} );\n\t\t\t\telement.css( {\n\t\t\t\t\tposition: \"relative\",\n\t\t\t\t\ttop: 0,\n\t\t\t\t\tleft: 0,\n\t\t\t\t\tright: \"auto\",\n\t\t\t\t\tbottom: \"auto\"\n\t\t\t\t} );\n\t\t\t}\n\t\t\telement.css( size );\n\n\t\t\treturn wrapper.css( props ).show();\n\t\t},\n\n\t\tremoveWrapper: function( element ) {\n\t\t\tvar active = document.activeElement;\n\n\t\t\tif ( element.parent().is( \".ui-effects-wrapper\" ) ) {\n\t\t\t\telement.parent().replaceWith( element );\n\n\t\t\t\t// Fixes #7595 - Elements lose focus when wrapped.\n\t\t\t\tif ( element[ 0 ] === active || $.contains( element[ 0 ], active ) ) {\n\t\t\t\t\t$( active ).trigger( \"focus\" );\n\t\t\t\t}\n\t\t\t}\n\n\t\t\treturn element;\n\t\t}\n\t} );\n}\n\n$.extend( $.effects, {\n\tversion: \"1.12.1\",\n\n\tdefine: function( name, mode, effect ) {\n\t\tif ( !effect ) {\n\t\t\teffect = mode;\n\t\t\tmode = \"effect\";\n\t\t}\n\n\t\t$.effects.effect[ name ] = effect;\n\t\t$.effects.effect[ name ].mode = mode;\n\n\t\treturn effect;\n\t},\n\n\tscaledDimensions: function( element, percent, direction ) {\n\t\tif ( percent === 0 ) {\n\t\t\treturn {\n\t\t\t\theight: 0,\n\t\t\t\twidth: 0,\n\t\t\t\touterHeight: 0,\n\t\t\t\touterWidth: 0\n\t\t\t};\n\t\t}\n\n\t\tvar x = direction !== \"horizontal\" ? ( ( percent || 100 ) / 100 ) : 1,\n\t\t\ty = direction !== \"vertical\" ? ( ( percent || 100 ) / 100 ) : 1;\n\n\t\treturn {\n\t\t\theight: element.height() * y,\n\t\t\twidth: element.width() * x,\n\t\t\touterHeight: element.outerHeight() * y,\n\t\t\touterWidth: element.outerWidth() * x\n\t\t};\n\n\t},\n\n\tclipToBox: function( animation ) {\n\t\treturn {\n\t\t\twidth: animation.clip.right - animation.clip.left,\n\t\t\theight: animation.clip.bottom - animation.clip.top,\n\t\t\tleft: animation.clip.left,\n\t\t\ttop: animation.clip.top\n\t\t};\n\t},\n\n\t// Injects recently queued functions to be first in line (after \"inprogress\")\n\tunshift: function( element, queueLength, count ) {\n\t\tvar queue = element.queue();\n\n\t\tif ( queueLength > 1 ) {\n\t\t\tqueue.splice.apply( queue,\n\t\t\t\t[ 1, 0 ].concat( queue.splice( queueLength, count ) ) );\n\t\t}\n\t\telement.dequeue();\n\t},\n\n\tsaveStyle: function( element ) {\n\t\telement.data( dataSpaceStyle, element[ 0 ].style.cssText );\n\t},\n\n\trestoreStyle: function( element ) {\n\t\telement[ 0 ].style.cssText = element.data( dataSpaceStyle ) || \"\";\n\t\telement.removeData( dataSpaceStyle );\n\t},\n\n\tmode: function( element, mode ) {\n\t\tvar hidden = element.is( \":hidden\" );\n\n\t\tif ( mode === \"toggle\" ) {\n\t\t\tmode = hidden ? \"show\" : \"hide\";\n\t\t}\n\t\tif ( hidden ? mode === \"hide\" : mode === \"show\" ) {\n\t\t\tmode = \"none\";\n\t\t}\n\t\treturn mode;\n\t},\n\n\t// Translates a [top,left] array into a baseline value\n\tgetBaseline: function( origin, original ) {\n\t\tvar y, x;\n\n\t\tswitch ( origin[ 0 ] ) {\n\t\tcase \"top\":\n\t\t\ty = 0;\n\t\t\tbreak;\n\t\tcase \"middle\":\n\t\t\ty = 0.5;\n\t\t\tbreak;\n\t\tcase \"bottom\":\n\t\t\ty = 1;\n\t\t\tbreak;\n\t\tdefault:\n\t\t\ty = origin[ 0 ] / original.height;\n\t\t}\n\n\t\tswitch ( origin[ 1 ] ) {\n\t\tcase \"left\":\n\t\t\tx = 0;\n\t\t\tbreak;\n\t\tcase \"center\":\n\t\t\tx = 0.5;\n\t\t\tbreak;\n\t\tcase \"right\":\n\t\t\tx = 1;\n\t\t\tbreak;\n\t\tdefault:\n\t\t\tx = origin[ 1 ] / original.width;\n\t\t}\n\n\t\treturn {\n\t\t\tx: x,\n\t\t\ty: y\n\t\t};\n\t},\n\n\t// Creates a placeholder element so that the original element can be made absolute\n\tcreatePlaceholder: function( element ) {\n\t\tvar placeholder,\n\t\t\tcssPosition = element.css( \"position\" ),\n\t\t\tposition = element.position();\n\n\t\t// Lock in margins first to account for form elements, which\n\t\t// will change margin if you explicitly set height\n\t\t// see: http://jsfiddle.net/JZSMt/3/ https://bugs.webkit.org/show_bug.cgi?id=107380\n\t\t// Support: Safari\n\t\telement.css( {\n\t\t\tmarginTop: element.css( \"marginTop\" ),\n\t\t\tmarginBottom: element.css( \"marginBottom\" ),\n\t\t\tmarginLeft: element.css( \"marginLeft\" ),\n\t\t\tmarginRight: element.css( \"marginRight\" )\n\t\t} )\n\t\t.outerWidth( element.outerWidth() )\n\t\t.outerHeight( element.outerHeight() );\n\n\t\tif ( /^(static|relative)/.test( cssPosition ) ) {\n\t\t\tcssPosition = \"absolute\";\n\n\t\t\tplaceholder = $( \"<\" + element[ 0 ].nodeName + \">\" ).insertAfter( element ).css( {\n\n\t\t\t\t// Convert inline to inline block to account for inline elements\n\t\t\t\t// that turn to inline block based on content (like img)\n\t\t\t\tdisplay: /^(inline|ruby)/.test( element.css( \"display\" ) ) ?\n\t\t\t\t\t\"inline-block\" :\n\t\t\t\t\t\"block\",\n\t\t\t\tvisibility: \"hidden\",\n\n\t\t\t\t// Margins need to be set to account for margin collapse\n\t\t\t\tmarginTop: element.css( \"marginTop\" ),\n\t\t\t\tmarginBottom: element.css( \"marginBottom\" ),\n\t\t\t\tmarginLeft: element.css( \"marginLeft\" ),\n\t\t\t\tmarginRight: element.css( \"marginRight\" ),\n\t\t\t\t\"float\": element.css( \"float\" )\n\t\t\t} )\n\t\t\t.outerWidth( element.outerWidth() )\n\t\t\t.outerHeight( element.outerHeight() )\n\t\t\t.addClass( \"ui-effects-placeholder\" );\n\n\t\t\telement.data( dataSpace + \"placeholder\", placeholder );\n\t\t}\n\n\t\telement.css( {\n\t\t\tposition: cssPosition,\n\t\t\tleft: position.left,\n\t\t\ttop: position.top\n\t\t} );\n\n\t\treturn placeholder;\n\t},\n\n\tremovePlaceholder: function( element ) {\n\t\tvar dataKey = dataSpace + \"placeholder\",\n\t\t\t\tplaceholder = element.data( dataKey );\n\n\t\tif ( placeholder ) {\n\t\t\tplaceholder.remove();\n\t\t\telement.removeData( dataKey );\n\t\t}\n\t},\n\n\t// Removes a placeholder if it exists and restores\n\t// properties that were modified during placeholder creation\n\tcleanUp: function( element ) {\n\t\t$.effects.restoreStyle( element );\n\t\t$.effects.removePlaceholder( element );\n\t},\n\n\tsetTransition: function( element, list, factor, value ) {\n\t\tvalue = value || {};\n\t\t$.each( list, function( i, x ) {\n\t\t\tvar unit = element.cssUnit( x );\n\t\t\tif ( unit[ 0 ] > 0 ) {\n\t\t\t\tvalue[ x ] = unit[ 0 ] * factor + unit[ 1 ];\n\t\t\t}\n\t\t} );\n\t\treturn value;\n\t}\n} );\n\n// Return an effect options object for the given parameters:\nfunction _normalizeArguments( effect, options, speed, callback ) {\n\n\t// Allow passing all options as the first parameter\n\tif ( $.isPlainObject( effect ) ) {\n\t\toptions = effect;\n\t\teffect = effect.effect;\n\t}\n\n\t// Convert to an object\n\teffect = { effect: effect };\n\n\t// Catch (effect, null, ...)\n\tif ( options == null ) {\n\t\toptions = {};\n\t}\n\n\t// Catch (effect, callback)\n\tif ( $.isFunction( options ) ) {\n\t\tcallback = options;\n\t\tspeed = null;\n\t\toptions = {};\n\t}\n\n\t// Catch (effect, speed, ?)\n\tif ( typeof options === \"number\" || $.fx.speeds[ options ] ) {\n\t\tcallback = speed;\n\t\tspeed = options;\n\t\toptions = {};\n\t}\n\n\t// Catch (effect, options, callback)\n\tif ( $.isFunction( speed ) ) {\n\t\tcallback = speed;\n\t\tspeed = null;\n\t}\n\n\t// Add options to effect\n\tif ( options ) {\n\t\t$.extend( effect, options );\n\t}\n\n\tspeed = speed || options.duration;\n\teffect.duration = $.fx.off ? 0 :\n\t\ttypeof speed === \"number\" ? speed :\n\t\tspeed in $.fx.speeds ? $.fx.speeds[ speed ] :\n\t\t$.fx.speeds._default;\n\n\teffect.complete = callback || options.complete;\n\n\treturn effect;\n}\n\nfunction standardAnimationOption( option ) {\n\n\t// Valid standard speeds (nothing, number, named speed)\n\tif ( !option || typeof option === \"number\" || $.fx.speeds[ option ] ) {\n\t\treturn true;\n\t}\n\n\t// Invalid strings - treat as \"normal\" speed\n\tif ( typeof option === \"string\" && !$.effects.effect[ option ] ) {\n\t\treturn true;\n\t}\n\n\t// Complete callback\n\tif ( $.isFunction( option ) ) {\n\t\treturn true;\n\t}\n\n\t// Options hash (but not naming an effect)\n\tif ( typeof option === \"object\" && !option.effect ) {\n\t\treturn true;\n\t}\n\n\t// Didn't match any standard API\n\treturn false;\n}\n\n$.fn.extend( {\n\teffect: function( /* effect, options, speed, callback */ ) {\n\t\tvar args = _normalizeArguments.apply( this, arguments ),\n\t\t\teffectMethod = $.effects.effect[ args.effect ],\n\t\t\tdefaultMode = effectMethod.mode,\n\t\t\tqueue = args.queue,\n\t\t\tqueueName = queue || \"fx\",\n\t\t\tcomplete = args.complete,\n\t\t\tmode = args.mode,\n\t\t\tmodes = [],\n\t\t\tprefilter = function( next ) {\n\t\t\t\tvar el = $( this ),\n\t\t\t\t\tnormalizedMode = $.effects.mode( el, mode ) || defaultMode;\n\n\t\t\t\t// Sentinel for duck-punching the :animated psuedo-selector\n\t\t\t\tel.data( dataSpaceAnimated, true );\n\n\t\t\t\t// Save effect mode for later use,\n\t\t\t\t// we can't just call $.effects.mode again later,\n\t\t\t\t// as the .show() below destroys the initial state\n\t\t\t\tmodes.push( normalizedMode );\n\n\t\t\t\t// See $.uiBackCompat inside of run() for removal of defaultMode in 1.13\n\t\t\t\tif ( defaultMode && ( normalizedMode === \"show\" ||\n\t\t\t\t\t\t( normalizedMode === defaultMode && normalizedMode === \"hide\" ) ) ) {\n\t\t\t\t\tel.show();\n\t\t\t\t}\n\n\t\t\t\tif ( !defaultMode || normalizedMode !== \"none\" ) {\n\t\t\t\t\t$.effects.saveStyle( el );\n\t\t\t\t}\n\n\t\t\t\tif ( $.isFunction( next ) ) {\n\t\t\t\t\tnext();\n\t\t\t\t}\n\t\t\t};\n\n\t\tif ( $.fx.off || !effectMethod ) {\n\n\t\t\t// Delegate to the original method (e.g., .show()) if possible\n\t\t\tif ( mode ) {\n\t\t\t\treturn this[ mode ]( args.duration, complete );\n\t\t\t} else {\n\t\t\t\treturn this.each( function() {\n\t\t\t\t\tif ( complete ) {\n\t\t\t\t\t\tcomplete.call( this );\n\t\t\t\t\t}\n\t\t\t\t} );\n\t\t\t}\n\t\t}\n\n\t\tfunction run( next ) {\n\t\t\tvar elem = $( this );\n\n\t\t\tfunction cleanup() {\n\t\t\t\telem.removeData( dataSpaceAnimated );\n\n\t\t\t\t$.effects.cleanUp( elem );\n\n\t\t\t\tif ( args.mode === \"hide\" ) {\n\t\t\t\t\telem.hide();\n\t\t\t\t}\n\n\t\t\t\tdone();\n\t\t\t}\n\n\t\t\tfunction done() {\n\t\t\t\tif ( $.isFunction( complete ) ) {\n\t\t\t\t\tcomplete.call( elem[ 0 ] );\n\t\t\t\t}\n\n\t\t\t\tif ( $.isFunction( next ) ) {\n\t\t\t\t\tnext();\n\t\t\t\t}\n\t\t\t}\n\n\t\t\t// Override mode option on a per element basis,\n\t\t\t// as toggle can be either show or hide depending on element state\n\t\t\targs.mode = modes.shift();\n\n\t\t\tif ( $.uiBackCompat !== false && !defaultMode ) {\n\t\t\t\tif ( elem.is( \":hidden\" ) ? mode === \"hide\" : mode === \"show\" ) {\n\n\t\t\t\t\t// Call the core method to track \"olddisplay\" properly\n\t\t\t\t\telem[ mode ]();\n\t\t\t\t\tdone();\n\t\t\t\t} else {\n\t\t\t\t\teffectMethod.call( elem[ 0 ], args, done );\n\t\t\t\t}\n\t\t\t} else {\n\t\t\t\tif ( args.mode === \"none\" ) {\n\n\t\t\t\t\t// Call the core method to track \"olddisplay\" properly\n\t\t\t\t\telem[ mode ]();\n\t\t\t\t\tdone();\n\t\t\t\t} else {\n\t\t\t\t\teffectMethod.call( elem[ 0 ], args, cleanup );\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\t// Run prefilter on all elements first to ensure that\n\t\t// any showing or hiding happens before placeholder creation,\n\t\t// which ensures that any layout changes are correctly captured.\n\t\treturn queue === false ?\n\t\t\tthis.each( prefilter ).each( run ) :\n\t\t\tthis.queue( queueName, prefilter ).queue( queueName, run );\n\t},\n\n\tshow: ( function( orig ) {\n\t\treturn function( option ) {\n\t\t\tif ( standardAnimationOption( option ) ) {\n\t\t\t\treturn orig.apply( this, arguments );\n\t\t\t} else {\n\t\t\t\tvar args = _normalizeArguments.apply( this, arguments );\n\t\t\t\targs.mode = \"show\";\n\t\t\t\treturn this.effect.call( this, args );\n\t\t\t}\n\t\t};\n\t} )( $.fn.show ),\n\n\thide: ( function( orig ) {\n\t\treturn function( option ) {\n\t\t\tif ( standardAnimationOption( option ) ) {\n\t\t\t\treturn orig.apply( this, arguments );\n\t\t\t} else {\n\t\t\t\tvar args = _normalizeArguments.apply( this, arguments );\n\t\t\t\targs.mode = \"hide\";\n\t\t\t\treturn this.effect.call( this, args );\n\t\t\t}\n\t\t};\n\t} )( $.fn.hide ),\n\n\ttoggle: ( function( orig ) {\n\t\treturn function( option ) {\n\t\t\tif ( standardAnimationOption( option ) || typeof option === \"boolean\" ) {\n\t\t\t\treturn orig.apply( this, arguments );\n\t\t\t} else {\n\t\t\t\tvar args = _normalizeArguments.apply( this, arguments );\n\t\t\t\targs.mode = \"toggle\";\n\t\t\t\treturn this.effect.call( this, args );\n\t\t\t}\n\t\t};\n\t} )( $.fn.toggle ),\n\n\tcssUnit: function( key ) {\n\t\tvar style = this.css( key ),\n\t\t\tval = [];\n\n\t\t$.each( [ \"em\", \"px\", \"%\", \"pt\" ], function( i, unit ) {\n\t\t\tif ( style.indexOf( unit ) > 0 ) {\n\t\t\t\tval = [ parseFloat( style ), unit ];\n\t\t\t}\n\t\t} );\n\t\treturn val;\n\t},\n\n\tcssClip: function( clipObj ) {\n\t\tif ( clipObj ) {\n\t\t\treturn this.css( \"clip\", \"rect(\" + clipObj.top + \"px \" + clipObj.right + \"px \" +\n\t\t\t\tclipObj.bottom + \"px \" + clipObj.left + \"px)\" );\n\t\t}\n\t\treturn parseClip( this.css( \"clip\" ), this );\n\t},\n\n\ttransfer: function( options, done ) {\n\t\tvar element = $( this ),\n\t\t\ttarget = $( options.to ),\n\t\t\ttargetFixed = target.css( \"position\" ) === \"fixed\",\n\t\t\tbody = $( \"body\" ),\n\t\t\tfixTop = targetFixed ? body.scrollTop() : 0,\n\t\t\tfixLeft = targetFixed ? body.scrollLeft() : 0,\n\t\t\tendPosition = target.offset(),\n\t\t\tanimation = {\n\t\t\t\ttop: endPosition.top - fixTop,\n\t\t\t\tleft: endPosition.left - fixLeft,\n\t\t\t\theight: target.innerHeight(),\n\t\t\t\twidth: target.innerWidth()\n\t\t\t},\n\t\t\tstartPosition = element.offset(),\n\t\t\ttransfer = $( \"<div class='ui-effects-transfer'></div>\" )\n\t\t\t\t.appendTo( \"body\" )\n\t\t\t\t.addClass( options.className )\n\t\t\t\t.css( {\n\t\t\t\t\ttop: startPosition.top - fixTop,\n\t\t\t\t\tleft: startPosition.left - fixLeft,\n\t\t\t\t\theight: element.innerHeight(),\n\t\t\t\t\twidth: element.innerWidth(),\n\t\t\t\t\tposition: targetFixed ? \"fixed\" : \"absolute\"\n\t\t\t\t} )\n\t\t\t\t.animate( animation, options.duration, options.easing, function() {\n\t\t\t\t\ttransfer.remove();\n\t\t\t\t\tif ( $.isFunction( done ) ) {\n\t\t\t\t\t\tdone();\n\t\t\t\t\t}\n\t\t\t\t} );\n\t}\n} );\n\nfunction parseClip( str, element ) {\n\t\tvar outerWidth = element.outerWidth(),\n\t\t\touterHeight = element.outerHeight(),\n\t\t\tclipRegex = /^rect\\((-?\\d*\\.?\\d*px|-?\\d+%|auto),?\\s*(-?\\d*\\.?\\d*px|-?\\d+%|auto),?\\s*(-?\\d*\\.?\\d*px|-?\\d+%|auto),?\\s*(-?\\d*\\.?\\d*px|-?\\d+%|auto)\\)$/,\n\t\t\tvalues = clipRegex.exec( str ) || [ \"\", 0, outerWidth, outerHeight, 0 ];\n\n\t\treturn {\n\t\t\ttop: parseFloat( values[ 1 ] ) || 0,\n\t\t\tright: values[ 2 ] === \"auto\" ? outerWidth : parseFloat( values[ 2 ] ),\n\t\t\tbottom: values[ 3 ] === \"auto\" ? outerHeight : parseFloat( values[ 3 ] ),\n\t\t\tleft: parseFloat( values[ 4 ] ) || 0\n\t\t};\n}\n\n$.fx.step.clip = function( fx ) {\n\tif ( !fx.clipInit ) {\n\t\tfx.start = $( fx.elem ).cssClip();\n\t\tif ( typeof fx.end === \"string\" ) {\n\t\t\tfx.end = parseClip( fx.end, fx.elem );\n\t\t}\n\t\tfx.clipInit = true;\n\t}\n\n\t$( fx.elem ).cssClip( {\n\t\ttop: fx.pos * ( fx.end.top - fx.start.top ) + fx.start.top,\n\t\tright: fx.pos * ( fx.end.right - fx.start.right ) + fx.start.right,\n\t\tbottom: fx.pos * ( fx.end.bottom - fx.start.bottom ) + fx.start.bottom,\n\t\tleft: fx.pos * ( fx.end.left - fx.start.left ) + fx.start.left\n\t} );\n};\n\n} )();\n\n/******************************************************************************/\n/*********************************** EASING ***********************************/\n/******************************************************************************/\n\n( function() {\n\n// Based on easing equations from Robert Penner (http://www.robertpenner.com/easing)\n\nvar baseEasings = {};\n\n$.each( [ \"Quad\", \"Cubic\", \"Quart\", \"Quint\", \"Expo\" ], function( i, name ) {\n\tbaseEasings[ name ] = function( p ) {\n\t\treturn Math.pow( p, i + 2 );\n\t};\n} );\n\n$.extend( baseEasings, {\n\tSine: function( p ) {\n\t\treturn 1 - Math.cos( p * Math.PI / 2 );\n\t},\n\tCirc: function( p ) {\n\t\treturn 1 - Math.sqrt( 1 - p * p );\n\t},\n\tElastic: function( p ) {\n\t\treturn p === 0 || p === 1 ? p :\n\t\t\t-Math.pow( 2, 8 * ( p - 1 ) ) * Math.sin( ( ( p - 1 ) * 80 - 7.5 ) * Math.PI / 15 );\n\t},\n\tBack: function( p ) {\n\t\treturn p * p * ( 3 * p - 2 );\n\t},\n\tBounce: function( p ) {\n\t\tvar pow2,\n\t\t\tbounce = 4;\n\n\t\twhile ( p < ( ( pow2 = Math.pow( 2, --bounce ) ) - 1 ) / 11 ) {}\n\t\treturn 1 / Math.pow( 4, 3 - bounce ) - 7.5625 * Math.pow( ( pow2 * 3 - 2 ) / 22 - p, 2 );\n\t}\n} );\n\n$.each( baseEasings, function( name, easeIn ) {\n\t$.easing[ \"easeIn\" + name ] = easeIn;\n\t$.easing[ \"easeOut\" + name ] = function( p ) {\n\t\treturn 1 - easeIn( 1 - p );\n\t};\n\t$.easing[ \"easeInOut\" + name ] = function( p ) {\n\t\treturn p < 0.5 ?\n\t\t\teaseIn( p * 2 ) / 2 :\n\t\t\t1 - easeIn( p * -2 + 2 ) / 2;\n\t};\n} );\n\n} )();\n\nvar effect = $.effects;\n\n\n/*!\n * jQuery UI Effects Blind 1.12.1\n * http://jqueryui.com\n *\n * Copyright jQuery Foundation and other contributors\n * Released under the MIT license.\n * http://jquery.org/license\n */\n\n//>>label: Blind Effect\n//>>group: Effects\n//>>description: Blinds the element.\n//>>docs: http://api.jqueryui.com/blind-effect/\n//>>demos: http://jqueryui.com/effect/\n\n\n\nvar effectsEffectBlind = $.effects.define( \"blind\", \"hide\", function( options, done ) {\n\tvar map = {\n\t\t\tup: [ \"bottom\", \"top\" ],\n\t\t\tvertical: [ \"bottom\", \"top\" ],\n\t\t\tdown: [ \"top\", \"bottom\" ],\n\t\t\tleft: [ \"right\", \"left\" ],\n\t\t\thorizontal: [ \"right\", \"left\" ],\n\t\t\tright: [ \"left\", \"right\" ]\n\t\t},\n\t\telement = $( this ),\n\t\tdirection = options.direction || \"up\",\n\t\tstart = element.cssClip(),\n\t\tanimate = { clip: $.extend( {}, start ) },\n\t\tplaceholder = $.effects.createPlaceholder( element );\n\n\tanimate.clip[ map[ direction ][ 0 ] ] = animate.clip[ map[ direction ][ 1 ] ];\n\n\tif ( options.mode === \"show\" ) {\n\t\telement.cssClip( animate.clip );\n\t\tif ( placeholder ) {\n\t\t\tplaceholder.css( $.effects.clipToBox( animate ) );\n\t\t}\n\n\t\tanimate.clip = start;\n\t}\n\n\tif ( placeholder ) {\n\t\tplaceholder.animate( $.effects.clipToBox( animate ), options.duration, options.easing );\n\t}\n\n\telement.animate( animate, {\n\t\tqueue: false,\n\t\tduration: options.duration,\n\t\teasing: options.easing,\n\t\tcomplete: done\n\t} );\n} );\n\n\n/*!\n * jQuery UI Effects Bounce 1.12.1\n * http://jqueryui.com\n *\n * Copyright jQuery Foundation and other contributors\n * Released under the MIT license.\n * http://jquery.org/license\n */\n\n//>>label: Bounce Effect\n//>>group: Effects\n//>>description: Bounces an element horizontally or vertically n times.\n//>>docs: http://api.jqueryui.com/bounce-effect/\n//>>demos: http://jqueryui.com/effect/\n\n\n\nvar effectsEffectBounce = $.effects.define( \"bounce\", function( options, done ) {\n\tvar upAnim, downAnim, refValue,\n\t\telement = $( this ),\n\n\t\t// Defaults:\n\t\tmode = options.mode,\n\t\thide = mode === \"hide\",\n\t\tshow = mode === \"show\",\n\t\tdirection = options.direction || \"up\",\n\t\tdistance = options.distance,\n\t\ttimes = options.times || 5,\n\n\t\t// Number of internal animations\n\t\tanims = times * 2 + ( show || hide ? 1 : 0 ),\n\t\tspeed = options.duration / anims,\n\t\teasing = options.easing,\n\n\t\t// Utility:\n\t\tref = ( direction === \"up\" || direction === \"down\" ) ? \"top\" : \"left\",\n\t\tmotion = ( direction === \"up\" || direction === \"left\" ),\n\t\ti = 0,\n\n\t\tqueuelen = element.queue().length;\n\n\t$.effects.createPlaceholder( element );\n\n\trefValue = element.css( ref );\n\n\t// Default distance for the BIGGEST bounce is the outer Distance / 3\n\tif ( !distance ) {\n\t\tdistance = element[ ref === \"top\" ? \"outerHeight\" : \"outerWidth\" ]() / 3;\n\t}\n\n\tif ( show ) {\n\t\tdownAnim = { opacity: 1 };\n\t\tdownAnim[ ref ] = refValue;\n\n\t\t// If we are showing, force opacity 0 and set the initial position\n\t\t// then do the \"first\" animation\n\t\telement\n\t\t\t.css( \"opacity\", 0 )\n\t\t\t.css( ref, motion ? -distance * 2 : distance * 2 )\n\t\t\t.animate( downAnim, speed, easing );\n\t}\n\n\t// Start at the smallest distance if we are hiding\n\tif ( hide ) {\n\t\tdistance = distance / Math.pow( 2, times - 1 );\n\t}\n\n\tdownAnim = {};\n\tdownAnim[ ref ] = refValue;\n\n\t// Bounces up/down/left/right then back to 0 -- times * 2 animations happen here\n\tfor ( ; i < times; i++ ) {\n\t\tupAnim = {};\n\t\tupAnim[ ref ] = ( motion ? \"-=\" : \"+=\" ) + distance;\n\n\t\telement\n\t\t\t.animate( upAnim, speed, easing )\n\t\t\t.animate( downAnim, speed, easing );\n\n\t\tdistance = hide ? distance * 2 : distance / 2;\n\t}\n\n\t// Last Bounce when Hiding\n\tif ( hide ) {\n\t\tupAnim = { opacity: 0 };\n\t\tupAnim[ ref ] = ( motion ? \"-=\" : \"+=\" ) + distance;\n\n\t\telement.animate( upAnim, speed, easing );\n\t}\n\n\telement.queue( done );\n\n\t$.effects.unshift( element, queuelen, anims + 1 );\n} );\n\n\n/*!\n * jQuery UI Effects Clip 1.12.1\n * http://jqueryui.com\n *\n * Copyright jQuery Foundation and other contributors\n * Released under the MIT license.\n * http://jquery.org/license\n */\n\n//>>label: Clip Effect\n//>>group: Effects\n//>>description: Clips the element on and off like an old TV.\n//>>docs: http://api.jqueryui.com/clip-effect/\n//>>demos: http://jqueryui.com/effect/\n\n\n\nvar effectsEffectClip = $.effects.define( \"clip\", \"hide\", function( options, done ) {\n\tvar start,\n\t\tanimate = {},\n\t\telement = $( this ),\n\t\tdirection = options.direction || \"vertical\",\n\t\tboth = direction === \"both\",\n\t\thorizontal = both || direction === \"horizontal\",\n\t\tvertical = both || direction === \"vertical\";\n\n\tstart = element.cssClip();\n\tanimate.clip = {\n\t\ttop: vertical ? ( start.bottom - start.top ) / 2 : start.top,\n\t\tright: horizontal ? ( start.right - start.left ) / 2 : start.right,\n\t\tbottom: vertical ? ( start.bottom - start.top ) / 2 : start.bottom,\n\t\tleft: horizontal ? ( start.right - start.left ) / 2 : start.left\n\t};\n\n\t$.effects.createPlaceholder( element );\n\n\tif ( options.mode === \"show\" ) {\n\t\telement.cssClip( animate.clip );\n\t\tanimate.clip = start;\n\t}\n\n\telement.animate( animate, {\n\t\tqueue: false,\n\t\tduration: options.duration,\n\t\teasing: options.easing,\n\t\tcomplete: done\n\t} );\n\n} );\n\n\n/*!\n * jQuery UI Effects Drop 1.12.1\n * http://jqueryui.com\n *\n * Copyright jQuery Foundation and other contributors\n * Released under the MIT license.\n * http://jquery.org/license\n */\n\n//>>label: Drop Effect\n//>>group: Effects\n//>>description: Moves an element in one direction and hides it at the same time.\n//>>docs: http://api.jqueryui.com/drop-effect/\n//>>demos: http://jqueryui.com/effect/\n\n\n\nvar effectsEffectDrop = $.effects.define( \"drop\", \"hide\", function( options, done ) {\n\n\tvar distance,\n\t\telement = $( this ),\n\t\tmode = options.mode,\n\t\tshow = mode === \"show\",\n\t\tdirection = options.direction || \"left\",\n\t\tref = ( direction === \"up\" || direction === \"down\" ) ? \"top\" : \"left\",\n\t\tmotion = ( direction === \"up\" || direction === \"left\" ) ? \"-=\" : \"+=\",\n\t\toppositeMotion = ( motion === \"+=\" ) ? \"-=\" : \"+=\",\n\t\tanimation = {\n\t\t\topacity: 0\n\t\t};\n\n\t$.effects.createPlaceholder( element );\n\n\tdistance = options.distance ||\n\t\telement[ ref === \"top\" ? \"outerHeight\" : \"outerWidth\" ]( true ) / 2;\n\n\tanimation[ ref ] = motion + distance;\n\n\tif ( show ) {\n\t\telement.css( animation );\n\n\t\tanimation[ ref ] = oppositeMotion + distance;\n\t\tanimation.opacity = 1;\n\t}\n\n\t// Animate\n\telement.animate( animation, {\n\t\tqueue: false,\n\t\tduration: options.duration,\n\t\teasing: options.easing,\n\t\tcomplete: done\n\t} );\n} );\n\n\n/*!\n * jQuery UI Effects Explode 1.12.1\n * http://jqueryui.com\n *\n * Copyright jQuery Foundation and other contributors\n * Released under the MIT license.\n * http://jquery.org/license\n */\n\n//>>label: Explode Effect\n//>>group: Effects\n// jscs:disable maximumLineLength\n//>>description: Explodes an element in all directions into n pieces. Implodes an element to its original wholeness.\n// jscs:enable maximumLineLength\n//>>docs: http://api.jqueryui.com/explode-effect/\n//>>demos: http://jqueryui.com/effect/\n\n\n\nvar effectsEffectExplode = $.effects.define( \"explode\", \"hide\", function( options, done ) {\n\n\tvar i, j, left, top, mx, my,\n\t\trows = options.pieces ? Math.round( Math.sqrt( options.pieces ) ) : 3,\n\t\tcells = rows,\n\t\telement = $( this ),\n\t\tmode = options.mode,\n\t\tshow = mode === \"show\",\n\n\t\t// Show and then visibility:hidden the element before calculating offset\n\t\toffset = element.show().css( \"visibility\", \"hidden\" ).offset(),\n\n\t\t// Width and height of a piece\n\t\twidth = Math.ceil( element.outerWidth() / cells ),\n\t\theight = Math.ceil( element.outerHeight() / rows ),\n\t\tpieces = [];\n\n\t// Children animate complete:\n\tfunction childComplete() {\n\t\tpieces.push( this );\n\t\tif ( pieces.length === rows * cells ) {\n\t\t\tanimComplete();\n\t\t}\n\t}\n\n\t// Clone the element for each row and cell.\n\tfor ( i = 0; i < rows; i++ ) { // ===>\n\t\ttop = offset.top + i * height;\n\t\tmy = i - ( rows - 1 ) / 2;\n\n\t\tfor ( j = 0; j < cells; j++ ) { // |||\n\t\t\tleft = offset.left + j * width;\n\t\t\tmx = j - ( cells - 1 ) / 2;\n\n\t\t\t// Create a clone of the now hidden main element that will be absolute positioned\n\t\t\t// within a wrapper div off the -left and -top equal to size of our pieces\n\t\t\telement\n\t\t\t\t.clone()\n\t\t\t\t.appendTo( \"body\" )\n\t\t\t\t.wrap( \"<div></div>\" )\n\t\t\t\t.css( {\n\t\t\t\t\tposition: \"absolute\",\n\t\t\t\t\tvisibility: \"visible\",\n\t\t\t\t\tleft: -j * width,\n\t\t\t\t\ttop: -i * height\n\t\t\t\t} )\n\n\t\t\t\t// Select the wrapper - make it overflow: hidden and absolute positioned based on\n\t\t\t\t// where the original was located +left and +top equal to the size of pieces\n\t\t\t\t.parent()\n\t\t\t\t\t.addClass( \"ui-effects-explode\" )\n\t\t\t\t\t.css( {\n\t\t\t\t\t\tposition: \"absolute\",\n\t\t\t\t\t\toverflow: \"hidden\",\n\t\t\t\t\t\twidth: width,\n\t\t\t\t\t\theight: height,\n\t\t\t\t\t\tleft: left + ( show ? mx * width : 0 ),\n\t\t\t\t\t\ttop: top + ( show ? my * height : 0 ),\n\t\t\t\t\t\topacity: show ? 0 : 1\n\t\t\t\t\t} )\n\t\t\t\t\t.animate( {\n\t\t\t\t\t\tleft: left + ( show ? 0 : mx * width ),\n\t\t\t\t\t\ttop: top + ( show ? 0 : my * height ),\n\t\t\t\t\t\topacity: show ? 1 : 0\n\t\t\t\t\t}, options.duration || 500, options.easing, childComplete );\n\t\t}\n\t}\n\n\tfunction animComplete() {\n\t\telement.css( {\n\t\t\tvisibility: \"visible\"\n\t\t} );\n\t\t$( pieces ).remove();\n\t\tdone();\n\t}\n} );\n\n\n/*!\n * jQuery UI Effects Fade 1.12.1\n * http://jqueryui.com\n *\n * Copyright jQuery Foundation and other contributors\n * Released under the MIT license.\n * http://jquery.org/license\n */\n\n//>>label: Fade Effect\n//>>group: Effects\n//>>description: Fades the element.\n//>>docs: http://api.jqueryui.com/fade-effect/\n//>>demos: http://jqueryui.com/effect/\n\n\n\nvar effectsEffectFade = $.effects.define( \"fade\", \"toggle\", function( options, done ) {\n\tvar show = options.mode === \"show\";\n\n\t$( this )\n\t\t.css( \"opacity\", show ? 0 : 1 )\n\t\t.animate( {\n\t\t\topacity: show ? 1 : 0\n\t\t}, {\n\t\t\tqueue: false,\n\t\t\tduration: options.duration,\n\t\t\teasing: options.easing,\n\t\t\tcomplete: done\n\t\t} );\n} );\n\n\n/*!\n * jQuery UI Effects Fold 1.12.1\n * http://jqueryui.com\n *\n * Copyright jQuery Foundation and other contributors\n * Released under the MIT license.\n * http://jquery.org/license\n */\n\n//>>label: Fold Effect\n//>>group: Effects\n//>>description: Folds an element first horizontally and then vertically.\n//>>docs: http://api.jqueryui.com/fold-effect/\n//>>demos: http://jqueryui.com/effect/\n\n\n\nvar effectsEffectFold = $.effects.define( \"fold\", \"hide\", function( options, done ) {\n\n\t// Create element\n\tvar element = $( this ),\n\t\tmode = options.mode,\n\t\tshow = mode === \"show\",\n\t\thide = mode === \"hide\",\n\t\tsize = options.size || 15,\n\t\tpercent = /([0-9]+)%/.exec( size ),\n\t\thorizFirst = !!options.horizFirst,\n\t\tref = horizFirst ? [ \"right\", \"bottom\" ] : [ \"bottom\", \"right\" ],\n\t\tduration = options.duration / 2,\n\n\t\tplaceholder = $.effects.createPlaceholder( element ),\n\n\t\tstart = element.cssClip(),\n\t\tanimation1 = { clip: $.extend( {}, start ) },\n\t\tanimation2 = { clip: $.extend( {}, start ) },\n\n\t\tdistance = [ start[ ref[ 0 ] ], start[ ref[ 1 ] ] ],\n\n\t\tqueuelen = element.queue().length;\n\n\tif ( percent ) {\n\t\tsize = parseInt( percent[ 1 ], 10 ) / 100 * distance[ hide ? 0 : 1 ];\n\t}\n\tanimation1.clip[ ref[ 0 ] ] = size;\n\tanimation2.clip[ ref[ 0 ] ] = size;\n\tanimation2.clip[ ref[ 1 ] ] = 0;\n\n\tif ( show ) {\n\t\telement.cssClip( animation2.clip );\n\t\tif ( placeholder ) {\n\t\t\tplaceholder.css( $.effects.clipToBox( animation2 ) );\n\t\t}\n\n\t\tanimation2.clip = start;\n\t}\n\n\t// Animate\n\telement\n\t\t.queue( function( next ) {\n\t\t\tif ( placeholder ) {\n\t\t\t\tplaceholder\n\t\t\t\t\t.animate( $.effects.clipToBox( animation1 ), duration, options.easing )\n\t\t\t\t\t.animate( $.effects.clipToBox( animation2 ), duration, options.easing );\n\t\t\t}\n\n\t\t\tnext();\n\t\t} )\n\t\t.animate( animation1, duration, options.easing )\n\t\t.animate( animation2, duration, options.easing )\n\t\t.queue( done );\n\n\t$.effects.unshift( element, queuelen, 4 );\n} );\n\n\n/*!\n * jQuery UI Effects Highlight 1.12.1\n * http://jqueryui.com\n *\n * Copyright jQuery Foundation and other contributors\n * Released under the MIT license.\n * http://jquery.org/license\n */\n\n//>>label: Highlight Effect\n//>>group: Effects\n//>>description: Highlights the background of an element in a defined color for a custom duration.\n//>>docs: http://api.jqueryui.com/highlight-effect/\n//>>demos: http://jqueryui.com/effect/\n\n\n\nvar effectsEffectHighlight = $.effects.define( \"highlight\", \"show\", function( options, done ) {\n\tvar element = $( this ),\n\t\tanimation = {\n\t\t\tbackgroundColor: element.css( \"backgroundColor\" )\n\t\t};\n\n\tif ( options.mode === \"hide\" ) {\n\t\tanimation.opacity = 0;\n\t}\n\n\t$.effects.saveStyle( element );\n\n\telement\n\t\t.css( {\n\t\t\tbackgroundImage: \"none\",\n\t\t\tbackgroundColor: options.color || \"#ffff99\"\n\t\t} )\n\t\t.animate( animation, {\n\t\t\tqueue: false,\n\t\t\tduration: options.duration,\n\t\t\teasing: options.easing,\n\t\t\tcomplete: done\n\t\t} );\n} );\n\n\n/*!\n * jQuery UI Effects Size 1.12.1\n * http://jqueryui.com\n *\n * Copyright jQuery Foundation and other contributors\n * Released under the MIT license.\n * http://jquery.org/license\n */\n\n//>>label: Size Effect\n//>>group: Effects\n//>>description: Resize an element to a specified width and height.\n//>>docs: http://api.jqueryui.com/size-effect/\n//>>demos: http://jqueryui.com/effect/\n\n\n\nvar effectsEffectSize = $.effects.define( \"size\", function( options, done ) {\n\n\t// Create element\n\tvar baseline, factor, temp,\n\t\telement = $( this ),\n\n\t\t// Copy for children\n\t\tcProps = [ \"fontSize\" ],\n\t\tvProps = [ \"borderTopWidth\", \"borderBottomWidth\", \"paddingTop\", \"paddingBottom\" ],\n\t\thProps = [ \"borderLeftWidth\", \"borderRightWidth\", \"paddingLeft\", \"paddingRight\" ],\n\n\t\t// Set options\n\t\tmode = options.mode,\n\t\trestore = mode !== \"effect\",\n\t\tscale = options.scale || \"both\",\n\t\torigin = options.origin || [ \"middle\", \"center\" ],\n\t\tposition = element.css( \"position\" ),\n\t\tpos = element.position(),\n\t\toriginal = $.effects.scaledDimensions( element ),\n\t\tfrom = options.from || original,\n\t\tto = options.to || $.effects.scaledDimensions( element, 0 );\n\n\t$.effects.createPlaceholder( element );\n\n\tif ( mode === \"show\" ) {\n\t\ttemp = from;\n\t\tfrom = to;\n\t\tto = temp;\n\t}\n\n\t// Set scaling factor\n\tfactor = {\n\t\tfrom: {\n\t\t\ty: from.height / original.height,\n\t\t\tx: from.width / original.width\n\t\t},\n\t\tto: {\n\t\t\ty: to.height / original.height,\n\t\t\tx: to.width / original.width\n\t\t}\n\t};\n\n\t// Scale the css box\n\tif ( scale === \"box\" || scale === \"both\" ) {\n\n\t\t// Vertical props scaling\n\t\tif ( factor.from.y !== factor.to.y ) {\n\t\t\tfrom = $.effects.setTransition( element, vProps, factor.from.y, from );\n\t\t\tto = $.effects.setTransition( element, vProps, factor.to.y, to );\n\t\t}\n\n\t\t// Horizontal props scaling\n\t\tif ( factor.from.x !== factor.to.x ) {\n\t\t\tfrom = $.effects.setTransition( element, hProps, factor.from.x, from );\n\t\t\tto = $.effects.setTransition( element, hProps, factor.to.x, to );\n\t\t}\n\t}\n\n\t// Scale the content\n\tif ( scale === \"content\" || scale === \"both\" ) {\n\n\t\t// Vertical props scaling\n\t\tif ( factor.from.y !== factor.to.y ) {\n\t\t\tfrom = $.effects.setTransition( element, cProps, factor.from.y, from );\n\t\t\tto = $.effects.setTransition( element, cProps, factor.to.y, to );\n\t\t}\n\t}\n\n\t// Adjust the position properties based on the provided origin points\n\tif ( origin ) {\n\t\tbaseline = $.effects.getBaseline( origin, original );\n\t\tfrom.top = ( original.outerHeight - from.outerHeight ) * baseline.y + pos.top;\n\t\tfrom.left = ( original.outerWidth - from.outerWidth ) * baseline.x + pos.left;\n\t\tto.top = ( original.outerHeight - to.outerHeight ) * baseline.y + pos.top;\n\t\tto.left = ( original.outerWidth - to.outerWidth ) * baseline.x + pos.left;\n\t}\n\telement.css( from );\n\n\t// Animate the children if desired\n\tif ( scale === \"content\" || scale === \"both\" ) {\n\n\t\tvProps = vProps.concat( [ \"marginTop\", \"marginBottom\" ] ).concat( cProps );\n\t\thProps = hProps.concat( [ \"marginLeft\", \"marginRight\" ] );\n\n\t\t// Only animate children with width attributes specified\n\t\t// TODO: is this right? should we include anything with css width specified as well\n\t\telement.find( \"*[width]\" ).each( function() {\n\t\t\tvar child = $( this ),\n\t\t\t\tchildOriginal = $.effects.scaledDimensions( child ),\n\t\t\t\tchildFrom = {\n\t\t\t\t\theight: childOriginal.height * factor.from.y,\n\t\t\t\t\twidth: childOriginal.width * factor.from.x,\n\t\t\t\t\touterHeight: childOriginal.outerHeight * factor.from.y,\n\t\t\t\t\touterWidth: childOriginal.outerWidth * factor.from.x\n\t\t\t\t},\n\t\t\t\tchildTo = {\n\t\t\t\t\theight: childOriginal.height * factor.to.y,\n\t\t\t\t\twidth: childOriginal.width * factor.to.x,\n\t\t\t\t\touterHeight: childOriginal.height * factor.to.y,\n\t\t\t\t\touterWidth: childOriginal.width * factor.to.x\n\t\t\t\t};\n\n\t\t\t// Vertical props scaling\n\t\t\tif ( factor.from.y !== factor.to.y ) {\n\t\t\t\tchildFrom = $.effects.setTransition( child, vProps, factor.from.y, childFrom );\n\t\t\t\tchildTo = $.effects.setTransition( child, vProps, factor.to.y, childTo );\n\t\t\t}\n\n\t\t\t// Horizontal props scaling\n\t\t\tif ( factor.from.x !== factor.to.x ) {\n\t\t\t\tchildFrom = $.effects.setTransition( child, hProps, factor.from.x, childFrom );\n\t\t\t\tchildTo = $.effects.setTransition( child, hProps, factor.to.x, childTo );\n\t\t\t}\n\n\t\t\tif ( restore ) {\n\t\t\t\t$.effects.saveStyle( child );\n\t\t\t}\n\n\t\t\t// Animate children\n\t\t\tchild.css( childFrom );\n\t\t\tchild.animate( childTo, options.duration, options.easing, function() {\n\n\t\t\t\t// Restore children\n\t\t\t\tif ( restore ) {\n\t\t\t\t\t$.effects.restoreStyle( child );\n\t\t\t\t}\n\t\t\t} );\n\t\t} );\n\t}\n\n\t// Animate\n\telement.animate( to, {\n\t\tqueue: false,\n\t\tduration: options.duration,\n\t\teasing: options.easing,\n\t\tcomplete: function() {\n\n\t\t\tvar offset = element.offset();\n\n\t\t\tif ( to.opacity === 0 ) {\n\t\t\t\telement.css( \"opacity\", from.opacity );\n\t\t\t}\n\n\t\t\tif ( !restore ) {\n\t\t\t\telement\n\t\t\t\t\t.css( \"position\", position === \"static\" ? \"relative\" : position )\n\t\t\t\t\t.offset( offset );\n\n\t\t\t\t// Need to save style here so that automatic style restoration\n\t\t\t\t// doesn't restore to the original styles from before the animation.\n\t\t\t\t$.effects.saveStyle( element );\n\t\t\t}\n\n\t\t\tdone();\n\t\t}\n\t} );\n\n} );\n\n\n/*!\n * jQuery UI Effects Scale 1.12.1\n * http://jqueryui.com\n *\n * Copyright jQuery Foundation and other contributors\n * Released under the MIT license.\n * http://jquery.org/license\n */\n\n//>>label: Scale Effect\n//>>group: Effects\n//>>description: Grows or shrinks an element and its content.\n//>>docs: http://api.jqueryui.com/scale-effect/\n//>>demos: http://jqueryui.com/effect/\n\n\n\nvar effectsEffectScale = $.effects.define( \"scale\", function( options, done ) {\n\n\t// Create element\n\tvar el = $( this ),\n\t\tmode = options.mode,\n\t\tpercent = parseInt( options.percent, 10 ) ||\n\t\t\t( parseInt( options.percent, 10 ) === 0 ? 0 : ( mode !== \"effect\" ? 0 : 100 ) ),\n\n\t\tnewOptions = $.extend( true, {\n\t\t\tfrom: $.effects.scaledDimensions( el ),\n\t\t\tto: $.effects.scaledDimensions( el, percent, options.direction || \"both\" ),\n\t\t\torigin: options.origin || [ \"middle\", \"center\" ]\n\t\t}, options );\n\n\t// Fade option to support puff\n\tif ( options.fade ) {\n\t\tnewOptions.from.opacity = 1;\n\t\tnewOptions.to.opacity = 0;\n\t}\n\n\t$.effects.effect.size.call( this, newOptions, done );\n} );\n\n\n/*!\n * jQuery UI Effects Puff 1.12.1\n * http://jqueryui.com\n *\n * Copyright jQuery Foundation and other contributors\n * Released under the MIT license.\n * http://jquery.org/license\n */\n\n//>>label: Puff Effect\n//>>group: Effects\n//>>description: Creates a puff effect by scaling the element up and hiding it at the same time.\n//>>docs: http://api.jqueryui.com/puff-effect/\n//>>demos: http://jqueryui.com/effect/\n\n\n\nvar effectsEffectPuff = $.effects.define( \"puff\", \"hide\", function( options, done ) {\n\tvar newOptions = $.extend( true, {}, options, {\n\t\tfade: true,\n\t\tpercent: parseInt( options.percent, 10 ) || 150\n\t} );\n\n\t$.effects.effect.scale.call( this, newOptions, done );\n} );\n\n\n/*!\n * jQuery UI Effects Pulsate 1.12.1\n * http://jqueryui.com\n *\n * Copyright jQuery Foundation and other contributors\n * Released under the MIT license.\n * http://jquery.org/license\n */\n\n//>>label: Pulsate Effect\n//>>group: Effects\n//>>description: Pulsates an element n times by changing the opacity to zero and back.\n//>>docs: http://api.jqueryui.com/pulsate-effect/\n//>>demos: http://jqueryui.com/effect/\n\n\n\nvar effectsEffectPulsate = $.effects.define( \"pulsate\", \"show\", function( options, done ) {\n\tvar element = $( this ),\n\t\tmode = options.mode,\n\t\tshow = mode === \"show\",\n\t\thide = mode === \"hide\",\n\t\tshowhide = show || hide,\n\n\t\t// Showing or hiding leaves off the \"last\" animation\n\t\tanims = ( ( options.times || 5 ) * 2 ) + ( showhide ? 1 : 0 ),\n\t\tduration = options.duration / anims,\n\t\tanimateTo = 0,\n\t\ti = 1,\n\t\tqueuelen = element.queue().length;\n\n\tif ( show || !element.is( \":visible\" ) ) {\n\t\telement.css( \"opacity\", 0 ).show();\n\t\tanimateTo = 1;\n\t}\n\n\t// Anims - 1 opacity \"toggles\"\n\tfor ( ; i < anims; i++ ) {\n\t\telement.animate( { opacity: animateTo }, duration, options.easing );\n\t\tanimateTo = 1 - animateTo;\n\t}\n\n\telement.animate( { opacity: animateTo }, duration, options.easing );\n\n\telement.queue( done );\n\n\t$.effects.unshift( element, queuelen, anims + 1 );\n} );\n\n\n/*!\n * jQuery UI Effects Shake 1.12.1\n * http://jqueryui.com\n *\n * Copyright jQuery Foundation and other contributors\n * Released under the MIT license.\n * http://jquery.org/license\n */\n\n//>>label: Shake Effect\n//>>group: Effects\n//>>description: Shakes an element horizontally or vertically n times.\n//>>docs: http://api.jqueryui.com/shake-effect/\n//>>demos: http://jqueryui.com/effect/\n\n\n\nvar effectsEffectShake = $.effects.define( \"shake\", function( options, done ) {\n\n\tvar i = 1,\n\t\telement = $( this ),\n\t\tdirection = options.direction || \"left\",\n\t\tdistance = options.distance || 20,\n\t\ttimes = options.times || 3,\n\t\tanims = times * 2 + 1,\n\t\tspeed = Math.round( options.duration / anims ),\n\t\tref = ( direction === \"up\" || direction === \"down\" ) ? \"top\" : \"left\",\n\t\tpositiveMotion = ( direction === \"up\" || direction === \"left\" ),\n\t\tanimation = {},\n\t\tanimation1 = {},\n\t\tanimation2 = {},\n\n\t\tqueuelen = element.queue().length;\n\n\t$.effects.createPlaceholder( element );\n\n\t// Animation\n\tanimation[ ref ] = ( positiveMotion ? \"-=\" : \"+=\" ) + distance;\n\tanimation1[ ref ] = ( positiveMotion ? \"+=\" : \"-=\" ) + distance * 2;\n\tanimation2[ ref ] = ( positiveMotion ? \"-=\" : \"+=\" ) + distance * 2;\n\n\t// Animate\n\telement.animate( animation, speed, options.easing );\n\n\t// Shakes\n\tfor ( ; i < times; i++ ) {\n\t\telement\n\t\t\t.animate( animation1, speed, options.easing )\n\t\t\t.animate( animation2, speed, options.easing );\n\t}\n\n\telement\n\t\t.animate( animation1, speed, options.easing )\n\t\t.animate( animation, speed / 2, options.easing )\n\t\t.queue( done );\n\n\t$.effects.unshift( element, queuelen, anims + 1 );\n} );\n\n\n/*!\n * jQuery UI Effects Slide 1.12.1\n * http://jqueryui.com\n *\n * Copyright jQuery Foundation and other contributors\n * Released under the MIT license.\n * http://jquery.org/license\n */\n\n//>>label: Slide Effect\n//>>group: Effects\n//>>description: Slides an element in and out of the viewport.\n//>>docs: http://api.jqueryui.com/slide-effect/\n//>>demos: http://jqueryui.com/effect/\n\n\n\nvar effectsEffectSlide = $.effects.define( \"slide\", \"show\", function( options, done ) {\n\tvar startClip, startRef,\n\t\telement = $( this ),\n\t\tmap = {\n\t\t\tup: [ \"bottom\", \"top\" ],\n\t\t\tdown: [ \"top\", \"bottom\" ],\n\t\t\tleft: [ \"right\", \"left\" ],\n\t\t\tright: [ \"left\", \"right\" ]\n\t\t},\n\t\tmode = options.mode,\n\t\tdirection = options.direction || \"left\",\n\t\tref = ( direction === \"up\" || direction === \"down\" ) ? \"top\" : \"left\",\n\t\tpositiveMotion = ( direction === \"up\" || direction === \"left\" ),\n\t\tdistance = options.distance ||\n\t\t\telement[ ref === \"top\" ? \"outerHeight\" : \"outerWidth\" ]( true ),\n\t\tanimation = {};\n\n\t$.effects.createPlaceholder( element );\n\n\tstartClip = element.cssClip();\n\tstartRef = element.position()[ ref ];\n\n\t// Define hide animation\n\tanimation[ ref ] = ( positiveMotion ? -1 : 1 ) * distance + startRef;\n\tanimation.clip = element.cssClip();\n\tanimation.clip[ map[ direction ][ 1 ] ] = animation.clip[ map[ direction ][ 0 ] ];\n\n\t// Reverse the animation if we're showing\n\tif ( mode === \"show\" ) {\n\t\telement.cssClip( animation.clip );\n\t\telement.css( ref, animation[ ref ] );\n\t\tanimation.clip = startClip;\n\t\tanimation[ ref ] = startRef;\n\t}\n\n\t// Actually animate\n\telement.animate( animation, {\n\t\tqueue: false,\n\t\tduration: options.duration,\n\t\teasing: options.easing,\n\t\tcomplete: done\n\t} );\n} );\n\n\n/*!\n * jQuery UI Effects Transfer 1.12.1\n * http://jqueryui.com\n *\n * Copyright jQuery Foundation and other contributors\n * Released under the MIT license.\n * http://jquery.org/license\n */\n\n//>>label: Transfer Effect\n//>>group: Effects\n//>>description: Displays a transfer effect from one element to another.\n//>>docs: http://api.jqueryui.com/transfer-effect/\n//>>demos: http://jqueryui.com/effect/\n\n\n\nvar effect;\nif ( $.uiBackCompat !== false ) {\n\teffect = $.effects.define( \"transfer\", function( options, done ) {\n\t\t$( this ).transfer( options, done );\n\t} );\n}\nvar effectsEffectTransfer = effect;\n\n\n/*!\n * jQuery UI Focusable 1.12.1\n * http://jqueryui.com\n *\n * Copyright jQuery Foundation and other contributors\n * Released under the MIT license.\n * http://jquery.org/license\n */\n\n//>>label: :focusable Selector\n//>>group: Core\n//>>description: Selects elements which can be focused.\n//>>docs: http://api.jqueryui.com/focusable-selector/\n\n\n\n// Selectors\n$.ui.focusable = function( element, hasTabindex ) {\n\tvar map, mapName, img, focusableIfVisible, fieldset,\n\t\tnodeName = element.nodeName.toLowerCase();\n\n\tif ( \"area\" === nodeName ) {\n\t\tmap = element.parentNode;\n\t\tmapName = map.name;\n\t\tif ( !element.href || !mapName || map.nodeName.toLowerCase() !== \"map\" ) {\n\t\t\treturn false;\n\t\t}\n\t\timg = $( \"img[usemap='#\" + mapName + \"']\" );\n\t\treturn img.length > 0 && img.is( \":visible\" );\n\t}\n\n\tif ( /^(input|select|textarea|button|object)$/.test( nodeName ) ) {\n\t\tfocusableIfVisible = !element.disabled;\n\n\t\tif ( focusableIfVisible ) {\n\n\t\t\t// Form controls within a disabled fieldset are disabled.\n\t\t\t// However, controls within the fieldset's legend do not get disabled.\n\t\t\t// Since controls generally aren't placed inside legends, we skip\n\t\t\t// this portion of the check.\n\t\t\tfieldset = $( element ).closest( \"fieldset\" )[ 0 ];\n\t\t\tif ( fieldset ) {\n\t\t\t\tfocusableIfVisible = !fieldset.disabled;\n\t\t\t}\n\t\t}\n\t} else if ( \"a\" === nodeName ) {\n\t\tfocusableIfVisible = element.href || hasTabindex;\n\t} else {\n\t\tfocusableIfVisible = hasTabindex;\n\t}\n\n\treturn focusableIfVisible && $( element ).is( \":visible\" ) && visible( $( element ) );\n};\n\n// Support: IE 8 only\n// IE 8 doesn't resolve inherit to visible/hidden for computed values\nfunction visible( element ) {\n\tvar visibility = element.css( \"visibility\" );\n\twhile ( visibility === \"inherit\" ) {\n\t\telement = element.parent();\n\t\tvisibility = element.css( \"visibility\" );\n\t}\n\treturn visibility !== \"hidden\";\n}\n\n$.extend( $.expr[ \":\" ], {\n\tfocusable: function( element ) {\n\t\treturn $.ui.focusable( element, $.attr( element, \"tabindex\" ) != null );\n\t}\n} );\n\nvar focusable = $.ui.focusable;\n\n\n\n\n// Support: IE8 Only\n// IE8 does not support the form attribute and when it is supplied. It overwrites the form prop\n// with a string, so we need to find the proper form.\nvar form = $.fn.form = function() {\n\treturn typeof this[ 0 ].form === \"string\" ? this.closest( \"form\" ) : $( this[ 0 ].form );\n};\n\n\n/*!\n * jQuery UI Form Reset Mixin 1.12.1\n * http://jqueryui.com\n *\n * Copyright jQuery Foundation and other contributors\n * Released under the MIT license.\n * http://jquery.org/license\n */\n\n//>>label: Form Reset Mixin\n//>>group: Core\n//>>description: Refresh input widgets when their form is reset\n//>>docs: http://api.jqueryui.com/form-reset-mixin/\n\n\n\nvar formResetMixin = $.ui.formResetMixin = {\n\t_formResetHandler: function() {\n\t\tvar form = $( this );\n\n\t\t// Wait for the form reset to actually happen before refreshing\n\t\tsetTimeout( function() {\n\t\t\tvar instances = form.data( \"ui-form-reset-instances\" );\n\t\t\t$.each( instances, function() {\n\t\t\t\tthis.refresh();\n\t\t\t} );\n\t\t} );\n\t},\n\n\t_bindFormResetHandler: function() {\n\t\tthis.form = this.element.form();\n\t\tif ( !this.form.length ) {\n\t\t\treturn;\n\t\t}\n\n\t\tvar instances = this.form.data( \"ui-form-reset-instances\" ) || [];\n\t\tif ( !instances.length ) {\n\n\t\t\t// We don't use _on() here because we use a single event handler per form\n\t\t\tthis.form.on( \"reset.ui-form-reset\", this._formResetHandler );\n\t\t}\n\t\tinstances.push( this );\n\t\tthis.form.data( \"ui-form-reset-instances\", instances );\n\t},\n\n\t_unbindFormResetHandler: function() {\n\t\tif ( !this.form.length ) {\n\t\t\treturn;\n\t\t}\n\n\t\tvar instances = this.form.data( \"ui-form-reset-instances\" );\n\t\tinstances.splice( $.inArray( this, instances ), 1 );\n\t\tif ( instances.length ) {\n\t\t\tthis.form.data( \"ui-form-reset-instances\", instances );\n\t\t} else {\n\t\t\tthis.form\n\t\t\t\t.removeData( \"ui-form-reset-instances\" )\n\t\t\t\t.off( \"reset.ui-form-reset\" );\n\t\t}\n\t}\n};\n\n\n/*!\n * jQuery UI Support for jQuery core 1.7.x 1.12.1\n * http://jqueryui.com\n *\n * Copyright jQuery Foundation and other contributors\n * Released under the MIT license.\n * http://jquery.org/license\n *\n */\n\n//>>label: jQuery 1.7 Support\n//>>group: Core\n//>>description: Support version 1.7.x of jQuery core\n\n\n\n// Support: jQuery 1.7 only\n// Not a great way to check versions, but since we only support 1.7+ and only\n// need to detect <1.8, this is a simple check that should suffice. Checking\n// for \"1.7.\" would be a bit safer, but the version string is 1.7, not 1.7.0\n// and we'll never reach 1.70.0 (if we do, we certainly won't be supporting\n// 1.7 anymore). See #11197 for why we're not using feature detection.\nif ( $.fn.jquery.substring( 0, 3 ) === \"1.7\" ) {\n\n\t// Setters for .innerWidth(), .innerHeight(), .outerWidth(), .outerHeight()\n\t// Unlike jQuery Core 1.8+, these only support numeric values to set the\n\t// dimensions in pixels\n\t$.each( [ \"Width\", \"Height\" ], function( i, name ) {\n\t\tvar side = name === \"Width\" ? [ \"Left\", \"Right\" ] : [ \"Top\", \"Bottom\" ],\n\t\t\ttype = name.toLowerCase(),\n\t\t\torig = {\n\t\t\t\tinnerWidth: $.fn.innerWidth,\n\t\t\t\tinnerHeight: $.fn.innerHeight,\n\t\t\t\touterWidth: $.fn.outerWidth,\n\t\t\t\touterHeight: $.fn.outerHeight\n\t\t\t};\n\n\t\tfunction reduce( elem, size, border, margin ) {\n\t\t\t$.each( side, function() {\n\t\t\t\tsize -= parseFloat( $.css( elem, \"padding\" + this ) ) || 0;\n\t\t\t\tif ( border ) {\n\t\t\t\t\tsize -= parseFloat( $.css( elem, \"border\" + this + \"Width\" ) ) || 0;\n\t\t\t\t}\n\t\t\t\tif ( margin ) {\n\t\t\t\t\tsize -= parseFloat( $.css( elem, \"margin\" + this ) ) || 0;\n\t\t\t\t}\n\t\t\t} );\n\t\t\treturn size;\n\t\t}\n\n\t\t$.fn[ \"inner\" + name ] = function( size ) {\n\t\t\tif ( size === undefined ) {\n\t\t\t\treturn orig[ \"inner\" + name ].call( this );\n\t\t\t}\n\n\t\t\treturn this.each( function() {\n\t\t\t\t$( this ).css( type, reduce( this, size ) + \"px\" );\n\t\t\t} );\n\t\t};\n\n\t\t$.fn[ \"outer\" + name ] = function( size, margin ) {\n\t\t\tif ( typeof size !== \"number\" ) {\n\t\t\t\treturn orig[ \"outer\" + name ].call( this, size );\n\t\t\t}\n\n\t\t\treturn this.each( function() {\n\t\t\t\t$( this ).css( type, reduce( this, size, true, margin ) + \"px\" );\n\t\t\t} );\n\t\t};\n\t} );\n\n\t$.fn.addBack = function( selector ) {\n\t\treturn this.add( selector == null ?\n\t\t\tthis.prevObject : this.prevObject.filter( selector )\n\t\t);\n\t};\n}\n\n;\n/*!\n * jQuery UI Keycode 1.12.1\n * http://jqueryui.com\n *\n * Copyright jQuery Foundation and other contributors\n * Released under the MIT license.\n * http://jquery.org/license\n */\n\n//>>label: Keycode\n//>>group: Core\n//>>description: Provide keycodes as keynames\n//>>docs: http://api.jqueryui.com/jQuery.ui.keyCode/\n\n\nvar keycode = $.ui.keyCode = {\n\tBACKSPACE: 8,\n\tCOMMA: 188,\n\tDELETE: 46,\n\tDOWN: 40,\n\tEND: 35,\n\tENTER: 13,\n\tESCAPE: 27,\n\tHOME: 36,\n\tLEFT: 37,\n\tPAGE_DOWN: 34,\n\tPAGE_UP: 33,\n\tPERIOD: 190,\n\tRIGHT: 39,\n\tSPACE: 32,\n\tTAB: 9,\n\tUP: 38\n};\n\n\n\n\n// Internal use only\nvar escapeSelector = $.ui.escapeSelector = ( function() {\n\tvar selectorEscape = /([!\"#$%&'()*+,./:;<=>?@[\\]^`{|}~])/g;\n\treturn function( selector ) {\n\t\treturn selector.replace( selectorEscape, \"\\\\$1\" );\n\t};\n} )();\n\n\n/*!\n * jQuery UI Labels 1.12.1\n * http://jqueryui.com\n *\n * Copyright jQuery Foundation and other contributors\n * Released under the MIT license.\n * http://jquery.org/license\n */\n\n//>>label: labels\n//>>group: Core\n//>>description: Find all the labels associated with a given input\n//>>docs: http://api.jqueryui.com/labels/\n\n\n\nvar labels = $.fn.labels = function() {\n\tvar ancestor, selector, id, labels, ancestors;\n\n\t// Check control.labels first\n\tif ( this[ 0 ].labels && this[ 0 ].labels.length ) {\n\t\treturn this.pushStack( this[ 0 ].labels );\n\t}\n\n\t// Support: IE <= 11, FF <= 37, Android <= 2.3 only\n\t// Above browsers do not support control.labels. Everything below is to support them\n\t// as well as document fragments. control.labels does not work on document fragments\n\tlabels = this.eq( 0 ).parents( \"label\" );\n\n\t// Look for the label based on the id\n\tid = this.attr( \"id\" );\n\tif ( id ) {\n\n\t\t// We don't search against the document in case the element\n\t\t// is disconnected from the DOM\n\t\tancestor = this.eq( 0 ).parents().last();\n\n\t\t// Get a full set of top level ancestors\n\t\tancestors = ancestor.add( ancestor.length ? ancestor.siblings() : this.siblings() );\n\n\t\t// Create a selector for the label based on the id\n\t\tselector = \"label[for='\" + $.ui.escapeSelector( id ) + \"']\";\n\n\t\tlabels = labels.add( ancestors.find( selector ).addBack( selector ) );\n\n\t}\n\n\t// Return whatever we have found for labels\n\treturn this.pushStack( labels );\n};\n\n\n/*!\n * jQuery UI Scroll Parent 1.12.1\n * http://jqueryui.com\n *\n * Copyright jQuery Foundation and other contributors\n * Released under the MIT license.\n * http://jquery.org/license\n */\n\n//>>label: scrollParent\n//>>group: Core\n//>>description: Get the closest ancestor element that is scrollable.\n//>>docs: http://api.jqueryui.com/scrollParent/\n\n\n\nvar scrollParent = $.fn.scrollParent = function( includeHidden ) {\n\tvar position = this.css( \"position\" ),\n\t\texcludeStaticParent = position === \"absolute\",\n\t\toverflowRegex = includeHidden ? /(auto|scroll|hidden)/ : /(auto|scroll)/,\n\t\tscrollParent = this.parents().filter( function() {\n\t\t\tvar parent = $( this );\n\t\t\tif ( excludeStaticParent && parent.css( \"position\" ) === \"static\" ) {\n\t\t\t\treturn false;\n\t\t\t}\n\t\t\treturn overflowRegex.test( parent.css( \"overflow\" ) + parent.css( \"overflow-y\" ) +\n\t\t\t\tparent.css( \"overflow-x\" ) );\n\t\t} ).eq( 0 );\n\n\treturn position === \"fixed\" || !scrollParent.length ?\n\t\t$( this[ 0 ].ownerDocument || document ) :\n\t\tscrollParent;\n};\n\n\n/*!\n * jQuery UI Tabbable 1.12.1\n * http://jqueryui.com\n *\n * Copyright jQuery Foundation and other contributors\n * Released under the MIT license.\n * http://jquery.org/license\n */\n\n//>>label: :tabbable Selector\n//>>group: Core\n//>>description: Selects elements which can be tabbed to.\n//>>docs: http://api.jqueryui.com/tabbable-selector/\n\n\n\nvar tabbable = $.extend( $.expr[ \":\" ], {\n\ttabbable: function( element ) {\n\t\tvar tabIndex = $.attr( element, \"tabindex\" ),\n\t\t\thasTabindex = tabIndex != null;\n\t\treturn ( !hasTabindex || tabIndex >= 0 ) && $.ui.focusable( element, hasTabindex );\n\t}\n} );\n\n\n/*!\n * jQuery UI Unique ID 1.12.1\n * http://jqueryui.com\n *\n * Copyright jQuery Foundation and other contributors\n * Released under the MIT license.\n * http://jquery.org/license\n */\n\n//>>label: uniqueId\n//>>group: Core\n//>>description: Functions to generate and remove uniqueId's\n//>>docs: http://api.jqueryui.com/uniqueId/\n\n\n\nvar uniqueId = $.fn.extend( {\n\tuniqueId: ( function() {\n\t\tvar uuid = 0;\n\n\t\treturn function() {\n\t\t\treturn this.each( function() {\n\t\t\t\tif ( !this.id ) {\n\t\t\t\t\tthis.id = \"ui-id-\" + ( ++uuid );\n\t\t\t\t}\n\t\t\t} );\n\t\t};\n\t} )(),\n\n\tremoveUniqueId: function() {\n\t\treturn this.each( function() {\n\t\t\tif ( /^ui-id-\\d+$/.test( this.id ) ) {\n\t\t\t\t$( this ).removeAttr( \"id\" );\n\t\t\t}\n\t\t} );\n\t}\n} );\n\n\n/*!\n * jQuery UI Accordion 1.12.1\n * http://jqueryui.com\n *\n * Copyright jQuery Foundation and other contributors\n * Released under the MIT license.\n * http://jquery.org/license\n */\n\n//>>label: Accordion\n//>>group: Widgets\n// jscs:disable maximumLineLength\n//>>description: Displays collapsible content panels for presenting information in a limited amount of space.\n// jscs:enable maximumLineLength\n//>>docs: http://api.jqueryui.com/accordion/\n//>>demos: http://jqueryui.com/accordion/\n//>>css.structure: ../../themes/base/core.css\n//>>css.structure: ../../themes/base/accordion.css\n//>>css.theme: ../../themes/base/theme.css\n\n\n\nvar widgetsAccordion = $.widget( \"ui.accordion\", {\n\tversion: \"1.12.1\",\n\toptions: {\n\t\tactive: 0,\n\t\tanimate: {},\n\t\tclasses: {\n\t\t\t\"ui-accordion-header\": \"ui-corner-top\",\n\t\t\t\"ui-accordion-header-collapsed\": \"ui-corner-all\",\n\t\t\t\"ui-accordion-content\": \"ui-corner-bottom\"\n\t\t},\n\t\tcollapsible: false,\n\t\tevent: \"click\",\n\t\theader: \"> li > :first-child, > :not(li):even\",\n\t\theightStyle: \"auto\",\n\t\ticons: {\n\t\t\tactiveHeader: \"ui-icon-triangle-1-s\",\n\t\t\theader: \"ui-icon-triangle-1-e\"\n\t\t},\n\n\t\t// Callbacks\n\t\tactivate: null,\n\t\tbeforeActivate: null\n\t},\n\n\thideProps: {\n\t\tborderTopWidth: \"hide\",\n\t\tborderBottomWidth: \"hide\",\n\t\tpaddingTop: \"hide\",\n\t\tpaddingBottom: \"hide\",\n\t\theight: \"hide\"\n\t},\n\n\tshowProps: {\n\t\tborderTopWidth: \"show\",\n\t\tborderBottomWidth: \"show\",\n\t\tpaddingTop: \"show\",\n\t\tpaddingBottom: \"show\",\n\t\theight: \"show\"\n\t},\n\n\t_create: function() {\n\t\tvar options = this.options;\n\n\t\tthis.prevShow = this.prevHide = $();\n\t\tthis._addClass( \"ui-accordion\", \"ui-widget ui-helper-reset\" );\n\t\tthis.element.attr( \"role\", \"tablist\" );\n\n\t\t// Don't allow collapsible: false and active: false / null\n\t\tif ( !options.collapsible && ( options.active === false || options.active == null ) ) {\n\t\t\toptions.active = 0;\n\t\t}\n\n\t\tthis._processPanels();\n\n\t\t// handle negative values\n\t\tif ( options.active < 0 ) {\n\t\t\toptions.active += this.headers.length;\n\t\t}\n\t\tthis._refresh();\n\t},\n\n\t_getCreateEventData: function() {\n\t\treturn {\n\t\t\theader: this.active,\n\t\t\tpanel: !this.active.length ? $() : this.active.next()\n\t\t};\n\t},\n\n\t_createIcons: function() {\n\t\tvar icon, children,\n\t\t\ticons = this.options.icons;\n\n\t\tif ( icons ) {\n\t\t\ticon = $( \"<span>\" );\n\t\t\tthis._addClass( icon, \"ui-accordion-header-icon\", \"ui-icon \" + icons.header );\n\t\t\ticon.prependTo( this.headers );\n\t\t\tchildren = this.active.children( \".ui-accordion-header-icon\" );\n\t\t\tthis._removeClass( children, icons.header )\n\t\t\t\t._addClass( children, null, icons.activeHeader )\n\t\t\t\t._addClass( this.headers, \"ui-accordion-icons\" );\n\t\t}\n\t},\n\n\t_destroyIcons: function() {\n\t\tthis._removeClass( this.headers, \"ui-accordion-icons\" );\n\t\tthis.headers.children( \".ui-accordion-header-icon\" ).remove();\n\t},\n\n\t_destroy: function() {\n\t\tvar contents;\n\n\t\t// Clean up main element\n\t\tthis.element.removeAttr( \"role\" );\n\n\t\t// Clean up headers\n\t\tthis.headers\n\t\t\t.removeAttr( \"role aria-expanded aria-selected aria-controls tabIndex\" )\n\t\t\t.removeUniqueId();\n\n\t\tthis._destroyIcons();\n\n\t\t// Clean up content panels\n\t\tcontents = this.headers.next()\n\t\t\t.css( \"display\", \"\" )\n\t\t\t.removeAttr( \"role aria-hidden aria-labelledby\" )\n\t\t\t.removeUniqueId();\n\n\t\tif ( this.options.heightStyle !== \"content\" ) {\n\t\t\tcontents.css( \"height\", \"\" );\n\t\t}\n\t},\n\n\t_setOption: function( key, value ) {\n\t\tif ( key === \"active\" ) {\n\n\t\t\t// _activate() will handle invalid values and update this.options\n\t\t\tthis._activate( value );\n\t\t\treturn;\n\t\t}\n\n\t\tif ( key === \"event\" ) {\n\t\t\tif ( this.options.event ) {\n\t\t\t\tthis._off( this.headers, this.options.event );\n\t\t\t}\n\t\t\tthis._setupEvents( value );\n\t\t}\n\n\t\tthis._super( key, value );\n\n\t\t// Setting collapsible: false while collapsed; open first panel\n\t\tif ( key === \"collapsible\" && !value && this.options.active === false ) {\n\t\t\tthis._activate( 0 );\n\t\t}\n\n\t\tif ( key === \"icons\" ) {\n\t\t\tthis._destroyIcons();\n\t\t\tif ( value ) {\n\t\t\t\tthis._createIcons();\n\t\t\t}\n\t\t}\n\t},\n\n\t_setOptionDisabled: function( value ) {\n\t\tthis._super( value );\n\n\t\tthis.element.attr( \"aria-disabled\", value );\n\n\t\t// Support: IE8 Only\n\t\t// #5332 / #6059 - opacity doesn't cascade to positioned elements in IE\n\t\t// so we need to add the disabled class to the headers and panels\n\t\tthis._toggleClass( null, \"ui-state-disabled\", !!value );\n\t\tthis._toggleClass( this.headers.add( this.headers.next() ), null, \"ui-state-disabled\",\n\t\t\t!!value );\n\t},\n\n\t_keydown: function( event ) {\n\t\tif ( event.altKey || event.ctrlKey ) {\n\t\t\treturn;\n\t\t}\n\n\t\tvar keyCode = $.ui.keyCode,\n\t\t\tlength = this.headers.length,\n\t\t\tcurrentIndex = this.headers.index( event.target ),\n\t\t\ttoFocus = false;\n\n\t\tswitch ( event.keyCode ) {\n\t\tcase keyCode.RIGHT:\n\t\tcase keyCode.DOWN:\n\t\t\ttoFocus = this.headers[ ( currentIndex + 1 ) % length ];\n\t\t\tbreak;\n\t\tcase keyCode.LEFT:\n\t\tcase keyCode.UP:\n\t\t\ttoFocus = this.headers[ ( currentIndex - 1 + length ) % length ];\n\t\t\tbreak;\n\t\tcase keyCode.SPACE:\n\t\tcase keyCode.ENTER:\n\t\t\tthis._eventHandler( event );\n\t\t\tbreak;\n\t\tcase keyCode.HOME:\n\t\t\ttoFocus = this.headers[ 0 ];\n\t\t\tbreak;\n\t\tcase keyCode.END:\n\t\t\ttoFocus = this.headers[ length - 1 ];\n\t\t\tbreak;\n\t\t}\n\n\t\tif ( toFocus ) {\n\t\t\t$( event.target ).attr( \"tabIndex\", -1 );\n\t\t\t$( toFocus ).attr( \"tabIndex\", 0 );\n\t\t\t$( toFocus ).trigger( \"focus\" );\n\t\t\tevent.preventDefault();\n\t\t}\n\t},\n\n\t_panelKeyDown: function( event ) {\n\t\tif ( event.keyCode === $.ui.keyCode.UP && event.ctrlKey ) {\n\t\t\t$( event.currentTarget ).prev().trigger( \"focus\" );\n\t\t}\n\t},\n\n\trefresh: function() {\n\t\tvar options = this.options;\n\t\tthis._processPanels();\n\n\t\t// Was collapsed or no panel\n\t\tif ( ( options.active === false && options.collapsible === true ) ||\n\t\t\t\t!this.headers.length ) {\n\t\t\toptions.active = false;\n\t\t\tthis.active = $();\n\n\t\t// active false only when collapsible is true\n\t\t} else if ( options.active === false ) {\n\t\t\tthis._activate( 0 );\n\n\t\t// was active, but active panel is gone\n\t\t} else if ( this.active.length && !$.contains( this.element[ 0 ], this.active[ 0 ] ) ) {\n\n\t\t\t// all remaining panel are disabled\n\t\t\tif ( this.headers.length === this.headers.find( \".ui-state-disabled\" ).length ) {\n\t\t\t\toptions.active = false;\n\t\t\t\tthis.active = $();\n\n\t\t\t// activate previous panel\n\t\t\t} else {\n\t\t\t\tthis._activate( Math.max( 0, options.active - 1 ) );\n\t\t\t}\n\n\t\t// was active, active panel still exists\n\t\t} else {\n\n\t\t\t// make sure active index is correct\n\t\t\toptions.active = this.headers.index( this.active );\n\t\t}\n\n\t\tthis._destroyIcons();\n\n\t\tthis._refresh();\n\t},\n\n\t_processPanels: function() {\n\t\tvar prevHeaders = this.headers,\n\t\t\tprevPanels = this.panels;\n\n\t\tthis.headers = this.element.find( this.options.header );\n\t\tthis._addClass( this.headers, \"ui-accordion-header ui-accordion-header-collapsed\",\n\t\t\t\"ui-state-default\" );\n\n\t\tthis.panels = this.headers.next().filter( \":not(.ui-accordion-content-active)\" ).hide();\n\t\tthis._addClass( this.panels, \"ui-accordion-content\", \"ui-helper-reset ui-widget-content\" );\n\n\t\t// Avoid memory leaks (#10056)\n\t\tif ( prevPanels ) {\n\t\t\tthis._off( prevHeaders.not( this.headers ) );\n\t\t\tthis._off( prevPanels.not( this.panels ) );\n\t\t}\n\t},\n\n\t_refresh: function() {\n\t\tvar maxHeight,\n\t\t\toptions = this.options,\n\t\t\theightStyle = options.heightStyle,\n\t\t\tparent = this.element.parent();\n\n\t\tthis.active = this._findActive( options.active );\n\t\tthis._addClass( this.active, \"ui-accordion-header-active\", \"ui-state-active\" )\n\t\t\t._removeClass( this.active, \"ui-accordion-header-collapsed\" );\n\t\tthis._addClass( this.active.next(), \"ui-accordion-content-active\" );\n\t\tthis.active.next().show();\n\n\t\tthis.headers\n\t\t\t.attr( \"role\", \"tab\" )\n\t\t\t.each( function() {\n\t\t\t\tvar header = $( this ),\n\t\t\t\t\theaderId = header.uniqueId().attr( \"id\" ),\n\t\t\t\t\tpanel = header.next(),\n\t\t\t\t\tpanelId = panel.uniqueId().attr( \"id\" );\n\t\t\t\theader.attr( \"aria-controls\", panelId );\n\t\t\t\tpanel.attr( \"aria-labelledby\", headerId );\n\t\t\t} )\n\t\t\t.next()\n\t\t\t\t.attr( \"role\", \"tabpanel\" );\n\n\t\tthis.headers\n\t\t\t.not( this.active )\n\t\t\t\t.attr( {\n\t\t\t\t\t\"aria-selected\": \"false\",\n\t\t\t\t\t\"aria-expanded\": \"false\",\n\t\t\t\t\ttabIndex: -1\n\t\t\t\t} )\n\t\t\t\t.next()\n\t\t\t\t\t.attr( {\n\t\t\t\t\t\t\"aria-hidden\": \"true\"\n\t\t\t\t\t} )\n\t\t\t\t\t.hide();\n\n\t\t// Make sure at least one header is in the tab order\n\t\tif ( !this.active.length ) {\n\t\t\tthis.headers.eq( 0 ).attr( \"tabIndex\", 0 );\n\t\t} else {\n\t\t\tthis.active.attr( {\n\t\t\t\t\"aria-selected\": \"true\",\n\t\t\t\t\"aria-expanded\": \"true\",\n\t\t\t\ttabIndex: 0\n\t\t\t} )\n\t\t\t\t.next()\n\t\t\t\t\t.attr( {\n\t\t\t\t\t\t\"aria-hidden\": \"false\"\n\t\t\t\t\t} );\n\t\t}\n\n\t\tthis._createIcons();\n\n\t\tthis._setupEvents( options.event );\n\n\t\tif ( heightStyle === \"fill\" ) {\n\t\t\tmaxHeight = parent.height();\n\t\t\tthis.element.siblings( \":visible\" ).each( function() {\n\t\t\t\tvar elem = $( this ),\n\t\t\t\t\tposition = elem.css( \"position\" );\n\n\t\t\t\tif ( position === \"absolute\" || position === \"fixed\" ) {\n\t\t\t\t\treturn;\n\t\t\t\t}\n\t\t\t\tmaxHeight -= elem.outerHeight( true );\n\t\t\t} );\n\n\t\t\tthis.headers.each( function() {\n\t\t\t\tmaxHeight -= $( this ).outerHeight( true );\n\t\t\t} );\n\n\t\t\tthis.headers.next()\n\t\t\t\t.each( function() {\n\t\t\t\t\t$( this ).height( Math.max( 0, maxHeight -\n\t\t\t\t\t\t$( this ).innerHeight() + $( this ).height() ) );\n\t\t\t\t} )\n\t\t\t\t.css( \"overflow\", \"auto\" );\n\t\t} else if ( heightStyle === \"auto\" ) {\n\t\t\tmaxHeight = 0;\n\t\t\tthis.headers.next()\n\t\t\t\t.each( function() {\n\t\t\t\t\tvar isVisible = $( this ).is( \":visible\" );\n\t\t\t\t\tif ( !isVisible ) {\n\t\t\t\t\t\t$( this ).show();\n\t\t\t\t\t}\n\t\t\t\t\tmaxHeight = Math.max( maxHeight, $( this ).css( \"height\", \"\" ).height() );\n\t\t\t\t\tif ( !isVisible ) {\n\t\t\t\t\t\t$( this ).hide();\n\t\t\t\t\t}\n\t\t\t\t} )\n\t\t\t\t.height( maxHeight );\n\t\t}\n\t},\n\n\t_activate: function( index ) {\n\t\tvar active = this._findActive( index )[ 0 ];\n\n\t\t// Trying to activate the already active panel\n\t\tif ( active === this.active[ 0 ] ) {\n\t\t\treturn;\n\t\t}\n\n\t\t// Trying to collapse, simulate a click on the currently active header\n\t\tactive = active || this.active[ 0 ];\n\n\t\tthis._eventHandler( {\n\t\t\ttarget: active,\n\t\t\tcurrentTarget: active,\n\t\t\tpreventDefault: $.noop\n\t\t} );\n\t},\n\n\t_findActive: function( selector ) {\n\t\treturn typeof selector === \"number\" ? this.headers.eq( selector ) : $();\n\t},\n\n\t_setupEvents: function( event ) {\n\t\tvar events = {\n\t\t\tkeydown: \"_keydown\"\n\t\t};\n\t\tif ( event ) {\n\t\t\t$.each( event.split( \" \" ), function( index, eventName ) {\n\t\t\t\tevents[ eventName ] = \"_eventHandler\";\n\t\t\t} );\n\t\t}\n\n\t\tthis._off( this.headers.add( this.headers.next() ) );\n\t\tthis._on( this.headers, events );\n\t\tthis._on( this.headers.next(), { keydown: \"_panelKeyDown\" } );\n\t\tthis._hoverable( this.headers );\n\t\tthis._focusable( this.headers );\n\t},\n\n\t_eventHandler: function( event ) {\n\t\tvar activeChildren, clickedChildren,\n\t\t\toptions = this.options,\n\t\t\tactive = this.active,\n\t\t\tclicked = $( event.currentTarget ),\n\t\t\tclickedIsActive = clicked[ 0 ] === active[ 0 ],\n\t\t\tcollapsing = clickedIsActive && options.collapsible,\n\t\t\ttoShow = collapsing ? $() : clicked.next(),\n\t\t\ttoHide = active.next(),\n\t\t\teventData = {\n\t\t\t\toldHeader: active,\n\t\t\t\toldPanel: toHide,\n\t\t\t\tnewHeader: collapsing ? $() : clicked,\n\t\t\t\tnewPanel: toShow\n\t\t\t};\n\n\t\tevent.preventDefault();\n\n\t\tif (\n\n\t\t\t\t// click on active header, but not collapsible\n\t\t\t\t( clickedIsActive && !options.collapsible ) ||\n\n\t\t\t\t// allow canceling activation\n\t\t\t\t( this._trigger( \"beforeActivate\", event, eventData ) === false ) ) {\n\t\t\treturn;\n\t\t}\n\n\t\toptions.active = collapsing ? false : this.headers.index( clicked );\n\n\t\t// When the call to ._toggle() comes after the class changes\n\t\t// it causes a very odd bug in IE 8 (see #6720)\n\t\tthis.active = clickedIsActive ? $() : clicked;\n\t\tthis._toggle( eventData );\n\n\t\t// Switch classes\n\t\t// corner classes on the previously active header stay after the animation\n\t\tthis._removeClass( active, \"ui-accordion-header-active\", \"ui-state-active\" );\n\t\tif ( options.icons ) {\n\t\t\tactiveChildren = active.children( \".ui-accordion-header-icon\" );\n\t\t\tthis._removeClass( activeChildren, null, options.icons.activeHeader )\n\t\t\t\t._addClass( activeChildren, null, options.icons.header );\n\t\t}\n\n\t\tif ( !clickedIsActive ) {\n\t\t\tthis._removeClass( clicked, \"ui-accordion-header-collapsed\" )\n\t\t\t\t._addClass( clicked, \"ui-accordion-header-active\", \"ui-state-active\" );\n\t\t\tif ( options.icons ) {\n\t\t\t\tclickedChildren = clicked.children( \".ui-accordion-header-icon\" );\n\t\t\t\tthis._removeClass( clickedChildren, null, options.icons.header )\n\t\t\t\t\t._addClass( clickedChildren, null, options.icons.activeHeader );\n\t\t\t}\n\n\t\t\tthis._addClass( clicked.next(), \"ui-accordion-content-active\" );\n\t\t}\n\t},\n\n\t_toggle: function( data ) {\n\t\tvar toShow = data.newPanel,\n\t\t\ttoHide = this.prevShow.length ? this.prevShow : data.oldPanel;\n\n\t\t// Handle activating a panel during the animation for another activation\n\t\tthis.prevShow.add( this.prevHide ).stop( true, true );\n\t\tthis.prevShow = toShow;\n\t\tthis.prevHide = toHide;\n\n\t\tif ( this.options.animate ) {\n\t\t\tthis._animate( toShow, toHide, data );\n\t\t} else {\n\t\t\ttoHide.hide();\n\t\t\ttoShow.show();\n\t\t\tthis._toggleComplete( data );\n\t\t}\n\n\t\ttoHide.attr( {\n\t\t\t\"aria-hidden\": \"true\"\n\t\t} );\n\t\ttoHide.prev().attr( {\n\t\t\t\"aria-selected\": \"false\",\n\t\t\t\"aria-expanded\": \"false\"\n\t\t} );\n\n\t\t// if we're switching panels, remove the old header from the tab order\n\t\t// if we're opening from collapsed state, remove the previous header from the tab order\n\t\t// if we're collapsing, then keep the collapsing header in the tab order\n\t\tif ( toShow.length && toHide.length ) {\n\t\t\ttoHide.prev().attr( {\n\t\t\t\t\"tabIndex\": -1,\n\t\t\t\t\"aria-expanded\": \"false\"\n\t\t\t} );\n\t\t} else if ( toShow.length ) {\n\t\t\tthis.headers.filter( function() {\n\t\t\t\treturn parseInt( $( this ).attr( \"tabIndex\" ), 10 ) === 0;\n\t\t\t} )\n\t\t\t\t.attr( \"tabIndex\", -1 );\n\t\t}\n\n\t\ttoShow\n\t\t\t.attr( \"aria-hidden\", \"false\" )\n\t\t\t.prev()\n\t\t\t\t.attr( {\n\t\t\t\t\t\"aria-selected\": \"true\",\n\t\t\t\t\t\"aria-expanded\": \"true\",\n\t\t\t\t\ttabIndex: 0\n\t\t\t\t} );\n\t},\n\n\t_animate: function( toShow, toHide, data ) {\n\t\tvar total, easing, duration,\n\t\t\tthat = this,\n\t\t\tadjust = 0,\n\t\t\tboxSizing = toShow.css( \"box-sizing\" ),\n\t\t\tdown = toShow.length &&\n\t\t\t\t( !toHide.length || ( toShow.index() < toHide.index() ) ),\n\t\t\tanimate = this.options.animate || {},\n\t\t\toptions = down && animate.down || animate,\n\t\t\tcomplete = function() {\n\t\t\t\tthat._toggleComplete( data );\n\t\t\t};\n\n\t\tif ( typeof options === \"number\" ) {\n\t\t\tduration = options;\n\t\t}\n\t\tif ( typeof options === \"string\" ) {\n\t\t\teasing = options;\n\t\t}\n\n\t\t// fall back from options to animation in case of partial down settings\n\t\teasing = easing || options.easing || animate.easing;\n\t\tduration = duration || options.duration || animate.duration;\n\n\t\tif ( !toHide.length ) {\n\t\t\treturn toShow.animate( this.showProps, duration, easing, complete );\n\t\t}\n\t\tif ( !toShow.length ) {\n\t\t\treturn toHide.animate( this.hideProps, duration, easing, complete );\n\t\t}\n\n\t\ttotal = toShow.show().outerHeight();\n\t\ttoHide.animate( this.hideProps, {\n\t\t\tduration: duration,\n\t\t\teasing: easing,\n\t\t\tstep: function( now, fx ) {\n\t\t\t\tfx.now = Math.round( now );\n\t\t\t}\n\t\t} );\n\t\ttoShow\n\t\t\t.hide()\n\t\t\t.animate( this.showProps, {\n\t\t\t\tduration: duration,\n\t\t\t\teasing: easing,\n\t\t\t\tcomplete: complete,\n\t\t\t\tstep: function( now, fx ) {\n\t\t\t\t\tfx.now = Math.round( now );\n\t\t\t\t\tif ( fx.prop !== \"height\" ) {\n\t\t\t\t\t\tif ( boxSizing === \"content-box\" ) {\n\t\t\t\t\t\t\tadjust += fx.now;\n\t\t\t\t\t\t}\n\t\t\t\t\t} else if ( that.options.heightStyle !== \"content\" ) {\n\t\t\t\t\t\tfx.now = Math.round( total - toHide.outerHeight() - adjust );\n\t\t\t\t\t\tadjust = 0;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t} );\n\t},\n\n\t_toggleComplete: function( data ) {\n\t\tvar toHide = data.oldPanel,\n\t\t\tprev = toHide.prev();\n\n\t\tthis._removeClass( toHide, \"ui-accordion-content-active\" );\n\t\tthis._removeClass( prev, \"ui-accordion-header-active\" )\n\t\t\t._addClass( prev, \"ui-accordion-header-collapsed\" );\n\n\t\t// Work around for rendering bug in IE (#5421)\n\t\tif ( toHide.length ) {\n\t\t\ttoHide.parent()[ 0 ].className = toHide.parent()[ 0 ].className;\n\t\t}\n\t\tthis._trigger( \"activate\", null, data );\n\t}\n} );\n\n\n\nvar safeActiveElement = $.ui.safeActiveElement = function( document ) {\n\tvar activeElement;\n\n\t// Support: IE 9 only\n\t// IE9 throws an \"Unspecified error\" accessing document.activeElement from an <iframe>\n\ttry {\n\t\tactiveElement = document.activeElement;\n\t} catch ( error ) {\n\t\tactiveElement = document.body;\n\t}\n\n\t// Support: IE 9 - 11 only\n\t// IE may return null instead of an element\n\t// Interestingly, this only seems to occur when NOT in an iframe\n\tif ( !activeElement ) {\n\t\tactiveElement = document.body;\n\t}\n\n\t// Support: IE 11 only\n\t// IE11 returns a seemingly empty object in some cases when accessing\n\t// document.activeElement from an <iframe>\n\tif ( !activeElement.nodeName ) {\n\t\tactiveElement = document.body;\n\t}\n\n\treturn activeElement;\n};\n\n\n/*!\n * jQuery UI Menu 1.12.1\n * http://jqueryui.com\n *\n * Copyright jQuery Foundation and other contributors\n * Released under the MIT license.\n * http://jquery.org/license\n */\n\n//>>label: Menu\n//>>group: Widgets\n//>>description: Creates nestable menus.\n//>>docs: http://api.jqueryui.com/menu/\n//>>demos: http://jqueryui.com/menu/\n//>>css.structure: ../../themes/base/core.css\n//>>css.structure: ../../themes/base/menu.css\n//>>css.theme: ../../themes/base/theme.css\n\n\n\nvar widgetsMenu = $.widget( \"ui.menu\", {\n\tversion: \"1.12.1\",\n\tdefaultElement: \"<ul>\",\n\tdelay: 300,\n\toptions: {\n\t\ticons: {\n\t\t\tsubmenu: \"ui-icon-caret-1-e\"\n\t\t},\n\t\titems: \"> *\",\n\t\tmenus: \"ul\",\n\t\tposition: {\n\t\t\tmy: \"left top\",\n\t\t\tat: \"right top\"\n\t\t},\n\t\trole: \"menu\",\n\n\t\t// Callbacks\n\t\tblur: null,\n\t\tfocus: null,\n\t\tselect: null\n\t},\n\n\t_create: function() {\n\t\tthis.activeMenu = this.element;\n\n\t\t// Flag used to prevent firing of the click handler\n\t\t// as the event bubbles up through nested menus\n\t\tthis.mouseHandled = false;\n\t\tthis.element\n\t\t\t.uniqueId()\n\t\t\t.attr( {\n\t\t\t\trole: this.options.role,\n\t\t\t\ttabIndex: 0\n\t\t\t} );\n\n\t\tthis._addClass( \"ui-menu\", \"ui-widget ui-widget-content\" );\n\t\tthis._on( {\n\n\t\t\t// Prevent focus from sticking to links inside menu after clicking\n\t\t\t// them (focus should always stay on UL during navigation).\n\t\t\t\"mousedown .ui-menu-item\": function( event ) {\n\t\t\t\tevent.preventDefault();\n\t\t\t},\n\t\t\t\"click .ui-menu-item\": function( event ) {\n\t\t\t\tvar target = $( event.target );\n\t\t\t\tvar active = $( $.ui.safeActiveElement( this.document[ 0 ] ) );\n\t\t\t\tif ( !this.mouseHandled && target.not( \".ui-state-disabled\" ).length ) {\n\t\t\t\t\tthis.select( event );\n\n\t\t\t\t\t// Only set the mouseHandled flag if the event will bubble, see #9469.\n\t\t\t\t\tif ( !event.isPropagationStopped() ) {\n\t\t\t\t\t\tthis.mouseHandled = true;\n\t\t\t\t\t}\n\n\t\t\t\t\t// Open submenu on click\n\t\t\t\t\tif ( target.has( \".ui-menu\" ).length ) {\n\t\t\t\t\t\tthis.expand( event );\n\t\t\t\t\t} else if ( !this.element.is( \":focus\" ) &&\n\t\t\t\t\t\t\tactive.closest( \".ui-menu\" ).length ) {\n\n\t\t\t\t\t\t// Redirect focus to the menu\n\t\t\t\t\t\tthis.element.trigger( \"focus\", [ true ] );\n\n\t\t\t\t\t\t// If the active item is on the top level, let it stay active.\n\t\t\t\t\t\t// Otherwise, blur the active item since it is no longer visible.\n\t\t\t\t\t\tif ( this.active && this.active.parents( \".ui-menu\" ).length === 1 ) {\n\t\t\t\t\t\t\tclearTimeout( this.timer );\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\t\"mouseenter .ui-menu-item\": function( event ) {\n\n\t\t\t\t// Ignore mouse events while typeahead is active, see #10458.\n\t\t\t\t// Prevents focusing the wrong item when typeahead causes a scroll while the mouse\n\t\t\t\t// is over an item in the menu\n\t\t\t\tif ( this.previousFilter ) {\n\t\t\t\t\treturn;\n\t\t\t\t}\n\n\t\t\t\tvar actualTarget = $( event.target ).closest( \".ui-menu-item\" ),\n\t\t\t\t\ttarget = $( event.currentTarget );\n\n\t\t\t\t// Ignore bubbled events on parent items, see #11641\n\t\t\t\tif ( actualTarget[ 0 ] !== target[ 0 ] ) {\n\t\t\t\t\treturn;\n\t\t\t\t}\n\n\t\t\t\t// Remove ui-state-active class from siblings of the newly focused menu item\n\t\t\t\t// to avoid a jump caused by adjacent elements both having a class with a border\n\t\t\t\tthis._removeClass( target.siblings().children( \".ui-state-active\" ),\n\t\t\t\t\tnull, \"ui-state-active\" );\n\t\t\t\tthis.focus( event, target );\n\t\t\t},\n\t\t\tmouseleave: \"collapseAll\",\n\t\t\t\"mouseleave .ui-menu\": \"collapseAll\",\n\t\t\tfocus: function( event, keepActiveItem ) {\n\n\t\t\t\t// If there's already an active item, keep it active\n\t\t\t\t// If not, activate the first item\n\t\t\t\tvar item = this.active || this.element.find( this.options.items ).eq( 0 );\n\n\t\t\t\tif ( !keepActiveItem ) {\n\t\t\t\t\tthis.focus( event, item );\n\t\t\t\t}\n\t\t\t},\n\t\t\tblur: function( event ) {\n\t\t\t\tthis._delay( function() {\n\t\t\t\t\tvar notContained = !$.contains(\n\t\t\t\t\t\tthis.element[ 0 ],\n\t\t\t\t\t\t$.ui.safeActiveElement( this.document[ 0 ] )\n\t\t\t\t\t);\n\t\t\t\t\tif ( notContained ) {\n\t\t\t\t\t\tthis.collapseAll( event );\n\t\t\t\t\t}\n\t\t\t\t} );\n\t\t\t},\n\t\t\tkeydown: \"_keydown\"\n\t\t} );\n\n\t\tthis.refresh();\n\n\t\t// Clicks outside of a menu collapse any open menus\n\t\tthis._on( this.document, {\n\t\t\tclick: function( event ) {\n\t\t\t\tif ( this._closeOnDocumentClick( event ) ) {\n\t\t\t\t\tthis.collapseAll( event );\n\t\t\t\t}\n\n\t\t\t\t// Reset the mouseHandled flag\n\t\t\t\tthis.mouseHandled = false;\n\t\t\t}\n\t\t} );\n\t},\n\n\t_destroy: function() {\n\t\tvar items = this.element.find( \".ui-menu-item\" )\n\t\t\t\t.removeAttr( \"role aria-disabled\" ),\n\t\t\tsubmenus = items.children( \".ui-menu-item-wrapper\" )\n\t\t\t\t.removeUniqueId()\n\t\t\t\t.removeAttr( \"tabIndex role aria-haspopup\" );\n\n\t\t// Destroy (sub)menus\n\t\tthis.element\n\t\t\t.removeAttr( \"aria-activedescendant\" )\n\t\t\t.find( \".ui-menu\" ).addBack()\n\t\t\t\t.removeAttr( \"role aria-labelledby aria-expanded aria-hidden aria-disabled \" +\n\t\t\t\t\t\"tabIndex\" )\n\t\t\t\t.removeUniqueId()\n\t\t\t\t.show();\n\n\t\tsubmenus.children().each( function() {\n\t\t\tvar elem = $( this );\n\t\t\tif ( elem.data( \"ui-menu-submenu-caret\" ) ) {\n\t\t\t\telem.remove();\n\t\t\t}\n\t\t} );\n\t},\n\n\t_keydown: function( event ) {\n\t\tvar match, prev, character, skip,\n\t\t\tpreventDefault = true;\n\n\t\tswitch ( event.keyCode ) {\n\t\tcase $.ui.keyCode.PAGE_UP:\n\t\t\tthis.previousPage( event );\n\t\t\tbreak;\n\t\tcase $.ui.keyCode.PAGE_DOWN:\n\t\t\tthis.nextPage( event );\n\t\t\tbreak;\n\t\tcase $.ui.keyCode.HOME:\n\t\t\tthis._move( \"first\", \"first\", event );\n\t\t\tbreak;\n\t\tcase $.ui.keyCode.END:\n\t\t\tthis._move( \"last\", \"last\", event );\n\t\t\tbreak;\n\t\tcase $.ui.keyCode.UP:\n\t\t\tthis.previous( event );\n\t\t\tbreak;\n\t\tcase $.ui.keyCode.DOWN:\n\t\t\tthis.next( event );\n\t\t\tbreak;\n\t\tcase $.ui.keyCode.LEFT:\n\t\t\tthis.collapse( event );\n\t\t\tbreak;\n\t\tcase $.ui.keyCode.RIGHT:\n\t\t\tif ( this.active && !this.active.is( \".ui-state-disabled\" ) ) {\n\t\t\t\tthis.expand( event );\n\t\t\t}\n\t\t\tbreak;\n\t\tcase $.ui.keyCode.ENTER:\n\t\tcase $.ui.keyCode.SPACE:\n\t\t\tthis._activate( event );\n\t\t\tbreak;\n\t\tcase $.ui.keyCode.ESCAPE:\n\t\t\tthis.collapse( event );\n\t\t\tbreak;\n\t\tdefault:\n\t\t\tpreventDefault = false;\n\t\t\tprev = this.previousFilter || \"\";\n\t\t\tskip = false;\n\n\t\t\t// Support number pad values\n\t\t\tcharacter = event.keyCode >= 96 && event.keyCode <= 105 ?\n\t\t\t\t( event.keyCode - 96 ).toString() : String.fromCharCode( event.keyCode );\n\n\t\t\tclearTimeout( this.filterTimer );\n\n\t\t\tif ( character === prev ) {\n\t\t\t\tskip = true;\n\t\t\t} else {\n\t\t\t\tcharacter = prev + character;\n\t\t\t}\n\n\t\t\tmatch = this._filterMenuItems( character );\n\t\t\tmatch = skip && match.index( this.active.next() ) !== -1 ?\n\t\t\t\tthis.active.nextAll( \".ui-menu-item\" ) :\n\t\t\t\tmatch;\n\n\t\t\t// If no matches on the current filter, reset to the last character pressed\n\t\t\t// to move down the menu to the first item that starts with that character\n\t\t\tif ( !match.length ) {\n\t\t\t\tcharacter = String.fromCharCode( event.keyCode );\n\t\t\t\tmatch = this._filterMenuItems( character );\n\t\t\t}\n\n\t\t\tif ( match.length ) {\n\t\t\t\tthis.focus( event, match );\n\t\t\t\tthis.previousFilter = character;\n\t\t\t\tthis.filterTimer = this._delay( function() {\n\t\t\t\t\tdelete this.previousFilter;\n\t\t\t\t}, 1000 );\n\t\t\t} else {\n\t\t\t\tdelete this.previousFilter;\n\t\t\t}\n\t\t}\n\n\t\tif ( preventDefault ) {\n\t\t\tevent.preventDefault();\n\t\t}\n\t},\n\n\t_activate: function( event ) {\n\t\tif ( this.active && !this.active.is( \".ui-state-disabled\" ) ) {\n\t\t\tif ( this.active.children( \"[aria-haspopup='true']\" ).length ) {\n\t\t\t\tthis.expand( event );\n\t\t\t} else {\n\t\t\t\tthis.select( event );\n\t\t\t}\n\t\t}\n\t},\n\n\trefresh: function() {\n\t\tvar menus, items, newSubmenus, newItems, newWrappers,\n\t\t\tthat = this,\n\t\t\ticon = this.options.icons.submenu,\n\t\t\tsubmenus = this.element.find( this.options.menus );\n\n\t\tthis._toggleClass( \"ui-menu-icons\", null, !!this.element.find( \".ui-icon\" ).length );\n\n\t\t// Initialize nested menus\n\t\tnewSubmenus = submenus.filter( \":not(.ui-menu)\" )\n\t\t\t.hide()\n\t\t\t.attr( {\n\t\t\t\trole: this.options.role,\n\t\t\t\t\"aria-hidden\": \"true\",\n\t\t\t\t\"aria-expanded\": \"false\"\n\t\t\t} )\n\t\t\t.each( function() {\n\t\t\t\tvar menu = $( this ),\n\t\t\t\t\titem = menu.prev(),\n\t\t\t\t\tsubmenuCaret = $( \"<span>\" ).data( \"ui-menu-submenu-caret\", true );\n\n\t\t\t\tthat._addClass( submenuCaret, \"ui-menu-icon\", \"ui-icon \" + icon );\n\t\t\t\titem\n\t\t\t\t\t.attr( \"aria-haspopup\", \"true\" )\n\t\t\t\t\t.prepend( submenuCaret );\n\t\t\t\tmenu.attr( \"aria-labelledby\", item.attr( \"id\" ) );\n\t\t\t} );\n\n\t\tthis._addClass( newSubmenus, \"ui-menu\", \"ui-widget ui-widget-content ui-front\" );\n\n\t\tmenus = submenus.add( this.element );\n\t\titems = menus.find( this.options.items );\n\n\t\t// Initialize menu-items containing spaces and/or dashes only as dividers\n\t\titems.not( \".ui-menu-item\" ).each( function() {\n\t\t\tvar item = $( this );\n\t\t\tif ( that._isDivider( item ) ) {\n\t\t\t\tthat._addClass( item, \"ui-menu-divider\", \"ui-widget-content\" );\n\t\t\t}\n\t\t} );\n\n\t\t// Don't refresh list items that are already adapted\n\t\tnewItems = items.not( \".ui-menu-item, .ui-menu-divider\" );\n\t\tnewWrappers = newItems.children()\n\t\t\t.not( \".ui-menu\" )\n\t\t\t\t.uniqueId()\n\t\t\t\t.attr( {\n\t\t\t\t\ttabIndex: -1,\n\t\t\t\t\trole: this._itemRole()\n\t\t\t\t} );\n\t\tthis._addClass( newItems, \"ui-menu-item\" )\n\t\t\t._addClass( newWrappers, \"ui-menu-item-wrapper\" );\n\n\t\t// Add aria-disabled attribute to any disabled menu item\n\t\titems.filter( \".ui-state-disabled\" ).attr( \"aria-disabled\", \"true\" );\n\n\t\t// If the active item has been removed, blur the menu\n\t\tif ( this.active && !$.contains( this.element[ 0 ], this.active[ 0 ] ) ) {\n\t\t\tthis.blur();\n\t\t}\n\t},\n\n\t_itemRole: function() {\n\t\treturn {\n\t\t\tmenu: \"menuitem\",\n\t\t\tlistbox: \"option\"\n\t\t}[ this.options.role ];\n\t},\n\n\t_setOption: function( key, value ) {\n\t\tif ( key === \"icons\" ) {\n\t\t\tvar icons = this.element.find( \".ui-menu-icon\" );\n\t\t\tthis._removeClass( icons, null, this.options.icons.submenu )\n\t\t\t\t._addClass( icons, null, value.submenu );\n\t\t}\n\t\tthis._super( key, value );\n\t},\n\n\t_setOptionDisabled: function( value ) {\n\t\tthis._super( value );\n\n\t\tthis.element.attr( \"aria-disabled\", String( value ) );\n\t\tthis._toggleClass( null, \"ui-state-disabled\", !!value );\n\t},\n\n\tfocus: function( event, item ) {\n\t\tvar nested, focused, activeParent;\n\t\tthis.blur( event, event && event.type === \"focus\" );\n\n\t\tthis._scrollIntoView( item );\n\n\t\tthis.active = item.first();\n\n\t\tfocused = this.active.children( \".ui-menu-item-wrapper\" );\n\t\tthis._addClass( focused, null, \"ui-state-active\" );\n\n\t\t// Only update aria-activedescendant if there's a role\n\t\t// otherwise we assume focus is managed elsewhere\n\t\tif ( this.options.role ) {\n\t\t\tthis.element.attr( \"aria-activedescendant\", focused.attr( \"id\" ) );\n\t\t}\n\n\t\t// Highlight active parent menu item, if any\n\t\tactiveParent = this.active\n\t\t\t.parent()\n\t\t\t\t.closest( \".ui-menu-item\" )\n\t\t\t\t\t.children( \".ui-menu-item-wrapper\" );\n\t\tthis._addClass( activeParent, null, \"ui-state-active\" );\n\n\t\tif ( event && event.type === \"keydown\" ) {\n\t\t\tthis._close();\n\t\t} else {\n\t\t\tthis.timer = this._delay( function() {\n\t\t\t\tthis._close();\n\t\t\t}, this.delay );\n\t\t}\n\n\t\tnested = item.children( \".ui-menu\" );\n\t\tif ( nested.length && event && ( /^mouse/.test( event.type ) ) ) {\n\t\t\tthis._startOpening( nested );\n\t\t}\n\t\tthis.activeMenu = item.parent();\n\n\t\tthis._trigger( \"focus\", event, { item: item } );\n\t},\n\n\t_scrollIntoView: function( item ) {\n\t\tvar borderTop, paddingTop, offset, scroll, elementHeight, itemHeight;\n\t\tif ( this._hasScroll() ) {\n\t\t\tborderTop = parseFloat( $.css( this.activeMenu[ 0 ], \"borderTopWidth\" ) ) || 0;\n\t\t\tpaddingTop = parseFloat( $.css( this.activeMenu[ 0 ], \"paddingTop\" ) ) || 0;\n\t\t\toffset = item.offset().top - this.activeMenu.offset().top - borderTop - paddingTop;\n\t\t\tscroll = this.activeMenu.scrollTop();\n\t\t\telementHeight = this.activeMenu.height();\n\t\t\titemHeight = item.outerHeight();\n\n\t\t\tif ( offset < 0 ) {\n\t\t\t\tthis.activeMenu.scrollTop( scroll + offset );\n\t\t\t} else if ( offset + itemHeight > elementHeight ) {\n\t\t\t\tthis.activeMenu.scrollTop( scroll + offset - elementHeight + itemHeight );\n\t\t\t}\n\t\t}\n\t},\n\n\tblur: function( event, fromFocus ) {\n\t\tif ( !fromFocus ) {\n\t\t\tclearTimeout( this.timer );\n\t\t}\n\n\t\tif ( !this.active ) {\n\t\t\treturn;\n\t\t}\n\n\t\tthis._removeClass( this.active.children( \".ui-menu-item-wrapper\" ),\n\t\t\tnull, \"ui-state-active\" );\n\n\t\tthis._trigger( \"blur\", event, { item: this.active } );\n\t\tthis.active = null;\n\t},\n\n\t_startOpening: function( submenu ) {\n\t\tclearTimeout( this.timer );\n\n\t\t// Don't open if already open fixes a Firefox bug that caused a .5 pixel\n\t\t// shift in the submenu position when mousing over the caret icon\n\t\tif ( submenu.attr( \"aria-hidden\" ) !== \"true\" ) {\n\t\t\treturn;\n\t\t}\n\n\t\tthis.timer = this._delay( function() {\n\t\t\tthis._close();\n\t\t\tthis._open( submenu );\n\t\t}, this.delay );\n\t},\n\n\t_open: function( submenu ) {\n\t\tvar position = $.extend( {\n\t\t\tof: this.active\n\t\t}, this.options.position );\n\n\t\tclearTimeout( this.timer );\n\t\tthis.element.find( \".ui-menu\" ).not( submenu.parents( \".ui-menu\" ) )\n\t\t\t.hide()\n\t\t\t.attr( \"aria-hidden\", \"true\" );\n\n\t\tsubmenu\n\t\t\t.show()\n\t\t\t.removeAttr( \"aria-hidden\" )\n\t\t\t.attr( \"aria-expanded\", \"true\" )\n\t\t\t.position( position );\n\t},\n\n\tcollapseAll: function( event, all ) {\n\t\tclearTimeout( this.timer );\n\t\tthis.timer = this._delay( function() {\n\n\t\t\t// If we were passed an event, look for the submenu that contains the event\n\t\t\tvar currentMenu = all ? this.element :\n\t\t\t\t$( event && event.target ).closest( this.element.find( \".ui-menu\" ) );\n\n\t\t\t// If we found no valid submenu ancestor, use the main menu to close all\n\t\t\t// sub menus anyway\n\t\t\tif ( !currentMenu.length ) {\n\t\t\t\tcurrentMenu = this.element;\n\t\t\t}\n\n\t\t\tthis._close( currentMenu );\n\n\t\t\tthis.blur( event );\n\n\t\t\t// Work around active item staying active after menu is blurred\n\t\t\tthis._removeClass( currentMenu.find( \".ui-state-active\" ), null, \"ui-state-active\" );\n\n\t\t\tthis.activeMenu = currentMenu;\n\t\t}, this.delay );\n\t},\n\n\t// With no arguments, closes the currently active menu - if nothing is active\n\t// it closes all menus. If passed an argument, it will search for menus BELOW\n\t_close: function( startMenu ) {\n\t\tif ( !startMenu ) {\n\t\t\tstartMenu = this.active ? this.active.parent() : this.element;\n\t\t}\n\n\t\tstartMenu.find( \".ui-menu\" )\n\t\t\t.hide()\n\t\t\t.attr( \"aria-hidden\", \"true\" )\n\t\t\t.attr( \"aria-expanded\", \"false\" );\n\t},\n\n\t_closeOnDocumentClick: function( event ) {\n\t\treturn !$( event.target ).closest( \".ui-menu\" ).length;\n\t},\n\n\t_isDivider: function( item ) {\n\n\t\t// Match hyphen, em dash, en dash\n\t\treturn !/[^\\-\\u2014\\u2013\\s]/.test( item.text() );\n\t},\n\n\tcollapse: function( event ) {\n\t\tvar newItem = this.active &&\n\t\t\tthis.active.parent().closest( \".ui-menu-item\", this.element );\n\t\tif ( newItem && newItem.length ) {\n\t\t\tthis._close();\n\t\t\tthis.focus( event, newItem );\n\t\t}\n\t},\n\n\texpand: function( event ) {\n\t\tvar newItem = this.active &&\n\t\t\tthis.active\n\t\t\t\t.children( \".ui-menu \" )\n\t\t\t\t\t.find( this.options.items )\n\t\t\t\t\t\t.first();\n\n\t\tif ( newItem && newItem.length ) {\n\t\t\tthis._open( newItem.parent() );\n\n\t\t\t// Delay so Firefox will not hide activedescendant change in expanding submenu from AT\n\t\t\tthis._delay( function() {\n\t\t\t\tthis.focus( event, newItem );\n\t\t\t} );\n\t\t}\n\t},\n\n\tnext: function( event ) {\n\t\tthis._move( \"next\", \"first\", event );\n\t},\n\n\tprevious: function( event ) {\n\t\tthis._move( \"prev\", \"last\", event );\n\t},\n\n\tisFirstItem: function() {\n\t\treturn this.active && !this.active.prevAll( \".ui-menu-item\" ).length;\n\t},\n\n\tisLastItem: function() {\n\t\treturn this.active && !this.active.nextAll( \".ui-menu-item\" ).length;\n\t},\n\n\t_move: function( direction, filter, event ) {\n\t\tvar next;\n\t\tif ( this.active ) {\n\t\t\tif ( direction === \"first\" || direction === \"last\" ) {\n\t\t\t\tnext = this.active\n\t\t\t\t\t[ direction === \"first\" ? \"prevAll\" : \"nextAll\" ]( \".ui-menu-item\" )\n\t\t\t\t\t.eq( -1 );\n\t\t\t} else {\n\t\t\t\tnext = this.active\n\t\t\t\t\t[ direction + \"All\" ]( \".ui-menu-item\" )\n\t\t\t\t\t.eq( 0 );\n\t\t\t}\n\t\t}\n\t\tif ( !next || !next.length || !this.active ) {\n\t\t\tnext = this.activeMenu.find( this.options.items )[ filter ]();\n\t\t}\n\n\t\tthis.focus( event, next );\n\t},\n\n\tnextPage: function( event ) {\n\t\tvar item, base, height;\n\n\t\tif ( !this.active ) {\n\t\t\tthis.next( event );\n\t\t\treturn;\n\t\t}\n\t\tif ( this.isLastItem() ) {\n\t\t\treturn;\n\t\t}\n\t\tif ( this._hasScroll() ) {\n\t\t\tbase = this.active.offset().top;\n\t\t\theight = this.element.height();\n\t\t\tthis.active.nextAll( \".ui-menu-item\" ).each( function() {\n\t\t\t\titem = $( this );\n\t\t\t\treturn item.offset().top - base - height < 0;\n\t\t\t} );\n\n\t\t\tthis.focus( event, item );\n\t\t} else {\n\t\t\tthis.focus( event, this.activeMenu.find( this.options.items )\n\t\t\t\t[ !this.active ? \"first\" : \"last\" ]() );\n\t\t}\n\t},\n\n\tpreviousPage: function( event ) {\n\t\tvar item, base, height;\n\t\tif ( !this.active ) {\n\t\t\tthis.next( event );\n\t\t\treturn;\n\t\t}\n\t\tif ( this.isFirstItem() ) {\n\t\t\treturn;\n\t\t}\n\t\tif ( this._hasScroll() ) {\n\t\t\tbase = this.active.offset().top;\n\t\t\theight = this.element.height();\n\t\t\tthis.active.prevAll( \".ui-menu-item\" ).each( function() {\n\t\t\t\titem = $( this );\n\t\t\t\treturn item.offset().top - base + height > 0;\n\t\t\t} );\n\n\t\t\tthis.focus( event, item );\n\t\t} else {\n\t\t\tthis.focus( event, this.activeMenu.find( this.options.items ).first() );\n\t\t}\n\t},\n\n\t_hasScroll: function() {\n\t\treturn this.element.outerHeight() < this.element.prop( \"scrollHeight\" );\n\t},\n\n\tselect: function( event ) {\n\n\t\t// TODO: It should never be possible to not have an active item at this\n\t\t// point, but the tests don't trigger mouseenter before click.\n\t\tthis.active = this.active || $( event.target ).closest( \".ui-menu-item\" );\n\t\tvar ui = { item: this.active };\n\t\tif ( !this.active.has( \".ui-menu\" ).length ) {\n\t\t\tthis.collapseAll( event, true );\n\t\t}\n\t\tthis._trigger( \"select\", event, ui );\n\t},\n\n\t_filterMenuItems: function( character ) {\n\t\tvar escapedCharacter = character.replace( /[\\-\\[\\]{}()*+?.,\\\\\\^$|#\\s]/g, \"\\\\$&\" ),\n\t\t\tregex = new RegExp( \"^\" + escapedCharacter, \"i\" );\n\n\t\treturn this.activeMenu\n\t\t\t.find( this.options.items )\n\n\t\t\t\t// Only match on items, not dividers or other content (#10571)\n\t\t\t\t.filter( \".ui-menu-item\" )\n\t\t\t\t\t.filter( function() {\n\t\t\t\t\t\treturn regex.test(\n\t\t\t\t\t\t\t$.trim( $( this ).children( \".ui-menu-item-wrapper\" ).text() ) );\n\t\t\t\t\t} );\n\t}\n} );\n\n\n/*!\n * jQuery UI Autocomplete 1.12.1\n * http://jqueryui.com\n *\n * Copyright jQuery Foundation and other contributors\n * Released under the MIT license.\n * http://jquery.org/license\n */\n\n//>>label: Autocomplete\n//>>group: Widgets\n//>>description: Lists suggested words as the user is typing.\n//>>docs: http://api.jqueryui.com/autocomplete/\n//>>demos: http://jqueryui.com/autocomplete/\n//>>css.structure: ../../themes/base/core.css\n//>>css.structure: ../../themes/base/autocomplete.css\n//>>css.theme: ../../themes/base/theme.css\n\n\n\n$.widget( \"ui.autocomplete\", {\n\tversion: \"1.12.1\",\n\tdefaultElement: \"<input>\",\n\toptions: {\n\t\tappendTo: null,\n\t\tautoFocus: false,\n\t\tdelay: 300,\n\t\tminLength: 1,\n\t\tposition: {\n\t\t\tmy: \"left top\",\n\t\t\tat: \"left bottom\",\n\t\t\tcollision: \"none\"\n\t\t},\n\t\tsource: null,\n\n\t\t// Callbacks\n\t\tchange: null,\n\t\tclose: null,\n\t\tfocus: null,\n\t\topen: null,\n\t\tresponse: null,\n\t\tsearch: null,\n\t\tselect: null\n\t},\n\n\trequestIndex: 0,\n\tpending: 0,\n\n\t_create: function() {\n\n\t\t// Some browsers only repeat keydown events, not keypress events,\n\t\t// so we use the suppressKeyPress flag to determine if we've already\n\t\t// handled the keydown event. #7269\n\t\t// Unfortunately the code for & in keypress is the same as the up arrow,\n\t\t// so we use the suppressKeyPressRepeat flag to avoid handling keypress\n\t\t// events when we know the keydown event was used to modify the\n\t\t// search term. #7799\n\t\tvar suppressKeyPress, suppressKeyPressRepeat, suppressInput,\n\t\t\tnodeName = this.element[ 0 ].nodeName.toLowerCase(),\n\t\t\tisTextarea = nodeName === \"textarea\",\n\t\t\tisInput = nodeName === \"input\";\n\n\t\t// Textareas are always multi-line\n\t\t// Inputs are always single-line, even if inside a contentEditable element\n\t\t// IE also treats inputs as contentEditable\n\t\t// All other element types are determined by whether or not they're contentEditable\n\t\tthis.isMultiLine = isTextarea || !isInput && this._isContentEditable( this.element );\n\n\t\tthis.valueMethod = this.element[ isTextarea || isInput ? \"val\" : \"text\" ];\n\t\tthis.isNewMenu = true;\n\n\t\tthis._addClass( \"ui-autocomplete-input\" );\n\t\tthis.element.attr( \"autocomplete\", \"off\" );\n\n\t\tthis._on( this.element, {\n\t\t\tkeydown: function( event ) {\n\t\t\t\tif ( this.element.prop( \"readOnly\" ) ) {\n\t\t\t\t\tsuppressKeyPress = true;\n\t\t\t\t\tsuppressInput = true;\n\t\t\t\t\tsuppressKeyPressRepeat = true;\n\t\t\t\t\treturn;\n\t\t\t\t}\n\n\t\t\t\tsuppressKeyPress = false;\n\t\t\t\tsuppressInput = false;\n\t\t\t\tsuppressKeyPressRepeat = false;\n\t\t\t\tvar keyCode = $.ui.keyCode;\n\t\t\t\tswitch ( event.keyCode ) {\n\t\t\t\tcase keyCode.PAGE_UP:\n\t\t\t\t\tsuppressKeyPress = true;\n\t\t\t\t\tthis._move( \"previousPage\", event );\n\t\t\t\t\tbreak;\n\t\t\t\tcase keyCode.PAGE_DOWN:\n\t\t\t\t\tsuppressKeyPress = true;\n\t\t\t\t\tthis._move( \"nextPage\", event );\n\t\t\t\t\tbreak;\n\t\t\t\tcase keyCode.UP:\n\t\t\t\t\tsuppressKeyPress = true;\n\t\t\t\t\tthis._keyEvent( \"previous\", event );\n\t\t\t\t\tbreak;\n\t\t\t\tcase keyCode.DOWN:\n\t\t\t\t\tsuppressKeyPress = true;\n\t\t\t\t\tthis._keyEvent( \"next\", event );\n\t\t\t\t\tbreak;\n\t\t\t\tcase keyCode.ENTER:\n\n\t\t\t\t\t// when menu is open and has focus\n\t\t\t\t\tif ( this.menu.active ) {\n\n\t\t\t\t\t\t// #6055 - Opera still allows the keypress to occur\n\t\t\t\t\t\t// which causes forms to submit\n\t\t\t\t\t\tsuppressKeyPress = true;\n\t\t\t\t\t\tevent.preventDefault();\n\t\t\t\t\t\tthis.menu.select( event );\n\t\t\t\t\t}\n\t\t\t\t\tbreak;\n\t\t\t\tcase keyCode.TAB:\n\t\t\t\t\tif ( this.menu.active ) {\n\t\t\t\t\t\tthis.menu.select( event );\n\t\t\t\t\t}\n\t\t\t\t\tbreak;\n\t\t\t\tcase keyCode.ESCAPE:\n\t\t\t\t\tif ( this.menu.element.is( \":visible\" ) ) {\n\t\t\t\t\t\tif ( !this.isMultiLine ) {\n\t\t\t\t\t\t\tthis._value( this.term );\n\t\t\t\t\t\t}\n\t\t\t\t\t\tthis.close( event );\n\n\t\t\t\t\t\t// Different browsers have different default behavior for escape\n\t\t\t\t\t\t// Single press can mean undo or clear\n\t\t\t\t\t\t// Double press in IE means clear the whole form\n\t\t\t\t\t\tevent.preventDefault();\n\t\t\t\t\t}\n\t\t\t\t\tbreak;\n\t\t\t\tdefault:\n\t\t\t\t\tsuppressKeyPressRepeat = true;\n\n\t\t\t\t\t// search timeout should be triggered before the input value is changed\n\t\t\t\t\tthis._searchTimeout( event );\n\t\t\t\t\tbreak;\n\t\t\t\t}\n\t\t\t},\n\t\t\tkeypress: function( event ) {\n\t\t\t\tif ( suppressKeyPress ) {\n\t\t\t\t\tsuppressKeyPress = false;\n\t\t\t\t\tif ( !this.isMultiLine || this.menu.element.is( \":visible\" ) ) {\n\t\t\t\t\t\tevent.preventDefault();\n\t\t\t\t\t}\n\t\t\t\t\treturn;\n\t\t\t\t}\n\t\t\t\tif ( suppressKeyPressRepeat ) {\n\t\t\t\t\treturn;\n\t\t\t\t}\n\n\t\t\t\t// Replicate some key handlers to allow them to repeat in Firefox and Opera\n\t\t\t\tvar keyCode = $.ui.keyCode;\n\t\t\t\tswitch ( event.keyCode ) {\n\t\t\t\tcase keyCode.PAGE_UP:\n\t\t\t\t\tthis._move( \"previousPage\", event );\n\t\t\t\t\tbreak;\n\t\t\t\tcase keyCode.PAGE_DOWN:\n\t\t\t\t\tthis._move( \"nextPage\", event );\n\t\t\t\t\tbreak;\n\t\t\t\tcase keyCode.UP:\n\t\t\t\t\tthis._keyEvent( \"previous\", event );\n\t\t\t\t\tbreak;\n\t\t\t\tcase keyCode.DOWN:\n\t\t\t\t\tthis._keyEvent( \"next\", event );\n\t\t\t\t\tbreak;\n\t\t\t\t}\n\t\t\t},\n\t\t\tinput: function( event ) {\n\t\t\t\tif ( suppressInput ) {\n\t\t\t\t\tsuppressInput = false;\n\t\t\t\t\tevent.preventDefault();\n\t\t\t\t\treturn;\n\t\t\t\t}\n\t\t\t\tthis._searchTimeout( event );\n\t\t\t},\n\t\t\tfocus: function() {\n\t\t\t\tthis.selectedItem = null;\n\t\t\t\tthis.previous = this._value();\n\t\t\t},\n\t\t\tblur: function( event ) {\n\t\t\t\tif ( this.cancelBlur ) {\n\t\t\t\t\tdelete this.cancelBlur;\n\t\t\t\t\treturn;\n\t\t\t\t}\n\n\t\t\t\tclearTimeout( this.searching );\n\t\t\t\tthis.close( event );\n\t\t\t\tthis._change( event );\n\t\t\t}\n\t\t} );\n\n\t\tthis._initSource();\n\t\tthis.menu = $( \"<ul>\" )\n\t\t\t.appendTo( this._appendTo() )\n\t\t\t.menu( {\n\n\t\t\t\t// disable ARIA support, the live region takes care of that\n\t\t\t\trole: null\n\t\t\t} )\n\t\t\t.hide()\n\t\t\t.menu( \"instance\" );\n\n\t\tthis._addClass( this.menu.element, \"ui-autocomplete\", \"ui-front\" );\n\t\tthis._on( this.menu.element, {\n\t\t\tmousedown: function( event ) {\n\n\t\t\t\t// prevent moving focus out of the text field\n\t\t\t\tevent.preventDefault();\n\n\t\t\t\t// IE doesn't prevent moving focus even with event.preventDefault()\n\t\t\t\t// so we set a flag to know when we should ignore the blur event\n\t\t\t\tthis.cancelBlur = true;\n\t\t\t\tthis._delay( function() {\n\t\t\t\t\tdelete this.cancelBlur;\n\n\t\t\t\t\t// Support: IE 8 only\n\t\t\t\t\t// Right clicking a menu item or selecting text from the menu items will\n\t\t\t\t\t// result in focus moving out of the input. However, we've already received\n\t\t\t\t\t// and ignored the blur event because of the cancelBlur flag set above. So\n\t\t\t\t\t// we restore focus to ensure that the menu closes properly based on the user's\n\t\t\t\t\t// next actions.\n\t\t\t\t\tif ( this.element[ 0 ] !== $.ui.safeActiveElement( this.document[ 0 ] ) ) {\n\t\t\t\t\t\tthis.element.trigger( \"focus\" );\n\t\t\t\t\t}\n\t\t\t\t} );\n\t\t\t},\n\t\t\tmenufocus: function( event, ui ) {\n\t\t\t\tvar label, item;\n\n\t\t\t\t// support: Firefox\n\t\t\t\t// Prevent accidental activation of menu items in Firefox (#7024 #9118)\n\t\t\t\tif ( this.isNewMenu ) {\n\t\t\t\t\tthis.isNewMenu = false;\n\t\t\t\t\tif ( event.originalEvent && /^mouse/.test( event.originalEvent.type ) ) {\n\t\t\t\t\t\tthis.menu.blur();\n\n\t\t\t\t\t\tthis.document.one( \"mousemove\", function() {\n\t\t\t\t\t\t\t$( event.target ).trigger( event.originalEvent );\n\t\t\t\t\t\t} );\n\n\t\t\t\t\t\treturn;\n\t\t\t\t\t}\n\t\t\t\t}\n\n\t\t\t\titem = ui.item.data( \"ui-autocomplete-item\" );\n\t\t\t\tif ( false !== this._trigger( \"focus\", event, { item: item } ) ) {\n\n\t\t\t\t\t// use value to match what will end up in the input, if it was a key event\n\t\t\t\t\tif ( event.originalEvent && /^key/.test( event.originalEvent.type ) ) {\n\t\t\t\t\t\tthis._value( item.value );\n\t\t\t\t\t}\n\t\t\t\t}\n\n\t\t\t\t// Announce the value in the liveRegion\n\t\t\t\tlabel = ui.item.attr( \"aria-label\" ) || item.value;\n\t\t\t\tif ( label && $.trim( label ).length ) {\n\t\t\t\t\tthis.liveRegion.children().hide();\n\t\t\t\t\t$( \"<div>\" ).text( label ).appendTo( this.liveRegion );\n\t\t\t\t}\n\t\t\t},\n\t\t\tmenuselect: function( event, ui ) {\n\t\t\t\tvar item = ui.item.data( \"ui-autocomplete-item\" ),\n\t\t\t\t\tprevious = this.previous;\n\n\t\t\t\t// Only trigger when focus was lost (click on menu)\n\t\t\t\tif ( this.element[ 0 ] !== $.ui.safeActiveElement( this.document[ 0 ] ) ) {\n\t\t\t\t\tthis.element.trigger( \"focus\" );\n\t\t\t\t\tthis.previous = previous;\n\n\t\t\t\t\t// #6109 - IE triggers two focus events and the second\n\t\t\t\t\t// is asynchronous, so we need to reset the previous\n\t\t\t\t\t// term synchronously and asynchronously :-(\n\t\t\t\t\tthis._delay( function() {\n\t\t\t\t\t\tthis.previous = previous;\n\t\t\t\t\t\tthis.selectedItem = item;\n\t\t\t\t\t} );\n\t\t\t\t}\n\n\t\t\t\tif ( false !== this._trigger( \"select\", event, { item: item } ) ) {\n\t\t\t\t\tthis._value( item.value );\n\t\t\t\t}\n\n\t\t\t\t// reset the term after the select event\n\t\t\t\t// this allows custom select handling to work properly\n\t\t\t\tthis.term = this._value();\n\n\t\t\t\tthis.close( event );\n\t\t\t\tthis.selectedItem = item;\n\t\t\t}\n\t\t} );\n\n\t\tthis.liveRegion = $( \"<div>\", {\n\t\t\trole: \"status\",\n\t\t\t\"aria-live\": \"assertive\",\n\t\t\t\"aria-relevant\": \"additions\"\n\t\t} )\n\t\t\t.appendTo( this.document[ 0 ].body );\n\n\t\tthis._addClass( this.liveRegion, null, \"ui-helper-hidden-accessible\" );\n\n\t\t// Turning off autocomplete prevents the browser from remembering the\n\t\t// value when navigating through history, so we re-enable autocomplete\n\t\t// if the page is unloaded before the widget is destroyed. #7790\n\t\tthis._on( this.window, {\n\t\t\tbeforeunload: function() {\n\t\t\t\tthis.element.removeAttr( \"autocomplete\" );\n\t\t\t}\n\t\t} );\n\t},\n\n\t_destroy: function() {\n\t\tclearTimeout( this.searching );\n\t\tthis.element.removeAttr( \"autocomplete\" );\n\t\tthis.menu.element.remove();\n\t\tthis.liveRegion.remove();\n\t},\n\n\t_setOption: function( key, value ) {\n\t\tthis._super( key, value );\n\t\tif ( key === \"source\" ) {\n\t\t\tthis._initSource();\n\t\t}\n\t\tif ( key === \"appendTo\" ) {\n\t\t\tthis.menu.element.appendTo( this._appendTo() );\n\t\t}\n\t\tif ( key === \"disabled\" && value && this.xhr ) {\n\t\t\tthis.xhr.abort();\n\t\t}\n\t},\n\n\t_isEventTargetInWidget: function( event ) {\n\t\tvar menuElement = this.menu.element[ 0 ];\n\n\t\treturn event.target === this.element[ 0 ] ||\n\t\t\tevent.target === menuElement ||\n\t\t\t$.contains( menuElement, event.target );\n\t},\n\n\t_closeOnClickOutside: function( event ) {\n\t\tif ( !this._isEventTargetInWidget( event ) ) {\n\t\t\tthis.close();\n\t\t}\n\t},\n\n\t_appendTo: function() {\n\t\tvar element = this.options.appendTo;\n\n\t\tif ( element ) {\n\t\t\telement = element.jquery || element.nodeType ?\n\t\t\t\t$( element ) :\n\t\t\t\tthis.document.find( element ).eq( 0 );\n\t\t}\n\n\t\tif ( !element || !element[ 0 ] ) {\n\t\t\telement = this.element.closest( \".ui-front, dialog\" );\n\t\t}\n\n\t\tif ( !element.length ) {\n\t\t\telement = this.document[ 0 ].body;\n\t\t}\n\n\t\treturn element;\n\t},\n\n\t_initSource: function() {\n\t\tvar array, url,\n\t\t\tthat = this;\n\t\tif ( $.isArray( this.options.source ) ) {\n\t\t\tarray = this.options.source;\n\t\t\tthis.source = function( request, response ) {\n\t\t\t\tresponse( $.ui.autocomplete.filter( array, request.term ) );\n\t\t\t};\n\t\t} else if ( typeof this.options.source === \"string\" ) {\n\t\t\turl = this.options.source;\n\t\t\tthis.source = function( request, response ) {\n\t\t\t\tif ( that.xhr ) {\n\t\t\t\t\tthat.xhr.abort();\n\t\t\t\t}\n\t\t\t\tthat.xhr = $.ajax( {\n\t\t\t\t\turl: url,\n\t\t\t\t\tdata: request,\n\t\t\t\t\tdataType: \"json\",\n\t\t\t\t\tsuccess: function( data ) {\n\t\t\t\t\t\tresponse( data );\n\t\t\t\t\t},\n\t\t\t\t\terror: function() {\n\t\t\t\t\t\tresponse( [] );\n\t\t\t\t\t}\n\t\t\t\t} );\n\t\t\t};\n\t\t} else {\n\t\t\tthis.source = this.options.source;\n\t\t}\n\t},\n\n\t_searchTimeout: function( event ) {\n\t\tclearTimeout( this.searching );\n\t\tthis.searching = this._delay( function() {\n\n\t\t\t// Search if the value has changed, or if the user retypes the same value (see #7434)\n\t\t\tvar equalValues = this.term === this._value(),\n\t\t\t\tmenuVisible = this.menu.element.is( \":visible\" ),\n\t\t\t\tmodifierKey = event.altKey || event.ctrlKey || event.metaKey || event.shiftKey;\n\n\t\t\tif ( !equalValues || ( equalValues && !menuVisible && !modifierKey ) ) {\n\t\t\t\tthis.selectedItem = null;\n\t\t\t\tthis.search( null, event );\n\t\t\t}\n\t\t}, this.options.delay );\n\t},\n\n\tsearch: function( value, event ) {\n\t\tvalue = value != null ? value : this._value();\n\n\t\t// Always save the actual value, not the one passed as an argument\n\t\tthis.term = this._value();\n\n\t\tif ( value.length < this.options.minLength ) {\n\t\t\treturn this.close( event );\n\t\t}\n\n\t\tif ( this._trigger( \"search\", event ) === false ) {\n\t\t\treturn;\n\t\t}\n\n\t\treturn this._search( value );\n\t},\n\n\t_search: function( value ) {\n\t\tthis.pending++;\n\t\tthis._addClass( \"ui-autocomplete-loading\" );\n\t\tthis.cancelSearch = false;\n\n\t\tthis.source( { term: value }, this._response() );\n\t},\n\n\t_response: function() {\n\t\tvar index = ++this.requestIndex;\n\n\t\treturn $.proxy( function( content ) {\n\t\t\tif ( index === this.requestIndex ) {\n\t\t\t\tthis.__response( content );\n\t\t\t}\n\n\t\t\tthis.pending--;\n\t\t\tif ( !this.pending ) {\n\t\t\t\tthis._removeClass( \"ui-autocomplete-loading\" );\n\t\t\t}\n\t\t}, this );\n\t},\n\n\t__response: function( content ) {\n\t\tif ( content ) {\n\t\t\tcontent = this._normalize( content );\n\t\t}\n\t\tthis._trigger( \"response\", null, { content: content } );\n\t\tif ( !this.options.disabled && content && content.length && !this.cancelSearch ) {\n\t\t\tthis._suggest( content );\n\t\t\tthis._trigger( \"open\" );\n\t\t} else {\n\n\t\t\t// use ._close() instead of .close() so we don't cancel future searches\n\t\t\tthis._close();\n\t\t}\n\t},\n\n\tclose: function( event ) {\n\t\tthis.cancelSearch = true;\n\t\tthis._close( event );\n\t},\n\n\t_close: function( event ) {\n\n\t\t// Remove the handler that closes the menu on outside clicks\n\t\tthis._off( this.document, \"mousedown\" );\n\n\t\tif ( this.menu.element.is( \":visible\" ) ) {\n\t\t\tthis.menu.element.hide();\n\t\t\tthis.menu.blur();\n\t\t\tthis.isNewMenu = true;\n\t\t\tthis._trigger( \"close\", event );\n\t\t}\n\t},\n\n\t_change: function( event ) {\n\t\tif ( this.previous !== this._value() ) {\n\t\t\tthis._trigger( \"change\", event, { item: this.selectedItem } );\n\t\t}\n\t},\n\n\t_normalize: function( items ) {\n\n\t\t// assume all items have the right format when the first item is complete\n\t\tif ( items.length && items[ 0 ].label && items[ 0 ].value ) {\n\t\t\treturn items;\n\t\t}\n\t\treturn $.map( items, function( item ) {\n\t\t\tif ( typeof item === \"string\" ) {\n\t\t\t\treturn {\n\t\t\t\t\tlabel: item,\n\t\t\t\t\tvalue: item\n\t\t\t\t};\n\t\t\t}\n\t\t\treturn $.extend( {}, item, {\n\t\t\t\tlabel: item.label || item.value,\n\t\t\t\tvalue: item.value || item.label\n\t\t\t} );\n\t\t} );\n\t},\n\n\t_suggest: function( items ) {\n\t\tvar ul = this.menu.element.empty();\n\t\tthis._renderMenu( ul, items );\n\t\tthis.isNewMenu = true;\n\t\tthis.menu.refresh();\n\n\t\t// Size and position menu\n\t\tul.show();\n\t\tthis._resizeMenu();\n\t\tul.position( $.extend( {\n\t\t\tof: this.element\n\t\t}, this.options.position ) );\n\n\t\tif ( this.options.autoFocus ) {\n\t\t\tthis.menu.next();\n\t\t}\n\n\t\t// Listen for interactions outside of the widget (#6642)\n\t\tthis._on( this.document, {\n\t\t\tmousedown: \"_closeOnClickOutside\"\n\t\t} );\n\t},\n\n\t_resizeMenu: function() {\n\t\tvar ul = this.menu.element;\n\t\tul.outerWidth( Math.max(\n\n\t\t\t// Firefox wraps long text (possibly a rounding bug)\n\t\t\t// so we add 1px to avoid the wrapping (#7513)\n\t\t\tul.width( \"\" ).outerWidth() + 1,\n\t\t\tthis.element.outerWidth()\n\t\t) );\n\t},\n\n\t_renderMenu: function( ul, items ) {\n\t\tvar that = this;\n\t\t$.each( items, function( index, item ) {\n\t\t\tthat._renderItemData( ul, item );\n\t\t} );\n\t},\n\n\t_renderItemData: function( ul, item ) {\n\t\treturn this._renderItem( ul, item ).data( \"ui-autocomplete-item\", item );\n\t},\n\n\t_renderItem: function( ul, item ) {\n\t\treturn $( \"<li>\" )\n\t\t\t.append( $( \"<div>\" ).text( item.label ) )\n\t\t\t.appendTo( ul );\n\t},\n\n\t_move: function( direction, event ) {\n\t\tif ( !this.menu.element.is( \":visible\" ) ) {\n\t\t\tthis.search( null, event );\n\t\t\treturn;\n\t\t}\n\t\tif ( this.menu.isFirstItem() && /^previous/.test( direction ) ||\n\t\t\t\tthis.menu.isLastItem() && /^next/.test( direction ) ) {\n\n\t\t\tif ( !this.isMultiLine ) {\n\t\t\t\tthis._value( this.term );\n\t\t\t}\n\n\t\t\tthis.menu.blur();\n\t\t\treturn;\n\t\t}\n\t\tthis.menu[ direction ]( event );\n\t},\n\n\twidget: function() {\n\t\treturn this.menu.element;\n\t},\n\n\t_value: function() {\n\t\treturn this.valueMethod.apply( this.element, arguments );\n\t},\n\n\t_keyEvent: function( keyEvent, event ) {\n\t\tif ( !this.isMultiLine || this.menu.element.is( \":visible\" ) ) {\n\t\t\tthis._move( keyEvent, event );\n\n\t\t\t// Prevents moving cursor to beginning/end of the text field in some browsers\n\t\t\tevent.preventDefault();\n\t\t}\n\t},\n\n\t// Support: Chrome <=50\n\t// We should be able to just use this.element.prop( \"isContentEditable\" )\n\t// but hidden elements always report false in Chrome.\n\t// https://code.google.com/p/chromium/issues/detail?id=313082\n\t_isContentEditable: function( element ) {\n\t\tif ( !element.length ) {\n\t\t\treturn false;\n\t\t}\n\n\t\tvar editable = element.prop( \"contentEditable\" );\n\n\t\tif ( editable === \"inherit\" ) {\n\t\t return this._isContentEditable( element.parent() );\n\t\t}\n\n\t\treturn editable === \"true\";\n\t}\n} );\n\n$.extend( $.ui.autocomplete, {\n\tescapeRegex: function( value ) {\n\t\treturn value.replace( /[\\-\\[\\]{}()*+?.,\\\\\\^$|#\\s]/g, \"\\\\$&\" );\n\t},\n\tfilter: function( array, term ) {\n\t\tvar matcher = new RegExp( $.ui.autocomplete.escapeRegex( term ), \"i\" );\n\t\treturn $.grep( array, function( value ) {\n\t\t\treturn matcher.test( value.label || value.value || value );\n\t\t} );\n\t}\n} );\n\n// Live region extension, adding a `messages` option\n// NOTE: This is an experimental API. We are still investigating\n// a full solution for string manipulation and internationalization.\n$.widget( \"ui.autocomplete\", $.ui.autocomplete, {\n\toptions: {\n\t\tmessages: {\n\t\t\tnoResults: \"No search results.\",\n\t\t\tresults: function( amount ) {\n\t\t\t\treturn amount + ( amount > 1 ? \" results are\" : \" result is\" ) +\n\t\t\t\t\t\" available, use up and down arrow keys to navigate.\";\n\t\t\t}\n\t\t}\n\t},\n\n\t__response: function( content ) {\n\t\tvar message;\n\t\tthis._superApply( arguments );\n\t\tif ( this.options.disabled || this.cancelSearch ) {\n\t\t\treturn;\n\t\t}\n\t\tif ( content && content.length ) {\n\t\t\tmessage = this.options.messages.results( content.length );\n\t\t} else {\n\t\t\tmessage = this.options.messages.noResults;\n\t\t}\n\t\tthis.liveRegion.children().hide();\n\t\t$( \"<div>\" ).text( message ).appendTo( this.liveRegion );\n\t}\n} );\n\nvar widgetsAutocomplete = $.ui.autocomplete;\n\n\n/*!\n * jQuery UI Controlgroup 1.12.1\n * http://jqueryui.com\n *\n * Copyright jQuery Foundation and other contributors\n * Released under the MIT license.\n * http://jquery.org/license\n */\n\n//>>label: Controlgroup\n//>>group: Widgets\n//>>description: Visually groups form control widgets\n//>>docs: http://api.jqueryui.com/controlgroup/\n//>>demos: http://jqueryui.com/controlgroup/\n//>>css.structure: ../../themes/base/core.css\n//>>css.structure: ../../themes/base/controlgroup.css\n//>>css.theme: ../../themes/base/theme.css\n\n\nvar controlgroupCornerRegex = /ui-corner-([a-z]){2,6}/g;\n\nvar widgetsControlgroup = $.widget( \"ui.controlgroup\", {\n\tversion: \"1.12.1\",\n\tdefaultElement: \"<div>\",\n\toptions: {\n\t\tdirection: \"horizontal\",\n\t\tdisabled: null,\n\t\tonlyVisible: true,\n\t\titems: {\n\t\t\t\"button\": \"input[type=button], input[type=submit], input[type=reset], button, a\",\n\t\t\t\"controlgroupLabel\": \".ui-controlgroup-label\",\n\t\t\t\"checkboxradio\": \"input[type='checkbox'], input[type='radio']\",\n\t\t\t\"selectmenu\": \"select\",\n\t\t\t\"spinner\": \".ui-spinner-input\"\n\t\t}\n\t},\n\n\t_create: function() {\n\t\tthis._enhance();\n\t},\n\n\t// To support the enhanced option in jQuery Mobile, we isolate DOM manipulation\n\t_enhance: function() {\n\t\tthis.element.attr( \"role\", \"toolbar\" );\n\t\tthis.refresh();\n\t},\n\n\t_destroy: function() {\n\t\tthis._callChildMethod( \"destroy\" );\n\t\tthis.childWidgets.removeData( \"ui-controlgroup-data\" );\n\t\tthis.element.removeAttr( \"role\" );\n\t\tif ( this.options.items.controlgroupLabel ) {\n\t\t\tthis.element\n\t\t\t\t.find( this.options.items.controlgroupLabel )\n\t\t\t\t.find( \".ui-controlgroup-label-contents\" )\n\t\t\t\t.contents().unwrap();\n\t\t}\n\t},\n\n\t_initWidgets: function() {\n\t\tvar that = this,\n\t\t\tchildWidgets = [];\n\n\t\t// First we iterate over each of the items options\n\t\t$.each( this.options.items, function( widget, selector ) {\n\t\t\tvar labels;\n\t\t\tvar options = {};\n\n\t\t\t// Make sure the widget has a selector set\n\t\t\tif ( !selector ) {\n\t\t\t\treturn;\n\t\t\t}\n\n\t\t\tif ( widget === \"controlgroupLabel\" ) {\n\t\t\t\tlabels = that.element.find( selector );\n\t\t\t\tlabels.each( function() {\n\t\t\t\t\tvar element = $( this );\n\n\t\t\t\t\tif ( element.children( \".ui-controlgroup-label-contents\" ).length ) {\n\t\t\t\t\t\treturn;\n\t\t\t\t\t}\n\t\t\t\t\telement.contents()\n\t\t\t\t\t\t.wrapAll( \"<span class='ui-controlgroup-label-contents'></span>\" );\n\t\t\t\t} );\n\t\t\t\tthat._addClass( labels, null, \"ui-widget ui-widget-content ui-state-default\" );\n\t\t\t\tchildWidgets = childWidgets.concat( labels.get() );\n\t\t\t\treturn;\n\t\t\t}\n\n\t\t\t// Make sure the widget actually exists\n\t\t\tif ( !$.fn[ widget ] ) {\n\t\t\t\treturn;\n\t\t\t}\n\n\t\t\t// We assume everything is in the middle to start because we can't determine\n\t\t\t// first / last elements until all enhancments are done.\n\t\t\tif ( that[ \"_\" + widget + \"Options\" ] ) {\n\t\t\t\toptions = that[ \"_\" + widget + \"Options\" ]( \"middle\" );\n\t\t\t} else {\n\t\t\t\toptions = { classes: {} };\n\t\t\t}\n\n\t\t\t// Find instances of this widget inside controlgroup and init them\n\t\t\tthat.element\n\t\t\t\t.find( selector )\n\t\t\t\t.each( function() {\n\t\t\t\t\tvar element = $( this );\n\t\t\t\t\tvar instance = element[ widget ]( \"instance\" );\n\n\t\t\t\t\t// We need to clone the default options for this type of widget to avoid\n\t\t\t\t\t// polluting the variable options which has a wider scope than a single widget.\n\t\t\t\t\tvar instanceOptions = $.widget.extend( {}, options );\n\n\t\t\t\t\t// If the button is the child of a spinner ignore it\n\t\t\t\t\t// TODO: Find a more generic solution\n\t\t\t\t\tif ( widget === \"button\" && element.parent( \".ui-spinner\" ).length ) {\n\t\t\t\t\t\treturn;\n\t\t\t\t\t}\n\n\t\t\t\t\t// Create the widget if it doesn't exist\n\t\t\t\t\tif ( !instance ) {\n\t\t\t\t\t\tinstance = element[ widget ]()[ widget ]( \"instance\" );\n\t\t\t\t\t}\n\t\t\t\t\tif ( instance ) {\n\t\t\t\t\t\tinstanceOptions.classes =\n\t\t\t\t\t\t\tthat._resolveClassesValues( instanceOptions.classes, instance );\n\t\t\t\t\t}\n\t\t\t\t\telement[ widget ]( instanceOptions );\n\n\t\t\t\t\t// Store an instance of the controlgroup to be able to reference\n\t\t\t\t\t// from the outermost element for changing options and refresh\n\t\t\t\t\tvar widgetElement = element[ widget ]( \"widget\" );\n\t\t\t\t\t$.data( widgetElement[ 0 ], \"ui-controlgroup-data\",\n\t\t\t\t\t\tinstance ? instance : element[ widget ]( \"instance\" ) );\n\n\t\t\t\t\tchildWidgets.push( widgetElement[ 0 ] );\n\t\t\t\t} );\n\t\t} );\n\n\t\tthis.childWidgets = $( $.unique( childWidgets ) );\n\t\tthis._addClass( this.childWidgets, \"ui-controlgroup-item\" );\n\t},\n\n\t_callChildMethod: function( method ) {\n\t\tthis.childWidgets.each( function() {\n\t\t\tvar element = $( this ),\n\t\t\t\tdata = element.data( \"ui-controlgroup-data\" );\n\t\t\tif ( data && data[ method ] ) {\n\t\t\t\tdata[ method ]();\n\t\t\t}\n\t\t} );\n\t},\n\n\t_updateCornerClass: function( element, position ) {\n\t\tvar remove = \"ui-corner-top ui-corner-bottom ui-corner-left ui-corner-right ui-corner-all\";\n\t\tvar add = this._buildSimpleOptions( position, \"label\" ).classes.label;\n\n\t\tthis._removeClass( element, null, remove );\n\t\tthis._addClass( element, null, add );\n\t},\n\n\t_buildSimpleOptions: function( position, key ) {\n\t\tvar direction = this.options.direction === \"vertical\";\n\t\tvar result = {\n\t\t\tclasses: {}\n\t\t};\n\t\tresult.classes[ key ] = {\n\t\t\t\"middle\": \"\",\n\t\t\t\"first\": \"ui-corner-\" + ( direction ? \"top\" : \"left\" ),\n\t\t\t\"last\": \"ui-corner-\" + ( direction ? \"bottom\" : \"right\" ),\n\t\t\t\"only\": \"ui-corner-all\"\n\t\t}[ position ];\n\n\t\treturn result;\n\t},\n\n\t_spinnerOptions: function( position ) {\n\t\tvar options = this._buildSimpleOptions( position, \"ui-spinner\" );\n\n\t\toptions.classes[ \"ui-spinner-up\" ] = \"\";\n\t\toptions.classes[ \"ui-spinner-down\" ] = \"\";\n\n\t\treturn options;\n\t},\n\n\t_buttonOptions: function( position ) {\n\t\treturn this._buildSimpleOptions( position, \"ui-button\" );\n\t},\n\n\t_checkboxradioOptions: function( position ) {\n\t\treturn this._buildSimpleOptions( position, \"ui-checkboxradio-label\" );\n\t},\n\n\t_selectmenuOptions: function( position ) {\n\t\tvar direction = this.options.direction === \"vertical\";\n\t\treturn {\n\t\t\twidth: direction ? \"auto\" : false,\n\t\t\tclasses: {\n\t\t\t\tmiddle: {\n\t\t\t\t\t\"ui-selectmenu-button-open\": \"\",\n\t\t\t\t\t\"ui-selectmenu-button-closed\": \"\"\n\t\t\t\t},\n\t\t\t\tfirst: {\n\t\t\t\t\t\"ui-selectmenu-button-open\": \"ui-corner-\" + ( direction ? \"top\" : \"tl\" ),\n\t\t\t\t\t\"ui-selectmenu-button-closed\": \"ui-corner-\" + ( direction ? \"top\" : \"left\" )\n\t\t\t\t},\n\t\t\t\tlast: {\n\t\t\t\t\t\"ui-selectmenu-button-open\": direction ? \"\" : \"ui-corner-tr\",\n\t\t\t\t\t\"ui-selectmenu-button-closed\": \"ui-corner-\" + ( direction ? \"bottom\" : \"right\" )\n\t\t\t\t},\n\t\t\t\tonly: {\n\t\t\t\t\t\"ui-selectmenu-button-open\": \"ui-corner-top\",\n\t\t\t\t\t\"ui-selectmenu-button-closed\": \"ui-corner-all\"\n\t\t\t\t}\n\n\t\t\t}[ position ]\n\t\t};\n\t},\n\n\t_resolveClassesValues: function( classes, instance ) {\n\t\tvar result = {};\n\t\t$.each( classes, function( key ) {\n\t\t\tvar current = instance.options.classes[ key ] || \"\";\n\t\t\tcurrent = $.trim( current.replace( controlgroupCornerRegex, \"\" ) );\n\t\t\tresult[ key ] = ( current + \" \" + classes[ key ] ).replace( /\\s+/g, \" \" );\n\t\t} );\n\t\treturn result;\n\t},\n\n\t_setOption: function( key, value ) {\n\t\tif ( key === \"direction\" ) {\n\t\t\tthis._removeClass( \"ui-controlgroup-\" + this.options.direction );\n\t\t}\n\n\t\tthis._super( key, value );\n\t\tif ( key === \"disabled\" ) {\n\t\t\tthis._callChildMethod( value ? \"disable\" : \"enable\" );\n\t\t\treturn;\n\t\t}\n\n\t\tthis.refresh();\n\t},\n\n\trefresh: function() {\n\t\tvar children,\n\t\t\tthat = this;\n\n\t\tthis._addClass( \"ui-controlgroup ui-controlgroup-\" + this.options.direction );\n\n\t\tif ( this.options.direction === \"horizontal\" ) {\n\t\t\tthis._addClass( null, \"ui-helper-clearfix\" );\n\t\t}\n\t\tthis._initWidgets();\n\n\t\tchildren = this.childWidgets;\n\n\t\t// We filter here because we need to track all childWidgets not just the visible ones\n\t\tif ( this.options.onlyVisible ) {\n\t\t\tchildren = children.filter( \":visible\" );\n\t\t}\n\n\t\tif ( children.length ) {\n\n\t\t\t// We do this last because we need to make sure all enhancment is done\n\t\t\t// before determining first and last\n\t\t\t$.each( [ \"first\", \"last\" ], function( index, value ) {\n\t\t\t\tvar instance = children[ value ]().data( \"ui-controlgroup-data\" );\n\n\t\t\t\tif ( instance && that[ \"_\" + instance.widgetName + \"Options\" ] ) {\n\t\t\t\t\tvar options = that[ \"_\" + instance.widgetName + \"Options\" ](\n\t\t\t\t\t\tchildren.length === 1 ? \"only\" : value\n\t\t\t\t\t);\n\t\t\t\t\toptions.classes = that._resolveClassesValues( options.classes, instance );\n\t\t\t\t\tinstance.element[ instance.widgetName ]( options );\n\t\t\t\t} else {\n\t\t\t\t\tthat._updateCornerClass( children[ value ](), value );\n\t\t\t\t}\n\t\t\t} );\n\n\t\t\t// Finally call the refresh method on each of the child widgets.\n\t\t\tthis._callChildMethod( \"refresh\" );\n\t\t}\n\t}\n} );\n\n/*!\n * jQuery UI Checkboxradio 1.12.1\n * http://jqueryui.com\n *\n * Copyright jQuery Foundation and other contributors\n * Released under the MIT license.\n * http://jquery.org/license\n */\n\n//>>label: Checkboxradio\n//>>group: Widgets\n//>>description: Enhances a form with multiple themeable checkboxes or radio buttons.\n//>>docs: http://api.jqueryui.com/checkboxradio/\n//>>demos: http://jqueryui.com/checkboxradio/\n//>>css.structure: ../../themes/base/core.css\n//>>css.structure: ../../themes/base/button.css\n//>>css.structure: ../../themes/base/checkboxradio.css\n//>>css.theme: ../../themes/base/theme.css\n\n\n\n$.widget( \"ui.checkboxradio\", [ $.ui.formResetMixin, {\n\tversion: \"1.12.1\",\n\toptions: {\n\t\tdisabled: null,\n\t\tlabel: null,\n\t\ticon: true,\n\t\tclasses: {\n\t\t\t\"ui-checkboxradio-label\": \"ui-corner-all\",\n\t\t\t\"ui-checkboxradio-icon\": \"ui-corner-all\"\n\t\t}\n\t},\n\n\t_getCreateOptions: function() {\n\t\tvar disabled, labels;\n\t\tvar that = this;\n\t\tvar options = this._super() || {};\n\n\t\t// We read the type here, because it makes more sense to throw a element type error first,\n\t\t// rather then the error for lack of a label. Often if its the wrong type, it\n\t\t// won't have a label (e.g. calling on a div, btn, etc)\n\t\tthis._readType();\n\n\t\tlabels = this.element.labels();\n\n\t\t// If there are multiple labels, use the last one\n\t\tthis.label = $( labels[ labels.length - 1 ] );\n\t\tif ( !this.label.length ) {\n\t\t\t$.error( \"No label found for checkboxradio widget\" );\n\t\t}\n\n\t\tthis.originalLabel = \"\";\n\n\t\t// We need to get the label text but this may also need to make sure it does not contain the\n\t\t// input itself.\n\t\tthis.label.contents().not( this.element[ 0 ] ).each( function() {\n\n\t\t\t// The label contents could be text, html, or a mix. We concat each element to get a\n\t\t\t// string representation of the label, without the input as part of it.\n\t\t\tthat.originalLabel += this.nodeType === 3 ? $( this ).text() : this.outerHTML;\n\t\t} );\n\n\t\t// Set the label option if we found label text\n\t\tif ( this.originalLabel ) {\n\t\t\toptions.label = this.originalLabel;\n\t\t}\n\n\t\tdisabled = this.element[ 0 ].disabled;\n\t\tif ( disabled != null ) {\n\t\t\toptions.disabled = disabled;\n\t\t}\n\t\treturn options;\n\t},\n\n\t_create: function() {\n\t\tvar checked = this.element[ 0 ].checked;\n\n\t\tthis._bindFormResetHandler();\n\n\t\tif ( this.options.disabled == null ) {\n\t\t\tthis.options.disabled = this.element[ 0 ].disabled;\n\t\t}\n\n\t\tthis._setOption( \"disabled\", this.options.disabled );\n\t\tthis._addClass( \"ui-checkboxradio\", \"ui-helper-hidden-accessible\" );\n\t\tthis._addClass( this.label, \"ui-checkboxradio-label\", \"ui-button ui-widget\" );\n\n\t\tif ( this.type === \"radio\" ) {\n\t\t\tthis._addClass( this.label, \"ui-checkboxradio-radio-label\" );\n\t\t}\n\n\t\tif ( this.options.label && this.options.label !== this.originalLabel ) {\n\t\t\tthis._updateLabel();\n\t\t} else if ( this.originalLabel ) {\n\t\t\tthis.options.label = this.originalLabel;\n\t\t}\n\n\t\tthis._enhance();\n\n\t\tif ( checked ) {\n\t\t\tthis._addClass( this.label, \"ui-checkboxradio-checked\", \"ui-state-active\" );\n\t\t\tif ( this.icon ) {\n\t\t\t\tthis._addClass( this.icon, null, \"ui-state-hover\" );\n\t\t\t}\n\t\t}\n\n\t\tthis._on( {\n\t\t\tchange: \"_toggleClasses\",\n\t\t\tfocus: function() {\n\t\t\t\tthis._addClass( this.label, null, \"ui-state-focus ui-visual-focus\" );\n\t\t\t},\n\t\t\tblur: function() {\n\t\t\t\tthis._removeClass( this.label, null, \"ui-state-focus ui-visual-focus\" );\n\t\t\t}\n\t\t} );\n\t},\n\n\t_readType: function() {\n\t\tvar nodeName = this.element[ 0 ].nodeName.toLowerCase();\n\t\tthis.type = this.element[ 0 ].type;\n\t\tif ( nodeName !== \"input\" || !/radio|checkbox/.test( this.type ) ) {\n\t\t\t$.error( \"Can't create checkboxradio on element.nodeName=\" + nodeName +\n\t\t\t\t\" and element.type=\" + this.type );\n\t\t}\n\t},\n\n\t// Support jQuery Mobile enhanced option\n\t_enhance: function() {\n\t\tthis._updateIcon( this.element[ 0 ].checked );\n\t},\n\n\twidget: function() {\n\t\treturn this.label;\n\t},\n\n\t_getRadioGroup: function() {\n\t\tvar group;\n\t\tvar name = this.element[ 0 ].name;\n\t\tvar nameSelector = \"input[name='\" + $.ui.escapeSelector( name ) + \"']\";\n\n\t\tif ( !name ) {\n\t\t\treturn $( [] );\n\t\t}\n\n\t\tif ( this.form.length ) {\n\t\t\tgroup = $( this.form[ 0 ].elements ).filter( nameSelector );\n\t\t} else {\n\n\t\t\t// Not inside a form, check all inputs that also are not inside a form\n\t\t\tgroup = $( nameSelector ).filter( function() {\n\t\t\t\treturn $( this ).form().length === 0;\n\t\t\t} );\n\t\t}\n\n\t\treturn group.not( this.element );\n\t},\n\n\t_toggleClasses: function() {\n\t\tvar checked = this.element[ 0 ].checked;\n\t\tthis._toggleClass( this.label, \"ui-checkboxradio-checked\", \"ui-state-active\", checked );\n\n\t\tif ( this.options.icon && this.type === \"checkbox\" ) {\n\t\t\tthis._toggleClass( this.icon, null, \"ui-icon-check ui-state-checked\", checked )\n\t\t\t\t._toggleClass( this.icon, null, \"ui-icon-blank\", !checked );\n\t\t}\n\n\t\tif ( this.type === \"radio\" ) {\n\t\t\tthis._getRadioGroup()\n\t\t\t\t.each( function() {\n\t\t\t\t\tvar instance = $( this ).checkboxradio( \"instance\" );\n\n\t\t\t\t\tif ( instance ) {\n\t\t\t\t\t\tinstance._removeClass( instance.label,\n\t\t\t\t\t\t\t\"ui-checkboxradio-checked\", \"ui-state-active\" );\n\t\t\t\t\t}\n\t\t\t\t} );\n\t\t}\n\t},\n\n\t_destroy: function() {\n\t\tthis._unbindFormResetHandler();\n\n\t\tif ( this.icon ) {\n\t\t\tthis.icon.remove();\n\t\t\tthis.iconSpace.remove();\n\t\t}\n\t},\n\n\t_setOption: function( key, value ) {\n\n\t\t// We don't allow the value to be set to nothing\n\t\tif ( key === \"label\" && !value ) {\n\t\t\treturn;\n\t\t}\n\n\t\tthis._super( key, value );\n\n\t\tif ( key === \"disabled\" ) {\n\t\t\tthis._toggleClass( this.label, null, \"ui-state-disabled\", value );\n\t\t\tthis.element[ 0 ].disabled = value;\n\n\t\t\t// Don't refresh when setting disabled\n\t\t\treturn;\n\t\t}\n\t\tthis.refresh();\n\t},\n\n\t_updateIcon: function( checked ) {\n\t\tvar toAdd = \"ui-icon ui-icon-background \";\n\n\t\tif ( this.options.icon ) {\n\t\t\tif ( !this.icon ) {\n\t\t\t\tthis.icon = $( \"<span>\" );\n\t\t\t\tthis.iconSpace = $( \"<span> </span>\" );\n\t\t\t\tthis._addClass( this.iconSpace, \"ui-checkboxradio-icon-space\" );\n\t\t\t}\n\n\t\t\tif ( this.type === \"checkbox\" ) {\n\t\t\t\ttoAdd += checked ? \"ui-icon-check ui-state-checked\" : \"ui-icon-blank\";\n\t\t\t\tthis._removeClass( this.icon, null, checked ? \"ui-icon-blank\" : \"ui-icon-check\" );\n\t\t\t} else {\n\t\t\t\ttoAdd += \"ui-icon-blank\";\n\t\t\t}\n\t\t\tthis._addClass( this.icon, \"ui-checkboxradio-icon\", toAdd );\n\t\t\tif ( !checked ) {\n\t\t\t\tthis._removeClass( this.icon, null, \"ui-icon-check ui-state-checked\" );\n\t\t\t}\n\t\t\tthis.icon.prependTo( this.label ).after( this.iconSpace );\n\t\t} else if ( this.icon !== undefined ) {\n\t\t\tthis.icon.remove();\n\t\t\tthis.iconSpace.remove();\n\t\t\tdelete this.icon;\n\t\t}\n\t},\n\n\t_updateLabel: function() {\n\n\t\t// Remove the contents of the label ( minus the icon, icon space, and input )\n\t\tvar contents = this.label.contents().not( this.element[ 0 ] );\n\t\tif ( this.icon ) {\n\t\t\tcontents = contents.not( this.icon[ 0 ] );\n\t\t}\n\t\tif ( this.iconSpace ) {\n\t\t\tcontents = contents.not( this.iconSpace[ 0 ] );\n\t\t}\n\t\tcontents.remove();\n\n\t\tthis.label.append( this.options.label );\n\t},\n\n\trefresh: function() {\n\t\tvar checked = this.element[ 0 ].checked,\n\t\t\tisDisabled = this.element[ 0 ].disabled;\n\n\t\tthis._updateIcon( checked );\n\t\tthis._toggleClass( this.label, \"ui-checkboxradio-checked\", \"ui-state-active\", checked );\n\t\tif ( this.options.label !== null ) {\n\t\t\tthis._updateLabel();\n\t\t}\n\n\t\tif ( isDisabled !== this.options.disabled ) {\n\t\t\tthis._setOptions( { \"disabled\": isDisabled } );\n\t\t}\n\t}\n\n} ] );\n\nvar widgetsCheckboxradio = $.ui.checkboxradio;\n\n\n/*!\n * jQuery UI Button 1.12.1\n * http://jqueryui.com\n *\n * Copyright jQuery Foundation and other contributors\n * Released under the MIT license.\n * http://jquery.org/license\n */\n\n//>>label: Button\n//>>group: Widgets\n//>>description: Enhances a form with themeable buttons.\n//>>docs: http://api.jqueryui.com/button/\n//>>demos: http://jqueryui.com/button/\n//>>css.structure: ../../themes/base/core.css\n//>>css.structure: ../../themes/base/button.css\n//>>css.theme: ../../themes/base/theme.css\n\n\n\n$.widget( \"ui.button\", {\n\tversion: \"1.12.1\",\n\tdefaultElement: \"<button>\",\n\toptions: {\n\t\tclasses: {\n\t\t\t\"ui-button\": \"ui-corner-all\"\n\t\t},\n\t\tdisabled: null,\n\t\ticon: null,\n\t\ticonPosition: \"beginning\",\n\t\tlabel: null,\n\t\tshowLabel: true\n\t},\n\n\t_getCreateOptions: function() {\n\t\tvar disabled,\n\n\t\t\t// This is to support cases like in jQuery Mobile where the base widget does have\n\t\t\t// an implementation of _getCreateOptions\n\t\t\toptions = this._super() || {};\n\n\t\tthis.isInput = this.element.is( \"input\" );\n\n\t\tdisabled = this.element[ 0 ].disabled;\n\t\tif ( disabled != null ) {\n\t\t\toptions.disabled = disabled;\n\t\t}\n\n\t\tthis.originalLabel = this.isInput ? this.element.val() : this.element.html();\n\t\tif ( this.originalLabel ) {\n\t\t\toptions.label = this.originalLabel;\n\t\t}\n\n\t\treturn options;\n\t},\n\n\t_create: function() {\n\t\tif ( !this.option.showLabel & !this.options.icon ) {\n\t\t\tthis.options.showLabel = true;\n\t\t}\n\n\t\t// We have to check the option again here even though we did in _getCreateOptions,\n\t\t// because null may have been passed on init which would override what was set in\n\t\t// _getCreateOptions\n\t\tif ( this.options.disabled == null ) {\n\t\t\tthis.options.disabled = this.element[ 0 ].disabled || false;\n\t\t}\n\n\t\tthis.hasTitle = !!this.element.attr( \"title\" );\n\n\t\t// Check to see if the label needs to be set or if its already correct\n\t\tif ( this.options.label && this.options.label !== this.originalLabel ) {\n\t\t\tif ( this.isInput ) {\n\t\t\t\tthis.element.val( this.options.label );\n\t\t\t} else {\n\t\t\t\tthis.element.html( this.options.label );\n\t\t\t}\n\t\t}\n\t\tthis._addClass( \"ui-button\", \"ui-widget\" );\n\t\tthis._setOption( \"disabled\", this.options.disabled );\n\t\tthis._enhance();\n\n\t\tif ( this.element.is( \"a\" ) ) {\n\t\t\tthis._on( {\n\t\t\t\t\"keyup\": function( event ) {\n\t\t\t\t\tif ( event.keyCode === $.ui.keyCode.SPACE ) {\n\t\t\t\t\t\tevent.preventDefault();\n\n\t\t\t\t\t\t// Support: PhantomJS <= 1.9, IE 8 Only\n\t\t\t\t\t\t// If a native click is available use it so we actually cause navigation\n\t\t\t\t\t\t// otherwise just trigger a click event\n\t\t\t\t\t\tif ( this.element[ 0 ].click ) {\n\t\t\t\t\t\t\tthis.element[ 0 ].click();\n\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\tthis.element.trigger( \"click\" );\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t} );\n\t\t}\n\t},\n\n\t_enhance: function() {\n\t\tif ( !this.element.is( \"button\" ) ) {\n\t\t\tthis.element.attr( \"role\", \"button\" );\n\t\t}\n\n\t\tif ( this.options.icon ) {\n\t\t\tthis._updateIcon( \"icon\", this.options.icon );\n\t\t\tthis._updateTooltip();\n\t\t}\n\t},\n\n\t_updateTooltip: function() {\n\t\tthis.title = this.element.attr( \"title\" );\n\n\t\tif ( !this.options.showLabel && !this.title ) {\n\t\t\tthis.element.attr( \"title\", this.options.label );\n\t\t}\n\t},\n\n\t_updateIcon: function( option, value ) {\n\t\tvar icon = option !== \"iconPosition\",\n\t\t\tposition = icon ? this.options.iconPosition : value,\n\t\t\tdisplayBlock = position === \"top\" || position === \"bottom\";\n\n\t\t// Create icon\n\t\tif ( !this.icon ) {\n\t\t\tthis.icon = $( \"<span>\" );\n\n\t\t\tthis._addClass( this.icon, \"ui-button-icon\", \"ui-icon\" );\n\n\t\t\tif ( !this.options.showLabel ) {\n\t\t\t\tthis._addClass( \"ui-button-icon-only\" );\n\t\t\t}\n\t\t} else if ( icon ) {\n\n\t\t\t// If we are updating the icon remove the old icon class\n\t\t\tthis._removeClass( this.icon, null, this.options.icon );\n\t\t}\n\n\t\t// If we are updating the icon add the new icon class\n\t\tif ( icon ) {\n\t\t\tthis._addClass( this.icon, null, value );\n\t\t}\n\n\t\tthis._attachIcon( position );\n\n\t\t// If the icon is on top or bottom we need to add the ui-widget-icon-block class and remove\n\t\t// the iconSpace if there is one.\n\t\tif ( displayBlock ) {\n\t\t\tthis._addClass( this.icon, null, \"ui-widget-icon-block\" );\n\t\t\tif ( this.iconSpace ) {\n\t\t\t\tthis.iconSpace.remove();\n\t\t\t}\n\t\t} else {\n\n\t\t\t// Position is beginning or end so remove the ui-widget-icon-block class and add the\n\t\t\t// space if it does not exist\n\t\t\tif ( !this.iconSpace ) {\n\t\t\t\tthis.iconSpace = $( \"<span> </span>\" );\n\t\t\t\tthis._addClass( this.iconSpace, \"ui-button-icon-space\" );\n\t\t\t}\n\t\t\tthis._removeClass( this.icon, null, \"ui-wiget-icon-block\" );\n\t\t\tthis._attachIconSpace( position );\n\t\t}\n\t},\n\n\t_destroy: function() {\n\t\tthis.element.removeAttr( \"role\" );\n\n\t\tif ( this.icon ) {\n\t\t\tthis.icon.remove();\n\t\t}\n\t\tif ( this.iconSpace ) {\n\t\t\tthis.iconSpace.remove();\n\t\t}\n\t\tif ( !this.hasTitle ) {\n\t\t\tthis.element.removeAttr( \"title\" );\n\t\t}\n\t},\n\n\t_attachIconSpace: function( iconPosition ) {\n\t\tthis.icon[ /^(?:end|bottom)/.test( iconPosition ) ? \"before\" : \"after\" ]( this.iconSpace );\n\t},\n\n\t_attachIcon: function( iconPosition ) {\n\t\tthis.element[ /^(?:end|bottom)/.test( iconPosition ) ? \"append\" : \"prepend\" ]( this.icon );\n\t},\n\n\t_setOptions: function( options ) {\n\t\tvar newShowLabel = options.showLabel === undefined ?\n\t\t\t\tthis.options.showLabel :\n\t\t\t\toptions.showLabel,\n\t\t\tnewIcon = options.icon === undefined ? this.options.icon : options.icon;\n\n\t\tif ( !newShowLabel && !newIcon ) {\n\t\t\toptions.showLabel = true;\n\t\t}\n\t\tthis._super( options );\n\t},\n\n\t_setOption: function( key, value ) {\n\t\tif ( key === \"icon\" ) {\n\t\t\tif ( value ) {\n\t\t\t\tthis._updateIcon( key, value );\n\t\t\t} else if ( this.icon ) {\n\t\t\t\tthis.icon.remove();\n\t\t\t\tif ( this.iconSpace ) {\n\t\t\t\t\tthis.iconSpace.remove();\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\tif ( key === \"iconPosition\" ) {\n\t\t\tthis._updateIcon( key, value );\n\t\t}\n\n\t\t// Make sure we can't end up with a button that has neither text nor icon\n\t\tif ( key === \"showLabel\" ) {\n\t\t\t\tthis._toggleClass( \"ui-button-icon-only\", null, !value );\n\t\t\t\tthis._updateTooltip();\n\t\t}\n\n\t\tif ( key === \"label\" ) {\n\t\t\tif ( this.isInput ) {\n\t\t\t\tthis.element.val( value );\n\t\t\t} else {\n\n\t\t\t\t// If there is an icon, append it, else nothing then append the value\n\t\t\t\t// this avoids removal of the icon when setting label text\n\t\t\t\tthis.element.html( value );\n\t\t\t\tif ( this.icon ) {\n\t\t\t\t\tthis._attachIcon( this.options.iconPosition );\n\t\t\t\t\tthis._attachIconSpace( this.options.iconPosition );\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\tthis._super( key, value );\n\n\t\tif ( key === \"disabled\" ) {\n\t\t\tthis._toggleClass( null, \"ui-state-disabled\", value );\n\t\t\tthis.element[ 0 ].disabled = value;\n\t\t\tif ( value ) {\n\t\t\t\tthis.element.blur();\n\t\t\t}\n\t\t}\n\t},\n\n\trefresh: function() {\n\n\t\t// Make sure to only check disabled if its an element that supports this otherwise\n\t\t// check for the disabled class to determine state\n\t\tvar isDisabled = this.element.is( \"input, button\" ) ?\n\t\t\tthis.element[ 0 ].disabled : this.element.hasClass( \"ui-button-disabled\" );\n\n\t\tif ( isDisabled !== this.options.disabled ) {\n\t\t\tthis._setOptions( { disabled: isDisabled } );\n\t\t}\n\n\t\tthis._updateTooltip();\n\t}\n} );\n\n// DEPRECATED\nif ( $.uiBackCompat !== false ) {\n\n\t// Text and Icons options\n\t$.widget( \"ui.button\", $.ui.button, {\n\t\toptions: {\n\t\t\ttext: true,\n\t\t\ticons: {\n\t\t\t\tprimary: null,\n\t\t\t\tsecondary: null\n\t\t\t}\n\t\t},\n\n\t\t_create: function() {\n\t\t\tif ( this.options.showLabel && !this.options.text ) {\n\t\t\t\tthis.options.showLabel = this.options.text;\n\t\t\t}\n\t\t\tif ( !this.options.showLabel && this.options.text ) {\n\t\t\t\tthis.options.text = this.options.showLabel;\n\t\t\t}\n\t\t\tif ( !this.options.icon && ( this.options.icons.primary ||\n\t\t\t\t\tthis.options.icons.secondary ) ) {\n\t\t\t\tif ( this.options.icons.primary ) {\n\t\t\t\t\tthis.options.icon = this.options.icons.primary;\n\t\t\t\t} else {\n\t\t\t\t\tthis.options.icon = this.options.icons.secondary;\n\t\t\t\t\tthis.options.iconPosition = \"end\";\n\t\t\t\t}\n\t\t\t} else if ( this.options.icon ) {\n\t\t\t\tthis.options.icons.primary = this.options.icon;\n\t\t\t}\n\t\t\tthis._super();\n\t\t},\n\n\t\t_setOption: function( key, value ) {\n\t\t\tif ( key === \"text\" ) {\n\t\t\t\tthis._super( \"showLabel\", value );\n\t\t\t\treturn;\n\t\t\t}\n\t\t\tif ( key === \"showLabel\" ) {\n\t\t\t\tthis.options.text = value;\n\t\t\t}\n\t\t\tif ( key === \"icon\" ) {\n\t\t\t\tthis.options.icons.primary = value;\n\t\t\t}\n\t\t\tif ( key === \"icons\" ) {\n\t\t\t\tif ( value.primary ) {\n\t\t\t\t\tthis._super( \"icon\", value.primary );\n\t\t\t\t\tthis._super( \"iconPosition\", \"beginning\" );\n\t\t\t\t} else if ( value.secondary ) {\n\t\t\t\t\tthis._super( \"icon\", value.secondary );\n\t\t\t\t\tthis._super( \"iconPosition\", \"end\" );\n\t\t\t\t}\n\t\t\t}\n\t\t\tthis._superApply( arguments );\n\t\t}\n\t} );\n\n\t$.fn.button = ( function( orig ) {\n\t\treturn function() {\n\t\t\tif ( !this.length || ( this.length && this[ 0 ].tagName !== \"INPUT\" ) ||\n\t\t\t\t\t( this.length && this[ 0 ].tagName === \"INPUT\" && (\n\t\t\t\t\t\tthis.attr( \"type\" ) !== \"checkbox\" && this.attr( \"type\" ) !== \"radio\"\n\t\t\t\t\t) ) ) {\n\t\t\t\treturn orig.apply( this, arguments );\n\t\t\t}\n\t\t\tif ( !$.ui.checkboxradio ) {\n\t\t\t\t$.error( \"Checkboxradio widget missing\" );\n\t\t\t}\n\t\t\tif ( arguments.length === 0 ) {\n\t\t\t\treturn this.checkboxradio( {\n\t\t\t\t\t\"icon\": false\n\t\t\t\t} );\n\t\t\t}\n\t\t\treturn this.checkboxradio.apply( this, arguments );\n\t\t};\n\t} )( $.fn.button );\n\n\t$.fn.buttonset = function() {\n\t\tif ( !$.ui.controlgroup ) {\n\t\t\t$.error( \"Controlgroup widget missing\" );\n\t\t}\n\t\tif ( arguments[ 0 ] === \"option\" && arguments[ 1 ] === \"items\" && arguments[ 2 ] ) {\n\t\t\treturn this.controlgroup.apply( this,\n\t\t\t\t[ arguments[ 0 ], \"items.button\", arguments[ 2 ] ] );\n\t\t}\n\t\tif ( arguments[ 0 ] === \"option\" && arguments[ 1 ] === \"items\" ) {\n\t\t\treturn this.controlgroup.apply( this, [ arguments[ 0 ], \"items.button\" ] );\n\t\t}\n\t\tif ( typeof arguments[ 0 ] === \"object\" && arguments[ 0 ].items ) {\n\t\t\targuments[ 0 ].items = {\n\t\t\t\tbutton: arguments[ 0 ].items\n\t\t\t};\n\t\t}\n\t\treturn this.controlgroup.apply( this, arguments );\n\t};\n}\n\nvar widgetsButton = $.ui.button;\n\n\n// jscs:disable maximumLineLength\n/* jscs:disable requireCamelCaseOrUpperCaseIdentifiers */\n/*!\n * jQuery UI Datepicker 1.12.1\n * http://jqueryui.com\n *\n * Copyright jQuery Foundation and other contributors\n * Released under the MIT license.\n * http://jquery.org/license\n */\n\n//>>label: Datepicker\n//>>group: Widgets\n//>>description: Displays a calendar from an input or inline for selecting dates.\n//>>docs: http://api.jqueryui.com/datepicker/\n//>>demos: http://jqueryui.com/datepicker/\n//>>css.structure: ../../themes/base/core.css\n//>>css.structure: ../../themes/base/datepicker.css\n//>>css.theme: ../../themes/base/theme.css\n\n\n\n$.extend( $.ui, { datepicker: { version: \"1.12.1\" } } );\n\nvar datepicker_instActive;\n\nfunction datepicker_getZindex( elem ) {\n\tvar position, value;\n\twhile ( elem.length && elem[ 0 ] !== document ) {\n\n\t\t// Ignore z-index if position is set to a value where z-index is ignored by the browser\n\t\t// This makes behavior of this function consistent across browsers\n\t\t// WebKit always returns auto if the element is positioned\n\t\tposition = elem.css( \"position\" );\n\t\tif ( position === \"absolute\" || position === \"relative\" || position === \"fixed\" ) {\n\n\t\t\t// IE returns 0 when zIndex is not specified\n\t\t\t// other browsers return a string\n\t\t\t// we ignore the case of nested elements with an explicit value of 0\n\t\t\t// <div style=\"z-index: -10;\"><div style=\"z-index: 0;\"></div></div>\n\t\t\tvalue = parseInt( elem.css( \"zIndex\" ), 10 );\n\t\t\tif ( !isNaN( value ) && value !== 0 ) {\n\t\t\t\treturn value;\n\t\t\t}\n\t\t}\n\t\telem = elem.parent();\n\t}\n\n\treturn 0;\n}\n/* Date picker manager.\n Use the singleton instance of this class, $.datepicker, to interact with the date picker.\n Settings for (groups of) date pickers are maintained in an instance object,\n allowing multiple different settings on the same page. */\n\nfunction Datepicker() {\n\tthis._curInst = null; // The current instance in use\n\tthis._keyEvent = false; // If the last event was a key event\n\tthis._disabledInputs = []; // List of date picker inputs that have been disabled\n\tthis._datepickerShowing = false; // True if the popup picker is showing , false if not\n\tthis._inDialog = false; // True if showing within a \"dialog\", false if not\n\tthis._mainDivId = \"ui-datepicker-div\"; // The ID of the main datepicker division\n\tthis._inlineClass = \"ui-datepicker-inline\"; // The name of the inline marker class\n\tthis._appendClass = \"ui-datepicker-append\"; // The name of the append marker class\n\tthis._triggerClass = \"ui-datepicker-trigger\"; // The name of the trigger marker class\n\tthis._dialogClass = \"ui-datepicker-dialog\"; // The name of the dialog marker class\n\tthis._disableClass = \"ui-datepicker-disabled\"; // The name of the disabled covering marker class\n\tthis._unselectableClass = \"ui-datepicker-unselectable\"; // The name of the unselectable cell marker class\n\tthis._currentClass = \"ui-datepicker-current-day\"; // The name of the current day marker class\n\tthis._dayOverClass = \"ui-datepicker-days-cell-over\"; // The name of the day hover marker class\n\tthis.regional = []; // Available regional settings, indexed by language code\n\tthis.regional[ \"\" ] = { // Default regional settings\n\t\tcloseText: \"Done\", // Display text for close link\n\t\tprevText: \"Prev\", // Display text for previous month link\n\t\tnextText: \"Next\", // Display text for next month link\n\t\tcurrentText: \"Today\", // Display text for current month link\n\t\tmonthNames: [ \"January\",\"February\",\"March\",\"April\",\"May\",\"June\",\n\t\t\t\"July\",\"August\",\"September\",\"October\",\"November\",\"December\" ], // Names of months for drop-down and formatting\n\t\tmonthNamesShort: [ \"Jan\", \"Feb\", \"Mar\", \"Apr\", \"May\", \"Jun\", \"Jul\", \"Aug\", \"Sep\", \"Oct\", \"Nov\", \"Dec\" ], // For formatting\n\t\tdayNames: [ \"Sunday\", \"Monday\", \"Tuesday\", \"Wednesday\", \"Thursday\", \"Friday\", \"Saturday\" ], // For formatting\n\t\tdayNamesShort: [ \"Sun\", \"Mon\", \"Tue\", \"Wed\", \"Thu\", \"Fri\", \"Sat\" ], // For formatting\n\t\tdayNamesMin: [ \"Su\",\"Mo\",\"Tu\",\"We\",\"Th\",\"Fr\",\"Sa\" ], // Column headings for days starting at Sunday\n\t\tweekHeader: \"Wk\", // Column header for week of the year\n\t\tdateFormat: \"mm/dd/yy\", // See format options on parseDate\n\t\tfirstDay: 0, // The first day of the week, Sun = 0, Mon = 1, ...\n\t\tisRTL: false, // True if right-to-left language, false if left-to-right\n\t\tshowMonthAfterYear: false, // True if the year select precedes month, false for month then year\n\t\tyearSuffix: \"\" // Additional text to append to the year in the month headers\n\t};\n\tthis._defaults = { // Global defaults for all the date picker instances\n\t\tshowOn: \"focus\", // \"focus\" for popup on focus,\n\t\t\t// \"button\" for trigger button, or \"both\" for either\n\t\tshowAnim: \"fadeIn\", // Name of jQuery animation for popup\n\t\tshowOptions: {}, // Options for enhanced animations\n\t\tdefaultDate: null, // Used when field is blank: actual date,\n\t\t\t// +/-number for offset from today, null for today\n\t\tappendText: \"\", // Display text following the input box, e.g. showing the format\n\t\tbuttonText: \"...\", // Text for trigger button\n\t\tbuttonImage: \"\", // URL for trigger button image\n\t\tbuttonImageOnly: false, // True if the image appears alone, false if it appears on a button\n\t\thideIfNoPrevNext: false, // True to hide next/previous month links\n\t\t\t// if not applicable, false to just disable them\n\t\tnavigationAsDateFormat: false, // True if date formatting applied to prev/today/next links\n\t\tgotoCurrent: false, // True if today link goes back to current selection instead\n\t\tchangeMonth: false, // True if month can be selected directly, false if only prev/next\n\t\tchangeYear: false, // True if year can be selected directly, false if only prev/next\n\t\tyearRange: \"c-10:c+10\", // Range of years to display in drop-down,\n\t\t\t// either relative to today's year (-nn:+nn), relative to currently displayed year\n\t\t\t// (c-nn:c+nn), absolute (nnnn:nnnn), or a combination of the above (nnnn:-n)\n\t\tshowOtherMonths: false, // True to show dates in other months, false to leave blank\n\t\tselectOtherMonths: false, // True to allow selection of dates in other months, false for unselectable\n\t\tshowWeek: false, // True to show week of the year, false to not show it\n\t\tcalculateWeek: this.iso8601Week, // How to calculate the week of the year,\n\t\t\t// takes a Date and returns the number of the week for it\n\t\tshortYearCutoff: \"+10\", // Short year values < this are in the current century,\n\t\t\t// > this are in the previous century,\n\t\t\t// string value starting with \"+\" for current year + value\n\t\tminDate: null, // The earliest selectable date, or null for no limit\n\t\tmaxDate: null, // The latest selectable date, or null for no limit\n\t\tduration: \"fast\", // Duration of display/closure\n\t\tbeforeShowDay: null, // Function that takes a date and returns an array with\n\t\t\t// [0] = true if selectable, false if not, [1] = custom CSS class name(s) or \"\",\n\t\t\t// [2] = cell title (optional), e.g. $.datepicker.noWeekends\n\t\tbeforeShow: null, // Function that takes an input field and\n\t\t\t// returns a set of custom settings for the date picker\n\t\tonSelect: null, // Define a callback function when a date is selected\n\t\tonChangeMonthYear: null, // Define a callback function when the month or year is changed\n\t\tonClose: null, // Define a callback function when the datepicker is closed\n\t\tnumberOfMonths: 1, // Number of months to show at a time\n\t\tshowCurrentAtPos: 0, // The position in multipe months at which to show the current month (starting at 0)\n\t\tstepMonths: 1, // Number of months to step back/forward\n\t\tstepBigMonths: 12, // Number of months to step back/forward for the big links\n\t\taltField: \"\", // Selector for an alternate field to store selected dates into\n\t\taltFormat: \"\", // The date format to use for the alternate field\n\t\tconstrainInput: true, // The input is constrained by the current date format\n\t\tshowButtonPanel: false, // True to show button panel, false to not show it\n\t\tautoSize: false, // True to size the input for the date format, false to leave as is\n\t\tdisabled: false // The initial disabled state\n\t};\n\t$.extend( this._defaults, this.regional[ \"\" ] );\n\tthis.regional.en = $.extend( true, {}, this.regional[ \"\" ] );\n\tthis.regional[ \"en-US\" ] = $.extend( true, {}, this.regional.en );\n\tthis.dpDiv = datepicker_bindHover( $( \"<div id='\" + this._mainDivId + \"' class='ui-datepicker ui-widget ui-widget-content ui-helper-clearfix ui-corner-all'></div>\" ) );\n}\n\n$.extend( Datepicker.prototype, {\n\t/* Class name added to elements to indicate already configured with a date picker. */\n\tmarkerClassName: \"hasDatepicker\",\n\n\t//Keep track of the maximum number of rows displayed (see #7043)\n\tmaxRows: 4,\n\n\t// TODO rename to \"widget\" when switching to widget factory\n\t_widgetDatepicker: function() {\n\t\treturn this.dpDiv;\n\t},\n\n\t/* Override the default settings for all instances of the date picker.\n\t * @param settings object - the new settings to use as defaults (anonymous object)\n\t * @return the manager object\n\t */\n\tsetDefaults: function( settings ) {\n\t\tdatepicker_extendRemove( this._defaults, settings || {} );\n\t\treturn this;\n\t},\n\n\t/* Attach the date picker to a jQuery selection.\n\t * @param target\telement - the target input field or division or span\n\t * @param settings object - the new settings to use for this date picker instance (anonymous)\n\t */\n\t_attachDatepicker: function( target, settings ) {\n\t\tvar nodeName, inline, inst;\n\t\tnodeName = target.nodeName.toLowerCase();\n\t\tinline = ( nodeName === \"div\" || nodeName === \"span\" );\n\t\tif ( !target.id ) {\n\t\t\tthis.uuid += 1;\n\t\t\ttarget.id = \"dp\" + this.uuid;\n\t\t}\n\t\tinst = this._newInst( $( target ), inline );\n\t\tinst.settings = $.extend( {}, settings || {} );\n\t\tif ( nodeName === \"input\" ) {\n\t\t\tthis._connectDatepicker( target, inst );\n\t\t} else if ( inline ) {\n\t\t\tthis._inlineDatepicker( target, inst );\n\t\t}\n\t},\n\n\t/* Create a new instance object. */\n\t_newInst: function( target, inline ) {\n\t\tvar id = target[ 0 ].id.replace( /([^A-Za-z0-9_\\-])/g, \"\\\\\\\\$1\" ); // escape jQuery meta chars\n\t\treturn { id: id, input: target, // associated target\n\t\t\tselectedDay: 0, selectedMonth: 0, selectedYear: 0, // current selection\n\t\t\tdrawMonth: 0, drawYear: 0, // month being drawn\n\t\t\tinline: inline, // is datepicker inline or not\n\t\t\tdpDiv: ( !inline ? this.dpDiv : // presentation div\n\t\t\tdatepicker_bindHover( $( \"<div class='\" + this._inlineClass + \" ui-datepicker ui-widget ui-widget-content ui-helper-clearfix ui-corner-all'></div>\" ) ) ) };\n\t},\n\n\t/* Attach the date picker to an input field. */\n\t_connectDatepicker: function( target, inst ) {\n\t\tvar input = $( target );\n\t\tinst.append = $( [] );\n\t\tinst.trigger = $( [] );\n\t\tif ( input.hasClass( this.markerClassName ) ) {\n\t\t\treturn;\n\t\t}\n\t\tthis._attachments( input, inst );\n\t\tinput.addClass( this.markerClassName ).on( \"keydown\", this._doKeyDown ).\n\t\t\ton( \"keypress\", this._doKeyPress ).on( \"keyup\", this._doKeyUp );\n\t\tthis._autoSize( inst );\n\t\t$.data( target, \"datepicker\", inst );\n\n\t\t//If disabled option is true, disable the datepicker once it has been attached to the input (see ticket #5665)\n\t\tif ( inst.settings.disabled ) {\n\t\t\tthis._disableDatepicker( target );\n\t\t}\n\t},\n\n\t/* Make attachments based on settings. */\n\t_attachments: function( input, inst ) {\n\t\tvar showOn, buttonText, buttonImage,\n\t\t\tappendText = this._get( inst, \"appendText\" ),\n\t\t\tisRTL = this._get( inst, \"isRTL\" );\n\n\t\tif ( inst.append ) {\n\t\t\tinst.append.remove();\n\t\t}\n\t\tif ( appendText ) {\n\t\t\tinst.append = $( \"<span class='\" + this._appendClass + \"'>\" + appendText + \"</span>\" );\n\t\t\tinput[ isRTL ? \"before\" : \"after\" ]( inst.append );\n\t\t}\n\n\t\tinput.off( \"focus\", this._showDatepicker );\n\n\t\tif ( inst.trigger ) {\n\t\t\tinst.trigger.remove();\n\t\t}\n\n\t\tshowOn = this._get( inst, \"showOn\" );\n\t\tif ( showOn === \"focus\" || showOn === \"both\" ) { // pop-up date picker when in the marked field\n\t\t\tinput.on( \"focus\", this._showDatepicker );\n\t\t}\n\t\tif ( showOn === \"button\" || showOn === \"both\" ) { // pop-up date picker when button clicked\n\t\t\tbuttonText = this._get( inst, \"buttonText\" );\n\t\t\tbuttonImage = this._get( inst, \"buttonImage\" );\n\t\t\tinst.trigger = $( this._get( inst, \"buttonImageOnly\" ) ?\n\t\t\t\t$( \"<img/>\" ).addClass( this._triggerClass ).\n\t\t\t\t\tattr( { src: buttonImage, alt: buttonText, title: buttonText } ) :\n\t\t\t\t$( \"<button type='button'></button>\" ).addClass( this._triggerClass ).\n\t\t\t\t\thtml( !buttonImage ? buttonText : $( \"<img/>\" ).attr(\n\t\t\t\t\t{ src:buttonImage, alt:buttonText, title:buttonText } ) ) );\n\t\t\tinput[ isRTL ? \"before\" : \"after\" ]( inst.trigger );\n\t\t\tinst.trigger.on( \"click\", function() {\n\t\t\t\tif ( $.datepicker._datepickerShowing && $.datepicker._lastInput === input[ 0 ] ) {\n\t\t\t\t\t$.datepicker._hideDatepicker();\n\t\t\t\t} else if ( $.datepicker._datepickerShowing && $.datepicker._lastInput !== input[ 0 ] ) {\n\t\t\t\t\t$.datepicker._hideDatepicker();\n\t\t\t\t\t$.datepicker._showDatepicker( input[ 0 ] );\n\t\t\t\t} else {\n\t\t\t\t\t$.datepicker._showDatepicker( input[ 0 ] );\n\t\t\t\t}\n\t\t\t\treturn false;\n\t\t\t} );\n\t\t}\n\t},\n\n\t/* Apply the maximum length for the date format. */\n\t_autoSize: function( inst ) {\n\t\tif ( this._get( inst, \"autoSize\" ) && !inst.inline ) {\n\t\t\tvar findMax, max, maxI, i,\n\t\t\t\tdate = new Date( 2009, 12 - 1, 20 ), // Ensure double digits\n\t\t\t\tdateFormat = this._get( inst, \"dateFormat\" );\n\n\t\t\tif ( dateFormat.match( /[DM]/ ) ) {\n\t\t\t\tfindMax = function( names ) {\n\t\t\t\t\tmax = 0;\n\t\t\t\t\tmaxI = 0;\n\t\t\t\t\tfor ( i = 0; i < names.length; i++ ) {\n\t\t\t\t\t\tif ( names[ i ].length > max ) {\n\t\t\t\t\t\t\tmax = names[ i ].length;\n\t\t\t\t\t\t\tmaxI = i;\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t\treturn maxI;\n\t\t\t\t};\n\t\t\t\tdate.setMonth( findMax( this._get( inst, ( dateFormat.match( /MM/ ) ?\n\t\t\t\t\t\"monthNames\" : \"monthNamesShort\" ) ) ) );\n\t\t\t\tdate.setDate( findMax( this._get( inst, ( dateFormat.match( /DD/ ) ?\n\t\t\t\t\t\"dayNames\" : \"dayNamesShort\" ) ) ) + 20 - date.getDay() );\n\t\t\t}\n\t\t\tinst.input.attr( \"size\", this._formatDate( inst, date ).length );\n\t\t}\n\t},\n\n\t/* Attach an inline date picker to a div. */\n\t_inlineDatepicker: function( target, inst ) {\n\t\tvar divSpan = $( target );\n\t\tif ( divSpan.hasClass( this.markerClassName ) ) {\n\t\t\treturn;\n\t\t}\n\t\tdivSpan.addClass( this.markerClassName ).append( inst.dpDiv );\n\t\t$.data( target, \"datepicker\", inst );\n\t\tthis._setDate( inst, this._getDefaultDate( inst ), true );\n\t\tthis._updateDatepicker( inst );\n\t\tthis._updateAlternate( inst );\n\n\t\t//If disabled option is true, disable the datepicker before showing it (see ticket #5665)\n\t\tif ( inst.settings.disabled ) {\n\t\t\tthis._disableDatepicker( target );\n\t\t}\n\n\t\t// Set display:block in place of inst.dpDiv.show() which won't work on disconnected elements\n\t\t// http://bugs.jqueryui.com/ticket/7552 - A Datepicker created on a detached div has zero height\n\t\tinst.dpDiv.css( \"display\", \"block\" );\n\t},\n\n\t/* Pop-up the date picker in a \"dialog\" box.\n\t * @param input element - ignored\n\t * @param date\tstring or Date - the initial date to display\n\t * @param onSelect function - the function to call when a date is selected\n\t * @param settings object - update the dialog date picker instance's settings (anonymous object)\n\t * @param pos int[2] - coordinates for the dialog's position within the screen or\n\t *\t\t\t\t\tevent - with x/y coordinates or\n\t *\t\t\t\t\tleave empty for default (screen centre)\n\t * @return the manager object\n\t */\n\t_dialogDatepicker: function( input, date, onSelect, settings, pos ) {\n\t\tvar id, browserWidth, browserHeight, scrollX, scrollY,\n\t\t\tinst = this._dialogInst; // internal instance\n\n\t\tif ( !inst ) {\n\t\t\tthis.uuid += 1;\n\t\t\tid = \"dp\" + this.uuid;\n\t\t\tthis._dialogInput = $( \"<input type='text' id='\" + id +\n\t\t\t\t\"' style='position: absolute; top: -100px; width: 0px;'/>\" );\n\t\t\tthis._dialogInput.on( \"keydown\", this._doKeyDown );\n\t\t\t$( \"body\" ).append( this._dialogInput );\n\t\t\tinst = this._dialogInst = this._newInst( this._dialogInput, false );\n\t\t\tinst.settings = {};\n\t\t\t$.data( this._dialogInput[ 0 ], \"datepicker\", inst );\n\t\t}\n\t\tdatepicker_extendRemove( inst.settings, settings || {} );\n\t\tdate = ( date && date.constructor === Date ? this._formatDate( inst, date ) : date );\n\t\tthis._dialogInput.val( date );\n\n\t\tthis._pos = ( pos ? ( pos.length ? pos : [ pos.pageX, pos.pageY ] ) : null );\n\t\tif ( !this._pos ) {\n\t\t\tbrowserWidth = document.documentElement.clientWidth;\n\t\t\tbrowserHeight = document.documentElement.clientHeight;\n\t\t\tscrollX = document.documentElement.scrollLeft || document.body.scrollLeft;\n\t\t\tscrollY = document.documentElement.scrollTop || document.body.scrollTop;\n\t\t\tthis._pos = // should use actual width/height below\n\t\t\t\t[ ( browserWidth / 2 ) - 100 + scrollX, ( browserHeight / 2 ) - 150 + scrollY ];\n\t\t}\n\n\t\t// Move input on screen for focus, but hidden behind dialog\n\t\tthis._dialogInput.css( \"left\", ( this._pos[ 0 ] + 20 ) + \"px\" ).css( \"top\", this._pos[ 1 ] + \"px\" );\n\t\tinst.settings.onSelect = onSelect;\n\t\tthis._inDialog = true;\n\t\tthis.dpDiv.addClass( this._dialogClass );\n\t\tthis._showDatepicker( this._dialogInput[ 0 ] );\n\t\tif ( $.blockUI ) {\n\t\t\t$.blockUI( this.dpDiv );\n\t\t}\n\t\t$.data( this._dialogInput[ 0 ], \"datepicker\", inst );\n\t\treturn this;\n\t},\n\n\t/* Detach a datepicker from its control.\n\t * @param target\telement - the target input field or division or span\n\t */\n\t_destroyDatepicker: function( target ) {\n\t\tvar nodeName,\n\t\t\t$target = $( target ),\n\t\t\tinst = $.data( target, \"datepicker\" );\n\n\t\tif ( !$target.hasClass( this.markerClassName ) ) {\n\t\t\treturn;\n\t\t}\n\n\t\tnodeName = target.nodeName.toLowerCase();\n\t\t$.removeData( target, \"datepicker\" );\n\t\tif ( nodeName === \"input\" ) {\n\t\t\tinst.append.remove();\n\t\t\tinst.trigger.remove();\n\t\t\t$target.removeClass( this.markerClassName ).\n\t\t\t\toff( \"focus\", this._showDatepicker ).\n\t\t\t\toff( \"keydown\", this._doKeyDown ).\n\t\t\t\toff( \"keypress\", this._doKeyPress ).\n\t\t\t\toff( \"keyup\", this._doKeyUp );\n\t\t} else if ( nodeName === \"div\" || nodeName === \"span\" ) {\n\t\t\t$target.removeClass( this.markerClassName ).empty();\n\t\t}\n\n\t\tif ( datepicker_instActive === inst ) {\n\t\t\tdatepicker_instActive = null;\n\t\t}\n\t},\n\n\t/* Enable the date picker to a jQuery selection.\n\t * @param target\telement - the target input field or division or span\n\t */\n\t_enableDatepicker: function( target ) {\n\t\tvar nodeName, inline,\n\t\t\t$target = $( target ),\n\t\t\tinst = $.data( target, \"datepicker\" );\n\n\t\tif ( !$target.hasClass( this.markerClassName ) ) {\n\t\t\treturn;\n\t\t}\n\n\t\tnodeName = target.nodeName.toLowerCase();\n\t\tif ( nodeName === \"input\" ) {\n\t\t\ttarget.disabled = false;\n\t\t\tinst.trigger.filter( \"button\" ).\n\t\t\t\teach( function() { this.disabled = false; } ).end().\n\t\t\t\tfilter( \"img\" ).css( { opacity: \"1.0\", cursor: \"\" } );\n\t\t} else if ( nodeName === \"div\" || nodeName === \"span\" ) {\n\t\t\tinline = $target.children( \".\" + this._inlineClass );\n\t\t\tinline.children().removeClass( \"ui-state-disabled\" );\n\t\t\tinline.find( \"select.ui-datepicker-month, select.ui-datepicker-year\" ).\n\t\t\t\tprop( \"disabled\", false );\n\t\t}\n\t\tthis._disabledInputs = $.map( this._disabledInputs,\n\t\t\tfunction( value ) { return ( value === target ? null : value ); } ); // delete entry\n\t},\n\n\t/* Disable the date picker to a jQuery selection.\n\t * @param target\telement - the target input field or division or span\n\t */\n\t_disableDatepicker: function( target ) {\n\t\tvar nodeName, inline,\n\t\t\t$target = $( target ),\n\t\t\tinst = $.data( target, \"datepicker\" );\n\n\t\tif ( !$target.hasClass( this.markerClassName ) ) {\n\t\t\treturn;\n\t\t}\n\n\t\tnodeName = target.nodeName.toLowerCase();\n\t\tif ( nodeName === \"input\" ) {\n\t\t\ttarget.disabled = true;\n\t\t\tinst.trigger.filter( \"button\" ).\n\t\t\t\teach( function() { this.disabled = true; } ).end().\n\t\t\t\tfilter( \"img\" ).css( { opacity: \"0.5\", cursor: \"default\" } );\n\t\t} else if ( nodeName === \"div\" || nodeName === \"span\" ) {\n\t\t\tinline = $target.children( \".\" + this._inlineClass );\n\t\t\tinline.children().addClass( \"ui-state-disabled\" );\n\t\t\tinline.find( \"select.ui-datepicker-month, select.ui-datepicker-year\" ).\n\t\t\t\tprop( \"disabled\", true );\n\t\t}\n\t\tthis._disabledInputs = $.map( this._disabledInputs,\n\t\t\tfunction( value ) { return ( value === target ? null : value ); } ); // delete entry\n\t\tthis._disabledInputs[ this._disabledInputs.length ] = target;\n\t},\n\n\t/* Is the first field in a jQuery collection disabled as a datepicker?\n\t * @param target\telement - the target input field or division or span\n\t * @return boolean - true if disabled, false if enabled\n\t */\n\t_isDisabledDatepicker: function( target ) {\n\t\tif ( !target ) {\n\t\t\treturn false;\n\t\t}\n\t\tfor ( var i = 0; i < this._disabledInputs.length; i++ ) {\n\t\t\tif ( this._disabledInputs[ i ] === target ) {\n\t\t\t\treturn true;\n\t\t\t}\n\t\t}\n\t\treturn false;\n\t},\n\n\t/* Retrieve the instance data for the target control.\n\t * @param target element - the target input field or division or span\n\t * @return object - the associated instance data\n\t * @throws error if a jQuery problem getting data\n\t */\n\t_getInst: function( target ) {\n\t\ttry {\n\t\t\treturn $.data( target, \"datepicker\" );\n\t\t}\n\t\tcatch ( err ) {\n\t\t\tthrow \"Missing instance data for this datepicker\";\n\t\t}\n\t},\n\n\t/* Update or retrieve the settings for a date picker attached to an input field or division.\n\t * @param target element - the target input field or division or span\n\t * @param name\tobject - the new settings to update or\n\t *\t\t\t\tstring - the name of the setting to change or retrieve,\n\t *\t\t\t\twhen retrieving also \"all\" for all instance settings or\n\t *\t\t\t\t\"defaults\" for all global defaults\n\t * @param value any - the new value for the setting\n\t *\t\t\t\t(omit if above is an object or to retrieve a value)\n\t */\n\t_optionDatepicker: function( target, name, value ) {\n\t\tvar settings, date, minDate, maxDate,\n\t\t\tinst = this._getInst( target );\n\n\t\tif ( arguments.length === 2 && typeof name === \"string\" ) {\n\t\t\treturn ( name === \"defaults\" ? $.extend( {}, $.datepicker._defaults ) :\n\t\t\t\t( inst ? ( name === \"all\" ? $.extend( {}, inst.settings ) :\n\t\t\t\tthis._get( inst, name ) ) : null ) );\n\t\t}\n\n\t\tsettings = name || {};\n\t\tif ( typeof name === \"string\" ) {\n\t\t\tsettings = {};\n\t\t\tsettings[ name ] = value;\n\t\t}\n\n\t\tif ( inst ) {\n\t\t\tif ( this._curInst === inst ) {\n\t\t\t\tthis._hideDatepicker();\n\t\t\t}\n\n\t\t\tdate = this._getDateDatepicker( target, true );\n\t\t\tminDate = this._getMinMaxDate( inst, \"min\" );\n\t\t\tmaxDate = this._getMinMaxDate( inst, \"max\" );\n\t\t\tdatepicker_extendRemove( inst.settings, settings );\n\n\t\t\t// reformat the old minDate/maxDate values if dateFormat changes and a new minDate/maxDate isn't provided\n\t\t\tif ( minDate !== null && settings.dateFormat !== undefined && settings.minDate === undefined ) {\n\t\t\t\tinst.settings.minDate = this._formatDate( inst, minDate );\n\t\t\t}\n\t\t\tif ( maxDate !== null && settings.dateFormat !== undefined && settings.maxDate === undefined ) {\n\t\t\t\tinst.settings.maxDate = this._formatDate( inst, maxDate );\n\t\t\t}\n\t\t\tif ( \"disabled\" in settings ) {\n\t\t\t\tif ( settings.disabled ) {\n\t\t\t\t\tthis._disableDatepicker( target );\n\t\t\t\t} else {\n\t\t\t\t\tthis._enableDatepicker( target );\n\t\t\t\t}\n\t\t\t}\n\t\t\tthis._attachments( $( target ), inst );\n\t\t\tthis._autoSize( inst );\n\t\t\tthis._setDate( inst, date );\n\t\t\tthis._updateAlternate( inst );\n\t\t\tthis._updateDatepicker( inst );\n\t\t}\n\t},\n\n\t// Change method deprecated\n\t_changeDatepicker: function( target, name, value ) {\n\t\tthis._optionDatepicker( target, name, value );\n\t},\n\n\t/* Redraw the date picker attached to an input field or division.\n\t * @param target element - the target input field or division or span\n\t */\n\t_refreshDatepicker: function( target ) {\n\t\tvar inst = this._getInst( target );\n\t\tif ( inst ) {\n\t\t\tthis._updateDatepicker( inst );\n\t\t}\n\t},\n\n\t/* Set the dates for a jQuery selection.\n\t * @param target element - the target input field or division or span\n\t * @param date\tDate - the new date\n\t */\n\t_setDateDatepicker: function( target, date ) {\n\t\tvar inst = this._getInst( target );\n\t\tif ( inst ) {\n\t\t\tthis._setDate( inst, date );\n\t\t\tthis._updateDatepicker( inst );\n\t\t\tthis._updateAlternate( inst );\n\t\t}\n\t},\n\n\t/* Get the date(s) for the first entry in a jQuery selection.\n\t * @param target element - the target input field or division or span\n\t * @param noDefault boolean - true if no default date is to be used\n\t * @return Date - the current date\n\t */\n\t_getDateDatepicker: function( target, noDefault ) {\n\t\tvar inst = this._getInst( target );\n\t\tif ( inst && !inst.inline ) {\n\t\t\tthis._setDateFromField( inst, noDefault );\n\t\t}\n\t\treturn ( inst ? this._getDate( inst ) : null );\n\t},\n\n\t/* Handle keystrokes. */\n\t_doKeyDown: function( event ) {\n\t\tvar onSelect, dateStr, sel,\n\t\t\tinst = $.datepicker._getInst( event.target ),\n\t\t\thandled = true,\n\t\t\tisRTL = inst.dpDiv.is( \".ui-datepicker-rtl\" );\n\n\t\tinst._keyEvent = true;\n\t\tif ( $.datepicker._datepickerShowing ) {\n\t\t\tswitch ( event.keyCode ) {\n\t\t\t\tcase 9: $.datepicker._hideDatepicker();\n\t\t\t\t\t\thandled = false;\n\t\t\t\t\t\tbreak; // hide on tab out\n\t\t\t\tcase 13: sel = $( \"td.\" + $.datepicker._dayOverClass + \":not(.\" +\n\t\t\t\t\t\t\t\t\t$.datepicker._currentClass + \")\", inst.dpDiv );\n\t\t\t\t\t\tif ( sel[ 0 ] ) {\n\t\t\t\t\t\t\t$.datepicker._selectDay( event.target, inst.selectedMonth, inst.selectedYear, sel[ 0 ] );\n\t\t\t\t\t\t}\n\n\t\t\t\t\t\tonSelect = $.datepicker._get( inst, \"onSelect\" );\n\t\t\t\t\t\tif ( onSelect ) {\n\t\t\t\t\t\t\tdateStr = $.datepicker._formatDate( inst );\n\n\t\t\t\t\t\t\t// Trigger custom callback\n\t\t\t\t\t\t\tonSelect.apply( ( inst.input ? inst.input[ 0 ] : null ), [ dateStr, inst ] );\n\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t$.datepicker._hideDatepicker();\n\t\t\t\t\t\t}\n\n\t\t\t\t\t\treturn false; // don't submit the form\n\t\t\t\tcase 27: $.datepicker._hideDatepicker();\n\t\t\t\t\t\tbreak; // hide on escape\n\t\t\t\tcase 33: $.datepicker._adjustDate( event.target, ( event.ctrlKey ?\n\t\t\t\t\t\t\t-$.datepicker._get( inst, \"stepBigMonths\" ) :\n\t\t\t\t\t\t\t-$.datepicker._get( inst, \"stepMonths\" ) ), \"M\" );\n\t\t\t\t\t\tbreak; // previous month/year on page up/+ ctrl\n\t\t\t\tcase 34: $.datepicker._adjustDate( event.target, ( event.ctrlKey ?\n\t\t\t\t\t\t\t+$.datepicker._get( inst, \"stepBigMonths\" ) :\n\t\t\t\t\t\t\t+$.datepicker._get( inst, \"stepMonths\" ) ), \"M\" );\n\t\t\t\t\t\tbreak; // next month/year on page down/+ ctrl\n\t\t\t\tcase 35: if ( event.ctrlKey || event.metaKey ) {\n\t\t\t\t\t\t\t$.datepicker._clearDate( event.target );\n\t\t\t\t\t\t}\n\t\t\t\t\t\thandled = event.ctrlKey || event.metaKey;\n\t\t\t\t\t\tbreak; // clear on ctrl or command +end\n\t\t\t\tcase 36: if ( event.ctrlKey || event.metaKey ) {\n\t\t\t\t\t\t\t$.datepicker._gotoToday( event.target );\n\t\t\t\t\t\t}\n\t\t\t\t\t\thandled = event.ctrlKey || event.metaKey;\n\t\t\t\t\t\tbreak; // current on ctrl or command +home\n\t\t\t\tcase 37: if ( event.ctrlKey || event.metaKey ) {\n\t\t\t\t\t\t\t$.datepicker._adjustDate( event.target, ( isRTL ? +1 : -1 ), \"D\" );\n\t\t\t\t\t\t}\n\t\t\t\t\t\thandled = event.ctrlKey || event.metaKey;\n\n\t\t\t\t\t\t// -1 day on ctrl or command +left\n\t\t\t\t\t\tif ( event.originalEvent.altKey ) {\n\t\t\t\t\t\t\t$.datepicker._adjustDate( event.target, ( event.ctrlKey ?\n\t\t\t\t\t\t\t\t-$.datepicker._get( inst, \"stepBigMonths\" ) :\n\t\t\t\t\t\t\t\t-$.datepicker._get( inst, \"stepMonths\" ) ), \"M\" );\n\t\t\t\t\t\t}\n\n\t\t\t\t\t\t// next month/year on alt +left on Mac\n\t\t\t\t\t\tbreak;\n\t\t\t\tcase 38: if ( event.ctrlKey || event.metaKey ) {\n\t\t\t\t\t\t\t$.datepicker._adjustDate( event.target, -7, \"D\" );\n\t\t\t\t\t\t}\n\t\t\t\t\t\thandled = event.ctrlKey || event.metaKey;\n\t\t\t\t\t\tbreak; // -1 week on ctrl or command +up\n\t\t\t\tcase 39: if ( event.ctrlKey || event.metaKey ) {\n\t\t\t\t\t\t\t$.datepicker._adjustDate( event.target, ( isRTL ? -1 : +1 ), \"D\" );\n\t\t\t\t\t\t}\n\t\t\t\t\t\thandled = event.ctrlKey || event.metaKey;\n\n\t\t\t\t\t\t// +1 day on ctrl or command +right\n\t\t\t\t\t\tif ( event.originalEvent.altKey ) {\n\t\t\t\t\t\t\t$.datepicker._adjustDate( event.target, ( event.ctrlKey ?\n\t\t\t\t\t\t\t\t+$.datepicker._get( inst, \"stepBigMonths\" ) :\n\t\t\t\t\t\t\t\t+$.datepicker._get( inst, \"stepMonths\" ) ), \"M\" );\n\t\t\t\t\t\t}\n\n\t\t\t\t\t\t// next month/year on alt +right\n\t\t\t\t\t\tbreak;\n\t\t\t\tcase 40: if ( event.ctrlKey || event.metaKey ) {\n\t\t\t\t\t\t\t$.datepicker._adjustDate( event.target, +7, \"D\" );\n\t\t\t\t\t\t}\n\t\t\t\t\t\thandled = event.ctrlKey || event.metaKey;\n\t\t\t\t\t\tbreak; // +1 week on ctrl or command +down\n\t\t\t\tdefault: handled = false;\n\t\t\t}\n\t\t} else if ( event.keyCode === 36 && event.ctrlKey ) { // display the date picker on ctrl+home\n\t\t\t$.datepicker._showDatepicker( this );\n\t\t} else {\n\t\t\thandled = false;\n\t\t}\n\n\t\tif ( handled ) {\n\t\t\tevent.preventDefault();\n\t\t\tevent.stopPropagation();\n\t\t}\n\t},\n\n\t/* Filter entered characters - based on date format. */\n\t_doKeyPress: function( event ) {\n\t\tvar chars, chr,\n\t\t\tinst = $.datepicker._getInst( event.target );\n\n\t\tif ( $.datepicker._get( inst, \"constrainInput\" ) ) {\n\t\t\tchars = $.datepicker._possibleChars( $.datepicker._get( inst, \"dateFormat\" ) );\n\t\t\tchr = String.fromCharCode( event.charCode == null ? event.keyCode : event.charCode );\n\t\t\treturn event.ctrlKey || event.metaKey || ( chr < \" \" || !chars || chars.indexOf( chr ) > -1 );\n\t\t}\n\t},\n\n\t/* Synchronise manual entry and field/alternate field. */\n\t_doKeyUp: function( event ) {\n\t\tvar date,\n\t\t\tinst = $.datepicker._getInst( event.target );\n\n\t\tif ( inst.input.val() !== inst.lastVal ) {\n\t\t\ttry {\n\t\t\t\tdate = $.datepicker.parseDate( $.datepicker._get( inst, \"dateFormat\" ),\n\t\t\t\t\t( inst.input ? inst.input.val() : null ),\n\t\t\t\t\t$.datepicker._getFormatConfig( inst ) );\n\n\t\t\t\tif ( date ) { // only if valid\n\t\t\t\t\t$.datepicker._setDateFromField( inst );\n\t\t\t\t\t$.datepicker._updateAlternate( inst );\n\t\t\t\t\t$.datepicker._updateDatepicker( inst );\n\t\t\t\t}\n\t\t\t}\n\t\t\tcatch ( err ) {\n\t\t\t}\n\t\t}\n\t\treturn true;\n\t},\n\n\t/* Pop-up the date picker for a given input field.\n\t * If false returned from beforeShow event handler do not show.\n\t * @param input element - the input field attached to the date picker or\n\t *\t\t\t\t\tevent - if triggered by focus\n\t */\n\t_showDatepicker: function( input ) {\n\t\tinput = input.target || input;\n\t\tif ( input.nodeName.toLowerCase() !== \"input\" ) { // find from button/image trigger\n\t\t\tinput = $( \"input\", input.parentNode )[ 0 ];\n\t\t}\n\n\t\tif ( $.datepicker._isDisabledDatepicker( input ) || $.datepicker._lastInput === input ) { // already here\n\t\t\treturn;\n\t\t}\n\n\t\tvar inst, beforeShow, beforeShowSettings, isFixed,\n\t\t\toffset, showAnim, duration;\n\n\t\tinst = $.datepicker._getInst( input );\n\t\tif ( $.datepicker._curInst && $.datepicker._curInst !== inst ) {\n\t\t\t$.datepicker._curInst.dpDiv.stop( true, true );\n\t\t\tif ( inst && $.datepicker._datepickerShowing ) {\n\t\t\t\t$.datepicker._hideDatepicker( $.datepicker._curInst.input[ 0 ] );\n\t\t\t}\n\t\t}\n\n\t\tbeforeShow = $.datepicker._get( inst, \"beforeShow\" );\n\t\tbeforeShowSettings = beforeShow ? beforeShow.apply( input, [ input, inst ] ) : {};\n\t\tif ( beforeShowSettings === false ) {\n\t\t\treturn;\n\t\t}\n\t\tdatepicker_extendRemove( inst.settings, beforeShowSettings );\n\n\t\tinst.lastVal = null;\n\t\t$.datepicker._lastInput = input;\n\t\t$.datepicker._setDateFromField( inst );\n\n\t\tif ( $.datepicker._inDialog ) { // hide cursor\n\t\t\tinput.value = \"\";\n\t\t}\n\t\tif ( !$.datepicker._pos ) { // position below input\n\t\t\t$.datepicker._pos = $.datepicker._findPos( input );\n\t\t\t$.datepicker._pos[ 1 ] += input.offsetHeight; // add the height\n\t\t}\n\n\t\tisFixed = false;\n\t\t$( input ).parents().each( function() {\n\t\t\tisFixed |= $( this ).css( \"position\" ) === \"fixed\";\n\t\t\treturn !isFixed;\n\t\t} );\n\n\t\toffset = { left: $.datepicker._pos[ 0 ], top: $.datepicker._pos[ 1 ] };\n\t\t$.datepicker._pos = null;\n\n\t\t//to avoid flashes on Firefox\n\t\tinst.dpDiv.empty();\n\n\t\t// determine sizing offscreen\n\t\tinst.dpDiv.css( { position: \"absolute\", display: \"block\", top: \"-1000px\" } );\n\t\t$.datepicker._updateDatepicker( inst );\n\n\t\t// fix width for dynamic number of date pickers\n\t\t// and adjust position before showing\n\t\toffset = $.datepicker._checkOffset( inst, offset, isFixed );\n\t\tinst.dpDiv.css( { position: ( $.datepicker._inDialog && $.blockUI ?\n\t\t\t\"static\" : ( isFixed ? \"fixed\" : \"absolute\" ) ), display: \"none\",\n\t\t\tleft: offset.left + \"px\", top: offset.top + \"px\" } );\n\n\t\tif ( !inst.inline ) {\n\t\t\tshowAnim = $.datepicker._get( inst, \"showAnim\" );\n\t\t\tduration = $.datepicker._get( inst, \"duration\" );\n\t\t\tinst.dpDiv.css( \"z-index\", datepicker_getZindex( $( input ) ) + 1 );\n\t\t\t$.datepicker._datepickerShowing = true;\n\n\t\t\tif ( $.effects && $.effects.effect[ showAnim ] ) {\n\t\t\t\tinst.dpDiv.show( showAnim, $.datepicker._get( inst, \"showOptions\" ), duration );\n\t\t\t} else {\n\t\t\t\tinst.dpDiv[ showAnim || \"show\" ]( showAnim ? duration : null );\n\t\t\t}\n\n\t\t\tif ( $.datepicker._shouldFocusInput( inst ) ) {\n\t\t\t\tinst.input.trigger( \"focus\" );\n\t\t\t}\n\n\t\t\t$.datepicker._curInst = inst;\n\t\t}\n\t},\n\n\t/* Generate the date picker content. */\n\t_updateDatepicker: function( inst ) {\n\t\tthis.maxRows = 4; //Reset the max number of rows being displayed (see #7043)\n\t\tdatepicker_instActive = inst; // for delegate hover events\n\t\tinst.dpDiv.empty().append( this._generateHTML( inst ) );\n\t\tthis._attachHandlers( inst );\n\n\t\tvar origyearshtml,\n\t\t\tnumMonths = this._getNumberOfMonths( inst ),\n\t\t\tcols = numMonths[ 1 ],\n\t\t\twidth = 17,\n\t\t\tactiveCell = inst.dpDiv.find( \".\" + this._dayOverClass + \" a\" );\n\n\t\tif ( activeCell.length > 0 ) {\n\t\t\tdatepicker_handleMouseover.apply( activeCell.get( 0 ) );\n\t\t}\n\n\t\tinst.dpDiv.removeClass( \"ui-datepicker-multi-2 ui-datepicker-multi-3 ui-datepicker-multi-4\" ).width( \"\" );\n\t\tif ( cols > 1 ) {\n\t\t\tinst.dpDiv.addClass( \"ui-datepicker-multi-\" + cols ).css( \"width\", ( width * cols ) + \"em\" );\n\t\t}\n\t\tinst.dpDiv[ ( numMonths[ 0 ] !== 1 || numMonths[ 1 ] !== 1 ? \"add\" : \"remove\" ) +\n\t\t\t\"Class\" ]( \"ui-datepicker-multi\" );\n\t\tinst.dpDiv[ ( this._get( inst, \"isRTL\" ) ? \"add\" : \"remove\" ) +\n\t\t\t\"Class\" ]( \"ui-datepicker-rtl\" );\n\n\t\tif ( inst === $.datepicker._curInst && $.datepicker._datepickerShowing && $.datepicker._shouldFocusInput( inst ) ) {\n\t\t\tinst.input.trigger( \"focus\" );\n\t\t}\n\n\t\t// Deffered render of the years select (to avoid flashes on Firefox)\n\t\tif ( inst.yearshtml ) {\n\t\t\torigyearshtml = inst.yearshtml;\n\t\t\tsetTimeout( function() {\n\n\t\t\t\t//assure that inst.yearshtml didn't change.\n\t\t\t\tif ( origyearshtml === inst.yearshtml && inst.yearshtml ) {\n\t\t\t\t\tinst.dpDiv.find( \"select.ui-datepicker-year:first\" ).replaceWith( inst.yearshtml );\n\t\t\t\t}\n\t\t\t\torigyearshtml = inst.yearshtml = null;\n\t\t\t}, 0 );\n\t\t}\n\t},\n\n\t// #6694 - don't focus the input if it's already focused\n\t// this breaks the change event in IE\n\t// Support: IE and jQuery <1.9\n\t_shouldFocusInput: function( inst ) {\n\t\treturn inst.input && inst.input.is( \":visible\" ) && !inst.input.is( \":disabled\" ) && !inst.input.is( \":focus\" );\n\t},\n\n\t/* Check positioning to remain on screen. */\n\t_checkOffset: function( inst, offset, isFixed ) {\n\t\tvar dpWidth = inst.dpDiv.outerWidth(),\n\t\t\tdpHeight = inst.dpDiv.outerHeight(),\n\t\t\tinputWidth = inst.input ? inst.input.outerWidth() : 0,\n\t\t\tinputHeight = inst.input ? inst.input.outerHeight() : 0,\n\t\t\tviewWidth = document.documentElement.clientWidth + ( isFixed ? 0 : $( document ).scrollLeft() ),\n\t\t\tviewHeight = document.documentElement.clientHeight + ( isFixed ? 0 : $( document ).scrollTop() );\n\n\t\toffset.left -= ( this._get( inst, \"isRTL\" ) ? ( dpWidth - inputWidth ) : 0 );\n\t\toffset.left -= ( isFixed && offset.left === inst.input.offset().left ) ? $( document ).scrollLeft() : 0;\n\t\toffset.top -= ( isFixed && offset.top === ( inst.input.offset().top + inputHeight ) ) ? $( document ).scrollTop() : 0;\n\n\t\t// Now check if datepicker is showing outside window viewport - move to a better place if so.\n\t\toffset.left -= Math.min( offset.left, ( offset.left + dpWidth > viewWidth && viewWidth > dpWidth ) ?\n\t\t\tMath.abs( offset.left + dpWidth - viewWidth ) : 0 );\n\t\toffset.top -= Math.min( offset.top, ( offset.top + dpHeight > viewHeight && viewHeight > dpHeight ) ?\n\t\t\tMath.abs( dpHeight + inputHeight ) : 0 );\n\n\t\treturn offset;\n\t},\n\n\t/* Find an object's position on the screen. */\n\t_findPos: function( obj ) {\n\t\tvar position,\n\t\t\tinst = this._getInst( obj ),\n\t\t\tisRTL = this._get( inst, \"isRTL\" );\n\n\t\twhile ( obj && ( obj.type === \"hidden\" || obj.nodeType !== 1 || $.expr.filters.hidden( obj ) ) ) {\n\t\t\tobj = obj[ isRTL ? \"previousSibling\" : \"nextSibling\" ];\n\t\t}\n\n\t\tposition = $( obj ).offset();\n\t\treturn [ position.left, position.top ];\n\t},\n\n\t/* Hide the date picker from view.\n\t * @param input element - the input field attached to the date picker\n\t */\n\t_hideDatepicker: function( input ) {\n\t\tvar showAnim, duration, postProcess, onClose,\n\t\t\tinst = this._curInst;\n\n\t\tif ( !inst || ( input && inst !== $.data( input, \"datepicker\" ) ) ) {\n\t\t\treturn;\n\t\t}\n\n\t\tif ( this._datepickerShowing ) {\n\t\t\tshowAnim = this._get( inst, \"showAnim\" );\n\t\t\tduration = this._get( inst, \"duration\" );\n\t\t\tpostProcess = function() {\n\t\t\t\t$.datepicker._tidyDialog( inst );\n\t\t\t};\n\n\t\t\t// DEPRECATED: after BC for 1.8.x $.effects[ showAnim ] is not needed\n\t\t\tif ( $.effects && ( $.effects.effect[ showAnim ] || $.effects[ showAnim ] ) ) {\n\t\t\t\tinst.dpDiv.hide( showAnim, $.datepicker._get( inst, \"showOptions\" ), duration, postProcess );\n\t\t\t} else {\n\t\t\t\tinst.dpDiv[ ( showAnim === \"slideDown\" ? \"slideUp\" :\n\t\t\t\t\t( showAnim === \"fadeIn\" ? \"fadeOut\" : \"hide\" ) ) ]( ( showAnim ? duration : null ), postProcess );\n\t\t\t}\n\n\t\t\tif ( !showAnim ) {\n\t\t\t\tpostProcess();\n\t\t\t}\n\t\t\tthis._datepickerShowing = false;\n\n\t\t\tonClose = this._get( inst, \"onClose\" );\n\t\t\tif ( onClose ) {\n\t\t\t\tonClose.apply( ( inst.input ? inst.input[ 0 ] : null ), [ ( inst.input ? inst.input.val() : \"\" ), inst ] );\n\t\t\t}\n\n\t\t\tthis._lastInput = null;\n\t\t\tif ( this._inDialog ) {\n\t\t\t\tthis._dialogInput.css( { position: \"absolute\", left: \"0\", top: \"-100px\" } );\n\t\t\t\tif ( $.blockUI ) {\n\t\t\t\t\t$.unblockUI();\n\t\t\t\t\t$( \"body\" ).append( this.dpDiv );\n\t\t\t\t}\n\t\t\t}\n\t\t\tthis._inDialog = false;\n\t\t}\n\t},\n\n\t/* Tidy up after a dialog display. */\n\t_tidyDialog: function( inst ) {\n\t\tinst.dpDiv.removeClass( this._dialogClass ).off( \".ui-datepicker-calendar\" );\n\t},\n\n\t/* Close date picker if clicked elsewhere. */\n\t_checkExternalClick: function( event ) {\n\t\tif ( !$.datepicker._curInst ) {\n\t\t\treturn;\n\t\t}\n\n\t\tvar $target = $( event.target ),\n\t\t\tinst = $.datepicker._getInst( $target[ 0 ] );\n\n\t\tif ( ( ( $target[ 0 ].id !== $.datepicker._mainDivId &&\n\t\t\t\t$target.parents( \"#\" + $.datepicker._mainDivId ).length === 0 &&\n\t\t\t\t!$target.hasClass( $.datepicker.markerClassName ) &&\n\t\t\t\t!$target.closest( \".\" + $.datepicker._triggerClass ).length &&\n\t\t\t\t$.datepicker._datepickerShowing && !( $.datepicker._inDialog && $.blockUI ) ) ) ||\n\t\t\t( $target.hasClass( $.datepicker.markerClassName ) && $.datepicker._curInst !== inst ) ) {\n\t\t\t\t$.datepicker._hideDatepicker();\n\t\t}\n\t},\n\n\t/* Adjust one of the date sub-fields. */\n\t_adjustDate: function( id, offset, period ) {\n\t\tvar target = $( id ),\n\t\t\tinst = this._getInst( target[ 0 ] );\n\n\t\tif ( this._isDisabledDatepicker( target[ 0 ] ) ) {\n\t\t\treturn;\n\t\t}\n\t\tthis._adjustInstDate( inst, offset +\n\t\t\t( period === \"M\" ? this._get( inst, \"showCurrentAtPos\" ) : 0 ), // undo positioning\n\t\t\tperiod );\n\t\tthis._updateDatepicker( inst );\n\t},\n\n\t/* Action for current link. */\n\t_gotoToday: function( id ) {\n\t\tvar date,\n\t\t\ttarget = $( id ),\n\t\t\tinst = this._getInst( target[ 0 ] );\n\n\t\tif ( this._get( inst, \"gotoCurrent\" ) && inst.currentDay ) {\n\t\t\tinst.selectedDay = inst.currentDay;\n\t\t\tinst.drawMonth = inst.selectedMonth = inst.currentMonth;\n\t\t\tinst.drawYear = inst.selectedYear = inst.currentYear;\n\t\t} else {\n\t\t\tdate = new Date();\n\t\t\tinst.selectedDay = date.getDate();\n\t\t\tinst.drawMonth = inst.selectedMonth = date.getMonth();\n\t\t\tinst.drawYear = inst.selectedYear = date.getFullYear();\n\t\t}\n\t\tthis._notifyChange( inst );\n\t\tthis._adjustDate( target );\n\t},\n\n\t/* Action for selecting a new month/year. */\n\t_selectMonthYear: function( id, select, period ) {\n\t\tvar target = $( id ),\n\t\t\tinst = this._getInst( target[ 0 ] );\n\n\t\tinst[ \"selected\" + ( period === \"M\" ? \"Month\" : \"Year\" ) ] =\n\t\tinst[ \"draw\" + ( period === \"M\" ? \"Month\" : \"Year\" ) ] =\n\t\t\tparseInt( select.options[ select.selectedIndex ].value, 10 );\n\n\t\tthis._notifyChange( inst );\n\t\tthis._adjustDate( target );\n\t},\n\n\t/* Action for selecting a day. */\n\t_selectDay: function( id, month, year, td ) {\n\t\tvar inst,\n\t\t\ttarget = $( id );\n\n\t\tif ( $( td ).hasClass( this._unselectableClass ) || this._isDisabledDatepicker( target[ 0 ] ) ) {\n\t\t\treturn;\n\t\t}\n\n\t\tinst = this._getInst( target[ 0 ] );\n\t\tinst.selectedDay = inst.currentDay = $( \"a\", td ).html();\n\t\tinst.selectedMonth = inst.currentMonth = month;\n\t\tinst.selectedYear = inst.currentYear = year;\n\t\tthis._selectDate( id, this._formatDate( inst,\n\t\t\tinst.currentDay, inst.currentMonth, inst.currentYear ) );\n\t},\n\n\t/* Erase the input field and hide the date picker. */\n\t_clearDate: function( id ) {\n\t\tvar target = $( id );\n\t\tthis._selectDate( target, \"\" );\n\t},\n\n\t/* Update the input field with the selected date. */\n\t_selectDate: function( id, dateStr ) {\n\t\tvar onSelect,\n\t\t\ttarget = $( id ),\n\t\t\tinst = this._getInst( target[ 0 ] );\n\n\t\tdateStr = ( dateStr != null ? dateStr : this._formatDate( inst ) );\n\t\tif ( inst.input ) {\n\t\t\tinst.input.val( dateStr );\n\t\t}\n\t\tthis._updateAlternate( inst );\n\n\t\tonSelect = this._get( inst, \"onSelect\" );\n\t\tif ( onSelect ) {\n\t\t\tonSelect.apply( ( inst.input ? inst.input[ 0 ] : null ), [ dateStr, inst ] ); // trigger custom callback\n\t\t} else if ( inst.input ) {\n\t\t\tinst.input.trigger( \"change\" ); // fire the change event\n\t\t}\n\n\t\tif ( inst.inline ) {\n\t\t\tthis._updateDatepicker( inst );\n\t\t} else {\n\t\t\tthis._hideDatepicker();\n\t\t\tthis._lastInput = inst.input[ 0 ];\n\t\t\tif ( typeof( inst.input[ 0 ] ) !== \"object\" ) {\n\t\t\t\tinst.input.trigger( \"focus\" ); // restore focus\n\t\t\t}\n\t\t\tthis._lastInput = null;\n\t\t}\n\t},\n\n\t/* Update any alternate field to synchronise with the main field. */\n\t_updateAlternate: function( inst ) {\n\t\tvar altFormat, date, dateStr,\n\t\t\taltField = this._get( inst, \"altField\" );\n\n\t\tif ( altField ) { // update alternate field too\n\t\t\taltFormat = this._get( inst, \"altFormat\" ) || this._get( inst, \"dateFormat\" );\n\t\t\tdate = this._getDate( inst );\n\t\t\tdateStr = this.formatDate( altFormat, date, this._getFormatConfig( inst ) );\n\t\t\t$( altField ).val( dateStr );\n\t\t}\n\t},\n\n\t/* Set as beforeShowDay function to prevent selection of weekends.\n\t * @param date Date - the date to customise\n\t * @return [boolean, string] - is this date selectable?, what is its CSS class?\n\t */\n\tnoWeekends: function( date ) {\n\t\tvar day = date.getDay();\n\t\treturn [ ( day > 0 && day < 6 ), \"\" ];\n\t},\n\n\t/* Set as calculateWeek to determine the week of the year based on the ISO 8601 definition.\n\t * @param date Date - the date to get the week for\n\t * @return number - the number of the week within the year that contains this date\n\t */\n\tiso8601Week: function( date ) {\n\t\tvar time,\n\t\t\tcheckDate = new Date( date.getTime() );\n\n\t\t// Find Thursday of this week starting on Monday\n\t\tcheckDate.setDate( checkDate.getDate() + 4 - ( checkDate.getDay() || 7 ) );\n\n\t\ttime = checkDate.getTime();\n\t\tcheckDate.setMonth( 0 ); // Compare with Jan 1\n\t\tcheckDate.setDate( 1 );\n\t\treturn Math.floor( Math.round( ( time - checkDate ) / 86400000 ) / 7 ) + 1;\n\t},\n\n\t/* Parse a string value into a date object.\n\t * See formatDate below for the possible formats.\n\t *\n\t * @param format string - the expected format of the date\n\t * @param value string - the date in the above format\n\t * @param settings Object - attributes include:\n\t *\t\t\t\t\tshortYearCutoff number - the cutoff year for determining the century (optional)\n\t *\t\t\t\t\tdayNamesShort\tstring[7] - abbreviated names of the days from Sunday (optional)\n\t *\t\t\t\t\tdayNames\t\tstring[7] - names of the days from Sunday (optional)\n\t *\t\t\t\t\tmonthNamesShort string[12] - abbreviated names of the months (optional)\n\t *\t\t\t\t\tmonthNames\t\tstring[12] - names of the months (optional)\n\t * @return Date - the extracted date value or null if value is blank\n\t */\n\tparseDate: function( format, value, settings ) {\n\t\tif ( format == null || value == null ) {\n\t\t\tthrow \"Invalid arguments\";\n\t\t}\n\n\t\tvalue = ( typeof value === \"object\" ? value.toString() : value + \"\" );\n\t\tif ( value === \"\" ) {\n\t\t\treturn null;\n\t\t}\n\n\t\tvar iFormat, dim, extra,\n\t\t\tiValue = 0,\n\t\t\tshortYearCutoffTemp = ( settings ? settings.shortYearCutoff : null ) || this._defaults.shortYearCutoff,\n\t\t\tshortYearCutoff = ( typeof shortYearCutoffTemp !== \"string\" ? shortYearCutoffTemp :\n\t\t\t\tnew Date().getFullYear() % 100 + parseInt( shortYearCutoffTemp, 10 ) ),\n\t\t\tdayNamesShort = ( settings ? settings.dayNamesShort : null ) || this._defaults.dayNamesShort,\n\t\t\tdayNames = ( settings ? settings.dayNames : null ) || this._defaults.dayNames,\n\t\t\tmonthNamesShort = ( settings ? settings.monthNamesShort : null ) || this._defaults.monthNamesShort,\n\t\t\tmonthNames = ( settings ? settings.monthNames : null ) || this._defaults.monthNames,\n\t\t\tyear = -1,\n\t\t\tmonth = -1,\n\t\t\tday = -1,\n\t\t\tdoy = -1,\n\t\t\tliteral = false,\n\t\t\tdate,\n\n\t\t\t// Check whether a format character is doubled\n\t\t\tlookAhead = function( match ) {\n\t\t\t\tvar matches = ( iFormat + 1 < format.length && format.charAt( iFormat + 1 ) === match );\n\t\t\t\tif ( matches ) {\n\t\t\t\t\tiFormat++;\n\t\t\t\t}\n\t\t\t\treturn matches;\n\t\t\t},\n\n\t\t\t// Extract a number from the string value\n\t\t\tgetNumber = function( match ) {\n\t\t\t\tvar isDoubled = lookAhead( match ),\n\t\t\t\t\tsize = ( match === \"@\" ? 14 : ( match === \"!\" ? 20 :\n\t\t\t\t\t( match === \"y\" && isDoubled ? 4 : ( match === \"o\" ? 3 : 2 ) ) ) ),\n\t\t\t\t\tminSize = ( match === \"y\" ? size : 1 ),\n\t\t\t\t\tdigits = new RegExp( \"^\\\\d{\" + minSize + \",\" + size + \"}\" ),\n\t\t\t\t\tnum = value.substring( iValue ).match( digits );\n\t\t\t\tif ( !num ) {\n\t\t\t\t\tthrow \"Missing number at position \" + iValue;\n\t\t\t\t}\n\t\t\t\tiValue += num[ 0 ].length;\n\t\t\t\treturn parseInt( num[ 0 ], 10 );\n\t\t\t},\n\n\t\t\t// Extract a name from the string value and convert to an index\n\t\t\tgetName = function( match, shortNames, longNames ) {\n\t\t\t\tvar index = -1,\n\t\t\t\t\tnames = $.map( lookAhead( match ) ? longNames : shortNames, function( v, k ) {\n\t\t\t\t\t\treturn [ [ k, v ] ];\n\t\t\t\t\t} ).sort( function( a, b ) {\n\t\t\t\t\t\treturn -( a[ 1 ].length - b[ 1 ].length );\n\t\t\t\t\t} );\n\n\t\t\t\t$.each( names, function( i, pair ) {\n\t\t\t\t\tvar name = pair[ 1 ];\n\t\t\t\t\tif ( value.substr( iValue, name.length ).toLowerCase() === name.toLowerCase() ) {\n\t\t\t\t\t\tindex = pair[ 0 ];\n\t\t\t\t\t\tiValue += name.length;\n\t\t\t\t\t\treturn false;\n\t\t\t\t\t}\n\t\t\t\t} );\n\t\t\t\tif ( index !== -1 ) {\n\t\t\t\t\treturn index + 1;\n\t\t\t\t} else {\n\t\t\t\t\tthrow \"Unknown name at position \" + iValue;\n\t\t\t\t}\n\t\t\t},\n\n\t\t\t// Confirm that a literal character matches the string value\n\t\t\tcheckLiteral = function() {\n\t\t\t\tif ( value.charAt( iValue ) !== format.charAt( iFormat ) ) {\n\t\t\t\t\tthrow \"Unexpected literal at position \" + iValue;\n\t\t\t\t}\n\t\t\t\tiValue++;\n\t\t\t};\n\n\t\tfor ( iFormat = 0; iFormat < format.length; iFormat++ ) {\n\t\t\tif ( literal ) {\n\t\t\t\tif ( format.charAt( iFormat ) === \"'\" && !lookAhead( \"'\" ) ) {\n\t\t\t\t\tliteral = false;\n\t\t\t\t} else {\n\t\t\t\t\tcheckLiteral();\n\t\t\t\t}\n\t\t\t} else {\n\t\t\t\tswitch ( format.charAt( iFormat ) ) {\n\t\t\t\t\tcase \"d\":\n\t\t\t\t\t\tday = getNumber( \"d\" );\n\t\t\t\t\t\tbreak;\n\t\t\t\t\tcase \"D\":\n\t\t\t\t\t\tgetName( \"D\", dayNamesShort, dayNames );\n\t\t\t\t\t\tbreak;\n\t\t\t\t\tcase \"o\":\n\t\t\t\t\t\tdoy = getNumber( \"o\" );\n\t\t\t\t\t\tbreak;\n\t\t\t\t\tcase \"m\":\n\t\t\t\t\t\tmonth = getNumber( \"m\" );\n\t\t\t\t\t\tbreak;\n\t\t\t\t\tcase \"M\":\n\t\t\t\t\t\tmonth = getName( \"M\", monthNamesShort, monthNames );\n\t\t\t\t\t\tbreak;\n\t\t\t\t\tcase \"y\":\n\t\t\t\t\t\tyear = getNumber( \"y\" );\n\t\t\t\t\t\tbreak;\n\t\t\t\t\tcase \"@\":\n\t\t\t\t\t\tdate = new Date( getNumber( \"@\" ) );\n\t\t\t\t\t\tyear = date.getFullYear();\n\t\t\t\t\t\tmonth = date.getMonth() + 1;\n\t\t\t\t\t\tday = date.getDate();\n\t\t\t\t\t\tbreak;\n\t\t\t\t\tcase \"!\":\n\t\t\t\t\t\tdate = new Date( ( getNumber( \"!\" ) - this._ticksTo1970 ) / 10000 );\n\t\t\t\t\t\tyear = date.getFullYear();\n\t\t\t\t\t\tmonth = date.getMonth() + 1;\n\t\t\t\t\t\tday = date.getDate();\n\t\t\t\t\t\tbreak;\n\t\t\t\t\tcase \"'\":\n\t\t\t\t\t\tif ( lookAhead( \"'\" ) ) {\n\t\t\t\t\t\t\tcheckLiteral();\n\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\tliteral = true;\n\t\t\t\t\t\t}\n\t\t\t\t\t\tbreak;\n\t\t\t\t\tdefault:\n\t\t\t\t\t\tcheckLiteral();\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\tif ( iValue < value.length ) {\n\t\t\textra = value.substr( iValue );\n\t\t\tif ( !/^\\s+/.test( extra ) ) {\n\t\t\t\tthrow \"Extra/unparsed characters found in date: \" + extra;\n\t\t\t}\n\t\t}\n\n\t\tif ( year === -1 ) {\n\t\t\tyear = new Date().getFullYear();\n\t\t} else if ( year < 100 ) {\n\t\t\tyear += new Date().getFullYear() - new Date().getFullYear() % 100 +\n\t\t\t\t( year <= shortYearCutoff ? 0 : -100 );\n\t\t}\n\n\t\tif ( doy > -1 ) {\n\t\t\tmonth = 1;\n\t\t\tday = doy;\n\t\t\tdo {\n\t\t\t\tdim = this._getDaysInMonth( year, month - 1 );\n\t\t\t\tif ( day <= dim ) {\n\t\t\t\t\tbreak;\n\t\t\t\t}\n\t\t\t\tmonth++;\n\t\t\t\tday -= dim;\n\t\t\t} while ( true );\n\t\t}\n\n\t\tdate = this._daylightSavingAdjust( new Date( year, month - 1, day ) );\n\t\tif ( date.getFullYear() !== year || date.getMonth() + 1 !== month || date.getDate() !== day ) {\n\t\t\tthrow \"Invalid date\"; // E.g. 31/02/00\n\t\t}\n\t\treturn date;\n\t},\n\n\t/* Standard date formats. */\n\tATOM: \"yy-mm-dd\", // RFC 3339 (ISO 8601)\n\tCOOKIE: \"D, dd M yy\",\n\tISO_8601: \"yy-mm-dd\",\n\tRFC_822: \"D, d M y\",\n\tRFC_850: \"DD, dd-M-y\",\n\tRFC_1036: \"D, d M y\",\n\tRFC_1123: \"D, d M yy\",\n\tRFC_2822: \"D, d M yy\",\n\tRSS: \"D, d M y\", // RFC 822\n\tTICKS: \"!\",\n\tTIMESTAMP: \"@\",\n\tW3C: \"yy-mm-dd\", // ISO 8601\n\n\t_ticksTo1970: ( ( ( 1970 - 1 ) * 365 + Math.floor( 1970 / 4 ) - Math.floor( 1970 / 100 ) +\n\t\tMath.floor( 1970 / 400 ) ) * 24 * 60 * 60 * 10000000 ),\n\n\t/* Format a date object into a string value.\n\t * The format can be combinations of the following:\n\t * d - day of month (no leading zero)\n\t * dd - day of month (two digit)\n\t * o - day of year (no leading zeros)\n\t * oo - day of year (three digit)\n\t * D - day name short\n\t * DD - day name long\n\t * m - month of year (no leading zero)\n\t * mm - month of year (two digit)\n\t * M - month name short\n\t * MM - month name long\n\t * y - year (two digit)\n\t * yy - year (four digit)\n\t * @ - Unix timestamp (ms since 01/01/1970)\n\t * ! - Windows ticks (100ns since 01/01/0001)\n\t * \"...\" - literal text\n\t * '' - single quote\n\t *\n\t * @param format string - the desired format of the date\n\t * @param date Date - the date value to format\n\t * @param settings Object - attributes include:\n\t *\t\t\t\t\tdayNamesShort\tstring[7] - abbreviated names of the days from Sunday (optional)\n\t *\t\t\t\t\tdayNames\t\tstring[7] - names of the days from Sunday (optional)\n\t *\t\t\t\t\tmonthNamesShort string[12] - abbreviated names of the months (optional)\n\t *\t\t\t\t\tmonthNames\t\tstring[12] - names of the months (optional)\n\t * @return string - the date in the above format\n\t */\n\tformatDate: function( format, date, settings ) {\n\t\tif ( !date ) {\n\t\t\treturn \"\";\n\t\t}\n\n\t\tvar iFormat,\n\t\t\tdayNamesShort = ( settings ? settings.dayNamesShort : null ) || this._defaults.dayNamesShort,\n\t\t\tdayNames = ( settings ? settings.dayNames : null ) || this._defaults.dayNames,\n\t\t\tmonthNamesShort = ( settings ? settings.monthNamesShort : null ) || this._defaults.monthNamesShort,\n\t\t\tmonthNames = ( settings ? settings.monthNames : null ) || this._defaults.monthNames,\n\n\t\t\t// Check whether a format character is doubled\n\t\t\tlookAhead = function( match ) {\n\t\t\t\tvar matches = ( iFormat + 1 < format.length && format.charAt( iFormat + 1 ) === match );\n\t\t\t\tif ( matches ) {\n\t\t\t\t\tiFormat++;\n\t\t\t\t}\n\t\t\t\treturn matches;\n\t\t\t},\n\n\t\t\t// Format a number, with leading zero if necessary\n\t\t\tformatNumber = function( match, value, len ) {\n\t\t\t\tvar num = \"\" + value;\n\t\t\t\tif ( lookAhead( match ) ) {\n\t\t\t\t\twhile ( num.length < len ) {\n\t\t\t\t\t\tnum = \"0\" + num;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\treturn num;\n\t\t\t},\n\n\t\t\t// Format a name, short or long as requested\n\t\t\tformatName = function( match, value, shortNames, longNames ) {\n\t\t\t\treturn ( lookAhead( match ) ? longNames[ value ] : shortNames[ value ] );\n\t\t\t},\n\t\t\toutput = \"\",\n\t\t\tliteral = false;\n\n\t\tif ( date ) {\n\t\t\tfor ( iFormat = 0; iFormat < format.length; iFormat++ ) {\n\t\t\t\tif ( literal ) {\n\t\t\t\t\tif ( format.charAt( iFormat ) === \"'\" && !lookAhead( \"'\" ) ) {\n\t\t\t\t\t\tliteral = false;\n\t\t\t\t\t} else {\n\t\t\t\t\t\toutput += format.charAt( iFormat );\n\t\t\t\t\t}\n\t\t\t\t} else {\n\t\t\t\t\tswitch ( format.charAt( iFormat ) ) {\n\t\t\t\t\t\tcase \"d\":\n\t\t\t\t\t\t\toutput += formatNumber( \"d\", date.getDate(), 2 );\n\t\t\t\t\t\t\tbreak;\n\t\t\t\t\t\tcase \"D\":\n\t\t\t\t\t\t\toutput += formatName( \"D\", date.getDay(), dayNamesShort, dayNames );\n\t\t\t\t\t\t\tbreak;\n\t\t\t\t\t\tcase \"o\":\n\t\t\t\t\t\t\toutput += formatNumber( \"o\",\n\t\t\t\t\t\t\t\tMath.round( ( new Date( date.getFullYear(), date.getMonth(), date.getDate() ).getTime() - new Date( date.getFullYear(), 0, 0 ).getTime() ) / 86400000 ), 3 );\n\t\t\t\t\t\t\tbreak;\n\t\t\t\t\t\tcase \"m\":\n\t\t\t\t\t\t\toutput += formatNumber( \"m\", date.getMonth() + 1, 2 );\n\t\t\t\t\t\t\tbreak;\n\t\t\t\t\t\tcase \"M\":\n\t\t\t\t\t\t\toutput += formatName( \"M\", date.getMonth(), monthNamesShort, monthNames );\n\t\t\t\t\t\t\tbreak;\n\t\t\t\t\t\tcase \"y\":\n\t\t\t\t\t\t\toutput += ( lookAhead( \"y\" ) ? date.getFullYear() :\n\t\t\t\t\t\t\t\t( date.getFullYear() % 100 < 10 ? \"0\" : \"\" ) + date.getFullYear() % 100 );\n\t\t\t\t\t\t\tbreak;\n\t\t\t\t\t\tcase \"@\":\n\t\t\t\t\t\t\toutput += date.getTime();\n\t\t\t\t\t\t\tbreak;\n\t\t\t\t\t\tcase \"!\":\n\t\t\t\t\t\t\toutput += date.getTime() * 10000 + this._ticksTo1970;\n\t\t\t\t\t\t\tbreak;\n\t\t\t\t\t\tcase \"'\":\n\t\t\t\t\t\t\tif ( lookAhead( \"'\" ) ) {\n\t\t\t\t\t\t\t\toutput += \"'\";\n\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\tliteral = true;\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\tbreak;\n\t\t\t\t\t\tdefault:\n\t\t\t\t\t\t\toutput += format.charAt( iFormat );\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t\treturn output;\n\t},\n\n\t/* Extract all possible characters from the date format. */\n\t_possibleChars: function( format ) {\n\t\tvar iFormat,\n\t\t\tchars = \"\",\n\t\t\tliteral = false,\n\n\t\t\t// Check whether a format character is doubled\n\t\t\tlookAhead = function( match ) {\n\t\t\t\tvar matches = ( iFormat + 1 < format.length && format.charAt( iFormat + 1 ) === match );\n\t\t\t\tif ( matches ) {\n\t\t\t\t\tiFormat++;\n\t\t\t\t}\n\t\t\t\treturn matches;\n\t\t\t};\n\n\t\tfor ( iFormat = 0; iFormat < format.length; iFormat++ ) {\n\t\t\tif ( literal ) {\n\t\t\t\tif ( format.charAt( iFormat ) === \"'\" && !lookAhead( \"'\" ) ) {\n\t\t\t\t\tliteral = false;\n\t\t\t\t} else {\n\t\t\t\t\tchars += format.charAt( iFormat );\n\t\t\t\t}\n\t\t\t} else {\n\t\t\t\tswitch ( format.charAt( iFormat ) ) {\n\t\t\t\t\tcase \"d\": case \"m\": case \"y\": case \"@\":\n\t\t\t\t\t\tchars += \"0123456789\";\n\t\t\t\t\t\tbreak;\n\t\t\t\t\tcase \"D\": case \"M\":\n\t\t\t\t\t\treturn null; // Accept anything\n\t\t\t\t\tcase \"'\":\n\t\t\t\t\t\tif ( lookAhead( \"'\" ) ) {\n\t\t\t\t\t\t\tchars += \"'\";\n\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\tliteral = true;\n\t\t\t\t\t\t}\n\t\t\t\t\t\tbreak;\n\t\t\t\t\tdefault:\n\t\t\t\t\t\tchars += format.charAt( iFormat );\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t\treturn chars;\n\t},\n\n\t/* Get a setting value, defaulting if necessary. */\n\t_get: function( inst, name ) {\n\t\treturn inst.settings[ name ] !== undefined ?\n\t\t\tinst.settings[ name ] : this._defaults[ name ];\n\t},\n\n\t/* Parse existing date and initialise date picker. */\n\t_setDateFromField: function( inst, noDefault ) {\n\t\tif ( inst.input.val() === inst.lastVal ) {\n\t\t\treturn;\n\t\t}\n\n\t\tvar dateFormat = this._get( inst, \"dateFormat\" ),\n\t\t\tdates = inst.lastVal = inst.input ? inst.input.val() : null,\n\t\t\tdefaultDate = this._getDefaultDate( inst ),\n\t\t\tdate = defaultDate,\n\t\t\tsettings = this._getFormatConfig( inst );\n\n\t\ttry {\n\t\t\tdate = this.parseDate( dateFormat, dates, settings ) || defaultDate;\n\t\t} catch ( event ) {\n\t\t\tdates = ( noDefault ? \"\" : dates );\n\t\t}\n\t\tinst.selectedDay = date.getDate();\n\t\tinst.drawMonth = inst.selectedMonth = date.getMonth();\n\t\tinst.drawYear = inst.selectedYear = date.getFullYear();\n\t\tinst.currentDay = ( dates ? date.getDate() : 0 );\n\t\tinst.currentMonth = ( dates ? date.getMonth() : 0 );\n\t\tinst.currentYear = ( dates ? date.getFullYear() : 0 );\n\t\tthis._adjustInstDate( inst );\n\t},\n\n\t/* Retrieve the default date shown on opening. */\n\t_getDefaultDate: function( inst ) {\n\t\treturn this._restrictMinMax( inst,\n\t\t\tthis._determineDate( inst, this._get( inst, \"defaultDate\" ), new Date() ) );\n\t},\n\n\t/* A date may be specified as an exact value or a relative one. */\n\t_determineDate: function( inst, date, defaultDate ) {\n\t\tvar offsetNumeric = function( offset ) {\n\t\t\t\tvar date = new Date();\n\t\t\t\tdate.setDate( date.getDate() + offset );\n\t\t\t\treturn date;\n\t\t\t},\n\t\t\toffsetString = function( offset ) {\n\t\t\t\ttry {\n\t\t\t\t\treturn $.datepicker.parseDate( $.datepicker._get( inst, \"dateFormat\" ),\n\t\t\t\t\t\toffset, $.datepicker._getFormatConfig( inst ) );\n\t\t\t\t}\n\t\t\t\tcatch ( e ) {\n\n\t\t\t\t\t// Ignore\n\t\t\t\t}\n\n\t\t\t\tvar date = ( offset.toLowerCase().match( /^c/ ) ?\n\t\t\t\t\t$.datepicker._getDate( inst ) : null ) || new Date(),\n\t\t\t\t\tyear = date.getFullYear(),\n\t\t\t\t\tmonth = date.getMonth(),\n\t\t\t\t\tday = date.getDate(),\n\t\t\t\t\tpattern = /([+\\-]?[0-9]+)\\s*(d|D|w|W|m|M|y|Y)?/g,\n\t\t\t\t\tmatches = pattern.exec( offset );\n\n\t\t\t\twhile ( matches ) {\n\t\t\t\t\tswitch ( matches[ 2 ] || \"d\" ) {\n\t\t\t\t\t\tcase \"d\" : case \"D\" :\n\t\t\t\t\t\t\tday += parseInt( matches[ 1 ], 10 ); break;\n\t\t\t\t\t\tcase \"w\" : case \"W\" :\n\t\t\t\t\t\t\tday += parseInt( matches[ 1 ], 10 ) * 7; break;\n\t\t\t\t\t\tcase \"m\" : case \"M\" :\n\t\t\t\t\t\t\tmonth += parseInt( matches[ 1 ], 10 );\n\t\t\t\t\t\t\tday = Math.min( day, $.datepicker._getDaysInMonth( year, month ) );\n\t\t\t\t\t\t\tbreak;\n\t\t\t\t\t\tcase \"y\": case \"Y\" :\n\t\t\t\t\t\t\tyear += parseInt( matches[ 1 ], 10 );\n\t\t\t\t\t\t\tday = Math.min( day, $.datepicker._getDaysInMonth( year, month ) );\n\t\t\t\t\t\t\tbreak;\n\t\t\t\t\t}\n\t\t\t\t\tmatches = pattern.exec( offset );\n\t\t\t\t}\n\t\t\t\treturn new Date( year, month, day );\n\t\t\t},\n\t\t\tnewDate = ( date == null || date === \"\" ? defaultDate : ( typeof date === \"string\" ? offsetString( date ) :\n\t\t\t\t( typeof date === \"number\" ? ( isNaN( date ) ? defaultDate : offsetNumeric( date ) ) : new Date( date.getTime() ) ) ) );\n\n\t\tnewDate = ( newDate && newDate.toString() === \"Invalid Date\" ? defaultDate : newDate );\n\t\tif ( newDate ) {\n\t\t\tnewDate.setHours( 0 );\n\t\t\tnewDate.setMinutes( 0 );\n\t\t\tnewDate.setSeconds( 0 );\n\t\t\tnewDate.setMilliseconds( 0 );\n\t\t}\n\t\treturn this._daylightSavingAdjust( newDate );\n\t},\n\n\t/* Handle switch to/from daylight saving.\n\t * Hours may be non-zero on daylight saving cut-over:\n\t * > 12 when midnight changeover, but then cannot generate\n\t * midnight datetime, so jump to 1AM, otherwise reset.\n\t * @param date (Date) the date to check\n\t * @return (Date) the corrected date\n\t */\n\t_daylightSavingAdjust: function( date ) {\n\t\tif ( !date ) {\n\t\t\treturn null;\n\t\t}\n\t\tdate.setHours( date.getHours() > 12 ? date.getHours() + 2 : 0 );\n\t\treturn date;\n\t},\n\n\t/* Set the date(s) directly. */\n\t_setDate: function( inst, date, noChange ) {\n\t\tvar clear = !date,\n\t\t\torigMonth = inst.selectedMonth,\n\t\t\torigYear = inst.selectedYear,\n\t\t\tnewDate = this._restrictMinMax( inst, this._determineDate( inst, date, new Date() ) );\n\n\t\tinst.selectedDay = inst.currentDay = newDate.getDate();\n\t\tinst.drawMonth = inst.selectedMonth = inst.currentMonth = newDate.getMonth();\n\t\tinst.drawYear = inst.selectedYear = inst.currentYear = newDate.getFullYear();\n\t\tif ( ( origMonth !== inst.selectedMonth || origYear !== inst.selectedYear ) && !noChange ) {\n\t\t\tthis._notifyChange( inst );\n\t\t}\n\t\tthis._adjustInstDate( inst );\n\t\tif ( inst.input ) {\n\t\t\tinst.input.val( clear ? \"\" : this._formatDate( inst ) );\n\t\t}\n\t},\n\n\t/* Retrieve the date(s) directly. */\n\t_getDate: function( inst ) {\n\t\tvar startDate = ( !inst.currentYear || ( inst.input && inst.input.val() === \"\" ) ? null :\n\t\t\tthis._daylightSavingAdjust( new Date(\n\t\t\tinst.currentYear, inst.currentMonth, inst.currentDay ) ) );\n\t\t\treturn startDate;\n\t},\n\n\t/* Attach the onxxx handlers. These are declared statically so\n\t * they work with static code transformers like Caja.\n\t */\n\t_attachHandlers: function( inst ) {\n\t\tvar stepMonths = this._get( inst, \"stepMonths\" ),\n\t\t\tid = \"#\" + inst.id.replace( /\\\\\\\\/g, \"\\\\\" );\n\t\tinst.dpDiv.find( \"[data-handler]\" ).map( function() {\n\t\t\tvar handler = {\n\t\t\t\tprev: function() {\n\t\t\t\t\t$.datepicker._adjustDate( id, -stepMonths, \"M\" );\n\t\t\t\t},\n\t\t\t\tnext: function() {\n\t\t\t\t\t$.datepicker._adjustDate( id, +stepMonths, \"M\" );\n\t\t\t\t},\n\t\t\t\thide: function() {\n\t\t\t\t\t$.datepicker._hideDatepicker();\n\t\t\t\t},\n\t\t\t\ttoday: function() {\n\t\t\t\t\t$.datepicker._gotoToday( id );\n\t\t\t\t},\n\t\t\t\tselectDay: function() {\n\t\t\t\t\t$.datepicker._selectDay( id, +this.getAttribute( \"data-month\" ), +this.getAttribute( \"data-year\" ), this );\n\t\t\t\t\treturn false;\n\t\t\t\t},\n\t\t\t\tselectMonth: function() {\n\t\t\t\t\t$.datepicker._selectMonthYear( id, this, \"M\" );\n\t\t\t\t\treturn false;\n\t\t\t\t},\n\t\t\t\tselectYear: function() {\n\t\t\t\t\t$.datepicker._selectMonthYear( id, this, \"Y\" );\n\t\t\t\t\treturn false;\n\t\t\t\t}\n\t\t\t};\n\t\t\t$( this ).on( this.getAttribute( \"data-event\" ), handler[ this.getAttribute( \"data-handler\" ) ] );\n\t\t} );\n\t},\n\n\t/* Generate the HTML for the current state of the date picker. */\n\t_generateHTML: function( inst ) {\n\t\tvar maxDraw, prevText, prev, nextText, next, currentText, gotoDate,\n\t\t\tcontrols, buttonPanel, firstDay, showWeek, dayNames, dayNamesMin,\n\t\t\tmonthNames, monthNamesShort, beforeShowDay, showOtherMonths,\n\t\t\tselectOtherMonths, defaultDate, html, dow, row, group, col, selectedDate,\n\t\t\tcornerClass, calender, thead, day, daysInMonth, leadDays, curRows, numRows,\n\t\t\tprintDate, dRow, tbody, daySettings, otherMonth, unselectable,\n\t\t\ttempDate = new Date(),\n\t\t\ttoday = this._daylightSavingAdjust(\n\t\t\t\tnew Date( tempDate.getFullYear(), tempDate.getMonth(), tempDate.getDate() ) ), // clear time\n\t\t\tisRTL = this._get( inst, \"isRTL\" ),\n\t\t\tshowButtonPanel = this._get( inst, \"showButtonPanel\" ),\n\t\t\thideIfNoPrevNext = this._get( inst, \"hideIfNoPrevNext\" ),\n\t\t\tnavigationAsDateFormat = this._get( inst, \"navigationAsDateFormat\" ),\n\t\t\tnumMonths = this._getNumberOfMonths( inst ),\n\t\t\tshowCurrentAtPos = this._get( inst, \"showCurrentAtPos\" ),\n\t\t\tstepMonths = this._get( inst, \"stepMonths\" ),\n\t\t\tisMultiMonth = ( numMonths[ 0 ] !== 1 || numMonths[ 1 ] !== 1 ),\n\t\t\tcurrentDate = this._daylightSavingAdjust( ( !inst.currentDay ? new Date( 9999, 9, 9 ) :\n\t\t\t\tnew Date( inst.currentYear, inst.currentMonth, inst.currentDay ) ) ),\n\t\t\tminDate = this._getMinMaxDate( inst, \"min\" ),\n\t\t\tmaxDate = this._getMinMaxDate( inst, \"max\" ),\n\t\t\tdrawMonth = inst.drawMonth - showCurrentAtPos,\n\t\t\tdrawYear = inst.drawYear;\n\n\t\tif ( drawMonth < 0 ) {\n\t\t\tdrawMonth += 12;\n\t\t\tdrawYear--;\n\t\t}\n\t\tif ( maxDate ) {\n\t\t\tmaxDraw = this._daylightSavingAdjust( new Date( maxDate.getFullYear(),\n\t\t\t\tmaxDate.getMonth() - ( numMonths[ 0 ] * numMonths[ 1 ] ) + 1, maxDate.getDate() ) );\n\t\t\tmaxDraw = ( minDate && maxDraw < minDate ? minDate : maxDraw );\n\t\t\twhile ( this._daylightSavingAdjust( new Date( drawYear, drawMonth, 1 ) ) > maxDraw ) {\n\t\t\t\tdrawMonth--;\n\t\t\t\tif ( drawMonth < 0 ) {\n\t\t\t\t\tdrawMonth = 11;\n\t\t\t\t\tdrawYear--;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t\tinst.drawMonth = drawMonth;\n\t\tinst.drawYear = drawYear;\n\n\t\tprevText = this._get( inst, \"prevText\" );\n\t\tprevText = ( !navigationAsDateFormat ? prevText : this.formatDate( prevText,\n\t\t\tthis._daylightSavingAdjust( new Date( drawYear, drawMonth - stepMonths, 1 ) ),\n\t\t\tthis._getFormatConfig( inst ) ) );\n\n\t\tprev = ( this._canAdjustMonth( inst, -1, drawYear, drawMonth ) ?\n\t\t\t\"<a class='ui-datepicker-prev ui-corner-all' data-handler='prev' data-event='click'\" +\n\t\t\t\" title='\" + prevText + \"'><span class='ui-icon ui-icon-circle-triangle-\" + ( isRTL ? \"e\" : \"w\" ) + \"'>\" + prevText + \"</span></a>\" :\n\t\t\t( hideIfNoPrevNext ? \"\" : \"<a class='ui-datepicker-prev ui-corner-all ui-state-disabled' title='\" + prevText + \"'><span class='ui-icon ui-icon-circle-triangle-\" + ( isRTL ? \"e\" : \"w\" ) + \"'>\" + prevText + \"</span></a>\" ) );\n\n\t\tnextText = this._get( inst, \"nextText\" );\n\t\tnextText = ( !navigationAsDateFormat ? nextText : this.formatDate( nextText,\n\t\t\tthis._daylightSavingAdjust( new Date( drawYear, drawMonth + stepMonths, 1 ) ),\n\t\t\tthis._getFormatConfig( inst ) ) );\n\n\t\tnext = ( this._canAdjustMonth( inst, +1, drawYear, drawMonth ) ?\n\t\t\t\"<a class='ui-datepicker-next ui-corner-all' data-handler='next' data-event='click'\" +\n\t\t\t\" title='\" + nextText + \"'><span class='ui-icon ui-icon-circle-triangle-\" + ( isRTL ? \"w\" : \"e\" ) + \"'>\" + nextText + \"</span></a>\" :\n\t\t\t( hideIfNoPrevNext ? \"\" : \"<a class='ui-datepicker-next ui-corner-all ui-state-disabled' title='\" + nextText + \"'><span class='ui-icon ui-icon-circle-triangle-\" + ( isRTL ? \"w\" : \"e\" ) + \"'>\" + nextText + \"</span></a>\" ) );\n\n\t\tcurrentText = this._get( inst, \"currentText\" );\n\t\tgotoDate = ( this._get( inst, \"gotoCurrent\" ) && inst.currentDay ? currentDate : today );\n\t\tcurrentText = ( !navigationAsDateFormat ? currentText :\n\t\t\tthis.formatDate( currentText, gotoDate, this._getFormatConfig( inst ) ) );\n\n\t\tcontrols = ( !inst.inline ? \"<button type='button' class='ui-datepicker-close ui-state-default ui-priority-primary ui-corner-all' data-handler='hide' data-event='click'>\" +\n\t\t\tthis._get( inst, \"closeText\" ) + \"</button>\" : \"\" );\n\n\t\tbuttonPanel = ( showButtonPanel ) ? \"<div class='ui-datepicker-buttonpane ui-widget-content'>\" + ( isRTL ? controls : \"\" ) +\n\t\t\t( this._isInRange( inst, gotoDate ) ? \"<button type='button' class='ui-datepicker-current ui-state-default ui-priority-secondary ui-corner-all' data-handler='today' data-event='click'\" +\n\t\t\t\">\" + currentText + \"</button>\" : \"\" ) + ( isRTL ? \"\" : controls ) + \"</div>\" : \"\";\n\n\t\tfirstDay = parseInt( this._get( inst, \"firstDay\" ), 10 );\n\t\tfirstDay = ( isNaN( firstDay ) ? 0 : firstDay );\n\n\t\tshowWeek = this._get( inst, \"showWeek\" );\n\t\tdayNames = this._get( inst, \"dayNames\" );\n\t\tdayNamesMin = this._get( inst, \"dayNamesMin\" );\n\t\tmonthNames = this._get( inst, \"monthNames\" );\n\t\tmonthNamesShort = this._get( inst, \"monthNamesShort\" );\n\t\tbeforeShowDay = this._get( inst, \"beforeShowDay\" );\n\t\tshowOtherMonths = this._get( inst, \"showOtherMonths\" );\n\t\tselectOtherMonths = this._get( inst, \"selectOtherMonths\" );\n\t\tdefaultDate = this._getDefaultDate( inst );\n\t\thtml = \"\";\n\n\t\tfor ( row = 0; row < numMonths[ 0 ]; row++ ) {\n\t\t\tgroup = \"\";\n\t\t\tthis.maxRows = 4;\n\t\t\tfor ( col = 0; col < numMonths[ 1 ]; col++ ) {\n\t\t\t\tselectedDate = this._daylightSavingAdjust( new Date( drawYear, drawMonth, inst.selectedDay ) );\n\t\t\t\tcornerClass = \" ui-corner-all\";\n\t\t\t\tcalender = \"\";\n\t\t\t\tif ( isMultiMonth ) {\n\t\t\t\t\tcalender += \"<div class='ui-datepicker-group\";\n\t\t\t\t\tif ( numMonths[ 1 ] > 1 ) {\n\t\t\t\t\t\tswitch ( col ) {\n\t\t\t\t\t\t\tcase 0: calender += \" ui-datepicker-group-first\";\n\t\t\t\t\t\t\t\tcornerClass = \" ui-corner-\" + ( isRTL ? \"right\" : \"left\" ); break;\n\t\t\t\t\t\t\tcase numMonths[ 1 ] - 1: calender += \" ui-datepicker-group-last\";\n\t\t\t\t\t\t\t\tcornerClass = \" ui-corner-\" + ( isRTL ? \"left\" : \"right\" ); break;\n\t\t\t\t\t\t\tdefault: calender += \" ui-datepicker-group-middle\"; cornerClass = \"\"; break;\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t\tcalender += \"'>\";\n\t\t\t\t}\n\t\t\t\tcalender += \"<div class='ui-datepicker-header ui-widget-header ui-helper-clearfix\" + cornerClass + \"'>\" +\n\t\t\t\t\t( /all|left/.test( cornerClass ) && row === 0 ? ( isRTL ? next : prev ) : \"\" ) +\n\t\t\t\t\t( /all|right/.test( cornerClass ) && row === 0 ? ( isRTL ? prev : next ) : \"\" ) +\n\t\t\t\t\tthis._generateMonthYearHeader( inst, drawMonth, drawYear, minDate, maxDate,\n\t\t\t\t\trow > 0 || col > 0, monthNames, monthNamesShort ) + // draw month headers\n\t\t\t\t\t\"</div><table class='ui-datepicker-calendar'><thead>\" +\n\t\t\t\t\t\"<tr>\";\n\t\t\t\tthead = ( showWeek ? \"<th class='ui-datepicker-week-col'>\" + this._get( inst, \"weekHeader\" ) + \"</th>\" : \"\" );\n\t\t\t\tfor ( dow = 0; dow < 7; dow++ ) { // days of the week\n\t\t\t\t\tday = ( dow + firstDay ) % 7;\n\t\t\t\t\tthead += \"<th scope='col'\" + ( ( dow + firstDay + 6 ) % 7 >= 5 ? \" class='ui-datepicker-week-end'\" : \"\" ) + \">\" +\n\t\t\t\t\t\t\"<span title='\" + dayNames[ day ] + \"'>\" + dayNamesMin[ day ] + \"</span></th>\";\n\t\t\t\t}\n\t\t\t\tcalender += thead + \"</tr></thead><tbody>\";\n\t\t\t\tdaysInMonth = this._getDaysInMonth( drawYear, drawMonth );\n\t\t\t\tif ( drawYear === inst.selectedYear && drawMonth === inst.selectedMonth ) {\n\t\t\t\t\tinst.selectedDay = Math.min( inst.selectedDay, daysInMonth );\n\t\t\t\t}\n\t\t\t\tleadDays = ( this._getFirstDayOfMonth( drawYear, drawMonth ) - firstDay + 7 ) % 7;\n\t\t\t\tcurRows = Math.ceil( ( leadDays + daysInMonth ) / 7 ); // calculate the number of rows to generate\n\t\t\t\tnumRows = ( isMultiMonth ? this.maxRows > curRows ? this.maxRows : curRows : curRows ); //If multiple months, use the higher number of rows (see #7043)\n\t\t\t\tthis.maxRows = numRows;\n\t\t\t\tprintDate = this._daylightSavingAdjust( new Date( drawYear, drawMonth, 1 - leadDays ) );\n\t\t\t\tfor ( dRow = 0; dRow < numRows; dRow++ ) { // create date picker rows\n\t\t\t\t\tcalender += \"<tr>\";\n\t\t\t\t\ttbody = ( !showWeek ? \"\" : \"<td class='ui-datepicker-week-col'>\" +\n\t\t\t\t\t\tthis._get( inst, \"calculateWeek\" )( printDate ) + \"</td>\" );\n\t\t\t\t\tfor ( dow = 0; dow < 7; dow++ ) { // create date picker days\n\t\t\t\t\t\tdaySettings = ( beforeShowDay ?\n\t\t\t\t\t\t\tbeforeShowDay.apply( ( inst.input ? inst.input[ 0 ] : null ), [ printDate ] ) : [ true, \"\" ] );\n\t\t\t\t\t\totherMonth = ( printDate.getMonth() !== drawMonth );\n\t\t\t\t\t\tunselectable = ( otherMonth && !selectOtherMonths ) || !daySettings[ 0 ] ||\n\t\t\t\t\t\t\t( minDate && printDate < minDate ) || ( maxDate && printDate > maxDate );\n\t\t\t\t\t\ttbody += \"<td class='\" +\n\t\t\t\t\t\t\t( ( dow + firstDay + 6 ) % 7 >= 5 ? \" ui-datepicker-week-end\" : \"\" ) + // highlight weekends\n\t\t\t\t\t\t\t( otherMonth ? \" ui-datepicker-other-month\" : \"\" ) + // highlight days from other months\n\t\t\t\t\t\t\t( ( printDate.getTime() === selectedDate.getTime() && drawMonth === inst.selectedMonth && inst._keyEvent ) || // user pressed key\n\t\t\t\t\t\t\t( defaultDate.getTime() === printDate.getTime() && defaultDate.getTime() === selectedDate.getTime() ) ?\n\n\t\t\t\t\t\t\t// or defaultDate is current printedDate and defaultDate is selectedDate\n\t\t\t\t\t\t\t\" \" + this._dayOverClass : \"\" ) + // highlight selected day\n\t\t\t\t\t\t\t( unselectable ? \" \" + this._unselectableClass + \" ui-state-disabled\" : \"\" ) + // highlight unselectable days\n\t\t\t\t\t\t\t( otherMonth && !showOtherMonths ? \"\" : \" \" + daySettings[ 1 ] + // highlight custom dates\n\t\t\t\t\t\t\t( printDate.getTime() === currentDate.getTime() ? \" \" + this._currentClass : \"\" ) + // highlight selected day\n\t\t\t\t\t\t\t( printDate.getTime() === today.getTime() ? \" ui-datepicker-today\" : \"\" ) ) + \"'\" + // highlight today (if different)\n\t\t\t\t\t\t\t( ( !otherMonth || showOtherMonths ) && daySettings[ 2 ] ? \" title='\" + daySettings[ 2 ].replace( /'/g, \"&#39;\" ) + \"'\" : \"\" ) + // cell title\n\t\t\t\t\t\t\t( unselectable ? \"\" : \" data-handler='selectDay' data-event='click' data-month='\" + printDate.getMonth() + \"' data-year='\" + printDate.getFullYear() + \"'\" ) + \">\" + // actions\n\t\t\t\t\t\t\t( otherMonth && !showOtherMonths ? \"&#xa0;\" : // display for other months\n\t\t\t\t\t\t\t( unselectable ? \"<span class='ui-state-default'>\" + printDate.getDate() + \"</span>\" : \"<a class='ui-state-default\" +\n\t\t\t\t\t\t\t( printDate.getTime() === today.getTime() ? \" ui-state-highlight\" : \"\" ) +\n\t\t\t\t\t\t\t( printDate.getTime() === currentDate.getTime() ? \" ui-state-active\" : \"\" ) + // highlight selected day\n\t\t\t\t\t\t\t( otherMonth ? \" ui-priority-secondary\" : \"\" ) + // distinguish dates from other months\n\t\t\t\t\t\t\t\"' href='#'>\" + printDate.getDate() + \"</a>\" ) ) + \"</td>\"; // display selectable date\n\t\t\t\t\t\tprintDate.setDate( printDate.getDate() + 1 );\n\t\t\t\t\t\tprintDate = this._daylightSavingAdjust( printDate );\n\t\t\t\t\t}\n\t\t\t\t\tcalender += tbody + \"</tr>\";\n\t\t\t\t}\n\t\t\t\tdrawMonth++;\n\t\t\t\tif ( drawMonth > 11 ) {\n\t\t\t\t\tdrawMonth = 0;\n\t\t\t\t\tdrawYear++;\n\t\t\t\t}\n\t\t\t\tcalender += \"</tbody></table>\" + ( isMultiMonth ? \"</div>\" +\n\t\t\t\t\t\t\t( ( numMonths[ 0 ] > 0 && col === numMonths[ 1 ] - 1 ) ? \"<div class='ui-datepicker-row-break'></div>\" : \"\" ) : \"\" );\n\t\t\t\tgroup += calender;\n\t\t\t}\n\t\t\thtml += group;\n\t\t}\n\t\thtml += buttonPanel;\n\t\tinst._keyEvent = false;\n\t\treturn html;\n\t},\n\n\t/* Generate the month and year header. */\n\t_generateMonthYearHeader: function( inst, drawMonth, drawYear, minDate, maxDate,\n\t\t\tsecondary, monthNames, monthNamesShort ) {\n\n\t\tvar inMinYear, inMaxYear, month, years, thisYear, determineYear, year, endYear,\n\t\t\tchangeMonth = this._get( inst, \"changeMonth\" ),\n\t\t\tchangeYear = this._get( inst, \"changeYear\" ),\n\t\t\tshowMonthAfterYear = this._get( inst, \"showMonthAfterYear\" ),\n\t\t\thtml = \"<div class='ui-datepicker-title'>\",\n\t\t\tmonthHtml = \"\";\n\n\t\t// Month selection\n\t\tif ( secondary || !changeMonth ) {\n\t\t\tmonthHtml += \"<span class='ui-datepicker-month'>\" + monthNames[ drawMonth ] + \"</span>\";\n\t\t} else {\n\t\t\tinMinYear = ( minDate && minDate.getFullYear() === drawYear );\n\t\t\tinMaxYear = ( maxDate && maxDate.getFullYear() === drawYear );\n\t\t\tmonthHtml += \"<select class='ui-datepicker-month' data-handler='selectMonth' data-event='change'>\";\n\t\t\tfor ( month = 0; month < 12; month++ ) {\n\t\t\t\tif ( ( !inMinYear || month >= minDate.getMonth() ) && ( !inMaxYear || month <= maxDate.getMonth() ) ) {\n\t\t\t\t\tmonthHtml += \"<option value='\" + month + \"'\" +\n\t\t\t\t\t\t( month === drawMonth ? \" selected='selected'\" : \"\" ) +\n\t\t\t\t\t\t\">\" + monthNamesShort[ month ] + \"</option>\";\n\t\t\t\t}\n\t\t\t}\n\t\t\tmonthHtml += \"</select>\";\n\t\t}\n\n\t\tif ( !showMonthAfterYear ) {\n\t\t\thtml += monthHtml + ( secondary || !( changeMonth && changeYear ) ? \"&#xa0;\" : \"\" );\n\t\t}\n\n\t\t// Year selection\n\t\tif ( !inst.yearshtml ) {\n\t\t\tinst.yearshtml = \"\";\n\t\t\tif ( secondary || !changeYear ) {\n\t\t\t\thtml += \"<span class='ui-datepicker-year'>\" + drawYear + \"</span>\";\n\t\t\t} else {\n\n\t\t\t\t// determine range of years to display\n\t\t\t\tyears = this._get( inst, \"yearRange\" ).split( \":\" );\n\t\t\t\tthisYear = new Date().getFullYear();\n\t\t\t\tdetermineYear = function( value ) {\n\t\t\t\t\tvar year = ( value.match( /c[+\\-].*/ ) ? drawYear + parseInt( value.substring( 1 ), 10 ) :\n\t\t\t\t\t\t( value.match( /[+\\-].*/ ) ? thisYear + parseInt( value, 10 ) :\n\t\t\t\t\t\tparseInt( value, 10 ) ) );\n\t\t\t\t\treturn ( isNaN( year ) ? thisYear : year );\n\t\t\t\t};\n\t\t\t\tyear = determineYear( years[ 0 ] );\n\t\t\t\tendYear = Math.max( year, determineYear( years[ 1 ] || \"\" ) );\n\t\t\t\tyear = ( minDate ? Math.max( year, minDate.getFullYear() ) : year );\n\t\t\t\tendYear = ( maxDate ? Math.min( endYear, maxDate.getFullYear() ) : endYear );\n\t\t\t\tinst.yearshtml += \"<select class='ui-datepicker-year' data-handler='selectYear' data-event='change'>\";\n\t\t\t\tfor ( ; year <= endYear; year++ ) {\n\t\t\t\t\tinst.yearshtml += \"<option value='\" + year + \"'\" +\n\t\t\t\t\t\t( year === drawYear ? \" selected='selected'\" : \"\" ) +\n\t\t\t\t\t\t\">\" + year + \"</option>\";\n\t\t\t\t}\n\t\t\t\tinst.yearshtml += \"</select>\";\n\n\t\t\t\thtml += inst.yearshtml;\n\t\t\t\tinst.yearshtml = null;\n\t\t\t}\n\t\t}\n\n\t\thtml += this._get( inst, \"yearSuffix\" );\n\t\tif ( showMonthAfterYear ) {\n\t\t\thtml += ( secondary || !( changeMonth && changeYear ) ? \"&#xa0;\" : \"\" ) + monthHtml;\n\t\t}\n\t\thtml += \"</div>\"; // Close datepicker_header\n\t\treturn html;\n\t},\n\n\t/* Adjust one of the date sub-fields. */\n\t_adjustInstDate: function( inst, offset, period ) {\n\t\tvar year = inst.selectedYear + ( period === \"Y\" ? offset : 0 ),\n\t\t\tmonth = inst.selectedMonth + ( period === \"M\" ? offset : 0 ),\n\t\t\tday = Math.min( inst.selectedDay, this._getDaysInMonth( year, month ) ) + ( period === \"D\" ? offset : 0 ),\n\t\t\tdate = this._restrictMinMax( inst, this._daylightSavingAdjust( new Date( year, month, day ) ) );\n\n\t\tinst.selectedDay = date.getDate();\n\t\tinst.drawMonth = inst.selectedMonth = date.getMonth();\n\t\tinst.drawYear = inst.selectedYear = date.getFullYear();\n\t\tif ( period === \"M\" || period === \"Y\" ) {\n\t\t\tthis._notifyChange( inst );\n\t\t}\n\t},\n\n\t/* Ensure a date is within any min/max bounds. */\n\t_restrictMinMax: function( inst, date ) {\n\t\tvar minDate = this._getMinMaxDate( inst, \"min\" ),\n\t\t\tmaxDate = this._getMinMaxDate( inst, \"max\" ),\n\t\t\tnewDate = ( minDate && date < minDate ? minDate : date );\n\t\treturn ( maxDate && newDate > maxDate ? maxDate : newDate );\n\t},\n\n\t/* Notify change of month/year. */\n\t_notifyChange: function( inst ) {\n\t\tvar onChange = this._get( inst, \"onChangeMonthYear\" );\n\t\tif ( onChange ) {\n\t\t\tonChange.apply( ( inst.input ? inst.input[ 0 ] : null ),\n\t\t\t\t[ inst.selectedYear, inst.selectedMonth + 1, inst ] );\n\t\t}\n\t},\n\n\t/* Determine the number of months to show. */\n\t_getNumberOfMonths: function( inst ) {\n\t\tvar numMonths = this._get( inst, \"numberOfMonths\" );\n\t\treturn ( numMonths == null ? [ 1, 1 ] : ( typeof numMonths === \"number\" ? [ 1, numMonths ] : numMonths ) );\n\t},\n\n\t/* Determine the current maximum date - ensure no time components are set. */\n\t_getMinMaxDate: function( inst, minMax ) {\n\t\treturn this._determineDate( inst, this._get( inst, minMax + \"Date\" ), null );\n\t},\n\n\t/* Find the number of days in a given month. */\n\t_getDaysInMonth: function( year, month ) {\n\t\treturn 32 - this._daylightSavingAdjust( new Date( year, month, 32 ) ).getDate();\n\t},\n\n\t/* Find the day of the week of the first of a month. */\n\t_getFirstDayOfMonth: function( year, month ) {\n\t\treturn new Date( year, month, 1 ).getDay();\n\t},\n\n\t/* Determines if we should allow a \"next/prev\" month display change. */\n\t_canAdjustMonth: function( inst, offset, curYear, curMonth ) {\n\t\tvar numMonths = this._getNumberOfMonths( inst ),\n\t\t\tdate = this._daylightSavingAdjust( new Date( curYear,\n\t\t\tcurMonth + ( offset < 0 ? offset : numMonths[ 0 ] * numMonths[ 1 ] ), 1 ) );\n\n\t\tif ( offset < 0 ) {\n\t\t\tdate.setDate( this._getDaysInMonth( date.getFullYear(), date.getMonth() ) );\n\t\t}\n\t\treturn this._isInRange( inst, date );\n\t},\n\n\t/* Is the given date in the accepted range? */\n\t_isInRange: function( inst, date ) {\n\t\tvar yearSplit, currentYear,\n\t\t\tminDate = this._getMinMaxDate( inst, \"min\" ),\n\t\t\tmaxDate = this._getMinMaxDate( inst, \"max\" ),\n\t\t\tminYear = null,\n\t\t\tmaxYear = null,\n\t\t\tyears = this._get( inst, \"yearRange\" );\n\t\t\tif ( years ) {\n\t\t\t\tyearSplit = years.split( \":\" );\n\t\t\t\tcurrentYear = new Date().getFullYear();\n\t\t\t\tminYear = parseInt( yearSplit[ 0 ], 10 );\n\t\t\t\tmaxYear = parseInt( yearSplit[ 1 ], 10 );\n\t\t\t\tif ( yearSplit[ 0 ].match( /[+\\-].*/ ) ) {\n\t\t\t\t\tminYear += currentYear;\n\t\t\t\t}\n\t\t\t\tif ( yearSplit[ 1 ].match( /[+\\-].*/ ) ) {\n\t\t\t\t\tmaxYear += currentYear;\n\t\t\t\t}\n\t\t\t}\n\n\t\treturn ( ( !minDate || date.getTime() >= minDate.getTime() ) &&\n\t\t\t( !maxDate || date.getTime() <= maxDate.getTime() ) &&\n\t\t\t( !minYear || date.getFullYear() >= minYear ) &&\n\t\t\t( !maxYear || date.getFullYear() <= maxYear ) );\n\t},\n\n\t/* Provide the configuration settings for formatting/parsing. */\n\t_getFormatConfig: function( inst ) {\n\t\tvar shortYearCutoff = this._get( inst, \"shortYearCutoff\" );\n\t\tshortYearCutoff = ( typeof shortYearCutoff !== \"string\" ? shortYearCutoff :\n\t\t\tnew Date().getFullYear() % 100 + parseInt( shortYearCutoff, 10 ) );\n\t\treturn { shortYearCutoff: shortYearCutoff,\n\t\t\tdayNamesShort: this._get( inst, \"dayNamesShort\" ), dayNames: this._get( inst, \"dayNames\" ),\n\t\t\tmonthNamesShort: this._get( inst, \"monthNamesShort\" ), monthNames: this._get( inst, \"monthNames\" ) };\n\t},\n\n\t/* Format the given date for display. */\n\t_formatDate: function( inst, day, month, year ) {\n\t\tif ( !day ) {\n\t\t\tinst.currentDay = inst.selectedDay;\n\t\t\tinst.currentMonth = inst.selectedMonth;\n\t\t\tinst.currentYear = inst.selectedYear;\n\t\t}\n\t\tvar date = ( day ? ( typeof day === \"object\" ? day :\n\t\t\tthis._daylightSavingAdjust( new Date( year, month, day ) ) ) :\n\t\t\tthis._daylightSavingAdjust( new Date( inst.currentYear, inst.currentMonth, inst.currentDay ) ) );\n\t\treturn this.formatDate( this._get( inst, \"dateFormat\" ), date, this._getFormatConfig( inst ) );\n\t}\n} );\n\n/*\n * Bind hover events for datepicker elements.\n * Done via delegate so the binding only occurs once in the lifetime of the parent div.\n * Global datepicker_instActive, set by _updateDatepicker allows the handlers to find their way back to the active picker.\n */\nfunction datepicker_bindHover( dpDiv ) {\n\tvar selector = \"button, .ui-datepicker-prev, .ui-datepicker-next, .ui-datepicker-calendar td a\";\n\treturn dpDiv.on( \"mouseout\", selector, function() {\n\t\t\t$( this ).removeClass( \"ui-state-hover\" );\n\t\t\tif ( this.className.indexOf( \"ui-datepicker-prev\" ) !== -1 ) {\n\t\t\t\t$( this ).removeClass( \"ui-datepicker-prev-hover\" );\n\t\t\t}\n\t\t\tif ( this.className.indexOf( \"ui-datepicker-next\" ) !== -1 ) {\n\t\t\t\t$( this ).removeClass( \"ui-datepicker-next-hover\" );\n\t\t\t}\n\t\t} )\n\t\t.on( \"mouseover\", selector, datepicker_handleMouseover );\n}\n\nfunction datepicker_handleMouseover() {\n\tif ( !$.datepicker._isDisabledDatepicker( datepicker_instActive.inline ? datepicker_instActive.dpDiv.parent()[ 0 ] : datepicker_instActive.input[ 0 ] ) ) {\n\t\t$( this ).parents( \".ui-datepicker-calendar\" ).find( \"a\" ).removeClass( \"ui-state-hover\" );\n\t\t$( this ).addClass( \"ui-state-hover\" );\n\t\tif ( this.className.indexOf( \"ui-datepicker-prev\" ) !== -1 ) {\n\t\t\t$( this ).addClass( \"ui-datepicker-prev-hover\" );\n\t\t}\n\t\tif ( this.className.indexOf( \"ui-datepicker-next\" ) !== -1 ) {\n\t\t\t$( this ).addClass( \"ui-datepicker-next-hover\" );\n\t\t}\n\t}\n}\n\n/* jQuery extend now ignores nulls! */\nfunction datepicker_extendRemove( target, props ) {\n\t$.extend( target, props );\n\tfor ( var name in props ) {\n\t\tif ( props[ name ] == null ) {\n\t\t\ttarget[ name ] = props[ name ];\n\t\t}\n\t}\n\treturn target;\n}\n\n/* Invoke the datepicker functionality.\n @param options string - a command, optionally followed by additional parameters or\n\t\t\t\t\tObject - settings for attaching new datepicker functionality\n @return jQuery object */\n$.fn.datepicker = function( options ) {\n\n\t/* Verify an empty collection wasn't passed - Fixes #6976 */\n\tif ( !this.length ) {\n\t\treturn this;\n\t}\n\n\t/* Initialise the date picker. */\n\tif ( !$.datepicker.initialized ) {\n\t\t$( document ).on( \"mousedown\", $.datepicker._checkExternalClick );\n\t\t$.datepicker.initialized = true;\n\t}\n\n\t/* Append datepicker main container to body if not exist. */\n\tif ( $( \"#\" + $.datepicker._mainDivId ).length === 0 ) {\n\t\t$( \"body\" ).append( $.datepicker.dpDiv );\n\t}\n\n\tvar otherArgs = Array.prototype.slice.call( arguments, 1 );\n\tif ( typeof options === \"string\" && ( options === \"isDisabled\" || options === \"getDate\" || options === \"widget\" ) ) {\n\t\treturn $.datepicker[ \"_\" + options + \"Datepicker\" ].\n\t\t\tapply( $.datepicker, [ this[ 0 ] ].concat( otherArgs ) );\n\t}\n\tif ( options === \"option\" && arguments.length === 2 && typeof arguments[ 1 ] === \"string\" ) {\n\t\treturn $.datepicker[ \"_\" + options + \"Datepicker\" ].\n\t\t\tapply( $.datepicker, [ this[ 0 ] ].concat( otherArgs ) );\n\t}\n\treturn this.each( function() {\n\t\ttypeof options === \"string\" ?\n\t\t\t$.datepicker[ \"_\" + options + \"Datepicker\" ].\n\t\t\t\tapply( $.datepicker, [ this ].concat( otherArgs ) ) :\n\t\t\t$.datepicker._attachDatepicker( this, options );\n\t} );\n};\n\n$.datepicker = new Datepicker(); // singleton instance\n$.datepicker.initialized = false;\n$.datepicker.uuid = new Date().getTime();\n$.datepicker.version = \"1.12.1\";\n\nvar widgetsDatepicker = $.datepicker;\n\n\n\n\n// This file is deprecated\nvar ie = $.ui.ie = !!/msie [\\w.]+/.exec( navigator.userAgent.toLowerCase() );\n\n/*!\n * jQuery UI Mouse 1.12.1\n * http://jqueryui.com\n *\n * Copyright jQuery Foundation and other contributors\n * Released under the MIT license.\n * http://jquery.org/license\n */\n\n//>>label: Mouse\n//>>group: Widgets\n//>>description: Abstracts mouse-based interactions to assist in creating certain widgets.\n//>>docs: http://api.jqueryui.com/mouse/\n\n\n\nvar mouseHandled = false;\n$( document ).on( \"mouseup\", function() {\n\tmouseHandled = false;\n} );\n\nvar widgetsMouse = $.widget( \"ui.mouse\", {\n\tversion: \"1.12.1\",\n\toptions: {\n\t\tcancel: \"input, textarea, button, select, option\",\n\t\tdistance: 1,\n\t\tdelay: 0\n\t},\n\t_mouseInit: function() {\n\t\tvar that = this;\n\n\t\tthis.element\n\t\t\t.on( \"mousedown.\" + this.widgetName, function( event ) {\n\t\t\t\treturn that._mouseDown( event );\n\t\t\t} )\n\t\t\t.on( \"click.\" + this.widgetName, function( event ) {\n\t\t\t\tif ( true === $.data( event.target, that.widgetName + \".preventClickEvent\" ) ) {\n\t\t\t\t\t$.removeData( event.target, that.widgetName + \".preventClickEvent\" );\n\t\t\t\t\tevent.stopImmediatePropagation();\n\t\t\t\t\treturn false;\n\t\t\t\t}\n\t\t\t} );\n\n\t\tthis.started = false;\n\t},\n\n\t// TODO: make sure destroying one instance of mouse doesn't mess with\n\t// other instances of mouse\n\t_mouseDestroy: function() {\n\t\tthis.element.off( \".\" + this.widgetName );\n\t\tif ( this._mouseMoveDelegate ) {\n\t\t\tthis.document\n\t\t\t\t.off( \"mousemove.\" + this.widgetName, this._mouseMoveDelegate )\n\t\t\t\t.off( \"mouseup.\" + this.widgetName, this._mouseUpDelegate );\n\t\t}\n\t},\n\n\t_mouseDown: function( event ) {\n\n\t\t// don't let more than one widget handle mouseStart\n\t\tif ( mouseHandled ) {\n\t\t\treturn;\n\t\t}\n\n\t\tthis._mouseMoved = false;\n\n\t\t// We may have missed mouseup (out of window)\n\t\t( this._mouseStarted && this._mouseUp( event ) );\n\n\t\tthis._mouseDownEvent = event;\n\n\t\tvar that = this,\n\t\t\tbtnIsLeft = ( event.which === 1 ),\n\n\t\t\t// event.target.nodeName works around a bug in IE 8 with\n\t\t\t// disabled inputs (#7620)\n\t\t\telIsCancel = ( typeof this.options.cancel === \"string\" && event.target.nodeName ?\n\t\t\t\t$( event.target ).closest( this.options.cancel ).length : false );\n\t\tif ( !btnIsLeft || elIsCancel || !this._mouseCapture( event ) ) {\n\t\t\treturn true;\n\t\t}\n\n\t\tthis.mouseDelayMet = !this.options.delay;\n\t\tif ( !this.mouseDelayMet ) {\n\t\t\tthis._mouseDelayTimer = setTimeout( function() {\n\t\t\t\tthat.mouseDelayMet = true;\n\t\t\t}, this.options.delay );\n\t\t}\n\n\t\tif ( this._mouseDistanceMet( event ) && this._mouseDelayMet( event ) ) {\n\t\t\tthis._mouseStarted = ( this._mouseStart( event ) !== false );\n\t\t\tif ( !this._mouseStarted ) {\n\t\t\t\tevent.preventDefault();\n\t\t\t\treturn true;\n\t\t\t}\n\t\t}\n\n\t\t// Click event may never have fired (Gecko & Opera)\n\t\tif ( true === $.data( event.target, this.widgetName + \".preventClickEvent\" ) ) {\n\t\t\t$.removeData( event.target, this.widgetName + \".preventClickEvent\" );\n\t\t}\n\n\t\t// These delegates are required to keep context\n\t\tthis._mouseMoveDelegate = function( event ) {\n\t\t\treturn that._mouseMove( event );\n\t\t};\n\t\tthis._mouseUpDelegate = function( event ) {\n\t\t\treturn that._mouseUp( event );\n\t\t};\n\n\t\tthis.document\n\t\t\t.on( \"mousemove.\" + this.widgetName, this._mouseMoveDelegate )\n\t\t\t.on( \"mouseup.\" + this.widgetName, this._mouseUpDelegate );\n\n\t\tevent.preventDefault();\n\n\t\tmouseHandled = true;\n\t\treturn true;\n\t},\n\n\t_mouseMove: function( event ) {\n\n\t\t// Only check for mouseups outside the document if you've moved inside the document\n\t\t// at least once. This prevents the firing of mouseup in the case of IE<9, which will\n\t\t// fire a mousemove event if content is placed under the cursor. See #7778\n\t\t// Support: IE <9\n\t\tif ( this._mouseMoved ) {\n\n\t\t\t// IE mouseup check - mouseup happened when mouse was out of window\n\t\t\tif ( $.ui.ie && ( !document.documentMode || document.documentMode < 9 ) &&\n\t\t\t\t\t!event.button ) {\n\t\t\t\treturn this._mouseUp( event );\n\n\t\t\t// Iframe mouseup check - mouseup occurred in another document\n\t\t\t} else if ( !event.which ) {\n\n\t\t\t\t// Support: Safari <=8 - 9\n\t\t\t\t// Safari sets which to 0 if you press any of the following keys\n\t\t\t\t// during a drag (#14461)\n\t\t\t\tif ( event.originalEvent.altKey || event.originalEvent.ctrlKey ||\n\t\t\t\t\t\tevent.originalEvent.metaKey || event.originalEvent.shiftKey ) {\n\t\t\t\t\tthis.ignoreMissingWhich = true;\n\t\t\t\t} else if ( !this.ignoreMissingWhich ) {\n\t\t\t\t\treturn this._mouseUp( event );\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\tif ( event.which || event.button ) {\n\t\t\tthis._mouseMoved = true;\n\t\t}\n\n\t\tif ( this._mouseStarted ) {\n\t\t\tthis._mouseDrag( event );\n\t\t\treturn event.preventDefault();\n\t\t}\n\n\t\tif ( this._mouseDistanceMet( event ) && this._mouseDelayMet( event ) ) {\n\t\t\tthis._mouseStarted =\n\t\t\t\t( this._mouseStart( this._mouseDownEvent, event ) !== false );\n\t\t\t( this._mouseStarted ? this._mouseDrag( event ) : this._mouseUp( event ) );\n\t\t}\n\n\t\treturn !this._mouseStarted;\n\t},\n\n\t_mouseUp: function( event ) {\n\t\tthis.document\n\t\t\t.off( \"mousemove.\" + this.widgetName, this._mouseMoveDelegate )\n\t\t\t.off( \"mouseup.\" + this.widgetName, this._mouseUpDelegate );\n\n\t\tif ( this._mouseStarted ) {\n\t\t\tthis._mouseStarted = false;\n\n\t\t\tif ( event.target === this._mouseDownEvent.target ) {\n\t\t\t\t$.data( event.target, this.widgetName + \".preventClickEvent\", true );\n\t\t\t}\n\n\t\t\tthis._mouseStop( event );\n\t\t}\n\n\t\tif ( this._mouseDelayTimer ) {\n\t\t\tclearTimeout( this._mouseDelayTimer );\n\t\t\tdelete this._mouseDelayTimer;\n\t\t}\n\n\t\tthis.ignoreMissingWhich = false;\n\t\tmouseHandled = false;\n\t\tevent.preventDefault();\n\t},\n\n\t_mouseDistanceMet: function( event ) {\n\t\treturn ( Math.max(\n\t\t\t\tMath.abs( this._mouseDownEvent.pageX - event.pageX ),\n\t\t\t\tMath.abs( this._mouseDownEvent.pageY - event.pageY )\n\t\t\t) >= this.options.distance\n\t\t);\n\t},\n\n\t_mouseDelayMet: function( /* event */ ) {\n\t\treturn this.mouseDelayMet;\n\t},\n\n\t// These are placeholder methods, to be overriden by extending plugin\n\t_mouseStart: function( /* event */ ) {},\n\t_mouseDrag: function( /* event */ ) {},\n\t_mouseStop: function( /* event */ ) {},\n\t_mouseCapture: function( /* event */ ) { return true; }\n} );\n\n\n\n\n// $.ui.plugin is deprecated. Use $.widget() extensions instead.\nvar plugin = $.ui.plugin = {\n\tadd: function( module, option, set ) {\n\t\tvar i,\n\t\t\tproto = $.ui[ module ].prototype;\n\t\tfor ( i in set ) {\n\t\t\tproto.plugins[ i ] = proto.plugins[ i ] || [];\n\t\t\tproto.plugins[ i ].push( [ option, set[ i ] ] );\n\t\t}\n\t},\n\tcall: function( instance, name, args, allowDisconnected ) {\n\t\tvar i,\n\t\t\tset = instance.plugins[ name ];\n\n\t\tif ( !set ) {\n\t\t\treturn;\n\t\t}\n\n\t\tif ( !allowDisconnected && ( !instance.element[ 0 ].parentNode ||\n\t\t\t\tinstance.element[ 0 ].parentNode.nodeType === 11 ) ) {\n\t\t\treturn;\n\t\t}\n\n\t\tfor ( i = 0; i < set.length; i++ ) {\n\t\t\tif ( instance.options[ set[ i ][ 0 ] ] ) {\n\t\t\t\tset[ i ][ 1 ].apply( instance.element, args );\n\t\t\t}\n\t\t}\n\t}\n};\n\n\n\nvar safeBlur = $.ui.safeBlur = function( element ) {\n\n\t// Support: IE9 - 10 only\n\t// If the <body> is blurred, IE will switch windows, see #9420\n\tif ( element && element.nodeName.toLowerCase() !== \"body\" ) {\n\t\t$( element ).trigger( \"blur\" );\n\t}\n};\n\n\n/*!\n * jQuery UI Draggable 1.12.1\n * http://jqueryui.com\n *\n * Copyright jQuery Foundation and other contributors\n * Released under the MIT license.\n * http://jquery.org/license\n */\n\n//>>label: Draggable\n//>>group: Interactions\n//>>description: Enables dragging functionality for any element.\n//>>docs: http://api.jqueryui.com/draggable/\n//>>demos: http://jqueryui.com/draggable/\n//>>css.structure: ../../themes/base/draggable.css\n\n\n\n$.widget( \"ui.draggable\", $.ui.mouse, {\n\tversion: \"1.12.1\",\n\twidgetEventPrefix: \"drag\",\n\toptions: {\n\t\taddClasses: true,\n\t\tappendTo: \"parent\",\n\t\taxis: false,\n\t\tconnectToSortable: false,\n\t\tcontainment: false,\n\t\tcursor: \"auto\",\n\t\tcursorAt: false,\n\t\tgrid: false,\n\t\thandle: false,\n\t\thelper: \"original\",\n\t\tiframeFix: false,\n\t\topacity: false,\n\t\trefreshPositions: false,\n\t\trevert: false,\n\t\trevertDuration: 500,\n\t\tscope: \"default\",\n\t\tscroll: true,\n\t\tscrollSensitivity: 20,\n\t\tscrollSpeed: 20,\n\t\tsnap: false,\n\t\tsnapMode: \"both\",\n\t\tsnapTolerance: 20,\n\t\tstack: false,\n\t\tzIndex: false,\n\n\t\t// Callbacks\n\t\tdrag: null,\n\t\tstart: null,\n\t\tstop: null\n\t},\n\t_create: function() {\n\n\t\tif ( this.options.helper === \"original\" ) {\n\t\t\tthis._setPositionRelative();\n\t\t}\n\t\tif ( this.options.addClasses ) {\n\t\t\tthis._addClass( \"ui-draggable\" );\n\t\t}\n\t\tthis._setHandleClassName();\n\n\t\tthis._mouseInit();\n\t},\n\n\t_setOption: function( key, value ) {\n\t\tthis._super( key, value );\n\t\tif ( key === \"handle\" ) {\n\t\t\tthis._removeHandleClassName();\n\t\t\tthis._setHandleClassName();\n\t\t}\n\t},\n\n\t_destroy: function() {\n\t\tif ( ( this.helper || this.element ).is( \".ui-draggable-dragging\" ) ) {\n\t\t\tthis.destroyOnClear = true;\n\t\t\treturn;\n\t\t}\n\t\tthis._removeHandleClassName();\n\t\tthis._mouseDestroy();\n\t},\n\n\t_mouseCapture: function( event ) {\n\t\tvar o = this.options;\n\n\t\t// Among others, prevent a drag on a resizable-handle\n\t\tif ( this.helper || o.disabled ||\n\t\t\t\t$( event.target ).closest( \".ui-resizable-handle\" ).length > 0 ) {\n\t\t\treturn false;\n\t\t}\n\n\t\t//Quit if we're not on a valid handle\n\t\tthis.handle = this._getHandle( event );\n\t\tif ( !this.handle ) {\n\t\t\treturn false;\n\t\t}\n\n\t\tthis._blurActiveElement( event );\n\n\t\tthis._blockFrames( o.iframeFix === true ? \"iframe\" : o.iframeFix );\n\n\t\treturn true;\n\n\t},\n\n\t_blockFrames: function( selector ) {\n\t\tthis.iframeBlocks = this.document.find( selector ).map( function() {\n\t\t\tvar iframe = $( this );\n\n\t\t\treturn $( \"<div>\" )\n\t\t\t\t.css( \"position\", \"absolute\" )\n\t\t\t\t.appendTo( iframe.parent() )\n\t\t\t\t.outerWidth( iframe.outerWidth() )\n\t\t\t\t.outerHeight( iframe.outerHeight() )\n\t\t\t\t.offset( iframe.offset() )[ 0 ];\n\t\t} );\n\t},\n\n\t_unblockFrames: function() {\n\t\tif ( this.iframeBlocks ) {\n\t\t\tthis.iframeBlocks.remove();\n\t\t\tdelete this.iframeBlocks;\n\t\t}\n\t},\n\n\t_blurActiveElement: function( event ) {\n\t\tvar activeElement = $.ui.safeActiveElement( this.document[ 0 ] ),\n\t\t\ttarget = $( event.target );\n\n\t\t// Don't blur if the event occurred on an element that is within\n\t\t// the currently focused element\n\t\t// See #10527, #12472\n\t\tif ( target.closest( activeElement ).length ) {\n\t\t\treturn;\n\t\t}\n\n\t\t// Blur any element that currently has focus, see #4261\n\t\t$.ui.safeBlur( activeElement );\n\t},\n\n\t_mouseStart: function( event ) {\n\n\t\tvar o = this.options;\n\n\t\t//Create and append the visible helper\n\t\tthis.helper = this._createHelper( event );\n\n\t\tthis._addClass( this.helper, \"ui-draggable-dragging\" );\n\n\t\t//Cache the helper size\n\t\tthis._cacheHelperProportions();\n\n\t\t//If ddmanager is used for droppables, set the global draggable\n\t\tif ( $.ui.ddmanager ) {\n\t\t\t$.ui.ddmanager.current = this;\n\t\t}\n\n\t\t/*\n\t\t * - Position generation -\n\t\t * This block generates everything position related - it's the core of draggables.\n\t\t */\n\n\t\t//Cache the margins of the original element\n\t\tthis._cacheMargins();\n\n\t\t//Store the helper's css position\n\t\tthis.cssPosition = this.helper.css( \"position\" );\n\t\tthis.scrollParent = this.helper.scrollParent( true );\n\t\tthis.offsetParent = this.helper.offsetParent();\n\t\tthis.hasFixedAncestor = this.helper.parents().filter( function() {\n\t\t\t\treturn $( this ).css( \"position\" ) === \"fixed\";\n\t\t\t} ).length > 0;\n\n\t\t//The element's absolute position on the page minus margins\n\t\tthis.positionAbs = this.element.offset();\n\t\tthis._refreshOffsets( event );\n\n\t\t//Generate the original position\n\t\tthis.originalPosition = this.position = this._generatePosition( event, false );\n\t\tthis.originalPageX = event.pageX;\n\t\tthis.originalPageY = event.pageY;\n\n\t\t//Adjust the mouse offset relative to the helper if \"cursorAt\" is supplied\n\t\t( o.cursorAt && this._adjustOffsetFromHelper( o.cursorAt ) );\n\n\t\t//Set a containment if given in the options\n\t\tthis._setContainment();\n\n\t\t//Trigger event + callbacks\n\t\tif ( this._trigger( \"start\", event ) === false ) {\n\t\t\tthis._clear();\n\t\t\treturn false;\n\t\t}\n\n\t\t//Recache the helper size\n\t\tthis._cacheHelperProportions();\n\n\t\t//Prepare the droppable offsets\n\t\tif ( $.ui.ddmanager && !o.dropBehaviour ) {\n\t\t\t$.ui.ddmanager.prepareOffsets( this, event );\n\t\t}\n\n\t\t// Execute the drag once - this causes the helper not to be visible before getting its\n\t\t// correct position\n\t\tthis._mouseDrag( event, true );\n\n\t\t// If the ddmanager is used for droppables, inform the manager that dragging has started\n\t\t// (see #5003)\n\t\tif ( $.ui.ddmanager ) {\n\t\t\t$.ui.ddmanager.dragStart( this, event );\n\t\t}\n\n\t\treturn true;\n\t},\n\n\t_refreshOffsets: function( event ) {\n\t\tthis.offset = {\n\t\t\ttop: this.positionAbs.top - this.margins.top,\n\t\t\tleft: this.positionAbs.left - this.margins.left,\n\t\t\tscroll: false,\n\t\t\tparent: this._getParentOffset(),\n\t\t\trelative: this._getRelativeOffset()\n\t\t};\n\n\t\tthis.offset.click = {\n\t\t\tleft: event.pageX - this.offset.left,\n\t\t\ttop: event.pageY - this.offset.top\n\t\t};\n\t},\n\n\t_mouseDrag: function( event, noPropagation ) {\n\n\t\t// reset any necessary cached properties (see #5009)\n\t\tif ( this.hasFixedAncestor ) {\n\t\t\tthis.offset.parent = this._getParentOffset();\n\t\t}\n\n\t\t//Compute the helpers position\n\t\tthis.position = this._generatePosition( event, true );\n\t\tthis.positionAbs = this._convertPositionTo( \"absolute\" );\n\n\t\t//Call plugins and callbacks and use the resulting position if something is returned\n\t\tif ( !noPropagation ) {\n\t\t\tvar ui = this._uiHash();\n\t\t\tif ( this._trigger( \"drag\", event, ui ) === false ) {\n\t\t\t\tthis._mouseUp( new $.Event( \"mouseup\", event ) );\n\t\t\t\treturn false;\n\t\t\t}\n\t\t\tthis.position = ui.position;\n\t\t}\n\n\t\tthis.helper[ 0 ].style.left = this.position.left + \"px\";\n\t\tthis.helper[ 0 ].style.top = this.position.top + \"px\";\n\n\t\tif ( $.ui.ddmanager ) {\n\t\t\t$.ui.ddmanager.drag( this, event );\n\t\t}\n\n\t\treturn false;\n\t},\n\n\t_mouseStop: function( event ) {\n\n\t\t//If we are using droppables, inform the manager about the drop\n\t\tvar that = this,\n\t\t\tdropped = false;\n\t\tif ( $.ui.ddmanager && !this.options.dropBehaviour ) {\n\t\t\tdropped = $.ui.ddmanager.drop( this, event );\n\t\t}\n\n\t\t//if a drop comes from outside (a sortable)\n\t\tif ( this.dropped ) {\n\t\t\tdropped = this.dropped;\n\t\t\tthis.dropped = false;\n\t\t}\n\n\t\tif ( ( this.options.revert === \"invalid\" && !dropped ) ||\n\t\t\t\t( this.options.revert === \"valid\" && dropped ) ||\n\t\t\t\tthis.options.revert === true || ( $.isFunction( this.options.revert ) &&\n\t\t\t\tthis.options.revert.call( this.element, dropped ) )\n\t\t) {\n\t\t\t$( this.helper ).animate(\n\t\t\t\tthis.originalPosition,\n\t\t\t\tparseInt( this.options.revertDuration, 10 ),\n\t\t\t\tfunction() {\n\t\t\t\t\tif ( that._trigger( \"stop\", event ) !== false ) {\n\t\t\t\t\t\tthat._clear();\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t);\n\t\t} else {\n\t\t\tif ( this._trigger( \"stop\", event ) !== false ) {\n\t\t\t\tthis._clear();\n\t\t\t}\n\t\t}\n\n\t\treturn false;\n\t},\n\n\t_mouseUp: function( event ) {\n\t\tthis._unblockFrames();\n\n\t\t// If the ddmanager is used for droppables, inform the manager that dragging has stopped\n\t\t// (see #5003)\n\t\tif ( $.ui.ddmanager ) {\n\t\t\t$.ui.ddmanager.dragStop( this, event );\n\t\t}\n\n\t\t// Only need to focus if the event occurred on the draggable itself, see #10527\n\t\tif ( this.handleElement.is( event.target ) ) {\n\n\t\t\t// The interaction is over; whether or not the click resulted in a drag,\n\t\t\t// focus the element\n\t\t\tthis.element.trigger( \"focus\" );\n\t\t}\n\n\t\treturn $.ui.mouse.prototype._mouseUp.call( this, event );\n\t},\n\n\tcancel: function() {\n\n\t\tif ( this.helper.is( \".ui-draggable-dragging\" ) ) {\n\t\t\tthis._mouseUp( new $.Event( \"mouseup\", { target: this.element[ 0 ] } ) );\n\t\t} else {\n\t\t\tthis._clear();\n\t\t}\n\n\t\treturn this;\n\n\t},\n\n\t_getHandle: function( event ) {\n\t\treturn this.options.handle ?\n\t\t\t!!$( event.target ).closest( this.element.find( this.options.handle ) ).length :\n\t\t\ttrue;\n\t},\n\n\t_setHandleClassName: function() {\n\t\tthis.handleElement = this.options.handle ?\n\t\t\tthis.element.find( this.options.handle ) : this.element;\n\t\tthis._addClass( this.handleElement, \"ui-draggable-handle\" );\n\t},\n\n\t_removeHandleClassName: function() {\n\t\tthis._removeClass( this.handleElement, \"ui-draggable-handle\" );\n\t},\n\n\t_createHelper: function( event ) {\n\n\t\tvar o = this.options,\n\t\t\thelperIsFunction = $.isFunction( o.helper ),\n\t\t\thelper = helperIsFunction ?\n\t\t\t\t$( o.helper.apply( this.element[ 0 ], [ event ] ) ) :\n\t\t\t\t( o.helper === \"clone\" ?\n\t\t\t\t\tthis.element.clone().removeAttr( \"id\" ) :\n\t\t\t\t\tthis.element );\n\n\t\tif ( !helper.parents( \"body\" ).length ) {\n\t\t\thelper.appendTo( ( o.appendTo === \"parent\" ?\n\t\t\t\tthis.element[ 0 ].parentNode :\n\t\t\t\to.appendTo ) );\n\t\t}\n\n\t\t// Http://bugs.jqueryui.com/ticket/9446\n\t\t// a helper function can return the original element\n\t\t// which wouldn't have been set to relative in _create\n\t\tif ( helperIsFunction && helper[ 0 ] === this.element[ 0 ] ) {\n\t\t\tthis._setPositionRelative();\n\t\t}\n\n\t\tif ( helper[ 0 ] !== this.element[ 0 ] &&\n\t\t\t\t!( /(fixed|absolute)/ ).test( helper.css( \"position\" ) ) ) {\n\t\t\thelper.css( \"position\", \"absolute\" );\n\t\t}\n\n\t\treturn helper;\n\n\t},\n\n\t_setPositionRelative: function() {\n\t\tif ( !( /^(?:r|a|f)/ ).test( this.element.css( \"position\" ) ) ) {\n\t\t\tthis.element[ 0 ].style.position = \"relative\";\n\t\t}\n\t},\n\n\t_adjustOffsetFromHelper: function( obj ) {\n\t\tif ( typeof obj === \"string\" ) {\n\t\t\tobj = obj.split( \" \" );\n\t\t}\n\t\tif ( $.isArray( obj ) ) {\n\t\t\tobj = { left: +obj[ 0 ], top: +obj[ 1 ] || 0 };\n\t\t}\n\t\tif ( \"left\" in obj ) {\n\t\t\tthis.offset.click.left = obj.left + this.margins.left;\n\t\t}\n\t\tif ( \"right\" in obj ) {\n\t\t\tthis.offset.click.left = this.helperProportions.width - obj.right + this.margins.left;\n\t\t}\n\t\tif ( \"top\" in obj ) {\n\t\t\tthis.offset.click.top = obj.top + this.margins.top;\n\t\t}\n\t\tif ( \"bottom\" in obj ) {\n\t\t\tthis.offset.click.top = this.helperProportions.height - obj.bottom + this.margins.top;\n\t\t}\n\t},\n\n\t_isRootNode: function( element ) {\n\t\treturn ( /(html|body)/i ).test( element.tagName ) || element === this.document[ 0 ];\n\t},\n\n\t_getParentOffset: function() {\n\n\t\t//Get the offsetParent and cache its position\n\t\tvar po = this.offsetParent.offset(),\n\t\t\tdocument = this.document[ 0 ];\n\n\t\t// This is a special case where we need to modify a offset calculated on start, since the\n\t\t// following happened:\n\t\t// 1. The position of the helper is absolute, so it's position is calculated based on the\n\t\t// next positioned parent\n\t\t// 2. The actual offset parent is a child of the scroll parent, and the scroll parent isn't\n\t\t// the document, which means that the scroll is included in the initial calculation of the\n\t\t// offset of the parent, and never recalculated upon drag\n\t\tif ( this.cssPosition === \"absolute\" && this.scrollParent[ 0 ] !== document &&\n\t\t\t\t$.contains( this.scrollParent[ 0 ], this.offsetParent[ 0 ] ) ) {\n\t\t\tpo.left += this.scrollParent.scrollLeft();\n\t\t\tpo.top += this.scrollParent.scrollTop();\n\t\t}\n\n\t\tif ( this._isRootNode( this.offsetParent[ 0 ] ) ) {\n\t\t\tpo = { top: 0, left: 0 };\n\t\t}\n\n\t\treturn {\n\t\t\ttop: po.top + ( parseInt( this.offsetParent.css( \"borderTopWidth\" ), 10 ) || 0 ),\n\t\t\tleft: po.left + ( parseInt( this.offsetParent.css( \"borderLeftWidth\" ), 10 ) || 0 )\n\t\t};\n\n\t},\n\n\t_getRelativeOffset: function() {\n\t\tif ( this.cssPosition !== \"relative\" ) {\n\t\t\treturn { top: 0, left: 0 };\n\t\t}\n\n\t\tvar p = this.element.position(),\n\t\t\tscrollIsRootNode = this._isRootNode( this.scrollParent[ 0 ] );\n\n\t\treturn {\n\t\t\ttop: p.top - ( parseInt( this.helper.css( \"top\" ), 10 ) || 0 ) +\n\t\t\t\t( !scrollIsRootNode ? this.scrollParent.scrollTop() : 0 ),\n\t\t\tleft: p.left - ( parseInt( this.helper.css( \"left\" ), 10 ) || 0 ) +\n\t\t\t\t( !scrollIsRootNode ? this.scrollParent.scrollLeft() : 0 )\n\t\t};\n\n\t},\n\n\t_cacheMargins: function() {\n\t\tthis.margins = {\n\t\t\tleft: ( parseInt( this.element.css( \"marginLeft\" ), 10 ) || 0 ),\n\t\t\ttop: ( parseInt( this.element.css( \"marginTop\" ), 10 ) || 0 ),\n\t\t\tright: ( parseInt( this.element.css( \"marginRight\" ), 10 ) || 0 ),\n\t\t\tbottom: ( parseInt( this.element.css( \"marginBottom\" ), 10 ) || 0 )\n\t\t};\n\t},\n\n\t_cacheHelperProportions: function() {\n\t\tthis.helperProportions = {\n\t\t\twidth: this.helper.outerWidth(),\n\t\t\theight: this.helper.outerHeight()\n\t\t};\n\t},\n\n\t_setContainment: function() {\n\n\t\tvar isUserScrollable, c, ce,\n\t\t\to = this.options,\n\t\t\tdocument = this.document[ 0 ];\n\n\t\tthis.relativeContainer = null;\n\n\t\tif ( !o.containment ) {\n\t\t\tthis.containment = null;\n\t\t\treturn;\n\t\t}\n\n\t\tif ( o.containment === \"window\" ) {\n\t\t\tthis.containment = [\n\t\t\t\t$( window ).scrollLeft() - this.offset.relative.left - this.offset.parent.left,\n\t\t\t\t$( window ).scrollTop() - this.offset.relative.top - this.offset.parent.top,\n\t\t\t\t$( window ).scrollLeft() + $( window ).width() -\n\t\t\t\t\tthis.helperProportions.width - this.margins.left,\n\t\t\t\t$( window ).scrollTop() +\n\t\t\t\t\t( $( window ).height() || document.body.parentNode.scrollHeight ) -\n\t\t\t\t\tthis.helperProportions.height - this.margins.top\n\t\t\t];\n\t\t\treturn;\n\t\t}\n\n\t\tif ( o.containment === \"document\" ) {\n\t\t\tthis.containment = [\n\t\t\t\t0,\n\t\t\t\t0,\n\t\t\t\t$( document ).width() - this.helperProportions.width - this.margins.left,\n\t\t\t\t( $( document ).height() || document.body.parentNode.scrollHeight ) -\n\t\t\t\t\tthis.helperProportions.height - this.margins.top\n\t\t\t];\n\t\t\treturn;\n\t\t}\n\n\t\tif ( o.containment.constructor === Array ) {\n\t\t\tthis.containment = o.containment;\n\t\t\treturn;\n\t\t}\n\n\t\tif ( o.containment === \"parent\" ) {\n\t\t\to.containment = this.helper[ 0 ].parentNode;\n\t\t}\n\n\t\tc = $( o.containment );\n\t\tce = c[ 0 ];\n\n\t\tif ( !ce ) {\n\t\t\treturn;\n\t\t}\n\n\t\tisUserScrollable = /(scroll|auto)/.test( c.css( \"overflow\" ) );\n\n\t\tthis.containment = [\n\t\t\t( parseInt( c.css( \"borderLeftWidth\" ), 10 ) || 0 ) +\n\t\t\t\t( parseInt( c.css( \"paddingLeft\" ), 10 ) || 0 ),\n\t\t\t( parseInt( c.css( \"borderTopWidth\" ), 10 ) || 0 ) +\n\t\t\t\t( parseInt( c.css( \"paddingTop\" ), 10 ) || 0 ),\n\t\t\t( isUserScrollable ? Math.max( ce.scrollWidth, ce.offsetWidth ) : ce.offsetWidth ) -\n\t\t\t\t( parseInt( c.css( \"borderRightWidth\" ), 10 ) || 0 ) -\n\t\t\t\t( parseInt( c.css( \"paddingRight\" ), 10 ) || 0 ) -\n\t\t\t\tthis.helperProportions.width -\n\t\t\t\tthis.margins.left -\n\t\t\t\tthis.margins.right,\n\t\t\t( isUserScrollable ? Math.max( ce.scrollHeight, ce.offsetHeight ) : ce.offsetHeight ) -\n\t\t\t\t( parseInt( c.css( \"borderBottomWidth\" ), 10 ) || 0 ) -\n\t\t\t\t( parseInt( c.css( \"paddingBottom\" ), 10 ) || 0 ) -\n\t\t\t\tthis.helperProportions.height -\n\t\t\t\tthis.margins.top -\n\t\t\t\tthis.margins.bottom\n\t\t];\n\t\tthis.relativeContainer = c;\n\t},\n\n\t_convertPositionTo: function( d, pos ) {\n\n\t\tif ( !pos ) {\n\t\t\tpos = this.position;\n\t\t}\n\n\t\tvar mod = d === \"absolute\" ? 1 : -1,\n\t\t\tscrollIsRootNode = this._isRootNode( this.scrollParent[ 0 ] );\n\n\t\treturn {\n\t\t\ttop: (\n\n\t\t\t\t// The absolute mouse position\n\t\t\t\tpos.top\t+\n\n\t\t\t\t// Only for relative positioned nodes: Relative offset from element to offset parent\n\t\t\t\tthis.offset.relative.top * mod +\n\n\t\t\t\t// The offsetParent's offset without borders (offset + border)\n\t\t\t\tthis.offset.parent.top * mod -\n\t\t\t\t( ( this.cssPosition === \"fixed\" ?\n\t\t\t\t\t-this.offset.scroll.top :\n\t\t\t\t\t( scrollIsRootNode ? 0 : this.offset.scroll.top ) ) * mod )\n\t\t\t),\n\t\t\tleft: (\n\n\t\t\t\t// The absolute mouse position\n\t\t\t\tpos.left +\n\n\t\t\t\t// Only for relative positioned nodes: Relative offset from element to offset parent\n\t\t\t\tthis.offset.relative.left * mod +\n\n\t\t\t\t// The offsetParent's offset without borders (offset + border)\n\t\t\t\tthis.offset.parent.left * mod\t-\n\t\t\t\t( ( this.cssPosition === \"fixed\" ?\n\t\t\t\t\t-this.offset.scroll.left :\n\t\t\t\t\t( scrollIsRootNode ? 0 : this.offset.scroll.left ) ) * mod )\n\t\t\t)\n\t\t};\n\n\t},\n\n\t_generatePosition: function( event, constrainPosition ) {\n\n\t\tvar containment, co, top, left,\n\t\t\to = this.options,\n\t\t\tscrollIsRootNode = this._isRootNode( this.scrollParent[ 0 ] ),\n\t\t\tpageX = event.pageX,\n\t\t\tpageY = event.pageY;\n\n\t\t// Cache the scroll\n\t\tif ( !scrollIsRootNode || !this.offset.scroll ) {\n\t\t\tthis.offset.scroll = {\n\t\t\t\ttop: this.scrollParent.scrollTop(),\n\t\t\t\tleft: this.scrollParent.scrollLeft()\n\t\t\t};\n\t\t}\n\n\t\t/*\n\t\t * - Position constraining -\n\t\t * Constrain the position to a mix of grid, containment.\n\t\t */\n\n\t\t// If we are not dragging yet, we won't check for options\n\t\tif ( constrainPosition ) {\n\t\t\tif ( this.containment ) {\n\t\t\t\tif ( this.relativeContainer ) {\n\t\t\t\t\tco = this.relativeContainer.offset();\n\t\t\t\t\tcontainment = [\n\t\t\t\t\t\tthis.containment[ 0 ] + co.left,\n\t\t\t\t\t\tthis.containment[ 1 ] + co.top,\n\t\t\t\t\t\tthis.containment[ 2 ] + co.left,\n\t\t\t\t\t\tthis.containment[ 3 ] + co.top\n\t\t\t\t\t];\n\t\t\t\t} else {\n\t\t\t\t\tcontainment = this.containment;\n\t\t\t\t}\n\n\t\t\t\tif ( event.pageX - this.offset.click.left < containment[ 0 ] ) {\n\t\t\t\t\tpageX = containment[ 0 ] + this.offset.click.left;\n\t\t\t\t}\n\t\t\t\tif ( event.pageY - this.offset.click.top < containment[ 1 ] ) {\n\t\t\t\t\tpageY = containment[ 1 ] + this.offset.click.top;\n\t\t\t\t}\n\t\t\t\tif ( event.pageX - this.offset.click.left > containment[ 2 ] ) {\n\t\t\t\t\tpageX = containment[ 2 ] + this.offset.click.left;\n\t\t\t\t}\n\t\t\t\tif ( event.pageY - this.offset.click.top > containment[ 3 ] ) {\n\t\t\t\t\tpageY = containment[ 3 ] + this.offset.click.top;\n\t\t\t\t}\n\t\t\t}\n\n\t\t\tif ( o.grid ) {\n\n\t\t\t\t//Check for grid elements set to 0 to prevent divide by 0 error causing invalid\n\t\t\t\t// argument errors in IE (see ticket #6950)\n\t\t\t\ttop = o.grid[ 1 ] ? this.originalPageY + Math.round( ( pageY -\n\t\t\t\t\tthis.originalPageY ) / o.grid[ 1 ] ) * o.grid[ 1 ] : this.originalPageY;\n\t\t\t\tpageY = containment ? ( ( top - this.offset.click.top >= containment[ 1 ] ||\n\t\t\t\t\ttop - this.offset.click.top > containment[ 3 ] ) ?\n\t\t\t\t\t\ttop :\n\t\t\t\t\t\t( ( top - this.offset.click.top >= containment[ 1 ] ) ?\n\t\t\t\t\t\t\ttop - o.grid[ 1 ] : top + o.grid[ 1 ] ) ) : top;\n\n\t\t\t\tleft = o.grid[ 0 ] ? this.originalPageX +\n\t\t\t\t\tMath.round( ( pageX - this.originalPageX ) / o.grid[ 0 ] ) * o.grid[ 0 ] :\n\t\t\t\t\tthis.originalPageX;\n\t\t\t\tpageX = containment ? ( ( left - this.offset.click.left >= containment[ 0 ] ||\n\t\t\t\t\tleft - this.offset.click.left > containment[ 2 ] ) ?\n\t\t\t\t\t\tleft :\n\t\t\t\t\t\t( ( left - this.offset.click.left >= containment[ 0 ] ) ?\n\t\t\t\t\t\t\tleft - o.grid[ 0 ] : left + o.grid[ 0 ] ) ) : left;\n\t\t\t}\n\n\t\t\tif ( o.axis === \"y\" ) {\n\t\t\t\tpageX = this.originalPageX;\n\t\t\t}\n\n\t\t\tif ( o.axis === \"x\" ) {\n\t\t\t\tpageY = this.originalPageY;\n\t\t\t}\n\t\t}\n\n\t\treturn {\n\t\t\ttop: (\n\n\t\t\t\t// The absolute mouse position\n\t\t\t\tpageY -\n\n\t\t\t\t// Click offset (relative to the element)\n\t\t\t\tthis.offset.click.top -\n\n\t\t\t\t// Only for relative positioned nodes: Relative offset from element to offset parent\n\t\t\t\tthis.offset.relative.top -\n\n\t\t\t\t// The offsetParent's offset without borders (offset + border)\n\t\t\t\tthis.offset.parent.top +\n\t\t\t\t( this.cssPosition === \"fixed\" ?\n\t\t\t\t\t-this.offset.scroll.top :\n\t\t\t\t\t( scrollIsRootNode ? 0 : this.offset.scroll.top ) )\n\t\t\t),\n\t\t\tleft: (\n\n\t\t\t\t// The absolute mouse position\n\t\t\t\tpageX -\n\n\t\t\t\t// Click offset (relative to the element)\n\t\t\t\tthis.offset.click.left -\n\n\t\t\t\t// Only for relative positioned nodes: Relative offset from element to offset parent\n\t\t\t\tthis.offset.relative.left -\n\n\t\t\t\t// The offsetParent's offset without borders (offset + border)\n\t\t\t\tthis.offset.parent.left +\n\t\t\t\t( this.cssPosition === \"fixed\" ?\n\t\t\t\t\t-this.offset.scroll.left :\n\t\t\t\t\t( scrollIsRootNode ? 0 : this.offset.scroll.left ) )\n\t\t\t)\n\t\t};\n\n\t},\n\n\t_clear: function() {\n\t\tthis._removeClass( this.helper, \"ui-draggable-dragging\" );\n\t\tif ( this.helper[ 0 ] !== this.element[ 0 ] && !this.cancelHelperRemoval ) {\n\t\t\tthis.helper.remove();\n\t\t}\n\t\tthis.helper = null;\n\t\tthis.cancelHelperRemoval = false;\n\t\tif ( this.destroyOnClear ) {\n\t\t\tthis.destroy();\n\t\t}\n\t},\n\n\t// From now on bulk stuff - mainly helpers\n\n\t_trigger: function( type, event, ui ) {\n\t\tui = ui || this._uiHash();\n\t\t$.ui.plugin.call( this, type, [ event, ui, this ], true );\n\n\t\t// Absolute position and offset (see #6884 ) have to be recalculated after plugins\n\t\tif ( /^(drag|start|stop)/.test( type ) ) {\n\t\t\tthis.positionAbs = this._convertPositionTo( \"absolute\" );\n\t\t\tui.offset = this.positionAbs;\n\t\t}\n\t\treturn $.Widget.prototype._trigger.call( this, type, event, ui );\n\t},\n\n\tplugins: {},\n\n\t_uiHash: function() {\n\t\treturn {\n\t\t\thelper: this.helper,\n\t\t\tposition: this.position,\n\t\t\toriginalPosition: this.originalPosition,\n\t\t\toffset: this.positionAbs\n\t\t};\n\t}\n\n} );\n\n$.ui.plugin.add( \"draggable\", \"connectToSortable\", {\n\tstart: function( event, ui, draggable ) {\n\t\tvar uiSortable = $.extend( {}, ui, {\n\t\t\titem: draggable.element\n\t\t} );\n\n\t\tdraggable.sortables = [];\n\t\t$( draggable.options.connectToSortable ).each( function() {\n\t\t\tvar sortable = $( this ).sortable( \"instance\" );\n\n\t\t\tif ( sortable && !sortable.options.disabled ) {\n\t\t\t\tdraggable.sortables.push( sortable );\n\n\t\t\t\t// RefreshPositions is called at drag start to refresh the containerCache\n\t\t\t\t// which is used in drag. This ensures it's initialized and synchronized\n\t\t\t\t// with any changes that might have happened on the page since initialization.\n\t\t\t\tsortable.refreshPositions();\n\t\t\t\tsortable._trigger( \"activate\", event, uiSortable );\n\t\t\t}\n\t\t} );\n\t},\n\tstop: function( event, ui, draggable ) {\n\t\tvar uiSortable = $.extend( {}, ui, {\n\t\t\titem: draggable.element\n\t\t} );\n\n\t\tdraggable.cancelHelperRemoval = false;\n\n\t\t$.each( draggable.sortables, function() {\n\t\t\tvar sortable = this;\n\n\t\t\tif ( sortable.isOver ) {\n\t\t\t\tsortable.isOver = 0;\n\n\t\t\t\t// Allow this sortable to handle removing the helper\n\t\t\t\tdraggable.cancelHelperRemoval = true;\n\t\t\t\tsortable.cancelHelperRemoval = false;\n\n\t\t\t\t// Use _storedCSS To restore properties in the sortable,\n\t\t\t\t// as this also handles revert (#9675) since the draggable\n\t\t\t\t// may have modified them in unexpected ways (#8809)\n\t\t\t\tsortable._storedCSS = {\n\t\t\t\t\tposition: sortable.placeholder.css( \"position\" ),\n\t\t\t\t\ttop: sortable.placeholder.css( \"top\" ),\n\t\t\t\t\tleft: sortable.placeholder.css( \"left\" )\n\t\t\t\t};\n\n\t\t\t\tsortable._mouseStop( event );\n\n\t\t\t\t// Once drag has ended, the sortable should return to using\n\t\t\t\t// its original helper, not the shared helper from draggable\n\t\t\t\tsortable.options.helper = sortable.options._helper;\n\t\t\t} else {\n\n\t\t\t\t// Prevent this Sortable from removing the helper.\n\t\t\t\t// However, don't set the draggable to remove the helper\n\t\t\t\t// either as another connected Sortable may yet handle the removal.\n\t\t\t\tsortable.cancelHelperRemoval = true;\n\n\t\t\t\tsortable._trigger( \"deactivate\", event, uiSortable );\n\t\t\t}\n\t\t} );\n\t},\n\tdrag: function( event, ui, draggable ) {\n\t\t$.each( draggable.sortables, function() {\n\t\t\tvar innermostIntersecting = false,\n\t\t\t\tsortable = this;\n\n\t\t\t// Copy over variables that sortable's _intersectsWith uses\n\t\t\tsortable.positionAbs = draggable.positionAbs;\n\t\t\tsortable.helperProportions = draggable.helperProportions;\n\t\t\tsortable.offset.click = draggable.offset.click;\n\n\t\t\tif ( sortable._intersectsWith( sortable.containerCache ) ) {\n\t\t\t\tinnermostIntersecting = true;\n\n\t\t\t\t$.each( draggable.sortables, function() {\n\n\t\t\t\t\t// Copy over variables that sortable's _intersectsWith uses\n\t\t\t\t\tthis.positionAbs = draggable.positionAbs;\n\t\t\t\t\tthis.helperProportions = draggable.helperProportions;\n\t\t\t\t\tthis.offset.click = draggable.offset.click;\n\n\t\t\t\t\tif ( this !== sortable &&\n\t\t\t\t\t\t\tthis._intersectsWith( this.containerCache ) &&\n\t\t\t\t\t\t\t$.contains( sortable.element[ 0 ], this.element[ 0 ] ) ) {\n\t\t\t\t\t\tinnermostIntersecting = false;\n\t\t\t\t\t}\n\n\t\t\t\t\treturn innermostIntersecting;\n\t\t\t\t} );\n\t\t\t}\n\n\t\t\tif ( innermostIntersecting ) {\n\n\t\t\t\t// If it intersects, we use a little isOver variable and set it once,\n\t\t\t\t// so that the move-in stuff gets fired only once.\n\t\t\t\tif ( !sortable.isOver ) {\n\t\t\t\t\tsortable.isOver = 1;\n\n\t\t\t\t\t// Store draggable's parent in case we need to reappend to it later.\n\t\t\t\t\tdraggable._parent = ui.helper.parent();\n\n\t\t\t\t\tsortable.currentItem = ui.helper\n\t\t\t\t\t\t.appendTo( sortable.element )\n\t\t\t\t\t\t.data( \"ui-sortable-item\", true );\n\n\t\t\t\t\t// Store helper option to later restore it\n\t\t\t\t\tsortable.options._helper = sortable.options.helper;\n\n\t\t\t\t\tsortable.options.helper = function() {\n\t\t\t\t\t\treturn ui.helper[ 0 ];\n\t\t\t\t\t};\n\n\t\t\t\t\t// Fire the start events of the sortable with our passed browser event,\n\t\t\t\t\t// and our own helper (so it doesn't create a new one)\n\t\t\t\t\tevent.target = sortable.currentItem[ 0 ];\n\t\t\t\t\tsortable._mouseCapture( event, true );\n\t\t\t\t\tsortable._mouseStart( event, true, true );\n\n\t\t\t\t\t// Because the browser event is way off the new appended portlet,\n\t\t\t\t\t// modify necessary variables to reflect the changes\n\t\t\t\t\tsortable.offset.click.top = draggable.offset.click.top;\n\t\t\t\t\tsortable.offset.click.left = draggable.offset.click.left;\n\t\t\t\t\tsortable.offset.parent.left -= draggable.offset.parent.left -\n\t\t\t\t\t\tsortable.offset.parent.left;\n\t\t\t\t\tsortable.offset.parent.top -= draggable.offset.parent.top -\n\t\t\t\t\t\tsortable.offset.parent.top;\n\n\t\t\t\t\tdraggable._trigger( \"toSortable\", event );\n\n\t\t\t\t\t// Inform draggable that the helper is in a valid drop zone,\n\t\t\t\t\t// used solely in the revert option to handle \"valid/invalid\".\n\t\t\t\t\tdraggable.dropped = sortable.element;\n\n\t\t\t\t\t// Need to refreshPositions of all sortables in the case that\n\t\t\t\t\t// adding to one sortable changes the location of the other sortables (#9675)\n\t\t\t\t\t$.each( draggable.sortables, function() {\n\t\t\t\t\t\tthis.refreshPositions();\n\t\t\t\t\t} );\n\n\t\t\t\t\t// Hack so receive/update callbacks work (mostly)\n\t\t\t\t\tdraggable.currentItem = draggable.element;\n\t\t\t\t\tsortable.fromOutside = draggable;\n\t\t\t\t}\n\n\t\t\t\tif ( sortable.currentItem ) {\n\t\t\t\t\tsortable._mouseDrag( event );\n\n\t\t\t\t\t// Copy the sortable's position because the draggable's can potentially reflect\n\t\t\t\t\t// a relative position, while sortable is always absolute, which the dragged\n\t\t\t\t\t// element has now become. (#8809)\n\t\t\t\t\tui.position = sortable.position;\n\t\t\t\t}\n\t\t\t} else {\n\n\t\t\t\t// If it doesn't intersect with the sortable, and it intersected before,\n\t\t\t\t// we fake the drag stop of the sortable, but make sure it doesn't remove\n\t\t\t\t// the helper by using cancelHelperRemoval.\n\t\t\t\tif ( sortable.isOver ) {\n\n\t\t\t\t\tsortable.isOver = 0;\n\t\t\t\t\tsortable.cancelHelperRemoval = true;\n\n\t\t\t\t\t// Calling sortable's mouseStop would trigger a revert,\n\t\t\t\t\t// so revert must be temporarily false until after mouseStop is called.\n\t\t\t\t\tsortable.options._revert = sortable.options.revert;\n\t\t\t\t\tsortable.options.revert = false;\n\n\t\t\t\t\tsortable._trigger( \"out\", event, sortable._uiHash( sortable ) );\n\t\t\t\t\tsortable._mouseStop( event, true );\n\n\t\t\t\t\t// Restore sortable behaviors that were modfied\n\t\t\t\t\t// when the draggable entered the sortable area (#9481)\n\t\t\t\t\tsortable.options.revert = sortable.options._revert;\n\t\t\t\t\tsortable.options.helper = sortable.options._helper;\n\n\t\t\t\t\tif ( sortable.placeholder ) {\n\t\t\t\t\t\tsortable.placeholder.remove();\n\t\t\t\t\t}\n\n\t\t\t\t\t// Restore and recalculate the draggable's offset considering the sortable\n\t\t\t\t\t// may have modified them in unexpected ways. (#8809, #10669)\n\t\t\t\t\tui.helper.appendTo( draggable._parent );\n\t\t\t\t\tdraggable._refreshOffsets( event );\n\t\t\t\t\tui.position = draggable._generatePosition( event, true );\n\n\t\t\t\t\tdraggable._trigger( \"fromSortable\", event );\n\n\t\t\t\t\t// Inform draggable that the helper is no longer in a valid drop zone\n\t\t\t\t\tdraggable.dropped = false;\n\n\t\t\t\t\t// Need to refreshPositions of all sortables just in case removing\n\t\t\t\t\t// from one sortable changes the location of other sortables (#9675)\n\t\t\t\t\t$.each( draggable.sortables, function() {\n\t\t\t\t\t\tthis.refreshPositions();\n\t\t\t\t\t} );\n\t\t\t\t}\n\t\t\t}\n\t\t} );\n\t}\n} );\n\n$.ui.plugin.add( \"draggable\", \"cursor\", {\n\tstart: function( event, ui, instance ) {\n\t\tvar t = $( \"body\" ),\n\t\t\to = instance.options;\n\n\t\tif ( t.css( \"cursor\" ) ) {\n\t\t\to._cursor = t.css( \"cursor\" );\n\t\t}\n\t\tt.css( \"cursor\", o.cursor );\n\t},\n\tstop: function( event, ui, instance ) {\n\t\tvar o = instance.options;\n\t\tif ( o._cursor ) {\n\t\t\t$( \"body\" ).css( \"cursor\", o._cursor );\n\t\t}\n\t}\n} );\n\n$.ui.plugin.add( \"draggable\", \"opacity\", {\n\tstart: function( event, ui, instance ) {\n\t\tvar t = $( ui.helper ),\n\t\t\to = instance.options;\n\t\tif ( t.css( \"opacity\" ) ) {\n\t\t\to._opacity = t.css( \"opacity\" );\n\t\t}\n\t\tt.css( \"opacity\", o.opacity );\n\t},\n\tstop: function( event, ui, instance ) {\n\t\tvar o = instance.options;\n\t\tif ( o._opacity ) {\n\t\t\t$( ui.helper ).css( \"opacity\", o._opacity );\n\t\t}\n\t}\n} );\n\n$.ui.plugin.add( \"draggable\", \"scroll\", {\n\tstart: function( event, ui, i ) {\n\t\tif ( !i.scrollParentNotHidden ) {\n\t\t\ti.scrollParentNotHidden = i.helper.scrollParent( false );\n\t\t}\n\n\t\tif ( i.scrollParentNotHidden[ 0 ] !== i.document[ 0 ] &&\n\t\t\t\ti.scrollParentNotHidden[ 0 ].tagName !== \"HTML\" ) {\n\t\t\ti.overflowOffset = i.scrollParentNotHidden.offset();\n\t\t}\n\t},\n\tdrag: function( event, ui, i ) {\n\n\t\tvar o = i.options,\n\t\t\tscrolled = false,\n\t\t\tscrollParent = i.scrollParentNotHidden[ 0 ],\n\t\t\tdocument = i.document[ 0 ];\n\n\t\tif ( scrollParent !== document && scrollParent.tagName !== \"HTML\" ) {\n\t\t\tif ( !o.axis || o.axis !== \"x\" ) {\n\t\t\t\tif ( ( i.overflowOffset.top + scrollParent.offsetHeight ) - event.pageY <\n\t\t\t\t\t\to.scrollSensitivity ) {\n\t\t\t\t\tscrollParent.scrollTop = scrolled = scrollParent.scrollTop + o.scrollSpeed;\n\t\t\t\t} else if ( event.pageY - i.overflowOffset.top < o.scrollSensitivity ) {\n\t\t\t\t\tscrollParent.scrollTop = scrolled = scrollParent.scrollTop - o.scrollSpeed;\n\t\t\t\t}\n\t\t\t}\n\n\t\t\tif ( !o.axis || o.axis !== \"y\" ) {\n\t\t\t\tif ( ( i.overflowOffset.left + scrollParent.offsetWidth ) - event.pageX <\n\t\t\t\t\t\to.scrollSensitivity ) {\n\t\t\t\t\tscrollParent.scrollLeft = scrolled = scrollParent.scrollLeft + o.scrollSpeed;\n\t\t\t\t} else if ( event.pageX - i.overflowOffset.left < o.scrollSensitivity ) {\n\t\t\t\t\tscrollParent.scrollLeft = scrolled = scrollParent.scrollLeft - o.scrollSpeed;\n\t\t\t\t}\n\t\t\t}\n\n\t\t} else {\n\n\t\t\tif ( !o.axis || o.axis !== \"x\" ) {\n\t\t\t\tif ( event.pageY - $( document ).scrollTop() < o.scrollSensitivity ) {\n\t\t\t\t\tscrolled = $( document ).scrollTop( $( document ).scrollTop() - o.scrollSpeed );\n\t\t\t\t} else if ( $( window ).height() - ( event.pageY - $( document ).scrollTop() ) <\n\t\t\t\t\t\to.scrollSensitivity ) {\n\t\t\t\t\tscrolled = $( document ).scrollTop( $( document ).scrollTop() + o.scrollSpeed );\n\t\t\t\t}\n\t\t\t}\n\n\t\t\tif ( !o.axis || o.axis !== \"y\" ) {\n\t\t\t\tif ( event.pageX - $( document ).scrollLeft() < o.scrollSensitivity ) {\n\t\t\t\t\tscrolled = $( document ).scrollLeft(\n\t\t\t\t\t\t$( document ).scrollLeft() - o.scrollSpeed\n\t\t\t\t\t);\n\t\t\t\t} else if ( $( window ).width() - ( event.pageX - $( document ).scrollLeft() ) <\n\t\t\t\t\t\to.scrollSensitivity ) {\n\t\t\t\t\tscrolled = $( document ).scrollLeft(\n\t\t\t\t\t\t$( document ).scrollLeft() + o.scrollSpeed\n\t\t\t\t\t);\n\t\t\t\t}\n\t\t\t}\n\n\t\t}\n\n\t\tif ( scrolled !== false && $.ui.ddmanager && !o.dropBehaviour ) {\n\t\t\t$.ui.ddmanager.prepareOffsets( i, event );\n\t\t}\n\n\t}\n} );\n\n$.ui.plugin.add( \"draggable\", \"snap\", {\n\tstart: function( event, ui, i ) {\n\n\t\tvar o = i.options;\n\n\t\ti.snapElements = [];\n\n\t\t$( o.snap.constructor !== String ? ( o.snap.items || \":data(ui-draggable)\" ) : o.snap )\n\t\t\t.each( function() {\n\t\t\t\tvar $t = $( this ),\n\t\t\t\t\t$o = $t.offset();\n\t\t\t\tif ( this !== i.element[ 0 ] ) {\n\t\t\t\t\ti.snapElements.push( {\n\t\t\t\t\t\titem: this,\n\t\t\t\t\t\twidth: $t.outerWidth(), height: $t.outerHeight(),\n\t\t\t\t\t\ttop: $o.top, left: $o.left\n\t\t\t\t\t} );\n\t\t\t\t}\n\t\t\t} );\n\n\t},\n\tdrag: function( event, ui, inst ) {\n\n\t\tvar ts, bs, ls, rs, l, r, t, b, i, first,\n\t\t\to = inst.options,\n\t\t\td = o.snapTolerance,\n\t\t\tx1 = ui.offset.left, x2 = x1 + inst.helperProportions.width,\n\t\t\ty1 = ui.offset.top, y2 = y1 + inst.helperProportions.height;\n\n\t\tfor ( i = inst.snapElements.length - 1; i >= 0; i-- ) {\n\n\t\t\tl = inst.snapElements[ i ].left - inst.margins.left;\n\t\t\tr = l + inst.snapElements[ i ].width;\n\t\t\tt = inst.snapElements[ i ].top - inst.margins.top;\n\t\t\tb = t + inst.snapElements[ i ].height;\n\n\t\t\tif ( x2 < l - d || x1 > r + d || y2 < t - d || y1 > b + d ||\n\t\t\t\t\t!$.contains( inst.snapElements[ i ].item.ownerDocument,\n\t\t\t\t\tinst.snapElements[ i ].item ) ) {\n\t\t\t\tif ( inst.snapElements[ i ].snapping ) {\n\t\t\t\t\t( inst.options.snap.release &&\n\t\t\t\t\t\tinst.options.snap.release.call(\n\t\t\t\t\t\t\tinst.element,\n\t\t\t\t\t\t\tevent,\n\t\t\t\t\t\t\t$.extend( inst._uiHash(), { snapItem: inst.snapElements[ i ].item } )\n\t\t\t\t\t\t) );\n\t\t\t\t}\n\t\t\t\tinst.snapElements[ i ].snapping = false;\n\t\t\t\tcontinue;\n\t\t\t}\n\n\t\t\tif ( o.snapMode !== \"inner\" ) {\n\t\t\t\tts = Math.abs( t - y2 ) <= d;\n\t\t\t\tbs = Math.abs( b - y1 ) <= d;\n\t\t\t\tls = Math.abs( l - x2 ) <= d;\n\t\t\t\trs = Math.abs( r - x1 ) <= d;\n\t\t\t\tif ( ts ) {\n\t\t\t\t\tui.position.top = inst._convertPositionTo( \"relative\", {\n\t\t\t\t\t\ttop: t - inst.helperProportions.height,\n\t\t\t\t\t\tleft: 0\n\t\t\t\t\t} ).top;\n\t\t\t\t}\n\t\t\t\tif ( bs ) {\n\t\t\t\t\tui.position.top = inst._convertPositionTo( \"relative\", {\n\t\t\t\t\t\ttop: b,\n\t\t\t\t\t\tleft: 0\n\t\t\t\t\t} ).top;\n\t\t\t\t}\n\t\t\t\tif ( ls ) {\n\t\t\t\t\tui.position.left = inst._convertPositionTo( \"relative\", {\n\t\t\t\t\t\ttop: 0,\n\t\t\t\t\t\tleft: l - inst.helperProportions.width\n\t\t\t\t\t} ).left;\n\t\t\t\t}\n\t\t\t\tif ( rs ) {\n\t\t\t\t\tui.position.left = inst._convertPositionTo( \"relative\", {\n\t\t\t\t\t\ttop: 0,\n\t\t\t\t\t\tleft: r\n\t\t\t\t\t} ).left;\n\t\t\t\t}\n\t\t\t}\n\n\t\t\tfirst = ( ts || bs || ls || rs );\n\n\t\t\tif ( o.snapMode !== \"outer\" ) {\n\t\t\t\tts = Math.abs( t - y1 ) <= d;\n\t\t\t\tbs = Math.abs( b - y2 ) <= d;\n\t\t\t\tls = Math.abs( l - x1 ) <= d;\n\t\t\t\trs = Math.abs( r - x2 ) <= d;\n\t\t\t\tif ( ts ) {\n\t\t\t\t\tui.position.top = inst._convertPositionTo( \"relative\", {\n\t\t\t\t\t\ttop: t,\n\t\t\t\t\t\tleft: 0\n\t\t\t\t\t} ).top;\n\t\t\t\t}\n\t\t\t\tif ( bs ) {\n\t\t\t\t\tui.position.top = inst._convertPositionTo( \"relative\", {\n\t\t\t\t\t\ttop: b - inst.helperProportions.height,\n\t\t\t\t\t\tleft: 0\n\t\t\t\t\t} ).top;\n\t\t\t\t}\n\t\t\t\tif ( ls ) {\n\t\t\t\t\tui.position.left = inst._convertPositionTo( \"relative\", {\n\t\t\t\t\t\ttop: 0,\n\t\t\t\t\t\tleft: l\n\t\t\t\t\t} ).left;\n\t\t\t\t}\n\t\t\t\tif ( rs ) {\n\t\t\t\t\tui.position.left = inst._convertPositionTo( \"relative\", {\n\t\t\t\t\t\ttop: 0,\n\t\t\t\t\t\tleft: r - inst.helperProportions.width\n\t\t\t\t\t} ).left;\n\t\t\t\t}\n\t\t\t}\n\n\t\t\tif ( !inst.snapElements[ i ].snapping && ( ts || bs || ls || rs || first ) ) {\n\t\t\t\t( inst.options.snap.snap &&\n\t\t\t\t\tinst.options.snap.snap.call(\n\t\t\t\t\t\tinst.element,\n\t\t\t\t\t\tevent,\n\t\t\t\t\t\t$.extend( inst._uiHash(), {\n\t\t\t\t\t\t\tsnapItem: inst.snapElements[ i ].item\n\t\t\t\t\t\t} ) ) );\n\t\t\t}\n\t\t\tinst.snapElements[ i ].snapping = ( ts || bs || ls || rs || first );\n\n\t\t}\n\n\t}\n} );\n\n$.ui.plugin.add( \"draggable\", \"stack\", {\n\tstart: function( event, ui, instance ) {\n\t\tvar min,\n\t\t\to = instance.options,\n\t\t\tgroup = $.makeArray( $( o.stack ) ).sort( function( a, b ) {\n\t\t\t\treturn ( parseInt( $( a ).css( \"zIndex\" ), 10 ) || 0 ) -\n\t\t\t\t\t( parseInt( $( b ).css( \"zIndex\" ), 10 ) || 0 );\n\t\t\t} );\n\n\t\tif ( !group.length ) { return; }\n\n\t\tmin = parseInt( $( group[ 0 ] ).css( \"zIndex\" ), 10 ) || 0;\n\t\t$( group ).each( function( i ) {\n\t\t\t$( this ).css( \"zIndex\", min + i );\n\t\t} );\n\t\tthis.css( \"zIndex\", ( min + group.length ) );\n\t}\n} );\n\n$.ui.plugin.add( \"draggable\", \"zIndex\", {\n\tstart: function( event, ui, instance ) {\n\t\tvar t = $( ui.helper ),\n\t\t\to = instance.options;\n\n\t\tif ( t.css( \"zIndex\" ) ) {\n\t\t\to._zIndex = t.css( \"zIndex\" );\n\t\t}\n\t\tt.css( \"zIndex\", o.zIndex );\n\t},\n\tstop: function( event, ui, instance ) {\n\t\tvar o = instance.options;\n\n\t\tif ( o._zIndex ) {\n\t\t\t$( ui.helper ).css( \"zIndex\", o._zIndex );\n\t\t}\n\t}\n} );\n\nvar widgetsDraggable = $.ui.draggable;\n\n\n/*!\n * jQuery UI Resizable 1.12.1\n * http://jqueryui.com\n *\n * Copyright jQuery Foundation and other contributors\n * Released under the MIT license.\n * http://jquery.org/license\n */\n\n//>>label: Resizable\n//>>group: Interactions\n//>>description: Enables resize functionality for any element.\n//>>docs: http://api.jqueryui.com/resizable/\n//>>demos: http://jqueryui.com/resizable/\n//>>css.structure: ../../themes/base/core.css\n//>>css.structure: ../../themes/base/resizable.css\n//>>css.theme: ../../themes/base/theme.css\n\n\n\n$.widget( \"ui.resizable\", $.ui.mouse, {\n\tversion: \"1.12.1\",\n\twidgetEventPrefix: \"resize\",\n\toptions: {\n\t\talsoResize: false,\n\t\tanimate: false,\n\t\tanimateDuration: \"slow\",\n\t\tanimateEasing: \"swing\",\n\t\taspectRatio: false,\n\t\tautoHide: false,\n\t\tclasses: {\n\t\t\t\"ui-resizable-se\": \"ui-icon ui-icon-gripsmall-diagonal-se\"\n\t\t},\n\t\tcontainment: false,\n\t\tghost: false,\n\t\tgrid: false,\n\t\thandles: \"e,s,se\",\n\t\thelper: false,\n\t\tmaxHeight: null,\n\t\tmaxWidth: null,\n\t\tminHeight: 10,\n\t\tminWidth: 10,\n\n\t\t// See #7960\n\t\tzIndex: 90,\n\n\t\t// Callbacks\n\t\tresize: null,\n\t\tstart: null,\n\t\tstop: null\n\t},\n\n\t_num: function( value ) {\n\t\treturn parseFloat( value ) || 0;\n\t},\n\n\t_isNumber: function( value ) {\n\t\treturn !isNaN( parseFloat( value ) );\n\t},\n\n\t_hasScroll: function( el, a ) {\n\n\t\tif ( $( el ).css( \"overflow\" ) === \"hidden\" ) {\n\t\t\treturn false;\n\t\t}\n\n\t\tvar scroll = ( a && a === \"left\" ) ? \"scrollLeft\" : \"scrollTop\",\n\t\t\thas = false;\n\n\t\tif ( el[ scroll ] > 0 ) {\n\t\t\treturn true;\n\t\t}\n\n\t\t// TODO: determine which cases actually cause this to happen\n\t\t// if the element doesn't have the scroll set, see if it's possible to\n\t\t// set the scroll\n\t\tel[ scroll ] = 1;\n\t\thas = ( el[ scroll ] > 0 );\n\t\tel[ scroll ] = 0;\n\t\treturn has;\n\t},\n\n\t_create: function() {\n\n\t\tvar margins,\n\t\t\to = this.options,\n\t\t\tthat = this;\n\t\tthis._addClass( \"ui-resizable\" );\n\n\t\t$.extend( this, {\n\t\t\t_aspectRatio: !!( o.aspectRatio ),\n\t\t\taspectRatio: o.aspectRatio,\n\t\t\toriginalElement: this.element,\n\t\t\t_proportionallyResizeElements: [],\n\t\t\t_helper: o.helper || o.ghost || o.animate ? o.helper || \"ui-resizable-helper\" : null\n\t\t} );\n\n\t\t// Wrap the element if it cannot hold child nodes\n\t\tif ( this.element[ 0 ].nodeName.match( /^(canvas|textarea|input|select|button|img)$/i ) ) {\n\n\t\t\tthis.element.wrap(\n\t\t\t\t$( \"<div class='ui-wrapper' style='overflow: hidden;'></div>\" ).css( {\n\t\t\t\t\tposition: this.element.css( \"position\" ),\n\t\t\t\t\twidth: this.element.outerWidth(),\n\t\t\t\t\theight: this.element.outerHeight(),\n\t\t\t\t\ttop: this.element.css( \"top\" ),\n\t\t\t\t\tleft: this.element.css( \"left\" )\n\t\t\t\t} )\n\t\t\t);\n\n\t\t\tthis.element = this.element.parent().data(\n\t\t\t\t\"ui-resizable\", this.element.resizable( \"instance\" )\n\t\t\t);\n\n\t\t\tthis.elementIsWrapper = true;\n\n\t\t\tmargins = {\n\t\t\t\tmarginTop: this.originalElement.css( \"marginTop\" ),\n\t\t\t\tmarginRight: this.originalElement.css( \"marginRight\" ),\n\t\t\t\tmarginBottom: this.originalElement.css( \"marginBottom\" ),\n\t\t\t\tmarginLeft: this.originalElement.css( \"marginLeft\" )\n\t\t\t};\n\n\t\t\tthis.element.css( margins );\n\t\t\tthis.originalElement.css( \"margin\", 0 );\n\n\t\t\t// support: Safari\n\t\t\t// Prevent Safari textarea resize\n\t\t\tthis.originalResizeStyle = this.originalElement.css( \"resize\" );\n\t\t\tthis.originalElement.css( \"resize\", \"none\" );\n\n\t\t\tthis._proportionallyResizeElements.push( this.originalElement.css( {\n\t\t\t\tposition: \"static\",\n\t\t\t\tzoom: 1,\n\t\t\t\tdisplay: \"block\"\n\t\t\t} ) );\n\n\t\t\t// Support: IE9\n\t\t\t// avoid IE jump (hard set the margin)\n\t\t\tthis.originalElement.css( margins );\n\n\t\t\tthis._proportionallyResize();\n\t\t}\n\n\t\tthis._setupHandles();\n\n\t\tif ( o.autoHide ) {\n\t\t\t$( this.element )\n\t\t\t\t.on( \"mouseenter\", function() {\n\t\t\t\t\tif ( o.disabled ) {\n\t\t\t\t\t\treturn;\n\t\t\t\t\t}\n\t\t\t\t\tthat._removeClass( \"ui-resizable-autohide\" );\n\t\t\t\t\tthat._handles.show();\n\t\t\t\t} )\n\t\t\t\t.on( \"mouseleave\", function() {\n\t\t\t\t\tif ( o.disabled ) {\n\t\t\t\t\t\treturn;\n\t\t\t\t\t}\n\t\t\t\t\tif ( !that.resizing ) {\n\t\t\t\t\t\tthat._addClass( \"ui-resizable-autohide\" );\n\t\t\t\t\t\tthat._handles.hide();\n\t\t\t\t\t}\n\t\t\t\t} );\n\t\t}\n\n\t\tthis._mouseInit();\n\t},\n\n\t_destroy: function() {\n\n\t\tthis._mouseDestroy();\n\n\t\tvar wrapper,\n\t\t\t_destroy = function( exp ) {\n\t\t\t\t$( exp )\n\t\t\t\t\t.removeData( \"resizable\" )\n\t\t\t\t\t.removeData( \"ui-resizable\" )\n\t\t\t\t\t.off( \".resizable\" )\n\t\t\t\t\t.find( \".ui-resizable-handle\" )\n\t\t\t\t\t\t.remove();\n\t\t\t};\n\n\t\t// TODO: Unwrap at same DOM position\n\t\tif ( this.elementIsWrapper ) {\n\t\t\t_destroy( this.element );\n\t\t\twrapper = this.element;\n\t\t\tthis.originalElement.css( {\n\t\t\t\tposition: wrapper.css( \"position\" ),\n\t\t\t\twidth: wrapper.outerWidth(),\n\t\t\t\theight: wrapper.outerHeight(),\n\t\t\t\ttop: wrapper.css( \"top\" ),\n\t\t\t\tleft: wrapper.css( \"left\" )\n\t\t\t} ).insertAfter( wrapper );\n\t\t\twrapper.remove();\n\t\t}\n\n\t\tthis.originalElement.css( \"resize\", this.originalResizeStyle );\n\t\t_destroy( this.originalElement );\n\n\t\treturn this;\n\t},\n\n\t_setOption: function( key, value ) {\n\t\tthis._super( key, value );\n\n\t\tswitch ( key ) {\n\t\tcase \"handles\":\n\t\t\tthis._removeHandles();\n\t\t\tthis._setupHandles();\n\t\t\tbreak;\n\t\tdefault:\n\t\t\tbreak;\n\t\t}\n\t},\n\n\t_setupHandles: function() {\n\t\tvar o = this.options, handle, i, n, hname, axis, that = this;\n\t\tthis.handles = o.handles ||\n\t\t\t( !$( \".ui-resizable-handle\", this.element ).length ?\n\t\t\t\t\"e,s,se\" : {\n\t\t\t\t\tn: \".ui-resizable-n\",\n\t\t\t\t\te: \".ui-resizable-e\",\n\t\t\t\t\ts: \".ui-resizable-s\",\n\t\t\t\t\tw: \".ui-resizable-w\",\n\t\t\t\t\tse: \".ui-resizable-se\",\n\t\t\t\t\tsw: \".ui-resizable-sw\",\n\t\t\t\t\tne: \".ui-resizable-ne\",\n\t\t\t\t\tnw: \".ui-resizable-nw\"\n\t\t\t\t} );\n\n\t\tthis._handles = $();\n\t\tif ( this.handles.constructor === String ) {\n\n\t\t\tif ( this.handles === \"all\" ) {\n\t\t\t\tthis.handles = \"n,e,s,w,se,sw,ne,nw\";\n\t\t\t}\n\n\t\t\tn = this.handles.split( \",\" );\n\t\t\tthis.handles = {};\n\n\t\t\tfor ( i = 0; i < n.length; i++ ) {\n\n\t\t\t\thandle = $.trim( n[ i ] );\n\t\t\t\thname = \"ui-resizable-\" + handle;\n\t\t\t\taxis = $( \"<div>\" );\n\t\t\t\tthis._addClass( axis, \"ui-resizable-handle \" + hname );\n\n\t\t\t\taxis.css( { zIndex: o.zIndex } );\n\n\t\t\t\tthis.handles[ handle ] = \".ui-resizable-\" + handle;\n\t\t\t\tthis.element.append( axis );\n\t\t\t}\n\n\t\t}\n\n\t\tthis._renderAxis = function( target ) {\n\n\t\t\tvar i, axis, padPos, padWrapper;\n\n\t\t\ttarget = target || this.element;\n\n\t\t\tfor ( i in this.handles ) {\n\n\t\t\t\tif ( this.handles[ i ].constructor === String ) {\n\t\t\t\t\tthis.handles[ i ] = this.element.children( this.handles[ i ] ).first().show();\n\t\t\t\t} else if ( this.handles[ i ].jquery || this.handles[ i ].nodeType ) {\n\t\t\t\t\tthis.handles[ i ] = $( this.handles[ i ] );\n\t\t\t\t\tthis._on( this.handles[ i ], { \"mousedown\": that._mouseDown } );\n\t\t\t\t}\n\n\t\t\t\tif ( this.elementIsWrapper &&\n\t\t\t\t\t\tthis.originalElement[ 0 ]\n\t\t\t\t\t\t\t.nodeName\n\t\t\t\t\t\t\t.match( /^(textarea|input|select|button)$/i ) ) {\n\t\t\t\t\taxis = $( this.handles[ i ], this.element );\n\n\t\t\t\t\tpadWrapper = /sw|ne|nw|se|n|s/.test( i ) ?\n\t\t\t\t\t\taxis.outerHeight() :\n\t\t\t\t\t\taxis.outerWidth();\n\n\t\t\t\t\tpadPos = [ \"padding\",\n\t\t\t\t\t\t/ne|nw|n/.test( i ) ? \"Top\" :\n\t\t\t\t\t\t/se|sw|s/.test( i ) ? \"Bottom\" :\n\t\t\t\t\t\t/^e$/.test( i ) ? \"Right\" : \"Left\" ].join( \"\" );\n\n\t\t\t\t\ttarget.css( padPos, padWrapper );\n\n\t\t\t\t\tthis._proportionallyResize();\n\t\t\t\t}\n\n\t\t\t\tthis._handles = this._handles.add( this.handles[ i ] );\n\t\t\t}\n\t\t};\n\n\t\t// TODO: make renderAxis a prototype function\n\t\tthis._renderAxis( this.element );\n\n\t\tthis._handles = this._handles.add( this.element.find( \".ui-resizable-handle\" ) );\n\t\tthis._handles.disableSelection();\n\n\t\tthis._handles.on( \"mouseover\", function() {\n\t\t\tif ( !that.resizing ) {\n\t\t\t\tif ( this.className ) {\n\t\t\t\t\taxis = this.className.match( /ui-resizable-(se|sw|ne|nw|n|e|s|w)/i );\n\t\t\t\t}\n\t\t\t\tthat.axis = axis && axis[ 1 ] ? axis[ 1 ] : \"se\";\n\t\t\t}\n\t\t} );\n\n\t\tif ( o.autoHide ) {\n\t\t\tthis._handles.hide();\n\t\t\tthis._addClass( \"ui-resizable-autohide\" );\n\t\t}\n\t},\n\n\t_removeHandles: function() {\n\t\tthis._handles.remove();\n\t},\n\n\t_mouseCapture: function( event ) {\n\t\tvar i, handle,\n\t\t\tcapture = false;\n\n\t\tfor ( i in this.handles ) {\n\t\t\thandle = $( this.handles[ i ] )[ 0 ];\n\t\t\tif ( handle === event.target || $.contains( handle, event.target ) ) {\n\t\t\t\tcapture = true;\n\t\t\t}\n\t\t}\n\n\t\treturn !this.options.disabled && capture;\n\t},\n\n\t_mouseStart: function( event ) {\n\n\t\tvar curleft, curtop, cursor,\n\t\t\to = this.options,\n\t\t\tel = this.element;\n\n\t\tthis.resizing = true;\n\n\t\tthis._renderProxy();\n\n\t\tcurleft = this._num( this.helper.css( \"left\" ) );\n\t\tcurtop = this._num( this.helper.css( \"top\" ) );\n\n\t\tif ( o.containment ) {\n\t\t\tcurleft += $( o.containment ).scrollLeft() || 0;\n\t\t\tcurtop += $( o.containment ).scrollTop() || 0;\n\t\t}\n\n\t\tthis.offset = this.helper.offset();\n\t\tthis.position = { left: curleft, top: curtop };\n\n\t\tthis.size = this._helper ? {\n\t\t\t\twidth: this.helper.width(),\n\t\t\t\theight: this.helper.height()\n\t\t\t} : {\n\t\t\t\twidth: el.width(),\n\t\t\t\theight: el.height()\n\t\t\t};\n\n\t\tthis.originalSize = this._helper ? {\n\t\t\t\twidth: el.outerWidth(),\n\t\t\t\theight: el.outerHeight()\n\t\t\t} : {\n\t\t\t\twidth: el.width(),\n\t\t\t\theight: el.height()\n\t\t\t};\n\n\t\tthis.sizeDiff = {\n\t\t\twidth: el.outerWidth() - el.width(),\n\t\t\theight: el.outerHeight() - el.height()\n\t\t};\n\n\t\tthis.originalPosition = { left: curleft, top: curtop };\n\t\tthis.originalMousePosition = { left: event.pageX, top: event.pageY };\n\n\t\tthis.aspectRatio = ( typeof o.aspectRatio === \"number\" ) ?\n\t\t\to.aspectRatio :\n\t\t\t( ( this.originalSize.width / this.originalSize.height ) || 1 );\n\n\t\tcursor = $( \".ui-resizable-\" + this.axis ).css( \"cursor\" );\n\t\t$( \"body\" ).css( \"cursor\", cursor === \"auto\" ? this.axis + \"-resize\" : cursor );\n\n\t\tthis._addClass( \"ui-resizable-resizing\" );\n\t\tthis._propagate( \"start\", event );\n\t\treturn true;\n\t},\n\n\t_mouseDrag: function( event ) {\n\n\t\tvar data, props,\n\t\t\tsmp = this.originalMousePosition,\n\t\t\ta = this.axis,\n\t\t\tdx = ( event.pageX - smp.left ) || 0,\n\t\t\tdy = ( event.pageY - smp.top ) || 0,\n\t\t\ttrigger = this._change[ a ];\n\n\t\tthis._updatePrevProperties();\n\n\t\tif ( !trigger ) {\n\t\t\treturn false;\n\t\t}\n\n\t\tdata = trigger.apply( this, [ event, dx, dy ] );\n\n\t\tthis._updateVirtualBoundaries( event.shiftKey );\n\t\tif ( this._aspectRatio || event.shiftKey ) {\n\t\t\tdata = this._updateRatio( data, event );\n\t\t}\n\n\t\tdata = this._respectSize( data, event );\n\n\t\tthis._updateCache( data );\n\n\t\tthis._propagate( \"resize\", event );\n\n\t\tprops = this._applyChanges();\n\n\t\tif ( !this._helper && this._proportionallyResizeElements.length ) {\n\t\t\tthis._proportionallyResize();\n\t\t}\n\n\t\tif ( !$.isEmptyObject( props ) ) {\n\t\t\tthis._updatePrevProperties();\n\t\t\tthis._trigger( \"resize\", event, this.ui() );\n\t\t\tthis._applyChanges();\n\t\t}\n\n\t\treturn false;\n\t},\n\n\t_mouseStop: function( event ) {\n\n\t\tthis.resizing = false;\n\t\tvar pr, ista, soffseth, soffsetw, s, left, top,\n\t\t\to = this.options, that = this;\n\n\t\tif ( this._helper ) {\n\n\t\t\tpr = this._proportionallyResizeElements;\n\t\t\tista = pr.length && ( /textarea/i ).test( pr[ 0 ].nodeName );\n\t\t\tsoffseth = ista && this._hasScroll( pr[ 0 ], \"left\" ) ? 0 : that.sizeDiff.height;\n\t\t\tsoffsetw = ista ? 0 : that.sizeDiff.width;\n\n\t\t\ts = {\n\t\t\t\twidth: ( that.helper.width() - soffsetw ),\n\t\t\t\theight: ( that.helper.height() - soffseth )\n\t\t\t};\n\t\t\tleft = ( parseFloat( that.element.css( \"left\" ) ) +\n\t\t\t\t( that.position.left - that.originalPosition.left ) ) || null;\n\t\t\ttop = ( parseFloat( that.element.css( \"top\" ) ) +\n\t\t\t\t( that.position.top - that.originalPosition.top ) ) || null;\n\n\t\t\tif ( !o.animate ) {\n\t\t\t\tthis.element.css( $.extend( s, { top: top, left: left } ) );\n\t\t\t}\n\n\t\t\tthat.helper.height( that.size.height );\n\t\t\tthat.helper.width( that.size.width );\n\n\t\t\tif ( this._helper && !o.animate ) {\n\t\t\t\tthis._proportionallyResize();\n\t\t\t}\n\t\t}\n\n\t\t$( \"body\" ).css( \"cursor\", \"auto\" );\n\n\t\tthis._removeClass( \"ui-resizable-resizing\" );\n\n\t\tthis._propagate( \"stop\", event );\n\n\t\tif ( this._helper ) {\n\t\t\tthis.helper.remove();\n\t\t}\n\n\t\treturn false;\n\n\t},\n\n\t_updatePrevProperties: function() {\n\t\tthis.prevPosition = {\n\t\t\ttop: this.position.top,\n\t\t\tleft: this.position.left\n\t\t};\n\t\tthis.prevSize = {\n\t\t\twidth: this.size.width,\n\t\t\theight: this.size.height\n\t\t};\n\t},\n\n\t_applyChanges: function() {\n\t\tvar props = {};\n\n\t\tif ( this.position.top !== this.prevPosition.top ) {\n\t\t\tprops.top = this.position.top + \"px\";\n\t\t}\n\t\tif ( this.position.left !== this.prevPosition.left ) {\n\t\t\tprops.left = this.position.left + \"px\";\n\t\t}\n\t\tif ( this.size.width !== this.prevSize.width ) {\n\t\t\tprops.width = this.size.width + \"px\";\n\t\t}\n\t\tif ( this.size.height !== this.prevSize.height ) {\n\t\t\tprops.height = this.size.height + \"px\";\n\t\t}\n\n\t\tthis.helper.css( props );\n\n\t\treturn props;\n\t},\n\n\t_updateVirtualBoundaries: function( forceAspectRatio ) {\n\t\tvar pMinWidth, pMaxWidth, pMinHeight, pMaxHeight, b,\n\t\t\to = this.options;\n\n\t\tb = {\n\t\t\tminWidth: this._isNumber( o.minWidth ) ? o.minWidth : 0,\n\t\t\tmaxWidth: this._isNumber( o.maxWidth ) ? o.maxWidth : Infinity,\n\t\t\tminHeight: this._isNumber( o.minHeight ) ? o.minHeight : 0,\n\t\t\tmaxHeight: this._isNumber( o.maxHeight ) ? o.maxHeight : Infinity\n\t\t};\n\n\t\tif ( this._aspectRatio || forceAspectRatio ) {\n\t\t\tpMinWidth = b.minHeight * this.aspectRatio;\n\t\t\tpMinHeight = b.minWidth / this.aspectRatio;\n\t\t\tpMaxWidth = b.maxHeight * this.aspectRatio;\n\t\t\tpMaxHeight = b.maxWidth / this.aspectRatio;\n\n\t\t\tif ( pMinWidth > b.minWidth ) {\n\t\t\t\tb.minWidth = pMinWidth;\n\t\t\t}\n\t\t\tif ( pMinHeight > b.minHeight ) {\n\t\t\t\tb.minHeight = pMinHeight;\n\t\t\t}\n\t\t\tif ( pMaxWidth < b.maxWidth ) {\n\t\t\t\tb.maxWidth = pMaxWidth;\n\t\t\t}\n\t\t\tif ( pMaxHeight < b.maxHeight ) {\n\t\t\t\tb.maxHeight = pMaxHeight;\n\t\t\t}\n\t\t}\n\t\tthis._vBoundaries = b;\n\t},\n\n\t_updateCache: function( data ) {\n\t\tthis.offset = this.helper.offset();\n\t\tif ( this._isNumber( data.left ) ) {\n\t\t\tthis.position.left = data.left;\n\t\t}\n\t\tif ( this._isNumber( data.top ) ) {\n\t\t\tthis.position.top = data.top;\n\t\t}\n\t\tif ( this._isNumber( data.height ) ) {\n\t\t\tthis.size.height = data.height;\n\t\t}\n\t\tif ( this._isNumber( data.width ) ) {\n\t\t\tthis.size.width = data.width;\n\t\t}\n\t},\n\n\t_updateRatio: function( data ) {\n\n\t\tvar cpos = this.position,\n\t\t\tcsize = this.size,\n\t\t\ta = this.axis;\n\n\t\tif ( this._isNumber( data.height ) ) {\n\t\t\tdata.width = ( data.height * this.aspectRatio );\n\t\t} else if ( this._isNumber( data.width ) ) {\n\t\t\tdata.height = ( data.width / this.aspectRatio );\n\t\t}\n\n\t\tif ( a === \"sw\" ) {\n\t\t\tdata.left = cpos.left + ( csize.width - data.width );\n\t\t\tdata.top = null;\n\t\t}\n\t\tif ( a === \"nw\" ) {\n\t\t\tdata.top = cpos.top + ( csize.height - data.height );\n\t\t\tdata.left = cpos.left + ( csize.width - data.width );\n\t\t}\n\n\t\treturn data;\n\t},\n\n\t_respectSize: function( data ) {\n\n\t\tvar o = this._vBoundaries,\n\t\t\ta = this.axis,\n\t\t\tismaxw = this._isNumber( data.width ) && o.maxWidth && ( o.maxWidth < data.width ),\n\t\t\tismaxh = this._isNumber( data.height ) && o.maxHeight && ( o.maxHeight < data.height ),\n\t\t\tisminw = this._isNumber( data.width ) && o.minWidth && ( o.minWidth > data.width ),\n\t\t\tisminh = this._isNumber( data.height ) && o.minHeight && ( o.minHeight > data.height ),\n\t\t\tdw = this.originalPosition.left + this.originalSize.width,\n\t\t\tdh = this.originalPosition.top + this.originalSize.height,\n\t\t\tcw = /sw|nw|w/.test( a ), ch = /nw|ne|n/.test( a );\n\t\tif ( isminw ) {\n\t\t\tdata.width = o.minWidth;\n\t\t}\n\t\tif ( isminh ) {\n\t\t\tdata.height = o.minHeight;\n\t\t}\n\t\tif ( ismaxw ) {\n\t\t\tdata.width = o.maxWidth;\n\t\t}\n\t\tif ( ismaxh ) {\n\t\t\tdata.height = o.maxHeight;\n\t\t}\n\n\t\tif ( isminw && cw ) {\n\t\t\tdata.left = dw - o.minWidth;\n\t\t}\n\t\tif ( ismaxw && cw ) {\n\t\t\tdata.left = dw - o.maxWidth;\n\t\t}\n\t\tif ( isminh && ch ) {\n\t\t\tdata.top = dh - o.minHeight;\n\t\t}\n\t\tif ( ismaxh && ch ) {\n\t\t\tdata.top = dh - o.maxHeight;\n\t\t}\n\n\t\t// Fixing jump error on top/left - bug #2330\n\t\tif ( !data.width && !data.height && !data.left && data.top ) {\n\t\t\tdata.top = null;\n\t\t} else if ( !data.width && !data.height && !data.top && data.left ) {\n\t\t\tdata.left = null;\n\t\t}\n\n\t\treturn data;\n\t},\n\n\t_getPaddingPlusBorderDimensions: function( element ) {\n\t\tvar i = 0,\n\t\t\twidths = [],\n\t\t\tborders = [\n\t\t\t\telement.css( \"borderTopWidth\" ),\n\t\t\t\telement.css( \"borderRightWidth\" ),\n\t\t\t\telement.css( \"borderBottomWidth\" ),\n\t\t\t\telement.css( \"borderLeftWidth\" )\n\t\t\t],\n\t\t\tpaddings = [\n\t\t\t\telement.css( \"paddingTop\" ),\n\t\t\t\telement.css( \"paddingRight\" ),\n\t\t\t\telement.css( \"paddingBottom\" ),\n\t\t\t\telement.css( \"paddingLeft\" )\n\t\t\t];\n\n\t\tfor ( ; i < 4; i++ ) {\n\t\t\twidths[ i ] = ( parseFloat( borders[ i ] ) || 0 );\n\t\t\twidths[ i ] += ( parseFloat( paddings[ i ] ) || 0 );\n\t\t}\n\n\t\treturn {\n\t\t\theight: widths[ 0 ] + widths[ 2 ],\n\t\t\twidth: widths[ 1 ] + widths[ 3 ]\n\t\t};\n\t},\n\n\t_proportionallyResize: function() {\n\n\t\tif ( !this._proportionallyResizeElements.length ) {\n\t\t\treturn;\n\t\t}\n\n\t\tvar prel,\n\t\t\ti = 0,\n\t\t\telement = this.helper || this.element;\n\n\t\tfor ( ; i < this._proportionallyResizeElements.length; i++ ) {\n\n\t\t\tprel = this._proportionallyResizeElements[ i ];\n\n\t\t\t// TODO: Seems like a bug to cache this.outerDimensions\n\t\t\t// considering that we are in a loop.\n\t\t\tif ( !this.outerDimensions ) {\n\t\t\t\tthis.outerDimensions = this._getPaddingPlusBorderDimensions( prel );\n\t\t\t}\n\n\t\t\tprel.css( {\n\t\t\t\theight: ( element.height() - this.outerDimensions.height ) || 0,\n\t\t\t\twidth: ( element.width() - this.outerDimensions.width ) || 0\n\t\t\t} );\n\n\t\t}\n\n\t},\n\n\t_renderProxy: function() {\n\n\t\tvar el = this.element, o = this.options;\n\t\tthis.elementOffset = el.offset();\n\n\t\tif ( this._helper ) {\n\n\t\t\tthis.helper = this.helper || $( \"<div style='overflow:hidden;'></div>\" );\n\n\t\t\tthis._addClass( this.helper, this._helper );\n\t\t\tthis.helper.css( {\n\t\t\t\twidth: this.element.outerWidth(),\n\t\t\t\theight: this.element.outerHeight(),\n\t\t\t\tposition: \"absolute\",\n\t\t\t\tleft: this.elementOffset.left + \"px\",\n\t\t\t\ttop: this.elementOffset.top + \"px\",\n\t\t\t\tzIndex: ++o.zIndex //TODO: Don't modify option\n\t\t\t} );\n\n\t\t\tthis.helper\n\t\t\t\t.appendTo( \"body\" )\n\t\t\t\t.disableSelection();\n\n\t\t} else {\n\t\t\tthis.helper = this.element;\n\t\t}\n\n\t},\n\n\t_change: {\n\t\te: function( event, dx ) {\n\t\t\treturn { width: this.originalSize.width + dx };\n\t\t},\n\t\tw: function( event, dx ) {\n\t\t\tvar cs = this.originalSize, sp = this.originalPosition;\n\t\t\treturn { left: sp.left + dx, width: cs.width - dx };\n\t\t},\n\t\tn: function( event, dx, dy ) {\n\t\t\tvar cs = this.originalSize, sp = this.originalPosition;\n\t\t\treturn { top: sp.top + dy, height: cs.height - dy };\n\t\t},\n\t\ts: function( event, dx, dy ) {\n\t\t\treturn { height: this.originalSize.height + dy };\n\t\t},\n\t\tse: function( event, dx, dy ) {\n\t\t\treturn $.extend( this._change.s.apply( this, arguments ),\n\t\t\t\tthis._change.e.apply( this, [ event, dx, dy ] ) );\n\t\t},\n\t\tsw: function( event, dx, dy ) {\n\t\t\treturn $.extend( this._change.s.apply( this, arguments ),\n\t\t\t\tthis._change.w.apply( this, [ event, dx, dy ] ) );\n\t\t},\n\t\tne: function( event, dx, dy ) {\n\t\t\treturn $.extend( this._change.n.apply( this, arguments ),\n\t\t\t\tthis._change.e.apply( this, [ event, dx, dy ] ) );\n\t\t},\n\t\tnw: function( event, dx, dy ) {\n\t\t\treturn $.extend( this._change.n.apply( this, arguments ),\n\t\t\t\tthis._change.w.apply( this, [ event, dx, dy ] ) );\n\t\t}\n\t},\n\n\t_propagate: function( n, event ) {\n\t\t$.ui.plugin.call( this, n, [ event, this.ui() ] );\n\t\t( n !== \"resize\" && this._trigger( n, event, this.ui() ) );\n\t},\n\n\tplugins: {},\n\n\tui: function() {\n\t\treturn {\n\t\t\toriginalElement: this.originalElement,\n\t\t\telement: this.element,\n\t\t\thelper: this.helper,\n\t\t\tposition: this.position,\n\t\t\tsize: this.size,\n\t\t\toriginalSize: this.originalSize,\n\t\t\toriginalPosition: this.originalPosition\n\t\t};\n\t}\n\n} );\n\n/*\n * Resizable Extensions\n */\n\n$.ui.plugin.add( \"resizable\", \"animate\", {\n\n\tstop: function( event ) {\n\t\tvar that = $( this ).resizable( \"instance\" ),\n\t\t\to = that.options,\n\t\t\tpr = that._proportionallyResizeElements,\n\t\t\tista = pr.length && ( /textarea/i ).test( pr[ 0 ].nodeName ),\n\t\t\tsoffseth = ista && that._hasScroll( pr[ 0 ], \"left\" ) ? 0 : that.sizeDiff.height,\n\t\t\tsoffsetw = ista ? 0 : that.sizeDiff.width,\n\t\t\tstyle = {\n\t\t\t\twidth: ( that.size.width - soffsetw ),\n\t\t\t\theight: ( that.size.height - soffseth )\n\t\t\t},\n\t\t\tleft = ( parseFloat( that.element.css( \"left\" ) ) +\n\t\t\t\t( that.position.left - that.originalPosition.left ) ) || null,\n\t\t\ttop = ( parseFloat( that.element.css( \"top\" ) ) +\n\t\t\t\t( that.position.top - that.originalPosition.top ) ) || null;\n\n\t\tthat.element.animate(\n\t\t\t$.extend( style, top && left ? { top: top, left: left } : {} ), {\n\t\t\t\tduration: o.animateDuration,\n\t\t\t\teasing: o.animateEasing,\n\t\t\t\tstep: function() {\n\n\t\t\t\t\tvar data = {\n\t\t\t\t\t\twidth: parseFloat( that.element.css( \"width\" ) ),\n\t\t\t\t\t\theight: parseFloat( that.element.css( \"height\" ) ),\n\t\t\t\t\t\ttop: parseFloat( that.element.css( \"top\" ) ),\n\t\t\t\t\t\tleft: parseFloat( that.element.css( \"left\" ) )\n\t\t\t\t\t};\n\n\t\t\t\t\tif ( pr && pr.length ) {\n\t\t\t\t\t\t$( pr[ 0 ] ).css( { width: data.width, height: data.height } );\n\t\t\t\t\t}\n\n\t\t\t\t\t// Propagating resize, and updating values for each animation step\n\t\t\t\t\tthat._updateCache( data );\n\t\t\t\t\tthat._propagate( \"resize\", event );\n\n\t\t\t\t}\n\t\t\t}\n\t\t);\n\t}\n\n} );\n\n$.ui.plugin.add( \"resizable\", \"containment\", {\n\n\tstart: function() {\n\t\tvar element, p, co, ch, cw, width, height,\n\t\t\tthat = $( this ).resizable( \"instance\" ),\n\t\t\to = that.options,\n\t\t\tel = that.element,\n\t\t\toc = o.containment,\n\t\t\tce = ( oc instanceof $ ) ?\n\t\t\t\toc.get( 0 ) :\n\t\t\t\t( /parent/.test( oc ) ) ? el.parent().get( 0 ) : oc;\n\n\t\tif ( !ce ) {\n\t\t\treturn;\n\t\t}\n\n\t\tthat.containerElement = $( ce );\n\n\t\tif ( /document/.test( oc ) || oc === document ) {\n\t\t\tthat.containerOffset = {\n\t\t\t\tleft: 0,\n\t\t\t\ttop: 0\n\t\t\t};\n\t\t\tthat.containerPosition = {\n\t\t\t\tleft: 0,\n\t\t\t\ttop: 0\n\t\t\t};\n\n\t\t\tthat.parentData = {\n\t\t\t\telement: $( document ),\n\t\t\t\tleft: 0,\n\t\t\t\ttop: 0,\n\t\t\t\twidth: $( document ).width(),\n\t\t\t\theight: $( document ).height() || document.body.parentNode.scrollHeight\n\t\t\t};\n\t\t} else {\n\t\t\telement = $( ce );\n\t\t\tp = [];\n\t\t\t$( [ \"Top\", \"Right\", \"Left\", \"Bottom\" ] ).each( function( i, name ) {\n\t\t\t\tp[ i ] = that._num( element.css( \"padding\" + name ) );\n\t\t\t} );\n\n\t\t\tthat.containerOffset = element.offset();\n\t\t\tthat.containerPosition = element.position();\n\t\t\tthat.containerSize = {\n\t\t\t\theight: ( element.innerHeight() - p[ 3 ] ),\n\t\t\t\twidth: ( element.innerWidth() - p[ 1 ] )\n\t\t\t};\n\n\t\t\tco = that.containerOffset;\n\t\t\tch = that.containerSize.height;\n\t\t\tcw = that.containerSize.width;\n\t\t\twidth = ( that._hasScroll ( ce, \"left\" ) ? ce.scrollWidth : cw );\n\t\t\theight = ( that._hasScroll ( ce ) ? ce.scrollHeight : ch ) ;\n\n\t\t\tthat.parentData = {\n\t\t\t\telement: ce,\n\t\t\t\tleft: co.left,\n\t\t\t\ttop: co.top,\n\t\t\t\twidth: width,\n\t\t\t\theight: height\n\t\t\t};\n\t\t}\n\t},\n\n\tresize: function( event ) {\n\t\tvar woset, hoset, isParent, isOffsetRelative,\n\t\t\tthat = $( this ).resizable( \"instance\" ),\n\t\t\to = that.options,\n\t\t\tco = that.containerOffset,\n\t\t\tcp = that.position,\n\t\t\tpRatio = that._aspectRatio || event.shiftKey,\n\t\t\tcop = {\n\t\t\t\ttop: 0,\n\t\t\t\tleft: 0\n\t\t\t},\n\t\t\tce = that.containerElement,\n\t\t\tcontinueResize = true;\n\n\t\tif ( ce[ 0 ] !== document && ( /static/ ).test( ce.css( \"position\" ) ) ) {\n\t\t\tcop = co;\n\t\t}\n\n\t\tif ( cp.left < ( that._helper ? co.left : 0 ) ) {\n\t\t\tthat.size.width = that.size.width +\n\t\t\t\t( that._helper ?\n\t\t\t\t\t( that.position.left - co.left ) :\n\t\t\t\t\t( that.position.left - cop.left ) );\n\n\t\t\tif ( pRatio ) {\n\t\t\t\tthat.size.height = that.size.width / that.aspectRatio;\n\t\t\t\tcontinueResize = false;\n\t\t\t}\n\t\t\tthat.position.left = o.helper ? co.left : 0;\n\t\t}\n\n\t\tif ( cp.top < ( that._helper ? co.top : 0 ) ) {\n\t\t\tthat.size.height = that.size.height +\n\t\t\t\t( that._helper ?\n\t\t\t\t\t( that.position.top - co.top ) :\n\t\t\t\t\tthat.position.top );\n\n\t\t\tif ( pRatio ) {\n\t\t\t\tthat.size.width = that.size.height * that.aspectRatio;\n\t\t\t\tcontinueResize = false;\n\t\t\t}\n\t\t\tthat.position.top = that._helper ? co.top : 0;\n\t\t}\n\n\t\tisParent = that.containerElement.get( 0 ) === that.element.parent().get( 0 );\n\t\tisOffsetRelative = /relative|absolute/.test( that.containerElement.css( \"position\" ) );\n\n\t\tif ( isParent && isOffsetRelative ) {\n\t\t\tthat.offset.left = that.parentData.left + that.position.left;\n\t\t\tthat.offset.top = that.parentData.top + that.position.top;\n\t\t} else {\n\t\t\tthat.offset.left = that.element.offset().left;\n\t\t\tthat.offset.top = that.element.offset().top;\n\t\t}\n\n\t\twoset = Math.abs( that.sizeDiff.width +\n\t\t\t( that._helper ?\n\t\t\t\tthat.offset.left - cop.left :\n\t\t\t\t( that.offset.left - co.left ) ) );\n\n\t\thoset = Math.abs( that.sizeDiff.height +\n\t\t\t( that._helper ?\n\t\t\t\tthat.offset.top - cop.top :\n\t\t\t\t( that.offset.top - co.top ) ) );\n\n\t\tif ( woset + that.size.width >= that.parentData.width ) {\n\t\t\tthat.size.width = that.parentData.width - woset;\n\t\t\tif ( pRatio ) {\n\t\t\t\tthat.size.height = that.size.width / that.aspectRatio;\n\t\t\t\tcontinueResize = false;\n\t\t\t}\n\t\t}\n\n\t\tif ( hoset + that.size.height >= that.parentData.height ) {\n\t\t\tthat.size.height = that.parentData.height - hoset;\n\t\t\tif ( pRatio ) {\n\t\t\t\tthat.size.width = that.size.height * that.aspectRatio;\n\t\t\t\tcontinueResize = false;\n\t\t\t}\n\t\t}\n\n\t\tif ( !continueResize ) {\n\t\t\tthat.position.left = that.prevPosition.left;\n\t\t\tthat.position.top = that.prevPosition.top;\n\t\t\tthat.size.width = that.prevSize.width;\n\t\t\tthat.size.height = that.prevSize.height;\n\t\t}\n\t},\n\n\tstop: function() {\n\t\tvar that = $( this ).resizable( \"instance\" ),\n\t\t\to = that.options,\n\t\t\tco = that.containerOffset,\n\t\t\tcop = that.containerPosition,\n\t\t\tce = that.containerElement,\n\t\t\thelper = $( that.helper ),\n\t\t\tho = helper.offset(),\n\t\t\tw = helper.outerWidth() - that.sizeDiff.width,\n\t\t\th = helper.outerHeight() - that.sizeDiff.height;\n\n\t\tif ( that._helper && !o.animate && ( /relative/ ).test( ce.css( \"position\" ) ) ) {\n\t\t\t$( this ).css( {\n\t\t\t\tleft: ho.left - cop.left - co.left,\n\t\t\t\twidth: w,\n\t\t\t\theight: h\n\t\t\t} );\n\t\t}\n\n\t\tif ( that._helper && !o.animate && ( /static/ ).test( ce.css( \"position\" ) ) ) {\n\t\t\t$( this ).css( {\n\t\t\t\tleft: ho.left - cop.left - co.left,\n\t\t\t\twidth: w,\n\t\t\t\theight: h\n\t\t\t} );\n\t\t}\n\t}\n} );\n\n$.ui.plugin.add( \"resizable\", \"alsoResize\", {\n\n\tstart: function() {\n\t\tvar that = $( this ).resizable( \"instance\" ),\n\t\t\to = that.options;\n\n\t\t$( o.alsoResize ).each( function() {\n\t\t\tvar el = $( this );\n\t\t\tel.data( \"ui-resizable-alsoresize\", {\n\t\t\t\twidth: parseFloat( el.width() ), height: parseFloat( el.height() ),\n\t\t\t\tleft: parseFloat( el.css( \"left\" ) ), top: parseFloat( el.css( \"top\" ) )\n\t\t\t} );\n\t\t} );\n\t},\n\n\tresize: function( event, ui ) {\n\t\tvar that = $( this ).resizable( \"instance\" ),\n\t\t\to = that.options,\n\t\t\tos = that.originalSize,\n\t\t\top = that.originalPosition,\n\t\t\tdelta = {\n\t\t\t\theight: ( that.size.height - os.height ) || 0,\n\t\t\t\twidth: ( that.size.width - os.width ) || 0,\n\t\t\t\ttop: ( that.position.top - op.top ) || 0,\n\t\t\t\tleft: ( that.position.left - op.left ) || 0\n\t\t\t};\n\n\t\t\t$( o.alsoResize ).each( function() {\n\t\t\t\tvar el = $( this ), start = $( this ).data( \"ui-resizable-alsoresize\" ), style = {},\n\t\t\t\t\tcss = el.parents( ui.originalElement[ 0 ] ).length ?\n\t\t\t\t\t\t\t[ \"width\", \"height\" ] :\n\t\t\t\t\t\t\t[ \"width\", \"height\", \"top\", \"left\" ];\n\n\t\t\t\t$.each( css, function( i, prop ) {\n\t\t\t\t\tvar sum = ( start[ prop ] || 0 ) + ( delta[ prop ] || 0 );\n\t\t\t\t\tif ( sum && sum >= 0 ) {\n\t\t\t\t\t\tstyle[ prop ] = sum || null;\n\t\t\t\t\t}\n\t\t\t\t} );\n\n\t\t\t\tel.css( style );\n\t\t\t} );\n\t},\n\n\tstop: function() {\n\t\t$( this ).removeData( \"ui-resizable-alsoresize\" );\n\t}\n} );\n\n$.ui.plugin.add( \"resizable\", \"ghost\", {\n\n\tstart: function() {\n\n\t\tvar that = $( this ).resizable( \"instance\" ), cs = that.size;\n\n\t\tthat.ghost = that.originalElement.clone();\n\t\tthat.ghost.css( {\n\t\t\topacity: 0.25,\n\t\t\tdisplay: \"block\",\n\t\t\tposition: \"relative\",\n\t\t\theight: cs.height,\n\t\t\twidth: cs.width,\n\t\t\tmargin: 0,\n\t\t\tleft: 0,\n\t\t\ttop: 0\n\t\t} );\n\n\t\tthat._addClass( that.ghost, \"ui-resizable-ghost\" );\n\n\t\t// DEPRECATED\n\t\t// TODO: remove after 1.12\n\t\tif ( $.uiBackCompat !== false && typeof that.options.ghost === \"string\" ) {\n\n\t\t\t// Ghost option\n\t\t\tthat.ghost.addClass( this.options.ghost );\n\t\t}\n\n\t\tthat.ghost.appendTo( that.helper );\n\n\t},\n\n\tresize: function() {\n\t\tvar that = $( this ).resizable( \"instance\" );\n\t\tif ( that.ghost ) {\n\t\t\tthat.ghost.css( {\n\t\t\t\tposition: \"relative\",\n\t\t\t\theight: that.size.height,\n\t\t\t\twidth: that.size.width\n\t\t\t} );\n\t\t}\n\t},\n\n\tstop: function() {\n\t\tvar that = $( this ).resizable( \"instance\" );\n\t\tif ( that.ghost && that.helper ) {\n\t\t\tthat.helper.get( 0 ).removeChild( that.ghost.get( 0 ) );\n\t\t}\n\t}\n\n} );\n\n$.ui.plugin.add( \"resizable\", \"grid\", {\n\n\tresize: function() {\n\t\tvar outerDimensions,\n\t\t\tthat = $( this ).resizable( \"instance\" ),\n\t\t\to = that.options,\n\t\t\tcs = that.size,\n\t\t\tos = that.originalSize,\n\t\t\top = that.originalPosition,\n\t\t\ta = that.axis,\n\t\t\tgrid = typeof o.grid === \"number\" ? [ o.grid, o.grid ] : o.grid,\n\t\t\tgridX = ( grid[ 0 ] || 1 ),\n\t\t\tgridY = ( grid[ 1 ] || 1 ),\n\t\t\tox = Math.round( ( cs.width - os.width ) / gridX ) * gridX,\n\t\t\toy = Math.round( ( cs.height - os.height ) / gridY ) * gridY,\n\t\t\tnewWidth = os.width + ox,\n\t\t\tnewHeight = os.height + oy,\n\t\t\tisMaxWidth = o.maxWidth && ( o.maxWidth < newWidth ),\n\t\t\tisMaxHeight = o.maxHeight && ( o.maxHeight < newHeight ),\n\t\t\tisMinWidth = o.minWidth && ( o.minWidth > newWidth ),\n\t\t\tisMinHeight = o.minHeight && ( o.minHeight > newHeight );\n\n\t\to.grid = grid;\n\n\t\tif ( isMinWidth ) {\n\t\t\tnewWidth += gridX;\n\t\t}\n\t\tif ( isMinHeight ) {\n\t\t\tnewHeight += gridY;\n\t\t}\n\t\tif ( isMaxWidth ) {\n\t\t\tnewWidth -= gridX;\n\t\t}\n\t\tif ( isMaxHeight ) {\n\t\t\tnewHeight -= gridY;\n\t\t}\n\n\t\tif ( /^(se|s|e)$/.test( a ) ) {\n\t\t\tthat.size.width = newWidth;\n\t\t\tthat.size.height = newHeight;\n\t\t} else if ( /^(ne)$/.test( a ) ) {\n\t\t\tthat.size.width = newWidth;\n\t\t\tthat.size.height = newHeight;\n\t\t\tthat.position.top = op.top - oy;\n\t\t} else if ( /^(sw)$/.test( a ) ) {\n\t\t\tthat.size.width = newWidth;\n\t\t\tthat.size.height = newHeight;\n\t\t\tthat.position.left = op.left - ox;\n\t\t} else {\n\t\t\tif ( newHeight - gridY <= 0 || newWidth - gridX <= 0 ) {\n\t\t\t\touterDimensions = that._getPaddingPlusBorderDimensions( this );\n\t\t\t}\n\n\t\t\tif ( newHeight - gridY > 0 ) {\n\t\t\t\tthat.size.height = newHeight;\n\t\t\t\tthat.position.top = op.top - oy;\n\t\t\t} else {\n\t\t\t\tnewHeight = gridY - outerDimensions.height;\n\t\t\t\tthat.size.height = newHeight;\n\t\t\t\tthat.position.top = op.top + os.height - newHeight;\n\t\t\t}\n\t\t\tif ( newWidth - gridX > 0 ) {\n\t\t\t\tthat.size.width = newWidth;\n\t\t\t\tthat.position.left = op.left - ox;\n\t\t\t} else {\n\t\t\t\tnewWidth = gridX - outerDimensions.width;\n\t\t\t\tthat.size.width = newWidth;\n\t\t\t\tthat.position.left = op.left + os.width - newWidth;\n\t\t\t}\n\t\t}\n\t}\n\n} );\n\nvar widgetsResizable = $.ui.resizable;\n\n\n/*!\n * jQuery UI Dialog 1.12.1\n * http://jqueryui.com\n *\n * Copyright jQuery Foundation and other contributors\n * Released under the MIT license.\n * http://jquery.org/license\n */\n\n//>>label: Dialog\n//>>group: Widgets\n//>>description: Displays customizable dialog windows.\n//>>docs: http://api.jqueryui.com/dialog/\n//>>demos: http://jqueryui.com/dialog/\n//>>css.structure: ../../themes/base/core.css\n//>>css.structure: ../../themes/base/dialog.css\n//>>css.theme: ../../themes/base/theme.css\n\n\n\n$.widget( \"ui.dialog\", {\n\tversion: \"1.12.1\",\n\toptions: {\n\t\tappendTo: \"body\",\n\t\tautoOpen: true,\n\t\tbuttons: [],\n\t\tclasses: {\n\t\t\t\"ui-dialog\": \"ui-corner-all\",\n\t\t\t\"ui-dialog-titlebar\": \"ui-corner-all\"\n\t\t},\n\t\tcloseOnEscape: true,\n\t\tcloseText: \"Close\",\n\t\tdraggable: true,\n\t\thide: null,\n\t\theight: \"auto\",\n\t\tmaxHeight: null,\n\t\tmaxWidth: null,\n\t\tminHeight: 150,\n\t\tminWidth: 150,\n\t\tmodal: false,\n\t\tposition: {\n\t\t\tmy: \"center\",\n\t\t\tat: \"center\",\n\t\t\tof: window,\n\t\t\tcollision: \"fit\",\n\n\t\t\t// Ensure the titlebar is always visible\n\t\t\tusing: function( pos ) {\n\t\t\t\tvar topOffset = $( this ).css( pos ).offset().top;\n\t\t\t\tif ( topOffset < 0 ) {\n\t\t\t\t\t$( this ).css( \"top\", pos.top - topOffset );\n\t\t\t\t}\n\t\t\t}\n\t\t},\n\t\tresizable: true,\n\t\tshow: null,\n\t\ttitle: null,\n\t\twidth: 300,\n\n\t\t// Callbacks\n\t\tbeforeClose: null,\n\t\tclose: null,\n\t\tdrag: null,\n\t\tdragStart: null,\n\t\tdragStop: null,\n\t\tfocus: null,\n\t\topen: null,\n\t\tresize: null,\n\t\tresizeStart: null,\n\t\tresizeStop: null\n\t},\n\n\tsizeRelatedOptions: {\n\t\tbuttons: true,\n\t\theight: true,\n\t\tmaxHeight: true,\n\t\tmaxWidth: true,\n\t\tminHeight: true,\n\t\tminWidth: true,\n\t\twidth: true\n\t},\n\n\tresizableRelatedOptions: {\n\t\tmaxHeight: true,\n\t\tmaxWidth: true,\n\t\tminHeight: true,\n\t\tminWidth: true\n\t},\n\n\t_create: function() {\n\t\tthis.originalCss = {\n\t\t\tdisplay: this.element[ 0 ].style.display,\n\t\t\twidth: this.element[ 0 ].style.width,\n\t\t\tminHeight: this.element[ 0 ].style.minHeight,\n\t\t\tmaxHeight: this.element[ 0 ].style.maxHeight,\n\t\t\theight: this.element[ 0 ].style.height\n\t\t};\n\t\tthis.originalPosition = {\n\t\t\tparent: this.element.parent(),\n\t\t\tindex: this.element.parent().children().index( this.element )\n\t\t};\n\t\tthis.originalTitle = this.element.attr( \"title\" );\n\t\tif ( this.options.title == null && this.originalTitle != null ) {\n\t\t\tthis.options.title = this.originalTitle;\n\t\t}\n\n\t\t// Dialogs can't be disabled\n\t\tif ( this.options.disabled ) {\n\t\t\tthis.options.disabled = false;\n\t\t}\n\n\t\tthis._createWrapper();\n\n\t\tthis.element\n\t\t\t.show()\n\t\t\t.removeAttr( \"title\" )\n\t\t\t.appendTo( this.uiDialog );\n\n\t\tthis._addClass( \"ui-dialog-content\", \"ui-widget-content\" );\n\n\t\tthis._createTitlebar();\n\t\tthis._createButtonPane();\n\n\t\tif ( this.options.draggable && $.fn.draggable ) {\n\t\t\tthis._makeDraggable();\n\t\t}\n\t\tif ( this.options.resizable && $.fn.resizable ) {\n\t\t\tthis._makeResizable();\n\t\t}\n\n\t\tthis._isOpen = false;\n\n\t\tthis._trackFocus();\n\t},\n\n\t_init: function() {\n\t\tif ( this.options.autoOpen ) {\n\t\t\tthis.open();\n\t\t}\n\t},\n\n\t_appendTo: function() {\n\t\tvar element = this.options.appendTo;\n\t\tif ( element && ( element.jquery || element.nodeType ) ) {\n\t\t\treturn $( element );\n\t\t}\n\t\treturn this.document.find( element || \"body\" ).eq( 0 );\n\t},\n\n\t_destroy: function() {\n\t\tvar next,\n\t\t\toriginalPosition = this.originalPosition;\n\n\t\tthis._untrackInstance();\n\t\tthis._destroyOverlay();\n\n\t\tthis.element\n\t\t\t.removeUniqueId()\n\t\t\t.css( this.originalCss )\n\n\t\t\t// Without detaching first, the following becomes really slow\n\t\t\t.detach();\n\n\t\tthis.uiDialog.remove();\n\n\t\tif ( this.originalTitle ) {\n\t\t\tthis.element.attr( \"title\", this.originalTitle );\n\t\t}\n\n\t\tnext = originalPosition.parent.children().eq( originalPosition.index );\n\n\t\t// Don't try to place the dialog next to itself (#8613)\n\t\tif ( next.length && next[ 0 ] !== this.element[ 0 ] ) {\n\t\t\tnext.before( this.element );\n\t\t} else {\n\t\t\toriginalPosition.parent.append( this.element );\n\t\t}\n\t},\n\n\twidget: function() {\n\t\treturn this.uiDialog;\n\t},\n\n\tdisable: $.noop,\n\tenable: $.noop,\n\n\tclose: function( event ) {\n\t\tvar that = this;\n\n\t\tif ( !this._isOpen || this._trigger( \"beforeClose\", event ) === false ) {\n\t\t\treturn;\n\t\t}\n\n\t\tthis._isOpen = false;\n\t\tthis._focusedElement = null;\n\t\tthis._destroyOverlay();\n\t\tthis._untrackInstance();\n\n\t\tif ( !this.opener.filter( \":focusable\" ).trigger( \"focus\" ).length ) {\n\n\t\t\t// Hiding a focused element doesn't trigger blur in WebKit\n\t\t\t// so in case we have nothing to focus on, explicitly blur the active element\n\t\t\t// https://bugs.webkit.org/show_bug.cgi?id=47182\n\t\t\t$.ui.safeBlur( $.ui.safeActiveElement( this.document[ 0 ] ) );\n\t\t}\n\n\t\tthis._hide( this.uiDialog, this.options.hide, function() {\n\t\t\tthat._trigger( \"close\", event );\n\t\t} );\n\t},\n\n\tisOpen: function() {\n\t\treturn this._isOpen;\n\t},\n\n\tmoveToTop: function() {\n\t\tthis._moveToTop();\n\t},\n\n\t_moveToTop: function( event, silent ) {\n\t\tvar moved = false,\n\t\t\tzIndices = this.uiDialog.siblings( \".ui-front:visible\" ).map( function() {\n\t\t\t\treturn +$( this ).css( \"z-index\" );\n\t\t\t} ).get(),\n\t\t\tzIndexMax = Math.max.apply( null, zIndices );\n\n\t\tif ( zIndexMax >= +this.uiDialog.css( \"z-index\" ) ) {\n\t\t\tthis.uiDialog.css( \"z-index\", zIndexMax + 1 );\n\t\t\tmoved = true;\n\t\t}\n\n\t\tif ( moved && !silent ) {\n\t\t\tthis._trigger( \"focus\", event );\n\t\t}\n\t\treturn moved;\n\t},\n\n\topen: function() {\n\t\tvar that = this;\n\t\tif ( this._isOpen ) {\n\t\t\tif ( this._moveToTop() ) {\n\t\t\t\tthis._focusTabbable();\n\t\t\t}\n\t\t\treturn;\n\t\t}\n\n\t\tthis._isOpen = true;\n\t\tthis.opener = $( $.ui.safeActiveElement( this.document[ 0 ] ) );\n\n\t\tthis._size();\n\t\tthis._position();\n\t\tthis._createOverlay();\n\t\tthis._moveToTop( null, true );\n\n\t\t// Ensure the overlay is moved to the top with the dialog, but only when\n\t\t// opening. The overlay shouldn't move after the dialog is open so that\n\t\t// modeless dialogs opened after the modal dialog stack properly.\n\t\tif ( this.overlay ) {\n\t\t\tthis.overlay.css( \"z-index\", this.uiDialog.css( \"z-index\" ) - 1 );\n\t\t}\n\n\t\tthis._show( this.uiDialog, this.options.show, function() {\n\t\t\tthat._focusTabbable();\n\t\t\tthat._trigger( \"focus\" );\n\t\t} );\n\n\t\t// Track the dialog immediately upon openening in case a focus event\n\t\t// somehow occurs outside of the dialog before an element inside the\n\t\t// dialog is focused (#10152)\n\t\tthis._makeFocusTarget();\n\n\t\tthis._trigger( \"open\" );\n\t},\n\n\t_focusTabbable: function() {\n\n\t\t// Set focus to the first match:\n\t\t// 1. An element that was focused previously\n\t\t// 2. First element inside the dialog matching [autofocus]\n\t\t// 3. Tabbable element inside the content element\n\t\t// 4. Tabbable element inside the buttonpane\n\t\t// 5. The close button\n\t\t// 6. The dialog itself\n\t\tvar hasFocus = this._focusedElement;\n\t\tif ( !hasFocus ) {\n\t\t\thasFocus = this.element.find( \"[autofocus]\" );\n\t\t}\n\t\tif ( !hasFocus.length ) {\n\t\t\thasFocus = this.element.find( \":tabbable\" );\n\t\t}\n\t\tif ( !hasFocus.length ) {\n\t\t\thasFocus = this.uiDialogButtonPane.find( \":tabbable\" );\n\t\t}\n\t\tif ( !hasFocus.length ) {\n\t\t\thasFocus = this.uiDialogTitlebarClose.filter( \":tabbable\" );\n\t\t}\n\t\tif ( !hasFocus.length ) {\n\t\t\thasFocus = this.uiDialog;\n\t\t}\n\t\thasFocus.eq( 0 ).trigger( \"focus\" );\n\t},\n\n\t_keepFocus: function( event ) {\n\t\tfunction checkFocus() {\n\t\t\tvar activeElement = $.ui.safeActiveElement( this.document[ 0 ] ),\n\t\t\t\tisActive = this.uiDialog[ 0 ] === activeElement ||\n\t\t\t\t\t$.contains( this.uiDialog[ 0 ], activeElement );\n\t\t\tif ( !isActive ) {\n\t\t\t\tthis._focusTabbable();\n\t\t\t}\n\t\t}\n\t\tevent.preventDefault();\n\t\tcheckFocus.call( this );\n\n\t\t// support: IE\n\t\t// IE <= 8 doesn't prevent moving focus even with event.preventDefault()\n\t\t// so we check again later\n\t\tthis._delay( checkFocus );\n\t},\n\n\t_createWrapper: function() {\n\t\tthis.uiDialog = $( \"<div>\" )\n\t\t\t.hide()\n\t\t\t.attr( {\n\n\t\t\t\t// Setting tabIndex makes the div focusable\n\t\t\t\ttabIndex: -1,\n\t\t\t\trole: \"dialog\"\n\t\t\t} )\n\t\t\t.appendTo( this._appendTo() );\n\n\t\tthis._addClass( this.uiDialog, \"ui-dialog\", \"ui-widget ui-widget-content ui-front\" );\n\t\tthis._on( this.uiDialog, {\n\t\t\tkeydown: function( event ) {\n\t\t\t\tif ( this.options.closeOnEscape && !event.isDefaultPrevented() && event.keyCode &&\n\t\t\t\t\t\tevent.keyCode === $.ui.keyCode.ESCAPE ) {\n\t\t\t\t\tevent.preventDefault();\n\t\t\t\t\tthis.close( event );\n\t\t\t\t\treturn;\n\t\t\t\t}\n\n\t\t\t\t// Prevent tabbing out of dialogs\n\t\t\t\tif ( event.keyCode !== $.ui.keyCode.TAB || event.isDefaultPrevented() ) {\n\t\t\t\t\treturn;\n\t\t\t\t}\n\t\t\t\tvar tabbables = this.uiDialog.find( \":tabbable\" ),\n\t\t\t\t\tfirst = tabbables.filter( \":first\" ),\n\t\t\t\t\tlast = tabbables.filter( \":last\" );\n\n\t\t\t\tif ( ( event.target === last[ 0 ] || event.target === this.uiDialog[ 0 ] ) &&\n\t\t\t\t\t\t!event.shiftKey ) {\n\t\t\t\t\tthis._delay( function() {\n\t\t\t\t\t\tfirst.trigger( \"focus\" );\n\t\t\t\t\t} );\n\t\t\t\t\tevent.preventDefault();\n\t\t\t\t} else if ( ( event.target === first[ 0 ] ||\n\t\t\t\t\t\tevent.target === this.uiDialog[ 0 ] ) && event.shiftKey ) {\n\t\t\t\t\tthis._delay( function() {\n\t\t\t\t\t\tlast.trigger( \"focus\" );\n\t\t\t\t\t} );\n\t\t\t\t\tevent.preventDefault();\n\t\t\t\t}\n\t\t\t},\n\t\t\tmousedown: function( event ) {\n\t\t\t\tif ( this._moveToTop( event ) ) {\n\t\t\t\t\tthis._focusTabbable();\n\t\t\t\t}\n\t\t\t}\n\t\t} );\n\n\t\t// We assume that any existing aria-describedby attribute means\n\t\t// that the dialog content is marked up properly\n\t\t// otherwise we brute force the content as the description\n\t\tif ( !this.element.find( \"[aria-describedby]\" ).length ) {\n\t\t\tthis.uiDialog.attr( {\n\t\t\t\t\"aria-describedby\": this.element.uniqueId().attr( \"id\" )\n\t\t\t} );\n\t\t}\n\t},\n\n\t_createTitlebar: function() {\n\t\tvar uiDialogTitle;\n\n\t\tthis.uiDialogTitlebar = $( \"<div>\" );\n\t\tthis._addClass( this.uiDialogTitlebar,\n\t\t\t\"ui-dialog-titlebar\", \"ui-widget-header ui-helper-clearfix\" );\n\t\tthis._on( this.uiDialogTitlebar, {\n\t\t\tmousedown: function( event ) {\n\n\t\t\t\t// Don't prevent click on close button (#8838)\n\t\t\t\t// Focusing a dialog that is partially scrolled out of view\n\t\t\t\t// causes the browser to scroll it into view, preventing the click event\n\t\t\t\tif ( !$( event.target ).closest( \".ui-dialog-titlebar-close\" ) ) {\n\n\t\t\t\t\t// Dialog isn't getting focus when dragging (#8063)\n\t\t\t\t\tthis.uiDialog.trigger( \"focus\" );\n\t\t\t\t}\n\t\t\t}\n\t\t} );\n\n\t\t// Support: IE\n\t\t// Use type=\"button\" to prevent enter keypresses in textboxes from closing the\n\t\t// dialog in IE (#9312)\n\t\tthis.uiDialogTitlebarClose = $( \"<button type='button'></button>\" )\n\t\t\t.button( {\n\t\t\t\tlabel: $( \"<a>\" ).text( this.options.closeText ).html(),\n\t\t\t\ticon: \"ui-icon-closethick\",\n\t\t\t\tshowLabel: false\n\t\t\t} )\n\t\t\t.appendTo( this.uiDialogTitlebar );\n\n\t\tthis._addClass( this.uiDialogTitlebarClose, \"ui-dialog-titlebar-close\" );\n\t\tthis._on( this.uiDialogTitlebarClose, {\n\t\t\tclick: function( event ) {\n\t\t\t\tevent.preventDefault();\n\t\t\t\tthis.close( event );\n\t\t\t}\n\t\t} );\n\n\t\tuiDialogTitle = $( \"<span>\" ).uniqueId().prependTo( this.uiDialogTitlebar );\n\t\tthis._addClass( uiDialogTitle, \"ui-dialog-title\" );\n\t\tthis._title( uiDialogTitle );\n\n\t\tthis.uiDialogTitlebar.prependTo( this.uiDialog );\n\n\t\tthis.uiDialog.attr( {\n\t\t\t\"aria-labelledby\": uiDialogTitle.attr( \"id\" )\n\t\t} );\n\t},\n\n\t_title: function( title ) {\n\t\tif ( this.options.title ) {\n\t\t\ttitle.text( this.options.title );\n\t\t} else {\n\t\t\ttitle.html( \"&#160;\" );\n\t\t}\n\t},\n\n\t_createButtonPane: function() {\n\t\tthis.uiDialogButtonPane = $( \"<div>\" );\n\t\tthis._addClass( this.uiDialogButtonPane, \"ui-dialog-buttonpane\",\n\t\t\t\"ui-widget-content ui-helper-clearfix\" );\n\n\t\tthis.uiButtonSet = $( \"<div>\" )\n\t\t\t.appendTo( this.uiDialogButtonPane );\n\t\tthis._addClass( this.uiButtonSet, \"ui-dialog-buttonset\" );\n\n\t\tthis._createButtons();\n\t},\n\n\t_createButtons: function() {\n\t\tvar that = this,\n\t\t\tbuttons = this.options.buttons;\n\n\t\t// If we already have a button pane, remove it\n\t\tthis.uiDialogButtonPane.remove();\n\t\tthis.uiButtonSet.empty();\n\n\t\tif ( $.isEmptyObject( buttons ) || ( $.isArray( buttons ) && !buttons.length ) ) {\n\t\t\tthis._removeClass( this.uiDialog, \"ui-dialog-buttons\" );\n\t\t\treturn;\n\t\t}\n\n\t\t$.each( buttons, function( name, props ) {\n\t\t\tvar click, buttonOptions;\n\t\t\tprops = $.isFunction( props ) ?\n\t\t\t\t{ click: props, text: name } :\n\t\t\t\tprops;\n\n\t\t\t// Default to a non-submitting button\n\t\t\tprops = $.extend( { type: \"button\" }, props );\n\n\t\t\t// Change the context for the click callback to be the main element\n\t\t\tclick = props.click;\n\t\t\tbuttonOptions = {\n\t\t\t\ticon: props.icon,\n\t\t\t\ticonPosition: props.iconPosition,\n\t\t\t\tshowLabel: props.showLabel,\n\n\t\t\t\t// Deprecated options\n\t\t\t\ticons: props.icons,\n\t\t\t\ttext: props.text\n\t\t\t};\n\n\t\t\tdelete props.click;\n\t\t\tdelete props.icon;\n\t\t\tdelete props.iconPosition;\n\t\t\tdelete props.showLabel;\n\n\t\t\t// Deprecated options\n\t\t\tdelete props.icons;\n\t\t\tif ( typeof props.text === \"boolean\" ) {\n\t\t\t\tdelete props.text;\n\t\t\t}\n\n\t\t\t$( \"<button></button>\", props )\n\t\t\t\t.button( buttonOptions )\n\t\t\t\t.appendTo( that.uiButtonSet )\n\t\t\t\t.on( \"click\", function() {\n\t\t\t\t\tclick.apply( that.element[ 0 ], arguments );\n\t\t\t\t} );\n\t\t} );\n\t\tthis._addClass( this.uiDialog, \"ui-dialog-buttons\" );\n\t\tthis.uiDialogButtonPane.appendTo( this.uiDialog );\n\t},\n\n\t_makeDraggable: function() {\n\t\tvar that = this,\n\t\t\toptions = this.options;\n\n\t\tfunction filteredUi( ui ) {\n\t\t\treturn {\n\t\t\t\tposition: ui.position,\n\t\t\t\toffset: ui.offset\n\t\t\t};\n\t\t}\n\n\t\tthis.uiDialog.draggable( {\n\t\t\tcancel: \".ui-dialog-content, .ui-dialog-titlebar-close\",\n\t\t\thandle: \".ui-dialog-titlebar\",\n\t\t\tcontainment: \"document\",\n\t\t\tstart: function( event, ui ) {\n\t\t\t\tthat._addClass( $( this ), \"ui-dialog-dragging\" );\n\t\t\t\tthat._blockFrames();\n\t\t\t\tthat._trigger( \"dragStart\", event, filteredUi( ui ) );\n\t\t\t},\n\t\t\tdrag: function( event, ui ) {\n\t\t\t\tthat._trigger( \"drag\", event, filteredUi( ui ) );\n\t\t\t},\n\t\t\tstop: function( event, ui ) {\n\t\t\t\tvar left = ui.offset.left - that.document.scrollLeft(),\n\t\t\t\t\ttop = ui.offset.top - that.document.scrollTop();\n\n\t\t\t\toptions.position = {\n\t\t\t\t\tmy: \"left top\",\n\t\t\t\t\tat: \"left\" + ( left >= 0 ? \"+\" : \"\" ) + left + \" \" +\n\t\t\t\t\t\t\"top\" + ( top >= 0 ? \"+\" : \"\" ) + top,\n\t\t\t\t\tof: that.window\n\t\t\t\t};\n\t\t\t\tthat._removeClass( $( this ), \"ui-dialog-dragging\" );\n\t\t\t\tthat._unblockFrames();\n\t\t\t\tthat._trigger( \"dragStop\", event, filteredUi( ui ) );\n\t\t\t}\n\t\t} );\n\t},\n\n\t_makeResizable: function() {\n\t\tvar that = this,\n\t\t\toptions = this.options,\n\t\t\thandles = options.resizable,\n\n\t\t\t// .ui-resizable has position: relative defined in the stylesheet\n\t\t\t// but dialogs have to use absolute or fixed positioning\n\t\t\tposition = this.uiDialog.css( \"position\" ),\n\t\t\tresizeHandles = typeof handles === \"string\" ?\n\t\t\t\thandles :\n\t\t\t\t\"n,e,s,w,se,sw,ne,nw\";\n\n\t\tfunction filteredUi( ui ) {\n\t\t\treturn {\n\t\t\t\toriginalPosition: ui.originalPosition,\n\t\t\t\toriginalSize: ui.originalSize,\n\t\t\t\tposition: ui.position,\n\t\t\t\tsize: ui.size\n\t\t\t};\n\t\t}\n\n\t\tthis.uiDialog.resizable( {\n\t\t\tcancel: \".ui-dialog-content\",\n\t\t\tcontainment: \"document\",\n\t\t\talsoResize: this.element,\n\t\t\tmaxWidth: options.maxWidth,\n\t\t\tmaxHeight: options.maxHeight,\n\t\t\tminWidth: options.minWidth,\n\t\t\tminHeight: this._minHeight(),\n\t\t\thandles: resizeHandles,\n\t\t\tstart: function( event, ui ) {\n\t\t\t\tthat._addClass( $( this ), \"ui-dialog-resizing\" );\n\t\t\t\tthat._blockFrames();\n\t\t\t\tthat._trigger( \"resizeStart\", event, filteredUi( ui ) );\n\t\t\t},\n\t\t\tresize: function( event, ui ) {\n\t\t\t\tthat._trigger( \"resize\", event, filteredUi( ui ) );\n\t\t\t},\n\t\t\tstop: function( event, ui ) {\n\t\t\t\tvar offset = that.uiDialog.offset(),\n\t\t\t\t\tleft = offset.left - that.document.scrollLeft(),\n\t\t\t\t\ttop = offset.top - that.document.scrollTop();\n\n\t\t\t\toptions.height = that.uiDialog.height();\n\t\t\t\toptions.width = that.uiDialog.width();\n\t\t\t\toptions.position = {\n\t\t\t\t\tmy: \"left top\",\n\t\t\t\t\tat: \"left\" + ( left >= 0 ? \"+\" : \"\" ) + left + \" \" +\n\t\t\t\t\t\t\"top\" + ( top >= 0 ? \"+\" : \"\" ) + top,\n\t\t\t\t\tof: that.window\n\t\t\t\t};\n\t\t\t\tthat._removeClass( $( this ), \"ui-dialog-resizing\" );\n\t\t\t\tthat._unblockFrames();\n\t\t\t\tthat._trigger( \"resizeStop\", event, filteredUi( ui ) );\n\t\t\t}\n\t\t} )\n\t\t\t.css( \"position\", position );\n\t},\n\n\t_trackFocus: function() {\n\t\tthis._on( this.widget(), {\n\t\t\tfocusin: function( event ) {\n\t\t\t\tthis._makeFocusTarget();\n\t\t\t\tthis._focusedElement = $( event.target );\n\t\t\t}\n\t\t} );\n\t},\n\n\t_makeFocusTarget: function() {\n\t\tthis._untrackInstance();\n\t\tthis._trackingInstances().unshift( this );\n\t},\n\n\t_untrackInstance: function() {\n\t\tvar instances = this._trackingInstances(),\n\t\t\texists = $.inArray( this, instances );\n\t\tif ( exists !== -1 ) {\n\t\t\tinstances.splice( exists, 1 );\n\t\t}\n\t},\n\n\t_trackingInstances: function() {\n\t\tvar instances = this.document.data( \"ui-dialog-instances\" );\n\t\tif ( !instances ) {\n\t\t\tinstances = [];\n\t\t\tthis.document.data( \"ui-dialog-instances\", instances );\n\t\t}\n\t\treturn instances;\n\t},\n\n\t_minHeight: function() {\n\t\tvar options = this.options;\n\n\t\treturn options.height === \"auto\" ?\n\t\t\toptions.minHeight :\n\t\t\tMath.min( options.minHeight, options.height );\n\t},\n\n\t_position: function() {\n\n\t\t// Need to show the dialog to get the actual offset in the position plugin\n\t\tvar isVisible = this.uiDialog.is( \":visible\" );\n\t\tif ( !isVisible ) {\n\t\t\tthis.uiDialog.show();\n\t\t}\n\t\tthis.uiDialog.position( this.options.position );\n\t\tif ( !isVisible ) {\n\t\t\tthis.uiDialog.hide();\n\t\t}\n\t},\n\n\t_setOptions: function( options ) {\n\t\tvar that = this,\n\t\t\tresize = false,\n\t\t\tresizableOptions = {};\n\n\t\t$.each( options, function( key, value ) {\n\t\t\tthat._setOption( key, value );\n\n\t\t\tif ( key in that.sizeRelatedOptions ) {\n\t\t\t\tresize = true;\n\t\t\t}\n\t\t\tif ( key in that.resizableRelatedOptions ) {\n\t\t\t\tresizableOptions[ key ] = value;\n\t\t\t}\n\t\t} );\n\n\t\tif ( resize ) {\n\t\t\tthis._size();\n\t\t\tthis._position();\n\t\t}\n\t\tif ( this.uiDialog.is( \":data(ui-resizable)\" ) ) {\n\t\t\tthis.uiDialog.resizable( \"option\", resizableOptions );\n\t\t}\n\t},\n\n\t_setOption: function( key, value ) {\n\t\tvar isDraggable, isResizable,\n\t\t\tuiDialog = this.uiDialog;\n\n\t\tif ( key === \"disabled\" ) {\n\t\t\treturn;\n\t\t}\n\n\t\tthis._super( key, value );\n\n\t\tif ( key === \"appendTo\" ) {\n\t\t\tthis.uiDialog.appendTo( this._appendTo() );\n\t\t}\n\n\t\tif ( key === \"buttons\" ) {\n\t\t\tthis._createButtons();\n\t\t}\n\n\t\tif ( key === \"closeText\" ) {\n\t\t\tthis.uiDialogTitlebarClose.button( {\n\n\t\t\t\t// Ensure that we always pass a string\n\t\t\t\tlabel: $( \"<a>\" ).text( \"\" + this.options.closeText ).html()\n\t\t\t} );\n\t\t}\n\n\t\tif ( key === \"draggable\" ) {\n\t\t\tisDraggable = uiDialog.is( \":data(ui-draggable)\" );\n\t\t\tif ( isDraggable && !value ) {\n\t\t\t\tuiDialog.draggable( \"destroy\" );\n\t\t\t}\n\n\t\t\tif ( !isDraggable && value ) {\n\t\t\t\tthis._makeDraggable();\n\t\t\t}\n\t\t}\n\n\t\tif ( key === \"position\" ) {\n\t\t\tthis._position();\n\t\t}\n\n\t\tif ( key === \"resizable\" ) {\n\n\t\t\t// currently resizable, becoming non-resizable\n\t\t\tisResizable = uiDialog.is( \":data(ui-resizable)\" );\n\t\t\tif ( isResizable && !value ) {\n\t\t\t\tuiDialog.resizable( \"destroy\" );\n\t\t\t}\n\n\t\t\t// Currently resizable, changing handles\n\t\t\tif ( isResizable && typeof value === \"string\" ) {\n\t\t\t\tuiDialog.resizable( \"option\", \"handles\", value );\n\t\t\t}\n\n\t\t\t// Currently non-resizable, becoming resizable\n\t\t\tif ( !isResizable && value !== false ) {\n\t\t\t\tthis._makeResizable();\n\t\t\t}\n\t\t}\n\n\t\tif ( key === \"title\" ) {\n\t\t\tthis._title( this.uiDialogTitlebar.find( \".ui-dialog-title\" ) );\n\t\t}\n\t},\n\n\t_size: function() {\n\n\t\t// If the user has resized the dialog, the .ui-dialog and .ui-dialog-content\n\t\t// divs will both have width and height set, so we need to reset them\n\t\tvar nonContentHeight, minContentHeight, maxContentHeight,\n\t\t\toptions = this.options;\n\n\t\t// Reset content sizing\n\t\tthis.element.show().css( {\n\t\t\twidth: \"auto\",\n\t\t\tminHeight: 0,\n\t\t\tmaxHeight: \"none\",\n\t\t\theight: 0\n\t\t} );\n\n\t\tif ( options.minWidth > options.width ) {\n\t\t\toptions.width = options.minWidth;\n\t\t}\n\n\t\t// Reset wrapper sizing\n\t\t// determine the height of all the non-content elements\n\t\tnonContentHeight = this.uiDialog.css( {\n\t\t\theight: \"auto\",\n\t\t\twidth: options.width\n\t\t} )\n\t\t\t.outerHeight();\n\t\tminContentHeight = Math.max( 0, options.minHeight - nonContentHeight );\n\t\tmaxContentHeight = typeof options.maxHeight === \"number\" ?\n\t\t\tMath.max( 0, options.maxHeight - nonContentHeight ) :\n\t\t\t\"none\";\n\n\t\tif ( options.height === \"auto\" ) {\n\t\t\tthis.element.css( {\n\t\t\t\tminHeight: minContentHeight,\n\t\t\t\tmaxHeight: maxContentHeight,\n\t\t\t\theight: \"auto\"\n\t\t\t} );\n\t\t} else {\n\t\t\tthis.element.height( Math.max( 0, options.height - nonContentHeight ) );\n\t\t}\n\n\t\tif ( this.uiDialog.is( \":data(ui-resizable)\" ) ) {\n\t\t\tthis.uiDialog.resizable( \"option\", \"minHeight\", this._minHeight() );\n\t\t}\n\t},\n\n\t_blockFrames: function() {\n\t\tthis.iframeBlocks = this.document.find( \"iframe\" ).map( function() {\n\t\t\tvar iframe = $( this );\n\n\t\t\treturn $( \"<div>\" )\n\t\t\t\t.css( {\n\t\t\t\t\tposition: \"absolute\",\n\t\t\t\t\twidth: iframe.outerWidth(),\n\t\t\t\t\theight: iframe.outerHeight()\n\t\t\t\t} )\n\t\t\t\t.appendTo( iframe.parent() )\n\t\t\t\t.offset( iframe.offset() )[ 0 ];\n\t\t} );\n\t},\n\n\t_unblockFrames: function() {\n\t\tif ( this.iframeBlocks ) {\n\t\t\tthis.iframeBlocks.remove();\n\t\t\tdelete this.iframeBlocks;\n\t\t}\n\t},\n\n\t_allowInteraction: function( event ) {\n\t\tif ( $( event.target ).closest( \".ui-dialog\" ).length ) {\n\t\t\treturn true;\n\t\t}\n\n\t\t// TODO: Remove hack when datepicker implements\n\t\t// the .ui-front logic (#8989)\n\t\treturn !!$( event.target ).closest( \".ui-datepicker\" ).length;\n\t},\n\n\t_createOverlay: function() {\n\t\tif ( !this.options.modal ) {\n\t\t\treturn;\n\t\t}\n\n\t\t// We use a delay in case the overlay is created from an\n\t\t// event that we're going to be cancelling (#2804)\n\t\tvar isOpening = true;\n\t\tthis._delay( function() {\n\t\t\tisOpening = false;\n\t\t} );\n\n\t\tif ( !this.document.data( \"ui-dialog-overlays\" ) ) {\n\n\t\t\t// Prevent use of anchors and inputs\n\t\t\t// Using _on() for an event handler shared across many instances is\n\t\t\t// safe because the dialogs stack and must be closed in reverse order\n\t\t\tthis._on( this.document, {\n\t\t\t\tfocusin: function( event ) {\n\t\t\t\t\tif ( isOpening ) {\n\t\t\t\t\t\treturn;\n\t\t\t\t\t}\n\n\t\t\t\t\tif ( !this._allowInteraction( event ) ) {\n\t\t\t\t\t\tevent.preventDefault();\n\t\t\t\t\t\tthis._trackingInstances()[ 0 ]._focusTabbable();\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t} );\n\t\t}\n\n\t\tthis.overlay = $( \"<div>\" )\n\t\t\t.appendTo( this._appendTo() );\n\n\t\tthis._addClass( this.overlay, null, \"ui-widget-overlay ui-front\" );\n\t\tthis._on( this.overlay, {\n\t\t\tmousedown: \"_keepFocus\"\n\t\t} );\n\t\tthis.document.data( \"ui-dialog-overlays\",\n\t\t\t( this.document.data( \"ui-dialog-overlays\" ) || 0 ) + 1 );\n\t},\n\n\t_destroyOverlay: function() {\n\t\tif ( !this.options.modal ) {\n\t\t\treturn;\n\t\t}\n\n\t\tif ( this.overlay ) {\n\t\t\tvar overlays = this.document.data( \"ui-dialog-overlays\" ) - 1;\n\n\t\t\tif ( !overlays ) {\n\t\t\t\tthis._off( this.document, \"focusin\" );\n\t\t\t\tthis.document.removeData( \"ui-dialog-overlays\" );\n\t\t\t} else {\n\t\t\t\tthis.document.data( \"ui-dialog-overlays\", overlays );\n\t\t\t}\n\n\t\t\tthis.overlay.remove();\n\t\t\tthis.overlay = null;\n\t\t}\n\t}\n} );\n\n// DEPRECATED\n// TODO: switch return back to widget declaration at top of file when this is removed\nif ( $.uiBackCompat !== false ) {\n\n\t// Backcompat for dialogClass option\n\t$.widget( \"ui.dialog\", $.ui.dialog, {\n\t\toptions: {\n\t\t\tdialogClass: \"\"\n\t\t},\n\t\t_createWrapper: function() {\n\t\t\tthis._super();\n\t\t\tthis.uiDialog.addClass( this.options.dialogClass );\n\t\t},\n\t\t_setOption: function( key, value ) {\n\t\t\tif ( key === \"dialogClass\" ) {\n\t\t\t\tthis.uiDialog\n\t\t\t\t\t.removeClass( this.options.dialogClass )\n\t\t\t\t\t.addClass( value );\n\t\t\t}\n\t\t\tthis._superApply( arguments );\n\t\t}\n\t} );\n}\n\nvar widgetsDialog = $.ui.dialog;\n\n\n/*!\n * jQuery UI Droppable 1.12.1\n * http://jqueryui.com\n *\n * Copyright jQuery Foundation and other contributors\n * Released under the MIT license.\n * http://jquery.org/license\n */\n\n//>>label: Droppable\n//>>group: Interactions\n//>>description: Enables drop targets for draggable elements.\n//>>docs: http://api.jqueryui.com/droppable/\n//>>demos: http://jqueryui.com/droppable/\n\n\n\n$.widget( \"ui.droppable\", {\n\tversion: \"1.12.1\",\n\twidgetEventPrefix: \"drop\",\n\toptions: {\n\t\taccept: \"*\",\n\t\taddClasses: true,\n\t\tgreedy: false,\n\t\tscope: \"default\",\n\t\ttolerance: \"intersect\",\n\n\t\t// Callbacks\n\t\tactivate: null,\n\t\tdeactivate: null,\n\t\tdrop: null,\n\t\tout: null,\n\t\tover: null\n\t},\n\t_create: function() {\n\n\t\tvar proportions,\n\t\t\to = this.options,\n\t\t\taccept = o.accept;\n\n\t\tthis.isover = false;\n\t\tthis.isout = true;\n\n\t\tthis.accept = $.isFunction( accept ) ? accept : function( d ) {\n\t\t\treturn d.is( accept );\n\t\t};\n\n\t\tthis.proportions = function( /* valueToWrite */ ) {\n\t\t\tif ( arguments.length ) {\n\n\t\t\t\t// Store the droppable's proportions\n\t\t\t\tproportions = arguments[ 0 ];\n\t\t\t} else {\n\n\t\t\t\t// Retrieve or derive the droppable's proportions\n\t\t\t\treturn proportions ?\n\t\t\t\t\tproportions :\n\t\t\t\t\tproportions = {\n\t\t\t\t\t\twidth: this.element[ 0 ].offsetWidth,\n\t\t\t\t\t\theight: this.element[ 0 ].offsetHeight\n\t\t\t\t\t};\n\t\t\t}\n\t\t};\n\n\t\tthis._addToManager( o.scope );\n\n\t\to.addClasses && this._addClass( \"ui-droppable\" );\n\n\t},\n\n\t_addToManager: function( scope ) {\n\n\t\t// Add the reference and positions to the manager\n\t\t$.ui.ddmanager.droppables[ scope ] = $.ui.ddmanager.droppables[ scope ] || [];\n\t\t$.ui.ddmanager.droppables[ scope ].push( this );\n\t},\n\n\t_splice: function( drop ) {\n\t\tvar i = 0;\n\t\tfor ( ; i < drop.length; i++ ) {\n\t\t\tif ( drop[ i ] === this ) {\n\t\t\t\tdrop.splice( i, 1 );\n\t\t\t}\n\t\t}\n\t},\n\n\t_destroy: function() {\n\t\tvar drop = $.ui.ddmanager.droppables[ this.options.scope ];\n\n\t\tthis._splice( drop );\n\t},\n\n\t_setOption: function( key, value ) {\n\n\t\tif ( key === \"accept\" ) {\n\t\t\tthis.accept = $.isFunction( value ) ? value : function( d ) {\n\t\t\t\treturn d.is( value );\n\t\t\t};\n\t\t} else if ( key === \"scope\" ) {\n\t\t\tvar drop = $.ui.ddmanager.droppables[ this.options.scope ];\n\n\t\t\tthis._splice( drop );\n\t\t\tthis._addToManager( value );\n\t\t}\n\n\t\tthis._super( key, value );\n\t},\n\n\t_activate: function( event ) {\n\t\tvar draggable = $.ui.ddmanager.current;\n\n\t\tthis._addActiveClass();\n\t\tif ( draggable ) {\n\t\t\tthis._trigger( \"activate\", event, this.ui( draggable ) );\n\t\t}\n\t},\n\n\t_deactivate: function( event ) {\n\t\tvar draggable = $.ui.ddmanager.current;\n\n\t\tthis._removeActiveClass();\n\t\tif ( draggable ) {\n\t\t\tthis._trigger( \"deactivate\", event, this.ui( draggable ) );\n\t\t}\n\t},\n\n\t_over: function( event ) {\n\n\t\tvar draggable = $.ui.ddmanager.current;\n\n\t\t// Bail if draggable and droppable are same element\n\t\tif ( !draggable || ( draggable.currentItem ||\n\t\t\t\tdraggable.element )[ 0 ] === this.element[ 0 ] ) {\n\t\t\treturn;\n\t\t}\n\n\t\tif ( this.accept.call( this.element[ 0 ], ( draggable.currentItem ||\n\t\t\t\tdraggable.element ) ) ) {\n\t\t\tthis._addHoverClass();\n\t\t\tthis._trigger( \"over\", event, this.ui( draggable ) );\n\t\t}\n\n\t},\n\n\t_out: function( event ) {\n\n\t\tvar draggable = $.ui.ddmanager.current;\n\n\t\t// Bail if draggable and droppable are same element\n\t\tif ( !draggable || ( draggable.currentItem ||\n\t\t\t\tdraggable.element )[ 0 ] === this.element[ 0 ] ) {\n\t\t\treturn;\n\t\t}\n\n\t\tif ( this.accept.call( this.element[ 0 ], ( draggable.currentItem ||\n\t\t\t\tdraggable.element ) ) ) {\n\t\t\tthis._removeHoverClass();\n\t\t\tthis._trigger( \"out\", event, this.ui( draggable ) );\n\t\t}\n\n\t},\n\n\t_drop: function( event, custom ) {\n\n\t\tvar draggable = custom || $.ui.ddmanager.current,\n\t\t\tchildrenIntersection = false;\n\n\t\t// Bail if draggable and droppable are same element\n\t\tif ( !draggable || ( draggable.currentItem ||\n\t\t\t\tdraggable.element )[ 0 ] === this.element[ 0 ] ) {\n\t\t\treturn false;\n\t\t}\n\n\t\tthis.element\n\t\t\t.find( \":data(ui-droppable)\" )\n\t\t\t.not( \".ui-draggable-dragging\" )\n\t\t\t.each( function() {\n\t\t\t\tvar inst = $( this ).droppable( \"instance\" );\n\t\t\t\tif (\n\t\t\t\t\tinst.options.greedy &&\n\t\t\t\t\t!inst.options.disabled &&\n\t\t\t\t\tinst.options.scope === draggable.options.scope &&\n\t\t\t\t\tinst.accept.call(\n\t\t\t\t\t\tinst.element[ 0 ], ( draggable.currentItem || draggable.element )\n\t\t\t\t\t) &&\n\t\t\t\t\tintersect(\n\t\t\t\t\t\tdraggable,\n\t\t\t\t\t\t$.extend( inst, { offset: inst.element.offset() } ),\n\t\t\t\t\t\tinst.options.tolerance, event\n\t\t\t\t\t)\n\t\t\t\t) {\n\t\t\t\t\tchildrenIntersection = true;\n\t\t\t\t\treturn false; }\n\t\t\t} );\n\t\tif ( childrenIntersection ) {\n\t\t\treturn false;\n\t\t}\n\n\t\tif ( this.accept.call( this.element[ 0 ],\n\t\t\t\t( draggable.currentItem || draggable.element ) ) ) {\n\t\t\tthis._removeActiveClass();\n\t\t\tthis._removeHoverClass();\n\n\t\t\tthis._trigger( \"drop\", event, this.ui( draggable ) );\n\t\t\treturn this.element;\n\t\t}\n\n\t\treturn false;\n\n\t},\n\n\tui: function( c ) {\n\t\treturn {\n\t\t\tdraggable: ( c.currentItem || c.element ),\n\t\t\thelper: c.helper,\n\t\t\tposition: c.position,\n\t\t\toffset: c.positionAbs\n\t\t};\n\t},\n\n\t// Extension points just to make backcompat sane and avoid duplicating logic\n\t// TODO: Remove in 1.13 along with call to it below\n\t_addHoverClass: function() {\n\t\tthis._addClass( \"ui-droppable-hover\" );\n\t},\n\n\t_removeHoverClass: function() {\n\t\tthis._removeClass( \"ui-droppable-hover\" );\n\t},\n\n\t_addActiveClass: function() {\n\t\tthis._addClass( \"ui-droppable-active\" );\n\t},\n\n\t_removeActiveClass: function() {\n\t\tthis._removeClass( \"ui-droppable-active\" );\n\t}\n} );\n\nvar intersect = $.ui.intersect = ( function() {\n\tfunction isOverAxis( x, reference, size ) {\n\t\treturn ( x >= reference ) && ( x < ( reference + size ) );\n\t}\n\n\treturn function( draggable, droppable, toleranceMode, event ) {\n\n\t\tif ( !droppable.offset ) {\n\t\t\treturn false;\n\t\t}\n\n\t\tvar x1 = ( draggable.positionAbs ||\n\t\t\t\tdraggable.position.absolute ).left + draggable.margins.left,\n\t\t\ty1 = ( draggable.positionAbs ||\n\t\t\t\tdraggable.position.absolute ).top + draggable.margins.top,\n\t\t\tx2 = x1 + draggable.helperProportions.width,\n\t\t\ty2 = y1 + draggable.helperProportions.height,\n\t\t\tl = droppable.offset.left,\n\t\t\tt = droppable.offset.top,\n\t\t\tr = l + droppable.proportions().width,\n\t\t\tb = t + droppable.proportions().height;\n\n\t\tswitch ( toleranceMode ) {\n\t\tcase \"fit\":\n\t\t\treturn ( l <= x1 && x2 <= r && t <= y1 && y2 <= b );\n\t\tcase \"intersect\":\n\t\t\treturn ( l < x1 + ( draggable.helperProportions.width / 2 ) && // Right Half\n\t\t\t\tx2 - ( draggable.helperProportions.width / 2 ) < r && // Left Half\n\t\t\t\tt < y1 + ( draggable.helperProportions.height / 2 ) && // Bottom Half\n\t\t\t\ty2 - ( draggable.helperProportions.height / 2 ) < b ); // Top Half\n\t\tcase \"pointer\":\n\t\t\treturn isOverAxis( event.pageY, t, droppable.proportions().height ) &&\n\t\t\t\tisOverAxis( event.pageX, l, droppable.proportions().width );\n\t\tcase \"touch\":\n\t\t\treturn (\n\t\t\t\t( y1 >= t && y1 <= b ) || // Top edge touching\n\t\t\t\t( y2 >= t && y2 <= b ) || // Bottom edge touching\n\t\t\t\t( y1 < t && y2 > b ) // Surrounded vertically\n\t\t\t) && (\n\t\t\t\t( x1 >= l && x1 <= r ) || // Left edge touching\n\t\t\t\t( x2 >= l && x2 <= r ) || // Right edge touching\n\t\t\t\t( x1 < l && x2 > r ) // Surrounded horizontally\n\t\t\t);\n\t\tdefault:\n\t\t\treturn false;\n\t\t}\n\t};\n} )();\n\n/*\n\tThis manager tracks offsets of draggables and droppables\n*/\n$.ui.ddmanager = {\n\tcurrent: null,\n\tdroppables: { \"default\": [] },\n\tprepareOffsets: function( t, event ) {\n\n\t\tvar i, j,\n\t\t\tm = $.ui.ddmanager.droppables[ t.options.scope ] || [],\n\t\t\ttype = event ? event.type : null, // workaround for #2317\n\t\t\tlist = ( t.currentItem || t.element ).find( \":data(ui-droppable)\" ).addBack();\n\n\t\tdroppablesLoop: for ( i = 0; i < m.length; i++ ) {\n\n\t\t\t// No disabled and non-accepted\n\t\t\tif ( m[ i ].options.disabled || ( t && !m[ i ].accept.call( m[ i ].element[ 0 ],\n\t\t\t\t\t( t.currentItem || t.element ) ) ) ) {\n\t\t\t\tcontinue;\n\t\t\t}\n\n\t\t\t// Filter out elements in the current dragged item\n\t\t\tfor ( j = 0; j < list.length; j++ ) {\n\t\t\t\tif ( list[ j ] === m[ i ].element[ 0 ] ) {\n\t\t\t\t\tm[ i ].proportions().height = 0;\n\t\t\t\t\tcontinue droppablesLoop;\n\t\t\t\t}\n\t\t\t}\n\n\t\t\tm[ i ].visible = m[ i ].element.css( \"display\" ) !== \"none\";\n\t\t\tif ( !m[ i ].visible ) {\n\t\t\t\tcontinue;\n\t\t\t}\n\n\t\t\t// Activate the droppable if used directly from draggables\n\t\t\tif ( type === \"mousedown\" ) {\n\t\t\t\tm[ i ]._activate.call( m[ i ], event );\n\t\t\t}\n\n\t\t\tm[ i ].offset = m[ i ].element.offset();\n\t\t\tm[ i ].proportions( {\n\t\t\t\twidth: m[ i ].element[ 0 ].offsetWidth,\n\t\t\t\theight: m[ i ].element[ 0 ].offsetHeight\n\t\t\t} );\n\n\t\t}\n\n\t},\n\tdrop: function( draggable, event ) {\n\n\t\tvar dropped = false;\n\n\t\t// Create a copy of the droppables in case the list changes during the drop (#9116)\n\t\t$.each( ( $.ui.ddmanager.droppables[ draggable.options.scope ] || [] ).slice(), function() {\n\n\t\t\tif ( !this.options ) {\n\t\t\t\treturn;\n\t\t\t}\n\t\t\tif ( !this.options.disabled && this.visible &&\n\t\t\t\t\tintersect( draggable, this, this.options.tolerance, event ) ) {\n\t\t\t\tdropped = this._drop.call( this, event ) || dropped;\n\t\t\t}\n\n\t\t\tif ( !this.options.disabled && this.visible && this.accept.call( this.element[ 0 ],\n\t\t\t\t\t( draggable.currentItem || draggable.element ) ) ) {\n\t\t\t\tthis.isout = true;\n\t\t\t\tthis.isover = false;\n\t\t\t\tthis._deactivate.call( this, event );\n\t\t\t}\n\n\t\t} );\n\t\treturn dropped;\n\n\t},\n\tdragStart: function( draggable, event ) {\n\n\t\t// Listen for scrolling so that if the dragging causes scrolling the position of the\n\t\t// droppables can be recalculated (see #5003)\n\t\tdraggable.element.parentsUntil( \"body\" ).on( \"scroll.droppable\", function() {\n\t\t\tif ( !draggable.options.refreshPositions ) {\n\t\t\t\t$.ui.ddmanager.prepareOffsets( draggable, event );\n\t\t\t}\n\t\t} );\n\t},\n\tdrag: function( draggable, event ) {\n\n\t\t// If you have a highly dynamic page, you might try this option. It renders positions\n\t\t// every time you move the mouse.\n\t\tif ( draggable.options.refreshPositions ) {\n\t\t\t$.ui.ddmanager.prepareOffsets( draggable, event );\n\t\t}\n\n\t\t// Run through all droppables and check their positions based on specific tolerance options\n\t\t$.each( $.ui.ddmanager.droppables[ draggable.options.scope ] || [], function() {\n\n\t\t\tif ( this.options.disabled || this.greedyChild || !this.visible ) {\n\t\t\t\treturn;\n\t\t\t}\n\n\t\t\tvar parentInstance, scope, parent,\n\t\t\t\tintersects = intersect( draggable, this, this.options.tolerance, event ),\n\t\t\t\tc = !intersects && this.isover ?\n\t\t\t\t\t\"isout\" :\n\t\t\t\t\t( intersects && !this.isover ? \"isover\" : null );\n\t\t\tif ( !c ) {\n\t\t\t\treturn;\n\t\t\t}\n\n\t\t\tif ( this.options.greedy ) {\n\n\t\t\t\t// find droppable parents with same scope\n\t\t\t\tscope = this.options.scope;\n\t\t\t\tparent = this.element.parents( \":data(ui-droppable)\" ).filter( function() {\n\t\t\t\t\treturn $( this ).droppable( \"instance\" ).options.scope === scope;\n\t\t\t\t} );\n\n\t\t\t\tif ( parent.length ) {\n\t\t\t\t\tparentInstance = $( parent[ 0 ] ).droppable( \"instance\" );\n\t\t\t\t\tparentInstance.greedyChild = ( c === \"isover\" );\n\t\t\t\t}\n\t\t\t}\n\n\t\t\t// We just moved into a greedy child\n\t\t\tif ( parentInstance && c === \"isover\" ) {\n\t\t\t\tparentInstance.isover = false;\n\t\t\t\tparentInstance.isout = true;\n\t\t\t\tparentInstance._out.call( parentInstance, event );\n\t\t\t}\n\n\t\t\tthis[ c ] = true;\n\t\t\tthis[ c === \"isout\" ? \"isover\" : \"isout\" ] = false;\n\t\t\tthis[ c === \"isover\" ? \"_over\" : \"_out\" ].call( this, event );\n\n\t\t\t// We just moved out of a greedy child\n\t\t\tif ( parentInstance && c === \"isout\" ) {\n\t\t\t\tparentInstance.isout = false;\n\t\t\t\tparentInstance.isover = true;\n\t\t\t\tparentInstance._over.call( parentInstance, event );\n\t\t\t}\n\t\t} );\n\n\t},\n\tdragStop: function( draggable, event ) {\n\t\tdraggable.element.parentsUntil( \"body\" ).off( \"scroll.droppable\" );\n\n\t\t// Call prepareOffsets one final time since IE does not fire return scroll events when\n\t\t// overflow was caused by drag (see #5003)\n\t\tif ( !draggable.options.refreshPositions ) {\n\t\t\t$.ui.ddmanager.prepareOffsets( draggable, event );\n\t\t}\n\t}\n};\n\n// DEPRECATED\n// TODO: switch return back to widget declaration at top of file when this is removed\nif ( $.uiBackCompat !== false ) {\n\n\t// Backcompat for activeClass and hoverClass options\n\t$.widget( \"ui.droppable\", $.ui.droppable, {\n\t\toptions: {\n\t\t\thoverClass: false,\n\t\t\tactiveClass: false\n\t\t},\n\t\t_addActiveClass: function() {\n\t\t\tthis._super();\n\t\t\tif ( this.options.activeClass ) {\n\t\t\t\tthis.element.addClass( this.options.activeClass );\n\t\t\t}\n\t\t},\n\t\t_removeActiveClass: function() {\n\t\t\tthis._super();\n\t\t\tif ( this.options.activeClass ) {\n\t\t\t\tthis.element.removeClass( this.options.activeClass );\n\t\t\t}\n\t\t},\n\t\t_addHoverClass: function() {\n\t\t\tthis._super();\n\t\t\tif ( this.options.hoverClass ) {\n\t\t\t\tthis.element.addClass( this.options.hoverClass );\n\t\t\t}\n\t\t},\n\t\t_removeHoverClass: function() {\n\t\t\tthis._super();\n\t\t\tif ( this.options.hoverClass ) {\n\t\t\t\tthis.element.removeClass( this.options.hoverClass );\n\t\t\t}\n\t\t}\n\t} );\n}\n\nvar widgetsDroppable = $.ui.droppable;\n\n\n/*!\n * jQuery UI Progressbar 1.12.1\n * http://jqueryui.com\n *\n * Copyright jQuery Foundation and other contributors\n * Released under the MIT license.\n * http://jquery.org/license\n */\n\n//>>label: Progressbar\n//>>group: Widgets\n// jscs:disable maximumLineLength\n//>>description: Displays a status indicator for loading state, standard percentage, and other progress indicators.\n// jscs:enable maximumLineLength\n//>>docs: http://api.jqueryui.com/progressbar/\n//>>demos: http://jqueryui.com/progressbar/\n//>>css.structure: ../../themes/base/core.css\n//>>css.structure: ../../themes/base/progressbar.css\n//>>css.theme: ../../themes/base/theme.css\n\n\n\nvar widgetsProgressbar = $.widget( \"ui.progressbar\", {\n\tversion: \"1.12.1\",\n\toptions: {\n\t\tclasses: {\n\t\t\t\"ui-progressbar\": \"ui-corner-all\",\n\t\t\t\"ui-progressbar-value\": \"ui-corner-left\",\n\t\t\t\"ui-progressbar-complete\": \"ui-corner-right\"\n\t\t},\n\t\tmax: 100,\n\t\tvalue: 0,\n\n\t\tchange: null,\n\t\tcomplete: null\n\t},\n\n\tmin: 0,\n\n\t_create: function() {\n\n\t\t// Constrain initial value\n\t\tthis.oldValue = this.options.value = this._constrainedValue();\n\n\t\tthis.element.attr( {\n\n\t\t\t// Only set static values; aria-valuenow and aria-valuemax are\n\t\t\t// set inside _refreshValue()\n\t\t\trole: \"progressbar\",\n\t\t\t\"aria-valuemin\": this.min\n\t\t} );\n\t\tthis._addClass( \"ui-progressbar\", \"ui-widget ui-widget-content\" );\n\n\t\tthis.valueDiv = $( \"<div>\" ).appendTo( this.element );\n\t\tthis._addClass( this.valueDiv, \"ui-progressbar-value\", \"ui-widget-header\" );\n\t\tthis._refreshValue();\n\t},\n\n\t_destroy: function() {\n\t\tthis.element.removeAttr( \"role aria-valuemin aria-valuemax aria-valuenow\" );\n\n\t\tthis.valueDiv.remove();\n\t},\n\n\tvalue: function( newValue ) {\n\t\tif ( newValue === undefined ) {\n\t\t\treturn this.options.value;\n\t\t}\n\n\t\tthis.options.value = this._constrainedValue( newValue );\n\t\tthis._refreshValue();\n\t},\n\n\t_constrainedValue: function( newValue ) {\n\t\tif ( newValue === undefined ) {\n\t\t\tnewValue = this.options.value;\n\t\t}\n\n\t\tthis.indeterminate = newValue === false;\n\n\t\t// Sanitize value\n\t\tif ( typeof newValue !== \"number\" ) {\n\t\t\tnewValue = 0;\n\t\t}\n\n\t\treturn this.indeterminate ? false :\n\t\t\tMath.min( this.options.max, Math.max( this.min, newValue ) );\n\t},\n\n\t_setOptions: function( options ) {\n\n\t\t// Ensure \"value\" option is set after other values (like max)\n\t\tvar value = options.value;\n\t\tdelete options.value;\n\n\t\tthis._super( options );\n\n\t\tthis.options.value = this._constrainedValue( value );\n\t\tthis._refreshValue();\n\t},\n\n\t_setOption: function( key, value ) {\n\t\tif ( key === \"max\" ) {\n\n\t\t\t// Don't allow a max less than min\n\t\t\tvalue = Math.max( this.min, value );\n\t\t}\n\t\tthis._super( key, value );\n\t},\n\n\t_setOptionDisabled: function( value ) {\n\t\tthis._super( value );\n\n\t\tthis.element.attr( \"aria-disabled\", value );\n\t\tthis._toggleClass( null, \"ui-state-disabled\", !!value );\n\t},\n\n\t_percentage: function() {\n\t\treturn this.indeterminate ?\n\t\t\t100 :\n\t\t\t100 * ( this.options.value - this.min ) / ( this.options.max - this.min );\n\t},\n\n\t_refreshValue: function() {\n\t\tvar value = this.options.value,\n\t\t\tpercentage = this._percentage();\n\n\t\tthis.valueDiv\n\t\t\t.toggle( this.indeterminate || value > this.min )\n\t\t\t.width( percentage.toFixed( 0 ) + \"%\" );\n\n\t\tthis\n\t\t\t._toggleClass( this.valueDiv, \"ui-progressbar-complete\", null,\n\t\t\t\tvalue === this.options.max )\n\t\t\t._toggleClass( \"ui-progressbar-indeterminate\", null, this.indeterminate );\n\n\t\tif ( this.indeterminate ) {\n\t\t\tthis.element.removeAttr( \"aria-valuenow\" );\n\t\t\tif ( !this.overlayDiv ) {\n\t\t\t\tthis.overlayDiv = $( \"<div>\" ).appendTo( this.valueDiv );\n\t\t\t\tthis._addClass( this.overlayDiv, \"ui-progressbar-overlay\" );\n\t\t\t}\n\t\t} else {\n\t\t\tthis.element.attr( {\n\t\t\t\t\"aria-valuemax\": this.options.max,\n\t\t\t\t\"aria-valuenow\": value\n\t\t\t} );\n\t\t\tif ( this.overlayDiv ) {\n\t\t\t\tthis.overlayDiv.remove();\n\t\t\t\tthis.overlayDiv = null;\n\t\t\t}\n\t\t}\n\n\t\tif ( this.oldValue !== value ) {\n\t\t\tthis.oldValue = value;\n\t\t\tthis._trigger( \"change\" );\n\t\t}\n\t\tif ( value === this.options.max ) {\n\t\t\tthis._trigger( \"complete\" );\n\t\t}\n\t}\n} );\n\n\n/*!\n * jQuery UI Selectable 1.12.1\n * http://jqueryui.com\n *\n * Copyright jQuery Foundation and other contributors\n * Released under the MIT license.\n * http://jquery.org/license\n */\n\n//>>label: Selectable\n//>>group: Interactions\n//>>description: Allows groups of elements to be selected with the mouse.\n//>>docs: http://api.jqueryui.com/selectable/\n//>>demos: http://jqueryui.com/selectable/\n//>>css.structure: ../../themes/base/selectable.css\n\n\n\nvar widgetsSelectable = $.widget( \"ui.selectable\", $.ui.mouse, {\n\tversion: \"1.12.1\",\n\toptions: {\n\t\tappendTo: \"body\",\n\t\tautoRefresh: true,\n\t\tdistance: 0,\n\t\tfilter: \"*\",\n\t\ttolerance: \"touch\",\n\n\t\t// Callbacks\n\t\tselected: null,\n\t\tselecting: null,\n\t\tstart: null,\n\t\tstop: null,\n\t\tunselected: null,\n\t\tunselecting: null\n\t},\n\t_create: function() {\n\t\tvar that = this;\n\n\t\tthis._addClass( \"ui-selectable\" );\n\n\t\tthis.dragged = false;\n\n\t\t// Cache selectee children based on filter\n\t\tthis.refresh = function() {\n\t\t\tthat.elementPos = $( that.element[ 0 ] ).offset();\n\t\t\tthat.selectees = $( that.options.filter, that.element[ 0 ] );\n\t\t\tthat._addClass( that.selectees, \"ui-selectee\" );\n\t\t\tthat.selectees.each( function() {\n\t\t\t\tvar $this = $( this ),\n\t\t\t\t\tselecteeOffset = $this.offset(),\n\t\t\t\t\tpos = {\n\t\t\t\t\t\tleft: selecteeOffset.left - that.elementPos.left,\n\t\t\t\t\t\ttop: selecteeOffset.top - that.elementPos.top\n\t\t\t\t\t};\n\t\t\t\t$.data( this, \"selectable-item\", {\n\t\t\t\t\telement: this,\n\t\t\t\t\t$element: $this,\n\t\t\t\t\tleft: pos.left,\n\t\t\t\t\ttop: pos.top,\n\t\t\t\t\tright: pos.left + $this.outerWidth(),\n\t\t\t\t\tbottom: pos.top + $this.outerHeight(),\n\t\t\t\t\tstartselected: false,\n\t\t\t\t\tselected: $this.hasClass( \"ui-selected\" ),\n\t\t\t\t\tselecting: $this.hasClass( \"ui-selecting\" ),\n\t\t\t\t\tunselecting: $this.hasClass( \"ui-unselecting\" )\n\t\t\t\t} );\n\t\t\t} );\n\t\t};\n\t\tthis.refresh();\n\n\t\tthis._mouseInit();\n\n\t\tthis.helper = $( \"<div>\" );\n\t\tthis._addClass( this.helper, \"ui-selectable-helper\" );\n\t},\n\n\t_destroy: function() {\n\t\tthis.selectees.removeData( \"selectable-item\" );\n\t\tthis._mouseDestroy();\n\t},\n\n\t_mouseStart: function( event ) {\n\t\tvar that = this,\n\t\t\toptions = this.options;\n\n\t\tthis.opos = [ event.pageX, event.pageY ];\n\t\tthis.elementPos = $( this.element[ 0 ] ).offset();\n\n\t\tif ( this.options.disabled ) {\n\t\t\treturn;\n\t\t}\n\n\t\tthis.selectees = $( options.filter, this.element[ 0 ] );\n\n\t\tthis._trigger( \"start\", event );\n\n\t\t$( options.appendTo ).append( this.helper );\n\n\t\t// position helper (lasso)\n\t\tthis.helper.css( {\n\t\t\t\"left\": event.pageX,\n\t\t\t\"top\": event.pageY,\n\t\t\t\"width\": 0,\n\t\t\t\"height\": 0\n\t\t} );\n\n\t\tif ( options.autoRefresh ) {\n\t\t\tthis.refresh();\n\t\t}\n\n\t\tthis.selectees.filter( \".ui-selected\" ).each( function() {\n\t\t\tvar selectee = $.data( this, \"selectable-item\" );\n\t\t\tselectee.startselected = true;\n\t\t\tif ( !event.metaKey && !event.ctrlKey ) {\n\t\t\t\tthat._removeClass( selectee.$element, \"ui-selected\" );\n\t\t\t\tselectee.selected = false;\n\t\t\t\tthat._addClass( selectee.$element, \"ui-unselecting\" );\n\t\t\t\tselectee.unselecting = true;\n\n\t\t\t\t// selectable UNSELECTING callback\n\t\t\t\tthat._trigger( \"unselecting\", event, {\n\t\t\t\t\tunselecting: selectee.element\n\t\t\t\t} );\n\t\t\t}\n\t\t} );\n\n\t\t$( event.target ).parents().addBack().each( function() {\n\t\t\tvar doSelect,\n\t\t\t\tselectee = $.data( this, \"selectable-item\" );\n\t\t\tif ( selectee ) {\n\t\t\t\tdoSelect = ( !event.metaKey && !event.ctrlKey ) ||\n\t\t\t\t\t!selectee.$element.hasClass( \"ui-selected\" );\n\t\t\t\tthat._removeClass( selectee.$element, doSelect ? \"ui-unselecting\" : \"ui-selected\" )\n\t\t\t\t\t._addClass( selectee.$element, doSelect ? \"ui-selecting\" : \"ui-unselecting\" );\n\t\t\t\tselectee.unselecting = !doSelect;\n\t\t\t\tselectee.selecting = doSelect;\n\t\t\t\tselectee.selected = doSelect;\n\n\t\t\t\t// selectable (UN)SELECTING callback\n\t\t\t\tif ( doSelect ) {\n\t\t\t\t\tthat._trigger( \"selecting\", event, {\n\t\t\t\t\t\tselecting: selectee.element\n\t\t\t\t\t} );\n\t\t\t\t} else {\n\t\t\t\t\tthat._trigger( \"unselecting\", event, {\n\t\t\t\t\t\tunselecting: selectee.element\n\t\t\t\t\t} );\n\t\t\t\t}\n\t\t\t\treturn false;\n\t\t\t}\n\t\t} );\n\n\t},\n\n\t_mouseDrag: function( event ) {\n\n\t\tthis.dragged = true;\n\n\t\tif ( this.options.disabled ) {\n\t\t\treturn;\n\t\t}\n\n\t\tvar tmp,\n\t\t\tthat = this,\n\t\t\toptions = this.options,\n\t\t\tx1 = this.opos[ 0 ],\n\t\t\ty1 = this.opos[ 1 ],\n\t\t\tx2 = event.pageX,\n\t\t\ty2 = event.pageY;\n\n\t\tif ( x1 > x2 ) { tmp = x2; x2 = x1; x1 = tmp; }\n\t\tif ( y1 > y2 ) { tmp = y2; y2 = y1; y1 = tmp; }\n\t\tthis.helper.css( { left: x1, top: y1, width: x2 - x1, height: y2 - y1 } );\n\n\t\tthis.selectees.each( function() {\n\t\t\tvar selectee = $.data( this, \"selectable-item\" ),\n\t\t\t\thit = false,\n\t\t\t\toffset = {};\n\n\t\t\t//prevent helper from being selected if appendTo: selectable\n\t\t\tif ( !selectee || selectee.element === that.element[ 0 ] ) {\n\t\t\t\treturn;\n\t\t\t}\n\n\t\t\toffset.left = selectee.left + that.elementPos.left;\n\t\t\toffset.right = selectee.right + that.elementPos.left;\n\t\t\toffset.top = selectee.top + that.elementPos.top;\n\t\t\toffset.bottom = selectee.bottom + that.elementPos.top;\n\n\t\t\tif ( options.tolerance === \"touch\" ) {\n\t\t\t\thit = ( !( offset.left > x2 || offset.right < x1 || offset.top > y2 ||\n offset.bottom < y1 ) );\n\t\t\t} else if ( options.tolerance === \"fit\" ) {\n\t\t\t\thit = ( offset.left > x1 && offset.right < x2 && offset.top > y1 &&\n offset.bottom < y2 );\n\t\t\t}\n\n\t\t\tif ( hit ) {\n\n\t\t\t\t// SELECT\n\t\t\t\tif ( selectee.selected ) {\n\t\t\t\t\tthat._removeClass( selectee.$element, \"ui-selected\" );\n\t\t\t\t\tselectee.selected = false;\n\t\t\t\t}\n\t\t\t\tif ( selectee.unselecting ) {\n\t\t\t\t\tthat._removeClass( selectee.$element, \"ui-unselecting\" );\n\t\t\t\t\tselectee.unselecting = false;\n\t\t\t\t}\n\t\t\t\tif ( !selectee.selecting ) {\n\t\t\t\t\tthat._addClass( selectee.$element, \"ui-selecting\" );\n\t\t\t\t\tselectee.selecting = true;\n\n\t\t\t\t\t// selectable SELECTING callback\n\t\t\t\t\tthat._trigger( \"selecting\", event, {\n\t\t\t\t\t\tselecting: selectee.element\n\t\t\t\t\t} );\n\t\t\t\t}\n\t\t\t} else {\n\n\t\t\t\t// UNSELECT\n\t\t\t\tif ( selectee.selecting ) {\n\t\t\t\t\tif ( ( event.metaKey || event.ctrlKey ) && selectee.startselected ) {\n\t\t\t\t\t\tthat._removeClass( selectee.$element, \"ui-selecting\" );\n\t\t\t\t\t\tselectee.selecting = false;\n\t\t\t\t\t\tthat._addClass( selectee.$element, \"ui-selected\" );\n\t\t\t\t\t\tselectee.selected = true;\n\t\t\t\t\t} else {\n\t\t\t\t\t\tthat._removeClass( selectee.$element, \"ui-selecting\" );\n\t\t\t\t\t\tselectee.selecting = false;\n\t\t\t\t\t\tif ( selectee.startselected ) {\n\t\t\t\t\t\t\tthat._addClass( selectee.$element, \"ui-unselecting\" );\n\t\t\t\t\t\t\tselectee.unselecting = true;\n\t\t\t\t\t\t}\n\n\t\t\t\t\t\t// selectable UNSELECTING callback\n\t\t\t\t\t\tthat._trigger( \"unselecting\", event, {\n\t\t\t\t\t\t\tunselecting: selectee.element\n\t\t\t\t\t\t} );\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\tif ( selectee.selected ) {\n\t\t\t\t\tif ( !event.metaKey && !event.ctrlKey && !selectee.startselected ) {\n\t\t\t\t\t\tthat._removeClass( selectee.$element, \"ui-selected\" );\n\t\t\t\t\t\tselectee.selected = false;\n\n\t\t\t\t\t\tthat._addClass( selectee.$element, \"ui-unselecting\" );\n\t\t\t\t\t\tselectee.unselecting = true;\n\n\t\t\t\t\t\t// selectable UNSELECTING callback\n\t\t\t\t\t\tthat._trigger( \"unselecting\", event, {\n\t\t\t\t\t\t\tunselecting: selectee.element\n\t\t\t\t\t\t} );\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t} );\n\n\t\treturn false;\n\t},\n\n\t_mouseStop: function( event ) {\n\t\tvar that = this;\n\n\t\tthis.dragged = false;\n\n\t\t$( \".ui-unselecting\", this.element[ 0 ] ).each( function() {\n\t\t\tvar selectee = $.data( this, \"selectable-item\" );\n\t\t\tthat._removeClass( selectee.$element, \"ui-unselecting\" );\n\t\t\tselectee.unselecting = false;\n\t\t\tselectee.startselected = false;\n\t\t\tthat._trigger( \"unselected\", event, {\n\t\t\t\tunselected: selectee.element\n\t\t\t} );\n\t\t} );\n\t\t$( \".ui-selecting\", this.element[ 0 ] ).each( function() {\n\t\t\tvar selectee = $.data( this, \"selectable-item\" );\n\t\t\tthat._removeClass( selectee.$element, \"ui-selecting\" )\n\t\t\t\t._addClass( selectee.$element, \"ui-selected\" );\n\t\t\tselectee.selecting = false;\n\t\t\tselectee.selected = true;\n\t\t\tselectee.startselected = true;\n\t\t\tthat._trigger( \"selected\", event, {\n\t\t\t\tselected: selectee.element\n\t\t\t} );\n\t\t} );\n\t\tthis._trigger( \"stop\", event );\n\n\t\tthis.helper.remove();\n\n\t\treturn false;\n\t}\n\n} );\n\n\n/*!\n * jQuery UI Selectmenu 1.12.1\n * http://jqueryui.com\n *\n * Copyright jQuery Foundation and other contributors\n * Released under the MIT license.\n * http://jquery.org/license\n */\n\n//>>label: Selectmenu\n//>>group: Widgets\n// jscs:disable maximumLineLength\n//>>description: Duplicates and extends the functionality of a native HTML select element, allowing it to be customizable in behavior and appearance far beyond the limitations of a native select.\n// jscs:enable maximumLineLength\n//>>docs: http://api.jqueryui.com/selectmenu/\n//>>demos: http://jqueryui.com/selectmenu/\n//>>css.structure: ../../themes/base/core.css\n//>>css.structure: ../../themes/base/selectmenu.css, ../../themes/base/button.css\n//>>css.theme: ../../themes/base/theme.css\n\n\n\nvar widgetsSelectmenu = $.widget( \"ui.selectmenu\", [ $.ui.formResetMixin, {\n\tversion: \"1.12.1\",\n\tdefaultElement: \"<select>\",\n\toptions: {\n\t\tappendTo: null,\n\t\tclasses: {\n\t\t\t\"ui-selectmenu-button-open\": \"ui-corner-top\",\n\t\t\t\"ui-selectmenu-button-closed\": \"ui-corner-all\"\n\t\t},\n\t\tdisabled: null,\n\t\ticons: {\n\t\t\tbutton: \"ui-icon-triangle-1-s\"\n\t\t},\n\t\tposition: {\n\t\t\tmy: \"left top\",\n\t\t\tat: \"left bottom\",\n\t\t\tcollision: \"none\"\n\t\t},\n\t\twidth: false,\n\n\t\t// Callbacks\n\t\tchange: null,\n\t\tclose: null,\n\t\tfocus: null,\n\t\topen: null,\n\t\tselect: null\n\t},\n\n\t_create: function() {\n\t\tvar selectmenuId = this.element.uniqueId().attr( \"id\" );\n\t\tthis.ids = {\n\t\t\telement: selectmenuId,\n\t\t\tbutton: selectmenuId + \"-button\",\n\t\t\tmenu: selectmenuId + \"-menu\"\n\t\t};\n\n\t\tthis._drawButton();\n\t\tthis._drawMenu();\n\t\tthis._bindFormResetHandler();\n\n\t\tthis._rendered = false;\n\t\tthis.menuItems = $();\n\t},\n\n\t_drawButton: function() {\n\t\tvar icon,\n\t\t\tthat = this,\n\t\t\titem = this._parseOption(\n\t\t\t\tthis.element.find( \"option:selected\" ),\n\t\t\t\tthis.element[ 0 ].selectedIndex\n\t\t\t);\n\n\t\t// Associate existing label with the new button\n\t\tthis.labels = this.element.labels().attr( \"for\", this.ids.button );\n\t\tthis._on( this.labels, {\n\t\t\tclick: function( event ) {\n\t\t\t\tthis.button.focus();\n\t\t\t\tevent.preventDefault();\n\t\t\t}\n\t\t} );\n\n\t\t// Hide original select element\n\t\tthis.element.hide();\n\n\t\t// Create button\n\t\tthis.button = $( \"<span>\", {\n\t\t\ttabindex: this.options.disabled ? -1 : 0,\n\t\t\tid: this.ids.button,\n\t\t\trole: \"combobox\",\n\t\t\t\"aria-expanded\": \"false\",\n\t\t\t\"aria-autocomplete\": \"list\",\n\t\t\t\"aria-owns\": this.ids.menu,\n\t\t\t\"aria-haspopup\": \"true\",\n\t\t\ttitle: this.element.attr( \"title\" )\n\t\t} )\n\t\t\t.insertAfter( this.element );\n\n\t\tthis._addClass( this.button, \"ui-selectmenu-button ui-selectmenu-button-closed\",\n\t\t\t\"ui-button ui-widget\" );\n\n\t\ticon = $( \"<span>\" ).appendTo( this.button );\n\t\tthis._addClass( icon, \"ui-selectmenu-icon\", \"ui-icon \" + this.options.icons.button );\n\t\tthis.buttonItem = this._renderButtonItem( item )\n\t\t\t.appendTo( this.button );\n\n\t\tif ( this.options.width !== false ) {\n\t\t\tthis._resizeButton();\n\t\t}\n\n\t\tthis._on( this.button, this._buttonEvents );\n\t\tthis.button.one( \"focusin\", function() {\n\n\t\t\t// Delay rendering the menu items until the button receives focus.\n\t\t\t// The menu may have already been rendered via a programmatic open.\n\t\t\tif ( !that._rendered ) {\n\t\t\t\tthat._refreshMenu();\n\t\t\t}\n\t\t} );\n\t},\n\n\t_drawMenu: function() {\n\t\tvar that = this;\n\n\t\t// Create menu\n\t\tthis.menu = $( \"<ul>\", {\n\t\t\t\"aria-hidden\": \"true\",\n\t\t\t\"aria-labelledby\": this.ids.button,\n\t\t\tid: this.ids.menu\n\t\t} );\n\n\t\t// Wrap menu\n\t\tthis.menuWrap = $( \"<div>\" ).append( this.menu );\n\t\tthis._addClass( this.menuWrap, \"ui-selectmenu-menu\", \"ui-front\" );\n\t\tthis.menuWrap.appendTo( this._appendTo() );\n\n\t\t// Initialize menu widget\n\t\tthis.menuInstance = this.menu\n\t\t\t.menu( {\n\t\t\t\tclasses: {\n\t\t\t\t\t\"ui-menu\": \"ui-corner-bottom\"\n\t\t\t\t},\n\t\t\t\trole: \"listbox\",\n\t\t\t\tselect: function( event, ui ) {\n\t\t\t\t\tevent.preventDefault();\n\n\t\t\t\t\t// Support: IE8\n\t\t\t\t\t// If the item was selected via a click, the text selection\n\t\t\t\t\t// will be destroyed in IE\n\t\t\t\t\tthat._setSelection();\n\n\t\t\t\t\tthat._select( ui.item.data( \"ui-selectmenu-item\" ), event );\n\t\t\t\t},\n\t\t\t\tfocus: function( event, ui ) {\n\t\t\t\t\tvar item = ui.item.data( \"ui-selectmenu-item\" );\n\n\t\t\t\t\t// Prevent inital focus from firing and check if its a newly focused item\n\t\t\t\t\tif ( that.focusIndex != null && item.index !== that.focusIndex ) {\n\t\t\t\t\t\tthat._trigger( \"focus\", event, { item: item } );\n\t\t\t\t\t\tif ( !that.isOpen ) {\n\t\t\t\t\t\t\tthat._select( item, event );\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t\tthat.focusIndex = item.index;\n\n\t\t\t\t\tthat.button.attr( \"aria-activedescendant\",\n\t\t\t\t\t\tthat.menuItems.eq( item.index ).attr( \"id\" ) );\n\t\t\t\t}\n\t\t\t} )\n\t\t\t.menu( \"instance\" );\n\n\t\t// Don't close the menu on mouseleave\n\t\tthis.menuInstance._off( this.menu, \"mouseleave\" );\n\n\t\t// Cancel the menu's collapseAll on document click\n\t\tthis.menuInstance._closeOnDocumentClick = function() {\n\t\t\treturn false;\n\t\t};\n\n\t\t// Selects often contain empty items, but never contain dividers\n\t\tthis.menuInstance._isDivider = function() {\n\t\t\treturn false;\n\t\t};\n\t},\n\n\trefresh: function() {\n\t\tthis._refreshMenu();\n\t\tthis.buttonItem.replaceWith(\n\t\t\tthis.buttonItem = this._renderButtonItem(\n\n\t\t\t\t// Fall back to an empty object in case there are no options\n\t\t\t\tthis._getSelectedItem().data( \"ui-selectmenu-item\" ) || {}\n\t\t\t)\n\t\t);\n\t\tif ( this.options.width === null ) {\n\t\t\tthis._resizeButton();\n\t\t}\n\t},\n\n\t_refreshMenu: function() {\n\t\tvar item,\n\t\t\toptions = this.element.find( \"option\" );\n\n\t\tthis.menu.empty();\n\n\t\tthis._parseOptions( options );\n\t\tthis._renderMenu( this.menu, this.items );\n\n\t\tthis.menuInstance.refresh();\n\t\tthis.menuItems = this.menu.find( \"li\" )\n\t\t\t.not( \".ui-selectmenu-optgroup\" )\n\t\t\t\t.find( \".ui-menu-item-wrapper\" );\n\n\t\tthis._rendered = true;\n\n\t\tif ( !options.length ) {\n\t\t\treturn;\n\t\t}\n\n\t\titem = this._getSelectedItem();\n\n\t\t// Update the menu to have the correct item focused\n\t\tthis.menuInstance.focus( null, item );\n\t\tthis._setAria( item.data( \"ui-selectmenu-item\" ) );\n\n\t\t// Set disabled state\n\t\tthis._setOption( \"disabled\", this.element.prop( \"disabled\" ) );\n\t},\n\n\topen: function( event ) {\n\t\tif ( this.options.disabled ) {\n\t\t\treturn;\n\t\t}\n\n\t\t// If this is the first time the menu is being opened, render the items\n\t\tif ( !this._rendered ) {\n\t\t\tthis._refreshMenu();\n\t\t} else {\n\n\t\t\t// Menu clears focus on close, reset focus to selected item\n\t\t\tthis._removeClass( this.menu.find( \".ui-state-active\" ), null, \"ui-state-active\" );\n\t\t\tthis.menuInstance.focus( null, this._getSelectedItem() );\n\t\t}\n\n\t\t// If there are no options, don't open the menu\n\t\tif ( !this.menuItems.length ) {\n\t\t\treturn;\n\t\t}\n\n\t\tthis.isOpen = true;\n\t\tthis._toggleAttr();\n\t\tthis._resizeMenu();\n\t\tthis._position();\n\n\t\tthis._on( this.document, this._documentClick );\n\n\t\tthis._trigger( \"open\", event );\n\t},\n\n\t_position: function() {\n\t\tthis.menuWrap.position( $.extend( { of: this.button }, this.options.position ) );\n\t},\n\n\tclose: function( event ) {\n\t\tif ( !this.isOpen ) {\n\t\t\treturn;\n\t\t}\n\n\t\tthis.isOpen = false;\n\t\tthis._toggleAttr();\n\n\t\tthis.range = null;\n\t\tthis._off( this.document );\n\n\t\tthis._trigger( \"close\", event );\n\t},\n\n\twidget: function() {\n\t\treturn this.button;\n\t},\n\n\tmenuWidget: function() {\n\t\treturn this.menu;\n\t},\n\n\t_renderButtonItem: function( item ) {\n\t\tvar buttonItem = $( \"<span>\" );\n\n\t\tthis._setText( buttonItem, item.label );\n\t\tthis._addClass( buttonItem, \"ui-selectmenu-text\" );\n\n\t\treturn buttonItem;\n\t},\n\n\t_renderMenu: function( ul, items ) {\n\t\tvar that = this,\n\t\t\tcurrentOptgroup = \"\";\n\n\t\t$.each( items, function( index, item ) {\n\t\t\tvar li;\n\n\t\t\tif ( item.optgroup !== currentOptgroup ) {\n\t\t\t\tli = $( \"<li>\", {\n\t\t\t\t\ttext: item.optgroup\n\t\t\t\t} );\n\t\t\t\tthat._addClass( li, \"ui-selectmenu-optgroup\", \"ui-menu-divider\" +\n\t\t\t\t\t( item.element.parent( \"optgroup\" ).prop( \"disabled\" ) ?\n\t\t\t\t\t\t\" ui-state-disabled\" :\n\t\t\t\t\t\t\"\" ) );\n\n\t\t\t\tli.appendTo( ul );\n\n\t\t\t\tcurrentOptgroup = item.optgroup;\n\t\t\t}\n\n\t\t\tthat._renderItemData( ul, item );\n\t\t} );\n\t},\n\n\t_renderItemData: function( ul, item ) {\n\t\treturn this._renderItem( ul, item ).data( \"ui-selectmenu-item\", item );\n\t},\n\n\t_renderItem: function( ul, item ) {\n\t\tvar li = $( \"<li>\" ),\n\t\t\twrapper = $( \"<div>\", {\n\t\t\t\ttitle: item.element.attr( \"title\" )\n\t\t\t} );\n\n\t\tif ( item.disabled ) {\n\t\t\tthis._addClass( li, null, \"ui-state-disabled\" );\n\t\t}\n\t\tthis._setText( wrapper, item.label );\n\n\t\treturn li.append( wrapper ).appendTo( ul );\n\t},\n\n\t_setText: function( element, value ) {\n\t\tif ( value ) {\n\t\t\telement.text( value );\n\t\t} else {\n\t\t\telement.html( \"&#160;\" );\n\t\t}\n\t},\n\n\t_move: function( direction, event ) {\n\t\tvar item, next,\n\t\t\tfilter = \".ui-menu-item\";\n\n\t\tif ( this.isOpen ) {\n\t\t\titem = this.menuItems.eq( this.focusIndex ).parent( \"li\" );\n\t\t} else {\n\t\t\titem = this.menuItems.eq( this.element[ 0 ].selectedIndex ).parent( \"li\" );\n\t\t\tfilter += \":not(.ui-state-disabled)\";\n\t\t}\n\n\t\tif ( direction === \"first\" || direction === \"last\" ) {\n\t\t\tnext = item[ direction === \"first\" ? \"prevAll\" : \"nextAll\" ]( filter ).eq( -1 );\n\t\t} else {\n\t\t\tnext = item[ direction + \"All\" ]( filter ).eq( 0 );\n\t\t}\n\n\t\tif ( next.length ) {\n\t\t\tthis.menuInstance.focus( event, next );\n\t\t}\n\t},\n\n\t_getSelectedItem: function() {\n\t\treturn this.menuItems.eq( this.element[ 0 ].selectedIndex ).parent( \"li\" );\n\t},\n\n\t_toggle: function( event ) {\n\t\tthis[ this.isOpen ? \"close\" : \"open\" ]( event );\n\t},\n\n\t_setSelection: function() {\n\t\tvar selection;\n\n\t\tif ( !this.range ) {\n\t\t\treturn;\n\t\t}\n\n\t\tif ( window.getSelection ) {\n\t\t\tselection = window.getSelection();\n\t\t\tselection.removeAllRanges();\n\t\t\tselection.addRange( this.range );\n\n\t\t// Support: IE8\n\t\t} else {\n\t\t\tthis.range.select();\n\t\t}\n\n\t\t// Support: IE\n\t\t// Setting the text selection kills the button focus in IE, but\n\t\t// restoring the focus doesn't kill the selection.\n\t\tthis.button.focus();\n\t},\n\n\t_documentClick: {\n\t\tmousedown: function( event ) {\n\t\t\tif ( !this.isOpen ) {\n\t\t\t\treturn;\n\t\t\t}\n\n\t\t\tif ( !$( event.target ).closest( \".ui-selectmenu-menu, #\" +\n\t\t\t\t\t$.ui.escapeSelector( this.ids.button ) ).length ) {\n\t\t\t\tthis.close( event );\n\t\t\t}\n\t\t}\n\t},\n\n\t_buttonEvents: {\n\n\t\t// Prevent text selection from being reset when interacting with the selectmenu (#10144)\n\t\tmousedown: function() {\n\t\t\tvar selection;\n\n\t\t\tif ( window.getSelection ) {\n\t\t\t\tselection = window.getSelection();\n\t\t\t\tif ( selection.rangeCount ) {\n\t\t\t\t\tthis.range = selection.getRangeAt( 0 );\n\t\t\t\t}\n\n\t\t\t// Support: IE8\n\t\t\t} else {\n\t\t\t\tthis.range = document.selection.createRange();\n\t\t\t}\n\t\t},\n\n\t\tclick: function( event ) {\n\t\t\tthis._setSelection();\n\t\t\tthis._toggle( event );\n\t\t},\n\n\t\tkeydown: function( event ) {\n\t\t\tvar preventDefault = true;\n\t\t\tswitch ( event.keyCode ) {\n\t\t\tcase $.ui.keyCode.TAB:\n\t\t\tcase $.ui.keyCode.ESCAPE:\n\t\t\t\tthis.close( event );\n\t\t\t\tpreventDefault = false;\n\t\t\t\tbreak;\n\t\t\tcase $.ui.keyCode.ENTER:\n\t\t\t\tif ( this.isOpen ) {\n\t\t\t\t\tthis._selectFocusedItem( event );\n\t\t\t\t}\n\t\t\t\tbreak;\n\t\t\tcase $.ui.keyCode.UP:\n\t\t\t\tif ( event.altKey ) {\n\t\t\t\t\tthis._toggle( event );\n\t\t\t\t} else {\n\t\t\t\t\tthis._move( \"prev\", event );\n\t\t\t\t}\n\t\t\t\tbreak;\n\t\t\tcase $.ui.keyCode.DOWN:\n\t\t\t\tif ( event.altKey ) {\n\t\t\t\t\tthis._toggle( event );\n\t\t\t\t} else {\n\t\t\t\t\tthis._move( \"next\", event );\n\t\t\t\t}\n\t\t\t\tbreak;\n\t\t\tcase $.ui.keyCode.SPACE:\n\t\t\t\tif ( this.isOpen ) {\n\t\t\t\t\tthis._selectFocusedItem( event );\n\t\t\t\t} else {\n\t\t\t\t\tthis._toggle( event );\n\t\t\t\t}\n\t\t\t\tbreak;\n\t\t\tcase $.ui.keyCode.LEFT:\n\t\t\t\tthis._move( \"prev\", event );\n\t\t\t\tbreak;\n\t\t\tcase $.ui.keyCode.RIGHT:\n\t\t\t\tthis._move( \"next\", event );\n\t\t\t\tbreak;\n\t\t\tcase $.ui.keyCode.HOME:\n\t\t\tcase $.ui.keyCode.PAGE_UP:\n\t\t\t\tthis._move( \"first\", event );\n\t\t\t\tbreak;\n\t\t\tcase $.ui.keyCode.END:\n\t\t\tcase $.ui.keyCode.PAGE_DOWN:\n\t\t\t\tthis._move( \"last\", event );\n\t\t\t\tbreak;\n\t\t\tdefault:\n\t\t\t\tthis.menu.trigger( event );\n\t\t\t\tpreventDefault = false;\n\t\t\t}\n\n\t\t\tif ( preventDefault ) {\n\t\t\t\tevent.preventDefault();\n\t\t\t}\n\t\t}\n\t},\n\n\t_selectFocusedItem: function( event ) {\n\t\tvar item = this.menuItems.eq( this.focusIndex ).parent( \"li\" );\n\t\tif ( !item.hasClass( \"ui-state-disabled\" ) ) {\n\t\t\tthis._select( item.data( \"ui-selectmenu-item\" ), event );\n\t\t}\n\t},\n\n\t_select: function( item, event ) {\n\t\tvar oldIndex = this.element[ 0 ].selectedIndex;\n\n\t\t// Change native select element\n\t\tthis.element[ 0 ].selectedIndex = item.index;\n\t\tthis.buttonItem.replaceWith( this.buttonItem = this._renderButtonItem( item ) );\n\t\tthis._setAria( item );\n\t\tthis._trigger( \"select\", event, { item: item } );\n\n\t\tif ( item.index !== oldIndex ) {\n\t\t\tthis._trigger( \"change\", event, { item: item } );\n\t\t}\n\n\t\tthis.close( event );\n\t},\n\n\t_setAria: function( item ) {\n\t\tvar id = this.menuItems.eq( item.index ).attr( \"id\" );\n\n\t\tthis.button.attr( {\n\t\t\t\"aria-labelledby\": id,\n\t\t\t\"aria-activedescendant\": id\n\t\t} );\n\t\tthis.menu.attr( \"aria-activedescendant\", id );\n\t},\n\n\t_setOption: function( key, value ) {\n\t\tif ( key === \"icons\" ) {\n\t\t\tvar icon = this.button.find( \"span.ui-icon\" );\n\t\t\tthis._removeClass( icon, null, this.options.icons.button )\n\t\t\t\t._addClass( icon, null, value.button );\n\t\t}\n\n\t\tthis._super( key, value );\n\n\t\tif ( key === \"appendTo\" ) {\n\t\t\tthis.menuWrap.appendTo( this._appendTo() );\n\t\t}\n\n\t\tif ( key === \"width\" ) {\n\t\t\tthis._resizeButton();\n\t\t}\n\t},\n\n\t_setOptionDisabled: function( value ) {\n\t\tthis._super( value );\n\n\t\tthis.menuInstance.option( \"disabled\", value );\n\t\tthis.button.attr( \"aria-disabled\", value );\n\t\tthis._toggleClass( this.button, null, \"ui-state-disabled\", value );\n\n\t\tthis.element.prop( \"disabled\", value );\n\t\tif ( value ) {\n\t\t\tthis.button.attr( \"tabindex\", -1 );\n\t\t\tthis.close();\n\t\t} else {\n\t\t\tthis.button.attr( \"tabindex\", 0 );\n\t\t}\n\t},\n\n\t_appendTo: function() {\n\t\tvar element = this.options.appendTo;\n\n\t\tif ( element ) {\n\t\t\telement = element.jquery || element.nodeType ?\n\t\t\t\t$( element ) :\n\t\t\t\tthis.document.find( element ).eq( 0 );\n\t\t}\n\n\t\tif ( !element || !element[ 0 ] ) {\n\t\t\telement = this.element.closest( \".ui-front, dialog\" );\n\t\t}\n\n\t\tif ( !element.length ) {\n\t\t\telement = this.document[ 0 ].body;\n\t\t}\n\n\t\treturn element;\n\t},\n\n\t_toggleAttr: function() {\n\t\tthis.button.attr( \"aria-expanded\", this.isOpen );\n\n\t\t// We can't use two _toggleClass() calls here, because we need to make sure\n\t\t// we always remove classes first and add them second, otherwise if both classes have the\n\t\t// same theme class, it will be removed after we add it.\n\t\tthis._removeClass( this.button, \"ui-selectmenu-button-\" +\n\t\t\t( this.isOpen ? \"closed\" : \"open\" ) )\n\t\t\t._addClass( this.button, \"ui-selectmenu-button-\" +\n\t\t\t\t( this.isOpen ? \"open\" : \"closed\" ) )\n\t\t\t._toggleClass( this.menuWrap, \"ui-selectmenu-open\", null, this.isOpen );\n\n\t\tthis.menu.attr( \"aria-hidden\", !this.isOpen );\n\t},\n\n\t_resizeButton: function() {\n\t\tvar width = this.options.width;\n\n\t\t// For `width: false`, just remove inline style and stop\n\t\tif ( width === false ) {\n\t\t\tthis.button.css( \"width\", \"\" );\n\t\t\treturn;\n\t\t}\n\n\t\t// For `width: null`, match the width of the original element\n\t\tif ( width === null ) {\n\t\t\twidth = this.element.show().outerWidth();\n\t\t\tthis.element.hide();\n\t\t}\n\n\t\tthis.button.outerWidth( width );\n\t},\n\n\t_resizeMenu: function() {\n\t\tthis.menu.outerWidth( Math.max(\n\t\t\tthis.button.outerWidth(),\n\n\t\t\t// Support: IE10\n\t\t\t// IE10 wraps long text (possibly a rounding bug)\n\t\t\t// so we add 1px to avoid the wrapping\n\t\t\tthis.menu.width( \"\" ).outerWidth() + 1\n\t\t) );\n\t},\n\n\t_getCreateOptions: function() {\n\t\tvar options = this._super();\n\n\t\toptions.disabled = this.element.prop( \"disabled\" );\n\n\t\treturn options;\n\t},\n\n\t_parseOptions: function( options ) {\n\t\tvar that = this,\n\t\t\tdata = [];\n\t\toptions.each( function( index, item ) {\n\t\t\tdata.push( that._parseOption( $( item ), index ) );\n\t\t} );\n\t\tthis.items = data;\n\t},\n\n\t_parseOption: function( option, index ) {\n\t\tvar optgroup = option.parent( \"optgroup\" );\n\n\t\treturn {\n\t\t\telement: option,\n\t\t\tindex: index,\n\t\t\tvalue: option.val(),\n\t\t\tlabel: option.text(),\n\t\t\toptgroup: optgroup.attr( \"label\" ) || \"\",\n\t\t\tdisabled: optgroup.prop( \"disabled\" ) || option.prop( \"disabled\" )\n\t\t};\n\t},\n\n\t_destroy: function() {\n\t\tthis._unbindFormResetHandler();\n\t\tthis.menuWrap.remove();\n\t\tthis.button.remove();\n\t\tthis.element.show();\n\t\tthis.element.removeUniqueId();\n\t\tthis.labels.attr( \"for\", this.ids.element );\n\t}\n} ] );\n\n\n/*!\n * jQuery UI Slider 1.12.1\n * http://jqueryui.com\n *\n * Copyright jQuery Foundation and other contributors\n * Released under the MIT license.\n * http://jquery.org/license\n */\n\n//>>label: Slider\n//>>group: Widgets\n//>>description: Displays a flexible slider with ranges and accessibility via keyboard.\n//>>docs: http://api.jqueryui.com/slider/\n//>>demos: http://jqueryui.com/slider/\n//>>css.structure: ../../themes/base/core.css\n//>>css.structure: ../../themes/base/slider.css\n//>>css.theme: ../../themes/base/theme.css\n\n\n\nvar widgetsSlider = $.widget( \"ui.slider\", $.ui.mouse, {\n\tversion: \"1.12.1\",\n\twidgetEventPrefix: \"slide\",\n\n\toptions: {\n\t\tanimate: false,\n\t\tclasses: {\n\t\t\t\"ui-slider\": \"ui-corner-all\",\n\t\t\t\"ui-slider-handle\": \"ui-corner-all\",\n\n\t\t\t// Note: ui-widget-header isn't the most fittingly semantic framework class for this\n\t\t\t// element, but worked best visually with a variety of themes\n\t\t\t\"ui-slider-range\": \"ui-corner-all ui-widget-header\"\n\t\t},\n\t\tdistance: 0,\n\t\tmax: 100,\n\t\tmin: 0,\n\t\torientation: \"horizontal\",\n\t\trange: false,\n\t\tstep: 1,\n\t\tvalue: 0,\n\t\tvalues: null,\n\n\t\t// Callbacks\n\t\tchange: null,\n\t\tslide: null,\n\t\tstart: null,\n\t\tstop: null\n\t},\n\n\t// Number of pages in a slider\n\t// (how many times can you page up/down to go through the whole range)\n\tnumPages: 5,\n\n\t_create: function() {\n\t\tthis._keySliding = false;\n\t\tthis._mouseSliding = false;\n\t\tthis._animateOff = true;\n\t\tthis._handleIndex = null;\n\t\tthis._detectOrientation();\n\t\tthis._mouseInit();\n\t\tthis._calculateNewMax();\n\n\t\tthis._addClass( \"ui-slider ui-slider-\" + this.orientation,\n\t\t\t\"ui-widget ui-widget-content\" );\n\n\t\tthis._refresh();\n\n\t\tthis._animateOff = false;\n\t},\n\n\t_refresh: function() {\n\t\tthis._createRange();\n\t\tthis._createHandles();\n\t\tthis._setupEvents();\n\t\tthis._refreshValue();\n\t},\n\n\t_createHandles: function() {\n\t\tvar i, handleCount,\n\t\t\toptions = this.options,\n\t\t\texistingHandles = this.element.find( \".ui-slider-handle\" ),\n\t\t\thandle = \"<span tabindex='0'></span>\",\n\t\t\thandles = [];\n\n\t\thandleCount = ( options.values && options.values.length ) || 1;\n\n\t\tif ( existingHandles.length > handleCount ) {\n\t\t\texistingHandles.slice( handleCount ).remove();\n\t\t\texistingHandles = existingHandles.slice( 0, handleCount );\n\t\t}\n\n\t\tfor ( i = existingHandles.length; i < handleCount; i++ ) {\n\t\t\thandles.push( handle );\n\t\t}\n\n\t\tthis.handles = existingHandles.add( $( handles.join( \"\" ) ).appendTo( this.element ) );\n\n\t\tthis._addClass( this.handles, \"ui-slider-handle\", \"ui-state-default\" );\n\n\t\tthis.handle = this.handles.eq( 0 );\n\n\t\tthis.handles.each( function( i ) {\n\t\t\t$( this )\n\t\t\t\t.data( \"ui-slider-handle-index\", i )\n\t\t\t\t.attr( \"tabIndex\", 0 );\n\t\t} );\n\t},\n\n\t_createRange: function() {\n\t\tvar options = this.options;\n\n\t\tif ( options.range ) {\n\t\t\tif ( options.range === true ) {\n\t\t\t\tif ( !options.values ) {\n\t\t\t\t\toptions.values = [ this._valueMin(), this._valueMin() ];\n\t\t\t\t} else if ( options.values.length && options.values.length !== 2 ) {\n\t\t\t\t\toptions.values = [ options.values[ 0 ], options.values[ 0 ] ];\n\t\t\t\t} else if ( $.isArray( options.values ) ) {\n\t\t\t\t\toptions.values = options.values.slice( 0 );\n\t\t\t\t}\n\t\t\t}\n\n\t\t\tif ( !this.range || !this.range.length ) {\n\t\t\t\tthis.range = $( \"<div>\" )\n\t\t\t\t\t.appendTo( this.element );\n\n\t\t\t\tthis._addClass( this.range, \"ui-slider-range\" );\n\t\t\t} else {\n\t\t\t\tthis._removeClass( this.range, \"ui-slider-range-min ui-slider-range-max\" );\n\n\t\t\t\t// Handle range switching from true to min/max\n\t\t\t\tthis.range.css( {\n\t\t\t\t\t\"left\": \"\",\n\t\t\t\t\t\"bottom\": \"\"\n\t\t\t\t} );\n\t\t\t}\n\t\t\tif ( options.range === \"min\" || options.range === \"max\" ) {\n\t\t\t\tthis._addClass( this.range, \"ui-slider-range-\" + options.range );\n\t\t\t}\n\t\t} else {\n\t\t\tif ( this.range ) {\n\t\t\t\tthis.range.remove();\n\t\t\t}\n\t\t\tthis.range = null;\n\t\t}\n\t},\n\n\t_setupEvents: function() {\n\t\tthis._off( this.handles );\n\t\tthis._on( this.handles, this._handleEvents );\n\t\tthis._hoverable( this.handles );\n\t\tthis._focusable( this.handles );\n\t},\n\n\t_destroy: function() {\n\t\tthis.handles.remove();\n\t\tif ( this.range ) {\n\t\t\tthis.range.remove();\n\t\t}\n\n\t\tthis._mouseDestroy();\n\t},\n\n\t_mouseCapture: function( event ) {\n\t\tvar position, normValue, distance, closestHandle, index, allowed, offset, mouseOverHandle,\n\t\t\tthat = this,\n\t\t\to = this.options;\n\n\t\tif ( o.disabled ) {\n\t\t\treturn false;\n\t\t}\n\n\t\tthis.elementSize = {\n\t\t\twidth: this.element.outerWidth(),\n\t\t\theight: this.element.outerHeight()\n\t\t};\n\t\tthis.elementOffset = this.element.offset();\n\n\t\tposition = { x: event.pageX, y: event.pageY };\n\t\tnormValue = this._normValueFromMouse( position );\n\t\tdistance = this._valueMax() - this._valueMin() + 1;\n\t\tthis.handles.each( function( i ) {\n\t\t\tvar thisDistance = Math.abs( normValue - that.values( i ) );\n\t\t\tif ( ( distance > thisDistance ) ||\n\t\t\t\t( distance === thisDistance &&\n\t\t\t\t\t( i === that._lastChangedValue || that.values( i ) === o.min ) ) ) {\n\t\t\t\tdistance = thisDistance;\n\t\t\t\tclosestHandle = $( this );\n\t\t\t\tindex = i;\n\t\t\t}\n\t\t} );\n\n\t\tallowed = this._start( event, index );\n\t\tif ( allowed === false ) {\n\t\t\treturn false;\n\t\t}\n\t\tthis._mouseSliding = true;\n\n\t\tthis._handleIndex = index;\n\n\t\tthis._addClass( closestHandle, null, \"ui-state-active\" );\n\t\tclosestHandle.trigger( \"focus\" );\n\n\t\toffset = closestHandle.offset();\n\t\tmouseOverHandle = !$( event.target ).parents().addBack().is( \".ui-slider-handle\" );\n\t\tthis._clickOffset = mouseOverHandle ? { left: 0, top: 0 } : {\n\t\t\tleft: event.pageX - offset.left - ( closestHandle.width() / 2 ),\n\t\t\ttop: event.pageY - offset.top -\n\t\t\t\t( closestHandle.height() / 2 ) -\n\t\t\t\t( parseInt( closestHandle.css( \"borderTopWidth\" ), 10 ) || 0 ) -\n\t\t\t\t( parseInt( closestHandle.css( \"borderBottomWidth\" ), 10 ) || 0 ) +\n\t\t\t\t( parseInt( closestHandle.css( \"marginTop\" ), 10 ) || 0 )\n\t\t};\n\n\t\tif ( !this.handles.hasClass( \"ui-state-hover\" ) ) {\n\t\t\tthis._slide( event, index, normValue );\n\t\t}\n\t\tthis._animateOff = true;\n\t\treturn true;\n\t},\n\n\t_mouseStart: function() {\n\t\treturn true;\n\t},\n\n\t_mouseDrag: function( event ) {\n\t\tvar position = { x: event.pageX, y: event.pageY },\n\t\t\tnormValue = this._normValueFromMouse( position );\n\n\t\tthis._slide( event, this._handleIndex, normValue );\n\n\t\treturn false;\n\t},\n\n\t_mouseStop: function( event ) {\n\t\tthis._removeClass( this.handles, null, \"ui-state-active\" );\n\t\tthis._mouseSliding = false;\n\n\t\tthis._stop( event, this._handleIndex );\n\t\tthis._change( event, this._handleIndex );\n\n\t\tthis._handleIndex = null;\n\t\tthis._clickOffset = null;\n\t\tthis._animateOff = false;\n\n\t\treturn false;\n\t},\n\n\t_detectOrientation: function() {\n\t\tthis.orientation = ( this.options.orientation === \"vertical\" ) ? \"vertical\" : \"horizontal\";\n\t},\n\n\t_normValueFromMouse: function( position ) {\n\t\tvar pixelTotal,\n\t\t\tpixelMouse,\n\t\t\tpercentMouse,\n\t\t\tvalueTotal,\n\t\t\tvalueMouse;\n\n\t\tif ( this.orientation === \"horizontal\" ) {\n\t\t\tpixelTotal = this.elementSize.width;\n\t\t\tpixelMouse = position.x - this.elementOffset.left -\n\t\t\t\t( this._clickOffset ? this._clickOffset.left : 0 );\n\t\t} else {\n\t\t\tpixelTotal = this.elementSize.height;\n\t\t\tpixelMouse = position.y - this.elementOffset.top -\n\t\t\t\t( this._clickOffset ? this._clickOffset.top : 0 );\n\t\t}\n\n\t\tpercentMouse = ( pixelMouse / pixelTotal );\n\t\tif ( percentMouse > 1 ) {\n\t\t\tpercentMouse = 1;\n\t\t}\n\t\tif ( percentMouse < 0 ) {\n\t\t\tpercentMouse = 0;\n\t\t}\n\t\tif ( this.orientation === \"vertical\" ) {\n\t\t\tpercentMouse = 1 - percentMouse;\n\t\t}\n\n\t\tvalueTotal = this._valueMax() - this._valueMin();\n\t\tvalueMouse = this._valueMin() + percentMouse * valueTotal;\n\n\t\treturn this._trimAlignValue( valueMouse );\n\t},\n\n\t_uiHash: function( index, value, values ) {\n\t\tvar uiHash = {\n\t\t\thandle: this.handles[ index ],\n\t\t\thandleIndex: index,\n\t\t\tvalue: value !== undefined ? value : this.value()\n\t\t};\n\n\t\tif ( this._hasMultipleValues() ) {\n\t\t\tuiHash.value = value !== undefined ? value : this.values( index );\n\t\t\tuiHash.values = values || this.values();\n\t\t}\n\n\t\treturn uiHash;\n\t},\n\n\t_hasMultipleValues: function() {\n\t\treturn this.options.values && this.options.values.length;\n\t},\n\n\t_start: function( event, index ) {\n\t\treturn this._trigger( \"start\", event, this._uiHash( index ) );\n\t},\n\n\t_slide: function( event, index, newVal ) {\n\t\tvar allowed, otherVal,\n\t\t\tcurrentValue = this.value(),\n\t\t\tnewValues = this.values();\n\n\t\tif ( this._hasMultipleValues() ) {\n\t\t\totherVal = this.values( index ? 0 : 1 );\n\t\t\tcurrentValue = this.values( index );\n\n\t\t\tif ( this.options.values.length === 2 && this.options.range === true ) {\n\t\t\t\tnewVal = index === 0 ? Math.min( otherVal, newVal ) : Math.max( otherVal, newVal );\n\t\t\t}\n\n\t\t\tnewValues[ index ] = newVal;\n\t\t}\n\n\t\tif ( newVal === currentValue ) {\n\t\t\treturn;\n\t\t}\n\n\t\tallowed = this._trigger( \"slide\", event, this._uiHash( index, newVal, newValues ) );\n\n\t\t// A slide can be canceled by returning false from the slide callback\n\t\tif ( allowed === false ) {\n\t\t\treturn;\n\t\t}\n\n\t\tif ( this._hasMultipleValues() ) {\n\t\t\tthis.values( index, newVal );\n\t\t} else {\n\t\t\tthis.value( newVal );\n\t\t}\n\t},\n\n\t_stop: function( event, index ) {\n\t\tthis._trigger( \"stop\", event, this._uiHash( index ) );\n\t},\n\n\t_change: function( event, index ) {\n\t\tif ( !this._keySliding && !this._mouseSliding ) {\n\n\t\t\t//store the last changed value index for reference when handles overlap\n\t\t\tthis._lastChangedValue = index;\n\t\t\tthis._trigger( \"change\", event, this._uiHash( index ) );\n\t\t}\n\t},\n\n\tvalue: function( newValue ) {\n\t\tif ( arguments.length ) {\n\t\t\tthis.options.value = this._trimAlignValue( newValue );\n\t\t\tthis._refreshValue();\n\t\t\tthis._change( null, 0 );\n\t\t\treturn;\n\t\t}\n\n\t\treturn this._value();\n\t},\n\n\tvalues: function( index, newValue ) {\n\t\tvar vals,\n\t\t\tnewValues,\n\t\t\ti;\n\n\t\tif ( arguments.length > 1 ) {\n\t\t\tthis.options.values[ index ] = this._trimAlignValue( newValue );\n\t\t\tthis._refreshValue();\n\t\t\tthis._change( null, index );\n\t\t\treturn;\n\t\t}\n\n\t\tif ( arguments.length ) {\n\t\t\tif ( $.isArray( arguments[ 0 ] ) ) {\n\t\t\t\tvals = this.options.values;\n\t\t\t\tnewValues = arguments[ 0 ];\n\t\t\t\tfor ( i = 0; i < vals.length; i += 1 ) {\n\t\t\t\t\tvals[ i ] = this._trimAlignValue( newValues[ i ] );\n\t\t\t\t\tthis._change( null, i );\n\t\t\t\t}\n\t\t\t\tthis._refreshValue();\n\t\t\t} else {\n\t\t\t\tif ( this._hasMultipleValues() ) {\n\t\t\t\t\treturn this._values( index );\n\t\t\t\t} else {\n\t\t\t\t\treturn this.value();\n\t\t\t\t}\n\t\t\t}\n\t\t} else {\n\t\t\treturn this._values();\n\t\t}\n\t},\n\n\t_setOption: function( key, value ) {\n\t\tvar i,\n\t\t\tvalsLength = 0;\n\n\t\tif ( key === \"range\" && this.options.range === true ) {\n\t\t\tif ( value === \"min\" ) {\n\t\t\t\tthis.options.value = this._values( 0 );\n\t\t\t\tthis.options.values = null;\n\t\t\t} else if ( value === \"max\" ) {\n\t\t\t\tthis.options.value = this._values( this.options.values.length - 1 );\n\t\t\t\tthis.options.values = null;\n\t\t\t}\n\t\t}\n\n\t\tif ( $.isArray( this.options.values ) ) {\n\t\t\tvalsLength = this.options.values.length;\n\t\t}\n\n\t\tthis._super( key, value );\n\n\t\tswitch ( key ) {\n\t\t\tcase \"orientation\":\n\t\t\t\tthis._detectOrientation();\n\t\t\t\tthis._removeClass( \"ui-slider-horizontal ui-slider-vertical\" )\n\t\t\t\t\t._addClass( \"ui-slider-\" + this.orientation );\n\t\t\t\tthis._refreshValue();\n\t\t\t\tif ( this.options.range ) {\n\t\t\t\t\tthis._refreshRange( value );\n\t\t\t\t}\n\n\t\t\t\t// Reset positioning from previous orientation\n\t\t\t\tthis.handles.css( value === \"horizontal\" ? \"bottom\" : \"left\", \"\" );\n\t\t\t\tbreak;\n\t\t\tcase \"value\":\n\t\t\t\tthis._animateOff = true;\n\t\t\t\tthis._refreshValue();\n\t\t\t\tthis._change( null, 0 );\n\t\t\t\tthis._animateOff = false;\n\t\t\t\tbreak;\n\t\t\tcase \"values\":\n\t\t\t\tthis._animateOff = true;\n\t\t\t\tthis._refreshValue();\n\n\t\t\t\t// Start from the last handle to prevent unreachable handles (#9046)\n\t\t\t\tfor ( i = valsLength - 1; i >= 0; i-- ) {\n\t\t\t\t\tthis._change( null, i );\n\t\t\t\t}\n\t\t\t\tthis._animateOff = false;\n\t\t\t\tbreak;\n\t\t\tcase \"step\":\n\t\t\tcase \"min\":\n\t\t\tcase \"max\":\n\t\t\t\tthis._animateOff = true;\n\t\t\t\tthis._calculateNewMax();\n\t\t\t\tthis._refreshValue();\n\t\t\t\tthis._animateOff = false;\n\t\t\t\tbreak;\n\t\t\tcase \"range\":\n\t\t\t\tthis._animateOff = true;\n\t\t\t\tthis._refresh();\n\t\t\t\tthis._animateOff = false;\n\t\t\t\tbreak;\n\t\t}\n\t},\n\n\t_setOptionDisabled: function( value ) {\n\t\tthis._super( value );\n\n\t\tthis._toggleClass( null, \"ui-state-disabled\", !!value );\n\t},\n\n\t//internal value getter\n\t// _value() returns value trimmed by min and max, aligned by step\n\t_value: function() {\n\t\tvar val = this.options.value;\n\t\tval = this._trimAlignValue( val );\n\n\t\treturn val;\n\t},\n\n\t//internal values getter\n\t// _values() returns array of values trimmed by min and max, aligned by step\n\t// _values( index ) returns single value trimmed by min and max, aligned by step\n\t_values: function( index ) {\n\t\tvar val,\n\t\t\tvals,\n\t\t\ti;\n\n\t\tif ( arguments.length ) {\n\t\t\tval = this.options.values[ index ];\n\t\t\tval = this._trimAlignValue( val );\n\n\t\t\treturn val;\n\t\t} else if ( this._hasMultipleValues() ) {\n\n\t\t\t// .slice() creates a copy of the array\n\t\t\t// this copy gets trimmed by min and max and then returned\n\t\t\tvals = this.options.values.slice();\n\t\t\tfor ( i = 0; i < vals.length; i += 1 ) {\n\t\t\t\tvals[ i ] = this._trimAlignValue( vals[ i ] );\n\t\t\t}\n\n\t\t\treturn vals;\n\t\t} else {\n\t\t\treturn [];\n\t\t}\n\t},\n\n\t// Returns the step-aligned value that val is closest to, between (inclusive) min and max\n\t_trimAlignValue: function( val ) {\n\t\tif ( val <= this._valueMin() ) {\n\t\t\treturn this._valueMin();\n\t\t}\n\t\tif ( val >= this._valueMax() ) {\n\t\t\treturn this._valueMax();\n\t\t}\n\t\tvar step = ( this.options.step > 0 ) ? this.options.step : 1,\n\t\t\tvalModStep = ( val - this._valueMin() ) % step,\n\t\t\talignValue = val - valModStep;\n\n\t\tif ( Math.abs( valModStep ) * 2 >= step ) {\n\t\t\talignValue += ( valModStep > 0 ) ? step : ( -step );\n\t\t}\n\n\t\t// Since JavaScript has problems with large floats, round\n\t\t// the final value to 5 digits after the decimal point (see #4124)\n\t\treturn parseFloat( alignValue.toFixed( 5 ) );\n\t},\n\n\t_calculateNewMax: function() {\n\t\tvar max = this.options.max,\n\t\t\tmin = this._valueMin(),\n\t\t\tstep = this.options.step,\n\t\t\taboveMin = Math.round( ( max - min ) / step ) * step;\n\t\tmax = aboveMin + min;\n\t\tif ( max > this.options.max ) {\n\n\t\t\t//If max is not divisible by step, rounding off may increase its value\n\t\t\tmax -= step;\n\t\t}\n\t\tthis.max = parseFloat( max.toFixed( this._precision() ) );\n\t},\n\n\t_precision: function() {\n\t\tvar precision = this._precisionOf( this.options.step );\n\t\tif ( this.options.min !== null ) {\n\t\t\tprecision = Math.max( precision, this._precisionOf( this.options.min ) );\n\t\t}\n\t\treturn precision;\n\t},\n\n\t_precisionOf: function( num ) {\n\t\tvar str = num.toString(),\n\t\t\tdecimal = str.indexOf( \".\" );\n\t\treturn decimal === -1 ? 0 : str.length - decimal - 1;\n\t},\n\n\t_valueMin: function() {\n\t\treturn this.options.min;\n\t},\n\n\t_valueMax: function() {\n\t\treturn this.max;\n\t},\n\n\t_refreshRange: function( orientation ) {\n\t\tif ( orientation === \"vertical\" ) {\n\t\t\tthis.range.css( { \"width\": \"\", \"left\": \"\" } );\n\t\t}\n\t\tif ( orientation === \"horizontal\" ) {\n\t\t\tthis.range.css( { \"height\": \"\", \"bottom\": \"\" } );\n\t\t}\n\t},\n\n\t_refreshValue: function() {\n\t\tvar lastValPercent, valPercent, value, valueMin, valueMax,\n\t\t\toRange = this.options.range,\n\t\t\to = this.options,\n\t\t\tthat = this,\n\t\t\tanimate = ( !this._animateOff ) ? o.animate : false,\n\t\t\t_set = {};\n\n\t\tif ( this._hasMultipleValues() ) {\n\t\t\tthis.handles.each( function( i ) {\n\t\t\t\tvalPercent = ( that.values( i ) - that._valueMin() ) / ( that._valueMax() -\n\t\t\t\t\tthat._valueMin() ) * 100;\n\t\t\t\t_set[ that.orientation === \"horizontal\" ? \"left\" : \"bottom\" ] = valPercent + \"%\";\n\t\t\t\t$( this ).stop( 1, 1 )[ animate ? \"animate\" : \"css\" ]( _set, o.animate );\n\t\t\t\tif ( that.options.range === true ) {\n\t\t\t\t\tif ( that.orientation === \"horizontal\" ) {\n\t\t\t\t\t\tif ( i === 0 ) {\n\t\t\t\t\t\t\tthat.range.stop( 1, 1 )[ animate ? \"animate\" : \"css\" ]( {\n\t\t\t\t\t\t\t\tleft: valPercent + \"%\"\n\t\t\t\t\t\t\t}, o.animate );\n\t\t\t\t\t\t}\n\t\t\t\t\t\tif ( i === 1 ) {\n\t\t\t\t\t\t\tthat.range[ animate ? \"animate\" : \"css\" ]( {\n\t\t\t\t\t\t\t\twidth: ( valPercent - lastValPercent ) + \"%\"\n\t\t\t\t\t\t\t}, {\n\t\t\t\t\t\t\t\tqueue: false,\n\t\t\t\t\t\t\t\tduration: o.animate\n\t\t\t\t\t\t\t} );\n\t\t\t\t\t\t}\n\t\t\t\t\t} else {\n\t\t\t\t\t\tif ( i === 0 ) {\n\t\t\t\t\t\t\tthat.range.stop( 1, 1 )[ animate ? \"animate\" : \"css\" ]( {\n\t\t\t\t\t\t\t\tbottom: ( valPercent ) + \"%\"\n\t\t\t\t\t\t\t}, o.animate );\n\t\t\t\t\t\t}\n\t\t\t\t\t\tif ( i === 1 ) {\n\t\t\t\t\t\t\tthat.range[ animate ? \"animate\" : \"css\" ]( {\n\t\t\t\t\t\t\t\theight: ( valPercent - lastValPercent ) + \"%\"\n\t\t\t\t\t\t\t}, {\n\t\t\t\t\t\t\t\tqueue: false,\n\t\t\t\t\t\t\t\tduration: o.animate\n\t\t\t\t\t\t\t} );\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\tlastValPercent = valPercent;\n\t\t\t} );\n\t\t} else {\n\t\t\tvalue = this.value();\n\t\t\tvalueMin = this._valueMin();\n\t\t\tvalueMax = this._valueMax();\n\t\t\tvalPercent = ( valueMax !== valueMin ) ?\n\t\t\t\t\t( value - valueMin ) / ( valueMax - valueMin ) * 100 :\n\t\t\t\t\t0;\n\t\t\t_set[ this.orientation === \"horizontal\" ? \"left\" : \"bottom\" ] = valPercent + \"%\";\n\t\t\tthis.handle.stop( 1, 1 )[ animate ? \"animate\" : \"css\" ]( _set, o.animate );\n\n\t\t\tif ( oRange === \"min\" && this.orientation === \"horizontal\" ) {\n\t\t\t\tthis.range.stop( 1, 1 )[ animate ? \"animate\" : \"css\" ]( {\n\t\t\t\t\twidth: valPercent + \"%\"\n\t\t\t\t}, o.animate );\n\t\t\t}\n\t\t\tif ( oRange === \"max\" && this.orientation === \"horizontal\" ) {\n\t\t\t\tthis.range.stop( 1, 1 )[ animate ? \"animate\" : \"css\" ]( {\n\t\t\t\t\twidth: ( 100 - valPercent ) + \"%\"\n\t\t\t\t}, o.animate );\n\t\t\t}\n\t\t\tif ( oRange === \"min\" && this.orientation === \"vertical\" ) {\n\t\t\t\tthis.range.stop( 1, 1 )[ animate ? \"animate\" : \"css\" ]( {\n\t\t\t\t\theight: valPercent + \"%\"\n\t\t\t\t}, o.animate );\n\t\t\t}\n\t\t\tif ( oRange === \"max\" && this.orientation === \"vertical\" ) {\n\t\t\t\tthis.range.stop( 1, 1 )[ animate ? \"animate\" : \"css\" ]( {\n\t\t\t\t\theight: ( 100 - valPercent ) + \"%\"\n\t\t\t\t}, o.animate );\n\t\t\t}\n\t\t}\n\t},\n\n\t_handleEvents: {\n\t\tkeydown: function( event ) {\n\t\t\tvar allowed, curVal, newVal, step,\n\t\t\t\tindex = $( event.target ).data( \"ui-slider-handle-index\" );\n\n\t\t\tswitch ( event.keyCode ) {\n\t\t\t\tcase $.ui.keyCode.HOME:\n\t\t\t\tcase $.ui.keyCode.END:\n\t\t\t\tcase $.ui.keyCode.PAGE_UP:\n\t\t\t\tcase $.ui.keyCode.PAGE_DOWN:\n\t\t\t\tcase $.ui.keyCode.UP:\n\t\t\t\tcase $.ui.keyCode.RIGHT:\n\t\t\t\tcase $.ui.keyCode.DOWN:\n\t\t\t\tcase $.ui.keyCode.LEFT:\n\t\t\t\t\tevent.preventDefault();\n\t\t\t\t\tif ( !this._keySliding ) {\n\t\t\t\t\t\tthis._keySliding = true;\n\t\t\t\t\t\tthis._addClass( $( event.target ), null, \"ui-state-active\" );\n\t\t\t\t\t\tallowed = this._start( event, index );\n\t\t\t\t\t\tif ( allowed === false ) {\n\t\t\t\t\t\t\treturn;\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t\tbreak;\n\t\t\t}\n\n\t\t\tstep = this.options.step;\n\t\t\tif ( this._hasMultipleValues() ) {\n\t\t\t\tcurVal = newVal = this.values( index );\n\t\t\t} else {\n\t\t\t\tcurVal = newVal = this.value();\n\t\t\t}\n\n\t\t\tswitch ( event.keyCode ) {\n\t\t\t\tcase $.ui.keyCode.HOME:\n\t\t\t\t\tnewVal = this._valueMin();\n\t\t\t\t\tbreak;\n\t\t\t\tcase $.ui.keyCode.END:\n\t\t\t\t\tnewVal = this._valueMax();\n\t\t\t\t\tbreak;\n\t\t\t\tcase $.ui.keyCode.PAGE_UP:\n\t\t\t\t\tnewVal = this._trimAlignValue(\n\t\t\t\t\t\tcurVal + ( ( this._valueMax() - this._valueMin() ) / this.numPages )\n\t\t\t\t\t);\n\t\t\t\t\tbreak;\n\t\t\t\tcase $.ui.keyCode.PAGE_DOWN:\n\t\t\t\t\tnewVal = this._trimAlignValue(\n\t\t\t\t\t\tcurVal - ( ( this._valueMax() - this._valueMin() ) / this.numPages ) );\n\t\t\t\t\tbreak;\n\t\t\t\tcase $.ui.keyCode.UP:\n\t\t\t\tcase $.ui.keyCode.RIGHT:\n\t\t\t\t\tif ( curVal === this._valueMax() ) {\n\t\t\t\t\t\treturn;\n\t\t\t\t\t}\n\t\t\t\t\tnewVal = this._trimAlignValue( curVal + step );\n\t\t\t\t\tbreak;\n\t\t\t\tcase $.ui.keyCode.DOWN:\n\t\t\t\tcase $.ui.keyCode.LEFT:\n\t\t\t\t\tif ( curVal === this._valueMin() ) {\n\t\t\t\t\t\treturn;\n\t\t\t\t\t}\n\t\t\t\t\tnewVal = this._trimAlignValue( curVal - step );\n\t\t\t\t\tbreak;\n\t\t\t}\n\n\t\t\tthis._slide( event, index, newVal );\n\t\t},\n\t\tkeyup: function( event ) {\n\t\t\tvar index = $( event.target ).data( \"ui-slider-handle-index\" );\n\n\t\t\tif ( this._keySliding ) {\n\t\t\t\tthis._keySliding = false;\n\t\t\t\tthis._stop( event, index );\n\t\t\t\tthis._change( event, index );\n\t\t\t\tthis._removeClass( $( event.target ), null, \"ui-state-active\" );\n\t\t\t}\n\t\t}\n\t}\n} );\n\n\n/*!\n * jQuery UI Sortable 1.12.1\n * http://jqueryui.com\n *\n * Copyright jQuery Foundation and other contributors\n * Released under the MIT license.\n * http://jquery.org/license\n */\n\n//>>label: Sortable\n//>>group: Interactions\n//>>description: Enables items in a list to be sorted using the mouse.\n//>>docs: http://api.jqueryui.com/sortable/\n//>>demos: http://jqueryui.com/sortable/\n//>>css.structure: ../../themes/base/sortable.css\n\n\n\nvar widgetsSortable = $.widget( \"ui.sortable\", $.ui.mouse, {\n\tversion: \"1.12.1\",\n\twidgetEventPrefix: \"sort\",\n\tready: false,\n\toptions: {\n\t\tappendTo: \"parent\",\n\t\taxis: false,\n\t\tconnectWith: false,\n\t\tcontainment: false,\n\t\tcursor: \"auto\",\n\t\tcursorAt: false,\n\t\tdropOnEmpty: true,\n\t\tforcePlaceholderSize: false,\n\t\tforceHelperSize: false,\n\t\tgrid: false,\n\t\thandle: false,\n\t\thelper: \"original\",\n\t\titems: \"> *\",\n\t\topacity: false,\n\t\tplaceholder: false,\n\t\trevert: false,\n\t\tscroll: true,\n\t\tscrollSensitivity: 20,\n\t\tscrollSpeed: 20,\n\t\tscope: \"default\",\n\t\ttolerance: \"intersect\",\n\t\tzIndex: 1000,\n\n\t\t// Callbacks\n\t\tactivate: null,\n\t\tbeforeStop: null,\n\t\tchange: null,\n\t\tdeactivate: null,\n\t\tout: null,\n\t\tover: null,\n\t\treceive: null,\n\t\tremove: null,\n\t\tsort: null,\n\t\tstart: null,\n\t\tstop: null,\n\t\tupdate: null\n\t},\n\n\t_isOverAxis: function( x, reference, size ) {\n\t\treturn ( x >= reference ) && ( x < ( reference + size ) );\n\t},\n\n\t_isFloating: function( item ) {\n\t\treturn ( /left|right/ ).test( item.css( \"float\" ) ) ||\n\t\t\t( /inline|table-cell/ ).test( item.css( \"display\" ) );\n\t},\n\n\t_create: function() {\n\t\tthis.containerCache = {};\n\t\tthis._addClass( \"ui-sortable\" );\n\n\t\t//Get the items\n\t\tthis.refresh();\n\n\t\t//Let's determine the parent's offset\n\t\tthis.offset = this.element.offset();\n\n\t\t//Initialize mouse events for interaction\n\t\tthis._mouseInit();\n\n\t\tthis._setHandleClassName();\n\n\t\t//We're ready to go\n\t\tthis.ready = true;\n\n\t},\n\n\t_setOption: function( key, value ) {\n\t\tthis._super( key, value );\n\n\t\tif ( key === \"handle\" ) {\n\t\t\tthis._setHandleClassName();\n\t\t}\n\t},\n\n\t_setHandleClassName: function() {\n\t\tvar that = this;\n\t\tthis._removeClass( this.element.find( \".ui-sortable-handle\" ), \"ui-sortable-handle\" );\n\t\t$.each( this.items, function() {\n\t\t\tthat._addClass(\n\t\t\t\tthis.instance.options.handle ?\n\t\t\t\t\tthis.item.find( this.instance.options.handle ) :\n\t\t\t\t\tthis.item,\n\t\t\t\t\"ui-sortable-handle\"\n\t\t\t);\n\t\t} );\n\t},\n\n\t_destroy: function() {\n\t\tthis._mouseDestroy();\n\n\t\tfor ( var i = this.items.length - 1; i >= 0; i-- ) {\n\t\t\tthis.items[ i ].item.removeData( this.widgetName + \"-item\" );\n\t\t}\n\n\t\treturn this;\n\t},\n\n\t_mouseCapture: function( event, overrideHandle ) {\n\t\tvar currentItem = null,\n\t\t\tvalidHandle = false,\n\t\t\tthat = this;\n\n\t\tif ( this.reverting ) {\n\t\t\treturn false;\n\t\t}\n\n\t\tif ( this.options.disabled || this.options.type === \"static\" ) {\n\t\t\treturn false;\n\t\t}\n\n\t\t//We have to refresh the items data once first\n\t\tthis._refreshItems( event );\n\n\t\t//Find out if the clicked node (or one of its parents) is a actual item in this.items\n\t\t$( event.target ).parents().each( function() {\n\t\t\tif ( $.data( this, that.widgetName + \"-item\" ) === that ) {\n\t\t\t\tcurrentItem = $( this );\n\t\t\t\treturn false;\n\t\t\t}\n\t\t} );\n\t\tif ( $.data( event.target, that.widgetName + \"-item\" ) === that ) {\n\t\t\tcurrentItem = $( event.target );\n\t\t}\n\n\t\tif ( !currentItem ) {\n\t\t\treturn false;\n\t\t}\n\t\tif ( this.options.handle && !overrideHandle ) {\n\t\t\t$( this.options.handle, currentItem ).find( \"*\" ).addBack().each( function() {\n\t\t\t\tif ( this === event.target ) {\n\t\t\t\t\tvalidHandle = true;\n\t\t\t\t}\n\t\t\t} );\n\t\t\tif ( !validHandle ) {\n\t\t\t\treturn false;\n\t\t\t}\n\t\t}\n\n\t\tthis.currentItem = currentItem;\n\t\tthis._removeCurrentsFromItems();\n\t\treturn true;\n\n\t},\n\n\t_mouseStart: function( event, overrideHandle, noActivation ) {\n\n\t\tvar i, body,\n\t\t\to = this.options;\n\n\t\tthis.currentContainer = this;\n\n\t\t//We only need to call refreshPositions, because the refreshItems call has been moved to\n\t\t// mouseCapture\n\t\tthis.refreshPositions();\n\n\t\t//Create and append the visible helper\n\t\tthis.helper = this._createHelper( event );\n\n\t\t//Cache the helper size\n\t\tthis._cacheHelperProportions();\n\n\t\t/*\n\t\t * - Position generation -\n\t\t * This block generates everything position related - it's the core of draggables.\n\t\t */\n\n\t\t//Cache the margins of the original element\n\t\tthis._cacheMargins();\n\n\t\t//Get the next scrolling parent\n\t\tthis.scrollParent = this.helper.scrollParent();\n\n\t\t//The element's absolute position on the page minus margins\n\t\tthis.offset = this.currentItem.offset();\n\t\tthis.offset = {\n\t\t\ttop: this.offset.top - this.margins.top,\n\t\t\tleft: this.offset.left - this.margins.left\n\t\t};\n\n\t\t$.extend( this.offset, {\n\t\t\tclick: { //Where the click happened, relative to the element\n\t\t\t\tleft: event.pageX - this.offset.left,\n\t\t\t\ttop: event.pageY - this.offset.top\n\t\t\t},\n\t\t\tparent: this._getParentOffset(),\n\n\t\t\t// This is a relative to absolute position minus the actual position calculation -\n\t\t\t// only used for relative positioned helper\n\t\t\trelative: this._getRelativeOffset()\n\t\t} );\n\n\t\t// Only after we got the offset, we can change the helper's position to absolute\n\t\t// TODO: Still need to figure out a way to make relative sorting possible\n\t\tthis.helper.css( \"position\", \"absolute\" );\n\t\tthis.cssPosition = this.helper.css( \"position\" );\n\n\t\t//Generate the original position\n\t\tthis.originalPosition = this._generatePosition( event );\n\t\tthis.originalPageX = event.pageX;\n\t\tthis.originalPageY = event.pageY;\n\n\t\t//Adjust the mouse offset relative to the helper if \"cursorAt\" is supplied\n\t\t( o.cursorAt && this._adjustOffsetFromHelper( o.cursorAt ) );\n\n\t\t//Cache the former DOM position\n\t\tthis.domPosition = {\n\t\t\tprev: this.currentItem.prev()[ 0 ],\n\t\t\tparent: this.currentItem.parent()[ 0 ]\n\t\t};\n\n\t\t// If the helper is not the original, hide the original so it's not playing any role during\n\t\t// the drag, won't cause anything bad this way\n\t\tif ( this.helper[ 0 ] !== this.currentItem[ 0 ] ) {\n\t\t\tthis.currentItem.hide();\n\t\t}\n\n\t\t//Create the placeholder\n\t\tthis._createPlaceholder();\n\n\t\t//Set a containment if given in the options\n\t\tif ( o.containment ) {\n\t\t\tthis._setContainment();\n\t\t}\n\n\t\tif ( o.cursor && o.cursor !== \"auto\" ) { // cursor option\n\t\t\tbody = this.document.find( \"body\" );\n\n\t\t\t// Support: IE\n\t\t\tthis.storedCursor = body.css( \"cursor\" );\n\t\t\tbody.css( \"cursor\", o.cursor );\n\n\t\t\tthis.storedStylesheet =\n\t\t\t\t$( \"<style>*{ cursor: \" + o.cursor + \" !important; }</style>\" ).appendTo( body );\n\t\t}\n\n\t\tif ( o.opacity ) { // opacity option\n\t\t\tif ( this.helper.css( \"opacity\" ) ) {\n\t\t\t\tthis._storedOpacity = this.helper.css( \"opacity\" );\n\t\t\t}\n\t\t\tthis.helper.css( \"opacity\", o.opacity );\n\t\t}\n\n\t\tif ( o.zIndex ) { // zIndex option\n\t\t\tif ( this.helper.css( \"zIndex\" ) ) {\n\t\t\t\tthis._storedZIndex = this.helper.css( \"zIndex\" );\n\t\t\t}\n\t\t\tthis.helper.css( \"zIndex\", o.zIndex );\n\t\t}\n\n\t\t//Prepare scrolling\n\t\tif ( this.scrollParent[ 0 ] !== this.document[ 0 ] &&\n\t\t\t\tthis.scrollParent[ 0 ].tagName !== \"HTML\" ) {\n\t\t\tthis.overflowOffset = this.scrollParent.offset();\n\t\t}\n\n\t\t//Call callbacks\n\t\tthis._trigger( \"start\", event, this._uiHash() );\n\n\t\t//Recache the helper size\n\t\tif ( !this._preserveHelperProportions ) {\n\t\t\tthis._cacheHelperProportions();\n\t\t}\n\n\t\t//Post \"activate\" events to possible containers\n\t\tif ( !noActivation ) {\n\t\t\tfor ( i = this.containers.length - 1; i >= 0; i-- ) {\n\t\t\t\tthis.containers[ i ]._trigger( \"activate\", event, this._uiHash( this ) );\n\t\t\t}\n\t\t}\n\n\t\t//Prepare possible droppables\n\t\tif ( $.ui.ddmanager ) {\n\t\t\t$.ui.ddmanager.current = this;\n\t\t}\n\n\t\tif ( $.ui.ddmanager && !o.dropBehaviour ) {\n\t\t\t$.ui.ddmanager.prepareOffsets( this, event );\n\t\t}\n\n\t\tthis.dragging = true;\n\n\t\tthis._addClass( this.helper, \"ui-sortable-helper\" );\n\n\t\t// Execute the drag once - this causes the helper not to be visiblebefore getting its\n\t\t// correct position\n\t\tthis._mouseDrag( event );\n\t\treturn true;\n\n\t},\n\n\t_mouseDrag: function( event ) {\n\t\tvar i, item, itemElement, intersection,\n\t\t\to = this.options,\n\t\t\tscrolled = false;\n\n\t\t//Compute the helpers position\n\t\tthis.position = this._generatePosition( event );\n\t\tthis.positionAbs = this._convertPositionTo( \"absolute\" );\n\n\t\tif ( !this.lastPositionAbs ) {\n\t\t\tthis.lastPositionAbs = this.positionAbs;\n\t\t}\n\n\t\t//Do scrolling\n\t\tif ( this.options.scroll ) {\n\t\t\tif ( this.scrollParent[ 0 ] !== this.document[ 0 ] &&\n\t\t\t\t\tthis.scrollParent[ 0 ].tagName !== \"HTML\" ) {\n\n\t\t\t\tif ( ( this.overflowOffset.top + this.scrollParent[ 0 ].offsetHeight ) -\n\t\t\t\t\t\tevent.pageY < o.scrollSensitivity ) {\n\t\t\t\t\tthis.scrollParent[ 0 ].scrollTop =\n\t\t\t\t\t\tscrolled = this.scrollParent[ 0 ].scrollTop + o.scrollSpeed;\n\t\t\t\t} else if ( event.pageY - this.overflowOffset.top < o.scrollSensitivity ) {\n\t\t\t\t\tthis.scrollParent[ 0 ].scrollTop =\n\t\t\t\t\t\tscrolled = this.scrollParent[ 0 ].scrollTop - o.scrollSpeed;\n\t\t\t\t}\n\n\t\t\t\tif ( ( this.overflowOffset.left + this.scrollParent[ 0 ].offsetWidth ) -\n\t\t\t\t\t\tevent.pageX < o.scrollSensitivity ) {\n\t\t\t\t\tthis.scrollParent[ 0 ].scrollLeft = scrolled =\n\t\t\t\t\t\tthis.scrollParent[ 0 ].scrollLeft + o.scrollSpeed;\n\t\t\t\t} else if ( event.pageX - this.overflowOffset.left < o.scrollSensitivity ) {\n\t\t\t\t\tthis.scrollParent[ 0 ].scrollLeft = scrolled =\n\t\t\t\t\t\tthis.scrollParent[ 0 ].scrollLeft - o.scrollSpeed;\n\t\t\t\t}\n\n\t\t\t} else {\n\n\t\t\t\tif ( event.pageY - this.document.scrollTop() < o.scrollSensitivity ) {\n\t\t\t\t\tscrolled = this.document.scrollTop( this.document.scrollTop() - o.scrollSpeed );\n\t\t\t\t} else if ( this.window.height() - ( event.pageY - this.document.scrollTop() ) <\n\t\t\t\t\t\to.scrollSensitivity ) {\n\t\t\t\t\tscrolled = this.document.scrollTop( this.document.scrollTop() + o.scrollSpeed );\n\t\t\t\t}\n\n\t\t\t\tif ( event.pageX - this.document.scrollLeft() < o.scrollSensitivity ) {\n\t\t\t\t\tscrolled = this.document.scrollLeft(\n\t\t\t\t\t\tthis.document.scrollLeft() - o.scrollSpeed\n\t\t\t\t\t);\n\t\t\t\t} else if ( this.window.width() - ( event.pageX - this.document.scrollLeft() ) <\n\t\t\t\t\t\to.scrollSensitivity ) {\n\t\t\t\t\tscrolled = this.document.scrollLeft(\n\t\t\t\t\t\tthis.document.scrollLeft() + o.scrollSpeed\n\t\t\t\t\t);\n\t\t\t\t}\n\n\t\t\t}\n\n\t\t\tif ( scrolled !== false && $.ui.ddmanager && !o.dropBehaviour ) {\n\t\t\t\t$.ui.ddmanager.prepareOffsets( this, event );\n\t\t\t}\n\t\t}\n\n\t\t//Regenerate the absolute position used for position checks\n\t\tthis.positionAbs = this._convertPositionTo( \"absolute\" );\n\n\t\t//Set the helper position\n\t\tif ( !this.options.axis || this.options.axis !== \"y\" ) {\n\t\t\tthis.helper[ 0 ].style.left = this.position.left + \"px\";\n\t\t}\n\t\tif ( !this.options.axis || this.options.axis !== \"x\" ) {\n\t\t\tthis.helper[ 0 ].style.top = this.position.top + \"px\";\n\t\t}\n\n\t\t//Rearrange\n\t\tfor ( i = this.items.length - 1; i >= 0; i-- ) {\n\n\t\t\t//Cache variables and intersection, continue if no intersection\n\t\t\titem = this.items[ i ];\n\t\t\titemElement = item.item[ 0 ];\n\t\t\tintersection = this._intersectsWithPointer( item );\n\t\t\tif ( !intersection ) {\n\t\t\t\tcontinue;\n\t\t\t}\n\n\t\t\t// Only put the placeholder inside the current Container, skip all\n\t\t\t// items from other containers. This works because when moving\n\t\t\t// an item from one container to another the\n\t\t\t// currentContainer is switched before the placeholder is moved.\n\t\t\t//\n\t\t\t// Without this, moving items in \"sub-sortables\" can cause\n\t\t\t// the placeholder to jitter between the outer and inner container.\n\t\t\tif ( item.instance !== this.currentContainer ) {\n\t\t\t\tcontinue;\n\t\t\t}\n\n\t\t\t// Cannot intersect with itself\n\t\t\t// no useless actions that have been done before\n\t\t\t// no action if the item moved is the parent of the item checked\n\t\t\tif ( itemElement !== this.currentItem[ 0 ] &&\n\t\t\t\tthis.placeholder[ intersection === 1 ? \"next\" : \"prev\" ]()[ 0 ] !== itemElement &&\n\t\t\t\t!$.contains( this.placeholder[ 0 ], itemElement ) &&\n\t\t\t\t( this.options.type === \"semi-dynamic\" ?\n\t\t\t\t\t!$.contains( this.element[ 0 ], itemElement ) :\n\t\t\t\t\ttrue\n\t\t\t\t)\n\t\t\t) {\n\n\t\t\t\tthis.direction = intersection === 1 ? \"down\" : \"up\";\n\n\t\t\t\tif ( this.options.tolerance === \"pointer\" || this._intersectsWithSides( item ) ) {\n\t\t\t\t\tthis._rearrange( event, item );\n\t\t\t\t} else {\n\t\t\t\t\tbreak;\n\t\t\t\t}\n\n\t\t\t\tthis._trigger( \"change\", event, this._uiHash() );\n\t\t\t\tbreak;\n\t\t\t}\n\t\t}\n\n\t\t//Post events to containers\n\t\tthis._contactContainers( event );\n\n\t\t//Interconnect with droppables\n\t\tif ( $.ui.ddmanager ) {\n\t\t\t$.ui.ddmanager.drag( this, event );\n\t\t}\n\n\t\t//Call callbacks\n\t\tthis._trigger( \"sort\", event, this._uiHash() );\n\n\t\tthis.lastPositionAbs = this.positionAbs;\n\t\treturn false;\n\n\t},\n\n\t_mouseStop: function( event, noPropagation ) {\n\n\t\tif ( !event ) {\n\t\t\treturn;\n\t\t}\n\n\t\t//If we are using droppables, inform the manager about the drop\n\t\tif ( $.ui.ddmanager && !this.options.dropBehaviour ) {\n\t\t\t$.ui.ddmanager.drop( this, event );\n\t\t}\n\n\t\tif ( this.options.revert ) {\n\t\t\tvar that = this,\n\t\t\t\tcur = this.placeholder.offset(),\n\t\t\t\taxis = this.options.axis,\n\t\t\t\tanimation = {};\n\n\t\t\tif ( !axis || axis === \"x\" ) {\n\t\t\t\tanimation.left = cur.left - this.offset.parent.left - this.margins.left +\n\t\t\t\t\t( this.offsetParent[ 0 ] === this.document[ 0 ].body ?\n\t\t\t\t\t\t0 :\n\t\t\t\t\t\tthis.offsetParent[ 0 ].scrollLeft\n\t\t\t\t\t);\n\t\t\t}\n\t\t\tif ( !axis || axis === \"y\" ) {\n\t\t\t\tanimation.top = cur.top - this.offset.parent.top - this.margins.top +\n\t\t\t\t\t( this.offsetParent[ 0 ] === this.document[ 0 ].body ?\n\t\t\t\t\t\t0 :\n\t\t\t\t\t\tthis.offsetParent[ 0 ].scrollTop\n\t\t\t\t\t);\n\t\t\t}\n\t\t\tthis.reverting = true;\n\t\t\t$( this.helper ).animate(\n\t\t\t\tanimation,\n\t\t\t\tparseInt( this.options.revert, 10 ) || 500,\n\t\t\t\tfunction() {\n\t\t\t\t\tthat._clear( event );\n\t\t\t\t}\n\t\t\t);\n\t\t} else {\n\t\t\tthis._clear( event, noPropagation );\n\t\t}\n\n\t\treturn false;\n\n\t},\n\n\tcancel: function() {\n\n\t\tif ( this.dragging ) {\n\n\t\t\tthis._mouseUp( new $.Event( \"mouseup\", { target: null } ) );\n\n\t\t\tif ( this.options.helper === \"original\" ) {\n\t\t\t\tthis.currentItem.css( this._storedCSS );\n\t\t\t\tthis._removeClass( this.currentItem, \"ui-sortable-helper\" );\n\t\t\t} else {\n\t\t\t\tthis.currentItem.show();\n\t\t\t}\n\n\t\t\t//Post deactivating events to containers\n\t\t\tfor ( var i = this.containers.length - 1; i >= 0; i-- ) {\n\t\t\t\tthis.containers[ i ]._trigger( \"deactivate\", null, this._uiHash( this ) );\n\t\t\t\tif ( this.containers[ i ].containerCache.over ) {\n\t\t\t\t\tthis.containers[ i ]._trigger( \"out\", null, this._uiHash( this ) );\n\t\t\t\t\tthis.containers[ i ].containerCache.over = 0;\n\t\t\t\t}\n\t\t\t}\n\n\t\t}\n\n\t\tif ( this.placeholder ) {\n\n\t\t\t//$(this.placeholder[0]).remove(); would have been the jQuery way - unfortunately,\n\t\t\t// it unbinds ALL events from the original node!\n\t\t\tif ( this.placeholder[ 0 ].parentNode ) {\n\t\t\t\tthis.placeholder[ 0 ].parentNode.removeChild( this.placeholder[ 0 ] );\n\t\t\t}\n\t\t\tif ( this.options.helper !== \"original\" && this.helper &&\n\t\t\t\t\tthis.helper[ 0 ].parentNode ) {\n\t\t\t\tthis.helper.remove();\n\t\t\t}\n\n\t\t\t$.extend( this, {\n\t\t\t\thelper: null,\n\t\t\t\tdragging: false,\n\t\t\t\treverting: false,\n\t\t\t\t_noFinalSort: null\n\t\t\t} );\n\n\t\t\tif ( this.domPosition.prev ) {\n\t\t\t\t$( this.domPosition.prev ).after( this.currentItem );\n\t\t\t} else {\n\t\t\t\t$( this.domPosition.parent ).prepend( this.currentItem );\n\t\t\t}\n\t\t}\n\n\t\treturn this;\n\n\t},\n\n\tserialize: function( o ) {\n\n\t\tvar items = this._getItemsAsjQuery( o && o.connected ),\n\t\t\tstr = [];\n\t\to = o || {};\n\n\t\t$( items ).each( function() {\n\t\t\tvar res = ( $( o.item || this ).attr( o.attribute || \"id\" ) || \"\" )\n\t\t\t\t.match( o.expression || ( /(.+)[\\-=_](.+)/ ) );\n\t\t\tif ( res ) {\n\t\t\t\tstr.push(\n\t\t\t\t\t( o.key || res[ 1 ] + \"[]\" ) +\n\t\t\t\t\t\"=\" + ( o.key && o.expression ? res[ 1 ] : res[ 2 ] ) );\n\t\t\t}\n\t\t} );\n\n\t\tif ( !str.length && o.key ) {\n\t\t\tstr.push( o.key + \"=\" );\n\t\t}\n\n\t\treturn str.join( \"&\" );\n\n\t},\n\n\ttoArray: function( o ) {\n\n\t\tvar items = this._getItemsAsjQuery( o && o.connected ),\n\t\t\tret = [];\n\n\t\to = o || {};\n\n\t\titems.each( function() {\n\t\t\tret.push( $( o.item || this ).attr( o.attribute || \"id\" ) || \"\" );\n\t\t} );\n\t\treturn ret;\n\n\t},\n\n\t/* Be careful with the following core functions */\n\t_intersectsWith: function( item ) {\n\n\t\tvar x1 = this.positionAbs.left,\n\t\t\tx2 = x1 + this.helperProportions.width,\n\t\t\ty1 = this.positionAbs.top,\n\t\t\ty2 = y1 + this.helperProportions.height,\n\t\t\tl = item.left,\n\t\t\tr = l + item.width,\n\t\t\tt = item.top,\n\t\t\tb = t + item.height,\n\t\t\tdyClick = this.offset.click.top,\n\t\t\tdxClick = this.offset.click.left,\n\t\t\tisOverElementHeight = ( this.options.axis === \"x\" ) || ( ( y1 + dyClick ) > t &&\n\t\t\t\t( y1 + dyClick ) < b ),\n\t\t\tisOverElementWidth = ( this.options.axis === \"y\" ) || ( ( x1 + dxClick ) > l &&\n\t\t\t\t( x1 + dxClick ) < r ),\n\t\t\tisOverElement = isOverElementHeight && isOverElementWidth;\n\n\t\tif ( this.options.tolerance === \"pointer\" ||\n\t\t\tthis.options.forcePointerForContainers ||\n\t\t\t( this.options.tolerance !== \"pointer\" &&\n\t\t\t\tthis.helperProportions[ this.floating ? \"width\" : \"height\" ] >\n\t\t\t\titem[ this.floating ? \"width\" : \"height\" ] )\n\t\t) {\n\t\t\treturn isOverElement;\n\t\t} else {\n\n\t\t\treturn ( l < x1 + ( this.helperProportions.width / 2 ) && // Right Half\n\t\t\t\tx2 - ( this.helperProportions.width / 2 ) < r && // Left Half\n\t\t\t\tt < y1 + ( this.helperProportions.height / 2 ) && // Bottom Half\n\t\t\t\ty2 - ( this.helperProportions.height / 2 ) < b ); // Top Half\n\n\t\t}\n\t},\n\n\t_intersectsWithPointer: function( item ) {\n\t\tvar verticalDirection, horizontalDirection,\n\t\t\tisOverElementHeight = ( this.options.axis === \"x\" ) ||\n\t\t\t\tthis._isOverAxis(\n\t\t\t\t\tthis.positionAbs.top + this.offset.click.top, item.top, item.height ),\n\t\t\tisOverElementWidth = ( this.options.axis === \"y\" ) ||\n\t\t\t\tthis._isOverAxis(\n\t\t\t\t\tthis.positionAbs.left + this.offset.click.left, item.left, item.width ),\n\t\t\tisOverElement = isOverElementHeight && isOverElementWidth;\n\n\t\tif ( !isOverElement ) {\n\t\t\treturn false;\n\t\t}\n\n\t\tverticalDirection = this._getDragVerticalDirection();\n\t\thorizontalDirection = this._getDragHorizontalDirection();\n\n\t\treturn this.floating ?\n\t\t\t( ( horizontalDirection === \"right\" || verticalDirection === \"down\" ) ? 2 : 1 )\n\t\t\t: ( verticalDirection && ( verticalDirection === \"down\" ? 2 : 1 ) );\n\n\t},\n\n\t_intersectsWithSides: function( item ) {\n\n\t\tvar isOverBottomHalf = this._isOverAxis( this.positionAbs.top +\n\t\t\t\tthis.offset.click.top, item.top + ( item.height / 2 ), item.height ),\n\t\t\tisOverRightHalf = this._isOverAxis( this.positionAbs.left +\n\t\t\t\tthis.offset.click.left, item.left + ( item.width / 2 ), item.width ),\n\t\t\tverticalDirection = this._getDragVerticalDirection(),\n\t\t\thorizontalDirection = this._getDragHorizontalDirection();\n\n\t\tif ( this.floating && horizontalDirection ) {\n\t\t\treturn ( ( horizontalDirection === \"right\" && isOverRightHalf ) ||\n\t\t\t\t( horizontalDirection === \"left\" && !isOverRightHalf ) );\n\t\t} else {\n\t\t\treturn verticalDirection && ( ( verticalDirection === \"down\" && isOverBottomHalf ) ||\n\t\t\t\t( verticalDirection === \"up\" && !isOverBottomHalf ) );\n\t\t}\n\n\t},\n\n\t_getDragVerticalDirection: function() {\n\t\tvar delta = this.positionAbs.top - this.lastPositionAbs.top;\n\t\treturn delta !== 0 && ( delta > 0 ? \"down\" : \"up\" );\n\t},\n\n\t_getDragHorizontalDirection: function() {\n\t\tvar delta = this.positionAbs.left - this.lastPositionAbs.left;\n\t\treturn delta !== 0 && ( delta > 0 ? \"right\" : \"left\" );\n\t},\n\n\trefresh: function( event ) {\n\t\tthis._refreshItems( event );\n\t\tthis._setHandleClassName();\n\t\tthis.refreshPositions();\n\t\treturn this;\n\t},\n\n\t_connectWith: function() {\n\t\tvar options = this.options;\n\t\treturn options.connectWith.constructor === String ?\n\t\t\t[ options.connectWith ] :\n\t\t\toptions.connectWith;\n\t},\n\n\t_getItemsAsjQuery: function( connected ) {\n\n\t\tvar i, j, cur, inst,\n\t\t\titems = [],\n\t\t\tqueries = [],\n\t\t\tconnectWith = this._connectWith();\n\n\t\tif ( connectWith && connected ) {\n\t\t\tfor ( i = connectWith.length - 1; i >= 0; i-- ) {\n\t\t\t\tcur = $( connectWith[ i ], this.document[ 0 ] );\n\t\t\t\tfor ( j = cur.length - 1; j >= 0; j-- ) {\n\t\t\t\t\tinst = $.data( cur[ j ], this.widgetFullName );\n\t\t\t\t\tif ( inst && inst !== this && !inst.options.disabled ) {\n\t\t\t\t\t\tqueries.push( [ $.isFunction( inst.options.items ) ?\n\t\t\t\t\t\t\tinst.options.items.call( inst.element ) :\n\t\t\t\t\t\t\t$( inst.options.items, inst.element )\n\t\t\t\t\t\t\t\t.not( \".ui-sortable-helper\" )\n\t\t\t\t\t\t\t\t.not( \".ui-sortable-placeholder\" ), inst ] );\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\tqueries.push( [ $.isFunction( this.options.items ) ?\n\t\t\tthis.options.items\n\t\t\t\t.call( this.element, null, { options: this.options, item: this.currentItem } ) :\n\t\t\t$( this.options.items, this.element )\n\t\t\t\t.not( \".ui-sortable-helper\" )\n\t\t\t\t.not( \".ui-sortable-placeholder\" ), this ] );\n\n\t\tfunction addItems() {\n\t\t\titems.push( this );\n\t\t}\n\t\tfor ( i = queries.length - 1; i >= 0; i-- ) {\n\t\t\tqueries[ i ][ 0 ].each( addItems );\n\t\t}\n\n\t\treturn $( items );\n\n\t},\n\n\t_removeCurrentsFromItems: function() {\n\n\t\tvar list = this.currentItem.find( \":data(\" + this.widgetName + \"-item)\" );\n\n\t\tthis.items = $.grep( this.items, function( item ) {\n\t\t\tfor ( var j = 0; j < list.length; j++ ) {\n\t\t\t\tif ( list[ j ] === item.item[ 0 ] ) {\n\t\t\t\t\treturn false;\n\t\t\t\t}\n\t\t\t}\n\t\t\treturn true;\n\t\t} );\n\n\t},\n\n\t_refreshItems: function( event ) {\n\n\t\tthis.items = [];\n\t\tthis.containers = [ this ];\n\n\t\tvar i, j, cur, inst, targetData, _queries, item, queriesLength,\n\t\t\titems = this.items,\n\t\t\tqueries = [ [ $.isFunction( this.options.items ) ?\n\t\t\t\tthis.options.items.call( this.element[ 0 ], event, { item: this.currentItem } ) :\n\t\t\t\t$( this.options.items, this.element ), this ] ],\n\t\t\tconnectWith = this._connectWith();\n\n\t\t//Shouldn't be run the first time through due to massive slow-down\n\t\tif ( connectWith && this.ready ) {\n\t\t\tfor ( i = connectWith.length - 1; i >= 0; i-- ) {\n\t\t\t\tcur = $( connectWith[ i ], this.document[ 0 ] );\n\t\t\t\tfor ( j = cur.length - 1; j >= 0; j-- ) {\n\t\t\t\t\tinst = $.data( cur[ j ], this.widgetFullName );\n\t\t\t\t\tif ( inst && inst !== this && !inst.options.disabled ) {\n\t\t\t\t\t\tqueries.push( [ $.isFunction( inst.options.items ) ?\n\t\t\t\t\t\t\tinst.options.items\n\t\t\t\t\t\t\t\t.call( inst.element[ 0 ], event, { item: this.currentItem } ) :\n\t\t\t\t\t\t\t$( inst.options.items, inst.element ), inst ] );\n\t\t\t\t\t\tthis.containers.push( inst );\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\tfor ( i = queries.length - 1; i >= 0; i-- ) {\n\t\t\ttargetData = queries[ i ][ 1 ];\n\t\t\t_queries = queries[ i ][ 0 ];\n\n\t\t\tfor ( j = 0, queriesLength = _queries.length; j < queriesLength; j++ ) {\n\t\t\t\titem = $( _queries[ j ] );\n\n\t\t\t\t// Data for target checking (mouse manager)\n\t\t\t\titem.data( this.widgetName + \"-item\", targetData );\n\n\t\t\t\titems.push( {\n\t\t\t\t\titem: item,\n\t\t\t\t\tinstance: targetData,\n\t\t\t\t\twidth: 0, height: 0,\n\t\t\t\t\tleft: 0, top: 0\n\t\t\t\t} );\n\t\t\t}\n\t\t}\n\n\t},\n\n\trefreshPositions: function( fast ) {\n\n\t\t// Determine whether items are being displayed horizontally\n\t\tthis.floating = this.items.length ?\n\t\t\tthis.options.axis === \"x\" || this._isFloating( this.items[ 0 ].item ) :\n\t\t\tfalse;\n\n\t\t//This has to be redone because due to the item being moved out/into the offsetParent,\n\t\t// the offsetParent's position will change\n\t\tif ( this.offsetParent && this.helper ) {\n\t\t\tthis.offset.parent = this._getParentOffset();\n\t\t}\n\n\t\tvar i, item, t, p;\n\n\t\tfor ( i = this.items.length - 1; i >= 0; i-- ) {\n\t\t\titem = this.items[ i ];\n\n\t\t\t//We ignore calculating positions of all connected containers when we're not over them\n\t\t\tif ( item.instance !== this.currentContainer && this.currentContainer &&\n\t\t\t\t\titem.item[ 0 ] !== this.currentItem[ 0 ] ) {\n\t\t\t\tcontinue;\n\t\t\t}\n\n\t\t\tt = this.options.toleranceElement ?\n\t\t\t\t$( this.options.toleranceElement, item.item ) :\n\t\t\t\titem.item;\n\n\t\t\tif ( !fast ) {\n\t\t\t\titem.width = t.outerWidth();\n\t\t\t\titem.height = t.outerHeight();\n\t\t\t}\n\n\t\t\tp = t.offset();\n\t\t\titem.left = p.left;\n\t\t\titem.top = p.top;\n\t\t}\n\n\t\tif ( this.options.custom && this.options.custom.refreshContainers ) {\n\t\t\tthis.options.custom.refreshContainers.call( this );\n\t\t} else {\n\t\t\tfor ( i = this.containers.length - 1; i >= 0; i-- ) {\n\t\t\t\tp = this.containers[ i ].element.offset();\n\t\t\t\tthis.containers[ i ].containerCache.left = p.left;\n\t\t\t\tthis.containers[ i ].containerCache.top = p.top;\n\t\t\t\tthis.containers[ i ].containerCache.width =\n\t\t\t\t\tthis.containers[ i ].element.outerWidth();\n\t\t\t\tthis.containers[ i ].containerCache.height =\n\t\t\t\t\tthis.containers[ i ].element.outerHeight();\n\t\t\t}\n\t\t}\n\n\t\treturn this;\n\t},\n\n\t_createPlaceholder: function( that ) {\n\t\tthat = that || this;\n\t\tvar className,\n\t\t\to = that.options;\n\n\t\tif ( !o.placeholder || o.placeholder.constructor === String ) {\n\t\t\tclassName = o.placeholder;\n\t\t\to.placeholder = {\n\t\t\t\telement: function() {\n\n\t\t\t\t\tvar nodeName = that.currentItem[ 0 ].nodeName.toLowerCase(),\n\t\t\t\t\t\telement = $( \"<\" + nodeName + \">\", that.document[ 0 ] );\n\n\t\t\t\t\t\tthat._addClass( element, \"ui-sortable-placeholder\",\n\t\t\t\t\t\t\t\tclassName || that.currentItem[ 0 ].className )\n\t\t\t\t\t\t\t._removeClass( element, \"ui-sortable-helper\" );\n\n\t\t\t\t\tif ( nodeName === \"tbody\" ) {\n\t\t\t\t\t\tthat._createTrPlaceholder(\n\t\t\t\t\t\t\tthat.currentItem.find( \"tr\" ).eq( 0 ),\n\t\t\t\t\t\t\t$( \"<tr>\", that.document[ 0 ] ).appendTo( element )\n\t\t\t\t\t\t);\n\t\t\t\t\t} else if ( nodeName === \"tr\" ) {\n\t\t\t\t\t\tthat._createTrPlaceholder( that.currentItem, element );\n\t\t\t\t\t} else if ( nodeName === \"img\" ) {\n\t\t\t\t\t\telement.attr( \"src\", that.currentItem.attr( \"src\" ) );\n\t\t\t\t\t}\n\n\t\t\t\t\tif ( !className ) {\n\t\t\t\t\t\telement.css( \"visibility\", \"hidden\" );\n\t\t\t\t\t}\n\n\t\t\t\t\treturn element;\n\t\t\t\t},\n\t\t\t\tupdate: function( container, p ) {\n\n\t\t\t\t\t// 1. If a className is set as 'placeholder option, we don't force sizes -\n\t\t\t\t\t// the class is responsible for that\n\t\t\t\t\t// 2. The option 'forcePlaceholderSize can be enabled to force it even if a\n\t\t\t\t\t// class name is specified\n\t\t\t\t\tif ( className && !o.forcePlaceholderSize ) {\n\t\t\t\t\t\treturn;\n\t\t\t\t\t}\n\n\t\t\t\t\t//If the element doesn't have a actual height by itself (without styles coming\n\t\t\t\t\t// from a stylesheet), it receives the inline height from the dragged item\n\t\t\t\t\tif ( !p.height() ) {\n\t\t\t\t\t\tp.height(\n\t\t\t\t\t\t\tthat.currentItem.innerHeight() -\n\t\t\t\t\t\t\tparseInt( that.currentItem.css( \"paddingTop\" ) || 0, 10 ) -\n\t\t\t\t\t\t\tparseInt( that.currentItem.css( \"paddingBottom\" ) || 0, 10 ) );\n\t\t\t\t\t}\n\t\t\t\t\tif ( !p.width() ) {\n\t\t\t\t\t\tp.width(\n\t\t\t\t\t\t\tthat.currentItem.innerWidth() -\n\t\t\t\t\t\t\tparseInt( that.currentItem.css( \"paddingLeft\" ) || 0, 10 ) -\n\t\t\t\t\t\t\tparseInt( that.currentItem.css( \"paddingRight\" ) || 0, 10 ) );\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t};\n\t\t}\n\n\t\t//Create the placeholder\n\t\tthat.placeholder = $( o.placeholder.element.call( that.element, that.currentItem ) );\n\n\t\t//Append it after the actual current item\n\t\tthat.currentItem.after( that.placeholder );\n\n\t\t//Update the size of the placeholder (TODO: Logic to fuzzy, see line 316/317)\n\t\to.placeholder.update( that, that.placeholder );\n\n\t},\n\n\t_createTrPlaceholder: function( sourceTr, targetTr ) {\n\t\tvar that = this;\n\n\t\tsourceTr.children().each( function() {\n\t\t\t$( \"<td>&#160;</td>\", that.document[ 0 ] )\n\t\t\t\t.attr( \"colspan\", $( this ).attr( \"colspan\" ) || 1 )\n\t\t\t\t.appendTo( targetTr );\n\t\t} );\n\t},\n\n\t_contactContainers: function( event ) {\n\t\tvar i, j, dist, itemWithLeastDistance, posProperty, sizeProperty, cur, nearBottom,\n\t\t\tfloating, axis,\n\t\t\tinnermostContainer = null,\n\t\t\tinnermostIndex = null;\n\n\t\t// Get innermost container that intersects with item\n\t\tfor ( i = this.containers.length - 1; i >= 0; i-- ) {\n\n\t\t\t// Never consider a container that's located within the item itself\n\t\t\tif ( $.contains( this.currentItem[ 0 ], this.containers[ i ].element[ 0 ] ) ) {\n\t\t\t\tcontinue;\n\t\t\t}\n\n\t\t\tif ( this._intersectsWith( this.containers[ i ].containerCache ) ) {\n\n\t\t\t\t// If we've already found a container and it's more \"inner\" than this, then continue\n\t\t\t\tif ( innermostContainer &&\n\t\t\t\t\t\t$.contains(\n\t\t\t\t\t\t\tthis.containers[ i ].element[ 0 ],\n\t\t\t\t\t\t\tinnermostContainer.element[ 0 ] ) ) {\n\t\t\t\t\tcontinue;\n\t\t\t\t}\n\n\t\t\t\tinnermostContainer = this.containers[ i ];\n\t\t\t\tinnermostIndex = i;\n\n\t\t\t} else {\n\n\t\t\t\t// container doesn't intersect. trigger \"out\" event if necessary\n\t\t\t\tif ( this.containers[ i ].containerCache.over ) {\n\t\t\t\t\tthis.containers[ i ]._trigger( \"out\", event, this._uiHash( this ) );\n\t\t\t\t\tthis.containers[ i ].containerCache.over = 0;\n\t\t\t\t}\n\t\t\t}\n\n\t\t}\n\n\t\t// If no intersecting containers found, return\n\t\tif ( !innermostContainer ) {\n\t\t\treturn;\n\t\t}\n\n\t\t// Move the item into the container if it's not there already\n\t\tif ( this.containers.length === 1 ) {\n\t\t\tif ( !this.containers[ innermostIndex ].containerCache.over ) {\n\t\t\t\tthis.containers[ innermostIndex ]._trigger( \"over\", event, this._uiHash( this ) );\n\t\t\t\tthis.containers[ innermostIndex ].containerCache.over = 1;\n\t\t\t}\n\t\t} else {\n\n\t\t\t// When entering a new container, we will find the item with the least distance and\n\t\t\t// append our item near it\n\t\t\tdist = 10000;\n\t\t\titemWithLeastDistance = null;\n\t\t\tfloating = innermostContainer.floating || this._isFloating( this.currentItem );\n\t\t\tposProperty = floating ? \"left\" : \"top\";\n\t\t\tsizeProperty = floating ? \"width\" : \"height\";\n\t\t\taxis = floating ? \"pageX\" : \"pageY\";\n\n\t\t\tfor ( j = this.items.length - 1; j >= 0; j-- ) {\n\t\t\t\tif ( !$.contains(\n\t\t\t\t\t\tthis.containers[ innermostIndex ].element[ 0 ], this.items[ j ].item[ 0 ] )\n\t\t\t\t) {\n\t\t\t\t\tcontinue;\n\t\t\t\t}\n\t\t\t\tif ( this.items[ j ].item[ 0 ] === this.currentItem[ 0 ] ) {\n\t\t\t\t\tcontinue;\n\t\t\t\t}\n\n\t\t\t\tcur = this.items[ j ].item.offset()[ posProperty ];\n\t\t\t\tnearBottom = false;\n\t\t\t\tif ( event[ axis ] - cur > this.items[ j ][ sizeProperty ] / 2 ) {\n\t\t\t\t\tnearBottom = true;\n\t\t\t\t}\n\n\t\t\t\tif ( Math.abs( event[ axis ] - cur ) < dist ) {\n\t\t\t\t\tdist = Math.abs( event[ axis ] - cur );\n\t\t\t\t\titemWithLeastDistance = this.items[ j ];\n\t\t\t\t\tthis.direction = nearBottom ? \"up\" : \"down\";\n\t\t\t\t}\n\t\t\t}\n\n\t\t\t//Check if dropOnEmpty is enabled\n\t\t\tif ( !itemWithLeastDistance && !this.options.dropOnEmpty ) {\n\t\t\t\treturn;\n\t\t\t}\n\n\t\t\tif ( this.currentContainer === this.containers[ innermostIndex ] ) {\n\t\t\t\tif ( !this.currentContainer.containerCache.over ) {\n\t\t\t\t\tthis.containers[ innermostIndex ]._trigger( \"over\", event, this._uiHash() );\n\t\t\t\t\tthis.currentContainer.containerCache.over = 1;\n\t\t\t\t}\n\t\t\t\treturn;\n\t\t\t}\n\n\t\t\titemWithLeastDistance ?\n\t\t\t\tthis._rearrange( event, itemWithLeastDistance, null, true ) :\n\t\t\t\tthis._rearrange( event, null, this.containers[ innermostIndex ].element, true );\n\t\t\tthis._trigger( \"change\", event, this._uiHash() );\n\t\t\tthis.containers[ innermostIndex ]._trigger( \"change\", event, this._uiHash( this ) );\n\t\t\tthis.currentContainer = this.containers[ innermostIndex ];\n\n\t\t\t//Update the placeholder\n\t\t\tthis.options.placeholder.update( this.currentContainer, this.placeholder );\n\n\t\t\tthis.containers[ innermostIndex ]._trigger( \"over\", event, this._uiHash( this ) );\n\t\t\tthis.containers[ innermostIndex ].containerCache.over = 1;\n\t\t}\n\n\t},\n\n\t_createHelper: function( event ) {\n\n\t\tvar o = this.options,\n\t\t\thelper = $.isFunction( o.helper ) ?\n\t\t\t\t$( o.helper.apply( this.element[ 0 ], [ event, this.currentItem ] ) ) :\n\t\t\t\t( o.helper === \"clone\" ? this.currentItem.clone() : this.currentItem );\n\n\t\t//Add the helper to the DOM if that didn't happen already\n\t\tif ( !helper.parents( \"body\" ).length ) {\n\t\t\t$( o.appendTo !== \"parent\" ?\n\t\t\t\to.appendTo :\n\t\t\t\tthis.currentItem[ 0 ].parentNode )[ 0 ].appendChild( helper[ 0 ] );\n\t\t}\n\n\t\tif ( helper[ 0 ] === this.currentItem[ 0 ] ) {\n\t\t\tthis._storedCSS = {\n\t\t\t\twidth: this.currentItem[ 0 ].style.width,\n\t\t\t\theight: this.currentItem[ 0 ].style.height,\n\t\t\t\tposition: this.currentItem.css( \"position\" ),\n\t\t\t\ttop: this.currentItem.css( \"top\" ),\n\t\t\t\tleft: this.currentItem.css( \"left\" )\n\t\t\t};\n\t\t}\n\n\t\tif ( !helper[ 0 ].style.width || o.forceHelperSize ) {\n\t\t\thelper.width( this.currentItem.width() );\n\t\t}\n\t\tif ( !helper[ 0 ].style.height || o.forceHelperSize ) {\n\t\t\thelper.height( this.currentItem.height() );\n\t\t}\n\n\t\treturn helper;\n\n\t},\n\n\t_adjustOffsetFromHelper: function( obj ) {\n\t\tif ( typeof obj === \"string\" ) {\n\t\t\tobj = obj.split( \" \" );\n\t\t}\n\t\tif ( $.isArray( obj ) ) {\n\t\t\tobj = { left: +obj[ 0 ], top: +obj[ 1 ] || 0 };\n\t\t}\n\t\tif ( \"left\" in obj ) {\n\t\t\tthis.offset.click.left = obj.left + this.margins.left;\n\t\t}\n\t\tif ( \"right\" in obj ) {\n\t\t\tthis.offset.click.left = this.helperProportions.width - obj.right + this.margins.left;\n\t\t}\n\t\tif ( \"top\" in obj ) {\n\t\t\tthis.offset.click.top = obj.top + this.margins.top;\n\t\t}\n\t\tif ( \"bottom\" in obj ) {\n\t\t\tthis.offset.click.top = this.helperProportions.height - obj.bottom + this.margins.top;\n\t\t}\n\t},\n\n\t_getParentOffset: function() {\n\n\t\t//Get the offsetParent and cache its position\n\t\tthis.offsetParent = this.helper.offsetParent();\n\t\tvar po = this.offsetParent.offset();\n\n\t\t// This is a special case where we need to modify a offset calculated on start, since the\n\t\t// following happened:\n\t\t// 1. The position of the helper is absolute, so it's position is calculated based on the\n\t\t// next positioned parent\n\t\t// 2. The actual offset parent is a child of the scroll parent, and the scroll parent isn't\n\t\t// the document, which means that the scroll is included in the initial calculation of the\n\t\t// offset of the parent, and never recalculated upon drag\n\t\tif ( this.cssPosition === \"absolute\" && this.scrollParent[ 0 ] !== this.document[ 0 ] &&\n\t\t\t\t$.contains( this.scrollParent[ 0 ], this.offsetParent[ 0 ] ) ) {\n\t\t\tpo.left += this.scrollParent.scrollLeft();\n\t\t\tpo.top += this.scrollParent.scrollTop();\n\t\t}\n\n\t\t// This needs to be actually done for all browsers, since pageX/pageY includes this\n\t\t// information with an ugly IE fix\n\t\tif ( this.offsetParent[ 0 ] === this.document[ 0 ].body ||\n\t\t\t\t( this.offsetParent[ 0 ].tagName &&\n\t\t\t\tthis.offsetParent[ 0 ].tagName.toLowerCase() === \"html\" && $.ui.ie ) ) {\n\t\t\tpo = { top: 0, left: 0 };\n\t\t}\n\n\t\treturn {\n\t\t\ttop: po.top + ( parseInt( this.offsetParent.css( \"borderTopWidth\" ), 10 ) || 0 ),\n\t\t\tleft: po.left + ( parseInt( this.offsetParent.css( \"borderLeftWidth\" ), 10 ) || 0 )\n\t\t};\n\n\t},\n\n\t_getRelativeOffset: function() {\n\n\t\tif ( this.cssPosition === \"relative\" ) {\n\t\t\tvar p = this.currentItem.position();\n\t\t\treturn {\n\t\t\t\ttop: p.top - ( parseInt( this.helper.css( \"top\" ), 10 ) || 0 ) +\n\t\t\t\t\tthis.scrollParent.scrollTop(),\n\t\t\t\tleft: p.left - ( parseInt( this.helper.css( \"left\" ), 10 ) || 0 ) +\n\t\t\t\t\tthis.scrollParent.scrollLeft()\n\t\t\t};\n\t\t} else {\n\t\t\treturn { top: 0, left: 0 };\n\t\t}\n\n\t},\n\n\t_cacheMargins: function() {\n\t\tthis.margins = {\n\t\t\tleft: ( parseInt( this.currentItem.css( \"marginLeft\" ), 10 ) || 0 ),\n\t\t\ttop: ( parseInt( this.currentItem.css( \"marginTop\" ), 10 ) || 0 )\n\t\t};\n\t},\n\n\t_cacheHelperProportions: function() {\n\t\tthis.helperProportions = {\n\t\t\twidth: this.helper.outerWidth(),\n\t\t\theight: this.helper.outerHeight()\n\t\t};\n\t},\n\n\t_setContainment: function() {\n\n\t\tvar ce, co, over,\n\t\t\to = this.options;\n\t\tif ( o.containment === \"parent\" ) {\n\t\t\to.containment = this.helper[ 0 ].parentNode;\n\t\t}\n\t\tif ( o.containment === \"document\" || o.containment === \"window\" ) {\n\t\t\tthis.containment = [\n\t\t\t\t0 - this.offset.relative.left - this.offset.parent.left,\n\t\t\t\t0 - this.offset.relative.top - this.offset.parent.top,\n\t\t\t\to.containment === \"document\" ?\n\t\t\t\t\tthis.document.width() :\n\t\t\t\t\tthis.window.width() - this.helperProportions.width - this.margins.left,\n\t\t\t\t( o.containment === \"document\" ?\n\t\t\t\t\t( this.document.height() || document.body.parentNode.scrollHeight ) :\n\t\t\t\t\tthis.window.height() || this.document[ 0 ].body.parentNode.scrollHeight\n\t\t\t\t) - this.helperProportions.height - this.margins.top\n\t\t\t];\n\t\t}\n\n\t\tif ( !( /^(document|window|parent)$/ ).test( o.containment ) ) {\n\t\t\tce = $( o.containment )[ 0 ];\n\t\t\tco = $( o.containment ).offset();\n\t\t\tover = ( $( ce ).css( \"overflow\" ) !== \"hidden\" );\n\n\t\t\tthis.containment = [\n\t\t\t\tco.left + ( parseInt( $( ce ).css( \"borderLeftWidth\" ), 10 ) || 0 ) +\n\t\t\t\t\t( parseInt( $( ce ).css( \"paddingLeft\" ), 10 ) || 0 ) - this.margins.left,\n\t\t\t\tco.top + ( parseInt( $( ce ).css( \"borderTopWidth\" ), 10 ) || 0 ) +\n\t\t\t\t\t( parseInt( $( ce ).css( \"paddingTop\" ), 10 ) || 0 ) - this.margins.top,\n\t\t\t\tco.left + ( over ? Math.max( ce.scrollWidth, ce.offsetWidth ) : ce.offsetWidth ) -\n\t\t\t\t\t( parseInt( $( ce ).css( \"borderLeftWidth\" ), 10 ) || 0 ) -\n\t\t\t\t\t( parseInt( $( ce ).css( \"paddingRight\" ), 10 ) || 0 ) -\n\t\t\t\t\tthis.helperProportions.width - this.margins.left,\n\t\t\t\tco.top + ( over ? Math.max( ce.scrollHeight, ce.offsetHeight ) : ce.offsetHeight ) -\n\t\t\t\t\t( parseInt( $( ce ).css( \"borderTopWidth\" ), 10 ) || 0 ) -\n\t\t\t\t\t( parseInt( $( ce ).css( \"paddingBottom\" ), 10 ) || 0 ) -\n\t\t\t\t\tthis.helperProportions.height - this.margins.top\n\t\t\t];\n\t\t}\n\n\t},\n\n\t_convertPositionTo: function( d, pos ) {\n\n\t\tif ( !pos ) {\n\t\t\tpos = this.position;\n\t\t}\n\t\tvar mod = d === \"absolute\" ? 1 : -1,\n\t\t\tscroll = this.cssPosition === \"absolute\" &&\n\t\t\t\t!( this.scrollParent[ 0 ] !== this.document[ 0 ] &&\n\t\t\t\t$.contains( this.scrollParent[ 0 ], this.offsetParent[ 0 ] ) ) ?\n\t\t\t\t\tthis.offsetParent :\n\t\t\t\t\tthis.scrollParent,\n\t\t\tscrollIsRootNode = ( /(html|body)/i ).test( scroll[ 0 ].tagName );\n\n\t\treturn {\n\t\t\ttop: (\n\n\t\t\t\t// The absolute mouse position\n\t\t\t\tpos.top\t+\n\n\t\t\t\t// Only for relative positioned nodes: Relative offset from element to offset parent\n\t\t\t\tthis.offset.relative.top * mod +\n\n\t\t\t\t// The offsetParent's offset without borders (offset + border)\n\t\t\t\tthis.offset.parent.top * mod -\n\t\t\t\t( ( this.cssPosition === \"fixed\" ?\n\t\t\t\t\t-this.scrollParent.scrollTop() :\n\t\t\t\t\t( scrollIsRootNode ? 0 : scroll.scrollTop() ) ) * mod )\n\t\t\t),\n\t\t\tleft: (\n\n\t\t\t\t// The absolute mouse position\n\t\t\t\tpos.left +\n\n\t\t\t\t// Only for relative positioned nodes: Relative offset from element to offset parent\n\t\t\t\tthis.offset.relative.left * mod +\n\n\t\t\t\t// The offsetParent's offset without borders (offset + border)\n\t\t\t\tthis.offset.parent.left * mod\t-\n\t\t\t\t( ( this.cssPosition === \"fixed\" ?\n\t\t\t\t\t-this.scrollParent.scrollLeft() : scrollIsRootNode ? 0 :\n\t\t\t\t\tscroll.scrollLeft() ) * mod )\n\t\t\t)\n\t\t};\n\n\t},\n\n\t_generatePosition: function( event ) {\n\n\t\tvar top, left,\n\t\t\to = this.options,\n\t\t\tpageX = event.pageX,\n\t\t\tpageY = event.pageY,\n\t\t\tscroll = this.cssPosition === \"absolute\" &&\n\t\t\t\t!( this.scrollParent[ 0 ] !== this.document[ 0 ] &&\n\t\t\t\t$.contains( this.scrollParent[ 0 ], this.offsetParent[ 0 ] ) ) ?\n\t\t\t\t\tthis.offsetParent :\n\t\t\t\t\tthis.scrollParent,\n\t\t\t\tscrollIsRootNode = ( /(html|body)/i ).test( scroll[ 0 ].tagName );\n\n\t\t// This is another very weird special case that only happens for relative elements:\n\t\t// 1. If the css position is relative\n\t\t// 2. and the scroll parent is the document or similar to the offset parent\n\t\t// we have to refresh the relative offset during the scroll so there are no jumps\n\t\tif ( this.cssPosition === \"relative\" && !( this.scrollParent[ 0 ] !== this.document[ 0 ] &&\n\t\t\t\tthis.scrollParent[ 0 ] !== this.offsetParent[ 0 ] ) ) {\n\t\t\tthis.offset.relative = this._getRelativeOffset();\n\t\t}\n\n\t\t/*\n\t\t * - Position constraining -\n\t\t * Constrain the position to a mix of grid, containment.\n\t\t */\n\n\t\tif ( this.originalPosition ) { //If we are not dragging yet, we won't check for options\n\n\t\t\tif ( this.containment ) {\n\t\t\t\tif ( event.pageX - this.offset.click.left < this.containment[ 0 ] ) {\n\t\t\t\t\tpageX = this.containment[ 0 ] + this.offset.click.left;\n\t\t\t\t}\n\t\t\t\tif ( event.pageY - this.offset.click.top < this.containment[ 1 ] ) {\n\t\t\t\t\tpageY = this.containment[ 1 ] + this.offset.click.top;\n\t\t\t\t}\n\t\t\t\tif ( event.pageX - this.offset.click.left > this.containment[ 2 ] ) {\n\t\t\t\t\tpageX = this.containment[ 2 ] + this.offset.click.left;\n\t\t\t\t}\n\t\t\t\tif ( event.pageY - this.offset.click.top > this.containment[ 3 ] ) {\n\t\t\t\t\tpageY = this.containment[ 3 ] + this.offset.click.top;\n\t\t\t\t}\n\t\t\t}\n\n\t\t\tif ( o.grid ) {\n\t\t\t\ttop = this.originalPageY + Math.round( ( pageY - this.originalPageY ) /\n\t\t\t\t\to.grid[ 1 ] ) * o.grid[ 1 ];\n\t\t\t\tpageY = this.containment ?\n\t\t\t\t\t( ( top - this.offset.click.top >= this.containment[ 1 ] &&\n\t\t\t\t\t\ttop - this.offset.click.top <= this.containment[ 3 ] ) ?\n\t\t\t\t\t\t\ttop :\n\t\t\t\t\t\t\t( ( top - this.offset.click.top >= this.containment[ 1 ] ) ?\n\t\t\t\t\t\t\t\ttop - o.grid[ 1 ] : top + o.grid[ 1 ] ) ) :\n\t\t\t\t\t\t\t\ttop;\n\n\t\t\t\tleft = this.originalPageX + Math.round( ( pageX - this.originalPageX ) /\n\t\t\t\t\to.grid[ 0 ] ) * o.grid[ 0 ];\n\t\t\t\tpageX = this.containment ?\n\t\t\t\t\t( ( left - this.offset.click.left >= this.containment[ 0 ] &&\n\t\t\t\t\t\tleft - this.offset.click.left <= this.containment[ 2 ] ) ?\n\t\t\t\t\t\t\tleft :\n\t\t\t\t\t\t\t( ( left - this.offset.click.left >= this.containment[ 0 ] ) ?\n\t\t\t\t\t\t\t\tleft - o.grid[ 0 ] : left + o.grid[ 0 ] ) ) :\n\t\t\t\t\t\t\t\tleft;\n\t\t\t}\n\n\t\t}\n\n\t\treturn {\n\t\t\ttop: (\n\n\t\t\t\t// The absolute mouse position\n\t\t\t\tpageY -\n\n\t\t\t\t// Click offset (relative to the element)\n\t\t\t\tthis.offset.click.top -\n\n\t\t\t\t// Only for relative positioned nodes: Relative offset from element to offset parent\n\t\t\t\tthis.offset.relative.top -\n\n\t\t\t\t// The offsetParent's offset without borders (offset + border)\n\t\t\t\tthis.offset.parent.top +\n\t\t\t\t( ( this.cssPosition === \"fixed\" ?\n\t\t\t\t\t-this.scrollParent.scrollTop() :\n\t\t\t\t\t( scrollIsRootNode ? 0 : scroll.scrollTop() ) ) )\n\t\t\t),\n\t\t\tleft: (\n\n\t\t\t\t// The absolute mouse position\n\t\t\t\tpageX -\n\n\t\t\t\t// Click offset (relative to the element)\n\t\t\t\tthis.offset.click.left -\n\n\t\t\t\t// Only for relative positioned nodes: Relative offset from element to offset parent\n\t\t\t\tthis.offset.relative.left -\n\n\t\t\t\t// The offsetParent's offset without borders (offset + border)\n\t\t\t\tthis.offset.parent.left +\n\t\t\t\t( ( this.cssPosition === \"fixed\" ?\n\t\t\t\t\t-this.scrollParent.scrollLeft() :\n\t\t\t\t\tscrollIsRootNode ? 0 : scroll.scrollLeft() ) )\n\t\t\t)\n\t\t};\n\n\t},\n\n\t_rearrange: function( event, i, a, hardRefresh ) {\n\n\t\ta ? a[ 0 ].appendChild( this.placeholder[ 0 ] ) :\n\t\t\ti.item[ 0 ].parentNode.insertBefore( this.placeholder[ 0 ],\n\t\t\t\t( this.direction === \"down\" ? i.item[ 0 ] : i.item[ 0 ].nextSibling ) );\n\n\t\t//Various things done here to improve the performance:\n\t\t// 1. we create a setTimeout, that calls refreshPositions\n\t\t// 2. on the instance, we have a counter variable, that get's higher after every append\n\t\t// 3. on the local scope, we copy the counter variable, and check in the timeout,\n\t\t// if it's still the same\n\t\t// 4. this lets only the last addition to the timeout stack through\n\t\tthis.counter = this.counter ? ++this.counter : 1;\n\t\tvar counter = this.counter;\n\n\t\tthis._delay( function() {\n\t\t\tif ( counter === this.counter ) {\n\n\t\t\t\t//Precompute after each DOM insertion, NOT on mousemove\n\t\t\t\tthis.refreshPositions( !hardRefresh );\n\t\t\t}\n\t\t} );\n\n\t},\n\n\t_clear: function( event, noPropagation ) {\n\n\t\tthis.reverting = false;\n\n\t\t// We delay all events that have to be triggered to after the point where the placeholder\n\t\t// has been removed and everything else normalized again\n\t\tvar i,\n\t\t\tdelayedTriggers = [];\n\n\t\t// We first have to update the dom position of the actual currentItem\n\t\t// Note: don't do it if the current item is already removed (by a user), or it gets\n\t\t// reappended (see #4088)\n\t\tif ( !this._noFinalSort && this.currentItem.parent().length ) {\n\t\t\tthis.placeholder.before( this.currentItem );\n\t\t}\n\t\tthis._noFinalSort = null;\n\n\t\tif ( this.helper[ 0 ] === this.currentItem[ 0 ] ) {\n\t\t\tfor ( i in this._storedCSS ) {\n\t\t\t\tif ( this._storedCSS[ i ] === \"auto\" || this._storedCSS[ i ] === \"static\" ) {\n\t\t\t\t\tthis._storedCSS[ i ] = \"\";\n\t\t\t\t}\n\t\t\t}\n\t\t\tthis.currentItem.css( this._storedCSS );\n\t\t\tthis._removeClass( this.currentItem, \"ui-sortable-helper\" );\n\t\t} else {\n\t\t\tthis.currentItem.show();\n\t\t}\n\n\t\tif ( this.fromOutside && !noPropagation ) {\n\t\t\tdelayedTriggers.push( function( event ) {\n\t\t\t\tthis._trigger( \"receive\", event, this._uiHash( this.fromOutside ) );\n\t\t\t} );\n\t\t}\n\t\tif ( ( this.fromOutside ||\n\t\t\t\tthis.domPosition.prev !==\n\t\t\t\tthis.currentItem.prev().not( \".ui-sortable-helper\" )[ 0 ] ||\n\t\t\t\tthis.domPosition.parent !== this.currentItem.parent()[ 0 ] ) && !noPropagation ) {\n\n\t\t\t// Trigger update callback if the DOM position has changed\n\t\t\tdelayedTriggers.push( function( event ) {\n\t\t\t\tthis._trigger( \"update\", event, this._uiHash() );\n\t\t\t} );\n\t\t}\n\n\t\t// Check if the items Container has Changed and trigger appropriate\n\t\t// events.\n\t\tif ( this !== this.currentContainer ) {\n\t\t\tif ( !noPropagation ) {\n\t\t\t\tdelayedTriggers.push( function( event ) {\n\t\t\t\t\tthis._trigger( \"remove\", event, this._uiHash() );\n\t\t\t\t} );\n\t\t\t\tdelayedTriggers.push( ( function( c ) {\n\t\t\t\t\treturn function( event ) {\n\t\t\t\t\t\tc._trigger( \"receive\", event, this._uiHash( this ) );\n\t\t\t\t\t};\n\t\t\t\t} ).call( this, this.currentContainer ) );\n\t\t\t\tdelayedTriggers.push( ( function( c ) {\n\t\t\t\t\treturn function( event ) {\n\t\t\t\t\t\tc._trigger( \"update\", event, this._uiHash( this ) );\n\t\t\t\t\t};\n\t\t\t\t} ).call( this, this.currentContainer ) );\n\t\t\t}\n\t\t}\n\n\t\t//Post events to containers\n\t\tfunction delayEvent( type, instance, container ) {\n\t\t\treturn function( event ) {\n\t\t\t\tcontainer._trigger( type, event, instance._uiHash( instance ) );\n\t\t\t};\n\t\t}\n\t\tfor ( i = this.containers.length - 1; i >= 0; i-- ) {\n\t\t\tif ( !noPropagation ) {\n\t\t\t\tdelayedTriggers.push( delayEvent( \"deactivate\", this, this.containers[ i ] ) );\n\t\t\t}\n\t\t\tif ( this.containers[ i ].containerCache.over ) {\n\t\t\t\tdelayedTriggers.push( delayEvent( \"out\", this, this.containers[ i ] ) );\n\t\t\t\tthis.containers[ i ].containerCache.over = 0;\n\t\t\t}\n\t\t}\n\n\t\t//Do what was originally in plugins\n\t\tif ( this.storedCursor ) {\n\t\t\tthis.document.find( \"body\" ).css( \"cursor\", this.storedCursor );\n\t\t\tthis.storedStylesheet.remove();\n\t\t}\n\t\tif ( this._storedOpacity ) {\n\t\t\tthis.helper.css( \"opacity\", this._storedOpacity );\n\t\t}\n\t\tif ( this._storedZIndex ) {\n\t\t\tthis.helper.css( \"zIndex\", this._storedZIndex === \"auto\" ? \"\" : this._storedZIndex );\n\t\t}\n\n\t\tthis.dragging = false;\n\n\t\tif ( !noPropagation ) {\n\t\t\tthis._trigger( \"beforeStop\", event, this._uiHash() );\n\t\t}\n\n\t\t//$(this.placeholder[0]).remove(); would have been the jQuery way - unfortunately,\n\t\t// it unbinds ALL events from the original node!\n\t\tthis.placeholder[ 0 ].parentNode.removeChild( this.placeholder[ 0 ] );\n\n\t\tif ( !this.cancelHelperRemoval ) {\n\t\t\tif ( this.helper[ 0 ] !== this.currentItem[ 0 ] ) {\n\t\t\t\tthis.helper.remove();\n\t\t\t}\n\t\t\tthis.helper = null;\n\t\t}\n\n\t\tif ( !noPropagation ) {\n\t\t\tfor ( i = 0; i < delayedTriggers.length; i++ ) {\n\n\t\t\t\t// Trigger all delayed events\n\t\t\t\tdelayedTriggers[ i ].call( this, event );\n\t\t\t}\n\t\t\tthis._trigger( \"stop\", event, this._uiHash() );\n\t\t}\n\n\t\tthis.fromOutside = false;\n\t\treturn !this.cancelHelperRemoval;\n\n\t},\n\n\t_trigger: function() {\n\t\tif ( $.Widget.prototype._trigger.apply( this, arguments ) === false ) {\n\t\t\tthis.cancel();\n\t\t}\n\t},\n\n\t_uiHash: function( _inst ) {\n\t\tvar inst = _inst || this;\n\t\treturn {\n\t\t\thelper: inst.helper,\n\t\t\tplaceholder: inst.placeholder || $( [] ),\n\t\t\tposition: inst.position,\n\t\t\toriginalPosition: inst.originalPosition,\n\t\t\toffset: inst.positionAbs,\n\t\t\titem: inst.currentItem,\n\t\t\tsender: _inst ? _inst.element : null\n\t\t};\n\t}\n\n} );\n\n\n/*!\n * jQuery UI Spinner 1.12.1\n * http://jqueryui.com\n *\n * Copyright jQuery Foundation and other contributors\n * Released under the MIT license.\n * http://jquery.org/license\n */\n\n//>>label: Spinner\n//>>group: Widgets\n//>>description: Displays buttons to easily input numbers via the keyboard or mouse.\n//>>docs: http://api.jqueryui.com/spinner/\n//>>demos: http://jqueryui.com/spinner/\n//>>css.structure: ../../themes/base/core.css\n//>>css.structure: ../../themes/base/spinner.css\n//>>css.theme: ../../themes/base/theme.css\n\n\n\nfunction spinnerModifer( fn ) {\n\treturn function() {\n\t\tvar previous = this.element.val();\n\t\tfn.apply( this, arguments );\n\t\tthis._refresh();\n\t\tif ( previous !== this.element.val() ) {\n\t\t\tthis._trigger( \"change\" );\n\t\t}\n\t};\n}\n\n$.widget( \"ui.spinner\", {\n\tversion: \"1.12.1\",\n\tdefaultElement: \"<input>\",\n\twidgetEventPrefix: \"spin\",\n\toptions: {\n\t\tclasses: {\n\t\t\t\"ui-spinner\": \"ui-corner-all\",\n\t\t\t\"ui-spinner-down\": \"ui-corner-br\",\n\t\t\t\"ui-spinner-up\": \"ui-corner-tr\"\n\t\t},\n\t\tculture: null,\n\t\ticons: {\n\t\t\tdown: \"ui-icon-triangle-1-s\",\n\t\t\tup: \"ui-icon-triangle-1-n\"\n\t\t},\n\t\tincremental: true,\n\t\tmax: null,\n\t\tmin: null,\n\t\tnumberFormat: null,\n\t\tpage: 10,\n\t\tstep: 1,\n\n\t\tchange: null,\n\t\tspin: null,\n\t\tstart: null,\n\t\tstop: null\n\t},\n\n\t_create: function() {\n\n\t\t// handle string values that need to be parsed\n\t\tthis._setOption( \"max\", this.options.max );\n\t\tthis._setOption( \"min\", this.options.min );\n\t\tthis._setOption( \"step\", this.options.step );\n\n\t\t// Only format if there is a value, prevents the field from being marked\n\t\t// as invalid in Firefox, see #9573.\n\t\tif ( this.value() !== \"\" ) {\n\n\t\t\t// Format the value, but don't constrain.\n\t\t\tthis._value( this.element.val(), true );\n\t\t}\n\n\t\tthis._draw();\n\t\tthis._on( this._events );\n\t\tthis._refresh();\n\n\t\t// Turning off autocomplete prevents the browser from remembering the\n\t\t// value when navigating through history, so we re-enable autocomplete\n\t\t// if the page is unloaded before the widget is destroyed. #7790\n\t\tthis._on( this.window, {\n\t\t\tbeforeunload: function() {\n\t\t\t\tthis.element.removeAttr( \"autocomplete\" );\n\t\t\t}\n\t\t} );\n\t},\n\n\t_getCreateOptions: function() {\n\t\tvar options = this._super();\n\t\tvar element = this.element;\n\n\t\t$.each( [ \"min\", \"max\", \"step\" ], function( i, option ) {\n\t\t\tvar value = element.attr( option );\n\t\t\tif ( value != null && value.length ) {\n\t\t\t\toptions[ option ] = value;\n\t\t\t}\n\t\t} );\n\n\t\treturn options;\n\t},\n\n\t_events: {\n\t\tkeydown: function( event ) {\n\t\t\tif ( this._start( event ) && this._keydown( event ) ) {\n\t\t\t\tevent.preventDefault();\n\t\t\t}\n\t\t},\n\t\tkeyup: \"_stop\",\n\t\tfocus: function() {\n\t\t\tthis.previous = this.element.val();\n\t\t},\n\t\tblur: function( event ) {\n\t\t\tif ( this.cancelBlur ) {\n\t\t\t\tdelete this.cancelBlur;\n\t\t\t\treturn;\n\t\t\t}\n\n\t\t\tthis._stop();\n\t\t\tthis._refresh();\n\t\t\tif ( this.previous !== this.element.val() ) {\n\t\t\t\tthis._trigger( \"change\", event );\n\t\t\t}\n\t\t},\n\t\tmousewheel: function( event, delta ) {\n\t\t\tif ( !delta ) {\n\t\t\t\treturn;\n\t\t\t}\n\t\t\tif ( !this.spinning && !this._start( event ) ) {\n\t\t\t\treturn false;\n\t\t\t}\n\n\t\t\tthis._spin( ( delta > 0 ? 1 : -1 ) * this.options.step, event );\n\t\t\tclearTimeout( this.mousewheelTimer );\n\t\t\tthis.mousewheelTimer = this._delay( function() {\n\t\t\t\tif ( this.spinning ) {\n\t\t\t\t\tthis._stop( event );\n\t\t\t\t}\n\t\t\t}, 100 );\n\t\t\tevent.preventDefault();\n\t\t},\n\t\t\"mousedown .ui-spinner-button\": function( event ) {\n\t\t\tvar previous;\n\n\t\t\t// We never want the buttons to have focus; whenever the user is\n\t\t\t// interacting with the spinner, the focus should be on the input.\n\t\t\t// If the input is focused then this.previous is properly set from\n\t\t\t// when the input first received focus. If the input is not focused\n\t\t\t// then we need to set this.previous based on the value before spinning.\n\t\t\tprevious = this.element[ 0 ] === $.ui.safeActiveElement( this.document[ 0 ] ) ?\n\t\t\t\tthis.previous : this.element.val();\n\t\t\tfunction checkFocus() {\n\t\t\t\tvar isActive = this.element[ 0 ] === $.ui.safeActiveElement( this.document[ 0 ] );\n\t\t\t\tif ( !isActive ) {\n\t\t\t\t\tthis.element.trigger( \"focus\" );\n\t\t\t\t\tthis.previous = previous;\n\n\t\t\t\t\t// support: IE\n\t\t\t\t\t// IE sets focus asynchronously, so we need to check if focus\n\t\t\t\t\t// moved off of the input because the user clicked on the button.\n\t\t\t\t\tthis._delay( function() {\n\t\t\t\t\t\tthis.previous = previous;\n\t\t\t\t\t} );\n\t\t\t\t}\n\t\t\t}\n\n\t\t\t// Ensure focus is on (or stays on) the text field\n\t\t\tevent.preventDefault();\n\t\t\tcheckFocus.call( this );\n\n\t\t\t// Support: IE\n\t\t\t// IE doesn't prevent moving focus even with event.preventDefault()\n\t\t\t// so we set a flag to know when we should ignore the blur event\n\t\t\t// and check (again) if focus moved off of the input.\n\t\t\tthis.cancelBlur = true;\n\t\t\tthis._delay( function() {\n\t\t\t\tdelete this.cancelBlur;\n\t\t\t\tcheckFocus.call( this );\n\t\t\t} );\n\n\t\t\tif ( this._start( event ) === false ) {\n\t\t\t\treturn;\n\t\t\t}\n\n\t\t\tthis._repeat( null, $( event.currentTarget )\n\t\t\t\t.hasClass( \"ui-spinner-up\" ) ? 1 : -1, event );\n\t\t},\n\t\t\"mouseup .ui-spinner-button\": \"_stop\",\n\t\t\"mouseenter .ui-spinner-button\": function( event ) {\n\n\t\t\t// button will add ui-state-active if mouse was down while mouseleave and kept down\n\t\t\tif ( !$( event.currentTarget ).hasClass( \"ui-state-active\" ) ) {\n\t\t\t\treturn;\n\t\t\t}\n\n\t\t\tif ( this._start( event ) === false ) {\n\t\t\t\treturn false;\n\t\t\t}\n\t\t\tthis._repeat( null, $( event.currentTarget )\n\t\t\t\t.hasClass( \"ui-spinner-up\" ) ? 1 : -1, event );\n\t\t},\n\n\t\t// TODO: do we really want to consider this a stop?\n\t\t// shouldn't we just stop the repeater and wait until mouseup before\n\t\t// we trigger the stop event?\n\t\t\"mouseleave .ui-spinner-button\": \"_stop\"\n\t},\n\n\t// Support mobile enhanced option and make backcompat more sane\n\t_enhance: function() {\n\t\tthis.uiSpinner = this.element\n\t\t\t.attr( \"autocomplete\", \"off\" )\n\t\t\t.wrap( \"<span>\" )\n\t\t\t.parent()\n\n\t\t\t\t// Add buttons\n\t\t\t\t.append(\n\t\t\t\t\t\"<a></a><a></a>\"\n\t\t\t\t);\n\t},\n\n\t_draw: function() {\n\t\tthis._enhance();\n\n\t\tthis._addClass( this.uiSpinner, \"ui-spinner\", \"ui-widget ui-widget-content\" );\n\t\tthis._addClass( \"ui-spinner-input\" );\n\n\t\tthis.element.attr( \"role\", \"spinbutton\" );\n\n\t\t// Button bindings\n\t\tthis.buttons = this.uiSpinner.children( \"a\" )\n\t\t\t.attr( \"tabIndex\", -1 )\n\t\t\t.attr( \"aria-hidden\", true )\n\t\t\t.button( {\n\t\t\t\tclasses: {\n\t\t\t\t\t\"ui-button\": \"\"\n\t\t\t\t}\n\t\t\t} );\n\n\t\t// TODO: Right now button does not support classes this is already updated in button PR\n\t\tthis._removeClass( this.buttons, \"ui-corner-all\" );\n\n\t\tthis._addClass( this.buttons.first(), \"ui-spinner-button ui-spinner-up\" );\n\t\tthis._addClass( this.buttons.last(), \"ui-spinner-button ui-spinner-down\" );\n\t\tthis.buttons.first().button( {\n\t\t\t\"icon\": this.options.icons.up,\n\t\t\t\"showLabel\": false\n\t\t} );\n\t\tthis.buttons.last().button( {\n\t\t\t\"icon\": this.options.icons.down,\n\t\t\t\"showLabel\": false\n\t\t} );\n\n\t\t// IE 6 doesn't understand height: 50% for the buttons\n\t\t// unless the wrapper has an explicit height\n\t\tif ( this.buttons.height() > Math.ceil( this.uiSpinner.height() * 0.5 ) &&\n\t\t\t\tthis.uiSpinner.height() > 0 ) {\n\t\t\tthis.uiSpinner.height( this.uiSpinner.height() );\n\t\t}\n\t},\n\n\t_keydown: function( event ) {\n\t\tvar options = this.options,\n\t\t\tkeyCode = $.ui.keyCode;\n\n\t\tswitch ( event.keyCode ) {\n\t\tcase keyCode.UP:\n\t\t\tthis._repeat( null, 1, event );\n\t\t\treturn true;\n\t\tcase keyCode.DOWN:\n\t\t\tthis._repeat( null, -1, event );\n\t\t\treturn true;\n\t\tcase keyCode.PAGE_UP:\n\t\t\tthis._repeat( null, options.page, event );\n\t\t\treturn true;\n\t\tcase keyCode.PAGE_DOWN:\n\t\t\tthis._repeat( null, -options.page, event );\n\t\t\treturn true;\n\t\t}\n\n\t\treturn false;\n\t},\n\n\t_start: function( event ) {\n\t\tif ( !this.spinning && this._trigger( \"start\", event ) === false ) {\n\t\t\treturn false;\n\t\t}\n\n\t\tif ( !this.counter ) {\n\t\t\tthis.counter = 1;\n\t\t}\n\t\tthis.spinning = true;\n\t\treturn true;\n\t},\n\n\t_repeat: function( i, steps, event ) {\n\t\ti = i || 500;\n\n\t\tclearTimeout( this.timer );\n\t\tthis.timer = this._delay( function() {\n\t\t\tthis._repeat( 40, steps, event );\n\t\t}, i );\n\n\t\tthis._spin( steps * this.options.step, event );\n\t},\n\n\t_spin: function( step, event ) {\n\t\tvar value = this.value() || 0;\n\n\t\tif ( !this.counter ) {\n\t\t\tthis.counter = 1;\n\t\t}\n\n\t\tvalue = this._adjustValue( value + step * this._increment( this.counter ) );\n\n\t\tif ( !this.spinning || this._trigger( \"spin\", event, { value: value } ) !== false ) {\n\t\t\tthis._value( value );\n\t\t\tthis.counter++;\n\t\t}\n\t},\n\n\t_increment: function( i ) {\n\t\tvar incremental = this.options.incremental;\n\n\t\tif ( incremental ) {\n\t\t\treturn $.isFunction( incremental ) ?\n\t\t\t\tincremental( i ) :\n\t\t\t\tMath.floor( i * i * i / 50000 - i * i / 500 + 17 * i / 200 + 1 );\n\t\t}\n\n\t\treturn 1;\n\t},\n\n\t_precision: function() {\n\t\tvar precision = this._precisionOf( this.options.step );\n\t\tif ( this.options.min !== null ) {\n\t\t\tprecision = Math.max( precision, this._precisionOf( this.options.min ) );\n\t\t}\n\t\treturn precision;\n\t},\n\n\t_precisionOf: function( num ) {\n\t\tvar str = num.toString(),\n\t\t\tdecimal = str.indexOf( \".\" );\n\t\treturn decimal === -1 ? 0 : str.length - decimal - 1;\n\t},\n\n\t_adjustValue: function( value ) {\n\t\tvar base, aboveMin,\n\t\t\toptions = this.options;\n\n\t\t// Make sure we're at a valid step\n\t\t// - find out where we are relative to the base (min or 0)\n\t\tbase = options.min !== null ? options.min : 0;\n\t\taboveMin = value - base;\n\n\t\t// - round to the nearest step\n\t\taboveMin = Math.round( aboveMin / options.step ) * options.step;\n\n\t\t// - rounding is based on 0, so adjust back to our base\n\t\tvalue = base + aboveMin;\n\n\t\t// Fix precision from bad JS floating point math\n\t\tvalue = parseFloat( value.toFixed( this._precision() ) );\n\n\t\t// Clamp the value\n\t\tif ( options.max !== null && value > options.max ) {\n\t\t\treturn options.max;\n\t\t}\n\t\tif ( options.min !== null && value < options.min ) {\n\t\t\treturn options.min;\n\t\t}\n\n\t\treturn value;\n\t},\n\n\t_stop: function( event ) {\n\t\tif ( !this.spinning ) {\n\t\t\treturn;\n\t\t}\n\n\t\tclearTimeout( this.timer );\n\t\tclearTimeout( this.mousewheelTimer );\n\t\tthis.counter = 0;\n\t\tthis.spinning = false;\n\t\tthis._trigger( \"stop\", event );\n\t},\n\n\t_setOption: function( key, value ) {\n\t\tvar prevValue, first, last;\n\n\t\tif ( key === \"culture\" || key === \"numberFormat\" ) {\n\t\t\tprevValue = this._parse( this.element.val() );\n\t\t\tthis.options[ key ] = value;\n\t\t\tthis.element.val( this._format( prevValue ) );\n\t\t\treturn;\n\t\t}\n\n\t\tif ( key === \"max\" || key === \"min\" || key === \"step\" ) {\n\t\t\tif ( typeof value === \"string\" ) {\n\t\t\t\tvalue = this._parse( value );\n\t\t\t}\n\t\t}\n\t\tif ( key === \"icons\" ) {\n\t\t\tfirst = this.buttons.first().find( \".ui-icon\" );\n\t\t\tthis._removeClass( first, null, this.options.icons.up );\n\t\t\tthis._addClass( first, null, value.up );\n\t\t\tlast = this.buttons.last().find( \".ui-icon\" );\n\t\t\tthis._removeClass( last, null, this.options.icons.down );\n\t\t\tthis._addClass( last, null, value.down );\n\t\t}\n\n\t\tthis._super( key, value );\n\t},\n\n\t_setOptionDisabled: function( value ) {\n\t\tthis._super( value );\n\n\t\tthis._toggleClass( this.uiSpinner, null, \"ui-state-disabled\", !!value );\n\t\tthis.element.prop( \"disabled\", !!value );\n\t\tthis.buttons.button( value ? \"disable\" : \"enable\" );\n\t},\n\n\t_setOptions: spinnerModifer( function( options ) {\n\t\tthis._super( options );\n\t} ),\n\n\t_parse: function( val ) {\n\t\tif ( typeof val === \"string\" && val !== \"\" ) {\n\t\t\tval = window.Globalize && this.options.numberFormat ?\n\t\t\t\tGlobalize.parseFloat( val, 10, this.options.culture ) : +val;\n\t\t}\n\t\treturn val === \"\" || isNaN( val ) ? null : val;\n\t},\n\n\t_format: function( value ) {\n\t\tif ( value === \"\" ) {\n\t\t\treturn \"\";\n\t\t}\n\t\treturn window.Globalize && this.options.numberFormat ?\n\t\t\tGlobalize.format( value, this.options.numberFormat, this.options.culture ) :\n\t\t\tvalue;\n\t},\n\n\t_refresh: function() {\n\t\tthis.element.attr( {\n\t\t\t\"aria-valuemin\": this.options.min,\n\t\t\t\"aria-valuemax\": this.options.max,\n\n\t\t\t// TODO: what should we do with values that can't be parsed?\n\t\t\t\"aria-valuenow\": this._parse( this.element.val() )\n\t\t} );\n\t},\n\n\tisValid: function() {\n\t\tvar value = this.value();\n\n\t\t// Null is invalid\n\t\tif ( value === null ) {\n\t\t\treturn false;\n\t\t}\n\n\t\t// If value gets adjusted, it's invalid\n\t\treturn value === this._adjustValue( value );\n\t},\n\n\t// Update the value without triggering change\n\t_value: function( value, allowAny ) {\n\t\tvar parsed;\n\t\tif ( value !== \"\" ) {\n\t\t\tparsed = this._parse( value );\n\t\t\tif ( parsed !== null ) {\n\t\t\t\tif ( !allowAny ) {\n\t\t\t\t\tparsed = this._adjustValue( parsed );\n\t\t\t\t}\n\t\t\t\tvalue = this._format( parsed );\n\t\t\t}\n\t\t}\n\t\tthis.element.val( value );\n\t\tthis._refresh();\n\t},\n\n\t_destroy: function() {\n\t\tthis.element\n\t\t\t.prop( \"disabled\", false )\n\t\t\t.removeAttr( \"autocomplete role aria-valuemin aria-valuemax aria-valuenow\" );\n\n\t\tthis.uiSpinner.replaceWith( this.element );\n\t},\n\n\tstepUp: spinnerModifer( function( steps ) {\n\t\tthis._stepUp( steps );\n\t} ),\n\t_stepUp: function( steps ) {\n\t\tif ( this._start() ) {\n\t\t\tthis._spin( ( steps || 1 ) * this.options.step );\n\t\t\tthis._stop();\n\t\t}\n\t},\n\n\tstepDown: spinnerModifer( function( steps ) {\n\t\tthis._stepDown( steps );\n\t} ),\n\t_stepDown: function( steps ) {\n\t\tif ( this._start() ) {\n\t\t\tthis._spin( ( steps || 1 ) * -this.options.step );\n\t\t\tthis._stop();\n\t\t}\n\t},\n\n\tpageUp: spinnerModifer( function( pages ) {\n\t\tthis._stepUp( ( pages || 1 ) * this.options.page );\n\t} ),\n\n\tpageDown: spinnerModifer( function( pages ) {\n\t\tthis._stepDown( ( pages || 1 ) * this.options.page );\n\t} ),\n\n\tvalue: function( newVal ) {\n\t\tif ( !arguments.length ) {\n\t\t\treturn this._parse( this.element.val() );\n\t\t}\n\t\tspinnerModifer( this._value ).call( this, newVal );\n\t},\n\n\twidget: function() {\n\t\treturn this.uiSpinner;\n\t}\n} );\n\n// DEPRECATED\n// TODO: switch return back to widget declaration at top of file when this is removed\nif ( $.uiBackCompat !== false ) {\n\n\t// Backcompat for spinner html extension points\n\t$.widget( \"ui.spinner\", $.ui.spinner, {\n\t\t_enhance: function() {\n\t\t\tthis.uiSpinner = this.element\n\t\t\t\t.attr( \"autocomplete\", \"off\" )\n\t\t\t\t.wrap( this._uiSpinnerHtml() )\n\t\t\t\t.parent()\n\n\t\t\t\t\t// Add buttons\n\t\t\t\t\t.append( this._buttonHtml() );\n\t\t},\n\t\t_uiSpinnerHtml: function() {\n\t\t\treturn \"<span>\";\n\t\t},\n\n\t\t_buttonHtml: function() {\n\t\t\treturn \"<a></a><a></a>\";\n\t\t}\n\t} );\n}\n\nvar widgetsSpinner = $.ui.spinner;\n\n\n/*!\n * jQuery UI Tabs 1.12.1\n * http://jqueryui.com\n *\n * Copyright jQuery Foundation and other contributors\n * Released under the MIT license.\n * http://jquery.org/license\n */\n\n//>>label: Tabs\n//>>group: Widgets\n//>>description: Transforms a set of container elements into a tab structure.\n//>>docs: http://api.jqueryui.com/tabs/\n//>>demos: http://jqueryui.com/tabs/\n//>>css.structure: ../../themes/base/core.css\n//>>css.structure: ../../themes/base/tabs.css\n//>>css.theme: ../../themes/base/theme.css\n\n\n\n$.widget( \"ui.tabs\", {\n\tversion: \"1.12.1\",\n\tdelay: 300,\n\toptions: {\n\t\tactive: null,\n\t\tclasses: {\n\t\t\t\"ui-tabs\": \"ui-corner-all\",\n\t\t\t\"ui-tabs-nav\": \"ui-corner-all\",\n\t\t\t\"ui-tabs-panel\": \"ui-corner-bottom\",\n\t\t\t\"ui-tabs-tab\": \"ui-corner-top\"\n\t\t},\n\t\tcollapsible: false,\n\t\tevent: \"click\",\n\t\theightStyle: \"content\",\n\t\thide: null,\n\t\tshow: null,\n\n\t\t// Callbacks\n\t\tactivate: null,\n\t\tbeforeActivate: null,\n\t\tbeforeLoad: null,\n\t\tload: null\n\t},\n\n\t_isLocal: ( function() {\n\t\tvar rhash = /#.*$/;\n\n\t\treturn function( anchor ) {\n\t\t\tvar anchorUrl, locationUrl;\n\n\t\t\tanchorUrl = anchor.href.replace( rhash, \"\" );\n\t\t\tlocationUrl = location.href.replace( rhash, \"\" );\n\n\t\t\t// Decoding may throw an error if the URL isn't UTF-8 (#9518)\n\t\t\ttry {\n\t\t\t\tanchorUrl = decodeURIComponent( anchorUrl );\n\t\t\t} catch ( error ) {}\n\t\t\ttry {\n\t\t\t\tlocationUrl = decodeURIComponent( locationUrl );\n\t\t\t} catch ( error ) {}\n\n\t\t\treturn anchor.hash.length > 1 && anchorUrl === locationUrl;\n\t\t};\n\t} )(),\n\n\t_create: function() {\n\t\tvar that = this,\n\t\t\toptions = this.options;\n\n\t\tthis.running = false;\n\n\t\tthis._addClass( \"ui-tabs\", \"ui-widget ui-widget-content\" );\n\t\tthis._toggleClass( \"ui-tabs-collapsible\", null, options.collapsible );\n\n\t\tthis._processTabs();\n\t\toptions.active = this._initialActive();\n\n\t\t// Take disabling tabs via class attribute from HTML\n\t\t// into account and update option properly.\n\t\tif ( $.isArray( options.disabled ) ) {\n\t\t\toptions.disabled = $.unique( options.disabled.concat(\n\t\t\t\t$.map( this.tabs.filter( \".ui-state-disabled\" ), function( li ) {\n\t\t\t\t\treturn that.tabs.index( li );\n\t\t\t\t} )\n\t\t\t) ).sort();\n\t\t}\n\n\t\t// Check for length avoids error when initializing empty list\n\t\tif ( this.options.active !== false && this.anchors.length ) {\n\t\t\tthis.active = this._findActive( options.active );\n\t\t} else {\n\t\t\tthis.active = $();\n\t\t}\n\n\t\tthis._refresh();\n\n\t\tif ( this.active.length ) {\n\t\t\tthis.load( options.active );\n\t\t}\n\t},\n\n\t_initialActive: function() {\n\t\tvar active = this.options.active,\n\t\t\tcollapsible = this.options.collapsible,\n\t\t\tlocationHash = location.hash.substring( 1 );\n\n\t\tif ( active === null ) {\n\n\t\t\t// check the fragment identifier in the URL\n\t\t\tif ( locationHash ) {\n\t\t\t\tthis.tabs.each( function( i, tab ) {\n\t\t\t\t\tif ( $( tab ).attr( \"aria-controls\" ) === locationHash ) {\n\t\t\t\t\t\tactive = i;\n\t\t\t\t\t\treturn false;\n\t\t\t\t\t}\n\t\t\t\t} );\n\t\t\t}\n\n\t\t\t// Check for a tab marked active via a class\n\t\t\tif ( active === null ) {\n\t\t\t\tactive = this.tabs.index( this.tabs.filter( \".ui-tabs-active\" ) );\n\t\t\t}\n\n\t\t\t// No active tab, set to false\n\t\t\tif ( active === null || active === -1 ) {\n\t\t\t\tactive = this.tabs.length ? 0 : false;\n\t\t\t}\n\t\t}\n\n\t\t// Handle numbers: negative, out of range\n\t\tif ( active !== false ) {\n\t\t\tactive = this.tabs.index( this.tabs.eq( active ) );\n\t\t\tif ( active === -1 ) {\n\t\t\t\tactive = collapsible ? false : 0;\n\t\t\t}\n\t\t}\n\n\t\t// Don't allow collapsible: false and active: false\n\t\tif ( !collapsible && active === false && this.anchors.length ) {\n\t\t\tactive = 0;\n\t\t}\n\n\t\treturn active;\n\t},\n\n\t_getCreateEventData: function() {\n\t\treturn {\n\t\t\ttab: this.active,\n\t\t\tpanel: !this.active.length ? $() : this._getPanelForTab( this.active )\n\t\t};\n\t},\n\n\t_tabKeydown: function( event ) {\n\t\tvar focusedTab = $( $.ui.safeActiveElement( this.document[ 0 ] ) ).closest( \"li\" ),\n\t\t\tselectedIndex = this.tabs.index( focusedTab ),\n\t\t\tgoingForward = true;\n\n\t\tif ( this._handlePageNav( event ) ) {\n\t\t\treturn;\n\t\t}\n\n\t\tswitch ( event.keyCode ) {\n\t\tcase $.ui.keyCode.RIGHT:\n\t\tcase $.ui.keyCode.DOWN:\n\t\t\tselectedIndex++;\n\t\t\tbreak;\n\t\tcase $.ui.keyCode.UP:\n\t\tcase $.ui.keyCode.LEFT:\n\t\t\tgoingForward = false;\n\t\t\tselectedIndex--;\n\t\t\tbreak;\n\t\tcase $.ui.keyCode.END:\n\t\t\tselectedIndex = this.anchors.length - 1;\n\t\t\tbreak;\n\t\tcase $.ui.keyCode.HOME:\n\t\t\tselectedIndex = 0;\n\t\t\tbreak;\n\t\tcase $.ui.keyCode.SPACE:\n\n\t\t\t// Activate only, no collapsing\n\t\t\tevent.preventDefault();\n\t\t\tclearTimeout( this.activating );\n\t\t\tthis._activate( selectedIndex );\n\t\t\treturn;\n\t\tcase $.ui.keyCode.ENTER:\n\n\t\t\t// Toggle (cancel delayed activation, allow collapsing)\n\t\t\tevent.preventDefault();\n\t\t\tclearTimeout( this.activating );\n\n\t\t\t// Determine if we should collapse or activate\n\t\t\tthis._activate( selectedIndex === this.options.active ? false : selectedIndex );\n\t\t\treturn;\n\t\tdefault:\n\t\t\treturn;\n\t\t}\n\n\t\t// Focus the appropriate tab, based on which key was pressed\n\t\tevent.preventDefault();\n\t\tclearTimeout( this.activating );\n\t\tselectedIndex = this._focusNextTab( selectedIndex, goingForward );\n\n\t\t// Navigating with control/command key will prevent automatic activation\n\t\tif ( !event.ctrlKey && !event.metaKey ) {\n\n\t\t\t// Update aria-selected immediately so that AT think the tab is already selected.\n\t\t\t// Otherwise AT may confuse the user by stating that they need to activate the tab,\n\t\t\t// but the tab will already be activated by the time the announcement finishes.\n\t\t\tfocusedTab.attr( \"aria-selected\", \"false\" );\n\t\t\tthis.tabs.eq( selectedIndex ).attr( \"aria-selected\", \"true\" );\n\n\t\t\tthis.activating = this._delay( function() {\n\t\t\t\tthis.option( \"active\", selectedIndex );\n\t\t\t}, this.delay );\n\t\t}\n\t},\n\n\t_panelKeydown: function( event ) {\n\t\tif ( this._handlePageNav( event ) ) {\n\t\t\treturn;\n\t\t}\n\n\t\t// Ctrl+up moves focus to the current tab\n\t\tif ( event.ctrlKey && event.keyCode === $.ui.keyCode.UP ) {\n\t\t\tevent.preventDefault();\n\t\t\tthis.active.trigger( \"focus\" );\n\t\t}\n\t},\n\n\t// Alt+page up/down moves focus to the previous/next tab (and activates)\n\t_handlePageNav: function( event ) {\n\t\tif ( event.altKey && event.keyCode === $.ui.keyCode.PAGE_UP ) {\n\t\t\tthis._activate( this._focusNextTab( this.options.active - 1, false ) );\n\t\t\treturn true;\n\t\t}\n\t\tif ( event.altKey && event.keyCode === $.ui.keyCode.PAGE_DOWN ) {\n\t\t\tthis._activate( this._focusNextTab( this.options.active + 1, true ) );\n\t\t\treturn true;\n\t\t}\n\t},\n\n\t_findNextTab: function( index, goingForward ) {\n\t\tvar lastTabIndex = this.tabs.length - 1;\n\n\t\tfunction constrain() {\n\t\t\tif ( index > lastTabIndex ) {\n\t\t\t\tindex = 0;\n\t\t\t}\n\t\t\tif ( index < 0 ) {\n\t\t\t\tindex = lastTabIndex;\n\t\t\t}\n\t\t\treturn index;\n\t\t}\n\n\t\twhile ( $.inArray( constrain(), this.options.disabled ) !== -1 ) {\n\t\t\tindex = goingForward ? index + 1 : index - 1;\n\t\t}\n\n\t\treturn index;\n\t},\n\n\t_focusNextTab: function( index, goingForward ) {\n\t\tindex = this._findNextTab( index, goingForward );\n\t\tthis.tabs.eq( index ).trigger( \"focus\" );\n\t\treturn index;\n\t},\n\n\t_setOption: function( key, value ) {\n\t\tif ( key === \"active\" ) {\n\n\t\t\t// _activate() will handle invalid values and update this.options\n\t\t\tthis._activate( value );\n\t\t\treturn;\n\t\t}\n\n\t\tthis._super( key, value );\n\n\t\tif ( key === \"collapsible\" ) {\n\t\t\tthis._toggleClass( \"ui-tabs-collapsible\", null, value );\n\n\t\t\t// Setting collapsible: false while collapsed; open first panel\n\t\t\tif ( !value && this.options.active === false ) {\n\t\t\t\tthis._activate( 0 );\n\t\t\t}\n\t\t}\n\n\t\tif ( key === \"event\" ) {\n\t\t\tthis._setupEvents( value );\n\t\t}\n\n\t\tif ( key === \"heightStyle\" ) {\n\t\t\tthis._setupHeightStyle( value );\n\t\t}\n\t},\n\n\t_sanitizeSelector: function( hash ) {\n\t\treturn hash ? hash.replace( /[!\"$%&'()*+,.\\/:;<=>?@\\[\\]\\^`{|}~]/g, \"\\\\$&\" ) : \"\";\n\t},\n\n\trefresh: function() {\n\t\tvar options = this.options,\n\t\t\tlis = this.tablist.children( \":has(a[href])\" );\n\n\t\t// Get disabled tabs from class attribute from HTML\n\t\t// this will get converted to a boolean if needed in _refresh()\n\t\toptions.disabled = $.map( lis.filter( \".ui-state-disabled\" ), function( tab ) {\n\t\t\treturn lis.index( tab );\n\t\t} );\n\n\t\tthis._processTabs();\n\n\t\t// Was collapsed or no tabs\n\t\tif ( options.active === false || !this.anchors.length ) {\n\t\t\toptions.active = false;\n\t\t\tthis.active = $();\n\n\t\t// was active, but active tab is gone\n\t\t} else if ( this.active.length && !$.contains( this.tablist[ 0 ], this.active[ 0 ] ) ) {\n\n\t\t\t// all remaining tabs are disabled\n\t\t\tif ( this.tabs.length === options.disabled.length ) {\n\t\t\t\toptions.active = false;\n\t\t\t\tthis.active = $();\n\n\t\t\t// activate previous tab\n\t\t\t} else {\n\t\t\t\tthis._activate( this._findNextTab( Math.max( 0, options.active - 1 ), false ) );\n\t\t\t}\n\n\t\t// was active, active tab still exists\n\t\t} else {\n\n\t\t\t// make sure active index is correct\n\t\t\toptions.active = this.tabs.index( this.active );\n\t\t}\n\n\t\tthis._refresh();\n\t},\n\n\t_refresh: function() {\n\t\tthis._setOptionDisabled( this.options.disabled );\n\t\tthis._setupEvents( this.options.event );\n\t\tthis._setupHeightStyle( this.options.heightStyle );\n\n\t\tthis.tabs.not( this.active ).attr( {\n\t\t\t\"aria-selected\": \"false\",\n\t\t\t\"aria-expanded\": \"false\",\n\t\t\ttabIndex: -1\n\t\t} );\n\t\tthis.panels.not( this._getPanelForTab( this.active ) )\n\t\t\t.hide()\n\t\t\t.attr( {\n\t\t\t\t\"aria-hidden\": \"true\"\n\t\t\t} );\n\n\t\t// Make sure one tab is in the tab order\n\t\tif ( !this.active.length ) {\n\t\t\tthis.tabs.eq( 0 ).attr( \"tabIndex\", 0 );\n\t\t} else {\n\t\t\tthis.active\n\t\t\t\t.attr( {\n\t\t\t\t\t\"aria-selected\": \"true\",\n\t\t\t\t\t\"aria-expanded\": \"true\",\n\t\t\t\t\ttabIndex: 0\n\t\t\t\t} );\n\t\t\tthis._addClass( this.active, \"ui-tabs-active\", \"ui-state-active\" );\n\t\t\tthis._getPanelForTab( this.active )\n\t\t\t\t.show()\n\t\t\t\t.attr( {\n\t\t\t\t\t\"aria-hidden\": \"false\"\n\t\t\t\t} );\n\t\t}\n\t},\n\n\t_processTabs: function() {\n\t\tvar that = this,\n\t\t\tprevTabs = this.tabs,\n\t\t\tprevAnchors = this.anchors,\n\t\t\tprevPanels = this.panels;\n\n\t\tthis.tablist = this._getList().attr( \"role\", \"tablist\" );\n\t\tthis._addClass( this.tablist, \"ui-tabs-nav\",\n\t\t\t\"ui-helper-reset ui-helper-clearfix ui-widget-header\" );\n\n\t\t// Prevent users from focusing disabled tabs via click\n\t\tthis.tablist\n\t\t\t.on( \"mousedown\" + this.eventNamespace, \"> li\", function( event ) {\n\t\t\t\tif ( $( this ).is( \".ui-state-disabled\" ) ) {\n\t\t\t\t\tevent.preventDefault();\n\t\t\t\t}\n\t\t\t} )\n\n\t\t\t// Support: IE <9\n\t\t\t// Preventing the default action in mousedown doesn't prevent IE\n\t\t\t// from focusing the element, so if the anchor gets focused, blur.\n\t\t\t// We don't have to worry about focusing the previously focused\n\t\t\t// element since clicking on a non-focusable element should focus\n\t\t\t// the body anyway.\n\t\t\t.on( \"focus\" + this.eventNamespace, \".ui-tabs-anchor\", function() {\n\t\t\t\tif ( $( this ).closest( \"li\" ).is( \".ui-state-disabled\" ) ) {\n\t\t\t\t\tthis.blur();\n\t\t\t\t}\n\t\t\t} );\n\n\t\tthis.tabs = this.tablist.find( \"> li:has(a[href])\" )\n\t\t\t.attr( {\n\t\t\t\trole: \"tab\",\n\t\t\t\ttabIndex: -1\n\t\t\t} );\n\t\tthis._addClass( this.tabs, \"ui-tabs-tab\", \"ui-state-default\" );\n\n\t\tthis.anchors = this.tabs.map( function() {\n\t\t\treturn $( \"a\", this )[ 0 ];\n\t\t} )\n\t\t\t.attr( {\n\t\t\t\trole: \"presentation\",\n\t\t\t\ttabIndex: -1\n\t\t\t} );\n\t\tthis._addClass( this.anchors, \"ui-tabs-anchor\" );\n\n\t\tthis.panels = $();\n\n\t\tthis.anchors.each( function( i, anchor ) {\n\t\t\tvar selector, panel, panelId,\n\t\t\t\tanchorId = $( anchor ).uniqueId().attr( \"id\" ),\n\t\t\t\ttab = $( anchor ).closest( \"li\" ),\n\t\t\t\toriginalAriaControls = tab.attr( \"aria-controls\" );\n\n\t\t\t// Inline tab\n\t\t\tif ( that._isLocal( anchor ) ) {\n\t\t\t\tselector = anchor.hash;\n\t\t\t\tpanelId = selector.substring( 1 );\n\t\t\t\tpanel = that.element.find( that._sanitizeSelector( selector ) );\n\n\t\t\t// remote tab\n\t\t\t} else {\n\n\t\t\t\t// If the tab doesn't already have aria-controls,\n\t\t\t\t// generate an id by using a throw-away element\n\t\t\t\tpanelId = tab.attr( \"aria-controls\" ) || $( {} ).uniqueId()[ 0 ].id;\n\t\t\t\tselector = \"#\" + panelId;\n\t\t\t\tpanel = that.element.find( selector );\n\t\t\t\tif ( !panel.length ) {\n\t\t\t\t\tpanel = that._createPanel( panelId );\n\t\t\t\t\tpanel.insertAfter( that.panels[ i - 1 ] || that.tablist );\n\t\t\t\t}\n\t\t\t\tpanel.attr( \"aria-live\", \"polite\" );\n\t\t\t}\n\n\t\t\tif ( panel.length ) {\n\t\t\t\tthat.panels = that.panels.add( panel );\n\t\t\t}\n\t\t\tif ( originalAriaControls ) {\n\t\t\t\ttab.data( \"ui-tabs-aria-controls\", originalAriaControls );\n\t\t\t}\n\t\t\ttab.attr( {\n\t\t\t\t\"aria-controls\": panelId,\n\t\t\t\t\"aria-labelledby\": anchorId\n\t\t\t} );\n\t\t\tpanel.attr( \"aria-labelledby\", anchorId );\n\t\t} );\n\n\t\tthis.panels.attr( \"role\", \"tabpanel\" );\n\t\tthis._addClass( this.panels, \"ui-tabs-panel\", \"ui-widget-content\" );\n\n\t\t// Avoid memory leaks (#10056)\n\t\tif ( prevTabs ) {\n\t\t\tthis._off( prevTabs.not( this.tabs ) );\n\t\t\tthis._off( prevAnchors.not( this.anchors ) );\n\t\t\tthis._off( prevPanels.not( this.panels ) );\n\t\t}\n\t},\n\n\t// Allow overriding how to find the list for rare usage scenarios (#7715)\n\t_getList: function() {\n\t\treturn this.tablist || this.element.find( \"ol, ul\" ).eq( 0 );\n\t},\n\n\t_createPanel: function( id ) {\n\t\treturn $( \"<div>\" )\n\t\t\t.attr( \"id\", id )\n\t\t\t.data( \"ui-tabs-destroy\", true );\n\t},\n\n\t_setOptionDisabled: function( disabled ) {\n\t\tvar currentItem, li, i;\n\n\t\tif ( $.isArray( disabled ) ) {\n\t\t\tif ( !disabled.length ) {\n\t\t\t\tdisabled = false;\n\t\t\t} else if ( disabled.length === this.anchors.length ) {\n\t\t\t\tdisabled = true;\n\t\t\t}\n\t\t}\n\n\t\t// Disable tabs\n\t\tfor ( i = 0; ( li = this.tabs[ i ] ); i++ ) {\n\t\t\tcurrentItem = $( li );\n\t\t\tif ( disabled === true || $.inArray( i, disabled ) !== -1 ) {\n\t\t\t\tcurrentItem.attr( \"aria-disabled\", \"true\" );\n\t\t\t\tthis._addClass( currentItem, null, \"ui-state-disabled\" );\n\t\t\t} else {\n\t\t\t\tcurrentItem.removeAttr( \"aria-disabled\" );\n\t\t\t\tthis._removeClass( currentItem, null, \"ui-state-disabled\" );\n\t\t\t}\n\t\t}\n\n\t\tthis.options.disabled = disabled;\n\n\t\tthis._toggleClass( this.widget(), this.widgetFullName + \"-disabled\", null,\n\t\t\tdisabled === true );\n\t},\n\n\t_setupEvents: function( event ) {\n\t\tvar events = {};\n\t\tif ( event ) {\n\t\t\t$.each( event.split( \" \" ), function( index, eventName ) {\n\t\t\t\tevents[ eventName ] = \"_eventHandler\";\n\t\t\t} );\n\t\t}\n\n\t\tthis._off( this.anchors.add( this.tabs ).add( this.panels ) );\n\n\t\t// Always prevent the default action, even when disabled\n\t\tthis._on( true, this.anchors, {\n\t\t\tclick: function( event ) {\n\t\t\t\tevent.preventDefault();\n\t\t\t}\n\t\t} );\n\t\tthis._on( this.anchors, events );\n\t\tthis._on( this.tabs, { keydown: \"_tabKeydown\" } );\n\t\tthis._on( this.panels, { keydown: \"_panelKeydown\" } );\n\n\t\tthis._focusable( this.tabs );\n\t\tthis._hoverable( this.tabs );\n\t},\n\n\t_setupHeightStyle: function( heightStyle ) {\n\t\tvar maxHeight,\n\t\t\tparent = this.element.parent();\n\n\t\tif ( heightStyle === \"fill\" ) {\n\t\t\tmaxHeight = parent.height();\n\t\t\tmaxHeight -= this.element.outerHeight() - this.element.height();\n\n\t\t\tthis.element.siblings( \":visible\" ).each( function() {\n\t\t\t\tvar elem = $( this ),\n\t\t\t\t\tposition = elem.css( \"position\" );\n\n\t\t\t\tif ( position === \"absolute\" || position === \"fixed\" ) {\n\t\t\t\t\treturn;\n\t\t\t\t}\n\t\t\t\tmaxHeight -= elem.outerHeight( true );\n\t\t\t} );\n\n\t\t\tthis.element.children().not( this.panels ).each( function() {\n\t\t\t\tmaxHeight -= $( this ).outerHeight( true );\n\t\t\t} );\n\n\t\t\tthis.panels.each( function() {\n\t\t\t\t$( this ).height( Math.max( 0, maxHeight -\n\t\t\t\t\t$( this ).innerHeight() + $( this ).height() ) );\n\t\t\t} )\n\t\t\t\t.css( \"overflow\", \"auto\" );\n\t\t} else if ( heightStyle === \"auto\" ) {\n\t\t\tmaxHeight = 0;\n\t\t\tthis.panels.each( function() {\n\t\t\t\tmaxHeight = Math.max( maxHeight, $( this ).height( \"\" ).height() );\n\t\t\t} ).height( maxHeight );\n\t\t}\n\t},\n\n\t_eventHandler: function( event ) {\n\t\tvar options = this.options,\n\t\t\tactive = this.active,\n\t\t\tanchor = $( event.currentTarget ),\n\t\t\ttab = anchor.closest( \"li\" ),\n\t\t\tclickedIsActive = tab[ 0 ] === active[ 0 ],\n\t\t\tcollapsing = clickedIsActive && options.collapsible,\n\t\t\ttoShow = collapsing ? $() : this._getPanelForTab( tab ),\n\t\t\ttoHide = !active.length ? $() : this._getPanelForTab( active ),\n\t\t\teventData = {\n\t\t\t\toldTab: active,\n\t\t\t\toldPanel: toHide,\n\t\t\t\tnewTab: collapsing ? $() : tab,\n\t\t\t\tnewPanel: toShow\n\t\t\t};\n\n\t\tevent.preventDefault();\n\n\t\tif ( tab.hasClass( \"ui-state-disabled\" ) ||\n\n\t\t\t\t// tab is already loading\n\t\t\t\ttab.hasClass( \"ui-tabs-loading\" ) ||\n\n\t\t\t\t// can't switch durning an animation\n\t\t\t\tthis.running ||\n\n\t\t\t\t// click on active header, but not collapsible\n\t\t\t\t( clickedIsActive && !options.collapsible ) ||\n\n\t\t\t\t// allow canceling activation\n\t\t\t\t( this._trigger( \"beforeActivate\", event, eventData ) === false ) ) {\n\t\t\treturn;\n\t\t}\n\n\t\toptions.active = collapsing ? false : this.tabs.index( tab );\n\n\t\tthis.active = clickedIsActive ? $() : tab;\n\t\tif ( this.xhr ) {\n\t\t\tthis.xhr.abort();\n\t\t}\n\n\t\tif ( !toHide.length && !toShow.length ) {\n\t\t\t$.error( \"jQuery UI Tabs: Mismatching fragment identifier.\" );\n\t\t}\n\n\t\tif ( toShow.length ) {\n\t\t\tthis.load( this.tabs.index( tab ), event );\n\t\t}\n\t\tthis._toggle( event, eventData );\n\t},\n\n\t// Handles show/hide for selecting tabs\n\t_toggle: function( event, eventData ) {\n\t\tvar that = this,\n\t\t\ttoShow = eventData.newPanel,\n\t\t\ttoHide = eventData.oldPanel;\n\n\t\tthis.running = true;\n\n\t\tfunction complete() {\n\t\t\tthat.running = false;\n\t\t\tthat._trigger( \"activate\", event, eventData );\n\t\t}\n\n\t\tfunction show() {\n\t\t\tthat._addClass( eventData.newTab.closest( \"li\" ), \"ui-tabs-active\", \"ui-state-active\" );\n\n\t\t\tif ( toShow.length && that.options.show ) {\n\t\t\t\tthat._show( toShow, that.options.show, complete );\n\t\t\t} else {\n\t\t\t\ttoShow.show();\n\t\t\t\tcomplete();\n\t\t\t}\n\t\t}\n\n\t\t// Start out by hiding, then showing, then completing\n\t\tif ( toHide.length && this.options.hide ) {\n\t\t\tthis._hide( toHide, this.options.hide, function() {\n\t\t\t\tthat._removeClass( eventData.oldTab.closest( \"li\" ),\n\t\t\t\t\t\"ui-tabs-active\", \"ui-state-active\" );\n\t\t\t\tshow();\n\t\t\t} );\n\t\t} else {\n\t\t\tthis._removeClass( eventData.oldTab.closest( \"li\" ),\n\t\t\t\t\"ui-tabs-active\", \"ui-state-active\" );\n\t\t\ttoHide.hide();\n\t\t\tshow();\n\t\t}\n\n\t\ttoHide.attr( \"aria-hidden\", \"true\" );\n\t\teventData.oldTab.attr( {\n\t\t\t\"aria-selected\": \"false\",\n\t\t\t\"aria-expanded\": \"false\"\n\t\t} );\n\n\t\t// If we're switching tabs, remove the old tab from the tab order.\n\t\t// If we're opening from collapsed state, remove the previous tab from the tab order.\n\t\t// If we're collapsing, then keep the collapsing tab in the tab order.\n\t\tif ( toShow.length && toHide.length ) {\n\t\t\teventData.oldTab.attr( \"tabIndex\", -1 );\n\t\t} else if ( toShow.length ) {\n\t\t\tthis.tabs.filter( function() {\n\t\t\t\treturn $( this ).attr( \"tabIndex\" ) === 0;\n\t\t\t} )\n\t\t\t\t.attr( \"tabIndex\", -1 );\n\t\t}\n\n\t\ttoShow.attr( \"aria-hidden\", \"false\" );\n\t\teventData.newTab.attr( {\n\t\t\t\"aria-selected\": \"true\",\n\t\t\t\"aria-expanded\": \"true\",\n\t\t\ttabIndex: 0\n\t\t} );\n\t},\n\n\t_activate: function( index ) {\n\t\tvar anchor,\n\t\t\tactive = this._findActive( index );\n\n\t\t// Trying to activate the already active panel\n\t\tif ( active[ 0 ] === this.active[ 0 ] ) {\n\t\t\treturn;\n\t\t}\n\n\t\t// Trying to collapse, simulate a click on the current active header\n\t\tif ( !active.length ) {\n\t\t\tactive = this.active;\n\t\t}\n\n\t\tanchor = active.find( \".ui-tabs-anchor\" )[ 0 ];\n\t\tthis._eventHandler( {\n\t\t\ttarget: anchor,\n\t\t\tcurrentTarget: anchor,\n\t\t\tpreventDefault: $.noop\n\t\t} );\n\t},\n\n\t_findActive: function( index ) {\n\t\treturn index === false ? $() : this.tabs.eq( index );\n\t},\n\n\t_getIndex: function( index ) {\n\n\t\t// meta-function to give users option to provide a href string instead of a numerical index.\n\t\tif ( typeof index === \"string\" ) {\n\t\t\tindex = this.anchors.index( this.anchors.filter( \"[href$='\" +\n\t\t\t\t$.ui.escapeSelector( index ) + \"']\" ) );\n\t\t}\n\n\t\treturn index;\n\t},\n\n\t_destroy: function() {\n\t\tif ( this.xhr ) {\n\t\t\tthis.xhr.abort();\n\t\t}\n\n\t\tthis.tablist\n\t\t\t.removeAttr( \"role\" )\n\t\t\t.off( this.eventNamespace );\n\n\t\tthis.anchors\n\t\t\t.removeAttr( \"role tabIndex\" )\n\t\t\t.removeUniqueId();\n\n\t\tthis.tabs.add( this.panels ).each( function() {\n\t\t\tif ( $.data( this, \"ui-tabs-destroy\" ) ) {\n\t\t\t\t$( this ).remove();\n\t\t\t} else {\n\t\t\t\t$( this ).removeAttr( \"role tabIndex \" +\n\t\t\t\t\t\"aria-live aria-busy aria-selected aria-labelledby aria-hidden aria-expanded\" );\n\t\t\t}\n\t\t} );\n\n\t\tthis.tabs.each( function() {\n\t\t\tvar li = $( this ),\n\t\t\t\tprev = li.data( \"ui-tabs-aria-controls\" );\n\t\t\tif ( prev ) {\n\t\t\t\tli\n\t\t\t\t\t.attr( \"aria-controls\", prev )\n\t\t\t\t\t.removeData( \"ui-tabs-aria-controls\" );\n\t\t\t} else {\n\t\t\t\tli.removeAttr( \"aria-controls\" );\n\t\t\t}\n\t\t} );\n\n\t\tthis.panels.show();\n\n\t\tif ( this.options.heightStyle !== \"content\" ) {\n\t\t\tthis.panels.css( \"height\", \"\" );\n\t\t}\n\t},\n\n\tenable: function( index ) {\n\t\tvar disabled = this.options.disabled;\n\t\tif ( disabled === false ) {\n\t\t\treturn;\n\t\t}\n\n\t\tif ( index === undefined ) {\n\t\t\tdisabled = false;\n\t\t} else {\n\t\t\tindex = this._getIndex( index );\n\t\t\tif ( $.isArray( disabled ) ) {\n\t\t\t\tdisabled = $.map( disabled, function( num ) {\n\t\t\t\t\treturn num !== index ? num : null;\n\t\t\t\t} );\n\t\t\t} else {\n\t\t\t\tdisabled = $.map( this.tabs, function( li, num ) {\n\t\t\t\t\treturn num !== index ? num : null;\n\t\t\t\t} );\n\t\t\t}\n\t\t}\n\t\tthis._setOptionDisabled( disabled );\n\t},\n\n\tdisable: function( index ) {\n\t\tvar disabled = this.options.disabled;\n\t\tif ( disabled === true ) {\n\t\t\treturn;\n\t\t}\n\n\t\tif ( index === undefined ) {\n\t\t\tdisabled = true;\n\t\t} else {\n\t\t\tindex = this._getIndex( index );\n\t\t\tif ( $.inArray( index, disabled ) !== -1 ) {\n\t\t\t\treturn;\n\t\t\t}\n\t\t\tif ( $.isArray( disabled ) ) {\n\t\t\t\tdisabled = $.merge( [ index ], disabled ).sort();\n\t\t\t} else {\n\t\t\t\tdisabled = [ index ];\n\t\t\t}\n\t\t}\n\t\tthis._setOptionDisabled( disabled );\n\t},\n\n\tload: function( index, event ) {\n\t\tindex = this._getIndex( index );\n\t\tvar that = this,\n\t\t\ttab = this.tabs.eq( index ),\n\t\t\tanchor = tab.find( \".ui-tabs-anchor\" ),\n\t\t\tpanel = this._getPanelForTab( tab ),\n\t\t\teventData = {\n\t\t\t\ttab: tab,\n\t\t\t\tpanel: panel\n\t\t\t},\n\t\t\tcomplete = function( jqXHR, status ) {\n\t\t\t\tif ( status === \"abort\" ) {\n\t\t\t\t\tthat.panels.stop( false, true );\n\t\t\t\t}\n\n\t\t\t\tthat._removeClass( tab, \"ui-tabs-loading\" );\n\t\t\t\tpanel.removeAttr( \"aria-busy\" );\n\n\t\t\t\tif ( jqXHR === that.xhr ) {\n\t\t\t\t\tdelete that.xhr;\n\t\t\t\t}\n\t\t\t};\n\n\t\t// Not remote\n\t\tif ( this._isLocal( anchor[ 0 ] ) ) {\n\t\t\treturn;\n\t\t}\n\n\t\tthis.xhr = $.ajax( this._ajaxSettings( anchor, event, eventData ) );\n\n\t\t// Support: jQuery <1.8\n\t\t// jQuery <1.8 returns false if the request is canceled in beforeSend,\n\t\t// but as of 1.8, $.ajax() always returns a jqXHR object.\n\t\tif ( this.xhr && this.xhr.statusText !== \"canceled\" ) {\n\t\t\tthis._addClass( tab, \"ui-tabs-loading\" );\n\t\t\tpanel.attr( \"aria-busy\", \"true\" );\n\n\t\t\tthis.xhr\n\t\t\t\t.done( function( response, status, jqXHR ) {\n\n\t\t\t\t\t// support: jQuery <1.8\n\t\t\t\t\t// http://bugs.jquery.com/ticket/11778\n\t\t\t\t\tsetTimeout( function() {\n\t\t\t\t\t\tpanel.html( response );\n\t\t\t\t\t\tthat._trigger( \"load\", event, eventData );\n\n\t\t\t\t\t\tcomplete( jqXHR, status );\n\t\t\t\t\t}, 1 );\n\t\t\t\t} )\n\t\t\t\t.fail( function( jqXHR, status ) {\n\n\t\t\t\t\t// support: jQuery <1.8\n\t\t\t\t\t// http://bugs.jquery.com/ticket/11778\n\t\t\t\t\tsetTimeout( function() {\n\t\t\t\t\t\tcomplete( jqXHR, status );\n\t\t\t\t\t}, 1 );\n\t\t\t\t} );\n\t\t}\n\t},\n\n\t_ajaxSettings: function( anchor, event, eventData ) {\n\t\tvar that = this;\n\t\treturn {\n\n\t\t\t// Support: IE <11 only\n\t\t\t// Strip any hash that exists to prevent errors with the Ajax request\n\t\t\turl: anchor.attr( \"href\" ).replace( /#.*$/, \"\" ),\n\t\t\tbeforeSend: function( jqXHR, settings ) {\n\t\t\t\treturn that._trigger( \"beforeLoad\", event,\n\t\t\t\t\t$.extend( { jqXHR: jqXHR, ajaxSettings: settings }, eventData ) );\n\t\t\t}\n\t\t};\n\t},\n\n\t_getPanelForTab: function( tab ) {\n\t\tvar id = $( tab ).attr( \"aria-controls\" );\n\t\treturn this.element.find( this._sanitizeSelector( \"#\" + id ) );\n\t}\n} );\n\n// DEPRECATED\n// TODO: Switch return back to widget declaration at top of file when this is removed\nif ( $.uiBackCompat !== false ) {\n\n\t// Backcompat for ui-tab class (now ui-tabs-tab)\n\t$.widget( \"ui.tabs\", $.ui.tabs, {\n\t\t_processTabs: function() {\n\t\t\tthis._superApply( arguments );\n\t\t\tthis._addClass( this.tabs, \"ui-tab\" );\n\t\t}\n\t} );\n}\n\nvar widgetsTabs = $.ui.tabs;\n\n\n/*!\n * jQuery UI Tooltip 1.12.1\n * http://jqueryui.com\n *\n * Copyright jQuery Foundation and other contributors\n * Released under the MIT license.\n * http://jquery.org/license\n */\n\n//>>label: Tooltip\n//>>group: Widgets\n//>>description: Shows additional information for any element on hover or focus.\n//>>docs: http://api.jqueryui.com/tooltip/\n//>>demos: http://jqueryui.com/tooltip/\n//>>css.structure: ../../themes/base/core.css\n//>>css.structure: ../../themes/base/tooltip.css\n//>>css.theme: ../../themes/base/theme.css\n\n\n\n$.widget( \"ui.tooltip\", {\n\tversion: \"1.12.1\",\n\toptions: {\n\t\tclasses: {\n\t\t\t\"ui-tooltip\": \"ui-corner-all ui-widget-shadow\"\n\t\t},\n\t\tcontent: function() {\n\n\t\t\t// support: IE<9, Opera in jQuery <1.7\n\t\t\t// .text() can't accept undefined, so coerce to a string\n\t\t\tvar title = $( this ).attr( \"title\" ) || \"\";\n\n\t\t\t// Escape title, since we're going from an attribute to raw HTML\n\t\t\treturn $( \"<a>\" ).text( title ).html();\n\t\t},\n\t\thide: true,\n\n\t\t// Disabled elements have inconsistent behavior across browsers (#8661)\n\t\titems: \"[title]:not([disabled])\",\n\t\tposition: {\n\t\t\tmy: \"left top+15\",\n\t\t\tat: \"left bottom\",\n\t\t\tcollision: \"flipfit flip\"\n\t\t},\n\t\tshow: true,\n\t\ttrack: false,\n\n\t\t// Callbacks\n\t\tclose: null,\n\t\topen: null\n\t},\n\n\t_addDescribedBy: function( elem, id ) {\n\t\tvar describedby = ( elem.attr( \"aria-describedby\" ) || \"\" ).split( /\\s+/ );\n\t\tdescribedby.push( id );\n\t\telem\n\t\t\t.data( \"ui-tooltip-id\", id )\n\t\t\t.attr( \"aria-describedby\", $.trim( describedby.join( \" \" ) ) );\n\t},\n\n\t_removeDescribedBy: function( elem ) {\n\t\tvar id = elem.data( \"ui-tooltip-id\" ),\n\t\t\tdescribedby = ( elem.attr( \"aria-describedby\" ) || \"\" ).split( /\\s+/ ),\n\t\t\tindex = $.inArray( id, describedby );\n\n\t\tif ( index !== -1 ) {\n\t\t\tdescribedby.splice( index, 1 );\n\t\t}\n\n\t\telem.removeData( \"ui-tooltip-id\" );\n\t\tdescribedby = $.trim( describedby.join( \" \" ) );\n\t\tif ( describedby ) {\n\t\t\telem.attr( \"aria-describedby\", describedby );\n\t\t} else {\n\t\t\telem.removeAttr( \"aria-describedby\" );\n\t\t}\n\t},\n\n\t_create: function() {\n\t\tthis._on( {\n\t\t\tmouseover: \"open\",\n\t\t\tfocusin: \"open\"\n\t\t} );\n\n\t\t// IDs of generated tooltips, needed for destroy\n\t\tthis.tooltips = {};\n\n\t\t// IDs of parent tooltips where we removed the title attribute\n\t\tthis.parents = {};\n\n\t\t// Append the aria-live region so tooltips announce correctly\n\t\tthis.liveRegion = $( \"<div>\" )\n\t\t\t.attr( {\n\t\t\t\trole: \"log\",\n\t\t\t\t\"aria-live\": \"assertive\",\n\t\t\t\t\"aria-relevant\": \"additions\"\n\t\t\t} )\n\t\t\t.appendTo( this.document[ 0 ].body );\n\t\tthis._addClass( this.liveRegion, null, \"ui-helper-hidden-accessible\" );\n\n\t\tthis.disabledTitles = $( [] );\n\t},\n\n\t_setOption: function( key, value ) {\n\t\tvar that = this;\n\n\t\tthis._super( key, value );\n\n\t\tif ( key === \"content\" ) {\n\t\t\t$.each( this.tooltips, function( id, tooltipData ) {\n\t\t\t\tthat._updateContent( tooltipData.element );\n\t\t\t} );\n\t\t}\n\t},\n\n\t_setOptionDisabled: function( value ) {\n\t\tthis[ value ? \"_disable\" : \"_enable\" ]();\n\t},\n\n\t_disable: function() {\n\t\tvar that = this;\n\n\t\t// Close open tooltips\n\t\t$.each( this.tooltips, function( id, tooltipData ) {\n\t\t\tvar event = $.Event( \"blur\" );\n\t\t\tevent.target = event.currentTarget = tooltipData.element[ 0 ];\n\t\t\tthat.close( event, true );\n\t\t} );\n\n\t\t// Remove title attributes to prevent native tooltips\n\t\tthis.disabledTitles = this.disabledTitles.add(\n\t\t\tthis.element.find( this.options.items ).addBack()\n\t\t\t\t.filter( function() {\n\t\t\t\t\tvar element = $( this );\n\t\t\t\t\tif ( element.is( \"[title]\" ) ) {\n\t\t\t\t\t\treturn element\n\t\t\t\t\t\t\t.data( \"ui-tooltip-title\", element.attr( \"title\" ) )\n\t\t\t\t\t\t\t.removeAttr( \"title\" );\n\t\t\t\t\t}\n\t\t\t\t} )\n\t\t);\n\t},\n\n\t_enable: function() {\n\n\t\t// restore title attributes\n\t\tthis.disabledTitles.each( function() {\n\t\t\tvar element = $( this );\n\t\t\tif ( element.data( \"ui-tooltip-title\" ) ) {\n\t\t\t\telement.attr( \"title\", element.data( \"ui-tooltip-title\" ) );\n\t\t\t}\n\t\t} );\n\t\tthis.disabledTitles = $( [] );\n\t},\n\n\topen: function( event ) {\n\t\tvar that = this,\n\t\t\ttarget = $( event ? event.target : this.element )\n\n\t\t\t\t// we need closest here due to mouseover bubbling,\n\t\t\t\t// but always pointing at the same event target\n\t\t\t\t.closest( this.options.items );\n\n\t\t// No element to show a tooltip for or the tooltip is already open\n\t\tif ( !target.length || target.data( \"ui-tooltip-id\" ) ) {\n\t\t\treturn;\n\t\t}\n\n\t\tif ( target.attr( \"title\" ) ) {\n\t\t\ttarget.data( \"ui-tooltip-title\", target.attr( \"title\" ) );\n\t\t}\n\n\t\ttarget.data( \"ui-tooltip-open\", true );\n\n\t\t// Kill parent tooltips, custom or native, for hover\n\t\tif ( event && event.type === \"mouseover\" ) {\n\t\t\ttarget.parents().each( function() {\n\t\t\t\tvar parent = $( this ),\n\t\t\t\t\tblurEvent;\n\t\t\t\tif ( parent.data( \"ui-tooltip-open\" ) ) {\n\t\t\t\t\tblurEvent = $.Event( \"blur\" );\n\t\t\t\t\tblurEvent.target = blurEvent.currentTarget = this;\n\t\t\t\t\tthat.close( blurEvent, true );\n\t\t\t\t}\n\t\t\t\tif ( parent.attr( \"title\" ) ) {\n\t\t\t\t\tparent.uniqueId();\n\t\t\t\t\tthat.parents[ this.id ] = {\n\t\t\t\t\t\telement: this,\n\t\t\t\t\t\ttitle: parent.attr( \"title\" )\n\t\t\t\t\t};\n\t\t\t\t\tparent.attr( \"title\", \"\" );\n\t\t\t\t}\n\t\t\t} );\n\t\t}\n\n\t\tthis._registerCloseHandlers( event, target );\n\t\tthis._updateContent( target, event );\n\t},\n\n\t_updateContent: function( target, event ) {\n\t\tvar content,\n\t\t\tcontentOption = this.options.content,\n\t\t\tthat = this,\n\t\t\teventType = event ? event.type : null;\n\n\t\tif ( typeof contentOption === \"string\" || contentOption.nodeType ||\n\t\t\t\tcontentOption.jquery ) {\n\t\t\treturn this._open( event, target, contentOption );\n\t\t}\n\n\t\tcontent = contentOption.call( target[ 0 ], function( response ) {\n\n\t\t\t// IE may instantly serve a cached response for ajax requests\n\t\t\t// delay this call to _open so the other call to _open runs first\n\t\t\tthat._delay( function() {\n\n\t\t\t\t// Ignore async response if tooltip was closed already\n\t\t\t\tif ( !target.data( \"ui-tooltip-open\" ) ) {\n\t\t\t\t\treturn;\n\t\t\t\t}\n\n\t\t\t\t// JQuery creates a special event for focusin when it doesn't\n\t\t\t\t// exist natively. To improve performance, the native event\n\t\t\t\t// object is reused and the type is changed. Therefore, we can't\n\t\t\t\t// rely on the type being correct after the event finished\n\t\t\t\t// bubbling, so we set it back to the previous value. (#8740)\n\t\t\t\tif ( event ) {\n\t\t\t\t\tevent.type = eventType;\n\t\t\t\t}\n\t\t\t\tthis._open( event, target, response );\n\t\t\t} );\n\t\t} );\n\t\tif ( content ) {\n\t\t\tthis._open( event, target, content );\n\t\t}\n\t},\n\n\t_open: function( event, target, content ) {\n\t\tvar tooltipData, tooltip, delayedShow, a11yContent,\n\t\t\tpositionOption = $.extend( {}, this.options.position );\n\n\t\tif ( !content ) {\n\t\t\treturn;\n\t\t}\n\n\t\t// Content can be updated multiple times. If the tooltip already\n\t\t// exists, then just update the content and bail.\n\t\ttooltipData = this._find( target );\n\t\tif ( tooltipData ) {\n\t\t\ttooltipData.tooltip.find( \".ui-tooltip-content\" ).html( content );\n\t\t\treturn;\n\t\t}\n\n\t\t// If we have a title, clear it to prevent the native tooltip\n\t\t// we have to check first to avoid defining a title if none exists\n\t\t// (we don't want to cause an element to start matching [title])\n\t\t//\n\t\t// We use removeAttr only for key events, to allow IE to export the correct\n\t\t// accessible attributes. For mouse events, set to empty string to avoid\n\t\t// native tooltip showing up (happens only when removing inside mouseover).\n\t\tif ( target.is( \"[title]\" ) ) {\n\t\t\tif ( event && event.type === \"mouseover\" ) {\n\t\t\t\ttarget.attr( \"title\", \"\" );\n\t\t\t} else {\n\t\t\t\ttarget.removeAttr( \"title\" );\n\t\t\t}\n\t\t}\n\n\t\ttooltipData = this._tooltip( target );\n\t\ttooltip = tooltipData.tooltip;\n\t\tthis._addDescribedBy( target, tooltip.attr( \"id\" ) );\n\t\ttooltip.find( \".ui-tooltip-content\" ).html( content );\n\n\t\t// Support: Voiceover on OS X, JAWS on IE <= 9\n\t\t// JAWS announces deletions even when aria-relevant=\"additions\"\n\t\t// Voiceover will sometimes re-read the entire log region's contents from the beginning\n\t\tthis.liveRegion.children().hide();\n\t\ta11yContent = $( \"<div>\" ).html( tooltip.find( \".ui-tooltip-content\" ).html() );\n\t\ta11yContent.removeAttr( \"name\" ).find( \"[name]\" ).removeAttr( \"name\" );\n\t\ta11yContent.removeAttr( \"id\" ).find( \"[id]\" ).removeAttr( \"id\" );\n\t\ta11yContent.appendTo( this.liveRegion );\n\n\t\tfunction position( event ) {\n\t\t\tpositionOption.of = event;\n\t\t\tif ( tooltip.is( \":hidden\" ) ) {\n\t\t\t\treturn;\n\t\t\t}\n\t\t\ttooltip.position( positionOption );\n\t\t}\n\t\tif ( this.options.track && event && /^mouse/.test( event.type ) ) {\n\t\t\tthis._on( this.document, {\n\t\t\t\tmousemove: position\n\t\t\t} );\n\n\t\t\t// trigger once to override element-relative positioning\n\t\t\tposition( event );\n\t\t} else {\n\t\t\ttooltip.position( $.extend( {\n\t\t\t\tof: target\n\t\t\t}, this.options.position ) );\n\t\t}\n\n\t\ttooltip.hide();\n\n\t\tthis._show( tooltip, this.options.show );\n\n\t\t// Handle tracking tooltips that are shown with a delay (#8644). As soon\n\t\t// as the tooltip is visible, position the tooltip using the most recent\n\t\t// event.\n\t\t// Adds the check to add the timers only when both delay and track options are set (#14682)\n\t\tif ( this.options.track && this.options.show && this.options.show.delay ) {\n\t\t\tdelayedShow = this.delayedShow = setInterval( function() {\n\t\t\t\tif ( tooltip.is( \":visible\" ) ) {\n\t\t\t\t\tposition( positionOption.of );\n\t\t\t\t\tclearInterval( delayedShow );\n\t\t\t\t}\n\t\t\t}, $.fx.interval );\n\t\t}\n\n\t\tthis._trigger( \"open\", event, { tooltip: tooltip } );\n\t},\n\n\t_registerCloseHandlers: function( event, target ) {\n\t\tvar events = {\n\t\t\tkeyup: function( event ) {\n\t\t\t\tif ( event.keyCode === $.ui.keyCode.ESCAPE ) {\n\t\t\t\t\tvar fakeEvent = $.Event( event );\n\t\t\t\t\tfakeEvent.currentTarget = target[ 0 ];\n\t\t\t\t\tthis.close( fakeEvent, true );\n\t\t\t\t}\n\t\t\t}\n\t\t};\n\n\t\t// Only bind remove handler for delegated targets. Non-delegated\n\t\t// tooltips will handle this in destroy.\n\t\tif ( target[ 0 ] !== this.element[ 0 ] ) {\n\t\t\tevents.remove = function() {\n\t\t\t\tthis._removeTooltip( this._find( target ).tooltip );\n\t\t\t};\n\t\t}\n\n\t\tif ( !event || event.type === \"mouseover\" ) {\n\t\t\tevents.mouseleave = \"close\";\n\t\t}\n\t\tif ( !event || event.type === \"focusin\" ) {\n\t\t\tevents.focusout = \"close\";\n\t\t}\n\t\tthis._on( true, target, events );\n\t},\n\n\tclose: function( event ) {\n\t\tvar tooltip,\n\t\t\tthat = this,\n\t\t\ttarget = $( event ? event.currentTarget : this.element ),\n\t\t\ttooltipData = this._find( target );\n\n\t\t// The tooltip may already be closed\n\t\tif ( !tooltipData ) {\n\n\t\t\t// We set ui-tooltip-open immediately upon open (in open()), but only set the\n\t\t\t// additional data once there's actually content to show (in _open()). So even if the\n\t\t\t// tooltip doesn't have full data, we always remove ui-tooltip-open in case we're in\n\t\t\t// the period between open() and _open().\n\t\t\ttarget.removeData( \"ui-tooltip-open\" );\n\t\t\treturn;\n\t\t}\n\n\t\ttooltip = tooltipData.tooltip;\n\n\t\t// Disabling closes the tooltip, so we need to track when we're closing\n\t\t// to avoid an infinite loop in case the tooltip becomes disabled on close\n\t\tif ( tooltipData.closing ) {\n\t\t\treturn;\n\t\t}\n\n\t\t// Clear the interval for delayed tracking tooltips\n\t\tclearInterval( this.delayedShow );\n\n\t\t// Only set title if we had one before (see comment in _open())\n\t\t// If the title attribute has changed since open(), don't restore\n\t\tif ( target.data( \"ui-tooltip-title\" ) && !target.attr( \"title\" ) ) {\n\t\t\ttarget.attr( \"title\", target.data( \"ui-tooltip-title\" ) );\n\t\t}\n\n\t\tthis._removeDescribedBy( target );\n\n\t\ttooltipData.hiding = true;\n\t\ttooltip.stop( true );\n\t\tthis._hide( tooltip, this.options.hide, function() {\n\t\t\tthat._removeTooltip( $( this ) );\n\t\t} );\n\n\t\ttarget.removeData( \"ui-tooltip-open\" );\n\t\tthis._off( target, \"mouseleave focusout keyup\" );\n\n\t\t// Remove 'remove' binding only on delegated targets\n\t\tif ( target[ 0 ] !== this.element[ 0 ] ) {\n\t\t\tthis._off( target, \"remove\" );\n\t\t}\n\t\tthis._off( this.document, \"mousemove\" );\n\n\t\tif ( event && event.type === \"mouseleave\" ) {\n\t\t\t$.each( this.parents, function( id, parent ) {\n\t\t\t\t$( parent.element ).attr( \"title\", parent.title );\n\t\t\t\tdelete that.parents[ id ];\n\t\t\t} );\n\t\t}\n\n\t\ttooltipData.closing = true;\n\t\tthis._trigger( \"close\", event, { tooltip: tooltip } );\n\t\tif ( !tooltipData.hiding ) {\n\t\t\ttooltipData.closing = false;\n\t\t}\n\t},\n\n\t_tooltip: function( element ) {\n\t\tvar tooltip = $( \"<div>\" ).attr( \"role\", \"tooltip\" ),\n\t\t\tcontent = $( \"<div>\" ).appendTo( tooltip ),\n\t\t\tid = tooltip.uniqueId().attr( \"id\" );\n\n\t\tthis._addClass( content, \"ui-tooltip-content\" );\n\t\tthis._addClass( tooltip, \"ui-tooltip\", \"ui-widget ui-widget-content\" );\n\n\t\ttooltip.appendTo( this._appendTo( element ) );\n\n\t\treturn this.tooltips[ id ] = {\n\t\t\telement: element,\n\t\t\ttooltip: tooltip\n\t\t};\n\t},\n\n\t_find: function( target ) {\n\t\tvar id = target.data( \"ui-tooltip-id\" );\n\t\treturn id ? this.tooltips[ id ] : null;\n\t},\n\n\t_removeTooltip: function( tooltip ) {\n\t\ttooltip.remove();\n\t\tdelete this.tooltips[ tooltip.attr( \"id\" ) ];\n\t},\n\n\t_appendTo: function( target ) {\n\t\tvar element = target.closest( \".ui-front, dialog\" );\n\n\t\tif ( !element.length ) {\n\t\t\telement = this.document[ 0 ].body;\n\t\t}\n\n\t\treturn element;\n\t},\n\n\t_destroy: function() {\n\t\tvar that = this;\n\n\t\t// Close open tooltips\n\t\t$.each( this.tooltips, function( id, tooltipData ) {\n\n\t\t\t// Delegate to close method to handle common cleanup\n\t\t\tvar event = $.Event( \"blur\" ),\n\t\t\t\telement = tooltipData.element;\n\t\t\tevent.target = event.currentTarget = element[ 0 ];\n\t\t\tthat.close( event, true );\n\n\t\t\t// Remove immediately; destroying an open tooltip doesn't use the\n\t\t\t// hide animation\n\t\t\t$( \"#\" + id ).remove();\n\n\t\t\t// Restore the title\n\t\t\tif ( element.data( \"ui-tooltip-title\" ) ) {\n\n\t\t\t\t// If the title attribute has changed since open(), don't restore\n\t\t\t\tif ( !element.attr( \"title\" ) ) {\n\t\t\t\t\telement.attr( \"title\", element.data( \"ui-tooltip-title\" ) );\n\t\t\t\t}\n\t\t\t\telement.removeData( \"ui-tooltip-title\" );\n\t\t\t}\n\t\t} );\n\t\tthis.liveRegion.remove();\n\t}\n} );\n\n// DEPRECATED\n// TODO: Switch return back to widget declaration at top of file when this is removed\nif ( $.uiBackCompat !== false ) {\n\n\t// Backcompat for tooltipClass option\n\t$.widget( \"ui.tooltip\", $.ui.tooltip, {\n\t\toptions: {\n\t\t\ttooltipClass: null\n\t\t},\n\t\t_tooltip: function() {\n\t\t\tvar tooltipData = this._superApply( arguments );\n\t\t\tif ( this.options.tooltipClass ) {\n\t\t\t\ttooltipData.tooltip.addClass( this.options.tooltipClass );\n\t\t\t}\n\t\t\treturn tooltipData;\n\t\t}\n\t} );\n}\n\nvar widgetsTooltip = $.ui.tooltip;\n\n\n\n\n}));","// style-loader: Adds some css to the DOM by adding a <style> tag\n\n// load the styles\nvar content = require(\"!!../css-loader/dist/cjs.js!./jquery-ui.css\");\nif(typeof content === 'string') content = [[module.id, content, '']];\nif(content.locals) module.exports = content.locals;\n// add the styles to the DOM\nvar add = require(\"!../vue-style-loader/lib/addStylesClient.js\").default\nvar update = add(\"274dfea1\", content, true, {});","// Imports\nvar ___CSS_LOADER_API_IMPORT___ = require(\"../css-loader/dist/runtime/api.js\");\nvar ___CSS_LOADER_GET_URL_IMPORT___ = require(\"../css-loader/dist/runtime/getUrl.js\");\nvar ___CSS_LOADER_URL_IMPORT_0___ = require(\"./images/ui-icons_444444_256x240.png\");\nvar ___CSS_LOADER_URL_IMPORT_1___ = require(\"./images/ui-icons_555555_256x240.png\");\nvar ___CSS_LOADER_URL_IMPORT_2___ = require(\"./images/ui-icons_ffffff_256x240.png\");\nvar ___CSS_LOADER_URL_IMPORT_3___ = require(\"./images/ui-icons_777620_256x240.png\");\nvar ___CSS_LOADER_URL_IMPORT_4___ = require(\"./images/ui-icons_cc0000_256x240.png\");\nvar ___CSS_LOADER_URL_IMPORT_5___ = require(\"./images/ui-icons_777777_256x240.png\");\nexports = ___CSS_LOADER_API_IMPORT___(false);\nvar ___CSS_LOADER_URL_REPLACEMENT_0___ = ___CSS_LOADER_GET_URL_IMPORT___(___CSS_LOADER_URL_IMPORT_0___);\nvar ___CSS_LOADER_URL_REPLACEMENT_1___ = ___CSS_LOADER_GET_URL_IMPORT___(___CSS_LOADER_URL_IMPORT_1___);\nvar ___CSS_LOADER_URL_REPLACEMENT_2___ = ___CSS_LOADER_GET_URL_IMPORT___(___CSS_LOADER_URL_IMPORT_2___);\nvar ___CSS_LOADER_URL_REPLACEMENT_3___ = ___CSS_LOADER_GET_URL_IMPORT___(___CSS_LOADER_URL_IMPORT_3___);\nvar ___CSS_LOADER_URL_REPLACEMENT_4___ = ___CSS_LOADER_GET_URL_IMPORT___(___CSS_LOADER_URL_IMPORT_4___);\nvar ___CSS_LOADER_URL_REPLACEMENT_5___ = ___CSS_LOADER_GET_URL_IMPORT___(___CSS_LOADER_URL_IMPORT_5___);\n// Module\nexports.push([module.id, \"/*! jQuery UI - v1.12.1 - 2016-09-14\\n* http://jqueryui.com\\n* Includes: core.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, draggable.css, resizable.css, progressbar.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css\\n* To view and modify this theme, visit http://jqueryui.com/themeroller/?bgShadowXPos=&bgOverlayXPos=&bgErrorXPos=&bgHighlightXPos=&bgContentXPos=&bgHeaderXPos=&bgActiveXPos=&bgHoverXPos=&bgDefaultXPos=&bgShadowYPos=&bgOverlayYPos=&bgErrorYPos=&bgHighlightYPos=&bgContentYPos=&bgHeaderYPos=&bgActiveYPos=&bgHoverYPos=&bgDefaultYPos=&bgShadowRepeat=&bgOverlayRepeat=&bgErrorRepeat=&bgHighlightRepeat=&bgContentRepeat=&bgHeaderRepeat=&bgActiveRepeat=&bgHoverRepeat=&bgDefaultRepeat=&iconsHover=url(%22images%2Fui-icons_555555_256x240.png%22)&iconsHighlight=url(%22images%2Fui-icons_777620_256x240.png%22)&iconsHeader=url(%22images%2Fui-icons_444444_256x240.png%22)&iconsError=url(%22images%2Fui-icons_cc0000_256x240.png%22)&iconsDefault=url(%22images%2Fui-icons_777777_256x240.png%22)&iconsContent=url(%22images%2Fui-icons_444444_256x240.png%22)&iconsActive=url(%22images%2Fui-icons_ffffff_256x240.png%22)&bgImgUrlShadow=&bgImgUrlOverlay=&bgImgUrlHover=&bgImgUrlHighlight=&bgImgUrlHeader=&bgImgUrlError=&bgImgUrlDefault=&bgImgUrlContent=&bgImgUrlActive=&opacityFilterShadow=Alpha(Opacity%3D30)&opacityFilterOverlay=Alpha(Opacity%3D30)&opacityShadowPerc=30&opacityOverlayPerc=30&iconColorHover=%23555555&iconColorHighlight=%23777620&iconColorHeader=%23444444&iconColorError=%23cc0000&iconColorDefault=%23777777&iconColorContent=%23444444&iconColorActive=%23ffffff&bgImgOpacityShadow=0&bgImgOpacityOverlay=0&bgImgOpacityError=95&bgImgOpacityHighlight=55&bgImgOpacityContent=75&bgImgOpacityHeader=75&bgImgOpacityActive=65&bgImgOpacityHover=75&bgImgOpacityDefault=75&bgTextureShadow=flat&bgTextureOverlay=flat&bgTextureError=flat&bgTextureHighlight=flat&bgTextureContent=flat&bgTextureHeader=flat&bgTextureActive=flat&bgTextureHover=flat&bgTextureDefault=flat&cornerRadius=3px&fwDefault=normal&ffDefault=Arial%2CHelvetica%2Csans-serif&fsDefault=1em&cornerRadiusShadow=8px&thicknessShadow=5px&offsetLeftShadow=0px&offsetTopShadow=0px&opacityShadow=.3&bgColorShadow=%23666666&opacityOverlay=.3&bgColorOverlay=%23aaaaaa&fcError=%235f3f3f&borderColorError=%23f1a899&bgColorError=%23fddfdf&fcHighlight=%23777620&borderColorHighlight=%23dad55e&bgColorHighlight=%23fffa90&fcContent=%23333333&borderColorContent=%23dddddd&bgColorContent=%23ffffff&fcHeader=%23333333&borderColorHeader=%23dddddd&bgColorHeader=%23e9e9e9&fcActive=%23ffffff&borderColorActive=%23003eff&bgColorActive=%23007fff&fcHover=%232b2b2b&borderColorHover=%23cccccc&bgColorHover=%23ededed&fcDefault=%23454545&borderColorDefault=%23c5c5c5&bgColorDefault=%23f6f6f6\\n* Copyright jQuery Foundation and other contributors; Licensed MIT */\\n\\n/* Layout helpers\\n----------------------------------*/\\n.ui-helper-hidden {\\n\\tdisplay: none;\\n}\\n.ui-helper-hidden-accessible {\\n\\tborder: 0;\\n\\tclip: rect(0 0 0 0);\\n\\theight: 1px;\\n\\tmargin: -1px;\\n\\toverflow: hidden;\\n\\tpadding: 0;\\n\\tposition: absolute;\\n\\twidth: 1px;\\n}\\n.ui-helper-reset {\\n\\tmargin: 0;\\n\\tpadding: 0;\\n\\tborder: 0;\\n\\toutline: 0;\\n\\tline-height: 1.3;\\n\\ttext-decoration: none;\\n\\tfont-size: 100%;\\n\\tlist-style: none;\\n}\\n.ui-helper-clearfix:before,\\n.ui-helper-clearfix:after {\\n\\tcontent: \\\"\\\";\\n\\tdisplay: table;\\n\\tborder-collapse: collapse;\\n}\\n.ui-helper-clearfix:after {\\n\\tclear: both;\\n}\\n.ui-helper-zfix {\\n\\twidth: 100%;\\n\\theight: 100%;\\n\\ttop: 0;\\n\\tleft: 0;\\n\\tposition: absolute;\\n\\topacity: 0;\\n\\tfilter:Alpha(Opacity=0); /* support: IE8 */\\n}\\n\\n.ui-front {\\n\\tz-index: 100;\\n}\\n\\n\\n/* Interaction Cues\\n----------------------------------*/\\n.ui-state-disabled {\\n\\tcursor: default !important;\\n\\tpointer-events: none;\\n}\\n\\n\\n/* Icons\\n----------------------------------*/\\n.ui-icon {\\n\\tdisplay: inline-block;\\n\\tvertical-align: middle;\\n\\tmargin-top: -.25em;\\n\\tposition: relative;\\n\\ttext-indent: -99999px;\\n\\toverflow: hidden;\\n\\tbackground-repeat: no-repeat;\\n}\\n\\n.ui-widget-icon-block {\\n\\tleft: 50%;\\n\\tmargin-left: -8px;\\n\\tdisplay: block;\\n}\\n\\n/* Misc visuals\\n----------------------------------*/\\n\\n/* Overlays */\\n.ui-widget-overlay {\\n\\tposition: fixed;\\n\\ttop: 0;\\n\\tleft: 0;\\n\\twidth: 100%;\\n\\theight: 100%;\\n}\\n.ui-accordion .ui-accordion-header {\\n\\tdisplay: block;\\n\\tcursor: pointer;\\n\\tposition: relative;\\n\\tmargin: 2px 0 0 0;\\n\\tpadding: .5em .5em .5em .7em;\\n\\tfont-size: 100%;\\n}\\n.ui-accordion .ui-accordion-content {\\n\\tpadding: 1em 2.2em;\\n\\tborder-top: 0;\\n\\toverflow: auto;\\n}\\n.ui-autocomplete {\\n\\tposition: absolute;\\n\\ttop: 0;\\n\\tleft: 0;\\n\\tcursor: default;\\n}\\n.ui-menu {\\n\\tlist-style: none;\\n\\tpadding: 0;\\n\\tmargin: 0;\\n\\tdisplay: block;\\n\\toutline: 0;\\n}\\n.ui-menu .ui-menu {\\n\\tposition: absolute;\\n}\\n.ui-menu .ui-menu-item {\\n\\tmargin: 0;\\n\\tcursor: pointer;\\n\\t/* support: IE10, see #8844 */\\n\\tlist-style-image: url(\\\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\\\");\\n}\\n.ui-menu .ui-menu-item-wrapper {\\n\\tposition: relative;\\n\\tpadding: 3px 1em 3px .4em;\\n}\\n.ui-menu .ui-menu-divider {\\n\\tmargin: 5px 0;\\n\\theight: 0;\\n\\tfont-size: 0;\\n\\tline-height: 0;\\n\\tborder-width: 1px 0 0 0;\\n}\\n.ui-menu .ui-state-focus,\\n.ui-menu .ui-state-active {\\n\\tmargin: -1px;\\n}\\n\\n/* icon support */\\n.ui-menu-icons {\\n\\tposition: relative;\\n}\\n.ui-menu-icons .ui-menu-item-wrapper {\\n\\tpadding-left: 2em;\\n}\\n\\n/* left-aligned */\\n.ui-menu .ui-icon {\\n\\tposition: absolute;\\n\\ttop: 0;\\n\\tbottom: 0;\\n\\tleft: .2em;\\n\\tmargin: auto 0;\\n}\\n\\n/* right-aligned */\\n.ui-menu .ui-menu-icon {\\n\\tleft: auto;\\n\\tright: 0;\\n}\\n.ui-button {\\n\\tpadding: .4em 1em;\\n\\tdisplay: inline-block;\\n\\tposition: relative;\\n\\tline-height: normal;\\n\\tmargin-right: .1em;\\n\\tcursor: pointer;\\n\\tvertical-align: middle;\\n\\ttext-align: center;\\n\\t-webkit-user-select: none;\\n\\t-moz-user-select: none;\\n\\t-ms-user-select: none;\\n\\tuser-select: none;\\n\\n\\t/* Support: IE <= 11 */\\n\\toverflow: visible;\\n}\\n\\n.ui-button,\\n.ui-button:link,\\n.ui-button:visited,\\n.ui-button:hover,\\n.ui-button:active {\\n\\ttext-decoration: none;\\n}\\n\\n/* to make room for the icon, a width needs to be set here */\\n.ui-button-icon-only {\\n\\twidth: 2em;\\n\\tbox-sizing: border-box;\\n\\ttext-indent: -9999px;\\n\\twhite-space: nowrap;\\n}\\n\\n/* no icon support for input elements */\\ninput.ui-button.ui-button-icon-only {\\n\\ttext-indent: 0;\\n}\\n\\n/* button icon element(s) */\\n.ui-button-icon-only .ui-icon {\\n\\tposition: absolute;\\n\\ttop: 50%;\\n\\tleft: 50%;\\n\\tmargin-top: -8px;\\n\\tmargin-left: -8px;\\n}\\n\\n.ui-button.ui-icon-notext .ui-icon {\\n\\tpadding: 0;\\n\\twidth: 2.1em;\\n\\theight: 2.1em;\\n\\ttext-indent: -9999px;\\n\\twhite-space: nowrap;\\n\\n}\\n\\ninput.ui-button.ui-icon-notext .ui-icon {\\n\\twidth: auto;\\n\\theight: auto;\\n\\ttext-indent: 0;\\n\\twhite-space: normal;\\n\\tpadding: .4em 1em;\\n}\\n\\n/* workarounds */\\n/* Support: Firefox 5 - 40 */\\ninput.ui-button::-moz-focus-inner,\\nbutton.ui-button::-moz-focus-inner {\\n\\tborder: 0;\\n\\tpadding: 0;\\n}\\n.ui-controlgroup {\\n\\tvertical-align: middle;\\n\\tdisplay: inline-block;\\n}\\n.ui-controlgroup > .ui-controlgroup-item {\\n\\tfloat: left;\\n\\tmargin-left: 0;\\n\\tmargin-right: 0;\\n}\\n.ui-controlgroup > .ui-controlgroup-item:focus,\\n.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus {\\n\\tz-index: 9999;\\n}\\n.ui-controlgroup-vertical > .ui-controlgroup-item {\\n\\tdisplay: block;\\n\\tfloat: none;\\n\\twidth: 100%;\\n\\tmargin-top: 0;\\n\\tmargin-bottom: 0;\\n\\ttext-align: left;\\n}\\n.ui-controlgroup-vertical .ui-controlgroup-item {\\n\\tbox-sizing: border-box;\\n}\\n.ui-controlgroup .ui-controlgroup-label {\\n\\tpadding: .4em 1em;\\n}\\n.ui-controlgroup .ui-controlgroup-label span {\\n\\tfont-size: 80%;\\n}\\n.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {\\n\\tborder-left: none;\\n}\\n.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {\\n\\tborder-top: none;\\n}\\n.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {\\n\\tborder-right: none;\\n}\\n.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {\\n\\tborder-bottom: none;\\n}\\n\\n/* Spinner specific style fixes */\\n.ui-controlgroup-vertical .ui-spinner-input {\\n\\n\\t/* Support: IE8 only, Android < 4.4 only */\\n\\twidth: 75%;\\n\\twidth: calc( 100% - 2.4em );\\n}\\n.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {\\n\\tborder-top-style: solid;\\n}\\n\\n.ui-checkboxradio-label .ui-icon-background {\\n\\tbox-shadow: inset 1px 1px 1px #ccc;\\n\\tborder-radius: .12em;\\n\\tborder: none;\\n}\\n.ui-checkboxradio-radio-label .ui-icon-background {\\n\\twidth: 16px;\\n\\theight: 16px;\\n\\tborder-radius: 1em;\\n\\toverflow: visible;\\n\\tborder: none;\\n}\\n.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,\\n.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {\\n\\tbackground-image: none;\\n\\twidth: 8px;\\n\\theight: 8px;\\n\\tborder-width: 4px;\\n\\tborder-style: solid;\\n}\\n.ui-checkboxradio-disabled {\\n\\tpointer-events: none;\\n}\\n.ui-datepicker {\\n\\twidth: 17em;\\n\\tpadding: .2em .2em 0;\\n\\tdisplay: none;\\n}\\n.ui-datepicker .ui-datepicker-header {\\n\\tposition: relative;\\n\\tpadding: .2em 0;\\n}\\n.ui-datepicker .ui-datepicker-prev,\\n.ui-datepicker .ui-datepicker-next {\\n\\tposition: absolute;\\n\\ttop: 2px;\\n\\twidth: 1.8em;\\n\\theight: 1.8em;\\n}\\n.ui-datepicker .ui-datepicker-prev-hover,\\n.ui-datepicker .ui-datepicker-next-hover {\\n\\ttop: 1px;\\n}\\n.ui-datepicker .ui-datepicker-prev {\\n\\tleft: 2px;\\n}\\n.ui-datepicker .ui-datepicker-next {\\n\\tright: 2px;\\n}\\n.ui-datepicker .ui-datepicker-prev-hover {\\n\\tleft: 1px;\\n}\\n.ui-datepicker .ui-datepicker-next-hover {\\n\\tright: 1px;\\n}\\n.ui-datepicker .ui-datepicker-prev span,\\n.ui-datepicker .ui-datepicker-next span {\\n\\tdisplay: block;\\n\\tposition: absolute;\\n\\tleft: 50%;\\n\\tmargin-left: -8px;\\n\\ttop: 50%;\\n\\tmargin-top: -8px;\\n}\\n.ui-datepicker .ui-datepicker-title {\\n\\tmargin: 0 2.3em;\\n\\tline-height: 1.8em;\\n\\ttext-align: center;\\n}\\n.ui-datepicker .ui-datepicker-title select {\\n\\tfont-size: 1em;\\n\\tmargin: 1px 0;\\n}\\n.ui-datepicker select.ui-datepicker-month,\\n.ui-datepicker select.ui-datepicker-year {\\n\\twidth: 45%;\\n}\\n.ui-datepicker table {\\n\\twidth: 100%;\\n\\tfont-size: .9em;\\n\\tborder-collapse: collapse;\\n\\tmargin: 0 0 .4em;\\n}\\n.ui-datepicker th {\\n\\tpadding: .7em .3em;\\n\\ttext-align: center;\\n\\tfont-weight: bold;\\n\\tborder: 0;\\n}\\n.ui-datepicker td {\\n\\tborder: 0;\\n\\tpadding: 1px;\\n}\\n.ui-datepicker td span,\\n.ui-datepicker td a {\\n\\tdisplay: block;\\n\\tpadding: .2em;\\n\\ttext-align: right;\\n\\ttext-decoration: none;\\n}\\n.ui-datepicker .ui-datepicker-buttonpane {\\n\\tbackground-image: none;\\n\\tmargin: .7em 0 0 0;\\n\\tpadding: 0 .2em;\\n\\tborder-left: 0;\\n\\tborder-right: 0;\\n\\tborder-bottom: 0;\\n}\\n.ui-datepicker .ui-datepicker-buttonpane button {\\n\\tfloat: right;\\n\\tmargin: .5em .2em .4em;\\n\\tcursor: pointer;\\n\\tpadding: .2em .6em .3em .6em;\\n\\twidth: auto;\\n\\toverflow: visible;\\n}\\n.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {\\n\\tfloat: left;\\n}\\n\\n/* with multiple calendars */\\n.ui-datepicker.ui-datepicker-multi {\\n\\twidth: auto;\\n}\\n.ui-datepicker-multi .ui-datepicker-group {\\n\\tfloat: left;\\n}\\n.ui-datepicker-multi .ui-datepicker-group table {\\n\\twidth: 95%;\\n\\tmargin: 0 auto .4em;\\n}\\n.ui-datepicker-multi-2 .ui-datepicker-group {\\n\\twidth: 50%;\\n}\\n.ui-datepicker-multi-3 .ui-datepicker-group {\\n\\twidth: 33.3%;\\n}\\n.ui-datepicker-multi-4 .ui-datepicker-group {\\n\\twidth: 25%;\\n}\\n.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,\\n.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {\\n\\tborder-left-width: 0;\\n}\\n.ui-datepicker-multi .ui-datepicker-buttonpane {\\n\\tclear: left;\\n}\\n.ui-datepicker-row-break {\\n\\tclear: both;\\n\\twidth: 100%;\\n\\tfont-size: 0;\\n}\\n\\n/* RTL support */\\n.ui-datepicker-rtl {\\n\\tdirection: rtl;\\n}\\n.ui-datepicker-rtl .ui-datepicker-prev {\\n\\tright: 2px;\\n\\tleft: auto;\\n}\\n.ui-datepicker-rtl .ui-datepicker-next {\\n\\tleft: 2px;\\n\\tright: auto;\\n}\\n.ui-datepicker-rtl .ui-datepicker-prev:hover {\\n\\tright: 1px;\\n\\tleft: auto;\\n}\\n.ui-datepicker-rtl .ui-datepicker-next:hover {\\n\\tleft: 1px;\\n\\tright: auto;\\n}\\n.ui-datepicker-rtl .ui-datepicker-buttonpane {\\n\\tclear: right;\\n}\\n.ui-datepicker-rtl .ui-datepicker-buttonpane button {\\n\\tfloat: left;\\n}\\n.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,\\n.ui-datepicker-rtl .ui-datepicker-group {\\n\\tfloat: right;\\n}\\n.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,\\n.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {\\n\\tborder-right-width: 0;\\n\\tborder-left-width: 1px;\\n}\\n\\n/* Icons */\\n.ui-datepicker .ui-icon {\\n\\tdisplay: block;\\n\\ttext-indent: -99999px;\\n\\toverflow: hidden;\\n\\tbackground-repeat: no-repeat;\\n\\tleft: .5em;\\n\\ttop: .3em;\\n}\\n.ui-dialog {\\n\\tposition: absolute;\\n\\ttop: 0;\\n\\tleft: 0;\\n\\tpadding: .2em;\\n\\toutline: 0;\\n}\\n.ui-dialog .ui-dialog-titlebar {\\n\\tpadding: .4em 1em;\\n\\tposition: relative;\\n}\\n.ui-dialog .ui-dialog-title {\\n\\tfloat: left;\\n\\tmargin: .1em 0;\\n\\twhite-space: nowrap;\\n\\twidth: 90%;\\n\\toverflow: hidden;\\n\\ttext-overflow: ellipsis;\\n}\\n.ui-dialog .ui-dialog-titlebar-close {\\n\\tposition: absolute;\\n\\tright: .3em;\\n\\ttop: 50%;\\n\\twidth: 20px;\\n\\tmargin: -10px 0 0 0;\\n\\tpadding: 1px;\\n\\theight: 20px;\\n}\\n.ui-dialog .ui-dialog-content {\\n\\tposition: relative;\\n\\tborder: 0;\\n\\tpadding: .5em 1em;\\n\\tbackground: none;\\n\\toverflow: auto;\\n}\\n.ui-dialog .ui-dialog-buttonpane {\\n\\ttext-align: left;\\n\\tborder-width: 1px 0 0 0;\\n\\tbackground-image: none;\\n\\tmargin-top: .5em;\\n\\tpadding: .3em 1em .5em .4em;\\n}\\n.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {\\n\\tfloat: right;\\n}\\n.ui-dialog .ui-dialog-buttonpane button {\\n\\tmargin: .5em .4em .5em 0;\\n\\tcursor: pointer;\\n}\\n.ui-dialog .ui-resizable-n {\\n\\theight: 2px;\\n\\ttop: 0;\\n}\\n.ui-dialog .ui-resizable-e {\\n\\twidth: 2px;\\n\\tright: 0;\\n}\\n.ui-dialog .ui-resizable-s {\\n\\theight: 2px;\\n\\tbottom: 0;\\n}\\n.ui-dialog .ui-resizable-w {\\n\\twidth: 2px;\\n\\tleft: 0;\\n}\\n.ui-dialog .ui-resizable-se,\\n.ui-dialog .ui-resizable-sw,\\n.ui-dialog .ui-resizable-ne,\\n.ui-dialog .ui-resizable-nw {\\n\\twidth: 7px;\\n\\theight: 7px;\\n}\\n.ui-dialog .ui-resizable-se {\\n\\tright: 0;\\n\\tbottom: 0;\\n}\\n.ui-dialog .ui-resizable-sw {\\n\\tleft: 0;\\n\\tbottom: 0;\\n}\\n.ui-dialog .ui-resizable-ne {\\n\\tright: 0;\\n\\ttop: 0;\\n}\\n.ui-dialog .ui-resizable-nw {\\n\\tleft: 0;\\n\\ttop: 0;\\n}\\n.ui-draggable .ui-dialog-titlebar {\\n\\tcursor: move;\\n}\\n.ui-draggable-handle {\\n\\t-ms-touch-action: none;\\n\\ttouch-action: none;\\n}\\n.ui-resizable {\\n\\tposition: relative;\\n}\\n.ui-resizable-handle {\\n\\tposition: absolute;\\n\\tfont-size: 0.1px;\\n\\tdisplay: block;\\n\\t-ms-touch-action: none;\\n\\ttouch-action: none;\\n}\\n.ui-resizable-disabled .ui-resizable-handle,\\n.ui-resizable-autohide .ui-resizable-handle {\\n\\tdisplay: none;\\n}\\n.ui-resizable-n {\\n\\tcursor: n-resize;\\n\\theight: 7px;\\n\\twidth: 100%;\\n\\ttop: -5px;\\n\\tleft: 0;\\n}\\n.ui-resizable-s {\\n\\tcursor: s-resize;\\n\\theight: 7px;\\n\\twidth: 100%;\\n\\tbottom: -5px;\\n\\tleft: 0;\\n}\\n.ui-resizable-e {\\n\\tcursor: e-resize;\\n\\twidth: 7px;\\n\\tright: -5px;\\n\\ttop: 0;\\n\\theight: 100%;\\n}\\n.ui-resizable-w {\\n\\tcursor: w-resize;\\n\\twidth: 7px;\\n\\tleft: -5px;\\n\\ttop: 0;\\n\\theight: 100%;\\n}\\n.ui-resizable-se {\\n\\tcursor: se-resize;\\n\\twidth: 12px;\\n\\theight: 12px;\\n\\tright: 1px;\\n\\tbottom: 1px;\\n}\\n.ui-resizable-sw {\\n\\tcursor: sw-resize;\\n\\twidth: 9px;\\n\\theight: 9px;\\n\\tleft: -5px;\\n\\tbottom: -5px;\\n}\\n.ui-resizable-nw {\\n\\tcursor: nw-resize;\\n\\twidth: 9px;\\n\\theight: 9px;\\n\\tleft: -5px;\\n\\ttop: -5px;\\n}\\n.ui-resizable-ne {\\n\\tcursor: ne-resize;\\n\\twidth: 9px;\\n\\theight: 9px;\\n\\tright: -5px;\\n\\ttop: -5px;\\n}\\n.ui-progressbar {\\n\\theight: 2em;\\n\\ttext-align: left;\\n\\toverflow: hidden;\\n}\\n.ui-progressbar .ui-progressbar-value {\\n\\tmargin: -1px;\\n\\theight: 100%;\\n}\\n.ui-progressbar .ui-progressbar-overlay {\\n\\tbackground: url(\\\"data:image/gif;base64,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\\\");\\n\\theight: 100%;\\n\\tfilter: alpha(opacity=25); /* support: IE8 */\\n\\topacity: 0.25;\\n}\\n.ui-progressbar-indeterminate .ui-progressbar-value {\\n\\tbackground-image: none;\\n}\\n.ui-selectable {\\n\\t-ms-touch-action: none;\\n\\ttouch-action: none;\\n}\\n.ui-selectable-helper {\\n\\tposition: absolute;\\n\\tz-index: 100;\\n\\tborder: 1px dotted black;\\n}\\n.ui-selectmenu-menu {\\n\\tpadding: 0;\\n\\tmargin: 0;\\n\\tposition: absolute;\\n\\ttop: 0;\\n\\tleft: 0;\\n\\tdisplay: none;\\n}\\n.ui-selectmenu-menu .ui-menu {\\n\\toverflow: auto;\\n\\toverflow-x: hidden;\\n\\tpadding-bottom: 1px;\\n}\\n.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {\\n\\tfont-size: 1em;\\n\\tfont-weight: bold;\\n\\tline-height: 1.5;\\n\\tpadding: 2px 0.4em;\\n\\tmargin: 0.5em 0 0 0;\\n\\theight: auto;\\n\\tborder: 0;\\n}\\n.ui-selectmenu-open {\\n\\tdisplay: block;\\n}\\n.ui-selectmenu-text {\\n\\tdisplay: block;\\n\\tmargin-right: 20px;\\n\\toverflow: hidden;\\n\\ttext-overflow: ellipsis;\\n}\\n.ui-selectmenu-button.ui-button {\\n\\ttext-align: left;\\n\\twhite-space: nowrap;\\n\\twidth: 14em;\\n}\\n.ui-selectmenu-icon.ui-icon {\\n\\tfloat: right;\\n\\tmargin-top: 0;\\n}\\n.ui-slider {\\n\\tposition: relative;\\n\\ttext-align: left;\\n}\\n.ui-slider .ui-slider-handle {\\n\\tposition: absolute;\\n\\tz-index: 2;\\n\\twidth: 1.2em;\\n\\theight: 1.2em;\\n\\tcursor: default;\\n\\t-ms-touch-action: none;\\n\\ttouch-action: none;\\n}\\n.ui-slider .ui-slider-range {\\n\\tposition: absolute;\\n\\tz-index: 1;\\n\\tfont-size: .7em;\\n\\tdisplay: block;\\n\\tborder: 0;\\n\\tbackground-position: 0 0;\\n}\\n\\n/* support: IE8 - See #6727 */\\n.ui-slider.ui-state-disabled .ui-slider-handle,\\n.ui-slider.ui-state-disabled .ui-slider-range {\\n\\tfilter: inherit;\\n}\\n\\n.ui-slider-horizontal {\\n\\theight: .8em;\\n}\\n.ui-slider-horizontal .ui-slider-handle {\\n\\ttop: -.3em;\\n\\tmargin-left: -.6em;\\n}\\n.ui-slider-horizontal .ui-slider-range {\\n\\ttop: 0;\\n\\theight: 100%;\\n}\\n.ui-slider-horizontal .ui-slider-range-min {\\n\\tleft: 0;\\n}\\n.ui-slider-horizontal .ui-slider-range-max {\\n\\tright: 0;\\n}\\n\\n.ui-slider-vertical {\\n\\twidth: .8em;\\n\\theight: 100px;\\n}\\n.ui-slider-vertical .ui-slider-handle {\\n\\tleft: -.3em;\\n\\tmargin-left: 0;\\n\\tmargin-bottom: -.6em;\\n}\\n.ui-slider-vertical .ui-slider-range {\\n\\tleft: 0;\\n\\twidth: 100%;\\n}\\n.ui-slider-vertical .ui-slider-range-min {\\n\\tbottom: 0;\\n}\\n.ui-slider-vertical .ui-slider-range-max {\\n\\ttop: 0;\\n}\\n.ui-sortable-handle {\\n\\t-ms-touch-action: none;\\n\\ttouch-action: none;\\n}\\n.ui-spinner {\\n\\tposition: relative;\\n\\tdisplay: inline-block;\\n\\toverflow: hidden;\\n\\tpadding: 0;\\n\\tvertical-align: middle;\\n}\\n.ui-spinner-input {\\n\\tborder: none;\\n\\tbackground: none;\\n\\tcolor: inherit;\\n\\tpadding: .222em 0;\\n\\tmargin: .2em 0;\\n\\tvertical-align: middle;\\n\\tmargin-left: .4em;\\n\\tmargin-right: 2em;\\n}\\n.ui-spinner-button {\\n\\twidth: 1.6em;\\n\\theight: 50%;\\n\\tfont-size: .5em;\\n\\tpadding: 0;\\n\\tmargin: 0;\\n\\ttext-align: center;\\n\\tposition: absolute;\\n\\tcursor: default;\\n\\tdisplay: block;\\n\\toverflow: hidden;\\n\\tright: 0;\\n}\\n/* more specificity required here to override default borders */\\n.ui-spinner a.ui-spinner-button {\\n\\tborder-top-style: none;\\n\\tborder-bottom-style: none;\\n\\tborder-right-style: none;\\n}\\n.ui-spinner-up {\\n\\ttop: 0;\\n}\\n.ui-spinner-down {\\n\\tbottom: 0;\\n}\\n.ui-tabs {\\n\\tposition: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as \\\"fixed\\\") */\\n\\tpadding: .2em;\\n}\\n.ui-tabs .ui-tabs-nav {\\n\\tmargin: 0;\\n\\tpadding: .2em .2em 0;\\n}\\n.ui-tabs .ui-tabs-nav li {\\n\\tlist-style: none;\\n\\tfloat: left;\\n\\tposition: relative;\\n\\ttop: 0;\\n\\tmargin: 1px .2em 0 0;\\n\\tborder-bottom-width: 0;\\n\\tpadding: 0;\\n\\twhite-space: nowrap;\\n}\\n.ui-tabs .ui-tabs-nav .ui-tabs-anchor {\\n\\tfloat: left;\\n\\tpadding: .5em 1em;\\n\\ttext-decoration: none;\\n}\\n.ui-tabs .ui-tabs-nav li.ui-tabs-active {\\n\\tmargin-bottom: -1px;\\n\\tpadding-bottom: 1px;\\n}\\n.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,\\n.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,\\n.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {\\n\\tcursor: text;\\n}\\n.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {\\n\\tcursor: pointer;\\n}\\n.ui-tabs .ui-tabs-panel {\\n\\tdisplay: block;\\n\\tborder-width: 0;\\n\\tpadding: 1em 1.4em;\\n\\tbackground: none;\\n}\\n.ui-tooltip {\\n\\tpadding: 8px;\\n\\tposition: absolute;\\n\\tz-index: 9999;\\n\\tmax-width: 300px;\\n}\\nbody .ui-tooltip {\\n\\tborder-width: 2px;\\n}\\n\\n/* Component containers\\n----------------------------------*/\\n.ui-widget {\\n\\tfont-family: Arial,Helvetica,sans-serif;\\n\\tfont-size: 1em;\\n}\\n.ui-widget .ui-widget {\\n\\tfont-size: 1em;\\n}\\n.ui-widget input,\\n.ui-widget select,\\n.ui-widget textarea,\\n.ui-widget button {\\n\\tfont-family: Arial,Helvetica,sans-serif;\\n\\tfont-size: 1em;\\n}\\n.ui-widget.ui-widget-content {\\n\\tborder: 1px solid #c5c5c5;\\n}\\n.ui-widget-content {\\n\\tborder: 1px solid #dddddd;\\n\\tbackground: #ffffff;\\n\\tcolor: #333333;\\n}\\n.ui-widget-content a {\\n\\tcolor: #333333;\\n}\\n.ui-widget-header {\\n\\tborder: 1px solid #dddddd;\\n\\tbackground: #e9e9e9;\\n\\tcolor: #333333;\\n\\tfont-weight: bold;\\n}\\n.ui-widget-header a {\\n\\tcolor: #333333;\\n}\\n\\n/* Interaction states\\n----------------------------------*/\\n.ui-state-default,\\n.ui-widget-content .ui-state-default,\\n.ui-widget-header .ui-state-default,\\n.ui-button,\\n\\n/* We use html here because we need a greater specificity to make sure disabled\\nworks properly when clicked or hovered */\\nhtml .ui-button.ui-state-disabled:hover,\\nhtml .ui-button.ui-state-disabled:active {\\n\\tborder: 1px solid #c5c5c5;\\n\\tbackground: #f6f6f6;\\n\\tfont-weight: normal;\\n\\tcolor: #454545;\\n}\\n.ui-state-default a,\\n.ui-state-default a:link,\\n.ui-state-default a:visited,\\na.ui-button,\\na:link.ui-button,\\na:visited.ui-button,\\n.ui-button {\\n\\tcolor: #454545;\\n\\ttext-decoration: none;\\n}\\n.ui-state-hover,\\n.ui-widget-content .ui-state-hover,\\n.ui-widget-header .ui-state-hover,\\n.ui-state-focus,\\n.ui-widget-content .ui-state-focus,\\n.ui-widget-header .ui-state-focus,\\n.ui-button:hover,\\n.ui-button:focus {\\n\\tborder: 1px solid #cccccc;\\n\\tbackground: #ededed;\\n\\tfont-weight: normal;\\n\\tcolor: #2b2b2b;\\n}\\n.ui-state-hover a,\\n.ui-state-hover a:hover,\\n.ui-state-hover a:link,\\n.ui-state-hover a:visited,\\n.ui-state-focus a,\\n.ui-state-focus a:hover,\\n.ui-state-focus a:link,\\n.ui-state-focus a:visited,\\na.ui-button:hover,\\na.ui-button:focus {\\n\\tcolor: #2b2b2b;\\n\\ttext-decoration: none;\\n}\\n\\n.ui-visual-focus {\\n\\tbox-shadow: 0 0 3px 1px rgb(94, 158, 214);\\n}\\n.ui-state-active,\\n.ui-widget-content .ui-state-active,\\n.ui-widget-header .ui-state-active,\\na.ui-button:active,\\n.ui-button:active,\\n.ui-button.ui-state-active:hover {\\n\\tborder: 1px solid #003eff;\\n\\tbackground: #007fff;\\n\\tfont-weight: normal;\\n\\tcolor: #ffffff;\\n}\\n.ui-icon-background,\\n.ui-state-active .ui-icon-background {\\n\\tborder: #003eff;\\n\\tbackground-color: #ffffff;\\n}\\n.ui-state-active a,\\n.ui-state-active a:link,\\n.ui-state-active a:visited {\\n\\tcolor: #ffffff;\\n\\ttext-decoration: none;\\n}\\n\\n/* Interaction Cues\\n----------------------------------*/\\n.ui-state-highlight,\\n.ui-widget-content .ui-state-highlight,\\n.ui-widget-header .ui-state-highlight {\\n\\tborder: 1px solid #dad55e;\\n\\tbackground: #fffa90;\\n\\tcolor: #777620;\\n}\\n.ui-state-checked {\\n\\tborder: 1px solid #dad55e;\\n\\tbackground: #fffa90;\\n}\\n.ui-state-highlight a,\\n.ui-widget-content .ui-state-highlight a,\\n.ui-widget-header .ui-state-highlight a {\\n\\tcolor: #777620;\\n}\\n.ui-state-error,\\n.ui-widget-content .ui-state-error,\\n.ui-widget-header .ui-state-error {\\n\\tborder: 1px solid #f1a899;\\n\\tbackground: #fddfdf;\\n\\tcolor: #5f3f3f;\\n}\\n.ui-state-error a,\\n.ui-widget-content .ui-state-error a,\\n.ui-widget-header .ui-state-error a {\\n\\tcolor: #5f3f3f;\\n}\\n.ui-state-error-text,\\n.ui-widget-content .ui-state-error-text,\\n.ui-widget-header .ui-state-error-text {\\n\\tcolor: #5f3f3f;\\n}\\n.ui-priority-primary,\\n.ui-widget-content .ui-priority-primary,\\n.ui-widget-header .ui-priority-primary {\\n\\tfont-weight: bold;\\n}\\n.ui-priority-secondary,\\n.ui-widget-content .ui-priority-secondary,\\n.ui-widget-header .ui-priority-secondary {\\n\\topacity: .7;\\n\\tfilter:Alpha(Opacity=70); /* support: IE8 */\\n\\tfont-weight: normal;\\n}\\n.ui-state-disabled,\\n.ui-widget-content .ui-state-disabled,\\n.ui-widget-header .ui-state-disabled {\\n\\topacity: .35;\\n\\tfilter:Alpha(Opacity=35); /* support: IE8 */\\n\\tbackground-image: none;\\n}\\n.ui-state-disabled .ui-icon {\\n\\tfilter:Alpha(Opacity=35); /* support: IE8 - See #6059 */\\n}\\n\\n/* Icons\\n----------------------------------*/\\n\\n/* states and images */\\n.ui-icon {\\n\\twidth: 16px;\\n\\theight: 16px;\\n}\\n.ui-icon,\\n.ui-widget-content .ui-icon {\\n\\tbackground-image: url(\" + ___CSS_LOADER_URL_REPLACEMENT_0___ + \");\\n}\\n.ui-widget-header .ui-icon {\\n\\tbackground-image: url(\" + ___CSS_LOADER_URL_REPLACEMENT_0___ + \");\\n}\\n.ui-state-hover .ui-icon,\\n.ui-state-focus .ui-icon,\\n.ui-button:hover .ui-icon,\\n.ui-button:focus .ui-icon {\\n\\tbackground-image: url(\" + ___CSS_LOADER_URL_REPLACEMENT_1___ + \");\\n}\\n.ui-state-active .ui-icon,\\n.ui-button:active .ui-icon {\\n\\tbackground-image: url(\" + ___CSS_LOADER_URL_REPLACEMENT_2___ + \");\\n}\\n.ui-state-highlight .ui-icon,\\n.ui-button .ui-state-highlight.ui-icon {\\n\\tbackground-image: url(\" + ___CSS_LOADER_URL_REPLACEMENT_3___ + \");\\n}\\n.ui-state-error .ui-icon,\\n.ui-state-error-text .ui-icon {\\n\\tbackground-image: url(\" + ___CSS_LOADER_URL_REPLACEMENT_4___ + \");\\n}\\n.ui-button .ui-icon {\\n\\tbackground-image: url(\" + ___CSS_LOADER_URL_REPLACEMENT_5___ + \");\\n}\\n\\n/* positioning */\\n.ui-icon-blank { background-position: 16px 16px; }\\n.ui-icon-caret-1-n { background-position: 0 0; }\\n.ui-icon-caret-1-ne { background-position: -16px 0; }\\n.ui-icon-caret-1-e { background-position: -32px 0; }\\n.ui-icon-caret-1-se { background-position: -48px 0; }\\n.ui-icon-caret-1-s { background-position: -65px 0; }\\n.ui-icon-caret-1-sw { background-position: -80px 0; }\\n.ui-icon-caret-1-w { background-position: -96px 0; }\\n.ui-icon-caret-1-nw { background-position: -112px 0; }\\n.ui-icon-caret-2-n-s { background-position: -128px 0; }\\n.ui-icon-caret-2-e-w { background-position: -144px 0; }\\n.ui-icon-triangle-1-n { background-position: 0 -16px; }\\n.ui-icon-triangle-1-ne { background-position: -16px -16px; }\\n.ui-icon-triangle-1-e { background-position: -32px -16px; }\\n.ui-icon-triangle-1-se { background-position: -48px -16px; }\\n.ui-icon-triangle-1-s { background-position: -65px -16px; }\\n.ui-icon-triangle-1-sw { background-position: -80px -16px; }\\n.ui-icon-triangle-1-w { background-position: -96px -16px; }\\n.ui-icon-triangle-1-nw { background-position: -112px -16px; }\\n.ui-icon-triangle-2-n-s { background-position: -128px -16px; }\\n.ui-icon-triangle-2-e-w { background-position: -144px -16px; }\\n.ui-icon-arrow-1-n { background-position: 0 -32px; }\\n.ui-icon-arrow-1-ne { background-position: -16px -32px; }\\n.ui-icon-arrow-1-e { background-position: -32px -32px; }\\n.ui-icon-arrow-1-se { background-position: -48px -32px; }\\n.ui-icon-arrow-1-s { background-position: -65px -32px; }\\n.ui-icon-arrow-1-sw { background-position: -80px -32px; }\\n.ui-icon-arrow-1-w { background-position: -96px -32px; }\\n.ui-icon-arrow-1-nw { background-position: -112px -32px; }\\n.ui-icon-arrow-2-n-s { background-position: -128px -32px; }\\n.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }\\n.ui-icon-arrow-2-e-w { background-position: -160px -32px; }\\n.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }\\n.ui-icon-arrowstop-1-n { background-position: -192px -32px; }\\n.ui-icon-arrowstop-1-e { background-position: -208px -32px; }\\n.ui-icon-arrowstop-1-s { background-position: -224px -32px; }\\n.ui-icon-arrowstop-1-w { background-position: -240px -32px; }\\n.ui-icon-arrowthick-1-n { background-position: 1px -48px; }\\n.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }\\n.ui-icon-arrowthick-1-e { background-position: -32px -48px; }\\n.ui-icon-arrowthick-1-se { background-position: -48px -48px; }\\n.ui-icon-arrowthick-1-s { background-position: -64px -48px; }\\n.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }\\n.ui-icon-arrowthick-1-w { background-position: -96px -48px; }\\n.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }\\n.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }\\n.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }\\n.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }\\n.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }\\n.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }\\n.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }\\n.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }\\n.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }\\n.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }\\n.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }\\n.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }\\n.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }\\n.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }\\n.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }\\n.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }\\n.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }\\n.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }\\n.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }\\n.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }\\n.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }\\n.ui-icon-arrow-4 { background-position: 0 -80px; }\\n.ui-icon-arrow-4-diag { background-position: -16px -80px; }\\n.ui-icon-extlink { background-position: -32px -80px; }\\n.ui-icon-newwin { background-position: -48px -80px; }\\n.ui-icon-refresh { background-position: -64px -80px; }\\n.ui-icon-shuffle { background-position: -80px -80px; }\\n.ui-icon-transfer-e-w { background-position: -96px -80px; }\\n.ui-icon-transferthick-e-w { background-position: -112px -80px; }\\n.ui-icon-folder-collapsed { background-position: 0 -96px; }\\n.ui-icon-folder-open { background-position: -16px -96px; }\\n.ui-icon-document { background-position: -32px -96px; }\\n.ui-icon-document-b { background-position: -48px -96px; }\\n.ui-icon-note { background-position: -64px -96px; }\\n.ui-icon-mail-closed { background-position: -80px -96px; }\\n.ui-icon-mail-open { background-position: -96px -96px; }\\n.ui-icon-suitcase { background-position: -112px -96px; }\\n.ui-icon-comment { background-position: -128px -96px; }\\n.ui-icon-person { background-position: -144px -96px; }\\n.ui-icon-print { background-position: -160px -96px; }\\n.ui-icon-trash { background-position: -176px -96px; }\\n.ui-icon-locked { background-position: -192px -96px; }\\n.ui-icon-unlocked { background-position: -208px -96px; }\\n.ui-icon-bookmark { background-position: -224px -96px; }\\n.ui-icon-tag { background-position: -240px -96px; }\\n.ui-icon-home { background-position: 0 -112px; }\\n.ui-icon-flag { background-position: -16px -112px; }\\n.ui-icon-calendar { background-position: -32px -112px; }\\n.ui-icon-cart { background-position: -48px -112px; }\\n.ui-icon-pencil { background-position: -64px -112px; }\\n.ui-icon-clock { background-position: -80px -112px; }\\n.ui-icon-disk { background-position: -96px -112px; }\\n.ui-icon-calculator { background-position: -112px -112px; }\\n.ui-icon-zoomin { background-position: -128px -112px; }\\n.ui-icon-zoomout { background-position: -144px -112px; }\\n.ui-icon-search { background-position: -160px -112px; }\\n.ui-icon-wrench { background-position: -176px -112px; }\\n.ui-icon-gear { background-position: -192px -112px; }\\n.ui-icon-heart { background-position: -208px -112px; }\\n.ui-icon-star { background-position: -224px -112px; }\\n.ui-icon-link { background-position: -240px -112px; }\\n.ui-icon-cancel { background-position: 0 -128px; }\\n.ui-icon-plus { background-position: -16px -128px; }\\n.ui-icon-plusthick { background-position: -32px -128px; }\\n.ui-icon-minus { background-position: -48px -128px; }\\n.ui-icon-minusthick { background-position: -64px -128px; }\\n.ui-icon-close { background-position: -80px -128px; }\\n.ui-icon-closethick { background-position: -96px -128px; }\\n.ui-icon-key { background-position: -112px -128px; }\\n.ui-icon-lightbulb { background-position: -128px -128px; }\\n.ui-icon-scissors { background-position: -144px -128px; }\\n.ui-icon-clipboard { background-position: -160px -128px; }\\n.ui-icon-copy { background-position: -176px -128px; }\\n.ui-icon-contact { background-position: -192px -128px; }\\n.ui-icon-image { background-position: -208px -128px; }\\n.ui-icon-video { background-position: -224px -128px; }\\n.ui-icon-script { background-position: -240px -128px; }\\n.ui-icon-alert { background-position: 0 -144px; }\\n.ui-icon-info { background-position: -16px -144px; }\\n.ui-icon-notice { background-position: -32px -144px; }\\n.ui-icon-help { background-position: -48px -144px; }\\n.ui-icon-check { background-position: -64px -144px; }\\n.ui-icon-bullet { background-position: -80px -144px; }\\n.ui-icon-radio-on { background-position: -96px -144px; }\\n.ui-icon-radio-off { background-position: -112px -144px; }\\n.ui-icon-pin-w { background-position: -128px -144px; }\\n.ui-icon-pin-s { background-position: -144px -144px; }\\n.ui-icon-play { background-position: 0 -160px; }\\n.ui-icon-pause { background-position: -16px -160px; }\\n.ui-icon-seek-next { background-position: -32px -160px; }\\n.ui-icon-seek-prev { background-position: -48px -160px; }\\n.ui-icon-seek-end { background-position: -64px -160px; }\\n.ui-icon-seek-start { background-position: -80px -160px; }\\n/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */\\n.ui-icon-seek-first { background-position: -80px -160px; }\\n.ui-icon-stop { background-position: -96px -160px; }\\n.ui-icon-eject { background-position: -112px -160px; }\\n.ui-icon-volume-off { background-position: -128px -160px; }\\n.ui-icon-volume-on { background-position: -144px -160px; }\\n.ui-icon-power { background-position: 0 -176px; }\\n.ui-icon-signal-diag { background-position: -16px -176px; }\\n.ui-icon-signal { background-position: -32px -176px; }\\n.ui-icon-battery-0 { background-position: -48px -176px; }\\n.ui-icon-battery-1 { background-position: -64px -176px; }\\n.ui-icon-battery-2 { background-position: -80px -176px; }\\n.ui-icon-battery-3 { background-position: -96px -176px; }\\n.ui-icon-circle-plus { background-position: 0 -192px; }\\n.ui-icon-circle-minus { background-position: -16px -192px; }\\n.ui-icon-circle-close { background-position: -32px -192px; }\\n.ui-icon-circle-triangle-e { background-position: -48px -192px; }\\n.ui-icon-circle-triangle-s { background-position: -64px -192px; }\\n.ui-icon-circle-triangle-w { background-position: -80px -192px; }\\n.ui-icon-circle-triangle-n { background-position: -96px -192px; }\\n.ui-icon-circle-arrow-e { background-position: -112px -192px; }\\n.ui-icon-circle-arrow-s { background-position: -128px -192px; }\\n.ui-icon-circle-arrow-w { background-position: -144px -192px; }\\n.ui-icon-circle-arrow-n { background-position: -160px -192px; }\\n.ui-icon-circle-zoomin { background-position: -176px -192px; }\\n.ui-icon-circle-zoomout { background-position: -192px -192px; }\\n.ui-icon-circle-check { background-position: -208px -192px; }\\n.ui-icon-circlesmall-plus { background-position: 0 -208px; }\\n.ui-icon-circlesmall-minus { background-position: -16px -208px; }\\n.ui-icon-circlesmall-close { background-position: -32px -208px; }\\n.ui-icon-squaresmall-plus { background-position: -48px -208px; }\\n.ui-icon-squaresmall-minus { background-position: -64px -208px; }\\n.ui-icon-squaresmall-close { background-position: -80px -208px; }\\n.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }\\n.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }\\n.ui-icon-grip-solid-vertical { background-position: -32px -224px; }\\n.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }\\n.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }\\n.ui-icon-grip-diagonal-se { background-position: -80px -224px; }\\n\\n\\n/* Misc visuals\\n----------------------------------*/\\n\\n/* Corner radius */\\n.ui-corner-all,\\n.ui-corner-top,\\n.ui-corner-left,\\n.ui-corner-tl {\\n\\tborder-top-left-radius: 3px;\\n}\\n.ui-corner-all,\\n.ui-corner-top,\\n.ui-corner-right,\\n.ui-corner-tr {\\n\\tborder-top-right-radius: 3px;\\n}\\n.ui-corner-all,\\n.ui-corner-bottom,\\n.ui-corner-left,\\n.ui-corner-bl {\\n\\tborder-bottom-left-radius: 3px;\\n}\\n.ui-corner-all,\\n.ui-corner-bottom,\\n.ui-corner-right,\\n.ui-corner-br {\\n\\tborder-bottom-right-radius: 3px;\\n}\\n\\n/* Overlays */\\n.ui-widget-overlay {\\n\\tbackground: #aaaaaa;\\n\\topacity: .003;\\n\\tfilter: Alpha(Opacity=.3); /* support: IE8 */\\n}\\n.ui-widget-shadow {\\n\\t-webkit-box-shadow: 0px 0px 5px #666666;\\n\\tbox-shadow: 0px 0px 5px #666666;\\n}\\n\", \"\"]);\n// Exports\nmodule.exports = exports;\n","// style-loader: Adds some css to the DOM by adding a <style> tag\n\n// load the styles\nvar content = require(\"!!../css-loader/dist/cjs.js!./jquery-ui.theme.css\");\nif(typeof content === 'string') content = [[module.id, content, '']];\nif(content.locals) module.exports = content.locals;\n// add the styles to the DOM\nvar add = require(\"!../vue-style-loader/lib/addStylesClient.js\").default\nvar update = add(\"4700b2d2\", content, true, {});","// Imports\nvar ___CSS_LOADER_API_IMPORT___ = require(\"../css-loader/dist/runtime/api.js\");\nvar ___CSS_LOADER_GET_URL_IMPORT___ = require(\"../css-loader/dist/runtime/getUrl.js\");\nvar ___CSS_LOADER_URL_IMPORT_0___ = require(\"./images/ui-icons_444444_256x240.png\");\nvar ___CSS_LOADER_URL_IMPORT_1___ = require(\"./images/ui-icons_555555_256x240.png\");\nvar ___CSS_LOADER_URL_IMPORT_2___ = require(\"./images/ui-icons_ffffff_256x240.png\");\nvar ___CSS_LOADER_URL_IMPORT_3___ = require(\"./images/ui-icons_777620_256x240.png\");\nvar ___CSS_LOADER_URL_IMPORT_4___ = require(\"./images/ui-icons_cc0000_256x240.png\");\nvar ___CSS_LOADER_URL_IMPORT_5___ = require(\"./images/ui-icons_777777_256x240.png\");\nexports = ___CSS_LOADER_API_IMPORT___(false);\nvar ___CSS_LOADER_URL_REPLACEMENT_0___ = ___CSS_LOADER_GET_URL_IMPORT___(___CSS_LOADER_URL_IMPORT_0___);\nvar ___CSS_LOADER_URL_REPLACEMENT_1___ = ___CSS_LOADER_GET_URL_IMPORT___(___CSS_LOADER_URL_IMPORT_1___);\nvar ___CSS_LOADER_URL_REPLACEMENT_2___ = ___CSS_LOADER_GET_URL_IMPORT___(___CSS_LOADER_URL_IMPORT_2___);\nvar ___CSS_LOADER_URL_REPLACEMENT_3___ = ___CSS_LOADER_GET_URL_IMPORT___(___CSS_LOADER_URL_IMPORT_3___);\nvar ___CSS_LOADER_URL_REPLACEMENT_4___ = ___CSS_LOADER_GET_URL_IMPORT___(___CSS_LOADER_URL_IMPORT_4___);\nvar ___CSS_LOADER_URL_REPLACEMENT_5___ = ___CSS_LOADER_GET_URL_IMPORT___(___CSS_LOADER_URL_IMPORT_5___);\n// Module\nexports.push([module.id, \"/*!\\n * jQuery UI CSS Framework 1.12.1\\n * http://jqueryui.com\\n *\\n * Copyright jQuery Foundation and other contributors\\n * Released under the MIT license.\\n * http://jquery.org/license\\n *\\n * http://api.jqueryui.com/category/theming/\\n *\\n * To view and modify this theme, visit http://jqueryui.com/themeroller/?bgShadowXPos=&bgOverlayXPos=&bgErrorXPos=&bgHighlightXPos=&bgContentXPos=&bgHeaderXPos=&bgActiveXPos=&bgHoverXPos=&bgDefaultXPos=&bgShadowYPos=&bgOverlayYPos=&bgErrorYPos=&bgHighlightYPos=&bgContentYPos=&bgHeaderYPos=&bgActiveYPos=&bgHoverYPos=&bgDefaultYPos=&bgShadowRepeat=&bgOverlayRepeat=&bgErrorRepeat=&bgHighlightRepeat=&bgContentRepeat=&bgHeaderRepeat=&bgActiveRepeat=&bgHoverRepeat=&bgDefaultRepeat=&iconsHover=url(%22images%2Fui-icons_555555_256x240.png%22)&iconsHighlight=url(%22images%2Fui-icons_777620_256x240.png%22)&iconsHeader=url(%22images%2Fui-icons_444444_256x240.png%22)&iconsError=url(%22images%2Fui-icons_cc0000_256x240.png%22)&iconsDefault=url(%22images%2Fui-icons_777777_256x240.png%22)&iconsContent=url(%22images%2Fui-icons_444444_256x240.png%22)&iconsActive=url(%22images%2Fui-icons_ffffff_256x240.png%22)&bgImgUrlShadow=&bgImgUrlOverlay=&bgImgUrlHover=&bgImgUrlHighlight=&bgImgUrlHeader=&bgImgUrlError=&bgImgUrlDefault=&bgImgUrlContent=&bgImgUrlActive=&opacityFilterShadow=Alpha(Opacity%3D30)&opacityFilterOverlay=Alpha(Opacity%3D30)&opacityShadowPerc=30&opacityOverlayPerc=30&iconColorHover=%23555555&iconColorHighlight=%23777620&iconColorHeader=%23444444&iconColorError=%23cc0000&iconColorDefault=%23777777&iconColorContent=%23444444&iconColorActive=%23ffffff&bgImgOpacityShadow=0&bgImgOpacityOverlay=0&bgImgOpacityError=95&bgImgOpacityHighlight=55&bgImgOpacityContent=75&bgImgOpacityHeader=75&bgImgOpacityActive=65&bgImgOpacityHover=75&bgImgOpacityDefault=75&bgTextureShadow=flat&bgTextureOverlay=flat&bgTextureError=flat&bgTextureHighlight=flat&bgTextureContent=flat&bgTextureHeader=flat&bgTextureActive=flat&bgTextureHover=flat&bgTextureDefault=flat&cornerRadius=3px&fwDefault=normal&ffDefault=Arial%2CHelvetica%2Csans-serif&fsDefault=1em&cornerRadiusShadow=8px&thicknessShadow=5px&offsetLeftShadow=0px&offsetTopShadow=0px&opacityShadow=.3&bgColorShadow=%23666666&opacityOverlay=.3&bgColorOverlay=%23aaaaaa&fcError=%235f3f3f&borderColorError=%23f1a899&bgColorError=%23fddfdf&fcHighlight=%23777620&borderColorHighlight=%23dad55e&bgColorHighlight=%23fffa90&fcContent=%23333333&borderColorContent=%23dddddd&bgColorContent=%23ffffff&fcHeader=%23333333&borderColorHeader=%23dddddd&bgColorHeader=%23e9e9e9&fcActive=%23ffffff&borderColorActive=%23003eff&bgColorActive=%23007fff&fcHover=%232b2b2b&borderColorHover=%23cccccc&bgColorHover=%23ededed&fcDefault=%23454545&borderColorDefault=%23c5c5c5&bgColorDefault=%23f6f6f6\\n */\\n\\n\\n/* Component containers\\n----------------------------------*/\\n.ui-widget {\\n\\tfont-family: Arial,Helvetica,sans-serif;\\n\\tfont-size: 1em;\\n}\\n.ui-widget .ui-widget {\\n\\tfont-size: 1em;\\n}\\n.ui-widget input,\\n.ui-widget select,\\n.ui-widget textarea,\\n.ui-widget button {\\n\\tfont-family: Arial,Helvetica,sans-serif;\\n\\tfont-size: 1em;\\n}\\n.ui-widget.ui-widget-content {\\n\\tborder: 1px solid #c5c5c5;\\n}\\n.ui-widget-content {\\n\\tborder: 1px solid #dddddd;\\n\\tbackground: #ffffff;\\n\\tcolor: #333333;\\n}\\n.ui-widget-content a {\\n\\tcolor: #333333;\\n}\\n.ui-widget-header {\\n\\tborder: 1px solid #dddddd;\\n\\tbackground: #e9e9e9;\\n\\tcolor: #333333;\\n\\tfont-weight: bold;\\n}\\n.ui-widget-header a {\\n\\tcolor: #333333;\\n}\\n\\n/* Interaction states\\n----------------------------------*/\\n.ui-state-default,\\n.ui-widget-content .ui-state-default,\\n.ui-widget-header .ui-state-default,\\n.ui-button,\\n\\n/* We use html here because we need a greater specificity to make sure disabled\\nworks properly when clicked or hovered */\\nhtml .ui-button.ui-state-disabled:hover,\\nhtml .ui-button.ui-state-disabled:active {\\n\\tborder: 1px solid #c5c5c5;\\n\\tbackground: #f6f6f6;\\n\\tfont-weight: normal;\\n\\tcolor: #454545;\\n}\\n.ui-state-default a,\\n.ui-state-default a:link,\\n.ui-state-default a:visited,\\na.ui-button,\\na:link.ui-button,\\na:visited.ui-button,\\n.ui-button {\\n\\tcolor: #454545;\\n\\ttext-decoration: none;\\n}\\n.ui-state-hover,\\n.ui-widget-content .ui-state-hover,\\n.ui-widget-header .ui-state-hover,\\n.ui-state-focus,\\n.ui-widget-content .ui-state-focus,\\n.ui-widget-header .ui-state-focus,\\n.ui-button:hover,\\n.ui-button:focus {\\n\\tborder: 1px solid #cccccc;\\n\\tbackground: #ededed;\\n\\tfont-weight: normal;\\n\\tcolor: #2b2b2b;\\n}\\n.ui-state-hover a,\\n.ui-state-hover a:hover,\\n.ui-state-hover a:link,\\n.ui-state-hover a:visited,\\n.ui-state-focus a,\\n.ui-state-focus a:hover,\\n.ui-state-focus a:link,\\n.ui-state-focus a:visited,\\na.ui-button:hover,\\na.ui-button:focus {\\n\\tcolor: #2b2b2b;\\n\\ttext-decoration: none;\\n}\\n\\n.ui-visual-focus {\\n\\tbox-shadow: 0 0 3px 1px rgb(94, 158, 214);\\n}\\n.ui-state-active,\\n.ui-widget-content .ui-state-active,\\n.ui-widget-header .ui-state-active,\\na.ui-button:active,\\n.ui-button:active,\\n.ui-button.ui-state-active:hover {\\n\\tborder: 1px solid #003eff;\\n\\tbackground: #007fff;\\n\\tfont-weight: normal;\\n\\tcolor: #ffffff;\\n}\\n.ui-icon-background,\\n.ui-state-active .ui-icon-background {\\n\\tborder: #003eff;\\n\\tbackground-color: #ffffff;\\n}\\n.ui-state-active a,\\n.ui-state-active a:link,\\n.ui-state-active a:visited {\\n\\tcolor: #ffffff;\\n\\ttext-decoration: none;\\n}\\n\\n/* Interaction Cues\\n----------------------------------*/\\n.ui-state-highlight,\\n.ui-widget-content .ui-state-highlight,\\n.ui-widget-header .ui-state-highlight {\\n\\tborder: 1px solid #dad55e;\\n\\tbackground: #fffa90;\\n\\tcolor: #777620;\\n}\\n.ui-state-checked {\\n\\tborder: 1px solid #dad55e;\\n\\tbackground: #fffa90;\\n}\\n.ui-state-highlight a,\\n.ui-widget-content .ui-state-highlight a,\\n.ui-widget-header .ui-state-highlight a {\\n\\tcolor: #777620;\\n}\\n.ui-state-error,\\n.ui-widget-content .ui-state-error,\\n.ui-widget-header .ui-state-error {\\n\\tborder: 1px solid #f1a899;\\n\\tbackground: #fddfdf;\\n\\tcolor: #5f3f3f;\\n}\\n.ui-state-error a,\\n.ui-widget-content .ui-state-error a,\\n.ui-widget-header .ui-state-error a {\\n\\tcolor: #5f3f3f;\\n}\\n.ui-state-error-text,\\n.ui-widget-content .ui-state-error-text,\\n.ui-widget-header .ui-state-error-text {\\n\\tcolor: #5f3f3f;\\n}\\n.ui-priority-primary,\\n.ui-widget-content .ui-priority-primary,\\n.ui-widget-header .ui-priority-primary {\\n\\tfont-weight: bold;\\n}\\n.ui-priority-secondary,\\n.ui-widget-content .ui-priority-secondary,\\n.ui-widget-header .ui-priority-secondary {\\n\\topacity: .7;\\n\\tfilter:Alpha(Opacity=70); /* support: IE8 */\\n\\tfont-weight: normal;\\n}\\n.ui-state-disabled,\\n.ui-widget-content .ui-state-disabled,\\n.ui-widget-header .ui-state-disabled {\\n\\topacity: .35;\\n\\tfilter:Alpha(Opacity=35); /* support: IE8 */\\n\\tbackground-image: none;\\n}\\n.ui-state-disabled .ui-icon {\\n\\tfilter:Alpha(Opacity=35); /* support: IE8 - See #6059 */\\n}\\n\\n/* Icons\\n----------------------------------*/\\n\\n/* states and images */\\n.ui-icon {\\n\\twidth: 16px;\\n\\theight: 16px;\\n}\\n.ui-icon,\\n.ui-widget-content .ui-icon {\\n\\tbackground-image: url(\" + ___CSS_LOADER_URL_REPLACEMENT_0___ + \");\\n}\\n.ui-widget-header .ui-icon {\\n\\tbackground-image: url(\" + ___CSS_LOADER_URL_REPLACEMENT_0___ + \");\\n}\\n.ui-state-hover .ui-icon,\\n.ui-state-focus .ui-icon,\\n.ui-button:hover .ui-icon,\\n.ui-button:focus .ui-icon {\\n\\tbackground-image: url(\" + ___CSS_LOADER_URL_REPLACEMENT_1___ + \");\\n}\\n.ui-state-active .ui-icon,\\n.ui-button:active .ui-icon {\\n\\tbackground-image: url(\" + ___CSS_LOADER_URL_REPLACEMENT_2___ + \");\\n}\\n.ui-state-highlight .ui-icon,\\n.ui-button .ui-state-highlight.ui-icon {\\n\\tbackground-image: url(\" + ___CSS_LOADER_URL_REPLACEMENT_3___ + \");\\n}\\n.ui-state-error .ui-icon,\\n.ui-state-error-text .ui-icon {\\n\\tbackground-image: url(\" + ___CSS_LOADER_URL_REPLACEMENT_4___ + \");\\n}\\n.ui-button .ui-icon {\\n\\tbackground-image: url(\" + ___CSS_LOADER_URL_REPLACEMENT_5___ + \");\\n}\\n\\n/* positioning */\\n.ui-icon-blank { background-position: 16px 16px; }\\n.ui-icon-caret-1-n { background-position: 0 0; }\\n.ui-icon-caret-1-ne { background-position: -16px 0; }\\n.ui-icon-caret-1-e { background-position: -32px 0; }\\n.ui-icon-caret-1-se { background-position: -48px 0; }\\n.ui-icon-caret-1-s { background-position: -65px 0; }\\n.ui-icon-caret-1-sw { background-position: -80px 0; }\\n.ui-icon-caret-1-w { background-position: -96px 0; }\\n.ui-icon-caret-1-nw { background-position: -112px 0; }\\n.ui-icon-caret-2-n-s { background-position: -128px 0; }\\n.ui-icon-caret-2-e-w { background-position: -144px 0; }\\n.ui-icon-triangle-1-n { background-position: 0 -16px; }\\n.ui-icon-triangle-1-ne { background-position: -16px -16px; }\\n.ui-icon-triangle-1-e { background-position: -32px -16px; }\\n.ui-icon-triangle-1-se { background-position: -48px -16px; }\\n.ui-icon-triangle-1-s { background-position: -65px -16px; }\\n.ui-icon-triangle-1-sw { background-position: -80px -16px; }\\n.ui-icon-triangle-1-w { background-position: -96px -16px; }\\n.ui-icon-triangle-1-nw { background-position: -112px -16px; }\\n.ui-icon-triangle-2-n-s { background-position: -128px -16px; }\\n.ui-icon-triangle-2-e-w { background-position: -144px -16px; }\\n.ui-icon-arrow-1-n { background-position: 0 -32px; }\\n.ui-icon-arrow-1-ne { background-position: -16px -32px; }\\n.ui-icon-arrow-1-e { background-position: -32px -32px; }\\n.ui-icon-arrow-1-se { background-position: -48px -32px; }\\n.ui-icon-arrow-1-s { background-position: -65px -32px; }\\n.ui-icon-arrow-1-sw { background-position: -80px -32px; }\\n.ui-icon-arrow-1-w { background-position: -96px -32px; }\\n.ui-icon-arrow-1-nw { background-position: -112px -32px; }\\n.ui-icon-arrow-2-n-s { background-position: -128px -32px; }\\n.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }\\n.ui-icon-arrow-2-e-w { background-position: -160px -32px; }\\n.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }\\n.ui-icon-arrowstop-1-n { background-position: -192px -32px; }\\n.ui-icon-arrowstop-1-e { background-position: -208px -32px; }\\n.ui-icon-arrowstop-1-s { background-position: -224px -32px; }\\n.ui-icon-arrowstop-1-w { background-position: -240px -32px; }\\n.ui-icon-arrowthick-1-n { background-position: 1px -48px; }\\n.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }\\n.ui-icon-arrowthick-1-e { background-position: -32px -48px; }\\n.ui-icon-arrowthick-1-se { background-position: -48px -48px; }\\n.ui-icon-arrowthick-1-s { background-position: -64px -48px; }\\n.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }\\n.ui-icon-arrowthick-1-w { background-position: -96px -48px; }\\n.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }\\n.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }\\n.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }\\n.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }\\n.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }\\n.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }\\n.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }\\n.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }\\n.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }\\n.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }\\n.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }\\n.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }\\n.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }\\n.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }\\n.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }\\n.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }\\n.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }\\n.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }\\n.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }\\n.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }\\n.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }\\n.ui-icon-arrow-4 { background-position: 0 -80px; }\\n.ui-icon-arrow-4-diag { background-position: -16px -80px; }\\n.ui-icon-extlink { background-position: -32px -80px; }\\n.ui-icon-newwin { background-position: -48px -80px; }\\n.ui-icon-refresh { background-position: -64px -80px; }\\n.ui-icon-shuffle { background-position: -80px -80px; }\\n.ui-icon-transfer-e-w { background-position: -96px -80px; }\\n.ui-icon-transferthick-e-w { background-position: -112px -80px; }\\n.ui-icon-folder-collapsed { background-position: 0 -96px; }\\n.ui-icon-folder-open { background-position: -16px -96px; }\\n.ui-icon-document { background-position: -32px -96px; }\\n.ui-icon-document-b { background-position: -48px -96px; }\\n.ui-icon-note { background-position: -64px -96px; }\\n.ui-icon-mail-closed { background-position: -80px -96px; }\\n.ui-icon-mail-open { background-position: -96px -96px; }\\n.ui-icon-suitcase { background-position: -112px -96px; }\\n.ui-icon-comment { background-position: -128px -96px; }\\n.ui-icon-person { background-position: -144px -96px; }\\n.ui-icon-print { background-position: -160px -96px; }\\n.ui-icon-trash { background-position: -176px -96px; }\\n.ui-icon-locked { background-position: -192px -96px; }\\n.ui-icon-unlocked { background-position: -208px -96px; }\\n.ui-icon-bookmark { background-position: -224px -96px; }\\n.ui-icon-tag { background-position: -240px -96px; }\\n.ui-icon-home { background-position: 0 -112px; }\\n.ui-icon-flag { background-position: -16px -112px; }\\n.ui-icon-calendar { background-position: -32px -112px; }\\n.ui-icon-cart { background-position: -48px -112px; }\\n.ui-icon-pencil { background-position: -64px -112px; }\\n.ui-icon-clock { background-position: -80px -112px; }\\n.ui-icon-disk { background-position: -96px -112px; }\\n.ui-icon-calculator { background-position: -112px -112px; }\\n.ui-icon-zoomin { background-position: -128px -112px; }\\n.ui-icon-zoomout { background-position: -144px -112px; }\\n.ui-icon-search { background-position: -160px -112px; }\\n.ui-icon-wrench { background-position: -176px -112px; }\\n.ui-icon-gear { background-position: -192px -112px; }\\n.ui-icon-heart { background-position: -208px -112px; }\\n.ui-icon-star { background-position: -224px -112px; }\\n.ui-icon-link { background-position: -240px -112px; }\\n.ui-icon-cancel { background-position: 0 -128px; }\\n.ui-icon-plus { background-position: -16px -128px; }\\n.ui-icon-plusthick { background-position: -32px -128px; }\\n.ui-icon-minus { background-position: -48px -128px; }\\n.ui-icon-minusthick { background-position: -64px -128px; }\\n.ui-icon-close { background-position: -80px -128px; }\\n.ui-icon-closethick { background-position: -96px -128px; }\\n.ui-icon-key { background-position: -112px -128px; }\\n.ui-icon-lightbulb { background-position: -128px -128px; }\\n.ui-icon-scissors { background-position: -144px -128px; }\\n.ui-icon-clipboard { background-position: -160px -128px; }\\n.ui-icon-copy { background-position: -176px -128px; }\\n.ui-icon-contact { background-position: -192px -128px; }\\n.ui-icon-image { background-position: -208px -128px; }\\n.ui-icon-video { background-position: -224px -128px; }\\n.ui-icon-script { background-position: -240px -128px; }\\n.ui-icon-alert { background-position: 0 -144px; }\\n.ui-icon-info { background-position: -16px -144px; }\\n.ui-icon-notice { background-position: -32px -144px; }\\n.ui-icon-help { background-position: -48px -144px; }\\n.ui-icon-check { background-position: -64px -144px; }\\n.ui-icon-bullet { background-position: -80px -144px; }\\n.ui-icon-radio-on { background-position: -96px -144px; }\\n.ui-icon-radio-off { background-position: -112px -144px; }\\n.ui-icon-pin-w { background-position: -128px -144px; }\\n.ui-icon-pin-s { background-position: -144px -144px; }\\n.ui-icon-play { background-position: 0 -160px; }\\n.ui-icon-pause { background-position: -16px -160px; }\\n.ui-icon-seek-next { background-position: -32px -160px; }\\n.ui-icon-seek-prev { background-position: -48px -160px; }\\n.ui-icon-seek-end { background-position: -64px -160px; }\\n.ui-icon-seek-start { background-position: -80px -160px; }\\n/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */\\n.ui-icon-seek-first { background-position: -80px -160px; }\\n.ui-icon-stop { background-position: -96px -160px; }\\n.ui-icon-eject { background-position: -112px -160px; }\\n.ui-icon-volume-off { background-position: -128px -160px; }\\n.ui-icon-volume-on { background-position: -144px -160px; }\\n.ui-icon-power { background-position: 0 -176px; }\\n.ui-icon-signal-diag { background-position: -16px -176px; }\\n.ui-icon-signal { background-position: -32px -176px; }\\n.ui-icon-battery-0 { background-position: -48px -176px; }\\n.ui-icon-battery-1 { background-position: -64px -176px; }\\n.ui-icon-battery-2 { background-position: -80px -176px; }\\n.ui-icon-battery-3 { background-position: -96px -176px; }\\n.ui-icon-circle-plus { background-position: 0 -192px; }\\n.ui-icon-circle-minus { background-position: -16px -192px; }\\n.ui-icon-circle-close { background-position: -32px -192px; }\\n.ui-icon-circle-triangle-e { background-position: -48px -192px; }\\n.ui-icon-circle-triangle-s { background-position: -64px -192px; }\\n.ui-icon-circle-triangle-w { background-position: -80px -192px; }\\n.ui-icon-circle-triangle-n { background-position: -96px -192px; }\\n.ui-icon-circle-arrow-e { background-position: -112px -192px; }\\n.ui-icon-circle-arrow-s { background-position: -128px -192px; }\\n.ui-icon-circle-arrow-w { background-position: -144px -192px; }\\n.ui-icon-circle-arrow-n { background-position: -160px -192px; }\\n.ui-icon-circle-zoomin { background-position: -176px -192px; }\\n.ui-icon-circle-zoomout { background-position: -192px -192px; }\\n.ui-icon-circle-check { background-position: -208px -192px; }\\n.ui-icon-circlesmall-plus { background-position: 0 -208px; }\\n.ui-icon-circlesmall-minus { background-position: -16px -208px; }\\n.ui-icon-circlesmall-close { background-position: -32px -208px; }\\n.ui-icon-squaresmall-plus { background-position: -48px -208px; }\\n.ui-icon-squaresmall-minus { background-position: -64px -208px; }\\n.ui-icon-squaresmall-close { background-position: -80px -208px; }\\n.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }\\n.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }\\n.ui-icon-grip-solid-vertical { background-position: -32px -224px; }\\n.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }\\n.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }\\n.ui-icon-grip-diagonal-se { background-position: -80px -224px; }\\n\\n\\n/* Misc visuals\\n----------------------------------*/\\n\\n/* Corner radius */\\n.ui-corner-all,\\n.ui-corner-top,\\n.ui-corner-left,\\n.ui-corner-tl {\\n\\tborder-top-left-radius: 3px;\\n}\\n.ui-corner-all,\\n.ui-corner-top,\\n.ui-corner-right,\\n.ui-corner-tr {\\n\\tborder-top-right-radius: 3px;\\n}\\n.ui-corner-all,\\n.ui-corner-bottom,\\n.ui-corner-left,\\n.ui-corner-bl {\\n\\tborder-bottom-left-radius: 3px;\\n}\\n.ui-corner-all,\\n.ui-corner-bottom,\\n.ui-corner-right,\\n.ui-corner-br {\\n\\tborder-bottom-right-radius: 3px;\\n}\\n\\n/* Overlays */\\n.ui-widget-overlay {\\n\\tbackground: #aaaaaa;\\n\\topacity: .003;\\n\\tfilter: Alpha(Opacity=.3); /* support: IE8 */\\n}\\n.ui-widget-shadow {\\n\\t-webkit-box-shadow: 0px 0px 5px #666666;\\n\\tbox-shadow: 0px 0px 5px #666666;\\n}\\n\", \"\"]);\n// Exports\nmodule.exports = exports;\n","/*!\n * Bootstrap tooltip.js v4.4.1 (https://getbootstrap.com/)\n * Copyright 2011-2019 The Bootstrap Authors (https://github.com/twbs/bootstrap/graphs/contributors)\n * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)\n */\n(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory(require('jquery'), require('popper.js'), require('./util.js')) :\n typeof define === 'function' && define.amd ? define(['jquery', 'popper.js', './util.js'], factory) :\n (global = global || self, global.Tooltip = factory(global.jQuery, global.Popper, global.Util));\n}(this, (function ($, Popper, Util) { 'use strict';\n\n $ = $ && $.hasOwnProperty('default') ? $['default'] : $;\n Popper = Popper && Popper.hasOwnProperty('default') ? Popper['default'] : Popper;\n Util = Util && Util.hasOwnProperty('default') ? Util['default'] : Util;\n\n function _defineProperties(target, props) {\n for (var i = 0; i < props.length; i++) {\n var descriptor = props[i];\n descriptor.enumerable = descriptor.enumerable || false;\n descriptor.configurable = true;\n if (\"value\" in descriptor) descriptor.writable = true;\n Object.defineProperty(target, descriptor.key, descriptor);\n }\n }\n\n function _createClass(Constructor, protoProps, staticProps) {\n if (protoProps) _defineProperties(Constructor.prototype, protoProps);\n if (staticProps) _defineProperties(Constructor, staticProps);\n return Constructor;\n }\n\n function _defineProperty(obj, key, value) {\n if (key in obj) {\n Object.defineProperty(obj, key, {\n value: value,\n enumerable: true,\n configurable: true,\n writable: true\n });\n } else {\n obj[key] = value;\n }\n\n return obj;\n }\n\n function ownKeys(object, enumerableOnly) {\n var keys = Object.keys(object);\n\n if (Object.getOwnPropertySymbols) {\n var symbols = Object.getOwnPropertySymbols(object);\n if (enumerableOnly) symbols = symbols.filter(function (sym) {\n return Object.getOwnPropertyDescriptor(object, sym).enumerable;\n });\n keys.push.apply(keys, symbols);\n }\n\n return keys;\n }\n\n function _objectSpread2(target) {\n for (var i = 1; i < arguments.length; i++) {\n var source = arguments[i] != null ? arguments[i] : {};\n\n if (i % 2) {\n ownKeys(Object(source), true).forEach(function (key) {\n _defineProperty(target, key, source[key]);\n });\n } else if (Object.getOwnPropertyDescriptors) {\n Object.defineProperties(target, Object.getOwnPropertyDescriptors(source));\n } else {\n ownKeys(Object(source)).forEach(function (key) {\n Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key));\n });\n }\n }\n\n return target;\n }\n\n /**\n * --------------------------------------------------------------------------\n * Bootstrap (v4.4.1): tools/sanitizer.js\n * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)\n * --------------------------------------------------------------------------\n */\n var uriAttrs = ['background', 'cite', 'href', 'itemtype', 'longdesc', 'poster', 'src', 'xlink:href'];\n var ARIA_ATTRIBUTE_PATTERN = /^aria-[\\w-]*$/i;\n var DefaultWhitelist = {\n // Global attributes allowed on any supplied element below.\n '*': ['class', 'dir', 'id', 'lang', 'role', ARIA_ATTRIBUTE_PATTERN],\n a: ['target', 'href', 'title', 'rel'],\n area: [],\n b: [],\n br: [],\n col: [],\n code: [],\n div: [],\n em: [],\n hr: [],\n h1: [],\n h2: [],\n h3: [],\n h4: [],\n h5: [],\n h6: [],\n i: [],\n img: ['src', 'alt', 'title', 'width', 'height'],\n li: [],\n ol: [],\n p: [],\n pre: [],\n s: [],\n small: [],\n span: [],\n sub: [],\n sup: [],\n strong: [],\n u: [],\n ul: []\n };\n /**\n * A pattern that recognizes a commonly useful subset of URLs that are safe.\n *\n * Shoutout to Angular 7 https://github.com/angular/angular/blob/7.2.4/packages/core/src/sanitization/url_sanitizer.ts\n */\n\n var SAFE_URL_PATTERN = /^(?:(?:https?|mailto|ftp|tel|file):|[^&:/?#]*(?:[/?#]|$))/gi;\n /**\n * A pattern that matches safe data URLs. Only matches image, video and audio types.\n *\n * Shoutout to Angular 7 https://github.com/angular/angular/blob/7.2.4/packages/core/src/sanitization/url_sanitizer.ts\n */\n\n var DATA_URL_PATTERN = /^data:(?:image\\/(?:bmp|gif|jpeg|jpg|png|tiff|webp)|video\\/(?:mpeg|mp4|ogg|webm)|audio\\/(?:mp3|oga|ogg|opus));base64,[a-z0-9+/]+=*$/i;\n\n function allowedAttribute(attr, allowedAttributeList) {\n var attrName = attr.nodeName.toLowerCase();\n\n if (allowedAttributeList.indexOf(attrName) !== -1) {\n if (uriAttrs.indexOf(attrName) !== -1) {\n return Boolean(attr.nodeValue.match(SAFE_URL_PATTERN) || attr.nodeValue.match(DATA_URL_PATTERN));\n }\n\n return true;\n }\n\n var regExp = allowedAttributeList.filter(function (attrRegex) {\n return attrRegex instanceof RegExp;\n }); // Check if a regular expression validates the attribute.\n\n for (var i = 0, l = regExp.length; i < l; i++) {\n if (attrName.match(regExp[i])) {\n return true;\n }\n }\n\n return false;\n }\n\n function sanitizeHtml(unsafeHtml, whiteList, sanitizeFn) {\n if (unsafeHtml.length === 0) {\n return unsafeHtml;\n }\n\n if (sanitizeFn && typeof sanitizeFn === 'function') {\n return sanitizeFn(unsafeHtml);\n }\n\n var domParser = new window.DOMParser();\n var createdDocument = domParser.parseFromString(unsafeHtml, 'text/html');\n var whitelistKeys = Object.keys(whiteList);\n var elements = [].slice.call(createdDocument.body.querySelectorAll('*'));\n\n var _loop = function _loop(i, len) {\n var el = elements[i];\n var elName = el.nodeName.toLowerCase();\n\n if (whitelistKeys.indexOf(el.nodeName.toLowerCase()) === -1) {\n el.parentNode.removeChild(el);\n return \"continue\";\n }\n\n var attributeList = [].slice.call(el.attributes);\n var whitelistedAttributes = [].concat(whiteList['*'] || [], whiteList[elName] || []);\n attributeList.forEach(function (attr) {\n if (!allowedAttribute(attr, whitelistedAttributes)) {\n el.removeAttribute(attr.nodeName);\n }\n });\n };\n\n for (var i = 0, len = elements.length; i < len; i++) {\n var _ret = _loop(i);\n\n if (_ret === \"continue\") continue;\n }\n\n return createdDocument.body.innerHTML;\n }\n\n /**\n * ------------------------------------------------------------------------\n * Constants\n * ------------------------------------------------------------------------\n */\n\n var NAME = 'tooltip';\n var VERSION = '4.4.1';\n var DATA_KEY = 'bs.tooltip';\n var EVENT_KEY = \".\" + DATA_KEY;\n var JQUERY_NO_CONFLICT = $.fn[NAME];\n var CLASS_PREFIX = 'bs-tooltip';\n var BSCLS_PREFIX_REGEX = new RegExp(\"(^|\\\\s)\" + CLASS_PREFIX + \"\\\\S+\", 'g');\n var DISALLOWED_ATTRIBUTES = ['sanitize', 'whiteList', 'sanitizeFn'];\n var DefaultType = {\n animation: 'boolean',\n template: 'string',\n title: '(string|element|function)',\n trigger: 'string',\n delay: '(number|object)',\n html: 'boolean',\n selector: '(string|boolean)',\n placement: '(string|function)',\n offset: '(number|string|function)',\n container: '(string|element|boolean)',\n fallbackPlacement: '(string|array)',\n boundary: '(string|element)',\n sanitize: 'boolean',\n sanitizeFn: '(null|function)',\n whiteList: 'object',\n popperConfig: '(null|object)'\n };\n var AttachmentMap = {\n AUTO: 'auto',\n TOP: 'top',\n RIGHT: 'right',\n BOTTOM: 'bottom',\n LEFT: 'left'\n };\n var Default = {\n animation: true,\n template: '<div class=\"tooltip\" role=\"tooltip\">' + '<div class=\"arrow\"></div>' + '<div class=\"tooltip-inner\"></div></div>',\n trigger: 'hover focus',\n title: '',\n delay: 0,\n html: false,\n selector: false,\n placement: 'top',\n offset: 0,\n container: false,\n fallbackPlacement: 'flip',\n boundary: 'scrollParent',\n sanitize: true,\n sanitizeFn: null,\n whiteList: DefaultWhitelist,\n popperConfig: null\n };\n var HoverState = {\n SHOW: 'show',\n OUT: 'out'\n };\n var Event = {\n HIDE: \"hide\" + EVENT_KEY,\n HIDDEN: \"hidden\" + EVENT_KEY,\n SHOW: \"show\" + EVENT_KEY,\n SHOWN: \"shown\" + EVENT_KEY,\n INSERTED: \"inserted\" + EVENT_KEY,\n CLICK: \"click\" + EVENT_KEY,\n FOCUSIN: \"focusin\" + EVENT_KEY,\n FOCUSOUT: \"focusout\" + EVENT_KEY,\n MOUSEENTER: \"mouseenter\" + EVENT_KEY,\n MOUSELEAVE: \"mouseleave\" + EVENT_KEY\n };\n var ClassName = {\n FADE: 'fade',\n SHOW: 'show'\n };\n var Selector = {\n TOOLTIP: '.tooltip',\n TOOLTIP_INNER: '.tooltip-inner',\n ARROW: '.arrow'\n };\n var Trigger = {\n HOVER: 'hover',\n FOCUS: 'focus',\n CLICK: 'click',\n MANUAL: 'manual'\n };\n /**\n * ------------------------------------------------------------------------\n * Class Definition\n * ------------------------------------------------------------------------\n */\n\n var Tooltip =\n /*#__PURE__*/\n function () {\n function Tooltip(element, config) {\n if (typeof Popper === 'undefined') {\n throw new TypeError('Bootstrap\\'s tooltips require Popper.js (https://popper.js.org/)');\n } // private\n\n\n this._isEnabled = true;\n this._timeout = 0;\n this._hoverState = '';\n this._activeTrigger = {};\n this._popper = null; // Protected\n\n this.element = element;\n this.config = this._getConfig(config);\n this.tip = null;\n\n this._setListeners();\n } // Getters\n\n\n var _proto = Tooltip.prototype;\n\n // Public\n _proto.enable = function enable() {\n this._isEnabled = true;\n };\n\n _proto.disable = function disable() {\n this._isEnabled = false;\n };\n\n _proto.toggleEnabled = function toggleEnabled() {\n this._isEnabled = !this._isEnabled;\n };\n\n _proto.toggle = function toggle(event) {\n if (!this._isEnabled) {\n return;\n }\n\n if (event) {\n var dataKey = this.constructor.DATA_KEY;\n var context = $(event.currentTarget).data(dataKey);\n\n if (!context) {\n context = new this.constructor(event.currentTarget, this._getDelegateConfig());\n $(event.currentTarget).data(dataKey, context);\n }\n\n context._activeTrigger.click = !context._activeTrigger.click;\n\n if (context._isWithActiveTrigger()) {\n context._enter(null, context);\n } else {\n context._leave(null, context);\n }\n } else {\n if ($(this.getTipElement()).hasClass(ClassName.SHOW)) {\n this._leave(null, this);\n\n return;\n }\n\n this._enter(null, this);\n }\n };\n\n _proto.dispose = function dispose() {\n clearTimeout(this._timeout);\n $.removeData(this.element, this.constructor.DATA_KEY);\n $(this.element).off(this.constructor.EVENT_KEY);\n $(this.element).closest('.modal').off('hide.bs.modal', this._hideModalHandler);\n\n if (this.tip) {\n $(this.tip).remove();\n }\n\n this._isEnabled = null;\n this._timeout = null;\n this._hoverState = null;\n this._activeTrigger = null;\n\n if (this._popper) {\n this._popper.destroy();\n }\n\n this._popper = null;\n this.element = null;\n this.config = null;\n this.tip = null;\n };\n\n _proto.show = function show() {\n var _this = this;\n\n if ($(this.element).css('display') === 'none') {\n throw new Error('Please use show on visible elements');\n }\n\n var showEvent = $.Event(this.constructor.Event.SHOW);\n\n if (this.isWithContent() && this._isEnabled) {\n $(this.element).trigger(showEvent);\n var shadowRoot = Util.findShadowRoot(this.element);\n var isInTheDom = $.contains(shadowRoot !== null ? shadowRoot : this.element.ownerDocument.documentElement, this.element);\n\n if (showEvent.isDefaultPrevented() || !isInTheDom) {\n return;\n }\n\n var tip = this.getTipElement();\n var tipId = Util.getUID(this.constructor.NAME);\n tip.setAttribute('id', tipId);\n this.element.setAttribute('aria-describedby', tipId);\n this.setContent();\n\n if (this.config.animation) {\n $(tip).addClass(ClassName.FADE);\n }\n\n var placement = typeof this.config.placement === 'function' ? this.config.placement.call(this, tip, this.element) : this.config.placement;\n\n var attachment = this._getAttachment(placement);\n\n this.addAttachmentClass(attachment);\n\n var container = this._getContainer();\n\n $(tip).data(this.constructor.DATA_KEY, this);\n\n if (!$.contains(this.element.ownerDocument.documentElement, this.tip)) {\n $(tip).appendTo(container);\n }\n\n $(this.element).trigger(this.constructor.Event.INSERTED);\n this._popper = new Popper(this.element, tip, this._getPopperConfig(attachment));\n $(tip).addClass(ClassName.SHOW); // If this is a touch-enabled device we add extra\n // empty mouseover listeners to the body's immediate children;\n // only needed because of broken event delegation on iOS\n // https://www.quirksmode.org/blog/archives/2014/02/mouse_event_bub.html\n\n if ('ontouchstart' in document.documentElement) {\n $(document.body).children().on('mouseover', null, $.noop);\n }\n\n var complete = function complete() {\n if (_this.config.animation) {\n _this._fixTransition();\n }\n\n var prevHoverState = _this._hoverState;\n _this._hoverState = null;\n $(_this.element).trigger(_this.constructor.Event.SHOWN);\n\n if (prevHoverState === HoverState.OUT) {\n _this._leave(null, _this);\n }\n };\n\n if ($(this.tip).hasClass(ClassName.FADE)) {\n var transitionDuration = Util.getTransitionDurationFromElement(this.tip);\n $(this.tip).one(Util.TRANSITION_END, complete).emulateTransitionEnd(transitionDuration);\n } else {\n complete();\n }\n }\n };\n\n _proto.hide = function hide(callback) {\n var _this2 = this;\n\n var tip = this.getTipElement();\n var hideEvent = $.Event(this.constructor.Event.HIDE);\n\n var complete = function complete() {\n if (_this2._hoverState !== HoverState.SHOW && tip.parentNode) {\n tip.parentNode.removeChild(tip);\n }\n\n _this2._cleanTipClass();\n\n _this2.element.removeAttribute('aria-describedby');\n\n $(_this2.element).trigger(_this2.constructor.Event.HIDDEN);\n\n if (_this2._popper !== null) {\n _this2._popper.destroy();\n }\n\n if (callback) {\n callback();\n }\n };\n\n $(this.element).trigger(hideEvent);\n\n if (hideEvent.isDefaultPrevented()) {\n return;\n }\n\n $(tip).removeClass(ClassName.SHOW); // If this is a touch-enabled device we remove the extra\n // empty mouseover listeners we added for iOS support\n\n if ('ontouchstart' in document.documentElement) {\n $(document.body).children().off('mouseover', null, $.noop);\n }\n\n this._activeTrigger[Trigger.CLICK] = false;\n this._activeTrigger[Trigger.FOCUS] = false;\n this._activeTrigger[Trigger.HOVER] = false;\n\n if ($(this.tip).hasClass(ClassName.FADE)) {\n var transitionDuration = Util.getTransitionDurationFromElement(tip);\n $(tip).one(Util.TRANSITION_END, complete).emulateTransitionEnd(transitionDuration);\n } else {\n complete();\n }\n\n this._hoverState = '';\n };\n\n _proto.update = function update() {\n if (this._popper !== null) {\n this._popper.scheduleUpdate();\n }\n } // Protected\n ;\n\n _proto.isWithContent = function isWithContent() {\n return Boolean(this.getTitle());\n };\n\n _proto.addAttachmentClass = function addAttachmentClass(attachment) {\n $(this.getTipElement()).addClass(CLASS_PREFIX + \"-\" + attachment);\n };\n\n _proto.getTipElement = function getTipElement() {\n this.tip = this.tip || $(this.config.template)[0];\n return this.tip;\n };\n\n _proto.setContent = function setContent() {\n var tip = this.getTipElement();\n this.setElementContent($(tip.querySelectorAll(Selector.TOOLTIP_INNER)), this.getTitle());\n $(tip).removeClass(ClassName.FADE + \" \" + ClassName.SHOW);\n };\n\n _proto.setElementContent = function setElementContent($element, content) {\n if (typeof content === 'object' && (content.nodeType || content.jquery)) {\n // Content is a DOM node or a jQuery\n if (this.config.html) {\n if (!$(content).parent().is($element)) {\n $element.empty().append(content);\n }\n } else {\n $element.text($(content).text());\n }\n\n return;\n }\n\n if (this.config.html) {\n if (this.config.sanitize) {\n content = sanitizeHtml(content, this.config.whiteList, this.config.sanitizeFn);\n }\n\n $element.html(content);\n } else {\n $element.text(content);\n }\n };\n\n _proto.getTitle = function getTitle() {\n var title = this.element.getAttribute('data-original-title');\n\n if (!title) {\n title = typeof this.config.title === 'function' ? this.config.title.call(this.element) : this.config.title;\n }\n\n return title;\n } // Private\n ;\n\n _proto._getPopperConfig = function _getPopperConfig(attachment) {\n var _this3 = this;\n\n var defaultBsConfig = {\n placement: attachment,\n modifiers: {\n offset: this._getOffset(),\n flip: {\n behavior: this.config.fallbackPlacement\n },\n arrow: {\n element: Selector.ARROW\n },\n preventOverflow: {\n boundariesElement: this.config.boundary\n }\n },\n onCreate: function onCreate(data) {\n if (data.originalPlacement !== data.placement) {\n _this3._handlePopperPlacementChange(data);\n }\n },\n onUpdate: function onUpdate(data) {\n return _this3._handlePopperPlacementChange(data);\n }\n };\n return _objectSpread2({}, defaultBsConfig, {}, this.config.popperConfig);\n };\n\n _proto._getOffset = function _getOffset() {\n var _this4 = this;\n\n var offset = {};\n\n if (typeof this.config.offset === 'function') {\n offset.fn = function (data) {\n data.offsets = _objectSpread2({}, data.offsets, {}, _this4.config.offset(data.offsets, _this4.element) || {});\n return data;\n };\n } else {\n offset.offset = this.config.offset;\n }\n\n return offset;\n };\n\n _proto._getContainer = function _getContainer() {\n if (this.config.container === false) {\n return document.body;\n }\n\n if (Util.isElement(this.config.container)) {\n return $(this.config.container);\n }\n\n return $(document).find(this.config.container);\n };\n\n _proto._getAttachment = function _getAttachment(placement) {\n return AttachmentMap[placement.toUpperCase()];\n };\n\n _proto._setListeners = function _setListeners() {\n var _this5 = this;\n\n var triggers = this.config.trigger.split(' ');\n triggers.forEach(function (trigger) {\n if (trigger === 'click') {\n $(_this5.element).on(_this5.constructor.Event.CLICK, _this5.config.selector, function (event) {\n return _this5.toggle(event);\n });\n } else if (trigger !== Trigger.MANUAL) {\n var eventIn = trigger === Trigger.HOVER ? _this5.constructor.Event.MOUSEENTER : _this5.constructor.Event.FOCUSIN;\n var eventOut = trigger === Trigger.HOVER ? _this5.constructor.Event.MOUSELEAVE : _this5.constructor.Event.FOCUSOUT;\n $(_this5.element).on(eventIn, _this5.config.selector, function (event) {\n return _this5._enter(event);\n }).on(eventOut, _this5.config.selector, function (event) {\n return _this5._leave(event);\n });\n }\n });\n\n this._hideModalHandler = function () {\n if (_this5.element) {\n _this5.hide();\n }\n };\n\n $(this.element).closest('.modal').on('hide.bs.modal', this._hideModalHandler);\n\n if (this.config.selector) {\n this.config = _objectSpread2({}, this.config, {\n trigger: 'manual',\n selector: ''\n });\n } else {\n this._fixTitle();\n }\n };\n\n _proto._fixTitle = function _fixTitle() {\n var titleType = typeof this.element.getAttribute('data-original-title');\n\n if (this.element.getAttribute('title') || titleType !== 'string') {\n this.element.setAttribute('data-original-title', this.element.getAttribute('title') || '');\n this.element.setAttribute('title', '');\n }\n };\n\n _proto._enter = function _enter(event, context) {\n var dataKey = this.constructor.DATA_KEY;\n context = context || $(event.currentTarget).data(dataKey);\n\n if (!context) {\n context = new this.constructor(event.currentTarget, this._getDelegateConfig());\n $(event.currentTarget).data(dataKey, context);\n }\n\n if (event) {\n context._activeTrigger[event.type === 'focusin' ? Trigger.FOCUS : Trigger.HOVER] = true;\n }\n\n if ($(context.getTipElement()).hasClass(ClassName.SHOW) || context._hoverState === HoverState.SHOW) {\n context._hoverState = HoverState.SHOW;\n return;\n }\n\n clearTimeout(context._timeout);\n context._hoverState = HoverState.SHOW;\n\n if (!context.config.delay || !context.config.delay.show) {\n context.show();\n return;\n }\n\n context._timeout = setTimeout(function () {\n if (context._hoverState === HoverState.SHOW) {\n context.show();\n }\n }, context.config.delay.show);\n };\n\n _proto._leave = function _leave(event, context) {\n var dataKey = this.constructor.DATA_KEY;\n context = context || $(event.currentTarget).data(dataKey);\n\n if (!context) {\n context = new this.constructor(event.currentTarget, this._getDelegateConfig());\n $(event.currentTarget).data(dataKey, context);\n }\n\n if (event) {\n context._activeTrigger[event.type === 'focusout' ? Trigger.FOCUS : Trigger.HOVER] = false;\n }\n\n if (context._isWithActiveTrigger()) {\n return;\n }\n\n clearTimeout(context._timeout);\n context._hoverState = HoverState.OUT;\n\n if (!context.config.delay || !context.config.delay.hide) {\n context.hide();\n return;\n }\n\n context._timeout = setTimeout(function () {\n if (context._hoverState === HoverState.OUT) {\n context.hide();\n }\n }, context.config.delay.hide);\n };\n\n _proto._isWithActiveTrigger = function _isWithActiveTrigger() {\n for (var trigger in this._activeTrigger) {\n if (this._activeTrigger[trigger]) {\n return true;\n }\n }\n\n return false;\n };\n\n _proto._getConfig = function _getConfig(config) {\n var dataAttributes = $(this.element).data();\n Object.keys(dataAttributes).forEach(function (dataAttr) {\n if (DISALLOWED_ATTRIBUTES.indexOf(dataAttr) !== -1) {\n delete dataAttributes[dataAttr];\n }\n });\n config = _objectSpread2({}, this.constructor.Default, {}, dataAttributes, {}, typeof config === 'object' && config ? config : {});\n\n if (typeof config.delay === 'number') {\n config.delay = {\n show: config.delay,\n hide: config.delay\n };\n }\n\n if (typeof config.title === 'number') {\n config.title = config.title.toString();\n }\n\n if (typeof config.content === 'number') {\n config.content = config.content.toString();\n }\n\n Util.typeCheckConfig(NAME, config, this.constructor.DefaultType);\n\n if (config.sanitize) {\n config.template = sanitizeHtml(config.template, config.whiteList, config.sanitizeFn);\n }\n\n return config;\n };\n\n _proto._getDelegateConfig = function _getDelegateConfig() {\n var config = {};\n\n if (this.config) {\n for (var key in this.config) {\n if (this.constructor.Default[key] !== this.config[key]) {\n config[key] = this.config[key];\n }\n }\n }\n\n return config;\n };\n\n _proto._cleanTipClass = function _cleanTipClass() {\n var $tip = $(this.getTipElement());\n var tabClass = $tip.attr('class').match(BSCLS_PREFIX_REGEX);\n\n if (tabClass !== null && tabClass.length) {\n $tip.removeClass(tabClass.join(''));\n }\n };\n\n _proto._handlePopperPlacementChange = function _handlePopperPlacementChange(popperData) {\n var popperInstance = popperData.instance;\n this.tip = popperInstance.popper;\n\n this._cleanTipClass();\n\n this.addAttachmentClass(this._getAttachment(popperData.placement));\n };\n\n _proto._fixTransition = function _fixTransition() {\n var tip = this.getTipElement();\n var initConfigAnimation = this.config.animation;\n\n if (tip.getAttribute('x-placement') !== null) {\n return;\n }\n\n $(tip).removeClass(ClassName.FADE);\n this.config.animation = false;\n this.hide();\n this.show();\n this.config.animation = initConfigAnimation;\n } // Static\n ;\n\n Tooltip._jQueryInterface = function _jQueryInterface(config) {\n return this.each(function () {\n var data = $(this).data(DATA_KEY);\n\n var _config = typeof config === 'object' && config;\n\n if (!data && /dispose|hide/.test(config)) {\n return;\n }\n\n if (!data) {\n data = new Tooltip(this, _config);\n $(this).data(DATA_KEY, data);\n }\n\n if (typeof config === 'string') {\n if (typeof data[config] === 'undefined') {\n throw new TypeError(\"No method named \\\"\" + config + \"\\\"\");\n }\n\n data[config]();\n }\n });\n };\n\n _createClass(Tooltip, null, [{\n key: \"VERSION\",\n get: function get() {\n return VERSION;\n }\n }, {\n key: \"Default\",\n get: function get() {\n return Default;\n }\n }, {\n key: \"NAME\",\n get: function get() {\n return NAME;\n }\n }, {\n key: \"DATA_KEY\",\n get: function get() {\n return DATA_KEY;\n }\n }, {\n key: \"Event\",\n get: function get() {\n return Event;\n }\n }, {\n key: \"EVENT_KEY\",\n get: function get() {\n return EVENT_KEY;\n }\n }, {\n key: \"DefaultType\",\n get: function get() {\n return DefaultType;\n }\n }]);\n\n return Tooltip;\n }();\n /**\n * ------------------------------------------------------------------------\n * jQuery\n * ------------------------------------------------------------------------\n */\n\n\n $.fn[NAME] = Tooltip._jQueryInterface;\n $.fn[NAME].Constructor = Tooltip;\n\n $.fn[NAME].noConflict = function () {\n $.fn[NAME] = JQUERY_NO_CONFLICT;\n return Tooltip._jQueryInterface;\n };\n\n return Tooltip;\n\n})));\n//# sourceMappingURL=tooltip.js.map\n","/**!\n * @fileOverview Kickass library to create and place poppers near their reference elements.\n * @version 1.15.0\n * @license\n * Copyright (c) 2016 Federico Zivolo and contributors\n *\n * Permission is hereby granted, free of charge, to any person obtaining a copy\n * of this software and associated documentation files (the \"Software\"), to deal\n * in the Software without restriction, including without limitation the rights\n * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\n * copies of the Software, and to permit persons to whom the Software is\n * furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in all\n * copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\n * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\n * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n * SOFTWARE.\n */\nvar isBrowser = typeof window !== 'undefined' && typeof document !== 'undefined';\n\nvar longerTimeoutBrowsers = ['Edge', 'Trident', 'Firefox'];\nvar timeoutDuration = 0;\nfor (var i = 0; i < longerTimeoutBrowsers.length; i += 1) {\n if (isBrowser && navigator.userAgent.indexOf(longerTimeoutBrowsers[i]) >= 0) {\n timeoutDuration = 1;\n break;\n }\n}\n\nfunction microtaskDebounce(fn) {\n var called = false;\n return function () {\n if (called) {\n return;\n }\n called = true;\n window.Promise.resolve().then(function () {\n called = false;\n fn();\n });\n };\n}\n\nfunction taskDebounce(fn) {\n var scheduled = false;\n return function () {\n if (!scheduled) {\n scheduled = true;\n setTimeout(function () {\n scheduled = false;\n fn();\n }, timeoutDuration);\n }\n };\n}\n\nvar supportsMicroTasks = isBrowser && window.Promise;\n\n/**\n* Create a debounced version of a method, that's asynchronously deferred\n* but called in the minimum time possible.\n*\n* @method\n* @memberof Popper.Utils\n* @argument {Function} fn\n* @returns {Function}\n*/\nvar debounce = supportsMicroTasks ? microtaskDebounce : taskDebounce;\n\n/**\n * Check if the given variable is a function\n * @method\n * @memberof Popper.Utils\n * @argument {Any} functionToCheck - variable to check\n * @returns {Boolean} answer to: is a function?\n */\nfunction isFunction(functionToCheck) {\n var getType = {};\n return functionToCheck && getType.toString.call(functionToCheck) === '[object Function]';\n}\n\n/**\n * Get CSS computed property of the given element\n * @method\n * @memberof Popper.Utils\n * @argument {Eement} element\n * @argument {String} property\n */\nfunction getStyleComputedProperty(element, property) {\n if (element.nodeType !== 1) {\n return [];\n }\n // NOTE: 1 DOM access here\n var window = element.ownerDocument.defaultView;\n var css = window.getComputedStyle(element, null);\n return property ? css[property] : css;\n}\n\n/**\n * Returns the parentNode or the host of the element\n * @method\n * @memberof Popper.Utils\n * @argument {Element} element\n * @returns {Element} parent\n */\nfunction getParentNode(element) {\n if (element.nodeName === 'HTML') {\n return element;\n }\n return element.parentNode || element.host;\n}\n\n/**\n * Returns the scrolling parent of the given element\n * @method\n * @memberof Popper.Utils\n * @argument {Element} element\n * @returns {Element} scroll parent\n */\nfunction getScrollParent(element) {\n // Return body, `getScroll` will take care to get the correct `scrollTop` from it\n if (!element) {\n return document.body;\n }\n\n switch (element.nodeName) {\n case 'HTML':\n case 'BODY':\n return element.ownerDocument.body;\n case '#document':\n return element.body;\n }\n\n // Firefox want us to check `-x` and `-y` variations as well\n\n var _getStyleComputedProp = getStyleComputedProperty(element),\n overflow = _getStyleComputedProp.overflow,\n overflowX = _getStyleComputedProp.overflowX,\n overflowY = _getStyleComputedProp.overflowY;\n\n if (/(auto|scroll|overlay)/.test(overflow + overflowY + overflowX)) {\n return element;\n }\n\n return getScrollParent(getParentNode(element));\n}\n\nvar isIE11 = isBrowser && !!(window.MSInputMethodContext && document.documentMode);\nvar isIE10 = isBrowser && /MSIE 10/.test(navigator.userAgent);\n\n/**\n * Determines if the browser is Internet Explorer\n * @method\n * @memberof Popper.Utils\n * @param {Number} version to check\n * @returns {Boolean} isIE\n */\nfunction isIE(version) {\n if (version === 11) {\n return isIE11;\n }\n if (version === 10) {\n return isIE10;\n }\n return isIE11 || isIE10;\n}\n\n/**\n * Returns the offset parent of the given element\n * @method\n * @memberof Popper.Utils\n * @argument {Element} element\n * @returns {Element} offset parent\n */\nfunction getOffsetParent(element) {\n if (!element) {\n return document.documentElement;\n }\n\n var noOffsetParent = isIE(10) ? document.body : null;\n\n // NOTE: 1 DOM access here\n var offsetParent = element.offsetParent || null;\n // Skip hidden elements which don't have an offsetParent\n while (offsetParent === noOffsetParent && element.nextElementSibling) {\n offsetParent = (element = element.nextElementSibling).offsetParent;\n }\n\n var nodeName = offsetParent && offsetParent.nodeName;\n\n if (!nodeName || nodeName === 'BODY' || nodeName === 'HTML') {\n return element ? element.ownerDocument.documentElement : document.documentElement;\n }\n\n // .offsetParent will return the closest TH, TD or TABLE in case\n // no offsetParent is present, I hate this job...\n if (['TH', 'TD', 'TABLE'].indexOf(offsetParent.nodeName) !== -1 && getStyleComputedProperty(offsetParent, 'position') === 'static') {\n return getOffsetParent(offsetParent);\n }\n\n return offsetParent;\n}\n\nfunction isOffsetContainer(element) {\n var nodeName = element.nodeName;\n\n if (nodeName === 'BODY') {\n return false;\n }\n return nodeName === 'HTML' || getOffsetParent(element.firstElementChild) === element;\n}\n\n/**\n * Finds the root node (document, shadowDOM root) of the given element\n * @method\n * @memberof Popper.Utils\n * @argument {Element} node\n * @returns {Element} root node\n */\nfunction getRoot(node) {\n if (node.parentNode !== null) {\n return getRoot(node.parentNode);\n }\n\n return node;\n}\n\n/**\n * Finds the offset parent common to the two provided nodes\n * @method\n * @memberof Popper.Utils\n * @argument {Element} element1\n * @argument {Element} element2\n * @returns {Element} common offset parent\n */\nfunction findCommonOffsetParent(element1, element2) {\n // This check is needed to avoid errors in case one of the elements isn't defined for any reason\n if (!element1 || !element1.nodeType || !element2 || !element2.nodeType) {\n return document.documentElement;\n }\n\n // Here we make sure to give as \"start\" the element that comes first in the DOM\n var order = element1.compareDocumentPosition(element2) & Node.DOCUMENT_POSITION_FOLLOWING;\n var start = order ? element1 : element2;\n var end = order ? element2 : element1;\n\n // Get common ancestor container\n var range = document.createRange();\n range.setStart(start, 0);\n range.setEnd(end, 0);\n var commonAncestorContainer = range.commonAncestorContainer;\n\n // Both nodes are inside #document\n\n if (element1 !== commonAncestorContainer && element2 !== commonAncestorContainer || start.contains(end)) {\n if (isOffsetContainer(commonAncestorContainer)) {\n return commonAncestorContainer;\n }\n\n return getOffsetParent(commonAncestorContainer);\n }\n\n // one of the nodes is inside shadowDOM, find which one\n var element1root = getRoot(element1);\n if (element1root.host) {\n return findCommonOffsetParent(element1root.host, element2);\n } else {\n return findCommonOffsetParent(element1, getRoot(element2).host);\n }\n}\n\n/**\n * Gets the scroll value of the given element in the given side (top and left)\n * @method\n * @memberof Popper.Utils\n * @argument {Element} element\n * @argument {String} side `top` or `left`\n * @returns {number} amount of scrolled pixels\n */\nfunction getScroll(element) {\n var side = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : 'top';\n\n var upperSide = side === 'top' ? 'scrollTop' : 'scrollLeft';\n var nodeName = element.nodeName;\n\n if (nodeName === 'BODY' || nodeName === 'HTML') {\n var html = element.ownerDocument.documentElement;\n var scrollingElement = element.ownerDocument.scrollingElement || html;\n return scrollingElement[upperSide];\n }\n\n return element[upperSide];\n}\n\n/*\n * Sum or subtract the element scroll values (left and top) from a given rect object\n * @method\n * @memberof Popper.Utils\n * @param {Object} rect - Rect object you want to change\n * @param {HTMLElement} element - The element from the function reads the scroll values\n * @param {Boolean} subtract - set to true if you want to subtract the scroll values\n * @return {Object} rect - The modifier rect object\n */\nfunction includeScroll(rect, element) {\n var subtract = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : false;\n\n var scrollTop = getScroll(element, 'top');\n var scrollLeft = getScroll(element, 'left');\n var modifier = subtract ? -1 : 1;\n rect.top += scrollTop * modifier;\n rect.bottom += scrollTop * modifier;\n rect.left += scrollLeft * modifier;\n rect.right += scrollLeft * modifier;\n return rect;\n}\n\n/*\n * Helper to detect borders of a given element\n * @method\n * @memberof Popper.Utils\n * @param {CSSStyleDeclaration} styles\n * Result of `getStyleComputedProperty` on the given element\n * @param {String} axis - `x` or `y`\n * @return {number} borders - The borders size of the given axis\n */\n\nfunction getBordersSize(styles, axis) {\n var sideA = axis === 'x' ? 'Left' : 'Top';\n var sideB = sideA === 'Left' ? 'Right' : 'Bottom';\n\n return parseFloat(styles['border' + sideA + 'Width'], 10) + parseFloat(styles['border' + sideB + 'Width'], 10);\n}\n\nfunction getSize(axis, body, html, computedStyle) {\n return Math.max(body['offset' + axis], body['scroll' + axis], html['client' + axis], html['offset' + axis], html['scroll' + axis], isIE(10) ? parseInt(html['offset' + axis]) + parseInt(computedStyle['margin' + (axis === 'Height' ? 'Top' : 'Left')]) + parseInt(computedStyle['margin' + (axis === 'Height' ? 'Bottom' : 'Right')]) : 0);\n}\n\nfunction getWindowSizes(document) {\n var body = document.body;\n var html = document.documentElement;\n var computedStyle = isIE(10) && getComputedStyle(html);\n\n return {\n height: getSize('Height', body, html, computedStyle),\n width: getSize('Width', body, html, computedStyle)\n };\n}\n\nvar classCallCheck = function (instance, Constructor) {\n if (!(instance instanceof Constructor)) {\n throw new TypeError(\"Cannot call a class as a function\");\n }\n};\n\nvar createClass = function () {\n function defineProperties(target, props) {\n for (var i = 0; i < props.length; i++) {\n var descriptor = props[i];\n descriptor.enumerable = descriptor.enumerable || false;\n descriptor.configurable = true;\n if (\"value\" in descriptor) descriptor.writable = true;\n Object.defineProperty(target, descriptor.key, descriptor);\n }\n }\n\n return function (Constructor, protoProps, staticProps) {\n if (protoProps) defineProperties(Constructor.prototype, protoProps);\n if (staticProps) defineProperties(Constructor, staticProps);\n return Constructor;\n };\n}();\n\n\n\n\n\nvar defineProperty = function (obj, key, value) {\n if (key in obj) {\n Object.defineProperty(obj, key, {\n value: value,\n enumerable: true,\n configurable: true,\n writable: true\n });\n } else {\n obj[key] = value;\n }\n\n return obj;\n};\n\nvar _extends = Object.assign || function (target) {\n for (var i = 1; i < arguments.length; i++) {\n var source = arguments[i];\n\n for (var key in source) {\n if (Object.prototype.hasOwnProperty.call(source, key)) {\n target[key] = source[key];\n }\n }\n }\n\n return target;\n};\n\n/**\n * Given element offsets, generate an output similar to getBoundingClientRect\n * @method\n * @memberof Popper.Utils\n * @argument {Object} offsets\n * @returns {Object} ClientRect like output\n */\nfunction getClientRect(offsets) {\n return _extends({}, offsets, {\n right: offsets.left + offsets.width,\n bottom: offsets.top + offsets.height\n });\n}\n\n/**\n * Get bounding client rect of given element\n * @method\n * @memberof Popper.Utils\n * @param {HTMLElement} element\n * @return {Object} client rect\n */\nfunction getBoundingClientRect(element) {\n var rect = {};\n\n // IE10 10 FIX: Please, don't ask, the element isn't\n // considered in DOM in some circumstances...\n // This isn't reproducible in IE10 compatibility mode of IE11\n try {\n if (isIE(10)) {\n rect = element.getBoundingClientRect();\n var scrollTop = getScroll(element, 'top');\n var scrollLeft = getScroll(element, 'left');\n rect.top += scrollTop;\n rect.left += scrollLeft;\n rect.bottom += scrollTop;\n rect.right += scrollLeft;\n } else {\n rect = element.getBoundingClientRect();\n }\n } catch (e) {}\n\n var result = {\n left: rect.left,\n top: rect.top,\n width: rect.right - rect.left,\n height: rect.bottom - rect.top\n };\n\n // subtract scrollbar size from sizes\n var sizes = element.nodeName === 'HTML' ? getWindowSizes(element.ownerDocument) : {};\n var width = sizes.width || element.clientWidth || result.right - result.left;\n var height = sizes.height || element.clientHeight || result.bottom - result.top;\n\n var horizScrollbar = element.offsetWidth - width;\n var vertScrollbar = element.offsetHeight - height;\n\n // if an hypothetical scrollbar is detected, we must be sure it's not a `border`\n // we make this check conditional for performance reasons\n if (horizScrollbar || vertScrollbar) {\n var styles = getStyleComputedProperty(element);\n horizScrollbar -= getBordersSize(styles, 'x');\n vertScrollbar -= getBordersSize(styles, 'y');\n\n result.width -= horizScrollbar;\n result.height -= vertScrollbar;\n }\n\n return getClientRect(result);\n}\n\nfunction getOffsetRectRelativeToArbitraryNode(children, parent) {\n var fixedPosition = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : false;\n\n var isIE10 = isIE(10);\n var isHTML = parent.nodeName === 'HTML';\n var childrenRect = getBoundingClientRect(children);\n var parentRect = getBoundingClientRect(parent);\n var scrollParent = getScrollParent(children);\n\n var styles = getStyleComputedProperty(parent);\n var borderTopWidth = parseFloat(styles.borderTopWidth, 10);\n var borderLeftWidth = parseFloat(styles.borderLeftWidth, 10);\n\n // In cases where the parent is fixed, we must ignore negative scroll in offset calc\n if (fixedPosition && isHTML) {\n parentRect.top = Math.max(parentRect.top, 0);\n parentRect.left = Math.max(parentRect.left, 0);\n }\n var offsets = getClientRect({\n top: childrenRect.top - parentRect.top - borderTopWidth,\n left: childrenRect.left - parentRect.left - borderLeftWidth,\n width: childrenRect.width,\n height: childrenRect.height\n });\n offsets.marginTop = 0;\n offsets.marginLeft = 0;\n\n // Subtract margins of documentElement in case it's being used as parent\n // we do this only on HTML because it's the only element that behaves\n // differently when margins are applied to it. The margins are included in\n // the box of the documentElement, in the other cases not.\n if (!isIE10 && isHTML) {\n var marginTop = parseFloat(styles.marginTop, 10);\n var marginLeft = parseFloat(styles.marginLeft, 10);\n\n offsets.top -= borderTopWidth - marginTop;\n offsets.bottom -= borderTopWidth - marginTop;\n offsets.left -= borderLeftWidth - marginLeft;\n offsets.right -= borderLeftWidth - marginLeft;\n\n // Attach marginTop and marginLeft because in some circumstances we may need them\n offsets.marginTop = marginTop;\n offsets.marginLeft = marginLeft;\n }\n\n if (isIE10 && !fixedPosition ? parent.contains(scrollParent) : parent === scrollParent && scrollParent.nodeName !== 'BODY') {\n offsets = includeScroll(offsets, parent);\n }\n\n return offsets;\n}\n\nfunction getViewportOffsetRectRelativeToArtbitraryNode(element) {\n var excludeScroll = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : false;\n\n var html = element.ownerDocument.documentElement;\n var relativeOffset = getOffsetRectRelativeToArbitraryNode(element, html);\n var width = Math.max(html.clientWidth, window.innerWidth || 0);\n var height = Math.max(html.clientHeight, window.innerHeight || 0);\n\n var scrollTop = !excludeScroll ? getScroll(html) : 0;\n var scrollLeft = !excludeScroll ? getScroll(html, 'left') : 0;\n\n var offset = {\n top: scrollTop - relativeOffset.top + relativeOffset.marginTop,\n left: scrollLeft - relativeOffset.left + relativeOffset.marginLeft,\n width: width,\n height: height\n };\n\n return getClientRect(offset);\n}\n\n/**\n * Check if the given element is fixed or is inside a fixed parent\n * @method\n * @memberof Popper.Utils\n * @argument {Element} element\n * @argument {Element} customContainer\n * @returns {Boolean} answer to \"isFixed?\"\n */\nfunction isFixed(element) {\n var nodeName = element.nodeName;\n if (nodeName === 'BODY' || nodeName === 'HTML') {\n return false;\n }\n if (getStyleComputedProperty(element, 'position') === 'fixed') {\n return true;\n }\n var parentNode = getParentNode(element);\n if (!parentNode) {\n return false;\n }\n return isFixed(parentNode);\n}\n\n/**\n * Finds the first parent of an element that has a transformed property defined\n * @method\n * @memberof Popper.Utils\n * @argument {Element} element\n * @returns {Element} first transformed parent or documentElement\n */\n\nfunction getFixedPositionOffsetParent(element) {\n // This check is needed to avoid errors in case one of the elements isn't defined for any reason\n if (!element || !element.parentElement || isIE()) {\n return document.documentElement;\n }\n var el = element.parentElement;\n while (el && getStyleComputedProperty(el, 'transform') === 'none') {\n el = el.parentElement;\n }\n return el || document.documentElement;\n}\n\n/**\n * Computed the boundaries limits and return them\n * @method\n * @memberof Popper.Utils\n * @param {HTMLElement} popper\n * @param {HTMLElement} reference\n * @param {number} padding\n * @param {HTMLElement} boundariesElement - Element used to define the boundaries\n * @param {Boolean} fixedPosition - Is in fixed position mode\n * @returns {Object} Coordinates of the boundaries\n */\nfunction getBoundaries(popper, reference, padding, boundariesElement) {\n var fixedPosition = arguments.length > 4 && arguments[4] !== undefined ? arguments[4] : false;\n\n // NOTE: 1 DOM access here\n\n var boundaries = { top: 0, left: 0 };\n var offsetParent = fixedPosition ? getFixedPositionOffsetParent(popper) : findCommonOffsetParent(popper, reference);\n\n // Handle viewport case\n if (boundariesElement === 'viewport') {\n boundaries = getViewportOffsetRectRelativeToArtbitraryNode(offsetParent, fixedPosition);\n } else {\n // Handle other cases based on DOM element used as boundaries\n var boundariesNode = void 0;\n if (boundariesElement === 'scrollParent') {\n boundariesNode = getScrollParent(getParentNode(reference));\n if (boundariesNode.nodeName === 'BODY') {\n boundariesNode = popper.ownerDocument.documentElement;\n }\n } else if (boundariesElement === 'window') {\n boundariesNode = popper.ownerDocument.documentElement;\n } else {\n boundariesNode = boundariesElement;\n }\n\n var offsets = getOffsetRectRelativeToArbitraryNode(boundariesNode, offsetParent, fixedPosition);\n\n // In case of HTML, we need a different computation\n if (boundariesNode.nodeName === 'HTML' && !isFixed(offsetParent)) {\n var _getWindowSizes = getWindowSizes(popper.ownerDocument),\n height = _getWindowSizes.height,\n width = _getWindowSizes.width;\n\n boundaries.top += offsets.top - offsets.marginTop;\n boundaries.bottom = height + offsets.top;\n boundaries.left += offsets.left - offsets.marginLeft;\n boundaries.right = width + offsets.left;\n } else {\n // for all the other DOM elements, this one is good\n boundaries = offsets;\n }\n }\n\n // Add paddings\n padding = padding || 0;\n var isPaddingNumber = typeof padding === 'number';\n boundaries.left += isPaddingNumber ? padding : padding.left || 0;\n boundaries.top += isPaddingNumber ? padding : padding.top || 0;\n boundaries.right -= isPaddingNumber ? padding : padding.right || 0;\n boundaries.bottom -= isPaddingNumber ? padding : padding.bottom || 0;\n\n return boundaries;\n}\n\nfunction getArea(_ref) {\n var width = _ref.width,\n height = _ref.height;\n\n return width * height;\n}\n\n/**\n * Utility used to transform the `auto` placement to the placement with more\n * available space.\n * @method\n * @memberof Popper.Utils\n * @argument {Object} data - The data object generated by update method\n * @argument {Object} options - Modifiers configuration and options\n * @returns {Object} The data object, properly modified\n */\nfunction computeAutoPlacement(placement, refRect, popper, reference, boundariesElement) {\n var padding = arguments.length > 5 && arguments[5] !== undefined ? arguments[5] : 0;\n\n if (placement.indexOf('auto') === -1) {\n return placement;\n }\n\n var boundaries = getBoundaries(popper, reference, padding, boundariesElement);\n\n var rects = {\n top: {\n width: boundaries.width,\n height: refRect.top - boundaries.top\n },\n right: {\n width: boundaries.right - refRect.right,\n height: boundaries.height\n },\n bottom: {\n width: boundaries.width,\n height: boundaries.bottom - refRect.bottom\n },\n left: {\n width: refRect.left - boundaries.left,\n height: boundaries.height\n }\n };\n\n var sortedAreas = Object.keys(rects).map(function (key) {\n return _extends({\n key: key\n }, rects[key], {\n area: getArea(rects[key])\n });\n }).sort(function (a, b) {\n return b.area - a.area;\n });\n\n var filteredAreas = sortedAreas.filter(function (_ref2) {\n var width = _ref2.width,\n height = _ref2.height;\n return width >= popper.clientWidth && height >= popper.clientHeight;\n });\n\n var computedPlacement = filteredAreas.length > 0 ? filteredAreas[0].key : sortedAreas[0].key;\n\n var variation = placement.split('-')[1];\n\n return computedPlacement + (variation ? '-' + variation : '');\n}\n\n/**\n * Get offsets to the reference element\n * @method\n * @memberof Popper.Utils\n * @param {Object} state\n * @param {Element} popper - the popper element\n * @param {Element} reference - the reference element (the popper will be relative to this)\n * @param {Element} fixedPosition - is in fixed position mode\n * @returns {Object} An object containing the offsets which will be applied to the popper\n */\nfunction getReferenceOffsets(state, popper, reference) {\n var fixedPosition = arguments.length > 3 && arguments[3] !== undefined ? arguments[3] : null;\n\n var commonOffsetParent = fixedPosition ? getFixedPositionOffsetParent(popper) : findCommonOffsetParent(popper, reference);\n return getOffsetRectRelativeToArbitraryNode(reference, commonOffsetParent, fixedPosition);\n}\n\n/**\n * Get the outer sizes of the given element (offset size + margins)\n * @method\n * @memberof Popper.Utils\n * @argument {Element} element\n * @returns {Object} object containing width and height properties\n */\nfunction getOuterSizes(element) {\n var window = element.ownerDocument.defaultView;\n var styles = window.getComputedStyle(element);\n var x = parseFloat(styles.marginTop || 0) + parseFloat(styles.marginBottom || 0);\n var y = parseFloat(styles.marginLeft || 0) + parseFloat(styles.marginRight || 0);\n var result = {\n width: element.offsetWidth + y,\n height: element.offsetHeight + x\n };\n return result;\n}\n\n/**\n * Get the opposite placement of the given one\n * @method\n * @memberof Popper.Utils\n * @argument {String} placement\n * @returns {String} flipped placement\n */\nfunction getOppositePlacement(placement) {\n var hash = { left: 'right', right: 'left', bottom: 'top', top: 'bottom' };\n return placement.replace(/left|right|bottom|top/g, function (matched) {\n return hash[matched];\n });\n}\n\n/**\n * Get offsets to the popper\n * @method\n * @memberof Popper.Utils\n * @param {Object} position - CSS position the Popper will get applied\n * @param {HTMLElement} popper - the popper element\n * @param {Object} referenceOffsets - the reference offsets (the popper will be relative to this)\n * @param {String} placement - one of the valid placement options\n * @returns {Object} popperOffsets - An object containing the offsets which will be applied to the popper\n */\nfunction getPopperOffsets(popper, referenceOffsets, placement) {\n placement = placement.split('-')[0];\n\n // Get popper node sizes\n var popperRect = getOuterSizes(popper);\n\n // Add position, width and height to our offsets object\n var popperOffsets = {\n width: popperRect.width,\n height: popperRect.height\n };\n\n // depending by the popper placement we have to compute its offsets slightly differently\n var isHoriz = ['right', 'left'].indexOf(placement) !== -1;\n var mainSide = isHoriz ? 'top' : 'left';\n var secondarySide = isHoriz ? 'left' : 'top';\n var measurement = isHoriz ? 'height' : 'width';\n var secondaryMeasurement = !isHoriz ? 'height' : 'width';\n\n popperOffsets[mainSide] = referenceOffsets[mainSide] + referenceOffsets[measurement] / 2 - popperRect[measurement] / 2;\n if (placement === secondarySide) {\n popperOffsets[secondarySide] = referenceOffsets[secondarySide] - popperRect[secondaryMeasurement];\n } else {\n popperOffsets[secondarySide] = referenceOffsets[getOppositePlacement(secondarySide)];\n }\n\n return popperOffsets;\n}\n\n/**\n * Mimics the `find` method of Array\n * @method\n * @memberof Popper.Utils\n * @argument {Array} arr\n * @argument prop\n * @argument value\n * @returns index or -1\n */\nfunction find(arr, check) {\n // use native find if supported\n if (Array.prototype.find) {\n return arr.find(check);\n }\n\n // use `filter` to obtain the same behavior of `find`\n return arr.filter(check)[0];\n}\n\n/**\n * Return the index of the matching object\n * @method\n * @memberof Popper.Utils\n * @argument {Array} arr\n * @argument prop\n * @argument value\n * @returns index or -1\n */\nfunction findIndex(arr, prop, value) {\n // use native findIndex if supported\n if (Array.prototype.findIndex) {\n return arr.findIndex(function (cur) {\n return cur[prop] === value;\n });\n }\n\n // use `find` + `indexOf` if `findIndex` isn't supported\n var match = find(arr, function (obj) {\n return obj[prop] === value;\n });\n return arr.indexOf(match);\n}\n\n/**\n * Loop trough the list of modifiers and run them in order,\n * each of them will then edit the data object.\n * @method\n * @memberof Popper.Utils\n * @param {dataObject} data\n * @param {Array} modifiers\n * @param {String} ends - Optional modifier name used as stopper\n * @returns {dataObject}\n */\nfunction runModifiers(modifiers, data, ends) {\n var modifiersToRun = ends === undefined ? modifiers : modifiers.slice(0, findIndex(modifiers, 'name', ends));\n\n modifiersToRun.forEach(function (modifier) {\n if (modifier['function']) {\n // eslint-disable-line dot-notation\n console.warn('`modifier.function` is deprecated, use `modifier.fn`!');\n }\n var fn = modifier['function'] || modifier.fn; // eslint-disable-line dot-notation\n if (modifier.enabled && isFunction(fn)) {\n // Add properties to offsets to make them a complete clientRect object\n // we do this before each modifier to make sure the previous one doesn't\n // mess with these values\n data.offsets.popper = getClientRect(data.offsets.popper);\n data.offsets.reference = getClientRect(data.offsets.reference);\n\n data = fn(data, modifier);\n }\n });\n\n return data;\n}\n\n/**\n * Updates the position of the popper, computing the new offsets and applying\n * the new style.<br />\n * Prefer `scheduleUpdate` over `update` because of performance reasons.\n * @method\n * @memberof Popper\n */\nfunction update() {\n // if popper is destroyed, don't perform any further update\n if (this.state.isDestroyed) {\n return;\n }\n\n var data = {\n instance: this,\n styles: {},\n arrowStyles: {},\n attributes: {},\n flipped: false,\n offsets: {}\n };\n\n // compute reference element offsets\n data.offsets.reference = getReferenceOffsets(this.state, this.popper, this.reference, this.options.positionFixed);\n\n // compute auto placement, store placement inside the data object,\n // modifiers will be able to edit `placement` if needed\n // and refer to originalPlacement to know the original value\n data.placement = computeAutoPlacement(this.options.placement, data.offsets.reference, this.popper, this.reference, this.options.modifiers.flip.boundariesElement, this.options.modifiers.flip.padding);\n\n // store the computed placement inside `originalPlacement`\n data.originalPlacement = data.placement;\n\n data.positionFixed = this.options.positionFixed;\n\n // compute the popper offsets\n data.offsets.popper = getPopperOffsets(this.popper, data.offsets.reference, data.placement);\n\n data.offsets.popper.position = this.options.positionFixed ? 'fixed' : 'absolute';\n\n // run the modifiers\n data = runModifiers(this.modifiers, data);\n\n // the first `update` will call `onCreate` callback\n // the other ones will call `onUpdate` callback\n if (!this.state.isCreated) {\n this.state.isCreated = true;\n this.options.onCreate(data);\n } else {\n this.options.onUpdate(data);\n }\n}\n\n/**\n * Helper used to know if the given modifier is enabled.\n * @method\n * @memberof Popper.Utils\n * @returns {Boolean}\n */\nfunction isModifierEnabled(modifiers, modifierName) {\n return modifiers.some(function (_ref) {\n var name = _ref.name,\n enabled = _ref.enabled;\n return enabled && name === modifierName;\n });\n}\n\n/**\n * Get the prefixed supported property name\n * @method\n * @memberof Popper.Utils\n * @argument {String} property (camelCase)\n * @returns {String} prefixed property (camelCase or PascalCase, depending on the vendor prefix)\n */\nfunction getSupportedPropertyName(property) {\n var prefixes = [false, 'ms', 'Webkit', 'Moz', 'O'];\n var upperProp = property.charAt(0).toUpperCase() + property.slice(1);\n\n for (var i = 0; i < prefixes.length; i++) {\n var prefix = prefixes[i];\n var toCheck = prefix ? '' + prefix + upperProp : property;\n if (typeof document.body.style[toCheck] !== 'undefined') {\n return toCheck;\n }\n }\n return null;\n}\n\n/**\n * Destroys the popper.\n * @method\n * @memberof Popper\n */\nfunction destroy() {\n this.state.isDestroyed = true;\n\n // touch DOM only if `applyStyle` modifier is enabled\n if (isModifierEnabled(this.modifiers, 'applyStyle')) {\n this.popper.removeAttribute('x-placement');\n this.popper.style.position = '';\n this.popper.style.top = '';\n this.popper.style.left = '';\n this.popper.style.right = '';\n this.popper.style.bottom = '';\n this.popper.style.willChange = '';\n this.popper.style[getSupportedPropertyName('transform')] = '';\n }\n\n this.disableEventListeners();\n\n // remove the popper if user explicity asked for the deletion on destroy\n // do not use `remove` because IE11 doesn't support it\n if (this.options.removeOnDestroy) {\n this.popper.parentNode.removeChild(this.popper);\n }\n return this;\n}\n\n/**\n * Get the window associated with the element\n * @argument {Element} element\n * @returns {Window}\n */\nfunction getWindow(element) {\n var ownerDocument = element.ownerDocument;\n return ownerDocument ? ownerDocument.defaultView : window;\n}\n\nfunction attachToScrollParents(scrollParent, event, callback, scrollParents) {\n var isBody = scrollParent.nodeName === 'BODY';\n var target = isBody ? scrollParent.ownerDocument.defaultView : scrollParent;\n target.addEventListener(event, callback, { passive: true });\n\n if (!isBody) {\n attachToScrollParents(getScrollParent(target.parentNode), event, callback, scrollParents);\n }\n scrollParents.push(target);\n}\n\n/**\n * Setup needed event listeners used to update the popper position\n * @method\n * @memberof Popper.Utils\n * @private\n */\nfunction setupEventListeners(reference, options, state, updateBound) {\n // Resize event listener on window\n state.updateBound = updateBound;\n getWindow(reference).addEventListener('resize', state.updateBound, { passive: true });\n\n // Scroll event listener on scroll parents\n var scrollElement = getScrollParent(reference);\n attachToScrollParents(scrollElement, 'scroll', state.updateBound, state.scrollParents);\n state.scrollElement = scrollElement;\n state.eventsEnabled = true;\n\n return state;\n}\n\n/**\n * It will add resize/scroll events and start recalculating\n * position of the popper element when they are triggered.\n * @method\n * @memberof Popper\n */\nfunction enableEventListeners() {\n if (!this.state.eventsEnabled) {\n this.state = setupEventListeners(this.reference, this.options, this.state, this.scheduleUpdate);\n }\n}\n\n/**\n * Remove event listeners used to update the popper position\n * @method\n * @memberof Popper.Utils\n * @private\n */\nfunction removeEventListeners(reference, state) {\n // Remove resize event listener on window\n getWindow(reference).removeEventListener('resize', state.updateBound);\n\n // Remove scroll event listener on scroll parents\n state.scrollParents.forEach(function (target) {\n target.removeEventListener('scroll', state.updateBound);\n });\n\n // Reset state\n state.updateBound = null;\n state.scrollParents = [];\n state.scrollElement = null;\n state.eventsEnabled = false;\n return state;\n}\n\n/**\n * It will remove resize/scroll events and won't recalculate popper position\n * when they are triggered. It also won't trigger `onUpdate` callback anymore,\n * unless you call `update` method manually.\n * @method\n * @memberof Popper\n */\nfunction disableEventListeners() {\n if (this.state.eventsEnabled) {\n cancelAnimationFrame(this.scheduleUpdate);\n this.state = removeEventListeners(this.reference, this.state);\n }\n}\n\n/**\n * Tells if a given input is a number\n * @method\n * @memberof Popper.Utils\n * @param {*} input to check\n * @return {Boolean}\n */\nfunction isNumeric(n) {\n return n !== '' && !isNaN(parseFloat(n)) && isFinite(n);\n}\n\n/**\n * Set the style to the given popper\n * @method\n * @memberof Popper.Utils\n * @argument {Element} element - Element to apply the style to\n * @argument {Object} styles\n * Object with a list of properties and values which will be applied to the element\n */\nfunction setStyles(element, styles) {\n Object.keys(styles).forEach(function (prop) {\n var unit = '';\n // add unit if the value is numeric and is one of the following\n if (['width', 'height', 'top', 'right', 'bottom', 'left'].indexOf(prop) !== -1 && isNumeric(styles[prop])) {\n unit = 'px';\n }\n element.style[prop] = styles[prop] + unit;\n });\n}\n\n/**\n * Set the attributes to the given popper\n * @method\n * @memberof Popper.Utils\n * @argument {Element} element - Element to apply the attributes to\n * @argument {Object} styles\n * Object with a list of properties and values which will be applied to the element\n */\nfunction setAttributes(element, attributes) {\n Object.keys(attributes).forEach(function (prop) {\n var value = attributes[prop];\n if (value !== false) {\n element.setAttribute(prop, attributes[prop]);\n } else {\n element.removeAttribute(prop);\n }\n });\n}\n\n/**\n * @function\n * @memberof Modifiers\n * @argument {Object} data - The data object generated by `update` method\n * @argument {Object} data.styles - List of style properties - values to apply to popper element\n * @argument {Object} data.attributes - List of attribute properties - values to apply to popper element\n * @argument {Object} options - Modifiers configuration and options\n * @returns {Object} The same data object\n */\nfunction applyStyle(data) {\n // any property present in `data.styles` will be applied to the popper,\n // in this way we can make the 3rd party modifiers add custom styles to it\n // Be aware, modifiers could override the properties defined in the previous\n // lines of this modifier!\n setStyles(data.instance.popper, data.styles);\n\n // any property present in `data.attributes` will be applied to the popper,\n // they will be set as HTML attributes of the element\n setAttributes(data.instance.popper, data.attributes);\n\n // if arrowElement is defined and arrowStyles has some properties\n if (data.arrowElement && Object.keys(data.arrowStyles).length) {\n setStyles(data.arrowElement, data.arrowStyles);\n }\n\n return data;\n}\n\n/**\n * Set the x-placement attribute before everything else because it could be used\n * to add margins to the popper margins needs to be calculated to get the\n * correct popper offsets.\n * @method\n * @memberof Popper.modifiers\n * @param {HTMLElement} reference - The reference element used to position the popper\n * @param {HTMLElement} popper - The HTML element used as popper\n * @param {Object} options - Popper.js options\n */\nfunction applyStyleOnLoad(reference, popper, options, modifierOptions, state) {\n // compute reference element offsets\n var referenceOffsets = getReferenceOffsets(state, popper, reference, options.positionFixed);\n\n // compute auto placement, store placement inside the data object,\n // modifiers will be able to edit `placement` if needed\n // and refer to originalPlacement to know the original value\n var placement = computeAutoPlacement(options.placement, referenceOffsets, popper, reference, options.modifiers.flip.boundariesElement, options.modifiers.flip.padding);\n\n popper.setAttribute('x-placement', placement);\n\n // Apply `position` to popper before anything else because\n // without the position applied we can't guarantee correct computations\n setStyles(popper, { position: options.positionFixed ? 'fixed' : 'absolute' });\n\n return options;\n}\n\n/**\n * @function\n * @memberof Popper.Utils\n * @argument {Object} data - The data object generated by `update` method\n * @argument {Boolean} shouldRound - If the offsets should be rounded at all\n * @returns {Object} The popper's position offsets rounded\n *\n * The tale of pixel-perfect positioning. It's still not 100% perfect, but as\n * good as it can be within reason.\n * Discussion here: https://github.com/FezVrasta/popper.js/pull/715\n *\n * Low DPI screens cause a popper to be blurry if not using full pixels (Safari\n * as well on High DPI screens).\n *\n * Firefox prefers no rounding for positioning and does not have blurriness on\n * high DPI screens.\n *\n * Only horizontal placement and left/right values need to be considered.\n */\nfunction getRoundedOffsets(data, shouldRound) {\n var _data$offsets = data.offsets,\n popper = _data$offsets.popper,\n reference = _data$offsets.reference;\n var round = Math.round,\n floor = Math.floor;\n\n var noRound = function noRound(v) {\n return v;\n };\n\n var referenceWidth = round(reference.width);\n var popperWidth = round(popper.width);\n\n var isVertical = ['left', 'right'].indexOf(data.placement) !== -1;\n var isVariation = data.placement.indexOf('-') !== -1;\n var sameWidthParity = referenceWidth % 2 === popperWidth % 2;\n var bothOddWidth = referenceWidth % 2 === 1 && popperWidth % 2 === 1;\n\n var horizontalToInteger = !shouldRound ? noRound : isVertical || isVariation || sameWidthParity ? round : floor;\n var verticalToInteger = !shouldRound ? noRound : round;\n\n return {\n left: horizontalToInteger(bothOddWidth && !isVariation && shouldRound ? popper.left - 1 : popper.left),\n top: verticalToInteger(popper.top),\n bottom: verticalToInteger(popper.bottom),\n right: horizontalToInteger(popper.right)\n };\n}\n\nvar isFirefox = isBrowser && /Firefox/i.test(navigator.userAgent);\n\n/**\n * @function\n * @memberof Modifiers\n * @argument {Object} data - The data object generated by `update` method\n * @argument {Object} options - Modifiers configuration and options\n * @returns {Object} The data object, properly modified\n */\nfunction computeStyle(data, options) {\n var x = options.x,\n y = options.y;\n var popper = data.offsets.popper;\n\n // Remove this legacy support in Popper.js v2\n\n var legacyGpuAccelerationOption = find(data.instance.modifiers, function (modifier) {\n return modifier.name === 'applyStyle';\n }).gpuAcceleration;\n if (legacyGpuAccelerationOption !== undefined) {\n console.warn('WARNING: `gpuAcceleration` option moved to `computeStyle` modifier and will not be supported in future versions of Popper.js!');\n }\n var gpuAcceleration = legacyGpuAccelerationOption !== undefined ? legacyGpuAccelerationOption : options.gpuAcceleration;\n\n var offsetParent = getOffsetParent(data.instance.popper);\n var offsetParentRect = getBoundingClientRect(offsetParent);\n\n // Styles\n var styles = {\n position: popper.position\n };\n\n var offsets = getRoundedOffsets(data, window.devicePixelRatio < 2 || !isFirefox);\n\n var sideA = x === 'bottom' ? 'top' : 'bottom';\n var sideB = y === 'right' ? 'left' : 'right';\n\n // if gpuAcceleration is set to `true` and transform is supported,\n // we use `translate3d` to apply the position to the popper we\n // automatically use the supported prefixed version if needed\n var prefixedProperty = getSupportedPropertyName('transform');\n\n // now, let's make a step back and look at this code closely (wtf?)\n // If the content of the popper grows once it's been positioned, it\n // may happen that the popper gets misplaced because of the new content\n // overflowing its reference element\n // To avoid this problem, we provide two options (x and y), which allow\n // the consumer to define the offset origin.\n // If we position a popper on top of a reference element, we can set\n // `x` to `top` to make the popper grow towards its top instead of\n // its bottom.\n var left = void 0,\n top = void 0;\n if (sideA === 'bottom') {\n // when offsetParent is <html> the positioning is relative to the bottom of the screen (excluding the scrollbar)\n // and not the bottom of the html element\n if (offsetParent.nodeName === 'HTML') {\n top = -offsetParent.clientHeight + offsets.bottom;\n } else {\n top = -offsetParentRect.height + offsets.bottom;\n }\n } else {\n top = offsets.top;\n }\n if (sideB === 'right') {\n if (offsetParent.nodeName === 'HTML') {\n left = -offsetParent.clientWidth + offsets.right;\n } else {\n left = -offsetParentRect.width + offsets.right;\n }\n } else {\n left = offsets.left;\n }\n if (gpuAcceleration && prefixedProperty) {\n styles[prefixedProperty] = 'translate3d(' + left + 'px, ' + top + 'px, 0)';\n styles[sideA] = 0;\n styles[sideB] = 0;\n styles.willChange = 'transform';\n } else {\n // othwerise, we use the standard `top`, `left`, `bottom` and `right` properties\n var invertTop = sideA === 'bottom' ? -1 : 1;\n var invertLeft = sideB === 'right' ? -1 : 1;\n styles[sideA] = top * invertTop;\n styles[sideB] = left * invertLeft;\n styles.willChange = sideA + ', ' + sideB;\n }\n\n // Attributes\n var attributes = {\n 'x-placement': data.placement\n };\n\n // Update `data` attributes, styles and arrowStyles\n data.attributes = _extends({}, attributes, data.attributes);\n data.styles = _extends({}, styles, data.styles);\n data.arrowStyles = _extends({}, data.offsets.arrow, data.arrowStyles);\n\n return data;\n}\n\n/**\n * Helper used to know if the given modifier depends from another one.<br />\n * It checks if the needed modifier is listed and enabled.\n * @method\n * @memberof Popper.Utils\n * @param {Array} modifiers - list of modifiers\n * @param {String} requestingName - name of requesting modifier\n * @param {String} requestedName - name of requested modifier\n * @returns {Boolean}\n */\nfunction isModifierRequired(modifiers, requestingName, requestedName) {\n var requesting = find(modifiers, function (_ref) {\n var name = _ref.name;\n return name === requestingName;\n });\n\n var isRequired = !!requesting && modifiers.some(function (modifier) {\n return modifier.name === requestedName && modifier.enabled && modifier.order < requesting.order;\n });\n\n if (!isRequired) {\n var _requesting = '`' + requestingName + '`';\n var requested = '`' + requestedName + '`';\n console.warn(requested + ' modifier is required by ' + _requesting + ' modifier in order to work, be sure to include it before ' + _requesting + '!');\n }\n return isRequired;\n}\n\n/**\n * @function\n * @memberof Modifiers\n * @argument {Object} data - The data object generated by update method\n * @argument {Object} options - Modifiers configuration and options\n * @returns {Object} The data object, properly modified\n */\nfunction arrow(data, options) {\n var _data$offsets$arrow;\n\n // arrow depends on keepTogether in order to work\n if (!isModifierRequired(data.instance.modifiers, 'arrow', 'keepTogether')) {\n return data;\n }\n\n var arrowElement = options.element;\n\n // if arrowElement is a string, suppose it's a CSS selector\n if (typeof arrowElement === 'string') {\n arrowElement = data.instance.popper.querySelector(arrowElement);\n\n // if arrowElement is not found, don't run the modifier\n if (!arrowElement) {\n return data;\n }\n } else {\n // if the arrowElement isn't a query selector we must check that the\n // provided DOM node is child of its popper node\n if (!data.instance.popper.contains(arrowElement)) {\n console.warn('WARNING: `arrow.element` must be child of its popper element!');\n return data;\n }\n }\n\n var placement = data.placement.split('-')[0];\n var _data$offsets = data.offsets,\n popper = _data$offsets.popper,\n reference = _data$offsets.reference;\n\n var isVertical = ['left', 'right'].indexOf(placement) !== -1;\n\n var len = isVertical ? 'height' : 'width';\n var sideCapitalized = isVertical ? 'Top' : 'Left';\n var side = sideCapitalized.toLowerCase();\n var altSide = isVertical ? 'left' : 'top';\n var opSide = isVertical ? 'bottom' : 'right';\n var arrowElementSize = getOuterSizes(arrowElement)[len];\n\n //\n // extends keepTogether behavior making sure the popper and its\n // reference have enough pixels in conjunction\n //\n\n // top/left side\n if (reference[opSide] - arrowElementSize < popper[side]) {\n data.offsets.popper[side] -= popper[side] - (reference[opSide] - arrowElementSize);\n }\n // bottom/right side\n if (reference[side] + arrowElementSize > popper[opSide]) {\n data.offsets.popper[side] += reference[side] + arrowElementSize - popper[opSide];\n }\n data.offsets.popper = getClientRect(data.offsets.popper);\n\n // compute center of the popper\n var center = reference[side] + reference[len] / 2 - arrowElementSize / 2;\n\n // Compute the sideValue using the updated popper offsets\n // take popper margin in account because we don't have this info available\n var css = getStyleComputedProperty(data.instance.popper);\n var popperMarginSide = parseFloat(css['margin' + sideCapitalized], 10);\n var popperBorderSide = parseFloat(css['border' + sideCapitalized + 'Width'], 10);\n var sideValue = center - data.offsets.popper[side] - popperMarginSide - popperBorderSide;\n\n // prevent arrowElement from being placed not contiguously to its popper\n sideValue = Math.max(Math.min(popper[len] - arrowElementSize, sideValue), 0);\n\n data.arrowElement = arrowElement;\n data.offsets.arrow = (_data$offsets$arrow = {}, defineProperty(_data$offsets$arrow, side, Math.round(sideValue)), defineProperty(_data$offsets$arrow, altSide, ''), _data$offsets$arrow);\n\n return data;\n}\n\n/**\n * Get the opposite placement variation of the given one\n * @method\n * @memberof Popper.Utils\n * @argument {String} placement variation\n * @returns {String} flipped placement variation\n */\nfunction getOppositeVariation(variation) {\n if (variation === 'end') {\n return 'start';\n } else if (variation === 'start') {\n return 'end';\n }\n return variation;\n}\n\n/**\n * List of accepted placements to use as values of the `placement` option.<br />\n * Valid placements are:\n * - `auto`\n * - `top`\n * - `right`\n * - `bottom`\n * - `left`\n *\n * Each placement can have a variation from this list:\n * - `-start`\n * - `-end`\n *\n * Variations are interpreted easily if you think of them as the left to right\n * written languages. Horizontally (`top` and `bottom`), `start` is left and `end`\n * is right.<br />\n * Vertically (`left` and `right`), `start` is top and `end` is bottom.\n *\n * Some valid examples are:\n * - `top-end` (on top of reference, right aligned)\n * - `right-start` (on right of reference, top aligned)\n * - `bottom` (on bottom, centered)\n * - `auto-end` (on the side with more space available, alignment depends by placement)\n *\n * @static\n * @type {Array}\n * @enum {String}\n * @readonly\n * @method placements\n * @memberof Popper\n */\nvar placements = ['auto-start', 'auto', 'auto-end', 'top-start', 'top', 'top-end', 'right-start', 'right', 'right-end', 'bottom-end', 'bottom', 'bottom-start', 'left-end', 'left', 'left-start'];\n\n// Get rid of `auto` `auto-start` and `auto-end`\nvar validPlacements = placements.slice(3);\n\n/**\n * Given an initial placement, returns all the subsequent placements\n * clockwise (or counter-clockwise).\n *\n * @method\n * @memberof Popper.Utils\n * @argument {String} placement - A valid placement (it accepts variations)\n * @argument {Boolean} counter - Set to true to walk the placements counterclockwise\n * @returns {Array} placements including their variations\n */\nfunction clockwise(placement) {\n var counter = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : false;\n\n var index = validPlacements.indexOf(placement);\n var arr = validPlacements.slice(index + 1).concat(validPlacements.slice(0, index));\n return counter ? arr.reverse() : arr;\n}\n\nvar BEHAVIORS = {\n FLIP: 'flip',\n CLOCKWISE: 'clockwise',\n COUNTERCLOCKWISE: 'counterclockwise'\n};\n\n/**\n * @function\n * @memberof Modifiers\n * @argument {Object} data - The data object generated by update method\n * @argument {Object} options - Modifiers configuration and options\n * @returns {Object} The data object, properly modified\n */\nfunction flip(data, options) {\n // if `inner` modifier is enabled, we can't use the `flip` modifier\n if (isModifierEnabled(data.instance.modifiers, 'inner')) {\n return data;\n }\n\n if (data.flipped && data.placement === data.originalPlacement) {\n // seems like flip is trying to loop, probably there's not enough space on any of the flippable sides\n return data;\n }\n\n var boundaries = getBoundaries(data.instance.popper, data.instance.reference, options.padding, options.boundariesElement, data.positionFixed);\n\n var placement = data.placement.split('-')[0];\n var placementOpposite = getOppositePlacement(placement);\n var variation = data.placement.split('-')[1] || '';\n\n var flipOrder = [];\n\n switch (options.behavior) {\n case BEHAVIORS.FLIP:\n flipOrder = [placement, placementOpposite];\n break;\n case BEHAVIORS.CLOCKWISE:\n flipOrder = clockwise(placement);\n break;\n case BEHAVIORS.COUNTERCLOCKWISE:\n flipOrder = clockwise(placement, true);\n break;\n default:\n flipOrder = options.behavior;\n }\n\n flipOrder.forEach(function (step, index) {\n if (placement !== step || flipOrder.length === index + 1) {\n return data;\n }\n\n placement = data.placement.split('-')[0];\n placementOpposite = getOppositePlacement(placement);\n\n var popperOffsets = data.offsets.popper;\n var refOffsets = data.offsets.reference;\n\n // using floor because the reference offsets may contain decimals we are not going to consider here\n var floor = Math.floor;\n var overlapsRef = placement === 'left' && floor(popperOffsets.right) > floor(refOffsets.left) || placement === 'right' && floor(popperOffsets.left) < floor(refOffsets.right) || placement === 'top' && floor(popperOffsets.bottom) > floor(refOffsets.top) || placement === 'bottom' && floor(popperOffsets.top) < floor(refOffsets.bottom);\n\n var overflowsLeft = floor(popperOffsets.left) < floor(boundaries.left);\n var overflowsRight = floor(popperOffsets.right) > floor(boundaries.right);\n var overflowsTop = floor(popperOffsets.top) < floor(boundaries.top);\n var overflowsBottom = floor(popperOffsets.bottom) > floor(boundaries.bottom);\n\n var overflowsBoundaries = placement === 'left' && overflowsLeft || placement === 'right' && overflowsRight || placement === 'top' && overflowsTop || placement === 'bottom' && overflowsBottom;\n\n // flip the variation if required\n var isVertical = ['top', 'bottom'].indexOf(placement) !== -1;\n\n // flips variation if reference element overflows boundaries\n var flippedVariationByRef = !!options.flipVariations && (isVertical && variation === 'start' && overflowsLeft || isVertical && variation === 'end' && overflowsRight || !isVertical && variation === 'start' && overflowsTop || !isVertical && variation === 'end' && overflowsBottom);\n\n // flips variation if popper content overflows boundaries\n var flippedVariationByContent = !!options.flipVariationsByContent && (isVertical && variation === 'start' && overflowsRight || isVertical && variation === 'end' && overflowsLeft || !isVertical && variation === 'start' && overflowsBottom || !isVertical && variation === 'end' && overflowsTop);\n\n var flippedVariation = flippedVariationByRef || flippedVariationByContent;\n\n if (overlapsRef || overflowsBoundaries || flippedVariation) {\n // this boolean to detect any flip loop\n data.flipped = true;\n\n if (overlapsRef || overflowsBoundaries) {\n placement = flipOrder[index + 1];\n }\n\n if (flippedVariation) {\n variation = getOppositeVariation(variation);\n }\n\n data.placement = placement + (variation ? '-' + variation : '');\n\n // this object contains `position`, we want to preserve it along with\n // any additional property we may add in the future\n data.offsets.popper = _extends({}, data.offsets.popper, getPopperOffsets(data.instance.popper, data.offsets.reference, data.placement));\n\n data = runModifiers(data.instance.modifiers, data, 'flip');\n }\n });\n return data;\n}\n\n/**\n * @function\n * @memberof Modifiers\n * @argument {Object} data - The data object generated by update method\n * @argument {Object} options - Modifiers configuration and options\n * @returns {Object} The data object, properly modified\n */\nfunction keepTogether(data) {\n var _data$offsets = data.offsets,\n popper = _data$offsets.popper,\n reference = _data$offsets.reference;\n\n var placement = data.placement.split('-')[0];\n var floor = Math.floor;\n var isVertical = ['top', 'bottom'].indexOf(placement) !== -1;\n var side = isVertical ? 'right' : 'bottom';\n var opSide = isVertical ? 'left' : 'top';\n var measurement = isVertical ? 'width' : 'height';\n\n if (popper[side] < floor(reference[opSide])) {\n data.offsets.popper[opSide] = floor(reference[opSide]) - popper[measurement];\n }\n if (popper[opSide] > floor(reference[side])) {\n data.offsets.popper[opSide] = floor(reference[side]);\n }\n\n return data;\n}\n\n/**\n * Converts a string containing value + unit into a px value number\n * @function\n * @memberof {modifiers~offset}\n * @private\n * @argument {String} str - Value + unit string\n * @argument {String} measurement - `height` or `width`\n * @argument {Object} popperOffsets\n * @argument {Object} referenceOffsets\n * @returns {Number|String}\n * Value in pixels, or original string if no values were extracted\n */\nfunction toValue(str, measurement, popperOffsets, referenceOffsets) {\n // separate value from unit\n var split = str.match(/((?:\\-|\\+)?\\d*\\.?\\d*)(.*)/);\n var value = +split[1];\n var unit = split[2];\n\n // If it's not a number it's an operator, I guess\n if (!value) {\n return str;\n }\n\n if (unit.indexOf('%') === 0) {\n var element = void 0;\n switch (unit) {\n case '%p':\n element = popperOffsets;\n break;\n case '%':\n case '%r':\n default:\n element = referenceOffsets;\n }\n\n var rect = getClientRect(element);\n return rect[measurement] / 100 * value;\n } else if (unit === 'vh' || unit === 'vw') {\n // if is a vh or vw, we calculate the size based on the viewport\n var size = void 0;\n if (unit === 'vh') {\n size = Math.max(document.documentElement.clientHeight, window.innerHeight || 0);\n } else {\n size = Math.max(document.documentElement.clientWidth, window.innerWidth || 0);\n }\n return size / 100 * value;\n } else {\n // if is an explicit pixel unit, we get rid of the unit and keep the value\n // if is an implicit unit, it's px, and we return just the value\n return value;\n }\n}\n\n/**\n * Parse an `offset` string to extrapolate `x` and `y` numeric offsets.\n * @function\n * @memberof {modifiers~offset}\n * @private\n * @argument {String} offset\n * @argument {Object} popperOffsets\n * @argument {Object} referenceOffsets\n * @argument {String} basePlacement\n * @returns {Array} a two cells array with x and y offsets in numbers\n */\nfunction parseOffset(offset, popperOffsets, referenceOffsets, basePlacement) {\n var offsets = [0, 0];\n\n // Use height if placement is left or right and index is 0 otherwise use width\n // in this way the first offset will use an axis and the second one\n // will use the other one\n var useHeight = ['right', 'left'].indexOf(basePlacement) !== -1;\n\n // Split the offset string to obtain a list of values and operands\n // The regex addresses values with the plus or minus sign in front (+10, -20, etc)\n var fragments = offset.split(/(\\+|\\-)/).map(function (frag) {\n return frag.trim();\n });\n\n // Detect if the offset string contains a pair of values or a single one\n // they could be separated by comma or space\n var divider = fragments.indexOf(find(fragments, function (frag) {\n return frag.search(/,|\\s/) !== -1;\n }));\n\n if (fragments[divider] && fragments[divider].indexOf(',') === -1) {\n console.warn('Offsets separated by white space(s) are deprecated, use a comma (,) instead.');\n }\n\n // If divider is found, we divide the list of values and operands to divide\n // them by ofset X and Y.\n var splitRegex = /\\s*,\\s*|\\s+/;\n var ops = divider !== -1 ? [fragments.slice(0, divider).concat([fragments[divider].split(splitRegex)[0]]), [fragments[divider].split(splitRegex)[1]].concat(fragments.slice(divider + 1))] : [fragments];\n\n // Convert the values with units to absolute pixels to allow our computations\n ops = ops.map(function (op, index) {\n // Most of the units rely on the orientation of the popper\n var measurement = (index === 1 ? !useHeight : useHeight) ? 'height' : 'width';\n var mergeWithPrevious = false;\n return op\n // This aggregates any `+` or `-` sign that aren't considered operators\n // e.g.: 10 + +5 => [10, +, +5]\n .reduce(function (a, b) {\n if (a[a.length - 1] === '' && ['+', '-'].indexOf(b) !== -1) {\n a[a.length - 1] = b;\n mergeWithPrevious = true;\n return a;\n } else if (mergeWithPrevious) {\n a[a.length - 1] += b;\n mergeWithPrevious = false;\n return a;\n } else {\n return a.concat(b);\n }\n }, [])\n // Here we convert the string values into number values (in px)\n .map(function (str) {\n return toValue(str, measurement, popperOffsets, referenceOffsets);\n });\n });\n\n // Loop trough the offsets arrays and execute the operations\n ops.forEach(function (op, index) {\n op.forEach(function (frag, index2) {\n if (isNumeric(frag)) {\n offsets[index] += frag * (op[index2 - 1] === '-' ? -1 : 1);\n }\n });\n });\n return offsets;\n}\n\n/**\n * @function\n * @memberof Modifiers\n * @argument {Object} data - The data object generated by update method\n * @argument {Object} options - Modifiers configuration and options\n * @argument {Number|String} options.offset=0\n * The offset value as described in the modifier description\n * @returns {Object} The data object, properly modified\n */\nfunction offset(data, _ref) {\n var offset = _ref.offset;\n var placement = data.placement,\n _data$offsets = data.offsets,\n popper = _data$offsets.popper,\n reference = _data$offsets.reference;\n\n var basePlacement = placement.split('-')[0];\n\n var offsets = void 0;\n if (isNumeric(+offset)) {\n offsets = [+offset, 0];\n } else {\n offsets = parseOffset(offset, popper, reference, basePlacement);\n }\n\n if (basePlacement === 'left') {\n popper.top += offsets[0];\n popper.left -= offsets[1];\n } else if (basePlacement === 'right') {\n popper.top += offsets[0];\n popper.left += offsets[1];\n } else if (basePlacement === 'top') {\n popper.left += offsets[0];\n popper.top -= offsets[1];\n } else if (basePlacement === 'bottom') {\n popper.left += offsets[0];\n popper.top += offsets[1];\n }\n\n data.popper = popper;\n return data;\n}\n\n/**\n * @function\n * @memberof Modifiers\n * @argument {Object} data - The data object generated by `update` method\n * @argument {Object} options - Modifiers configuration and options\n * @returns {Object} The data object, properly modified\n */\nfunction preventOverflow(data, options) {\n var boundariesElement = options.boundariesElement || getOffsetParent(data.instance.popper);\n\n // If offsetParent is the reference element, we really want to\n // go one step up and use the next offsetParent as reference to\n // avoid to make this modifier completely useless and look like broken\n if (data.instance.reference === boundariesElement) {\n boundariesElement = getOffsetParent(boundariesElement);\n }\n\n // NOTE: DOM access here\n // resets the popper's position so that the document size can be calculated excluding\n // the size of the popper element itself\n var transformProp = getSupportedPropertyName('transform');\n var popperStyles = data.instance.popper.style; // assignment to help minification\n var top = popperStyles.top,\n left = popperStyles.left,\n transform = popperStyles[transformProp];\n\n popperStyles.top = '';\n popperStyles.left = '';\n popperStyles[transformProp] = '';\n\n var boundaries = getBoundaries(data.instance.popper, data.instance.reference, options.padding, boundariesElement, data.positionFixed);\n\n // NOTE: DOM access here\n // restores the original style properties after the offsets have been computed\n popperStyles.top = top;\n popperStyles.left = left;\n popperStyles[transformProp] = transform;\n\n options.boundaries = boundaries;\n\n var order = options.priority;\n var popper = data.offsets.popper;\n\n var check = {\n primary: function primary(placement) {\n var value = popper[placement];\n if (popper[placement] < boundaries[placement] && !options.escapeWithReference) {\n value = Math.max(popper[placement], boundaries[placement]);\n }\n return defineProperty({}, placement, value);\n },\n secondary: function secondary(placement) {\n var mainSide = placement === 'right' ? 'left' : 'top';\n var value = popper[mainSide];\n if (popper[placement] > boundaries[placement] && !options.escapeWithReference) {\n value = Math.min(popper[mainSide], boundaries[placement] - (placement === 'right' ? popper.width : popper.height));\n }\n return defineProperty({}, mainSide, value);\n }\n };\n\n order.forEach(function (placement) {\n var side = ['left', 'top'].indexOf(placement) !== -1 ? 'primary' : 'secondary';\n popper = _extends({}, popper, check[side](placement));\n });\n\n data.offsets.popper = popper;\n\n return data;\n}\n\n/**\n * @function\n * @memberof Modifiers\n * @argument {Object} data - The data object generated by `update` method\n * @argument {Object} options - Modifiers configuration and options\n * @returns {Object} The data object, properly modified\n */\nfunction shift(data) {\n var placement = data.placement;\n var basePlacement = placement.split('-')[0];\n var shiftvariation = placement.split('-')[1];\n\n // if shift shiftvariation is specified, run the modifier\n if (shiftvariation) {\n var _data$offsets = data.offsets,\n reference = _data$offsets.reference,\n popper = _data$offsets.popper;\n\n var isVertical = ['bottom', 'top'].indexOf(basePlacement) !== -1;\n var side = isVertical ? 'left' : 'top';\n var measurement = isVertical ? 'width' : 'height';\n\n var shiftOffsets = {\n start: defineProperty({}, side, reference[side]),\n end: defineProperty({}, side, reference[side] + reference[measurement] - popper[measurement])\n };\n\n data.offsets.popper = _extends({}, popper, shiftOffsets[shiftvariation]);\n }\n\n return data;\n}\n\n/**\n * @function\n * @memberof Modifiers\n * @argument {Object} data - The data object generated by update method\n * @argument {Object} options - Modifiers configuration and options\n * @returns {Object} The data object, properly modified\n */\nfunction hide(data) {\n if (!isModifierRequired(data.instance.modifiers, 'hide', 'preventOverflow')) {\n return data;\n }\n\n var refRect = data.offsets.reference;\n var bound = find(data.instance.modifiers, function (modifier) {\n return modifier.name === 'preventOverflow';\n }).boundaries;\n\n if (refRect.bottom < bound.top || refRect.left > bound.right || refRect.top > bound.bottom || refRect.right < bound.left) {\n // Avoid unnecessary DOM access if visibility hasn't changed\n if (data.hide === true) {\n return data;\n }\n\n data.hide = true;\n data.attributes['x-out-of-boundaries'] = '';\n } else {\n // Avoid unnecessary DOM access if visibility hasn't changed\n if (data.hide === false) {\n return data;\n }\n\n data.hide = false;\n data.attributes['x-out-of-boundaries'] = false;\n }\n\n return data;\n}\n\n/**\n * @function\n * @memberof Modifiers\n * @argument {Object} data - The data object generated by `update` method\n * @argument {Object} options - Modifiers configuration and options\n * @returns {Object} The data object, properly modified\n */\nfunction inner(data) {\n var placement = data.placement;\n var basePlacement = placement.split('-')[0];\n var _data$offsets = data.offsets,\n popper = _data$offsets.popper,\n reference = _data$offsets.reference;\n\n var isHoriz = ['left', 'right'].indexOf(basePlacement) !== -1;\n\n var subtractLength = ['top', 'left'].indexOf(basePlacement) === -1;\n\n popper[isHoriz ? 'left' : 'top'] = reference[basePlacement] - (subtractLength ? popper[isHoriz ? 'width' : 'height'] : 0);\n\n data.placement = getOppositePlacement(placement);\n data.offsets.popper = getClientRect(popper);\n\n return data;\n}\n\n/**\n * Modifier function, each modifier can have a function of this type assigned\n * to its `fn` property.<br />\n * These functions will be called on each update, this means that you must\n * make sure they are performant enough to avoid performance bottlenecks.\n *\n * @function ModifierFn\n * @argument {dataObject} data - The data object generated by `update` method\n * @argument {Object} options - Modifiers configuration and options\n * @returns {dataObject} The data object, properly modified\n */\n\n/**\n * Modifiers are plugins used to alter the behavior of your poppers.<br />\n * Popper.js uses a set of 9 modifiers to provide all the basic functionalities\n * needed by the library.\n *\n * Usually you don't want to override the `order`, `fn` and `onLoad` props.\n * All the other properties are configurations that could be tweaked.\n * @namespace modifiers\n */\nvar modifiers = {\n /**\n * Modifier used to shift the popper on the start or end of its reference\n * element.<br />\n * It will read the variation of the `placement` property.<br />\n * It can be one either `-end` or `-start`.\n * @memberof modifiers\n * @inner\n */\n shift: {\n /** @prop {number} order=100 - Index used to define the order of execution */\n order: 100,\n /** @prop {Boolean} enabled=true - Whether the modifier is enabled or not */\n enabled: true,\n /** @prop {ModifierFn} */\n fn: shift\n },\n\n /**\n * The `offset` modifier can shift your popper on both its axis.\n *\n * It accepts the following units:\n * - `px` or unit-less, interpreted as pixels\n * - `%` or `%r`, percentage relative to the length of the reference element\n * - `%p`, percentage relative to the length of the popper element\n * - `vw`, CSS viewport width unit\n * - `vh`, CSS viewport height unit\n *\n * For length is intended the main axis relative to the placement of the popper.<br />\n * This means that if the placement is `top` or `bottom`, the length will be the\n * `width`. In case of `left` or `right`, it will be the `height`.\n *\n * You can provide a single value (as `Number` or `String`), or a pair of values\n * as `String` divided by a comma or one (or more) white spaces.<br />\n * The latter is a deprecated method because it leads to confusion and will be\n * removed in v2.<br />\n * Additionally, it accepts additions and subtractions between different units.\n * Note that multiplications and divisions aren't supported.\n *\n * Valid examples are:\n * ```\n * 10\n * '10%'\n * '10, 10'\n * '10%, 10'\n * '10 + 10%'\n * '10 - 5vh + 3%'\n * '-10px + 5vh, 5px - 6%'\n * ```\n * > **NB**: If you desire to apply offsets to your poppers in a way that may make them overlap\n * > with their reference element, unfortunately, you will have to disable the `flip` modifier.\n * > You can read more on this at this [issue](https://github.com/FezVrasta/popper.js/issues/373).\n *\n * @memberof modifiers\n * @inner\n */\n offset: {\n /** @prop {number} order=200 - Index used to define the order of execution */\n order: 200,\n /** @prop {Boolean} enabled=true - Whether the modifier is enabled or not */\n enabled: true,\n /** @prop {ModifierFn} */\n fn: offset,\n /** @prop {Number|String} offset=0\n * The offset value as described in the modifier description\n */\n offset: 0\n },\n\n /**\n * Modifier used to prevent the popper from being positioned outside the boundary.\n *\n * A scenario exists where the reference itself is not within the boundaries.<br />\n * We can say it has \"escaped the boundaries\" — or just \"escaped\".<br />\n * In this case we need to decide whether the popper should either:\n *\n * - detach from the reference and remain \"trapped\" in the boundaries, or\n * - if it should ignore the boundary and \"escape with its reference\"\n *\n * When `escapeWithReference` is set to`true` and reference is completely\n * outside its boundaries, the popper will overflow (or completely leave)\n * the boundaries in order to remain attached to the edge of the reference.\n *\n * @memberof modifiers\n * @inner\n */\n preventOverflow: {\n /** @prop {number} order=300 - Index used to define the order of execution */\n order: 300,\n /** @prop {Boolean} enabled=true - Whether the modifier is enabled or not */\n enabled: true,\n /** @prop {ModifierFn} */\n fn: preventOverflow,\n /**\n * @prop {Array} [priority=['left','right','top','bottom']]\n * Popper will try to prevent overflow following these priorities by default,\n * then, it could overflow on the left and on top of the `boundariesElement`\n */\n priority: ['left', 'right', 'top', 'bottom'],\n /**\n * @prop {number} padding=5\n * Amount of pixel used to define a minimum distance between the boundaries\n * and the popper. This makes sure the popper always has a little padding\n * between the edges of its container\n */\n padding: 5,\n /**\n * @prop {String|HTMLElement} boundariesElement='scrollParent'\n * Boundaries used by the modifier. Can be `scrollParent`, `window`,\n * `viewport` or any DOM element.\n */\n boundariesElement: 'scrollParent'\n },\n\n /**\n * Modifier used to make sure the reference and its popper stay near each other\n * without leaving any gap between the two. Especially useful when the arrow is\n * enabled and you want to ensure that it points to its reference element.\n * It cares only about the first axis. You can still have poppers with margin\n * between the popper and its reference element.\n * @memberof modifiers\n * @inner\n */\n keepTogether: {\n /** @prop {number} order=400 - Index used to define the order of execution */\n order: 400,\n /** @prop {Boolean} enabled=true - Whether the modifier is enabled or not */\n enabled: true,\n /** @prop {ModifierFn} */\n fn: keepTogether\n },\n\n /**\n * This modifier is used to move the `arrowElement` of the popper to make\n * sure it is positioned between the reference element and its popper element.\n * It will read the outer size of the `arrowElement` node to detect how many\n * pixels of conjunction are needed.\n *\n * It has no effect if no `arrowElement` is provided.\n * @memberof modifiers\n * @inner\n */\n arrow: {\n /** @prop {number} order=500 - Index used to define the order of execution */\n order: 500,\n /** @prop {Boolean} enabled=true - Whether the modifier is enabled or not */\n enabled: true,\n /** @prop {ModifierFn} */\n fn: arrow,\n /** @prop {String|HTMLElement} element='[x-arrow]' - Selector or node used as arrow */\n element: '[x-arrow]'\n },\n\n /**\n * Modifier used to flip the popper's placement when it starts to overlap its\n * reference element.\n *\n * Requires the `preventOverflow` modifier before it in order to work.\n *\n * **NOTE:** this modifier will interrupt the current update cycle and will\n * restart it if it detects the need to flip the placement.\n * @memberof modifiers\n * @inner\n */\n flip: {\n /** @prop {number} order=600 - Index used to define the order of execution */\n order: 600,\n /** @prop {Boolean} enabled=true - Whether the modifier is enabled or not */\n enabled: true,\n /** @prop {ModifierFn} */\n fn: flip,\n /**\n * @prop {String|Array} behavior='flip'\n * The behavior used to change the popper's placement. It can be one of\n * `flip`, `clockwise`, `counterclockwise` or an array with a list of valid\n * placements (with optional variations)\n */\n behavior: 'flip',\n /**\n * @prop {number} padding=5\n * The popper will flip if it hits the edges of the `boundariesElement`\n */\n padding: 5,\n /**\n * @prop {String|HTMLElement} boundariesElement='viewport'\n * The element which will define the boundaries of the popper position.\n * The popper will never be placed outside of the defined boundaries\n * (except if `keepTogether` is enabled)\n */\n boundariesElement: 'viewport',\n /**\n * @prop {Boolean} flipVariations=false\n * The popper will switch placement variation between `-start` and `-end` when\n * the reference element overlaps its boundaries.\n *\n * The original placement should have a set variation.\n */\n flipVariations: false,\n /**\n * @prop {Boolean} flipVariationsByContent=false\n * The popper will switch placement variation between `-start` and `-end` when\n * the popper element overlaps its reference boundaries.\n *\n * The original placement should have a set variation.\n */\n flipVariationsByContent: false\n },\n\n /**\n * Modifier used to make the popper flow toward the inner of the reference element.\n * By default, when this modifier is disabled, the popper will be placed outside\n * the reference element.\n * @memberof modifiers\n * @inner\n */\n inner: {\n /** @prop {number} order=700 - Index used to define the order of execution */\n order: 700,\n /** @prop {Boolean} enabled=false - Whether the modifier is enabled or not */\n enabled: false,\n /** @prop {ModifierFn} */\n fn: inner\n },\n\n /**\n * Modifier used to hide the popper when its reference element is outside of the\n * popper boundaries. It will set a `x-out-of-boundaries` attribute which can\n * be used to hide with a CSS selector the popper when its reference is\n * out of boundaries.\n *\n * Requires the `preventOverflow` modifier before it in order to work.\n * @memberof modifiers\n * @inner\n */\n hide: {\n /** @prop {number} order=800 - Index used to define the order of execution */\n order: 800,\n /** @prop {Boolean} enabled=true - Whether the modifier is enabled or not */\n enabled: true,\n /** @prop {ModifierFn} */\n fn: hide\n },\n\n /**\n * Computes the style that will be applied to the popper element to gets\n * properly positioned.\n *\n * Note that this modifier will not touch the DOM, it just prepares the styles\n * so that `applyStyle` modifier can apply it. This separation is useful\n * in case you need to replace `applyStyle` with a custom implementation.\n *\n * This modifier has `850` as `order` value to maintain backward compatibility\n * with previous versions of Popper.js. Expect the modifiers ordering method\n * to change in future major versions of the library.\n *\n * @memberof modifiers\n * @inner\n */\n computeStyle: {\n /** @prop {number} order=850 - Index used to define the order of execution */\n order: 850,\n /** @prop {Boolean} enabled=true - Whether the modifier is enabled or not */\n enabled: true,\n /** @prop {ModifierFn} */\n fn: computeStyle,\n /**\n * @prop {Boolean} gpuAcceleration=true\n * If true, it uses the CSS 3D transformation to position the popper.\n * Otherwise, it will use the `top` and `left` properties\n */\n gpuAcceleration: true,\n /**\n * @prop {string} [x='bottom']\n * Where to anchor the X axis (`bottom` or `top`). AKA X offset origin.\n * Change this if your popper should grow in a direction different from `bottom`\n */\n x: 'bottom',\n /**\n * @prop {string} [x='left']\n * Where to anchor the Y axis (`left` or `right`). AKA Y offset origin.\n * Change this if your popper should grow in a direction different from `right`\n */\n y: 'right'\n },\n\n /**\n * Applies the computed styles to the popper element.\n *\n * All the DOM manipulations are limited to this modifier. This is useful in case\n * you want to integrate Popper.js inside a framework or view library and you\n * want to delegate all the DOM manipulations to it.\n *\n * Note that if you disable this modifier, you must make sure the popper element\n * has its position set to `absolute` before Popper.js can do its work!\n *\n * Just disable this modifier and define your own to achieve the desired effect.\n *\n * @memberof modifiers\n * @inner\n */\n applyStyle: {\n /** @prop {number} order=900 - Index used to define the order of execution */\n order: 900,\n /** @prop {Boolean} enabled=true - Whether the modifier is enabled or not */\n enabled: true,\n /** @prop {ModifierFn} */\n fn: applyStyle,\n /** @prop {Function} */\n onLoad: applyStyleOnLoad,\n /**\n * @deprecated since version 1.10.0, the property moved to `computeStyle` modifier\n * @prop {Boolean} gpuAcceleration=true\n * If true, it uses the CSS 3D transformation to position the popper.\n * Otherwise, it will use the `top` and `left` properties\n */\n gpuAcceleration: undefined\n }\n};\n\n/**\n * The `dataObject` is an object containing all the information used by Popper.js.\n * This object is passed to modifiers and to the `onCreate` and `onUpdate` callbacks.\n * @name dataObject\n * @property {Object} data.instance The Popper.js instance\n * @property {String} data.placement Placement applied to popper\n * @property {String} data.originalPlacement Placement originally defined on init\n * @property {Boolean} data.flipped True if popper has been flipped by flip modifier\n * @property {Boolean} data.hide True if the reference element is out of boundaries, useful to know when to hide the popper\n * @property {HTMLElement} data.arrowElement Node used as arrow by arrow modifier\n * @property {Object} data.styles Any CSS property defined here will be applied to the popper. It expects the JavaScript nomenclature (eg. `marginBottom`)\n * @property {Object} data.arrowStyles Any CSS property defined here will be applied to the popper arrow. It expects the JavaScript nomenclature (eg. `marginBottom`)\n * @property {Object} data.boundaries Offsets of the popper boundaries\n * @property {Object} data.offsets The measurements of popper, reference and arrow elements\n * @property {Object} data.offsets.popper `top`, `left`, `width`, `height` values\n * @property {Object} data.offsets.reference `top`, `left`, `width`, `height` values\n * @property {Object} data.offsets.arrow] `top` and `left` offsets, only one of them will be different from 0\n */\n\n/**\n * Default options provided to Popper.js constructor.<br />\n * These can be overridden using the `options` argument of Popper.js.<br />\n * To override an option, simply pass an object with the same\n * structure of the `options` object, as the 3rd argument. For example:\n * ```\n * new Popper(ref, pop, {\n * modifiers: {\n * preventOverflow: { enabled: false }\n * }\n * })\n * ```\n * @type {Object}\n * @static\n * @memberof Popper\n */\nvar Defaults = {\n /**\n * Popper's placement.\n * @prop {Popper.placements} placement='bottom'\n */\n placement: 'bottom',\n\n /**\n * Set this to true if you want popper to position it self in 'fixed' mode\n * @prop {Boolean} positionFixed=false\n */\n positionFixed: false,\n\n /**\n * Whether events (resize, scroll) are initially enabled.\n * @prop {Boolean} eventsEnabled=true\n */\n eventsEnabled: true,\n\n /**\n * Set to true if you want to automatically remove the popper when\n * you call the `destroy` method.\n * @prop {Boolean} removeOnDestroy=false\n */\n removeOnDestroy: false,\n\n /**\n * Callback called when the popper is created.<br />\n * By default, it is set to no-op.<br />\n * Access Popper.js instance with `data.instance`.\n * @prop {onCreate}\n */\n onCreate: function onCreate() {},\n\n /**\n * Callback called when the popper is updated. This callback is not called\n * on the initialization/creation of the popper, but only on subsequent\n * updates.<br />\n * By default, it is set to no-op.<br />\n * Access Popper.js instance with `data.instance`.\n * @prop {onUpdate}\n */\n onUpdate: function onUpdate() {},\n\n /**\n * List of modifiers used to modify the offsets before they are applied to the popper.\n * They provide most of the functionalities of Popper.js.\n * @prop {modifiers}\n */\n modifiers: modifiers\n};\n\n/**\n * @callback onCreate\n * @param {dataObject} data\n */\n\n/**\n * @callback onUpdate\n * @param {dataObject} data\n */\n\n// Utils\n// Methods\nvar Popper = function () {\n /**\n * Creates a new Popper.js instance.\n * @class Popper\n * @param {Element|referenceObject} reference - The reference element used to position the popper\n * @param {Element} popper - The HTML / XML element used as the popper\n * @param {Object} options - Your custom options to override the ones defined in [Defaults](#defaults)\n * @return {Object} instance - The generated Popper.js instance\n */\n function Popper(reference, popper) {\n var _this = this;\n\n var options = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : {};\n classCallCheck(this, Popper);\n\n this.scheduleUpdate = function () {\n return requestAnimationFrame(_this.update);\n };\n\n // make update() debounced, so that it only runs at most once-per-tick\n this.update = debounce(this.update.bind(this));\n\n // with {} we create a new object with the options inside it\n this.options = _extends({}, Popper.Defaults, options);\n\n // init state\n this.state = {\n isDestroyed: false,\n isCreated: false,\n scrollParents: []\n };\n\n // get reference and popper elements (allow jQuery wrappers)\n this.reference = reference && reference.jquery ? reference[0] : reference;\n this.popper = popper && popper.jquery ? popper[0] : popper;\n\n // Deep merge modifiers options\n this.options.modifiers = {};\n Object.keys(_extends({}, Popper.Defaults.modifiers, options.modifiers)).forEach(function (name) {\n _this.options.modifiers[name] = _extends({}, Popper.Defaults.modifiers[name] || {}, options.modifiers ? options.modifiers[name] : {});\n });\n\n // Refactoring modifiers' list (Object => Array)\n this.modifiers = Object.keys(this.options.modifiers).map(function (name) {\n return _extends({\n name: name\n }, _this.options.modifiers[name]);\n })\n // sort the modifiers by order\n .sort(function (a, b) {\n return a.order - b.order;\n });\n\n // modifiers have the ability to execute arbitrary code when Popper.js get inited\n // such code is executed in the same order of its modifier\n // they could add new properties to their options configuration\n // BE AWARE: don't add options to `options.modifiers.name` but to `modifierOptions`!\n this.modifiers.forEach(function (modifierOptions) {\n if (modifierOptions.enabled && isFunction(modifierOptions.onLoad)) {\n modifierOptions.onLoad(_this.reference, _this.popper, _this.options, modifierOptions, _this.state);\n }\n });\n\n // fire the first update to position the popper in the right place\n this.update();\n\n var eventsEnabled = this.options.eventsEnabled;\n if (eventsEnabled) {\n // setup event listeners, they will take care of update the position in specific situations\n this.enableEventListeners();\n }\n\n this.state.eventsEnabled = eventsEnabled;\n }\n\n // We can't use class properties because they don't get listed in the\n // class prototype and break stuff like Sinon stubs\n\n\n createClass(Popper, [{\n key: 'update',\n value: function update$$1() {\n return update.call(this);\n }\n }, {\n key: 'destroy',\n value: function destroy$$1() {\n return destroy.call(this);\n }\n }, {\n key: 'enableEventListeners',\n value: function enableEventListeners$$1() {\n return enableEventListeners.call(this);\n }\n }, {\n key: 'disableEventListeners',\n value: function disableEventListeners$$1() {\n return disableEventListeners.call(this);\n }\n\n /**\n * Schedules an update. It will run on the next UI update available.\n * @method scheduleUpdate\n * @memberof Popper\n */\n\n\n /**\n * Collection of utilities useful when writing custom modifiers.\n * Starting from version 1.7, this method is available only if you\n * include `popper-utils.js` before `popper.js`.\n *\n * **DEPRECATION**: This way to access PopperUtils is deprecated\n * and will be removed in v2! Use the PopperUtils module directly instead.\n * Due to the high instability of the methods contained in Utils, we can't\n * guarantee them to follow semver. Use them at your own risk!\n * @static\n * @private\n * @type {Object}\n * @deprecated since version 1.8\n * @member Utils\n * @memberof Popper\n */\n\n }]);\n return Popper;\n}();\n\n/**\n * The `referenceObject` is an object that provides an interface compatible with Popper.js\n * and lets you use it as replacement of a real DOM node.<br />\n * You can use this method to position a popper relatively to a set of coordinates\n * in case you don't have a DOM node to use as reference.\n *\n * ```\n * new Popper(referenceObject, popperNode);\n * ```\n *\n * NB: This feature isn't supported in Internet Explorer 10.\n * @name referenceObject\n * @property {Function} data.getBoundingClientRect\n * A function that returns a set of coordinates compatible with the native `getBoundingClientRect` method.\n * @property {number} data.clientWidth\n * An ES6 getter that will return the width of the virtual reference element.\n * @property {number} data.clientHeight\n * An ES6 getter that will return the height of the virtual reference element.\n */\n\n\nPopper.Utils = (typeof window !== 'undefined' ? window : global).PopperUtils;\nPopper.placements = placements;\nPopper.Defaults = Defaults;\n\nexport default Popper;\n//# sourceMappingURL=popper.js.map\n","/*!\n * Bootstrap util.js v4.4.1 (https://getbootstrap.com/)\n * Copyright 2011-2019 The Bootstrap Authors (https://github.com/twbs/bootstrap/graphs/contributors)\n * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)\n */\n(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory(require('jquery')) :\n typeof define === 'function' && define.amd ? define(['jquery'], factory) :\n (global = global || self, global.Util = factory(global.jQuery));\n}(this, (function ($) { 'use strict';\n\n $ = $ && $.hasOwnProperty('default') ? $['default'] : $;\n\n /**\n * --------------------------------------------------------------------------\n * Bootstrap (v4.4.1): util.js\n * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)\n * --------------------------------------------------------------------------\n */\n /**\n * ------------------------------------------------------------------------\n * Private TransitionEnd Helpers\n * ------------------------------------------------------------------------\n */\n\n var TRANSITION_END = 'transitionend';\n var MAX_UID = 1000000;\n var MILLISECONDS_MULTIPLIER = 1000; // Shoutout AngusCroll (https://goo.gl/pxwQGp)\n\n function toType(obj) {\n return {}.toString.call(obj).match(/\\s([a-z]+)/i)[1].toLowerCase();\n }\n\n function getSpecialTransitionEndEvent() {\n return {\n bindType: TRANSITION_END,\n delegateType: TRANSITION_END,\n handle: function handle(event) {\n if ($(event.target).is(this)) {\n return event.handleObj.handler.apply(this, arguments); // eslint-disable-line prefer-rest-params\n }\n\n return undefined; // eslint-disable-line no-undefined\n }\n };\n }\n\n function transitionEndEmulator(duration) {\n var _this = this;\n\n var called = false;\n $(this).one(Util.TRANSITION_END, function () {\n called = true;\n });\n setTimeout(function () {\n if (!called) {\n Util.triggerTransitionEnd(_this);\n }\n }, duration);\n return this;\n }\n\n function setTransitionEndSupport() {\n $.fn.emulateTransitionEnd = transitionEndEmulator;\n $.event.special[Util.TRANSITION_END] = getSpecialTransitionEndEvent();\n }\n /**\n * --------------------------------------------------------------------------\n * Public Util Api\n * --------------------------------------------------------------------------\n */\n\n\n var Util = {\n TRANSITION_END: 'bsTransitionEnd',\n getUID: function getUID(prefix) {\n do {\n // eslint-disable-next-line no-bitwise\n prefix += ~~(Math.random() * MAX_UID); // \"~~\" acts like a faster Math.floor() here\n } while (document.getElementById(prefix));\n\n return prefix;\n },\n getSelectorFromElement: function getSelectorFromElement(element) {\n var selector = element.getAttribute('data-target');\n\n if (!selector || selector === '#') {\n var hrefAttr = element.getAttribute('href');\n selector = hrefAttr && hrefAttr !== '#' ? hrefAttr.trim() : '';\n }\n\n try {\n return document.querySelector(selector) ? selector : null;\n } catch (err) {\n return null;\n }\n },\n getTransitionDurationFromElement: function getTransitionDurationFromElement(element) {\n if (!element) {\n return 0;\n } // Get transition-duration of the element\n\n\n var transitionDuration = $(element).css('transition-duration');\n var transitionDelay = $(element).css('transition-delay');\n var floatTransitionDuration = parseFloat(transitionDuration);\n var floatTransitionDelay = parseFloat(transitionDelay); // Return 0 if element or transition duration is not found\n\n if (!floatTransitionDuration && !floatTransitionDelay) {\n return 0;\n } // If multiple durations are defined, take the first\n\n\n transitionDuration = transitionDuration.split(',')[0];\n transitionDelay = transitionDelay.split(',')[0];\n return (parseFloat(transitionDuration) + parseFloat(transitionDelay)) * MILLISECONDS_MULTIPLIER;\n },\n reflow: function reflow(element) {\n return element.offsetHeight;\n },\n triggerTransitionEnd: function triggerTransitionEnd(element) {\n $(element).trigger(TRANSITION_END);\n },\n // TODO: Remove in v5\n supportsTransitionEnd: function supportsTransitionEnd() {\n return Boolean(TRANSITION_END);\n },\n isElement: function isElement(obj) {\n return (obj[0] || obj).nodeType;\n },\n typeCheckConfig: function typeCheckConfig(componentName, config, configTypes) {\n for (var property in configTypes) {\n if (Object.prototype.hasOwnProperty.call(configTypes, property)) {\n var expectedTypes = configTypes[property];\n var value = config[property];\n var valueType = value && Util.isElement(value) ? 'element' : toType(value);\n\n if (!new RegExp(expectedTypes).test(valueType)) {\n throw new Error(componentName.toUpperCase() + \": \" + (\"Option \\\"\" + property + \"\\\" provided type \\\"\" + valueType + \"\\\" \") + (\"but expected type \\\"\" + expectedTypes + \"\\\".\"));\n }\n }\n }\n },\n findShadowRoot: function findShadowRoot(element) {\n if (!document.documentElement.attachShadow) {\n return null;\n } // Can find the shadow root otherwise it'll return the document\n\n\n if (typeof element.getRootNode === 'function') {\n var root = element.getRootNode();\n return root instanceof ShadowRoot ? root : null;\n }\n\n if (element instanceof ShadowRoot) {\n return element;\n } // when we don't find a shadow root\n\n\n if (!element.parentNode) {\n return null;\n }\n\n return Util.findShadowRoot(element.parentNode);\n },\n jQueryDetection: function jQueryDetection() {\n if (typeof $ === 'undefined') {\n throw new TypeError('Bootstrap\\'s JavaScript requires jQuery. jQuery must be included before Bootstrap\\'s JavaScript.');\n }\n\n var version = $.fn.jquery.split(' ')[0].split('.');\n var minMajor = 1;\n var ltMajor = 2;\n var minMinor = 9;\n var minPatch = 1;\n var maxMajor = 4;\n\n if (version[0] < ltMajor && version[1] < minMinor || version[0] === minMajor && version[1] === minMinor && version[2] < minPatch || version[0] >= maxMajor) {\n throw new Error('Bootstrap\\'s JavaScript requires at least jQuery v1.9.1 but less than v4.0.0');\n }\n }\n };\n Util.jQueryDetection();\n setTransitionEndSupport();\n\n return Util;\n\n})));\n//# sourceMappingURL=util.js.map\n","/*\n * @copyright 2019 Julius Härtl <jus@bitgrid.net>\n *\n * @author 2019 Julius Härtl <jus@bitgrid.net>\n *\n * @license GNU AGPL version 3 or any later version\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see <http://www.gnu.org/licenses/>.\n */\n\n$.prototype.tooltip = (function(tooltip) {\n\treturn function(config) {\n\t\ttry {\n\t\t\treturn tooltip.call(this, config)\n\t\t} catch (ex) {\n\t\t\tif (ex instanceof TypeError && config === 'destroy') {\n\t\t\t\tconsole.error('Deprecated call $.tooltip(\\'destroy\\') has been deprecated and should be removed')\n\t\t\t\treturn tooltip.call(this, 'dispose')\n\t\t\t}\n\t\t\tif (ex instanceof TypeError && config === 'fixTitle') {\n\t\t\t\tconsole.error('Deprecated call $.tooltip(\\'fixTitle\\') has been deprecated and should be removed')\n\t\t\t\treturn tooltip.call(this, '_fixTitle')\n\t\t\t}\n\t\t}\n\t}\n})($.prototype.tooltip)\n","/**\n * jquery.Jcrop.js v0.9.12\n * jQuery Image Cropping Plugin - released under MIT License \n * Author: Kelly Hallman <khallman@gmail.com>\n * http://github.com/tapmodo/Jcrop\n * Copyright (c) 2008-2013 Tapmodo Interactive LLC {{{\n *\n * Permission is hereby granted, free of charge, to any person\n * obtaining a copy of this software and associated documentation\n * files (the \"Software\"), to deal in the Software without\n * restriction, including without limitation the rights to use,\n * copy, modify, merge, publish, distribute, sublicense, and/or sell\n * copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following\n * conditions:\n *\n * The above copyright notice and this permission notice shall be\n * included in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND,\n * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES\n * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND\n * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT\n * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,\n * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING\n * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR\n * OTHER DEALINGS IN THE SOFTWARE.\n *\n * }}}\n */\n\n(function ($) {\n\n $.Jcrop = function (obj, opt) {\n var options = $.extend({}, $.Jcrop.defaults),\n docOffset,\n _ua = navigator.userAgent.toLowerCase(),\n is_msie = /msie/.test(_ua),\n ie6mode = /msie [1-6]\\./.test(_ua);\n\n // Internal Methods {{{\n function px(n) {\n return Math.round(n) + 'px';\n }\n function cssClass(cl) {\n return options.baseClass + '-' + cl;\n }\n function supportsColorFade() {\n return $.fx.step.hasOwnProperty('backgroundColor');\n }\n function getPos(obj) //{{{\n {\n var pos = $(obj).offset();\n return [pos.left, pos.top];\n }\n //}}}\n function mouseAbs(e) //{{{\n {\n return [(e.pageX - docOffset[0]), (e.pageY - docOffset[1])];\n }\n //}}}\n function setOptions(opt) //{{{\n {\n if (typeof(opt) !== 'object') opt = {};\n options = $.extend(options, opt);\n\n $.each(['onChange','onSelect','onRelease','onDblClick'],function(i,e) {\n if (typeof(options[e]) !== 'function') options[e] = function () {};\n });\n }\n //}}}\n function startDragMode(mode, pos, touch) //{{{\n {\n docOffset = getPos($img);\n Tracker.setCursor(mode === 'move' ? mode : mode + '-resize');\n\n if (mode === 'move') {\n return Tracker.activateHandlers(createMover(pos), doneSelect, touch);\n }\n\n var fc = Coords.getFixed();\n var opp = oppLockCorner(mode);\n var opc = Coords.getCorner(oppLockCorner(opp));\n\n Coords.setPressed(Coords.getCorner(opp));\n Coords.setCurrent(opc);\n\n Tracker.activateHandlers(dragmodeHandler(mode, fc), doneSelect, touch);\n }\n //}}}\n function dragmodeHandler(mode, f) //{{{\n {\n return function (pos) {\n if (!options.aspectRatio) {\n switch (mode) {\n case 'e':\n pos[1] = f.y2;\n break;\n case 'w':\n pos[1] = f.y2;\n break;\n case 'n':\n pos[0] = f.x2;\n break;\n case 's':\n pos[0] = f.x2;\n break;\n }\n } else {\n switch (mode) {\n case 'e':\n pos[1] = f.y + 1;\n break;\n case 'w':\n pos[1] = f.y + 1;\n break;\n case 'n':\n pos[0] = f.x + 1;\n break;\n case 's':\n pos[0] = f.x + 1;\n break;\n }\n }\n Coords.setCurrent(pos);\n Selection.update();\n };\n }\n //}}}\n function createMover(pos) //{{{\n {\n var lloc = pos;\n KeyManager.watchKeys();\n\n return function (pos) {\n Coords.moveOffset([pos[0] - lloc[0], pos[1] - lloc[1]]);\n lloc = pos;\n\n Selection.update();\n };\n }\n //}}}\n function oppLockCorner(ord) //{{{\n {\n switch (ord) {\n case 'n':\n return 'sw';\n case 's':\n return 'nw';\n case 'e':\n return 'nw';\n case 'w':\n return 'ne';\n case 'ne':\n return 'sw';\n case 'nw':\n return 'se';\n case 'se':\n return 'nw';\n case 'sw':\n return 'ne';\n }\n }\n //}}}\n function createDragger(ord) //{{{\n {\n return function (e) {\n if (options.disabled) {\n return false;\n }\n if ((ord === 'move') && !options.allowMove) {\n return false;\n }\n \n // Fix position of crop area when dragged the very first time.\n // Necessary when crop image is in a hidden element when page is loaded.\n docOffset = getPos($img);\n\n btndown = true;\n startDragMode(ord, mouseAbs(e));\n e.stopPropagation();\n e.preventDefault();\n return false;\n };\n }\n //}}}\n function presize($obj, w, h) //{{{\n {\n var nw = $obj.width(),\n nh = $obj.height();\n if ((nw > w) && w > 0) {\n nw = w;\n nh = (w / $obj.width()) * $obj.height();\n }\n if ((nh > h) && h > 0) {\n nh = h;\n nw = (h / $obj.height()) * $obj.width();\n }\n xscale = $obj.width() / nw;\n yscale = $obj.height() / nh;\n $obj.width(nw).height(nh);\n }\n //}}}\n function unscale(c) //{{{\n {\n return {\n x: c.x * xscale,\n y: c.y * yscale,\n x2: c.x2 * xscale,\n y2: c.y2 * yscale,\n w: c.w * xscale,\n h: c.h * yscale\n };\n }\n //}}}\n function doneSelect(pos) //{{{\n {\n var c = Coords.getFixed();\n if ((c.w > options.minSelect[0]) && (c.h > options.minSelect[1])) {\n Selection.enableHandles();\n Selection.done();\n } else {\n Selection.release();\n }\n Tracker.setCursor(options.allowSelect ? 'crosshair' : 'default');\n }\n //}}}\n function newSelection(e) //{{{\n {\n if (options.disabled) {\n return false;\n }\n if (!options.allowSelect) {\n return false;\n }\n btndown = true;\n docOffset = getPos($img);\n Selection.disableHandles();\n Tracker.setCursor('crosshair');\n var pos = mouseAbs(e);\n Coords.setPressed(pos);\n Selection.update();\n Tracker.activateHandlers(selectDrag, doneSelect, e.type.substring(0,5)==='touch');\n KeyManager.watchKeys();\n\n e.stopPropagation();\n e.preventDefault();\n return false;\n }\n //}}}\n function selectDrag(pos) //{{{\n {\n Coords.setCurrent(pos);\n Selection.update();\n }\n //}}}\n function newTracker() //{{{\n {\n var trk = $('<div></div>').addClass(cssClass('tracker'));\n if (is_msie) {\n trk.css({\n opacity: 0,\n backgroundColor: 'white'\n });\n }\n return trk;\n }\n //}}}\n\n // }}}\n // Initialization {{{\n // Sanitize some options {{{\n if (typeof(obj) !== 'object') {\n obj = $(obj)[0];\n }\n if (typeof(opt) !== 'object') {\n opt = {};\n }\n // }}}\n setOptions(opt);\n // Initialize some jQuery objects {{{\n // The values are SET on the image(s) for the interface\n // If the original image has any of these set, they will be reset\n // However, if you destroy() the Jcrop instance the original image's\n // character in the DOM will be as you left it.\n var img_css = {\n border: 'none',\n visibility: 'visible',\n margin: 0,\n padding: 0,\n position: 'absolute',\n top: 0,\n left: 0\n };\n\n var $origimg = $(obj),\n img_mode = true;\n\n if (obj.tagName == 'IMG') {\n // Fix size of crop image.\n // Necessary when crop image is within a hidden element when page is loaded.\n if ($origimg[0].width != 0 && $origimg[0].height != 0) {\n // Obtain dimensions from contained img element.\n $origimg.width($origimg[0].width);\n $origimg.height($origimg[0].height);\n } else {\n // Obtain dimensions from temporary image in case the original is not loaded yet (e.g. IE 7.0). \n var tempImage = new Image();\n tempImage.src = $origimg[0].src;\n $origimg.width(tempImage.width);\n $origimg.height(tempImage.height);\n } \n\n var $img = $origimg.clone().removeAttr('id').css(img_css).show();\n\n $img.width($origimg.width());\n $img.height($origimg.height());\n $origimg.after($img).hide();\n\n } else {\n $img = $origimg.css(img_css).show();\n img_mode = false;\n if (options.shade === null) { options.shade = true; }\n }\n\n presize($img, options.boxWidth, options.boxHeight);\n\n var boundx = $img.width(),\n boundy = $img.height(),\n \n \n $div = $('<div />').width(boundx).height(boundy).addClass(cssClass('holder')).css({\n position: 'relative',\n backgroundColor: options.bgColor\n }).insertAfter($origimg).append($img);\n\n if (options.addClass) {\n $div.addClass(options.addClass);\n }\n\n var $img2 = $('<div />'),\n\n $img_holder = $('<div />') \n .width('100%').height('100%').css({\n zIndex: 310,\n position: 'absolute',\n overflow: 'hidden'\n }),\n\n $hdl_holder = $('<div />') \n .width('100%').height('100%').css('zIndex', 320), \n\n $sel = $('<div />') \n .css({\n position: 'absolute',\n zIndex: 600\n }).dblclick(function(){\n var c = Coords.getFixed();\n options.onDblClick.call(api,c);\n }).insertBefore($img).append($img_holder, $hdl_holder); \n\n if (img_mode) {\n\n $img2 = $('<img />')\n .attr('src', $img.attr('src')).css(img_css).width(boundx).height(boundy),\n\n $img_holder.append($img2);\n\n }\n\n if (ie6mode) {\n $sel.css({\n overflowY: 'hidden'\n });\n }\n\n var bound = options.boundary;\n var $trk = newTracker().width(boundx + (bound * 2)).height(boundy + (bound * 2)).css({\n position: 'absolute',\n top: px(-bound),\n left: px(-bound),\n zIndex: 290\n }).mousedown(newSelection);\n\n /* }}} */\n // Set more variables {{{\n var bgcolor = options.bgColor,\n bgopacity = options.bgOpacity,\n xlimit, ylimit, xmin, ymin, xscale, yscale, enabled = true,\n btndown, animating, shift_down;\n\n docOffset = getPos($img);\n // }}}\n // }}}\n // Internal Modules {{{\n // Touch Module {{{ \n var Touch = (function () {\n // Touch support detection function adapted (under MIT License)\n // from code by Jeffrey Sambells - http://github.com/iamamused/\n function hasTouchSupport() {\n var support = {}, events = ['touchstart', 'touchmove', 'touchend'],\n el = document.createElement('div'), i;\n\n try {\n for(i=0; i<events.length; i++) {\n var eventName = events[i];\n eventName = 'on' + eventName;\n var isSupported = (eventName in el);\n if (!isSupported) {\n el.setAttribute(eventName, 'return;');\n isSupported = typeof el[eventName] == 'function';\n }\n support[events[i]] = isSupported;\n }\n return support.touchstart && support.touchend && support.touchmove;\n }\n catch(err) {\n return false;\n }\n }\n\n function detectSupport() {\n if ((options.touchSupport === true) || (options.touchSupport === false)) return options.touchSupport;\n else return hasTouchSupport();\n }\n return {\n createDragger: function (ord) {\n return function (e) {\n if (options.disabled) {\n return false;\n }\n if ((ord === 'move') && !options.allowMove) {\n return false;\n }\n docOffset = getPos($img);\n btndown = true;\n startDragMode(ord, mouseAbs(Touch.cfilter(e)), true);\n e.stopPropagation();\n e.preventDefault();\n return false;\n };\n },\n newSelection: function (e) {\n return newSelection(Touch.cfilter(e));\n },\n cfilter: function (e){\n e.pageX = e.originalEvent.changedTouches[0].pageX;\n e.pageY = e.originalEvent.changedTouches[0].pageY;\n return e;\n },\n isSupported: hasTouchSupport,\n support: detectSupport()\n };\n }());\n // }}}\n // Coords Module {{{\n var Coords = (function () {\n var x1 = 0,\n y1 = 0,\n x2 = 0,\n y2 = 0,\n ox, oy;\n\n function setPressed(pos) //{{{\n {\n pos = rebound(pos);\n x2 = x1 = pos[0];\n y2 = y1 = pos[1];\n }\n //}}}\n function setCurrent(pos) //{{{\n {\n pos = rebound(pos);\n ox = pos[0] - x2;\n oy = pos[1] - y2;\n x2 = pos[0];\n y2 = pos[1];\n }\n //}}}\n function getOffset() //{{{\n {\n return [ox, oy];\n }\n //}}}\n function moveOffset(offset) //{{{\n {\n var ox = offset[0],\n oy = offset[1];\n\n if (0 > x1 + ox) {\n ox -= ox + x1;\n }\n if (0 > y1 + oy) {\n oy -= oy + y1;\n }\n\n if (boundy < y2 + oy) {\n oy += boundy - (y2 + oy);\n }\n if (boundx < x2 + ox) {\n ox += boundx - (x2 + ox);\n }\n\n x1 += ox;\n x2 += ox;\n y1 += oy;\n y2 += oy;\n }\n //}}}\n function getCorner(ord) //{{{\n {\n var c = getFixed();\n switch (ord) {\n case 'ne':\n return [c.x2, c.y];\n case 'nw':\n return [c.x, c.y];\n case 'se':\n return [c.x2, c.y2];\n case 'sw':\n return [c.x, c.y2];\n }\n }\n //}}}\n function getFixed() //{{{\n {\n if (!options.aspectRatio) {\n return getRect();\n }\n // This function could use some optimization I think...\n var aspect = options.aspectRatio,\n min_x = options.minSize[0] / xscale,\n \n \n //min_y = options.minSize[1]/yscale,\n max_x = options.maxSize[0] / xscale,\n max_y = options.maxSize[1] / yscale,\n rw = x2 - x1,\n rh = y2 - y1,\n rwa = Math.abs(rw),\n rha = Math.abs(rh),\n real_ratio = rwa / rha,\n xx, yy, w, h;\n\n if (max_x === 0) {\n max_x = boundx * 10;\n }\n if (max_y === 0) {\n max_y = boundy * 10;\n }\n if (real_ratio < aspect) {\n yy = y2;\n w = rha * aspect;\n xx = rw < 0 ? x1 - w : w + x1;\n\n if (xx < 0) {\n xx = 0;\n h = Math.abs((xx - x1) / aspect);\n yy = rh < 0 ? y1 - h : h + y1;\n } else if (xx > boundx) {\n xx = boundx;\n h = Math.abs((xx - x1) / aspect);\n yy = rh < 0 ? y1 - h : h + y1;\n }\n } else {\n xx = x2;\n h = rwa / aspect;\n yy = rh < 0 ? y1 - h : y1 + h;\n if (yy < 0) {\n yy = 0;\n w = Math.abs((yy - y1) * aspect);\n xx = rw < 0 ? x1 - w : w + x1;\n } else if (yy > boundy) {\n yy = boundy;\n w = Math.abs(yy - y1) * aspect;\n xx = rw < 0 ? x1 - w : w + x1;\n }\n }\n\n // Magic %-)\n if (xx > x1) { // right side\n if (xx - x1 < min_x) {\n xx = x1 + min_x;\n } else if (xx - x1 > max_x) {\n xx = x1 + max_x;\n }\n if (yy > y1) {\n yy = y1 + (xx - x1) / aspect;\n } else {\n yy = y1 - (xx - x1) / aspect;\n }\n } else if (xx < x1) { // left side\n if (x1 - xx < min_x) {\n xx = x1 - min_x;\n } else if (x1 - xx > max_x) {\n xx = x1 - max_x;\n }\n if (yy > y1) {\n yy = y1 + (x1 - xx) / aspect;\n } else {\n yy = y1 - (x1 - xx) / aspect;\n }\n }\n\n if (xx < 0) {\n x1 -= xx;\n xx = 0;\n } else if (xx > boundx) {\n x1 -= xx - boundx;\n xx = boundx;\n }\n\n if (yy < 0) {\n y1 -= yy;\n yy = 0;\n } else if (yy > boundy) {\n y1 -= yy - boundy;\n yy = boundy;\n }\n\n return makeObj(flipCoords(x1, y1, xx, yy));\n }\n //}}}\n function rebound(p) //{{{\n {\n if (p[0] < 0) p[0] = 0;\n if (p[1] < 0) p[1] = 0;\n\n if (p[0] > boundx) p[0] = boundx;\n if (p[1] > boundy) p[1] = boundy;\n\n return [Math.round(p[0]), Math.round(p[1])];\n }\n //}}}\n function flipCoords(x1, y1, x2, y2) //{{{\n {\n var xa = x1,\n xb = x2,\n ya = y1,\n yb = y2;\n if (x2 < x1) {\n xa = x2;\n xb = x1;\n }\n if (y2 < y1) {\n ya = y2;\n yb = y1;\n }\n return [xa, ya, xb, yb];\n }\n //}}}\n function getRect() //{{{\n {\n var xsize = x2 - x1,\n ysize = y2 - y1,\n delta;\n\n if (xlimit && (Math.abs(xsize) > xlimit)) {\n x2 = (xsize > 0) ? (x1 + xlimit) : (x1 - xlimit);\n }\n if (ylimit && (Math.abs(ysize) > ylimit)) {\n y2 = (ysize > 0) ? (y1 + ylimit) : (y1 - ylimit);\n }\n\n if (ymin / yscale && (Math.abs(ysize) < ymin / yscale)) {\n y2 = (ysize > 0) ? (y1 + ymin / yscale) : (y1 - ymin / yscale);\n }\n if (xmin / xscale && (Math.abs(xsize) < xmin / xscale)) {\n x2 = (xsize > 0) ? (x1 + xmin / xscale) : (x1 - xmin / xscale);\n }\n\n if (x1 < 0) {\n x2 -= x1;\n x1 -= x1;\n }\n if (y1 < 0) {\n y2 -= y1;\n y1 -= y1;\n }\n if (x2 < 0) {\n x1 -= x2;\n x2 -= x2;\n }\n if (y2 < 0) {\n y1 -= y2;\n y2 -= y2;\n }\n if (x2 > boundx) {\n delta = x2 - boundx;\n x1 -= delta;\n x2 -= delta;\n }\n if (y2 > boundy) {\n delta = y2 - boundy;\n y1 -= delta;\n y2 -= delta;\n }\n if (x1 > boundx) {\n delta = x1 - boundy;\n y2 -= delta;\n y1 -= delta;\n }\n if (y1 > boundy) {\n delta = y1 - boundy;\n y2 -= delta;\n y1 -= delta;\n }\n\n return makeObj(flipCoords(x1, y1, x2, y2));\n }\n //}}}\n function makeObj(a) //{{{\n {\n return {\n x: a[0],\n y: a[1],\n x2: a[2],\n y2: a[3],\n w: a[2] - a[0],\n h: a[3] - a[1]\n };\n }\n //}}}\n\n return {\n flipCoords: flipCoords,\n setPressed: setPressed,\n setCurrent: setCurrent,\n getOffset: getOffset,\n moveOffset: moveOffset,\n getCorner: getCorner,\n getFixed: getFixed\n };\n }());\n\n //}}}\n // Shade Module {{{\n var Shade = (function() {\n var enabled = false,\n holder = $('<div />').css({\n position: 'absolute',\n zIndex: 240,\n opacity: 0\n }),\n shades = {\n top: createShade(),\n left: createShade().height(boundy),\n right: createShade().height(boundy),\n bottom: createShade()\n };\n\n function resizeShades(w,h) {\n shades.left.css({ height: px(h) });\n shades.right.css({ height: px(h) });\n }\n function updateAuto()\n {\n return updateShade(Coords.getFixed());\n }\n function updateShade(c)\n {\n shades.top.css({\n left: px(c.x),\n width: px(c.w),\n height: px(c.y)\n });\n shades.bottom.css({\n top: px(c.y2),\n left: px(c.x),\n width: px(c.w),\n height: px(boundy-c.y2)\n });\n shades.right.css({\n left: px(c.x2),\n width: px(boundx-c.x2)\n });\n shades.left.css({\n width: px(c.x)\n });\n }\n function createShade() {\n return $('<div />').css({\n position: 'absolute',\n backgroundColor: options.shadeColor||options.bgColor\n }).appendTo(holder);\n }\n function enableShade() {\n if (!enabled) {\n enabled = true;\n holder.insertBefore($img);\n updateAuto();\n Selection.setBgOpacity(1,0,1);\n $img2.hide();\n\n setBgColor(options.shadeColor||options.bgColor,1);\n if (Selection.isAwake())\n {\n setOpacity(options.bgOpacity,1);\n }\n else setOpacity(1,1);\n }\n }\n function setBgColor(color,now) {\n colorChangeMacro(getShades(),color,now);\n }\n function disableShade() {\n if (enabled) {\n holder.remove();\n $img2.show();\n enabled = false;\n if (Selection.isAwake()) {\n Selection.setBgOpacity(options.bgOpacity,1,1);\n } else {\n Selection.setBgOpacity(1,1,1);\n Selection.disableHandles();\n }\n colorChangeMacro($div,0,1);\n }\n }\n function setOpacity(opacity,now) {\n if (enabled) {\n if (options.bgFade && !now) {\n holder.animate({\n opacity: 1-opacity\n },{\n queue: false,\n duration: options.fadeTime\n });\n }\n else holder.css({opacity:1-opacity});\n }\n }\n function refreshAll() {\n options.shade ? enableShade() : disableShade();\n if (Selection.isAwake()) setOpacity(options.bgOpacity);\n }\n function getShades() {\n return holder.children();\n }\n\n return {\n update: updateAuto,\n updateRaw: updateShade,\n getShades: getShades,\n setBgColor: setBgColor,\n enable: enableShade,\n disable: disableShade,\n resize: resizeShades,\n refresh: refreshAll,\n opacity: setOpacity\n };\n }());\n // }}}\n // Selection Module {{{\n var Selection = (function () {\n var awake,\n hdep = 370,\n borders = {},\n handle = {},\n dragbar = {},\n seehandles = false;\n\n // Private Methods\n function insertBorder(type) //{{{\n {\n var jq = $('<div />').css({\n position: 'absolute',\n opacity: options.borderOpacity\n }).addClass(cssClass(type));\n $img_holder.append(jq);\n return jq;\n }\n //}}}\n function dragDiv(ord, zi) //{{{\n {\n var jq = $('<div />').mousedown(createDragger(ord)).css({\n cursor: ord + '-resize',\n position: 'absolute',\n zIndex: zi\n }).addClass('ord-'+ord);\n\n if (Touch.support) {\n jq.bind('touchstart.jcrop', Touch.createDragger(ord));\n }\n\n $hdl_holder.append(jq);\n return jq;\n }\n //}}}\n function insertHandle(ord) //{{{\n {\n var hs = options.handleSize,\n\n div = dragDiv(ord, hdep++).css({\n opacity: options.handleOpacity\n }).addClass(cssClass('handle'));\n\n if (hs) { div.width(hs).height(hs); }\n\n return div;\n }\n //}}}\n function insertDragbar(ord) //{{{\n {\n return dragDiv(ord, hdep++).addClass('jcrop-dragbar');\n }\n //}}}\n function createDragbars(li) //{{{\n {\n var i;\n for (i = 0; i < li.length; i++) {\n dragbar[li[i]] = insertDragbar(li[i]);\n }\n }\n //}}}\n function createBorders(li) //{{{\n {\n var cl,i;\n for (i = 0; i < li.length; i++) {\n switch(li[i]){\n case'n': cl='hline'; break;\n case's': cl='hline bottom'; break;\n case'e': cl='vline right'; break;\n case'w': cl='vline'; break;\n }\n borders[li[i]] = insertBorder(cl);\n }\n }\n //}}}\n function createHandles(li) //{{{\n {\n var i;\n for (i = 0; i < li.length; i++) {\n handle[li[i]] = insertHandle(li[i]);\n }\n }\n //}}}\n function moveto(x, y) //{{{\n {\n if (!options.shade) {\n $img2.css({\n top: px(-y),\n left: px(-x)\n });\n }\n $sel.css({\n top: px(y),\n left: px(x)\n });\n }\n //}}}\n function resize(w, h) //{{{\n {\n $sel.width(Math.round(w)).height(Math.round(h));\n }\n //}}}\n function refresh() //{{{\n {\n var c = Coords.getFixed();\n\n Coords.setPressed([c.x, c.y]);\n Coords.setCurrent([c.x2, c.y2]);\n\n updateVisible();\n }\n //}}}\n\n // Internal Methods\n function updateVisible(select) //{{{\n {\n if (awake) {\n return update(select);\n }\n }\n //}}}\n function update(select) //{{{\n {\n var c = Coords.getFixed();\n\n resize(c.w, c.h);\n moveto(c.x, c.y);\n if (options.shade) Shade.updateRaw(c);\n\n awake || show();\n\n if (select) {\n options.onSelect.call(api, unscale(c));\n } else {\n options.onChange.call(api, unscale(c));\n }\n }\n //}}}\n function setBgOpacity(opacity,force,now) //{{{\n {\n if (!awake && !force) return;\n if (options.bgFade && !now) {\n $img.animate({\n opacity: opacity\n },{\n queue: false,\n duration: options.fadeTime\n });\n } else {\n $img.css('opacity', opacity);\n }\n }\n //}}}\n function show() //{{{\n {\n $sel.show();\n\n if (options.shade) Shade.opacity(bgopacity);\n else setBgOpacity(bgopacity,true);\n\n awake = true;\n }\n //}}}\n function release() //{{{\n {\n disableHandles();\n $sel.hide();\n\n if (options.shade) Shade.opacity(1);\n else setBgOpacity(1);\n\n awake = false;\n options.onRelease.call(api);\n }\n //}}}\n function showHandles() //{{{\n {\n if (seehandles) {\n $hdl_holder.show();\n }\n }\n //}}}\n function enableHandles() //{{{\n {\n seehandles = true;\n if (options.allowResize) {\n $hdl_holder.show();\n return true;\n }\n }\n //}}}\n function disableHandles() //{{{\n {\n seehandles = false;\n $hdl_holder.hide();\n } \n //}}}\n function animMode(v) //{{{\n {\n if (v) {\n animating = true;\n disableHandles();\n } else {\n animating = false;\n enableHandles();\n }\n } \n //}}}\n function done() //{{{\n {\n animMode(false);\n refresh();\n } \n //}}}\n // Insert draggable elements {{{\n // Insert border divs for outline\n\n if (options.dragEdges && $.isArray(options.createDragbars))\n createDragbars(options.createDragbars);\n\n if ($.isArray(options.createHandles))\n createHandles(options.createHandles);\n\n if (options.drawBorders && $.isArray(options.createBorders))\n createBorders(options.createBorders);\n\n //}}}\n\n // This is a hack for iOS5 to support drag/move touch functionality\n $(document).bind('touchstart.jcrop-ios',function(e) {\n if ($(e.currentTarget).hasClass('jcrop-tracker')) e.stopPropagation();\n });\n\n var $track = newTracker().mousedown(createDragger('move')).css({\n cursor: 'move',\n position: 'absolute',\n zIndex: 360\n });\n\n if (Touch.support) {\n $track.bind('touchstart.jcrop', Touch.createDragger('move'));\n }\n\n $img_holder.append($track);\n disableHandles();\n\n return {\n updateVisible: updateVisible,\n update: update,\n release: release,\n refresh: refresh,\n isAwake: function () {\n return awake;\n },\n setCursor: function (cursor) {\n $track.css('cursor', cursor);\n },\n enableHandles: enableHandles,\n enableOnly: function () {\n seehandles = true;\n },\n showHandles: showHandles,\n disableHandles: disableHandles,\n animMode: animMode,\n setBgOpacity: setBgOpacity,\n done: done\n };\n }());\n \n //}}}\n // Tracker Module {{{\n var Tracker = (function () {\n var onMove = function () {},\n onDone = function () {},\n trackDoc = options.trackDocument;\n\n function toFront(touch) //{{{\n {\n $trk.css({\n zIndex: 450\n });\n\n if (touch)\n $(document)\n .bind('touchmove.jcrop', trackTouchMove)\n .bind('touchend.jcrop', trackTouchEnd);\n\n else if (trackDoc)\n $(document)\n .bind('mousemove.jcrop',trackMove)\n .bind('mouseup.jcrop',trackUp);\n } \n //}}}\n function toBack() //{{{\n {\n $trk.css({\n zIndex: 290\n });\n $(document).unbind('.jcrop');\n } \n //}}}\n function trackMove(e) //{{{\n {\n onMove(mouseAbs(e));\n return false;\n } \n //}}}\n function trackUp(e) //{{{\n {\n e.preventDefault();\n e.stopPropagation();\n\n if (btndown) {\n btndown = false;\n\n onDone(mouseAbs(e));\n\n if (Selection.isAwake()) {\n options.onSelect.call(api, unscale(Coords.getFixed()));\n }\n\n toBack();\n onMove = function () {};\n onDone = function () {};\n }\n\n return false;\n }\n //}}}\n function activateHandlers(move, done, touch) //{{{\n {\n btndown = true;\n onMove = move;\n onDone = done;\n toFront(touch);\n return false;\n }\n //}}}\n function trackTouchMove(e) //{{{\n {\n onMove(mouseAbs(Touch.cfilter(e)));\n return false;\n }\n //}}}\n function trackTouchEnd(e) //{{{\n {\n return trackUp(Touch.cfilter(e));\n }\n //}}}\n function setCursor(t) //{{{\n {\n $trk.css('cursor', t);\n }\n //}}}\n\n if (!trackDoc) {\n $trk.mousemove(trackMove).mouseup(trackUp).mouseout(trackUp);\n }\n\n $img.before($trk);\n return {\n activateHandlers: activateHandlers,\n setCursor: setCursor\n };\n }());\n //}}}\n // KeyManager Module {{{\n var KeyManager = (function () {\n var $keymgr = $('<input type=\"radio\" />').css({\n position: 'fixed',\n left: '-120px',\n width: '12px'\n }).addClass('jcrop-keymgr'),\n\n $keywrap = $('<div />').css({\n position: 'absolute',\n overflow: 'hidden'\n }).append($keymgr);\n\n function watchKeys() //{{{\n {\n if (options.keySupport) {\n $keymgr.show();\n $keymgr.focus();\n }\n }\n //}}}\n function onBlur(e) //{{{\n {\n $keymgr.hide();\n }\n //}}}\n function doNudge(e, x, y) //{{{\n {\n if (options.allowMove) {\n Coords.moveOffset([x, y]);\n Selection.updateVisible(true);\n }\n e.preventDefault();\n e.stopPropagation();\n }\n //}}}\n function parseKey(e) //{{{\n {\n if (e.ctrlKey || e.metaKey) {\n return true;\n }\n shift_down = e.shiftKey ? true : false;\n var nudge = shift_down ? 10 : 1;\n\n switch (e.keyCode) {\n case 37:\n doNudge(e, -nudge, 0);\n break;\n case 39:\n doNudge(e, nudge, 0);\n break;\n case 38:\n doNudge(e, 0, -nudge);\n break;\n case 40:\n doNudge(e, 0, nudge);\n break;\n case 27:\n if (options.allowSelect) Selection.release();\n break;\n case 9:\n return true;\n }\n\n return false;\n }\n //}}}\n\n if (options.keySupport) {\n $keymgr.keydown(parseKey).blur(onBlur);\n if (ie6mode || !options.fixedSupport) {\n $keymgr.css({\n position: 'absolute',\n left: '-20px'\n });\n $keywrap.append($keymgr).insertBefore($img);\n } else {\n $keymgr.insertBefore($img);\n }\n }\n\n\n return {\n watchKeys: watchKeys\n };\n }());\n //}}}\n // }}}\n // API methods {{{\n function setClass(cname) //{{{\n {\n $div.removeClass().addClass(cssClass('holder')).addClass(cname);\n }\n //}}}\n function animateTo(a, callback) //{{{\n {\n var x1 = a[0] / xscale,\n y1 = a[1] / yscale,\n x2 = a[2] / xscale,\n y2 = a[3] / yscale;\n\n if (animating) {\n return;\n }\n\n var animto = Coords.flipCoords(x1, y1, x2, y2),\n c = Coords.getFixed(),\n initcr = [c.x, c.y, c.x2, c.y2],\n animat = initcr,\n interv = options.animationDelay,\n ix1 = animto[0] - initcr[0],\n iy1 = animto[1] - initcr[1],\n ix2 = animto[2] - initcr[2],\n iy2 = animto[3] - initcr[3],\n pcent = 0,\n velocity = options.swingSpeed;\n\n x1 = animat[0];\n y1 = animat[1];\n x2 = animat[2];\n y2 = animat[3];\n\n Selection.animMode(true);\n var anim_timer;\n\n function queueAnimator() {\n window.setTimeout(animator, interv);\n }\n var animator = (function () {\n return function () {\n pcent += (100 - pcent) / velocity;\n\n animat[0] = Math.round(x1 + ((pcent / 100) * ix1));\n animat[1] = Math.round(y1 + ((pcent / 100) * iy1));\n animat[2] = Math.round(x2 + ((pcent / 100) * ix2));\n animat[3] = Math.round(y2 + ((pcent / 100) * iy2));\n\n if (pcent >= 99.8) {\n pcent = 100;\n }\n if (pcent < 100) {\n setSelectRaw(animat);\n queueAnimator();\n } else {\n Selection.done();\n Selection.animMode(false);\n if (typeof(callback) === 'function') {\n callback.call(api);\n }\n }\n };\n }());\n queueAnimator();\n }\n //}}}\n function setSelect(rect) //{{{\n {\n setSelectRaw([rect[0] / xscale, rect[1] / yscale, rect[2] / xscale, rect[3] / yscale]);\n options.onSelect.call(api, unscale(Coords.getFixed()));\n Selection.enableHandles();\n }\n //}}}\n function setSelectRaw(l) //{{{\n {\n Coords.setPressed([l[0], l[1]]);\n Coords.setCurrent([l[2], l[3]]);\n Selection.update();\n }\n //}}}\n function tellSelect() //{{{\n {\n return unscale(Coords.getFixed());\n }\n //}}}\n function tellScaled() //{{{\n {\n return Coords.getFixed();\n }\n //}}}\n function setOptionsNew(opt) //{{{\n {\n setOptions(opt);\n interfaceUpdate();\n }\n //}}}\n function disableCrop() //{{{\n {\n options.disabled = true;\n Selection.disableHandles();\n Selection.setCursor('default');\n Tracker.setCursor('default');\n }\n //}}}\n function enableCrop() //{{{\n {\n options.disabled = false;\n interfaceUpdate();\n }\n //}}}\n function cancelCrop() //{{{\n {\n Selection.done();\n Tracker.activateHandlers(null, null);\n }\n //}}}\n function destroy() //{{{\n {\n $div.remove();\n $origimg.show();\n $origimg.css('visibility','visible');\n $(obj).removeData('Jcrop');\n }\n //}}}\n function setImage(src, callback) //{{{\n {\n Selection.release();\n disableCrop();\n var img = new Image();\n img.onload = function () {\n var iw = img.width;\n var ih = img.height;\n var bw = options.boxWidth;\n var bh = options.boxHeight;\n $img.width(iw).height(ih);\n $img.attr('src', src);\n $img2.attr('src', src);\n presize($img, bw, bh);\n boundx = $img.width();\n boundy = $img.height();\n $img2.width(boundx).height(boundy);\n $trk.width(boundx + (bound * 2)).height(boundy + (bound * 2));\n $div.width(boundx).height(boundy);\n Shade.resize(boundx,boundy);\n enableCrop();\n\n if (typeof(callback) === 'function') {\n callback.call(api);\n }\n };\n img.src = src;\n }\n //}}}\n function colorChangeMacro($obj,color,now) {\n var mycolor = color || options.bgColor;\n if (options.bgFade && supportsColorFade() && options.fadeTime && !now) {\n $obj.animate({\n backgroundColor: mycolor\n }, {\n queue: false,\n duration: options.fadeTime\n });\n } else {\n $obj.css('backgroundColor', mycolor);\n }\n }\n function interfaceUpdate(alt) //{{{\n // This method tweaks the interface based on options object.\n // Called when options are changed and at end of initialization.\n {\n if (options.allowResize) {\n if (alt) {\n Selection.enableOnly();\n } else {\n Selection.enableHandles();\n }\n } else {\n Selection.disableHandles();\n }\n\n Tracker.setCursor(options.allowSelect ? 'crosshair' : 'default');\n Selection.setCursor(options.allowMove ? 'move' : 'default');\n\n if (options.hasOwnProperty('trueSize')) {\n xscale = options.trueSize[0] / boundx;\n yscale = options.trueSize[1] / boundy;\n }\n\n if (options.hasOwnProperty('setSelect')) {\n setSelect(options.setSelect);\n Selection.done();\n delete(options.setSelect);\n }\n\n Shade.refresh();\n\n if (options.bgColor != bgcolor) {\n colorChangeMacro(\n options.shade? Shade.getShades(): $div,\n options.shade?\n (options.shadeColor || options.bgColor):\n options.bgColor\n );\n bgcolor = options.bgColor;\n }\n\n if (bgopacity != options.bgOpacity) {\n bgopacity = options.bgOpacity;\n if (options.shade) Shade.refresh();\n else Selection.setBgOpacity(bgopacity);\n }\n\n xlimit = options.maxSize[0] || 0;\n ylimit = options.maxSize[1] || 0;\n xmin = options.minSize[0] || 0;\n ymin = options.minSize[1] || 0;\n\n if (options.hasOwnProperty('outerImage')) {\n $img.attr('src', options.outerImage);\n delete(options.outerImage);\n }\n\n Selection.refresh();\n }\n //}}}\n //}}}\n\n if (Touch.support) $trk.bind('touchstart.jcrop', Touch.newSelection);\n\n $hdl_holder.hide();\n interfaceUpdate(true);\n\n var api = {\n setImage: setImage,\n animateTo: animateTo,\n setSelect: setSelect,\n setOptions: setOptionsNew,\n tellSelect: tellSelect,\n tellScaled: tellScaled,\n setClass: setClass,\n\n disable: disableCrop,\n enable: enableCrop,\n cancel: cancelCrop,\n release: Selection.release,\n destroy: destroy,\n\n focus: KeyManager.watchKeys,\n\n getBounds: function () {\n return [boundx * xscale, boundy * yscale];\n },\n getWidgetSize: function () {\n return [boundx, boundy];\n },\n getScaleFactor: function () {\n return [xscale, yscale];\n },\n getOptions: function() {\n // careful: internal values are returned\n return options;\n },\n\n ui: {\n holder: $div,\n selection: $sel\n }\n };\n\n if (is_msie) $div.bind('selectstart', function () { return false; });\n\n $origimg.data('Jcrop', api);\n return api;\n };\n $.fn.Jcrop = function (options, callback) //{{{\n {\n var api;\n // Iterate over each object, attach Jcrop\n this.each(function () {\n // If we've already attached to this object\n if ($(this).data('Jcrop')) {\n // The API can be requested this way (undocumented)\n if (options === 'api') return $(this).data('Jcrop');\n // Otherwise, we just reset the options...\n else $(this).data('Jcrop').setOptions(options);\n }\n // If we haven't been attached, preload and attach\n else {\n if (this.tagName == 'IMG')\n $.Jcrop.Loader(this,function(){\n $(this).css({display:'block',visibility:'hidden'});\n api = $.Jcrop(this, options);\n if ($.isFunction(callback)) callback.call(api);\n });\n else {\n $(this).css({display:'block',visibility:'hidden'});\n api = $.Jcrop(this, options);\n if ($.isFunction(callback)) callback.call(api);\n }\n }\n });\n\n // Return \"this\" so the object is chainable (jQuery-style)\n return this;\n };\n //}}}\n // $.Jcrop.Loader - basic image loader {{{\n\n $.Jcrop.Loader = function(imgobj,success,error){\n var $img = $(imgobj), img = $img[0];\n\n function completeCheck(){\n if (img.complete) {\n $img.unbind('.jcloader');\n if ($.isFunction(success)) success.call(img);\n }\n else window.setTimeout(completeCheck,50);\n }\n\n $img\n .bind('load.jcloader',completeCheck)\n .bind('error.jcloader',function(e){\n $img.unbind('.jcloader');\n if ($.isFunction(error)) error.call(img);\n });\n\n if (img.complete && $.isFunction(success)){\n $img.unbind('.jcloader');\n success.call(img);\n }\n };\n\n //}}}\n // Global Defaults {{{\n $.Jcrop.defaults = {\n\n // Basic Settings\n allowSelect: true,\n allowMove: true,\n allowResize: true,\n\n trackDocument: true,\n\n // Styling Options\n baseClass: 'jcrop',\n addClass: null,\n bgColor: 'black',\n bgOpacity: 0.6,\n bgFade: false,\n borderOpacity: 0.4,\n handleOpacity: 0.5,\n handleSize: null,\n\n aspectRatio: 0,\n keySupport: true,\n createHandles: ['n','s','e','w','nw','ne','se','sw'],\n createDragbars: ['n','s','e','w'],\n createBorders: ['n','s','e','w'],\n drawBorders: true,\n dragEdges: true,\n fixedSupport: true,\n touchSupport: null,\n\n shade: null,\n\n boxWidth: 0,\n boxHeight: 0,\n boundary: 2,\n fadeTime: 400,\n animationDelay: 20,\n swingSpeed: 3,\n\n minSelect: [0, 0],\n maxSize: [0, 0],\n minSize: [0, 0],\n\n // Callbacks / Event Handlers\n onChange: function () {},\n onSelect: function () {},\n onDblClick: function () {},\n onRelease: function () {}\n };\n\n // }}}\n}(jQuery));\n","// style-loader: Adds some css to the DOM by adding a <style> tag\n\n// load the styles\nvar content = require(\"!!../../css-loader/dist/cjs.js!./jquery.Jcrop.css\");\nif(typeof content === 'string') content = [[module.id, content, '']];\nif(content.locals) module.exports = content.locals;\n// add the styles to the DOM\nvar add = require(\"!../../vue-style-loader/lib/addStylesClient.js\").default\nvar update = add(\"2ecba940\", content, true, {});","// Imports\nvar ___CSS_LOADER_API_IMPORT___ = require(\"../../css-loader/dist/runtime/api.js\");\nvar ___CSS_LOADER_GET_URL_IMPORT___ = require(\"../../css-loader/dist/runtime/getUrl.js\");\nvar ___CSS_LOADER_URL_IMPORT_0___ = require(\"./Jcrop.gif\");\nexports = ___CSS_LOADER_API_IMPORT___(false);\nvar ___CSS_LOADER_URL_REPLACEMENT_0___ = ___CSS_LOADER_GET_URL_IMPORT___(___CSS_LOADER_URL_IMPORT_0___);\n// Module\nexports.push([module.id, \"/* jquery.Jcrop.css v0.9.12 - MIT License */\\n/*\\n The outer-most container in a typical Jcrop instance\\n If you are having difficulty with formatting related to styles\\n on a parent element, place any fixes here or in a like selector\\n\\n You can also style this element if you want to add a border, etc\\n A better method for styling can be seen below with .jcrop-light\\n (Add a class to the holder and style elements for that extended class)\\n*/\\n.jcrop-holder {\\n direction: ltr;\\n text-align: left;\\n}\\n/* Selection Border */\\n.jcrop-vline,\\n.jcrop-hline {\\n background: #ffffff url(\" + ___CSS_LOADER_URL_REPLACEMENT_0___ + \");\\n font-size: 0;\\n position: absolute;\\n}\\n.jcrop-vline {\\n height: 100%;\\n width: 1px !important;\\n}\\n.jcrop-vline.right {\\n right: 0;\\n}\\n.jcrop-hline {\\n height: 1px !important;\\n width: 100%;\\n}\\n.jcrop-hline.bottom {\\n bottom: 0;\\n}\\n/* Invisible click targets */\\n.jcrop-tracker {\\n height: 100%;\\n width: 100%;\\n /* \\\"turn off\\\" link highlight */\\n -webkit-tap-highlight-color: transparent;\\n /* disable callout, image save panel */\\n -webkit-touch-callout: none;\\n /* disable cut copy paste */\\n -webkit-user-select: none;\\n}\\n/* Selection Handles */\\n.jcrop-handle {\\n background-color: #333333;\\n border: 1px #eeeeee solid;\\n width: 7px;\\n height: 7px;\\n font-size: 1px;\\n}\\n.jcrop-handle.ord-n {\\n left: 50%;\\n margin-left: -4px;\\n margin-top: -4px;\\n top: 0;\\n}\\n.jcrop-handle.ord-s {\\n bottom: 0;\\n left: 50%;\\n margin-bottom: -4px;\\n margin-left: -4px;\\n}\\n.jcrop-handle.ord-e {\\n margin-right: -4px;\\n margin-top: -4px;\\n right: 0;\\n top: 50%;\\n}\\n.jcrop-handle.ord-w {\\n left: 0;\\n margin-left: -4px;\\n margin-top: -4px;\\n top: 50%;\\n}\\n.jcrop-handle.ord-nw {\\n left: 0;\\n margin-left: -4px;\\n margin-top: -4px;\\n top: 0;\\n}\\n.jcrop-handle.ord-ne {\\n margin-right: -4px;\\n margin-top: -4px;\\n right: 0;\\n top: 0;\\n}\\n.jcrop-handle.ord-se {\\n bottom: 0;\\n margin-bottom: -4px;\\n margin-right: -4px;\\n right: 0;\\n}\\n.jcrop-handle.ord-sw {\\n bottom: 0;\\n left: 0;\\n margin-bottom: -4px;\\n margin-left: -4px;\\n}\\n/* Dragbars */\\n.jcrop-dragbar.ord-n,\\n.jcrop-dragbar.ord-s {\\n height: 7px;\\n width: 100%;\\n}\\n.jcrop-dragbar.ord-e,\\n.jcrop-dragbar.ord-w {\\n height: 100%;\\n width: 7px;\\n}\\n.jcrop-dragbar.ord-n {\\n margin-top: -4px;\\n}\\n.jcrop-dragbar.ord-s {\\n bottom: 0;\\n margin-bottom: -4px;\\n}\\n.jcrop-dragbar.ord-e {\\n margin-right: -4px;\\n right: 0;\\n}\\n.jcrop-dragbar.ord-w {\\n margin-left: -4px;\\n}\\n/* The \\\"jcrop-light\\\" class/extension */\\n.jcrop-light .jcrop-vline,\\n.jcrop-light .jcrop-hline {\\n background: #ffffff;\\n filter: alpha(opacity=70) !important;\\n opacity: .70!important;\\n}\\n.jcrop-light .jcrop-handle {\\n -moz-border-radius: 3px;\\n -webkit-border-radius: 3px;\\n background-color: #000000;\\n border-color: #ffffff;\\n border-radius: 3px;\\n}\\n/* The \\\"jcrop-dark\\\" class/extension */\\n.jcrop-dark .jcrop-vline,\\n.jcrop-dark .jcrop-hline {\\n background: #000000;\\n filter: alpha(opacity=70) !important;\\n opacity: 0.7 !important;\\n}\\n.jcrop-dark .jcrop-handle {\\n -moz-border-radius: 3px;\\n -webkit-border-radius: 3px;\\n background-color: #ffffff;\\n border-color: #000000;\\n border-radius: 3px;\\n}\\n/* Simple macro to turn off the antlines */\\n.solid-line .jcrop-vline,\\n.solid-line .jcrop-hline {\\n background: #ffffff;\\n}\\n/* Fix for twitter bootstrap et al. */\\n.jcrop-holder img,\\nimg.jcrop-preview {\\n max-width: none;\\n}\\n\", \"\"]);\n// Exports\nmodule.exports = exports;\n","export default \"data:image/gif;base64,R0lGODlhCAAIAJEAAKqqqv///wAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh+QQJCgAAACwAAAAACAAIAAACDZQFCadrzVRMB9FZ5SwAIfkECQoAAAAsAAAAAAgACAAAAg+ELqCYaudeW9ChyOyltQAAIfkECQoAAAAsAAAAAAgACAAAAg8EhGKXm+rQYtC0WGl9oAAAIfkECQoAAAAsAAAAAAgACAAAAg+EhWKQernaYmjCWLF7qAAAIfkECQoAAAAsAAAAAAgACAAAAg2EISmna81UTAfRWeUsACH5BAkKAAAALAAAAAAIAAgAAAIPFA6imGrnXlvQocjspbUAACH5BAkKAAAALAAAAAAIAAgAAAIPlIBgl5vq0GLQtFhpfaIAACH5BAUKAAAALAAAAAAIAAgAAAIPlIFgknq52mJowlixe6gAADs=\"","/*\nCopyright 2012 Igor Vaynberg\n\nVersion: @@ver@@ Timestamp: @@timestamp@@\n\nThis software is licensed under the Apache License, Version 2.0 (the \"Apache License\") or the GNU\nGeneral Public License version 2 (the \"GPL License\"). You may choose either license to govern your\nuse of this software only upon the condition that you accept all of the terms of either the Apache\nLicense or the GPL License.\n\nYou may obtain a copy of the Apache License and the GPL License at:\n\n http://www.apache.org/licenses/LICENSE-2.0\n http://www.gnu.org/licenses/gpl-2.0.html\n\nUnless required by applicable law or agreed to in writing, software distributed under the\nApache License or the GPL License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR\nCONDITIONS OF ANY KIND, either express or implied. See the Apache License and the GPL License for\nthe specific language governing permissions and limitations under the Apache License and the GPL License.\n*/\n(function ($) {\n if(typeof $.fn.each2 == \"undefined\") {\n $.extend($.fn, {\n /*\n * 4-10 times faster .each replacement\n * use it carefully, as it overrides jQuery context of element on each iteration\n */\n each2 : function (c) {\n var j = $([0]), i = -1, l = this.length;\n while (\n ++i < l\n && (j.context = j[0] = this[i])\n && c.call(j[0], i, j) !== false //\"this\"=DOM, i=index, j=jQuery object\n );\n return this;\n }\n });\n }\n})(jQuery);\n\n(function ($, undefined) {\n \"use strict\";\n /*global document, window, jQuery, console */\n\n if (window.Select2 !== undefined) {\n return;\n }\n\n var KEY, AbstractSelect2, SingleSelect2, MultiSelect2, nextUid, sizer,\n lastMousePosition={x:0,y:0}, $document, scrollBarDimensions,\n\n KEY = {\n TAB: 9,\n ENTER: 13,\n ESC: 27,\n SPACE: 32,\n LEFT: 37,\n UP: 38,\n RIGHT: 39,\n DOWN: 40,\n SHIFT: 16,\n CTRL: 17,\n ALT: 18,\n PAGE_UP: 33,\n PAGE_DOWN: 34,\n HOME: 36,\n END: 35,\n BACKSPACE: 8,\n DELETE: 46,\n isArrow: function (k) {\n k = k.which ? k.which : k;\n switch (k) {\n case KEY.LEFT:\n case KEY.RIGHT:\n case KEY.UP:\n case KEY.DOWN:\n return true;\n }\n return false;\n },\n isControl: function (e) {\n var k = e.which;\n switch (k) {\n case KEY.SHIFT:\n case KEY.CTRL:\n case KEY.ALT:\n return true;\n }\n\n if (e.metaKey) return true;\n\n return false;\n },\n isFunctionKey: function (k) {\n k = k.which ? k.which : k;\n return k >= 112 && k <= 123;\n }\n },\n MEASURE_SCROLLBAR_TEMPLATE = \"<div class='select2-measure-scrollbar'></div>\",\n\n DIACRITICS = {\"\\u24B6\":\"A\",\"\\uFF21\":\"A\",\"\\u00C0\":\"A\",\"\\u00C1\":\"A\",\"\\u00C2\":\"A\",\"\\u1EA6\":\"A\",\"\\u1EA4\":\"A\",\"\\u1EAA\":\"A\",\"\\u1EA8\":\"A\",\"\\u00C3\":\"A\",\"\\u0100\":\"A\",\"\\u0102\":\"A\",\"\\u1EB0\":\"A\",\"\\u1EAE\":\"A\",\"\\u1EB4\":\"A\",\"\\u1EB2\":\"A\",\"\\u0226\":\"A\",\"\\u01E0\":\"A\",\"\\u00C4\":\"A\",\"\\u01DE\":\"A\",\"\\u1EA2\":\"A\",\"\\u00C5\":\"A\",\"\\u01FA\":\"A\",\"\\u01CD\":\"A\",\"\\u0200\":\"A\",\"\\u0202\":\"A\",\"\\u1EA0\":\"A\",\"\\u1EAC\":\"A\",\"\\u1EB6\":\"A\",\"\\u1E00\":\"A\",\"\\u0104\":\"A\",\"\\u023A\":\"A\",\"\\u2C6F\":\"A\",\"\\uA732\":\"AA\",\"\\u00C6\":\"AE\",\"\\u01FC\":\"AE\",\"\\u01E2\":\"AE\",\"\\uA734\":\"AO\",\"\\uA736\":\"AU\",\"\\uA738\":\"AV\",\"\\uA73A\":\"AV\",\"\\uA73C\":\"AY\",\"\\u24B7\":\"B\",\"\\uFF22\":\"B\",\"\\u1E02\":\"B\",\"\\u1E04\":\"B\",\"\\u1E06\":\"B\",\"\\u0243\":\"B\",\"\\u0182\":\"B\",\"\\u0181\":\"B\",\"\\u24B8\":\"C\",\"\\uFF23\":\"C\",\"\\u0106\":\"C\",\"\\u0108\":\"C\",\"\\u010A\":\"C\",\"\\u010C\":\"C\",\"\\u00C7\":\"C\",\"\\u1E08\":\"C\",\"\\u0187\":\"C\",\"\\u023B\":\"C\",\"\\uA73E\":\"C\",\"\\u24B9\":\"D\",\"\\uFF24\":\"D\",\"\\u1E0A\":\"D\",\"\\u010E\":\"D\",\"\\u1E0C\":\"D\",\"\\u1E10\":\"D\",\"\\u1E12\":\"D\",\"\\u1E0E\":\"D\",\"\\u0110\":\"D\",\"\\u018B\":\"D\",\"\\u018A\":\"D\",\"\\u0189\":\"D\",\"\\uA779\":\"D\",\"\\u01F1\":\"DZ\",\"\\u01C4\":\"DZ\",\"\\u01F2\":\"Dz\",\"\\u01C5\":\"Dz\",\"\\u24BA\":\"E\",\"\\uFF25\":\"E\",\"\\u00C8\":\"E\",\"\\u00C9\":\"E\",\"\\u00CA\":\"E\",\"\\u1EC0\":\"E\",\"\\u1EBE\":\"E\",\"\\u1EC4\":\"E\",\"\\u1EC2\":\"E\",\"\\u1EBC\":\"E\",\"\\u0112\":\"E\",\"\\u1E14\":\"E\",\"\\u1E16\":\"E\",\"\\u0114\":\"E\",\"\\u0116\":\"E\",\"\\u00CB\":\"E\",\"\\u1EBA\":\"E\",\"\\u011A\":\"E\",\"\\u0204\":\"E\",\"\\u0206\":\"E\",\"\\u1EB8\":\"E\",\"\\u1EC6\":\"E\",\"\\u0228\":\"E\",\"\\u1E1C\":\"E\",\"\\u0118\":\"E\",\"\\u1E18\":\"E\",\"\\u1E1A\":\"E\",\"\\u0190\":\"E\",\"\\u018E\":\"E\",\"\\u24BB\":\"F\",\"\\uFF26\":\"F\",\"\\u1E1E\":\"F\",\"\\u0191\":\"F\",\"\\uA77B\":\"F\",\"\\u24BC\":\"G\",\"\\uFF27\":\"G\",\"\\u01F4\":\"G\",\"\\u011C\":\"G\",\"\\u1E20\":\"G\",\"\\u011E\":\"G\",\"\\u0120\":\"G\",\"\\u01E6\":\"G\",\"\\u0122\":\"G\",\"\\u01E4\":\"G\",\"\\u0193\":\"G\",\"\\uA7A0\":\"G\",\"\\uA77D\":\"G\",\"\\uA77E\":\"G\",\"\\u24BD\":\"H\",\"\\uFF28\":\"H\",\"\\u0124\":\"H\",\"\\u1E22\":\"H\",\"\\u1E26\":\"H\",\"\\u021E\":\"H\",\"\\u1E24\":\"H\",\"\\u1E28\":\"H\",\"\\u1E2A\":\"H\",\"\\u0126\":\"H\",\"\\u2C67\":\"H\",\"\\u2C75\":\"H\",\"\\uA78D\":\"H\",\"\\u24BE\":\"I\",\"\\uFF29\":\"I\",\"\\u00CC\":\"I\",\"\\u00CD\":\"I\",\"\\u00CE\":\"I\",\"\\u0128\":\"I\",\"\\u012A\":\"I\",\"\\u012C\":\"I\",\"\\u0130\":\"I\",\"\\u00CF\":\"I\",\"\\u1E2E\":\"I\",\"\\u1EC8\":\"I\",\"\\u01CF\":\"I\",\"\\u0208\":\"I\",\"\\u020A\":\"I\",\"\\u1ECA\":\"I\",\"\\u012E\":\"I\",\"\\u1E2C\":\"I\",\"\\u0197\":\"I\",\"\\u24BF\":\"J\",\"\\uFF2A\":\"J\",\"\\u0134\":\"J\",\"\\u0248\":\"J\",\"\\u24C0\":\"K\",\"\\uFF2B\":\"K\",\"\\u1E30\":\"K\",\"\\u01E8\":\"K\",\"\\u1E32\":\"K\",\"\\u0136\":\"K\",\"\\u1E34\":\"K\",\"\\u0198\":\"K\",\"\\u2C69\":\"K\",\"\\uA740\":\"K\",\"\\uA742\":\"K\",\"\\uA744\":\"K\",\"\\uA7A2\":\"K\",\"\\u24C1\":\"L\",\"\\uFF2C\":\"L\",\"\\u013F\":\"L\",\"\\u0139\":\"L\",\"\\u013D\":\"L\",\"\\u1E36\":\"L\",\"\\u1E38\":\"L\",\"\\u013B\":\"L\",\"\\u1E3C\":\"L\",\"\\u1E3A\":\"L\",\"\\u0141\":\"L\",\"\\u023D\":\"L\",\"\\u2C62\":\"L\",\"\\u2C60\":\"L\",\"\\uA748\":\"L\",\"\\uA746\":\"L\",\"\\uA780\":\"L\",\"\\u01C7\":\"LJ\",\"\\u01C8\":\"Lj\",\"\\u24C2\":\"M\",\"\\uFF2D\":\"M\",\"\\u1E3E\":\"M\",\"\\u1E40\":\"M\",\"\\u1E42\":\"M\",\"\\u2C6E\":\"M\",\"\\u019C\":\"M\",\"\\u24C3\":\"N\",\"\\uFF2E\":\"N\",\"\\u01F8\":\"N\",\"\\u0143\":\"N\",\"\\u00D1\":\"N\",\"\\u1E44\":\"N\",\"\\u0147\":\"N\",\"\\u1E46\":\"N\",\"\\u0145\":\"N\",\"\\u1E4A\":\"N\",\"\\u1E48\":\"N\",\"\\u0220\":\"N\",\"\\u019D\":\"N\",\"\\uA790\":\"N\",\"\\uA7A4\":\"N\",\"\\u01CA\":\"NJ\",\"\\u01CB\":\"Nj\",\"\\u24C4\":\"O\",\"\\uFF2F\":\"O\",\"\\u00D2\":\"O\",\"\\u00D3\":\"O\",\"\\u00D4\":\"O\",\"\\u1ED2\":\"O\",\"\\u1ED0\":\"O\",\"\\u1ED6\":\"O\",\"\\u1ED4\":\"O\",\"\\u00D5\":\"O\",\"\\u1E4C\":\"O\",\"\\u022C\":\"O\",\"\\u1E4E\":\"O\",\"\\u014C\":\"O\",\"\\u1E50\":\"O\",\"\\u1E52\":\"O\",\"\\u014E\":\"O\",\"\\u022E\":\"O\",\"\\u0230\":\"O\",\"\\u00D6\":\"O\",\"\\u022A\":\"O\",\"\\u1ECE\":\"O\",\"\\u0150\":\"O\",\"\\u01D1\":\"O\",\"\\u020C\":\"O\",\"\\u020E\":\"O\",\"\\u01A0\":\"O\",\"\\u1EDC\":\"O\",\"\\u1EDA\":\"O\",\"\\u1EE0\":\"O\",\"\\u1EDE\":\"O\",\"\\u1EE2\":\"O\",\"\\u1ECC\":\"O\",\"\\u1ED8\":\"O\",\"\\u01EA\":\"O\",\"\\u01EC\":\"O\",\"\\u00D8\":\"O\",\"\\u01FE\":\"O\",\"\\u0186\":\"O\",\"\\u019F\":\"O\",\"\\uA74A\":\"O\",\"\\uA74C\":\"O\",\"\\u01A2\":\"OI\",\"\\uA74E\":\"OO\",\"\\u0222\":\"OU\",\"\\u24C5\":\"P\",\"\\uFF30\":\"P\",\"\\u1E54\":\"P\",\"\\u1E56\":\"P\",\"\\u01A4\":\"P\",\"\\u2C63\":\"P\",\"\\uA750\":\"P\",\"\\uA752\":\"P\",\"\\uA754\":\"P\",\"\\u24C6\":\"Q\",\"\\uFF31\":\"Q\",\"\\uA756\":\"Q\",\"\\uA758\":\"Q\",\"\\u024A\":\"Q\",\"\\u24C7\":\"R\",\"\\uFF32\":\"R\",\"\\u0154\":\"R\",\"\\u1E58\":\"R\",\"\\u0158\":\"R\",\"\\u0210\":\"R\",\"\\u0212\":\"R\",\"\\u1E5A\":\"R\",\"\\u1E5C\":\"R\",\"\\u0156\":\"R\",\"\\u1E5E\":\"R\",\"\\u024C\":\"R\",\"\\u2C64\":\"R\",\"\\uA75A\":\"R\",\"\\uA7A6\":\"R\",\"\\uA782\":\"R\",\"\\u24C8\":\"S\",\"\\uFF33\":\"S\",\"\\u1E9E\":\"S\",\"\\u015A\":\"S\",\"\\u1E64\":\"S\",\"\\u015C\":\"S\",\"\\u1E60\":\"S\",\"\\u0160\":\"S\",\"\\u1E66\":\"S\",\"\\u1E62\":\"S\",\"\\u1E68\":\"S\",\"\\u0218\":\"S\",\"\\u015E\":\"S\",\"\\u2C7E\":\"S\",\"\\uA7A8\":\"S\",\"\\uA784\":\"S\",\"\\u24C9\":\"T\",\"\\uFF34\":\"T\",\"\\u1E6A\":\"T\",\"\\u0164\":\"T\",\"\\u1E6C\":\"T\",\"\\u021A\":\"T\",\"\\u0162\":\"T\",\"\\u1E70\":\"T\",\"\\u1E6E\":\"T\",\"\\u0166\":\"T\",\"\\u01AC\":\"T\",\"\\u01AE\":\"T\",\"\\u023E\":\"T\",\"\\uA786\":\"T\",\"\\uA728\":\"TZ\",\"\\u24CA\":\"U\",\"\\uFF35\":\"U\",\"\\u00D9\":\"U\",\"\\u00DA\":\"U\",\"\\u00DB\":\"U\",\"\\u0168\":\"U\",\"\\u1E78\":\"U\",\"\\u016A\":\"U\",\"\\u1E7A\":\"U\",\"\\u016C\":\"U\",\"\\u00DC\":\"U\",\"\\u01DB\":\"U\",\"\\u01D7\":\"U\",\"\\u01D5\":\"U\",\"\\u01D9\":\"U\",\"\\u1EE6\":\"U\",\"\\u016E\":\"U\",\"\\u0170\":\"U\",\"\\u01D3\":\"U\",\"\\u0214\":\"U\",\"\\u0216\":\"U\",\"\\u01AF\":\"U\",\"\\u1EEA\":\"U\",\"\\u1EE8\":\"U\",\"\\u1EEE\":\"U\",\"\\u1EEC\":\"U\",\"\\u1EF0\":\"U\",\"\\u1EE4\":\"U\",\"\\u1E72\":\"U\",\"\\u0172\":\"U\",\"\\u1E76\":\"U\",\"\\u1E74\":\"U\",\"\\u0244\":\"U\",\"\\u24CB\":\"V\",\"\\uFF36\":\"V\",\"\\u1E7C\":\"V\",\"\\u1E7E\":\"V\",\"\\u01B2\":\"V\",\"\\uA75E\":\"V\",\"\\u0245\":\"V\",\"\\uA760\":\"VY\",\"\\u24CC\":\"W\",\"\\uFF37\":\"W\",\"\\u1E80\":\"W\",\"\\u1E82\":\"W\",\"\\u0174\":\"W\",\"\\u1E86\":\"W\",\"\\u1E84\":\"W\",\"\\u1E88\":\"W\",\"\\u2C72\":\"W\",\"\\u24CD\":\"X\",\"\\uFF38\":\"X\",\"\\u1E8A\":\"X\",\"\\u1E8C\":\"X\",\"\\u24CE\":\"Y\",\"\\uFF39\":\"Y\",\"\\u1EF2\":\"Y\",\"\\u00DD\":\"Y\",\"\\u0176\":\"Y\",\"\\u1EF8\":\"Y\",\"\\u0232\":\"Y\",\"\\u1E8E\":\"Y\",\"\\u0178\":\"Y\",\"\\u1EF6\":\"Y\",\"\\u1EF4\":\"Y\",\"\\u01B3\":\"Y\",\"\\u024E\":\"Y\",\"\\u1EFE\":\"Y\",\"\\u24CF\":\"Z\",\"\\uFF3A\":\"Z\",\"\\u0179\":\"Z\",\"\\u1E90\":\"Z\",\"\\u017B\":\"Z\",\"\\u017D\":\"Z\",\"\\u1E92\":\"Z\",\"\\u1E94\":\"Z\",\"\\u01B5\":\"Z\",\"\\u0224\":\"Z\",\"\\u2C7F\":\"Z\",\"\\u2C6B\":\"Z\",\"\\uA762\":\"Z\",\"\\u24D0\":\"a\",\"\\uFF41\":\"a\",\"\\u1E9A\":\"a\",\"\\u00E0\":\"a\",\"\\u00E1\":\"a\",\"\\u00E2\":\"a\",\"\\u1EA7\":\"a\",\"\\u1EA5\":\"a\",\"\\u1EAB\":\"a\",\"\\u1EA9\":\"a\",\"\\u00E3\":\"a\",\"\\u0101\":\"a\",\"\\u0103\":\"a\",\"\\u1EB1\":\"a\",\"\\u1EAF\":\"a\",\"\\u1EB5\":\"a\",\"\\u1EB3\":\"a\",\"\\u0227\":\"a\",\"\\u01E1\":\"a\",\"\\u00E4\":\"a\",\"\\u01DF\":\"a\",\"\\u1EA3\":\"a\",\"\\u00E5\":\"a\",\"\\u01FB\":\"a\",\"\\u01CE\":\"a\",\"\\u0201\":\"a\",\"\\u0203\":\"a\",\"\\u1EA1\":\"a\",\"\\u1EAD\":\"a\",\"\\u1EB7\":\"a\",\"\\u1E01\":\"a\",\"\\u0105\":\"a\",\"\\u2C65\":\"a\",\"\\u0250\":\"a\",\"\\uA733\":\"aa\",\"\\u00E6\":\"ae\",\"\\u01FD\":\"ae\",\"\\u01E3\":\"ae\",\"\\uA735\":\"ao\",\"\\uA737\":\"au\",\"\\uA739\":\"av\",\"\\uA73B\":\"av\",\"\\uA73D\":\"ay\",\"\\u24D1\":\"b\",\"\\uFF42\":\"b\",\"\\u1E03\":\"b\",\"\\u1E05\":\"b\",\"\\u1E07\":\"b\",\"\\u0180\":\"b\",\"\\u0183\":\"b\",\"\\u0253\":\"b\",\"\\u24D2\":\"c\",\"\\uFF43\":\"c\",\"\\u0107\":\"c\",\"\\u0109\":\"c\",\"\\u010B\":\"c\",\"\\u010D\":\"c\",\"\\u00E7\":\"c\",\"\\u1E09\":\"c\",\"\\u0188\":\"c\",\"\\u023C\":\"c\",\"\\uA73F\":\"c\",\"\\u2184\":\"c\",\"\\u24D3\":\"d\",\"\\uFF44\":\"d\",\"\\u1E0B\":\"d\",\"\\u010F\":\"d\",\"\\u1E0D\":\"d\",\"\\u1E11\":\"d\",\"\\u1E13\":\"d\",\"\\u1E0F\":\"d\",\"\\u0111\":\"d\",\"\\u018C\":\"d\",\"\\u0256\":\"d\",\"\\u0257\":\"d\",\"\\uA77A\":\"d\",\"\\u01F3\":\"dz\",\"\\u01C6\":\"dz\",\"\\u24D4\":\"e\",\"\\uFF45\":\"e\",\"\\u00E8\":\"e\",\"\\u00E9\":\"e\",\"\\u00EA\":\"e\",\"\\u1EC1\":\"e\",\"\\u1EBF\":\"e\",\"\\u1EC5\":\"e\",\"\\u1EC3\":\"e\",\"\\u1EBD\":\"e\",\"\\u0113\":\"e\",\"\\u1E15\":\"e\",\"\\u1E17\":\"e\",\"\\u0115\":\"e\",\"\\u0117\":\"e\",\"\\u00EB\":\"e\",\"\\u1EBB\":\"e\",\"\\u011B\":\"e\",\"\\u0205\":\"e\",\"\\u0207\":\"e\",\"\\u1EB9\":\"e\",\"\\u1EC7\":\"e\",\"\\u0229\":\"e\",\"\\u1E1D\":\"e\",\"\\u0119\":\"e\",\"\\u1E19\":\"e\",\"\\u1E1B\":\"e\",\"\\u0247\":\"e\",\"\\u025B\":\"e\",\"\\u01DD\":\"e\",\"\\u24D5\":\"f\",\"\\uFF46\":\"f\",\"\\u1E1F\":\"f\",\"\\u0192\":\"f\",\"\\uA77C\":\"f\",\"\\u24D6\":\"g\",\"\\uFF47\":\"g\",\"\\u01F5\":\"g\",\"\\u011D\":\"g\",\"\\u1E21\":\"g\",\"\\u011F\":\"g\",\"\\u0121\":\"g\",\"\\u01E7\":\"g\",\"\\u0123\":\"g\",\"\\u01E5\":\"g\",\"\\u0260\":\"g\",\"\\uA7A1\":\"g\",\"\\u1D79\":\"g\",\"\\uA77F\":\"g\",\"\\u24D7\":\"h\",\"\\uFF48\":\"h\",\"\\u0125\":\"h\",\"\\u1E23\":\"h\",\"\\u1E27\":\"h\",\"\\u021F\":\"h\",\"\\u1E25\":\"h\",\"\\u1E29\":\"h\",\"\\u1E2B\":\"h\",\"\\u1E96\":\"h\",\"\\u0127\":\"h\",\"\\u2C68\":\"h\",\"\\u2C76\":\"h\",\"\\u0265\":\"h\",\"\\u0195\":\"hv\",\"\\u24D8\":\"i\",\"\\uFF49\":\"i\",\"\\u00EC\":\"i\",\"\\u00ED\":\"i\",\"\\u00EE\":\"i\",\"\\u0129\":\"i\",\"\\u012B\":\"i\",\"\\u012D\":\"i\",\"\\u00EF\":\"i\",\"\\u1E2F\":\"i\",\"\\u1EC9\":\"i\",\"\\u01D0\":\"i\",\"\\u0209\":\"i\",\"\\u020B\":\"i\",\"\\u1ECB\":\"i\",\"\\u012F\":\"i\",\"\\u1E2D\":\"i\",\"\\u0268\":\"i\",\"\\u0131\":\"i\",\"\\u24D9\":\"j\",\"\\uFF4A\":\"j\",\"\\u0135\":\"j\",\"\\u01F0\":\"j\",\"\\u0249\":\"j\",\"\\u24DA\":\"k\",\"\\uFF4B\":\"k\",\"\\u1E31\":\"k\",\"\\u01E9\":\"k\",\"\\u1E33\":\"k\",\"\\u0137\":\"k\",\"\\u1E35\":\"k\",\"\\u0199\":\"k\",\"\\u2C6A\":\"k\",\"\\uA741\":\"k\",\"\\uA743\":\"k\",\"\\uA745\":\"k\",\"\\uA7A3\":\"k\",\"\\u24DB\":\"l\",\"\\uFF4C\":\"l\",\"\\u0140\":\"l\",\"\\u013A\":\"l\",\"\\u013E\":\"l\",\"\\u1E37\":\"l\",\"\\u1E39\":\"l\",\"\\u013C\":\"l\",\"\\u1E3D\":\"l\",\"\\u1E3B\":\"l\",\"\\u017F\":\"l\",\"\\u0142\":\"l\",\"\\u019A\":\"l\",\"\\u026B\":\"l\",\"\\u2C61\":\"l\",\"\\uA749\":\"l\",\"\\uA781\":\"l\",\"\\uA747\":\"l\",\"\\u01C9\":\"lj\",\"\\u24DC\":\"m\",\"\\uFF4D\":\"m\",\"\\u1E3F\":\"m\",\"\\u1E41\":\"m\",\"\\u1E43\":\"m\",\"\\u0271\":\"m\",\"\\u026F\":\"m\",\"\\u24DD\":\"n\",\"\\uFF4E\":\"n\",\"\\u01F9\":\"n\",\"\\u0144\":\"n\",\"\\u00F1\":\"n\",\"\\u1E45\":\"n\",\"\\u0148\":\"n\",\"\\u1E47\":\"n\",\"\\u0146\":\"n\",\"\\u1E4B\":\"n\",\"\\u1E49\":\"n\",\"\\u019E\":\"n\",\"\\u0272\":\"n\",\"\\u0149\":\"n\",\"\\uA791\":\"n\",\"\\uA7A5\":\"n\",\"\\u01CC\":\"nj\",\"\\u24DE\":\"o\",\"\\uFF4F\":\"o\",\"\\u00F2\":\"o\",\"\\u00F3\":\"o\",\"\\u00F4\":\"o\",\"\\u1ED3\":\"o\",\"\\u1ED1\":\"o\",\"\\u1ED7\":\"o\",\"\\u1ED5\":\"o\",\"\\u00F5\":\"o\",\"\\u1E4D\":\"o\",\"\\u022D\":\"o\",\"\\u1E4F\":\"o\",\"\\u014D\":\"o\",\"\\u1E51\":\"o\",\"\\u1E53\":\"o\",\"\\u014F\":\"o\",\"\\u022F\":\"o\",\"\\u0231\":\"o\",\"\\u00F6\":\"o\",\"\\u022B\":\"o\",\"\\u1ECF\":\"o\",\"\\u0151\":\"o\",\"\\u01D2\":\"o\",\"\\u020D\":\"o\",\"\\u020F\":\"o\",\"\\u01A1\":\"o\",\"\\u1EDD\":\"o\",\"\\u1EDB\":\"o\",\"\\u1EE1\":\"o\",\"\\u1EDF\":\"o\",\"\\u1EE3\":\"o\",\"\\u1ECD\":\"o\",\"\\u1ED9\":\"o\",\"\\u01EB\":\"o\",\"\\u01ED\":\"o\",\"\\u00F8\":\"o\",\"\\u01FF\":\"o\",\"\\u0254\":\"o\",\"\\uA74B\":\"o\",\"\\uA74D\":\"o\",\"\\u0275\":\"o\",\"\\u01A3\":\"oi\",\"\\u0223\":\"ou\",\"\\uA74F\":\"oo\",\"\\u24DF\":\"p\",\"\\uFF50\":\"p\",\"\\u1E55\":\"p\",\"\\u1E57\":\"p\",\"\\u01A5\":\"p\",\"\\u1D7D\":\"p\",\"\\uA751\":\"p\",\"\\uA753\":\"p\",\"\\uA755\":\"p\",\"\\u24E0\":\"q\",\"\\uFF51\":\"q\",\"\\u024B\":\"q\",\"\\uA757\":\"q\",\"\\uA759\":\"q\",\"\\u24E1\":\"r\",\"\\uFF52\":\"r\",\"\\u0155\":\"r\",\"\\u1E59\":\"r\",\"\\u0159\":\"r\",\"\\u0211\":\"r\",\"\\u0213\":\"r\",\"\\u1E5B\":\"r\",\"\\u1E5D\":\"r\",\"\\u0157\":\"r\",\"\\u1E5F\":\"r\",\"\\u024D\":\"r\",\"\\u027D\":\"r\",\"\\uA75B\":\"r\",\"\\uA7A7\":\"r\",\"\\uA783\":\"r\",\"\\u24E2\":\"s\",\"\\uFF53\":\"s\",\"\\u00DF\":\"s\",\"\\u015B\":\"s\",\"\\u1E65\":\"s\",\"\\u015D\":\"s\",\"\\u1E61\":\"s\",\"\\u0161\":\"s\",\"\\u1E67\":\"s\",\"\\u1E63\":\"s\",\"\\u1E69\":\"s\",\"\\u0219\":\"s\",\"\\u015F\":\"s\",\"\\u023F\":\"s\",\"\\uA7A9\":\"s\",\"\\uA785\":\"s\",\"\\u1E9B\":\"s\",\"\\u24E3\":\"t\",\"\\uFF54\":\"t\",\"\\u1E6B\":\"t\",\"\\u1E97\":\"t\",\"\\u0165\":\"t\",\"\\u1E6D\":\"t\",\"\\u021B\":\"t\",\"\\u0163\":\"t\",\"\\u1E71\":\"t\",\"\\u1E6F\":\"t\",\"\\u0167\":\"t\",\"\\u01AD\":\"t\",\"\\u0288\":\"t\",\"\\u2C66\":\"t\",\"\\uA787\":\"t\",\"\\uA729\":\"tz\",\"\\u24E4\":\"u\",\"\\uFF55\":\"u\",\"\\u00F9\":\"u\",\"\\u00FA\":\"u\",\"\\u00FB\":\"u\",\"\\u0169\":\"u\",\"\\u1E79\":\"u\",\"\\u016B\":\"u\",\"\\u1E7B\":\"u\",\"\\u016D\":\"u\",\"\\u00FC\":\"u\",\"\\u01DC\":\"u\",\"\\u01D8\":\"u\",\"\\u01D6\":\"u\",\"\\u01DA\":\"u\",\"\\u1EE7\":\"u\",\"\\u016F\":\"u\",\"\\u0171\":\"u\",\"\\u01D4\":\"u\",\"\\u0215\":\"u\",\"\\u0217\":\"u\",\"\\u01B0\":\"u\",\"\\u1EEB\":\"u\",\"\\u1EE9\":\"u\",\"\\u1EEF\":\"u\",\"\\u1EED\":\"u\",\"\\u1EF1\":\"u\",\"\\u1EE5\":\"u\",\"\\u1E73\":\"u\",\"\\u0173\":\"u\",\"\\u1E77\":\"u\",\"\\u1E75\":\"u\",\"\\u0289\":\"u\",\"\\u24E5\":\"v\",\"\\uFF56\":\"v\",\"\\u1E7D\":\"v\",\"\\u1E7F\":\"v\",\"\\u028B\":\"v\",\"\\uA75F\":\"v\",\"\\u028C\":\"v\",\"\\uA761\":\"vy\",\"\\u24E6\":\"w\",\"\\uFF57\":\"w\",\"\\u1E81\":\"w\",\"\\u1E83\":\"w\",\"\\u0175\":\"w\",\"\\u1E87\":\"w\",\"\\u1E85\":\"w\",\"\\u1E98\":\"w\",\"\\u1E89\":\"w\",\"\\u2C73\":\"w\",\"\\u24E7\":\"x\",\"\\uFF58\":\"x\",\"\\u1E8B\":\"x\",\"\\u1E8D\":\"x\",\"\\u24E8\":\"y\",\"\\uFF59\":\"y\",\"\\u1EF3\":\"y\",\"\\u00FD\":\"y\",\"\\u0177\":\"y\",\"\\u1EF9\":\"y\",\"\\u0233\":\"y\",\"\\u1E8F\":\"y\",\"\\u00FF\":\"y\",\"\\u1EF7\":\"y\",\"\\u1E99\":\"y\",\"\\u1EF5\":\"y\",\"\\u01B4\":\"y\",\"\\u024F\":\"y\",\"\\u1EFF\":\"y\",\"\\u24E9\":\"z\",\"\\uFF5A\":\"z\",\"\\u017A\":\"z\",\"\\u1E91\":\"z\",\"\\u017C\":\"z\",\"\\u017E\":\"z\",\"\\u1E93\":\"z\",\"\\u1E95\":\"z\",\"\\u01B6\":\"z\",\"\\u0225\":\"z\",\"\\u0240\":\"z\",\"\\u2C6C\":\"z\",\"\\uA763\":\"z\",\"\\u0386\":\"\\u0391\",\"\\u0388\":\"\\u0395\",\"\\u0389\":\"\\u0397\",\"\\u038A\":\"\\u0399\",\"\\u03AA\":\"\\u0399\",\"\\u038C\":\"\\u039F\",\"\\u038E\":\"\\u03A5\",\"\\u03AB\":\"\\u03A5\",\"\\u038F\":\"\\u03A9\",\"\\u03AC\":\"\\u03B1\",\"\\u03AD\":\"\\u03B5\",\"\\u03AE\":\"\\u03B7\",\"\\u03AF\":\"\\u03B9\",\"\\u03CA\":\"\\u03B9\",\"\\u0390\":\"\\u03B9\",\"\\u03CC\":\"\\u03BF\",\"\\u03CD\":\"\\u03C5\",\"\\u03CB\":\"\\u03C5\",\"\\u03B0\":\"\\u03C5\",\"\\u03C9\":\"\\u03C9\",\"\\u03C2\":\"\\u03C3\"};\n\n $document = $(document);\n\n nextUid=(function() { var counter=1; return function() { return counter++; }; }());\n\n\n function reinsertElement(element) {\n var placeholder = $(document.createTextNode(''));\n\n element.before(placeholder);\n placeholder.before(element);\n placeholder.remove();\n }\n\n function stripDiacritics(str) {\n // Used 'uni range + named function' from http://jsperf.com/diacritics/18\n function match(a) {\n return DIACRITICS[a] || a;\n }\n\n return str.replace(/[^\\u0000-\\u007E]/g, match);\n }\n\n function indexOf(value, array) {\n var i = 0, l = array.length;\n for (; i < l; i = i + 1) {\n if (equal(value, array[i])) return i;\n }\n return -1;\n }\n\n function measureScrollbar () {\n var $template = $( MEASURE_SCROLLBAR_TEMPLATE );\n $template.appendTo('body');\n\n var dim = {\n width: $template.width() - $template[0].clientWidth,\n height: $template.height() - $template[0].clientHeight\n };\n $template.remove();\n\n return dim;\n }\n\n /**\n * Compares equality of a and b\n * @param a\n * @param b\n */\n function equal(a, b) {\n if (a === b) return true;\n if (a === undefined || b === undefined) return false;\n if (a === null || b === null) return false;\n // Check whether 'a' or 'b' is a string (primitive or object).\n // The concatenation of an empty string (+'') converts its argument to a string's primitive.\n if (a.constructor === String) return a+'' === b+''; // a+'' - in case 'a' is a String object\n if (b.constructor === String) return b+'' === a+''; // b+'' - in case 'b' is a String object\n return false;\n }\n\n /**\n * Splits the string into an array of values, trimming each value. An empty array is returned for nulls or empty\n * strings\n * @param string\n * @param separator\n */\n function splitVal(string, separator) {\n var val, i, l;\n if (string === null || string.length < 1) return [];\n val = string.split(separator);\n for (i = 0, l = val.length; i < l; i = i + 1) val[i] = $.trim(val[i]);\n return val;\n }\n\n function getSideBorderPadding(element) {\n return element.outerWidth(false) - element.width();\n }\n\n function installKeyUpChangeEvent(element) {\n var key=\"keyup-change-value\";\n element.on(\"keydown\", function () {\n if ($.data(element, key) === undefined) {\n $.data(element, key, element.val());\n }\n });\n element.on(\"keyup\", function () {\n var val= $.data(element, key);\n if (val !== undefined && element.val() !== val) {\n $.removeData(element, key);\n element.trigger(\"keyup-change\");\n }\n });\n }\n\n\n /**\n * filters mouse events so an event is fired only if the mouse moved.\n *\n * filters out mouse events that occur when mouse is stationary but\n * the elements under the pointer are scrolled.\n */\n function installFilteredMouseMove(element) {\n element.on(\"mousemove\", function (e) {\n var lastpos = lastMousePosition;\n if (lastpos === undefined || lastpos.x !== e.pageX || lastpos.y !== e.pageY) {\n $(e.target).trigger(\"mousemove-filtered\", e);\n }\n });\n }\n\n /**\n * Debounces a function. Returns a function that calls the original fn function only if no invocations have been made\n * within the last quietMillis milliseconds.\n *\n * @param quietMillis number of milliseconds to wait before invoking fn\n * @param fn function to be debounced\n * @param ctx object to be used as this reference within fn\n * @return debounced version of fn\n */\n function debounce(quietMillis, fn, ctx) {\n ctx = ctx || undefined;\n var timeout;\n return function () {\n var args = arguments;\n window.clearTimeout(timeout);\n timeout = window.setTimeout(function() {\n fn.apply(ctx, args);\n }, quietMillis);\n };\n }\n\n function installDebouncedScroll(threshold, element) {\n var notify = debounce(threshold, function (e) { element.trigger(\"scroll-debounced\", e);});\n element.on(\"scroll\", function (e) {\n if (indexOf(e.target, element.get()) >= 0) notify(e);\n });\n }\n\n function focus($el) {\n if ($el[0] === document.activeElement) return;\n\n /* set the focus in a 0 timeout - that way the focus is set after the processing\n of the current event has finished - which seems like the only reliable way\n to set focus */\n window.setTimeout(function() {\n var el=$el[0], pos=$el.val().length, range;\n\n $el.focus();\n\n /* make sure el received focus so we do not error out when trying to manipulate the caret.\n sometimes modals or others listeners may steal it after its set */\n var isVisible = (el.offsetWidth > 0 || el.offsetHeight > 0);\n if (isVisible && el === document.activeElement) {\n\n /* after the focus is set move the caret to the end, necessary when we val()\n just before setting focus */\n if(el.setSelectionRange)\n {\n el.setSelectionRange(pos, pos);\n }\n else if (el.createTextRange) {\n range = el.createTextRange();\n range.collapse(false);\n range.select();\n }\n }\n }, 0);\n }\n\n function getCursorInfo(el) {\n el = $(el)[0];\n var offset = 0;\n var length = 0;\n if ('selectionStart' in el) {\n offset = el.selectionStart;\n length = el.selectionEnd - offset;\n } else if ('selection' in document) {\n el.focus();\n var sel = document.selection.createRange();\n length = document.selection.createRange().text.length;\n sel.moveStart('character', -el.value.length);\n offset = sel.text.length - length;\n }\n return { offset: offset, length: length };\n }\n\n function killEvent(event) {\n event.preventDefault();\n event.stopPropagation();\n }\n function killEventImmediately(event) {\n event.preventDefault();\n event.stopImmediatePropagation();\n }\n\n function measureTextWidth(e) {\n if (!sizer){\n var style = e[0].currentStyle || window.getComputedStyle(e[0], null);\n sizer = $(document.createElement(\"div\")).css({\n position: \"absolute\",\n left: \"-10000px\",\n top: \"-10000px\",\n display: \"none\",\n fontSize: style.fontSize,\n fontFamily: style.fontFamily,\n fontStyle: style.fontStyle,\n fontWeight: style.fontWeight,\n letterSpacing: style.letterSpacing,\n textTransform: style.textTransform,\n whiteSpace: \"nowrap\"\n });\n sizer.attr(\"class\",\"select2-sizer\");\n $(\"body\").append(sizer);\n }\n sizer.text(e.val());\n return sizer.width();\n }\n\n function syncCssClasses(dest, src, adapter) {\n var classes, replacements = [], adapted;\n\n classes = $.trim(dest.attr(\"class\"));\n\n if (classes) {\n classes = '' + classes; // for IE which returns object\n\n $(classes.split(/\\s+/)).each2(function() {\n if (this.indexOf(\"select2-\") === 0) {\n replacements.push(this);\n }\n });\n }\n\n classes = $.trim(src.attr(\"class\"));\n\n if (classes) {\n classes = '' + classes; // for IE which returns object\n\n $(classes.split(/\\s+/)).each2(function() {\n if (this.indexOf(\"select2-\") !== 0) {\n adapted = adapter(this);\n\n if (adapted) {\n replacements.push(adapted);\n }\n }\n });\n }\n\n dest.attr(\"class\", replacements.join(\" \"));\n }\n\n\n function markMatch(text, term, markup, escapeMarkup) {\n var match=stripDiacritics(text.toUpperCase()).indexOf(stripDiacritics(term.toUpperCase())),\n tl=term.length;\n\n if (match<0) {\n markup.push(escapeMarkup(text));\n return;\n }\n\n markup.push(escapeMarkup(text.substring(0, match)));\n markup.push(\"<span class='select2-match'>\");\n markup.push(escapeMarkup(text.substring(match, match + tl)));\n markup.push(\"</span>\");\n markup.push(escapeMarkup(text.substring(match + tl, text.length)));\n }\n\n function defaultEscapeMarkup(markup) {\n var replace_map = {\n '\\\\': '&#92;',\n '&': '&amp;',\n '<': '&lt;',\n '>': '&gt;',\n '\"': '&quot;',\n \"'\": '&#39;',\n \"/\": '&#47;'\n };\n\n return String(markup).replace(/[&<>\"'\\/\\\\]/g, function (match) {\n return replace_map[match];\n });\n }\n\n /**\n * Produces an ajax-based query function\n *\n * @param options object containing configuration parameters\n * @param options.params parameter map for the transport ajax call, can contain such options as cache, jsonpCallback, etc. see $.ajax\n * @param options.transport function that will be used to execute the ajax request. must be compatible with parameters supported by $.ajax\n * @param options.url url for the data\n * @param options.data a function(searchTerm, pageNumber, context) that should return an object containing query string parameters for the above url.\n * @param options.dataType request data type: ajax, jsonp, other datatypes supported by jQuery's $.ajax function or the transport function if specified\n * @param options.quietMillis (optional) milliseconds to wait before making the ajaxRequest, helps debounce the ajax function if invoked too often\n * @param options.results a function(remoteData, pageNumber, query) that converts data returned form the remote request to the format expected by Select2.\n * The expected format is an object containing the following keys:\n * results array of objects that will be used as choices\n * more (optional) boolean indicating whether there are more results available\n * Example: {results:[{id:1, text:'Red'},{id:2, text:'Blue'}], more:true}\n */\n function ajax(options) {\n var timeout, // current scheduled but not yet executed request\n handler = null,\n quietMillis = options.quietMillis || 100,\n ajaxUrl = options.url,\n self = this;\n\n return function (query) {\n window.clearTimeout(timeout);\n timeout = window.setTimeout(function () {\n var data = options.data, // ajax data function\n url = ajaxUrl, // ajax url string or function\n transport = options.transport || $.fn.select2.ajaxDefaults.transport,\n // deprecated - to be removed in 4.0 - use params instead\n deprecated = {\n type: options.type || 'GET', // set type of request (GET or POST)\n cache: options.cache || false,\n jsonpCallback: options.jsonpCallback||undefined,\n dataType: options.dataType||\"json\"\n },\n params = $.extend({}, $.fn.select2.ajaxDefaults.params, deprecated);\n\n data = data ? data.call(self, query.term, query.page, query.context) : null;\n url = (typeof url === 'function') ? url.call(self, query.term, query.page, query.context) : url;\n\n if (handler && typeof handler.abort === \"function\") { handler.abort(); }\n\n if (options.params) {\n if ($.isFunction(options.params)) {\n $.extend(params, options.params.call(self));\n } else {\n $.extend(params, options.params);\n }\n }\n\n $.extend(params, {\n url: url,\n dataType: options.dataType,\n data: data,\n success: function (data) {\n // TODO - replace query.page with query so users have access to term, page, etc.\n // added query as third paramter to keep backwards compatibility\n var results = options.results(data, query.page, query);\n query.callback(results);\n },\n error: function(jqXHR, textStatus, errorThrown){\n var results = {\n hasError: true,\n jqXHR: jqXHR,\n textStatus: textStatus,\n errorThrown: errorThrown,\n };\n\n query.callback(results);\n }\n });\n handler = transport.call(self, params);\n }, quietMillis);\n };\n }\n\n /**\n * Produces a query function that works with a local array\n *\n * @param options object containing configuration parameters. The options parameter can either be an array or an\n * object.\n *\n * If the array form is used it is assumed that it contains objects with 'id' and 'text' keys.\n *\n * If the object form is used it is assumed that it contains 'data' and 'text' keys. The 'data' key should contain\n * an array of objects that will be used as choices. These objects must contain at least an 'id' key. The 'text'\n * key can either be a String in which case it is expected that each element in the 'data' array has a key with the\n * value of 'text' which will be used to match choices. Alternatively, text can be a function(item) that can extract\n * the text.\n */\n function local(options) {\n var data = options, // data elements\n dataText,\n tmp,\n text = function (item) { return \"\"+item.text; }; // function used to retrieve the text portion of a data item that is matched against the search\n\n if ($.isArray(data)) {\n tmp = data;\n data = { results: tmp };\n }\n\n if ($.isFunction(data) === false) {\n tmp = data;\n data = function() { return tmp; };\n }\n\n var dataItem = data();\n if (dataItem.text) {\n text = dataItem.text;\n // if text is not a function we assume it to be a key name\n if (!$.isFunction(text)) {\n dataText = dataItem.text; // we need to store this in a separate variable because in the next step data gets reset and data.text is no longer available\n text = function (item) { return item[dataText]; };\n }\n }\n\n return function (query) {\n var t = query.term, filtered = { results: [] }, process;\n if (t === \"\") {\n query.callback(data());\n return;\n }\n\n process = function(datum, collection) {\n var group, attr;\n datum = datum[0];\n if (datum.children) {\n group = {};\n for (attr in datum) {\n if (datum.hasOwnProperty(attr)) group[attr]=datum[attr];\n }\n group.children=[];\n $(datum.children).each2(function(i, childDatum) { process(childDatum, group.children); });\n if (group.children.length || query.matcher(t, text(group), datum)) {\n collection.push(group);\n }\n } else {\n if (query.matcher(t, text(datum), datum)) {\n collection.push(datum);\n }\n }\n };\n\n $(data().results).each2(function(i, datum) { process(datum, filtered.results); });\n query.callback(filtered);\n };\n }\n\n // TODO javadoc\n function tags(data) {\n var isFunc = $.isFunction(data);\n return function (query) {\n var t = query.term, filtered = {results: []};\n var result = isFunc ? data(query) : data;\n if ($.isArray(result)) {\n $(result).each(function () {\n var isObject = this.text !== undefined,\n text = isObject ? this.text : this;\n if (t === \"\" || query.matcher(t, text)) {\n filtered.results.push(isObject ? this : {id: this, text: this});\n }\n });\n query.callback(filtered);\n }\n };\n }\n\n /**\n * Checks if the formatter function should be used.\n *\n * Throws an error if it is not a function. Returns true if it should be used,\n * false if no formatting should be performed.\n *\n * @param formatter\n */\n function checkFormatter(formatter, formatterName) {\n if ($.isFunction(formatter)) return true;\n if (!formatter) return false;\n if (typeof(formatter) === 'string') return true;\n throw new Error(formatterName +\" must be a string, function, or falsy value\");\n }\n\n /**\n * Returns a given value\n * If given a function, returns its output\n *\n * @param val string|function\n * @param context value of \"this\" to be passed to function\n * @returns {*}\n */\n function evaluate(val, context) {\n if ($.isFunction(val)) {\n var args = Array.prototype.slice.call(arguments, 2);\n return val.apply(context, args);\n }\n return val;\n }\n\n function countResults(results) {\n var count = 0;\n $.each(results, function(i, item) {\n if (item.children) {\n count += countResults(item.children);\n } else {\n count++;\n }\n });\n return count;\n }\n\n /**\n * Default tokenizer. This function uses breaks the input on substring match of any string from the\n * opts.tokenSeparators array and uses opts.createSearchChoice to create the choice object. Both of those\n * two options have to be defined in order for the tokenizer to work.\n *\n * @param input text user has typed so far or pasted into the search field\n * @param selection currently selected choices\n * @param selectCallback function(choice) callback tho add the choice to selection\n * @param opts select2's opts\n * @return undefined/null to leave the current input unchanged, or a string to change the input to the returned value\n */\n function defaultTokenizer(input, selection, selectCallback, opts) {\n var original = input, // store the original so we can compare and know if we need to tell the search to update its text\n dupe = false, // check for whether a token we extracted represents a duplicate selected choice\n token, // token\n index, // position at which the separator was found\n i, l, // looping variables\n separator; // the matched separator\n\n if (!opts.createSearchChoice || !opts.tokenSeparators || opts.tokenSeparators.length < 1) return undefined;\n\n while (true) {\n index = -1;\n\n for (i = 0, l = opts.tokenSeparators.length; i < l; i++) {\n separator = opts.tokenSeparators[i];\n index = input.indexOf(separator);\n if (index >= 0) break;\n }\n\n if (index < 0) break; // did not find any token separator in the input string, bail\n\n token = input.substring(0, index);\n input = input.substring(index + separator.length);\n\n if (token.length > 0) {\n token = opts.createSearchChoice.call(this, token, selection);\n if (token !== undefined && token !== null && opts.id(token) !== undefined && opts.id(token) !== null) {\n dupe = false;\n for (i = 0, l = selection.length; i < l; i++) {\n if (equal(opts.id(token), opts.id(selection[i]))) {\n dupe = true; break;\n }\n }\n\n if (!dupe) selectCallback(token);\n }\n }\n }\n\n if (original!==input) return input;\n }\n\n function cleanupJQueryElements() {\n var self = this;\n\n $.each(arguments, function (i, element) {\n self[element].remove();\n self[element] = null;\n });\n }\n\n /**\n * Creates a new class\n *\n * @param superClass\n * @param methods\n */\n function clazz(SuperClass, methods) {\n var constructor = function () {};\n constructor.prototype = new SuperClass;\n constructor.prototype.constructor = constructor;\n constructor.prototype.parent = SuperClass.prototype;\n constructor.prototype = $.extend(constructor.prototype, methods);\n return constructor;\n }\n\n AbstractSelect2 = clazz(Object, {\n\n // abstract\n bind: function (func) {\n var self = this;\n return function () {\n func.apply(self, arguments);\n };\n },\n\n // abstract\n init: function (opts) {\n var results, search, resultsSelector = \".select2-results\";\n\n // prepare options\n this.opts = opts = this.prepareOpts(opts);\n\n this.id=opts.id;\n\n // destroy if called on an existing component\n if (opts.element.data(\"select2\") !== undefined &&\n opts.element.data(\"select2\") !== null) {\n opts.element.data(\"select2\").destroy();\n }\n\n this.container = this.createContainer();\n\n this.liveRegion = $(\"<span>\", {\n role: \"status\",\n \"aria-live\": \"polite\"\n })\n .addClass(\"select2-hidden-accessible\")\n .appendTo(document.body);\n\n this.containerId=\"s2id_\"+(opts.element.attr(\"id\") || \"autogen\"+nextUid());\n this.containerEventName= this.containerId\n .replace(/([.])/g, '_')\n .replace(/([;&,\\-\\.\\+\\*\\~':\"\\!\\^#$%@\\[\\]\\(\\)=>\\|])/g, '\\\\$1');\n this.container.attr(\"id\", this.containerId);\n\n this.container.attr(\"title\", opts.element.attr(\"title\"));\n\n this.body = $(\"body\");\n\n syncCssClasses(this.container, this.opts.element, this.opts.adaptContainerCssClass);\n\n this.container.attr(\"style\", opts.element.attr(\"style\"));\n this.container.css(evaluate(opts.containerCss, this.opts.element));\n this.container.addClass(evaluate(opts.containerCssClass, this.opts.element));\n\n this.elementTabIndex = this.opts.element.attr(\"tabindex\");\n\n // swap container for the element\n this.opts.element\n .data(\"select2\", this)\n .attr(\"tabindex\", \"-1\")\n .before(this.container)\n .on(\"click.select2\", killEvent); // do not leak click events\n\n this.container.data(\"select2\", this);\n\n this.dropdown = this.container.find(\".select2-drop\");\n\n syncCssClasses(this.dropdown, this.opts.element, this.opts.adaptDropdownCssClass);\n\n this.dropdown.addClass(evaluate(opts.dropdownCssClass, this.opts.element));\n this.dropdown.data(\"select2\", this);\n this.dropdown.on(\"click\", killEvent);\n\n this.results = results = this.container.find(resultsSelector);\n this.search = search = this.container.find(\"input.select2-input\");\n\n this.queryCount = 0;\n this.resultsPage = 0;\n this.context = null;\n\n // initialize the container\n this.initContainer();\n\n this.container.on(\"click\", killEvent);\n\n installFilteredMouseMove(this.results);\n\n this.dropdown.on(\"mousemove-filtered\", resultsSelector, this.bind(this.highlightUnderEvent));\n this.dropdown.on(\"touchstart touchmove touchend\", resultsSelector, this.bind(function (event) {\n this._touchEvent = true;\n this.highlightUnderEvent(event);\n }));\n this.dropdown.on(\"touchmove\", resultsSelector, this.bind(this.touchMoved));\n this.dropdown.on(\"touchstart touchend\", resultsSelector, this.bind(this.clearTouchMoved));\n\n // Waiting for a click event on touch devices to select option and hide dropdown\n // otherwise click will be triggered on an underlying element\n this.dropdown.on('click', this.bind(function (event) {\n if (this._touchEvent) {\n this._touchEvent = false;\n this.selectHighlighted();\n }\n }));\n\n installDebouncedScroll(80, this.results);\n this.dropdown.on(\"scroll-debounced\", resultsSelector, this.bind(this.loadMoreIfNeeded));\n\n // do not propagate change event from the search field out of the component\n $(this.container).on(\"change\", \".select2-input\", function(e) {e.stopPropagation();});\n $(this.dropdown).on(\"change\", \".select2-input\", function(e) {e.stopPropagation();});\n\n // if jquery.mousewheel plugin is installed we can prevent out-of-bounds scrolling of results via mousewheel\n if ($.fn.mousewheel) {\n results.mousewheel(function (e, delta, deltaX, deltaY) {\n var top = results.scrollTop();\n if (deltaY > 0 && top - deltaY <= 0) {\n results.scrollTop(0);\n killEvent(e);\n } else if (deltaY < 0 && results.get(0).scrollHeight - results.scrollTop() + deltaY <= results.height()) {\n results.scrollTop(results.get(0).scrollHeight - results.height());\n killEvent(e);\n }\n });\n }\n\n installKeyUpChangeEvent(search);\n search.on(\"keyup-change input paste\", this.bind(this.updateResults));\n search.on(\"focus\", function () { search.addClass(\"select2-focused\"); });\n search.on(\"blur\", function () { search.removeClass(\"select2-focused\");});\n\n this.dropdown.on(\"mouseup\", resultsSelector, this.bind(function (e) {\n if ($(e.target).closest(\".select2-result-selectable\").length > 0) {\n this.highlightUnderEvent(e);\n this.selectHighlighted(e);\n }\n }));\n\n // trap all mouse events from leaving the dropdown. sometimes there may be a modal that is listening\n // for mouse events outside of itself so it can close itself. since the dropdown is now outside the select2's\n // dom it will trigger the popup close, which is not what we want\n // focusin can cause focus wars between modals and select2 since the dropdown is outside the modal.\n this.dropdown.on(\"click mouseup mousedown touchstart touchend focusin\", function (e) { e.stopPropagation(); });\n\n this.nextSearchTerm = undefined;\n\n if ($.isFunction(this.opts.initSelection)) {\n // initialize selection based on the current value of the source element\n this.initSelection();\n\n // if the user has provided a function that can set selection based on the value of the source element\n // we monitor the change event on the element and trigger it, allowing for two way synchronization\n this.monitorSource();\n }\n\n if (opts.maximumInputLength !== null) {\n this.search.attr(\"maxlength\", opts.maximumInputLength);\n }\n\n var disabled = opts.element.prop(\"disabled\");\n if (disabled === undefined) disabled = false;\n this.enable(!disabled);\n\n var readonly = opts.element.prop(\"readonly\");\n if (readonly === undefined) readonly = false;\n this.readonly(readonly);\n\n // Calculate size of scrollbar\n scrollBarDimensions = scrollBarDimensions || measureScrollbar();\n\n this.autofocus = opts.element.prop(\"autofocus\");\n opts.element.prop(\"autofocus\", false);\n if (this.autofocus) this.focus();\n\n this.search.attr(\"placeholder\", opts.searchInputPlaceholder);\n },\n\n // abstract\n destroy: function () {\n var element=this.opts.element, select2 = element.data(\"select2\"), self = this;\n\n this.close();\n\n if (element.length && element[0].detachEvent) {\n element.each(function () {\n this.detachEvent(\"onpropertychange\", self._sync);\n });\n }\n if (this.propertyObserver) {\n this.propertyObserver.disconnect();\n this.propertyObserver = null;\n }\n this._sync = null;\n\n if (select2 !== undefined) {\n select2.container.remove();\n select2.liveRegion.remove();\n select2.dropdown.remove();\n element\n .removeClass(\"select2-offscreen\")\n .removeData(\"select2\")\n .off(\".select2\")\n .prop(\"autofocus\", this.autofocus || false);\n if (this.elementTabIndex) {\n element.attr({tabindex: this.elementTabIndex});\n } else {\n element.removeAttr(\"tabindex\");\n }\n element.show();\n }\n\n cleanupJQueryElements.call(this,\n \"container\",\n \"liveRegion\",\n \"dropdown\",\n \"results\",\n \"search\"\n );\n },\n\n // abstract\n optionToData: function(element) {\n if (element.is(\"option\")) {\n return {\n id:element.prop(\"value\"),\n text:element.text(),\n element: element.get(),\n css: element.attr(\"class\"),\n disabled: element.prop(\"disabled\"),\n locked: equal(element.attr(\"locked\"), \"locked\") || equal(element.data(\"locked\"), true)\n };\n } else if (element.is(\"optgroup\")) {\n return {\n text:element.attr(\"label\"),\n children:[],\n element: element.get(),\n css: element.attr(\"class\")\n };\n }\n },\n\n // abstract\n prepareOpts: function (opts) {\n var element, select, idKey, ajaxUrl, self = this;\n\n element = opts.element;\n\n if (element.get(0).tagName.toLowerCase() === \"select\") {\n this.select = select = opts.element;\n }\n\n if (select) {\n // these options are not allowed when attached to a select because they are picked up off the element itself\n $.each([\"id\", \"multiple\", \"ajax\", \"query\", \"createSearchChoice\", \"initSelection\", \"data\", \"tags\"], function () {\n if (this in opts) {\n throw new Error(\"Option '\" + this + \"' is not allowed for Select2 when attached to a <select> element.\");\n }\n });\n }\n\n opts = $.extend({}, {\n populateResults: function(container, results, query) {\n var populate, id=this.opts.id, liveRegion=this.liveRegion;\n\n populate=function(results, container, depth) {\n\n var i, l, result, selectable, disabled, compound, node, label, innerContainer, formatted;\n\n results = opts.sortResults(results, container, query);\n\n // collect the created nodes for bulk append\n var nodes = [];\n for (i = 0, l = results.length; i < l; i = i + 1) {\n\n result=results[i];\n\n disabled = (result.disabled === true);\n selectable = (!disabled) && (id(result) !== undefined);\n\n compound=result.children && result.children.length > 0;\n\n node=$(\"<li></li>\");\n node.addClass(\"select2-results-dept-\"+depth);\n node.addClass(\"select2-result\");\n node.addClass(selectable ? \"select2-result-selectable\" : \"select2-result-unselectable\");\n if (disabled) { node.addClass(\"select2-disabled\"); }\n if (compound) { node.addClass(\"select2-result-with-children\"); }\n node.addClass(self.opts.formatResultCssClass(result));\n node.attr(\"role\", \"presentation\");\n\n label=$(document.createElement(\"div\"));\n label.addClass(\"select2-result-label\");\n label.attr(\"id\", \"select2-result-label-\" + nextUid());\n label.attr(\"role\", \"option\");\n\n formatted=opts.formatResult(result, label, query, self.opts.escapeMarkup);\n if (formatted!==undefined) {\n label.html(formatted);\n node.append(label);\n }\n\n\n if (compound) {\n\n innerContainer=$(\"<ul></ul>\");\n innerContainer.addClass(\"select2-result-sub\");\n populate(result.children, innerContainer, depth+1);\n node.append(innerContainer);\n }\n\n node.data(\"select2-data\", result);\n nodes.push(node[0]);\n }\n\n // bulk append the created nodes\n container.append(nodes);\n liveRegion.text(opts.formatMatches(results.length));\n };\n\n populate(results, container, 0);\n }\n }, $.fn.select2.defaults, opts);\n\n if (typeof(opts.id) !== \"function\") {\n idKey = opts.id;\n opts.id = function (e) { return e[idKey]; };\n }\n\n if ($.isArray(opts.element.data(\"select2Tags\"))) {\n if (\"tags\" in opts) {\n throw \"tags specified as both an attribute 'data-select2-tags' and in options of Select2 \" + opts.element.attr(\"id\");\n }\n opts.tags=opts.element.data(\"select2Tags\");\n }\n\n if (select) {\n opts.query = this.bind(function (query) {\n var data = { results: [], more: false },\n term = query.term,\n children, placeholderOption, process;\n\n process=function(element, collection) {\n var group;\n if (element.is(\"option\")) {\n if (query.matcher(term, element.text(), element)) {\n collection.push(self.optionToData(element));\n }\n } else if (element.is(\"optgroup\")) {\n group=self.optionToData(element);\n element.children().each2(function(i, elm) { process(elm, group.children); });\n if (group.children.length>0) {\n collection.push(group);\n }\n }\n };\n\n children=element.children();\n\n // ignore the placeholder option if there is one\n if (this.getPlaceholder() !== undefined && children.length > 0) {\n placeholderOption = this.getPlaceholderOption();\n if (placeholderOption) {\n children=children.not(placeholderOption);\n }\n }\n\n children.each2(function(i, elm) { process(elm, data.results); });\n\n query.callback(data);\n });\n // this is needed because inside val() we construct choices from options and their id is hardcoded\n opts.id=function(e) { return e.id; };\n } else {\n if (!(\"query\" in opts)) {\n\n if (\"ajax\" in opts) {\n ajaxUrl = opts.element.data(\"ajax-url\");\n if (ajaxUrl && ajaxUrl.length > 0) {\n opts.ajax.url = ajaxUrl;\n }\n opts.query = ajax.call(opts.element, opts.ajax);\n } else if (\"data\" in opts) {\n opts.query = local(opts.data);\n } else if (\"tags\" in opts) {\n opts.query = tags(opts.tags);\n if (opts.createSearchChoice === undefined) {\n opts.createSearchChoice = function (term) { return {id: $.trim(term), text: $.trim(term)}; };\n }\n if (opts.initSelection === undefined) {\n opts.initSelection = function (element, callback) {\n var data = [];\n $(splitVal(element.val(), opts.separator)).each(function () {\n var obj = { id: this, text: this },\n tags = opts.tags;\n if ($.isFunction(tags)) tags=tags();\n $(tags).each(function() { if (equal(this.id, obj.id)) { obj = this; return false; } });\n data.push(obj);\n });\n\n callback(data);\n };\n }\n }\n }\n }\n if (typeof(opts.query) !== \"function\") {\n throw \"query function not defined for Select2 \" + opts.element.attr(\"id\");\n }\n\n if (opts.createSearchChoicePosition === 'top') {\n opts.createSearchChoicePosition = function(list, item) { list.unshift(item); };\n }\n else if (opts.createSearchChoicePosition === 'bottom') {\n opts.createSearchChoicePosition = function(list, item) { list.push(item); };\n }\n else if (typeof(opts.createSearchChoicePosition) !== \"function\") {\n throw \"invalid createSearchChoicePosition option must be 'top', 'bottom' or a custom function\";\n }\n\n return opts;\n },\n\n /**\n * Monitor the original element for changes and update select2 accordingly\n */\n // abstract\n monitorSource: function () {\n var el = this.opts.element, observer, self = this;\n\n el.on(\"change.select2\", this.bind(function (e) {\n if (this.opts.element.data(\"select2-change-triggered\") !== true) {\n this.initSelection();\n }\n }));\n\n this._sync = this.bind(function () {\n\n // sync enabled state\n var disabled = el.prop(\"disabled\");\n if (disabled === undefined) disabled = false;\n this.enable(!disabled);\n\n var readonly = el.prop(\"readonly\");\n if (readonly === undefined) readonly = false;\n this.readonly(readonly);\n\n syncCssClasses(this.container, this.opts.element, this.opts.adaptContainerCssClass);\n this.container.addClass(evaluate(this.opts.containerCssClass, this.opts.element));\n\n syncCssClasses(this.dropdown, this.opts.element, this.opts.adaptDropdownCssClass);\n this.dropdown.addClass(evaluate(this.opts.dropdownCssClass, this.opts.element));\n\n });\n\n // IE8-10 (IE9/10 won't fire propertyChange via attachEventListener)\n if (el.length && el[0].attachEvent) {\n el.each(function() {\n this.attachEvent(\"onpropertychange\", self._sync);\n });\n }\n\n // safari, chrome, firefox, IE11\n observer = window.MutationObserver || window.WebKitMutationObserver|| window.MozMutationObserver;\n if (observer !== undefined) {\n if (this.propertyObserver) { delete this.propertyObserver; this.propertyObserver = null; }\n this.propertyObserver = new observer(function (mutations) {\n $.each(mutations, self._sync);\n });\n this.propertyObserver.observe(el.get(0), { attributes:true, subtree:false });\n }\n },\n\n // abstract\n triggerSelect: function(data) {\n var evt = $.Event(\"select2-selecting\", { val: this.id(data), object: data, choice: data });\n this.opts.element.trigger(evt);\n return !evt.isDefaultPrevented();\n },\n\n /**\n * Triggers the change event on the source element\n */\n // abstract\n triggerChange: function (details) {\n\n details = details || {};\n details= $.extend({}, details, { type: \"change\", val: this.val() });\n // prevents recursive triggering\n this.opts.element.data(\"select2-change-triggered\", true);\n this.opts.element.trigger(details);\n this.opts.element.data(\"select2-change-triggered\", false);\n\n // some validation frameworks ignore the change event and listen instead to keyup, click for selects\n // so here we trigger the click event manually\n this.opts.element.click();\n\n // ValidationEngine ignores the change event and listens instead to blur\n // so here we trigger the blur event manually if so desired\n if (this.opts.blurOnChange)\n this.opts.element.blur();\n },\n\n //abstract\n isInterfaceEnabled: function()\n {\n return this.enabledInterface === true;\n },\n\n // abstract\n enableInterface: function() {\n var enabled = this._enabled && !this._readonly,\n disabled = !enabled;\n\n if (enabled === this.enabledInterface) return false;\n\n this.container.toggleClass(\"select2-container-disabled\", disabled);\n this.close();\n this.enabledInterface = enabled;\n\n return true;\n },\n\n // abstract\n enable: function(enabled) {\n if (enabled === undefined) enabled = true;\n if (this._enabled === enabled) return;\n this._enabled = enabled;\n\n this.opts.element.prop(\"disabled\", !enabled);\n this.enableInterface();\n },\n\n // abstract\n disable: function() {\n this.enable(false);\n },\n\n // abstract\n readonly: function(enabled) {\n if (enabled === undefined) enabled = false;\n if (this._readonly === enabled) return;\n this._readonly = enabled;\n\n this.opts.element.prop(\"readonly\", enabled);\n this.enableInterface();\n },\n\n // abstract\n opened: function () {\n return (this.container) ? this.container.hasClass(\"select2-dropdown-open\") : false;\n },\n\n // abstract\n positionDropdown: function() {\n var $dropdown = this.dropdown,\n offset = this.container.offset(),\n height = this.container.outerHeight(false),\n width = this.container.outerWidth(false),\n dropHeight = $dropdown.outerHeight(false),\n $window = $(window),\n windowWidth = $window.width(),\n windowHeight = $window.height(),\n viewPortRight = $window.scrollLeft() + windowWidth,\n viewportBottom = $window.scrollTop() + windowHeight,\n dropTop = offset.top + height,\n dropLeft = offset.left,\n enoughRoomBelow = dropTop + dropHeight <= viewportBottom,\n enoughRoomAbove = (offset.top - dropHeight) >= $window.scrollTop(),\n dropWidth = $dropdown.outerWidth(false),\n enoughRoomOnRight = dropLeft + dropWidth <= viewPortRight,\n aboveNow = $dropdown.hasClass(\"select2-drop-above\"),\n bodyOffset,\n above,\n changeDirection,\n css,\n resultsListNode;\n\n // always prefer the current above/below alignment, unless there is not enough room\n if (aboveNow) {\n above = true;\n if (!enoughRoomAbove && enoughRoomBelow) {\n changeDirection = true;\n above = false;\n }\n } else {\n above = false;\n if (!enoughRoomBelow && enoughRoomAbove) {\n changeDirection = true;\n above = true;\n }\n }\n\n //if we are changing direction we need to get positions when dropdown is hidden;\n if (changeDirection) {\n $dropdown.hide();\n offset = this.container.offset();\n height = this.container.outerHeight(false);\n width = this.container.outerWidth(false);\n dropHeight = $dropdown.outerHeight(false);\n viewPortRight = $window.scrollLeft() + windowWidth;\n viewportBottom = $window.scrollTop() + windowHeight;\n dropTop = offset.top + height;\n dropLeft = offset.left;\n dropWidth = $dropdown.outerWidth(false);\n enoughRoomOnRight = dropLeft + dropWidth <= viewPortRight;\n $dropdown.show();\n\n // fix so the cursor does not move to the left within the search-textbox in IE\n this.focusSearch();\n }\n\n if (this.opts.dropdownAutoWidth) {\n resultsListNode = $('.select2-results', $dropdown)[0];\n $dropdown.addClass('select2-drop-auto-width');\n $dropdown.css('width', '');\n // Add scrollbar width to dropdown if vertical scrollbar is present\n dropWidth = $dropdown.outerWidth(false) + (resultsListNode.scrollHeight === resultsListNode.clientHeight ? 0 : scrollBarDimensions.width);\n dropWidth > width ? width = dropWidth : dropWidth = width;\n dropHeight = $dropdown.outerHeight(false);\n enoughRoomOnRight = dropLeft + dropWidth <= viewPortRight;\n }\n else {\n this.container.removeClass('select2-drop-auto-width');\n }\n\n //console.log(\"below/ droptop:\", dropTop, \"dropHeight\", dropHeight, \"sum\", (dropTop+dropHeight)+\" viewport bottom\", viewportBottom, \"enough?\", enoughRoomBelow);\n //console.log(\"above/ offset.top\", offset.top, \"dropHeight\", dropHeight, \"top\", (offset.top-dropHeight), \"scrollTop\", this.body.scrollTop(), \"enough?\", enoughRoomAbove);\n\n // fix positioning when body has an offset and is not position: static\n if (this.body.css('position') !== 'static') {\n bodyOffset = this.body.offset();\n dropTop -= bodyOffset.top;\n dropLeft -= bodyOffset.left;\n }\n\n if (!enoughRoomOnRight) {\n dropLeft = offset.left + this.container.outerWidth(false) - dropWidth;\n }\n\n css = {\n left: dropLeft,\n width: width\n };\n\n if (above) {\n css.top = offset.top - dropHeight;\n css.bottom = 'auto';\n this.container.addClass(\"select2-drop-above\");\n $dropdown.addClass(\"select2-drop-above\");\n }\n else {\n css.top = dropTop;\n css.bottom = 'auto';\n this.container.removeClass(\"select2-drop-above\");\n $dropdown.removeClass(\"select2-drop-above\");\n }\n css = $.extend(css, evaluate(this.opts.dropdownCss, this.opts.element));\n\n $dropdown.css(css);\n },\n\n // abstract\n shouldOpen: function() {\n var event;\n\n if (this.opened()) return false;\n\n if (this._enabled === false || this._readonly === true) return false;\n\n event = $.Event(\"select2-opening\");\n this.opts.element.trigger(event);\n return !event.isDefaultPrevented();\n },\n\n // abstract\n clearDropdownAlignmentPreference: function() {\n // clear the classes used to figure out the preference of where the dropdown should be opened\n this.container.removeClass(\"select2-drop-above\");\n this.dropdown.removeClass(\"select2-drop-above\");\n },\n\n /**\n * Opens the dropdown\n *\n * @return {Boolean} whether or not dropdown was opened. This method will return false if, for example,\n * the dropdown is already open, or if the 'open' event listener on the element called preventDefault().\n */\n // abstract\n open: function () {\n\n if (!this.shouldOpen()) return false;\n\n this.opening();\n\n // Only bind the document mousemove when the dropdown is visible\n $document.on(\"mousemove.select2Event\", function (e) {\n lastMousePosition.x = e.pageX;\n lastMousePosition.y = e.pageY;\n });\n\n return true;\n },\n\n /**\n * Performs the opening of the dropdown\n */\n // abstract\n opening: function() {\n var cid = this.containerEventName,\n scroll = \"scroll.\" + cid,\n resize = \"resize.\"+cid,\n orient = \"orientationchange.\"+cid,\n mask;\n\n this.container.addClass(\"select2-dropdown-open\").addClass(\"select2-container-active\");\n\n this.clearDropdownAlignmentPreference();\n\n if(this.dropdown[0] !== this.body.children().last()[0]) {\n this.dropdown.detach().appendTo(this.body);\n }\n\n // create the dropdown mask if doesn't already exist\n mask = $(\"#select2-drop-mask\");\n if (mask.length == 0) {\n mask = $(document.createElement(\"div\"));\n mask.attr(\"id\",\"select2-drop-mask\").attr(\"class\",\"select2-drop-mask\");\n mask.hide();\n mask.appendTo(this.body);\n mask.on(\"mousedown touchstart click\", function (e) {\n // Prevent IE from generating a click event on the body\n reinsertElement(mask);\n\n var dropdown = $(\"#select2-drop\"), self;\n if (dropdown.length > 0) {\n self=dropdown.data(\"select2\");\n if (self.opts.selectOnBlur) {\n self.selectHighlighted({noFocus: true});\n }\n self.close();\n e.preventDefault();\n e.stopPropagation();\n }\n });\n }\n\n // ensure the mask is always right before the dropdown\n if (this.dropdown.prev()[0] !== mask[0]) {\n this.dropdown.before(mask);\n }\n\n // move the global id to the correct dropdown\n $(\"#select2-drop\").removeAttr(\"id\");\n this.dropdown.attr(\"id\", \"select2-drop\");\n\n // show the elements\n mask.show();\n\n this.positionDropdown();\n this.dropdown.show();\n this.positionDropdown();\n\n this.dropdown.addClass(\"select2-drop-active\");\n\n // attach listeners to events that can change the position of the container and thus require\n // the position of the dropdown to be updated as well so it does not come unglued from the container\n var that = this;\n this.container.parents().add(window).each(function () {\n $(this).on(resize+\" \"+scroll+\" \"+orient, function (e) {\n if (that.opened()) that.positionDropdown();\n });\n });\n\n\n },\n\n // abstract\n close: function () {\n if (!this.opened()) return;\n\n var cid = this.containerEventName,\n scroll = \"scroll.\" + cid,\n resize = \"resize.\"+cid,\n orient = \"orientationchange.\"+cid;\n\n // unbind event listeners\n this.container.parents().add(window).each(function () { $(this).off(scroll).off(resize).off(orient); });\n\n this.clearDropdownAlignmentPreference();\n\n $(\"#select2-drop-mask\").hide();\n this.dropdown.removeAttr(\"id\"); // only the active dropdown has the select2-drop id\n this.dropdown.hide();\n this.container.removeClass(\"select2-dropdown-open\").removeClass(\"select2-container-active\");\n this.results.empty();\n\n // Now that the dropdown is closed, unbind the global document mousemove event\n $document.off(\"mousemove.select2Event\");\n\n this.clearSearch();\n this.search.removeClass(\"select2-active\");\n this.opts.element.trigger($.Event(\"select2-close\"));\n },\n\n /**\n * Opens control, sets input value, and updates results.\n */\n // abstract\n externalSearch: function (term) {\n this.open();\n this.search.val(term);\n this.updateResults(false);\n },\n\n // abstract\n clearSearch: function () {\n\n },\n\n //abstract\n getMaximumSelectionSize: function() {\n return evaluate(this.opts.maximumSelectionSize, this.opts.element);\n },\n\n // abstract\n ensureHighlightVisible: function () {\n var results = this.results, children, index, child, hb, rb, y, more, topOffset;\n\n index = this.highlight();\n\n if (index < 0) return;\n\n if (index == 0) {\n\n // if the first element is highlighted scroll all the way to the top,\n // that way any unselectable headers above it will also be scrolled\n // into view\n\n results.scrollTop(0);\n return;\n }\n\n children = this.findHighlightableChoices().find('.select2-result-label');\n\n child = $(children[index]);\n\n topOffset = (child.offset() || {}).top || 0;\n\n hb = topOffset + child.outerHeight(true);\n\n // if this is the last child lets also make sure select2-more-results is visible\n if (index === children.length - 1) {\n more = results.find(\"li.select2-more-results\");\n if (more.length > 0) {\n hb = more.offset().top + more.outerHeight(true);\n }\n }\n\n rb = results.offset().top + results.outerHeight(true);\n if (hb > rb) {\n results.scrollTop(results.scrollTop() + (hb - rb));\n }\n y = topOffset - results.offset().top;\n\n // make sure the top of the element is visible\n if (y < 0 && child.css('display') != 'none' ) {\n results.scrollTop(results.scrollTop() + y); // y is negative\n }\n },\n\n // abstract\n findHighlightableChoices: function() {\n return this.results.find(\".select2-result-selectable:not(.select2-disabled):not(.select2-selected)\");\n },\n\n // abstract\n moveHighlight: function (delta) {\n var choices = this.findHighlightableChoices(),\n index = this.highlight();\n\n while (index > -1 && index < choices.length) {\n index += delta;\n var choice = $(choices[index]);\n if (choice.hasClass(\"select2-result-selectable\") && !choice.hasClass(\"select2-disabled\") && !choice.hasClass(\"select2-selected\")) {\n this.highlight(index);\n break;\n }\n }\n },\n\n // abstract\n highlight: function (index) {\n var choices = this.findHighlightableChoices(),\n choice,\n data;\n\n if (arguments.length === 0) {\n return indexOf(choices.filter(\".select2-highlighted\")[0], choices.get());\n }\n\n if (index >= choices.length) index = choices.length - 1;\n if (index < 0) index = 0;\n\n this.removeHighlight();\n\n choice = $(choices[index]);\n choice.addClass(\"select2-highlighted\");\n\n // ensure assistive technology can determine the active choice\n this.search.attr(\"aria-activedescendant\", choice.find(\".select2-result-label\").attr(\"id\"));\n\n this.ensureHighlightVisible();\n\n this.liveRegion.text(choice.text());\n\n data = choice.data(\"select2-data\");\n if (data) {\n this.opts.element.trigger({ type: \"select2-highlight\", val: this.id(data), choice: data });\n }\n },\n\n removeHighlight: function() {\n this.results.find(\".select2-highlighted\").removeClass(\"select2-highlighted\");\n },\n\n touchMoved: function() {\n this._touchMoved = true;\n },\n\n clearTouchMoved: function() {\n this._touchMoved = false;\n },\n\n // abstract\n countSelectableResults: function() {\n return this.findHighlightableChoices().length;\n },\n\n // abstract\n highlightUnderEvent: function (event) {\n var el = $(event.target).closest(\".select2-result-selectable\");\n if (el.length > 0 && !el.is(\".select2-highlighted\")) {\n var choices = this.findHighlightableChoices();\n this.highlight(choices.index(el));\n } else if (el.length == 0) {\n // if we are over an unselectable item remove all highlights\n this.removeHighlight();\n }\n },\n\n // abstract\n loadMoreIfNeeded: function () {\n var results = this.results,\n more = results.find(\"li.select2-more-results\"),\n below, // pixels the element is below the scroll fold, below==0 is when the element is starting to be visible\n page = this.resultsPage + 1,\n self=this,\n term=this.search.val(),\n context=this.context;\n\n if (more.length === 0) return;\n below = more.offset().top - results.offset().top - results.height();\n\n if (below <= this.opts.loadMorePadding) {\n more.addClass(\"select2-active\");\n this.opts.query({\n element: this.opts.element,\n term: term,\n page: page,\n context: context,\n matcher: this.opts.matcher,\n callback: this.bind(function (data) {\n\n // ignore a response if the select2 has been closed before it was received\n if (!self.opened()) return;\n\n\n self.opts.populateResults.call(this, results, data.results, {term: term, page: page, context:context});\n self.postprocessResults(data, false, false);\n\n if (data.more===true) {\n more.detach().appendTo(results).text(evaluate(self.opts.formatLoadMore, self.opts.element, page+1));\n window.setTimeout(function() { self.loadMoreIfNeeded(); }, 10);\n } else {\n more.remove();\n }\n self.positionDropdown();\n self.resultsPage = page;\n self.context = data.context;\n this.opts.element.trigger({ type: \"select2-loaded\", items: data });\n })});\n }\n },\n\n /**\n * Default tokenizer function which does nothing\n */\n tokenize: function() {\n\n },\n\n /**\n * @param initial whether or not this is the call to this method right after the dropdown has been opened\n */\n // abstract\n updateResults: function (initial) {\n var search = this.search,\n results = this.results,\n opts = this.opts,\n data,\n self = this,\n input,\n term = search.val(),\n lastTerm = $.data(this.container, \"select2-last-term\"),\n // sequence number used to drop out-of-order responses\n queryNumber;\n\n // prevent duplicate queries against the same term\n if (initial !== true && lastTerm && equal(term, lastTerm)) return;\n\n $.data(this.container, \"select2-last-term\", term);\n\n // if the search is currently hidden we do not alter the results\n if (initial !== true && (this.showSearchInput === false || !this.opened())) {\n return;\n }\n\n function postRender() {\n search.removeClass(\"select2-active\");\n self.positionDropdown();\n if (results.find('.select2-no-results,.select2-selection-limit,.select2-searching').length) {\n self.liveRegion.text(results.text());\n }\n else {\n self.liveRegion.text(self.opts.formatMatches(results.find('.select2-result-selectable').length));\n }\n }\n\n function render(html) {\n results.html(html);\n postRender();\n }\n\n queryNumber = ++this.queryCount;\n\n var maxSelSize = this.getMaximumSelectionSize();\n if (maxSelSize >=1) {\n data = this.data();\n if ($.isArray(data) && data.length >= maxSelSize && checkFormatter(opts.formatSelectionTooBig, \"formatSelectionTooBig\")) {\n render(\"<li class='select2-selection-limit'>\" + evaluate(opts.formatSelectionTooBig, opts.element, maxSelSize) + \"</li>\");\n return;\n }\n }\n\n if (search.val().length < opts.minimumInputLength) {\n if (checkFormatter(opts.formatInputTooShort, \"formatInputTooShort\")) {\n render(\"<li class='select2-no-results'>\" + evaluate(opts.formatInputTooShort, opts.element, search.val(), opts.minimumInputLength) + \"</li>\");\n } else {\n render(\"\");\n }\n if (initial && this.showSearch) this.showSearch(true);\n return;\n }\n\n if (opts.maximumInputLength && search.val().length > opts.maximumInputLength) {\n if (checkFormatter(opts.formatInputTooLong, \"formatInputTooLong\")) {\n render(\"<li class='select2-no-results'>\" + evaluate(opts.formatInputTooLong, opts.element, search.val(), opts.maximumInputLength) + \"</li>\");\n } else {\n render(\"\");\n }\n return;\n }\n\n if (opts.formatSearching && this.findHighlightableChoices().length === 0) {\n render(\"<li class='select2-searching'>\" + evaluate(opts.formatSearching, opts.element) + \"</li>\");\n }\n\n search.addClass(\"select2-active\");\n\n this.removeHighlight();\n\n // give the tokenizer a chance to pre-process the input\n input = this.tokenize();\n if (input != undefined && input != null) {\n search.val(input);\n }\n\n this.resultsPage = 1;\n\n opts.query({\n element: opts.element,\n term: search.val(),\n page: this.resultsPage,\n context: null,\n matcher: opts.matcher,\n callback: this.bind(function (data) {\n var def; // default choice\n\n // ignore old responses\n if (queryNumber != this.queryCount) {\n return;\n }\n\n // ignore a response if the select2 has been closed before it was received\n if (!this.opened()) {\n this.search.removeClass(\"select2-active\");\n return;\n }\n\n // handle ajax error\n if(data.hasError !== undefined && checkFormatter(opts.formatAjaxError, \"formatAjaxError\")) {\n render(\"<li class='select2-ajax-error'>\" + evaluate(opts.formatAjaxError, opts.element, data.jqXHR, data.textStatus, data.errorThrown) + \"</li>\");\n return;\n }\n\n // save context, if any\n this.context = (data.context===undefined) ? null : data.context;\n // create a default choice and prepend it to the list\n if (this.opts.createSearchChoice && search.val() !== \"\") {\n def = this.opts.createSearchChoice.call(self, search.val(), data.results);\n if (def !== undefined && def !== null && self.id(def) !== undefined && self.id(def) !== null) {\n if ($(data.results).filter(\n function () {\n return equal(self.id(this), self.id(def));\n }).length === 0) {\n this.opts.createSearchChoicePosition(data.results, def);\n }\n }\n }\n\n if (data.results.length === 0 && checkFormatter(opts.formatNoMatches, \"formatNoMatches\")) {\n render(\"<li class='select2-no-results'>\" + evaluate(opts.formatNoMatches, opts.element, search.val()) + \"</li>\");\n return;\n }\n\n results.empty();\n self.opts.populateResults.call(this, results, data.results, {term: search.val(), page: this.resultsPage, context:null});\n\n if (data.more === true && checkFormatter(opts.formatLoadMore, \"formatLoadMore\")) {\n results.append(\"<li class='select2-more-results'>\" + opts.escapeMarkup(evaluate(opts.formatLoadMore, opts.element, this.resultsPage)) + \"</li>\");\n window.setTimeout(function() { self.loadMoreIfNeeded(); }, 10);\n }\n\n this.postprocessResults(data, initial);\n\n postRender();\n\n this.opts.element.trigger({ type: \"select2-loaded\", items: data });\n })});\n },\n\n // abstract\n cancel: function () {\n this.close();\n },\n\n // abstract\n blur: function () {\n // if selectOnBlur == true, select the currently highlighted option\n if (this.opts.selectOnBlur)\n this.selectHighlighted({noFocus: true});\n\n this.close();\n this.container.removeClass(\"select2-container-active\");\n // synonymous to .is(':focus'), which is available in jquery >= 1.6\n if (this.search[0] === document.activeElement) { this.search.blur(); }\n this.clearSearch();\n this.selection.find(\".select2-search-choice-focus\").removeClass(\"select2-search-choice-focus\");\n },\n\n // abstract\n focusSearch: function () {\n focus(this.search);\n },\n\n // abstract\n selectHighlighted: function (options) {\n if (this._touchMoved) {\n this.clearTouchMoved();\n return;\n }\n var index=this.highlight(),\n highlighted=this.results.find(\".select2-highlighted\"),\n data = highlighted.closest('.select2-result').data(\"select2-data\");\n\n if (data) {\n this.highlight(index);\n this.onSelect(data, options);\n } else if (options && options.noFocus) {\n this.close();\n }\n },\n\n // abstract\n getPlaceholder: function () {\n var placeholderOption;\n return this.opts.element.attr(\"placeholder\") ||\n this.opts.element.attr(\"data-placeholder\") || // jquery 1.4 compat\n this.opts.element.data(\"placeholder\") ||\n this.opts.placeholder ||\n ((placeholderOption = this.getPlaceholderOption()) !== undefined ? placeholderOption.text() : undefined);\n },\n\n // abstract\n getPlaceholderOption: function() {\n if (this.select) {\n var firstOption = this.select.children('option').first();\n if (this.opts.placeholderOption !== undefined ) {\n //Determine the placeholder option based on the specified placeholderOption setting\n return (this.opts.placeholderOption === \"first\" && firstOption) ||\n (typeof this.opts.placeholderOption === \"function\" && this.opts.placeholderOption(this.select));\n } else if ($.trim(firstOption.text()) === \"\" && firstOption.val() === \"\") {\n //No explicit placeholder option specified, use the first if it's blank\n return firstOption;\n }\n }\n },\n\n /**\n * Get the desired width for the container element. This is\n * derived first from option `width` passed to select2, then\n * the inline 'style' on the original element, and finally\n * falls back to the jQuery calculated element width.\n */\n // abstract\n initContainerWidth: function () {\n function resolveContainerWidth() {\n var style, attrs, matches, i, l, attr;\n\n if (this.opts.width === \"off\") {\n return null;\n } else if (this.opts.width === \"element\"){\n return this.opts.element.outerWidth(false) === 0 ? 'auto' : this.opts.element.outerWidth(false) + 'px';\n } else if (this.opts.width === \"copy\" || this.opts.width === \"resolve\") {\n // check if there is inline style on the element that contains width\n style = this.opts.element.attr('style');\n if (style !== undefined) {\n attrs = style.split(';');\n for (i = 0, l = attrs.length; i < l; i = i + 1) {\n attr = attrs[i].replace(/\\s/g, '');\n matches = attr.match(/^width:(([-+]?([0-9]*\\.)?[0-9]+)(px|em|ex|%|in|cm|mm|pt|pc))/i);\n if (matches !== null && matches.length >= 1)\n return matches[1];\n }\n }\n\n if (this.opts.width === \"resolve\") {\n // next check if css('width') can resolve a width that is percent based, this is sometimes possible\n // when attached to input type=hidden or elements hidden via css\n style = this.opts.element.css('width');\n if (style.indexOf(\"%\") > 0) return style;\n\n // finally, fallback on the calculated width of the element\n return (this.opts.element.outerWidth(false) === 0 ? 'auto' : this.opts.element.outerWidth(false) + 'px');\n }\n\n return null;\n } else if ($.isFunction(this.opts.width)) {\n return this.opts.width();\n } else {\n return this.opts.width;\n }\n };\n\n var width = resolveContainerWidth.call(this);\n if (width !== null) {\n this.container.css(\"width\", width);\n }\n }\n });\n\n SingleSelect2 = clazz(AbstractSelect2, {\n\n // single\n\n createContainer: function () {\n var container = $(document.createElement(\"div\")).attr({\n \"class\": \"select2-container\"\n }).html([\n \"<a href='javascript:void(0)' class='select2-choice' tabindex='-1'>\",\n \" <span class='select2-chosen'>&#160;</span><abbr class='select2-search-choice-close'></abbr>\",\n \" <span class='select2-arrow' role='presentation'><b role='presentation'></b></span>\",\n \"</a>\",\n \"<label for='' class='select2-offscreen'></label>\",\n \"<input class='select2-focusser select2-offscreen' type='text' aria-haspopup='true' role='button' />\",\n \"<div class='select2-drop select2-display-none'>\",\n \" <div class='select2-search'>\",\n \" <label for='' class='select2-offscreen'></label>\",\n \" <input type='text' autocomplete='off' autocorrect='off' autocapitalize='off' spellcheck='false' class='select2-input' role='combobox' aria-expanded='true'\",\n \" aria-autocomplete='list' />\",\n \" </div>\",\n \" <ul class='select2-results' role='listbox'>\",\n \" </ul>\",\n \"</div>\"].join(\"\"));\n return container;\n },\n\n // single\n enableInterface: function() {\n if (this.parent.enableInterface.apply(this, arguments)) {\n this.focusser.prop(\"disabled\", !this.isInterfaceEnabled());\n }\n },\n\n // single\n opening: function () {\n var el, range, len;\n\n if (this.opts.minimumResultsForSearch >= 0) {\n this.showSearch(true);\n }\n\n this.parent.opening.apply(this, arguments);\n\n if (this.showSearchInput !== false) {\n // IE appends focusser.val() at the end of field :/ so we manually insert it at the beginning using a range\n // all other browsers handle this just fine\n\n this.search.val(this.focusser.val());\n }\n if (this.opts.shouldFocusInput(this)) {\n this.search.focus();\n // move the cursor to the end after focussing, otherwise it will be at the beginning and\n // new text will appear *before* focusser.val()\n el = this.search.get(0);\n if (el.createTextRange) {\n range = el.createTextRange();\n range.collapse(false);\n range.select();\n } else if (el.setSelectionRange) {\n len = this.search.val().length;\n el.setSelectionRange(len, len);\n }\n }\n\n // initializes search's value with nextSearchTerm (if defined by user)\n // ignore nextSearchTerm if the dropdown is opened by the user pressing a letter\n if(this.search.val() === \"\") {\n if(this.nextSearchTerm != undefined){\n this.search.val(this.nextSearchTerm);\n this.search.select();\n }\n }\n\n this.focusser.prop(\"disabled\", true).val(\"\");\n this.updateResults(true);\n this.opts.element.trigger($.Event(\"select2-open\"));\n },\n\n // single\n close: function () {\n if (!this.opened()) return;\n this.parent.close.apply(this, arguments);\n\n this.focusser.prop(\"disabled\", false);\n\n if (this.opts.shouldFocusInput(this)) {\n this.focusser.focus();\n }\n },\n\n // single\n focus: function () {\n if (this.opened()) {\n this.close();\n } else {\n this.focusser.prop(\"disabled\", false);\n if (this.opts.shouldFocusInput(this)) {\n this.focusser.focus();\n }\n }\n },\n\n // single\n isFocused: function () {\n return this.container.hasClass(\"select2-container-active\");\n },\n\n // single\n cancel: function () {\n this.parent.cancel.apply(this, arguments);\n this.focusser.prop(\"disabled\", false);\n\n if (this.opts.shouldFocusInput(this)) {\n this.focusser.focus();\n }\n },\n\n // single\n destroy: function() {\n $(\"label[for='\" + this.focusser.attr('id') + \"']\")\n .attr('for', this.opts.element.attr(\"id\"));\n this.parent.destroy.apply(this, arguments);\n\n cleanupJQueryElements.call(this,\n \"selection\",\n \"focusser\"\n );\n },\n\n // single\n initContainer: function () {\n\n var selection,\n container = this.container,\n dropdown = this.dropdown,\n idSuffix = nextUid(),\n elementLabel;\n\n if (this.opts.minimumResultsForSearch < 0) {\n this.showSearch(false);\n } else {\n this.showSearch(true);\n }\n\n this.selection = selection = container.find(\".select2-choice\");\n\n this.focusser = container.find(\".select2-focusser\");\n\n // add aria associations\n selection.find(\".select2-chosen\").attr(\"id\", \"select2-chosen-\"+idSuffix);\n this.focusser.attr(\"aria-labelledby\", \"select2-chosen-\"+idSuffix);\n this.results.attr(\"id\", \"select2-results-\"+idSuffix);\n this.search.attr(\"aria-owns\", \"select2-results-\"+idSuffix);\n\n // rewrite labels from original element to focusser\n this.focusser.attr(\"id\", \"s2id_autogen\"+idSuffix);\n\n elementLabel = $(\"label[for='\" + this.opts.element.attr(\"id\") + \"']\");\n\n this.focusser.prev()\n .text(elementLabel.text())\n .attr('for', this.focusser.attr('id'));\n\n // Ensure the original element retains an accessible name\n var originalTitle = this.opts.element.attr(\"title\");\n this.opts.element.attr(\"title\", (originalTitle || elementLabel.text()));\n\n this.focusser.attr(\"tabindex\", this.elementTabIndex);\n\n // write label for search field using the label from the focusser element\n this.search.attr(\"id\", this.focusser.attr('id') + '_search');\n\n this.search.prev()\n .text($(\"label[for='\" + this.focusser.attr('id') + \"']\").text())\n .attr('for', this.search.attr('id'));\n\n this.search.on(\"keydown\", this.bind(function (e) {\n if (!this.isInterfaceEnabled()) return;\n\n // filter 229 keyCodes (input method editor is processing key input)\n if (229 == e.keyCode) return;\n\n if (e.which === KEY.PAGE_UP || e.which === KEY.PAGE_DOWN) {\n // prevent the page from scrolling\n killEvent(e);\n return;\n }\n\n switch (e.which) {\n case KEY.UP:\n case KEY.DOWN:\n this.moveHighlight((e.which === KEY.UP) ? -1 : 1);\n killEvent(e);\n return;\n case KEY.ENTER:\n this.selectHighlighted();\n killEvent(e);\n return;\n case KEY.TAB:\n this.selectHighlighted({noFocus: true});\n return;\n case KEY.ESC:\n this.cancel(e);\n killEvent(e);\n return;\n }\n }));\n\n this.search.on(\"blur\", this.bind(function(e) {\n // a workaround for chrome to keep the search field focussed when the scroll bar is used to scroll the dropdown.\n // without this the search field loses focus which is annoying\n if (document.activeElement === this.body.get(0)) {\n window.setTimeout(this.bind(function() {\n if (this.opened()) {\n this.search.focus();\n }\n }), 0);\n }\n }));\n\n this.focusser.on(\"keydown\", this.bind(function (e) {\n if (!this.isInterfaceEnabled()) return;\n\n if (e.which === KEY.TAB || KEY.isControl(e) || KEY.isFunctionKey(e) || e.which === KEY.ESC) {\n return;\n }\n\n if (this.opts.openOnEnter === false && e.which === KEY.ENTER) {\n killEvent(e);\n return;\n }\n\n if (e.which == KEY.DOWN || e.which == KEY.UP\n || (e.which == KEY.ENTER && this.opts.openOnEnter)) {\n\n if (e.altKey || e.ctrlKey || e.shiftKey || e.metaKey) return;\n\n this.open();\n killEvent(e);\n return;\n }\n\n if (e.which == KEY.DELETE || e.which == KEY.BACKSPACE) {\n if (this.opts.allowClear) {\n this.clear();\n }\n killEvent(e);\n return;\n }\n }));\n\n\n installKeyUpChangeEvent(this.focusser);\n this.focusser.on(\"keyup-change input\", this.bind(function(e) {\n if (this.opts.minimumResultsForSearch >= 0) {\n e.stopPropagation();\n if (this.opened()) return;\n this.open();\n }\n }));\n\n selection.on(\"mousedown touchstart\", \"abbr\", this.bind(function (e) {\n if (!this.isInterfaceEnabled()) return;\n this.clear();\n killEventImmediately(e);\n this.close();\n this.selection.focus();\n }));\n\n selection.on(\"mousedown touchstart\", this.bind(function (e) {\n // Prevent IE from generating a click event on the body\n reinsertElement(selection);\n\n if (!this.container.hasClass(\"select2-container-active\")) {\n this.opts.element.trigger($.Event(\"select2-focus\"));\n }\n\n if (this.opened()) {\n this.close();\n } else if (this.isInterfaceEnabled()) {\n this.open();\n }\n\n killEvent(e);\n }));\n\n dropdown.on(\"mousedown touchstart\", this.bind(function() {\n if (this.opts.shouldFocusInput(this)) {\n this.search.focus();\n }\n }));\n\n selection.on(\"focus\", this.bind(function(e) {\n killEvent(e);\n }));\n\n this.focusser.on(\"focus\", this.bind(function(){\n if (!this.container.hasClass(\"select2-container-active\")) {\n this.opts.element.trigger($.Event(\"select2-focus\"));\n }\n this.container.addClass(\"select2-container-active\");\n })).on(\"blur\", this.bind(function() {\n if (!this.opened()) {\n this.container.removeClass(\"select2-container-active\");\n this.opts.element.trigger($.Event(\"select2-blur\"));\n }\n }));\n this.search.on(\"focus\", this.bind(function(){\n if (!this.container.hasClass(\"select2-container-active\")) {\n this.opts.element.trigger($.Event(\"select2-focus\"));\n }\n this.container.addClass(\"select2-container-active\");\n }));\n\n this.initContainerWidth();\n this.opts.element.addClass(\"select2-offscreen\");\n this.setPlaceholder();\n\n },\n\n // single\n clear: function(triggerChange) {\n var data=this.selection.data(\"select2-data\");\n if (data) { // guard against queued quick consecutive clicks\n var evt = $.Event(\"select2-clearing\");\n this.opts.element.trigger(evt);\n if (evt.isDefaultPrevented()) {\n return;\n }\n var placeholderOption = this.getPlaceholderOption();\n this.opts.element.val(placeholderOption ? placeholderOption.val() : \"\");\n this.selection.find(\".select2-chosen\").empty();\n this.selection.removeData(\"select2-data\");\n this.setPlaceholder();\n\n if (triggerChange !== false){\n this.opts.element.trigger({ type: \"select2-removed\", val: this.id(data), choice: data });\n this.triggerChange({removed:data});\n }\n }\n },\n\n /**\n * Sets selection based on source element's value\n */\n // single\n initSelection: function () {\n var selected;\n if (this.isPlaceholderOptionSelected()) {\n this.updateSelection(null);\n this.close();\n this.setPlaceholder();\n } else {\n var self = this;\n this.opts.initSelection.call(null, this.opts.element, function(selected){\n if (selected !== undefined && selected !== null) {\n self.updateSelection(selected);\n self.close();\n self.setPlaceholder();\n self.nextSearchTerm = self.opts.nextSearchTerm(selected, self.search.val());\n }\n });\n }\n },\n\n isPlaceholderOptionSelected: function() {\n var placeholderOption;\n if (this.getPlaceholder() === undefined) return false; // no placeholder specified so no option should be considered\n return ((placeholderOption = this.getPlaceholderOption()) !== undefined && placeholderOption.prop(\"selected\"))\n || (this.opts.element.val() === \"\")\n || (this.opts.element.val() === undefined)\n || (this.opts.element.val() === null);\n },\n\n // single\n prepareOpts: function () {\n var opts = this.parent.prepareOpts.apply(this, arguments),\n self=this;\n\n if (opts.element.get(0).tagName.toLowerCase() === \"select\") {\n // install the selection initializer\n opts.initSelection = function (element, callback) {\n var selected = element.find(\"option\").filter(function() { return this.selected && !this.disabled });\n // a single select box always has a value, no need to null check 'selected'\n callback(self.optionToData(selected));\n };\n } else if (\"data\" in opts) {\n // install default initSelection when applied to hidden input and data is local\n opts.initSelection = opts.initSelection || function (element, callback) {\n var id = element.val();\n //search in data by id, storing the actual matching item\n var match = null;\n opts.query({\n matcher: function(term, text, el){\n var is_match = equal(id, opts.id(el));\n if (is_match) {\n match = el;\n }\n return is_match;\n },\n callback: !$.isFunction(callback) ? $.noop : function() {\n callback(match);\n }\n });\n };\n }\n\n return opts;\n },\n\n // single\n getPlaceholder: function() {\n // if a placeholder is specified on a single select without a valid placeholder option ignore it\n if (this.select) {\n if (this.getPlaceholderOption() === undefined) {\n return undefined;\n }\n }\n\n return this.parent.getPlaceholder.apply(this, arguments);\n },\n\n // single\n setPlaceholder: function () {\n var placeholder = this.getPlaceholder();\n\n if (this.isPlaceholderOptionSelected() && placeholder !== undefined) {\n\n // check for a placeholder option if attached to a select\n if (this.select && this.getPlaceholderOption() === undefined) return;\n\n this.selection.find(\".select2-chosen\").html(this.opts.escapeMarkup(placeholder));\n\n this.selection.addClass(\"select2-default\");\n\n this.container.removeClass(\"select2-allowclear\");\n }\n },\n\n // single\n postprocessResults: function (data, initial, noHighlightUpdate) {\n var selected = 0, self = this, showSearchInput = true;\n\n // find the selected element in the result list\n\n this.findHighlightableChoices().each2(function (i, elm) {\n if (equal(self.id(elm.data(\"select2-data\")), self.opts.element.val())) {\n selected = i;\n return false;\n }\n });\n\n // and highlight it\n if (noHighlightUpdate !== false) {\n if (initial === true && selected >= 0) {\n this.highlight(selected);\n } else {\n this.highlight(0);\n }\n }\n\n // hide the search box if this is the first we got the results and there are enough of them for search\n\n if (initial === true) {\n var min = this.opts.minimumResultsForSearch;\n if (min >= 0) {\n this.showSearch(countResults(data.results) >= min);\n }\n }\n },\n\n // single\n showSearch: function(showSearchInput) {\n if (this.showSearchInput === showSearchInput) return;\n\n this.showSearchInput = showSearchInput;\n\n this.dropdown.find(\".select2-search\").toggleClass(\"select2-search-hidden\", !showSearchInput);\n this.dropdown.find(\".select2-search\").toggleClass(\"select2-offscreen\", !showSearchInput);\n //add \"select2-with-searchbox\" to the container if search box is shown\n $(this.dropdown, this.container).toggleClass(\"select2-with-searchbox\", showSearchInput);\n },\n\n // single\n onSelect: function (data, options) {\n\n if (!this.triggerSelect(data)) { return; }\n\n var old = this.opts.element.val(),\n oldData = this.data();\n\n this.opts.element.val(this.id(data));\n this.updateSelection(data);\n\n this.opts.element.trigger({ type: \"select2-selected\", val: this.id(data), choice: data });\n\n this.nextSearchTerm = this.opts.nextSearchTerm(data, this.search.val());\n this.close();\n\n if ((!options || !options.noFocus) && this.opts.shouldFocusInput(this)) {\n this.focusser.focus();\n }\n\n if (!equal(old, this.id(data))) {\n this.triggerChange({ added: data, removed: oldData });\n }\n },\n\n // single\n updateSelection: function (data) {\n\n var container=this.selection.find(\".select2-chosen\"), formatted, cssClass;\n\n this.selection.data(\"select2-data\", data);\n\n container.empty();\n if (data !== null) {\n formatted=this.opts.formatSelection(data, container, this.opts.escapeMarkup);\n }\n if (formatted !== undefined) {\n container.append(formatted);\n }\n cssClass=this.opts.formatSelectionCssClass(data, container);\n if (cssClass !== undefined) {\n container.addClass(cssClass);\n }\n\n this.selection.removeClass(\"select2-default\");\n\n if (this.opts.allowClear && this.getPlaceholder() !== undefined) {\n this.container.addClass(\"select2-allowclear\");\n }\n },\n\n // single\n val: function () {\n var val,\n triggerChange = false,\n data = null,\n self = this,\n oldData = this.data();\n\n if (arguments.length === 0) {\n return this.opts.element.val();\n }\n\n val = arguments[0];\n\n if (arguments.length > 1) {\n triggerChange = arguments[1];\n }\n\n if (this.select) {\n this.select\n .val(val)\n .find(\"option\").filter(function() { return this.selected }).each2(function (i, elm) {\n data = self.optionToData(elm);\n return false;\n });\n this.updateSelection(data);\n this.setPlaceholder();\n if (triggerChange) {\n this.triggerChange({added: data, removed:oldData});\n }\n } else {\n // val is an id. !val is true for [undefined,null,'',0] - 0 is legal\n if (!val && val !== 0) {\n this.clear(triggerChange);\n return;\n }\n if (this.opts.initSelection === undefined) {\n throw new Error(\"cannot call val() if initSelection() is not defined\");\n }\n this.opts.element.val(val);\n this.opts.initSelection(this.opts.element, function(data){\n self.opts.element.val(!data ? \"\" : self.id(data));\n self.updateSelection(data);\n self.setPlaceholder();\n if (triggerChange) {\n self.triggerChange({added: data, removed:oldData});\n }\n });\n }\n },\n\n // single\n clearSearch: function () {\n this.search.val(\"\");\n this.focusser.val(\"\");\n },\n\n // single\n data: function(value) {\n var data,\n triggerChange = false;\n\n if (arguments.length === 0) {\n data = this.selection.data(\"select2-data\");\n if (data == undefined) data = null;\n return data;\n } else {\n if (arguments.length > 1) {\n triggerChange = arguments[1];\n }\n if (!value) {\n this.clear(triggerChange);\n } else {\n data = this.data();\n this.opts.element.val(!value ? \"\" : this.id(value));\n this.updateSelection(value);\n if (triggerChange) {\n this.triggerChange({added: value, removed:data});\n }\n }\n }\n }\n });\n\n MultiSelect2 = clazz(AbstractSelect2, {\n\n // multi\n createContainer: function () {\n var container = $(document.createElement(\"div\")).attr({\n \"class\": \"select2-container select2-container-multi\"\n }).html([\n \"<ul class='select2-choices'>\",\n \" <li class='select2-search-field'>\",\n \" <label for='' class='select2-offscreen'></label>\",\n \" <input type='text' autocomplete='off' autocorrect='off' autocapitalize='off' spellcheck='false' class='select2-input'>\",\n \" </li>\",\n \"</ul>\",\n \"<div class='select2-drop select2-drop-multi select2-display-none'>\",\n \" <ul class='select2-results'>\",\n \" </ul>\",\n \"</div>\"].join(\"\"));\n return container;\n },\n\n // multi\n prepareOpts: function () {\n var opts = this.parent.prepareOpts.apply(this, arguments),\n self=this;\n\n // TODO validate placeholder is a string if specified\n\n if (opts.element.get(0).tagName.toLowerCase() === \"select\") {\n // install the selection initializer\n opts.initSelection = function (element, callback) {\n\n var data = [];\n\n element.find(\"option\").filter(function() { return this.selected && !this.disabled }).each2(function (i, elm) {\n data.push(self.optionToData(elm));\n });\n callback(data);\n };\n } else if (\"data\" in opts) {\n // install default initSelection when applied to hidden input and data is local\n opts.initSelection = opts.initSelection || function (element, callback) {\n var ids = splitVal(element.val(), opts.separator);\n //search in data by array of ids, storing matching items in a list\n var matches = [];\n opts.query({\n matcher: function(term, text, el){\n var is_match = $.grep(ids, function(id) {\n return equal(id, opts.id(el));\n }).length;\n if (is_match) {\n matches.push(el);\n }\n return is_match;\n },\n callback: !$.isFunction(callback) ? $.noop : function() {\n // reorder matches based on the order they appear in the ids array because right now\n // they are in the order in which they appear in data array\n var ordered = [];\n for (var i = 0; i < ids.length; i++) {\n var id = ids[i];\n for (var j = 0; j < matches.length; j++) {\n var match = matches[j];\n if (equal(id, opts.id(match))) {\n ordered.push(match);\n matches.splice(j, 1);\n break;\n }\n }\n }\n callback(ordered);\n }\n });\n };\n }\n\n return opts;\n },\n\n // multi\n selectChoice: function (choice) {\n\n var selected = this.container.find(\".select2-search-choice-focus\");\n if (selected.length && choice && choice[0] == selected[0]) {\n\n } else {\n if (selected.length) {\n this.opts.element.trigger(\"choice-deselected\", selected);\n }\n selected.removeClass(\"select2-search-choice-focus\");\n if (choice && choice.length) {\n this.close();\n choice.addClass(\"select2-search-choice-focus\");\n this.opts.element.trigger(\"choice-selected\", choice);\n }\n }\n },\n\n // multi\n destroy: function() {\n $(\"label[for='\" + this.search.attr('id') + \"']\")\n .attr('for', this.opts.element.attr(\"id\"));\n this.parent.destroy.apply(this, arguments);\n\n cleanupJQueryElements.call(this,\n \"searchContainer\",\n \"selection\"\n );\n },\n\n // multi\n initContainer: function () {\n\n var selector = \".select2-choices\", selection;\n\n this.searchContainer = this.container.find(\".select2-search-field\");\n this.selection = selection = this.container.find(selector);\n\n var _this = this;\n this.selection.on(\"click\", \".select2-search-choice:not(.select2-locked)\", function (e) {\n //killEvent(e);\n _this.search[0].focus();\n _this.selectChoice($(this));\n });\n\n // rewrite labels from original element to focusser\n this.search.attr(\"id\", \"s2id_autogen\"+nextUid());\n\n this.search.prev()\n .text($(\"label[for='\" + this.opts.element.attr(\"id\") + \"']\").text())\n .attr('for', this.search.attr('id'));\n\n this.search.on(\"input paste\", this.bind(function() {\n if (this.search.attr('placeholder') && this.search.val().length == 0) return;\n if (!this.isInterfaceEnabled()) return;\n if (!this.opened()) {\n this.open();\n }\n }));\n\n this.search.attr(\"tabindex\", this.elementTabIndex);\n\n this.keydowns = 0;\n this.search.on(\"keydown\", this.bind(function (e) {\n if (!this.isInterfaceEnabled()) return;\n\n ++this.keydowns;\n var selected = selection.find(\".select2-search-choice-focus\");\n var prev = selected.prev(\".select2-search-choice:not(.select2-locked)\");\n var next = selected.next(\".select2-search-choice:not(.select2-locked)\");\n var pos = getCursorInfo(this.search);\n\n if (selected.length &&\n (e.which == KEY.LEFT || e.which == KEY.RIGHT || e.which == KEY.BACKSPACE || e.which == KEY.DELETE || e.which == KEY.ENTER)) {\n var selectedChoice = selected;\n if (e.which == KEY.LEFT && prev.length) {\n selectedChoice = prev;\n }\n else if (e.which == KEY.RIGHT) {\n selectedChoice = next.length ? next : null;\n }\n else if (e.which === KEY.BACKSPACE) {\n if (this.unselect(selected.first())) {\n this.search.width(10);\n selectedChoice = prev.length ? prev : next;\n }\n } else if (e.which == KEY.DELETE) {\n if (this.unselect(selected.first())) {\n this.search.width(10);\n selectedChoice = next.length ? next : null;\n }\n } else if (e.which == KEY.ENTER) {\n selectedChoice = null;\n }\n\n this.selectChoice(selectedChoice);\n killEvent(e);\n if (!selectedChoice || !selectedChoice.length) {\n this.open();\n }\n return;\n } else if (((e.which === KEY.BACKSPACE && this.keydowns == 1)\n || e.which == KEY.LEFT) && (pos.offset == 0 && !pos.length)) {\n\n this.selectChoice(selection.find(\".select2-search-choice:not(.select2-locked)\").last());\n killEvent(e);\n return;\n } else {\n this.selectChoice(null);\n }\n\n if (this.opened()) {\n switch (e.which) {\n case KEY.UP:\n case KEY.DOWN:\n this.moveHighlight((e.which === KEY.UP) ? -1 : 1);\n killEvent(e);\n return;\n case KEY.ENTER:\n this.selectHighlighted();\n killEvent(e);\n return;\n case KEY.TAB:\n this.selectHighlighted({noFocus:true});\n this.close();\n return;\n case KEY.ESC:\n this.cancel(e);\n killEvent(e);\n return;\n }\n }\n\n if (e.which === KEY.TAB || KEY.isControl(e) || KEY.isFunctionKey(e)\n || e.which === KEY.BACKSPACE || e.which === KEY.ESC) {\n return;\n }\n\n if (e.which === KEY.ENTER) {\n if (this.opts.openOnEnter === false) {\n return;\n } else if (e.altKey || e.ctrlKey || e.shiftKey || e.metaKey) {\n return;\n }\n }\n\n this.open();\n\n if (e.which === KEY.PAGE_UP || e.which === KEY.PAGE_DOWN) {\n // prevent the page from scrolling\n killEvent(e);\n }\n\n if (e.which === KEY.ENTER) {\n // prevent form from being submitted\n killEvent(e);\n }\n\n }));\n\n this.search.on(\"keyup\", this.bind(function (e) {\n this.keydowns = 0;\n this.resizeSearch();\n })\n );\n\n this.search.on(\"blur\", this.bind(function(e) {\n this.container.removeClass(\"select2-container-active\");\n this.search.removeClass(\"select2-focused\");\n this.selectChoice(null);\n if (!this.opened()) this.clearSearch();\n e.stopImmediatePropagation();\n this.opts.element.trigger($.Event(\"select2-blur\"));\n }));\n\n this.container.on(\"click\", selector, this.bind(function (e) {\n if (!this.isInterfaceEnabled()) return;\n if ($(e.target).closest(\".select2-search-choice\").length > 0) {\n // clicked inside a select2 search choice, do not open\n return;\n }\n this.selectChoice(null);\n this.clearPlaceholder();\n if (!this.container.hasClass(\"select2-container-active\")) {\n this.opts.element.trigger($.Event(\"select2-focus\"));\n }\n this.open();\n this.focusSearch();\n e.preventDefault();\n }));\n\n this.container.on(\"focus\", selector, this.bind(function () {\n if (!this.isInterfaceEnabled()) return;\n if (!this.container.hasClass(\"select2-container-active\")) {\n this.opts.element.trigger($.Event(\"select2-focus\"));\n }\n this.container.addClass(\"select2-container-active\");\n this.dropdown.addClass(\"select2-drop-active\");\n this.clearPlaceholder();\n }));\n\n this.initContainerWidth();\n this.opts.element.addClass(\"select2-offscreen\");\n\n // set the placeholder if necessary\n this.clearSearch();\n },\n\n // multi\n enableInterface: function() {\n if (this.parent.enableInterface.apply(this, arguments)) {\n this.search.prop(\"disabled\", !this.isInterfaceEnabled());\n }\n },\n\n // multi\n initSelection: function () {\n var data;\n if (this.opts.element.val() === \"\" && this.opts.element.text() === \"\") {\n this.updateSelection([]);\n this.close();\n // set the placeholder if necessary\n this.clearSearch();\n }\n if (this.select || this.opts.element.val() !== \"\") {\n var self = this;\n this.opts.initSelection.call(null, this.opts.element, function(data){\n if (data !== undefined && data !== null) {\n self.updateSelection(data);\n self.close();\n // set the placeholder if necessary\n self.clearSearch();\n }\n });\n }\n },\n\n // multi\n clearSearch: function () {\n var placeholder = this.getPlaceholder(),\n maxWidth = this.getMaxSearchWidth();\n\n if (placeholder !== undefined && this.getVal().length === 0 && this.search.hasClass(\"select2-focused\") === false) {\n this.search.val(placeholder).addClass(\"select2-default\");\n // stretch the search box to full width of the container so as much of the placeholder is visible as possible\n // we could call this.resizeSearch(), but we do not because that requires a sizer and we do not want to create one so early because of a firefox bug, see #944\n this.search.width(maxWidth > 0 ? maxWidth : this.container.css(\"width\"));\n } else {\n this.search.val(\"\").width(10);\n }\n },\n\n // multi\n clearPlaceholder: function () {\n if (this.search.hasClass(\"select2-default\")) {\n this.search.val(\"\").removeClass(\"select2-default\");\n }\n },\n\n // multi\n opening: function () {\n this.clearPlaceholder(); // should be done before super so placeholder is not used to search\n this.resizeSearch();\n\n this.parent.opening.apply(this, arguments);\n\n this.focusSearch();\n\n // initializes search's value with nextSearchTerm (if defined by user)\n // ignore nextSearchTerm if the dropdown is opened by the user pressing a letter\n if(this.search.val() === \"\") {\n if(this.nextSearchTerm != undefined){\n this.search.val(this.nextSearchTerm);\n this.search.select();\n }\n }\n\n this.updateResults(true);\n if (this.opts.shouldFocusInput(this)) {\n this.search.focus();\n }\n this.opts.element.trigger($.Event(\"select2-open\"));\n },\n\n // multi\n close: function () {\n if (!this.opened()) return;\n this.parent.close.apply(this, arguments);\n },\n\n // multi\n focus: function () {\n this.close();\n this.search.focus();\n },\n\n // multi\n isFocused: function () {\n return this.search.hasClass(\"select2-focused\");\n },\n\n // multi\n updateSelection: function (data) {\n var ids = [], filtered = [], self = this;\n\n // filter out duplicates\n $(data).each(function () {\n if (indexOf(self.id(this), ids) < 0) {\n ids.push(self.id(this));\n filtered.push(this);\n }\n });\n data = filtered;\n\n this.selection.find(\".select2-search-choice\").remove();\n $(data).each(function () {\n self.addSelectedChoice(this);\n });\n self.postprocessResults();\n },\n\n // multi\n tokenize: function() {\n var input = this.search.val();\n input = this.opts.tokenizer.call(this, input, this.data(), this.bind(this.onSelect), this.opts);\n if (input != null && input != undefined) {\n this.search.val(input);\n if (input.length > 0) {\n this.open();\n }\n }\n\n },\n\n // multi\n onSelect: function (data, options) {\n\n if (!this.triggerSelect(data) || data.text === \"\") { return; }\n\n this.addSelectedChoice(data);\n\n this.opts.element.trigger({ type: \"selected\", val: this.id(data), choice: data });\n\n // keep track of the search's value before it gets cleared\n this.nextSearchTerm = this.opts.nextSearchTerm(data, this.search.val());\n\n this.clearSearch();\n this.updateResults();\n\n if (this.select || !this.opts.closeOnSelect) this.postprocessResults(data, false, this.opts.closeOnSelect===true);\n\n if (this.opts.closeOnSelect) {\n this.close();\n this.search.width(10);\n } else {\n if (this.countSelectableResults()>0) {\n this.search.width(10);\n this.resizeSearch();\n if (this.getMaximumSelectionSize() > 0 && this.val().length >= this.getMaximumSelectionSize()) {\n // if we reached max selection size repaint the results so choices\n // are replaced with the max selection reached message\n this.updateResults(true);\n } else {\n // initializes search's value with nextSearchTerm and update search result\n if(this.nextSearchTerm != undefined){\n this.search.val(this.nextSearchTerm);\n this.updateResults();\n this.search.select();\n }\n }\n this.positionDropdown();\n } else {\n // if nothing left to select close\n this.close();\n this.search.width(10);\n }\n }\n\n // since its not possible to select an element that has already been\n // added we do not need to check if this is a new element before firing change\n this.triggerChange({ added: data });\n\n if (!options || !options.noFocus)\n this.focusSearch();\n },\n\n // multi\n cancel: function () {\n this.close();\n this.focusSearch();\n },\n\n addSelectedChoice: function (data) {\n var enableChoice = !data.locked,\n enabledItem = $(\n \"<li class='select2-search-choice'>\" +\n \" <div></div>\" +\n \" <a href='#' class='select2-search-choice-close' tabindex='-1'></a>\" +\n \"</li>\"),\n disabledItem = $(\n \"<li class='select2-search-choice select2-locked'>\" +\n \"<div></div>\" +\n \"</li>\");\n var choice = enableChoice ? enabledItem : disabledItem,\n id = this.id(data),\n val = this.getVal(),\n formatted,\n cssClass;\n\n formatted=this.opts.formatSelection(data, choice.find(\"div\"), this.opts.escapeMarkup);\n if (formatted != undefined) {\n choice.find(\"div\").replaceWith(\"<div>\"+formatted+\"</div>\");\n }\n cssClass=this.opts.formatSelectionCssClass(data, choice.find(\"div\"));\n if (cssClass != undefined) {\n choice.addClass(cssClass);\n }\n\n if(enableChoice){\n choice.find(\".select2-search-choice-close\")\n .on(\"mousedown\", killEvent)\n .on(\"click dblclick\", this.bind(function (e) {\n if (!this.isInterfaceEnabled()) return;\n\n this.unselect($(e.target));\n this.selection.find(\".select2-search-choice-focus\").removeClass(\"select2-search-choice-focus\");\n killEvent(e);\n this.close();\n this.focusSearch();\n })).on(\"focus\", this.bind(function () {\n if (!this.isInterfaceEnabled()) return;\n this.container.addClass(\"select2-container-active\");\n this.dropdown.addClass(\"select2-drop-active\");\n }));\n }\n\n choice.data(\"select2-data\", data);\n choice.insertBefore(this.searchContainer);\n\n val.push(id);\n this.setVal(val);\n },\n\n // multi\n unselect: function (selected) {\n var val = this.getVal(),\n data,\n index;\n selected = selected.closest(\".select2-search-choice\");\n\n if (selected.length === 0) {\n throw \"Invalid argument: \" + selected + \". Must be .select2-search-choice\";\n }\n\n data = selected.data(\"select2-data\");\n\n if (!data) {\n // prevent a race condition when the 'x' is clicked really fast repeatedly the event can be queued\n // and invoked on an element already removed\n return;\n }\n\n var evt = $.Event(\"select2-removing\");\n evt.val = this.id(data);\n evt.choice = data;\n this.opts.element.trigger(evt);\n\n if (evt.isDefaultPrevented()) {\n return false;\n }\n\n while((index = indexOf(this.id(data), val)) >= 0) {\n val.splice(index, 1);\n this.setVal(val);\n if (this.select) this.postprocessResults();\n }\n\n selected.remove();\n\n this.opts.element.trigger({ type: \"select2-removed\", val: this.id(data), choice: data });\n this.triggerChange({ removed: data });\n\n return true;\n },\n\n // multi\n postprocessResults: function (data, initial, noHighlightUpdate) {\n var val = this.getVal(),\n choices = this.results.find(\".select2-result\"),\n compound = this.results.find(\".select2-result-with-children\"),\n self = this;\n\n choices.each2(function (i, choice) {\n var id = self.id(choice.data(\"select2-data\"));\n if (indexOf(id, val) >= 0) {\n choice.addClass(\"select2-selected\");\n // mark all children of the selected parent as selected\n choice.find(\".select2-result-selectable\").addClass(\"select2-selected\");\n }\n });\n\n compound.each2(function(i, choice) {\n // hide an optgroup if it doesn't have any selectable children\n if (!choice.is('.select2-result-selectable')\n && choice.find(\".select2-result-selectable:not(.select2-selected)\").length === 0) {\n choice.addClass(\"select2-selected\");\n }\n });\n\n if (this.highlight() == -1 && noHighlightUpdate !== false){\n self.highlight(0);\n }\n\n //If all results are chosen render formatNoMatches\n if(!this.opts.createSearchChoice && !choices.filter('.select2-result:not(.select2-selected)').length > 0){\n if(!data || data && !data.more && this.results.find(\".select2-no-results\").length === 0) {\n if (checkFormatter(self.opts.formatNoMatches, \"formatNoMatches\")) {\n this.results.append(\"<li class='select2-no-results'>\" + evaluate(self.opts.formatNoMatches, self.opts.element, self.search.val()) + \"</li>\");\n }\n }\n }\n\n },\n\n // multi\n getMaxSearchWidth: function() {\n return this.selection.width() - getSideBorderPadding(this.search);\n },\n\n // multi\n resizeSearch: function () {\n var minimumWidth, left, maxWidth, containerLeft, searchWidth,\n sideBorderPadding = getSideBorderPadding(this.search);\n\n minimumWidth = measureTextWidth(this.search) + 10;\n\n left = this.search.offset().left;\n\n maxWidth = this.selection.width();\n containerLeft = this.selection.offset().left;\n\n searchWidth = maxWidth - (left - containerLeft) - sideBorderPadding;\n\n if (searchWidth < minimumWidth) {\n searchWidth = maxWidth - sideBorderPadding;\n }\n\n if (searchWidth < 40) {\n searchWidth = maxWidth - sideBorderPadding;\n }\n\n if (searchWidth <= 0) {\n searchWidth = minimumWidth;\n }\n\n this.search.width(Math.floor(searchWidth));\n },\n\n // multi\n getVal: function () {\n var val;\n if (this.select) {\n val = this.select.val();\n return val === null ? [] : val;\n } else {\n val = this.opts.element.val();\n return splitVal(val, this.opts.separator);\n }\n },\n\n // multi\n setVal: function (val) {\n var unique;\n if (this.select) {\n this.select.val(val);\n } else {\n unique = [];\n // filter out duplicates\n $(val).each(function () {\n if (indexOf(this, unique) < 0) unique.push(this);\n });\n this.opts.element.val(unique.length === 0 ? \"\" : unique.join(this.opts.separator));\n }\n },\n\n // multi\n buildChangeDetails: function (old, current) {\n var current = current.slice(0),\n old = old.slice(0);\n\n // remove intersection from each array\n for (var i = 0; i < current.length; i++) {\n for (var j = 0; j < old.length; j++) {\n if (equal(this.opts.id(current[i]), this.opts.id(old[j]))) {\n current.splice(i, 1);\n if(i>0){\n \ti--;\n }\n old.splice(j, 1);\n j--;\n }\n }\n }\n\n return {added: current, removed: old};\n },\n\n\n // multi\n val: function (val, triggerChange) {\n var oldData, self=this;\n\n if (arguments.length === 0) {\n return this.getVal();\n }\n\n oldData=this.data();\n if (!oldData.length) oldData=[];\n\n // val is an id. !val is true for [undefined,null,'',0] - 0 is legal\n if (!val && val !== 0) {\n this.opts.element.val(\"\");\n this.updateSelection([]);\n this.clearSearch();\n if (triggerChange) {\n this.triggerChange({added: this.data(), removed: oldData});\n }\n return;\n }\n\n // val is a list of ids\n this.setVal(val);\n\n if (this.select) {\n this.opts.initSelection(this.select, this.bind(this.updateSelection));\n if (triggerChange) {\n this.triggerChange(this.buildChangeDetails(oldData, this.data()));\n }\n } else {\n if (this.opts.initSelection === undefined) {\n throw new Error(\"val() cannot be called if initSelection() is not defined\");\n }\n\n this.opts.initSelection(this.opts.element, function(data){\n var ids=$.map(data, self.id);\n self.setVal(ids);\n self.updateSelection(data);\n self.clearSearch();\n if (triggerChange) {\n self.triggerChange(self.buildChangeDetails(oldData, self.data()));\n }\n });\n }\n this.clearSearch();\n },\n\n // multi\n onSortStart: function() {\n if (this.select) {\n throw new Error(\"Sorting of elements is not supported when attached to <select>. Attach to <input type='hidden'/> instead.\");\n }\n\n // collapse search field into 0 width so its container can be collapsed as well\n this.search.width(0);\n // hide the container\n this.searchContainer.hide();\n },\n\n // multi\n onSortEnd:function() {\n\n var val=[], self=this;\n\n // show search and move it to the end of the list\n this.searchContainer.show();\n // make sure the search container is the last item in the list\n this.searchContainer.appendTo(this.searchContainer.parent());\n // since we collapsed the width in dragStarted, we resize it here\n this.resizeSearch();\n\n // update selection\n this.selection.find(\".select2-search-choice\").each(function() {\n val.push(self.opts.id($(this).data(\"select2-data\")));\n });\n this.setVal(val);\n this.triggerChange();\n },\n\n // multi\n data: function(values, triggerChange) {\n var self=this, ids, old;\n if (arguments.length === 0) {\n return this.selection\n .children(\".select2-search-choice\")\n .map(function() { return $(this).data(\"select2-data\"); })\n .get();\n } else {\n old = this.data();\n if (!values) { values = []; }\n ids = $.map(values, function(e) { return self.opts.id(e); });\n this.setVal(ids);\n this.updateSelection(values);\n this.clearSearch();\n if (triggerChange) {\n this.triggerChange(this.buildChangeDetails(old, this.data()));\n }\n }\n }\n });\n\n $.fn.select2 = function () {\n\n var args = Array.prototype.slice.call(arguments, 0),\n opts,\n select2,\n method, value, multiple,\n allowedMethods = [\"val\", \"destroy\", \"opened\", \"open\", \"close\", \"focus\", \"isFocused\", \"container\", \"dropdown\", \"onSortStart\", \"onSortEnd\", \"enable\", \"disable\", \"readonly\", \"positionDropdown\", \"data\", \"search\"],\n valueMethods = [\"opened\", \"isFocused\", \"container\", \"dropdown\"],\n propertyMethods = [\"val\", \"data\"],\n methodsMap = { search: \"externalSearch\" };\n\n this.each(function () {\n if (args.length === 0 || typeof(args[0]) === \"object\") {\n opts = args.length === 0 ? {} : $.extend({}, args[0]);\n opts.element = $(this);\n\n if (opts.element.get(0).tagName.toLowerCase() === \"select\") {\n multiple = opts.element.prop(\"multiple\");\n } else {\n multiple = opts.multiple || false;\n if (\"tags\" in opts) {opts.multiple = multiple = true;}\n }\n\n select2 = multiple ? new window.Select2[\"class\"].multi() : new window.Select2[\"class\"].single();\n select2.init(opts);\n } else if (typeof(args[0]) === \"string\") {\n\n if (indexOf(args[0], allowedMethods) < 0) {\n throw \"Unknown method: \" + args[0];\n }\n\n value = undefined;\n select2 = $(this).data(\"select2\");\n if (select2 === undefined) return;\n\n method=args[0];\n\n if (method === \"container\") {\n value = select2.container;\n } else if (method === \"dropdown\") {\n value = select2.dropdown;\n } else {\n if (methodsMap[method]) method = methodsMap[method];\n\n value = select2[method].apply(select2, args.slice(1));\n }\n if (indexOf(args[0], valueMethods) >= 0\n || (indexOf(args[0], propertyMethods) >= 0 && args.length == 1)) {\n return false; // abort the iteration, ready to return first matched value\n }\n } else {\n throw \"Invalid arguments to select2 plugin: \" + args;\n }\n });\n return (value === undefined) ? this : value;\n };\n\n // plugin defaults, accessible to users\n $.fn.select2.defaults = {\n width: \"copy\",\n loadMorePadding: 0,\n closeOnSelect: true,\n openOnEnter: true,\n containerCss: {},\n dropdownCss: {},\n containerCssClass: \"\",\n dropdownCssClass: \"\",\n formatResult: function(result, container, query, escapeMarkup) {\n var markup=[];\n markMatch(result.text, query.term, markup, escapeMarkup);\n return markup.join(\"\");\n },\n formatSelection: function (data, container, escapeMarkup) {\n return data ? escapeMarkup(data.text) : undefined;\n },\n sortResults: function (results, container, query) {\n return results;\n },\n formatResultCssClass: function(data) {return data.css;},\n formatSelectionCssClass: function(data, container) {return undefined;},\n minimumResultsForSearch: 0,\n minimumInputLength: 0,\n maximumInputLength: null,\n maximumSelectionSize: 0,\n id: function (e) { return e == undefined ? null : e.id; },\n matcher: function(term, text) {\n return stripDiacritics(''+text).toUpperCase().indexOf(stripDiacritics(''+term).toUpperCase()) >= 0;\n },\n separator: \",\",\n tokenSeparators: [],\n tokenizer: defaultTokenizer,\n escapeMarkup: defaultEscapeMarkup,\n blurOnChange: false,\n selectOnBlur: false,\n adaptContainerCssClass: function(c) { return c; },\n adaptDropdownCssClass: function(c) { return null; },\n nextSearchTerm: function(selectedObject, currentSearchTerm) { return undefined; },\n searchInputPlaceholder: '',\n createSearchChoicePosition: 'top',\n shouldFocusInput: function (instance) {\n // Attempt to detect touch devices\n var supportsTouchEvents = (('ontouchstart' in window) ||\n (navigator.msMaxTouchPoints > 0));\n\n // Only devices which support touch events should be special cased\n if (!supportsTouchEvents) {\n return true;\n }\n\n // Never focus the input if search is disabled\n if (instance.opts.minimumResultsForSearch < 0) {\n return false;\n }\n\n return true;\n }\n };\n\n $.fn.select2.locales = [];\n\n $.fn.select2.locales['en'] = {\n formatMatches: function (matches) { if (matches === 1) { return \"One result is available, press enter to select it.\"; } return matches + \" results are available, use up and down arrow keys to navigate.\"; },\n formatNoMatches: function () { return \"No matches found\"; },\n formatAjaxError: function (jqXHR, textStatus, errorThrown) { return \"Loading failed\"; },\n formatInputTooShort: function (input, min) { var n = min - input.length; return \"Please enter \" + n + \" or more character\" + (n == 1 ? \"\" : \"s\"); },\n formatInputTooLong: function (input, max) { var n = input.length - max; return \"Please delete \" + n + \" character\" + (n == 1 ? \"\" : \"s\"); },\n formatSelectionTooBig: function (limit) { return \"You can only select \" + limit + \" item\" + (limit == 1 ? \"\" : \"s\"); },\n formatLoadMore: function (pageNumber) { return \"Loading more results…\"; },\n formatSearching: function () { return \"Searching…\"; },\n };\n\n $.extend($.fn.select2.defaults, $.fn.select2.locales['en']);\n\n $.fn.select2.ajaxDefaults = {\n transport: $.ajax,\n params: {\n type: \"GET\",\n cache: false,\n dataType: \"json\"\n }\n };\n\n // exports\n window.Select2 = {\n query: {\n ajax: ajax,\n local: local,\n tags: tags\n }, util: {\n debounce: debounce,\n markMatch: markMatch,\n escapeMarkup: defaultEscapeMarkup,\n stripDiacritics: stripDiacritics\n }, \"class\": {\n \"abstract\": AbstractSelect2,\n \"single\": SingleSelect2,\n \"multi\": MultiSelect2\n }\n };\n\n}(jQuery));\n","// style-loader: Adds some css to the DOM by adding a <style> tag\n\n// load the styles\nvar content = require(\"!!../css-loader/dist/cjs.js!./select2.css\");\nif(typeof content === 'string') content = [[module.id, content, '']];\nif(content.locals) module.exports = content.locals;\n// add the styles to the DOM\nvar add = require(\"!../vue-style-loader/lib/addStylesClient.js\").default\nvar update = add(\"4c6d8917\", content, true, {});","// Imports\nvar ___CSS_LOADER_API_IMPORT___ = require(\"../css-loader/dist/runtime/api.js\");\nvar ___CSS_LOADER_GET_URL_IMPORT___ = require(\"../css-loader/dist/runtime/getUrl.js\");\nvar ___CSS_LOADER_URL_IMPORT_0___ = require(\"./select2.png\");\nvar ___CSS_LOADER_URL_IMPORT_1___ = require(\"./select2-spinner.gif\");\nvar ___CSS_LOADER_URL_IMPORT_2___ = require(\"./select2x2.png\");\nexports = ___CSS_LOADER_API_IMPORT___(false);\nvar ___CSS_LOADER_URL_REPLACEMENT_0___ = ___CSS_LOADER_GET_URL_IMPORT___(___CSS_LOADER_URL_IMPORT_0___);\nvar ___CSS_LOADER_URL_REPLACEMENT_1___ = ___CSS_LOADER_GET_URL_IMPORT___(___CSS_LOADER_URL_IMPORT_1___);\nvar ___CSS_LOADER_URL_REPLACEMENT_2___ = ___CSS_LOADER_GET_URL_IMPORT___(___CSS_LOADER_URL_IMPORT_2___);\n// Module\nexports.push([module.id, \"/*\\nVersion: @@ver@@ Timestamp: @@timestamp@@\\n*/\\n.select2-container {\\n margin: 0;\\n position: relative;\\n display: inline-block;\\n /* inline-block for ie7 */\\n zoom: 1;\\n *display: inline;\\n vertical-align: middle;\\n}\\n\\n.select2-container,\\n.select2-drop,\\n.select2-search,\\n.select2-search input {\\n /*\\n Force border-box so that % widths fit the parent\\n container without overlap because of margin/padding.\\n More Info : http://www.quirksmode.org/css/box.html\\n */\\n -webkit-box-sizing: border-box; /* webkit */\\n -moz-box-sizing: border-box; /* firefox */\\n box-sizing: border-box; /* css3 */\\n}\\n\\n.select2-container .select2-choice {\\n display: block;\\n height: 26px;\\n padding: 0 0 0 8px;\\n overflow: hidden;\\n position: relative;\\n\\n border: 1px solid #aaa;\\n white-space: nowrap;\\n line-height: 26px;\\n color: #444;\\n text-decoration: none;\\n\\n border-radius: 4px;\\n\\n background-clip: padding-box;\\n\\n -webkit-touch-callout: none;\\n -webkit-user-select: none;\\n -moz-user-select: none;\\n -ms-user-select: none;\\n user-select: none;\\n\\n background-color: #fff;\\n background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eee), color-stop(0.5, #fff));\\n background-image: -webkit-linear-gradient(center bottom, #eee 0%, #fff 50%);\\n background-image: -moz-linear-gradient(center bottom, #eee 0%, #fff 50%);\\n filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#eeeeee', GradientType = 0);\\n background-image: linear-gradient(to top, #eee 0%, #fff 50%);\\n}\\n\\nhtml[dir=\\\"rtl\\\"] .select2-container .select2-choice {\\n padding: 0 8px 0 0;\\n}\\n\\n.select2-container.select2-drop-above .select2-choice {\\n border-bottom-color: #aaa;\\n\\n border-radius: 0 0 4px 4px;\\n\\n background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eee), color-stop(0.9, #fff));\\n background-image: -webkit-linear-gradient(center bottom, #eee 0%, #fff 90%);\\n background-image: -moz-linear-gradient(center bottom, #eee 0%, #fff 90%);\\n filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);\\n background-image: linear-gradient(to bottom, #eee 0%, #fff 90%);\\n}\\n\\n.select2-container.select2-allowclear .select2-choice .select2-chosen {\\n margin-right: 42px;\\n}\\n\\n.select2-container .select2-choice > .select2-chosen {\\n margin-right: 26px;\\n display: block;\\n overflow: hidden;\\n\\n white-space: nowrap;\\n\\n text-overflow: ellipsis;\\n float: none;\\n width: auto;\\n}\\n\\nhtml[dir=\\\"rtl\\\"] .select2-container .select2-choice > .select2-chosen {\\n margin-left: 26px;\\n margin-right: 0;\\n}\\n\\n.select2-container .select2-choice abbr {\\n display: none;\\n width: 12px;\\n height: 12px;\\n position: absolute;\\n right: 24px;\\n top: 8px;\\n\\n font-size: 1px;\\n text-decoration: none;\\n\\n border: 0;\\n background: url(\" + ___CSS_LOADER_URL_REPLACEMENT_0___ + \") right top no-repeat;\\n cursor: pointer;\\n outline: 0;\\n}\\n\\n.select2-container.select2-allowclear .select2-choice abbr {\\n display: inline-block;\\n}\\n\\n.select2-container .select2-choice abbr:hover {\\n background-position: right -11px;\\n cursor: pointer;\\n}\\n\\n.select2-drop-mask {\\n border: 0;\\n margin: 0;\\n padding: 0;\\n position: fixed;\\n left: 0;\\n top: 0;\\n min-height: 100%;\\n min-width: 100%;\\n height: auto;\\n width: auto;\\n opacity: 0;\\n z-index: 9998;\\n /* styles required for IE to work */\\n background-color: #fff;\\n filter: alpha(opacity=0);\\n}\\n\\n.select2-drop {\\n width: 100%;\\n margin-top: -1px;\\n position: absolute;\\n z-index: 9999;\\n top: 100%;\\n\\n background: #fff;\\n color: #000;\\n border: 1px solid #aaa;\\n border-top: 0;\\n\\n border-radius: 0 0 4px 4px;\\n\\n -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, .15);\\n box-shadow: 0 4px 5px rgba(0, 0, 0, .15);\\n}\\n\\n.select2-drop.select2-drop-above {\\n margin-top: 1px;\\n border-top: 1px solid #aaa;\\n border-bottom: 0;\\n\\n border-radius: 4px 4px 0 0;\\n\\n -webkit-box-shadow: 0 -4px 5px rgba(0, 0, 0, .15);\\n box-shadow: 0 -4px 5px rgba(0, 0, 0, .15);\\n}\\n\\n.select2-drop-active {\\n border: 1px solid #5897fb;\\n border-top: none;\\n}\\n\\n.select2-drop.select2-drop-above.select2-drop-active {\\n border-top: 1px solid #5897fb;\\n}\\n\\n.select2-drop-auto-width {\\n border-top: 1px solid #aaa;\\n width: auto;\\n}\\n\\n.select2-drop-auto-width .select2-search {\\n padding-top: 4px;\\n}\\n\\n.select2-container .select2-choice .select2-arrow {\\n display: inline-block;\\n width: 18px;\\n height: 100%;\\n position: absolute;\\n right: 0;\\n top: 0;\\n\\n border-left: 1px solid #aaa;\\n border-radius: 0 4px 4px 0;\\n\\n background-clip: padding-box;\\n\\n background: #ccc;\\n background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ccc), color-stop(0.6, #eee));\\n background-image: -webkit-linear-gradient(center bottom, #ccc 0%, #eee 60%);\\n background-image: -moz-linear-gradient(center bottom, #ccc 0%, #eee 60%);\\n filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#eeeeee', endColorstr = '#cccccc', GradientType = 0);\\n background-image: linear-gradient(to top, #ccc 0%, #eee 60%);\\n}\\n\\nhtml[dir=\\\"rtl\\\"] .select2-container .select2-choice .select2-arrow {\\n left: 0;\\n right: auto;\\n\\n border-left: none;\\n border-right: 1px solid #aaa;\\n border-radius: 4px 0 0 4px;\\n}\\n\\n.select2-container .select2-choice .select2-arrow b {\\n display: block;\\n width: 100%;\\n height: 100%;\\n background: url(\" + ___CSS_LOADER_URL_REPLACEMENT_0___ + \") no-repeat 0 1px;\\n}\\n\\nhtml[dir=\\\"rtl\\\"] .select2-container .select2-choice .select2-arrow b {\\n background-position: 2px 1px;\\n}\\n\\n.select2-search {\\n display: inline-block;\\n width: 100%;\\n min-height: 26px;\\n margin: 0;\\n padding-left: 4px;\\n padding-right: 4px;\\n\\n position: relative;\\n z-index: 10000;\\n\\n white-space: nowrap;\\n}\\n\\n.select2-search input {\\n width: 100%;\\n height: auto !important;\\n min-height: 26px;\\n padding: 4px 20px 4px 5px;\\n margin: 0;\\n\\n outline: 0;\\n font-family: sans-serif;\\n font-size: 1em;\\n\\n border: 1px solid #aaa;\\n border-radius: 0;\\n\\n -webkit-box-shadow: none;\\n box-shadow: none;\\n\\n background: #fff url(\" + ___CSS_LOADER_URL_REPLACEMENT_0___ + \") no-repeat 100% -22px;\\n background: url(\" + ___CSS_LOADER_URL_REPLACEMENT_0___ + \") no-repeat 100% -22px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));\\n background: url(\" + ___CSS_LOADER_URL_REPLACEMENT_0___ + \") no-repeat 100% -22px, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);\\n background: url(\" + ___CSS_LOADER_URL_REPLACEMENT_0___ + \") no-repeat 100% -22px, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);\\n background: url(\" + ___CSS_LOADER_URL_REPLACEMENT_0___ + \") no-repeat 100% -22px, linear-gradient(to bottom, #fff 85%, #eee 99%) 0 0;\\n}\\n\\nhtml[dir=\\\"rtl\\\"] .select2-search input {\\n padding: 4px 5px 4px 20px;\\n\\n background: #fff url(\" + ___CSS_LOADER_URL_REPLACEMENT_0___ + \") no-repeat -37px -22px;\\n background: url(\" + ___CSS_LOADER_URL_REPLACEMENT_0___ + \") no-repeat -37px -22px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));\\n background: url(\" + ___CSS_LOADER_URL_REPLACEMENT_0___ + \") no-repeat -37px -22px, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);\\n background: url(\" + ___CSS_LOADER_URL_REPLACEMENT_0___ + \") no-repeat -37px -22px, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);\\n background: url(\" + ___CSS_LOADER_URL_REPLACEMENT_0___ + \") no-repeat -37px -22px, linear-gradient(to bottom, #fff 85%, #eee 99%) 0 0;\\n}\\n\\n.select2-drop.select2-drop-above .select2-search input {\\n margin-top: 4px;\\n}\\n\\n.select2-search input.select2-active {\\n background: #fff url(\" + ___CSS_LOADER_URL_REPLACEMENT_1___ + \") no-repeat 100%;\\n background: url(\" + ___CSS_LOADER_URL_REPLACEMENT_1___ + \") no-repeat 100%, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));\\n background: url(\" + ___CSS_LOADER_URL_REPLACEMENT_1___ + \") no-repeat 100%, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);\\n background: url(\" + ___CSS_LOADER_URL_REPLACEMENT_1___ + \") no-repeat 100%, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);\\n background: url(\" + ___CSS_LOADER_URL_REPLACEMENT_1___ + \") no-repeat 100%, linear-gradient(to bottom, #fff 85%, #eee 99%) 0 0;\\n}\\n\\n.select2-container-active .select2-choice,\\n.select2-container-active .select2-choices {\\n border: 1px solid #5897fb;\\n outline: none;\\n\\n -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .3);\\n box-shadow: 0 0 5px rgba(0, 0, 0, .3);\\n}\\n\\n.select2-dropdown-open .select2-choice {\\n border-bottom-color: transparent;\\n -webkit-box-shadow: 0 1px 0 #fff inset;\\n box-shadow: 0 1px 0 #fff inset;\\n\\n border-bottom-left-radius: 0;\\n border-bottom-right-radius: 0;\\n\\n background-color: #eee;\\n background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #fff), color-stop(0.5, #eee));\\n background-image: -webkit-linear-gradient(center bottom, #fff 0%, #eee 50%);\\n background-image: -moz-linear-gradient(center bottom, #fff 0%, #eee 50%);\\n filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);\\n background-image: linear-gradient(to top, #fff 0%, #eee 50%);\\n}\\n\\n.select2-dropdown-open.select2-drop-above .select2-choice,\\n.select2-dropdown-open.select2-drop-above .select2-choices {\\n border: 1px solid #5897fb;\\n border-top-color: transparent;\\n\\n background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(0.5, #eee));\\n background-image: -webkit-linear-gradient(center top, #fff 0%, #eee 50%);\\n background-image: -moz-linear-gradient(center top, #fff 0%, #eee 50%);\\n filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);\\n background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);\\n}\\n\\n.select2-dropdown-open .select2-choice .select2-arrow {\\n background: transparent;\\n border-left: none;\\n filter: none;\\n}\\nhtml[dir=\\\"rtl\\\"] .select2-dropdown-open .select2-choice .select2-arrow {\\n border-right: none;\\n}\\n\\n.select2-dropdown-open .select2-choice .select2-arrow b {\\n background-position: -18px 1px;\\n}\\n\\nhtml[dir=\\\"rtl\\\"] .select2-dropdown-open .select2-choice .select2-arrow b {\\n background-position: -16px 1px;\\n}\\n\\n.select2-hidden-accessible {\\n border: 0;\\n clip: rect(0 0 0 0);\\n height: 1px;\\n margin: -1px;\\n overflow: hidden;\\n padding: 0;\\n position: absolute;\\n width: 1px;\\n}\\n\\n/* results */\\n.select2-results {\\n max-height: 200px;\\n padding: 0 0 0 4px;\\n margin: 4px 4px 4px 0;\\n position: relative;\\n overflow-x: hidden;\\n overflow-y: auto;\\n -webkit-tap-highlight-color: rgba(0, 0, 0, 0);\\n}\\n\\nhtml[dir=\\\"rtl\\\"] .select2-results {\\n padding: 0 4px 0 0;\\n margin: 4px 0 4px 4px;\\n}\\n\\n.select2-results ul.select2-result-sub {\\n margin: 0;\\n padding-left: 0;\\n}\\n\\n.select2-results li {\\n list-style: none;\\n display: list-item;\\n background-image: none;\\n}\\n\\n.select2-results li.select2-result-with-children > .select2-result-label {\\n font-weight: bold;\\n}\\n\\n.select2-results .select2-result-label {\\n padding: 3px 7px 4px;\\n margin: 0;\\n cursor: pointer;\\n\\n min-height: 1em;\\n\\n -webkit-touch-callout: none;\\n -webkit-user-select: none;\\n -moz-user-select: none;\\n -ms-user-select: none;\\n user-select: none;\\n}\\n\\n.select2-results-dept-1 .select2-result-label { padding-left: 20px }\\n.select2-results-dept-2 .select2-result-label { padding-left: 40px }\\n.select2-results-dept-3 .select2-result-label { padding-left: 60px }\\n.select2-results-dept-4 .select2-result-label { padding-left: 80px }\\n.select2-results-dept-5 .select2-result-label { padding-left: 100px }\\n.select2-results-dept-6 .select2-result-label { padding-left: 110px }\\n.select2-results-dept-7 .select2-result-label { padding-left: 120px }\\n\\n.select2-results .select2-highlighted {\\n background: #3875d7;\\n color: #fff;\\n}\\n\\n.select2-results li em {\\n background: #feffde;\\n font-style: normal;\\n}\\n\\n.select2-results .select2-highlighted em {\\n background: transparent;\\n}\\n\\n.select2-results .select2-highlighted ul {\\n background: #fff;\\n color: #000;\\n}\\n\\n.select2-results .select2-no-results,\\n.select2-results .select2-searching,\\n.select2-results .select2-ajax-error,\\n.select2-results .select2-selection-limit {\\n background: #f4f4f4;\\n display: list-item;\\n padding-left: 5px;\\n}\\n\\n/*\\ndisabled look for disabled choices in the results dropdown\\n*/\\n.select2-results .select2-disabled.select2-highlighted {\\n color: #666;\\n background: #f4f4f4;\\n display: list-item;\\n cursor: default;\\n}\\n.select2-results .select2-disabled {\\n background: #f4f4f4;\\n display: list-item;\\n cursor: default;\\n}\\n\\n.select2-results .select2-selected {\\n display: none;\\n}\\n\\n.select2-more-results.select2-active {\\n background: #f4f4f4 url(\" + ___CSS_LOADER_URL_REPLACEMENT_1___ + \") no-repeat 100%;\\n}\\n\\n.select2-results .select2-ajax-error {\\n background: rgba(255, 50, 50, .2);\\n}\\n\\n.select2-more-results {\\n background: #f4f4f4;\\n display: list-item;\\n}\\n\\n/* disabled styles */\\n\\n.select2-container.select2-container-disabled .select2-choice {\\n background-color: #f4f4f4;\\n background-image: none;\\n border: 1px solid #ddd;\\n cursor: default;\\n}\\n\\n.select2-container.select2-container-disabled .select2-choice .select2-arrow {\\n background-color: #f4f4f4;\\n background-image: none;\\n border-left: 0;\\n}\\n\\n.select2-container.select2-container-disabled .select2-choice abbr {\\n display: none;\\n}\\n\\n\\n/* multiselect */\\n\\n.select2-container-multi .select2-choices {\\n height: auto !important;\\n height: 1%;\\n margin: 0;\\n padding: 0 5px 0 0;\\n position: relative;\\n\\n border: 1px solid #aaa;\\n cursor: text;\\n overflow: hidden;\\n\\n background-color: #fff;\\n background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(1%, #eee), color-stop(15%, #fff));\\n background-image: -webkit-linear-gradient(top, #eee 1%, #fff 15%);\\n background-image: -moz-linear-gradient(top, #eee 1%, #fff 15%);\\n background-image: linear-gradient(to bottom, #eee 1%, #fff 15%);\\n}\\n\\nhtml[dir=\\\"rtl\\\"] .select2-container-multi .select2-choices {\\n padding: 0 0 0 5px;\\n}\\n\\n.select2-locked {\\n padding: 3px 5px 3px 5px !important;\\n}\\n\\n.select2-container-multi .select2-choices {\\n min-height: 26px;\\n}\\n\\n.select2-container-multi.select2-container-active .select2-choices {\\n border: 1px solid #5897fb;\\n outline: none;\\n\\n -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .3);\\n box-shadow: 0 0 5px rgba(0, 0, 0, .3);\\n}\\n.select2-container-multi .select2-choices li {\\n float: left;\\n list-style: none;\\n}\\nhtml[dir=\\\"rtl\\\"] .select2-container-multi .select2-choices li\\n{\\n float: right;\\n}\\n.select2-container-multi .select2-choices .select2-search-field {\\n margin: 0;\\n padding: 0;\\n white-space: nowrap;\\n}\\n\\n.select2-container-multi .select2-choices .select2-search-field input {\\n padding: 5px;\\n margin: 1px 0;\\n\\n font-family: sans-serif;\\n font-size: 100%;\\n color: #666;\\n outline: 0;\\n border: 0;\\n -webkit-box-shadow: none;\\n box-shadow: none;\\n background: transparent !important;\\n}\\n\\n.select2-container-multi .select2-choices .select2-search-field input.select2-active {\\n background: #fff url(\" + ___CSS_LOADER_URL_REPLACEMENT_1___ + \") no-repeat 100% !important;\\n}\\n\\n.select2-default {\\n color: #999 !important;\\n}\\n\\n.select2-container-multi .select2-choices .select2-search-choice {\\n padding: 3px 5px 3px 18px;\\n margin: 3px 0 3px 5px;\\n position: relative;\\n\\n line-height: 13px;\\n color: #333;\\n cursor: default;\\n border: 1px solid #aaaaaa;\\n\\n border-radius: 3px;\\n\\n -webkit-box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);\\n box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);\\n\\n background-clip: padding-box;\\n\\n -webkit-touch-callout: none;\\n -webkit-user-select: none;\\n -moz-user-select: none;\\n -ms-user-select: none;\\n user-select: none;\\n\\n background-color: #e4e4e4;\\n filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#f4f4f4', GradientType=0);\\n background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eee));\\n background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);\\n background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);\\n background-image: linear-gradient(to bottom, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);\\n}\\nhtml[dir=\\\"rtl\\\"] .select2-container-multi .select2-choices .select2-search-choice\\n{\\n margin: 3px 5px 3px 0;\\n padding: 3px 18px 3px 5px;\\n}\\n.select2-container-multi .select2-choices .select2-search-choice .select2-chosen {\\n cursor: default;\\n}\\n.select2-container-multi .select2-choices .select2-search-choice-focus {\\n background: #d4d4d4;\\n}\\n\\n.select2-search-choice-close {\\n display: block;\\n width: 12px;\\n height: 13px;\\n position: absolute;\\n right: 3px;\\n top: 4px;\\n\\n font-size: 1px;\\n outline: none;\\n background: url(\" + ___CSS_LOADER_URL_REPLACEMENT_0___ + \") right top no-repeat;\\n}\\nhtml[dir=\\\"rtl\\\"] .select2-search-choice-close {\\n right: auto;\\n left: 3px;\\n}\\n\\n.select2-container-multi .select2-search-choice-close {\\n left: 3px;\\n}\\n\\nhtml[dir=\\\"rtl\\\"] .select2-container-multi .select2-search-choice-close {\\n left: auto;\\n right: 2px;\\n}\\n\\n.select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close:hover {\\n background-position: right -11px;\\n}\\n.select2-container-multi .select2-choices .select2-search-choice-focus .select2-search-choice-close {\\n background-position: right -11px;\\n}\\n\\n/* disabled styles */\\n.select2-container-multi.select2-container-disabled .select2-choices {\\n background-color: #f4f4f4;\\n background-image: none;\\n border: 1px solid #ddd;\\n cursor: default;\\n}\\n\\n.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {\\n padding: 3px 5px 3px 5px;\\n border: 1px solid #ddd;\\n background-image: none;\\n background-color: #f4f4f4;\\n}\\n\\n.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice .select2-search-choice-close { display: none;\\n background: none;\\n}\\n/* end multiselect */\\n\\n\\n.select2-result-selectable .select2-match,\\n.select2-result-unselectable .select2-match {\\n text-decoration: underline;\\n}\\n\\n.select2-offscreen, .select2-offscreen:focus {\\n clip: rect(0 0 0 0) !important;\\n width: 1px !important;\\n height: 1px !important;\\n border: 0 !important;\\n margin: 0 !important;\\n padding: 0 !important;\\n overflow: hidden !important;\\n position: absolute !important;\\n outline: 0 !important;\\n left: 0px !important;\\n top: 0px !important;\\n}\\n\\n.select2-display-none {\\n display: none;\\n}\\n\\n.select2-measure-scrollbar {\\n position: absolute;\\n top: -10000px;\\n left: -10000px;\\n width: 100px;\\n height: 100px;\\n overflow: scroll;\\n}\\n\\n/* Retina-ize icons */\\n\\n@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 2dppx) {\\n .select2-search input,\\n .select2-search-choice-close,\\n .select2-container .select2-choice abbr,\\n .select2-container .select2-choice .select2-arrow b {\\n background-image: url(\" + ___CSS_LOADER_URL_REPLACEMENT_2___ + \") !important;\\n background-repeat: no-repeat !important;\\n background-size: 60px 40px !important;\\n }\\n\\n .select2-search input {\\n background-position: 100% -21px !important;\\n }\\n}\\n\", \"\"]);\n// Exports\nmodule.exports = exports;\n","export default \"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAAoCAYAAACiu5n/AAACLElEQVR42u3Zz0sUYRzH8bUISoyF1i5iXSooyYgOEXapZNYNojwU/aAfUAT9A4YhUgdxt1To0KFIBCMIvEcUEXntUtivpYuUhYFIdDBMmD69he/hObgsbSnb13ngdZjZhX3eO8/MDrMpSctKErwsg//HUSgU7uNYsB3hHla4CybqEoRPaMJGFCEMewxuxnsIk5iALPqg1yVdj9eQGUdjiuE1eAs+QOYztrsMJqwFk8EyHguW95klD+ZD08gsYvBFCBPYgHXBOT1UNpg3ncQpnAicRbrCCQ3j8SIf5QvYEWxvxnlb0mWDr0MIvcOaCiayC78gRKmlH+WDbaIjkJnDzgq/+VHIvMWqag3ehBkIAxXGdkAIDVRlsE24H9//4ty9hju4Hej710c5m83WYging32HMYjMnwSvx75UlQ+iOiDEaEMLZiA8dPc7TFQDnkGYxQ8Iz9Hs8k4riqIa4l5ApojVbm8tiduPL5CZRs5lMGFH8DNYxo+C5d3tMfgohJeow0qMQujxuqRb0RBsZ3DA2ZIuP5LgJDgJToKr4ZHOWjTOy+fzNa6DiezCFGReod1lMGF3IYzjMm5B5rirYIJyEJ4iHezfjW+YRr2n4EHE2LrAa1cg5DwFj2DWLlKljn67p+B+CIdKPAaOsddTcBOEKbTZvjp0Qvjo8Sp9DjJFfIVMjBsef4f34AHeYAxX0VfqMbDnfw97IXMTta6DLbobcxBa3Qdb9BPE2LZQ8G98530ecQi/2QAAAABJRU5ErkJggg==\"","export default \"data:image/gif;base64,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\"","export default \"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAHgAAABQCAYAAADSm7GJAAADFElEQVR42u2dsW4TQRBAI0ERCYpDpAUdJX/hAlxQ3SekovYXIIvKEiBRIUF1lHT+BP+Br0TCCCsFLW5cmCS3jKWNNFrdZu+EOG7sd9Irkl0p8r3s7Mzs5XLinIMD5uhvAIIBwYBgaMnNNZvNyj0nkUvPQbAdtDjnCSU3zkGwEbS4iOToHATbE6wptVwEGyUhcaW/JkTbT7JcCpIse4K7SC4pk4wRXreE5ZUMUwezgh03lT0YyKKBOhjoZHUi1oCf7mkYohd9ACVFrj50HgxzmtQifKwF15L1fxC8UD9/EQxzHtxC8KiD4FHPNWMhuIACwd33h3kLuXOZ2mc4yyLRZS1kCG6H3uc2Mbl+LO9Z8FRwEaYINnpDdWKVIEdwC/QVC4l97nk6sUqwQHA3wbGEa9Sj4CCxSlIguHtZMg8Tq/4Edy/bLNXB4/G4FKJ1sJ7zTwTrhMuTU3f+NVqc84SSG+bEJR99a3BoaHERybE5HDYYFKwptVwEGyUhcRX5PufBRoiH4Tg80WFMcBfJPJNljfC6JSzzVCUrGMHswUAWDdTBQCcLOveiCdEBnCYBb9kBBAOCAcGAYEDw0XP0NwDBgGBAMCAYEAwIHvD7QzJhIlSCE2rF0o9lav4eBBt5JWHR8EfzdYATfgkFgg2g5J4LdSD1WrjyXDeIPkfwsNErV6/Y38J34aXwWHgkvBJWwi74RSgQPGD8nrtRwrbCe+G0YX9+KHzyc2rPRsgQPFzBEyVrJ7xLvNTsjvBBuFQreYLg4Qpeqv32m3BP+YxJPhUulOAKwQMl2HsnymNK8mudeCF44IK9rCcdBD8XrhBsS/BTBBOibwTPCNEGCFqSX4X7LeSeCRdK8BLBwy6TdIPjo3A3kUF/pkyy1+ioPVsv8KxB7gPhi7BVcndCpqYheKCtSt1+vBR+CG+EZ8IL4a3wU69cRYlgC4cN4UFD/LDBNVAi2NZxYa0Ixe5ikhFs58B/2SC48mOZUMYkI/jw/61diWDzgtOSEWxdcFpyhWDTgtOSEWxccCgZwfZJ9akrJXiKYEDwMfAHMSYobVemsdsAAAAASUVORK5CYII=\"","\"use strict\";\n\n(function e(t, n, r) {\n function s(o, u) {\n if (!n[o]) {\n if (!t[o]) {\n var a = typeof require == \"function\" && require;if (!u && a) return a(o, !0);if (i) return i(o, !0);throw new Error(\"Cannot find module '\" + o + \"'\");\n }var f = n[o] = { exports: {} };t[o][0].call(f.exports, function (e) {\n var n = t[o][1][e];return s(n ? n : e);\n }, f, f.exports, e, t, n, r);\n }return n[o].exports;\n }var i = typeof require == \"function\" && require;for (var o = 0; o < r.length; o++) {\n s(r[o]);\n }return s;\n})({ 1: [function (require, module, exports) {\n var Snap = require('./snap');\n\n if (typeof window !== \"undefined\" && !window.Snap) {\n window.Snap = Snap;\n }\n }, { \"./snap\": 2 }], 2: [function (require, module, exports) {\n /*\n * Snap.js\n *\n * Copyright 2013, Jacob Kelley - http://jakiestfu.com/\n * Released under the MIT Licence\n * http://opensource.org/licenses/MIT\n *\n * Copyright 2016, Joey Andres\n */\n\n var Snap = function Snap(userOpts) {\n var settings = {\n element: null,\n dragger: null,\n disable: 'none',\n addBodyClasses: true,\n hyperextensible: true,\n resistance: 0.5,\n flickThreshold: 50,\n transitionSpeed: 0.3,\n easing: 'ease',\n maxPosition: 266,\n minPosition: -266,\n tapToClose: true,\n touchToDrag: true,\n slideIntent: 40, // degrees\n minDragDistance: 5,\n stopPropagation: true\n },\n cache = {\n simpleStates: {\n opening: null,\n towards: null,\n hyperExtending: null,\n halfway: null,\n flick: null,\n translation: {\n absolute: 0,\n relative: 0,\n sinceDirectionChange: 0,\n percentage: 0\n }\n }\n },\n eventList = {},\n utils = {\n hasTouch: 'ontouchstart' in window || window.DocumentTouch && document instanceof DocumentTouch,\n eventType: function eventType(action) {\n var eventTypes = {\n down: 'pointerdown',\n move: 'pointermove',\n up: 'pointerup',\n out: 'pointerout'\n };\n return eventTypes[action];\n },\n page: function page(t, e) {\n return utils.hasTouch ? e.touches ? e.touches.length > 0 ? e.touches[0][\"page\" + t] : e.changedTouches[0][\"page\" + t] : e[\"page\" + t] : e[\"page\" + t];\n },\n klass: {\n has: function has(el, name) {\n return el.className.indexOf(name) !== -1;\n },\n add: function add(el, name) {\n if (!utils.klass.has(el, name) && settings.addBodyClasses) {\n el.className += \" \" + name;\n }\n },\n remove: function remove(el, name) {\n if (settings.addBodyClasses) {\n el.className = el.className.replace(name, \"\").replace(/^\\s+|\\s+$/g, '');\n }\n }\n },\n dispatchEvent: function dispatchEvent(type) {\n if (typeof eventList[type] === 'function') {\n return eventList[type].call();\n }\n },\n vendor: function vendor() {\n var tmp = document.createElement(\"div\"),\n prefixes = 'webkit Moz O ms'.split(' '),\n i;\n for (i in prefixes) {\n if (typeof tmp.style[prefixes[i] + 'Transition'] !== 'undefined') {\n return prefixes[i];\n }\n }\n },\n transitionCallback: function transitionCallback() {\n return cache.vendor === 'Moz' || cache.vendor === 'ms' ? 'transitionend' : cache.vendor + 'TransitionEnd';\n },\n deepExtend: function deepExtend(destination, source) {\n var property;\n for (property in source) {\n if (source[property] && source[property].constructor && source[property].constructor === Object) {\n destination[property] = destination[property] || {};\n utils.deepExtend(destination[property], source[property]);\n } else {\n destination[property] = source[property];\n }\n }\n return destination;\n },\n angleOfDrag: function angleOfDrag(x, y) {\n var degrees, theta;\n // Calc Theta\n theta = Math.atan2(-(cache.startDragY - y), cache.startDragX - x);\n if (theta < 0) {\n theta += 2 * Math.PI;\n }\n // Calc Degrees\n degrees = Math.floor(theta * (180 / Math.PI) - 180);\n if (degrees < 0 && degrees > -180) {\n degrees = 360 - Math.abs(degrees);\n }\n return Math.abs(degrees);\n },\n events: {\n addEvent: function addEvent(element, eventName, func) {\n if (element.addEventListener) {\n return element.addEventListener(eventName, func, false);\n } else if (element.attachEvent) {\n return element.attachEvent(\"on\" + eventName, func);\n }\n },\n removeEvent: function addEvent(element, eventName, func) {\n if (element.addEventListener) {\n return element.removeEventListener(eventName, func, false);\n } else if (element.attachEvent) {\n return element.detachEvent(\"on\" + eventName, func);\n }\n },\n prevent: function prevent(e) {\n if (e.preventDefault) {\n e.preventDefault();\n } else {\n e.returnValue = false;\n }\n }\n },\n parentUntil: function parentUntil(el, attr) {\n var isStr = typeof attr === 'string';\n while (el.parentNode) {\n if (isStr && el.getAttribute && el.getAttribute(attr)) {\n return el;\n } else if (!isStr && el === attr) {\n return el;\n }\n el = el.parentNode;\n }\n return null;\n }\n },\n action = {\n translate: {\n get: {\n matrix: function matrix(index) {\n var matrix = window.getComputedStyle(settings.element)[cache.vendor + 'Transform'].match(/\\((.*)\\)/),\n ieOffset = 8;\n if (matrix) {\n matrix = matrix[1].split(',');\n if (matrix.length === 16) {\n index += ieOffset;\n }\n return parseInt(matrix[index], 10);\n }\n return 0;\n }\n },\n easeCallback: function easeCallback() {\n settings.element.style[cache.vendor + 'Transition'] = '';\n cache.translation = action.translate.get.matrix(4);\n cache.easing = false;\n clearInterval(cache.animatingInterval);\n\n if (cache.easingTo === 0) {\n utils.klass.remove(document.body, 'snapjs-right');\n utils.klass.remove(document.body, 'snapjs-left');\n }\n\n utils.dispatchEvent('animated');\n utils.events.removeEvent(settings.element, utils.transitionCallback(), action.translate.easeCallback);\n },\n easeTo: function easeTo(n) {\n cache.easing = true;\n\n cache.easingTo = n;\n settings.element.style[cache.vendor + 'Transition'] = 'all ' + settings.transitionSpeed + 's ' + settings.easing;\n cache.animatingInterval = setInterval(function () {\n utils.dispatchEvent('animating');\n }, 1);\n\n utils.events.addEvent(settings.element, utils.transitionCallback(), action.translate.easeCallback);\n action.translate.x(n);\n\n if (n === 0) {\n settings.element.style[cache.vendor + 'Transform'] = '';\n }\n },\n x: function x(n) {\n if (settings.disable === 'left' && n > 0 || settings.disable === 'right' && n < 0) {\n return;\n }\n\n if (!settings.hyperextensible) {\n if (n === settings.maxPosition || n > settings.maxPosition) {\n n = settings.maxPosition;\n } else if (n === settings.minPosition || n < settings.minPosition) {\n n = settings.minPosition;\n }\n }\n\n n = parseInt(n, 10);\n if (isNaN(n)) {\n n = 0;\n }\n\n var theTranslate = \"translate3d(\" + n + \"px, 0,0)\";\n settings.element.style[cache.vendor + 'Transform'] = theTranslate;\n }\n },\n drag: {\n listen: function listen() {\n cache.translation = 0;\n cache.easing = false;\n\n ['touchstart', 'pointerdown', 'MSPointerDown', 'mousedown'].forEach(function (e) {\n return utils.events.addEvent(settings.element, e, action.drag.handleEvent);\n });\n ['touchmove', 'pointermove', 'MSPointerMove', 'mousemove'].forEach(function (e) {\n return utils.events.addEvent(settings.element, e, action.drag.handleEvent);\n });\n ['touchend', 'pointerup', 'MSPointerUp', 'mouseup', 'touchcancel', 'pointercancel', 'MSPointerCancel', 'mousecancel'].forEach(function (e) {\n return utils.events.addEvent(settings.element, e, action.drag.handleEvent);\n });\n },\n stopListening: function stopListening() {\n ['touchstart', 'pointerdown', 'MSPointerDown', 'mousedown'].forEach(function (e) {\n return utils.events.removeEvent(settings.element, e, action.drag.handleEvent);\n });\n ['touchmove', 'pointermove', 'MSPointerMove', 'mousemove'].forEach(function (e) {\n return utils.events.removeEvent(settings.element, e, action.drag.handleEvent);\n });\n ['touchend', 'pointerup', 'MSPointerUp', 'mouseup', 'touchcancel', 'pointercancel', 'MSPointerCancel', 'mousecancel'].forEach(function (e) {\n return utils.events.removeEvent(settings.element, e, action.drag.handleEvent);\n });\n },\n handleEvent: function handleEvent(e) {\n switch (e.type) {\n case 'touchstart':\n case 'pointerdown':\n case 'MSPointerDown':\n case 'mousedown':\n action.drag.startDrag(e);\n break;\n case 'touchmove':\n case 'pointermove':\n case 'MSPointerMove':\n case 'mousemove':\n action.drag.dragging(e);\n break;\n case 'touchend':\n case 'pointerup':\n case 'MSPointerUp':\n case 'mouseup':\n case 'touchcancel':\n case 'pointercancel':\n case 'MSPointerCancel':\n case 'mousecancel':\n action.drag.endDrag(e);\n break;\n }\n },\n startDrag: function startDrag(e) {\n // No drag on ignored elements\n var target = e.target ? e.target : e.srcElement,\n ignoreParent = utils.parentUntil(target, 'data-snap-ignore');\n\n if (ignoreParent) {\n utils.dispatchEvent('ignore');\n return;\n }\n\n if (settings.dragger) {\n var dragParent = utils.parentUntil(target, settings.dragger);\n\n // Only use dragger if we're in a closed state\n if (!dragParent && cache.translation !== settings.minPosition && cache.translation !== settings.maxPosition) {\n return;\n }\n }\n\n utils.dispatchEvent('start');\n settings.element.style[cache.vendor + 'Transition'] = '';\n cache.isDragging = true;\n cache.hasIntent = null;\n cache.intentChecked = false;\n cache.startDragX = utils.page('X', e);\n cache.startDragY = utils.page('Y', e);\n cache.dragWatchers = {\n current: 0,\n last: 0,\n hold: 0,\n state: ''\n };\n cache.simpleStates = {\n opening: null,\n towards: null,\n hyperExtending: null,\n halfway: null,\n flick: null,\n translation: {\n absolute: 0,\n relative: 0,\n sinceDirectionChange: 0,\n percentage: 0\n }\n };\n },\n dragging: function dragging(e) {\n if (cache.isDragging && settings.touchToDrag) {\n if (cache.hasIntent && settings.stopPropagation) e.stopPropagation();\n\n var thePageX = utils.page('X', e),\n thePageY = utils.page('Y', e),\n translated = cache.translation,\n absoluteTranslation = action.translate.get.matrix(4),\n whileDragX = thePageX - cache.startDragX,\n openingLeft = absoluteTranslation > 0,\n translateTo = whileDragX,\n diff;\n\n // Shown no intent already\n if (cache.intentChecked && !cache.hasIntent) {\n return;\n }\n\n if (settings.addBodyClasses) {\n if (absoluteTranslation > 0) {\n utils.klass.add(document.body, 'snapjs-left');\n utils.klass.remove(document.body, 'snapjs-right');\n } else if (absoluteTranslation < 0) {\n utils.klass.add(document.body, 'snapjs-right');\n utils.klass.remove(document.body, 'snapjs-left');\n }\n }\n\n if (cache.hasIntent === false || cache.hasIntent === null) {\n var deg = utils.angleOfDrag(thePageX, thePageY),\n inRightRange = deg >= 0 && deg <= settings.slideIntent || deg <= 360 && deg > 360 - settings.slideIntent,\n inLeftRange = deg >= 180 && deg <= 180 + settings.slideIntent || deg <= 180 && deg >= 180 - settings.slideIntent;\n if (!inLeftRange && !inRightRange) {\n cache.hasIntent = false;\n } else {\n cache.hasIntent = true;\n if (settings.stopPropagation) e.stopPropagation();\n }\n cache.intentChecked = true;\n }\n\n if (settings.minDragDistance >= Math.abs(thePageX - cache.startDragX) || // Has user met minimum drag distance?\n cache.hasIntent === false) {\n return;\n }\n\n utils.events.prevent(e);\n utils.dispatchEvent('drag');\n\n cache.dragWatchers.current = thePageX;\n // Determine which direction we are going\n if (cache.dragWatchers.last > thePageX) {\n if (cache.dragWatchers.state !== 'left') {\n cache.dragWatchers.state = 'left';\n cache.dragWatchers.hold = thePageX;\n }\n cache.dragWatchers.last = thePageX;\n } else if (cache.dragWatchers.last < thePageX) {\n if (cache.dragWatchers.state !== 'right') {\n cache.dragWatchers.state = 'right';\n cache.dragWatchers.hold = thePageX;\n }\n cache.dragWatchers.last = thePageX;\n }\n if (openingLeft) {\n // Pulling too far to the right\n if (settings.maxPosition < absoluteTranslation) {\n diff = (absoluteTranslation - settings.maxPosition) * settings.resistance;\n translateTo = whileDragX - diff;\n }\n cache.simpleStates = {\n opening: 'left',\n towards: cache.dragWatchers.state,\n hyperExtending: settings.maxPosition < absoluteTranslation,\n halfway: absoluteTranslation > settings.maxPosition / 2,\n flick: Math.abs(cache.dragWatchers.current - cache.dragWatchers.hold) > settings.flickThreshold,\n translation: {\n absolute: absoluteTranslation,\n relative: whileDragX,\n sinceDirectionChange: cache.dragWatchers.current - cache.dragWatchers.hold,\n percentage: absoluteTranslation / settings.maxPosition * 100\n }\n };\n } else {\n // Pulling too far to the left\n if (settings.minPosition > absoluteTranslation) {\n diff = (absoluteTranslation - settings.minPosition) * settings.resistance;\n translateTo = whileDragX - diff;\n }\n cache.simpleStates = {\n opening: 'right',\n towards: cache.dragWatchers.state,\n hyperExtending: settings.minPosition > absoluteTranslation,\n halfway: absoluteTranslation < settings.minPosition / 2,\n flick: Math.abs(cache.dragWatchers.current - cache.dragWatchers.hold) > settings.flickThreshold,\n translation: {\n absolute: absoluteTranslation,\n relative: whileDragX,\n sinceDirectionChange: cache.dragWatchers.current - cache.dragWatchers.hold,\n percentage: absoluteTranslation / settings.minPosition * 100\n }\n };\n }\n\n action.translate.x(translateTo + translated);\n }\n },\n endDrag: function endDrag(e) {\n if (cache.isDragging) {\n utils.dispatchEvent('end');\n var translated = action.translate.get.matrix(4);\n\n // Tap Close\n if (cache.dragWatchers.current === 0 && translated !== 0 && settings.tapToClose) {\n utils.dispatchEvent('close');\n utils.events.prevent(e);\n action.translate.easeTo(0);\n cache.isDragging = false;\n cache.startDragX = 0;\n return;\n }\n\n // Revealing Left\n if (cache.simpleStates.opening === 'left') {\n // Halfway, Flicking, or Too Far Out\n if (cache.simpleStates.halfway || cache.simpleStates.hyperExtending || cache.simpleStates.flick) {\n if (cache.simpleStates.flick && cache.simpleStates.towards === 'left') {\n // Flicking Closed\n action.translate.easeTo(0);\n } else if (cache.simpleStates.flick && cache.simpleStates.towards === 'right' || // Flicking Open OR\n cache.simpleStates.halfway || cache.simpleStates.hyperExtending // At least halfway open OR hyperextending\n ) {\n action.translate.easeTo(settings.maxPosition); // Open Left\n }\n } else {\n action.translate.easeTo(0); // Close Left\n }\n // Revealing Right\n } else if (cache.simpleStates.opening === 'right') {\n // Halfway, Flicking, or Too Far Out\n if (cache.simpleStates.halfway || cache.simpleStates.hyperExtending || cache.simpleStates.flick) {\n if (cache.simpleStates.flick && cache.simpleStates.towards === 'right') {\n // Flicking Closed\n action.translate.easeTo(0);\n } else if (cache.simpleStates.flick && cache.simpleStates.towards === 'left' || // Flicking Open OR\n cache.simpleStates.halfway || cache.simpleStates.hyperExtending // At least halfway open OR hyperextending\n ) {\n action.translate.easeTo(settings.minPosition); // Open Right\n }\n } else {\n action.translate.easeTo(0); // Close Right\n }\n }\n cache.isDragging = false;\n cache.startDragX = utils.page('X', e);\n }\n }\n }\n },\n _init = function _init(opts) {\n utils.deepExtend(settings, opts);\n if (settings.element) {\n settings.element.setAttribute(\"touch-action\", \"pan-y\");\n } else {\n throw \"Snap's element argument does not exist.\";\n }\n },\n init = function init(opts) {\n _init(opts);\n cache.vendor = utils.vendor();\n action.drag.listen();\n };\n /*\n * Public\n */\n this.open = function (side) {\n utils.dispatchEvent('open');\n utils.klass.remove(document.body, 'snapjs-expand-left');\n utils.klass.remove(document.body, 'snapjs-expand-right');\n\n if (side === 'left') {\n cache.simpleStates.opening = 'left';\n cache.simpleStates.towards = 'right';\n utils.klass.add(document.body, 'snapjs-left');\n utils.klass.remove(document.body, 'snapjs-right');\n action.translate.easeTo(settings.maxPosition);\n } else if (side === 'right') {\n cache.simpleStates.opening = 'right';\n cache.simpleStates.towards = 'left';\n utils.klass.remove(document.body, 'snapjs-left');\n utils.klass.add(document.body, 'snapjs-right');\n action.translate.easeTo(settings.minPosition);\n }\n };\n this.close = function () {\n utils.dispatchEvent('close');\n action.translate.easeTo(0);\n };\n this.expand = function (side) {\n var to = window.innerWidth || document.documentElement.clientWidth;\n\n if (side === 'left') {\n utils.dispatchEvent('expandLeft');\n utils.klass.add(document.body, 'snapjs-expand-left');\n utils.klass.remove(document.body, 'snapjs-expand-right');\n } else {\n utils.dispatchEvent('expandRight');\n utils.klass.add(document.body, 'snapjs-expand-right');\n utils.klass.remove(document.body, 'snapjs-expand-left');\n to *= -1;\n }\n action.translate.easeTo(to);\n };\n\n this.on = function (evt, fn) {\n eventList[evt] = fn;\n return this;\n };\n this.off = function (evt) {\n if (eventList[evt]) {\n eventList[evt] = false;\n }\n };\n\n this.enable = function () {\n utils.dispatchEvent('enable');\n action.drag.listen();\n };\n this.disable = function () {\n utils.dispatchEvent('disable');\n action.drag.stopListening();\n };\n\n this.settings = function (opts) {\n _init(opts);\n };\n\n this.state = function () {\n var state,\n fromLeft = action.translate.get.matrix(4);\n if (fromLeft === settings.maxPosition) {\n state = 'left';\n } else if (fromLeft === settings.minPosition) {\n state = 'right';\n } else {\n state = 'closed';\n }\n return {\n state: state,\n info: cache.simpleStates\n };\n };\n init(userOpts);\n };\n module.exports = Snap;\n }, {}] }, {}, [1]);","var Handlebars = require(\"../../../../node_modules/handlebars/runtime.js\");\nfunction __default(obj) { return obj && (obj.__esModule ? obj[\"default\"] : obj); }\nmodule.exports = (Handlebars[\"default\"] || Handlebars).template({\"1\":function(container,depth0,helpers,partials,data) {\n var helper, lookupProperty = container.lookupProperty || function(parent, propertyName) {\n if (Object.prototype.hasOwnProperty.call(parent, propertyName)) {\n return parent[propertyName];\n }\n return undefined\n };\n\n return \"<img src=\\\"\"\n + container.escapeExpression(((helper = (helper = lookupProperty(helpers,\"icon\") || (depth0 != null ? lookupProperty(depth0,\"icon\") : depth0)) != null ? helper : container.hooks.helperMissing),(typeof helper === \"function\" ? helper.call(depth0 != null ? depth0 : (container.nullContext || {}),{\"name\":\"icon\",\"hash\":{},\"data\":data,\"loc\":{\"start\":{\"line\":3,\"column\":24},\"end\":{\"line\":3,\"column\":32}}}) : helper)))\n + \"\\\">\";\n},\"compiler\":[8,\">= 4.3.0\"],\"main\":function(container,depth0,helpers,partials,data) {\n var stack1, helper, alias1=depth0 != null ? depth0 : (container.nullContext || {}), alias2=container.hooks.helperMissing, alias3=\"function\", alias4=container.escapeExpression, lookupProperty = container.lookupProperty || function(parent, propertyName) {\n if (Object.prototype.hasOwnProperty.call(parent, propertyName)) {\n return parent[propertyName];\n }\n return undefined\n };\n\n return \"<li>\\n\t<a href=\\\"\"\n + alias4(((helper = (helper = lookupProperty(helpers,\"hyperlink\") || (depth0 != null ? lookupProperty(depth0,\"hyperlink\") : depth0)) != null ? helper : alias2),(typeof helper === alias3 ? helper.call(alias1,{\"name\":\"hyperlink\",\"hash\":{},\"data\":data,\"loc\":{\"start\":{\"line\":2,\"column\":10},\"end\":{\"line\":2,\"column\":23}}}) : helper)))\n + \"\\\">\\n\t\t\"\n + ((stack1 = lookupProperty(helpers,\"if\").call(alias1,(depth0 != null ? lookupProperty(depth0,\"icon\") : depth0),{\"name\":\"if\",\"hash\":{},\"fn\":container.program(1, data, 0),\"inverse\":container.noop,\"data\":data,\"loc\":{\"start\":{\"line\":3,\"column\":2},\"end\":{\"line\":3,\"column\":41}}})) != null ? stack1 : \"\")\n + \"\\n\t\t<span>\"\n + alias4(((helper = (helper = lookupProperty(helpers,\"title\") || (depth0 != null ? lookupProperty(depth0,\"title\") : depth0)) != null ? helper : alias2),(typeof helper === alias3 ? helper.call(alias1,{\"name\":\"title\",\"hash\":{},\"data\":data,\"loc\":{\"start\":{\"line\":4,\"column\":8},\"end\":{\"line\":4,\"column\":17}}}) : helper)))\n + \"</span>\\n\t</a>\\n</li>\\n\";\n},\"useData\":true});","// style-loader: Adds some css to the DOM by adding a <style> tag\n\n// load the styles\nvar content = require(\"!!../../../../node_modules/css-loader/dist/cjs.js!../../../../node_modules/sass-loader/dist/cjs.js!./jquery-ui-fixes.scss\");\nif(typeof content === 'string') content = [[module.id, content, '']];\nif(content.locals) module.exports = content.locals;\n// add the styles to the DOM\nvar add = require(\"!../../../../node_modules/vue-style-loader/lib/addStylesClient.js\").default\nvar update = add(\"96299d4c\", content, true, {});","// Imports\nvar ___CSS_LOADER_API_IMPORT___ = require(\"../../../../node_modules/css-loader/dist/runtime/api.js\");\nvar ___CSS_LOADER_GET_URL_IMPORT___ = require(\"../../../../node_modules/css-loader/dist/runtime/getUrl.js\");\nvar ___CSS_LOADER_URL_IMPORT_0___ = require(\"./images/ui-icons_1d2d44_256x240.png\");\nvar ___CSS_LOADER_URL_IMPORT_1___ = require(\"./images/ui-icons_ffffff_256x240.png\");\nvar ___CSS_LOADER_URL_IMPORT_2___ = require(\"./images/ui-icons_ffd27a_256x240.png\");\nvar ___CSS_LOADER_URL_IMPORT_3___ = require(\"./images/ui-bg_diagonals-thick_20_666666_40x40.png\");\nvar ___CSS_LOADER_URL_IMPORT_4___ = require(\"./images/ui-bg_flat_10_000000_40x100.png\");\nexports = ___CSS_LOADER_API_IMPORT___(false);\nvar ___CSS_LOADER_URL_REPLACEMENT_0___ = ___CSS_LOADER_GET_URL_IMPORT___(___CSS_LOADER_URL_IMPORT_0___);\nvar ___CSS_LOADER_URL_REPLACEMENT_1___ = ___CSS_LOADER_GET_URL_IMPORT___(___CSS_LOADER_URL_IMPORT_1___);\nvar ___CSS_LOADER_URL_REPLACEMENT_2___ = ___CSS_LOADER_GET_URL_IMPORT___(___CSS_LOADER_URL_IMPORT_2___);\nvar ___CSS_LOADER_URL_REPLACEMENT_3___ = ___CSS_LOADER_GET_URL_IMPORT___(___CSS_LOADER_URL_IMPORT_3___);\nvar ___CSS_LOADER_URL_REPLACEMENT_4___ = ___CSS_LOADER_GET_URL_IMPORT___(___CSS_LOADER_URL_IMPORT_4___);\n// Module\nexports.push([module.id, \".ui-widget-content{border:1px solid var(--color-border);background:var(--color-main-background) none;color:var(--color-main-text)}.ui-widget-content a{color:var(--color-main-text)}.ui-widget-header{border:none;color:var(--color-main-text);background-image:none}.ui-widget-header a{color:var(--color-main-text)}.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default{border:1px solid var(--color-border);background:var(--color-main-background) none;font-weight:bold;color:#555}.ui-state-default a,.ui-state-default a:link,.ui-state-default a:visited{color:#555}.ui-state-hover,.ui-widget-content .ui-state-hover,.ui-widget-header .ui-state-hover,.ui-state-focus,.ui-widget-content .ui-state-focus,.ui-widget-header .ui-state-focus{border:1px solid #ddd;background:var(--color-main-background) none;font-weight:bold;color:var(--color-main-text)}.ui-state-hover a,.ui-state-hover a:hover,.ui-state-hover a:link,.ui-state-hover a:visited{color:var(--color-main-text)}.ui-state-active,.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active{border:1px solid var(--color-primary);background:var(--color-main-background) none;font-weight:bold;color:var(--color-main-text)}.ui-state-active a,.ui-state-active a:link,.ui-state-active a:visited{color:var(--color-main-text)}.ui-state-highlight,.ui-widget-content .ui-state-highlight,.ui-widget-header .ui-state-highlight{border:1px solid var(--color-main-background);background:var(--color-main-background) none;color:var(--color-text-light);font-weight:600}.ui-state-highlight a,.ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a{color:var(--color-text-lighter)}.ui-state-error,.ui-widget-content .ui-state-error,.ui-widget-header .ui-state-error{border:var(--color-error);background:var(--color-error) none;color:#ffffff}.ui-state-error a,.ui-widget-content .ui-state-error a,.ui-widget-header .ui-state-error a{color:#ffffff}.ui-state-error-text,.ui-widget-content .ui-state-error-text,.ui-widget-header .ui-state-error-text{color:#ffffff}.ui-state-default .ui-icon{background-image:url(\" + ___CSS_LOADER_URL_REPLACEMENT_0___ + \")}.ui-state-hover .ui-icon,.ui-state-focus .ui-icon{background-image:url(\" + ___CSS_LOADER_URL_REPLACEMENT_0___ + \")}.ui-state-active .ui-icon{background-image:url(\" + ___CSS_LOADER_URL_REPLACEMENT_0___ + \")}.ui-state-highlight .ui-icon{background-image:url(\" + ___CSS_LOADER_URL_REPLACEMENT_1___ + \")}.ui-state-error .ui-icon,.ui-state-error-text .ui-icon{background-image:url(\" + ___CSS_LOADER_URL_REPLACEMENT_2___ + \")}.ui-icon.ui-icon-none{display:none}.ui-widget-overlay{background:#666 url(\" + ___CSS_LOADER_URL_REPLACEMENT_3___ + \") 50% 50% repeat;opacity:.5}.ui-widget-shadow{margin:-5px 0 0 -5px;padding:5px;background:#000 url(\" + ___CSS_LOADER_URL_REPLACEMENT_4___ + \") 50% 50% repeat-x;opacity:.2;border-radius:5px}.ui-tabs{border:none}.ui-tabs .ui-tabs-nav.ui-corner-all{border-bottom-left-radius:0;border-bottom-right-radius:0}.ui-tabs .ui-tabs-nav{background:none;margin-bottom:15px}.ui-tabs .ui-tabs-nav .ui-state-default{border:none;border-bottom:1px solid transparent;font-weight:normal;margin:0 !important;padding:0 !important}.ui-tabs .ui-tabs-nav .ui-state-hover,.ui-tabs .ui-tabs-nav .ui-state-active{border:none;border-bottom:1px solid var(--color-main-text);color:var(--color-main-text)}.ui-tabs .ui-tabs-nav .ui-state-hover a,.ui-tabs .ui-tabs-nav .ui-state-hover a:link,.ui-tabs .ui-tabs-nav .ui-state-hover a:hover,.ui-tabs .ui-tabs-nav .ui-state-hover a:visited,.ui-tabs .ui-tabs-nav .ui-state-active a,.ui-tabs .ui-tabs-nav .ui-state-active a:link,.ui-tabs .ui-tabs-nav .ui-state-active a:hover,.ui-tabs .ui-tabs-nav .ui-state-active a:visited{color:var(--color-main-text)}.ui-tabs .ui-tabs-nav .ui-state-active{font-weight:bold}.ui-autocomplete.ui-menu{padding:0}.ui-autocomplete.ui-menu.item-count-1,.ui-autocomplete.ui-menu.item-count-2{overflow-y:hidden}.ui-autocomplete.ui-menu .ui-menu-item a{color:var(--color-text-lighter);display:block;padding:4px 4px 4px 14px}.ui-autocomplete.ui-menu .ui-menu-item a.ui-state-focus,.ui-autocomplete.ui-menu .ui-menu-item a.ui-state-active{box-shadow:inset 4px 0 var(--color-primary);color:var(--color-main-text)}.ui-autocomplete.ui-widget-content{background:var(--color-main-background);border-top:none}.ui-autocomplete.ui-corner-all{border-radius:0;border-bottom-left-radius:var(--border-radius);border-bottom-right-radius:var(--border-radius)}.ui-autocomplete .ui-state-hover,.ui-autocomplete .ui-widget-content .ui-state-hover,.ui-autocomplete .ui-widget-header .ui-state-hover,.ui-autocomplete .ui-state-focus,.ui-autocomplete .ui-widget-content .ui-state-focus,.ui-autocomplete .ui-widget-header .ui-state-focus{border:1px solid transparent;background:inherit;color:var(--color-primary-element)}.ui-autocomplete .ui-menu-item a{border-radius:0 !important}.ui-button.primary{background-color:var(--color-primary);color:var(--color-primary-text);border:1px solid var(--color-primary-text)}.ui-draggable-handle,.ui-selectable{touch-action:pan-y}\\n\", \"\"]);\n// Exports\nmodule.exports = exports;\n","export default \"data:image/png;base64,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\"","export default \"data:image/png;base64,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\"","export default \"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAQAAAADwCAMAAADYSUr5AAAA7VBMVEX80nz80nz80nz80nz80nz80nz80nz80nz80nz80nz80nz80nz80nz80nz80nz80nz80nz80nz80nz80nz80nz80nz80nz80nz80nz80nz80nz80nz80nz80nz80nz80nz80nz80nz80nz80nz80nz80nz80nz80nz80nz80nz80nz80nz80nz80nz80nz80nz80nz80nz80nz80nz80nz80nz80nz80nz80nz80nz80nz80nz80nz80nz80nz80nz80nz80nz80nz80nz80nz80nz80nz80nz80nz80nz80nz80nz80nz80nz80nzkx5/eAAAATnRSTlMAGBAyBAhQv4OZLiJUcEBmYBoSzQwgPBZCSEoeWiYwUiyFNIeBw2rJz8c4RBy9uXyrtaWNqa2zKP2fJO8KBgKPo2KVoa9s351GPm5+kWho0kj9AAAO2ElEQVR42u1df3vbthE+gCHVUDFFWtLc2LHqZHaXJVnXrt1aNVlSu+mSLuv7/T/O/qBEHg6/pEiWZRvv1ifPCSSBe3kA7g4ATZSQkLAHUFD3XH/sOQMbN08hrL/iDChsocZNLBAAzAZbL8goBxQp/gtgqxioQNyvAEeNu7RAmwAl22OUyzdoESBvtyuwLlY7ZMBqv1uFQLnNIAUNCKEOsbhYBS/abgeXFmw3Ub5g20KCb9i2gEADdm8BblICrzBowc4LrDEgZIK7HwNuehaQXWj3s0ByhBISEhISEhISbswTvGE/SFnRGqTzrgIKATLAV2vlA6yEkMJuXWFHAywCrAvk5Wa4qKwKJAEqGDzuNBiy2u9ucaDYkVFRgdspkgIEQNhdOsC2YKfNqoCBuPIBKshnLH1w8+GwwnXmA1SsC+5bOHzXZ4GEhISEhISEhBv0tDZ35jd6Pm5WATv0CSr0GYES1qvfJhSRpyH8i62eKIZ9iXk7fGXuCoINcJSG63c9IUSQVW49DDECjQZBXAHHA+32wKsgXPWF6rfDZcQIQDDeBkX4dd0euMRUcHE1vASBrAcG+XMbcciEgh3IaSGCccftYRON17COetE+7thDhHB55InidSD6QiIVIDjugSJdePezwDXfH58mExISEhISEu4rNt+WuqGboRy70f2PdPmh0aWqSPXrNWClCsLx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\"","export default \"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoAQMAAAC2MCouAAAABlBMVEVmZmZ1dXVT6N0BAAAAUklEQVQIW8XNsQ3AIAwF0bMoKBmBURgNj8YojEBJEcXwu2yQ+p507BTeWDnozPISjPpY4O0W6CqEisUtiG/EF+IT8YG4fznihnhCPCNeEK/89D1Gd22TNOyXVAAAAABJRU5ErkJggg==\"","export default \"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAABkAQMAAADOquA5AAAAA1BMVEUAAACnej3aAAAADklEQVQYGWMYBaOABgAAAlgAARbiVEcAAAAASUVORK5CYII=\"","// style-loader: Adds some css to the DOM by adding a <style> tag\n\n// load the styles\nvar content = require(\"!!../../../../node_modules/css-loader/dist/cjs.js!../../../../node_modules/sass-loader/dist/cjs.js!./jquery.ocdialog.scss\");\nif(typeof content === 'string') content = [[module.id, content, '']];\nif(content.locals) module.exports = content.locals;\n// add the styles to the DOM\nvar add = require(\"!../../../../node_modules/vue-style-loader/lib/addStylesClient.js\").default\nvar update = add(\"7dd271ba\", content, true, {});","// Imports\nvar ___CSS_LOADER_API_IMPORT___ = require(\"../../../../node_modules/css-loader/dist/runtime/api.js\");\nexports = ___CSS_LOADER_API_IMPORT___(false);\n// Module\nexports.push([module.id, \".oc-dialog{background:var(--color-main-background);color:var(--color-text-light);border-radius:var(--border-radius-large);box-shadow:0 0 30px var(--color-box-shadow);padding:15px;z-index:10000;font-size:100%;box-sizing:border-box;min-width:200px;top:50%;left:50%;transform:translate(-50%, -50%);max-height:calc(100% - 20px);max-width:calc(100% - 20px);overflow:auto}.oc-dialog-title{background:var(--color-main-background)}.oc-dialog-buttonrow{position:relative;display:flex;background:transparent;right:0;bottom:0;padding:0;padding-top:10px;box-sizing:border-box;width:100%;background-image:linear-gradient(rgba(255,255,255,0), var(--color-main-background))}.oc-dialog-buttonrow.twobuttons{justify-content:space-between}.oc-dialog-buttonrow.onebutton,.oc-dialog-buttonrow.twobuttons.aside{justify-content:flex-end}.oc-dialog-buttonrow button{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.oc-dialog-close{position:absolute;top:0;right:0;padding:25px;background:var(--icon-close-000) no-repeat center;opacity:.5}.oc-dialog-close:hover,.oc-dialog-close:focus,.oc-dialog-close:active{opacity:1}.oc-dialog-dim{background-color:#000;opacity:.2;z-index:9999;position:fixed;top:0;left:0;width:100%;height:100%}.oc-dialog-content{width:100%;max-width:550px}.oc-dialog.password-confirmation .oc-dialog-content{width:auto}.oc-dialog.password-confirmation .oc-dialog-content input[type=password]{width:100%}.oc-dialog.password-confirmation .oc-dialog-content label{display:none}\\n\", \"\"]);\n// Exports\nmodule.exports = exports;\n","/*\n * @copyright 2018 Christoph Wurst <christoph@winzerhof-wurst.at>\n *\n * @author 2018 Christoph Wurst <christoph@winzerhof-wurst.at>\n *\n * @license GNU AGPL version 3 or any later version\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see <http://www.gnu.org/licenses/>.\n */\n\nimport $ from 'jquery'\n\nimport OC from '../OC'\n\n/**\n * This plugin inserts the right avatar for the user, depending on, whether a\n * custom avatar is uploaded - which it uses then - or not, and display a\n * placeholder with the first letter of the users name instead.\n * For this it queries the core_avatar_get route, thus this plugin is fit very\n * tightly for owncloud, and it may not work anywhere else.\n *\n * You may use this on any <div></div>\n * Here I'm using <div class=\"avatardiv\"></div> as an example.\n *\n * There are 5 ways to call this:\n *\n * 1. $('.avatardiv').avatar('jdoe', 128);\n * This will make the div to jdoe's fitting avatar, with a size of 128px.\n *\n * 2. $('.avatardiv').avatar('jdoe');\n * This will make the div to jdoe's fitting avatar. If the div already has a\n * height, it will be used for the avatars size. Otherwise this plugin will\n * search for 'size' DOM data, to use for avatar size. If neither are available\n * it will default to 64px.\n *\n * 3. $('.avatardiv').avatar();\n * This will search the DOM for 'user' data, to use as the username. If there\n * is no username available it will default to a placeholder with the value of\n * \"?\". The size will be determined the same way, as the second example.\n *\n * 4. $('.avatardiv').avatar('jdoe', 128, true);\n * This will behave like the first example, except it will also append random\n * hashes to the custom avatar images, to force image reloading in IE8.\n *\n * 5. $('.avatardiv').avatar('jdoe', 128, undefined, true);\n * This will behave like the first example, but it will hide the avatardiv, if\n * it will display the default placeholder. undefined is the ie8fix from\n * example 4 and can be either true, or false/undefined, to be ignored.\n *\n * 6. $('.avatardiv').avatar('jdoe', 128, undefined, true, callback);\n * This will behave like the above example, but it will call the function\n * defined in callback after the avatar is placed into the DOM.\n *\n */\n\n$.fn.avatar = function(user, size, ie8fix, hidedefault, callback, displayname) {\n\tconst setAvatarForUnknownUser = function(target) {\n\t\ttarget.imageplaceholder('?')\n\t\ttarget.css('background-color', '#b9b9b9')\n\t}\n\n\tif (typeof (user) !== 'undefined') {\n\t\tuser = String(user)\n\t}\n\tif (typeof (displayname) !== 'undefined') {\n\t\tdisplayname = String(displayname)\n\t}\n\n\tif (typeof (size) === 'undefined') {\n\t\tif (this.height() > 0) {\n\t\t\tsize = this.height()\n\t\t} else if (this.data('size') > 0) {\n\t\t\tsize = this.data('size')\n\t\t} else {\n\t\t\tsize = 64\n\t\t}\n\t}\n\n\tthis.height(size)\n\tthis.width(size)\n\n\tif (typeof (user) === 'undefined') {\n\t\tif (typeof (this.data('user')) !== 'undefined') {\n\t\t\tuser = this.data('user')\n\t\t} else {\n\t\t\tsetAvatarForUnknownUser(this)\n\t\t\treturn\n\t\t}\n\t}\n\n\t// sanitize\n\tuser = String(user).replace(/\\//g, '')\n\n\tconst $div = this\n\tlet url\n\n\t// If this is our own avatar we have to use the version attribute\n\tif (user === OC.getCurrentUser().uid) {\n\t\turl = OC.generateUrl(\n\t\t\t'/avatar/{user}/{size}?v={version}',\n\t\t\t{\n\t\t\t\tuser: user,\n\t\t\t\tsize: Math.ceil(size * window.devicePixelRatio),\n\t\t\t\tversion: oc_userconfig.avatar.version,\n\t\t\t})\n\t} else {\n\t\turl = OC.generateUrl(\n\t\t\t'/avatar/{user}/{size}',\n\t\t\t{\n\t\t\t\tuser: user,\n\t\t\t\tsize: Math.ceil(size * window.devicePixelRatio),\n\t\t\t})\n\t}\n\n\tconst img = new Image()\n\n\t// If the new image loads successfully set it.\n\timg.onload = function() {\n\t\t$div.clearimageplaceholder()\n\t\t$div.append(img)\n\n\t\tif (typeof callback === 'function') {\n\t\t\tcallback()\n\t\t}\n\t}\n\t// Fallback when avatar loading fails:\n\t// Use old placeholder when a displayname attribute is defined,\n\t// otherwise show the unknown user placeholder.\n\timg.onerror = function() {\n\t\t$div.clearimageplaceholder()\n\t\tif (typeof (displayname) !== 'undefined') {\n\t\t\t$div.imageplaceholder(user, displayname)\n\t\t} else {\n\t\t\tsetAvatarForUnknownUser($div)\n\t\t}\n\n\t\tif (typeof callback === 'function') {\n\t\t\tcallback()\n\t\t}\n\t}\n\n\tif (size < 32) {\n\t\t$div.addClass('icon-loading-small')\n\t} else {\n\t\t$div.addClass('icon-loading')\n\t}\n\timg.width = size\n\timg.height = size\n\timg.src = url\n\timg.alt = ''\n}\n","/*\n * @copyright 2018 Christoph Wurst <christoph@winzerhof-wurst.at>\n *\n * @author 2018 Christoph Wurst <christoph@winzerhof-wurst.at>\n *\n * @license GNU AGPL version 3 or any later version\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see <http://www.gnu.org/licenses/>.\n */\n\nimport $ from 'jquery'\n\nimport OC from '../OC'\n\nconst LIST = ''\n\t+ '<div class=\"menu popovermenu menu-left hidden contactsmenu-popover\">'\n\t+ ' <ul>'\n\t+ ' <li>'\n\t+ ' <a>'\n\t+ ' <span class=\"icon-loading-small\"></span>'\n\t+ ' </a>'\n\t+ ' </li>'\n\t+ ' </ul>'\n\t+ '</div>'\n\nconst entryTemplate = require('./contactsmenu/jquery_entry.handlebars')\n\n$.fn.contactsMenu = function(shareWith, shareType, appendTo) {\n\t// 0 - user, 4 - email, 6 - remote\n\tconst allowedTypes = [0, 4, 6]\n\tif (allowedTypes.indexOf(shareType) === -1) {\n\t\treturn\n\t}\n\n\tconst $div = this\n\tappendTo.append(LIST)\n\tconst $list = appendTo.find('div.contactsmenu-popover')\n\n\t$div.click(function() {\n\t\tif (!$list.hasClass('hidden')) {\n\t\t\t$list.addClass('hidden')\n\t\t\t$list.hide()\n\t\t\treturn\n\t\t}\n\n\t\t$list.removeClass('hidden')\n\t\t$list.show()\n\n\t\tif ($list.hasClass('loaded')) {\n\t\t\treturn\n\t\t}\n\n\t\t$list.addClass('loaded')\n\t\t$.ajax(OC.generateUrl('/contactsmenu/findOne'), {\n\t\t\tmethod: 'POST',\n\t\t\tdata: {\n\t\t\t\tshareType: shareType,\n\t\t\t\tshareWith: shareWith,\n\t\t\t},\n\t\t}).then(function(data) {\n\t\t\t$list.find('ul').find('li').addClass('hidden')\n\n\t\t\tlet actions\n\t\t\tif (!data.topAction) {\n\t\t\t\tactions = [{\n\t\t\t\t\thyperlink: '#',\n\t\t\t\t\ttitle: t('core', 'No action available'),\n\t\t\t\t}]\n\t\t\t} else {\n\t\t\t\tactions = [data.topAction].concat(data.actions)\n\t\t\t}\n\n\t\t\tactions.forEach(function(action) {\n\t\t\t\tconst template = entryTemplate\n\t\t\t\t$list.find('ul').append(template(action))\n\t\t\t})\n\t\t}, function(jqXHR) {\n\t\t\t$list.find('ul').find('li').addClass('hidden')\n\n\t\t\tlet title\n\t\t\tif (jqXHR.status === 404) {\n\t\t\t\ttitle = t('core', 'No action available')\n\t\t\t} else {\n\t\t\t\ttitle = t('core', 'Error fetching contact actions')\n\t\t\t}\n\n\t\t\tconst template = entryTemplate\n\t\t\t$list.find('ul').append(template({\n\t\t\t\thyperlink: '#',\n\t\t\t\ttitle: title,\n\t\t\t}))\n\t\t})\n\t})\n\n\t$(document).click(function(event) {\n\t\tconst clickedList = ($list.has(event.target).length > 0)\n\t\tlet clickedTarget = ($div.has(event.target).length > 0)\n\n\t\t$div.each(function() {\n\t\t\tif ($(this).is(event.target)) {\n\t\t\t\tclickedTarget = true\n\t\t\t}\n\t\t})\n\n\t\tif (clickedList || clickedTarget) {\n\t\t\treturn\n\t\t}\n\n\t\t$list.addClass('hidden')\n\t\t$list.hide()\n\t})\n}\n","/**\n * @copyright 2019 Christoph Wurst <christoph@winzerhof-wurst.at>\n *\n * @author 2019 Christoph Wurst <christoph@winzerhof-wurst.at>\n *\n * @license GNU AGPL version 3 or any later version\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see <http://www.gnu.org/licenses/>.\n */\n\nimport $ from 'jquery'\n\n/**\n * check if an element exists.\n * allows you to write if ($('#myid').exists()) to increase readability\n * @link http://stackoverflow.com/questions/31044/is-there-an-exists-function-for-jquery\n * @returns {boolean}\n */\n$.fn.exists = function() {\n\treturn this.length > 0\n}\n","/**\n * @copyright 2018 Christoph Wurst <christoph@winzerhof-wurst.at>\n *\n * @author 2018 Christoph Wurst <christoph@winzerhof-wurst.at>\n *\n * @license GNU AGPL version 3 or any later version\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see <http://www.gnu.org/licenses/>.\n */\n\nimport $ from 'jquery'\n\n/**\n * Filter jQuery selector by attribute value\n *\n * @param {string} attrName attribute name\n * @param {string} attrValue attribute value\n * @returns {Void}\n */\n$.fn.filterAttr = function(attrName, attrValue) {\n\treturn this.filter(function() {\n\t\treturn $(this).attr(attrName) === attrValue\n\t})\n}\n","/*\n * @copyright 2018 Christoph Wurst <christoph@winzerhof-wurst.at>\n *\n * @author 2018 Christoph Wurst <christoph@winzerhof-wurst.at>\n *\n * @license GNU AGPL version 3 or any later version\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see <http://www.gnu.org/licenses/>.\n */\n\nimport $ from 'jquery'\n\n$.widget('oc.ocdialog', {\n\toptions: {\n\t\twidth: 'auto',\n\t\theight: 'auto',\n\t\tcloseButton: true,\n\t\tcloseOnEscape: true,\n\t\tmodal: false,\n\t},\n\t_create: function() {\n\t\tconst self = this\n\n\t\tthis.originalCss = {\n\t\t\tdisplay: this.element[0].style.display,\n\t\t\twidth: this.element[0].style.width,\n\t\t\theight: this.element[0].style.height,\n\t\t}\n\n\t\tthis.originalTitle = this.element.attr('title')\n\t\tthis.options.title = this.options.title || this.originalTitle\n\n\t\tthis.$dialog = $('<div class=\"oc-dialog\" />')\n\t\t\t.attr({\n\t\t\t\t// Setting tabIndex makes the div focusable\n\t\t\t\ttabIndex: -1,\n\t\t\t\trole: 'dialog',\n\t\t\t})\n\t\t\t.insertBefore(this.element)\n\t\tthis.$dialog.append(this.element.detach())\n\t\tthis.element.removeAttr('title').addClass('oc-dialog-content').appendTo(this.$dialog)\n\n\t\tthis.$dialog.css({\n\t\t\tdisplay: 'inline-block',\n\t\t\tposition: 'fixed',\n\t\t})\n\n\t\tthis.enterCallback = null\n\n\t\t$(document).on('keydown keyup', function(event) {\n\t\t\tif (\n\t\t\t\tevent.target !== self.$dialog.get(0)\n\t\t\t\t&& self.$dialog.find($(event.target)).length === 0\n\t\t\t) {\n\t\t\t\treturn\n\t\t\t}\n\t\t\t// Escape\n\t\t\tif (\n\t\t\t\tevent.keyCode === 27\n\t\t\t\t&& event.type === 'keydown'\n\t\t\t\t&& self.options.closeOnEscape\n\t\t\t) {\n\t\t\t\tevent.stopImmediatePropagation()\n\t\t\t\tself.close()\n\t\t\t\treturn false\n\t\t\t}\n\t\t\t// Enter\n\t\t\tif (event.keyCode === 13) {\n\t\t\t\tevent.stopImmediatePropagation()\n\t\t\t\tif (self.enterCallback !== null) {\n\t\t\t\t\tself.enterCallback()\n\t\t\t\t\tevent.preventDefault()\n\t\t\t\t\treturn false\n\t\t\t\t}\n\t\t\t\tif (event.type === 'keyup') {\n\t\t\t\t\tevent.preventDefault()\n\t\t\t\t\treturn false\n\t\t\t\t}\n\t\t\t\t// If no button is selected we trigger the primary\n\t\t\t\tif (\n\t\t\t\t\tself.$buttonrow\n\t\t\t\t\t&& self.$buttonrow.find($(event.target)).length === 0\n\t\t\t\t) {\n\t\t\t\t\tconst $button = self.$buttonrow.find('button.primary')\n\t\t\t\t\tif ($button && !$button.prop('disabled')) {\n\t\t\t\t\t\t$button.trigger('click')\n\t\t\t\t\t}\n\t\t\t\t} else if (self.$buttonrow) {\n\t\t\t\t\t$(event.target).trigger('click')\n\t\t\t\t}\n\t\t\t\treturn false\n\t\t\t}\n\t\t})\n\n\t\tthis._setOptions(this.options)\n\t\tthis._createOverlay()\n\t},\n\t_init: function() {\n\t\tthis.$dialog.focus()\n\t\tthis._trigger('open')\n\t},\n\t_setOption: function(key, value) {\n\t\tconst self = this\n\t\tswitch (key) {\n\t\tcase 'title':\n\t\t\tif (this.$title) {\n\t\t\t\tthis.$title.text(value)\n\t\t\t} else {\n\t\t\t\tconst $title = $('<h2 class=\"oc-dialog-title\">'\n\t\t\t\t\t\t+ value\n\t\t\t\t\t\t+ '</h2>')\n\t\t\t\tthis.$title = $title.prependTo(this.$dialog)\n\t\t\t}\n\t\t\tthis._setSizes()\n\t\t\tbreak\n\t\tcase 'buttons':\n\t\t\tif (this.$buttonrow) {\n\t\t\t\tthis.$buttonrow.empty()\n\t\t\t} else {\n\t\t\t\tconst $buttonrow = $('<div class=\"oc-dialog-buttonrow\" />')\n\t\t\t\tthis.$buttonrow = $buttonrow.appendTo(this.$dialog)\n\t\t\t}\n\t\t\tif (value.length === 1) {\n\t\t\t\tthis.$buttonrow.addClass('onebutton')\n\t\t\t} else if (value.length === 2) {\n\t\t\t\tthis.$buttonrow.addClass('twobuttons')\n\t\t\t} else if (value.length === 3) {\n\t\t\t\tthis.$buttonrow.addClass('threebuttons')\n\t\t\t}\n\t\t\t$.each(value, function(idx, val) {\n\t\t\t\tconst $button = $('<button>').text(val.text)\n\t\t\t\tif (val.classes) {\n\t\t\t\t\t$button.addClass(val.classes)\n\t\t\t\t}\n\t\t\t\tif (val.defaultButton) {\n\t\t\t\t\t$button.addClass('primary')\n\t\t\t\t\tself.$defaultButton = $button\n\t\t\t\t}\n\t\t\t\tself.$buttonrow.append($button)\n\t\t\t\t$button.click(function() {\n\t\t\t\t\tval.click.apply(self.element[0], arguments)\n\t\t\t\t})\n\t\t\t})\n\t\t\tthis.$buttonrow.find('button')\n\t\t\t\t.on('focus', function(event) {\n\t\t\t\t\tself.$buttonrow.find('button').removeClass('primary')\n\t\t\t\t\t$(this).addClass('primary')\n\t\t\t\t})\n\t\t\tthis._setSizes()\n\t\t\tbreak\n\t\tcase 'style':\n\t\t\tif (value.buttons !== undefined) {\n\t\t\t\tthis.$buttonrow.addClass(value.buttons)\n\t\t\t}\n\t\t\tbreak\n\t\tcase 'closeButton':\n\t\t\tif (value) {\n\t\t\t\tconst $closeButton = $('<a class=\"oc-dialog-close\"></a>')\n\t\t\t\tthis.$dialog.prepend($closeButton)\n\t\t\t\t$closeButton.on('click', function() {\n\t\t\t\t\tself.close()\n\t\t\t\t})\n\t\t\t} else {\n\t\t\t\tthis.$dialog.find('.oc-dialog-close').remove()\n\t\t\t}\n\t\t\tbreak\n\t\tcase 'width':\n\t\t\tthis.$dialog.css('width', value)\n\t\t\tbreak\n\t\tcase 'height':\n\t\t\tthis.$dialog.css('height', value)\n\t\t\tbreak\n\t\tcase 'close':\n\t\t\tthis.closeCB = value\n\t\t\tbreak\n\t\t}\n\t\t// this._super(key, value);\n\t\t$.Widget.prototype._setOption.apply(this, arguments)\n\t},\n\t_setOptions: function(options) {\n\t\t// this._super(options);\n\t\t$.Widget.prototype._setOptions.apply(this, arguments)\n\t},\n\t_setSizes: function() {\n\t\tlet lessHeight = 0\n\t\tif (this.$title) {\n\t\t\tlessHeight += this.$title.outerHeight(true)\n\t\t}\n\t\tif (this.$buttonrow) {\n\t\t\tlessHeight += this.$buttonrow.outerHeight(true)\n\t\t}\n\t\tthis.element.css({\n\t\t\t'height': 'calc(100% - ' + lessHeight + 'px)',\n\t\t})\n\t},\n\t_createOverlay: function() {\n\t\tif (!this.options.modal) {\n\t\t\treturn\n\t\t}\n\n\t\tconst self = this\n\t\tthis.overlay = $('<div>')\n\t\t\t.addClass('oc-dialog-dim')\n\t\t\t.appendTo($('#content'))\n\t\tthis.overlay.on('click keydown keyup', function(event) {\n\t\t\tif (event.target !== self.$dialog.get(0) && self.$dialog.find($(event.target)).length === 0) {\n\t\t\t\tevent.preventDefault()\n\t\t\t\tevent.stopPropagation()\n\n\t\t\t}\n\t\t})\n\t},\n\t_destroyOverlay: function() {\n\t\tif (!this.options.modal) {\n\t\t\treturn\n\t\t}\n\n\t\tif (this.overlay) {\n\t\t\tthis.overlay.off('click keydown keyup')\n\t\t\tthis.overlay.remove()\n\t\t\tthis.overlay = null\n\t\t}\n\t},\n\twidget: function() {\n\t\treturn this.$dialog\n\t},\n\tsetEnterCallback: function(callback) {\n\t\tthis.enterCallback = callback\n\t},\n\tunsetEnterCallback: function() {\n\t\tthis.enterCallback = null\n\t},\n\tclose: function() {\n\t\tthis._destroyOverlay()\n\t\tconst self = this\n\t\t// Ugly hack to catch remaining keyup events.\n\t\tsetTimeout(function() {\n\t\t\tself._trigger('close', self)\n\t\t}, 200)\n\n\t\tself.$dialog.remove()\n\t\tthis.destroy()\n\t},\n\tdestroy: function() {\n\t\tif (this.$title) {\n\t\t\tthis.$title.remove()\n\t\t}\n\t\tif (this.$buttonrow) {\n\t\t\tthis.$buttonrow.remove()\n\t\t}\n\n\t\tif (this.originalTitle) {\n\t\t\tthis.element.attr('title', this.originalTitle)\n\t\t}\n\t\tthis.element.removeClass('oc-dialog-content')\n\t\t\t.css(this.originalCss).detach().insertBefore(this.$dialog)\n\t\tthis.$dialog.remove()\n\t},\n})\n","import $ from 'jquery'\nimport escapeHTML from 'escape-html'\n\n/**\n * jQuery plugin for micro templates\n *\n * Strings are automatically escaped, but that can be disabled by setting\n * escapeFunction to null.\n *\n * Usage examples:\n *\n * var htmlStr = '<p>Bake, uncovered, until the {greasystuff} is melted and the {pasta} is heated through, about {min} minutes.</p>'\n * $(htmlStr).octemplate({greasystuff: 'cheese', pasta: 'macaroni', min: 10});\n *\n * var htmlStr = '<p>Welcome back {user}</p>';\n * $(htmlStr).octemplate({user: 'John Q. Public'}, {escapeFunction: null});\n *\n * Be aware that the target string must be wrapped in an HTML element for the\n * plugin to work. The following won't work:\n *\n * var textStr = 'Welcome back {user}';\n * $(textStr).octemplate({user: 'John Q. Public'});\n *\n * For anything larger than one-liners, you can use a simple $.get() ajax\n * request to get the template, or you can embed them it the page using the\n * text/template type:\n *\n * <script id=\"contactListItemTemplate\" type=\"text/template\">\n * <tr class=\"contact\" data-id=\"{id}\">\n * <td class=\"name\">\n * <input type=\"checkbox\" name=\"id\" value=\"{id}\" /><span class=\"nametext\">{name}</span>\n * </td>\n * <td class=\"email\">\n * <a href=\"mailto:{email}\">{email}</a>\n * </td>\n * <td class=\"phone\">{phone}</td>\n * </tr>\n * </script>\n *\n * var $tmpl = $('#contactListItemTemplate');\n * var contacts = // fetched in some ajax call\n *\n * $.each(contacts, function(idx, contact) {\n * \t\t$contactList.append(\n * \t\t\t$tmpl.octemplate({\n * \t\t\t\tid: contact.getId(),\n * \t\t\t\tname: contact.getDisplayName(),\n * \t\t\t\temail: contact.getPreferredEmail(),\n * \t\t\t\tphone: contact.getPreferredPhone(),\n * \t\t\t});\n * \t\t);\n * });\n */\n/**\n * Object Template\n * Inspired by micro templating done by e.g. underscore.js\n */\nconst Template = {\n\tinit: function(vars, options, elem) {\n\t\t// Mix in the passed in options with the default options\n\t\tthis.vars = vars\n\t\tthis.options = $.extend({}, this.options, options)\n\n\t\tthis.elem = elem\n\t\tconst self = this\n\n\t\tif (typeof this.options.escapeFunction === 'function') {\n\t\t\tconst keys = Object.keys(this.vars)\n\t\t\tfor (let key = 0; key < keys.length; key++) {\n\t\t\t\tif (typeof this.vars[keys[key]] === 'string') {\n\t\t\t\t\tthis.vars[keys[key]] = self.options.escapeFunction(this.vars[keys[key]])\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\tconst _html = this._build(this.vars)\n\t\treturn $(_html)\n\t},\n\t// From stackoverflow.com/questions/1408289/best-way-to-do-variable-interpolation-in-javascript\n\t_build: function(o) {\n\t\tconst data = this.elem.attr('type') === 'text/template' ? this.elem.html() : this.elem.get(0).outerHTML\n\t\ttry {\n\t\t\treturn data.replace(/{([^{}]*)}/g,\n\t\t\t\tfunction(a, b) {\n\t\t\t\t\tconst r = o[b]\n\t\t\t\t\treturn typeof r === 'string' || typeof r === 'number' ? r : a\n\t\t\t\t}\n\t\t\t)\n\t\t} catch (e) {\n\t\t\tconsole.error(e, 'data:', data)\n\t\t}\n\t},\n\toptions: {\n\t\tescapeFunction: escapeHTML,\n\t},\n}\n\n$.fn.octemplate = function(vars, options) {\n\tvars = vars || {}\n\tif (this.length) {\n\t\tconst _template = Object.create(Template)\n\t\treturn _template.init(vars, options, this)\n\t}\n}\n","/* eslint-disable */\n/**\n * ownCloud\n *\n * @author John Molakvoæ\n * @copyright 2016-2018 John Molakvoæ <skjnldsv@protonmail.com>\n * @author Morris Jobke\n * @copyright 2013 Morris Jobke <morris.jobke@gmail.com>\n *\n * This library is free software; you can redistribute it and/or\n * modify it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE\n * License as published by the Free Software Foundation; either\n * version 3 of the License, or any later version.\n *\n * This library is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU AFFERO GENERAL PUBLIC LICENSE for more details.\n *\n * You should have received a copy of the GNU Affero General Public\n * License along with this library. If not, see <http://www.gnu.org/licenses/>.\n *\n */\n\nimport $ from 'jquery'\n\n/*\n * Adds a background color to the element called on and adds the first character\n * of the passed in string. This string is also the seed for the generation of\n * the background color.\n *\n * You have following HTML:\n *\n * <div id=\"albumart\"></div>\n *\n * And call this from Javascript:\n *\n * $('#albumart').imageplaceholder('The Album Title');\n *\n * Which will result in:\n *\n * <div id=\"albumart\" style=\"background-color: rgb(121, 90, 171); ... \">T</div>\n *\n * You may also call it like this, to have a different background, than the seed:\n *\n * $('#albumart').imageplaceholder('The Album Title', 'Album Title');\n *\n * Resulting in:\n *\n * <div id=\"albumart\" style=\"background-color: rgb(121, 90, 171); ... \">A</div>\n *\n */\n\n/*\n* Alternatively, you can use the prototype function to convert your string to rgb colors:\n*\n* \"a6741a86aded5611a8e46ce16f2ad646\".toRgb()\n*\n* Will return the rgb parameters within the following object:\n*\n* Color {r: 208, g: 158, b: 109}\n*\n*/\n\nString.prototype.toRgb = function() {\n\t// Normalize hash\n\tvar hash = this.toLowerCase()\n\n\t// Already a md5 hash?\n\tif (hash.match(/^([0-9a-f]{4}-?){8}$/) === null) {\n\t\thash = md5(hash)\n\t}\n\n\thash = hash.replace(/[^0-9a-f]/g, '')\n\n\tfunction Color(r, g, b) {\n\t\tthis.r = r\n\t\tthis.g = g\n\t\tthis.b = b\n\t}\n\n\tfunction stepCalc(steps, ends) {\n\t\tvar step = new Array(3)\n\t\tstep[0] = (ends[1].r - ends[0].r) / steps\n\t\tstep[1] = (ends[1].g - ends[0].g) / steps\n\t\tstep[2] = (ends[1].b - ends[0].b) / steps\n\t\treturn step\n\t}\n\n\tfunction mixPalette(steps, color1, color2) {\n\t\tvar count = steps + 1\n\t\tvar palette = new Array()\n\t\tpalette.push(color1)\n\t\tvar step = stepCalc(steps, [color1, color2])\n\t\tfor (var i = 1; i < steps; i++) {\n\t\t\tvar r = parseInt(color1.r + (step[0] * i))\n\t\t\tvar g = parseInt(color1.g + (step[1] * i))\n\t\t\tvar b = parseInt(color1.b + (step[2] * i))\n\t\t\tpalette.push(new Color(r, g, b))\n\t\t}\n\t\treturn palette\n\t}\n\n\tvar red = new Color(182, 70, 157)\n\tvar yellow = new Color(221, 203, 85)\n\tvar blue = new Color(0, 130, 201) // Nextcloud blue\n\t// Number of steps to go from a color to another\n\t// 3 colors * 6 will result in 18 generated colors\n\tvar steps = 6\n\n\tvar palette1 = mixPalette(steps, red, yellow)\n\tvar palette2 = mixPalette(steps, yellow, blue)\n\tvar palette3 = mixPalette(steps, blue, red)\n\n\tvar finalPalette = palette1.concat(palette2).concat(palette3)\n\n\t// Convert a string to an integer evenly\n\tfunction hashToInt(hash, maximum) {\n\t\tvar finalInt = 0\n\t\tvar result = Array()\n\n\t\t// Splitting evenly the string\n\t\tfor (var i = 0; i < hash.length; i++) {\n\t\t\t// chars in md5 goes up to f, hex:16\n\t\t\tresult.push(parseInt(hash.charAt(i), 16) % 16)\n\t\t}\n\t\t// Adds up all results\n\t\tfor (var j in result) {\n\t\t\tfinalInt += result[j]\n\t\t}\n\t\t// chars in md5 goes up to f, hex:16\n\t\t// make sure we're always using int in our operation\n\t\treturn parseInt(parseInt(finalInt) % maximum)\n\t}\n\n\treturn finalPalette[hashToInt(hash, steps * 3)]\n}\n\n$.fn.imageplaceholder = function(seed, text, size) {\n\ttext = text || seed\n\n\t// Compute the hash\n\tvar rgb = seed.toRgb()\n\tthis.css('background-color', 'rgb(' + rgb.r + ', ' + rgb.g + ', ' + rgb.b + ')')\n\n\t// Placeholders are square\n\tvar height = this.height() || size || 32\n\tthis.height(height)\n\tthis.width(height)\n\n\t// CSS rules\n\tthis.css('color', '#fff')\n\tthis.css('font-weight', 'normal')\n\tthis.css('text-align', 'center')\n\n\t// calculate the height\n\tthis.css('line-height', height + 'px')\n\tthis.css('font-size', (height * 0.55) + 'px')\n\n\tif (seed !== null && seed.length) {\n\t\tthis.html(text[0].toUpperCase())\n\t}\n}\n\n$.fn.clearimageplaceholder = function() {\n\tthis.css('background-color', '')\n\tthis.css('color', '')\n\tthis.css('font-weight', '')\n\tthis.css('text-align', '')\n\tthis.css('line-height', '')\n\tthis.css('font-size', '')\n\tthis.html('')\n\tthis.removeClass('icon-loading')\n\tthis.removeClass('icon-loading-small')\n}\n","/*\n * @copyright 2019 Christoph Wurst <christoph@winzerhof-wurst.at>\n *\n * @author 2019 Christoph Wurst <christoph@winzerhof-wurst.at>\n *\n * @license GNU AGPL version 3 or any later version\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see <http://www.gnu.org/licenses/>.\n */\n\nimport $ from 'jquery'\n\nimport { getToken } from '../OC/requesttoken'\n\n$(document).on('ajaxSend', function(elm, xhr, settings) {\n\tif (settings.crossDomain === false) {\n\t\txhr.setRequestHeader('requesttoken', getToken())\n\t\txhr.setRequestHeader('OCS-APIREQUEST', 'true')\n\t}\n})\n","/**\n * @copyright 2019 Christoph Wurst <christoph@winzerhof-wurst.at>\n *\n * @author 2019 Christoph Wurst <christoph@winzerhof-wurst.at>\n *\n * @license GNU AGPL version 3 or any later version\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see <http://www.gnu.org/licenses/>.\n */\n\nimport $ from 'jquery'\n\n/**\n * select a range in an input field\n * @link http://stackoverflow.com/questions/499126/jquery-set-cursor-position-in-text-area\n * @param {int} start start selection from\n * @param {int} end number of char from start\n * @returns {Void}\n */\n$.fn.selectRange = function(start, end) {\n\treturn this.each(function() {\n\t\tif (this.setSelectionRange) {\n\t\t\tthis.focus()\n\t\t\tthis.setSelectionRange(start, end)\n\t\t} else if (this.createTextRange) {\n\t\t\tconst range = this.createTextRange()\n\t\t\trange.collapse(true)\n\t\t\trange.moveEnd('character', end)\n\t\t\trange.moveStart('character', start)\n\t\t\trange.select()\n\t\t}\n\t})\n}\n","/*\n * @copyright 2018 Christoph Wurst <christoph@winzerhof-wurst.at>\n *\n * @author 2018 Christoph Wurst <christoph@winzerhof-wurst.at>\n *\n * @license GNU AGPL version 3 or any later version\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see <http://www.gnu.org/licenses/>.\n */\n\nimport $ from 'jquery'\n\n/*\n*\t@name\t\t\t\t\t\t\tShow Password\n*\t@description\n*\t@version\t\t\t\t\t\t1.3\n*\t@requires\t\t\t\t\t\tJquery 1.5\n*\n*\t@author\t\t\t\t\t\t\tJan Jarfalk\n*\t@author-email\t\t\t\t\tjan.jarfalk@unwrongest.com\n*\t@author-website\t\t\t\t\thttp://www.unwrongest.com\n*\n*\t@special-thanks\t\t\t\t\tMichel Gratton\n*\n*\t@licens\t\t\t\t\t\t\tMIT License - http://www.opensource.org/licenses/mit-license.php\n*/\n$.fn.extend({\n\tshowPassword: function(c) {\n\n\t\t// Setup callback object\n\t\tconst callback = { 'fn': null, 'args': {} }\n\t\tcallback.fn = c\n\n\t\t// Clones passwords and turn the clones into text inputs\n\t\tconst cloneElement = function(element) {\n\n\t\t\tconst $element = $(element)\n\n\t\t\tconst $clone = $('<input />')\n\n\t\t\t// Name added for JQuery Validation compatibility\n\t\t\t// Element name is required to avoid script warning.\n\t\t\t$clone.attr({\n\t\t\t\t'type': 'text',\n\t\t\t\t'class': $element.attr('class'),\n\t\t\t\t'style': $element.attr('style'),\n\t\t\t\t'size': $element.attr('size'),\n\t\t\t\t'name': $element.attr('name') + '-clone',\n\t\t\t\t'tabindex': $element.attr('tabindex'),\n\t\t\t\t'autocomplete': 'off',\n\t\t\t})\n\n\t\t\tif ($element.attr('placeholder') !== undefined) {\n\t\t\t\t$clone.attr('placeholder', $element.attr('placeholder'))\n\t\t\t}\n\n\t\t\treturn $clone\n\n\t\t}\n\n\t\t// Transfers values between two elements\n\t\tconst update = function(a, b) {\n\t\t\tb.val(a.val())\n\t\t}\n\n\t\t// Shows a or b depending on checkbox\n\t\tconst setState = function(checkbox, a, b) {\n\n\t\t\tif (checkbox.is(':checked')) {\n\t\t\t\tupdate(a, b)\n\t\t\t\tb.show()\n\t\t\t\ta.hide()\n\t\t\t} else {\n\t\t\t\tupdate(b, a)\n\t\t\t\tb.hide()\n\t\t\t\ta.show()\n\t\t\t}\n\n\t\t}\n\n\t\treturn this.each(function() {\n\n\t\t\tconst $input = $(this)\n\t\t\tconst $checkbox = $($input.data('typetoggle'))\n\n\t\t\t// Create clone\n\t\t\tconst $clone = cloneElement($input)\n\t\t\t$clone.insertAfter($input)\n\n\t\t\t// Set callback arguments\n\t\t\tif (callback.fn) {\n\t\t\t\tcallback.args.input = $input\n\t\t\t\tcallback.args.checkbox = $checkbox\n\t\t\t\tcallback.args.clone = $clone\n\t\t\t}\n\n\t\t\t$checkbox.bind('click', function() {\n\t\t\t\tsetState($checkbox, $input, $clone)\n\t\t\t})\n\n\t\t\t$input.bind('keyup', function() {\n\t\t\t\tupdate($input, $clone)\n\t\t\t})\n\n\t\t\t$clone.bind('keyup', function() {\n\t\t\t\tupdate($clone, $input)\n\n\t\t\t\t// Added for JQuery Validation compatibility\n\t\t\t\t// This will trigger validation if it's ON for keyup event\n\t\t\t\t$input.trigger('keyup')\n\n\t\t\t})\n\n\t\t\t// Added for JQuery Validation compatibility\n\t\t\t// This will trigger validation if it's ON for blur event\n\t\t\t$clone.bind('blur', function() {\n\t\t\t\t$input.trigger('focusout')\n\t\t\t})\n\n\t\t\tsetState($checkbox, $input, $clone)\n\n\t\t\t// set type of password field clone (type=text) to password right on submit\n\t\t\t// to prevent browser save the value of this field\n\t\t\t$clone.closest('form').submit(function(e) {\n\t\t\t\t// .prop has to be used, because .attr throws\n\t\t\t\t// an error while changing a type of an input\n\t\t\t\t// element\n\t\t\t\t$clone.prop('type', 'password')\n\t\t\t})\n\n\t\t\tif (callback.fn) {\n\t\t\t\tcallback.fn(callback.args)\n\t\t\t}\n\n\t\t})\n\t},\n})\n","/**\n * @copyright 2019 Christoph Wurst <christoph@winzerhof-wurst.at>\n *\n * @author 2019 Christoph Wurst <christoph@winzerhof-wurst.at>\n *\n * @license GNU AGPL version 3 or any later version\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see <http://www.gnu.org/licenses/>.\n */\n\nimport $ from 'jquery'\n\n/**\n * $ tipsy shim for the bootstrap tooltip\n * @param {Object} argument options\n * @returns {Object} this\n * @deprecated\n */\n$.fn.tipsy = function(argument) {\n\tconsole.warn('Deprecation warning: tipsy is deprecated. Use tooltip instead.')\n\tif (typeof argument === 'object' && argument !== null) {\n\n\t\t// tipsy defaults\n\t\tconst options = {\n\t\t\tplacement: 'bottom',\n\t\t\tdelay: { 'show': 0, 'hide': 0 },\n\t\t\ttrigger: 'hover',\n\t\t\thtml: false,\n\t\t\tcontainer: 'body',\n\t\t}\n\t\tif (argument.gravity) {\n\t\t\tswitch (argument.gravity) {\n\t\t\tcase 'n':\n\t\t\tcase 'nw':\n\t\t\tcase 'ne':\n\t\t\t\toptions.placement = 'bottom'\n\t\t\t\tbreak\n\t\t\tcase 's':\n\t\t\tcase 'sw':\n\t\t\tcase 'se':\n\t\t\t\toptions.placement = 'top'\n\t\t\t\tbreak\n\t\t\tcase 'w':\n\t\t\t\toptions.placement = 'right'\n\t\t\t\tbreak\n\t\t\tcase 'e':\n\t\t\t\toptions.placement = 'left'\n\t\t\t\tbreak\n\t\t\t}\n\t\t}\n\t\tif (argument.trigger) {\n\t\t\toptions.trigger = argument.trigger\n\t\t}\n\t\tif (argument.delayIn) {\n\t\t\toptions.delay.show = argument.delayIn\n\t\t}\n\t\tif (argument.delayOut) {\n\t\t\toptions.delay.hide = argument.delayOut\n\t\t}\n\t\tif (argument.html) {\n\t\t\toptions.html = true\n\t\t}\n\t\tif (argument.fallback) {\n\t\t\toptions.title = argument.fallback\n\t\t}\n\t\t// destroy old tooltip in case the title has changed\n\t\t$.fn.tooltip.call(this, 'destroy')\n\t\t$.fn.tooltip.call(this, options)\n\t} else {\n\t\tthis.tooltip(argument)\n\t\t$.fn.tooltip.call(this, argument)\n\t}\n\treturn this\n}\n","import $ from 'jquery'\n\n// Set autocomplete width the same as the related input\n// See http://stackoverflow.com/a/11845718\n$.ui.autocomplete.prototype._resizeMenu = function() {\n\tconst ul = this.menu.element\n\tul.outerWidth(this.element.outerWidth())\n}\n","/**\n * @copyright 2019 Christoph Wurst <christoph@winzerhof-wurst.at>\n *\n * @author 2019 Christoph Wurst <christoph@winzerhof-wurst.at>\n *\n * @license GNU AGPL version 3 or any later version\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see <http://www.gnu.org/licenses/>.\n */\n\nimport $ from 'jquery'\n\nimport './avatar'\nimport './contactsmenu'\nimport './exists'\nimport './filterattr'\nimport './ocdialog'\nimport './octemplate'\nimport './placeholder'\nimport './requesttoken'\nimport './selectrange'\nimport './showpassword'\nimport './tipsy'\nimport './ui-fixes'\n\nimport './css/jquery-ui-fixes.scss'\nimport './css/jquery.ocdialog.scss'\n\n/**\n * Disable automatic evaluation of responses for $.ajax() functions (and its\n * higher-level alternatives like $.get() and $.post()).\n *\n * If a response to a $.ajax() request returns a content type of \"application/javascript\"\n * JQuery would previously execute the response body. This is a pretty unexpected\n * behaviour and can result in a bypass of our Content-Security-Policy as well as\n * multiple unexpected XSS vectors.\n */\n$.ajaxSetup({\n\tcontents: {\n\t\tscript: false,\n\t},\n})\n\n/**\n * Disable execution of eval in jQuery. We do require an allowed eval CSP\n * configuration at the moment for handlebars et al. But for jQuery there is\n * not much of a reason to execute JavaScript directly via eval.\n *\n * This thus mitigates some unexpected XSS vectors.\n */\n$.globalEval = function() {\n}\n","/**\n * @copyright (c) 2017 Arthur Schiwon <blizzz@arthur-schiwon.de>\n *\n * @author Arthur Schiwon <blizzz@arthur-schiwon.de>\n *\n * This file is licensed under the Affero General Public License version 3 or\n * later. See the COPYING file.\n */\n\nimport $ from 'jquery'\n\n/*\n * Detects links:\n * Either the http(s) protocol is given or two strings, basically limited to ascii with the last\n * \tword being at least one digit long,\n * followed by at least another character\n *\n * The downside: anything not ascii is excluded. Not sure how common it is in areas using different\n * alphabets… the upside: fake domains with similar looking characters won't be formatted as links\n */\nconst urlRegex = /(\\s|^)(https?:\\/\\/)?((?:[-A-Z0-9+_]+\\.)+[-A-Z]+(?:\\/[-A-Z0-9+&@#%?=~_|!:,.;()]*)*)(\\s|$)/ig\n\nexport function plainToRich(content) {\n\treturn this.formatLinksRich(content)\n}\n\nexport function richToPlain(content) {\n\treturn this.formatLinksPlain(content)\n}\n\nexport function formatLinksRich(content) {\n\treturn content.replace(urlRegex, function(_, leadingSpace, protocol, url, trailingSpace) {\n\t\tlet linkText = url\n\t\tif (!protocol) {\n\t\t\tprotocol = 'https://'\n\t\t} else if (protocol === 'http://') {\n\t\t\tlinkText = protocol + url\n\t\t}\n\n\t\treturn leadingSpace + '<a class=\"external\" target=\"_blank\" rel=\"noopener noreferrer\" href=\"' + protocol + url + '\">' + linkText + '</a>' + trailingSpace\n\t})\n}\n\nexport function formatLinksPlain(content) {\n\tconst $content = $('<div></div>').html(content)\n\t$content.find('a').each(function() {\n\t\tconst $this = $(this)\n\t\t$this.html($this.attr('href'))\n\t})\n\treturn $content.html()\n}\n","/**\n * @copyright Copyright (c) 2018 Julius Härtl <jus@bitgrid.net>\n *\n * @author Julius Härtl <jus@bitgrid.net>\n *\n * @license GNU AGPL version 3 or any later version\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see <http://www.gnu.org/licenses/>.\n *\n */\n\nconst loadedScripts = {}\nconst loadedStylesheets = {}\n/**\n * @namespace OCP\n * @class Loader\n */\nexport default {\n\n\t/**\n\t * Load a script asynchronously\n\t *\n\t * @param {string} app the app name\n\t * @param {string} file the script file name\n\t * @returns {Promise}\n\t */\n\tloadScript: function(app, file) {\n\t\tconst key = app + file\n\t\tif (Object.prototype.hasOwnProperty.call(loadedScripts, key)) {\n\t\t\treturn Promise.resolve()\n\t\t}\n\t\tloadedScripts[key] = true\n\t\treturn new Promise(function(resolve, reject) {\n\t\t\tconst scriptPath = OC.filePath(app, 'js', file)\n\t\t\tconst script = document.createElement('script')\n\t\t\tscript.src = scriptPath\n\t\t\tscript.setAttribute('nonce', btoa(OC.requestToken))\n\t\t\tscript.onload = () => resolve()\n\t\t\tscript.onerror = () => reject(new Error(`Failed to load script from ${scriptPath}`))\n\t\t\tdocument.head.appendChild(script)\n\t\t})\n\t},\n\n\t/**\n\t * Load a stylesheet file asynchronously\n\t *\n\t * @param {string} app the app name\n\t * @param {string} file the script file name\n\t * @returns {Promise}\n\t */\n\tloadStylesheet: function(app, file) {\n\t\tconst key = app + file\n\t\tif (Object.prototype.hasOwnProperty.call(loadedStylesheets, key)) {\n\t\t\treturn Promise.resolve()\n\t\t}\n\t\tloadedStylesheets[key] = true\n\t\treturn new Promise(function(resolve, reject) {\n\t\t\tconst stylePath = OC.filePath(app, 'css', file)\n\t\t\tconst link = document.createElement('link')\n\t\t\tlink.href = stylePath\n\t\t\tlink.type = 'text/css'\n\t\t\tlink.rel = 'stylesheet'\n\t\t\tlink.onload = () => resolve()\n\t\t\tlink.onerror = () => reject(new Error(`Failed to load stylesheet from ${stylePath}`))\n\t\t\tdocument.head.appendChild(link)\n\t\t})\n\t},\n}\n","/**\n * @copyright Copyright (c) 2018 Julius Härtl <jus@bitgrid.net>\n *\n * @author Julius Härtl <jus@bitgrid.net>\n *\n * @license GNU AGPL version 3 or any later version\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see <http://www.gnu.org/licenses/>.\n *\n */\n\nimport escapeHTML from 'escape-html'\n\n/**\n * @typedef TypeDefinition\n * @method {callback} action This action is executed to let the user select a resource\n * @param {string} icon Contains the icon css class for the type\n * @constructor\n */\n\n/**\n * @type {TypeDefinition[]}\n **/\nconst types = {}\n\n/**\n * Those translations will be used by the vue component but they should be shipped with the server\n * FIXME: Those translations should be added to the library\n * @returns {Array}\n */\nexport const l10nProjects = () => {\n\treturn [\n\t\tt('core', 'Add to a project'),\n\t\tt('core', 'Show details'),\n\t\tt('core', 'Hide details'),\n\t\tt('core', 'Rename project'),\n\t\tt('core', 'Failed to rename the project'),\n\t\tt('core', 'Failed to create a project'),\n\t\tt('core', 'Failed to add the item to the project'),\n\t\tt('core', 'Connect items to a project to make them easier to find'),\n\t\tt('core', 'Type to search for existing projects'),\n\t]\n}\n\nexport default {\n\t/**\n\t *\n\t * @param {string} type type\n\t * @param {TypeDefinition} typeDefinition typeDefinition\n\t */\n\tregisterType(type, typeDefinition) {\n\t\ttypes[type] = typeDefinition\n\t},\n\ttrigger(type) {\n\t\treturn types[type].action()\n\t},\n\tgetTypes() {\n\t\treturn Object.keys(types)\n\t},\n\tgetIcon(type) {\n\t\treturn types[type].typeIconClass || ''\n\t},\n\tgetLabel(type) {\n\t\treturn escapeHTML(types[type].typeString || type)\n\t},\n\tgetLink(type, id) {\n\t\t/* TODO: Allow action to be executed instead of href as well */\n\t\treturn typeof types[type] !== 'undefined' ? types[type].link(id) : ''\n\t},\n}\n","/**\n * @copyright (c) 2017 Arthur Schiwon <blizzz@arthur-schiwon.de>\n *\n * @author Arthur Schiwon <blizzz@arthur-schiwon.de>\n *\n * This file is licensed under the Affero General Public License version 3 or\n * later. See the COPYING file.\n */\n\nimport _ from 'underscore'\nimport $ from 'jquery'\n\nimport OC from '../OC/index'\n\nexport function query(options) {\n\toptions = options || {}\n\tconst dismissOptions = options.dismiss || {}\n\t$.ajax({\n\t\ttype: 'GET',\n\t\turl: options.url || OC.linkToOCS('core', 2) + 'whatsnew?format=json',\n\t\tsuccess: options.success || function(data, statusText, xhr) {\n\t\t\tonQuerySuccess(data, statusText, xhr, dismissOptions)\n\t\t},\n\t\terror: options.error || onQueryError,\n\t})\n}\n\nexport function dismiss(version, options) {\n\toptions = options || {}\n\t$.ajax({\n\t\ttype: 'POST',\n\t\turl: options.url || OC.linkToOCS('core', 2) + 'whatsnew',\n\t\tdata: { version: encodeURIComponent(version) },\n\t\tsuccess: options.success || onDismissSuccess,\n\t\terror: options.error || onDismissError,\n\t})\n\t// remove element immediately\n\t$('.whatsNewPopover').remove()\n}\n\nfunction onQuerySuccess(data, statusText, xhr, dismissOptions) {\n\tconsole.debug('querying Whats New data was successful: ' + statusText)\n\tconsole.debug(data)\n\n\tif (xhr.status !== 200) {\n\t\treturn\n\t}\n\n\tlet item, menuItem, text, icon\n\n\tconst div = document.createElement('div')\n\tdiv.classList.add('popovermenu', 'open', 'whatsNewPopover', 'menu-left')\n\n\tconst list = document.createElement('ul')\n\n\t// header\n\titem = document.createElement('li')\n\tmenuItem = document.createElement('span')\n\tmenuItem.className = 'menuitem'\n\n\ttext = document.createElement('span')\n\ttext.innerText = t('core', 'New in') + ' ' + data['ocs']['data']['product']\n\ttext.className = 'caption'\n\tmenuItem.appendChild(text)\n\n\ticon = document.createElement('span')\n\ticon.className = 'icon-close'\n\ticon.onclick = function() {\n\t\tdismiss(data['ocs']['data']['version'], dismissOptions)\n\t}\n\tmenuItem.appendChild(icon)\n\n\titem.appendChild(menuItem)\n\tlist.appendChild(item)\n\n\t// Highlights\n\tfor (const i in data['ocs']['data']['whatsNew']['regular']) {\n\t\tconst whatsNewTextItem = data['ocs']['data']['whatsNew']['regular'][i]\n\t\titem = document.createElement('li')\n\n\t\tmenuItem = document.createElement('span')\n\t\tmenuItem.className = 'menuitem'\n\n\t\ticon = document.createElement('span')\n\t\ticon.className = 'icon-checkmark'\n\t\tmenuItem.appendChild(icon)\n\n\t\ttext = document.createElement('p')\n\t\ttext.innerHTML = _.escape(whatsNewTextItem)\n\t\tmenuItem.appendChild(text)\n\n\t\titem.appendChild(menuItem)\n\t\tlist.appendChild(item)\n\t}\n\n\t// Changelog URL\n\tif (!_.isUndefined(data['ocs']['data']['changelogURL'])) {\n\t\titem = document.createElement('li')\n\n\t\tmenuItem = document.createElement('a')\n\t\tmenuItem.href = data['ocs']['data']['changelogURL']\n\t\tmenuItem.rel = 'noreferrer noopener'\n\t\tmenuItem.target = '_blank'\n\n\t\ticon = document.createElement('span')\n\t\ticon.className = 'icon-link'\n\t\tmenuItem.appendChild(icon)\n\n\t\ttext = document.createElement('span')\n\t\ttext.innerText = t('core', 'View changelog')\n\t\tmenuItem.appendChild(text)\n\n\t\titem.appendChild(menuItem)\n\t\tlist.appendChild(item)\n\t}\n\n\tdiv.appendChild(list)\n\tdocument.body.appendChild(div)\n}\n\nfunction onQueryError(x, t, e) {\n\tconsole.debug('querying Whats New Data resulted in an error: ' + t + e)\n\tconsole.debug(x)\n}\n\nfunction onDismissSuccess(data) {\n\t// noop\n}\n\nfunction onDismissError(data) {\n\tconsole.debug('dismissing Whats New data resulted in an error: ' + data)\n}\n","/**\n *\n */\nimport * as AppConfig from './appconfig'\nimport * as Comments from './comments'\nimport Loader from './loader'\nimport { loadState } from '@nextcloud/initial-state'\nimport Collaboration from './collaboration'\nimport Toast from './toast'\nimport * as WhatsNew from './whatsnew'\n\n/** @namespace OCP */\nexport default {\n\tAppConfig,\n\tCollaboration,\n\tComments,\n\tInitialState: {\n\t\t/**\n\t\t * @deprecated 18.0.0 add https://www.npmjs.com/package/@nextcloud/initial-state to your app\n\t\t */\n\t\tloadState,\n\t},\n\tLoader,\n\tToast,\n\tWhatsNew,\n}\n","/* eslint-disable @nextcloud/no-deprecations */\n/**\n * @copyright 2019 Christoph Wurst <christoph@winzerhof-wurst.at>\n *\n * @author 2019 Christoph Wurst <christoph@winzerhof-wurst.at>\n *\n * @license GNU AGPL version 3 or any later version\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see <http://www.gnu.org/licenses/>.\n */\n\nimport { initCore } from './init'\n\nimport _ from 'underscore'\nimport $ from 'jquery'\nimport 'jquery-migrate/dist/jquery-migrate.min'\n// TODO: switch to `jquery-ui` package and import widgets and effects individually\n// `jquery-ui-dist` is used as a workaround for the issue of missing effects\nimport 'jquery-ui-dist/jquery-ui'\nimport 'jquery-ui-dist/jquery-ui.css'\nimport 'jquery-ui-dist/jquery-ui.theme.css'\n// END TODO\nimport autosize from 'autosize'\nimport Backbone from 'backbone'\nimport 'bootstrap/js/dist/tooltip'\nimport './Polyfill/tooltip'\nimport ClipboardJS from 'clipboard'\nimport dav from 'davclient.js'\nimport DOMPurify from 'dompurify'\nimport Handlebars from 'handlebars'\nimport 'jcrop/js/jquery.Jcrop'\nimport 'jcrop/css/jquery.Jcrop.css'\nimport jstimezonedetect from 'jstimezonedetect'\nimport md5 from 'blueimp-md5'\nimport moment from 'moment'\nimport 'select2'\nimport 'select2/select2.css'\nimport 'snap.js/dist/snap'\nimport 'strengthify'\nimport 'strengthify/strengthify.css'\n\nimport OC from './OC/index'\nimport OCP from './OCP/index'\nimport OCA from './OCA/index'\nimport escapeHTML from 'escape-html'\nimport { getToken as getRequestToken } from './OC/requesttoken'\n\nconst warnIfNotTesting = function() {\n\tif (window.TESTING === undefined) {\n\t\tconsole.warn.apply(console, arguments)\n\t}\n}\n\n/**\n * Mark a function as deprecated and automatically\n * warn if used!\n *\n * @param {Function} func the library to deprecate\n * @param {String} funcName the name of the library\n * @param {Int} version the version this gets removed\n * @returns {function}\n */\nconst deprecate = (func, funcName, version) => {\n\tconst oldFunc = func\n\tconst newFunc = function() {\n\t\twarnIfNotTesting(`The ${funcName} library is deprecated! It will be removed in nextcloud ${version}.`)\n\t\treturn oldFunc.apply(this, arguments)\n\t}\n\tObject.assign(newFunc, oldFunc)\n\treturn newFunc\n}\n\nconst setDeprecatedProp = (global, cb, msg) => {\n\t(Array.isArray(global) ? global : [global]).map(global => {\n\t\tif (window[global] !== undefined) {\n\t\t\tdelete window[global]\n\t\t}\n\t\tObject.defineProperty(window, global, {\n\t\t\tget: () => {\n\t\t\t\tif (msg) {\n\t\t\t\t\twarnIfNotTesting(`${global} is deprecated: ${msg}`)\n\t\t\t\t} else {\n\t\t\t\t\twarnIfNotTesting(`${global} is deprecated`)\n\t\t\t\t}\n\n\t\t\t\treturn cb()\n\t\t\t},\n\t\t})\n\t})\n}\n\nwindow['_'] = _\nsetDeprecatedProp(['$', 'jQuery'], () => $, 'The global jQuery is deprecated. It will be updated to v2.4 in Nextcloud 20 and v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own.')\nsetDeprecatedProp('autosize', () => autosize, 'please ship your own, this will be removed in Nextcloud 20')\nsetDeprecatedProp('Backbone', () => Backbone, 'please ship your own, this will be removed in Nextcloud 20')\nsetDeprecatedProp(['Clipboard', 'ClipboardJS'], () => ClipboardJS, 'please ship your own, this will be removed in Nextcloud 20')\nwindow['dav'] = dav\nsetDeprecatedProp('DOMPurify', () => DOMPurify, 'The global DOMPurify is deprecated, this will be removed in Nextcloud 21')\nsetDeprecatedProp('Handlebars', () => Handlebars, 'please ship your own, this will be removed in Nextcloud 20')\nsetDeprecatedProp(['jstz', 'jstimezonedetect'], () => jstimezonedetect, 'please ship your own, this will be removed in Nextcloud 20')\nsetDeprecatedProp('md5', () => md5, 'please ship your own, this will be removed in Nextcloud 20')\nsetDeprecatedProp('moment', () => moment, 'please ship your own, this will be removed in Nextcloud 20')\n\nwindow['OC'] = OC\nsetDeprecatedProp('initCore', () => initCore, 'this is an internal function')\nsetDeprecatedProp('oc_appswebroots', () => OC.appswebroots, 'use OC.appswebroots instead, this will be removed in Nextcloud 20')\nsetDeprecatedProp('oc_capabilities', OC.getCapabilities, 'use OC.getCapabilities instead, this will be removed in Nextcloud 20')\nsetDeprecatedProp('oc_config', () => OC.config, 'use OC.config instead, this will be removed in Nextcloud 20')\nsetDeprecatedProp('oc_current_user', () => OC.getCurrentUser().uid, 'use OC.getCurrentUser().uid instead, this will be removed in Nextcloud 20')\nsetDeprecatedProp('oc_debug', () => OC.debug, 'use OC.debug instead, this will be removed in Nextcloud 20')\nsetDeprecatedProp('oc_defaults', () => OC.theme, 'use OC.theme instead, this will be removed in Nextcloud 20')\nsetDeprecatedProp('oc_isadmin', OC.isUserAdmin, 'use OC.isUserAdmin() instead, this will be removed in Nextcloud 20')\nsetDeprecatedProp('oc_requesttoken', () => getRequestToken(), 'use OC.requestToken instead, this will be removed in Nextcloud 20')\nsetDeprecatedProp('oc_webroot', () => OC.webroot, 'use OC.getRootPath() instead, this will be removed in Nextcloud 20')\nsetDeprecatedProp('OCDialogs', () => OC.dialogs, 'use OC.dialogs instead, this will be removed in Nextcloud 20')\nwindow['OCP'] = OCP\nwindow['OCA'] = OCA\nwindow['escapeHTML'] = deprecate(escapeHTML, 'escapeHTML', 19)\n$.fn.select2 = deprecate($.fn.select2, 'select2', 19)\n\n/**\n * translate a string\n * @param {string} app the id of the app for which to translate the string\n * @param {string} text the string to translate\n * @param [vars] map of placeholder key to value\n * @param {number} [count] number to replace %n with\n * @return {string}\n */\nwindow.t = _.bind(OC.L10N.translate, OC.L10N)\n\n/**\n * translate a string\n * @param {string} app the id of the app for which to translate the string\n * @param {string} text_singular the string to translate for exactly one object\n * @param {string} text_plural the string to translate for n objects\n * @param {number} count number to determine whether to use singular or plural\n * @param [vars] map of placeholder key to value\n * @return {string} Translated string\n */\nwindow.n = _.bind(OC.L10N.translatePlural, OC.L10N)\n"],"sourceRoot":""} \ No newline at end of file
+{"version":3,"sources":["webpack:///webpack/bootstrap","webpack:///./node_modules/jquery/dist/jquery.js","webpack:///./node_modules/underscore/modules/_setup.js","webpack:///./node_modules/moment/moment.js","webpack:///./node_modules/core-js/internals/export.js","webpack:///./node_modules/core-js/internals/fails.js","webpack:///./node_modules/core-js/internals/global.js","webpack:///./node_modules/underscore/modules/restArguments.js","webpack:///./node_modules/underscore/modules/isObject.js","webpack:///./node_modules/underscore/modules/isNull.js","webpack:///./node_modules/underscore/modules/isUndefined.js","webpack:///./node_modules/underscore/modules/isBoolean.js","webpack:///./node_modules/underscore/modules/isElement.js","webpack:///./node_modules/underscore/modules/_tagTester.js","webpack:///./node_modules/underscore/modules/isString.js","webpack:///./node_modules/underscore/modules/isNumber.js","webpack:///./node_modules/underscore/modules/isDate.js","webpack:///./node_modules/underscore/modules/isRegExp.js","webpack:///./node_modules/underscore/modules/isError.js","webpack:///./node_modules/underscore/modules/isSymbol.js","webpack:///./node_modules/underscore/modules/isArrayBuffer.js","webpack:///./node_modules/underscore/modules/isFunction.js","webpack:///./node_modules/underscore/modules/_hasObjectTag.js","webpack:///./node_modules/underscore/modules/_stringTagBug.js","webpack:///./node_modules/underscore/modules/isDataView.js","webpack:///./node_modules/underscore/modules/isArray.js","webpack:///./node_modules/underscore/modules/_has.js","webpack:///./node_modules/underscore/modules/isArguments.js","webpack:///./node_modules/underscore/modules/isFinite.js","webpack:///./node_modules/underscore/modules/isNaN.js","webpack:///./node_modules/underscore/modules/constant.js","webpack:///./node_modules/underscore/modules/_createSizePropertyCheck.js","webpack:///./node_modules/underscore/modules/_shallowProperty.js","webpack:///./node_modules/underscore/modules/_getByteLength.js","webpack:///./node_modules/underscore/modules/_isBufferLike.js","webpack:///./node_modules/underscore/modules/isTypedArray.js","webpack:///./node_modules/underscore/modules/_getLength.js","webpack:///./node_modules/underscore/modules/_collectNonEnumProps.js","webpack:///./node_modules/underscore/modules/keys.js","webpack:///./node_modules/underscore/modules/isEmpty.js","webpack:///./node_modules/underscore/modules/isMatch.js","webpack:///./node_modules/underscore/modules/underscore.js","webpack:///./node_modules/underscore/modules/_toBufferView.js","webpack:///./node_modules/underscore/modules/isEqual.js","webpack:///./node_modules/underscore/modules/allKeys.js","webpack:///./node_modules/underscore/modules/_methodFingerprint.js","webpack:///./node_modules/underscore/modules/isMap.js","webpack:///./node_modules/underscore/modules/isWeakMap.js","webpack:///./node_modules/underscore/modules/isSet.js","webpack:///./node_modules/underscore/modules/isWeakSet.js","webpack:///./node_modules/underscore/modules/values.js","webpack:///./node_modules/underscore/modules/pairs.js","webpack:///./node_modules/underscore/modules/invert.js","webpack:///./node_modules/underscore/modules/functions.js","webpack:///./node_modules/underscore/modules/_createAssigner.js","webpack:///./node_modules/underscore/modules/extend.js","webpack:///./node_modules/underscore/modules/extendOwn.js","webpack:///./node_modules/underscore/modules/defaults.js","webpack:///./node_modules/underscore/modules/_baseCreate.js","webpack:///./node_modules/underscore/modules/create.js","webpack:///./node_modules/underscore/modules/clone.js","webpack:///./node_modules/underscore/modules/tap.js","webpack:///./node_modules/underscore/modules/toPath.js","webpack:///./node_modules/underscore/modules/_toPath.js","webpack:///./node_modules/underscore/modules/_deepGet.js","webpack:///./node_modules/underscore/modules/get.js","webpack:///./node_modules/underscore/modules/has.js","webpack:///./node_modules/underscore/modules/identity.js","webpack:///./node_modules/underscore/modules/matcher.js","webpack:///./node_modules/underscore/modules/property.js","webpack:///./node_modules/underscore/modules/_optimizeCb.js","webpack:///./node_modules/underscore/modules/_baseIteratee.js","webpack:///./node_modules/underscore/modules/iteratee.js","webpack:///./node_modules/underscore/modules/_cb.js","webpack:///./node_modules/underscore/modules/mapObject.js","webpack:///./node_modules/underscore/modules/noop.js","webpack:///./node_modules/underscore/modules/propertyOf.js","webpack:///./node_modules/underscore/modules/times.js","webpack:///./node_modules/underscore/modules/random.js","webpack:///./node_modules/underscore/modules/now.js","webpack:///./node_modules/underscore/modules/_createEscaper.js","webpack:///./node_modules/underscore/modules/_escapeMap.js","webpack:///./node_modules/underscore/modules/escape.js","webpack:///./node_modules/underscore/modules/unescape.js","webpack:///./node_modules/underscore/modules/_unescapeMap.js","webpack:///./node_modules/underscore/modules/templateSettings.js","webpack:///./node_modules/underscore/modules/template.js","webpack:///./node_modules/underscore/modules/result.js","webpack:///./node_modules/underscore/modules/uniqueId.js","webpack:///./node_modules/underscore/modules/chain.js","webpack:///./node_modules/underscore/modules/_executeBound.js","webpack:///./node_modules/underscore/modules/partial.js","webpack:///./node_modules/underscore/modules/bind.js","webpack:///./node_modules/underscore/modules/_isArrayLike.js","webpack:///./node_modules/underscore/modules/_flatten.js","webpack:///./node_modules/underscore/modules/bindAll.js","webpack:///./node_modules/underscore/modules/memoize.js","webpack:///./node_modules/underscore/modules/delay.js","webpack:///./node_modules/underscore/modules/defer.js","webpack:///./node_modules/underscore/modules/throttle.js","webpack:///./node_modules/underscore/modules/debounce.js","webpack:///./node_modules/underscore/modules/wrap.js","webpack:///./node_modules/underscore/modules/negate.js","webpack:///./node_modules/underscore/modules/compose.js","webpack:///./node_modules/underscore/modules/after.js","webpack:///./node_modules/underscore/modules/before.js","webpack:///./node_modules/underscore/modules/once.js","webpack:///./node_modules/underscore/modules/findKey.js","webpack:///./node_modules/underscore/modules/_createPredicateIndexFinder.js","webpack:///./node_modules/underscore/modules/findIndex.js","webpack:///./node_modules/underscore/modules/findLastIndex.js","webpack:///./node_modules/underscore/modules/sortedIndex.js","webpack:///./node_modules/underscore/modules/_createIndexFinder.js","webpack:///./node_modules/underscore/modules/indexOf.js","webpack:///./node_modules/underscore/modules/lastIndexOf.js","webpack:///./node_modules/underscore/modules/find.js","webpack:///./node_modules/underscore/modules/findWhere.js","webpack:///./node_modules/underscore/modules/each.js","webpack:///./node_modules/underscore/modules/map.js","webpack:///./node_modules/underscore/modules/_createReduce.js","webpack:///./node_modules/underscore/modules/reduce.js","webpack:///./node_modules/underscore/modules/reduceRight.js","webpack:///./node_modules/underscore/modules/filter.js","webpack:///./node_modules/underscore/modules/reject.js","webpack:///./node_modules/underscore/modules/every.js","webpack:///./node_modules/underscore/modules/some.js","webpack:///./node_modules/underscore/modules/contains.js","webpack:///./node_modules/underscore/modules/invoke.js","webpack:///./node_modules/underscore/modules/pluck.js","webpack:///./node_modules/underscore/modules/where.js","webpack:///./node_modules/underscore/modules/max.js","webpack:///./node_modules/underscore/modules/min.js","webpack:///./node_modules/underscore/modules/sample.js","webpack:///./node_modules/underscore/modules/shuffle.js","webpack:///./node_modules/underscore/modules/sortBy.js","webpack:///./node_modules/underscore/modules/_group.js","webpack:///./node_modules/underscore/modules/groupBy.js","webpack:///./node_modules/underscore/modules/indexBy.js","webpack:///./node_modules/underscore/modules/countBy.js","webpack:///./node_modules/underscore/modules/partition.js","webpack:///./node_modules/underscore/modules/toArray.js","webpack:///./node_modules/underscore/modules/size.js","webpack:///./node_modules/underscore/modules/_keyInObj.js","webpack:///./node_modules/underscore/modules/pick.js","webpack:///./node_modules/underscore/modules/omit.js","webpack:///./node_modules/underscore/modules/initial.js","webpack:///./node_modules/underscore/modules/first.js","webpack:///./node_modules/underscore/modules/rest.js","webpack:///./node_modules/underscore/modules/last.js","webpack:///./node_modules/underscore/modules/compact.js","webpack:///./node_modules/underscore/modules/flatten.js","webpack:///./node_modules/underscore/modules/difference.js","webpack:///./node_modules/underscore/modules/without.js","webpack:///./node_modules/underscore/modules/uniq.js","webpack:///./node_modules/underscore/modules/union.js","webpack:///./node_modules/underscore/modules/intersection.js","webpack:///./node_modules/underscore/modules/unzip.js","webpack:///./node_modules/underscore/modules/zip.js","webpack:///./node_modules/underscore/modules/object.js","webpack:///./node_modules/underscore/modules/range.js","webpack:///./node_modules/underscore/modules/chunk.js","webpack:///./node_modules/underscore/modules/_chainResult.js","webpack:///./node_modules/underscore/modules/mixin.js","webpack:///./node_modules/underscore/modules/underscore-array-methods.js","webpack:///./node_modules/underscore/modules/index-default.js","webpack:///./core/src/OC/legacy-loader.js","webpack:///./core/src/OC/notification.js","webpack:///./core/src/OC/xhr-error.js","webpack:///./core/src/OC/appconfig.js","webpack:///./core/src/OC/appswebroots.js","webpack:///./core/src/OC/backbone-webdav.js","webpack:///./core/src/OC/backbone.js","webpack:///./core/src/OC/config.js","webpack:///./core/src/OC/currentuser.js","webpack:///./core/src/OC/dialogs.js","webpack:///./core/src/OC/eventsource.js","webpack:///./core/src/OC/menu.js","webpack:///./core/src/OC/constants.js","webpack:///./core/src/OC/admin.js","webpack:///./core/src/OC/msg.js","webpack:///./core/src/OC/plugins.js","webpack:///./core/src/OC/theme.js","webpack:///./core/src/OC/util.js","webpack:///./core/src/OC/util-history.js","webpack:///./core/src/OC/debug.js","webpack:///./core/src/OC/webroot.js","webpack:///./core/src/OC/get_set.js","webpack:///./core/src/OC/index.js","webpack:///./core/src/OC/appsettings.js","webpack:///./core/src/OC/capabilities.js","webpack:///./core/src/OC/host.js","webpack:///./core/src/OC/query-string.js","webpack:///./core/src/OC/navigation.js","webpack:///./core/src/OC/routing.js","webpack:///./node_modules/core-js/internals/an-object.js","webpack:///./node_modules/core-js/internals/well-known-symbol.js","webpack:///./node_modules/core-js/internals/is-object.js","webpack:///./node_modules/core-js/internals/descriptors.js","webpack:///./node_modules/@nextcloud/router/dist/index.js","webpack:///./node_modules/core-js/internals/has.js","webpack:///./node_modules/core-js/internals/to-object.js","webpack:///./node_modules/core-js/internals/to-length.js","webpack:///(webpack)/buildin/global.js","webpack:///./node_modules/core-js/internals/create-non-enumerable-property.js","webpack:///./node_modules/core-js/internals/object-define-property.js","webpack:///./node_modules/core-js/internals/require-object-coercible.js","webpack:///./node_modules/core-js/internals/redefine.js","webpack:///./node_modules/core-js/internals/to-indexed-object.js","webpack:///./node_modules/core-js/internals/to-integer.js","webpack:///./node_modules/lodash/_root.js","webpack:///./node_modules/style-loader/dist/runtime/injectStylesIntoStyleTag.js","webpack:///./node_modules/css-loader/dist/runtime/cssWithMappingToString.js","webpack:///./node_modules/css-loader/dist/runtime/api.js","webpack:///./node_modules/core-js/internals/classof-raw.js","webpack:///./node_modules/core-js/internals/object-get-own-property-descriptor.js","webpack:///./node_modules/css-loader/dist/runtime/getUrl.js","webpack:///./node_modules/lodash/isArray.js","webpack:///./node_modules/core-js/internals/get-built-in.js","webpack:///./node_modules/core-js/internals/create-property-descriptor.js","webpack:///./node_modules/core-js/internals/to-primitive.js","webpack:///./node_modules/core-js/internals/internal-state.js","webpack:///./node_modules/core-js/internals/array-iteration.js","webpack:///./node_modules/lodash/isObjectLike.js","webpack:///./node_modules/core-js/internals/array-buffer-view-core.js","webpack:///./node_modules/@nextcloud/l10n/dist/index.js","webpack:///./node_modules/core-js/modules/es.regexp.exec.js","webpack:///../node_modules/core-js/internals/global.js","webpack:///../node_modules/core-js/internals/fails.js","webpack:///../node_modules/core-js/internals/descriptors.js","webpack:///../node_modules/core-js/internals/object-property-is-enumerable.js","webpack:///../node_modules/core-js/internals/create-property-descriptor.js","webpack:///../node_modules/core-js/internals/classof-raw.js","webpack:///../node_modules/core-js/internals/indexed-object.js","webpack:///../node_modules/core-js/internals/require-object-coercible.js","webpack:///../node_modules/core-js/internals/to-indexed-object.js","webpack:///../node_modules/core-js/internals/is-object.js","webpack:///../node_modules/core-js/internals/to-primitive.js","webpack:///../node_modules/core-js/internals/to-object.js","webpack:///../node_modules/core-js/internals/has.js","webpack:///../node_modules/core-js/internals/document-create-element.js","webpack:///../node_modules/core-js/internals/ie8-dom-define.js","webpack:///../node_modules/core-js/internals/object-get-own-property-descriptor.js","webpack:///../node_modules/core-js/internals/an-object.js","webpack:///../node_modules/core-js/internals/object-define-property.js","webpack:///../node_modules/core-js/internals/create-non-enumerable-property.js","webpack:///../node_modules/core-js/internals/set-global.js","webpack:///../node_modules/core-js/internals/shared-store.js","webpack:///../node_modules/core-js/internals/inspect-source.js","webpack:///../node_modules/core-js/internals/internal-state.js","webpack:///../node_modules/core-js/internals/native-weak-map.js","webpack:///../node_modules/core-js/internals/shared.js","webpack:///../node_modules/core-js/internals/uid.js","webpack:///../node_modules/core-js/internals/shared-key.js","webpack:///../node_modules/core-js/internals/hidden-keys.js","webpack:///../node_modules/core-js/internals/redefine.js","webpack:///../node_modules/core-js/internals/path.js","webpack:///../node_modules/core-js/internals/get-built-in.js","webpack:///../node_modules/core-js/internals/to-integer.js","webpack:///../node_modules/core-js/internals/to-length.js","webpack:///../node_modules/core-js/internals/to-absolute-index.js","webpack:///../node_modules/core-js/internals/array-includes.js","webpack:///../node_modules/core-js/internals/object-keys-internal.js","webpack:///../node_modules/core-js/internals/enum-bug-keys.js","webpack:///../node_modules/core-js/internals/object-get-own-property-names.js","webpack:///../node_modules/core-js/internals/object-get-own-property-symbols.js","webpack:///../node_modules/core-js/internals/own-keys.js","webpack:///../node_modules/core-js/internals/copy-constructor-properties.js","webpack:///../node_modules/core-js/internals/is-forced.js","webpack:///../node_modules/core-js/internals/export.js","webpack:///../node_modules/core-js/modules/es.number.max-safe-integer.js","webpack:///../node_modules/core-js/internals/a-possible-prototype.js","webpack:///../node_modules/core-js/internals/object-create.js","webpack:///../node_modules/core-js/internals/object-set-prototype-of.js","webpack:///../node_modules/core-js/internals/inherit-if-required.js","webpack:///../node_modules/core-js/internals/object-keys.js","webpack:///../node_modules/core-js/internals/object-define-properties.js","webpack:///../node_modules/core-js/internals/html.js","webpack:///../node_modules/core-js/internals/whitespaces.js","webpack:///../node_modules/core-js/internals/string-trim.js","webpack:///../node_modules/core-js/modules/es.number.constructor.js","webpack:///../node_modules/semver/internal/constants.js","webpack:///../node_modules/core-js/internals/engine-v8-version.js","webpack:///../node_modules/core-js/internals/engine-is-node.js","webpack:///../node_modules/core-js/internals/engine-user-agent.js","webpack:///../node_modules/core-js/internals/native-symbol.js","webpack:///../node_modules/core-js/internals/use-symbol-as-uid.js","webpack:///../node_modules/core-js/internals/well-known-symbol.js","webpack:///../node_modules/core-js/internals/is-regexp.js","webpack:///../node_modules/core-js/internals/regexp-flags.js","webpack:///../node_modules/core-js/internals/regexp-sticky-helpers.js","webpack:///../node_modules/core-js/internals/set-species.js","webpack:///../node_modules/core-js/modules/es.regexp.constructor.js","webpack:///../node_modules/core-js/internals/regexp-exec.js","webpack:///../node_modules/core-js/modules/es.regexp.exec.js","webpack:///../node_modules/core-js/modules/es.regexp.to-string.js","webpack:///../node_modules/core-js/internals/is-array.js","webpack:///../node_modules/core-js/internals/create-property.js","webpack:///../node_modules/core-js/internals/array-species-create.js","webpack:///../node_modules/core-js/internals/array-method-has-species-support.js","webpack:///../node_modules/core-js/modules/es.array.concat.js","webpack:///../node_modules/semver/internal/debug.js","webpack:///../node_modules/semver/internal/re.js","webpack:///../node_modules/core-js/internals/fix-regexp-well-known-symbol-logic.js","webpack:///../node_modules/core-js/internals/string-multibyte.js","webpack:///../node_modules/core-js/internals/advance-string-index.js","webpack:///../node_modules/core-js/internals/regexp-exec-abstract.js","webpack:///../node_modules/core-js/modules/es.string.match.js","webpack:///../node_modules/core-js/internals/string-trim-forced.js","webpack:///../node_modules/core-js/modules/es.string.trim.js","webpack:///../node_modules/core-js/internals/a-function.js","webpack:///../node_modules/core-js/internals/function-bind-context.js","webpack:///../node_modules/core-js/internals/array-iteration.js","webpack:///../node_modules/core-js/modules/es.array.map.js","webpack:///../node_modules/core-js/internals/species-constructor.js","webpack:///../node_modules/core-js/modules/es.string.split.js","webpack:///../node_modules/core-js/internals/array-method-is-strict.js","webpack:///../node_modules/core-js/modules/es.array.join.js","webpack:///../node_modules/core-js/modules/es.array.filter.js","webpack:///../node_modules/semver/internal/parse-options.js","webpack:///../node_modules/semver/internal/identifiers.js","webpack:///../node_modules/semver/classes/semver.js","webpack:///../node_modules/semver/functions/parse.js","webpack:///../node_modules/semver/functions/valid.js","webpack:///../node_modules/semver/functions/major.js","webpack:///../node_modules/core-js/internals/add-to-unscopables.js","webpack:///../node_modules/core-js/internals/iterators-core.js","webpack:///../node_modules/core-js/internals/iterators.js","webpack:///../node_modules/core-js/internals/correct-prototype-getter.js","webpack:///../node_modules/core-js/internals/object-get-prototype-of.js","webpack:///../node_modules/core-js/internals/set-to-string-tag.js","webpack:///../node_modules/core-js/internals/create-iterator-constructor.js","webpack:///../node_modules/core-js/internals/define-iterator.js","webpack:///../node_modules/core-js/modules/es.array.iterator.js","webpack:///../node_modules/core-js/internals/freezing.js","webpack:///../node_modules/core-js/internals/internal-metadata.js","webpack:///../node_modules/core-js/internals/is-array-iterator-method.js","webpack:///../node_modules/core-js/internals/to-string-tag-support.js","webpack:///../node_modules/core-js/internals/classof.js","webpack:///../node_modules/core-js/internals/get-iterator-method.js","webpack:///../node_modules/core-js/internals/iterator-close.js","webpack:///../node_modules/core-js/internals/iterate.js","webpack:///../node_modules/core-js/internals/an-instance.js","webpack:///../node_modules/core-js/internals/check-correctness-of-iteration.js","webpack:///../node_modules/core-js/internals/redefine-all.js","webpack:///../node_modules/core-js/internals/collection-strong.js","webpack:///../node_modules/core-js/internals/collection.js","webpack:///../node_modules/core-js/modules/es.map.js","webpack:///../node_modules/core-js/internals/object-to-string.js","webpack:///../node_modules/core-js/modules/es.object.to-string.js","webpack:///../node_modules/core-js/modules/es.string.iterator.js","webpack:///../node_modules/core-js/internals/dom-iterables.js","webpack:///../node_modules/core-js/modules/web.dom-collections.iterator.js","webpack:///../node_modules/core-js/internals/array-for-each.js","webpack:///../node_modules/core-js/modules/web.dom-collections.for-each.js","webpack:///../node_modules/core-js/internals/native-promise-constructor.js","webpack:///../node_modules/core-js/internals/task.js","webpack:///../node_modules/core-js/internals/engine-is-ios.js","webpack:///../node_modules/core-js/internals/microtask.js","webpack:///../node_modules/core-js/internals/engine-is-webos-webkit.js","webpack:///../node_modules/core-js/modules/es.promise.js","webpack:///../node_modules/core-js/internals/new-promise-capability.js","webpack:///../node_modules/core-js/internals/promise-resolve.js","webpack:///../node_modules/core-js/internals/perform.js","webpack:///../node_modules/core-js/internals/host-report-errors.js","webpack:///../lib/filepicker.ts","webpack:///../node_modules/core-js/internals/object-assign.js","webpack:///../node_modules/core-js/modules/es.object.assign.js","webpack:///../node_modules/tslib/tslib.es6.js","webpack:///../node_modules/core-js/internals/get-substitution.js","webpack:///../node_modules/core-js/modules/es.string.replace.js","webpack:///../node_modules/toastify-js/src/toastify.js","webpack:///../node_modules/lodash.get/index.js","webpack:///../node_modules/node-gettext/lib/plurals.js","webpack:///../node_modules/node-gettext/lib/gettext.js","webpack:///../node_modules/@nextcloud/l10n/dist/index.js","webpack:///../node_modules/@nextcloud/l10n/dist/gettext.js","webpack:///../lib/l10n.js","webpack:///../lib/toast.ts","webpack:///./node_modules/core-js/internals/indexed-object.js","webpack:///./node_modules/core-js/internals/is-pure.js","webpack:///./node_modules/core-js/internals/a-function.js","webpack:///./node_modules/core-js/internals/shared.js","webpack:///./node_modules/core-js/internals/regexp-exec.js","webpack:///./node_modules/lodash/isObject.js","webpack:///./node_modules/core-js/internals/engine-v8-version.js","webpack:///./node_modules/core-js/internals/array-method-is-strict.js","webpack:///./node_modules/core-js/internals/set-global.js","webpack:///./node_modules/core-js/internals/shared-store.js","webpack:///./node_modules/lodash/_getNative.js","webpack:///./node_modules/core-js/internals/hidden-keys.js","webpack:///./node_modules/core-js/internals/uid.js","webpack:///./node_modules/process/browser.js","webpack:///./node_modules/handlebars/dist/cjs/handlebars/utils.js","webpack:///./node_modules/lodash/_baseGetTag.js","webpack:///./node_modules/core-js/internals/to-absolute-index.js","webpack:///./node_modules/core-js/internals/regexp-flags.js","webpack:///./node_modules/core-js/modules/es.string.replace.js","webpack:///./node_modules/core-js/internals/is-array.js","webpack:///./node_modules/core-js/internals/object-property-is-enumerable.js","webpack:///./node_modules/core-js/internals/object-get-own-property-names.js","webpack:///./node_modules/core-js/internals/array-includes.js","webpack:///./node_modules/core-js/internals/native-symbol.js","webpack:///./node_modules/core-js/internals/to-string-tag-support.js","webpack:///./core/src/OC/requesttoken.js","webpack:///./node_modules/backbone/backbone.js","webpack:///./node_modules/core-js/internals/inspect-source.js","webpack:///./node_modules/core-js/internals/enum-bug-keys.js","webpack:///./node_modules/core-js/internals/object-get-own-property-symbols.js","webpack:///./node_modules/core-js/internals/function-bind-context.js","webpack:///./node_modules/@nextcloud/auth/dist/index.js","webpack:///./node_modules/core-js/internals/ie8-dom-define.js","webpack:///./node_modules/core-js/internals/shared-key.js","webpack:///./node_modules/core-js/internals/create-property.js","webpack:///./node_modules/core-js/internals/array-species-create.js","webpack:///./node_modules/core-js/internals/array-method-has-species-support.js","webpack:///./node_modules/lodash/_Symbol.js","webpack:///./node_modules/core-js/internals/define-well-known-symbol.js","webpack:///./node_modules/core-js/internals/set-to-string-tag.js","webpack:///./node_modules/core-js/internals/object-keys-internal.js","webpack:///./node_modules/core-js/internals/regexp-sticky-helpers.js","webpack:///./node_modules/core-js/internals/fix-regexp-well-known-symbol-logic.js","webpack:///./node_modules/core-js/internals/engine-user-agent.js","webpack:///./node_modules/core-js/internals/string-multibyte.js","webpack:///./node_modules/core-js/internals/regexp-exec-abstract.js","webpack:///./node_modules/core-js/modules/es.object.assign.js","webpack:///./node_modules/core-js/internals/object-keys.js","webpack:///./core/src/OC/l10n-registry.js","webpack:///./core/src/OC/l10n.js","webpack:///./node_modules/core-js/internals/is-forced.js","webpack:///./node_modules/core-js/internals/advance-string-index.js","webpack:///./node_modules/core-js/internals/classof.js","webpack:///./node_modules/handlebars/dist/cjs/handlebars/exception.js","webpack:///./node_modules/core-js/internals/object-create.js","webpack:///./node_modules/core-js/internals/object-get-prototype-of.js","webpack:///./node_modules/@nextcloud/initial-state/dist/index.js","webpack:///./core/src/OCP/appconfig.js","webpack:///./node_modules/core-js/internals/document-create-element.js","webpack:///./node_modules/core-js/internals/own-keys.js","webpack:///./node_modules/core-js/internals/path.js","webpack:///./node_modules/core-js/modules/es.object.to-string.js","webpack:///./node_modules/lodash/_ListCache.js","webpack:///./node_modules/lodash/_assocIndexOf.js","webpack:///./node_modules/lodash/_nativeCreate.js","webpack:///./node_modules/lodash/_getMapData.js","webpack:///./node_modules/core-js/internals/copy-constructor-properties.js","webpack:///./node_modules/core-js/internals/use-symbol-as-uid.js","webpack:///./node_modules/lodash/eq.js","webpack:///(webpack)/buildin/module.js","webpack:///./node_modules/lodash/_getTag.js","webpack:///./node_modules/core-js/internals/create-html.js","webpack:///./node_modules/core-js/internals/string-html-forced.js","webpack:///./node_modules/escape-html/index.js","webpack:///./core/src/OCA/index.js","webpack:///./core/src/OCA/search.js","webpack:///./node_modules/@nextcloud/paths/dist/index.js","webpack:///./node_modules/core-js/internals/native-weak-map.js","webpack:///./node_modules/core-js/internals/get-substitution.js","webpack:///./node_modules/core-js/modules/es.regexp.to-string.js","webpack:///./node_modules/handlebars/runtime.js","webpack:///./node_modules/lodash/identity.js","webpack:///./node_modules/core-js/modules/es.array.concat.js","webpack:///./node_modules/core-js/internals/object-assign.js","webpack:///./node_modules/core-js/internals/species-constructor.js","webpack:///./node_modules/lodash/isFunction.js","webpack:///./node_modules/lodash/_baseCreate.js","webpack:///./node_modules/lodash/_copyArray.js","webpack:///./node_modules/lodash/isSymbol.js","webpack:///./node_modules/lodash/_copyObject.js","webpack:///./node_modules/lodash/keys.js","webpack:///./node_modules/lodash/isBuffer.js","webpack:///./node_modules/lodash/_isPrototype.js","webpack:///./node_modules/lodash/_Map.js","webpack:///./node_modules/lodash/_toKey.js","webpack:///./node_modules/core-js/internals/array-for-each.js","webpack:///./node_modules/core-js/internals/object-set-prototype-of.js","webpack:///./node_modules/core-js/internals/iterators.js","webpack:///./node_modules/core-js/internals/an-instance.js","webpack:///./node_modules/core-js/modules/es.array.index-of.js","webpack:///./node_modules/core-js/internals/engine-is-node.js","webpack:///./node_modules/lodash/_isIndex.js","webpack:///./node_modules/lodash/isArguments.js","webpack:///./node_modules/lodash/isLength.js","webpack:///./node_modules/lodash/isArrayLike.js","webpack:///./node_modules/lodash/_Stack.js","webpack:///./node_modules/lodash/_MapCache.js","webpack:///./node_modules/lodash/keysIn.js","webpack:///./node_modules/lodash/_getPrototype.js","webpack:///./node_modules/core-js/modules/es.array.for-each.js","webpack:///./node_modules/core-js/internals/add-to-unscopables.js","webpack:///./node_modules/core-js/modules/es.array.iterator.js","webpack:///./node_modules/core-js/internals/object-to-string.js","webpack:///./node_modules/lodash/_createCtor.js","webpack:///./node_modules/lodash/_apply.js","webpack:///./node_modules/lodash/_baseAssignValue.js","webpack:///./node_modules/lodash/isTypedArray.js","webpack:///./node_modules/lodash/_baseUnary.js","webpack:///./node_modules/lodash/_nodeUtil.js","webpack:///./node_modules/lodash/_getSymbols.js","webpack:///./node_modules/lodash/_arrayPush.js","webpack:///./node_modules/lodash/_cloneArrayBuffer.js","webpack:///./node_modules/@nextcloud/auth/dist/requesttoken.js","webpack:///./node_modules/@nextcloud/auth/dist/user.js","webpack:///./node_modules/core-js/internals/get-iterator-method.js","webpack:///./node_modules/core-js/internals/typed-array-constructor.js","webpack:///./node_modules/handlebars/dist/cjs/handlebars.runtime.js","webpack:///./node_modules/core-js/internals/array-reduce.js","webpack:///./node_modules/lodash/_freeGlobal.js","webpack:///./node_modules/lodash/_toSource.js","webpack:///./node_modules/lodash/_defineProperty.js","webpack:///./node_modules/lodash/_arrayLikeKeys.js","webpack:///./node_modules/lodash/_overArg.js","webpack:///./node_modules/lodash/_Uint8Array.js","webpack:///./node_modules/lodash/_equalArrays.js","webpack:///./node_modules/core-js/internals/iterate.js","webpack:///./node_modules/core-js/internals/redefine-all.js","webpack:///./node_modules/core-js/internals/string-trim.js","webpack:///./node_modules/core-js/modules/es.array.filter.js","webpack:///./node_modules/core-js/internals/is-regexp.js","webpack:///./node_modules/lodash/_createWrap.js","webpack:///./node_modules/lodash/_WeakMap.js","webpack:///./node_modules/lodash/_LazyWrapper.js","webpack:///./node_modules/lodash/_baseLodash.js","webpack:///./node_modules/lodash/_shortOut.js","webpack:///./node_modules/lodash/_setToString.js","webpack:///./node_modules/lodash/_arrayEach.js","webpack:///./node_modules/lodash/_replaceHolders.js","webpack:///./node_modules/lodash/_assignValue.js","webpack:///./node_modules/lodash/_baseKeys.js","webpack:///./node_modules/lodash/stubArray.js","webpack:///./node_modules/lodash/_getAllKeys.js","webpack:///./node_modules/lodash/_baseGetAllKeys.js","webpack:///./node_modules/lodash/_baseIsEqual.js","webpack:///./node_modules/lodash/_isKey.js","webpack:///./node_modules/core-js/internals/internal-metadata.js","webpack:///./node_modules/core-js/internals/whitespaces.js","webpack:///./node_modules/core-js/modules/es.string.iterator.js","webpack:///./node_modules/popper.js/dist/esm/popper.js","webpack:///./core/src/OC/apps.js","webpack:///./node_modules/davclient.js/lib/client.js","webpack:///./core/src/OC/password-confirmation.js","webpack:///./node_modules/strengthify/strengthify.css","webpack:///./node_modules/lodash/fp/identity.js","webpack:///./node_modules/core-js/modules/es.array.map.js","webpack:///./node_modules/core-js/modules/es.array.reduce.js","webpack:///./node_modules/core-js/internals/object-define-properties.js","webpack:///./node_modules/core-js/internals/check-correctness-of-iteration.js","webpack:///./node_modules/core-js/internals/define-iterator.js","webpack:///./node_modules/core-js/internals/create-iterator-constructor.js","webpack:///./node_modules/core-js/internals/set-species.js","webpack:///./node_modules/handlebars/dist/cjs/handlebars/base.js","webpack:///./node_modules/handlebars/dist/cjs/handlebars/helpers.js","webpack:///./node_modules/handlebars/dist/cjs/handlebars/logger.js","webpack:///./node_modules/handlebars/dist/cjs/handlebars/internal/proto-access.js","webpack:///./node_modules/lodash/fp/placeholder.js","webpack:///./node_modules/lodash/_baseSetData.js","webpack:///./node_modules/lodash/_metaMap.js","webpack:///./node_modules/lodash/_baseIsNative.js","webpack:///./node_modules/lodash/_getRawTag.js","webpack:///./node_modules/lodash/_objectToString.js","webpack:///./node_modules/lodash/_isMasked.js","webpack:///./node_modules/lodash/_coreJsData.js","webpack:///./node_modules/lodash/_getValue.js","webpack:///./node_modules/lodash/_createHybrid.js","webpack:///./node_modules/lodash/_composeArgs.js","webpack:///./node_modules/lodash/_composeArgsRight.js","webpack:///./node_modules/lodash/_createRecurry.js","webpack:///./node_modules/lodash/_getData.js","webpack:///./node_modules/lodash/_LodashWrapper.js","webpack:///./node_modules/lodash/_setData.js","webpack:///./node_modules/lodash/_setWrapToString.js","webpack:///./node_modules/lodash/_baseSetToString.js","webpack:///./node_modules/lodash/constant.js","webpack:///./node_modules/lodash/_getHolder.js","webpack:///./node_modules/lodash/toInteger.js","webpack:///./node_modules/lodash/_baseAssign.js","webpack:///./node_modules/lodash/_baseTimes.js","webpack:///./node_modules/lodash/_baseIsArguments.js","webpack:///./node_modules/lodash/stubFalse.js","webpack:///./node_modules/lodash/_baseIsTypedArray.js","webpack:///./node_modules/lodash/_nativeKeys.js","webpack:///./node_modules/lodash/_baseClone.js","webpack:///./node_modules/lodash/_listCacheClear.js","webpack:///./node_modules/lodash/_listCacheDelete.js","webpack:///./node_modules/lodash/_listCacheGet.js","webpack:///./node_modules/lodash/_listCacheHas.js","webpack:///./node_modules/lodash/_listCacheSet.js","webpack:///./node_modules/lodash/_stackClear.js","webpack:///./node_modules/lodash/_stackDelete.js","webpack:///./node_modules/lodash/_stackGet.js","webpack:///./node_modules/lodash/_stackHas.js","webpack:///./node_modules/lodash/_stackSet.js","webpack:///./node_modules/lodash/_mapCacheClear.js","webpack:///./node_modules/lodash/_Hash.js","webpack:///./node_modules/lodash/_hashClear.js","webpack:///./node_modules/lodash/_hashDelete.js","webpack:///./node_modules/lodash/_hashGet.js","webpack:///./node_modules/lodash/_hashHas.js","webpack:///./node_modules/lodash/_hashSet.js","webpack:///./node_modules/lodash/_mapCacheDelete.js","webpack:///./node_modules/lodash/_isKeyable.js","webpack:///./node_modules/lodash/_mapCacheGet.js","webpack:///./node_modules/lodash/_mapCacheHas.js","webpack:///./node_modules/lodash/_mapCacheSet.js","webpack:///./node_modules/lodash/_baseKeysIn.js","webpack:///./node_modules/lodash/_nativeKeysIn.js","webpack:///./node_modules/lodash/_cloneBuffer.js","webpack:///./node_modules/lodash/_arrayFilter.js","webpack:///./node_modules/lodash/_getSymbolsIn.js","webpack:///./node_modules/lodash/_DataView.js","webpack:///./node_modules/lodash/_Promise.js","webpack:///./node_modules/lodash/_Set.js","webpack:///./node_modules/lodash/_cloneTypedArray.js","webpack:///./node_modules/lodash/_initCloneObject.js","webpack:///./node_modules/lodash/isPlainObject.js","webpack:///./node_modules/lodash/_baseIsEqualDeep.js","webpack:///./node_modules/lodash/_SetCache.js","webpack:///./node_modules/lodash/_setCacheAdd.js","webpack:///./node_modules/lodash/_setCacheHas.js","webpack:///./node_modules/lodash/_arraySome.js","webpack:///./node_modules/lodash/_cacheHas.js","webpack:///./node_modules/lodash/_equalByTag.js","webpack:///./node_modules/lodash/_mapToArray.js","webpack:///./node_modules/lodash/_setToArray.js","webpack:///./node_modules/lodash/_equalObjects.js","webpack:///./node_modules/lodash/_isStrictComparable.js","webpack:///./node_modules/lodash/_matchesStrictComparable.js","webpack:///./node_modules/lodash/_baseGet.js","webpack:///./node_modules/lodash/_castPath.js","webpack:///./node_modules/lodash/_stringToPath.js","webpack:///./node_modules/lodash/toString.js","webpack:///./node_modules/lodash/_arrayMap.js","webpack:///./node_modules/lodash/_overRest.js","webpack:///./node_modules/moment/locale/af.js","webpack:///./node_modules/moment/locale/ar.js","webpack:///./node_modules/moment/locale/ar-dz.js","webpack:///./node_modules/moment/locale/ar-kw.js","webpack:///./node_modules/moment/locale/ar-ly.js","webpack:///./node_modules/moment/locale/ar-ma.js","webpack:///./node_modules/moment/locale/ar-sa.js","webpack:///./node_modules/moment/locale/ar-tn.js","webpack:///./node_modules/moment/locale/az.js","webpack:///./node_modules/moment/locale/be.js","webpack:///./node_modules/moment/locale/bg.js","webpack:///./node_modules/moment/locale/bm.js","webpack:///./node_modules/moment/locale/bn.js","webpack:///./node_modules/moment/locale/bn-bd.js","webpack:///./node_modules/moment/locale/bo.js","webpack:///./node_modules/moment/locale/br.js","webpack:///./node_modules/moment/locale/bs.js","webpack:///./node_modules/moment/locale/ca.js","webpack:///./node_modules/moment/locale/cs.js","webpack:///./node_modules/moment/locale/cv.js","webpack:///./node_modules/moment/locale/cy.js","webpack:///./node_modules/moment/locale/da.js","webpack:///./node_modules/moment/locale/de.js","webpack:///./node_modules/moment/locale/de-at.js","webpack:///./node_modules/moment/locale/de-ch.js","webpack:///./node_modules/moment/locale/dv.js","webpack:///./node_modules/moment/locale/el.js","webpack:///./node_modules/moment/locale/en-au.js","webpack:///./node_modules/moment/locale/en-ca.js","webpack:///./node_modules/moment/locale/en-gb.js","webpack:///./node_modules/moment/locale/en-ie.js","webpack:///./node_modules/moment/locale/en-il.js","webpack:///./node_modules/moment/locale/en-in.js","webpack:///./node_modules/moment/locale/en-nz.js","webpack:///./node_modules/moment/locale/en-sg.js","webpack:///./node_modules/moment/locale/eo.js","webpack:///./node_modules/moment/locale/es.js","webpack:///./node_modules/moment/locale/es-do.js","webpack:///./node_modules/moment/locale/es-mx.js","webpack:///./node_modules/moment/locale/es-us.js","webpack:///./node_modules/moment/locale/et.js","webpack:///./node_modules/moment/locale/eu.js","webpack:///./node_modules/moment/locale/fa.js","webpack:///./node_modules/moment/locale/fi.js","webpack:///./node_modules/moment/locale/fil.js","webpack:///./node_modules/moment/locale/fo.js","webpack:///./node_modules/moment/locale/fr.js","webpack:///./node_modules/moment/locale/fr-ca.js","webpack:///./node_modules/moment/locale/fr-ch.js","webpack:///./node_modules/moment/locale/fy.js","webpack:///./node_modules/moment/locale/ga.js","webpack:///./node_modules/moment/locale/gd.js","webpack:///./node_modules/moment/locale/gl.js","webpack:///./node_modules/moment/locale/gom-deva.js","webpack:///./node_modules/moment/locale/gom-latn.js","webpack:///./node_modules/moment/locale/gu.js","webpack:///./node_modules/moment/locale/he.js","webpack:///./node_modules/moment/locale/hi.js","webpack:///./node_modules/moment/locale/hr.js","webpack:///./node_modules/moment/locale/hu.js","webpack:///./node_modules/moment/locale/hy-am.js","webpack:///./node_modules/moment/locale/id.js","webpack:///./node_modules/moment/locale/is.js","webpack:///./node_modules/moment/locale/it.js","webpack:///./node_modules/moment/locale/it-ch.js","webpack:///./node_modules/moment/locale/ja.js","webpack:///./node_modules/moment/locale/jv.js","webpack:///./node_modules/moment/locale/ka.js","webpack:///./node_modules/moment/locale/kk.js","webpack:///./node_modules/moment/locale/km.js","webpack:///./node_modules/moment/locale/kn.js","webpack:///./node_modules/moment/locale/ko.js","webpack:///./node_modules/moment/locale/ku.js","webpack:///./node_modules/moment/locale/ky.js","webpack:///./node_modules/moment/locale/lb.js","webpack:///./node_modules/moment/locale/lo.js","webpack:///./node_modules/moment/locale/lt.js","webpack:///./node_modules/moment/locale/lv.js","webpack:///./node_modules/moment/locale/me.js","webpack:///./node_modules/moment/locale/mi.js","webpack:///./node_modules/moment/locale/mk.js","webpack:///./node_modules/moment/locale/ml.js","webpack:///./node_modules/moment/locale/mn.js","webpack:///./node_modules/moment/locale/mr.js","webpack:///./node_modules/moment/locale/ms.js","webpack:///./node_modules/moment/locale/ms-my.js","webpack:///./node_modules/moment/locale/mt.js","webpack:///./node_modules/moment/locale/my.js","webpack:///./node_modules/moment/locale/nb.js","webpack:///./node_modules/moment/locale/ne.js","webpack:///./node_modules/moment/locale/nl.js","webpack:///./node_modules/moment/locale/nl-be.js","webpack:///./node_modules/moment/locale/nn.js","webpack:///./node_modules/moment/locale/oc-lnc.js","webpack:///./node_modules/moment/locale/pa-in.js","webpack:///./node_modules/moment/locale/pl.js","webpack:///./node_modules/moment/locale/pt.js","webpack:///./node_modules/moment/locale/pt-br.js","webpack:///./node_modules/moment/locale/ro.js","webpack:///./node_modules/moment/locale/ru.js","webpack:///./node_modules/moment/locale/sd.js","webpack:///./node_modules/moment/locale/se.js","webpack:///./node_modules/moment/locale/si.js","webpack:///./node_modules/moment/locale/sk.js","webpack:///./node_modules/moment/locale/sl.js","webpack:///./node_modules/moment/locale/sq.js","webpack:///./node_modules/moment/locale/sr.js","webpack:///./node_modules/moment/locale/sr-cyrl.js","webpack:///./node_modules/moment/locale/ss.js","webpack:///./node_modules/moment/locale/sv.js","webpack:///./node_modules/moment/locale/sw.js","webpack:///./node_modules/moment/locale/ta.js","webpack:///./node_modules/moment/locale/te.js","webpack:///./node_modules/moment/locale/tet.js","webpack:///./node_modules/moment/locale/tg.js","webpack:///./node_modules/moment/locale/th.js","webpack:///./node_modules/moment/locale/tk.js","webpack:///./node_modules/moment/locale/tl-ph.js","webpack:///./node_modules/moment/locale/tlh.js","webpack:///./node_modules/moment/locale/tr.js","webpack:///./node_modules/moment/locale/tzl.js","webpack:///./node_modules/moment/locale/tzm.js","webpack:///./node_modules/moment/locale/tzm-latn.js","webpack:///./node_modules/moment/locale/ug-cn.js","webpack:///./node_modules/moment/locale/uk.js","webpack:///./node_modules/moment/locale/ur.js","webpack:///./node_modules/moment/locale/uz.js","webpack:///./node_modules/moment/locale/uz-latn.js","webpack:///./node_modules/moment/locale/vi.js","webpack:///./node_modules/moment/locale/x-pseudo.js","webpack:///./node_modules/moment/locale/yo.js","webpack:///./node_modules/moment/locale/zh-cn.js","webpack:///./node_modules/moment/locale/zh-hk.js","webpack:///./node_modules/moment/locale/zh-mo.js","webpack:///./node_modules/moment/locale/zh-tw.js","webpack:///./node_modules/core-js/internals/string-repeat.js","webpack:///./node_modules/core-js/modules/es.symbol.js","webpack:///./node_modules/core-js/internals/well-known-symbol-wrapped.js","webpack:///./node_modules/core-js/internals/correct-prototype-getter.js","webpack:///./node_modules/core-js/internals/is-array-iterator-method.js","webpack:///./node_modules/core-js/internals/array-from.js","webpack:///./node_modules/core-js/internals/iterators-core.js","webpack:///./node_modules/core-js/modules/es.function.name.js","webpack:///./node_modules/core-js/internals/freezing.js","webpack:///./node_modules/core-js/internals/string-trim-forced.js","webpack:///./node_modules/core-js/internals/dom-iterables.js","webpack:///./node_modules/core-js/modules/web.dom-collections.iterator.js","webpack:///./node_modules/core-js/internals/native-url.js","webpack:///./core/src/OC/contactsmenu.js","webpack:///./node_modules/@nextcloud/capabilities/dist/index.js","webpack:///./node_modules/dompurify/dist/purify.js","webpack:///./node_modules/@nextcloud/files/dist/index.js","webpack:///./node_modules/core-js/modules/es.array.join.js","webpack:///./node_modules/core-js/modules/es.string.split.js","webpack:///./node_modules/core-js/modules/es.number.to-fixed.js","webpack:///./node_modules/core-js/internals/this-number-value.js","webpack:///./node_modules/core-js/internals/html.js","webpack:///./node_modules/core-js/internals/object-get-own-property-names-external.js","webpack:///./node_modules/core-js/modules/es.symbol.description.js","webpack:///./node_modules/core-js/modules/es.symbol.iterator.js","webpack:///./node_modules/core-js/internals/a-possible-prototype.js","webpack:///./node_modules/core-js/internals/iterator-close.js","webpack:///./node_modules/core-js/modules/es.array.from.js","webpack:///./node_modules/core-js/modules/es.array.slice.js","webpack:///./node_modules/core-js/internals/array-buffer.js","webpack:///./node_modules/core-js/internals/collection.js","webpack:///./node_modules/core-js/internals/inherit-if-required.js","webpack:///./node_modules/core-js/internals/math-expm1.js","webpack:///./node_modules/core-js/internals/object-prototype-accessors-forced.js","webpack:///./node_modules/core-js/modules/es.object.get-own-property-descriptor.js","webpack:///./node_modules/core-js/modules/es.object.get-own-property-descriptors.js","webpack:///./node_modules/core-js/internals/same-value.js","webpack:///./node_modules/core-js/modules/es.object.keys.js","webpack:///./node_modules/core-js/internals/new-promise-capability.js","webpack:///./node_modules/core-js/modules/es.string.trim.js","webpack:///./node_modules/core-js/modules/web.dom-collections.for-each.js","webpack:///./node_modules/core-js/modules/web.url-search-params.js","webpack:///./node_modules/jquery-ui-dist/images/ui-icons_444444_256x240.png","webpack:///./node_modules/jquery-ui-dist/images/ui-icons_555555_256x240.png","webpack:///./node_modules/jquery-ui-dist/images/ui-icons_ffffff_256x240.png","webpack:///./node_modules/jquery-ui-dist/images/ui-icons_777620_256x240.png","webpack:///./node_modules/jquery-ui-dist/images/ui-icons_cc0000_256x240.png","webpack:///./node_modules/jquery-ui-dist/images/ui-icons_777777_256x240.png","webpack:///./node_modules/blueimp-md5/js/md5.js","webpack:///./node_modules/css-vars-ponyfill/dist/css-vars-ponyfill.esm.js","webpack:///./core/src/session-heartbeat.js","webpack:///./core/src/init.js","webpack:///./core/src/components/MainMenu.js","webpack:///./core/src/components/UserMenu.js","webpack:///./core/src/components/ContactsMenu.js","webpack:///./core/src/jquery/showpassword.js","webpack:///./node_modules/bootstrap/js/dist/tooltip.js","webpack:///./node_modules/bootstrap/js/dist/util.js","webpack:///./core/src/Polyfill/tooltip.js","webpack:///./node_modules/strengthify/jquery.strengthify.js","webpack:///./node_modules/strengthify/strengthify.css?eaf5","webpack:///./core/src/OC/contactsmenu/contact.handlebars","webpack:///./node_modules/handlebars/dist/cjs/handlebars/helpers/block-helper-missing.js","webpack:///./node_modules/handlebars/dist/cjs/handlebars/helpers/each.js","webpack:///./node_modules/handlebars/dist/cjs/handlebars/helpers/helper-missing.js","webpack:///./node_modules/handlebars/dist/cjs/handlebars/helpers/if.js","webpack:///./node_modules/handlebars/dist/cjs/handlebars/helpers/log.js","webpack:///./node_modules/handlebars/dist/cjs/handlebars/helpers/lookup.js","webpack:///./node_modules/handlebars/dist/cjs/handlebars/helpers/with.js","webpack:///./node_modules/handlebars/dist/cjs/handlebars/decorators.js","webpack:///./node_modules/handlebars/dist/cjs/handlebars/decorators/inline.js","webpack:///./node_modules/handlebars/dist/cjs/handlebars/internal/create-new-lookup-object.js","webpack:///./node_modules/handlebars/dist/cjs/handlebars/safe-string.js","webpack:///./node_modules/handlebars/dist/cjs/handlebars/runtime.js","webpack:///./node_modules/handlebars/dist/cjs/handlebars/internal/wrapHelper.js","webpack:///./node_modules/handlebars/dist/cjs/handlebars/no-conflict.js","webpack:///./core/src/OC/contactsmenu/loading.handlebars","webpack:///./core/src/OC/contactsmenu/error.handlebars","webpack:///./core/src/OC/contactsmenu/menu.handlebars","webpack:///./core/src/OC/contactsmenu/list.handlebars","webpack:///./node_modules/lodash/fp/convert.js","webpack:///./node_modules/lodash/fp/_baseConvert.js","webpack:///./node_modules/lodash/fp/_mapping.js","webpack:///./node_modules/lodash/fp/_util.js","webpack:///./node_modules/lodash/ary.js","webpack:///./node_modules/lodash/_createBind.js","webpack:///./node_modules/lodash/_createCurry.js","webpack:///./node_modules/lodash/_countHolders.js","webpack:///./node_modules/lodash/_isLaziable.js","webpack:///./node_modules/lodash/noop.js","webpack:///./node_modules/lodash/_getFuncName.js","webpack:///./node_modules/lodash/_realNames.js","webpack:///./node_modules/lodash/wrapperLodash.js","webpack:///./node_modules/lodash/_wrapperClone.js","webpack:///./node_modules/lodash/_getWrapDetails.js","webpack:///./node_modules/lodash/_insertWrapDetails.js","webpack:///./node_modules/lodash/_updateWrapDetails.js","webpack:///./node_modules/lodash/_arrayIncludes.js","webpack:///./node_modules/lodash/_baseIndexOf.js","webpack:///./node_modules/lodash/_baseFindIndex.js","webpack:///./node_modules/lodash/_baseIsNaN.js","webpack:///./node_modules/lodash/_strictIndexOf.js","webpack:///./node_modules/lodash/_reorder.js","webpack:///./node_modules/lodash/_createPartial.js","webpack:///./node_modules/lodash/_mergeData.js","webpack:///./node_modules/lodash/toFinite.js","webpack:///./node_modules/lodash/toNumber.js","webpack:///./node_modules/lodash/_baseTrim.js","webpack:///./node_modules/lodash/_trimmedEndIndex.js","webpack:///./node_modules/lodash/clone.js","webpack:///./node_modules/lodash/_baseAssignIn.js","webpack:///./node_modules/lodash/_copySymbols.js","webpack:///./node_modules/lodash/_copySymbolsIn.js","webpack:///./node_modules/lodash/_getAllKeysIn.js","webpack:///./node_modules/lodash/_initCloneArray.js","webpack:///./node_modules/lodash/_initCloneByTag.js","webpack:///./node_modules/lodash/_cloneDataView.js","webpack:///./node_modules/lodash/_cloneRegExp.js","webpack:///./node_modules/lodash/_cloneSymbol.js","webpack:///./node_modules/lodash/isMap.js","webpack:///./node_modules/lodash/_baseIsMap.js","webpack:///./node_modules/lodash/isSet.js","webpack:///./node_modules/lodash/_baseIsSet.js","webpack:///./node_modules/lodash/curry.js","webpack:///./node_modules/lodash/isError.js","webpack:///./node_modules/lodash/isWeakMap.js","webpack:///./node_modules/lodash/iteratee.js","webpack:///./node_modules/lodash/_baseIteratee.js","webpack:///./node_modules/lodash/_baseMatches.js","webpack:///./node_modules/lodash/_baseIsMatch.js","webpack:///./node_modules/lodash/_getMatchData.js","webpack:///./node_modules/lodash/_baseMatchesProperty.js","webpack:///./node_modules/lodash/get.js","webpack:///./node_modules/lodash/_memoizeCapped.js","webpack:///./node_modules/lodash/memoize.js","webpack:///./node_modules/lodash/_baseToString.js","webpack:///./node_modules/lodash/hasIn.js","webpack:///./node_modules/lodash/_baseHasIn.js","webpack:///./node_modules/lodash/_hasPath.js","webpack:///./node_modules/lodash/property.js","webpack:///./node_modules/lodash/_baseProperty.js","webpack:///./node_modules/lodash/_basePropertyDeep.js","webpack:///./node_modules/lodash/rearg.js","webpack:///./node_modules/lodash/_flatRest.js","webpack:///./node_modules/lodash/flatten.js","webpack:///./node_modules/lodash/_baseFlatten.js","webpack:///./node_modules/lodash/_isFlattenable.js","webpack:///./node_modules/lodash/toPath.js","webpack:///./node_modules/lodash/fp/_falseOptions.js","webpack:///./node_modules/moment/locale sync ^\\.\\/.*$","webpack:///./node_modules/@nextcloud/files/dist/humanfilesize.js","webpack:///./node_modules/core-js/internals/array-fill.js","webpack:///./node_modules/core-js/internals/call-with-safe-iteration-closing.js","webpack:///./node_modules/core-js/modules/es.array.splice.js","webpack:///./node_modules/core-js/internals/array-buffer-native.js","webpack:///./node_modules/core-js/internals/string-pad.js","webpack:///./node_modules/core-js/internals/math-sign.js","webpack:///./node_modules/core-js/internals/task.js","webpack:///./node_modules/core-js/internals/perform.js","webpack:///./node_modules/core-js/internals/not-a-regexp.js","webpack:///./node_modules/core-js/internals/correct-is-regexp-logic.js","webpack:///./node_modules/core-js/modules/es.string.search.js","webpack:///./node_modules/core-js/internals/typed-array-constructors-require-wrappers.js","webpack:///./node_modules/core-js/modules/web.url.js","webpack:///./node_modules/core-js/internals/string-punycode-to-ascii.js","webpack:///./node_modules/core-js/internals/get-iterator.js","webpack:///./node_modules/jquery-ui-dist/jquery-ui.css","webpack:///./node_modules/jquery-ui-dist/jquery-ui.theme.css","webpack:///./node_modules/jcrop/css/jquery.Jcrop.css","webpack:///./node_modules/select2/select2.css","webpack:///./core/src/jquery/css/jquery-ui-fixes.scss","webpack:///./core/src/jquery/css/jquery.ocdialog.scss","webpack:///./node_modules/core-js/internals/array-copy-within.js","webpack:///./node_modules/core-js/internals/flatten-into-array.js","webpack:///./node_modules/core-js/internals/array-last-index-of.js","webpack:///./node_modules/core-js/internals/to-index.js","webpack:///./node_modules/core-js/internals/function-bind.js","webpack:///./node_modules/core-js/internals/collection-strong.js","webpack:///./node_modules/core-js/internals/math-log1p.js","webpack:///./node_modules/core-js/internals/is-integer.js","webpack:///./node_modules/core-js/internals/number-parse-float.js","webpack:///./node_modules/core-js/internals/number-parse-int.js","webpack:///./node_modules/core-js/internals/object-to-array.js","webpack:///./node_modules/core-js/internals/native-promise-constructor.js","webpack:///./node_modules/core-js/internals/engine-is-ios.js","webpack:///./node_modules/core-js/internals/microtask.js","webpack:///./node_modules/core-js/internals/promise-resolve.js","webpack:///./node_modules/core-js/internals/string-pad-webkit-bug.js","webpack:///./node_modules/core-js/internals/to-offset.js","webpack:///./node_modules/core-js/internals/typed-array-from.js","webpack:///./node_modules/core-js/internals/collection-weak.js","webpack:///./node_modules/autosize/dist/autosize.js","webpack:///./node_modules/clipboard/dist/clipboard.js","webpack:///./node_modules/jcrop/css/Jcrop.gif","webpack:///./node_modules/select2/select2.png","webpack:///./node_modules/select2/select2-spinner.gif","webpack:///./node_modules/select2/select2x2.png","webpack:///./core/src/jquery/css/images/ui-icons_1d2d44_256x240.png","webpack:///./core/src/jquery/css/images/ui-icons_ffffff_256x240.png","webpack:///./core/src/jquery/css/images/ui-icons_ffd27a_256x240.png","webpack:///./core/src/jquery/css/images/ui-bg_diagonals-thick_20_666666_40x40.png","webpack:///./core/src/jquery/css/images/ui-bg_flat_10_000000_40x100.png","webpack:///./core/src/main.js","webpack:///./node_modules/core-js/stable/index.js","webpack:///./node_modules/core-js/modules/es.symbol.async-iterator.js","webpack:///./node_modules/core-js/modules/es.symbol.has-instance.js","webpack:///./node_modules/core-js/modules/es.symbol.is-concat-spreadable.js","webpack:///./node_modules/core-js/modules/es.symbol.match.js","webpack:///./node_modules/core-js/modules/es.symbol.match-all.js","webpack:///./node_modules/core-js/modules/es.symbol.replace.js","webpack:///./node_modules/core-js/modules/es.symbol.search.js","webpack:///./node_modules/core-js/modules/es.symbol.species.js","webpack:///./node_modules/core-js/modules/es.symbol.split.js","webpack:///./node_modules/core-js/modules/es.symbol.to-primitive.js","webpack:///./node_modules/core-js/modules/es.symbol.to-string-tag.js","webpack:///./node_modules/core-js/modules/es.symbol.unscopables.js","webpack:///./node_modules/core-js/modules/es.aggregate-error.js","webpack:///./node_modules/core-js/modules/es.array.copy-within.js","webpack:///./node_modules/core-js/modules/es.array.every.js","webpack:///./node_modules/core-js/modules/es.array.fill.js","webpack:///./node_modules/core-js/modules/es.array.find.js","webpack:///./node_modules/core-js/modules/es.array.find-index.js","webpack:///./node_modules/core-js/modules/es.array.flat.js","webpack:///./node_modules/core-js/modules/es.array.flat-map.js","webpack:///./node_modules/core-js/modules/es.array.includes.js","webpack:///./node_modules/core-js/modules/es.array.is-array.js","webpack:///./node_modules/core-js/modules/es.array.last-index-of.js","webpack:///./node_modules/core-js/modules/es.array.of.js","webpack:///./node_modules/core-js/modules/es.array.reduce-right.js","webpack:///./node_modules/core-js/modules/es.array.reverse.js","webpack:///./node_modules/core-js/modules/es.array.some.js","webpack:///./node_modules/core-js/modules/es.array.sort.js","webpack:///./node_modules/core-js/modules/es.array.species.js","webpack:///./node_modules/core-js/modules/es.array.unscopables.flat.js","webpack:///./node_modules/core-js/modules/es.array.unscopables.flat-map.js","webpack:///./node_modules/core-js/modules/es.array-buffer.constructor.js","webpack:///./node_modules/core-js/internals/ieee754.js","webpack:///./node_modules/core-js/modules/es.array-buffer.is-view.js","webpack:///./node_modules/core-js/modules/es.array-buffer.slice.js","webpack:///./node_modules/core-js/modules/es.data-view.js","webpack:///./node_modules/core-js/modules/es.date.now.js","webpack:///./node_modules/core-js/modules/es.date.to-iso-string.js","webpack:///./node_modules/core-js/internals/date-to-iso-string.js","webpack:///./node_modules/core-js/modules/es.date.to-json.js","webpack:///./node_modules/core-js/modules/es.date.to-primitive.js","webpack:///./node_modules/core-js/internals/date-to-primitive.js","webpack:///./node_modules/core-js/modules/es.date.to-string.js","webpack:///./node_modules/core-js/modules/es.function.bind.js","webpack:///./node_modules/core-js/modules/es.function.has-instance.js","webpack:///./node_modules/core-js/modules/es.global-this.js","webpack:///./node_modules/core-js/modules/es.json.stringify.js","webpack:///./node_modules/core-js/modules/es.json.to-string-tag.js","webpack:///./node_modules/core-js/modules/es.map.js","webpack:///./node_modules/core-js/modules/es.math.acosh.js","webpack:///./node_modules/core-js/modules/es.math.asinh.js","webpack:///./node_modules/core-js/modules/es.math.atanh.js","webpack:///./node_modules/core-js/modules/es.math.cbrt.js","webpack:///./node_modules/core-js/modules/es.math.clz32.js","webpack:///./node_modules/core-js/modules/es.math.cosh.js","webpack:///./node_modules/core-js/modules/es.math.expm1.js","webpack:///./node_modules/core-js/modules/es.math.fround.js","webpack:///./node_modules/core-js/internals/math-fround.js","webpack:///./node_modules/core-js/modules/es.math.hypot.js","webpack:///./node_modules/core-js/modules/es.math.imul.js","webpack:///./node_modules/core-js/modules/es.math.log10.js","webpack:///./node_modules/core-js/modules/es.math.log1p.js","webpack:///./node_modules/core-js/modules/es.math.log2.js","webpack:///./node_modules/core-js/modules/es.math.sign.js","webpack:///./node_modules/core-js/modules/es.math.sinh.js","webpack:///./node_modules/core-js/modules/es.math.tanh.js","webpack:///./node_modules/core-js/modules/es.math.to-string-tag.js","webpack:///./node_modules/core-js/modules/es.math.trunc.js","webpack:///./node_modules/core-js/modules/es.number.constructor.js","webpack:///./node_modules/core-js/modules/es.number.epsilon.js","webpack:///./node_modules/core-js/modules/es.number.is-finite.js","webpack:///./node_modules/core-js/internals/number-is-finite.js","webpack:///./node_modules/core-js/modules/es.number.is-integer.js","webpack:///./node_modules/core-js/modules/es.number.is-nan.js","webpack:///./node_modules/core-js/modules/es.number.is-safe-integer.js","webpack:///./node_modules/core-js/modules/es.number.max-safe-integer.js","webpack:///./node_modules/core-js/modules/es.number.min-safe-integer.js","webpack:///./node_modules/core-js/modules/es.number.parse-float.js","webpack:///./node_modules/core-js/modules/es.number.parse-int.js","webpack:///./node_modules/core-js/modules/es.number.to-precision.js","webpack:///./node_modules/core-js/modules/es.object.create.js","webpack:///./node_modules/core-js/modules/es.object.define-getter.js","webpack:///./node_modules/core-js/modules/es.object.define-properties.js","webpack:///./node_modules/core-js/modules/es.object.define-property.js","webpack:///./node_modules/core-js/modules/es.object.define-setter.js","webpack:///./node_modules/core-js/modules/es.object.entries.js","webpack:///./node_modules/core-js/modules/es.object.freeze.js","webpack:///./node_modules/core-js/modules/es.object.from-entries.js","webpack:///./node_modules/core-js/modules/es.object.get-own-property-names.js","webpack:///./node_modules/core-js/modules/es.object.get-prototype-of.js","webpack:///./node_modules/core-js/modules/es.object.is.js","webpack:///./node_modules/core-js/modules/es.object.is-extensible.js","webpack:///./node_modules/core-js/modules/es.object.is-frozen.js","webpack:///./node_modules/core-js/modules/es.object.is-sealed.js","webpack:///./node_modules/core-js/modules/es.object.lookup-getter.js","webpack:///./node_modules/core-js/modules/es.object.lookup-setter.js","webpack:///./node_modules/core-js/modules/es.object.prevent-extensions.js","webpack:///./node_modules/core-js/modules/es.object.seal.js","webpack:///./node_modules/core-js/modules/es.object.set-prototype-of.js","webpack:///./node_modules/core-js/modules/es.object.values.js","webpack:///./node_modules/core-js/modules/es.parse-float.js","webpack:///./node_modules/core-js/modules/es.parse-int.js","webpack:///./node_modules/core-js/modules/es.promise.js","webpack:///./node_modules/core-js/internals/engine-is-webos-webkit.js","webpack:///./node_modules/core-js/internals/host-report-errors.js","webpack:///./node_modules/core-js/internals/engine-is-browser.js","webpack:///./node_modules/core-js/modules/es.promise.all-settled.js","webpack:///./node_modules/core-js/modules/es.promise.any.js","webpack:///./node_modules/core-js/modules/es.promise.finally.js","webpack:///./node_modules/core-js/modules/es.reflect.apply.js","webpack:///./node_modules/core-js/modules/es.reflect.construct.js","webpack:///./node_modules/core-js/modules/es.reflect.define-property.js","webpack:///./node_modules/core-js/modules/es.reflect.delete-property.js","webpack:///./node_modules/core-js/modules/es.reflect.get.js","webpack:///./node_modules/core-js/modules/es.reflect.get-own-property-descriptor.js","webpack:///./node_modules/core-js/modules/es.reflect.get-prototype-of.js","webpack:///./node_modules/core-js/modules/es.reflect.has.js","webpack:///./node_modules/core-js/modules/es.reflect.is-extensible.js","webpack:///./node_modules/core-js/modules/es.reflect.own-keys.js","webpack:///./node_modules/core-js/modules/es.reflect.prevent-extensions.js","webpack:///./node_modules/core-js/modules/es.reflect.set.js","webpack:///./node_modules/core-js/modules/es.reflect.set-prototype-of.js","webpack:///./node_modules/core-js/modules/es.reflect.to-string-tag.js","webpack:///./node_modules/core-js/modules/es.regexp.constructor.js","webpack:///./node_modules/core-js/modules/es.regexp.flags.js","webpack:///./node_modules/core-js/modules/es.regexp.sticky.js","webpack:///./node_modules/core-js/modules/es.regexp.test.js","webpack:///./node_modules/core-js/modules/es.set.js","webpack:///./node_modules/core-js/modules/es.string.code-point-at.js","webpack:///./node_modules/core-js/modules/es.string.ends-with.js","webpack:///./node_modules/core-js/modules/es.string.from-code-point.js","webpack:///./node_modules/core-js/modules/es.string.includes.js","webpack:///./node_modules/core-js/modules/es.string.match.js","webpack:///./node_modules/core-js/modules/es.string.match-all.js","webpack:///./node_modules/core-js/modules/es.string.pad-end.js","webpack:///./node_modules/core-js/modules/es.string.pad-start.js","webpack:///./node_modules/core-js/modules/es.string.raw.js","webpack:///./node_modules/core-js/modules/es.string.repeat.js","webpack:///./node_modules/core-js/modules/es.string.replace-all.js","webpack:///./node_modules/core-js/modules/es.string.starts-with.js","webpack:///./node_modules/core-js/modules/es.string.trim-end.js","webpack:///./node_modules/core-js/modules/es.string.trim-start.js","webpack:///./node_modules/core-js/modules/es.string.anchor.js","webpack:///./node_modules/core-js/modules/es.string.big.js","webpack:///./node_modules/core-js/modules/es.string.blink.js","webpack:///./node_modules/core-js/modules/es.string.bold.js","webpack:///./node_modules/core-js/modules/es.string.fixed.js","webpack:///./node_modules/core-js/modules/es.string.fontcolor.js","webpack:///./node_modules/core-js/modules/es.string.fontsize.js","webpack:///./node_modules/core-js/modules/es.string.italics.js","webpack:///./node_modules/core-js/modules/es.string.link.js","webpack:///./node_modules/core-js/modules/es.string.small.js","webpack:///./node_modules/core-js/modules/es.string.strike.js","webpack:///./node_modules/core-js/modules/es.string.sub.js","webpack:///./node_modules/core-js/modules/es.string.sup.js","webpack:///./node_modules/core-js/modules/es.typed-array.float32-array.js","webpack:///./node_modules/core-js/internals/to-positive-integer.js","webpack:///./node_modules/core-js/modules/es.typed-array.float64-array.js","webpack:///./node_modules/core-js/modules/es.typed-array.int8-array.js","webpack:///./node_modules/core-js/modules/es.typed-array.int16-array.js","webpack:///./node_modules/core-js/modules/es.typed-array.int32-array.js","webpack:///./node_modules/core-js/modules/es.typed-array.uint8-array.js","webpack:///./node_modules/core-js/modules/es.typed-array.uint8-clamped-array.js","webpack:///./node_modules/core-js/modules/es.typed-array.uint16-array.js","webpack:///./node_modules/core-js/modules/es.typed-array.uint32-array.js","webpack:///./node_modules/core-js/modules/es.typed-array.copy-within.js","webpack:///./node_modules/core-js/modules/es.typed-array.every.js","webpack:///./node_modules/core-js/modules/es.typed-array.fill.js","webpack:///./node_modules/core-js/modules/es.typed-array.filter.js","webpack:///./node_modules/core-js/internals/typed-array-from-species-and-list.js","webpack:///./node_modules/core-js/modules/es.typed-array.find.js","webpack:///./node_modules/core-js/modules/es.typed-array.find-index.js","webpack:///./node_modules/core-js/modules/es.typed-array.for-each.js","webpack:///./node_modules/core-js/modules/es.typed-array.from.js","webpack:///./node_modules/core-js/modules/es.typed-array.includes.js","webpack:///./node_modules/core-js/modules/es.typed-array.index-of.js","webpack:///./node_modules/core-js/modules/es.typed-array.iterator.js","webpack:///./node_modules/core-js/modules/es.typed-array.join.js","webpack:///./node_modules/core-js/modules/es.typed-array.last-index-of.js","webpack:///./node_modules/core-js/modules/es.typed-array.map.js","webpack:///./node_modules/core-js/modules/es.typed-array.of.js","webpack:///./node_modules/core-js/modules/es.typed-array.reduce.js","webpack:///./node_modules/core-js/modules/es.typed-array.reduce-right.js","webpack:///./node_modules/core-js/modules/es.typed-array.reverse.js","webpack:///./node_modules/core-js/modules/es.typed-array.set.js","webpack:///./node_modules/core-js/modules/es.typed-array.slice.js","webpack:///./node_modules/core-js/modules/es.typed-array.some.js","webpack:///./node_modules/core-js/modules/es.typed-array.sort.js","webpack:///./node_modules/core-js/modules/es.typed-array.subarray.js","webpack:///./node_modules/core-js/modules/es.typed-array.to-locale-string.js","webpack:///./node_modules/core-js/modules/es.typed-array.to-string.js","webpack:///./node_modules/core-js/modules/es.weak-map.js","webpack:///./node_modules/core-js/modules/es.weak-set.js","webpack:///./node_modules/core-js/modules/web.immediate.js","webpack:///./node_modules/core-js/modules/web.queue-microtask.js","webpack:///./node_modules/core-js/modules/web.timers.js","webpack:///./node_modules/core-js/modules/web.url.to-json.js","webpack:///./node_modules/regenerator-runtime/runtime.js","webpack:///./core/src/Polyfill/index.js","webpack:///./core/src/Polyfill/console.js","webpack:///./core/src/Polyfill/closest.js","webpack:///./core/src/Polyfill/windows-phone.js","webpack:///./node_modules/jquery-migrate/dist/jquery-migrate.min.js","webpack:///./node_modules/jquery-ui-dist/jquery-ui.js","webpack:///./node_modules/jcrop/js/jquery.Jcrop.js","webpack:///./node_modules/select2/select2.js","webpack:///./node_modules/snap.js/dist/snap.js","webpack:///./core/src/jquery/contactsmenu/jquery_entry.handlebars","webpack:///./core/src/jquery/avatar.js","webpack:///./core/src/jquery/contactsmenu.js","webpack:///./core/src/jquery/exists.js","webpack:///./core/src/jquery/filterattr.js","webpack:///./core/src/jquery/ocdialog.js","webpack:///./core/src/jquery/octemplate.js","webpack:///./core/src/jquery/placeholder.js","webpack:///./core/src/jquery/requesttoken.js","webpack:///./core/src/jquery/selectrange.js","webpack:///./core/src/jquery/ui-fixes.js","webpack:///./core/src/jquery/css/jquery-ui-fixes.scss?a4c2","webpack:///./core/src/jquery/css/jquery.ocdialog.scss?5718","webpack:///./core/src/jquery/index.js","webpack:///./node_modules/jquery-ui-dist/jquery-ui.css?17d5","webpack:///./node_modules/jquery-ui-dist/jquery-ui.theme.css?4a7b","webpack:///./node_modules/jcrop/css/jquery.Jcrop.css?e6a9","webpack:///./node_modules/select2/select2.css?b214","webpack:///./core/src/OCP/comments.js","webpack:///./core/src/OCP/whatsnew.js","webpack:///./core/src/OCP/collaboration.js","webpack:///./core/src/OCP/loader.js","webpack:///./core/src/OCP/toast.js","webpack:///./core/src/OCP/index.js","webpack:///./core/src/globals.js"],"names":["installedModules","__webpack_require__","moduleId","exports","module","i","l","modules","call","m","c","d","name","getter","o","Object","defineProperty","enumerable","get","r","Symbol","toStringTag","value","t","mode","__esModule","ns","create","key","bind","n","object","property","prototype","hasOwnProperty","p","s","global","factory","document","w","Error","window","this","noGlobal","arr","getProto","getPrototypeOf","slice","concat","push","indexOf","class2type","toString","hasOwn","fnToString","ObjectFunctionString","support","isFunction","obj","nodeType","isWindow","preservedScriptAttributes","type","src","noModule","DOMEval","code","doc","node","script","createElement","text","head","appendChild","parentNode","removeChild","toType","jQuery","selector","context","fn","init","rtrim","isArrayLike","length","jquery","constructor","toArray","num","pushStack","elems","ret","merge","prevObject","each","callback","map","elem","apply","arguments","first","eq","last","len","j","end","sort","splice","extend","options","copy","copyIsArray","clone","target","deep","isPlainObject","Array","isArray","undefined","expando","Math","random","replace","isReady","error","msg","noop","proto","Ctor","isEmptyObject","globalEval","trim","makeArray","results","inArray","second","grep","invert","matches","callbackExpect","arg","guid","iterator","split","toLowerCase","Sizzle","Expr","getText","isXML","tokenize","compile","select","outermostContext","sortInput","hasDuplicate","setDocument","docElem","documentIsHTML","rbuggyQSA","rbuggyMatches","contains","Date","preferredDoc","dirruns","done","classCache","createCache","tokenCache","compilerCache","sortOrder","a","b","pop","push_native","list","booleans","whitespace","identifier","attributes","pseudos","rwhitespace","RegExp","rcomma","rcombinators","rattributeQuotes","rpseudo","ridentifier","matchExpr","rinputs","rheader","rnative","rquickExpr","rsibling","runescape","funescape","_","escaped","escapedWhitespace","high","String","fromCharCode","rcssescape","fcssescape","ch","asCodePoint","charCodeAt","unloadHandler","disabledAncestor","addCombinator","disabled","dir","next","childNodes","e","els","seed","nid","match","groups","newSelector","newContext","ownerDocument","exec","getElementById","id","getElementsByTagName","getElementsByClassName","qsa","test","nodeName","getAttribute","setAttribute","toSelector","join","testContext","querySelectorAll","qsaError","removeAttribute","keys","cache","cacheLength","shift","markFunction","assert","el","addHandle","attrs","handler","attrHandle","siblingCheck","cur","diff","sourceIndex","nextSibling","createInputPseudo","createButtonPseudo","createDisabledPseudo","isDisabled","createPositionalPseudo","argument","matchIndexes","documentElement","hasCompare","subWindow","defaultView","top","addEventListener","attachEvent","className","createComment","getById","getElementsByName","filter","attrId","find","getAttributeNode","tag","tmp","innerHTML","input","matchesSelector","webkitMatchesSelector","mozMatchesSelector","oMatchesSelector","msMatchesSelector","disconnectedMatch","compareDocumentPosition","adown","bup","compare","sortDetached","aup","ap","bp","unshift","expr","elements","attr","val","specified","escape","sel","uniqueSort","duplicates","detectDuplicates","sortStable","textContent","firstChild","nodeValue","selectors","createPseudo","relative","preFilter","excess","unquoted","nodeNameSelector","pattern","operator","check","result","what","simple","forward","ofType","xml","uniqueCache","outerCache","nodeIndex","start","parent","useCache","lastChild","uniqueID","pseudo","args","setFilters","idx","matched","matcher","unmatched","innerText","lang","elemLang","hash","location","activeElement","hasFocus","href","tabIndex","checked","selected","selectedIndex","radio","checkbox","file","password","image","submit","reset","tokens","combinator","base","skip","checkNonElements","doneName","oldCache","newCache","elementMatcher","matchers","condense","newUnmatched","mapped","setMatcher","postFilter","postFinder","postSelector","temp","preMap","postMap","preexisting","contexts","multipleContexts","matcherIn","matcherOut","matcherFromTokens","checkContext","leadingRelative","implicitRelative","matchContext","matchAnyContext","filters","parseOnly","soFar","preFilters","cached","setMatchers","elementMatchers","bySet","byElement","superMatcher","outermost","matchedCount","setMatched","contextBackup","dirrunsUnique","matcherFromGroupMatchers","token","compiled","defaultValue","unique","isXMLDoc","escapeSelector","until","truncate","is","siblings","rneedsContext","needsContext","rsingleTag","winnow","qualifier","not","self","rootjQuery","root","parseHTML","ready","rparentsprev","guaranteedUnique","children","contents","prev","sibling","has","targets","closest","index","prevAll","add","addBack","parents","parentsUntil","nextAll","nextUntil","prevUntil","contentDocument","content","reverse","rnothtmlwhite","Identity","v","Thrower","ex","adoptValue","resolve","reject","noValue","method","promise","fail","then","Callbacks","flag","createOptions","firing","memory","fired","locked","queue","firingIndex","fire","once","stopOnFalse","remove","empty","disable","lock","fireWith","Deferred","func","tuples","state","always","deferred","pipe","fns","newDefer","tuple","returned","progress","notify","onFulfilled","onRejected","onProgress","maxDepth","depth","special","that","mightThrow","TypeError","notifyWith","resolveWith","process","exceptionHook","stackTrace","rejectWith","getStackHook","setTimeout","stateString","when","singleValue","remaining","resolveContexts","resolveValues","master","updateFunc","rerrorNames","stack","console","warn","message","readyException","readyList","completed","removeEventListener","catch","readyWait","wait","readyState","doScroll","access","chainable","emptyGet","raw","bulk","rmsPrefix","rdashAlpha","fcamelCase","all","letter","toUpperCase","camelCase","string","acceptData","owner","Data","uid","configurable","set","data","prop","hasData","dataPriv","dataUser","rbrace","rmultiDash","dataAttr","JSON","parse","getData","removeData","_data","_removeData","dequeue","startLength","hooks","_queueHooks","stop","setter","clearQueue","count","defer","pnum","source","rcssNum","cssExpand","isHiddenWithinTree","style","display","css","swap","old","adjustCSS","valueParts","tween","adjusted","scale","maxIterations","currentValue","initial","unit","cssNumber","initialInUnit","defaultDisplayMap","getDefaultDisplay","body","showHide","show","values","hide","toggle","rcheckableType","rtagName","rscriptType","wrapMap","option","thead","col","tr","td","_default","getAll","setGlobalEval","refElements","optgroup","tbody","tfoot","colgroup","caption","th","div","rhtml","buildFragment","scripts","selection","ignored","wrap","fragment","createDocumentFragment","nodes","htmlPrefilter","createTextNode","checkClone","cloneNode","noCloneChecked","rkeyEvent","rmouseEvent","rtypenamespace","returnTrue","returnFalse","safeActiveElement","err","on","types","one","origFn","event","off","handleObjIn","eventHandle","events","handleObj","handlers","namespaces","origType","elemData","handle","triggered","dispatch","delegateType","bindType","namespace","delegateCount","setup","mappedTypes","origCount","teardown","removeEvent","nativeEvent","handlerQueue","fix","delegateTarget","preDispatch","isPropagationStopped","currentTarget","isImmediatePropagationStopped","rnamespace","preventDefault","stopPropagation","postDispatch","matchedHandlers","matchedSelectors","button","addProp","hook","Event","originalEvent","writable","load","noBubble","focus","trigger","blur","click","beforeunload","returnValue","props","isDefaultPrevented","defaultPrevented","relatedTarget","timeStamp","now","isSimulated","stopImmediatePropagation","altKey","bubbles","cancelable","changedTouches","ctrlKey","detail","eventPhase","metaKey","pageX","pageY","shiftKey","view","charCode","keyCode","buttons","clientX","clientY","offsetX","offsetY","pointerId","pointerType","screenX","screenY","targetTouches","toElement","touches","which","mouseenter","mouseleave","pointerenter","pointerleave","orig","related","rxhtmlTag","rnoInnerhtml","rchecked","rcleanScript","manipulationTarget","disableScript","restoreScript","cloneCopyEvent","dest","pdataOld","pdataCur","udataOld","udataCur","fixInput","domManip","collection","hasScripts","iNoClone","valueIsFunction","html","_evalUrl","keepData","cleanData","dataAndEvents","deepDataAndEvents","srcElements","destElements","inPage","detach","append","prepend","insertBefore","before","after","replaceWith","replaceChild","appendTo","prependTo","insertAfter","replaceAll","original","insert","rnumnonpx","getStyles","opener","getComputedStyle","rboxStyle","curCSS","computed","width","minWidth","maxWidth","getPropertyValue","pixelBoxStyles","addGetHookIf","conditionFn","hookFn","computeStyleTests","container","cssText","divStyle","pixelPositionVal","reliableMarginLeftVal","roundPixelMeasures","marginLeft","right","pixelBoxStylesVal","boxSizingReliableVal","position","scrollboxSizeVal","offsetWidth","measure","round","parseFloat","backgroundClip","clearCloneStyle","boxSizingReliable","pixelPosition","reliableMarginLeft","scrollboxSize","rdisplayswap","rcustomProp","cssShow","visibility","cssNormalTransform","letterSpacing","fontWeight","cssPrefixes","emptyStyle","finalPropName","cssProps","capName","vendorPropName","setPositiveNumber","subtract","max","boxModelAdjustment","dimension","box","isBorderBox","styles","computedVal","extra","delta","ceil","getWidthOrHeight","valueIsBorderBox","Tween","easing","cssHooks","opacity","origName","isCustomProp","setProperty","isFinite","getClientRects","getBoundingClientRect","left","margin","padding","border","prefix","suffix","expand","expanded","parts","propHooks","run","percent","eased","duration","pos","step","fx","scrollTop","scrollLeft","linear","swing","cos","PI","fxNow","inProgress","rfxtypes","rrun","schedule","hidden","requestAnimationFrame","interval","tick","createFxNow","genFx","includeWidth","height","createTween","animation","Animation","tweeners","properties","stopped","prefilters","currentTime","startTime","tweens","opts","specialEasing","originalProperties","originalOptions","gotoEnd","propFilter","complete","timer","anim","tweener","oldfire","propTween","restoreDisplay","isBox","dataShow","unqueued","overflow","overflowX","overflowY","prefilter","speed","opt","speeds","fadeTo","to","animate","optall","doAnimation","finish","stopQueue","timers","cssFn","slideDown","slideUp","slideToggle","fadeIn","fadeOut","fadeToggle","slow","fast","delay","time","timeout","clearTimeout","checkOn","optSelected","radioValue","boolHook","removeAttr","nType","attrHooks","bool","attrNames","lowercaseName","rfocusable","rclickable","stripAndCollapse","getClass","classesToArray","removeProp","propFix","tabindex","parseInt","addClass","classes","curValue","clazz","finalValue","removeClass","toggleClass","stateVal","isValidValue","classNames","hasClass","rreturn","valHooks","optionSet","focusin","rfocusMorph","stopPropagationCallback","onlyHandlers","bubbleType","ontype","lastElement","eventPath","isTrigger","parentWindow","simulate","triggerHandler","attaches","nonce","rquery","parseXML","DOMParser","parseFromString","rbracket","rCRLF","rsubmitterTypes","rsubmittable","buildParams","traditional","param","valueOrFunction","encodeURIComponent","serialize","serializeArray","r20","rhash","rantiCache","rheaders","rnoContent","rprotocol","transports","allTypes","originAnchor","addToPrefiltersOrTransports","structure","dataTypeExpression","dataType","dataTypes","inspectPrefiltersOrTransports","jqXHR","inspected","seekingTransport","inspect","prefilterOrFactory","dataTypeOrTransport","ajaxExtend","flatOptions","ajaxSettings","active","lastModified","etag","url","isLocal","protocol","processData","async","contentType","accepts","json","responseFields","converters","ajaxSetup","settings","ajaxPrefilter","ajaxTransport","ajax","transport","cacheURL","responseHeadersString","responseHeaders","timeoutTimer","urlAnchor","fireGlobals","uncached","callbackContext","globalEventContext","completeDeferred","statusCode","requestHeaders","requestHeadersNames","strAbort","getResponseHeader","getAllResponseHeaders","setRequestHeader","overrideMimeType","mimeType","status","abort","statusText","finalText","crossDomain","host","hasContent","ifModified","headers","beforeSend","success","send","nativeStatusText","responses","isSuccess","response","modified","ct","finalDataType","firstDataType","ajaxHandleResponses","conv2","current","conv","dataFilter","throws","ajaxConvert","getJSON","getScript","wrapAll","firstElementChild","wrapInner","htmlIsFunction","unwrap","visible","offsetHeight","xhr","XMLHttpRequest","xhrSuccessStatus","0","1223","xhrSupported","cors","errorCallback","open","username","xhrFields","onload","onerror","onabort","ontimeout","onreadystatechange","responseType","responseText","binary","charset","scriptCharset","evt","oldCallbacks","rjsonp","jsonp","jsonpCallback","originalSettings","callbackName","overwritten","responseContainer","jsonProp","createHTMLDocument","implementation","keepScripts","parsed","params","animated","offset","setOffset","curPosition","curLeft","curCSSTop","curTop","curOffset","curCSSLeft","curElem","using","rect","win","pageYOffset","pageXOffset","offsetParent","parentOffset","scrollTo","Height","Width","defaultExtra","funcName","hover","fnOver","fnOut","unbind","delegate","undelegate","proxy","holdReady","hold","parseJSON","isNumeric","isNaN","_jQuery","_$","$","noConflict","VERSION","Function","ArrayProto","ObjProto","SymbolProto","supportsArrayBuffer","ArrayBuffer","supportsDataView","DataView","nativeIsArray","nativeKeys","nativeCreate","nativeIsView","isView","_isNaN","_isFinite","hasEnumBug","propertyIsEnumerable","nonEnumerableProps","MAX_ARRAY_INDEX","pow","hookCallback","some","isObject","hasOwnProp","isObjectEmpty","getOwnPropertyNames","k","isUndefined","isNumber","isDate","res","valueOf","createUTC","format","locale","strict","createLocalOrUTC","utc","getParsingFlags","_pf","unusedTokens","unusedInput","charsLeftOver","nullInput","invalidEra","invalidMonth","invalidFormat","userInvalidated","iso","parsedDateParts","era","meridiem","rfc2822","weekdayMismatch","isValid","_isValid","flags","parsedParts","isNowValid","_d","getTime","invalidWeekday","_strict","bigHour","isFrozen","createInvalid","NaN","fun","momentProperties","updateInProgress","copyConfig","from","_isAMomentObject","_i","_f","_l","_tzm","_isUTC","_offset","_locale","Moment","config","updateOffset","isMoment","suppressDeprecationWarnings","deprecate","firstTime","deprecationHandler","deprecations","deprecateSimple","mergeConfigs","parentConfig","childConfig","Locale","zeroFill","number","targetLength","forceSign","absNumber","abs","zerosToFill","substr","formattingTokens","localFormattingTokens","formatFunctions","formatTokenFunctions","addFormatToken","padded","ordinal","localeData","formatMoment","expandFormat","array","mom","output","makeFormatFunction","invalidDate","replaceLongDateFormatTokens","longDateFormat","lastIndex","aliases","addUnitAlias","shorthand","lowerCase","normalizeUnits","units","normalizeObjectUnits","inputObject","normalizedProp","normalizedInput","priorities","addUnitPriority","priority","isLeapYear","year","absFloor","floor","toInt","argumentForCoercion","coercedNumber","makeGetSet","keepTime","set$1","month","date","daysInMonth","regexes","match1","match2","match3","match4","match6","match1to2","match3to4","match5to6","match1to3","match1to4","match1to6","matchUnsigned","matchSigned","matchOffset","matchShortOffset","matchWord","addRegexToken","regex","strictRegex","isStrict","getParseRegexForToken","regexEscape","p1","p2","p3","p4","addParseToken","addWeekParseToken","_w","addTimeToArrayFromToken","_a","modMonth","x","mod","monthsShort","months","monthsShortRegex","monthsRegex","monthsParse","defaultLocaleMonths","defaultLocaleMonthsShort","MONTHS_IN_FORMAT","defaultMonthsShortRegex","defaultMonthsRegex","handleStrictParse","monthName","ii","llc","toLocaleLowerCase","_monthsParse","_longMonthsParse","_shortMonthsParse","setMonth","dayOfMonth","min","getSetMonth","computeMonthsParse","cmpLenRev","shortPieces","longPieces","mixedPieces","_monthsRegex","_monthsShortRegex","_monthsStrictRegex","_monthsShortStrictRegex","daysInYear","y","parseTwoDigitYear","getSetYear","createDate","h","M","ms","getFullYear","setFullYear","createUTCDate","UTC","getUTCFullYear","setUTCFullYear","firstWeekOffset","dow","doy","fwd","getUTCDay","dayOfYearFromWeeks","week","weekday","resYear","resDayOfYear","dayOfYear","weekOfYear","resWeek","weekOffset","weeksInYear","weekOffsetNext","shiftWeekdays","ws","weekdaysMin","weekdaysShort","weekdays","weekdaysMinRegex","weekdaysShortRegex","weekdaysRegex","weekdaysParse","defaultLocaleWeekdays","defaultLocaleWeekdaysShort","defaultLocaleWeekdaysMin","defaultWeekdaysRegex","defaultWeekdaysShortRegex","defaultWeekdaysMinRegex","handleStrictParse$1","weekdayName","_weekdaysParse","_shortWeekdaysParse","_minWeekdaysParse","day","computeWeekdaysParse","minp","shortp","longp","minPieces","_weekdaysRegex","_weekdaysShortRegex","_weekdaysMinRegex","_weekdaysStrictRegex","_weekdaysShortStrictRegex","_weekdaysMinStrictRegex","hFormat","hours","lowercase","minutes","matchMeridiem","_meridiemParse","seconds","kInput","_isPm","isPM","_meridiem","pos1","pos2","globalLocale","getSetHour","baseConfig","calendar","sameDay","nextDay","nextWeek","lastDay","lastWeek","sameElse","LTS","LT","L","LL","LLL","LLLL","dayOfMonthOrdinalParse","relativeTime","future","past","ss","mm","hh","dd","ww","MM","yy","meridiemParse","locales","localeFamilies","commonPrefix","arr1","arr2","minl","normalizeLocale","loadLocale","oldLocale","_abbr","getSetGlobalLocale","getLocale","defineLocale","abbr","_config","parentLocale","forEach","names","chooseLocale","checkOverflow","_overflowDayOfYear","_overflowWeeks","_overflowWeekday","extendedIsoRegex","basicIsoRegex","tzRegex","isoDates","isoTimes","aspNetJsonRegex","obsOffsets","UT","GMT","EDT","EST","CDT","CST","MDT","MST","PDT","PST","configFromISO","allowTime","dateFormat","timeFormat","tzFormat","configFromStringAndFormat","untruncateYear","yearStr","configFromRFC2822","parsedArray","monthStr","dayStr","hourStr","minuteStr","secondStr","weekdayStr","parsedInput","getDay","checkWeekday","obsOffset","militaryOffset","numOffset","hm","calculateOffset","setUTCMinutes","getUTCMinutes","defaults","configFromArray","currentDate","expectedWeekday","yearToUse","nowValue","_useUTC","getUTCMonth","getUTCDate","getMonth","getDate","currentDateArray","weekYear","weekdayOverflow","curWeek","GG","W","E","createLocal","_week","gg","_dayOfYear","dayOfYearFromWeekInfo","_nextDay","ISO_8601","RFC_2822","skipped","stringLength","totalParsedInputLength","hour","isPm","meridiemHour","meridiemFixWrap","erasConvertYear","prepareConfig","preparse","tempConfig","bestMoment","scoreToBeat","currentScore","validFormatFound","bestFormatIsValid","score","configFromStringAndArray","createFromInputFallback","configFromString","dayOrDate","minute","millisecond","configFromObject","configFromInput","isUTC","prototypeMin","other","prototypeMax","pickBy","moments","ordering","Duration","years","quarters","quarter","weeks","isoWeek","days","milliseconds","unitHasDecimal","isDurationValid","_milliseconds","_days","_months","_bubble","isDuration","absRound","separator","utcOffset","sign","offsetFromString","chunkOffset","cloneWithOffset","model","setTime","local","getDateOffset","getTimezoneOffset","isUtc","aspNetRegex","isoRegex","createDuration","diffRes","parseIso","isBefore","positiveMomentsDifference","inp","isAfter","createAdder","direction","period","addSubtract","isAdding","invalid","isString","isMomentInput","arrayTest","dataTypeTest","item","isNumberOrStringArray","objectTest","propertyTest","isMomentInputObject","isCalendarSpec","monthDiff","wholeMonthDiff","anchor","newLocaleData","defaultFormat","defaultFormatUtc","mod$1","dividend","divisor","localStartOfDate","utcStartOfDate","matchEraAbbr","erasAbbrRegex","computeErasParse","abbrPieces","namePieces","narrowPieces","eras","narrow","_erasRegex","_erasNameRegex","_erasAbbrRegex","_erasNarrowRegex","addWeekYearFormatToken","getSetWeekYearHelper","weeksTarget","setWeekAll","dayOfYearData","erasNameRegex","erasNarrowRegex","erasParse","_eraYearOrdinalRegex","eraYearOrdinalParse","isoWeekYear","_dayOfMonthOrdinalParse","_ordinalParse","_dayOfMonthOrdinalParseLenient","getSetDayOfMonth","getSetMinute","getSetMillisecond","getSetSecond","parseMs","preParsePostFormat","formats","sod","startOf","calendarFormat","asFloat","zoneDelta","endOf","startOfDate","isoWeekday","inputString","postformat","withoutSuffix","humanize","fromNow","toNow","invalidAt","localInput","isBetween","inclusivity","localFrom","localTo","isSame","inputMs","isSameOrAfter","isSameOrBefore","parsingFlags","prioritized","unitsObj","u","getPrioritizedUnits","toObject","toDate","toISOString","keepOffset","zone","for","toJSON","unix","creationData","eraName","since","eraNarrow","eraAbbr","eraYear","isoWeeks","weekInfo","weeksInWeekYear","isoWeeksInYear","isoWeeksInISOWeekYear","parseWeekday","parseIsoWeekday","keepLocalTime","keepMinutes","localAdjust","_changeInProgress","parseZone","tZone","hasAlignedHourOffset","isDST","isUtcOffset","zoneAbbr","zoneName","dates","isDSTShifted","_isDSTShifted","array1","array2","dontConvert","lengthDiff","diffs","compareArrays","proto$1","get$1","field","listMonthsImpl","out","listWeekdaysImpl","localeSorted","_calendar","_longDateFormat","formatUpper","tok","_invalidDate","_ordinal","isFuture","_relativeTime","pastFuture","_eras","isFormat","_monthsShort","_monthsParseExact","firstDayOfYear","firstDayOfWeek","_weekdays","_weekdaysMin","_weekdaysShort","_weekdaysParseExact","_fullWeekdaysParse","charAt","isLower","langData","mathAbs","addSubtract$1","absCeil","daysToMonths","monthsToDays","makeAs","alias","as","asMilliseconds","asSeconds","asMinutes","asHours","asDays","asWeeks","asMonths","asQuarters","asYears","makeGetter","thresholds","substituteTimeAgo","abs$1","toISOString$1","totalSign","ymSign","daysSign","hmsSign","total","toFixed","proto$2","monthsFromDays","argWithSuffix","argThresholds","withSuffix","assign","posNegDuration","relativeTime$1","toIsoString","version","updateLocale","tmpLocale","relativeTimeRounding","roundingFunction","relativeTimeThreshold","threshold","limit","myMoment","HTML5_FMT","DATETIME_LOCAL","DATETIME_LOCAL_SECONDS","DATETIME_LOCAL_MS","DATE","TIME","TIME_SECONDS","TIME_MS","WEEK","MONTH","getOwnPropertyDescriptor","f","createNonEnumerableProperty","redefine","setGlobal","copyConstructorProperties","isForced","targetProperty","sourceProperty","descriptor","TARGET","GLOBAL","STATIC","stat","noTargetGet","forced","sham","it","globalThis","restArguments","startIndex","rest","isNull","isBoolean","isElement","tagTester","nodelist","Int8Array","hasStringTagBug","isIE11","Map","isDataView","getInt8","isArrayBuffer","buffer","isArguments","isSymbol","constant","createSizePropertyCheck","getSizeProperty","sizeProperty","shallowProperty","typedArrayPattern","collectNonEnumProps","emulatedSet","nonEnumIdx","isEmpty","isMatch","_keys","_wrapped","toBufferView","bufferSource","Uint8Array","byteOffset","aStack","bStack","deepEq","areArrays","aCtor","bCtor","isEqual","allKeys","ie11fingerprint","methods","weakMapMethods","forEachName","commonInit","mapTail","mapMethods","setMethods","pairs","functions","createAssigner","keysFunc","baseCreate","extendOwn","tap","interceptor","toPath","path","deepGet","identity","optimizeCb","argCount","accumulator","baseIteratee","Infinity","cb","iteratee","mapObject","currentKey","propertyOf","times","accum","createEscaper","escaper","testRegexp","replaceRegexp","templateSettings","evaluate","interpolate","noMatch","escapes","escapeRegExp","escapeChar","oldSettings","render","variable","template","fallback","idCounter","uniqueId","chain","instance","_chain","executeBound","sourceFunc","boundFunc","callingContext","partial","boundArgs","placeholder","bound","callArgs","flatten","hasher","memoize","address","throttle","previous","later","leading","throttled","_now","trailing","cancel","debounce","immediate","debounced","callNow","wrapper","negate","predicate","compose","memo","findKey","createPredicateIndexFinder","low","mid","createIndexFinder","predicateFind","sortedIndex","findIndex","findLastIndex","findWhere","createReduce","reducer","every","fromIndex","guard","contextPath","pluck","where","lastComputed","sample","rand","shuffle","sortBy","criteria","group","behavior","partition","pass","reStrSymbol","size","keyInObj","pick","compact","Boolean","otherArrays","difference","uniq","isSorted","seen","arrays","intersection","argsLength","unzip","range","chunk","chainResult","mixin","loadedScripts","loadedStyles","updatableNotification","getDefaultNotificationFunction","setDefault","$row","toastify","hideToast","showHtml","isHTML","TOAST_PERMANENT_TIMEOUT","toast","showMessage","toastElement","escapeHTML","showUpdate","showTemporary","TOAST_DEFAULT_TIMEOUT","isHidden","ajaxConnectionLostHandler","Notification","appConfig","oc_appconfig","AppConfig","getValue","app","setValue","getApps","getKeys","deleteKey","appswebroots","_oc_appswebroots","methodMap","update","patch","delete","read","parsePropFindResult","davProperties","subResult","propStat","propKey","parseIdFromLocation","queryPos","isSuccessStatus","callPropPatch","client","propPatch","changedProp","convertModelAttributesToDavProperties","changed","Backbone","VendorBackbone","davCall","dav","Client","baseUrl","xmlNamespaces","resolveUrl","OC","requestToken","propFind","propsMapping","callPropFind","request","callMkCol","responseJson","locationHeader","callMethod","davSync","isCollection","Collection","hasInnerCollection","usePUT","urlError","stringify","textStatus","errorThrown","_oc_config","rawUid","displayName","currentUser","Dialogs","YES_NO_BUTTONS","OK_BUTTONS","FILEPICKER_TYPE_CHOOSE","FILEPICKER_TYPE_MOVE","FILEPICKER_TYPE_COPY","FILEPICKER_TYPE_COPY_MOVE","FILEPICKER_TYPE_CUSTOM","dialogsCounter","alert","title","modal","OK_BUTTON","info","confirm","confirmDestructive","confirmHtml","prompt","_getMessageTemplate","$tmpl","dialogName","dialogId","$dlg","octemplate","dialog_name","label","buttonlist","ocdialog","defaultButton","closeOnEscape","close","filepicker","multiselect","mimetypeFilter","sortField","loading","emptyText","newText","filesClient","OCA","Sharing","PublicApp","fileList","Files","getClient","filelist","allowDirectoryChooser","_getFilePickerTemplate","$filePicker","emptytext","newtext","nameCol","sizeCol","modifiedCol","Util","isIE","$showGridView","_onGridviewChange","_getGridSettings","newButton","registerMenu","$input","newName","lastPos","lastIndexOf","selectRange","$form","checkInput","filename","trimmedName","blacklist_files_regex","isFileNameValid","tooltip","placement","newname","createDirectory","_fillFilePicker","hideMenus","keypress","$fileListHeader","$filelist","$filelistContainer","$dirTree","_handleTreeListSelect","_handlePickerClick","functionToCall","returnType","datapath","element","selectedName","buttonEnableDisable","dialogType","allowHtml","escapeFunction","confirmClasses","closeCallback","_fileexistsshown","fileexists","replacement","controller","dialogDeferred","crop","img","canvas","getContext","drawImage","resampleHermite","toDataURL","H","W2","H2","getImageData","img2","data2","ratio_w","ratio_h","ratio_w_half","ratio_h_half","x2","weight","weights","weights_alpha","gx_r","gx_g","gx_b","gx_a","center_y","dy","center_x","w0","xx","dx","sqrt","clearRect","putImageData","addConflict","$conflicts","$conflict","$originalDiv","$replacementDiv","humanFileSize","formatDate","mtime","directory","urlSpec","forceIcon","previewpath","generatePreviewUrl","FileReader","reader","blob","Blob","URL","webkitURL","originalUrl","createObjectURL","Image","readAsArrayBuffer","getCroppedPreview","MimeType","getIconUrl","checkboxId","_getFileExistsTemplate","allnewfiles","allexistingfiles","why","onCancel","onContinue","closeButton","$primaryButton","updatePrimaryButton","checkedCount","$checkbox","generateUrl","gridview","post","$filePickerTemplate","filePath","tmpl","$listTmpl","$messageTemplate","$fileexistsTemplate","_getFileList","mimetypes","getFolderContents","files","mimetype","Comparators","fileInfo1","fileInfo2","naturalSortCompare","comparator","file1","file2","isFavorite","fileInfo","tags","TAG_FAVORITE","_fillSlug","entry","simpleSize","sizeColor","icon","filename1","filename2","relativeModifiedDate","previewUrl","addButton","$template","paths","getOcDialog","_changeButtonsText","$element","copyText","folder","moveText","OCEventSource","joinChar","dataStr","typelessListeners","closed","listeners","getToken","useFallBack","EventSource","iframeId","iframeCount","fallBackSources","iframe","onmessage","listen","fallBackCallBack","lastLength","currentMenu","currentMenuToggle","lastMenu","isAdmin","_oc_isadmin","startSaving","startAction","finishedSaving","finishedAction","finishedSuccess","finishedError","_plugins","register","targetName","plugin","plugins","getPlugins","attach","targetObject","theme","_theme","chunkify","tz","History","_handlers","_pushState","strParams","buildQueryString","history","pushState","pathname","navigator","userAgent","patterns","fill","stroke","replaceState","_cancelPop","addOnPopStateHandler","_parseHashQuery","_decodeQuery","query","parseUrlQuery","parseQueryString","search","_onPopState","computerFileSize","bytes","bytesArray","kb","mb","gb","g","tb","pb","timestamp","TESTING","moment","getScrollBarWidth","_scrollBarWidth","inner","outer","w1","w2","clientWidth","stripTime","aa","bb","aNum","Number","bNum","localeCompare","getLanguage","waitFor","internalCallback","isCookieSetToValue","cookies","cookie","debug","_oc_debug","webroot","_oc_webroot","coreApps","menuSpeed","PERMISSION_ALL","PERMISSION_CREATE","PERMISSION_DELETE","PERMISSION_NONE","PERMISSION_READ","PERMISSION_SHARE","PERMISSION_UPDATE","fileIsBlacklisted","Config","addScript","generateFilePath","addStyle","createStyleSheet","Apps","appSettings","appid","scriptName","popup","arrowclass","loadJS","scriptname","jqxhr","ContactsMenu","dialogs","getCurrentUser","isUserAdmin","L10N","_ajaxConnectionLostHandler","_processAjaxError","_reloadCalled","_userIsNavigatingAway","setInterval","clearInterval","reload","registerXHRForErrorProcessing","loadCallback","getCapabilities","realGetCapabilities","$toggle","$menuEl","headerMenu","isClickableElement","showMenu","unregisterMenu","basename","encodePath","dirname","isSamePath","joinPaths","getHost","getHostName","hostname","getPort","port","getProtocol","getCanonicalLocale","addTranslations","queryString","components","part","decodeURIComponent","PasswordConfirmation","Plugins","tail","getRootPath","getRootUrl","imagePath","redirect","targetURL","getRequestToken","linkTo","linkToOCS","generateOcsUrl","linkToRemote","generateRemoteUrl","linkToRemoteBase","service","realGetRootUrl","subscribe","shared","NATIVE_SYMBOL","USE_SYMBOL_AS_UID","WellKnownSymbolsStore","createWellKnownSymbol","withoutSetter","fails","allOptions","noRewrite","_build","vars","modRewriteWorking","isCore","link","substring","encodeURI","requireObjectCoercible","toInteger","DESCRIPTORS","definePropertyModule","createPropertyDescriptor","IE8_DOM_DEFINE","anObject","toPrimitive","$defineProperty","O","P","Attributes","inspectSource","InternalStateModule","getInternalState","enforceInternalState","enforce","TEMPLATE","unsafe","IndexedObject","freeGlobal","freeSelf","isOldIE","atob","getTarget","styleTarget","querySelector","HTMLIFrameElement","stylesInDom","getIndexByIdentifier","modulesToDom","idCountMap","identifiers","media","sourceMap","references","updater","insertStyleElement","textStore","replaceText","applyToSingletonTag","styleSheet","cssNode","applyToTag","btoa","unescape","singleton","singletonCounter","styleIndex","removeStyleElement","newObj","lastIdentifiers","newList","newLastIdentifiers","_index","_slicedToArray","_arrayWithHoles","_s","_e","_arr","_n","_iterableToArrayLimit","minLen","_arrayLikeToArray","_unsupportedIterableToArray","_nonIterableRest","_item","cssMapping","base64","sourceMapping","sourceURLs","sources","sourceRoot","cssWithMappingToString","mediaQuery","dedupe","alreadyImportedModules","propertyIsEnumerableModule","toIndexedObject","$getOwnPropertyDescriptor","default","needQuotes","aFunction","bitmap","PREFERRED_STRING","NATIVE_WEAK_MAP","objectHas","sharedKey","hiddenKeys","WeakMap","store","wmget","wmhas","wmset","metadata","facade","STATE","getterFor","TYPE","toLength","arraySpeciesCreate","createMethod","IS_MAP","IS_FILTER","IS_SOME","IS_EVERY","IS_FIND_INDEX","IS_FILTER_OUT","NO_HOLES","$this","callbackfn","specificCreate","boundFunction","filterOut","NAME","NATIVE_ARRAY_BUFFER","classof","setPrototypeOf","wellKnownSymbol","Int8ArrayPrototype","Uint8ClampedArray","Uint8ClampedArrayPrototype","TypedArray","TypedArrayPrototype","ObjectPrototype","isPrototypeOf","TO_STRING_TAG","TYPED_ARRAY_TAG","NATIVE_ARRAY_BUFFER_VIEWS","opera","TYPED_ARRAY_TAG_REQIRED","TypedArrayConstructorsList","Int16Array","Uint16Array","Int32Array","Uint32Array","Float32Array","Float64Array","BigIntArrayConstructorsList","BigInt64Array","BigUint64Array","isTypedArray","klass","aTypedArray","aTypedArrayConstructor","C","ARRAY","TypedArrayConstructor","exportTypedArrayMethod","KEY","exportTypedArrayStaticMethod","translate","translatePlural","textSingular","textPlural","getFirstDay","firstDay","getDayNames","dayNames","getDayNamesShort","dayNamesShort","getDayNamesMin","dayNamesMin","getMonthNames","monthNames","getMonthNamesShort","monthNamesShort","EXISTS","functionToString","copyright","postfix","IS_INCLUDES","integer","toAbsoluteIndex","includes","enumBugKeys","internalObjectKeys","getBuiltIn","getOwnPropertyNamesModule","getOwnPropertySymbols","getOwnPropertySymbolsModule","ownKeys","getOwnPropertyDescriptorModule","feature","detection","normalize","POLYFILL","NATIVE","require$$0","MAX_SAFE_INTEGER","activeXDocument","CORRECT_SETTER","aPossiblePrototype","__proto__","dummy","Wrapper","NewTarget","NewTargetPrototype","defineProperties","Properties","objectKeys","IE_PROTO","EmptyConstructor","scriptTag","NullProtoObject","domain","ActiveXObject","iframeDocument","write","NullProtoObjectViaActiveX","documentCreateElement","contentWindow","F","whitespaces","ltrim","require$$1","require$$2","require$$3","NativeNumber","NumberPrototype","BROKEN_CLASSOF","toNumber","third","radix","maxCode","digits","NumberWrapper","inheritIfRequired","SEMVER_SPEC_VERSION","MAX_LENGTH","MAX_SAFE_COMPONENT_LENGTH","versions","v8","IS_NODE","V8_VERSION","MATCH","isRegExp","ignoreCase","multiline","dotAll","unicode","sticky","RE","re","SPECIES","CONSTRUCTOR_NAME","Constructor","NativeRegExp","RegExpPrototype","re1","re2","CORRECT_NEW","UNSUPPORTED_Y","stickyHelpers","RegExpWrapper","thisIsRegExp","patternIsRegExp","flagsAreUndefined","getFlags","setSpecies","nativeToString","NOT_GENERIC","INCORRECT_NAME","R","rf","propertyKey","originalArray","METHOD_NAME","foo","IS_CONCAT_SPREADABLE","IS_CONCAT_SPREADABLE_SUPPORT","SPECIES_SUPPORT","arrayMethodHasSpeciesSupport","isConcatSpreadable","spreadable","A","createProperty","createToken","isGlobal","REPLACE","REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE","SPLIT_WORKS_WITH_OVERWRITTEN_EXEC","originalExec","SYMBOL","DELEGATES_TO_SYMBOL","DELEGATES_TO_EXEC","execCalled","REPLACE_SUPPORTS_NAMED_GROUPS","REPLACE_KEEPS_$0","nativeRegExpMethod","nativeMethod","regexp","str","arg2","forceStringMethod","stringMethod","regexMethod","CONVERT_TO_STRING","S","codeAt","regexpExec","fixRegExpWellKnownSymbolLogic","nativeMatch","maybeCallNative","rx","regExpExec","fullUnicode","matchStr","advanceStringIndex","$trim","forcedStringTrimMethod","$map","HAS_SPECIES_SUPPORT","splitter","defaultConstructor","callRegExpExec","nativeJoin","ES3_STRINGS","STRICT_METHOD","arrayMethodIsStrict","$filter","loose","numeric","compareIdentifiers","anum","bnum","SemVer","parseOptions","major","minor","prerelease","compareMain","comparePre","build","er","UNSCOPABLES","ArrayPrototype","IteratorPrototype","PrototypeOfArrayIteratorPrototype","arrayIterator","CORRECT_PROTOTYPE_GETTER","ITERATOR","BUGGY_SAFARI_ITERATORS","TAG","returnThis","IteratorsCore","Iterable","IteratorConstructor","DEFAULT","IS_SET","FORCED","setToStringTag","Iterators","createIteratorConstructor","CurrentIteratorPrototype","getIterationMethod","KIND","defaultIterator","IterablePrototype","INCORRECT_VALUES_NAME","nativeIterator","anyNativeIterator","entries","setInternalState","defineIterator","iterated","kind","Arguments","addToUnscopables","isExtensible","preventExtensions","METADATA","setMetadata","objectID","weakData","meta","REQUIRED","fastKey","getWeakData","onFreeze","FREEZING","CORRECT_ARGUMENTS","classofRaw","TO_STRING_TAG_SUPPORT","tryGet","callee","returnMethod","Result","iterable","unboundFunction","iterFn","AS_ENTRIES","IS_ITERATOR","INTERRUPTED","condition","iteratorClose","callFn","getIteratorMethod","SAFE_CLOSING","called","iteratorWithReturn","internalStateGetterFor","common","IS_WEAK","ADDER","NativeConstructor","NativePrototype","exported","fixMethod","getConstructor","InternalMetadataModule","HASNT_CHAINING","THROWS_ON_PRIMITIVES","ACCEPT_ITERABLES","SKIP_CLOSING","ITERATION_SUPPORT","checkCorrectnessOfIteration","BUGGY_ZERO","$instance","anInstance","iterate","clear","setStrong","define","getEntry","removed","redefineAll","ITERATOR_NAME","getInternalCollectionState","getInternalIteratorState","point","CSSRuleList","CSSStyleDeclaration","CSSValueList","ClientRectList","DOMRectList","DOMStringList","DOMTokenList","DataTransferItemList","FileList","HTMLAllCollection","HTMLCollection","HTMLFormElement","HTMLSelectElement","MediaList","MimeTypeArray","NamedNodeMap","NodeList","PaintRequestList","Plugin","PluginArray","SVGLengthList","SVGNumberList","SVGPathSegList","SVGPointList","SVGStringList","SVGTransformList","SourceBufferList","StyleSheetList","TextTrackCueList","TextTrackList","TouchList","ArrayValues","ArrayIteratorMethods","COLLECTION_NAME","DOMIterables","CollectionPrototype","$forEach","nativePropertyIsEnumerable","1","V","nativeGetOwnPropertyDescriptor","nativeDefineProperty","Promise","channel","setImmediate","clearImmediate","MessageChannel","Dispatch","counter","runner","listener","postMessage","nextTick","IS_IOS","port2","port1","importScripts","flush","macrotask","MutationObserver","WebKitMutationObserver","queueMicrotaskDescriptor","queueMicrotask","exit","enter","IS_WEBOS_WEBKIT","observe","characterData","Internal","OwnPromiseCapability","PromiseWrapper","nativeThen","task","PromiseCapability","$$resolve","$$reject","promiseCapability","newPromiseCapability","PROMISE","getInternalPromiseState","PromiseConstructor","NativePromise","$fetch","newPromiseCapabilityModule","newGenericPromiseCapability","DISPATCH_EVENT","createEvent","dispatchEvent","NATIVE_REJECTION_EVENT","PromiseRejectionEvent","FakePromise","INCORRECT_ITERATION","isThenable","isReject","notified","reactions","microtask","ok","exited","reaction","rejection","onHandleUnhandled","onUnhandled","reason","initEvent","hostReportErrors","isUnhandled","perform","emit","internalReject","internalResolve","executor","speciesConstructor","fetch","promiseResolve","capability","$promiseResolve","alreadyCalled","race","FilePickerType","FilePicker","_this","directoriesAllowed","multiSelect","mimeTypeFiler","FilePickerBuilder","allow","nativeAssign","B","symbol","chr","T","argumentsLength","__assign","nativeExec","nativeReplace","patchedExec","UPDATES_LAST_INDEX_WRONG","BROKEN_CARET","NPCG_INCLUDED","reCopy","regexpFlags","charsAdded","strCopy","SUBSTITUTION_SYMBOLS","SUBSTITUTION_SYMBOLS_NO_NAMED","captures","namedCaptures","tailPos","symbols","capture","maybeToString","UNSAFE_SUBSTITUTE","searchValue","replaceValue","replacer","functionalReplace","accumulatedResult","nextSourcePosition","replacerArgs","getSubstitution","arrayPush","SUPPORTS_Y","SPLIT","nativeSplit","internalSplit","lim","lastLastIndex","separatorCopy","unicodeMatching","q","z","Toastify","yourClass","background","buildToast","divElement","positionLeft","Node","avatar","avatarElement","closeElement","screen","stopOnFocus","newWindow","getAxisOffsetAValue","xOffset","yOffset","gravity","showToast","rootElement","HTMLElement","removeElement","topLeftOffsetSize","bottom","topRightOffsetSize","offsetSize","allToasts","classUsed","containsClass","reIsDeepProp","reIsPlainProp","reLeadingDot","rePropName","reEscapeChar","reIsHostCtor","arrayProto","funcProto","objectProto","coreJsData","maskSrcKey","funcToString","objectToString","reIsNative","getNative","symbolProto","symbolToString","Hash","ListCache","MapCache","assocIndexOf","baseGet","isKey","stringToPath","toKey","baseIsNative","isHostObject","toSource","getMapData","__data__","baseToString","quote","resolver","memoized","Cache","isObjectLike","ach","examples","plural","nplurals","pluralsText","pluralsFunc","af","ak","am","an","ar","arn","ast","ay","az","be","bg","bn","bo","br","brx","bs","ca","cgg","cs","csb","cy","da","de","doi","dz","en","eo","es","et","eu","fa","ff","fi","fil","fo","fr","fur","fy","ga","gd","gl","gu","gun","ha","he","hi","hne","hr","hu","hy","ja","jbo","jv","ka","kk","km","kn","ko","ku","kw","ky","lb","ln","lo","lt","lv","mai","mfe","mg","mi","mk","ml","mn","mni","mnk","mr","mt","my","nah","nap","nb","ne","nl","nn","no","nso","oc","or","pa","pap","pl","pms","ps","pt","rm","ro","ru","rw","sah","sat","sco","sd","se","si","sk","sl","so","son","sq","sr","su","sv","sw","ta","te","tg","ti","tk","tt","ug","uk","ur","uz","vi","wa","wo","yo","zh","Gettext","catalogs","sourceLocale","eventName","eventData","translations","setLocale","setTextDomain","gettext","msgid","dnpgettext","dgettext","ngettext","msgidPlural","dngettext","pgettext","msgctxt","dpgettext","npgettext","translation","defaultTranslation","_getTranslation","plurals","getLanguageCode","msgstr","getComment","comments","textdomain","setlocale","addTextdomain","GettextBuilder","_nodeGettext","_classCallCheck","_defineProperties","_createClass","protoProps","staticProps","language","setLanguage","GettextWrapper","gt","translated","placeholders","subtitudePlaceholders","singular","gtBuilder","getGettextBuilder","ToastType","onRemove","onClick","isNode","showError","ERROR","showWarning","WARNING","showInfo","INFO","showSuccess","SUCCESS","IS_PURE","cachedSetTimeout","cachedClearTimeout","defaultSetTimout","defaultClearTimeout","runTimeout","currentQueue","draining","queueIndex","cleanUpNextTick","drainQueue","marker","runClearTimeout","Item","browser","env","argv","addListener","removeListener","removeAllListeners","prependListener","prependOnceListener","binding","cwd","chdir","umask","escapeExpression","toHTML","possible","badChars","createFrame","frame","_parent","blockParams","ids","appendContextPath","getRawTag","symToStringTag","$propertyIsEnumerable","NASHORN_BUG","manageFromDocument","setToken","newToken","manageToken","previousBackbone","emulateHTTP","emulateJSON","_listening","Events","eventSplitter","eventsApi","_events","onApi","ctx","listening","_listeners","interop","listenTo","_listenId","listeningTo","_listeningTo","Listening","tryCatchOn","offApi","stopListening","_callback","cleanup","onceMap","listenToOnce","offer","triggerApi","objEvents","allEvents","triggerEvents","ev","a1","a2","a3","Model","preinitialize","cid","cidPrefix","initialize","validationError","idAttribute","sync","_validate","unset","silent","changes","changing","_changing","_previousAttributes","_pending","hasChanged","changedAttributes","previousAttributes","resp","serverAttrs","wrapError","save","validate","isNew","destroy","models","_reset","setOptions","addOptions","at","_removeModels","added","merged","_isModel","toAdd","toMerge","toRemove","modelMap","sortable","sortAttr","existing","_prepareModel","_addReference","orderChanged","_removeReference","previousModels","_byId","modelId","callbackOpts","CollectionIterator","ITERATOR_VALUES","ITERATOR_KEYS","ITERATOR_KEYSVALUES","_onModelEvent","prevId","$$iterator","_collection","_kind","View","viewOptions","_ensureElement","delegateEventSplitter","tagName","$el","_removeElement","setElement","undelegateEvents","_setElement","delegateEvents","_createElement","_setAttributes","addUnderscoreMethods","Class","attribute","defaultVal","addMethod","modelMatcher","collect","reduce","foldl","inject","reduceRight","foldr","detect","any","include","invoke","take","drop","without","groupBy","countBy","indexBy","omit","Base","mappings","_method","Router","routes","_bindRoutes","optionalParam","namedParam","splatParam","route","_routeToRegExp","router","_extractParameters","execute","navigate","optional","checkUrl","routeStripper","rootStripper","pathStripper","started","atRoot","getSearch","matchRoot","decodeFragment","decodeURI","getHash","getPath","getFragment","_usePushState","_wantsHashChange","hashChange","_hasHashChange","documentMode","_useHashChange","_wantsPushState","_hasPushState","rootPath","iWindow","_checkUrlInterval","loadUrl","detachEvent","decodedFragment","_updateHash","child","__super__","_requesttoken","onRequestTokenUpdate","_user","wrappedWellKnownSymbolModule","$exec","_oc_l10n_registry_translations","_oc_l10n_registry_plural_functions","registerAppTranslations","appId","pluralFunction","hasAppTranslations","getAppTranslations","L10n","appName","pluralForm","bundle","_getPlural","_unregister","sanitize","optSanitize","DOMPurify","optEscape","Handlebars","registerHelper","errorProps","Exception","loc","line","endLineNumber","column","endColumn","captureStackTrace","lineNumber","nop","loadState","endpoint","requiresPasswordConfirmation","requirePasswordConfirmation","listCacheClear","listCacheDelete","listCacheGet","listCacheHas","listCacheSet","isKeyable","webpackPolyfill","Set","baseGetTag","dataViewCtorString","mapCtorString","promiseCtorString","setCtorString","weakMapCtorString","getTag","ctorString","quot","matchHtmlRegExp","Search","_len","_key","nonEmptyArgs","lastArg","leadingSlash","trailingSlash","sections","acc","section","path1","path2","pathSections1","pathSections2","$assign","objectCreate","assignValue","baseAssignValue","customizer","newValue","arrayLikeKeys","baseKeys","stubFalse","freeExports","freeModule","Buffer","isBuffer","$indexOf","nativeIndexOf","NEGATIVE_ZERO","searchElement","reIsUint","baseIsArguments","isLength","stackClear","stackDelete","stackGet","stackHas","stackSet","Stack","mapCacheClear","mapCacheDelete","mapCacheGet","mapCacheHas","mapCacheSet","baseKeysIn","getPrototype","overArg","thisBinding","thisArg","baseIsTypedArray","baseUnary","nodeUtil","nodeIsTypedArray","freeProcess","require","arrayFilter","stubArray","nativeGetSymbols","getSymbols","arrayBuffer","byteLength","observer","observers","_eventBus","tokenElement","uidElement","displayNameElement","TYPED_ARRAYS_CONSTRUCTORS_REQUIRES_WRAPPERS","ArrayBufferViewCore","ArrayBufferModule","toIndex","toOffset","typedArrayFrom","RangeError","fromList","addGetter","isTypedArrayIndex","wrappedGetOwnPropertyDescriptor","wrappedDefineProperty","CLAMPED","BYTES","GETTER","SETTER","NativeTypedArrayConstructor","TypedArrayConstructorPrototype","addElement","typedArrayOffset","$length","$len","_interopRequireDefault","_interopRequireWildcard","_handlebarsSafeString2","_handlebarsException2","Utils","runtime","_handlebarsNoConflict2","hb","HandlebarsEnvironment","SafeString","VM","spec","inst","IS_RIGHT","baseTimes","isIndex","inherited","isArr","isArg","isBuff","isType","skipIndexes","transform","SetCache","arraySome","cacheHas","bitmask","equalFunc","isPartial","arrLength","othLength","arrStacked","othStacked","arrValue","othValue","compared","othIndex","isArrayIteratorMethod","baseSetData","createBind","createCurry","createHybrid","createPartial","mergeData","setData","setWrapToString","nativeMax","partials","holders","argPos","ary","arity","isBindKey","partialsRight","holdersRight","newData","baseLodash","LazyWrapper","__wrapped__","__actions__","__dir__","__filtered__","__iteratees__","__takeCount__","__views__","nativeNow","lastCalled","stamp","baseSetToString","setToString","shortOut","resIndex","objValue","isPrototype","baseGetAllKeys","symbolsFunc","baseIsEqualDeep","baseIsEqual","isBrowser","timeoutDuration","longerTimeoutBrowsers","scheduled","functionToCheck","getStyleComputedProperty","getParentNode","getScrollParent","_getStyleComputedProp","getReferenceNode","reference","referenceNode","MSInputMethodContext","isIE10","getOffsetParent","noOffsetParent","nextElementSibling","getRoot","findCommonOffsetParent","element1","element2","order","DOCUMENT_POSITION_FOLLOWING","createRange","setStart","setEnd","commonAncestorContainer","element1root","getScroll","side","upperSide","scrollingElement","includeScroll","modifier","getBordersSize","axis","sideA","sideB","getSize","computedStyle","getWindowSizes","classCallCheck","createClass","_extends","getClientRect","offsets","sizes","clientHeight","horizScrollbar","vertScrollbar","getOffsetRectRelativeToArbitraryNode","fixedPosition","childrenRect","parentRect","scrollParent","borderTopWidth","borderLeftWidth","marginTop","getViewportOffsetRectRelativeToArtbitraryNode","excludeScroll","relativeOffset","innerWidth","innerHeight","isFixed","getFixedPositionOffsetParent","parentElement","getBoundaries","popper","boundariesElement","boundaries","boundariesNode","_getWindowSizes","isPaddingNumber","getArea","_ref","computeAutoPlacement","refRect","rects","sortedAreas","area","filteredAreas","_ref2","computedPlacement","variation","getReferenceOffsets","commonOffsetParent","getOuterSizes","marginBottom","marginRight","getOppositePlacement","getPopperOffsets","referenceOffsets","popperRect","popperOffsets","isHoriz","mainSide","secondarySide","measurement","secondaryMeasurement","runModifiers","modifiers","ends","enabled","isDestroyed","arrowStyles","flipped","positionFixed","flip","originalPlacement","isCreated","onUpdate","onCreate","isModifierEnabled","modifierName","getSupportedPropertyName","prefixes","upperProp","toCheck","willChange","disableEventListeners","removeOnDestroy","getWindow","setupEventListeners","updateBound","passive","scrollElement","attachToScrollParents","scrollParents","isBody","eventsEnabled","enableEventListeners","scheduleUpdate","cancelAnimationFrame","setStyles","isFirefox","isModifierRequired","requestingName","requestedName","requesting","isRequired","_requesting","requested","placements","validPlacements","clockwise","BEHAVIORS","parseOffset","basePlacement","useHeight","fragments","frag","divider","splitRegex","ops","op","mergeWithPrevious","toValue","index2","Defaults","shiftvariation","_data$offsets","isVertical","shiftOffsets","preventOverflow","transformProp","popperStyles","primary","escapeWithReference","secondary","keepTogether","opSide","arrow","_data$offsets$arrow","arrowElement","sideCapitalized","altSide","arrowElementSize","center","popperMarginSide","popperBorderSide","sideValue","placementOpposite","flipOrder","refOffsets","overlapsRef","overflowsLeft","overflowsRight","overflowsTop","overflowsBottom","overflowsBoundaries","flippedVariationByRef","flipVariations","flippedVariationByContent","flipVariationsByContent","flippedVariation","getOppositeVariation","subtractLength","computeStyle","legacyGpuAccelerationOption","gpuAcceleration","offsetParentRect","shouldRound","noRound","referenceWidth","popperWidth","isVariation","horizontalToInteger","verticalToInteger","getRoundedOffsets","devicePixelRatio","prefixedProperty","invertTop","invertLeft","applyStyle","onLoad","modifierOptions","Popper","PopperUtils","dynamicSlideToggleEnabled","enableDynamicSlideToggle","registerAppsSlideToggle","areaSelector","hideArea","showArea","_XML_CHAR_MAP","_escapeXml","userName","parseClarkNotation","_renderPropSet","propName","propValue","mkcol","xhrProvider","upload","fulfill","resultBody","parseMultiStatus","_parsePropNode","propNode","subNodes","xmlBody","responseIterator","XPathResult","ANY_TYPE","responseNode","iterateNext","stringValue","propStatIterator","propStatNode","propIterator","namespaceURI","localName","baseParts","parseUrl","subString","scheme","propertyName","pageLoadTime","serverTimeDiff","nc_pageLoad","timeSinceLogin","nc_lastLogin","backendAllowsPasswordConfirmation","rejectCallback","_confirmPassword","$dialog","$error","$buttons","lastLogin","___CSS_LOADER_EXPORT___","convert","$reduce","CHROME_VERSION","_utils","_exception2","_helpers","_decorators","_logger2","_internalProtoAccess","COMPILER_REVISION","LAST_COMPATIBLE_COMPILER_REVISION","REVISION_CHANGES","2","3","4","5","6","7","8","helpers","decorators","registerDefaultHelpers","registerDefaultDecorators","logger","log","unregisterHelper","registerPartial","unregisterPartial","registerDecorator","unregisterDecorator","resetLoggedPropertyAccesses","resetLoggedProperties","_helpersBlockHelperMissing2","_helpersEach2","_helpersHelperMissing2","_helpersIf2","_helpersLog2","_helpersLookup2","_helpersWith2","moveHelperToHooks","helperName","keepHelper","level","lookupLevel","levelMap","createProtoAccessControl","runtimeOptions","defaultMethodWhiteList","defaultPropertyWhiteList","whitelist","_createNewLookupObject","createNewLookupObject","allowedProtoProperties","allowProtoPropertiesByDefault","allowedProtoMethods","allowProtoMethodsByDefault","resultIsAllowed","protoAccessControl","checkWhiteList","loggedProperties","protoAccessControlForType","logUnexpecedPropertyAccessOnce","metaMap","isMasked","nativeObjectToString","isOwn","unmasked","composeArgs","composeArgsRight","countHolders","createCtor","createRecurry","getHolder","reorder","replaceHolders","isAry","isBind","isCurried","isFlip","holdersCount","newHolders","argsIndex","holdersLength","leftIndex","leftLength","rangeLength","isUncurried","holdersIndex","rightIndex","rightLength","isLaziable","wrapFunc","isCurry","LodashWrapper","chainAll","__chain__","__index__","__values__","getWrapDetails","insertWrapDetails","updateWrapDetails","toFinite","remainder","copyObject","typedArrayTags","arrayEach","baseAssign","baseAssignIn","cloneBuffer","copyArray","copySymbols","copySymbolsIn","getAllKeys","getAllKeysIn","initCloneArray","initCloneByTag","initCloneObject","isMap","isSet","keysIn","cloneableTags","baseClone","isDeep","isFlat","isFull","isFunc","stacked","subValue","LARGE_ARRAY_SIZE","hashClear","hashDelete","hashGet","hashHas","hashSet","nativeKeysIn","isProto","allocUnsafe","getSymbolsIn","cloneArrayBuffer","typedArray","objectCtorString","equalArrays","equalByTag","equalObjects","objectTag","objIsArr","othIsArr","objTag","othTag","objIsObj","othIsObj","isSameTag","objIsWrapped","othIsWrapped","objUnwrapped","othUnwrapped","setCacheAdd","setCacheHas","mapToArray","setToArray","symbolValueOf","objProps","objLength","objStacked","skipCtor","objCtor","othCtor","srcValue","castPath","memoizeCapped","otherArgs","symbolMap","9","numberMap","pluralize","weekdaysParseExact","suffixes","70","80","20","50","100","10","30","60","90","relativeTimeWithPlural","forms","standalone","lastDigit","last2Digits","monthsParseExact","relativeTimeWithMutation","mutationTable","softMutation","mutation","minWeekdaysParse","fullWeekdaysParse","shortWeekdaysParse","monthsStrictRegex","monthsShortStrictRegex","longMonthsParse","shortMonthsParse","lastNumber","ll","lll","llll","processRelativeTime","monthsNominativeEl","monthsGenitiveEl","momentToFormat","_monthsGenitiveEl","_monthsNominativeEl","calendarEl","_calendarEl","monthsShortDot","numbersPast","numbersFuture","verbalNumber","monthsShortWithDots","monthsShortWithoutDots","weekEndings","eraYearOrdinalRegex","$0","$1","$2","40","isUpper","eifelerRegelAppliesToNumber","translateSingular","relativeTimeWithSingular","translator","words","correctGrammaticalCase","wordKey","relativeTimeMr","monthsNominative","monthsSubjective","12","13","numbersNouns","numberNoun","hundred","ten","word","numberAsNoun","processHoursFunction","nominative","accusative","genitive","nativeObjectCreate","getOwnPropertyNamesExternal","defineWellKnownSymbol","HIDDEN","TO_PRIMITIVE","$Symbol","$stringify","nativeGetOwnPropertyNames","AllSymbols","ObjectPrototypeSymbols","StringToSymbolRegistry","SymbolToStringRegistry","QObject","USE_SETTER","findChild","setSymbolDescriptor","ObjectPrototypeDescriptor","description","$defineProperties","$getOwnPropertySymbols","$getOwnPropertyNames","IS_OBJECT_PROTOTYPE","keyFor","sym","useSetter","useSimple","space","$replacer","callWithSafeIterationClosing","arrayLike","mapfn","mapping","iteratorMethod","NEW_ITERATOR_PROTOTYPE","FunctionPrototype","FunctionPrototypeToString","nameRE","searchParams","URLSearchParams","Contact","fullName","lastMessage","actions","hasOneAction","hasTwoActions","hasManyActions","ContactCollection","ContactsListView","_subViews","contact","ContactsListItemView","_onChildActionMenuToggle","$src","_template","_model","_actionMenuShown","contactTemplate","_onOtherActionMenuOpened","imageplaceholder","_onToggleActionsMenu","ContactsMenuView","_loadingTemplate","_errorTemplate","_contentTemplate","_contactsTemplate","_contacts","_searchTerm","templates","menu","_onSearch","searchTerm","loadingTemplate","errorTemplate","couldNotLoadText","contentTemplate","searchContactsText","contactsTemplate","noContactsFoundText","showAllContactsText","contactsAppMgmtText","showLoading","loadingText","showContacts","viewData","contacts","contactsAppEnabled","contactsAppURL","canInstallApp","contactsAppMgmtURL","searchVal","_$trigger","_view","_contactsPromise","_loadContacts","_toggleVisibility","_getContacts","term","_initialState","freeze","seal","Reflect","construct","thisValue","Func","_toConsumableArray","arrayForEach","unapply","arrayPop","stringToLowerCase","stringMatch","stringReplace","stringIndexOf","stringTrim","regExpTest","typeErrorCreate","_len2","_key2","addToSet","lcElement","newObject","lookupGetter","desc","svg","svgFilters","svgDisallowed","mathMl","mathMlDisallowed","html$1","svg$1","mathMl$1","MUSTACHE_EXPR","ERB_EXPR","DATA_ATTR","ARIA_ATTR","IS_ALLOWED_URI","IS_SCRIPT_OR_DATA","ATTR_WHITESPACE","_typeof","_toConsumableArray$1","getGlobal","_createTrustedTypesPolicy","trustedTypes","createPolicy","currentScript","hasAttribute","policyName","createHTML","html$$1","createDOMPurify","isSupported","originalDocument","DocumentFragment","HTMLTemplateElement","Element","NodeFilter","_window$NamedNodeMap","MozNamedAttrMap","Text","Comment","ElementPrototype","getNextSibling","getChildNodes","trustedTypesPolicy","emptyHTML","RETURN_TRUSTED_TYPE","_document","createNodeIterator","importNode","MUSTACHE_EXPR$$1","ERB_EXPR$$1","DATA_ATTR$$1","ARIA_ATTR$$1","IS_SCRIPT_OR_DATA$$1","ATTR_WHITESPACE$$1","IS_ALLOWED_URI$$1","ALLOWED_TAGS","DEFAULT_ALLOWED_TAGS","ALLOWED_ATTR","DEFAULT_ALLOWED_ATTR","FORBID_TAGS","FORBID_ATTR","ALLOW_ARIA_ATTR","ALLOW_DATA_ATTR","ALLOW_UNKNOWN_PROTOCOLS","SAFE_FOR_TEMPLATES","WHOLE_DOCUMENT","SET_CONFIG","FORCE_BODY","RETURN_DOM","RETURN_DOM_FRAGMENT","RETURN_DOM_IMPORT","SANITIZE_DOM","KEEP_CONTENT","IN_PLACE","USE_PROFILES","FORBID_CONTENTS","DATA_URI_TAGS","DEFAULT_DATA_URI_TAGS","URI_SAFE_ATTRIBUTES","DEFAULT_URI_SAFE_ATTRIBUTES","MATHML_NAMESPACE","SVG_NAMESPACE","HTML_NAMESPACE","NAMESPACE","CONFIG","formElement","_parseConfig","cfg","ADD_URI_SAFE_ATTR","ADD_DATA_URI_TAGS","ALLOWED_URI_REGEXP","ADD_TAGS","ADD_ATTR","table","MATHML_TEXT_INTEGRATION_POINTS","HTML_INTEGRATION_POINTS","ALL_SVG_TAGS","ALL_MATHML_TAGS","_checkValidNamespace","parentTagName","commonSvgAndHTMLElements","_forceRemove","outerHTML","_removeAttribute","_initDocument","dirty","leadingWhitespace","dirtyPayload","createDocument","_createIterator","SHOW_ELEMENT","SHOW_COMMENT","SHOW_TEXT","FILTER_ACCEPT","_isClobbered","elm","_isNode","_executeHook","entryPoint","currentNode","_sanitizeElements","allowedTags","_isValidAttribute","lcTag","lcName","_sanitizeAttributes","hookEvent","attrName","attrValue","keepAttr","allowedAttributes","_attr","forceKeepAttr","setAttributeNS","_sanitizeShadowDOM","shadowNode","shadowIterator","nextNode","importedNode","oldNode","returnNode","toStaticHTML","nodeIterator","serializedHTML","setConfig","clearConfig","isValidAttribute","addHook","hookFunction","removeHook","removeHooks","removeAllHooks","_humanfilesize","formatFileSize","thisNumberValue","repeat","nativeToFixed","multiply","c2","divide","dataToString","fractionDigits","fractDigits","windowNames","getWindowNames","NativeSymbol","EmptyStringDescriptionStore","SymbolWrapper","symbolPrototype","native","nativeSlice","fin","IEEE754","arrayFill","NativeArrayBuffer","$ArrayBuffer","$DataView","$DataViewPrototype","packIEEE754","pack","unpackIEEE754","unpack","packInt8","packInt16","packInt32","unpackInt32","packFloat32","packFloat64","isLittleEndian","intIndex","conversion","ArrayBufferPrototype","testView","$setInt8","setInt8","setUint8","bufferLength","getUint8","getInt16","getUint16","getInt32","getUint32","getFloat32","getFloat64","setInt16","setUint16","setInt32","setUint32","setFloat32","setFloat64","$expm1","expm1","exp","webkit","__defineSetter__","FAILS_ON_PRIMITIVES","getOwnPropertyDescriptors","USE_NATIVE_URL","getIterator","Headers","getInternalParamsState","URL_SEARCH_PARAMS","plus","sequences","percentSequence","percentDecode","sequence","deserialize","parseSearchParams","updateSearchParams","validateArgumentsLength","passed","required","URLSearchParamsIterator","URLSearchParamsConstructor","entryIterator","entryNext","updateURL","URLSearchParamsPrototype","found","entriesIndex","sliceIndex","getState","safeAdd","lsw","md5cmn","cnt","md5ff","md5gg","md5hh","md5ii","binlMD5","olda","oldb","oldc","oldd","binl2rstr","length32","rstr2binl","length8","rstr2hex","str2rstrUTF8","rawMD5","rstrMD5","rawHMACMD5","bkey","ipad","opad","rstrHMACMD5","md5","getUrls","urls","onBeforeSend","onSuccess","onError","onComplete","urlArray","urlQueue","isValidCss","urlIndex","returnVal","parser","xdr","XDomainRequest","onprogress","getCssData","exclude","skipDisabled","useCSSOM","sourceNodes","cssArray","handleComplete","skipIndices","skipIndex","handleSuccess","cssIndex","sourceUrl","resolveImports","callbackFn","__errorData","__errorRules","importData","parseImportData","rules","absoluteUrls","responseImportData","rule","absoluteRules","responseArray","importText","resolvedCssText","errorData","ignoreRules","getFullUrl","oldUrl","newUrl","linkHref","linkRel","isLink","isSkip","isStyle","sheet","cssRules","baseURI","balancedMatch","balanced","maybeMatch","pre","reg","begs","beg","ai","bi","parseCss","preserveStatic","removeComments","errors","comment","cmnts","declaration","at_rule","comment_regexp","declarations","decls","keyframe","vals","at_keyframes","vendor","frames","keyframes","at_page","at_page_margin_box","at_fontface","at_supports","supports","at_host","at_media","at_custom_m","at_document","at_x","hasVarFunc","decl","balancedMatch$1","hasVarDecl","core","stylesheet","parseVars","cssData","parseHost","onWarning","reVarDeclSelectors","stringifyCss","tree","delim","renderMethods","visit","import","page","buf","txt","walkCss","transformCss","preserveVars","variables","VAR_FUNC_IDENTIFIER","resolvedValue","resolveValue","fixNestedCalc","newVal","__recursiveFallback","valueData","resolveFunc","unresolvedFallback","isEmptyVarFunc","isNativeSupport","CSS","counters","job","shadowDOM","onlyLegacy","updateDOM","updateURLs","watch","onFinally","cssComments","cssKeyframes","cssMediaQueries","cssUrls","cssVarDeclRules","cssVarDecls","cssVarFunc","cssVars","variableStore","dom","user","cssVarsIsRunning","cssVarsObserver","cssVarsSrcNodeCount","debounceTimer","isShadowDOMReady","msgPrefix","handleError","sourceNode","handleWarning","handleFinally","getTimeStamp","__benchmark","addMutationObserver","disconnect","cssVarsDebounced","srcNodes","fixVarNames","srcNode","hasStyleCache","__cssVars","hasStyleChanged","outNodes","outNode","dataGroup","hasVarChange","targetElm","varValue","shadowRoot","nodeArray","responseUrl","responseURL","getFullUrl$1","isStyleImport","fixRelativeCssUrls","currentVars","nodeCSS","cssTree","resetCssNodes","outCssArray","outNodeArray","hasKeyframesWithVars","outCss","hasCSSVarFunc","outCssNoSpaces","elms","shadowSettings","fixKeyframes","isDisabledAttr","isDisabledSheet","mutations","isEnabledMutation","attributeName","isHrefMutation","isSkipNode","isSrcNode","isValidAttributeMutation","isStyleElm","isOutNode","isValidStyleTextMutation","addedNodes","hasAttr","isStyleWithVars","isValidAddMutation","removedNodes","isElm","orphanNode","isValidRemoveMutation","attributeFilter","childList","subtree","animationNameProp","allNodes","keyframeNodes","nodeStyle","cssUrl","varObj","reLeadingHyphens","performance","resetDOMVariableStore","resetNodes","poll","setRequestToken","startPolling","session_lifetime","getInterval","initSessionHeartBeat","loadConfig","auto_logout","lastActive","localStorage","setItem","logoutUrl","registerAutoLogout","session_keepalive","resizeMenu","appList","rightHeaderWidth","outerWidth","availableWidth","isMobile","lastShownApp","appCount","initLiveTimestamps","initCore","msie","trident","edge","_unloadCalled","allowAuthErrors","setNavigationCounter","appmenuElement","appsElement","classList","mask","$navigation","$appmenu","$app","Theming","inverted","setUpMainMenu","$menu","$page","setUpUserMenu","caretPosition","resize","snapper","Snap","maxPosition","minDragDistance","animating","oldSnapperOpen","oldSnapperClose","_snapperOpen","_snapperClose","$target","navigationBarSlideGestureEnabled","navigationBarSlideGestureAllowed","navigationBarSlideGestureEnablePending","allowNavigationBarSlideGesture","enable","disallowNavigationBarSlideGesture","endCurrentDrag","toggleSnapperOnSize","showPassword","setState","$clone","class","autocomplete","cloneElement","_interopDefaultLegacy","$__default","Popper__default","Util__default","uriAttrs","DefaultWhitelist","em","h1","h2","h3","h4","h5","h6","li","ol","small","span","sub","sup","strong","ul","SAFE_URL_PATTERN","DATA_URL_PATTERN","sanitizeHtml","unsafeHtml","whiteList","sanitizeFn","createdDocument","whitelistKeys","_loop","elName","attributeList","whitelistedAttributes","allowedAttributeList","regExp","attrRegex","allowedAttribute","EVENT_KEY","JQUERY_NO_CONFLICT","BSCLS_PREFIX_REGEX","DISALLOWED_ATTRIBUTES","DefaultType","fallbackPlacement","boundary","customClass","popperConfig","AttachmentMap","AUTO","TOP","RIGHT","BOTTOM","LEFT","Default","HIDE","SHOW","SHOWN","INSERTED","CLICK","FOCUSIN","FOCUSOUT","MOUSEENTER","MOUSELEAVE","Tooltip","_isEnabled","_timeout","_hoverState","_activeTrigger","_popper","_getConfig","tip","_setListeners","_proto","toggleEnabled","dataKey","DATA_KEY","_getDelegateConfig","_isWithActiveTrigger","_enter","_leave","getTipElement","dispose","_hideModalHandler","showEvent","isWithContent","findShadowRoot","isInTheDom","tipId","getUID","setContent","attachment","_getAttachment","addAttachmentClass","_getContainer","_getPopperConfig","_fixTransition","prevHoverState","transitionDuration","getTransitionDurationFromElement","TRANSITION_END","emulateTransitionEnd","_this2","hideEvent","_cleanTipClass","getTitle","CLASS_PREFIX","setElementContent","CLASS_NAME_FADE","_this3","_getOffset","_handlePopperPlacementChange","_this4","_this5","eventIn","eventOut","_fixTitle","titleType","dataAttributes","typeCheckConfig","$tip","tabClass","popperData","initConfigAnimation","_jQueryInterface","transitionEndEmulator","triggerTransitionEnd","getSelectorFromElement","hrefAttr","transitionDelay","floatTransitionDuration","floatTransitionDelay","reflow","supportsTransitionEnd","componentName","configTypes","expectedTypes","valueType","attachShadow","getRootNode","ShadowRoot","jQueryDetection","strengthify","paramOptions","zxcvbn","userInputs","titles","tilesOptions","drawTitles","drawMessage","drawBars","$addAfter","getWrapperFor","drawStrengthify","elemId","bsLevel","$wrapper","$container","$message","onResult","feedback","suggestions","$elem","drawSelf","locals","depth0","stack1","alias1","lambda","alias2","lookupProperty","nullContext","program","helper","helperMissing","alias4","alias3","inverse","_exception","priorKey","execIteration","conditional","includeZero","_decoratorsInline2","_decoratorsInline","checkRevision","compilerInfo","compilerRevision","currentRevision","_base","runtimeVersions","compilerVersions","templateSpec","main","decorator","main_d","compiler","templateWasPrecompiledWithCompilerV7","lookup","depths","invokePartial","resolvePartial","extendedOptions","compilerOptions","indent","lines","programs","declaredBlockParams","programWrapper","wrapProgram","mergeIfNeeded","_setup","useData","initData","useBlockParams","useDepths","executeDecorators","isTop","mergedHelpers","_internalWrapHelper","wrapHelper","passLookupPropertyOption","wrapHelpersToPassLookupProperty","usePartial","useDecorators","keepHelperInHelpers","allowCallsToHelperMissing","_child","currentPartialBlock","partialBlock","prog","currentDepths","transformOptionsFn","$Handlebars","baseConvert","util","fallbackHolder","baseAry","cloneArray","wrapImmutable","cloner","isLib","isObj","cap","curry","fixed","immutable","rearg","defaultHolder","forceCurry","forceFixed","forceRearg","pristine","runInContext","isError","isWeakMap","aryMethodKeys","aryMethod","wrappers","castArray","pair","nthArg","indexes","castCap","iterateeRearg","baseArity","iterateeAry","castFixed","skipFixed","methodSpread","flatSpread","castRearg","skipRearg","methodRearg","aryRearg","cloneByPath","nested","createConverter","realName","aliasToReal","methodName","remap","oldOptions","newUtil","newFunc","newOptions","wrapped","mutate","createCloner","aryKey","otherName","afterRearg","castCurry","realToAlias","createWrap","getFuncName","lodash","realNames","otherFunc","wrapperClone","reWrapDetails","reSplitDetails","reWrapComment","details","arrayIncludes","wrapFlags","baseIndexOf","baseFindIndex","baseIsNaN","strictIndexOf","fromRight","nativeMin","oldArray","srcBitmask","newBitmask","isCommon","isCombo","baseTrim","reIsBadHex","reIsBinary","reIsOctal","freeParseInt","isBinary","trimmedEndIndex","reTrimStart","reWhitespace","cloneDataView","cloneRegExp","cloneSymbol","cloneTypedArray","dataView","reFlags","baseIsMap","nodeIsMap","baseIsSet","nodeIsSet","baseMatches","baseMatchesProperty","baseIsMatch","getMatchData","matchesStrictComparable","matchData","noCustomizer","COMPARE_PARTIAL_FLAG","isStrictComparable","hasIn","arrayMap","baseHasIn","hasPath","hasFunc","baseProperty","basePropertyDeep","flatRest","overRest","baseFlatten","isFlattenable","spreadableSymbol","webpackContext","req","webpackContextResolve","skipSmallSizes","humanList","readableFormat","relativeSize","toLocaleString","_l10n","endPos","ENTRIES","deleteCount","insertCount","actualDeleteCount","actualStart","IS_END","maxLength","fillString","fillLen","stringFiller","fillStr","intMaxLength","error1","error2","sameValue","SEARCH","nativeSearch","searcher","previousLastIndex","EOF","arrayFrom","toASCII","URLSearchParamsModule","NativeURL","getInternalSearchParamsState","getInternalURLState","ALPHA","ALPHANUMERIC","DIGIT","HEX_START","OCT","DEC","HEX","FORBIDDEN_HOST_CODE_POINT","FORBIDDEN_HOST_CODE_POINT_EXCLUDING_PERCENT","LEADING_AND_TRAILING_C0_CONTROL_OR_SPACE","TAB_AND_NEW_LINE","codePoints","parseIPv6","isSpecial","parseIPv4","percentEncode","C0ControlPercentEncodeSet","partsLength","numbers","ipv4","numbersSeen","ipv4Piece","swaps","pieceIndex","compress","pointer","char","serializeHost","ignore0","ipv6","maxIndex","currStart","currLength","findLongestZeroSequence","fragmentPercentEncodeSet","pathPercentEncodeSet","userinfoPercentEncodeSet","specialSchemes","ftp","http","https","wss","includesCredentials","cannotHaveUsernamePasswordPort","cannotBeABaseURL","isWindowsDriveLetter","normalized","startsWithWindowsDriveLetter","shortenURLsPath","pathSize","isSingleDot","segment","SCHEME_START","SCHEME","NO_SCHEME","SPECIAL_RELATIVE_OR_AUTHORITY","PATH_OR_AUTHORITY","RELATIVE","RELATIVE_SLASH","SPECIAL_AUTHORITY_SLASHES","SPECIAL_AUTHORITY_IGNORE_SLASHES","AUTHORITY","HOST","HOSTNAME","PORT","FILE","FILE_SLASH","FILE_HOST","PATH_START","PATH","CANNOT_BE_A_BASE_URL_PATH","QUERY","FRAGMENT","parseURL","stateOverride","bufferCodePoints","failure","seenAt","seenBracket","seenPasswordToken","codePoint","encodedCodePoints","URLConstructor","baseState","urlString","searchParamsState","serializeURL","origin","getOrigin","getUsername","getPassword","getHostname","getPathname","getSearchParams","URLPrototype","accessorDescriptor","nativeCreateObjectURL","nativeRevokeObjectURL","revokeObjectURL","regexNonASCII","regexSeparators","OVERFLOW_ERROR","stringFromCharCode","digitToBasic","digit","adapt","numPoints","baseMinusTMin","encode","inputLength","ucs2decode","bias","basicLength","handledCPCount","handledCPCountPlusOne","qMinusT","baseMinusT","encoded","labels","___CSS_LOADER_URL_REPLACEMENT_0___","___CSS_LOADER_URL_REPLACEMENT_1___","___CSS_LOADER_URL_REPLACEMENT_2___","___CSS_LOADER_URL_REPLACEMENT_3___","___CSS_LOADER_URL_REPLACEMENT_4___","___CSS_LOADER_URL_REPLACEMENT_5___","copyWithin","inc","flattenIntoArray","sourceLen","mapper","targetIndex","mapFn","$lastIndexOf","factories","partArgs","log1p","$parseFloat","trimmedString","$parseInt","hex","TO_ENTRIES","toPositiveInteger","ArrayIterationModule","$has","uncaughtFrozenStore","frozen","UncaughtFrozenStore","findUncaughtFrozen","heightOffset","cachedHeight","pageResize","wordWrap","boxSizing","paddingTop","paddingBottom","borderBottomWidth","changeOverflow","scrollHeight","overflows","getParentOverflows","docTop","styleHeight","actualHeight","autosize","__webpack_modules__","134","__unused_webpack_module","__webpack_exports__","clipboard","tiny_emitter","tiny_emitter_default","listen_default","src_select","select_default","clipboard_action","ClipboardAction","resolveOptions","initSelection","action","emitter","selectedText","selectFake","selectTarget","isRTL","fakeElem","fontSize","yPosition","createFakeElement","fakeHandlerCallback","removeFake","fakeHandler","succeeded","execCommand","handleResult","clearSelection","getSelection","removeAllRanges","_action","_target","clipboard_typeof","clipboard_defineProperties","_setPrototypeOf","_createSuper","Derived","hasNativeReflectConstruct","Proxy","_isNativeReflectConstruct","Super","_getPrototypeOf","_possibleConstructorReturn","ReferenceError","_assertThisInitialized","getAttributeValue","_Emitter","subClass","superClass","_inherits","Clipboard","_super","clipboard_classCallCheck","listenClick","queryCommandSupported","defaultAction","defaultTarget","defaultText","clipboardAction","828","438","__unused_webpack_exports","_delegate","useCapture","listenerFn","879","nodeList","370","listenNode","listenNodeList","listenSelector","817","isReadOnly","setSelectionRange","selectNodeContents","addRange","279","evtArr","evts","liveEvents","TinyEmitter","__webpack_module_cache__","definition","onpopstate","$AggregateError","errorsArray","AggregateError","$every","$find","SKIPS_HOLES","$findIndex","flat","depthArg","flatMap","$includes","of","$reduceRight","nativeReverse","$some","nativeSort","FAILS_ON_UNDEFINED","FAILS_ON_NULL","comparefn","arrayBufferModule","LN2","mantissaLength","exponent","mantissa","exponentLength","eMax","eBias","rt","nBits","nativeArrayBufferSlice","viewSource","viewTarget","padStart","DatePrototype","nativeDateToISOString","getUTCMilliseconds","getUTCHours","getUTCSeconds","pv","dateToPrimitive","hint","nativeDateToString","HAS_INSTANCE","collectionStrong","$acosh","acosh","MAX_VALUE","$asinh","asinh","$atanh","atanh","cbrt","LOG2E","clz32","$cosh","cosh","fround","EPSILON","EPSILON32","MAX32","MIN32","$abs","$sign","roundTiesToEven","$hypot","hypot","value1","value2","sum","aLen","larg","$imul","imul","xn","yn","xl","yl","LOG10E","log10","log2","sinh","tanh","trunc","globalIsFinite","isInteger","isSafeInteger","MIN_SAFE_INTEGER","nativeToPrecision","toPrecision","precision","__defineGetter__","$entries","$freeze","fromEntries","nativeGetPrototypeOf","$isExtensible","$isFrozen","$isSealed","isSealed","__lookupGetter__","__lookupSetter__","$preventExtensions","$seal","$values","parseFloatImplementation","parseIntImplementation","IS_BROWSER","NativePromisePrototype","PromiseConstructorPrototype","SUBCLASSING","GLOBAL_CORE_JS_PROMISE","allSettled","alreadyResolved","alreadyRejected","real","nativeApply","functionApply","thisArgument","argumentsList","nativeConstruct","NEW_TARGET_BUG","ARGS_BUG","Target","newTarget","$args","deleteProperty","receiver","objectGetPrototypeOf","objectIsExtensible","objectPreventExtensions","existingDescriptor","ownDescriptor","objectSetPrototypeOf","objectDefinePropertyModule","regExpFlags","nativeTest","codePointAt","notARegExp","correctIsRegExpLogic","$endsWith","endsWith","CORRECT_IS_REGEXP_LOGIC","searchString","endPosition","$fromCodePoint","fromCodePoint","getRegExpFlags","MATCH_ALL","REGEXP_STRING","regExpBuiltinExec","nativeMatchAll","matchAll","WORKS_WITH_NON_GLOBAL_REGEX","$RegExpStringIterator","$matchAll","flagsValue","$padEnd","padEnd","$padStart","rawTemplate","literalSegments","IS_REG_EXP","searchLength","advanceBy","endOfLastMatch","$startsWith","startsWith","$trimEnd","trimEnd","trimRight","$trimStart","trimStart","trimLeft","forcedStringHTMLMethod","big","blink","bold","fontcolor","color","fontsize","italics","strike","createTypedArrayConstructor","$copyWithin","$fill","fromSpeciesAndList","ArrayIterators","arrayValues","arrayKeys","arrayEntries","nativeTypedArrayIterator","CORRECT_ITER_NAME","typedArrayValues","$join","middle","$slice","$sort","begin","beginIndex","BYTES_PER_ELEMENT","$toLocaleString","TO_LOCALE_STRING_BUG","Uint8ArrayPrototype","arrayToString","arrayJoin","IS_NOT_ARRAY_METHOD","InternalWeakMap","collectionWeak","enforceIternalState","IS_IE11","$WeakMap","WeakMapPrototype","nativeDelete","nativeHas","nativeGet","nativeSet","scheduler","Op","iteratorSymbol","asyncIteratorSymbol","asyncIterator","toStringTagSymbol","innerFn","outerFn","tryLocsList","protoGenerator","Generator","generator","Context","_invoke","doneResult","delegateResult","maybeInvokeDelegate","ContinueSentinel","sent","_sent","dispatchException","abrupt","record","tryCatch","makeInvokeMethod","GeneratorFunction","GeneratorFunctionPrototype","NativeIteratorPrototype","Gp","defineIteratorMethods","AsyncIterator","PromiseImpl","previousPromise","callInvokeWithMethodAndArg","__await","unwrapped","resultName","nextLoc","pushTryEntry","locs","tryLoc","catchLoc","finallyLoc","afterLoc","tryEntries","resetTryEntry","completion","isGeneratorFunction","genFun","ctor","mark","awrap","iter","skipTempReset","rootRecord","rval","exception","caught","hasCatch","hasFinally","finallyEntry","thrown","delegateYield","regeneratorRuntime","accidentalStrictMode","noOp","msViewportStyle","migrateMute","migrateVersion","migrateWarnings","migrateDeduplicateWarnings","migrateTrace","trace","migrateReset","compatMode","Q","N","fixHooks","_migrated_","UNSAFE_restoreLegacyHtmlPrefilter","D","J","andSelf","ui","widgetUuid","widgetSlice","widget","existingConstructor","basePrototype","proxiedPrototype","Widget","_createWidget","_childConstructors","_superApply","__super","__superApply","widgetEventPrefix","widgetName","widgetFullName","childPrototype","bridge","inputIndex","isMethodCall","methodValue","_init","defaultElement","uuid","eventNamespace","bindings","hoverable","focusable","classesElementLookup","_on","_getCreateOptions","_create","_setOptionDisabled","_trigger","_getCreateEventData","_destroy","_removeClass","curOption","_setOptions","_setOption","_setOptionClasses","classKey","currentElements","_classes","_toggleClass","full","processClassString","checkOption","_untrackClassesElement","_addClass","suppressDisabledCheck","delegateElement","handlerProxy","_off","_delay","_hoverable","_focusable","focusout","defaultEffect","hasOptions","effect","effectName","effects","cachedScrollbarWidth","rhorizontal","rvertical","roffset","rposition","rpercent","_position","getOffsets","getDimensions","outerHeight","scrollbarWidth","innerDiv","getScrollInfo","within","isDocument","hasOverflowX","scrollWidth","getWithinInfo","withinElement","atOffset","targetWidth","targetHeight","targetOffset","basePosition","dimensions","scrollInfo","collision","horizontalOffset","verticalOffset","collisionPosition","elemWidth","elemHeight","collisionWidth","collisionHeight","myOffset","horizontal","vertical","important","fit","newOverRight","withinOffset","collisionPosLeft","overLeft","overRight","newOverBottom","collisionPosTop","overTop","overBottom","newOverLeft","offsetLeft","newOverTop","offsetTop","flipfit","dataName","disableSelection","eventType","enableSelection","baseEasings","selectorEscape","colors","rplusequals","stringParsers","execResult","Color","green","blue","alpha","spaces","rgba","red","hsla","hue","saturation","lightness","propTypes","supportElem","clamp","allowEmpty","def","stringParse","_rgba","spaceName","transparent","hue2rgb","backgroundColor","same","localCache","isCache","_space","used","transition","distance","startColor","startValue","endValue","blend","opaque","rgb","toRgbaString","toHslaString","toHexString","includeAlpha","vtype","_hsla","colorInit","borderColor","aqua","black","fuchsia","gray","lime","maroon","navy","olive","purple","silver","teal","white","yellow","classAnimationActions","shorthandStyles","borderBottom","borderLeft","borderRight","borderTop","borderWidth","getElementStyles","currentStyle","setAttr","animateClass","applyClassChange","baseClass","allAnimations","oldStyle","newStyle","styleDifference","styleInfo","dfd","force","switchClass","_normalizeArguments","standardAnimationOption","parseClip","uiBackCompat","restore","setMode","createWrapper","zIndex","removeWrapper","scaledDimensions","clipToBox","clip","queueLength","saveStyle","restoreStyle","getBaseline","createPlaceholder","cssPosition","dataSpace","removePlaceholder","cleanUp","setTransition","factor","cssUnit","effectMethod","defaultMode","queueName","modes","normalizedMode","cssClip","clipObj","transfer","targetFixed","fixTop","fixLeft","startPosition","clipInit","Sine","Circ","Elastic","sin","Back","Bounce","pow2","bounce","easeIn","up","down","upAnim","downAnim","refValue","anims","ref","motion","queuelen","both","oppositeMotion","mx","rows","pieces","cells","childComplete","horizFirst","animation1","animation2","backgroundImage","baseline","cProps","vProps","hProps","childOriginal","childFrom","childTo","fade","showhide","animateTo","positiveMotion","startClip","startRef","hasTabindex","mapName","focusableIfVisible","fieldset","form","formResetMixin","_formResetHandler","instances","refresh","_bindFormResetHandler","_unbindFormResetHandler","BACKSPACE","COMMA","DELETE","DOWN","END","ENTER","ESCAPE","HOME","PAGE_DOWN","PAGE_UP","PERIOD","SPACE","TAB","UP","ancestor","ancestors","includeHidden","excludeStaticParent","overflowRegex","tabbable","removeUniqueId","collapsible","header","heightStyle","icons","activeHeader","activate","beforeActivate","hideProps","showProps","prevShow","prevHide","_processPanels","_refresh","panel","_createIcons","_destroyIcons","_setupEvents","_activate","_keydown","currentIndex","toFocus","_eventHandler","_panelKeyDown","prevHeaders","prevPanels","panels","maxHeight","_findActive","headerId","panelId","isVisible","keydown","activeChildren","clickedChildren","clicked","clickedIsActive","collapsing","toShow","toHide","oldHeader","oldPanel","newHeader","newPanel","_toggle","_animate","_toggleComplete","adjust","submenu","items","menus","role","activeMenu","mouseHandled","previousFilter","actualTarget","keepActiveItem","collapseAll","_closeOnDocumentClick","submenus","character","previousPage","nextPage","_move","collapse","filterTimer","_filterMenuItems","newSubmenus","newItems","newWrappers","submenuCaret","_isDivider","_itemRole","listbox","focused","activeParent","_scrollIntoView","_close","_startOpening","scroll","elementHeight","itemHeight","_hasScroll","fromFocus","_open","startMenu","newItem","isFirstItem","isLastItem","escapedCharacter","autoFocus","minLength","change","requestIndex","pending","suppressKeyPress","suppressKeyPressRepeat","suppressInput","isTextarea","isInput","isMultiLine","_isContentEditable","valueMethod","isNewMenu","_keyEvent","_value","_searchTimeout","selectedItem","cancelBlur","searching","_change","_initSource","_appendTo","mousedown","menufocus","liveRegion","menuselect","_isEventTargetInWidget","menuElement","_closeOnClickOutside","equalValues","menuVisible","modifierKey","_search","cancelSearch","_response","__response","_normalize","_suggest","_renderMenu","_resizeMenu","_renderItemData","_renderItem","keyEvent","editable","escapeRegex","messages","noResults","amount","datepicker_instActive","controlgroupCornerRegex","Datepicker","_curInst","_disabledInputs","_datepickerShowing","_inDialog","_mainDivId","_inlineClass","_appendClass","_triggerClass","_dialogClass","_disableClass","_unselectableClass","_currentClass","_dayOverClass","regional","closeText","prevText","nextText","currentText","weekHeader","showMonthAfterYear","yearSuffix","_defaults","showOn","showAnim","showOptions","defaultDate","appendText","buttonText","buttonImage","buttonImageOnly","hideIfNoPrevNext","navigationAsDateFormat","gotoCurrent","changeMonth","changeYear","yearRange","showOtherMonths","selectOtherMonths","showWeek","calculateWeek","iso8601Week","shortYearCutoff","minDate","maxDate","beforeShowDay","beforeShow","onSelect","onChangeMonthYear","onClose","numberOfMonths","showCurrentAtPos","stepMonths","stepBigMonths","altField","altFormat","constrainInput","showButtonPanel","autoSize","dpDiv","datepicker_bindHover","datepicker_handleMouseover","datepicker","_isDisabledDatepicker","inline","datepicker_extendRemove","onlyVisible","_enhance","_callChildMethod","childWidgets","controlgroupLabel","_initWidgets","instanceOptions","_resolveClassesValues","widgetElement","_updateCornerClass","_buildSimpleOptions","_spinnerOptions","_buttonOptions","_checkboxradioOptions","_selectmenuOptions","only","_readType","originalLabel","_updateLabel","_updateIcon","_getRadioGroup","nameSelector","_toggleClasses","checkboxradio","iconSpace","iconPosition","showLabel","hasTitle","_updateTooltip","displayBlock","_attachIcon","_attachIconSpace","newShowLabel","newIcon","buttonset","controlgroup","markerClassName","maxRows","_widgetDatepicker","setDefaults","_attachDatepicker","_newInst","_connectDatepicker","_inlineDatepicker","selectedDay","selectedMonth","selectedYear","drawMonth","drawYear","_attachments","_doKeyDown","_doKeyPress","_doKeyUp","_autoSize","_disableDatepicker","_get","_showDatepicker","alt","_lastInput","_hideDatepicker","findMax","maxI","setDate","_formatDate","divSpan","_setDate","_getDefaultDate","_updateDatepicker","_updateAlternate","_dialogDatepicker","browserWidth","browserHeight","scrollX","scrollY","_dialogInst","_dialogInput","_pos","blockUI","_destroyDatepicker","_enableDatepicker","cursor","_getInst","_optionDatepicker","_getDateDatepicker","_getMinMaxDate","_changeDatepicker","_refreshDatepicker","_setDateDatepicker","noDefault","_setDateFromField","_getDate","dateStr","handled","_selectDay","_adjustDate","_clearDate","_gotoToday","chars","_possibleChars","lastVal","parseDate","_getFormatConfig","beforeShowSettings","_findPos","_checkOffset","datepicker_getZindex","_shouldFocusInput","_generateHTML","_attachHandlers","origyearshtml","numMonths","_getNumberOfMonths","cols","activeCell","yearshtml","dpWidth","dpHeight","inputWidth","inputHeight","viewWidth","viewHeight","postProcess","_tidyDialog","unblockUI","_checkExternalClick","_adjustInstDate","currentDay","currentMonth","currentYear","_notifyChange","_selectMonthYear","_selectDate","noWeekends","checkDate","iFormat","dim","iValue","shortYearCutoffTemp","literal","lookAhead","getNumber","isDoubled","getName","shortNames","longNames","checkLiteral","_ticksTo1970","_getDaysInMonth","_daylightSavingAdjust","ATOM","COOKIE","RFC_822","RFC_850","RFC_1036","RFC_1123","RSS","TICKS","TIMESTAMP","W3C","formatNumber","formatName","_restrictMinMax","_determineDate","newDate","offsetString","offsetNumeric","setHours","setMinutes","setSeconds","setMilliseconds","getHours","noChange","origMonth","origYear","today","selectDay","selectMonth","selectYear","maxDraw","gotoDate","controls","buttonPanel","row","selectedDate","cornerClass","calender","leadDays","curRows","numRows","printDate","dRow","daySettings","otherMonth","unselectable","tempDate","isMultiMonth","_canAdjustMonth","_isInRange","_generateMonthYearHeader","_getFirstDayOfMonth","inMinYear","inMaxYear","thisYear","determineYear","endYear","monthHtml","onChange","minMax","curYear","curMonth","yearSplit","minYear","maxYear","initialized","ie","_mouseInit","_mouseDown","_mouseDestroy","_mouseMoveDelegate","_mouseUpDelegate","_mouseMoved","_mouseStarted","_mouseUp","_mouseDownEvent","btnIsLeft","elIsCancel","_mouseCapture","mouseDelayMet","_mouseDelayTimer","_mouseDistanceMet","_mouseDelayMet","_mouseStart","_mouseMove","ignoreMissingWhich","_mouseDrag","_mouseStop","allowDisconnected","safeBlur","mouse","addClasses","connectToSortable","containment","cursorAt","grid","iframeFix","refreshPositions","revert","revertDuration","scope","scrollSensitivity","scrollSpeed","snap","snapMode","snapTolerance","drag","_setPositionRelative","_setHandleClassName","_removeHandleClassName","destroyOnClear","_getHandle","_blurActiveElement","_blockFrames","iframeBlocks","_unblockFrames","_createHelper","_cacheHelperProportions","ddmanager","_cacheMargins","hasFixedAncestor","positionAbs","_refreshOffsets","originalPosition","_generatePosition","originalPageX","originalPageY","_adjustOffsetFromHelper","_setContainment","_clear","dropBehaviour","prepareOffsets","dragStart","margins","_getParentOffset","_getRelativeOffset","noPropagation","_convertPositionTo","_uiHash","dropped","dragStop","handleElement","helperIsFunction","helperProportions","_isRootNode","po","scrollIsRootNode","isUserScrollable","ce","relativeContainer","constrainPosition","co","cancelHelperRemoval","draggable","uiSortable","sortables","isOver","_storedCSS","_helper","innermostIntersecting","_intersectsWith","containerCache","currentItem","fromOutside","_revert","_cursor","_opacity","scrollParentNotHidden","overflowOffset","scrolled","snapElements","$t","$o","ts","ls","rs","x1","y1","y2","snapping","release","snapItem","_zIndex","alsoResize","animateDuration","animateEasing","aspectRatio","autoHide","ghost","handles","minHeight","_num","_isNumber","_aspectRatio","originalElement","_proportionallyResizeElements","resizable","elementIsWrapper","originalResizeStyle","zoom","_proportionallyResize","_setupHandles","_handles","resizing","_removeHandles","hname","nw","_renderAxis","padPos","padWrapper","curleft","curtop","_renderProxy","originalSize","sizeDiff","originalMousePosition","_propagate","smp","_updatePrevProperties","_updateVirtualBoundaries","_updateRatio","_respectSize","_updateCache","_applyChanges","pr","ista","soffseth","soffsetw","prevPosition","prevSize","forceAspectRatio","pMinWidth","pMaxWidth","pMinHeight","pMaxHeight","_vBoundaries","cpos","csize","ismaxw","ismaxh","isminw","isminh","dw","dh","cw","_getPaddingPlusBorderDimensions","widths","borders","paddings","prel","outerDimensions","elementOffset","containerElement","containerOffset","containerPosition","parentData","containerSize","woset","hoset","isParent","isOffsetRelative","cp","pRatio","cop","continueResize","ho","os","gridX","gridY","ox","oy","newWidth","newHeight","isMaxWidth","isMaxHeight","isMinWidth","isMinHeight","autoOpen","topOffset","beforeClose","resizeStart","resizeStop","sizeRelatedOptions","resizableRelatedOptions","originalCss","originalTitle","_createWrapper","uiDialog","_createTitlebar","_createButtonPane","_makeDraggable","_makeResizable","_isOpen","_trackFocus","_untrackInstance","_destroyOverlay","_focusedElement","_hide","isOpen","moveToTop","_moveToTop","moved","zIndices","zIndexMax","_focusTabbable","_size","_createOverlay","overlay","_show","_makeFocusTarget","uiDialogButtonPane","uiDialogTitlebarClose","_keepFocus","checkFocus","tabbables","uiDialogTitle","uiDialogTitlebar","_title","uiButtonSet","_createButtons","buttonOptions","filteredUi","resizeHandles","_minHeight","_trackingInstances","exists","resizableOptions","isDraggable","isResizable","nonContentHeight","minContentHeight","maxContentHeight","_allowInteraction","isOpening","overlays","dialog","dialogClass","accept","greedy","tolerance","deactivate","over","proportions","isover","isout","_addToManager","droppables","_splice","_addActiveClass","_deactivate","_removeActiveClass","_over","_addHoverClass","_out","_removeHoverClass","_drop","custom","childrenIntersection","droppable","intersect","isOverAxis","toleranceMode","absolute","spinnerModifer","droppablesLoop","greedyChild","parentInstance","intersects","hoverClass","activeClass","oldValue","_constrainedValue","valueDiv","_refreshValue","indeterminate","_percentage","percentage","overlayDiv","autoRefresh","selecting","unselected","unselecting","dragged","elementPos","selectees","selecteeOffset","startselected","opos","selectee","doSelect","hit","selectmenuId","_drawButton","_drawMenu","_rendered","menuItems","_parseOption","buttonItem","_renderButtonItem","_resizeButton","_buttonEvents","_refreshMenu","menuWrap","menuInstance","_setSelection","_select","focusIndex","_getSelectedItem","_parseOptions","_setAria","_toggleAttr","_documentClick","menuWidget","_setText","currentOptgroup","rangeCount","getRangeAt","_selectFocusedItem","oldIndex","orientation","slide","numPages","_keySliding","_mouseSliding","_animateOff","_handleIndex","_detectOrientation","_calculateNewMax","_createRange","_createHandles","handleCount","existingHandles","_valueMin","_handleEvents","normValue","closestHandle","mouseOverHandle","elementSize","_normValueFromMouse","_valueMax","thisDistance","_lastChangedValue","_start","_clickOffset","_slide","_stop","pixelTotal","pixelMouse","percentMouse","valueTotal","valueMouse","_trimAlignValue","uiHash","handleIndex","_hasMultipleValues","otherVal","newValues","_values","valsLength","_refreshRange","valModStep","alignValue","_precision","_precisionOf","decimal","lastValPercent","valPercent","valueMin","valueMax","oRange","_set","curVal","keyup","connectWith","dropOnEmpty","forcePlaceholderSize","forceHelperSize","beforeStop","receive","_isOverAxis","_isFloating","overrideHandle","validHandle","reverting","_refreshItems","_removeCurrentsFromItems","noActivation","currentContainer","domPosition","_createPlaceholder","storedCursor","storedStylesheet","_storedOpacity","_storedZIndex","_preserveHelperProportions","containers","dragging","itemElement","lastPositionAbs","_intersectsWithPointer","_intersectsWithSides","_rearrange","_contactContainers","_noFinalSort","_getItemsAsjQuery","connected","expression","dyClick","dxClick","isOverElementHeight","isOverElementWidth","isOverElement","forcePointerForContainers","floating","verticalDirection","horizontalDirection","_getDragVerticalDirection","_getDragHorizontalDirection","isOverBottomHalf","isOverRightHalf","_connectWith","queries","addItems","targetData","_queries","queriesLength","toleranceElement","refreshContainers","_createTrPlaceholder","sourceTr","targetTr","dist","itemWithLeastDistance","posProperty","nearBottom","innermostContainer","innermostIndex","hardRefresh","delayedTriggers","delayEvent","_inst","sender","culture","incremental","numberFormat","spin","_draw","mousewheel","spinning","_spin","mousewheelTimer","_repeat","uiSpinner","steps","_adjustValue","_increment","aboveMin","prevValue","_parse","_format","Globalize","allowAny","stepUp","_stepUp","stepDown","_stepDown","pageUp","pages","pageDown","spinner","_uiSpinnerHtml","_buttonHtml","beforeLoad","_isLocal","anchorUrl","locationUrl","running","_processTabs","_initialActive","tabs","anchors","locationHash","tab","_getPanelForTab","_tabKeydown","focusedTab","goingForward","_handlePageNav","activating","_focusNextTab","_panelKeydown","_findNextTab","lastTabIndex","_setupHeightStyle","_sanitizeSelector","lis","tablist","prevTabs","prevAnchors","_getList","anchorId","originalAriaControls","_createPanel","oldTab","newTab","_getIndex","_ajaxSettings","track","_addDescribedBy","describedby","_removeDescribedBy","mouseover","tooltips","disabledTitles","tooltipData","_updateContent","_disable","_enable","blurEvent","_registerCloseHandlers","contentOption","delayedShow","a11yContent","positionOption","_find","_tooltip","mousemove","fakeEvent","_removeTooltip","closing","hiding","tooltipClass","Jcrop","docOffset","_ua","is_msie","ie6mode","px","cssClass","cl","getPos","mouseAbs","startDragMode","touch","$img","Tracker","setCursor","activateHandlers","lloc","KeyManager","watchKeys","Coords","moveOffset","Selection","createMover","doneSelect","fc","getFixed","opp","oppLockCorner","opc","getCorner","setPressed","setCurrent","dragmodeHandler","ord","createDragger","allowMove","btndown","presize","$obj","nh","xscale","yscale","unscale","minSelect","enableHandles","allowSelect","newSelection","disableHandles","selectDrag","newTracker","trk","img_css","$origimg","img_mode","tempImage","shade","boxWidth","boxHeight","boundx","boundy","$div","bgColor","$img2","$img_holder","$hdl_holder","$sel","dblclick","onDblClick","api","xlimit","ylimit","xmin","ymin","$trk","bgcolor","bgopacity","bgOpacity","Touch","hasTouchSupport","touchstart","touchend","touchmove","cfilter","touchSupport","xsize","ysize","makeObj","flipCoords","aspect","min_x","minSize","max_x","maxSize","max_y","rh","rwa","rha","rebound","xa","xb","ya","yb","getOffset","Shade","holder","shades","createShade","updateAuto","updateShade","shadeColor","enableShade","setBgOpacity","setBgColor","isAwake","setOpacity","colorChangeMacro","getShades","disableShade","bgFade","fadeTime","updateRaw","awake","hdep","dragbar","seehandles","dragDiv","zi","jq","updateVisible","allowResize","animMode","dragEdges","createDragbars","createHandles","hs","handleSize","handleOpacity","drawBorders","createBorders","borderOpacity","$track","onRelease","enableOnly","showHandles","onMove","onDone","trackDoc","trackDocument","trackMove","trackUp","trackTouchMove","trackTouchEnd","mouseup","mouseout","move","toFront","$keymgr","$keywrap","doNudge","keySupport","nudge","fixedSupport","setSelect","setSelectRaw","disableCrop","enableCrop","interfaceUpdate","mycolor","trueSize","outerImage","setImage","iw","ih","bw","bh","animto","initcr","animat","interv","animationDelay","ix1","iy1","ix2","iy2","pcent","velocity","swingSpeed","animator","queueAnimator","tellSelect","tellScaled","setClass","cname","getBounds","getWidgetSize","getScaleFactor","getOptions","Loader","imgobj","completeCheck","each2","Select2","AbstractSelect2","SingleSelect2","MultiSelect2","nextUid","sizer","$document","scrollBarDimensions","lastMousePosition","ESC","SHIFT","CTRL","ALT","isArrow","isControl","isFunctionKey","DIACRITICS","prepareOpts","createContainer","containerId","containerEventName","syncCssClasses","adaptContainerCssClass","containerCss","containerCssClass","elementTabIndex","killEvent","dropdown","adaptDropdownCssClass","dropdownCssClass","queryCount","resultsPage","initContainer","lastpos","highlightUnderEvent","_touchEvent","touchMoved","clearTouchMoved","selectHighlighted","installDebouncedScroll","loadMoreIfNeeded","deltaX","deltaY","installKeyUpChangeEvent","updateResults","nextSearchTerm","monitorSource","maximumInputLength","readonly","measureScrollbar","autofocus","searchInputPlaceholder","select2","_sync","propertyObserver","cleanupJQueryElements","optionToData","equal","idKey","ajaxUrl","populateResults","populate","selectable","compound","innerContainer","formatted","sortResults","formatResultCssClass","formatResult","escapeMarkup","formatMatches","placeholderOption","more","getPlaceholder","getPlaceholderOption","createSearchChoice","splitVal","createSearchChoicePosition","MozMutationObserver","triggerSelect","choice","triggerChange","blurOnChange","isInterfaceEnabled","enabledInterface","enableInterface","_enabled","_readonly","opened","positionDropdown","bodyOffset","above","changeDirection","resultsListNode","$dropdown","dropHeight","$window","windowWidth","windowHeight","viewPortRight","viewportBottom","dropTop","dropLeft","enoughRoomBelow","enoughRoomAbove","dropWidth","enoughRoomOnRight","focusSearch","dropdownAutoWidth","dropdownCss","shouldOpen","clearDropdownAlignmentPreference","opening","orient","reinsertElement","selectOnBlur","noFocus","clearSearch","externalSearch","getMaximumSelectionSize","maximumSelectionSize","ensureHighlightVisible","rb","highlight","findHighlightableChoices","moveHighlight","choices","removeHighlight","_touchMoved","countSelectableResults","loadMorePadding","postprocessResults","formatLoadMore","queryNumber","lastTerm","showSearchInput","maxSelSize","checkFormatter","formatSelectionTooBig","minimumInputLength","formatInputTooShort","showSearch","formatInputTooLong","formatSearching","hasError","formatAjaxError","formatNoMatches","postRender","createTextRange","firstOption","initContainerWidth","focusser","minimumResultsForSearch","shouldFocusInput","isFocused","elementLabel","idSuffix","openOnEnter","allowClear","killEventImmediately","setPlaceholder","isPlaceholderOptionSelected","updateSelection","is_match","noHighlightUpdate","countResults","oldData","formatSelection","formatSelectionCssClass","ordered","selectChoice","searchContainer","keydowns","selectionStart","selectionEnd","moveStart","getCursorInfo","selectedChoice","unselect","resizeSearch","clearPlaceholder","getMaxSearchWidth","getVal","filtered","addSelectedChoice","tokenizer","closeOnSelect","enableChoice","enabledItem","disabledItem","setVal","getSideBorderPadding","minimumWidth","searchWidth","sideBorderPadding","fontFamily","fontStyle","textTransform","whiteSpace","measureTextWidth","buildChangeDetails","onSortStart","onSortEnd","multiple","allowedMethods","valueMethods","propertyMethods","methodsMap","multi","single","markup","markMatch","stripDiacritics","tokenSeparators","selectCallback","dupe","defaultEscapeMarkup","selectedObject","currentSearchTerm","msMaxTouchPoints","pageNumber","ajaxDefaults","quietMillis","adapter","adapted","replacements","tl","replace_map","deprecated","dataText","dataItem","datum","childDatum","formatter","formatterName","SuperClass","userOpts","dragger","addBodyClasses","hyperextensible","resistance","flickThreshold","transitionSpeed","minPosition","tapToClose","touchToDrag","slideIntent","simpleStates","towards","hyperExtending","halfway","flick","sinceDirectionChange","eventList","utils","hasTouch","DocumentTouch","transitionCallback","deepExtend","destination","angleOfDrag","degrees","theta","atan2","startDragY","startDragX","addEvent","prevent","parentUntil","isStr","matrix","easeCallback","animatingInterval","easingTo","easeTo","theTranslate","handleEvent","startDrag","endDrag","srcElement","isDragging","hasIntent","intentChecked","dragWatchers","thePageX","thePageY","absoluteTranslation","whileDragX","openingLeft","translateTo","deg","inRightRange","fromLeft","ie8fix","hidedefault","displayname","setAvatarForUnknownUser","oc_userconfig","clearimageplaceholder","entryTemplate","contactsMenu","shareWith","shareType","$list","topAction","hyperlink","clickedList","clickedTarget","filterAttr","enterCallback","$buttonrow","$button","$title","_setSizes","$defaultButton","$closeButton","closeCB","lessHeight","contentDiv","setEnterCallback","unsetEnterCallback","Template","_html","toRgb","mixPalette","color1","color2","palette","stepCalc","palette1","palette2","palette3","maximum","finalInt","hashToInt","placeholderText","moveEnd","urlRegex","plainToRich","formatLinksRich","richToPlain","formatLinksPlain","leadingSpace","trailingSpace","linkText","$content","dismissOptions","dismiss","menuItem","ocs","product","onclick","whatsNew","regular","whatsNewTextItem","changelogURL","rel","onQuerySuccess","onQueryError","onDismissSuccess","onDismissError","registerType","typeDefinition","getTypes","getIcon","typeIconClass","getLabel","typeString","getLink","loadedStylesheets","loadScript","scriptPath","loadStylesheet","stylePath","warning","Collaboration","Comments","InitialState","Toast","WhatsNew","warnIfNotTesting","setDeprecatedProp","ClipboardJS","OCP","oldFunc"],"mappings":"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,KACR,EAAQ,KACR,EAAQ,KACR,EAAQ,KACR,EAAQ,KACR,EAAQ,KACR,EAAQ,KACR,EAAQ,KACR,EAAQ,KACR,EAAQ,KACR,EAAQ,KACR,EAAQ,KACR,EAAQ,KACR,EAAQ,KACR,EAAQ,KACR,EAAQ,KACR,EAAQ,KACR,EAAQ,KACR,EAAQ,KACR,EAAQ,KACR,EAAQ,KACR,EAAQ,KACR,EAAQ,KACR,EAAQ,KACR,EAAQ,KACR,EAAQ,IACR,EAAQ,KACR,EAAQ,KACR,EAAQ,KACR,EAAQ,KACR,EAAQ,KACR,EAAQ,KACR,EAAQ,KACR,EAAQ,KACR,EAAQ,KACR,EAAQ,KACR,EAAQ,KACR,EAAQ,KACR,EAAQ,KACR,EAAQ,KACR,EAAQ,KACR,EAAQ,KACR,EAAQ,IACR,EAAQ,KACR,EAAQ,KACR,EAAQ,KACR,EAAQ,KACR,EAAQ,KACR,EAAQ,KACR,EAAQ,KACR,EAAQ,KACR,EAAQ,KACR,EAAQ,KACR,EAAQ,KACR,EAAQ,KACR,EAAQ,KACR,EAAQ,KACR,EAAQ,KACR,EAAQ,KACR,EAAQ,KACR,EAAQ,KACR,EAAQ,KACR,EAAQ,KACR,EAAQ,KACR,EAAQ,KACR,EAAQ,KACR,EAAQ,KACR,EAAQ,KACR,EAAQ,KACR,EAAQ,KACR,EAAQ,KACR,EAAQ,KACR,EAAQ,KACR,EAAQ,KACR,EAAQ,KACR,EAAQ,KACR,EAAQ,KACR,EAAQ,KACR,EAAQ,KACR,EAAQ,KACR,EAAQ,KACR,EAAQ,KACR,EAAQ,KACR,EAAQ,KACR,EAAQ,KACR,EAAQ,KACR,EAAQ,KACR,EAAQ,KACR,EAAQ,KACR,EAAQ,KACR,EAAQ,KACR,EAAQ,KACR,EAAQ,KACR,EAAQ,KACR,EAAQ,KACR,EAAQ,KACR,EAAQ,KACR,EAAQ,KACR,EAAQ,KACR,EAAQ,KACR,EAAQ,KACR,EAAQ,KACR,EAAQ,KACR,EAAQ,KACR,EAAQ,KACR,EAAQ,KACR,EAAQ,KAER91E,EAAOD,QAAU,EAAQ,M,gBC5NG,EAAQ,GAIpC4xI,CAAsB,kB,gBCJM,EAAQ,GAIpCA,CAAsB,gB,gBCJM,EAAQ,GAIpCA,CAAsB,uB,gBCJM,EAAQ,GAIpCA,CAAsB,U,gBC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,KAAK,IAAS,KAAK,IAAS,KAAK,IAAS,KAAK,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,KAAK,IAAS,KAAK,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,KAAK,IAAS,KAAK,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,KAAK,IAAS,KAAK,IAAS,KAAK,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,KAAK,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,KAAK,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,KAAK,IAAS,KAAK,IAAS,KAAK,IAAS,KAAK,IAAS,KAAK,IAAS,KAAK,IAAS,KAAK,IAAS,KAAK,IAAS,KAAK,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,KAAK,IAAS,KAAK,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,KAAK,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,KAAK,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,KAAK,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,KAAK,IAAS,KAAK,IAAS,KAAK,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,KAAK,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,KAAK,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS,IAAI,IAAS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","file":"main.js","sourcesContent":[" \t// The module cache\n \tvar installedModules = {};\n\n \t// The require function\n \tfunction __webpack_require__(moduleId) {\n\n \t\t// Check if module is in cache\n \t\tif(installedModules[moduleId]) {\n \t\t\treturn installedModules[moduleId].exports;\n \t\t}\n \t\t// Create a new module (and put it into the cache)\n \t\tvar module = installedModules[moduleId] = {\n \t\t\ti: moduleId,\n \t\t\tl: false,\n \t\t\texports: {}\n \t\t};\n\n \t\t// Execute the module function\n \t\tmodules[moduleId].call(module.exports, module, module.exports, __webpack_require__);\n\n \t\t// Flag the module as loaded\n \t\tmodule.l = true;\n\n \t\t// Return the exports of the module\n \t\treturn module.exports;\n \t}\n\n\n \t// expose the modules object (__webpack_modules__)\n \t__webpack_require__.m = modules;\n\n \t// expose the module cache\n \t__webpack_require__.c = installedModules;\n\n \t// define getter function for harmony exports\n \t__webpack_require__.d = function(exports, name, getter) {\n \t\tif(!__webpack_require__.o(exports, name)) {\n \t\t\tObject.defineProperty(exports, name, { enumerable: true, get: getter });\n \t\t}\n \t};\n\n \t// define __esModule on exports\n \t__webpack_require__.r = function(exports) {\n \t\tif(typeof Symbol !== 'undefined' && Symbol.toStringTag) {\n \t\t\tObject.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });\n \t\t}\n \t\tObject.defineProperty(exports, '__esModule', { value: true });\n \t};\n\n \t// create a fake namespace object\n \t// mode & 1: value is a module id, require it\n \t// mode & 2: merge all properties of value into the ns\n \t// mode & 4: return value when already ns object\n \t// mode & 8|1: behave like require\n \t__webpack_require__.t = function(value, mode) {\n \t\tif(mode & 1) value = __webpack_require__(value);\n \t\tif(mode & 8) return value;\n \t\tif((mode & 4) && typeof value === 'object' && value && value.__esModule) return value;\n \t\tvar ns = Object.create(null);\n \t\t__webpack_require__.r(ns);\n \t\tObject.defineProperty(ns, 'default', { enumerable: true, value: value });\n \t\tif(mode & 2 && typeof value != 'string') for(var key in value) __webpack_require__.d(ns, key, function(key) { return value[key]; }.bind(null, key));\n \t\treturn ns;\n \t};\n\n \t// getDefaultExport function for compatibility with non-harmony modules\n \t__webpack_require__.n = function(module) {\n \t\tvar getter = module && module.__esModule ?\n \t\t\tfunction getDefault() { return module['default']; } :\n \t\t\tfunction getModuleExports() { return module; };\n \t\t__webpack_require__.d(getter, 'a', getter);\n \t\treturn getter;\n \t};\n\n \t// Object.prototype.hasOwnProperty.call\n \t__webpack_require__.o = function(object, property) { return Object.prototype.hasOwnProperty.call(object, property); };\n\n \t// __webpack_public_path__\n \t__webpack_require__.p = \"\";\n\n\n \t// Load entry module and return exports\n \treturn __webpack_require__(__webpack_require__.s = 715);\n","/*!\n * jQuery JavaScript Library v3.3.1\n * https://jquery.com/\n *\n * Includes Sizzle.js\n * https://sizzlejs.com/\n *\n * Copyright JS Foundation and other contributors\n * Released under the MIT license\n * https://jquery.org/license\n *\n * Date: 2018-01-20T17:24Z\n */\n( function( global, factory ) {\n\n\t\"use strict\";\n\n\tif ( typeof module === \"object\" && typeof module.exports === \"object\" ) {\n\n\t\t// For CommonJS and CommonJS-like environments where a proper `window`\n\t\t// is present, execute the factory and get jQuery.\n\t\t// For environments that do not have a `window` with a `document`\n\t\t// (such as Node.js), expose a factory as module.exports.\n\t\t// This accentuates the need for the creation of a real `window`.\n\t\t// e.g. var jQuery = require(\"jquery\")(window);\n\t\t// See ticket #14549 for more info.\n\t\tmodule.exports = global.document ?\n\t\t\tfactory( global, true ) :\n\t\t\tfunction( w ) {\n\t\t\t\tif ( !w.document ) {\n\t\t\t\t\tthrow new Error( \"jQuery requires a window with a document\" );\n\t\t\t\t}\n\t\t\t\treturn factory( w );\n\t\t\t};\n\t} else {\n\t\tfactory( global );\n\t}\n\n// Pass this if window is not defined yet\n} )( typeof window !== \"undefined\" ? window : this, function( window, noGlobal ) {\n\n// Edge <= 12 - 13+, Firefox <=18 - 45+, IE 10 - 11, Safari 5.1 - 9+, iOS 6 - 9.1\n// throw exceptions when non-strict code (e.g., ASP.NET 4.5) accesses strict mode\n// arguments.callee.caller (trac-13335). But as of jQuery 3.0 (2016), strict mode should be common\n// enough that all such attempts are guarded in a try block.\n\"use strict\";\n\nvar arr = [];\n\nvar document = window.document;\n\nvar getProto = Object.getPrototypeOf;\n\nvar slice = arr.slice;\n\nvar concat = arr.concat;\n\nvar push = arr.push;\n\nvar indexOf = arr.indexOf;\n\nvar class2type = {};\n\nvar toString = class2type.toString;\n\nvar hasOwn = class2type.hasOwnProperty;\n\nvar fnToString = hasOwn.toString;\n\nvar ObjectFunctionString = fnToString.call( Object );\n\nvar support = {};\n\nvar isFunction = function isFunction( obj ) {\n\n // Support: Chrome <=57, Firefox <=52\n // In some browsers, typeof returns \"function\" for HTML <object> elements\n // (i.e., `typeof document.createElement( \"object\" ) === \"function\"`).\n // We don't want to classify *any* DOM node as a function.\n return typeof obj === \"function\" && typeof obj.nodeType !== \"number\";\n };\n\n\nvar isWindow = function isWindow( obj ) {\n\t\treturn obj != null && obj === obj.window;\n\t};\n\n\n\n\n\tvar preservedScriptAttributes = {\n\t\ttype: true,\n\t\tsrc: true,\n\t\tnoModule: true\n\t};\n\n\tfunction DOMEval( code, doc, node ) {\n\t\tdoc = doc || document;\n\n\t\tvar i,\n\t\t\tscript = doc.createElement( \"script\" );\n\n\t\tscript.text = code;\n\t\tif ( node ) {\n\t\t\tfor ( i in preservedScriptAttributes ) {\n\t\t\t\tif ( node[ i ] ) {\n\t\t\t\t\tscript[ i ] = node[ i ];\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t\tdoc.head.appendChild( script ).parentNode.removeChild( script );\n\t}\n\n\nfunction toType( obj ) {\n\tif ( obj == null ) {\n\t\treturn obj + \"\";\n\t}\n\n\t// Support: Android <=2.3 only (functionish RegExp)\n\treturn typeof obj === \"object\" || typeof obj === \"function\" ?\n\t\tclass2type[ toString.call( obj ) ] || \"object\" :\n\t\ttypeof obj;\n}\n/* global Symbol */\n// Defining this global in .eslintrc.json would create a danger of using the global\n// unguarded in another place, it seems safer to define global only for this module\n\n\n\nvar\n\tversion = \"3.3.1\",\n\n\t// Define a local copy of jQuery\n\tjQuery = function( selector, context ) {\n\n\t\t// The jQuery object is actually just the init constructor 'enhanced'\n\t\t// Need init if jQuery is called (just allow error to be thrown if not included)\n\t\treturn new jQuery.fn.init( selector, context );\n\t},\n\n\t// Support: Android <=4.0 only\n\t// Make sure we trim BOM and NBSP\n\trtrim = /^[\\s\\uFEFF\\xA0]+|[\\s\\uFEFF\\xA0]+$/g;\n\njQuery.fn = jQuery.prototype = {\n\n\t// The current version of jQuery being used\n\tjquery: version,\n\n\tconstructor: jQuery,\n\n\t// The default length of a jQuery object is 0\n\tlength: 0,\n\n\ttoArray: function() {\n\t\treturn slice.call( this );\n\t},\n\n\t// Get the Nth element in the matched element set OR\n\t// Get the whole matched element set as a clean array\n\tget: function( num ) {\n\n\t\t// Return all the elements in a clean array\n\t\tif ( num == null ) {\n\t\t\treturn slice.call( this );\n\t\t}\n\n\t\t// Return just the one element from the set\n\t\treturn num < 0 ? this[ num + this.length ] : this[ num ];\n\t},\n\n\t// Take an array of elements and push it onto the stack\n\t// (returning the new matched element set)\n\tpushStack: function( elems ) {\n\n\t\t// Build a new jQuery matched element set\n\t\tvar ret = jQuery.merge( this.constructor(), elems );\n\n\t\t// Add the old object onto the stack (as a reference)\n\t\tret.prevObject = this;\n\n\t\t// Return the newly-formed element set\n\t\treturn ret;\n\t},\n\n\t// Execute a callback for every element in the matched set.\n\teach: function( callback ) {\n\t\treturn jQuery.each( this, callback );\n\t},\n\n\tmap: function( callback ) {\n\t\treturn this.pushStack( jQuery.map( this, function( elem, i ) {\n\t\t\treturn callback.call( elem, i, elem );\n\t\t} ) );\n\t},\n\n\tslice: function() {\n\t\treturn this.pushStack( slice.apply( this, arguments ) );\n\t},\n\n\tfirst: function() {\n\t\treturn this.eq( 0 );\n\t},\n\n\tlast: function() {\n\t\treturn this.eq( -1 );\n\t},\n\n\teq: function( i ) {\n\t\tvar len = this.length,\n\t\t\tj = +i + ( i < 0 ? len : 0 );\n\t\treturn this.pushStack( j >= 0 && j < len ? [ this[ j ] ] : [] );\n\t},\n\n\tend: function() {\n\t\treturn this.prevObject || this.constructor();\n\t},\n\n\t// For internal use only.\n\t// Behaves like an Array's method, not like a jQuery method.\n\tpush: push,\n\tsort: arr.sort,\n\tsplice: arr.splice\n};\n\njQuery.extend = jQuery.fn.extend = function() {\n\tvar options, name, src, copy, copyIsArray, clone,\n\t\ttarget = arguments[ 0 ] || {},\n\t\ti = 1,\n\t\tlength = arguments.length,\n\t\tdeep = false;\n\n\t// Handle a deep copy situation\n\tif ( typeof target === \"boolean\" ) {\n\t\tdeep = target;\n\n\t\t// Skip the boolean and the target\n\t\ttarget = arguments[ i ] || {};\n\t\ti++;\n\t}\n\n\t// Handle case when target is a string or something (possible in deep copy)\n\tif ( typeof target !== \"object\" && !isFunction( target ) ) {\n\t\ttarget = {};\n\t}\n\n\t// Extend jQuery itself if only one argument is passed\n\tif ( i === length ) {\n\t\ttarget = this;\n\t\ti--;\n\t}\n\n\tfor ( ; i < length; i++ ) {\n\n\t\t// Only deal with non-null/undefined values\n\t\tif ( ( options = arguments[ i ] ) != null ) {\n\n\t\t\t// Extend the base object\n\t\t\tfor ( name in options ) {\n\t\t\t\tsrc = target[ name ];\n\t\t\t\tcopy = options[ name ];\n\n\t\t\t\t// Prevent never-ending loop\n\t\t\t\tif ( target === copy ) {\n\t\t\t\t\tcontinue;\n\t\t\t\t}\n\n\t\t\t\t// Recurse if we're merging plain objects or arrays\n\t\t\t\tif ( deep && copy && ( jQuery.isPlainObject( copy ) ||\n\t\t\t\t\t( copyIsArray = Array.isArray( copy ) ) ) ) {\n\n\t\t\t\t\tif ( copyIsArray ) {\n\t\t\t\t\t\tcopyIsArray = false;\n\t\t\t\t\t\tclone = src && Array.isArray( src ) ? src : [];\n\n\t\t\t\t\t} else {\n\t\t\t\t\t\tclone = src && jQuery.isPlainObject( src ) ? src : {};\n\t\t\t\t\t}\n\n\t\t\t\t\t// Never move original objects, clone them\n\t\t\t\t\ttarget[ name ] = jQuery.extend( deep, clone, copy );\n\n\t\t\t\t// Don't bring in undefined values\n\t\t\t\t} else if ( copy !== undefined ) {\n\t\t\t\t\ttarget[ name ] = copy;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n\n\t// Return the modified object\n\treturn target;\n};\n\njQuery.extend( {\n\n\t// Unique for each copy of jQuery on the page\n\texpando: \"jQuery\" + ( version + Math.random() ).replace( /\\D/g, \"\" ),\n\n\t// Assume jQuery is ready without the ready module\n\tisReady: true,\n\n\terror: function( msg ) {\n\t\tthrow new Error( msg );\n\t},\n\n\tnoop: function() {},\n\n\tisPlainObject: function( obj ) {\n\t\tvar proto, Ctor;\n\n\t\t// Detect obvious negatives\n\t\t// Use toString instead of jQuery.type to catch host objects\n\t\tif ( !obj || toString.call( obj ) !== \"[object Object]\" ) {\n\t\t\treturn false;\n\t\t}\n\n\t\tproto = getProto( obj );\n\n\t\t// Objects with no prototype (e.g., `Object.create( null )`) are plain\n\t\tif ( !proto ) {\n\t\t\treturn true;\n\t\t}\n\n\t\t// Objects with prototype are plain iff they were constructed by a global Object function\n\t\tCtor = hasOwn.call( proto, \"constructor\" ) && proto.constructor;\n\t\treturn typeof Ctor === \"function\" && fnToString.call( Ctor ) === ObjectFunctionString;\n\t},\n\n\tisEmptyObject: function( obj ) {\n\n\t\t/* eslint-disable no-unused-vars */\n\t\t// See https://github.com/eslint/eslint/issues/6125\n\t\tvar name;\n\n\t\tfor ( name in obj ) {\n\t\t\treturn false;\n\t\t}\n\t\treturn true;\n\t},\n\n\t// Evaluates a script in a global context\n\tglobalEval: function( code ) {\n\t\tDOMEval( code );\n\t},\n\n\teach: function( obj, callback ) {\n\t\tvar length, i = 0;\n\n\t\tif ( isArrayLike( obj ) ) {\n\t\t\tlength = obj.length;\n\t\t\tfor ( ; i < length; i++ ) {\n\t\t\t\tif ( callback.call( obj[ i ], i, obj[ i ] ) === false ) {\n\t\t\t\t\tbreak;\n\t\t\t\t}\n\t\t\t}\n\t\t} else {\n\t\t\tfor ( i in obj ) {\n\t\t\t\tif ( callback.call( obj[ i ], i, obj[ i ] ) === false ) {\n\t\t\t\t\tbreak;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\treturn obj;\n\t},\n\n\t// Support: Android <=4.0 only\n\ttrim: function( text ) {\n\t\treturn text == null ?\n\t\t\t\"\" :\n\t\t\t( text + \"\" ).replace( rtrim, \"\" );\n\t},\n\n\t// results is for internal usage only\n\tmakeArray: function( arr, results ) {\n\t\tvar ret = results || [];\n\n\t\tif ( arr != null ) {\n\t\t\tif ( isArrayLike( Object( arr ) ) ) {\n\t\t\t\tjQuery.merge( ret,\n\t\t\t\t\ttypeof arr === \"string\" ?\n\t\t\t\t\t[ arr ] : arr\n\t\t\t\t);\n\t\t\t} else {\n\t\t\t\tpush.call( ret, arr );\n\t\t\t}\n\t\t}\n\n\t\treturn ret;\n\t},\n\n\tinArray: function( elem, arr, i ) {\n\t\treturn arr == null ? -1 : indexOf.call( arr, elem, i );\n\t},\n\n\t// Support: Android <=4.0 only, PhantomJS 1 only\n\t// push.apply(_, arraylike) throws on ancient WebKit\n\tmerge: function( first, second ) {\n\t\tvar len = +second.length,\n\t\t\tj = 0,\n\t\t\ti = first.length;\n\n\t\tfor ( ; j < len; j++ ) {\n\t\t\tfirst[ i++ ] = second[ j ];\n\t\t}\n\n\t\tfirst.length = i;\n\n\t\treturn first;\n\t},\n\n\tgrep: function( elems, callback, invert ) {\n\t\tvar callbackInverse,\n\t\t\tmatches = [],\n\t\t\ti = 0,\n\t\t\tlength = elems.length,\n\t\t\tcallbackExpect = !invert;\n\n\t\t// Go through the array, only saving the items\n\t\t// that pass the validator function\n\t\tfor ( ; i < length; i++ ) {\n\t\t\tcallbackInverse = !callback( elems[ i ], i );\n\t\t\tif ( callbackInverse !== callbackExpect ) {\n\t\t\t\tmatches.push( elems[ i ] );\n\t\t\t}\n\t\t}\n\n\t\treturn matches;\n\t},\n\n\t// arg is for internal usage only\n\tmap: function( elems, callback, arg ) {\n\t\tvar length, value,\n\t\t\ti = 0,\n\t\t\tret = [];\n\n\t\t// Go through the array, translating each of the items to their new values\n\t\tif ( isArrayLike( elems ) ) {\n\t\t\tlength = elems.length;\n\t\t\tfor ( ; i < length; i++ ) {\n\t\t\t\tvalue = callback( elems[ i ], i, arg );\n\n\t\t\t\tif ( value != null ) {\n\t\t\t\t\tret.push( value );\n\t\t\t\t}\n\t\t\t}\n\n\t\t// Go through every key on the object,\n\t\t} else {\n\t\t\tfor ( i in elems ) {\n\t\t\t\tvalue = callback( elems[ i ], i, arg );\n\n\t\t\t\tif ( value != null ) {\n\t\t\t\t\tret.push( value );\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\t// Flatten any nested arrays\n\t\treturn concat.apply( [], ret );\n\t},\n\n\t// A global GUID counter for objects\n\tguid: 1,\n\n\t// jQuery.support is not used in Core but other projects attach their\n\t// properties to it so it needs to exist.\n\tsupport: support\n} );\n\nif ( typeof Symbol === \"function\" ) {\n\tjQuery.fn[ Symbol.iterator ] = arr[ Symbol.iterator ];\n}\n\n// Populate the class2type map\njQuery.each( \"Boolean Number String Function Array Date RegExp Object Error Symbol\".split( \" \" ),\nfunction( i, name ) {\n\tclass2type[ \"[object \" + name + \"]\" ] = name.toLowerCase();\n} );\n\nfunction isArrayLike( obj ) {\n\n\t// Support: real iOS 8.2 only (not reproducible in simulator)\n\t// `in` check used to prevent JIT error (gh-2145)\n\t// hasOwn isn't used here due to false negatives\n\t// regarding Nodelist length in IE\n\tvar length = !!obj && \"length\" in obj && obj.length,\n\t\ttype = toType( obj );\n\n\tif ( isFunction( obj ) || isWindow( obj ) ) {\n\t\treturn false;\n\t}\n\n\treturn type === \"array\" || length === 0 ||\n\t\ttypeof length === \"number\" && length > 0 && ( length - 1 ) in obj;\n}\nvar Sizzle =\n/*!\n * Sizzle CSS Selector Engine v2.3.3\n * https://sizzlejs.com/\n *\n * Copyright jQuery Foundation and other contributors\n * Released under the MIT license\n * http://jquery.org/license\n *\n * Date: 2016-08-08\n */\n(function( window ) {\n\nvar i,\n\tsupport,\n\tExpr,\n\tgetText,\n\tisXML,\n\ttokenize,\n\tcompile,\n\tselect,\n\toutermostContext,\n\tsortInput,\n\thasDuplicate,\n\n\t// Local document vars\n\tsetDocument,\n\tdocument,\n\tdocElem,\n\tdocumentIsHTML,\n\trbuggyQSA,\n\trbuggyMatches,\n\tmatches,\n\tcontains,\n\n\t// Instance-specific data\n\texpando = \"sizzle\" + 1 * new Date(),\n\tpreferredDoc = window.document,\n\tdirruns = 0,\n\tdone = 0,\n\tclassCache = createCache(),\n\ttokenCache = createCache(),\n\tcompilerCache = createCache(),\n\tsortOrder = function( a, b ) {\n\t\tif ( a === b ) {\n\t\t\thasDuplicate = true;\n\t\t}\n\t\treturn 0;\n\t},\n\n\t// Instance methods\n\thasOwn = ({}).hasOwnProperty,\n\tarr = [],\n\tpop = arr.pop,\n\tpush_native = arr.push,\n\tpush = arr.push,\n\tslice = arr.slice,\n\t// Use a stripped-down indexOf as it's faster than native\n\t// https://jsperf.com/thor-indexof-vs-for/5\n\tindexOf = function( list, elem ) {\n\t\tvar i = 0,\n\t\t\tlen = list.length;\n\t\tfor ( ; i < len; i++ ) {\n\t\t\tif ( list[i] === elem ) {\n\t\t\t\treturn i;\n\t\t\t}\n\t\t}\n\t\treturn -1;\n\t},\n\n\tbooleans = \"checked|selected|async|autofocus|autoplay|controls|defer|disabled|hidden|ismap|loop|multiple|open|readonly|required|scoped\",\n\n\t// Regular expressions\n\n\t// http://www.w3.org/TR/css3-selectors/#whitespace\n\twhitespace = \"[\\\\x20\\\\t\\\\r\\\\n\\\\f]\",\n\n\t// http://www.w3.org/TR/CSS21/syndata.html#value-def-identifier\n\tidentifier = \"(?:\\\\\\\\.|[\\\\w-]|[^\\0-\\\\xa0])+\",\n\n\t// Attribute selectors: http://www.w3.org/TR/selectors/#attribute-selectors\n\tattributes = \"\\\\[\" + whitespace + \"*(\" + identifier + \")(?:\" + whitespace +\n\t\t// Operator (capture 2)\n\t\t\"*([*^$|!~]?=)\" + whitespace +\n\t\t// \"Attribute values must be CSS identifiers [capture 5] or strings [capture 3 or capture 4]\"\n\t\t\"*(?:'((?:\\\\\\\\.|[^\\\\\\\\'])*)'|\\\"((?:\\\\\\\\.|[^\\\\\\\\\\\"])*)\\\"|(\" + identifier + \"))|)\" + whitespace +\n\t\t\"*\\\\]\",\n\n\tpseudos = \":(\" + identifier + \")(?:\\\\((\" +\n\t\t// To reduce the number of selectors needing tokenize in the preFilter, prefer arguments:\n\t\t// 1. quoted (capture 3; capture 4 or capture 5)\n\t\t\"('((?:\\\\\\\\.|[^\\\\\\\\'])*)'|\\\"((?:\\\\\\\\.|[^\\\\\\\\\\\"])*)\\\")|\" +\n\t\t// 2. simple (capture 6)\n\t\t\"((?:\\\\\\\\.|[^\\\\\\\\()[\\\\]]|\" + attributes + \")*)|\" +\n\t\t// 3. anything else (capture 2)\n\t\t\".*\" +\n\t\t\")\\\\)|)\",\n\n\t// Leading and non-escaped trailing whitespace, capturing some non-whitespace characters preceding the latter\n\trwhitespace = new RegExp( whitespace + \"+\", \"g\" ),\n\trtrim = new RegExp( \"^\" + whitespace + \"+|((?:^|[^\\\\\\\\])(?:\\\\\\\\.)*)\" + whitespace + \"+$\", \"g\" ),\n\n\trcomma = new RegExp( \"^\" + whitespace + \"*,\" + whitespace + \"*\" ),\n\trcombinators = new RegExp( \"^\" + whitespace + \"*([>+~]|\" + whitespace + \")\" + whitespace + \"*\" ),\n\n\trattributeQuotes = new RegExp( \"=\" + whitespace + \"*([^\\\\]'\\\"]*?)\" + whitespace + \"*\\\\]\", \"g\" ),\n\n\trpseudo = new RegExp( pseudos ),\n\tridentifier = new RegExp( \"^\" + identifier + \"$\" ),\n\n\tmatchExpr = {\n\t\t\"ID\": new RegExp( \"^#(\" + identifier + \")\" ),\n\t\t\"CLASS\": new RegExp( \"^\\\\.(\" + identifier + \")\" ),\n\t\t\"TAG\": new RegExp( \"^(\" + identifier + \"|[*])\" ),\n\t\t\"ATTR\": new RegExp( \"^\" + attributes ),\n\t\t\"PSEUDO\": new RegExp( \"^\" + pseudos ),\n\t\t\"CHILD\": new RegExp( \"^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\\\(\" + whitespace +\n\t\t\t\"*(even|odd|(([+-]|)(\\\\d*)n|)\" + whitespace + \"*(?:([+-]|)\" + whitespace +\n\t\t\t\"*(\\\\d+)|))\" + whitespace + \"*\\\\)|)\", \"i\" ),\n\t\t\"bool\": new RegExp( \"^(?:\" + booleans + \")$\", \"i\" ),\n\t\t// For use in libraries implementing .is()\n\t\t// We use this for POS matching in `select`\n\t\t\"needsContext\": new RegExp( \"^\" + whitespace + \"*[>+~]|:(even|odd|eq|gt|lt|nth|first|last)(?:\\\\(\" +\n\t\t\twhitespace + \"*((?:-\\\\d)?\\\\d*)\" + whitespace + \"*\\\\)|)(?=[^-]|$)\", \"i\" )\n\t},\n\n\trinputs = /^(?:input|select|textarea|button)$/i,\n\trheader = /^h\\d$/i,\n\n\trnative = /^[^{]+\\{\\s*\\[native \\w/,\n\n\t// Easily-parseable/retrievable ID or TAG or CLASS selectors\n\trquickExpr = /^(?:#([\\w-]+)|(\\w+)|\\.([\\w-]+))$/,\n\n\trsibling = /[+~]/,\n\n\t// CSS escapes\n\t// http://www.w3.org/TR/CSS21/syndata.html#escaped-characters\n\trunescape = new RegExp( \"\\\\\\\\([\\\\da-f]{1,6}\" + whitespace + \"?|(\" + whitespace + \")|.)\", \"ig\" ),\n\tfunescape = function( _, escaped, escapedWhitespace ) {\n\t\tvar high = \"0x\" + escaped - 0x10000;\n\t\t// NaN means non-codepoint\n\t\t// Support: Firefox<24\n\t\t// Workaround erroneous numeric interpretation of +\"0x\"\n\t\treturn high !== high || escapedWhitespace ?\n\t\t\tescaped :\n\t\t\thigh < 0 ?\n\t\t\t\t// BMP codepoint\n\t\t\t\tString.fromCharCode( high + 0x10000 ) :\n\t\t\t\t// Supplemental Plane codepoint (surrogate pair)\n\t\t\t\tString.fromCharCode( high >> 10 | 0xD800, high & 0x3FF | 0xDC00 );\n\t},\n\n\t// CSS string/identifier serialization\n\t// https://drafts.csswg.org/cssom/#common-serializing-idioms\n\trcssescape = /([\\0-\\x1f\\x7f]|^-?\\d)|^-$|[^\\0-\\x1f\\x7f-\\uFFFF\\w-]/g,\n\tfcssescape = function( ch, asCodePoint ) {\n\t\tif ( asCodePoint ) {\n\n\t\t\t// U+0000 NULL becomes U+FFFD REPLACEMENT CHARACTER\n\t\t\tif ( ch === \"\\0\" ) {\n\t\t\t\treturn \"\\uFFFD\";\n\t\t\t}\n\n\t\t\t// Control characters and (dependent upon position) numbers get escaped as code points\n\t\t\treturn ch.slice( 0, -1 ) + \"\\\\\" + ch.charCodeAt( ch.length - 1 ).toString( 16 ) + \" \";\n\t\t}\n\n\t\t// Other potentially-special ASCII characters get backslash-escaped\n\t\treturn \"\\\\\" + ch;\n\t},\n\n\t// Used for iframes\n\t// See setDocument()\n\t// Removing the function wrapper causes a \"Permission Denied\"\n\t// error in IE\n\tunloadHandler = function() {\n\t\tsetDocument();\n\t},\n\n\tdisabledAncestor = addCombinator(\n\t\tfunction( elem ) {\n\t\t\treturn elem.disabled === true && (\"form\" in elem || \"label\" in elem);\n\t\t},\n\t\t{ dir: \"parentNode\", next: \"legend\" }\n\t);\n\n// Optimize for push.apply( _, NodeList )\ntry {\n\tpush.apply(\n\t\t(arr = slice.call( preferredDoc.childNodes )),\n\t\tpreferredDoc.childNodes\n\t);\n\t// Support: Android<4.0\n\t// Detect silently failing push.apply\n\tarr[ preferredDoc.childNodes.length ].nodeType;\n} catch ( e ) {\n\tpush = { apply: arr.length ?\n\n\t\t// Leverage slice if possible\n\t\tfunction( target, els ) {\n\t\t\tpush_native.apply( target, slice.call(els) );\n\t\t} :\n\n\t\t// Support: IE<9\n\t\t// Otherwise append directly\n\t\tfunction( target, els ) {\n\t\t\tvar j = target.length,\n\t\t\t\ti = 0;\n\t\t\t// Can't trust NodeList.length\n\t\t\twhile ( (target[j++] = els[i++]) ) {}\n\t\t\ttarget.length = j - 1;\n\t\t}\n\t};\n}\n\nfunction Sizzle( selector, context, results, seed ) {\n\tvar m, i, elem, nid, match, groups, newSelector,\n\t\tnewContext = context && context.ownerDocument,\n\n\t\t// nodeType defaults to 9, since context defaults to document\n\t\tnodeType = context ? context.nodeType : 9;\n\n\tresults = results || [];\n\n\t// Return early from calls with invalid selector or context\n\tif ( typeof selector !== \"string\" || !selector ||\n\t\tnodeType !== 1 && nodeType !== 9 && nodeType !== 11 ) {\n\n\t\treturn results;\n\t}\n\n\t// Try to shortcut find operations (as opposed to filters) in HTML documents\n\tif ( !seed ) {\n\n\t\tif ( ( context ? context.ownerDocument || context : preferredDoc ) !== document ) {\n\t\t\tsetDocument( context );\n\t\t}\n\t\tcontext = context || document;\n\n\t\tif ( documentIsHTML ) {\n\n\t\t\t// If the selector is sufficiently simple, try using a \"get*By*\" DOM method\n\t\t\t// (excepting DocumentFragment context, where the methods don't exist)\n\t\t\tif ( nodeType !== 11 && (match = rquickExpr.exec( selector )) ) {\n\n\t\t\t\t// ID selector\n\t\t\t\tif ( (m = match[1]) ) {\n\n\t\t\t\t\t// Document context\n\t\t\t\t\tif ( nodeType === 9 ) {\n\t\t\t\t\t\tif ( (elem = context.getElementById( m )) ) {\n\n\t\t\t\t\t\t\t// Support: IE, Opera, Webkit\n\t\t\t\t\t\t\t// TODO: identify versions\n\t\t\t\t\t\t\t// getElementById can match elements by name instead of ID\n\t\t\t\t\t\t\tif ( elem.id === m ) {\n\t\t\t\t\t\t\t\tresults.push( elem );\n\t\t\t\t\t\t\t\treturn results;\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\treturn results;\n\t\t\t\t\t\t}\n\n\t\t\t\t\t// Element context\n\t\t\t\t\t} else {\n\n\t\t\t\t\t\t// Support: IE, Opera, Webkit\n\t\t\t\t\t\t// TODO: identify versions\n\t\t\t\t\t\t// getElementById can match elements by name instead of ID\n\t\t\t\t\t\tif ( newContext && (elem = newContext.getElementById( m )) &&\n\t\t\t\t\t\t\tcontains( context, elem ) &&\n\t\t\t\t\t\t\telem.id === m ) {\n\n\t\t\t\t\t\t\tresults.push( elem );\n\t\t\t\t\t\t\treturn results;\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\n\t\t\t\t// Type selector\n\t\t\t\t} else if ( match[2] ) {\n\t\t\t\t\tpush.apply( results, context.getElementsByTagName( selector ) );\n\t\t\t\t\treturn results;\n\n\t\t\t\t// Class selector\n\t\t\t\t} else if ( (m = match[3]) && support.getElementsByClassName &&\n\t\t\t\t\tcontext.getElementsByClassName ) {\n\n\t\t\t\t\tpush.apply( results, context.getElementsByClassName( m ) );\n\t\t\t\t\treturn results;\n\t\t\t\t}\n\t\t\t}\n\n\t\t\t// Take advantage of querySelectorAll\n\t\t\tif ( support.qsa &&\n\t\t\t\t!compilerCache[ selector + \" \" ] &&\n\t\t\t\t(!rbuggyQSA || !rbuggyQSA.test( selector )) ) {\n\n\t\t\t\tif ( nodeType !== 1 ) {\n\t\t\t\t\tnewContext = context;\n\t\t\t\t\tnewSelector = selector;\n\n\t\t\t\t// qSA looks outside Element context, which is not what we want\n\t\t\t\t// Thanks to Andrew Dupont for this workaround technique\n\t\t\t\t// Support: IE <=8\n\t\t\t\t// Exclude object elements\n\t\t\t\t} else if ( context.nodeName.toLowerCase() !== \"object\" ) {\n\n\t\t\t\t\t// Capture the context ID, setting it first if necessary\n\t\t\t\t\tif ( (nid = context.getAttribute( \"id\" )) ) {\n\t\t\t\t\t\tnid = nid.replace( rcssescape, fcssescape );\n\t\t\t\t\t} else {\n\t\t\t\t\t\tcontext.setAttribute( \"id\", (nid = expando) );\n\t\t\t\t\t}\n\n\t\t\t\t\t// Prefix every selector in the list\n\t\t\t\t\tgroups = tokenize( selector );\n\t\t\t\t\ti = groups.length;\n\t\t\t\t\twhile ( i-- ) {\n\t\t\t\t\t\tgroups[i] = \"#\" + nid + \" \" + toSelector( groups[i] );\n\t\t\t\t\t}\n\t\t\t\t\tnewSelector = groups.join( \",\" );\n\n\t\t\t\t\t// Expand context for sibling selectors\n\t\t\t\t\tnewContext = rsibling.test( selector ) && testContext( context.parentNode ) ||\n\t\t\t\t\t\tcontext;\n\t\t\t\t}\n\n\t\t\t\tif ( newSelector ) {\n\t\t\t\t\ttry {\n\t\t\t\t\t\tpush.apply( results,\n\t\t\t\t\t\t\tnewContext.querySelectorAll( newSelector )\n\t\t\t\t\t\t);\n\t\t\t\t\t\treturn results;\n\t\t\t\t\t} catch ( qsaError ) {\n\t\t\t\t\t} finally {\n\t\t\t\t\t\tif ( nid === expando ) {\n\t\t\t\t\t\t\tcontext.removeAttribute( \"id\" );\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n\n\t// All others\n\treturn select( selector.replace( rtrim, \"$1\" ), context, results, seed );\n}\n\n/**\n * Create key-value caches of limited size\n * @returns {function(string, object)} Returns the Object data after storing it on itself with\n *\tproperty name the (space-suffixed) string and (if the cache is larger than Expr.cacheLength)\n *\tdeleting the oldest entry\n */\nfunction createCache() {\n\tvar keys = [];\n\n\tfunction cache( key, value ) {\n\t\t// Use (key + \" \") to avoid collision with native prototype properties (see Issue #157)\n\t\tif ( keys.push( key + \" \" ) > Expr.cacheLength ) {\n\t\t\t// Only keep the most recent entries\n\t\t\tdelete cache[ keys.shift() ];\n\t\t}\n\t\treturn (cache[ key + \" \" ] = value);\n\t}\n\treturn cache;\n}\n\n/**\n * Mark a function for special use by Sizzle\n * @param {Function} fn The function to mark\n */\nfunction markFunction( fn ) {\n\tfn[ expando ] = true;\n\treturn fn;\n}\n\n/**\n * Support testing using an element\n * @param {Function} fn Passed the created element and returns a boolean result\n */\nfunction assert( fn ) {\n\tvar el = document.createElement(\"fieldset\");\n\n\ttry {\n\t\treturn !!fn( el );\n\t} catch (e) {\n\t\treturn false;\n\t} finally {\n\t\t// Remove from its parent by default\n\t\tif ( el.parentNode ) {\n\t\t\tel.parentNode.removeChild( el );\n\t\t}\n\t\t// release memory in IE\n\t\tel = null;\n\t}\n}\n\n/**\n * Adds the same handler for all of the specified attrs\n * @param {String} attrs Pipe-separated list of attributes\n * @param {Function} handler The method that will be applied\n */\nfunction addHandle( attrs, handler ) {\n\tvar arr = attrs.split(\"|\"),\n\t\ti = arr.length;\n\n\twhile ( i-- ) {\n\t\tExpr.attrHandle[ arr[i] ] = handler;\n\t}\n}\n\n/**\n * Checks document order of two siblings\n * @param {Element} a\n * @param {Element} b\n * @returns {Number} Returns less than 0 if a precedes b, greater than 0 if a follows b\n */\nfunction siblingCheck( a, b ) {\n\tvar cur = b && a,\n\t\tdiff = cur && a.nodeType === 1 && b.nodeType === 1 &&\n\t\t\ta.sourceIndex - b.sourceIndex;\n\n\t// Use IE sourceIndex if available on both nodes\n\tif ( diff ) {\n\t\treturn diff;\n\t}\n\n\t// Check if b follows a\n\tif ( cur ) {\n\t\twhile ( (cur = cur.nextSibling) ) {\n\t\t\tif ( cur === b ) {\n\t\t\t\treturn -1;\n\t\t\t}\n\t\t}\n\t}\n\n\treturn a ? 1 : -1;\n}\n\n/**\n * Returns a function to use in pseudos for input types\n * @param {String} type\n */\nfunction createInputPseudo( type ) {\n\treturn function( elem ) {\n\t\tvar name = elem.nodeName.toLowerCase();\n\t\treturn name === \"input\" && elem.type === type;\n\t};\n}\n\n/**\n * Returns a function to use in pseudos for buttons\n * @param {String} type\n */\nfunction createButtonPseudo( type ) {\n\treturn function( elem ) {\n\t\tvar name = elem.nodeName.toLowerCase();\n\t\treturn (name === \"input\" || name === \"button\") && elem.type === type;\n\t};\n}\n\n/**\n * Returns a function to use in pseudos for :enabled/:disabled\n * @param {Boolean} disabled true for :disabled; false for :enabled\n */\nfunction createDisabledPseudo( disabled ) {\n\n\t// Known :disabled false positives: fieldset[disabled] > legend:nth-of-type(n+2) :can-disable\n\treturn function( elem ) {\n\n\t\t// Only certain elements can match :enabled or :disabled\n\t\t// https://html.spec.whatwg.org/multipage/scripting.html#selector-enabled\n\t\t// https://html.spec.whatwg.org/multipage/scripting.html#selector-disabled\n\t\tif ( \"form\" in elem ) {\n\n\t\t\t// Check for inherited disabledness on relevant non-disabled elements:\n\t\t\t// * listed form-associated elements in a disabled fieldset\n\t\t\t// https://html.spec.whatwg.org/multipage/forms.html#category-listed\n\t\t\t// https://html.spec.whatwg.org/multipage/forms.html#concept-fe-disabled\n\t\t\t// * option elements in a disabled optgroup\n\t\t\t// https://html.spec.whatwg.org/multipage/forms.html#concept-option-disabled\n\t\t\t// All such elements have a \"form\" property.\n\t\t\tif ( elem.parentNode && elem.disabled === false ) {\n\n\t\t\t\t// Option elements defer to a parent optgroup if present\n\t\t\t\tif ( \"label\" in elem ) {\n\t\t\t\t\tif ( \"label\" in elem.parentNode ) {\n\t\t\t\t\t\treturn elem.parentNode.disabled === disabled;\n\t\t\t\t\t} else {\n\t\t\t\t\t\treturn elem.disabled === disabled;\n\t\t\t\t\t}\n\t\t\t\t}\n\n\t\t\t\t// Support: IE 6 - 11\n\t\t\t\t// Use the isDisabled shortcut property to check for disabled fieldset ancestors\n\t\t\t\treturn elem.isDisabled === disabled ||\n\n\t\t\t\t\t// Where there is no isDisabled, check manually\n\t\t\t\t\t/* jshint -W018 */\n\t\t\t\t\telem.isDisabled !== !disabled &&\n\t\t\t\t\t\tdisabledAncestor( elem ) === disabled;\n\t\t\t}\n\n\t\t\treturn elem.disabled === disabled;\n\n\t\t// Try to winnow out elements that can't be disabled before trusting the disabled property.\n\t\t// Some victims get caught in our net (label, legend, menu, track), but it shouldn't\n\t\t// even exist on them, let alone have a boolean value.\n\t\t} else if ( \"label\" in elem ) {\n\t\t\treturn elem.disabled === disabled;\n\t\t}\n\n\t\t// Remaining elements are neither :enabled nor :disabled\n\t\treturn false;\n\t};\n}\n\n/**\n * Returns a function to use in pseudos for positionals\n * @param {Function} fn\n */\nfunction createPositionalPseudo( fn ) {\n\treturn markFunction(function( argument ) {\n\t\targument = +argument;\n\t\treturn markFunction(function( seed, matches ) {\n\t\t\tvar j,\n\t\t\t\tmatchIndexes = fn( [], seed.length, argument ),\n\t\t\t\ti = matchIndexes.length;\n\n\t\t\t// Match elements found at the specified indexes\n\t\t\twhile ( i-- ) {\n\t\t\t\tif ( seed[ (j = matchIndexes[i]) ] ) {\n\t\t\t\t\tseed[j] = !(matches[j] = seed[j]);\n\t\t\t\t}\n\t\t\t}\n\t\t});\n\t});\n}\n\n/**\n * Checks a node for validity as a Sizzle context\n * @param {Element|Object=} context\n * @returns {Element|Object|Boolean} The input node if acceptable, otherwise a falsy value\n */\nfunction testContext( context ) {\n\treturn context && typeof context.getElementsByTagName !== \"undefined\" && context;\n}\n\n// Expose support vars for convenience\nsupport = Sizzle.support = {};\n\n/**\n * Detects XML nodes\n * @param {Element|Object} elem An element or a document\n * @returns {Boolean} True iff elem is a non-HTML XML node\n */\nisXML = Sizzle.isXML = function( elem ) {\n\t// documentElement is verified for cases where it doesn't yet exist\n\t// (such as loading iframes in IE - #4833)\n\tvar documentElement = elem && (elem.ownerDocument || elem).documentElement;\n\treturn documentElement ? documentElement.nodeName !== \"HTML\" : false;\n};\n\n/**\n * Sets document-related variables once based on the current document\n * @param {Element|Object} [doc] An element or document object to use to set the document\n * @returns {Object} Returns the current document\n */\nsetDocument = Sizzle.setDocument = function( node ) {\n\tvar hasCompare, subWindow,\n\t\tdoc = node ? node.ownerDocument || node : preferredDoc;\n\n\t// Return early if doc is invalid or already selected\n\tif ( doc === document || doc.nodeType !== 9 || !doc.documentElement ) {\n\t\treturn document;\n\t}\n\n\t// Update global variables\n\tdocument = doc;\n\tdocElem = document.documentElement;\n\tdocumentIsHTML = !isXML( document );\n\n\t// Support: IE 9-11, Edge\n\t// Accessing iframe documents after unload throws \"permission denied\" errors (jQuery #13936)\n\tif ( preferredDoc !== document &&\n\t\t(subWindow = document.defaultView) && subWindow.top !== subWindow ) {\n\n\t\t// Support: IE 11, Edge\n\t\tif ( subWindow.addEventListener ) {\n\t\t\tsubWindow.addEventListener( \"unload\", unloadHandler, false );\n\n\t\t// Support: IE 9 - 10 only\n\t\t} else if ( subWindow.attachEvent ) {\n\t\t\tsubWindow.attachEvent( \"onunload\", unloadHandler );\n\t\t}\n\t}\n\n\t/* Attributes\n\t---------------------------------------------------------------------- */\n\n\t// Support: IE<8\n\t// Verify that getAttribute really returns attributes and not properties\n\t// (excepting IE8 booleans)\n\tsupport.attributes = assert(function( el ) {\n\t\tel.className = \"i\";\n\t\treturn !el.getAttribute(\"className\");\n\t});\n\n\t/* getElement(s)By*\n\t---------------------------------------------------------------------- */\n\n\t// Check if getElementsByTagName(\"*\") returns only elements\n\tsupport.getElementsByTagName = assert(function( el ) {\n\t\tel.appendChild( document.createComment(\"\") );\n\t\treturn !el.getElementsByTagName(\"*\").length;\n\t});\n\n\t// Support: IE<9\n\tsupport.getElementsByClassName = rnative.test( document.getElementsByClassName );\n\n\t// Support: IE<10\n\t// Check if getElementById returns elements by name\n\t// The broken getElementById methods don't pick up programmatically-set names,\n\t// so use a roundabout getElementsByName test\n\tsupport.getById = assert(function( el ) {\n\t\tdocElem.appendChild( el ).id = expando;\n\t\treturn !document.getElementsByName || !document.getElementsByName( expando ).length;\n\t});\n\n\t// ID filter and find\n\tif ( support.getById ) {\n\t\tExpr.filter[\"ID\"] = function( id ) {\n\t\t\tvar attrId = id.replace( runescape, funescape );\n\t\t\treturn function( elem ) {\n\t\t\t\treturn elem.getAttribute(\"id\") === attrId;\n\t\t\t};\n\t\t};\n\t\tExpr.find[\"ID\"] = function( id, context ) {\n\t\t\tif ( typeof context.getElementById !== \"undefined\" && documentIsHTML ) {\n\t\t\t\tvar elem = context.getElementById( id );\n\t\t\t\treturn elem ? [ elem ] : [];\n\t\t\t}\n\t\t};\n\t} else {\n\t\tExpr.filter[\"ID\"] = function( id ) {\n\t\t\tvar attrId = id.replace( runescape, funescape );\n\t\t\treturn function( elem ) {\n\t\t\t\tvar node = typeof elem.getAttributeNode !== \"undefined\" &&\n\t\t\t\t\telem.getAttributeNode(\"id\");\n\t\t\t\treturn node && node.value === attrId;\n\t\t\t};\n\t\t};\n\n\t\t// Support: IE 6 - 7 only\n\t\t// getElementById is not reliable as a find shortcut\n\t\tExpr.find[\"ID\"] = function( id, context ) {\n\t\t\tif ( typeof context.getElementById !== \"undefined\" && documentIsHTML ) {\n\t\t\t\tvar node, i, elems,\n\t\t\t\t\telem = context.getElementById( id );\n\n\t\t\t\tif ( elem ) {\n\n\t\t\t\t\t// Verify the id attribute\n\t\t\t\t\tnode = elem.getAttributeNode(\"id\");\n\t\t\t\t\tif ( node && node.value === id ) {\n\t\t\t\t\t\treturn [ elem ];\n\t\t\t\t\t}\n\n\t\t\t\t\t// Fall back on getElementsByName\n\t\t\t\t\telems = context.getElementsByName( id );\n\t\t\t\t\ti = 0;\n\t\t\t\t\twhile ( (elem = elems[i++]) ) {\n\t\t\t\t\t\tnode = elem.getAttributeNode(\"id\");\n\t\t\t\t\t\tif ( node && node.value === id ) {\n\t\t\t\t\t\t\treturn [ elem ];\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\n\t\t\t\treturn [];\n\t\t\t}\n\t\t};\n\t}\n\n\t// Tag\n\tExpr.find[\"TAG\"] = support.getElementsByTagName ?\n\t\tfunction( tag, context ) {\n\t\t\tif ( typeof context.getElementsByTagName !== \"undefined\" ) {\n\t\t\t\treturn context.getElementsByTagName( tag );\n\n\t\t\t// DocumentFragment nodes don't have gEBTN\n\t\t\t} else if ( support.qsa ) {\n\t\t\t\treturn context.querySelectorAll( tag );\n\t\t\t}\n\t\t} :\n\n\t\tfunction( tag, context ) {\n\t\t\tvar elem,\n\t\t\t\ttmp = [],\n\t\t\t\ti = 0,\n\t\t\t\t// By happy coincidence, a (broken) gEBTN appears on DocumentFragment nodes too\n\t\t\t\tresults = context.getElementsByTagName( tag );\n\n\t\t\t// Filter out possible comments\n\t\t\tif ( tag === \"*\" ) {\n\t\t\t\twhile ( (elem = results[i++]) ) {\n\t\t\t\t\tif ( elem.nodeType === 1 ) {\n\t\t\t\t\t\ttmp.push( elem );\n\t\t\t\t\t}\n\t\t\t\t}\n\n\t\t\t\treturn tmp;\n\t\t\t}\n\t\t\treturn results;\n\t\t};\n\n\t// Class\n\tExpr.find[\"CLASS\"] = support.getElementsByClassName && function( className, context ) {\n\t\tif ( typeof context.getElementsByClassName !== \"undefined\" && documentIsHTML ) {\n\t\t\treturn context.getElementsByClassName( className );\n\t\t}\n\t};\n\n\t/* QSA/matchesSelector\n\t---------------------------------------------------------------------- */\n\n\t// QSA and matchesSelector support\n\n\t// matchesSelector(:active) reports false when true (IE9/Opera 11.5)\n\trbuggyMatches = [];\n\n\t// qSa(:focus) reports false when true (Chrome 21)\n\t// We allow this because of a bug in IE8/9 that throws an error\n\t// whenever `document.activeElement` is accessed on an iframe\n\t// So, we allow :focus to pass through QSA all the time to avoid the IE error\n\t// See https://bugs.jquery.com/ticket/13378\n\trbuggyQSA = [];\n\n\tif ( (support.qsa = rnative.test( document.querySelectorAll )) ) {\n\t\t// Build QSA regex\n\t\t// Regex strategy adopted from Diego Perini\n\t\tassert(function( el ) {\n\t\t\t// Select is set to empty string on purpose\n\t\t\t// This is to test IE's treatment of not explicitly\n\t\t\t// setting a boolean content attribute,\n\t\t\t// since its presence should be enough\n\t\t\t// https://bugs.jquery.com/ticket/12359\n\t\t\tdocElem.appendChild( el ).innerHTML = \"<a id='\" + expando + \"'></a>\" +\n\t\t\t\t\"<select id='\" + expando + \"-\\r\\\\' msallowcapture=''>\" +\n\t\t\t\t\"<option selected=''></option></select>\";\n\n\t\t\t// Support: IE8, Opera 11-12.16\n\t\t\t// Nothing should be selected when empty strings follow ^= or $= or *=\n\t\t\t// The test attribute must be unknown in Opera but \"safe\" for WinRT\n\t\t\t// https://msdn.microsoft.com/en-us/library/ie/hh465388.aspx#attribute_section\n\t\t\tif ( el.querySelectorAll(\"[msallowcapture^='']\").length ) {\n\t\t\t\trbuggyQSA.push( \"[*^$]=\" + whitespace + \"*(?:''|\\\"\\\")\" );\n\t\t\t}\n\n\t\t\t// Support: IE8\n\t\t\t// Boolean attributes and \"value\" are not treated correctly\n\t\t\tif ( !el.querySelectorAll(\"[selected]\").length ) {\n\t\t\t\trbuggyQSA.push( \"\\\\[\" + whitespace + \"*(?:value|\" + booleans + \")\" );\n\t\t\t}\n\n\t\t\t// Support: Chrome<29, Android<4.4, Safari<7.0+, iOS<7.0+, PhantomJS<1.9.8+\n\t\t\tif ( !el.querySelectorAll( \"[id~=\" + expando + \"-]\" ).length ) {\n\t\t\t\trbuggyQSA.push(\"~=\");\n\t\t\t}\n\n\t\t\t// Webkit/Opera - :checked should return selected option elements\n\t\t\t// http://www.w3.org/TR/2011/REC-css3-selectors-20110929/#checked\n\t\t\t// IE8 throws error here and will not see later tests\n\t\t\tif ( !el.querySelectorAll(\":checked\").length ) {\n\t\t\t\trbuggyQSA.push(\":checked\");\n\t\t\t}\n\n\t\t\t// Support: Safari 8+, iOS 8+\n\t\t\t// https://bugs.webkit.org/show_bug.cgi?id=136851\n\t\t\t// In-page `selector#id sibling-combinator selector` fails\n\t\t\tif ( !el.querySelectorAll( \"a#\" + expando + \"+*\" ).length ) {\n\t\t\t\trbuggyQSA.push(\".#.+[+~]\");\n\t\t\t}\n\t\t});\n\n\t\tassert(function( el ) {\n\t\t\tel.innerHTML = \"<a href='' disabled='disabled'></a>\" +\n\t\t\t\t\"<select disabled='disabled'><option/></select>\";\n\n\t\t\t// Support: Windows 8 Native Apps\n\t\t\t// The type and name attributes are restricted during .innerHTML assignment\n\t\t\tvar input = document.createElement(\"input\");\n\t\t\tinput.setAttribute( \"type\", \"hidden\" );\n\t\t\tel.appendChild( input ).setAttribute( \"name\", \"D\" );\n\n\t\t\t// Support: IE8\n\t\t\t// Enforce case-sensitivity of name attribute\n\t\t\tif ( el.querySelectorAll(\"[name=d]\").length ) {\n\t\t\t\trbuggyQSA.push( \"name\" + whitespace + \"*[*^$|!~]?=\" );\n\t\t\t}\n\n\t\t\t// FF 3.5 - :enabled/:disabled and hidden elements (hidden elements are still enabled)\n\t\t\t// IE8 throws error here and will not see later tests\n\t\t\tif ( el.querySelectorAll(\":enabled\").length !== 2 ) {\n\t\t\t\trbuggyQSA.push( \":enabled\", \":disabled\" );\n\t\t\t}\n\n\t\t\t// Support: IE9-11+\n\t\t\t// IE's :disabled selector does not pick up the children of disabled fieldsets\n\t\t\tdocElem.appendChild( el ).disabled = true;\n\t\t\tif ( el.querySelectorAll(\":disabled\").length !== 2 ) {\n\t\t\t\trbuggyQSA.push( \":enabled\", \":disabled\" );\n\t\t\t}\n\n\t\t\t// Opera 10-11 does not throw on post-comma invalid pseudos\n\t\t\tel.querySelectorAll(\"*,:x\");\n\t\t\trbuggyQSA.push(\",.*:\");\n\t\t});\n\t}\n\n\tif ( (support.matchesSelector = rnative.test( (matches = docElem.matches ||\n\t\tdocElem.webkitMatchesSelector ||\n\t\tdocElem.mozMatchesSelector ||\n\t\tdocElem.oMatchesSelector ||\n\t\tdocElem.msMatchesSelector) )) ) {\n\n\t\tassert(function( el ) {\n\t\t\t// Check to see if it's possible to do matchesSelector\n\t\t\t// on a disconnected node (IE 9)\n\t\t\tsupport.disconnectedMatch = matches.call( el, \"*\" );\n\n\t\t\t// This should fail with an exception\n\t\t\t// Gecko does not error, returns false instead\n\t\t\tmatches.call( el, \"[s!='']:x\" );\n\t\t\trbuggyMatches.push( \"!=\", pseudos );\n\t\t});\n\t}\n\n\trbuggyQSA = rbuggyQSA.length && new RegExp( rbuggyQSA.join(\"|\") );\n\trbuggyMatches = rbuggyMatches.length && new RegExp( rbuggyMatches.join(\"|\") );\n\n\t/* Contains\n\t---------------------------------------------------------------------- */\n\thasCompare = rnative.test( docElem.compareDocumentPosition );\n\n\t// Element contains another\n\t// Purposefully self-exclusive\n\t// As in, an element does not contain itself\n\tcontains = hasCompare || rnative.test( docElem.contains ) ?\n\t\tfunction( a, b ) {\n\t\t\tvar adown = a.nodeType === 9 ? a.documentElement : a,\n\t\t\t\tbup = b && b.parentNode;\n\t\t\treturn a === bup || !!( bup && bup.nodeType === 1 && (\n\t\t\t\tadown.contains ?\n\t\t\t\t\tadown.contains( bup ) :\n\t\t\t\t\ta.compareDocumentPosition && a.compareDocumentPosition( bup ) & 16\n\t\t\t));\n\t\t} :\n\t\tfunction( a, b ) {\n\t\t\tif ( b ) {\n\t\t\t\twhile ( (b = b.parentNode) ) {\n\t\t\t\t\tif ( b === a ) {\n\t\t\t\t\t\treturn true;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t\treturn false;\n\t\t};\n\n\t/* Sorting\n\t---------------------------------------------------------------------- */\n\n\t// Document order sorting\n\tsortOrder = hasCompare ?\n\tfunction( a, b ) {\n\n\t\t// Flag for duplicate removal\n\t\tif ( a === b ) {\n\t\t\thasDuplicate = true;\n\t\t\treturn 0;\n\t\t}\n\n\t\t// Sort on method existence if only one input has compareDocumentPosition\n\t\tvar compare = !a.compareDocumentPosition - !b.compareDocumentPosition;\n\t\tif ( compare ) {\n\t\t\treturn compare;\n\t\t}\n\n\t\t// Calculate position if both inputs belong to the same document\n\t\tcompare = ( a.ownerDocument || a ) === ( b.ownerDocument || b ) ?\n\t\t\ta.compareDocumentPosition( b ) :\n\n\t\t\t// Otherwise we know they are disconnected\n\t\t\t1;\n\n\t\t// Disconnected nodes\n\t\tif ( compare & 1 ||\n\t\t\t(!support.sortDetached && b.compareDocumentPosition( a ) === compare) ) {\n\n\t\t\t// Choose the first element that is related to our preferred document\n\t\t\tif ( a === document || a.ownerDocument === preferredDoc && contains(preferredDoc, a) ) {\n\t\t\t\treturn -1;\n\t\t\t}\n\t\t\tif ( b === document || b.ownerDocument === preferredDoc && contains(preferredDoc, b) ) {\n\t\t\t\treturn 1;\n\t\t\t}\n\n\t\t\t// Maintain original order\n\t\t\treturn sortInput ?\n\t\t\t\t( indexOf( sortInput, a ) - indexOf( sortInput, b ) ) :\n\t\t\t\t0;\n\t\t}\n\n\t\treturn compare & 4 ? -1 : 1;\n\t} :\n\tfunction( a, b ) {\n\t\t// Exit early if the nodes are identical\n\t\tif ( a === b ) {\n\t\t\thasDuplicate = true;\n\t\t\treturn 0;\n\t\t}\n\n\t\tvar cur,\n\t\t\ti = 0,\n\t\t\taup = a.parentNode,\n\t\t\tbup = b.parentNode,\n\t\t\tap = [ a ],\n\t\t\tbp = [ b ];\n\n\t\t// Parentless nodes are either documents or disconnected\n\t\tif ( !aup || !bup ) {\n\t\t\treturn a === document ? -1 :\n\t\t\t\tb === document ? 1 :\n\t\t\t\taup ? -1 :\n\t\t\t\tbup ? 1 :\n\t\t\t\tsortInput ?\n\t\t\t\t( indexOf( sortInput, a ) - indexOf( sortInput, b ) ) :\n\t\t\t\t0;\n\n\t\t// If the nodes are siblings, we can do a quick check\n\t\t} else if ( aup === bup ) {\n\t\t\treturn siblingCheck( a, b );\n\t\t}\n\n\t\t// Otherwise we need full lists of their ancestors for comparison\n\t\tcur = a;\n\t\twhile ( (cur = cur.parentNode) ) {\n\t\t\tap.unshift( cur );\n\t\t}\n\t\tcur = b;\n\t\twhile ( (cur = cur.parentNode) ) {\n\t\t\tbp.unshift( cur );\n\t\t}\n\n\t\t// Walk down the tree looking for a discrepancy\n\t\twhile ( ap[i] === bp[i] ) {\n\t\t\ti++;\n\t\t}\n\n\t\treturn i ?\n\t\t\t// Do a sibling check if the nodes have a common ancestor\n\t\t\tsiblingCheck( ap[i], bp[i] ) :\n\n\t\t\t// Otherwise nodes in our document sort first\n\t\t\tap[i] === preferredDoc ? -1 :\n\t\t\tbp[i] === preferredDoc ? 1 :\n\t\t\t0;\n\t};\n\n\treturn document;\n};\n\nSizzle.matches = function( expr, elements ) {\n\treturn Sizzle( expr, null, null, elements );\n};\n\nSizzle.matchesSelector = function( elem, expr ) {\n\t// Set document vars if needed\n\tif ( ( elem.ownerDocument || elem ) !== document ) {\n\t\tsetDocument( elem );\n\t}\n\n\t// Make sure that attribute selectors are quoted\n\texpr = expr.replace( rattributeQuotes, \"='$1']\" );\n\n\tif ( support.matchesSelector && documentIsHTML &&\n\t\t!compilerCache[ expr + \" \" ] &&\n\t\t( !rbuggyMatches || !rbuggyMatches.test( expr ) ) &&\n\t\t( !rbuggyQSA || !rbuggyQSA.test( expr ) ) ) {\n\n\t\ttry {\n\t\t\tvar ret = matches.call( elem, expr );\n\n\t\t\t// IE 9's matchesSelector returns false on disconnected nodes\n\t\t\tif ( ret || support.disconnectedMatch ||\n\t\t\t\t\t// As well, disconnected nodes are said to be in a document\n\t\t\t\t\t// fragment in IE 9\n\t\t\t\t\telem.document && elem.document.nodeType !== 11 ) {\n\t\t\t\treturn ret;\n\t\t\t}\n\t\t} catch (e) {}\n\t}\n\n\treturn Sizzle( expr, document, null, [ elem ] ).length > 0;\n};\n\nSizzle.contains = function( context, elem ) {\n\t// Set document vars if needed\n\tif ( ( context.ownerDocument || context ) !== document ) {\n\t\tsetDocument( context );\n\t}\n\treturn contains( context, elem );\n};\n\nSizzle.attr = function( elem, name ) {\n\t// Set document vars if needed\n\tif ( ( elem.ownerDocument || elem ) !== document ) {\n\t\tsetDocument( elem );\n\t}\n\n\tvar fn = Expr.attrHandle[ name.toLowerCase() ],\n\t\t// Don't get fooled by Object.prototype properties (jQuery #13807)\n\t\tval = fn && hasOwn.call( Expr.attrHandle, name.toLowerCase() ) ?\n\t\t\tfn( elem, name, !documentIsHTML ) :\n\t\t\tundefined;\n\n\treturn val !== undefined ?\n\t\tval :\n\t\tsupport.attributes || !documentIsHTML ?\n\t\t\telem.getAttribute( name ) :\n\t\t\t(val = elem.getAttributeNode(name)) && val.specified ?\n\t\t\t\tval.value :\n\t\t\t\tnull;\n};\n\nSizzle.escape = function( sel ) {\n\treturn (sel + \"\").replace( rcssescape, fcssescape );\n};\n\nSizzle.error = function( msg ) {\n\tthrow new Error( \"Syntax error, unrecognized expression: \" + msg );\n};\n\n/**\n * Document sorting and removing duplicates\n * @param {ArrayLike} results\n */\nSizzle.uniqueSort = function( results ) {\n\tvar elem,\n\t\tduplicates = [],\n\t\tj = 0,\n\t\ti = 0;\n\n\t// Unless we *know* we can detect duplicates, assume their presence\n\thasDuplicate = !support.detectDuplicates;\n\tsortInput = !support.sortStable && results.slice( 0 );\n\tresults.sort( sortOrder );\n\n\tif ( hasDuplicate ) {\n\t\twhile ( (elem = results[i++]) ) {\n\t\t\tif ( elem === results[ i ] ) {\n\t\t\t\tj = duplicates.push( i );\n\t\t\t}\n\t\t}\n\t\twhile ( j-- ) {\n\t\t\tresults.splice( duplicates[ j ], 1 );\n\t\t}\n\t}\n\n\t// Clear input after sorting to release objects\n\t// See https://github.com/jquery/sizzle/pull/225\n\tsortInput = null;\n\n\treturn results;\n};\n\n/**\n * Utility function for retrieving the text value of an array of DOM nodes\n * @param {Array|Element} elem\n */\ngetText = Sizzle.getText = function( elem ) {\n\tvar node,\n\t\tret = \"\",\n\t\ti = 0,\n\t\tnodeType = elem.nodeType;\n\n\tif ( !nodeType ) {\n\t\t// If no nodeType, this is expected to be an array\n\t\twhile ( (node = elem[i++]) ) {\n\t\t\t// Do not traverse comment nodes\n\t\t\tret += getText( node );\n\t\t}\n\t} else if ( nodeType === 1 || nodeType === 9 || nodeType === 11 ) {\n\t\t// Use textContent for elements\n\t\t// innerText usage removed for consistency of new lines (jQuery #11153)\n\t\tif ( typeof elem.textContent === \"string\" ) {\n\t\t\treturn elem.textContent;\n\t\t} else {\n\t\t\t// Traverse its children\n\t\t\tfor ( elem = elem.firstChild; elem; elem = elem.nextSibling ) {\n\t\t\t\tret += getText( elem );\n\t\t\t}\n\t\t}\n\t} else if ( nodeType === 3 || nodeType === 4 ) {\n\t\treturn elem.nodeValue;\n\t}\n\t// Do not include comment or processing instruction nodes\n\n\treturn ret;\n};\n\nExpr = Sizzle.selectors = {\n\n\t// Can be adjusted by the user\n\tcacheLength: 50,\n\n\tcreatePseudo: markFunction,\n\n\tmatch: matchExpr,\n\n\tattrHandle: {},\n\n\tfind: {},\n\n\trelative: {\n\t\t\">\": { dir: \"parentNode\", first: true },\n\t\t\" \": { dir: \"parentNode\" },\n\t\t\"+\": { dir: \"previousSibling\", first: true },\n\t\t\"~\": { dir: \"previousSibling\" }\n\t},\n\n\tpreFilter: {\n\t\t\"ATTR\": function( match ) {\n\t\t\tmatch[1] = match[1].replace( runescape, funescape );\n\n\t\t\t// Move the given value to match[3] whether quoted or unquoted\n\t\t\tmatch[3] = ( match[3] || match[4] || match[5] || \"\" ).replace( runescape, funescape );\n\n\t\t\tif ( match[2] === \"~=\" ) {\n\t\t\t\tmatch[3] = \" \" + match[3] + \" \";\n\t\t\t}\n\n\t\t\treturn match.slice( 0, 4 );\n\t\t},\n\n\t\t\"CHILD\": function( match ) {\n\t\t\t/* matches from matchExpr[\"CHILD\"]\n\t\t\t\t1 type (only|nth|...)\n\t\t\t\t2 what (child|of-type)\n\t\t\t\t3 argument (even|odd|\\d*|\\d*n([+-]\\d+)?|...)\n\t\t\t\t4 xn-component of xn+y argument ([+-]?\\d*n|)\n\t\t\t\t5 sign of xn-component\n\t\t\t\t6 x of xn-component\n\t\t\t\t7 sign of y-component\n\t\t\t\t8 y of y-component\n\t\t\t*/\n\t\t\tmatch[1] = match[1].toLowerCase();\n\n\t\t\tif ( match[1].slice( 0, 3 ) === \"nth\" ) {\n\t\t\t\t// nth-* requires argument\n\t\t\t\tif ( !match[3] ) {\n\t\t\t\t\tSizzle.error( match[0] );\n\t\t\t\t}\n\n\t\t\t\t// numeric x and y parameters for Expr.filter.CHILD\n\t\t\t\t// remember that false/true cast respectively to 0/1\n\t\t\t\tmatch[4] = +( match[4] ? match[5] + (match[6] || 1) : 2 * ( match[3] === \"even\" || match[3] === \"odd\" ) );\n\t\t\t\tmatch[5] = +( ( match[7] + match[8] ) || match[3] === \"odd\" );\n\n\t\t\t// other types prohibit arguments\n\t\t\t} else if ( match[3] ) {\n\t\t\t\tSizzle.error( match[0] );\n\t\t\t}\n\n\t\t\treturn match;\n\t\t},\n\n\t\t\"PSEUDO\": function( match ) {\n\t\t\tvar excess,\n\t\t\t\tunquoted = !match[6] && match[2];\n\n\t\t\tif ( matchExpr[\"CHILD\"].test( match[0] ) ) {\n\t\t\t\treturn null;\n\t\t\t}\n\n\t\t\t// Accept quoted arguments as-is\n\t\t\tif ( match[3] ) {\n\t\t\t\tmatch[2] = match[4] || match[5] || \"\";\n\n\t\t\t// Strip excess characters from unquoted arguments\n\t\t\t} else if ( unquoted && rpseudo.test( unquoted ) &&\n\t\t\t\t// Get excess from tokenize (recursively)\n\t\t\t\t(excess = tokenize( unquoted, true )) &&\n\t\t\t\t// advance to the next closing parenthesis\n\t\t\t\t(excess = unquoted.indexOf( \")\", unquoted.length - excess ) - unquoted.length) ) {\n\n\t\t\t\t// excess is a negative index\n\t\t\t\tmatch[0] = match[0].slice( 0, excess );\n\t\t\t\tmatch[2] = unquoted.slice( 0, excess );\n\t\t\t}\n\n\t\t\t// Return only captures needed by the pseudo filter method (type and argument)\n\t\t\treturn match.slice( 0, 3 );\n\t\t}\n\t},\n\n\tfilter: {\n\n\t\t\"TAG\": function( nodeNameSelector ) {\n\t\t\tvar nodeName = nodeNameSelector.replace( runescape, funescape ).toLowerCase();\n\t\t\treturn nodeNameSelector === \"*\" ?\n\t\t\t\tfunction() { return true; } :\n\t\t\t\tfunction( elem ) {\n\t\t\t\t\treturn elem.nodeName && elem.nodeName.toLowerCase() === nodeName;\n\t\t\t\t};\n\t\t},\n\n\t\t\"CLASS\": function( className ) {\n\t\t\tvar pattern = classCache[ className + \" \" ];\n\n\t\t\treturn pattern ||\n\t\t\t\t(pattern = new RegExp( \"(^|\" + whitespace + \")\" + className + \"(\" + whitespace + \"|$)\" )) &&\n\t\t\t\tclassCache( className, function( elem ) {\n\t\t\t\t\treturn pattern.test( typeof elem.className === \"string\" && elem.className || typeof elem.getAttribute !== \"undefined\" && elem.getAttribute(\"class\") || \"\" );\n\t\t\t\t});\n\t\t},\n\n\t\t\"ATTR\": function( name, operator, check ) {\n\t\t\treturn function( elem ) {\n\t\t\t\tvar result = Sizzle.attr( elem, name );\n\n\t\t\t\tif ( result == null ) {\n\t\t\t\t\treturn operator === \"!=\";\n\t\t\t\t}\n\t\t\t\tif ( !operator ) {\n\t\t\t\t\treturn true;\n\t\t\t\t}\n\n\t\t\t\tresult += \"\";\n\n\t\t\t\treturn operator === \"=\" ? result === check :\n\t\t\t\t\toperator === \"!=\" ? result !== check :\n\t\t\t\t\toperator === \"^=\" ? check && result.indexOf( check ) === 0 :\n\t\t\t\t\toperator === \"*=\" ? check && result.indexOf( check ) > -1 :\n\t\t\t\t\toperator === \"$=\" ? check && result.slice( -check.length ) === check :\n\t\t\t\t\toperator === \"~=\" ? ( \" \" + result.replace( rwhitespace, \" \" ) + \" \" ).indexOf( check ) > -1 :\n\t\t\t\t\toperator === \"|=\" ? result === check || result.slice( 0, check.length + 1 ) === check + \"-\" :\n\t\t\t\t\tfalse;\n\t\t\t};\n\t\t},\n\n\t\t\"CHILD\": function( type, what, argument, first, last ) {\n\t\t\tvar simple = type.slice( 0, 3 ) !== \"nth\",\n\t\t\t\tforward = type.slice( -4 ) !== \"last\",\n\t\t\t\tofType = what === \"of-type\";\n\n\t\t\treturn first === 1 && last === 0 ?\n\n\t\t\t\t// Shortcut for :nth-*(n)\n\t\t\t\tfunction( elem ) {\n\t\t\t\t\treturn !!elem.parentNode;\n\t\t\t\t} :\n\n\t\t\t\tfunction( elem, context, xml ) {\n\t\t\t\t\tvar cache, uniqueCache, outerCache, node, nodeIndex, start,\n\t\t\t\t\t\tdir = simple !== forward ? \"nextSibling\" : \"previousSibling\",\n\t\t\t\t\t\tparent = elem.parentNode,\n\t\t\t\t\t\tname = ofType && elem.nodeName.toLowerCase(),\n\t\t\t\t\t\tuseCache = !xml && !ofType,\n\t\t\t\t\t\tdiff = false;\n\n\t\t\t\t\tif ( parent ) {\n\n\t\t\t\t\t\t// :(first|last|only)-(child|of-type)\n\t\t\t\t\t\tif ( simple ) {\n\t\t\t\t\t\t\twhile ( dir ) {\n\t\t\t\t\t\t\t\tnode = elem;\n\t\t\t\t\t\t\t\twhile ( (node = node[ dir ]) ) {\n\t\t\t\t\t\t\t\t\tif ( ofType ?\n\t\t\t\t\t\t\t\t\t\tnode.nodeName.toLowerCase() === name :\n\t\t\t\t\t\t\t\t\t\tnode.nodeType === 1 ) {\n\n\t\t\t\t\t\t\t\t\t\treturn false;\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t// Reverse direction for :only-* (if we haven't yet done so)\n\t\t\t\t\t\t\t\tstart = dir = type === \"only\" && !start && \"nextSibling\";\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\treturn true;\n\t\t\t\t\t\t}\n\n\t\t\t\t\t\tstart = [ forward ? parent.firstChild : parent.lastChild ];\n\n\t\t\t\t\t\t// non-xml :nth-child(...) stores cache data on `parent`\n\t\t\t\t\t\tif ( forward && useCache ) {\n\n\t\t\t\t\t\t\t// Seek `elem` from a previously-cached index\n\n\t\t\t\t\t\t\t// ...in a gzip-friendly way\n\t\t\t\t\t\t\tnode = parent;\n\t\t\t\t\t\t\touterCache = node[ expando ] || (node[ expando ] = {});\n\n\t\t\t\t\t\t\t// Support: IE <9 only\n\t\t\t\t\t\t\t// Defend against cloned attroperties (jQuery gh-1709)\n\t\t\t\t\t\t\tuniqueCache = outerCache[ node.uniqueID ] ||\n\t\t\t\t\t\t\t\t(outerCache[ node.uniqueID ] = {});\n\n\t\t\t\t\t\t\tcache = uniqueCache[ type ] || [];\n\t\t\t\t\t\t\tnodeIndex = cache[ 0 ] === dirruns && cache[ 1 ];\n\t\t\t\t\t\t\tdiff = nodeIndex && cache[ 2 ];\n\t\t\t\t\t\t\tnode = nodeIndex && parent.childNodes[ nodeIndex ];\n\n\t\t\t\t\t\t\twhile ( (node = ++nodeIndex && node && node[ dir ] ||\n\n\t\t\t\t\t\t\t\t// Fallback to seeking `elem` from the start\n\t\t\t\t\t\t\t\t(diff = nodeIndex = 0) || start.pop()) ) {\n\n\t\t\t\t\t\t\t\t// When found, cache indexes on `parent` and break\n\t\t\t\t\t\t\t\tif ( node.nodeType === 1 && ++diff && node === elem ) {\n\t\t\t\t\t\t\t\t\tuniqueCache[ type ] = [ dirruns, nodeIndex, diff ];\n\t\t\t\t\t\t\t\t\tbreak;\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t}\n\n\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t// Use previously-cached element index if available\n\t\t\t\t\t\t\tif ( useCache ) {\n\t\t\t\t\t\t\t\t// ...in a gzip-friendly way\n\t\t\t\t\t\t\t\tnode = elem;\n\t\t\t\t\t\t\t\touterCache = node[ expando ] || (node[ expando ] = {});\n\n\t\t\t\t\t\t\t\t// Support: IE <9 only\n\t\t\t\t\t\t\t\t// Defend against cloned attroperties (jQuery gh-1709)\n\t\t\t\t\t\t\t\tuniqueCache = outerCache[ node.uniqueID ] ||\n\t\t\t\t\t\t\t\t\t(outerCache[ node.uniqueID ] = {});\n\n\t\t\t\t\t\t\t\tcache = uniqueCache[ type ] || [];\n\t\t\t\t\t\t\t\tnodeIndex = cache[ 0 ] === dirruns && cache[ 1 ];\n\t\t\t\t\t\t\t\tdiff = nodeIndex;\n\t\t\t\t\t\t\t}\n\n\t\t\t\t\t\t\t// xml :nth-child(...)\n\t\t\t\t\t\t\t// or :nth-last-child(...) or :nth(-last)?-of-type(...)\n\t\t\t\t\t\t\tif ( diff === false ) {\n\t\t\t\t\t\t\t\t// Use the same loop as above to seek `elem` from the start\n\t\t\t\t\t\t\t\twhile ( (node = ++nodeIndex && node && node[ dir ] ||\n\t\t\t\t\t\t\t\t\t(diff = nodeIndex = 0) || start.pop()) ) {\n\n\t\t\t\t\t\t\t\t\tif ( ( ofType ?\n\t\t\t\t\t\t\t\t\t\tnode.nodeName.toLowerCase() === name :\n\t\t\t\t\t\t\t\t\t\tnode.nodeType === 1 ) &&\n\t\t\t\t\t\t\t\t\t\t++diff ) {\n\n\t\t\t\t\t\t\t\t\t\t// Cache the index of each encountered element\n\t\t\t\t\t\t\t\t\t\tif ( useCache ) {\n\t\t\t\t\t\t\t\t\t\t\touterCache = node[ expando ] || (node[ expando ] = {});\n\n\t\t\t\t\t\t\t\t\t\t\t// Support: IE <9 only\n\t\t\t\t\t\t\t\t\t\t\t// Defend against cloned attroperties (jQuery gh-1709)\n\t\t\t\t\t\t\t\t\t\t\tuniqueCache = outerCache[ node.uniqueID ] ||\n\t\t\t\t\t\t\t\t\t\t\t\t(outerCache[ node.uniqueID ] = {});\n\n\t\t\t\t\t\t\t\t\t\t\tuniqueCache[ type ] = [ dirruns, diff ];\n\t\t\t\t\t\t\t\t\t\t}\n\n\t\t\t\t\t\t\t\t\t\tif ( node === elem ) {\n\t\t\t\t\t\t\t\t\t\t\tbreak;\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\n\t\t\t\t\t\t// Incorporate the offset, then check against cycle size\n\t\t\t\t\t\tdiff -= last;\n\t\t\t\t\t\treturn diff === first || ( diff % first === 0 && diff / first >= 0 );\n\t\t\t\t\t}\n\t\t\t\t};\n\t\t},\n\n\t\t\"PSEUDO\": function( pseudo, argument ) {\n\t\t\t// pseudo-class names are case-insensitive\n\t\t\t// http://www.w3.org/TR/selectors/#pseudo-classes\n\t\t\t// Prioritize by case sensitivity in case custom pseudos are added with uppercase letters\n\t\t\t// Remember that setFilters inherits from pseudos\n\t\t\tvar args,\n\t\t\t\tfn = Expr.pseudos[ pseudo ] || Expr.setFilters[ pseudo.toLowerCase() ] ||\n\t\t\t\t\tSizzle.error( \"unsupported pseudo: \" + pseudo );\n\n\t\t\t// The user may use createPseudo to indicate that\n\t\t\t// arguments are needed to create the filter function\n\t\t\t// just as Sizzle does\n\t\t\tif ( fn[ expando ] ) {\n\t\t\t\treturn fn( argument );\n\t\t\t}\n\n\t\t\t// But maintain support for old signatures\n\t\t\tif ( fn.length > 1 ) {\n\t\t\t\targs = [ pseudo, pseudo, \"\", argument ];\n\t\t\t\treturn Expr.setFilters.hasOwnProperty( pseudo.toLowerCase() ) ?\n\t\t\t\t\tmarkFunction(function( seed, matches ) {\n\t\t\t\t\t\tvar idx,\n\t\t\t\t\t\t\tmatched = fn( seed, argument ),\n\t\t\t\t\t\t\ti = matched.length;\n\t\t\t\t\t\twhile ( i-- ) {\n\t\t\t\t\t\t\tidx = indexOf( seed, matched[i] );\n\t\t\t\t\t\t\tseed[ idx ] = !( matches[ idx ] = matched[i] );\n\t\t\t\t\t\t}\n\t\t\t\t\t}) :\n\t\t\t\t\tfunction( elem ) {\n\t\t\t\t\t\treturn fn( elem, 0, args );\n\t\t\t\t\t};\n\t\t\t}\n\n\t\t\treturn fn;\n\t\t}\n\t},\n\n\tpseudos: {\n\t\t// Potentially complex pseudos\n\t\t\"not\": markFunction(function( selector ) {\n\t\t\t// Trim the selector passed to compile\n\t\t\t// to avoid treating leading and trailing\n\t\t\t// spaces as combinators\n\t\t\tvar input = [],\n\t\t\t\tresults = [],\n\t\t\t\tmatcher = compile( selector.replace( rtrim, \"$1\" ) );\n\n\t\t\treturn matcher[ expando ] ?\n\t\t\t\tmarkFunction(function( seed, matches, context, xml ) {\n\t\t\t\t\tvar elem,\n\t\t\t\t\t\tunmatched = matcher( seed, null, xml, [] ),\n\t\t\t\t\t\ti = seed.length;\n\n\t\t\t\t\t// Match elements unmatched by `matcher`\n\t\t\t\t\twhile ( i-- ) {\n\t\t\t\t\t\tif ( (elem = unmatched[i]) ) {\n\t\t\t\t\t\t\tseed[i] = !(matches[i] = elem);\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}) :\n\t\t\t\tfunction( elem, context, xml ) {\n\t\t\t\t\tinput[0] = elem;\n\t\t\t\t\tmatcher( input, null, xml, results );\n\t\t\t\t\t// Don't keep the element (issue #299)\n\t\t\t\t\tinput[0] = null;\n\t\t\t\t\treturn !results.pop();\n\t\t\t\t};\n\t\t}),\n\n\t\t\"has\": markFunction(function( selector ) {\n\t\t\treturn function( elem ) {\n\t\t\t\treturn Sizzle( selector, elem ).length > 0;\n\t\t\t};\n\t\t}),\n\n\t\t\"contains\": markFunction(function( text ) {\n\t\t\ttext = text.replace( runescape, funescape );\n\t\t\treturn function( elem ) {\n\t\t\t\treturn ( elem.textContent || elem.innerText || getText( elem ) ).indexOf( text ) > -1;\n\t\t\t};\n\t\t}),\n\n\t\t// \"Whether an element is represented by a :lang() selector\n\t\t// is based solely on the element's language value\n\t\t// being equal to the identifier C,\n\t\t// or beginning with the identifier C immediately followed by \"-\".\n\t\t// The matching of C against the element's language value is performed case-insensitively.\n\t\t// The identifier C does not have to be a valid language name.\"\n\t\t// http://www.w3.org/TR/selectors/#lang-pseudo\n\t\t\"lang\": markFunction( function( lang ) {\n\t\t\t// lang value must be a valid identifier\n\t\t\tif ( !ridentifier.test(lang || \"\") ) {\n\t\t\t\tSizzle.error( \"unsupported lang: \" + lang );\n\t\t\t}\n\t\t\tlang = lang.replace( runescape, funescape ).toLowerCase();\n\t\t\treturn function( elem ) {\n\t\t\t\tvar elemLang;\n\t\t\t\tdo {\n\t\t\t\t\tif ( (elemLang = documentIsHTML ?\n\t\t\t\t\t\telem.lang :\n\t\t\t\t\t\telem.getAttribute(\"xml:lang\") || elem.getAttribute(\"lang\")) ) {\n\n\t\t\t\t\t\telemLang = elemLang.toLowerCase();\n\t\t\t\t\t\treturn elemLang === lang || elemLang.indexOf( lang + \"-\" ) === 0;\n\t\t\t\t\t}\n\t\t\t\t} while ( (elem = elem.parentNode) && elem.nodeType === 1 );\n\t\t\t\treturn false;\n\t\t\t};\n\t\t}),\n\n\t\t// Miscellaneous\n\t\t\"target\": function( elem ) {\n\t\t\tvar hash = window.location && window.location.hash;\n\t\t\treturn hash && hash.slice( 1 ) === elem.id;\n\t\t},\n\n\t\t\"root\": function( elem ) {\n\t\t\treturn elem === docElem;\n\t\t},\n\n\t\t\"focus\": function( elem ) {\n\t\t\treturn elem === document.activeElement && (!document.hasFocus || document.hasFocus()) && !!(elem.type || elem.href || ~elem.tabIndex);\n\t\t},\n\n\t\t// Boolean properties\n\t\t\"enabled\": createDisabledPseudo( false ),\n\t\t\"disabled\": createDisabledPseudo( true ),\n\n\t\t\"checked\": function( elem ) {\n\t\t\t// In CSS3, :checked should return both checked and selected elements\n\t\t\t// http://www.w3.org/TR/2011/REC-css3-selectors-20110929/#checked\n\t\t\tvar nodeName = elem.nodeName.toLowerCase();\n\t\t\treturn (nodeName === \"input\" && !!elem.checked) || (nodeName === \"option\" && !!elem.selected);\n\t\t},\n\n\t\t\"selected\": function( elem ) {\n\t\t\t// Accessing this property makes selected-by-default\n\t\t\t// options in Safari work properly\n\t\t\tif ( elem.parentNode ) {\n\t\t\t\telem.parentNode.selectedIndex;\n\t\t\t}\n\n\t\t\treturn elem.selected === true;\n\t\t},\n\n\t\t// Contents\n\t\t\"empty\": function( elem ) {\n\t\t\t// http://www.w3.org/TR/selectors/#empty-pseudo\n\t\t\t// :empty is negated by element (1) or content nodes (text: 3; cdata: 4; entity ref: 5),\n\t\t\t// but not by others (comment: 8; processing instruction: 7; etc.)\n\t\t\t// nodeType < 6 works because attributes (2) do not appear as children\n\t\t\tfor ( elem = elem.firstChild; elem; elem = elem.nextSibling ) {\n\t\t\t\tif ( elem.nodeType < 6 ) {\n\t\t\t\t\treturn false;\n\t\t\t\t}\n\t\t\t}\n\t\t\treturn true;\n\t\t},\n\n\t\t\"parent\": function( elem ) {\n\t\t\treturn !Expr.pseudos[\"empty\"]( elem );\n\t\t},\n\n\t\t// Element/input types\n\t\t\"header\": function( elem ) {\n\t\t\treturn rheader.test( elem.nodeName );\n\t\t},\n\n\t\t\"input\": function( elem ) {\n\t\t\treturn rinputs.test( elem.nodeName );\n\t\t},\n\n\t\t\"button\": function( elem ) {\n\t\t\tvar name = elem.nodeName.toLowerCase();\n\t\t\treturn name === \"input\" && elem.type === \"button\" || name === \"button\";\n\t\t},\n\n\t\t\"text\": function( elem ) {\n\t\t\tvar attr;\n\t\t\treturn elem.nodeName.toLowerCase() === \"input\" &&\n\t\t\t\telem.type === \"text\" &&\n\n\t\t\t\t// Support: IE<8\n\t\t\t\t// New HTML5 attribute values (e.g., \"search\") appear with elem.type === \"text\"\n\t\t\t\t( (attr = elem.getAttribute(\"type\")) == null || attr.toLowerCase() === \"text\" );\n\t\t},\n\n\t\t// Position-in-collection\n\t\t\"first\": createPositionalPseudo(function() {\n\t\t\treturn [ 0 ];\n\t\t}),\n\n\t\t\"last\": createPositionalPseudo(function( matchIndexes, length ) {\n\t\t\treturn [ length - 1 ];\n\t\t}),\n\n\t\t\"eq\": createPositionalPseudo(function( matchIndexes, length, argument ) {\n\t\t\treturn [ argument < 0 ? argument + length : argument ];\n\t\t}),\n\n\t\t\"even\": createPositionalPseudo(function( matchIndexes, length ) {\n\t\t\tvar i = 0;\n\t\t\tfor ( ; i < length; i += 2 ) {\n\t\t\t\tmatchIndexes.push( i );\n\t\t\t}\n\t\t\treturn matchIndexes;\n\t\t}),\n\n\t\t\"odd\": createPositionalPseudo(function( matchIndexes, length ) {\n\t\t\tvar i = 1;\n\t\t\tfor ( ; i < length; i += 2 ) {\n\t\t\t\tmatchIndexes.push( i );\n\t\t\t}\n\t\t\treturn matchIndexes;\n\t\t}),\n\n\t\t\"lt\": createPositionalPseudo(function( matchIndexes, length, argument ) {\n\t\t\tvar i = argument < 0 ? argument + length : argument;\n\t\t\tfor ( ; --i >= 0; ) {\n\t\t\t\tmatchIndexes.push( i );\n\t\t\t}\n\t\t\treturn matchIndexes;\n\t\t}),\n\n\t\t\"gt\": createPositionalPseudo(function( matchIndexes, length, argument ) {\n\t\t\tvar i = argument < 0 ? argument + length : argument;\n\t\t\tfor ( ; ++i < length; ) {\n\t\t\t\tmatchIndexes.push( i );\n\t\t\t}\n\t\t\treturn matchIndexes;\n\t\t})\n\t}\n};\n\nExpr.pseudos[\"nth\"] = Expr.pseudos[\"eq\"];\n\n// Add button/input type pseudos\nfor ( i in { radio: true, checkbox: true, file: true, password: true, image: true } ) {\n\tExpr.pseudos[ i ] = createInputPseudo( i );\n}\nfor ( i in { submit: true, reset: true } ) {\n\tExpr.pseudos[ i ] = createButtonPseudo( i );\n}\n\n// Easy API for creating new setFilters\nfunction setFilters() {}\nsetFilters.prototype = Expr.filters = Expr.pseudos;\nExpr.setFilters = new setFilters();\n\ntokenize = Sizzle.tokenize = function( selector, parseOnly ) {\n\tvar matched, match, tokens, type,\n\t\tsoFar, groups, preFilters,\n\t\tcached = tokenCache[ selector + \" \" ];\n\n\tif ( cached ) {\n\t\treturn parseOnly ? 0 : cached.slice( 0 );\n\t}\n\n\tsoFar = selector;\n\tgroups = [];\n\tpreFilters = Expr.preFilter;\n\n\twhile ( soFar ) {\n\n\t\t// Comma and first run\n\t\tif ( !matched || (match = rcomma.exec( soFar )) ) {\n\t\t\tif ( match ) {\n\t\t\t\t// Don't consume trailing commas as valid\n\t\t\t\tsoFar = soFar.slice( match[0].length ) || soFar;\n\t\t\t}\n\t\t\tgroups.push( (tokens = []) );\n\t\t}\n\n\t\tmatched = false;\n\n\t\t// Combinators\n\t\tif ( (match = rcombinators.exec( soFar )) ) {\n\t\t\tmatched = match.shift();\n\t\t\ttokens.push({\n\t\t\t\tvalue: matched,\n\t\t\t\t// Cast descendant combinators to space\n\t\t\t\ttype: match[0].replace( rtrim, \" \" )\n\t\t\t});\n\t\t\tsoFar = soFar.slice( matched.length );\n\t\t}\n\n\t\t// Filters\n\t\tfor ( type in Expr.filter ) {\n\t\t\tif ( (match = matchExpr[ type ].exec( soFar )) && (!preFilters[ type ] ||\n\t\t\t\t(match = preFilters[ type ]( match ))) ) {\n\t\t\t\tmatched = match.shift();\n\t\t\t\ttokens.push({\n\t\t\t\t\tvalue: matched,\n\t\t\t\t\ttype: type,\n\t\t\t\t\tmatches: match\n\t\t\t\t});\n\t\t\t\tsoFar = soFar.slice( matched.length );\n\t\t\t}\n\t\t}\n\n\t\tif ( !matched ) {\n\t\t\tbreak;\n\t\t}\n\t}\n\n\t// Return the length of the invalid excess\n\t// if we're just parsing\n\t// Otherwise, throw an error or return tokens\n\treturn parseOnly ?\n\t\tsoFar.length :\n\t\tsoFar ?\n\t\t\tSizzle.error( selector ) :\n\t\t\t// Cache the tokens\n\t\t\ttokenCache( selector, groups ).slice( 0 );\n};\n\nfunction toSelector( tokens ) {\n\tvar i = 0,\n\t\tlen = tokens.length,\n\t\tselector = \"\";\n\tfor ( ; i < len; i++ ) {\n\t\tselector += tokens[i].value;\n\t}\n\treturn selector;\n}\n\nfunction addCombinator( matcher, combinator, base ) {\n\tvar dir = combinator.dir,\n\t\tskip = combinator.next,\n\t\tkey = skip || dir,\n\t\tcheckNonElements = base && key === \"parentNode\",\n\t\tdoneName = done++;\n\n\treturn combinator.first ?\n\t\t// Check against closest ancestor/preceding element\n\t\tfunction( elem, context, xml ) {\n\t\t\twhile ( (elem = elem[ dir ]) ) {\n\t\t\t\tif ( elem.nodeType === 1 || checkNonElements ) {\n\t\t\t\t\treturn matcher( elem, context, xml );\n\t\t\t\t}\n\t\t\t}\n\t\t\treturn false;\n\t\t} :\n\n\t\t// Check against all ancestor/preceding elements\n\t\tfunction( elem, context, xml ) {\n\t\t\tvar oldCache, uniqueCache, outerCache,\n\t\t\t\tnewCache = [ dirruns, doneName ];\n\n\t\t\t// We can't set arbitrary data on XML nodes, so they don't benefit from combinator caching\n\t\t\tif ( xml ) {\n\t\t\t\twhile ( (elem = elem[ dir ]) ) {\n\t\t\t\t\tif ( elem.nodeType === 1 || checkNonElements ) {\n\t\t\t\t\t\tif ( matcher( elem, context, xml ) ) {\n\t\t\t\t\t\t\treturn true;\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t} else {\n\t\t\t\twhile ( (elem = elem[ dir ]) ) {\n\t\t\t\t\tif ( elem.nodeType === 1 || checkNonElements ) {\n\t\t\t\t\t\touterCache = elem[ expando ] || (elem[ expando ] = {});\n\n\t\t\t\t\t\t// Support: IE <9 only\n\t\t\t\t\t\t// Defend against cloned attroperties (jQuery gh-1709)\n\t\t\t\t\t\tuniqueCache = outerCache[ elem.uniqueID ] || (outerCache[ elem.uniqueID ] = {});\n\n\t\t\t\t\t\tif ( skip && skip === elem.nodeName.toLowerCase() ) {\n\t\t\t\t\t\t\telem = elem[ dir ] || elem;\n\t\t\t\t\t\t} else if ( (oldCache = uniqueCache[ key ]) &&\n\t\t\t\t\t\t\toldCache[ 0 ] === dirruns && oldCache[ 1 ] === doneName ) {\n\n\t\t\t\t\t\t\t// Assign to newCache so results back-propagate to previous elements\n\t\t\t\t\t\t\treturn (newCache[ 2 ] = oldCache[ 2 ]);\n\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t// Reuse newcache so results back-propagate to previous elements\n\t\t\t\t\t\t\tuniqueCache[ key ] = newCache;\n\n\t\t\t\t\t\t\t// A match means we're done; a fail means we have to keep checking\n\t\t\t\t\t\t\tif ( (newCache[ 2 ] = matcher( elem, context, xml )) ) {\n\t\t\t\t\t\t\t\treturn true;\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t\treturn false;\n\t\t};\n}\n\nfunction elementMatcher( matchers ) {\n\treturn matchers.length > 1 ?\n\t\tfunction( elem, context, xml ) {\n\t\t\tvar i = matchers.length;\n\t\t\twhile ( i-- ) {\n\t\t\t\tif ( !matchers[i]( elem, context, xml ) ) {\n\t\t\t\t\treturn false;\n\t\t\t\t}\n\t\t\t}\n\t\t\treturn true;\n\t\t} :\n\t\tmatchers[0];\n}\n\nfunction multipleContexts( selector, contexts, results ) {\n\tvar i = 0,\n\t\tlen = contexts.length;\n\tfor ( ; i < len; i++ ) {\n\t\tSizzle( selector, contexts[i], results );\n\t}\n\treturn results;\n}\n\nfunction condense( unmatched, map, filter, context, xml ) {\n\tvar elem,\n\t\tnewUnmatched = [],\n\t\ti = 0,\n\t\tlen = unmatched.length,\n\t\tmapped = map != null;\n\n\tfor ( ; i < len; i++ ) {\n\t\tif ( (elem = unmatched[i]) ) {\n\t\t\tif ( !filter || filter( elem, context, xml ) ) {\n\t\t\t\tnewUnmatched.push( elem );\n\t\t\t\tif ( mapped ) {\n\t\t\t\t\tmap.push( i );\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n\n\treturn newUnmatched;\n}\n\nfunction setMatcher( preFilter, selector, matcher, postFilter, postFinder, postSelector ) {\n\tif ( postFilter && !postFilter[ expando ] ) {\n\t\tpostFilter = setMatcher( postFilter );\n\t}\n\tif ( postFinder && !postFinder[ expando ] ) {\n\t\tpostFinder = setMatcher( postFinder, postSelector );\n\t}\n\treturn markFunction(function( seed, results, context, xml ) {\n\t\tvar temp, i, elem,\n\t\t\tpreMap = [],\n\t\t\tpostMap = [],\n\t\t\tpreexisting = results.length,\n\n\t\t\t// Get initial elements from seed or context\n\t\t\telems = seed || multipleContexts( selector || \"*\", context.nodeType ? [ context ] : context, [] ),\n\n\t\t\t// Prefilter to get matcher input, preserving a map for seed-results synchronization\n\t\t\tmatcherIn = preFilter && ( seed || !selector ) ?\n\t\t\t\tcondense( elems, preMap, preFilter, context, xml ) :\n\t\t\t\telems,\n\n\t\t\tmatcherOut = matcher ?\n\t\t\t\t// If we have a postFinder, or filtered seed, or non-seed postFilter or preexisting results,\n\t\t\t\tpostFinder || ( seed ? preFilter : preexisting || postFilter ) ?\n\n\t\t\t\t\t// ...intermediate processing is necessary\n\t\t\t\t\t[] :\n\n\t\t\t\t\t// ...otherwise use results directly\n\t\t\t\t\tresults :\n\t\t\t\tmatcherIn;\n\n\t\t// Find primary matches\n\t\tif ( matcher ) {\n\t\t\tmatcher( matcherIn, matcherOut, context, xml );\n\t\t}\n\n\t\t// Apply postFilter\n\t\tif ( postFilter ) {\n\t\t\ttemp = condense( matcherOut, postMap );\n\t\t\tpostFilter( temp, [], context, xml );\n\n\t\t\t// Un-match failing elements by moving them back to matcherIn\n\t\t\ti = temp.length;\n\t\t\twhile ( i-- ) {\n\t\t\t\tif ( (elem = temp[i]) ) {\n\t\t\t\t\tmatcherOut[ postMap[i] ] = !(matcherIn[ postMap[i] ] = elem);\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\tif ( seed ) {\n\t\t\tif ( postFinder || preFilter ) {\n\t\t\t\tif ( postFinder ) {\n\t\t\t\t\t// Get the final matcherOut by condensing this intermediate into postFinder contexts\n\t\t\t\t\ttemp = [];\n\t\t\t\t\ti = matcherOut.length;\n\t\t\t\t\twhile ( i-- ) {\n\t\t\t\t\t\tif ( (elem = matcherOut[i]) ) {\n\t\t\t\t\t\t\t// Restore matcherIn since elem is not yet a final match\n\t\t\t\t\t\t\ttemp.push( (matcherIn[i] = elem) );\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t\tpostFinder( null, (matcherOut = []), temp, xml );\n\t\t\t\t}\n\n\t\t\t\t// Move matched elements from seed to results to keep them synchronized\n\t\t\t\ti = matcherOut.length;\n\t\t\t\twhile ( i-- ) {\n\t\t\t\t\tif ( (elem = matcherOut[i]) &&\n\t\t\t\t\t\t(temp = postFinder ? indexOf( seed, elem ) : preMap[i]) > -1 ) {\n\n\t\t\t\t\t\tseed[temp] = !(results[temp] = elem);\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\n\t\t// Add elements to results, through postFinder if defined\n\t\t} else {\n\t\t\tmatcherOut = condense(\n\t\t\t\tmatcherOut === results ?\n\t\t\t\t\tmatcherOut.splice( preexisting, matcherOut.length ) :\n\t\t\t\t\tmatcherOut\n\t\t\t);\n\t\t\tif ( postFinder ) {\n\t\t\t\tpostFinder( null, results, matcherOut, xml );\n\t\t\t} else {\n\t\t\t\tpush.apply( results, matcherOut );\n\t\t\t}\n\t\t}\n\t});\n}\n\nfunction matcherFromTokens( tokens ) {\n\tvar checkContext, matcher, j,\n\t\tlen = tokens.length,\n\t\tleadingRelative = Expr.relative[ tokens[0].type ],\n\t\timplicitRelative = leadingRelative || Expr.relative[\" \"],\n\t\ti = leadingRelative ? 1 : 0,\n\n\t\t// The foundational matcher ensures that elements are reachable from top-level context(s)\n\t\tmatchContext = addCombinator( function( elem ) {\n\t\t\treturn elem === checkContext;\n\t\t}, implicitRelative, true ),\n\t\tmatchAnyContext = addCombinator( function( elem ) {\n\t\t\treturn indexOf( checkContext, elem ) > -1;\n\t\t}, implicitRelative, true ),\n\t\tmatchers = [ function( elem, context, xml ) {\n\t\t\tvar ret = ( !leadingRelative && ( xml || context !== outermostContext ) ) || (\n\t\t\t\t(checkContext = context).nodeType ?\n\t\t\t\t\tmatchContext( elem, context, xml ) :\n\t\t\t\t\tmatchAnyContext( elem, context, xml ) );\n\t\t\t// Avoid hanging onto element (issue #299)\n\t\t\tcheckContext = null;\n\t\t\treturn ret;\n\t\t} ];\n\n\tfor ( ; i < len; i++ ) {\n\t\tif ( (matcher = Expr.relative[ tokens[i].type ]) ) {\n\t\t\tmatchers = [ addCombinator(elementMatcher( matchers ), matcher) ];\n\t\t} else {\n\t\t\tmatcher = Expr.filter[ tokens[i].type ].apply( null, tokens[i].matches );\n\n\t\t\t// Return special upon seeing a positional matcher\n\t\t\tif ( matcher[ expando ] ) {\n\t\t\t\t// Find the next relative operator (if any) for proper handling\n\t\t\t\tj = ++i;\n\t\t\t\tfor ( ; j < len; j++ ) {\n\t\t\t\t\tif ( Expr.relative[ tokens[j].type ] ) {\n\t\t\t\t\t\tbreak;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\treturn setMatcher(\n\t\t\t\t\ti > 1 && elementMatcher( matchers ),\n\t\t\t\t\ti > 1 && toSelector(\n\t\t\t\t\t\t// If the preceding token was a descendant combinator, insert an implicit any-element `*`\n\t\t\t\t\t\ttokens.slice( 0, i - 1 ).concat({ value: tokens[ i - 2 ].type === \" \" ? \"*\" : \"\" })\n\t\t\t\t\t).replace( rtrim, \"$1\" ),\n\t\t\t\t\tmatcher,\n\t\t\t\t\ti < j && matcherFromTokens( tokens.slice( i, j ) ),\n\t\t\t\t\tj < len && matcherFromTokens( (tokens = tokens.slice( j )) ),\n\t\t\t\t\tj < len && toSelector( tokens )\n\t\t\t\t);\n\t\t\t}\n\t\t\tmatchers.push( matcher );\n\t\t}\n\t}\n\n\treturn elementMatcher( matchers );\n}\n\nfunction matcherFromGroupMatchers( elementMatchers, setMatchers ) {\n\tvar bySet = setMatchers.length > 0,\n\t\tbyElement = elementMatchers.length > 0,\n\t\tsuperMatcher = function( seed, context, xml, results, outermost ) {\n\t\t\tvar elem, j, matcher,\n\t\t\t\tmatchedCount = 0,\n\t\t\t\ti = \"0\",\n\t\t\t\tunmatched = seed && [],\n\t\t\t\tsetMatched = [],\n\t\t\t\tcontextBackup = outermostContext,\n\t\t\t\t// We must always have either seed elements or outermost context\n\t\t\t\telems = seed || byElement && Expr.find[\"TAG\"]( \"*\", outermost ),\n\t\t\t\t// Use integer dirruns iff this is the outermost matcher\n\t\t\t\tdirrunsUnique = (dirruns += contextBackup == null ? 1 : Math.random() || 0.1),\n\t\t\t\tlen = elems.length;\n\n\t\t\tif ( outermost ) {\n\t\t\t\toutermostContext = context === document || context || outermost;\n\t\t\t}\n\n\t\t\t// Add elements passing elementMatchers directly to results\n\t\t\t// Support: IE<9, Safari\n\t\t\t// Tolerate NodeList properties (IE: \"length\"; Safari: <number>) matching elements by id\n\t\t\tfor ( ; i !== len && (elem = elems[i]) != null; i++ ) {\n\t\t\t\tif ( byElement && elem ) {\n\t\t\t\t\tj = 0;\n\t\t\t\t\tif ( !context && elem.ownerDocument !== document ) {\n\t\t\t\t\t\tsetDocument( elem );\n\t\t\t\t\t\txml = !documentIsHTML;\n\t\t\t\t\t}\n\t\t\t\t\twhile ( (matcher = elementMatchers[j++]) ) {\n\t\t\t\t\t\tif ( matcher( elem, context || document, xml) ) {\n\t\t\t\t\t\t\tresults.push( elem );\n\t\t\t\t\t\t\tbreak;\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t\tif ( outermost ) {\n\t\t\t\t\t\tdirruns = dirrunsUnique;\n\t\t\t\t\t}\n\t\t\t\t}\n\n\t\t\t\t// Track unmatched elements for set filters\n\t\t\t\tif ( bySet ) {\n\t\t\t\t\t// They will have gone through all possible matchers\n\t\t\t\t\tif ( (elem = !matcher && elem) ) {\n\t\t\t\t\t\tmatchedCount--;\n\t\t\t\t\t}\n\n\t\t\t\t\t// Lengthen the array for every element, matched or not\n\t\t\t\t\tif ( seed ) {\n\t\t\t\t\t\tunmatched.push( elem );\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\n\t\t\t// `i` is now the count of elements visited above, and adding it to `matchedCount`\n\t\t\t// makes the latter nonnegative.\n\t\t\tmatchedCount += i;\n\n\t\t\t// Apply set filters to unmatched elements\n\t\t\t// NOTE: This can be skipped if there are no unmatched elements (i.e., `matchedCount`\n\t\t\t// equals `i`), unless we didn't visit _any_ elements in the above loop because we have\n\t\t\t// no element matchers and no seed.\n\t\t\t// Incrementing an initially-string \"0\" `i` allows `i` to remain a string only in that\n\t\t\t// case, which will result in a \"00\" `matchedCount` that differs from `i` but is also\n\t\t\t// numerically zero.\n\t\t\tif ( bySet && i !== matchedCount ) {\n\t\t\t\tj = 0;\n\t\t\t\twhile ( (matcher = setMatchers[j++]) ) {\n\t\t\t\t\tmatcher( unmatched, setMatched, context, xml );\n\t\t\t\t}\n\n\t\t\t\tif ( seed ) {\n\t\t\t\t\t// Reintegrate element matches to eliminate the need for sorting\n\t\t\t\t\tif ( matchedCount > 0 ) {\n\t\t\t\t\t\twhile ( i-- ) {\n\t\t\t\t\t\t\tif ( !(unmatched[i] || setMatched[i]) ) {\n\t\t\t\t\t\t\t\tsetMatched[i] = pop.call( results );\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\n\t\t\t\t\t// Discard index placeholder values to get only actual matches\n\t\t\t\t\tsetMatched = condense( setMatched );\n\t\t\t\t}\n\n\t\t\t\t// Add matches to results\n\t\t\t\tpush.apply( results, setMatched );\n\n\t\t\t\t// Seedless set matches succeeding multiple successful matchers stipulate sorting\n\t\t\t\tif ( outermost && !seed && setMatched.length > 0 &&\n\t\t\t\t\t( matchedCount + setMatchers.length ) > 1 ) {\n\n\t\t\t\t\tSizzle.uniqueSort( results );\n\t\t\t\t}\n\t\t\t}\n\n\t\t\t// Override manipulation of globals by nested matchers\n\t\t\tif ( outermost ) {\n\t\t\t\tdirruns = dirrunsUnique;\n\t\t\t\toutermostContext = contextBackup;\n\t\t\t}\n\n\t\t\treturn unmatched;\n\t\t};\n\n\treturn bySet ?\n\t\tmarkFunction( superMatcher ) :\n\t\tsuperMatcher;\n}\n\ncompile = Sizzle.compile = function( selector, match /* Internal Use Only */ ) {\n\tvar i,\n\t\tsetMatchers = [],\n\t\telementMatchers = [],\n\t\tcached = compilerCache[ selector + \" \" ];\n\n\tif ( !cached ) {\n\t\t// Generate a function of recursive functions that can be used to check each element\n\t\tif ( !match ) {\n\t\t\tmatch = tokenize( selector );\n\t\t}\n\t\ti = match.length;\n\t\twhile ( i-- ) {\n\t\t\tcached = matcherFromTokens( match[i] );\n\t\t\tif ( cached[ expando ] ) {\n\t\t\t\tsetMatchers.push( cached );\n\t\t\t} else {\n\t\t\t\telementMatchers.push( cached );\n\t\t\t}\n\t\t}\n\n\t\t// Cache the compiled function\n\t\tcached = compilerCache( selector, matcherFromGroupMatchers( elementMatchers, setMatchers ) );\n\n\t\t// Save selector and tokenization\n\t\tcached.selector = selector;\n\t}\n\treturn cached;\n};\n\n/**\n * A low-level selection function that works with Sizzle's compiled\n * selector functions\n * @param {String|Function} selector A selector or a pre-compiled\n * selector function built with Sizzle.compile\n * @param {Element} context\n * @param {Array} [results]\n * @param {Array} [seed] A set of elements to match against\n */\nselect = Sizzle.select = function( selector, context, results, seed ) {\n\tvar i, tokens, token, type, find,\n\t\tcompiled = typeof selector === \"function\" && selector,\n\t\tmatch = !seed && tokenize( (selector = compiled.selector || selector) );\n\n\tresults = results || [];\n\n\t// Try to minimize operations if there is only one selector in the list and no seed\n\t// (the latter of which guarantees us context)\n\tif ( match.length === 1 ) {\n\n\t\t// Reduce context if the leading compound selector is an ID\n\t\ttokens = match[0] = match[0].slice( 0 );\n\t\tif ( tokens.length > 2 && (token = tokens[0]).type === \"ID\" &&\n\t\t\t\tcontext.nodeType === 9 && documentIsHTML && Expr.relative[ tokens[1].type ] ) {\n\n\t\t\tcontext = ( Expr.find[\"ID\"]( token.matches[0].replace(runescape, funescape), context ) || [] )[0];\n\t\t\tif ( !context ) {\n\t\t\t\treturn results;\n\n\t\t\t// Precompiled matchers will still verify ancestry, so step up a level\n\t\t\t} else if ( compiled ) {\n\t\t\t\tcontext = context.parentNode;\n\t\t\t}\n\n\t\t\tselector = selector.slice( tokens.shift().value.length );\n\t\t}\n\n\t\t// Fetch a seed set for right-to-left matching\n\t\ti = matchExpr[\"needsContext\"].test( selector ) ? 0 : tokens.length;\n\t\twhile ( i-- ) {\n\t\t\ttoken = tokens[i];\n\n\t\t\t// Abort if we hit a combinator\n\t\t\tif ( Expr.relative[ (type = token.type) ] ) {\n\t\t\t\tbreak;\n\t\t\t}\n\t\t\tif ( (find = Expr.find[ type ]) ) {\n\t\t\t\t// Search, expanding context for leading sibling combinators\n\t\t\t\tif ( (seed = find(\n\t\t\t\t\ttoken.matches[0].replace( runescape, funescape ),\n\t\t\t\t\trsibling.test( tokens[0].type ) && testContext( context.parentNode ) || context\n\t\t\t\t)) ) {\n\n\t\t\t\t\t// If seed is empty or no tokens remain, we can return early\n\t\t\t\t\ttokens.splice( i, 1 );\n\t\t\t\t\tselector = seed.length && toSelector( tokens );\n\t\t\t\t\tif ( !selector ) {\n\t\t\t\t\t\tpush.apply( results, seed );\n\t\t\t\t\t\treturn results;\n\t\t\t\t\t}\n\n\t\t\t\t\tbreak;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n\n\t// Compile and execute a filtering function if one is not provided\n\t// Provide `match` to avoid retokenization if we modified the selector above\n\t( compiled || compile( selector, match ) )(\n\t\tseed,\n\t\tcontext,\n\t\t!documentIsHTML,\n\t\tresults,\n\t\t!context || rsibling.test( selector ) && testContext( context.parentNode ) || context\n\t);\n\treturn results;\n};\n\n// One-time assignments\n\n// Sort stability\nsupport.sortStable = expando.split(\"\").sort( sortOrder ).join(\"\") === expando;\n\n// Support: Chrome 14-35+\n// Always assume duplicates if they aren't passed to the comparison function\nsupport.detectDuplicates = !!hasDuplicate;\n\n// Initialize against the default document\nsetDocument();\n\n// Support: Webkit<537.32 - Safari 6.0.3/Chrome 25 (fixed in Chrome 27)\n// Detached nodes confoundingly follow *each other*\nsupport.sortDetached = assert(function( el ) {\n\t// Should return 1, but returns 4 (following)\n\treturn el.compareDocumentPosition( document.createElement(\"fieldset\") ) & 1;\n});\n\n// Support: IE<8\n// Prevent attribute/property \"interpolation\"\n// https://msdn.microsoft.com/en-us/library/ms536429%28VS.85%29.aspx\nif ( !assert(function( el ) {\n\tel.innerHTML = \"<a href='#'></a>\";\n\treturn el.firstChild.getAttribute(\"href\") === \"#\" ;\n}) ) {\n\taddHandle( \"type|href|height|width\", function( elem, name, isXML ) {\n\t\tif ( !isXML ) {\n\t\t\treturn elem.getAttribute( name, name.toLowerCase() === \"type\" ? 1 : 2 );\n\t\t}\n\t});\n}\n\n// Support: IE<9\n// Use defaultValue in place of getAttribute(\"value\")\nif ( !support.attributes || !assert(function( el ) {\n\tel.innerHTML = \"<input/>\";\n\tel.firstChild.setAttribute( \"value\", \"\" );\n\treturn el.firstChild.getAttribute( \"value\" ) === \"\";\n}) ) {\n\taddHandle( \"value\", function( elem, name, isXML ) {\n\t\tif ( !isXML && elem.nodeName.toLowerCase() === \"input\" ) {\n\t\t\treturn elem.defaultValue;\n\t\t}\n\t});\n}\n\n// Support: IE<9\n// Use getAttributeNode to fetch booleans when getAttribute lies\nif ( !assert(function( el ) {\n\treturn el.getAttribute(\"disabled\") == null;\n}) ) {\n\taddHandle( booleans, function( elem, name, isXML ) {\n\t\tvar val;\n\t\tif ( !isXML ) {\n\t\t\treturn elem[ name ] === true ? name.toLowerCase() :\n\t\t\t\t\t(val = elem.getAttributeNode( name )) && val.specified ?\n\t\t\t\t\tval.value :\n\t\t\t\tnull;\n\t\t}\n\t});\n}\n\nreturn Sizzle;\n\n})( window );\n\n\n\njQuery.find = Sizzle;\njQuery.expr = Sizzle.selectors;\n\n// Deprecated\njQuery.expr[ \":\" ] = jQuery.expr.pseudos;\njQuery.uniqueSort = jQuery.unique = Sizzle.uniqueSort;\njQuery.text = Sizzle.getText;\njQuery.isXMLDoc = Sizzle.isXML;\njQuery.contains = Sizzle.contains;\njQuery.escapeSelector = Sizzle.escape;\n\n\n\n\nvar dir = function( elem, dir, until ) {\n\tvar matched = [],\n\t\ttruncate = until !== undefined;\n\n\twhile ( ( elem = elem[ dir ] ) && elem.nodeType !== 9 ) {\n\t\tif ( elem.nodeType === 1 ) {\n\t\t\tif ( truncate && jQuery( elem ).is( until ) ) {\n\t\t\t\tbreak;\n\t\t\t}\n\t\t\tmatched.push( elem );\n\t\t}\n\t}\n\treturn matched;\n};\n\n\nvar siblings = function( n, elem ) {\n\tvar matched = [];\n\n\tfor ( ; n; n = n.nextSibling ) {\n\t\tif ( n.nodeType === 1 && n !== elem ) {\n\t\t\tmatched.push( n );\n\t\t}\n\t}\n\n\treturn matched;\n};\n\n\nvar rneedsContext = jQuery.expr.match.needsContext;\n\n\n\nfunction nodeName( elem, name ) {\n\n return elem.nodeName && elem.nodeName.toLowerCase() === name.toLowerCase();\n\n};\nvar rsingleTag = ( /^<([a-z][^\\/\\0>:\\x20\\t\\r\\n\\f]*)[\\x20\\t\\r\\n\\f]*\\/?>(?:<\\/\\1>|)$/i );\n\n\n\n// Implement the identical functionality for filter and not\nfunction winnow( elements, qualifier, not ) {\n\tif ( isFunction( qualifier ) ) {\n\t\treturn jQuery.grep( elements, function( elem, i ) {\n\t\t\treturn !!qualifier.call( elem, i, elem ) !== not;\n\t\t} );\n\t}\n\n\t// Single element\n\tif ( qualifier.nodeType ) {\n\t\treturn jQuery.grep( elements, function( elem ) {\n\t\t\treturn ( elem === qualifier ) !== not;\n\t\t} );\n\t}\n\n\t// Arraylike of elements (jQuery, arguments, Array)\n\tif ( typeof qualifier !== \"string\" ) {\n\t\treturn jQuery.grep( elements, function( elem ) {\n\t\t\treturn ( indexOf.call( qualifier, elem ) > -1 ) !== not;\n\t\t} );\n\t}\n\n\t// Filtered directly for both simple and complex selectors\n\treturn jQuery.filter( qualifier, elements, not );\n}\n\njQuery.filter = function( expr, elems, not ) {\n\tvar elem = elems[ 0 ];\n\n\tif ( not ) {\n\t\texpr = \":not(\" + expr + \")\";\n\t}\n\n\tif ( elems.length === 1 && elem.nodeType === 1 ) {\n\t\treturn jQuery.find.matchesSelector( elem, expr ) ? [ elem ] : [];\n\t}\n\n\treturn jQuery.find.matches( expr, jQuery.grep( elems, function( elem ) {\n\t\treturn elem.nodeType === 1;\n\t} ) );\n};\n\njQuery.fn.extend( {\n\tfind: function( selector ) {\n\t\tvar i, ret,\n\t\t\tlen = this.length,\n\t\t\tself = this;\n\n\t\tif ( typeof selector !== \"string\" ) {\n\t\t\treturn this.pushStack( jQuery( selector ).filter( function() {\n\t\t\t\tfor ( i = 0; i < len; i++ ) {\n\t\t\t\t\tif ( jQuery.contains( self[ i ], this ) ) {\n\t\t\t\t\t\treturn true;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t} ) );\n\t\t}\n\n\t\tret = this.pushStack( [] );\n\n\t\tfor ( i = 0; i < len; i++ ) {\n\t\t\tjQuery.find( selector, self[ i ], ret );\n\t\t}\n\n\t\treturn len > 1 ? jQuery.uniqueSort( ret ) : ret;\n\t},\n\tfilter: function( selector ) {\n\t\treturn this.pushStack( winnow( this, selector || [], false ) );\n\t},\n\tnot: function( selector ) {\n\t\treturn this.pushStack( winnow( this, selector || [], true ) );\n\t},\n\tis: function( selector ) {\n\t\treturn !!winnow(\n\t\t\tthis,\n\n\t\t\t// If this is a positional/relative selector, check membership in the returned set\n\t\t\t// so $(\"p:first\").is(\"p:last\") won't return true for a doc with two \"p\".\n\t\t\ttypeof selector === \"string\" && rneedsContext.test( selector ) ?\n\t\t\t\tjQuery( selector ) :\n\t\t\t\tselector || [],\n\t\t\tfalse\n\t\t).length;\n\t}\n} );\n\n\n// Initialize a jQuery object\n\n\n// A central reference to the root jQuery(document)\nvar rootjQuery,\n\n\t// A simple way to check for HTML strings\n\t// Prioritize #id over <tag> to avoid XSS via location.hash (#9521)\n\t// Strict HTML recognition (#11290: must start with <)\n\t// Shortcut simple #id case for speed\n\trquickExpr = /^(?:\\s*(<[\\w\\W]+>)[^>]*|#([\\w-]+))$/,\n\n\tinit = jQuery.fn.init = function( selector, context, root ) {\n\t\tvar match, elem;\n\n\t\t// HANDLE: $(\"\"), $(null), $(undefined), $(false)\n\t\tif ( !selector ) {\n\t\t\treturn this;\n\t\t}\n\n\t\t// Method init() accepts an alternate rootjQuery\n\t\t// so migrate can support jQuery.sub (gh-2101)\n\t\troot = root || rootjQuery;\n\n\t\t// Handle HTML strings\n\t\tif ( typeof selector === \"string\" ) {\n\t\t\tif ( selector[ 0 ] === \"<\" &&\n\t\t\t\tselector[ selector.length - 1 ] === \">\" &&\n\t\t\t\tselector.length >= 3 ) {\n\n\t\t\t\t// Assume that strings that start and end with <> are HTML and skip the regex check\n\t\t\t\tmatch = [ null, selector, null ];\n\n\t\t\t} else {\n\t\t\t\tmatch = rquickExpr.exec( selector );\n\t\t\t}\n\n\t\t\t// Match html or make sure no context is specified for #id\n\t\t\tif ( match && ( match[ 1 ] || !context ) ) {\n\n\t\t\t\t// HANDLE: $(html) -> $(array)\n\t\t\t\tif ( match[ 1 ] ) {\n\t\t\t\t\tcontext = context instanceof jQuery ? context[ 0 ] : context;\n\n\t\t\t\t\t// Option to run scripts is true for back-compat\n\t\t\t\t\t// Intentionally let the error be thrown if parseHTML is not present\n\t\t\t\t\tjQuery.merge( this, jQuery.parseHTML(\n\t\t\t\t\t\tmatch[ 1 ],\n\t\t\t\t\t\tcontext && context.nodeType ? context.ownerDocument || context : document,\n\t\t\t\t\t\ttrue\n\t\t\t\t\t) );\n\n\t\t\t\t\t// HANDLE: $(html, props)\n\t\t\t\t\tif ( rsingleTag.test( match[ 1 ] ) && jQuery.isPlainObject( context ) ) {\n\t\t\t\t\t\tfor ( match in context ) {\n\n\t\t\t\t\t\t\t// Properties of context are called as methods if possible\n\t\t\t\t\t\t\tif ( isFunction( this[ match ] ) ) {\n\t\t\t\t\t\t\t\tthis[ match ]( context[ match ] );\n\n\t\t\t\t\t\t\t// ...and otherwise set as attributes\n\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\tthis.attr( match, context[ match ] );\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\n\t\t\t\t\treturn this;\n\n\t\t\t\t// HANDLE: $(#id)\n\t\t\t\t} else {\n\t\t\t\t\telem = document.getElementById( match[ 2 ] );\n\n\t\t\t\t\tif ( elem ) {\n\n\t\t\t\t\t\t// Inject the element directly into the jQuery object\n\t\t\t\t\t\tthis[ 0 ] = elem;\n\t\t\t\t\t\tthis.length = 1;\n\t\t\t\t\t}\n\t\t\t\t\treturn this;\n\t\t\t\t}\n\n\t\t\t// HANDLE: $(expr, $(...))\n\t\t\t} else if ( !context || context.jquery ) {\n\t\t\t\treturn ( context || root ).find( selector );\n\n\t\t\t// HANDLE: $(expr, context)\n\t\t\t// (which is just equivalent to: $(context).find(expr)\n\t\t\t} else {\n\t\t\t\treturn this.constructor( context ).find( selector );\n\t\t\t}\n\n\t\t// HANDLE: $(DOMElement)\n\t\t} else if ( selector.nodeType ) {\n\t\t\tthis[ 0 ] = selector;\n\t\t\tthis.length = 1;\n\t\t\treturn this;\n\n\t\t// HANDLE: $(function)\n\t\t// Shortcut for document ready\n\t\t} else if ( isFunction( selector ) ) {\n\t\t\treturn root.ready !== undefined ?\n\t\t\t\troot.ready( selector ) :\n\n\t\t\t\t// Execute immediately if ready is not present\n\t\t\t\tselector( jQuery );\n\t\t}\n\n\t\treturn jQuery.makeArray( selector, this );\n\t};\n\n// Give the init function the jQuery prototype for later instantiation\ninit.prototype = jQuery.fn;\n\n// Initialize central reference\nrootjQuery = jQuery( document );\n\n\nvar rparentsprev = /^(?:parents|prev(?:Until|All))/,\n\n\t// Methods guaranteed to produce a unique set when starting from a unique set\n\tguaranteedUnique = {\n\t\tchildren: true,\n\t\tcontents: true,\n\t\tnext: true,\n\t\tprev: true\n\t};\n\njQuery.fn.extend( {\n\thas: function( target ) {\n\t\tvar targets = jQuery( target, this ),\n\t\t\tl = targets.length;\n\n\t\treturn this.filter( function() {\n\t\t\tvar i = 0;\n\t\t\tfor ( ; i < l; i++ ) {\n\t\t\t\tif ( jQuery.contains( this, targets[ i ] ) ) {\n\t\t\t\t\treturn true;\n\t\t\t\t}\n\t\t\t}\n\t\t} );\n\t},\n\n\tclosest: function( selectors, context ) {\n\t\tvar cur,\n\t\t\ti = 0,\n\t\t\tl = this.length,\n\t\t\tmatched = [],\n\t\t\ttargets = typeof selectors !== \"string\" && jQuery( selectors );\n\n\t\t// Positional selectors never match, since there's no _selection_ context\n\t\tif ( !rneedsContext.test( selectors ) ) {\n\t\t\tfor ( ; i < l; i++ ) {\n\t\t\t\tfor ( cur = this[ i ]; cur && cur !== context; cur = cur.parentNode ) {\n\n\t\t\t\t\t// Always skip document fragments\n\t\t\t\t\tif ( cur.nodeType < 11 && ( targets ?\n\t\t\t\t\t\ttargets.index( cur ) > -1 :\n\n\t\t\t\t\t\t// Don't pass non-elements to Sizzle\n\t\t\t\t\t\tcur.nodeType === 1 &&\n\t\t\t\t\t\t\tjQuery.find.matchesSelector( cur, selectors ) ) ) {\n\n\t\t\t\t\t\tmatched.push( cur );\n\t\t\t\t\t\tbreak;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\treturn this.pushStack( matched.length > 1 ? jQuery.uniqueSort( matched ) : matched );\n\t},\n\n\t// Determine the position of an element within the set\n\tindex: function( elem ) {\n\n\t\t// No argument, return index in parent\n\t\tif ( !elem ) {\n\t\t\treturn ( this[ 0 ] && this[ 0 ].parentNode ) ? this.first().prevAll().length : -1;\n\t\t}\n\n\t\t// Index in selector\n\t\tif ( typeof elem === \"string\" ) {\n\t\t\treturn indexOf.call( jQuery( elem ), this[ 0 ] );\n\t\t}\n\n\t\t// Locate the position of the desired element\n\t\treturn indexOf.call( this,\n\n\t\t\t// If it receives a jQuery object, the first element is used\n\t\t\telem.jquery ? elem[ 0 ] : elem\n\t\t);\n\t},\n\n\tadd: function( selector, context ) {\n\t\treturn this.pushStack(\n\t\t\tjQuery.uniqueSort(\n\t\t\t\tjQuery.merge( this.get(), jQuery( selector, context ) )\n\t\t\t)\n\t\t);\n\t},\n\n\taddBack: function( selector ) {\n\t\treturn this.add( selector == null ?\n\t\t\tthis.prevObject : this.prevObject.filter( selector )\n\t\t);\n\t}\n} );\n\nfunction sibling( cur, dir ) {\n\twhile ( ( cur = cur[ dir ] ) && cur.nodeType !== 1 ) {}\n\treturn cur;\n}\n\njQuery.each( {\n\tparent: function( elem ) {\n\t\tvar parent = elem.parentNode;\n\t\treturn parent && parent.nodeType !== 11 ? parent : null;\n\t},\n\tparents: function( elem ) {\n\t\treturn dir( elem, \"parentNode\" );\n\t},\n\tparentsUntil: function( elem, i, until ) {\n\t\treturn dir( elem, \"parentNode\", until );\n\t},\n\tnext: function( elem ) {\n\t\treturn sibling( elem, \"nextSibling\" );\n\t},\n\tprev: function( elem ) {\n\t\treturn sibling( elem, \"previousSibling\" );\n\t},\n\tnextAll: function( elem ) {\n\t\treturn dir( elem, \"nextSibling\" );\n\t},\n\tprevAll: function( elem ) {\n\t\treturn dir( elem, \"previousSibling\" );\n\t},\n\tnextUntil: function( elem, i, until ) {\n\t\treturn dir( elem, \"nextSibling\", until );\n\t},\n\tprevUntil: function( elem, i, until ) {\n\t\treturn dir( elem, \"previousSibling\", until );\n\t},\n\tsiblings: function( elem ) {\n\t\treturn siblings( ( elem.parentNode || {} ).firstChild, elem );\n\t},\n\tchildren: function( elem ) {\n\t\treturn siblings( elem.firstChild );\n\t},\n\tcontents: function( elem ) {\n if ( nodeName( elem, \"iframe\" ) ) {\n return elem.contentDocument;\n }\n\n // Support: IE 9 - 11 only, iOS 7 only, Android Browser <=4.3 only\n // Treat the template element as a regular one in browsers that\n // don't support it.\n if ( nodeName( elem, \"template\" ) ) {\n elem = elem.content || elem;\n }\n\n return jQuery.merge( [], elem.childNodes );\n\t}\n}, function( name, fn ) {\n\tjQuery.fn[ name ] = function( until, selector ) {\n\t\tvar matched = jQuery.map( this, fn, until );\n\n\t\tif ( name.slice( -5 ) !== \"Until\" ) {\n\t\t\tselector = until;\n\t\t}\n\n\t\tif ( selector && typeof selector === \"string\" ) {\n\t\t\tmatched = jQuery.filter( selector, matched );\n\t\t}\n\n\t\tif ( this.length > 1 ) {\n\n\t\t\t// Remove duplicates\n\t\t\tif ( !guaranteedUnique[ name ] ) {\n\t\t\t\tjQuery.uniqueSort( matched );\n\t\t\t}\n\n\t\t\t// Reverse order for parents* and prev-derivatives\n\t\t\tif ( rparentsprev.test( name ) ) {\n\t\t\t\tmatched.reverse();\n\t\t\t}\n\t\t}\n\n\t\treturn this.pushStack( matched );\n\t};\n} );\nvar rnothtmlwhite = ( /[^\\x20\\t\\r\\n\\f]+/g );\n\n\n\n// Convert String-formatted options into Object-formatted ones\nfunction createOptions( options ) {\n\tvar object = {};\n\tjQuery.each( options.match( rnothtmlwhite ) || [], function( _, flag ) {\n\t\tobject[ flag ] = true;\n\t} );\n\treturn object;\n}\n\n/*\n * Create a callback list using the following parameters:\n *\n *\toptions: an optional list of space-separated options that will change how\n *\t\t\tthe callback list behaves or a more traditional option object\n *\n * By default a callback list will act like an event callback list and can be\n * \"fired\" multiple times.\n *\n * Possible options:\n *\n *\tonce:\t\t\twill ensure the callback list can only be fired once (like a Deferred)\n *\n *\tmemory:\t\t\twill keep track of previous values and will call any callback added\n *\t\t\t\t\tafter the list has been fired right away with the latest \"memorized\"\n *\t\t\t\t\tvalues (like a Deferred)\n *\n *\tunique:\t\t\twill ensure a callback can only be added once (no duplicate in the list)\n *\n *\tstopOnFalse:\tinterrupt callings when a callback returns false\n *\n */\njQuery.Callbacks = function( options ) {\n\n\t// Convert options from String-formatted to Object-formatted if needed\n\t// (we check in cache first)\n\toptions = typeof options === \"string\" ?\n\t\tcreateOptions( options ) :\n\t\tjQuery.extend( {}, options );\n\n\tvar // Flag to know if list is currently firing\n\t\tfiring,\n\n\t\t// Last fire value for non-forgettable lists\n\t\tmemory,\n\n\t\t// Flag to know if list was already fired\n\t\tfired,\n\n\t\t// Flag to prevent firing\n\t\tlocked,\n\n\t\t// Actual callback list\n\t\tlist = [],\n\n\t\t// Queue of execution data for repeatable lists\n\t\tqueue = [],\n\n\t\t// Index of currently firing callback (modified by add/remove as needed)\n\t\tfiringIndex = -1,\n\n\t\t// Fire callbacks\n\t\tfire = function() {\n\n\t\t\t// Enforce single-firing\n\t\t\tlocked = locked || options.once;\n\n\t\t\t// Execute callbacks for all pending executions,\n\t\t\t// respecting firingIndex overrides and runtime changes\n\t\t\tfired = firing = true;\n\t\t\tfor ( ; queue.length; firingIndex = -1 ) {\n\t\t\t\tmemory = queue.shift();\n\t\t\t\twhile ( ++firingIndex < list.length ) {\n\n\t\t\t\t\t// Run callback and check for early termination\n\t\t\t\t\tif ( list[ firingIndex ].apply( memory[ 0 ], memory[ 1 ] ) === false &&\n\t\t\t\t\t\toptions.stopOnFalse ) {\n\n\t\t\t\t\t\t// Jump to end and forget the data so .add doesn't re-fire\n\t\t\t\t\t\tfiringIndex = list.length;\n\t\t\t\t\t\tmemory = false;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\n\t\t\t// Forget the data if we're done with it\n\t\t\tif ( !options.memory ) {\n\t\t\t\tmemory = false;\n\t\t\t}\n\n\t\t\tfiring = false;\n\n\t\t\t// Clean up if we're done firing for good\n\t\t\tif ( locked ) {\n\n\t\t\t\t// Keep an empty list if we have data for future add calls\n\t\t\t\tif ( memory ) {\n\t\t\t\t\tlist = [];\n\n\t\t\t\t// Otherwise, this object is spent\n\t\t\t\t} else {\n\t\t\t\t\tlist = \"\";\n\t\t\t\t}\n\t\t\t}\n\t\t},\n\n\t\t// Actual Callbacks object\n\t\tself = {\n\n\t\t\t// Add a callback or a collection of callbacks to the list\n\t\t\tadd: function() {\n\t\t\t\tif ( list ) {\n\n\t\t\t\t\t// If we have memory from a past run, we should fire after adding\n\t\t\t\t\tif ( memory && !firing ) {\n\t\t\t\t\t\tfiringIndex = list.length - 1;\n\t\t\t\t\t\tqueue.push( memory );\n\t\t\t\t\t}\n\n\t\t\t\t\t( function add( args ) {\n\t\t\t\t\t\tjQuery.each( args, function( _, arg ) {\n\t\t\t\t\t\t\tif ( isFunction( arg ) ) {\n\t\t\t\t\t\t\t\tif ( !options.unique || !self.has( arg ) ) {\n\t\t\t\t\t\t\t\t\tlist.push( arg );\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t} else if ( arg && arg.length && toType( arg ) !== \"string\" ) {\n\n\t\t\t\t\t\t\t\t// Inspect recursively\n\t\t\t\t\t\t\t\tadd( arg );\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t} );\n\t\t\t\t\t} )( arguments );\n\n\t\t\t\t\tif ( memory && !firing ) {\n\t\t\t\t\t\tfire();\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\treturn this;\n\t\t\t},\n\n\t\t\t// Remove a callback from the list\n\t\t\tremove: function() {\n\t\t\t\tjQuery.each( arguments, function( _, arg ) {\n\t\t\t\t\tvar index;\n\t\t\t\t\twhile ( ( index = jQuery.inArray( arg, list, index ) ) > -1 ) {\n\t\t\t\t\t\tlist.splice( index, 1 );\n\n\t\t\t\t\t\t// Handle firing indexes\n\t\t\t\t\t\tif ( index <= firingIndex ) {\n\t\t\t\t\t\t\tfiringIndex--;\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t} );\n\t\t\t\treturn this;\n\t\t\t},\n\n\t\t\t// Check if a given callback is in the list.\n\t\t\t// If no argument is given, return whether or not list has callbacks attached.\n\t\t\thas: function( fn ) {\n\t\t\t\treturn fn ?\n\t\t\t\t\tjQuery.inArray( fn, list ) > -1 :\n\t\t\t\t\tlist.length > 0;\n\t\t\t},\n\n\t\t\t// Remove all callbacks from the list\n\t\t\tempty: function() {\n\t\t\t\tif ( list ) {\n\t\t\t\t\tlist = [];\n\t\t\t\t}\n\t\t\t\treturn this;\n\t\t\t},\n\n\t\t\t// Disable .fire and .add\n\t\t\t// Abort any current/pending executions\n\t\t\t// Clear all callbacks and values\n\t\t\tdisable: function() {\n\t\t\t\tlocked = queue = [];\n\t\t\t\tlist = memory = \"\";\n\t\t\t\treturn this;\n\t\t\t},\n\t\t\tdisabled: function() {\n\t\t\t\treturn !list;\n\t\t\t},\n\n\t\t\t// Disable .fire\n\t\t\t// Also disable .add unless we have memory (since it would have no effect)\n\t\t\t// Abort any pending executions\n\t\t\tlock: function() {\n\t\t\t\tlocked = queue = [];\n\t\t\t\tif ( !memory && !firing ) {\n\t\t\t\t\tlist = memory = \"\";\n\t\t\t\t}\n\t\t\t\treturn this;\n\t\t\t},\n\t\t\tlocked: function() {\n\t\t\t\treturn !!locked;\n\t\t\t},\n\n\t\t\t// Call all callbacks with the given context and arguments\n\t\t\tfireWith: function( context, args ) {\n\t\t\t\tif ( !locked ) {\n\t\t\t\t\targs = args || [];\n\t\t\t\t\targs = [ context, args.slice ? args.slice() : args ];\n\t\t\t\t\tqueue.push( args );\n\t\t\t\t\tif ( !firing ) {\n\t\t\t\t\t\tfire();\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\treturn this;\n\t\t\t},\n\n\t\t\t// Call all the callbacks with the given arguments\n\t\t\tfire: function() {\n\t\t\t\tself.fireWith( this, arguments );\n\t\t\t\treturn this;\n\t\t\t},\n\n\t\t\t// To know if the callbacks have already been called at least once\n\t\t\tfired: function() {\n\t\t\t\treturn !!fired;\n\t\t\t}\n\t\t};\n\n\treturn self;\n};\n\n\nfunction Identity( v ) {\n\treturn v;\n}\nfunction Thrower( ex ) {\n\tthrow ex;\n}\n\nfunction adoptValue( value, resolve, reject, noValue ) {\n\tvar method;\n\n\ttry {\n\n\t\t// Check for promise aspect first to privilege synchronous behavior\n\t\tif ( value && isFunction( ( method = value.promise ) ) ) {\n\t\t\tmethod.call( value ).done( resolve ).fail( reject );\n\n\t\t// Other thenables\n\t\t} else if ( value && isFunction( ( method = value.then ) ) ) {\n\t\t\tmethod.call( value, resolve, reject );\n\n\t\t// Other non-thenables\n\t\t} else {\n\n\t\t\t// Control `resolve` arguments by letting Array#slice cast boolean `noValue` to integer:\n\t\t\t// * false: [ value ].slice( 0 ) => resolve( value )\n\t\t\t// * true: [ value ].slice( 1 ) => resolve()\n\t\t\tresolve.apply( undefined, [ value ].slice( noValue ) );\n\t\t}\n\n\t// For Promises/A+, convert exceptions into rejections\n\t// Since jQuery.when doesn't unwrap thenables, we can skip the extra checks appearing in\n\t// Deferred#then to conditionally suppress rejection.\n\t} catch ( value ) {\n\n\t\t// Support: Android 4.0 only\n\t\t// Strict mode functions invoked without .call/.apply get global-object context\n\t\treject.apply( undefined, [ value ] );\n\t}\n}\n\njQuery.extend( {\n\n\tDeferred: function( func ) {\n\t\tvar tuples = [\n\n\t\t\t\t// action, add listener, callbacks,\n\t\t\t\t// ... .then handlers, argument index, [final state]\n\t\t\t\t[ \"notify\", \"progress\", jQuery.Callbacks( \"memory\" ),\n\t\t\t\t\tjQuery.Callbacks( \"memory\" ), 2 ],\n\t\t\t\t[ \"resolve\", \"done\", jQuery.Callbacks( \"once memory\" ),\n\t\t\t\t\tjQuery.Callbacks( \"once memory\" ), 0, \"resolved\" ],\n\t\t\t\t[ \"reject\", \"fail\", jQuery.Callbacks( \"once memory\" ),\n\t\t\t\t\tjQuery.Callbacks( \"once memory\" ), 1, \"rejected\" ]\n\t\t\t],\n\t\t\tstate = \"pending\",\n\t\t\tpromise = {\n\t\t\t\tstate: function() {\n\t\t\t\t\treturn state;\n\t\t\t\t},\n\t\t\t\talways: function() {\n\t\t\t\t\tdeferred.done( arguments ).fail( arguments );\n\t\t\t\t\treturn this;\n\t\t\t\t},\n\t\t\t\t\"catch\": function( fn ) {\n\t\t\t\t\treturn promise.then( null, fn );\n\t\t\t\t},\n\n\t\t\t\t// Keep pipe for back-compat\n\t\t\t\tpipe: function( /* fnDone, fnFail, fnProgress */ ) {\n\t\t\t\t\tvar fns = arguments;\n\n\t\t\t\t\treturn jQuery.Deferred( function( newDefer ) {\n\t\t\t\t\t\tjQuery.each( tuples, function( i, tuple ) {\n\n\t\t\t\t\t\t\t// Map tuples (progress, done, fail) to arguments (done, fail, progress)\n\t\t\t\t\t\t\tvar fn = isFunction( fns[ tuple[ 4 ] ] ) && fns[ tuple[ 4 ] ];\n\n\t\t\t\t\t\t\t// deferred.progress(function() { bind to newDefer or newDefer.notify })\n\t\t\t\t\t\t\t// deferred.done(function() { bind to newDefer or newDefer.resolve })\n\t\t\t\t\t\t\t// deferred.fail(function() { bind to newDefer or newDefer.reject })\n\t\t\t\t\t\t\tdeferred[ tuple[ 1 ] ]( function() {\n\t\t\t\t\t\t\t\tvar returned = fn && fn.apply( this, arguments );\n\t\t\t\t\t\t\t\tif ( returned && isFunction( returned.promise ) ) {\n\t\t\t\t\t\t\t\t\treturned.promise()\n\t\t\t\t\t\t\t\t\t\t.progress( newDefer.notify )\n\t\t\t\t\t\t\t\t\t\t.done( newDefer.resolve )\n\t\t\t\t\t\t\t\t\t\t.fail( newDefer.reject );\n\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\tnewDefer[ tuple[ 0 ] + \"With\" ](\n\t\t\t\t\t\t\t\t\t\tthis,\n\t\t\t\t\t\t\t\t\t\tfn ? [ returned ] : arguments\n\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t} );\n\t\t\t\t\t\t} );\n\t\t\t\t\t\tfns = null;\n\t\t\t\t\t} ).promise();\n\t\t\t\t},\n\t\t\t\tthen: function( onFulfilled, onRejected, onProgress ) {\n\t\t\t\t\tvar maxDepth = 0;\n\t\t\t\t\tfunction resolve( depth, deferred, handler, special ) {\n\t\t\t\t\t\treturn function() {\n\t\t\t\t\t\t\tvar that = this,\n\t\t\t\t\t\t\t\targs = arguments,\n\t\t\t\t\t\t\t\tmightThrow = function() {\n\t\t\t\t\t\t\t\t\tvar returned, then;\n\n\t\t\t\t\t\t\t\t\t// Support: Promises/A+ section 2.3.3.3.3\n\t\t\t\t\t\t\t\t\t// https://promisesaplus.com/#point-59\n\t\t\t\t\t\t\t\t\t// Ignore double-resolution attempts\n\t\t\t\t\t\t\t\t\tif ( depth < maxDepth ) {\n\t\t\t\t\t\t\t\t\t\treturn;\n\t\t\t\t\t\t\t\t\t}\n\n\t\t\t\t\t\t\t\t\treturned = handler.apply( that, args );\n\n\t\t\t\t\t\t\t\t\t// Support: Promises/A+ section 2.3.1\n\t\t\t\t\t\t\t\t\t// https://promisesaplus.com/#point-48\n\t\t\t\t\t\t\t\t\tif ( returned === deferred.promise() ) {\n\t\t\t\t\t\t\t\t\t\tthrow new TypeError( \"Thenable self-resolution\" );\n\t\t\t\t\t\t\t\t\t}\n\n\t\t\t\t\t\t\t\t\t// Support: Promises/A+ sections 2.3.3.1, 3.5\n\t\t\t\t\t\t\t\t\t// https://promisesaplus.com/#point-54\n\t\t\t\t\t\t\t\t\t// https://promisesaplus.com/#point-75\n\t\t\t\t\t\t\t\t\t// Retrieve `then` only once\n\t\t\t\t\t\t\t\t\tthen = returned &&\n\n\t\t\t\t\t\t\t\t\t\t// Support: Promises/A+ section 2.3.4\n\t\t\t\t\t\t\t\t\t\t// https://promisesaplus.com/#point-64\n\t\t\t\t\t\t\t\t\t\t// Only check objects and functions for thenability\n\t\t\t\t\t\t\t\t\t\t( typeof returned === \"object\" ||\n\t\t\t\t\t\t\t\t\t\t\ttypeof returned === \"function\" ) &&\n\t\t\t\t\t\t\t\t\t\treturned.then;\n\n\t\t\t\t\t\t\t\t\t// Handle a returned thenable\n\t\t\t\t\t\t\t\t\tif ( isFunction( then ) ) {\n\n\t\t\t\t\t\t\t\t\t\t// Special processors (notify) just wait for resolution\n\t\t\t\t\t\t\t\t\t\tif ( special ) {\n\t\t\t\t\t\t\t\t\t\t\tthen.call(\n\t\t\t\t\t\t\t\t\t\t\t\treturned,\n\t\t\t\t\t\t\t\t\t\t\t\tresolve( maxDepth, deferred, Identity, special ),\n\t\t\t\t\t\t\t\t\t\t\t\tresolve( maxDepth, deferred, Thrower, special )\n\t\t\t\t\t\t\t\t\t\t\t);\n\n\t\t\t\t\t\t\t\t\t\t// Normal processors (resolve) also hook into progress\n\t\t\t\t\t\t\t\t\t\t} else {\n\n\t\t\t\t\t\t\t\t\t\t\t// ...and disregard older resolution values\n\t\t\t\t\t\t\t\t\t\t\tmaxDepth++;\n\n\t\t\t\t\t\t\t\t\t\t\tthen.call(\n\t\t\t\t\t\t\t\t\t\t\t\treturned,\n\t\t\t\t\t\t\t\t\t\t\t\tresolve( maxDepth, deferred, Identity, special ),\n\t\t\t\t\t\t\t\t\t\t\t\tresolve( maxDepth, deferred, Thrower, special ),\n\t\t\t\t\t\t\t\t\t\t\t\tresolve( maxDepth, deferred, Identity,\n\t\t\t\t\t\t\t\t\t\t\t\t\tdeferred.notifyWith )\n\t\t\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t\t\t}\n\n\t\t\t\t\t\t\t\t\t// Handle all other returned values\n\t\t\t\t\t\t\t\t\t} else {\n\n\t\t\t\t\t\t\t\t\t\t// Only substitute handlers pass on context\n\t\t\t\t\t\t\t\t\t\t// and multiple values (non-spec behavior)\n\t\t\t\t\t\t\t\t\t\tif ( handler !== Identity ) {\n\t\t\t\t\t\t\t\t\t\t\tthat = undefined;\n\t\t\t\t\t\t\t\t\t\t\targs = [ returned ];\n\t\t\t\t\t\t\t\t\t\t}\n\n\t\t\t\t\t\t\t\t\t\t// Process the value(s)\n\t\t\t\t\t\t\t\t\t\t// Default process is resolve\n\t\t\t\t\t\t\t\t\t\t( special || deferred.resolveWith )( that, args );\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t},\n\n\t\t\t\t\t\t\t\t// Only normal processors (resolve) catch and reject exceptions\n\t\t\t\t\t\t\t\tprocess = special ?\n\t\t\t\t\t\t\t\t\tmightThrow :\n\t\t\t\t\t\t\t\t\tfunction() {\n\t\t\t\t\t\t\t\t\t\ttry {\n\t\t\t\t\t\t\t\t\t\t\tmightThrow();\n\t\t\t\t\t\t\t\t\t\t} catch ( e ) {\n\n\t\t\t\t\t\t\t\t\t\t\tif ( jQuery.Deferred.exceptionHook ) {\n\t\t\t\t\t\t\t\t\t\t\t\tjQuery.Deferred.exceptionHook( e,\n\t\t\t\t\t\t\t\t\t\t\t\t\tprocess.stackTrace );\n\t\t\t\t\t\t\t\t\t\t\t}\n\n\t\t\t\t\t\t\t\t\t\t\t// Support: Promises/A+ section 2.3.3.3.4.1\n\t\t\t\t\t\t\t\t\t\t\t// https://promisesaplus.com/#point-61\n\t\t\t\t\t\t\t\t\t\t\t// Ignore post-resolution exceptions\n\t\t\t\t\t\t\t\t\t\t\tif ( depth + 1 >= maxDepth ) {\n\n\t\t\t\t\t\t\t\t\t\t\t\t// Only substitute handlers pass on context\n\t\t\t\t\t\t\t\t\t\t\t\t// and multiple values (non-spec behavior)\n\t\t\t\t\t\t\t\t\t\t\t\tif ( handler !== Thrower ) {\n\t\t\t\t\t\t\t\t\t\t\t\t\tthat = undefined;\n\t\t\t\t\t\t\t\t\t\t\t\t\targs = [ e ];\n\t\t\t\t\t\t\t\t\t\t\t\t}\n\n\t\t\t\t\t\t\t\t\t\t\t\tdeferred.rejectWith( that, args );\n\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t};\n\n\t\t\t\t\t\t\t// Support: Promises/A+ section 2.3.3.3.1\n\t\t\t\t\t\t\t// https://promisesaplus.com/#point-57\n\t\t\t\t\t\t\t// Re-resolve promises immediately to dodge false rejection from\n\t\t\t\t\t\t\t// subsequent errors\n\t\t\t\t\t\t\tif ( depth ) {\n\t\t\t\t\t\t\t\tprocess();\n\t\t\t\t\t\t\t} else {\n\n\t\t\t\t\t\t\t\t// Call an optional hook to record the stack, in case of exception\n\t\t\t\t\t\t\t\t// since it's otherwise lost when execution goes async\n\t\t\t\t\t\t\t\tif ( jQuery.Deferred.getStackHook ) {\n\t\t\t\t\t\t\t\t\tprocess.stackTrace = jQuery.Deferred.getStackHook();\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\twindow.setTimeout( process );\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t};\n\t\t\t\t\t}\n\n\t\t\t\t\treturn jQuery.Deferred( function( newDefer ) {\n\n\t\t\t\t\t\t// progress_handlers.add( ... )\n\t\t\t\t\t\ttuples[ 0 ][ 3 ].add(\n\t\t\t\t\t\t\tresolve(\n\t\t\t\t\t\t\t\t0,\n\t\t\t\t\t\t\t\tnewDefer,\n\t\t\t\t\t\t\t\tisFunction( onProgress ) ?\n\t\t\t\t\t\t\t\t\tonProgress :\n\t\t\t\t\t\t\t\t\tIdentity,\n\t\t\t\t\t\t\t\tnewDefer.notifyWith\n\t\t\t\t\t\t\t)\n\t\t\t\t\t\t);\n\n\t\t\t\t\t\t// fulfilled_handlers.add( ... )\n\t\t\t\t\t\ttuples[ 1 ][ 3 ].add(\n\t\t\t\t\t\t\tresolve(\n\t\t\t\t\t\t\t\t0,\n\t\t\t\t\t\t\t\tnewDefer,\n\t\t\t\t\t\t\t\tisFunction( onFulfilled ) ?\n\t\t\t\t\t\t\t\t\tonFulfilled :\n\t\t\t\t\t\t\t\t\tIdentity\n\t\t\t\t\t\t\t)\n\t\t\t\t\t\t);\n\n\t\t\t\t\t\t// rejected_handlers.add( ... )\n\t\t\t\t\t\ttuples[ 2 ][ 3 ].add(\n\t\t\t\t\t\t\tresolve(\n\t\t\t\t\t\t\t\t0,\n\t\t\t\t\t\t\t\tnewDefer,\n\t\t\t\t\t\t\t\tisFunction( onRejected ) ?\n\t\t\t\t\t\t\t\t\tonRejected :\n\t\t\t\t\t\t\t\t\tThrower\n\t\t\t\t\t\t\t)\n\t\t\t\t\t\t);\n\t\t\t\t\t} ).promise();\n\t\t\t\t},\n\n\t\t\t\t// Get a promise for this deferred\n\t\t\t\t// If obj is provided, the promise aspect is added to the object\n\t\t\t\tpromise: function( obj ) {\n\t\t\t\t\treturn obj != null ? jQuery.extend( obj, promise ) : promise;\n\t\t\t\t}\n\t\t\t},\n\t\t\tdeferred = {};\n\n\t\t// Add list-specific methods\n\t\tjQuery.each( tuples, function( i, tuple ) {\n\t\t\tvar list = tuple[ 2 ],\n\t\t\t\tstateString = tuple[ 5 ];\n\n\t\t\t// promise.progress = list.add\n\t\t\t// promise.done = list.add\n\t\t\t// promise.fail = list.add\n\t\t\tpromise[ tuple[ 1 ] ] = list.add;\n\n\t\t\t// Handle state\n\t\t\tif ( stateString ) {\n\t\t\t\tlist.add(\n\t\t\t\t\tfunction() {\n\n\t\t\t\t\t\t// state = \"resolved\" (i.e., fulfilled)\n\t\t\t\t\t\t// state = \"rejected\"\n\t\t\t\t\t\tstate = stateString;\n\t\t\t\t\t},\n\n\t\t\t\t\t// rejected_callbacks.disable\n\t\t\t\t\t// fulfilled_callbacks.disable\n\t\t\t\t\ttuples[ 3 - i ][ 2 ].disable,\n\n\t\t\t\t\t// rejected_handlers.disable\n\t\t\t\t\t// fulfilled_handlers.disable\n\t\t\t\t\ttuples[ 3 - i ][ 3 ].disable,\n\n\t\t\t\t\t// progress_callbacks.lock\n\t\t\t\t\ttuples[ 0 ][ 2 ].lock,\n\n\t\t\t\t\t// progress_handlers.lock\n\t\t\t\t\ttuples[ 0 ][ 3 ].lock\n\t\t\t\t);\n\t\t\t}\n\n\t\t\t// progress_handlers.fire\n\t\t\t// fulfilled_handlers.fire\n\t\t\t// rejected_handlers.fire\n\t\t\tlist.add( tuple[ 3 ].fire );\n\n\t\t\t// deferred.notify = function() { deferred.notifyWith(...) }\n\t\t\t// deferred.resolve = function() { deferred.resolveWith(...) }\n\t\t\t// deferred.reject = function() { deferred.rejectWith(...) }\n\t\t\tdeferred[ tuple[ 0 ] ] = function() {\n\t\t\t\tdeferred[ tuple[ 0 ] + \"With\" ]( this === deferred ? undefined : this, arguments );\n\t\t\t\treturn this;\n\t\t\t};\n\n\t\t\t// deferred.notifyWith = list.fireWith\n\t\t\t// deferred.resolveWith = list.fireWith\n\t\t\t// deferred.rejectWith = list.fireWith\n\t\t\tdeferred[ tuple[ 0 ] + \"With\" ] = list.fireWith;\n\t\t} );\n\n\t\t// Make the deferred a promise\n\t\tpromise.promise( deferred );\n\n\t\t// Call given func if any\n\t\tif ( func ) {\n\t\t\tfunc.call( deferred, deferred );\n\t\t}\n\n\t\t// All done!\n\t\treturn deferred;\n\t},\n\n\t// Deferred helper\n\twhen: function( singleValue ) {\n\t\tvar\n\n\t\t\t// count of uncompleted subordinates\n\t\t\tremaining = arguments.length,\n\n\t\t\t// count of unprocessed arguments\n\t\t\ti = remaining,\n\n\t\t\t// subordinate fulfillment data\n\t\t\tresolveContexts = Array( i ),\n\t\t\tresolveValues = slice.call( arguments ),\n\n\t\t\t// the master Deferred\n\t\t\tmaster = jQuery.Deferred(),\n\n\t\t\t// subordinate callback factory\n\t\t\tupdateFunc = function( i ) {\n\t\t\t\treturn function( value ) {\n\t\t\t\t\tresolveContexts[ i ] = this;\n\t\t\t\t\tresolveValues[ i ] = arguments.length > 1 ? slice.call( arguments ) : value;\n\t\t\t\t\tif ( !( --remaining ) ) {\n\t\t\t\t\t\tmaster.resolveWith( resolveContexts, resolveValues );\n\t\t\t\t\t}\n\t\t\t\t};\n\t\t\t};\n\n\t\t// Single- and empty arguments are adopted like Promise.resolve\n\t\tif ( remaining <= 1 ) {\n\t\t\tadoptValue( singleValue, master.done( updateFunc( i ) ).resolve, master.reject,\n\t\t\t\t!remaining );\n\n\t\t\t// Use .then() to unwrap secondary thenables (cf. gh-3000)\n\t\t\tif ( master.state() === \"pending\" ||\n\t\t\t\tisFunction( resolveValues[ i ] && resolveValues[ i ].then ) ) {\n\n\t\t\t\treturn master.then();\n\t\t\t}\n\t\t}\n\n\t\t// Multiple arguments are aggregated like Promise.all array elements\n\t\twhile ( i-- ) {\n\t\t\tadoptValue( resolveValues[ i ], updateFunc( i ), master.reject );\n\t\t}\n\n\t\treturn master.promise();\n\t}\n} );\n\n\n// These usually indicate a programmer mistake during development,\n// warn about them ASAP rather than swallowing them by default.\nvar rerrorNames = /^(Eval|Internal|Range|Reference|Syntax|Type|URI)Error$/;\n\njQuery.Deferred.exceptionHook = function( error, stack ) {\n\n\t// Support: IE 8 - 9 only\n\t// Console exists when dev tools are open, which can happen at any time\n\tif ( window.console && window.console.warn && error && rerrorNames.test( error.name ) ) {\n\t\twindow.console.warn( \"jQuery.Deferred exception: \" + error.message, error.stack, stack );\n\t}\n};\n\n\n\n\njQuery.readyException = function( error ) {\n\twindow.setTimeout( function() {\n\t\tthrow error;\n\t} );\n};\n\n\n\n\n// The deferred used on DOM ready\nvar readyList = jQuery.Deferred();\n\njQuery.fn.ready = function( fn ) {\n\n\treadyList\n\t\t.then( fn )\n\n\t\t// Wrap jQuery.readyException in a function so that the lookup\n\t\t// happens at the time of error handling instead of callback\n\t\t// registration.\n\t\t.catch( function( error ) {\n\t\t\tjQuery.readyException( error );\n\t\t} );\n\n\treturn this;\n};\n\njQuery.extend( {\n\n\t// Is the DOM ready to be used? Set to true once it occurs.\n\tisReady: false,\n\n\t// A counter to track how many items to wait for before\n\t// the ready event fires. See #6781\n\treadyWait: 1,\n\n\t// Handle when the DOM is ready\n\tready: function( wait ) {\n\n\t\t// Abort if there are pending holds or we're already ready\n\t\tif ( wait === true ? --jQuery.readyWait : jQuery.isReady ) {\n\t\t\treturn;\n\t\t}\n\n\t\t// Remember that the DOM is ready\n\t\tjQuery.isReady = true;\n\n\t\t// If a normal DOM Ready event fired, decrement, and wait if need be\n\t\tif ( wait !== true && --jQuery.readyWait > 0 ) {\n\t\t\treturn;\n\t\t}\n\n\t\t// If there are functions bound, to execute\n\t\treadyList.resolveWith( document, [ jQuery ] );\n\t}\n} );\n\njQuery.ready.then = readyList.then;\n\n// The ready event handler and self cleanup method\nfunction completed() {\n\tdocument.removeEventListener( \"DOMContentLoaded\", completed );\n\twindow.removeEventListener( \"load\", completed );\n\tjQuery.ready();\n}\n\n// Catch cases where $(document).ready() is called\n// after the browser event has already occurred.\n// Support: IE <=9 - 10 only\n// Older IE sometimes signals \"interactive\" too soon\nif ( document.readyState === \"complete\" ||\n\t( document.readyState !== \"loading\" && !document.documentElement.doScroll ) ) {\n\n\t// Handle it asynchronously to allow scripts the opportunity to delay ready\n\twindow.setTimeout( jQuery.ready );\n\n} else {\n\n\t// Use the handy event callback\n\tdocument.addEventListener( \"DOMContentLoaded\", completed );\n\n\t// A fallback to window.onload, that will always work\n\twindow.addEventListener( \"load\", completed );\n}\n\n\n\n\n// Multifunctional method to get and set values of a collection\n// The value/s can optionally be executed if it's a function\nvar access = function( elems, fn, key, value, chainable, emptyGet, raw ) {\n\tvar i = 0,\n\t\tlen = elems.length,\n\t\tbulk = key == null;\n\n\t// Sets many values\n\tif ( toType( key ) === \"object\" ) {\n\t\tchainable = true;\n\t\tfor ( i in key ) {\n\t\t\taccess( elems, fn, i, key[ i ], true, emptyGet, raw );\n\t\t}\n\n\t// Sets one value\n\t} else if ( value !== undefined ) {\n\t\tchainable = true;\n\n\t\tif ( !isFunction( value ) ) {\n\t\t\traw = true;\n\t\t}\n\n\t\tif ( bulk ) {\n\n\t\t\t// Bulk operations run against the entire set\n\t\t\tif ( raw ) {\n\t\t\t\tfn.call( elems, value );\n\t\t\t\tfn = null;\n\n\t\t\t// ...except when executing function values\n\t\t\t} else {\n\t\t\t\tbulk = fn;\n\t\t\t\tfn = function( elem, key, value ) {\n\t\t\t\t\treturn bulk.call( jQuery( elem ), value );\n\t\t\t\t};\n\t\t\t}\n\t\t}\n\n\t\tif ( fn ) {\n\t\t\tfor ( ; i < len; i++ ) {\n\t\t\t\tfn(\n\t\t\t\t\telems[ i ], key, raw ?\n\t\t\t\t\tvalue :\n\t\t\t\t\tvalue.call( elems[ i ], i, fn( elems[ i ], key ) )\n\t\t\t\t);\n\t\t\t}\n\t\t}\n\t}\n\n\tif ( chainable ) {\n\t\treturn elems;\n\t}\n\n\t// Gets\n\tif ( bulk ) {\n\t\treturn fn.call( elems );\n\t}\n\n\treturn len ? fn( elems[ 0 ], key ) : emptyGet;\n};\n\n\n// Matches dashed string for camelizing\nvar rmsPrefix = /^-ms-/,\n\trdashAlpha = /-([a-z])/g;\n\n// Used by camelCase as callback to replace()\nfunction fcamelCase( all, letter ) {\n\treturn letter.toUpperCase();\n}\n\n// Convert dashed to camelCase; used by the css and data modules\n// Support: IE <=9 - 11, Edge 12 - 15\n// Microsoft forgot to hump their vendor prefix (#9572)\nfunction camelCase( string ) {\n\treturn string.replace( rmsPrefix, \"ms-\" ).replace( rdashAlpha, fcamelCase );\n}\nvar acceptData = function( owner ) {\n\n\t// Accepts only:\n\t// - Node\n\t// - Node.ELEMENT_NODE\n\t// - Node.DOCUMENT_NODE\n\t// - Object\n\t// - Any\n\treturn owner.nodeType === 1 || owner.nodeType === 9 || !( +owner.nodeType );\n};\n\n\n\n\nfunction Data() {\n\tthis.expando = jQuery.expando + Data.uid++;\n}\n\nData.uid = 1;\n\nData.prototype = {\n\n\tcache: function( owner ) {\n\n\t\t// Check if the owner object already has a cache\n\t\tvar value = owner[ this.expando ];\n\n\t\t// If not, create one\n\t\tif ( !value ) {\n\t\t\tvalue = {};\n\n\t\t\t// We can accept data for non-element nodes in modern browsers,\n\t\t\t// but we should not, see #8335.\n\t\t\t// Always return an empty object.\n\t\t\tif ( acceptData( owner ) ) {\n\n\t\t\t\t// If it is a node unlikely to be stringify-ed or looped over\n\t\t\t\t// use plain assignment\n\t\t\t\tif ( owner.nodeType ) {\n\t\t\t\t\towner[ this.expando ] = value;\n\n\t\t\t\t// Otherwise secure it in a non-enumerable property\n\t\t\t\t// configurable must be true to allow the property to be\n\t\t\t\t// deleted when data is removed\n\t\t\t\t} else {\n\t\t\t\t\tObject.defineProperty( owner, this.expando, {\n\t\t\t\t\t\tvalue: value,\n\t\t\t\t\t\tconfigurable: true\n\t\t\t\t\t} );\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\treturn value;\n\t},\n\tset: function( owner, data, value ) {\n\t\tvar prop,\n\t\t\tcache = this.cache( owner );\n\n\t\t// Handle: [ owner, key, value ] args\n\t\t// Always use camelCase key (gh-2257)\n\t\tif ( typeof data === \"string\" ) {\n\t\t\tcache[ camelCase( data ) ] = value;\n\n\t\t// Handle: [ owner, { properties } ] args\n\t\t} else {\n\n\t\t\t// Copy the properties one-by-one to the cache object\n\t\t\tfor ( prop in data ) {\n\t\t\t\tcache[ camelCase( prop ) ] = data[ prop ];\n\t\t\t}\n\t\t}\n\t\treturn cache;\n\t},\n\tget: function( owner, key ) {\n\t\treturn key === undefined ?\n\t\t\tthis.cache( owner ) :\n\n\t\t\t// Always use camelCase key (gh-2257)\n\t\t\towner[ this.expando ] && owner[ this.expando ][ camelCase( key ) ];\n\t},\n\taccess: function( owner, key, value ) {\n\n\t\t// In cases where either:\n\t\t//\n\t\t// 1. No key was specified\n\t\t// 2. A string key was specified, but no value provided\n\t\t//\n\t\t// Take the \"read\" path and allow the get method to determine\n\t\t// which value to return, respectively either:\n\t\t//\n\t\t// 1. The entire cache object\n\t\t// 2. The data stored at the key\n\t\t//\n\t\tif ( key === undefined ||\n\t\t\t\t( ( key && typeof key === \"string\" ) && value === undefined ) ) {\n\n\t\t\treturn this.get( owner, key );\n\t\t}\n\n\t\t// When the key is not a string, or both a key and value\n\t\t// are specified, set or extend (existing objects) with either:\n\t\t//\n\t\t// 1. An object of properties\n\t\t// 2. A key and value\n\t\t//\n\t\tthis.set( owner, key, value );\n\n\t\t// Since the \"set\" path can have two possible entry points\n\t\t// return the expected data based on which path was taken[*]\n\t\treturn value !== undefined ? value : key;\n\t},\n\tremove: function( owner, key ) {\n\t\tvar i,\n\t\t\tcache = owner[ this.expando ];\n\n\t\tif ( cache === undefined ) {\n\t\t\treturn;\n\t\t}\n\n\t\tif ( key !== undefined ) {\n\n\t\t\t// Support array or space separated string of keys\n\t\t\tif ( Array.isArray( key ) ) {\n\n\t\t\t\t// If key is an array of keys...\n\t\t\t\t// We always set camelCase keys, so remove that.\n\t\t\t\tkey = key.map( camelCase );\n\t\t\t} else {\n\t\t\t\tkey = camelCase( key );\n\n\t\t\t\t// If a key with the spaces exists, use it.\n\t\t\t\t// Otherwise, create an array by matching non-whitespace\n\t\t\t\tkey = key in cache ?\n\t\t\t\t\t[ key ] :\n\t\t\t\t\t( key.match( rnothtmlwhite ) || [] );\n\t\t\t}\n\n\t\t\ti = key.length;\n\n\t\t\twhile ( i-- ) {\n\t\t\t\tdelete cache[ key[ i ] ];\n\t\t\t}\n\t\t}\n\n\t\t// Remove the expando if there's no more data\n\t\tif ( key === undefined || jQuery.isEmptyObject( cache ) ) {\n\n\t\t\t// Support: Chrome <=35 - 45\n\t\t\t// Webkit & Blink performance suffers when deleting properties\n\t\t\t// from DOM nodes, so set to undefined instead\n\t\t\t// https://bugs.chromium.org/p/chromium/issues/detail?id=378607 (bug restricted)\n\t\t\tif ( owner.nodeType ) {\n\t\t\t\towner[ this.expando ] = undefined;\n\t\t\t} else {\n\t\t\t\tdelete owner[ this.expando ];\n\t\t\t}\n\t\t}\n\t},\n\thasData: function( owner ) {\n\t\tvar cache = owner[ this.expando ];\n\t\treturn cache !== undefined && !jQuery.isEmptyObject( cache );\n\t}\n};\nvar dataPriv = new Data();\n\nvar dataUser = new Data();\n\n\n\n//\tImplementation Summary\n//\n//\t1. Enforce API surface and semantic compatibility with 1.9.x branch\n//\t2. Improve the module's maintainability by reducing the storage\n//\t\tpaths to a single mechanism.\n//\t3. Use the same single mechanism to support \"private\" and \"user\" data.\n//\t4. _Never_ expose \"private\" data to user code (TODO: Drop _data, _removeData)\n//\t5. Avoid exposing implementation details on user objects (eg. expando properties)\n//\t6. Provide a clear path for implementation upgrade to WeakMap in 2014\n\nvar rbrace = /^(?:\\{[\\w\\W]*\\}|\\[[\\w\\W]*\\])$/,\n\trmultiDash = /[A-Z]/g;\n\nfunction getData( data ) {\n\tif ( data === \"true\" ) {\n\t\treturn true;\n\t}\n\n\tif ( data === \"false\" ) {\n\t\treturn false;\n\t}\n\n\tif ( data === \"null\" ) {\n\t\treturn null;\n\t}\n\n\t// Only convert to a number if it doesn't change the string\n\tif ( data === +data + \"\" ) {\n\t\treturn +data;\n\t}\n\n\tif ( rbrace.test( data ) ) {\n\t\treturn JSON.parse( data );\n\t}\n\n\treturn data;\n}\n\nfunction dataAttr( elem, key, data ) {\n\tvar name;\n\n\t// If nothing was found internally, try to fetch any\n\t// data from the HTML5 data-* attribute\n\tif ( data === undefined && elem.nodeType === 1 ) {\n\t\tname = \"data-\" + key.replace( rmultiDash, \"-$&\" ).toLowerCase();\n\t\tdata = elem.getAttribute( name );\n\n\t\tif ( typeof data === \"string\" ) {\n\t\t\ttry {\n\t\t\t\tdata = getData( data );\n\t\t\t} catch ( e ) {}\n\n\t\t\t// Make sure we set the data so it isn't changed later\n\t\t\tdataUser.set( elem, key, data );\n\t\t} else {\n\t\t\tdata = undefined;\n\t\t}\n\t}\n\treturn data;\n}\n\njQuery.extend( {\n\thasData: function( elem ) {\n\t\treturn dataUser.hasData( elem ) || dataPriv.hasData( elem );\n\t},\n\n\tdata: function( elem, name, data ) {\n\t\treturn dataUser.access( elem, name, data );\n\t},\n\n\tremoveData: function( elem, name ) {\n\t\tdataUser.remove( elem, name );\n\t},\n\n\t// TODO: Now that all calls to _data and _removeData have been replaced\n\t// with direct calls to dataPriv methods, these can be deprecated.\n\t_data: function( elem, name, data ) {\n\t\treturn dataPriv.access( elem, name, data );\n\t},\n\n\t_removeData: function( elem, name ) {\n\t\tdataPriv.remove( elem, name );\n\t}\n} );\n\njQuery.fn.extend( {\n\tdata: function( key, value ) {\n\t\tvar i, name, data,\n\t\t\telem = this[ 0 ],\n\t\t\tattrs = elem && elem.attributes;\n\n\t\t// Gets all values\n\t\tif ( key === undefined ) {\n\t\t\tif ( this.length ) {\n\t\t\t\tdata = dataUser.get( elem );\n\n\t\t\t\tif ( elem.nodeType === 1 && !dataPriv.get( elem, \"hasDataAttrs\" ) ) {\n\t\t\t\t\ti = attrs.length;\n\t\t\t\t\twhile ( i-- ) {\n\n\t\t\t\t\t\t// Support: IE 11 only\n\t\t\t\t\t\t// The attrs elements can be null (#14894)\n\t\t\t\t\t\tif ( attrs[ i ] ) {\n\t\t\t\t\t\t\tname = attrs[ i ].name;\n\t\t\t\t\t\t\tif ( name.indexOf( \"data-\" ) === 0 ) {\n\t\t\t\t\t\t\t\tname = camelCase( name.slice( 5 ) );\n\t\t\t\t\t\t\t\tdataAttr( elem, name, data[ name ] );\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t\tdataPriv.set( elem, \"hasDataAttrs\", true );\n\t\t\t\t}\n\t\t\t}\n\n\t\t\treturn data;\n\t\t}\n\n\t\t// Sets multiple values\n\t\tif ( typeof key === \"object\" ) {\n\t\t\treturn this.each( function() {\n\t\t\t\tdataUser.set( this, key );\n\t\t\t} );\n\t\t}\n\n\t\treturn access( this, function( value ) {\n\t\t\tvar data;\n\n\t\t\t// The calling jQuery object (element matches) is not empty\n\t\t\t// (and therefore has an element appears at this[ 0 ]) and the\n\t\t\t// `value` parameter was not undefined. An empty jQuery object\n\t\t\t// will result in `undefined` for elem = this[ 0 ] which will\n\t\t\t// throw an exception if an attempt to read a data cache is made.\n\t\t\tif ( elem && value === undefined ) {\n\n\t\t\t\t// Attempt to get data from the cache\n\t\t\t\t// The key will always be camelCased in Data\n\t\t\t\tdata = dataUser.get( elem, key );\n\t\t\t\tif ( data !== undefined ) {\n\t\t\t\t\treturn data;\n\t\t\t\t}\n\n\t\t\t\t// Attempt to \"discover\" the data in\n\t\t\t\t// HTML5 custom data-* attrs\n\t\t\t\tdata = dataAttr( elem, key );\n\t\t\t\tif ( data !== undefined ) {\n\t\t\t\t\treturn data;\n\t\t\t\t}\n\n\t\t\t\t// We tried really hard, but the data doesn't exist.\n\t\t\t\treturn;\n\t\t\t}\n\n\t\t\t// Set the data...\n\t\t\tthis.each( function() {\n\n\t\t\t\t// We always store the camelCased key\n\t\t\t\tdataUser.set( this, key, value );\n\t\t\t} );\n\t\t}, null, value, arguments.length > 1, null, true );\n\t},\n\n\tremoveData: function( key ) {\n\t\treturn this.each( function() {\n\t\t\tdataUser.remove( this, key );\n\t\t} );\n\t}\n} );\n\n\njQuery.extend( {\n\tqueue: function( elem, type, data ) {\n\t\tvar queue;\n\n\t\tif ( elem ) {\n\t\t\ttype = ( type || \"fx\" ) + \"queue\";\n\t\t\tqueue = dataPriv.get( elem, type );\n\n\t\t\t// Speed up dequeue by getting out quickly if this is just a lookup\n\t\t\tif ( data ) {\n\t\t\t\tif ( !queue || Array.isArray( data ) ) {\n\t\t\t\t\tqueue = dataPriv.access( elem, type, jQuery.makeArray( data ) );\n\t\t\t\t} else {\n\t\t\t\t\tqueue.push( data );\n\t\t\t\t}\n\t\t\t}\n\t\t\treturn queue || [];\n\t\t}\n\t},\n\n\tdequeue: function( elem, type ) {\n\t\ttype = type || \"fx\";\n\n\t\tvar queue = jQuery.queue( elem, type ),\n\t\t\tstartLength = queue.length,\n\t\t\tfn = queue.shift(),\n\t\t\thooks = jQuery._queueHooks( elem, type ),\n\t\t\tnext = function() {\n\t\t\t\tjQuery.dequeue( elem, type );\n\t\t\t};\n\n\t\t// If the fx queue is dequeued, always remove the progress sentinel\n\t\tif ( fn === \"inprogress\" ) {\n\t\t\tfn = queue.shift();\n\t\t\tstartLength--;\n\t\t}\n\n\t\tif ( fn ) {\n\n\t\t\t// Add a progress sentinel to prevent the fx queue from being\n\t\t\t// automatically dequeued\n\t\t\tif ( type === \"fx\" ) {\n\t\t\t\tqueue.unshift( \"inprogress\" );\n\t\t\t}\n\n\t\t\t// Clear up the last queue stop function\n\t\t\tdelete hooks.stop;\n\t\t\tfn.call( elem, next, hooks );\n\t\t}\n\n\t\tif ( !startLength && hooks ) {\n\t\t\thooks.empty.fire();\n\t\t}\n\t},\n\n\t// Not public - generate a queueHooks object, or return the current one\n\t_queueHooks: function( elem, type ) {\n\t\tvar key = type + \"queueHooks\";\n\t\treturn dataPriv.get( elem, key ) || dataPriv.access( elem, key, {\n\t\t\tempty: jQuery.Callbacks( \"once memory\" ).add( function() {\n\t\t\t\tdataPriv.remove( elem, [ type + \"queue\", key ] );\n\t\t\t} )\n\t\t} );\n\t}\n} );\n\njQuery.fn.extend( {\n\tqueue: function( type, data ) {\n\t\tvar setter = 2;\n\n\t\tif ( typeof type !== \"string\" ) {\n\t\t\tdata = type;\n\t\t\ttype = \"fx\";\n\t\t\tsetter--;\n\t\t}\n\n\t\tif ( arguments.length < setter ) {\n\t\t\treturn jQuery.queue( this[ 0 ], type );\n\t\t}\n\n\t\treturn data === undefined ?\n\t\t\tthis :\n\t\t\tthis.each( function() {\n\t\t\t\tvar queue = jQuery.queue( this, type, data );\n\n\t\t\t\t// Ensure a hooks for this queue\n\t\t\t\tjQuery._queueHooks( this, type );\n\n\t\t\t\tif ( type === \"fx\" && queue[ 0 ] !== \"inprogress\" ) {\n\t\t\t\t\tjQuery.dequeue( this, type );\n\t\t\t\t}\n\t\t\t} );\n\t},\n\tdequeue: function( type ) {\n\t\treturn this.each( function() {\n\t\t\tjQuery.dequeue( this, type );\n\t\t} );\n\t},\n\tclearQueue: function( type ) {\n\t\treturn this.queue( type || \"fx\", [] );\n\t},\n\n\t// Get a promise resolved when queues of a certain type\n\t// are emptied (fx is the type by default)\n\tpromise: function( type, obj ) {\n\t\tvar tmp,\n\t\t\tcount = 1,\n\t\t\tdefer = jQuery.Deferred(),\n\t\t\telements = this,\n\t\t\ti = this.length,\n\t\t\tresolve = function() {\n\t\t\t\tif ( !( --count ) ) {\n\t\t\t\t\tdefer.resolveWith( elements, [ elements ] );\n\t\t\t\t}\n\t\t\t};\n\n\t\tif ( typeof type !== \"string\" ) {\n\t\t\tobj = type;\n\t\t\ttype = undefined;\n\t\t}\n\t\ttype = type || \"fx\";\n\n\t\twhile ( i-- ) {\n\t\t\ttmp = dataPriv.get( elements[ i ], type + \"queueHooks\" );\n\t\t\tif ( tmp && tmp.empty ) {\n\t\t\t\tcount++;\n\t\t\t\ttmp.empty.add( resolve );\n\t\t\t}\n\t\t}\n\t\tresolve();\n\t\treturn defer.promise( obj );\n\t}\n} );\nvar pnum = ( /[+-]?(?:\\d*\\.|)\\d+(?:[eE][+-]?\\d+|)/ ).source;\n\nvar rcssNum = new RegExp( \"^(?:([+-])=|)(\" + pnum + \")([a-z%]*)$\", \"i\" );\n\n\nvar cssExpand = [ \"Top\", \"Right\", \"Bottom\", \"Left\" ];\n\nvar isHiddenWithinTree = function( elem, el ) {\n\n\t\t// isHiddenWithinTree might be called from jQuery#filter function;\n\t\t// in that case, element will be second argument\n\t\telem = el || elem;\n\n\t\t// Inline style trumps all\n\t\treturn elem.style.display === \"none\" ||\n\t\t\telem.style.display === \"\" &&\n\n\t\t\t// Otherwise, check computed style\n\t\t\t// Support: Firefox <=43 - 45\n\t\t\t// Disconnected elements can have computed display: none, so first confirm that elem is\n\t\t\t// in the document.\n\t\t\tjQuery.contains( elem.ownerDocument, elem ) &&\n\n\t\t\tjQuery.css( elem, \"display\" ) === \"none\";\n\t};\n\nvar swap = function( elem, options, callback, args ) {\n\tvar ret, name,\n\t\told = {};\n\n\t// Remember the old values, and insert the new ones\n\tfor ( name in options ) {\n\t\told[ name ] = elem.style[ name ];\n\t\telem.style[ name ] = options[ name ];\n\t}\n\n\tret = callback.apply( elem, args || [] );\n\n\t// Revert the old values\n\tfor ( name in options ) {\n\t\telem.style[ name ] = old[ name ];\n\t}\n\n\treturn ret;\n};\n\n\n\n\nfunction adjustCSS( elem, prop, valueParts, tween ) {\n\tvar adjusted, scale,\n\t\tmaxIterations = 20,\n\t\tcurrentValue = tween ?\n\t\t\tfunction() {\n\t\t\t\treturn tween.cur();\n\t\t\t} :\n\t\t\tfunction() {\n\t\t\t\treturn jQuery.css( elem, prop, \"\" );\n\t\t\t},\n\t\tinitial = currentValue(),\n\t\tunit = valueParts && valueParts[ 3 ] || ( jQuery.cssNumber[ prop ] ? \"\" : \"px\" ),\n\n\t\t// Starting value computation is required for potential unit mismatches\n\t\tinitialInUnit = ( jQuery.cssNumber[ prop ] || unit !== \"px\" && +initial ) &&\n\t\t\trcssNum.exec( jQuery.css( elem, prop ) );\n\n\tif ( initialInUnit && initialInUnit[ 3 ] !== unit ) {\n\n\t\t// Support: Firefox <=54\n\t\t// Halve the iteration target value to prevent interference from CSS upper bounds (gh-2144)\n\t\tinitial = initial / 2;\n\n\t\t// Trust units reported by jQuery.css\n\t\tunit = unit || initialInUnit[ 3 ];\n\n\t\t// Iteratively approximate from a nonzero starting point\n\t\tinitialInUnit = +initial || 1;\n\n\t\twhile ( maxIterations-- ) {\n\n\t\t\t// Evaluate and update our best guess (doubling guesses that zero out).\n\t\t\t// Finish if the scale equals or crosses 1 (making the old*new product non-positive).\n\t\t\tjQuery.style( elem, prop, initialInUnit + unit );\n\t\t\tif ( ( 1 - scale ) * ( 1 - ( scale = currentValue() / initial || 0.5 ) ) <= 0 ) {\n\t\t\t\tmaxIterations = 0;\n\t\t\t}\n\t\t\tinitialInUnit = initialInUnit / scale;\n\n\t\t}\n\n\t\tinitialInUnit = initialInUnit * 2;\n\t\tjQuery.style( elem, prop, initialInUnit + unit );\n\n\t\t// Make sure we update the tween properties later on\n\t\tvalueParts = valueParts || [];\n\t}\n\n\tif ( valueParts ) {\n\t\tinitialInUnit = +initialInUnit || +initial || 0;\n\n\t\t// Apply relative offset (+=/-=) if specified\n\t\tadjusted = valueParts[ 1 ] ?\n\t\t\tinitialInUnit + ( valueParts[ 1 ] + 1 ) * valueParts[ 2 ] :\n\t\t\t+valueParts[ 2 ];\n\t\tif ( tween ) {\n\t\t\ttween.unit = unit;\n\t\t\ttween.start = initialInUnit;\n\t\t\ttween.end = adjusted;\n\t\t}\n\t}\n\treturn adjusted;\n}\n\n\nvar defaultDisplayMap = {};\n\nfunction getDefaultDisplay( elem ) {\n\tvar temp,\n\t\tdoc = elem.ownerDocument,\n\t\tnodeName = elem.nodeName,\n\t\tdisplay = defaultDisplayMap[ nodeName ];\n\n\tif ( display ) {\n\t\treturn display;\n\t}\n\n\ttemp = doc.body.appendChild( doc.createElement( nodeName ) );\n\tdisplay = jQuery.css( temp, \"display\" );\n\n\ttemp.parentNode.removeChild( temp );\n\n\tif ( display === \"none\" ) {\n\t\tdisplay = \"block\";\n\t}\n\tdefaultDisplayMap[ nodeName ] = display;\n\n\treturn display;\n}\n\nfunction showHide( elements, show ) {\n\tvar display, elem,\n\t\tvalues = [],\n\t\tindex = 0,\n\t\tlength = elements.length;\n\n\t// Determine new display value for elements that need to change\n\tfor ( ; index < length; index++ ) {\n\t\telem = elements[ index ];\n\t\tif ( !elem.style ) {\n\t\t\tcontinue;\n\t\t}\n\n\t\tdisplay = elem.style.display;\n\t\tif ( show ) {\n\n\t\t\t// Since we force visibility upon cascade-hidden elements, an immediate (and slow)\n\t\t\t// check is required in this first loop unless we have a nonempty display value (either\n\t\t\t// inline or about-to-be-restored)\n\t\t\tif ( display === \"none\" ) {\n\t\t\t\tvalues[ index ] = dataPriv.get( elem, \"display\" ) || null;\n\t\t\t\tif ( !values[ index ] ) {\n\t\t\t\t\telem.style.display = \"\";\n\t\t\t\t}\n\t\t\t}\n\t\t\tif ( elem.style.display === \"\" && isHiddenWithinTree( elem ) ) {\n\t\t\t\tvalues[ index ] = getDefaultDisplay( elem );\n\t\t\t}\n\t\t} else {\n\t\t\tif ( display !== \"none\" ) {\n\t\t\t\tvalues[ index ] = \"none\";\n\n\t\t\t\t// Remember what we're overwriting\n\t\t\t\tdataPriv.set( elem, \"display\", display );\n\t\t\t}\n\t\t}\n\t}\n\n\t// Set the display of the elements in a second loop to avoid constant reflow\n\tfor ( index = 0; index < length; index++ ) {\n\t\tif ( values[ index ] != null ) {\n\t\t\telements[ index ].style.display = values[ index ];\n\t\t}\n\t}\n\n\treturn elements;\n}\n\njQuery.fn.extend( {\n\tshow: function() {\n\t\treturn showHide( this, true );\n\t},\n\thide: function() {\n\t\treturn showHide( this );\n\t},\n\ttoggle: function( state ) {\n\t\tif ( typeof state === \"boolean\" ) {\n\t\t\treturn state ? this.show() : this.hide();\n\t\t}\n\n\t\treturn this.each( function() {\n\t\t\tif ( isHiddenWithinTree( this ) ) {\n\t\t\t\tjQuery( this ).show();\n\t\t\t} else {\n\t\t\t\tjQuery( this ).hide();\n\t\t\t}\n\t\t} );\n\t}\n} );\nvar rcheckableType = ( /^(?:checkbox|radio)$/i );\n\nvar rtagName = ( /<([a-z][^\\/\\0>\\x20\\t\\r\\n\\f]+)/i );\n\nvar rscriptType = ( /^$|^module$|\\/(?:java|ecma)script/i );\n\n\n\n// We have to close these tags to support XHTML (#13200)\nvar wrapMap = {\n\n\t// Support: IE <=9 only\n\toption: [ 1, \"<select multiple='multiple'>\", \"</select>\" ],\n\n\t// XHTML parsers do not magically insert elements in the\n\t// same way that tag soup parsers do. So we cannot shorten\n\t// this by omitting <tbody> or other required elements.\n\tthead: [ 1, \"<table>\", \"</table>\" ],\n\tcol: [ 2, \"<table><colgroup>\", \"</colgroup></table>\" ],\n\ttr: [ 2, \"<table><tbody>\", \"</tbody></table>\" ],\n\ttd: [ 3, \"<table><tbody><tr>\", \"</tr></tbody></table>\" ],\n\n\t_default: [ 0, \"\", \"\" ]\n};\n\n// Support: IE <=9 only\nwrapMap.optgroup = wrapMap.option;\n\nwrapMap.tbody = wrapMap.tfoot = wrapMap.colgroup = wrapMap.caption = wrapMap.thead;\nwrapMap.th = wrapMap.td;\n\n\nfunction getAll( context, tag ) {\n\n\t// Support: IE <=9 - 11 only\n\t// Use typeof to avoid zero-argument method invocation on host objects (#15151)\n\tvar ret;\n\n\tif ( typeof context.getElementsByTagName !== \"undefined\" ) {\n\t\tret = context.getElementsByTagName( tag || \"*\" );\n\n\t} else if ( typeof context.querySelectorAll !== \"undefined\" ) {\n\t\tret = context.querySelectorAll( tag || \"*\" );\n\n\t} else {\n\t\tret = [];\n\t}\n\n\tif ( tag === undefined || tag && nodeName( context, tag ) ) {\n\t\treturn jQuery.merge( [ context ], ret );\n\t}\n\n\treturn ret;\n}\n\n\n// Mark scripts as having already been evaluated\nfunction setGlobalEval( elems, refElements ) {\n\tvar i = 0,\n\t\tl = elems.length;\n\n\tfor ( ; i < l; i++ ) {\n\t\tdataPriv.set(\n\t\t\telems[ i ],\n\t\t\t\"globalEval\",\n\t\t\t!refElements || dataPriv.get( refElements[ i ], \"globalEval\" )\n\t\t);\n\t}\n}\n\n\nvar rhtml = /<|&#?\\w+;/;\n\nfunction buildFragment( elems, context, scripts, selection, ignored ) {\n\tvar elem, tmp, tag, wrap, contains, j,\n\t\tfragment = context.createDocumentFragment(),\n\t\tnodes = [],\n\t\ti = 0,\n\t\tl = elems.length;\n\n\tfor ( ; i < l; i++ ) {\n\t\telem = elems[ i ];\n\n\t\tif ( elem || elem === 0 ) {\n\n\t\t\t// Add nodes directly\n\t\t\tif ( toType( elem ) === \"object\" ) {\n\n\t\t\t\t// Support: Android <=4.0 only, PhantomJS 1 only\n\t\t\t\t// push.apply(_, arraylike) throws on ancient WebKit\n\t\t\t\tjQuery.merge( nodes, elem.nodeType ? [ elem ] : elem );\n\n\t\t\t// Convert non-html into a text node\n\t\t\t} else if ( !rhtml.test( elem ) ) {\n\t\t\t\tnodes.push( context.createTextNode( elem ) );\n\n\t\t\t// Convert html into DOM nodes\n\t\t\t} else {\n\t\t\t\ttmp = tmp || fragment.appendChild( context.createElement( \"div\" ) );\n\n\t\t\t\t// Deserialize a standard representation\n\t\t\t\ttag = ( rtagName.exec( elem ) || [ \"\", \"\" ] )[ 1 ].toLowerCase();\n\t\t\t\twrap = wrapMap[ tag ] || wrapMap._default;\n\t\t\t\ttmp.innerHTML = wrap[ 1 ] + jQuery.htmlPrefilter( elem ) + wrap[ 2 ];\n\n\t\t\t\t// Descend through wrappers to the right content\n\t\t\t\tj = wrap[ 0 ];\n\t\t\t\twhile ( j-- ) {\n\t\t\t\t\ttmp = tmp.lastChild;\n\t\t\t\t}\n\n\t\t\t\t// Support: Android <=4.0 only, PhantomJS 1 only\n\t\t\t\t// push.apply(_, arraylike) throws on ancient WebKit\n\t\t\t\tjQuery.merge( nodes, tmp.childNodes );\n\n\t\t\t\t// Remember the top-level container\n\t\t\t\ttmp = fragment.firstChild;\n\n\t\t\t\t// Ensure the created nodes are orphaned (#12392)\n\t\t\t\ttmp.textContent = \"\";\n\t\t\t}\n\t\t}\n\t}\n\n\t// Remove wrapper from fragment\n\tfragment.textContent = \"\";\n\n\ti = 0;\n\twhile ( ( elem = nodes[ i++ ] ) ) {\n\n\t\t// Skip elements already in the context collection (trac-4087)\n\t\tif ( selection && jQuery.inArray( elem, selection ) > -1 ) {\n\t\t\tif ( ignored ) {\n\t\t\t\tignored.push( elem );\n\t\t\t}\n\t\t\tcontinue;\n\t\t}\n\n\t\tcontains = jQuery.contains( elem.ownerDocument, elem );\n\n\t\t// Append to fragment\n\t\ttmp = getAll( fragment.appendChild( elem ), \"script\" );\n\n\t\t// Preserve script evaluation history\n\t\tif ( contains ) {\n\t\t\tsetGlobalEval( tmp );\n\t\t}\n\n\t\t// Capture executables\n\t\tif ( scripts ) {\n\t\t\tj = 0;\n\t\t\twhile ( ( elem = tmp[ j++ ] ) ) {\n\t\t\t\tif ( rscriptType.test( elem.type || \"\" ) ) {\n\t\t\t\t\tscripts.push( elem );\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n\n\treturn fragment;\n}\n\n\n( function() {\n\tvar fragment = document.createDocumentFragment(),\n\t\tdiv = fragment.appendChild( document.createElement( \"div\" ) ),\n\t\tinput = document.createElement( \"input\" );\n\n\t// Support: Android 4.0 - 4.3 only\n\t// Check state lost if the name is set (#11217)\n\t// Support: Windows Web Apps (WWA)\n\t// `name` and `type` must use .setAttribute for WWA (#14901)\n\tinput.setAttribute( \"type\", \"radio\" );\n\tinput.setAttribute( \"checked\", \"checked\" );\n\tinput.setAttribute( \"name\", \"t\" );\n\n\tdiv.appendChild( input );\n\n\t// Support: Android <=4.1 only\n\t// Older WebKit doesn't clone checked state correctly in fragments\n\tsupport.checkClone = div.cloneNode( true ).cloneNode( true ).lastChild.checked;\n\n\t// Support: IE <=11 only\n\t// Make sure textarea (and checkbox) defaultValue is properly cloned\n\tdiv.innerHTML = \"<textarea>x</textarea>\";\n\tsupport.noCloneChecked = !!div.cloneNode( true ).lastChild.defaultValue;\n} )();\nvar documentElement = document.documentElement;\n\n\n\nvar\n\trkeyEvent = /^key/,\n\trmouseEvent = /^(?:mouse|pointer|contextmenu|drag|drop)|click/,\n\trtypenamespace = /^([^.]*)(?:\\.(.+)|)/;\n\nfunction returnTrue() {\n\treturn true;\n}\n\nfunction returnFalse() {\n\treturn false;\n}\n\n// Support: IE <=9 only\n// See #13393 for more info\nfunction safeActiveElement() {\n\ttry {\n\t\treturn document.activeElement;\n\t} catch ( err ) { }\n}\n\nfunction on( elem, types, selector, data, fn, one ) {\n\tvar origFn, type;\n\n\t// Types can be a map of types/handlers\n\tif ( typeof types === \"object\" ) {\n\n\t\t// ( types-Object, selector, data )\n\t\tif ( typeof selector !== \"string\" ) {\n\n\t\t\t// ( types-Object, data )\n\t\t\tdata = data || selector;\n\t\t\tselector = undefined;\n\t\t}\n\t\tfor ( type in types ) {\n\t\t\ton( elem, type, selector, data, types[ type ], one );\n\t\t}\n\t\treturn elem;\n\t}\n\n\tif ( data == null && fn == null ) {\n\n\t\t// ( types, fn )\n\t\tfn = selector;\n\t\tdata = selector = undefined;\n\t} else if ( fn == null ) {\n\t\tif ( typeof selector === \"string\" ) {\n\n\t\t\t// ( types, selector, fn )\n\t\t\tfn = data;\n\t\t\tdata = undefined;\n\t\t} else {\n\n\t\t\t// ( types, data, fn )\n\t\t\tfn = data;\n\t\t\tdata = selector;\n\t\t\tselector = undefined;\n\t\t}\n\t}\n\tif ( fn === false ) {\n\t\tfn = returnFalse;\n\t} else if ( !fn ) {\n\t\treturn elem;\n\t}\n\n\tif ( one === 1 ) {\n\t\torigFn = fn;\n\t\tfn = function( event ) {\n\n\t\t\t// Can use an empty set, since event contains the info\n\t\t\tjQuery().off( event );\n\t\t\treturn origFn.apply( this, arguments );\n\t\t};\n\n\t\t// Use same guid so caller can remove using origFn\n\t\tfn.guid = origFn.guid || ( origFn.guid = jQuery.guid++ );\n\t}\n\treturn elem.each( function() {\n\t\tjQuery.event.add( this, types, fn, data, selector );\n\t} );\n}\n\n/*\n * Helper functions for managing events -- not part of the public interface.\n * Props to Dean Edwards' addEvent library for many of the ideas.\n */\njQuery.event = {\n\n\tglobal: {},\n\n\tadd: function( elem, types, handler, data, selector ) {\n\n\t\tvar handleObjIn, eventHandle, tmp,\n\t\t\tevents, t, handleObj,\n\t\t\tspecial, handlers, type, namespaces, origType,\n\t\t\telemData = dataPriv.get( elem );\n\n\t\t// Don't attach events to noData or text/comment nodes (but allow plain objects)\n\t\tif ( !elemData ) {\n\t\t\treturn;\n\t\t}\n\n\t\t// Caller can pass in an object of custom data in lieu of the handler\n\t\tif ( handler.handler ) {\n\t\t\thandleObjIn = handler;\n\t\t\thandler = handleObjIn.handler;\n\t\t\tselector = handleObjIn.selector;\n\t\t}\n\n\t\t// Ensure that invalid selectors throw exceptions at attach time\n\t\t// Evaluate against documentElement in case elem is a non-element node (e.g., document)\n\t\tif ( selector ) {\n\t\t\tjQuery.find.matchesSelector( documentElement, selector );\n\t\t}\n\n\t\t// Make sure that the handler has a unique ID, used to find/remove it later\n\t\tif ( !handler.guid ) {\n\t\t\thandler.guid = jQuery.guid++;\n\t\t}\n\n\t\t// Init the element's event structure and main handler, if this is the first\n\t\tif ( !( events = elemData.events ) ) {\n\t\t\tevents = elemData.events = {};\n\t\t}\n\t\tif ( !( eventHandle = elemData.handle ) ) {\n\t\t\teventHandle = elemData.handle = function( e ) {\n\n\t\t\t\t// Discard the second event of a jQuery.event.trigger() and\n\t\t\t\t// when an event is called after a page has unloaded\n\t\t\t\treturn typeof jQuery !== \"undefined\" && jQuery.event.triggered !== e.type ?\n\t\t\t\t\tjQuery.event.dispatch.apply( elem, arguments ) : undefined;\n\t\t\t};\n\t\t}\n\n\t\t// Handle multiple events separated by a space\n\t\ttypes = ( types || \"\" ).match( rnothtmlwhite ) || [ \"\" ];\n\t\tt = types.length;\n\t\twhile ( t-- ) {\n\t\t\ttmp = rtypenamespace.exec( types[ t ] ) || [];\n\t\t\ttype = origType = tmp[ 1 ];\n\t\t\tnamespaces = ( tmp[ 2 ] || \"\" ).split( \".\" ).sort();\n\n\t\t\t// There *must* be a type, no attaching namespace-only handlers\n\t\t\tif ( !type ) {\n\t\t\t\tcontinue;\n\t\t\t}\n\n\t\t\t// If event changes its type, use the special event handlers for the changed type\n\t\t\tspecial = jQuery.event.special[ type ] || {};\n\n\t\t\t// If selector defined, determine special event api type, otherwise given type\n\t\t\ttype = ( selector ? special.delegateType : special.bindType ) || type;\n\n\t\t\t// Update special based on newly reset type\n\t\t\tspecial = jQuery.event.special[ type ] || {};\n\n\t\t\t// handleObj is passed to all event handlers\n\t\t\thandleObj = jQuery.extend( {\n\t\t\t\ttype: type,\n\t\t\t\torigType: origType,\n\t\t\t\tdata: data,\n\t\t\t\thandler: handler,\n\t\t\t\tguid: handler.guid,\n\t\t\t\tselector: selector,\n\t\t\t\tneedsContext: selector && jQuery.expr.match.needsContext.test( selector ),\n\t\t\t\tnamespace: namespaces.join( \".\" )\n\t\t\t}, handleObjIn );\n\n\t\t\t// Init the event handler queue if we're the first\n\t\t\tif ( !( handlers = events[ type ] ) ) {\n\t\t\t\thandlers = events[ type ] = [];\n\t\t\t\thandlers.delegateCount = 0;\n\n\t\t\t\t// Only use addEventListener if the special events handler returns false\n\t\t\t\tif ( !special.setup ||\n\t\t\t\t\tspecial.setup.call( elem, data, namespaces, eventHandle ) === false ) {\n\n\t\t\t\t\tif ( elem.addEventListener ) {\n\t\t\t\t\t\telem.addEventListener( type, eventHandle );\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\n\t\t\tif ( special.add ) {\n\t\t\t\tspecial.add.call( elem, handleObj );\n\n\t\t\t\tif ( !handleObj.handler.guid ) {\n\t\t\t\t\thandleObj.handler.guid = handler.guid;\n\t\t\t\t}\n\t\t\t}\n\n\t\t\t// Add to the element's handler list, delegates in front\n\t\t\tif ( selector ) {\n\t\t\t\thandlers.splice( handlers.delegateCount++, 0, handleObj );\n\t\t\t} else {\n\t\t\t\thandlers.push( handleObj );\n\t\t\t}\n\n\t\t\t// Keep track of which events have ever been used, for event optimization\n\t\t\tjQuery.event.global[ type ] = true;\n\t\t}\n\n\t},\n\n\t// Detach an event or set of events from an element\n\tremove: function( elem, types, handler, selector, mappedTypes ) {\n\n\t\tvar j, origCount, tmp,\n\t\t\tevents, t, handleObj,\n\t\t\tspecial, handlers, type, namespaces, origType,\n\t\t\telemData = dataPriv.hasData( elem ) && dataPriv.get( elem );\n\n\t\tif ( !elemData || !( events = elemData.events ) ) {\n\t\t\treturn;\n\t\t}\n\n\t\t// Once for each type.namespace in types; type may be omitted\n\t\ttypes = ( types || \"\" ).match( rnothtmlwhite ) || [ \"\" ];\n\t\tt = types.length;\n\t\twhile ( t-- ) {\n\t\t\ttmp = rtypenamespace.exec( types[ t ] ) || [];\n\t\t\ttype = origType = tmp[ 1 ];\n\t\t\tnamespaces = ( tmp[ 2 ] || \"\" ).split( \".\" ).sort();\n\n\t\t\t// Unbind all events (on this namespace, if provided) for the element\n\t\t\tif ( !type ) {\n\t\t\t\tfor ( type in events ) {\n\t\t\t\t\tjQuery.event.remove( elem, type + types[ t ], handler, selector, true );\n\t\t\t\t}\n\t\t\t\tcontinue;\n\t\t\t}\n\n\t\t\tspecial = jQuery.event.special[ type ] || {};\n\t\t\ttype = ( selector ? special.delegateType : special.bindType ) || type;\n\t\t\thandlers = events[ type ] || [];\n\t\t\ttmp = tmp[ 2 ] &&\n\t\t\t\tnew RegExp( \"(^|\\\\.)\" + namespaces.join( \"\\\\.(?:.*\\\\.|)\" ) + \"(\\\\.|$)\" );\n\n\t\t\t// Remove matching events\n\t\t\torigCount = j = handlers.length;\n\t\t\twhile ( j-- ) {\n\t\t\t\thandleObj = handlers[ j ];\n\n\t\t\t\tif ( ( mappedTypes || origType === handleObj.origType ) &&\n\t\t\t\t\t( !handler || handler.guid === handleObj.guid ) &&\n\t\t\t\t\t( !tmp || tmp.test( handleObj.namespace ) ) &&\n\t\t\t\t\t( !selector || selector === handleObj.selector ||\n\t\t\t\t\t\tselector === \"**\" && handleObj.selector ) ) {\n\t\t\t\t\thandlers.splice( j, 1 );\n\n\t\t\t\t\tif ( handleObj.selector ) {\n\t\t\t\t\t\thandlers.delegateCount--;\n\t\t\t\t\t}\n\t\t\t\t\tif ( special.remove ) {\n\t\t\t\t\t\tspecial.remove.call( elem, handleObj );\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\n\t\t\t// Remove generic event handler if we removed something and no more handlers exist\n\t\t\t// (avoids potential for endless recursion during removal of special event handlers)\n\t\t\tif ( origCount && !handlers.length ) {\n\t\t\t\tif ( !special.teardown ||\n\t\t\t\t\tspecial.teardown.call( elem, namespaces, elemData.handle ) === false ) {\n\n\t\t\t\t\tjQuery.removeEvent( elem, type, elemData.handle );\n\t\t\t\t}\n\n\t\t\t\tdelete events[ type ];\n\t\t\t}\n\t\t}\n\n\t\t// Remove data and the expando if it's no longer used\n\t\tif ( jQuery.isEmptyObject( events ) ) {\n\t\t\tdataPriv.remove( elem, \"handle events\" );\n\t\t}\n\t},\n\n\tdispatch: function( nativeEvent ) {\n\n\t\t// Make a writable jQuery.Event from the native event object\n\t\tvar event = jQuery.event.fix( nativeEvent );\n\n\t\tvar i, j, ret, matched, handleObj, handlerQueue,\n\t\t\targs = new Array( arguments.length ),\n\t\t\thandlers = ( dataPriv.get( this, \"events\" ) || {} )[ event.type ] || [],\n\t\t\tspecial = jQuery.event.special[ event.type ] || {};\n\n\t\t// Use the fix-ed jQuery.Event rather than the (read-only) native event\n\t\targs[ 0 ] = event;\n\n\t\tfor ( i = 1; i < arguments.length; i++ ) {\n\t\t\targs[ i ] = arguments[ i ];\n\t\t}\n\n\t\tevent.delegateTarget = this;\n\n\t\t// Call the preDispatch hook for the mapped type, and let it bail if desired\n\t\tif ( special.preDispatch && special.preDispatch.call( this, event ) === false ) {\n\t\t\treturn;\n\t\t}\n\n\t\t// Determine handlers\n\t\thandlerQueue = jQuery.event.handlers.call( this, event, handlers );\n\n\t\t// Run delegates first; they may want to stop propagation beneath us\n\t\ti = 0;\n\t\twhile ( ( matched = handlerQueue[ i++ ] ) && !event.isPropagationStopped() ) {\n\t\t\tevent.currentTarget = matched.elem;\n\n\t\t\tj = 0;\n\t\t\twhile ( ( handleObj = matched.handlers[ j++ ] ) &&\n\t\t\t\t!event.isImmediatePropagationStopped() ) {\n\n\t\t\t\t// Triggered event must either 1) have no namespace, or 2) have namespace(s)\n\t\t\t\t// a subset or equal to those in the bound event (both can have no namespace).\n\t\t\t\tif ( !event.rnamespace || event.rnamespace.test( handleObj.namespace ) ) {\n\n\t\t\t\t\tevent.handleObj = handleObj;\n\t\t\t\t\tevent.data = handleObj.data;\n\n\t\t\t\t\tret = ( ( jQuery.event.special[ handleObj.origType ] || {} ).handle ||\n\t\t\t\t\t\thandleObj.handler ).apply( matched.elem, args );\n\n\t\t\t\t\tif ( ret !== undefined ) {\n\t\t\t\t\t\tif ( ( event.result = ret ) === false ) {\n\t\t\t\t\t\t\tevent.preventDefault();\n\t\t\t\t\t\t\tevent.stopPropagation();\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\t// Call the postDispatch hook for the mapped type\n\t\tif ( special.postDispatch ) {\n\t\t\tspecial.postDispatch.call( this, event );\n\t\t}\n\n\t\treturn event.result;\n\t},\n\n\thandlers: function( event, handlers ) {\n\t\tvar i, handleObj, sel, matchedHandlers, matchedSelectors,\n\t\t\thandlerQueue = [],\n\t\t\tdelegateCount = handlers.delegateCount,\n\t\t\tcur = event.target;\n\n\t\t// Find delegate handlers\n\t\tif ( delegateCount &&\n\n\t\t\t// Support: IE <=9\n\t\t\t// Black-hole SVG <use> instance trees (trac-13180)\n\t\t\tcur.nodeType &&\n\n\t\t\t// Support: Firefox <=42\n\t\t\t// Suppress spec-violating clicks indicating a non-primary pointer button (trac-3861)\n\t\t\t// https://www.w3.org/TR/DOM-Level-3-Events/#event-type-click\n\t\t\t// Support: IE 11 only\n\t\t\t// ...but not arrow key \"clicks\" of radio inputs, which can have `button` -1 (gh-2343)\n\t\t\t!( event.type === \"click\" && event.button >= 1 ) ) {\n\n\t\t\tfor ( ; cur !== this; cur = cur.parentNode || this ) {\n\n\t\t\t\t// Don't check non-elements (#13208)\n\t\t\t\t// Don't process clicks on disabled elements (#6911, #8165, #11382, #11764)\n\t\t\t\tif ( cur.nodeType === 1 && !( event.type === \"click\" && cur.disabled === true ) ) {\n\t\t\t\t\tmatchedHandlers = [];\n\t\t\t\t\tmatchedSelectors = {};\n\t\t\t\t\tfor ( i = 0; i < delegateCount; i++ ) {\n\t\t\t\t\t\thandleObj = handlers[ i ];\n\n\t\t\t\t\t\t// Don't conflict with Object.prototype properties (#13203)\n\t\t\t\t\t\tsel = handleObj.selector + \" \";\n\n\t\t\t\t\t\tif ( matchedSelectors[ sel ] === undefined ) {\n\t\t\t\t\t\t\tmatchedSelectors[ sel ] = handleObj.needsContext ?\n\t\t\t\t\t\t\t\tjQuery( sel, this ).index( cur ) > -1 :\n\t\t\t\t\t\t\t\tjQuery.find( sel, this, null, [ cur ] ).length;\n\t\t\t\t\t\t}\n\t\t\t\t\t\tif ( matchedSelectors[ sel ] ) {\n\t\t\t\t\t\t\tmatchedHandlers.push( handleObj );\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t\tif ( matchedHandlers.length ) {\n\t\t\t\t\t\thandlerQueue.push( { elem: cur, handlers: matchedHandlers } );\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\t// Add the remaining (directly-bound) handlers\n\t\tcur = this;\n\t\tif ( delegateCount < handlers.length ) {\n\t\t\thandlerQueue.push( { elem: cur, handlers: handlers.slice( delegateCount ) } );\n\t\t}\n\n\t\treturn handlerQueue;\n\t},\n\n\taddProp: function( name, hook ) {\n\t\tObject.defineProperty( jQuery.Event.prototype, name, {\n\t\t\tenumerable: true,\n\t\t\tconfigurable: true,\n\n\t\t\tget: isFunction( hook ) ?\n\t\t\t\tfunction() {\n\t\t\t\t\tif ( this.originalEvent ) {\n\t\t\t\t\t\t\treturn hook( this.originalEvent );\n\t\t\t\t\t}\n\t\t\t\t} :\n\t\t\t\tfunction() {\n\t\t\t\t\tif ( this.originalEvent ) {\n\t\t\t\t\t\t\treturn this.originalEvent[ name ];\n\t\t\t\t\t}\n\t\t\t\t},\n\n\t\t\tset: function( value ) {\n\t\t\t\tObject.defineProperty( this, name, {\n\t\t\t\t\tenumerable: true,\n\t\t\t\t\tconfigurable: true,\n\t\t\t\t\twritable: true,\n\t\t\t\t\tvalue: value\n\t\t\t\t} );\n\t\t\t}\n\t\t} );\n\t},\n\n\tfix: function( originalEvent ) {\n\t\treturn originalEvent[ jQuery.expando ] ?\n\t\t\toriginalEvent :\n\t\t\tnew jQuery.Event( originalEvent );\n\t},\n\n\tspecial: {\n\t\tload: {\n\n\t\t\t// Prevent triggered image.load events from bubbling to window.load\n\t\t\tnoBubble: true\n\t\t},\n\t\tfocus: {\n\n\t\t\t// Fire native event if possible so blur/focus sequence is correct\n\t\t\ttrigger: function() {\n\t\t\t\tif ( this !== safeActiveElement() && this.focus ) {\n\t\t\t\t\tthis.focus();\n\t\t\t\t\treturn false;\n\t\t\t\t}\n\t\t\t},\n\t\t\tdelegateType: \"focusin\"\n\t\t},\n\t\tblur: {\n\t\t\ttrigger: function() {\n\t\t\t\tif ( this === safeActiveElement() && this.blur ) {\n\t\t\t\t\tthis.blur();\n\t\t\t\t\treturn false;\n\t\t\t\t}\n\t\t\t},\n\t\t\tdelegateType: \"focusout\"\n\t\t},\n\t\tclick: {\n\n\t\t\t// For checkbox, fire native event so checked state will be right\n\t\t\ttrigger: function() {\n\t\t\t\tif ( this.type === \"checkbox\" && this.click && nodeName( this, \"input\" ) ) {\n\t\t\t\t\tthis.click();\n\t\t\t\t\treturn false;\n\t\t\t\t}\n\t\t\t},\n\n\t\t\t// For cross-browser consistency, don't fire native .click() on links\n\t\t\t_default: function( event ) {\n\t\t\t\treturn nodeName( event.target, \"a\" );\n\t\t\t}\n\t\t},\n\n\t\tbeforeunload: {\n\t\t\tpostDispatch: function( event ) {\n\n\t\t\t\t// Support: Firefox 20+\n\t\t\t\t// Firefox doesn't alert if the returnValue field is not set.\n\t\t\t\tif ( event.result !== undefined && event.originalEvent ) {\n\t\t\t\t\tevent.originalEvent.returnValue = event.result;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n};\n\njQuery.removeEvent = function( elem, type, handle ) {\n\n\t// This \"if\" is needed for plain objects\n\tif ( elem.removeEventListener ) {\n\t\telem.removeEventListener( type, handle );\n\t}\n};\n\njQuery.Event = function( src, props ) {\n\n\t// Allow instantiation without the 'new' keyword\n\tif ( !( this instanceof jQuery.Event ) ) {\n\t\treturn new jQuery.Event( src, props );\n\t}\n\n\t// Event object\n\tif ( src && src.type ) {\n\t\tthis.originalEvent = src;\n\t\tthis.type = src.type;\n\n\t\t// Events bubbling up the document may have been marked as prevented\n\t\t// by a handler lower down the tree; reflect the correct value.\n\t\tthis.isDefaultPrevented = src.defaultPrevented ||\n\t\t\t\tsrc.defaultPrevented === undefined &&\n\n\t\t\t\t// Support: Android <=2.3 only\n\t\t\t\tsrc.returnValue === false ?\n\t\t\treturnTrue :\n\t\t\treturnFalse;\n\n\t\t// Create target properties\n\t\t// Support: Safari <=6 - 7 only\n\t\t// Target should not be a text node (#504, #13143)\n\t\tthis.target = ( src.target && src.target.nodeType === 3 ) ?\n\t\t\tsrc.target.parentNode :\n\t\t\tsrc.target;\n\n\t\tthis.currentTarget = src.currentTarget;\n\t\tthis.relatedTarget = src.relatedTarget;\n\n\t// Event type\n\t} else {\n\t\tthis.type = src;\n\t}\n\n\t// Put explicitly provided properties onto the event object\n\tif ( props ) {\n\t\tjQuery.extend( this, props );\n\t}\n\n\t// Create a timestamp if incoming event doesn't have one\n\tthis.timeStamp = src && src.timeStamp || Date.now();\n\n\t// Mark it as fixed\n\tthis[ jQuery.expando ] = true;\n};\n\n// jQuery.Event is based on DOM3 Events as specified by the ECMAScript Language Binding\n// https://www.w3.org/TR/2003/WD-DOM-Level-3-Events-20030331/ecma-script-binding.html\njQuery.Event.prototype = {\n\tconstructor: jQuery.Event,\n\tisDefaultPrevented: returnFalse,\n\tisPropagationStopped: returnFalse,\n\tisImmediatePropagationStopped: returnFalse,\n\tisSimulated: false,\n\n\tpreventDefault: function() {\n\t\tvar e = this.originalEvent;\n\n\t\tthis.isDefaultPrevented = returnTrue;\n\n\t\tif ( e && !this.isSimulated ) {\n\t\t\te.preventDefault();\n\t\t}\n\t},\n\tstopPropagation: function() {\n\t\tvar e = this.originalEvent;\n\n\t\tthis.isPropagationStopped = returnTrue;\n\n\t\tif ( e && !this.isSimulated ) {\n\t\t\te.stopPropagation();\n\t\t}\n\t},\n\tstopImmediatePropagation: function() {\n\t\tvar e = this.originalEvent;\n\n\t\tthis.isImmediatePropagationStopped = returnTrue;\n\n\t\tif ( e && !this.isSimulated ) {\n\t\t\te.stopImmediatePropagation();\n\t\t}\n\n\t\tthis.stopPropagation();\n\t}\n};\n\n// Includes all common event props including KeyEvent and MouseEvent specific props\njQuery.each( {\n\taltKey: true,\n\tbubbles: true,\n\tcancelable: true,\n\tchangedTouches: true,\n\tctrlKey: true,\n\tdetail: true,\n\teventPhase: true,\n\tmetaKey: true,\n\tpageX: true,\n\tpageY: true,\n\tshiftKey: true,\n\tview: true,\n\t\"char\": true,\n\tcharCode: true,\n\tkey: true,\n\tkeyCode: true,\n\tbutton: true,\n\tbuttons: true,\n\tclientX: true,\n\tclientY: true,\n\toffsetX: true,\n\toffsetY: true,\n\tpointerId: true,\n\tpointerType: true,\n\tscreenX: true,\n\tscreenY: true,\n\ttargetTouches: true,\n\ttoElement: true,\n\ttouches: true,\n\n\twhich: function( event ) {\n\t\tvar button = event.button;\n\n\t\t// Add which for key events\n\t\tif ( event.which == null && rkeyEvent.test( event.type ) ) {\n\t\t\treturn event.charCode != null ? event.charCode : event.keyCode;\n\t\t}\n\n\t\t// Add which for click: 1 === left; 2 === middle; 3 === right\n\t\tif ( !event.which && button !== undefined && rmouseEvent.test( event.type ) ) {\n\t\t\tif ( button & 1 ) {\n\t\t\t\treturn 1;\n\t\t\t}\n\n\t\t\tif ( button & 2 ) {\n\t\t\t\treturn 3;\n\t\t\t}\n\n\t\t\tif ( button & 4 ) {\n\t\t\t\treturn 2;\n\t\t\t}\n\n\t\t\treturn 0;\n\t\t}\n\n\t\treturn event.which;\n\t}\n}, jQuery.event.addProp );\n\n// Create mouseenter/leave events using mouseover/out and event-time checks\n// so that event delegation works in jQuery.\n// Do the same for pointerenter/pointerleave and pointerover/pointerout\n//\n// Support: Safari 7 only\n// Safari sends mouseenter too often; see:\n// https://bugs.chromium.org/p/chromium/issues/detail?id=470258\n// for the description of the bug (it existed in older Chrome versions as well).\njQuery.each( {\n\tmouseenter: \"mouseover\",\n\tmouseleave: \"mouseout\",\n\tpointerenter: \"pointerover\",\n\tpointerleave: \"pointerout\"\n}, function( orig, fix ) {\n\tjQuery.event.special[ orig ] = {\n\t\tdelegateType: fix,\n\t\tbindType: fix,\n\n\t\thandle: function( event ) {\n\t\t\tvar ret,\n\t\t\t\ttarget = this,\n\t\t\t\trelated = event.relatedTarget,\n\t\t\t\thandleObj = event.handleObj;\n\n\t\t\t// For mouseenter/leave call the handler if related is outside the target.\n\t\t\t// NB: No relatedTarget if the mouse left/entered the browser window\n\t\t\tif ( !related || ( related !== target && !jQuery.contains( target, related ) ) ) {\n\t\t\t\tevent.type = handleObj.origType;\n\t\t\t\tret = handleObj.handler.apply( this, arguments );\n\t\t\t\tevent.type = fix;\n\t\t\t}\n\t\t\treturn ret;\n\t\t}\n\t};\n} );\n\njQuery.fn.extend( {\n\n\ton: function( types, selector, data, fn ) {\n\t\treturn on( this, types, selector, data, fn );\n\t},\n\tone: function( types, selector, data, fn ) {\n\t\treturn on( this, types, selector, data, fn, 1 );\n\t},\n\toff: function( types, selector, fn ) {\n\t\tvar handleObj, type;\n\t\tif ( types && types.preventDefault && types.handleObj ) {\n\n\t\t\t// ( event ) dispatched jQuery.Event\n\t\t\thandleObj = types.handleObj;\n\t\t\tjQuery( types.delegateTarget ).off(\n\t\t\t\thandleObj.namespace ?\n\t\t\t\t\thandleObj.origType + \".\" + handleObj.namespace :\n\t\t\t\t\thandleObj.origType,\n\t\t\t\thandleObj.selector,\n\t\t\t\thandleObj.handler\n\t\t\t);\n\t\t\treturn this;\n\t\t}\n\t\tif ( typeof types === \"object\" ) {\n\n\t\t\t// ( types-object [, selector] )\n\t\t\tfor ( type in types ) {\n\t\t\t\tthis.off( type, selector, types[ type ] );\n\t\t\t}\n\t\t\treturn this;\n\t\t}\n\t\tif ( selector === false || typeof selector === \"function\" ) {\n\n\t\t\t// ( types [, fn] )\n\t\t\tfn = selector;\n\t\t\tselector = undefined;\n\t\t}\n\t\tif ( fn === false ) {\n\t\t\tfn = returnFalse;\n\t\t}\n\t\treturn this.each( function() {\n\t\t\tjQuery.event.remove( this, types, fn, selector );\n\t\t} );\n\t}\n} );\n\n\nvar\n\n\t/* eslint-disable max-len */\n\n\t// See https://github.com/eslint/eslint/issues/3229\n\trxhtmlTag = /<(?!area|br|col|embed|hr|img|input|link|meta|param)(([a-z][^\\/\\0>\\x20\\t\\r\\n\\f]*)[^>]*)\\/>/gi,\n\n\t/* eslint-enable */\n\n\t// Support: IE <=10 - 11, Edge 12 - 13 only\n\t// In IE/Edge using regex groups here causes severe slowdowns.\n\t// See https://connect.microsoft.com/IE/feedback/details/1736512/\n\trnoInnerhtml = /<script|<style|<link/i,\n\n\t// checked=\"checked\" or checked\n\trchecked = /checked\\s*(?:[^=]|=\\s*.checked.)/i,\n\trcleanScript = /^\\s*<!(?:\\[CDATA\\[|--)|(?:\\]\\]|--)>\\s*$/g;\n\n// Prefer a tbody over its parent table for containing new rows\nfunction manipulationTarget( elem, content ) {\n\tif ( nodeName( elem, \"table\" ) &&\n\t\tnodeName( content.nodeType !== 11 ? content : content.firstChild, \"tr\" ) ) {\n\n\t\treturn jQuery( elem ).children( \"tbody\" )[ 0 ] || elem;\n\t}\n\n\treturn elem;\n}\n\n// Replace/restore the type attribute of script elements for safe DOM manipulation\nfunction disableScript( elem ) {\n\telem.type = ( elem.getAttribute( \"type\" ) !== null ) + \"/\" + elem.type;\n\treturn elem;\n}\nfunction restoreScript( elem ) {\n\tif ( ( elem.type || \"\" ).slice( 0, 5 ) === \"true/\" ) {\n\t\telem.type = elem.type.slice( 5 );\n\t} else {\n\t\telem.removeAttribute( \"type\" );\n\t}\n\n\treturn elem;\n}\n\nfunction cloneCopyEvent( src, dest ) {\n\tvar i, l, type, pdataOld, pdataCur, udataOld, udataCur, events;\n\n\tif ( dest.nodeType !== 1 ) {\n\t\treturn;\n\t}\n\n\t// 1. Copy private data: events, handlers, etc.\n\tif ( dataPriv.hasData( src ) ) {\n\t\tpdataOld = dataPriv.access( src );\n\t\tpdataCur = dataPriv.set( dest, pdataOld );\n\t\tevents = pdataOld.events;\n\n\t\tif ( events ) {\n\t\t\tdelete pdataCur.handle;\n\t\t\tpdataCur.events = {};\n\n\t\t\tfor ( type in events ) {\n\t\t\t\tfor ( i = 0, l = events[ type ].length; i < l; i++ ) {\n\t\t\t\t\tjQuery.event.add( dest, type, events[ type ][ i ] );\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n\n\t// 2. Copy user data\n\tif ( dataUser.hasData( src ) ) {\n\t\tudataOld = dataUser.access( src );\n\t\tudataCur = jQuery.extend( {}, udataOld );\n\n\t\tdataUser.set( dest, udataCur );\n\t}\n}\n\n// Fix IE bugs, see support tests\nfunction fixInput( src, dest ) {\n\tvar nodeName = dest.nodeName.toLowerCase();\n\n\t// Fails to persist the checked state of a cloned checkbox or radio button.\n\tif ( nodeName === \"input\" && rcheckableType.test( src.type ) ) {\n\t\tdest.checked = src.checked;\n\n\t// Fails to return the selected option to the default selected state when cloning options\n\t} else if ( nodeName === \"input\" || nodeName === \"textarea\" ) {\n\t\tdest.defaultValue = src.defaultValue;\n\t}\n}\n\nfunction domManip( collection, args, callback, ignored ) {\n\n\t// Flatten any nested arrays\n\targs = concat.apply( [], args );\n\n\tvar fragment, first, scripts, hasScripts, node, doc,\n\t\ti = 0,\n\t\tl = collection.length,\n\t\tiNoClone = l - 1,\n\t\tvalue = args[ 0 ],\n\t\tvalueIsFunction = isFunction( value );\n\n\t// We can't cloneNode fragments that contain checked, in WebKit\n\tif ( valueIsFunction ||\n\t\t\t( l > 1 && typeof value === \"string\" &&\n\t\t\t\t!support.checkClone && rchecked.test( value ) ) ) {\n\t\treturn collection.each( function( index ) {\n\t\t\tvar self = collection.eq( index );\n\t\t\tif ( valueIsFunction ) {\n\t\t\t\targs[ 0 ] = value.call( this, index, self.html() );\n\t\t\t}\n\t\t\tdomManip( self, args, callback, ignored );\n\t\t} );\n\t}\n\n\tif ( l ) {\n\t\tfragment = buildFragment( args, collection[ 0 ].ownerDocument, false, collection, ignored );\n\t\tfirst = fragment.firstChild;\n\n\t\tif ( fragment.childNodes.length === 1 ) {\n\t\t\tfragment = first;\n\t\t}\n\n\t\t// Require either new content or an interest in ignored elements to invoke the callback\n\t\tif ( first || ignored ) {\n\t\t\tscripts = jQuery.map( getAll( fragment, \"script\" ), disableScript );\n\t\t\thasScripts = scripts.length;\n\n\t\t\t// Use the original fragment for the last item\n\t\t\t// instead of the first because it can end up\n\t\t\t// being emptied incorrectly in certain situations (#8070).\n\t\t\tfor ( ; i < l; i++ ) {\n\t\t\t\tnode = fragment;\n\n\t\t\t\tif ( i !== iNoClone ) {\n\t\t\t\t\tnode = jQuery.clone( node, true, true );\n\n\t\t\t\t\t// Keep references to cloned scripts for later restoration\n\t\t\t\t\tif ( hasScripts ) {\n\n\t\t\t\t\t\t// Support: Android <=4.0 only, PhantomJS 1 only\n\t\t\t\t\t\t// push.apply(_, arraylike) throws on ancient WebKit\n\t\t\t\t\t\tjQuery.merge( scripts, getAll( node, \"script\" ) );\n\t\t\t\t\t}\n\t\t\t\t}\n\n\t\t\t\tcallback.call( collection[ i ], node, i );\n\t\t\t}\n\n\t\t\tif ( hasScripts ) {\n\t\t\t\tdoc = scripts[ scripts.length - 1 ].ownerDocument;\n\n\t\t\t\t// Reenable scripts\n\t\t\t\tjQuery.map( scripts, restoreScript );\n\n\t\t\t\t// Evaluate executable scripts on first document insertion\n\t\t\t\tfor ( i = 0; i < hasScripts; i++ ) {\n\t\t\t\t\tnode = scripts[ i ];\n\t\t\t\t\tif ( rscriptType.test( node.type || \"\" ) &&\n\t\t\t\t\t\t!dataPriv.access( node, \"globalEval\" ) &&\n\t\t\t\t\t\tjQuery.contains( doc, node ) ) {\n\n\t\t\t\t\t\tif ( node.src && ( node.type || \"\" ).toLowerCase() !== \"module\" ) {\n\n\t\t\t\t\t\t\t// Optional AJAX dependency, but won't run scripts if not present\n\t\t\t\t\t\t\tif ( jQuery._evalUrl ) {\n\t\t\t\t\t\t\t\tjQuery._evalUrl( node.src );\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\tDOMEval( node.textContent.replace( rcleanScript, \"\" ), doc, node );\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n\n\treturn collection;\n}\n\nfunction remove( elem, selector, keepData ) {\n\tvar node,\n\t\tnodes = selector ? jQuery.filter( selector, elem ) : elem,\n\t\ti = 0;\n\n\tfor ( ; ( node = nodes[ i ] ) != null; i++ ) {\n\t\tif ( !keepData && node.nodeType === 1 ) {\n\t\t\tjQuery.cleanData( getAll( node ) );\n\t\t}\n\n\t\tif ( node.parentNode ) {\n\t\t\tif ( keepData && jQuery.contains( node.ownerDocument, node ) ) {\n\t\t\t\tsetGlobalEval( getAll( node, \"script\" ) );\n\t\t\t}\n\t\t\tnode.parentNode.removeChild( node );\n\t\t}\n\t}\n\n\treturn elem;\n}\n\njQuery.extend( {\n\thtmlPrefilter: function( html ) {\n\t\treturn html.replace( rxhtmlTag, \"<$1></$2>\" );\n\t},\n\n\tclone: function( elem, dataAndEvents, deepDataAndEvents ) {\n\t\tvar i, l, srcElements, destElements,\n\t\t\tclone = elem.cloneNode( true ),\n\t\t\tinPage = jQuery.contains( elem.ownerDocument, elem );\n\n\t\t// Fix IE cloning issues\n\t\tif ( !support.noCloneChecked && ( elem.nodeType === 1 || elem.nodeType === 11 ) &&\n\t\t\t\t!jQuery.isXMLDoc( elem ) ) {\n\n\t\t\t// We eschew Sizzle here for performance reasons: https://jsperf.com/getall-vs-sizzle/2\n\t\t\tdestElements = getAll( clone );\n\t\t\tsrcElements = getAll( elem );\n\n\t\t\tfor ( i = 0, l = srcElements.length; i < l; i++ ) {\n\t\t\t\tfixInput( srcElements[ i ], destElements[ i ] );\n\t\t\t}\n\t\t}\n\n\t\t// Copy the events from the original to the clone\n\t\tif ( dataAndEvents ) {\n\t\t\tif ( deepDataAndEvents ) {\n\t\t\t\tsrcElements = srcElements || getAll( elem );\n\t\t\t\tdestElements = destElements || getAll( clone );\n\n\t\t\t\tfor ( i = 0, l = srcElements.length; i < l; i++ ) {\n\t\t\t\t\tcloneCopyEvent( srcElements[ i ], destElements[ i ] );\n\t\t\t\t}\n\t\t\t} else {\n\t\t\t\tcloneCopyEvent( elem, clone );\n\t\t\t}\n\t\t}\n\n\t\t// Preserve script evaluation history\n\t\tdestElements = getAll( clone, \"script\" );\n\t\tif ( destElements.length > 0 ) {\n\t\t\tsetGlobalEval( destElements, !inPage && getAll( elem, \"script\" ) );\n\t\t}\n\n\t\t// Return the cloned set\n\t\treturn clone;\n\t},\n\n\tcleanData: function( elems ) {\n\t\tvar data, elem, type,\n\t\t\tspecial = jQuery.event.special,\n\t\t\ti = 0;\n\n\t\tfor ( ; ( elem = elems[ i ] ) !== undefined; i++ ) {\n\t\t\tif ( acceptData( elem ) ) {\n\t\t\t\tif ( ( data = elem[ dataPriv.expando ] ) ) {\n\t\t\t\t\tif ( data.events ) {\n\t\t\t\t\t\tfor ( type in data.events ) {\n\t\t\t\t\t\t\tif ( special[ type ] ) {\n\t\t\t\t\t\t\t\tjQuery.event.remove( elem, type );\n\n\t\t\t\t\t\t\t// This is a shortcut to avoid jQuery.event.remove's overhead\n\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\tjQuery.removeEvent( elem, type, data.handle );\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\n\t\t\t\t\t// Support: Chrome <=35 - 45+\n\t\t\t\t\t// Assign undefined instead of using delete, see Data#remove\n\t\t\t\t\telem[ dataPriv.expando ] = undefined;\n\t\t\t\t}\n\t\t\t\tif ( elem[ dataUser.expando ] ) {\n\n\t\t\t\t\t// Support: Chrome <=35 - 45+\n\t\t\t\t\t// Assign undefined instead of using delete, see Data#remove\n\t\t\t\t\telem[ dataUser.expando ] = undefined;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n} );\n\njQuery.fn.extend( {\n\tdetach: function( selector ) {\n\t\treturn remove( this, selector, true );\n\t},\n\n\tremove: function( selector ) {\n\t\treturn remove( this, selector );\n\t},\n\n\ttext: function( value ) {\n\t\treturn access( this, function( value ) {\n\t\t\treturn value === undefined ?\n\t\t\t\tjQuery.text( this ) :\n\t\t\t\tthis.empty().each( function() {\n\t\t\t\t\tif ( this.nodeType === 1 || this.nodeType === 11 || this.nodeType === 9 ) {\n\t\t\t\t\t\tthis.textContent = value;\n\t\t\t\t\t}\n\t\t\t\t} );\n\t\t}, null, value, arguments.length );\n\t},\n\n\tappend: function() {\n\t\treturn domManip( this, arguments, function( elem ) {\n\t\t\tif ( this.nodeType === 1 || this.nodeType === 11 || this.nodeType === 9 ) {\n\t\t\t\tvar target = manipulationTarget( this, elem );\n\t\t\t\ttarget.appendChild( elem );\n\t\t\t}\n\t\t} );\n\t},\n\n\tprepend: function() {\n\t\treturn domManip( this, arguments, function( elem ) {\n\t\t\tif ( this.nodeType === 1 || this.nodeType === 11 || this.nodeType === 9 ) {\n\t\t\t\tvar target = manipulationTarget( this, elem );\n\t\t\t\ttarget.insertBefore( elem, target.firstChild );\n\t\t\t}\n\t\t} );\n\t},\n\n\tbefore: function() {\n\t\treturn domManip( this, arguments, function( elem ) {\n\t\t\tif ( this.parentNode ) {\n\t\t\t\tthis.parentNode.insertBefore( elem, this );\n\t\t\t}\n\t\t} );\n\t},\n\n\tafter: function() {\n\t\treturn domManip( this, arguments, function( elem ) {\n\t\t\tif ( this.parentNode ) {\n\t\t\t\tthis.parentNode.insertBefore( elem, this.nextSibling );\n\t\t\t}\n\t\t} );\n\t},\n\n\tempty: function() {\n\t\tvar elem,\n\t\t\ti = 0;\n\n\t\tfor ( ; ( elem = this[ i ] ) != null; i++ ) {\n\t\t\tif ( elem.nodeType === 1 ) {\n\n\t\t\t\t// Prevent memory leaks\n\t\t\t\tjQuery.cleanData( getAll( elem, false ) );\n\n\t\t\t\t// Remove any remaining nodes\n\t\t\t\telem.textContent = \"\";\n\t\t\t}\n\t\t}\n\n\t\treturn this;\n\t},\n\n\tclone: function( dataAndEvents, deepDataAndEvents ) {\n\t\tdataAndEvents = dataAndEvents == null ? false : dataAndEvents;\n\t\tdeepDataAndEvents = deepDataAndEvents == null ? dataAndEvents : deepDataAndEvents;\n\n\t\treturn this.map( function() {\n\t\t\treturn jQuery.clone( this, dataAndEvents, deepDataAndEvents );\n\t\t} );\n\t},\n\n\thtml: function( value ) {\n\t\treturn access( this, function( value ) {\n\t\t\tvar elem = this[ 0 ] || {},\n\t\t\t\ti = 0,\n\t\t\t\tl = this.length;\n\n\t\t\tif ( value === undefined && elem.nodeType === 1 ) {\n\t\t\t\treturn elem.innerHTML;\n\t\t\t}\n\n\t\t\t// See if we can take a shortcut and just use innerHTML\n\t\t\tif ( typeof value === \"string\" && !rnoInnerhtml.test( value ) &&\n\t\t\t\t!wrapMap[ ( rtagName.exec( value ) || [ \"\", \"\" ] )[ 1 ].toLowerCase() ] ) {\n\n\t\t\t\tvalue = jQuery.htmlPrefilter( value );\n\n\t\t\t\ttry {\n\t\t\t\t\tfor ( ; i < l; i++ ) {\n\t\t\t\t\t\telem = this[ i ] || {};\n\n\t\t\t\t\t\t// Remove element nodes and prevent memory leaks\n\t\t\t\t\t\tif ( elem.nodeType === 1 ) {\n\t\t\t\t\t\t\tjQuery.cleanData( getAll( elem, false ) );\n\t\t\t\t\t\t\telem.innerHTML = value;\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\n\t\t\t\t\telem = 0;\n\n\t\t\t\t// If using innerHTML throws an exception, use the fallback method\n\t\t\t\t} catch ( e ) {}\n\t\t\t}\n\n\t\t\tif ( elem ) {\n\t\t\t\tthis.empty().append( value );\n\t\t\t}\n\t\t}, null, value, arguments.length );\n\t},\n\n\treplaceWith: function() {\n\t\tvar ignored = [];\n\n\t\t// Make the changes, replacing each non-ignored context element with the new content\n\t\treturn domManip( this, arguments, function( elem ) {\n\t\t\tvar parent = this.parentNode;\n\n\t\t\tif ( jQuery.inArray( this, ignored ) < 0 ) {\n\t\t\t\tjQuery.cleanData( getAll( this ) );\n\t\t\t\tif ( parent ) {\n\t\t\t\t\tparent.replaceChild( elem, this );\n\t\t\t\t}\n\t\t\t}\n\n\t\t// Force callback invocation\n\t\t}, ignored );\n\t}\n} );\n\njQuery.each( {\n\tappendTo: \"append\",\n\tprependTo: \"prepend\",\n\tinsertBefore: \"before\",\n\tinsertAfter: \"after\",\n\treplaceAll: \"replaceWith\"\n}, function( name, original ) {\n\tjQuery.fn[ name ] = function( selector ) {\n\t\tvar elems,\n\t\t\tret = [],\n\t\t\tinsert = jQuery( selector ),\n\t\t\tlast = insert.length - 1,\n\t\t\ti = 0;\n\n\t\tfor ( ; i <= last; i++ ) {\n\t\t\telems = i === last ? this : this.clone( true );\n\t\t\tjQuery( insert[ i ] )[ original ]( elems );\n\n\t\t\t// Support: Android <=4.0 only, PhantomJS 1 only\n\t\t\t// .get() because push.apply(_, arraylike) throws on ancient WebKit\n\t\t\tpush.apply( ret, elems.get() );\n\t\t}\n\n\t\treturn this.pushStack( ret );\n\t};\n} );\nvar rnumnonpx = new RegExp( \"^(\" + pnum + \")(?!px)[a-z%]+$\", \"i\" );\n\nvar getStyles = function( elem ) {\n\n\t\t// Support: IE <=11 only, Firefox <=30 (#15098, #14150)\n\t\t// IE throws on elements created in popups\n\t\t// FF meanwhile throws on frame elements through \"defaultView.getComputedStyle\"\n\t\tvar view = elem.ownerDocument.defaultView;\n\n\t\tif ( !view || !view.opener ) {\n\t\t\tview = window;\n\t\t}\n\n\t\treturn view.getComputedStyle( elem );\n\t};\n\nvar rboxStyle = new RegExp( cssExpand.join( \"|\" ), \"i\" );\n\n\n\n( function() {\n\n\t// Executing both pixelPosition & boxSizingReliable tests require only one layout\n\t// so they're executed at the same time to save the second computation.\n\tfunction computeStyleTests() {\n\n\t\t// This is a singleton, we need to execute it only once\n\t\tif ( !div ) {\n\t\t\treturn;\n\t\t}\n\n\t\tcontainer.style.cssText = \"position:absolute;left:-11111px;width:60px;\" +\n\t\t\t\"margin-top:1px;padding:0;border:0\";\n\t\tdiv.style.cssText =\n\t\t\t\"position:relative;display:block;box-sizing:border-box;overflow:scroll;\" +\n\t\t\t\"margin:auto;border:1px;padding:1px;\" +\n\t\t\t\"width:60%;top:1%\";\n\t\tdocumentElement.appendChild( container ).appendChild( div );\n\n\t\tvar divStyle = window.getComputedStyle( div );\n\t\tpixelPositionVal = divStyle.top !== \"1%\";\n\n\t\t// Support: Android 4.0 - 4.3 only, Firefox <=3 - 44\n\t\treliableMarginLeftVal = roundPixelMeasures( divStyle.marginLeft ) === 12;\n\n\t\t// Support: Android 4.0 - 4.3 only, Safari <=9.1 - 10.1, iOS <=7.0 - 9.3\n\t\t// Some styles come back with percentage values, even though they shouldn't\n\t\tdiv.style.right = \"60%\";\n\t\tpixelBoxStylesVal = roundPixelMeasures( divStyle.right ) === 36;\n\n\t\t// Support: IE 9 - 11 only\n\t\t// Detect misreporting of content dimensions for box-sizing:border-box elements\n\t\tboxSizingReliableVal = roundPixelMeasures( divStyle.width ) === 36;\n\n\t\t// Support: IE 9 only\n\t\t// Detect overflow:scroll screwiness (gh-3699)\n\t\tdiv.style.position = \"absolute\";\n\t\tscrollboxSizeVal = div.offsetWidth === 36 || \"absolute\";\n\n\t\tdocumentElement.removeChild( container );\n\n\t\t// Nullify the div so it wouldn't be stored in the memory and\n\t\t// it will also be a sign that checks already performed\n\t\tdiv = null;\n\t}\n\n\tfunction roundPixelMeasures( measure ) {\n\t\treturn Math.round( parseFloat( measure ) );\n\t}\n\n\tvar pixelPositionVal, boxSizingReliableVal, scrollboxSizeVal, pixelBoxStylesVal,\n\t\treliableMarginLeftVal,\n\t\tcontainer = document.createElement( \"div\" ),\n\t\tdiv = document.createElement( \"div\" );\n\n\t// Finish early in limited (non-browser) environments\n\tif ( !div.style ) {\n\t\treturn;\n\t}\n\n\t// Support: IE <=9 - 11 only\n\t// Style of cloned element affects source element cloned (#8908)\n\tdiv.style.backgroundClip = \"content-box\";\n\tdiv.cloneNode( true ).style.backgroundClip = \"\";\n\tsupport.clearCloneStyle = div.style.backgroundClip === \"content-box\";\n\n\tjQuery.extend( support, {\n\t\tboxSizingReliable: function() {\n\t\t\tcomputeStyleTests();\n\t\t\treturn boxSizingReliableVal;\n\t\t},\n\t\tpixelBoxStyles: function() {\n\t\t\tcomputeStyleTests();\n\t\t\treturn pixelBoxStylesVal;\n\t\t},\n\t\tpixelPosition: function() {\n\t\t\tcomputeStyleTests();\n\t\t\treturn pixelPositionVal;\n\t\t},\n\t\treliableMarginLeft: function() {\n\t\t\tcomputeStyleTests();\n\t\t\treturn reliableMarginLeftVal;\n\t\t},\n\t\tscrollboxSize: function() {\n\t\t\tcomputeStyleTests();\n\t\t\treturn scrollboxSizeVal;\n\t\t}\n\t} );\n} )();\n\n\nfunction curCSS( elem, name, computed ) {\n\tvar width, minWidth, maxWidth, ret,\n\n\t\t// Support: Firefox 51+\n\t\t// Retrieving style before computed somehow\n\t\t// fixes an issue with getting wrong values\n\t\t// on detached elements\n\t\tstyle = elem.style;\n\n\tcomputed = computed || getStyles( elem );\n\n\t// getPropertyValue is needed for:\n\t// .css('filter') (IE 9 only, #12537)\n\t// .css('--customProperty) (#3144)\n\tif ( computed ) {\n\t\tret = computed.getPropertyValue( name ) || computed[ name ];\n\n\t\tif ( ret === \"\" && !jQuery.contains( elem.ownerDocument, elem ) ) {\n\t\t\tret = jQuery.style( elem, name );\n\t\t}\n\n\t\t// A tribute to the \"awesome hack by Dean Edwards\"\n\t\t// Android Browser returns percentage for some values,\n\t\t// but width seems to be reliably pixels.\n\t\t// This is against the CSSOM draft spec:\n\t\t// https://drafts.csswg.org/cssom/#resolved-values\n\t\tif ( !support.pixelBoxStyles() && rnumnonpx.test( ret ) && rboxStyle.test( name ) ) {\n\n\t\t\t// Remember the original values\n\t\t\twidth = style.width;\n\t\t\tminWidth = style.minWidth;\n\t\t\tmaxWidth = style.maxWidth;\n\n\t\t\t// Put in the new values to get a computed value out\n\t\t\tstyle.minWidth = style.maxWidth = style.width = ret;\n\t\t\tret = computed.width;\n\n\t\t\t// Revert the changed values\n\t\t\tstyle.width = width;\n\t\t\tstyle.minWidth = minWidth;\n\t\t\tstyle.maxWidth = maxWidth;\n\t\t}\n\t}\n\n\treturn ret !== undefined ?\n\n\t\t// Support: IE <=9 - 11 only\n\t\t// IE returns zIndex value as an integer.\n\t\tret + \"\" :\n\t\tret;\n}\n\n\nfunction addGetHookIf( conditionFn, hookFn ) {\n\n\t// Define the hook, we'll check on the first run if it's really needed.\n\treturn {\n\t\tget: function() {\n\t\t\tif ( conditionFn() ) {\n\n\t\t\t\t// Hook not needed (or it's not possible to use it due\n\t\t\t\t// to missing dependency), remove it.\n\t\t\t\tdelete this.get;\n\t\t\t\treturn;\n\t\t\t}\n\n\t\t\t// Hook needed; redefine it so that the support test is not executed again.\n\t\t\treturn ( this.get = hookFn ).apply( this, arguments );\n\t\t}\n\t};\n}\n\n\nvar\n\n\t// Swappable if display is none or starts with table\n\t// except \"table\", \"table-cell\", or \"table-caption\"\n\t// See here for display values: https://developer.mozilla.org/en-US/docs/CSS/display\n\trdisplayswap = /^(none|table(?!-c[ea]).+)/,\n\trcustomProp = /^--/,\n\tcssShow = { position: \"absolute\", visibility: \"hidden\", display: \"block\" },\n\tcssNormalTransform = {\n\t\tletterSpacing: \"0\",\n\t\tfontWeight: \"400\"\n\t},\n\n\tcssPrefixes = [ \"Webkit\", \"Moz\", \"ms\" ],\n\temptyStyle = document.createElement( \"div\" ).style;\n\n// Return a css property mapped to a potentially vendor prefixed property\nfunction vendorPropName( name ) {\n\n\t// Shortcut for names that are not vendor prefixed\n\tif ( name in emptyStyle ) {\n\t\treturn name;\n\t}\n\n\t// Check for vendor prefixed names\n\tvar capName = name[ 0 ].toUpperCase() + name.slice( 1 ),\n\t\ti = cssPrefixes.length;\n\n\twhile ( i-- ) {\n\t\tname = cssPrefixes[ i ] + capName;\n\t\tif ( name in emptyStyle ) {\n\t\t\treturn name;\n\t\t}\n\t}\n}\n\n// Return a property mapped along what jQuery.cssProps suggests or to\n// a vendor prefixed property.\nfunction finalPropName( name ) {\n\tvar ret = jQuery.cssProps[ name ];\n\tif ( !ret ) {\n\t\tret = jQuery.cssProps[ name ] = vendorPropName( name ) || name;\n\t}\n\treturn ret;\n}\n\nfunction setPositiveNumber( elem, value, subtract ) {\n\n\t// Any relative (+/-) values have already been\n\t// normalized at this point\n\tvar matches = rcssNum.exec( value );\n\treturn matches ?\n\n\t\t// Guard against undefined \"subtract\", e.g., when used as in cssHooks\n\t\tMath.max( 0, matches[ 2 ] - ( subtract || 0 ) ) + ( matches[ 3 ] || \"px\" ) :\n\t\tvalue;\n}\n\nfunction boxModelAdjustment( elem, dimension, box, isBorderBox, styles, computedVal ) {\n\tvar i = dimension === \"width\" ? 1 : 0,\n\t\textra = 0,\n\t\tdelta = 0;\n\n\t// Adjustment may not be necessary\n\tif ( box === ( isBorderBox ? \"border\" : \"content\" ) ) {\n\t\treturn 0;\n\t}\n\n\tfor ( ; i < 4; i += 2 ) {\n\n\t\t// Both box models exclude margin\n\t\tif ( box === \"margin\" ) {\n\t\t\tdelta += jQuery.css( elem, box + cssExpand[ i ], true, styles );\n\t\t}\n\n\t\t// If we get here with a content-box, we're seeking \"padding\" or \"border\" or \"margin\"\n\t\tif ( !isBorderBox ) {\n\n\t\t\t// Add padding\n\t\t\tdelta += jQuery.css( elem, \"padding\" + cssExpand[ i ], true, styles );\n\n\t\t\t// For \"border\" or \"margin\", add border\n\t\t\tif ( box !== \"padding\" ) {\n\t\t\t\tdelta += jQuery.css( elem, \"border\" + cssExpand[ i ] + \"Width\", true, styles );\n\n\t\t\t// But still keep track of it otherwise\n\t\t\t} else {\n\t\t\t\textra += jQuery.css( elem, \"border\" + cssExpand[ i ] + \"Width\", true, styles );\n\t\t\t}\n\n\t\t// If we get here with a border-box (content + padding + border), we're seeking \"content\" or\n\t\t// \"padding\" or \"margin\"\n\t\t} else {\n\n\t\t\t// For \"content\", subtract padding\n\t\t\tif ( box === \"content\" ) {\n\t\t\t\tdelta -= jQuery.css( elem, \"padding\" + cssExpand[ i ], true, styles );\n\t\t\t}\n\n\t\t\t// For \"content\" or \"padding\", subtract border\n\t\t\tif ( box !== \"margin\" ) {\n\t\t\t\tdelta -= jQuery.css( elem, \"border\" + cssExpand[ i ] + \"Width\", true, styles );\n\t\t\t}\n\t\t}\n\t}\n\n\t// Account for positive content-box scroll gutter when requested by providing computedVal\n\tif ( !isBorderBox && computedVal >= 0 ) {\n\n\t\t// offsetWidth/offsetHeight is a rounded sum of content, padding, scroll gutter, and border\n\t\t// Assuming integer scroll gutter, subtract the rest and round down\n\t\tdelta += Math.max( 0, Math.ceil(\n\t\t\telem[ \"offset\" + dimension[ 0 ].toUpperCase() + dimension.slice( 1 ) ] -\n\t\t\tcomputedVal -\n\t\t\tdelta -\n\t\t\textra -\n\t\t\t0.5\n\t\t) );\n\t}\n\n\treturn delta;\n}\n\nfunction getWidthOrHeight( elem, dimension, extra ) {\n\n\t// Start with computed style\n\tvar styles = getStyles( elem ),\n\t\tval = curCSS( elem, dimension, styles ),\n\t\tisBorderBox = jQuery.css( elem, \"boxSizing\", false, styles ) === \"border-box\",\n\t\tvalueIsBorderBox = isBorderBox;\n\n\t// Support: Firefox <=54\n\t// Return a confounding non-pixel value or feign ignorance, as appropriate.\n\tif ( rnumnonpx.test( val ) ) {\n\t\tif ( !extra ) {\n\t\t\treturn val;\n\t\t}\n\t\tval = \"auto\";\n\t}\n\n\t// Check for style in case a browser which returns unreliable values\n\t// for getComputedStyle silently falls back to the reliable elem.style\n\tvalueIsBorderBox = valueIsBorderBox &&\n\t\t( support.boxSizingReliable() || val === elem.style[ dimension ] );\n\n\t// Fall back to offsetWidth/offsetHeight when value is \"auto\"\n\t// This happens for inline elements with no explicit setting (gh-3571)\n\t// Support: Android <=4.1 - 4.3 only\n\t// Also use offsetWidth/offsetHeight for misreported inline dimensions (gh-3602)\n\tif ( val === \"auto\" ||\n\t\t!parseFloat( val ) && jQuery.css( elem, \"display\", false, styles ) === \"inline\" ) {\n\n\t\tval = elem[ \"offset\" + dimension[ 0 ].toUpperCase() + dimension.slice( 1 ) ];\n\n\t\t// offsetWidth/offsetHeight provide border-box values\n\t\tvalueIsBorderBox = true;\n\t}\n\n\t// Normalize \"\" and auto\n\tval = parseFloat( val ) || 0;\n\n\t// Adjust for the element's box model\n\treturn ( val +\n\t\tboxModelAdjustment(\n\t\t\telem,\n\t\t\tdimension,\n\t\t\textra || ( isBorderBox ? \"border\" : \"content\" ),\n\t\t\tvalueIsBorderBox,\n\t\t\tstyles,\n\n\t\t\t// Provide the current computed size to request scroll gutter calculation (gh-3589)\n\t\t\tval\n\t\t)\n\t) + \"px\";\n}\n\njQuery.extend( {\n\n\t// Add in style property hooks for overriding the default\n\t// behavior of getting and setting a style property\n\tcssHooks: {\n\t\topacity: {\n\t\t\tget: function( elem, computed ) {\n\t\t\t\tif ( computed ) {\n\n\t\t\t\t\t// We should always get a number back from opacity\n\t\t\t\t\tvar ret = curCSS( elem, \"opacity\" );\n\t\t\t\t\treturn ret === \"\" ? \"1\" : ret;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\n\t// Don't automatically add \"px\" to these possibly-unitless properties\n\tcssNumber: {\n\t\t\"animationIterationCount\": true,\n\t\t\"columnCount\": true,\n\t\t\"fillOpacity\": true,\n\t\t\"flexGrow\": true,\n\t\t\"flexShrink\": true,\n\t\t\"fontWeight\": true,\n\t\t\"lineHeight\": true,\n\t\t\"opacity\": true,\n\t\t\"order\": true,\n\t\t\"orphans\": true,\n\t\t\"widows\": true,\n\t\t\"zIndex\": true,\n\t\t\"zoom\": true\n\t},\n\n\t// Add in properties whose names you wish to fix before\n\t// setting or getting the value\n\tcssProps: {},\n\n\t// Get and set the style property on a DOM Node\n\tstyle: function( elem, name, value, extra ) {\n\n\t\t// Don't set styles on text and comment nodes\n\t\tif ( !elem || elem.nodeType === 3 || elem.nodeType === 8 || !elem.style ) {\n\t\t\treturn;\n\t\t}\n\n\t\t// Make sure that we're working with the right name\n\t\tvar ret, type, hooks,\n\t\t\torigName = camelCase( name ),\n\t\t\tisCustomProp = rcustomProp.test( name ),\n\t\t\tstyle = elem.style;\n\n\t\t// Make sure that we're working with the right name. We don't\n\t\t// want to query the value if it is a CSS custom property\n\t\t// since they are user-defined.\n\t\tif ( !isCustomProp ) {\n\t\t\tname = finalPropName( origName );\n\t\t}\n\n\t\t// Gets hook for the prefixed version, then unprefixed version\n\t\thooks = jQuery.cssHooks[ name ] || jQuery.cssHooks[ origName ];\n\n\t\t// Check if we're setting a value\n\t\tif ( value !== undefined ) {\n\t\t\ttype = typeof value;\n\n\t\t\t// Convert \"+=\" or \"-=\" to relative numbers (#7345)\n\t\t\tif ( type === \"string\" && ( ret = rcssNum.exec( value ) ) && ret[ 1 ] ) {\n\t\t\t\tvalue = adjustCSS( elem, name, ret );\n\n\t\t\t\t// Fixes bug #9237\n\t\t\t\ttype = \"number\";\n\t\t\t}\n\n\t\t\t// Make sure that null and NaN values aren't set (#7116)\n\t\t\tif ( value == null || value !== value ) {\n\t\t\t\treturn;\n\t\t\t}\n\n\t\t\t// If a number was passed in, add the unit (except for certain CSS properties)\n\t\t\tif ( type === \"number\" ) {\n\t\t\t\tvalue += ret && ret[ 3 ] || ( jQuery.cssNumber[ origName ] ? \"\" : \"px\" );\n\t\t\t}\n\n\t\t\t// background-* props affect original clone's values\n\t\t\tif ( !support.clearCloneStyle && value === \"\" && name.indexOf( \"background\" ) === 0 ) {\n\t\t\t\tstyle[ name ] = \"inherit\";\n\t\t\t}\n\n\t\t\t// If a hook was provided, use that value, otherwise just set the specified value\n\t\t\tif ( !hooks || !( \"set\" in hooks ) ||\n\t\t\t\t( value = hooks.set( elem, value, extra ) ) !== undefined ) {\n\n\t\t\t\tif ( isCustomProp ) {\n\t\t\t\t\tstyle.setProperty( name, value );\n\t\t\t\t} else {\n\t\t\t\t\tstyle[ name ] = value;\n\t\t\t\t}\n\t\t\t}\n\n\t\t} else {\n\n\t\t\t// If a hook was provided get the non-computed value from there\n\t\t\tif ( hooks && \"get\" in hooks &&\n\t\t\t\t( ret = hooks.get( elem, false, extra ) ) !== undefined ) {\n\n\t\t\t\treturn ret;\n\t\t\t}\n\n\t\t\t// Otherwise just get the value from the style object\n\t\t\treturn style[ name ];\n\t\t}\n\t},\n\n\tcss: function( elem, name, extra, styles ) {\n\t\tvar val, num, hooks,\n\t\t\torigName = camelCase( name ),\n\t\t\tisCustomProp = rcustomProp.test( name );\n\n\t\t// Make sure that we're working with the right name. We don't\n\t\t// want to modify the value if it is a CSS custom property\n\t\t// since they are user-defined.\n\t\tif ( !isCustomProp ) {\n\t\t\tname = finalPropName( origName );\n\t\t}\n\n\t\t// Try prefixed name followed by the unprefixed name\n\t\thooks = jQuery.cssHooks[ name ] || jQuery.cssHooks[ origName ];\n\n\t\t// If a hook was provided get the computed value from there\n\t\tif ( hooks && \"get\" in hooks ) {\n\t\t\tval = hooks.get( elem, true, extra );\n\t\t}\n\n\t\t// Otherwise, if a way to get the computed value exists, use that\n\t\tif ( val === undefined ) {\n\t\t\tval = curCSS( elem, name, styles );\n\t\t}\n\n\t\t// Convert \"normal\" to computed value\n\t\tif ( val === \"normal\" && name in cssNormalTransform ) {\n\t\t\tval = cssNormalTransform[ name ];\n\t\t}\n\n\t\t// Make numeric if forced or a qualifier was provided and val looks numeric\n\t\tif ( extra === \"\" || extra ) {\n\t\t\tnum = parseFloat( val );\n\t\t\treturn extra === true || isFinite( num ) ? num || 0 : val;\n\t\t}\n\n\t\treturn val;\n\t}\n} );\n\njQuery.each( [ \"height\", \"width\" ], function( i, dimension ) {\n\tjQuery.cssHooks[ dimension ] = {\n\t\tget: function( elem, computed, extra ) {\n\t\t\tif ( computed ) {\n\n\t\t\t\t// Certain elements can have dimension info if we invisibly show them\n\t\t\t\t// but it must have a current display style that would benefit\n\t\t\t\treturn rdisplayswap.test( jQuery.css( elem, \"display\" ) ) &&\n\n\t\t\t\t\t// Support: Safari 8+\n\t\t\t\t\t// Table columns in Safari have non-zero offsetWidth & zero\n\t\t\t\t\t// getBoundingClientRect().width unless display is changed.\n\t\t\t\t\t// Support: IE <=11 only\n\t\t\t\t\t// Running getBoundingClientRect on a disconnected node\n\t\t\t\t\t// in IE throws an error.\n\t\t\t\t\t( !elem.getClientRects().length || !elem.getBoundingClientRect().width ) ?\n\t\t\t\t\t\tswap( elem, cssShow, function() {\n\t\t\t\t\t\t\treturn getWidthOrHeight( elem, dimension, extra );\n\t\t\t\t\t\t} ) :\n\t\t\t\t\t\tgetWidthOrHeight( elem, dimension, extra );\n\t\t\t}\n\t\t},\n\n\t\tset: function( elem, value, extra ) {\n\t\t\tvar matches,\n\t\t\t\tstyles = getStyles( elem ),\n\t\t\t\tisBorderBox = jQuery.css( elem, \"boxSizing\", false, styles ) === \"border-box\",\n\t\t\t\tsubtract = extra && boxModelAdjustment(\n\t\t\t\t\telem,\n\t\t\t\t\tdimension,\n\t\t\t\t\textra,\n\t\t\t\t\tisBorderBox,\n\t\t\t\t\tstyles\n\t\t\t\t);\n\n\t\t\t// Account for unreliable border-box dimensions by comparing offset* to computed and\n\t\t\t// faking a content-box to get border and padding (gh-3699)\n\t\t\tif ( isBorderBox && support.scrollboxSize() === styles.position ) {\n\t\t\t\tsubtract -= Math.ceil(\n\t\t\t\t\telem[ \"offset\" + dimension[ 0 ].toUpperCase() + dimension.slice( 1 ) ] -\n\t\t\t\t\tparseFloat( styles[ dimension ] ) -\n\t\t\t\t\tboxModelAdjustment( elem, dimension, \"border\", false, styles ) -\n\t\t\t\t\t0.5\n\t\t\t\t);\n\t\t\t}\n\n\t\t\t// Convert to pixels if value adjustment is needed\n\t\t\tif ( subtract && ( matches = rcssNum.exec( value ) ) &&\n\t\t\t\t( matches[ 3 ] || \"px\" ) !== \"px\" ) {\n\n\t\t\t\telem.style[ dimension ] = value;\n\t\t\t\tvalue = jQuery.css( elem, dimension );\n\t\t\t}\n\n\t\t\treturn setPositiveNumber( elem, value, subtract );\n\t\t}\n\t};\n} );\n\njQuery.cssHooks.marginLeft = addGetHookIf( support.reliableMarginLeft,\n\tfunction( elem, computed ) {\n\t\tif ( computed ) {\n\t\t\treturn ( parseFloat( curCSS( elem, \"marginLeft\" ) ) ||\n\t\t\t\telem.getBoundingClientRect().left -\n\t\t\t\t\tswap( elem, { marginLeft: 0 }, function() {\n\t\t\t\t\t\treturn elem.getBoundingClientRect().left;\n\t\t\t\t\t} )\n\t\t\t\t) + \"px\";\n\t\t}\n\t}\n);\n\n// These hooks are used by animate to expand properties\njQuery.each( {\n\tmargin: \"\",\n\tpadding: \"\",\n\tborder: \"Width\"\n}, function( prefix, suffix ) {\n\tjQuery.cssHooks[ prefix + suffix ] = {\n\t\texpand: function( value ) {\n\t\t\tvar i = 0,\n\t\t\t\texpanded = {},\n\n\t\t\t\t// Assumes a single number if not a string\n\t\t\t\tparts = typeof value === \"string\" ? value.split( \" \" ) : [ value ];\n\n\t\t\tfor ( ; i < 4; i++ ) {\n\t\t\t\texpanded[ prefix + cssExpand[ i ] + suffix ] =\n\t\t\t\t\tparts[ i ] || parts[ i - 2 ] || parts[ 0 ];\n\t\t\t}\n\n\t\t\treturn expanded;\n\t\t}\n\t};\n\n\tif ( prefix !== \"margin\" ) {\n\t\tjQuery.cssHooks[ prefix + suffix ].set = setPositiveNumber;\n\t}\n} );\n\njQuery.fn.extend( {\n\tcss: function( name, value ) {\n\t\treturn access( this, function( elem, name, value ) {\n\t\t\tvar styles, len,\n\t\t\t\tmap = {},\n\t\t\t\ti = 0;\n\n\t\t\tif ( Array.isArray( name ) ) {\n\t\t\t\tstyles = getStyles( elem );\n\t\t\t\tlen = name.length;\n\n\t\t\t\tfor ( ; i < len; i++ ) {\n\t\t\t\t\tmap[ name[ i ] ] = jQuery.css( elem, name[ i ], false, styles );\n\t\t\t\t}\n\n\t\t\t\treturn map;\n\t\t\t}\n\n\t\t\treturn value !== undefined ?\n\t\t\t\tjQuery.style( elem, name, value ) :\n\t\t\t\tjQuery.css( elem, name );\n\t\t}, name, value, arguments.length > 1 );\n\t}\n} );\n\n\nfunction Tween( elem, options, prop, end, easing ) {\n\treturn new Tween.prototype.init( elem, options, prop, end, easing );\n}\njQuery.Tween = Tween;\n\nTween.prototype = {\n\tconstructor: Tween,\n\tinit: function( elem, options, prop, end, easing, unit ) {\n\t\tthis.elem = elem;\n\t\tthis.prop = prop;\n\t\tthis.easing = easing || jQuery.easing._default;\n\t\tthis.options = options;\n\t\tthis.start = this.now = this.cur();\n\t\tthis.end = end;\n\t\tthis.unit = unit || ( jQuery.cssNumber[ prop ] ? \"\" : \"px\" );\n\t},\n\tcur: function() {\n\t\tvar hooks = Tween.propHooks[ this.prop ];\n\n\t\treturn hooks && hooks.get ?\n\t\t\thooks.get( this ) :\n\t\t\tTween.propHooks._default.get( this );\n\t},\n\trun: function( percent ) {\n\t\tvar eased,\n\t\t\thooks = Tween.propHooks[ this.prop ];\n\n\t\tif ( this.options.duration ) {\n\t\t\tthis.pos = eased = jQuery.easing[ this.easing ](\n\t\t\t\tpercent, this.options.duration * percent, 0, 1, this.options.duration\n\t\t\t);\n\t\t} else {\n\t\t\tthis.pos = eased = percent;\n\t\t}\n\t\tthis.now = ( this.end - this.start ) * eased + this.start;\n\n\t\tif ( this.options.step ) {\n\t\t\tthis.options.step.call( this.elem, this.now, this );\n\t\t}\n\n\t\tif ( hooks && hooks.set ) {\n\t\t\thooks.set( this );\n\t\t} else {\n\t\t\tTween.propHooks._default.set( this );\n\t\t}\n\t\treturn this;\n\t}\n};\n\nTween.prototype.init.prototype = Tween.prototype;\n\nTween.propHooks = {\n\t_default: {\n\t\tget: function( tween ) {\n\t\t\tvar result;\n\n\t\t\t// Use a property on the element directly when it is not a DOM element,\n\t\t\t// or when there is no matching style property that exists.\n\t\t\tif ( tween.elem.nodeType !== 1 ||\n\t\t\t\ttween.elem[ tween.prop ] != null && tween.elem.style[ tween.prop ] == null ) {\n\t\t\t\treturn tween.elem[ tween.prop ];\n\t\t\t}\n\n\t\t\t// Passing an empty string as a 3rd parameter to .css will automatically\n\t\t\t// attempt a parseFloat and fallback to a string if the parse fails.\n\t\t\t// Simple values such as \"10px\" are parsed to Float;\n\t\t\t// complex values such as \"rotate(1rad)\" are returned as-is.\n\t\t\tresult = jQuery.css( tween.elem, tween.prop, \"\" );\n\n\t\t\t// Empty strings, null, undefined and \"auto\" are converted to 0.\n\t\t\treturn !result || result === \"auto\" ? 0 : result;\n\t\t},\n\t\tset: function( tween ) {\n\n\t\t\t// Use step hook for back compat.\n\t\t\t// Use cssHook if its there.\n\t\t\t// Use .style if available and use plain properties where available.\n\t\t\tif ( jQuery.fx.step[ tween.prop ] ) {\n\t\t\t\tjQuery.fx.step[ tween.prop ]( tween );\n\t\t\t} else if ( tween.elem.nodeType === 1 &&\n\t\t\t\t( tween.elem.style[ jQuery.cssProps[ tween.prop ] ] != null ||\n\t\t\t\t\tjQuery.cssHooks[ tween.prop ] ) ) {\n\t\t\t\tjQuery.style( tween.elem, tween.prop, tween.now + tween.unit );\n\t\t\t} else {\n\t\t\t\ttween.elem[ tween.prop ] = tween.now;\n\t\t\t}\n\t\t}\n\t}\n};\n\n// Support: IE <=9 only\n// Panic based approach to setting things on disconnected nodes\nTween.propHooks.scrollTop = Tween.propHooks.scrollLeft = {\n\tset: function( tween ) {\n\t\tif ( tween.elem.nodeType && tween.elem.parentNode ) {\n\t\t\ttween.elem[ tween.prop ] = tween.now;\n\t\t}\n\t}\n};\n\njQuery.easing = {\n\tlinear: function( p ) {\n\t\treturn p;\n\t},\n\tswing: function( p ) {\n\t\treturn 0.5 - Math.cos( p * Math.PI ) / 2;\n\t},\n\t_default: \"swing\"\n};\n\njQuery.fx = Tween.prototype.init;\n\n// Back compat <1.8 extension point\njQuery.fx.step = {};\n\n\n\n\nvar\n\tfxNow, inProgress,\n\trfxtypes = /^(?:toggle|show|hide)$/,\n\trrun = /queueHooks$/;\n\nfunction schedule() {\n\tif ( inProgress ) {\n\t\tif ( document.hidden === false && window.requestAnimationFrame ) {\n\t\t\twindow.requestAnimationFrame( schedule );\n\t\t} else {\n\t\t\twindow.setTimeout( schedule, jQuery.fx.interval );\n\t\t}\n\n\t\tjQuery.fx.tick();\n\t}\n}\n\n// Animations created synchronously will run synchronously\nfunction createFxNow() {\n\twindow.setTimeout( function() {\n\t\tfxNow = undefined;\n\t} );\n\treturn ( fxNow = Date.now() );\n}\n\n// Generate parameters to create a standard animation\nfunction genFx( type, includeWidth ) {\n\tvar which,\n\t\ti = 0,\n\t\tattrs = { height: type };\n\n\t// If we include width, step value is 1 to do all cssExpand values,\n\t// otherwise step value is 2 to skip over Left and Right\n\tincludeWidth = includeWidth ? 1 : 0;\n\tfor ( ; i < 4; i += 2 - includeWidth ) {\n\t\twhich = cssExpand[ i ];\n\t\tattrs[ \"margin\" + which ] = attrs[ \"padding\" + which ] = type;\n\t}\n\n\tif ( includeWidth ) {\n\t\tattrs.opacity = attrs.width = type;\n\t}\n\n\treturn attrs;\n}\n\nfunction createTween( value, prop, animation ) {\n\tvar tween,\n\t\tcollection = ( Animation.tweeners[ prop ] || [] ).concat( Animation.tweeners[ \"*\" ] ),\n\t\tindex = 0,\n\t\tlength = collection.length;\n\tfor ( ; index < length; index++ ) {\n\t\tif ( ( tween = collection[ index ].call( animation, prop, value ) ) ) {\n\n\t\t\t// We're done with this property\n\t\t\treturn tween;\n\t\t}\n\t}\n}\n\nfunction defaultPrefilter( elem, props, opts ) {\n\tvar prop, value, toggle, hooks, oldfire, propTween, restoreDisplay, display,\n\t\tisBox = \"width\" in props || \"height\" in props,\n\t\tanim = this,\n\t\torig = {},\n\t\tstyle = elem.style,\n\t\thidden = elem.nodeType && isHiddenWithinTree( elem ),\n\t\tdataShow = dataPriv.get( elem, \"fxshow\" );\n\n\t// Queue-skipping animations hijack the fx hooks\n\tif ( !opts.queue ) {\n\t\thooks = jQuery._queueHooks( elem, \"fx\" );\n\t\tif ( hooks.unqueued == null ) {\n\t\t\thooks.unqueued = 0;\n\t\t\toldfire = hooks.empty.fire;\n\t\t\thooks.empty.fire = function() {\n\t\t\t\tif ( !hooks.unqueued ) {\n\t\t\t\t\toldfire();\n\t\t\t\t}\n\t\t\t};\n\t\t}\n\t\thooks.unqueued++;\n\n\t\tanim.always( function() {\n\n\t\t\t// Ensure the complete handler is called before this completes\n\t\t\tanim.always( function() {\n\t\t\t\thooks.unqueued--;\n\t\t\t\tif ( !jQuery.queue( elem, \"fx\" ).length ) {\n\t\t\t\t\thooks.empty.fire();\n\t\t\t\t}\n\t\t\t} );\n\t\t} );\n\t}\n\n\t// Detect show/hide animations\n\tfor ( prop in props ) {\n\t\tvalue = props[ prop ];\n\t\tif ( rfxtypes.test( value ) ) {\n\t\t\tdelete props[ prop ];\n\t\t\ttoggle = toggle || value === \"toggle\";\n\t\t\tif ( value === ( hidden ? \"hide\" : \"show\" ) ) {\n\n\t\t\t\t// Pretend to be hidden if this is a \"show\" and\n\t\t\t\t// there is still data from a stopped show/hide\n\t\t\t\tif ( value === \"show\" && dataShow && dataShow[ prop ] !== undefined ) {\n\t\t\t\t\thidden = true;\n\n\t\t\t\t// Ignore all other no-op show/hide data\n\t\t\t\t} else {\n\t\t\t\t\tcontinue;\n\t\t\t\t}\n\t\t\t}\n\t\t\torig[ prop ] = dataShow && dataShow[ prop ] || jQuery.style( elem, prop );\n\t\t}\n\t}\n\n\t// Bail out if this is a no-op like .hide().hide()\n\tpropTween = !jQuery.isEmptyObject( props );\n\tif ( !propTween && jQuery.isEmptyObject( orig ) ) {\n\t\treturn;\n\t}\n\n\t// Restrict \"overflow\" and \"display\" styles during box animations\n\tif ( isBox && elem.nodeType === 1 ) {\n\n\t\t// Support: IE <=9 - 11, Edge 12 - 15\n\t\t// Record all 3 overflow attributes because IE does not infer the shorthand\n\t\t// from identically-valued overflowX and overflowY and Edge just mirrors\n\t\t// the overflowX value there.\n\t\topts.overflow = [ style.overflow, style.overflowX, style.overflowY ];\n\n\t\t// Identify a display type, preferring old show/hide data over the CSS cascade\n\t\trestoreDisplay = dataShow && dataShow.display;\n\t\tif ( restoreDisplay == null ) {\n\t\t\trestoreDisplay = dataPriv.get( elem, \"display\" );\n\t\t}\n\t\tdisplay = jQuery.css( elem, \"display\" );\n\t\tif ( display === \"none\" ) {\n\t\t\tif ( restoreDisplay ) {\n\t\t\t\tdisplay = restoreDisplay;\n\t\t\t} else {\n\n\t\t\t\t// Get nonempty value(s) by temporarily forcing visibility\n\t\t\t\tshowHide( [ elem ], true );\n\t\t\t\trestoreDisplay = elem.style.display || restoreDisplay;\n\t\t\t\tdisplay = jQuery.css( elem, \"display\" );\n\t\t\t\tshowHide( [ elem ] );\n\t\t\t}\n\t\t}\n\n\t\t// Animate inline elements as inline-block\n\t\tif ( display === \"inline\" || display === \"inline-block\" && restoreDisplay != null ) {\n\t\t\tif ( jQuery.css( elem, \"float\" ) === \"none\" ) {\n\n\t\t\t\t// Restore the original display value at the end of pure show/hide animations\n\t\t\t\tif ( !propTween ) {\n\t\t\t\t\tanim.done( function() {\n\t\t\t\t\t\tstyle.display = restoreDisplay;\n\t\t\t\t\t} );\n\t\t\t\t\tif ( restoreDisplay == null ) {\n\t\t\t\t\t\tdisplay = style.display;\n\t\t\t\t\t\trestoreDisplay = display === \"none\" ? \"\" : display;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\tstyle.display = \"inline-block\";\n\t\t\t}\n\t\t}\n\t}\n\n\tif ( opts.overflow ) {\n\t\tstyle.overflow = \"hidden\";\n\t\tanim.always( function() {\n\t\t\tstyle.overflow = opts.overflow[ 0 ];\n\t\t\tstyle.overflowX = opts.overflow[ 1 ];\n\t\t\tstyle.overflowY = opts.overflow[ 2 ];\n\t\t} );\n\t}\n\n\t// Implement show/hide animations\n\tpropTween = false;\n\tfor ( prop in orig ) {\n\n\t\t// General show/hide setup for this element animation\n\t\tif ( !propTween ) {\n\t\t\tif ( dataShow ) {\n\t\t\t\tif ( \"hidden\" in dataShow ) {\n\t\t\t\t\thidden = dataShow.hidden;\n\t\t\t\t}\n\t\t\t} else {\n\t\t\t\tdataShow = dataPriv.access( elem, \"fxshow\", { display: restoreDisplay } );\n\t\t\t}\n\n\t\t\t// Store hidden/visible for toggle so `.stop().toggle()` \"reverses\"\n\t\t\tif ( toggle ) {\n\t\t\t\tdataShow.hidden = !hidden;\n\t\t\t}\n\n\t\t\t// Show elements before animating them\n\t\t\tif ( hidden ) {\n\t\t\t\tshowHide( [ elem ], true );\n\t\t\t}\n\n\t\t\t/* eslint-disable no-loop-func */\n\n\t\t\tanim.done( function() {\n\n\t\t\t/* eslint-enable no-loop-func */\n\n\t\t\t\t// The final step of a \"hide\" animation is actually hiding the element\n\t\t\t\tif ( !hidden ) {\n\t\t\t\t\tshowHide( [ elem ] );\n\t\t\t\t}\n\t\t\t\tdataPriv.remove( elem, \"fxshow\" );\n\t\t\t\tfor ( prop in orig ) {\n\t\t\t\t\tjQuery.style( elem, prop, orig[ prop ] );\n\t\t\t\t}\n\t\t\t} );\n\t\t}\n\n\t\t// Per-property setup\n\t\tpropTween = createTween( hidden ? dataShow[ prop ] : 0, prop, anim );\n\t\tif ( !( prop in dataShow ) ) {\n\t\t\tdataShow[ prop ] = propTween.start;\n\t\t\tif ( hidden ) {\n\t\t\t\tpropTween.end = propTween.start;\n\t\t\t\tpropTween.start = 0;\n\t\t\t}\n\t\t}\n\t}\n}\n\nfunction propFilter( props, specialEasing ) {\n\tvar index, name, easing, value, hooks;\n\n\t// camelCase, specialEasing and expand cssHook pass\n\tfor ( index in props ) {\n\t\tname = camelCase( index );\n\t\teasing = specialEasing[ name ];\n\t\tvalue = props[ index ];\n\t\tif ( Array.isArray( value ) ) {\n\t\t\teasing = value[ 1 ];\n\t\t\tvalue = props[ index ] = value[ 0 ];\n\t\t}\n\n\t\tif ( index !== name ) {\n\t\t\tprops[ name ] = value;\n\t\t\tdelete props[ index ];\n\t\t}\n\n\t\thooks = jQuery.cssHooks[ name ];\n\t\tif ( hooks && \"expand\" in hooks ) {\n\t\t\tvalue = hooks.expand( value );\n\t\t\tdelete props[ name ];\n\n\t\t\t// Not quite $.extend, this won't overwrite existing keys.\n\t\t\t// Reusing 'index' because we have the correct \"name\"\n\t\t\tfor ( index in value ) {\n\t\t\t\tif ( !( index in props ) ) {\n\t\t\t\t\tprops[ index ] = value[ index ];\n\t\t\t\t\tspecialEasing[ index ] = easing;\n\t\t\t\t}\n\t\t\t}\n\t\t} else {\n\t\t\tspecialEasing[ name ] = easing;\n\t\t}\n\t}\n}\n\nfunction Animation( elem, properties, options ) {\n\tvar result,\n\t\tstopped,\n\t\tindex = 0,\n\t\tlength = Animation.prefilters.length,\n\t\tdeferred = jQuery.Deferred().always( function() {\n\n\t\t\t// Don't match elem in the :animated selector\n\t\t\tdelete tick.elem;\n\t\t} ),\n\t\ttick = function() {\n\t\t\tif ( stopped ) {\n\t\t\t\treturn false;\n\t\t\t}\n\t\t\tvar currentTime = fxNow || createFxNow(),\n\t\t\t\tremaining = Math.max( 0, animation.startTime + animation.duration - currentTime ),\n\n\t\t\t\t// Support: Android 2.3 only\n\t\t\t\t// Archaic crash bug won't allow us to use `1 - ( 0.5 || 0 )` (#12497)\n\t\t\t\ttemp = remaining / animation.duration || 0,\n\t\t\t\tpercent = 1 - temp,\n\t\t\t\tindex = 0,\n\t\t\t\tlength = animation.tweens.length;\n\n\t\t\tfor ( ; index < length; index++ ) {\n\t\t\t\tanimation.tweens[ index ].run( percent );\n\t\t\t}\n\n\t\t\tdeferred.notifyWith( elem, [ animation, percent, remaining ] );\n\n\t\t\t// If there's more to do, yield\n\t\t\tif ( percent < 1 && length ) {\n\t\t\t\treturn remaining;\n\t\t\t}\n\n\t\t\t// If this was an empty animation, synthesize a final progress notification\n\t\t\tif ( !length ) {\n\t\t\t\tdeferred.notifyWith( elem, [ animation, 1, 0 ] );\n\t\t\t}\n\n\t\t\t// Resolve the animation and report its conclusion\n\t\t\tdeferred.resolveWith( elem, [ animation ] );\n\t\t\treturn false;\n\t\t},\n\t\tanimation = deferred.promise( {\n\t\t\telem: elem,\n\t\t\tprops: jQuery.extend( {}, properties ),\n\t\t\topts: jQuery.extend( true, {\n\t\t\t\tspecialEasing: {},\n\t\t\t\teasing: jQuery.easing._default\n\t\t\t}, options ),\n\t\t\toriginalProperties: properties,\n\t\t\toriginalOptions: options,\n\t\t\tstartTime: fxNow || createFxNow(),\n\t\t\tduration: options.duration,\n\t\t\ttweens: [],\n\t\t\tcreateTween: function( prop, end ) {\n\t\t\t\tvar tween = jQuery.Tween( elem, animation.opts, prop, end,\n\t\t\t\t\t\tanimation.opts.specialEasing[ prop ] || animation.opts.easing );\n\t\t\t\tanimation.tweens.push( tween );\n\t\t\t\treturn tween;\n\t\t\t},\n\t\t\tstop: function( gotoEnd ) {\n\t\t\t\tvar index = 0,\n\n\t\t\t\t\t// If we are going to the end, we want to run all the tweens\n\t\t\t\t\t// otherwise we skip this part\n\t\t\t\t\tlength = gotoEnd ? animation.tweens.length : 0;\n\t\t\t\tif ( stopped ) {\n\t\t\t\t\treturn this;\n\t\t\t\t}\n\t\t\t\tstopped = true;\n\t\t\t\tfor ( ; index < length; index++ ) {\n\t\t\t\t\tanimation.tweens[ index ].run( 1 );\n\t\t\t\t}\n\n\t\t\t\t// Resolve when we played the last frame; otherwise, reject\n\t\t\t\tif ( gotoEnd ) {\n\t\t\t\t\tdeferred.notifyWith( elem, [ animation, 1, 0 ] );\n\t\t\t\t\tdeferred.resolveWith( elem, [ animation, gotoEnd ] );\n\t\t\t\t} else {\n\t\t\t\t\tdeferred.rejectWith( elem, [ animation, gotoEnd ] );\n\t\t\t\t}\n\t\t\t\treturn this;\n\t\t\t}\n\t\t} ),\n\t\tprops = animation.props;\n\n\tpropFilter( props, animation.opts.specialEasing );\n\n\tfor ( ; index < length; index++ ) {\n\t\tresult = Animation.prefilters[ index ].call( animation, elem, props, animation.opts );\n\t\tif ( result ) {\n\t\t\tif ( isFunction( result.stop ) ) {\n\t\t\t\tjQuery._queueHooks( animation.elem, animation.opts.queue ).stop =\n\t\t\t\t\tresult.stop.bind( result );\n\t\t\t}\n\t\t\treturn result;\n\t\t}\n\t}\n\n\tjQuery.map( props, createTween, animation );\n\n\tif ( isFunction( animation.opts.start ) ) {\n\t\tanimation.opts.start.call( elem, animation );\n\t}\n\n\t// Attach callbacks from options\n\tanimation\n\t\t.progress( animation.opts.progress )\n\t\t.done( animation.opts.done, animation.opts.complete )\n\t\t.fail( animation.opts.fail )\n\t\t.always( animation.opts.always );\n\n\tjQuery.fx.timer(\n\t\tjQuery.extend( tick, {\n\t\t\telem: elem,\n\t\t\tanim: animation,\n\t\t\tqueue: animation.opts.queue\n\t\t} )\n\t);\n\n\treturn animation;\n}\n\njQuery.Animation = jQuery.extend( Animation, {\n\n\ttweeners: {\n\t\t\"*\": [ function( prop, value ) {\n\t\t\tvar tween = this.createTween( prop, value );\n\t\t\tadjustCSS( tween.elem, prop, rcssNum.exec( value ), tween );\n\t\t\treturn tween;\n\t\t} ]\n\t},\n\n\ttweener: function( props, callback ) {\n\t\tif ( isFunction( props ) ) {\n\t\t\tcallback = props;\n\t\t\tprops = [ \"*\" ];\n\t\t} else {\n\t\t\tprops = props.match( rnothtmlwhite );\n\t\t}\n\n\t\tvar prop,\n\t\t\tindex = 0,\n\t\t\tlength = props.length;\n\n\t\tfor ( ; index < length; index++ ) {\n\t\t\tprop = props[ index ];\n\t\t\tAnimation.tweeners[ prop ] = Animation.tweeners[ prop ] || [];\n\t\t\tAnimation.tweeners[ prop ].unshift( callback );\n\t\t}\n\t},\n\n\tprefilters: [ defaultPrefilter ],\n\n\tprefilter: function( callback, prepend ) {\n\t\tif ( prepend ) {\n\t\t\tAnimation.prefilters.unshift( callback );\n\t\t} else {\n\t\t\tAnimation.prefilters.push( callback );\n\t\t}\n\t}\n} );\n\njQuery.speed = function( speed, easing, fn ) {\n\tvar opt = speed && typeof speed === \"object\" ? jQuery.extend( {}, speed ) : {\n\t\tcomplete: fn || !fn && easing ||\n\t\t\tisFunction( speed ) && speed,\n\t\tduration: speed,\n\t\teasing: fn && easing || easing && !isFunction( easing ) && easing\n\t};\n\n\t// Go to the end state if fx are off\n\tif ( jQuery.fx.off ) {\n\t\topt.duration = 0;\n\n\t} else {\n\t\tif ( typeof opt.duration !== \"number\" ) {\n\t\t\tif ( opt.duration in jQuery.fx.speeds ) {\n\t\t\t\topt.duration = jQuery.fx.speeds[ opt.duration ];\n\n\t\t\t} else {\n\t\t\t\topt.duration = jQuery.fx.speeds._default;\n\t\t\t}\n\t\t}\n\t}\n\n\t// Normalize opt.queue - true/undefined/null -> \"fx\"\n\tif ( opt.queue == null || opt.queue === true ) {\n\t\topt.queue = \"fx\";\n\t}\n\n\t// Queueing\n\topt.old = opt.complete;\n\n\topt.complete = function() {\n\t\tif ( isFunction( opt.old ) ) {\n\t\t\topt.old.call( this );\n\t\t}\n\n\t\tif ( opt.queue ) {\n\t\t\tjQuery.dequeue( this, opt.queue );\n\t\t}\n\t};\n\n\treturn opt;\n};\n\njQuery.fn.extend( {\n\tfadeTo: function( speed, to, easing, callback ) {\n\n\t\t// Show any hidden elements after setting opacity to 0\n\t\treturn this.filter( isHiddenWithinTree ).css( \"opacity\", 0 ).show()\n\n\t\t\t// Animate to the value specified\n\t\t\t.end().animate( { opacity: to }, speed, easing, callback );\n\t},\n\tanimate: function( prop, speed, easing, callback ) {\n\t\tvar empty = jQuery.isEmptyObject( prop ),\n\t\t\toptall = jQuery.speed( speed, easing, callback ),\n\t\t\tdoAnimation = function() {\n\n\t\t\t\t// Operate on a copy of prop so per-property easing won't be lost\n\t\t\t\tvar anim = Animation( this, jQuery.extend( {}, prop ), optall );\n\n\t\t\t\t// Empty animations, or finishing resolves immediately\n\t\t\t\tif ( empty || dataPriv.get( this, \"finish\" ) ) {\n\t\t\t\t\tanim.stop( true );\n\t\t\t\t}\n\t\t\t};\n\t\t\tdoAnimation.finish = doAnimation;\n\n\t\treturn empty || optall.queue === false ?\n\t\t\tthis.each( doAnimation ) :\n\t\t\tthis.queue( optall.queue, doAnimation );\n\t},\n\tstop: function( type, clearQueue, gotoEnd ) {\n\t\tvar stopQueue = function( hooks ) {\n\t\t\tvar stop = hooks.stop;\n\t\t\tdelete hooks.stop;\n\t\t\tstop( gotoEnd );\n\t\t};\n\n\t\tif ( typeof type !== \"string\" ) {\n\t\t\tgotoEnd = clearQueue;\n\t\t\tclearQueue = type;\n\t\t\ttype = undefined;\n\t\t}\n\t\tif ( clearQueue && type !== false ) {\n\t\t\tthis.queue( type || \"fx\", [] );\n\t\t}\n\n\t\treturn this.each( function() {\n\t\t\tvar dequeue = true,\n\t\t\t\tindex = type != null && type + \"queueHooks\",\n\t\t\t\ttimers = jQuery.timers,\n\t\t\t\tdata = dataPriv.get( this );\n\n\t\t\tif ( index ) {\n\t\t\t\tif ( data[ index ] && data[ index ].stop ) {\n\t\t\t\t\tstopQueue( data[ index ] );\n\t\t\t\t}\n\t\t\t} else {\n\t\t\t\tfor ( index in data ) {\n\t\t\t\t\tif ( data[ index ] && data[ index ].stop && rrun.test( index ) ) {\n\t\t\t\t\t\tstopQueue( data[ index ] );\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\n\t\t\tfor ( index = timers.length; index--; ) {\n\t\t\t\tif ( timers[ index ].elem === this &&\n\t\t\t\t\t( type == null || timers[ index ].queue === type ) ) {\n\n\t\t\t\t\ttimers[ index ].anim.stop( gotoEnd );\n\t\t\t\t\tdequeue = false;\n\t\t\t\t\ttimers.splice( index, 1 );\n\t\t\t\t}\n\t\t\t}\n\n\t\t\t// Start the next in the queue if the last step wasn't forced.\n\t\t\t// Timers currently will call their complete callbacks, which\n\t\t\t// will dequeue but only if they were gotoEnd.\n\t\t\tif ( dequeue || !gotoEnd ) {\n\t\t\t\tjQuery.dequeue( this, type );\n\t\t\t}\n\t\t} );\n\t},\n\tfinish: function( type ) {\n\t\tif ( type !== false ) {\n\t\t\ttype = type || \"fx\";\n\t\t}\n\t\treturn this.each( function() {\n\t\t\tvar index,\n\t\t\t\tdata = dataPriv.get( this ),\n\t\t\t\tqueue = data[ type + \"queue\" ],\n\t\t\t\thooks = data[ type + \"queueHooks\" ],\n\t\t\t\ttimers = jQuery.timers,\n\t\t\t\tlength = queue ? queue.length : 0;\n\n\t\t\t// Enable finishing flag on private data\n\t\t\tdata.finish = true;\n\n\t\t\t// Empty the queue first\n\t\t\tjQuery.queue( this, type, [] );\n\n\t\t\tif ( hooks && hooks.stop ) {\n\t\t\t\thooks.stop.call( this, true );\n\t\t\t}\n\n\t\t\t// Look for any active animations, and finish them\n\t\t\tfor ( index = timers.length; index--; ) {\n\t\t\t\tif ( timers[ index ].elem === this && timers[ index ].queue === type ) {\n\t\t\t\t\ttimers[ index ].anim.stop( true );\n\t\t\t\t\ttimers.splice( index, 1 );\n\t\t\t\t}\n\t\t\t}\n\n\t\t\t// Look for any animations in the old queue and finish them\n\t\t\tfor ( index = 0; index < length; index++ ) {\n\t\t\t\tif ( queue[ index ] && queue[ index ].finish ) {\n\t\t\t\t\tqueue[ index ].finish.call( this );\n\t\t\t\t}\n\t\t\t}\n\n\t\t\t// Turn off finishing flag\n\t\t\tdelete data.finish;\n\t\t} );\n\t}\n} );\n\njQuery.each( [ \"toggle\", \"show\", \"hide\" ], function( i, name ) {\n\tvar cssFn = jQuery.fn[ name ];\n\tjQuery.fn[ name ] = function( speed, easing, callback ) {\n\t\treturn speed == null || typeof speed === \"boolean\" ?\n\t\t\tcssFn.apply( this, arguments ) :\n\t\t\tthis.animate( genFx( name, true ), speed, easing, callback );\n\t};\n} );\n\n// Generate shortcuts for custom animations\njQuery.each( {\n\tslideDown: genFx( \"show\" ),\n\tslideUp: genFx( \"hide\" ),\n\tslideToggle: genFx( \"toggle\" ),\n\tfadeIn: { opacity: \"show\" },\n\tfadeOut: { opacity: \"hide\" },\n\tfadeToggle: { opacity: \"toggle\" }\n}, function( name, props ) {\n\tjQuery.fn[ name ] = function( speed, easing, callback ) {\n\t\treturn this.animate( props, speed, easing, callback );\n\t};\n} );\n\njQuery.timers = [];\njQuery.fx.tick = function() {\n\tvar timer,\n\t\ti = 0,\n\t\ttimers = jQuery.timers;\n\n\tfxNow = Date.now();\n\n\tfor ( ; i < timers.length; i++ ) {\n\t\ttimer = timers[ i ];\n\n\t\t// Run the timer and safely remove it when done (allowing for external removal)\n\t\tif ( !timer() && timers[ i ] === timer ) {\n\t\t\ttimers.splice( i--, 1 );\n\t\t}\n\t}\n\n\tif ( !timers.length ) {\n\t\tjQuery.fx.stop();\n\t}\n\tfxNow = undefined;\n};\n\njQuery.fx.timer = function( timer ) {\n\tjQuery.timers.push( timer );\n\tjQuery.fx.start();\n};\n\njQuery.fx.interval = 13;\njQuery.fx.start = function() {\n\tif ( inProgress ) {\n\t\treturn;\n\t}\n\n\tinProgress = true;\n\tschedule();\n};\n\njQuery.fx.stop = function() {\n\tinProgress = null;\n};\n\njQuery.fx.speeds = {\n\tslow: 600,\n\tfast: 200,\n\n\t// Default speed\n\t_default: 400\n};\n\n\n// Based off of the plugin by Clint Helfers, with permission.\n// https://web.archive.org/web/20100324014747/http://blindsignals.com/index.php/2009/07/jquery-delay/\njQuery.fn.delay = function( time, type ) {\n\ttime = jQuery.fx ? jQuery.fx.speeds[ time ] || time : time;\n\ttype = type || \"fx\";\n\n\treturn this.queue( type, function( next, hooks ) {\n\t\tvar timeout = window.setTimeout( next, time );\n\t\thooks.stop = function() {\n\t\t\twindow.clearTimeout( timeout );\n\t\t};\n\t} );\n};\n\n\n( function() {\n\tvar input = document.createElement( \"input\" ),\n\t\tselect = document.createElement( \"select\" ),\n\t\topt = select.appendChild( document.createElement( \"option\" ) );\n\n\tinput.type = \"checkbox\";\n\n\t// Support: Android <=4.3 only\n\t// Default value for a checkbox should be \"on\"\n\tsupport.checkOn = input.value !== \"\";\n\n\t// Support: IE <=11 only\n\t// Must access selectedIndex to make default options select\n\tsupport.optSelected = opt.selected;\n\n\t// Support: IE <=11 only\n\t// An input loses its value after becoming a radio\n\tinput = document.createElement( \"input\" );\n\tinput.value = \"t\";\n\tinput.type = \"radio\";\n\tsupport.radioValue = input.value === \"t\";\n} )();\n\n\nvar boolHook,\n\tattrHandle = jQuery.expr.attrHandle;\n\njQuery.fn.extend( {\n\tattr: function( name, value ) {\n\t\treturn access( this, jQuery.attr, name, value, arguments.length > 1 );\n\t},\n\n\tremoveAttr: function( name ) {\n\t\treturn this.each( function() {\n\t\t\tjQuery.removeAttr( this, name );\n\t\t} );\n\t}\n} );\n\njQuery.extend( {\n\tattr: function( elem, name, value ) {\n\t\tvar ret, hooks,\n\t\t\tnType = elem.nodeType;\n\n\t\t// Don't get/set attributes on text, comment and attribute nodes\n\t\tif ( nType === 3 || nType === 8 || nType === 2 ) {\n\t\t\treturn;\n\t\t}\n\n\t\t// Fallback to prop when attributes are not supported\n\t\tif ( typeof elem.getAttribute === \"undefined\" ) {\n\t\t\treturn jQuery.prop( elem, name, value );\n\t\t}\n\n\t\t// Attribute hooks are determined by the lowercase version\n\t\t// Grab necessary hook if one is defined\n\t\tif ( nType !== 1 || !jQuery.isXMLDoc( elem ) ) {\n\t\t\thooks = jQuery.attrHooks[ name.toLowerCase() ] ||\n\t\t\t\t( jQuery.expr.match.bool.test( name ) ? boolHook : undefined );\n\t\t}\n\n\t\tif ( value !== undefined ) {\n\t\t\tif ( value === null ) {\n\t\t\t\tjQuery.removeAttr( elem, name );\n\t\t\t\treturn;\n\t\t\t}\n\n\t\t\tif ( hooks && \"set\" in hooks &&\n\t\t\t\t( ret = hooks.set( elem, value, name ) ) !== undefined ) {\n\t\t\t\treturn ret;\n\t\t\t}\n\n\t\t\telem.setAttribute( name, value + \"\" );\n\t\t\treturn value;\n\t\t}\n\n\t\tif ( hooks && \"get\" in hooks && ( ret = hooks.get( elem, name ) ) !== null ) {\n\t\t\treturn ret;\n\t\t}\n\n\t\tret = jQuery.find.attr( elem, name );\n\n\t\t// Non-existent attributes return null, we normalize to undefined\n\t\treturn ret == null ? undefined : ret;\n\t},\n\n\tattrHooks: {\n\t\ttype: {\n\t\t\tset: function( elem, value ) {\n\t\t\t\tif ( !support.radioValue && value === \"radio\" &&\n\t\t\t\t\tnodeName( elem, \"input\" ) ) {\n\t\t\t\t\tvar val = elem.value;\n\t\t\t\t\telem.setAttribute( \"type\", value );\n\t\t\t\t\tif ( val ) {\n\t\t\t\t\t\telem.value = val;\n\t\t\t\t\t}\n\t\t\t\t\treturn value;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\n\tremoveAttr: function( elem, value ) {\n\t\tvar name,\n\t\t\ti = 0,\n\n\t\t\t// Attribute names can contain non-HTML whitespace characters\n\t\t\t// https://html.spec.whatwg.org/multipage/syntax.html#attributes-2\n\t\t\tattrNames = value && value.match( rnothtmlwhite );\n\n\t\tif ( attrNames && elem.nodeType === 1 ) {\n\t\t\twhile ( ( name = attrNames[ i++ ] ) ) {\n\t\t\t\telem.removeAttribute( name );\n\t\t\t}\n\t\t}\n\t}\n} );\n\n// Hooks for boolean attributes\nboolHook = {\n\tset: function( elem, value, name ) {\n\t\tif ( value === false ) {\n\n\t\t\t// Remove boolean attributes when set to false\n\t\t\tjQuery.removeAttr( elem, name );\n\t\t} else {\n\t\t\telem.setAttribute( name, name );\n\t\t}\n\t\treturn name;\n\t}\n};\n\njQuery.each( jQuery.expr.match.bool.source.match( /\\w+/g ), function( i, name ) {\n\tvar getter = attrHandle[ name ] || jQuery.find.attr;\n\n\tattrHandle[ name ] = function( elem, name, isXML ) {\n\t\tvar ret, handle,\n\t\t\tlowercaseName = name.toLowerCase();\n\n\t\tif ( !isXML ) {\n\n\t\t\t// Avoid an infinite loop by temporarily removing this function from the getter\n\t\t\thandle = attrHandle[ lowercaseName ];\n\t\t\tattrHandle[ lowercaseName ] = ret;\n\t\t\tret = getter( elem, name, isXML ) != null ?\n\t\t\t\tlowercaseName :\n\t\t\t\tnull;\n\t\t\tattrHandle[ lowercaseName ] = handle;\n\t\t}\n\t\treturn ret;\n\t};\n} );\n\n\n\n\nvar rfocusable = /^(?:input|select|textarea|button)$/i,\n\trclickable = /^(?:a|area)$/i;\n\njQuery.fn.extend( {\n\tprop: function( name, value ) {\n\t\treturn access( this, jQuery.prop, name, value, arguments.length > 1 );\n\t},\n\n\tremoveProp: function( name ) {\n\t\treturn this.each( function() {\n\t\t\tdelete this[ jQuery.propFix[ name ] || name ];\n\t\t} );\n\t}\n} );\n\njQuery.extend( {\n\tprop: function( elem, name, value ) {\n\t\tvar ret, hooks,\n\t\t\tnType = elem.nodeType;\n\n\t\t// Don't get/set properties on text, comment and attribute nodes\n\t\tif ( nType === 3 || nType === 8 || nType === 2 ) {\n\t\t\treturn;\n\t\t}\n\n\t\tif ( nType !== 1 || !jQuery.isXMLDoc( elem ) ) {\n\n\t\t\t// Fix name and attach hooks\n\t\t\tname = jQuery.propFix[ name ] || name;\n\t\t\thooks = jQuery.propHooks[ name ];\n\t\t}\n\n\t\tif ( value !== undefined ) {\n\t\t\tif ( hooks && \"set\" in hooks &&\n\t\t\t\t( ret = hooks.set( elem, value, name ) ) !== undefined ) {\n\t\t\t\treturn ret;\n\t\t\t}\n\n\t\t\treturn ( elem[ name ] = value );\n\t\t}\n\n\t\tif ( hooks && \"get\" in hooks && ( ret = hooks.get( elem, name ) ) !== null ) {\n\t\t\treturn ret;\n\t\t}\n\n\t\treturn elem[ name ];\n\t},\n\n\tpropHooks: {\n\t\ttabIndex: {\n\t\t\tget: function( elem ) {\n\n\t\t\t\t// Support: IE <=9 - 11 only\n\t\t\t\t// elem.tabIndex doesn't always return the\n\t\t\t\t// correct value when it hasn't been explicitly set\n\t\t\t\t// https://web.archive.org/web/20141116233347/http://fluidproject.org/blog/2008/01/09/getting-setting-and-removing-tabindex-values-with-javascript/\n\t\t\t\t// Use proper attribute retrieval(#12072)\n\t\t\t\tvar tabindex = jQuery.find.attr( elem, \"tabindex\" );\n\n\t\t\t\tif ( tabindex ) {\n\t\t\t\t\treturn parseInt( tabindex, 10 );\n\t\t\t\t}\n\n\t\t\t\tif (\n\t\t\t\t\trfocusable.test( elem.nodeName ) ||\n\t\t\t\t\trclickable.test( elem.nodeName ) &&\n\t\t\t\t\telem.href\n\t\t\t\t) {\n\t\t\t\t\treturn 0;\n\t\t\t\t}\n\n\t\t\t\treturn -1;\n\t\t\t}\n\t\t}\n\t},\n\n\tpropFix: {\n\t\t\"for\": \"htmlFor\",\n\t\t\"class\": \"className\"\n\t}\n} );\n\n// Support: IE <=11 only\n// Accessing the selectedIndex property\n// forces the browser to respect setting selected\n// on the option\n// The getter ensures a default option is selected\n// when in an optgroup\n// eslint rule \"no-unused-expressions\" is disabled for this code\n// since it considers such accessions noop\nif ( !support.optSelected ) {\n\tjQuery.propHooks.selected = {\n\t\tget: function( elem ) {\n\n\t\t\t/* eslint no-unused-expressions: \"off\" */\n\n\t\t\tvar parent = elem.parentNode;\n\t\t\tif ( parent && parent.parentNode ) {\n\t\t\t\tparent.parentNode.selectedIndex;\n\t\t\t}\n\t\t\treturn null;\n\t\t},\n\t\tset: function( elem ) {\n\n\t\t\t/* eslint no-unused-expressions: \"off\" */\n\n\t\t\tvar parent = elem.parentNode;\n\t\t\tif ( parent ) {\n\t\t\t\tparent.selectedIndex;\n\n\t\t\t\tif ( parent.parentNode ) {\n\t\t\t\t\tparent.parentNode.selectedIndex;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t};\n}\n\njQuery.each( [\n\t\"tabIndex\",\n\t\"readOnly\",\n\t\"maxLength\",\n\t\"cellSpacing\",\n\t\"cellPadding\",\n\t\"rowSpan\",\n\t\"colSpan\",\n\t\"useMap\",\n\t\"frameBorder\",\n\t\"contentEditable\"\n], function() {\n\tjQuery.propFix[ this.toLowerCase() ] = this;\n} );\n\n\n\n\n\t// Strip and collapse whitespace according to HTML spec\n\t// https://infra.spec.whatwg.org/#strip-and-collapse-ascii-whitespace\n\tfunction stripAndCollapse( value ) {\n\t\tvar tokens = value.match( rnothtmlwhite ) || [];\n\t\treturn tokens.join( \" \" );\n\t}\n\n\nfunction getClass( elem ) {\n\treturn elem.getAttribute && elem.getAttribute( \"class\" ) || \"\";\n}\n\nfunction classesToArray( value ) {\n\tif ( Array.isArray( value ) ) {\n\t\treturn value;\n\t}\n\tif ( typeof value === \"string\" ) {\n\t\treturn value.match( rnothtmlwhite ) || [];\n\t}\n\treturn [];\n}\n\njQuery.fn.extend( {\n\taddClass: function( value ) {\n\t\tvar classes, elem, cur, curValue, clazz, j, finalValue,\n\t\t\ti = 0;\n\n\t\tif ( isFunction( value ) ) {\n\t\t\treturn this.each( function( j ) {\n\t\t\t\tjQuery( this ).addClass( value.call( this, j, getClass( this ) ) );\n\t\t\t} );\n\t\t}\n\n\t\tclasses = classesToArray( value );\n\n\t\tif ( classes.length ) {\n\t\t\twhile ( ( elem = this[ i++ ] ) ) {\n\t\t\t\tcurValue = getClass( elem );\n\t\t\t\tcur = elem.nodeType === 1 && ( \" \" + stripAndCollapse( curValue ) + \" \" );\n\n\t\t\t\tif ( cur ) {\n\t\t\t\t\tj = 0;\n\t\t\t\t\twhile ( ( clazz = classes[ j++ ] ) ) {\n\t\t\t\t\t\tif ( cur.indexOf( \" \" + clazz + \" \" ) < 0 ) {\n\t\t\t\t\t\t\tcur += clazz + \" \";\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\n\t\t\t\t\t// Only assign if different to avoid unneeded rendering.\n\t\t\t\t\tfinalValue = stripAndCollapse( cur );\n\t\t\t\t\tif ( curValue !== finalValue ) {\n\t\t\t\t\t\telem.setAttribute( \"class\", finalValue );\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\treturn this;\n\t},\n\n\tremoveClass: function( value ) {\n\t\tvar classes, elem, cur, curValue, clazz, j, finalValue,\n\t\t\ti = 0;\n\n\t\tif ( isFunction( value ) ) {\n\t\t\treturn this.each( function( j ) {\n\t\t\t\tjQuery( this ).removeClass( value.call( this, j, getClass( this ) ) );\n\t\t\t} );\n\t\t}\n\n\t\tif ( !arguments.length ) {\n\t\t\treturn this.attr( \"class\", \"\" );\n\t\t}\n\n\t\tclasses = classesToArray( value );\n\n\t\tif ( classes.length ) {\n\t\t\twhile ( ( elem = this[ i++ ] ) ) {\n\t\t\t\tcurValue = getClass( elem );\n\n\t\t\t\t// This expression is here for better compressibility (see addClass)\n\t\t\t\tcur = elem.nodeType === 1 && ( \" \" + stripAndCollapse( curValue ) + \" \" );\n\n\t\t\t\tif ( cur ) {\n\t\t\t\t\tj = 0;\n\t\t\t\t\twhile ( ( clazz = classes[ j++ ] ) ) {\n\n\t\t\t\t\t\t// Remove *all* instances\n\t\t\t\t\t\twhile ( cur.indexOf( \" \" + clazz + \" \" ) > -1 ) {\n\t\t\t\t\t\t\tcur = cur.replace( \" \" + clazz + \" \", \" \" );\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\n\t\t\t\t\t// Only assign if different to avoid unneeded rendering.\n\t\t\t\t\tfinalValue = stripAndCollapse( cur );\n\t\t\t\t\tif ( curValue !== finalValue ) {\n\t\t\t\t\t\telem.setAttribute( \"class\", finalValue );\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\treturn this;\n\t},\n\n\ttoggleClass: function( value, stateVal ) {\n\t\tvar type = typeof value,\n\t\t\tisValidValue = type === \"string\" || Array.isArray( value );\n\n\t\tif ( typeof stateVal === \"boolean\" && isValidValue ) {\n\t\t\treturn stateVal ? this.addClass( value ) : this.removeClass( value );\n\t\t}\n\n\t\tif ( isFunction( value ) ) {\n\t\t\treturn this.each( function( i ) {\n\t\t\t\tjQuery( this ).toggleClass(\n\t\t\t\t\tvalue.call( this, i, getClass( this ), stateVal ),\n\t\t\t\t\tstateVal\n\t\t\t\t);\n\t\t\t} );\n\t\t}\n\n\t\treturn this.each( function() {\n\t\t\tvar className, i, self, classNames;\n\n\t\t\tif ( isValidValue ) {\n\n\t\t\t\t// Toggle individual class names\n\t\t\t\ti = 0;\n\t\t\t\tself = jQuery( this );\n\t\t\t\tclassNames = classesToArray( value );\n\n\t\t\t\twhile ( ( className = classNames[ i++ ] ) ) {\n\n\t\t\t\t\t// Check each className given, space separated list\n\t\t\t\t\tif ( self.hasClass( className ) ) {\n\t\t\t\t\t\tself.removeClass( className );\n\t\t\t\t\t} else {\n\t\t\t\t\t\tself.addClass( className );\n\t\t\t\t\t}\n\t\t\t\t}\n\n\t\t\t// Toggle whole class name\n\t\t\t} else if ( value === undefined || type === \"boolean\" ) {\n\t\t\t\tclassName = getClass( this );\n\t\t\t\tif ( className ) {\n\n\t\t\t\t\t// Store className if set\n\t\t\t\t\tdataPriv.set( this, \"__className__\", className );\n\t\t\t\t}\n\n\t\t\t\t// If the element has a class name or if we're passed `false`,\n\t\t\t\t// then remove the whole classname (if there was one, the above saved it).\n\t\t\t\t// Otherwise bring back whatever was previously saved (if anything),\n\t\t\t\t// falling back to the empty string if nothing was stored.\n\t\t\t\tif ( this.setAttribute ) {\n\t\t\t\t\tthis.setAttribute( \"class\",\n\t\t\t\t\t\tclassName || value === false ?\n\t\t\t\t\t\t\"\" :\n\t\t\t\t\t\tdataPriv.get( this, \"__className__\" ) || \"\"\n\t\t\t\t\t);\n\t\t\t\t}\n\t\t\t}\n\t\t} );\n\t},\n\n\thasClass: function( selector ) {\n\t\tvar className, elem,\n\t\t\ti = 0;\n\n\t\tclassName = \" \" + selector + \" \";\n\t\twhile ( ( elem = this[ i++ ] ) ) {\n\t\t\tif ( elem.nodeType === 1 &&\n\t\t\t\t( \" \" + stripAndCollapse( getClass( elem ) ) + \" \" ).indexOf( className ) > -1 ) {\n\t\t\t\t\treturn true;\n\t\t\t}\n\t\t}\n\n\t\treturn false;\n\t}\n} );\n\n\n\n\nvar rreturn = /\\r/g;\n\njQuery.fn.extend( {\n\tval: function( value ) {\n\t\tvar hooks, ret, valueIsFunction,\n\t\t\telem = this[ 0 ];\n\n\t\tif ( !arguments.length ) {\n\t\t\tif ( elem ) {\n\t\t\t\thooks = jQuery.valHooks[ elem.type ] ||\n\t\t\t\t\tjQuery.valHooks[ elem.nodeName.toLowerCase() ];\n\n\t\t\t\tif ( hooks &&\n\t\t\t\t\t\"get\" in hooks &&\n\t\t\t\t\t( ret = hooks.get( elem, \"value\" ) ) !== undefined\n\t\t\t\t) {\n\t\t\t\t\treturn ret;\n\t\t\t\t}\n\n\t\t\t\tret = elem.value;\n\n\t\t\t\t// Handle most common string cases\n\t\t\t\tif ( typeof ret === \"string\" ) {\n\t\t\t\t\treturn ret.replace( rreturn, \"\" );\n\t\t\t\t}\n\n\t\t\t\t// Handle cases where value is null/undef or number\n\t\t\t\treturn ret == null ? \"\" : ret;\n\t\t\t}\n\n\t\t\treturn;\n\t\t}\n\n\t\tvalueIsFunction = isFunction( value );\n\n\t\treturn this.each( function( i ) {\n\t\t\tvar val;\n\n\t\t\tif ( this.nodeType !== 1 ) {\n\t\t\t\treturn;\n\t\t\t}\n\n\t\t\tif ( valueIsFunction ) {\n\t\t\t\tval = value.call( this, i, jQuery( this ).val() );\n\t\t\t} else {\n\t\t\t\tval = value;\n\t\t\t}\n\n\t\t\t// Treat null/undefined as \"\"; convert numbers to string\n\t\t\tif ( val == null ) {\n\t\t\t\tval = \"\";\n\n\t\t\t} else if ( typeof val === \"number\" ) {\n\t\t\t\tval += \"\";\n\n\t\t\t} else if ( Array.isArray( val ) ) {\n\t\t\t\tval = jQuery.map( val, function( value ) {\n\t\t\t\t\treturn value == null ? \"\" : value + \"\";\n\t\t\t\t} );\n\t\t\t}\n\n\t\t\thooks = jQuery.valHooks[ this.type ] || jQuery.valHooks[ this.nodeName.toLowerCase() ];\n\n\t\t\t// If set returns undefined, fall back to normal setting\n\t\t\tif ( !hooks || !( \"set\" in hooks ) || hooks.set( this, val, \"value\" ) === undefined ) {\n\t\t\t\tthis.value = val;\n\t\t\t}\n\t\t} );\n\t}\n} );\n\njQuery.extend( {\n\tvalHooks: {\n\t\toption: {\n\t\t\tget: function( elem ) {\n\n\t\t\t\tvar val = jQuery.find.attr( elem, \"value\" );\n\t\t\t\treturn val != null ?\n\t\t\t\t\tval :\n\n\t\t\t\t\t// Support: IE <=10 - 11 only\n\t\t\t\t\t// option.text throws exceptions (#14686, #14858)\n\t\t\t\t\t// Strip and collapse whitespace\n\t\t\t\t\t// https://html.spec.whatwg.org/#strip-and-collapse-whitespace\n\t\t\t\t\tstripAndCollapse( jQuery.text( elem ) );\n\t\t\t}\n\t\t},\n\t\tselect: {\n\t\t\tget: function( elem ) {\n\t\t\t\tvar value, option, i,\n\t\t\t\t\toptions = elem.options,\n\t\t\t\t\tindex = elem.selectedIndex,\n\t\t\t\t\tone = elem.type === \"select-one\",\n\t\t\t\t\tvalues = one ? null : [],\n\t\t\t\t\tmax = one ? index + 1 : options.length;\n\n\t\t\t\tif ( index < 0 ) {\n\t\t\t\t\ti = max;\n\n\t\t\t\t} else {\n\t\t\t\t\ti = one ? index : 0;\n\t\t\t\t}\n\n\t\t\t\t// Loop through all the selected options\n\t\t\t\tfor ( ; i < max; i++ ) {\n\t\t\t\t\toption = options[ i ];\n\n\t\t\t\t\t// Support: IE <=9 only\n\t\t\t\t\t// IE8-9 doesn't update selected after form reset (#2551)\n\t\t\t\t\tif ( ( option.selected || i === index ) &&\n\n\t\t\t\t\t\t\t// Don't return options that are disabled or in a disabled optgroup\n\t\t\t\t\t\t\t!option.disabled &&\n\t\t\t\t\t\t\t( !option.parentNode.disabled ||\n\t\t\t\t\t\t\t\t!nodeName( option.parentNode, \"optgroup\" ) ) ) {\n\n\t\t\t\t\t\t// Get the specific value for the option\n\t\t\t\t\t\tvalue = jQuery( option ).val();\n\n\t\t\t\t\t\t// We don't need an array for one selects\n\t\t\t\t\t\tif ( one ) {\n\t\t\t\t\t\t\treturn value;\n\t\t\t\t\t\t}\n\n\t\t\t\t\t\t// Multi-Selects return an array\n\t\t\t\t\t\tvalues.push( value );\n\t\t\t\t\t}\n\t\t\t\t}\n\n\t\t\t\treturn values;\n\t\t\t},\n\n\t\t\tset: function( elem, value ) {\n\t\t\t\tvar optionSet, option,\n\t\t\t\t\toptions = elem.options,\n\t\t\t\t\tvalues = jQuery.makeArray( value ),\n\t\t\t\t\ti = options.length;\n\n\t\t\t\twhile ( i-- ) {\n\t\t\t\t\toption = options[ i ];\n\n\t\t\t\t\t/* eslint-disable no-cond-assign */\n\n\t\t\t\t\tif ( option.selected =\n\t\t\t\t\t\tjQuery.inArray( jQuery.valHooks.option.get( option ), values ) > -1\n\t\t\t\t\t) {\n\t\t\t\t\t\toptionSet = true;\n\t\t\t\t\t}\n\n\t\t\t\t\t/* eslint-enable no-cond-assign */\n\t\t\t\t}\n\n\t\t\t\t// Force browsers to behave consistently when non-matching value is set\n\t\t\t\tif ( !optionSet ) {\n\t\t\t\t\telem.selectedIndex = -1;\n\t\t\t\t}\n\t\t\t\treturn values;\n\t\t\t}\n\t\t}\n\t}\n} );\n\n// Radios and checkboxes getter/setter\njQuery.each( [ \"radio\", \"checkbox\" ], function() {\n\tjQuery.valHooks[ this ] = {\n\t\tset: function( elem, value ) {\n\t\t\tif ( Array.isArray( value ) ) {\n\t\t\t\treturn ( elem.checked = jQuery.inArray( jQuery( elem ).val(), value ) > -1 );\n\t\t\t}\n\t\t}\n\t};\n\tif ( !support.checkOn ) {\n\t\tjQuery.valHooks[ this ].get = function( elem ) {\n\t\t\treturn elem.getAttribute( \"value\" ) === null ? \"on\" : elem.value;\n\t\t};\n\t}\n} );\n\n\n\n\n// Return jQuery for attributes-only inclusion\n\n\nsupport.focusin = \"onfocusin\" in window;\n\n\nvar rfocusMorph = /^(?:focusinfocus|focusoutblur)$/,\n\tstopPropagationCallback = function( e ) {\n\t\te.stopPropagation();\n\t};\n\njQuery.extend( jQuery.event, {\n\n\ttrigger: function( event, data, elem, onlyHandlers ) {\n\n\t\tvar i, cur, tmp, bubbleType, ontype, handle, special, lastElement,\n\t\t\teventPath = [ elem || document ],\n\t\t\ttype = hasOwn.call( event, \"type\" ) ? event.type : event,\n\t\t\tnamespaces = hasOwn.call( event, \"namespace\" ) ? event.namespace.split( \".\" ) : [];\n\n\t\tcur = lastElement = tmp = elem = elem || document;\n\n\t\t// Don't do events on text and comment nodes\n\t\tif ( elem.nodeType === 3 || elem.nodeType === 8 ) {\n\t\t\treturn;\n\t\t}\n\n\t\t// focus/blur morphs to focusin/out; ensure we're not firing them right now\n\t\tif ( rfocusMorph.test( type + jQuery.event.triggered ) ) {\n\t\t\treturn;\n\t\t}\n\n\t\tif ( type.indexOf( \".\" ) > -1 ) {\n\n\t\t\t// Namespaced trigger; create a regexp to match event type in handle()\n\t\t\tnamespaces = type.split( \".\" );\n\t\t\ttype = namespaces.shift();\n\t\t\tnamespaces.sort();\n\t\t}\n\t\tontype = type.indexOf( \":\" ) < 0 && \"on\" + type;\n\n\t\t// Caller can pass in a jQuery.Event object, Object, or just an event type string\n\t\tevent = event[ jQuery.expando ] ?\n\t\t\tevent :\n\t\t\tnew jQuery.Event( type, typeof event === \"object\" && event );\n\n\t\t// Trigger bitmask: & 1 for native handlers; & 2 for jQuery (always true)\n\t\tevent.isTrigger = onlyHandlers ? 2 : 3;\n\t\tevent.namespace = namespaces.join( \".\" );\n\t\tevent.rnamespace = event.namespace ?\n\t\t\tnew RegExp( \"(^|\\\\.)\" + namespaces.join( \"\\\\.(?:.*\\\\.|)\" ) + \"(\\\\.|$)\" ) :\n\t\t\tnull;\n\n\t\t// Clean up the event in case it is being reused\n\t\tevent.result = undefined;\n\t\tif ( !event.target ) {\n\t\t\tevent.target = elem;\n\t\t}\n\n\t\t// Clone any incoming data and prepend the event, creating the handler arg list\n\t\tdata = data == null ?\n\t\t\t[ event ] :\n\t\t\tjQuery.makeArray( data, [ event ] );\n\n\t\t// Allow special events to draw outside the lines\n\t\tspecial = jQuery.event.special[ type ] || {};\n\t\tif ( !onlyHandlers && special.trigger && special.trigger.apply( elem, data ) === false ) {\n\t\t\treturn;\n\t\t}\n\n\t\t// Determine event propagation path in advance, per W3C events spec (#9951)\n\t\t// Bubble up to document, then to window; watch for a global ownerDocument var (#9724)\n\t\tif ( !onlyHandlers && !special.noBubble && !isWindow( elem ) ) {\n\n\t\t\tbubbleType = special.delegateType || type;\n\t\t\tif ( !rfocusMorph.test( bubbleType + type ) ) {\n\t\t\t\tcur = cur.parentNode;\n\t\t\t}\n\t\t\tfor ( ; cur; cur = cur.parentNode ) {\n\t\t\t\teventPath.push( cur );\n\t\t\t\ttmp = cur;\n\t\t\t}\n\n\t\t\t// Only add window if we got to document (e.g., not plain obj or detached DOM)\n\t\t\tif ( tmp === ( elem.ownerDocument || document ) ) {\n\t\t\t\teventPath.push( tmp.defaultView || tmp.parentWindow || window );\n\t\t\t}\n\t\t}\n\n\t\t// Fire handlers on the event path\n\t\ti = 0;\n\t\twhile ( ( cur = eventPath[ i++ ] ) && !event.isPropagationStopped() ) {\n\t\t\tlastElement = cur;\n\t\t\tevent.type = i > 1 ?\n\t\t\t\tbubbleType :\n\t\t\t\tspecial.bindType || type;\n\n\t\t\t// jQuery handler\n\t\t\thandle = ( dataPriv.get( cur, \"events\" ) || {} )[ event.type ] &&\n\t\t\t\tdataPriv.get( cur, \"handle\" );\n\t\t\tif ( handle ) {\n\t\t\t\thandle.apply( cur, data );\n\t\t\t}\n\n\t\t\t// Native handler\n\t\t\thandle = ontype && cur[ ontype ];\n\t\t\tif ( handle && handle.apply && acceptData( cur ) ) {\n\t\t\t\tevent.result = handle.apply( cur, data );\n\t\t\t\tif ( event.result === false ) {\n\t\t\t\t\tevent.preventDefault();\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t\tevent.type = type;\n\n\t\t// If nobody prevented the default action, do it now\n\t\tif ( !onlyHandlers && !event.isDefaultPrevented() ) {\n\n\t\t\tif ( ( !special._default ||\n\t\t\t\tspecial._default.apply( eventPath.pop(), data ) === false ) &&\n\t\t\t\tacceptData( elem ) ) {\n\n\t\t\t\t// Call a native DOM method on the target with the same name as the event.\n\t\t\t\t// Don't do default actions on window, that's where global variables be (#6170)\n\t\t\t\tif ( ontype && isFunction( elem[ type ] ) && !isWindow( elem ) ) {\n\n\t\t\t\t\t// Don't re-trigger an onFOO event when we call its FOO() method\n\t\t\t\t\ttmp = elem[ ontype ];\n\n\t\t\t\t\tif ( tmp ) {\n\t\t\t\t\t\telem[ ontype ] = null;\n\t\t\t\t\t}\n\n\t\t\t\t\t// Prevent re-triggering of the same event, since we already bubbled it above\n\t\t\t\t\tjQuery.event.triggered = type;\n\n\t\t\t\t\tif ( event.isPropagationStopped() ) {\n\t\t\t\t\t\tlastElement.addEventListener( type, stopPropagationCallback );\n\t\t\t\t\t}\n\n\t\t\t\t\telem[ type ]();\n\n\t\t\t\t\tif ( event.isPropagationStopped() ) {\n\t\t\t\t\t\tlastElement.removeEventListener( type, stopPropagationCallback );\n\t\t\t\t\t}\n\n\t\t\t\t\tjQuery.event.triggered = undefined;\n\n\t\t\t\t\tif ( tmp ) {\n\t\t\t\t\t\telem[ ontype ] = tmp;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\treturn event.result;\n\t},\n\n\t// Piggyback on a donor event to simulate a different one\n\t// Used only for `focus(in | out)` events\n\tsimulate: function( type, elem, event ) {\n\t\tvar e = jQuery.extend(\n\t\t\tnew jQuery.Event(),\n\t\t\tevent,\n\t\t\t{\n\t\t\t\ttype: type,\n\t\t\t\tisSimulated: true\n\t\t\t}\n\t\t);\n\n\t\tjQuery.event.trigger( e, null, elem );\n\t}\n\n} );\n\njQuery.fn.extend( {\n\n\ttrigger: function( type, data ) {\n\t\treturn this.each( function() {\n\t\t\tjQuery.event.trigger( type, data, this );\n\t\t} );\n\t},\n\ttriggerHandler: function( type, data ) {\n\t\tvar elem = this[ 0 ];\n\t\tif ( elem ) {\n\t\t\treturn jQuery.event.trigger( type, data, elem, true );\n\t\t}\n\t}\n} );\n\n\n// Support: Firefox <=44\n// Firefox doesn't have focus(in | out) events\n// Related ticket - https://bugzilla.mozilla.org/show_bug.cgi?id=687787\n//\n// Support: Chrome <=48 - 49, Safari <=9.0 - 9.1\n// focus(in | out) events fire after focus & blur events,\n// which is spec violation - http://www.w3.org/TR/DOM-Level-3-Events/#events-focusevent-event-order\n// Related ticket - https://bugs.chromium.org/p/chromium/issues/detail?id=449857\nif ( !support.focusin ) {\n\tjQuery.each( { focus: \"focusin\", blur: \"focusout\" }, function( orig, fix ) {\n\n\t\t// Attach a single capturing handler on the document while someone wants focusin/focusout\n\t\tvar handler = function( event ) {\n\t\t\tjQuery.event.simulate( fix, event.target, jQuery.event.fix( event ) );\n\t\t};\n\n\t\tjQuery.event.special[ fix ] = {\n\t\t\tsetup: function() {\n\t\t\t\tvar doc = this.ownerDocument || this,\n\t\t\t\t\tattaches = dataPriv.access( doc, fix );\n\n\t\t\t\tif ( !attaches ) {\n\t\t\t\t\tdoc.addEventListener( orig, handler, true );\n\t\t\t\t}\n\t\t\t\tdataPriv.access( doc, fix, ( attaches || 0 ) + 1 );\n\t\t\t},\n\t\t\tteardown: function() {\n\t\t\t\tvar doc = this.ownerDocument || this,\n\t\t\t\t\tattaches = dataPriv.access( doc, fix ) - 1;\n\n\t\t\t\tif ( !attaches ) {\n\t\t\t\t\tdoc.removeEventListener( orig, handler, true );\n\t\t\t\t\tdataPriv.remove( doc, fix );\n\n\t\t\t\t} else {\n\t\t\t\t\tdataPriv.access( doc, fix, attaches );\n\t\t\t\t}\n\t\t\t}\n\t\t};\n\t} );\n}\nvar location = window.location;\n\nvar nonce = Date.now();\n\nvar rquery = ( /\\?/ );\n\n\n\n// Cross-browser xml parsing\njQuery.parseXML = function( data ) {\n\tvar xml;\n\tif ( !data || typeof data !== \"string\" ) {\n\t\treturn null;\n\t}\n\n\t// Support: IE 9 - 11 only\n\t// IE throws on parseFromString with invalid input.\n\ttry {\n\t\txml = ( new window.DOMParser() ).parseFromString( data, \"text/xml\" );\n\t} catch ( e ) {\n\t\txml = undefined;\n\t}\n\n\tif ( !xml || xml.getElementsByTagName( \"parsererror\" ).length ) {\n\t\tjQuery.error( \"Invalid XML: \" + data );\n\t}\n\treturn xml;\n};\n\n\nvar\n\trbracket = /\\[\\]$/,\n\trCRLF = /\\r?\\n/g,\n\trsubmitterTypes = /^(?:submit|button|image|reset|file)$/i,\n\trsubmittable = /^(?:input|select|textarea|keygen)/i;\n\nfunction buildParams( prefix, obj, traditional, add ) {\n\tvar name;\n\n\tif ( Array.isArray( obj ) ) {\n\n\t\t// Serialize array item.\n\t\tjQuery.each( obj, function( i, v ) {\n\t\t\tif ( traditional || rbracket.test( prefix ) ) {\n\n\t\t\t\t// Treat each array item as a scalar.\n\t\t\t\tadd( prefix, v );\n\n\t\t\t} else {\n\n\t\t\t\t// Item is non-scalar (array or object), encode its numeric index.\n\t\t\t\tbuildParams(\n\t\t\t\t\tprefix + \"[\" + ( typeof v === \"object\" && v != null ? i : \"\" ) + \"]\",\n\t\t\t\t\tv,\n\t\t\t\t\ttraditional,\n\t\t\t\t\tadd\n\t\t\t\t);\n\t\t\t}\n\t\t} );\n\n\t} else if ( !traditional && toType( obj ) === \"object\" ) {\n\n\t\t// Serialize object item.\n\t\tfor ( name in obj ) {\n\t\t\tbuildParams( prefix + \"[\" + name + \"]\", obj[ name ], traditional, add );\n\t\t}\n\n\t} else {\n\n\t\t// Serialize scalar item.\n\t\tadd( prefix, obj );\n\t}\n}\n\n// Serialize an array of form elements or a set of\n// key/values into a query string\njQuery.param = function( a, traditional ) {\n\tvar prefix,\n\t\ts = [],\n\t\tadd = function( key, valueOrFunction ) {\n\n\t\t\t// If value is a function, invoke it and use its return value\n\t\t\tvar value = isFunction( valueOrFunction ) ?\n\t\t\t\tvalueOrFunction() :\n\t\t\t\tvalueOrFunction;\n\n\t\t\ts[ s.length ] = encodeURIComponent( key ) + \"=\" +\n\t\t\t\tencodeURIComponent( value == null ? \"\" : value );\n\t\t};\n\n\t// If an array was passed in, assume that it is an array of form elements.\n\tif ( Array.isArray( a ) || ( a.jquery && !jQuery.isPlainObject( a ) ) ) {\n\n\t\t// Serialize the form elements\n\t\tjQuery.each( a, function() {\n\t\t\tadd( this.name, this.value );\n\t\t} );\n\n\t} else {\n\n\t\t// If traditional, encode the \"old\" way (the way 1.3.2 or older\n\t\t// did it), otherwise encode params recursively.\n\t\tfor ( prefix in a ) {\n\t\t\tbuildParams( prefix, a[ prefix ], traditional, add );\n\t\t}\n\t}\n\n\t// Return the resulting serialization\n\treturn s.join( \"&\" );\n};\n\njQuery.fn.extend( {\n\tserialize: function() {\n\t\treturn jQuery.param( this.serializeArray() );\n\t},\n\tserializeArray: function() {\n\t\treturn this.map( function() {\n\n\t\t\t// Can add propHook for \"elements\" to filter or add form elements\n\t\t\tvar elements = jQuery.prop( this, \"elements\" );\n\t\t\treturn elements ? jQuery.makeArray( elements ) : this;\n\t\t} )\n\t\t.filter( function() {\n\t\t\tvar type = this.type;\n\n\t\t\t// Use .is( \":disabled\" ) so that fieldset[disabled] works\n\t\t\treturn this.name && !jQuery( this ).is( \":disabled\" ) &&\n\t\t\t\trsubmittable.test( this.nodeName ) && !rsubmitterTypes.test( type ) &&\n\t\t\t\t( this.checked || !rcheckableType.test( type ) );\n\t\t} )\n\t\t.map( function( i, elem ) {\n\t\t\tvar val = jQuery( this ).val();\n\n\t\t\tif ( val == null ) {\n\t\t\t\treturn null;\n\t\t\t}\n\n\t\t\tif ( Array.isArray( val ) ) {\n\t\t\t\treturn jQuery.map( val, function( val ) {\n\t\t\t\t\treturn { name: elem.name, value: val.replace( rCRLF, \"\\r\\n\" ) };\n\t\t\t\t} );\n\t\t\t}\n\n\t\t\treturn { name: elem.name, value: val.replace( rCRLF, \"\\r\\n\" ) };\n\t\t} ).get();\n\t}\n} );\n\n\nvar\n\tr20 = /%20/g,\n\trhash = /#.*$/,\n\trantiCache = /([?&])_=[^&]*/,\n\trheaders = /^(.*?):[ \\t]*([^\\r\\n]*)$/mg,\n\n\t// #7653, #8125, #8152: local protocol detection\n\trlocalProtocol = /^(?:about|app|app-storage|.+-extension|file|res|widget):$/,\n\trnoContent = /^(?:GET|HEAD)$/,\n\trprotocol = /^\\/\\//,\n\n\t/* Prefilters\n\t * 1) They are useful to introduce custom dataTypes (see ajax/jsonp.js for an example)\n\t * 2) These are called:\n\t * - BEFORE asking for a transport\n\t * - AFTER param serialization (s.data is a string if s.processData is true)\n\t * 3) key is the dataType\n\t * 4) the catchall symbol \"*\" can be used\n\t * 5) execution will start with transport dataType and THEN continue down to \"*\" if needed\n\t */\n\tprefilters = {},\n\n\t/* Transports bindings\n\t * 1) key is the dataType\n\t * 2) the catchall symbol \"*\" can be used\n\t * 3) selection will start with transport dataType and THEN go to \"*\" if needed\n\t */\n\ttransports = {},\n\n\t// Avoid comment-prolog char sequence (#10098); must appease lint and evade compression\n\tallTypes = \"*/\".concat( \"*\" ),\n\n\t// Anchor tag for parsing the document origin\n\toriginAnchor = document.createElement( \"a\" );\n\toriginAnchor.href = location.href;\n\n// Base \"constructor\" for jQuery.ajaxPrefilter and jQuery.ajaxTransport\nfunction addToPrefiltersOrTransports( structure ) {\n\n\t// dataTypeExpression is optional and defaults to \"*\"\n\treturn function( dataTypeExpression, func ) {\n\n\t\tif ( typeof dataTypeExpression !== \"string\" ) {\n\t\t\tfunc = dataTypeExpression;\n\t\t\tdataTypeExpression = \"*\";\n\t\t}\n\n\t\tvar dataType,\n\t\t\ti = 0,\n\t\t\tdataTypes = dataTypeExpression.toLowerCase().match( rnothtmlwhite ) || [];\n\n\t\tif ( isFunction( func ) ) {\n\n\t\t\t// For each dataType in the dataTypeExpression\n\t\t\twhile ( ( dataType = dataTypes[ i++ ] ) ) {\n\n\t\t\t\t// Prepend if requested\n\t\t\t\tif ( dataType[ 0 ] === \"+\" ) {\n\t\t\t\t\tdataType = dataType.slice( 1 ) || \"*\";\n\t\t\t\t\t( structure[ dataType ] = structure[ dataType ] || [] ).unshift( func );\n\n\t\t\t\t// Otherwise append\n\t\t\t\t} else {\n\t\t\t\t\t( structure[ dataType ] = structure[ dataType ] || [] ).push( func );\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t};\n}\n\n// Base inspection function for prefilters and transports\nfunction inspectPrefiltersOrTransports( structure, options, originalOptions, jqXHR ) {\n\n\tvar inspected = {},\n\t\tseekingTransport = ( structure === transports );\n\n\tfunction inspect( dataType ) {\n\t\tvar selected;\n\t\tinspected[ dataType ] = true;\n\t\tjQuery.each( structure[ dataType ] || [], function( _, prefilterOrFactory ) {\n\t\t\tvar dataTypeOrTransport = prefilterOrFactory( options, originalOptions, jqXHR );\n\t\t\tif ( typeof dataTypeOrTransport === \"string\" &&\n\t\t\t\t!seekingTransport && !inspected[ dataTypeOrTransport ] ) {\n\n\t\t\t\toptions.dataTypes.unshift( dataTypeOrTransport );\n\t\t\t\tinspect( dataTypeOrTransport );\n\t\t\t\treturn false;\n\t\t\t} else if ( seekingTransport ) {\n\t\t\t\treturn !( selected = dataTypeOrTransport );\n\t\t\t}\n\t\t} );\n\t\treturn selected;\n\t}\n\n\treturn inspect( options.dataTypes[ 0 ] ) || !inspected[ \"*\" ] && inspect( \"*\" );\n}\n\n// A special extend for ajax options\n// that takes \"flat\" options (not to be deep extended)\n// Fixes #9887\nfunction ajaxExtend( target, src ) {\n\tvar key, deep,\n\t\tflatOptions = jQuery.ajaxSettings.flatOptions || {};\n\n\tfor ( key in src ) {\n\t\tif ( src[ key ] !== undefined ) {\n\t\t\t( flatOptions[ key ] ? target : ( deep || ( deep = {} ) ) )[ key ] = src[ key ];\n\t\t}\n\t}\n\tif ( deep ) {\n\t\tjQuery.extend( true, target, deep );\n\t}\n\n\treturn target;\n}\n\n/* Handles responses to an ajax request:\n * - finds the right dataType (mediates between content-type and expected dataType)\n * - returns the corresponding response\n */\nfunction ajaxHandleResponses( s, jqXHR, responses ) {\n\n\tvar ct, type, finalDataType, firstDataType,\n\t\tcontents = s.contents,\n\t\tdataTypes = s.dataTypes;\n\n\t// Remove auto dataType and get content-type in the process\n\twhile ( dataTypes[ 0 ] === \"*\" ) {\n\t\tdataTypes.shift();\n\t\tif ( ct === undefined ) {\n\t\t\tct = s.mimeType || jqXHR.getResponseHeader( \"Content-Type\" );\n\t\t}\n\t}\n\n\t// Check if we're dealing with a known content-type\n\tif ( ct ) {\n\t\tfor ( type in contents ) {\n\t\t\tif ( contents[ type ] && contents[ type ].test( ct ) ) {\n\t\t\t\tdataTypes.unshift( type );\n\t\t\t\tbreak;\n\t\t\t}\n\t\t}\n\t}\n\n\t// Check to see if we have a response for the expected dataType\n\tif ( dataTypes[ 0 ] in responses ) {\n\t\tfinalDataType = dataTypes[ 0 ];\n\t} else {\n\n\t\t// Try convertible dataTypes\n\t\tfor ( type in responses ) {\n\t\t\tif ( !dataTypes[ 0 ] || s.converters[ type + \" \" + dataTypes[ 0 ] ] ) {\n\t\t\t\tfinalDataType = type;\n\t\t\t\tbreak;\n\t\t\t}\n\t\t\tif ( !firstDataType ) {\n\t\t\t\tfirstDataType = type;\n\t\t\t}\n\t\t}\n\n\t\t// Or just use first one\n\t\tfinalDataType = finalDataType || firstDataType;\n\t}\n\n\t// If we found a dataType\n\t// We add the dataType to the list if needed\n\t// and return the corresponding response\n\tif ( finalDataType ) {\n\t\tif ( finalDataType !== dataTypes[ 0 ] ) {\n\t\t\tdataTypes.unshift( finalDataType );\n\t\t}\n\t\treturn responses[ finalDataType ];\n\t}\n}\n\n/* Chain conversions given the request and the original response\n * Also sets the responseXXX fields on the jqXHR instance\n */\nfunction ajaxConvert( s, response, jqXHR, isSuccess ) {\n\tvar conv2, current, conv, tmp, prev,\n\t\tconverters = {},\n\n\t\t// Work with a copy of dataTypes in case we need to modify it for conversion\n\t\tdataTypes = s.dataTypes.slice();\n\n\t// Create converters map with lowercased keys\n\tif ( dataTypes[ 1 ] ) {\n\t\tfor ( conv in s.converters ) {\n\t\t\tconverters[ conv.toLowerCase() ] = s.converters[ conv ];\n\t\t}\n\t}\n\n\tcurrent = dataTypes.shift();\n\n\t// Convert to each sequential dataType\n\twhile ( current ) {\n\n\t\tif ( s.responseFields[ current ] ) {\n\t\t\tjqXHR[ s.responseFields[ current ] ] = response;\n\t\t}\n\n\t\t// Apply the dataFilter if provided\n\t\tif ( !prev && isSuccess && s.dataFilter ) {\n\t\t\tresponse = s.dataFilter( response, s.dataType );\n\t\t}\n\n\t\tprev = current;\n\t\tcurrent = dataTypes.shift();\n\n\t\tif ( current ) {\n\n\t\t\t// There's only work to do if current dataType is non-auto\n\t\t\tif ( current === \"*\" ) {\n\n\t\t\t\tcurrent = prev;\n\n\t\t\t// Convert response if prev dataType is non-auto and differs from current\n\t\t\t} else if ( prev !== \"*\" && prev !== current ) {\n\n\t\t\t\t// Seek a direct converter\n\t\t\t\tconv = converters[ prev + \" \" + current ] || converters[ \"* \" + current ];\n\n\t\t\t\t// If none found, seek a pair\n\t\t\t\tif ( !conv ) {\n\t\t\t\t\tfor ( conv2 in converters ) {\n\n\t\t\t\t\t\t// If conv2 outputs current\n\t\t\t\t\t\ttmp = conv2.split( \" \" );\n\t\t\t\t\t\tif ( tmp[ 1 ] === current ) {\n\n\t\t\t\t\t\t\t// If prev can be converted to accepted input\n\t\t\t\t\t\t\tconv = converters[ prev + \" \" + tmp[ 0 ] ] ||\n\t\t\t\t\t\t\t\tconverters[ \"* \" + tmp[ 0 ] ];\n\t\t\t\t\t\t\tif ( conv ) {\n\n\t\t\t\t\t\t\t\t// Condense equivalence converters\n\t\t\t\t\t\t\t\tif ( conv === true ) {\n\t\t\t\t\t\t\t\t\tconv = converters[ conv2 ];\n\n\t\t\t\t\t\t\t\t// Otherwise, insert the intermediate dataType\n\t\t\t\t\t\t\t\t} else if ( converters[ conv2 ] !== true ) {\n\t\t\t\t\t\t\t\t\tcurrent = tmp[ 0 ];\n\t\t\t\t\t\t\t\t\tdataTypes.unshift( tmp[ 1 ] );\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\tbreak;\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\n\t\t\t\t// Apply converter (if not an equivalence)\n\t\t\t\tif ( conv !== true ) {\n\n\t\t\t\t\t// Unless errors are allowed to bubble, catch and return them\n\t\t\t\t\tif ( conv && s.throws ) {\n\t\t\t\t\t\tresponse = conv( response );\n\t\t\t\t\t} else {\n\t\t\t\t\t\ttry {\n\t\t\t\t\t\t\tresponse = conv( response );\n\t\t\t\t\t\t} catch ( e ) {\n\t\t\t\t\t\t\treturn {\n\t\t\t\t\t\t\t\tstate: \"parsererror\",\n\t\t\t\t\t\t\t\terror: conv ? e : \"No conversion from \" + prev + \" to \" + current\n\t\t\t\t\t\t\t};\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n\n\treturn { state: \"success\", data: response };\n}\n\njQuery.extend( {\n\n\t// Counter for holding the number of active queries\n\tactive: 0,\n\n\t// Last-Modified header cache for next request\n\tlastModified: {},\n\tetag: {},\n\n\tajaxSettings: {\n\t\turl: location.href,\n\t\ttype: \"GET\",\n\t\tisLocal: rlocalProtocol.test( location.protocol ),\n\t\tglobal: true,\n\t\tprocessData: true,\n\t\tasync: true,\n\t\tcontentType: \"application/x-www-form-urlencoded; charset=UTF-8\",\n\n\t\t/*\n\t\ttimeout: 0,\n\t\tdata: null,\n\t\tdataType: null,\n\t\tusername: null,\n\t\tpassword: null,\n\t\tcache: null,\n\t\tthrows: false,\n\t\ttraditional: false,\n\t\theaders: {},\n\t\t*/\n\n\t\taccepts: {\n\t\t\t\"*\": allTypes,\n\t\t\ttext: \"text/plain\",\n\t\t\thtml: \"text/html\",\n\t\t\txml: \"application/xml, text/xml\",\n\t\t\tjson: \"application/json, text/javascript\"\n\t\t},\n\n\t\tcontents: {\n\t\t\txml: /\\bxml\\b/,\n\t\t\thtml: /\\bhtml/,\n\t\t\tjson: /\\bjson\\b/\n\t\t},\n\n\t\tresponseFields: {\n\t\t\txml: \"responseXML\",\n\t\t\ttext: \"responseText\",\n\t\t\tjson: \"responseJSON\"\n\t\t},\n\n\t\t// Data converters\n\t\t// Keys separate source (or catchall \"*\") and destination types with a single space\n\t\tconverters: {\n\n\t\t\t// Convert anything to text\n\t\t\t\"* text\": String,\n\n\t\t\t// Text to html (true = no transformation)\n\t\t\t\"text html\": true,\n\n\t\t\t// Evaluate text as a json expression\n\t\t\t\"text json\": JSON.parse,\n\n\t\t\t// Parse text as xml\n\t\t\t\"text xml\": jQuery.parseXML\n\t\t},\n\n\t\t// For options that shouldn't be deep extended:\n\t\t// you can add your own custom options here if\n\t\t// and when you create one that shouldn't be\n\t\t// deep extended (see ajaxExtend)\n\t\tflatOptions: {\n\t\t\turl: true,\n\t\t\tcontext: true\n\t\t}\n\t},\n\n\t// Creates a full fledged settings object into target\n\t// with both ajaxSettings and settings fields.\n\t// If target is omitted, writes into ajaxSettings.\n\tajaxSetup: function( target, settings ) {\n\t\treturn settings ?\n\n\t\t\t// Building a settings object\n\t\t\tajaxExtend( ajaxExtend( target, jQuery.ajaxSettings ), settings ) :\n\n\t\t\t// Extending ajaxSettings\n\t\t\tajaxExtend( jQuery.ajaxSettings, target );\n\t},\n\n\tajaxPrefilter: addToPrefiltersOrTransports( prefilters ),\n\tajaxTransport: addToPrefiltersOrTransports( transports ),\n\n\t// Main method\n\tajax: function( url, options ) {\n\n\t\t// If url is an object, simulate pre-1.5 signature\n\t\tif ( typeof url === \"object\" ) {\n\t\t\toptions = url;\n\t\t\turl = undefined;\n\t\t}\n\n\t\t// Force options to be an object\n\t\toptions = options || {};\n\n\t\tvar transport,\n\n\t\t\t// URL without anti-cache param\n\t\t\tcacheURL,\n\n\t\t\t// Response headers\n\t\t\tresponseHeadersString,\n\t\t\tresponseHeaders,\n\n\t\t\t// timeout handle\n\t\t\ttimeoutTimer,\n\n\t\t\t// Url cleanup var\n\t\t\turlAnchor,\n\n\t\t\t// Request state (becomes false upon send and true upon completion)\n\t\t\tcompleted,\n\n\t\t\t// To know if global events are to be dispatched\n\t\t\tfireGlobals,\n\n\t\t\t// Loop variable\n\t\t\ti,\n\n\t\t\t// uncached part of the url\n\t\t\tuncached,\n\n\t\t\t// Create the final options object\n\t\t\ts = jQuery.ajaxSetup( {}, options ),\n\n\t\t\t// Callbacks context\n\t\t\tcallbackContext = s.context || s,\n\n\t\t\t// Context for global events is callbackContext if it is a DOM node or jQuery collection\n\t\t\tglobalEventContext = s.context &&\n\t\t\t\t( callbackContext.nodeType || callbackContext.jquery ) ?\n\t\t\t\t\tjQuery( callbackContext ) :\n\t\t\t\t\tjQuery.event,\n\n\t\t\t// Deferreds\n\t\t\tdeferred = jQuery.Deferred(),\n\t\t\tcompleteDeferred = jQuery.Callbacks( \"once memory\" ),\n\n\t\t\t// Status-dependent callbacks\n\t\t\tstatusCode = s.statusCode || {},\n\n\t\t\t// Headers (they are sent all at once)\n\t\t\trequestHeaders = {},\n\t\t\trequestHeadersNames = {},\n\n\t\t\t// Default abort message\n\t\t\tstrAbort = \"canceled\",\n\n\t\t\t// Fake xhr\n\t\t\tjqXHR = {\n\t\t\t\treadyState: 0,\n\n\t\t\t\t// Builds headers hashtable if needed\n\t\t\t\tgetResponseHeader: function( key ) {\n\t\t\t\t\tvar match;\n\t\t\t\t\tif ( completed ) {\n\t\t\t\t\t\tif ( !responseHeaders ) {\n\t\t\t\t\t\t\tresponseHeaders = {};\n\t\t\t\t\t\t\twhile ( ( match = rheaders.exec( responseHeadersString ) ) ) {\n\t\t\t\t\t\t\t\tresponseHeaders[ match[ 1 ].toLowerCase() ] = match[ 2 ];\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t\tmatch = responseHeaders[ key.toLowerCase() ];\n\t\t\t\t\t}\n\t\t\t\t\treturn match == null ? null : match;\n\t\t\t\t},\n\n\t\t\t\t// Raw string\n\t\t\t\tgetAllResponseHeaders: function() {\n\t\t\t\t\treturn completed ? responseHeadersString : null;\n\t\t\t\t},\n\n\t\t\t\t// Caches the header\n\t\t\t\tsetRequestHeader: function( name, value ) {\n\t\t\t\t\tif ( completed == null ) {\n\t\t\t\t\t\tname = requestHeadersNames[ name.toLowerCase() ] =\n\t\t\t\t\t\t\trequestHeadersNames[ name.toLowerCase() ] || name;\n\t\t\t\t\t\trequestHeaders[ name ] = value;\n\t\t\t\t\t}\n\t\t\t\t\treturn this;\n\t\t\t\t},\n\n\t\t\t\t// Overrides response content-type header\n\t\t\t\toverrideMimeType: function( type ) {\n\t\t\t\t\tif ( completed == null ) {\n\t\t\t\t\t\ts.mimeType = type;\n\t\t\t\t\t}\n\t\t\t\t\treturn this;\n\t\t\t\t},\n\n\t\t\t\t// Status-dependent callbacks\n\t\t\t\tstatusCode: function( map ) {\n\t\t\t\t\tvar code;\n\t\t\t\t\tif ( map ) {\n\t\t\t\t\t\tif ( completed ) {\n\n\t\t\t\t\t\t\t// Execute the appropriate callbacks\n\t\t\t\t\t\t\tjqXHR.always( map[ jqXHR.status ] );\n\t\t\t\t\t\t} else {\n\n\t\t\t\t\t\t\t// Lazy-add the new callbacks in a way that preserves old ones\n\t\t\t\t\t\t\tfor ( code in map ) {\n\t\t\t\t\t\t\t\tstatusCode[ code ] = [ statusCode[ code ], map[ code ] ];\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t\treturn this;\n\t\t\t\t},\n\n\t\t\t\t// Cancel the request\n\t\t\t\tabort: function( statusText ) {\n\t\t\t\t\tvar finalText = statusText || strAbort;\n\t\t\t\t\tif ( transport ) {\n\t\t\t\t\t\ttransport.abort( finalText );\n\t\t\t\t\t}\n\t\t\t\t\tdone( 0, finalText );\n\t\t\t\t\treturn this;\n\t\t\t\t}\n\t\t\t};\n\n\t\t// Attach deferreds\n\t\tdeferred.promise( jqXHR );\n\n\t\t// Add protocol if not provided (prefilters might expect it)\n\t\t// Handle falsy url in the settings object (#10093: consistency with old signature)\n\t\t// We also use the url parameter if available\n\t\ts.url = ( ( url || s.url || location.href ) + \"\" )\n\t\t\t.replace( rprotocol, location.protocol + \"//\" );\n\n\t\t// Alias method option to type as per ticket #12004\n\t\ts.type = options.method || options.type || s.method || s.type;\n\n\t\t// Extract dataTypes list\n\t\ts.dataTypes = ( s.dataType || \"*\" ).toLowerCase().match( rnothtmlwhite ) || [ \"\" ];\n\n\t\t// A cross-domain request is in order when the origin doesn't match the current origin.\n\t\tif ( s.crossDomain == null ) {\n\t\t\turlAnchor = document.createElement( \"a\" );\n\n\t\t\t// Support: IE <=8 - 11, Edge 12 - 15\n\t\t\t// IE throws exception on accessing the href property if url is malformed,\n\t\t\t// e.g. http://example.com:80x/\n\t\t\ttry {\n\t\t\t\turlAnchor.href = s.url;\n\n\t\t\t\t// Support: IE <=8 - 11 only\n\t\t\t\t// Anchor's host property isn't correctly set when s.url is relative\n\t\t\t\turlAnchor.href = urlAnchor.href;\n\t\t\t\ts.crossDomain = originAnchor.protocol + \"//\" + originAnchor.host !==\n\t\t\t\t\turlAnchor.protocol + \"//\" + urlAnchor.host;\n\t\t\t} catch ( e ) {\n\n\t\t\t\t// If there is an error parsing the URL, assume it is crossDomain,\n\t\t\t\t// it can be rejected by the transport if it is invalid\n\t\t\t\ts.crossDomain = true;\n\t\t\t}\n\t\t}\n\n\t\t// Convert data if not already a string\n\t\tif ( s.data && s.processData && typeof s.data !== \"string\" ) {\n\t\t\ts.data = jQuery.param( s.data, s.traditional );\n\t\t}\n\n\t\t// Apply prefilters\n\t\tinspectPrefiltersOrTransports( prefilters, s, options, jqXHR );\n\n\t\t// If request was aborted inside a prefilter, stop there\n\t\tif ( completed ) {\n\t\t\treturn jqXHR;\n\t\t}\n\n\t\t// We can fire global events as of now if asked to\n\t\t// Don't fire events if jQuery.event is undefined in an AMD-usage scenario (#15118)\n\t\tfireGlobals = jQuery.event && s.global;\n\n\t\t// Watch for a new set of requests\n\t\tif ( fireGlobals && jQuery.active++ === 0 ) {\n\t\t\tjQuery.event.trigger( \"ajaxStart\" );\n\t\t}\n\n\t\t// Uppercase the type\n\t\ts.type = s.type.toUpperCase();\n\n\t\t// Determine if request has content\n\t\ts.hasContent = !rnoContent.test( s.type );\n\n\t\t// Save the URL in case we're toying with the If-Modified-Since\n\t\t// and/or If-None-Match header later on\n\t\t// Remove hash to simplify url manipulation\n\t\tcacheURL = s.url.replace( rhash, \"\" );\n\n\t\t// More options handling for requests with no content\n\t\tif ( !s.hasContent ) {\n\n\t\t\t// Remember the hash so we can put it back\n\t\t\tuncached = s.url.slice( cacheURL.length );\n\n\t\t\t// If data is available and should be processed, append data to url\n\t\t\tif ( s.data && ( s.processData || typeof s.data === \"string\" ) ) {\n\t\t\t\tcacheURL += ( rquery.test( cacheURL ) ? \"&\" : \"?\" ) + s.data;\n\n\t\t\t\t// #9682: remove data so that it's not used in an eventual retry\n\t\t\t\tdelete s.data;\n\t\t\t}\n\n\t\t\t// Add or update anti-cache param if needed\n\t\t\tif ( s.cache === false ) {\n\t\t\t\tcacheURL = cacheURL.replace( rantiCache, \"$1\" );\n\t\t\t\tuncached = ( rquery.test( cacheURL ) ? \"&\" : \"?\" ) + \"_=\" + ( nonce++ ) + uncached;\n\t\t\t}\n\n\t\t\t// Put hash and anti-cache on the URL that will be requested (gh-1732)\n\t\t\ts.url = cacheURL + uncached;\n\n\t\t// Change '%20' to '+' if this is encoded form body content (gh-2658)\n\t\t} else if ( s.data && s.processData &&\n\t\t\t( s.contentType || \"\" ).indexOf( \"application/x-www-form-urlencoded\" ) === 0 ) {\n\t\t\ts.data = s.data.replace( r20, \"+\" );\n\t\t}\n\n\t\t// Set the If-Modified-Since and/or If-None-Match header, if in ifModified mode.\n\t\tif ( s.ifModified ) {\n\t\t\tif ( jQuery.lastModified[ cacheURL ] ) {\n\t\t\t\tjqXHR.setRequestHeader( \"If-Modified-Since\", jQuery.lastModified[ cacheURL ] );\n\t\t\t}\n\t\t\tif ( jQuery.etag[ cacheURL ] ) {\n\t\t\t\tjqXHR.setRequestHeader( \"If-None-Match\", jQuery.etag[ cacheURL ] );\n\t\t\t}\n\t\t}\n\n\t\t// Set the correct header, if data is being sent\n\t\tif ( s.data && s.hasContent && s.contentType !== false || options.contentType ) {\n\t\t\tjqXHR.setRequestHeader( \"Content-Type\", s.contentType );\n\t\t}\n\n\t\t// Set the Accepts header for the server, depending on the dataType\n\t\tjqXHR.setRequestHeader(\n\t\t\t\"Accept\",\n\t\t\ts.dataTypes[ 0 ] && s.accepts[ s.dataTypes[ 0 ] ] ?\n\t\t\t\ts.accepts[ s.dataTypes[ 0 ] ] +\n\t\t\t\t\t( s.dataTypes[ 0 ] !== \"*\" ? \", \" + allTypes + \"; q=0.01\" : \"\" ) :\n\t\t\t\ts.accepts[ \"*\" ]\n\t\t);\n\n\t\t// Check for headers option\n\t\tfor ( i in s.headers ) {\n\t\t\tjqXHR.setRequestHeader( i, s.headers[ i ] );\n\t\t}\n\n\t\t// Allow custom headers/mimetypes and early abort\n\t\tif ( s.beforeSend &&\n\t\t\t( s.beforeSend.call( callbackContext, jqXHR, s ) === false || completed ) ) {\n\n\t\t\t// Abort if not done already and return\n\t\t\treturn jqXHR.abort();\n\t\t}\n\n\t\t// Aborting is no longer a cancellation\n\t\tstrAbort = \"abort\";\n\n\t\t// Install callbacks on deferreds\n\t\tcompleteDeferred.add( s.complete );\n\t\tjqXHR.done( s.success );\n\t\tjqXHR.fail( s.error );\n\n\t\t// Get transport\n\t\ttransport = inspectPrefiltersOrTransports( transports, s, options, jqXHR );\n\n\t\t// If no transport, we auto-abort\n\t\tif ( !transport ) {\n\t\t\tdone( -1, \"No Transport\" );\n\t\t} else {\n\t\t\tjqXHR.readyState = 1;\n\n\t\t\t// Send global event\n\t\t\tif ( fireGlobals ) {\n\t\t\t\tglobalEventContext.trigger( \"ajaxSend\", [ jqXHR, s ] );\n\t\t\t}\n\n\t\t\t// If request was aborted inside ajaxSend, stop there\n\t\t\tif ( completed ) {\n\t\t\t\treturn jqXHR;\n\t\t\t}\n\n\t\t\t// Timeout\n\t\t\tif ( s.async && s.timeout > 0 ) {\n\t\t\t\ttimeoutTimer = window.setTimeout( function() {\n\t\t\t\t\tjqXHR.abort( \"timeout\" );\n\t\t\t\t}, s.timeout );\n\t\t\t}\n\n\t\t\ttry {\n\t\t\t\tcompleted = false;\n\t\t\t\ttransport.send( requestHeaders, done );\n\t\t\t} catch ( e ) {\n\n\t\t\t\t// Rethrow post-completion exceptions\n\t\t\t\tif ( completed ) {\n\t\t\t\t\tthrow e;\n\t\t\t\t}\n\n\t\t\t\t// Propagate others as results\n\t\t\t\tdone( -1, e );\n\t\t\t}\n\t\t}\n\n\t\t// Callback for when everything is done\n\t\tfunction done( status, nativeStatusText, responses, headers ) {\n\t\t\tvar isSuccess, success, error, response, modified,\n\t\t\t\tstatusText = nativeStatusText;\n\n\t\t\t// Ignore repeat invocations\n\t\t\tif ( completed ) {\n\t\t\t\treturn;\n\t\t\t}\n\n\t\t\tcompleted = true;\n\n\t\t\t// Clear timeout if it exists\n\t\t\tif ( timeoutTimer ) {\n\t\t\t\twindow.clearTimeout( timeoutTimer );\n\t\t\t}\n\n\t\t\t// Dereference transport for early garbage collection\n\t\t\t// (no matter how long the jqXHR object will be used)\n\t\t\ttransport = undefined;\n\n\t\t\t// Cache response headers\n\t\t\tresponseHeadersString = headers || \"\";\n\n\t\t\t// Set readyState\n\t\t\tjqXHR.readyState = status > 0 ? 4 : 0;\n\n\t\t\t// Determine if successful\n\t\t\tisSuccess = status >= 200 && status < 300 || status === 304;\n\n\t\t\t// Get response data\n\t\t\tif ( responses ) {\n\t\t\t\tresponse = ajaxHandleResponses( s, jqXHR, responses );\n\t\t\t}\n\n\t\t\t// Convert no matter what (that way responseXXX fields are always set)\n\t\t\tresponse = ajaxConvert( s, response, jqXHR, isSuccess );\n\n\t\t\t// If successful, handle type chaining\n\t\t\tif ( isSuccess ) {\n\n\t\t\t\t// Set the If-Modified-Since and/or If-None-Match header, if in ifModified mode.\n\t\t\t\tif ( s.ifModified ) {\n\t\t\t\t\tmodified = jqXHR.getResponseHeader( \"Last-Modified\" );\n\t\t\t\t\tif ( modified ) {\n\t\t\t\t\t\tjQuery.lastModified[ cacheURL ] = modified;\n\t\t\t\t\t}\n\t\t\t\t\tmodified = jqXHR.getResponseHeader( \"etag\" );\n\t\t\t\t\tif ( modified ) {\n\t\t\t\t\t\tjQuery.etag[ cacheURL ] = modified;\n\t\t\t\t\t}\n\t\t\t\t}\n\n\t\t\t\t// if no content\n\t\t\t\tif ( status === 204 || s.type === \"HEAD\" ) {\n\t\t\t\t\tstatusText = \"nocontent\";\n\n\t\t\t\t// if not modified\n\t\t\t\t} else if ( status === 304 ) {\n\t\t\t\t\tstatusText = \"notmodified\";\n\n\t\t\t\t// If we have data, let's convert it\n\t\t\t\t} else {\n\t\t\t\t\tstatusText = response.state;\n\t\t\t\t\tsuccess = response.data;\n\t\t\t\t\terror = response.error;\n\t\t\t\t\tisSuccess = !error;\n\t\t\t\t}\n\t\t\t} else {\n\n\t\t\t\t// Extract error from statusText and normalize for non-aborts\n\t\t\t\terror = statusText;\n\t\t\t\tif ( status || !statusText ) {\n\t\t\t\t\tstatusText = \"error\";\n\t\t\t\t\tif ( status < 0 ) {\n\t\t\t\t\t\tstatus = 0;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\n\t\t\t// Set data for the fake xhr object\n\t\t\tjqXHR.status = status;\n\t\t\tjqXHR.statusText = ( nativeStatusText || statusText ) + \"\";\n\n\t\t\t// Success/Error\n\t\t\tif ( isSuccess ) {\n\t\t\t\tdeferred.resolveWith( callbackContext, [ success, statusText, jqXHR ] );\n\t\t\t} else {\n\t\t\t\tdeferred.rejectWith( callbackContext, [ jqXHR, statusText, error ] );\n\t\t\t}\n\n\t\t\t// Status-dependent callbacks\n\t\t\tjqXHR.statusCode( statusCode );\n\t\t\tstatusCode = undefined;\n\n\t\t\tif ( fireGlobals ) {\n\t\t\t\tglobalEventContext.trigger( isSuccess ? \"ajaxSuccess\" : \"ajaxError\",\n\t\t\t\t\t[ jqXHR, s, isSuccess ? success : error ] );\n\t\t\t}\n\n\t\t\t// Complete\n\t\t\tcompleteDeferred.fireWith( callbackContext, [ jqXHR, statusText ] );\n\n\t\t\tif ( fireGlobals ) {\n\t\t\t\tglobalEventContext.trigger( \"ajaxComplete\", [ jqXHR, s ] );\n\n\t\t\t\t// Handle the global AJAX counter\n\t\t\t\tif ( !( --jQuery.active ) ) {\n\t\t\t\t\tjQuery.event.trigger( \"ajaxStop\" );\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\treturn jqXHR;\n\t},\n\n\tgetJSON: function( url, data, callback ) {\n\t\treturn jQuery.get( url, data, callback, \"json\" );\n\t},\n\n\tgetScript: function( url, callback ) {\n\t\treturn jQuery.get( url, undefined, callback, \"script\" );\n\t}\n} );\n\njQuery.each( [ \"get\", \"post\" ], function( i, method ) {\n\tjQuery[ method ] = function( url, data, callback, type ) {\n\n\t\t// Shift arguments if data argument was omitted\n\t\tif ( isFunction( data ) ) {\n\t\t\ttype = type || callback;\n\t\t\tcallback = data;\n\t\t\tdata = undefined;\n\t\t}\n\n\t\t// The url can be an options object (which then must have .url)\n\t\treturn jQuery.ajax( jQuery.extend( {\n\t\t\turl: url,\n\t\t\ttype: method,\n\t\t\tdataType: type,\n\t\t\tdata: data,\n\t\t\tsuccess: callback\n\t\t}, jQuery.isPlainObject( url ) && url ) );\n\t};\n} );\n\n\njQuery._evalUrl = function( url ) {\n\treturn jQuery.ajax( {\n\t\turl: url,\n\n\t\t// Make this explicit, since user can override this through ajaxSetup (#11264)\n\t\ttype: \"GET\",\n\t\tdataType: \"script\",\n\t\tcache: true,\n\t\tasync: false,\n\t\tglobal: false,\n\t\t\"throws\": true\n\t} );\n};\n\n\njQuery.fn.extend( {\n\twrapAll: function( html ) {\n\t\tvar wrap;\n\n\t\tif ( this[ 0 ] ) {\n\t\t\tif ( isFunction( html ) ) {\n\t\t\t\thtml = html.call( this[ 0 ] );\n\t\t\t}\n\n\t\t\t// The elements to wrap the target around\n\t\t\twrap = jQuery( html, this[ 0 ].ownerDocument ).eq( 0 ).clone( true );\n\n\t\t\tif ( this[ 0 ].parentNode ) {\n\t\t\t\twrap.insertBefore( this[ 0 ] );\n\t\t\t}\n\n\t\t\twrap.map( function() {\n\t\t\t\tvar elem = this;\n\n\t\t\t\twhile ( elem.firstElementChild ) {\n\t\t\t\t\telem = elem.firstElementChild;\n\t\t\t\t}\n\n\t\t\t\treturn elem;\n\t\t\t} ).append( this );\n\t\t}\n\n\t\treturn this;\n\t},\n\n\twrapInner: function( html ) {\n\t\tif ( isFunction( html ) ) {\n\t\t\treturn this.each( function( i ) {\n\t\t\t\tjQuery( this ).wrapInner( html.call( this, i ) );\n\t\t\t} );\n\t\t}\n\n\t\treturn this.each( function() {\n\t\t\tvar self = jQuery( this ),\n\t\t\t\tcontents = self.contents();\n\n\t\t\tif ( contents.length ) {\n\t\t\t\tcontents.wrapAll( html );\n\n\t\t\t} else {\n\t\t\t\tself.append( html );\n\t\t\t}\n\t\t} );\n\t},\n\n\twrap: function( html ) {\n\t\tvar htmlIsFunction = isFunction( html );\n\n\t\treturn this.each( function( i ) {\n\t\t\tjQuery( this ).wrapAll( htmlIsFunction ? html.call( this, i ) : html );\n\t\t} );\n\t},\n\n\tunwrap: function( selector ) {\n\t\tthis.parent( selector ).not( \"body\" ).each( function() {\n\t\t\tjQuery( this ).replaceWith( this.childNodes );\n\t\t} );\n\t\treturn this;\n\t}\n} );\n\n\njQuery.expr.pseudos.hidden = function( elem ) {\n\treturn !jQuery.expr.pseudos.visible( elem );\n};\njQuery.expr.pseudos.visible = function( elem ) {\n\treturn !!( elem.offsetWidth || elem.offsetHeight || elem.getClientRects().length );\n};\n\n\n\n\njQuery.ajaxSettings.xhr = function() {\n\ttry {\n\t\treturn new window.XMLHttpRequest();\n\t} catch ( e ) {}\n};\n\nvar xhrSuccessStatus = {\n\n\t\t// File protocol always yields status code 0, assume 200\n\t\t0: 200,\n\n\t\t// Support: IE <=9 only\n\t\t// #1450: sometimes IE returns 1223 when it should be 204\n\t\t1223: 204\n\t},\n\txhrSupported = jQuery.ajaxSettings.xhr();\n\nsupport.cors = !!xhrSupported && ( \"withCredentials\" in xhrSupported );\nsupport.ajax = xhrSupported = !!xhrSupported;\n\njQuery.ajaxTransport( function( options ) {\n\tvar callback, errorCallback;\n\n\t// Cross domain only allowed if supported through XMLHttpRequest\n\tif ( support.cors || xhrSupported && !options.crossDomain ) {\n\t\treturn {\n\t\t\tsend: function( headers, complete ) {\n\t\t\t\tvar i,\n\t\t\t\t\txhr = options.xhr();\n\n\t\t\t\txhr.open(\n\t\t\t\t\toptions.type,\n\t\t\t\t\toptions.url,\n\t\t\t\t\toptions.async,\n\t\t\t\t\toptions.username,\n\t\t\t\t\toptions.password\n\t\t\t\t);\n\n\t\t\t\t// Apply custom fields if provided\n\t\t\t\tif ( options.xhrFields ) {\n\t\t\t\t\tfor ( i in options.xhrFields ) {\n\t\t\t\t\t\txhr[ i ] = options.xhrFields[ i ];\n\t\t\t\t\t}\n\t\t\t\t}\n\n\t\t\t\t// Override mime type if needed\n\t\t\t\tif ( options.mimeType && xhr.overrideMimeType ) {\n\t\t\t\t\txhr.overrideMimeType( options.mimeType );\n\t\t\t\t}\n\n\t\t\t\t// X-Requested-With header\n\t\t\t\t// For cross-domain requests, seeing as conditions for a preflight are\n\t\t\t\t// akin to a jigsaw puzzle, we simply never set it to be sure.\n\t\t\t\t// (it can always be set on a per-request basis or even using ajaxSetup)\n\t\t\t\t// For same-domain requests, won't change header if already provided.\n\t\t\t\tif ( !options.crossDomain && !headers[ \"X-Requested-With\" ] ) {\n\t\t\t\t\theaders[ \"X-Requested-With\" ] = \"XMLHttpRequest\";\n\t\t\t\t}\n\n\t\t\t\t// Set headers\n\t\t\t\tfor ( i in headers ) {\n\t\t\t\t\txhr.setRequestHeader( i, headers[ i ] );\n\t\t\t\t}\n\n\t\t\t\t// Callback\n\t\t\t\tcallback = function( type ) {\n\t\t\t\t\treturn function() {\n\t\t\t\t\t\tif ( callback ) {\n\t\t\t\t\t\t\tcallback = errorCallback = xhr.onload =\n\t\t\t\t\t\t\t\txhr.onerror = xhr.onabort = xhr.ontimeout =\n\t\t\t\t\t\t\t\t\txhr.onreadystatechange = null;\n\n\t\t\t\t\t\t\tif ( type === \"abort\" ) {\n\t\t\t\t\t\t\t\txhr.abort();\n\t\t\t\t\t\t\t} else if ( type === \"error\" ) {\n\n\t\t\t\t\t\t\t\t// Support: IE <=9 only\n\t\t\t\t\t\t\t\t// On a manual native abort, IE9 throws\n\t\t\t\t\t\t\t\t// errors on any property access that is not readyState\n\t\t\t\t\t\t\t\tif ( typeof xhr.status !== \"number\" ) {\n\t\t\t\t\t\t\t\t\tcomplete( 0, \"error\" );\n\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\tcomplete(\n\n\t\t\t\t\t\t\t\t\t\t// File: protocol always yields status 0; see #8605, #14207\n\t\t\t\t\t\t\t\t\t\txhr.status,\n\t\t\t\t\t\t\t\t\t\txhr.statusText\n\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\tcomplete(\n\t\t\t\t\t\t\t\t\txhrSuccessStatus[ xhr.status ] || xhr.status,\n\t\t\t\t\t\t\t\t\txhr.statusText,\n\n\t\t\t\t\t\t\t\t\t// Support: IE <=9 only\n\t\t\t\t\t\t\t\t\t// IE9 has no XHR2 but throws on binary (trac-11426)\n\t\t\t\t\t\t\t\t\t// For XHR2 non-text, let the caller handle it (gh-2498)\n\t\t\t\t\t\t\t\t\t( xhr.responseType || \"text\" ) !== \"text\" ||\n\t\t\t\t\t\t\t\t\ttypeof xhr.responseText !== \"string\" ?\n\t\t\t\t\t\t\t\t\t\t{ binary: xhr.response } :\n\t\t\t\t\t\t\t\t\t\t{ text: xhr.responseText },\n\t\t\t\t\t\t\t\t\txhr.getAllResponseHeaders()\n\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t};\n\t\t\t\t};\n\n\t\t\t\t// Listen to events\n\t\t\t\txhr.onload = callback();\n\t\t\t\terrorCallback = xhr.onerror = xhr.ontimeout = callback( \"error\" );\n\n\t\t\t\t// Support: IE 9 only\n\t\t\t\t// Use onreadystatechange to replace onabort\n\t\t\t\t// to handle uncaught aborts\n\t\t\t\tif ( xhr.onabort !== undefined ) {\n\t\t\t\t\txhr.onabort = errorCallback;\n\t\t\t\t} else {\n\t\t\t\t\txhr.onreadystatechange = function() {\n\n\t\t\t\t\t\t// Check readyState before timeout as it changes\n\t\t\t\t\t\tif ( xhr.readyState === 4 ) {\n\n\t\t\t\t\t\t\t// Allow onerror to be called first,\n\t\t\t\t\t\t\t// but that will not handle a native abort\n\t\t\t\t\t\t\t// Also, save errorCallback to a variable\n\t\t\t\t\t\t\t// as xhr.onerror cannot be accessed\n\t\t\t\t\t\t\twindow.setTimeout( function() {\n\t\t\t\t\t\t\t\tif ( callback ) {\n\t\t\t\t\t\t\t\t\terrorCallback();\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t} );\n\t\t\t\t\t\t}\n\t\t\t\t\t};\n\t\t\t\t}\n\n\t\t\t\t// Create the abort callback\n\t\t\t\tcallback = callback( \"abort\" );\n\n\t\t\t\ttry {\n\n\t\t\t\t\t// Do send the request (this may raise an exception)\n\t\t\t\t\txhr.send( options.hasContent && options.data || null );\n\t\t\t\t} catch ( e ) {\n\n\t\t\t\t\t// #14683: Only rethrow if this hasn't been notified as an error yet\n\t\t\t\t\tif ( callback ) {\n\t\t\t\t\t\tthrow e;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\n\t\t\tabort: function() {\n\t\t\t\tif ( callback ) {\n\t\t\t\t\tcallback();\n\t\t\t\t}\n\t\t\t}\n\t\t};\n\t}\n} );\n\n\n\n\n// Prevent auto-execution of scripts when no explicit dataType was provided (See gh-2432)\njQuery.ajaxPrefilter( function( s ) {\n\tif ( s.crossDomain ) {\n\t\ts.contents.script = false;\n\t}\n} );\n\n// Install script dataType\njQuery.ajaxSetup( {\n\taccepts: {\n\t\tscript: \"text/javascript, application/javascript, \" +\n\t\t\t\"application/ecmascript, application/x-ecmascript\"\n\t},\n\tcontents: {\n\t\tscript: /\\b(?:java|ecma)script\\b/\n\t},\n\tconverters: {\n\t\t\"text script\": function( text ) {\n\t\t\tjQuery.globalEval( text );\n\t\t\treturn text;\n\t\t}\n\t}\n} );\n\n// Handle cache's special case and crossDomain\njQuery.ajaxPrefilter( \"script\", function( s ) {\n\tif ( s.cache === undefined ) {\n\t\ts.cache = false;\n\t}\n\tif ( s.crossDomain ) {\n\t\ts.type = \"GET\";\n\t}\n} );\n\n// Bind script tag hack transport\njQuery.ajaxTransport( \"script\", function( s ) {\n\n\t// This transport only deals with cross domain requests\n\tif ( s.crossDomain ) {\n\t\tvar script, callback;\n\t\treturn {\n\t\t\tsend: function( _, complete ) {\n\t\t\t\tscript = jQuery( \"<script>\" ).prop( {\n\t\t\t\t\tcharset: s.scriptCharset,\n\t\t\t\t\tsrc: s.url\n\t\t\t\t} ).on(\n\t\t\t\t\t\"load error\",\n\t\t\t\t\tcallback = function( evt ) {\n\t\t\t\t\t\tscript.remove();\n\t\t\t\t\t\tcallback = null;\n\t\t\t\t\t\tif ( evt ) {\n\t\t\t\t\t\t\tcomplete( evt.type === \"error\" ? 404 : 200, evt.type );\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t);\n\n\t\t\t\t// Use native DOM manipulation to avoid our domManip AJAX trickery\n\t\t\t\tdocument.head.appendChild( script[ 0 ] );\n\t\t\t},\n\t\t\tabort: function() {\n\t\t\t\tif ( callback ) {\n\t\t\t\t\tcallback();\n\t\t\t\t}\n\t\t\t}\n\t\t};\n\t}\n} );\n\n\n\n\nvar oldCallbacks = [],\n\trjsonp = /(=)\\?(?=&|$)|\\?\\?/;\n\n// Default jsonp settings\njQuery.ajaxSetup( {\n\tjsonp: \"callback\",\n\tjsonpCallback: function() {\n\t\tvar callback = oldCallbacks.pop() || ( jQuery.expando + \"_\" + ( nonce++ ) );\n\t\tthis[ callback ] = true;\n\t\treturn callback;\n\t}\n} );\n\n// Detect, normalize options and install callbacks for jsonp requests\njQuery.ajaxPrefilter( \"json jsonp\", function( s, originalSettings, jqXHR ) {\n\n\tvar callbackName, overwritten, responseContainer,\n\t\tjsonProp = s.jsonp !== false && ( rjsonp.test( s.url ) ?\n\t\t\t\"url\" :\n\t\t\ttypeof s.data === \"string\" &&\n\t\t\t\t( s.contentType || \"\" )\n\t\t\t\t\t.indexOf( \"application/x-www-form-urlencoded\" ) === 0 &&\n\t\t\t\trjsonp.test( s.data ) && \"data\"\n\t\t);\n\n\t// Handle iff the expected data type is \"jsonp\" or we have a parameter to set\n\tif ( jsonProp || s.dataTypes[ 0 ] === \"jsonp\" ) {\n\n\t\t// Get callback name, remembering preexisting value associated with it\n\t\tcallbackName = s.jsonpCallback = isFunction( s.jsonpCallback ) ?\n\t\t\ts.jsonpCallback() :\n\t\t\ts.jsonpCallback;\n\n\t\t// Insert callback into url or form data\n\t\tif ( jsonProp ) {\n\t\t\ts[ jsonProp ] = s[ jsonProp ].replace( rjsonp, \"$1\" + callbackName );\n\t\t} else if ( s.jsonp !== false ) {\n\t\t\ts.url += ( rquery.test( s.url ) ? \"&\" : \"?\" ) + s.jsonp + \"=\" + callbackName;\n\t\t}\n\n\t\t// Use data converter to retrieve json after script execution\n\t\ts.converters[ \"script json\" ] = function() {\n\t\t\tif ( !responseContainer ) {\n\t\t\t\tjQuery.error( callbackName + \" was not called\" );\n\t\t\t}\n\t\t\treturn responseContainer[ 0 ];\n\t\t};\n\n\t\t// Force json dataType\n\t\ts.dataTypes[ 0 ] = \"json\";\n\n\t\t// Install callback\n\t\toverwritten = window[ callbackName ];\n\t\twindow[ callbackName ] = function() {\n\t\t\tresponseContainer = arguments;\n\t\t};\n\n\t\t// Clean-up function (fires after converters)\n\t\tjqXHR.always( function() {\n\n\t\t\t// If previous value didn't exist - remove it\n\t\t\tif ( overwritten === undefined ) {\n\t\t\t\tjQuery( window ).removeProp( callbackName );\n\n\t\t\t// Otherwise restore preexisting value\n\t\t\t} else {\n\t\t\t\twindow[ callbackName ] = overwritten;\n\t\t\t}\n\n\t\t\t// Save back as free\n\t\t\tif ( s[ callbackName ] ) {\n\n\t\t\t\t// Make sure that re-using the options doesn't screw things around\n\t\t\t\ts.jsonpCallback = originalSettings.jsonpCallback;\n\n\t\t\t\t// Save the callback name for future use\n\t\t\t\toldCallbacks.push( callbackName );\n\t\t\t}\n\n\t\t\t// Call if it was a function and we have a response\n\t\t\tif ( responseContainer && isFunction( overwritten ) ) {\n\t\t\t\toverwritten( responseContainer[ 0 ] );\n\t\t\t}\n\n\t\t\tresponseContainer = overwritten = undefined;\n\t\t} );\n\n\t\t// Delegate to script\n\t\treturn \"script\";\n\t}\n} );\n\n\n\n\n// Support: Safari 8 only\n// In Safari 8 documents created via document.implementation.createHTMLDocument\n// collapse sibling forms: the second one becomes a child of the first one.\n// Because of that, this security measure has to be disabled in Safari 8.\n// https://bugs.webkit.org/show_bug.cgi?id=137337\nsupport.createHTMLDocument = ( function() {\n\tvar body = document.implementation.createHTMLDocument( \"\" ).body;\n\tbody.innerHTML = \"<form></form><form></form>\";\n\treturn body.childNodes.length === 2;\n} )();\n\n\n// Argument \"data\" should be string of html\n// context (optional): If specified, the fragment will be created in this context,\n// defaults to document\n// keepScripts (optional): If true, will include scripts passed in the html string\njQuery.parseHTML = function( data, context, keepScripts ) {\n\tif ( typeof data !== \"string\" ) {\n\t\treturn [];\n\t}\n\tif ( typeof context === \"boolean\" ) {\n\t\tkeepScripts = context;\n\t\tcontext = false;\n\t}\n\n\tvar base, parsed, scripts;\n\n\tif ( !context ) {\n\n\t\t// Stop scripts or inline event handlers from being executed immediately\n\t\t// by using document.implementation\n\t\tif ( support.createHTMLDocument ) {\n\t\t\tcontext = document.implementation.createHTMLDocument( \"\" );\n\n\t\t\t// Set the base href for the created document\n\t\t\t// so any parsed elements with URLs\n\t\t\t// are based on the document's URL (gh-2965)\n\t\t\tbase = context.createElement( \"base\" );\n\t\t\tbase.href = document.location.href;\n\t\t\tcontext.head.appendChild( base );\n\t\t} else {\n\t\t\tcontext = document;\n\t\t}\n\t}\n\n\tparsed = rsingleTag.exec( data );\n\tscripts = !keepScripts && [];\n\n\t// Single tag\n\tif ( parsed ) {\n\t\treturn [ context.createElement( parsed[ 1 ] ) ];\n\t}\n\n\tparsed = buildFragment( [ data ], context, scripts );\n\n\tif ( scripts && scripts.length ) {\n\t\tjQuery( scripts ).remove();\n\t}\n\n\treturn jQuery.merge( [], parsed.childNodes );\n};\n\n\n/**\n * Load a url into a page\n */\njQuery.fn.load = function( url, params, callback ) {\n\tvar selector, type, response,\n\t\tself = this,\n\t\toff = url.indexOf( \" \" );\n\n\tif ( off > -1 ) {\n\t\tselector = stripAndCollapse( url.slice( off ) );\n\t\turl = url.slice( 0, off );\n\t}\n\n\t// If it's a function\n\tif ( isFunction( params ) ) {\n\n\t\t// We assume that it's the callback\n\t\tcallback = params;\n\t\tparams = undefined;\n\n\t// Otherwise, build a param string\n\t} else if ( params && typeof params === \"object\" ) {\n\t\ttype = \"POST\";\n\t}\n\n\t// If we have elements to modify, make the request\n\tif ( self.length > 0 ) {\n\t\tjQuery.ajax( {\n\t\t\turl: url,\n\n\t\t\t// If \"type\" variable is undefined, then \"GET\" method will be used.\n\t\t\t// Make value of this field explicit since\n\t\t\t// user can override it through ajaxSetup method\n\t\t\ttype: type || \"GET\",\n\t\t\tdataType: \"html\",\n\t\t\tdata: params\n\t\t} ).done( function( responseText ) {\n\n\t\t\t// Save response for use in complete callback\n\t\t\tresponse = arguments;\n\n\t\t\tself.html( selector ?\n\n\t\t\t\t// If a selector was specified, locate the right elements in a dummy div\n\t\t\t\t// Exclude scripts to avoid IE 'Permission Denied' errors\n\t\t\t\tjQuery( \"<div>\" ).append( jQuery.parseHTML( responseText ) ).find( selector ) :\n\n\t\t\t\t// Otherwise use the full result\n\t\t\t\tresponseText );\n\n\t\t// If the request succeeds, this function gets \"data\", \"status\", \"jqXHR\"\n\t\t// but they are ignored because response was set above.\n\t\t// If it fails, this function gets \"jqXHR\", \"status\", \"error\"\n\t\t} ).always( callback && function( jqXHR, status ) {\n\t\t\tself.each( function() {\n\t\t\t\tcallback.apply( this, response || [ jqXHR.responseText, status, jqXHR ] );\n\t\t\t} );\n\t\t} );\n\t}\n\n\treturn this;\n};\n\n\n\n\n// Attach a bunch of functions for handling common AJAX events\njQuery.each( [\n\t\"ajaxStart\",\n\t\"ajaxStop\",\n\t\"ajaxComplete\",\n\t\"ajaxError\",\n\t\"ajaxSuccess\",\n\t\"ajaxSend\"\n], function( i, type ) {\n\tjQuery.fn[ type ] = function( fn ) {\n\t\treturn this.on( type, fn );\n\t};\n} );\n\n\n\n\njQuery.expr.pseudos.animated = function( elem ) {\n\treturn jQuery.grep( jQuery.timers, function( fn ) {\n\t\treturn elem === fn.elem;\n\t} ).length;\n};\n\n\n\n\njQuery.offset = {\n\tsetOffset: function( elem, options, i ) {\n\t\tvar curPosition, curLeft, curCSSTop, curTop, curOffset, curCSSLeft, calculatePosition,\n\t\t\tposition = jQuery.css( elem, \"position\" ),\n\t\t\tcurElem = jQuery( elem ),\n\t\t\tprops = {};\n\n\t\t// Set position first, in-case top/left are set even on static elem\n\t\tif ( position === \"static\" ) {\n\t\t\telem.style.position = \"relative\";\n\t\t}\n\n\t\tcurOffset = curElem.offset();\n\t\tcurCSSTop = jQuery.css( elem, \"top\" );\n\t\tcurCSSLeft = jQuery.css( elem, \"left\" );\n\t\tcalculatePosition = ( position === \"absolute\" || position === \"fixed\" ) &&\n\t\t\t( curCSSTop + curCSSLeft ).indexOf( \"auto\" ) > -1;\n\n\t\t// Need to be able to calculate position if either\n\t\t// top or left is auto and position is either absolute or fixed\n\t\tif ( calculatePosition ) {\n\t\t\tcurPosition = curElem.position();\n\t\t\tcurTop = curPosition.top;\n\t\t\tcurLeft = curPosition.left;\n\n\t\t} else {\n\t\t\tcurTop = parseFloat( curCSSTop ) || 0;\n\t\t\tcurLeft = parseFloat( curCSSLeft ) || 0;\n\t\t}\n\n\t\tif ( isFunction( options ) ) {\n\n\t\t\t// Use jQuery.extend here to allow modification of coordinates argument (gh-1848)\n\t\t\toptions = options.call( elem, i, jQuery.extend( {}, curOffset ) );\n\t\t}\n\n\t\tif ( options.top != null ) {\n\t\t\tprops.top = ( options.top - curOffset.top ) + curTop;\n\t\t}\n\t\tif ( options.left != null ) {\n\t\t\tprops.left = ( options.left - curOffset.left ) + curLeft;\n\t\t}\n\n\t\tif ( \"using\" in options ) {\n\t\t\toptions.using.call( elem, props );\n\n\t\t} else {\n\t\t\tcurElem.css( props );\n\t\t}\n\t}\n};\n\njQuery.fn.extend( {\n\n\t// offset() relates an element's border box to the document origin\n\toffset: function( options ) {\n\n\t\t// Preserve chaining for setter\n\t\tif ( arguments.length ) {\n\t\t\treturn options === undefined ?\n\t\t\t\tthis :\n\t\t\t\tthis.each( function( i ) {\n\t\t\t\t\tjQuery.offset.setOffset( this, options, i );\n\t\t\t\t} );\n\t\t}\n\n\t\tvar rect, win,\n\t\t\telem = this[ 0 ];\n\n\t\tif ( !elem ) {\n\t\t\treturn;\n\t\t}\n\n\t\t// Return zeros for disconnected and hidden (display: none) elements (gh-2310)\n\t\t// Support: IE <=11 only\n\t\t// Running getBoundingClientRect on a\n\t\t// disconnected node in IE throws an error\n\t\tif ( !elem.getClientRects().length ) {\n\t\t\treturn { top: 0, left: 0 };\n\t\t}\n\n\t\t// Get document-relative position by adding viewport scroll to viewport-relative gBCR\n\t\trect = elem.getBoundingClientRect();\n\t\twin = elem.ownerDocument.defaultView;\n\t\treturn {\n\t\t\ttop: rect.top + win.pageYOffset,\n\t\t\tleft: rect.left + win.pageXOffset\n\t\t};\n\t},\n\n\t// position() relates an element's margin box to its offset parent's padding box\n\t// This corresponds to the behavior of CSS absolute positioning\n\tposition: function() {\n\t\tif ( !this[ 0 ] ) {\n\t\t\treturn;\n\t\t}\n\n\t\tvar offsetParent, offset, doc,\n\t\t\telem = this[ 0 ],\n\t\t\tparentOffset = { top: 0, left: 0 };\n\n\t\t// position:fixed elements are offset from the viewport, which itself always has zero offset\n\t\tif ( jQuery.css( elem, \"position\" ) === \"fixed\" ) {\n\n\t\t\t// Assume position:fixed implies availability of getBoundingClientRect\n\t\t\toffset = elem.getBoundingClientRect();\n\n\t\t} else {\n\t\t\toffset = this.offset();\n\n\t\t\t// Account for the *real* offset parent, which can be the document or its root element\n\t\t\t// when a statically positioned element is identified\n\t\t\tdoc = elem.ownerDocument;\n\t\t\toffsetParent = elem.offsetParent || doc.documentElement;\n\t\t\twhile ( offsetParent &&\n\t\t\t\t( offsetParent === doc.body || offsetParent === doc.documentElement ) &&\n\t\t\t\tjQuery.css( offsetParent, \"position\" ) === \"static\" ) {\n\n\t\t\t\toffsetParent = offsetParent.parentNode;\n\t\t\t}\n\t\t\tif ( offsetParent && offsetParent !== elem && offsetParent.nodeType === 1 ) {\n\n\t\t\t\t// Incorporate borders into its offset, since they are outside its content origin\n\t\t\t\tparentOffset = jQuery( offsetParent ).offset();\n\t\t\t\tparentOffset.top += jQuery.css( offsetParent, \"borderTopWidth\", true );\n\t\t\t\tparentOffset.left += jQuery.css( offsetParent, \"borderLeftWidth\", true );\n\t\t\t}\n\t\t}\n\n\t\t// Subtract parent offsets and element margins\n\t\treturn {\n\t\t\ttop: offset.top - parentOffset.top - jQuery.css( elem, \"marginTop\", true ),\n\t\t\tleft: offset.left - parentOffset.left - jQuery.css( elem, \"marginLeft\", true )\n\t\t};\n\t},\n\n\t// This method will return documentElement in the following cases:\n\t// 1) For the element inside the iframe without offsetParent, this method will return\n\t// documentElement of the parent window\n\t// 2) For the hidden or detached element\n\t// 3) For body or html element, i.e. in case of the html node - it will return itself\n\t//\n\t// but those exceptions were never presented as a real life use-cases\n\t// and might be considered as more preferable results.\n\t//\n\t// This logic, however, is not guaranteed and can change at any point in the future\n\toffsetParent: function() {\n\t\treturn this.map( function() {\n\t\t\tvar offsetParent = this.offsetParent;\n\n\t\t\twhile ( offsetParent && jQuery.css( offsetParent, \"position\" ) === \"static\" ) {\n\t\t\t\toffsetParent = offsetParent.offsetParent;\n\t\t\t}\n\n\t\t\treturn offsetParent || documentElement;\n\t\t} );\n\t}\n} );\n\n// Create scrollLeft and scrollTop methods\njQuery.each( { scrollLeft: \"pageXOffset\", scrollTop: \"pageYOffset\" }, function( method, prop ) {\n\tvar top = \"pageYOffset\" === prop;\n\n\tjQuery.fn[ method ] = function( val ) {\n\t\treturn access( this, function( elem, method, val ) {\n\n\t\t\t// Coalesce documents and windows\n\t\t\tvar win;\n\t\t\tif ( isWindow( elem ) ) {\n\t\t\t\twin = elem;\n\t\t\t} else if ( elem.nodeType === 9 ) {\n\t\t\t\twin = elem.defaultView;\n\t\t\t}\n\n\t\t\tif ( val === undefined ) {\n\t\t\t\treturn win ? win[ prop ] : elem[ method ];\n\t\t\t}\n\n\t\t\tif ( win ) {\n\t\t\t\twin.scrollTo(\n\t\t\t\t\t!top ? val : win.pageXOffset,\n\t\t\t\t\ttop ? val : win.pageYOffset\n\t\t\t\t);\n\n\t\t\t} else {\n\t\t\t\telem[ method ] = val;\n\t\t\t}\n\t\t}, method, val, arguments.length );\n\t};\n} );\n\n// Support: Safari <=7 - 9.1, Chrome <=37 - 49\n// Add the top/left cssHooks using jQuery.fn.position\n// Webkit bug: https://bugs.webkit.org/show_bug.cgi?id=29084\n// Blink bug: https://bugs.chromium.org/p/chromium/issues/detail?id=589347\n// getComputedStyle returns percent when specified for top/left/bottom/right;\n// rather than make the css module depend on the offset module, just check for it here\njQuery.each( [ \"top\", \"left\" ], function( i, prop ) {\n\tjQuery.cssHooks[ prop ] = addGetHookIf( support.pixelPosition,\n\t\tfunction( elem, computed ) {\n\t\t\tif ( computed ) {\n\t\t\t\tcomputed = curCSS( elem, prop );\n\n\t\t\t\t// If curCSS returns percentage, fallback to offset\n\t\t\t\treturn rnumnonpx.test( computed ) ?\n\t\t\t\t\tjQuery( elem ).position()[ prop ] + \"px\" :\n\t\t\t\t\tcomputed;\n\t\t\t}\n\t\t}\n\t);\n} );\n\n\n// Create innerHeight, innerWidth, height, width, outerHeight and outerWidth methods\njQuery.each( { Height: \"height\", Width: \"width\" }, function( name, type ) {\n\tjQuery.each( { padding: \"inner\" + name, content: type, \"\": \"outer\" + name },\n\t\tfunction( defaultExtra, funcName ) {\n\n\t\t// Margin is only for outerHeight, outerWidth\n\t\tjQuery.fn[ funcName ] = function( margin, value ) {\n\t\t\tvar chainable = arguments.length && ( defaultExtra || typeof margin !== \"boolean\" ),\n\t\t\t\textra = defaultExtra || ( margin === true || value === true ? \"margin\" : \"border\" );\n\n\t\t\treturn access( this, function( elem, type, value ) {\n\t\t\t\tvar doc;\n\n\t\t\t\tif ( isWindow( elem ) ) {\n\n\t\t\t\t\t// $( window ).outerWidth/Height return w/h including scrollbars (gh-1729)\n\t\t\t\t\treturn funcName.indexOf( \"outer\" ) === 0 ?\n\t\t\t\t\t\telem[ \"inner\" + name ] :\n\t\t\t\t\t\telem.document.documentElement[ \"client\" + name ];\n\t\t\t\t}\n\n\t\t\t\t// Get document width or height\n\t\t\t\tif ( elem.nodeType === 9 ) {\n\t\t\t\t\tdoc = elem.documentElement;\n\n\t\t\t\t\t// Either scroll[Width/Height] or offset[Width/Height] or client[Width/Height],\n\t\t\t\t\t// whichever is greatest\n\t\t\t\t\treturn Math.max(\n\t\t\t\t\t\telem.body[ \"scroll\" + name ], doc[ \"scroll\" + name ],\n\t\t\t\t\t\telem.body[ \"offset\" + name ], doc[ \"offset\" + name ],\n\t\t\t\t\t\tdoc[ \"client\" + name ]\n\t\t\t\t\t);\n\t\t\t\t}\n\n\t\t\t\treturn value === undefined ?\n\n\t\t\t\t\t// Get width or height on the element, requesting but not forcing parseFloat\n\t\t\t\t\tjQuery.css( elem, type, extra ) :\n\n\t\t\t\t\t// Set width or height on the element\n\t\t\t\t\tjQuery.style( elem, type, value, extra );\n\t\t\t}, type, chainable ? margin : undefined, chainable );\n\t\t};\n\t} );\n} );\n\n\njQuery.each( ( \"blur focus focusin focusout resize scroll click dblclick \" +\n\t\"mousedown mouseup mousemove mouseover mouseout mouseenter mouseleave \" +\n\t\"change select submit keydown keypress keyup contextmenu\" ).split( \" \" ),\n\tfunction( i, name ) {\n\n\t// Handle event binding\n\tjQuery.fn[ name ] = function( data, fn ) {\n\t\treturn arguments.length > 0 ?\n\t\t\tthis.on( name, null, data, fn ) :\n\t\t\tthis.trigger( name );\n\t};\n} );\n\njQuery.fn.extend( {\n\thover: function( fnOver, fnOut ) {\n\t\treturn this.mouseenter( fnOver ).mouseleave( fnOut || fnOver );\n\t}\n} );\n\n\n\n\njQuery.fn.extend( {\n\n\tbind: function( types, data, fn ) {\n\t\treturn this.on( types, null, data, fn );\n\t},\n\tunbind: function( types, fn ) {\n\t\treturn this.off( types, null, fn );\n\t},\n\n\tdelegate: function( selector, types, data, fn ) {\n\t\treturn this.on( types, selector, data, fn );\n\t},\n\tundelegate: function( selector, types, fn ) {\n\n\t\t// ( namespace ) or ( selector, types [, fn] )\n\t\treturn arguments.length === 1 ?\n\t\t\tthis.off( selector, \"**\" ) :\n\t\t\tthis.off( types, selector || \"**\", fn );\n\t}\n} );\n\n// Bind a function to a context, optionally partially applying any\n// arguments.\n// jQuery.proxy is deprecated to promote standards (specifically Function#bind)\n// However, it is not slated for removal any time soon\njQuery.proxy = function( fn, context ) {\n\tvar tmp, args, proxy;\n\n\tif ( typeof context === \"string\" ) {\n\t\ttmp = fn[ context ];\n\t\tcontext = fn;\n\t\tfn = tmp;\n\t}\n\n\t// Quick check to determine if target is callable, in the spec\n\t// this throws a TypeError, but we will just return undefined.\n\tif ( !isFunction( fn ) ) {\n\t\treturn undefined;\n\t}\n\n\t// Simulated bind\n\targs = slice.call( arguments, 2 );\n\tproxy = function() {\n\t\treturn fn.apply( context || this, args.concat( slice.call( arguments ) ) );\n\t};\n\n\t// Set the guid of unique handler to the same of original handler, so it can be removed\n\tproxy.guid = fn.guid = fn.guid || jQuery.guid++;\n\n\treturn proxy;\n};\n\njQuery.holdReady = function( hold ) {\n\tif ( hold ) {\n\t\tjQuery.readyWait++;\n\t} else {\n\t\tjQuery.ready( true );\n\t}\n};\njQuery.isArray = Array.isArray;\njQuery.parseJSON = JSON.parse;\njQuery.nodeName = nodeName;\njQuery.isFunction = isFunction;\njQuery.isWindow = isWindow;\njQuery.camelCase = camelCase;\njQuery.type = toType;\n\njQuery.now = Date.now;\n\njQuery.isNumeric = function( obj ) {\n\n\t// As of jQuery 3.0, isNumeric is limited to\n\t// strings and numbers (primitives or objects)\n\t// that can be coerced to finite numbers (gh-2662)\n\tvar type = jQuery.type( obj );\n\treturn ( type === \"number\" || type === \"string\" ) &&\n\n\t\t// parseFloat NaNs numeric-cast false positives (\"\")\n\t\t// ...but misinterprets leading-number strings, particularly hex literals (\"0x...\")\n\t\t// subtraction forces infinities to NaN\n\t\t!isNaN( obj - parseFloat( obj ) );\n};\n\n\n\n\n// Register as a named AMD module, since jQuery can be concatenated with other\n// files that may use define, but not via a proper concatenation script that\n// understands anonymous AMD modules. A named AMD is safest and most robust\n// way to register. Lowercase jquery is used because AMD module names are\n// derived from file names, and jQuery is normally delivered in a lowercase\n// file name. Do this after creating the global so that if an AMD module wants\n// to call noConflict to hide this version of jQuery, it will work.\n\n// Note that for maximum portability, libraries that are not jQuery should\n// declare themselves as anonymous modules, and avoid setting a global if an\n// AMD loader is present. jQuery is a special case. For more information, see\n// https://github.com/jrburke/requirejs/wiki/Updating-existing-libraries#wiki-anon\n\nif ( typeof define === \"function\" && define.amd ) {\n\tdefine( \"jquery\", [], function() {\n\t\treturn jQuery;\n\t} );\n}\n\n\n\n\nvar\n\n\t// Map over jQuery in case of overwrite\n\t_jQuery = window.jQuery,\n\n\t// Map over the $ in case of overwrite\n\t_$ = window.$;\n\njQuery.noConflict = function( deep ) {\n\tif ( window.$ === jQuery ) {\n\t\twindow.$ = _$;\n\t}\n\n\tif ( deep && window.jQuery === jQuery ) {\n\t\twindow.jQuery = _jQuery;\n\t}\n\n\treturn jQuery;\n};\n\n// Expose jQuery and $ identifiers, even in AMD\n// (#7102#comment:10, https://github.com/jquery/jquery/pull/557)\n// and CommonJS for browser emulators (#13566)\nif ( !noGlobal ) {\n\twindow.jQuery = window.$ = jQuery;\n}\n\n\n\n\nreturn jQuery;\n} );\n","// Current version.\nexport var VERSION = '1.12.0';\n\n// Establish the root object, `window` (`self`) in the browser, `global`\n// on the server, or `this` in some virtual machines. We use `self`\n// instead of `window` for `WebWorker` support.\nexport var root = typeof self == 'object' && self.self === self && self ||\n typeof global == 'object' && global.global === global && global ||\n Function('return this')() ||\n {};\n\n// Save bytes in the minified (but not gzipped) version:\nexport var ArrayProto = Array.prototype, ObjProto = Object.prototype;\nexport var SymbolProto = typeof Symbol !== 'undefined' ? Symbol.prototype : null;\n\n// Create quick reference variables for speed access to core prototypes.\nexport var push = ArrayProto.push,\n slice = ArrayProto.slice,\n toString = ObjProto.toString,\n hasOwnProperty = ObjProto.hasOwnProperty;\n\n// Modern feature detection.\nexport var supportsArrayBuffer = typeof ArrayBuffer !== 'undefined',\n supportsDataView = typeof DataView !== 'undefined';\n\n// All **ECMAScript 5+** native function implementations that we hope to use\n// are declared here.\nexport var nativeIsArray = Array.isArray,\n nativeKeys = Object.keys,\n nativeCreate = Object.create,\n nativeIsView = supportsArrayBuffer && ArrayBuffer.isView;\n\n// Create references to these builtin functions because we override them.\nexport var _isNaN = isNaN,\n _isFinite = isFinite;\n\n// Keys in IE < 9 that won't be iterated by `for key in ...` and thus missed.\nexport var hasEnumBug = !{toString: null}.propertyIsEnumerable('toString');\nexport var nonEnumerableProps = ['valueOf', 'isPrototypeOf', 'toString',\n 'propertyIsEnumerable', 'hasOwnProperty', 'toLocaleString'];\n\n// The largest integer that can be represented exactly.\nexport var MAX_ARRAY_INDEX = Math.pow(2, 53) - 1;\n","//! moment.js\n//! version : 2.29.1\n//! authors : Tim Wood, Iskren Chernev, Moment.js contributors\n//! license : MIT\n//! momentjs.com\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory() :\n typeof define === 'function' && define.amd ? define(factory) :\n global.moment = factory()\n}(this, (function () { 'use strict';\n\n var hookCallback;\n\n function hooks() {\n return hookCallback.apply(null, arguments);\n }\n\n // This is done to register the method called with moment()\n // without creating circular dependencies.\n function setHookCallback(callback) {\n hookCallback = callback;\n }\n\n function isArray(input) {\n return (\n input instanceof Array ||\n Object.prototype.toString.call(input) === '[object Array]'\n );\n }\n\n function isObject(input) {\n // IE8 will treat undefined and null as object if it wasn't for\n // input != null\n return (\n input != null &&\n Object.prototype.toString.call(input) === '[object Object]'\n );\n }\n\n function hasOwnProp(a, b) {\n return Object.prototype.hasOwnProperty.call(a, b);\n }\n\n function isObjectEmpty(obj) {\n if (Object.getOwnPropertyNames) {\n return Object.getOwnPropertyNames(obj).length === 0;\n } else {\n var k;\n for (k in obj) {\n if (hasOwnProp(obj, k)) {\n return false;\n }\n }\n return true;\n }\n }\n\n function isUndefined(input) {\n return input === void 0;\n }\n\n function isNumber(input) {\n return (\n typeof input === 'number' ||\n Object.prototype.toString.call(input) === '[object Number]'\n );\n }\n\n function isDate(input) {\n return (\n input instanceof Date ||\n Object.prototype.toString.call(input) === '[object Date]'\n );\n }\n\n function map(arr, fn) {\n var res = [],\n i;\n for (i = 0; i < arr.length; ++i) {\n res.push(fn(arr[i], i));\n }\n return res;\n }\n\n function extend(a, b) {\n for (var i in b) {\n if (hasOwnProp(b, i)) {\n a[i] = b[i];\n }\n }\n\n if (hasOwnProp(b, 'toString')) {\n a.toString = b.toString;\n }\n\n if (hasOwnProp(b, 'valueOf')) {\n a.valueOf = b.valueOf;\n }\n\n return a;\n }\n\n function createUTC(input, format, locale, strict) {\n return createLocalOrUTC(input, format, locale, strict, true).utc();\n }\n\n function defaultParsingFlags() {\n // We need to deep clone this object.\n return {\n empty: false,\n unusedTokens: [],\n unusedInput: [],\n overflow: -2,\n charsLeftOver: 0,\n nullInput: false,\n invalidEra: null,\n invalidMonth: null,\n invalidFormat: false,\n userInvalidated: false,\n iso: false,\n parsedDateParts: [],\n era: null,\n meridiem: null,\n rfc2822: false,\n weekdayMismatch: false,\n };\n }\n\n function getParsingFlags(m) {\n if (m._pf == null) {\n m._pf = defaultParsingFlags();\n }\n return m._pf;\n }\n\n var some;\n if (Array.prototype.some) {\n some = Array.prototype.some;\n } else {\n some = function (fun) {\n var t = Object(this),\n len = t.length >>> 0,\n i;\n\n for (i = 0; i < len; i++) {\n if (i in t && fun.call(this, t[i], i, t)) {\n return true;\n }\n }\n\n return false;\n };\n }\n\n function isValid(m) {\n if (m._isValid == null) {\n var flags = getParsingFlags(m),\n parsedParts = some.call(flags.parsedDateParts, function (i) {\n return i != null;\n }),\n isNowValid =\n !isNaN(m._d.getTime()) &&\n flags.overflow < 0 &&\n !flags.empty &&\n !flags.invalidEra &&\n !flags.invalidMonth &&\n !flags.invalidWeekday &&\n !flags.weekdayMismatch &&\n !flags.nullInput &&\n !flags.invalidFormat &&\n !flags.userInvalidated &&\n (!flags.meridiem || (flags.meridiem && parsedParts));\n\n if (m._strict) {\n isNowValid =\n isNowValid &&\n flags.charsLeftOver === 0 &&\n flags.unusedTokens.length === 0 &&\n flags.bigHour === undefined;\n }\n\n if (Object.isFrozen == null || !Object.isFrozen(m)) {\n m._isValid = isNowValid;\n } else {\n return isNowValid;\n }\n }\n return m._isValid;\n }\n\n function createInvalid(flags) {\n var m = createUTC(NaN);\n if (flags != null) {\n extend(getParsingFlags(m), flags);\n } else {\n getParsingFlags(m).userInvalidated = true;\n }\n\n return m;\n }\n\n // Plugins that add properties should also add the key here (null value),\n // so we can properly clone ourselves.\n var momentProperties = (hooks.momentProperties = []),\n updateInProgress = false;\n\n function copyConfig(to, from) {\n var i, prop, val;\n\n if (!isUndefined(from._isAMomentObject)) {\n to._isAMomentObject = from._isAMomentObject;\n }\n if (!isUndefined(from._i)) {\n to._i = from._i;\n }\n if (!isUndefined(from._f)) {\n to._f = from._f;\n }\n if (!isUndefined(from._l)) {\n to._l = from._l;\n }\n if (!isUndefined(from._strict)) {\n to._strict = from._strict;\n }\n if (!isUndefined(from._tzm)) {\n to._tzm = from._tzm;\n }\n if (!isUndefined(from._isUTC)) {\n to._isUTC = from._isUTC;\n }\n if (!isUndefined(from._offset)) {\n to._offset = from._offset;\n }\n if (!isUndefined(from._pf)) {\n to._pf = getParsingFlags(from);\n }\n if (!isUndefined(from._locale)) {\n to._locale = from._locale;\n }\n\n if (momentProperties.length > 0) {\n for (i = 0; i < momentProperties.length; i++) {\n prop = momentProperties[i];\n val = from[prop];\n if (!isUndefined(val)) {\n to[prop] = val;\n }\n }\n }\n\n return to;\n }\n\n // Moment prototype object\n function Moment(config) {\n copyConfig(this, config);\n this._d = new Date(config._d != null ? config._d.getTime() : NaN);\n if (!this.isValid()) {\n this._d = new Date(NaN);\n }\n // Prevent infinite loop in case updateOffset creates new moment\n // objects.\n if (updateInProgress === false) {\n updateInProgress = true;\n hooks.updateOffset(this);\n updateInProgress = false;\n }\n }\n\n function isMoment(obj) {\n return (\n obj instanceof Moment || (obj != null && obj._isAMomentObject != null)\n );\n }\n\n function warn(msg) {\n if (\n hooks.suppressDeprecationWarnings === false &&\n typeof console !== 'undefined' &&\n console.warn\n ) {\n console.warn('Deprecation warning: ' + msg);\n }\n }\n\n function deprecate(msg, fn) {\n var firstTime = true;\n\n return extend(function () {\n if (hooks.deprecationHandler != null) {\n hooks.deprecationHandler(null, msg);\n }\n if (firstTime) {\n var args = [],\n arg,\n i,\n key;\n for (i = 0; i < arguments.length; i++) {\n arg = '';\n if (typeof arguments[i] === 'object') {\n arg += '\\n[' + i + '] ';\n for (key in arguments[0]) {\n if (hasOwnProp(arguments[0], key)) {\n arg += key + ': ' + arguments[0][key] + ', ';\n }\n }\n arg = arg.slice(0, -2); // Remove trailing comma and space\n } else {\n arg = arguments[i];\n }\n args.push(arg);\n }\n warn(\n msg +\n '\\nArguments: ' +\n Array.prototype.slice.call(args).join('') +\n '\\n' +\n new Error().stack\n );\n firstTime = false;\n }\n return fn.apply(this, arguments);\n }, fn);\n }\n\n var deprecations = {};\n\n function deprecateSimple(name, msg) {\n if (hooks.deprecationHandler != null) {\n hooks.deprecationHandler(name, msg);\n }\n if (!deprecations[name]) {\n warn(msg);\n deprecations[name] = true;\n }\n }\n\n hooks.suppressDeprecationWarnings = false;\n hooks.deprecationHandler = null;\n\n function isFunction(input) {\n return (\n (typeof Function !== 'undefined' && input instanceof Function) ||\n Object.prototype.toString.call(input) === '[object Function]'\n );\n }\n\n function set(config) {\n var prop, i;\n for (i in config) {\n if (hasOwnProp(config, i)) {\n prop = config[i];\n if (isFunction(prop)) {\n this[i] = prop;\n } else {\n this['_' + i] = prop;\n }\n }\n }\n this._config = config;\n // Lenient ordinal parsing accepts just a number in addition to\n // number + (possibly) stuff coming from _dayOfMonthOrdinalParse.\n // TODO: Remove \"ordinalParse\" fallback in next major release.\n this._dayOfMonthOrdinalParseLenient = new RegExp(\n (this._dayOfMonthOrdinalParse.source || this._ordinalParse.source) +\n '|' +\n /\\d{1,2}/.source\n );\n }\n\n function mergeConfigs(parentConfig, childConfig) {\n var res = extend({}, parentConfig),\n prop;\n for (prop in childConfig) {\n if (hasOwnProp(childConfig, prop)) {\n if (isObject(parentConfig[prop]) && isObject(childConfig[prop])) {\n res[prop] = {};\n extend(res[prop], parentConfig[prop]);\n extend(res[prop], childConfig[prop]);\n } else if (childConfig[prop] != null) {\n res[prop] = childConfig[prop];\n } else {\n delete res[prop];\n }\n }\n }\n for (prop in parentConfig) {\n if (\n hasOwnProp(parentConfig, prop) &&\n !hasOwnProp(childConfig, prop) &&\n isObject(parentConfig[prop])\n ) {\n // make sure changes to properties don't modify parent config\n res[prop] = extend({}, res[prop]);\n }\n }\n return res;\n }\n\n function Locale(config) {\n if (config != null) {\n this.set(config);\n }\n }\n\n var keys;\n\n if (Object.keys) {\n keys = Object.keys;\n } else {\n keys = function (obj) {\n var i,\n res = [];\n for (i in obj) {\n if (hasOwnProp(obj, i)) {\n res.push(i);\n }\n }\n return res;\n };\n }\n\n var defaultCalendar = {\n sameDay: '[Today at] LT',\n nextDay: '[Tomorrow at] LT',\n nextWeek: 'dddd [at] LT',\n lastDay: '[Yesterday at] LT',\n lastWeek: '[Last] dddd [at] LT',\n sameElse: 'L',\n };\n\n function calendar(key, mom, now) {\n var output = this._calendar[key] || this._calendar['sameElse'];\n return isFunction(output) ? output.call(mom, now) : output;\n }\n\n function zeroFill(number, targetLength, forceSign) {\n var absNumber = '' + Math.abs(number),\n zerosToFill = targetLength - absNumber.length,\n sign = number >= 0;\n return (\n (sign ? (forceSign ? '+' : '') : '-') +\n Math.pow(10, Math.max(0, zerosToFill)).toString().substr(1) +\n absNumber\n );\n }\n\n var formattingTokens = /(\\[[^\\[]*\\])|(\\\\)?([Hh]mm(ss)?|Mo|MM?M?M?|Do|DDDo|DD?D?D?|ddd?d?|do?|w[o|w]?|W[o|W]?|Qo?|N{1,5}|YYYYYY|YYYYY|YYYY|YY|y{2,4}|yo?|gg(ggg?)?|GG(GGG?)?|e|E|a|A|hh?|HH?|kk?|mm?|ss?|S{1,9}|x|X|zz?|ZZ?|.)/g,\n localFormattingTokens = /(\\[[^\\[]*\\])|(\\\\)?(LTS|LT|LL?L?L?|l{1,4})/g,\n formatFunctions = {},\n formatTokenFunctions = {};\n\n // token: 'M'\n // padded: ['MM', 2]\n // ordinal: 'Mo'\n // callback: function () { this.month() + 1 }\n function addFormatToken(token, padded, ordinal, callback) {\n var func = callback;\n if (typeof callback === 'string') {\n func = function () {\n return this[callback]();\n };\n }\n if (token) {\n formatTokenFunctions[token] = func;\n }\n if (padded) {\n formatTokenFunctions[padded[0]] = function () {\n return zeroFill(func.apply(this, arguments), padded[1], padded[2]);\n };\n }\n if (ordinal) {\n formatTokenFunctions[ordinal] = function () {\n return this.localeData().ordinal(\n func.apply(this, arguments),\n token\n );\n };\n }\n }\n\n function removeFormattingTokens(input) {\n if (input.match(/\\[[\\s\\S]/)) {\n return input.replace(/^\\[|\\]$/g, '');\n }\n return input.replace(/\\\\/g, '');\n }\n\n function makeFormatFunction(format) {\n var array = format.match(formattingTokens),\n i,\n length;\n\n for (i = 0, length = array.length; i < length; i++) {\n if (formatTokenFunctions[array[i]]) {\n array[i] = formatTokenFunctions[array[i]];\n } else {\n array[i] = removeFormattingTokens(array[i]);\n }\n }\n\n return function (mom) {\n var output = '',\n i;\n for (i = 0; i < length; i++) {\n output += isFunction(array[i])\n ? array[i].call(mom, format)\n : array[i];\n }\n return output;\n };\n }\n\n // format date using native date object\n function formatMoment(m, format) {\n if (!m.isValid()) {\n return m.localeData().invalidDate();\n }\n\n format = expandFormat(format, m.localeData());\n formatFunctions[format] =\n formatFunctions[format] || makeFormatFunction(format);\n\n return formatFunctions[format](m);\n }\n\n function expandFormat(format, locale) {\n var i = 5;\n\n function replaceLongDateFormatTokens(input) {\n return locale.longDateFormat(input) || input;\n }\n\n localFormattingTokens.lastIndex = 0;\n while (i >= 0 && localFormattingTokens.test(format)) {\n format = format.replace(\n localFormattingTokens,\n replaceLongDateFormatTokens\n );\n localFormattingTokens.lastIndex = 0;\n i -= 1;\n }\n\n return format;\n }\n\n var defaultLongDateFormat = {\n LTS: 'h:mm:ss A',\n LT: 'h:mm A',\n L: 'MM/DD/YYYY',\n LL: 'MMMM D, YYYY',\n LLL: 'MMMM D, YYYY h:mm A',\n LLLL: 'dddd, MMMM D, YYYY h:mm A',\n };\n\n function longDateFormat(key) {\n var format = this._longDateFormat[key],\n formatUpper = this._longDateFormat[key.toUpperCase()];\n\n if (format || !formatUpper) {\n return format;\n }\n\n this._longDateFormat[key] = formatUpper\n .match(formattingTokens)\n .map(function (tok) {\n if (\n tok === 'MMMM' ||\n tok === 'MM' ||\n tok === 'DD' ||\n tok === 'dddd'\n ) {\n return tok.slice(1);\n }\n return tok;\n })\n .join('');\n\n return this._longDateFormat[key];\n }\n\n var defaultInvalidDate = 'Invalid date';\n\n function invalidDate() {\n return this._invalidDate;\n }\n\n var defaultOrdinal = '%d',\n defaultDayOfMonthOrdinalParse = /\\d{1,2}/;\n\n function ordinal(number) {\n return this._ordinal.replace('%d', number);\n }\n\n var defaultRelativeTime = {\n future: 'in %s',\n past: '%s ago',\n s: 'a few seconds',\n ss: '%d seconds',\n m: 'a minute',\n mm: '%d minutes',\n h: 'an hour',\n hh: '%d hours',\n d: 'a day',\n dd: '%d days',\n w: 'a week',\n ww: '%d weeks',\n M: 'a month',\n MM: '%d months',\n y: 'a year',\n yy: '%d years',\n };\n\n function relativeTime(number, withoutSuffix, string, isFuture) {\n var output = this._relativeTime[string];\n return isFunction(output)\n ? output(number, withoutSuffix, string, isFuture)\n : output.replace(/%d/i, number);\n }\n\n function pastFuture(diff, output) {\n var format = this._relativeTime[diff > 0 ? 'future' : 'past'];\n return isFunction(format) ? format(output) : format.replace(/%s/i, output);\n }\n\n var aliases = {};\n\n function addUnitAlias(unit, shorthand) {\n var lowerCase = unit.toLowerCase();\n aliases[lowerCase] = aliases[lowerCase + 's'] = aliases[shorthand] = unit;\n }\n\n function normalizeUnits(units) {\n return typeof units === 'string'\n ? aliases[units] || aliases[units.toLowerCase()]\n : undefined;\n }\n\n function normalizeObjectUnits(inputObject) {\n var normalizedInput = {},\n normalizedProp,\n prop;\n\n for (prop in inputObject) {\n if (hasOwnProp(inputObject, prop)) {\n normalizedProp = normalizeUnits(prop);\n if (normalizedProp) {\n normalizedInput[normalizedProp] = inputObject[prop];\n }\n }\n }\n\n return normalizedInput;\n }\n\n var priorities = {};\n\n function addUnitPriority(unit, priority) {\n priorities[unit] = priority;\n }\n\n function getPrioritizedUnits(unitsObj) {\n var units = [],\n u;\n for (u in unitsObj) {\n if (hasOwnProp(unitsObj, u)) {\n units.push({ unit: u, priority: priorities[u] });\n }\n }\n units.sort(function (a, b) {\n return a.priority - b.priority;\n });\n return units;\n }\n\n function isLeapYear(year) {\n return (year % 4 === 0 && year % 100 !== 0) || year % 400 === 0;\n }\n\n function absFloor(number) {\n if (number < 0) {\n // -0 -> 0\n return Math.ceil(number) || 0;\n } else {\n return Math.floor(number);\n }\n }\n\n function toInt(argumentForCoercion) {\n var coercedNumber = +argumentForCoercion,\n value = 0;\n\n if (coercedNumber !== 0 && isFinite(coercedNumber)) {\n value = absFloor(coercedNumber);\n }\n\n return value;\n }\n\n function makeGetSet(unit, keepTime) {\n return function (value) {\n if (value != null) {\n set$1(this, unit, value);\n hooks.updateOffset(this, keepTime);\n return this;\n } else {\n return get(this, unit);\n }\n };\n }\n\n function get(mom, unit) {\n return mom.isValid()\n ? mom._d['get' + (mom._isUTC ? 'UTC' : '') + unit]()\n : NaN;\n }\n\n function set$1(mom, unit, value) {\n if (mom.isValid() && !isNaN(value)) {\n if (\n unit === 'FullYear' &&\n isLeapYear(mom.year()) &&\n mom.month() === 1 &&\n mom.date() === 29\n ) {\n value = toInt(value);\n mom._d['set' + (mom._isUTC ? 'UTC' : '') + unit](\n value,\n mom.month(),\n daysInMonth(value, mom.month())\n );\n } else {\n mom._d['set' + (mom._isUTC ? 'UTC' : '') + unit](value);\n }\n }\n }\n\n // MOMENTS\n\n function stringGet(units) {\n units = normalizeUnits(units);\n if (isFunction(this[units])) {\n return this[units]();\n }\n return this;\n }\n\n function stringSet(units, value) {\n if (typeof units === 'object') {\n units = normalizeObjectUnits(units);\n var prioritized = getPrioritizedUnits(units),\n i;\n for (i = 0; i < prioritized.length; i++) {\n this[prioritized[i].unit](units[prioritized[i].unit]);\n }\n } else {\n units = normalizeUnits(units);\n if (isFunction(this[units])) {\n return this[units](value);\n }\n }\n return this;\n }\n\n var match1 = /\\d/, // 0 - 9\n match2 = /\\d\\d/, // 00 - 99\n match3 = /\\d{3}/, // 000 - 999\n match4 = /\\d{4}/, // 0000 - 9999\n match6 = /[+-]?\\d{6}/, // -999999 - 999999\n match1to2 = /\\d\\d?/, // 0 - 99\n match3to4 = /\\d\\d\\d\\d?/, // 999 - 9999\n match5to6 = /\\d\\d\\d\\d\\d\\d?/, // 99999 - 999999\n match1to3 = /\\d{1,3}/, // 0 - 999\n match1to4 = /\\d{1,4}/, // 0 - 9999\n match1to6 = /[+-]?\\d{1,6}/, // -999999 - 999999\n matchUnsigned = /\\d+/, // 0 - inf\n matchSigned = /[+-]?\\d+/, // -inf - inf\n matchOffset = /Z|[+-]\\d\\d:?\\d\\d/gi, // +00:00 -00:00 +0000 -0000 or Z\n matchShortOffset = /Z|[+-]\\d\\d(?::?\\d\\d)?/gi, // +00 -00 +00:00 -00:00 +0000 -0000 or Z\n matchTimestamp = /[+-]?\\d+(\\.\\d{1,3})?/, // 123456789 123456789.123\n // any word (or two) characters or numbers including two/three word month in arabic.\n // includes scottish gaelic two word and hyphenated months\n matchWord = /[0-9]{0,256}['a-z\\u00A0-\\u05FF\\u0700-\\uD7FF\\uF900-\\uFDCF\\uFDF0-\\uFF07\\uFF10-\\uFFEF]{1,256}|[\\u0600-\\u06FF\\/]{1,256}(\\s*?[\\u0600-\\u06FF]{1,256}){1,2}/i,\n regexes;\n\n regexes = {};\n\n function addRegexToken(token, regex, strictRegex) {\n regexes[token] = isFunction(regex)\n ? regex\n : function (isStrict, localeData) {\n return isStrict && strictRegex ? strictRegex : regex;\n };\n }\n\n function getParseRegexForToken(token, config) {\n if (!hasOwnProp(regexes, token)) {\n return new RegExp(unescapeFormat(token));\n }\n\n return regexes[token](config._strict, config._locale);\n }\n\n // Code from http://stackoverflow.com/questions/3561493/is-there-a-regexp-escape-function-in-javascript\n function unescapeFormat(s) {\n return regexEscape(\n s\n .replace('\\\\', '')\n .replace(/\\\\(\\[)|\\\\(\\])|\\[([^\\]\\[]*)\\]|\\\\(.)/g, function (\n matched,\n p1,\n p2,\n p3,\n p4\n ) {\n return p1 || p2 || p3 || p4;\n })\n );\n }\n\n function regexEscape(s) {\n return s.replace(/[-\\/\\\\^$*+?.()|[\\]{}]/g, '\\\\$&');\n }\n\n var tokens = {};\n\n function addParseToken(token, callback) {\n var i,\n func = callback;\n if (typeof token === 'string') {\n token = [token];\n }\n if (isNumber(callback)) {\n func = function (input, array) {\n array[callback] = toInt(input);\n };\n }\n for (i = 0; i < token.length; i++) {\n tokens[token[i]] = func;\n }\n }\n\n function addWeekParseToken(token, callback) {\n addParseToken(token, function (input, array, config, token) {\n config._w = config._w || {};\n callback(input, config._w, config, token);\n });\n }\n\n function addTimeToArrayFromToken(token, input, config) {\n if (input != null && hasOwnProp(tokens, token)) {\n tokens[token](input, config._a, config, token);\n }\n }\n\n var YEAR = 0,\n MONTH = 1,\n DATE = 2,\n HOUR = 3,\n MINUTE = 4,\n SECOND = 5,\n MILLISECOND = 6,\n WEEK = 7,\n WEEKDAY = 8;\n\n function mod(n, x) {\n return ((n % x) + x) % x;\n }\n\n var indexOf;\n\n if (Array.prototype.indexOf) {\n indexOf = Array.prototype.indexOf;\n } else {\n indexOf = function (o) {\n // I know\n var i;\n for (i = 0; i < this.length; ++i) {\n if (this[i] === o) {\n return i;\n }\n }\n return -1;\n };\n }\n\n function daysInMonth(year, month) {\n if (isNaN(year) || isNaN(month)) {\n return NaN;\n }\n var modMonth = mod(month, 12);\n year += (month - modMonth) / 12;\n return modMonth === 1\n ? isLeapYear(year)\n ? 29\n : 28\n : 31 - ((modMonth % 7) % 2);\n }\n\n // FORMATTING\n\n addFormatToken('M', ['MM', 2], 'Mo', function () {\n return this.month() + 1;\n });\n\n addFormatToken('MMM', 0, 0, function (format) {\n return this.localeData().monthsShort(this, format);\n });\n\n addFormatToken('MMMM', 0, 0, function (format) {\n return this.localeData().months(this, format);\n });\n\n // ALIASES\n\n addUnitAlias('month', 'M');\n\n // PRIORITY\n\n addUnitPriority('month', 8);\n\n // PARSING\n\n addRegexToken('M', match1to2);\n addRegexToken('MM', match1to2, match2);\n addRegexToken('MMM', function (isStrict, locale) {\n return locale.monthsShortRegex(isStrict);\n });\n addRegexToken('MMMM', function (isStrict, locale) {\n return locale.monthsRegex(isStrict);\n });\n\n addParseToken(['M', 'MM'], function (input, array) {\n array[MONTH] = toInt(input) - 1;\n });\n\n addParseToken(['MMM', 'MMMM'], function (input, array, config, token) {\n var month = config._locale.monthsParse(input, token, config._strict);\n // if we didn't find a month name, mark the date as invalid.\n if (month != null) {\n array[MONTH] = month;\n } else {\n getParsingFlags(config).invalidMonth = input;\n }\n });\n\n // LOCALES\n\n var defaultLocaleMonths = 'January_February_March_April_May_June_July_August_September_October_November_December'.split(\n '_'\n ),\n defaultLocaleMonthsShort = 'Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec'.split(\n '_'\n ),\n MONTHS_IN_FORMAT = /D[oD]?(\\[[^\\[\\]]*\\]|\\s)+MMMM?/,\n defaultMonthsShortRegex = matchWord,\n defaultMonthsRegex = matchWord;\n\n function localeMonths(m, format) {\n if (!m) {\n return isArray(this._months)\n ? this._months\n : this._months['standalone'];\n }\n return isArray(this._months)\n ? this._months[m.month()]\n : this._months[\n (this._months.isFormat || MONTHS_IN_FORMAT).test(format)\n ? 'format'\n : 'standalone'\n ][m.month()];\n }\n\n function localeMonthsShort(m, format) {\n if (!m) {\n return isArray(this._monthsShort)\n ? this._monthsShort\n : this._monthsShort['standalone'];\n }\n return isArray(this._monthsShort)\n ? this._monthsShort[m.month()]\n : this._monthsShort[\n MONTHS_IN_FORMAT.test(format) ? 'format' : 'standalone'\n ][m.month()];\n }\n\n function handleStrictParse(monthName, format, strict) {\n var i,\n ii,\n mom,\n llc = monthName.toLocaleLowerCase();\n if (!this._monthsParse) {\n // this is not used\n this._monthsParse = [];\n this._longMonthsParse = [];\n this._shortMonthsParse = [];\n for (i = 0; i < 12; ++i) {\n mom = createUTC([2000, i]);\n this._shortMonthsParse[i] = this.monthsShort(\n mom,\n ''\n ).toLocaleLowerCase();\n this._longMonthsParse[i] = this.months(mom, '').toLocaleLowerCase();\n }\n }\n\n if (strict) {\n if (format === 'MMM') {\n ii = indexOf.call(this._shortMonthsParse, llc);\n return ii !== -1 ? ii : null;\n } else {\n ii = indexOf.call(this._longMonthsParse, llc);\n return ii !== -1 ? ii : null;\n }\n } else {\n if (format === 'MMM') {\n ii = indexOf.call(this._shortMonthsParse, llc);\n if (ii !== -1) {\n return ii;\n }\n ii = indexOf.call(this._longMonthsParse, llc);\n return ii !== -1 ? ii : null;\n } else {\n ii = indexOf.call(this._longMonthsParse, llc);\n if (ii !== -1) {\n return ii;\n }\n ii = indexOf.call(this._shortMonthsParse, llc);\n return ii !== -1 ? ii : null;\n }\n }\n }\n\n function localeMonthsParse(monthName, format, strict) {\n var i, mom, regex;\n\n if (this._monthsParseExact) {\n return handleStrictParse.call(this, monthName, format, strict);\n }\n\n if (!this._monthsParse) {\n this._monthsParse = [];\n this._longMonthsParse = [];\n this._shortMonthsParse = [];\n }\n\n // TODO: add sorting\n // Sorting makes sure if one month (or abbr) is a prefix of another\n // see sorting in computeMonthsParse\n for (i = 0; i < 12; i++) {\n // make the regex if we don't have it already\n mom = createUTC([2000, i]);\n if (strict && !this._longMonthsParse[i]) {\n this._longMonthsParse[i] = new RegExp(\n '^' + this.months(mom, '').replace('.', '') + '$',\n 'i'\n );\n this._shortMonthsParse[i] = new RegExp(\n '^' + this.monthsShort(mom, '').replace('.', '') + '$',\n 'i'\n );\n }\n if (!strict && !this._monthsParse[i]) {\n regex =\n '^' + this.months(mom, '') + '|^' + this.monthsShort(mom, '');\n this._monthsParse[i] = new RegExp(regex.replace('.', ''), 'i');\n }\n // test the regex\n if (\n strict &&\n format === 'MMMM' &&\n this._longMonthsParse[i].test(monthName)\n ) {\n return i;\n } else if (\n strict &&\n format === 'MMM' &&\n this._shortMonthsParse[i].test(monthName)\n ) {\n return i;\n } else if (!strict && this._monthsParse[i].test(monthName)) {\n return i;\n }\n }\n }\n\n // MOMENTS\n\n function setMonth(mom, value) {\n var dayOfMonth;\n\n if (!mom.isValid()) {\n // No op\n return mom;\n }\n\n if (typeof value === 'string') {\n if (/^\\d+$/.test(value)) {\n value = toInt(value);\n } else {\n value = mom.localeData().monthsParse(value);\n // TODO: Another silent failure?\n if (!isNumber(value)) {\n return mom;\n }\n }\n }\n\n dayOfMonth = Math.min(mom.date(), daysInMonth(mom.year(), value));\n mom._d['set' + (mom._isUTC ? 'UTC' : '') + 'Month'](value, dayOfMonth);\n return mom;\n }\n\n function getSetMonth(value) {\n if (value != null) {\n setMonth(this, value);\n hooks.updateOffset(this, true);\n return this;\n } else {\n return get(this, 'Month');\n }\n }\n\n function getDaysInMonth() {\n return daysInMonth(this.year(), this.month());\n }\n\n function monthsShortRegex(isStrict) {\n if (this._monthsParseExact) {\n if (!hasOwnProp(this, '_monthsRegex')) {\n computeMonthsParse.call(this);\n }\n if (isStrict) {\n return this._monthsShortStrictRegex;\n } else {\n return this._monthsShortRegex;\n }\n } else {\n if (!hasOwnProp(this, '_monthsShortRegex')) {\n this._monthsShortRegex = defaultMonthsShortRegex;\n }\n return this._monthsShortStrictRegex && isStrict\n ? this._monthsShortStrictRegex\n : this._monthsShortRegex;\n }\n }\n\n function monthsRegex(isStrict) {\n if (this._monthsParseExact) {\n if (!hasOwnProp(this, '_monthsRegex')) {\n computeMonthsParse.call(this);\n }\n if (isStrict) {\n return this._monthsStrictRegex;\n } else {\n return this._monthsRegex;\n }\n } else {\n if (!hasOwnProp(this, '_monthsRegex')) {\n this._monthsRegex = defaultMonthsRegex;\n }\n return this._monthsStrictRegex && isStrict\n ? this._monthsStrictRegex\n : this._monthsRegex;\n }\n }\n\n function computeMonthsParse() {\n function cmpLenRev(a, b) {\n return b.length - a.length;\n }\n\n var shortPieces = [],\n longPieces = [],\n mixedPieces = [],\n i,\n mom;\n for (i = 0; i < 12; i++) {\n // make the regex if we don't have it already\n mom = createUTC([2000, i]);\n shortPieces.push(this.monthsShort(mom, ''));\n longPieces.push(this.months(mom, ''));\n mixedPieces.push(this.months(mom, ''));\n mixedPieces.push(this.monthsShort(mom, ''));\n }\n // Sorting makes sure if one month (or abbr) is a prefix of another it\n // will match the longer piece.\n shortPieces.sort(cmpLenRev);\n longPieces.sort(cmpLenRev);\n mixedPieces.sort(cmpLenRev);\n for (i = 0; i < 12; i++) {\n shortPieces[i] = regexEscape(shortPieces[i]);\n longPieces[i] = regexEscape(longPieces[i]);\n }\n for (i = 0; i < 24; i++) {\n mixedPieces[i] = regexEscape(mixedPieces[i]);\n }\n\n this._monthsRegex = new RegExp('^(' + mixedPieces.join('|') + ')', 'i');\n this._monthsShortRegex = this._monthsRegex;\n this._monthsStrictRegex = new RegExp(\n '^(' + longPieces.join('|') + ')',\n 'i'\n );\n this._monthsShortStrictRegex = new RegExp(\n '^(' + shortPieces.join('|') + ')',\n 'i'\n );\n }\n\n // FORMATTING\n\n addFormatToken('Y', 0, 0, function () {\n var y = this.year();\n return y <= 9999 ? zeroFill(y, 4) : '+' + y;\n });\n\n addFormatToken(0, ['YY', 2], 0, function () {\n return this.year() % 100;\n });\n\n addFormatToken(0, ['YYYY', 4], 0, 'year');\n addFormatToken(0, ['YYYYY', 5], 0, 'year');\n addFormatToken(0, ['YYYYYY', 6, true], 0, 'year');\n\n // ALIASES\n\n addUnitAlias('year', 'y');\n\n // PRIORITIES\n\n addUnitPriority('year', 1);\n\n // PARSING\n\n addRegexToken('Y', matchSigned);\n addRegexToken('YY', match1to2, match2);\n addRegexToken('YYYY', match1to4, match4);\n addRegexToken('YYYYY', match1to6, match6);\n addRegexToken('YYYYYY', match1to6, match6);\n\n addParseToken(['YYYYY', 'YYYYYY'], YEAR);\n addParseToken('YYYY', function (input, array) {\n array[YEAR] =\n input.length === 2 ? hooks.parseTwoDigitYear(input) : toInt(input);\n });\n addParseToken('YY', function (input, array) {\n array[YEAR] = hooks.parseTwoDigitYear(input);\n });\n addParseToken('Y', function (input, array) {\n array[YEAR] = parseInt(input, 10);\n });\n\n // HELPERS\n\n function daysInYear(year) {\n return isLeapYear(year) ? 366 : 365;\n }\n\n // HOOKS\n\n hooks.parseTwoDigitYear = function (input) {\n return toInt(input) + (toInt(input) > 68 ? 1900 : 2000);\n };\n\n // MOMENTS\n\n var getSetYear = makeGetSet('FullYear', true);\n\n function getIsLeapYear() {\n return isLeapYear(this.year());\n }\n\n function createDate(y, m, d, h, M, s, ms) {\n // can't just apply() to create a date:\n // https://stackoverflow.com/q/181348\n var date;\n // the date constructor remaps years 0-99 to 1900-1999\n if (y < 100 && y >= 0) {\n // preserve leap years using a full 400 year cycle, then reset\n date = new Date(y + 400, m, d, h, M, s, ms);\n if (isFinite(date.getFullYear())) {\n date.setFullYear(y);\n }\n } else {\n date = new Date(y, m, d, h, M, s, ms);\n }\n\n return date;\n }\n\n function createUTCDate(y) {\n var date, args;\n // the Date.UTC function remaps years 0-99 to 1900-1999\n if (y < 100 && y >= 0) {\n args = Array.prototype.slice.call(arguments);\n // preserve leap years using a full 400 year cycle, then reset\n args[0] = y + 400;\n date = new Date(Date.UTC.apply(null, args));\n if (isFinite(date.getUTCFullYear())) {\n date.setUTCFullYear(y);\n }\n } else {\n date = new Date(Date.UTC.apply(null, arguments));\n }\n\n return date;\n }\n\n // start-of-first-week - start-of-year\n function firstWeekOffset(year, dow, doy) {\n var // first-week day -- which january is always in the first week (4 for iso, 1 for other)\n fwd = 7 + dow - doy,\n // first-week day local weekday -- which local weekday is fwd\n fwdlw = (7 + createUTCDate(year, 0, fwd).getUTCDay() - dow) % 7;\n\n return -fwdlw + fwd - 1;\n }\n\n // https://en.wikipedia.org/wiki/ISO_week_date#Calculating_a_date_given_the_year.2C_week_number_and_weekday\n function dayOfYearFromWeeks(year, week, weekday, dow, doy) {\n var localWeekday = (7 + weekday - dow) % 7,\n weekOffset = firstWeekOffset(year, dow, doy),\n dayOfYear = 1 + 7 * (week - 1) + localWeekday + weekOffset,\n resYear,\n resDayOfYear;\n\n if (dayOfYear <= 0) {\n resYear = year - 1;\n resDayOfYear = daysInYear(resYear) + dayOfYear;\n } else if (dayOfYear > daysInYear(year)) {\n resYear = year + 1;\n resDayOfYear = dayOfYear - daysInYear(year);\n } else {\n resYear = year;\n resDayOfYear = dayOfYear;\n }\n\n return {\n year: resYear,\n dayOfYear: resDayOfYear,\n };\n }\n\n function weekOfYear(mom, dow, doy) {\n var weekOffset = firstWeekOffset(mom.year(), dow, doy),\n week = Math.floor((mom.dayOfYear() - weekOffset - 1) / 7) + 1,\n resWeek,\n resYear;\n\n if (week < 1) {\n resYear = mom.year() - 1;\n resWeek = week + weeksInYear(resYear, dow, doy);\n } else if (week > weeksInYear(mom.year(), dow, doy)) {\n resWeek = week - weeksInYear(mom.year(), dow, doy);\n resYear = mom.year() + 1;\n } else {\n resYear = mom.year();\n resWeek = week;\n }\n\n return {\n week: resWeek,\n year: resYear,\n };\n }\n\n function weeksInYear(year, dow, doy) {\n var weekOffset = firstWeekOffset(year, dow, doy),\n weekOffsetNext = firstWeekOffset(year + 1, dow, doy);\n return (daysInYear(year) - weekOffset + weekOffsetNext) / 7;\n }\n\n // FORMATTING\n\n addFormatToken('w', ['ww', 2], 'wo', 'week');\n addFormatToken('W', ['WW', 2], 'Wo', 'isoWeek');\n\n // ALIASES\n\n addUnitAlias('week', 'w');\n addUnitAlias('isoWeek', 'W');\n\n // PRIORITIES\n\n addUnitPriority('week', 5);\n addUnitPriority('isoWeek', 5);\n\n // PARSING\n\n addRegexToken('w', match1to2);\n addRegexToken('ww', match1to2, match2);\n addRegexToken('W', match1to2);\n addRegexToken('WW', match1to2, match2);\n\n addWeekParseToken(['w', 'ww', 'W', 'WW'], function (\n input,\n week,\n config,\n token\n ) {\n week[token.substr(0, 1)] = toInt(input);\n });\n\n // HELPERS\n\n // LOCALES\n\n function localeWeek(mom) {\n return weekOfYear(mom, this._week.dow, this._week.doy).week;\n }\n\n var defaultLocaleWeek = {\n dow: 0, // Sunday is the first day of the week.\n doy: 6, // The week that contains Jan 6th is the first week of the year.\n };\n\n function localeFirstDayOfWeek() {\n return this._week.dow;\n }\n\n function localeFirstDayOfYear() {\n return this._week.doy;\n }\n\n // MOMENTS\n\n function getSetWeek(input) {\n var week = this.localeData().week(this);\n return input == null ? week : this.add((input - week) * 7, 'd');\n }\n\n function getSetISOWeek(input) {\n var week = weekOfYear(this, 1, 4).week;\n return input == null ? week : this.add((input - week) * 7, 'd');\n }\n\n // FORMATTING\n\n addFormatToken('d', 0, 'do', 'day');\n\n addFormatToken('dd', 0, 0, function (format) {\n return this.localeData().weekdaysMin(this, format);\n });\n\n addFormatToken('ddd', 0, 0, function (format) {\n return this.localeData().weekdaysShort(this, format);\n });\n\n addFormatToken('dddd', 0, 0, function (format) {\n return this.localeData().weekdays(this, format);\n });\n\n addFormatToken('e', 0, 0, 'weekday');\n addFormatToken('E', 0, 0, 'isoWeekday');\n\n // ALIASES\n\n addUnitAlias('day', 'd');\n addUnitAlias('weekday', 'e');\n addUnitAlias('isoWeekday', 'E');\n\n // PRIORITY\n addUnitPriority('day', 11);\n addUnitPriority('weekday', 11);\n addUnitPriority('isoWeekday', 11);\n\n // PARSING\n\n addRegexToken('d', match1to2);\n addRegexToken('e', match1to2);\n addRegexToken('E', match1to2);\n addRegexToken('dd', function (isStrict, locale) {\n return locale.weekdaysMinRegex(isStrict);\n });\n addRegexToken('ddd', function (isStrict, locale) {\n return locale.weekdaysShortRegex(isStrict);\n });\n addRegexToken('dddd', function (isStrict, locale) {\n return locale.weekdaysRegex(isStrict);\n });\n\n addWeekParseToken(['dd', 'ddd', 'dddd'], function (input, week, config, token) {\n var weekday = config._locale.weekdaysParse(input, token, config._strict);\n // if we didn't get a weekday name, mark the date as invalid\n if (weekday != null) {\n week.d = weekday;\n } else {\n getParsingFlags(config).invalidWeekday = input;\n }\n });\n\n addWeekParseToken(['d', 'e', 'E'], function (input, week, config, token) {\n week[token] = toInt(input);\n });\n\n // HELPERS\n\n function parseWeekday(input, locale) {\n if (typeof input !== 'string') {\n return input;\n }\n\n if (!isNaN(input)) {\n return parseInt(input, 10);\n }\n\n input = locale.weekdaysParse(input);\n if (typeof input === 'number') {\n return input;\n }\n\n return null;\n }\n\n function parseIsoWeekday(input, locale) {\n if (typeof input === 'string') {\n return locale.weekdaysParse(input) % 7 || 7;\n }\n return isNaN(input) ? null : input;\n }\n\n // LOCALES\n function shiftWeekdays(ws, n) {\n return ws.slice(n, 7).concat(ws.slice(0, n));\n }\n\n var defaultLocaleWeekdays = 'Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday'.split(\n '_'\n ),\n defaultLocaleWeekdaysShort = 'Sun_Mon_Tue_Wed_Thu_Fri_Sat'.split('_'),\n defaultLocaleWeekdaysMin = 'Su_Mo_Tu_We_Th_Fr_Sa'.split('_'),\n defaultWeekdaysRegex = matchWord,\n defaultWeekdaysShortRegex = matchWord,\n defaultWeekdaysMinRegex = matchWord;\n\n function localeWeekdays(m, format) {\n var weekdays = isArray(this._weekdays)\n ? this._weekdays\n : this._weekdays[\n m && m !== true && this._weekdays.isFormat.test(format)\n ? 'format'\n : 'standalone'\n ];\n return m === true\n ? shiftWeekdays(weekdays, this._week.dow)\n : m\n ? weekdays[m.day()]\n : weekdays;\n }\n\n function localeWeekdaysShort(m) {\n return m === true\n ? shiftWeekdays(this._weekdaysShort, this._week.dow)\n : m\n ? this._weekdaysShort[m.day()]\n : this._weekdaysShort;\n }\n\n function localeWeekdaysMin(m) {\n return m === true\n ? shiftWeekdays(this._weekdaysMin, this._week.dow)\n : m\n ? this._weekdaysMin[m.day()]\n : this._weekdaysMin;\n }\n\n function handleStrictParse$1(weekdayName, format, strict) {\n var i,\n ii,\n mom,\n llc = weekdayName.toLocaleLowerCase();\n if (!this._weekdaysParse) {\n this._weekdaysParse = [];\n this._shortWeekdaysParse = [];\n this._minWeekdaysParse = [];\n\n for (i = 0; i < 7; ++i) {\n mom = createUTC([2000, 1]).day(i);\n this._minWeekdaysParse[i] = this.weekdaysMin(\n mom,\n ''\n ).toLocaleLowerCase();\n this._shortWeekdaysParse[i] = this.weekdaysShort(\n mom,\n ''\n ).toLocaleLowerCase();\n this._weekdaysParse[i] = this.weekdays(mom, '').toLocaleLowerCase();\n }\n }\n\n if (strict) {\n if (format === 'dddd') {\n ii = indexOf.call(this._weekdaysParse, llc);\n return ii !== -1 ? ii : null;\n } else if (format === 'ddd') {\n ii = indexOf.call(this._shortWeekdaysParse, llc);\n return ii !== -1 ? ii : null;\n } else {\n ii = indexOf.call(this._minWeekdaysParse, llc);\n return ii !== -1 ? ii : null;\n }\n } else {\n if (format === 'dddd') {\n ii = indexOf.call(this._weekdaysParse, llc);\n if (ii !== -1) {\n return ii;\n }\n ii = indexOf.call(this._shortWeekdaysParse, llc);\n if (ii !== -1) {\n return ii;\n }\n ii = indexOf.call(this._minWeekdaysParse, llc);\n return ii !== -1 ? ii : null;\n } else if (format === 'ddd') {\n ii = indexOf.call(this._shortWeekdaysParse, llc);\n if (ii !== -1) {\n return ii;\n }\n ii = indexOf.call(this._weekdaysParse, llc);\n if (ii !== -1) {\n return ii;\n }\n ii = indexOf.call(this._minWeekdaysParse, llc);\n return ii !== -1 ? ii : null;\n } else {\n ii = indexOf.call(this._minWeekdaysParse, llc);\n if (ii !== -1) {\n return ii;\n }\n ii = indexOf.call(this._weekdaysParse, llc);\n if (ii !== -1) {\n return ii;\n }\n ii = indexOf.call(this._shortWeekdaysParse, llc);\n return ii !== -1 ? ii : null;\n }\n }\n }\n\n function localeWeekdaysParse(weekdayName, format, strict) {\n var i, mom, regex;\n\n if (this._weekdaysParseExact) {\n return handleStrictParse$1.call(this, weekdayName, format, strict);\n }\n\n if (!this._weekdaysParse) {\n this._weekdaysParse = [];\n this._minWeekdaysParse = [];\n this._shortWeekdaysParse = [];\n this._fullWeekdaysParse = [];\n }\n\n for (i = 0; i < 7; i++) {\n // make the regex if we don't have it already\n\n mom = createUTC([2000, 1]).day(i);\n if (strict && !this._fullWeekdaysParse[i]) {\n this._fullWeekdaysParse[i] = new RegExp(\n '^' + this.weekdays(mom, '').replace('.', '\\\\.?') + '$',\n 'i'\n );\n this._shortWeekdaysParse[i] = new RegExp(\n '^' + this.weekdaysShort(mom, '').replace('.', '\\\\.?') + '$',\n 'i'\n );\n this._minWeekdaysParse[i] = new RegExp(\n '^' + this.weekdaysMin(mom, '').replace('.', '\\\\.?') + '$',\n 'i'\n );\n }\n if (!this._weekdaysParse[i]) {\n regex =\n '^' +\n this.weekdays(mom, '') +\n '|^' +\n this.weekdaysShort(mom, '') +\n '|^' +\n this.weekdaysMin(mom, '');\n this._weekdaysParse[i] = new RegExp(regex.replace('.', ''), 'i');\n }\n // test the regex\n if (\n strict &&\n format === 'dddd' &&\n this._fullWeekdaysParse[i].test(weekdayName)\n ) {\n return i;\n } else if (\n strict &&\n format === 'ddd' &&\n this._shortWeekdaysParse[i].test(weekdayName)\n ) {\n return i;\n } else if (\n strict &&\n format === 'dd' &&\n this._minWeekdaysParse[i].test(weekdayName)\n ) {\n return i;\n } else if (!strict && this._weekdaysParse[i].test(weekdayName)) {\n return i;\n }\n }\n }\n\n // MOMENTS\n\n function getSetDayOfWeek(input) {\n if (!this.isValid()) {\n return input != null ? this : NaN;\n }\n var day = this._isUTC ? this._d.getUTCDay() : this._d.getDay();\n if (input != null) {\n input = parseWeekday(input, this.localeData());\n return this.add(input - day, 'd');\n } else {\n return day;\n }\n }\n\n function getSetLocaleDayOfWeek(input) {\n if (!this.isValid()) {\n return input != null ? this : NaN;\n }\n var weekday = (this.day() + 7 - this.localeData()._week.dow) % 7;\n return input == null ? weekday : this.add(input - weekday, 'd');\n }\n\n function getSetISODayOfWeek(input) {\n if (!this.isValid()) {\n return input != null ? this : NaN;\n }\n\n // behaves the same as moment#day except\n // as a getter, returns 7 instead of 0 (1-7 range instead of 0-6)\n // as a setter, sunday should belong to the previous week.\n\n if (input != null) {\n var weekday = parseIsoWeekday(input, this.localeData());\n return this.day(this.day() % 7 ? weekday : weekday - 7);\n } else {\n return this.day() || 7;\n }\n }\n\n function weekdaysRegex(isStrict) {\n if (this._weekdaysParseExact) {\n if (!hasOwnProp(this, '_weekdaysRegex')) {\n computeWeekdaysParse.call(this);\n }\n if (isStrict) {\n return this._weekdaysStrictRegex;\n } else {\n return this._weekdaysRegex;\n }\n } else {\n if (!hasOwnProp(this, '_weekdaysRegex')) {\n this._weekdaysRegex = defaultWeekdaysRegex;\n }\n return this._weekdaysStrictRegex && isStrict\n ? this._weekdaysStrictRegex\n : this._weekdaysRegex;\n }\n }\n\n function weekdaysShortRegex(isStrict) {\n if (this._weekdaysParseExact) {\n if (!hasOwnProp(this, '_weekdaysRegex')) {\n computeWeekdaysParse.call(this);\n }\n if (isStrict) {\n return this._weekdaysShortStrictRegex;\n } else {\n return this._weekdaysShortRegex;\n }\n } else {\n if (!hasOwnProp(this, '_weekdaysShortRegex')) {\n this._weekdaysShortRegex = defaultWeekdaysShortRegex;\n }\n return this._weekdaysShortStrictRegex && isStrict\n ? this._weekdaysShortStrictRegex\n : this._weekdaysShortRegex;\n }\n }\n\n function weekdaysMinRegex(isStrict) {\n if (this._weekdaysParseExact) {\n if (!hasOwnProp(this, '_weekdaysRegex')) {\n computeWeekdaysParse.call(this);\n }\n if (isStrict) {\n return this._weekdaysMinStrictRegex;\n } else {\n return this._weekdaysMinRegex;\n }\n } else {\n if (!hasOwnProp(this, '_weekdaysMinRegex')) {\n this._weekdaysMinRegex = defaultWeekdaysMinRegex;\n }\n return this._weekdaysMinStrictRegex && isStrict\n ? this._weekdaysMinStrictRegex\n : this._weekdaysMinRegex;\n }\n }\n\n function computeWeekdaysParse() {\n function cmpLenRev(a, b) {\n return b.length - a.length;\n }\n\n var minPieces = [],\n shortPieces = [],\n longPieces = [],\n mixedPieces = [],\n i,\n mom,\n minp,\n shortp,\n longp;\n for (i = 0; i < 7; i++) {\n // make the regex if we don't have it already\n mom = createUTC([2000, 1]).day(i);\n minp = regexEscape(this.weekdaysMin(mom, ''));\n shortp = regexEscape(this.weekdaysShort(mom, ''));\n longp = regexEscape(this.weekdays(mom, ''));\n minPieces.push(minp);\n shortPieces.push(shortp);\n longPieces.push(longp);\n mixedPieces.push(minp);\n mixedPieces.push(shortp);\n mixedPieces.push(longp);\n }\n // Sorting makes sure if one weekday (or abbr) is a prefix of another it\n // will match the longer piece.\n minPieces.sort(cmpLenRev);\n shortPieces.sort(cmpLenRev);\n longPieces.sort(cmpLenRev);\n mixedPieces.sort(cmpLenRev);\n\n this._weekdaysRegex = new RegExp('^(' + mixedPieces.join('|') + ')', 'i');\n this._weekdaysShortRegex = this._weekdaysRegex;\n this._weekdaysMinRegex = this._weekdaysRegex;\n\n this._weekdaysStrictRegex = new RegExp(\n '^(' + longPieces.join('|') + ')',\n 'i'\n );\n this._weekdaysShortStrictRegex = new RegExp(\n '^(' + shortPieces.join('|') + ')',\n 'i'\n );\n this._weekdaysMinStrictRegex = new RegExp(\n '^(' + minPieces.join('|') + ')',\n 'i'\n );\n }\n\n // FORMATTING\n\n function hFormat() {\n return this.hours() % 12 || 12;\n }\n\n function kFormat() {\n return this.hours() || 24;\n }\n\n addFormatToken('H', ['HH', 2], 0, 'hour');\n addFormatToken('h', ['hh', 2], 0, hFormat);\n addFormatToken('k', ['kk', 2], 0, kFormat);\n\n addFormatToken('hmm', 0, 0, function () {\n return '' + hFormat.apply(this) + zeroFill(this.minutes(), 2);\n });\n\n addFormatToken('hmmss', 0, 0, function () {\n return (\n '' +\n hFormat.apply(this) +\n zeroFill(this.minutes(), 2) +\n zeroFill(this.seconds(), 2)\n );\n });\n\n addFormatToken('Hmm', 0, 0, function () {\n return '' + this.hours() + zeroFill(this.minutes(), 2);\n });\n\n addFormatToken('Hmmss', 0, 0, function () {\n return (\n '' +\n this.hours() +\n zeroFill(this.minutes(), 2) +\n zeroFill(this.seconds(), 2)\n );\n });\n\n function meridiem(token, lowercase) {\n addFormatToken(token, 0, 0, function () {\n return this.localeData().meridiem(\n this.hours(),\n this.minutes(),\n lowercase\n );\n });\n }\n\n meridiem('a', true);\n meridiem('A', false);\n\n // ALIASES\n\n addUnitAlias('hour', 'h');\n\n // PRIORITY\n addUnitPriority('hour', 13);\n\n // PARSING\n\n function matchMeridiem(isStrict, locale) {\n return locale._meridiemParse;\n }\n\n addRegexToken('a', matchMeridiem);\n addRegexToken('A', matchMeridiem);\n addRegexToken('H', match1to2);\n addRegexToken('h', match1to2);\n addRegexToken('k', match1to2);\n addRegexToken('HH', match1to2, match2);\n addRegexToken('hh', match1to2, match2);\n addRegexToken('kk', match1to2, match2);\n\n addRegexToken('hmm', match3to4);\n addRegexToken('hmmss', match5to6);\n addRegexToken('Hmm', match3to4);\n addRegexToken('Hmmss', match5to6);\n\n addParseToken(['H', 'HH'], HOUR);\n addParseToken(['k', 'kk'], function (input, array, config) {\n var kInput = toInt(input);\n array[HOUR] = kInput === 24 ? 0 : kInput;\n });\n addParseToken(['a', 'A'], function (input, array, config) {\n config._isPm = config._locale.isPM(input);\n config._meridiem = input;\n });\n addParseToken(['h', 'hh'], function (input, array, config) {\n array[HOUR] = toInt(input);\n getParsingFlags(config).bigHour = true;\n });\n addParseToken('hmm', function (input, array, config) {\n var pos = input.length - 2;\n array[HOUR] = toInt(input.substr(0, pos));\n array[MINUTE] = toInt(input.substr(pos));\n getParsingFlags(config).bigHour = true;\n });\n addParseToken('hmmss', function (input, array, config) {\n var pos1 = input.length - 4,\n pos2 = input.length - 2;\n array[HOUR] = toInt(input.substr(0, pos1));\n array[MINUTE] = toInt(input.substr(pos1, 2));\n array[SECOND] = toInt(input.substr(pos2));\n getParsingFlags(config).bigHour = true;\n });\n addParseToken('Hmm', function (input, array, config) {\n var pos = input.length - 2;\n array[HOUR] = toInt(input.substr(0, pos));\n array[MINUTE] = toInt(input.substr(pos));\n });\n addParseToken('Hmmss', function (input, array, config) {\n var pos1 = input.length - 4,\n pos2 = input.length - 2;\n array[HOUR] = toInt(input.substr(0, pos1));\n array[MINUTE] = toInt(input.substr(pos1, 2));\n array[SECOND] = toInt(input.substr(pos2));\n });\n\n // LOCALES\n\n function localeIsPM(input) {\n // IE8 Quirks Mode & IE7 Standards Mode do not allow accessing strings like arrays\n // Using charAt should be more compatible.\n return (input + '').toLowerCase().charAt(0) === 'p';\n }\n\n var defaultLocaleMeridiemParse = /[ap]\\.?m?\\.?/i,\n // Setting the hour should keep the time, because the user explicitly\n // specified which hour they want. So trying to maintain the same hour (in\n // a new timezone) makes sense. Adding/subtracting hours does not follow\n // this rule.\n getSetHour = makeGetSet('Hours', true);\n\n function localeMeridiem(hours, minutes, isLower) {\n if (hours > 11) {\n return isLower ? 'pm' : 'PM';\n } else {\n return isLower ? 'am' : 'AM';\n }\n }\n\n var baseConfig = {\n calendar: defaultCalendar,\n longDateFormat: defaultLongDateFormat,\n invalidDate: defaultInvalidDate,\n ordinal: defaultOrdinal,\n dayOfMonthOrdinalParse: defaultDayOfMonthOrdinalParse,\n relativeTime: defaultRelativeTime,\n\n months: defaultLocaleMonths,\n monthsShort: defaultLocaleMonthsShort,\n\n week: defaultLocaleWeek,\n\n weekdays: defaultLocaleWeekdays,\n weekdaysMin: defaultLocaleWeekdaysMin,\n weekdaysShort: defaultLocaleWeekdaysShort,\n\n meridiemParse: defaultLocaleMeridiemParse,\n };\n\n // internal storage for locale config files\n var locales = {},\n localeFamilies = {},\n globalLocale;\n\n function commonPrefix(arr1, arr2) {\n var i,\n minl = Math.min(arr1.length, arr2.length);\n for (i = 0; i < minl; i += 1) {\n if (arr1[i] !== arr2[i]) {\n return i;\n }\n }\n return minl;\n }\n\n function normalizeLocale(key) {\n return key ? key.toLowerCase().replace('_', '-') : key;\n }\n\n // pick the locale from the array\n // try ['en-au', 'en-gb'] as 'en-au', 'en-gb', 'en', as in move through the list trying each\n // substring from most specific to least, but move to the next array item if it's a more specific variant than the current root\n function chooseLocale(names) {\n var i = 0,\n j,\n next,\n locale,\n split;\n\n while (i < names.length) {\n split = normalizeLocale(names[i]).split('-');\n j = split.length;\n next = normalizeLocale(names[i + 1]);\n next = next ? next.split('-') : null;\n while (j > 0) {\n locale = loadLocale(split.slice(0, j).join('-'));\n if (locale) {\n return locale;\n }\n if (\n next &&\n next.length >= j &&\n commonPrefix(split, next) >= j - 1\n ) {\n //the next array item is better than a shallower substring of this one\n break;\n }\n j--;\n }\n i++;\n }\n return globalLocale;\n }\n\n function loadLocale(name) {\n var oldLocale = null,\n aliasedRequire;\n // TODO: Find a better way to register and load all the locales in Node\n if (\n locales[name] === undefined &&\n typeof module !== 'undefined' &&\n module &&\n module.exports\n ) {\n try {\n oldLocale = globalLocale._abbr;\n aliasedRequire = require;\n aliasedRequire('./locale/' + name);\n getSetGlobalLocale(oldLocale);\n } catch (e) {\n // mark as not found to avoid repeating expensive file require call causing high CPU\n // when trying to find en-US, en_US, en-us for every format call\n locales[name] = null; // null means not found\n }\n }\n return locales[name];\n }\n\n // This function will load locale and then set the global locale. If\n // no arguments are passed in, it will simply return the current global\n // locale key.\n function getSetGlobalLocale(key, values) {\n var data;\n if (key) {\n if (isUndefined(values)) {\n data = getLocale(key);\n } else {\n data = defineLocale(key, values);\n }\n\n if (data) {\n // moment.duration._locale = moment._locale = data;\n globalLocale = data;\n } else {\n if (typeof console !== 'undefined' && console.warn) {\n //warn user if arguments are passed but the locale could not be set\n console.warn(\n 'Locale ' + key + ' not found. Did you forget to load it?'\n );\n }\n }\n }\n\n return globalLocale._abbr;\n }\n\n function defineLocale(name, config) {\n if (config !== null) {\n var locale,\n parentConfig = baseConfig;\n config.abbr = name;\n if (locales[name] != null) {\n deprecateSimple(\n 'defineLocaleOverride',\n 'use moment.updateLocale(localeName, config) to change ' +\n 'an existing locale. moment.defineLocale(localeName, ' +\n 'config) should only be used for creating a new locale ' +\n 'See http://momentjs.com/guides/#/warnings/define-locale/ for more info.'\n );\n parentConfig = locales[name]._config;\n } else if (config.parentLocale != null) {\n if (locales[config.parentLocale] != null) {\n parentConfig = locales[config.parentLocale]._config;\n } else {\n locale = loadLocale(config.parentLocale);\n if (locale != null) {\n parentConfig = locale._config;\n } else {\n if (!localeFamilies[config.parentLocale]) {\n localeFamilies[config.parentLocale] = [];\n }\n localeFamilies[config.parentLocale].push({\n name: name,\n config: config,\n });\n return null;\n }\n }\n }\n locales[name] = new Locale(mergeConfigs(parentConfig, config));\n\n if (localeFamilies[name]) {\n localeFamilies[name].forEach(function (x) {\n defineLocale(x.name, x.config);\n });\n }\n\n // backwards compat for now: also set the locale\n // make sure we set the locale AFTER all child locales have been\n // created, so we won't end up with the child locale set.\n getSetGlobalLocale(name);\n\n return locales[name];\n } else {\n // useful for testing\n delete locales[name];\n return null;\n }\n }\n\n function updateLocale(name, config) {\n if (config != null) {\n var locale,\n tmpLocale,\n parentConfig = baseConfig;\n\n if (locales[name] != null && locales[name].parentLocale != null) {\n // Update existing child locale in-place to avoid memory-leaks\n locales[name].set(mergeConfigs(locales[name]._config, config));\n } else {\n // MERGE\n tmpLocale = loadLocale(name);\n if (tmpLocale != null) {\n parentConfig = tmpLocale._config;\n }\n config = mergeConfigs(parentConfig, config);\n if (tmpLocale == null) {\n // updateLocale is called for creating a new locale\n // Set abbr so it will have a name (getters return\n // undefined otherwise).\n config.abbr = name;\n }\n locale = new Locale(config);\n locale.parentLocale = locales[name];\n locales[name] = locale;\n }\n\n // backwards compat for now: also set the locale\n getSetGlobalLocale(name);\n } else {\n // pass null for config to unupdate, useful for tests\n if (locales[name] != null) {\n if (locales[name].parentLocale != null) {\n locales[name] = locales[name].parentLocale;\n if (name === getSetGlobalLocale()) {\n getSetGlobalLocale(name);\n }\n } else if (locales[name] != null) {\n delete locales[name];\n }\n }\n }\n return locales[name];\n }\n\n // returns locale data\n function getLocale(key) {\n var locale;\n\n if (key && key._locale && key._locale._abbr) {\n key = key._locale._abbr;\n }\n\n if (!key) {\n return globalLocale;\n }\n\n if (!isArray(key)) {\n //short-circuit everything else\n locale = loadLocale(key);\n if (locale) {\n return locale;\n }\n key = [key];\n }\n\n return chooseLocale(key);\n }\n\n function listLocales() {\n return keys(locales);\n }\n\n function checkOverflow(m) {\n var overflow,\n a = m._a;\n\n if (a && getParsingFlags(m).overflow === -2) {\n overflow =\n a[MONTH] < 0 || a[MONTH] > 11\n ? MONTH\n : a[DATE] < 1 || a[DATE] > daysInMonth(a[YEAR], a[MONTH])\n ? DATE\n : a[HOUR] < 0 ||\n a[HOUR] > 24 ||\n (a[HOUR] === 24 &&\n (a[MINUTE] !== 0 ||\n a[SECOND] !== 0 ||\n a[MILLISECOND] !== 0))\n ? HOUR\n : a[MINUTE] < 0 || a[MINUTE] > 59\n ? MINUTE\n : a[SECOND] < 0 || a[SECOND] > 59\n ? SECOND\n : a[MILLISECOND] < 0 || a[MILLISECOND] > 999\n ? MILLISECOND\n : -1;\n\n if (\n getParsingFlags(m)._overflowDayOfYear &&\n (overflow < YEAR || overflow > DATE)\n ) {\n overflow = DATE;\n }\n if (getParsingFlags(m)._overflowWeeks && overflow === -1) {\n overflow = WEEK;\n }\n if (getParsingFlags(m)._overflowWeekday && overflow === -1) {\n overflow = WEEKDAY;\n }\n\n getParsingFlags(m).overflow = overflow;\n }\n\n return m;\n }\n\n // iso 8601 regex\n // 0000-00-00 0000-W00 or 0000-W00-0 + T + 00 or 00:00 or 00:00:00 or 00:00:00.000 + +00:00 or +0000 or +00)\n var extendedIsoRegex = /^\\s*((?:[+-]\\d{6}|\\d{4})-(?:\\d\\d-\\d\\d|W\\d\\d-\\d|W\\d\\d|\\d\\d\\d|\\d\\d))(?:(T| )(\\d\\d(?::\\d\\d(?::\\d\\d(?:[.,]\\d+)?)?)?)([+-]\\d\\d(?::?\\d\\d)?|\\s*Z)?)?$/,\n basicIsoRegex = /^\\s*((?:[+-]\\d{6}|\\d{4})(?:\\d\\d\\d\\d|W\\d\\d\\d|W\\d\\d|\\d\\d\\d|\\d\\d|))(?:(T| )(\\d\\d(?:\\d\\d(?:\\d\\d(?:[.,]\\d+)?)?)?)([+-]\\d\\d(?::?\\d\\d)?|\\s*Z)?)?$/,\n tzRegex = /Z|[+-]\\d\\d(?::?\\d\\d)?/,\n isoDates = [\n ['YYYYYY-MM-DD', /[+-]\\d{6}-\\d\\d-\\d\\d/],\n ['YYYY-MM-DD', /\\d{4}-\\d\\d-\\d\\d/],\n ['GGGG-[W]WW-E', /\\d{4}-W\\d\\d-\\d/],\n ['GGGG-[W]WW', /\\d{4}-W\\d\\d/, false],\n ['YYYY-DDD', /\\d{4}-\\d{3}/],\n ['YYYY-MM', /\\d{4}-\\d\\d/, false],\n ['YYYYYYMMDD', /[+-]\\d{10}/],\n ['YYYYMMDD', /\\d{8}/],\n ['GGGG[W]WWE', /\\d{4}W\\d{3}/],\n ['GGGG[W]WW', /\\d{4}W\\d{2}/, false],\n ['YYYYDDD', /\\d{7}/],\n ['YYYYMM', /\\d{6}/, false],\n ['YYYY', /\\d{4}/, false],\n ],\n // iso time formats and regexes\n isoTimes = [\n ['HH:mm:ss.SSSS', /\\d\\d:\\d\\d:\\d\\d\\.\\d+/],\n ['HH:mm:ss,SSSS', /\\d\\d:\\d\\d:\\d\\d,\\d+/],\n ['HH:mm:ss', /\\d\\d:\\d\\d:\\d\\d/],\n ['HH:mm', /\\d\\d:\\d\\d/],\n ['HHmmss.SSSS', /\\d\\d\\d\\d\\d\\d\\.\\d+/],\n ['HHmmss,SSSS', /\\d\\d\\d\\d\\d\\d,\\d+/],\n ['HHmmss', /\\d\\d\\d\\d\\d\\d/],\n ['HHmm', /\\d\\d\\d\\d/],\n ['HH', /\\d\\d/],\n ],\n aspNetJsonRegex = /^\\/?Date\\((-?\\d+)/i,\n // RFC 2822 regex: For details see https://tools.ietf.org/html/rfc2822#section-3.3\n rfc2822 = /^(?:(Mon|Tue|Wed|Thu|Fri|Sat|Sun),?\\s)?(\\d{1,2})\\s(Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec)\\s(\\d{2,4})\\s(\\d\\d):(\\d\\d)(?::(\\d\\d))?\\s(?:(UT|GMT|[ECMP][SD]T)|([Zz])|([+-]\\d{4}))$/,\n obsOffsets = {\n UT: 0,\n GMT: 0,\n EDT: -4 * 60,\n EST: -5 * 60,\n CDT: -5 * 60,\n CST: -6 * 60,\n MDT: -6 * 60,\n MST: -7 * 60,\n PDT: -7 * 60,\n PST: -8 * 60,\n };\n\n // date from iso format\n function configFromISO(config) {\n var i,\n l,\n string = config._i,\n match = extendedIsoRegex.exec(string) || basicIsoRegex.exec(string),\n allowTime,\n dateFormat,\n timeFormat,\n tzFormat;\n\n if (match) {\n getParsingFlags(config).iso = true;\n\n for (i = 0, l = isoDates.length; i < l; i++) {\n if (isoDates[i][1].exec(match[1])) {\n dateFormat = isoDates[i][0];\n allowTime = isoDates[i][2] !== false;\n break;\n }\n }\n if (dateFormat == null) {\n config._isValid = false;\n return;\n }\n if (match[3]) {\n for (i = 0, l = isoTimes.length; i < l; i++) {\n if (isoTimes[i][1].exec(match[3])) {\n // match[2] should be 'T' or space\n timeFormat = (match[2] || ' ') + isoTimes[i][0];\n break;\n }\n }\n if (timeFormat == null) {\n config._isValid = false;\n return;\n }\n }\n if (!allowTime && timeFormat != null) {\n config._isValid = false;\n return;\n }\n if (match[4]) {\n if (tzRegex.exec(match[4])) {\n tzFormat = 'Z';\n } else {\n config._isValid = false;\n return;\n }\n }\n config._f = dateFormat + (timeFormat || '') + (tzFormat || '');\n configFromStringAndFormat(config);\n } else {\n config._isValid = false;\n }\n }\n\n function extractFromRFC2822Strings(\n yearStr,\n monthStr,\n dayStr,\n hourStr,\n minuteStr,\n secondStr\n ) {\n var result = [\n untruncateYear(yearStr),\n defaultLocaleMonthsShort.indexOf(monthStr),\n parseInt(dayStr, 10),\n parseInt(hourStr, 10),\n parseInt(minuteStr, 10),\n ];\n\n if (secondStr) {\n result.push(parseInt(secondStr, 10));\n }\n\n return result;\n }\n\n function untruncateYear(yearStr) {\n var year = parseInt(yearStr, 10);\n if (year <= 49) {\n return 2000 + year;\n } else if (year <= 999) {\n return 1900 + year;\n }\n return year;\n }\n\n function preprocessRFC2822(s) {\n // Remove comments and folding whitespace and replace multiple-spaces with a single space\n return s\n .replace(/\\([^)]*\\)|[\\n\\t]/g, ' ')\n .replace(/(\\s\\s+)/g, ' ')\n .replace(/^\\s\\s*/, '')\n .replace(/\\s\\s*$/, '');\n }\n\n function checkWeekday(weekdayStr, parsedInput, config) {\n if (weekdayStr) {\n // TODO: Replace the vanilla JS Date object with an independent day-of-week check.\n var weekdayProvided = defaultLocaleWeekdaysShort.indexOf(weekdayStr),\n weekdayActual = new Date(\n parsedInput[0],\n parsedInput[1],\n parsedInput[2]\n ).getDay();\n if (weekdayProvided !== weekdayActual) {\n getParsingFlags(config).weekdayMismatch = true;\n config._isValid = false;\n return false;\n }\n }\n return true;\n }\n\n function calculateOffset(obsOffset, militaryOffset, numOffset) {\n if (obsOffset) {\n return obsOffsets[obsOffset];\n } else if (militaryOffset) {\n // the only allowed military tz is Z\n return 0;\n } else {\n var hm = parseInt(numOffset, 10),\n m = hm % 100,\n h = (hm - m) / 100;\n return h * 60 + m;\n }\n }\n\n // date and time from ref 2822 format\n function configFromRFC2822(config) {\n var match = rfc2822.exec(preprocessRFC2822(config._i)),\n parsedArray;\n if (match) {\n parsedArray = extractFromRFC2822Strings(\n match[4],\n match[3],\n match[2],\n match[5],\n match[6],\n match[7]\n );\n if (!checkWeekday(match[1], parsedArray, config)) {\n return;\n }\n\n config._a = parsedArray;\n config._tzm = calculateOffset(match[8], match[9], match[10]);\n\n config._d = createUTCDate.apply(null, config._a);\n config._d.setUTCMinutes(config._d.getUTCMinutes() - config._tzm);\n\n getParsingFlags(config).rfc2822 = true;\n } else {\n config._isValid = false;\n }\n }\n\n // date from 1) ASP.NET, 2) ISO, 3) RFC 2822 formats, or 4) optional fallback if parsing isn't strict\n function configFromString(config) {\n var matched = aspNetJsonRegex.exec(config._i);\n if (matched !== null) {\n config._d = new Date(+matched[1]);\n return;\n }\n\n configFromISO(config);\n if (config._isValid === false) {\n delete config._isValid;\n } else {\n return;\n }\n\n configFromRFC2822(config);\n if (config._isValid === false) {\n delete config._isValid;\n } else {\n return;\n }\n\n if (config._strict) {\n config._isValid = false;\n } else {\n // Final attempt, use Input Fallback\n hooks.createFromInputFallback(config);\n }\n }\n\n hooks.createFromInputFallback = deprecate(\n 'value provided is not in a recognized RFC2822 or ISO format. moment construction falls back to js Date(), ' +\n 'which is not reliable across all browsers and versions. Non RFC2822/ISO date formats are ' +\n 'discouraged. Please refer to http://momentjs.com/guides/#/warnings/js-date/ for more info.',\n function (config) {\n config._d = new Date(config._i + (config._useUTC ? ' UTC' : ''));\n }\n );\n\n // Pick the first defined of two or three arguments.\n function defaults(a, b, c) {\n if (a != null) {\n return a;\n }\n if (b != null) {\n return b;\n }\n return c;\n }\n\n function currentDateArray(config) {\n // hooks is actually the exported moment object\n var nowValue = new Date(hooks.now());\n if (config._useUTC) {\n return [\n nowValue.getUTCFullYear(),\n nowValue.getUTCMonth(),\n nowValue.getUTCDate(),\n ];\n }\n return [nowValue.getFullYear(), nowValue.getMonth(), nowValue.getDate()];\n }\n\n // convert an array to a date.\n // the array should mirror the parameters below\n // note: all values past the year are optional and will default to the lowest possible value.\n // [year, month, day , hour, minute, second, millisecond]\n function configFromArray(config) {\n var i,\n date,\n input = [],\n currentDate,\n expectedWeekday,\n yearToUse;\n\n if (config._d) {\n return;\n }\n\n currentDate = currentDateArray(config);\n\n //compute day of the year from weeks and weekdays\n if (config._w && config._a[DATE] == null && config._a[MONTH] == null) {\n dayOfYearFromWeekInfo(config);\n }\n\n //if the day of the year is set, figure out what it is\n if (config._dayOfYear != null) {\n yearToUse = defaults(config._a[YEAR], currentDate[YEAR]);\n\n if (\n config._dayOfYear > daysInYear(yearToUse) ||\n config._dayOfYear === 0\n ) {\n getParsingFlags(config)._overflowDayOfYear = true;\n }\n\n date = createUTCDate(yearToUse, 0, config._dayOfYear);\n config._a[MONTH] = date.getUTCMonth();\n config._a[DATE] = date.getUTCDate();\n }\n\n // Default to current date.\n // * if no year, month, day of month are given, default to today\n // * if day of month is given, default month and year\n // * if month is given, default only year\n // * if year is given, don't default anything\n for (i = 0; i < 3 && config._a[i] == null; ++i) {\n config._a[i] = input[i] = currentDate[i];\n }\n\n // Zero out whatever was not defaulted, including time\n for (; i < 7; i++) {\n config._a[i] = input[i] =\n config._a[i] == null ? (i === 2 ? 1 : 0) : config._a[i];\n }\n\n // Check for 24:00:00.000\n if (\n config._a[HOUR] === 24 &&\n config._a[MINUTE] === 0 &&\n config._a[SECOND] === 0 &&\n config._a[MILLISECOND] === 0\n ) {\n config._nextDay = true;\n config._a[HOUR] = 0;\n }\n\n config._d = (config._useUTC ? createUTCDate : createDate).apply(\n null,\n input\n );\n expectedWeekday = config._useUTC\n ? config._d.getUTCDay()\n : config._d.getDay();\n\n // Apply timezone offset from input. The actual utcOffset can be changed\n // with parseZone.\n if (config._tzm != null) {\n config._d.setUTCMinutes(config._d.getUTCMinutes() - config._tzm);\n }\n\n if (config._nextDay) {\n config._a[HOUR] = 24;\n }\n\n // check for mismatching day of week\n if (\n config._w &&\n typeof config._w.d !== 'undefined' &&\n config._w.d !== expectedWeekday\n ) {\n getParsingFlags(config).weekdayMismatch = true;\n }\n }\n\n function dayOfYearFromWeekInfo(config) {\n var w, weekYear, week, weekday, dow, doy, temp, weekdayOverflow, curWeek;\n\n w = config._w;\n if (w.GG != null || w.W != null || w.E != null) {\n dow = 1;\n doy = 4;\n\n // TODO: We need to take the current isoWeekYear, but that depends on\n // how we interpret now (local, utc, fixed offset). So create\n // a now version of current config (take local/utc/offset flags, and\n // create now).\n weekYear = defaults(\n w.GG,\n config._a[YEAR],\n weekOfYear(createLocal(), 1, 4).year\n );\n week = defaults(w.W, 1);\n weekday = defaults(w.E, 1);\n if (weekday < 1 || weekday > 7) {\n weekdayOverflow = true;\n }\n } else {\n dow = config._locale._week.dow;\n doy = config._locale._week.doy;\n\n curWeek = weekOfYear(createLocal(), dow, doy);\n\n weekYear = defaults(w.gg, config._a[YEAR], curWeek.year);\n\n // Default to current week.\n week = defaults(w.w, curWeek.week);\n\n if (w.d != null) {\n // weekday -- low day numbers are considered next week\n weekday = w.d;\n if (weekday < 0 || weekday > 6) {\n weekdayOverflow = true;\n }\n } else if (w.e != null) {\n // local weekday -- counting starts from beginning of week\n weekday = w.e + dow;\n if (w.e < 0 || w.e > 6) {\n weekdayOverflow = true;\n }\n } else {\n // default to beginning of week\n weekday = dow;\n }\n }\n if (week < 1 || week > weeksInYear(weekYear, dow, doy)) {\n getParsingFlags(config)._overflowWeeks = true;\n } else if (weekdayOverflow != null) {\n getParsingFlags(config)._overflowWeekday = true;\n } else {\n temp = dayOfYearFromWeeks(weekYear, week, weekday, dow, doy);\n config._a[YEAR] = temp.year;\n config._dayOfYear = temp.dayOfYear;\n }\n }\n\n // constant that refers to the ISO standard\n hooks.ISO_8601 = function () {};\n\n // constant that refers to the RFC 2822 form\n hooks.RFC_2822 = function () {};\n\n // date from string and format string\n function configFromStringAndFormat(config) {\n // TODO: Move this to another part of the creation flow to prevent circular deps\n if (config._f === hooks.ISO_8601) {\n configFromISO(config);\n return;\n }\n if (config._f === hooks.RFC_2822) {\n configFromRFC2822(config);\n return;\n }\n config._a = [];\n getParsingFlags(config).empty = true;\n\n // This array is used to make a Date, either with `new Date` or `Date.UTC`\n var string = '' + config._i,\n i,\n parsedInput,\n tokens,\n token,\n skipped,\n stringLength = string.length,\n totalParsedInputLength = 0,\n era;\n\n tokens =\n expandFormat(config._f, config._locale).match(formattingTokens) || [];\n\n for (i = 0; i < tokens.length; i++) {\n token = tokens[i];\n parsedInput = (string.match(getParseRegexForToken(token, config)) ||\n [])[0];\n if (parsedInput) {\n skipped = string.substr(0, string.indexOf(parsedInput));\n if (skipped.length > 0) {\n getParsingFlags(config).unusedInput.push(skipped);\n }\n string = string.slice(\n string.indexOf(parsedInput) + parsedInput.length\n );\n totalParsedInputLength += parsedInput.length;\n }\n // don't parse if it's not a known token\n if (formatTokenFunctions[token]) {\n if (parsedInput) {\n getParsingFlags(config).empty = false;\n } else {\n getParsingFlags(config).unusedTokens.push(token);\n }\n addTimeToArrayFromToken(token, parsedInput, config);\n } else if (config._strict && !parsedInput) {\n getParsingFlags(config).unusedTokens.push(token);\n }\n }\n\n // add remaining unparsed input length to the string\n getParsingFlags(config).charsLeftOver =\n stringLength - totalParsedInputLength;\n if (string.length > 0) {\n getParsingFlags(config).unusedInput.push(string);\n }\n\n // clear _12h flag if hour is <= 12\n if (\n config._a[HOUR] <= 12 &&\n getParsingFlags(config).bigHour === true &&\n config._a[HOUR] > 0\n ) {\n getParsingFlags(config).bigHour = undefined;\n }\n\n getParsingFlags(config).parsedDateParts = config._a.slice(0);\n getParsingFlags(config).meridiem = config._meridiem;\n // handle meridiem\n config._a[HOUR] = meridiemFixWrap(\n config._locale,\n config._a[HOUR],\n config._meridiem\n );\n\n // handle era\n era = getParsingFlags(config).era;\n if (era !== null) {\n config._a[YEAR] = config._locale.erasConvertYear(era, config._a[YEAR]);\n }\n\n configFromArray(config);\n checkOverflow(config);\n }\n\n function meridiemFixWrap(locale, hour, meridiem) {\n var isPm;\n\n if (meridiem == null) {\n // nothing to do\n return hour;\n }\n if (locale.meridiemHour != null) {\n return locale.meridiemHour(hour, meridiem);\n } else if (locale.isPM != null) {\n // Fallback\n isPm = locale.isPM(meridiem);\n if (isPm && hour < 12) {\n hour += 12;\n }\n if (!isPm && hour === 12) {\n hour = 0;\n }\n return hour;\n } else {\n // this is not supposed to happen\n return hour;\n }\n }\n\n // date from string and array of format strings\n function configFromStringAndArray(config) {\n var tempConfig,\n bestMoment,\n scoreToBeat,\n i,\n currentScore,\n validFormatFound,\n bestFormatIsValid = false;\n\n if (config._f.length === 0) {\n getParsingFlags(config).invalidFormat = true;\n config._d = new Date(NaN);\n return;\n }\n\n for (i = 0; i < config._f.length; i++) {\n currentScore = 0;\n validFormatFound = false;\n tempConfig = copyConfig({}, config);\n if (config._useUTC != null) {\n tempConfig._useUTC = config._useUTC;\n }\n tempConfig._f = config._f[i];\n configFromStringAndFormat(tempConfig);\n\n if (isValid(tempConfig)) {\n validFormatFound = true;\n }\n\n // if there is any input that was not parsed add a penalty for that format\n currentScore += getParsingFlags(tempConfig).charsLeftOver;\n\n //or tokens\n currentScore += getParsingFlags(tempConfig).unusedTokens.length * 10;\n\n getParsingFlags(tempConfig).score = currentScore;\n\n if (!bestFormatIsValid) {\n if (\n scoreToBeat == null ||\n currentScore < scoreToBeat ||\n validFormatFound\n ) {\n scoreToBeat = currentScore;\n bestMoment = tempConfig;\n if (validFormatFound) {\n bestFormatIsValid = true;\n }\n }\n } else {\n if (currentScore < scoreToBeat) {\n scoreToBeat = currentScore;\n bestMoment = tempConfig;\n }\n }\n }\n\n extend(config, bestMoment || tempConfig);\n }\n\n function configFromObject(config) {\n if (config._d) {\n return;\n }\n\n var i = normalizeObjectUnits(config._i),\n dayOrDate = i.day === undefined ? i.date : i.day;\n config._a = map(\n [i.year, i.month, dayOrDate, i.hour, i.minute, i.second, i.millisecond],\n function (obj) {\n return obj && parseInt(obj, 10);\n }\n );\n\n configFromArray(config);\n }\n\n function createFromConfig(config) {\n var res = new Moment(checkOverflow(prepareConfig(config)));\n if (res._nextDay) {\n // Adding is smart enough around DST\n res.add(1, 'd');\n res._nextDay = undefined;\n }\n\n return res;\n }\n\n function prepareConfig(config) {\n var input = config._i,\n format = config._f;\n\n config._locale = config._locale || getLocale(config._l);\n\n if (input === null || (format === undefined && input === '')) {\n return createInvalid({ nullInput: true });\n }\n\n if (typeof input === 'string') {\n config._i = input = config._locale.preparse(input);\n }\n\n if (isMoment(input)) {\n return new Moment(checkOverflow(input));\n } else if (isDate(input)) {\n config._d = input;\n } else if (isArray(format)) {\n configFromStringAndArray(config);\n } else if (format) {\n configFromStringAndFormat(config);\n } else {\n configFromInput(config);\n }\n\n if (!isValid(config)) {\n config._d = null;\n }\n\n return config;\n }\n\n function configFromInput(config) {\n var input = config._i;\n if (isUndefined(input)) {\n config._d = new Date(hooks.now());\n } else if (isDate(input)) {\n config._d = new Date(input.valueOf());\n } else if (typeof input === 'string') {\n configFromString(config);\n } else if (isArray(input)) {\n config._a = map(input.slice(0), function (obj) {\n return parseInt(obj, 10);\n });\n configFromArray(config);\n } else if (isObject(input)) {\n configFromObject(config);\n } else if (isNumber(input)) {\n // from milliseconds\n config._d = new Date(input);\n } else {\n hooks.createFromInputFallback(config);\n }\n }\n\n function createLocalOrUTC(input, format, locale, strict, isUTC) {\n var c = {};\n\n if (format === true || format === false) {\n strict = format;\n format = undefined;\n }\n\n if (locale === true || locale === false) {\n strict = locale;\n locale = undefined;\n }\n\n if (\n (isObject(input) && isObjectEmpty(input)) ||\n (isArray(input) && input.length === 0)\n ) {\n input = undefined;\n }\n // object construction must be done this way.\n // https://github.com/moment/moment/issues/1423\n c._isAMomentObject = true;\n c._useUTC = c._isUTC = isUTC;\n c._l = locale;\n c._i = input;\n c._f = format;\n c._strict = strict;\n\n return createFromConfig(c);\n }\n\n function createLocal(input, format, locale, strict) {\n return createLocalOrUTC(input, format, locale, strict, false);\n }\n\n var prototypeMin = deprecate(\n 'moment().min is deprecated, use moment.max instead. http://momentjs.com/guides/#/warnings/min-max/',\n function () {\n var other = createLocal.apply(null, arguments);\n if (this.isValid() && other.isValid()) {\n return other < this ? this : other;\n } else {\n return createInvalid();\n }\n }\n ),\n prototypeMax = deprecate(\n 'moment().max is deprecated, use moment.min instead. http://momentjs.com/guides/#/warnings/min-max/',\n function () {\n var other = createLocal.apply(null, arguments);\n if (this.isValid() && other.isValid()) {\n return other > this ? this : other;\n } else {\n return createInvalid();\n }\n }\n );\n\n // Pick a moment m from moments so that m[fn](other) is true for all\n // other. This relies on the function fn to be transitive.\n //\n // moments should either be an array of moment objects or an array, whose\n // first element is an array of moment objects.\n function pickBy(fn, moments) {\n var res, i;\n if (moments.length === 1 && isArray(moments[0])) {\n moments = moments[0];\n }\n if (!moments.length) {\n return createLocal();\n }\n res = moments[0];\n for (i = 1; i < moments.length; ++i) {\n if (!moments[i].isValid() || moments[i][fn](res)) {\n res = moments[i];\n }\n }\n return res;\n }\n\n // TODO: Use [].sort instead?\n function min() {\n var args = [].slice.call(arguments, 0);\n\n return pickBy('isBefore', args);\n }\n\n function max() {\n var args = [].slice.call(arguments, 0);\n\n return pickBy('isAfter', args);\n }\n\n var now = function () {\n return Date.now ? Date.now() : +new Date();\n };\n\n var ordering = [\n 'year',\n 'quarter',\n 'month',\n 'week',\n 'day',\n 'hour',\n 'minute',\n 'second',\n 'millisecond',\n ];\n\n function isDurationValid(m) {\n var key,\n unitHasDecimal = false,\n i;\n for (key in m) {\n if (\n hasOwnProp(m, key) &&\n !(\n indexOf.call(ordering, key) !== -1 &&\n (m[key] == null || !isNaN(m[key]))\n )\n ) {\n return false;\n }\n }\n\n for (i = 0; i < ordering.length; ++i) {\n if (m[ordering[i]]) {\n if (unitHasDecimal) {\n return false; // only allow non-integers for smallest unit\n }\n if (parseFloat(m[ordering[i]]) !== toInt(m[ordering[i]])) {\n unitHasDecimal = true;\n }\n }\n }\n\n return true;\n }\n\n function isValid$1() {\n return this._isValid;\n }\n\n function createInvalid$1() {\n return createDuration(NaN);\n }\n\n function Duration(duration) {\n var normalizedInput = normalizeObjectUnits(duration),\n years = normalizedInput.year || 0,\n quarters = normalizedInput.quarter || 0,\n months = normalizedInput.month || 0,\n weeks = normalizedInput.week || normalizedInput.isoWeek || 0,\n days = normalizedInput.day || 0,\n hours = normalizedInput.hour || 0,\n minutes = normalizedInput.minute || 0,\n seconds = normalizedInput.second || 0,\n milliseconds = normalizedInput.millisecond || 0;\n\n this._isValid = isDurationValid(normalizedInput);\n\n // representation for dateAddRemove\n this._milliseconds =\n +milliseconds +\n seconds * 1e3 + // 1000\n minutes * 6e4 + // 1000 * 60\n hours * 1000 * 60 * 60; //using 1000 * 60 * 60 instead of 36e5 to avoid floating point rounding errors https://github.com/moment/moment/issues/2978\n // Because of dateAddRemove treats 24 hours as different from a\n // day when working around DST, we need to store them separately\n this._days = +days + weeks * 7;\n // It is impossible to translate months into days without knowing\n // which months you are are talking about, so we have to store\n // it separately.\n this._months = +months + quarters * 3 + years * 12;\n\n this._data = {};\n\n this._locale = getLocale();\n\n this._bubble();\n }\n\n function isDuration(obj) {\n return obj instanceof Duration;\n }\n\n function absRound(number) {\n if (number < 0) {\n return Math.round(-1 * number) * -1;\n } else {\n return Math.round(number);\n }\n }\n\n // compare two arrays, return the number of differences\n function compareArrays(array1, array2, dontConvert) {\n var len = Math.min(array1.length, array2.length),\n lengthDiff = Math.abs(array1.length - array2.length),\n diffs = 0,\n i;\n for (i = 0; i < len; i++) {\n if (\n (dontConvert && array1[i] !== array2[i]) ||\n (!dontConvert && toInt(array1[i]) !== toInt(array2[i]))\n ) {\n diffs++;\n }\n }\n return diffs + lengthDiff;\n }\n\n // FORMATTING\n\n function offset(token, separator) {\n addFormatToken(token, 0, 0, function () {\n var offset = this.utcOffset(),\n sign = '+';\n if (offset < 0) {\n offset = -offset;\n sign = '-';\n }\n return (\n sign +\n zeroFill(~~(offset / 60), 2) +\n separator +\n zeroFill(~~offset % 60, 2)\n );\n });\n }\n\n offset('Z', ':');\n offset('ZZ', '');\n\n // PARSING\n\n addRegexToken('Z', matchShortOffset);\n addRegexToken('ZZ', matchShortOffset);\n addParseToken(['Z', 'ZZ'], function (input, array, config) {\n config._useUTC = true;\n config._tzm = offsetFromString(matchShortOffset, input);\n });\n\n // HELPERS\n\n // timezone chunker\n // '+10:00' > ['10', '00']\n // '-1530' > ['-15', '30']\n var chunkOffset = /([\\+\\-]|\\d\\d)/gi;\n\n function offsetFromString(matcher, string) {\n var matches = (string || '').match(matcher),\n chunk,\n parts,\n minutes;\n\n if (matches === null) {\n return null;\n }\n\n chunk = matches[matches.length - 1] || [];\n parts = (chunk + '').match(chunkOffset) || ['-', 0, 0];\n minutes = +(parts[1] * 60) + toInt(parts[2]);\n\n return minutes === 0 ? 0 : parts[0] === '+' ? minutes : -minutes;\n }\n\n // Return a moment from input, that is local/utc/zone equivalent to model.\n function cloneWithOffset(input, model) {\n var res, diff;\n if (model._isUTC) {\n res = model.clone();\n diff =\n (isMoment(input) || isDate(input)\n ? input.valueOf()\n : createLocal(input).valueOf()) - res.valueOf();\n // Use low-level api, because this fn is low-level api.\n res._d.setTime(res._d.valueOf() + diff);\n hooks.updateOffset(res, false);\n return res;\n } else {\n return createLocal(input).local();\n }\n }\n\n function getDateOffset(m) {\n // On Firefox.24 Date#getTimezoneOffset returns a floating point.\n // https://github.com/moment/moment/pull/1871\n return -Math.round(m._d.getTimezoneOffset());\n }\n\n // HOOKS\n\n // This function will be called whenever a moment is mutated.\n // It is intended to keep the offset in sync with the timezone.\n hooks.updateOffset = function () {};\n\n // MOMENTS\n\n // keepLocalTime = true means only change the timezone, without\n // affecting the local hour. So 5:31:26 +0300 --[utcOffset(2, true)]-->\n // 5:31:26 +0200 It is possible that 5:31:26 doesn't exist with offset\n // +0200, so we adjust the time as needed, to be valid.\n //\n // Keeping the time actually adds/subtracts (one hour)\n // from the actual represented time. That is why we call updateOffset\n // a second time. In case it wants us to change the offset again\n // _changeInProgress == true case, then we have to adjust, because\n // there is no such time in the given timezone.\n function getSetOffset(input, keepLocalTime, keepMinutes) {\n var offset = this._offset || 0,\n localAdjust;\n if (!this.isValid()) {\n return input != null ? this : NaN;\n }\n if (input != null) {\n if (typeof input === 'string') {\n input = offsetFromString(matchShortOffset, input);\n if (input === null) {\n return this;\n }\n } else if (Math.abs(input) < 16 && !keepMinutes) {\n input = input * 60;\n }\n if (!this._isUTC && keepLocalTime) {\n localAdjust = getDateOffset(this);\n }\n this._offset = input;\n this._isUTC = true;\n if (localAdjust != null) {\n this.add(localAdjust, 'm');\n }\n if (offset !== input) {\n if (!keepLocalTime || this._changeInProgress) {\n addSubtract(\n this,\n createDuration(input - offset, 'm'),\n 1,\n false\n );\n } else if (!this._changeInProgress) {\n this._changeInProgress = true;\n hooks.updateOffset(this, true);\n this._changeInProgress = null;\n }\n }\n return this;\n } else {\n return this._isUTC ? offset : getDateOffset(this);\n }\n }\n\n function getSetZone(input, keepLocalTime) {\n if (input != null) {\n if (typeof input !== 'string') {\n input = -input;\n }\n\n this.utcOffset(input, keepLocalTime);\n\n return this;\n } else {\n return -this.utcOffset();\n }\n }\n\n function setOffsetToUTC(keepLocalTime) {\n return this.utcOffset(0, keepLocalTime);\n }\n\n function setOffsetToLocal(keepLocalTime) {\n if (this._isUTC) {\n this.utcOffset(0, keepLocalTime);\n this._isUTC = false;\n\n if (keepLocalTime) {\n this.subtract(getDateOffset(this), 'm');\n }\n }\n return this;\n }\n\n function setOffsetToParsedOffset() {\n if (this._tzm != null) {\n this.utcOffset(this._tzm, false, true);\n } else if (typeof this._i === 'string') {\n var tZone = offsetFromString(matchOffset, this._i);\n if (tZone != null) {\n this.utcOffset(tZone);\n } else {\n this.utcOffset(0, true);\n }\n }\n return this;\n }\n\n function hasAlignedHourOffset(input) {\n if (!this.isValid()) {\n return false;\n }\n input = input ? createLocal(input).utcOffset() : 0;\n\n return (this.utcOffset() - input) % 60 === 0;\n }\n\n function isDaylightSavingTime() {\n return (\n this.utcOffset() > this.clone().month(0).utcOffset() ||\n this.utcOffset() > this.clone().month(5).utcOffset()\n );\n }\n\n function isDaylightSavingTimeShifted() {\n if (!isUndefined(this._isDSTShifted)) {\n return this._isDSTShifted;\n }\n\n var c = {},\n other;\n\n copyConfig(c, this);\n c = prepareConfig(c);\n\n if (c._a) {\n other = c._isUTC ? createUTC(c._a) : createLocal(c._a);\n this._isDSTShifted =\n this.isValid() && compareArrays(c._a, other.toArray()) > 0;\n } else {\n this._isDSTShifted = false;\n }\n\n return this._isDSTShifted;\n }\n\n function isLocal() {\n return this.isValid() ? !this._isUTC : false;\n }\n\n function isUtcOffset() {\n return this.isValid() ? this._isUTC : false;\n }\n\n function isUtc() {\n return this.isValid() ? this._isUTC && this._offset === 0 : false;\n }\n\n // ASP.NET json date format regex\n var aspNetRegex = /^(-|\\+)?(?:(\\d*)[. ])?(\\d+):(\\d+)(?::(\\d+)(\\.\\d*)?)?$/,\n // from http://docs.closure-library.googlecode.com/git/closure_goog_date_date.js.source.html\n // somewhat more in line with 4.4.3.2 2004 spec, but allows decimal anywhere\n // and further modified to allow for strings containing both week and day\n isoRegex = /^(-|\\+)?P(?:([-+]?[0-9,.]*)Y)?(?:([-+]?[0-9,.]*)M)?(?:([-+]?[0-9,.]*)W)?(?:([-+]?[0-9,.]*)D)?(?:T(?:([-+]?[0-9,.]*)H)?(?:([-+]?[0-9,.]*)M)?(?:([-+]?[0-9,.]*)S)?)?$/;\n\n function createDuration(input, key) {\n var duration = input,\n // matching against regexp is expensive, do it on demand\n match = null,\n sign,\n ret,\n diffRes;\n\n if (isDuration(input)) {\n duration = {\n ms: input._milliseconds,\n d: input._days,\n M: input._months,\n };\n } else if (isNumber(input) || !isNaN(+input)) {\n duration = {};\n if (key) {\n duration[key] = +input;\n } else {\n duration.milliseconds = +input;\n }\n } else if ((match = aspNetRegex.exec(input))) {\n sign = match[1] === '-' ? -1 : 1;\n duration = {\n y: 0,\n d: toInt(match[DATE]) * sign,\n h: toInt(match[HOUR]) * sign,\n m: toInt(match[MINUTE]) * sign,\n s: toInt(match[SECOND]) * sign,\n ms: toInt(absRound(match[MILLISECOND] * 1000)) * sign, // the millisecond decimal point is included in the match\n };\n } else if ((match = isoRegex.exec(input))) {\n sign = match[1] === '-' ? -1 : 1;\n duration = {\n y: parseIso(match[2], sign),\n M: parseIso(match[3], sign),\n w: parseIso(match[4], sign),\n d: parseIso(match[5], sign),\n h: parseIso(match[6], sign),\n m: parseIso(match[7], sign),\n s: parseIso(match[8], sign),\n };\n } else if (duration == null) {\n // checks for null or undefined\n duration = {};\n } else if (\n typeof duration === 'object' &&\n ('from' in duration || 'to' in duration)\n ) {\n diffRes = momentsDifference(\n createLocal(duration.from),\n createLocal(duration.to)\n );\n\n duration = {};\n duration.ms = diffRes.milliseconds;\n duration.M = diffRes.months;\n }\n\n ret = new Duration(duration);\n\n if (isDuration(input) && hasOwnProp(input, '_locale')) {\n ret._locale = input._locale;\n }\n\n if (isDuration(input) && hasOwnProp(input, '_isValid')) {\n ret._isValid = input._isValid;\n }\n\n return ret;\n }\n\n createDuration.fn = Duration.prototype;\n createDuration.invalid = createInvalid$1;\n\n function parseIso(inp, sign) {\n // We'd normally use ~~inp for this, but unfortunately it also\n // converts floats to ints.\n // inp may be undefined, so careful calling replace on it.\n var res = inp && parseFloat(inp.replace(',', '.'));\n // apply sign while we're at it\n return (isNaN(res) ? 0 : res) * sign;\n }\n\n function positiveMomentsDifference(base, other) {\n var res = {};\n\n res.months =\n other.month() - base.month() + (other.year() - base.year()) * 12;\n if (base.clone().add(res.months, 'M').isAfter(other)) {\n --res.months;\n }\n\n res.milliseconds = +other - +base.clone().add(res.months, 'M');\n\n return res;\n }\n\n function momentsDifference(base, other) {\n var res;\n if (!(base.isValid() && other.isValid())) {\n return { milliseconds: 0, months: 0 };\n }\n\n other = cloneWithOffset(other, base);\n if (base.isBefore(other)) {\n res = positiveMomentsDifference(base, other);\n } else {\n res = positiveMomentsDifference(other, base);\n res.milliseconds = -res.milliseconds;\n res.months = -res.months;\n }\n\n return res;\n }\n\n // TODO: remove 'name' arg after deprecation is removed\n function createAdder(direction, name) {\n return function (val, period) {\n var dur, tmp;\n //invert the arguments, but complain about it\n if (period !== null && !isNaN(+period)) {\n deprecateSimple(\n name,\n 'moment().' +\n name +\n '(period, number) is deprecated. Please use moment().' +\n name +\n '(number, period). ' +\n 'See http://momentjs.com/guides/#/warnings/add-inverted-param/ for more info.'\n );\n tmp = val;\n val = period;\n period = tmp;\n }\n\n dur = createDuration(val, period);\n addSubtract(this, dur, direction);\n return this;\n };\n }\n\n function addSubtract(mom, duration, isAdding, updateOffset) {\n var milliseconds = duration._milliseconds,\n days = absRound(duration._days),\n months = absRound(duration._months);\n\n if (!mom.isValid()) {\n // No op\n return;\n }\n\n updateOffset = updateOffset == null ? true : updateOffset;\n\n if (months) {\n setMonth(mom, get(mom, 'Month') + months * isAdding);\n }\n if (days) {\n set$1(mom, 'Date', get(mom, 'Date') + days * isAdding);\n }\n if (milliseconds) {\n mom._d.setTime(mom._d.valueOf() + milliseconds * isAdding);\n }\n if (updateOffset) {\n hooks.updateOffset(mom, days || months);\n }\n }\n\n var add = createAdder(1, 'add'),\n subtract = createAdder(-1, 'subtract');\n\n function isString(input) {\n return typeof input === 'string' || input instanceof String;\n }\n\n // type MomentInput = Moment | Date | string | number | (number | string)[] | MomentInputObject | void; // null | undefined\n function isMomentInput(input) {\n return (\n isMoment(input) ||\n isDate(input) ||\n isString(input) ||\n isNumber(input) ||\n isNumberOrStringArray(input) ||\n isMomentInputObject(input) ||\n input === null ||\n input === undefined\n );\n }\n\n function isMomentInputObject(input) {\n var objectTest = isObject(input) && !isObjectEmpty(input),\n propertyTest = false,\n properties = [\n 'years',\n 'year',\n 'y',\n 'months',\n 'month',\n 'M',\n 'days',\n 'day',\n 'd',\n 'dates',\n 'date',\n 'D',\n 'hours',\n 'hour',\n 'h',\n 'minutes',\n 'minute',\n 'm',\n 'seconds',\n 'second',\n 's',\n 'milliseconds',\n 'millisecond',\n 'ms',\n ],\n i,\n property;\n\n for (i = 0; i < properties.length; i += 1) {\n property = properties[i];\n propertyTest = propertyTest || hasOwnProp(input, property);\n }\n\n return objectTest && propertyTest;\n }\n\n function isNumberOrStringArray(input) {\n var arrayTest = isArray(input),\n dataTypeTest = false;\n if (arrayTest) {\n dataTypeTest =\n input.filter(function (item) {\n return !isNumber(item) && isString(input);\n }).length === 0;\n }\n return arrayTest && dataTypeTest;\n }\n\n function isCalendarSpec(input) {\n var objectTest = isObject(input) && !isObjectEmpty(input),\n propertyTest = false,\n properties = [\n 'sameDay',\n 'nextDay',\n 'lastDay',\n 'nextWeek',\n 'lastWeek',\n 'sameElse',\n ],\n i,\n property;\n\n for (i = 0; i < properties.length; i += 1) {\n property = properties[i];\n propertyTest = propertyTest || hasOwnProp(input, property);\n }\n\n return objectTest && propertyTest;\n }\n\n function getCalendarFormat(myMoment, now) {\n var diff = myMoment.diff(now, 'days', true);\n return diff < -6\n ? 'sameElse'\n : diff < -1\n ? 'lastWeek'\n : diff < 0\n ? 'lastDay'\n : diff < 1\n ? 'sameDay'\n : diff < 2\n ? 'nextDay'\n : diff < 7\n ? 'nextWeek'\n : 'sameElse';\n }\n\n function calendar$1(time, formats) {\n // Support for single parameter, formats only overload to the calendar function\n if (arguments.length === 1) {\n if (!arguments[0]) {\n time = undefined;\n formats = undefined;\n } else if (isMomentInput(arguments[0])) {\n time = arguments[0];\n formats = undefined;\n } else if (isCalendarSpec(arguments[0])) {\n formats = arguments[0];\n time = undefined;\n }\n }\n // We want to compare the start of today, vs this.\n // Getting start-of-today depends on whether we're local/utc/offset or not.\n var now = time || createLocal(),\n sod = cloneWithOffset(now, this).startOf('day'),\n format = hooks.calendarFormat(this, sod) || 'sameElse',\n output =\n formats &&\n (isFunction(formats[format])\n ? formats[format].call(this, now)\n : formats[format]);\n\n return this.format(\n output || this.localeData().calendar(format, this, createLocal(now))\n );\n }\n\n function clone() {\n return new Moment(this);\n }\n\n function isAfter(input, units) {\n var localInput = isMoment(input) ? input : createLocal(input);\n if (!(this.isValid() && localInput.isValid())) {\n return false;\n }\n units = normalizeUnits(units) || 'millisecond';\n if (units === 'millisecond') {\n return this.valueOf() > localInput.valueOf();\n } else {\n return localInput.valueOf() < this.clone().startOf(units).valueOf();\n }\n }\n\n function isBefore(input, units) {\n var localInput = isMoment(input) ? input : createLocal(input);\n if (!(this.isValid() && localInput.isValid())) {\n return false;\n }\n units = normalizeUnits(units) || 'millisecond';\n if (units === 'millisecond') {\n return this.valueOf() < localInput.valueOf();\n } else {\n return this.clone().endOf(units).valueOf() < localInput.valueOf();\n }\n }\n\n function isBetween(from, to, units, inclusivity) {\n var localFrom = isMoment(from) ? from : createLocal(from),\n localTo = isMoment(to) ? to : createLocal(to);\n if (!(this.isValid() && localFrom.isValid() && localTo.isValid())) {\n return false;\n }\n inclusivity = inclusivity || '()';\n return (\n (inclusivity[0] === '('\n ? this.isAfter(localFrom, units)\n : !this.isBefore(localFrom, units)) &&\n (inclusivity[1] === ')'\n ? this.isBefore(localTo, units)\n : !this.isAfter(localTo, units))\n );\n }\n\n function isSame(input, units) {\n var localInput = isMoment(input) ? input : createLocal(input),\n inputMs;\n if (!(this.isValid() && localInput.isValid())) {\n return false;\n }\n units = normalizeUnits(units) || 'millisecond';\n if (units === 'millisecond') {\n return this.valueOf() === localInput.valueOf();\n } else {\n inputMs = localInput.valueOf();\n return (\n this.clone().startOf(units).valueOf() <= inputMs &&\n inputMs <= this.clone().endOf(units).valueOf()\n );\n }\n }\n\n function isSameOrAfter(input, units) {\n return this.isSame(input, units) || this.isAfter(input, units);\n }\n\n function isSameOrBefore(input, units) {\n return this.isSame(input, units) || this.isBefore(input, units);\n }\n\n function diff(input, units, asFloat) {\n var that, zoneDelta, output;\n\n if (!this.isValid()) {\n return NaN;\n }\n\n that = cloneWithOffset(input, this);\n\n if (!that.isValid()) {\n return NaN;\n }\n\n zoneDelta = (that.utcOffset() - this.utcOffset()) * 6e4;\n\n units = normalizeUnits(units);\n\n switch (units) {\n case 'year':\n output = monthDiff(this, that) / 12;\n break;\n case 'month':\n output = monthDiff(this, that);\n break;\n case 'quarter':\n output = monthDiff(this, that) / 3;\n break;\n case 'second':\n output = (this - that) / 1e3;\n break; // 1000\n case 'minute':\n output = (this - that) / 6e4;\n break; // 1000 * 60\n case 'hour':\n output = (this - that) / 36e5;\n break; // 1000 * 60 * 60\n case 'day':\n output = (this - that - zoneDelta) / 864e5;\n break; // 1000 * 60 * 60 * 24, negate dst\n case 'week':\n output = (this - that - zoneDelta) / 6048e5;\n break; // 1000 * 60 * 60 * 24 * 7, negate dst\n default:\n output = this - that;\n }\n\n return asFloat ? output : absFloor(output);\n }\n\n function monthDiff(a, b) {\n if (a.date() < b.date()) {\n // end-of-month calculations work correct when the start month has more\n // days than the end month.\n return -monthDiff(b, a);\n }\n // difference in months\n var wholeMonthDiff = (b.year() - a.year()) * 12 + (b.month() - a.month()),\n // b is in (anchor - 1 month, anchor + 1 month)\n anchor = a.clone().add(wholeMonthDiff, 'months'),\n anchor2,\n adjust;\n\n if (b - anchor < 0) {\n anchor2 = a.clone().add(wholeMonthDiff - 1, 'months');\n // linear across the month\n adjust = (b - anchor) / (anchor - anchor2);\n } else {\n anchor2 = a.clone().add(wholeMonthDiff + 1, 'months');\n // linear across the month\n adjust = (b - anchor) / (anchor2 - anchor);\n }\n\n //check for negative zero, return zero if negative zero\n return -(wholeMonthDiff + adjust) || 0;\n }\n\n hooks.defaultFormat = 'YYYY-MM-DDTHH:mm:ssZ';\n hooks.defaultFormatUtc = 'YYYY-MM-DDTHH:mm:ss[Z]';\n\n function toString() {\n return this.clone().locale('en').format('ddd MMM DD YYYY HH:mm:ss [GMT]ZZ');\n }\n\n function toISOString(keepOffset) {\n if (!this.isValid()) {\n return null;\n }\n var utc = keepOffset !== true,\n m = utc ? this.clone().utc() : this;\n if (m.year() < 0 || m.year() > 9999) {\n return formatMoment(\n m,\n utc\n ? 'YYYYYY-MM-DD[T]HH:mm:ss.SSS[Z]'\n : 'YYYYYY-MM-DD[T]HH:mm:ss.SSSZ'\n );\n }\n if (isFunction(Date.prototype.toISOString)) {\n // native implementation is ~50x faster, use it when we can\n if (utc) {\n return this.toDate().toISOString();\n } else {\n return new Date(this.valueOf() + this.utcOffset() * 60 * 1000)\n .toISOString()\n .replace('Z', formatMoment(m, 'Z'));\n }\n }\n return formatMoment(\n m,\n utc ? 'YYYY-MM-DD[T]HH:mm:ss.SSS[Z]' : 'YYYY-MM-DD[T]HH:mm:ss.SSSZ'\n );\n }\n\n /**\n * Return a human readable representation of a moment that can\n * also be evaluated to get a new moment which is the same\n *\n * @link https://nodejs.org/dist/latest/docs/api/util.html#util_custom_inspect_function_on_objects\n */\n function inspect() {\n if (!this.isValid()) {\n return 'moment.invalid(/* ' + this._i + ' */)';\n }\n var func = 'moment',\n zone = '',\n prefix,\n year,\n datetime,\n suffix;\n if (!this.isLocal()) {\n func = this.utcOffset() === 0 ? 'moment.utc' : 'moment.parseZone';\n zone = 'Z';\n }\n prefix = '[' + func + '(\"]';\n year = 0 <= this.year() && this.year() <= 9999 ? 'YYYY' : 'YYYYYY';\n datetime = '-MM-DD[T]HH:mm:ss.SSS';\n suffix = zone + '[\")]';\n\n return this.format(prefix + year + datetime + suffix);\n }\n\n function format(inputString) {\n if (!inputString) {\n inputString = this.isUtc()\n ? hooks.defaultFormatUtc\n : hooks.defaultFormat;\n }\n var output = formatMoment(this, inputString);\n return this.localeData().postformat(output);\n }\n\n function from(time, withoutSuffix) {\n if (\n this.isValid() &&\n ((isMoment(time) && time.isValid()) || createLocal(time).isValid())\n ) {\n return createDuration({ to: this, from: time })\n .locale(this.locale())\n .humanize(!withoutSuffix);\n } else {\n return this.localeData().invalidDate();\n }\n }\n\n function fromNow(withoutSuffix) {\n return this.from(createLocal(), withoutSuffix);\n }\n\n function to(time, withoutSuffix) {\n if (\n this.isValid() &&\n ((isMoment(time) && time.isValid()) || createLocal(time).isValid())\n ) {\n return createDuration({ from: this, to: time })\n .locale(this.locale())\n .humanize(!withoutSuffix);\n } else {\n return this.localeData().invalidDate();\n }\n }\n\n function toNow(withoutSuffix) {\n return this.to(createLocal(), withoutSuffix);\n }\n\n // If passed a locale key, it will set the locale for this\n // instance. Otherwise, it will return the locale configuration\n // variables for this instance.\n function locale(key) {\n var newLocaleData;\n\n if (key === undefined) {\n return this._locale._abbr;\n } else {\n newLocaleData = getLocale(key);\n if (newLocaleData != null) {\n this._locale = newLocaleData;\n }\n return this;\n }\n }\n\n var lang = deprecate(\n 'moment().lang() is deprecated. Instead, use moment().localeData() to get the language configuration. Use moment().locale() to change languages.',\n function (key) {\n if (key === undefined) {\n return this.localeData();\n } else {\n return this.locale(key);\n }\n }\n );\n\n function localeData() {\n return this._locale;\n }\n\n var MS_PER_SECOND = 1000,\n MS_PER_MINUTE = 60 * MS_PER_SECOND,\n MS_PER_HOUR = 60 * MS_PER_MINUTE,\n MS_PER_400_YEARS = (365 * 400 + 97) * 24 * MS_PER_HOUR;\n\n // actual modulo - handles negative numbers (for dates before 1970):\n function mod$1(dividend, divisor) {\n return ((dividend % divisor) + divisor) % divisor;\n }\n\n function localStartOfDate(y, m, d) {\n // the date constructor remaps years 0-99 to 1900-1999\n if (y < 100 && y >= 0) {\n // preserve leap years using a full 400 year cycle, then reset\n return new Date(y + 400, m, d) - MS_PER_400_YEARS;\n } else {\n return new Date(y, m, d).valueOf();\n }\n }\n\n function utcStartOfDate(y, m, d) {\n // Date.UTC remaps years 0-99 to 1900-1999\n if (y < 100 && y >= 0) {\n // preserve leap years using a full 400 year cycle, then reset\n return Date.UTC(y + 400, m, d) - MS_PER_400_YEARS;\n } else {\n return Date.UTC(y, m, d);\n }\n }\n\n function startOf(units) {\n var time, startOfDate;\n units = normalizeUnits(units);\n if (units === undefined || units === 'millisecond' || !this.isValid()) {\n return this;\n }\n\n startOfDate = this._isUTC ? utcStartOfDate : localStartOfDate;\n\n switch (units) {\n case 'year':\n time = startOfDate(this.year(), 0, 1);\n break;\n case 'quarter':\n time = startOfDate(\n this.year(),\n this.month() - (this.month() % 3),\n 1\n );\n break;\n case 'month':\n time = startOfDate(this.year(), this.month(), 1);\n break;\n case 'week':\n time = startOfDate(\n this.year(),\n this.month(),\n this.date() - this.weekday()\n );\n break;\n case 'isoWeek':\n time = startOfDate(\n this.year(),\n this.month(),\n this.date() - (this.isoWeekday() - 1)\n );\n break;\n case 'day':\n case 'date':\n time = startOfDate(this.year(), this.month(), this.date());\n break;\n case 'hour':\n time = this._d.valueOf();\n time -= mod$1(\n time + (this._isUTC ? 0 : this.utcOffset() * MS_PER_MINUTE),\n MS_PER_HOUR\n );\n break;\n case 'minute':\n time = this._d.valueOf();\n time -= mod$1(time, MS_PER_MINUTE);\n break;\n case 'second':\n time = this._d.valueOf();\n time -= mod$1(time, MS_PER_SECOND);\n break;\n }\n\n this._d.setTime(time);\n hooks.updateOffset(this, true);\n return this;\n }\n\n function endOf(units) {\n var time, startOfDate;\n units = normalizeUnits(units);\n if (units === undefined || units === 'millisecond' || !this.isValid()) {\n return this;\n }\n\n startOfDate = this._isUTC ? utcStartOfDate : localStartOfDate;\n\n switch (units) {\n case 'year':\n time = startOfDate(this.year() + 1, 0, 1) - 1;\n break;\n case 'quarter':\n time =\n startOfDate(\n this.year(),\n this.month() - (this.month() % 3) + 3,\n 1\n ) - 1;\n break;\n case 'month':\n time = startOfDate(this.year(), this.month() + 1, 1) - 1;\n break;\n case 'week':\n time =\n startOfDate(\n this.year(),\n this.month(),\n this.date() - this.weekday() + 7\n ) - 1;\n break;\n case 'isoWeek':\n time =\n startOfDate(\n this.year(),\n this.month(),\n this.date() - (this.isoWeekday() - 1) + 7\n ) - 1;\n break;\n case 'day':\n case 'date':\n time = startOfDate(this.year(), this.month(), this.date() + 1) - 1;\n break;\n case 'hour':\n time = this._d.valueOf();\n time +=\n MS_PER_HOUR -\n mod$1(\n time + (this._isUTC ? 0 : this.utcOffset() * MS_PER_MINUTE),\n MS_PER_HOUR\n ) -\n 1;\n break;\n case 'minute':\n time = this._d.valueOf();\n time += MS_PER_MINUTE - mod$1(time, MS_PER_MINUTE) - 1;\n break;\n case 'second':\n time = this._d.valueOf();\n time += MS_PER_SECOND - mod$1(time, MS_PER_SECOND) - 1;\n break;\n }\n\n this._d.setTime(time);\n hooks.updateOffset(this, true);\n return this;\n }\n\n function valueOf() {\n return this._d.valueOf() - (this._offset || 0) * 60000;\n }\n\n function unix() {\n return Math.floor(this.valueOf() / 1000);\n }\n\n function toDate() {\n return new Date(this.valueOf());\n }\n\n function toArray() {\n var m = this;\n return [\n m.year(),\n m.month(),\n m.date(),\n m.hour(),\n m.minute(),\n m.second(),\n m.millisecond(),\n ];\n }\n\n function toObject() {\n var m = this;\n return {\n years: m.year(),\n months: m.month(),\n date: m.date(),\n hours: m.hours(),\n minutes: m.minutes(),\n seconds: m.seconds(),\n milliseconds: m.milliseconds(),\n };\n }\n\n function toJSON() {\n // new Date(NaN).toJSON() === null\n return this.isValid() ? this.toISOString() : null;\n }\n\n function isValid$2() {\n return isValid(this);\n }\n\n function parsingFlags() {\n return extend({}, getParsingFlags(this));\n }\n\n function invalidAt() {\n return getParsingFlags(this).overflow;\n }\n\n function creationData() {\n return {\n input: this._i,\n format: this._f,\n locale: this._locale,\n isUTC: this._isUTC,\n strict: this._strict,\n };\n }\n\n addFormatToken('N', 0, 0, 'eraAbbr');\n addFormatToken('NN', 0, 0, 'eraAbbr');\n addFormatToken('NNN', 0, 0, 'eraAbbr');\n addFormatToken('NNNN', 0, 0, 'eraName');\n addFormatToken('NNNNN', 0, 0, 'eraNarrow');\n\n addFormatToken('y', ['y', 1], 'yo', 'eraYear');\n addFormatToken('y', ['yy', 2], 0, 'eraYear');\n addFormatToken('y', ['yyy', 3], 0, 'eraYear');\n addFormatToken('y', ['yyyy', 4], 0, 'eraYear');\n\n addRegexToken('N', matchEraAbbr);\n addRegexToken('NN', matchEraAbbr);\n addRegexToken('NNN', matchEraAbbr);\n addRegexToken('NNNN', matchEraName);\n addRegexToken('NNNNN', matchEraNarrow);\n\n addParseToken(['N', 'NN', 'NNN', 'NNNN', 'NNNNN'], function (\n input,\n array,\n config,\n token\n ) {\n var era = config._locale.erasParse(input, token, config._strict);\n if (era) {\n getParsingFlags(config).era = era;\n } else {\n getParsingFlags(config).invalidEra = input;\n }\n });\n\n addRegexToken('y', matchUnsigned);\n addRegexToken('yy', matchUnsigned);\n addRegexToken('yyy', matchUnsigned);\n addRegexToken('yyyy', matchUnsigned);\n addRegexToken('yo', matchEraYearOrdinal);\n\n addParseToken(['y', 'yy', 'yyy', 'yyyy'], YEAR);\n addParseToken(['yo'], function (input, array, config, token) {\n var match;\n if (config._locale._eraYearOrdinalRegex) {\n match = input.match(config._locale._eraYearOrdinalRegex);\n }\n\n if (config._locale.eraYearOrdinalParse) {\n array[YEAR] = config._locale.eraYearOrdinalParse(input, match);\n } else {\n array[YEAR] = parseInt(input, 10);\n }\n });\n\n function localeEras(m, format) {\n var i,\n l,\n date,\n eras = this._eras || getLocale('en')._eras;\n for (i = 0, l = eras.length; i < l; ++i) {\n switch (typeof eras[i].since) {\n case 'string':\n // truncate time\n date = hooks(eras[i].since).startOf('day');\n eras[i].since = date.valueOf();\n break;\n }\n\n switch (typeof eras[i].until) {\n case 'undefined':\n eras[i].until = +Infinity;\n break;\n case 'string':\n // truncate time\n date = hooks(eras[i].until).startOf('day').valueOf();\n eras[i].until = date.valueOf();\n break;\n }\n }\n return eras;\n }\n\n function localeErasParse(eraName, format, strict) {\n var i,\n l,\n eras = this.eras(),\n name,\n abbr,\n narrow;\n eraName = eraName.toUpperCase();\n\n for (i = 0, l = eras.length; i < l; ++i) {\n name = eras[i].name.toUpperCase();\n abbr = eras[i].abbr.toUpperCase();\n narrow = eras[i].narrow.toUpperCase();\n\n if (strict) {\n switch (format) {\n case 'N':\n case 'NN':\n case 'NNN':\n if (abbr === eraName) {\n return eras[i];\n }\n break;\n\n case 'NNNN':\n if (name === eraName) {\n return eras[i];\n }\n break;\n\n case 'NNNNN':\n if (narrow === eraName) {\n return eras[i];\n }\n break;\n }\n } else if ([name, abbr, narrow].indexOf(eraName) >= 0) {\n return eras[i];\n }\n }\n }\n\n function localeErasConvertYear(era, year) {\n var dir = era.since <= era.until ? +1 : -1;\n if (year === undefined) {\n return hooks(era.since).year();\n } else {\n return hooks(era.since).year() + (year - era.offset) * dir;\n }\n }\n\n function getEraName() {\n var i,\n l,\n val,\n eras = this.localeData().eras();\n for (i = 0, l = eras.length; i < l; ++i) {\n // truncate time\n val = this.clone().startOf('day').valueOf();\n\n if (eras[i].since <= val && val <= eras[i].until) {\n return eras[i].name;\n }\n if (eras[i].until <= val && val <= eras[i].since) {\n return eras[i].name;\n }\n }\n\n return '';\n }\n\n function getEraNarrow() {\n var i,\n l,\n val,\n eras = this.localeData().eras();\n for (i = 0, l = eras.length; i < l; ++i) {\n // truncate time\n val = this.clone().startOf('day').valueOf();\n\n if (eras[i].since <= val && val <= eras[i].until) {\n return eras[i].narrow;\n }\n if (eras[i].until <= val && val <= eras[i].since) {\n return eras[i].narrow;\n }\n }\n\n return '';\n }\n\n function getEraAbbr() {\n var i,\n l,\n val,\n eras = this.localeData().eras();\n for (i = 0, l = eras.length; i < l; ++i) {\n // truncate time\n val = this.clone().startOf('day').valueOf();\n\n if (eras[i].since <= val && val <= eras[i].until) {\n return eras[i].abbr;\n }\n if (eras[i].until <= val && val <= eras[i].since) {\n return eras[i].abbr;\n }\n }\n\n return '';\n }\n\n function getEraYear() {\n var i,\n l,\n dir,\n val,\n eras = this.localeData().eras();\n for (i = 0, l = eras.length; i < l; ++i) {\n dir = eras[i].since <= eras[i].until ? +1 : -1;\n\n // truncate time\n val = this.clone().startOf('day').valueOf();\n\n if (\n (eras[i].since <= val && val <= eras[i].until) ||\n (eras[i].until <= val && val <= eras[i].since)\n ) {\n return (\n (this.year() - hooks(eras[i].since).year()) * dir +\n eras[i].offset\n );\n }\n }\n\n return this.year();\n }\n\n function erasNameRegex(isStrict) {\n if (!hasOwnProp(this, '_erasNameRegex')) {\n computeErasParse.call(this);\n }\n return isStrict ? this._erasNameRegex : this._erasRegex;\n }\n\n function erasAbbrRegex(isStrict) {\n if (!hasOwnProp(this, '_erasAbbrRegex')) {\n computeErasParse.call(this);\n }\n return isStrict ? this._erasAbbrRegex : this._erasRegex;\n }\n\n function erasNarrowRegex(isStrict) {\n if (!hasOwnProp(this, '_erasNarrowRegex')) {\n computeErasParse.call(this);\n }\n return isStrict ? this._erasNarrowRegex : this._erasRegex;\n }\n\n function matchEraAbbr(isStrict, locale) {\n return locale.erasAbbrRegex(isStrict);\n }\n\n function matchEraName(isStrict, locale) {\n return locale.erasNameRegex(isStrict);\n }\n\n function matchEraNarrow(isStrict, locale) {\n return locale.erasNarrowRegex(isStrict);\n }\n\n function matchEraYearOrdinal(isStrict, locale) {\n return locale._eraYearOrdinalRegex || matchUnsigned;\n }\n\n function computeErasParse() {\n var abbrPieces = [],\n namePieces = [],\n narrowPieces = [],\n mixedPieces = [],\n i,\n l,\n eras = this.eras();\n\n for (i = 0, l = eras.length; i < l; ++i) {\n namePieces.push(regexEscape(eras[i].name));\n abbrPieces.push(regexEscape(eras[i].abbr));\n narrowPieces.push(regexEscape(eras[i].narrow));\n\n mixedPieces.push(regexEscape(eras[i].name));\n mixedPieces.push(regexEscape(eras[i].abbr));\n mixedPieces.push(regexEscape(eras[i].narrow));\n }\n\n this._erasRegex = new RegExp('^(' + mixedPieces.join('|') + ')', 'i');\n this._erasNameRegex = new RegExp('^(' + namePieces.join('|') + ')', 'i');\n this._erasAbbrRegex = new RegExp('^(' + abbrPieces.join('|') + ')', 'i');\n this._erasNarrowRegex = new RegExp(\n '^(' + narrowPieces.join('|') + ')',\n 'i'\n );\n }\n\n // FORMATTING\n\n addFormatToken(0, ['gg', 2], 0, function () {\n return this.weekYear() % 100;\n });\n\n addFormatToken(0, ['GG', 2], 0, function () {\n return this.isoWeekYear() % 100;\n });\n\n function addWeekYearFormatToken(token, getter) {\n addFormatToken(0, [token, token.length], 0, getter);\n }\n\n addWeekYearFormatToken('gggg', 'weekYear');\n addWeekYearFormatToken('ggggg', 'weekYear');\n addWeekYearFormatToken('GGGG', 'isoWeekYear');\n addWeekYearFormatToken('GGGGG', 'isoWeekYear');\n\n // ALIASES\n\n addUnitAlias('weekYear', 'gg');\n addUnitAlias('isoWeekYear', 'GG');\n\n // PRIORITY\n\n addUnitPriority('weekYear', 1);\n addUnitPriority('isoWeekYear', 1);\n\n // PARSING\n\n addRegexToken('G', matchSigned);\n addRegexToken('g', matchSigned);\n addRegexToken('GG', match1to2, match2);\n addRegexToken('gg', match1to2, match2);\n addRegexToken('GGGG', match1to4, match4);\n addRegexToken('gggg', match1to4, match4);\n addRegexToken('GGGGG', match1to6, match6);\n addRegexToken('ggggg', match1to6, match6);\n\n addWeekParseToken(['gggg', 'ggggg', 'GGGG', 'GGGGG'], function (\n input,\n week,\n config,\n token\n ) {\n week[token.substr(0, 2)] = toInt(input);\n });\n\n addWeekParseToken(['gg', 'GG'], function (input, week, config, token) {\n week[token] = hooks.parseTwoDigitYear(input);\n });\n\n // MOMENTS\n\n function getSetWeekYear(input) {\n return getSetWeekYearHelper.call(\n this,\n input,\n this.week(),\n this.weekday(),\n this.localeData()._week.dow,\n this.localeData()._week.doy\n );\n }\n\n function getSetISOWeekYear(input) {\n return getSetWeekYearHelper.call(\n this,\n input,\n this.isoWeek(),\n this.isoWeekday(),\n 1,\n 4\n );\n }\n\n function getISOWeeksInYear() {\n return weeksInYear(this.year(), 1, 4);\n }\n\n function getISOWeeksInISOWeekYear() {\n return weeksInYear(this.isoWeekYear(), 1, 4);\n }\n\n function getWeeksInYear() {\n var weekInfo = this.localeData()._week;\n return weeksInYear(this.year(), weekInfo.dow, weekInfo.doy);\n }\n\n function getWeeksInWeekYear() {\n var weekInfo = this.localeData()._week;\n return weeksInYear(this.weekYear(), weekInfo.dow, weekInfo.doy);\n }\n\n function getSetWeekYearHelper(input, week, weekday, dow, doy) {\n var weeksTarget;\n if (input == null) {\n return weekOfYear(this, dow, doy).year;\n } else {\n weeksTarget = weeksInYear(input, dow, doy);\n if (week > weeksTarget) {\n week = weeksTarget;\n }\n return setWeekAll.call(this, input, week, weekday, dow, doy);\n }\n }\n\n function setWeekAll(weekYear, week, weekday, dow, doy) {\n var dayOfYearData = dayOfYearFromWeeks(weekYear, week, weekday, dow, doy),\n date = createUTCDate(dayOfYearData.year, 0, dayOfYearData.dayOfYear);\n\n this.year(date.getUTCFullYear());\n this.month(date.getUTCMonth());\n this.date(date.getUTCDate());\n return this;\n }\n\n // FORMATTING\n\n addFormatToken('Q', 0, 'Qo', 'quarter');\n\n // ALIASES\n\n addUnitAlias('quarter', 'Q');\n\n // PRIORITY\n\n addUnitPriority('quarter', 7);\n\n // PARSING\n\n addRegexToken('Q', match1);\n addParseToken('Q', function (input, array) {\n array[MONTH] = (toInt(input) - 1) * 3;\n });\n\n // MOMENTS\n\n function getSetQuarter(input) {\n return input == null\n ? Math.ceil((this.month() + 1) / 3)\n : this.month((input - 1) * 3 + (this.month() % 3));\n }\n\n // FORMATTING\n\n addFormatToken('D', ['DD', 2], 'Do', 'date');\n\n // ALIASES\n\n addUnitAlias('date', 'D');\n\n // PRIORITY\n addUnitPriority('date', 9);\n\n // PARSING\n\n addRegexToken('D', match1to2);\n addRegexToken('DD', match1to2, match2);\n addRegexToken('Do', function (isStrict, locale) {\n // TODO: Remove \"ordinalParse\" fallback in next major release.\n return isStrict\n ? locale._dayOfMonthOrdinalParse || locale._ordinalParse\n : locale._dayOfMonthOrdinalParseLenient;\n });\n\n addParseToken(['D', 'DD'], DATE);\n addParseToken('Do', function (input, array) {\n array[DATE] = toInt(input.match(match1to2)[0]);\n });\n\n // MOMENTS\n\n var getSetDayOfMonth = makeGetSet('Date', true);\n\n // FORMATTING\n\n addFormatToken('DDD', ['DDDD', 3], 'DDDo', 'dayOfYear');\n\n // ALIASES\n\n addUnitAlias('dayOfYear', 'DDD');\n\n // PRIORITY\n addUnitPriority('dayOfYear', 4);\n\n // PARSING\n\n addRegexToken('DDD', match1to3);\n addRegexToken('DDDD', match3);\n addParseToken(['DDD', 'DDDD'], function (input, array, config) {\n config._dayOfYear = toInt(input);\n });\n\n // HELPERS\n\n // MOMENTS\n\n function getSetDayOfYear(input) {\n var dayOfYear =\n Math.round(\n (this.clone().startOf('day') - this.clone().startOf('year')) / 864e5\n ) + 1;\n return input == null ? dayOfYear : this.add(input - dayOfYear, 'd');\n }\n\n // FORMATTING\n\n addFormatToken('m', ['mm', 2], 0, 'minute');\n\n // ALIASES\n\n addUnitAlias('minute', 'm');\n\n // PRIORITY\n\n addUnitPriority('minute', 14);\n\n // PARSING\n\n addRegexToken('m', match1to2);\n addRegexToken('mm', match1to2, match2);\n addParseToken(['m', 'mm'], MINUTE);\n\n // MOMENTS\n\n var getSetMinute = makeGetSet('Minutes', false);\n\n // FORMATTING\n\n addFormatToken('s', ['ss', 2], 0, 'second');\n\n // ALIASES\n\n addUnitAlias('second', 's');\n\n // PRIORITY\n\n addUnitPriority('second', 15);\n\n // PARSING\n\n addRegexToken('s', match1to2);\n addRegexToken('ss', match1to2, match2);\n addParseToken(['s', 'ss'], SECOND);\n\n // MOMENTS\n\n var getSetSecond = makeGetSet('Seconds', false);\n\n // FORMATTING\n\n addFormatToken('S', 0, 0, function () {\n return ~~(this.millisecond() / 100);\n });\n\n addFormatToken(0, ['SS', 2], 0, function () {\n return ~~(this.millisecond() / 10);\n });\n\n addFormatToken(0, ['SSS', 3], 0, 'millisecond');\n addFormatToken(0, ['SSSS', 4], 0, function () {\n return this.millisecond() * 10;\n });\n addFormatToken(0, ['SSSSS', 5], 0, function () {\n return this.millisecond() * 100;\n });\n addFormatToken(0, ['SSSSSS', 6], 0, function () {\n return this.millisecond() * 1000;\n });\n addFormatToken(0, ['SSSSSSS', 7], 0, function () {\n return this.millisecond() * 10000;\n });\n addFormatToken(0, ['SSSSSSSS', 8], 0, function () {\n return this.millisecond() * 100000;\n });\n addFormatToken(0, ['SSSSSSSSS', 9], 0, function () {\n return this.millisecond() * 1000000;\n });\n\n // ALIASES\n\n addUnitAlias('millisecond', 'ms');\n\n // PRIORITY\n\n addUnitPriority('millisecond', 16);\n\n // PARSING\n\n addRegexToken('S', match1to3, match1);\n addRegexToken('SS', match1to3, match2);\n addRegexToken('SSS', match1to3, match3);\n\n var token, getSetMillisecond;\n for (token = 'SSSS'; token.length <= 9; token += 'S') {\n addRegexToken(token, matchUnsigned);\n }\n\n function parseMs(input, array) {\n array[MILLISECOND] = toInt(('0.' + input) * 1000);\n }\n\n for (token = 'S'; token.length <= 9; token += 'S') {\n addParseToken(token, parseMs);\n }\n\n getSetMillisecond = makeGetSet('Milliseconds', false);\n\n // FORMATTING\n\n addFormatToken('z', 0, 0, 'zoneAbbr');\n addFormatToken('zz', 0, 0, 'zoneName');\n\n // MOMENTS\n\n function getZoneAbbr() {\n return this._isUTC ? 'UTC' : '';\n }\n\n function getZoneName() {\n return this._isUTC ? 'Coordinated Universal Time' : '';\n }\n\n var proto = Moment.prototype;\n\n proto.add = add;\n proto.calendar = calendar$1;\n proto.clone = clone;\n proto.diff = diff;\n proto.endOf = endOf;\n proto.format = format;\n proto.from = from;\n proto.fromNow = fromNow;\n proto.to = to;\n proto.toNow = toNow;\n proto.get = stringGet;\n proto.invalidAt = invalidAt;\n proto.isAfter = isAfter;\n proto.isBefore = isBefore;\n proto.isBetween = isBetween;\n proto.isSame = isSame;\n proto.isSameOrAfter = isSameOrAfter;\n proto.isSameOrBefore = isSameOrBefore;\n proto.isValid = isValid$2;\n proto.lang = lang;\n proto.locale = locale;\n proto.localeData = localeData;\n proto.max = prototypeMax;\n proto.min = prototypeMin;\n proto.parsingFlags = parsingFlags;\n proto.set = stringSet;\n proto.startOf = startOf;\n proto.subtract = subtract;\n proto.toArray = toArray;\n proto.toObject = toObject;\n proto.toDate = toDate;\n proto.toISOString = toISOString;\n proto.inspect = inspect;\n if (typeof Symbol !== 'undefined' && Symbol.for != null) {\n proto[Symbol.for('nodejs.util.inspect.custom')] = function () {\n return 'Moment<' + this.format() + '>';\n };\n }\n proto.toJSON = toJSON;\n proto.toString = toString;\n proto.unix = unix;\n proto.valueOf = valueOf;\n proto.creationData = creationData;\n proto.eraName = getEraName;\n proto.eraNarrow = getEraNarrow;\n proto.eraAbbr = getEraAbbr;\n proto.eraYear = getEraYear;\n proto.year = getSetYear;\n proto.isLeapYear = getIsLeapYear;\n proto.weekYear = getSetWeekYear;\n proto.isoWeekYear = getSetISOWeekYear;\n proto.quarter = proto.quarters = getSetQuarter;\n proto.month = getSetMonth;\n proto.daysInMonth = getDaysInMonth;\n proto.week = proto.weeks = getSetWeek;\n proto.isoWeek = proto.isoWeeks = getSetISOWeek;\n proto.weeksInYear = getWeeksInYear;\n proto.weeksInWeekYear = getWeeksInWeekYear;\n proto.isoWeeksInYear = getISOWeeksInYear;\n proto.isoWeeksInISOWeekYear = getISOWeeksInISOWeekYear;\n proto.date = getSetDayOfMonth;\n proto.day = proto.days = getSetDayOfWeek;\n proto.weekday = getSetLocaleDayOfWeek;\n proto.isoWeekday = getSetISODayOfWeek;\n proto.dayOfYear = getSetDayOfYear;\n proto.hour = proto.hours = getSetHour;\n proto.minute = proto.minutes = getSetMinute;\n proto.second = proto.seconds = getSetSecond;\n proto.millisecond = proto.milliseconds = getSetMillisecond;\n proto.utcOffset = getSetOffset;\n proto.utc = setOffsetToUTC;\n proto.local = setOffsetToLocal;\n proto.parseZone = setOffsetToParsedOffset;\n proto.hasAlignedHourOffset = hasAlignedHourOffset;\n proto.isDST = isDaylightSavingTime;\n proto.isLocal = isLocal;\n proto.isUtcOffset = isUtcOffset;\n proto.isUtc = isUtc;\n proto.isUTC = isUtc;\n proto.zoneAbbr = getZoneAbbr;\n proto.zoneName = getZoneName;\n proto.dates = deprecate(\n 'dates accessor is deprecated. Use date instead.',\n getSetDayOfMonth\n );\n proto.months = deprecate(\n 'months accessor is deprecated. Use month instead',\n getSetMonth\n );\n proto.years = deprecate(\n 'years accessor is deprecated. Use year instead',\n getSetYear\n );\n proto.zone = deprecate(\n 'moment().zone is deprecated, use moment().utcOffset instead. http://momentjs.com/guides/#/warnings/zone/',\n getSetZone\n );\n proto.isDSTShifted = deprecate(\n 'isDSTShifted is deprecated. See http://momentjs.com/guides/#/warnings/dst-shifted/ for more information',\n isDaylightSavingTimeShifted\n );\n\n function createUnix(input) {\n return createLocal(input * 1000);\n }\n\n function createInZone() {\n return createLocal.apply(null, arguments).parseZone();\n }\n\n function preParsePostFormat(string) {\n return string;\n }\n\n var proto$1 = Locale.prototype;\n\n proto$1.calendar = calendar;\n proto$1.longDateFormat = longDateFormat;\n proto$1.invalidDate = invalidDate;\n proto$1.ordinal = ordinal;\n proto$1.preparse = preParsePostFormat;\n proto$1.postformat = preParsePostFormat;\n proto$1.relativeTime = relativeTime;\n proto$1.pastFuture = pastFuture;\n proto$1.set = set;\n proto$1.eras = localeEras;\n proto$1.erasParse = localeErasParse;\n proto$1.erasConvertYear = localeErasConvertYear;\n proto$1.erasAbbrRegex = erasAbbrRegex;\n proto$1.erasNameRegex = erasNameRegex;\n proto$1.erasNarrowRegex = erasNarrowRegex;\n\n proto$1.months = localeMonths;\n proto$1.monthsShort = localeMonthsShort;\n proto$1.monthsParse = localeMonthsParse;\n proto$1.monthsRegex = monthsRegex;\n proto$1.monthsShortRegex = monthsShortRegex;\n proto$1.week = localeWeek;\n proto$1.firstDayOfYear = localeFirstDayOfYear;\n proto$1.firstDayOfWeek = localeFirstDayOfWeek;\n\n proto$1.weekdays = localeWeekdays;\n proto$1.weekdaysMin = localeWeekdaysMin;\n proto$1.weekdaysShort = localeWeekdaysShort;\n proto$1.weekdaysParse = localeWeekdaysParse;\n\n proto$1.weekdaysRegex = weekdaysRegex;\n proto$1.weekdaysShortRegex = weekdaysShortRegex;\n proto$1.weekdaysMinRegex = weekdaysMinRegex;\n\n proto$1.isPM = localeIsPM;\n proto$1.meridiem = localeMeridiem;\n\n function get$1(format, index, field, setter) {\n var locale = getLocale(),\n utc = createUTC().set(setter, index);\n return locale[field](utc, format);\n }\n\n function listMonthsImpl(format, index, field) {\n if (isNumber(format)) {\n index = format;\n format = undefined;\n }\n\n format = format || '';\n\n if (index != null) {\n return get$1(format, index, field, 'month');\n }\n\n var i,\n out = [];\n for (i = 0; i < 12; i++) {\n out[i] = get$1(format, i, field, 'month');\n }\n return out;\n }\n\n // ()\n // (5)\n // (fmt, 5)\n // (fmt)\n // (true)\n // (true, 5)\n // (true, fmt, 5)\n // (true, fmt)\n function listWeekdaysImpl(localeSorted, format, index, field) {\n if (typeof localeSorted === 'boolean') {\n if (isNumber(format)) {\n index = format;\n format = undefined;\n }\n\n format = format || '';\n } else {\n format = localeSorted;\n index = format;\n localeSorted = false;\n\n if (isNumber(format)) {\n index = format;\n format = undefined;\n }\n\n format = format || '';\n }\n\n var locale = getLocale(),\n shift = localeSorted ? locale._week.dow : 0,\n i,\n out = [];\n\n if (index != null) {\n return get$1(format, (index + shift) % 7, field, 'day');\n }\n\n for (i = 0; i < 7; i++) {\n out[i] = get$1(format, (i + shift) % 7, field, 'day');\n }\n return out;\n }\n\n function listMonths(format, index) {\n return listMonthsImpl(format, index, 'months');\n }\n\n function listMonthsShort(format, index) {\n return listMonthsImpl(format, index, 'monthsShort');\n }\n\n function listWeekdays(localeSorted, format, index) {\n return listWeekdaysImpl(localeSorted, format, index, 'weekdays');\n }\n\n function listWeekdaysShort(localeSorted, format, index) {\n return listWeekdaysImpl(localeSorted, format, index, 'weekdaysShort');\n }\n\n function listWeekdaysMin(localeSorted, format, index) {\n return listWeekdaysImpl(localeSorted, format, index, 'weekdaysMin');\n }\n\n getSetGlobalLocale('en', {\n eras: [\n {\n since: '0001-01-01',\n until: +Infinity,\n offset: 1,\n name: 'Anno Domini',\n narrow: 'AD',\n abbr: 'AD',\n },\n {\n since: '0000-12-31',\n until: -Infinity,\n offset: 1,\n name: 'Before Christ',\n narrow: 'BC',\n abbr: 'BC',\n },\n ],\n dayOfMonthOrdinalParse: /\\d{1,2}(th|st|nd|rd)/,\n ordinal: function (number) {\n var b = number % 10,\n output =\n toInt((number % 100) / 10) === 1\n ? 'th'\n : b === 1\n ? 'st'\n : b === 2\n ? 'nd'\n : b === 3\n ? 'rd'\n : 'th';\n return number + output;\n },\n });\n\n // Side effect imports\n\n hooks.lang = deprecate(\n 'moment.lang is deprecated. Use moment.locale instead.',\n getSetGlobalLocale\n );\n hooks.langData = deprecate(\n 'moment.langData is deprecated. Use moment.localeData instead.',\n getLocale\n );\n\n var mathAbs = Math.abs;\n\n function abs() {\n var data = this._data;\n\n this._milliseconds = mathAbs(this._milliseconds);\n this._days = mathAbs(this._days);\n this._months = mathAbs(this._months);\n\n data.milliseconds = mathAbs(data.milliseconds);\n data.seconds = mathAbs(data.seconds);\n data.minutes = mathAbs(data.minutes);\n data.hours = mathAbs(data.hours);\n data.months = mathAbs(data.months);\n data.years = mathAbs(data.years);\n\n return this;\n }\n\n function addSubtract$1(duration, input, value, direction) {\n var other = createDuration(input, value);\n\n duration._milliseconds += direction * other._milliseconds;\n duration._days += direction * other._days;\n duration._months += direction * other._months;\n\n return duration._bubble();\n }\n\n // supports only 2.0-style add(1, 's') or add(duration)\n function add$1(input, value) {\n return addSubtract$1(this, input, value, 1);\n }\n\n // supports only 2.0-style subtract(1, 's') or subtract(duration)\n function subtract$1(input, value) {\n return addSubtract$1(this, input, value, -1);\n }\n\n function absCeil(number) {\n if (number < 0) {\n return Math.floor(number);\n } else {\n return Math.ceil(number);\n }\n }\n\n function bubble() {\n var milliseconds = this._milliseconds,\n days = this._days,\n months = this._months,\n data = this._data,\n seconds,\n minutes,\n hours,\n years,\n monthsFromDays;\n\n // if we have a mix of positive and negative values, bubble down first\n // check: https://github.com/moment/moment/issues/2166\n if (\n !(\n (milliseconds >= 0 && days >= 0 && months >= 0) ||\n (milliseconds <= 0 && days <= 0 && months <= 0)\n )\n ) {\n milliseconds += absCeil(monthsToDays(months) + days) * 864e5;\n days = 0;\n months = 0;\n }\n\n // The following code bubbles up values, see the tests for\n // examples of what that means.\n data.milliseconds = milliseconds % 1000;\n\n seconds = absFloor(milliseconds / 1000);\n data.seconds = seconds % 60;\n\n minutes = absFloor(seconds / 60);\n data.minutes = minutes % 60;\n\n hours = absFloor(minutes / 60);\n data.hours = hours % 24;\n\n days += absFloor(hours / 24);\n\n // convert days to months\n monthsFromDays = absFloor(daysToMonths(days));\n months += monthsFromDays;\n days -= absCeil(monthsToDays(monthsFromDays));\n\n // 12 months -> 1 year\n years = absFloor(months / 12);\n months %= 12;\n\n data.days = days;\n data.months = months;\n data.years = years;\n\n return this;\n }\n\n function daysToMonths(days) {\n // 400 years have 146097 days (taking into account leap year rules)\n // 400 years have 12 months === 4800\n return (days * 4800) / 146097;\n }\n\n function monthsToDays(months) {\n // the reverse of daysToMonths\n return (months * 146097) / 4800;\n }\n\n function as(units) {\n if (!this.isValid()) {\n return NaN;\n }\n var days,\n months,\n milliseconds = this._milliseconds;\n\n units = normalizeUnits(units);\n\n if (units === 'month' || units === 'quarter' || units === 'year') {\n days = this._days + milliseconds / 864e5;\n months = this._months + daysToMonths(days);\n switch (units) {\n case 'month':\n return months;\n case 'quarter':\n return months / 3;\n case 'year':\n return months / 12;\n }\n } else {\n // handle milliseconds separately because of floating point math errors (issue #1867)\n days = this._days + Math.round(monthsToDays(this._months));\n switch (units) {\n case 'week':\n return days / 7 + milliseconds / 6048e5;\n case 'day':\n return days + milliseconds / 864e5;\n case 'hour':\n return days * 24 + milliseconds / 36e5;\n case 'minute':\n return days * 1440 + milliseconds / 6e4;\n case 'second':\n return days * 86400 + milliseconds / 1000;\n // Math.floor prevents floating point math errors here\n case 'millisecond':\n return Math.floor(days * 864e5) + milliseconds;\n default:\n throw new Error('Unknown unit ' + units);\n }\n }\n }\n\n // TODO: Use this.as('ms')?\n function valueOf$1() {\n if (!this.isValid()) {\n return NaN;\n }\n return (\n this._milliseconds +\n this._days * 864e5 +\n (this._months % 12) * 2592e6 +\n toInt(this._months / 12) * 31536e6\n );\n }\n\n function makeAs(alias) {\n return function () {\n return this.as(alias);\n };\n }\n\n var asMilliseconds = makeAs('ms'),\n asSeconds = makeAs('s'),\n asMinutes = makeAs('m'),\n asHours = makeAs('h'),\n asDays = makeAs('d'),\n asWeeks = makeAs('w'),\n asMonths = makeAs('M'),\n asQuarters = makeAs('Q'),\n asYears = makeAs('y');\n\n function clone$1() {\n return createDuration(this);\n }\n\n function get$2(units) {\n units = normalizeUnits(units);\n return this.isValid() ? this[units + 's']() : NaN;\n }\n\n function makeGetter(name) {\n return function () {\n return this.isValid() ? this._data[name] : NaN;\n };\n }\n\n var milliseconds = makeGetter('milliseconds'),\n seconds = makeGetter('seconds'),\n minutes = makeGetter('minutes'),\n hours = makeGetter('hours'),\n days = makeGetter('days'),\n months = makeGetter('months'),\n years = makeGetter('years');\n\n function weeks() {\n return absFloor(this.days() / 7);\n }\n\n var round = Math.round,\n thresholds = {\n ss: 44, // a few seconds to seconds\n s: 45, // seconds to minute\n m: 45, // minutes to hour\n h: 22, // hours to day\n d: 26, // days to month/week\n w: null, // weeks to month\n M: 11, // months to year\n };\n\n // helper function for moment.fn.from, moment.fn.fromNow, and moment.duration.fn.humanize\n function substituteTimeAgo(string, number, withoutSuffix, isFuture, locale) {\n return locale.relativeTime(number || 1, !!withoutSuffix, string, isFuture);\n }\n\n function relativeTime$1(posNegDuration, withoutSuffix, thresholds, locale) {\n var duration = createDuration(posNegDuration).abs(),\n seconds = round(duration.as('s')),\n minutes = round(duration.as('m')),\n hours = round(duration.as('h')),\n days = round(duration.as('d')),\n months = round(duration.as('M')),\n weeks = round(duration.as('w')),\n years = round(duration.as('y')),\n a =\n (seconds <= thresholds.ss && ['s', seconds]) ||\n (seconds < thresholds.s && ['ss', seconds]) ||\n (minutes <= 1 && ['m']) ||\n (minutes < thresholds.m && ['mm', minutes]) ||\n (hours <= 1 && ['h']) ||\n (hours < thresholds.h && ['hh', hours]) ||\n (days <= 1 && ['d']) ||\n (days < thresholds.d && ['dd', days]);\n\n if (thresholds.w != null) {\n a =\n a ||\n (weeks <= 1 && ['w']) ||\n (weeks < thresholds.w && ['ww', weeks]);\n }\n a = a ||\n (months <= 1 && ['M']) ||\n (months < thresholds.M && ['MM', months]) ||\n (years <= 1 && ['y']) || ['yy', years];\n\n a[2] = withoutSuffix;\n a[3] = +posNegDuration > 0;\n a[4] = locale;\n return substituteTimeAgo.apply(null, a);\n }\n\n // This function allows you to set the rounding function for relative time strings\n function getSetRelativeTimeRounding(roundingFunction) {\n if (roundingFunction === undefined) {\n return round;\n }\n if (typeof roundingFunction === 'function') {\n round = roundingFunction;\n return true;\n }\n return false;\n }\n\n // This function allows you to set a threshold for relative time strings\n function getSetRelativeTimeThreshold(threshold, limit) {\n if (thresholds[threshold] === undefined) {\n return false;\n }\n if (limit === undefined) {\n return thresholds[threshold];\n }\n thresholds[threshold] = limit;\n if (threshold === 's') {\n thresholds.ss = limit - 1;\n }\n return true;\n }\n\n function humanize(argWithSuffix, argThresholds) {\n if (!this.isValid()) {\n return this.localeData().invalidDate();\n }\n\n var withSuffix = false,\n th = thresholds,\n locale,\n output;\n\n if (typeof argWithSuffix === 'object') {\n argThresholds = argWithSuffix;\n argWithSuffix = false;\n }\n if (typeof argWithSuffix === 'boolean') {\n withSuffix = argWithSuffix;\n }\n if (typeof argThresholds === 'object') {\n th = Object.assign({}, thresholds, argThresholds);\n if (argThresholds.s != null && argThresholds.ss == null) {\n th.ss = argThresholds.s - 1;\n }\n }\n\n locale = this.localeData();\n output = relativeTime$1(this, !withSuffix, th, locale);\n\n if (withSuffix) {\n output = locale.pastFuture(+this, output);\n }\n\n return locale.postformat(output);\n }\n\n var abs$1 = Math.abs;\n\n function sign(x) {\n return (x > 0) - (x < 0) || +x;\n }\n\n function toISOString$1() {\n // for ISO strings we do not use the normal bubbling rules:\n // * milliseconds bubble up until they become hours\n // * days do not bubble at all\n // * months bubble up until they become years\n // This is because there is no context-free conversion between hours and days\n // (think of clock changes)\n // and also not between days and months (28-31 days per month)\n if (!this.isValid()) {\n return this.localeData().invalidDate();\n }\n\n var seconds = abs$1(this._milliseconds) / 1000,\n days = abs$1(this._days),\n months = abs$1(this._months),\n minutes,\n hours,\n years,\n s,\n total = this.asSeconds(),\n totalSign,\n ymSign,\n daysSign,\n hmsSign;\n\n if (!total) {\n // this is the same as C#'s (Noda) and python (isodate)...\n // but not other JS (goog.date)\n return 'P0D';\n }\n\n // 3600 seconds -> 60 minutes -> 1 hour\n minutes = absFloor(seconds / 60);\n hours = absFloor(minutes / 60);\n seconds %= 60;\n minutes %= 60;\n\n // 12 months -> 1 year\n years = absFloor(months / 12);\n months %= 12;\n\n // inspired by https://github.com/dordille/moment-isoduration/blob/master/moment.isoduration.js\n s = seconds ? seconds.toFixed(3).replace(/\\.?0+$/, '') : '';\n\n totalSign = total < 0 ? '-' : '';\n ymSign = sign(this._months) !== sign(total) ? '-' : '';\n daysSign = sign(this._days) !== sign(total) ? '-' : '';\n hmsSign = sign(this._milliseconds) !== sign(total) ? '-' : '';\n\n return (\n totalSign +\n 'P' +\n (years ? ymSign + years + 'Y' : '') +\n (months ? ymSign + months + 'M' : '') +\n (days ? daysSign + days + 'D' : '') +\n (hours || minutes || seconds ? 'T' : '') +\n (hours ? hmsSign + hours + 'H' : '') +\n (minutes ? hmsSign + minutes + 'M' : '') +\n (seconds ? hmsSign + s + 'S' : '')\n );\n }\n\n var proto$2 = Duration.prototype;\n\n proto$2.isValid = isValid$1;\n proto$2.abs = abs;\n proto$2.add = add$1;\n proto$2.subtract = subtract$1;\n proto$2.as = as;\n proto$2.asMilliseconds = asMilliseconds;\n proto$2.asSeconds = asSeconds;\n proto$2.asMinutes = asMinutes;\n proto$2.asHours = asHours;\n proto$2.asDays = asDays;\n proto$2.asWeeks = asWeeks;\n proto$2.asMonths = asMonths;\n proto$2.asQuarters = asQuarters;\n proto$2.asYears = asYears;\n proto$2.valueOf = valueOf$1;\n proto$2._bubble = bubble;\n proto$2.clone = clone$1;\n proto$2.get = get$2;\n proto$2.milliseconds = milliseconds;\n proto$2.seconds = seconds;\n proto$2.minutes = minutes;\n proto$2.hours = hours;\n proto$2.days = days;\n proto$2.weeks = weeks;\n proto$2.months = months;\n proto$2.years = years;\n proto$2.humanize = humanize;\n proto$2.toISOString = toISOString$1;\n proto$2.toString = toISOString$1;\n proto$2.toJSON = toISOString$1;\n proto$2.locale = locale;\n proto$2.localeData = localeData;\n\n proto$2.toIsoString = deprecate(\n 'toIsoString() is deprecated. Please use toISOString() instead (notice the capitals)',\n toISOString$1\n );\n proto$2.lang = lang;\n\n // FORMATTING\n\n addFormatToken('X', 0, 0, 'unix');\n addFormatToken('x', 0, 0, 'valueOf');\n\n // PARSING\n\n addRegexToken('x', matchSigned);\n addRegexToken('X', matchTimestamp);\n addParseToken('X', function (input, array, config) {\n config._d = new Date(parseFloat(input) * 1000);\n });\n addParseToken('x', function (input, array, config) {\n config._d = new Date(toInt(input));\n });\n\n //! moment.js\n\n hooks.version = '2.29.1';\n\n setHookCallback(createLocal);\n\n hooks.fn = proto;\n hooks.min = min;\n hooks.max = max;\n hooks.now = now;\n hooks.utc = createUTC;\n hooks.unix = createUnix;\n hooks.months = listMonths;\n hooks.isDate = isDate;\n hooks.locale = getSetGlobalLocale;\n hooks.invalid = createInvalid;\n hooks.duration = createDuration;\n hooks.isMoment = isMoment;\n hooks.weekdays = listWeekdays;\n hooks.parseZone = createInZone;\n hooks.localeData = getLocale;\n hooks.isDuration = isDuration;\n hooks.monthsShort = listMonthsShort;\n hooks.weekdaysMin = listWeekdaysMin;\n hooks.defineLocale = defineLocale;\n hooks.updateLocale = updateLocale;\n hooks.locales = listLocales;\n hooks.weekdaysShort = listWeekdaysShort;\n hooks.normalizeUnits = normalizeUnits;\n hooks.relativeTimeRounding = getSetRelativeTimeRounding;\n hooks.relativeTimeThreshold = getSetRelativeTimeThreshold;\n hooks.calendarFormat = getCalendarFormat;\n hooks.prototype = proto;\n\n // currently HTML5 input type only supports 24-hour formats\n hooks.HTML5_FMT = {\n DATETIME_LOCAL: 'YYYY-MM-DDTHH:mm', // <input type=\"datetime-local\" />\n DATETIME_LOCAL_SECONDS: 'YYYY-MM-DDTHH:mm:ss', // <input type=\"datetime-local\" step=\"1\" />\n DATETIME_LOCAL_MS: 'YYYY-MM-DDTHH:mm:ss.SSS', // <input type=\"datetime-local\" step=\"0.001\" />\n DATE: 'YYYY-MM-DD', // <input type=\"date\" />\n TIME: 'HH:mm', // <input type=\"time\" />\n TIME_SECONDS: 'HH:mm:ss', // <input type=\"time\" step=\"1\" />\n TIME_MS: 'HH:mm:ss.SSS', // <input type=\"time\" step=\"0.001\" />\n WEEK: 'GGGG-[W]WW', // <input type=\"week\" />\n MONTH: 'YYYY-MM', // <input type=\"month\" />\n };\n\n return hooks;\n\n})));\n","var global = require('../internals/global');\nvar getOwnPropertyDescriptor = require('../internals/object-get-own-property-descriptor').f;\nvar createNonEnumerableProperty = require('../internals/create-non-enumerable-property');\nvar redefine = require('../internals/redefine');\nvar setGlobal = require('../internals/set-global');\nvar copyConstructorProperties = require('../internals/copy-constructor-properties');\nvar isForced = require('../internals/is-forced');\n\n/*\n options.target - name of the target object\n options.global - target is the global object\n options.stat - export as static methods of target\n options.proto - export as prototype methods of target\n options.real - real prototype method for the `pure` version\n options.forced - export even if the native feature is available\n options.bind - bind methods to the target, required for the `pure` version\n options.wrap - wrap constructors to preventing global pollution, required for the `pure` version\n options.unsafe - use the simple assignment of property instead of delete + defineProperty\n options.sham - add a flag to not completely full polyfills\n options.enumerable - export as enumerable property\n options.noTargetGet - prevent calling a getter on target\n*/\nmodule.exports = function (options, source) {\n var TARGET = options.target;\n var GLOBAL = options.global;\n var STATIC = options.stat;\n var FORCED, target, key, targetProperty, sourceProperty, descriptor;\n if (GLOBAL) {\n target = global;\n } else if (STATIC) {\n target = global[TARGET] || setGlobal(TARGET, {});\n } else {\n target = (global[TARGET] || {}).prototype;\n }\n if (target) for (key in source) {\n sourceProperty = source[key];\n if (options.noTargetGet) {\n descriptor = getOwnPropertyDescriptor(target, key);\n targetProperty = descriptor && descriptor.value;\n } else targetProperty = target[key];\n FORCED = isForced(GLOBAL ? key : TARGET + (STATIC ? '.' : '#') + key, options.forced);\n // contained in target\n if (!FORCED && targetProperty !== undefined) {\n if (typeof sourceProperty === typeof targetProperty) continue;\n copyConstructorProperties(sourceProperty, targetProperty);\n }\n // add a flag to not completely full polyfills\n if (options.sham || (targetProperty && targetProperty.sham)) {\n createNonEnumerableProperty(sourceProperty, 'sham', true);\n }\n // extend global\n redefine(target, key, sourceProperty, options);\n }\n};\n","module.exports = function (exec) {\n try {\n return !!exec();\n } catch (error) {\n return true;\n }\n};\n","var check = function (it) {\n return it && it.Math == Math && it;\n};\n\n// https://github.com/zloirock/core-js/issues/86#issuecomment-115759028\nmodule.exports =\n // eslint-disable-next-line es/no-global-this -- safe\n check(typeof globalThis == 'object' && globalThis) ||\n check(typeof window == 'object' && window) ||\n // eslint-disable-next-line no-restricted-globals -- safe\n check(typeof self == 'object' && self) ||\n check(typeof global == 'object' && global) ||\n // eslint-disable-next-line no-new-func -- fallback\n (function () { return this; })() || Function('return this')();\n","// Some functions take a variable number of arguments, or a few expected\n// arguments at the beginning and then a variable number of values to operate\n// on. This helper accumulates all remaining arguments past the function’s\n// argument length (or an explicit `startIndex`), into an array that becomes\n// the last argument. Similar to ES6’s \"rest parameter\".\nexport default function restArguments(func, startIndex) {\n startIndex = startIndex == null ? func.length - 1 : +startIndex;\n return function() {\n var length = Math.max(arguments.length - startIndex, 0),\n rest = Array(length),\n index = 0;\n for (; index < length; index++) {\n rest[index] = arguments[index + startIndex];\n }\n switch (startIndex) {\n case 0: return func.call(this, rest);\n case 1: return func.call(this, arguments[0], rest);\n case 2: return func.call(this, arguments[0], arguments[1], rest);\n }\n var args = Array(startIndex + 1);\n for (index = 0; index < startIndex; index++) {\n args[index] = arguments[index];\n }\n args[startIndex] = rest;\n return func.apply(this, args);\n };\n}\n","// Is a given variable an object?\nexport default function isObject(obj) {\n var type = typeof obj;\n return type === 'function' || type === 'object' && !!obj;\n}\n","// Is a given value equal to null?\nexport default function isNull(obj) {\n return obj === null;\n}\n","// Is a given variable undefined?\nexport default function isUndefined(obj) {\n return obj === void 0;\n}\n","import { toString } from './_setup.js';\n\n// Is a given value a boolean?\nexport default function isBoolean(obj) {\n return obj === true || obj === false || toString.call(obj) === '[object Boolean]';\n}\n","// Is a given value a DOM element?\nexport default function isElement(obj) {\n return !!(obj && obj.nodeType === 1);\n}\n","import { toString } from './_setup.js';\n\n// Internal function for creating a `toString`-based type tester.\nexport default function tagTester(name) {\n var tag = '[object ' + name + ']';\n return function(obj) {\n return toString.call(obj) === tag;\n };\n}\n","import tagTester from './_tagTester.js';\n\nexport default tagTester('String');\n","import tagTester from './_tagTester.js';\n\nexport default tagTester('Number');\n","import tagTester from './_tagTester.js';\n\nexport default tagTester('Date');\n","import tagTester from './_tagTester.js';\n\nexport default tagTester('RegExp');\n","import tagTester from './_tagTester.js';\n\nexport default tagTester('Error');\n","import tagTester from './_tagTester.js';\n\nexport default tagTester('Symbol');\n","import tagTester from './_tagTester.js';\n\nexport default tagTester('ArrayBuffer');\n","import tagTester from './_tagTester.js';\nimport { root } from './_setup.js';\n\nvar isFunction = tagTester('Function');\n\n// Optimize `isFunction` if appropriate. Work around some `typeof` bugs in old\n// v8, IE 11 (#1621), Safari 8 (#1929), and PhantomJS (#2236).\nvar nodelist = root.document && root.document.childNodes;\nif (typeof /./ != 'function' && typeof Int8Array != 'object' && typeof nodelist != 'function') {\n isFunction = function(obj) {\n return typeof obj == 'function' || false;\n };\n}\n\nexport default isFunction;\n","import tagTester from './_tagTester.js';\n\nexport default tagTester('Object');\n","import { supportsDataView } from './_setup.js';\nimport hasObjectTag from './_hasObjectTag.js';\n\n// In IE 10 - Edge 13, `DataView` has string tag `'[object Object]'`.\n// In IE 11, the most common among them, this problem also applies to\n// `Map`, `WeakMap` and `Set`.\nexport var hasStringTagBug = (\n supportsDataView && hasObjectTag(new DataView(new ArrayBuffer(8)))\n ),\n isIE11 = (typeof Map !== 'undefined' && hasObjectTag(new Map));\n","import tagTester from './_tagTester.js';\nimport isFunction from './isFunction.js';\nimport isArrayBuffer from './isArrayBuffer.js';\nimport { hasStringTagBug } from './_stringTagBug.js';\n\nvar isDataView = tagTester('DataView');\n\n// In IE 10 - Edge 13, we need a different heuristic\n// to determine whether an object is a `DataView`.\nfunction ie10IsDataView(obj) {\n return obj != null && isFunction(obj.getInt8) && isArrayBuffer(obj.buffer);\n}\n\nexport default (hasStringTagBug ? ie10IsDataView : isDataView);\n","import { nativeIsArray } from './_setup.js';\nimport tagTester from './_tagTester.js';\n\n// Is a given value an array?\n// Delegates to ECMA5's native `Array.isArray`.\nexport default nativeIsArray || tagTester('Array');\n","import { hasOwnProperty } from './_setup.js';\n\n// Internal function to check whether `key` is an own property name of `obj`.\nexport default function has(obj, key) {\n return obj != null && hasOwnProperty.call(obj, key);\n}\n","import tagTester from './_tagTester.js';\nimport has from './_has.js';\n\nvar isArguments = tagTester('Arguments');\n\n// Define a fallback version of the method in browsers (ahem, IE < 9), where\n// there isn't any inspectable \"Arguments\" type.\n(function() {\n if (!isArguments(arguments)) {\n isArguments = function(obj) {\n return has(obj, 'callee');\n };\n }\n}());\n\nexport default isArguments;\n","import { _isFinite } from './_setup.js';\nimport isSymbol from './isSymbol.js';\n\n// Is a given object a finite number?\nexport default function isFinite(obj) {\n return !isSymbol(obj) && _isFinite(obj) && !isNaN(parseFloat(obj));\n}\n","import { _isNaN } from './_setup.js';\nimport isNumber from './isNumber.js';\n\n// Is the given value `NaN`?\nexport default function isNaN(obj) {\n return isNumber(obj) && _isNaN(obj);\n}\n","// Predicate-generating function. Often useful outside of Underscore.\nexport default function constant(value) {\n return function() {\n return value;\n };\n}\n","import { MAX_ARRAY_INDEX } from './_setup.js';\n\n// Common internal logic for `isArrayLike` and `isBufferLike`.\nexport default function createSizePropertyCheck(getSizeProperty) {\n return function(collection) {\n var sizeProperty = getSizeProperty(collection);\n return typeof sizeProperty == 'number' && sizeProperty >= 0 && sizeProperty <= MAX_ARRAY_INDEX;\n }\n}\n","// Internal helper to generate a function to obtain property `key` from `obj`.\nexport default function shallowProperty(key) {\n return function(obj) {\n return obj == null ? void 0 : obj[key];\n };\n}\n","import shallowProperty from './_shallowProperty.js';\n\n// Internal helper to obtain the `byteLength` property of an object.\nexport default shallowProperty('byteLength');\n","import createSizePropertyCheck from './_createSizePropertyCheck.js';\nimport getByteLength from './_getByteLength.js';\n\n// Internal helper to determine whether we should spend extensive checks against\n// `ArrayBuffer` et al.\nexport default createSizePropertyCheck(getByteLength);\n","import { supportsArrayBuffer, nativeIsView, toString } from './_setup.js';\nimport isDataView from './isDataView.js';\nimport constant from './constant.js';\nimport isBufferLike from './_isBufferLike.js';\n\n// Is a given value a typed array?\nvar typedArrayPattern = /\\[object ((I|Ui)nt(8|16|32)|Float(32|64)|Uint8Clamped|Big(I|Ui)nt64)Array\\]/;\nfunction isTypedArray(obj) {\n // `ArrayBuffer.isView` is the most future-proof, so use it when available.\n // Otherwise, fall back on the above regular expression.\n return nativeIsView ? (nativeIsView(obj) && !isDataView(obj)) :\n isBufferLike(obj) && typedArrayPattern.test(toString.call(obj));\n}\n\nexport default supportsArrayBuffer ? isTypedArray : constant(false);\n","import shallowProperty from './_shallowProperty.js';\n\n// Internal helper to obtain the `length` property of an object.\nexport default shallowProperty('length');\n","import { nonEnumerableProps, ObjProto } from './_setup.js';\nimport isFunction from './isFunction.js';\nimport has from './_has.js';\n\n// Internal helper to create a simple lookup structure.\n// `collectNonEnumProps` used to depend on `_.contains`, but this led to\n// circular imports. `emulatedSet` is a one-off solution that only works for\n// arrays of strings.\nfunction emulatedSet(keys) {\n var hash = {};\n for (var l = keys.length, i = 0; i < l; ++i) hash[keys[i]] = true;\n return {\n contains: function(key) { return hash[key]; },\n push: function(key) {\n hash[key] = true;\n return keys.push(key);\n }\n };\n}\n\n// Internal helper. Checks `keys` for the presence of keys in IE < 9 that won't\n// be iterated by `for key in ...` and thus missed. Extends `keys` in place if\n// needed.\nexport default function collectNonEnumProps(obj, keys) {\n keys = emulatedSet(keys);\n var nonEnumIdx = nonEnumerableProps.length;\n var constructor = obj.constructor;\n var proto = isFunction(constructor) && constructor.prototype || ObjProto;\n\n // Constructor is a special case.\n var prop = 'constructor';\n if (has(obj, prop) && !keys.contains(prop)) keys.push(prop);\n\n while (nonEnumIdx--) {\n prop = nonEnumerableProps[nonEnumIdx];\n if (prop in obj && obj[prop] !== proto[prop] && !keys.contains(prop)) {\n keys.push(prop);\n }\n }\n}\n","import isObject from './isObject.js';\nimport { nativeKeys, hasEnumBug } from './_setup.js';\nimport has from './_has.js';\nimport collectNonEnumProps from './_collectNonEnumProps.js';\n\n// Retrieve the names of an object's own properties.\n// Delegates to **ECMAScript 5**'s native `Object.keys`.\nexport default function keys(obj) {\n if (!isObject(obj)) return [];\n if (nativeKeys) return nativeKeys(obj);\n var keys = [];\n for (var key in obj) if (has(obj, key)) keys.push(key);\n // Ahem, IE < 9.\n if (hasEnumBug) collectNonEnumProps(obj, keys);\n return keys;\n}\n","import getLength from './_getLength.js';\nimport isArray from './isArray.js';\nimport isString from './isString.js';\nimport isArguments from './isArguments.js';\nimport keys from './keys.js';\n\n// Is a given array, string, or object empty?\n// An \"empty\" object has no enumerable own-properties.\nexport default function isEmpty(obj) {\n if (obj == null) return true;\n // Skip the more expensive `toString`-based type checks if `obj` has no\n // `.length`.\n var length = getLength(obj);\n if (typeof length == 'number' && (\n isArray(obj) || isString(obj) || isArguments(obj)\n )) return length === 0;\n return getLength(keys(obj)) === 0;\n}\n","import keys from './keys.js';\n\n// Returns whether an object has a given set of `key:value` pairs.\nexport default function isMatch(object, attrs) {\n var _keys = keys(attrs), length = _keys.length;\n if (object == null) return !length;\n var obj = Object(object);\n for (var i = 0; i < length; i++) {\n var key = _keys[i];\n if (attrs[key] !== obj[key] || !(key in obj)) return false;\n }\n return true;\n}\n","import { VERSION } from './_setup.js';\n\n// If Underscore is called as a function, it returns a wrapped object that can\n// be used OO-style. This wrapper holds altered versions of all functions added\n// through `_.mixin`. Wrapped objects may be chained.\nexport default function _(obj) {\n if (obj instanceof _) return obj;\n if (!(this instanceof _)) return new _(obj);\n this._wrapped = obj;\n}\n\n_.VERSION = VERSION;\n\n// Extracts the result from a wrapped and chained object.\n_.prototype.value = function() {\n return this._wrapped;\n};\n\n// Provide unwrapping proxies for some methods used in engine operations\n// such as arithmetic and JSON stringification.\n_.prototype.valueOf = _.prototype.toJSON = _.prototype.value;\n\n_.prototype.toString = function() {\n return String(this._wrapped);\n};\n","import getByteLength from './_getByteLength.js';\n\n// Internal function to wrap or shallow-copy an ArrayBuffer,\n// typed array or DataView to a new view, reusing the buffer.\nexport default function toBufferView(bufferSource) {\n return new Uint8Array(\n bufferSource.buffer || bufferSource,\n bufferSource.byteOffset || 0,\n getByteLength(bufferSource)\n );\n}\n","import _ from './underscore.js';\nimport { toString, SymbolProto } from './_setup.js';\nimport getByteLength from './_getByteLength.js';\nimport isTypedArray from './isTypedArray.js';\nimport isFunction from './isFunction.js';\nimport { hasStringTagBug } from './_stringTagBug.js';\nimport isDataView from './isDataView.js';\nimport keys from './keys.js';\nimport has from './_has.js';\nimport toBufferView from './_toBufferView.js';\n\n// We use this string twice, so give it a name for minification.\nvar tagDataView = '[object DataView]';\n\n// Internal recursive comparison function for `_.isEqual`.\nfunction eq(a, b, aStack, bStack) {\n // Identical objects are equal. `0 === -0`, but they aren't identical.\n // See the [Harmony `egal` proposal](https://wiki.ecmascript.org/doku.php?id=harmony:egal).\n if (a === b) return a !== 0 || 1 / a === 1 / b;\n // `null` or `undefined` only equal to itself (strict comparison).\n if (a == null || b == null) return false;\n // `NaN`s are equivalent, but non-reflexive.\n if (a !== a) return b !== b;\n // Exhaust primitive checks\n var type = typeof a;\n if (type !== 'function' && type !== 'object' && typeof b != 'object') return false;\n return deepEq(a, b, aStack, bStack);\n}\n\n// Internal recursive comparison function for `_.isEqual`.\nfunction deepEq(a, b, aStack, bStack) {\n // Unwrap any wrapped objects.\n if (a instanceof _) a = a._wrapped;\n if (b instanceof _) b = b._wrapped;\n // Compare `[[Class]]` names.\n var className = toString.call(a);\n if (className !== toString.call(b)) return false;\n // Work around a bug in IE 10 - Edge 13.\n if (hasStringTagBug && className == '[object Object]' && isDataView(a)) {\n if (!isDataView(b)) return false;\n className = tagDataView;\n }\n switch (className) {\n // These types are compared by value.\n case '[object RegExp]':\n // RegExps are coerced to strings for comparison (Note: '' + /a/i === '/a/i')\n case '[object String]':\n // Primitives and their corresponding object wrappers are equivalent; thus, `\"5\"` is\n // equivalent to `new String(\"5\")`.\n return '' + a === '' + b;\n case '[object Number]':\n // `NaN`s are equivalent, but non-reflexive.\n // Object(NaN) is equivalent to NaN.\n if (+a !== +a) return +b !== +b;\n // An `egal` comparison is performed for other numeric values.\n return +a === 0 ? 1 / +a === 1 / b : +a === +b;\n case '[object Date]':\n case '[object Boolean]':\n // Coerce dates and booleans to numeric primitive values. Dates are compared by their\n // millisecond representations. Note that invalid dates with millisecond representations\n // of `NaN` are not equivalent.\n return +a === +b;\n case '[object Symbol]':\n return SymbolProto.valueOf.call(a) === SymbolProto.valueOf.call(b);\n case '[object ArrayBuffer]':\n case tagDataView:\n // Coerce to typed array so we can fall through.\n return deepEq(toBufferView(a), toBufferView(b), aStack, bStack);\n }\n\n var areArrays = className === '[object Array]';\n if (!areArrays && isTypedArray(a)) {\n var byteLength = getByteLength(a);\n if (byteLength !== getByteLength(b)) return false;\n if (a.buffer === b.buffer && a.byteOffset === b.byteOffset) return true;\n areArrays = true;\n }\n if (!areArrays) {\n if (typeof a != 'object' || typeof b != 'object') return false;\n\n // Objects with different constructors are not equivalent, but `Object`s or `Array`s\n // from different frames are.\n var aCtor = a.constructor, bCtor = b.constructor;\n if (aCtor !== bCtor && !(isFunction(aCtor) && aCtor instanceof aCtor &&\n isFunction(bCtor) && bCtor instanceof bCtor)\n && ('constructor' in a && 'constructor' in b)) {\n return false;\n }\n }\n // Assume equality for cyclic structures. The algorithm for detecting cyclic\n // structures is adapted from ES 5.1 section 15.12.3, abstract operation `JO`.\n\n // Initializing stack of traversed objects.\n // It's done here since we only need them for objects and arrays comparison.\n aStack = aStack || [];\n bStack = bStack || [];\n var length = aStack.length;\n while (length--) {\n // Linear search. Performance is inversely proportional to the number of\n // unique nested structures.\n if (aStack[length] === a) return bStack[length] === b;\n }\n\n // Add the first object to the stack of traversed objects.\n aStack.push(a);\n bStack.push(b);\n\n // Recursively compare objects and arrays.\n if (areArrays) {\n // Compare array lengths to determine if a deep comparison is necessary.\n length = a.length;\n if (length !== b.length) return false;\n // Deep compare the contents, ignoring non-numeric properties.\n while (length--) {\n if (!eq(a[length], b[length], aStack, bStack)) return false;\n }\n } else {\n // Deep compare objects.\n var _keys = keys(a), key;\n length = _keys.length;\n // Ensure that both objects contain the same number of properties before comparing deep equality.\n if (keys(b).length !== length) return false;\n while (length--) {\n // Deep compare each member\n key = _keys[length];\n if (!(has(b, key) && eq(a[key], b[key], aStack, bStack))) return false;\n }\n }\n // Remove the first object from the stack of traversed objects.\n aStack.pop();\n bStack.pop();\n return true;\n}\n\n// Perform a deep comparison to check if two objects are equal.\nexport default function isEqual(a, b) {\n return eq(a, b);\n}\n","import isObject from './isObject.js';\nimport { hasEnumBug } from './_setup.js';\nimport collectNonEnumProps from './_collectNonEnumProps.js';\n\n// Retrieve all the enumerable property names of an object.\nexport default function allKeys(obj) {\n if (!isObject(obj)) return [];\n var keys = [];\n for (var key in obj) keys.push(key);\n // Ahem, IE < 9.\n if (hasEnumBug) collectNonEnumProps(obj, keys);\n return keys;\n}\n","import getLength from './_getLength.js';\nimport isFunction from './isFunction.js';\nimport allKeys from './allKeys.js';\n\n// Since the regular `Object.prototype.toString` type tests don't work for\n// some types in IE 11, we use a fingerprinting heuristic instead, based\n// on the methods. It's not great, but it's the best we got.\n// The fingerprint method lists are defined below.\nexport function ie11fingerprint(methods) {\n var length = getLength(methods);\n return function(obj) {\n if (obj == null) return false;\n // `Map`, `WeakMap` and `Set` have no enumerable keys.\n var keys = allKeys(obj);\n if (getLength(keys)) return false;\n for (var i = 0; i < length; i++) {\n if (!isFunction(obj[methods[i]])) return false;\n }\n // If we are testing against `WeakMap`, we need to ensure that\n // `obj` doesn't have a `forEach` method in order to distinguish\n // it from a regular `Map`.\n return methods !== weakMapMethods || !isFunction(obj[forEachName]);\n };\n}\n\n// In the interest of compact minification, we write\n// each string in the fingerprints only once.\nvar forEachName = 'forEach',\n hasName = 'has',\n commonInit = ['clear', 'delete'],\n mapTail = ['get', hasName, 'set'];\n\n// `Map`, `WeakMap` and `Set` each have slightly different\n// combinations of the above sublists.\nexport var mapMethods = commonInit.concat(forEachName, mapTail),\n weakMapMethods = commonInit.concat(mapTail),\n setMethods = ['add'].concat(commonInit, forEachName, hasName);\n","import tagTester from './_tagTester.js';\nimport { isIE11 } from './_stringTagBug.js';\nimport { ie11fingerprint, mapMethods } from './_methodFingerprint.js';\n\nexport default isIE11 ? ie11fingerprint(mapMethods) : tagTester('Map');\n","import tagTester from './_tagTester.js';\nimport { isIE11 } from './_stringTagBug.js';\nimport { ie11fingerprint, weakMapMethods } from './_methodFingerprint.js';\n\nexport default isIE11 ? ie11fingerprint(weakMapMethods) : tagTester('WeakMap');\n","import tagTester from './_tagTester.js';\nimport { isIE11 } from './_stringTagBug.js';\nimport { ie11fingerprint, setMethods } from './_methodFingerprint.js';\n\nexport default isIE11 ? ie11fingerprint(setMethods) : tagTester('Set');\n","import tagTester from './_tagTester.js';\n\nexport default tagTester('WeakSet');\n","import keys from './keys.js';\n\n// Retrieve the values of an object's properties.\nexport default function values(obj) {\n var _keys = keys(obj);\n var length = _keys.length;\n var values = Array(length);\n for (var i = 0; i < length; i++) {\n values[i] = obj[_keys[i]];\n }\n return values;\n}\n","import keys from './keys.js';\n\n// Convert an object into a list of `[key, value]` pairs.\n// The opposite of `_.object` with one argument.\nexport default function pairs(obj) {\n var _keys = keys(obj);\n var length = _keys.length;\n var pairs = Array(length);\n for (var i = 0; i < length; i++) {\n pairs[i] = [_keys[i], obj[_keys[i]]];\n }\n return pairs;\n}\n","import keys from './keys.js';\n\n// Invert the keys and values of an object. The values must be serializable.\nexport default function invert(obj) {\n var result = {};\n var _keys = keys(obj);\n for (var i = 0, length = _keys.length; i < length; i++) {\n result[obj[_keys[i]]] = _keys[i];\n }\n return result;\n}\n","import isFunction from './isFunction.js';\n\n// Return a sorted list of the function names available on the object.\nexport default function functions(obj) {\n var names = [];\n for (var key in obj) {\n if (isFunction(obj[key])) names.push(key);\n }\n return names.sort();\n}\n","// An internal function for creating assigner functions.\nexport default function createAssigner(keysFunc, defaults) {\n return function(obj) {\n var length = arguments.length;\n if (defaults) obj = Object(obj);\n if (length < 2 || obj == null) return obj;\n for (var index = 1; index < length; index++) {\n var source = arguments[index],\n keys = keysFunc(source),\n l = keys.length;\n for (var i = 0; i < l; i++) {\n var key = keys[i];\n if (!defaults || obj[key] === void 0) obj[key] = source[key];\n }\n }\n return obj;\n };\n}\n","import createAssigner from './_createAssigner.js';\nimport allKeys from './allKeys.js';\n\n// Extend a given object with all the properties in passed-in object(s).\nexport default createAssigner(allKeys);\n","import createAssigner from './_createAssigner.js';\nimport keys from './keys.js';\n\n// Assigns a given object with all the own properties in the passed-in\n// object(s).\n// (https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Object/assign)\nexport default createAssigner(keys);\n","import createAssigner from './_createAssigner.js';\nimport allKeys from './allKeys.js';\n\n// Fill in a given object with default properties.\nexport default createAssigner(allKeys, true);\n","import isObject from './isObject.js';\nimport { nativeCreate } from './_setup.js';\n\n// Create a naked function reference for surrogate-prototype-swapping.\nfunction ctor() {\n return function(){};\n}\n\n// An internal function for creating a new object that inherits from another.\nexport default function baseCreate(prototype) {\n if (!isObject(prototype)) return {};\n if (nativeCreate) return nativeCreate(prototype);\n var Ctor = ctor();\n Ctor.prototype = prototype;\n var result = new Ctor;\n Ctor.prototype = null;\n return result;\n}\n","import baseCreate from './_baseCreate.js';\nimport extendOwn from './extendOwn.js';\n\n// Creates an object that inherits from the given prototype object.\n// If additional properties are provided then they will be added to the\n// created object.\nexport default function create(prototype, props) {\n var result = baseCreate(prototype);\n if (props) extendOwn(result, props);\n return result;\n}\n","import isObject from './isObject.js';\nimport isArray from './isArray.js';\nimport extend from './extend.js';\n\n// Create a (shallow-cloned) duplicate of an object.\nexport default function clone(obj) {\n if (!isObject(obj)) return obj;\n return isArray(obj) ? obj.slice() : extend({}, obj);\n}\n","// Invokes `interceptor` with the `obj` and then returns `obj`.\n// The primary purpose of this method is to \"tap into\" a method chain, in\n// order to perform operations on intermediate results within the chain.\nexport default function tap(obj, interceptor) {\n interceptor(obj);\n return obj;\n}\n","import _ from './underscore.js';\nimport isArray from './isArray.js';\n\n// Normalize a (deep) property `path` to array.\n// Like `_.iteratee`, this function can be customized.\nexport default function toPath(path) {\n return isArray(path) ? path : [path];\n}\n_.toPath = toPath;\n","import _ from './underscore.js';\nimport './toPath.js';\n\n// Internal wrapper for `_.toPath` to enable minification.\n// Similar to `cb` for `_.iteratee`.\nexport default function toPath(path) {\n return _.toPath(path);\n}\n","// Internal function to obtain a nested property in `obj` along `path`.\nexport default function deepGet(obj, path) {\n var length = path.length;\n for (var i = 0; i < length; i++) {\n if (obj == null) return void 0;\n obj = obj[path[i]];\n }\n return length ? obj : void 0;\n}\n","import toPath from './_toPath.js';\nimport deepGet from './_deepGet.js';\nimport isUndefined from './isUndefined.js';\n\n// Get the value of the (deep) property on `path` from `object`.\n// If any property in `path` does not exist or if the value is\n// `undefined`, return `defaultValue` instead.\n// The `path` is normalized through `_.toPath`.\nexport default function get(object, path, defaultValue) {\n var value = deepGet(object, toPath(path));\n return isUndefined(value) ? defaultValue : value;\n}\n","import _has from './_has.js';\nimport toPath from './_toPath.js';\n\n// Shortcut function for checking if an object has a given property directly on\n// itself (in other words, not on a prototype). Unlike the internal `has`\n// function, this public version can also traverse nested properties.\nexport default function has(obj, path) {\n path = toPath(path);\n var length = path.length;\n for (var i = 0; i < length; i++) {\n var key = path[i];\n if (!_has(obj, key)) return false;\n obj = obj[key];\n }\n return !!length;\n}\n","// Keep the identity function around for default iteratees.\nexport default function identity(value) {\n return value;\n}\n","import extendOwn from './extendOwn.js';\nimport isMatch from './isMatch.js';\n\n// Returns a predicate for checking whether an object has a given set of\n// `key:value` pairs.\nexport default function matcher(attrs) {\n attrs = extendOwn({}, attrs);\n return function(obj) {\n return isMatch(obj, attrs);\n };\n}\n","import deepGet from './_deepGet.js';\nimport toPath from './_toPath.js';\n\n// Creates a function that, when passed an object, will traverse that object’s\n// properties down the given `path`, specified as an array of keys or indices.\nexport default function property(path) {\n path = toPath(path);\n return function(obj) {\n return deepGet(obj, path);\n };\n}\n","// Internal function that returns an efficient (for current engines) version\n// of the passed-in callback, to be repeatedly applied in other Underscore\n// functions.\nexport default function optimizeCb(func, context, argCount) {\n if (context === void 0) return func;\n switch (argCount == null ? 3 : argCount) {\n case 1: return function(value) {\n return func.call(context, value);\n };\n // The 2-argument case is omitted because we’re not using it.\n case 3: return function(value, index, collection) {\n return func.call(context, value, index, collection);\n };\n case 4: return function(accumulator, value, index, collection) {\n return func.call(context, accumulator, value, index, collection);\n };\n }\n return function() {\n return func.apply(context, arguments);\n };\n}\n","import identity from './identity.js';\nimport isFunction from './isFunction.js';\nimport isObject from './isObject.js';\nimport isArray from './isArray.js';\nimport matcher from './matcher.js';\nimport property from './property.js';\nimport optimizeCb from './_optimizeCb.js';\n\n// An internal function to generate callbacks that can be applied to each\n// element in a collection, returning the desired result — either `_.identity`,\n// an arbitrary callback, a property matcher, or a property accessor.\nexport default function baseIteratee(value, context, argCount) {\n if (value == null) return identity;\n if (isFunction(value)) return optimizeCb(value, context, argCount);\n if (isObject(value) && !isArray(value)) return matcher(value);\n return property(value);\n}\n","import _ from './underscore.js';\nimport baseIteratee from './_baseIteratee.js';\n\n// External wrapper for our callback generator. Users may customize\n// `_.iteratee` if they want additional predicate/iteratee shorthand styles.\n// This abstraction hides the internal-only `argCount` argument.\nexport default function iteratee(value, context) {\n return baseIteratee(value, context, Infinity);\n}\n_.iteratee = iteratee;\n","import _ from './underscore.js';\nimport baseIteratee from './_baseIteratee.js';\nimport iteratee from './iteratee.js';\n\n// The function we call internally to generate a callback. It invokes\n// `_.iteratee` if overridden, otherwise `baseIteratee`.\nexport default function cb(value, context, argCount) {\n if (_.iteratee !== iteratee) return _.iteratee(value, context);\n return baseIteratee(value, context, argCount);\n}\n","import cb from './_cb.js';\nimport keys from './keys.js';\n\n// Returns the results of applying the `iteratee` to each element of `obj`.\n// In contrast to `_.map` it returns an object.\nexport default function mapObject(obj, iteratee, context) {\n iteratee = cb(iteratee, context);\n var _keys = keys(obj),\n length = _keys.length,\n results = {};\n for (var index = 0; index < length; index++) {\n var currentKey = _keys[index];\n results[currentKey] = iteratee(obj[currentKey], currentKey, obj);\n }\n return results;\n}\n","// Predicate-generating function. Often useful outside of Underscore.\nexport default function noop(){}\n","import noop from './noop.js';\nimport get from './get.js';\n\n// Generates a function for a given object that returns a given property.\nexport default function propertyOf(obj) {\n if (obj == null) return noop;\n return function(path) {\n return get(obj, path);\n };\n}\n","import optimizeCb from './_optimizeCb.js';\n\n// Run a function **n** times.\nexport default function times(n, iteratee, context) {\n var accum = Array(Math.max(0, n));\n iteratee = optimizeCb(iteratee, context, 1);\n for (var i = 0; i < n; i++) accum[i] = iteratee(i);\n return accum;\n}\n","// Return a random integer between `min` and `max` (inclusive).\nexport default function random(min, max) {\n if (max == null) {\n max = min;\n min = 0;\n }\n return min + Math.floor(Math.random() * (max - min + 1));\n}\n","// A (possibly faster) way to get the current timestamp as an integer.\nexport default Date.now || function() {\n return new Date().getTime();\n};\n","import keys from './keys.js';\n\n// Internal helper to generate functions for escaping and unescaping strings\n// to/from HTML interpolation.\nexport default function createEscaper(map) {\n var escaper = function(match) {\n return map[match];\n };\n // Regexes for identifying a key that needs to be escaped.\n var source = '(?:' + keys(map).join('|') + ')';\n var testRegexp = RegExp(source);\n var replaceRegexp = RegExp(source, 'g');\n return function(string) {\n string = string == null ? '' : '' + string;\n return testRegexp.test(string) ? string.replace(replaceRegexp, escaper) : string;\n };\n}\n","// Internal list of HTML entities for escaping.\nexport default {\n '&': '&amp;',\n '<': '&lt;',\n '>': '&gt;',\n '\"': '&quot;',\n \"'\": '&#x27;',\n '`': '&#x60;'\n};\n","import createEscaper from './_createEscaper.js';\nimport escapeMap from './_escapeMap.js';\n\n// Function for escaping strings to HTML interpolation.\nexport default createEscaper(escapeMap);\n","import createEscaper from './_createEscaper.js';\nimport unescapeMap from './_unescapeMap.js';\n\n// Function for unescaping strings from HTML interpolation.\nexport default createEscaper(unescapeMap);\n","import invert from './invert.js';\nimport escapeMap from './_escapeMap.js';\n\n// Internal list of HTML entities for unescaping.\nexport default invert(escapeMap);\n","import _ from './underscore.js';\n\n// By default, Underscore uses ERB-style template delimiters. Change the\n// following template settings to use alternative delimiters.\nexport default _.templateSettings = {\n evaluate: /<%([\\s\\S]+?)%>/g,\n interpolate: /<%=([\\s\\S]+?)%>/g,\n escape: /<%-([\\s\\S]+?)%>/g\n};\n","import defaults from './defaults.js';\nimport _ from './underscore.js';\nimport './templateSettings.js';\n\n// When customizing `_.templateSettings`, if you don't want to define an\n// interpolation, evaluation or escaping regex, we need one that is\n// guaranteed not to match.\nvar noMatch = /(.)^/;\n\n// Certain characters need to be escaped so that they can be put into a\n// string literal.\nvar escapes = {\n \"'\": \"'\",\n '\\\\': '\\\\',\n '\\r': 'r',\n '\\n': 'n',\n '\\u2028': 'u2028',\n '\\u2029': 'u2029'\n};\n\nvar escapeRegExp = /\\\\|'|\\r|\\n|\\u2028|\\u2029/g;\n\nfunction escapeChar(match) {\n return '\\\\' + escapes[match];\n}\n\n// JavaScript micro-templating, similar to John Resig's implementation.\n// Underscore templating handles arbitrary delimiters, preserves whitespace,\n// and correctly escapes quotes within interpolated code.\n// NB: `oldSettings` only exists for backwards compatibility.\nexport default function template(text, settings, oldSettings) {\n if (!settings && oldSettings) settings = oldSettings;\n settings = defaults({}, settings, _.templateSettings);\n\n // Combine delimiters into one regular expression via alternation.\n var matcher = RegExp([\n (settings.escape || noMatch).source,\n (settings.interpolate || noMatch).source,\n (settings.evaluate || noMatch).source\n ].join('|') + '|$', 'g');\n\n // Compile the template source, escaping string literals appropriately.\n var index = 0;\n var source = \"__p+='\";\n text.replace(matcher, function(match, escape, interpolate, evaluate, offset) {\n source += text.slice(index, offset).replace(escapeRegExp, escapeChar);\n index = offset + match.length;\n\n if (escape) {\n source += \"'+\\n((__t=(\" + escape + \"))==null?'':_.escape(__t))+\\n'\";\n } else if (interpolate) {\n source += \"'+\\n((__t=(\" + interpolate + \"))==null?'':__t)+\\n'\";\n } else if (evaluate) {\n source += \"';\\n\" + evaluate + \"\\n__p+='\";\n }\n\n // Adobe VMs need the match returned to produce the correct offset.\n return match;\n });\n source += \"';\\n\";\n\n // If a variable is not specified, place data values in local scope.\n if (!settings.variable) source = 'with(obj||{}){\\n' + source + '}\\n';\n\n source = \"var __t,__p='',__j=Array.prototype.join,\" +\n \"print=function(){__p+=__j.call(arguments,'');};\\n\" +\n source + 'return __p;\\n';\n\n var render;\n try {\n render = new Function(settings.variable || 'obj', '_', source);\n } catch (e) {\n e.source = source;\n throw e;\n }\n\n var template = function(data) {\n return render.call(this, data, _);\n };\n\n // Provide the compiled source as a convenience for precompilation.\n var argument = settings.variable || 'obj';\n template.source = 'function(' + argument + '){\\n' + source + '}';\n\n return template;\n}\n","import isFunction from './isFunction.js';\nimport toPath from './_toPath.js';\n\n// Traverses the children of `obj` along `path`. If a child is a function, it\n// is invoked with its parent as context. Returns the value of the final\n// child, or `fallback` if any child is undefined.\nexport default function result(obj, path, fallback) {\n path = toPath(path);\n var length = path.length;\n if (!length) {\n return isFunction(fallback) ? fallback.call(obj) : fallback;\n }\n for (var i = 0; i < length; i++) {\n var prop = obj == null ? void 0 : obj[path[i]];\n if (prop === void 0) {\n prop = fallback;\n i = length; // Ensure we don't continue iterating.\n }\n obj = isFunction(prop) ? prop.call(obj) : prop;\n }\n return obj;\n}\n","// Generate a unique integer id (unique within the entire client session).\n// Useful for temporary DOM ids.\nvar idCounter = 0;\nexport default function uniqueId(prefix) {\n var id = ++idCounter + '';\n return prefix ? prefix + id : id;\n}\n","import _ from './underscore.js';\n\n// Start chaining a wrapped Underscore object.\nexport default function chain(obj) {\n var instance = _(obj);\n instance._chain = true;\n return instance;\n}\n","import baseCreate from './_baseCreate.js';\nimport isObject from './isObject.js';\n\n// Internal function to execute `sourceFunc` bound to `context` with optional\n// `args`. Determines whether to execute a function as a constructor or as a\n// normal function.\nexport default function executeBound(sourceFunc, boundFunc, context, callingContext, args) {\n if (!(callingContext instanceof boundFunc)) return sourceFunc.apply(context, args);\n var self = baseCreate(sourceFunc.prototype);\n var result = sourceFunc.apply(self, args);\n if (isObject(result)) return result;\n return self;\n}\n","import restArguments from './restArguments.js';\nimport executeBound from './_executeBound.js';\nimport _ from './underscore.js';\n\n// Partially apply a function by creating a version that has had some of its\n// arguments pre-filled, without changing its dynamic `this` context. `_` acts\n// as a placeholder by default, allowing any combination of arguments to be\n// pre-filled. Set `_.partial.placeholder` for a custom placeholder argument.\nvar partial = restArguments(function(func, boundArgs) {\n var placeholder = partial.placeholder;\n var bound = function() {\n var position = 0, length = boundArgs.length;\n var args = Array(length);\n for (var i = 0; i < length; i++) {\n args[i] = boundArgs[i] === placeholder ? arguments[position++] : boundArgs[i];\n }\n while (position < arguments.length) args.push(arguments[position++]);\n return executeBound(func, bound, this, this, args);\n };\n return bound;\n});\n\npartial.placeholder = _;\nexport default partial;\n","import restArguments from './restArguments.js';\nimport isFunction from './isFunction.js';\nimport executeBound from './_executeBound.js';\n\n// Create a function bound to a given object (assigning `this`, and arguments,\n// optionally).\nexport default restArguments(function(func, context, args) {\n if (!isFunction(func)) throw new TypeError('Bind must be called on a function');\n var bound = restArguments(function(callArgs) {\n return executeBound(func, bound, context, this, args.concat(callArgs));\n });\n return bound;\n});\n","import createSizePropertyCheck from './_createSizePropertyCheck.js';\nimport getLength from './_getLength.js';\n\n// Internal helper for collection methods to determine whether a collection\n// should be iterated as an array or as an object.\n// Related: https://people.mozilla.org/~jorendorff/es6-draft.html#sec-tolength\n// Avoids a very nasty iOS 8 JIT bug on ARM-64. #2094\nexport default createSizePropertyCheck(getLength);\n","import getLength from './_getLength.js';\nimport isArrayLike from './_isArrayLike.js';\nimport isArray from './isArray.js';\nimport isArguments from './isArguments.js';\n\n// Internal implementation of a recursive `flatten` function.\nexport default function flatten(input, depth, strict, output) {\n output = output || [];\n if (!depth && depth !== 0) {\n depth = Infinity;\n } else if (depth <= 0) {\n return output.concat(input);\n }\n var idx = output.length;\n for (var i = 0, length = getLength(input); i < length; i++) {\n var value = input[i];\n if (isArrayLike(value) && (isArray(value) || isArguments(value))) {\n // Flatten current level of array or arguments object.\n if (depth > 1) {\n flatten(value, depth - 1, strict, output);\n idx = output.length;\n } else {\n var j = 0, len = value.length;\n while (j < len) output[idx++] = value[j++];\n }\n } else if (!strict) {\n output[idx++] = value;\n }\n }\n return output;\n}\n","import restArguments from './restArguments.js';\nimport flatten from './_flatten.js';\nimport bind from './bind.js';\n\n// Bind a number of an object's methods to that object. Remaining arguments\n// are the method names to be bound. Useful for ensuring that all callbacks\n// defined on an object belong to it.\nexport default restArguments(function(obj, keys) {\n keys = flatten(keys, false, false);\n var index = keys.length;\n if (index < 1) throw new Error('bindAll must be passed function names');\n while (index--) {\n var key = keys[index];\n obj[key] = bind(obj[key], obj);\n }\n return obj;\n});\n","import has from './_has.js';\n\n// Memoize an expensive function by storing its results.\nexport default function memoize(func, hasher) {\n var memoize = function(key) {\n var cache = memoize.cache;\n var address = '' + (hasher ? hasher.apply(this, arguments) : key);\n if (!has(cache, address)) cache[address] = func.apply(this, arguments);\n return cache[address];\n };\n memoize.cache = {};\n return memoize;\n}\n","import restArguments from './restArguments.js';\n\n// Delays a function for the given number of milliseconds, and then calls\n// it with the arguments supplied.\nexport default restArguments(function(func, wait, args) {\n return setTimeout(function() {\n return func.apply(null, args);\n }, wait);\n});\n","import partial from './partial.js';\nimport delay from './delay.js';\nimport _ from './underscore.js';\n\n// Defers a function, scheduling it to run after the current call stack has\n// cleared.\nexport default partial(delay, _, 1);\n","import now from './now.js';\n\n// Returns a function, that, when invoked, will only be triggered at most once\n// during a given window of time. Normally, the throttled function will run\n// as much as it can, without ever going more than once per `wait` duration;\n// but if you'd like to disable the execution on the leading edge, pass\n// `{leading: false}`. To disable execution on the trailing edge, ditto.\nexport default function throttle(func, wait, options) {\n var timeout, context, args, result;\n var previous = 0;\n if (!options) options = {};\n\n var later = function() {\n previous = options.leading === false ? 0 : now();\n timeout = null;\n result = func.apply(context, args);\n if (!timeout) context = args = null;\n };\n\n var throttled = function() {\n var _now = now();\n if (!previous && options.leading === false) previous = _now;\n var remaining = wait - (_now - previous);\n context = this;\n args = arguments;\n if (remaining <= 0 || remaining > wait) {\n if (timeout) {\n clearTimeout(timeout);\n timeout = null;\n }\n previous = _now;\n result = func.apply(context, args);\n if (!timeout) context = args = null;\n } else if (!timeout && options.trailing !== false) {\n timeout = setTimeout(later, remaining);\n }\n return result;\n };\n\n throttled.cancel = function() {\n clearTimeout(timeout);\n previous = 0;\n timeout = context = args = null;\n };\n\n return throttled;\n}\n","import restArguments from './restArguments.js';\nimport delay from './delay.js';\n\n// When a sequence of calls of the returned function ends, the argument\n// function is triggered. The end of a sequence is defined by the `wait`\n// parameter. If `immediate` is passed, the argument function will be\n// triggered at the beginning of the sequence instead of at the end.\nexport default function debounce(func, wait, immediate) {\n var timeout, result;\n\n var later = function(context, args) {\n timeout = null;\n if (args) result = func.apply(context, args);\n };\n\n var debounced = restArguments(function(args) {\n if (timeout) clearTimeout(timeout);\n if (immediate) {\n var callNow = !timeout;\n timeout = setTimeout(later, wait);\n if (callNow) result = func.apply(this, args);\n } else {\n timeout = delay(later, wait, this, args);\n }\n\n return result;\n });\n\n debounced.cancel = function() {\n clearTimeout(timeout);\n timeout = null;\n };\n\n return debounced;\n}\n","import partial from './partial.js';\n\n// Returns the first function passed as an argument to the second,\n// allowing you to adjust arguments, run code before and after, and\n// conditionally execute the original function.\nexport default function wrap(func, wrapper) {\n return partial(wrapper, func);\n}\n","// Returns a negated version of the passed-in predicate.\nexport default function negate(predicate) {\n return function() {\n return !predicate.apply(this, arguments);\n };\n}\n","// Returns a function that is the composition of a list of functions, each\n// consuming the return value of the function that follows.\nexport default function compose() {\n var args = arguments;\n var start = args.length - 1;\n return function() {\n var i = start;\n var result = args[start].apply(this, arguments);\n while (i--) result = args[i].call(this, result);\n return result;\n };\n}\n","// Returns a function that will only be executed on and after the Nth call.\nexport default function after(times, func) {\n return function() {\n if (--times < 1) {\n return func.apply(this, arguments);\n }\n };\n}\n","// Returns a function that will only be executed up to (but not including) the\n// Nth call.\nexport default function before(times, func) {\n var memo;\n return function() {\n if (--times > 0) {\n memo = func.apply(this, arguments);\n }\n if (times <= 1) func = null;\n return memo;\n };\n}\n","import partial from './partial.js';\nimport before from './before.js';\n\n// Returns a function that will be executed at most one time, no matter how\n// often you call it. Useful for lazy initialization.\nexport default partial(before, 2);\n","import cb from './_cb.js';\nimport keys from './keys.js';\n\n// Returns the first key on an object that passes a truth test.\nexport default function findKey(obj, predicate, context) {\n predicate = cb(predicate, context);\n var _keys = keys(obj), key;\n for (var i = 0, length = _keys.length; i < length; i++) {\n key = _keys[i];\n if (predicate(obj[key], key, obj)) return key;\n }\n}\n","import cb from './_cb.js';\nimport getLength from './_getLength.js';\n\n// Internal function to generate `_.findIndex` and `_.findLastIndex`.\nexport default function createPredicateIndexFinder(dir) {\n return function(array, predicate, context) {\n predicate = cb(predicate, context);\n var length = getLength(array);\n var index = dir > 0 ? 0 : length - 1;\n for (; index >= 0 && index < length; index += dir) {\n if (predicate(array[index], index, array)) return index;\n }\n return -1;\n };\n}\n","import createPredicateIndexFinder from './_createPredicateIndexFinder.js';\n\n// Returns the first index on an array-like that passes a truth test.\nexport default createPredicateIndexFinder(1);\n","import createPredicateIndexFinder from './_createPredicateIndexFinder.js';\n\n// Returns the last index on an array-like that passes a truth test.\nexport default createPredicateIndexFinder(-1);\n","import cb from './_cb.js';\nimport getLength from './_getLength.js';\n\n// Use a comparator function to figure out the smallest index at which\n// an object should be inserted so as to maintain order. Uses binary search.\nexport default function sortedIndex(array, obj, iteratee, context) {\n iteratee = cb(iteratee, context, 1);\n var value = iteratee(obj);\n var low = 0, high = getLength(array);\n while (low < high) {\n var mid = Math.floor((low + high) / 2);\n if (iteratee(array[mid]) < value) low = mid + 1; else high = mid;\n }\n return low;\n}\n","import getLength from './_getLength.js';\nimport { slice } from './_setup.js';\nimport isNaN from './isNaN.js';\n\n// Internal function to generate the `_.indexOf` and `_.lastIndexOf` functions.\nexport default function createIndexFinder(dir, predicateFind, sortedIndex) {\n return function(array, item, idx) {\n var i = 0, length = getLength(array);\n if (typeof idx == 'number') {\n if (dir > 0) {\n i = idx >= 0 ? idx : Math.max(idx + length, i);\n } else {\n length = idx >= 0 ? Math.min(idx + 1, length) : idx + length + 1;\n }\n } else if (sortedIndex && idx && length) {\n idx = sortedIndex(array, item);\n return array[idx] === item ? idx : -1;\n }\n if (item !== item) {\n idx = predicateFind(slice.call(array, i, length), isNaN);\n return idx >= 0 ? idx + i : -1;\n }\n for (idx = dir > 0 ? i : length - 1; idx >= 0 && idx < length; idx += dir) {\n if (array[idx] === item) return idx;\n }\n return -1;\n };\n}\n","import sortedIndex from './sortedIndex.js';\nimport findIndex from './findIndex.js';\nimport createIndexFinder from './_createIndexFinder.js';\n\n// Return the position of the first occurrence of an item in an array,\n// or -1 if the item is not included in the array.\n// If the array is large and already in sort order, pass `true`\n// for **isSorted** to use binary search.\nexport default createIndexFinder(1, findIndex, sortedIndex);\n","import findLastIndex from './findLastIndex.js';\nimport createIndexFinder from './_createIndexFinder.js';\n\n// Return the position of the last occurrence of an item in an array,\n// or -1 if the item is not included in the array.\nexport default createIndexFinder(-1, findLastIndex);\n","import isArrayLike from './_isArrayLike.js';\nimport findIndex from './findIndex.js';\nimport findKey from './findKey.js';\n\n// Return the first value which passes a truth test.\nexport default function find(obj, predicate, context) {\n var keyFinder = isArrayLike(obj) ? findIndex : findKey;\n var key = keyFinder(obj, predicate, context);\n if (key !== void 0 && key !== -1) return obj[key];\n}\n","import find from './find.js';\nimport matcher from './matcher.js';\n\n// Convenience version of a common use case of `_.find`: getting the first\n// object containing specific `key:value` pairs.\nexport default function findWhere(obj, attrs) {\n return find(obj, matcher(attrs));\n}\n","import optimizeCb from './_optimizeCb.js';\nimport isArrayLike from './_isArrayLike.js';\nimport keys from './keys.js';\n\n// The cornerstone for collection functions, an `each`\n// implementation, aka `forEach`.\n// Handles raw objects in addition to array-likes. Treats all\n// sparse array-likes as if they were dense.\nexport default function each(obj, iteratee, context) {\n iteratee = optimizeCb(iteratee, context);\n var i, length;\n if (isArrayLike(obj)) {\n for (i = 0, length = obj.length; i < length; i++) {\n iteratee(obj[i], i, obj);\n }\n } else {\n var _keys = keys(obj);\n for (i = 0, length = _keys.length; i < length; i++) {\n iteratee(obj[_keys[i]], _keys[i], obj);\n }\n }\n return obj;\n}\n","import cb from './_cb.js';\nimport isArrayLike from './_isArrayLike.js';\nimport keys from './keys.js';\n\n// Return the results of applying the iteratee to each element.\nexport default function map(obj, iteratee, context) {\n iteratee = cb(iteratee, context);\n var _keys = !isArrayLike(obj) && keys(obj),\n length = (_keys || obj).length,\n results = Array(length);\n for (var index = 0; index < length; index++) {\n var currentKey = _keys ? _keys[index] : index;\n results[index] = iteratee(obj[currentKey], currentKey, obj);\n }\n return results;\n}\n","import isArrayLike from './_isArrayLike.js';\nimport keys from './keys.js';\nimport optimizeCb from './_optimizeCb.js';\n\n// Internal helper to create a reducing function, iterating left or right.\nexport default function createReduce(dir) {\n // Wrap code that reassigns argument variables in a separate function than\n // the one that accesses `arguments.length` to avoid a perf hit. (#1991)\n var reducer = function(obj, iteratee, memo, initial) {\n var _keys = !isArrayLike(obj) && keys(obj),\n length = (_keys || obj).length,\n index = dir > 0 ? 0 : length - 1;\n if (!initial) {\n memo = obj[_keys ? _keys[index] : index];\n index += dir;\n }\n for (; index >= 0 && index < length; index += dir) {\n var currentKey = _keys ? _keys[index] : index;\n memo = iteratee(memo, obj[currentKey], currentKey, obj);\n }\n return memo;\n };\n\n return function(obj, iteratee, memo, context) {\n var initial = arguments.length >= 3;\n return reducer(obj, optimizeCb(iteratee, context, 4), memo, initial);\n };\n}\n","import createReduce from './_createReduce.js';\n\n// **Reduce** builds up a single result from a list of values, aka `inject`,\n// or `foldl`.\nexport default createReduce(1);\n","import createReduce from './_createReduce.js';\n\n// The right-associative version of reduce, also known as `foldr`.\nexport default createReduce(-1);\n","import cb from './_cb.js';\nimport each from './each.js';\n\n// Return all the elements that pass a truth test.\nexport default function filter(obj, predicate, context) {\n var results = [];\n predicate = cb(predicate, context);\n each(obj, function(value, index, list) {\n if (predicate(value, index, list)) results.push(value);\n });\n return results;\n}\n","import filter from './filter.js';\nimport negate from './negate.js';\nimport cb from './_cb.js';\n\n// Return all the elements for which a truth test fails.\nexport default function reject(obj, predicate, context) {\n return filter(obj, negate(cb(predicate)), context);\n}\n","import cb from './_cb.js';\nimport isArrayLike from './_isArrayLike.js';\nimport keys from './keys.js';\n\n// Determine whether all of the elements pass a truth test.\nexport default function every(obj, predicate, context) {\n predicate = cb(predicate, context);\n var _keys = !isArrayLike(obj) && keys(obj),\n length = (_keys || obj).length;\n for (var index = 0; index < length; index++) {\n var currentKey = _keys ? _keys[index] : index;\n if (!predicate(obj[currentKey], currentKey, obj)) return false;\n }\n return true;\n}\n","import cb from './_cb.js';\nimport isArrayLike from './_isArrayLike.js';\nimport keys from './keys.js';\n\n// Determine if at least one element in the object passes a truth test.\nexport default function some(obj, predicate, context) {\n predicate = cb(predicate, context);\n var _keys = !isArrayLike(obj) && keys(obj),\n length = (_keys || obj).length;\n for (var index = 0; index < length; index++) {\n var currentKey = _keys ? _keys[index] : index;\n if (predicate(obj[currentKey], currentKey, obj)) return true;\n }\n return false;\n}\n","import isArrayLike from './_isArrayLike.js';\nimport values from './values.js';\nimport indexOf from './indexOf.js';\n\n// Determine if the array or object contains a given item (using `===`).\nexport default function contains(obj, item, fromIndex, guard) {\n if (!isArrayLike(obj)) obj = values(obj);\n if (typeof fromIndex != 'number' || guard) fromIndex = 0;\n return indexOf(obj, item, fromIndex) >= 0;\n}\n","import restArguments from './restArguments.js';\nimport isFunction from './isFunction.js';\nimport map from './map.js';\nimport deepGet from './_deepGet.js';\nimport toPath from './_toPath.js';\n\n// Invoke a method (with arguments) on every item in a collection.\nexport default restArguments(function(obj, path, args) {\n var contextPath, func;\n if (isFunction(path)) {\n func = path;\n } else {\n path = toPath(path);\n contextPath = path.slice(0, -1);\n path = path[path.length - 1];\n }\n return map(obj, function(context) {\n var method = func;\n if (!method) {\n if (contextPath && contextPath.length) {\n context = deepGet(context, contextPath);\n }\n if (context == null) return void 0;\n method = context[path];\n }\n return method == null ? method : method.apply(context, args);\n });\n});\n","import map from './map.js';\nimport property from './property.js';\n\n// Convenience version of a common use case of `_.map`: fetching a property.\nexport default function pluck(obj, key) {\n return map(obj, property(key));\n}\n","import filter from './filter.js';\nimport matcher from './matcher.js';\n\n// Convenience version of a common use case of `_.filter`: selecting only\n// objects containing specific `key:value` pairs.\nexport default function where(obj, attrs) {\n return filter(obj, matcher(attrs));\n}\n","import isArrayLike from './_isArrayLike.js';\nimport values from './values.js';\nimport cb from './_cb.js';\nimport each from './each.js';\n\n// Return the maximum element (or element-based computation).\nexport default function max(obj, iteratee, context) {\n var result = -Infinity, lastComputed = -Infinity,\n value, computed;\n if (iteratee == null || typeof iteratee == 'number' && typeof obj[0] != 'object' && obj != null) {\n obj = isArrayLike(obj) ? obj : values(obj);\n for (var i = 0, length = obj.length; i < length; i++) {\n value = obj[i];\n if (value != null && value > result) {\n result = value;\n }\n }\n } else {\n iteratee = cb(iteratee, context);\n each(obj, function(v, index, list) {\n computed = iteratee(v, index, list);\n if (computed > lastComputed || computed === -Infinity && result === -Infinity) {\n result = v;\n lastComputed = computed;\n }\n });\n }\n return result;\n}\n","import isArrayLike from './_isArrayLike.js';\nimport values from './values.js';\nimport cb from './_cb.js';\nimport each from './each.js';\n\n// Return the minimum element (or element-based computation).\nexport default function min(obj, iteratee, context) {\n var result = Infinity, lastComputed = Infinity,\n value, computed;\n if (iteratee == null || typeof iteratee == 'number' && typeof obj[0] != 'object' && obj != null) {\n obj = isArrayLike(obj) ? obj : values(obj);\n for (var i = 0, length = obj.length; i < length; i++) {\n value = obj[i];\n if (value != null && value < result) {\n result = value;\n }\n }\n } else {\n iteratee = cb(iteratee, context);\n each(obj, function(v, index, list) {\n computed = iteratee(v, index, list);\n if (computed < lastComputed || computed === Infinity && result === Infinity) {\n result = v;\n lastComputed = computed;\n }\n });\n }\n return result;\n}\n","import isArrayLike from './_isArrayLike.js';\nimport clone from './clone.js';\nimport values from './values.js';\nimport getLength from './_getLength.js';\nimport random from './random.js';\n\n// Sample **n** random values from a collection using the modern version of the\n// [Fisher-Yates shuffle](https://en.wikipedia.org/wiki/Fisher–Yates_shuffle).\n// If **n** is not specified, returns a single random element.\n// The internal `guard` argument allows it to work with `_.map`.\nexport default function sample(obj, n, guard) {\n if (n == null || guard) {\n if (!isArrayLike(obj)) obj = values(obj);\n return obj[random(obj.length - 1)];\n }\n var sample = isArrayLike(obj) ? clone(obj) : values(obj);\n var length = getLength(sample);\n n = Math.max(Math.min(n, length), 0);\n var last = length - 1;\n for (var index = 0; index < n; index++) {\n var rand = random(index, last);\n var temp = sample[index];\n sample[index] = sample[rand];\n sample[rand] = temp;\n }\n return sample.slice(0, n);\n}\n","import sample from './sample.js';\n\n// Shuffle a collection.\nexport default function shuffle(obj) {\n return sample(obj, Infinity);\n}\n","import cb from './_cb.js';\nimport pluck from './pluck.js';\nimport map from './map.js';\n\n// Sort the object's values by a criterion produced by an iteratee.\nexport default function sortBy(obj, iteratee, context) {\n var index = 0;\n iteratee = cb(iteratee, context);\n return pluck(map(obj, function(value, key, list) {\n return {\n value: value,\n index: index++,\n criteria: iteratee(value, key, list)\n };\n }).sort(function(left, right) {\n var a = left.criteria;\n var b = right.criteria;\n if (a !== b) {\n if (a > b || a === void 0) return 1;\n if (a < b || b === void 0) return -1;\n }\n return left.index - right.index;\n }), 'value');\n}\n","import cb from './_cb.js';\nimport each from './each.js';\n\n// An internal function used for aggregate \"group by\" operations.\nexport default function group(behavior, partition) {\n return function(obj, iteratee, context) {\n var result = partition ? [[], []] : {};\n iteratee = cb(iteratee, context);\n each(obj, function(value, index) {\n var key = iteratee(value, index, obj);\n behavior(result, value, key);\n });\n return result;\n };\n}\n","import group from './_group.js';\nimport has from './_has.js';\n\n// Groups the object's values by a criterion. Pass either a string attribute\n// to group by, or a function that returns the criterion.\nexport default group(function(result, value, key) {\n if (has(result, key)) result[key].push(value); else result[key] = [value];\n});\n","import group from './_group.js';\n\n// Indexes the object's values by a criterion, similar to `_.groupBy`, but for\n// when you know that your index values will be unique.\nexport default group(function(result, value, key) {\n result[key] = value;\n});\n","import group from './_group.js';\nimport has from './_has.js';\n\n// Counts instances of an object that group by a certain criterion. Pass\n// either a string attribute to count by, or a function that returns the\n// criterion.\nexport default group(function(result, value, key) {\n if (has(result, key)) result[key]++; else result[key] = 1;\n});\n","import group from './_group.js';\n\n// Split a collection into two arrays: one whose elements all pass the given\n// truth test, and one whose elements all do not pass the truth test.\nexport default group(function(result, value, pass) {\n result[pass ? 0 : 1].push(value);\n}, true);\n","import isArray from './isArray.js';\nimport { slice } from './_setup.js';\nimport isString from './isString.js';\nimport isArrayLike from './_isArrayLike.js';\nimport map from './map.js';\nimport identity from './identity.js';\nimport values from './values.js';\n\n// Safely create a real, live array from anything iterable.\nvar reStrSymbol = /[^\\ud800-\\udfff]|[\\ud800-\\udbff][\\udc00-\\udfff]|[\\ud800-\\udfff]/g;\nexport default function toArray(obj) {\n if (!obj) return [];\n if (isArray(obj)) return slice.call(obj);\n if (isString(obj)) {\n // Keep surrogate pair characters together.\n return obj.match(reStrSymbol);\n }\n if (isArrayLike(obj)) return map(obj, identity);\n return values(obj);\n}\n","import isArrayLike from './_isArrayLike.js';\nimport keys from './keys.js';\n\n// Return the number of elements in a collection.\nexport default function size(obj) {\n if (obj == null) return 0;\n return isArrayLike(obj) ? obj.length : keys(obj).length;\n}\n","// Internal `_.pick` helper function to determine whether `key` is an enumerable\n// property name of `obj`.\nexport default function keyInObj(value, key, obj) {\n return key in obj;\n}\n","import restArguments from './restArguments.js';\nimport isFunction from './isFunction.js';\nimport optimizeCb from './_optimizeCb.js';\nimport allKeys from './allKeys.js';\nimport keyInObj from './_keyInObj.js';\nimport flatten from './_flatten.js';\n\n// Return a copy of the object only containing the allowed properties.\nexport default restArguments(function(obj, keys) {\n var result = {}, iteratee = keys[0];\n if (obj == null) return result;\n if (isFunction(iteratee)) {\n if (keys.length > 1) iteratee = optimizeCb(iteratee, keys[1]);\n keys = allKeys(obj);\n } else {\n iteratee = keyInObj;\n keys = flatten(keys, false, false);\n obj = Object(obj);\n }\n for (var i = 0, length = keys.length; i < length; i++) {\n var key = keys[i];\n var value = obj[key];\n if (iteratee(value, key, obj)) result[key] = value;\n }\n return result;\n});\n","import restArguments from './restArguments.js';\nimport isFunction from './isFunction.js';\nimport negate from './negate.js';\nimport map from './map.js';\nimport flatten from './_flatten.js';\nimport contains from './contains.js';\nimport pick from './pick.js';\n\n// Return a copy of the object without the disallowed properties.\nexport default restArguments(function(obj, keys) {\n var iteratee = keys[0], context;\n if (isFunction(iteratee)) {\n iteratee = negate(iteratee);\n if (keys.length > 1) context = keys[1];\n } else {\n keys = map(flatten(keys, false, false), String);\n iteratee = function(value, key) {\n return !contains(keys, key);\n };\n }\n return pick(obj, iteratee, context);\n});\n","import { slice } from './_setup.js';\n\n// Returns everything but the last entry of the array. Especially useful on\n// the arguments object. Passing **n** will return all the values in\n// the array, excluding the last N.\nexport default function initial(array, n, guard) {\n return slice.call(array, 0, Math.max(0, array.length - (n == null || guard ? 1 : n)));\n}\n","import initial from './initial.js';\n\n// Get the first element of an array. Passing **n** will return the first N\n// values in the array. The **guard** check allows it to work with `_.map`.\nexport default function first(array, n, guard) {\n if (array == null || array.length < 1) return n == null || guard ? void 0 : [];\n if (n == null || guard) return array[0];\n return initial(array, array.length - n);\n}\n","import { slice } from './_setup.js';\n\n// Returns everything but the first entry of the `array`. Especially useful on\n// the `arguments` object. Passing an **n** will return the rest N values in the\n// `array`.\nexport default function rest(array, n, guard) {\n return slice.call(array, n == null || guard ? 1 : n);\n}\n","import rest from './rest.js';\n\n// Get the last element of an array. Passing **n** will return the last N\n// values in the array.\nexport default function last(array, n, guard) {\n if (array == null || array.length < 1) return n == null || guard ? void 0 : [];\n if (n == null || guard) return array[array.length - 1];\n return rest(array, Math.max(0, array.length - n));\n}\n","import filter from './filter.js';\n\n// Trim out all falsy values from an array.\nexport default function compact(array) {\n return filter(array, Boolean);\n}\n","import _flatten from './_flatten.js';\n\n// Flatten out an array, either recursively (by default), or up to `depth`.\n// Passing `true` or `false` as `depth` means `1` or `Infinity`, respectively.\nexport default function flatten(array, depth) {\n return _flatten(array, depth, false);\n}\n","import restArguments from './restArguments.js';\nimport flatten from './_flatten.js';\nimport filter from './filter.js';\nimport contains from './contains.js';\n\n// Take the difference between one array and a number of other arrays.\n// Only the elements present in just the first array will remain.\nexport default restArguments(function(array, rest) {\n rest = flatten(rest, true, true);\n return filter(array, function(value){\n return !contains(rest, value);\n });\n});\n","import restArguments from './restArguments.js';\nimport difference from './difference.js';\n\n// Return a version of the array that does not contain the specified value(s).\nexport default restArguments(function(array, otherArrays) {\n return difference(array, otherArrays);\n});\n","import isBoolean from './isBoolean.js';\nimport cb from './_cb.js';\nimport getLength from './_getLength.js';\nimport contains from './contains.js';\n\n// Produce a duplicate-free version of the array. If the array has already\n// been sorted, you have the option of using a faster algorithm.\n// The faster algorithm will not work with an iteratee if the iteratee\n// is not a one-to-one function, so providing an iteratee will disable\n// the faster algorithm.\nexport default function uniq(array, isSorted, iteratee, context) {\n if (!isBoolean(isSorted)) {\n context = iteratee;\n iteratee = isSorted;\n isSorted = false;\n }\n if (iteratee != null) iteratee = cb(iteratee, context);\n var result = [];\n var seen = [];\n for (var i = 0, length = getLength(array); i < length; i++) {\n var value = array[i],\n computed = iteratee ? iteratee(value, i, array) : value;\n if (isSorted && !iteratee) {\n if (!i || seen !== computed) result.push(value);\n seen = computed;\n } else if (iteratee) {\n if (!contains(seen, computed)) {\n seen.push(computed);\n result.push(value);\n }\n } else if (!contains(result, value)) {\n result.push(value);\n }\n }\n return result;\n}\n","import restArguments from './restArguments.js';\nimport uniq from './uniq.js';\nimport flatten from './_flatten.js';\n\n// Produce an array that contains the union: each distinct element from all of\n// the passed-in arrays.\nexport default restArguments(function(arrays) {\n return uniq(flatten(arrays, true, true));\n});\n","import getLength from './_getLength.js';\nimport contains from './contains.js';\n\n// Produce an array that contains every item shared between all the\n// passed-in arrays.\nexport default function intersection(array) {\n var result = [];\n var argsLength = arguments.length;\n for (var i = 0, length = getLength(array); i < length; i++) {\n var item = array[i];\n if (contains(result, item)) continue;\n var j;\n for (j = 1; j < argsLength; j++) {\n if (!contains(arguments[j], item)) break;\n }\n if (j === argsLength) result.push(item);\n }\n return result;\n}\n","import max from './max.js';\nimport getLength from './_getLength.js';\nimport pluck from './pluck.js';\n\n// Complement of zip. Unzip accepts an array of arrays and groups\n// each array's elements on shared indices.\nexport default function unzip(array) {\n var length = array && max(array, getLength).length || 0;\n var result = Array(length);\n\n for (var index = 0; index < length; index++) {\n result[index] = pluck(array, index);\n }\n return result;\n}\n","import restArguments from './restArguments.js';\nimport unzip from './unzip.js';\n\n// Zip together multiple lists into a single array -- elements that share\n// an index go together.\nexport default restArguments(unzip);\n","import getLength from './_getLength.js';\n\n// Converts lists into objects. Pass either a single array of `[key, value]`\n// pairs, or two parallel arrays of the same length -- one of keys, and one of\n// the corresponding values. Passing by pairs is the reverse of `_.pairs`.\nexport default function object(list, values) {\n var result = {};\n for (var i = 0, length = getLength(list); i < length; i++) {\n if (values) {\n result[list[i]] = values[i];\n } else {\n result[list[i][0]] = list[i][1];\n }\n }\n return result;\n}\n","// Generate an integer Array containing an arithmetic progression. A port of\n// the native Python `range()` function. See\n// [the Python documentation](https://docs.python.org/library/functions.html#range).\nexport default function range(start, stop, step) {\n if (stop == null) {\n stop = start || 0;\n start = 0;\n }\n if (!step) {\n step = stop < start ? -1 : 1;\n }\n\n var length = Math.max(Math.ceil((stop - start) / step), 0);\n var range = Array(length);\n\n for (var idx = 0; idx < length; idx++, start += step) {\n range[idx] = start;\n }\n\n return range;\n}\n","import { slice } from './_setup.js';\n\n// Chunk a single array into multiple arrays, each containing `count` or fewer\n// items.\nexport default function chunk(array, count) {\n if (count == null || count < 1) return [];\n var result = [];\n var i = 0, length = array.length;\n while (i < length) {\n result.push(slice.call(array, i, i += count));\n }\n return result;\n}\n","import _ from './underscore.js';\n\n// Helper function to continue chaining intermediate results.\nexport default function chainResult(instance, obj) {\n return instance._chain ? _(obj).chain() : obj;\n}\n","import _ from './underscore.js';\nimport each from './each.js';\nimport functions from './functions.js';\nimport { push } from './_setup.js';\nimport chainResult from './_chainResult.js';\n\n// Add your own custom functions to the Underscore object.\nexport default function mixin(obj) {\n each(functions(obj), function(name) {\n var func = _[name] = obj[name];\n _.prototype[name] = function() {\n var args = [this._wrapped];\n push.apply(args, arguments);\n return chainResult(this, func.apply(_, args));\n };\n });\n return _;\n}\n","import _ from './underscore.js';\nimport each from './each.js';\nimport { ArrayProto } from './_setup.js';\nimport chainResult from './_chainResult.js';\n\n// Add all mutator `Array` functions to the wrapper.\neach(['pop', 'push', 'reverse', 'shift', 'sort', 'splice', 'unshift'], function(name) {\n var method = ArrayProto[name];\n _.prototype[name] = function() {\n var obj = this._wrapped;\n if (obj != null) {\n method.apply(obj, arguments);\n if ((name === 'shift' || name === 'splice') && obj.length === 0) {\n delete obj[0];\n }\n }\n return chainResult(this, obj);\n };\n});\n\n// Add all accessor `Array` functions to the wrapper.\neach(['concat', 'join', 'slice'], function(name) {\n var method = ArrayProto[name];\n _.prototype[name] = function() {\n var obj = this._wrapped;\n if (obj != null) obj = method.apply(obj, arguments);\n return chainResult(this, obj);\n };\n});\n\nexport default _;\n","// Default Export\n// ==============\n// In this module, we mix our bundled exports into the `_` object and export\n// the result. This is analogous to setting `module.exports = _` in CommonJS.\n// Hence, this module is also the entry point of our UMD bundle and the package\n// entry point for CommonJS and AMD users. In other words, this is (the source\n// of) the module you are interfacing with when you do any of the following:\n//\n// ```js\n// // CommonJS\n// var _ = require('underscore');\n//\n// // AMD\n// define(['underscore'], function(_) {...});\n//\n// // UMD in the browser\n// // _ is available as a global variable\n// ```\nimport * as allExports from './index.js';\nimport { mixin } from './index.js';\n\n// Add all of the Underscore functions to the wrapper object.\nvar _ = mixin(allExports);\n// Legacy Node.js API.\n_._ = _;\n// Export the Underscore API.\nexport default _;\n","/**\n * @copyright 2019 Christoph Wurst <christoph@winzerhof-wurst.at>\n *\n * @author Christoph Wurst <christoph@winzerhof-wurst.at>\n * @author John Molakvoæ <skjnldsv@protonmail.com>\n * @author Roeland Jago Douma <roeland@famdouma.nl>\n *\n * @license GNU AGPL version 3 or any later version\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see <http://www.gnu.org/licenses/>.\n *\n */\n\nimport $ from 'jquery'\nimport { generateFilePath } from '@nextcloud/router'\n\nconst loadedScripts = {}\nconst loadedStyles = []\n\n/**\n * Load a script for the server and load it. If the script is already loaded,\n * the event handler will be called directly\n * @param {string} app the app id to which the script belongs\n * @param {string} script the filename of the script\n * @param {Function} ready event handler to be called when the script is loaded\n * @returns {jQuery.Deferred}\n * @deprecated 16.0.0 Use OCP.Loader.loadScript\n */\nexport const addScript = (app, script, ready) => {\n\tconsole.warn('OC.addScript is deprecated, use OCP.Loader.loadScript instead')\n\n\tlet deferred\n\tconst path = generateFilePath(app, 'js', script + '.js')\n\tif (!loadedScripts[path]) {\n\t\tdeferred = $.Deferred()\n\t\t$.getScript(path, () => deferred.resolve())\n\t\tloadedScripts[path] = deferred\n\t} else {\n\t\tif (ready) {\n\t\t\tready()\n\t\t}\n\t}\n\treturn loadedScripts[path]\n}\n\n/**\n * Loads a CSS file\n * @param {string} app the app id to which the css style belongs\n * @param {string} style the filename of the css file\n * @deprecated 16.0.0 Use OCP.Loader.loadStylesheet\n */\nexport const addStyle = (app, style) => {\n\tconsole.warn('OC.addStyle is deprecated, use OCP.Loader.loadStylesheet instead')\n\n\tconst path = generateFilePath(app, 'css', style + '.css')\n\tif (loadedStyles.indexOf(path) === -1) {\n\t\tloadedStyles.push(path)\n\t\tif (document.createStyleSheet) {\n\t\t\tdocument.createStyleSheet(path)\n\t\t} else {\n\t\t\tstyle = $('<link rel=\"stylesheet\" type=\"text/css\" href=\"' + path + '\"/>')\n\t\t\t$('head').append(style)\n\t\t}\n\t}\n}\n","/**\n * @copyright 2019 Christoph Wurst <christoph@winzerhof-wurst.at>\n *\n * @author Christoph Wurst <christoph@winzerhof-wurst.at>\n * @author Daniel Calviño Sánchez <danxuliu@gmail.com>\n * @author Joas Schilling <coding@schilljs.com>\n * @author John Molakvoæ <skjnldsv@protonmail.com>\n * @author Julius Härtl <jus@bitgrid.net>\n * @author npmbuildbot[bot] \"npmbuildbot[bot]@users.noreply.github.com\"\n *\n * @license GNU AGPL version 3 or any later version\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see <http://www.gnu.org/licenses/>.\n *\n */\n\nimport _ from 'underscore'\nimport $ from 'jquery'\nimport { showMessage, TOAST_DEFAULT_TIMEOUT, TOAST_PERMANENT_TIMEOUT } from '@nextcloud/dialogs'\n\n/**\n * @todo Write documentation\n * @deprecated 17.0.0 use the `@nextcloud/dialogs` package instead\n * @namespace OC.Notification\n */\nexport default {\n\n\tupdatableNotification: null,\n\n\tgetDefaultNotificationFunction: null,\n\n\t/**\n\t * @param {Function} callback callback function\n\t * @deprecated 17.0.0 use the `@nextcloud/dialogs` package\n\t */\n\tsetDefault(callback) {\n\t\tthis.getDefaultNotificationFunction = callback\n\t},\n\n\t/**\n\t * Hides a notification.\n\t *\n\t * If a row is given, only hide that one.\n\t * If no row is given, hide all notifications.\n\t *\n\t * @param {jQuery} [$row] notification row\n\t * @param {Function} [callback] callback\n\t * @deprecated 17.0.0 use the `@nextcloud/dialogs` package\n\t */\n\thide($row, callback) {\n\t\tif (_.isFunction($row)) {\n\t\t\t// first arg is the callback\n\t\t\tcallback = $row\n\t\t\t$row = undefined\n\t\t}\n\n\t\tif (!$row) {\n\t\t\tconsole.error('Missing argument $row in OC.Notification.hide() call, caller needs to be adjusted to only dismiss its own notification')\n\t\t\treturn\n\t\t}\n\n\t\t// remove the row directly\n\t\t$row.each(function() {\n\t\t\tif ($(this)[0].toastify) {\n\t\t\t\t$(this)[0].toastify.hideToast()\n\t\t\t} else {\n\t\t\t\tconsole.error('cannot hide toast because object is not set')\n\t\t\t}\n\t\t\tif (this === this.updatableNotification) {\n\t\t\t\tthis.updatableNotification = null\n\t\t\t}\n\t\t})\n\t\tif (callback) {\n\t\t\tcallback.call()\n\t\t}\n\t\tif (this.getDefaultNotificationFunction) {\n\t\t\tthis.getDefaultNotificationFunction()\n\t\t}\n\t},\n\n\t/**\n\t * Shows a notification as HTML without being sanitized before.\n\t * If you pass unsanitized user input this may lead to a XSS vulnerability.\n\t * Consider using show() instead of showHTML()\n\t *\n\t * @param {string} html Message to display\n\t * @param {Object} [options] options\n\t * @param {string} [options.type] notification type\n\t * @param {int} [options.timeout=0] timeout value, defaults to 0 (permanent)\n\t * @returns {jQuery} jQuery element for notification row\n\t * @deprecated 17.0.0 use the `@nextcloud/dialogs` package\n\t */\n\tshowHtml(html, options) {\n\t\toptions = options || {}\n\t\toptions.isHTML = true\n\t\toptions.timeout = (!options.timeout) ? TOAST_PERMANENT_TIMEOUT : options.timeout\n\t\tconst toast = showMessage(html, options)\n\t\ttoast.toastElement.toastify = toast\n\t\treturn $(toast.toastElement)\n\t},\n\n\t/**\n\t * Shows a sanitized notification\n\t *\n\t * @param {string} text Message to display\n\t * @param {Object} [options] options\n\t * @param {string} [options.type] notification type\n\t * @param {int} [options.timeout=0] timeout value, defaults to 0 (permanent)\n\t * @returns {jQuery} jQuery element for notification row\n\t * @deprecated 17.0.0 use the `@nextcloud/dialogs` package\n\t */\n\tshow(text, options) {\n\t\tconst escapeHTML = function(text) {\n\t\t\treturn text.toString()\n\t\t\t\t.split('&').join('&amp;')\n\t\t\t\t.split('<').join('&lt;')\n\t\t\t\t.split('>').join('&gt;')\n\t\t\t\t.split('\"').join('&quot;')\n\t\t\t\t.split('\\'').join('&#039;')\n\t\t}\n\n\t\toptions = options || {}\n\t\toptions.timeout = (!options.timeout) ? TOAST_PERMANENT_TIMEOUT : options.timeout\n\t\tconst toast = showMessage(escapeHTML(text), options)\n\t\ttoast.toastElement.toastify = toast\n\t\treturn $(toast.toastElement)\n\t},\n\n\t/**\n\t * Updates (replaces) a sanitized notification.\n\t *\n\t * @param {string} text Message to display\n\t * @returns {jQuery} JQuery element for notificaiton row\n\t * @deprecated 17.0.0 use the `@nextcloud/dialogs` package\n\t */\n\tshowUpdate(text) {\n\t\tif (this.updatableNotification) {\n\t\t\tthis.updatableNotification.hideToast()\n\t\t}\n\t\tthis.updatableNotification = showMessage(text, { timeout: TOAST_PERMANENT_TIMEOUT })\n\t\tthis.updatableNotification.toastElement.toastify = this.updatableNotification\n\t\treturn $(this.updatableNotification.toastElement)\n\t},\n\n\t/**\n\t * Shows a notification that disappears after x seconds, default is\n\t * 7 seconds\n\t *\n\t * @param {string} text Message to show\n\t * @param {array} [options] options array\n\t * @param {int} [options.timeout=7] timeout in seconds, if this is 0 it will show the message permanently\n\t * @param {boolean} [options.isHTML=false] an indicator for HTML notifications (true) or text (false)\n\t * @param {string} [options.type] notification type\n\t * @returns {JQuery<any>} the toast element\n\t * @deprecated 17.0.0 use the `@nextcloud/dialogs` package\n\t */\n\tshowTemporary(text, options) {\n\t\toptions = options || {}\n\t\toptions.timeout = options.timeout || TOAST_DEFAULT_TIMEOUT\n\t\tconst toast = showMessage(text, options)\n\t\ttoast.toastElement.toastify = toast\n\t\treturn $(toast.toastElement)\n\t},\n\n\t/**\n\t * Returns whether a notification is hidden.\n\t * @returns {boolean}\n\t * @deprecated 17.0.0 use the `@nextcloud/dialogs` package\n\t */\n\tisHidden() {\n\t\treturn !$('#content').find('.toastify').length\n\t},\n}\n","/**\n * @copyright 2019 Christoph Wurst <christoph@winzerhof-wurst.at>\n *\n * @author Christoph Wurst <christoph@winzerhof-wurst.at>\n * @author John Molakvoæ <skjnldsv@protonmail.com>\n *\n * @license GNU AGPL version 3 or any later version\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see <http://www.gnu.org/licenses/>.\n *\n */\n\nimport _ from 'underscore'\nimport $ from 'jquery'\n\nimport OC from './index'\nimport Notification from './notification'\n\n/**\n * Warn users that the connection to the server was lost temporarily\n *\n * This function is throttled to prevent stacked notfications.\n * After 7sec the first notification is gone, then we can show another one\n * if necessary.\n */\nexport const ajaxConnectionLostHandler = _.throttle(() => {\n\tNotification.showTemporary(t('core', 'Connection to server lost'))\n}, 7 * 1000, { trailing: false })\n\n/**\n * Process ajax error, redirects to main page\n * if an error/auth error status was returned.\n * @param {XMLHttpRequest} xhr xhr request\n */\nexport const processAjaxError = xhr => {\n\t// purposefully aborted request ?\n\t// OC._userIsNavigatingAway needed to distinguish ajax calls cancelled by navigating away\n\t// from calls cancelled by failed cross-domain ajax due to SSO redirect\n\tif (xhr.status === 0 && (xhr.statusText === 'abort' || xhr.statusText === 'timeout' || OC._reloadCalled)) {\n\t\treturn\n\t}\n\n\tif (_.contains([302, 303, 307, 401], xhr.status) && OC.currentUser) {\n\t\t// sometimes \"beforeunload\" happens later, so need to defer the reload a bit\n\t\tsetTimeout(function() {\n\t\t\tif (!OC._userIsNavigatingAway && !OC._reloadCalled) {\n\t\t\t\tlet timer = 0\n\t\t\t\tconst seconds = 5\n\t\t\t\tconst interval = setInterval(function() {\n\t\t\t\t\tNotification.showUpdate(n('core', 'Problem loading page, reloading in %n second', 'Problem loading page, reloading in %n seconds', seconds - timer))\n\t\t\t\t\tif (timer >= seconds) {\n\t\t\t\t\t\tclearInterval(interval)\n\t\t\t\t\t\tOC.reload()\n\t\t\t\t\t}\n\t\t\t\t\ttimer++\n\t\t\t\t}, 1000 // 1 second interval\n\t\t\t\t)\n\n\t\t\t\t// only call reload once\n\t\t\t\tOC._reloadCalled = true\n\t\t\t}\n\t\t}, 100)\n\t} else if (xhr.status === 0) {\n\t\t// Connection lost (e.g. WiFi disconnected or server is down)\n\t\tsetTimeout(function() {\n\t\t\tif (!OC._userIsNavigatingAway && !OC._reloadCalled) {\n\t\t\t\t// TODO: call method above directly\n\t\t\t\tOC._ajaxConnectionLostHandler()\n\t\t\t}\n\t\t}, 100)\n\t}\n}\n\n/**\n * Registers XmlHttpRequest object for global error processing.\n *\n * This means that if this XHR object returns 401 or session timeout errors,\n * the current page will automatically be reloaded.\n *\n * @param {XMLHttpRequest} xhr xhr request\n */\nexport const registerXHRForErrorProcessing = xhr => {\n\tconst loadCallback = () => {\n\t\tif (xhr.readyState !== 4) {\n\t\t\treturn\n\t\t}\n\n\t\tif ((xhr.status >= 200 && xhr.status < 300) || xhr.status === 304) {\n\t\t\treturn\n\t\t}\n\n\t\t// fire jquery global ajax error handler\n\t\t$(document).trigger(new $.Event('ajaxError'), xhr)\n\t}\n\n\tconst errorCallback = () => {\n\t\t// fire jquery global ajax error handler\n\t\t$(document).trigger(new $.Event('ajaxError'), xhr)\n\t}\n\n\tif (xhr.addEventListener) {\n\t\txhr.addEventListener('load', loadCallback)\n\t\txhr.addEventListener('error', errorCallback)\n\t}\n\n}\n","/**\n * @copyright Copyright (c) 2016 Joas Schilling <coding@schilljs.com>\n *\n * @author Christoph Wurst <christoph@winzerhof-wurst.at>\n * @author Joas Schilling <coding@schilljs.com>\n * @author John Molakvoæ <skjnldsv@protonmail.com>\n * @author Jörn Friedrich Dreyer <jfd@butonic.de>\n * @author Robin Appelman <robin@icewind.nl>\n * @author Vincent Petry <vincent@nextcloud.com>\n *\n * @license GNU AGPL version 3 or any later version\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see <http://www.gnu.org/licenses/>.\n *\n */\n\n/* eslint-disable */\n import { getValue, setValue, getApps, getKeys, deleteKey } from '../OCP/appconfig'\n\nexport const appConfig = window.oc_appconfig || {}\n\n/**\n * @namespace\n * @deprecated 16.0.0 Use OCP.AppConfig instead\n */\nexport const AppConfig = {\n\t/**\n\t * @deprecated Use OCP.AppConfig.getValue() instead\n\t */\n\tgetValue: function(app, key, defaultValue, callback) {\n\t\tgetValue(app, key, defaultValue, {\n\t\t\tsuccess: callback\n\t\t})\n\t},\n\n\t/**\n\t * @deprecated Use OCP.AppConfig.setValue() instead\n\t */\n\tsetValue: function(app, key, value) {\n\t\tsetValue(app, key, value)\n\t},\n\n\t/**\n\t * @deprecated Use OCP.AppConfig.getApps() instead\n\t */\n\tgetApps: function(callback) {\n\t\tgetApps({\n\t\t\tsuccess: callback\n\t\t})\n\t},\n\n\t/**\n\t * @deprecated Use OCP.AppConfig.getKeys() instead\n\t */\n\tgetKeys: function(app, callback) {\n\t\tgetKeys(app, {\n\t\t\tsuccess: callback\n\t\t})\n\t},\n\n\t/**\n\t * @deprecated Use OCP.AppConfig.deleteKey() instead\n\t */\n\tdeleteKey: function(app, key) {\n\t\tdeleteKey(app, key)\n\t}\n\n}\n","/**\n * @copyright 2019 Christoph Wurst <christoph@winzerhof-wurst.at>\n *\n * @author Christoph Wurst <christoph@winzerhof-wurst.at>\n *\n * @license GNU AGPL version 3 or any later version\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see <http://www.gnu.org/licenses/>.\n *\n */\n\nconst appswebroots = (window._oc_appswebroots !== undefined) ? window._oc_appswebroots : false\n\nexport default appswebroots\n","/**\n * Copyright (c) 2015\n *\n * @author Christoph Wurst <christoph@winzerhof-wurst.at>\n * @author John Molakvoæ <skjnldsv@protonmail.com>\n * @author Julius Härtl <jus@bitgrid.net>\n *\n * @license GNU AGPL version 3 or any later version\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see <http://www.gnu.org/licenses/>.\n *\n */\n\n/* eslint-disable */\nimport _ from 'underscore'\nimport { dav } from 'davclient.js'\n\nconst methodMap = {\n\tcreate: 'POST',\n\tupdate: 'PROPPATCH',\n\tpatch: 'PROPPATCH',\n\tdelete: 'DELETE',\n\tread: 'PROPFIND'\n}\n\n// Throw an error when a URL is needed, and none is supplied.\nfunction urlError() {\n\tthrow new Error('A \"url\" property or function must be specified')\n}\n\n/**\n * Convert a single propfind result to JSON\n *\n * @param {Object} result\n * @param {Object} davProperties properties mapping\n */\nfunction parsePropFindResult(result, davProperties) {\n\tif (_.isArray(result)) {\n\t\treturn _.map(result, function(subResult) {\n\t\t\treturn parsePropFindResult(subResult, davProperties)\n\t\t})\n\t}\n\tvar props = {\n\t\thref: result.href\n\t}\n\n\t_.each(result.propStat, function(propStat) {\n\t\tif (propStat.status !== 'HTTP/1.1 200 OK') {\n\t\t\treturn\n\t\t}\n\n\t\tfor (var key in propStat.properties) {\n\t\t\tvar propKey = key\n\t\t\tif (key in davProperties) {\n\t\t\t\tpropKey = davProperties[key]\n\t\t\t}\n\t\t\tprops[propKey] = propStat.properties[key]\n\t\t}\n\t})\n\n\tif (!props.id) {\n\t\t// parse id from href\n\t\tprops.id = parseIdFromLocation(props.href)\n\t}\n\n\treturn props\n}\n\n/**\n * Parse ID from location\n *\n * @param {string} url url\n * @returns {string} id\n */\nfunction parseIdFromLocation(url) {\n\tvar queryPos = url.indexOf('?')\n\tif (queryPos > 0) {\n\t\turl = url.substr(0, queryPos)\n\t}\n\n\tvar parts = url.split('/')\n\tvar result\n\tdo {\n\t\tresult = parts[parts.length - 1]\n\t\tparts.pop()\n\t\t// note: first result can be empty when there is a trailing slash,\n\t\t// so we take the part before that\n\t} while (!result && parts.length > 0)\n\n\treturn result\n}\n\nfunction isSuccessStatus(status) {\n\treturn status >= 200 && status <= 299\n}\n\nfunction convertModelAttributesToDavProperties(attrs, davProperties) {\n\tvar props = {}\n\tvar key\n\tfor (key in attrs) {\n\t\tvar changedProp = davProperties[key]\n\t\tvar value = attrs[key]\n\t\tif (!changedProp) {\n\t\t\tconsole.warn('No matching DAV property for property \"' + key)\n\t\t\tchangedProp = key\n\t\t}\n\t\tif (_.isBoolean(value) || _.isNumber(value)) {\n\t\t\t// convert to string\n\t\t\tvalue = '' + value\n\t\t}\n\t\tprops[changedProp] = value\n\t}\n\treturn props\n}\n\nfunction callPropFind(client, options, model, headers) {\n\treturn client.propFind(\n\t\toptions.url,\n\t\t_.values(options.davProperties) || [],\n\t\toptions.depth,\n\t\theaders\n\t).then(function(response) {\n\t\tif (isSuccessStatus(response.status)) {\n\t\t\tif (_.isFunction(options.success)) {\n\t\t\t\tvar propsMapping = _.invert(options.davProperties)\n\t\t\t\tvar results = parsePropFindResult(response.body, propsMapping)\n\t\t\t\tif (options.depth > 0) {\n\t\t\t\t\t// discard root entry\n\t\t\t\t\tresults.shift()\n\t\t\t\t}\n\n\t\t\t\toptions.success(results)\n\n\t\t\t}\n\t\t} else if (_.isFunction(options.error)) {\n\t\t\toptions.error(response)\n\t\t}\n\t})\n}\n\nfunction callPropPatch(client, options, model, headers) {\n\treturn client.propPatch(\n\t\toptions.url,\n\t\tconvertModelAttributesToDavProperties(model.changed, options.davProperties),\n\t\theaders\n\t).then(function(result) {\n\t\tif (isSuccessStatus(result.status)) {\n\t\t\tif (_.isFunction(options.success)) {\n\t\t\t\t// pass the object's own values because the server\n\t\t\t\t// does not return the updated model\n\t\t\t\toptions.success(model.toJSON())\n\t\t\t}\n\t\t} else if (_.isFunction(options.error)) {\n\t\t\toptions.error(result)\n\t\t}\n\t})\n\n}\n\nfunction callMkCol(client, options, model, headers) {\n\t// call MKCOL without data, followed by PROPPATCH\n\treturn client.request(\n\t\toptions.type,\n\t\toptions.url,\n\t\theaders,\n\t\tnull\n\t).then(function(result) {\n\t\tif (!isSuccessStatus(result.status)) {\n\t\t\tif (_.isFunction(options.error)) {\n\t\t\t\toptions.error(result)\n\t\t\t}\n\t\t\treturn\n\t\t}\n\n\t\tcallPropPatch(client, options, model, headers)\n\t})\n}\n\nfunction callMethod(client, options, model, headers) {\n\theaders['Content-Type'] = 'application/json'\n\treturn client.request(\n\t\toptions.type,\n\t\toptions.url,\n\t\theaders,\n\t\toptions.data\n\t).then(function(result) {\n\t\tif (!isSuccessStatus(result.status)) {\n\t\t\tif (_.isFunction(options.error)) {\n\t\t\t\toptions.error(result)\n\t\t\t}\n\t\t\treturn\n\t\t}\n\n\t\tif (_.isFunction(options.success)) {\n\t\t\tif (options.type === 'PUT' || options.type === 'POST' || options.type === 'MKCOL') {\n\t\t\t\t// pass the object's own values because the server\n\t\t\t\t// does not return anything\n\t\t\t\tvar responseJson = result.body || model.toJSON()\n\t\t\t\tvar locationHeader = result.xhr.getResponseHeader('Content-Location')\n\t\t\t\tif (options.type === 'POST' && locationHeader) {\n\t\t\t\t\tresponseJson.id = parseIdFromLocation(locationHeader)\n\t\t\t\t}\n\t\t\t\toptions.success(responseJson)\n\t\t\t\treturn\n\t\t\t}\n\t\t\t// if multi-status, parse\n\t\t\tif (result.status === 207) {\n\t\t\t\tvar propsMapping = _.invert(options.davProperties)\n\t\t\t\toptions.success(parsePropFindResult(result.body, propsMapping))\n\t\t\t} else {\n\t\t\t\toptions.success(result.body)\n\t\t\t}\n\t\t}\n\t})\n}\n\nexport const davCall = (options, model) => {\n\tvar client = new dav.Client({\n\t\tbaseUrl: options.url,\n\t\txmlNamespaces: _.extend({\n\t\t\t'DAV:': 'd',\n\t\t\t'http://owncloud.org/ns': 'oc'\n\t\t}, options.xmlNamespaces || {})\n\t})\n\tclient.resolveUrl = function() {\n\t\treturn options.url\n\t}\n\tvar headers = _.extend({\n\t\t'X-Requested-With': 'XMLHttpRequest',\n\t\t'requesttoken': OC.requestToken\n\t}, options.headers)\n\tif (options.type === 'PROPFIND') {\n\t\treturn callPropFind(client, options, model, headers)\n\t} else if (options.type === 'PROPPATCH') {\n\t\treturn callPropPatch(client, options, model, headers)\n\t} else if (options.type === 'MKCOL') {\n\t\treturn callMkCol(client, options, model, headers)\n\t} else {\n\t\treturn callMethod(client, options, model, headers)\n\t}\n}\n\n/**\n * DAV transport\n */\nexport const davSync = Backbone => (method, model, options) => {\n\tvar params = { type: methodMap[method] || method }\n\tvar isCollection = (model instanceof Backbone.Collection)\n\n\tif (method === 'update') {\n\t\t// if a model has an inner collection, it must define an\n\t\t// attribute \"hasInnerCollection\" that evaluates to true\n\t\tif (model.hasInnerCollection) {\n\t\t\t// if the model itself is a Webdav collection, use MKCOL\n\t\t\tparams.type = 'MKCOL'\n\t\t} else if (model.usePUT || (model.collection && model.collection.usePUT)) {\n\t\t\t// use PUT instead of PROPPATCH\n\t\t\tparams.type = 'PUT'\n\t\t}\n\t}\n\n\t// Ensure that we have a URL.\n\tif (!options.url) {\n\t\tparams.url = _.result(model, 'url') || urlError()\n\t}\n\n\t// Ensure that we have the appropriate request data.\n\tif (options.data == null && model && (method === 'create' || method === 'update' || method === 'patch')) {\n\t\tparams.data = JSON.stringify(options.attrs || model.toJSON(options))\n\t}\n\n\t// Don't process data on a non-GET request.\n\tif (params.type !== 'PROPFIND') {\n\t\tparams.processData = false\n\t}\n\n\tif (params.type === 'PROPFIND' || params.type === 'PROPPATCH') {\n\t\tvar davProperties = model.davProperties\n\t\tif (!davProperties && model.model) {\n\t\t\t// use dav properties from model in case of collection\n\t\t\tdavProperties = model.model.prototype.davProperties\n\t\t}\n\t\tif (davProperties) {\n\t\t\tif (_.isFunction(davProperties)) {\n\t\t\t\tparams.davProperties = davProperties.call(model)\n\t\t\t} else {\n\t\t\t\tparams.davProperties = davProperties\n\t\t\t}\n\t\t}\n\n\t\tparams.davProperties = _.extend(params.davProperties || {}, options.davProperties)\n\n\t\tif (_.isUndefined(options.depth)) {\n\t\t\tif (isCollection) {\n\t\t\t\toptions.depth = 1\n\t\t\t} else {\n\t\t\t\toptions.depth = 0\n\t\t\t}\n\t\t}\n\t}\n\n\t// Pass along `textStatus` and `errorThrown` from jQuery.\n\tvar error = options.error\n\toptions.error = function(xhr, textStatus, errorThrown) {\n\t\toptions.textStatus = textStatus\n\t\toptions.errorThrown = errorThrown\n\t\tif (error) {\n\t\t\terror.call(options.context, xhr, textStatus, errorThrown)\n\t\t}\n\t}\n\n\t// Make the request, allowing the user to override any Ajax options.\n\tvar xhr = options.xhr = Backbone.davCall(_.extend(params, options), model)\n\tmodel.trigger('request', model, xhr, options)\n\treturn xhr\n}\n","/**\n * @copyright 2019 Christoph Wurst <christoph@winzerhof-wurst.at>\n *\n * @author Christoph Wurst <christoph@winzerhof-wurst.at>\n * @author John Molakvoæ <skjnldsv@protonmail.com>\n *\n * @license GNU AGPL version 3 or any later version\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see <http://www.gnu.org/licenses/>.\n *\n */\n\nimport VendorBackbone from 'backbone'\nimport { davCall, davSync } from './backbone-webdav'\n\nconst Backbone = VendorBackbone.noConflict()\n\n// Patch Backbone for DAV\nObject.assign(Backbone, {\n\tdavCall,\n\tdavSync: davSync(Backbone),\n})\n\nexport default Backbone\n","/**\n * @copyright 2019 Christoph Wurst <christoph@winzerhof-wurst.at>\n *\n * @author Christoph Wurst <christoph@winzerhof-wurst.at>\n *\n * @license GNU AGPL version 3 or any later version\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see <http://www.gnu.org/licenses/>.\n *\n */\n\nconst config = window._oc_config || {}\n\nexport default config\n","/**\n * @copyright 2019 Christoph Wurst <christoph@winzerhof-wurst.at>\n *\n * @author Christoph Wurst <christoph@winzerhof-wurst.at>\n * @author Joas Schilling <coding@schilljs.com>\n *\n * @license GNU AGPL version 3 or any later version\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see <http://www.gnu.org/licenses/>.\n *\n */\n\nconst rawUid = document\n\t.getElementsByTagName('head')[0]\n\t.getAttribute('data-user')\nconst displayName = document\n\t.getElementsByTagName('head')[0]\n\t.getAttribute('data-user-displayname')\n\nexport const currentUser = rawUid !== undefined ? rawUid : false\n\nexport const getCurrentUser = () => {\n\treturn {\n\t\tuid: currentUser,\n\t\tdisplayName,\n\t}\n}\n","/**\n * @copyright 2019 Christoph Wurst <christoph@winzerhof-wurst.at>\n * @copyright Copyright (c) 2019 Gary Kim <gary@garykim.dev>\n *\n * @author Bartek Przybylski <bart.p.pl@gmail.com>\n * @author Christopher Schäpers <kondou@ts.unde.re>\n * @author Christoph Wurst <christoph@winzerhof-wurst.at>\n * @author Daniel Calviño Sánchez <danxuliu@gmail.com>\n * @author Daniel Kesselberg <mail@danielkesselberg.de>\n * @author Florian Schunk <florian.schunk@rwth-aachen.de>\n * @author Gary Kim <gary@garykim.dev>\n * @author Hendrik Leppelsack <hendrik@leppelsack.de>\n * @author Jan-Christoph Borchardt <hey@jancborchardt.net>\n * @author Joas Schilling <coding@schilljs.com>\n * @author John Molakvoæ <skjnldsv@protonmail.com>\n * @author Jörn Friedrich Dreyer <jfd@butonic.de>\n * @author Julius Härtl <jus@bitgrid.net>\n * @author Loïc Hermann <loic.hermann@sciam.fr>\n * @author Morris Jobke <hey@morrisjobke.de>\n * @author Olivier Paroz <github@oparoz.com>\n * @author Robin Appelman <robin@icewind.nl>\n * @author Roeland Jago Douma <roeland@famdouma.nl>\n * @author Sujith Haridasan <Sujith_Haridasan@mentor.com>\n * @author Thomas Citharel <nextcloud@tcit.fr>\n * @author Thomas Müller <thomas.mueller@tmit.eu>\n * @author Thomas Tanghus <thomas@tanghus.net>\n * @author Vincent Petry <vincent@nextcloud.com>\n *\n * @license GNU AGPL version 3 or any later version\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see <http://www.gnu.org/licenses/>.\n *\n */\n\n/* eslint-disable */\nimport _ from 'underscore'\nimport $ from 'jquery'\n\nimport OC from './index'\nimport OCA from '../OCA/index'\n\n/**\n * this class to ease the usage of jquery dialogs\n */\nconst Dialogs = {\n\t// dialog button types\n\tYES_NO_BUTTONS: 70,\n\tOK_BUTTONS: 71,\n\n\tFILEPICKER_TYPE_CHOOSE: 1,\n\tFILEPICKER_TYPE_MOVE: 2,\n\tFILEPICKER_TYPE_COPY: 3,\n\tFILEPICKER_TYPE_COPY_MOVE: 4,\n\tFILEPICKER_TYPE_CUSTOM: 5,\n\n\t// used to name each dialog\n\tdialogsCounter: 0,\n\n\t/**\n\t * displays alert dialog\n\t * @param {string} text content of dialog\n\t * @param {string} title dialog title\n\t * @param {function} callback which will be triggered when user presses OK\n\t * @param {boolean} [modal] make the dialog modal\n\t */\n\talert: function(text, title, callback, modal) {\n\t\tthis.message(\n\t\t\ttext,\n\t\t\ttitle,\n\t\t\t'alert',\n\t\t\tDialogs.OK_BUTTON,\n\t\t\tcallback,\n\t\t\tmodal\n\t\t)\n\t},\n\t/**\n\t * displays info dialog\n\t * @param {string} text content of dialog\n\t * @param {string} title dialog title\n\t * @param {function} callback which will be triggered when user presses OK\n\t * @param {boolean} [modal] make the dialog modal\n\t */\n\tinfo: function(text, title, callback, modal) {\n\t\tthis.message(text, title, 'info', Dialogs.OK_BUTTON, callback, modal)\n\t},\n\n\t/**\n\t * displays confirmation dialog\n\t * @param {string} text content of dialog\n\t * @param {string} title dialog title\n\t * @param {function} callback which will be triggered when user presses OK (true or false would be passed to callback respectively)\n\t * @param {boolean} [modal] make the dialog modal\n\t * @returns {Promise}\n\t */\n\tconfirm: function(text, title, callback, modal) {\n\t\treturn this.message(\n\t\t\ttext,\n\t\t\ttitle,\n\t\t\t'notice',\n\t\t\tDialogs.YES_NO_BUTTONS,\n\t\t\tcallback,\n\t\t\tmodal\n\t\t)\n\t},\n\t/**\n\t * displays confirmation dialog\n\t * @param {string} text content of dialog\n\t * @param {string} title dialog title\n\t * @param {{type: Int, confirm: String, cancel: String, confirmClasses: String}} buttons text content of buttons\n\t * @param {function} callback which will be triggered when user presses OK (true or false would be passed to callback respectively)\n\t * @param {boolean} [modal] make the dialog modal\n\t * @returns {Promise}\n\t */\n\tconfirmDestructive: function(text, title, buttons, callback, modal) {\n\t\treturn this.message(\n\t\t\ttext,\n\t\t\ttitle,\n\t\t\t'none',\n\t\t\tbuttons,\n\t\t\tcallback,\n\t\t\tmodal === undefined ? true : modal\n\t\t)\n\t},\n\t/**\n\t * displays confirmation dialog\n\t * @param {string} text content of dialog\n\t * @param {string} title dialog title\n\t * @param {function} callback which will be triggered when user presses OK (true or false would be passed to callback respectively)\n\t * @param {boolean} [modal] make the dialog modal\n\t * @returns {Promise}\n\t */\n\tconfirmHtml: function(text, title, callback, modal) {\n\t\treturn this.message(\n\t\t\ttext,\n\t\t\ttitle,\n\t\t\t'notice',\n\t\t\tDialogs.YES_NO_BUTTONS,\n\t\t\tcallback,\n\t\t\tmodal,\n\t\t\ttrue\n\t\t)\n\t},\n\t/**\n\t * displays prompt dialog\n\t * @param {string} text content of dialog\n\t * @param {string} title dialog title\n\t * @param {function} callback which will be triggered when user presses OK (true or false would be passed to callback respectively)\n\t * @param {boolean} [modal] make the dialog modal\n\t * @param {string} name name of the input field\n\t * @param {boolean} password whether the input should be a password input\n\t * @returns {Promise}\n\t */\n\tprompt: function(text, title, callback, modal, name, password) {\n\t\treturn $.when(this._getMessageTemplate()).then(function($tmpl) {\n\t\t\tvar dialogName = 'oc-dialog-' + Dialogs.dialogsCounter + '-content'\n\t\t\tvar dialogId = '#' + dialogName\n\t\t\tvar $dlg = $tmpl.octemplate({\n\t\t\t\tdialog_name: dialogName,\n\t\t\t\ttitle: title,\n\t\t\t\tmessage: text,\n\t\t\t\ttype: 'notice'\n\t\t\t})\n\t\t\tvar input = $('<input/>')\n\t\t\tinput.attr('type', password ? 'password' : 'text').attr('id', dialogName + '-input').attr('placeholder', name)\n\t\t\tvar label = $('<label/>').attr('for', dialogName + '-input').text(name + ': ')\n\t\t\t$dlg.append(label)\n\t\t\t$dlg.append(input)\n\t\t\tif (modal === undefined) {\n\t\t\t\tmodal = false\n\t\t\t}\n\t\t\t$('body').append($dlg)\n\n\t\t\t// wrap callback in _.once():\n\t\t\t// only call callback once and not twice (button handler and close\n\t\t\t// event) but call it for the close event, if ESC or the x is hit\n\t\t\tif (callback !== undefined) {\n\t\t\t\tcallback = _.once(callback)\n\t\t\t}\n\n\t\t\tvar buttonlist = [{\n\t\t\t\ttext: t('core', 'No'),\n\t\t\t\tclick: function() {\n\t\t\t\t\tif (callback !== undefined) {\n\t\t\t\t\t\t// eslint-disable-next-line standard/no-callback-literal\n\t\t\t\t\t\tcallback(false, input.val())\n\t\t\t\t\t}\n\t\t\t\t\t$(dialogId).ocdialog('close')\n\t\t\t\t}\n\t\t\t}, {\n\t\t\t\ttext: t('core', 'Yes'),\n\t\t\t\tclick: function() {\n\t\t\t\t\tif (callback !== undefined) {\n\t\t\t\t\t\t// eslint-disable-next-line standard/no-callback-literal\n\t\t\t\t\t\tcallback(true, input.val())\n\t\t\t\t\t}\n\t\t\t\t\t$(dialogId).ocdialog('close')\n\t\t\t\t},\n\t\t\t\tdefaultButton: true\n\t\t\t}]\n\n\t\t\t$(dialogId).ocdialog({\n\t\t\t\tcloseOnEscape: true,\n\t\t\t\tmodal: modal,\n\t\t\t\tbuttons: buttonlist,\n\t\t\t\tclose: function() {\n\t\t\t\t\t// callback is already fired if Yes/No is clicked directly\n\t\t\t\t\tif (callback !== undefined) {\n\t\t\t\t\t\t// eslint-disable-next-line standard/no-callback-literal\n\t\t\t\t\t\tcallback(false, input.val())\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t})\n\t\t\tinput.focus()\n\t\t\tDialogs.dialogsCounter++\n\t\t})\n\t},\n\t/**\n\t * show a file picker to pick a file from\n\t *\n\t * In order to pick several types of mime types they need to be passed as an\n\t * array of strings.\n\t *\n\t * When no mime type filter is given only files can be selected. In order to\n\t * be able to select both files and folders \"['*', 'httpd/unix-directory']\"\n\t * should be used instead.\n\t *\n\t * @param {string} title dialog title\n\t * @param {function} callback which will be triggered when user presses Choose\n\t * @param {boolean} [multiselect] whether it should be possible to select multiple files\n\t * @param {string[]} [mimetypeFilter] mimetype to filter by - directories will always be included\n\t * @param {boolean} [modal] make the dialog modal\n\t * @param {string} [type] Type of file picker : Choose, copy, move, copy and move\n\t * @param {string} [path] path to the folder that the the file can be picket from\n\t * @param {Object} [options] additonal options that need to be set\n\t */\n\tfilepicker: function(title, callback, multiselect, mimetypeFilter, modal, type, path, options) {\n\t\tvar self = this\n\n\t\tthis.filepicker.sortField = 'name'\n\t\tthis.filepicker.sortOrder = 'asc'\n\t\t// avoid opening the picker twice\n\t\tif (this.filepicker.loading) {\n\t\t\treturn\n\t\t}\n\n\t\tif (type === undefined) {\n\t\t\ttype = this.FILEPICKER_TYPE_CHOOSE\n\t\t}\n\n\t\tvar emptyText = t('core', 'No files in here')\n\t\tvar newText = t('files', 'New folder')\n\t\tif (type === this.FILEPICKER_TYPE_COPY || type === this.FILEPICKER_TYPE_MOVE || type === this.FILEPICKER_TYPE_COPY_MOVE) {\n\t\t\temptyText = t('core', 'No more subfolders in here')\n\t\t}\n\n\t\tthis.filepicker.loading = true\n\t\tthis.filepicker.filesClient = (OCA.Sharing && OCA.Sharing.PublicApp && OCA.Sharing.PublicApp.fileList) ? OCA.Sharing.PublicApp.fileList.filesClient : OC.Files.getClient()\n\n\t\tthis.filelist = null\n\t\tpath = path || ''\n\t\toptions = Object.assign({\n\t\t\tallowDirectoryChooser: false\n\t\t}, options)\n\n\t\t$.when(this._getFilePickerTemplate()).then(function($tmpl) {\n\t\t\tself.filepicker.loading = false\n\t\t\tvar dialogName = 'oc-dialog-filepicker-content'\n\t\t\tif (self.$filePicker) {\n\t\t\t\tself.$filePicker.ocdialog('close')\n\t\t\t}\n\n\t\t\tif (mimetypeFilter === undefined || mimetypeFilter === null) {\n\t\t\t\tmimetypeFilter = []\n\t\t\t}\n\t\t\tif (typeof (mimetypeFilter) === 'string') {\n\t\t\t\tmimetypeFilter = [mimetypeFilter]\n\t\t\t}\n\n\t\t\tself.$filePicker = $tmpl.octemplate({\n\t\t\t\tdialog_name: dialogName,\n\t\t\t\ttitle: title,\n\t\t\t\temptytext: emptyText,\n\t\t\t\tnewtext: newText,\n\t\t\t\tnameCol: t('core', 'Name'),\n\t\t\t\tsizeCol: t('core', 'Size'),\n\t\t\t\tmodifiedCol: t('core', 'Modified')\n\t\t\t}).data('path', path).data('multiselect', multiselect).data('mimetype', mimetypeFilter).data('allowDirectoryChooser', options.allowDirectoryChooser)\n\n\t\t\tif (modal === undefined) {\n\t\t\t\tmodal = false\n\t\t\t}\n\t\t\tif (multiselect === undefined) {\n\t\t\t\tmultiselect = false\n\t\t\t}\n\n\t\t\t// No grid for IE!\n\t\t\tif (OC.Util.isIE()) {\n\t\t\t\tself.$filePicker.find('#picker-view-toggle').remove()\n\t\t\t\tself.$filePicker.find('#picker-filestable').removeClass('view-grid')\n\t\t\t}\n\n\t\t\t$('body').append(self.$filePicker)\n\n\t\t\tself.$showGridView = $('input#picker-showgridview')\n\t\t\tself.$showGridView.on('change', _.bind(self._onGridviewChange, self))\n\n\t\t\tif (!OC.Util.isIE()) {\n\t\t\t\tself._getGridSettings()\n\t\t\t}\n\n\t\t\tvar newButton = self.$filePicker.find('.actions.creatable .button-add')\n\t\t\tif (type === self.FILEPICKER_TYPE_CHOOSE && !options.allowDirectoryChooser) {\n\t\t\t\tnewButton.hide()\n\t\t\t}\n\t\t\tnewButton.on('focus', function() {\n\t\t\t\tself.$filePicker.ocdialog('setEnterCallback', function() {\n\t\t\t\t\tevent.stopImmediatePropagation()\n\t\t\t\t\tevent.preventDefault()\n\t\t\t\t\tnewButton.click()\n\t\t\t\t})\n\t\t\t})\n\t\t\tnewButton.on('blur', function() {\n\t\t\t\tself.$filePicker.ocdialog('unsetEnterCallback')\n\t\t\t})\n\n\t\t\tOC.registerMenu(newButton, self.$filePicker.find('.menu'), function() {\n\t\t\t\t$input.focus()\n\t\t\t\tself.$filePicker.ocdialog('setEnterCallback', function() {\n\t\t\t\t\tevent.stopImmediatePropagation()\n\t\t\t\t\tevent.preventDefault()\n\t\t\t\t\tself.$filePicker.submit()\n\t\t\t\t})\n\t\t\t\tvar newName = $input.val()\n\t\t\t\tvar lastPos = newName.lastIndexOf('.')\n\t\t\t\tif (lastPos === -1) {\n\t\t\t\t\tlastPos = newName.length\n\t\t\t\t}\n\t\t\t\t$input.selectRange(0, lastPos)\n\t\t\t})\n\t\t\tvar $form = self.$filePicker.find('.filenameform')\n\t\t\tvar $input = $form.find('input[type=\\'text\\']')\n\t\t\tvar $submit = $form.find('input[type=\\'submit\\']')\n\t\t\t$submit.on('click', function(event) {\n\t\t\t\tevent.stopImmediatePropagation()\n\t\t\t\tevent.preventDefault()\n\t\t\t\t$form.submit()\n\t\t\t})\n\n\n\t\t\t/**\n\t\t\t * Checks whether the given file name is valid.\n\t\t\t *\n\t\t\t * @param name file name to check\n\t\t\t * @return true if the file name is valid.\n\t\t\t * @throws a string exception with an error message if\n\t\t\t * the file name is not valid\n\t\t\t *\n\t\t\t * NOTE: This function is duplicated in the files app:\n\t\t\t * https://github.com/nextcloud/server/blob/b9bc2417e7a8dc81feb0abe20359bedaf864f790/apps/files/js/files.js#L127-L148\n\t\t\t */\n\t\t\tvar isFileNameValid = function (name) {\n\t\t\t\tvar trimmedName = name.trim();\n\t\t\t\tif (trimmedName === '.' || trimmedName === '..')\n\t\t\t\t{\n\t\t\t\t\tthrow t('files', '\"{name}\" is an invalid file name.', {name: name})\n\t\t\t\t} else if (trimmedName.length === 0) {\n\t\t\t\t\tthrow t('files', 'File name cannot be empty.')\n\t\t\t\t} else if (trimmedName.indexOf('/') !== -1) {\n\t\t\t\t\tthrow t('files', '\"/\" is not allowed inside a file name.')\n\t\t\t\t} else if (!!(trimmedName.match(OC.config.blacklist_files_regex))) {\n\t\t\t\t\tthrow t('files', '\"{name}\" is not an allowed filetype', {name: name})\n\t\t\t\t}\n\n\t\t\t\treturn true\n\t\t\t}\n\n\t\t\tvar checkInput = function() {\n\t\t\t\tvar filename = $input.val()\n\t\t\t\ttry {\n\t\t\t\t\tif (!isFileNameValid(filename)) {\n\t\t\t\t\t\t// isFileNameValid(filename) throws an exception itself\n\t\t\t\t\t} else if (self.filelist.find(function(file) {\n\t\t\t\t\t\treturn file.name === this\n\t\t\t\t\t}, filename)) {\n\t\t\t\t\t\tthrow t('files', '{newName} already exists', { newName: filename }, undefined, {\n\t\t\t\t\t\t\tescape: false\n\t\t\t\t\t\t})\n\t\t\t\t\t} else {\n\t\t\t\t\t\treturn true\n\t\t\t\t\t}\n\t\t\t\t} catch (error) {\n\t\t\t\t\t$input.attr('title', error)\n\t\t\t\t\t$input.tooltip({\n\t\t\t\t\t\tplacement: 'right',\n\t\t\t\t\t\ttrigger: 'manual',\n\t\t\t\t\t\t'container': '.newFolderMenu'\n\t\t\t\t\t})\n\t\t\t\t\t$input.tooltip('fixTitle')\n\t\t\t\t\t$input.tooltip('show')\n\t\t\t\t\t$input.addClass('error')\n\t\t\t\t}\n\t\t\t\treturn false\n\t\t\t}\n\n\t\t\t$form.on('submit', function(event) {\n\t\t\t\tevent.stopPropagation()\n\t\t\t\tevent.preventDefault()\n\n\t\t\t\tif (checkInput()) {\n\t\t\t\t\tvar newname = $input.val()\n\t\t\t\t\tself.filepicker.filesClient.createDirectory(self.$filePicker.data('path') + \"/\" + newname).always(function (status) {\n\t\t\t\t\t\tself._fillFilePicker(self.$filePicker.data('path') + \"/\" + newname)\n\t\t\t\t\t})\n\t\t\t\t\tOC.hideMenus()\n\t\t\t\t\tself.$filePicker.ocdialog('unsetEnterCallback')\n\t\t\t\t\tself.$filePicker.click()\n\t\t\t\t\t$input.val(newText)\n\t\t\t\t}\n\t\t\t})\n\t\t\t$input.keypress(function(event) {\n\t\t\t\tif (event.keyCode === 13 || event.which === 13) {\n\t\t\t\t\tevent.stopImmediatePropagation()\n\t\t\t\t\tevent.preventDefault()\n\t\t\t\t\t$form.submit()\n\t\t\t\t}\n\t\t\t})\n\n\t\t\tself.$filePicker.ready(function() {\n\t\t\t\tself.$fileListHeader = self.$filePicker.find('.filelist thead tr')\n\t\t\t\tself.$filelist = self.$filePicker.find('.filelist tbody')\n\t\t\t\tself.$filelistContainer = self.$filePicker.find('.filelist-container')\n\t\t\t\tself.$dirTree = self.$filePicker.find('.dirtree')\n\t\t\t\tself.$dirTree.on('click', 'div:not(:last-child)', self, function(event) {\n\t\t\t\t\tself._handleTreeListSelect(event, type)\n\t\t\t\t})\n\t\t\t\tself.$filelist.on('click', 'tr', function(event) {\n\t\t\t\t\tself._handlePickerClick(event, $(this), type)\n\t\t\t\t})\n\t\t\t\tself.$fileListHeader.on('click', 'a', function(event) {\n\t\t\t\t\tvar dir = self.$filePicker.data('path')\n\t\t\t\t\tself.filepicker.sortField = $(event.currentTarget).data('sort')\n\t\t\t\t\tself.filepicker.sortOrder = self.filepicker.sortOrder === 'asc' ? 'desc' : 'asc'\n\t\t\t\t\tself._fillFilePicker(dir)\n\t\t\t\t})\n\t\t\t\tself._fillFilePicker(path)\n\t\t\t})\n\n\t\t\t// build buttons\n\t\t\tvar functionToCall = function(returnType) {\n\t\t\t\tif (callback !== undefined) {\n\t\t\t\t\tvar datapath\n\t\t\t\t\tif (multiselect === true) {\n\t\t\t\t\t\tdatapath = []\n\t\t\t\t\t\tself.$filelist.find('tr.filepicker_element_selected').each(function(index, element) {\n\t\t\t\t\t\t\tdatapath.push(self.$filePicker.data('path') + '/' + $(element).data('entryname'))\n\t\t\t\t\t\t})\n\t\t\t\t\t} else {\n\t\t\t\t\t\tdatapath = self.$filePicker.data('path')\n\t\t\t\t\t\tvar selectedName = self.$filelist.find('tr.filepicker_element_selected').data('entryname')\n\t\t\t\t\t\tif (selectedName) {\n\t\t\t\t\t\t\tdatapath += '/' + selectedName\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t\tcallback(datapath, returnType)\n\t\t\t\t\tself.$filePicker.ocdialog('close')\n\t\t\t\t}\n\t\t\t}\n\n\t\t\tvar chooseCallback = function() {\n\t\t\t\tfunctionToCall(Dialogs.FILEPICKER_TYPE_CHOOSE)\n\t\t\t}\n\n\t\t\tvar copyCallback = function() {\n\t\t\t\tfunctionToCall(Dialogs.FILEPICKER_TYPE_COPY)\n\t\t\t}\n\n\t\t\tvar moveCallback = function() {\n\t\t\t\tfunctionToCall(Dialogs.FILEPICKER_TYPE_MOVE)\n\t\t\t}\n\n\t\t\tvar buttonlist = []\n\t\t\tif (type === Dialogs.FILEPICKER_TYPE_CHOOSE) {\n\t\t\t\tbuttonlist.push({\n\t\t\t\t\ttext: t('core', 'Choose'),\n\t\t\t\t\tclick: chooseCallback,\n\t\t\t\t\tdefaultButton: true\n\t\t\t\t})\n\t\t\t} else if (type === Dialogs.FILEPICKER_TYPE_CUSTOM) {\n\t\t\t\toptions.buttons.forEach(function(button) {\n\t\t\t\t\tbuttonlist.push({\n\t\t\t\t\t\ttext: button.text,\n\t\t\t\t\t\tclick: function() {\n\t\t\t\t\t\t\tfunctionToCall(button.type)\n\t\t\t\t\t\t},\n\t\t\t\t\t\tdefaultButton: button.defaultButton\n\t\t\t\t\t})\n\t\t\t\t})\n\t\t\t} else {\n\t\t\t\tif (type === Dialogs.FILEPICKER_TYPE_COPY || type === Dialogs.FILEPICKER_TYPE_COPY_MOVE) {\n\t\t\t\t\tbuttonlist.push({\n\t\t\t\t\t\ttext: t('core', 'Copy'),\n\t\t\t\t\t\tclick: copyCallback,\n\t\t\t\t\t\tdefaultButton: false\n\t\t\t\t\t})\n\t\t\t\t}\n\t\t\t\tif (type === Dialogs.FILEPICKER_TYPE_MOVE || type === Dialogs.FILEPICKER_TYPE_COPY_MOVE) {\n\t\t\t\t\tbuttonlist.push({\n\t\t\t\t\t\ttext: t('core', 'Move'),\n\t\t\t\t\t\tclick: moveCallback,\n\t\t\t\t\t\tdefaultButton: true\n\t\t\t\t\t})\n\t\t\t\t}\n\t\t\t}\n\n\t\t\tself.$filePicker.ocdialog({\n\t\t\t\tcloseOnEscape: true,\n\t\t\t\t// max-width of 600\n\t\t\t\twidth: 600,\n\t\t\t\theight: 500,\n\t\t\t\tmodal: modal,\n\t\t\t\tbuttons: buttonlist,\n\t\t\t\tstyle: {\n\t\t\t\t\tbuttons: 'aside'\n\t\t\t\t},\n\t\t\t\tclose: function() {\n\t\t\t\t\ttry {\n\t\t\t\t\t\t$(this).ocdialog('destroy').remove()\n\t\t\t\t\t} catch (e) {\n\t\t\t\t\t}\n\t\t\t\t\tself.$filePicker = null\n\t\t\t\t}\n\t\t\t})\n\n\t\t\t// We can access primary class only from oc-dialog.\n\t\t\t// Hence this is one of the approach to get the choose button.\n\t\t\tvar getOcDialog = self.$filePicker.closest('.oc-dialog')\n\t\t\tvar buttonEnableDisable = getOcDialog.find('.primary')\n\t\t\tif (self.$filePicker.data('mimetype').indexOf('httpd/unix-directory') !== -1 || self.$filePicker.data('allowDirectoryChooser')) {\n\t\t\t\tbuttonEnableDisable.prop('disabled', false)\n\t\t\t} else {\n\t\t\t\tbuttonEnableDisable.prop('disabled', true)\n\t\t\t}\n\t\t})\n\t\t\t.fail(function(status, error) {\n\t\t\t\t// If the method is called while navigating away\n\t\t\t\t// from the page, it is probably not needed ;)\n\t\t\t\tself.filepicker.loading = false\n\t\t\t\tif (status !== 0) {\n\t\t\t\t\talert(t('core', 'Error loading file picker template: {error}', { error: error }))\n\t\t\t\t}\n\t\t\t})\n\t},\n\t/**\n\t * Displays raw dialog\n\t * You better use a wrapper instead ...\n\t */\n\tmessage: function(content, title, dialogType, buttons, callback, modal, allowHtml) {\n\t\treturn $.when(this._getMessageTemplate()).then(function($tmpl) {\n\t\t\tvar dialogName = 'oc-dialog-' + Dialogs.dialogsCounter + '-content'\n\t\t\tvar dialogId = '#' + dialogName\n\t\t\tvar $dlg = $tmpl.octemplate({\n\t\t\t\tdialog_name: dialogName,\n\t\t\t\ttitle: title,\n\t\t\t\tmessage: content,\n\t\t\t\ttype: dialogType\n\t\t\t}, allowHtml ? { escapeFunction: '' } : {})\n\t\t\tif (modal === undefined) {\n\t\t\t\tmodal = false\n\t\t\t}\n\t\t\t$('body').append($dlg)\n\t\t\tvar buttonlist = []\n\t\t\tswitch (buttons) {\n\t\t\tcase Dialogs.YES_NO_BUTTONS:\n\t\t\t\tbuttonlist = [{\n\t\t\t\t\ttext: t('core', 'No'),\n\t\t\t\t\tclick: function() {\n\t\t\t\t\t\tif (callback !== undefined) {\n\t\t\t\t\t\t\tcallback(false)\n\t\t\t\t\t\t}\n\t\t\t\t\t\t$(dialogId).ocdialog('close')\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\ttext: t('core', 'Yes'),\n\t\t\t\t\tclick: function() {\n\t\t\t\t\t\tif (callback !== undefined) {\n\t\t\t\t\t\t\tcallback(true)\n\t\t\t\t\t\t}\n\t\t\t\t\t\t$(dialogId).ocdialog('close')\n\t\t\t\t\t},\n\t\t\t\t\tdefaultButton: true\n\t\t\t\t}]\n\t\t\t\tbreak\n\t\t\tcase Dialogs.OK_BUTTON:\n\t\t\t\tvar functionToCall = function() {\n\t\t\t\t\t$(dialogId).ocdialog('close')\n\t\t\t\t\tif (callback !== undefined) {\n\t\t\t\t\t\tcallback()\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\tbuttonlist[0] = {\n\t\t\t\t\ttext: t('core', 'OK'),\n\t\t\t\t\tclick: functionToCall,\n\t\t\t\t\tdefaultButton: true\n\t\t\t\t}\n\t\t\t\tbreak\n\t\t\tdefault:\n\t\t\t\tif (typeof(buttons) === 'object') {\n\t\t\t\t\tswitch (buttons.type) {\n\t\t\t\t\t\tcase Dialogs.YES_NO_BUTTONS:\n\t\t\t\t\t\t\tbuttonlist = [{\n\t\t\t\t\t\t\t\ttext: buttons.cancel || t('core', 'No'),\n\t\t\t\t\t\t\t\tclick: function() {\n\t\t\t\t\t\t\t\t\tif (callback !== undefined) {\n\t\t\t\t\t\t\t\t\t\tcallback(false)\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t$(dialogId).ocdialog('close')\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\ttext: buttons.confirm || t('core', 'Yes'),\n\t\t\t\t\t\t\t\t\tclick: function() {\n\t\t\t\t\t\t\t\t\t\tif (callback !== undefined) {\n\t\t\t\t\t\t\t\t\t\t\tcallback(true)\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t$(dialogId).ocdialog('close')\n\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\tdefaultButton: true,\n\t\t\t\t\t\t\t\t\tclasses: buttons.confirmClasses\n\t\t\t\t\t\t\t\t}]\n\t\t\t\t\t\t\tbreak\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\tbreak\n\t\t\t}\n\n\t\t\t$(dialogId).ocdialog({\n\t\t\t\tcloseOnEscape: true,\n\t\t\t\tcloseCallback: () => { callback && callback(false) },\n\t\t\t\tmodal: modal,\n\t\t\t\tbuttons: buttonlist\n\t\t\t})\n\t\t\tDialogs.dialogsCounter++\n\t\t})\n\t\t\t.fail(function(status, error) {\n\t\t\t\t// If the method is called while navigating away from\n\t\t\t\t// the page, we still want to deliver the message.\n\t\t\t\tif (status === 0) {\n\t\t\t\t\talert(title + ': ' + content)\n\t\t\t\t} else {\n\t\t\t\t\talert(t('core', 'Error loading message template: {error}', { error: error }))\n\t\t\t\t}\n\t\t\t})\n\t},\n\t_fileexistsshown: false,\n\t/**\n\t * Displays file exists dialog\n\t * @param {object} data upload object\n\t * @param {object} original file with name, size and mtime\n\t * @param {object} replacement file with name, size and mtime\n\t * @param {object} controller with onCancel, onSkip, onReplace and onRename methods\n\t * @returns {Promise} jquery promise that resolves after the dialog template was loaded\n\t */\n\tfileexists: function(data, original, replacement, controller) {\n\t\tvar self = this\n\t\tvar dialogDeferred = new $.Deferred()\n\n\t\tvar getCroppedPreview = function(file) {\n\t\t\tvar deferred = new $.Deferred()\n\t\t\t// Only process image files.\n\t\t\tvar type = file.type && file.type.split('/').shift()\n\t\t\tif (window.FileReader && type === 'image') {\n\t\t\t\tvar reader = new FileReader()\n\t\t\t\treader.onload = function(e) {\n\t\t\t\t\tvar blob = new Blob([e.target.result])\n\t\t\t\t\twindow.URL = window.URL || window.webkitURL\n\t\t\t\t\tvar originalUrl = window.URL.createObjectURL(blob)\n\t\t\t\t\tvar image = new Image()\n\t\t\t\t\timage.src = originalUrl\n\t\t\t\t\timage.onload = function() {\n\t\t\t\t\t\tvar url = crop(image)\n\t\t\t\t\t\tdeferred.resolve(url)\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\treader.readAsArrayBuffer(file)\n\t\t\t} else {\n\t\t\t\tdeferred.reject()\n\t\t\t}\n\t\t\treturn deferred\n\t\t}\n\n\t\tvar crop = function(img) {\n\t\t\tvar canvas = document.createElement('canvas')\n\t\t\tvar targetSize = 96\n\t\t\tvar width = img.width\n\t\t\tvar height = img.height\n\t\t\tvar x; var y; var size\n\n\t\t\t// Calculate the width and height, constraining the proportions\n\t\t\tif (width > height) {\n\t\t\t\ty = 0\n\t\t\t\tx = (width - height) / 2\n\t\t\t} else {\n\t\t\t\ty = (height - width) / 2\n\t\t\t\tx = 0\n\t\t\t}\n\t\t\tsize = Math.min(width, height)\n\n\t\t\t// Set canvas size to the cropped area\n\t\t\tcanvas.width = size\n\t\t\tcanvas.height = size\n\t\t\tvar ctx = canvas.getContext('2d')\n\t\t\tctx.drawImage(img, x, y, size, size, 0, 0, size, size)\n\n\t\t\t// Resize the canvas to match the destination (right size uses 96px)\n\t\t\tresampleHermite(canvas, size, size, targetSize, targetSize)\n\n\t\t\treturn canvas.toDataURL('image/png', 0.7)\n\t\t}\n\n\t\t/**\n\t\t * Fast image resize/resample using Hermite filter with JavaScript.\n\t\t *\n\t\t * @author: ViliusL\n\t\t *\n\t\t * @param {*} canvas\n\t\t * @param {number} W\n\t\t * @param {number} H\n\t\t * @param {number} W2\n\t\t * @param {number} H2\n\t\t */\n\t\tvar resampleHermite = function(canvas, W, H, W2, H2) {\n\t\t\tW2 = Math.round(W2)\n\t\t\tH2 = Math.round(H2)\n\t\t\tvar img = canvas.getContext('2d').getImageData(0, 0, W, H)\n\t\t\tvar img2 = canvas.getContext('2d').getImageData(0, 0, W2, H2)\n\t\t\tvar data = img.data\n\t\t\tvar data2 = img2.data\n\t\t\tvar ratio_w = W / W2\n\t\t\tvar ratio_h = H / H2\n\t\t\tvar ratio_w_half = Math.ceil(ratio_w / 2)\n\t\t\tvar ratio_h_half = Math.ceil(ratio_h / 2)\n\n\t\t\tfor (var j = 0; j < H2; j++) {\n\t\t\t\tfor (var i = 0; i < W2; i++) {\n\t\t\t\t\tvar x2 = (i + j * W2) * 4\n\t\t\t\t\tvar weight = 0\n\t\t\t\t\tvar weights = 0\n\t\t\t\t\tvar weights_alpha = 0\n\t\t\t\t\tvar gx_r = 0\n\t\t\t\t\tvar gx_g = 0\n\t\t\t\t\tvar gx_b = 0\n\t\t\t\t\tvar gx_a = 0\n\t\t\t\t\tvar center_y = (j + 0.5) * ratio_h\n\t\t\t\t\tfor (var yy = Math.floor(j * ratio_h); yy < (j + 1) * ratio_h; yy++) {\n\t\t\t\t\t\tvar dy = Math.abs(center_y - (yy + 0.5)) / ratio_h_half\n\t\t\t\t\t\tvar center_x = (i + 0.5) * ratio_w\n\t\t\t\t\t\tvar w0 = dy * dy // pre-calc part of w\n\t\t\t\t\t\tfor (var xx = Math.floor(i * ratio_w); xx < (i + 1) * ratio_w; xx++) {\n\t\t\t\t\t\t\tvar dx = Math.abs(center_x - (xx + 0.5)) / ratio_w_half\n\t\t\t\t\t\t\tvar w = Math.sqrt(w0 + dx * dx)\n\t\t\t\t\t\t\tif (w >= -1 && w <= 1) {\n\t\t\t\t\t\t\t\t// hermite filter\n\t\t\t\t\t\t\t\tweight = 2 * w * w * w - 3 * w * w + 1\n\t\t\t\t\t\t\t\tif (weight > 0) {\n\t\t\t\t\t\t\t\t\tdx = 4 * (xx + yy * W)\n\t\t\t\t\t\t\t\t\t// alpha\n\t\t\t\t\t\t\t\t\tgx_a += weight * data[dx + 3]\n\t\t\t\t\t\t\t\t\tweights_alpha += weight\n\t\t\t\t\t\t\t\t\t// colors\n\t\t\t\t\t\t\t\t\tif (data[dx + 3] < 255) { weight = weight * data[dx + 3] / 250 }\n\t\t\t\t\t\t\t\t\tgx_r += weight * data[dx]\n\t\t\t\t\t\t\t\t\tgx_g += weight * data[dx + 1]\n\t\t\t\t\t\t\t\t\tgx_b += weight * data[dx + 2]\n\t\t\t\t\t\t\t\t\tweights += weight\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t\tdata2[x2] = gx_r / weights\n\t\t\t\t\tdata2[x2 + 1] = gx_g / weights\n\t\t\t\t\tdata2[x2 + 2] = gx_b / weights\n\t\t\t\t\tdata2[x2 + 3] = gx_a / weights_alpha\n\t\t\t\t}\n\t\t\t}\n\t\t\tcanvas.getContext('2d').clearRect(0, 0, Math.max(W, W2), Math.max(H, H2))\n\t\t\tcanvas.width = W2\n\t\t\tcanvas.height = H2\n\t\t\tcanvas.getContext('2d').putImageData(img2, 0, 0)\n\t\t}\n\n\t\tvar addConflict = function($conflicts, original, replacement) {\n\n\t\t\tvar $conflict = $conflicts.find('.template').clone().removeClass('template').addClass('conflict')\n\t\t\tvar $originalDiv = $conflict.find('.original')\n\t\t\tvar $replacementDiv = $conflict.find('.replacement')\n\n\t\t\t$conflict.data('data', data)\n\n\t\t\t$conflict.find('.filename').text(original.name)\n\t\t\t$originalDiv.find('.size').text(OC.Util.humanFileSize(original.size))\n\t\t\t$originalDiv.find('.mtime').text(OC.Util.formatDate(original.mtime))\n\t\t\t// ie sucks\n\t\t\tif (replacement.size && replacement.lastModified) {\n\t\t\t\t$replacementDiv.find('.size').text(OC.Util.humanFileSize(replacement.size))\n\t\t\t\t$replacementDiv.find('.mtime').text(OC.Util.formatDate(replacement.lastModified))\n\t\t\t}\n\t\t\tvar path = original.directory + '/' + original.name\n\t\t\tvar urlSpec = {\n\t\t\t\tfile: path,\n\t\t\t\tx: 96,\n\t\t\t\ty: 96,\n\t\t\t\tc: original.etag,\n\t\t\t\tforceIcon: 0\n\t\t\t}\n\t\t\tvar previewpath = Files.generatePreviewUrl(urlSpec)\n\t\t\t// Escaping single quotes\n\t\t\tpreviewpath = previewpath.replace(/'/g, '%27')\n\t\t\t$originalDiv.find('.icon').css({ 'background-image': \"url('\" + previewpath + \"')\" })\n\t\t\tgetCroppedPreview(replacement).then(\n\t\t\t\tfunction(path) {\n\t\t\t\t\t$replacementDiv.find('.icon').css('background-image', 'url(' + path + ')')\n\t\t\t\t}, function() {\n\t\t\t\t\tpath = OC.MimeType.getIconUrl(replacement.type)\n\t\t\t\t\t$replacementDiv.find('.icon').css('background-image', 'url(' + path + ')')\n\t\t\t\t}\n\t\t\t)\n\t\t\t// connect checkboxes with labels\n\t\t\tvar checkboxId = $conflicts.find('.conflict').length\n\t\t\t$originalDiv.find('input:checkbox').attr('id', 'checkbox_original_' + checkboxId)\n\t\t\t$replacementDiv.find('input:checkbox').attr('id', 'checkbox_replacement_' + checkboxId)\n\n\t\t\t$conflicts.append($conflict)\n\n\t\t\t// set more recent mtime bold\n\t\t\t// ie sucks\n\t\t\tif (replacement.lastModified > original.mtime) {\n\t\t\t\t$replacementDiv.find('.mtime').css('font-weight', 'bold')\n\t\t\t} else if (replacement.lastModified < original.mtime) {\n\t\t\t\t$originalDiv.find('.mtime').css('font-weight', 'bold')\n\t\t\t} else {\n\t\t\t\t// TODO add to same mtime collection?\n\t\t\t}\n\n\t\t\t// set bigger size bold\n\t\t\tif (replacement.size && replacement.size > original.size) {\n\t\t\t\t$replacementDiv.find('.size').css('font-weight', 'bold')\n\t\t\t} else if (replacement.size && replacement.size < original.size) {\n\t\t\t\t$originalDiv.find('.size').css('font-weight', 'bold')\n\t\t\t} else {\n\t\t\t\t// TODO add to same size collection?\n\t\t\t}\n\n\t\t\t// TODO show skip action for files with same size and mtime in bottom row\n\n\t\t\t// always keep readonly files\n\n\t\t\tif (original.status === 'readonly') {\n\t\t\t\t$originalDiv\n\t\t\t\t\t.addClass('readonly')\n\t\t\t\t\t.find('input[type=\"checkbox\"]')\n\t\t\t\t\t.prop('checked', true)\n\t\t\t\t\t.prop('disabled', true)\n\t\t\t\t$originalDiv.find('.message')\n\t\t\t\t\t.text(t('core', 'read-only'))\n\t\t\t}\n\t\t}\n\t\t// var selection = controller.getSelection(data.originalFiles);\n\t\t// if (selection.defaultAction) {\n\t\t//\tcontroller[selection.defaultAction](data);\n\t\t// } else {\n\t\tvar dialogName = 'oc-dialog-fileexists-content'\n\t\tvar dialogId = '#' + dialogName\n\t\tif (this._fileexistsshown) {\n\t\t\t// add conflict\n\n\t\t\tvar $conflicts = $(dialogId + ' .conflicts')\n\t\t\taddConflict($conflicts, original, replacement)\n\n\t\t\tvar count = $(dialogId + ' .conflict').length\n\t\t\tvar title = n('core',\n\t\t\t\t'{count} file conflict',\n\t\t\t\t'{count} file conflicts',\n\t\t\t\tcount,\n\t\t\t\t{ count: count }\n\t\t\t)\n\t\t\t$(dialogId).parent().children('.oc-dialog-title').text(title)\n\n\t\t\t// recalculate dimensions\n\t\t\t$(window).trigger('resize')\n\t\t\tdialogDeferred.resolve()\n\t\t} else {\n\t\t\t// create dialog\n\t\t\tthis._fileexistsshown = true\n\t\t\t$.when(this._getFileExistsTemplate()).then(function($tmpl) {\n\t\t\t\tvar title = t('core', 'One file conflict')\n\t\t\t\tvar $dlg = $tmpl.octemplate({\n\t\t\t\t\tdialog_name: dialogName,\n\t\t\t\t\ttitle: title,\n\t\t\t\t\ttype: 'fileexists',\n\n\t\t\t\t\tallnewfiles: t('core', 'New Files'),\n\t\t\t\t\tallexistingfiles: t('core', 'Already existing files'),\n\n\t\t\t\t\twhy: t('core', 'Which files do you want to keep?'),\n\t\t\t\t\twhat: t('core', 'If you select both versions, the copied file will have a number added to its name.')\n\t\t\t\t})\n\t\t\t\t$('body').append($dlg)\n\n\t\t\t\tif (original && replacement) {\n\t\t\t\t\tvar $conflicts = $dlg.find('.conflicts')\n\t\t\t\t\taddConflict($conflicts, original, replacement)\n\t\t\t\t}\n\n\t\t\t\tvar buttonlist = [{\n\t\t\t\t\ttext: t('core', 'Cancel'),\n\t\t\t\t\tclasses: 'cancel',\n\t\t\t\t\tclick: function() {\n\t\t\t\t\t\tif (typeof controller.onCancel !== 'undefined') {\n\t\t\t\t\t\t\tcontroller.onCancel(data)\n\t\t\t\t\t\t}\n\t\t\t\t\t\t$(dialogId).ocdialog('close')\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\ttext: t('core', 'Continue'),\n\t\t\t\t\tclasses: 'continue',\n\t\t\t\t\tclick: function() {\n\t\t\t\t\t\tif (typeof controller.onContinue !== 'undefined') {\n\t\t\t\t\t\t\tcontroller.onContinue($(dialogId + ' .conflict'))\n\t\t\t\t\t\t}\n\t\t\t\t\t\t$(dialogId).ocdialog('close')\n\t\t\t\t\t}\n\t\t\t\t}]\n\n\t\t\t\t$(dialogId).ocdialog({\n\t\t\t\t\twidth: 500,\n\t\t\t\t\tcloseOnEscape: true,\n\t\t\t\t\tmodal: true,\n\t\t\t\t\tbuttons: buttonlist,\n\t\t\t\t\tcloseButton: null,\n\t\t\t\t\tclose: function() {\n\t\t\t\t\t\tself._fileexistsshown = false\n\t\t\t\t\t\ttry {\n\t\t\t\t\t\t\t$(this).ocdialog('destroy').remove()\n\t\t\t\t\t\t} catch (e) {\n\t\t\t\t\t\t\t// ignore\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t})\n\n\t\t\t\t$(dialogId).css('height', 'auto')\n\n\t\t\t\tvar $primaryButton = $dlg.closest('.oc-dialog').find('button.continue')\n\t\t\t\t$primaryButton.prop('disabled', true)\n\n\t\t\t\tfunction updatePrimaryButton() {\n\t\t\t\t\tvar checkedCount = $dlg.find('.conflicts .checkbox:checked').length\n\t\t\t\t\t$primaryButton.prop('disabled', checkedCount === 0)\n\t\t\t\t}\n\n\t\t\t\t// add checkbox toggling actions\n\t\t\t\t$(dialogId).find('.allnewfiles').on('click', function() {\n\t\t\t\t\tvar $checkboxes = $(dialogId).find('.conflict .replacement input[type=\"checkbox\"]')\n\t\t\t\t\t$checkboxes.prop('checked', $(this).prop('checked'))\n\t\t\t\t})\n\t\t\t\t$(dialogId).find('.allexistingfiles').on('click', function() {\n\t\t\t\t\tvar $checkboxes = $(dialogId).find('.conflict .original:not(.readonly) input[type=\"checkbox\"]')\n\t\t\t\t\t$checkboxes.prop('checked', $(this).prop('checked'))\n\t\t\t\t})\n\t\t\t\t$(dialogId).find('.conflicts').on('click', '.replacement,.original:not(.readonly)', function() {\n\t\t\t\t\tvar $checkbox = $(this).find('input[type=\"checkbox\"]')\n\t\t\t\t\t$checkbox.prop('checked', !$checkbox.prop('checked'))\n\t\t\t\t})\n\t\t\t\t$(dialogId).find('.conflicts').on('click', '.replacement input[type=\"checkbox\"],.original:not(.readonly) input[type=\"checkbox\"]', function() {\n\t\t\t\t\tvar $checkbox = $(this)\n\t\t\t\t\t$checkbox.prop('checked', !$checkbox.prop('checked'))\n\t\t\t\t})\n\n\t\t\t\t// update counters\n\t\t\t\t$(dialogId).on('click', '.replacement,.allnewfiles', function() {\n\t\t\t\t\tvar count = $(dialogId).find('.conflict .replacement input[type=\"checkbox\"]:checked').length\n\t\t\t\t\tif (count === $(dialogId + ' .conflict').length) {\n\t\t\t\t\t\t$(dialogId).find('.allnewfiles').prop('checked', true)\n\t\t\t\t\t\t$(dialogId).find('.allnewfiles + .count').text(t('core', '(all selected)'))\n\t\t\t\t\t} else if (count > 0) {\n\t\t\t\t\t\t$(dialogId).find('.allnewfiles').prop('checked', false)\n\t\t\t\t\t\t$(dialogId).find('.allnewfiles + .count').text(t('core', '({count} selected)', { count: count }))\n\t\t\t\t\t} else {\n\t\t\t\t\t\t$(dialogId).find('.allnewfiles').prop('checked', false)\n\t\t\t\t\t\t$(dialogId).find('.allnewfiles + .count').text('')\n\t\t\t\t\t}\n\t\t\t\t\tupdatePrimaryButton()\n\t\t\t\t})\n\t\t\t\t$(dialogId).on('click', '.original,.allexistingfiles', function() {\n\t\t\t\t\tvar count = $(dialogId).find('.conflict .original input[type=\"checkbox\"]:checked').length\n\t\t\t\t\tif (count === $(dialogId + ' .conflict').length) {\n\t\t\t\t\t\t$(dialogId).find('.allexistingfiles').prop('checked', true)\n\t\t\t\t\t\t$(dialogId).find('.allexistingfiles + .count').text(t('core', '(all selected)'))\n\t\t\t\t\t} else if (count > 0) {\n\t\t\t\t\t\t$(dialogId).find('.allexistingfiles').prop('checked', false)\n\t\t\t\t\t\t$(dialogId).find('.allexistingfiles + .count')\n\t\t\t\t\t\t\t.text(t('core', '({count} selected)', { count: count }))\n\t\t\t\t\t} else {\n\t\t\t\t\t\t$(dialogId).find('.allexistingfiles').prop('checked', false)\n\t\t\t\t\t\t$(dialogId).find('.allexistingfiles + .count').text('')\n\t\t\t\t\t}\n\t\t\t\t\tupdatePrimaryButton()\n\t\t\t\t})\n\n\t\t\t\tdialogDeferred.resolve()\n\t\t\t})\n\t\t\t\t.fail(function() {\n\t\t\t\t\tdialogDeferred.reject()\n\t\t\t\t\talert(t('core', 'Error loading file exists template'))\n\t\t\t\t})\n\t\t}\n\t\t// }\n\t\treturn dialogDeferred.promise()\n\t},\n\t// get the gridview setting and set the input accordingly\n\t_getGridSettings: function() {\n\t\tvar self = this\n\t\t$.get(OC.generateUrl('/apps/files/api/v1/showgridview'), function(response) {\n\t\t\tself.$showGridView.get(0).checked = response.gridview\n\t\t\tself.$showGridView.next('#picker-view-toggle')\n\t\t\t\t.removeClass('icon-toggle-filelist icon-toggle-pictures')\n\t\t\t\t.addClass(response.gridview ? 'icon-toggle-filelist' : 'icon-toggle-pictures')\n\t\t\t$('.list-container').toggleClass('view-grid', response.gridview)\n\t\t})\n\t},\n\t_onGridviewChange: function() {\n\t\tvar show = this.$showGridView.is(':checked')\n\t\t// only save state if user is logged in\n\t\tif (OC.currentUser) {\n\t\t\t$.post(OC.generateUrl('/apps/files/api/v1/showgridview'), {\n\t\t\t\tshow: show\n\t\t\t})\n\t\t}\n\t\tthis.$showGridView.next('#picker-view-toggle')\n\t\t\t.removeClass('icon-toggle-filelist icon-toggle-pictures')\n\t\t\t.addClass(show ? 'icon-toggle-filelist' : 'icon-toggle-pictures')\n\t\t$('.list-container').toggleClass('view-grid', show)\n\t},\n\t_getFilePickerTemplate: function() {\n\t\tvar defer = $.Deferred()\n\t\tif (!this.$filePickerTemplate) {\n\t\t\tvar self = this\n\t\t\t$.get(OC.filePath('core', 'templates', 'filepicker.html'), function(tmpl) {\n\t\t\t\tself.$filePickerTemplate = $(tmpl)\n\t\t\t\tself.$listTmpl = self.$filePickerTemplate.find('.filelist tbody tr:first-child').detach()\n\t\t\t\tdefer.resolve(self.$filePickerTemplate)\n\t\t\t})\n\t\t\t\t.fail(function(jqXHR, textStatus, errorThrown) {\n\t\t\t\t\tdefer.reject(jqXHR.status, errorThrown)\n\t\t\t\t})\n\t\t} else {\n\t\t\tdefer.resolve(this.$filePickerTemplate)\n\t\t}\n\t\treturn defer.promise()\n\t},\n\t_getMessageTemplate: function() {\n\t\tvar defer = $.Deferred()\n\t\tif (!this.$messageTemplate) {\n\t\t\tvar self = this\n\t\t\t$.get(OC.filePath('core', 'templates', 'message.html'), function(tmpl) {\n\t\t\t\tself.$messageTemplate = $(tmpl)\n\t\t\t\tdefer.resolve(self.$messageTemplate)\n\t\t\t})\n\t\t\t\t.fail(function(jqXHR, textStatus, errorThrown) {\n\t\t\t\t\tdefer.reject(jqXHR.status, errorThrown)\n\t\t\t\t})\n\t\t} else {\n\t\t\tdefer.resolve(this.$messageTemplate)\n\t\t}\n\t\treturn defer.promise()\n\t},\n\t_getFileExistsTemplate: function() {\n\t\tvar defer = $.Deferred()\n\t\tif (!this.$fileexistsTemplate) {\n\t\t\tvar self = this\n\t\t\t$.get(OC.filePath('files', 'templates', 'fileexists.html'), function(tmpl) {\n\t\t\t\tself.$fileexistsTemplate = $(tmpl)\n\t\t\t\tdefer.resolve(self.$fileexistsTemplate)\n\t\t\t})\n\t\t\t\t.fail(function() {\n\t\t\t\t\tdefer.reject()\n\t\t\t\t})\n\t\t} else {\n\t\t\tdefer.resolve(this.$fileexistsTemplate)\n\t\t}\n\t\treturn defer.promise()\n\t},\n\t_getFileList: function(dir, mimeType) { // this is only used by the spreedme app atm\n\t\tif (typeof (mimeType) === 'string') {\n\t\t\tmimeType = [mimeType]\n\t\t}\n\n\t\treturn $.getJSON(\n\t\t\tOC.filePath('files', 'ajax', 'list.php'),\n\t\t\t{\n\t\t\t\tdir: dir,\n\t\t\t\tmimetypes: JSON.stringify(mimeType)\n\t\t\t}\n\t\t)\n\t},\n\n\t/**\n\t * fills the filepicker with files\n\t */\n\t_fillFilePicker: function(dir) {\n\t\tvar self = this\n\t\tthis.$filelist.empty()\n\t\tthis.$filePicker.find('.emptycontent').hide()\n\t\tthis.$filelistContainer.addClass('icon-loading')\n\t\tthis.$filePicker.data('path', dir)\n\t\tvar filter = this.$filePicker.data('mimetype')\n\t\tif (typeof (filter) === 'string') {\n\t\t\tfilter = [filter]\n\t\t}\n\t\tself.$fileListHeader.find('.sort-indicator').addClass('hidden').removeClass('icon-triangle-n').removeClass('icon-triangle-s')\n\t\tself.$fileListHeader.find('[data-sort=' + self.filepicker.sortField + '] .sort-indicator').removeClass('hidden')\n\t\tif (self.filepicker.sortOrder === 'asc') {\n\t\t\tself.$fileListHeader.find('[data-sort=' + self.filepicker.sortField + '] .sort-indicator').addClass('icon-triangle-n')\n\t\t} else {\n\t\t\tself.$fileListHeader.find('[data-sort=' + self.filepicker.sortField + '] .sort-indicator').addClass('icon-triangle-s')\n\t\t}\n\t\tself.filepicker.filesClient.getFolderContents(dir).then(function(status, files) {\n\t\t\tself.filelist = files\n\t\t\tif (filter && filter.length > 0 && filter.indexOf('*') === -1) {\n\t\t\t\tfiles = files.filter(function(file) {\n\t\t\t\t\treturn file.type === 'dir' || filter.indexOf(file.mimetype) !== -1\n\t\t\t\t})\n\t\t\t}\n\n\t\t\tvar Comparators = {\n\t\t\t\tname: function(fileInfo1, fileInfo2) {\n\t\t\t\t\tif (fileInfo1.type === 'dir' && fileInfo2.type !== 'dir') {\n\t\t\t\t\t\treturn -1\n\t\t\t\t\t}\n\t\t\t\t\tif (fileInfo1.type !== 'dir' && fileInfo2.type === 'dir') {\n\t\t\t\t\t\treturn 1\n\t\t\t\t\t}\n\t\t\t\t\treturn OC.Util.naturalSortCompare(fileInfo1.name, fileInfo2.name)\n\t\t\t\t},\n\t\t\t\tsize: function(fileInfo1, fileInfo2) {\n\t\t\t\t\treturn fileInfo1.size - fileInfo2.size\n\t\t\t\t},\n\t\t\t\tmtime: function(fileInfo1, fileInfo2) {\n\t\t\t\t\treturn fileInfo1.mtime - fileInfo2.mtime\n\t\t\t\t}\n\t\t\t}\n\t\t\tvar comparator = Comparators[self.filepicker.sortField] || Comparators.name\n\t\t\tfiles = files.sort(function(file1, file2) {\n\t\t\t\tvar isFavorite = function(fileInfo) {\n\t\t\t\t\treturn fileInfo.tags && fileInfo.tags.indexOf(OC.TAG_FAVORITE) >= 0\n\t\t\t\t}\n\n\t\t\t\tif (isFavorite(file1) && !isFavorite(file2)) {\n\t\t\t\t\treturn -1\n\t\t\t\t} else if (!isFavorite(file1) && isFavorite(file2)) {\n\t\t\t\t\treturn 1\n\t\t\t\t}\n\n\t\t\t\treturn self.filepicker.sortOrder === 'asc' ? comparator(file1, file2) : -comparator(file1, file2)\n\t\t\t})\n\n\t\t\tself._fillSlug()\n\n\t\t\tif (files.length === 0) {\n\t\t\t\tself.$filePicker.find('.emptycontent').show()\n\t\t\t\tself.$fileListHeader.hide()\n\t\t\t} else {\n\t\t\t\tself.$filePicker.find('.emptycontent').hide()\n\t\t\t\tself.$fileListHeader.show()\n\t\t\t}\n\n\t\t\tself.$filelist.empty();\n\n\t\t\t$.each(files, function(idx, entry) {\n\t\t\t\tentry.icon = OC.MimeType.getIconUrl(entry.mimetype)\n\t\t\t\tvar simpleSize, sizeColor\n\t\t\t\tif (typeof (entry.size) !== 'undefined' && entry.size >= 0) {\n\t\t\t\t\tsimpleSize = OC.Util.humanFileSize(parseInt(entry.size, 10), true)\n\t\t\t\t\tsizeColor = Math.round(160 - Math.pow((entry.size / (1024 * 1024)), 2))\n\t\t\t\t} else {\n\t\t\t\t\tsimpleSize = t('files', 'Pending')\n\t\t\t\t\tsizeColor = 80\n\t\t\t\t}\n\n\t\t\t\t// split the filename in half if the size is bigger than 20 char\n\t\t\t\t// for ellipsis\n\t\t\t\tif (entry.name.length >= 10) {\n\t\t\t\t\t// leave maximum 10 letters\n\t\t\t\t\tvar split = Math.min(Math.floor(entry.name.length / 2), 10)\n\t\t\t\t\tvar filename1 = entry.name.substr(0, entry.name.length - split)\n\t\t\t\t\tvar filename2 = entry.name.substr(entry.name.length - split)\n\t\t\t\t} else {\n\t\t\t\t\tvar filename1 = entry.name\n\t\t\t\t\tvar filename2 = ''\n\t\t\t\t}\n\n\t\t\t\tvar $row = self.$listTmpl.octemplate({\n\t\t\t\t\ttype: entry.type,\n\t\t\t\t\tdir: dir,\n\t\t\t\t\tfilename: entry.name,\n\t\t\t\t\tfilename1: filename1,\n\t\t\t\t\tfilename2: filename2,\n\t\t\t\t\tdate: OC.Util.relativeModifiedDate(entry.mtime),\n\t\t\t\t\tsize: simpleSize,\n\t\t\t\t\tsizeColor: sizeColor,\n\t\t\t\t\ticon: entry.icon\n\t\t\t\t})\n\t\t\t\tif (entry.type === 'file') {\n\t\t\t\t\tvar urlSpec = {\n\t\t\t\t\t\tfile: dir + '/' + entry.name,\n\t\t\t\t\t\tx: 100,\n\t\t\t\t\t\ty: 100\n\t\t\t\t\t}\n\t\t\t\t\tvar img = new Image()\n\t\t\t\t\tvar previewUrl = OC.generateUrl('/core/preview.png?') + $.param(urlSpec)\n\t\t\t\t\timg.onload = function() {\n\t\t\t\t\t\tif (img.width > 5) {\n\t\t\t\t\t\t\t$row.find('td.filename').attr('style', 'background-image:url(' + previewUrl + ')')\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t\timg.src = previewUrl\n\t\t\t\t}\n\t\t\t\tself.$filelist.append($row)\n\t\t\t})\n\n\t\t\tself.$filelistContainer.removeClass('icon-loading')\n\t\t})\n\t},\n\t/**\n\t * fills the tree list with directories\n\t */\n\t_fillSlug: function() {\n\t\tvar addButton = this.$dirTree.find('.actions.creatable').detach()\n\t\tthis.$dirTree.empty()\n\t\tvar self = this\n\n\t\tself.$dirTree.append(addButton)\n\n\t\tvar dir\n\t\tvar path = this.$filePicker.data('path')\n\t\tvar $template = $('<div data-dir=\"{dir}\"><a>{name}</a></div>').addClass('crumb')\n\t\tif (path) {\n\t\t\tvar paths = path.split('/')\n\t\t\t$.each(paths, function(index, dir) {\n\t\t\t\tdir = paths.pop()\n\t\t\t\tif (dir === '') {\n\t\t\t\t\treturn false\n\t\t\t\t}\n\t\t\t\tself.$dirTree.prepend($template.octemplate({\n\t\t\t\t\tdir: paths.join('/') + '/' + dir,\n\t\t\t\t\tname: dir\n\t\t\t\t}))\n\t\t\t})\n\t\t}\n\n\t\t$template.octemplate({\n\t\t\tdir: '',\n\t\t\tname: '' // Ugly but works ;)\n\t\t}, { escapeFunction: null }).prependTo(this.$dirTree)\n\n\t},\n\t/**\n\t * handle selection made in the tree list\n\t */\n\t_handleTreeListSelect: function(event, type) {\n\t\tvar self = event.data\n\t\tvar dir = $(event.target).closest('.crumb').data('dir')\n\t\tself._fillFilePicker(dir)\n\t\tvar getOcDialog = (event.target).closest('.oc-dialog')\n\t\tvar buttonEnableDisable = $('.primary', getOcDialog)\n\t\tthis._changeButtonsText(type, dir.split(/[/]+/).pop())\n\t\tif (this.$filePicker.data('mimetype').indexOf('httpd/unix-directory') !== -1 || this.$filePicker.data('allowDirectoryChooser')) {\n\t\t\tbuttonEnableDisable.prop('disabled', false)\n\t\t} else {\n\t\t\tbuttonEnableDisable.prop('disabled', true)\n\t\t}\n\t},\n\t/**\n\t * handle clicks made in the filepicker\n\t */\n\t_handlePickerClick: function(event, $element, type) {\n\t\tvar getOcDialog = this.$filePicker.closest('.oc-dialog')\n\t\tvar buttonEnableDisable = getOcDialog.find('.primary')\n\t\tif ($element.data('type') === 'file') {\n\t\t\tif (this.$filePicker.data('multiselect') !== true || !event.ctrlKey) {\n\t\t\t\tthis.$filelist.find('.filepicker_element_selected').removeClass('filepicker_element_selected')\n\t\t\t}\n\t\t\t$element.toggleClass('filepicker_element_selected')\n\t\t\tbuttonEnableDisable.prop('disabled', false)\n\t\t} else if ($element.data('type') === 'dir') {\n\t\t\tthis._fillFilePicker(this.$filePicker.data('path') + '/' + $element.data('entryname'))\n\t\t\tthis._changeButtonsText(type, $element.data('entryname'))\n\t\t\tif (this.$filePicker.data('mimetype').indexOf('httpd/unix-directory') !== -1 || this.$filePicker.data('allowDirectoryChooser')) {\n\t\t\t\tbuttonEnableDisable.prop('disabled', false)\n\t\t\t} else {\n\t\t\t\tbuttonEnableDisable.prop('disabled', true)\n\t\t\t}\n\t\t}\n\t},\n\n\t/**\n\t * Handle\n\t * @param type of action\n\t * @param dir on which to change buttons text\n\t * @private\n\t */\n\t_changeButtonsText: function(type, dir) {\n\t\tvar copyText = dir === '' ? t('core', 'Copy') : t('core', 'Copy to {folder}', { folder: dir })\n\t\tvar moveText = dir === '' ? t('core', 'Move') : t('core', 'Move to {folder}', { folder: dir })\n\t\tvar buttons = $('.oc-dialog-buttonrow button')\n\t\tswitch (type) {\n\t\t\tcase this.FILEPICKER_TYPE_CHOOSE:\n\t\t\t\tbreak\n\t\t\tcase this.FILEPICKER_TYPE_CUSTOM:\n\t\t\t\tbreak\n\t\t\tcase this.FILEPICKER_TYPE_COPY:\n\t\t\t\tbuttons.text(copyText)\n\t\t\t\tbreak\n\t\t\tcase this.FILEPICKER_TYPE_MOVE:\n\t\t\t\tbuttons.text(moveText)\n\t\t\t\tbreak\n\t\t\tcase this.FILEPICKER_TYPE_COPY_MOVE:\n\t\t\t\tbuttons.eq(0).text(copyText)\n\t\t\t\tbuttons.eq(1).text(moveText)\n\t\t\t\tbreak\n\t\t}\n\t}\n}\n\nexport default Dialogs\n","/**\n * @copyright 2012 Robin Appelman icewind1991@gmail.com\n *\n * @author Arthur Schiwon <blizzz@arthur-schiwon.de>\n * @author Christoph Wurst <christoph@winzerhof-wurst.at>\n * @author John Molakvoæ <skjnldsv@protonmail.com>\n * @author Lukas Reschke <lukas@statuscode.ch>\n * @author Robin Appelman <robin@icewind.nl>\n * @author Thomas Müller <thomas.mueller@tmit.eu>\n * @author Vincent Petry <vincent@nextcloud.com>\n *\n * @license GNU AGPL version 3 or any later version\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see <http://www.gnu.org/licenses/>.\n *\n */\n\n/* eslint-disable */\nimport $ from 'jquery'\n\nimport { getToken } from './requesttoken'\n\n/**\n * Create a new event source\n * @param {string} src\n * @param {object} [data] to be send as GET\n *\n * @constructs OCEventSource\n */\nconst OCEventSource = function(src, data) {\n\tvar dataStr = ''\n\tvar name\n\tvar joinChar\n\tthis.typelessListeners = []\n\tthis.closed = false\n\tthis.listeners = {}\n\tif (data) {\n\t\tfor (name in data) {\n\t\t\tdataStr += name + '=' + encodeURIComponent(data[name]) + '&'\n\t\t}\n\t}\n\tdataStr += 'requesttoken=' + encodeURIComponent(getToken())\n\tif (!this.useFallBack && typeof EventSource !== 'undefined') {\n\t\tjoinChar = '&'\n\t\tif (src.indexOf('?') === -1) {\n\t\t\tjoinChar = '?'\n\t\t}\n\t\tthis.source = new EventSource(src + joinChar + dataStr)\n\t\tthis.source.onmessage = function(e) {\n\t\t\tfor (var i = 0; i < this.typelessListeners.length; i++) {\n\t\t\t\tthis.typelessListeners[i](JSON.parse(e.data))\n\t\t\t}\n\t\t}.bind(this)\n\t} else {\n\t\tvar iframeId = 'oc_eventsource_iframe_' + OCEventSource.iframeCount\n\t\tOCEventSource.fallBackSources[OCEventSource.iframeCount] = this\n\t\tthis.iframe = $('<iframe/>')\n\t\tthis.iframe.attr('id', iframeId)\n\t\tthis.iframe.hide()\n\n\t\tjoinChar = '&'\n\t\tif (src.indexOf('?') === -1) {\n\t\t\tjoinChar = '?'\n\t\t}\n\t\tthis.iframe.attr('src', src + joinChar + 'fallback=true&fallback_id=' + OCEventSource.iframeCount + '&' + dataStr)\n\t\t$('body').append(this.iframe)\n\t\tthis.useFallBack = true\n\t\tOCEventSource.iframeCount++\n\t}\n\t// add close listener\n\tthis.listen('__internal__', function(data) {\n\t\tif (data === 'close') {\n\t\t\tthis.close()\n\t\t}\n\t}.bind(this))\n}\nOCEventSource.fallBackSources = []\nOCEventSource.iframeCount = 0// number of fallback iframes\nOCEventSource.fallBackCallBack = function(id, type, data) {\n\tOCEventSource.fallBackSources[id].fallBackCallBack(type, data)\n}\nOCEventSource.prototype = {\n\ttypelessListeners: [],\n\tiframe: null,\n\tlisteners: {}, // only for fallback\n\tuseFallBack: false,\n\t/**\n\t * Fallback callback for browsers that don't have the\n\t * native EventSource object.\n\t *\n\t * Calls the registered listeners.\n\t *\n\t * @private\n\t * @param {String} type event type\n\t * @param {Object} data received data\n\t */\n\tfallBackCallBack: function(type, data) {\n\t\tvar i\n\t\t// ignore messages that might appear after closing\n\t\tif (this.closed) {\n\t\t\treturn\n\t\t}\n\t\tif (type) {\n\t\t\tif (typeof this.listeners.done !== 'undefined') {\n\t\t\t\tfor (i = 0; i < this.listeners[type].length; i++) {\n\t\t\t\t\tthis.listeners[type][i](data)\n\t\t\t\t}\n\t\t\t}\n\t\t} else {\n\t\t\tfor (i = 0; i < this.typelessListeners.length; i++) {\n\t\t\t\tthis.typelessListeners[i](data)\n\t\t\t}\n\t\t}\n\t},\n\tlastLength: 0, // for fallback\n\t/**\n\t * Listen to a given type of events.\n\t *\n\t * @param {String} type event type\n\t * @param {Function} callback event callback\n\t */\n\tlisten: function(type, callback) {\n\t\tif (callback && callback.call) {\n\n\t\t\tif (type) {\n\t\t\t\tif (this.useFallBack) {\n\t\t\t\t\tif (!this.listeners[type]) {\n\t\t\t\t\t\tthis.listeners[type] = []\n\t\t\t\t\t}\n\t\t\t\t\tthis.listeners[type].push(callback)\n\t\t\t\t} else {\n\t\t\t\t\tthis.source.addEventListener(type, function(e) {\n\t\t\t\t\t\tif (typeof e.data !== 'undefined') {\n\t\t\t\t\t\t\tcallback(JSON.parse(e.data))\n\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\tcallback('')\n\t\t\t\t\t\t}\n\t\t\t\t\t}, false)\n\t\t\t\t}\n\t\t\t} else {\n\t\t\t\tthis.typelessListeners.push(callback)\n\t\t\t}\n\t\t}\n\t},\n\t/**\n\t * Closes this event source.\n\t */\n\tclose: function() {\n\t\tthis.closed = true\n\t\tif (typeof this.source !== 'undefined') {\n\t\t\tthis.source.close()\n\t\t}\n\t}\n}\n\nexport default OCEventSource\n","/**\n * @copyright 2019 Christoph Wurst <christoph@winzerhof-wurst.at>\n *\n * @author Christoph Wurst <christoph@winzerhof-wurst.at>\n * @author Daniel Calviño Sánchez <danxuliu@gmail.com>\n * @author John Molakvoæ <skjnldsv@protonmail.com>\n *\n * @license GNU AGPL version 3 or any later version\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see <http://www.gnu.org/licenses/>.\n *\n */\n\nimport _ from 'underscore'\nimport $ from 'jquery'\n\nimport { menuSpeed } from './constants'\n\nexport let currentMenu = null\nexport let currentMenuToggle = null\n\n/**\n * For menu toggling\n *\n * @param {jQuery} $toggle the toggle element\n * @param {jQuery} $menuEl the menu container element\n * @param {function|undefined} toggle callback invoked everytime the menu is opened\n * @param {boolean} headerMenu is this a top right header menu?\n * @returns {undefined}\n */\nexport const registerMenu = function($toggle, $menuEl, toggle, headerMenu) {\n\t$menuEl.addClass('menu')\n\tconst isClickableElement = $toggle.prop('tagName') === 'A' || $toggle.prop('tagName') === 'BUTTON'\n\n\t// On link and button, the enter key trigger a click event\n\t// Only use the click to avoid two fired events\n\t$toggle.on(isClickableElement ? 'click.menu' : 'click.menu keyup.menu', function(event) {\n\t\t// prevent the link event (append anchor to URL)\n\t\tevent.preventDefault()\n\n\t\t// allow enter key as a trigger\n\t\tif (event.key && event.key !== 'Enter') {\n\t\t\treturn\n\t\t}\n\n\t\tif ($menuEl.is(currentMenu)) {\n\t\t\thideMenus()\n\t\t\treturn\n\t\t} else if (currentMenu) {\n\t\t\t// another menu was open?\n\t\t\t// close it\n\t\t\thideMenus()\n\t\t}\n\n\t\tif (headerMenu === true) {\n\t\t\t$menuEl.parent().addClass('openedMenu')\n\t\t}\n\n\t\t// Set menu to expanded\n\t\t$toggle.attr('aria-expanded', true)\n\n\t\t$menuEl.slideToggle(menuSpeed, toggle)\n\t\tcurrentMenu = $menuEl\n\t\tcurrentMenuToggle = $toggle\n\t})\n}\n\n/**\n * Unregister a previously registered menu\n *\n * @param {jQuery} $toggle the toggle element\n * @param {jQuery} $menuEl the menu container element\n */\nexport const unregisterMenu = ($toggle, $menuEl) => {\n\t// close menu if opened\n\tif ($menuEl.is(currentMenu)) {\n\t\thideMenus()\n\t}\n\t$toggle.off('click.menu').removeClass('menutoggle')\n\t$menuEl.removeClass('menu')\n}\n\n/**\n * Hides any open menus\n *\n * @param {Function} complete callback when the hiding animation is done\n */\nexport const hideMenus = function(complete) {\n\tif (currentMenu) {\n\t\tconst lastMenu = currentMenu\n\t\tcurrentMenu.trigger(new $.Event('beforeHide'))\n\t\tcurrentMenu.slideUp(menuSpeed, function() {\n\t\t\tlastMenu.trigger(new $.Event('afterHide'))\n\t\t\tif (complete) {\n\t\t\t\tcomplete.apply(this, arguments)\n\t\t\t}\n\t\t})\n\t}\n\n\t// Set menu to closed\n\t$('.menutoggle').attr('aria-expanded', false)\n\n\t$('.openedMenu').removeClass('openedMenu')\n\tcurrentMenu = null\n\tcurrentMenuToggle = null\n}\n\n/**\n * Shows a given element as menu\n *\n * @param {Object} [$toggle=null] menu toggle\n * @param {Object} $menuEl menu element\n * @param {Function} complete callback when the showing animation is done\n */\nexport const showMenu = ($toggle, $menuEl, complete) => {\n\tif ($menuEl.is(currentMenu)) {\n\t\treturn\n\t}\n\thideMenus()\n\tcurrentMenu = $menuEl\n\tcurrentMenuToggle = $toggle\n\t$menuEl.trigger(new $.Event('beforeShow'))\n\t$menuEl.show()\n\t$menuEl.trigger(new $.Event('afterShow'))\n\t// no animation\n\tif (_.isFunction(complete)) {\n\t\tcomplete()\n\t}\n}\n","/**\n * @copyright 2019 Christoph Wurst <christoph@winzerhof-wurst.at>\n *\n * @author Christoph Wurst <christoph@winzerhof-wurst.at>\n * @author John Molakvoæ <skjnldsv@protonmail.com>\n *\n * @license GNU AGPL version 3 or any later version\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see <http://www.gnu.org/licenses/>.\n *\n */\n\nexport const coreApps = ['', 'admin', 'log', 'core/search', 'core', '3rdparty']\nexport const menuSpeed = 50\nexport const PERMISSION_NONE = 0\nexport const PERMISSION_CREATE = 4\nexport const PERMISSION_READ = 1\nexport const PERMISSION_UPDATE = 2\nexport const PERMISSION_DELETE = 8\nexport const PERMISSION_SHARE = 16\nexport const PERMISSION_ALL = 31\nexport const TAG_FAVORITE = '_$!<Favorite>!$_'\n","/**\n * @copyright 2019 Christoph Wurst <christoph@winzerhof-wurst.at>\n *\n * @author Christoph Wurst <christoph@winzerhof-wurst.at>\n * @author John Molakvoæ <skjnldsv@protonmail.com>\n *\n * @license GNU AGPL version 3 or any later version\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see <http://www.gnu.org/licenses/>.\n *\n */\n\nconst isAdmin = !!window._oc_isadmin\n\n/**\n * Returns whether the current user is an administrator\n *\n * @returns {bool} true if the user is an admin, false otherwise\n * @since 9.0.0\n */\nexport const isUserAdmin = () => isAdmin\n","/**\n * @copyright 2019 Christoph Wurst <christoph@winzerhof-wurst.at>\n *\n * @author Christoph Wurst <christoph@winzerhof-wurst.at>\n * @author John Molakvoæ <skjnldsv@protonmail.com>\n * @author rakekniven <mark.ziegler@rakekniven.de>\n *\n * @license GNU AGPL version 3 or any later version\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see <http://www.gnu.org/licenses/>.\n *\n */\n\nimport $ from 'jquery'\n\n/**\n * A little class to manage a status field for a \"saving\" process.\n * It can be used to display a starting message (e.g. \"Saving...\") and then\n * replace it with a green success message or a red error message.\n *\n * @namespace OC.msg\n */\nexport default {\n\t/**\n\t * Displayes a \"Saving...\" message in the given message placeholder\n\t *\n\t * @param {Object} selector Placeholder to display the message in\n\t */\n\tstartSaving(selector) {\n\t\tthis.startAction(selector, t('core', 'Saving …'))\n\t},\n\n\t/**\n\t * Displayes a custom message in the given message placeholder\n\t *\n\t * @param {Object} selector Placeholder to display the message in\n\t * @param {string} message Plain text message to display (no HTML allowed)\n\t */\n\tstartAction(selector, message) {\n\t\t$(selector).text(message)\n\t\t\t.removeClass('success')\n\t\t\t.removeClass('error')\n\t\t\t.stop(true, true)\n\t\t\t.show()\n\t},\n\n\t/**\n\t * Displayes an success/error message in the given selector\n\t *\n\t * @param {Object} selector Placeholder to display the message in\n\t * @param {Object} response Response of the server\n\t * @param {Object} response.data Data of the servers response\n\t * @param {string} response.data.message Plain text message to display (no HTML allowed)\n\t * @param {string} response.status is being used to decide whether the message\n\t * is displayed as an error/success\n\t */\n\tfinishedSaving(selector, response) {\n\t\tthis.finishedAction(selector, response)\n\t},\n\n\t/**\n\t * Displayes an success/error message in the given selector\n\t *\n\t * @param {Object} selector Placeholder to display the message in\n\t * @param {Object} response Response of the server\n\t * @param {Object} response.data Data of the servers response\n\t * @param {string} response.data.message Plain text message to display (no HTML allowed)\n\t * @param {string} response.status is being used to decide whether the message\n\t * is displayed as an error/success\n\t */\n\tfinishedAction(selector, response) {\n\t\tif (response.status === 'success') {\n\t\t\tthis.finishedSuccess(selector, response.data.message)\n\t\t} else {\n\t\t\tthis.finishedError(selector, response.data.message)\n\t\t}\n\t},\n\n\t/**\n\t * Displayes an success message in the given selector\n\t *\n\t * @param {Object} selector Placeholder to display the message in\n\t * @param {string} message Plain text success message to display (no HTML allowed)\n\t */\n\tfinishedSuccess(selector, message) {\n\t\t$(selector).text(message)\n\t\t\t.addClass('success')\n\t\t\t.removeClass('error')\n\t\t\t.stop(true, true)\n\t\t\t.delay(3000)\n\t\t\t.fadeOut(900)\n\t\t\t.show()\n\t},\n\n\t/**\n\t * Displayes an error message in the given selector\n\t *\n\t * @param {Object} selector Placeholder to display the message in\n\t * @param {string} message Plain text error message to display (no HTML allowed)\n\t */\n\tfinishedError(selector, message) {\n\t\t$(selector).text(message)\n\t\t\t.addClass('error')\n\t\t\t.removeClass('success')\n\t\t\t.show()\n\t},\n}\n","/**\n * @copyright 2019 Christoph Wurst <christoph@winzerhof-wurst.at>\n *\n * @author Christoph Wurst <christoph@winzerhof-wurst.at>\n * @author John Molakvoæ <skjnldsv@protonmail.com>\n *\n * @license GNU AGPL version 3 or any later version\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see <http://www.gnu.org/licenses/>.\n *\n */\n\nexport default {\n\n\t/**\n\t * @type Array.<OC.Plugin>\n\t */\n\t_plugins: {},\n\n\t/**\n\t * Register plugin\n\t *\n\t * @param {String} targetName app name / class name to hook into\n\t * @param {OC.Plugin} plugin plugin\n\t */\n\tregister(targetName, plugin) {\n\t\tlet plugins = this._plugins[targetName]\n\t\tif (!plugins) {\n\t\t\tplugins = this._plugins[targetName] = []\n\t\t}\n\t\tplugins.push(plugin)\n\t},\n\n\t/**\n\t * Returns all plugin registered to the given target\n\t * name / app name / class name.\n\t *\n\t * @param {String} targetName app name / class name to hook into\n\t * @returns {Array.<OC.Plugin>} array of plugins\n\t */\n\tgetPlugins(targetName) {\n\t\treturn this._plugins[targetName] || []\n\t},\n\n\t/**\n\t * Call attach() on all plugins registered to the given target name.\n\t *\n\t * @param {String} targetName app name / class name\n\t * @param {Object} targetObject to be extended\n\t * @param {Object} [options] options\n\t */\n\tattach(targetName, targetObject, options) {\n\t\tconst plugins = this.getPlugins(targetName)\n\t\tfor (let i = 0; i < plugins.length; i++) {\n\t\t\tif (plugins[i].attach) {\n\t\t\t\tplugins[i].attach(targetObject, options)\n\t\t\t}\n\t\t}\n\t},\n\n\t/**\n\t * Call detach() on all plugins registered to the given target name.\n\t *\n\t * @param {String} targetName app name / class name\n\t * @param {Object} targetObject to be extended\n\t * @param {Object} [options] options\n\t */\n\tdetach(targetName, targetObject, options) {\n\t\tconst plugins = this.getPlugins(targetName)\n\t\tfor (let i = 0; i < plugins.length; i++) {\n\t\t\tif (plugins[i].detach) {\n\t\t\t\tplugins[i].detach(targetObject, options)\n\t\t\t}\n\t\t}\n\t},\n\n}\n","/**\n * @copyright 2019 Christoph Wurst <christoph@winzerhof-wurst.at>\n *\n * @author Christoph Wurst <christoph@winzerhof-wurst.at>\n *\n * @license GNU AGPL version 3 or any later version\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see <http://www.gnu.org/licenses/>.\n *\n */\n\nexport const theme = window._theme || {}\n","/**\n * @copyright 2019 Christoph Wurst <christoph@winzerhof-wurst.at>\n *\n * @author Christoph Wurst <christoph@winzerhof-wurst.at>\n * @author John Molakvoæ <skjnldsv@protonmail.com>\n *\n * @license GNU AGPL version 3 or any later version\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see <http://www.gnu.org/licenses/>.\n *\n */\n\nimport $ from 'jquery'\nimport moment from 'moment'\n\nimport History from './util-history'\nimport OC from './index'\nimport { formatFileSize as humanFileSize } from '@nextcloud/files'\n\nfunction chunkify(t) {\n\t// Adapted from http://my.opera.com/GreyWyvern/blog/show.dml/1671288\n\tconst tz = []\n\tlet x = 0\n\tlet y = -1\n\tlet n = 0\n\tlet c\n\n\twhile (x < t.length) {\n\t\tc = t.charAt(x)\n\t\t// only include the dot in strings\n\t\tconst m = ((!n && c === '.') || (c >= '0' && c <= '9'))\n\t\tif (m !== n) {\n\t\t\t// next chunk\n\t\t\ty++\n\t\t\ttz[y] = ''\n\t\t\tn = m\n\t\t}\n\t\ttz[y] += c\n\t\tx++\n\t}\n\treturn tz\n}\n\n/**\n * Utility functions\n * @namespace OC.Util\n */\nexport default {\n\n\tHistory,\n\n\t/**\n\t * @deprecated use https://nextcloud.github.io/nextcloud-files/modules/_humanfilesize_.html#formatfilesize\n\t */\n\thumanFileSize,\n\n\t/**\n\t * Returns a file size in bytes from a humanly readable string\n\t * Makes 2kB to 2048.\n\t * Inspired by computerFileSize in helper.php\n\t * @param {string} string file size in human readable format\n\t * @returns {number} or null if string could not be parsed\n\t *\n\t *\n\t */\n\tcomputerFileSize(string) {\n\t\tif (typeof string !== 'string') {\n\t\t\treturn null\n\t\t}\n\n\t\tconst s = string.toLowerCase().trim()\n\t\tlet bytes = null\n\n\t\tconst bytesArray = {\n\t\t\tb: 1,\n\t\t\tk: 1024,\n\t\t\tkb: 1024,\n\t\t\tmb: 1024 * 1024,\n\t\t\tm: 1024 * 1024,\n\t\t\tgb: 1024 * 1024 * 1024,\n\t\t\tg: 1024 * 1024 * 1024,\n\t\t\ttb: 1024 * 1024 * 1024 * 1024,\n\t\t\tt: 1024 * 1024 * 1024 * 1024,\n\t\t\tpb: 1024 * 1024 * 1024 * 1024 * 1024,\n\t\t\tp: 1024 * 1024 * 1024 * 1024 * 1024,\n\t\t}\n\n\t\tconst matches = s.match(/^[\\s+]?([0-9]*)(\\.([0-9]+))?( +)?([kmgtp]?b?)$/i)\n\t\tif (matches !== null) {\n\t\t\tbytes = parseFloat(s)\n\t\t\tif (!isFinite(bytes)) {\n\t\t\t\treturn null\n\t\t\t}\n\t\t} else {\n\t\t\treturn null\n\t\t}\n\t\tif (matches[5]) {\n\t\t\tbytes = bytes * bytesArray[matches[5]]\n\t\t}\n\n\t\tbytes = Math.round(bytes)\n\t\treturn bytes\n\t},\n\n\t/**\n\t * @param {string|number} timestamp timestamp\n\t * @param {string} format date format, see momentjs docs\n\t * @returns {string} timestamp formatted as requested\n\t */\n\tformatDate(timestamp, format) {\n\t\tif (window.TESTING === undefined) {\n\t\t\tconsole.warn('OC.Util.formatDate is deprecated and will be removed in Nextcloud 21. See @nextcloud/moment')\n\t\t}\n\t\tformat = format || 'LLL'\n\t\treturn moment(timestamp).format(format)\n\t},\n\n\t/**\n\t * @param {string|number} timestamp timestamp\n\t * @returns {string} human readable difference from now\n\t */\n\trelativeModifiedDate(timestamp) {\n\t\tif (window.TESTING === undefined) {\n\t\t\tconsole.warn('OC.Util.relativeModifiedDate is deprecated and will be removed in Nextcloud 21. See @nextcloud/moment')\n\t\t}\n\t\tconst diff = moment().diff(moment(timestamp))\n\t\tif (diff >= 0 && diff < 45000) {\n\t\t\treturn t('core', 'seconds ago')\n\t\t}\n\t\treturn moment(timestamp).fromNow()\n\t},\n\n\t/**\n\t * Returns whether this is IE\n\t *\n\t * @returns {bool} true if this is IE, false otherwise\n\t */\n\tisIE() {\n\t\treturn $('html').hasClass('ie')\n\t},\n\n\t/**\n\t * Returns the width of a generic browser scrollbar\n\t *\n\t * @returns {int} width of scrollbar\n\t */\n\tgetScrollBarWidth() {\n\t\tif (this._scrollBarWidth) {\n\t\t\treturn this._scrollBarWidth\n\t\t}\n\n\t\tconst inner = document.createElement('p')\n\t\tinner.style.width = '100%'\n\t\tinner.style.height = '200px'\n\n\t\tconst outer = document.createElement('div')\n\t\touter.style.position = 'absolute'\n\t\touter.style.top = '0px'\n\t\touter.style.left = '0px'\n\t\touter.style.visibility = 'hidden'\n\t\touter.style.width = '200px'\n\t\touter.style.height = '150px'\n\t\touter.style.overflow = 'hidden'\n\t\touter.appendChild(inner)\n\n\t\tdocument.body.appendChild(outer)\n\t\tconst w1 = inner.offsetWidth\n\t\touter.style.overflow = 'scroll'\n\t\tlet w2 = inner.offsetWidth\n\t\tif (w1 === w2) {\n\t\t\tw2 = outer.clientWidth\n\t\t}\n\n\t\tdocument.body.removeChild(outer)\n\n\t\tthis._scrollBarWidth = (w1 - w2)\n\n\t\treturn this._scrollBarWidth\n\t},\n\n\t/**\n\t * Remove the time component from a given date\n\t *\n\t * @param {Date} date date\n\t * @returns {Date} date with stripped time\n\t */\n\tstripTime(date) {\n\t\t// FIXME: likely to break when crossing DST\n\t\t// would be better to use a library like momentJS\n\t\treturn new Date(date.getFullYear(), date.getMonth(), date.getDate())\n\t},\n\n\t/**\n\t * Compare two strings to provide a natural sort\n\t * @param {string} a first string to compare\n\t * @param {string} b second string to compare\n\t * @returns {number} -1 if b comes before a, 1 if a comes before b\n\t * or 0 if the strings are identical\n\t */\n\tnaturalSortCompare(a, b) {\n\t\tlet x\n\t\tconst aa = chunkify(a)\n\t\tconst bb = chunkify(b)\n\n\t\tfor (x = 0; aa[x] && bb[x]; x++) {\n\t\t\tif (aa[x] !== bb[x]) {\n\t\t\t\tconst aNum = Number(aa[x]); const bNum = Number(bb[x])\n\t\t\t\t// note: == is correct here\n\t\t\t\t/* eslint-disable-next-line */\n\t\t\t\tif (aNum == aa[x] && bNum == bb[x]) {\n\t\t\t\t\treturn aNum - bNum\n\t\t\t\t} else {\n\t\t\t\t\t// Note: This locale setting isn't supported by all browsers but for the ones\n\t\t\t\t\t// that do there will be more consistency between client-server sorting\n\t\t\t\t\treturn aa[x].localeCompare(bb[x], OC.getLanguage())\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t\treturn aa.length - bb.length\n\t},\n\n\t/**\n\t * Calls the callback in a given interval until it returns true\n\t * @param {function} callback function to call on success\n\t * @param {integer} interval in milliseconds\n\t */\n\twaitFor(callback, interval) {\n\t\tconst internalCallback = function() {\n\t\t\tif (callback() !== true) {\n\t\t\t\tsetTimeout(internalCallback, interval)\n\t\t\t}\n\t\t}\n\n\t\tinternalCallback()\n\t},\n\n\t/**\n\t * Checks if a cookie with the given name is present and is set to the provided value.\n\t * @param {string} name name of the cookie\n\t * @param {string} value value of the cookie\n\t * @returns {boolean} true if the cookie with the given name has the given value\n\t */\n\tisCookieSetToValue(name, value) {\n\t\tconst cookies = document.cookie.split(';')\n\t\tfor (let i = 0; i < cookies.length; i++) {\n\t\t\tconst cookie = cookies[i].split('=')\n\t\t\tif (cookie[0].trim() === name && cookie[1].trim() === value) {\n\t\t\t\treturn true\n\t\t\t}\n\t\t}\n\t\treturn false\n\t},\n}\n","/**\n * @copyright 2019 Christoph Wurst <christoph@winzerhof-wurst.at>\n *\n * @author Christoph Wurst <christoph@winzerhof-wurst.at>\n * @author John Molakvoæ <skjnldsv@protonmail.com>\n *\n * @license GNU AGPL version 3 or any later version\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see <http://www.gnu.org/licenses/>.\n *\n */\n\nimport _ from 'underscore'\nimport OC from './index'\n\n/**\n * Utility class for the history API,\n * includes fallback to using the URL hash when\n * the browser doesn't support the history API.\n *\n * @namespace OC.Util.History\n */\nexport default {\n\n\t_handlers: [],\n\n\t/**\n\t * Push the current URL parameters to the history stack\n\t * and change the visible URL.\n\t * Note: this includes a workaround for IE8/IE9 that uses\n\t * the hash part instead of the search part.\n\t *\n\t * @param {Object|string} params to append to the URL, can be either a string\n\t * or a map\n\t * @param {string} [url] URL to be used, otherwise the current URL will be used,\n\t * using the params as query string\n\t * @param {boolean} [replace=false] whether to replace instead of pushing\n\t */\n\t_pushState(params, url, replace) {\n\t\tlet strParams\n\t\tif (typeof (params) === 'string') {\n\t\t\tstrParams = params\n\t\t} else {\n\t\t\tstrParams = OC.buildQueryString(params)\n\t\t}\n\n\t\tif (window.history.pushState) {\n\t\t\turl = url || location.pathname + '?' + strParams\n\t\t\t// Workaround for bug with SVG and window.history.pushState on Firefox < 51\n\t\t\t// https://bugzilla.mozilla.org/show_bug.cgi?id=652991\n\t\t\tconst isFirefox = navigator.userAgent.toLowerCase().indexOf('firefox') > -1\n\t\t\tif (isFirefox && parseInt(navigator.userAgent.split('/').pop()) < 51) {\n\t\t\t\tconst patterns = document.querySelectorAll('[fill^=\"url(#\"], [stroke^=\"url(#\"], [filter^=\"url(#invert\"]')\n\t\t\t\tfor (let i = 0, ii = patterns.length, pattern; i < ii; i++) {\n\t\t\t\t\tpattern = patterns[i]\n\t\t\t\t\t// eslint-disable-next-line no-self-assign\n\t\t\t\t\tpattern.style.fill = pattern.style.fill\n\t\t\t\t\t// eslint-disable-next-line no-self-assign\n\t\t\t\t\tpattern.style.stroke = pattern.style.stroke\n\t\t\t\t\tpattern.removeAttribute('filter')\n\t\t\t\t\tpattern.setAttribute('filter', 'url(#invert)')\n\t\t\t\t}\n\t\t\t}\n\t\t\tif (replace) {\n\t\t\t\twindow.history.replaceState(params, '', url)\n\t\t\t} else {\n\t\t\t\twindow.history.pushState(params, '', url)\n\t\t\t}\n\t\t} else {\n\t\t\t// use URL hash for IE8\n\t\t\twindow.location.hash = '?' + strParams\n\t\t\t// inhibit next onhashchange that just added itself\n\t\t\t// to the event queue\n\t\t\tthis._cancelPop = true\n\t\t}\n\t},\n\n\t/**\n\t * Push the current URL parameters to the history stack\n\t * and change the visible URL.\n\t * Note: this includes a workaround for IE8/IE9 that uses\n\t * the hash part instead of the search part.\n\t *\n\t * @param {Object|string} params to append to the URL, can be either a string or a map\n\t * @param {string} [url] URL to be used, otherwise the current URL will be used, using the params as query string\n\t */\n\tpushState(params, url) {\n\t\tthis._pushState(params, url, false)\n\t},\n\n\t/**\n\t * Push the current URL parameters to the history stack\n\t * and change the visible URL.\n\t * Note: this includes a workaround for IE8/IE9 that uses\n\t * the hash part instead of the search part.\n\t *\n\t * @param {Object|string} params to append to the URL, can be either a string\n\t * or a map\n\t * @param {string} [url] URL to be used, otherwise the current URL will be used,\n\t * using the params as query string\n\t */\n\treplaceState(params, url) {\n\t\tthis._pushState(params, url, true)\n\t},\n\n\t/**\n\t * Add a popstate handler\n\t *\n\t * @param {Function} handler handler\n\t */\n\taddOnPopStateHandler(handler) {\n\t\tthis._handlers.push(handler)\n\t},\n\n\t/**\n\t * Parse a query string from the hash part of the URL.\n\t * (workaround for IE8 / IE9)\n\t * @returns {string}\n\t */\n\t_parseHashQuery() {\n\t\tconst hash = window.location.hash\n\t\tconst pos = hash.indexOf('?')\n\t\tif (pos >= 0) {\n\t\t\treturn hash.substr(pos + 1)\n\t\t}\n\t\tif (hash.length) {\n\t\t\t// remove hash sign\n\t\t\treturn hash.substr(1)\n\t\t}\n\t\treturn ''\n\t},\n\n\t_decodeQuery(query) {\n\t\treturn query.replace(/\\+/g, ' ')\n\t},\n\n\t/**\n\t * Parse the query/search part of the URL.\n\t * Also try and parse it from the URL hash (for IE8)\n\t *\n\t * @returns {Object} map of parameters\n\t */\n\tparseUrlQuery() {\n\t\tconst query = this._parseHashQuery()\n\t\tlet params\n\t\t// try and parse from URL hash first\n\t\tif (query) {\n\t\t\tparams = OC.parseQueryString(this._decodeQuery(query))\n\t\t}\n\t\t// else read from query attributes\n\t\tparams = _.extend(params || {}, OC.parseQueryString(this._decodeQuery(location.search)))\n\t\treturn params || {}\n\t},\n\n\t_onPopState(e) {\n\t\tif (this._cancelPop) {\n\t\t\tthis._cancelPop = false\n\t\t\treturn\n\t\t}\n\t\tlet params\n\t\tif (!this._handlers.length) {\n\t\t\treturn\n\t\t}\n\t\tparams = (e && e.state)\n\t\tif (_.isString(params)) {\n\t\t\tparams = OC.parseQueryString(params)\n\t\t} else if (!params) {\n\t\t\tparams = this.parseUrlQuery() || {}\n\t\t}\n\t\tfor (let i = 0; i < this._handlers.length; i++) {\n\t\t\tthis._handlers[i](params)\n\t\t}\n\t},\n}\n","/**\n * @copyright 2019 Christoph Wurst <christoph@winzerhof-wurst.at>\n *\n * @author Christoph Wurst <christoph@winzerhof-wurst.at>\n *\n * @license GNU AGPL version 3 or any later version\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see <http://www.gnu.org/licenses/>.\n *\n */\n\nconst base = window._oc_debug\n\nexport const debug = base\n","/**\n * @copyright 2019 Christoph Wurst <christoph@winzerhof-wurst.at>\n *\n * @author Christoph Wurst <christoph@winzerhof-wurst.at>\n *\n * @license GNU AGPL version 3 or any later version\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see <http://www.gnu.org/licenses/>.\n *\n */\n\nlet webroot = window._oc_webroot\n\nif (typeof webroot === 'undefined') {\n\twebroot = location.pathname\n\tconst pos = webroot.indexOf('/index.php/')\n\tif (pos !== -1) {\n\t\twebroot = webroot.substr(0, pos)\n\t} else {\n\t\twebroot = webroot.substr(0, webroot.lastIndexOf('/'))\n\t}\n}\n\nexport default webroot\n","/**\n * @copyright 2019 Christoph Wurst <christoph@winzerhof-wurst.at>\n *\n * @author Christoph Wurst <christoph@winzerhof-wurst.at>\n * @author John Molakvoæ <skjnldsv@protonmail.com>\n *\n * @license GNU AGPL version 3 or any later version\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see <http://www.gnu.org/licenses/>.\n *\n */\n\nexport const get = context => name => {\n\tconst namespaces = name.split('.')\n\tconst tail = namespaces.pop()\n\n\tfor (let i = 0; i < namespaces.length; i++) {\n\t\tcontext = context[namespaces[i]]\n\t\tif (!context) {\n\t\t\treturn false\n\t\t}\n\t}\n\treturn context[tail]\n}\n\n/**\n * Set a variable by name\n * @param {string} context context\n * @returns {Function} setter\n * @deprecated 19.0.0 use https://lodash.com/docs#set\n */\nexport const set = context => (name, value) => {\n\tconst namespaces = name.split('.')\n\tconst tail = namespaces.pop()\n\n\tfor (let i = 0; i < namespaces.length; i++) {\n\t\tif (!context[namespaces[i]]) {\n\t\t\tcontext[namespaces[i]] = {}\n\t\t}\n\t\tcontext = context[namespaces[i]]\n\t}\n\tcontext[tail] = value\n\treturn value\n}\n","/**\n * @copyright 2019 Christoph Wurst <christoph@winzerhof-wurst.at>\n *\n * @author Christoph Wurst <christoph@winzerhof-wurst.at>\n * @author John Molakvoæ <skjnldsv@protonmail.com>\n * @author Roeland Jago Douma <roeland@famdouma.nl>\n *\n * @license GNU AGPL version 3 or any later version\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see <http://www.gnu.org/licenses/>.\n *\n */\n\nimport { subscribe } from '@nextcloud/event-bus'\n\nimport { addScript, addStyle } from './legacy-loader'\nimport {\n\tajaxConnectionLostHandler,\n\tprocessAjaxError,\n\tregisterXHRForErrorProcessing,\n} from './xhr-error'\nimport Apps from './apps'\nimport { AppConfig, appConfig } from './appconfig'\nimport { appSettings } from './appsettings'\nimport appswebroots from './appswebroots'\nimport Backbone from './backbone'\nimport {\n\tbasename,\n\tdirname,\n\tencodePath,\n\tisSamePath,\n\tjoinPaths,\n} from '@nextcloud/paths'\nimport {\n\tbuild as buildQueryString,\n\tparse as parseQueryString,\n} from './query-string'\nimport Config from './config'\nimport {\n\tcoreApps,\n\tmenuSpeed,\n\tPERMISSION_ALL,\n\tPERMISSION_CREATE,\n\tPERMISSION_DELETE,\n\tPERMISSION_NONE,\n\tPERMISSION_READ,\n\tPERMISSION_SHARE,\n\tPERMISSION_UPDATE,\n\tTAG_FAVORITE,\n} from './constants'\nimport ContactsMenu from './contactsmenu'\nimport { currentUser, getCurrentUser } from './currentuser'\nimport Dialogs from './dialogs'\nimport EventSource from './eventsource'\nimport { get, set } from './get_set'\nimport { getCapabilities } from './capabilities'\nimport {\n\tgetHost,\n\tgetHostName,\n\tgetPort,\n\tgetProtocol,\n} from './host'\nimport {\n\tgetToken as getRequestToken,\n} from './requesttoken'\nimport {\n\thideMenus,\n\tregisterMenu,\n\tshowMenu,\n\tunregisterMenu,\n} from './menu'\nimport { isUserAdmin } from './admin'\nimport L10N, {\n\tgetLanguage,\n\tgetLocale,\n} from './l10n'\nimport {\n\tgetCanonicalLocale,\n} from '@nextcloud/l10n'\n\nimport {\n\tgenerateUrl,\n\tgenerateFilePath,\n\tgenerateOcsUrl,\n\tgenerateRemoteUrl,\n\tgetRootUrl,\n\timagePath,\n\tlinkTo,\n} from '@nextcloud/router'\n\nimport {\n\tlinkToRemoteBase,\n} from './routing'\nimport msg from './msg'\nimport Notification from './notification'\nimport PasswordConfirmation from './password-confirmation'\nimport Plugins from './plugins'\nimport { theme } from './theme'\nimport Util from './util'\nimport { debug } from './debug'\nimport { redirect, reload } from './navigation'\nimport webroot from './webroot'\n\n/** @namespace OC */\nexport default {\n\t/*\n\t * Constants\n\t */\n\tcoreApps,\n\tmenuSpeed,\n\tPERMISSION_ALL,\n\tPERMISSION_CREATE,\n\tPERMISSION_DELETE,\n\tPERMISSION_NONE,\n\tPERMISSION_READ,\n\tPERMISSION_SHARE,\n\tPERMISSION_UPDATE,\n\tTAG_FAVORITE,\n\n\t/*\n\t * Deprecated helpers to be removed\n\t */\n\t/**\n\t * Check if a user file is allowed to be handled.\n\t * @param {string} file to check\n\t * @returns {Boolean}\n\t * @deprecated 17.0.0\n\t */\n\tfileIsBlacklisted: file => !!(file.match(Config.blacklist_files_regex)),\n\n\taddScript,\n\taddStyle,\n\tApps,\n\tAppConfig,\n\tappConfig,\n\tappSettings,\n\tappswebroots,\n\tBackbone,\n\tContactsMenu,\n\tconfig: Config,\n\t/**\n\t * Currently logged in user or null if none\n\t *\n\t * @type String\n\t * @deprecated use `getCurrentUser` from https://www.npmjs.com/package/@nextcloud/auth\n\t */\n\tcurrentUser,\n\tdialogs: Dialogs,\n\tEventSource,\n\t/**\n\t * Returns the currently logged in user or null if there is no logged in\n\t * user (public page mode)\n\t *\n\t * @since 9.0.0\n\t * @deprecated 19.0.0 use `getCurrentUser` from https://www.npmjs.com/package/@nextcloud/auth\n\t */\n\tgetCurrentUser,\n\tisUserAdmin,\n\tL10N,\n\n\t/**\n\t * Ajax error handlers\n\t * @todo remove from here and keep internally -> requires new tests\n\t */\n\t_ajaxConnectionLostHandler: ajaxConnectionLostHandler,\n\t_processAjaxError: processAjaxError,\n\tregisterXHRForErrorProcessing,\n\n\t/**\n\t * Capabilities\n\t *\n\t * @type {Array}\n\t * @deprecated 20.0.0 use @nextcloud/capabilities instead\n\t */\n\tgetCapabilities,\n\n\t/*\n\t * Legacy menu helpers\n\t */\n\thideMenus,\n\tregisterMenu,\n\tshowMenu,\n\tunregisterMenu,\n\n\t/*\n\t * Path helpers\n\t */\n\t/**\n\t * @deprecated 18.0.0 use https://www.npmjs.com/package/@nextcloud/paths\n\t */\n\tbasename,\n\t/**\n\t * @deprecated 18.0.0 use https://www.npmjs.com/package/@nextcloud/paths\n\t */\n\tencodePath,\n\t/**\n\t * @deprecated 18.0.0 use https://www.npmjs.com/package/@nextcloud/paths\n\t */\n\tdirname,\n\t/**\n\t * @deprecated 18.0.0 use https://www.npmjs.com/package/@nextcloud/paths\n\t */\n\tisSamePath,\n\t/**\n\t * @deprecated 18.0.0 use https://www.npmjs.com/package/@nextcloud/paths\n\t */\n\tjoinPaths,\n\n\t/**\n\t * Host (url) helpers\n\t */\n\tgetHost,\n\tgetHostName,\n\tgetPort,\n\tgetProtocol,\n\n\t/**\n\t * @deprecated 20.0.0 use `getCanonicalLocale` from https://www.npmjs.com/package/@nextcloud/l10n\n\t */\n\tgetCanonicalLocale,\n\tgetLocale,\n\tgetLanguage,\n\t/**\n\t * Loads translations for the given app asynchronously.\n\t *\n\t * @param {String} app app name\n\t * @param {Function} callback callback to call after loading\n\t * @return {Promise}\n\t * @deprecated 17.0.0 use OC.L10N.load instead\n\t */\n\taddTranslations: L10N.load,\n\n\t/**\n\t * Query string helpers\n\t */\n\tbuildQueryString,\n\tparseQueryString,\n\n\tmsg,\n\tNotification,\n\tPasswordConfirmation,\n\tPlugins,\n\ttheme,\n\tUtil,\n\tdebug,\n\t/**\n\t * @deprecated 19.0.0 use `generateFilePath` from https://www.npmjs.com/package/@nextcloud/router\n\t */\n\tfilePath: generateFilePath,\n\t/**\n\t * @deprecated 19.0.0 use `generateUrl` from https://www.npmjs.com/package/@nextcloud/router\n\t */\n\tgenerateUrl,\n\t/**\n\t * @deprecated 19.0.0 use https://lodash.com/docs#get\n\t */\n\tget: get(window),\n\t/**\n\t * @deprecated 19.0.0 use https://lodash.com/docs#set\n\t */\n\tset: set(window),\n\t/**\n\t * @deprecated 19.0.0 use `getRootUrl` from https://www.npmjs.com/package/@nextcloud/router\n\t */\n\tgetRootPath: getRootUrl,\n\t/**\n\t * @deprecated 19.0.0 use `imagePath` from https://www.npmjs.com/package/@nextcloud/router\n\t */\n\timagePath,\n\tredirect,\n\treload,\n\trequestToken: getRequestToken(),\n\t/**\n\t * @deprecated 19.0.0 use `linkTo` from https://www.npmjs.com/package/@nextcloud/router\n\t */\n\tlinkTo,\n\t/**\n\t * @deprecated 19.0.0 use `generateOcsUrl` from https://www.npmjs.com/package/@nextcloud/router\n\t */\n\tlinkToOCS: generateOcsUrl,\n\t/**\n\t * @deprecated 19.0.0 use `generateRemoteUrl` from https://www.npmjs.com/package/@nextcloud/router\n\t */\n\tlinkToRemote: generateRemoteUrl,\n\tlinkToRemoteBase,\n\t/**\n\t * Relative path to Nextcloud root.\n\t * For example: \"/nextcloud\"\n\t *\n\t * @type string\n\t *\n\t * @deprecated 19.0.0 use `getRootUrl` from https://www.npmjs.com/package/@nextcloud/router\n\t * @see OC#getRootPath\n\t */\n\twebroot,\n}\n\n// Keep the request token prop in sync\nsubscribe('csrf-token-update', e => {\n\tOC.requestToken = e.token\n\n\t// Logging might help debug (Sentry) issues\n\tconsole.info('OC.requestToken changed', e.token)\n})\n","/**\n * @copyright 2019 Christoph Wurst <christoph@winzerhof-wurst.at>\n *\n * @author Christoph Wurst <christoph@winzerhof-wurst.at>\n * @author John Molakvoæ <skjnldsv@protonmail.com>\n *\n * @license GNU AGPL version 3 or any later version\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see <http://www.gnu.org/licenses/>.\n *\n */\n\n/* eslint-disable */\nimport $ from 'jquery'\nimport { filePath } from './routing'\n\n/**\n * Opens a popup with the setting for an app.\n * @param {string} appid The ID of the app e.g. 'calendar', 'contacts' or 'files'.\n * @param {boolean|string} loadJS If true 'js/settings.js' is loaded. If it's a string\n * it will attempt to load a script by that name in the 'js' directory.\n * @param {boolean} [cache] If true the javascript file won't be forced refreshed. Defaults to true.\n * @param {string} [scriptName] The name of the PHP file to load. Defaults to 'settings.php' in\n * the root of the app directory hierarchy.\n *\n * @deprecated 17.0.0 this method is unused and will be removed with Nextcloud 18\n */\nexport const appSettings = args => {\n\tconsole.warn('OC.appSettings is deprecated and will be removed with Nextcloud 18')\n\n\tif (typeof args === 'undefined' || typeof args.appid === 'undefined') {\n\t\tthrow {\n\t\t\tname: 'MissingParameter',\n\t\t\tmessage: 'The parameter appid is missing'\n\t\t}\n\t}\n\tvar props = { scriptName: 'settings.php', cache: true }\n\t$.extend(props, args)\n\tvar settings = $('#appsettings')\n\tif (settings.length === 0) {\n\t\tthrow {\n\t\t\tname: 'MissingDOMElement',\n\t\t\tmessage: 'There has be be an element with id \"appsettings\" for the popup to show.'\n\t\t}\n\t}\n\tvar popup = $('#appsettings_popup')\n\tif (popup.length === 0) {\n\t\t$('body').prepend('<div class=\"popup hidden\" id=\"appsettings_popup\"></div>')\n\t\tpopup = $('#appsettings_popup')\n\t\tpopup.addClass(settings.hasClass('topright') ? 'topright' : 'bottomleft')\n\t}\n\tif (popup.is(':visible')) {\n\t\tpopup.hide().remove()\n\t} else {\n\t\tconst arrowclass = settings.hasClass('topright') ? 'up' : 'left'\n\t\t$.get(filePath(props.appid, '', props.scriptName), function(data) {\n\t\t\tpopup.html(data).ready(function() {\n\t\t\t\tpopup.prepend('<span class=\"arrow ' + arrowclass + '\"></span><h2>' + t('core', 'Settings') + '</h2><a class=\"close\"></a>').show()\n\t\t\t\tpopup.find('.close').bind('click', function() {\n\t\t\t\t\tpopup.remove()\n\t\t\t\t})\n\t\t\t\tif (typeof props.loadJS !== 'undefined') {\n\t\t\t\t\tvar scriptname\n\t\t\t\t\tif (props.loadJS === true) {\n\t\t\t\t\t\tscriptname = 'settings.js'\n\t\t\t\t\t} else if (typeof props.loadJS === 'string') {\n\t\t\t\t\t\tscriptname = props.loadJS\n\t\t\t\t\t} else {\n\t\t\t\t\t\tthrow {\n\t\t\t\t\t\t\tname: 'InvalidParameter',\n\t\t\t\t\t\t\tmessage: 'The \"loadJS\" parameter must be either boolean or a string.'\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t\tif (props.cache) {\n\t\t\t\t\t\t$.ajaxSetup({ cache: true })\n\t\t\t\t\t}\n\t\t\t\t\t$.getScript(filePath(props.appid, 'js', scriptname))\n\t\t\t\t\t\t.fail(function(jqxhr, settings, e) {\n\t\t\t\t\t\t\tthrow e\n\t\t\t\t\t\t})\n\t\t\t\t}\n\t\t\t}).show()\n\t\t}, 'html')\n\t}\n}\n","/**\n * @copyright 2019 Christoph Wurst <christoph@winzerhof-wurst.at>\n *\n * @author Christoph Wurst <christoph@winzerhof-wurst.at>\n * @author John Molakvoæ <skjnldsv@protonmail.com>\n * @author Roeland Jago Douma <roeland@famdouma.nl>\n *\n * @license GNU AGPL version 3 or any later version\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see <http://www.gnu.org/licenses/>.\n *\n */\n\nimport { getCapabilities as realGetCapabilities } from '@nextcloud/capabilities'\n\n/**\n * Returns the capabilities\n *\n * @returns {Array} capabilities\n *\n * @since 14.0\n */\nexport const getCapabilities = () => {\n\tconsole.warn('OC.getCapabilities is deprecated and will be removed in Nextcloud 21. See @nextcloud/capabilities')\n\treturn realGetCapabilities()\n}\n","/**\n * @copyright 2019 Christoph Wurst <christoph@winzerhof-wurst.at>\n *\n * @author Christoph Wurst <christoph@winzerhof-wurst.at>\n * @author John Molakvoæ <skjnldsv@protonmail.com>\n *\n * @license GNU AGPL version 3 or any later version\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see <http://www.gnu.org/licenses/>.\n *\n */\n\nexport const getProtocol = () => window.location.protocol.split(':')[0]\n\n/**\n * Returns the host used to access this Nextcloud instance\n * Host is sometimes the same as the hostname but now always.\n *\n * Examples:\n * http://example.com => example.com\n * https://example.com => example.com\n * http://example.com:8080 => example.com:8080\n *\n * @returns {string} host\n *\n * @since 8.2\n * @deprecated 17.0.0 use window.location.host directly\n */\nexport const getHost = () => window.location.host\n\n/**\n * Returns the hostname used to access this Nextcloud instance\n * The hostname is always stripped of the port\n *\n * @returns {string} hostname\n * @since 9.0\n * @deprecated 17.0.0 use window.location.hostname directly\n */\nexport const getHostName = () => window.location.hostname\n\n/**\n * Returns the port number used to access this Nextcloud instance\n *\n * @returns {int} port number\n *\n * @since 8.2\n * @deprecated 17.0.0 use window.location.port directly\n */\nexport const getPort = () => window.location.port\n","/**\n * @copyright 2019 Christoph Wurst <christoph@winzerhof-wurst.at>\n *\n * @author Christoph Wurst <christoph@winzerhof-wurst.at>\n * @author John Molakvoæ <skjnldsv@protonmail.com>\n * @author Roeland Jago Douma <roeland@famdouma.nl>\n *\n * @license GNU AGPL version 3 or any later version\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see <http://www.gnu.org/licenses/>.\n *\n */\n\nimport $ from 'jquery'\n\n/**\n * Parses a URL query string into a JS map\n * @param {string} queryString query string in the format param1=1234&param2=abcde&param3=xyz\n * @returns {Object.<string, string>} map containing key/values matching the URL parameters\n */\nexport const parse = queryString => {\n\tlet pos\n\tlet components\n\tconst result = {}\n\tlet key\n\tif (!queryString) {\n\t\treturn null\n\t}\n\tpos = queryString.indexOf('?')\n\tif (pos >= 0) {\n\t\tqueryString = queryString.substr(pos + 1)\n\t}\n\tconst parts = queryString.replace(/\\+/g, '%20').split('&')\n\tfor (let i = 0; i < parts.length; i++) {\n\t\t// split on first equal sign\n\t\tconst part = parts[i]\n\t\tpos = part.indexOf('=')\n\t\tif (pos >= 0) {\n\t\t\tcomponents = [\n\t\t\t\tpart.substr(0, pos),\n\t\t\t\tpart.substr(pos + 1),\n\t\t\t]\n\t\t} else {\n\t\t\t// key only\n\t\t\tcomponents = [part]\n\t\t}\n\t\tif (!components.length) {\n\t\t\tcontinue\n\t\t}\n\t\tkey = decodeURIComponent(components[0])\n\t\tif (!key) {\n\t\t\tcontinue\n\t\t}\n\t\t// if equal sign was there, return string\n\t\tif (components.length > 1) {\n\t\t\tresult[key] = decodeURIComponent(components[1])\n\t\t} else {\n\t\t\t// no equal sign => null value\n\t\t\tresult[key] = null\n\t\t}\n\t}\n\treturn result\n}\n\n/**\n * Builds a URL query from a JS map.\n * @param {Object.<string, string>} params map containing key/values matching the URL parameters\n * @returns {string} String containing a URL query (without question) mark\n */\nexport const build = params => {\n\tif (!params) {\n\t\treturn ''\n\t}\n\treturn $.map(params, function(value, key) {\n\t\tlet s = encodeURIComponent(key)\n\t\tif (value !== null && typeof (value) !== 'undefined') {\n\t\t\ts += '=' + encodeURIComponent(value)\n\t\t}\n\t\treturn s\n\t}).join('&')\n}\n","/**\n * @copyright 2019 Christoph Wurst <christoph@winzerhof-wurst.at>\n *\n * @author Christoph Wurst <christoph@winzerhof-wurst.at>\n * @author John Molakvoæ <skjnldsv@protonmail.com>\n *\n * @license GNU AGPL version 3 or any later version\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see <http://www.gnu.org/licenses/>.\n *\n */\n\nexport const redirect = targetURL => { window.location = targetURL }\n\n/**\n * Reloads the current page\n * @deprecated 17.0.0 use window.location.reload directly\n */\nexport const reload = () => { window.location.reload() }\n","/**\n * @copyright 2019 Christoph Wurst <christoph@winzerhof-wurst.at>\n *\n * @author Christoph Wurst <christoph@winzerhof-wurst.at>\n * @author John Molakvoæ <skjnldsv@protonmail.com>\n * @author Roeland Jago Douma <roeland@famdouma.nl>\n *\n * @license GNU AGPL version 3 or any later version\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see <http://www.gnu.org/licenses/>.\n *\n */\n\nimport {\n\tgetRootUrl as realGetRootUrl,\n} from '@nextcloud/router'\n\n/**\n * Creates a relative url for remote use\n * @param {string} service id\n * @returns {string} the url\n */\nexport const linkToRemoteBase = service => {\n\treturn realGetRootUrl() + '/remote.php/' + service\n}\n","var isObject = require('../internals/is-object');\n\nmodule.exports = function (it) {\n if (!isObject(it)) {\n throw TypeError(String(it) + ' is not an object');\n } return it;\n};\n","var global = require('../internals/global');\nvar shared = require('../internals/shared');\nvar has = require('../internals/has');\nvar uid = require('../internals/uid');\nvar NATIVE_SYMBOL = require('../internals/native-symbol');\nvar USE_SYMBOL_AS_UID = require('../internals/use-symbol-as-uid');\n\nvar WellKnownSymbolsStore = shared('wks');\nvar Symbol = global.Symbol;\nvar createWellKnownSymbol = USE_SYMBOL_AS_UID ? Symbol : Symbol && Symbol.withoutSetter || uid;\n\nmodule.exports = function (name) {\n if (!has(WellKnownSymbolsStore, name) || !(NATIVE_SYMBOL || typeof WellKnownSymbolsStore[name] == 'string')) {\n if (NATIVE_SYMBOL && has(Symbol, name)) {\n WellKnownSymbolsStore[name] = Symbol[name];\n } else {\n WellKnownSymbolsStore[name] = createWellKnownSymbol('Symbol.' + name);\n }\n } return WellKnownSymbolsStore[name];\n};\n","module.exports = function (it) {\n return typeof it === 'object' ? it !== null : typeof it === 'function';\n};\n","var fails = require('../internals/fails');\n\n// Detect IE8's incomplete defineProperty implementation\nmodule.exports = !fails(function () {\n // eslint-disable-next-line es/no-object-defineproperty -- required for testing\n return Object.defineProperty({}, 1, { get: function () { return 7; } })[1] != 7;\n});\n","\"use strict\";\n\nrequire(\"core-js/modules/es.array.index-of\");\n\nrequire(\"core-js/modules/es.object.assign\");\n\nrequire(\"core-js/modules/es.object.to-string\");\n\nrequire(\"core-js/modules/es.regexp.exec\");\n\nrequire(\"core-js/modules/es.regexp.to-string\");\n\nrequire(\"core-js/modules/es.string.replace\");\n\nObject.defineProperty(exports, \"__esModule\", {\n value: true\n});\nexports.getRootUrl = exports.generateFilePath = exports.imagePath = exports.generateUrl = exports.generateOcsUrl = exports.generateRemoteUrl = exports.linkTo = void 0;\n\n/// <reference types=\"@nextcloud/typings\" />\n\n/**\n * Get an absolute url to a file in an app\n *\n * @param {string} app the id of the app the file belongs to\n * @param {string} file the file path relative to the app folder\n * @return {string} Absolute URL to a file\n */\nvar linkTo = function linkTo(app, file) {\n return generateFilePath(app, '', file);\n};\n/**\n * Creates a relative url for remote use\n *\n * @param {string} service id\n * @return {string} the url\n */\n\n\nexports.linkTo = linkTo;\n\nvar linkToRemoteBase = function linkToRemoteBase(service) {\n return getRootUrl() + '/remote.php/' + service;\n};\n/**\n * @brief Creates an absolute url for remote use\n * @param {string} service id\n * @return {string} the url\n */\n\n\nvar generateRemoteUrl = function generateRemoteUrl(service) {\n return window.location.protocol + '//' + window.location.host + linkToRemoteBase(service);\n};\n/**\n * Get the base path for the given OCS API service\n *\n * @param {string} service name\n * @param {int} version OCS API version\n * @return {string} OCS API base path\n */\n\n\nexports.generateRemoteUrl = generateRemoteUrl;\n\nvar generateOcsUrl = function generateOcsUrl(service, version) {\n version = version !== 2 ? 1 : 2;\n return window.location.protocol + '//' + window.location.host + getRootUrl() + '/ocs/v' + version + '.php/' + service + '/';\n};\n\nexports.generateOcsUrl = generateOcsUrl;\n\n/**\n * Generate the absolute url for the given relative url, which can contain parameters\n *\n * Parameters will be URL encoded automatically\n *\n * @return {string} Absolute URL for the given relative URL\n */\nvar generateUrl = function generateUrl(url, params, options) {\n var allOptions = Object.assign({\n escape: true,\n noRewrite: false\n }, options || {});\n\n var _build = function _build(text, vars) {\n vars = vars || {};\n return text.replace(/{([^{}]*)}/g, function (a, b) {\n var r = vars[b];\n\n if (allOptions.escape) {\n return typeof r === 'string' || typeof r === 'number' ? encodeURIComponent(r.toString()) : encodeURIComponent(a);\n } else {\n return typeof r === 'string' || typeof r === 'number' ? r.toString() : a;\n }\n });\n };\n\n if (url.charAt(0) !== '/') {\n url = '/' + url;\n }\n\n if (OC.config.modRewriteWorking === true && !allOptions.noRewrite) {\n return getRootUrl() + _build(url, params || {});\n }\n\n return getRootUrl() + '/index.php' + _build(url, params || {});\n};\n/**\n * Get the absolute path to an image file\n * if no extension is given for the image, it will automatically decide\n * between .png and .svg based on what the browser supports\n *\n * @param {string} app the app id to which the image belongs\n * @param {string} file the name of the image file\n * @return {string}\n */\n\n\nexports.generateUrl = generateUrl;\n\nvar imagePath = function imagePath(app, file) {\n if (file.indexOf('.') === -1) {\n //if no extension is given, use svg\n return generateFilePath(app, 'img', file + '.svg');\n }\n\n return generateFilePath(app, 'img', file);\n};\n/**\n * Get the absolute url for a file in an app\n *\n * @param {string} app the id of the app\n * @param {string} type the type of the file to link to (e.g. css,img,ajax.template)\n * @param {string} file the filename\n * @return {string} Absolute URL for a file in an app\n */\n\n\nexports.imagePath = imagePath;\n\nvar generateFilePath = function generateFilePath(app, type, file) {\n var isCore = OC.coreApps.indexOf(app) !== -1;\n var link = getRootUrl();\n\n if (file.substring(file.length - 3) === 'php' && !isCore) {\n link += '/index.php/apps/' + app;\n\n if (file !== 'index.php') {\n link += '/';\n\n if (type) {\n link += encodeURI(type + '/');\n }\n\n link += file;\n }\n } else if (file.substring(file.length - 3) !== 'php' && !isCore) {\n link = OC.appswebroots[app];\n\n if (type) {\n link += '/' + type + '/';\n }\n\n if (link.substring(link.length - 1) !== '/') {\n link += '/';\n }\n\n link += file;\n } else {\n if ((app === 'settings' || app === 'core' || app === 'search') && type === 'ajax') {\n link += '/index.php/';\n } else {\n link += '/';\n }\n\n if (!isCore) {\n link += 'apps/';\n }\n\n if (app !== '') {\n app += '/';\n link += app;\n }\n\n if (type) {\n link += type + '/';\n }\n\n link += file;\n }\n\n return link;\n};\n/**\n * Return the web root path where this Nextcloud instance\n * is accessible, with a leading slash.\n * For example \"/nextcloud\".\n *\n * @return {string} web root path\n */\n\n\nexports.generateFilePath = generateFilePath;\n\nvar getRootUrl = function getRootUrl() {\n return OC.webroot;\n};\n\nexports.getRootUrl = getRootUrl;\n//# sourceMappingURL=index.js.map","var toObject = require('../internals/to-object');\n\nvar hasOwnProperty = {}.hasOwnProperty;\n\nmodule.exports = Object.hasOwn || function hasOwn(it, key) {\n return hasOwnProperty.call(toObject(it), key);\n};\n","var requireObjectCoercible = require('../internals/require-object-coercible');\n\n// `ToObject` abstract operation\n// https://tc39.es/ecma262/#sec-toobject\nmodule.exports = function (argument) {\n return Object(requireObjectCoercible(argument));\n};\n","var toInteger = require('../internals/to-integer');\n\nvar min = Math.min;\n\n// `ToLength` abstract operation\n// https://tc39.es/ecma262/#sec-tolength\nmodule.exports = function (argument) {\n return argument > 0 ? min(toInteger(argument), 0x1FFFFFFFFFFFFF) : 0; // 2 ** 53 - 1 == 9007199254740991\n};\n","var g;\n\n// This works in non-strict mode\ng = (function() {\n\treturn this;\n})();\n\ntry {\n\t// This works if eval is allowed (see CSP)\n\tg = g || new Function(\"return this\")();\n} catch (e) {\n\t// This works if the window reference is available\n\tif (typeof window === \"object\") g = window;\n}\n\n// g can still be undefined, but nothing to do about it...\n// We return undefined, instead of nothing here, so it's\n// easier to handle this case. if(!global) { ...}\n\nmodule.exports = g;\n","var DESCRIPTORS = require('../internals/descriptors');\nvar definePropertyModule = require('../internals/object-define-property');\nvar createPropertyDescriptor = require('../internals/create-property-descriptor');\n\nmodule.exports = DESCRIPTORS ? function (object, key, value) {\n return definePropertyModule.f(object, key, createPropertyDescriptor(1, value));\n} : function (object, key, value) {\n object[key] = value;\n return object;\n};\n","var DESCRIPTORS = require('../internals/descriptors');\nvar IE8_DOM_DEFINE = require('../internals/ie8-dom-define');\nvar anObject = require('../internals/an-object');\nvar toPrimitive = require('../internals/to-primitive');\n\n// eslint-disable-next-line es/no-object-defineproperty -- safe\nvar $defineProperty = Object.defineProperty;\n\n// `Object.defineProperty` method\n// https://tc39.es/ecma262/#sec-object.defineproperty\nexports.f = DESCRIPTORS ? $defineProperty : function defineProperty(O, P, Attributes) {\n anObject(O);\n P = toPrimitive(P, true);\n anObject(Attributes);\n if (IE8_DOM_DEFINE) try {\n return $defineProperty(O, P, Attributes);\n } catch (error) { /* empty */ }\n if ('get' in Attributes || 'set' in Attributes) throw TypeError('Accessors not supported');\n if ('value' in Attributes) O[P] = Attributes.value;\n return O;\n};\n","// `RequireObjectCoercible` abstract operation\n// https://tc39.es/ecma262/#sec-requireobjectcoercible\nmodule.exports = function (it) {\n if (it == undefined) throw TypeError(\"Can't call method on \" + it);\n return it;\n};\n","var global = require('../internals/global');\nvar createNonEnumerableProperty = require('../internals/create-non-enumerable-property');\nvar has = require('../internals/has');\nvar setGlobal = require('../internals/set-global');\nvar inspectSource = require('../internals/inspect-source');\nvar InternalStateModule = require('../internals/internal-state');\n\nvar getInternalState = InternalStateModule.get;\nvar enforceInternalState = InternalStateModule.enforce;\nvar TEMPLATE = String(String).split('String');\n\n(module.exports = function (O, key, value, options) {\n var unsafe = options ? !!options.unsafe : false;\n var simple = options ? !!options.enumerable : false;\n var noTargetGet = options ? !!options.noTargetGet : false;\n var state;\n if (typeof value == 'function') {\n if (typeof key == 'string' && !has(value, 'name')) {\n createNonEnumerableProperty(value, 'name', key);\n }\n state = enforceInternalState(value);\n if (!state.source) {\n state.source = TEMPLATE.join(typeof key == 'string' ? key : '');\n }\n }\n if (O === global) {\n if (simple) O[key] = value;\n else setGlobal(key, value);\n return;\n } else if (!unsafe) {\n delete O[key];\n } else if (!noTargetGet && O[key]) {\n simple = true;\n }\n if (simple) O[key] = value;\n else createNonEnumerableProperty(O, key, value);\n// add fake Function#toString for correct work wrapped methods / constructors with methods like LoDash isNative\n})(Function.prototype, 'toString', function toString() {\n return typeof this == 'function' && getInternalState(this).source || inspectSource(this);\n});\n","// toObject with fallback for non-array-like ES3 strings\nvar IndexedObject = require('../internals/indexed-object');\nvar requireObjectCoercible = require('../internals/require-object-coercible');\n\nmodule.exports = function (it) {\n return IndexedObject(requireObjectCoercible(it));\n};\n","var ceil = Math.ceil;\nvar floor = Math.floor;\n\n// `ToInteger` abstract operation\n// https://tc39.es/ecma262/#sec-tointeger\nmodule.exports = function (argument) {\n return isNaN(argument = +argument) ? 0 : (argument > 0 ? floor : ceil)(argument);\n};\n","var freeGlobal = require('./_freeGlobal');\n\n/** Detect free variable `self`. */\nvar freeSelf = typeof self == 'object' && self && self.Object === Object && self;\n\n/** Used as a reference to the global object. */\nvar root = freeGlobal || freeSelf || Function('return this')();\n\nmodule.exports = root;\n","\"use strict\";\n\nvar isOldIE = function isOldIE() {\n var memo;\n return function memorize() {\n if (typeof memo === 'undefined') {\n // Test for IE <= 9 as proposed by Browserhacks\n // @see http://browserhacks.com/#hack-e71d8692f65334173fee715c222cb805\n // Tests for existence of standard globals is to allow style-loader\n // to operate correctly into non-standard environments\n // @see https://github.com/webpack-contrib/style-loader/issues/177\n memo = Boolean(window && document && document.all && !window.atob);\n }\n\n return memo;\n };\n}();\n\nvar getTarget = function getTarget() {\n var memo = {};\n return function memorize(target) {\n if (typeof memo[target] === 'undefined') {\n var styleTarget = document.querySelector(target); // Special case to return head of iframe instead of iframe itself\n\n if (window.HTMLIFrameElement && styleTarget instanceof window.HTMLIFrameElement) {\n try {\n // This will throw an exception if access to iframe is blocked\n // due to cross-origin restrictions\n styleTarget = styleTarget.contentDocument.head;\n } catch (e) {\n // istanbul ignore next\n styleTarget = null;\n }\n }\n\n memo[target] = styleTarget;\n }\n\n return memo[target];\n };\n}();\n\nvar stylesInDom = [];\n\nfunction getIndexByIdentifier(identifier) {\n var result = -1;\n\n for (var i = 0; i < stylesInDom.length; i++) {\n if (stylesInDom[i].identifier === identifier) {\n result = i;\n break;\n }\n }\n\n return result;\n}\n\nfunction modulesToDom(list, options) {\n var idCountMap = {};\n var identifiers = [];\n\n for (var i = 0; i < list.length; i++) {\n var item = list[i];\n var id = options.base ? item[0] + options.base : item[0];\n var count = idCountMap[id] || 0;\n var identifier = \"\".concat(id, \" \").concat(count);\n idCountMap[id] = count + 1;\n var index = getIndexByIdentifier(identifier);\n var obj = {\n css: item[1],\n media: item[2],\n sourceMap: item[3]\n };\n\n if (index !== -1) {\n stylesInDom[index].references++;\n stylesInDom[index].updater(obj);\n } else {\n stylesInDom.push({\n identifier: identifier,\n updater: addStyle(obj, options),\n references: 1\n });\n }\n\n identifiers.push(identifier);\n }\n\n return identifiers;\n}\n\nfunction insertStyleElement(options) {\n var style = document.createElement('style');\n var attributes = options.attributes || {};\n\n if (typeof attributes.nonce === 'undefined') {\n var nonce = typeof __webpack_nonce__ !== 'undefined' ? __webpack_nonce__ : null;\n\n if (nonce) {\n attributes.nonce = nonce;\n }\n }\n\n Object.keys(attributes).forEach(function (key) {\n style.setAttribute(key, attributes[key]);\n });\n\n if (typeof options.insert === 'function') {\n options.insert(style);\n } else {\n var target = getTarget(options.insert || 'head');\n\n if (!target) {\n throw new Error(\"Couldn't find a style target. This probably means that the value for the 'insert' parameter is invalid.\");\n }\n\n target.appendChild(style);\n }\n\n return style;\n}\n\nfunction removeStyleElement(style) {\n // istanbul ignore if\n if (style.parentNode === null) {\n return false;\n }\n\n style.parentNode.removeChild(style);\n}\n/* istanbul ignore next */\n\n\nvar replaceText = function replaceText() {\n var textStore = [];\n return function replace(index, replacement) {\n textStore[index] = replacement;\n return textStore.filter(Boolean).join('\\n');\n };\n}();\n\nfunction applyToSingletonTag(style, index, remove, obj) {\n var css = remove ? '' : obj.media ? \"@media \".concat(obj.media, \" {\").concat(obj.css, \"}\") : obj.css; // For old IE\n\n /* istanbul ignore if */\n\n if (style.styleSheet) {\n style.styleSheet.cssText = replaceText(index, css);\n } else {\n var cssNode = document.createTextNode(css);\n var childNodes = style.childNodes;\n\n if (childNodes[index]) {\n style.removeChild(childNodes[index]);\n }\n\n if (childNodes.length) {\n style.insertBefore(cssNode, childNodes[index]);\n } else {\n style.appendChild(cssNode);\n }\n }\n}\n\nfunction applyToTag(style, options, obj) {\n var css = obj.css;\n var media = obj.media;\n var sourceMap = obj.sourceMap;\n\n if (media) {\n style.setAttribute('media', media);\n } else {\n style.removeAttribute('media');\n }\n\n if (sourceMap && typeof btoa !== 'undefined') {\n css += \"\\n/*# sourceMappingURL=data:application/json;base64,\".concat(btoa(unescape(encodeURIComponent(JSON.stringify(sourceMap)))), \" */\");\n } // For old IE\n\n /* istanbul ignore if */\n\n\n if (style.styleSheet) {\n style.styleSheet.cssText = css;\n } else {\n while (style.firstChild) {\n style.removeChild(style.firstChild);\n }\n\n style.appendChild(document.createTextNode(css));\n }\n}\n\nvar singleton = null;\nvar singletonCounter = 0;\n\nfunction addStyle(obj, options) {\n var style;\n var update;\n var remove;\n\n if (options.singleton) {\n var styleIndex = singletonCounter++;\n style = singleton || (singleton = insertStyleElement(options));\n update = applyToSingletonTag.bind(null, style, styleIndex, false);\n remove = applyToSingletonTag.bind(null, style, styleIndex, true);\n } else {\n style = insertStyleElement(options);\n update = applyToTag.bind(null, style, options);\n\n remove = function remove() {\n removeStyleElement(style);\n };\n }\n\n update(obj);\n return function updateStyle(newObj) {\n if (newObj) {\n if (newObj.css === obj.css && newObj.media === obj.media && newObj.sourceMap === obj.sourceMap) {\n return;\n }\n\n update(obj = newObj);\n } else {\n remove();\n }\n };\n}\n\nmodule.exports = function (list, options) {\n options = options || {}; // Force single-tag solution on IE6-9, which has a hard limit on the # of <style>\n // tags it will allow on a page\n\n if (!options.singleton && typeof options.singleton !== 'boolean') {\n options.singleton = isOldIE();\n }\n\n list = list || [];\n var lastIdentifiers = modulesToDom(list, options);\n return function update(newList) {\n newList = newList || [];\n\n if (Object.prototype.toString.call(newList) !== '[object Array]') {\n return;\n }\n\n for (var i = 0; i < lastIdentifiers.length; i++) {\n var identifier = lastIdentifiers[i];\n var index = getIndexByIdentifier(identifier);\n stylesInDom[index].references--;\n }\n\n var newLastIdentifiers = modulesToDom(newList, options);\n\n for (var _i = 0; _i < lastIdentifiers.length; _i++) {\n var _identifier = lastIdentifiers[_i];\n\n var _index = getIndexByIdentifier(_identifier);\n\n if (stylesInDom[_index].references === 0) {\n stylesInDom[_index].updater();\n\n stylesInDom.splice(_index, 1);\n }\n }\n\n lastIdentifiers = newLastIdentifiers;\n };\n};","\"use strict\";\n\nfunction _slicedToArray(arr, i) { return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _unsupportedIterableToArray(arr, i) || _nonIterableRest(); }\n\nfunction _nonIterableRest() { throw new TypeError(\"Invalid attempt to destructure non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.\"); }\n\nfunction _unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === \"string\") return _arrayLikeToArray(o, minLen); var n = Object.prototype.toString.call(o).slice(8, -1); if (n === \"Object\" && o.constructor) n = o.constructor.name; if (n === \"Map\" || n === \"Set\") return Array.from(o); if (n === \"Arguments\" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen); }\n\nfunction _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) { arr2[i] = arr[i]; } return arr2; }\n\nfunction _iterableToArrayLimit(arr, i) { var _i = arr && (typeof Symbol !== \"undefined\" && arr[Symbol.iterator] || arr[\"@@iterator\"]); if (_i == null) return; var _arr = []; var _n = true; var _d = false; var _s, _e; try { for (_i = _i.call(arr); !(_n = (_s = _i.next()).done); _n = true) { _arr.push(_s.value); if (i && _arr.length === i) break; } } catch (err) { _d = true; _e = err; } finally { try { if (!_n && _i[\"return\"] != null) _i[\"return\"](); } finally { if (_d) throw _e; } } return _arr; }\n\nfunction _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }\n\nmodule.exports = function cssWithMappingToString(item) {\n var _item = _slicedToArray(item, 4),\n content = _item[1],\n cssMapping = _item[3];\n\n if (typeof btoa === \"function\") {\n // eslint-disable-next-line no-undef\n var base64 = btoa(unescape(encodeURIComponent(JSON.stringify(cssMapping))));\n var data = \"sourceMappingURL=data:application/json;charset=utf-8;base64,\".concat(base64);\n var sourceMapping = \"/*# \".concat(data, \" */\");\n var sourceURLs = cssMapping.sources.map(function (source) {\n return \"/*# sourceURL=\".concat(cssMapping.sourceRoot || \"\").concat(source, \" */\");\n });\n return [content].concat(sourceURLs).concat([sourceMapping]).join(\"\\n\");\n }\n\n return [content].join(\"\\n\");\n};","\"use strict\";\n\n/*\n MIT License http://www.opensource.org/licenses/mit-license.php\n Author Tobias Koppers @sokra\n*/\n// css base code, injected by the css-loader\n// eslint-disable-next-line func-names\nmodule.exports = function (cssWithMappingToString) {\n var list = []; // return the list of modules as css string\n\n list.toString = function toString() {\n return this.map(function (item) {\n var content = cssWithMappingToString(item);\n\n if (item[2]) {\n return \"@media \".concat(item[2], \" {\").concat(content, \"}\");\n }\n\n return content;\n }).join(\"\");\n }; // import a list of modules into the list\n // eslint-disable-next-line func-names\n\n\n list.i = function (modules, mediaQuery, dedupe) {\n if (typeof modules === \"string\") {\n // eslint-disable-next-line no-param-reassign\n modules = [[null, modules, \"\"]];\n }\n\n var alreadyImportedModules = {};\n\n if (dedupe) {\n for (var i = 0; i < this.length; i++) {\n // eslint-disable-next-line prefer-destructuring\n var id = this[i][0];\n\n if (id != null) {\n alreadyImportedModules[id] = true;\n }\n }\n }\n\n for (var _i = 0; _i < modules.length; _i++) {\n var item = [].concat(modules[_i]);\n\n if (dedupe && alreadyImportedModules[item[0]]) {\n // eslint-disable-next-line no-continue\n continue;\n }\n\n if (mediaQuery) {\n if (!item[2]) {\n item[2] = mediaQuery;\n } else {\n item[2] = \"\".concat(mediaQuery, \" and \").concat(item[2]);\n }\n }\n\n list.push(item);\n }\n };\n\n return list;\n};","var toString = {}.toString;\n\nmodule.exports = function (it) {\n return toString.call(it).slice(8, -1);\n};\n","var DESCRIPTORS = require('../internals/descriptors');\nvar propertyIsEnumerableModule = require('../internals/object-property-is-enumerable');\nvar createPropertyDescriptor = require('../internals/create-property-descriptor');\nvar toIndexedObject = require('../internals/to-indexed-object');\nvar toPrimitive = require('../internals/to-primitive');\nvar has = require('../internals/has');\nvar IE8_DOM_DEFINE = require('../internals/ie8-dom-define');\n\n// eslint-disable-next-line es/no-object-getownpropertydescriptor -- safe\nvar $getOwnPropertyDescriptor = Object.getOwnPropertyDescriptor;\n\n// `Object.getOwnPropertyDescriptor` method\n// https://tc39.es/ecma262/#sec-object.getownpropertydescriptor\nexports.f = DESCRIPTORS ? $getOwnPropertyDescriptor : function getOwnPropertyDescriptor(O, P) {\n O = toIndexedObject(O);\n P = toPrimitive(P, true);\n if (IE8_DOM_DEFINE) try {\n return $getOwnPropertyDescriptor(O, P);\n } catch (error) { /* empty */ }\n if (has(O, P)) return createPropertyDescriptor(!propertyIsEnumerableModule.f.call(O, P), O[P]);\n};\n","\"use strict\";\n\nmodule.exports = function (url, options) {\n if (!options) {\n // eslint-disable-next-line no-param-reassign\n options = {};\n } // eslint-disable-next-line no-underscore-dangle, no-param-reassign\n\n\n url = url && url.__esModule ? url.default : url;\n\n if (typeof url !== \"string\") {\n return url;\n } // If url is already wrapped in quotes, remove them\n\n\n if (/^['\"].*['\"]$/.test(url)) {\n // eslint-disable-next-line no-param-reassign\n url = url.slice(1, -1);\n }\n\n if (options.hash) {\n // eslint-disable-next-line no-param-reassign\n url += options.hash;\n } // Should url be wrapped?\n // See https://drafts.csswg.org/css-values-3/#urls\n\n\n if (/[\"'() \\t\\n]/.test(url) || options.needQuotes) {\n return \"\\\"\".concat(url.replace(/\"/g, '\\\\\"').replace(/\\n/g, \"\\\\n\"), \"\\\"\");\n }\n\n return url;\n};","/**\n * Checks if `value` is classified as an `Array` object.\n *\n * @static\n * @memberOf _\n * @since 0.1.0\n * @category Lang\n * @param {*} value The value to check.\n * @returns {boolean} Returns `true` if `value` is an array, else `false`.\n * @example\n *\n * _.isArray([1, 2, 3]);\n * // => true\n *\n * _.isArray(document.body.children);\n * // => false\n *\n * _.isArray('abc');\n * // => false\n *\n * _.isArray(_.noop);\n * // => false\n */\nvar isArray = Array.isArray;\n\nmodule.exports = isArray;\n","var path = require('../internals/path');\nvar global = require('../internals/global');\n\nvar aFunction = function (variable) {\n return typeof variable == 'function' ? variable : undefined;\n};\n\nmodule.exports = function (namespace, method) {\n return arguments.length < 2 ? aFunction(path[namespace]) || aFunction(global[namespace])\n : path[namespace] && path[namespace][method] || global[namespace] && global[namespace][method];\n};\n","module.exports = function (bitmap, value) {\n return {\n enumerable: !(bitmap & 1),\n configurable: !(bitmap & 2),\n writable: !(bitmap & 4),\n value: value\n };\n};\n","var isObject = require('../internals/is-object');\n\n// `ToPrimitive` abstract operation\n// https://tc39.es/ecma262/#sec-toprimitive\n// instead of the ES6 spec version, we didn't implement @@toPrimitive case\n// and the second argument - flag - preferred type is a string\nmodule.exports = function (input, PREFERRED_STRING) {\n if (!isObject(input)) return input;\n var fn, val;\n if (PREFERRED_STRING && typeof (fn = input.toString) == 'function' && !isObject(val = fn.call(input))) return val;\n if (typeof (fn = input.valueOf) == 'function' && !isObject(val = fn.call(input))) return val;\n if (!PREFERRED_STRING && typeof (fn = input.toString) == 'function' && !isObject(val = fn.call(input))) return val;\n throw TypeError(\"Can't convert object to primitive value\");\n};\n","var NATIVE_WEAK_MAP = require('../internals/native-weak-map');\nvar global = require('../internals/global');\nvar isObject = require('../internals/is-object');\nvar createNonEnumerableProperty = require('../internals/create-non-enumerable-property');\nvar objectHas = require('../internals/has');\nvar shared = require('../internals/shared-store');\nvar sharedKey = require('../internals/shared-key');\nvar hiddenKeys = require('../internals/hidden-keys');\n\nvar OBJECT_ALREADY_INITIALIZED = 'Object already initialized';\nvar WeakMap = global.WeakMap;\nvar set, get, has;\n\nvar enforce = function (it) {\n return has(it) ? get(it) : set(it, {});\n};\n\nvar getterFor = function (TYPE) {\n return function (it) {\n var state;\n if (!isObject(it) || (state = get(it)).type !== TYPE) {\n throw TypeError('Incompatible receiver, ' + TYPE + ' required');\n } return state;\n };\n};\n\nif (NATIVE_WEAK_MAP || shared.state) {\n var store = shared.state || (shared.state = new WeakMap());\n var wmget = store.get;\n var wmhas = store.has;\n var wmset = store.set;\n set = function (it, metadata) {\n if (wmhas.call(store, it)) throw new TypeError(OBJECT_ALREADY_INITIALIZED);\n metadata.facade = it;\n wmset.call(store, it, metadata);\n return metadata;\n };\n get = function (it) {\n return wmget.call(store, it) || {};\n };\n has = function (it) {\n return wmhas.call(store, it);\n };\n} else {\n var STATE = sharedKey('state');\n hiddenKeys[STATE] = true;\n set = function (it, metadata) {\n if (objectHas(it, STATE)) throw new TypeError(OBJECT_ALREADY_INITIALIZED);\n metadata.facade = it;\n createNonEnumerableProperty(it, STATE, metadata);\n return metadata;\n };\n get = function (it) {\n return objectHas(it, STATE) ? it[STATE] : {};\n };\n has = function (it) {\n return objectHas(it, STATE);\n };\n}\n\nmodule.exports = {\n set: set,\n get: get,\n has: has,\n enforce: enforce,\n getterFor: getterFor\n};\n","var bind = require('../internals/function-bind-context');\nvar IndexedObject = require('../internals/indexed-object');\nvar toObject = require('../internals/to-object');\nvar toLength = require('../internals/to-length');\nvar arraySpeciesCreate = require('../internals/array-species-create');\n\nvar push = [].push;\n\n// `Array.prototype.{ forEach, map, filter, some, every, find, findIndex, filterOut }` methods implementation\nvar createMethod = function (TYPE) {\n var IS_MAP = TYPE == 1;\n var IS_FILTER = TYPE == 2;\n var IS_SOME = TYPE == 3;\n var IS_EVERY = TYPE == 4;\n var IS_FIND_INDEX = TYPE == 6;\n var IS_FILTER_OUT = TYPE == 7;\n var NO_HOLES = TYPE == 5 || IS_FIND_INDEX;\n return function ($this, callbackfn, that, specificCreate) {\n var O = toObject($this);\n var self = IndexedObject(O);\n var boundFunction = bind(callbackfn, that, 3);\n var length = toLength(self.length);\n var index = 0;\n var create = specificCreate || arraySpeciesCreate;\n var target = IS_MAP ? create($this, length) : IS_FILTER || IS_FILTER_OUT ? create($this, 0) : undefined;\n var value, result;\n for (;length > index; index++) if (NO_HOLES || index in self) {\n value = self[index];\n result = boundFunction(value, index, O);\n if (TYPE) {\n if (IS_MAP) target[index] = result; // map\n else if (result) switch (TYPE) {\n case 3: return true; // some\n case 5: return value; // find\n case 6: return index; // findIndex\n case 2: push.call(target, value); // filter\n } else switch (TYPE) {\n case 4: return false; // every\n case 7: push.call(target, value); // filterOut\n }\n }\n }\n return IS_FIND_INDEX ? -1 : IS_SOME || IS_EVERY ? IS_EVERY : target;\n };\n};\n\nmodule.exports = {\n // `Array.prototype.forEach` method\n // https://tc39.es/ecma262/#sec-array.prototype.foreach\n forEach: createMethod(0),\n // `Array.prototype.map` method\n // https://tc39.es/ecma262/#sec-array.prototype.map\n map: createMethod(1),\n // `Array.prototype.filter` method\n // https://tc39.es/ecma262/#sec-array.prototype.filter\n filter: createMethod(2),\n // `Array.prototype.some` method\n // https://tc39.es/ecma262/#sec-array.prototype.some\n some: createMethod(3),\n // `Array.prototype.every` method\n // https://tc39.es/ecma262/#sec-array.prototype.every\n every: createMethod(4),\n // `Array.prototype.find` method\n // https://tc39.es/ecma262/#sec-array.prototype.find\n find: createMethod(5),\n // `Array.prototype.findIndex` method\n // https://tc39.es/ecma262/#sec-array.prototype.findIndex\n findIndex: createMethod(6),\n // `Array.prototype.filterOut` method\n // https://github.com/tc39/proposal-array-filtering\n filterOut: createMethod(7)\n};\n","/**\n * Checks if `value` is object-like. A value is object-like if it's not `null`\n * and has a `typeof` result of \"object\".\n *\n * @static\n * @memberOf _\n * @since 4.0.0\n * @category Lang\n * @param {*} value The value to check.\n * @returns {boolean} Returns `true` if `value` is object-like, else `false`.\n * @example\n *\n * _.isObjectLike({});\n * // => true\n *\n * _.isObjectLike([1, 2, 3]);\n * // => true\n *\n * _.isObjectLike(_.noop);\n * // => false\n *\n * _.isObjectLike(null);\n * // => false\n */\nfunction isObjectLike(value) {\n return value != null && typeof value == 'object';\n}\n\nmodule.exports = isObjectLike;\n","'use strict';\nvar NATIVE_ARRAY_BUFFER = require('../internals/array-buffer-native');\nvar DESCRIPTORS = require('../internals/descriptors');\nvar global = require('../internals/global');\nvar isObject = require('../internals/is-object');\nvar has = require('../internals/has');\nvar classof = require('../internals/classof');\nvar createNonEnumerableProperty = require('../internals/create-non-enumerable-property');\nvar redefine = require('../internals/redefine');\nvar defineProperty = require('../internals/object-define-property').f;\nvar getPrototypeOf = require('../internals/object-get-prototype-of');\nvar setPrototypeOf = require('../internals/object-set-prototype-of');\nvar wellKnownSymbol = require('../internals/well-known-symbol');\nvar uid = require('../internals/uid');\n\nvar Int8Array = global.Int8Array;\nvar Int8ArrayPrototype = Int8Array && Int8Array.prototype;\nvar Uint8ClampedArray = global.Uint8ClampedArray;\nvar Uint8ClampedArrayPrototype = Uint8ClampedArray && Uint8ClampedArray.prototype;\nvar TypedArray = Int8Array && getPrototypeOf(Int8Array);\nvar TypedArrayPrototype = Int8ArrayPrototype && getPrototypeOf(Int8ArrayPrototype);\nvar ObjectPrototype = Object.prototype;\nvar isPrototypeOf = ObjectPrototype.isPrototypeOf;\n\nvar TO_STRING_TAG = wellKnownSymbol('toStringTag');\nvar TYPED_ARRAY_TAG = uid('TYPED_ARRAY_TAG');\n// Fixing native typed arrays in Opera Presto crashes the browser, see #595\nvar NATIVE_ARRAY_BUFFER_VIEWS = NATIVE_ARRAY_BUFFER && !!setPrototypeOf && classof(global.opera) !== 'Opera';\nvar TYPED_ARRAY_TAG_REQIRED = false;\nvar NAME;\n\nvar TypedArrayConstructorsList = {\n Int8Array: 1,\n Uint8Array: 1,\n Uint8ClampedArray: 1,\n Int16Array: 2,\n Uint16Array: 2,\n Int32Array: 4,\n Uint32Array: 4,\n Float32Array: 4,\n Float64Array: 8\n};\n\nvar BigIntArrayConstructorsList = {\n BigInt64Array: 8,\n BigUint64Array: 8\n};\n\nvar isView = function isView(it) {\n if (!isObject(it)) return false;\n var klass = classof(it);\n return klass === 'DataView'\n || has(TypedArrayConstructorsList, klass)\n || has(BigIntArrayConstructorsList, klass);\n};\n\nvar isTypedArray = function (it) {\n if (!isObject(it)) return false;\n var klass = classof(it);\n return has(TypedArrayConstructorsList, klass)\n || has(BigIntArrayConstructorsList, klass);\n};\n\nvar aTypedArray = function (it) {\n if (isTypedArray(it)) return it;\n throw TypeError('Target is not a typed array');\n};\n\nvar aTypedArrayConstructor = function (C) {\n if (setPrototypeOf) {\n if (isPrototypeOf.call(TypedArray, C)) return C;\n } else for (var ARRAY in TypedArrayConstructorsList) if (has(TypedArrayConstructorsList, NAME)) {\n var TypedArrayConstructor = global[ARRAY];\n if (TypedArrayConstructor && (C === TypedArrayConstructor || isPrototypeOf.call(TypedArrayConstructor, C))) {\n return C;\n }\n } throw TypeError('Target is not a typed array constructor');\n};\n\nvar exportTypedArrayMethod = function (KEY, property, forced) {\n if (!DESCRIPTORS) return;\n if (forced) for (var ARRAY in TypedArrayConstructorsList) {\n var TypedArrayConstructor = global[ARRAY];\n if (TypedArrayConstructor && has(TypedArrayConstructor.prototype, KEY)) try {\n delete TypedArrayConstructor.prototype[KEY];\n } catch (error) { /* empty */ }\n }\n if (!TypedArrayPrototype[KEY] || forced) {\n redefine(TypedArrayPrototype, KEY, forced ? property\n : NATIVE_ARRAY_BUFFER_VIEWS && Int8ArrayPrototype[KEY] || property);\n }\n};\n\nvar exportTypedArrayStaticMethod = function (KEY, property, forced) {\n var ARRAY, TypedArrayConstructor;\n if (!DESCRIPTORS) return;\n if (setPrototypeOf) {\n if (forced) for (ARRAY in TypedArrayConstructorsList) {\n TypedArrayConstructor = global[ARRAY];\n if (TypedArrayConstructor && has(TypedArrayConstructor, KEY)) try {\n delete TypedArrayConstructor[KEY];\n } catch (error) { /* empty */ }\n }\n if (!TypedArray[KEY] || forced) {\n // V8 ~ Chrome 49-50 `%TypedArray%` methods are non-writable non-configurable\n try {\n return redefine(TypedArray, KEY, forced ? property : NATIVE_ARRAY_BUFFER_VIEWS && TypedArray[KEY] || property);\n } catch (error) { /* empty */ }\n } else return;\n }\n for (ARRAY in TypedArrayConstructorsList) {\n TypedArrayConstructor = global[ARRAY];\n if (TypedArrayConstructor && (!TypedArrayConstructor[KEY] || forced)) {\n redefine(TypedArrayConstructor, KEY, property);\n }\n }\n};\n\nfor (NAME in TypedArrayConstructorsList) {\n if (!global[NAME]) NATIVE_ARRAY_BUFFER_VIEWS = false;\n}\n\n// WebKit bug - typed arrays constructors prototype is Object.prototype\nif (!NATIVE_ARRAY_BUFFER_VIEWS || typeof TypedArray != 'function' || TypedArray === Function.prototype) {\n // eslint-disable-next-line no-shadow -- safe\n TypedArray = function TypedArray() {\n throw TypeError('Incorrect invocation');\n };\n if (NATIVE_ARRAY_BUFFER_VIEWS) for (NAME in TypedArrayConstructorsList) {\n if (global[NAME]) setPrototypeOf(global[NAME], TypedArray);\n }\n}\n\nif (!NATIVE_ARRAY_BUFFER_VIEWS || !TypedArrayPrototype || TypedArrayPrototype === ObjectPrototype) {\n TypedArrayPrototype = TypedArray.prototype;\n if (NATIVE_ARRAY_BUFFER_VIEWS) for (NAME in TypedArrayConstructorsList) {\n if (global[NAME]) setPrototypeOf(global[NAME].prototype, TypedArrayPrototype);\n }\n}\n\n// WebKit bug - one more object in Uint8ClampedArray prototype chain\nif (NATIVE_ARRAY_BUFFER_VIEWS && getPrototypeOf(Uint8ClampedArrayPrototype) !== TypedArrayPrototype) {\n setPrototypeOf(Uint8ClampedArrayPrototype, TypedArrayPrototype);\n}\n\nif (DESCRIPTORS && !has(TypedArrayPrototype, TO_STRING_TAG)) {\n TYPED_ARRAY_TAG_REQIRED = true;\n defineProperty(TypedArrayPrototype, TO_STRING_TAG, { get: function () {\n return isObject(this) ? this[TYPED_ARRAY_TAG] : undefined;\n } });\n for (NAME in TypedArrayConstructorsList) if (global[NAME]) {\n createNonEnumerableProperty(global[NAME], TYPED_ARRAY_TAG, NAME);\n }\n}\n\nmodule.exports = {\n NATIVE_ARRAY_BUFFER_VIEWS: NATIVE_ARRAY_BUFFER_VIEWS,\n TYPED_ARRAY_TAG: TYPED_ARRAY_TAG_REQIRED && TYPED_ARRAY_TAG,\n aTypedArray: aTypedArray,\n aTypedArrayConstructor: aTypedArrayConstructor,\n exportTypedArrayMethod: exportTypedArrayMethod,\n exportTypedArrayStaticMethod: exportTypedArrayStaticMethod,\n isView: isView,\n isTypedArray: isTypedArray,\n TypedArray: TypedArray,\n TypedArrayPrototype: TypedArrayPrototype\n};\n","\"use strict\";\n\nrequire(\"core-js/modules/es.regexp.exec\");\n\nrequire(\"core-js/modules/es.string.replace\");\n\nObject.defineProperty(exports, \"__esModule\", {\n value: true\n});\nexports.getLocale = getLocale;\nexports.getCanonicalLocale = getCanonicalLocale;\nexports.getLanguage = getLanguage;\nexports.translate = translate;\nexports.translatePlural = translatePlural;\nexports.getFirstDay = getFirstDay;\nexports.getDayNames = getDayNames;\nexports.getDayNamesShort = getDayNamesShort;\nexports.getDayNamesMin = getDayNamesMin;\nexports.getMonthNames = getMonthNames;\nexports.getMonthNamesShort = getMonthNamesShort;\n\n/// <reference types=\"@nextcloud/typings\" />\n\n/**\n * Returns the user's locale\n */\nfunction getLocale() {\n if (typeof OC === 'undefined') {\n console.warn('No OC found');\n return 'en';\n }\n\n return OC.getLocale();\n}\n\nfunction getCanonicalLocale() {\n return getLocale().replace(/_/g, '-');\n}\n/**\n * Returns the user's language\n */\n\n\nfunction getLanguage() {\n if (typeof OC === 'undefined') {\n console.warn('No OC found');\n return 'en';\n }\n\n return OC.getLanguage();\n}\n\n/**\n * Translate a string\n *\n * @param {string} app the id of the app for which to translate the string\n * @param {string} text the string to translate\n * @param {object} vars map of placeholder key to value\n * @param {number} number to replace %n with\n * @param {object} [options] options object\n * @return {string}\n */\nfunction translate(app, text, vars, count, options) {\n if (typeof OC === 'undefined') {\n console.warn('No OC found');\n return text;\n }\n\n return OC.L10N.translate(app, text, vars, count, options);\n}\n/**\n * Translate a plural string\n *\n * @param {string} app the id of the app for which to translate the string\n * @param {string} textSingular the string to translate for exactly one object\n * @param {string} textPlural the string to translate for n objects\n * @param {number} count number to determine whether to use singular or plural\n * @param {Object} vars of placeholder key to value\n * @param {object} options options object\n * @return {string}\n */\n\n\nfunction translatePlural(app, textSingular, textPlural, count, vars, options) {\n if (typeof OC === 'undefined') {\n console.warn('No OC found');\n return textSingular;\n }\n\n return OC.L10N.translatePlural(app, textSingular, textPlural, count, vars, options);\n}\n/**\n * Get the first day of the week\n *\n * @return {number}\n */\n\n\nfunction getFirstDay() {\n if (typeof window.firstDay === 'undefined') {\n console.warn('No firstDay found');\n return 1;\n }\n\n return window.firstDay;\n}\n/**\n * Get a list of day names (full names)\n *\n * @return {string[]}\n */\n\n\nfunction getDayNames() {\n if (typeof window.dayNames === 'undefined') {\n console.warn('No dayNames found');\n return ['Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday'];\n }\n\n return window.dayNames;\n}\n/**\n * Get a list of day names (short names)\n *\n * @return {string[]}\n */\n\n\nfunction getDayNamesShort() {\n if (typeof window.dayNamesShort === 'undefined') {\n console.warn('No dayNamesShort found');\n return ['Sun.', 'Mon.', 'Tue.', 'Wed.', 'Thu.', 'Fri.', 'Sat.'];\n }\n\n return window.dayNamesShort;\n}\n/**\n * Get a list of day names (minified names)\n *\n * @return {string[]}\n */\n\n\nfunction getDayNamesMin() {\n if (typeof window.dayNamesMin === 'undefined') {\n console.warn('No dayNamesMin found');\n return ['Su', 'Mo', 'Tu', 'We', 'Th', 'Fr', 'Sa'];\n }\n\n return window.dayNamesMin;\n}\n/**\n * Get a list of month names (full names)\n *\n * @return {string[]}\n */\n\n\nfunction getMonthNames() {\n if (typeof window.monthNames === 'undefined') {\n console.warn('No monthNames found');\n return ['January', 'February', 'March', 'April', 'May', 'June', 'July', 'August', 'September', 'October', 'November', 'December'];\n }\n\n return window.monthNames;\n}\n/**\n * Get a list of month names (short names)\n *\n * @return {string[]}\n */\n\n\nfunction getMonthNamesShort() {\n if (typeof window.monthNamesShort === 'undefined') {\n console.warn('No monthNamesShort found');\n return ['Jan.', 'Feb.', 'Mar.', 'Apr.', 'May.', 'Jun.', 'Jul.', 'Aug.', 'Sep.', 'Oct.', 'Nov.', 'Dec.'];\n }\n\n return window.monthNamesShort;\n}\n//# sourceMappingURL=index.js.map","'use strict';\nvar $ = require('../internals/export');\nvar exec = require('../internals/regexp-exec');\n\n// `RegExp.prototype.exec` method\n// https://tc39.es/ecma262/#sec-regexp.prototype.exec\n$({ target: 'RegExp', proto: true, forced: /./.exec !== exec }, {\n exec: exec\n});\n","var check = function (it) {\n return it && it.Math == Math && it;\n};\n\n// https://github.com/zloirock/core-js/issues/86#issuecomment-115759028\nmodule.exports =\n /* global globalThis -- safe */\n check(typeof globalThis == 'object' && globalThis) ||\n check(typeof window == 'object' && window) ||\n check(typeof self == 'object' && self) ||\n check(typeof global == 'object' && global) ||\n // eslint-disable-next-line no-new-func -- fallback\n (function () { return this; })() || Function('return this')();\n","module.exports = function (exec) {\n try {\n return !!exec();\n } catch (error) {\n return true;\n }\n};\n","var fails = require('../internals/fails');\n\n// Detect IE8's incomplete defineProperty implementation\nmodule.exports = !fails(function () {\n return Object.defineProperty({}, 1, { get: function () { return 7; } })[1] != 7;\n});\n","'use strict';\nvar nativePropertyIsEnumerable = {}.propertyIsEnumerable;\nvar getOwnPropertyDescriptor = Object.getOwnPropertyDescriptor;\n\n// Nashorn ~ JDK8 bug\nvar NASHORN_BUG = getOwnPropertyDescriptor && !nativePropertyIsEnumerable.call({ 1: 2 }, 1);\n\n// `Object.prototype.propertyIsEnumerable` method implementation\n// https://tc39.es/ecma262/#sec-object.prototype.propertyisenumerable\nexports.f = NASHORN_BUG ? function propertyIsEnumerable(V) {\n var descriptor = getOwnPropertyDescriptor(this, V);\n return !!descriptor && descriptor.enumerable;\n} : nativePropertyIsEnumerable;\n","module.exports = function (bitmap, value) {\n return {\n enumerable: !(bitmap & 1),\n configurable: !(bitmap & 2),\n writable: !(bitmap & 4),\n value: value\n };\n};\n","var toString = {}.toString;\n\nmodule.exports = function (it) {\n return toString.call(it).slice(8, -1);\n};\n","var fails = require('../internals/fails');\nvar classof = require('../internals/classof-raw');\n\nvar split = ''.split;\n\n// fallback for non-array-like ES3 and non-enumerable old V8 strings\nmodule.exports = fails(function () {\n // throws an error in rhino, see https://github.com/mozilla/rhino/issues/346\n // eslint-disable-next-line no-prototype-builtins -- safe\n return !Object('z').propertyIsEnumerable(0);\n}) ? function (it) {\n return classof(it) == 'String' ? split.call(it, '') : Object(it);\n} : Object;\n","// `RequireObjectCoercible` abstract operation\n// https://tc39.es/ecma262/#sec-requireobjectcoercible\nmodule.exports = function (it) {\n if (it == undefined) throw TypeError(\"Can't call method on \" + it);\n return it;\n};\n","// toObject with fallback for non-array-like ES3 strings\nvar IndexedObject = require('../internals/indexed-object');\nvar requireObjectCoercible = require('../internals/require-object-coercible');\n\nmodule.exports = function (it) {\n return IndexedObject(requireObjectCoercible(it));\n};\n","module.exports = function (it) {\n return typeof it === 'object' ? it !== null : typeof it === 'function';\n};\n","var isObject = require('../internals/is-object');\n\n// `ToPrimitive` abstract operation\n// https://tc39.es/ecma262/#sec-toprimitive\n// instead of the ES6 spec version, we didn't implement @@toPrimitive case\n// and the second argument - flag - preferred type is a string\nmodule.exports = function (input, PREFERRED_STRING) {\n if (!isObject(input)) return input;\n var fn, val;\n if (PREFERRED_STRING && typeof (fn = input.toString) == 'function' && !isObject(val = fn.call(input))) return val;\n if (typeof (fn = input.valueOf) == 'function' && !isObject(val = fn.call(input))) return val;\n if (!PREFERRED_STRING && typeof (fn = input.toString) == 'function' && !isObject(val = fn.call(input))) return val;\n throw TypeError(\"Can't convert object to primitive value\");\n};\n","var requireObjectCoercible = require('../internals/require-object-coercible');\n\n// `ToObject` abstract operation\n// https://tc39.es/ecma262/#sec-toobject\nmodule.exports = function (argument) {\n return Object(requireObjectCoercible(argument));\n};\n","var hasOwnProperty = {}.hasOwnProperty;\n\nmodule.exports = function (it, key) {\n return hasOwnProperty.call(it, key);\n};\n","var global = require('../internals/global');\nvar isObject = require('../internals/is-object');\n\nvar document = global.document;\n// typeof document.createElement is 'object' in old IE\nvar EXISTS = isObject(document) && isObject(document.createElement);\n\nmodule.exports = function (it) {\n return EXISTS ? document.createElement(it) : {};\n};\n","var DESCRIPTORS = require('../internals/descriptors');\nvar fails = require('../internals/fails');\nvar createElement = require('../internals/document-create-element');\n\n// Thank's IE8 for his funny defineProperty\nmodule.exports = !DESCRIPTORS && !fails(function () {\n return Object.defineProperty(createElement('div'), 'a', {\n get: function () { return 7; }\n }).a != 7;\n});\n","var DESCRIPTORS = require('../internals/descriptors');\nvar propertyIsEnumerableModule = require('../internals/object-property-is-enumerable');\nvar createPropertyDescriptor = require('../internals/create-property-descriptor');\nvar toIndexedObject = require('../internals/to-indexed-object');\nvar toPrimitive = require('../internals/to-primitive');\nvar has = require('../internals/has');\nvar IE8_DOM_DEFINE = require('../internals/ie8-dom-define');\n\nvar nativeGetOwnPropertyDescriptor = Object.getOwnPropertyDescriptor;\n\n// `Object.getOwnPropertyDescriptor` method\n// https://tc39.es/ecma262/#sec-object.getownpropertydescriptor\nexports.f = DESCRIPTORS ? nativeGetOwnPropertyDescriptor : function getOwnPropertyDescriptor(O, P) {\n O = toIndexedObject(O);\n P = toPrimitive(P, true);\n if (IE8_DOM_DEFINE) try {\n return nativeGetOwnPropertyDescriptor(O, P);\n } catch (error) { /* empty */ }\n if (has(O, P)) return createPropertyDescriptor(!propertyIsEnumerableModule.f.call(O, P), O[P]);\n};\n","var isObject = require('../internals/is-object');\n\nmodule.exports = function (it) {\n if (!isObject(it)) {\n throw TypeError(String(it) + ' is not an object');\n } return it;\n};\n","var DESCRIPTORS = require('../internals/descriptors');\nvar IE8_DOM_DEFINE = require('../internals/ie8-dom-define');\nvar anObject = require('../internals/an-object');\nvar toPrimitive = require('../internals/to-primitive');\n\nvar nativeDefineProperty = Object.defineProperty;\n\n// `Object.defineProperty` method\n// https://tc39.es/ecma262/#sec-object.defineproperty\nexports.f = DESCRIPTORS ? nativeDefineProperty : function defineProperty(O, P, Attributes) {\n anObject(O);\n P = toPrimitive(P, true);\n anObject(Attributes);\n if (IE8_DOM_DEFINE) try {\n return nativeDefineProperty(O, P, Attributes);\n } catch (error) { /* empty */ }\n if ('get' in Attributes || 'set' in Attributes) throw TypeError('Accessors not supported');\n if ('value' in Attributes) O[P] = Attributes.value;\n return O;\n};\n","var DESCRIPTORS = require('../internals/descriptors');\nvar definePropertyModule = require('../internals/object-define-property');\nvar createPropertyDescriptor = require('../internals/create-property-descriptor');\n\nmodule.exports = DESCRIPTORS ? function (object, key, value) {\n return definePropertyModule.f(object, key, createPropertyDescriptor(1, value));\n} : function (object, key, value) {\n object[key] = value;\n return object;\n};\n","var global = require('../internals/global');\nvar createNonEnumerableProperty = require('../internals/create-non-enumerable-property');\n\nmodule.exports = function (key, value) {\n try {\n createNonEnumerableProperty(global, key, value);\n } catch (error) {\n global[key] = value;\n } return value;\n};\n","var global = require('../internals/global');\nvar setGlobal = require('../internals/set-global');\n\nvar SHARED = '__core-js_shared__';\nvar store = global[SHARED] || setGlobal(SHARED, {});\n\nmodule.exports = store;\n","var store = require('../internals/shared-store');\n\nvar functionToString = Function.toString;\n\n// this helper broken in `3.4.1-3.4.4`, so we can't use `shared` helper\nif (typeof store.inspectSource != 'function') {\n store.inspectSource = function (it) {\n return functionToString.call(it);\n };\n}\n\nmodule.exports = store.inspectSource;\n","var NATIVE_WEAK_MAP = require('../internals/native-weak-map');\nvar global = require('../internals/global');\nvar isObject = require('../internals/is-object');\nvar createNonEnumerableProperty = require('../internals/create-non-enumerable-property');\nvar objectHas = require('../internals/has');\nvar shared = require('../internals/shared-store');\nvar sharedKey = require('../internals/shared-key');\nvar hiddenKeys = require('../internals/hidden-keys');\n\nvar WeakMap = global.WeakMap;\nvar set, get, has;\n\nvar enforce = function (it) {\n return has(it) ? get(it) : set(it, {});\n};\n\nvar getterFor = function (TYPE) {\n return function (it) {\n var state;\n if (!isObject(it) || (state = get(it)).type !== TYPE) {\n throw TypeError('Incompatible receiver, ' + TYPE + ' required');\n } return state;\n };\n};\n\nif (NATIVE_WEAK_MAP) {\n var store = shared.state || (shared.state = new WeakMap());\n var wmget = store.get;\n var wmhas = store.has;\n var wmset = store.set;\n set = function (it, metadata) {\n metadata.facade = it;\n wmset.call(store, it, metadata);\n return metadata;\n };\n get = function (it) {\n return wmget.call(store, it) || {};\n };\n has = function (it) {\n return wmhas.call(store, it);\n };\n} else {\n var STATE = sharedKey('state');\n hiddenKeys[STATE] = true;\n set = function (it, metadata) {\n metadata.facade = it;\n createNonEnumerableProperty(it, STATE, metadata);\n return metadata;\n };\n get = function (it) {\n return objectHas(it, STATE) ? it[STATE] : {};\n };\n has = function (it) {\n return objectHas(it, STATE);\n };\n}\n\nmodule.exports = {\n set: set,\n get: get,\n has: has,\n enforce: enforce,\n getterFor: getterFor\n};\n","var global = require('../internals/global');\nvar inspectSource = require('../internals/inspect-source');\n\nvar WeakMap = global.WeakMap;\n\nmodule.exports = typeof WeakMap === 'function' && /native code/.test(inspectSource(WeakMap));\n","var IS_PURE = require('../internals/is-pure');\nvar store = require('../internals/shared-store');\n\n(module.exports = function (key, value) {\n return store[key] || (store[key] = value !== undefined ? value : {});\n})('versions', []).push({\n version: '3.9.1',\n mode: IS_PURE ? 'pure' : 'global',\n copyright: '© 2021 Denis Pushkarev (zloirock.ru)'\n});\n","var id = 0;\nvar postfix = Math.random();\n\nmodule.exports = function (key) {\n return 'Symbol(' + String(key === undefined ? '' : key) + ')_' + (++id + postfix).toString(36);\n};\n","var shared = require('../internals/shared');\nvar uid = require('../internals/uid');\n\nvar keys = shared('keys');\n\nmodule.exports = function (key) {\n return keys[key] || (keys[key] = uid(key));\n};\n","module.exports = {};\n","var global = require('../internals/global');\nvar createNonEnumerableProperty = require('../internals/create-non-enumerable-property');\nvar has = require('../internals/has');\nvar setGlobal = require('../internals/set-global');\nvar inspectSource = require('../internals/inspect-source');\nvar InternalStateModule = require('../internals/internal-state');\n\nvar getInternalState = InternalStateModule.get;\nvar enforceInternalState = InternalStateModule.enforce;\nvar TEMPLATE = String(String).split('String');\n\n(module.exports = function (O, key, value, options) {\n var unsafe = options ? !!options.unsafe : false;\n var simple = options ? !!options.enumerable : false;\n var noTargetGet = options ? !!options.noTargetGet : false;\n var state;\n if (typeof value == 'function') {\n if (typeof key == 'string' && !has(value, 'name')) {\n createNonEnumerableProperty(value, 'name', key);\n }\n state = enforceInternalState(value);\n if (!state.source) {\n state.source = TEMPLATE.join(typeof key == 'string' ? key : '');\n }\n }\n if (O === global) {\n if (simple) O[key] = value;\n else setGlobal(key, value);\n return;\n } else if (!unsafe) {\n delete O[key];\n } else if (!noTargetGet && O[key]) {\n simple = true;\n }\n if (simple) O[key] = value;\n else createNonEnumerableProperty(O, key, value);\n// add fake Function#toString for correct work wrapped methods / constructors with methods like LoDash isNative\n})(Function.prototype, 'toString', function toString() {\n return typeof this == 'function' && getInternalState(this).source || inspectSource(this);\n});\n","var global = require('../internals/global');\n\nmodule.exports = global;\n","var path = require('../internals/path');\nvar global = require('../internals/global');\n\nvar aFunction = function (variable) {\n return typeof variable == 'function' ? variable : undefined;\n};\n\nmodule.exports = function (namespace, method) {\n return arguments.length < 2 ? aFunction(path[namespace]) || aFunction(global[namespace])\n : path[namespace] && path[namespace][method] || global[namespace] && global[namespace][method];\n};\n","var ceil = Math.ceil;\nvar floor = Math.floor;\n\n// `ToInteger` abstract operation\n// https://tc39.es/ecma262/#sec-tointeger\nmodule.exports = function (argument) {\n return isNaN(argument = +argument) ? 0 : (argument > 0 ? floor : ceil)(argument);\n};\n","var toInteger = require('../internals/to-integer');\n\nvar min = Math.min;\n\n// `ToLength` abstract operation\n// https://tc39.es/ecma262/#sec-tolength\nmodule.exports = function (argument) {\n return argument > 0 ? min(toInteger(argument), 0x1FFFFFFFFFFFFF) : 0; // 2 ** 53 - 1 == 9007199254740991\n};\n","var toInteger = require('../internals/to-integer');\n\nvar max = Math.max;\nvar min = Math.min;\n\n// Helper for a popular repeating case of the spec:\n// Let integer be ? ToInteger(index).\n// If integer < 0, let result be max((length + integer), 0); else let result be min(integer, length).\nmodule.exports = function (index, length) {\n var integer = toInteger(index);\n return integer < 0 ? max(integer + length, 0) : min(integer, length);\n};\n","var toIndexedObject = require('../internals/to-indexed-object');\nvar toLength = require('../internals/to-length');\nvar toAbsoluteIndex = require('../internals/to-absolute-index');\n\n// `Array.prototype.{ indexOf, includes }` methods implementation\nvar createMethod = function (IS_INCLUDES) {\n return function ($this, el, fromIndex) {\n var O = toIndexedObject($this);\n var length = toLength(O.length);\n var index = toAbsoluteIndex(fromIndex, length);\n var value;\n // Array#includes uses SameValueZero equality algorithm\n // eslint-disable-next-line no-self-compare -- NaN check\n if (IS_INCLUDES && el != el) while (length > index) {\n value = O[index++];\n // eslint-disable-next-line no-self-compare -- NaN check\n if (value != value) return true;\n // Array#indexOf ignores holes, Array#includes - not\n } else for (;length > index; index++) {\n if ((IS_INCLUDES || index in O) && O[index] === el) return IS_INCLUDES || index || 0;\n } return !IS_INCLUDES && -1;\n };\n};\n\nmodule.exports = {\n // `Array.prototype.includes` method\n // https://tc39.es/ecma262/#sec-array.prototype.includes\n includes: createMethod(true),\n // `Array.prototype.indexOf` method\n // https://tc39.es/ecma262/#sec-array.prototype.indexof\n indexOf: createMethod(false)\n};\n","var has = require('../internals/has');\nvar toIndexedObject = require('../internals/to-indexed-object');\nvar indexOf = require('../internals/array-includes').indexOf;\nvar hiddenKeys = require('../internals/hidden-keys');\n\nmodule.exports = function (object, names) {\n var O = toIndexedObject(object);\n var i = 0;\n var result = [];\n var key;\n for (key in O) !has(hiddenKeys, key) && has(O, key) && result.push(key);\n // Don't enum bug & hidden keys\n while (names.length > i) if (has(O, key = names[i++])) {\n ~indexOf(result, key) || result.push(key);\n }\n return result;\n};\n","// IE8- don't enum bug keys\nmodule.exports = [\n 'constructor',\n 'hasOwnProperty',\n 'isPrototypeOf',\n 'propertyIsEnumerable',\n 'toLocaleString',\n 'toString',\n 'valueOf'\n];\n","var internalObjectKeys = require('../internals/object-keys-internal');\nvar enumBugKeys = require('../internals/enum-bug-keys');\n\nvar hiddenKeys = enumBugKeys.concat('length', 'prototype');\n\n// `Object.getOwnPropertyNames` method\n// https://tc39.es/ecma262/#sec-object.getownpropertynames\nexports.f = Object.getOwnPropertyNames || function getOwnPropertyNames(O) {\n return internalObjectKeys(O, hiddenKeys);\n};\n","exports.f = Object.getOwnPropertySymbols;\n","var getBuiltIn = require('../internals/get-built-in');\nvar getOwnPropertyNamesModule = require('../internals/object-get-own-property-names');\nvar getOwnPropertySymbolsModule = require('../internals/object-get-own-property-symbols');\nvar anObject = require('../internals/an-object');\n\n// all object keys, includes non-enumerable and symbols\nmodule.exports = getBuiltIn('Reflect', 'ownKeys') || function ownKeys(it) {\n var keys = getOwnPropertyNamesModule.f(anObject(it));\n var getOwnPropertySymbols = getOwnPropertySymbolsModule.f;\n return getOwnPropertySymbols ? keys.concat(getOwnPropertySymbols(it)) : keys;\n};\n","var has = require('../internals/has');\nvar ownKeys = require('../internals/own-keys');\nvar getOwnPropertyDescriptorModule = require('../internals/object-get-own-property-descriptor');\nvar definePropertyModule = require('../internals/object-define-property');\n\nmodule.exports = function (target, source) {\n var keys = ownKeys(source);\n var defineProperty = definePropertyModule.f;\n var getOwnPropertyDescriptor = getOwnPropertyDescriptorModule.f;\n for (var i = 0; i < keys.length; i++) {\n var key = keys[i];\n if (!has(target, key)) defineProperty(target, key, getOwnPropertyDescriptor(source, key));\n }\n};\n","var fails = require('../internals/fails');\n\nvar replacement = /#|\\.prototype\\./;\n\nvar isForced = function (feature, detection) {\n var value = data[normalize(feature)];\n return value == POLYFILL ? true\n : value == NATIVE ? false\n : typeof detection == 'function' ? fails(detection)\n : !!detection;\n};\n\nvar normalize = isForced.normalize = function (string) {\n return String(string).replace(replacement, '.').toLowerCase();\n};\n\nvar data = isForced.data = {};\nvar NATIVE = isForced.NATIVE = 'N';\nvar POLYFILL = isForced.POLYFILL = 'P';\n\nmodule.exports = isForced;\n","var global = require('../internals/global');\nvar getOwnPropertyDescriptor = require('../internals/object-get-own-property-descriptor').f;\nvar createNonEnumerableProperty = require('../internals/create-non-enumerable-property');\nvar redefine = require('../internals/redefine');\nvar setGlobal = require('../internals/set-global');\nvar copyConstructorProperties = require('../internals/copy-constructor-properties');\nvar isForced = require('../internals/is-forced');\n\n/*\n options.target - name of the target object\n options.global - target is the global object\n options.stat - export as static methods of target\n options.proto - export as prototype methods of target\n options.real - real prototype method for the `pure` version\n options.forced - export even if the native feature is available\n options.bind - bind methods to the target, required for the `pure` version\n options.wrap - wrap constructors to preventing global pollution, required for the `pure` version\n options.unsafe - use the simple assignment of property instead of delete + defineProperty\n options.sham - add a flag to not completely full polyfills\n options.enumerable - export as enumerable property\n options.noTargetGet - prevent calling a getter on target\n*/\nmodule.exports = function (options, source) {\n var TARGET = options.target;\n var GLOBAL = options.global;\n var STATIC = options.stat;\n var FORCED, target, key, targetProperty, sourceProperty, descriptor;\n if (GLOBAL) {\n target = global;\n } else if (STATIC) {\n target = global[TARGET] || setGlobal(TARGET, {});\n } else {\n target = (global[TARGET] || {}).prototype;\n }\n if (target) for (key in source) {\n sourceProperty = source[key];\n if (options.noTargetGet) {\n descriptor = getOwnPropertyDescriptor(target, key);\n targetProperty = descriptor && descriptor.value;\n } else targetProperty = target[key];\n FORCED = isForced(GLOBAL ? key : TARGET + (STATIC ? '.' : '#') + key, options.forced);\n // contained in target\n if (!FORCED && targetProperty !== undefined) {\n if (typeof sourceProperty === typeof targetProperty) continue;\n copyConstructorProperties(sourceProperty, targetProperty);\n }\n // add a flag to not completely full polyfills\n if (options.sham || (targetProperty && targetProperty.sham)) {\n createNonEnumerableProperty(sourceProperty, 'sham', true);\n }\n // extend global\n redefine(target, key, sourceProperty, options);\n }\n};\n","var $ = require('../internals/export');\n\n// `Number.MAX_SAFE_INTEGER` constant\n// https://tc39.es/ecma262/#sec-number.max_safe_integer\n$({ target: 'Number', stat: true }, {\n MAX_SAFE_INTEGER: 0x1FFFFFFFFFFFFF\n});\n","var isObject = require('../internals/is-object');\n\nmodule.exports = function (it) {\n if (!isObject(it) && it !== null) {\n throw TypeError(\"Can't set \" + String(it) + ' as a prototype');\n } return it;\n};\n","var anObject = require('../internals/an-object');\nvar defineProperties = require('../internals/object-define-properties');\nvar enumBugKeys = require('../internals/enum-bug-keys');\nvar hiddenKeys = require('../internals/hidden-keys');\nvar html = require('../internals/html');\nvar documentCreateElement = require('../internals/document-create-element');\nvar sharedKey = require('../internals/shared-key');\n\nvar GT = '>';\nvar LT = '<';\nvar PROTOTYPE = 'prototype';\nvar SCRIPT = 'script';\nvar IE_PROTO = sharedKey('IE_PROTO');\n\nvar EmptyConstructor = function () { /* empty */ };\n\nvar scriptTag = function (content) {\n return LT + SCRIPT + GT + content + LT + '/' + SCRIPT + GT;\n};\n\n// Create object with fake `null` prototype: use ActiveX Object with cleared prototype\nvar NullProtoObjectViaActiveX = function (activeXDocument) {\n activeXDocument.write(scriptTag(''));\n activeXDocument.close();\n var temp = activeXDocument.parentWindow.Object;\n activeXDocument = null; // avoid memory leak\n return temp;\n};\n\n// Create object with fake `null` prototype: use iframe Object with cleared prototype\nvar NullProtoObjectViaIFrame = function () {\n // Thrash, waste and sodomy: IE GC bug\n var iframe = documentCreateElement('iframe');\n var JS = 'java' + SCRIPT + ':';\n var iframeDocument;\n iframe.style.display = 'none';\n html.appendChild(iframe);\n // https://github.com/zloirock/core-js/issues/475\n iframe.src = String(JS);\n iframeDocument = iframe.contentWindow.document;\n iframeDocument.open();\n iframeDocument.write(scriptTag('document.F=Object'));\n iframeDocument.close();\n return iframeDocument.F;\n};\n\n// Check for document.domain and active x support\n// No need to use active x approach when document.domain is not set\n// see https://github.com/es-shims/es5-shim/issues/150\n// variation of https://github.com/kitcambridge/es5-shim/commit/4f738ac066346\n// avoid IE GC bug\nvar activeXDocument;\nvar NullProtoObject = function () {\n try {\n /* global ActiveXObject -- old IE */\n activeXDocument = document.domain && new ActiveXObject('htmlfile');\n } catch (error) { /* ignore */ }\n NullProtoObject = activeXDocument ? NullProtoObjectViaActiveX(activeXDocument) : NullProtoObjectViaIFrame();\n var length = enumBugKeys.length;\n while (length--) delete NullProtoObject[PROTOTYPE][enumBugKeys[length]];\n return NullProtoObject();\n};\n\nhiddenKeys[IE_PROTO] = true;\n\n// `Object.create` method\n// https://tc39.es/ecma262/#sec-object.create\nmodule.exports = Object.create || function create(O, Properties) {\n var result;\n if (O !== null) {\n EmptyConstructor[PROTOTYPE] = anObject(O);\n result = new EmptyConstructor();\n EmptyConstructor[PROTOTYPE] = null;\n // add \"__proto__\" for Object.getPrototypeOf polyfill\n result[IE_PROTO] = O;\n } else result = NullProtoObject();\n return Properties === undefined ? result : defineProperties(result, Properties);\n};\n","/* eslint-disable no-proto -- safe */\nvar anObject = require('../internals/an-object');\nvar aPossiblePrototype = require('../internals/a-possible-prototype');\n\n// `Object.setPrototypeOf` method\n// https://tc39.es/ecma262/#sec-object.setprototypeof\n// Works with __proto__ only. Old v8 can't work with null proto objects.\n// eslint-disable-next-line es/no-object-setprototypeof -- safe\nmodule.exports = Object.setPrototypeOf || ('__proto__' in {} ? function () {\n var CORRECT_SETTER = false;\n var test = {};\n var setter;\n try {\n // eslint-disable-next-line es/no-object-getownpropertydescriptor -- safe\n setter = Object.getOwnPropertyDescriptor(Object.prototype, '__proto__').set;\n setter.call(test, []);\n CORRECT_SETTER = test instanceof Array;\n } catch (error) { /* empty */ }\n return function setPrototypeOf(O, proto) {\n anObject(O);\n aPossiblePrototype(proto);\n if (CORRECT_SETTER) setter.call(O, proto);\n else O.__proto__ = proto;\n return O;\n };\n}() : undefined);\n","var isObject = require('../internals/is-object');\nvar setPrototypeOf = require('../internals/object-set-prototype-of');\n\n// makes subclassing work correct for wrapped built-ins\nmodule.exports = function ($this, dummy, Wrapper) {\n var NewTarget, NewTargetPrototype;\n if (\n // it can work only with native `setPrototypeOf`\n setPrototypeOf &&\n // we haven't completely correct pre-ES6 way for getting `new.target`, so use this\n typeof (NewTarget = dummy.constructor) == 'function' &&\n NewTarget !== Wrapper &&\n isObject(NewTargetPrototype = NewTarget.prototype) &&\n NewTargetPrototype !== Wrapper.prototype\n ) setPrototypeOf($this, NewTargetPrototype);\n return $this;\n};\n","var internalObjectKeys = require('../internals/object-keys-internal');\nvar enumBugKeys = require('../internals/enum-bug-keys');\n\n// `Object.keys` method\n// https://tc39.es/ecma262/#sec-object.keys\nmodule.exports = Object.keys || function keys(O) {\n return internalObjectKeys(O, enumBugKeys);\n};\n","var DESCRIPTORS = require('../internals/descriptors');\nvar definePropertyModule = require('../internals/object-define-property');\nvar anObject = require('../internals/an-object');\nvar objectKeys = require('../internals/object-keys');\n\n// `Object.defineProperties` method\n// https://tc39.es/ecma262/#sec-object.defineproperties\n// eslint-disable-next-line es/no-object-defineproperties -- safe\nmodule.exports = DESCRIPTORS ? Object.defineProperties : function defineProperties(O, Properties) {\n anObject(O);\n var keys = objectKeys(Properties);\n var length = keys.length;\n var index = 0;\n var key;\n while (length > index) definePropertyModule.f(O, key = keys[index++], Properties[key]);\n return O;\n};\n","var getBuiltIn = require('../internals/get-built-in');\n\nmodule.exports = getBuiltIn('document', 'documentElement');\n","// a string of all valid unicode whitespaces\nmodule.exports = '\\u0009\\u000A\\u000B\\u000C\\u000D\\u0020\\u00A0\\u1680\\u2000\\u2001\\u2002' +\n '\\u2003\\u2004\\u2005\\u2006\\u2007\\u2008\\u2009\\u200A\\u202F\\u205F\\u3000\\u2028\\u2029\\uFEFF';\n","var requireObjectCoercible = require('../internals/require-object-coercible');\nvar whitespaces = require('../internals/whitespaces');\n\nvar whitespace = '[' + whitespaces + ']';\nvar ltrim = RegExp('^' + whitespace + whitespace + '*');\nvar rtrim = RegExp(whitespace + whitespace + '*$');\n\n// `String.prototype.{ trim, trimStart, trimEnd, trimLeft, trimRight }` methods implementation\nvar createMethod = function (TYPE) {\n return function ($this) {\n var string = String(requireObjectCoercible($this));\n if (TYPE & 1) string = string.replace(ltrim, '');\n if (TYPE & 2) string = string.replace(rtrim, '');\n return string;\n };\n};\n\nmodule.exports = {\n // `String.prototype.{ trimLeft, trimStart }` methods\n // https://tc39.es/ecma262/#sec-string.prototype.trimstart\n start: createMethod(1),\n // `String.prototype.{ trimRight, trimEnd }` methods\n // https://tc39.es/ecma262/#sec-string.prototype.trimend\n end: createMethod(2),\n // `String.prototype.trim` method\n // https://tc39.es/ecma262/#sec-string.prototype.trim\n trim: createMethod(3)\n};\n","'use strict';\nvar DESCRIPTORS = require('../internals/descriptors');\nvar global = require('../internals/global');\nvar isForced = require('../internals/is-forced');\nvar redefine = require('../internals/redefine');\nvar has = require('../internals/has');\nvar classof = require('../internals/classof-raw');\nvar inheritIfRequired = require('../internals/inherit-if-required');\nvar toPrimitive = require('../internals/to-primitive');\nvar fails = require('../internals/fails');\nvar create = require('../internals/object-create');\nvar getOwnPropertyNames = require('../internals/object-get-own-property-names').f;\nvar getOwnPropertyDescriptor = require('../internals/object-get-own-property-descriptor').f;\nvar defineProperty = require('../internals/object-define-property').f;\nvar trim = require('../internals/string-trim').trim;\n\nvar NUMBER = 'Number';\nvar NativeNumber = global[NUMBER];\nvar NumberPrototype = NativeNumber.prototype;\n\n// Opera ~12 has broken Object#toString\nvar BROKEN_CLASSOF = classof(create(NumberPrototype)) == NUMBER;\n\n// `ToNumber` abstract operation\n// https://tc39.es/ecma262/#sec-tonumber\nvar toNumber = function (argument) {\n var it = toPrimitive(argument, false);\n var first, third, radix, maxCode, digits, length, index, code;\n if (typeof it == 'string' && it.length > 2) {\n it = trim(it);\n first = it.charCodeAt(0);\n if (first === 43 || first === 45) {\n third = it.charCodeAt(2);\n if (third === 88 || third === 120) return NaN; // Number('+0x1') should be NaN, old V8 fix\n } else if (first === 48) {\n switch (it.charCodeAt(1)) {\n case 66: case 98: radix = 2; maxCode = 49; break; // fast equal of /^0b[01]+$/i\n case 79: case 111: radix = 8; maxCode = 55; break; // fast equal of /^0o[0-7]+$/i\n default: return +it;\n }\n digits = it.slice(2);\n length = digits.length;\n for (index = 0; index < length; index++) {\n code = digits.charCodeAt(index);\n // parseInt parses a string to a first unavailable symbol\n // but ToNumber should return NaN if a string contains unavailable symbols\n if (code < 48 || code > maxCode) return NaN;\n } return parseInt(digits, radix);\n }\n } return +it;\n};\n\n// `Number` constructor\n// https://tc39.es/ecma262/#sec-number-constructor\nif (isForced(NUMBER, !NativeNumber(' 0o1') || !NativeNumber('0b1') || NativeNumber('+0x1'))) {\n var NumberWrapper = function Number(value) {\n var it = arguments.length < 1 ? 0 : value;\n var dummy = this;\n return dummy instanceof NumberWrapper\n // check on 1..constructor(foo) case\n && (BROKEN_CLASSOF ? fails(function () { NumberPrototype.valueOf.call(dummy); }) : classof(dummy) != NUMBER)\n ? inheritIfRequired(new NativeNumber(toNumber(it)), dummy, NumberWrapper) : toNumber(it);\n };\n for (var keys = DESCRIPTORS ? getOwnPropertyNames(NativeNumber) : (\n // ES3:\n 'MAX_VALUE,MIN_VALUE,NaN,NEGATIVE_INFINITY,POSITIVE_INFINITY,' +\n // ES2015 (in case, if modules with ES2015 Number statics required before):\n 'EPSILON,isFinite,isInteger,isNaN,isSafeInteger,MAX_SAFE_INTEGER,' +\n 'MIN_SAFE_INTEGER,parseFloat,parseInt,isInteger,' +\n // ESNext\n 'fromString,range'\n ).split(','), j = 0, key; keys.length > j; j++) {\n if (has(NativeNumber, key = keys[j]) && !has(NumberWrapper, key)) {\n defineProperty(NumberWrapper, key, getOwnPropertyDescriptor(NativeNumber, key));\n }\n }\n NumberWrapper.prototype = NumberPrototype;\n NumberPrototype.constructor = NumberWrapper;\n redefine(global, NUMBER, NumberWrapper);\n}\n","// Note: this is the semver.org version of the spec that it implements\n// Not necessarily the package version of this code.\nconst SEMVER_SPEC_VERSION = '2.0.0'\n\nconst MAX_LENGTH = 256\nconst MAX_SAFE_INTEGER = Number.MAX_SAFE_INTEGER ||\n /* istanbul ignore next */ 9007199254740991\n\n// Max safe segment length for coercion.\nconst MAX_SAFE_COMPONENT_LENGTH = 16\n\nmodule.exports = {\n SEMVER_SPEC_VERSION,\n MAX_LENGTH,\n MAX_SAFE_INTEGER,\n MAX_SAFE_COMPONENT_LENGTH\n}\n","var global = require('../internals/global');\nvar userAgent = require('../internals/engine-user-agent');\n\nvar process = global.process;\nvar versions = process && process.versions;\nvar v8 = versions && versions.v8;\nvar match, version;\n\nif (v8) {\n match = v8.split('.');\n version = match[0] + match[1];\n} else if (userAgent) {\n match = userAgent.match(/Edge\\/(\\d+)/);\n if (!match || match[1] >= 74) {\n match = userAgent.match(/Chrome\\/(\\d+)/);\n if (match) version = match[1];\n }\n}\n\nmodule.exports = version && +version;\n","var classof = require('../internals/classof-raw');\nvar global = require('../internals/global');\n\nmodule.exports = classof(global.process) == 'process';\n","var getBuiltIn = require('../internals/get-built-in');\n\nmodule.exports = getBuiltIn('navigator', 'userAgent') || '';\n","var IS_NODE = require('../internals/engine-is-node');\nvar V8_VERSION = require('../internals/engine-v8-version');\nvar fails = require('../internals/fails');\n\nmodule.exports = !!Object.getOwnPropertySymbols && !fails(function () {\n /* global Symbol -- required for testing */\n return !Symbol.sham &&\n // Chrome 38 Symbol has incorrect toString conversion\n // Chrome 38-40 symbols are not inherited from DOM collections prototypes to instances\n (IS_NODE ? V8_VERSION === 38 : V8_VERSION > 37 && V8_VERSION < 41);\n});\n","var NATIVE_SYMBOL = require('../internals/native-symbol');\n\nmodule.exports = NATIVE_SYMBOL\n /* global Symbol -- safe */\n && !Symbol.sham\n && typeof Symbol.iterator == 'symbol';\n","var global = require('../internals/global');\nvar shared = require('../internals/shared');\nvar has = require('../internals/has');\nvar uid = require('../internals/uid');\nvar NATIVE_SYMBOL = require('../internals/native-symbol');\nvar USE_SYMBOL_AS_UID = require('../internals/use-symbol-as-uid');\n\nvar WellKnownSymbolsStore = shared('wks');\nvar Symbol = global.Symbol;\nvar createWellKnownSymbol = USE_SYMBOL_AS_UID ? Symbol : Symbol && Symbol.withoutSetter || uid;\n\nmodule.exports = function (name) {\n if (!has(WellKnownSymbolsStore, name) || !(NATIVE_SYMBOL || typeof WellKnownSymbolsStore[name] == 'string')) {\n if (NATIVE_SYMBOL && has(Symbol, name)) {\n WellKnownSymbolsStore[name] = Symbol[name];\n } else {\n WellKnownSymbolsStore[name] = createWellKnownSymbol('Symbol.' + name);\n }\n } return WellKnownSymbolsStore[name];\n};\n","var isObject = require('../internals/is-object');\nvar classof = require('../internals/classof-raw');\nvar wellKnownSymbol = require('../internals/well-known-symbol');\n\nvar MATCH = wellKnownSymbol('match');\n\n// `IsRegExp` abstract operation\n// https://tc39.es/ecma262/#sec-isregexp\nmodule.exports = function (it) {\n var isRegExp;\n return isObject(it) && ((isRegExp = it[MATCH]) !== undefined ? !!isRegExp : classof(it) == 'RegExp');\n};\n","'use strict';\nvar anObject = require('../internals/an-object');\n\n// `RegExp.prototype.flags` getter implementation\n// https://tc39.es/ecma262/#sec-get-regexp.prototype.flags\nmodule.exports = function () {\n var that = anObject(this);\n var result = '';\n if (that.global) result += 'g';\n if (that.ignoreCase) result += 'i';\n if (that.multiline) result += 'm';\n if (that.dotAll) result += 's';\n if (that.unicode) result += 'u';\n if (that.sticky) result += 'y';\n return result;\n};\n","'use strict';\n\nvar fails = require('./fails');\n\n// babel-minify transpiles RegExp('a', 'y') -> /a/y and it causes SyntaxError,\n// so we use an intermediate function.\nfunction RE(s, f) {\n return RegExp(s, f);\n}\n\nexports.UNSUPPORTED_Y = fails(function () {\n // babel-minify transpiles RegExp('a', 'y') -> /a/y and it causes SyntaxError\n var re = RE('a', 'y');\n re.lastIndex = 2;\n return re.exec('abcd') != null;\n});\n\nexports.BROKEN_CARET = fails(function () {\n // https://bugzilla.mozilla.org/show_bug.cgi?id=773687\n var re = RE('^r', 'gy');\n re.lastIndex = 2;\n return re.exec('str') != null;\n});\n","'use strict';\nvar getBuiltIn = require('../internals/get-built-in');\nvar definePropertyModule = require('../internals/object-define-property');\nvar wellKnownSymbol = require('../internals/well-known-symbol');\nvar DESCRIPTORS = require('../internals/descriptors');\n\nvar SPECIES = wellKnownSymbol('species');\n\nmodule.exports = function (CONSTRUCTOR_NAME) {\n var Constructor = getBuiltIn(CONSTRUCTOR_NAME);\n var defineProperty = definePropertyModule.f;\n\n if (DESCRIPTORS && Constructor && !Constructor[SPECIES]) {\n defineProperty(Constructor, SPECIES, {\n configurable: true,\n get: function () { return this; }\n });\n }\n};\n","var DESCRIPTORS = require('../internals/descriptors');\nvar global = require('../internals/global');\nvar isForced = require('../internals/is-forced');\nvar inheritIfRequired = require('../internals/inherit-if-required');\nvar defineProperty = require('../internals/object-define-property').f;\nvar getOwnPropertyNames = require('../internals/object-get-own-property-names').f;\nvar isRegExp = require('../internals/is-regexp');\nvar getFlags = require('../internals/regexp-flags');\nvar stickyHelpers = require('../internals/regexp-sticky-helpers');\nvar redefine = require('../internals/redefine');\nvar fails = require('../internals/fails');\nvar enforceInternalState = require('../internals/internal-state').enforce;\nvar setSpecies = require('../internals/set-species');\nvar wellKnownSymbol = require('../internals/well-known-symbol');\n\nvar MATCH = wellKnownSymbol('match');\nvar NativeRegExp = global.RegExp;\nvar RegExpPrototype = NativeRegExp.prototype;\nvar re1 = /a/g;\nvar re2 = /a/g;\n\n// \"new\" should create a new object, old webkit bug\nvar CORRECT_NEW = new NativeRegExp(re1) !== re1;\n\nvar UNSUPPORTED_Y = stickyHelpers.UNSUPPORTED_Y;\n\nvar FORCED = DESCRIPTORS && isForced('RegExp', (!CORRECT_NEW || UNSUPPORTED_Y || fails(function () {\n re2[MATCH] = false;\n // RegExp constructor can alter flags and IsRegExp works correct with @@match\n return NativeRegExp(re1) != re1 || NativeRegExp(re2) == re2 || NativeRegExp(re1, 'i') != '/a/i';\n})));\n\n// `RegExp` constructor\n// https://tc39.es/ecma262/#sec-regexp-constructor\nif (FORCED) {\n var RegExpWrapper = function RegExp(pattern, flags) {\n var thisIsRegExp = this instanceof RegExpWrapper;\n var patternIsRegExp = isRegExp(pattern);\n var flagsAreUndefined = flags === undefined;\n var sticky;\n\n if (!thisIsRegExp && patternIsRegExp && pattern.constructor === RegExpWrapper && flagsAreUndefined) {\n return pattern;\n }\n\n if (CORRECT_NEW) {\n if (patternIsRegExp && !flagsAreUndefined) pattern = pattern.source;\n } else if (pattern instanceof RegExpWrapper) {\n if (flagsAreUndefined) flags = getFlags.call(pattern);\n pattern = pattern.source;\n }\n\n if (UNSUPPORTED_Y) {\n sticky = !!flags && flags.indexOf('y') > -1;\n if (sticky) flags = flags.replace(/y/g, '');\n }\n\n var result = inheritIfRequired(\n CORRECT_NEW ? new NativeRegExp(pattern, flags) : NativeRegExp(pattern, flags),\n thisIsRegExp ? this : RegExpPrototype,\n RegExpWrapper\n );\n\n if (UNSUPPORTED_Y && sticky) {\n var state = enforceInternalState(result);\n state.sticky = true;\n }\n\n return result;\n };\n var proxy = function (key) {\n key in RegExpWrapper || defineProperty(RegExpWrapper, key, {\n configurable: true,\n get: function () { return NativeRegExp[key]; },\n set: function (it) { NativeRegExp[key] = it; }\n });\n };\n var keys = getOwnPropertyNames(NativeRegExp);\n var index = 0;\n while (keys.length > index) proxy(keys[index++]);\n RegExpPrototype.constructor = RegExpWrapper;\n RegExpWrapper.prototype = RegExpPrototype;\n redefine(global, 'RegExp', RegExpWrapper);\n}\n\n// https://tc39.es/ecma262/#sec-get-regexp-@@species\nsetSpecies('RegExp');\n","'use strict';\nvar regexpFlags = require('./regexp-flags');\nvar stickyHelpers = require('./regexp-sticky-helpers');\n\nvar nativeExec = RegExp.prototype.exec;\n// This always refers to the native implementation, because the\n// String#replace polyfill uses ./fix-regexp-well-known-symbol-logic.js,\n// which loads this file before patching the method.\nvar nativeReplace = String.prototype.replace;\n\nvar patchedExec = nativeExec;\n\nvar UPDATES_LAST_INDEX_WRONG = (function () {\n var re1 = /a/;\n var re2 = /b*/g;\n nativeExec.call(re1, 'a');\n nativeExec.call(re2, 'a');\n return re1.lastIndex !== 0 || re2.lastIndex !== 0;\n})();\n\nvar UNSUPPORTED_Y = stickyHelpers.UNSUPPORTED_Y || stickyHelpers.BROKEN_CARET;\n\n// nonparticipating capturing group, copied from es5-shim's String#split patch.\n// eslint-disable-next-line regexp/no-assertion-capturing-group, regexp/no-empty-group -- required for testing\nvar NPCG_INCLUDED = /()??/.exec('')[1] !== undefined;\n\nvar PATCH = UPDATES_LAST_INDEX_WRONG || NPCG_INCLUDED || UNSUPPORTED_Y;\n\nif (PATCH) {\n patchedExec = function exec(str) {\n var re = this;\n var lastIndex, reCopy, match, i;\n var sticky = UNSUPPORTED_Y && re.sticky;\n var flags = regexpFlags.call(re);\n var source = re.source;\n var charsAdded = 0;\n var strCopy = str;\n\n if (sticky) {\n flags = flags.replace('y', '');\n if (flags.indexOf('g') === -1) {\n flags += 'g';\n }\n\n strCopy = String(str).slice(re.lastIndex);\n // Support anchored sticky behavior.\n if (re.lastIndex > 0 && (!re.multiline || re.multiline && str[re.lastIndex - 1] !== '\\n')) {\n source = '(?: ' + source + ')';\n strCopy = ' ' + strCopy;\n charsAdded++;\n }\n // ^(? + rx + ) is needed, in combination with some str slicing, to\n // simulate the 'y' flag.\n reCopy = new RegExp('^(?:' + source + ')', flags);\n }\n\n if (NPCG_INCLUDED) {\n reCopy = new RegExp('^' + source + '$(?!\\\\s)', flags);\n }\n if (UPDATES_LAST_INDEX_WRONG) lastIndex = re.lastIndex;\n\n match = nativeExec.call(sticky ? reCopy : re, strCopy);\n\n if (sticky) {\n if (match) {\n match.input = match.input.slice(charsAdded);\n match[0] = match[0].slice(charsAdded);\n match.index = re.lastIndex;\n re.lastIndex += match[0].length;\n } else re.lastIndex = 0;\n } else if (UPDATES_LAST_INDEX_WRONG && match) {\n re.lastIndex = re.global ? match.index + match[0].length : lastIndex;\n }\n if (NPCG_INCLUDED && match && match.length > 1) {\n // Fix browsers whose `exec` methods don't consistently return `undefined`\n // for NPCG, like IE8. NOTE: This doesn' work for /(.?)?/\n nativeReplace.call(match[0], reCopy, function () {\n for (i = 1; i < arguments.length - 2; i++) {\n if (arguments[i] === undefined) match[i] = undefined;\n }\n });\n }\n\n return match;\n };\n}\n\nmodule.exports = patchedExec;\n","'use strict';\nvar $ = require('../internals/export');\nvar exec = require('../internals/regexp-exec');\n\n// `RegExp.prototype.exec` method\n// https://tc39.es/ecma262/#sec-regexp.prototype.exec\n$({ target: 'RegExp', proto: true, forced: /./.exec !== exec }, {\n exec: exec\n});\n","'use strict';\nvar redefine = require('../internals/redefine');\nvar anObject = require('../internals/an-object');\nvar fails = require('../internals/fails');\nvar flags = require('../internals/regexp-flags');\n\nvar TO_STRING = 'toString';\nvar RegExpPrototype = RegExp.prototype;\nvar nativeToString = RegExpPrototype[TO_STRING];\n\nvar NOT_GENERIC = fails(function () { return nativeToString.call({ source: 'a', flags: 'b' }) != '/a/b'; });\n// FF44- RegExp#toString has a wrong name\nvar INCORRECT_NAME = nativeToString.name != TO_STRING;\n\n// `RegExp.prototype.toString` method\n// https://tc39.es/ecma262/#sec-regexp.prototype.tostring\nif (NOT_GENERIC || INCORRECT_NAME) {\n redefine(RegExp.prototype, TO_STRING, function toString() {\n var R = anObject(this);\n var p = String(R.source);\n var rf = R.flags;\n var f = String(rf === undefined && R instanceof RegExp && !('flags' in RegExpPrototype) ? flags.call(R) : rf);\n return '/' + p + '/' + f;\n }, { unsafe: true });\n}\n","var classof = require('../internals/classof-raw');\n\n// `IsArray` abstract operation\n// https://tc39.es/ecma262/#sec-isarray\nmodule.exports = Array.isArray || function isArray(arg) {\n return classof(arg) == 'Array';\n};\n","'use strict';\nvar toPrimitive = require('../internals/to-primitive');\nvar definePropertyModule = require('../internals/object-define-property');\nvar createPropertyDescriptor = require('../internals/create-property-descriptor');\n\nmodule.exports = function (object, key, value) {\n var propertyKey = toPrimitive(key);\n if (propertyKey in object) definePropertyModule.f(object, propertyKey, createPropertyDescriptor(0, value));\n else object[propertyKey] = value;\n};\n","var isObject = require('../internals/is-object');\nvar isArray = require('../internals/is-array');\nvar wellKnownSymbol = require('../internals/well-known-symbol');\n\nvar SPECIES = wellKnownSymbol('species');\n\n// `ArraySpeciesCreate` abstract operation\n// https://tc39.es/ecma262/#sec-arrayspeciescreate\nmodule.exports = function (originalArray, length) {\n var C;\n if (isArray(originalArray)) {\n C = originalArray.constructor;\n // cross-realm fallback\n if (typeof C == 'function' && (C === Array || isArray(C.prototype))) C = undefined;\n else if (isObject(C)) {\n C = C[SPECIES];\n if (C === null) C = undefined;\n }\n } return new (C === undefined ? Array : C)(length === 0 ? 0 : length);\n};\n","var fails = require('../internals/fails');\nvar wellKnownSymbol = require('../internals/well-known-symbol');\nvar V8_VERSION = require('../internals/engine-v8-version');\n\nvar SPECIES = wellKnownSymbol('species');\n\nmodule.exports = function (METHOD_NAME) {\n // We can't use this feature detection in V8 since it causes\n // deoptimization and serious performance degradation\n // https://github.com/zloirock/core-js/issues/677\n return V8_VERSION >= 51 || !fails(function () {\n var array = [];\n var constructor = array.constructor = {};\n constructor[SPECIES] = function () {\n return { foo: 1 };\n };\n return array[METHOD_NAME](Boolean).foo !== 1;\n });\n};\n","'use strict';\nvar $ = require('../internals/export');\nvar fails = require('../internals/fails');\nvar isArray = require('../internals/is-array');\nvar isObject = require('../internals/is-object');\nvar toObject = require('../internals/to-object');\nvar toLength = require('../internals/to-length');\nvar createProperty = require('../internals/create-property');\nvar arraySpeciesCreate = require('../internals/array-species-create');\nvar arrayMethodHasSpeciesSupport = require('../internals/array-method-has-species-support');\nvar wellKnownSymbol = require('../internals/well-known-symbol');\nvar V8_VERSION = require('../internals/engine-v8-version');\n\nvar IS_CONCAT_SPREADABLE = wellKnownSymbol('isConcatSpreadable');\nvar MAX_SAFE_INTEGER = 0x1FFFFFFFFFFFFF;\nvar MAXIMUM_ALLOWED_INDEX_EXCEEDED = 'Maximum allowed index exceeded';\n\n// We can't use this feature detection in V8 since it causes\n// deoptimization and serious performance degradation\n// https://github.com/zloirock/core-js/issues/679\nvar IS_CONCAT_SPREADABLE_SUPPORT = V8_VERSION >= 51 || !fails(function () {\n var array = [];\n array[IS_CONCAT_SPREADABLE] = false;\n return array.concat()[0] !== array;\n});\n\nvar SPECIES_SUPPORT = arrayMethodHasSpeciesSupport('concat');\n\nvar isConcatSpreadable = function (O) {\n if (!isObject(O)) return false;\n var spreadable = O[IS_CONCAT_SPREADABLE];\n return spreadable !== undefined ? !!spreadable : isArray(O);\n};\n\nvar FORCED = !IS_CONCAT_SPREADABLE_SUPPORT || !SPECIES_SUPPORT;\n\n// `Array.prototype.concat` method\n// https://tc39.es/ecma262/#sec-array.prototype.concat\n// with adding support of @@isConcatSpreadable and @@species\n$({ target: 'Array', proto: true, forced: FORCED }, {\n // eslint-disable-next-line no-unused-vars -- required for `.length`\n concat: function concat(arg) {\n var O = toObject(this);\n var A = arraySpeciesCreate(O, 0);\n var n = 0;\n var i, k, length, len, E;\n for (i = -1, length = arguments.length; i < length; i++) {\n E = i === -1 ? O : arguments[i];\n if (isConcatSpreadable(E)) {\n len = toLength(E.length);\n if (n + len > MAX_SAFE_INTEGER) throw TypeError(MAXIMUM_ALLOWED_INDEX_EXCEEDED);\n for (k = 0; k < len; k++, n++) if (k in E) createProperty(A, n, E[k]);\n } else {\n if (n >= MAX_SAFE_INTEGER) throw TypeError(MAXIMUM_ALLOWED_INDEX_EXCEEDED);\n createProperty(A, n++, E);\n }\n }\n A.length = n;\n return A;\n }\n});\n","const debug = (\n typeof process === 'object' &&\n process.env &&\n process.env.NODE_DEBUG &&\n /\\bsemver\\b/i.test(process.env.NODE_DEBUG)\n) ? (...args) => console.error('SEMVER', ...args)\n : () => {}\n\nmodule.exports = debug\n","const { MAX_SAFE_COMPONENT_LENGTH } = require('./constants')\nconst debug = require('./debug')\nexports = module.exports = {}\n\n// The actual regexps go on exports.re\nconst re = exports.re = []\nconst src = exports.src = []\nconst t = exports.t = {}\nlet R = 0\n\nconst createToken = (name, value, isGlobal) => {\n const index = R++\n debug(index, value)\n t[name] = index\n src[index] = value\n re[index] = new RegExp(value, isGlobal ? 'g' : undefined)\n}\n\n// The following Regular Expressions can be used for tokenizing,\n// validating, and parsing SemVer version strings.\n\n// ## Numeric Identifier\n// A single `0`, or a non-zero digit followed by zero or more digits.\n\ncreateToken('NUMERICIDENTIFIER', '0|[1-9]\\\\d*')\ncreateToken('NUMERICIDENTIFIERLOOSE', '[0-9]+')\n\n// ## Non-numeric Identifier\n// Zero or more digits, followed by a letter or hyphen, and then zero or\n// more letters, digits, or hyphens.\n\ncreateToken('NONNUMERICIDENTIFIER', '\\\\d*[a-zA-Z-][a-zA-Z0-9-]*')\n\n// ## Main Version\n// Three dot-separated numeric identifiers.\n\ncreateToken('MAINVERSION', `(${src[t.NUMERICIDENTIFIER]})\\\\.` +\n `(${src[t.NUMERICIDENTIFIER]})\\\\.` +\n `(${src[t.NUMERICIDENTIFIER]})`)\n\ncreateToken('MAINVERSIONLOOSE', `(${src[t.NUMERICIDENTIFIERLOOSE]})\\\\.` +\n `(${src[t.NUMERICIDENTIFIERLOOSE]})\\\\.` +\n `(${src[t.NUMERICIDENTIFIERLOOSE]})`)\n\n// ## Pre-release Version Identifier\n// A numeric identifier, or a non-numeric identifier.\n\ncreateToken('PRERELEASEIDENTIFIER', `(?:${src[t.NUMERICIDENTIFIER]\n}|${src[t.NONNUMERICIDENTIFIER]})`)\n\ncreateToken('PRERELEASEIDENTIFIERLOOSE', `(?:${src[t.NUMERICIDENTIFIERLOOSE]\n}|${src[t.NONNUMERICIDENTIFIER]})`)\n\n// ## Pre-release Version\n// Hyphen, followed by one or more dot-separated pre-release version\n// identifiers.\n\ncreateToken('PRERELEASE', `(?:-(${src[t.PRERELEASEIDENTIFIER]\n}(?:\\\\.${src[t.PRERELEASEIDENTIFIER]})*))`)\n\ncreateToken('PRERELEASELOOSE', `(?:-?(${src[t.PRERELEASEIDENTIFIERLOOSE]\n}(?:\\\\.${src[t.PRERELEASEIDENTIFIERLOOSE]})*))`)\n\n// ## Build Metadata Identifier\n// Any combination of digits, letters, or hyphens.\n\ncreateToken('BUILDIDENTIFIER', '[0-9A-Za-z-]+')\n\n// ## Build Metadata\n// Plus sign, followed by one or more period-separated build metadata\n// identifiers.\n\ncreateToken('BUILD', `(?:\\\\+(${src[t.BUILDIDENTIFIER]\n}(?:\\\\.${src[t.BUILDIDENTIFIER]})*))`)\n\n// ## Full Version String\n// A main version, followed optionally by a pre-release version and\n// build metadata.\n\n// Note that the only major, minor, patch, and pre-release sections of\n// the version string are capturing groups. The build metadata is not a\n// capturing group, because it should not ever be used in version\n// comparison.\n\ncreateToken('FULLPLAIN', `v?${src[t.MAINVERSION]\n}${src[t.PRERELEASE]}?${\n src[t.BUILD]}?`)\n\ncreateToken('FULL', `^${src[t.FULLPLAIN]}$`)\n\n// like full, but allows v1.2.3 and =1.2.3, which people do sometimes.\n// also, 1.0.0alpha1 (prerelease without the hyphen) which is pretty\n// common in the npm registry.\ncreateToken('LOOSEPLAIN', `[v=\\\\s]*${src[t.MAINVERSIONLOOSE]\n}${src[t.PRERELEASELOOSE]}?${\n src[t.BUILD]}?`)\n\ncreateToken('LOOSE', `^${src[t.LOOSEPLAIN]}$`)\n\ncreateToken('GTLT', '((?:<|>)?=?)')\n\n// Something like \"2.*\" or \"1.2.x\".\n// Note that \"x.x\" is a valid xRange identifer, meaning \"any version\"\n// Only the first item is strictly required.\ncreateToken('XRANGEIDENTIFIERLOOSE', `${src[t.NUMERICIDENTIFIERLOOSE]}|x|X|\\\\*`)\ncreateToken('XRANGEIDENTIFIER', `${src[t.NUMERICIDENTIFIER]}|x|X|\\\\*`)\n\ncreateToken('XRANGEPLAIN', `[v=\\\\s]*(${src[t.XRANGEIDENTIFIER]})` +\n `(?:\\\\.(${src[t.XRANGEIDENTIFIER]})` +\n `(?:\\\\.(${src[t.XRANGEIDENTIFIER]})` +\n `(?:${src[t.PRERELEASE]})?${\n src[t.BUILD]}?` +\n `)?)?`)\n\ncreateToken('XRANGEPLAINLOOSE', `[v=\\\\s]*(${src[t.XRANGEIDENTIFIERLOOSE]})` +\n `(?:\\\\.(${src[t.XRANGEIDENTIFIERLOOSE]})` +\n `(?:\\\\.(${src[t.XRANGEIDENTIFIERLOOSE]})` +\n `(?:${src[t.PRERELEASELOOSE]})?${\n src[t.BUILD]}?` +\n `)?)?`)\n\ncreateToken('XRANGE', `^${src[t.GTLT]}\\\\s*${src[t.XRANGEPLAIN]}$`)\ncreateToken('XRANGELOOSE', `^${src[t.GTLT]}\\\\s*${src[t.XRANGEPLAINLOOSE]}$`)\n\n// Coercion.\n// Extract anything that could conceivably be a part of a valid semver\ncreateToken('COERCE', `${'(^|[^\\\\d])' +\n '(\\\\d{1,'}${MAX_SAFE_COMPONENT_LENGTH}})` +\n `(?:\\\\.(\\\\d{1,${MAX_SAFE_COMPONENT_LENGTH}}))?` +\n `(?:\\\\.(\\\\d{1,${MAX_SAFE_COMPONENT_LENGTH}}))?` +\n `(?:$|[^\\\\d])`)\ncreateToken('COERCERTL', src[t.COERCE], true)\n\n// Tilde ranges.\n// Meaning is \"reasonably at or greater than\"\ncreateToken('LONETILDE', '(?:~>?)')\n\ncreateToken('TILDETRIM', `(\\\\s*)${src[t.LONETILDE]}\\\\s+`, true)\nexports.tildeTrimReplace = '$1~'\n\ncreateToken('TILDE', `^${src[t.LONETILDE]}${src[t.XRANGEPLAIN]}$`)\ncreateToken('TILDELOOSE', `^${src[t.LONETILDE]}${src[t.XRANGEPLAINLOOSE]}$`)\n\n// Caret ranges.\n// Meaning is \"at least and backwards compatible with\"\ncreateToken('LONECARET', '(?:\\\\^)')\n\ncreateToken('CARETTRIM', `(\\\\s*)${src[t.LONECARET]}\\\\s+`, true)\nexports.caretTrimReplace = '$1^'\n\ncreateToken('CARET', `^${src[t.LONECARET]}${src[t.XRANGEPLAIN]}$`)\ncreateToken('CARETLOOSE', `^${src[t.LONECARET]}${src[t.XRANGEPLAINLOOSE]}$`)\n\n// A simple gt/lt/eq thing, or just \"\" to indicate \"any version\"\ncreateToken('COMPARATORLOOSE', `^${src[t.GTLT]}\\\\s*(${src[t.LOOSEPLAIN]})$|^$`)\ncreateToken('COMPARATOR', `^${src[t.GTLT]}\\\\s*(${src[t.FULLPLAIN]})$|^$`)\n\n// An expression to strip any whitespace between the gtlt and the thing\n// it modifies, so that `> 1.2.3` ==> `>1.2.3`\ncreateToken('COMPARATORTRIM', `(\\\\s*)${src[t.GTLT]\n}\\\\s*(${src[t.LOOSEPLAIN]}|${src[t.XRANGEPLAIN]})`, true)\nexports.comparatorTrimReplace = '$1$2$3'\n\n// Something like `1.2.3 - 1.2.4`\n// Note that these all use the loose form, because they'll be\n// checked against either the strict or loose comparator form\n// later.\ncreateToken('HYPHENRANGE', `^\\\\s*(${src[t.XRANGEPLAIN]})` +\n `\\\\s+-\\\\s+` +\n `(${src[t.XRANGEPLAIN]})` +\n `\\\\s*$`)\n\ncreateToken('HYPHENRANGELOOSE', `^\\\\s*(${src[t.XRANGEPLAINLOOSE]})` +\n `\\\\s+-\\\\s+` +\n `(${src[t.XRANGEPLAINLOOSE]})` +\n `\\\\s*$`)\n\n// Star ranges basically just allow anything at all.\ncreateToken('STAR', '(<|>)?=?\\\\s*\\\\*')\n// >=0.0.0 is like a star\ncreateToken('GTE0', '^\\\\s*>=\\\\s*0\\.0\\.0\\\\s*$')\ncreateToken('GTE0PRE', '^\\\\s*>=\\\\s*0\\.0\\.0-0\\\\s*$')\n","'use strict';\n// TODO: Remove from `core-js@4` since it's moved to entry points\nrequire('../modules/es.regexp.exec');\nvar redefine = require('../internals/redefine');\nvar fails = require('../internals/fails');\nvar wellKnownSymbol = require('../internals/well-known-symbol');\nvar regexpExec = require('../internals/regexp-exec');\nvar createNonEnumerableProperty = require('../internals/create-non-enumerable-property');\n\nvar SPECIES = wellKnownSymbol('species');\n\nvar REPLACE_SUPPORTS_NAMED_GROUPS = !fails(function () {\n // #replace needs built-in support for named groups.\n // #match works fine because it just return the exec results, even if it has\n // a \"grops\" property.\n var re = /./;\n re.exec = function () {\n var result = [];\n result.groups = { a: '7' };\n return result;\n };\n return ''.replace(re, '$<a>') !== '7';\n});\n\n// IE <= 11 replaces $0 with the whole match, as if it was $&\n// https://stackoverflow.com/questions/6024666/getting-ie-to-replace-a-regex-with-the-literal-string-0\nvar REPLACE_KEEPS_$0 = (function () {\n return 'a'.replace(/./, '$0') === '$0';\n})();\n\nvar REPLACE = wellKnownSymbol('replace');\n// Safari <= 13.0.3(?) substitutes nth capture where n>m with an empty string\nvar REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE = (function () {\n if (/./[REPLACE]) {\n return /./[REPLACE]('a', '$0') === '';\n }\n return false;\n})();\n\n// Chrome 51 has a buggy \"split\" implementation when RegExp#exec !== nativeExec\n// Weex JS has frozen built-in prototypes, so use try / catch wrapper\nvar SPLIT_WORKS_WITH_OVERWRITTEN_EXEC = !fails(function () {\n // eslint-disable-next-line regexp/no-empty-group -- required for testing\n var re = /(?:)/;\n var originalExec = re.exec;\n re.exec = function () { return originalExec.apply(this, arguments); };\n var result = 'ab'.split(re);\n return result.length !== 2 || result[0] !== 'a' || result[1] !== 'b';\n});\n\nmodule.exports = function (KEY, length, exec, sham) {\n var SYMBOL = wellKnownSymbol(KEY);\n\n var DELEGATES_TO_SYMBOL = !fails(function () {\n // String methods call symbol-named RegEp methods\n var O = {};\n O[SYMBOL] = function () { return 7; };\n return ''[KEY](O) != 7;\n });\n\n var DELEGATES_TO_EXEC = DELEGATES_TO_SYMBOL && !fails(function () {\n // Symbol-named RegExp methods call .exec\n var execCalled = false;\n var re = /a/;\n\n if (KEY === 'split') {\n // We can't use real regex here since it causes deoptimization\n // and serious performance degradation in V8\n // https://github.com/zloirock/core-js/issues/306\n re = {};\n // RegExp[@@split] doesn't call the regex's exec method, but first creates\n // a new one. We need to return the patched regex when creating the new one.\n re.constructor = {};\n re.constructor[SPECIES] = function () { return re; };\n re.flags = '';\n re[SYMBOL] = /./[SYMBOL];\n }\n\n re.exec = function () { execCalled = true; return null; };\n\n re[SYMBOL]('');\n return !execCalled;\n });\n\n if (\n !DELEGATES_TO_SYMBOL ||\n !DELEGATES_TO_EXEC ||\n (KEY === 'replace' && !(\n REPLACE_SUPPORTS_NAMED_GROUPS &&\n REPLACE_KEEPS_$0 &&\n !REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE\n )) ||\n (KEY === 'split' && !SPLIT_WORKS_WITH_OVERWRITTEN_EXEC)\n ) {\n var nativeRegExpMethod = /./[SYMBOL];\n var methods = exec(SYMBOL, ''[KEY], function (nativeMethod, regexp, str, arg2, forceStringMethod) {\n if (regexp.exec === regexpExec) {\n if (DELEGATES_TO_SYMBOL && !forceStringMethod) {\n // The native String method already delegates to @@method (this\n // polyfilled function), leasing to infinite recursion.\n // We avoid it by directly calling the native @@method method.\n return { done: true, value: nativeRegExpMethod.call(regexp, str, arg2) };\n }\n return { done: true, value: nativeMethod.call(str, regexp, arg2) };\n }\n return { done: false };\n }, {\n REPLACE_KEEPS_$0: REPLACE_KEEPS_$0,\n REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE: REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE\n });\n var stringMethod = methods[0];\n var regexMethod = methods[1];\n\n redefine(String.prototype, KEY, stringMethod);\n redefine(RegExp.prototype, SYMBOL, length == 2\n // 21.2.5.8 RegExp.prototype[@@replace](string, replaceValue)\n // 21.2.5.11 RegExp.prototype[@@split](string, limit)\n ? function (string, arg) { return regexMethod.call(string, this, arg); }\n // 21.2.5.6 RegExp.prototype[@@match](string)\n // 21.2.5.9 RegExp.prototype[@@search](string)\n : function (string) { return regexMethod.call(string, this); }\n );\n }\n\n if (sham) createNonEnumerableProperty(RegExp.prototype[SYMBOL], 'sham', true);\n};\n","var toInteger = require('../internals/to-integer');\nvar requireObjectCoercible = require('../internals/require-object-coercible');\n\n// `String.prototype.{ codePointAt, at }` methods implementation\nvar createMethod = function (CONVERT_TO_STRING) {\n return function ($this, pos) {\n var S = String(requireObjectCoercible($this));\n var position = toInteger(pos);\n var size = S.length;\n var first, second;\n if (position < 0 || position >= size) return CONVERT_TO_STRING ? '' : undefined;\n first = S.charCodeAt(position);\n return first < 0xD800 || first > 0xDBFF || position + 1 === size\n || (second = S.charCodeAt(position + 1)) < 0xDC00 || second > 0xDFFF\n ? CONVERT_TO_STRING ? S.charAt(position) : first\n : CONVERT_TO_STRING ? S.slice(position, position + 2) : (first - 0xD800 << 10) + (second - 0xDC00) + 0x10000;\n };\n};\n\nmodule.exports = {\n // `String.prototype.codePointAt` method\n // https://tc39.es/ecma262/#sec-string.prototype.codepointat\n codeAt: createMethod(false),\n // `String.prototype.at` method\n // https://github.com/mathiasbynens/String.prototype.at\n charAt: createMethod(true)\n};\n","'use strict';\nvar charAt = require('../internals/string-multibyte').charAt;\n\n// `AdvanceStringIndex` abstract operation\n// https://tc39.es/ecma262/#sec-advancestringindex\nmodule.exports = function (S, index, unicode) {\n return index + (unicode ? charAt(S, index).length : 1);\n};\n","var classof = require('./classof-raw');\nvar regexpExec = require('./regexp-exec');\n\n// `RegExpExec` abstract operation\n// https://tc39.es/ecma262/#sec-regexpexec\nmodule.exports = function (R, S) {\n var exec = R.exec;\n if (typeof exec === 'function') {\n var result = exec.call(R, S);\n if (typeof result !== 'object') {\n throw TypeError('RegExp exec method returned something other than an Object or null');\n }\n return result;\n }\n\n if (classof(R) !== 'RegExp') {\n throw TypeError('RegExp#exec called on incompatible receiver');\n }\n\n return regexpExec.call(R, S);\n};\n\n","'use strict';\nvar fixRegExpWellKnownSymbolLogic = require('../internals/fix-regexp-well-known-symbol-logic');\nvar anObject = require('../internals/an-object');\nvar toLength = require('../internals/to-length');\nvar requireObjectCoercible = require('../internals/require-object-coercible');\nvar advanceStringIndex = require('../internals/advance-string-index');\nvar regExpExec = require('../internals/regexp-exec-abstract');\n\n// @@match logic\nfixRegExpWellKnownSymbolLogic('match', 1, function (MATCH, nativeMatch, maybeCallNative) {\n return [\n // `String.prototype.match` method\n // https://tc39.es/ecma262/#sec-string.prototype.match\n function match(regexp) {\n var O = requireObjectCoercible(this);\n var matcher = regexp == undefined ? undefined : regexp[MATCH];\n return matcher !== undefined ? matcher.call(regexp, O) : new RegExp(regexp)[MATCH](String(O));\n },\n // `RegExp.prototype[@@match]` method\n // https://tc39.es/ecma262/#sec-regexp.prototype-@@match\n function (regexp) {\n var res = maybeCallNative(nativeMatch, regexp, this);\n if (res.done) return res.value;\n\n var rx = anObject(regexp);\n var S = String(this);\n\n if (!rx.global) return regExpExec(rx, S);\n\n var fullUnicode = rx.unicode;\n rx.lastIndex = 0;\n var A = [];\n var n = 0;\n var result;\n while ((result = regExpExec(rx, S)) !== null) {\n var matchStr = String(result[0]);\n A[n] = matchStr;\n if (matchStr === '') rx.lastIndex = advanceStringIndex(S, toLength(rx.lastIndex), fullUnicode);\n n++;\n }\n return n === 0 ? null : A;\n }\n ];\n});\n","var fails = require('../internals/fails');\nvar whitespaces = require('../internals/whitespaces');\n\nvar non = '\\u200B\\u0085\\u180E';\n\n// check that a method works with the correct list\n// of whitespaces and has a correct name\nmodule.exports = function (METHOD_NAME) {\n return fails(function () {\n return !!whitespaces[METHOD_NAME]() || non[METHOD_NAME]() != non || whitespaces[METHOD_NAME].name !== METHOD_NAME;\n });\n};\n","'use strict';\nvar $ = require('../internals/export');\nvar $trim = require('../internals/string-trim').trim;\nvar forcedStringTrimMethod = require('../internals/string-trim-forced');\n\n// `String.prototype.trim` method\n// https://tc39.es/ecma262/#sec-string.prototype.trim\n$({ target: 'String', proto: true, forced: forcedStringTrimMethod('trim') }, {\n trim: function trim() {\n return $trim(this);\n }\n});\n","module.exports = function (it) {\n if (typeof it != 'function') {\n throw TypeError(String(it) + ' is not a function');\n } return it;\n};\n","var aFunction = require('../internals/a-function');\n\n// optional / simple context binding\nmodule.exports = function (fn, that, length) {\n aFunction(fn);\n if (that === undefined) return fn;\n switch (length) {\n case 0: return function () {\n return fn.call(that);\n };\n case 1: return function (a) {\n return fn.call(that, a);\n };\n case 2: return function (a, b) {\n return fn.call(that, a, b);\n };\n case 3: return function (a, b, c) {\n return fn.call(that, a, b, c);\n };\n }\n return function (/* ...args */) {\n return fn.apply(that, arguments);\n };\n};\n","var bind = require('../internals/function-bind-context');\nvar IndexedObject = require('../internals/indexed-object');\nvar toObject = require('../internals/to-object');\nvar toLength = require('../internals/to-length');\nvar arraySpeciesCreate = require('../internals/array-species-create');\n\nvar push = [].push;\n\n// `Array.prototype.{ forEach, map, filter, some, every, find, findIndex, filterOut }` methods implementation\nvar createMethod = function (TYPE) {\n var IS_MAP = TYPE == 1;\n var IS_FILTER = TYPE == 2;\n var IS_SOME = TYPE == 3;\n var IS_EVERY = TYPE == 4;\n var IS_FIND_INDEX = TYPE == 6;\n var IS_FILTER_OUT = TYPE == 7;\n var NO_HOLES = TYPE == 5 || IS_FIND_INDEX;\n return function ($this, callbackfn, that, specificCreate) {\n var O = toObject($this);\n var self = IndexedObject(O);\n var boundFunction = bind(callbackfn, that, 3);\n var length = toLength(self.length);\n var index = 0;\n var create = specificCreate || arraySpeciesCreate;\n var target = IS_MAP ? create($this, length) : IS_FILTER || IS_FILTER_OUT ? create($this, 0) : undefined;\n var value, result;\n for (;length > index; index++) if (NO_HOLES || index in self) {\n value = self[index];\n result = boundFunction(value, index, O);\n if (TYPE) {\n if (IS_MAP) target[index] = result; // map\n else if (result) switch (TYPE) {\n case 3: return true; // some\n case 5: return value; // find\n case 6: return index; // findIndex\n case 2: push.call(target, value); // filter\n } else switch (TYPE) {\n case 4: return false; // every\n case 7: push.call(target, value); // filterOut\n }\n }\n }\n return IS_FIND_INDEX ? -1 : IS_SOME || IS_EVERY ? IS_EVERY : target;\n };\n};\n\nmodule.exports = {\n // `Array.prototype.forEach` method\n // https://tc39.es/ecma262/#sec-array.prototype.foreach\n forEach: createMethod(0),\n // `Array.prototype.map` method\n // https://tc39.es/ecma262/#sec-array.prototype.map\n map: createMethod(1),\n // `Array.prototype.filter` method\n // https://tc39.es/ecma262/#sec-array.prototype.filter\n filter: createMethod(2),\n // `Array.prototype.some` method\n // https://tc39.es/ecma262/#sec-array.prototype.some\n some: createMethod(3),\n // `Array.prototype.every` method\n // https://tc39.es/ecma262/#sec-array.prototype.every\n every: createMethod(4),\n // `Array.prototype.find` method\n // https://tc39.es/ecma262/#sec-array.prototype.find\n find: createMethod(5),\n // `Array.prototype.findIndex` method\n // https://tc39.es/ecma262/#sec-array.prototype.findIndex\n findIndex: createMethod(6),\n // `Array.prototype.filterOut` method\n // https://github.com/tc39/proposal-array-filtering\n filterOut: createMethod(7)\n};\n","'use strict';\nvar $ = require('../internals/export');\nvar $map = require('../internals/array-iteration').map;\nvar arrayMethodHasSpeciesSupport = require('../internals/array-method-has-species-support');\n\nvar HAS_SPECIES_SUPPORT = arrayMethodHasSpeciesSupport('map');\n\n// `Array.prototype.map` method\n// https://tc39.es/ecma262/#sec-array.prototype.map\n// with adding support of @@species\n$({ target: 'Array', proto: true, forced: !HAS_SPECIES_SUPPORT }, {\n map: function map(callbackfn /* , thisArg */) {\n return $map(this, callbackfn, arguments.length > 1 ? arguments[1] : undefined);\n }\n});\n","var anObject = require('../internals/an-object');\nvar aFunction = require('../internals/a-function');\nvar wellKnownSymbol = require('../internals/well-known-symbol');\n\nvar SPECIES = wellKnownSymbol('species');\n\n// `SpeciesConstructor` abstract operation\n// https://tc39.es/ecma262/#sec-speciesconstructor\nmodule.exports = function (O, defaultConstructor) {\n var C = anObject(O).constructor;\n var S;\n return C === undefined || (S = anObject(C)[SPECIES]) == undefined ? defaultConstructor : aFunction(S);\n};\n","'use strict';\nvar fixRegExpWellKnownSymbolLogic = require('../internals/fix-regexp-well-known-symbol-logic');\nvar isRegExp = require('../internals/is-regexp');\nvar anObject = require('../internals/an-object');\nvar requireObjectCoercible = require('../internals/require-object-coercible');\nvar speciesConstructor = require('../internals/species-constructor');\nvar advanceStringIndex = require('../internals/advance-string-index');\nvar toLength = require('../internals/to-length');\nvar callRegExpExec = require('../internals/regexp-exec-abstract');\nvar regexpExec = require('../internals/regexp-exec');\nvar fails = require('../internals/fails');\n\nvar arrayPush = [].push;\nvar min = Math.min;\nvar MAX_UINT32 = 0xFFFFFFFF;\n\n// babel-minify transpiles RegExp('x', 'y') -> /x/y and it causes SyntaxError\nvar SUPPORTS_Y = !fails(function () { return !RegExp(MAX_UINT32, 'y'); });\n\n// @@split logic\nfixRegExpWellKnownSymbolLogic('split', 2, function (SPLIT, nativeSplit, maybeCallNative) {\n var internalSplit;\n if (\n 'abbc'.split(/(b)*/)[1] == 'c' ||\n // eslint-disable-next-line regexp/no-empty-group -- required for testing\n 'test'.split(/(?:)/, -1).length != 4 ||\n 'ab'.split(/(?:ab)*/).length != 2 ||\n '.'.split(/(.?)(.?)/).length != 4 ||\n // eslint-disable-next-line regexp/no-assertion-capturing-group, regexp/no-empty-group -- required for testing\n '.'.split(/()()/).length > 1 ||\n ''.split(/.?/).length\n ) {\n // based on es5-shim implementation, need to rework it\n internalSplit = function (separator, limit) {\n var string = String(requireObjectCoercible(this));\n var lim = limit === undefined ? MAX_UINT32 : limit >>> 0;\n if (lim === 0) return [];\n if (separator === undefined) return [string];\n // If `separator` is not a regex, use native split\n if (!isRegExp(separator)) {\n return nativeSplit.call(string, separator, lim);\n }\n var output = [];\n var flags = (separator.ignoreCase ? 'i' : '') +\n (separator.multiline ? 'm' : '') +\n (separator.unicode ? 'u' : '') +\n (separator.sticky ? 'y' : '');\n var lastLastIndex = 0;\n // Make `global` and avoid `lastIndex` issues by working with a copy\n var separatorCopy = new RegExp(separator.source, flags + 'g');\n var match, lastIndex, lastLength;\n while (match = regexpExec.call(separatorCopy, string)) {\n lastIndex = separatorCopy.lastIndex;\n if (lastIndex > lastLastIndex) {\n output.push(string.slice(lastLastIndex, match.index));\n if (match.length > 1 && match.index < string.length) arrayPush.apply(output, match.slice(1));\n lastLength = match[0].length;\n lastLastIndex = lastIndex;\n if (output.length >= lim) break;\n }\n if (separatorCopy.lastIndex === match.index) separatorCopy.lastIndex++; // Avoid an infinite loop\n }\n if (lastLastIndex === string.length) {\n if (lastLength || !separatorCopy.test('')) output.push('');\n } else output.push(string.slice(lastLastIndex));\n return output.length > lim ? output.slice(0, lim) : output;\n };\n // Chakra, V8\n } else if ('0'.split(undefined, 0).length) {\n internalSplit = function (separator, limit) {\n return separator === undefined && limit === 0 ? [] : nativeSplit.call(this, separator, limit);\n };\n } else internalSplit = nativeSplit;\n\n return [\n // `String.prototype.split` method\n // https://tc39.es/ecma262/#sec-string.prototype.split\n function split(separator, limit) {\n var O = requireObjectCoercible(this);\n var splitter = separator == undefined ? undefined : separator[SPLIT];\n return splitter !== undefined\n ? splitter.call(separator, O, limit)\n : internalSplit.call(String(O), separator, limit);\n },\n // `RegExp.prototype[@@split]` method\n // https://tc39.es/ecma262/#sec-regexp.prototype-@@split\n //\n // NOTE: This cannot be properly polyfilled in engines that don't support\n // the 'y' flag.\n function (regexp, limit) {\n var res = maybeCallNative(internalSplit, regexp, this, limit, internalSplit !== nativeSplit);\n if (res.done) return res.value;\n\n var rx = anObject(regexp);\n var S = String(this);\n var C = speciesConstructor(rx, RegExp);\n\n var unicodeMatching = rx.unicode;\n var flags = (rx.ignoreCase ? 'i' : '') +\n (rx.multiline ? 'm' : '') +\n (rx.unicode ? 'u' : '') +\n (SUPPORTS_Y ? 'y' : 'g');\n\n // ^(? + rx + ) is needed, in combination with some S slicing, to\n // simulate the 'y' flag.\n var splitter = new C(SUPPORTS_Y ? rx : '^(?:' + rx.source + ')', flags);\n var lim = limit === undefined ? MAX_UINT32 : limit >>> 0;\n if (lim === 0) return [];\n if (S.length === 0) return callRegExpExec(splitter, S) === null ? [S] : [];\n var p = 0;\n var q = 0;\n var A = [];\n while (q < S.length) {\n splitter.lastIndex = SUPPORTS_Y ? q : 0;\n var z = callRegExpExec(splitter, SUPPORTS_Y ? S : S.slice(q));\n var e;\n if (\n z === null ||\n (e = min(toLength(splitter.lastIndex + (SUPPORTS_Y ? 0 : q)), S.length)) === p\n ) {\n q = advanceStringIndex(S, q, unicodeMatching);\n } else {\n A.push(S.slice(p, q));\n if (A.length === lim) return A;\n for (var i = 1; i <= z.length - 1; i++) {\n A.push(z[i]);\n if (A.length === lim) return A;\n }\n q = p = e;\n }\n }\n A.push(S.slice(p));\n return A;\n }\n ];\n}, !SUPPORTS_Y);\n","'use strict';\nvar fails = require('../internals/fails');\n\nmodule.exports = function (METHOD_NAME, argument) {\n var method = [][METHOD_NAME];\n return !!method && fails(function () {\n // eslint-disable-next-line no-useless-call,no-throw-literal -- required for testing\n method.call(null, argument || function () { throw 1; }, 1);\n });\n};\n","'use strict';\nvar $ = require('../internals/export');\nvar IndexedObject = require('../internals/indexed-object');\nvar toIndexedObject = require('../internals/to-indexed-object');\nvar arrayMethodIsStrict = require('../internals/array-method-is-strict');\n\nvar nativeJoin = [].join;\n\nvar ES3_STRINGS = IndexedObject != Object;\nvar STRICT_METHOD = arrayMethodIsStrict('join', ',');\n\n// `Array.prototype.join` method\n// https://tc39.es/ecma262/#sec-array.prototype.join\n$({ target: 'Array', proto: true, forced: ES3_STRINGS || !STRICT_METHOD }, {\n join: function join(separator) {\n return nativeJoin.call(toIndexedObject(this), separator === undefined ? ',' : separator);\n }\n});\n","'use strict';\nvar $ = require('../internals/export');\nvar $filter = require('../internals/array-iteration').filter;\nvar arrayMethodHasSpeciesSupport = require('../internals/array-method-has-species-support');\n\nvar HAS_SPECIES_SUPPORT = arrayMethodHasSpeciesSupport('filter');\n\n// `Array.prototype.filter` method\n// https://tc39.es/ecma262/#sec-array.prototype.filter\n// with adding support of @@species\n$({ target: 'Array', proto: true, forced: !HAS_SPECIES_SUPPORT }, {\n filter: function filter(callbackfn /* , thisArg */) {\n return $filter(this, callbackfn, arguments.length > 1 ? arguments[1] : undefined);\n }\n});\n","// parse out just the options we care about so we always get a consistent\n// obj with keys in a consistent order.\nconst opts = ['includePrerelease', 'loose', 'rtl']\nconst parseOptions = options =>\n !options ? {}\n : typeof options !== 'object' ? { loose: true }\n : opts.filter(k => options[k]).reduce((options, k) => {\n options[k] = true\n return options\n }, {})\nmodule.exports = parseOptions\n","const numeric = /^[0-9]+$/\nconst compareIdentifiers = (a, b) => {\n const anum = numeric.test(a)\n const bnum = numeric.test(b)\n\n if (anum && bnum) {\n a = +a\n b = +b\n }\n\n return a === b ? 0\n : (anum && !bnum) ? -1\n : (bnum && !anum) ? 1\n : a < b ? -1\n : 1\n}\n\nconst rcompareIdentifiers = (a, b) => compareIdentifiers(b, a)\n\nmodule.exports = {\n compareIdentifiers,\n rcompareIdentifiers\n}\n","const debug = require('../internal/debug')\nconst { MAX_LENGTH, MAX_SAFE_INTEGER } = require('../internal/constants')\nconst { re, t } = require('../internal/re')\n\nconst parseOptions = require('../internal/parse-options')\nconst { compareIdentifiers } = require('../internal/identifiers')\nclass SemVer {\n constructor (version, options) {\n options = parseOptions(options)\n\n if (version instanceof SemVer) {\n if (version.loose === !!options.loose &&\n version.includePrerelease === !!options.includePrerelease) {\n return version\n } else {\n version = version.version\n }\n } else if (typeof version !== 'string') {\n throw new TypeError(`Invalid Version: ${version}`)\n }\n\n if (version.length > MAX_LENGTH) {\n throw new TypeError(\n `version is longer than ${MAX_LENGTH} characters`\n )\n }\n\n debug('SemVer', version, options)\n this.options = options\n this.loose = !!options.loose\n // this isn't actually relevant for versions, but keep it so that we\n // don't run into trouble passing this.options around.\n this.includePrerelease = !!options.includePrerelease\n\n const m = version.trim().match(options.loose ? re[t.LOOSE] : re[t.FULL])\n\n if (!m) {\n throw new TypeError(`Invalid Version: ${version}`)\n }\n\n this.raw = version\n\n // these are actually numbers\n this.major = +m[1]\n this.minor = +m[2]\n this.patch = +m[3]\n\n if (this.major > MAX_SAFE_INTEGER || this.major < 0) {\n throw new TypeError('Invalid major version')\n }\n\n if (this.minor > MAX_SAFE_INTEGER || this.minor < 0) {\n throw new TypeError('Invalid minor version')\n }\n\n if (this.patch > MAX_SAFE_INTEGER || this.patch < 0) {\n throw new TypeError('Invalid patch version')\n }\n\n // numberify any prerelease numeric ids\n if (!m[4]) {\n this.prerelease = []\n } else {\n this.prerelease = m[4].split('.').map((id) => {\n if (/^[0-9]+$/.test(id)) {\n const num = +id\n if (num >= 0 && num < MAX_SAFE_INTEGER) {\n return num\n }\n }\n return id\n })\n }\n\n this.build = m[5] ? m[5].split('.') : []\n this.format()\n }\n\n format () {\n this.version = `${this.major}.${this.minor}.${this.patch}`\n if (this.prerelease.length) {\n this.version += `-${this.prerelease.join('.')}`\n }\n return this.version\n }\n\n toString () {\n return this.version\n }\n\n compare (other) {\n debug('SemVer.compare', this.version, this.options, other)\n if (!(other instanceof SemVer)) {\n if (typeof other === 'string' && other === this.version) {\n return 0\n }\n other = new SemVer(other, this.options)\n }\n\n if (other.version === this.version) {\n return 0\n }\n\n return this.compareMain(other) || this.comparePre(other)\n }\n\n compareMain (other) {\n if (!(other instanceof SemVer)) {\n other = new SemVer(other, this.options)\n }\n\n return (\n compareIdentifiers(this.major, other.major) ||\n compareIdentifiers(this.minor, other.minor) ||\n compareIdentifiers(this.patch, other.patch)\n )\n }\n\n comparePre (other) {\n if (!(other instanceof SemVer)) {\n other = new SemVer(other, this.options)\n }\n\n // NOT having a prerelease is > having one\n if (this.prerelease.length && !other.prerelease.length) {\n return -1\n } else if (!this.prerelease.length && other.prerelease.length) {\n return 1\n } else if (!this.prerelease.length && !other.prerelease.length) {\n return 0\n }\n\n let i = 0\n do {\n const a = this.prerelease[i]\n const b = other.prerelease[i]\n debug('prerelease compare', i, a, b)\n if (a === undefined && b === undefined) {\n return 0\n } else if (b === undefined) {\n return 1\n } else if (a === undefined) {\n return -1\n } else if (a === b) {\n continue\n } else {\n return compareIdentifiers(a, b)\n }\n } while (++i)\n }\n\n compareBuild (other) {\n if (!(other instanceof SemVer)) {\n other = new SemVer(other, this.options)\n }\n\n let i = 0\n do {\n const a = this.build[i]\n const b = other.build[i]\n debug('prerelease compare', i, a, b)\n if (a === undefined && b === undefined) {\n return 0\n } else if (b === undefined) {\n return 1\n } else if (a === undefined) {\n return -1\n } else if (a === b) {\n continue\n } else {\n return compareIdentifiers(a, b)\n }\n } while (++i)\n }\n\n // preminor will bump the version up to the next minor release, and immediately\n // down to pre-release. premajor and prepatch work the same way.\n inc (release, identifier) {\n switch (release) {\n case 'premajor':\n this.prerelease.length = 0\n this.patch = 0\n this.minor = 0\n this.major++\n this.inc('pre', identifier)\n break\n case 'preminor':\n this.prerelease.length = 0\n this.patch = 0\n this.minor++\n this.inc('pre', identifier)\n break\n case 'prepatch':\n // If this is already a prerelease, it will bump to the next version\n // drop any prereleases that might already exist, since they are not\n // relevant at this point.\n this.prerelease.length = 0\n this.inc('patch', identifier)\n this.inc('pre', identifier)\n break\n // If the input is a non-prerelease version, this acts the same as\n // prepatch.\n case 'prerelease':\n if (this.prerelease.length === 0) {\n this.inc('patch', identifier)\n }\n this.inc('pre', identifier)\n break\n\n case 'major':\n // If this is a pre-major version, bump up to the same major version.\n // Otherwise increment major.\n // 1.0.0-5 bumps to 1.0.0\n // 1.1.0 bumps to 2.0.0\n if (\n this.minor !== 0 ||\n this.patch !== 0 ||\n this.prerelease.length === 0\n ) {\n this.major++\n }\n this.minor = 0\n this.patch = 0\n this.prerelease = []\n break\n case 'minor':\n // If this is a pre-minor version, bump up to the same minor version.\n // Otherwise increment minor.\n // 1.2.0-5 bumps to 1.2.0\n // 1.2.1 bumps to 1.3.0\n if (this.patch !== 0 || this.prerelease.length === 0) {\n this.minor++\n }\n this.patch = 0\n this.prerelease = []\n break\n case 'patch':\n // If this is not a pre-release version, it will increment the patch.\n // If it is a pre-release it will bump up to the same patch version.\n // 1.2.0-5 patches to 1.2.0\n // 1.2.0 patches to 1.2.1\n if (this.prerelease.length === 0) {\n this.patch++\n }\n this.prerelease = []\n break\n // This probably shouldn't be used publicly.\n // 1.0.0 'pre' would become 1.0.0-0 which is the wrong direction.\n case 'pre':\n if (this.prerelease.length === 0) {\n this.prerelease = [0]\n } else {\n let i = this.prerelease.length\n while (--i >= 0) {\n if (typeof this.prerelease[i] === 'number') {\n this.prerelease[i]++\n i = -2\n }\n }\n if (i === -1) {\n // didn't increment anything\n this.prerelease.push(0)\n }\n }\n if (identifier) {\n // 1.2.0-beta.1 bumps to 1.2.0-beta.2,\n // 1.2.0-beta.fooblz or 1.2.0-beta bumps to 1.2.0-beta.0\n if (this.prerelease[0] === identifier) {\n if (isNaN(this.prerelease[1])) {\n this.prerelease = [identifier, 0]\n }\n } else {\n this.prerelease = [identifier, 0]\n }\n }\n break\n\n default:\n throw new Error(`invalid increment argument: ${release}`)\n }\n this.format()\n this.raw = this.version\n return this\n }\n}\n\nmodule.exports = SemVer\n","const {MAX_LENGTH} = require('../internal/constants')\nconst { re, t } = require('../internal/re')\nconst SemVer = require('../classes/semver')\n\nconst parseOptions = require('../internal/parse-options')\nconst parse = (version, options) => {\n options = parseOptions(options)\n\n if (version instanceof SemVer) {\n return version\n }\n\n if (typeof version !== 'string') {\n return null\n }\n\n if (version.length > MAX_LENGTH) {\n return null\n }\n\n const r = options.loose ? re[t.LOOSE] : re[t.FULL]\n if (!r.test(version)) {\n return null\n }\n\n try {\n return new SemVer(version, options)\n } catch (er) {\n return null\n }\n}\n\nmodule.exports = parse\n","const parse = require('./parse')\nconst valid = (version, options) => {\n const v = parse(version, options)\n return v ? v.version : null\n}\nmodule.exports = valid\n","const SemVer = require('../classes/semver')\nconst major = (a, loose) => new SemVer(a, loose).major\nmodule.exports = major\n","var wellKnownSymbol = require('../internals/well-known-symbol');\nvar create = require('../internals/object-create');\nvar definePropertyModule = require('../internals/object-define-property');\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 definePropertyModule.f(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","'use strict';\nvar fails = require('../internals/fails');\nvar getPrototypeOf = require('../internals/object-get-prototype-of');\nvar createNonEnumerableProperty = require('../internals/create-non-enumerable-property');\nvar has = require('../internals/has');\nvar wellKnownSymbol = require('../internals/well-known-symbol');\nvar IS_PURE = require('../internals/is-pure');\n\nvar ITERATOR = wellKnownSymbol('iterator');\nvar BUGGY_SAFARI_ITERATORS = false;\n\nvar returnThis = function () { return this; };\n\n// `%IteratorPrototype%` object\n// https://tc39.es/ecma262/#sec-%iteratorprototype%-object\nvar IteratorPrototype, PrototypeOfArrayIteratorPrototype, arrayIterator;\n\n/* eslint-disable es/no-array-prototype-keys -- safe */\nif ([].keys) {\n arrayIterator = [].keys();\n // Safari 8 has buggy iterators w/o `next`\n if (!('next' in arrayIterator)) BUGGY_SAFARI_ITERATORS = true;\n else {\n PrototypeOfArrayIteratorPrototype = getPrototypeOf(getPrototypeOf(arrayIterator));\n if (PrototypeOfArrayIteratorPrototype !== Object.prototype) IteratorPrototype = PrototypeOfArrayIteratorPrototype;\n }\n}\n\nvar NEW_ITERATOR_PROTOTYPE = IteratorPrototype == undefined || fails(function () {\n var test = {};\n // FF44- legacy iterators case\n return IteratorPrototype[ITERATOR].call(test) !== test;\n});\n\nif (NEW_ITERATOR_PROTOTYPE) IteratorPrototype = {};\n\n// 25.1.2.1.1 %IteratorPrototype%[@@iterator]()\nif ((!IS_PURE || NEW_ITERATOR_PROTOTYPE) && !has(IteratorPrototype, ITERATOR)) {\n createNonEnumerableProperty(IteratorPrototype, ITERATOR, returnThis);\n}\n\nmodule.exports = {\n IteratorPrototype: IteratorPrototype,\n BUGGY_SAFARI_ITERATORS: BUGGY_SAFARI_ITERATORS\n};\n","module.exports = {};\n","var fails = require('../internals/fails');\n\nmodule.exports = !fails(function () {\n function F() { /* empty */ }\n F.prototype.constructor = null;\n // eslint-disable-next-line es/no-object-getprototypeof -- required for testing\n return Object.getPrototypeOf(new F()) !== F.prototype;\n});\n","var has = require('../internals/has');\nvar toObject = require('../internals/to-object');\nvar sharedKey = require('../internals/shared-key');\nvar CORRECT_PROTOTYPE_GETTER = require('../internals/correct-prototype-getter');\n\nvar IE_PROTO = sharedKey('IE_PROTO');\nvar ObjectPrototype = Object.prototype;\n\n// `Object.getPrototypeOf` method\n// https://tc39.es/ecma262/#sec-object.getprototypeof\n// eslint-disable-next-line es/no-object-getprototypeof -- safe\nmodule.exports = CORRECT_PROTOTYPE_GETTER ? Object.getPrototypeOf : function (O) {\n O = toObject(O);\n if (has(O, IE_PROTO)) return O[IE_PROTO];\n if (typeof O.constructor == 'function' && O instanceof O.constructor) {\n return O.constructor.prototype;\n } return O instanceof Object ? ObjectPrototype : null;\n};\n","var defineProperty = require('../internals/object-define-property').f;\nvar has = require('../internals/has');\nvar wellKnownSymbol = require('../internals/well-known-symbol');\n\nvar TO_STRING_TAG = wellKnownSymbol('toStringTag');\n\nmodule.exports = function (it, TAG, STATIC) {\n if (it && !has(it = STATIC ? it : it.prototype, TO_STRING_TAG)) {\n defineProperty(it, TO_STRING_TAG, { configurable: true, value: TAG });\n }\n};\n","'use strict';\nvar IteratorPrototype = require('../internals/iterators-core').IteratorPrototype;\nvar create = require('../internals/object-create');\nvar createPropertyDescriptor = require('../internals/create-property-descriptor');\nvar setToStringTag = require('../internals/set-to-string-tag');\nvar Iterators = require('../internals/iterators');\n\nvar returnThis = function () { return this; };\n\nmodule.exports = function (IteratorConstructor, NAME, next) {\n var TO_STRING_TAG = NAME + ' Iterator';\n IteratorConstructor.prototype = create(IteratorPrototype, { next: createPropertyDescriptor(1, next) });\n setToStringTag(IteratorConstructor, TO_STRING_TAG, false, true);\n Iterators[TO_STRING_TAG] = returnThis;\n return IteratorConstructor;\n};\n","'use strict';\nvar $ = require('../internals/export');\nvar createIteratorConstructor = require('../internals/create-iterator-constructor');\nvar getPrototypeOf = require('../internals/object-get-prototype-of');\nvar setPrototypeOf = require('../internals/object-set-prototype-of');\nvar setToStringTag = require('../internals/set-to-string-tag');\nvar createNonEnumerableProperty = require('../internals/create-non-enumerable-property');\nvar redefine = require('../internals/redefine');\nvar wellKnownSymbol = require('../internals/well-known-symbol');\nvar IS_PURE = require('../internals/is-pure');\nvar Iterators = require('../internals/iterators');\nvar IteratorsCore = require('../internals/iterators-core');\n\nvar IteratorPrototype = IteratorsCore.IteratorPrototype;\nvar BUGGY_SAFARI_ITERATORS = IteratorsCore.BUGGY_SAFARI_ITERATORS;\nvar ITERATOR = wellKnownSymbol('iterator');\nvar KEYS = 'keys';\nvar VALUES = 'values';\nvar ENTRIES = 'entries';\n\nvar returnThis = function () { return this; };\n\nmodule.exports = function (Iterable, NAME, IteratorConstructor, next, DEFAULT, IS_SET, FORCED) {\n createIteratorConstructor(IteratorConstructor, NAME, next);\n\n var getIterationMethod = function (KIND) {\n if (KIND === DEFAULT && defaultIterator) return defaultIterator;\n if (!BUGGY_SAFARI_ITERATORS && KIND in IterablePrototype) return IterablePrototype[KIND];\n switch (KIND) {\n case KEYS: return function keys() { return new IteratorConstructor(this, KIND); };\n case VALUES: return function values() { return new IteratorConstructor(this, KIND); };\n case ENTRIES: return function entries() { return new IteratorConstructor(this, KIND); };\n } return function () { return new IteratorConstructor(this); };\n };\n\n var TO_STRING_TAG = NAME + ' Iterator';\n var INCORRECT_VALUES_NAME = false;\n var IterablePrototype = Iterable.prototype;\n var nativeIterator = IterablePrototype[ITERATOR]\n || IterablePrototype['@@iterator']\n || DEFAULT && IterablePrototype[DEFAULT];\n var defaultIterator = !BUGGY_SAFARI_ITERATORS && nativeIterator || getIterationMethod(DEFAULT);\n var anyNativeIterator = NAME == 'Array' ? IterablePrototype.entries || nativeIterator : nativeIterator;\n var CurrentIteratorPrototype, methods, KEY;\n\n // fix native\n if (anyNativeIterator) {\n CurrentIteratorPrototype = getPrototypeOf(anyNativeIterator.call(new Iterable()));\n if (IteratorPrototype !== Object.prototype && CurrentIteratorPrototype.next) {\n if (!IS_PURE && getPrototypeOf(CurrentIteratorPrototype) !== IteratorPrototype) {\n if (setPrototypeOf) {\n setPrototypeOf(CurrentIteratorPrototype, IteratorPrototype);\n } else if (typeof CurrentIteratorPrototype[ITERATOR] != 'function') {\n createNonEnumerableProperty(CurrentIteratorPrototype, ITERATOR, returnThis);\n }\n }\n // Set @@toStringTag to native iterators\n setToStringTag(CurrentIteratorPrototype, TO_STRING_TAG, true, true);\n if (IS_PURE) Iterators[TO_STRING_TAG] = returnThis;\n }\n }\n\n // fix Array#{values, @@iterator}.name in V8 / FF\n if (DEFAULT == VALUES && nativeIterator && nativeIterator.name !== VALUES) {\n INCORRECT_VALUES_NAME = true;\n defaultIterator = function values() { return nativeIterator.call(this); };\n }\n\n // define iterator\n if ((!IS_PURE || FORCED) && IterablePrototype[ITERATOR] !== defaultIterator) {\n createNonEnumerableProperty(IterablePrototype, ITERATOR, defaultIterator);\n }\n Iterators[NAME] = defaultIterator;\n\n // export additional methods\n if (DEFAULT) {\n methods = {\n values: getIterationMethod(VALUES),\n keys: IS_SET ? defaultIterator : getIterationMethod(KEYS),\n entries: getIterationMethod(ENTRIES)\n };\n if (FORCED) for (KEY in methods) {\n if (BUGGY_SAFARI_ITERATORS || INCORRECT_VALUES_NAME || !(KEY in IterablePrototype)) {\n redefine(IterablePrototype, KEY, methods[KEY]);\n }\n } else $({ target: NAME, proto: true, forced: BUGGY_SAFARI_ITERATORS || INCORRECT_VALUES_NAME }, methods);\n }\n\n return methods;\n};\n","'use strict';\nvar toIndexedObject = require('../internals/to-indexed-object');\nvar addToUnscopables = require('../internals/add-to-unscopables');\nvar Iterators = require('../internals/iterators');\nvar InternalStateModule = require('../internals/internal-state');\nvar defineIterator = require('../internals/define-iterator');\n\nvar ARRAY_ITERATOR = 'Array Iterator';\nvar setInternalState = InternalStateModule.set;\nvar getInternalState = InternalStateModule.getterFor(ARRAY_ITERATOR);\n\n// `Array.prototype.entries` method\n// https://tc39.es/ecma262/#sec-array.prototype.entries\n// `Array.prototype.keys` method\n// https://tc39.es/ecma262/#sec-array.prototype.keys\n// `Array.prototype.values` method\n// https://tc39.es/ecma262/#sec-array.prototype.values\n// `Array.prototype[@@iterator]` method\n// https://tc39.es/ecma262/#sec-array.prototype-@@iterator\n// `CreateArrayIterator` internal method\n// https://tc39.es/ecma262/#sec-createarrayiterator\nmodule.exports = defineIterator(Array, 'Array', function (iterated, kind) {\n setInternalState(this, {\n type: ARRAY_ITERATOR,\n target: toIndexedObject(iterated), // target\n index: 0, // next index\n kind: kind // kind\n });\n// `%ArrayIteratorPrototype%.next` method\n// https://tc39.es/ecma262/#sec-%arrayiteratorprototype%.next\n}, function () {\n var state = getInternalState(this);\n var target = state.target;\n var kind = state.kind;\n var index = state.index++;\n if (!target || index >= target.length) {\n state.target = undefined;\n return { value: undefined, done: true };\n }\n if (kind == 'keys') return { value: index, done: false };\n if (kind == 'values') return { value: target[index], done: false };\n return { value: [index, target[index]], done: false };\n}, 'values');\n\n// argumentsList[@@iterator] is %ArrayProto_values%\n// https://tc39.es/ecma262/#sec-createunmappedargumentsobject\n// https://tc39.es/ecma262/#sec-createmappedargumentsobject\nIterators.Arguments = Iterators.Array;\n\n// https://tc39.es/ecma262/#sec-array.prototype-@@unscopables\naddToUnscopables('keys');\naddToUnscopables('values');\naddToUnscopables('entries');\n","var fails = require('../internals/fails');\n\nmodule.exports = !fails(function () {\n // eslint-disable-next-line es/no-object-isextensible, es/no-object-preventextensions -- required for testing\n return Object.isExtensible(Object.preventExtensions({}));\n});\n","var hiddenKeys = require('../internals/hidden-keys');\nvar isObject = require('../internals/is-object');\nvar has = require('../internals/has');\nvar defineProperty = require('../internals/object-define-property').f;\nvar uid = require('../internals/uid');\nvar FREEZING = require('../internals/freezing');\n\nvar METADATA = uid('meta');\nvar id = 0;\n\n// eslint-disable-next-line es/no-object-isextensible -- safe\nvar isExtensible = Object.isExtensible || function () {\n return true;\n};\n\nvar setMetadata = function (it) {\n defineProperty(it, METADATA, { value: {\n objectID: 'O' + ++id, // object ID\n weakData: {} // weak collections IDs\n } });\n};\n\nvar fastKey = function (it, create) {\n // return a primitive with prefix\n if (!isObject(it)) return typeof it == 'symbol' ? it : (typeof it == 'string' ? 'S' : 'P') + it;\n if (!has(it, METADATA)) {\n // can't set metadata to uncaught frozen object\n if (!isExtensible(it)) return 'F';\n // not necessary to add metadata\n if (!create) return 'E';\n // add missing metadata\n setMetadata(it);\n // return object ID\n } return it[METADATA].objectID;\n};\n\nvar getWeakData = function (it, create) {\n if (!has(it, METADATA)) {\n // can't set metadata to uncaught frozen object\n if (!isExtensible(it)) return true;\n // not necessary to add metadata\n if (!create) return false;\n // add missing metadata\n setMetadata(it);\n // return the store of weak collections IDs\n } return it[METADATA].weakData;\n};\n\n// add metadata on freeze-family methods calling\nvar onFreeze = function (it) {\n if (FREEZING && meta.REQUIRED && isExtensible(it) && !has(it, METADATA)) setMetadata(it);\n return it;\n};\n\nvar meta = module.exports = {\n REQUIRED: false,\n fastKey: fastKey,\n getWeakData: getWeakData,\n onFreeze: onFreeze\n};\n\nhiddenKeys[METADATA] = true;\n","var wellKnownSymbol = require('../internals/well-known-symbol');\nvar Iterators = require('../internals/iterators');\n\nvar ITERATOR = wellKnownSymbol('iterator');\nvar ArrayPrototype = Array.prototype;\n\n// check on default Array iterator\nmodule.exports = function (it) {\n return it !== undefined && (Iterators.Array === it || ArrayPrototype[ITERATOR] === it);\n};\n","var wellKnownSymbol = require('../internals/well-known-symbol');\n\nvar TO_STRING_TAG = wellKnownSymbol('toStringTag');\nvar test = {};\n\ntest[TO_STRING_TAG] = 'z';\n\nmodule.exports = String(test) === '[object z]';\n","var TO_STRING_TAG_SUPPORT = require('../internals/to-string-tag-support');\nvar classofRaw = require('../internals/classof-raw');\nvar wellKnownSymbol = require('../internals/well-known-symbol');\n\nvar TO_STRING_TAG = wellKnownSymbol('toStringTag');\n// ES3 wrong here\nvar CORRECT_ARGUMENTS = classofRaw(function () { return arguments; }()) == 'Arguments';\n\n// fallback for IE11 Script Access Denied error\nvar tryGet = function (it, key) {\n try {\n return it[key];\n } catch (error) { /* empty */ }\n};\n\n// getting tag from ES6+ `Object.prototype.toString`\nmodule.exports = TO_STRING_TAG_SUPPORT ? classofRaw : function (it) {\n var O, tag, result;\n return it === undefined ? 'Undefined' : it === null ? 'Null'\n // @@toStringTag case\n : typeof (tag = tryGet(O = Object(it), TO_STRING_TAG)) == 'string' ? tag\n // builtinTag case\n : CORRECT_ARGUMENTS ? classofRaw(O)\n // ES3 arguments fallback\n : (result = classofRaw(O)) == 'Object' && typeof O.callee == 'function' ? 'Arguments' : result;\n};\n","var classof = require('../internals/classof');\nvar Iterators = require('../internals/iterators');\nvar wellKnownSymbol = require('../internals/well-known-symbol');\n\nvar ITERATOR = wellKnownSymbol('iterator');\n\nmodule.exports = function (it) {\n if (it != undefined) return it[ITERATOR]\n || it['@@iterator']\n || Iterators[classof(it)];\n};\n","var anObject = require('../internals/an-object');\n\nmodule.exports = function (iterator) {\n var returnMethod = iterator['return'];\n if (returnMethod !== undefined) {\n return anObject(returnMethod.call(iterator)).value;\n }\n};\n","var anObject = require('../internals/an-object');\nvar isArrayIteratorMethod = require('../internals/is-array-iterator-method');\nvar toLength = require('../internals/to-length');\nvar bind = require('../internals/function-bind-context');\nvar getIteratorMethod = require('../internals/get-iterator-method');\nvar iteratorClose = require('../internals/iterator-close');\n\nvar Result = function (stopped, result) {\n this.stopped = stopped;\n this.result = result;\n};\n\nmodule.exports = function (iterable, unboundFunction, options) {\n var that = options && options.that;\n var AS_ENTRIES = !!(options && options.AS_ENTRIES);\n var IS_ITERATOR = !!(options && options.IS_ITERATOR);\n var INTERRUPTED = !!(options && options.INTERRUPTED);\n var fn = bind(unboundFunction, that, 1 + AS_ENTRIES + INTERRUPTED);\n var iterator, iterFn, index, length, result, next, step;\n\n var stop = function (condition) {\n if (iterator) iteratorClose(iterator);\n return new Result(true, condition);\n };\n\n var callFn = function (value) {\n if (AS_ENTRIES) {\n anObject(value);\n return INTERRUPTED ? fn(value[0], value[1], stop) : fn(value[0], value[1]);\n } return INTERRUPTED ? fn(value, stop) : fn(value);\n };\n\n if (IS_ITERATOR) {\n iterator = iterable;\n } else {\n iterFn = getIteratorMethod(iterable);\n if (typeof iterFn != 'function') throw TypeError('Target is not iterable');\n // optimisation for array iterators\n if (isArrayIteratorMethod(iterFn)) {\n for (index = 0, length = toLength(iterable.length); length > index; index++) {\n result = callFn(iterable[index]);\n if (result && result instanceof Result) return result;\n } return new Result(false);\n }\n iterator = iterFn.call(iterable);\n }\n\n next = iterator.next;\n while (!(step = next.call(iterator)).done) {\n try {\n result = callFn(step.value);\n } catch (error) {\n iteratorClose(iterator);\n throw error;\n }\n if (typeof result == 'object' && result && result instanceof Result) return result;\n } return new Result(false);\n};\n","module.exports = function (it, Constructor, name) {\n if (!(it instanceof Constructor)) {\n throw TypeError('Incorrect ' + (name ? name + ' ' : '') + 'invocation');\n } return it;\n};\n","var wellKnownSymbol = require('../internals/well-known-symbol');\n\nvar ITERATOR = wellKnownSymbol('iterator');\nvar SAFE_CLOSING = false;\n\ntry {\n var called = 0;\n var iteratorWithReturn = {\n next: function () {\n return { done: !!called++ };\n },\n 'return': function () {\n SAFE_CLOSING = true;\n }\n };\n iteratorWithReturn[ITERATOR] = function () {\n return this;\n };\n // eslint-disable-next-line no-throw-literal -- required for testing\n Array.from(iteratorWithReturn, function () { throw 2; });\n} catch (error) { /* empty */ }\n\nmodule.exports = function (exec, SKIP_CLOSING) {\n if (!SKIP_CLOSING && !SAFE_CLOSING) return false;\n var ITERATION_SUPPORT = false;\n try {\n var object = {};\n object[ITERATOR] = function () {\n return {\n next: function () {\n return { done: ITERATION_SUPPORT = true };\n }\n };\n };\n exec(object);\n } catch (error) { /* empty */ }\n return ITERATION_SUPPORT;\n};\n","var redefine = require('../internals/redefine');\n\nmodule.exports = function (target, src, options) {\n for (var key in src) redefine(target, key, src[key], options);\n return target;\n};\n","'use strict';\nvar defineProperty = require('../internals/object-define-property').f;\nvar create = require('../internals/object-create');\nvar redefineAll = require('../internals/redefine-all');\nvar bind = require('../internals/function-bind-context');\nvar anInstance = require('../internals/an-instance');\nvar iterate = require('../internals/iterate');\nvar defineIterator = require('../internals/define-iterator');\nvar setSpecies = require('../internals/set-species');\nvar DESCRIPTORS = require('../internals/descriptors');\nvar fastKey = require('../internals/internal-metadata').fastKey;\nvar InternalStateModule = require('../internals/internal-state');\n\nvar setInternalState = InternalStateModule.set;\nvar internalStateGetterFor = InternalStateModule.getterFor;\n\nmodule.exports = {\n getConstructor: function (wrapper, CONSTRUCTOR_NAME, IS_MAP, ADDER) {\n var C = wrapper(function (that, iterable) {\n anInstance(that, C, CONSTRUCTOR_NAME);\n setInternalState(that, {\n type: CONSTRUCTOR_NAME,\n index: create(null),\n first: undefined,\n last: undefined,\n size: 0\n });\n if (!DESCRIPTORS) that.size = 0;\n if (iterable != undefined) iterate(iterable, that[ADDER], { that: that, AS_ENTRIES: IS_MAP });\n });\n\n var getInternalState = internalStateGetterFor(CONSTRUCTOR_NAME);\n\n var define = function (that, key, value) {\n var state = getInternalState(that);\n var entry = getEntry(that, key);\n var previous, index;\n // change existing entry\n if (entry) {\n entry.value = value;\n // create new entry\n } else {\n state.last = entry = {\n index: index = fastKey(key, true),\n key: key,\n value: value,\n previous: previous = state.last,\n next: undefined,\n removed: false\n };\n if (!state.first) state.first = entry;\n if (previous) previous.next = entry;\n if (DESCRIPTORS) state.size++;\n else that.size++;\n // add to index\n if (index !== 'F') state.index[index] = entry;\n } return that;\n };\n\n var getEntry = function (that, key) {\n var state = getInternalState(that);\n // fast case\n var index = fastKey(key);\n var entry;\n if (index !== 'F') return state.index[index];\n // frozen object case\n for (entry = state.first; entry; entry = entry.next) {\n if (entry.key == key) return entry;\n }\n };\n\n redefineAll(C.prototype, {\n // 23.1.3.1 Map.prototype.clear()\n // 23.2.3.2 Set.prototype.clear()\n clear: function clear() {\n var that = this;\n var state = getInternalState(that);\n var data = state.index;\n var entry = state.first;\n while (entry) {\n entry.removed = true;\n if (entry.previous) entry.previous = entry.previous.next = undefined;\n delete data[entry.index];\n entry = entry.next;\n }\n state.first = state.last = undefined;\n if (DESCRIPTORS) state.size = 0;\n else that.size = 0;\n },\n // 23.1.3.3 Map.prototype.delete(key)\n // 23.2.3.4 Set.prototype.delete(value)\n 'delete': function (key) {\n var that = this;\n var state = getInternalState(that);\n var entry = getEntry(that, key);\n if (entry) {\n var next = entry.next;\n var prev = entry.previous;\n delete state.index[entry.index];\n entry.removed = true;\n if (prev) prev.next = next;\n if (next) next.previous = prev;\n if (state.first == entry) state.first = next;\n if (state.last == entry) state.last = prev;\n if (DESCRIPTORS) state.size--;\n else that.size--;\n } return !!entry;\n },\n // 23.2.3.6 Set.prototype.forEach(callbackfn, thisArg = undefined)\n // 23.1.3.5 Map.prototype.forEach(callbackfn, thisArg = undefined)\n forEach: function forEach(callbackfn /* , that = undefined */) {\n var state = getInternalState(this);\n var boundFunction = bind(callbackfn, arguments.length > 1 ? arguments[1] : undefined, 3);\n var entry;\n while (entry = entry ? entry.next : state.first) {\n boundFunction(entry.value, entry.key, this);\n // revert to the last existing entry\n while (entry && entry.removed) entry = entry.previous;\n }\n },\n // 23.1.3.7 Map.prototype.has(key)\n // 23.2.3.7 Set.prototype.has(value)\n has: function has(key) {\n return !!getEntry(this, key);\n }\n });\n\n redefineAll(C.prototype, IS_MAP ? {\n // 23.1.3.6 Map.prototype.get(key)\n get: function get(key) {\n var entry = getEntry(this, key);\n return entry && entry.value;\n },\n // 23.1.3.9 Map.prototype.set(key, value)\n set: function set(key, value) {\n return define(this, key === 0 ? 0 : key, value);\n }\n } : {\n // 23.2.3.1 Set.prototype.add(value)\n add: function add(value) {\n return define(this, value = value === 0 ? 0 : value, value);\n }\n });\n if (DESCRIPTORS) defineProperty(C.prototype, 'size', {\n get: function () {\n return getInternalState(this).size;\n }\n });\n return C;\n },\n setStrong: function (C, CONSTRUCTOR_NAME, IS_MAP) {\n var ITERATOR_NAME = CONSTRUCTOR_NAME + ' Iterator';\n var getInternalCollectionState = internalStateGetterFor(CONSTRUCTOR_NAME);\n var getInternalIteratorState = internalStateGetterFor(ITERATOR_NAME);\n // add .keys, .values, .entries, [@@iterator]\n // 23.1.3.4, 23.1.3.8, 23.1.3.11, 23.1.3.12, 23.2.3.5, 23.2.3.8, 23.2.3.10, 23.2.3.11\n defineIterator(C, CONSTRUCTOR_NAME, function (iterated, kind) {\n setInternalState(this, {\n type: ITERATOR_NAME,\n target: iterated,\n state: getInternalCollectionState(iterated),\n kind: kind,\n last: undefined\n });\n }, function () {\n var state = getInternalIteratorState(this);\n var kind = state.kind;\n var entry = state.last;\n // revert to the last existing entry\n while (entry && entry.removed) entry = entry.previous;\n // get next entry\n if (!state.target || !(state.last = entry = entry ? entry.next : state.state.first)) {\n // or finish the iteration\n state.target = undefined;\n return { value: undefined, done: true };\n }\n // return step by kind\n if (kind == 'keys') return { value: entry.key, done: false };\n if (kind == 'values') return { value: entry.value, done: false };\n return { value: [entry.key, entry.value], done: false };\n }, IS_MAP ? 'entries' : 'values', !IS_MAP, true);\n\n // add [@@species], 23.1.2.2, 23.2.2.2\n setSpecies(CONSTRUCTOR_NAME);\n }\n};\n","'use strict';\nvar $ = require('../internals/export');\nvar global = require('../internals/global');\nvar isForced = require('../internals/is-forced');\nvar redefine = require('../internals/redefine');\nvar InternalMetadataModule = require('../internals/internal-metadata');\nvar iterate = require('../internals/iterate');\nvar anInstance = require('../internals/an-instance');\nvar isObject = require('../internals/is-object');\nvar fails = require('../internals/fails');\nvar checkCorrectnessOfIteration = require('../internals/check-correctness-of-iteration');\nvar setToStringTag = require('../internals/set-to-string-tag');\nvar inheritIfRequired = require('../internals/inherit-if-required');\n\nmodule.exports = function (CONSTRUCTOR_NAME, wrapper, common) {\n var IS_MAP = CONSTRUCTOR_NAME.indexOf('Map') !== -1;\n var IS_WEAK = CONSTRUCTOR_NAME.indexOf('Weak') !== -1;\n var ADDER = IS_MAP ? 'set' : 'add';\n var NativeConstructor = global[CONSTRUCTOR_NAME];\n var NativePrototype = NativeConstructor && NativeConstructor.prototype;\n var Constructor = NativeConstructor;\n var exported = {};\n\n var fixMethod = function (KEY) {\n var nativeMethod = NativePrototype[KEY];\n redefine(NativePrototype, KEY,\n KEY == 'add' ? function add(value) {\n nativeMethod.call(this, value === 0 ? 0 : value);\n return this;\n } : KEY == 'delete' ? function (key) {\n return IS_WEAK && !isObject(key) ? false : nativeMethod.call(this, key === 0 ? 0 : key);\n } : KEY == 'get' ? function get(key) {\n return IS_WEAK && !isObject(key) ? undefined : nativeMethod.call(this, key === 0 ? 0 : key);\n } : KEY == 'has' ? function has(key) {\n return IS_WEAK && !isObject(key) ? false : nativeMethod.call(this, key === 0 ? 0 : key);\n } : function set(key, value) {\n nativeMethod.call(this, key === 0 ? 0 : key, value);\n return this;\n }\n );\n };\n\n var REPLACE = isForced(\n CONSTRUCTOR_NAME,\n typeof NativeConstructor != 'function' || !(IS_WEAK || NativePrototype.forEach && !fails(function () {\n new NativeConstructor().entries().next();\n }))\n );\n\n if (REPLACE) {\n // create collection constructor\n Constructor = common.getConstructor(wrapper, CONSTRUCTOR_NAME, IS_MAP, ADDER);\n InternalMetadataModule.REQUIRED = true;\n } else if (isForced(CONSTRUCTOR_NAME, true)) {\n var instance = new Constructor();\n // early implementations not supports chaining\n var HASNT_CHAINING = instance[ADDER](IS_WEAK ? {} : -0, 1) != instance;\n // V8 ~ Chromium 40- weak-collections throws on primitives, but should return false\n var THROWS_ON_PRIMITIVES = fails(function () { instance.has(1); });\n // most early implementations doesn't supports iterables, most modern - not close it correctly\n // eslint-disable-next-line no-new -- required for testing\n var ACCEPT_ITERABLES = checkCorrectnessOfIteration(function (iterable) { new NativeConstructor(iterable); });\n // for early implementations -0 and +0 not the same\n var BUGGY_ZERO = !IS_WEAK && fails(function () {\n // V8 ~ Chromium 42- fails only with 5+ elements\n var $instance = new NativeConstructor();\n var index = 5;\n while (index--) $instance[ADDER](index, index);\n return !$instance.has(-0);\n });\n\n if (!ACCEPT_ITERABLES) {\n Constructor = wrapper(function (dummy, iterable) {\n anInstance(dummy, Constructor, CONSTRUCTOR_NAME);\n var that = inheritIfRequired(new NativeConstructor(), dummy, Constructor);\n if (iterable != undefined) iterate(iterable, that[ADDER], { that: that, AS_ENTRIES: IS_MAP });\n return that;\n });\n Constructor.prototype = NativePrototype;\n NativePrototype.constructor = Constructor;\n }\n\n if (THROWS_ON_PRIMITIVES || BUGGY_ZERO) {\n fixMethod('delete');\n fixMethod('has');\n IS_MAP && fixMethod('get');\n }\n\n if (BUGGY_ZERO || HASNT_CHAINING) fixMethod(ADDER);\n\n // weak collections should not contains .clear method\n if (IS_WEAK && NativePrototype.clear) delete NativePrototype.clear;\n }\n\n exported[CONSTRUCTOR_NAME] = Constructor;\n $({ global: true, forced: Constructor != NativeConstructor }, exported);\n\n setToStringTag(Constructor, CONSTRUCTOR_NAME);\n\n if (!IS_WEAK) common.setStrong(Constructor, CONSTRUCTOR_NAME, IS_MAP);\n\n return Constructor;\n};\n","'use strict';\nvar collection = require('../internals/collection');\nvar collectionStrong = require('../internals/collection-strong');\n\n// `Map` constructor\n// https://tc39.es/ecma262/#sec-map-objects\nmodule.exports = collection('Map', function (init) {\n return function Map() { return init(this, arguments.length ? arguments[0] : undefined); };\n}, collectionStrong);\n","'use strict';\nvar TO_STRING_TAG_SUPPORT = require('../internals/to-string-tag-support');\nvar classof = require('../internals/classof');\n\n// `Object.prototype.toString` method implementation\n// https://tc39.es/ecma262/#sec-object.prototype.tostring\nmodule.exports = TO_STRING_TAG_SUPPORT ? {}.toString : function toString() {\n return '[object ' + classof(this) + ']';\n};\n","var TO_STRING_TAG_SUPPORT = require('../internals/to-string-tag-support');\nvar redefine = require('../internals/redefine');\nvar toString = require('../internals/object-to-string');\n\n// `Object.prototype.toString` method\n// https://tc39.es/ecma262/#sec-object.prototype.tostring\nif (!TO_STRING_TAG_SUPPORT) {\n redefine(Object.prototype, 'toString', toString, { unsafe: true });\n}\n","'use strict';\nvar charAt = require('../internals/string-multibyte').charAt;\nvar InternalStateModule = require('../internals/internal-state');\nvar defineIterator = require('../internals/define-iterator');\n\nvar STRING_ITERATOR = 'String Iterator';\nvar setInternalState = InternalStateModule.set;\nvar getInternalState = InternalStateModule.getterFor(STRING_ITERATOR);\n\n// `String.prototype[@@iterator]` method\n// https://tc39.es/ecma262/#sec-string.prototype-@@iterator\ndefineIterator(String, 'String', function (iterated) {\n setInternalState(this, {\n type: STRING_ITERATOR,\n string: String(iterated),\n index: 0\n });\n// `%StringIteratorPrototype%.next` method\n// https://tc39.es/ecma262/#sec-%stringiteratorprototype%.next\n}, function next() {\n var state = getInternalState(this);\n var string = state.string;\n var index = state.index;\n var point;\n if (index >= string.length) return { value: undefined, done: true };\n point = charAt(string, index);\n state.index += point.length;\n return { value: point, done: false };\n});\n","// iterable DOM collections\n// flag - `iterable` interface - 'entries', 'keys', 'values', 'forEach' methods\nmodule.exports = {\n CSSRuleList: 0,\n CSSStyleDeclaration: 0,\n CSSValueList: 0,\n ClientRectList: 0,\n DOMRectList: 0,\n DOMStringList: 0,\n DOMTokenList: 1,\n DataTransferItemList: 0,\n FileList: 0,\n HTMLAllCollection: 0,\n HTMLCollection: 0,\n HTMLFormElement: 0,\n HTMLSelectElement: 0,\n MediaList: 0,\n MimeTypeArray: 0,\n NamedNodeMap: 0,\n NodeList: 1,\n PaintRequestList: 0,\n Plugin: 0,\n PluginArray: 0,\n SVGLengthList: 0,\n SVGNumberList: 0,\n SVGPathSegList: 0,\n SVGPointList: 0,\n SVGStringList: 0,\n SVGTransformList: 0,\n SourceBufferList: 0,\n StyleSheetList: 0,\n TextTrackCueList: 0,\n TextTrackList: 0,\n TouchList: 0\n};\n","var global = require('../internals/global');\nvar DOMIterables = require('../internals/dom-iterables');\nvar ArrayIteratorMethods = require('../modules/es.array.iterator');\nvar createNonEnumerableProperty = require('../internals/create-non-enumerable-property');\nvar wellKnownSymbol = require('../internals/well-known-symbol');\n\nvar ITERATOR = wellKnownSymbol('iterator');\nvar TO_STRING_TAG = wellKnownSymbol('toStringTag');\nvar ArrayValues = ArrayIteratorMethods.values;\n\nfor (var COLLECTION_NAME in DOMIterables) {\n var Collection = global[COLLECTION_NAME];\n var CollectionPrototype = Collection && Collection.prototype;\n if (CollectionPrototype) {\n // some Chrome versions have non-configurable methods on DOMTokenList\n if (CollectionPrototype[ITERATOR] !== ArrayValues) try {\n createNonEnumerableProperty(CollectionPrototype, ITERATOR, ArrayValues);\n } catch (error) {\n CollectionPrototype[ITERATOR] = ArrayValues;\n }\n if (!CollectionPrototype[TO_STRING_TAG]) {\n createNonEnumerableProperty(CollectionPrototype, TO_STRING_TAG, COLLECTION_NAME);\n }\n if (DOMIterables[COLLECTION_NAME]) for (var METHOD_NAME in ArrayIteratorMethods) {\n // some Chrome versions have non-configurable methods on DOMTokenList\n if (CollectionPrototype[METHOD_NAME] !== ArrayIteratorMethods[METHOD_NAME]) try {\n createNonEnumerableProperty(CollectionPrototype, METHOD_NAME, ArrayIteratorMethods[METHOD_NAME]);\n } catch (error) {\n CollectionPrototype[METHOD_NAME] = ArrayIteratorMethods[METHOD_NAME];\n }\n }\n }\n}\n","'use strict';\nvar $forEach = require('../internals/array-iteration').forEach;\nvar arrayMethodIsStrict = require('../internals/array-method-is-strict');\n\nvar STRICT_METHOD = arrayMethodIsStrict('forEach');\n\n// `Array.prototype.forEach` method implementation\n// https://tc39.es/ecma262/#sec-array.prototype.foreach\nmodule.exports = !STRICT_METHOD ? function forEach(callbackfn /* , thisArg */) {\n return $forEach(this, callbackfn, arguments.length > 1 ? arguments[1] : undefined);\n// eslint-disable-next-line es/no-array-prototype-foreach -- safe\n} : [].forEach;\n","var global = require('../internals/global');\nvar DOMIterables = require('../internals/dom-iterables');\nvar forEach = require('../internals/array-for-each');\nvar createNonEnumerableProperty = require('../internals/create-non-enumerable-property');\n\nfor (var COLLECTION_NAME in DOMIterables) {\n var Collection = global[COLLECTION_NAME];\n var CollectionPrototype = Collection && Collection.prototype;\n // some Chrome versions have non-configurable methods on DOMTokenList\n if (CollectionPrototype && CollectionPrototype.forEach !== forEach) try {\n createNonEnumerableProperty(CollectionPrototype, 'forEach', forEach);\n } catch (error) {\n CollectionPrototype.forEach = forEach;\n }\n}\n","var global = require('../internals/global');\n\nmodule.exports = global.Promise;\n","var global = require('../internals/global');\nvar fails = require('../internals/fails');\nvar bind = require('../internals/function-bind-context');\nvar html = require('../internals/html');\nvar createElement = require('../internals/document-create-element');\nvar IS_IOS = require('../internals/engine-is-ios');\nvar IS_NODE = require('../internals/engine-is-node');\n\nvar location = global.location;\nvar set = global.setImmediate;\nvar clear = global.clearImmediate;\nvar process = global.process;\nvar MessageChannel = global.MessageChannel;\nvar Dispatch = global.Dispatch;\nvar counter = 0;\nvar queue = {};\nvar ONREADYSTATECHANGE = 'onreadystatechange';\nvar defer, channel, port;\n\nvar run = function (id) {\n // eslint-disable-next-line no-prototype-builtins -- safe\n if (queue.hasOwnProperty(id)) {\n var fn = queue[id];\n delete queue[id];\n fn();\n }\n};\n\nvar runner = function (id) {\n return function () {\n run(id);\n };\n};\n\nvar listener = function (event) {\n run(event.data);\n};\n\nvar post = function (id) {\n // old engines have not location.origin\n global.postMessage(id + '', location.protocol + '//' + location.host);\n};\n\n// Node.js 0.9+ & IE10+ has setImmediate, otherwise:\nif (!set || !clear) {\n set = function setImmediate(fn) {\n var args = [];\n var i = 1;\n while (arguments.length > i) args.push(arguments[i++]);\n queue[++counter] = function () {\n // eslint-disable-next-line no-new-func -- spec requirement\n (typeof fn == 'function' ? fn : Function(fn)).apply(undefined, args);\n };\n defer(counter);\n return counter;\n };\n clear = function clearImmediate(id) {\n delete queue[id];\n };\n // Node.js 0.8-\n if (IS_NODE) {\n defer = function (id) {\n process.nextTick(runner(id));\n };\n // Sphere (JS game engine) Dispatch API\n } else if (Dispatch && Dispatch.now) {\n defer = function (id) {\n Dispatch.now(runner(id));\n };\n // Browsers with MessageChannel, includes WebWorkers\n // except iOS - https://github.com/zloirock/core-js/issues/624\n } else if (MessageChannel && !IS_IOS) {\n channel = new MessageChannel();\n port = channel.port2;\n channel.port1.onmessage = listener;\n defer = bind(port.postMessage, port, 1);\n // Browsers with postMessage, skip WebWorkers\n // IE8 has postMessage, but it's sync & typeof its postMessage is 'object'\n } else if (\n global.addEventListener &&\n typeof postMessage == 'function' &&\n !global.importScripts &&\n location && location.protocol !== 'file:' &&\n !fails(post)\n ) {\n defer = post;\n global.addEventListener('message', listener, false);\n // IE8-\n } else if (ONREADYSTATECHANGE in createElement('script')) {\n defer = function (id) {\n html.appendChild(createElement('script'))[ONREADYSTATECHANGE] = function () {\n html.removeChild(this);\n run(id);\n };\n };\n // Rest old browsers\n } else {\n defer = function (id) {\n setTimeout(runner(id), 0);\n };\n }\n}\n\nmodule.exports = {\n set: set,\n clear: clear\n};\n","var userAgent = require('../internals/engine-user-agent');\n\nmodule.exports = /(iphone|ipod|ipad).*applewebkit/i.test(userAgent);\n","var global = require('../internals/global');\nvar getOwnPropertyDescriptor = require('../internals/object-get-own-property-descriptor').f;\nvar macrotask = require('../internals/task').set;\nvar IS_IOS = require('../internals/engine-is-ios');\nvar IS_WEBOS_WEBKIT = require('../internals/engine-is-webos-webkit');\nvar IS_NODE = require('../internals/engine-is-node');\n\nvar MutationObserver = global.MutationObserver || global.WebKitMutationObserver;\nvar document = global.document;\nvar process = global.process;\nvar Promise = global.Promise;\n// Node.js 11 shows ExperimentalWarning on getting `queueMicrotask`\nvar queueMicrotaskDescriptor = getOwnPropertyDescriptor(global, 'queueMicrotask');\nvar queueMicrotask = queueMicrotaskDescriptor && queueMicrotaskDescriptor.value;\n\nvar flush, head, last, notify, toggle, node, promise, then;\n\n// modern engines have queueMicrotask method\nif (!queueMicrotask) {\n flush = function () {\n var parent, fn;\n if (IS_NODE && (parent = process.domain)) parent.exit();\n while (head) {\n fn = head.fn;\n head = head.next;\n try {\n fn();\n } catch (error) {\n if (head) notify();\n else last = undefined;\n throw error;\n }\n } last = undefined;\n if (parent) parent.enter();\n };\n\n // browsers with MutationObserver, except iOS - https://github.com/zloirock/core-js/issues/339\n // also except WebOS Webkit https://github.com/zloirock/core-js/issues/898\n if (!IS_IOS && !IS_NODE && !IS_WEBOS_WEBKIT && MutationObserver && document) {\n toggle = true;\n node = document.createTextNode('');\n new MutationObserver(flush).observe(node, { characterData: true });\n notify = function () {\n node.data = toggle = !toggle;\n };\n // environments with maybe non-completely correct, but existent Promise\n } else if (Promise && Promise.resolve) {\n // Promise.resolve without an argument throws an error in LG WebOS 2\n promise = Promise.resolve(undefined);\n then = promise.then;\n notify = function () {\n then.call(promise, flush);\n };\n // Node.js without promises\n } else if (IS_NODE) {\n notify = function () {\n process.nextTick(flush);\n };\n // for other environments - macrotask based on:\n // - setImmediate\n // - MessageChannel\n // - window.postMessag\n // - onreadystatechange\n // - setTimeout\n } else {\n notify = function () {\n // strange IE + webpack dev server bug - use .call(global)\n macrotask.call(global, flush);\n };\n }\n}\n\nmodule.exports = queueMicrotask || function (fn) {\n var task = { fn: fn, next: undefined };\n if (last) last.next = task;\n if (!head) {\n head = task;\n notify();\n } last = task;\n};\n","var userAgent = require('../internals/engine-user-agent');\n\nmodule.exports = /web0s(?!.*chrome)/i.test(userAgent);\n","'use strict';\nvar $ = require('../internals/export');\nvar IS_PURE = require('../internals/is-pure');\nvar global = require('../internals/global');\nvar getBuiltIn = require('../internals/get-built-in');\nvar NativePromise = require('../internals/native-promise-constructor');\nvar redefine = require('../internals/redefine');\nvar redefineAll = require('../internals/redefine-all');\nvar setToStringTag = require('../internals/set-to-string-tag');\nvar setSpecies = require('../internals/set-species');\nvar isObject = require('../internals/is-object');\nvar aFunction = require('../internals/a-function');\nvar anInstance = require('../internals/an-instance');\nvar inspectSource = require('../internals/inspect-source');\nvar iterate = require('../internals/iterate');\nvar checkCorrectnessOfIteration = require('../internals/check-correctness-of-iteration');\nvar speciesConstructor = require('../internals/species-constructor');\nvar task = require('../internals/task').set;\nvar microtask = require('../internals/microtask');\nvar promiseResolve = require('../internals/promise-resolve');\nvar hostReportErrors = require('../internals/host-report-errors');\nvar newPromiseCapabilityModule = require('../internals/new-promise-capability');\nvar perform = require('../internals/perform');\nvar InternalStateModule = require('../internals/internal-state');\nvar isForced = require('../internals/is-forced');\nvar wellKnownSymbol = require('../internals/well-known-symbol');\nvar IS_NODE = require('../internals/engine-is-node');\nvar V8_VERSION = require('../internals/engine-v8-version');\n\nvar SPECIES = wellKnownSymbol('species');\nvar PROMISE = 'Promise';\nvar getInternalState = InternalStateModule.get;\nvar setInternalState = InternalStateModule.set;\nvar getInternalPromiseState = InternalStateModule.getterFor(PROMISE);\nvar PromiseConstructor = NativePromise;\nvar TypeError = global.TypeError;\nvar document = global.document;\nvar process = global.process;\nvar $fetch = getBuiltIn('fetch');\nvar newPromiseCapability = newPromiseCapabilityModule.f;\nvar newGenericPromiseCapability = newPromiseCapability;\nvar DISPATCH_EVENT = !!(document && document.createEvent && global.dispatchEvent);\nvar NATIVE_REJECTION_EVENT = typeof PromiseRejectionEvent == 'function';\nvar UNHANDLED_REJECTION = 'unhandledrejection';\nvar REJECTION_HANDLED = 'rejectionhandled';\nvar PENDING = 0;\nvar FULFILLED = 1;\nvar REJECTED = 2;\nvar HANDLED = 1;\nvar UNHANDLED = 2;\nvar Internal, OwnPromiseCapability, PromiseWrapper, nativeThen;\n\nvar FORCED = isForced(PROMISE, function () {\n var GLOBAL_CORE_JS_PROMISE = inspectSource(PromiseConstructor) !== String(PromiseConstructor);\n if (!GLOBAL_CORE_JS_PROMISE) {\n // V8 6.6 (Node 10 and Chrome 66) have a bug with resolving custom thenables\n // https://bugs.chromium.org/p/chromium/issues/detail?id=830565\n // We can't detect it synchronously, so just check versions\n if (V8_VERSION === 66) return true;\n // Unhandled rejections tracking support, NodeJS Promise without it fails @@species test\n if (!IS_NODE && !NATIVE_REJECTION_EVENT) return true;\n }\n // We need Promise#finally in the pure version for preventing prototype pollution\n if (IS_PURE && !PromiseConstructor.prototype['finally']) return true;\n // We can't use @@species feature detection in V8 since it causes\n // deoptimization and performance degradation\n // https://github.com/zloirock/core-js/issues/679\n if (V8_VERSION >= 51 && /native code/.test(PromiseConstructor)) return false;\n // Detect correctness of subclassing with @@species support\n var promise = PromiseConstructor.resolve(1);\n var FakePromise = function (exec) {\n exec(function () { /* empty */ }, function () { /* empty */ });\n };\n var constructor = promise.constructor = {};\n constructor[SPECIES] = FakePromise;\n return !(promise.then(function () { /* empty */ }) instanceof FakePromise);\n});\n\nvar INCORRECT_ITERATION = FORCED || !checkCorrectnessOfIteration(function (iterable) {\n PromiseConstructor.all(iterable)['catch'](function () { /* empty */ });\n});\n\n// helpers\nvar isThenable = function (it) {\n var then;\n return isObject(it) && typeof (then = it.then) == 'function' ? then : false;\n};\n\nvar notify = function (state, isReject) {\n if (state.notified) return;\n state.notified = true;\n var chain = state.reactions;\n microtask(function () {\n var value = state.value;\n var ok = state.state == FULFILLED;\n var index = 0;\n // variable length - can't use forEach\n while (chain.length > index) {\n var reaction = chain[index++];\n var handler = ok ? reaction.ok : reaction.fail;\n var resolve = reaction.resolve;\n var reject = reaction.reject;\n var domain = reaction.domain;\n var result, then, exited;\n try {\n if (handler) {\n if (!ok) {\n if (state.rejection === UNHANDLED) onHandleUnhandled(state);\n state.rejection = HANDLED;\n }\n if (handler === true) result = value;\n else {\n if (domain) domain.enter();\n result = handler(value); // can throw\n if (domain) {\n domain.exit();\n exited = true;\n }\n }\n if (result === reaction.promise) {\n reject(TypeError('Promise-chain cycle'));\n } else if (then = isThenable(result)) {\n then.call(result, resolve, reject);\n } else resolve(result);\n } else reject(value);\n } catch (error) {\n if (domain && !exited) domain.exit();\n reject(error);\n }\n }\n state.reactions = [];\n state.notified = false;\n if (isReject && !state.rejection) onUnhandled(state);\n });\n};\n\nvar dispatchEvent = function (name, promise, reason) {\n var event, handler;\n if (DISPATCH_EVENT) {\n event = document.createEvent('Event');\n event.promise = promise;\n event.reason = reason;\n event.initEvent(name, false, true);\n global.dispatchEvent(event);\n } else event = { promise: promise, reason: reason };\n if (!NATIVE_REJECTION_EVENT && (handler = global['on' + name])) handler(event);\n else if (name === UNHANDLED_REJECTION) hostReportErrors('Unhandled promise rejection', reason);\n};\n\nvar onUnhandled = function (state) {\n task.call(global, function () {\n var promise = state.facade;\n var value = state.value;\n var IS_UNHANDLED = isUnhandled(state);\n var result;\n if (IS_UNHANDLED) {\n result = perform(function () {\n if (IS_NODE) {\n process.emit('unhandledRejection', value, promise);\n } else dispatchEvent(UNHANDLED_REJECTION, promise, value);\n });\n // Browsers should not trigger `rejectionHandled` event if it was handled here, NodeJS - should\n state.rejection = IS_NODE || isUnhandled(state) ? UNHANDLED : HANDLED;\n if (result.error) throw result.value;\n }\n });\n};\n\nvar isUnhandled = function (state) {\n return state.rejection !== HANDLED && !state.parent;\n};\n\nvar onHandleUnhandled = function (state) {\n task.call(global, function () {\n var promise = state.facade;\n if (IS_NODE) {\n process.emit('rejectionHandled', promise);\n } else dispatchEvent(REJECTION_HANDLED, promise, state.value);\n });\n};\n\nvar bind = function (fn, state, unwrap) {\n return function (value) {\n fn(state, value, unwrap);\n };\n};\n\nvar internalReject = function (state, value, unwrap) {\n if (state.done) return;\n state.done = true;\n if (unwrap) state = unwrap;\n state.value = value;\n state.state = REJECTED;\n notify(state, true);\n};\n\nvar internalResolve = function (state, value, unwrap) {\n if (state.done) return;\n state.done = true;\n if (unwrap) state = unwrap;\n try {\n if (state.facade === value) throw TypeError(\"Promise can't be resolved itself\");\n var then = isThenable(value);\n if (then) {\n microtask(function () {\n var wrapper = { done: false };\n try {\n then.call(value,\n bind(internalResolve, wrapper, state),\n bind(internalReject, wrapper, state)\n );\n } catch (error) {\n internalReject(wrapper, error, state);\n }\n });\n } else {\n state.value = value;\n state.state = FULFILLED;\n notify(state, false);\n }\n } catch (error) {\n internalReject({ done: false }, error, state);\n }\n};\n\n// constructor polyfill\nif (FORCED) {\n // 25.4.3.1 Promise(executor)\n PromiseConstructor = function Promise(executor) {\n anInstance(this, PromiseConstructor, PROMISE);\n aFunction(executor);\n Internal.call(this);\n var state = getInternalState(this);\n try {\n executor(bind(internalResolve, state), bind(internalReject, state));\n } catch (error) {\n internalReject(state, error);\n }\n };\n // eslint-disable-next-line no-unused-vars -- required for `.length`\n Internal = function Promise(executor) {\n setInternalState(this, {\n type: PROMISE,\n done: false,\n notified: false,\n parent: false,\n reactions: [],\n rejection: false,\n state: PENDING,\n value: undefined\n });\n };\n Internal.prototype = redefineAll(PromiseConstructor.prototype, {\n // `Promise.prototype.then` method\n // https://tc39.es/ecma262/#sec-promise.prototype.then\n then: function then(onFulfilled, onRejected) {\n var state = getInternalPromiseState(this);\n var reaction = newPromiseCapability(speciesConstructor(this, PromiseConstructor));\n reaction.ok = typeof onFulfilled == 'function' ? onFulfilled : true;\n reaction.fail = typeof onRejected == 'function' && onRejected;\n reaction.domain = IS_NODE ? process.domain : undefined;\n state.parent = true;\n state.reactions.push(reaction);\n if (state.state != PENDING) notify(state, false);\n return reaction.promise;\n },\n // `Promise.prototype.catch` method\n // https://tc39.es/ecma262/#sec-promise.prototype.catch\n 'catch': function (onRejected) {\n return this.then(undefined, onRejected);\n }\n });\n OwnPromiseCapability = function () {\n var promise = new Internal();\n var state = getInternalState(promise);\n this.promise = promise;\n this.resolve = bind(internalResolve, state);\n this.reject = bind(internalReject, state);\n };\n newPromiseCapabilityModule.f = newPromiseCapability = function (C) {\n return C === PromiseConstructor || C === PromiseWrapper\n ? new OwnPromiseCapability(C)\n : newGenericPromiseCapability(C);\n };\n\n if (!IS_PURE && typeof NativePromise == 'function') {\n nativeThen = NativePromise.prototype.then;\n\n // wrap native Promise#then for native async functions\n redefine(NativePromise.prototype, 'then', function then(onFulfilled, onRejected) {\n var that = this;\n return new PromiseConstructor(function (resolve, reject) {\n nativeThen.call(that, resolve, reject);\n }).then(onFulfilled, onRejected);\n // https://github.com/zloirock/core-js/issues/640\n }, { unsafe: true });\n\n // wrap fetch result\n if (typeof $fetch == 'function') $({ global: true, enumerable: true, forced: true }, {\n // eslint-disable-next-line no-unused-vars -- required for `.length`\n fetch: function fetch(input /* , init */) {\n return promiseResolve(PromiseConstructor, $fetch.apply(global, arguments));\n }\n });\n }\n}\n\n$({ global: true, wrap: true, forced: FORCED }, {\n Promise: PromiseConstructor\n});\n\nsetToStringTag(PromiseConstructor, PROMISE, false, true);\nsetSpecies(PROMISE);\n\nPromiseWrapper = getBuiltIn(PROMISE);\n\n// statics\n$({ target: PROMISE, stat: true, forced: FORCED }, {\n // `Promise.reject` method\n // https://tc39.es/ecma262/#sec-promise.reject\n reject: function reject(r) {\n var capability = newPromiseCapability(this);\n capability.reject.call(undefined, r);\n return capability.promise;\n }\n});\n\n$({ target: PROMISE, stat: true, forced: IS_PURE || FORCED }, {\n // `Promise.resolve` method\n // https://tc39.es/ecma262/#sec-promise.resolve\n resolve: function resolve(x) {\n return promiseResolve(IS_PURE && this === PromiseWrapper ? PromiseConstructor : this, x);\n }\n});\n\n$({ target: PROMISE, stat: true, forced: INCORRECT_ITERATION }, {\n // `Promise.all` method\n // https://tc39.es/ecma262/#sec-promise.all\n all: function all(iterable) {\n var C = this;\n var capability = newPromiseCapability(C);\n var resolve = capability.resolve;\n var reject = capability.reject;\n var result = perform(function () {\n var $promiseResolve = aFunction(C.resolve);\n var values = [];\n var counter = 0;\n var remaining = 1;\n iterate(iterable, function (promise) {\n var index = counter++;\n var alreadyCalled = false;\n values.push(undefined);\n remaining++;\n $promiseResolve.call(C, promise).then(function (value) {\n if (alreadyCalled) return;\n alreadyCalled = true;\n values[index] = value;\n --remaining || resolve(values);\n }, reject);\n });\n --remaining || resolve(values);\n });\n if (result.error) reject(result.value);\n return capability.promise;\n },\n // `Promise.race` method\n // https://tc39.es/ecma262/#sec-promise.race\n race: function race(iterable) {\n var C = this;\n var capability = newPromiseCapability(C);\n var reject = capability.reject;\n var result = perform(function () {\n var $promiseResolve = aFunction(C.resolve);\n iterate(iterable, function (promise) {\n $promiseResolve.call(C, promise).then(capability.resolve, reject);\n });\n });\n if (result.error) reject(result.value);\n return capability.promise;\n }\n});\n","'use strict';\nvar aFunction = require('../internals/a-function');\n\nvar PromiseCapability = function (C) {\n var resolve, reject;\n this.promise = new C(function ($$resolve, $$reject) {\n if (resolve !== undefined || reject !== undefined) throw TypeError('Bad Promise constructor');\n resolve = $$resolve;\n reject = $$reject;\n });\n this.resolve = aFunction(resolve);\n this.reject = aFunction(reject);\n};\n\n// 25.4.1.5 NewPromiseCapability(C)\nmodule.exports.f = function (C) {\n return new PromiseCapability(C);\n};\n","var anObject = require('../internals/an-object');\nvar isObject = require('../internals/is-object');\nvar newPromiseCapability = require('../internals/new-promise-capability');\n\nmodule.exports = function (C, x) {\n anObject(C);\n if (isObject(x) && x.constructor === C) return x;\n var promiseCapability = newPromiseCapability.f(C);\n var resolve = promiseCapability.resolve;\n resolve(x);\n return promiseCapability.promise;\n};\n","module.exports = function (exec) {\n try {\n return { error: false, value: exec() };\n } catch (error) {\n return { error: true, value: error };\n }\n};\n","var global = require('../internals/global');\n\nmodule.exports = function (a, b) {\n var console = global.console;\n if (console && console.error) {\n arguments.length === 1 ? console.error(a) : console.error(a, b);\n }\n};\n","/// <reference types=\"@nextcloud/typings\" />\n\ndeclare const OC: Nextcloud.v16.OC | Nextcloud.v17.OC | Nextcloud.v18.OC | Nextcloud.v19.OC | Nextcloud.v20.OC;\n\nexport enum FilePickerType {\n Choose = 1,\n Move = 2,\n Copy = 3,\n CopyMove = 4,\n}\n\nexport class FilePicker {\n private title: string\n private multiSelect: boolean\n private mimeTypeFiler: string[]\n private modal: boolean\n private type: FilePickerType\n private directoriesAllowed: boolean\n private path?: string\n\n public constructor(title: string,\n multiSelect: boolean,\n mimeTypeFilter: string[],\n modal: boolean,\n type: FilePickerType,\n directoriesAllowed: boolean,\n path?: string) {\n this.title = title\n this.multiSelect = multiSelect\n this.mimeTypeFiler = mimeTypeFilter\n this.modal = modal\n this.type = type\n this.directoriesAllowed = directoriesAllowed\n this.path = path\n }\n\n public pick(): Promise<string> {\n return new Promise((res, rej) => {\n OC.dialogs.filepicker(\n this.title,\n res,\n this.multiSelect,\n this.mimeTypeFiler,\n this.modal,\n this.type,\n this.path,\n {\n allowDirectoryChooser: this.directoriesAllowed\n }\n )\n })\n }\n}\n\nexport class FilePickerBuilder {\n private title: string\n private multiSelect: boolean = false\n private mimeTypeFiler: string[] = []\n private modal: boolean = true\n private type: FilePickerType = FilePickerType.Choose\n private directoriesAllowed: boolean = false\n private path?: string\n\n public constructor(title: string) {\n this.title = title\n }\n\n public setMultiSelect(ms: boolean): FilePickerBuilder {\n this.multiSelect = ms\n return this\n }\n\n public addMimeTypeFilter(filter: string): FilePickerBuilder {\n this.mimeTypeFiler.push(filter)\n return this\n }\n\n public setMimeTypeFilter(filter: string[]): FilePickerBuilder {\n this.mimeTypeFiler = filter\n return this\n }\n\n public setModal(modal: boolean): FilePickerBuilder {\n this.modal = modal\n return this\n }\n\n public setType(type: FilePickerType): FilePickerBuilder {\n this.type = type\n return this\n }\n\n public allowDirectories(allow: boolean = true): FilePickerBuilder {\n this.directoriesAllowed = allow\n return this\n }\n\n public startAt(path: string): FilePickerBuilder {\n this.path = path\n return this\n }\n\n public build(): FilePicker {\n return new FilePicker(\n this.title,\n this.multiSelect,\n this.mimeTypeFiler,\n this.modal,\n this.type,\n this.directoriesAllowed,\n this.path\n )\n }\n\n}\n\nexport function getFilePickerBuilder(title: string): FilePickerBuilder {\n return new FilePickerBuilder(title)\n}\n","'use strict';\nvar DESCRIPTORS = require('../internals/descriptors');\nvar fails = require('../internals/fails');\nvar objectKeys = require('../internals/object-keys');\nvar getOwnPropertySymbolsModule = require('../internals/object-get-own-property-symbols');\nvar propertyIsEnumerableModule = require('../internals/object-property-is-enumerable');\nvar toObject = require('../internals/to-object');\nvar IndexedObject = require('../internals/indexed-object');\n\nvar nativeAssign = Object.assign;\nvar defineProperty = Object.defineProperty;\n\n// `Object.assign` method\n// https://tc39.es/ecma262/#sec-object.assign\nmodule.exports = !nativeAssign || fails(function () {\n // should have correct order of operations (Edge bug)\n if (DESCRIPTORS && nativeAssign({ b: 1 }, nativeAssign(defineProperty({}, 'a', {\n enumerable: true,\n get: function () {\n defineProperty(this, 'b', {\n value: 3,\n enumerable: false\n });\n }\n }), { b: 2 })).b !== 1) return true;\n // should work with symbols and should have deterministic property order (V8 bug)\n var A = {};\n var B = {};\n /* global Symbol -- required for testing */\n var symbol = Symbol();\n var alphabet = 'abcdefghijklmnopqrst';\n A[symbol] = 7;\n alphabet.split('').forEach(function (chr) { B[chr] = chr; });\n return nativeAssign({}, A)[symbol] != 7 || objectKeys(nativeAssign({}, B)).join('') != alphabet;\n}) ? function assign(target, source) { // eslint-disable-line no-unused-vars -- required for `.length`\n var T = toObject(target);\n var argumentsLength = arguments.length;\n var index = 1;\n var getOwnPropertySymbols = getOwnPropertySymbolsModule.f;\n var propertyIsEnumerable = propertyIsEnumerableModule.f;\n while (argumentsLength > index) {\n var S = IndexedObject(arguments[index++]);\n var keys = getOwnPropertySymbols ? objectKeys(S).concat(getOwnPropertySymbols(S)) : objectKeys(S);\n var length = keys.length;\n var j = 0;\n var key;\n while (length > j) {\n key = keys[j++];\n if (!DESCRIPTORS || propertyIsEnumerable.call(S, key)) T[key] = S[key];\n }\n } return T;\n} : nativeAssign;\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$({ target: 'Object', stat: true, forced: Object.assign !== assign }, {\n assign: assign\n});\n","/*! *****************************************************************************\r\nCopyright (c) Microsoft Corporation.\r\n\r\nPermission to use, copy, modify, and/or distribute this software for any\r\npurpose with or without fee is hereby granted.\r\n\r\nTHE SOFTWARE IS PROVIDED \"AS IS\" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH\r\nREGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY\r\nAND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,\r\nINDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM\r\nLOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR\r\nOTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\r\nPERFORMANCE OF THIS SOFTWARE.\r\n***************************************************************************** */\r\n/* global Reflect, Promise */\r\n\r\nvar extendStatics = function(d, b) {\r\n extendStatics = Object.setPrototypeOf ||\r\n ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||\r\n function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };\r\n return extendStatics(d, b);\r\n};\r\n\r\nexport function __extends(d, b) {\r\n if (typeof b !== \"function\" && b !== null)\r\n throw new TypeError(\"Class extends value \" + String(b) + \" is not a constructor or null\");\r\n extendStatics(d, b);\r\n function __() { this.constructor = d; }\r\n d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());\r\n}\r\n\r\nexport var __assign = function() {\r\n __assign = Object.assign || function __assign(t) {\r\n for (var s, i = 1, n = arguments.length; i < n; i++) {\r\n s = arguments[i];\r\n for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p];\r\n }\r\n return t;\r\n }\r\n return __assign.apply(this, arguments);\r\n}\r\n\r\nexport function __rest(s, e) {\r\n var t = {};\r\n for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)\r\n t[p] = s[p];\r\n if (s != null && typeof Object.getOwnPropertySymbols === \"function\")\r\n for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {\r\n if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))\r\n t[p[i]] = s[p[i]];\r\n }\r\n return t;\r\n}\r\n\r\nexport function __decorate(decorators, target, key, desc) {\r\n var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;\r\n if (typeof Reflect === \"object\" && typeof Reflect.decorate === \"function\") r = Reflect.decorate(decorators, target, key, desc);\r\n else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;\r\n return c > 3 && r && Object.defineProperty(target, key, r), r;\r\n}\r\n\r\nexport function __param(paramIndex, decorator) {\r\n return function (target, key) { decorator(target, key, paramIndex); }\r\n}\r\n\r\nexport function __metadata(metadataKey, metadataValue) {\r\n if (typeof Reflect === \"object\" && typeof Reflect.metadata === \"function\") return Reflect.metadata(metadataKey, metadataValue);\r\n}\r\n\r\nexport function __awaiter(thisArg, _arguments, P, generator) {\r\n function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }\r\n return new (P || (P = Promise))(function (resolve, reject) {\r\n function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }\r\n function rejected(value) { try { step(generator[\"throw\"](value)); } catch (e) { reject(e); } }\r\n function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }\r\n step((generator = generator.apply(thisArg, _arguments || [])).next());\r\n });\r\n}\r\n\r\nexport function __generator(thisArg, body) {\r\n var _ = { label: 0, sent: function() { if (t[0] & 1) throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g;\r\n return g = { next: verb(0), \"throw\": verb(1), \"return\": verb(2) }, typeof Symbol === \"function\" && (g[Symbol.iterator] = function() { return this; }), g;\r\n function verb(n) { return function (v) { return step([n, v]); }; }\r\n function step(op) {\r\n if (f) throw new TypeError(\"Generator is already executing.\");\r\n while (_) try {\r\n if (f = 1, y && (t = op[0] & 2 ? y[\"return\"] : op[0] ? y[\"throw\"] || ((t = y[\"return\"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done) return t;\r\n if (y = 0, t) op = [op[0] & 2, t.value];\r\n switch (op[0]) {\r\n case 0: case 1: t = op; break;\r\n case 4: _.label++; return { value: op[1], done: false };\r\n case 5: _.label++; y = op[1]; op = [0]; continue;\r\n case 7: op = _.ops.pop(); _.trys.pop(); continue;\r\n default:\r\n if (!(t = _.trys, t = t.length > 0 && t[t.length - 1]) && (op[0] === 6 || op[0] === 2)) { _ = 0; continue; }\r\n if (op[0] === 3 && (!t || (op[1] > t[0] && op[1] < t[3]))) { _.label = op[1]; break; }\r\n if (op[0] === 6 && _.label < t[1]) { _.label = t[1]; t = op; break; }\r\n if (t && _.label < t[2]) { _.label = t[2]; _.ops.push(op); break; }\r\n if (t[2]) _.ops.pop();\r\n _.trys.pop(); continue;\r\n }\r\n op = body.call(thisArg, _);\r\n } catch (e) { op = [6, e]; y = 0; } finally { f = t = 0; }\r\n if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };\r\n }\r\n}\r\n\r\nexport var __createBinding = Object.create ? (function(o, m, k, k2) {\r\n if (k2 === undefined) k2 = k;\r\n Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });\r\n}) : (function(o, m, k, k2) {\r\n if (k2 === undefined) k2 = k;\r\n o[k2] = m[k];\r\n});\r\n\r\nexport function __exportStar(m, o) {\r\n for (var p in m) if (p !== \"default\" && !Object.prototype.hasOwnProperty.call(o, p)) __createBinding(o, m, p);\r\n}\r\n\r\nexport function __values(o) {\r\n var s = typeof Symbol === \"function\" && Symbol.iterator, m = s && o[s], i = 0;\r\n if (m) return m.call(o);\r\n if (o && typeof o.length === \"number\") return {\r\n next: function () {\r\n if (o && i >= o.length) o = void 0;\r\n return { value: o && o[i++], done: !o };\r\n }\r\n };\r\n throw new TypeError(s ? \"Object is not iterable.\" : \"Symbol.iterator is not defined.\");\r\n}\r\n\r\nexport function __read(o, n) {\r\n var m = typeof Symbol === \"function\" && o[Symbol.iterator];\r\n if (!m) return o;\r\n var i = m.call(o), r, ar = [], e;\r\n try {\r\n while ((n === void 0 || n-- > 0) && !(r = i.next()).done) ar.push(r.value);\r\n }\r\n catch (error) { e = { error: error }; }\r\n finally {\r\n try {\r\n if (r && !r.done && (m = i[\"return\"])) m.call(i);\r\n }\r\n finally { if (e) throw e.error; }\r\n }\r\n return ar;\r\n}\r\n\r\n/** @deprecated */\r\nexport function __spread() {\r\n for (var ar = [], i = 0; i < arguments.length; i++)\r\n ar = ar.concat(__read(arguments[i]));\r\n return ar;\r\n}\r\n\r\n/** @deprecated */\r\nexport function __spreadArrays() {\r\n for (var s = 0, i = 0, il = arguments.length; i < il; i++) s += arguments[i].length;\r\n for (var r = Array(s), k = 0, i = 0; i < il; i++)\r\n for (var a = arguments[i], j = 0, jl = a.length; j < jl; j++, k++)\r\n r[k] = a[j];\r\n return r;\r\n}\r\n\r\nexport function __spreadArray(to, from) {\r\n for (var i = 0, il = from.length, j = to.length; i < il; i++, j++)\r\n to[j] = from[i];\r\n return to;\r\n}\r\n\r\nexport function __await(v) {\r\n return this instanceof __await ? (this.v = v, this) : new __await(v);\r\n}\r\n\r\nexport function __asyncGenerator(thisArg, _arguments, generator) {\r\n if (!Symbol.asyncIterator) throw new TypeError(\"Symbol.asyncIterator is not defined.\");\r\n var g = generator.apply(thisArg, _arguments || []), i, q = [];\r\n return i = {}, verb(\"next\"), verb(\"throw\"), verb(\"return\"), i[Symbol.asyncIterator] = function () { return this; }, i;\r\n function verb(n) { if (g[n]) i[n] = function (v) { return new Promise(function (a, b) { q.push([n, v, a, b]) > 1 || resume(n, v); }); }; }\r\n function resume(n, v) { try { step(g[n](v)); } catch (e) { settle(q[0][3], e); } }\r\n function step(r) { r.value instanceof __await ? Promise.resolve(r.value.v).then(fulfill, reject) : settle(q[0][2], r); }\r\n function fulfill(value) { resume(\"next\", value); }\r\n function reject(value) { resume(\"throw\", value); }\r\n function settle(f, v) { if (f(v), q.shift(), q.length) resume(q[0][0], q[0][1]); }\r\n}\r\n\r\nexport function __asyncDelegator(o) {\r\n var i, p;\r\n return i = {}, verb(\"next\"), verb(\"throw\", function (e) { throw e; }), verb(\"return\"), i[Symbol.iterator] = function () { return this; }, i;\r\n function verb(n, f) { i[n] = o[n] ? function (v) { return (p = !p) ? { value: __await(o[n](v)), done: n === \"return\" } : f ? f(v) : v; } : f; }\r\n}\r\n\r\nexport function __asyncValues(o) {\r\n if (!Symbol.asyncIterator) throw new TypeError(\"Symbol.asyncIterator is not defined.\");\r\n var m = o[Symbol.asyncIterator], i;\r\n return m ? m.call(o) : (o = typeof __values === \"function\" ? __values(o) : o[Symbol.iterator](), i = {}, verb(\"next\"), verb(\"throw\"), verb(\"return\"), i[Symbol.asyncIterator] = function () { return this; }, i);\r\n function verb(n) { i[n] = o[n] && function (v) { return new Promise(function (resolve, reject) { v = o[n](v), settle(resolve, reject, v.done, v.value); }); }; }\r\n function settle(resolve, reject, d, v) { Promise.resolve(v).then(function(v) { resolve({ value: v, done: d }); }, reject); }\r\n}\r\n\r\nexport function __makeTemplateObject(cooked, raw) {\r\n if (Object.defineProperty) { Object.defineProperty(cooked, \"raw\", { value: raw }); } else { cooked.raw = raw; }\r\n return cooked;\r\n};\r\n\r\nvar __setModuleDefault = Object.create ? (function(o, v) {\r\n Object.defineProperty(o, \"default\", { enumerable: true, value: v });\r\n}) : function(o, v) {\r\n o[\"default\"] = v;\r\n};\r\n\r\nexport function __importStar(mod) {\r\n if (mod && mod.__esModule) return mod;\r\n var result = {};\r\n if (mod != null) for (var k in mod) if (k !== \"default\" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);\r\n __setModuleDefault(result, mod);\r\n return result;\r\n}\r\n\r\nexport function __importDefault(mod) {\r\n return (mod && mod.__esModule) ? mod : { default: mod };\r\n}\r\n\r\nexport function __classPrivateFieldGet(receiver, privateMap) {\r\n if (!privateMap.has(receiver)) {\r\n throw new TypeError(\"attempted to get private field on non-instance\");\r\n }\r\n return privateMap.get(receiver);\r\n}\r\n\r\nexport function __classPrivateFieldSet(receiver, privateMap, value) {\r\n if (!privateMap.has(receiver)) {\r\n throw new TypeError(\"attempted to set private field on non-instance\");\r\n }\r\n privateMap.set(receiver, value);\r\n return value;\r\n}\r\n","var toObject = require('../internals/to-object');\n\nvar floor = Math.floor;\nvar replace = ''.replace;\nvar SUBSTITUTION_SYMBOLS = /\\$([$&'`]|\\d{1,2}|<[^>]*>)/g;\nvar SUBSTITUTION_SYMBOLS_NO_NAMED = /\\$([$&'`]|\\d{1,2})/g;\n\n// https://tc39.es/ecma262/#sec-getsubstitution\nmodule.exports = function (matched, str, position, captures, namedCaptures, replacement) {\n var tailPos = position + matched.length;\n var m = captures.length;\n var symbols = SUBSTITUTION_SYMBOLS_NO_NAMED;\n if (namedCaptures !== undefined) {\n namedCaptures = toObject(namedCaptures);\n symbols = SUBSTITUTION_SYMBOLS;\n }\n return replace.call(replacement, symbols, function (match, ch) {\n var capture;\n switch (ch.charAt(0)) {\n case '$': return '$';\n case '&': return matched;\n case '`': return str.slice(0, position);\n case \"'\": return str.slice(tailPos);\n case '<':\n capture = namedCaptures[ch.slice(1, -1)];\n break;\n default: // \\d\\d?\n var n = +ch;\n if (n === 0) return match;\n if (n > m) {\n var f = floor(n / 10);\n if (f === 0) return match;\n if (f <= m) return captures[f - 1] === undefined ? ch.charAt(1) : captures[f - 1] + ch.charAt(1);\n return match;\n }\n capture = captures[n - 1];\n }\n return capture === undefined ? '' : capture;\n });\n};\n","'use strict';\nvar fixRegExpWellKnownSymbolLogic = require('../internals/fix-regexp-well-known-symbol-logic');\nvar anObject = require('../internals/an-object');\nvar toLength = require('../internals/to-length');\nvar toInteger = require('../internals/to-integer');\nvar requireObjectCoercible = require('../internals/require-object-coercible');\nvar advanceStringIndex = require('../internals/advance-string-index');\nvar getSubstitution = require('../internals/get-substitution');\nvar regExpExec = require('../internals/regexp-exec-abstract');\n\nvar max = Math.max;\nvar min = Math.min;\n\nvar maybeToString = function (it) {\n return it === undefined ? it : String(it);\n};\n\n// @@replace logic\nfixRegExpWellKnownSymbolLogic('replace', 2, function (REPLACE, nativeReplace, maybeCallNative, reason) {\n var REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE = reason.REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE;\n var REPLACE_KEEPS_$0 = reason.REPLACE_KEEPS_$0;\n var UNSAFE_SUBSTITUTE = REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE ? '$' : '$0';\n\n return [\n // `String.prototype.replace` method\n // https://tc39.es/ecma262/#sec-string.prototype.replace\n function replace(searchValue, replaceValue) {\n var O = requireObjectCoercible(this);\n var replacer = searchValue == undefined ? undefined : searchValue[REPLACE];\n return replacer !== undefined\n ? replacer.call(searchValue, O, replaceValue)\n : nativeReplace.call(String(O), searchValue, replaceValue);\n },\n // `RegExp.prototype[@@replace]` method\n // https://tc39.es/ecma262/#sec-regexp.prototype-@@replace\n function (regexp, replaceValue) {\n if (\n (!REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE && REPLACE_KEEPS_$0) ||\n (typeof replaceValue === 'string' && replaceValue.indexOf(UNSAFE_SUBSTITUTE) === -1)\n ) {\n var res = maybeCallNative(nativeReplace, regexp, this, replaceValue);\n if (res.done) return res.value;\n }\n\n var rx = anObject(regexp);\n var S = String(this);\n\n var functionalReplace = typeof replaceValue === 'function';\n if (!functionalReplace) replaceValue = String(replaceValue);\n\n var global = rx.global;\n if (global) {\n var fullUnicode = rx.unicode;\n rx.lastIndex = 0;\n }\n var results = [];\n while (true) {\n var result = regExpExec(rx, S);\n if (result === null) break;\n\n results.push(result);\n if (!global) break;\n\n var matchStr = String(result[0]);\n if (matchStr === '') rx.lastIndex = advanceStringIndex(S, toLength(rx.lastIndex), fullUnicode);\n }\n\n var accumulatedResult = '';\n var nextSourcePosition = 0;\n for (var i = 0; i < results.length; i++) {\n result = results[i];\n\n var matched = String(result[0]);\n var position = max(min(toInteger(result.index), S.length), 0);\n var captures = [];\n // NOTE: This is equivalent to\n // captures = result.slice(1).map(maybeToString)\n // but for some reason `nativeSlice.call(result, 1, result.length)` (called in\n // the slice polyfill when slicing native arrays) \"doesn't work\" in safari 9 and\n // causes a crash (https://pastebin.com/N21QzeQA) when trying to debug it.\n for (var j = 1; j < result.length; j++) captures.push(maybeToString(result[j]));\n var namedCaptures = result.groups;\n if (functionalReplace) {\n var replacerArgs = [matched].concat(captures, position, S);\n if (namedCaptures !== undefined) replacerArgs.push(namedCaptures);\n var replacement = String(replaceValue.apply(undefined, replacerArgs));\n } else {\n replacement = getSubstitution(matched, S, position, captures, namedCaptures, replaceValue);\n }\n if (position >= nextSourcePosition) {\n accumulatedResult += S.slice(nextSourcePosition, position) + replacement;\n nextSourcePosition = position + matched.length;\n }\n }\n return accumulatedResult + S.slice(nextSourcePosition);\n }\n ];\n});\n","/*!\n * Toastify js 1.10.0\n * https://github.com/apvarun/toastify-js\n * @license MIT licensed\n *\n * Copyright (C) 2018 Varun A P\n */\n(function(root, factory) {\n if (typeof module === \"object\" && module.exports) {\n module.exports = factory();\n } else {\n root.Toastify = factory();\n }\n})(this, function(global) {\n // Object initialization\n var Toastify = function(options) {\n // Returning a new init object\n return new Toastify.lib.init(options);\n },\n // Library version\n version = \"1.10.0\";\n\n // Defining the prototype of the object\n Toastify.lib = Toastify.prototype = {\n toastify: version,\n\n constructor: Toastify,\n\n // Initializing the object with required parameters\n init: function(options) {\n // Verifying and validating the input object\n if (!options) {\n options = {};\n }\n\n // Creating the options object\n this.options = {};\n\n this.toastElement = null;\n\n // Validating the options\n this.options.text = options.text || \"Hi there!\"; // Display message\n this.options.node = options.node // Display content as node\n this.options.duration = options.duration === 0 ? 0 : options.duration || 3000; // Display duration\n this.options.selector = options.selector; // Parent selector\n this.options.callback = options.callback || function() {}; // Callback after display\n this.options.destination = options.destination; // On-click destination\n this.options.newWindow = options.newWindow || false; // Open destination in new window\n this.options.close = options.close || false; // Show toast close icon\n this.options.gravity = options.gravity === \"bottom\" ? \"toastify-bottom\" : \"toastify-top\"; // toast position - top or bottom\n this.options.positionLeft = options.positionLeft || false; // toast position - left or right\n this.options.position = options.position || ''; // toast position - left or right\n this.options.backgroundColor = options.backgroundColor; // toast background color\n this.options.avatar = options.avatar || \"\"; // img element src - url or a path\n this.options.className = options.className || \"\"; // additional class names for the toast\n this.options.stopOnFocus = options.stopOnFocus === undefined? true: options.stopOnFocus; // stop timeout on focus\n this.options.onClick = options.onClick; // Callback after click\n\n this.options.offset = options.offset || { x: 0, y: 0 }; // toast offset\n\n this.options.escapeMarkup = options.escapeMarkup !== undefined ? options.escapeMarkup : true;\n this.options.style = options.style || {};\n\n this.options.style.background = this.options.style.background || options.backgroundColor;\n\n // Returning the current object for chaining functions\n return this;\n },\n\n // Building the DOM element\n buildToast: function() {\n // Validating if the options are defined\n if (!this.options) {\n throw \"Toastify is not initialized\";\n }\n\n // Creating the DOM object\n var divElement = document.createElement(\"div\");\n divElement.className = \"toastify on \" + this.options.className;\n\n // Positioning toast to left or right or center\n if (!!this.options.position) {\n divElement.className += \" toastify-\" + this.options.position;\n } else {\n // To be depreciated in further versions\n if (this.options.positionLeft === true) {\n divElement.className += \" toastify-left\";\n console.warn('Property `positionLeft` will be depreciated in further versions. Please use `position` instead.')\n } else {\n // Default position\n divElement.className += \" toastify-right\";\n }\n }\n\n // Assigning gravity of element\n divElement.className += \" \" + this.options.gravity;\n\n if (this.options.backgroundColor) {\n // This is being deprecated in favor of using the style HTML DOM property\n console.warn('DEPRECATION NOTICE: \"backgroundColor\" is being deprecated. Please use the \"style.background\" property.');\n }\n\n // Loop through our style object and apply styles to divElement\n for (const property in this.options.style) {\n divElement.style[property] = this.options.style[property];\n }\n\n // Adding the toast message/node\n if (this.options.node && this.options.node.nodeType === Node.ELEMENT_NODE) {\n // If we have a valid node, we insert it\n divElement.appendChild(this.options.node)\n } else {\n if (this.options.escapeMarkup) {\n divElement.innerText = this.options.text;\n } else {\n divElement.innerHTML = this.options.text;\n }\n\n if (this.options.avatar !== \"\") {\n var avatarElement = document.createElement(\"img\");\n avatarElement.src = this.options.avatar;\n\n avatarElement.className = \"toastify-avatar\";\n\n if (this.options.position == \"left\" || this.options.positionLeft === true) {\n // Adding close icon on the left of content\n divElement.appendChild(avatarElement);\n } else {\n // Adding close icon on the right of content\n divElement.insertAdjacentElement(\"afterbegin\", avatarElement);\n }\n }\n }\n\n // Adding a close icon to the toast\n if (this.options.close === true) {\n // Create a span for close element\n var closeElement = document.createElement(\"span\");\n closeElement.innerHTML = \"&#10006;\";\n\n closeElement.className = \"toast-close\";\n\n // Triggering the removal of toast from DOM on close click\n closeElement.addEventListener(\n \"click\",\n function(event) {\n event.stopPropagation();\n this.removeElement(this.toastElement);\n window.clearTimeout(this.toastElement.timeOutValue);\n }.bind(this)\n );\n\n //Calculating screen width\n var width = window.innerWidth > 0 ? window.innerWidth : screen.width;\n\n // Adding the close icon to the toast element\n // Display on the right if screen width is less than or equal to 360px\n if ((this.options.position == \"left\" || this.options.positionLeft === true) && width > 360) {\n // Adding close icon on the left of content\n divElement.insertAdjacentElement(\"afterbegin\", closeElement);\n } else {\n // Adding close icon on the right of content\n divElement.appendChild(closeElement);\n }\n }\n\n // Clear timeout while toast is focused\n if (this.options.stopOnFocus && this.options.duration > 0) {\n var self = this;\n // stop countdown\n divElement.addEventListener(\n \"mouseover\",\n function(event) {\n window.clearTimeout(divElement.timeOutValue);\n }\n )\n // add back the timeout\n divElement.addEventListener(\n \"mouseleave\",\n function() {\n divElement.timeOutValue = window.setTimeout(\n function() {\n // Remove the toast from DOM\n self.removeElement(divElement);\n },\n self.options.duration\n )\n }\n )\n }\n \n // Adding an on-click destination path\n if (typeof this.options.destination !== \"undefined\") {\n divElement.addEventListener(\n \"click\",\n function(event) {\n event.stopPropagation();\n if (this.options.newWindow === true) {\n window.open(this.options.destination, \"_blank\");\n } else {\n window.location = this.options.destination;\n }\n }.bind(this)\n );\n }\n\n if (typeof this.options.onClick === \"function\" && typeof this.options.destination === \"undefined\") {\n divElement.addEventListener(\n \"click\",\n function(event) {\n event.stopPropagation();\n this.options.onClick(); \n }.bind(this)\n );\n }\n\n // Adding offset\n if(typeof this.options.offset === \"object\") {\n\n var x = getAxisOffsetAValue(\"x\", this.options);\n var y = getAxisOffsetAValue(\"y\", this.options);\n \n var xOffset = this.options.position == \"left\" ? x : \"-\" + x;\n var yOffset = this.options.gravity == \"toastify-top\" ? y : \"-\" + y;\n\n divElement.style.transform = \"translate(\" + xOffset + \",\" + yOffset + \")\";\n\n }\n\n // Returning the generated element\n return divElement;\n },\n\n // Displaying the toast\n showToast: function() {\n // Creating the DOM object for the toast\n this.toastElement = this.buildToast();\n\n // Getting the root element to with the toast needs to be added\n var rootElement;\n if (typeof this.options.selector === \"string\") {\n rootElement = document.getElementById(this.options.selector);\n } else if (this.options.selector instanceof HTMLElement || this.options.selector instanceof ShadowRoot) {\n rootElement = this.options.selector;\n } else {\n rootElement = document.body;\n }\n\n // Validating if root element is present in DOM\n if (!rootElement) {\n throw \"Root element is not defined\";\n }\n\n // Adding the DOM element\n rootElement.insertBefore(this.toastElement, rootElement.firstChild);\n\n // Repositioning the toasts in case multiple toasts are present\n Toastify.reposition();\n\n if (this.options.duration > 0) {\n this.toastElement.timeOutValue = window.setTimeout(\n function() {\n // Remove the toast from DOM\n this.removeElement(this.toastElement);\n }.bind(this),\n this.options.duration\n ); // Binding `this` for function invocation\n }\n\n // Supporting function chaining\n return this;\n },\n\n hideToast: function() {\n if (this.toastElement.timeOutValue) {\n clearTimeout(this.toastElement.timeOutValue);\n }\n this.removeElement(this.toastElement);\n },\n\n // Removing the element from the DOM\n removeElement: function(toastElement) {\n // Hiding the element\n // toastElement.classList.remove(\"on\");\n toastElement.className = toastElement.className.replace(\" on\", \"\");\n\n // Removing the element from DOM after transition end\n window.setTimeout(\n function() {\n // remove options node if any\n if (this.options.node && this.options.node.parentNode) {\n this.options.node.parentNode.removeChild(this.options.node);\n }\n\n // Remove the elemenf from the DOM, only when the parent node was not removed before.\n if (toastElement.parentNode) {\n toastElement.parentNode.removeChild(toastElement);\n }\n\n // Calling the callback function\n this.options.callback.call(toastElement);\n\n // Repositioning the toasts again\n Toastify.reposition();\n }.bind(this),\n 400\n ); // Binding `this` for function invocation\n },\n };\n\n // Positioning the toasts on the DOM\n Toastify.reposition = function() {\n\n // Top margins with gravity\n var topLeftOffsetSize = {\n top: 15,\n bottom: 15,\n };\n var topRightOffsetSize = {\n top: 15,\n bottom: 15,\n };\n var offsetSize = {\n top: 15,\n bottom: 15,\n };\n\n // Get all toast messages on the DOM\n var allToasts = document.getElementsByClassName(\"toastify\");\n\n var classUsed;\n\n // Modifying the position of each toast element\n for (var i = 0; i < allToasts.length; i++) {\n // Getting the applied gravity\n if (containsClass(allToasts[i], \"toastify-top\") === true) {\n classUsed = \"toastify-top\";\n } else {\n classUsed = \"toastify-bottom\";\n }\n\n var height = allToasts[i].offsetHeight;\n classUsed = classUsed.substr(9, classUsed.length-1)\n // Spacing between toasts\n var offset = 15;\n\n var width = window.innerWidth > 0 ? window.innerWidth : screen.width;\n\n // Show toast in center if screen with less than or qual to 360px\n if (width <= 360) {\n // Setting the position\n allToasts[i].style[classUsed] = offsetSize[classUsed] + \"px\";\n\n offsetSize[classUsed] += height + offset;\n } else {\n if (containsClass(allToasts[i], \"toastify-left\") === true) {\n // Setting the position\n allToasts[i].style[classUsed] = topLeftOffsetSize[classUsed] + \"px\";\n\n topLeftOffsetSize[classUsed] += height + offset;\n } else {\n // Setting the position\n allToasts[i].style[classUsed] = topRightOffsetSize[classUsed] + \"px\";\n\n topRightOffsetSize[classUsed] += height + offset;\n }\n }\n }\n\n // Supporting function chaining\n return this;\n };\n\n // Helper function to get offset.\n function getAxisOffsetAValue(axis, options) {\n\n if(options.offset[axis]) {\n if(isNaN(options.offset[axis])) {\n return options.offset[axis];\n }\n else {\n return options.offset[axis] + 'px';\n }\n }\n\n return '0px';\n\n }\n\n function containsClass(elem, yourClass) {\n if (!elem || typeof yourClass !== \"string\") {\n return false;\n } else if (\n elem.className &&\n elem.className\n .trim()\n .split(/\\s+/gi)\n .indexOf(yourClass) > -1\n ) {\n return true;\n } else {\n return false;\n }\n }\n\n // Setting up the prototype for the init object\n Toastify.lib.init.prototype = Toastify.lib;\n\n // Returning the Toastify function to be assigned to the window object/module\n return Toastify;\n});\n","/**\n * lodash (Custom Build) <https://lodash.com/>\n * Build: `lodash modularize exports=\"npm\" -o ./`\n * Copyright jQuery Foundation and other contributors <https://jquery.org/>\n * Released under MIT license <https://lodash.com/license>\n * Based on Underscore.js 1.8.3 <http://underscorejs.org/LICENSE>\n * Copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors\n */\n\n/** Used as the `TypeError` message for \"Functions\" methods. */\nvar FUNC_ERROR_TEXT = 'Expected a function';\n\n/** Used to stand-in for `undefined` hash values. */\nvar HASH_UNDEFINED = '__lodash_hash_undefined__';\n\n/** Used as references for various `Number` constants. */\nvar INFINITY = 1 / 0;\n\n/** `Object#toString` result references. */\nvar funcTag = '[object Function]',\n genTag = '[object GeneratorFunction]',\n symbolTag = '[object Symbol]';\n\n/** Used to match property names within property paths. */\nvar reIsDeepProp = /\\.|\\[(?:[^[\\]]*|([\"'])(?:(?!\\1)[^\\\\]|\\\\.)*?\\1)\\]/,\n reIsPlainProp = /^\\w*$/,\n reLeadingDot = /^\\./,\n rePropName = /[^.[\\]]+|\\[(?:(-?\\d+(?:\\.\\d+)?)|([\"'])((?:(?!\\2)[^\\\\]|\\\\.)*?)\\2)\\]|(?=(?:\\.|\\[\\])(?:\\.|\\[\\]|$))/g;\n\n/**\n * Used to match `RegExp`\n * [syntax characters](http://ecma-international.org/ecma-262/7.0/#sec-patterns).\n */\nvar reRegExpChar = /[\\\\^$.*+?()[\\]{}|]/g;\n\n/** Used to match backslashes in property paths. */\nvar reEscapeChar = /\\\\(\\\\)?/g;\n\n/** Used to detect host constructors (Safari). */\nvar reIsHostCtor = /^\\[object .+?Constructor\\]$/;\n\n/** Detect free variable `global` from Node.js. */\nvar freeGlobal = typeof global == 'object' && global && global.Object === Object && global;\n\n/** Detect free variable `self`. */\nvar freeSelf = typeof self == 'object' && self && self.Object === Object && self;\n\n/** Used as a reference to the global object. */\nvar root = freeGlobal || freeSelf || Function('return this')();\n\n/**\n * Gets the value at `key` of `object`.\n *\n * @private\n * @param {Object} [object] The object to query.\n * @param {string} key The key of the property to get.\n * @returns {*} Returns the property value.\n */\nfunction getValue(object, key) {\n return object == null ? undefined : object[key];\n}\n\n/**\n * Checks if `value` is a host object in IE < 9.\n *\n * @private\n * @param {*} value The value to check.\n * @returns {boolean} Returns `true` if `value` is a host object, else `false`.\n */\nfunction isHostObject(value) {\n // Many host objects are `Object` objects that can coerce to strings\n // despite having improperly defined `toString` methods.\n var result = false;\n if (value != null && typeof value.toString != 'function') {\n try {\n result = !!(value + '');\n } catch (e) {}\n }\n return result;\n}\n\n/** Used for built-in method references. */\nvar arrayProto = Array.prototype,\n funcProto = Function.prototype,\n objectProto = Object.prototype;\n\n/** Used to detect overreaching core-js shims. */\nvar coreJsData = root['__core-js_shared__'];\n\n/** Used to detect methods masquerading as native. */\nvar maskSrcKey = (function() {\n var uid = /[^.]+$/.exec(coreJsData && coreJsData.keys && coreJsData.keys.IE_PROTO || '');\n return uid ? ('Symbol(src)_1.' + uid) : '';\n}());\n\n/** Used to resolve the decompiled source of functions. */\nvar funcToString = funcProto.toString;\n\n/** Used to check objects for own properties. */\nvar hasOwnProperty = objectProto.hasOwnProperty;\n\n/**\n * Used to resolve the\n * [`toStringTag`](http://ecma-international.org/ecma-262/7.0/#sec-object.prototype.tostring)\n * of values.\n */\nvar objectToString = objectProto.toString;\n\n/** Used to detect if a method is native. */\nvar reIsNative = RegExp('^' +\n funcToString.call(hasOwnProperty).replace(reRegExpChar, '\\\\$&')\n .replace(/hasOwnProperty|(function).*?(?=\\\\\\()| for .+?(?=\\\\\\])/g, '$1.*?') + '$'\n);\n\n/** Built-in value references. */\nvar Symbol = root.Symbol,\n splice = arrayProto.splice;\n\n/* Built-in method references that are verified to be native. */\nvar Map = getNative(root, 'Map'),\n nativeCreate = getNative(Object, 'create');\n\n/** Used to convert symbols to primitives and strings. */\nvar symbolProto = Symbol ? Symbol.prototype : undefined,\n symbolToString = symbolProto ? symbolProto.toString : undefined;\n\n/**\n * Creates a hash object.\n *\n * @private\n * @constructor\n * @param {Array} [entries] The key-value pairs to cache.\n */\nfunction Hash(entries) {\n var index = -1,\n length = entries ? entries.length : 0;\n\n this.clear();\n while (++index < length) {\n var entry = entries[index];\n this.set(entry[0], entry[1]);\n }\n}\n\n/**\n * Removes all key-value entries from the hash.\n *\n * @private\n * @name clear\n * @memberOf Hash\n */\nfunction hashClear() {\n this.__data__ = nativeCreate ? nativeCreate(null) : {};\n}\n\n/**\n * Removes `key` and its value from the hash.\n *\n * @private\n * @name delete\n * @memberOf Hash\n * @param {Object} hash The hash to modify.\n * @param {string} key The key of the value to remove.\n * @returns {boolean} Returns `true` if the entry was removed, else `false`.\n */\nfunction hashDelete(key) {\n return this.has(key) && delete this.__data__[key];\n}\n\n/**\n * Gets the hash value for `key`.\n *\n * @private\n * @name get\n * @memberOf Hash\n * @param {string} key The key of the value to get.\n * @returns {*} Returns the entry value.\n */\nfunction hashGet(key) {\n var data = this.__data__;\n if (nativeCreate) {\n var result = data[key];\n return result === HASH_UNDEFINED ? undefined : result;\n }\n return hasOwnProperty.call(data, key) ? data[key] : undefined;\n}\n\n/**\n * Checks if a hash value for `key` exists.\n *\n * @private\n * @name has\n * @memberOf Hash\n * @param {string} key The key of the entry to check.\n * @returns {boolean} Returns `true` if an entry for `key` exists, else `false`.\n */\nfunction hashHas(key) {\n var data = this.__data__;\n return nativeCreate ? data[key] !== undefined : hasOwnProperty.call(data, key);\n}\n\n/**\n * Sets the hash `key` to `value`.\n *\n * @private\n * @name set\n * @memberOf Hash\n * @param {string} key The key of the value to set.\n * @param {*} value The value to set.\n * @returns {Object} Returns the hash instance.\n */\nfunction hashSet(key, value) {\n var data = this.__data__;\n data[key] = (nativeCreate && value === undefined) ? HASH_UNDEFINED : value;\n return this;\n}\n\n// Add methods to `Hash`.\nHash.prototype.clear = hashClear;\nHash.prototype['delete'] = hashDelete;\nHash.prototype.get = hashGet;\nHash.prototype.has = hashHas;\nHash.prototype.set = hashSet;\n\n/**\n * Creates an list cache object.\n *\n * @private\n * @constructor\n * @param {Array} [entries] The key-value pairs to cache.\n */\nfunction ListCache(entries) {\n var index = -1,\n length = entries ? entries.length : 0;\n\n this.clear();\n while (++index < length) {\n var entry = entries[index];\n this.set(entry[0], entry[1]);\n }\n}\n\n/**\n * Removes all key-value entries from the list cache.\n *\n * @private\n * @name clear\n * @memberOf ListCache\n */\nfunction listCacheClear() {\n this.__data__ = [];\n}\n\n/**\n * Removes `key` and its value from the list cache.\n *\n * @private\n * @name delete\n * @memberOf ListCache\n * @param {string} key The key of the value to remove.\n * @returns {boolean} Returns `true` if the entry was removed, else `false`.\n */\nfunction listCacheDelete(key) {\n var data = this.__data__,\n index = assocIndexOf(data, key);\n\n if (index < 0) {\n return false;\n }\n var lastIndex = data.length - 1;\n if (index == lastIndex) {\n data.pop();\n } else {\n splice.call(data, index, 1);\n }\n return true;\n}\n\n/**\n * Gets the list cache value for `key`.\n *\n * @private\n * @name get\n * @memberOf ListCache\n * @param {string} key The key of the value to get.\n * @returns {*} Returns the entry value.\n */\nfunction listCacheGet(key) {\n var data = this.__data__,\n index = assocIndexOf(data, key);\n\n return index < 0 ? undefined : data[index][1];\n}\n\n/**\n * Checks if a list cache value for `key` exists.\n *\n * @private\n * @name has\n * @memberOf ListCache\n * @param {string} key The key of the entry to check.\n * @returns {boolean} Returns `true` if an entry for `key` exists, else `false`.\n */\nfunction listCacheHas(key) {\n return assocIndexOf(this.__data__, key) > -1;\n}\n\n/**\n * Sets the list cache `key` to `value`.\n *\n * @private\n * @name set\n * @memberOf ListCache\n * @param {string} key The key of the value to set.\n * @param {*} value The value to set.\n * @returns {Object} Returns the list cache instance.\n */\nfunction listCacheSet(key, value) {\n var data = this.__data__,\n index = assocIndexOf(data, key);\n\n if (index < 0) {\n data.push([key, value]);\n } else {\n data[index][1] = value;\n }\n return this;\n}\n\n// Add methods to `ListCache`.\nListCache.prototype.clear = listCacheClear;\nListCache.prototype['delete'] = listCacheDelete;\nListCache.prototype.get = listCacheGet;\nListCache.prototype.has = listCacheHas;\nListCache.prototype.set = listCacheSet;\n\n/**\n * Creates a map cache object to store key-value pairs.\n *\n * @private\n * @constructor\n * @param {Array} [entries] The key-value pairs to cache.\n */\nfunction MapCache(entries) {\n var index = -1,\n length = entries ? entries.length : 0;\n\n this.clear();\n while (++index < length) {\n var entry = entries[index];\n this.set(entry[0], entry[1]);\n }\n}\n\n/**\n * Removes all key-value entries from the map.\n *\n * @private\n * @name clear\n * @memberOf MapCache\n */\nfunction mapCacheClear() {\n this.__data__ = {\n 'hash': new Hash,\n 'map': new (Map || ListCache),\n 'string': new Hash\n };\n}\n\n/**\n * Removes `key` and its value from the map.\n *\n * @private\n * @name delete\n * @memberOf MapCache\n * @param {string} key The key of the value to remove.\n * @returns {boolean} Returns `true` if the entry was removed, else `false`.\n */\nfunction mapCacheDelete(key) {\n return getMapData(this, key)['delete'](key);\n}\n\n/**\n * Gets the map value for `key`.\n *\n * @private\n * @name get\n * @memberOf MapCache\n * @param {string} key The key of the value to get.\n * @returns {*} Returns the entry value.\n */\nfunction mapCacheGet(key) {\n return getMapData(this, key).get(key);\n}\n\n/**\n * Checks if a map value for `key` exists.\n *\n * @private\n * @name has\n * @memberOf MapCache\n * @param {string} key The key of the entry to check.\n * @returns {boolean} Returns `true` if an entry for `key` exists, else `false`.\n */\nfunction mapCacheHas(key) {\n return getMapData(this, key).has(key);\n}\n\n/**\n * Sets the map `key` to `value`.\n *\n * @private\n * @name set\n * @memberOf MapCache\n * @param {string} key The key of the value to set.\n * @param {*} value The value to set.\n * @returns {Object} Returns the map cache instance.\n */\nfunction mapCacheSet(key, value) {\n getMapData(this, key).set(key, value);\n return this;\n}\n\n// Add methods to `MapCache`.\nMapCache.prototype.clear = mapCacheClear;\nMapCache.prototype['delete'] = mapCacheDelete;\nMapCache.prototype.get = mapCacheGet;\nMapCache.prototype.has = mapCacheHas;\nMapCache.prototype.set = mapCacheSet;\n\n/**\n * Gets the index at which the `key` is found in `array` of key-value pairs.\n *\n * @private\n * @param {Array} array The array to inspect.\n * @param {*} key The key to search for.\n * @returns {number} Returns the index of the matched value, else `-1`.\n */\nfunction assocIndexOf(array, key) {\n var length = array.length;\n while (length--) {\n if (eq(array[length][0], key)) {\n return length;\n }\n }\n return -1;\n}\n\n/**\n * The base implementation of `_.get` without support for default values.\n *\n * @private\n * @param {Object} object The object to query.\n * @param {Array|string} path The path of the property to get.\n * @returns {*} Returns the resolved value.\n */\nfunction baseGet(object, path) {\n path = isKey(path, object) ? [path] : castPath(path);\n\n var index = 0,\n length = path.length;\n\n while (object != null && index < length) {\n object = object[toKey(path[index++])];\n }\n return (index && index == length) ? object : undefined;\n}\n\n/**\n * The base implementation of `_.isNative` without bad shim checks.\n *\n * @private\n * @param {*} value The value to check.\n * @returns {boolean} Returns `true` if `value` is a native function,\n * else `false`.\n */\nfunction baseIsNative(value) {\n if (!isObject(value) || isMasked(value)) {\n return false;\n }\n var pattern = (isFunction(value) || isHostObject(value)) ? reIsNative : reIsHostCtor;\n return pattern.test(toSource(value));\n}\n\n/**\n * The base implementation of `_.toString` which doesn't convert nullish\n * values to empty strings.\n *\n * @private\n * @param {*} value The value to process.\n * @returns {string} Returns the string.\n */\nfunction baseToString(value) {\n // Exit early for strings to avoid a performance hit in some environments.\n if (typeof value == 'string') {\n return value;\n }\n if (isSymbol(value)) {\n return symbolToString ? symbolToString.call(value) : '';\n }\n var result = (value + '');\n return (result == '0' && (1 / value) == -INFINITY) ? '-0' : result;\n}\n\n/**\n * Casts `value` to a path array if it's not one.\n *\n * @private\n * @param {*} value The value to inspect.\n * @returns {Array} Returns the cast property path array.\n */\nfunction castPath(value) {\n return isArray(value) ? value : stringToPath(value);\n}\n\n/**\n * Gets the data for `map`.\n *\n * @private\n * @param {Object} map The map to query.\n * @param {string} key The reference key.\n * @returns {*} Returns the map data.\n */\nfunction getMapData(map, key) {\n var data = map.__data__;\n return isKeyable(key)\n ? data[typeof key == 'string' ? 'string' : 'hash']\n : data.map;\n}\n\n/**\n * Gets the native function at `key` of `object`.\n *\n * @private\n * @param {Object} object The object to query.\n * @param {string} key The key of the method to get.\n * @returns {*} Returns the function if it's native, else `undefined`.\n */\nfunction getNative(object, key) {\n var value = getValue(object, key);\n return baseIsNative(value) ? value : undefined;\n}\n\n/**\n * Checks if `value` is a property name and not a property path.\n *\n * @private\n * @param {*} value The value to check.\n * @param {Object} [object] The object to query keys on.\n * @returns {boolean} Returns `true` if `value` is a property name, else `false`.\n */\nfunction isKey(value, object) {\n if (isArray(value)) {\n return false;\n }\n var type = typeof value;\n if (type == 'number' || type == 'symbol' || type == 'boolean' ||\n value == null || isSymbol(value)) {\n return true;\n }\n return reIsPlainProp.test(value) || !reIsDeepProp.test(value) ||\n (object != null && value in Object(object));\n}\n\n/**\n * Checks if `value` is suitable for use as unique object key.\n *\n * @private\n * @param {*} value The value to check.\n * @returns {boolean} Returns `true` if `value` is suitable, else `false`.\n */\nfunction isKeyable(value) {\n var type = typeof value;\n return (type == 'string' || type == 'number' || type == 'symbol' || type == 'boolean')\n ? (value !== '__proto__')\n : (value === null);\n}\n\n/**\n * Checks if `func` has its source masked.\n *\n * @private\n * @param {Function} func The function to check.\n * @returns {boolean} Returns `true` if `func` is masked, else `false`.\n */\nfunction isMasked(func) {\n return !!maskSrcKey && (maskSrcKey in func);\n}\n\n/**\n * Converts `string` to a property path array.\n *\n * @private\n * @param {string} string The string to convert.\n * @returns {Array} Returns the property path array.\n */\nvar stringToPath = memoize(function(string) {\n string = toString(string);\n\n var result = [];\n if (reLeadingDot.test(string)) {\n result.push('');\n }\n string.replace(rePropName, function(match, number, quote, string) {\n result.push(quote ? string.replace(reEscapeChar, '$1') : (number || match));\n });\n return result;\n});\n\n/**\n * Converts `value` to a string key if it's not a string or symbol.\n *\n * @private\n * @param {*} value The value to inspect.\n * @returns {string|symbol} Returns the key.\n */\nfunction toKey(value) {\n if (typeof value == 'string' || isSymbol(value)) {\n return value;\n }\n var result = (value + '');\n return (result == '0' && (1 / value) == -INFINITY) ? '-0' : result;\n}\n\n/**\n * Converts `func` to its source code.\n *\n * @private\n * @param {Function} func The function to process.\n * @returns {string} Returns the source code.\n */\nfunction toSource(func) {\n if (func != null) {\n try {\n return funcToString.call(func);\n } catch (e) {}\n try {\n return (func + '');\n } catch (e) {}\n }\n return '';\n}\n\n/**\n * Creates a function that memoizes the result of `func`. If `resolver` is\n * provided, it determines the cache key for storing the result based on the\n * arguments provided to the memoized function. By default, the first argument\n * provided to the memoized function is used as the map cache key. The `func`\n * is invoked with the `this` binding of the memoized function.\n *\n * **Note:** The cache is exposed as the `cache` property on the memoized\n * function. Its creation may be customized by replacing the `_.memoize.Cache`\n * constructor with one whose instances implement the\n * [`Map`](http://ecma-international.org/ecma-262/7.0/#sec-properties-of-the-map-prototype-object)\n * method interface of `delete`, `get`, `has`, and `set`.\n *\n * @static\n * @memberOf _\n * @since 0.1.0\n * @category Function\n * @param {Function} func The function to have its output memoized.\n * @param {Function} [resolver] The function to resolve the cache key.\n * @returns {Function} Returns the new memoized function.\n * @example\n *\n * var object = { 'a': 1, 'b': 2 };\n * var other = { 'c': 3, 'd': 4 };\n *\n * var values = _.memoize(_.values);\n * values(object);\n * // => [1, 2]\n *\n * values(other);\n * // => [3, 4]\n *\n * object.a = 2;\n * values(object);\n * // => [1, 2]\n *\n * // Modify the result cache.\n * values.cache.set(object, ['a', 'b']);\n * values(object);\n * // => ['a', 'b']\n *\n * // Replace `_.memoize.Cache`.\n * _.memoize.Cache = WeakMap;\n */\nfunction memoize(func, resolver) {\n if (typeof func != 'function' || (resolver && typeof resolver != 'function')) {\n throw new TypeError(FUNC_ERROR_TEXT);\n }\n var memoized = function() {\n var args = arguments,\n key = resolver ? resolver.apply(this, args) : args[0],\n cache = memoized.cache;\n\n if (cache.has(key)) {\n return cache.get(key);\n }\n var result = func.apply(this, args);\n memoized.cache = cache.set(key, result);\n return result;\n };\n memoized.cache = new (memoize.Cache || MapCache);\n return memoized;\n}\n\n// Assign cache to `_.memoize`.\nmemoize.Cache = MapCache;\n\n/**\n * Performs a\n * [`SameValueZero`](http://ecma-international.org/ecma-262/7.0/#sec-samevaluezero)\n * comparison between two values to determine if they are equivalent.\n *\n * @static\n * @memberOf _\n * @since 4.0.0\n * @category Lang\n * @param {*} value The value to compare.\n * @param {*} other The other value to compare.\n * @returns {boolean} Returns `true` if the values are equivalent, else `false`.\n * @example\n *\n * var object = { 'a': 1 };\n * var other = { 'a': 1 };\n *\n * _.eq(object, object);\n * // => true\n *\n * _.eq(object, other);\n * // => false\n *\n * _.eq('a', 'a');\n * // => true\n *\n * _.eq('a', Object('a'));\n * // => false\n *\n * _.eq(NaN, NaN);\n * // => true\n */\nfunction eq(value, other) {\n return value === other || (value !== value && other !== other);\n}\n\n/**\n * Checks if `value` is classified as an `Array` object.\n *\n * @static\n * @memberOf _\n * @since 0.1.0\n * @category Lang\n * @param {*} value The value to check.\n * @returns {boolean} Returns `true` if `value` is an array, else `false`.\n * @example\n *\n * _.isArray([1, 2, 3]);\n * // => true\n *\n * _.isArray(document.body.children);\n * // => false\n *\n * _.isArray('abc');\n * // => false\n *\n * _.isArray(_.noop);\n * // => false\n */\nvar isArray = Array.isArray;\n\n/**\n * Checks if `value` is classified as a `Function` object.\n *\n * @static\n * @memberOf _\n * @since 0.1.0\n * @category Lang\n * @param {*} value The value to check.\n * @returns {boolean} Returns `true` if `value` is a function, else `false`.\n * @example\n *\n * _.isFunction(_);\n * // => true\n *\n * _.isFunction(/abc/);\n * // => false\n */\nfunction isFunction(value) {\n // The use of `Object#toString` avoids issues with the `typeof` operator\n // in Safari 8-9 which returns 'object' for typed array and other constructors.\n var tag = isObject(value) ? objectToString.call(value) : '';\n return tag == funcTag || tag == genTag;\n}\n\n/**\n * Checks if `value` is the\n * [language type](http://www.ecma-international.org/ecma-262/7.0/#sec-ecmascript-language-types)\n * of `Object`. (e.g. arrays, functions, objects, regexes, `new Number(0)`, and `new String('')`)\n *\n * @static\n * @memberOf _\n * @since 0.1.0\n * @category Lang\n * @param {*} value The value to check.\n * @returns {boolean} Returns `true` if `value` is an object, else `false`.\n * @example\n *\n * _.isObject({});\n * // => true\n *\n * _.isObject([1, 2, 3]);\n * // => true\n *\n * _.isObject(_.noop);\n * // => true\n *\n * _.isObject(null);\n * // => false\n */\nfunction isObject(value) {\n var type = typeof value;\n return !!value && (type == 'object' || type == 'function');\n}\n\n/**\n * Checks if `value` is object-like. A value is object-like if it's not `null`\n * and has a `typeof` result of \"object\".\n *\n * @static\n * @memberOf _\n * @since 4.0.0\n * @category Lang\n * @param {*} value The value to check.\n * @returns {boolean} Returns `true` if `value` is object-like, else `false`.\n * @example\n *\n * _.isObjectLike({});\n * // => true\n *\n * _.isObjectLike([1, 2, 3]);\n * // => true\n *\n * _.isObjectLike(_.noop);\n * // => false\n *\n * _.isObjectLike(null);\n * // => false\n */\nfunction isObjectLike(value) {\n return !!value && typeof value == 'object';\n}\n\n/**\n * Checks if `value` is classified as a `Symbol` primitive or object.\n *\n * @static\n * @memberOf _\n * @since 4.0.0\n * @category Lang\n * @param {*} value The value to check.\n * @returns {boolean} Returns `true` if `value` is a symbol, else `false`.\n * @example\n *\n * _.isSymbol(Symbol.iterator);\n * // => true\n *\n * _.isSymbol('abc');\n * // => false\n */\nfunction isSymbol(value) {\n return typeof value == 'symbol' ||\n (isObjectLike(value) && objectToString.call(value) == symbolTag);\n}\n\n/**\n * Converts `value` to a string. An empty string is returned for `null`\n * and `undefined` values. The sign of `-0` is preserved.\n *\n * @static\n * @memberOf _\n * @since 4.0.0\n * @category Lang\n * @param {*} value The value to process.\n * @returns {string} Returns the string.\n * @example\n *\n * _.toString(null);\n * // => ''\n *\n * _.toString(-0);\n * // => '-0'\n *\n * _.toString([1, 2, 3]);\n * // => '1,2,3'\n */\nfunction toString(value) {\n return value == null ? '' : baseToString(value);\n}\n\n/**\n * Gets the value at `path` of `object`. If the resolved value is\n * `undefined`, the `defaultValue` is returned in its place.\n *\n * @static\n * @memberOf _\n * @since 3.7.0\n * @category Object\n * @param {Object} object The object to query.\n * @param {Array|string} path The path of the property to get.\n * @param {*} [defaultValue] The value returned for `undefined` resolved values.\n * @returns {*} Returns the resolved value.\n * @example\n *\n * var object = { 'a': [{ 'b': { 'c': 3 } }] };\n *\n * _.get(object, 'a[0].b.c');\n * // => 3\n *\n * _.get(object, ['a', '0', 'b', 'c']);\n * // => 3\n *\n * _.get(object, 'a.b.c', 'default');\n * // => 'default'\n */\nfunction get(object, path, defaultValue) {\n var result = object == null ? undefined : baseGet(object, path);\n return result === undefined ? defaultValue : result;\n}\n\nmodule.exports = get;\n","'use strict';\n\nmodule.exports = {\n ach: {\n name: 'Acholi',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n > 1)',\n pluralsFunc: function(n) {\n return (n > 1);\n }\n },\n af: {\n name: 'Afrikaans',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n !== 1)',\n pluralsFunc: function(n) {\n return (n !== 1);\n }\n },\n ak: {\n name: 'Akan',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n > 1)',\n pluralsFunc: function(n) {\n return (n > 1);\n }\n },\n am: {\n name: 'Amharic',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n > 1)',\n pluralsFunc: function(n) {\n return (n > 1);\n }\n },\n an: {\n name: 'Aragonese',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n !== 1)',\n pluralsFunc: function(n) {\n return (n !== 1);\n }\n },\n ar: {\n name: 'Arabic',\n examples: [{\n plural: 0,\n sample: 0\n }, {\n plural: 1,\n sample: 1\n }, {\n plural: 2,\n sample: 2\n }, {\n plural: 3,\n sample: 3\n }, {\n plural: 4,\n sample: 11\n }, {\n plural: 5,\n sample: 100\n }],\n nplurals: 6,\n pluralsText: 'nplurals = 6; plural = (n === 0 ? 0 : n === 1 ? 1 : n === 2 ? 2 : n % 100 >= 3 && n % 100 <= 10 ? 3 : n % 100 >= 11 ? 4 : 5)',\n pluralsFunc: function(n) {\n return (n === 0 ? 0 : n === 1 ? 1 : n === 2 ? 2 : n % 100 >= 3 && n % 100 <= 10 ? 3 : n % 100 >= 11 ? 4 : 5);\n }\n },\n arn: {\n name: 'Mapudungun',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n > 1)',\n pluralsFunc: function(n) {\n return (n > 1);\n }\n },\n ast: {\n name: 'Asturian',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n !== 1)',\n pluralsFunc: function(n) {\n return (n !== 1);\n }\n },\n ay: {\n name: 'Aymará',\n examples: [{\n plural: 0,\n sample: 1\n }],\n nplurals: 1,\n pluralsText: 'nplurals = 1; plural = 0',\n pluralsFunc: function() {\n return 0;\n }\n },\n az: {\n name: 'Azerbaijani',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n !== 1)',\n pluralsFunc: function(n) {\n return (n !== 1);\n }\n },\n be: {\n name: 'Belarusian',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }, {\n plural: 2,\n sample: 5\n }],\n nplurals: 3,\n pluralsText: 'nplurals = 3; plural = (n % 10 === 1 && n % 100 !== 11 ? 0 : n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 10 || n % 100 >= 20) ? 1 : 2)',\n pluralsFunc: function(n) {\n return (n % 10 === 1 && n % 100 !== 11 ? 0 : n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 10 || n % 100 >= 20) ? 1 : 2);\n }\n },\n bg: {\n name: 'Bulgarian',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n !== 1)',\n pluralsFunc: function(n) {\n return (n !== 1);\n }\n },\n bn: {\n name: 'Bengali',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n !== 1)',\n pluralsFunc: function(n) {\n return (n !== 1);\n }\n },\n bo: {\n name: 'Tibetan',\n examples: [{\n plural: 0,\n sample: 1\n }],\n nplurals: 1,\n pluralsText: 'nplurals = 1; plural = 0',\n pluralsFunc: function() {\n return 0;\n }\n },\n br: {\n name: 'Breton',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n > 1)',\n pluralsFunc: function(n) {\n return (n > 1);\n }\n },\n brx: {\n name: 'Bodo',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n !== 1)',\n pluralsFunc: function(n) {\n return (n !== 1);\n }\n },\n bs: {\n name: 'Bosnian',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }, {\n plural: 2,\n sample: 5\n }],\n nplurals: 3,\n pluralsText: 'nplurals = 3; plural = (n % 10 === 1 && n % 100 !== 11 ? 0 : n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 10 || n % 100 >= 20) ? 1 : 2)',\n pluralsFunc: function(n) {\n return (n % 10 === 1 && n % 100 !== 11 ? 0 : n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 10 || n % 100 >= 20) ? 1 : 2);\n }\n },\n ca: {\n name: 'Catalan',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n !== 1)',\n pluralsFunc: function(n) {\n return (n !== 1);\n }\n },\n cgg: {\n name: 'Chiga',\n examples: [{\n plural: 0,\n sample: 1\n }],\n nplurals: 1,\n pluralsText: 'nplurals = 1; plural = 0',\n pluralsFunc: function() {\n return 0;\n }\n },\n cs: {\n name: 'Czech',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }, {\n plural: 2,\n sample: 5\n }],\n nplurals: 3,\n pluralsText: 'nplurals = 3; plural = (n === 1 ? 0 : (n >= 2 && n <= 4) ? 1 : 2)',\n pluralsFunc: function(n) {\n return (n === 1 ? 0 : (n >= 2 && n <= 4) ? 1 : 2);\n }\n },\n csb: {\n name: 'Kashubian',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }, {\n plural: 2,\n sample: 5\n }],\n nplurals: 3,\n pluralsText: 'nplurals = 3; plural = (n === 1 ? 0 : n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 10 || n % 100 >= 20) ? 1 : 2)',\n pluralsFunc: function(n) {\n return (n === 1 ? 0 : n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 10 || n % 100 >= 20) ? 1 : 2);\n }\n },\n cy: {\n name: 'Welsh',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }, {\n plural: 2,\n sample: 3\n }, {\n plural: 3,\n sample: 8\n }],\n nplurals: 4,\n pluralsText: 'nplurals = 4; plural = (n === 1 ? 0 : n === 2 ? 1 : (n !== 8 && n !== 11) ? 2 : 3)',\n pluralsFunc: function(n) {\n return (n === 1 ? 0 : n === 2 ? 1 : (n !== 8 && n !== 11) ? 2 : 3);\n }\n },\n da: {\n name: 'Danish',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n !== 1)',\n pluralsFunc: function(n) {\n return (n !== 1);\n }\n },\n de: {\n name: 'German',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n !== 1)',\n pluralsFunc: function(n) {\n return (n !== 1);\n }\n },\n doi: {\n name: 'Dogri',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n !== 1)',\n pluralsFunc: function(n) {\n return (n !== 1);\n }\n },\n dz: {\n name: 'Dzongkha',\n examples: [{\n plural: 0,\n sample: 1\n }],\n nplurals: 1,\n pluralsText: 'nplurals = 1; plural = 0',\n pluralsFunc: function() {\n return 0;\n }\n },\n el: {\n name: 'Greek',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n !== 1)',\n pluralsFunc: function(n) {\n return (n !== 1);\n }\n },\n en: {\n name: 'English',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n !== 1)',\n pluralsFunc: function(n) {\n return (n !== 1);\n }\n },\n eo: {\n name: 'Esperanto',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n !== 1)',\n pluralsFunc: function(n) {\n return (n !== 1);\n }\n },\n es: {\n name: 'Spanish',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n !== 1)',\n pluralsFunc: function(n) {\n return (n !== 1);\n }\n },\n et: {\n name: 'Estonian',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n !== 1)',\n pluralsFunc: function(n) {\n return (n !== 1);\n }\n },\n eu: {\n name: 'Basque',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n !== 1)',\n pluralsFunc: function(n) {\n return (n !== 1);\n }\n },\n fa: {\n name: 'Persian',\n examples: [{\n plural: 0,\n sample: 1\n }],\n nplurals: 1,\n pluralsText: 'nplurals = 1; plural = 0',\n pluralsFunc: function() {\n return 0;\n }\n },\n ff: {\n name: 'Fulah',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n !== 1)',\n pluralsFunc: function(n) {\n return (n !== 1);\n }\n },\n fi: {\n name: 'Finnish',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n !== 1)',\n pluralsFunc: function(n) {\n return (n !== 1);\n }\n },\n fil: {\n name: 'Filipino',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n > 1)',\n pluralsFunc: function(n) {\n return (n > 1);\n }\n },\n fo: {\n name: 'Faroese',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n !== 1)',\n pluralsFunc: function(n) {\n return (n !== 1);\n }\n },\n fr: {\n name: 'French',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n > 1)',\n pluralsFunc: function(n) {\n return (n > 1);\n }\n },\n fur: {\n name: 'Friulian',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n !== 1)',\n pluralsFunc: function(n) {\n return (n !== 1);\n }\n },\n fy: {\n name: 'Frisian',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n !== 1)',\n pluralsFunc: function(n) {\n return (n !== 1);\n }\n },\n ga: {\n name: 'Irish',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }, {\n plural: 2,\n sample: 3\n }, {\n plural: 3,\n sample: 7\n }, {\n plural: 4,\n sample: 11\n }],\n nplurals: 5,\n pluralsText: 'nplurals = 5; plural = (n === 1 ? 0 : n === 2 ? 1 : n < 7 ? 2 : n < 11 ? 3 : 4)',\n pluralsFunc: function(n) {\n return (n === 1 ? 0 : n === 2 ? 1 : n < 7 ? 2 : n < 11 ? 3 : 4);\n }\n },\n gd: {\n name: 'Scottish Gaelic',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }, {\n plural: 2,\n sample: 3\n }, {\n plural: 3,\n sample: 20\n }],\n nplurals: 4,\n pluralsText: 'nplurals = 4; plural = ((n === 1 || n === 11) ? 0 : (n === 2 || n === 12) ? 1 : (n > 2 && n < 20) ? 2 : 3)',\n pluralsFunc: function(n) {\n return ((n === 1 || n === 11) ? 0 : (n === 2 || n === 12) ? 1 : (n > 2 && n < 20) ? 2 : 3);\n }\n },\n gl: {\n name: 'Galician',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n !== 1)',\n pluralsFunc: function(n) {\n return (n !== 1);\n }\n },\n gu: {\n name: 'Gujarati',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n !== 1)',\n pluralsFunc: function(n) {\n return (n !== 1);\n }\n },\n gun: {\n name: 'Gun',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n > 1)',\n pluralsFunc: function(n) {\n return (n > 1);\n }\n },\n ha: {\n name: 'Hausa',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n !== 1)',\n pluralsFunc: function(n) {\n return (n !== 1);\n }\n },\n he: {\n name: 'Hebrew',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n !== 1)',\n pluralsFunc: function(n) {\n return (n !== 1);\n }\n },\n hi: {\n name: 'Hindi',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n !== 1)',\n pluralsFunc: function(n) {\n return (n !== 1);\n }\n },\n hne: {\n name: 'Chhattisgarhi',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n !== 1)',\n pluralsFunc: function(n) {\n return (n !== 1);\n }\n },\n hr: {\n name: 'Croatian',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }, {\n plural: 2,\n sample: 5\n }],\n nplurals: 3,\n pluralsText: 'nplurals = 3; plural = (n % 10 === 1 && n % 100 !== 11 ? 0 : n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 10 || n % 100 >= 20) ? 1 : 2)',\n pluralsFunc: function(n) {\n return (n % 10 === 1 && n % 100 !== 11 ? 0 : n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 10 || n % 100 >= 20) ? 1 : 2);\n }\n },\n hu: {\n name: 'Hungarian',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n !== 1)',\n pluralsFunc: function(n) {\n return (n !== 1);\n }\n },\n hy: {\n name: 'Armenian',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n !== 1)',\n pluralsFunc: function(n) {\n return (n !== 1);\n }\n },\n id: {\n name: 'Indonesian',\n examples: [{\n plural: 0,\n sample: 1\n }],\n nplurals: 1,\n pluralsText: 'nplurals = 1; plural = 0',\n pluralsFunc: function() {\n return 0;\n }\n },\n is: {\n name: 'Icelandic',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n % 10 !== 1 || n % 100 === 11)',\n pluralsFunc: function(n) {\n return (n % 10 !== 1 || n % 100 === 11);\n }\n },\n it: {\n name: 'Italian',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n !== 1)',\n pluralsFunc: function(n) {\n return (n !== 1);\n }\n },\n ja: {\n name: 'Japanese',\n examples: [{\n plural: 0,\n sample: 1\n }],\n nplurals: 1,\n pluralsText: 'nplurals = 1; plural = 0',\n pluralsFunc: function() {\n return 0;\n }\n },\n jbo: {\n name: 'Lojban',\n examples: [{\n plural: 0,\n sample: 1\n }],\n nplurals: 1,\n pluralsText: 'nplurals = 1; plural = 0',\n pluralsFunc: function() {\n return 0;\n }\n },\n jv: {\n name: 'Javanese',\n examples: [{\n plural: 0,\n sample: 0\n }, {\n plural: 1,\n sample: 1\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n !== 0)',\n pluralsFunc: function(n) {\n return (n !== 0);\n }\n },\n ka: {\n name: 'Georgian',\n examples: [{\n plural: 0,\n sample: 1\n }],\n nplurals: 1,\n pluralsText: 'nplurals = 1; plural = 0',\n pluralsFunc: function() {\n return 0;\n }\n },\n kk: {\n name: 'Kazakh',\n examples: [{\n plural: 0,\n sample: 1\n }],\n nplurals: 1,\n pluralsText: 'nplurals = 1; plural = 0',\n pluralsFunc: function() {\n return 0;\n }\n },\n km: {\n name: 'Khmer',\n examples: [{\n plural: 0,\n sample: 1\n }],\n nplurals: 1,\n pluralsText: 'nplurals = 1; plural = 0',\n pluralsFunc: function() {\n return 0;\n }\n },\n kn: {\n name: 'Kannada',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n !== 1)',\n pluralsFunc: function(n) {\n return (n !== 1);\n }\n },\n ko: {\n name: 'Korean',\n examples: [{\n plural: 0,\n sample: 1\n }],\n nplurals: 1,\n pluralsText: 'nplurals = 1; plural = 0',\n pluralsFunc: function() {\n return 0;\n }\n },\n ku: {\n name: 'Kurdish',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n !== 1)',\n pluralsFunc: function(n) {\n return (n !== 1);\n }\n },\n kw: {\n name: 'Cornish',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }, {\n plural: 2,\n sample: 3\n }, {\n plural: 3,\n sample: 4\n }],\n nplurals: 4,\n pluralsText: 'nplurals = 4; plural = (n === 1 ? 0 : n === 2 ? 1 : n === 3 ? 2 : 3)',\n pluralsFunc: function(n) {\n return (n === 1 ? 0 : n === 2 ? 1 : n === 3 ? 2 : 3);\n }\n },\n ky: {\n name: 'Kyrgyz',\n examples: [{\n plural: 0,\n sample: 1\n }],\n nplurals: 1,\n pluralsText: 'nplurals = 1; plural = 0',\n pluralsFunc: function() {\n return 0;\n }\n },\n lb: {\n name: 'Letzeburgesch',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n !== 1)',\n pluralsFunc: function(n) {\n return (n !== 1);\n }\n },\n ln: {\n name: 'Lingala',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n > 1)',\n pluralsFunc: function(n) {\n return (n > 1);\n }\n },\n lo: {\n name: 'Lao',\n examples: [{\n plural: 0,\n sample: 1\n }],\n nplurals: 1,\n pluralsText: 'nplurals = 1; plural = 0',\n pluralsFunc: function() {\n return 0;\n }\n },\n lt: {\n name: 'Lithuanian',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }, {\n plural: 2,\n sample: 10\n }],\n nplurals: 3,\n pluralsText: 'nplurals = 3; plural = (n % 10 === 1 && n % 100 !== 11 ? 0 : n % 10 >= 2 && (n % 100 < 10 || n % 100 >= 20) ? 1 : 2)',\n pluralsFunc: function(n) {\n return (n % 10 === 1 && n % 100 !== 11 ? 0 : n % 10 >= 2 && (n % 100 < 10 || n % 100 >= 20) ? 1 : 2);\n }\n },\n lv: {\n name: 'Latvian',\n examples: [{\n plural: 2,\n sample: 0\n }, {\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 3,\n pluralsText: 'nplurals = 3; plural = (n % 10 === 1 && n % 100 !== 11 ? 0 : n !== 0 ? 1 : 2)',\n pluralsFunc: function(n) {\n return (n % 10 === 1 && n % 100 !== 11 ? 0 : n !== 0 ? 1 : 2);\n }\n },\n mai: {\n name: 'Maithili',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n !== 1)',\n pluralsFunc: function(n) {\n return (n !== 1);\n }\n },\n mfe: {\n name: 'Mauritian Creole',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n > 1)',\n pluralsFunc: function(n) {\n return (n > 1);\n }\n },\n mg: {\n name: 'Malagasy',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n > 1)',\n pluralsFunc: function(n) {\n return (n > 1);\n }\n },\n mi: {\n name: 'Maori',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n > 1)',\n pluralsFunc: function(n) {\n return (n > 1);\n }\n },\n mk: {\n name: 'Macedonian',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n === 1 || n % 10 === 1 ? 0 : 1)',\n pluralsFunc: function(n) {\n return (n === 1 || n % 10 === 1 ? 0 : 1);\n }\n },\n ml: {\n name: 'Malayalam',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n !== 1)',\n pluralsFunc: function(n) {\n return (n !== 1);\n }\n },\n mn: {\n name: 'Mongolian',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n !== 1)',\n pluralsFunc: function(n) {\n return (n !== 1);\n }\n },\n mni: {\n name: 'Manipuri',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n !== 1)',\n pluralsFunc: function(n) {\n return (n !== 1);\n }\n },\n mnk: {\n name: 'Mandinka',\n examples: [{\n plural: 0,\n sample: 0\n }, {\n plural: 1,\n sample: 1\n }, {\n plural: 2,\n sample: 2\n }],\n nplurals: 3,\n pluralsText: 'nplurals = 3; plural = (n === 0 ? 0 : n === 1 ? 1 : 2)',\n pluralsFunc: function(n) {\n return (n === 0 ? 0 : n === 1 ? 1 : 2);\n }\n },\n mr: {\n name: 'Marathi',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n !== 1)',\n pluralsFunc: function(n) {\n return (n !== 1);\n }\n },\n ms: {\n name: 'Malay',\n examples: [{\n plural: 0,\n sample: 1\n }],\n nplurals: 1,\n pluralsText: 'nplurals = 1; plural = 0',\n pluralsFunc: function() {\n return 0;\n }\n },\n mt: {\n name: 'Maltese',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }, {\n plural: 2,\n sample: 11\n }, {\n plural: 3,\n sample: 20\n }],\n nplurals: 4,\n pluralsText: 'nplurals = 4; plural = (n === 1 ? 0 : n === 0 || ( n % 100 > 1 && n % 100 < 11) ? 1 : (n % 100 > 10 && n % 100 < 20 ) ? 2 : 3)',\n pluralsFunc: function(n) {\n return (n === 1 ? 0 : n === 0 || (n % 100 > 1 && n % 100 < 11) ? 1 : (n % 100 > 10 && n % 100 < 20) ? 2 : 3);\n }\n },\n my: {\n name: 'Burmese',\n examples: [{\n plural: 0,\n sample: 1\n }],\n nplurals: 1,\n pluralsText: 'nplurals = 1; plural = 0',\n pluralsFunc: function() {\n return 0;\n }\n },\n nah: {\n name: 'Nahuatl',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n !== 1)',\n pluralsFunc: function(n) {\n return (n !== 1);\n }\n },\n nap: {\n name: 'Neapolitan',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n !== 1)',\n pluralsFunc: function(n) {\n return (n !== 1);\n }\n },\n nb: {\n name: 'Norwegian Bokmal',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n !== 1)',\n pluralsFunc: function(n) {\n return (n !== 1);\n }\n },\n ne: {\n name: 'Nepali',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n !== 1)',\n pluralsFunc: function(n) {\n return (n !== 1);\n }\n },\n nl: {\n name: 'Dutch',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n !== 1)',\n pluralsFunc: function(n) {\n return (n !== 1);\n }\n },\n nn: {\n name: 'Norwegian Nynorsk',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n !== 1)',\n pluralsFunc: function(n) {\n return (n !== 1);\n }\n },\n no: {\n name: 'Norwegian',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n !== 1)',\n pluralsFunc: function(n) {\n return (n !== 1);\n }\n },\n nso: {\n name: 'Northern Sotho',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n !== 1)',\n pluralsFunc: function(n) {\n return (n !== 1);\n }\n },\n oc: {\n name: 'Occitan',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n > 1)',\n pluralsFunc: function(n) {\n return (n > 1);\n }\n },\n or: {\n name: 'Oriya',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n !== 1)',\n pluralsFunc: function(n) {\n return (n !== 1);\n }\n },\n pa: {\n name: 'Punjabi',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n !== 1)',\n pluralsFunc: function(n) {\n return (n !== 1);\n }\n },\n pap: {\n name: 'Papiamento',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n !== 1)',\n pluralsFunc: function(n) {\n return (n !== 1);\n }\n },\n pl: {\n name: 'Polish',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }, {\n plural: 2,\n sample: 5\n }],\n nplurals: 3,\n pluralsText: 'nplurals = 3; plural = (n === 1 ? 0 : n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 10 || n % 100 >= 20) ? 1 : 2)',\n pluralsFunc: function(n) {\n return (n === 1 ? 0 : n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 10 || n % 100 >= 20) ? 1 : 2);\n }\n },\n pms: {\n name: 'Piemontese',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n !== 1)',\n pluralsFunc: function(n) {\n return (n !== 1);\n }\n },\n ps: {\n name: 'Pashto',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n !== 1)',\n pluralsFunc: function(n) {\n return (n !== 1);\n }\n },\n pt: {\n name: 'Portuguese',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n !== 1)',\n pluralsFunc: function(n) {\n return (n !== 1);\n }\n },\n rm: {\n name: 'Romansh',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n !== 1)',\n pluralsFunc: function(n) {\n return (n !== 1);\n }\n },\n ro: {\n name: 'Romanian',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }, {\n plural: 2,\n sample: 20\n }],\n nplurals: 3,\n pluralsText: 'nplurals = 3; plural = (n === 1 ? 0 : (n === 0 || (n % 100 > 0 && n % 100 < 20)) ? 1 : 2)',\n pluralsFunc: function(n) {\n return (n === 1 ? 0 : (n === 0 || (n % 100 > 0 && n % 100 < 20)) ? 1 : 2);\n }\n },\n ru: {\n name: 'Russian',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }, {\n plural: 2,\n sample: 5\n }],\n nplurals: 3,\n pluralsText: 'nplurals = 3; plural = (n % 10 === 1 && n % 100 !== 11 ? 0 : n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 10 || n % 100 >= 20) ? 1 : 2)',\n pluralsFunc: function(n) {\n return (n % 10 === 1 && n % 100 !== 11 ? 0 : n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 10 || n % 100 >= 20) ? 1 : 2);\n }\n },\n rw: {\n name: 'Kinyarwanda',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n !== 1)',\n pluralsFunc: function(n) {\n return (n !== 1);\n }\n },\n sah: {\n name: 'Yakut',\n examples: [{\n plural: 0,\n sample: 1\n }],\n nplurals: 1,\n pluralsText: 'nplurals = 1; plural = 0',\n pluralsFunc: function() {\n return 0;\n }\n },\n sat: {\n name: 'Santali',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n !== 1)',\n pluralsFunc: function(n) {\n return (n !== 1);\n }\n },\n sco: {\n name: 'Scots',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n !== 1)',\n pluralsFunc: function(n) {\n return (n !== 1);\n }\n },\n sd: {\n name: 'Sindhi',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n !== 1)',\n pluralsFunc: function(n) {\n return (n !== 1);\n }\n },\n se: {\n name: 'Northern Sami',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n !== 1)',\n pluralsFunc: function(n) {\n return (n !== 1);\n }\n },\n si: {\n name: 'Sinhala',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n !== 1)',\n pluralsFunc: function(n) {\n return (n !== 1);\n }\n },\n sk: {\n name: 'Slovak',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }, {\n plural: 2,\n sample: 5\n }],\n nplurals: 3,\n pluralsText: 'nplurals = 3; plural = (n === 1 ? 0 : (n >= 2 && n <= 4) ? 1 : 2)',\n pluralsFunc: function(n) {\n return (n === 1 ? 0 : (n >= 2 && n <= 4) ? 1 : 2);\n }\n },\n sl: {\n name: 'Slovenian',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }, {\n plural: 2,\n sample: 3\n }, {\n plural: 3,\n sample: 5\n }],\n nplurals: 4,\n pluralsText: 'nplurals = 4; plural = (n % 100 === 1 ? 0 : n % 100 === 2 ? 1 : n % 100 === 3 || n % 100 === 4 ? 2 : 3)',\n pluralsFunc: function(n) {\n return (n % 100 === 1 ? 0 : n % 100 === 2 ? 1 : n % 100 === 3 || n % 100 === 4 ? 2 : 3);\n }\n },\n so: {\n name: 'Somali',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n !== 1)',\n pluralsFunc: function(n) {\n return (n !== 1);\n }\n },\n son: {\n name: 'Songhay',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n !== 1)',\n pluralsFunc: function(n) {\n return (n !== 1);\n }\n },\n sq: {\n name: 'Albanian',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n !== 1)',\n pluralsFunc: function(n) {\n return (n !== 1);\n }\n },\n sr: {\n name: 'Serbian',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }, {\n plural: 2,\n sample: 5\n }],\n nplurals: 3,\n pluralsText: 'nplurals = 3; plural = (n % 10 === 1 && n % 100 !== 11 ? 0 : n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 10 || n % 100 >= 20) ? 1 : 2)',\n pluralsFunc: function(n) {\n return (n % 10 === 1 && n % 100 !== 11 ? 0 : n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 10 || n % 100 >= 20) ? 1 : 2);\n }\n },\n su: {\n name: 'Sundanese',\n examples: [{\n plural: 0,\n sample: 1\n }],\n nplurals: 1,\n pluralsText: 'nplurals = 1; plural = 0',\n pluralsFunc: function() {\n return 0;\n }\n },\n sv: {\n name: 'Swedish',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n !== 1)',\n pluralsFunc: function(n) {\n return (n !== 1);\n }\n },\n sw: {\n name: 'Swahili',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n !== 1)',\n pluralsFunc: function(n) {\n return (n !== 1);\n }\n },\n ta: {\n name: 'Tamil',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n !== 1)',\n pluralsFunc: function(n) {\n return (n !== 1);\n }\n },\n te: {\n name: 'Telugu',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n !== 1)',\n pluralsFunc: function(n) {\n return (n !== 1);\n }\n },\n tg: {\n name: 'Tajik',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n > 1)',\n pluralsFunc: function(n) {\n return (n > 1);\n }\n },\n th: {\n name: 'Thai',\n examples: [{\n plural: 0,\n sample: 1\n }],\n nplurals: 1,\n pluralsText: 'nplurals = 1; plural = 0',\n pluralsFunc: function() {\n return 0;\n }\n },\n ti: {\n name: 'Tigrinya',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n > 1)',\n pluralsFunc: function(n) {\n return (n > 1);\n }\n },\n tk: {\n name: 'Turkmen',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n !== 1)',\n pluralsFunc: function(n) {\n return (n !== 1);\n }\n },\n tr: {\n name: 'Turkish',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n > 1)',\n pluralsFunc: function(n) {\n return (n > 1);\n }\n },\n tt: {\n name: 'Tatar',\n examples: [{\n plural: 0,\n sample: 1\n }],\n nplurals: 1,\n pluralsText: 'nplurals = 1; plural = 0',\n pluralsFunc: function() {\n return 0;\n }\n },\n ug: {\n name: 'Uyghur',\n examples: [{\n plural: 0,\n sample: 1\n }],\n nplurals: 1,\n pluralsText: 'nplurals = 1; plural = 0',\n pluralsFunc: function() {\n return 0;\n }\n },\n uk: {\n name: 'Ukrainian',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }, {\n plural: 2,\n sample: 5\n }],\n nplurals: 3,\n pluralsText: 'nplurals = 3; plural = (n % 10 === 1 && n % 100 !== 11 ? 0 : n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 10 || n % 100 >= 20) ? 1 : 2)',\n pluralsFunc: function(n) {\n return (n % 10 === 1 && n % 100 !== 11 ? 0 : n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 10 || n % 100 >= 20) ? 1 : 2);\n }\n },\n ur: {\n name: 'Urdu',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n !== 1)',\n pluralsFunc: function(n) {\n return (n !== 1);\n }\n },\n uz: {\n name: 'Uzbek',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n > 1)',\n pluralsFunc: function(n) {\n return (n > 1);\n }\n },\n vi: {\n name: 'Vietnamese',\n examples: [{\n plural: 0,\n sample: 1\n }],\n nplurals: 1,\n pluralsText: 'nplurals = 1; plural = 0',\n pluralsFunc: function() {\n return 0;\n }\n },\n wa: {\n name: 'Walloon',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n > 1)',\n pluralsFunc: function(n) {\n return (n > 1);\n }\n },\n wo: {\n name: 'Wolof',\n examples: [{\n plural: 0,\n sample: 1\n }],\n nplurals: 1,\n pluralsText: 'nplurals = 1; plural = 0',\n pluralsFunc: function() {\n return 0;\n }\n },\n yo: {\n name: 'Yoruba',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n !== 1)',\n pluralsFunc: function(n) {\n return (n !== 1);\n }\n },\n zh: {\n name: 'Chinese',\n examples: [{\n plural: 0,\n sample: 1\n }],\n nplurals: 1,\n pluralsText: 'nplurals = 1; plural = 0',\n pluralsFunc: function() {\n return 0;\n }\n }\n};\n","'use strict';\n\nvar get = require('lodash.get');\nvar plurals = require('./plurals');\n\nmodule.exports = Gettext;\n\n/**\n * Creates and returns a new Gettext instance.\n *\n * @constructor\n * @param {Object} [options] A set of options\n * @param {String} options.sourceLocale The locale that the source code and its\n * texts are written in. Translations for\n * this locale is not necessary.\n * @param {Boolean} options.debug Whether to output debug info into the\n * console.\n * @return {Object} A Gettext instance\n */\nfunction Gettext(options) {\n options = options || {};\n\n this.catalogs = {};\n this.locale = '';\n this.domain = 'messages';\n\n this.listeners = [];\n\n // Set source locale\n this.sourceLocale = '';\n if (options.sourceLocale) {\n if (typeof options.sourceLocale === 'string') {\n this.sourceLocale = options.sourceLocale;\n }\n else {\n this.warn('The `sourceLocale` option should be a string');\n }\n }\n\n // Set debug flag\n this.debug = 'debug' in options && options.debug === true;\n}\n\n/**\n * Adds an event listener.\n *\n * @param {String} eventName An event name\n * @param {Function} callback An event handler function\n */\nGettext.prototype.on = function(eventName, callback) {\n this.listeners.push({\n eventName: eventName,\n callback: callback\n });\n};\n\n/**\n * Removes an event listener.\n *\n * @param {String} eventName An event name\n * @param {Function} callback A previously registered event handler function\n */\nGettext.prototype.off = function(eventName, callback) {\n this.listeners = this.listeners.filter(function(listener) {\n return (\n listener.eventName === eventName &&\n listener.callback === callback\n ) === false;\n });\n};\n\n/**\n * Emits an event to all registered event listener.\n *\n * @private\n * @param {String} eventName An event name\n * @param {any} eventData Data to pass to event listeners\n */\nGettext.prototype.emit = function(eventName, eventData) {\n for (var i = 0; i < this.listeners.length; i++) {\n var listener = this.listeners[i];\n if (listener.eventName === eventName) {\n listener.callback(eventData);\n }\n }\n};\n\n/**\n * Logs a warning to the console if debug mode is enabled.\n *\n * @ignore\n * @param {String} message A warning message\n */\nGettext.prototype.warn = function(message) {\n if (this.debug) {\n console.warn(message);\n }\n\n this.emit('error', new Error(message));\n};\n\n/**\n * Stores a set of translations in the set of gettext\n * catalogs.\n *\n * @example\n * gt.addTranslations('sv-SE', 'messages', translationsObject)\n *\n * @param {String} locale A locale string\n * @param {String} domain A domain name\n * @param {Object} translations An object of gettext-parser JSON shape\n */\nGettext.prototype.addTranslations = function(locale, domain, translations) {\n if (!this.catalogs[locale]) {\n this.catalogs[locale] = {};\n }\n\n this.catalogs[locale][domain] = translations;\n};\n\n/**\n * Sets the locale to get translated messages for.\n *\n * @example\n * gt.setLocale('sv-SE')\n *\n * @param {String} locale A locale\n */\nGettext.prototype.setLocale = function(locale) {\n if (typeof locale !== 'string') {\n this.warn(\n 'You called setLocale() with an argument of type ' + (typeof locale) + '. ' +\n 'The locale must be a string.'\n );\n return;\n }\n\n if (locale.trim() === '') {\n this.warn('You called setLocale() with an empty value, which makes little sense.');\n }\n\n if (locale !== this.sourceLocale && !this.catalogs[locale]) {\n this.warn('You called setLocale() with \"' + locale + '\", but no translations for that locale has been added.');\n }\n\n this.locale = locale;\n};\n\n/**\n * Sets the default gettext domain.\n *\n * @example\n * gt.setTextDomain('domainname')\n *\n * @param {String} domain A gettext domain name\n */\nGettext.prototype.setTextDomain = function(domain) {\n if (typeof domain !== 'string') {\n this.warn(\n 'You called setTextDomain() with an argument of type ' + (typeof domain) + '. ' +\n 'The domain must be a string.'\n );\n return;\n }\n\n if (domain.trim() === '') {\n this.warn('You called setTextDomain() with an empty `domain` value.');\n }\n\n this.domain = domain;\n};\n\n/**\n * Translates a string using the default textdomain\n *\n * @example\n * gt.gettext('Some text')\n *\n * @param {String} msgid String to be translated\n * @return {String} Translation or the original string if no translation was found\n */\nGettext.prototype.gettext = function(msgid) {\n return this.dnpgettext(this.domain, '', msgid);\n};\n\n/**\n * Translates a string using a specific domain\n *\n * @example\n * gt.dgettext('domainname', 'Some text')\n *\n * @param {String} domain A gettext domain name\n * @param {String} msgid String to be translated\n * @return {String} Translation or the original string if no translation was found\n */\nGettext.prototype.dgettext = function(domain, msgid) {\n return this.dnpgettext(domain, '', msgid);\n};\n\n/**\n * Translates a plural string using the default textdomain\n *\n * @example\n * gt.ngettext('One thing', 'Many things', numberOfThings)\n *\n * @param {String} msgid String to be translated when count is not plural\n * @param {String} msgidPlural String to be translated when count is plural\n * @param {Number} count Number count for the plural\n * @return {String} Translation or the original string if no translation was found\n */\nGettext.prototype.ngettext = function(msgid, msgidPlural, count) {\n return this.dnpgettext(this.domain, '', msgid, msgidPlural, count);\n};\n\n/**\n * Translates a plural string using a specific textdomain\n *\n * @example\n * gt.dngettext('domainname', 'One thing', 'Many things', numberOfThings)\n *\n * @param {String} domain A gettext domain name\n * @param {String} msgid String to be translated when count is not plural\n * @param {String} msgidPlural String to be translated when count is plural\n * @param {Number} count Number count for the plural\n * @return {String} Translation or the original string if no translation was found\n */\nGettext.prototype.dngettext = function(domain, msgid, msgidPlural, count) {\n return this.dnpgettext(domain, '', msgid, msgidPlural, count);\n};\n\n/**\n * Translates a string from a specific context using the default textdomain\n *\n * @example\n * gt.pgettext('sports', 'Back')\n *\n * @param {String} msgctxt Translation context\n * @param {String} msgid String to be translated\n * @return {String} Translation or the original string if no translation was found\n */\nGettext.prototype.pgettext = function(msgctxt, msgid) {\n return this.dnpgettext(this.domain, msgctxt, msgid);\n};\n\n/**\n * Translates a string from a specific context using s specific textdomain\n *\n * @example\n * gt.dpgettext('domainname', 'sports', 'Back')\n *\n * @param {String} domain A gettext domain name\n * @param {String} msgctxt Translation context\n * @param {String} msgid String to be translated\n * @return {String} Translation or the original string if no translation was found\n */\nGettext.prototype.dpgettext = function(domain, msgctxt, msgid) {\n return this.dnpgettext(domain, msgctxt, msgid);\n};\n\n/**\n * Translates a plural string from a specific context using the default textdomain\n *\n * @example\n * gt.npgettext('sports', 'Back', '%d backs', numberOfBacks)\n *\n * @param {String} msgctxt Translation context\n * @param {String} msgid String to be translated when count is not plural\n * @param {String} msgidPlural String to be translated when count is plural\n * @param {Number} count Number count for the plural\n * @return {String} Translation or the original string if no translation was found\n */\nGettext.prototype.npgettext = function(msgctxt, msgid, msgidPlural, count) {\n return this.dnpgettext(this.domain, msgctxt, msgid, msgidPlural, count);\n};\n\n/**\n * Translates a plural string from a specifi context using a specific textdomain\n *\n * @example\n * gt.dnpgettext('domainname', 'sports', 'Back', '%d backs', numberOfBacks)\n *\n * @param {String} domain A gettext domain name\n * @param {String} msgctxt Translation context\n * @param {String} msgid String to be translated\n * @param {String} msgidPlural If no translation was found, return this on count!=1\n * @param {Number} count Number count for the plural\n * @return {String} Translation or the original string if no translation was found\n */\nGettext.prototype.dnpgettext = function(domain, msgctxt, msgid, msgidPlural, count) {\n var defaultTranslation = msgid;\n var translation;\n var index;\n\n msgctxt = msgctxt || '';\n\n if (!isNaN(count) && count !== 1) {\n defaultTranslation = msgidPlural || msgid;\n }\n\n translation = this._getTranslation(domain, msgctxt, msgid);\n\n if (translation) {\n if (typeof count === 'number') {\n var pluralsFunc = plurals[Gettext.getLanguageCode(this.locale)].pluralsFunc;\n index = pluralsFunc(count);\n if (typeof index === 'boolean') {\n index = index ? 1 : 0;\n }\n } else {\n index = 0;\n }\n\n return translation.msgstr[index] || defaultTranslation;\n }\n else if (!this.sourceLocale || this.locale !== this.sourceLocale) {\n this.warn('No translation was found for msgid \"' + msgid + '\" in msgctxt \"' + msgctxt + '\" and domain \"' + domain + '\"');\n }\n\n return defaultTranslation;\n};\n\n/**\n * Retrieves comments object for a translation. The comments object\n * has the shape `{ translator, extracted, reference, flag, previous }`.\n *\n * @example\n * const comment = gt.getComment('domainname', 'sports', 'Backs')\n *\n * @private\n * @param {String} domain A gettext domain name\n * @param {String} msgctxt Translation context\n * @param {String} msgid String to be translated\n * @return {Object} Comments object or false if not found\n */\nGettext.prototype.getComment = function(domain, msgctxt, msgid) {\n var translation;\n\n translation = this._getTranslation(domain, msgctxt, msgid);\n if (translation) {\n return translation.comments || {};\n }\n\n return {};\n};\n\n/**\n * Retrieves translation object from the domain and context\n *\n * @private\n * @param {String} domain A gettext domain name\n * @param {String} msgctxt Translation context\n * @param {String} msgid String to be translated\n * @return {Object} Translation object or false if not found\n */\nGettext.prototype._getTranslation = function(domain, msgctxt, msgid) {\n msgctxt = msgctxt || '';\n\n return get(this.catalogs, [this.locale, domain, 'translations', msgctxt, msgid]);\n};\n\n/**\n * Returns the language code part of a locale\n *\n * @example\n * Gettext.getLanguageCode('sv-SE')\n * // -> \"sv\"\n *\n * @private\n * @param {String} locale A case-insensitive locale string\n * @returns {String} A language code\n */\nGettext.getLanguageCode = function(locale) {\n return locale.split(/[\\-_]/)[0].toLowerCase();\n};\n\n/* C-style aliases */\n\n/**\n * C-style alias for [setTextDomain](#gettextsettextdomaindomain)\n *\n * @see Gettext#setTextDomain\n */\nGettext.prototype.textdomain = function(domain) {\n if (this.debug) {\n console.warn('textdomain(domain) was used to set locales in node-gettext v1. ' +\n 'Make sure you are using it for domains, and switch to setLocale(locale) if you are not.\\n\\n ' +\n 'To read more about the migration from node-gettext v1 to v2, ' +\n 'see https://github.com/alexanderwallin/node-gettext/#migrating-from-1x-to-2x\\n\\n' +\n 'This warning will be removed in the final 2.0.0');\n }\n\n this.setTextDomain(domain);\n};\n\n/**\n * C-style alias for [setLocale](#gettextsetlocalelocale)\n *\n * @see Gettext#setLocale\n */\nGettext.prototype.setlocale = function(locale) {\n this.setLocale(locale);\n};\n\n/* Deprecated functions */\n\n/**\n * This function will be removed in the final 2.0.0 release.\n *\n * @deprecated\n */\nGettext.prototype.addTextdomain = function() {\n console.error('addTextdomain() is deprecated.\\n\\n' +\n '* To add translations, use addTranslations()\\n' +\n '* To set the default domain, use setTextDomain() (or its alias textdomain())\\n' +\n '\\n' +\n 'To read more about the migration from node-gettext v1 to v2, ' +\n 'see https://github.com/alexanderwallin/node-gettext/#migrating-from-1x-to-2x');\n};\n","\"use strict\";\n\nrequire(\"core-js/modules/es.regexp.exec\");\n\nrequire(\"core-js/modules/es.string.replace\");\n\nObject.defineProperty(exports, \"__esModule\", {\n value: true\n});\nexports.getLocale = getLocale;\nexports.getCanonicalLocale = getCanonicalLocale;\nexports.getLanguage = getLanguage;\nexports.translate = translate;\nexports.translatePlural = translatePlural;\nexports.getFirstDay = getFirstDay;\nexports.getDayNames = getDayNames;\nexports.getDayNamesShort = getDayNamesShort;\nexports.getDayNamesMin = getDayNamesMin;\nexports.getMonthNames = getMonthNames;\nexports.getMonthNamesShort = getMonthNamesShort;\n\n/// <reference types=\"@nextcloud/typings\" />\n\n/**\n * Returns the user's locale\n */\nfunction getLocale() {\n if (typeof OC === 'undefined') {\n console.warn('No OC found');\n return 'en';\n }\n\n return OC.getLocale();\n}\n\nfunction getCanonicalLocale() {\n return getLocale().replace(/_/g, '-');\n}\n/**\n * Returns the user's language\n */\n\n\nfunction getLanguage() {\n if (typeof OC === 'undefined') {\n console.warn('No OC found');\n return 'en';\n }\n\n return OC.getLanguage();\n}\n\n/**\n * Translate a string\n *\n * @param {string} app the id of the app for which to translate the string\n * @param {string} text the string to translate\n * @param {object} vars map of placeholder key to value\n * @param {number} number to replace %n with\n * @param {object} [options] options object\n * @return {string}\n */\nfunction translate(app, text, vars, count, options) {\n if (typeof OC === 'undefined') {\n console.warn('No OC found');\n return text;\n }\n\n return OC.L10N.translate(app, text, vars, count, options);\n}\n/**\n * Translate a plural string\n *\n * @param {string} app the id of the app for which to translate the string\n * @param {string} textSingular the string to translate for exactly one object\n * @param {string} textPlural the string to translate for n objects\n * @param {number} count number to determine whether to use singular or plural\n * @param {Object} vars of placeholder key to value\n * @param {object} options options object\n * @return {string}\n */\n\n\nfunction translatePlural(app, textSingular, textPlural, count, vars, options) {\n if (typeof OC === 'undefined') {\n console.warn('No OC found');\n return textSingular;\n }\n\n return OC.L10N.translatePlural(app, textSingular, textPlural, count, vars, options);\n}\n/**\n * Get the first day of the week\n *\n * @return {number}\n */\n\n\nfunction getFirstDay() {\n if (typeof window.firstDay === 'undefined') {\n console.warn('No firstDay found');\n return 1;\n }\n\n return window.firstDay;\n}\n/**\n * Get a list of day names (full names)\n *\n * @return {string[]}\n */\n\n\nfunction getDayNames() {\n if (typeof window.dayNames === 'undefined') {\n console.warn('No dayNames found');\n return ['Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday'];\n }\n\n return window.dayNames;\n}\n/**\n * Get a list of day names (short names)\n *\n * @return {string[]}\n */\n\n\nfunction getDayNamesShort() {\n if (typeof window.dayNamesShort === 'undefined') {\n console.warn('No dayNamesShort found');\n return ['Sun.', 'Mon.', 'Tue.', 'Wed.', 'Thu.', 'Fri.', 'Sat.'];\n }\n\n return window.dayNamesShort;\n}\n/**\n * Get a list of day names (minified names)\n *\n * @return {string[]}\n */\n\n\nfunction getDayNamesMin() {\n if (typeof window.dayNamesMin === 'undefined') {\n console.warn('No dayNamesMin found');\n return ['Su', 'Mo', 'Tu', 'We', 'Th', 'Fr', 'Sa'];\n }\n\n return window.dayNamesMin;\n}\n/**\n * Get a list of month names (full names)\n *\n * @return {string[]}\n */\n\n\nfunction getMonthNames() {\n if (typeof window.monthNames === 'undefined') {\n console.warn('No monthNames found');\n return ['January', 'February', 'March', 'April', 'May', 'June', 'July', 'August', 'September', 'October', 'November', 'December'];\n }\n\n return window.monthNames;\n}\n/**\n * Get a list of month names (short names)\n *\n * @return {string[]}\n */\n\n\nfunction getMonthNamesShort() {\n if (typeof window.monthNamesShort === 'undefined') {\n console.warn('No monthNamesShort found');\n return ['Jan.', 'Feb.', 'Mar.', 'Apr.', 'May.', 'Jun.', 'Jul.', 'Aug.', 'Sep.', 'Oct.', 'Nov.', 'Dec.'];\n }\n\n return window.monthNamesShort;\n}\n//# sourceMappingURL=index.js.map","\"use strict\";\n\nrequire(\"core-js/modules/es.object.to-string\");\n\nrequire(\"core-js/modules/es.regexp.exec\");\n\nrequire(\"core-js/modules/es.regexp.to-string\");\n\nrequire(\"core-js/modules/es.string.replace\");\n\nObject.defineProperty(exports, \"__esModule\", {\n value: true\n});\nexports.getGettextBuilder = getGettextBuilder;\n\nvar _nodeGettext = _interopRequireDefault(require(\"node-gettext\"));\n\nvar _ = require(\".\");\n\nfunction _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }\n\nfunction _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError(\"Cannot call a class as a function\"); } }\n\nfunction _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if (\"value\" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } }\n\nfunction _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); return Constructor; }\n\nvar GettextBuilder = /*#__PURE__*/function () {\n function GettextBuilder() {\n _classCallCheck(this, GettextBuilder);\n\n this.translations = {};\n this.debug = false;\n }\n\n _createClass(GettextBuilder, [{\n key: \"setLanguage\",\n value: function setLanguage(language) {\n this.locale = language;\n return this;\n }\n }, {\n key: \"detectLocale\",\n value: function detectLocale() {\n return this.setLanguage((0, _.getLanguage)().replace('-', '_'));\n }\n }, {\n key: \"addTranslation\",\n value: function addTranslation(language, data) {\n this.translations[language] = data;\n return this;\n }\n }, {\n key: \"enableDebugMode\",\n value: function enableDebugMode() {\n this.debug = true;\n return this;\n }\n }, {\n key: \"build\",\n value: function build() {\n return new GettextWrapper(this.locale || 'en', this.translations, this.debug);\n }\n }]);\n\n return GettextBuilder;\n}();\n\nvar GettextWrapper = /*#__PURE__*/function () {\n function GettextWrapper(locale, data, debug) {\n _classCallCheck(this, GettextWrapper);\n\n this.gt = new _nodeGettext.default({\n debug: debug,\n sourceLocale: 'en'\n });\n\n for (var key in data) {\n this.gt.addTranslations(key, 'messages', data[key]);\n }\n\n this.gt.setLocale(locale);\n }\n\n _createClass(GettextWrapper, [{\n key: \"subtitudePlaceholders\",\n value: function subtitudePlaceholders(translated, vars) {\n return translated.replace(/{([^{}]*)}/g, function (a, b) {\n var r = vars[b];\n\n if (typeof r === 'string' || typeof r === 'number') {\n return r.toString();\n } else {\n return a;\n }\n });\n }\n }, {\n key: \"gettext\",\n value: function gettext(original) {\n var placeholders = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {};\n return this.subtitudePlaceholders(this.gt.gettext(original), placeholders);\n }\n }, {\n key: \"ngettext\",\n value: function ngettext(singular, plural, count) {\n var placeholders = arguments.length > 3 && arguments[3] !== undefined ? arguments[3] : {};\n return this.subtitudePlaceholders(this.gt.ngettext(singular, plural, count).replace(/%n/g, count.toString()), placeholders);\n }\n }]);\n\n return GettextWrapper;\n}();\n\nfunction getGettextBuilder() {\n return new GettextBuilder();\n}\n//# sourceMappingURL=gettext.js.map","import { getGettextBuilder } from '@nextcloud/l10n/dist/gettext'\n\nconst gtBuilder = getGettextBuilder()\n\t.detectLocale()\n\nprocess.env.TRANSLATIONS\n\t.map(data => gtBuilder.addTranslation(data.locale, data.json))\n\nconst gt = gtBuilder.build()\n\nexport const n = gt.ngettext.bind(gt)\nexport const t = gt.gettext.bind(gt)\n","/**\n * @copyright Copyright (c) 2019 Julius Härtl <jus@bitgrid.net>\n *\n * @author Julius Härtl <jus@bitgrid.net>\n * @author John Molakvoæ <skjnldsv@protonmail.com>\n *\n * @license GNU AGPL version 3 or any later version\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see <http://www.gnu.org/licenses/>.\n */\n\nimport Toastify from 'toastify-js'\nimport { t } from './l10n.js'\n\nclass ToastType {\n\tstatic readonly ERROR = 'toast-error';\n\tstatic readonly WARNING = 'toast-warning';\n\tstatic readonly INFO = 'toast-info';\n\tstatic readonly SUCCESS = 'toast-success';\n\tstatic readonly PERMANENT = 'toast-error';\n\tstatic readonly UNDO = 'toast-undo';\n}\n\nexport const TOAST_UNDO_TIMEOUT = 10000\nexport const TOAST_DEFAULT_TIMEOUT = 7000\nexport const TOAST_PERMANENT_TIMEOUT = -1\n\nexport interface ToastOptions {\n\t/**\n\t * Defines the timeout in milliseconds after which the toast is closed. Set to -1 to have a persistent toast.\n\t */\n\ttimeout?: number\n\n\t/**\n\t * Set to true to allow HTML content inside of the toast text\n\t * @default false\n\t */\n\tisHTML?: Boolean\n\n\t/**\n\t * Set a type of {ToastType} to style the modal\n\t */\n\ttype?: ToastType\n\n\t/**\n\t * Provide a function that is called after the toast is removed\n\t */\n\tonRemove?: Function\n\n\t/**\n\t * Provide a function that is called when the toast is clicked\n\t */\n\tonClick?: Function\n\n\t/**\n\t * Make the toast closable\n\t */\n\tclose?: Boolean\n\n\t/**\n\t * Specify the element to attach the toast element to (for testing)\n\t */\n\tselector?: string\n}\n\n/**\n * Show a toast message\n *\n * @param text Message to be shown in the toast, any HTML is removed by default\n * @param options\n */\nexport function showMessage(data: string|Node, options?: ToastOptions): Toast {\n\toptions = Object.assign({\n\t\ttimeout: TOAST_DEFAULT_TIMEOUT,\n\t\tisHTML: false,\n\t\ttype: undefined,\n\t\t// An undefined selector defaults to the body element\n\t\tselector: undefined,\n\t\tonRemove: () => { },\n\t\tonClick: undefined,\n\t\tclose: true\n\t}, options)\n\n\tif (typeof data === 'string' && !options.isHTML) {\n\t\t// fime mae sure that text is extracted\n\t\tconst element = document.createElement('div')\n\t\telement.innerHTML = data\n\t\tdata = element.innerText\n\t}\n\tlet classes = options.type ?? ''\n\n\tif (typeof options.onClick === 'function') {\n\t\tclasses += ' toast-with-click '\n\t}\n\n\tconst isNode = data instanceof Node\n\n\tconst toast = Toastify({\n\t\t[!isNode ? 'text' : 'node']: data,\n\t\tduration: options.timeout,\n\t\tcallback: options.onRemove,\n\t\tonClick: options.onClick,\n\t\tclose: options.close,\n\t\tgravity: 'top',\n\t\tselector: options.selector,\n\t\tposition: 'right',\n\t\tbackgroundColor: '',\n\t\tclassName: 'dialogs ' + classes,\n\t\tescapeMarkup: !options.isHTML,\n\t})\n\ttoast.showToast()\n\treturn toast\n}\n\n/**\n * Show a toast message with error styling\n *\n * @param text Message to be shown in the toast, any HTML is removed by default\n * @param options\n */\nexport function showError(text: string, options?: ToastOptions): Toast {\n\treturn showMessage(text, { ...options, type: ToastType.ERROR })\n}\n\n/**\n * Show a toast message with warning styling\n *\n * @param text Message to be shown in the toast, any HTML is removed by default\n * @param options\n */\nexport function showWarning(text: string, options?: ToastOptions): Toast {\n\treturn showMessage(text, { ...options, type: ToastType.WARNING })\n}\n\n/**\n * Show a toast message with info styling\n *\n * @param text Message to be shown in the toast, any HTML is removed by default\n * @param options\n */\nexport function showInfo(text: string, options?: ToastOptions): Toast {\n\treturn showMessage(text, { ...options, type: ToastType.INFO })\n}\n\n/**\n * Show a toast message with success styling\n *\n * @param text Message to be shown in the toast, any HTML is removed by default\n * @param options\n */\nexport function showSuccess(text: string, options?: ToastOptions): Toast {\n\treturn showMessage(text, { ...options, type: ToastType.SUCCESS })\n}\n\n/**\n * Show a toast message with undo styling\n *\n * @param text Message to be shown in the toast, any HTML is removed by default\n * @param onUndo Function that is called when the undo button is clicked\n * @param options\n */\nexport function showUndo(text: string, onUndo: Function, options?: ToastOptions): Toast {\n\t// onUndo callback is mandatory\n\tif (!(onUndo instanceof Function)) {\n\t\tthrow new Error('Please provide a valid onUndo method')\n\t}\n\n\tlet toast\n\n\toptions = Object.assign(options || {}, {\n\t\t// force 10 seconds of timeout\n\t\ttimeout: TOAST_UNDO_TIMEOUT,\n\t\t// remove close button\n\t\tclose: false\n\t})\n\n\t// Generate undo layout\n\tconst undoContent = document.createElement('span')\n\tconst undoButton = document.createElement('button')\n\tundoButton.classList.add('toast-undo-button')\n\tundoButton.innerText = t('Undo')\n\tundoContent.innerText = text\n\tundoContent.appendChild(undoButton)\n\n\tundoButton.addEventListener('click', function(event) {\n\t\tevent.stopPropagation()\n\t\tonUndo(event)\n\n\t\t// Hide toast\n\t\tif (toast?.hideToast instanceof Function) {\n\t\t\ttoast.hideToast()\n\t\t}\n\t})\n\n\ttoast = showMessage(undoContent, { ...options, type: ToastType.UNDO })\n\treturn toast\n}\n","var fails = require('../internals/fails');\nvar classof = require('../internals/classof-raw');\n\nvar split = ''.split;\n\n// fallback for non-array-like ES3 and non-enumerable old V8 strings\nmodule.exports = fails(function () {\n // throws an error in rhino, see https://github.com/mozilla/rhino/issues/346\n // eslint-disable-next-line no-prototype-builtins -- safe\n return !Object('z').propertyIsEnumerable(0);\n}) ? function (it) {\n return classof(it) == 'String' ? split.call(it, '') : Object(it);\n} : Object;\n","module.exports = false;\n","module.exports = function (it) {\n if (typeof it != 'function') {\n throw TypeError(String(it) + ' is not a function');\n } return it;\n};\n","var IS_PURE = require('../internals/is-pure');\nvar store = require('../internals/shared-store');\n\n(module.exports = function (key, value) {\n return store[key] || (store[key] = value !== undefined ? value : {});\n})('versions', []).push({\n version: '3.13.1',\n mode: IS_PURE ? 'pure' : 'global',\n copyright: '© 2021 Denis Pushkarev (zloirock.ru)'\n});\n","'use strict';\n/* eslint-disable regexp/no-assertion-capturing-group, regexp/no-empty-group, regexp/no-lazy-ends -- testing */\n/* eslint-disable regexp/no-useless-quantifier -- testing */\nvar regexpFlags = require('./regexp-flags');\nvar stickyHelpers = require('./regexp-sticky-helpers');\nvar shared = require('./shared');\n\nvar nativeExec = RegExp.prototype.exec;\nvar nativeReplace = shared('native-string-replace', String.prototype.replace);\n\nvar patchedExec = nativeExec;\n\nvar UPDATES_LAST_INDEX_WRONG = (function () {\n var re1 = /a/;\n var re2 = /b*/g;\n nativeExec.call(re1, 'a');\n nativeExec.call(re2, 'a');\n return re1.lastIndex !== 0 || re2.lastIndex !== 0;\n})();\n\nvar UNSUPPORTED_Y = stickyHelpers.UNSUPPORTED_Y || stickyHelpers.BROKEN_CARET;\n\n// nonparticipating capturing group, copied from es5-shim's String#split patch.\nvar NPCG_INCLUDED = /()??/.exec('')[1] !== undefined;\n\nvar PATCH = UPDATES_LAST_INDEX_WRONG || NPCG_INCLUDED || UNSUPPORTED_Y;\n\nif (PATCH) {\n patchedExec = function exec(str) {\n var re = this;\n var lastIndex, reCopy, match, i;\n var sticky = UNSUPPORTED_Y && re.sticky;\n var flags = regexpFlags.call(re);\n var source = re.source;\n var charsAdded = 0;\n var strCopy = str;\n\n if (sticky) {\n flags = flags.replace('y', '');\n if (flags.indexOf('g') === -1) {\n flags += 'g';\n }\n\n strCopy = String(str).slice(re.lastIndex);\n // Support anchored sticky behavior.\n if (re.lastIndex > 0 && (!re.multiline || re.multiline && str[re.lastIndex - 1] !== '\\n')) {\n source = '(?: ' + source + ')';\n strCopy = ' ' + strCopy;\n charsAdded++;\n }\n // ^(? + rx + ) is needed, in combination with some str slicing, to\n // simulate the 'y' flag.\n reCopy = new RegExp('^(?:' + source + ')', flags);\n }\n\n if (NPCG_INCLUDED) {\n reCopy = new RegExp('^' + source + '$(?!\\\\s)', flags);\n }\n if (UPDATES_LAST_INDEX_WRONG) lastIndex = re.lastIndex;\n\n match = nativeExec.call(sticky ? reCopy : re, strCopy);\n\n if (sticky) {\n if (match) {\n match.input = match.input.slice(charsAdded);\n match[0] = match[0].slice(charsAdded);\n match.index = re.lastIndex;\n re.lastIndex += match[0].length;\n } else re.lastIndex = 0;\n } else if (UPDATES_LAST_INDEX_WRONG && match) {\n re.lastIndex = re.global ? match.index + match[0].length : lastIndex;\n }\n if (NPCG_INCLUDED && match && match.length > 1) {\n // Fix browsers whose `exec` methods don't consistently return `undefined`\n // for NPCG, like IE8. NOTE: This doesn' work for /(.?)?/\n nativeReplace.call(match[0], reCopy, function () {\n for (i = 1; i < arguments.length - 2; i++) {\n if (arguments[i] === undefined) match[i] = undefined;\n }\n });\n }\n\n return match;\n };\n}\n\nmodule.exports = patchedExec;\n","/**\n * Checks if `value` is the\n * [language type](http://www.ecma-international.org/ecma-262/7.0/#sec-ecmascript-language-types)\n * of `Object`. (e.g. arrays, functions, objects, regexes, `new Number(0)`, and `new String('')`)\n *\n * @static\n * @memberOf _\n * @since 0.1.0\n * @category Lang\n * @param {*} value The value to check.\n * @returns {boolean} Returns `true` if `value` is an object, else `false`.\n * @example\n *\n * _.isObject({});\n * // => true\n *\n * _.isObject([1, 2, 3]);\n * // => true\n *\n * _.isObject(_.noop);\n * // => true\n *\n * _.isObject(null);\n * // => false\n */\nfunction isObject(value) {\n var type = typeof value;\n return value != null && (type == 'object' || type == 'function');\n}\n\nmodule.exports = isObject;\n","var global = require('../internals/global');\nvar userAgent = require('../internals/engine-user-agent');\n\nvar process = global.process;\nvar versions = process && process.versions;\nvar v8 = versions && versions.v8;\nvar match, version;\n\nif (v8) {\n match = v8.split('.');\n version = match[0] < 4 ? 1 : match[0] + match[1];\n} else if (userAgent) {\n match = userAgent.match(/Edge\\/(\\d+)/);\n if (!match || match[1] >= 74) {\n match = userAgent.match(/Chrome\\/(\\d+)/);\n if (match) version = match[1];\n }\n}\n\nmodule.exports = version && +version;\n","'use strict';\nvar fails = require('../internals/fails');\n\nmodule.exports = function (METHOD_NAME, argument) {\n var method = [][METHOD_NAME];\n return !!method && fails(function () {\n // eslint-disable-next-line no-useless-call,no-throw-literal -- required for testing\n method.call(null, argument || function () { throw 1; }, 1);\n });\n};\n","var global = require('../internals/global');\nvar createNonEnumerableProperty = require('../internals/create-non-enumerable-property');\n\nmodule.exports = function (key, value) {\n try {\n createNonEnumerableProperty(global, key, value);\n } catch (error) {\n global[key] = value;\n } return value;\n};\n","var global = require('../internals/global');\nvar setGlobal = require('../internals/set-global');\n\nvar SHARED = '__core-js_shared__';\nvar store = global[SHARED] || setGlobal(SHARED, {});\n\nmodule.exports = store;\n","var baseIsNative = require('./_baseIsNative'),\n getValue = require('./_getValue');\n\n/**\n * Gets the native function at `key` of `object`.\n *\n * @private\n * @param {Object} object The object to query.\n * @param {string} key The key of the method to get.\n * @returns {*} Returns the function if it's native, else `undefined`.\n */\nfunction getNative(object, key) {\n var value = getValue(object, key);\n return baseIsNative(value) ? value : undefined;\n}\n\nmodule.exports = getNative;\n","module.exports = {};\n","var id = 0;\nvar postfix = Math.random();\n\nmodule.exports = function (key) {\n return 'Symbol(' + String(key === undefined ? '' : key) + ')_' + (++id + postfix).toString(36);\n};\n","// shim for using process in browser\nvar process = module.exports = {};\n\n// cached from whatever global is present so that test runners that stub it\n// don't break things. But we need to wrap it in a try catch in case it is\n// wrapped in strict mode code which doesn't define any globals. It's inside a\n// function because try/catches deoptimize in certain engines.\n\nvar cachedSetTimeout;\nvar cachedClearTimeout;\n\nfunction defaultSetTimout() {\n throw new Error('setTimeout has not been defined');\n}\nfunction defaultClearTimeout () {\n throw new Error('clearTimeout has not been defined');\n}\n(function () {\n try {\n if (typeof setTimeout === 'function') {\n cachedSetTimeout = setTimeout;\n } else {\n cachedSetTimeout = defaultSetTimout;\n }\n } catch (e) {\n cachedSetTimeout = defaultSetTimout;\n }\n try {\n if (typeof clearTimeout === 'function') {\n cachedClearTimeout = clearTimeout;\n } else {\n cachedClearTimeout = defaultClearTimeout;\n }\n } catch (e) {\n cachedClearTimeout = defaultClearTimeout;\n }\n} ())\nfunction runTimeout(fun) {\n if (cachedSetTimeout === setTimeout) {\n //normal enviroments in sane situations\n return setTimeout(fun, 0);\n }\n // if setTimeout wasn't available but was latter defined\n if ((cachedSetTimeout === defaultSetTimout || !cachedSetTimeout) && setTimeout) {\n cachedSetTimeout = setTimeout;\n return setTimeout(fun, 0);\n }\n try {\n // when when somebody has screwed with setTimeout but no I.E. maddness\n return cachedSetTimeout(fun, 0);\n } catch(e){\n try {\n // When we are in I.E. but the script has been evaled so I.E. doesn't trust the global object when called normally\n return cachedSetTimeout.call(null, fun, 0);\n } catch(e){\n // same as above but when it's a version of I.E. that must have the global object for 'this', hopfully our context correct otherwise it will throw a global error\n return cachedSetTimeout.call(this, fun, 0);\n }\n }\n\n\n}\nfunction runClearTimeout(marker) {\n if (cachedClearTimeout === clearTimeout) {\n //normal enviroments in sane situations\n return clearTimeout(marker);\n }\n // if clearTimeout wasn't available but was latter defined\n if ((cachedClearTimeout === defaultClearTimeout || !cachedClearTimeout) && clearTimeout) {\n cachedClearTimeout = clearTimeout;\n return clearTimeout(marker);\n }\n try {\n // when when somebody has screwed with setTimeout but no I.E. maddness\n return cachedClearTimeout(marker);\n } catch (e){\n try {\n // When we are in I.E. but the script has been evaled so I.E. doesn't trust the global object when called normally\n return cachedClearTimeout.call(null, marker);\n } catch (e){\n // same as above but when it's a version of I.E. that must have the global object for 'this', hopfully our context correct otherwise it will throw a global error.\n // Some versions of I.E. have different rules for clearTimeout vs setTimeout\n return cachedClearTimeout.call(this, marker);\n }\n }\n\n\n\n}\nvar queue = [];\nvar draining = false;\nvar currentQueue;\nvar queueIndex = -1;\n\nfunction cleanUpNextTick() {\n if (!draining || !currentQueue) {\n return;\n }\n draining = false;\n if (currentQueue.length) {\n queue = currentQueue.concat(queue);\n } else {\n queueIndex = -1;\n }\n if (queue.length) {\n drainQueue();\n }\n}\n\nfunction drainQueue() {\n if (draining) {\n return;\n }\n var timeout = runTimeout(cleanUpNextTick);\n draining = true;\n\n var len = queue.length;\n while(len) {\n currentQueue = queue;\n queue = [];\n while (++queueIndex < len) {\n if (currentQueue) {\n currentQueue[queueIndex].run();\n }\n }\n queueIndex = -1;\n len = queue.length;\n }\n currentQueue = null;\n draining = false;\n runClearTimeout(timeout);\n}\n\nprocess.nextTick = function (fun) {\n var args = new Array(arguments.length - 1);\n if (arguments.length > 1) {\n for (var i = 1; i < arguments.length; i++) {\n args[i - 1] = arguments[i];\n }\n }\n queue.push(new Item(fun, args));\n if (queue.length === 1 && !draining) {\n runTimeout(drainQueue);\n }\n};\n\n// v8 likes predictible objects\nfunction Item(fun, array) {\n this.fun = fun;\n this.array = array;\n}\nItem.prototype.run = function () {\n this.fun.apply(null, this.array);\n};\nprocess.title = 'browser';\nprocess.browser = true;\nprocess.env = {};\nprocess.argv = [];\nprocess.version = ''; // empty string to avoid regexp issues\nprocess.versions = {};\n\nfunction noop() {}\n\nprocess.on = noop;\nprocess.addListener = noop;\nprocess.once = noop;\nprocess.off = noop;\nprocess.removeListener = noop;\nprocess.removeAllListeners = noop;\nprocess.emit = noop;\nprocess.prependListener = noop;\nprocess.prependOnceListener = noop;\n\nprocess.listeners = function (name) { return [] }\n\nprocess.binding = function (name) {\n throw new Error('process.binding is not supported');\n};\n\nprocess.cwd = function () { return '/' };\nprocess.chdir = function (dir) {\n throw new Error('process.chdir is not supported');\n};\nprocess.umask = function() { return 0; };\n","'use strict';\n\nexports.__esModule = true;\nexports.extend = extend;\nexports.indexOf = indexOf;\nexports.escapeExpression = escapeExpression;\nexports.isEmpty = isEmpty;\nexports.createFrame = createFrame;\nexports.blockParams = blockParams;\nexports.appendContextPath = appendContextPath;\nvar escape = {\n '&': '&amp;',\n '<': '&lt;',\n '>': '&gt;',\n '\"': '&quot;',\n \"'\": '&#x27;',\n '`': '&#x60;',\n '=': '&#x3D;'\n};\n\nvar badChars = /[&<>\"'`=]/g,\n possible = /[&<>\"'`=]/;\n\nfunction escapeChar(chr) {\n return escape[chr];\n}\n\nfunction extend(obj /* , ...source */) {\n for (var i = 1; i < arguments.length; i++) {\n for (var key in arguments[i]) {\n if (Object.prototype.hasOwnProperty.call(arguments[i], key)) {\n obj[key] = arguments[i][key];\n }\n }\n }\n\n return obj;\n}\n\nvar toString = Object.prototype.toString;\n\nexports.toString = toString;\n// Sourced from lodash\n// https://github.com/bestiejs/lodash/blob/master/LICENSE.txt\n/* eslint-disable func-style */\nvar isFunction = function isFunction(value) {\n return typeof value === 'function';\n};\n// fallback for older versions of Chrome and Safari\n/* istanbul ignore next */\nif (isFunction(/x/)) {\n exports.isFunction = isFunction = function (value) {\n return typeof value === 'function' && toString.call(value) === '[object Function]';\n };\n}\nexports.isFunction = isFunction;\n\n/* eslint-enable func-style */\n\n/* istanbul ignore next */\nvar isArray = Array.isArray || function (value) {\n return value && typeof value === 'object' ? toString.call(value) === '[object Array]' : false;\n};\n\nexports.isArray = isArray;\n// Older IE versions do not directly support indexOf so we must implement our own, sadly.\n\nfunction indexOf(array, value) {\n for (var i = 0, len = array.length; i < len; i++) {\n if (array[i] === value) {\n return i;\n }\n }\n return -1;\n}\n\nfunction escapeExpression(string) {\n if (typeof string !== 'string') {\n // don't escape SafeStrings, since they're already safe\n if (string && string.toHTML) {\n return string.toHTML();\n } else if (string == null) {\n return '';\n } else if (!string) {\n return string + '';\n }\n\n // Force a string conversion as this will be done by the append regardless and\n // the regex test will do this transparently behind the scenes, causing issues if\n // an object's to string has escaped characters in it.\n string = '' + string;\n }\n\n if (!possible.test(string)) {\n return string;\n }\n return string.replace(badChars, escapeChar);\n}\n\nfunction isEmpty(value) {\n if (!value && value !== 0) {\n return true;\n } else if (isArray(value) && value.length === 0) {\n return true;\n } else {\n return false;\n }\n}\n\nfunction createFrame(object) {\n var frame = extend({}, object);\n frame._parent = object;\n return frame;\n}\n\nfunction blockParams(params, ids) {\n params.path = ids;\n return params;\n}\n\nfunction appendContextPath(contextPath, id) {\n return (contextPath ? contextPath + '.' : '') + id;\n}\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uL2xpYi9oYW5kbGViYXJzL3V0aWxzLmpzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7Ozs7Ozs7Ozs7QUFBQSxJQUFNLE1BQU0sR0FBRztBQUNiLEtBQUcsRUFBRSxPQUFPO0FBQ1osS0FBRyxFQUFFLE1BQU07QUFDWCxLQUFHLEVBQUUsTUFBTTtBQUNYLEtBQUcsRUFBRSxRQUFRO0FBQ2IsS0FBRyxFQUFFLFFBQVE7QUFDYixLQUFHLEVBQUUsUUFBUTtBQUNiLEtBQUcsRUFBRSxRQUFRO0NBQ2QsQ0FBQzs7QUFFRixJQUFNLFFBQVEsR0FBRyxZQUFZO0lBQzNCLFFBQVEsR0FBRyxXQUFXLENBQUM7O0FBRXpCLFNBQVMsVUFBVSxDQUFDLEdBQUcsRUFBRTtBQUN2QixTQUFPLE1BQU0sQ0FBQyxHQUFHLENBQUMsQ0FBQztDQUNwQjs7QUFFTSxTQUFTLE1BQU0sQ0FBQyxHQUFHLG9CQUFvQjtBQUM1QyxPQUFLLElBQUksQ0FBQyxHQUFHLENBQUMsRUFBRSxDQUFDLEdBQUcsU0FBUyxDQUFDLE1BQU0sRUFBRSxDQUFDLEVBQUUsRUFBRTtBQUN6QyxTQUFLLElBQUksR0FBRyxJQUFJLFNBQVMsQ0FBQyxDQUFDLENBQUMsRUFBRTtBQUM1QixVQUFJLE1BQU0sQ0FBQyxTQUFTLENBQUMsY0FBYyxDQUFDLElBQUksQ0FBQyxTQUFTLENBQUMsQ0FBQyxDQUFDLEVBQUUsR0FBRyxDQUFDLEVBQUU7QUFDM0QsV0FBRyxDQUFDLEdBQUcsQ0FBQyxHQUFHLFNBQVMsQ0FBQyxDQUFDLENBQUMsQ0FBQyxHQUFHLENBQUMsQ0FBQztPQUM5QjtLQUNGO0dBQ0Y7O0FBRUQsU0FBTyxHQUFHLENBQUM7Q0FDWjs7QUFFTSxJQUFJLFFBQVEsR0FBRyxNQUFNLENBQUMsU0FBUyxDQUFDLFFBQVEsQ0FBQzs7Ozs7O0FBS2hELElBQUksVUFBVSxHQUFHLG9CQUFTLEtBQUssRUFBRTtBQUMvQixTQUFPLE9BQU8sS0FBSyxLQUFLLFVBQVUsQ0FBQztDQUNwQyxDQUFDOzs7QUFHRixJQUFJLFVBQVUsQ0FBQyxHQUFHLENBQUMsRUFBRTtBQUNuQixVQU9PLFVBQVUsR0FQakIsVUFBVSxHQUFHLFVBQVMsS0FBSyxFQUFFO0FBQzNCLFdBQ0UsT0FBTyxLQUFLLEtBQUssVUFBVSxJQUMzQixRQUFRLENBQUMsSUFBSSxDQUFDLEtBQUssQ0FBQyxLQUFLLG1CQUFtQixDQUM1QztHQUNILENBQUM7Q0FDSDtRQUNRLFVBQVUsR0FBVixVQUFVOzs7OztBQUlaLElBQU0sT0FBTyxHQUNsQixLQUFLLENBQUMsT0FBTyxJQUNiLFVBQVMsS0FBSyxFQUFFO0FBQ2QsU0FBTyxLQUFLLElBQUksT0FBTyxLQUFLLEtBQUssUUFBUSxHQUNyQyxRQUFRLENBQUMsSUFBSSxDQUFDLEtBQUssQ0FBQyxLQUFLLGdCQUFnQixHQUN6QyxLQUFLLENBQUM7Q0FDWCxDQUFDOzs7OztBQUdHLFNBQVMsT0FBTyxDQUFDLEtBQUssRUFBRSxLQUFLLEVBQUU7QUFDcEMsT0FBSyxJQUFJLENBQUMsR0FBRyxDQUFDLEVBQUUsR0FBRyxHQUFHLEtBQUssQ0FBQyxNQUFNLEVBQUUsQ0FBQyxHQUFHLEdBQUcsRUFBRSxDQUFDLEVBQUUsRUFBRTtBQUNoRCxRQUFJLEtBQUssQ0FBQyxDQUFDLENBQUMsS0FBSyxLQUFLLEVBQUU7QUFDdEIsYUFBTyxDQUFDLENBQUM7S0FDVjtHQUNGO0FBQ0QsU0FBTyxDQUFDLENBQUMsQ0FBQztDQUNYOztBQUVNLFNBQVMsZ0JBQWdCLENBQUMsTUFBTSxFQUFFO0FBQ3ZDLE1BQUksT0FBTyxNQUFNLEtBQUssUUFBUSxFQUFFOztBQUU5QixRQUFJLE1BQU0sSUFBSSxNQUFNLENBQUMsTUFBTSxFQUFFO0FBQzNCLGFBQU8sTUFBTSxDQUFDLE1BQU0sRUFBRSxDQUFDO0tBQ3hCLE1BQU0sSUFBSSxNQUFNLElBQUksSUFBSSxFQUFFO0FBQ3pCLGFBQU8sRUFBRSxDQUFDO0tBQ1gsTUFBTSxJQUFJLENBQUMsTUFBTSxFQUFFO0FBQ2xCLGFBQU8sTUFBTSxHQUFHLEVBQUUsQ0FBQztLQUNwQjs7Ozs7QUFLRCxVQUFNLEdBQUcsRUFBRSxHQUFHLE1BQU0sQ0FBQztHQUN0Qjs7QUFFRCxNQUFJLENBQUMsUUFBUSxDQUFDLElBQUksQ0FBQyxNQUFNLENBQUMsRUFBRTtBQUMxQixXQUFPLE1BQU0sQ0FBQztHQUNmO0FBQ0QsU0FBTyxNQUFNLENBQUMsT0FBTyxDQUFDLFFBQVEsRUFBRSxVQUFVLENBQUMsQ0FBQztDQUM3Qzs7QUFFTSxTQUFTLE9BQU8sQ0FBQyxLQUFLLEVBQUU7QUFDN0IsTUFBSSxDQUFDLEtBQUssSUFBSSxLQUFLLEtBQUssQ0FBQyxFQUFFO0FBQ3pCLFdBQU8sSUFBSSxDQUFDO0dBQ2IsTUFBTSxJQUFJLE9BQU8sQ0FBQyxLQUFLLENBQUMsSUFBSSxLQUFLLENBQUMsTUFBTSxLQUFLLENBQUMsRUFBRTtBQUMvQyxXQUFPLElBQUksQ0FBQztHQUNiLE1BQU07QUFDTCxXQUFPLEtBQUssQ0FBQztHQUNkO0NBQ0Y7O0FBRU0sU0FBUyxXQUFXLENBQUMsTUFBTSxFQUFFO0FBQ2xDLE1BQUksS0FBSyxHQUFHLE1BQU0sQ0FBQyxFQUFFLEVBQUUsTUFBTSxDQUFDLENBQUM7QUFDL0IsT0FBSyxDQUFDLE9BQU8sR0FBRyxNQUFNLENBQUM7QUFDdkIsU0FBTyxLQUFLLENBQUM7Q0FDZDs7QUFFTSxTQUFTLFdBQVcsQ0FBQyxNQUFNLEVBQUUsR0FBRyxFQUFFO0FBQ3ZDLFFBQU0sQ0FBQyxJQUFJLEdBQUcsR0FBRyxDQUFDO0FBQ2xCLFNBQU8sTUFBTSxDQUFDO0NBQ2Y7O0FBRU0sU0FBUyxpQkFBaUIsQ0FBQyxXQUFXLEVBQUUsRUFBRSxFQUFFO0FBQ2pELFNBQU8sQ0FBQyxXQUFXLEdBQUcsV0FBVyxHQUFHLEdBQUcsR0FBRyxFQUFFLENBQUEsR0FBSSxFQUFFLENBQUM7Q0FDcEQiLCJmaWxlIjoidXRpbHMuanMiLCJzb3VyY2VzQ29udGVudCI6WyJjb25zdCBlc2NhcGUgPSB7XG4gICcmJzogJyZhbXA7JyxcbiAgJzwnOiAnJmx0OycsXG4gICc+JzogJyZndDsnLFxuICAnXCInOiAnJnF1b3Q7JyxcbiAgXCInXCI6ICcmI3gyNzsnLFxuICAnYCc6ICcmI3g2MDsnLFxuICAnPSc6ICcmI3gzRDsnXG59O1xuXG5jb25zdCBiYWRDaGFycyA9IC9bJjw+XCInYD1dL2csXG4gIHBvc3NpYmxlID0gL1smPD5cIidgPV0vO1xuXG5mdW5jdGlvbiBlc2NhcGVDaGFyKGNocikge1xuICByZXR1cm4gZXNjYXBlW2Nocl07XG59XG5cbmV4cG9ydCBmdW5jdGlvbiBleHRlbmQob2JqIC8qICwgLi4uc291cmNlICovKSB7XG4gIGZvciAobGV0IGkgPSAxOyBpIDwgYXJndW1lbnRzLmxlbmd0aDsgaSsrKSB7XG4gICAgZm9yIChsZXQga2V5IGluIGFyZ3VtZW50c1tpXSkge1xuICAgICAgaWYgKE9iamVjdC5wcm90b3R5cGUuaGFzT3duUHJvcGVydHkuY2FsbChhcmd1bWVudHNbaV0sIGtleSkpIHtcbiAgICAgICAgb2JqW2tleV0gPSBhcmd1bWVudHNbaV1ba2V5XTtcbiAgICAgIH1cbiAgICB9XG4gIH1cblxuICByZXR1cm4gb2JqO1xufVxuXG5leHBvcnQgbGV0IHRvU3RyaW5nID0gT2JqZWN0LnByb3RvdHlwZS50b1N0cmluZztcblxuLy8gU291cmNlZCBmcm9tIGxvZGFzaFxuLy8gaHR0cHM6Ly9naXRodWIuY29tL2Jlc3RpZWpzL2xvZGFzaC9ibG9iL21hc3Rlci9MSUNFTlNFLnR4dFxuLyogZXNsaW50LWRpc2FibGUgZnVuYy1zdHlsZSAqL1xubGV0IGlzRnVuY3Rpb24gPSBmdW5jdGlvbih2YWx1ZSkge1xuICByZXR1cm4gdHlwZW9mIHZhbHVlID09PSAnZnVuY3Rpb24nO1xufTtcbi8vIGZhbGxiYWNrIGZvciBvbGRlciB2ZXJzaW9ucyBvZiBDaHJvbWUgYW5kIFNhZmFyaVxuLyogaXN0YW5idWwgaWdub3JlIG5leHQgKi9cbmlmIChpc0Z1bmN0aW9uKC94LykpIHtcbiAgaXNGdW5jdGlvbiA9IGZ1bmN0aW9uKHZhbHVlKSB7XG4gICAgcmV0dXJuIChcbiAgICAgIHR5cGVvZiB2YWx1ZSA9PT0gJ2Z1bmN0aW9uJyAmJlxuICAgICAgdG9TdHJpbmcuY2FsbCh2YWx1ZSkgPT09ICdbb2JqZWN0IEZ1bmN0aW9uXSdcbiAgICApO1xuICB9O1xufVxuZXhwb3J0IHsgaXNGdW5jdGlvbiB9O1xuLyogZXNsaW50LWVuYWJsZSBmdW5jLXN0eWxlICovXG5cbi8qIGlzdGFuYnVsIGlnbm9yZSBuZXh0ICovXG5leHBvcnQgY29uc3QgaXNBcnJheSA9XG4gIEFycmF5LmlzQXJyYXkgfHxcbiAgZnVuY3Rpb24odmFsdWUpIHtcbiAgICByZXR1cm4gdmFsdWUgJiYgdHlwZW9mIHZhbHVlID09PSAnb2JqZWN0J1xuICAgICAgPyB0b1N0cmluZy5jYWxsKHZhbHVlKSA9PT0gJ1tvYmplY3QgQXJyYXldJ1xuICAgICAgOiBmYWxzZTtcbiAgfTtcblxuLy8gT2xkZXIgSUUgdmVyc2lvbnMgZG8gbm90IGRpcmVjdGx5IHN1cHBvcnQgaW5kZXhPZiBzbyB3ZSBtdXN0IGltcGxlbWVudCBvdXIgb3duLCBzYWRseS5cbmV4cG9ydCBmdW5jdGlvbiBpbmRleE9mKGFycmF5LCB2YWx1ZSkge1xuICBmb3IgKGxldCBpID0gMCwgbGVuID0gYXJyYXkubGVuZ3RoOyBpIDwgbGVuOyBpKyspIHtcbiAgICBpZiAoYXJyYXlbaV0gPT09IHZhbHVlKSB7XG4gICAgICByZXR1cm4gaTtcbiAgICB9XG4gIH1cbiAgcmV0dXJuIC0xO1xufVxuXG5leHBvcnQgZnVuY3Rpb24gZXNjYXBlRXhwcmVzc2lvbihzdHJpbmcpIHtcbiAgaWYgKHR5cGVvZiBzdHJpbmcgIT09ICdzdHJpbmcnKSB7XG4gICAgLy8gZG9uJ3QgZXNjYXBlIFNhZmVTdHJpbmdzLCBzaW5jZSB0aGV5J3JlIGFscmVhZHkgc2FmZVxuICAgIGlmIChzdHJpbmcgJiYgc3RyaW5nLnRvSFRNTCkge1xuICAgICAgcmV0dXJuIHN0cmluZy50b0hUTUwoKTtcbiAgICB9IGVsc2UgaWYgKHN0cmluZyA9PSBudWxsKSB7XG4gICAgICByZXR1cm4gJyc7XG4gICAgfSBlbHNlIGlmICghc3RyaW5nKSB7XG4gICAgICByZXR1cm4gc3RyaW5nICsgJyc7XG4gICAgfVxuXG4gICAgLy8gRm9yY2UgYSBzdHJpbmcgY29udmVyc2lvbiBhcyB0aGlzIHdpbGwgYmUgZG9uZSBieSB0aGUgYXBwZW5kIHJlZ2FyZGxlc3MgYW5kXG4gICAgLy8gdGhlIHJlZ2V4IHRlc3Qgd2lsbCBkbyB0aGlzIHRyYW5zcGFyZW50bHkgYmVoaW5kIHRoZSBzY2VuZXMsIGNhdXNpbmcgaXNzdWVzIGlmXG4gICAgLy8gYW4gb2JqZWN0J3MgdG8gc3RyaW5nIGhhcyBlc2NhcGVkIGNoYXJhY3RlcnMgaW4gaXQuXG4gICAgc3RyaW5nID0gJycgKyBzdHJpbmc7XG4gIH1cblxuICBpZiAoIXBvc3NpYmxlLnRlc3Qoc3RyaW5nKSkge1xuICAgIHJldHVybiBzdHJpbmc7XG4gIH1cbiAgcmV0dXJuIHN0cmluZy5yZXBsYWNlKGJhZENoYXJzLCBlc2NhcGVDaGFyKTtcbn1cblxuZXhwb3J0IGZ1bmN0aW9uIGlzRW1wdHkodmFsdWUpIHtcbiAgaWYgKCF2YWx1ZSAmJiB2YWx1ZSAhPT0gMCkge1xuICAgIHJldHVybiB0cnVlO1xuICB9IGVsc2UgaWYgKGlzQXJyYXkodmFsdWUpICYmIHZhbHVlLmxlbmd0aCA9PT0gMCkge1xuICAgIHJldHVybiB0cnVlO1xuICB9IGVsc2Uge1xuICAgIHJldHVybiBmYWxzZTtcbiAgfVxufVxuXG5leHBvcnQgZnVuY3Rpb24gY3JlYXRlRnJhbWUob2JqZWN0KSB7XG4gIGxldCBmcmFtZSA9IGV4dGVuZCh7fSwgb2JqZWN0KTtcbiAgZnJhbWUuX3BhcmVudCA9IG9iamVjdDtcbiAgcmV0dXJuIGZyYW1lO1xufVxuXG5leHBvcnQgZnVuY3Rpb24gYmxvY2tQYXJhbXMocGFyYW1zLCBpZHMpIHtcbiAgcGFyYW1zLnBhdGggPSBpZHM7XG4gIHJldHVybiBwYXJhbXM7XG59XG5cbmV4cG9ydCBmdW5jdGlvbiBhcHBlbmRDb250ZXh0UGF0aChjb250ZXh0UGF0aCwgaWQpIHtcbiAgcmV0dXJuIChjb250ZXh0UGF0aCA/IGNvbnRleHRQYXRoICsgJy4nIDogJycpICsgaWQ7XG59XG4iXX0=\n","var Symbol = require('./_Symbol'),\n getRawTag = require('./_getRawTag'),\n objectToString = require('./_objectToString');\n\n/** `Object#toString` result references. */\nvar nullTag = '[object Null]',\n undefinedTag = '[object Undefined]';\n\n/** Built-in value references. */\nvar symToStringTag = Symbol ? Symbol.toStringTag : undefined;\n\n/**\n * The base implementation of `getTag` without fallbacks for buggy environments.\n *\n * @private\n * @param {*} value The value to query.\n * @returns {string} Returns the `toStringTag`.\n */\nfunction baseGetTag(value) {\n if (value == null) {\n return value === undefined ? undefinedTag : nullTag;\n }\n return (symToStringTag && symToStringTag in Object(value))\n ? getRawTag(value)\n : objectToString(value);\n}\n\nmodule.exports = baseGetTag;\n","var toInteger = require('../internals/to-integer');\n\nvar max = Math.max;\nvar min = Math.min;\n\n// Helper for a popular repeating case of the spec:\n// Let integer be ? ToInteger(index).\n// If integer < 0, let result be max((length + integer), 0); else let result be min(integer, length).\nmodule.exports = function (index, length) {\n var integer = toInteger(index);\n return integer < 0 ? max(integer + length, 0) : min(integer, length);\n};\n","'use strict';\nvar anObject = require('../internals/an-object');\n\n// `RegExp.prototype.flags` getter implementation\n// https://tc39.es/ecma262/#sec-get-regexp.prototype.flags\nmodule.exports = function () {\n var that = anObject(this);\n var result = '';\n if (that.global) result += 'g';\n if (that.ignoreCase) result += 'i';\n if (that.multiline) result += 'm';\n if (that.dotAll) result += 's';\n if (that.unicode) result += 'u';\n if (that.sticky) result += 'y';\n return result;\n};\n","'use strict';\nvar fixRegExpWellKnownSymbolLogic = require('../internals/fix-regexp-well-known-symbol-logic');\nvar anObject = require('../internals/an-object');\nvar toLength = require('../internals/to-length');\nvar toInteger = require('../internals/to-integer');\nvar requireObjectCoercible = require('../internals/require-object-coercible');\nvar advanceStringIndex = require('../internals/advance-string-index');\nvar getSubstitution = require('../internals/get-substitution');\nvar regExpExec = require('../internals/regexp-exec-abstract');\n\nvar max = Math.max;\nvar min = Math.min;\n\nvar maybeToString = function (it) {\n return it === undefined ? it : String(it);\n};\n\n// @@replace logic\nfixRegExpWellKnownSymbolLogic('replace', 2, function (REPLACE, nativeReplace, maybeCallNative, reason) {\n var REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE = reason.REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE;\n var REPLACE_KEEPS_$0 = reason.REPLACE_KEEPS_$0;\n var UNSAFE_SUBSTITUTE = REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE ? '$' : '$0';\n\n return [\n // `String.prototype.replace` method\n // https://tc39.es/ecma262/#sec-string.prototype.replace\n function replace(searchValue, replaceValue) {\n var O = requireObjectCoercible(this);\n var replacer = searchValue == undefined ? undefined : searchValue[REPLACE];\n return replacer !== undefined\n ? replacer.call(searchValue, O, replaceValue)\n : nativeReplace.call(String(O), searchValue, replaceValue);\n },\n // `RegExp.prototype[@@replace]` method\n // https://tc39.es/ecma262/#sec-regexp.prototype-@@replace\n function (regexp, replaceValue) {\n if (\n (!REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE && REPLACE_KEEPS_$0) ||\n (typeof replaceValue === 'string' && replaceValue.indexOf(UNSAFE_SUBSTITUTE) === -1)\n ) {\n var res = maybeCallNative(nativeReplace, regexp, this, replaceValue);\n if (res.done) return res.value;\n }\n\n var rx = anObject(regexp);\n var S = String(this);\n\n var functionalReplace = typeof replaceValue === 'function';\n if (!functionalReplace) replaceValue = String(replaceValue);\n\n var global = rx.global;\n if (global) {\n var fullUnicode = rx.unicode;\n rx.lastIndex = 0;\n }\n var results = [];\n while (true) {\n var result = regExpExec(rx, S);\n if (result === null) break;\n\n results.push(result);\n if (!global) break;\n\n var matchStr = String(result[0]);\n if (matchStr === '') rx.lastIndex = advanceStringIndex(S, toLength(rx.lastIndex), fullUnicode);\n }\n\n var accumulatedResult = '';\n var nextSourcePosition = 0;\n for (var i = 0; i < results.length; i++) {\n result = results[i];\n\n var matched = String(result[0]);\n var position = max(min(toInteger(result.index), S.length), 0);\n var captures = [];\n // NOTE: This is equivalent to\n // captures = result.slice(1).map(maybeToString)\n // but for some reason `nativeSlice.call(result, 1, result.length)` (called in\n // the slice polyfill when slicing native arrays) \"doesn't work\" in safari 9 and\n // causes a crash (https://pastebin.com/N21QzeQA) when trying to debug it.\n for (var j = 1; j < result.length; j++) captures.push(maybeToString(result[j]));\n var namedCaptures = result.groups;\n if (functionalReplace) {\n var replacerArgs = [matched].concat(captures, position, S);\n if (namedCaptures !== undefined) replacerArgs.push(namedCaptures);\n var replacement = String(replaceValue.apply(undefined, replacerArgs));\n } else {\n replacement = getSubstitution(matched, S, position, captures, namedCaptures, replaceValue);\n }\n if (position >= nextSourcePosition) {\n accumulatedResult += S.slice(nextSourcePosition, position) + replacement;\n nextSourcePosition = position + matched.length;\n }\n }\n return accumulatedResult + S.slice(nextSourcePosition);\n }\n ];\n});\n","var classof = require('../internals/classof-raw');\n\n// `IsArray` abstract operation\n// https://tc39.es/ecma262/#sec-isarray\n// eslint-disable-next-line es/no-array-isarray -- safe\nmodule.exports = Array.isArray || function isArray(arg) {\n return classof(arg) == 'Array';\n};\n","'use strict';\nvar $propertyIsEnumerable = {}.propertyIsEnumerable;\n// eslint-disable-next-line es/no-object-getownpropertydescriptor -- safe\nvar getOwnPropertyDescriptor = Object.getOwnPropertyDescriptor;\n\n// Nashorn ~ JDK8 bug\nvar NASHORN_BUG = getOwnPropertyDescriptor && !$propertyIsEnumerable.call({ 1: 2 }, 1);\n\n// `Object.prototype.propertyIsEnumerable` method implementation\n// https://tc39.es/ecma262/#sec-object.prototype.propertyisenumerable\nexports.f = NASHORN_BUG ? function propertyIsEnumerable(V) {\n var descriptor = getOwnPropertyDescriptor(this, V);\n return !!descriptor && descriptor.enumerable;\n} : $propertyIsEnumerable;\n","var internalObjectKeys = require('../internals/object-keys-internal');\nvar enumBugKeys = require('../internals/enum-bug-keys');\n\nvar hiddenKeys = enumBugKeys.concat('length', 'prototype');\n\n// `Object.getOwnPropertyNames` method\n// https://tc39.es/ecma262/#sec-object.getownpropertynames\n// eslint-disable-next-line es/no-object-getownpropertynames -- safe\nexports.f = Object.getOwnPropertyNames || function getOwnPropertyNames(O) {\n return internalObjectKeys(O, hiddenKeys);\n};\n","var toIndexedObject = require('../internals/to-indexed-object');\nvar toLength = require('../internals/to-length');\nvar toAbsoluteIndex = require('../internals/to-absolute-index');\n\n// `Array.prototype.{ indexOf, includes }` methods implementation\nvar createMethod = function (IS_INCLUDES) {\n return function ($this, el, fromIndex) {\n var O = toIndexedObject($this);\n var length = toLength(O.length);\n var index = toAbsoluteIndex(fromIndex, length);\n var value;\n // Array#includes uses SameValueZero equality algorithm\n // eslint-disable-next-line no-self-compare -- NaN check\n if (IS_INCLUDES && el != el) while (length > index) {\n value = O[index++];\n // eslint-disable-next-line no-self-compare -- NaN check\n if (value != value) return true;\n // Array#indexOf ignores holes, Array#includes - not\n } else for (;length > index; index++) {\n if ((IS_INCLUDES || index in O) && O[index] === el) return IS_INCLUDES || index || 0;\n } return !IS_INCLUDES && -1;\n };\n};\n\nmodule.exports = {\n // `Array.prototype.includes` method\n // https://tc39.es/ecma262/#sec-array.prototype.includes\n includes: createMethod(true),\n // `Array.prototype.indexOf` method\n // https://tc39.es/ecma262/#sec-array.prototype.indexof\n indexOf: createMethod(false)\n};\n","/* eslint-disable es/no-symbol -- required for testing */\nvar V8_VERSION = require('../internals/engine-v8-version');\nvar fails = require('../internals/fails');\n\n// eslint-disable-next-line es/no-object-getownpropertysymbols -- required for testing\nmodule.exports = !!Object.getOwnPropertySymbols && !fails(function () {\n var symbol = Symbol();\n // Chrome 38 Symbol has incorrect toString conversion\n // `get-own-property-symbols` polyfill symbols converted to object are not Symbol instances\n return !String(symbol) || !(Object(symbol) instanceof Symbol) ||\n // Chrome 38-40 symbols are not inherited from DOM collections prototypes to instances\n !Symbol.sham && V8_VERSION && V8_VERSION < 41;\n});\n","var wellKnownSymbol = require('../internals/well-known-symbol');\n\nvar TO_STRING_TAG = wellKnownSymbol('toStringTag');\nvar test = {};\n\ntest[TO_STRING_TAG] = 'z';\n\nmodule.exports = String(test) === '[object z]';\n","/**\n * @copyright 2019 Christoph Wurst <christoph@winzerhof-wurst.at>\n *\n * @author Christoph Wurst <christoph@winzerhof-wurst.at>\n * @author John Molakvoæ <skjnldsv@protonmail.com>\n *\n * @license GNU AGPL version 3 or any later version\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see <http://www.gnu.org/licenses/>.\n *\n */\n\nimport { emit } from '@nextcloud/event-bus'\n\n/**\n * @private\n * @param {Document} global the document to read the initial value from\n * @param {Function} emit the function to invoke for every new token\n * @returns {Object}\n */\nexport const manageToken = (global, emit) => {\n\tlet token = global.getElementsByTagName('head')[0].getAttribute('data-requesttoken')\n\n\treturn {\n\t\tgetToken: () => token,\n\t\tsetToken: newToken => {\n\t\t\ttoken = newToken\n\n\t\t\temit('csrf-token-update', {\n\t\t\t\ttoken,\n\t\t\t})\n\t\t},\n\t}\n}\n\nconst manageFromDocument = manageToken(document, emit)\n\n/**\n * @returns {string}\n */\nexport const getToken = manageFromDocument.getToken\n\n/**\n * @param {String} newToken new token\n */\nexport const setToken = manageFromDocument.setToken\n","// Backbone.js 1.4.0\n\n// (c) 2010-2019 Jeremy Ashkenas and DocumentCloud\n// Backbone may be freely distributed under the MIT license.\n// For all details and documentation:\n// http://backbonejs.org\n\n(function(factory) {\n\n // Establish the root object, `window` (`self`) in the browser, or `global` on the server.\n // We use `self` instead of `window` for `WebWorker` support.\n var root = typeof self == 'object' && self.self === self && self ||\n typeof global == 'object' && global.global === global && global;\n\n // Set up Backbone appropriately for the environment. Start with AMD.\n if (typeof define === 'function' && define.amd) {\n define(['underscore', 'jquery', 'exports'], function(_, $, exports) {\n // Export global even in AMD case in case this script is loaded with\n // others that may still expect a global Backbone.\n root.Backbone = factory(root, exports, _, $);\n });\n\n // Next for Node.js or CommonJS. jQuery may not be needed as a module.\n } else if (typeof exports !== 'undefined') {\n var _ = require('underscore'), $;\n try { $ = require('jquery'); } catch (e) {}\n factory(root, exports, _, $);\n\n // Finally, as a browser global.\n } else {\n root.Backbone = factory(root, {}, root._, root.jQuery || root.Zepto || root.ender || root.$);\n }\n\n})(function(root, Backbone, _, $) {\n\n // Initial Setup\n // -------------\n\n // Save the previous value of the `Backbone` variable, so that it can be\n // restored later on, if `noConflict` is used.\n var previousBackbone = root.Backbone;\n\n // Create a local reference to a common array method we'll want to use later.\n var slice = Array.prototype.slice;\n\n // Current version of the library. Keep in sync with `package.json`.\n Backbone.VERSION = '1.4.0';\n\n // For Backbone's purposes, jQuery, Zepto, Ender, or My Library (kidding) owns\n // the `$` variable.\n Backbone.$ = $;\n\n // Runs Backbone.js in *noConflict* mode, returning the `Backbone` variable\n // to its previous owner. Returns a reference to this Backbone object.\n Backbone.noConflict = function() {\n root.Backbone = previousBackbone;\n return this;\n };\n\n // Turn on `emulateHTTP` to support legacy HTTP servers. Setting this option\n // will fake `\"PATCH\"`, `\"PUT\"` and `\"DELETE\"` requests via the `_method` parameter and\n // set a `X-Http-Method-Override` header.\n Backbone.emulateHTTP = false;\n\n // Turn on `emulateJSON` to support legacy servers that can't deal with direct\n // `application/json` requests ... this will encode the body as\n // `application/x-www-form-urlencoded` instead and will send the model in a\n // form param named `model`.\n Backbone.emulateJSON = false;\n\n // Backbone.Events\n // ---------------\n\n // A module that can be mixed in to *any object* in order to provide it with\n // a custom event channel. You may bind a callback to an event with `on` or\n // remove with `off`; `trigger`-ing an event fires all callbacks in\n // succession.\n //\n // var object = {};\n // _.extend(object, Backbone.Events);\n // object.on('expand', function(){ alert('expanded'); });\n // object.trigger('expand');\n //\n var Events = Backbone.Events = {};\n\n // Regular expression used to split event strings.\n var eventSplitter = /\\s+/;\n\n // A private global variable to share between listeners and listenees.\n var _listening;\n\n // Iterates over the standard `event, callback` (as well as the fancy multiple\n // space-separated events `\"change blur\", callback` and jQuery-style event\n // maps `{event: callback}`).\n var eventsApi = function(iteratee, events, name, callback, opts) {\n var i = 0, names;\n if (name && typeof name === 'object') {\n // Handle event maps.\n if (callback !== void 0 && 'context' in opts && opts.context === void 0) opts.context = callback;\n for (names = _.keys(name); i < names.length ; i++) {\n events = eventsApi(iteratee, events, names[i], name[names[i]], opts);\n }\n } else if (name && eventSplitter.test(name)) {\n // Handle space-separated event names by delegating them individually.\n for (names = name.split(eventSplitter); i < names.length; i++) {\n events = iteratee(events, names[i], callback, opts);\n }\n } else {\n // Finally, standard events.\n events = iteratee(events, name, callback, opts);\n }\n return events;\n };\n\n // Bind an event to a `callback` function. Passing `\"all\"` will bind\n // the callback to all events fired.\n Events.on = function(name, callback, context) {\n this._events = eventsApi(onApi, this._events || {}, name, callback, {\n context: context,\n ctx: this,\n listening: _listening\n });\n\n if (_listening) {\n var listeners = this._listeners || (this._listeners = {});\n listeners[_listening.id] = _listening;\n // Allow the listening to use a counter, instead of tracking\n // callbacks for library interop\n _listening.interop = false;\n }\n\n return this;\n };\n\n // Inversion-of-control versions of `on`. Tell *this* object to listen to\n // an event in another object... keeping track of what it's listening to\n // for easier unbinding later.\n Events.listenTo = function(obj, name, callback) {\n if (!obj) return this;\n var id = obj._listenId || (obj._listenId = _.uniqueId('l'));\n var listeningTo = this._listeningTo || (this._listeningTo = {});\n var listening = _listening = listeningTo[id];\n\n // This object is not listening to any other events on `obj` yet.\n // Setup the necessary references to track the listening callbacks.\n if (!listening) {\n this._listenId || (this._listenId = _.uniqueId('l'));\n listening = _listening = listeningTo[id] = new Listening(this, obj);\n }\n\n // Bind callbacks on obj.\n var error = tryCatchOn(obj, name, callback, this);\n _listening = void 0;\n\n if (error) throw error;\n // If the target obj is not Backbone.Events, track events manually.\n if (listening.interop) listening.on(name, callback);\n\n return this;\n };\n\n // The reducing API that adds a callback to the `events` object.\n var onApi = function(events, name, callback, options) {\n if (callback) {\n var handlers = events[name] || (events[name] = []);\n var context = options.context, ctx = options.ctx, listening = options.listening;\n if (listening) listening.count++;\n\n handlers.push({callback: callback, context: context, ctx: context || ctx, listening: listening});\n }\n return events;\n };\n\n // An try-catch guarded #on function, to prevent poisoning the global\n // `_listening` variable.\n var tryCatchOn = function(obj, name, callback, context) {\n try {\n obj.on(name, callback, context);\n } catch (e) {\n return e;\n }\n };\n\n // Remove one or many callbacks. If `context` is null, removes all\n // callbacks with that function. If `callback` is null, removes all\n // callbacks for the event. If `name` is null, removes all bound\n // callbacks for all events.\n Events.off = function(name, callback, context) {\n if (!this._events) return this;\n this._events = eventsApi(offApi, this._events, name, callback, {\n context: context,\n listeners: this._listeners\n });\n\n return this;\n };\n\n // Tell this object to stop listening to either specific events ... or\n // to every object it's currently listening to.\n Events.stopListening = function(obj, name, callback) {\n var listeningTo = this._listeningTo;\n if (!listeningTo) return this;\n\n var ids = obj ? [obj._listenId] : _.keys(listeningTo);\n for (var i = 0; i < ids.length; i++) {\n var listening = listeningTo[ids[i]];\n\n // If listening doesn't exist, this object is not currently\n // listening to obj. Break out early.\n if (!listening) break;\n\n listening.obj.off(name, callback, this);\n if (listening.interop) listening.off(name, callback);\n }\n if (_.isEmpty(listeningTo)) this._listeningTo = void 0;\n\n return this;\n };\n\n // The reducing API that removes a callback from the `events` object.\n var offApi = function(events, name, callback, options) {\n if (!events) return;\n\n var context = options.context, listeners = options.listeners;\n var i = 0, names;\n\n // Delete all event listeners and \"drop\" events.\n if (!name && !context && !callback) {\n for (names = _.keys(listeners); i < names.length; i++) {\n listeners[names[i]].cleanup();\n }\n return;\n }\n\n names = name ? [name] : _.keys(events);\n for (; i < names.length; i++) {\n name = names[i];\n var handlers = events[name];\n\n // Bail out if there are no events stored.\n if (!handlers) break;\n\n // Find any remaining events.\n var remaining = [];\n for (var j = 0; j < handlers.length; j++) {\n var handler = handlers[j];\n if (\n callback && callback !== handler.callback &&\n callback !== handler.callback._callback ||\n context && context !== handler.context\n ) {\n remaining.push(handler);\n } else {\n var listening = handler.listening;\n if (listening) listening.off(name, callback);\n }\n }\n\n // Replace events if there are any remaining. Otherwise, clean up.\n if (remaining.length) {\n events[name] = remaining;\n } else {\n delete events[name];\n }\n }\n\n return events;\n };\n\n // Bind an event to only be triggered a single time. After the first time\n // the callback is invoked, its listener will be removed. If multiple events\n // are passed in using the space-separated syntax, the handler will fire\n // once for each event, not once for a combination of all events.\n Events.once = function(name, callback, context) {\n // Map the event into a `{event: once}` object.\n var events = eventsApi(onceMap, {}, name, callback, this.off.bind(this));\n if (typeof name === 'string' && context == null) callback = void 0;\n return this.on(events, callback, context);\n };\n\n // Inversion-of-control versions of `once`.\n Events.listenToOnce = function(obj, name, callback) {\n // Map the event into a `{event: once}` object.\n var events = eventsApi(onceMap, {}, name, callback, this.stopListening.bind(this, obj));\n return this.listenTo(obj, events);\n };\n\n // Reduces the event callbacks into a map of `{event: onceWrapper}`.\n // `offer` unbinds the `onceWrapper` after it has been called.\n var onceMap = function(map, name, callback, offer) {\n if (callback) {\n var once = map[name] = _.once(function() {\n offer(name, once);\n callback.apply(this, arguments);\n });\n once._callback = callback;\n }\n return map;\n };\n\n // Trigger one or many events, firing all bound callbacks. Callbacks are\n // passed the same arguments as `trigger` is, apart from the event name\n // (unless you're listening on `\"all\"`, which will cause your callback to\n // receive the true name of the event as the first argument).\n Events.trigger = function(name) {\n if (!this._events) return this;\n\n var length = Math.max(0, arguments.length - 1);\n var args = Array(length);\n for (var i = 0; i < length; i++) args[i] = arguments[i + 1];\n\n eventsApi(triggerApi, this._events, name, void 0, args);\n return this;\n };\n\n // Handles triggering the appropriate event callbacks.\n var triggerApi = function(objEvents, name, callback, args) {\n if (objEvents) {\n var events = objEvents[name];\n var allEvents = objEvents.all;\n if (events && allEvents) allEvents = allEvents.slice();\n if (events) triggerEvents(events, args);\n if (allEvents) triggerEvents(allEvents, [name].concat(args));\n }\n return objEvents;\n };\n\n // A difficult-to-believe, but optimized internal dispatch function for\n // triggering events. Tries to keep the usual cases speedy (most internal\n // Backbone events have 3 arguments).\n var triggerEvents = function(events, args) {\n var ev, i = -1, l = events.length, a1 = args[0], a2 = args[1], a3 = args[2];\n switch (args.length) {\n case 0: while (++i < l) (ev = events[i]).callback.call(ev.ctx); return;\n case 1: while (++i < l) (ev = events[i]).callback.call(ev.ctx, a1); return;\n case 2: while (++i < l) (ev = events[i]).callback.call(ev.ctx, a1, a2); return;\n case 3: while (++i < l) (ev = events[i]).callback.call(ev.ctx, a1, a2, a3); return;\n default: while (++i < l) (ev = events[i]).callback.apply(ev.ctx, args); return;\n }\n };\n\n // A listening class that tracks and cleans up memory bindings\n // when all callbacks have been offed.\n var Listening = function(listener, obj) {\n this.id = listener._listenId;\n this.listener = listener;\n this.obj = obj;\n this.interop = true;\n this.count = 0;\n this._events = void 0;\n };\n\n Listening.prototype.on = Events.on;\n\n // Offs a callback (or several).\n // Uses an optimized counter if the listenee uses Backbone.Events.\n // Otherwise, falls back to manual tracking to support events\n // library interop.\n Listening.prototype.off = function(name, callback) {\n var cleanup;\n if (this.interop) {\n this._events = eventsApi(offApi, this._events, name, callback, {\n context: void 0,\n listeners: void 0\n });\n cleanup = !this._events;\n } else {\n this.count--;\n cleanup = this.count === 0;\n }\n if (cleanup) this.cleanup();\n };\n\n // Cleans up memory bindings between the listener and the listenee.\n Listening.prototype.cleanup = function() {\n delete this.listener._listeningTo[this.obj._listenId];\n if (!this.interop) delete this.obj._listeners[this.id];\n };\n\n // Aliases for backwards compatibility.\n Events.bind = Events.on;\n Events.unbind = Events.off;\n\n // Allow the `Backbone` object to serve as a global event bus, for folks who\n // want global \"pubsub\" in a convenient place.\n _.extend(Backbone, Events);\n\n // Backbone.Model\n // --------------\n\n // Backbone **Models** are the basic data object in the framework --\n // frequently representing a row in a table in a database on your server.\n // A discrete chunk of data and a bunch of useful, related methods for\n // performing computations and transformations on that data.\n\n // Create a new model with the specified attributes. A client id (`cid`)\n // is automatically generated and assigned for you.\n var Model = Backbone.Model = function(attributes, options) {\n var attrs = attributes || {};\n options || (options = {});\n this.preinitialize.apply(this, arguments);\n this.cid = _.uniqueId(this.cidPrefix);\n this.attributes = {};\n if (options.collection) this.collection = options.collection;\n if (options.parse) attrs = this.parse(attrs, options) || {};\n var defaults = _.result(this, 'defaults');\n attrs = _.defaults(_.extend({}, defaults, attrs), defaults);\n this.set(attrs, options);\n this.changed = {};\n this.initialize.apply(this, arguments);\n };\n\n // Attach all inheritable methods to the Model prototype.\n _.extend(Model.prototype, Events, {\n\n // A hash of attributes whose current and previous value differ.\n changed: null,\n\n // The value returned during the last failed validation.\n validationError: null,\n\n // The default name for the JSON `id` attribute is `\"id\"`. MongoDB and\n // CouchDB users may want to set this to `\"_id\"`.\n idAttribute: 'id',\n\n // The prefix is used to create the client id which is used to identify models locally.\n // You may want to override this if you're experiencing name clashes with model ids.\n cidPrefix: 'c',\n\n // preinitialize is an empty function by default. You can override it with a function\n // or object. preinitialize will run before any instantiation logic is run in the Model.\n preinitialize: function(){},\n\n // Initialize is an empty function by default. Override it with your own\n // initialization logic.\n initialize: function(){},\n\n // Return a copy of the model's `attributes` object.\n toJSON: function(options) {\n return _.clone(this.attributes);\n },\n\n // Proxy `Backbone.sync` by default -- but override this if you need\n // custom syncing semantics for *this* particular model.\n sync: function() {\n return Backbone.sync.apply(this, arguments);\n },\n\n // Get the value of an attribute.\n get: function(attr) {\n return this.attributes[attr];\n },\n\n // Get the HTML-escaped value of an attribute.\n escape: function(attr) {\n return _.escape(this.get(attr));\n },\n\n // Returns `true` if the attribute contains a value that is not null\n // or undefined.\n has: function(attr) {\n return this.get(attr) != null;\n },\n\n // Special-cased proxy to underscore's `_.matches` method.\n matches: function(attrs) {\n return !!_.iteratee(attrs, this)(this.attributes);\n },\n\n // Set a hash of model attributes on the object, firing `\"change\"`. This is\n // the core primitive operation of a model, updating the data and notifying\n // anyone who needs to know about the change in state. The heart of the beast.\n set: function(key, val, options) {\n if (key == null) return this;\n\n // Handle both `\"key\", value` and `{key: value}` -style arguments.\n var attrs;\n if (typeof key === 'object') {\n attrs = key;\n options = val;\n } else {\n (attrs = {})[key] = val;\n }\n\n options || (options = {});\n\n // Run validation.\n if (!this._validate(attrs, options)) return false;\n\n // Extract attributes and options.\n var unset = options.unset;\n var silent = options.silent;\n var changes = [];\n var changing = this._changing;\n this._changing = true;\n\n if (!changing) {\n this._previousAttributes = _.clone(this.attributes);\n this.changed = {};\n }\n\n var current = this.attributes;\n var changed = this.changed;\n var prev = this._previousAttributes;\n\n // For each `set` attribute, update or delete the current value.\n for (var attr in attrs) {\n val = attrs[attr];\n if (!_.isEqual(current[attr], val)) changes.push(attr);\n if (!_.isEqual(prev[attr], val)) {\n changed[attr] = val;\n } else {\n delete changed[attr];\n }\n unset ? delete current[attr] : current[attr] = val;\n }\n\n // Update the `id`.\n if (this.idAttribute in attrs) this.id = this.get(this.idAttribute);\n\n // Trigger all relevant attribute changes.\n if (!silent) {\n if (changes.length) this._pending = options;\n for (var i = 0; i < changes.length; i++) {\n this.trigger('change:' + changes[i], this, current[changes[i]], options);\n }\n }\n\n // You might be wondering why there's a `while` loop here. Changes can\n // be recursively nested within `\"change\"` events.\n if (changing) return this;\n if (!silent) {\n while (this._pending) {\n options = this._pending;\n this._pending = false;\n this.trigger('change', this, options);\n }\n }\n this._pending = false;\n this._changing = false;\n return this;\n },\n\n // Remove an attribute from the model, firing `\"change\"`. `unset` is a noop\n // if the attribute doesn't exist.\n unset: function(attr, options) {\n return this.set(attr, void 0, _.extend({}, options, {unset: true}));\n },\n\n // Clear all attributes on the model, firing `\"change\"`.\n clear: function(options) {\n var attrs = {};\n for (var key in this.attributes) attrs[key] = void 0;\n return this.set(attrs, _.extend({}, options, {unset: true}));\n },\n\n // Determine if the model has changed since the last `\"change\"` event.\n // If you specify an attribute name, determine if that attribute has changed.\n hasChanged: function(attr) {\n if (attr == null) return !_.isEmpty(this.changed);\n return _.has(this.changed, attr);\n },\n\n // Return an object containing all the attributes that have changed, or\n // false if there are no changed attributes. Useful for determining what\n // parts of a view need to be updated and/or what attributes need to be\n // persisted to the server. Unset attributes will be set to undefined.\n // You can also pass an attributes object to diff against the model,\n // determining if there *would be* a change.\n changedAttributes: function(diff) {\n if (!diff) return this.hasChanged() ? _.clone(this.changed) : false;\n var old = this._changing ? this._previousAttributes : this.attributes;\n var changed = {};\n var hasChanged;\n for (var attr in diff) {\n var val = diff[attr];\n if (_.isEqual(old[attr], val)) continue;\n changed[attr] = val;\n hasChanged = true;\n }\n return hasChanged ? changed : false;\n },\n\n // Get the previous value of an attribute, recorded at the time the last\n // `\"change\"` event was fired.\n previous: function(attr) {\n if (attr == null || !this._previousAttributes) return null;\n return this._previousAttributes[attr];\n },\n\n // Get all of the attributes of the model at the time of the previous\n // `\"change\"` event.\n previousAttributes: function() {\n return _.clone(this._previousAttributes);\n },\n\n // Fetch the model from the server, merging the response with the model's\n // local attributes. Any changed attributes will trigger a \"change\" event.\n fetch: function(options) {\n options = _.extend({parse: true}, options);\n var model = this;\n var success = options.success;\n options.success = function(resp) {\n var serverAttrs = options.parse ? model.parse(resp, options) : resp;\n if (!model.set(serverAttrs, options)) return false;\n if (success) success.call(options.context, model, resp, options);\n model.trigger('sync', model, resp, options);\n };\n wrapError(this, options);\n return this.sync('read', this, options);\n },\n\n // Set a hash of model attributes, and sync the model to the server.\n // If the server returns an attributes hash that differs, the model's\n // state will be `set` again.\n save: function(key, val, options) {\n // Handle both `\"key\", value` and `{key: value}` -style arguments.\n var attrs;\n if (key == null || typeof key === 'object') {\n attrs = key;\n options = val;\n } else {\n (attrs = {})[key] = val;\n }\n\n options = _.extend({validate: true, parse: true}, options);\n var wait = options.wait;\n\n // If we're not waiting and attributes exist, save acts as\n // `set(attr).save(null, opts)` with validation. Otherwise, check if\n // the model will be valid when the attributes, if any, are set.\n if (attrs && !wait) {\n if (!this.set(attrs, options)) return false;\n } else if (!this._validate(attrs, options)) {\n return false;\n }\n\n // After a successful server-side save, the client is (optionally)\n // updated with the server-side state.\n var model = this;\n var success = options.success;\n var attributes = this.attributes;\n options.success = function(resp) {\n // Ensure attributes are restored during synchronous saves.\n model.attributes = attributes;\n var serverAttrs = options.parse ? model.parse(resp, options) : resp;\n if (wait) serverAttrs = _.extend({}, attrs, serverAttrs);\n if (serverAttrs && !model.set(serverAttrs, options)) return false;\n if (success) success.call(options.context, model, resp, options);\n model.trigger('sync', model, resp, options);\n };\n wrapError(this, options);\n\n // Set temporary attributes if `{wait: true}` to properly find new ids.\n if (attrs && wait) this.attributes = _.extend({}, attributes, attrs);\n\n var method = this.isNew() ? 'create' : options.patch ? 'patch' : 'update';\n if (method === 'patch' && !options.attrs) options.attrs = attrs;\n var xhr = this.sync(method, this, options);\n\n // Restore attributes.\n this.attributes = attributes;\n\n return xhr;\n },\n\n // Destroy this model on the server if it was already persisted.\n // Optimistically removes the model from its collection, if it has one.\n // If `wait: true` is passed, waits for the server to respond before removal.\n destroy: function(options) {\n options = options ? _.clone(options) : {};\n var model = this;\n var success = options.success;\n var wait = options.wait;\n\n var destroy = function() {\n model.stopListening();\n model.trigger('destroy', model, model.collection, options);\n };\n\n options.success = function(resp) {\n if (wait) destroy();\n if (success) success.call(options.context, model, resp, options);\n if (!model.isNew()) model.trigger('sync', model, resp, options);\n };\n\n var xhr = false;\n if (this.isNew()) {\n _.defer(options.success);\n } else {\n wrapError(this, options);\n xhr = this.sync('delete', this, options);\n }\n if (!wait) destroy();\n return xhr;\n },\n\n // Default URL for the model's representation on the server -- if you're\n // using Backbone's restful methods, override this to change the endpoint\n // that will be called.\n url: function() {\n var base =\n _.result(this, 'urlRoot') ||\n _.result(this.collection, 'url') ||\n urlError();\n if (this.isNew()) return base;\n var id = this.get(this.idAttribute);\n return base.replace(/[^\\/]$/, '$&/') + encodeURIComponent(id);\n },\n\n // **parse** converts a response into the hash of attributes to be `set` on\n // the model. The default implementation is just to pass the response along.\n parse: function(resp, options) {\n return resp;\n },\n\n // Create a new model with identical attributes to this one.\n clone: function() {\n return new this.constructor(this.attributes);\n },\n\n // A model is new if it has never been saved to the server, and lacks an id.\n isNew: function() {\n return !this.has(this.idAttribute);\n },\n\n // Check if the model is currently in a valid state.\n isValid: function(options) {\n return this._validate({}, _.extend({}, options, {validate: true}));\n },\n\n // Run validation against the next complete set of model attributes,\n // returning `true` if all is well. Otherwise, fire an `\"invalid\"` event.\n _validate: function(attrs, options) {\n if (!options.validate || !this.validate) return true;\n attrs = _.extend({}, this.attributes, attrs);\n var error = this.validationError = this.validate(attrs, options) || null;\n if (!error) return true;\n this.trigger('invalid', this, error, _.extend(options, {validationError: error}));\n return false;\n }\n\n });\n\n // Backbone.Collection\n // -------------------\n\n // If models tend to represent a single row of data, a Backbone Collection is\n // more analogous to a table full of data ... or a small slice or page of that\n // table, or a collection of rows that belong together for a particular reason\n // -- all of the messages in this particular folder, all of the documents\n // belonging to this particular author, and so on. Collections maintain\n // indexes of their models, both in order, and for lookup by `id`.\n\n // Create a new **Collection**, perhaps to contain a specific type of `model`.\n // If a `comparator` is specified, the Collection will maintain\n // its models in sort order, as they're added and removed.\n var Collection = Backbone.Collection = function(models, options) {\n options || (options = {});\n this.preinitialize.apply(this, arguments);\n if (options.model) this.model = options.model;\n if (options.comparator !== void 0) this.comparator = options.comparator;\n this._reset();\n this.initialize.apply(this, arguments);\n if (models) this.reset(models, _.extend({silent: true}, options));\n };\n\n // Default options for `Collection#set`.\n var setOptions = {add: true, remove: true, merge: true};\n var addOptions = {add: true, remove: false};\n\n // Splices `insert` into `array` at index `at`.\n var splice = function(array, insert, at) {\n at = Math.min(Math.max(at, 0), array.length);\n var tail = Array(array.length - at);\n var length = insert.length;\n var i;\n for (i = 0; i < tail.length; i++) tail[i] = array[i + at];\n for (i = 0; i < length; i++) array[i + at] = insert[i];\n for (i = 0; i < tail.length; i++) array[i + length + at] = tail[i];\n };\n\n // Define the Collection's inheritable methods.\n _.extend(Collection.prototype, Events, {\n\n // The default model for a collection is just a **Backbone.Model**.\n // This should be overridden in most cases.\n model: Model,\n\n\n // preinitialize is an empty function by default. You can override it with a function\n // or object. preinitialize will run before any instantiation logic is run in the Collection.\n preinitialize: function(){},\n\n // Initialize is an empty function by default. Override it with your own\n // initialization logic.\n initialize: function(){},\n\n // The JSON representation of a Collection is an array of the\n // models' attributes.\n toJSON: function(options) {\n return this.map(function(model) { return model.toJSON(options); });\n },\n\n // Proxy `Backbone.sync` by default.\n sync: function() {\n return Backbone.sync.apply(this, arguments);\n },\n\n // Add a model, or list of models to the set. `models` may be Backbone\n // Models or raw JavaScript objects to be converted to Models, or any\n // combination of the two.\n add: function(models, options) {\n return this.set(models, _.extend({merge: false}, options, addOptions));\n },\n\n // Remove a model, or a list of models from the set.\n remove: function(models, options) {\n options = _.extend({}, options);\n var singular = !_.isArray(models);\n models = singular ? [models] : models.slice();\n var removed = this._removeModels(models, options);\n if (!options.silent && removed.length) {\n options.changes = {added: [], merged: [], removed: removed};\n this.trigger('update', this, options);\n }\n return singular ? removed[0] : removed;\n },\n\n // Update a collection by `set`-ing a new list of models, adding new ones,\n // removing models that are no longer present, and merging models that\n // already exist in the collection, as necessary. Similar to **Model#set**,\n // the core operation for updating the data contained by the collection.\n set: function(models, options) {\n if (models == null) return;\n\n options = _.extend({}, setOptions, options);\n if (options.parse && !this._isModel(models)) {\n models = this.parse(models, options) || [];\n }\n\n var singular = !_.isArray(models);\n models = singular ? [models] : models.slice();\n\n var at = options.at;\n if (at != null) at = +at;\n if (at > this.length) at = this.length;\n if (at < 0) at += this.length + 1;\n\n var set = [];\n var toAdd = [];\n var toMerge = [];\n var toRemove = [];\n var modelMap = {};\n\n var add = options.add;\n var merge = options.merge;\n var remove = options.remove;\n\n var sort = false;\n var sortable = this.comparator && at == null && options.sort !== false;\n var sortAttr = _.isString(this.comparator) ? this.comparator : null;\n\n // Turn bare objects into model references, and prevent invalid models\n // from being added.\n var model, i;\n for (i = 0; i < models.length; i++) {\n model = models[i];\n\n // If a duplicate is found, prevent it from being added and\n // optionally merge it into the existing model.\n var existing = this.get(model);\n if (existing) {\n if (merge && model !== existing) {\n var attrs = this._isModel(model) ? model.attributes : model;\n if (options.parse) attrs = existing.parse(attrs, options);\n existing.set(attrs, options);\n toMerge.push(existing);\n if (sortable && !sort) sort = existing.hasChanged(sortAttr);\n }\n if (!modelMap[existing.cid]) {\n modelMap[existing.cid] = true;\n set.push(existing);\n }\n models[i] = existing;\n\n // If this is a new, valid model, push it to the `toAdd` list.\n } else if (add) {\n model = models[i] = this._prepareModel(model, options);\n if (model) {\n toAdd.push(model);\n this._addReference(model, options);\n modelMap[model.cid] = true;\n set.push(model);\n }\n }\n }\n\n // Remove stale models.\n if (remove) {\n for (i = 0; i < this.length; i++) {\n model = this.models[i];\n if (!modelMap[model.cid]) toRemove.push(model);\n }\n if (toRemove.length) this._removeModels(toRemove, options);\n }\n\n // See if sorting is needed, update `length` and splice in new models.\n var orderChanged = false;\n var replace = !sortable && add && remove;\n if (set.length && replace) {\n orderChanged = this.length !== set.length || _.some(this.models, function(m, index) {\n return m !== set[index];\n });\n this.models.length = 0;\n splice(this.models, set, 0);\n this.length = this.models.length;\n } else if (toAdd.length) {\n if (sortable) sort = true;\n splice(this.models, toAdd, at == null ? this.length : at);\n this.length = this.models.length;\n }\n\n // Silently sort the collection if appropriate.\n if (sort) this.sort({silent: true});\n\n // Unless silenced, it's time to fire all appropriate add/sort/update events.\n if (!options.silent) {\n for (i = 0; i < toAdd.length; i++) {\n if (at != null) options.index = at + i;\n model = toAdd[i];\n model.trigger('add', model, this, options);\n }\n if (sort || orderChanged) this.trigger('sort', this, options);\n if (toAdd.length || toRemove.length || toMerge.length) {\n options.changes = {\n added: toAdd,\n removed: toRemove,\n merged: toMerge\n };\n this.trigger('update', this, options);\n }\n }\n\n // Return the added (or merged) model (or models).\n return singular ? models[0] : models;\n },\n\n // When you have more items than you want to add or remove individually,\n // you can reset the entire set with a new list of models, without firing\n // any granular `add` or `remove` events. Fires `reset` when finished.\n // Useful for bulk operations and optimizations.\n reset: function(models, options) {\n options = options ? _.clone(options) : {};\n for (var i = 0; i < this.models.length; i++) {\n this._removeReference(this.models[i], options);\n }\n options.previousModels = this.models;\n this._reset();\n models = this.add(models, _.extend({silent: true}, options));\n if (!options.silent) this.trigger('reset', this, options);\n return models;\n },\n\n // Add a model to the end of the collection.\n push: function(model, options) {\n return this.add(model, _.extend({at: this.length}, options));\n },\n\n // Remove a model from the end of the collection.\n pop: function(options) {\n var model = this.at(this.length - 1);\n return this.remove(model, options);\n },\n\n // Add a model to the beginning of the collection.\n unshift: function(model, options) {\n return this.add(model, _.extend({at: 0}, options));\n },\n\n // Remove a model from the beginning of the collection.\n shift: function(options) {\n var model = this.at(0);\n return this.remove(model, options);\n },\n\n // Slice out a sub-array of models from the collection.\n slice: function() {\n return slice.apply(this.models, arguments);\n },\n\n // Get a model from the set by id, cid, model object with id or cid\n // properties, or an attributes object that is transformed through modelId.\n get: function(obj) {\n if (obj == null) return void 0;\n return this._byId[obj] ||\n this._byId[this.modelId(this._isModel(obj) ? obj.attributes : obj)] ||\n obj.cid && this._byId[obj.cid];\n },\n\n // Returns `true` if the model is in the collection.\n has: function(obj) {\n return this.get(obj) != null;\n },\n\n // Get the model at the given index.\n at: function(index) {\n if (index < 0) index += this.length;\n return this.models[index];\n },\n\n // Return models with matching attributes. Useful for simple cases of\n // `filter`.\n where: function(attrs, first) {\n return this[first ? 'find' : 'filter'](attrs);\n },\n\n // Return the first model with matching attributes. Useful for simple cases\n // of `find`.\n findWhere: function(attrs) {\n return this.where(attrs, true);\n },\n\n // Force the collection to re-sort itself. You don't need to call this under\n // normal circumstances, as the set will maintain sort order as each item\n // is added.\n sort: function(options) {\n var comparator = this.comparator;\n if (!comparator) throw new Error('Cannot sort a set without a comparator');\n options || (options = {});\n\n var length = comparator.length;\n if (_.isFunction(comparator)) comparator = comparator.bind(this);\n\n // Run sort based on type of `comparator`.\n if (length === 1 || _.isString(comparator)) {\n this.models = this.sortBy(comparator);\n } else {\n this.models.sort(comparator);\n }\n if (!options.silent) this.trigger('sort', this, options);\n return this;\n },\n\n // Pluck an attribute from each model in the collection.\n pluck: function(attr) {\n return this.map(attr + '');\n },\n\n // Fetch the default set of models for this collection, resetting the\n // collection when they arrive. If `reset: true` is passed, the response\n // data will be passed through the `reset` method instead of `set`.\n fetch: function(options) {\n options = _.extend({parse: true}, options);\n var success = options.success;\n var collection = this;\n options.success = function(resp) {\n var method = options.reset ? 'reset' : 'set';\n collection[method](resp, options);\n if (success) success.call(options.context, collection, resp, options);\n collection.trigger('sync', collection, resp, options);\n };\n wrapError(this, options);\n return this.sync('read', this, options);\n },\n\n // Create a new instance of a model in this collection. Add the model to the\n // collection immediately, unless `wait: true` is passed, in which case we\n // wait for the server to agree.\n create: function(model, options) {\n options = options ? _.clone(options) : {};\n var wait = options.wait;\n model = this._prepareModel(model, options);\n if (!model) return false;\n if (!wait) this.add(model, options);\n var collection = this;\n var success = options.success;\n options.success = function(m, resp, callbackOpts) {\n if (wait) collection.add(m, callbackOpts);\n if (success) success.call(callbackOpts.context, m, resp, callbackOpts);\n };\n model.save(null, options);\n return model;\n },\n\n // **parse** converts a response into a list of models to be added to the\n // collection. The default implementation is just to pass it through.\n parse: function(resp, options) {\n return resp;\n },\n\n // Create a new collection with an identical list of models as this one.\n clone: function() {\n return new this.constructor(this.models, {\n model: this.model,\n comparator: this.comparator\n });\n },\n\n // Define how to uniquely identify models in the collection.\n modelId: function(attrs) {\n return attrs[this.model.prototype.idAttribute || 'id'];\n },\n\n // Get an iterator of all models in this collection.\n values: function() {\n return new CollectionIterator(this, ITERATOR_VALUES);\n },\n\n // Get an iterator of all model IDs in this collection.\n keys: function() {\n return new CollectionIterator(this, ITERATOR_KEYS);\n },\n\n // Get an iterator of all [ID, model] tuples in this collection.\n entries: function() {\n return new CollectionIterator(this, ITERATOR_KEYSVALUES);\n },\n\n // Private method to reset all internal state. Called when the collection\n // is first initialized or reset.\n _reset: function() {\n this.length = 0;\n this.models = [];\n this._byId = {};\n },\n\n // Prepare a hash of attributes (or other model) to be added to this\n // collection.\n _prepareModel: function(attrs, options) {\n if (this._isModel(attrs)) {\n if (!attrs.collection) attrs.collection = this;\n return attrs;\n }\n options = options ? _.clone(options) : {};\n options.collection = this;\n var model = new this.model(attrs, options);\n if (!model.validationError) return model;\n this.trigger('invalid', this, model.validationError, options);\n return false;\n },\n\n // Internal method called by both remove and set.\n _removeModels: function(models, options) {\n var removed = [];\n for (var i = 0; i < models.length; i++) {\n var model = this.get(models[i]);\n if (!model) continue;\n\n var index = this.indexOf(model);\n this.models.splice(index, 1);\n this.length--;\n\n // Remove references before triggering 'remove' event to prevent an\n // infinite loop. #3693\n delete this._byId[model.cid];\n var id = this.modelId(model.attributes);\n if (id != null) delete this._byId[id];\n\n if (!options.silent) {\n options.index = index;\n model.trigger('remove', model, this, options);\n }\n\n removed.push(model);\n this._removeReference(model, options);\n }\n return removed;\n },\n\n // Method for checking whether an object should be considered a model for\n // the purposes of adding to the collection.\n _isModel: function(model) {\n return model instanceof Model;\n },\n\n // Internal method to create a model's ties to a collection.\n _addReference: function(model, options) {\n this._byId[model.cid] = model;\n var id = this.modelId(model.attributes);\n if (id != null) this._byId[id] = model;\n model.on('all', this._onModelEvent, this);\n },\n\n // Internal method to sever a model's ties to a collection.\n _removeReference: function(model, options) {\n delete this._byId[model.cid];\n var id = this.modelId(model.attributes);\n if (id != null) delete this._byId[id];\n if (this === model.collection) delete model.collection;\n model.off('all', this._onModelEvent, this);\n },\n\n // Internal method called every time a model in the set fires an event.\n // Sets need to update their indexes when models change ids. All other\n // events simply proxy through. \"add\" and \"remove\" events that originate\n // in other collections are ignored.\n _onModelEvent: function(event, model, collection, options) {\n if (model) {\n if ((event === 'add' || event === 'remove') && collection !== this) return;\n if (event === 'destroy') this.remove(model, options);\n if (event === 'change') {\n var prevId = this.modelId(model.previousAttributes());\n var id = this.modelId(model.attributes);\n if (prevId !== id) {\n if (prevId != null) delete this._byId[prevId];\n if (id != null) this._byId[id] = model;\n }\n }\n }\n this.trigger.apply(this, arguments);\n }\n\n });\n\n // Defining an @@iterator method implements JavaScript's Iterable protocol.\n // In modern ES2015 browsers, this value is found at Symbol.iterator.\n /* global Symbol */\n var $$iterator = typeof Symbol === 'function' && Symbol.iterator;\n if ($$iterator) {\n Collection.prototype[$$iterator] = Collection.prototype.values;\n }\n\n // CollectionIterator\n // ------------------\n\n // A CollectionIterator implements JavaScript's Iterator protocol, allowing the\n // use of `for of` loops in modern browsers and interoperation between\n // Backbone.Collection and other JavaScript functions and third-party libraries\n // which can operate on Iterables.\n var CollectionIterator = function(collection, kind) {\n this._collection = collection;\n this._kind = kind;\n this._index = 0;\n };\n\n // This \"enum\" defines the three possible kinds of values which can be emitted\n // by a CollectionIterator that correspond to the values(), keys() and entries()\n // methods on Collection, respectively.\n var ITERATOR_VALUES = 1;\n var ITERATOR_KEYS = 2;\n var ITERATOR_KEYSVALUES = 3;\n\n // All Iterators should themselves be Iterable.\n if ($$iterator) {\n CollectionIterator.prototype[$$iterator] = function() {\n return this;\n };\n }\n\n CollectionIterator.prototype.next = function() {\n if (this._collection) {\n\n // Only continue iterating if the iterated collection is long enough.\n if (this._index < this._collection.length) {\n var model = this._collection.at(this._index);\n this._index++;\n\n // Construct a value depending on what kind of values should be iterated.\n var value;\n if (this._kind === ITERATOR_VALUES) {\n value = model;\n } else {\n var id = this._collection.modelId(model.attributes);\n if (this._kind === ITERATOR_KEYS) {\n value = id;\n } else { // ITERATOR_KEYSVALUES\n value = [id, model];\n }\n }\n return {value: value, done: false};\n }\n\n // Once exhausted, remove the reference to the collection so future\n // calls to the next method always return done.\n this._collection = void 0;\n }\n\n return {value: void 0, done: true};\n };\n\n // Backbone.View\n // -------------\n\n // Backbone Views are almost more convention than they are actual code. A View\n // is simply a JavaScript object that represents a logical chunk of UI in the\n // DOM. This might be a single item, an entire list, a sidebar or panel, or\n // even the surrounding frame which wraps your whole app. Defining a chunk of\n // UI as a **View** allows you to define your DOM events declaratively, without\n // having to worry about render order ... and makes it easy for the view to\n // react to specific changes in the state of your models.\n\n // Creating a Backbone.View creates its initial element outside of the DOM,\n // if an existing element is not provided...\n var View = Backbone.View = function(options) {\n this.cid = _.uniqueId('view');\n this.preinitialize.apply(this, arguments);\n _.extend(this, _.pick(options, viewOptions));\n this._ensureElement();\n this.initialize.apply(this, arguments);\n };\n\n // Cached regex to split keys for `delegate`.\n var delegateEventSplitter = /^(\\S+)\\s*(.*)$/;\n\n // List of view options to be set as properties.\n var viewOptions = ['model', 'collection', 'el', 'id', 'attributes', 'className', 'tagName', 'events'];\n\n // Set up all inheritable **Backbone.View** properties and methods.\n _.extend(View.prototype, Events, {\n\n // The default `tagName` of a View's element is `\"div\"`.\n tagName: 'div',\n\n // jQuery delegate for element lookup, scoped to DOM elements within the\n // current view. This should be preferred to global lookups where possible.\n $: function(selector) {\n return this.$el.find(selector);\n },\n\n // preinitialize is an empty function by default. You can override it with a function\n // or object. preinitialize will run before any instantiation logic is run in the View\n preinitialize: function(){},\n\n // Initialize is an empty function by default. Override it with your own\n // initialization logic.\n initialize: function(){},\n\n // **render** is the core function that your view should override, in order\n // to populate its element (`this.el`), with the appropriate HTML. The\n // convention is for **render** to always return `this`.\n render: function() {\n return this;\n },\n\n // Remove this view by taking the element out of the DOM, and removing any\n // applicable Backbone.Events listeners.\n remove: function() {\n this._removeElement();\n this.stopListening();\n return this;\n },\n\n // Remove this view's element from the document and all event listeners\n // attached to it. Exposed for subclasses using an alternative DOM\n // manipulation API.\n _removeElement: function() {\n this.$el.remove();\n },\n\n // Change the view's element (`this.el` property) and re-delegate the\n // view's events on the new element.\n setElement: function(element) {\n this.undelegateEvents();\n this._setElement(element);\n this.delegateEvents();\n return this;\n },\n\n // Creates the `this.el` and `this.$el` references for this view using the\n // given `el`. `el` can be a CSS selector or an HTML string, a jQuery\n // context or an element. Subclasses can override this to utilize an\n // alternative DOM manipulation API and are only required to set the\n // `this.el` property.\n _setElement: function(el) {\n this.$el = el instanceof Backbone.$ ? el : Backbone.$(el);\n this.el = this.$el[0];\n },\n\n // Set callbacks, where `this.events` is a hash of\n //\n // *{\"event selector\": \"callback\"}*\n //\n // {\n // 'mousedown .title': 'edit',\n // 'click .button': 'save',\n // 'click .open': function(e) { ... }\n // }\n //\n // pairs. Callbacks will be bound to the view, with `this` set properly.\n // Uses event delegation for efficiency.\n // Omitting the selector binds the event to `this.el`.\n delegateEvents: function(events) {\n events || (events = _.result(this, 'events'));\n if (!events) return this;\n this.undelegateEvents();\n for (var key in events) {\n var method = events[key];\n if (!_.isFunction(method)) method = this[method];\n if (!method) continue;\n var match = key.match(delegateEventSplitter);\n this.delegate(match[1], match[2], method.bind(this));\n }\n return this;\n },\n\n // Add a single event listener to the view's element (or a child element\n // using `selector`). This only works for delegate-able events: not `focus`,\n // `blur`, and not `change`, `submit`, and `reset` in Internet Explorer.\n delegate: function(eventName, selector, listener) {\n this.$el.on(eventName + '.delegateEvents' + this.cid, selector, listener);\n return this;\n },\n\n // Clears all callbacks previously bound to the view by `delegateEvents`.\n // You usually don't need to use this, but may wish to if you have multiple\n // Backbone views attached to the same DOM element.\n undelegateEvents: function() {\n if (this.$el) this.$el.off('.delegateEvents' + this.cid);\n return this;\n },\n\n // A finer-grained `undelegateEvents` for removing a single delegated event.\n // `selector` and `listener` are both optional.\n undelegate: function(eventName, selector, listener) {\n this.$el.off(eventName + '.delegateEvents' + this.cid, selector, listener);\n return this;\n },\n\n // Produces a DOM element to be assigned to your view. Exposed for\n // subclasses using an alternative DOM manipulation API.\n _createElement: function(tagName) {\n return document.createElement(tagName);\n },\n\n // Ensure that the View has a DOM element to render into.\n // If `this.el` is a string, pass it through `$()`, take the first\n // matching element, and re-assign it to `el`. Otherwise, create\n // an element from the `id`, `className` and `tagName` properties.\n _ensureElement: function() {\n if (!this.el) {\n var attrs = _.extend({}, _.result(this, 'attributes'));\n if (this.id) attrs.id = _.result(this, 'id');\n if (this.className) attrs['class'] = _.result(this, 'className');\n this.setElement(this._createElement(_.result(this, 'tagName')));\n this._setAttributes(attrs);\n } else {\n this.setElement(_.result(this, 'el'));\n }\n },\n\n // Set attributes from a hash on this view's element. Exposed for\n // subclasses using an alternative DOM manipulation API.\n _setAttributes: function(attributes) {\n this.$el.attr(attributes);\n }\n\n });\n\n // Proxy Backbone class methods to Underscore functions, wrapping the model's\n // `attributes` object or collection's `models` array behind the scenes.\n //\n // collection.filter(function(model) { return model.get('age') > 10 });\n // collection.each(this.addView);\n //\n // `Function#apply` can be slow so we use the method's arg count, if we know it.\n var addMethod = function(base, length, method, attribute) {\n switch (length) {\n case 1: return function() {\n return base[method](this[attribute]);\n };\n case 2: return function(value) {\n return base[method](this[attribute], value);\n };\n case 3: return function(iteratee, context) {\n return base[method](this[attribute], cb(iteratee, this), context);\n };\n case 4: return function(iteratee, defaultVal, context) {\n return base[method](this[attribute], cb(iteratee, this), defaultVal, context);\n };\n default: return function() {\n var args = slice.call(arguments);\n args.unshift(this[attribute]);\n return base[method].apply(base, args);\n };\n }\n };\n\n var addUnderscoreMethods = function(Class, base, methods, attribute) {\n _.each(methods, function(length, method) {\n if (base[method]) Class.prototype[method] = addMethod(base, length, method, attribute);\n });\n };\n\n // Support `collection.sortBy('attr')` and `collection.findWhere({id: 1})`.\n var cb = function(iteratee, instance) {\n if (_.isFunction(iteratee)) return iteratee;\n if (_.isObject(iteratee) && !instance._isModel(iteratee)) return modelMatcher(iteratee);\n if (_.isString(iteratee)) return function(model) { return model.get(iteratee); };\n return iteratee;\n };\n var modelMatcher = function(attrs) {\n var matcher = _.matches(attrs);\n return function(model) {\n return matcher(model.attributes);\n };\n };\n\n // Underscore methods that we want to implement on the Collection.\n // 90% of the core usefulness of Backbone Collections is actually implemented\n // right here:\n var collectionMethods = {forEach: 3, each: 3, map: 3, collect: 3, reduce: 0,\n foldl: 0, inject: 0, reduceRight: 0, foldr: 0, find: 3, detect: 3, filter: 3,\n select: 3, reject: 3, every: 3, all: 3, some: 3, any: 3, include: 3, includes: 3,\n contains: 3, invoke: 0, max: 3, min: 3, toArray: 1, size: 1, first: 3,\n head: 3, take: 3, initial: 3, rest: 3, tail: 3, drop: 3, last: 3,\n without: 0, difference: 0, indexOf: 3, shuffle: 1, lastIndexOf: 3,\n isEmpty: 1, chain: 1, sample: 3, partition: 3, groupBy: 3, countBy: 3,\n sortBy: 3, indexBy: 3, findIndex: 3, findLastIndex: 3};\n\n\n // Underscore methods that we want to implement on the Model, mapped to the\n // number of arguments they take.\n var modelMethods = {keys: 1, values: 1, pairs: 1, invert: 1, pick: 0,\n omit: 0, chain: 1, isEmpty: 1};\n\n // Mix in each Underscore method as a proxy to `Collection#models`.\n\n _.each([\n [Collection, collectionMethods, 'models'],\n [Model, modelMethods, 'attributes']\n ], function(config) {\n var Base = config[0],\n methods = config[1],\n attribute = config[2];\n\n Base.mixin = function(obj) {\n var mappings = _.reduce(_.functions(obj), function(memo, name) {\n memo[name] = 0;\n return memo;\n }, {});\n addUnderscoreMethods(Base, obj, mappings, attribute);\n };\n\n addUnderscoreMethods(Base, _, methods, attribute);\n });\n\n // Backbone.sync\n // -------------\n\n // Override this function to change the manner in which Backbone persists\n // models to the server. You will be passed the type of request, and the\n // model in question. By default, makes a RESTful Ajax request\n // to the model's `url()`. Some possible customizations could be:\n //\n // * Use `setTimeout` to batch rapid-fire updates into a single request.\n // * Send up the models as XML instead of JSON.\n // * Persist models via WebSockets instead of Ajax.\n //\n // Turn on `Backbone.emulateHTTP` in order to send `PUT` and `DELETE` requests\n // as `POST`, with a `_method` parameter containing the true HTTP method,\n // as well as all requests with the body as `application/x-www-form-urlencoded`\n // instead of `application/json` with the model in a param named `model`.\n // Useful when interfacing with server-side languages like **PHP** that make\n // it difficult to read the body of `PUT` requests.\n Backbone.sync = function(method, model, options) {\n var type = methodMap[method];\n\n // Default options, unless specified.\n _.defaults(options || (options = {}), {\n emulateHTTP: Backbone.emulateHTTP,\n emulateJSON: Backbone.emulateJSON\n });\n\n // Default JSON-request options.\n var params = {type: type, dataType: 'json'};\n\n // Ensure that we have a URL.\n if (!options.url) {\n params.url = _.result(model, 'url') || urlError();\n }\n\n // Ensure that we have the appropriate request data.\n if (options.data == null && model && (method === 'create' || method === 'update' || method === 'patch')) {\n params.contentType = 'application/json';\n params.data = JSON.stringify(options.attrs || model.toJSON(options));\n }\n\n // For older servers, emulate JSON by encoding the request into an HTML-form.\n if (options.emulateJSON) {\n params.contentType = 'application/x-www-form-urlencoded';\n params.data = params.data ? {model: params.data} : {};\n }\n\n // For older servers, emulate HTTP by mimicking the HTTP method with `_method`\n // And an `X-HTTP-Method-Override` header.\n if (options.emulateHTTP && (type === 'PUT' || type === 'DELETE' || type === 'PATCH')) {\n params.type = 'POST';\n if (options.emulateJSON) params.data._method = type;\n var beforeSend = options.beforeSend;\n options.beforeSend = function(xhr) {\n xhr.setRequestHeader('X-HTTP-Method-Override', type);\n if (beforeSend) return beforeSend.apply(this, arguments);\n };\n }\n\n // Don't process data on a non-GET request.\n if (params.type !== 'GET' && !options.emulateJSON) {\n params.processData = false;\n }\n\n // Pass along `textStatus` and `errorThrown` from jQuery.\n var error = options.error;\n options.error = function(xhr, textStatus, errorThrown) {\n options.textStatus = textStatus;\n options.errorThrown = errorThrown;\n if (error) error.call(options.context, xhr, textStatus, errorThrown);\n };\n\n // Make the request, allowing the user to override any Ajax options.\n var xhr = options.xhr = Backbone.ajax(_.extend(params, options));\n model.trigger('request', model, xhr, options);\n return xhr;\n };\n\n // Map from CRUD to HTTP for our default `Backbone.sync` implementation.\n var methodMap = {\n create: 'POST',\n update: 'PUT',\n patch: 'PATCH',\n delete: 'DELETE',\n read: 'GET'\n };\n\n // Set the default implementation of `Backbone.ajax` to proxy through to `$`.\n // Override this if you'd like to use a different library.\n Backbone.ajax = function() {\n return Backbone.$.ajax.apply(Backbone.$, arguments);\n };\n\n // Backbone.Router\n // ---------------\n\n // Routers map faux-URLs to actions, and fire events when routes are\n // matched. Creating a new one sets its `routes` hash, if not set statically.\n var Router = Backbone.Router = function(options) {\n options || (options = {});\n this.preinitialize.apply(this, arguments);\n if (options.routes) this.routes = options.routes;\n this._bindRoutes();\n this.initialize.apply(this, arguments);\n };\n\n // Cached regular expressions for matching named param parts and splatted\n // parts of route strings.\n var optionalParam = /\\((.*?)\\)/g;\n var namedParam = /(\\(\\?)?:\\w+/g;\n var splatParam = /\\*\\w+/g;\n var escapeRegExp = /[\\-{}\\[\\]+?.,\\\\\\^$|#\\s]/g;\n\n // Set up all inheritable **Backbone.Router** properties and methods.\n _.extend(Router.prototype, Events, {\n\n // preinitialize is an empty function by default. You can override it with a function\n // or object. preinitialize will run before any instantiation logic is run in the Router.\n preinitialize: function(){},\n\n // Initialize is an empty function by default. Override it with your own\n // initialization logic.\n initialize: function(){},\n\n // Manually bind a single named route to a callback. For example:\n //\n // this.route('search/:query/p:num', 'search', function(query, num) {\n // ...\n // });\n //\n route: function(route, name, callback) {\n if (!_.isRegExp(route)) route = this._routeToRegExp(route);\n if (_.isFunction(name)) {\n callback = name;\n name = '';\n }\n if (!callback) callback = this[name];\n var router = this;\n Backbone.history.route(route, function(fragment) {\n var args = router._extractParameters(route, fragment);\n if (router.execute(callback, args, name) !== false) {\n router.trigger.apply(router, ['route:' + name].concat(args));\n router.trigger('route', name, args);\n Backbone.history.trigger('route', router, name, args);\n }\n });\n return this;\n },\n\n // Execute a route handler with the provided parameters. This is an\n // excellent place to do pre-route setup or post-route cleanup.\n execute: function(callback, args, name) {\n if (callback) callback.apply(this, args);\n },\n\n // Simple proxy to `Backbone.history` to save a fragment into the history.\n navigate: function(fragment, options) {\n Backbone.history.navigate(fragment, options);\n return this;\n },\n\n // Bind all defined routes to `Backbone.history`. We have to reverse the\n // order of the routes here to support behavior where the most general\n // routes can be defined at the bottom of the route map.\n _bindRoutes: function() {\n if (!this.routes) return;\n this.routes = _.result(this, 'routes');\n var route, routes = _.keys(this.routes);\n while ((route = routes.pop()) != null) {\n this.route(route, this.routes[route]);\n }\n },\n\n // Convert a route string into a regular expression, suitable for matching\n // against the current location hash.\n _routeToRegExp: function(route) {\n route = route.replace(escapeRegExp, '\\\\$&')\n .replace(optionalParam, '(?:$1)?')\n .replace(namedParam, function(match, optional) {\n return optional ? match : '([^/?]+)';\n })\n .replace(splatParam, '([^?]*?)');\n return new RegExp('^' + route + '(?:\\\\?([\\\\s\\\\S]*))?$');\n },\n\n // Given a route, and a URL fragment that it matches, return the array of\n // extracted decoded parameters. Empty or unmatched parameters will be\n // treated as `null` to normalize cross-browser behavior.\n _extractParameters: function(route, fragment) {\n var params = route.exec(fragment).slice(1);\n return _.map(params, function(param, i) {\n // Don't decode the search params.\n if (i === params.length - 1) return param || null;\n return param ? decodeURIComponent(param) : null;\n });\n }\n\n });\n\n // Backbone.History\n // ----------------\n\n // Handles cross-browser history management, based on either\n // [pushState](http://diveintohtml5.info/history.html) and real URLs, or\n // [onhashchange](https://developer.mozilla.org/en-US/docs/DOM/window.onhashchange)\n // and URL fragments. If the browser supports neither (old IE, natch),\n // falls back to polling.\n var History = Backbone.History = function() {\n this.handlers = [];\n this.checkUrl = this.checkUrl.bind(this);\n\n // Ensure that `History` can be used outside of the browser.\n if (typeof window !== 'undefined') {\n this.location = window.location;\n this.history = window.history;\n }\n };\n\n // Cached regex for stripping a leading hash/slash and trailing space.\n var routeStripper = /^[#\\/]|\\s+$/g;\n\n // Cached regex for stripping leading and trailing slashes.\n var rootStripper = /^\\/+|\\/+$/g;\n\n // Cached regex for stripping urls of hash.\n var pathStripper = /#.*$/;\n\n // Has the history handling already been started?\n History.started = false;\n\n // Set up all inheritable **Backbone.History** properties and methods.\n _.extend(History.prototype, Events, {\n\n // The default interval to poll for hash changes, if necessary, is\n // twenty times a second.\n interval: 50,\n\n // Are we at the app root?\n atRoot: function() {\n var path = this.location.pathname.replace(/[^\\/]$/, '$&/');\n return path === this.root && !this.getSearch();\n },\n\n // Does the pathname match the root?\n matchRoot: function() {\n var path = this.decodeFragment(this.location.pathname);\n var rootPath = path.slice(0, this.root.length - 1) + '/';\n return rootPath === this.root;\n },\n\n // Unicode characters in `location.pathname` are percent encoded so they're\n // decoded for comparison. `%25` should not be decoded since it may be part\n // of an encoded parameter.\n decodeFragment: function(fragment) {\n return decodeURI(fragment.replace(/%25/g, '%2525'));\n },\n\n // In IE6, the hash fragment and search params are incorrect if the\n // fragment contains `?`.\n getSearch: function() {\n var match = this.location.href.replace(/#.*/, '').match(/\\?.+/);\n return match ? match[0] : '';\n },\n\n // Gets the true hash value. Cannot use location.hash directly due to bug\n // in Firefox where location.hash will always be decoded.\n getHash: function(window) {\n var match = (window || this).location.href.match(/#(.*)$/);\n return match ? match[1] : '';\n },\n\n // Get the pathname and search params, without the root.\n getPath: function() {\n var path = this.decodeFragment(\n this.location.pathname + this.getSearch()\n ).slice(this.root.length - 1);\n return path.charAt(0) === '/' ? path.slice(1) : path;\n },\n\n // Get the cross-browser normalized URL fragment from the path or hash.\n getFragment: function(fragment) {\n if (fragment == null) {\n if (this._usePushState || !this._wantsHashChange) {\n fragment = this.getPath();\n } else {\n fragment = this.getHash();\n }\n }\n return fragment.replace(routeStripper, '');\n },\n\n // Start the hash change handling, returning `true` if the current URL matches\n // an existing route, and `false` otherwise.\n start: function(options) {\n if (History.started) throw new Error('Backbone.history has already been started');\n History.started = true;\n\n // Figure out the initial configuration. Do we need an iframe?\n // Is pushState desired ... is it available?\n this.options = _.extend({root: '/'}, this.options, options);\n this.root = this.options.root;\n this._wantsHashChange = this.options.hashChange !== false;\n this._hasHashChange = 'onhashchange' in window && (document.documentMode === void 0 || document.documentMode > 7);\n this._useHashChange = this._wantsHashChange && this._hasHashChange;\n this._wantsPushState = !!this.options.pushState;\n this._hasPushState = !!(this.history && this.history.pushState);\n this._usePushState = this._wantsPushState && this._hasPushState;\n this.fragment = this.getFragment();\n\n // Normalize root to always include a leading and trailing slash.\n this.root = ('/' + this.root + '/').replace(rootStripper, '/');\n\n // Transition from hashChange to pushState or vice versa if both are\n // requested.\n if (this._wantsHashChange && this._wantsPushState) {\n\n // If we've started off with a route from a `pushState`-enabled\n // browser, but we're currently in a browser that doesn't support it...\n if (!this._hasPushState && !this.atRoot()) {\n var rootPath = this.root.slice(0, -1) || '/';\n this.location.replace(rootPath + '#' + this.getPath());\n // Return immediately as browser will do redirect to new url\n return true;\n\n // Or if we've started out with a hash-based route, but we're currently\n // in a browser where it could be `pushState`-based instead...\n } else if (this._hasPushState && this.atRoot()) {\n this.navigate(this.getHash(), {replace: true});\n }\n\n }\n\n // Proxy an iframe to handle location events if the browser doesn't\n // support the `hashchange` event, HTML5 history, or the user wants\n // `hashChange` but not `pushState`.\n if (!this._hasHashChange && this._wantsHashChange && !this._usePushState) {\n this.iframe = document.createElement('iframe');\n this.iframe.src = 'javascript:0';\n this.iframe.style.display = 'none';\n this.iframe.tabIndex = -1;\n var body = document.body;\n // Using `appendChild` will throw on IE < 9 if the document is not ready.\n var iWindow = body.insertBefore(this.iframe, body.firstChild).contentWindow;\n iWindow.document.open();\n iWindow.document.close();\n iWindow.location.hash = '#' + this.fragment;\n }\n\n // Add a cross-platform `addEventListener` shim for older browsers.\n var addEventListener = window.addEventListener || function(eventName, listener) {\n return attachEvent('on' + eventName, listener);\n };\n\n // Depending on whether we're using pushState or hashes, and whether\n // 'onhashchange' is supported, determine how we check the URL state.\n if (this._usePushState) {\n addEventListener('popstate', this.checkUrl, false);\n } else if (this._useHashChange && !this.iframe) {\n addEventListener('hashchange', this.checkUrl, false);\n } else if (this._wantsHashChange) {\n this._checkUrlInterval = setInterval(this.checkUrl, this.interval);\n }\n\n if (!this.options.silent) return this.loadUrl();\n },\n\n // Disable Backbone.history, perhaps temporarily. Not useful in a real app,\n // but possibly useful for unit testing Routers.\n stop: function() {\n // Add a cross-platform `removeEventListener` shim for older browsers.\n var removeEventListener = window.removeEventListener || function(eventName, listener) {\n return detachEvent('on' + eventName, listener);\n };\n\n // Remove window listeners.\n if (this._usePushState) {\n removeEventListener('popstate', this.checkUrl, false);\n } else if (this._useHashChange && !this.iframe) {\n removeEventListener('hashchange', this.checkUrl, false);\n }\n\n // Clean up the iframe if necessary.\n if (this.iframe) {\n document.body.removeChild(this.iframe);\n this.iframe = null;\n }\n\n // Some environments will throw when clearing an undefined interval.\n if (this._checkUrlInterval) clearInterval(this._checkUrlInterval);\n History.started = false;\n },\n\n // Add a route to be tested when the fragment changes. Routes added later\n // may override previous routes.\n route: function(route, callback) {\n this.handlers.unshift({route: route, callback: callback});\n },\n\n // Checks the current URL to see if it has changed, and if it has,\n // calls `loadUrl`, normalizing across the hidden iframe.\n checkUrl: function(e) {\n var current = this.getFragment();\n\n // If the user pressed the back button, the iframe's hash will have\n // changed and we should use that for comparison.\n if (current === this.fragment && this.iframe) {\n current = this.getHash(this.iframe.contentWindow);\n }\n\n if (current === this.fragment) return false;\n if (this.iframe) this.navigate(current);\n this.loadUrl();\n },\n\n // Attempt to load the current URL fragment. If a route succeeds with a\n // match, returns `true`. If no defined routes matches the fragment,\n // returns `false`.\n loadUrl: function(fragment) {\n // If the root doesn't match, no routes can match either.\n if (!this.matchRoot()) return false;\n fragment = this.fragment = this.getFragment(fragment);\n return _.some(this.handlers, function(handler) {\n if (handler.route.test(fragment)) {\n handler.callback(fragment);\n return true;\n }\n });\n },\n\n // Save a fragment into the hash history, or replace the URL state if the\n // 'replace' option is passed. You are responsible for properly URL-encoding\n // the fragment in advance.\n //\n // The options object can contain `trigger: true` if you wish to have the\n // route callback be fired (not usually desirable), or `replace: true`, if\n // you wish to modify the current URL without adding an entry to the history.\n navigate: function(fragment, options) {\n if (!History.started) return false;\n if (!options || options === true) options = {trigger: !!options};\n\n // Normalize the fragment.\n fragment = this.getFragment(fragment || '');\n\n // Don't include a trailing slash on the root.\n var rootPath = this.root;\n if (fragment === '' || fragment.charAt(0) === '?') {\n rootPath = rootPath.slice(0, -1) || '/';\n }\n var url = rootPath + fragment;\n\n // Strip the fragment of the query and hash for matching.\n fragment = fragment.replace(pathStripper, '');\n\n // Decode for matching.\n var decodedFragment = this.decodeFragment(fragment);\n\n if (this.fragment === decodedFragment) return;\n this.fragment = decodedFragment;\n\n // If pushState is available, we use it to set the fragment as a real URL.\n if (this._usePushState) {\n this.history[options.replace ? 'replaceState' : 'pushState']({}, document.title, url);\n\n // If hash changes haven't been explicitly disabled, update the hash\n // fragment to store history.\n } else if (this._wantsHashChange) {\n this._updateHash(this.location, fragment, options.replace);\n if (this.iframe && fragment !== this.getHash(this.iframe.contentWindow)) {\n var iWindow = this.iframe.contentWindow;\n\n // Opening and closing the iframe tricks IE7 and earlier to push a\n // history entry on hash-tag change. When replace is true, we don't\n // want this.\n if (!options.replace) {\n iWindow.document.open();\n iWindow.document.close();\n }\n\n this._updateHash(iWindow.location, fragment, options.replace);\n }\n\n // If you've told us that you explicitly don't want fallback hashchange-\n // based history, then `navigate` becomes a page refresh.\n } else {\n return this.location.assign(url);\n }\n if (options.trigger) return this.loadUrl(fragment);\n },\n\n // Update the hash location, either replacing the current entry, or adding\n // a new one to the browser history.\n _updateHash: function(location, fragment, replace) {\n if (replace) {\n var href = location.href.replace(/(javascript:|#).*$/, '');\n location.replace(href + '#' + fragment);\n } else {\n // Some browsers require that `hash` contains a leading #.\n location.hash = '#' + fragment;\n }\n }\n\n });\n\n // Create the default Backbone.history.\n Backbone.history = new History;\n\n // Helpers\n // -------\n\n // Helper function to correctly set up the prototype chain for subclasses.\n // Similar to `goog.inherits`, but uses a hash of prototype properties and\n // class properties to be extended.\n var extend = function(protoProps, staticProps) {\n var parent = this;\n var child;\n\n // The constructor function for the new subclass is either defined by you\n // (the \"constructor\" property in your `extend` definition), or defaulted\n // by us to simply call the parent constructor.\n if (protoProps && _.has(protoProps, 'constructor')) {\n child = protoProps.constructor;\n } else {\n child = function(){ return parent.apply(this, arguments); };\n }\n\n // Add static properties to the constructor function, if supplied.\n _.extend(child, parent, staticProps);\n\n // Set the prototype chain to inherit from `parent`, without calling\n // `parent`'s constructor function and add the prototype properties.\n child.prototype = _.create(parent.prototype, protoProps);\n child.prototype.constructor = child;\n\n // Set a convenience property in case the parent's prototype is needed\n // later.\n child.__super__ = parent.prototype;\n\n return child;\n };\n\n // Set up inheritance for the model, collection, router, view and history.\n Model.extend = Collection.extend = Router.extend = View.extend = History.extend = extend;\n\n // Throw an error when a URL is needed, and none is supplied.\n var urlError = function() {\n throw new Error('A \"url\" property or function must be specified');\n };\n\n // Wrap an optional error callback with a fallback error event.\n var wrapError = function(model, options) {\n var error = options.error;\n options.error = function(resp) {\n if (error) error.call(options.context, model, resp, options);\n model.trigger('error', model, resp, options);\n };\n };\n\n return Backbone;\n});\n","var store = require('../internals/shared-store');\n\nvar functionToString = Function.toString;\n\n// this helper broken in `core-js@3.4.1-3.4.4`, so we can't use `shared` helper\nif (typeof store.inspectSource != 'function') {\n store.inspectSource = function (it) {\n return functionToString.call(it);\n };\n}\n\nmodule.exports = store.inspectSource;\n","// IE8- don't enum bug keys\nmodule.exports = [\n 'constructor',\n 'hasOwnProperty',\n 'isPrototypeOf',\n 'propertyIsEnumerable',\n 'toLocaleString',\n 'toString',\n 'valueOf'\n];\n","// eslint-disable-next-line es/no-object-getownpropertysymbols -- safe\nexports.f = Object.getOwnPropertySymbols;\n","var aFunction = require('../internals/a-function');\n\n// optional / simple context binding\nmodule.exports = function (fn, that, length) {\n aFunction(fn);\n if (that === undefined) return fn;\n switch (length) {\n case 0: return function () {\n return fn.call(that);\n };\n case 1: return function (a) {\n return fn.call(that, a);\n };\n case 2: return function (a, b) {\n return fn.call(that, a, b);\n };\n case 3: return function (a, b, c) {\n return fn.call(that, a, b, c);\n };\n }\n return function (/* ...args */) {\n return fn.apply(that, arguments);\n };\n};\n","\"use strict\";\n\nObject.defineProperty(exports, \"__esModule\", {\n value: true\n});\nObject.defineProperty(exports, \"getRequestToken\", {\n enumerable: true,\n get: function get() {\n return _requesttoken.getRequestToken;\n }\n});\nObject.defineProperty(exports, \"onRequestTokenUpdate\", {\n enumerable: true,\n get: function get() {\n return _requesttoken.onRequestTokenUpdate;\n }\n});\nObject.defineProperty(exports, \"getCurrentUser\", {\n enumerable: true,\n get: function get() {\n return _user.getCurrentUser;\n }\n});\n\nvar _requesttoken = require(\"./requesttoken\");\n\nvar _user = require(\"./user\");\n//# sourceMappingURL=index.js.map","var DESCRIPTORS = require('../internals/descriptors');\nvar fails = require('../internals/fails');\nvar createElement = require('../internals/document-create-element');\n\n// Thank's IE8 for his funny defineProperty\nmodule.exports = !DESCRIPTORS && !fails(function () {\n // eslint-disable-next-line es/no-object-defineproperty -- requied for testing\n return Object.defineProperty(createElement('div'), 'a', {\n get: function () { return 7; }\n }).a != 7;\n});\n","var shared = require('../internals/shared');\nvar uid = require('../internals/uid');\n\nvar keys = shared('keys');\n\nmodule.exports = function (key) {\n return keys[key] || (keys[key] = uid(key));\n};\n","'use strict';\nvar toPrimitive = require('../internals/to-primitive');\nvar definePropertyModule = require('../internals/object-define-property');\nvar createPropertyDescriptor = require('../internals/create-property-descriptor');\n\nmodule.exports = function (object, key, value) {\n var propertyKey = toPrimitive(key);\n if (propertyKey in object) definePropertyModule.f(object, propertyKey, createPropertyDescriptor(0, value));\n else object[propertyKey] = value;\n};\n","var isObject = require('../internals/is-object');\nvar isArray = require('../internals/is-array');\nvar wellKnownSymbol = require('../internals/well-known-symbol');\n\nvar SPECIES = wellKnownSymbol('species');\n\n// `ArraySpeciesCreate` abstract operation\n// https://tc39.es/ecma262/#sec-arrayspeciescreate\nmodule.exports = function (originalArray, length) {\n var C;\n if (isArray(originalArray)) {\n C = originalArray.constructor;\n // cross-realm fallback\n if (typeof C == 'function' && (C === Array || isArray(C.prototype))) C = undefined;\n else if (isObject(C)) {\n C = C[SPECIES];\n if (C === null) C = undefined;\n }\n } return new (C === undefined ? Array : C)(length === 0 ? 0 : length);\n};\n","var fails = require('../internals/fails');\nvar wellKnownSymbol = require('../internals/well-known-symbol');\nvar V8_VERSION = require('../internals/engine-v8-version');\n\nvar SPECIES = wellKnownSymbol('species');\n\nmodule.exports = function (METHOD_NAME) {\n // We can't use this feature detection in V8 since it causes\n // deoptimization and serious performance degradation\n // https://github.com/zloirock/core-js/issues/677\n return V8_VERSION >= 51 || !fails(function () {\n var array = [];\n var constructor = array.constructor = {};\n constructor[SPECIES] = function () {\n return { foo: 1 };\n };\n return array[METHOD_NAME](Boolean).foo !== 1;\n });\n};\n","var root = require('./_root');\n\n/** Built-in value references. */\nvar Symbol = root.Symbol;\n\nmodule.exports = Symbol;\n","var path = require('../internals/path');\nvar has = require('../internals/has');\nvar wrappedWellKnownSymbolModule = require('../internals/well-known-symbol-wrapped');\nvar defineProperty = require('../internals/object-define-property').f;\n\nmodule.exports = function (NAME) {\n var Symbol = path.Symbol || (path.Symbol = {});\n if (!has(Symbol, NAME)) defineProperty(Symbol, NAME, {\n value: wrappedWellKnownSymbolModule.f(NAME)\n });\n};\n","var defineProperty = require('../internals/object-define-property').f;\nvar has = require('../internals/has');\nvar wellKnownSymbol = require('../internals/well-known-symbol');\n\nvar TO_STRING_TAG = wellKnownSymbol('toStringTag');\n\nmodule.exports = function (it, TAG, STATIC) {\n if (it && !has(it = STATIC ? it : it.prototype, TO_STRING_TAG)) {\n defineProperty(it, TO_STRING_TAG, { configurable: true, value: TAG });\n }\n};\n","var has = require('../internals/has');\nvar toIndexedObject = require('../internals/to-indexed-object');\nvar indexOf = require('../internals/array-includes').indexOf;\nvar hiddenKeys = require('../internals/hidden-keys');\n\nmodule.exports = function (object, names) {\n var O = toIndexedObject(object);\n var i = 0;\n var result = [];\n var key;\n for (key in O) !has(hiddenKeys, key) && has(O, key) && result.push(key);\n // Don't enum bug & hidden keys\n while (names.length > i) if (has(O, key = names[i++])) {\n ~indexOf(result, key) || result.push(key);\n }\n return result;\n};\n","'use strict';\n\nvar fails = require('./fails');\n\n// babel-minify transpiles RegExp('a', 'y') -> /a/y and it causes SyntaxError,\n// so we use an intermediate function.\nfunction RE(s, f) {\n return RegExp(s, f);\n}\n\nexports.UNSUPPORTED_Y = fails(function () {\n // babel-minify transpiles RegExp('a', 'y') -> /a/y and it causes SyntaxError\n var re = RE('a', 'y');\n re.lastIndex = 2;\n return re.exec('abcd') != null;\n});\n\nexports.BROKEN_CARET = fails(function () {\n // https://bugzilla.mozilla.org/show_bug.cgi?id=773687\n var re = RE('^r', 'gy');\n re.lastIndex = 2;\n return re.exec('str') != null;\n});\n","'use strict';\n// TODO: Remove from `core-js@4` since it's moved to entry points\nrequire('../modules/es.regexp.exec');\nvar redefine = require('../internals/redefine');\nvar regexpExec = require('../internals/regexp-exec');\nvar fails = require('../internals/fails');\nvar wellKnownSymbol = require('../internals/well-known-symbol');\nvar createNonEnumerableProperty = require('../internals/create-non-enumerable-property');\n\nvar SPECIES = wellKnownSymbol('species');\nvar RegExpPrototype = RegExp.prototype;\n\nvar REPLACE_SUPPORTS_NAMED_GROUPS = !fails(function () {\n // #replace needs built-in support for named groups.\n // #match works fine because it just return the exec results, even if it has\n // a \"grops\" property.\n var re = /./;\n re.exec = function () {\n var result = [];\n result.groups = { a: '7' };\n return result;\n };\n return ''.replace(re, '$<a>') !== '7';\n});\n\n// IE <= 11 replaces $0 with the whole match, as if it was $&\n// https://stackoverflow.com/questions/6024666/getting-ie-to-replace-a-regex-with-the-literal-string-0\nvar REPLACE_KEEPS_$0 = (function () {\n // eslint-disable-next-line regexp/prefer-escape-replacement-dollar-char -- required for testing\n return 'a'.replace(/./, '$0') === '$0';\n})();\n\nvar REPLACE = wellKnownSymbol('replace');\n// Safari <= 13.0.3(?) substitutes nth capture where n>m with an empty string\nvar REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE = (function () {\n if (/./[REPLACE]) {\n return /./[REPLACE]('a', '$0') === '';\n }\n return false;\n})();\n\n// Chrome 51 has a buggy \"split\" implementation when RegExp#exec !== nativeExec\n// Weex JS has frozen built-in prototypes, so use try / catch wrapper\nvar SPLIT_WORKS_WITH_OVERWRITTEN_EXEC = !fails(function () {\n // eslint-disable-next-line regexp/no-empty-group -- required for testing\n var re = /(?:)/;\n var originalExec = re.exec;\n re.exec = function () { return originalExec.apply(this, arguments); };\n var result = 'ab'.split(re);\n return result.length !== 2 || result[0] !== 'a' || result[1] !== 'b';\n});\n\nmodule.exports = function (KEY, length, exec, sham) {\n var SYMBOL = wellKnownSymbol(KEY);\n\n var DELEGATES_TO_SYMBOL = !fails(function () {\n // String methods call symbol-named RegEp methods\n var O = {};\n O[SYMBOL] = function () { return 7; };\n return ''[KEY](O) != 7;\n });\n\n var DELEGATES_TO_EXEC = DELEGATES_TO_SYMBOL && !fails(function () {\n // Symbol-named RegExp methods call .exec\n var execCalled = false;\n var re = /a/;\n\n if (KEY === 'split') {\n // We can't use real regex here since it causes deoptimization\n // and serious performance degradation in V8\n // https://github.com/zloirock/core-js/issues/306\n re = {};\n // RegExp[@@split] doesn't call the regex's exec method, but first creates\n // a new one. We need to return the patched regex when creating the new one.\n re.constructor = {};\n re.constructor[SPECIES] = function () { return re; };\n re.flags = '';\n re[SYMBOL] = /./[SYMBOL];\n }\n\n re.exec = function () { execCalled = true; return null; };\n\n re[SYMBOL]('');\n return !execCalled;\n });\n\n if (\n !DELEGATES_TO_SYMBOL ||\n !DELEGATES_TO_EXEC ||\n (KEY === 'replace' && !(\n REPLACE_SUPPORTS_NAMED_GROUPS &&\n REPLACE_KEEPS_$0 &&\n !REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE\n )) ||\n (KEY === 'split' && !SPLIT_WORKS_WITH_OVERWRITTEN_EXEC)\n ) {\n var nativeRegExpMethod = /./[SYMBOL];\n var methods = exec(SYMBOL, ''[KEY], function (nativeMethod, regexp, str, arg2, forceStringMethod) {\n var $exec = regexp.exec;\n if ($exec === regexpExec || $exec === RegExpPrototype.exec) {\n if (DELEGATES_TO_SYMBOL && !forceStringMethod) {\n // The native String method already delegates to @@method (this\n // polyfilled function), leasing to infinite recursion.\n // We avoid it by directly calling the native @@method method.\n return { done: true, value: nativeRegExpMethod.call(regexp, str, arg2) };\n }\n return { done: true, value: nativeMethod.call(str, regexp, arg2) };\n }\n return { done: false };\n }, {\n REPLACE_KEEPS_$0: REPLACE_KEEPS_$0,\n REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE: REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE\n });\n var stringMethod = methods[0];\n var regexMethod = methods[1];\n\n redefine(String.prototype, KEY, stringMethod);\n redefine(RegExpPrototype, SYMBOL, length == 2\n // 21.2.5.8 RegExp.prototype[@@replace](string, replaceValue)\n // 21.2.5.11 RegExp.prototype[@@split](string, limit)\n ? function (string, arg) { return regexMethod.call(string, this, arg); }\n // 21.2.5.6 RegExp.prototype[@@match](string)\n // 21.2.5.9 RegExp.prototype[@@search](string)\n : function (string) { return regexMethod.call(string, this); }\n );\n }\n\n if (sham) createNonEnumerableProperty(RegExpPrototype[SYMBOL], 'sham', true);\n};\n","var getBuiltIn = require('../internals/get-built-in');\n\nmodule.exports = getBuiltIn('navigator', 'userAgent') || '';\n","var toInteger = require('../internals/to-integer');\nvar requireObjectCoercible = require('../internals/require-object-coercible');\n\n// `String.prototype.{ codePointAt, at }` methods implementation\nvar createMethod = function (CONVERT_TO_STRING) {\n return function ($this, pos) {\n var S = String(requireObjectCoercible($this));\n var position = toInteger(pos);\n var size = S.length;\n var first, second;\n if (position < 0 || position >= size) return CONVERT_TO_STRING ? '' : undefined;\n first = S.charCodeAt(position);\n return first < 0xD800 || first > 0xDBFF || position + 1 === size\n || (second = S.charCodeAt(position + 1)) < 0xDC00 || second > 0xDFFF\n ? CONVERT_TO_STRING ? S.charAt(position) : first\n : CONVERT_TO_STRING ? S.slice(position, position + 2) : (first - 0xD800 << 10) + (second - 0xDC00) + 0x10000;\n };\n};\n\nmodule.exports = {\n // `String.prototype.codePointAt` method\n // https://tc39.es/ecma262/#sec-string.prototype.codepointat\n codeAt: createMethod(false),\n // `String.prototype.at` method\n // https://github.com/mathiasbynens/String.prototype.at\n charAt: createMethod(true)\n};\n","var classof = require('./classof-raw');\nvar regexpExec = require('./regexp-exec');\n\n// `RegExpExec` abstract operation\n// https://tc39.es/ecma262/#sec-regexpexec\nmodule.exports = function (R, S) {\n var exec = R.exec;\n if (typeof exec === 'function') {\n var result = exec.call(R, S);\n if (typeof result !== 'object') {\n throw TypeError('RegExp exec method returned something other than an Object or null');\n }\n return result;\n }\n\n if (classof(R) !== 'RegExp') {\n throw TypeError('RegExp#exec called on incompatible receiver');\n }\n\n return regexpExec.call(R, S);\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, forced: Object.assign !== assign }, {\n assign: assign\n});\n","var internalObjectKeys = require('../internals/object-keys-internal');\nvar enumBugKeys = require('../internals/enum-bug-keys');\n\n// `Object.keys` method\n// https://tc39.es/ecma262/#sec-object.keys\n// eslint-disable-next-line es/no-object-keys -- safe\nmodule.exports = Object.keys || function keys(O) {\n return internalObjectKeys(O, enumBugKeys);\n};\n","/**\n * @copyright 2019 Christoph Wurst <christoph@winzerhof-wurst.at>\n *\n * @author Christoph Wurst <christoph@winzerhof-wurst.at>\n * @author John Molakvoæ <skjnldsv@protonmail.com>\n *\n * @license GNU AGPL version 3 or any later version\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see <http://www.gnu.org/licenses/>.\n *\n */\n\n// This var is global because it's shared across webpack bundles\nwindow._oc_l10n_registry_translations = window._oc_l10n_registry_translations || {}\nwindow._oc_l10n_registry_plural_functions = window._oc_l10n_registry_plural_functions || {}\n\n/**\n * @param {String} appId the app id\n * @param {Object} translations the translations list\n * @param {Function} pluralFunction the translations list\n */\nconst register = (appId, translations, pluralFunction) => {\n\twindow._oc_l10n_registry_translations[appId] = translations\n\twindow._oc_l10n_registry_plural_functions[appId] = pluralFunction\n}\n\n/**\n * @param {String} appId the app id\n * @param {Object} translations the translations list\n * @param {Function} pluralFunction the translations list\n */\nconst extend = (appId, translations, pluralFunction) => {\n\twindow._oc_l10n_registry_translations[appId] = Object.assign(\n\t\twindow._oc_l10n_registry_translations[appId],\n\t\ttranslations\n\t)\n\twindow._oc_l10n_registry_plural_functions[appId] = pluralFunction\n}\n\n/**\n * @param {String} appId the app id\n * @param {Object} translations the translations list\n * @param {Function} pluralFunction the translations list\n */\nexport const registerAppTranslations = (appId, translations, pluralFunction) => {\n\tif (!hasAppTranslations(appId)) {\n\t\tregister(appId, translations, pluralFunction)\n\t} else {\n\t\textend(appId, translations, pluralFunction)\n\t}\n}\n\n/**\n * @param {String} appId the app id\n */\nexport const unregisterAppTranslations = appId => {\n\tdelete window._oc_l10n_registry_translations[appId]\n\tdelete window._oc_l10n_registry_plural_functions[appId]\n}\n\n/**\n * @param {String} appId the app id\n * @returns {Boolean}\n */\nexport const hasAppTranslations = appId => {\n\treturn window._oc_l10n_registry_translations[appId] !== undefined\n\t\t&& window._oc_l10n_registry_plural_functions[appId] !== undefined\n}\n\n/**\n * @param {String} appId the app id\n * @returns {Object}\n */\nexport const getAppTranslations = appId => {\n\treturn {\n\t\ttranslations: window._oc_l10n_registry_translations[appId] || {},\n\t\tpluralFunction: window._oc_l10n_registry_plural_functions[appId],\n\t}\n}\n","/**\n * Copyright (c) 2014 Vincent Petry <pvince81@owncloud.com>\n\t\t * Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)\n\t\t * Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)\n *\n * @author Christoph Wurst <christoph@winzerhof-wurst.at>\n * @author Daniel Kesselberg <mail@danielkesselberg.de>\n * @author Joas Schilling <coding@schilljs.com>\n * @author John Molakvoæ <skjnldsv@protonmail.com>\n * @author Morris Jobke <hey@morrisjobke.de>\n * @author Roeland Jago Douma <roeland@famdouma.nl>\n * @author Vincent Petry <vincent@nextcloud.com>\n *\n * @license GNU AGPL version 3 or any later version\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see <http://www.gnu.org/licenses/>.\n *\n */\n\nimport _ from 'underscore'\nimport $ from 'jquery'\nimport DOMPurify from 'dompurify'\nimport Handlebars from 'handlebars'\nimport identity from 'lodash/fp/identity'\nimport escapeHTML from 'escape-html'\nimport { generateFilePath } from '@nextcloud/router'\n\nimport OC from './index'\nimport {\n\tgetAppTranslations,\n\thasAppTranslations,\n\tregisterAppTranslations,\n\tunregisterAppTranslations,\n} from './l10n-registry'\n\n/**\n * L10N namespace with localization functions.\n *\n * @namespace OC.L10n\n */\nconst L10n = {\n\n\t/**\n\t * Load an app's translation bundle if not loaded already.\n\t *\n\t * @param {String} appName name of the app\n\t * @param {Function} callback callback to be called when\n\t * the translations are loaded\n\t * @returns {Promise} promise\n\t */\n\tload(appName, callback) {\n\t\t// already available ?\n\t\tif (hasAppTranslations(appName) || OC.getLocale() === 'en') {\n\t\t\tconst deferred = $.Deferred()\n\t\t\tconst promise = deferred.promise()\n\t\t\tpromise.then(callback)\n\t\t\tdeferred.resolve()\n\t\t\treturn promise\n\t\t}\n\n\t\tconst self = this\n\t\tconst url = generateFilePath(appName, 'l10n', OC.getLocale() + '.json')\n\n\t\t// load JSON translation bundle per AJAX\n\t\treturn $.get(url)\n\t\t\t.then(\n\t\t\t\tfunction(result) {\n\t\t\t\t\tif (result.translations) {\n\t\t\t\t\t\tself.register(appName, result.translations, result.pluralForm)\n\t\t\t\t\t}\n\t\t\t\t})\n\t\t\t.then(callback)\n\t},\n\n\t/**\n\t * Register an app's translation bundle.\n\t *\n\t * @param {String} appName name of the app\n\t * @param {Object<String,String>} bundle bundle\n\t */\n\tregister(appName, bundle) {\n\t\tregisterAppTranslations(appName, bundle, this._getPlural)\n\t},\n\n\t/**\n\t * @private do not use this\n\t */\n\t_unregister: unregisterAppTranslations,\n\n\t/**\n\t * Translate a string\n\t * @param {string} app the id of the app for which to translate the string\n\t * @param {string} text the string to translate\n\t * @param {Object} [vars] map of placeholder key to value\n\t * @param {number} [count] number to replace %n with\n\t * @param {array} [options] options array\n\t * @param {bool} [options.escape=true] enable/disable auto escape of placeholders (by default enabled)\n\t * @param {bool} [options.sanitize=true] enable/disable sanitization (by default enabled)\n\t * @returns {string}\n\t */\n\ttranslate(app, text, vars, count, options) {\n\t\tconst defaultOptions = {\n\t\t\tescape: true,\n\t\t\tsanitize: true,\n\t\t}\n\t\tconst allOptions = options || {}\n\t\t_.defaults(allOptions, defaultOptions)\n\n\t\tconst optSanitize = allOptions.sanitize ? DOMPurify.sanitize : identity\n\t\tconst optEscape = allOptions.escape ? escapeHTML : identity\n\n\t\t// TODO: cache this function to avoid inline recreation\n\t\t// of the same function over and over again in case\n\t\t// translate() is used in a loop\n\t\tconst _build = function(text, vars, count) {\n\t\t\treturn text.replace(/%n/g, count).replace(/{([^{}]*)}/g,\n\t\t\t\tfunction(a, b) {\n\t\t\t\t\tconst r = vars[b]\n\t\t\t\t\tif (typeof r === 'string' || typeof r === 'number') {\n\t\t\t\t\t\treturn optSanitize(optEscape(r))\n\t\t\t\t\t} else {\n\t\t\t\t\t\treturn optSanitize(a)\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t)\n\t\t}\n\t\tlet translation = text\n\t\tconst bundle = getAppTranslations(app)\n\t\tconst value = bundle.translations[text]\n\t\tif (typeof (value) !== 'undefined') {\n\t\t\ttranslation = value\n\t\t}\n\n\t\tif (typeof vars === 'object' || count !== undefined) {\n\t\t\treturn optSanitize(_build(translation, vars, count))\n\t\t} else {\n\t\t\treturn optSanitize(translation)\n\t\t}\n\t},\n\n\t/**\n\t * Translate a plural string\n\t * @param {string} app the id of the app for which to translate the string\n\t * @param {string} textSingular the string to translate for exactly one object\n\t * @param {string} textPlural the string to translate for n objects\n\t * @param {number} count number to determine whether to use singular or plural\n\t * @param {Object} [vars] map of placeholder key to value\n\t * @param {array} [options] options array\n\t * @param {bool} [options.escape=true] enable/disable auto escape of placeholders (by default enabled)\n\t * @returns {string} Translated string\n\t */\n\ttranslatePlural(app, textSingular, textPlural, count, vars, options) {\n\t\tconst identifier = '_' + textSingular + '_::_' + textPlural + '_'\n\t\tconst bundle = getAppTranslations(app)\n\t\tconst value = bundle.translations[identifier]\n\t\tif (typeof (value) !== 'undefined') {\n\t\t\tconst translation = value\n\t\t\tif ($.isArray(translation)) {\n\t\t\t\tconst plural = bundle.pluralFunction(count)\n\t\t\t\treturn this.translate(app, translation[plural], vars, count, options)\n\t\t\t}\n\t\t}\n\n\t\tif (count === 1) {\n\t\t\treturn this.translate(app, textSingular, vars, count, options)\n\t\t} else {\n\t\t\treturn this.translate(app, textPlural, vars, count, options)\n\t\t}\n\t},\n\n\t/**\n\t * The plural function taken from symfony\n\t *\n\t * @param {number} number the number of elements\n\t * @returns {number}\n\t * @private\n\t */\n\t_getPlural(number) {\n\t\tlet language = OC.getLanguage()\n\t\tif (language === 'pt-BR') {\n\t\t\t// temporary set a locale for brazilian\n\t\t\tlanguage = 'xbr'\n\t\t}\n\n\t\tif (typeof language === 'undefined' || language === '') {\n\t\t\treturn (number === 1) ? 0 : 1\n\t\t}\n\n\t\tif (language.length > 3) {\n\t\t\tlanguage = language.substring(0, language.lastIndexOf('-'))\n\t\t}\n\n\t\t/*\n\t\t * The plural rules are derived from code of the Zend Framework (2010-09-25),\n\t\t * which is subject to the new BSD license (http://framework.zend.com/license/new-bsd).\n\t\t * Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)\n\t\t */\n\t\tswitch (language) {\n\t\tcase 'az':\n\t\tcase 'bo':\n\t\tcase 'dz':\n\t\tcase 'id':\n\t\tcase 'ja':\n\t\tcase 'jv':\n\t\tcase 'ka':\n\t\tcase 'km':\n\t\tcase 'kn':\n\t\tcase 'ko':\n\t\tcase 'ms':\n\t\tcase 'th':\n\t\tcase 'tr':\n\t\tcase 'vi':\n\t\tcase 'zh':\n\t\t\treturn 0\n\n\t\tcase 'af':\n\t\tcase 'bn':\n\t\tcase 'bg':\n\t\tcase 'ca':\n\t\tcase 'da':\n\t\tcase 'de':\n\t\tcase 'el':\n\t\tcase 'en':\n\t\tcase 'eo':\n\t\tcase 'es':\n\t\tcase 'et':\n\t\tcase 'eu':\n\t\tcase 'fa':\n\t\tcase 'fi':\n\t\tcase 'fo':\n\t\tcase 'fur':\n\t\tcase 'fy':\n\t\tcase 'gl':\n\t\tcase 'gu':\n\t\tcase 'ha':\n\t\tcase 'he':\n\t\tcase 'hu':\n\t\tcase 'is':\n\t\tcase 'it':\n\t\tcase 'ku':\n\t\tcase 'lb':\n\t\tcase 'ml':\n\t\tcase 'mn':\n\t\tcase 'mr':\n\t\tcase 'nah':\n\t\tcase 'nb':\n\t\tcase 'ne':\n\t\tcase 'nl':\n\t\tcase 'nn':\n\t\tcase 'no':\n\t\tcase 'oc':\n\t\tcase 'om':\n\t\tcase 'or':\n\t\tcase 'pa':\n\t\tcase 'pap':\n\t\tcase 'ps':\n\t\tcase 'pt':\n\t\tcase 'so':\n\t\tcase 'sq':\n\t\tcase 'sv':\n\t\tcase 'sw':\n\t\tcase 'ta':\n\t\tcase 'te':\n\t\tcase 'tk':\n\t\tcase 'ur':\n\t\tcase 'zu':\n\t\t\treturn (number === 1) ? 0 : 1\n\n\t\tcase 'am':\n\t\tcase 'bh':\n\t\tcase 'fil':\n\t\tcase 'fr':\n\t\tcase 'gun':\n\t\tcase 'hi':\n\t\tcase 'hy':\n\t\tcase 'ln':\n\t\tcase 'mg':\n\t\tcase 'nso':\n\t\tcase 'xbr':\n\t\tcase 'ti':\n\t\tcase 'wa':\n\t\t\treturn ((number === 0) || (number === 1)) ? 0 : 1\n\n\t\tcase 'be':\n\t\tcase 'bs':\n\t\tcase 'hr':\n\t\tcase 'ru':\n\t\tcase 'sh':\n\t\tcase 'sr':\n\t\tcase 'uk':\n\t\t\treturn ((number % 10 === 1) && (number % 100 !== 11)) ? 0 : (((number % 10 >= 2) && (number % 10 <= 4) && ((number % 100 < 10) || (number % 100 >= 20))) ? 1 : 2)\n\n\t\tcase 'cs':\n\t\tcase 'sk':\n\t\t\treturn (number === 1) ? 0 : (((number >= 2) && (number <= 4)) ? 1 : 2)\n\n\t\tcase 'ga':\n\t\t\treturn (number === 1) ? 0 : ((number === 2) ? 1 : 2)\n\n\t\tcase 'lt':\n\t\t\treturn ((number % 10 === 1) && (number % 100 !== 11)) ? 0 : (((number % 10 >= 2) && ((number % 100 < 10) || (number % 100 >= 20))) ? 1 : 2)\n\n\t\tcase 'sl':\n\t\t\treturn (number % 100 === 1) ? 0 : ((number % 100 === 2) ? 1 : (((number % 100 === 3) || (number % 100 === 4)) ? 2 : 3))\n\n\t\tcase 'mk':\n\t\t\treturn (number % 10 === 1) ? 0 : 1\n\n\t\tcase 'mt':\n\t\t\treturn (number === 1) ? 0 : (((number === 0) || ((number % 100 > 1) && (number % 100 < 11))) ? 1 : (((number % 100 > 10) && (number % 100 < 20)) ? 2 : 3))\n\n\t\tcase 'lv':\n\t\t\treturn (number === 0) ? 0 : (((number % 10 === 1) && (number % 100 !== 11)) ? 1 : 2)\n\n\t\tcase 'pl':\n\t\t\treturn (number === 1) ? 0 : (((number % 10 >= 2) && (number % 10 <= 4) && ((number % 100 < 12) || (number % 100 > 14))) ? 1 : 2)\n\n\t\tcase 'cy':\n\t\t\treturn (number === 1) ? 0 : ((number === 2) ? 1 : (((number === 8) || (number === 11)) ? 2 : 3))\n\n\t\tcase 'ro':\n\t\t\treturn (number === 1) ? 0 : (((number === 0) || ((number % 100 > 0) && (number % 100 < 20))) ? 1 : 2)\n\n\t\tcase 'ar':\n\t\t\treturn (number === 0) ? 0 : ((number === 1) ? 1 : ((number === 2) ? 2 : (((number % 100 >= 3) && (number % 100 <= 10)) ? 3 : (((number % 100 >= 11) && (number % 100 <= 99)) ? 4 : 5))))\n\n\t\tdefault:\n\t\t\treturn 0\n\t\t}\n\t},\n}\n\nexport default L10n\n\n/**\n * Returns the user's locale\n *\n * @returns {String} locale string\n */\nexport const getLocale = () => $('html').data('locale') ?? 'en'\n\n/**\n * Returns the user's language\n *\n * @returns {String} language string\n */\nexport const getLanguage = () => $('html').prop('lang')\n\nHandlebars.registerHelper('t', function(app, text) {\n\treturn L10n.translate(app, text)\n})\n","var fails = require('../internals/fails');\n\nvar replacement = /#|\\.prototype\\./;\n\nvar isForced = function (feature, detection) {\n var value = data[normalize(feature)];\n return value == POLYFILL ? true\n : value == NATIVE ? false\n : typeof detection == 'function' ? fails(detection)\n : !!detection;\n};\n\nvar normalize = isForced.normalize = function (string) {\n return String(string).replace(replacement, '.').toLowerCase();\n};\n\nvar data = isForced.data = {};\nvar NATIVE = isForced.NATIVE = 'N';\nvar POLYFILL = isForced.POLYFILL = 'P';\n\nmodule.exports = isForced;\n","'use strict';\nvar charAt = require('../internals/string-multibyte').charAt;\n\n// `AdvanceStringIndex` abstract operation\n// https://tc39.es/ecma262/#sec-advancestringindex\nmodule.exports = function (S, index, unicode) {\n return index + (unicode ? charAt(S, index).length : 1);\n};\n","var TO_STRING_TAG_SUPPORT = require('../internals/to-string-tag-support');\nvar classofRaw = require('../internals/classof-raw');\nvar wellKnownSymbol = require('../internals/well-known-symbol');\n\nvar TO_STRING_TAG = wellKnownSymbol('toStringTag');\n// ES3 wrong here\nvar CORRECT_ARGUMENTS = classofRaw(function () { return arguments; }()) == 'Arguments';\n\n// fallback for IE11 Script Access Denied error\nvar tryGet = function (it, key) {\n try {\n return it[key];\n } catch (error) { /* empty */ }\n};\n\n// getting tag from ES6+ `Object.prototype.toString`\nmodule.exports = TO_STRING_TAG_SUPPORT ? classofRaw : function (it) {\n var O, tag, result;\n return it === undefined ? 'Undefined' : it === null ? 'Null'\n // @@toStringTag case\n : typeof (tag = tryGet(O = Object(it), TO_STRING_TAG)) == 'string' ? tag\n // builtinTag case\n : CORRECT_ARGUMENTS ? classofRaw(O)\n // ES3 arguments fallback\n : (result = classofRaw(O)) == 'Object' && typeof O.callee == 'function' ? 'Arguments' : result;\n};\n","'use strict';\n\nexports.__esModule = true;\nvar errorProps = ['description', 'fileName', 'lineNumber', 'endLineNumber', 'message', 'name', 'number', 'stack'];\n\nfunction Exception(message, node) {\n var loc = node && node.loc,\n line = undefined,\n endLineNumber = undefined,\n column = undefined,\n endColumn = undefined;\n\n if (loc) {\n line = loc.start.line;\n endLineNumber = loc.end.line;\n column = loc.start.column;\n endColumn = loc.end.column;\n\n message += ' - ' + line + ':' + column;\n }\n\n var tmp = Error.prototype.constructor.call(this, message);\n\n // Unfortunately errors are not enumerable in Chrome (at least), so `for prop in tmp` doesn't work.\n for (var idx = 0; idx < errorProps.length; idx++) {\n this[errorProps[idx]] = tmp[errorProps[idx]];\n }\n\n /* istanbul ignore else */\n if (Error.captureStackTrace) {\n Error.captureStackTrace(this, Exception);\n }\n\n try {\n if (loc) {\n this.lineNumber = line;\n this.endLineNumber = endLineNumber;\n\n // Work around issue under safari where we can't directly set the column value\n /* istanbul ignore next */\n if (Object.defineProperty) {\n Object.defineProperty(this, 'column', {\n value: column,\n enumerable: true\n });\n Object.defineProperty(this, 'endColumn', {\n value: endColumn,\n enumerable: true\n });\n } else {\n this.column = column;\n this.endColumn = endColumn;\n }\n }\n } catch (nop) {\n /* Ignore if the browser is very particular */\n }\n}\n\nException.prototype = new Error();\n\nexports['default'] = Exception;\nmodule.exports = exports['default'];\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uL2xpYi9oYW5kbGViYXJzL2V4Y2VwdGlvbi5qcyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiOzs7QUFBQSxJQUFNLFVBQVUsR0FBRyxDQUNqQixhQUFhLEVBQ2IsVUFBVSxFQUNWLFlBQVksRUFDWixlQUFlLEVBQ2YsU0FBUyxFQUNULE1BQU0sRUFDTixRQUFRLEVBQ1IsT0FBTyxDQUNSLENBQUM7O0FBRUYsU0FBUyxTQUFTLENBQUMsT0FBTyxFQUFFLElBQUksRUFBRTtBQUNoQyxNQUFJLEdBQUcsR0FBRyxJQUFJLElBQUksSUFBSSxDQUFDLEdBQUc7TUFDeEIsSUFBSSxZQUFBO01BQ0osYUFBYSxZQUFBO01BQ2IsTUFBTSxZQUFBO01BQ04sU0FBUyxZQUFBLENBQUM7O0FBRVosTUFBSSxHQUFHLEVBQUU7QUFDUCxRQUFJLEdBQUcsR0FBRyxDQUFDLEtBQUssQ0FBQyxJQUFJLENBQUM7QUFDdEIsaUJBQWEsR0FBRyxHQUFHLENBQUMsR0FBRyxDQUFDLElBQUksQ0FBQztBQUM3QixVQUFNLEdBQUcsR0FBRyxDQUFDLEtBQUssQ0FBQyxNQUFNLENBQUM7QUFDMUIsYUFBUyxHQUFHLEdBQUcsQ0FBQyxHQUFHLENBQUMsTUFBTSxDQUFDOztBQUUzQixXQUFPLElBQUksS0FBSyxHQUFHLElBQUksR0FBRyxHQUFHLEdBQUcsTUFBTSxDQUFDO0dBQ3hDOztBQUVELE1BQUksR0FBRyxHQUFHLEtBQUssQ0FBQyxTQUFTLENBQUMsV0FBVyxDQUFDLElBQUksQ0FBQyxJQUFJLEVBQUUsT0FBTyxDQUFDLENBQUM7OztBQUcxRCxPQUFLLElBQUksR0FBRyxHQUFHLENBQUMsRUFBRSxHQUFHLEdBQUcsVUFBVSxDQUFDLE1BQU0sRUFBRSxHQUFHLEVBQUUsRUFBRTtBQUNoRCxRQUFJLENBQUMsVUFBVSxDQUFDLEdBQUcsQ0FBQyxDQUFDLEdBQUcsR0FBRyxDQUFDLFVBQVUsQ0FBQyxHQUFHLENBQUMsQ0FBQyxDQUFDO0dBQzlDOzs7QUFHRCxNQUFJLEtBQUssQ0FBQyxpQkFBaUIsRUFBRTtBQUMzQixTQUFLLENBQUMsaUJBQWlCLENBQUMsSUFBSSxFQUFFLFNBQVMsQ0FBQyxDQUFDO0dBQzFDOztBQUVELE1BQUk7QUFDRixRQUFJLEdBQUcsRUFBRTtBQUNQLFVBQUksQ0FBQyxVQUFVLEdBQUcsSUFBSSxDQUFDO0FBQ3ZCLFVBQUksQ0FBQyxhQUFhLEdBQUcsYUFBYSxDQUFDOzs7O0FBSW5DLFVBQUksTUFBTSxDQUFDLGNBQWMsRUFBRTtBQUN6QixjQUFNLENBQUMsY0FBYyxDQUFDLElBQUksRUFBRSxRQUFRLEVBQUU7QUFDcEMsZUFBSyxFQUFFLE1BQU07QUFDYixvQkFBVSxFQUFFLElBQUk7U0FDakIsQ0FBQyxDQUFDO0FBQ0gsY0FBTSxDQUFDLGNBQWMsQ0FBQyxJQUFJLEVBQUUsV0FBVyxFQUFFO0FBQ3ZDLGVBQUssRUFBRSxTQUFTO0FBQ2hCLG9CQUFVLEVBQUUsSUFBSTtTQUNqQixDQUFDLENBQUM7T0FDSixNQUFNO0FBQ0wsWUFBSSxDQUFDLE1BQU0sR0FBRyxNQUFNLENBQUM7QUFDckIsWUFBSSxDQUFDLFNBQVMsR0FBRyxTQUFTLENBQUM7T0FDNUI7S0FDRjtHQUNGLENBQUMsT0FBTyxHQUFHLEVBQUU7O0dBRWI7Q0FDRjs7QUFFRCxTQUFTLENBQUMsU0FBUyxHQUFHLElBQUksS0FBSyxFQUFFLENBQUM7O3FCQUVuQixTQUFTIiwiZmlsZSI6ImV4Y2VwdGlvbi5qcyIsInNvdXJjZXNDb250ZW50IjpbImNvbnN0IGVycm9yUHJvcHMgPSBbXG4gICdkZXNjcmlwdGlvbicsXG4gICdmaWxlTmFtZScsXG4gICdsaW5lTnVtYmVyJyxcbiAgJ2VuZExpbmVOdW1iZXInLFxuICAnbWVzc2FnZScsXG4gICduYW1lJyxcbiAgJ251bWJlcicsXG4gICdzdGFjaydcbl07XG5cbmZ1bmN0aW9uIEV4Y2VwdGlvbihtZXNzYWdlLCBub2RlKSB7XG4gIGxldCBsb2MgPSBub2RlICYmIG5vZGUubG9jLFxuICAgIGxpbmUsXG4gICAgZW5kTGluZU51bWJlcixcbiAgICBjb2x1bW4sXG4gICAgZW5kQ29sdW1uO1xuXG4gIGlmIChsb2MpIHtcbiAgICBsaW5lID0gbG9jLnN0YXJ0LmxpbmU7XG4gICAgZW5kTGluZU51bWJlciA9IGxvYy5lbmQubGluZTtcbiAgICBjb2x1bW4gPSBsb2Muc3RhcnQuY29sdW1uO1xuICAgIGVuZENvbHVtbiA9IGxvYy5lbmQuY29sdW1uO1xuXG4gICAgbWVzc2FnZSArPSAnIC0gJyArIGxpbmUgKyAnOicgKyBjb2x1bW47XG4gIH1cblxuICBsZXQgdG1wID0gRXJyb3IucHJvdG90eXBlLmNvbnN0cnVjdG9yLmNhbGwodGhpcywgbWVzc2FnZSk7XG5cbiAgLy8gVW5mb3J0dW5hdGVseSBlcnJvcnMgYXJlIG5vdCBlbnVtZXJhYmxlIGluIENocm9tZSAoYXQgbGVhc3QpLCBzbyBgZm9yIHByb3AgaW4gdG1wYCBkb2Vzbid0IHdvcmsuXG4gIGZvciAobGV0IGlkeCA9IDA7IGlkeCA8IGVycm9yUHJvcHMubGVuZ3RoOyBpZHgrKykge1xuICAgIHRoaXNbZXJyb3JQcm9wc1tpZHhdXSA9IHRtcFtlcnJvclByb3BzW2lkeF1dO1xuICB9XG5cbiAgLyogaXN0YW5idWwgaWdub3JlIGVsc2UgKi9cbiAgaWYgKEVycm9yLmNhcHR1cmVTdGFja1RyYWNlKSB7XG4gICAgRXJyb3IuY2FwdHVyZVN0YWNrVHJhY2UodGhpcywgRXhjZXB0aW9uKTtcbiAgfVxuXG4gIHRyeSB7XG4gICAgaWYgKGxvYykge1xuICAgICAgdGhpcy5saW5lTnVtYmVyID0gbGluZTtcbiAgICAgIHRoaXMuZW5kTGluZU51bWJlciA9IGVuZExpbmVOdW1iZXI7XG5cbiAgICAgIC8vIFdvcmsgYXJvdW5kIGlzc3VlIHVuZGVyIHNhZmFyaSB3aGVyZSB3ZSBjYW4ndCBkaXJlY3RseSBzZXQgdGhlIGNvbHVtbiB2YWx1ZVxuICAgICAgLyogaXN0YW5idWwgaWdub3JlIG5leHQgKi9cbiAgICAgIGlmIChPYmplY3QuZGVmaW5lUHJvcGVydHkpIHtcbiAgICAgICAgT2JqZWN0LmRlZmluZVByb3BlcnR5KHRoaXMsICdjb2x1bW4nLCB7XG4gICAgICAgICAgdmFsdWU6IGNvbHVtbixcbiAgICAgICAgICBlbnVtZXJhYmxlOiB0cnVlXG4gICAgICAgIH0pO1xuICAgICAgICBPYmplY3QuZGVmaW5lUHJvcGVydHkodGhpcywgJ2VuZENvbHVtbicsIHtcbiAgICAgICAgICB2YWx1ZTogZW5kQ29sdW1uLFxuICAgICAgICAgIGVudW1lcmFibGU6IHRydWVcbiAgICAgICAgfSk7XG4gICAgICB9IGVsc2Uge1xuICAgICAgICB0aGlzLmNvbHVtbiA9IGNvbHVtbjtcbiAgICAgICAgdGhpcy5lbmRDb2x1bW4gPSBlbmRDb2x1bW47XG4gICAgICB9XG4gICAgfVxuICB9IGNhdGNoIChub3ApIHtcbiAgICAvKiBJZ25vcmUgaWYgdGhlIGJyb3dzZXIgaXMgdmVyeSBwYXJ0aWN1bGFyICovXG4gIH1cbn1cblxuRXhjZXB0aW9uLnByb3RvdHlwZSA9IG5ldyBFcnJvcigpO1xuXG5leHBvcnQgZGVmYXVsdCBFeGNlcHRpb247XG4iXX0=\n","var anObject = require('../internals/an-object');\nvar defineProperties = require('../internals/object-define-properties');\nvar enumBugKeys = require('../internals/enum-bug-keys');\nvar hiddenKeys = require('../internals/hidden-keys');\nvar html = require('../internals/html');\nvar documentCreateElement = require('../internals/document-create-element');\nvar sharedKey = require('../internals/shared-key');\n\nvar GT = '>';\nvar LT = '<';\nvar PROTOTYPE = 'prototype';\nvar SCRIPT = 'script';\nvar IE_PROTO = sharedKey('IE_PROTO');\n\nvar EmptyConstructor = function () { /* empty */ };\n\nvar scriptTag = function (content) {\n return LT + SCRIPT + GT + content + LT + '/' + SCRIPT + GT;\n};\n\n// Create object with fake `null` prototype: use ActiveX Object with cleared prototype\nvar NullProtoObjectViaActiveX = function (activeXDocument) {\n activeXDocument.write(scriptTag(''));\n activeXDocument.close();\n var temp = activeXDocument.parentWindow.Object;\n activeXDocument = null; // avoid memory leak\n return temp;\n};\n\n// Create object with fake `null` prototype: use iframe Object with cleared prototype\nvar NullProtoObjectViaIFrame = function () {\n // Thrash, waste and sodomy: IE GC bug\n var iframe = documentCreateElement('iframe');\n var JS = 'java' + SCRIPT + ':';\n var iframeDocument;\n iframe.style.display = 'none';\n html.appendChild(iframe);\n // https://github.com/zloirock/core-js/issues/475\n iframe.src = String(JS);\n iframeDocument = iframe.contentWindow.document;\n iframeDocument.open();\n iframeDocument.write(scriptTag('document.F=Object'));\n iframeDocument.close();\n return iframeDocument.F;\n};\n\n// Check for document.domain and active x support\n// No need to use active x approach when document.domain is not set\n// see https://github.com/es-shims/es5-shim/issues/150\n// variation of https://github.com/kitcambridge/es5-shim/commit/4f738ac066346\n// avoid IE GC bug\nvar activeXDocument;\nvar NullProtoObject = function () {\n try {\n /* global ActiveXObject -- old IE */\n activeXDocument = document.domain && new ActiveXObject('htmlfile');\n } catch (error) { /* ignore */ }\n NullProtoObject = activeXDocument ? NullProtoObjectViaActiveX(activeXDocument) : NullProtoObjectViaIFrame();\n var length = enumBugKeys.length;\n while (length--) delete NullProtoObject[PROTOTYPE][enumBugKeys[length]];\n return NullProtoObject();\n};\n\nhiddenKeys[IE_PROTO] = true;\n\n// `Object.create` method\n// https://tc39.es/ecma262/#sec-object.create\nmodule.exports = Object.create || function create(O, Properties) {\n var result;\n if (O !== null) {\n EmptyConstructor[PROTOTYPE] = anObject(O);\n result = new EmptyConstructor();\n EmptyConstructor[PROTOTYPE] = null;\n // add \"__proto__\" for Object.getPrototypeOf polyfill\n result[IE_PROTO] = O;\n } else result = NullProtoObject();\n return Properties === undefined ? result : defineProperties(result, Properties);\n};\n","var has = require('../internals/has');\nvar toObject = require('../internals/to-object');\nvar sharedKey = require('../internals/shared-key');\nvar CORRECT_PROTOTYPE_GETTER = require('../internals/correct-prototype-getter');\n\nvar IE_PROTO = sharedKey('IE_PROTO');\nvar ObjectPrototype = Object.prototype;\n\n// `Object.getPrototypeOf` method\n// https://tc39.es/ecma262/#sec-object.getprototypeof\n// eslint-disable-next-line es/no-object-getprototypeof -- safe\nmodule.exports = CORRECT_PROTOTYPE_GETTER ? Object.getPrototypeOf : function (O) {\n O = toObject(O);\n if (has(O, IE_PROTO)) return O[IE_PROTO];\n if (typeof O.constructor == 'function' && O instanceof O.constructor) {\n return O.constructor.prototype;\n } return O instanceof Object ? ObjectPrototype : null;\n};\n","\"use strict\";\n\nrequire(\"core-js/modules/es.array.concat\");\n\nObject.defineProperty(exports, \"__esModule\", {\n value: true\n});\nexports.loadState = loadState;\n\n/**\n * @param app app ID, e.g. \"mail\"\n * @param key name of the property\n * @param fallback optional parameter to use as default value\n * @throws if the key can't be found\n */\nfunction loadState(app, key, fallback) {\n var elem = document.querySelector(\"#initial-state-\".concat(app, \"-\").concat(key));\n\n if (elem === null) {\n if (fallback !== undefined) {\n return fallback;\n }\n\n throw new Error(\"Could not find initial state \".concat(key, \" of \").concat(app));\n }\n\n try {\n return JSON.parse(atob(elem.value));\n } catch (e) {\n throw new Error(\"Could not parse initial state \".concat(key, \" of \").concat(app));\n }\n}\n//# sourceMappingURL=index.js.map","/**\n * @copyright Copyright (c) 2016 Joas Schilling <coding@schilljs.com>\n *\n * @author Christoph Wurst <christoph@winzerhof-wurst.at>\n * @author John Molakvoæ <skjnldsv@protonmail.com>\n *\n * @license GNU AGPL version 3 or any later version\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see <http://www.gnu.org/licenses/>.\n *\n */\n\nimport $ from 'jquery'\n\nimport OC from '../OC/index'\n\n/**\n * @param {string} method 'post' or 'delete'\n * @param {string} endpoint endpoint\n * @param {Object} [options] destructuring object\n * @param {Object} [options.data] option data\n * @param {function} [options.success] success callback\n * @param {function} [options.error] error callback\n * @internal\n */\nfunction call(method, endpoint, options) {\n\tif ((method === 'post' || method === 'delete') && OC.PasswordConfirmation.requiresPasswordConfirmation()) {\n\t\tOC.PasswordConfirmation.requirePasswordConfirmation(_.bind(call, this, method, endpoint, options))\n\t\treturn\n\t}\n\n\toptions = options || {}\n\t$.ajax({\n\t\ttype: method.toUpperCase(),\n\t\turl: OC.linkToOCS('apps/provisioning_api/api/v1', 2) + 'config/apps' + endpoint,\n\t\tdata: options.data || {},\n\t\tsuccess: options.success,\n\t\terror: options.error,\n\t})\n}\n\n/**\n * @param {Object} [options] destructuring object\n * @param {function} [options.success] success callback\n * @since 11.0.0\n */\nexport function getApps(options) {\n\tcall('get', '', options)\n}\n\n/**\n * @param {string} app app id\n * @param {Object} [options] destructuring object\n * @param {function} [options.success] success callback\n * @param {function} [options.error] error callback\n * @since 11.0.0\n */\nexport function getKeys(app, options) {\n\tcall('get', '/' + app, options)\n}\n\n/**\n * @param {string} app app id\n * @param {string} key key\n * @param {string|function} defaultValue default value\n * @param {Object} [options] destructuring object\n * @param {function} [options.success] success callback\n * @param {function} [options.error] error callback\n * @since 11.0.0\n */\nexport function getValue(app, key, defaultValue, options) {\n\toptions = options || {}\n\toptions.data = {\n\t\tdefaultValue,\n\t}\n\n\tcall('get', '/' + app + '/' + key, options)\n}\n\n/**\n * @param {string} app app id\n * @param {string} key key\n * @param {string} value value\n * @param {Object} [options] destructuring object\n * @param {function} [options.success] success callback\n * @param {function} [options.error] error callback\n * @since 11.0.0\n */\nexport function setValue(app, key, value, options) {\n\toptions = options || {}\n\toptions.data = {\n\t\tvalue,\n\t}\n\n\tcall('post', '/' + app + '/' + key, options)\n}\n\n/**\n * @param {string} app app id\n * @param {string} key key\n * @param {Object} [options] destructuring object\n * @param {function} [options.success] success callback\n * @param {function} [options.error] error callback\n * @since 11.0.0\n */\nexport function deleteKey(app, key, options) {\n\tcall('delete', '/' + app + '/' + key, options)\n}\n","var global = require('../internals/global');\nvar isObject = require('../internals/is-object');\n\nvar document = global.document;\n// typeof document.createElement is 'object' in old IE\nvar EXISTS = isObject(document) && isObject(document.createElement);\n\nmodule.exports = function (it) {\n return EXISTS ? document.createElement(it) : {};\n};\n","var getBuiltIn = require('../internals/get-built-in');\nvar getOwnPropertyNamesModule = require('../internals/object-get-own-property-names');\nvar getOwnPropertySymbolsModule = require('../internals/object-get-own-property-symbols');\nvar anObject = require('../internals/an-object');\n\n// all object keys, includes non-enumerable and symbols\nmodule.exports = getBuiltIn('Reflect', 'ownKeys') || function ownKeys(it) {\n var keys = getOwnPropertyNamesModule.f(anObject(it));\n var getOwnPropertySymbols = getOwnPropertySymbolsModule.f;\n return getOwnPropertySymbols ? keys.concat(getOwnPropertySymbols(it)) : keys;\n};\n","var global = require('../internals/global');\n\nmodule.exports = global;\n","var TO_STRING_TAG_SUPPORT = require('../internals/to-string-tag-support');\nvar redefine = require('../internals/redefine');\nvar toString = require('../internals/object-to-string');\n\n// `Object.prototype.toString` method\n// https://tc39.es/ecma262/#sec-object.prototype.tostring\nif (!TO_STRING_TAG_SUPPORT) {\n redefine(Object.prototype, 'toString', toString, { unsafe: true });\n}\n","var listCacheClear = require('./_listCacheClear'),\n listCacheDelete = require('./_listCacheDelete'),\n listCacheGet = require('./_listCacheGet'),\n listCacheHas = require('./_listCacheHas'),\n listCacheSet = require('./_listCacheSet');\n\n/**\n * Creates an list cache object.\n *\n * @private\n * @constructor\n * @param {Array} [entries] The key-value pairs to cache.\n */\nfunction ListCache(entries) {\n var index = -1,\n length = entries == null ? 0 : entries.length;\n\n this.clear();\n while (++index < length) {\n var entry = entries[index];\n this.set(entry[0], entry[1]);\n }\n}\n\n// Add methods to `ListCache`.\nListCache.prototype.clear = listCacheClear;\nListCache.prototype['delete'] = listCacheDelete;\nListCache.prototype.get = listCacheGet;\nListCache.prototype.has = listCacheHas;\nListCache.prototype.set = listCacheSet;\n\nmodule.exports = ListCache;\n","var eq = require('./eq');\n\n/**\n * Gets the index at which the `key` is found in `array` of key-value pairs.\n *\n * @private\n * @param {Array} array The array to inspect.\n * @param {*} key The key to search for.\n * @returns {number} Returns the index of the matched value, else `-1`.\n */\nfunction assocIndexOf(array, key) {\n var length = array.length;\n while (length--) {\n if (eq(array[length][0], key)) {\n return length;\n }\n }\n return -1;\n}\n\nmodule.exports = assocIndexOf;\n","var getNative = require('./_getNative');\n\n/* Built-in method references that are verified to be native. */\nvar nativeCreate = getNative(Object, 'create');\n\nmodule.exports = nativeCreate;\n","var isKeyable = require('./_isKeyable');\n\n/**\n * Gets the data for `map`.\n *\n * @private\n * @param {Object} map The map to query.\n * @param {string} key The reference key.\n * @returns {*} Returns the map data.\n */\nfunction getMapData(map, key) {\n var data = map.__data__;\n return isKeyable(key)\n ? data[typeof key == 'string' ? 'string' : 'hash']\n : data.map;\n}\n\nmodule.exports = getMapData;\n","var has = require('../internals/has');\nvar ownKeys = require('../internals/own-keys');\nvar getOwnPropertyDescriptorModule = require('../internals/object-get-own-property-descriptor');\nvar definePropertyModule = require('../internals/object-define-property');\n\nmodule.exports = function (target, source) {\n var keys = ownKeys(source);\n var defineProperty = definePropertyModule.f;\n var getOwnPropertyDescriptor = getOwnPropertyDescriptorModule.f;\n for (var i = 0; i < keys.length; i++) {\n var key = keys[i];\n if (!has(target, key)) defineProperty(target, key, getOwnPropertyDescriptor(source, key));\n }\n};\n","/* eslint-disable es/no-symbol -- required for testing */\nvar NATIVE_SYMBOL = require('../internals/native-symbol');\n\nmodule.exports = NATIVE_SYMBOL\n && !Symbol.sham\n && typeof Symbol.iterator == 'symbol';\n","/**\n * Performs a\n * [`SameValueZero`](http://ecma-international.org/ecma-262/7.0/#sec-samevaluezero)\n * comparison between two values to determine if they are equivalent.\n *\n * @static\n * @memberOf _\n * @since 4.0.0\n * @category Lang\n * @param {*} value The value to compare.\n * @param {*} other The other value to compare.\n * @returns {boolean} Returns `true` if the values are equivalent, else `false`.\n * @example\n *\n * var object = { 'a': 1 };\n * var other = { 'a': 1 };\n *\n * _.eq(object, object);\n * // => true\n *\n * _.eq(object, other);\n * // => false\n *\n * _.eq('a', 'a');\n * // => true\n *\n * _.eq('a', Object('a'));\n * // => false\n *\n * _.eq(NaN, NaN);\n * // => true\n */\nfunction eq(value, other) {\n return value === other || (value !== value && other !== other);\n}\n\nmodule.exports = eq;\n","module.exports = function(module) {\n\tif (!module.webpackPolyfill) {\n\t\tmodule.deprecate = function() {};\n\t\tmodule.paths = [];\n\t\t// module.parent = undefined by default\n\t\tif (!module.children) module.children = [];\n\t\tObject.defineProperty(module, \"loaded\", {\n\t\t\tenumerable: true,\n\t\t\tget: function() {\n\t\t\t\treturn module.l;\n\t\t\t}\n\t\t});\n\t\tObject.defineProperty(module, \"id\", {\n\t\t\tenumerable: true,\n\t\t\tget: function() {\n\t\t\t\treturn module.i;\n\t\t\t}\n\t\t});\n\t\tmodule.webpackPolyfill = 1;\n\t}\n\treturn module;\n};\n","var DataView = require('./_DataView'),\n Map = require('./_Map'),\n Promise = require('./_Promise'),\n Set = require('./_Set'),\n WeakMap = require('./_WeakMap'),\n baseGetTag = require('./_baseGetTag'),\n toSource = require('./_toSource');\n\n/** `Object#toString` result references. */\nvar mapTag = '[object Map]',\n objectTag = '[object Object]',\n promiseTag = '[object Promise]',\n setTag = '[object Set]',\n weakMapTag = '[object WeakMap]';\n\nvar dataViewTag = '[object DataView]';\n\n/** Used to detect maps, sets, and weakmaps. */\nvar dataViewCtorString = toSource(DataView),\n mapCtorString = toSource(Map),\n promiseCtorString = toSource(Promise),\n setCtorString = toSource(Set),\n weakMapCtorString = toSource(WeakMap);\n\n/**\n * Gets the `toStringTag` of `value`.\n *\n * @private\n * @param {*} value The value to query.\n * @returns {string} Returns the `toStringTag`.\n */\nvar getTag = baseGetTag;\n\n// Fallback for data views, maps, sets, and weak maps in IE 11 and promises in Node.js < 6.\nif ((DataView && getTag(new DataView(new ArrayBuffer(1))) != dataViewTag) ||\n (Map && getTag(new Map) != mapTag) ||\n (Promise && getTag(Promise.resolve()) != promiseTag) ||\n (Set && getTag(new Set) != setTag) ||\n (WeakMap && getTag(new WeakMap) != weakMapTag)) {\n getTag = function(value) {\n var result = baseGetTag(value),\n Ctor = result == objectTag ? value.constructor : undefined,\n ctorString = Ctor ? toSource(Ctor) : '';\n\n if (ctorString) {\n switch (ctorString) {\n case dataViewCtorString: return dataViewTag;\n case mapCtorString: return mapTag;\n case promiseCtorString: return promiseTag;\n case setCtorString: return setTag;\n case weakMapCtorString: return weakMapTag;\n }\n }\n return result;\n };\n}\n\nmodule.exports = getTag;\n","var requireObjectCoercible = require('../internals/require-object-coercible');\n\nvar quot = /\"/g;\n\n// `CreateHTML` abstract operation\n// https://tc39.es/ecma262/#sec-createhtml\nmodule.exports = function (string, tag, attribute, value) {\n var S = String(requireObjectCoercible(string));\n var p1 = '<' + tag;\n if (attribute !== '') p1 += ' ' + attribute + '=\"' + String(value).replace(quot, '&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","/*!\n * escape-html\n * Copyright(c) 2012-2013 TJ Holowaychuk\n * Copyright(c) 2015 Andreas Lubbe\n * Copyright(c) 2015 Tiancheng \"Timothy\" Gu\n * MIT Licensed\n */\n\n'use strict';\n\n/**\n * Module variables.\n * @private\n */\n\nvar matchHtmlRegExp = /[\"'&<>]/;\n\n/**\n * Module exports.\n * @public\n */\n\nmodule.exports = escapeHtml;\n\n/**\n * Escape special characters in the given string of html.\n *\n * @param {string} string The string to escape for inserting into HTML\n * @return {string}\n * @public\n */\n\nfunction escapeHtml(string) {\n var str = '' + string;\n var match = matchHtmlRegExp.exec(str);\n\n if (!match) {\n return str;\n }\n\n var escape;\n var html = '';\n var index = 0;\n var lastIndex = 0;\n\n for (index = match.index; index < str.length; index++) {\n switch (str.charCodeAt(index)) {\n case 34: // \"\n escape = '&quot;';\n break;\n case 38: // &\n escape = '&amp;';\n break;\n case 39: // '\n escape = '&#39;';\n break;\n case 60: // <\n escape = '&lt;';\n break;\n case 62: // >\n escape = '&gt;';\n break;\n default:\n continue;\n }\n\n if (lastIndex !== index) {\n html += str.substring(lastIndex, index);\n }\n\n lastIndex = index + 1;\n html += escape;\n }\n\n return lastIndex !== index\n ? html + str.substring(lastIndex, index)\n : html;\n}\n","/**\n * @copyright 2019 Christoph Wurst <christoph@winzerhof-wurst.at>\n *\n * @author Christoph Wurst <christoph@winzerhof-wurst.at>\n *\n * @license GNU AGPL version 3 or any later version\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see <http://www.gnu.org/licenses/>.\n *\n */\n\nimport Search from './search'\n\n/**\n * Namespace for apps\n * @namespace OCA\n */\nexport default {\n\t/**\n\t * @deprecated 20.0.0, will be removed in Nextcloud 22\n\t */\n\tSearch,\n}\n","/**\n * @copyright 2020 Christoph Wurst <christoph@winzerhof-wurst.at>\n *\n * @author Christoph Wurst <christoph@winzerhof-wurst.at>\n *\n * @license GNU AGPL version 3 or any later version\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see <http://www.gnu.org/licenses/>.\n *\n */\n\nexport default class Search {\n\n\t/**\n\t * @deprecated 20.0.0, will be removed in Nextcloud 22\n\t */\n\tconstructor() {\n\t\tconsole.warn('OCA.Search is deprecated. Please use the unified search API instead')\n\t}\n\n}\n","\"use strict\";\n\nrequire(\"core-js/modules/es.array.concat\");\n\nrequire(\"core-js/modules/es.array.filter\");\n\nrequire(\"core-js/modules/es.array.join\");\n\nrequire(\"core-js/modules/es.array.map\");\n\nrequire(\"core-js/modules/es.array.reduce\");\n\nrequire(\"core-js/modules/es.regexp.exec\");\n\nrequire(\"core-js/modules/es.string.replace\");\n\nrequire(\"core-js/modules/es.string.split\");\n\nObject.defineProperty(exports, \"__esModule\", {\n value: true\n});\nexports.encodePath = encodePath;\nexports.basename = basename;\nexports.dirname = dirname;\nexports.joinPaths = joinPaths;\nexports.isSamePath = isSamePath;\n\n/**\n * URI-Encodes a file path but keep the path slashes.\n */\nfunction encodePath(path) {\n if (!path) {\n return path;\n }\n\n return path.split('/').map(encodeURIComponent).join('/');\n}\n/**\n * Returns the base name of the given path.\n * For example for \"/abc/somefile.txt\" it will return \"somefile.txt\"\n */\n\n\nfunction basename(path) {\n return path.replace(/\\\\/g, '/').replace(/.*\\//, '');\n}\n/**\n * Returns the dir name of the given path.\n * For example for \"/abc/somefile.txt\" it will return \"/abc\"\n */\n\n\nfunction dirname(path) {\n return path.replace(/\\\\/g, '/').replace(/\\/[^\\/]*$/, '');\n}\n/**\n * Join path sections\n */\n\n\nfunction joinPaths() {\n for (var _len = arguments.length, args = new Array(_len), _key = 0; _key < _len; _key++) {\n args[_key] = arguments[_key];\n }\n\n if (arguments.length < 1) {\n return '';\n } // discard empty arguments\n\n\n var nonEmptyArgs = args.filter(function (arg) {\n return arg.length > 0;\n });\n\n if (nonEmptyArgs.length < 1) {\n return '';\n }\n\n var lastArg = nonEmptyArgs[nonEmptyArgs.length - 1];\n var leadingSlash = nonEmptyArgs[0].charAt(0) === '/';\n var trailingSlash = lastArg.charAt(lastArg.length - 1) === '/';\n var sections = nonEmptyArgs.reduce(function (acc, section) {\n return acc.concat(section.split('/'));\n }, []);\n var first = !leadingSlash;\n var path = sections.reduce(function (acc, section) {\n if (section === '') {\n return acc;\n }\n\n if (first) {\n first = false;\n return acc + section;\n }\n\n return acc + '/' + section;\n }, '');\n\n if (trailingSlash) {\n // add it back\n return path + '/';\n }\n\n return path;\n}\n/**\n * Returns whether the given paths are the same, without\n * leading, trailing or doubled slashes and also removing\n * the dot sections.\n */\n\n\nfunction isSamePath(path1, path2) {\n var pathSections1 = (path1 || '').split('/').filter(function (p) {\n return p !== '.';\n });\n var pathSections2 = (path2 || '').split('/').filter(function (p) {\n return p !== '.';\n });\n path1 = joinPaths.apply(undefined, pathSections1);\n path2 = joinPaths.apply(undefined, pathSections2);\n return path1 === path2;\n}\n//# sourceMappingURL=index.js.map","var global = require('../internals/global');\nvar inspectSource = require('../internals/inspect-source');\n\nvar WeakMap = global.WeakMap;\n\nmodule.exports = typeof WeakMap === 'function' && /native code/.test(inspectSource(WeakMap));\n","var toObject = require('../internals/to-object');\n\nvar floor = Math.floor;\nvar replace = ''.replace;\nvar SUBSTITUTION_SYMBOLS = /\\$([$&'`]|\\d{1,2}|<[^>]*>)/g;\nvar SUBSTITUTION_SYMBOLS_NO_NAMED = /\\$([$&'`]|\\d{1,2})/g;\n\n// `GetSubstitution` abstract operation\n// https://tc39.es/ecma262/#sec-getsubstitution\nmodule.exports = function (matched, str, position, captures, namedCaptures, replacement) {\n var tailPos = position + matched.length;\n var m = captures.length;\n var symbols = SUBSTITUTION_SYMBOLS_NO_NAMED;\n if (namedCaptures !== undefined) {\n namedCaptures = toObject(namedCaptures);\n symbols = SUBSTITUTION_SYMBOLS;\n }\n return replace.call(replacement, symbols, function (match, ch) {\n var capture;\n switch (ch.charAt(0)) {\n case '$': return '$';\n case '&': return matched;\n case '`': return str.slice(0, position);\n case \"'\": return str.slice(tailPos);\n case '<':\n capture = namedCaptures[ch.slice(1, -1)];\n break;\n default: // \\d\\d?\n var n = +ch;\n if (n === 0) return match;\n if (n > m) {\n var f = floor(n / 10);\n if (f === 0) return match;\n if (f <= m) return captures[f - 1] === undefined ? ch.charAt(1) : captures[f - 1] + ch.charAt(1);\n return match;\n }\n capture = captures[n - 1];\n }\n return capture === undefined ? '' : capture;\n });\n};\n","'use strict';\nvar redefine = require('../internals/redefine');\nvar anObject = require('../internals/an-object');\nvar fails = require('../internals/fails');\nvar flags = require('../internals/regexp-flags');\n\nvar TO_STRING = 'toString';\nvar RegExpPrototype = RegExp.prototype;\nvar nativeToString = RegExpPrototype[TO_STRING];\n\nvar NOT_GENERIC = fails(function () { return nativeToString.call({ source: 'a', flags: 'b' }) != '/a/b'; });\n// FF44- RegExp#toString has a wrong name\nvar INCORRECT_NAME = nativeToString.name != TO_STRING;\n\n// `RegExp.prototype.toString` method\n// https://tc39.es/ecma262/#sec-regexp.prototype.tostring\nif (NOT_GENERIC || INCORRECT_NAME) {\n redefine(RegExp.prototype, TO_STRING, function toString() {\n var R = anObject(this);\n var p = String(R.source);\n var rf = R.flags;\n var f = String(rf === undefined && R instanceof RegExp && !('flags' in RegExpPrototype) ? flags.call(R) : rf);\n return '/' + p + '/' + f;\n }, { unsafe: true });\n}\n","// Create a simple path alias to allow browserify to resolve\n// the runtime on a supported path.\nmodule.exports = require('./dist/cjs/handlebars.runtime')['default'];\n","/**\n * This method returns the first argument it receives.\n *\n * @static\n * @since 0.1.0\n * @memberOf _\n * @category Util\n * @param {*} value Any value.\n * @returns {*} Returns `value`.\n * @example\n *\n * var object = { 'a': 1 };\n *\n * console.log(_.identity(object) === object);\n * // => true\n */\nfunction identity(value) {\n return value;\n}\n\nmodule.exports = identity;\n","'use strict';\nvar $ = require('../internals/export');\nvar fails = require('../internals/fails');\nvar isArray = require('../internals/is-array');\nvar isObject = require('../internals/is-object');\nvar toObject = require('../internals/to-object');\nvar toLength = require('../internals/to-length');\nvar createProperty = require('../internals/create-property');\nvar arraySpeciesCreate = require('../internals/array-species-create');\nvar arrayMethodHasSpeciesSupport = require('../internals/array-method-has-species-support');\nvar wellKnownSymbol = require('../internals/well-known-symbol');\nvar V8_VERSION = require('../internals/engine-v8-version');\n\nvar IS_CONCAT_SPREADABLE = wellKnownSymbol('isConcatSpreadable');\nvar MAX_SAFE_INTEGER = 0x1FFFFFFFFFFFFF;\nvar MAXIMUM_ALLOWED_INDEX_EXCEEDED = 'Maximum allowed index exceeded';\n\n// We can't use this feature detection in V8 since it causes\n// deoptimization and serious performance degradation\n// https://github.com/zloirock/core-js/issues/679\nvar IS_CONCAT_SPREADABLE_SUPPORT = V8_VERSION >= 51 || !fails(function () {\n var array = [];\n array[IS_CONCAT_SPREADABLE] = false;\n return array.concat()[0] !== array;\n});\n\nvar SPECIES_SUPPORT = arrayMethodHasSpeciesSupport('concat');\n\nvar isConcatSpreadable = function (O) {\n if (!isObject(O)) return false;\n var spreadable = O[IS_CONCAT_SPREADABLE];\n return spreadable !== undefined ? !!spreadable : isArray(O);\n};\n\nvar FORCED = !IS_CONCAT_SPREADABLE_SUPPORT || !SPECIES_SUPPORT;\n\n// `Array.prototype.concat` method\n// https://tc39.es/ecma262/#sec-array.prototype.concat\n// with adding support of @@isConcatSpreadable and @@species\n$({ target: 'Array', proto: true, forced: FORCED }, {\n // eslint-disable-next-line no-unused-vars -- required for `.length`\n concat: function concat(arg) {\n var O = toObject(this);\n var A = arraySpeciesCreate(O, 0);\n var n = 0;\n var i, k, length, len, E;\n for (i = -1, length = arguments.length; i < length; i++) {\n E = i === -1 ? O : arguments[i];\n if (isConcatSpreadable(E)) {\n len = toLength(E.length);\n if (n + len > MAX_SAFE_INTEGER) throw TypeError(MAXIMUM_ALLOWED_INDEX_EXCEEDED);\n for (k = 0; k < len; k++, n++) if (k in E) createProperty(A, n, E[k]);\n } else {\n if (n >= MAX_SAFE_INTEGER) throw TypeError(MAXIMUM_ALLOWED_INDEX_EXCEEDED);\n createProperty(A, n++, E);\n }\n }\n A.length = n;\n return A;\n }\n});\n","'use strict';\nvar DESCRIPTORS = require('../internals/descriptors');\nvar fails = require('../internals/fails');\nvar objectKeys = require('../internals/object-keys');\nvar getOwnPropertySymbolsModule = require('../internals/object-get-own-property-symbols');\nvar propertyIsEnumerableModule = require('../internals/object-property-is-enumerable');\nvar toObject = require('../internals/to-object');\nvar IndexedObject = require('../internals/indexed-object');\n\n// eslint-disable-next-line es/no-object-assign -- safe\nvar $assign = Object.assign;\n// eslint-disable-next-line es/no-object-defineproperty -- required for testing\nvar defineProperty = Object.defineProperty;\n\n// `Object.assign` method\n// https://tc39.es/ecma262/#sec-object.assign\nmodule.exports = !$assign || fails(function () {\n // should have correct order of operations (Edge bug)\n if (DESCRIPTORS && $assign({ b: 1 }, $assign(defineProperty({}, 'a', {\n enumerable: true,\n get: function () {\n defineProperty(this, 'b', {\n value: 3,\n enumerable: false\n });\n }\n }), { b: 2 })).b !== 1) return true;\n // should work with symbols and should have deterministic property order (V8 bug)\n var A = {};\n var B = {};\n // eslint-disable-next-line es/no-symbol -- safe\n var symbol = Symbol();\n var alphabet = 'abcdefghijklmnopqrst';\n A[symbol] = 7;\n alphabet.split('').forEach(function (chr) { B[chr] = chr; });\n return $assign({}, A)[symbol] != 7 || objectKeys($assign({}, B)).join('') != alphabet;\n}) ? function assign(target, source) { // eslint-disable-line no-unused-vars -- required for `.length`\n var T = toObject(target);\n var argumentsLength = arguments.length;\n var index = 1;\n var getOwnPropertySymbols = getOwnPropertySymbolsModule.f;\n var propertyIsEnumerable = propertyIsEnumerableModule.f;\n while (argumentsLength > index) {\n var S = IndexedObject(arguments[index++]);\n var keys = getOwnPropertySymbols ? objectKeys(S).concat(getOwnPropertySymbols(S)) : objectKeys(S);\n var length = keys.length;\n var j = 0;\n var key;\n while (length > j) {\n key = keys[j++];\n if (!DESCRIPTORS || propertyIsEnumerable.call(S, key)) T[key] = S[key];\n }\n } return T;\n} : $assign;\n","var anObject = require('../internals/an-object');\nvar aFunction = require('../internals/a-function');\nvar wellKnownSymbol = require('../internals/well-known-symbol');\n\nvar SPECIES = wellKnownSymbol('species');\n\n// `SpeciesConstructor` abstract operation\n// https://tc39.es/ecma262/#sec-speciesconstructor\nmodule.exports = function (O, defaultConstructor) {\n var C = anObject(O).constructor;\n var S;\n return C === undefined || (S = anObject(C)[SPECIES]) == undefined ? defaultConstructor : aFunction(S);\n};\n","var baseGetTag = require('./_baseGetTag'),\n isObject = require('./isObject');\n\n/** `Object#toString` result references. */\nvar asyncTag = '[object AsyncFunction]',\n funcTag = '[object Function]',\n genTag = '[object GeneratorFunction]',\n proxyTag = '[object Proxy]';\n\n/**\n * Checks if `value` is classified as a `Function` object.\n *\n * @static\n * @memberOf _\n * @since 0.1.0\n * @category Lang\n * @param {*} value The value to check.\n * @returns {boolean} Returns `true` if `value` is a function, else `false`.\n * @example\n *\n * _.isFunction(_);\n * // => true\n *\n * _.isFunction(/abc/);\n * // => false\n */\nfunction isFunction(value) {\n if (!isObject(value)) {\n return false;\n }\n // The use of `Object#toString` avoids issues with the `typeof` operator\n // in Safari 9 which returns 'object' for typed arrays and other constructors.\n var tag = baseGetTag(value);\n return tag == funcTag || tag == genTag || tag == asyncTag || tag == proxyTag;\n}\n\nmodule.exports = isFunction;\n","var isObject = require('./isObject');\n\n/** Built-in value references. */\nvar objectCreate = Object.create;\n\n/**\n * The base implementation of `_.create` without support for assigning\n * properties to the created object.\n *\n * @private\n * @param {Object} proto The object to inherit from.\n * @returns {Object} Returns the new object.\n */\nvar baseCreate = (function() {\n function object() {}\n return function(proto) {\n if (!isObject(proto)) {\n return {};\n }\n if (objectCreate) {\n return objectCreate(proto);\n }\n object.prototype = proto;\n var result = new object;\n object.prototype = undefined;\n return result;\n };\n}());\n\nmodule.exports = baseCreate;\n","/**\n * Copies the values of `source` to `array`.\n *\n * @private\n * @param {Array} source The array to copy values from.\n * @param {Array} [array=[]] The array to copy values to.\n * @returns {Array} Returns `array`.\n */\nfunction copyArray(source, array) {\n var index = -1,\n length = source.length;\n\n array || (array = Array(length));\n while (++index < length) {\n array[index] = source[index];\n }\n return array;\n}\n\nmodule.exports = copyArray;\n","var baseGetTag = require('./_baseGetTag'),\n isObjectLike = require('./isObjectLike');\n\n/** `Object#toString` result references. */\nvar symbolTag = '[object Symbol]';\n\n/**\n * Checks if `value` is classified as a `Symbol` primitive or object.\n *\n * @static\n * @memberOf _\n * @since 4.0.0\n * @category Lang\n * @param {*} value The value to check.\n * @returns {boolean} Returns `true` if `value` is a symbol, else `false`.\n * @example\n *\n * _.isSymbol(Symbol.iterator);\n * // => true\n *\n * _.isSymbol('abc');\n * // => false\n */\nfunction isSymbol(value) {\n return typeof value == 'symbol' ||\n (isObjectLike(value) && baseGetTag(value) == symbolTag);\n}\n\nmodule.exports = isSymbol;\n","var assignValue = require('./_assignValue'),\n baseAssignValue = require('./_baseAssignValue');\n\n/**\n * Copies properties of `source` to `object`.\n *\n * @private\n * @param {Object} source The object to copy properties from.\n * @param {Array} props The property identifiers to copy.\n * @param {Object} [object={}] The object to copy properties to.\n * @param {Function} [customizer] The function to customize copied values.\n * @returns {Object} Returns `object`.\n */\nfunction copyObject(source, props, object, customizer) {\n var isNew = !object;\n object || (object = {});\n\n var index = -1,\n length = props.length;\n\n while (++index < length) {\n var key = props[index];\n\n var newValue = customizer\n ? customizer(object[key], source[key], key, object, source)\n : undefined;\n\n if (newValue === undefined) {\n newValue = source[key];\n }\n if (isNew) {\n baseAssignValue(object, key, newValue);\n } else {\n assignValue(object, key, newValue);\n }\n }\n return object;\n}\n\nmodule.exports = copyObject;\n","var arrayLikeKeys = require('./_arrayLikeKeys'),\n baseKeys = require('./_baseKeys'),\n isArrayLike = require('./isArrayLike');\n\n/**\n * Creates an array of the own enumerable property names of `object`.\n *\n * **Note:** Non-object values are coerced to objects. See the\n * [ES spec](http://ecma-international.org/ecma-262/7.0/#sec-object.keys)\n * for more details.\n *\n * @static\n * @since 0.1.0\n * @memberOf _\n * @category Object\n * @param {Object} object The object to query.\n * @returns {Array} Returns the array of property names.\n * @example\n *\n * function Foo() {\n * this.a = 1;\n * this.b = 2;\n * }\n *\n * Foo.prototype.c = 3;\n *\n * _.keys(new Foo);\n * // => ['a', 'b'] (iteration order is not guaranteed)\n *\n * _.keys('hi');\n * // => ['0', '1']\n */\nfunction keys(object) {\n return isArrayLike(object) ? arrayLikeKeys(object) : baseKeys(object);\n}\n\nmodule.exports = keys;\n","var root = require('./_root'),\n stubFalse = require('./stubFalse');\n\n/** Detect free variable `exports`. */\nvar freeExports = typeof exports == 'object' && exports && !exports.nodeType && exports;\n\n/** Detect free variable `module`. */\nvar freeModule = freeExports && typeof module == 'object' && module && !module.nodeType && module;\n\n/** Detect the popular CommonJS extension `module.exports`. */\nvar moduleExports = freeModule && freeModule.exports === freeExports;\n\n/** Built-in value references. */\nvar Buffer = moduleExports ? root.Buffer : undefined;\n\n/* Built-in method references for those with the same name as other `lodash` methods. */\nvar nativeIsBuffer = Buffer ? Buffer.isBuffer : undefined;\n\n/**\n * Checks if `value` is a buffer.\n *\n * @static\n * @memberOf _\n * @since 4.3.0\n * @category Lang\n * @param {*} value The value to check.\n * @returns {boolean} Returns `true` if `value` is a buffer, else `false`.\n * @example\n *\n * _.isBuffer(new Buffer(2));\n * // => true\n *\n * _.isBuffer(new Uint8Array(2));\n * // => false\n */\nvar isBuffer = nativeIsBuffer || stubFalse;\n\nmodule.exports = isBuffer;\n","/** Used for built-in method references. */\nvar objectProto = Object.prototype;\n\n/**\n * Checks if `value` is likely a prototype object.\n *\n * @private\n * @param {*} value The value to check.\n * @returns {boolean} Returns `true` if `value` is a prototype, else `false`.\n */\nfunction isPrototype(value) {\n var Ctor = value && value.constructor,\n proto = (typeof Ctor == 'function' && Ctor.prototype) || objectProto;\n\n return value === proto;\n}\n\nmodule.exports = isPrototype;\n","var getNative = require('./_getNative'),\n root = require('./_root');\n\n/* Built-in method references that are verified to be native. */\nvar Map = getNative(root, 'Map');\n\nmodule.exports = Map;\n","var isSymbol = require('./isSymbol');\n\n/** Used as references for various `Number` constants. */\nvar INFINITY = 1 / 0;\n\n/**\n * Converts `value` to a string key if it's not a string or symbol.\n *\n * @private\n * @param {*} value The value to inspect.\n * @returns {string|symbol} Returns the key.\n */\nfunction toKey(value) {\n if (typeof value == 'string' || isSymbol(value)) {\n return value;\n }\n var result = (value + '');\n return (result == '0' && (1 / value) == -INFINITY) ? '-0' : result;\n}\n\nmodule.exports = toKey;\n","'use strict';\nvar $forEach = require('../internals/array-iteration').forEach;\nvar arrayMethodIsStrict = require('../internals/array-method-is-strict');\n\nvar STRICT_METHOD = arrayMethodIsStrict('forEach');\n\n// `Array.prototype.forEach` method implementation\n// https://tc39.es/ecma262/#sec-array.prototype.foreach\nmodule.exports = !STRICT_METHOD ? function forEach(callbackfn /* , thisArg */) {\n return $forEach(this, callbackfn, arguments.length > 1 ? arguments[1] : undefined);\n// eslint-disable-next-line es/no-array-prototype-foreach -- safe\n} : [].forEach;\n","/* eslint-disable no-proto -- safe */\nvar anObject = require('../internals/an-object');\nvar aPossiblePrototype = require('../internals/a-possible-prototype');\n\n// `Object.setPrototypeOf` method\n// https://tc39.es/ecma262/#sec-object.setprototypeof\n// Works with __proto__ only. Old v8 can't work with null proto objects.\n// eslint-disable-next-line es/no-object-setprototypeof -- safe\nmodule.exports = Object.setPrototypeOf || ('__proto__' in {} ? function () {\n var CORRECT_SETTER = false;\n var test = {};\n var setter;\n try {\n // eslint-disable-next-line es/no-object-getownpropertydescriptor -- safe\n setter = Object.getOwnPropertyDescriptor(Object.prototype, '__proto__').set;\n setter.call(test, []);\n CORRECT_SETTER = test instanceof Array;\n } catch (error) { /* empty */ }\n return function setPrototypeOf(O, proto) {\n anObject(O);\n aPossiblePrototype(proto);\n if (CORRECT_SETTER) setter.call(O, proto);\n else O.__proto__ = proto;\n return O;\n };\n}() : undefined);\n","module.exports = {};\n","module.exports = function (it, Constructor, name) {\n if (!(it instanceof Constructor)) {\n throw TypeError('Incorrect ' + (name ? name + ' ' : '') + 'invocation');\n } return it;\n};\n","'use strict';\n/* eslint-disable es/no-array-prototype-indexof -- required for testing */\nvar $ = require('../internals/export');\nvar $indexOf = require('../internals/array-includes').indexOf;\nvar arrayMethodIsStrict = require('../internals/array-method-is-strict');\n\nvar nativeIndexOf = [].indexOf;\n\nvar NEGATIVE_ZERO = !!nativeIndexOf && 1 / [1].indexOf(1, -0) < 0;\nvar STRICT_METHOD = arrayMethodIsStrict('indexOf');\n\n// `Array.prototype.indexOf` method\n// https://tc39.es/ecma262/#sec-array.prototype.indexof\n$({ target: 'Array', proto: true, forced: NEGATIVE_ZERO || !STRICT_METHOD }, {\n indexOf: function indexOf(searchElement /* , fromIndex = 0 */) {\n return NEGATIVE_ZERO\n // convert -0 to +0\n ? nativeIndexOf.apply(this, arguments) || 0\n : $indexOf(this, searchElement, arguments.length > 1 ? arguments[1] : undefined);\n }\n});\n","var classof = require('../internals/classof-raw');\nvar global = require('../internals/global');\n\nmodule.exports = classof(global.process) == 'process';\n","/** Used as references for various `Number` constants. */\nvar MAX_SAFE_INTEGER = 9007199254740991;\n\n/** Used to detect unsigned integer values. */\nvar reIsUint = /^(?:0|[1-9]\\d*)$/;\n\n/**\n * Checks if `value` is a valid array-like index.\n *\n * @private\n * @param {*} value The value to check.\n * @param {number} [length=MAX_SAFE_INTEGER] The upper bounds of a valid index.\n * @returns {boolean} Returns `true` if `value` is a valid index, else `false`.\n */\nfunction isIndex(value, length) {\n var type = typeof value;\n length = length == null ? MAX_SAFE_INTEGER : length;\n\n return !!length &&\n (type == 'number' ||\n (type != 'symbol' && reIsUint.test(value))) &&\n (value > -1 && value % 1 == 0 && value < length);\n}\n\nmodule.exports = isIndex;\n","var baseIsArguments = require('./_baseIsArguments'),\n isObjectLike = require('./isObjectLike');\n\n/** Used for built-in method references. */\nvar objectProto = Object.prototype;\n\n/** Used to check objects for own properties. */\nvar hasOwnProperty = objectProto.hasOwnProperty;\n\n/** Built-in value references. */\nvar propertyIsEnumerable = objectProto.propertyIsEnumerable;\n\n/**\n * Checks if `value` is likely an `arguments` object.\n *\n * @static\n * @memberOf _\n * @since 0.1.0\n * @category Lang\n * @param {*} value The value to check.\n * @returns {boolean} Returns `true` if `value` is an `arguments` object,\n * else `false`.\n * @example\n *\n * _.isArguments(function() { return arguments; }());\n * // => true\n *\n * _.isArguments([1, 2, 3]);\n * // => false\n */\nvar isArguments = baseIsArguments(function() { return arguments; }()) ? baseIsArguments : function(value) {\n return isObjectLike(value) && hasOwnProperty.call(value, 'callee') &&\n !propertyIsEnumerable.call(value, 'callee');\n};\n\nmodule.exports = isArguments;\n","/** Used as references for various `Number` constants. */\nvar MAX_SAFE_INTEGER = 9007199254740991;\n\n/**\n * Checks if `value` is a valid array-like length.\n *\n * **Note:** This method is loosely based on\n * [`ToLength`](http://ecma-international.org/ecma-262/7.0/#sec-tolength).\n *\n * @static\n * @memberOf _\n * @since 4.0.0\n * @category Lang\n * @param {*} value The value to check.\n * @returns {boolean} Returns `true` if `value` is a valid length, else `false`.\n * @example\n *\n * _.isLength(3);\n * // => true\n *\n * _.isLength(Number.MIN_VALUE);\n * // => false\n *\n * _.isLength(Infinity);\n * // => false\n *\n * _.isLength('3');\n * // => false\n */\nfunction isLength(value) {\n return typeof value == 'number' &&\n value > -1 && value % 1 == 0 && value <= MAX_SAFE_INTEGER;\n}\n\nmodule.exports = isLength;\n","var isFunction = require('./isFunction'),\n isLength = require('./isLength');\n\n/**\n * Checks if `value` is array-like. A value is considered array-like if it's\n * not a function and has a `value.length` that's an integer greater than or\n * equal to `0` and less than or equal to `Number.MAX_SAFE_INTEGER`.\n *\n * @static\n * @memberOf _\n * @since 4.0.0\n * @category Lang\n * @param {*} value The value to check.\n * @returns {boolean} Returns `true` if `value` is array-like, else `false`.\n * @example\n *\n * _.isArrayLike([1, 2, 3]);\n * // => true\n *\n * _.isArrayLike(document.body.children);\n * // => true\n *\n * _.isArrayLike('abc');\n * // => true\n *\n * _.isArrayLike(_.noop);\n * // => false\n */\nfunction isArrayLike(value) {\n return value != null && isLength(value.length) && !isFunction(value);\n}\n\nmodule.exports = isArrayLike;\n","var ListCache = require('./_ListCache'),\n stackClear = require('./_stackClear'),\n stackDelete = require('./_stackDelete'),\n stackGet = require('./_stackGet'),\n stackHas = require('./_stackHas'),\n stackSet = require('./_stackSet');\n\n/**\n * Creates a stack cache object to store key-value pairs.\n *\n * @private\n * @constructor\n * @param {Array} [entries] The key-value pairs to cache.\n */\nfunction Stack(entries) {\n var data = this.__data__ = new ListCache(entries);\n this.size = data.size;\n}\n\n// Add methods to `Stack`.\nStack.prototype.clear = stackClear;\nStack.prototype['delete'] = stackDelete;\nStack.prototype.get = stackGet;\nStack.prototype.has = stackHas;\nStack.prototype.set = stackSet;\n\nmodule.exports = Stack;\n","var mapCacheClear = require('./_mapCacheClear'),\n mapCacheDelete = require('./_mapCacheDelete'),\n mapCacheGet = require('./_mapCacheGet'),\n mapCacheHas = require('./_mapCacheHas'),\n mapCacheSet = require('./_mapCacheSet');\n\n/**\n * Creates a map cache object to store key-value pairs.\n *\n * @private\n * @constructor\n * @param {Array} [entries] The key-value pairs to cache.\n */\nfunction MapCache(entries) {\n var index = -1,\n length = entries == null ? 0 : entries.length;\n\n this.clear();\n while (++index < length) {\n var entry = entries[index];\n this.set(entry[0], entry[1]);\n }\n}\n\n// Add methods to `MapCache`.\nMapCache.prototype.clear = mapCacheClear;\nMapCache.prototype['delete'] = mapCacheDelete;\nMapCache.prototype.get = mapCacheGet;\nMapCache.prototype.has = mapCacheHas;\nMapCache.prototype.set = mapCacheSet;\n\nmodule.exports = MapCache;\n","var arrayLikeKeys = require('./_arrayLikeKeys'),\n baseKeysIn = require('./_baseKeysIn'),\n isArrayLike = require('./isArrayLike');\n\n/**\n * Creates an array of the own and inherited enumerable property names of `object`.\n *\n * **Note:** Non-object values are coerced to objects.\n *\n * @static\n * @memberOf _\n * @since 3.0.0\n * @category Object\n * @param {Object} object The object to query.\n * @returns {Array} Returns the array of property names.\n * @example\n *\n * function Foo() {\n * this.a = 1;\n * this.b = 2;\n * }\n *\n * Foo.prototype.c = 3;\n *\n * _.keysIn(new Foo);\n * // => ['a', 'b', 'c'] (iteration order is not guaranteed)\n */\nfunction keysIn(object) {\n return isArrayLike(object) ? arrayLikeKeys(object, true) : baseKeysIn(object);\n}\n\nmodule.exports = keysIn;\n","var overArg = require('./_overArg');\n\n/** Built-in value references. */\nvar getPrototype = overArg(Object.getPrototypeOf, Object);\n\nmodule.exports = getPrototype;\n","'use strict';\nvar $ = require('../internals/export');\nvar forEach = require('../internals/array-for-each');\n\n// `Array.prototype.forEach` method\n// https://tc39.es/ecma262/#sec-array.prototype.foreach\n// eslint-disable-next-line es/no-array-prototype-foreach -- safe\n$({ target: 'Array', proto: true, forced: [].forEach != forEach }, {\n forEach: forEach\n});\n","var wellKnownSymbol = require('../internals/well-known-symbol');\nvar create = require('../internals/object-create');\nvar definePropertyModule = require('../internals/object-define-property');\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 definePropertyModule.f(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","'use strict';\nvar toIndexedObject = require('../internals/to-indexed-object');\nvar addToUnscopables = require('../internals/add-to-unscopables');\nvar Iterators = require('../internals/iterators');\nvar InternalStateModule = require('../internals/internal-state');\nvar defineIterator = require('../internals/define-iterator');\n\nvar ARRAY_ITERATOR = 'Array Iterator';\nvar setInternalState = InternalStateModule.set;\nvar getInternalState = InternalStateModule.getterFor(ARRAY_ITERATOR);\n\n// `Array.prototype.entries` method\n// https://tc39.es/ecma262/#sec-array.prototype.entries\n// `Array.prototype.keys` method\n// https://tc39.es/ecma262/#sec-array.prototype.keys\n// `Array.prototype.values` method\n// https://tc39.es/ecma262/#sec-array.prototype.values\n// `Array.prototype[@@iterator]` method\n// https://tc39.es/ecma262/#sec-array.prototype-@@iterator\n// `CreateArrayIterator` internal method\n// https://tc39.es/ecma262/#sec-createarrayiterator\nmodule.exports = defineIterator(Array, 'Array', function (iterated, kind) {\n setInternalState(this, {\n type: ARRAY_ITERATOR,\n target: toIndexedObject(iterated), // target\n index: 0, // next index\n kind: kind // kind\n });\n// `%ArrayIteratorPrototype%.next` method\n// https://tc39.es/ecma262/#sec-%arrayiteratorprototype%.next\n}, function () {\n var state = getInternalState(this);\n var target = state.target;\n var kind = state.kind;\n var index = state.index++;\n if (!target || index >= target.length) {\n state.target = undefined;\n return { value: undefined, done: true };\n }\n if (kind == 'keys') return { value: index, done: false };\n if (kind == 'values') return { value: target[index], done: false };\n return { value: [index, target[index]], done: false };\n}, 'values');\n\n// argumentsList[@@iterator] is %ArrayProto_values%\n// https://tc39.es/ecma262/#sec-createunmappedargumentsobject\n// https://tc39.es/ecma262/#sec-createmappedargumentsobject\nIterators.Arguments = Iterators.Array;\n\n// https://tc39.es/ecma262/#sec-array.prototype-@@unscopables\naddToUnscopables('keys');\naddToUnscopables('values');\naddToUnscopables('entries');\n","'use strict';\nvar TO_STRING_TAG_SUPPORT = require('../internals/to-string-tag-support');\nvar classof = require('../internals/classof');\n\n// `Object.prototype.toString` method implementation\n// https://tc39.es/ecma262/#sec-object.prototype.tostring\nmodule.exports = TO_STRING_TAG_SUPPORT ? {}.toString : function toString() {\n return '[object ' + classof(this) + ']';\n};\n","var baseCreate = require('./_baseCreate'),\n isObject = require('./isObject');\n\n/**\n * Creates a function that produces an instance of `Ctor` regardless of\n * whether it was invoked as part of a `new` expression or by `call` or `apply`.\n *\n * @private\n * @param {Function} Ctor The constructor to wrap.\n * @returns {Function} Returns the new wrapped function.\n */\nfunction createCtor(Ctor) {\n return function() {\n // Use a `switch` statement to work with class constructors. See\n // http://ecma-international.org/ecma-262/7.0/#sec-ecmascript-function-objects-call-thisargument-argumentslist\n // for more details.\n var args = arguments;\n switch (args.length) {\n case 0: return new Ctor;\n case 1: return new Ctor(args[0]);\n case 2: return new Ctor(args[0], args[1]);\n case 3: return new Ctor(args[0], args[1], args[2]);\n case 4: return new Ctor(args[0], args[1], args[2], args[3]);\n case 5: return new Ctor(args[0], args[1], args[2], args[3], args[4]);\n case 6: return new Ctor(args[0], args[1], args[2], args[3], args[4], args[5]);\n case 7: return new Ctor(args[0], args[1], args[2], args[3], args[4], args[5], args[6]);\n }\n var thisBinding = baseCreate(Ctor.prototype),\n result = Ctor.apply(thisBinding, args);\n\n // Mimic the constructor's `return` behavior.\n // See https://es5.github.io/#x13.2.2 for more details.\n return isObject(result) ? result : thisBinding;\n };\n}\n\nmodule.exports = createCtor;\n","/**\n * A faster alternative to `Function#apply`, this function invokes `func`\n * with the `this` binding of `thisArg` and the arguments of `args`.\n *\n * @private\n * @param {Function} func The function to invoke.\n * @param {*} thisArg The `this` binding of `func`.\n * @param {Array} args The arguments to invoke `func` with.\n * @returns {*} Returns the result of `func`.\n */\nfunction apply(func, thisArg, args) {\n switch (args.length) {\n case 0: return func.call(thisArg);\n case 1: return func.call(thisArg, args[0]);\n case 2: return func.call(thisArg, args[0], args[1]);\n case 3: return func.call(thisArg, args[0], args[1], args[2]);\n }\n return func.apply(thisArg, args);\n}\n\nmodule.exports = apply;\n","var defineProperty = require('./_defineProperty');\n\n/**\n * The base implementation of `assignValue` and `assignMergeValue` without\n * value checks.\n *\n * @private\n * @param {Object} object The object to modify.\n * @param {string} key The key of the property to assign.\n * @param {*} value The value to assign.\n */\nfunction baseAssignValue(object, key, value) {\n if (key == '__proto__' && defineProperty) {\n defineProperty(object, key, {\n 'configurable': true,\n 'enumerable': true,\n 'value': value,\n 'writable': true\n });\n } else {\n object[key] = value;\n }\n}\n\nmodule.exports = baseAssignValue;\n","var baseIsTypedArray = require('./_baseIsTypedArray'),\n baseUnary = require('./_baseUnary'),\n nodeUtil = require('./_nodeUtil');\n\n/* Node.js helper references. */\nvar nodeIsTypedArray = nodeUtil && nodeUtil.isTypedArray;\n\n/**\n * Checks if `value` is classified as a typed array.\n *\n * @static\n * @memberOf _\n * @since 3.0.0\n * @category Lang\n * @param {*} value The value to check.\n * @returns {boolean} Returns `true` if `value` is a typed array, else `false`.\n * @example\n *\n * _.isTypedArray(new Uint8Array);\n * // => true\n *\n * _.isTypedArray([]);\n * // => false\n */\nvar isTypedArray = nodeIsTypedArray ? baseUnary(nodeIsTypedArray) : baseIsTypedArray;\n\nmodule.exports = isTypedArray;\n","/**\n * The base implementation of `_.unary` without support for storing metadata.\n *\n * @private\n * @param {Function} func The function to cap arguments for.\n * @returns {Function} Returns the new capped function.\n */\nfunction baseUnary(func) {\n return function(value) {\n return func(value);\n };\n}\n\nmodule.exports = baseUnary;\n","var freeGlobal = require('./_freeGlobal');\n\n/** Detect free variable `exports`. */\nvar freeExports = typeof exports == 'object' && exports && !exports.nodeType && exports;\n\n/** Detect free variable `module`. */\nvar freeModule = freeExports && typeof module == 'object' && module && !module.nodeType && module;\n\n/** Detect the popular CommonJS extension `module.exports`. */\nvar moduleExports = freeModule && freeModule.exports === freeExports;\n\n/** Detect free variable `process` from Node.js. */\nvar freeProcess = moduleExports && freeGlobal.process;\n\n/** Used to access faster Node.js helpers. */\nvar nodeUtil = (function() {\n try {\n // Use `util.types` for Node.js 10+.\n var types = freeModule && freeModule.require && freeModule.require('util').types;\n\n if (types) {\n return types;\n }\n\n // Legacy `process.binding('util')` for Node.js < 10.\n return freeProcess && freeProcess.binding && freeProcess.binding('util');\n } catch (e) {}\n}());\n\nmodule.exports = nodeUtil;\n","var arrayFilter = require('./_arrayFilter'),\n stubArray = require('./stubArray');\n\n/** Used for built-in method references. */\nvar objectProto = Object.prototype;\n\n/** Built-in value references. */\nvar propertyIsEnumerable = objectProto.propertyIsEnumerable;\n\n/* Built-in method references for those with the same name as other `lodash` methods. */\nvar nativeGetSymbols = Object.getOwnPropertySymbols;\n\n/**\n * Creates an array of the own enumerable symbols of `object`.\n *\n * @private\n * @param {Object} object The object to query.\n * @returns {Array} Returns the array of symbols.\n */\nvar getSymbols = !nativeGetSymbols ? stubArray : function(object) {\n if (object == null) {\n return [];\n }\n object = Object(object);\n return arrayFilter(nativeGetSymbols(object), function(symbol) {\n return propertyIsEnumerable.call(object, symbol);\n });\n};\n\nmodule.exports = getSymbols;\n","/**\n * Appends the elements of `values` to `array`.\n *\n * @private\n * @param {Array} array The array to modify.\n * @param {Array} values The values to append.\n * @returns {Array} Returns `array`.\n */\nfunction arrayPush(array, values) {\n var index = -1,\n length = values.length,\n offset = array.length;\n\n while (++index < length) {\n array[offset + index] = values[index];\n }\n return array;\n}\n\nmodule.exports = arrayPush;\n","var Uint8Array = require('./_Uint8Array');\n\n/**\n * Creates a clone of `arrayBuffer`.\n *\n * @private\n * @param {ArrayBuffer} arrayBuffer The array buffer to clone.\n * @returns {ArrayBuffer} Returns the cloned array buffer.\n */\nfunction cloneArrayBuffer(arrayBuffer) {\n var result = new arrayBuffer.constructor(arrayBuffer.byteLength);\n new Uint8Array(result).set(new Uint8Array(arrayBuffer));\n return result;\n}\n\nmodule.exports = cloneArrayBuffer;\n","\"use strict\";\n\nrequire(\"core-js/modules/es.array.for-each\");\n\nObject.defineProperty(exports, \"__esModule\", {\n value: true\n});\nexports.getRequestToken = getRequestToken;\nexports.onRequestTokenUpdate = onRequestTokenUpdate;\n\nvar _eventBus = require(\"@nextcloud/event-bus\");\n\nvar tokenElement = document.getElementsByTagName('head')[0];\nvar token = tokenElement ? tokenElement.getAttribute('data-requesttoken') : null;\nvar observers = [];\n\nfunction getRequestToken() {\n return token;\n}\n\nfunction onRequestTokenUpdate(observer) {\n observers.push(observer);\n} // Listen to server event and keep token in sync\n\n\n(0, _eventBus.subscribe)('csrf-token-update', function (e) {\n token = e.token;\n observers.forEach(function (observer) {\n try {\n observer(e.token);\n } catch (e) {\n console.error('error updating CSRF token observer', e);\n }\n });\n});\n//# sourceMappingURL=requesttoken.js.map","\"use strict\";\n\nObject.defineProperty(exports, \"__esModule\", {\n value: true\n});\nexports.getCurrentUser = getCurrentUser;\n/// <reference types=\"@nextcloud/typings\" />\nvar uidElement = document.getElementsByTagName('head')[0];\nvar uid = uidElement ? uidElement.getAttribute('data-user') : null;\nvar displayNameElement = document.getElementsByTagName('head')[0];\nvar displayName = displayNameElement ? displayNameElement.getAttribute('data-user-displayname') : null;\nvar isAdmin = typeof OC === 'undefined' ? false : OC.isUserAdmin();\n\nfunction getCurrentUser() {\n if (uid === null) {\n return null;\n }\n\n return {\n uid: uid,\n displayName: displayName,\n isAdmin: isAdmin\n };\n}\n//# sourceMappingURL=user.js.map","var classof = require('../internals/classof');\nvar Iterators = require('../internals/iterators');\nvar wellKnownSymbol = require('../internals/well-known-symbol');\n\nvar ITERATOR = wellKnownSymbol('iterator');\n\nmodule.exports = function (it) {\n if (it != undefined) return it[ITERATOR]\n || it['@@iterator']\n || Iterators[classof(it)];\n};\n","'use strict';\nvar $ = require('../internals/export');\nvar global = require('../internals/global');\nvar DESCRIPTORS = require('../internals/descriptors');\nvar TYPED_ARRAYS_CONSTRUCTORS_REQUIRES_WRAPPERS = require('../internals/typed-array-constructors-require-wrappers');\nvar ArrayBufferViewCore = require('../internals/array-buffer-view-core');\nvar ArrayBufferModule = require('../internals/array-buffer');\nvar anInstance = require('../internals/an-instance');\nvar createPropertyDescriptor = require('../internals/create-property-descriptor');\nvar createNonEnumerableProperty = require('../internals/create-non-enumerable-property');\nvar toLength = require('../internals/to-length');\nvar toIndex = require('../internals/to-index');\nvar toOffset = require('../internals/to-offset');\nvar toPrimitive = require('../internals/to-primitive');\nvar has = require('../internals/has');\nvar classof = require('../internals/classof');\nvar isObject = require('../internals/is-object');\nvar create = require('../internals/object-create');\nvar setPrototypeOf = require('../internals/object-set-prototype-of');\nvar getOwnPropertyNames = require('../internals/object-get-own-property-names').f;\nvar typedArrayFrom = require('../internals/typed-array-from');\nvar forEach = require('../internals/array-iteration').forEach;\nvar setSpecies = require('../internals/set-species');\nvar definePropertyModule = require('../internals/object-define-property');\nvar getOwnPropertyDescriptorModule = require('../internals/object-get-own-property-descriptor');\nvar InternalStateModule = require('../internals/internal-state');\nvar inheritIfRequired = require('../internals/inherit-if-required');\n\nvar getInternalState = InternalStateModule.get;\nvar setInternalState = InternalStateModule.set;\nvar nativeDefineProperty = definePropertyModule.f;\nvar nativeGetOwnPropertyDescriptor = getOwnPropertyDescriptorModule.f;\nvar round = Math.round;\nvar RangeError = global.RangeError;\nvar ArrayBuffer = ArrayBufferModule.ArrayBuffer;\nvar DataView = ArrayBufferModule.DataView;\nvar NATIVE_ARRAY_BUFFER_VIEWS = ArrayBufferViewCore.NATIVE_ARRAY_BUFFER_VIEWS;\nvar TYPED_ARRAY_TAG = ArrayBufferViewCore.TYPED_ARRAY_TAG;\nvar TypedArray = ArrayBufferViewCore.TypedArray;\nvar TypedArrayPrototype = ArrayBufferViewCore.TypedArrayPrototype;\nvar aTypedArrayConstructor = ArrayBufferViewCore.aTypedArrayConstructor;\nvar isTypedArray = ArrayBufferViewCore.isTypedArray;\nvar BYTES_PER_ELEMENT = 'BYTES_PER_ELEMENT';\nvar WRONG_LENGTH = 'Wrong length';\n\nvar fromList = function (C, list) {\n var index = 0;\n var length = list.length;\n var result = new (aTypedArrayConstructor(C))(length);\n while (length > index) result[index] = list[index++];\n return result;\n};\n\nvar addGetter = function (it, key) {\n nativeDefineProperty(it, key, { get: function () {\n return getInternalState(this)[key];\n } });\n};\n\nvar isArrayBuffer = function (it) {\n var klass;\n return it instanceof ArrayBuffer || (klass = classof(it)) == 'ArrayBuffer' || klass == 'SharedArrayBuffer';\n};\n\nvar isTypedArrayIndex = function (target, key) {\n return isTypedArray(target)\n && typeof key != 'symbol'\n && key in target\n && String(+key) == String(key);\n};\n\nvar wrappedGetOwnPropertyDescriptor = function getOwnPropertyDescriptor(target, key) {\n return isTypedArrayIndex(target, key = toPrimitive(key, true))\n ? createPropertyDescriptor(2, target[key])\n : nativeGetOwnPropertyDescriptor(target, key);\n};\n\nvar wrappedDefineProperty = function defineProperty(target, key, descriptor) {\n if (isTypedArrayIndex(target, key = toPrimitive(key, true))\n && isObject(descriptor)\n && has(descriptor, 'value')\n && !has(descriptor, 'get')\n && !has(descriptor, 'set')\n // TODO: add validation descriptor w/o calling accessors\n && !descriptor.configurable\n && (!has(descriptor, 'writable') || descriptor.writable)\n && (!has(descriptor, 'enumerable') || descriptor.enumerable)\n ) {\n target[key] = descriptor.value;\n return target;\n } return nativeDefineProperty(target, key, descriptor);\n};\n\nif (DESCRIPTORS) {\n if (!NATIVE_ARRAY_BUFFER_VIEWS) {\n getOwnPropertyDescriptorModule.f = wrappedGetOwnPropertyDescriptor;\n definePropertyModule.f = wrappedDefineProperty;\n addGetter(TypedArrayPrototype, 'buffer');\n addGetter(TypedArrayPrototype, 'byteOffset');\n addGetter(TypedArrayPrototype, 'byteLength');\n addGetter(TypedArrayPrototype, 'length');\n }\n\n $({ target: 'Object', stat: true, forced: !NATIVE_ARRAY_BUFFER_VIEWS }, {\n getOwnPropertyDescriptor: wrappedGetOwnPropertyDescriptor,\n defineProperty: wrappedDefineProperty\n });\n\n module.exports = function (TYPE, wrapper, CLAMPED) {\n var BYTES = TYPE.match(/\\d+$/)[0] / 8;\n var CONSTRUCTOR_NAME = TYPE + (CLAMPED ? 'Clamped' : '') + 'Array';\n var GETTER = 'get' + TYPE;\n var SETTER = 'set' + TYPE;\n var NativeTypedArrayConstructor = global[CONSTRUCTOR_NAME];\n var TypedArrayConstructor = NativeTypedArrayConstructor;\n var TypedArrayConstructorPrototype = TypedArrayConstructor && TypedArrayConstructor.prototype;\n var exported = {};\n\n var getter = function (that, index) {\n var data = getInternalState(that);\n return data.view[GETTER](index * BYTES + data.byteOffset, true);\n };\n\n var setter = function (that, index, value) {\n var data = getInternalState(that);\n if (CLAMPED) value = (value = round(value)) < 0 ? 0 : value > 0xFF ? 0xFF : value & 0xFF;\n data.view[SETTER](index * BYTES + data.byteOffset, value, true);\n };\n\n var addElement = function (that, index) {\n nativeDefineProperty(that, index, {\n get: function () {\n return getter(this, index);\n },\n set: function (value) {\n return setter(this, index, value);\n },\n enumerable: true\n });\n };\n\n if (!NATIVE_ARRAY_BUFFER_VIEWS) {\n TypedArrayConstructor = wrapper(function (that, data, offset, $length) {\n anInstance(that, TypedArrayConstructor, CONSTRUCTOR_NAME);\n var index = 0;\n var byteOffset = 0;\n var buffer, byteLength, length;\n if (!isObject(data)) {\n length = toIndex(data);\n byteLength = length * BYTES;\n buffer = new ArrayBuffer(byteLength);\n } else if (isArrayBuffer(data)) {\n buffer = data;\n byteOffset = toOffset(offset, BYTES);\n var $len = data.byteLength;\n if ($length === undefined) {\n if ($len % BYTES) throw RangeError(WRONG_LENGTH);\n byteLength = $len - byteOffset;\n if (byteLength < 0) throw RangeError(WRONG_LENGTH);\n } else {\n byteLength = toLength($length) * BYTES;\n if (byteLength + byteOffset > $len) throw RangeError(WRONG_LENGTH);\n }\n length = byteLength / BYTES;\n } else if (isTypedArray(data)) {\n return fromList(TypedArrayConstructor, data);\n } else {\n return typedArrayFrom.call(TypedArrayConstructor, data);\n }\n setInternalState(that, {\n buffer: buffer,\n byteOffset: byteOffset,\n byteLength: byteLength,\n length: length,\n view: new DataView(buffer)\n });\n while (index < length) addElement(that, index++);\n });\n\n if (setPrototypeOf) setPrototypeOf(TypedArrayConstructor, TypedArray);\n TypedArrayConstructorPrototype = TypedArrayConstructor.prototype = create(TypedArrayPrototype);\n } else if (TYPED_ARRAYS_CONSTRUCTORS_REQUIRES_WRAPPERS) {\n TypedArrayConstructor = wrapper(function (dummy, data, typedArrayOffset, $length) {\n anInstance(dummy, TypedArrayConstructor, CONSTRUCTOR_NAME);\n return inheritIfRequired(function () {\n if (!isObject(data)) return new NativeTypedArrayConstructor(toIndex(data));\n if (isArrayBuffer(data)) return $length !== undefined\n ? new NativeTypedArrayConstructor(data, toOffset(typedArrayOffset, BYTES), $length)\n : typedArrayOffset !== undefined\n ? new NativeTypedArrayConstructor(data, toOffset(typedArrayOffset, BYTES))\n : new NativeTypedArrayConstructor(data);\n if (isTypedArray(data)) return fromList(TypedArrayConstructor, data);\n return typedArrayFrom.call(TypedArrayConstructor, data);\n }(), dummy, TypedArrayConstructor);\n });\n\n if (setPrototypeOf) setPrototypeOf(TypedArrayConstructor, TypedArray);\n forEach(getOwnPropertyNames(NativeTypedArrayConstructor), function (key) {\n if (!(key in TypedArrayConstructor)) {\n createNonEnumerableProperty(TypedArrayConstructor, key, NativeTypedArrayConstructor[key]);\n }\n });\n TypedArrayConstructor.prototype = TypedArrayConstructorPrototype;\n }\n\n if (TypedArrayConstructorPrototype.constructor !== TypedArrayConstructor) {\n createNonEnumerableProperty(TypedArrayConstructorPrototype, 'constructor', TypedArrayConstructor);\n }\n\n if (TYPED_ARRAY_TAG) {\n createNonEnumerableProperty(TypedArrayConstructorPrototype, TYPED_ARRAY_TAG, CONSTRUCTOR_NAME);\n }\n\n exported[CONSTRUCTOR_NAME] = TypedArrayConstructor;\n\n $({\n global: true, forced: TypedArrayConstructor != NativeTypedArrayConstructor, sham: !NATIVE_ARRAY_BUFFER_VIEWS\n }, exported);\n\n if (!(BYTES_PER_ELEMENT in TypedArrayConstructor)) {\n createNonEnumerableProperty(TypedArrayConstructor, BYTES_PER_ELEMENT, BYTES);\n }\n\n if (!(BYTES_PER_ELEMENT in TypedArrayConstructorPrototype)) {\n createNonEnumerableProperty(TypedArrayConstructorPrototype, BYTES_PER_ELEMENT, BYTES);\n }\n\n setSpecies(CONSTRUCTOR_NAME);\n };\n} else module.exports = function () { /* empty */ };\n","'use strict';\n\nexports.__esModule = true;\n// istanbul ignore next\n\nfunction _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { 'default': obj }; }\n\n// istanbul ignore next\n\nfunction _interopRequireWildcard(obj) { if (obj && obj.__esModule) { return obj; } else { var newObj = {}; if (obj != null) { for (var key in obj) { if (Object.prototype.hasOwnProperty.call(obj, key)) newObj[key] = obj[key]; } } newObj['default'] = obj; return newObj; } }\n\nvar _handlebarsBase = require('./handlebars/base');\n\nvar base = _interopRequireWildcard(_handlebarsBase);\n\n// Each of these augment the Handlebars object. No need to setup here.\n// (This is done to easily share code between commonjs and browse envs)\n\nvar _handlebarsSafeString = require('./handlebars/safe-string');\n\nvar _handlebarsSafeString2 = _interopRequireDefault(_handlebarsSafeString);\n\nvar _handlebarsException = require('./handlebars/exception');\n\nvar _handlebarsException2 = _interopRequireDefault(_handlebarsException);\n\nvar _handlebarsUtils = require('./handlebars/utils');\n\nvar Utils = _interopRequireWildcard(_handlebarsUtils);\n\nvar _handlebarsRuntime = require('./handlebars/runtime');\n\nvar runtime = _interopRequireWildcard(_handlebarsRuntime);\n\nvar _handlebarsNoConflict = require('./handlebars/no-conflict');\n\nvar _handlebarsNoConflict2 = _interopRequireDefault(_handlebarsNoConflict);\n\n// For compatibility and usage outside of module systems, make the Handlebars object a namespace\nfunction create() {\n var hb = new base.HandlebarsEnvironment();\n\n Utils.extend(hb, base);\n hb.SafeString = _handlebarsSafeString2['default'];\n hb.Exception = _handlebarsException2['default'];\n hb.Utils = Utils;\n hb.escapeExpression = Utils.escapeExpression;\n\n hb.VM = runtime;\n hb.template = function (spec) {\n return runtime.template(spec, hb);\n };\n\n return hb;\n}\n\nvar inst = create();\ninst.create = create;\n\n_handlebarsNoConflict2['default'](inst);\n\ninst['default'] = inst;\n\nexports['default'] = inst;\nmodule.exports = exports['default'];\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uL2xpYi9oYW5kbGViYXJzLnJ1bnRpbWUuanMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6Ijs7Ozs7Ozs7Ozs7OEJBQXNCLG1CQUFtQjs7SUFBN0IsSUFBSTs7Ozs7b0NBSU8sMEJBQTBCOzs7O21DQUMzQix3QkFBd0I7Ozs7K0JBQ3ZCLG9CQUFvQjs7SUFBL0IsS0FBSzs7aUNBQ1Esc0JBQXNCOztJQUFuQyxPQUFPOztvQ0FFSSwwQkFBMEI7Ozs7O0FBR2pELFNBQVMsTUFBTSxHQUFHO0FBQ2hCLE1BQUksRUFBRSxHQUFHLElBQUksSUFBSSxDQUFDLHFCQUFxQixFQUFFLENBQUM7O0FBRTFDLE9BQUssQ0FBQyxNQUFNLENBQUMsRUFBRSxFQUFFLElBQUksQ0FBQyxDQUFDO0FBQ3ZCLElBQUUsQ0FBQyxVQUFVLG9DQUFhLENBQUM7QUFDM0IsSUFBRSxDQUFDLFNBQVMsbUNBQVksQ0FBQztBQUN6QixJQUFFLENBQUMsS0FBSyxHQUFHLEtBQUssQ0FBQztBQUNqQixJQUFFLENBQUMsZ0JBQWdCLEdBQUcsS0FBSyxDQUFDLGdCQUFnQixDQUFDOztBQUU3QyxJQUFFLENBQUMsRUFBRSxHQUFHLE9BQU8sQ0FBQztBQUNoQixJQUFFLENBQUMsUUFBUSxHQUFHLFVBQVMsSUFBSSxFQUFFO0FBQzNCLFdBQU8sT0FBTyxDQUFDLFFBQVEsQ0FBQyxJQUFJLEVBQUUsRUFBRSxDQUFDLENBQUM7R0FDbkMsQ0FBQzs7QUFFRixTQUFPLEVBQUUsQ0FBQztDQUNYOztBQUVELElBQUksSUFBSSxHQUFHLE1BQU0sRUFBRSxDQUFDO0FBQ3BCLElBQUksQ0FBQyxNQUFNLEdBQUcsTUFBTSxDQUFDOztBQUVyQixrQ0FBVyxJQUFJLENBQUMsQ0FBQzs7QUFFakIsSUFBSSxDQUFDLFNBQVMsQ0FBQyxHQUFHLElBQUksQ0FBQzs7cUJBRVIsSUFBSSIsImZpbGUiOiJoYW5kbGViYXJzLnJ1bnRpbWUuanMiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgKiBhcyBiYXNlIGZyb20gJy4vaGFuZGxlYmFycy9iYXNlJztcblxuLy8gRWFjaCBvZiB0aGVzZSBhdWdtZW50IHRoZSBIYW5kbGViYXJzIG9iamVjdC4gTm8gbmVlZCB0byBzZXR1cCBoZXJlLlxuLy8gKFRoaXMgaXMgZG9uZSB0byBlYXNpbHkgc2hhcmUgY29kZSBiZXR3ZWVuIGNvbW1vbmpzIGFuZCBicm93c2UgZW52cylcbmltcG9ydCBTYWZlU3RyaW5nIGZyb20gJy4vaGFuZGxlYmFycy9zYWZlLXN0cmluZyc7XG5pbXBvcnQgRXhjZXB0aW9uIGZyb20gJy4vaGFuZGxlYmFycy9leGNlcHRpb24nO1xuaW1wb3J0ICogYXMgVXRpbHMgZnJvbSAnLi9oYW5kbGViYXJzL3V0aWxzJztcbmltcG9ydCAqIGFzIHJ1bnRpbWUgZnJvbSAnLi9oYW5kbGViYXJzL3J1bnRpbWUnO1xuXG5pbXBvcnQgbm9Db25mbGljdCBmcm9tICcuL2hhbmRsZWJhcnMvbm8tY29uZmxpY3QnO1xuXG4vLyBGb3IgY29tcGF0aWJpbGl0eSBhbmQgdXNhZ2Ugb3V0c2lkZSBvZiBtb2R1bGUgc3lzdGVtcywgbWFrZSB0aGUgSGFuZGxlYmFycyBvYmplY3QgYSBuYW1lc3BhY2VcbmZ1bmN0aW9uIGNyZWF0ZSgpIHtcbiAgbGV0IGhiID0gbmV3IGJhc2UuSGFuZGxlYmFyc0Vudmlyb25tZW50KCk7XG5cbiAgVXRpbHMuZXh0ZW5kKGhiLCBiYXNlKTtcbiAgaGIuU2FmZVN0cmluZyA9IFNhZmVTdHJpbmc7XG4gIGhiLkV4Y2VwdGlvbiA9IEV4Y2VwdGlvbjtcbiAgaGIuVXRpbHMgPSBVdGlscztcbiAgaGIuZXNjYXBlRXhwcmVzc2lvbiA9IFV0aWxzLmVzY2FwZUV4cHJlc3Npb247XG5cbiAgaGIuVk0gPSBydW50aW1lO1xuICBoYi50ZW1wbGF0ZSA9IGZ1bmN0aW9uKHNwZWMpIHtcbiAgICByZXR1cm4gcnVudGltZS50ZW1wbGF0ZShzcGVjLCBoYik7XG4gIH07XG5cbiAgcmV0dXJuIGhiO1xufVxuXG5sZXQgaW5zdCA9IGNyZWF0ZSgpO1xuaW5zdC5jcmVhdGUgPSBjcmVhdGU7XG5cbm5vQ29uZmxpY3QoaW5zdCk7XG5cbmluc3RbJ2RlZmF1bHQnXSA9IGluc3Q7XG5cbmV4cG9ydCBkZWZhdWx0IGluc3Q7XG4iXX0=\n","var aFunction = require('../internals/a-function');\nvar toObject = require('../internals/to-object');\nvar IndexedObject = require('../internals/indexed-object');\nvar toLength = require('../internals/to-length');\n\n// `Array.prototype.{ reduce, reduceRight }` methods implementation\nvar createMethod = function (IS_RIGHT) {\n return function (that, callbackfn, argumentsLength, memo) {\n aFunction(callbackfn);\n var O = toObject(that);\n var self = IndexedObject(O);\n var length = toLength(O.length);\n var index = IS_RIGHT ? length - 1 : 0;\n var i = IS_RIGHT ? -1 : 1;\n if (argumentsLength < 2) while (true) {\n if (index in self) {\n memo = self[index];\n index += i;\n break;\n }\n index += i;\n if (IS_RIGHT ? index < 0 : length <= index) {\n throw TypeError('Reduce of empty array with no initial value');\n }\n }\n for (;IS_RIGHT ? index >= 0 : length > index; index += i) if (index in self) {\n memo = callbackfn(memo, self[index], index, O);\n }\n return memo;\n };\n};\n\nmodule.exports = {\n // `Array.prototype.reduce` method\n // https://tc39.es/ecma262/#sec-array.prototype.reduce\n left: createMethod(false),\n // `Array.prototype.reduceRight` method\n // https://tc39.es/ecma262/#sec-array.prototype.reduceright\n right: createMethod(true)\n};\n","/** Detect free variable `global` from Node.js. */\nvar freeGlobal = typeof global == 'object' && global && global.Object === Object && global;\n\nmodule.exports = freeGlobal;\n","/** Used for built-in method references. */\nvar funcProto = Function.prototype;\n\n/** Used to resolve the decompiled source of functions. */\nvar funcToString = funcProto.toString;\n\n/**\n * Converts `func` to its source code.\n *\n * @private\n * @param {Function} func The function to convert.\n * @returns {string} Returns the source code.\n */\nfunction toSource(func) {\n if (func != null) {\n try {\n return funcToString.call(func);\n } catch (e) {}\n try {\n return (func + '');\n } catch (e) {}\n }\n return '';\n}\n\nmodule.exports = toSource;\n","var getNative = require('./_getNative');\n\nvar defineProperty = (function() {\n try {\n var func = getNative(Object, 'defineProperty');\n func({}, '', {});\n return func;\n } catch (e) {}\n}());\n\nmodule.exports = defineProperty;\n","var baseTimes = require('./_baseTimes'),\n isArguments = require('./isArguments'),\n isArray = require('./isArray'),\n isBuffer = require('./isBuffer'),\n isIndex = require('./_isIndex'),\n isTypedArray = require('./isTypedArray');\n\n/** Used for built-in method references. */\nvar objectProto = Object.prototype;\n\n/** Used to check objects for own properties. */\nvar hasOwnProperty = objectProto.hasOwnProperty;\n\n/**\n * Creates an array of the enumerable property names of the array-like `value`.\n *\n * @private\n * @param {*} value The value to query.\n * @param {boolean} inherited Specify returning inherited property names.\n * @returns {Array} Returns the array of property names.\n */\nfunction arrayLikeKeys(value, inherited) {\n var isArr = isArray(value),\n isArg = !isArr && isArguments(value),\n isBuff = !isArr && !isArg && isBuffer(value),\n isType = !isArr && !isArg && !isBuff && isTypedArray(value),\n skipIndexes = isArr || isArg || isBuff || isType,\n result = skipIndexes ? baseTimes(value.length, String) : [],\n length = result.length;\n\n for (var key in value) {\n if ((inherited || hasOwnProperty.call(value, key)) &&\n !(skipIndexes && (\n // Safari 9 has enumerable `arguments.length` in strict mode.\n key == 'length' ||\n // Node.js 0.10 has enumerable non-index properties on buffers.\n (isBuff && (key == 'offset' || key == 'parent')) ||\n // PhantomJS 2 has enumerable non-index properties on typed arrays.\n (isType && (key == 'buffer' || key == 'byteLength' || key == 'byteOffset')) ||\n // Skip index properties.\n isIndex(key, length)\n ))) {\n result.push(key);\n }\n }\n return result;\n}\n\nmodule.exports = arrayLikeKeys;\n","/**\n * Creates a unary function that invokes `func` with its argument transformed.\n *\n * @private\n * @param {Function} func The function to wrap.\n * @param {Function} transform The argument transform.\n * @returns {Function} Returns the new function.\n */\nfunction overArg(func, transform) {\n return function(arg) {\n return func(transform(arg));\n };\n}\n\nmodule.exports = overArg;\n","var root = require('./_root');\n\n/** Built-in value references. */\nvar Uint8Array = root.Uint8Array;\n\nmodule.exports = Uint8Array;\n","var SetCache = require('./_SetCache'),\n arraySome = require('./_arraySome'),\n cacheHas = require('./_cacheHas');\n\n/** Used to compose bitmasks for value comparisons. */\nvar COMPARE_PARTIAL_FLAG = 1,\n COMPARE_UNORDERED_FLAG = 2;\n\n/**\n * A specialized version of `baseIsEqualDeep` for arrays with support for\n * partial deep comparisons.\n *\n * @private\n * @param {Array} array The array to compare.\n * @param {Array} other The other array to compare.\n * @param {number} bitmask The bitmask flags. See `baseIsEqual` for more details.\n * @param {Function} customizer The function to customize comparisons.\n * @param {Function} equalFunc The function to determine equivalents of values.\n * @param {Object} stack Tracks traversed `array` and `other` objects.\n * @returns {boolean} Returns `true` if the arrays are equivalent, else `false`.\n */\nfunction equalArrays(array, other, bitmask, customizer, equalFunc, stack) {\n var isPartial = bitmask & COMPARE_PARTIAL_FLAG,\n arrLength = array.length,\n othLength = other.length;\n\n if (arrLength != othLength && !(isPartial && othLength > arrLength)) {\n return false;\n }\n // Check that cyclic values are equal.\n var arrStacked = stack.get(array);\n var othStacked = stack.get(other);\n if (arrStacked && othStacked) {\n return arrStacked == other && othStacked == array;\n }\n var index = -1,\n result = true,\n seen = (bitmask & COMPARE_UNORDERED_FLAG) ? new SetCache : undefined;\n\n stack.set(array, other);\n stack.set(other, array);\n\n // Ignore non-index properties.\n while (++index < arrLength) {\n var arrValue = array[index],\n othValue = other[index];\n\n if (customizer) {\n var compared = isPartial\n ? customizer(othValue, arrValue, index, other, array, stack)\n : customizer(arrValue, othValue, index, array, other, stack);\n }\n if (compared !== undefined) {\n if (compared) {\n continue;\n }\n result = false;\n break;\n }\n // Recursively compare arrays (susceptible to call stack limits).\n if (seen) {\n if (!arraySome(other, function(othValue, othIndex) {\n if (!cacheHas(seen, othIndex) &&\n (arrValue === othValue || equalFunc(arrValue, othValue, bitmask, customizer, stack))) {\n return seen.push(othIndex);\n }\n })) {\n result = false;\n break;\n }\n } else if (!(\n arrValue === othValue ||\n equalFunc(arrValue, othValue, bitmask, customizer, stack)\n )) {\n result = false;\n break;\n }\n }\n stack['delete'](array);\n stack['delete'](other);\n return result;\n}\n\nmodule.exports = equalArrays;\n","var anObject = require('../internals/an-object');\nvar isArrayIteratorMethod = require('../internals/is-array-iterator-method');\nvar toLength = require('../internals/to-length');\nvar bind = require('../internals/function-bind-context');\nvar getIteratorMethod = require('../internals/get-iterator-method');\nvar iteratorClose = require('../internals/iterator-close');\n\nvar Result = function (stopped, result) {\n this.stopped = stopped;\n this.result = result;\n};\n\nmodule.exports = function (iterable, unboundFunction, options) {\n var that = options && options.that;\n var AS_ENTRIES = !!(options && options.AS_ENTRIES);\n var IS_ITERATOR = !!(options && options.IS_ITERATOR);\n var INTERRUPTED = !!(options && options.INTERRUPTED);\n var fn = bind(unboundFunction, that, 1 + AS_ENTRIES + INTERRUPTED);\n var iterator, iterFn, index, length, result, next, step;\n\n var stop = function (condition) {\n if (iterator) iteratorClose(iterator);\n return new Result(true, condition);\n };\n\n var callFn = function (value) {\n if (AS_ENTRIES) {\n anObject(value);\n return INTERRUPTED ? fn(value[0], value[1], stop) : fn(value[0], value[1]);\n } return INTERRUPTED ? fn(value, stop) : fn(value);\n };\n\n if (IS_ITERATOR) {\n iterator = iterable;\n } else {\n iterFn = getIteratorMethod(iterable);\n if (typeof iterFn != 'function') throw TypeError('Target is not iterable');\n // optimisation for array iterators\n if (isArrayIteratorMethod(iterFn)) {\n for (index = 0, length = toLength(iterable.length); length > index; index++) {\n result = callFn(iterable[index]);\n if (result && result instanceof Result) return result;\n } return new Result(false);\n }\n iterator = iterFn.call(iterable);\n }\n\n next = iterator.next;\n while (!(step = next.call(iterator)).done) {\n try {\n result = callFn(step.value);\n } catch (error) {\n iteratorClose(iterator);\n throw error;\n }\n if (typeof result == 'object' && result && result instanceof Result) return result;\n } return new Result(false);\n};\n","var redefine = require('../internals/redefine');\n\nmodule.exports = function (target, src, options) {\n for (var key in src) redefine(target, key, src[key], options);\n return target;\n};\n","var requireObjectCoercible = require('../internals/require-object-coercible');\nvar whitespaces = require('../internals/whitespaces');\n\nvar whitespace = '[' + whitespaces + ']';\nvar ltrim = RegExp('^' + whitespace + whitespace + '*');\nvar rtrim = RegExp(whitespace + whitespace + '*$');\n\n// `String.prototype.{ trim, trimStart, trimEnd, trimLeft, trimRight }` methods implementation\nvar createMethod = function (TYPE) {\n return function ($this) {\n var string = String(requireObjectCoercible($this));\n if (TYPE & 1) string = string.replace(ltrim, '');\n if (TYPE & 2) string = string.replace(rtrim, '');\n return string;\n };\n};\n\nmodule.exports = {\n // `String.prototype.{ trimLeft, trimStart }` methods\n // https://tc39.es/ecma262/#sec-string.prototype.trimstart\n start: createMethod(1),\n // `String.prototype.{ trimRight, trimEnd }` methods\n // https://tc39.es/ecma262/#sec-string.prototype.trimend\n end: createMethod(2),\n // `String.prototype.trim` method\n // https://tc39.es/ecma262/#sec-string.prototype.trim\n trim: createMethod(3)\n};\n","'use strict';\nvar $ = require('../internals/export');\nvar $filter = require('../internals/array-iteration').filter;\nvar arrayMethodHasSpeciesSupport = require('../internals/array-method-has-species-support');\n\nvar HAS_SPECIES_SUPPORT = arrayMethodHasSpeciesSupport('filter');\n\n// `Array.prototype.filter` method\n// https://tc39.es/ecma262/#sec-array.prototype.filter\n// with adding support of @@species\n$({ target: 'Array', proto: true, forced: !HAS_SPECIES_SUPPORT }, {\n filter: function filter(callbackfn /* , thisArg */) {\n return $filter(this, callbackfn, arguments.length > 1 ? arguments[1] : undefined);\n }\n});\n","var isObject = require('../internals/is-object');\nvar classof = require('../internals/classof-raw');\nvar wellKnownSymbol = require('../internals/well-known-symbol');\n\nvar MATCH = wellKnownSymbol('match');\n\n// `IsRegExp` abstract operation\n// https://tc39.es/ecma262/#sec-isregexp\nmodule.exports = function (it) {\n var isRegExp;\n return isObject(it) && ((isRegExp = it[MATCH]) !== undefined ? !!isRegExp : classof(it) == 'RegExp');\n};\n","var baseSetData = require('./_baseSetData'),\n createBind = require('./_createBind'),\n createCurry = require('./_createCurry'),\n createHybrid = require('./_createHybrid'),\n createPartial = require('./_createPartial'),\n getData = require('./_getData'),\n mergeData = require('./_mergeData'),\n setData = require('./_setData'),\n setWrapToString = require('./_setWrapToString'),\n toInteger = require('./toInteger');\n\n/** Error message constants. */\nvar FUNC_ERROR_TEXT = 'Expected a function';\n\n/** Used to compose bitmasks for function metadata. */\nvar WRAP_BIND_FLAG = 1,\n WRAP_BIND_KEY_FLAG = 2,\n WRAP_CURRY_FLAG = 8,\n WRAP_CURRY_RIGHT_FLAG = 16,\n WRAP_PARTIAL_FLAG = 32,\n WRAP_PARTIAL_RIGHT_FLAG = 64;\n\n/* Built-in method references for those with the same name as other `lodash` methods. */\nvar nativeMax = Math.max;\n\n/**\n * Creates a function that either curries or invokes `func` with optional\n * `this` binding and partially applied arguments.\n *\n * @private\n * @param {Function|string} func The function or method name to wrap.\n * @param {number} bitmask The bitmask flags.\n * 1 - `_.bind`\n * 2 - `_.bindKey`\n * 4 - `_.curry` or `_.curryRight` of a bound function\n * 8 - `_.curry`\n * 16 - `_.curryRight`\n * 32 - `_.partial`\n * 64 - `_.partialRight`\n * 128 - `_.rearg`\n * 256 - `_.ary`\n * 512 - `_.flip`\n * @param {*} [thisArg] The `this` binding of `func`.\n * @param {Array} [partials] The arguments to be partially applied.\n * @param {Array} [holders] The `partials` placeholder indexes.\n * @param {Array} [argPos] The argument positions of the new function.\n * @param {number} [ary] The arity cap of `func`.\n * @param {number} [arity] The arity of `func`.\n * @returns {Function} Returns the new wrapped function.\n */\nfunction createWrap(func, bitmask, thisArg, partials, holders, argPos, ary, arity) {\n var isBindKey = bitmask & WRAP_BIND_KEY_FLAG;\n if (!isBindKey && typeof func != 'function') {\n throw new TypeError(FUNC_ERROR_TEXT);\n }\n var length = partials ? partials.length : 0;\n if (!length) {\n bitmask &= ~(WRAP_PARTIAL_FLAG | WRAP_PARTIAL_RIGHT_FLAG);\n partials = holders = undefined;\n }\n ary = ary === undefined ? ary : nativeMax(toInteger(ary), 0);\n arity = arity === undefined ? arity : toInteger(arity);\n length -= holders ? holders.length : 0;\n\n if (bitmask & WRAP_PARTIAL_RIGHT_FLAG) {\n var partialsRight = partials,\n holdersRight = holders;\n\n partials = holders = undefined;\n }\n var data = isBindKey ? undefined : getData(func);\n\n var newData = [\n func, bitmask, thisArg, partials, holders, partialsRight, holdersRight,\n argPos, ary, arity\n ];\n\n if (data) {\n mergeData(newData, data);\n }\n func = newData[0];\n bitmask = newData[1];\n thisArg = newData[2];\n partials = newData[3];\n holders = newData[4];\n arity = newData[9] = newData[9] === undefined\n ? (isBindKey ? 0 : func.length)\n : nativeMax(newData[9] - length, 0);\n\n if (!arity && bitmask & (WRAP_CURRY_FLAG | WRAP_CURRY_RIGHT_FLAG)) {\n bitmask &= ~(WRAP_CURRY_FLAG | WRAP_CURRY_RIGHT_FLAG);\n }\n if (!bitmask || bitmask == WRAP_BIND_FLAG) {\n var result = createBind(func, bitmask, thisArg);\n } else if (bitmask == WRAP_CURRY_FLAG || bitmask == WRAP_CURRY_RIGHT_FLAG) {\n result = createCurry(func, bitmask, arity);\n } else if ((bitmask == WRAP_PARTIAL_FLAG || bitmask == (WRAP_BIND_FLAG | WRAP_PARTIAL_FLAG)) && !holders.length) {\n result = createPartial(func, bitmask, thisArg, partials);\n } else {\n result = createHybrid.apply(undefined, newData);\n }\n var setter = data ? baseSetData : setData;\n return setWrapToString(setter(result, newData), func, bitmask);\n}\n\nmodule.exports = createWrap;\n","var getNative = require('./_getNative'),\n root = require('./_root');\n\n/* Built-in method references that are verified to be native. */\nvar WeakMap = getNative(root, 'WeakMap');\n\nmodule.exports = WeakMap;\n","var baseCreate = require('./_baseCreate'),\n baseLodash = require('./_baseLodash');\n\n/** Used as references for the maximum length and index of an array. */\nvar MAX_ARRAY_LENGTH = 4294967295;\n\n/**\n * Creates a lazy wrapper object which wraps `value` to enable lazy evaluation.\n *\n * @private\n * @constructor\n * @param {*} value The value to wrap.\n */\nfunction LazyWrapper(value) {\n this.__wrapped__ = value;\n this.__actions__ = [];\n this.__dir__ = 1;\n this.__filtered__ = false;\n this.__iteratees__ = [];\n this.__takeCount__ = MAX_ARRAY_LENGTH;\n this.__views__ = [];\n}\n\n// Ensure `LazyWrapper` is an instance of `baseLodash`.\nLazyWrapper.prototype = baseCreate(baseLodash.prototype);\nLazyWrapper.prototype.constructor = LazyWrapper;\n\nmodule.exports = LazyWrapper;\n","/**\n * The function whose prototype chain sequence wrappers inherit from.\n *\n * @private\n */\nfunction baseLodash() {\n // No operation performed.\n}\n\nmodule.exports = baseLodash;\n","/** Used to detect hot functions by number of calls within a span of milliseconds. */\nvar HOT_COUNT = 800,\n HOT_SPAN = 16;\n\n/* Built-in method references for those with the same name as other `lodash` methods. */\nvar nativeNow = Date.now;\n\n/**\n * Creates a function that'll short out and invoke `identity` instead\n * of `func` when it's called `HOT_COUNT` or more times in `HOT_SPAN`\n * milliseconds.\n *\n * @private\n * @param {Function} func The function to restrict.\n * @returns {Function} Returns the new shortable function.\n */\nfunction shortOut(func) {\n var count = 0,\n lastCalled = 0;\n\n return function() {\n var stamp = nativeNow(),\n remaining = HOT_SPAN - (stamp - lastCalled);\n\n lastCalled = stamp;\n if (remaining > 0) {\n if (++count >= HOT_COUNT) {\n return arguments[0];\n }\n } else {\n count = 0;\n }\n return func.apply(undefined, arguments);\n };\n}\n\nmodule.exports = shortOut;\n","var baseSetToString = require('./_baseSetToString'),\n shortOut = require('./_shortOut');\n\n/**\n * Sets the `toString` method of `func` to return `string`.\n *\n * @private\n * @param {Function} func The function to modify.\n * @param {Function} string The `toString` result.\n * @returns {Function} Returns `func`.\n */\nvar setToString = shortOut(baseSetToString);\n\nmodule.exports = setToString;\n","/**\n * A specialized version of `_.forEach` for arrays without support for\n * iteratee shorthands.\n *\n * @private\n * @param {Array} [array] The array to iterate over.\n * @param {Function} iteratee The function invoked per iteration.\n * @returns {Array} Returns `array`.\n */\nfunction arrayEach(array, iteratee) {\n var index = -1,\n length = array == null ? 0 : array.length;\n\n while (++index < length) {\n if (iteratee(array[index], index, array) === false) {\n break;\n }\n }\n return array;\n}\n\nmodule.exports = arrayEach;\n","/** Used as the internal argument placeholder. */\nvar PLACEHOLDER = '__lodash_placeholder__';\n\n/**\n * Replaces all `placeholder` elements in `array` with an internal placeholder\n * and returns an array of their indexes.\n *\n * @private\n * @param {Array} array The array to modify.\n * @param {*} placeholder The placeholder to replace.\n * @returns {Array} Returns the new array of placeholder indexes.\n */\nfunction replaceHolders(array, placeholder) {\n var index = -1,\n length = array.length,\n resIndex = 0,\n result = [];\n\n while (++index < length) {\n var value = array[index];\n if (value === placeholder || value === PLACEHOLDER) {\n array[index] = PLACEHOLDER;\n result[resIndex++] = index;\n }\n }\n return result;\n}\n\nmodule.exports = replaceHolders;\n","var baseAssignValue = require('./_baseAssignValue'),\n eq = require('./eq');\n\n/** Used for built-in method references. */\nvar objectProto = Object.prototype;\n\n/** Used to check objects for own properties. */\nvar hasOwnProperty = objectProto.hasOwnProperty;\n\n/**\n * Assigns `value` to `key` of `object` if the existing value is not equivalent\n * using [`SameValueZero`](http://ecma-international.org/ecma-262/7.0/#sec-samevaluezero)\n * for equality comparisons.\n *\n * @private\n * @param {Object} object The object to modify.\n * @param {string} key The key of the property to assign.\n * @param {*} value The value to assign.\n */\nfunction assignValue(object, key, value) {\n var objValue = object[key];\n if (!(hasOwnProperty.call(object, key) && eq(objValue, value)) ||\n (value === undefined && !(key in object))) {\n baseAssignValue(object, key, value);\n }\n}\n\nmodule.exports = assignValue;\n","var isPrototype = require('./_isPrototype'),\n nativeKeys = require('./_nativeKeys');\n\n/** Used for built-in method references. */\nvar objectProto = Object.prototype;\n\n/** Used to check objects for own properties. */\nvar hasOwnProperty = objectProto.hasOwnProperty;\n\n/**\n * The base implementation of `_.keys` which doesn't treat sparse arrays as dense.\n *\n * @private\n * @param {Object} object The object to query.\n * @returns {Array} Returns the array of property names.\n */\nfunction baseKeys(object) {\n if (!isPrototype(object)) {\n return nativeKeys(object);\n }\n var result = [];\n for (var key in Object(object)) {\n if (hasOwnProperty.call(object, key) && key != 'constructor') {\n result.push(key);\n }\n }\n return result;\n}\n\nmodule.exports = baseKeys;\n","/**\n * This method returns a new empty array.\n *\n * @static\n * @memberOf _\n * @since 4.13.0\n * @category Util\n * @returns {Array} Returns the new empty array.\n * @example\n *\n * var arrays = _.times(2, _.stubArray);\n *\n * console.log(arrays);\n * // => [[], []]\n *\n * console.log(arrays[0] === arrays[1]);\n * // => false\n */\nfunction stubArray() {\n return [];\n}\n\nmodule.exports = stubArray;\n","var baseGetAllKeys = require('./_baseGetAllKeys'),\n getSymbols = require('./_getSymbols'),\n keys = require('./keys');\n\n/**\n * Creates an array of own enumerable property names and symbols of `object`.\n *\n * @private\n * @param {Object} object The object to query.\n * @returns {Array} Returns the array of property names and symbols.\n */\nfunction getAllKeys(object) {\n return baseGetAllKeys(object, keys, getSymbols);\n}\n\nmodule.exports = getAllKeys;\n","var arrayPush = require('./_arrayPush'),\n isArray = require('./isArray');\n\n/**\n * The base implementation of `getAllKeys` and `getAllKeysIn` which uses\n * `keysFunc` and `symbolsFunc` to get the enumerable property names and\n * symbols of `object`.\n *\n * @private\n * @param {Object} object The object to query.\n * @param {Function} keysFunc The function to get the keys of `object`.\n * @param {Function} symbolsFunc The function to get the symbols of `object`.\n * @returns {Array} Returns the array of property names and symbols.\n */\nfunction baseGetAllKeys(object, keysFunc, symbolsFunc) {\n var result = keysFunc(object);\n return isArray(object) ? result : arrayPush(result, symbolsFunc(object));\n}\n\nmodule.exports = baseGetAllKeys;\n","var baseIsEqualDeep = require('./_baseIsEqualDeep'),\n isObjectLike = require('./isObjectLike');\n\n/**\n * The base implementation of `_.isEqual` which supports partial comparisons\n * and tracks traversed objects.\n *\n * @private\n * @param {*} value The value to compare.\n * @param {*} other The other value to compare.\n * @param {boolean} bitmask The bitmask flags.\n * 1 - Unordered comparison\n * 2 - Partial comparison\n * @param {Function} [customizer] The function to customize comparisons.\n * @param {Object} [stack] Tracks traversed `value` and `other` objects.\n * @returns {boolean} Returns `true` if the values are equivalent, else `false`.\n */\nfunction baseIsEqual(value, other, bitmask, customizer, stack) {\n if (value === other) {\n return true;\n }\n if (value == null || other == null || (!isObjectLike(value) && !isObjectLike(other))) {\n return value !== value && other !== other;\n }\n return baseIsEqualDeep(value, other, bitmask, customizer, baseIsEqual, stack);\n}\n\nmodule.exports = baseIsEqual;\n","var isArray = require('./isArray'),\n isSymbol = require('./isSymbol');\n\n/** Used to match property names within property paths. */\nvar reIsDeepProp = /\\.|\\[(?:[^[\\]]*|([\"'])(?:(?!\\1)[^\\\\]|\\\\.)*?\\1)\\]/,\n reIsPlainProp = /^\\w*$/;\n\n/**\n * Checks if `value` is a property name and not a property path.\n *\n * @private\n * @param {*} value The value to check.\n * @param {Object} [object] The object to query keys on.\n * @returns {boolean} Returns `true` if `value` is a property name, else `false`.\n */\nfunction isKey(value, object) {\n if (isArray(value)) {\n return false;\n }\n var type = typeof value;\n if (type == 'number' || type == 'symbol' || type == 'boolean' ||\n value == null || isSymbol(value)) {\n return true;\n }\n return reIsPlainProp.test(value) || !reIsDeepProp.test(value) ||\n (object != null && value in Object(object));\n}\n\nmodule.exports = isKey;\n","var hiddenKeys = require('../internals/hidden-keys');\nvar isObject = require('../internals/is-object');\nvar has = require('../internals/has');\nvar defineProperty = require('../internals/object-define-property').f;\nvar uid = require('../internals/uid');\nvar FREEZING = require('../internals/freezing');\n\nvar METADATA = uid('meta');\nvar id = 0;\n\n// eslint-disable-next-line es/no-object-isextensible -- safe\nvar isExtensible = Object.isExtensible || function () {\n return true;\n};\n\nvar setMetadata = function (it) {\n defineProperty(it, METADATA, { value: {\n objectID: 'O' + ++id, // object ID\n weakData: {} // weak collections IDs\n } });\n};\n\nvar fastKey = function (it, create) {\n // return a primitive with prefix\n if (!isObject(it)) return typeof it == 'symbol' ? it : (typeof it == 'string' ? 'S' : 'P') + it;\n if (!has(it, METADATA)) {\n // can't set metadata to uncaught frozen object\n if (!isExtensible(it)) return 'F';\n // not necessary to add metadata\n if (!create) return 'E';\n // add missing metadata\n setMetadata(it);\n // return object ID\n } return it[METADATA].objectID;\n};\n\nvar getWeakData = function (it, create) {\n if (!has(it, METADATA)) {\n // can't set metadata to uncaught frozen object\n if (!isExtensible(it)) return true;\n // not necessary to add metadata\n if (!create) return false;\n // add missing metadata\n setMetadata(it);\n // return the store of weak collections IDs\n } return it[METADATA].weakData;\n};\n\n// add metadata on freeze-family methods calling\nvar onFreeze = function (it) {\n if (FREEZING && meta.REQUIRED && isExtensible(it) && !has(it, METADATA)) setMetadata(it);\n return it;\n};\n\nvar meta = module.exports = {\n REQUIRED: false,\n fastKey: fastKey,\n getWeakData: getWeakData,\n onFreeze: onFreeze\n};\n\nhiddenKeys[METADATA] = true;\n","// a string of all valid unicode whitespaces\nmodule.exports = '\\u0009\\u000A\\u000B\\u000C\\u000D\\u0020\\u00A0\\u1680\\u2000\\u2001\\u2002' +\n '\\u2003\\u2004\\u2005\\u2006\\u2007\\u2008\\u2009\\u200A\\u202F\\u205F\\u3000\\u2028\\u2029\\uFEFF';\n","'use strict';\nvar charAt = require('../internals/string-multibyte').charAt;\nvar InternalStateModule = require('../internals/internal-state');\nvar defineIterator = require('../internals/define-iterator');\n\nvar STRING_ITERATOR = 'String Iterator';\nvar setInternalState = InternalStateModule.set;\nvar getInternalState = InternalStateModule.getterFor(STRING_ITERATOR);\n\n// `String.prototype[@@iterator]` method\n// https://tc39.es/ecma262/#sec-string.prototype-@@iterator\ndefineIterator(String, 'String', function (iterated) {\n setInternalState(this, {\n type: STRING_ITERATOR,\n string: String(iterated),\n index: 0\n });\n// `%StringIteratorPrototype%.next` method\n// https://tc39.es/ecma262/#sec-%stringiteratorprototype%.next\n}, function next() {\n var state = getInternalState(this);\n var string = state.string;\n var index = state.index;\n var point;\n if (index >= string.length) return { value: undefined, done: true };\n point = charAt(string, index);\n state.index += point.length;\n return { value: point, done: false };\n});\n","/**!\n * @fileOverview Kickass library to create and place poppers near their reference elements.\n * @version 1.16.1\n * @license\n * Copyright (c) 2016 Federico Zivolo and contributors\n *\n * Permission is hereby granted, free of charge, to any person obtaining a copy\n * of this software and associated documentation files (the \"Software\"), to deal\n * in the Software without restriction, including without limitation the rights\n * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\n * copies of the Software, and to permit persons to whom the Software is\n * furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in all\n * copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\n * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\n * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n * SOFTWARE.\n */\nvar isBrowser = typeof window !== 'undefined' && typeof document !== 'undefined' && typeof navigator !== 'undefined';\n\nvar timeoutDuration = function () {\n var longerTimeoutBrowsers = ['Edge', 'Trident', 'Firefox'];\n for (var i = 0; i < longerTimeoutBrowsers.length; i += 1) {\n if (isBrowser && navigator.userAgent.indexOf(longerTimeoutBrowsers[i]) >= 0) {\n return 1;\n }\n }\n return 0;\n}();\n\nfunction microtaskDebounce(fn) {\n var called = false;\n return function () {\n if (called) {\n return;\n }\n called = true;\n window.Promise.resolve().then(function () {\n called = false;\n fn();\n });\n };\n}\n\nfunction taskDebounce(fn) {\n var scheduled = false;\n return function () {\n if (!scheduled) {\n scheduled = true;\n setTimeout(function () {\n scheduled = false;\n fn();\n }, timeoutDuration);\n }\n };\n}\n\nvar supportsMicroTasks = isBrowser && window.Promise;\n\n/**\n* Create a debounced version of a method, that's asynchronously deferred\n* but called in the minimum time possible.\n*\n* @method\n* @memberof Popper.Utils\n* @argument {Function} fn\n* @returns {Function}\n*/\nvar debounce = supportsMicroTasks ? microtaskDebounce : taskDebounce;\n\n/**\n * Check if the given variable is a function\n * @method\n * @memberof Popper.Utils\n * @argument {Any} functionToCheck - variable to check\n * @returns {Boolean} answer to: is a function?\n */\nfunction isFunction(functionToCheck) {\n var getType = {};\n return functionToCheck && getType.toString.call(functionToCheck) === '[object Function]';\n}\n\n/**\n * Get CSS computed property of the given element\n * @method\n * @memberof Popper.Utils\n * @argument {Eement} element\n * @argument {String} property\n */\nfunction getStyleComputedProperty(element, property) {\n if (element.nodeType !== 1) {\n return [];\n }\n // NOTE: 1 DOM access here\n var window = element.ownerDocument.defaultView;\n var css = window.getComputedStyle(element, null);\n return property ? css[property] : css;\n}\n\n/**\n * Returns the parentNode or the host of the element\n * @method\n * @memberof Popper.Utils\n * @argument {Element} element\n * @returns {Element} parent\n */\nfunction getParentNode(element) {\n if (element.nodeName === 'HTML') {\n return element;\n }\n return element.parentNode || element.host;\n}\n\n/**\n * Returns the scrolling parent of the given element\n * @method\n * @memberof Popper.Utils\n * @argument {Element} element\n * @returns {Element} scroll parent\n */\nfunction getScrollParent(element) {\n // Return body, `getScroll` will take care to get the correct `scrollTop` from it\n if (!element) {\n return document.body;\n }\n\n switch (element.nodeName) {\n case 'HTML':\n case 'BODY':\n return element.ownerDocument.body;\n case '#document':\n return element.body;\n }\n\n // Firefox want us to check `-x` and `-y` variations as well\n\n var _getStyleComputedProp = getStyleComputedProperty(element),\n overflow = _getStyleComputedProp.overflow,\n overflowX = _getStyleComputedProp.overflowX,\n overflowY = _getStyleComputedProp.overflowY;\n\n if (/(auto|scroll|overlay)/.test(overflow + overflowY + overflowX)) {\n return element;\n }\n\n return getScrollParent(getParentNode(element));\n}\n\n/**\n * Returns the reference node of the reference object, or the reference object itself.\n * @method\n * @memberof Popper.Utils\n * @param {Element|Object} reference - the reference element (the popper will be relative to this)\n * @returns {Element} parent\n */\nfunction getReferenceNode(reference) {\n return reference && reference.referenceNode ? reference.referenceNode : reference;\n}\n\nvar isIE11 = isBrowser && !!(window.MSInputMethodContext && document.documentMode);\nvar isIE10 = isBrowser && /MSIE 10/.test(navigator.userAgent);\n\n/**\n * Determines if the browser is Internet Explorer\n * @method\n * @memberof Popper.Utils\n * @param {Number} version to check\n * @returns {Boolean} isIE\n */\nfunction isIE(version) {\n if (version === 11) {\n return isIE11;\n }\n if (version === 10) {\n return isIE10;\n }\n return isIE11 || isIE10;\n}\n\n/**\n * Returns the offset parent of the given element\n * @method\n * @memberof Popper.Utils\n * @argument {Element} element\n * @returns {Element} offset parent\n */\nfunction getOffsetParent(element) {\n if (!element) {\n return document.documentElement;\n }\n\n var noOffsetParent = isIE(10) ? document.body : null;\n\n // NOTE: 1 DOM access here\n var offsetParent = element.offsetParent || null;\n // Skip hidden elements which don't have an offsetParent\n while (offsetParent === noOffsetParent && element.nextElementSibling) {\n offsetParent = (element = element.nextElementSibling).offsetParent;\n }\n\n var nodeName = offsetParent && offsetParent.nodeName;\n\n if (!nodeName || nodeName === 'BODY' || nodeName === 'HTML') {\n return element ? element.ownerDocument.documentElement : document.documentElement;\n }\n\n // .offsetParent will return the closest TH, TD or TABLE in case\n // no offsetParent is present, I hate this job...\n if (['TH', 'TD', 'TABLE'].indexOf(offsetParent.nodeName) !== -1 && getStyleComputedProperty(offsetParent, 'position') === 'static') {\n return getOffsetParent(offsetParent);\n }\n\n return offsetParent;\n}\n\nfunction isOffsetContainer(element) {\n var nodeName = element.nodeName;\n\n if (nodeName === 'BODY') {\n return false;\n }\n return nodeName === 'HTML' || getOffsetParent(element.firstElementChild) === element;\n}\n\n/**\n * Finds the root node (document, shadowDOM root) of the given element\n * @method\n * @memberof Popper.Utils\n * @argument {Element} node\n * @returns {Element} root node\n */\nfunction getRoot(node) {\n if (node.parentNode !== null) {\n return getRoot(node.parentNode);\n }\n\n return node;\n}\n\n/**\n * Finds the offset parent common to the two provided nodes\n * @method\n * @memberof Popper.Utils\n * @argument {Element} element1\n * @argument {Element} element2\n * @returns {Element} common offset parent\n */\nfunction findCommonOffsetParent(element1, element2) {\n // This check is needed to avoid errors in case one of the elements isn't defined for any reason\n if (!element1 || !element1.nodeType || !element2 || !element2.nodeType) {\n return document.documentElement;\n }\n\n // Here we make sure to give as \"start\" the element that comes first in the DOM\n var order = element1.compareDocumentPosition(element2) & Node.DOCUMENT_POSITION_FOLLOWING;\n var start = order ? element1 : element2;\n var end = order ? element2 : element1;\n\n // Get common ancestor container\n var range = document.createRange();\n range.setStart(start, 0);\n range.setEnd(end, 0);\n var commonAncestorContainer = range.commonAncestorContainer;\n\n // Both nodes are inside #document\n\n if (element1 !== commonAncestorContainer && element2 !== commonAncestorContainer || start.contains(end)) {\n if (isOffsetContainer(commonAncestorContainer)) {\n return commonAncestorContainer;\n }\n\n return getOffsetParent(commonAncestorContainer);\n }\n\n // one of the nodes is inside shadowDOM, find which one\n var element1root = getRoot(element1);\n if (element1root.host) {\n return findCommonOffsetParent(element1root.host, element2);\n } else {\n return findCommonOffsetParent(element1, getRoot(element2).host);\n }\n}\n\n/**\n * Gets the scroll value of the given element in the given side (top and left)\n * @method\n * @memberof Popper.Utils\n * @argument {Element} element\n * @argument {String} side `top` or `left`\n * @returns {number} amount of scrolled pixels\n */\nfunction getScroll(element) {\n var side = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : 'top';\n\n var upperSide = side === 'top' ? 'scrollTop' : 'scrollLeft';\n var nodeName = element.nodeName;\n\n if (nodeName === 'BODY' || nodeName === 'HTML') {\n var html = element.ownerDocument.documentElement;\n var scrollingElement = element.ownerDocument.scrollingElement || html;\n return scrollingElement[upperSide];\n }\n\n return element[upperSide];\n}\n\n/*\n * Sum or subtract the element scroll values (left and top) from a given rect object\n * @method\n * @memberof Popper.Utils\n * @param {Object} rect - Rect object you want to change\n * @param {HTMLElement} element - The element from the function reads the scroll values\n * @param {Boolean} subtract - set to true if you want to subtract the scroll values\n * @return {Object} rect - The modifier rect object\n */\nfunction includeScroll(rect, element) {\n var subtract = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : false;\n\n var scrollTop = getScroll(element, 'top');\n var scrollLeft = getScroll(element, 'left');\n var modifier = subtract ? -1 : 1;\n rect.top += scrollTop * modifier;\n rect.bottom += scrollTop * modifier;\n rect.left += scrollLeft * modifier;\n rect.right += scrollLeft * modifier;\n return rect;\n}\n\n/*\n * Helper to detect borders of a given element\n * @method\n * @memberof Popper.Utils\n * @param {CSSStyleDeclaration} styles\n * Result of `getStyleComputedProperty` on the given element\n * @param {String} axis - `x` or `y`\n * @return {number} borders - The borders size of the given axis\n */\n\nfunction getBordersSize(styles, axis) {\n var sideA = axis === 'x' ? 'Left' : 'Top';\n var sideB = sideA === 'Left' ? 'Right' : 'Bottom';\n\n return parseFloat(styles['border' + sideA + 'Width']) + parseFloat(styles['border' + sideB + 'Width']);\n}\n\nfunction getSize(axis, body, html, computedStyle) {\n return Math.max(body['offset' + axis], body['scroll' + axis], html['client' + axis], html['offset' + axis], html['scroll' + axis], isIE(10) ? parseInt(html['offset' + axis]) + parseInt(computedStyle['margin' + (axis === 'Height' ? 'Top' : 'Left')]) + parseInt(computedStyle['margin' + (axis === 'Height' ? 'Bottom' : 'Right')]) : 0);\n}\n\nfunction getWindowSizes(document) {\n var body = document.body;\n var html = document.documentElement;\n var computedStyle = isIE(10) && getComputedStyle(html);\n\n return {\n height: getSize('Height', body, html, computedStyle),\n width: getSize('Width', body, html, computedStyle)\n };\n}\n\nvar classCallCheck = function (instance, Constructor) {\n if (!(instance instanceof Constructor)) {\n throw new TypeError(\"Cannot call a class as a function\");\n }\n};\n\nvar createClass = function () {\n function defineProperties(target, props) {\n for (var i = 0; i < props.length; i++) {\n var descriptor = props[i];\n descriptor.enumerable = descriptor.enumerable || false;\n descriptor.configurable = true;\n if (\"value\" in descriptor) descriptor.writable = true;\n Object.defineProperty(target, descriptor.key, descriptor);\n }\n }\n\n return function (Constructor, protoProps, staticProps) {\n if (protoProps) defineProperties(Constructor.prototype, protoProps);\n if (staticProps) defineProperties(Constructor, staticProps);\n return Constructor;\n };\n}();\n\n\n\n\n\nvar defineProperty = function (obj, key, value) {\n if (key in obj) {\n Object.defineProperty(obj, key, {\n value: value,\n enumerable: true,\n configurable: true,\n writable: true\n });\n } else {\n obj[key] = value;\n }\n\n return obj;\n};\n\nvar _extends = Object.assign || function (target) {\n for (var i = 1; i < arguments.length; i++) {\n var source = arguments[i];\n\n for (var key in source) {\n if (Object.prototype.hasOwnProperty.call(source, key)) {\n target[key] = source[key];\n }\n }\n }\n\n return target;\n};\n\n/**\n * Given element offsets, generate an output similar to getBoundingClientRect\n * @method\n * @memberof Popper.Utils\n * @argument {Object} offsets\n * @returns {Object} ClientRect like output\n */\nfunction getClientRect(offsets) {\n return _extends({}, offsets, {\n right: offsets.left + offsets.width,\n bottom: offsets.top + offsets.height\n });\n}\n\n/**\n * Get bounding client rect of given element\n * @method\n * @memberof Popper.Utils\n * @param {HTMLElement} element\n * @return {Object} client rect\n */\nfunction getBoundingClientRect(element) {\n var rect = {};\n\n // IE10 10 FIX: Please, don't ask, the element isn't\n // considered in DOM in some circumstances...\n // This isn't reproducible in IE10 compatibility mode of IE11\n try {\n if (isIE(10)) {\n rect = element.getBoundingClientRect();\n var scrollTop = getScroll(element, 'top');\n var scrollLeft = getScroll(element, 'left');\n rect.top += scrollTop;\n rect.left += scrollLeft;\n rect.bottom += scrollTop;\n rect.right += scrollLeft;\n } else {\n rect = element.getBoundingClientRect();\n }\n } catch (e) {}\n\n var result = {\n left: rect.left,\n top: rect.top,\n width: rect.right - rect.left,\n height: rect.bottom - rect.top\n };\n\n // subtract scrollbar size from sizes\n var sizes = element.nodeName === 'HTML' ? getWindowSizes(element.ownerDocument) : {};\n var width = sizes.width || element.clientWidth || result.width;\n var height = sizes.height || element.clientHeight || result.height;\n\n var horizScrollbar = element.offsetWidth - width;\n var vertScrollbar = element.offsetHeight - height;\n\n // if an hypothetical scrollbar is detected, we must be sure it's not a `border`\n // we make this check conditional for performance reasons\n if (horizScrollbar || vertScrollbar) {\n var styles = getStyleComputedProperty(element);\n horizScrollbar -= getBordersSize(styles, 'x');\n vertScrollbar -= getBordersSize(styles, 'y');\n\n result.width -= horizScrollbar;\n result.height -= vertScrollbar;\n }\n\n return getClientRect(result);\n}\n\nfunction getOffsetRectRelativeToArbitraryNode(children, parent) {\n var fixedPosition = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : false;\n\n var isIE10 = isIE(10);\n var isHTML = parent.nodeName === 'HTML';\n var childrenRect = getBoundingClientRect(children);\n var parentRect = getBoundingClientRect(parent);\n var scrollParent = getScrollParent(children);\n\n var styles = getStyleComputedProperty(parent);\n var borderTopWidth = parseFloat(styles.borderTopWidth);\n var borderLeftWidth = parseFloat(styles.borderLeftWidth);\n\n // In cases where the parent is fixed, we must ignore negative scroll in offset calc\n if (fixedPosition && isHTML) {\n parentRect.top = Math.max(parentRect.top, 0);\n parentRect.left = Math.max(parentRect.left, 0);\n }\n var offsets = getClientRect({\n top: childrenRect.top - parentRect.top - borderTopWidth,\n left: childrenRect.left - parentRect.left - borderLeftWidth,\n width: childrenRect.width,\n height: childrenRect.height\n });\n offsets.marginTop = 0;\n offsets.marginLeft = 0;\n\n // Subtract margins of documentElement in case it's being used as parent\n // we do this only on HTML because it's the only element that behaves\n // differently when margins are applied to it. The margins are included in\n // the box of the documentElement, in the other cases not.\n if (!isIE10 && isHTML) {\n var marginTop = parseFloat(styles.marginTop);\n var marginLeft = parseFloat(styles.marginLeft);\n\n offsets.top -= borderTopWidth - marginTop;\n offsets.bottom -= borderTopWidth - marginTop;\n offsets.left -= borderLeftWidth - marginLeft;\n offsets.right -= borderLeftWidth - marginLeft;\n\n // Attach marginTop and marginLeft because in some circumstances we may need them\n offsets.marginTop = marginTop;\n offsets.marginLeft = marginLeft;\n }\n\n if (isIE10 && !fixedPosition ? parent.contains(scrollParent) : parent === scrollParent && scrollParent.nodeName !== 'BODY') {\n offsets = includeScroll(offsets, parent);\n }\n\n return offsets;\n}\n\nfunction getViewportOffsetRectRelativeToArtbitraryNode(element) {\n var excludeScroll = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : false;\n\n var html = element.ownerDocument.documentElement;\n var relativeOffset = getOffsetRectRelativeToArbitraryNode(element, html);\n var width = Math.max(html.clientWidth, window.innerWidth || 0);\n var height = Math.max(html.clientHeight, window.innerHeight || 0);\n\n var scrollTop = !excludeScroll ? getScroll(html) : 0;\n var scrollLeft = !excludeScroll ? getScroll(html, 'left') : 0;\n\n var offset = {\n top: scrollTop - relativeOffset.top + relativeOffset.marginTop,\n left: scrollLeft - relativeOffset.left + relativeOffset.marginLeft,\n width: width,\n height: height\n };\n\n return getClientRect(offset);\n}\n\n/**\n * Check if the given element is fixed or is inside a fixed parent\n * @method\n * @memberof Popper.Utils\n * @argument {Element} element\n * @argument {Element} customContainer\n * @returns {Boolean} answer to \"isFixed?\"\n */\nfunction isFixed(element) {\n var nodeName = element.nodeName;\n if (nodeName === 'BODY' || nodeName === 'HTML') {\n return false;\n }\n if (getStyleComputedProperty(element, 'position') === 'fixed') {\n return true;\n }\n var parentNode = getParentNode(element);\n if (!parentNode) {\n return false;\n }\n return isFixed(parentNode);\n}\n\n/**\n * Finds the first parent of an element that has a transformed property defined\n * @method\n * @memberof Popper.Utils\n * @argument {Element} element\n * @returns {Element} first transformed parent or documentElement\n */\n\nfunction getFixedPositionOffsetParent(element) {\n // This check is needed to avoid errors in case one of the elements isn't defined for any reason\n if (!element || !element.parentElement || isIE()) {\n return document.documentElement;\n }\n var el = element.parentElement;\n while (el && getStyleComputedProperty(el, 'transform') === 'none') {\n el = el.parentElement;\n }\n return el || document.documentElement;\n}\n\n/**\n * Computed the boundaries limits and return them\n * @method\n * @memberof Popper.Utils\n * @param {HTMLElement} popper\n * @param {HTMLElement} reference\n * @param {number} padding\n * @param {HTMLElement} boundariesElement - Element used to define the boundaries\n * @param {Boolean} fixedPosition - Is in fixed position mode\n * @returns {Object} Coordinates of the boundaries\n */\nfunction getBoundaries(popper, reference, padding, boundariesElement) {\n var fixedPosition = arguments.length > 4 && arguments[4] !== undefined ? arguments[4] : false;\n\n // NOTE: 1 DOM access here\n\n var boundaries = { top: 0, left: 0 };\n var offsetParent = fixedPosition ? getFixedPositionOffsetParent(popper) : findCommonOffsetParent(popper, getReferenceNode(reference));\n\n // Handle viewport case\n if (boundariesElement === 'viewport') {\n boundaries = getViewportOffsetRectRelativeToArtbitraryNode(offsetParent, fixedPosition);\n } else {\n // Handle other cases based on DOM element used as boundaries\n var boundariesNode = void 0;\n if (boundariesElement === 'scrollParent') {\n boundariesNode = getScrollParent(getParentNode(reference));\n if (boundariesNode.nodeName === 'BODY') {\n boundariesNode = popper.ownerDocument.documentElement;\n }\n } else if (boundariesElement === 'window') {\n boundariesNode = popper.ownerDocument.documentElement;\n } else {\n boundariesNode = boundariesElement;\n }\n\n var offsets = getOffsetRectRelativeToArbitraryNode(boundariesNode, offsetParent, fixedPosition);\n\n // In case of HTML, we need a different computation\n if (boundariesNode.nodeName === 'HTML' && !isFixed(offsetParent)) {\n var _getWindowSizes = getWindowSizes(popper.ownerDocument),\n height = _getWindowSizes.height,\n width = _getWindowSizes.width;\n\n boundaries.top += offsets.top - offsets.marginTop;\n boundaries.bottom = height + offsets.top;\n boundaries.left += offsets.left - offsets.marginLeft;\n boundaries.right = width + offsets.left;\n } else {\n // for all the other DOM elements, this one is good\n boundaries = offsets;\n }\n }\n\n // Add paddings\n padding = padding || 0;\n var isPaddingNumber = typeof padding === 'number';\n boundaries.left += isPaddingNumber ? padding : padding.left || 0;\n boundaries.top += isPaddingNumber ? padding : padding.top || 0;\n boundaries.right -= isPaddingNumber ? padding : padding.right || 0;\n boundaries.bottom -= isPaddingNumber ? padding : padding.bottom || 0;\n\n return boundaries;\n}\n\nfunction getArea(_ref) {\n var width = _ref.width,\n height = _ref.height;\n\n return width * height;\n}\n\n/**\n * Utility used to transform the `auto` placement to the placement with more\n * available space.\n * @method\n * @memberof Popper.Utils\n * @argument {Object} data - The data object generated by update method\n * @argument {Object} options - Modifiers configuration and options\n * @returns {Object} The data object, properly modified\n */\nfunction computeAutoPlacement(placement, refRect, popper, reference, boundariesElement) {\n var padding = arguments.length > 5 && arguments[5] !== undefined ? arguments[5] : 0;\n\n if (placement.indexOf('auto') === -1) {\n return placement;\n }\n\n var boundaries = getBoundaries(popper, reference, padding, boundariesElement);\n\n var rects = {\n top: {\n width: boundaries.width,\n height: refRect.top - boundaries.top\n },\n right: {\n width: boundaries.right - refRect.right,\n height: boundaries.height\n },\n bottom: {\n width: boundaries.width,\n height: boundaries.bottom - refRect.bottom\n },\n left: {\n width: refRect.left - boundaries.left,\n height: boundaries.height\n }\n };\n\n var sortedAreas = Object.keys(rects).map(function (key) {\n return _extends({\n key: key\n }, rects[key], {\n area: getArea(rects[key])\n });\n }).sort(function (a, b) {\n return b.area - a.area;\n });\n\n var filteredAreas = sortedAreas.filter(function (_ref2) {\n var width = _ref2.width,\n height = _ref2.height;\n return width >= popper.clientWidth && height >= popper.clientHeight;\n });\n\n var computedPlacement = filteredAreas.length > 0 ? filteredAreas[0].key : sortedAreas[0].key;\n\n var variation = placement.split('-')[1];\n\n return computedPlacement + (variation ? '-' + variation : '');\n}\n\n/**\n * Get offsets to the reference element\n * @method\n * @memberof Popper.Utils\n * @param {Object} state\n * @param {Element} popper - the popper element\n * @param {Element} reference - the reference element (the popper will be relative to this)\n * @param {Element} fixedPosition - is in fixed position mode\n * @returns {Object} An object containing the offsets which will be applied to the popper\n */\nfunction getReferenceOffsets(state, popper, reference) {\n var fixedPosition = arguments.length > 3 && arguments[3] !== undefined ? arguments[3] : null;\n\n var commonOffsetParent = fixedPosition ? getFixedPositionOffsetParent(popper) : findCommonOffsetParent(popper, getReferenceNode(reference));\n return getOffsetRectRelativeToArbitraryNode(reference, commonOffsetParent, fixedPosition);\n}\n\n/**\n * Get the outer sizes of the given element (offset size + margins)\n * @method\n * @memberof Popper.Utils\n * @argument {Element} element\n * @returns {Object} object containing width and height properties\n */\nfunction getOuterSizes(element) {\n var window = element.ownerDocument.defaultView;\n var styles = window.getComputedStyle(element);\n var x = parseFloat(styles.marginTop || 0) + parseFloat(styles.marginBottom || 0);\n var y = parseFloat(styles.marginLeft || 0) + parseFloat(styles.marginRight || 0);\n var result = {\n width: element.offsetWidth + y,\n height: element.offsetHeight + x\n };\n return result;\n}\n\n/**\n * Get the opposite placement of the given one\n * @method\n * @memberof Popper.Utils\n * @argument {String} placement\n * @returns {String} flipped placement\n */\nfunction getOppositePlacement(placement) {\n var hash = { left: 'right', right: 'left', bottom: 'top', top: 'bottom' };\n return placement.replace(/left|right|bottom|top/g, function (matched) {\n return hash[matched];\n });\n}\n\n/**\n * Get offsets to the popper\n * @method\n * @memberof Popper.Utils\n * @param {Object} position - CSS position the Popper will get applied\n * @param {HTMLElement} popper - the popper element\n * @param {Object} referenceOffsets - the reference offsets (the popper will be relative to this)\n * @param {String} placement - one of the valid placement options\n * @returns {Object} popperOffsets - An object containing the offsets which will be applied to the popper\n */\nfunction getPopperOffsets(popper, referenceOffsets, placement) {\n placement = placement.split('-')[0];\n\n // Get popper node sizes\n var popperRect = getOuterSizes(popper);\n\n // Add position, width and height to our offsets object\n var popperOffsets = {\n width: popperRect.width,\n height: popperRect.height\n };\n\n // depending by the popper placement we have to compute its offsets slightly differently\n var isHoriz = ['right', 'left'].indexOf(placement) !== -1;\n var mainSide = isHoriz ? 'top' : 'left';\n var secondarySide = isHoriz ? 'left' : 'top';\n var measurement = isHoriz ? 'height' : 'width';\n var secondaryMeasurement = !isHoriz ? 'height' : 'width';\n\n popperOffsets[mainSide] = referenceOffsets[mainSide] + referenceOffsets[measurement] / 2 - popperRect[measurement] / 2;\n if (placement === secondarySide) {\n popperOffsets[secondarySide] = referenceOffsets[secondarySide] - popperRect[secondaryMeasurement];\n } else {\n popperOffsets[secondarySide] = referenceOffsets[getOppositePlacement(secondarySide)];\n }\n\n return popperOffsets;\n}\n\n/**\n * Mimics the `find` method of Array\n * @method\n * @memberof Popper.Utils\n * @argument {Array} arr\n * @argument prop\n * @argument value\n * @returns index or -1\n */\nfunction find(arr, check) {\n // use native find if supported\n if (Array.prototype.find) {\n return arr.find(check);\n }\n\n // use `filter` to obtain the same behavior of `find`\n return arr.filter(check)[0];\n}\n\n/**\n * Return the index of the matching object\n * @method\n * @memberof Popper.Utils\n * @argument {Array} arr\n * @argument prop\n * @argument value\n * @returns index or -1\n */\nfunction findIndex(arr, prop, value) {\n // use native findIndex if supported\n if (Array.prototype.findIndex) {\n return arr.findIndex(function (cur) {\n return cur[prop] === value;\n });\n }\n\n // use `find` + `indexOf` if `findIndex` isn't supported\n var match = find(arr, function (obj) {\n return obj[prop] === value;\n });\n return arr.indexOf(match);\n}\n\n/**\n * Loop trough the list of modifiers and run them in order,\n * each of them will then edit the data object.\n * @method\n * @memberof Popper.Utils\n * @param {dataObject} data\n * @param {Array} modifiers\n * @param {String} ends - Optional modifier name used as stopper\n * @returns {dataObject}\n */\nfunction runModifiers(modifiers, data, ends) {\n var modifiersToRun = ends === undefined ? modifiers : modifiers.slice(0, findIndex(modifiers, 'name', ends));\n\n modifiersToRun.forEach(function (modifier) {\n if (modifier['function']) {\n // eslint-disable-line dot-notation\n console.warn('`modifier.function` is deprecated, use `modifier.fn`!');\n }\n var fn = modifier['function'] || modifier.fn; // eslint-disable-line dot-notation\n if (modifier.enabled && isFunction(fn)) {\n // Add properties to offsets to make them a complete clientRect object\n // we do this before each modifier to make sure the previous one doesn't\n // mess with these values\n data.offsets.popper = getClientRect(data.offsets.popper);\n data.offsets.reference = getClientRect(data.offsets.reference);\n\n data = fn(data, modifier);\n }\n });\n\n return data;\n}\n\n/**\n * Updates the position of the popper, computing the new offsets and applying\n * the new style.<br />\n * Prefer `scheduleUpdate` over `update` because of performance reasons.\n * @method\n * @memberof Popper\n */\nfunction update() {\n // if popper is destroyed, don't perform any further update\n if (this.state.isDestroyed) {\n return;\n }\n\n var data = {\n instance: this,\n styles: {},\n arrowStyles: {},\n attributes: {},\n flipped: false,\n offsets: {}\n };\n\n // compute reference element offsets\n data.offsets.reference = getReferenceOffsets(this.state, this.popper, this.reference, this.options.positionFixed);\n\n // compute auto placement, store placement inside the data object,\n // modifiers will be able to edit `placement` if needed\n // and refer to originalPlacement to know the original value\n data.placement = computeAutoPlacement(this.options.placement, data.offsets.reference, this.popper, this.reference, this.options.modifiers.flip.boundariesElement, this.options.modifiers.flip.padding);\n\n // store the computed placement inside `originalPlacement`\n data.originalPlacement = data.placement;\n\n data.positionFixed = this.options.positionFixed;\n\n // compute the popper offsets\n data.offsets.popper = getPopperOffsets(this.popper, data.offsets.reference, data.placement);\n\n data.offsets.popper.position = this.options.positionFixed ? 'fixed' : 'absolute';\n\n // run the modifiers\n data = runModifiers(this.modifiers, data);\n\n // the first `update` will call `onCreate` callback\n // the other ones will call `onUpdate` callback\n if (!this.state.isCreated) {\n this.state.isCreated = true;\n this.options.onCreate(data);\n } else {\n this.options.onUpdate(data);\n }\n}\n\n/**\n * Helper used to know if the given modifier is enabled.\n * @method\n * @memberof Popper.Utils\n * @returns {Boolean}\n */\nfunction isModifierEnabled(modifiers, modifierName) {\n return modifiers.some(function (_ref) {\n var name = _ref.name,\n enabled = _ref.enabled;\n return enabled && name === modifierName;\n });\n}\n\n/**\n * Get the prefixed supported property name\n * @method\n * @memberof Popper.Utils\n * @argument {String} property (camelCase)\n * @returns {String} prefixed property (camelCase or PascalCase, depending on the vendor prefix)\n */\nfunction getSupportedPropertyName(property) {\n var prefixes = [false, 'ms', 'Webkit', 'Moz', 'O'];\n var upperProp = property.charAt(0).toUpperCase() + property.slice(1);\n\n for (var i = 0; i < prefixes.length; i++) {\n var prefix = prefixes[i];\n var toCheck = prefix ? '' + prefix + upperProp : property;\n if (typeof document.body.style[toCheck] !== 'undefined') {\n return toCheck;\n }\n }\n return null;\n}\n\n/**\n * Destroys the popper.\n * @method\n * @memberof Popper\n */\nfunction destroy() {\n this.state.isDestroyed = true;\n\n // touch DOM only if `applyStyle` modifier is enabled\n if (isModifierEnabled(this.modifiers, 'applyStyle')) {\n this.popper.removeAttribute('x-placement');\n this.popper.style.position = '';\n this.popper.style.top = '';\n this.popper.style.left = '';\n this.popper.style.right = '';\n this.popper.style.bottom = '';\n this.popper.style.willChange = '';\n this.popper.style[getSupportedPropertyName('transform')] = '';\n }\n\n this.disableEventListeners();\n\n // remove the popper if user explicitly asked for the deletion on destroy\n // do not use `remove` because IE11 doesn't support it\n if (this.options.removeOnDestroy) {\n this.popper.parentNode.removeChild(this.popper);\n }\n return this;\n}\n\n/**\n * Get the window associated with the element\n * @argument {Element} element\n * @returns {Window}\n */\nfunction getWindow(element) {\n var ownerDocument = element.ownerDocument;\n return ownerDocument ? ownerDocument.defaultView : window;\n}\n\nfunction attachToScrollParents(scrollParent, event, callback, scrollParents) {\n var isBody = scrollParent.nodeName === 'BODY';\n var target = isBody ? scrollParent.ownerDocument.defaultView : scrollParent;\n target.addEventListener(event, callback, { passive: true });\n\n if (!isBody) {\n attachToScrollParents(getScrollParent(target.parentNode), event, callback, scrollParents);\n }\n scrollParents.push(target);\n}\n\n/**\n * Setup needed event listeners used to update the popper position\n * @method\n * @memberof Popper.Utils\n * @private\n */\nfunction setupEventListeners(reference, options, state, updateBound) {\n // Resize event listener on window\n state.updateBound = updateBound;\n getWindow(reference).addEventListener('resize', state.updateBound, { passive: true });\n\n // Scroll event listener on scroll parents\n var scrollElement = getScrollParent(reference);\n attachToScrollParents(scrollElement, 'scroll', state.updateBound, state.scrollParents);\n state.scrollElement = scrollElement;\n state.eventsEnabled = true;\n\n return state;\n}\n\n/**\n * It will add resize/scroll events and start recalculating\n * position of the popper element when they are triggered.\n * @method\n * @memberof Popper\n */\nfunction enableEventListeners() {\n if (!this.state.eventsEnabled) {\n this.state = setupEventListeners(this.reference, this.options, this.state, this.scheduleUpdate);\n }\n}\n\n/**\n * Remove event listeners used to update the popper position\n * @method\n * @memberof Popper.Utils\n * @private\n */\nfunction removeEventListeners(reference, state) {\n // Remove resize event listener on window\n getWindow(reference).removeEventListener('resize', state.updateBound);\n\n // Remove scroll event listener on scroll parents\n state.scrollParents.forEach(function (target) {\n target.removeEventListener('scroll', state.updateBound);\n });\n\n // Reset state\n state.updateBound = null;\n state.scrollParents = [];\n state.scrollElement = null;\n state.eventsEnabled = false;\n return state;\n}\n\n/**\n * It will remove resize/scroll events and won't recalculate popper position\n * when they are triggered. It also won't trigger `onUpdate` callback anymore,\n * unless you call `update` method manually.\n * @method\n * @memberof Popper\n */\nfunction disableEventListeners() {\n if (this.state.eventsEnabled) {\n cancelAnimationFrame(this.scheduleUpdate);\n this.state = removeEventListeners(this.reference, this.state);\n }\n}\n\n/**\n * Tells if a given input is a number\n * @method\n * @memberof Popper.Utils\n * @param {*} input to check\n * @return {Boolean}\n */\nfunction isNumeric(n) {\n return n !== '' && !isNaN(parseFloat(n)) && isFinite(n);\n}\n\n/**\n * Set the style to the given popper\n * @method\n * @memberof Popper.Utils\n * @argument {Element} element - Element to apply the style to\n * @argument {Object} styles\n * Object with a list of properties and values which will be applied to the element\n */\nfunction setStyles(element, styles) {\n Object.keys(styles).forEach(function (prop) {\n var unit = '';\n // add unit if the value is numeric and is one of the following\n if (['width', 'height', 'top', 'right', 'bottom', 'left'].indexOf(prop) !== -1 && isNumeric(styles[prop])) {\n unit = 'px';\n }\n element.style[prop] = styles[prop] + unit;\n });\n}\n\n/**\n * Set the attributes to the given popper\n * @method\n * @memberof Popper.Utils\n * @argument {Element} element - Element to apply the attributes to\n * @argument {Object} styles\n * Object with a list of properties and values which will be applied to the element\n */\nfunction setAttributes(element, attributes) {\n Object.keys(attributes).forEach(function (prop) {\n var value = attributes[prop];\n if (value !== false) {\n element.setAttribute(prop, attributes[prop]);\n } else {\n element.removeAttribute(prop);\n }\n });\n}\n\n/**\n * @function\n * @memberof Modifiers\n * @argument {Object} data - The data object generated by `update` method\n * @argument {Object} data.styles - List of style properties - values to apply to popper element\n * @argument {Object} data.attributes - List of attribute properties - values to apply to popper element\n * @argument {Object} options - Modifiers configuration and options\n * @returns {Object} The same data object\n */\nfunction applyStyle(data) {\n // any property present in `data.styles` will be applied to the popper,\n // in this way we can make the 3rd party modifiers add custom styles to it\n // Be aware, modifiers could override the properties defined in the previous\n // lines of this modifier!\n setStyles(data.instance.popper, data.styles);\n\n // any property present in `data.attributes` will be applied to the popper,\n // they will be set as HTML attributes of the element\n setAttributes(data.instance.popper, data.attributes);\n\n // if arrowElement is defined and arrowStyles has some properties\n if (data.arrowElement && Object.keys(data.arrowStyles).length) {\n setStyles(data.arrowElement, data.arrowStyles);\n }\n\n return data;\n}\n\n/**\n * Set the x-placement attribute before everything else because it could be used\n * to add margins to the popper margins needs to be calculated to get the\n * correct popper offsets.\n * @method\n * @memberof Popper.modifiers\n * @param {HTMLElement} reference - The reference element used to position the popper\n * @param {HTMLElement} popper - The HTML element used as popper\n * @param {Object} options - Popper.js options\n */\nfunction applyStyleOnLoad(reference, popper, options, modifierOptions, state) {\n // compute reference element offsets\n var referenceOffsets = getReferenceOffsets(state, popper, reference, options.positionFixed);\n\n // compute auto placement, store placement inside the data object,\n // modifiers will be able to edit `placement` if needed\n // and refer to originalPlacement to know the original value\n var placement = computeAutoPlacement(options.placement, referenceOffsets, popper, reference, options.modifiers.flip.boundariesElement, options.modifiers.flip.padding);\n\n popper.setAttribute('x-placement', placement);\n\n // Apply `position` to popper before anything else because\n // without the position applied we can't guarantee correct computations\n setStyles(popper, { position: options.positionFixed ? 'fixed' : 'absolute' });\n\n return options;\n}\n\n/**\n * @function\n * @memberof Popper.Utils\n * @argument {Object} data - The data object generated by `update` method\n * @argument {Boolean} shouldRound - If the offsets should be rounded at all\n * @returns {Object} The popper's position offsets rounded\n *\n * The tale of pixel-perfect positioning. It's still not 100% perfect, but as\n * good as it can be within reason.\n * Discussion here: https://github.com/FezVrasta/popper.js/pull/715\n *\n * Low DPI screens cause a popper to be blurry if not using full pixels (Safari\n * as well on High DPI screens).\n *\n * Firefox prefers no rounding for positioning and does not have blurriness on\n * high DPI screens.\n *\n * Only horizontal placement and left/right values need to be considered.\n */\nfunction getRoundedOffsets(data, shouldRound) {\n var _data$offsets = data.offsets,\n popper = _data$offsets.popper,\n reference = _data$offsets.reference;\n var round = Math.round,\n floor = Math.floor;\n\n var noRound = function noRound(v) {\n return v;\n };\n\n var referenceWidth = round(reference.width);\n var popperWidth = round(popper.width);\n\n var isVertical = ['left', 'right'].indexOf(data.placement) !== -1;\n var isVariation = data.placement.indexOf('-') !== -1;\n var sameWidthParity = referenceWidth % 2 === popperWidth % 2;\n var bothOddWidth = referenceWidth % 2 === 1 && popperWidth % 2 === 1;\n\n var horizontalToInteger = !shouldRound ? noRound : isVertical || isVariation || sameWidthParity ? round : floor;\n var verticalToInteger = !shouldRound ? noRound : round;\n\n return {\n left: horizontalToInteger(bothOddWidth && !isVariation && shouldRound ? popper.left - 1 : popper.left),\n top: verticalToInteger(popper.top),\n bottom: verticalToInteger(popper.bottom),\n right: horizontalToInteger(popper.right)\n };\n}\n\nvar isFirefox = isBrowser && /Firefox/i.test(navigator.userAgent);\n\n/**\n * @function\n * @memberof Modifiers\n * @argument {Object} data - The data object generated by `update` method\n * @argument {Object} options - Modifiers configuration and options\n * @returns {Object} The data object, properly modified\n */\nfunction computeStyle(data, options) {\n var x = options.x,\n y = options.y;\n var popper = data.offsets.popper;\n\n // Remove this legacy support in Popper.js v2\n\n var legacyGpuAccelerationOption = find(data.instance.modifiers, function (modifier) {\n return modifier.name === 'applyStyle';\n }).gpuAcceleration;\n if (legacyGpuAccelerationOption !== undefined) {\n console.warn('WARNING: `gpuAcceleration` option moved to `computeStyle` modifier and will not be supported in future versions of Popper.js!');\n }\n var gpuAcceleration = legacyGpuAccelerationOption !== undefined ? legacyGpuAccelerationOption : options.gpuAcceleration;\n\n var offsetParent = getOffsetParent(data.instance.popper);\n var offsetParentRect = getBoundingClientRect(offsetParent);\n\n // Styles\n var styles = {\n position: popper.position\n };\n\n var offsets = getRoundedOffsets(data, window.devicePixelRatio < 2 || !isFirefox);\n\n var sideA = x === 'bottom' ? 'top' : 'bottom';\n var sideB = y === 'right' ? 'left' : 'right';\n\n // if gpuAcceleration is set to `true` and transform is supported,\n // we use `translate3d` to apply the position to the popper we\n // automatically use the supported prefixed version if needed\n var prefixedProperty = getSupportedPropertyName('transform');\n\n // now, let's make a step back and look at this code closely (wtf?)\n // If the content of the popper grows once it's been positioned, it\n // may happen that the popper gets misplaced because of the new content\n // overflowing its reference element\n // To avoid this problem, we provide two options (x and y), which allow\n // the consumer to define the offset origin.\n // If we position a popper on top of a reference element, we can set\n // `x` to `top` to make the popper grow towards its top instead of\n // its bottom.\n var left = void 0,\n top = void 0;\n if (sideA === 'bottom') {\n // when offsetParent is <html> the positioning is relative to the bottom of the screen (excluding the scrollbar)\n // and not the bottom of the html element\n if (offsetParent.nodeName === 'HTML') {\n top = -offsetParent.clientHeight + offsets.bottom;\n } else {\n top = -offsetParentRect.height + offsets.bottom;\n }\n } else {\n top = offsets.top;\n }\n if (sideB === 'right') {\n if (offsetParent.nodeName === 'HTML') {\n left = -offsetParent.clientWidth + offsets.right;\n } else {\n left = -offsetParentRect.width + offsets.right;\n }\n } else {\n left = offsets.left;\n }\n if (gpuAcceleration && prefixedProperty) {\n styles[prefixedProperty] = 'translate3d(' + left + 'px, ' + top + 'px, 0)';\n styles[sideA] = 0;\n styles[sideB] = 0;\n styles.willChange = 'transform';\n } else {\n // othwerise, we use the standard `top`, `left`, `bottom` and `right` properties\n var invertTop = sideA === 'bottom' ? -1 : 1;\n var invertLeft = sideB === 'right' ? -1 : 1;\n styles[sideA] = top * invertTop;\n styles[sideB] = left * invertLeft;\n styles.willChange = sideA + ', ' + sideB;\n }\n\n // Attributes\n var attributes = {\n 'x-placement': data.placement\n };\n\n // Update `data` attributes, styles and arrowStyles\n data.attributes = _extends({}, attributes, data.attributes);\n data.styles = _extends({}, styles, data.styles);\n data.arrowStyles = _extends({}, data.offsets.arrow, data.arrowStyles);\n\n return data;\n}\n\n/**\n * Helper used to know if the given modifier depends from another one.<br />\n * It checks if the needed modifier is listed and enabled.\n * @method\n * @memberof Popper.Utils\n * @param {Array} modifiers - list of modifiers\n * @param {String} requestingName - name of requesting modifier\n * @param {String} requestedName - name of requested modifier\n * @returns {Boolean}\n */\nfunction isModifierRequired(modifiers, requestingName, requestedName) {\n var requesting = find(modifiers, function (_ref) {\n var name = _ref.name;\n return name === requestingName;\n });\n\n var isRequired = !!requesting && modifiers.some(function (modifier) {\n return modifier.name === requestedName && modifier.enabled && modifier.order < requesting.order;\n });\n\n if (!isRequired) {\n var _requesting = '`' + requestingName + '`';\n var requested = '`' + requestedName + '`';\n console.warn(requested + ' modifier is required by ' + _requesting + ' modifier in order to work, be sure to include it before ' + _requesting + '!');\n }\n return isRequired;\n}\n\n/**\n * @function\n * @memberof Modifiers\n * @argument {Object} data - The data object generated by update method\n * @argument {Object} options - Modifiers configuration and options\n * @returns {Object} The data object, properly modified\n */\nfunction arrow(data, options) {\n var _data$offsets$arrow;\n\n // arrow depends on keepTogether in order to work\n if (!isModifierRequired(data.instance.modifiers, 'arrow', 'keepTogether')) {\n return data;\n }\n\n var arrowElement = options.element;\n\n // if arrowElement is a string, suppose it's a CSS selector\n if (typeof arrowElement === 'string') {\n arrowElement = data.instance.popper.querySelector(arrowElement);\n\n // if arrowElement is not found, don't run the modifier\n if (!arrowElement) {\n return data;\n }\n } else {\n // if the arrowElement isn't a query selector we must check that the\n // provided DOM node is child of its popper node\n if (!data.instance.popper.contains(arrowElement)) {\n console.warn('WARNING: `arrow.element` must be child of its popper element!');\n return data;\n }\n }\n\n var placement = data.placement.split('-')[0];\n var _data$offsets = data.offsets,\n popper = _data$offsets.popper,\n reference = _data$offsets.reference;\n\n var isVertical = ['left', 'right'].indexOf(placement) !== -1;\n\n var len = isVertical ? 'height' : 'width';\n var sideCapitalized = isVertical ? 'Top' : 'Left';\n var side = sideCapitalized.toLowerCase();\n var altSide = isVertical ? 'left' : 'top';\n var opSide = isVertical ? 'bottom' : 'right';\n var arrowElementSize = getOuterSizes(arrowElement)[len];\n\n //\n // extends keepTogether behavior making sure the popper and its\n // reference have enough pixels in conjunction\n //\n\n // top/left side\n if (reference[opSide] - arrowElementSize < popper[side]) {\n data.offsets.popper[side] -= popper[side] - (reference[opSide] - arrowElementSize);\n }\n // bottom/right side\n if (reference[side] + arrowElementSize > popper[opSide]) {\n data.offsets.popper[side] += reference[side] + arrowElementSize - popper[opSide];\n }\n data.offsets.popper = getClientRect(data.offsets.popper);\n\n // compute center of the popper\n var center = reference[side] + reference[len] / 2 - arrowElementSize / 2;\n\n // Compute the sideValue using the updated popper offsets\n // take popper margin in account because we don't have this info available\n var css = getStyleComputedProperty(data.instance.popper);\n var popperMarginSide = parseFloat(css['margin' + sideCapitalized]);\n var popperBorderSide = parseFloat(css['border' + sideCapitalized + 'Width']);\n var sideValue = center - data.offsets.popper[side] - popperMarginSide - popperBorderSide;\n\n // prevent arrowElement from being placed not contiguously to its popper\n sideValue = Math.max(Math.min(popper[len] - arrowElementSize, sideValue), 0);\n\n data.arrowElement = arrowElement;\n data.offsets.arrow = (_data$offsets$arrow = {}, defineProperty(_data$offsets$arrow, side, Math.round(sideValue)), defineProperty(_data$offsets$arrow, altSide, ''), _data$offsets$arrow);\n\n return data;\n}\n\n/**\n * Get the opposite placement variation of the given one\n * @method\n * @memberof Popper.Utils\n * @argument {String} placement variation\n * @returns {String} flipped placement variation\n */\nfunction getOppositeVariation(variation) {\n if (variation === 'end') {\n return 'start';\n } else if (variation === 'start') {\n return 'end';\n }\n return variation;\n}\n\n/**\n * List of accepted placements to use as values of the `placement` option.<br />\n * Valid placements are:\n * - `auto`\n * - `top`\n * - `right`\n * - `bottom`\n * - `left`\n *\n * Each placement can have a variation from this list:\n * - `-start`\n * - `-end`\n *\n * Variations are interpreted easily if you think of them as the left to right\n * written languages. Horizontally (`top` and `bottom`), `start` is left and `end`\n * is right.<br />\n * Vertically (`left` and `right`), `start` is top and `end` is bottom.\n *\n * Some valid examples are:\n * - `top-end` (on top of reference, right aligned)\n * - `right-start` (on right of reference, top aligned)\n * - `bottom` (on bottom, centered)\n * - `auto-end` (on the side with more space available, alignment depends by placement)\n *\n * @static\n * @type {Array}\n * @enum {String}\n * @readonly\n * @method placements\n * @memberof Popper\n */\nvar placements = ['auto-start', 'auto', 'auto-end', 'top-start', 'top', 'top-end', 'right-start', 'right', 'right-end', 'bottom-end', 'bottom', 'bottom-start', 'left-end', 'left', 'left-start'];\n\n// Get rid of `auto` `auto-start` and `auto-end`\nvar validPlacements = placements.slice(3);\n\n/**\n * Given an initial placement, returns all the subsequent placements\n * clockwise (or counter-clockwise).\n *\n * @method\n * @memberof Popper.Utils\n * @argument {String} placement - A valid placement (it accepts variations)\n * @argument {Boolean} counter - Set to true to walk the placements counterclockwise\n * @returns {Array} placements including their variations\n */\nfunction clockwise(placement) {\n var counter = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : false;\n\n var index = validPlacements.indexOf(placement);\n var arr = validPlacements.slice(index + 1).concat(validPlacements.slice(0, index));\n return counter ? arr.reverse() : arr;\n}\n\nvar BEHAVIORS = {\n FLIP: 'flip',\n CLOCKWISE: 'clockwise',\n COUNTERCLOCKWISE: 'counterclockwise'\n};\n\n/**\n * @function\n * @memberof Modifiers\n * @argument {Object} data - The data object generated by update method\n * @argument {Object} options - Modifiers configuration and options\n * @returns {Object} The data object, properly modified\n */\nfunction flip(data, options) {\n // if `inner` modifier is enabled, we can't use the `flip` modifier\n if (isModifierEnabled(data.instance.modifiers, 'inner')) {\n return data;\n }\n\n if (data.flipped && data.placement === data.originalPlacement) {\n // seems like flip is trying to loop, probably there's not enough space on any of the flippable sides\n return data;\n }\n\n var boundaries = getBoundaries(data.instance.popper, data.instance.reference, options.padding, options.boundariesElement, data.positionFixed);\n\n var placement = data.placement.split('-')[0];\n var placementOpposite = getOppositePlacement(placement);\n var variation = data.placement.split('-')[1] || '';\n\n var flipOrder = [];\n\n switch (options.behavior) {\n case BEHAVIORS.FLIP:\n flipOrder = [placement, placementOpposite];\n break;\n case BEHAVIORS.CLOCKWISE:\n flipOrder = clockwise(placement);\n break;\n case BEHAVIORS.COUNTERCLOCKWISE:\n flipOrder = clockwise(placement, true);\n break;\n default:\n flipOrder = options.behavior;\n }\n\n flipOrder.forEach(function (step, index) {\n if (placement !== step || flipOrder.length === index + 1) {\n return data;\n }\n\n placement = data.placement.split('-')[0];\n placementOpposite = getOppositePlacement(placement);\n\n var popperOffsets = data.offsets.popper;\n var refOffsets = data.offsets.reference;\n\n // using floor because the reference offsets may contain decimals we are not going to consider here\n var floor = Math.floor;\n var overlapsRef = placement === 'left' && floor(popperOffsets.right) > floor(refOffsets.left) || placement === 'right' && floor(popperOffsets.left) < floor(refOffsets.right) || placement === 'top' && floor(popperOffsets.bottom) > floor(refOffsets.top) || placement === 'bottom' && floor(popperOffsets.top) < floor(refOffsets.bottom);\n\n var overflowsLeft = floor(popperOffsets.left) < floor(boundaries.left);\n var overflowsRight = floor(popperOffsets.right) > floor(boundaries.right);\n var overflowsTop = floor(popperOffsets.top) < floor(boundaries.top);\n var overflowsBottom = floor(popperOffsets.bottom) > floor(boundaries.bottom);\n\n var overflowsBoundaries = placement === 'left' && overflowsLeft || placement === 'right' && overflowsRight || placement === 'top' && overflowsTop || placement === 'bottom' && overflowsBottom;\n\n // flip the variation if required\n var isVertical = ['top', 'bottom'].indexOf(placement) !== -1;\n\n // flips variation if reference element overflows boundaries\n var flippedVariationByRef = !!options.flipVariations && (isVertical && variation === 'start' && overflowsLeft || isVertical && variation === 'end' && overflowsRight || !isVertical && variation === 'start' && overflowsTop || !isVertical && variation === 'end' && overflowsBottom);\n\n // flips variation if popper content overflows boundaries\n var flippedVariationByContent = !!options.flipVariationsByContent && (isVertical && variation === 'start' && overflowsRight || isVertical && variation === 'end' && overflowsLeft || !isVertical && variation === 'start' && overflowsBottom || !isVertical && variation === 'end' && overflowsTop);\n\n var flippedVariation = flippedVariationByRef || flippedVariationByContent;\n\n if (overlapsRef || overflowsBoundaries || flippedVariation) {\n // this boolean to detect any flip loop\n data.flipped = true;\n\n if (overlapsRef || overflowsBoundaries) {\n placement = flipOrder[index + 1];\n }\n\n if (flippedVariation) {\n variation = getOppositeVariation(variation);\n }\n\n data.placement = placement + (variation ? '-' + variation : '');\n\n // this object contains `position`, we want to preserve it along with\n // any additional property we may add in the future\n data.offsets.popper = _extends({}, data.offsets.popper, getPopperOffsets(data.instance.popper, data.offsets.reference, data.placement));\n\n data = runModifiers(data.instance.modifiers, data, 'flip');\n }\n });\n return data;\n}\n\n/**\n * @function\n * @memberof Modifiers\n * @argument {Object} data - The data object generated by update method\n * @argument {Object} options - Modifiers configuration and options\n * @returns {Object} The data object, properly modified\n */\nfunction keepTogether(data) {\n var _data$offsets = data.offsets,\n popper = _data$offsets.popper,\n reference = _data$offsets.reference;\n\n var placement = data.placement.split('-')[0];\n var floor = Math.floor;\n var isVertical = ['top', 'bottom'].indexOf(placement) !== -1;\n var side = isVertical ? 'right' : 'bottom';\n var opSide = isVertical ? 'left' : 'top';\n var measurement = isVertical ? 'width' : 'height';\n\n if (popper[side] < floor(reference[opSide])) {\n data.offsets.popper[opSide] = floor(reference[opSide]) - popper[measurement];\n }\n if (popper[opSide] > floor(reference[side])) {\n data.offsets.popper[opSide] = floor(reference[side]);\n }\n\n return data;\n}\n\n/**\n * Converts a string containing value + unit into a px value number\n * @function\n * @memberof {modifiers~offset}\n * @private\n * @argument {String} str - Value + unit string\n * @argument {String} measurement - `height` or `width`\n * @argument {Object} popperOffsets\n * @argument {Object} referenceOffsets\n * @returns {Number|String}\n * Value in pixels, or original string if no values were extracted\n */\nfunction toValue(str, measurement, popperOffsets, referenceOffsets) {\n // separate value from unit\n var split = str.match(/((?:\\-|\\+)?\\d*\\.?\\d*)(.*)/);\n var value = +split[1];\n var unit = split[2];\n\n // If it's not a number it's an operator, I guess\n if (!value) {\n return str;\n }\n\n if (unit.indexOf('%') === 0) {\n var element = void 0;\n switch (unit) {\n case '%p':\n element = popperOffsets;\n break;\n case '%':\n case '%r':\n default:\n element = referenceOffsets;\n }\n\n var rect = getClientRect(element);\n return rect[measurement] / 100 * value;\n } else if (unit === 'vh' || unit === 'vw') {\n // if is a vh or vw, we calculate the size based on the viewport\n var size = void 0;\n if (unit === 'vh') {\n size = Math.max(document.documentElement.clientHeight, window.innerHeight || 0);\n } else {\n size = Math.max(document.documentElement.clientWidth, window.innerWidth || 0);\n }\n return size / 100 * value;\n } else {\n // if is an explicit pixel unit, we get rid of the unit and keep the value\n // if is an implicit unit, it's px, and we return just the value\n return value;\n }\n}\n\n/**\n * Parse an `offset` string to extrapolate `x` and `y` numeric offsets.\n * @function\n * @memberof {modifiers~offset}\n * @private\n * @argument {String} offset\n * @argument {Object} popperOffsets\n * @argument {Object} referenceOffsets\n * @argument {String} basePlacement\n * @returns {Array} a two cells array with x and y offsets in numbers\n */\nfunction parseOffset(offset, popperOffsets, referenceOffsets, basePlacement) {\n var offsets = [0, 0];\n\n // Use height if placement is left or right and index is 0 otherwise use width\n // in this way the first offset will use an axis and the second one\n // will use the other one\n var useHeight = ['right', 'left'].indexOf(basePlacement) !== -1;\n\n // Split the offset string to obtain a list of values and operands\n // The regex addresses values with the plus or minus sign in front (+10, -20, etc)\n var fragments = offset.split(/(\\+|\\-)/).map(function (frag) {\n return frag.trim();\n });\n\n // Detect if the offset string contains a pair of values or a single one\n // they could be separated by comma or space\n var divider = fragments.indexOf(find(fragments, function (frag) {\n return frag.search(/,|\\s/) !== -1;\n }));\n\n if (fragments[divider] && fragments[divider].indexOf(',') === -1) {\n console.warn('Offsets separated by white space(s) are deprecated, use a comma (,) instead.');\n }\n\n // If divider is found, we divide the list of values and operands to divide\n // them by ofset X and Y.\n var splitRegex = /\\s*,\\s*|\\s+/;\n var ops = divider !== -1 ? [fragments.slice(0, divider).concat([fragments[divider].split(splitRegex)[0]]), [fragments[divider].split(splitRegex)[1]].concat(fragments.slice(divider + 1))] : [fragments];\n\n // Convert the values with units to absolute pixels to allow our computations\n ops = ops.map(function (op, index) {\n // Most of the units rely on the orientation of the popper\n var measurement = (index === 1 ? !useHeight : useHeight) ? 'height' : 'width';\n var mergeWithPrevious = false;\n return op\n // This aggregates any `+` or `-` sign that aren't considered operators\n // e.g.: 10 + +5 => [10, +, +5]\n .reduce(function (a, b) {\n if (a[a.length - 1] === '' && ['+', '-'].indexOf(b) !== -1) {\n a[a.length - 1] = b;\n mergeWithPrevious = true;\n return a;\n } else if (mergeWithPrevious) {\n a[a.length - 1] += b;\n mergeWithPrevious = false;\n return a;\n } else {\n return a.concat(b);\n }\n }, [])\n // Here we convert the string values into number values (in px)\n .map(function (str) {\n return toValue(str, measurement, popperOffsets, referenceOffsets);\n });\n });\n\n // Loop trough the offsets arrays and execute the operations\n ops.forEach(function (op, index) {\n op.forEach(function (frag, index2) {\n if (isNumeric(frag)) {\n offsets[index] += frag * (op[index2 - 1] === '-' ? -1 : 1);\n }\n });\n });\n return offsets;\n}\n\n/**\n * @function\n * @memberof Modifiers\n * @argument {Object} data - The data object generated by update method\n * @argument {Object} options - Modifiers configuration and options\n * @argument {Number|String} options.offset=0\n * The offset value as described in the modifier description\n * @returns {Object} The data object, properly modified\n */\nfunction offset(data, _ref) {\n var offset = _ref.offset;\n var placement = data.placement,\n _data$offsets = data.offsets,\n popper = _data$offsets.popper,\n reference = _data$offsets.reference;\n\n var basePlacement = placement.split('-')[0];\n\n var offsets = void 0;\n if (isNumeric(+offset)) {\n offsets = [+offset, 0];\n } else {\n offsets = parseOffset(offset, popper, reference, basePlacement);\n }\n\n if (basePlacement === 'left') {\n popper.top += offsets[0];\n popper.left -= offsets[1];\n } else if (basePlacement === 'right') {\n popper.top += offsets[0];\n popper.left += offsets[1];\n } else if (basePlacement === 'top') {\n popper.left += offsets[0];\n popper.top -= offsets[1];\n } else if (basePlacement === 'bottom') {\n popper.left += offsets[0];\n popper.top += offsets[1];\n }\n\n data.popper = popper;\n return data;\n}\n\n/**\n * @function\n * @memberof Modifiers\n * @argument {Object} data - The data object generated by `update` method\n * @argument {Object} options - Modifiers configuration and options\n * @returns {Object} The data object, properly modified\n */\nfunction preventOverflow(data, options) {\n var boundariesElement = options.boundariesElement || getOffsetParent(data.instance.popper);\n\n // If offsetParent is the reference element, we really want to\n // go one step up and use the next offsetParent as reference to\n // avoid to make this modifier completely useless and look like broken\n if (data.instance.reference === boundariesElement) {\n boundariesElement = getOffsetParent(boundariesElement);\n }\n\n // NOTE: DOM access here\n // resets the popper's position so that the document size can be calculated excluding\n // the size of the popper element itself\n var transformProp = getSupportedPropertyName('transform');\n var popperStyles = data.instance.popper.style; // assignment to help minification\n var top = popperStyles.top,\n left = popperStyles.left,\n transform = popperStyles[transformProp];\n\n popperStyles.top = '';\n popperStyles.left = '';\n popperStyles[transformProp] = '';\n\n var boundaries = getBoundaries(data.instance.popper, data.instance.reference, options.padding, boundariesElement, data.positionFixed);\n\n // NOTE: DOM access here\n // restores the original style properties after the offsets have been computed\n popperStyles.top = top;\n popperStyles.left = left;\n popperStyles[transformProp] = transform;\n\n options.boundaries = boundaries;\n\n var order = options.priority;\n var popper = data.offsets.popper;\n\n var check = {\n primary: function primary(placement) {\n var value = popper[placement];\n if (popper[placement] < boundaries[placement] && !options.escapeWithReference) {\n value = Math.max(popper[placement], boundaries[placement]);\n }\n return defineProperty({}, placement, value);\n },\n secondary: function secondary(placement) {\n var mainSide = placement === 'right' ? 'left' : 'top';\n var value = popper[mainSide];\n if (popper[placement] > boundaries[placement] && !options.escapeWithReference) {\n value = Math.min(popper[mainSide], boundaries[placement] - (placement === 'right' ? popper.width : popper.height));\n }\n return defineProperty({}, mainSide, value);\n }\n };\n\n order.forEach(function (placement) {\n var side = ['left', 'top'].indexOf(placement) !== -1 ? 'primary' : 'secondary';\n popper = _extends({}, popper, check[side](placement));\n });\n\n data.offsets.popper = popper;\n\n return data;\n}\n\n/**\n * @function\n * @memberof Modifiers\n * @argument {Object} data - The data object generated by `update` method\n * @argument {Object} options - Modifiers configuration and options\n * @returns {Object} The data object, properly modified\n */\nfunction shift(data) {\n var placement = data.placement;\n var basePlacement = placement.split('-')[0];\n var shiftvariation = placement.split('-')[1];\n\n // if shift shiftvariation is specified, run the modifier\n if (shiftvariation) {\n var _data$offsets = data.offsets,\n reference = _data$offsets.reference,\n popper = _data$offsets.popper;\n\n var isVertical = ['bottom', 'top'].indexOf(basePlacement) !== -1;\n var side = isVertical ? 'left' : 'top';\n var measurement = isVertical ? 'width' : 'height';\n\n var shiftOffsets = {\n start: defineProperty({}, side, reference[side]),\n end: defineProperty({}, side, reference[side] + reference[measurement] - popper[measurement])\n };\n\n data.offsets.popper = _extends({}, popper, shiftOffsets[shiftvariation]);\n }\n\n return data;\n}\n\n/**\n * @function\n * @memberof Modifiers\n * @argument {Object} data - The data object generated by update method\n * @argument {Object} options - Modifiers configuration and options\n * @returns {Object} The data object, properly modified\n */\nfunction hide(data) {\n if (!isModifierRequired(data.instance.modifiers, 'hide', 'preventOverflow')) {\n return data;\n }\n\n var refRect = data.offsets.reference;\n var bound = find(data.instance.modifiers, function (modifier) {\n return modifier.name === 'preventOverflow';\n }).boundaries;\n\n if (refRect.bottom < bound.top || refRect.left > bound.right || refRect.top > bound.bottom || refRect.right < bound.left) {\n // Avoid unnecessary DOM access if visibility hasn't changed\n if (data.hide === true) {\n return data;\n }\n\n data.hide = true;\n data.attributes['x-out-of-boundaries'] = '';\n } else {\n // Avoid unnecessary DOM access if visibility hasn't changed\n if (data.hide === false) {\n return data;\n }\n\n data.hide = false;\n data.attributes['x-out-of-boundaries'] = false;\n }\n\n return data;\n}\n\n/**\n * @function\n * @memberof Modifiers\n * @argument {Object} data - The data object generated by `update` method\n * @argument {Object} options - Modifiers configuration and options\n * @returns {Object} The data object, properly modified\n */\nfunction inner(data) {\n var placement = data.placement;\n var basePlacement = placement.split('-')[0];\n var _data$offsets = data.offsets,\n popper = _data$offsets.popper,\n reference = _data$offsets.reference;\n\n var isHoriz = ['left', 'right'].indexOf(basePlacement) !== -1;\n\n var subtractLength = ['top', 'left'].indexOf(basePlacement) === -1;\n\n popper[isHoriz ? 'left' : 'top'] = reference[basePlacement] - (subtractLength ? popper[isHoriz ? 'width' : 'height'] : 0);\n\n data.placement = getOppositePlacement(placement);\n data.offsets.popper = getClientRect(popper);\n\n return data;\n}\n\n/**\n * Modifier function, each modifier can have a function of this type assigned\n * to its `fn` property.<br />\n * These functions will be called on each update, this means that you must\n * make sure they are performant enough to avoid performance bottlenecks.\n *\n * @function ModifierFn\n * @argument {dataObject} data - The data object generated by `update` method\n * @argument {Object} options - Modifiers configuration and options\n * @returns {dataObject} The data object, properly modified\n */\n\n/**\n * Modifiers are plugins used to alter the behavior of your poppers.<br />\n * Popper.js uses a set of 9 modifiers to provide all the basic functionalities\n * needed by the library.\n *\n * Usually you don't want to override the `order`, `fn` and `onLoad` props.\n * All the other properties are configurations that could be tweaked.\n * @namespace modifiers\n */\nvar modifiers = {\n /**\n * Modifier used to shift the popper on the start or end of its reference\n * element.<br />\n * It will read the variation of the `placement` property.<br />\n * It can be one either `-end` or `-start`.\n * @memberof modifiers\n * @inner\n */\n shift: {\n /** @prop {number} order=100 - Index used to define the order of execution */\n order: 100,\n /** @prop {Boolean} enabled=true - Whether the modifier is enabled or not */\n enabled: true,\n /** @prop {ModifierFn} */\n fn: shift\n },\n\n /**\n * The `offset` modifier can shift your popper on both its axis.\n *\n * It accepts the following units:\n * - `px` or unit-less, interpreted as pixels\n * - `%` or `%r`, percentage relative to the length of the reference element\n * - `%p`, percentage relative to the length of the popper element\n * - `vw`, CSS viewport width unit\n * - `vh`, CSS viewport height unit\n *\n * For length is intended the main axis relative to the placement of the popper.<br />\n * This means that if the placement is `top` or `bottom`, the length will be the\n * `width`. In case of `left` or `right`, it will be the `height`.\n *\n * You can provide a single value (as `Number` or `String`), or a pair of values\n * as `String` divided by a comma or one (or more) white spaces.<br />\n * The latter is a deprecated method because it leads to confusion and will be\n * removed in v2.<br />\n * Additionally, it accepts additions and subtractions between different units.\n * Note that multiplications and divisions aren't supported.\n *\n * Valid examples are:\n * ```\n * 10\n * '10%'\n * '10, 10'\n * '10%, 10'\n * '10 + 10%'\n * '10 - 5vh + 3%'\n * '-10px + 5vh, 5px - 6%'\n * ```\n * > **NB**: If you desire to apply offsets to your poppers in a way that may make them overlap\n * > with their reference element, unfortunately, you will have to disable the `flip` modifier.\n * > You can read more on this at this [issue](https://github.com/FezVrasta/popper.js/issues/373).\n *\n * @memberof modifiers\n * @inner\n */\n offset: {\n /** @prop {number} order=200 - Index used to define the order of execution */\n order: 200,\n /** @prop {Boolean} enabled=true - Whether the modifier is enabled or not */\n enabled: true,\n /** @prop {ModifierFn} */\n fn: offset,\n /** @prop {Number|String} offset=0\n * The offset value as described in the modifier description\n */\n offset: 0\n },\n\n /**\n * Modifier used to prevent the popper from being positioned outside the boundary.\n *\n * A scenario exists where the reference itself is not within the boundaries.<br />\n * We can say it has \"escaped the boundaries\" — or just \"escaped\".<br />\n * In this case we need to decide whether the popper should either:\n *\n * - detach from the reference and remain \"trapped\" in the boundaries, or\n * - if it should ignore the boundary and \"escape with its reference\"\n *\n * When `escapeWithReference` is set to`true` and reference is completely\n * outside its boundaries, the popper will overflow (or completely leave)\n * the boundaries in order to remain attached to the edge of the reference.\n *\n * @memberof modifiers\n * @inner\n */\n preventOverflow: {\n /** @prop {number} order=300 - Index used to define the order of execution */\n order: 300,\n /** @prop {Boolean} enabled=true - Whether the modifier is enabled or not */\n enabled: true,\n /** @prop {ModifierFn} */\n fn: preventOverflow,\n /**\n * @prop {Array} [priority=['left','right','top','bottom']]\n * Popper will try to prevent overflow following these priorities by default,\n * then, it could overflow on the left and on top of the `boundariesElement`\n */\n priority: ['left', 'right', 'top', 'bottom'],\n /**\n * @prop {number} padding=5\n * Amount of pixel used to define a minimum distance between the boundaries\n * and the popper. This makes sure the popper always has a little padding\n * between the edges of its container\n */\n padding: 5,\n /**\n * @prop {String|HTMLElement} boundariesElement='scrollParent'\n * Boundaries used by the modifier. Can be `scrollParent`, `window`,\n * `viewport` or any DOM element.\n */\n boundariesElement: 'scrollParent'\n },\n\n /**\n * Modifier used to make sure the reference and its popper stay near each other\n * without leaving any gap between the two. Especially useful when the arrow is\n * enabled and you want to ensure that it points to its reference element.\n * It cares only about the first axis. You can still have poppers with margin\n * between the popper and its reference element.\n * @memberof modifiers\n * @inner\n */\n keepTogether: {\n /** @prop {number} order=400 - Index used to define the order of execution */\n order: 400,\n /** @prop {Boolean} enabled=true - Whether the modifier is enabled or not */\n enabled: true,\n /** @prop {ModifierFn} */\n fn: keepTogether\n },\n\n /**\n * This modifier is used to move the `arrowElement` of the popper to make\n * sure it is positioned between the reference element and its popper element.\n * It will read the outer size of the `arrowElement` node to detect how many\n * pixels of conjunction are needed.\n *\n * It has no effect if no `arrowElement` is provided.\n * @memberof modifiers\n * @inner\n */\n arrow: {\n /** @prop {number} order=500 - Index used to define the order of execution */\n order: 500,\n /** @prop {Boolean} enabled=true - Whether the modifier is enabled or not */\n enabled: true,\n /** @prop {ModifierFn} */\n fn: arrow,\n /** @prop {String|HTMLElement} element='[x-arrow]' - Selector or node used as arrow */\n element: '[x-arrow]'\n },\n\n /**\n * Modifier used to flip the popper's placement when it starts to overlap its\n * reference element.\n *\n * Requires the `preventOverflow` modifier before it in order to work.\n *\n * **NOTE:** this modifier will interrupt the current update cycle and will\n * restart it if it detects the need to flip the placement.\n * @memberof modifiers\n * @inner\n */\n flip: {\n /** @prop {number} order=600 - Index used to define the order of execution */\n order: 600,\n /** @prop {Boolean} enabled=true - Whether the modifier is enabled or not */\n enabled: true,\n /** @prop {ModifierFn} */\n fn: flip,\n /**\n * @prop {String|Array} behavior='flip'\n * The behavior used to change the popper's placement. It can be one of\n * `flip`, `clockwise`, `counterclockwise` or an array with a list of valid\n * placements (with optional variations)\n */\n behavior: 'flip',\n /**\n * @prop {number} padding=5\n * The popper will flip if it hits the edges of the `boundariesElement`\n */\n padding: 5,\n /**\n * @prop {String|HTMLElement} boundariesElement='viewport'\n * The element which will define the boundaries of the popper position.\n * The popper will never be placed outside of the defined boundaries\n * (except if `keepTogether` is enabled)\n */\n boundariesElement: 'viewport',\n /**\n * @prop {Boolean} flipVariations=false\n * The popper will switch placement variation between `-start` and `-end` when\n * the reference element overlaps its boundaries.\n *\n * The original placement should have a set variation.\n */\n flipVariations: false,\n /**\n * @prop {Boolean} flipVariationsByContent=false\n * The popper will switch placement variation between `-start` and `-end` when\n * the popper element overlaps its reference boundaries.\n *\n * The original placement should have a set variation.\n */\n flipVariationsByContent: false\n },\n\n /**\n * Modifier used to make the popper flow toward the inner of the reference element.\n * By default, when this modifier is disabled, the popper will be placed outside\n * the reference element.\n * @memberof modifiers\n * @inner\n */\n inner: {\n /** @prop {number} order=700 - Index used to define the order of execution */\n order: 700,\n /** @prop {Boolean} enabled=false - Whether the modifier is enabled or not */\n enabled: false,\n /** @prop {ModifierFn} */\n fn: inner\n },\n\n /**\n * Modifier used to hide the popper when its reference element is outside of the\n * popper boundaries. It will set a `x-out-of-boundaries` attribute which can\n * be used to hide with a CSS selector the popper when its reference is\n * out of boundaries.\n *\n * Requires the `preventOverflow` modifier before it in order to work.\n * @memberof modifiers\n * @inner\n */\n hide: {\n /** @prop {number} order=800 - Index used to define the order of execution */\n order: 800,\n /** @prop {Boolean} enabled=true - Whether the modifier is enabled or not */\n enabled: true,\n /** @prop {ModifierFn} */\n fn: hide\n },\n\n /**\n * Computes the style that will be applied to the popper element to gets\n * properly positioned.\n *\n * Note that this modifier will not touch the DOM, it just prepares the styles\n * so that `applyStyle` modifier can apply it. This separation is useful\n * in case you need to replace `applyStyle` with a custom implementation.\n *\n * This modifier has `850` as `order` value to maintain backward compatibility\n * with previous versions of Popper.js. Expect the modifiers ordering method\n * to change in future major versions of the library.\n *\n * @memberof modifiers\n * @inner\n */\n computeStyle: {\n /** @prop {number} order=850 - Index used to define the order of execution */\n order: 850,\n /** @prop {Boolean} enabled=true - Whether the modifier is enabled or not */\n enabled: true,\n /** @prop {ModifierFn} */\n fn: computeStyle,\n /**\n * @prop {Boolean} gpuAcceleration=true\n * If true, it uses the CSS 3D transformation to position the popper.\n * Otherwise, it will use the `top` and `left` properties\n */\n gpuAcceleration: true,\n /**\n * @prop {string} [x='bottom']\n * Where to anchor the X axis (`bottom` or `top`). AKA X offset origin.\n * Change this if your popper should grow in a direction different from `bottom`\n */\n x: 'bottom',\n /**\n * @prop {string} [x='left']\n * Where to anchor the Y axis (`left` or `right`). AKA Y offset origin.\n * Change this if your popper should grow in a direction different from `right`\n */\n y: 'right'\n },\n\n /**\n * Applies the computed styles to the popper element.\n *\n * All the DOM manipulations are limited to this modifier. This is useful in case\n * you want to integrate Popper.js inside a framework or view library and you\n * want to delegate all the DOM manipulations to it.\n *\n * Note that if you disable this modifier, you must make sure the popper element\n * has its position set to `absolute` before Popper.js can do its work!\n *\n * Just disable this modifier and define your own to achieve the desired effect.\n *\n * @memberof modifiers\n * @inner\n */\n applyStyle: {\n /** @prop {number} order=900 - Index used to define the order of execution */\n order: 900,\n /** @prop {Boolean} enabled=true - Whether the modifier is enabled or not */\n enabled: true,\n /** @prop {ModifierFn} */\n fn: applyStyle,\n /** @prop {Function} */\n onLoad: applyStyleOnLoad,\n /**\n * @deprecated since version 1.10.0, the property moved to `computeStyle` modifier\n * @prop {Boolean} gpuAcceleration=true\n * If true, it uses the CSS 3D transformation to position the popper.\n * Otherwise, it will use the `top` and `left` properties\n */\n gpuAcceleration: undefined\n }\n};\n\n/**\n * The `dataObject` is an object containing all the information used by Popper.js.\n * This object is passed to modifiers and to the `onCreate` and `onUpdate` callbacks.\n * @name dataObject\n * @property {Object} data.instance The Popper.js instance\n * @property {String} data.placement Placement applied to popper\n * @property {String} data.originalPlacement Placement originally defined on init\n * @property {Boolean} data.flipped True if popper has been flipped by flip modifier\n * @property {Boolean} data.hide True if the reference element is out of boundaries, useful to know when to hide the popper\n * @property {HTMLElement} data.arrowElement Node used as arrow by arrow modifier\n * @property {Object} data.styles Any CSS property defined here will be applied to the popper. It expects the JavaScript nomenclature (eg. `marginBottom`)\n * @property {Object} data.arrowStyles Any CSS property defined here will be applied to the popper arrow. It expects the JavaScript nomenclature (eg. `marginBottom`)\n * @property {Object} data.boundaries Offsets of the popper boundaries\n * @property {Object} data.offsets The measurements of popper, reference and arrow elements\n * @property {Object} data.offsets.popper `top`, `left`, `width`, `height` values\n * @property {Object} data.offsets.reference `top`, `left`, `width`, `height` values\n * @property {Object} data.offsets.arrow] `top` and `left` offsets, only one of them will be different from 0\n */\n\n/**\n * Default options provided to Popper.js constructor.<br />\n * These can be overridden using the `options` argument of Popper.js.<br />\n * To override an option, simply pass an object with the same\n * structure of the `options` object, as the 3rd argument. For example:\n * ```\n * new Popper(ref, pop, {\n * modifiers: {\n * preventOverflow: { enabled: false }\n * }\n * })\n * ```\n * @type {Object}\n * @static\n * @memberof Popper\n */\nvar Defaults = {\n /**\n * Popper's placement.\n * @prop {Popper.placements} placement='bottom'\n */\n placement: 'bottom',\n\n /**\n * Set this to true if you want popper to position it self in 'fixed' mode\n * @prop {Boolean} positionFixed=false\n */\n positionFixed: false,\n\n /**\n * Whether events (resize, scroll) are initially enabled.\n * @prop {Boolean} eventsEnabled=true\n */\n eventsEnabled: true,\n\n /**\n * Set to true if you want to automatically remove the popper when\n * you call the `destroy` method.\n * @prop {Boolean} removeOnDestroy=false\n */\n removeOnDestroy: false,\n\n /**\n * Callback called when the popper is created.<br />\n * By default, it is set to no-op.<br />\n * Access Popper.js instance with `data.instance`.\n * @prop {onCreate}\n */\n onCreate: function onCreate() {},\n\n /**\n * Callback called when the popper is updated. This callback is not called\n * on the initialization/creation of the popper, but only on subsequent\n * updates.<br />\n * By default, it is set to no-op.<br />\n * Access Popper.js instance with `data.instance`.\n * @prop {onUpdate}\n */\n onUpdate: function onUpdate() {},\n\n /**\n * List of modifiers used to modify the offsets before they are applied to the popper.\n * They provide most of the functionalities of Popper.js.\n * @prop {modifiers}\n */\n modifiers: modifiers\n};\n\n/**\n * @callback onCreate\n * @param {dataObject} data\n */\n\n/**\n * @callback onUpdate\n * @param {dataObject} data\n */\n\n// Utils\n// Methods\nvar Popper = function () {\n /**\n * Creates a new Popper.js instance.\n * @class Popper\n * @param {Element|referenceObject} reference - The reference element used to position the popper\n * @param {Element} popper - The HTML / XML element used as the popper\n * @param {Object} options - Your custom options to override the ones defined in [Defaults](#defaults)\n * @return {Object} instance - The generated Popper.js instance\n */\n function Popper(reference, popper) {\n var _this = this;\n\n var options = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : {};\n classCallCheck(this, Popper);\n\n this.scheduleUpdate = function () {\n return requestAnimationFrame(_this.update);\n };\n\n // make update() debounced, so that it only runs at most once-per-tick\n this.update = debounce(this.update.bind(this));\n\n // with {} we create a new object with the options inside it\n this.options = _extends({}, Popper.Defaults, options);\n\n // init state\n this.state = {\n isDestroyed: false,\n isCreated: false,\n scrollParents: []\n };\n\n // get reference and popper elements (allow jQuery wrappers)\n this.reference = reference && reference.jquery ? reference[0] : reference;\n this.popper = popper && popper.jquery ? popper[0] : popper;\n\n // Deep merge modifiers options\n this.options.modifiers = {};\n Object.keys(_extends({}, Popper.Defaults.modifiers, options.modifiers)).forEach(function (name) {\n _this.options.modifiers[name] = _extends({}, Popper.Defaults.modifiers[name] || {}, options.modifiers ? options.modifiers[name] : {});\n });\n\n // Refactoring modifiers' list (Object => Array)\n this.modifiers = Object.keys(this.options.modifiers).map(function (name) {\n return _extends({\n name: name\n }, _this.options.modifiers[name]);\n })\n // sort the modifiers by order\n .sort(function (a, b) {\n return a.order - b.order;\n });\n\n // modifiers have the ability to execute arbitrary code when Popper.js get inited\n // such code is executed in the same order of its modifier\n // they could add new properties to their options configuration\n // BE AWARE: don't add options to `options.modifiers.name` but to `modifierOptions`!\n this.modifiers.forEach(function (modifierOptions) {\n if (modifierOptions.enabled && isFunction(modifierOptions.onLoad)) {\n modifierOptions.onLoad(_this.reference, _this.popper, _this.options, modifierOptions, _this.state);\n }\n });\n\n // fire the first update to position the popper in the right place\n this.update();\n\n var eventsEnabled = this.options.eventsEnabled;\n if (eventsEnabled) {\n // setup event listeners, they will take care of update the position in specific situations\n this.enableEventListeners();\n }\n\n this.state.eventsEnabled = eventsEnabled;\n }\n\n // We can't use class properties because they don't get listed in the\n // class prototype and break stuff like Sinon stubs\n\n\n createClass(Popper, [{\n key: 'update',\n value: function update$$1() {\n return update.call(this);\n }\n }, {\n key: 'destroy',\n value: function destroy$$1() {\n return destroy.call(this);\n }\n }, {\n key: 'enableEventListeners',\n value: function enableEventListeners$$1() {\n return enableEventListeners.call(this);\n }\n }, {\n key: 'disableEventListeners',\n value: function disableEventListeners$$1() {\n return disableEventListeners.call(this);\n }\n\n /**\n * Schedules an update. It will run on the next UI update available.\n * @method scheduleUpdate\n * @memberof Popper\n */\n\n\n /**\n * Collection of utilities useful when writing custom modifiers.\n * Starting from version 1.7, this method is available only if you\n * include `popper-utils.js` before `popper.js`.\n *\n * **DEPRECATION**: This way to access PopperUtils is deprecated\n * and will be removed in v2! Use the PopperUtils module directly instead.\n * Due to the high instability of the methods contained in Utils, we can't\n * guarantee them to follow semver. Use them at your own risk!\n * @static\n * @private\n * @type {Object}\n * @deprecated since version 1.8\n * @member Utils\n * @memberof Popper\n */\n\n }]);\n return Popper;\n}();\n\n/**\n * The `referenceObject` is an object that provides an interface compatible with Popper.js\n * and lets you use it as replacement of a real DOM node.<br />\n * You can use this method to position a popper relatively to a set of coordinates\n * in case you don't have a DOM node to use as reference.\n *\n * ```\n * new Popper(referenceObject, popperNode);\n * ```\n *\n * NB: This feature isn't supported in Internet Explorer 10.\n * @name referenceObject\n * @property {Function} data.getBoundingClientRect\n * A function that returns a set of coordinates compatible with the native `getBoundingClientRect` method.\n * @property {number} data.clientWidth\n * An ES6 getter that will return the width of the virtual reference element.\n * @property {number} data.clientHeight\n * An ES6 getter that will return the height of the virtual reference element.\n */\n\n\nPopper.Utils = (typeof window !== 'undefined' ? window : global).PopperUtils;\nPopper.placements = placements;\nPopper.Defaults = Defaults;\n\nexport default Popper;\n//# sourceMappingURL=popper.js.map\n","/**\n * @copyright Bernhard Posselt 2014\n *\n * @author Christoph Wurst <christoph@winzerhof-wurst.at>\n * @author John Molakvoæ <skjnldsv@protonmail.com>\n *\n * @license GNU AGPL version 3 or any later version\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see <http://www.gnu.org/licenses/>.\n *\n */\n\nimport $ from 'jquery'\n\nlet dynamicSlideToggleEnabled = false\n\nconst Apps = {\n\tenableDynamicSlideToggle() {\n\t\tdynamicSlideToggleEnabled = true\n\t},\n}\n\n/**\n * Shows the #app-sidebar and add .with-app-sidebar to subsequent siblings\n *\n * @param {Object} [$el] sidebar element to show, defaults to $('#app-sidebar')\n */\nApps.showAppSidebar = function($el) {\n\tconst $appSidebar = $el || $('#app-sidebar')\n\t$appSidebar.removeClass('disappear').show()\n\t$('#app-content').trigger(new $.Event('appresized'))\n}\n\n/**\n * Shows the #app-sidebar and removes .with-app-sidebar from subsequent\n * siblings\n *\n * @param {Object} [$el] sidebar element to hide, defaults to $('#app-sidebar')\n */\nApps.hideAppSidebar = function($el) {\n\tconst $appSidebar = $el || $('#app-sidebar')\n\t$appSidebar.hide().addClass('disappear')\n\t$('#app-content').trigger(new $.Event('appresized'))\n}\n\n/**\n * Provides a way to slide down a target area through a button and slide it\n * up if the user clicks somewhere else. Used for the news app settings and\n * add new field.\n *\n * Usage:\n * <button data-apps-slide-toggle=\".slide-area\">slide</button>\n * <div class=\".slide-area\" class=\"hidden\">I'm sliding up</div>\n */\nexport const registerAppsSlideToggle = () => {\n\tlet buttons = $('[data-apps-slide-toggle]')\n\n\tif (buttons.length === 0) {\n\t\t$('#app-navigation').addClass('without-app-settings')\n\t}\n\n\t$(document).click(function(event) {\n\n\t\tif (dynamicSlideToggleEnabled) {\n\t\t\tbuttons = $('[data-apps-slide-toggle]')\n\t\t}\n\n\t\tbuttons.each(function(index, button) {\n\n\t\t\tconst areaSelector = $(button).data('apps-slide-toggle')\n\t\t\tconst area = $(areaSelector)\n\n\t\t\tfunction hideArea() {\n\t\t\t\tarea.slideUp(OC.menuSpeed * 4, function() {\n\t\t\t\t\tarea.trigger(new $.Event('hide'))\n\t\t\t\t})\n\t\t\t\tarea.removeClass('opened')\n\t\t\t\t$(button).removeClass('opened')\n\t\t\t}\n\n\t\t\tfunction showArea() {\n\t\t\t\tarea.slideDown(OC.menuSpeed * 4, function() {\n\t\t\t\t\tarea.trigger(new $.Event('show'))\n\t\t\t\t})\n\t\t\t\tarea.addClass('opened')\n\t\t\t\t$(button).addClass('opened')\n\t\t\t\tconst input = $(areaSelector + ' [autofocus]')\n\t\t\t\tif (input.length === 1) {\n\t\t\t\t\tinput.focus()\n\t\t\t\t}\n\t\t\t}\n\n\t\t\t// do nothing if the area is animated\n\t\t\tif (!area.is(':animated')) {\n\n\t\t\t\t// button toggles the area\n\t\t\t\tif ($(button).is($(event.target).closest('[data-apps-slide-toggle]'))) {\n\t\t\t\t\tif (area.is(':visible')) {\n\t\t\t\t\t\thideArea()\n\t\t\t\t\t} else {\n\t\t\t\t\t\tshowArea()\n\t\t\t\t\t}\n\n\t\t\t\t\t// all other areas that have not been clicked but are open\n\t\t\t\t\t// should be slid up\n\t\t\t\t} else {\n\t\t\t\t\tconst closest = $(event.target).closest(areaSelector)\n\t\t\t\t\tif (area.is(':visible') && closest[0] !== area[0]) {\n\t\t\t\t\t\thideArea()\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t})\n\n\t})\n}\n\nexport default Apps\n","/*\n * vim: expandtab shiftwidth=4 softtabstop=4\n */\n\n/* global dav */\nif (typeof dav === 'undefined') { dav = {}; };\n\ndav._XML_CHAR_MAP = {\n '<': '&lt;',\n '>': '&gt;',\n '&': '&amp;',\n '\"': '&quot;',\n \"'\": '&apos;'\n};\n\ndav._escapeXml = function(s) {\n return s.replace(/[<>&\"']/g, function (ch) {\n return dav._XML_CHAR_MAP[ch];\n });\n};\n\ndav.Client = function(options) {\n var i;\n for(i in options) {\n this[i] = options[i];\n }\n\n};\n\ndav.Client.prototype = {\n\n baseUrl : null,\n\n userName : null,\n\n password : null,\n\n\n xmlNamespaces : {\n 'DAV:' : 'd'\n },\n\n /**\n * Generates a propFind request.\n *\n * @param {string} url Url to do the propfind request on\n * @param {Array} properties List of properties to retrieve.\n * @param {string} depth \"0\", \"1\" or \"infinity\"\n * @param {Object} [headers] headers\n * @return {Promise}\n */\n propFind : function(url, properties, depth, headers) {\n\n if(typeof depth === \"undefined\") {\n depth = '0';\n }\n\n // depth header must be a string, in case a number was passed in\n depth = '' + depth;\n\n headers = headers || {};\n\n headers['Depth'] = depth;\n headers['Content-Type'] = 'application/xml; charset=utf-8';\n\n var body =\n '<?xml version=\"1.0\"?>\\n' +\n '<d:propfind ';\n var namespace;\n for (namespace in this.xmlNamespaces) {\n body += ' xmlns:' + this.xmlNamespaces[namespace] + '=\"' + namespace + '\"';\n }\n body += '>\\n' +\n ' <d:prop>\\n';\n\n for(var ii in properties) {\n if (!properties.hasOwnProperty(ii)) {\n continue;\n }\n\n var property = this.parseClarkNotation(properties[ii]);\n if (this.xmlNamespaces[property.namespace]) {\n body+=' <' + this.xmlNamespaces[property.namespace] + ':' + property.name + ' />\\n';\n } else {\n body+=' <x:' + property.name + ' xmlns:x=\"' + property.namespace + '\" />\\n';\n }\n\n }\n body+=' </d:prop>\\n';\n body+='</d:propfind>';\n\n return this.request('PROPFIND', url, headers, body).then(\n function(result) {\n\n if (depth === '0') {\n return {\n status: result.status,\n body: result.body[0],\n xhr: result.xhr\n };\n } else {\n return {\n status: result.status,\n body: result.body,\n xhr: result.xhr\n };\n }\n\n }.bind(this)\n );\n\n },\n\n /**\n * Renders a \"d:set\" block for the given properties.\n *\n * @param {Object.<String,String>} properties\n * @return {String} XML \"<d:set>\" block\n */\n _renderPropSet: function(properties) {\n var body = ' <d:set>\\n' +\n ' <d:prop>\\n';\n\n for(var ii in properties) {\n if (!properties.hasOwnProperty(ii)) {\n continue;\n }\n\n var property = this.parseClarkNotation(ii);\n var propName;\n var propValue = properties[ii];\n if (this.xmlNamespaces[property.namespace]) {\n propName = this.xmlNamespaces[property.namespace] + ':' + property.name;\n } else {\n propName = 'x:' + property.name + ' xmlns:x=\"' + property.namespace + '\"';\n }\n\n // FIXME: hard-coded for now until we allow properties to\n // specify whether to be escaped or not\n if (propName !== 'd:resourcetype') {\n propValue = dav._escapeXml(propValue);\n }\n body += ' <' + propName + '>' + propValue + '</' + propName + '>\\n';\n }\n body +=' </d:prop>\\n';\n body +=' </d:set>\\n';\n return body;\n },\n\n /**\n * Generates a propPatch request.\n *\n * @param {string} url Url to do the proppatch request on\n * @param {Object.<String,String>} properties List of properties to store.\n * @param {Object} [headers] headers\n * @return {Promise}\n */\n propPatch : function(url, properties, headers) {\n headers = headers || {};\n\n headers['Content-Type'] = 'application/xml; charset=utf-8';\n\n var body =\n '<?xml version=\"1.0\"?>\\n' +\n '<d:propertyupdate ';\n var namespace;\n for (namespace in this.xmlNamespaces) {\n body += ' xmlns:' + this.xmlNamespaces[namespace] + '=\"' + namespace + '\"';\n }\n body += '>\\n' + this._renderPropSet(properties);\n body += '</d:propertyupdate>';\n\n return this.request('PROPPATCH', url, headers, body).then(\n function(result) {\n return {\n status: result.status,\n body: result.body,\n xhr: result.xhr\n };\n }.bind(this)\n );\n\n },\n\n /**\n * Generates a MKCOL request.\n * If attributes are given, it will use an extended MKCOL request.\n *\n * @param {string} url Url to do the proppatch request on\n * @param {Object.<String,String>} [properties] list of properties to store.\n * @param {Object} [headers] headers\n * @return {Promise}\n */\n mkcol : function(url, properties, headers) {\n var body = '';\n headers = headers || {};\n headers['Content-Type'] = 'application/xml; charset=utf-8';\n\n if (properties) {\n body =\n '<?xml version=\"1.0\"?>\\n' +\n '<d:mkcol';\n var namespace;\n for (namespace in this.xmlNamespaces) {\n body += ' xmlns:' + this.xmlNamespaces[namespace] + '=\"' + namespace + '\"';\n }\n body += '>\\n' + this._renderPropSet(properties);\n body +='</d:mkcol>';\n }\n\n return this.request('MKCOL', url, headers, body).then(\n function(result) {\n return {\n status: result.status,\n body: result.body,\n xhr: result.xhr\n };\n }.bind(this)\n );\n\n },\n\n /**\n * Performs a HTTP request, and returns a Promise\n *\n * @param {string} method HTTP method\n * @param {string} url Relative or absolute url\n * @param {Object} headers HTTP headers as an object.\n * @param {string} body HTTP request body.\n * @param {string} responseType HTTP request response type.\n * @param {Object} options\n * @param {Function} options.onProgress progress callback\n * @return {Promise}\n */\n request : function(method, url, headers, body, responseType, options) {\n\n var self = this;\n var xhr = this.xhrProvider();\n headers = headers || {};\n responseType = responseType || \"\";\n \n if (this.userName) {\n headers['Authorization'] = 'Basic ' + btoa(this.userName + ':' + this.password);\n // xhr.open(method, this.resolveUrl(url), true, this.userName, this.password);\n }\n xhr.open(method, this.resolveUrl(url), true);\n var ii;\n for(ii in headers) {\n xhr.setRequestHeader(ii, headers[ii]);\n }\n xhr.responseType = responseType;\n\n if (options && typeof(options.onProgress) === 'function') {\n if (method === 'PUT' || method === 'POST') {\n xhr.upload.addEventListener('progress', function (e) {\n options.onProgress(e)\n }, false)\n }\n else {\n xhr.addEventListener('progress', function (e) {\n options.onProgress(e)\n }, false)\n }\n }\n\n // Work around for edge\n if (body === undefined) {\n xhr.send();\n } else {\n xhr.send(body);\n }\n\n return new Promise(function(fulfill, reject) {\n\n xhr.onreadystatechange = function() {\n\n if (xhr.readyState !== 4) {\n return;\n }\n\n var resultBody = xhr.response;\n if (xhr.status === 207) {\n resultBody = self.parseMultiStatus(xhr.response);\n }\n\n fulfill({\n body: resultBody,\n status: xhr.status,\n xhr: xhr\n });\n\n };\n\n xhr.ontimeout = function() {\n\n reject(new Error('Timeout exceeded'));\n\n };\n\n });\n\n },\n\n /**\n * Returns an XMLHttpRequest object.\n *\n * This is in its own method, so it can be easily overridden.\n *\n * @return {XMLHttpRequest}\n */\n xhrProvider : function() {\n\n return new XMLHttpRequest();\n\n },\n\n /**\n * Parses a property node.\n *\n * Either returns a string if the node only contains text, or returns an\n * array of non-text subnodes.\n *\n * @param {Object} propNode node to parse\n * @return {string|Array} text content as string or array of subnodes, excluding text nodes\n */\n _parsePropNode: function(propNode) {\n var content = null;\n if (propNode.childNodes && propNode.childNodes.length > 0) {\n var subNodes = [];\n // filter out text nodes\n for (var j = 0; j < propNode.childNodes.length; j++) {\n var node = propNode.childNodes[j];\n if (node.nodeType === 1) {\n subNodes.push(node);\n }\n }\n if (subNodes.length) {\n content = subNodes;\n }\n }\n\n return content || propNode.textContent || propNode.text || '';\n },\n\n /**\n * Parses a multi-status response body.\n *\n * @param {string} xmlBody\n * @param {Array}\n */\n parseMultiStatus : function(xmlBody) {\n\n var parser = new DOMParser();\n var doc = parser.parseFromString(xmlBody, \"application/xml\");\n\n var resolver = function(foo) {\n var ii;\n for(ii in this.xmlNamespaces) {\n if (this.xmlNamespaces[ii] === foo) {\n return ii;\n }\n }\n }.bind(this);\n\n var responseIterator = doc.evaluate('/d:multistatus/d:response', doc, resolver, XPathResult.ANY_TYPE, null);\n\n var result = [];\n var responseNode = responseIterator.iterateNext();\n\n while(responseNode) {\n\n var response = {\n href : null,\n propStat : []\n };\n\n response.href = doc.evaluate('string(d:href)', responseNode, resolver, XPathResult.ANY_TYPE, null).stringValue;\n\n var propStatIterator = doc.evaluate('d:propstat', responseNode, resolver, XPathResult.ANY_TYPE, null);\n var propStatNode = propStatIterator.iterateNext();\n\n while(propStatNode) {\n var propStat = {\n status : doc.evaluate('string(d:status)', propStatNode, resolver, XPathResult.ANY_TYPE, null).stringValue,\n properties : {},\n };\n\n var propIterator = doc.evaluate('d:prop/*', propStatNode, resolver, XPathResult.ANY_TYPE, null);\n\n var propNode = propIterator.iterateNext();\n while(propNode) {\n var content = this._parsePropNode(propNode);\n propStat.properties['{' + propNode.namespaceURI + '}' + propNode.localName] = content;\n propNode = propIterator.iterateNext();\n\n }\n response.propStat.push(propStat);\n propStatNode = propStatIterator.iterateNext();\n\n\n }\n\n result.push(response);\n responseNode = responseIterator.iterateNext();\n\n }\n\n return result;\n\n },\n\n /**\n * Takes a relative url, and maps it to an absolute url, using the baseUrl\n *\n * @param {string} url\n * @return {string}\n */\n resolveUrl : function(url) {\n\n // Note: this is rudamentary.. not sure yet if it handles every case.\n if (/^https?:\\/\\//i.test(url)) {\n // absolute\n return url;\n }\n\n var baseParts = this.parseUrl(this.baseUrl);\n if (url.charAt('/')) {\n // Url starts with a slash\n return baseParts.root + url;\n }\n\n // Url does not start with a slash, we need grab the base url right up until the last slash.\n var newUrl = baseParts.root + '/';\n if (baseParts.path.lastIndexOf('/')!==-1) {\n newUrl = newUrl = baseParts.path.subString(0, baseParts.path.lastIndexOf('/')) + '/';\n }\n newUrl+=url;\n return url;\n\n },\n\n /**\n * Parses a url and returns its individual components.\n *\n * @param {String} url\n * @return {Object}\n */\n parseUrl : function(url) {\n\n var parts = url.match(/^(?:([A-Za-z]+):)?(\\/{0,3})([0-9.\\-A-Za-z]+)(?::(\\d+))?(?:\\/([^?#]*))?(?:\\?([^#]*))?(?:#(.*))?$/);\n var result = {\n url : parts[0],\n scheme : parts[1],\n host : parts[3],\n port : parts[4],\n path : parts[5],\n query : parts[6],\n fragment : parts[7],\n };\n result.root =\n result.scheme + '://' +\n result.host +\n (result.port ? ':' + result.port : '');\n\n return result;\n\n },\n\n parseClarkNotation : function(propertyName) {\n\n var result = propertyName.match(/^{([^}]+)}(.*)$/);\n if (!result) {\n return;\n }\n\n return {\n name : result[2],\n namespace : result[1]\n };\n\n }\n\n};\n\nif (typeof module !== 'undefined' && typeof module.exports !== 'undefined') {\n module.exports.Client = dav.Client;\n}\n\n/*** EXPORTS FROM exports-loader ***/\nmodule.exports = {\n dav\n};\n","/**\n * @copyright 2019 Christoph Wurst <christoph@winzerhof-wurst.at>\n *\n * @author Christoph Wurst <christoph@winzerhof-wurst.at>\n * @author John Molakvoæ <skjnldsv@protonmail.com>\n * @author Roeland Jago Douma <roeland@famdouma.nl>\n *\n * @license GNU AGPL version 3 or any later version\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see <http://www.gnu.org/licenses/>.\n *\n */\n\nimport _ from 'underscore'\nimport $ from 'jquery'\nimport moment from 'moment'\nimport { generateUrl } from '@nextcloud/router'\n\nimport OC from './index'\n\n/**\n * @namespace OC.PasswordConfirmation\n */\nexport default {\n\tcallback: null,\n\n\tpageLoadTime: null,\n\n\tinit() {\n\t\t$('.password-confirm-required').on('click', _.bind(this.requirePasswordConfirmation, this))\n\t\tthis.pageLoadTime = moment.now()\n\t},\n\n\trequiresPasswordConfirmation() {\n\t\tconst serverTimeDiff = this.pageLoadTime - (window.nc_pageLoad * 1000)\n\t\tconst timeSinceLogin = moment.now() - (serverTimeDiff + (window.nc_lastLogin * 1000))\n\n\t\t// if timeSinceLogin > 30 minutes and user backend allows password confirmation\n\t\treturn (window.backendAllowsPasswordConfirmation && timeSinceLogin > 30 * 60 * 1000)\n\t},\n\n\t/**\n\t * @param {Function} callback success callback function\n\t * @param {Object} options options\n\t * @param {Function} rejectCallback error callback function\n\t */\n\trequirePasswordConfirmation(callback, options, rejectCallback) {\n\t\toptions = typeof options !== 'undefined' ? options : {}\n\t\tconst defaults = {\n\t\t\ttitle: t('core', 'Authentication required'),\n\t\t\ttext: t(\n\t\t\t\t'core',\n\t\t\t\t'This action requires you to confirm your password'\n\t\t\t),\n\t\t\tconfirm: t('core', 'Confirm'),\n\t\t\tlabel: t('core', 'Password'),\n\t\t\terror: '',\n\t\t}\n\n\t\tconst config = _.extend(defaults, options)\n\n\t\tconst self = this\n\n\t\tif (this.requiresPasswordConfirmation()) {\n\t\t\tOC.dialogs.prompt(\n\t\t\t\tconfig.text,\n\t\t\t\tconfig.title,\n\t\t\t\tfunction(result, password) {\n\t\t\t\t\tif (result && password !== '') {\n\t\t\t\t\t\tself._confirmPassword(password, config)\n\t\t\t\t\t} else if (_.isFunction(rejectCallback)) {\n\t\t\t\t\t\trejectCallback()\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\ttrue,\n\t\t\t\tconfig.label,\n\t\t\t\ttrue\n\t\t\t).then(function() {\n\t\t\t\tconst $dialog = $('.oc-dialog:visible')\n\t\t\t\t$dialog.find('.ui-icon').remove()\n\t\t\t\t$dialog.addClass('password-confirmation')\n\t\t\t\tif (config.error !== '') {\n\t\t\t\t\tconst $error = $('<p></p>').addClass('msg warning').text(config.error)\n\t\t\t\t\t$dialog.find('.oc-dialog-content').append($error)\n\t\t\t\t}\n\t\t\t\t$dialog.find('.oc-dialog-buttonrow').addClass('aside')\n\n\t\t\t\tconst $buttons = $dialog.find('button')\n\t\t\t\t$buttons.eq(0).hide()\n\t\t\t\t$buttons.eq(1).text(config.confirm)\n\t\t\t})\n\t\t}\n\n\t\tthis.callback = callback\n\t},\n\n\t_confirmPassword(password, config) {\n\t\tconst self = this\n\n\t\t$.ajax({\n\t\t\turl: generateUrl('/login/confirm'),\n\t\t\tdata: {\n\t\t\t\tpassword,\n\t\t\t},\n\t\t\ttype: 'POST',\n\t\t\tsuccess(response) {\n\t\t\t\twindow.nc_lastLogin = response.lastLogin\n\n\t\t\t\tif (_.isFunction(self.callback)) {\n\t\t\t\t\tself.callback()\n\t\t\t\t}\n\t\t\t},\n\t\t\terror() {\n\t\t\t\tconfig.error = t('core', 'Failed to authenticate, try again')\n\t\t\t\tOC.PasswordConfirmation.requirePasswordConfirmation(self.callback, config)\n\t\t\t},\n\t\t})\n\t},\n}\n","// Imports\nimport ___CSS_LOADER_API_SOURCEMAP_IMPORT___ from \"../css-loader/dist/runtime/cssWithMappingToString.js\";\nimport ___CSS_LOADER_API_IMPORT___ from \"../css-loader/dist/runtime/api.js\";\nvar ___CSS_LOADER_EXPORT___ = ___CSS_LOADER_API_IMPORT___(___CSS_LOADER_API_SOURCEMAP_IMPORT___);\n// Module\n___CSS_LOADER_EXPORT___.push([module.id, \"/**\\n * Strengthify - show the weakness of a password (uses zxcvbn for this)\\n * https://github.com/MorrisJobke/strengthify\\n * Version: 0.5.9\\n * License: The MIT License (MIT)\\n * Copyright (c) 2013-2020 Morris Jobke <morris.jobke@gmail.com>\\n */\\n\\n.strengthify-wrapper {\\n position: relative;\\n}\\n\\n.strengthify-wrapper > * {\\n\\t-ms-filter:\\\"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\\\";\\n\\tfilter: alpha(opacity=0);\\n\\topacity: 0;\\n\\t-webkit-transition:all .5s ease-in-out;\\n\\t-moz-transition:all .5s ease-in-out;\\n\\ttransition:all .5s ease-in-out;\\n}\\n\\n.strengthify-bg, .strengthify-container, .strengthify-separator {\\n\\theight: 3px;\\n}\\n\\n.strengthify-bg, .strengthify-container {\\n\\tdisplay: block;\\n\\tposition: absolute;\\n\\twidth: 100%;\\n}\\n\\n.strengthify-bg {\\n\\tbackground-color: #BBB;\\n}\\n\\n.strengthify-separator {\\n\\tdisplay: inline-block;\\n\\tposition: absolute;\\n\\tbackground-color: #FFF;\\n\\twidth: 1px;\\n\\tz-index: 10;\\n}\\n\\n.password-bad {\\n\\tbackground-color: #C33;\\n}\\n.password-medium {\\n\\tbackground-color: #F80;\\n}\\n.password-good {\\n\\tbackground-color: #3C3;\\n}\\n\\ndiv[data-strengthifyMessage] {\\n padding: 3px 8px;\\n}\\n\\n.strengthify-tiles{\\n\\tfloat: right;\\n}\\n\", \"\",{\"version\":3,\"sources\":[\"webpack://./node_modules/strengthify/strengthify.css\"],\"names\":[],\"mappings\":\"AAAA;;;;;;EAME;;AAEF;IACI,kBAAkB;AACtB;;AAEA;CACC,+DAA+D;CAC/D,wBAAwB;CACxB,UAAU;CACV,sCAAsC;CACtC,mCAAmC;CACnC,8BAA8B;AAC/B;;AAEA;CACC,WAAW;AACZ;;AAEA;CACC,cAAc;CACd,kBAAkB;CAClB,WAAW;AACZ;;AAEA;CACC,sBAAsB;AACvB;;AAEA;CACC,qBAAqB;CACrB,kBAAkB;CAClB,sBAAsB;CACtB,UAAU;CACV,WAAW;AACZ;;AAEA;CACC,sBAAsB;AACvB;AACA;CACC,sBAAsB;AACvB;AACA;CACC,sBAAsB;AACvB;;AAEA;IACI,gBAAgB;AACpB;;AAEA;CACC,YAAY;AACb\",\"sourcesContent\":[\"/**\\n * Strengthify - show the weakness of a password (uses zxcvbn for this)\\n * https://github.com/MorrisJobke/strengthify\\n * Version: 0.5.9\\n * License: The MIT License (MIT)\\n * Copyright (c) 2013-2020 Morris Jobke <morris.jobke@gmail.com>\\n */\\n\\n.strengthify-wrapper {\\n position: relative;\\n}\\n\\n.strengthify-wrapper > * {\\n\\t-ms-filter:\\\"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\\\";\\n\\tfilter: alpha(opacity=0);\\n\\topacity: 0;\\n\\t-webkit-transition:all .5s ease-in-out;\\n\\t-moz-transition:all .5s ease-in-out;\\n\\ttransition:all .5s ease-in-out;\\n}\\n\\n.strengthify-bg, .strengthify-container, .strengthify-separator {\\n\\theight: 3px;\\n}\\n\\n.strengthify-bg, .strengthify-container {\\n\\tdisplay: block;\\n\\tposition: absolute;\\n\\twidth: 100%;\\n}\\n\\n.strengthify-bg {\\n\\tbackground-color: #BBB;\\n}\\n\\n.strengthify-separator {\\n\\tdisplay: inline-block;\\n\\tposition: absolute;\\n\\tbackground-color: #FFF;\\n\\twidth: 1px;\\n\\tz-index: 10;\\n}\\n\\n.password-bad {\\n\\tbackground-color: #C33;\\n}\\n.password-medium {\\n\\tbackground-color: #F80;\\n}\\n.password-good {\\n\\tbackground-color: #3C3;\\n}\\n\\ndiv[data-strengthifyMessage] {\\n padding: 3px 8px;\\n}\\n\\n.strengthify-tiles{\\n\\tfloat: right;\\n}\\n\"],\"sourceRoot\":\"\"}]);\n// Exports\nexport default ___CSS_LOADER_EXPORT___;\n","var convert = require('./convert'),\n func = convert('identity', require('../identity'), require('./_falseOptions'));\n\nfunc.placeholder = require('./placeholder');\nmodule.exports = func;\n","'use strict';\nvar $ = require('../internals/export');\nvar $map = require('../internals/array-iteration').map;\nvar arrayMethodHasSpeciesSupport = require('../internals/array-method-has-species-support');\n\nvar HAS_SPECIES_SUPPORT = arrayMethodHasSpeciesSupport('map');\n\n// `Array.prototype.map` method\n// https://tc39.es/ecma262/#sec-array.prototype.map\n// with adding support of @@species\n$({ target: 'Array', proto: true, forced: !HAS_SPECIES_SUPPORT }, {\n map: function map(callbackfn /* , thisArg */) {\n return $map(this, callbackfn, arguments.length > 1 ? arguments[1] : undefined);\n }\n});\n","'use strict';\nvar $ = require('../internals/export');\nvar $reduce = require('../internals/array-reduce').left;\nvar arrayMethodIsStrict = require('../internals/array-method-is-strict');\nvar CHROME_VERSION = require('../internals/engine-v8-version');\nvar IS_NODE = require('../internals/engine-is-node');\n\nvar STRICT_METHOD = arrayMethodIsStrict('reduce');\n// Chrome 80-82 has a critical bug\n// https://bugs.chromium.org/p/chromium/issues/detail?id=1049982\nvar CHROME_BUG = !IS_NODE && CHROME_VERSION > 79 && CHROME_VERSION < 83;\n\n// `Array.prototype.reduce` method\n// https://tc39.es/ecma262/#sec-array.prototype.reduce\n$({ target: 'Array', proto: true, forced: !STRICT_METHOD || CHROME_BUG }, {\n reduce: function reduce(callbackfn /* , initialValue */) {\n return $reduce(this, callbackfn, arguments.length, arguments.length > 1 ? arguments[1] : undefined);\n }\n});\n","var DESCRIPTORS = require('../internals/descriptors');\nvar definePropertyModule = require('../internals/object-define-property');\nvar anObject = require('../internals/an-object');\nvar objectKeys = require('../internals/object-keys');\n\n// `Object.defineProperties` method\n// https://tc39.es/ecma262/#sec-object.defineproperties\n// eslint-disable-next-line es/no-object-defineproperties -- safe\nmodule.exports = DESCRIPTORS ? Object.defineProperties : function defineProperties(O, Properties) {\n anObject(O);\n var keys = objectKeys(Properties);\n var length = keys.length;\n var index = 0;\n var key;\n while (length > index) definePropertyModule.f(O, key = keys[index++], Properties[key]);\n return O;\n};\n","var wellKnownSymbol = require('../internals/well-known-symbol');\n\nvar ITERATOR = wellKnownSymbol('iterator');\nvar SAFE_CLOSING = false;\n\ntry {\n var called = 0;\n var iteratorWithReturn = {\n next: function () {\n return { done: !!called++ };\n },\n 'return': function () {\n SAFE_CLOSING = true;\n }\n };\n iteratorWithReturn[ITERATOR] = function () {\n return this;\n };\n // eslint-disable-next-line es/no-array-from, no-throw-literal -- required for testing\n Array.from(iteratorWithReturn, function () { throw 2; });\n} catch (error) { /* empty */ }\n\nmodule.exports = function (exec, SKIP_CLOSING) {\n if (!SKIP_CLOSING && !SAFE_CLOSING) return false;\n var ITERATION_SUPPORT = false;\n try {\n var object = {};\n object[ITERATOR] = function () {\n return {\n next: function () {\n return { done: ITERATION_SUPPORT = true };\n }\n };\n };\n exec(object);\n } catch (error) { /* empty */ }\n return ITERATION_SUPPORT;\n};\n","'use strict';\nvar $ = require('../internals/export');\nvar createIteratorConstructor = require('../internals/create-iterator-constructor');\nvar getPrototypeOf = require('../internals/object-get-prototype-of');\nvar setPrototypeOf = require('../internals/object-set-prototype-of');\nvar setToStringTag = require('../internals/set-to-string-tag');\nvar createNonEnumerableProperty = require('../internals/create-non-enumerable-property');\nvar redefine = require('../internals/redefine');\nvar wellKnownSymbol = require('../internals/well-known-symbol');\nvar IS_PURE = require('../internals/is-pure');\nvar Iterators = require('../internals/iterators');\nvar IteratorsCore = require('../internals/iterators-core');\n\nvar IteratorPrototype = IteratorsCore.IteratorPrototype;\nvar BUGGY_SAFARI_ITERATORS = IteratorsCore.BUGGY_SAFARI_ITERATORS;\nvar ITERATOR = wellKnownSymbol('iterator');\nvar KEYS = 'keys';\nvar VALUES = 'values';\nvar ENTRIES = 'entries';\n\nvar returnThis = function () { return this; };\n\nmodule.exports = function (Iterable, NAME, IteratorConstructor, next, DEFAULT, IS_SET, FORCED) {\n createIteratorConstructor(IteratorConstructor, NAME, next);\n\n var getIterationMethod = function (KIND) {\n if (KIND === DEFAULT && defaultIterator) return defaultIterator;\n if (!BUGGY_SAFARI_ITERATORS && KIND in IterablePrototype) return IterablePrototype[KIND];\n switch (KIND) {\n case KEYS: return function keys() { return new IteratorConstructor(this, KIND); };\n case VALUES: return function values() { return new IteratorConstructor(this, KIND); };\n case ENTRIES: return function entries() { return new IteratorConstructor(this, KIND); };\n } return function () { return new IteratorConstructor(this); };\n };\n\n var TO_STRING_TAG = NAME + ' Iterator';\n var INCORRECT_VALUES_NAME = false;\n var IterablePrototype = Iterable.prototype;\n var nativeIterator = IterablePrototype[ITERATOR]\n || IterablePrototype['@@iterator']\n || DEFAULT && IterablePrototype[DEFAULT];\n var defaultIterator = !BUGGY_SAFARI_ITERATORS && nativeIterator || getIterationMethod(DEFAULT);\n var anyNativeIterator = NAME == 'Array' ? IterablePrototype.entries || nativeIterator : nativeIterator;\n var CurrentIteratorPrototype, methods, KEY;\n\n // fix native\n if (anyNativeIterator) {\n CurrentIteratorPrototype = getPrototypeOf(anyNativeIterator.call(new Iterable()));\n if (IteratorPrototype !== Object.prototype && CurrentIteratorPrototype.next) {\n if (!IS_PURE && getPrototypeOf(CurrentIteratorPrototype) !== IteratorPrototype) {\n if (setPrototypeOf) {\n setPrototypeOf(CurrentIteratorPrototype, IteratorPrototype);\n } else if (typeof CurrentIteratorPrototype[ITERATOR] != 'function') {\n createNonEnumerableProperty(CurrentIteratorPrototype, ITERATOR, returnThis);\n }\n }\n // Set @@toStringTag to native iterators\n setToStringTag(CurrentIteratorPrototype, TO_STRING_TAG, true, true);\n if (IS_PURE) Iterators[TO_STRING_TAG] = returnThis;\n }\n }\n\n // fix Array.prototype.{ values, @@iterator }.name in V8 / FF\n if (DEFAULT == VALUES && nativeIterator && nativeIterator.name !== VALUES) {\n INCORRECT_VALUES_NAME = true;\n defaultIterator = function values() { return nativeIterator.call(this); };\n }\n\n // define iterator\n if ((!IS_PURE || FORCED) && IterablePrototype[ITERATOR] !== defaultIterator) {\n createNonEnumerableProperty(IterablePrototype, ITERATOR, defaultIterator);\n }\n Iterators[NAME] = defaultIterator;\n\n // export additional methods\n if (DEFAULT) {\n methods = {\n values: getIterationMethod(VALUES),\n keys: IS_SET ? defaultIterator : getIterationMethod(KEYS),\n entries: getIterationMethod(ENTRIES)\n };\n if (FORCED) for (KEY in methods) {\n if (BUGGY_SAFARI_ITERATORS || INCORRECT_VALUES_NAME || !(KEY in IterablePrototype)) {\n redefine(IterablePrototype, KEY, methods[KEY]);\n }\n } else $({ target: NAME, proto: true, forced: BUGGY_SAFARI_ITERATORS || INCORRECT_VALUES_NAME }, methods);\n }\n\n return methods;\n};\n","'use strict';\nvar IteratorPrototype = require('../internals/iterators-core').IteratorPrototype;\nvar create = require('../internals/object-create');\nvar createPropertyDescriptor = require('../internals/create-property-descriptor');\nvar setToStringTag = require('../internals/set-to-string-tag');\nvar Iterators = require('../internals/iterators');\n\nvar returnThis = function () { return this; };\n\nmodule.exports = function (IteratorConstructor, NAME, next) {\n var TO_STRING_TAG = NAME + ' Iterator';\n IteratorConstructor.prototype = create(IteratorPrototype, { next: createPropertyDescriptor(1, next) });\n setToStringTag(IteratorConstructor, TO_STRING_TAG, false, true);\n Iterators[TO_STRING_TAG] = returnThis;\n return IteratorConstructor;\n};\n","'use strict';\nvar getBuiltIn = require('../internals/get-built-in');\nvar definePropertyModule = require('../internals/object-define-property');\nvar wellKnownSymbol = require('../internals/well-known-symbol');\nvar DESCRIPTORS = require('../internals/descriptors');\n\nvar SPECIES = wellKnownSymbol('species');\n\nmodule.exports = function (CONSTRUCTOR_NAME) {\n var Constructor = getBuiltIn(CONSTRUCTOR_NAME);\n var defineProperty = definePropertyModule.f;\n\n if (DESCRIPTORS && Constructor && !Constructor[SPECIES]) {\n defineProperty(Constructor, SPECIES, {\n configurable: true,\n get: function () { return this; }\n });\n }\n};\n","'use strict';\n\nexports.__esModule = true;\nexports.HandlebarsEnvironment = HandlebarsEnvironment;\n// istanbul ignore next\n\nfunction _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { 'default': obj }; }\n\nvar _utils = require('./utils');\n\nvar _exception = require('./exception');\n\nvar _exception2 = _interopRequireDefault(_exception);\n\nvar _helpers = require('./helpers');\n\nvar _decorators = require('./decorators');\n\nvar _logger = require('./logger');\n\nvar _logger2 = _interopRequireDefault(_logger);\n\nvar _internalProtoAccess = require('./internal/proto-access');\n\nvar VERSION = '4.7.7';\nexports.VERSION = VERSION;\nvar COMPILER_REVISION = 8;\nexports.COMPILER_REVISION = COMPILER_REVISION;\nvar LAST_COMPATIBLE_COMPILER_REVISION = 7;\n\nexports.LAST_COMPATIBLE_COMPILER_REVISION = LAST_COMPATIBLE_COMPILER_REVISION;\nvar REVISION_CHANGES = {\n 1: '<= 1.0.rc.2', // 1.0.rc.2 is actually rev2 but doesn't report it\n 2: '== 1.0.0-rc.3',\n 3: '== 1.0.0-rc.4',\n 4: '== 1.x.x',\n 5: '== 2.0.0-alpha.x',\n 6: '>= 2.0.0-beta.1',\n 7: '>= 4.0.0 <4.3.0',\n 8: '>= 4.3.0'\n};\n\nexports.REVISION_CHANGES = REVISION_CHANGES;\nvar objectType = '[object Object]';\n\nfunction HandlebarsEnvironment(helpers, partials, decorators) {\n this.helpers = helpers || {};\n this.partials = partials || {};\n this.decorators = decorators || {};\n\n _helpers.registerDefaultHelpers(this);\n _decorators.registerDefaultDecorators(this);\n}\n\nHandlebarsEnvironment.prototype = {\n constructor: HandlebarsEnvironment,\n\n logger: _logger2['default'],\n log: _logger2['default'].log,\n\n registerHelper: function registerHelper(name, fn) {\n if (_utils.toString.call(name) === objectType) {\n if (fn) {\n throw new _exception2['default']('Arg not supported with multiple helpers');\n }\n _utils.extend(this.helpers, name);\n } else {\n this.helpers[name] = fn;\n }\n },\n unregisterHelper: function unregisterHelper(name) {\n delete this.helpers[name];\n },\n\n registerPartial: function registerPartial(name, partial) {\n if (_utils.toString.call(name) === objectType) {\n _utils.extend(this.partials, name);\n } else {\n if (typeof partial === 'undefined') {\n throw new _exception2['default']('Attempting to register a partial called \"' + name + '\" as undefined');\n }\n this.partials[name] = partial;\n }\n },\n unregisterPartial: function unregisterPartial(name) {\n delete this.partials[name];\n },\n\n registerDecorator: function registerDecorator(name, fn) {\n if (_utils.toString.call(name) === objectType) {\n if (fn) {\n throw new _exception2['default']('Arg not supported with multiple decorators');\n }\n _utils.extend(this.decorators, name);\n } else {\n this.decorators[name] = fn;\n }\n },\n unregisterDecorator: function unregisterDecorator(name) {\n delete this.decorators[name];\n },\n /**\n * Reset the memory of illegal property accesses that have already been logged.\n * @deprecated should only be used in handlebars test-cases\n */\n resetLoggedPropertyAccesses: function resetLoggedPropertyAccesses() {\n _internalProtoAccess.resetLoggedProperties();\n }\n};\n\nvar log = _logger2['default'].log;\n\nexports.log = log;\nexports.createFrame = _utils.createFrame;\nexports.logger = _logger2['default'];\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uL2xpYi9oYW5kbGViYXJzL2Jhc2UuanMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6Ijs7Ozs7Ozs7cUJBQThDLFNBQVM7O3lCQUNqQyxhQUFhOzs7O3VCQUNJLFdBQVc7OzBCQUNSLGNBQWM7O3NCQUNyQyxVQUFVOzs7O21DQUNTLHlCQUF5Qjs7QUFFeEQsSUFBTSxPQUFPLEdBQUcsT0FBTyxDQUFDOztBQUN4QixJQUFNLGlCQUFpQixHQUFHLENBQUMsQ0FBQzs7QUFDNUIsSUFBTSxpQ0FBaUMsR0FBRyxDQUFDLENBQUM7OztBQUU1QyxJQUFNLGdCQUFnQixHQUFHO0FBQzlCLEdBQUMsRUFBRSxhQUFhO0FBQ2hCLEdBQUMsRUFBRSxlQUFlO0FBQ2xCLEdBQUMsRUFBRSxlQUFlO0FBQ2xCLEdBQUMsRUFBRSxVQUFVO0FBQ2IsR0FBQyxFQUFFLGtCQUFrQjtBQUNyQixHQUFDLEVBQUUsaUJBQWlCO0FBQ3BCLEdBQUMsRUFBRSxpQkFBaUI7QUFDcEIsR0FBQyxFQUFFLFVBQVU7Q0FDZCxDQUFDOzs7QUFFRixJQUFNLFVBQVUsR0FBRyxpQkFBaUIsQ0FBQzs7QUFFOUIsU0FBUyxxQkFBcUIsQ0FBQyxPQUFPLEVBQUUsUUFBUSxFQUFFLFVBQVUsRUFBRTtBQUNuRSxNQUFJLENBQUMsT0FBTyxHQUFHLE9BQU8sSUFBSSxFQUFFLENBQUM7QUFDN0IsTUFBSSxDQUFDLFFBQVEsR0FBRyxRQUFRLElBQUksRUFBRSxDQUFDO0FBQy9CLE1BQUksQ0FBQyxVQUFVLEdBQUcsVUFBVSxJQUFJLEVBQUUsQ0FBQzs7QUFFbkMsa0NBQXVCLElBQUksQ0FBQyxDQUFDO0FBQzdCLHdDQUEwQixJQUFJLENBQUMsQ0FBQztDQUNqQzs7QUFFRCxxQkFBcUIsQ0FBQyxTQUFTLEdBQUc7QUFDaEMsYUFBVyxFQUFFLHFCQUFxQjs7QUFFbEMsUUFBTSxxQkFBUTtBQUNkLEtBQUcsRUFBRSxvQkFBTyxHQUFHOztBQUVmLGdCQUFjLEVBQUUsd0JBQVMsSUFBSSxFQUFFLEVBQUUsRUFBRTtBQUNqQyxRQUFJLGdCQUFTLElBQUksQ0FBQyxJQUFJLENBQUMsS0FBSyxVQUFVLEVBQUU7QUFDdEMsVUFBSSxFQUFFLEVBQUU7QUFDTixjQUFNLDJCQUFjLHlDQUF5QyxDQUFDLENBQUM7T0FDaEU7QUFDRCxvQkFBTyxJQUFJLENBQUMsT0FBTyxFQUFFLElBQUksQ0FBQyxDQUFDO0tBQzVCLE1BQU07QUFDTCxVQUFJLENBQUMsT0FBTyxDQUFDLElBQUksQ0FBQyxHQUFHLEVBQUUsQ0FBQztLQUN6QjtHQUNGO0FBQ0Qsa0JBQWdCLEVBQUUsMEJBQVMsSUFBSSxFQUFFO0FBQy9CLFdBQU8sSUFBSSxDQUFDLE9BQU8sQ0FBQyxJQUFJLENBQUMsQ0FBQztHQUMzQjs7QUFFRCxpQkFBZSxFQUFFLHlCQUFTLElBQUksRUFBRSxPQUFPLEVBQUU7QUFDdkMsUUFBSSxnQkFBUyxJQUFJLENBQUMsSUFBSSxDQUFDLEtBQUssVUFBVSxFQUFFO0FBQ3RDLG9CQUFPLElBQUksQ0FBQyxRQUFRLEVBQUUsSUFBSSxDQUFDLENBQUM7S0FDN0IsTUFBTTtBQUNMLFVBQUksT0FBTyxPQUFPLEtBQUssV0FBVyxFQUFFO0FBQ2xDLGNBQU0seUVBQ3dDLElBQUksb0JBQ2pELENBQUM7T0FDSDtBQUNELFVBQUksQ0FBQyxRQUFRLENBQUMsSUFBSSxDQUFDLEdBQUcsT0FBTyxDQUFDO0tBQy9CO0dBQ0Y7QUFDRCxtQkFBaUIsRUFBRSwyQkFBUyxJQUFJLEVBQUU7QUFDaEMsV0FBTyxJQUFJLENBQUMsUUFBUSxDQUFDLElBQUksQ0FBQyxDQUFDO0dBQzVCOztBQUVELG1CQUFpQixFQUFFLDJCQUFTLElBQUksRUFBRSxFQUFFLEVBQUU7QUFDcEMsUUFBSSxnQkFBUyxJQUFJLENBQUMsSUFBSSxDQUFDLEtBQUssVUFBVSxFQUFFO0FBQ3RDLFVBQUksRUFBRSxFQUFFO0FBQ04sY0FBTSwyQkFBYyw0Q0FBNEMsQ0FBQyxDQUFDO09BQ25FO0FBQ0Qsb0JBQU8sSUFBSSxDQUFDLFVBQVUsRUFBRSxJQUFJLENBQUMsQ0FBQztLQUMvQixNQUFNO0FBQ0wsVUFBSSxDQUFDLFVBQVUsQ0FBQyxJQUFJLENBQUMsR0FBRyxFQUFFLENBQUM7S0FDNUI7R0FDRjtBQUNELHFCQUFtQixFQUFFLDZCQUFTLElBQUksRUFBRTtBQUNsQyxXQUFPLElBQUksQ0FBQyxVQUFVLENBQUMsSUFBSSxDQUFDLENBQUM7R0FDOUI7Ozs7O0FBS0QsNkJBQTJCLEVBQUEsdUNBQUc7QUFDNUIsZ0RBQXVCLENBQUM7R0FDekI7Q0FDRixDQUFDOztBQUVLLElBQUksR0FBRyxHQUFHLG9CQUFPLEdBQUcsQ0FBQzs7O1FBRW5CLFdBQVc7UUFBRSxNQUFNIiwiZmlsZSI6ImJhc2UuanMiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBjcmVhdGVGcmFtZSwgZXh0ZW5kLCB0b1N0cmluZyB9IGZyb20gJy4vdXRpbHMnO1xuaW1wb3J0IEV4Y2VwdGlvbiBmcm9tICcuL2V4Y2VwdGlvbic7XG5pbXBvcnQgeyByZWdpc3RlckRlZmF1bHRIZWxwZXJzIH0gZnJvbSAnLi9oZWxwZXJzJztcbmltcG9ydCB7IHJlZ2lzdGVyRGVmYXVsdERlY29yYXRvcnMgfSBmcm9tICcuL2RlY29yYXRvcnMnO1xuaW1wb3J0IGxvZ2dlciBmcm9tICcuL2xvZ2dlcic7XG5pbXBvcnQgeyByZXNldExvZ2dlZFByb3BlcnRpZXMgfSBmcm9tICcuL2ludGVybmFsL3Byb3RvLWFjY2Vzcyc7XG5cbmV4cG9ydCBjb25zdCBWRVJTSU9OID0gJzQuNy43JztcbmV4cG9ydCBjb25zdCBDT01QSUxFUl9SRVZJU0lPTiA9IDg7XG5leHBvcnQgY29uc3QgTEFTVF9DT01QQVRJQkxFX0NPTVBJTEVSX1JFVklTSU9OID0gNztcblxuZXhwb3J0IGNvbnN0IFJFVklTSU9OX0NIQU5HRVMgPSB7XG4gIDE6ICc8PSAxLjAucmMuMicsIC8vIDEuMC5yYy4yIGlzIGFjdHVhbGx5IHJldjIgYnV0IGRvZXNuJ3QgcmVwb3J0IGl0XG4gIDI6ICc9PSAxLjAuMC1yYy4zJyxcbiAgMzogJz09IDEuMC4wLXJjLjQnLFxuICA0OiAnPT0gMS54LngnLFxuICA1OiAnPT0gMi4wLjAtYWxwaGEueCcsXG4gIDY6ICc+PSAyLjAuMC1iZXRhLjEnLFxuICA3OiAnPj0gNC4wLjAgPDQuMy4wJyxcbiAgODogJz49IDQuMy4wJ1xufTtcblxuY29uc3Qgb2JqZWN0VHlwZSA9ICdbb2JqZWN0IE9iamVjdF0nO1xuXG5leHBvcnQgZnVuY3Rpb24gSGFuZGxlYmFyc0Vudmlyb25tZW50KGhlbHBlcnMsIHBhcnRpYWxzLCBkZWNvcmF0b3JzKSB7XG4gIHRoaXMuaGVscGVycyA9IGhlbHBlcnMgfHwge307XG4gIHRoaXMucGFydGlhbHMgPSBwYXJ0aWFscyB8fCB7fTtcbiAgdGhpcy5kZWNvcmF0b3JzID0gZGVjb3JhdG9ycyB8fCB7fTtcblxuICByZWdpc3RlckRlZmF1bHRIZWxwZXJzKHRoaXMpO1xuICByZWdpc3RlckRlZmF1bHREZWNvcmF0b3JzKHRoaXMpO1xufVxuXG5IYW5kbGViYXJzRW52aXJvbm1lbnQucHJvdG90eXBlID0ge1xuICBjb25zdHJ1Y3RvcjogSGFuZGxlYmFyc0Vudmlyb25tZW50LFxuXG4gIGxvZ2dlcjogbG9nZ2VyLFxuICBsb2c6IGxvZ2dlci5sb2csXG5cbiAgcmVnaXN0ZXJIZWxwZXI6IGZ1bmN0aW9uKG5hbWUsIGZuKSB7XG4gICAgaWYgKHRvU3RyaW5nLmNhbGwobmFtZSkgPT09IG9iamVjdFR5cGUpIHtcbiAgICAgIGlmIChmbikge1xuICAgICAgICB0aHJvdyBuZXcgRXhjZXB0aW9uKCdBcmcgbm90IHN1cHBvcnRlZCB3aXRoIG11bHRpcGxlIGhlbHBlcnMnKTtcbiAgICAgIH1cbiAgICAgIGV4dGVuZCh0aGlzLmhlbHBlcnMsIG5hbWUpO1xuICAgIH0gZWxzZSB7XG4gICAgICB0aGlzLmhlbHBlcnNbbmFtZV0gPSBmbjtcbiAgICB9XG4gIH0sXG4gIHVucmVnaXN0ZXJIZWxwZXI6IGZ1bmN0aW9uKG5hbWUpIHtcbiAgICBkZWxldGUgdGhpcy5oZWxwZXJzW25hbWVdO1xuICB9LFxuXG4gIHJlZ2lzdGVyUGFydGlhbDogZnVuY3Rpb24obmFtZSwgcGFydGlhbCkge1xuICAgIGlmICh0b1N0cmluZy5jYWxsKG5hbWUpID09PSBvYmplY3RUeXBlKSB7XG4gICAgICBleHRlbmQodGhpcy5wYXJ0aWFscywgbmFtZSk7XG4gICAgfSBlbHNlIHtcbiAgICAgIGlmICh0eXBlb2YgcGFydGlhbCA9PT0gJ3VuZGVmaW5lZCcpIHtcbiAgICAgICAgdGhyb3cgbmV3IEV4Y2VwdGlvbihcbiAgICAgICAgICBgQXR0ZW1wdGluZyB0byByZWdpc3RlciBhIHBhcnRpYWwgY2FsbGVkIFwiJHtuYW1lfVwiIGFzIHVuZGVmaW5lZGBcbiAgICAgICAgKTtcbiAgICAgIH1cbiAgICAgIHRoaXMucGFydGlhbHNbbmFtZV0gPSBwYXJ0aWFsO1xuICAgIH1cbiAgfSxcbiAgdW5yZWdpc3RlclBhcnRpYWw6IGZ1bmN0aW9uKG5hbWUpIHtcbiAgICBkZWxldGUgdGhpcy5wYXJ0aWFsc1tuYW1lXTtcbiAgfSxcblxuICByZWdpc3RlckRlY29yYXRvcjogZnVuY3Rpb24obmFtZSwgZm4pIHtcbiAgICBpZiAodG9TdHJpbmcuY2FsbChuYW1lKSA9PT0gb2JqZWN0VHlwZSkge1xuICAgICAgaWYgKGZuKSB7XG4gICAgICAgIHRocm93IG5ldyBFeGNlcHRpb24oJ0FyZyBub3Qgc3VwcG9ydGVkIHdpdGggbXVsdGlwbGUgZGVjb3JhdG9ycycpO1xuICAgICAgfVxuICAgICAgZXh0ZW5kKHRoaXMuZGVjb3JhdG9ycywgbmFtZSk7XG4gICAgfSBlbHNlIHtcbiAgICAgIHRoaXMuZGVjb3JhdG9yc1tuYW1lXSA9IGZuO1xuICAgIH1cbiAgfSxcbiAgdW5yZWdpc3RlckRlY29yYXRvcjogZnVuY3Rpb24obmFtZSkge1xuICAgIGRlbGV0ZSB0aGlzLmRlY29yYXRvcnNbbmFtZV07XG4gIH0sXG4gIC8qKlxuICAgKiBSZXNldCB0aGUgbWVtb3J5IG9mIGlsbGVnYWwgcHJvcGVydHkgYWNjZXNzZXMgdGhhdCBoYXZlIGFscmVhZHkgYmVlbiBsb2dnZWQuXG4gICAqIEBkZXByZWNhdGVkIHNob3VsZCBvbmx5IGJlIHVzZWQgaW4gaGFuZGxlYmFycyB0ZXN0LWNhc2VzXG4gICAqL1xuICByZXNldExvZ2dlZFByb3BlcnR5QWNjZXNzZXMoKSB7XG4gICAgcmVzZXRMb2dnZWRQcm9wZXJ0aWVzKCk7XG4gIH1cbn07XG5cbmV4cG9ydCBsZXQgbG9nID0gbG9nZ2VyLmxvZztcblxuZXhwb3J0IHsgY3JlYXRlRnJhbWUsIGxvZ2dlciB9O1xuIl19\n","'use strict';\n\nexports.__esModule = true;\nexports.registerDefaultHelpers = registerDefaultHelpers;\nexports.moveHelperToHooks = moveHelperToHooks;\n// istanbul ignore next\n\nfunction _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { 'default': obj }; }\n\nvar _helpersBlockHelperMissing = require('./helpers/block-helper-missing');\n\nvar _helpersBlockHelperMissing2 = _interopRequireDefault(_helpersBlockHelperMissing);\n\nvar _helpersEach = require('./helpers/each');\n\nvar _helpersEach2 = _interopRequireDefault(_helpersEach);\n\nvar _helpersHelperMissing = require('./helpers/helper-missing');\n\nvar _helpersHelperMissing2 = _interopRequireDefault(_helpersHelperMissing);\n\nvar _helpersIf = require('./helpers/if');\n\nvar _helpersIf2 = _interopRequireDefault(_helpersIf);\n\nvar _helpersLog = require('./helpers/log');\n\nvar _helpersLog2 = _interopRequireDefault(_helpersLog);\n\nvar _helpersLookup = require('./helpers/lookup');\n\nvar _helpersLookup2 = _interopRequireDefault(_helpersLookup);\n\nvar _helpersWith = require('./helpers/with');\n\nvar _helpersWith2 = _interopRequireDefault(_helpersWith);\n\nfunction registerDefaultHelpers(instance) {\n _helpersBlockHelperMissing2['default'](instance);\n _helpersEach2['default'](instance);\n _helpersHelperMissing2['default'](instance);\n _helpersIf2['default'](instance);\n _helpersLog2['default'](instance);\n _helpersLookup2['default'](instance);\n _helpersWith2['default'](instance);\n}\n\nfunction moveHelperToHooks(instance, helperName, keepHelper) {\n if (instance.helpers[helperName]) {\n instance.hooks[helperName] = instance.helpers[helperName];\n if (!keepHelper) {\n delete instance.helpers[helperName];\n }\n }\n}\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uL2xpYi9oYW5kbGViYXJzL2hlbHBlcnMuanMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6Ijs7Ozs7Ozs7O3lDQUF1QyxnQ0FBZ0M7Ozs7MkJBQzlDLGdCQUFnQjs7OztvQ0FDUCwwQkFBMEI7Ozs7eUJBQ3JDLGNBQWM7Ozs7MEJBQ2IsZUFBZTs7Ozs2QkFDWixrQkFBa0I7Ozs7MkJBQ3BCLGdCQUFnQjs7OztBQUVsQyxTQUFTLHNCQUFzQixDQUFDLFFBQVEsRUFBRTtBQUMvQyx5Q0FBMkIsUUFBUSxDQUFDLENBQUM7QUFDckMsMkJBQWEsUUFBUSxDQUFDLENBQUM7QUFDdkIsb0NBQXNCLFFBQVEsQ0FBQyxDQUFDO0FBQ2hDLHlCQUFXLFFBQVEsQ0FBQyxDQUFDO0FBQ3JCLDBCQUFZLFFBQVEsQ0FBQyxDQUFDO0FBQ3RCLDZCQUFlLFFBQVEsQ0FBQyxDQUFDO0FBQ3pCLDJCQUFhLFFBQVEsQ0FBQyxDQUFDO0NBQ3hCOztBQUVNLFNBQVMsaUJBQWlCLENBQUMsUUFBUSxFQUFFLFVBQVUsRUFBRSxVQUFVLEVBQUU7QUFDbEUsTUFBSSxRQUFRLENBQUMsT0FBTyxDQUFDLFVBQVUsQ0FBQyxFQUFFO0FBQ2hDLFlBQVEsQ0FBQyxLQUFLLENBQUMsVUFBVSxDQUFDLEdBQUcsUUFBUSxDQUFDLE9BQU8sQ0FBQyxVQUFVLENBQUMsQ0FBQztBQUMxRCxRQUFJLENBQUMsVUFBVSxFQUFFO0FBQ2YsYUFBTyxRQUFRLENBQUMsT0FBTyxDQUFDLFVBQVUsQ0FBQyxDQUFDO0tBQ3JDO0dBQ0Y7Q0FDRiIsImZpbGUiOiJoZWxwZXJzLmpzIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHJlZ2lzdGVyQmxvY2tIZWxwZXJNaXNzaW5nIGZyb20gJy4vaGVscGVycy9ibG9jay1oZWxwZXItbWlzc2luZyc7XG5pbXBvcnQgcmVnaXN0ZXJFYWNoIGZyb20gJy4vaGVscGVycy9lYWNoJztcbmltcG9ydCByZWdpc3RlckhlbHBlck1pc3NpbmcgZnJvbSAnLi9oZWxwZXJzL2hlbHBlci1taXNzaW5nJztcbmltcG9ydCByZWdpc3RlcklmIGZyb20gJy4vaGVscGVycy9pZic7XG5pbXBvcnQgcmVnaXN0ZXJMb2cgZnJvbSAnLi9oZWxwZXJzL2xvZyc7XG5pbXBvcnQgcmVnaXN0ZXJMb29rdXAgZnJvbSAnLi9oZWxwZXJzL2xvb2t1cCc7XG5pbXBvcnQgcmVnaXN0ZXJXaXRoIGZyb20gJy4vaGVscGVycy93aXRoJztcblxuZXhwb3J0IGZ1bmN0aW9uIHJlZ2lzdGVyRGVmYXVsdEhlbHBlcnMoaW5zdGFuY2UpIHtcbiAgcmVnaXN0ZXJCbG9ja0hlbHBlck1pc3NpbmcoaW5zdGFuY2UpO1xuICByZWdpc3RlckVhY2goaW5zdGFuY2UpO1xuICByZWdpc3RlckhlbHBlck1pc3NpbmcoaW5zdGFuY2UpO1xuICByZWdpc3RlcklmKGluc3RhbmNlKTtcbiAgcmVnaXN0ZXJMb2coaW5zdGFuY2UpO1xuICByZWdpc3Rlckxvb2t1cChpbnN0YW5jZSk7XG4gIHJlZ2lzdGVyV2l0aChpbnN0YW5jZSk7XG59XG5cbmV4cG9ydCBmdW5jdGlvbiBtb3ZlSGVscGVyVG9Ib29rcyhpbnN0YW5jZSwgaGVscGVyTmFtZSwga2VlcEhlbHBlcikge1xuICBpZiAoaW5zdGFuY2UuaGVscGVyc1toZWxwZXJOYW1lXSkge1xuICAgIGluc3RhbmNlLmhvb2tzW2hlbHBlck5hbWVdID0gaW5zdGFuY2UuaGVscGVyc1toZWxwZXJOYW1lXTtcbiAgICBpZiAoIWtlZXBIZWxwZXIpIHtcbiAgICAgIGRlbGV0ZSBpbnN0YW5jZS5oZWxwZXJzW2hlbHBlck5hbWVdO1xuICAgIH1cbiAgfVxufVxuIl19\n","'use strict';\n\nexports.__esModule = true;\n\nvar _utils = require('./utils');\n\nvar logger = {\n methodMap: ['debug', 'info', 'warn', 'error'],\n level: 'info',\n\n // Maps a given level value to the `methodMap` indexes above.\n lookupLevel: function lookupLevel(level) {\n if (typeof level === 'string') {\n var levelMap = _utils.indexOf(logger.methodMap, level.toLowerCase());\n if (levelMap >= 0) {\n level = levelMap;\n } else {\n level = parseInt(level, 10);\n }\n }\n\n return level;\n },\n\n // Can be overridden in the host environment\n log: function log(level) {\n level = logger.lookupLevel(level);\n\n if (typeof console !== 'undefined' && logger.lookupLevel(logger.level) <= level) {\n var method = logger.methodMap[level];\n // eslint-disable-next-line no-console\n if (!console[method]) {\n method = 'log';\n }\n\n for (var _len = arguments.length, message = Array(_len > 1 ? _len - 1 : 0), _key = 1; _key < _len; _key++) {\n message[_key - 1] = arguments[_key];\n }\n\n console[method].apply(console, message); // eslint-disable-line no-console\n }\n }\n};\n\nexports['default'] = logger;\nmodule.exports = exports['default'];\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uL2xpYi9oYW5kbGViYXJzL2xvZ2dlci5qcyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiOzs7O3FCQUF3QixTQUFTOztBQUVqQyxJQUFJLE1BQU0sR0FBRztBQUNYLFdBQVMsRUFBRSxDQUFDLE9BQU8sRUFBRSxNQUFNLEVBQUUsTUFBTSxFQUFFLE9BQU8sQ0FBQztBQUM3QyxPQUFLLEVBQUUsTUFBTTs7O0FBR2IsYUFBVyxFQUFFLHFCQUFTLEtBQUssRUFBRTtBQUMzQixRQUFJLE9BQU8sS0FBSyxLQUFLLFFBQVEsRUFBRTtBQUM3QixVQUFJLFFBQVEsR0FBRyxlQUFRLE1BQU0sQ0FBQyxTQUFTLEVBQUUsS0FBSyxDQUFDLFdBQVcsRUFBRSxDQUFDLENBQUM7QUFDOUQsVUFBSSxRQUFRLElBQUksQ0FBQyxFQUFFO0FBQ2pCLGFBQUssR0FBRyxRQUFRLENBQUM7T0FDbEIsTUFBTTtBQUNMLGFBQUssR0FBRyxRQUFRLENBQUMsS0FBSyxFQUFFLEVBQUUsQ0FBQyxDQUFDO09BQzdCO0tBQ0Y7O0FBRUQsV0FBTyxLQUFLLENBQUM7R0FDZDs7O0FBR0QsS0FBRyxFQUFFLGFBQVMsS0FBSyxFQUFjO0FBQy9CLFNBQUssR0FBRyxNQUFNLENBQUMsV0FBVyxDQUFDLEtBQUssQ0FBQyxDQUFDOztBQUVsQyxRQUNFLE9BQU8sT0FBTyxLQUFLLFdBQVcsSUFDOUIsTUFBTSxDQUFDLFdBQVcsQ0FBQyxNQUFNLENBQUMsS0FBSyxDQUFDLElBQUksS0FBSyxFQUN6QztBQUNBLFVBQUksTUFBTSxHQUFHLE1BQU0sQ0FBQyxTQUFTLENBQUMsS0FBSyxDQUFDLENBQUM7O0FBRXJDLFVBQUksQ0FBQyxPQUFPLENBQUMsTUFBTSxDQUFDLEVBQUU7QUFDcEIsY0FBTSxHQUFHLEtBQUssQ0FBQztPQUNoQjs7d0NBWG1CLE9BQU87QUFBUCxlQUFPOzs7QUFZM0IsYUFBTyxDQUFDLE1BQU0sT0FBQyxDQUFmLE9BQU8sRUFBWSxPQUFPLENBQUMsQ0FBQztLQUM3QjtHQUNGO0NBQ0YsQ0FBQzs7cUJBRWEsTUFBTSIsImZpbGUiOiJsb2dnZXIuanMiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBpbmRleE9mIH0gZnJvbSAnLi91dGlscyc7XG5cbmxldCBsb2dnZXIgPSB7XG4gIG1ldGhvZE1hcDogWydkZWJ1ZycsICdpbmZvJywgJ3dhcm4nLCAnZXJyb3InXSxcbiAgbGV2ZWw6ICdpbmZvJyxcblxuICAvLyBNYXBzIGEgZ2l2ZW4gbGV2ZWwgdmFsdWUgdG8gdGhlIGBtZXRob2RNYXBgIGluZGV4ZXMgYWJvdmUuXG4gIGxvb2t1cExldmVsOiBmdW5jdGlvbihsZXZlbCkge1xuICAgIGlmICh0eXBlb2YgbGV2ZWwgPT09ICdzdHJpbmcnKSB7XG4gICAgICBsZXQgbGV2ZWxNYXAgPSBpbmRleE9mKGxvZ2dlci5tZXRob2RNYXAsIGxldmVsLnRvTG93ZXJDYXNlKCkpO1xuICAgICAgaWYgKGxldmVsTWFwID49IDApIHtcbiAgICAgICAgbGV2ZWwgPSBsZXZlbE1hcDtcbiAgICAgIH0gZWxzZSB7XG4gICAgICAgIGxldmVsID0gcGFyc2VJbnQobGV2ZWwsIDEwKTtcbiAgICAgIH1cbiAgICB9XG5cbiAgICByZXR1cm4gbGV2ZWw7XG4gIH0sXG5cbiAgLy8gQ2FuIGJlIG92ZXJyaWRkZW4gaW4gdGhlIGhvc3QgZW52aXJvbm1lbnRcbiAgbG9nOiBmdW5jdGlvbihsZXZlbCwgLi4ubWVzc2FnZSkge1xuICAgIGxldmVsID0gbG9nZ2VyLmxvb2t1cExldmVsKGxldmVsKTtcblxuICAgIGlmIChcbiAgICAgIHR5cGVvZiBjb25zb2xlICE9PSAndW5kZWZpbmVkJyAmJlxuICAgICAgbG9nZ2VyLmxvb2t1cExldmVsKGxvZ2dlci5sZXZlbCkgPD0gbGV2ZWxcbiAgICApIHtcbiAgICAgIGxldCBtZXRob2QgPSBsb2dnZXIubWV0aG9kTWFwW2xldmVsXTtcbiAgICAgIC8vIGVzbGludC1kaXNhYmxlLW5leHQtbGluZSBuby1jb25zb2xlXG4gICAgICBpZiAoIWNvbnNvbGVbbWV0aG9kXSkge1xuICAgICAgICBtZXRob2QgPSAnbG9nJztcbiAgICAgIH1cbiAgICAgIGNvbnNvbGVbbWV0aG9kXSguLi5tZXNzYWdlKTsgLy8gZXNsaW50LWRpc2FibGUtbGluZSBuby1jb25zb2xlXG4gICAgfVxuICB9XG59O1xuXG5leHBvcnQgZGVmYXVsdCBsb2dnZXI7XG4iXX0=\n","'use strict';\n\nexports.__esModule = true;\nexports.createProtoAccessControl = createProtoAccessControl;\nexports.resultIsAllowed = resultIsAllowed;\nexports.resetLoggedProperties = resetLoggedProperties;\n// istanbul ignore next\n\nfunction _interopRequireWildcard(obj) { if (obj && obj.__esModule) { return obj; } else { var newObj = {}; if (obj != null) { for (var key in obj) { if (Object.prototype.hasOwnProperty.call(obj, key)) newObj[key] = obj[key]; } } newObj['default'] = obj; return newObj; } }\n\nvar _createNewLookupObject = require('./create-new-lookup-object');\n\nvar _logger = require('../logger');\n\nvar logger = _interopRequireWildcard(_logger);\n\nvar loggedProperties = Object.create(null);\n\nfunction createProtoAccessControl(runtimeOptions) {\n var defaultMethodWhiteList = Object.create(null);\n defaultMethodWhiteList['constructor'] = false;\n defaultMethodWhiteList['__defineGetter__'] = false;\n defaultMethodWhiteList['__defineSetter__'] = false;\n defaultMethodWhiteList['__lookupGetter__'] = false;\n\n var defaultPropertyWhiteList = Object.create(null);\n // eslint-disable-next-line no-proto\n defaultPropertyWhiteList['__proto__'] = false;\n\n return {\n properties: {\n whitelist: _createNewLookupObject.createNewLookupObject(defaultPropertyWhiteList, runtimeOptions.allowedProtoProperties),\n defaultValue: runtimeOptions.allowProtoPropertiesByDefault\n },\n methods: {\n whitelist: _createNewLookupObject.createNewLookupObject(defaultMethodWhiteList, runtimeOptions.allowedProtoMethods),\n defaultValue: runtimeOptions.allowProtoMethodsByDefault\n }\n };\n}\n\nfunction resultIsAllowed(result, protoAccessControl, propertyName) {\n if (typeof result === 'function') {\n return checkWhiteList(protoAccessControl.methods, propertyName);\n } else {\n return checkWhiteList(protoAccessControl.properties, propertyName);\n }\n}\n\nfunction checkWhiteList(protoAccessControlForType, propertyName) {\n if (protoAccessControlForType.whitelist[propertyName] !== undefined) {\n return protoAccessControlForType.whitelist[propertyName] === true;\n }\n if (protoAccessControlForType.defaultValue !== undefined) {\n return protoAccessControlForType.defaultValue;\n }\n logUnexpecedPropertyAccessOnce(propertyName);\n return false;\n}\n\nfunction logUnexpecedPropertyAccessOnce(propertyName) {\n if (loggedProperties[propertyName] !== true) {\n loggedProperties[propertyName] = true;\n logger.log('error', 'Handlebars: Access has been denied to resolve the property \"' + propertyName + '\" because it is not an \"own property\" of its parent.\\n' + 'You can add a runtime option to disable the check or this warning:\\n' + 'See https://handlebarsjs.com/api-reference/runtime-options.html#options-to-control-prototype-access for details');\n }\n}\n\nfunction resetLoggedProperties() {\n Object.keys(loggedProperties).forEach(function (propertyName) {\n delete loggedProperties[propertyName];\n });\n}\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uL2xpYi9oYW5kbGViYXJzL2ludGVybmFsL3Byb3RvLWFjY2Vzcy5qcyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiOzs7Ozs7Ozs7O3FDQUFzQyw0QkFBNEI7O3NCQUMxQyxXQUFXOztJQUF2QixNQUFNOztBQUVsQixJQUFNLGdCQUFnQixHQUFHLE1BQU0sQ0FBQyxNQUFNLENBQUMsSUFBSSxDQUFDLENBQUM7O0FBRXRDLFNBQVMsd0JBQXdCLENBQUMsY0FBYyxFQUFFO0FBQ3ZELE1BQUksc0JBQXNCLEdBQUcsTUFBTSxDQUFDLE1BQU0sQ0FBQyxJQUFJLENBQUMsQ0FBQztBQUNqRCx3QkFBc0IsQ0FBQyxhQUFhLENBQUMsR0FBRyxLQUFLLENBQUM7QUFDOUMsd0JBQXNCLENBQUMsa0JBQWtCLENBQUMsR0FBRyxLQUFLLENBQUM7QUFDbkQsd0JBQXNCLENBQUMsa0JBQWtCLENBQUMsR0FBRyxLQUFLLENBQUM7QUFDbkQsd0JBQXNCLENBQUMsa0JBQWtCLENBQUMsR0FBRyxLQUFLLENBQUM7O0FBRW5ELE1BQUksd0JBQXdCLEdBQUcsTUFBTSxDQUFDLE1BQU0sQ0FBQyxJQUFJLENBQUMsQ0FBQzs7QUFFbkQsMEJBQXdCLENBQUMsV0FBVyxDQUFDLEdBQUcsS0FBSyxDQUFDOztBQUU5QyxTQUFPO0FBQ0wsY0FBVSxFQUFFO0FBQ1YsZUFBUyxFQUFFLDZDQUNULHdCQUF3QixFQUN4QixjQUFjLENBQUMsc0JBQXNCLENBQ3RDO0FBQ0Qsa0JBQVksRUFBRSxjQUFjLENBQUMsNkJBQTZCO0tBQzNEO0FBQ0QsV0FBTyxFQUFFO0FBQ1AsZUFBUyxFQUFFLDZDQUNULHNCQUFzQixFQUN0QixjQUFjLENBQUMsbUJBQW1CLENBQ25DO0FBQ0Qsa0JBQVksRUFBRSxjQUFjLENBQUMsMEJBQTBCO0tBQ3hEO0dBQ0YsQ0FBQztDQUNIOztBQUVNLFNBQVMsZUFBZSxDQUFDLE1BQU0sRUFBRSxrQkFBa0IsRUFBRSxZQUFZLEVBQUU7QUFDeEUsTUFBSSxPQUFPLE1BQU0sS0FBSyxVQUFVLEVBQUU7QUFDaEMsV0FBTyxjQUFjLENBQUMsa0JBQWtCLENBQUMsT0FBTyxFQUFFLFlBQVksQ0FBQyxDQUFDO0dBQ2pFLE1BQU07QUFDTCxXQUFPLGNBQWMsQ0FBQyxrQkFBa0IsQ0FBQyxVQUFVLEVBQUUsWUFBWSxDQUFDLENBQUM7R0FDcEU7Q0FDRjs7QUFFRCxTQUFTLGNBQWMsQ0FBQyx5QkFBeUIsRUFBRSxZQUFZLEVBQUU7QUFDL0QsTUFBSSx5QkFBeUIsQ0FBQyxTQUFTLENBQUMsWUFBWSxDQUFDLEtBQUssU0FBUyxFQUFFO0FBQ25FLFdBQU8seUJBQXlCLENBQUMsU0FBUyxDQUFDLFlBQVksQ0FBQyxLQUFLLElBQUksQ0FBQztHQUNuRTtBQUNELE1BQUkseUJBQXlCLENBQUMsWUFBWSxLQUFLLFNBQVMsRUFBRTtBQUN4RCxXQUFPLHlCQUF5QixDQUFDLFlBQVksQ0FBQztHQUMvQztBQUNELGdDQUE4QixDQUFDLFlBQVksQ0FBQyxDQUFDO0FBQzdDLFNBQU8sS0FBSyxDQUFDO0NBQ2Q7O0FBRUQsU0FBUyw4QkFBOEIsQ0FBQyxZQUFZLEVBQUU7QUFDcEQsTUFBSSxnQkFBZ0IsQ0FBQyxZQUFZLENBQUMsS0FBSyxJQUFJLEVBQUU7QUFDM0Msb0JBQWdCLENBQUMsWUFBWSxDQUFDLEdBQUcsSUFBSSxDQUFDO0FBQ3RDLFVBQU0sQ0FBQyxHQUFHLENBQ1IsT0FBTyxFQUNQLGlFQUErRCxZQUFZLG9JQUNILG9IQUMyQyxDQUNwSCxDQUFDO0dBQ0g7Q0FDRjs7QUFFTSxTQUFTLHFCQUFxQixHQUFHO0FBQ3RDLFFBQU0sQ0FBQyxJQUFJLENBQUMsZ0JBQWdCLENBQUMsQ0FBQyxPQUFPLENBQUMsVUFBQSxZQUFZLEVBQUk7QUFDcEQsV0FBTyxnQkFBZ0IsQ0FBQyxZQUFZLENBQUMsQ0FBQztHQUN2QyxDQUFDLENBQUM7Q0FDSiIsImZpbGUiOiJwcm90by1hY2Nlc3MuanMiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBjcmVhdGVOZXdMb29rdXBPYmplY3QgfSBmcm9tICcuL2NyZWF0ZS1uZXctbG9va3VwLW9iamVjdCc7XG5pbXBvcnQgKiBhcyBsb2dnZXIgZnJvbSAnLi4vbG9nZ2VyJztcblxuY29uc3QgbG9nZ2VkUHJvcGVydGllcyA9IE9iamVjdC5jcmVhdGUobnVsbCk7XG5cbmV4cG9ydCBmdW5jdGlvbiBjcmVhdGVQcm90b0FjY2Vzc0NvbnRyb2wocnVudGltZU9wdGlvbnMpIHtcbiAgbGV0IGRlZmF1bHRNZXRob2RXaGl0ZUxpc3QgPSBPYmplY3QuY3JlYXRlKG51bGwpO1xuICBkZWZhdWx0TWV0aG9kV2hpdGVMaXN0Wydjb25zdHJ1Y3RvciddID0gZmFsc2U7XG4gIGRlZmF1bHRNZXRob2RXaGl0ZUxpc3RbJ19fZGVmaW5lR2V0dGVyX18nXSA9IGZhbHNlO1xuICBkZWZhdWx0TWV0aG9kV2hpdGVMaXN0WydfX2RlZmluZVNldHRlcl9fJ10gPSBmYWxzZTtcbiAgZGVmYXVsdE1ldGhvZFdoaXRlTGlzdFsnX19sb29rdXBHZXR0ZXJfXyddID0gZmFsc2U7XG5cbiAgbGV0IGRlZmF1bHRQcm9wZXJ0eVdoaXRlTGlzdCA9IE9iamVjdC5jcmVhdGUobnVsbCk7XG4gIC8vIGVzbGludC1kaXNhYmxlLW5leHQtbGluZSBuby1wcm90b1xuICBkZWZhdWx0UHJvcGVydHlXaGl0ZUxpc3RbJ19fcHJvdG9fXyddID0gZmFsc2U7XG5cbiAgcmV0dXJuIHtcbiAgICBwcm9wZXJ0aWVzOiB7XG4gICAgICB3aGl0ZWxpc3Q6IGNyZWF0ZU5ld0xvb2t1cE9iamVjdChcbiAgICAgICAgZGVmYXVsdFByb3BlcnR5V2hpdGVMaXN0LFxuICAgICAgICBydW50aW1lT3B0aW9ucy5hbGxvd2VkUHJvdG9Qcm9wZXJ0aWVzXG4gICAgICApLFxuICAgICAgZGVmYXVsdFZhbHVlOiBydW50aW1lT3B0aW9ucy5hbGxvd1Byb3RvUHJvcGVydGllc0J5RGVmYXVsdFxuICAgIH0sXG4gICAgbWV0aG9kczoge1xuICAgICAgd2hpdGVsaXN0OiBjcmVhdGVOZXdMb29rdXBPYmplY3QoXG4gICAgICAgIGRlZmF1bHRNZXRob2RXaGl0ZUxpc3QsXG4gICAgICAgIHJ1bnRpbWVPcHRpb25zLmFsbG93ZWRQcm90b01ldGhvZHNcbiAgICAgICksXG4gICAgICBkZWZhdWx0VmFsdWU6IHJ1bnRpbWVPcHRpb25zLmFsbG93UHJvdG9NZXRob2RzQnlEZWZhdWx0XG4gICAgfVxuICB9O1xufVxuXG5leHBvcnQgZnVuY3Rpb24gcmVzdWx0SXNBbGxvd2VkKHJlc3VsdCwgcHJvdG9BY2Nlc3NDb250cm9sLCBwcm9wZXJ0eU5hbWUpIHtcbiAgaWYgKHR5cGVvZiByZXN1bHQgPT09ICdmdW5jdGlvbicpIHtcbiAgICByZXR1cm4gY2hlY2tXaGl0ZUxpc3QocHJvdG9BY2Nlc3NDb250cm9sLm1ldGhvZHMsIHByb3BlcnR5TmFtZSk7XG4gIH0gZWxzZSB7XG4gICAgcmV0dXJuIGNoZWNrV2hpdGVMaXN0KHByb3RvQWNjZXNzQ29udHJvbC5wcm9wZXJ0aWVzLCBwcm9wZXJ0eU5hbWUpO1xuICB9XG59XG5cbmZ1bmN0aW9uIGNoZWNrV2hpdGVMaXN0KHByb3RvQWNjZXNzQ29udHJvbEZvclR5cGUsIHByb3BlcnR5TmFtZSkge1xuICBpZiAocHJvdG9BY2Nlc3NDb250cm9sRm9yVHlwZS53aGl0ZWxpc3RbcHJvcGVydHlOYW1lXSAhPT0gdW5kZWZpbmVkKSB7XG4gICAgcmV0dXJuIHByb3RvQWNjZXNzQ29udHJvbEZvclR5cGUud2hpdGVsaXN0W3Byb3BlcnR5TmFtZV0gPT09IHRydWU7XG4gIH1cbiAgaWYgKHByb3RvQWNjZXNzQ29udHJvbEZvclR5cGUuZGVmYXVsdFZhbHVlICE9PSB1bmRlZmluZWQpIHtcbiAgICByZXR1cm4gcHJvdG9BY2Nlc3NDb250cm9sRm9yVHlwZS5kZWZhdWx0VmFsdWU7XG4gIH1cbiAgbG9nVW5leHBlY2VkUHJvcGVydHlBY2Nlc3NPbmNlKHByb3BlcnR5TmFtZSk7XG4gIHJldHVybiBmYWxzZTtcbn1cblxuZnVuY3Rpb24gbG9nVW5leHBlY2VkUHJvcGVydHlBY2Nlc3NPbmNlKHByb3BlcnR5TmFtZSkge1xuICBpZiAobG9nZ2VkUHJvcGVydGllc1twcm9wZXJ0eU5hbWVdICE9PSB0cnVlKSB7XG4gICAgbG9nZ2VkUHJvcGVydGllc1twcm9wZXJ0eU5hbWVdID0gdHJ1ZTtcbiAgICBsb2dnZXIubG9nKFxuICAgICAgJ2Vycm9yJyxcbiAgICAgIGBIYW5kbGViYXJzOiBBY2Nlc3MgaGFzIGJlZW4gZGVuaWVkIHRvIHJlc29sdmUgdGhlIHByb3BlcnR5IFwiJHtwcm9wZXJ0eU5hbWV9XCIgYmVjYXVzZSBpdCBpcyBub3QgYW4gXCJvd24gcHJvcGVydHlcIiBvZiBpdHMgcGFyZW50LlxcbmAgK1xuICAgICAgICBgWW91IGNhbiBhZGQgYSBydW50aW1lIG9wdGlvbiB0byBkaXNhYmxlIHRoZSBjaGVjayBvciB0aGlzIHdhcm5pbmc6XFxuYCArXG4gICAgICAgIGBTZWUgaHR0cHM6Ly9oYW5kbGViYXJzanMuY29tL2FwaS1yZWZlcmVuY2UvcnVudGltZS1vcHRpb25zLmh0bWwjb3B0aW9ucy10by1jb250cm9sLXByb3RvdHlwZS1hY2Nlc3MgZm9yIGRldGFpbHNgXG4gICAgKTtcbiAgfVxufVxuXG5leHBvcnQgZnVuY3Rpb24gcmVzZXRMb2dnZWRQcm9wZXJ0aWVzKCkge1xuICBPYmplY3Qua2V5cyhsb2dnZWRQcm9wZXJ0aWVzKS5mb3JFYWNoKHByb3BlcnR5TmFtZSA9PiB7XG4gICAgZGVsZXRlIGxvZ2dlZFByb3BlcnRpZXNbcHJvcGVydHlOYW1lXTtcbiAgfSk7XG59XG4iXX0=\n","/**\n * The default argument placeholder value for methods.\n *\n * @type {Object}\n */\nmodule.exports = {};\n","var identity = require('./identity'),\n metaMap = require('./_metaMap');\n\n/**\n * The base implementation of `setData` without support for hot loop shorting.\n *\n * @private\n * @param {Function} func The function to associate metadata with.\n * @param {*} data The metadata.\n * @returns {Function} Returns `func`.\n */\nvar baseSetData = !metaMap ? identity : function(func, data) {\n metaMap.set(func, data);\n return func;\n};\n\nmodule.exports = baseSetData;\n","var WeakMap = require('./_WeakMap');\n\n/** Used to store function metadata. */\nvar metaMap = WeakMap && new WeakMap;\n\nmodule.exports = metaMap;\n","var isFunction = require('./isFunction'),\n isMasked = require('./_isMasked'),\n isObject = require('./isObject'),\n toSource = require('./_toSource');\n\n/**\n * Used to match `RegExp`\n * [syntax characters](http://ecma-international.org/ecma-262/7.0/#sec-patterns).\n */\nvar reRegExpChar = /[\\\\^$.*+?()[\\]{}|]/g;\n\n/** Used to detect host constructors (Safari). */\nvar reIsHostCtor = /^\\[object .+?Constructor\\]$/;\n\n/** Used for built-in method references. */\nvar funcProto = Function.prototype,\n objectProto = Object.prototype;\n\n/** Used to resolve the decompiled source of functions. */\nvar funcToString = funcProto.toString;\n\n/** Used to check objects for own properties. */\nvar hasOwnProperty = objectProto.hasOwnProperty;\n\n/** Used to detect if a method is native. */\nvar reIsNative = RegExp('^' +\n funcToString.call(hasOwnProperty).replace(reRegExpChar, '\\\\$&')\n .replace(/hasOwnProperty|(function).*?(?=\\\\\\()| for .+?(?=\\\\\\])/g, '$1.*?') + '$'\n);\n\n/**\n * The base implementation of `_.isNative` without bad shim checks.\n *\n * @private\n * @param {*} value The value to check.\n * @returns {boolean} Returns `true` if `value` is a native function,\n * else `false`.\n */\nfunction baseIsNative(value) {\n if (!isObject(value) || isMasked(value)) {\n return false;\n }\n var pattern = isFunction(value) ? reIsNative : reIsHostCtor;\n return pattern.test(toSource(value));\n}\n\nmodule.exports = baseIsNative;\n","var Symbol = require('./_Symbol');\n\n/** Used for built-in method references. */\nvar objectProto = Object.prototype;\n\n/** Used to check objects for own properties. */\nvar hasOwnProperty = objectProto.hasOwnProperty;\n\n/**\n * Used to resolve the\n * [`toStringTag`](http://ecma-international.org/ecma-262/7.0/#sec-object.prototype.tostring)\n * of values.\n */\nvar nativeObjectToString = objectProto.toString;\n\n/** Built-in value references. */\nvar symToStringTag = Symbol ? Symbol.toStringTag : undefined;\n\n/**\n * A specialized version of `baseGetTag` which ignores `Symbol.toStringTag` values.\n *\n * @private\n * @param {*} value The value to query.\n * @returns {string} Returns the raw `toStringTag`.\n */\nfunction getRawTag(value) {\n var isOwn = hasOwnProperty.call(value, symToStringTag),\n tag = value[symToStringTag];\n\n try {\n value[symToStringTag] = undefined;\n var unmasked = true;\n } catch (e) {}\n\n var result = nativeObjectToString.call(value);\n if (unmasked) {\n if (isOwn) {\n value[symToStringTag] = tag;\n } else {\n delete value[symToStringTag];\n }\n }\n return result;\n}\n\nmodule.exports = getRawTag;\n","/** Used for built-in method references. */\nvar objectProto = Object.prototype;\n\n/**\n * Used to resolve the\n * [`toStringTag`](http://ecma-international.org/ecma-262/7.0/#sec-object.prototype.tostring)\n * of values.\n */\nvar nativeObjectToString = objectProto.toString;\n\n/**\n * Converts `value` to a string using `Object.prototype.toString`.\n *\n * @private\n * @param {*} value The value to convert.\n * @returns {string} Returns the converted string.\n */\nfunction objectToString(value) {\n return nativeObjectToString.call(value);\n}\n\nmodule.exports = objectToString;\n","var coreJsData = require('./_coreJsData');\n\n/** Used to detect methods masquerading as native. */\nvar maskSrcKey = (function() {\n var uid = /[^.]+$/.exec(coreJsData && coreJsData.keys && coreJsData.keys.IE_PROTO || '');\n return uid ? ('Symbol(src)_1.' + uid) : '';\n}());\n\n/**\n * Checks if `func` has its source masked.\n *\n * @private\n * @param {Function} func The function to check.\n * @returns {boolean} Returns `true` if `func` is masked, else `false`.\n */\nfunction isMasked(func) {\n return !!maskSrcKey && (maskSrcKey in func);\n}\n\nmodule.exports = isMasked;\n","var root = require('./_root');\n\n/** Used to detect overreaching core-js shims. */\nvar coreJsData = root['__core-js_shared__'];\n\nmodule.exports = coreJsData;\n","/**\n * Gets the value at `key` of `object`.\n *\n * @private\n * @param {Object} [object] The object to query.\n * @param {string} key The key of the property to get.\n * @returns {*} Returns the property value.\n */\nfunction getValue(object, key) {\n return object == null ? undefined : object[key];\n}\n\nmodule.exports = getValue;\n","var composeArgs = require('./_composeArgs'),\n composeArgsRight = require('./_composeArgsRight'),\n countHolders = require('./_countHolders'),\n createCtor = require('./_createCtor'),\n createRecurry = require('./_createRecurry'),\n getHolder = require('./_getHolder'),\n reorder = require('./_reorder'),\n replaceHolders = require('./_replaceHolders'),\n root = require('./_root');\n\n/** Used to compose bitmasks for function metadata. */\nvar WRAP_BIND_FLAG = 1,\n WRAP_BIND_KEY_FLAG = 2,\n WRAP_CURRY_FLAG = 8,\n WRAP_CURRY_RIGHT_FLAG = 16,\n WRAP_ARY_FLAG = 128,\n WRAP_FLIP_FLAG = 512;\n\n/**\n * Creates a function that wraps `func` to invoke it with optional `this`\n * binding of `thisArg`, partial application, and currying.\n *\n * @private\n * @param {Function|string} func The function or method name to wrap.\n * @param {number} bitmask The bitmask flags. See `createWrap` for more details.\n * @param {*} [thisArg] The `this` binding of `func`.\n * @param {Array} [partials] The arguments to prepend to those provided to\n * the new function.\n * @param {Array} [holders] The `partials` placeholder indexes.\n * @param {Array} [partialsRight] The arguments to append to those provided\n * to the new function.\n * @param {Array} [holdersRight] The `partialsRight` placeholder indexes.\n * @param {Array} [argPos] The argument positions of the new function.\n * @param {number} [ary] The arity cap of `func`.\n * @param {number} [arity] The arity of `func`.\n * @returns {Function} Returns the new wrapped function.\n */\nfunction createHybrid(func, bitmask, thisArg, partials, holders, partialsRight, holdersRight, argPos, ary, arity) {\n var isAry = bitmask & WRAP_ARY_FLAG,\n isBind = bitmask & WRAP_BIND_FLAG,\n isBindKey = bitmask & WRAP_BIND_KEY_FLAG,\n isCurried = bitmask & (WRAP_CURRY_FLAG | WRAP_CURRY_RIGHT_FLAG),\n isFlip = bitmask & WRAP_FLIP_FLAG,\n Ctor = isBindKey ? undefined : createCtor(func);\n\n function wrapper() {\n var length = arguments.length,\n args = Array(length),\n index = length;\n\n while (index--) {\n args[index] = arguments[index];\n }\n if (isCurried) {\n var placeholder = getHolder(wrapper),\n holdersCount = countHolders(args, placeholder);\n }\n if (partials) {\n args = composeArgs(args, partials, holders, isCurried);\n }\n if (partialsRight) {\n args = composeArgsRight(args, partialsRight, holdersRight, isCurried);\n }\n length -= holdersCount;\n if (isCurried && length < arity) {\n var newHolders = replaceHolders(args, placeholder);\n return createRecurry(\n func, bitmask, createHybrid, wrapper.placeholder, thisArg,\n args, newHolders, argPos, ary, arity - length\n );\n }\n var thisBinding = isBind ? thisArg : this,\n fn = isBindKey ? thisBinding[func] : func;\n\n length = args.length;\n if (argPos) {\n args = reorder(args, argPos);\n } else if (isFlip && length > 1) {\n args.reverse();\n }\n if (isAry && ary < length) {\n args.length = ary;\n }\n if (this && this !== root && this instanceof wrapper) {\n fn = Ctor || createCtor(fn);\n }\n return fn.apply(thisBinding, args);\n }\n return wrapper;\n}\n\nmodule.exports = createHybrid;\n","/* Built-in method references for those with the same name as other `lodash` methods. */\nvar nativeMax = Math.max;\n\n/**\n * Creates an array that is the composition of partially applied arguments,\n * placeholders, and provided arguments into a single array of arguments.\n *\n * @private\n * @param {Array} args The provided arguments.\n * @param {Array} partials The arguments to prepend to those provided.\n * @param {Array} holders The `partials` placeholder indexes.\n * @params {boolean} [isCurried] Specify composing for a curried function.\n * @returns {Array} Returns the new array of composed arguments.\n */\nfunction composeArgs(args, partials, holders, isCurried) {\n var argsIndex = -1,\n argsLength = args.length,\n holdersLength = holders.length,\n leftIndex = -1,\n leftLength = partials.length,\n rangeLength = nativeMax(argsLength - holdersLength, 0),\n result = Array(leftLength + rangeLength),\n isUncurried = !isCurried;\n\n while (++leftIndex < leftLength) {\n result[leftIndex] = partials[leftIndex];\n }\n while (++argsIndex < holdersLength) {\n if (isUncurried || argsIndex < argsLength) {\n result[holders[argsIndex]] = args[argsIndex];\n }\n }\n while (rangeLength--) {\n result[leftIndex++] = args[argsIndex++];\n }\n return result;\n}\n\nmodule.exports = composeArgs;\n","/* Built-in method references for those with the same name as other `lodash` methods. */\nvar nativeMax = Math.max;\n\n/**\n * This function is like `composeArgs` except that the arguments composition\n * is tailored for `_.partialRight`.\n *\n * @private\n * @param {Array} args The provided arguments.\n * @param {Array} partials The arguments to append to those provided.\n * @param {Array} holders The `partials` placeholder indexes.\n * @params {boolean} [isCurried] Specify composing for a curried function.\n * @returns {Array} Returns the new array of composed arguments.\n */\nfunction composeArgsRight(args, partials, holders, isCurried) {\n var argsIndex = -1,\n argsLength = args.length,\n holdersIndex = -1,\n holdersLength = holders.length,\n rightIndex = -1,\n rightLength = partials.length,\n rangeLength = nativeMax(argsLength - holdersLength, 0),\n result = Array(rangeLength + rightLength),\n isUncurried = !isCurried;\n\n while (++argsIndex < rangeLength) {\n result[argsIndex] = args[argsIndex];\n }\n var offset = argsIndex;\n while (++rightIndex < rightLength) {\n result[offset + rightIndex] = partials[rightIndex];\n }\n while (++holdersIndex < holdersLength) {\n if (isUncurried || argsIndex < argsLength) {\n result[offset + holders[holdersIndex]] = args[argsIndex++];\n }\n }\n return result;\n}\n\nmodule.exports = composeArgsRight;\n","var isLaziable = require('./_isLaziable'),\n setData = require('./_setData'),\n setWrapToString = require('./_setWrapToString');\n\n/** Used to compose bitmasks for function metadata. */\nvar WRAP_BIND_FLAG = 1,\n WRAP_BIND_KEY_FLAG = 2,\n WRAP_CURRY_BOUND_FLAG = 4,\n WRAP_CURRY_FLAG = 8,\n WRAP_PARTIAL_FLAG = 32,\n WRAP_PARTIAL_RIGHT_FLAG = 64;\n\n/**\n * Creates a function that wraps `func` to continue currying.\n *\n * @private\n * @param {Function} func The function to wrap.\n * @param {number} bitmask The bitmask flags. See `createWrap` for more details.\n * @param {Function} wrapFunc The function to create the `func` wrapper.\n * @param {*} placeholder The placeholder value.\n * @param {*} [thisArg] The `this` binding of `func`.\n * @param {Array} [partials] The arguments to prepend to those provided to\n * the new function.\n * @param {Array} [holders] The `partials` placeholder indexes.\n * @param {Array} [argPos] The argument positions of the new function.\n * @param {number} [ary] The arity cap of `func`.\n * @param {number} [arity] The arity of `func`.\n * @returns {Function} Returns the new wrapped function.\n */\nfunction createRecurry(func, bitmask, wrapFunc, placeholder, thisArg, partials, holders, argPos, ary, arity) {\n var isCurry = bitmask & WRAP_CURRY_FLAG,\n newHolders = isCurry ? holders : undefined,\n newHoldersRight = isCurry ? undefined : holders,\n newPartials = isCurry ? partials : undefined,\n newPartialsRight = isCurry ? undefined : partials;\n\n bitmask |= (isCurry ? WRAP_PARTIAL_FLAG : WRAP_PARTIAL_RIGHT_FLAG);\n bitmask &= ~(isCurry ? WRAP_PARTIAL_RIGHT_FLAG : WRAP_PARTIAL_FLAG);\n\n if (!(bitmask & WRAP_CURRY_BOUND_FLAG)) {\n bitmask &= ~(WRAP_BIND_FLAG | WRAP_BIND_KEY_FLAG);\n }\n var newData = [\n func, bitmask, thisArg, newPartials, newHolders, newPartialsRight,\n newHoldersRight, argPos, ary, arity\n ];\n\n var result = wrapFunc.apply(undefined, newData);\n if (isLaziable(func)) {\n setData(result, newData);\n }\n result.placeholder = placeholder;\n return setWrapToString(result, func, bitmask);\n}\n\nmodule.exports = createRecurry;\n","var metaMap = require('./_metaMap'),\n noop = require('./noop');\n\n/**\n * Gets metadata for `func`.\n *\n * @private\n * @param {Function} func The function to query.\n * @returns {*} Returns the metadata for `func`.\n */\nvar getData = !metaMap ? noop : function(func) {\n return metaMap.get(func);\n};\n\nmodule.exports = getData;\n","var baseCreate = require('./_baseCreate'),\n baseLodash = require('./_baseLodash');\n\n/**\n * The base constructor for creating `lodash` wrapper objects.\n *\n * @private\n * @param {*} value The value to wrap.\n * @param {boolean} [chainAll] Enable explicit method chain sequences.\n */\nfunction LodashWrapper(value, chainAll) {\n this.__wrapped__ = value;\n this.__actions__ = [];\n this.__chain__ = !!chainAll;\n this.__index__ = 0;\n this.__values__ = undefined;\n}\n\nLodashWrapper.prototype = baseCreate(baseLodash.prototype);\nLodashWrapper.prototype.constructor = LodashWrapper;\n\nmodule.exports = LodashWrapper;\n","var baseSetData = require('./_baseSetData'),\n shortOut = require('./_shortOut');\n\n/**\n * Sets metadata for `func`.\n *\n * **Note:** If this function becomes hot, i.e. is invoked a lot in a short\n * period of time, it will trip its breaker and transition to an identity\n * function to avoid garbage collection pauses in V8. See\n * [V8 issue 2070](https://bugs.chromium.org/p/v8/issues/detail?id=2070)\n * for more details.\n *\n * @private\n * @param {Function} func The function to associate metadata with.\n * @param {*} data The metadata.\n * @returns {Function} Returns `func`.\n */\nvar setData = shortOut(baseSetData);\n\nmodule.exports = setData;\n","var getWrapDetails = require('./_getWrapDetails'),\n insertWrapDetails = require('./_insertWrapDetails'),\n setToString = require('./_setToString'),\n updateWrapDetails = require('./_updateWrapDetails');\n\n/**\n * Sets the `toString` method of `wrapper` to mimic the source of `reference`\n * with wrapper details in a comment at the top of the source body.\n *\n * @private\n * @param {Function} wrapper The function to modify.\n * @param {Function} reference The reference function.\n * @param {number} bitmask The bitmask flags. See `createWrap` for more details.\n * @returns {Function} Returns `wrapper`.\n */\nfunction setWrapToString(wrapper, reference, bitmask) {\n var source = (reference + '');\n return setToString(wrapper, insertWrapDetails(source, updateWrapDetails(getWrapDetails(source), bitmask)));\n}\n\nmodule.exports = setWrapToString;\n","var constant = require('./constant'),\n defineProperty = require('./_defineProperty'),\n identity = require('./identity');\n\n/**\n * The base implementation of `setToString` without support for hot loop shorting.\n *\n * @private\n * @param {Function} func The function to modify.\n * @param {Function} string The `toString` result.\n * @returns {Function} Returns `func`.\n */\nvar baseSetToString = !defineProperty ? identity : function(func, string) {\n return defineProperty(func, 'toString', {\n 'configurable': true,\n 'enumerable': false,\n 'value': constant(string),\n 'writable': true\n });\n};\n\nmodule.exports = baseSetToString;\n","/**\n * Creates a function that returns `value`.\n *\n * @static\n * @memberOf _\n * @since 2.4.0\n * @category Util\n * @param {*} value The value to return from the new function.\n * @returns {Function} Returns the new constant function.\n * @example\n *\n * var objects = _.times(2, _.constant({ 'a': 1 }));\n *\n * console.log(objects);\n * // => [{ 'a': 1 }, { 'a': 1 }]\n *\n * console.log(objects[0] === objects[1]);\n * // => true\n */\nfunction constant(value) {\n return function() {\n return value;\n };\n}\n\nmodule.exports = constant;\n","/**\n * Gets the argument placeholder value for `func`.\n *\n * @private\n * @param {Function} func The function to inspect.\n * @returns {*} Returns the placeholder value.\n */\nfunction getHolder(func) {\n var object = func;\n return object.placeholder;\n}\n\nmodule.exports = getHolder;\n","var toFinite = require('./toFinite');\n\n/**\n * Converts `value` to an integer.\n *\n * **Note:** This method is loosely based on\n * [`ToInteger`](http://www.ecma-international.org/ecma-262/7.0/#sec-tointeger).\n *\n * @static\n * @memberOf _\n * @since 4.0.0\n * @category Lang\n * @param {*} value The value to convert.\n * @returns {number} Returns the converted integer.\n * @example\n *\n * _.toInteger(3.2);\n * // => 3\n *\n * _.toInteger(Number.MIN_VALUE);\n * // => 0\n *\n * _.toInteger(Infinity);\n * // => 1.7976931348623157e+308\n *\n * _.toInteger('3.2');\n * // => 3\n */\nfunction toInteger(value) {\n var result = toFinite(value),\n remainder = result % 1;\n\n return result === result ? (remainder ? result - remainder : result) : 0;\n}\n\nmodule.exports = toInteger;\n","var copyObject = require('./_copyObject'),\n keys = require('./keys');\n\n/**\n * The base implementation of `_.assign` without support for multiple sources\n * or `customizer` functions.\n *\n * @private\n * @param {Object} object The destination object.\n * @param {Object} source The source object.\n * @returns {Object} Returns `object`.\n */\nfunction baseAssign(object, source) {\n return object && copyObject(source, keys(source), object);\n}\n\nmodule.exports = baseAssign;\n","/**\n * The base implementation of `_.times` without support for iteratee shorthands\n * or max array length checks.\n *\n * @private\n * @param {number} n The number of times to invoke `iteratee`.\n * @param {Function} iteratee The function invoked per iteration.\n * @returns {Array} Returns the array of results.\n */\nfunction baseTimes(n, iteratee) {\n var index = -1,\n result = Array(n);\n\n while (++index < n) {\n result[index] = iteratee(index);\n }\n return result;\n}\n\nmodule.exports = baseTimes;\n","var baseGetTag = require('./_baseGetTag'),\n isObjectLike = require('./isObjectLike');\n\n/** `Object#toString` result references. */\nvar argsTag = '[object Arguments]';\n\n/**\n * The base implementation of `_.isArguments`.\n *\n * @private\n * @param {*} value The value to check.\n * @returns {boolean} Returns `true` if `value` is an `arguments` object,\n */\nfunction baseIsArguments(value) {\n return isObjectLike(value) && baseGetTag(value) == argsTag;\n}\n\nmodule.exports = baseIsArguments;\n","/**\n * This method returns `false`.\n *\n * @static\n * @memberOf _\n * @since 4.13.0\n * @category Util\n * @returns {boolean} Returns `false`.\n * @example\n *\n * _.times(2, _.stubFalse);\n * // => [false, false]\n */\nfunction stubFalse() {\n return false;\n}\n\nmodule.exports = stubFalse;\n","var baseGetTag = require('./_baseGetTag'),\n isLength = require('./isLength'),\n isObjectLike = require('./isObjectLike');\n\n/** `Object#toString` result references. */\nvar argsTag = '[object Arguments]',\n arrayTag = '[object Array]',\n boolTag = '[object Boolean]',\n dateTag = '[object Date]',\n errorTag = '[object Error]',\n funcTag = '[object Function]',\n mapTag = '[object Map]',\n numberTag = '[object Number]',\n objectTag = '[object Object]',\n regexpTag = '[object RegExp]',\n setTag = '[object Set]',\n stringTag = '[object String]',\n weakMapTag = '[object WeakMap]';\n\nvar arrayBufferTag = '[object ArrayBuffer]',\n dataViewTag = '[object DataView]',\n float32Tag = '[object Float32Array]',\n float64Tag = '[object Float64Array]',\n int8Tag = '[object Int8Array]',\n int16Tag = '[object Int16Array]',\n int32Tag = '[object Int32Array]',\n uint8Tag = '[object Uint8Array]',\n uint8ClampedTag = '[object Uint8ClampedArray]',\n uint16Tag = '[object Uint16Array]',\n uint32Tag = '[object Uint32Array]';\n\n/** Used to identify `toStringTag` values of typed arrays. */\nvar typedArrayTags = {};\ntypedArrayTags[float32Tag] = typedArrayTags[float64Tag] =\ntypedArrayTags[int8Tag] = typedArrayTags[int16Tag] =\ntypedArrayTags[int32Tag] = typedArrayTags[uint8Tag] =\ntypedArrayTags[uint8ClampedTag] = typedArrayTags[uint16Tag] =\ntypedArrayTags[uint32Tag] = true;\ntypedArrayTags[argsTag] = typedArrayTags[arrayTag] =\ntypedArrayTags[arrayBufferTag] = typedArrayTags[boolTag] =\ntypedArrayTags[dataViewTag] = typedArrayTags[dateTag] =\ntypedArrayTags[errorTag] = typedArrayTags[funcTag] =\ntypedArrayTags[mapTag] = typedArrayTags[numberTag] =\ntypedArrayTags[objectTag] = typedArrayTags[regexpTag] =\ntypedArrayTags[setTag] = typedArrayTags[stringTag] =\ntypedArrayTags[weakMapTag] = false;\n\n/**\n * The base implementation of `_.isTypedArray` without Node.js optimizations.\n *\n * @private\n * @param {*} value The value to check.\n * @returns {boolean} Returns `true` if `value` is a typed array, else `false`.\n */\nfunction baseIsTypedArray(value) {\n return isObjectLike(value) &&\n isLength(value.length) && !!typedArrayTags[baseGetTag(value)];\n}\n\nmodule.exports = baseIsTypedArray;\n","var overArg = require('./_overArg');\n\n/* Built-in method references for those with the same name as other `lodash` methods. */\nvar nativeKeys = overArg(Object.keys, Object);\n\nmodule.exports = nativeKeys;\n","var Stack = require('./_Stack'),\n arrayEach = require('./_arrayEach'),\n assignValue = require('./_assignValue'),\n baseAssign = require('./_baseAssign'),\n baseAssignIn = require('./_baseAssignIn'),\n cloneBuffer = require('./_cloneBuffer'),\n copyArray = require('./_copyArray'),\n copySymbols = require('./_copySymbols'),\n copySymbolsIn = require('./_copySymbolsIn'),\n getAllKeys = require('./_getAllKeys'),\n getAllKeysIn = require('./_getAllKeysIn'),\n getTag = require('./_getTag'),\n initCloneArray = require('./_initCloneArray'),\n initCloneByTag = require('./_initCloneByTag'),\n initCloneObject = require('./_initCloneObject'),\n isArray = require('./isArray'),\n isBuffer = require('./isBuffer'),\n isMap = require('./isMap'),\n isObject = require('./isObject'),\n isSet = require('./isSet'),\n keys = require('./keys'),\n keysIn = require('./keysIn');\n\n/** Used to compose bitmasks for cloning. */\nvar CLONE_DEEP_FLAG = 1,\n CLONE_FLAT_FLAG = 2,\n CLONE_SYMBOLS_FLAG = 4;\n\n/** `Object#toString` result references. */\nvar argsTag = '[object Arguments]',\n arrayTag = '[object Array]',\n boolTag = '[object Boolean]',\n dateTag = '[object Date]',\n errorTag = '[object Error]',\n funcTag = '[object Function]',\n genTag = '[object GeneratorFunction]',\n mapTag = '[object Map]',\n numberTag = '[object Number]',\n objectTag = '[object Object]',\n regexpTag = '[object RegExp]',\n setTag = '[object Set]',\n stringTag = '[object String]',\n symbolTag = '[object Symbol]',\n weakMapTag = '[object WeakMap]';\n\nvar arrayBufferTag = '[object ArrayBuffer]',\n dataViewTag = '[object DataView]',\n float32Tag = '[object Float32Array]',\n float64Tag = '[object Float64Array]',\n int8Tag = '[object Int8Array]',\n int16Tag = '[object Int16Array]',\n int32Tag = '[object Int32Array]',\n uint8Tag = '[object Uint8Array]',\n uint8ClampedTag = '[object Uint8ClampedArray]',\n uint16Tag = '[object Uint16Array]',\n uint32Tag = '[object Uint32Array]';\n\n/** Used to identify `toStringTag` values supported by `_.clone`. */\nvar cloneableTags = {};\ncloneableTags[argsTag] = cloneableTags[arrayTag] =\ncloneableTags[arrayBufferTag] = cloneableTags[dataViewTag] =\ncloneableTags[boolTag] = cloneableTags[dateTag] =\ncloneableTags[float32Tag] = cloneableTags[float64Tag] =\ncloneableTags[int8Tag] = cloneableTags[int16Tag] =\ncloneableTags[int32Tag] = cloneableTags[mapTag] =\ncloneableTags[numberTag] = cloneableTags[objectTag] =\ncloneableTags[regexpTag] = cloneableTags[setTag] =\ncloneableTags[stringTag] = cloneableTags[symbolTag] =\ncloneableTags[uint8Tag] = cloneableTags[uint8ClampedTag] =\ncloneableTags[uint16Tag] = cloneableTags[uint32Tag] = true;\ncloneableTags[errorTag] = cloneableTags[funcTag] =\ncloneableTags[weakMapTag] = false;\n\n/**\n * The base implementation of `_.clone` and `_.cloneDeep` which tracks\n * traversed objects.\n *\n * @private\n * @param {*} value The value to clone.\n * @param {boolean} bitmask The bitmask flags.\n * 1 - Deep clone\n * 2 - Flatten inherited properties\n * 4 - Clone symbols\n * @param {Function} [customizer] The function to customize cloning.\n * @param {string} [key] The key of `value`.\n * @param {Object} [object] The parent object of `value`.\n * @param {Object} [stack] Tracks traversed objects and their clone counterparts.\n * @returns {*} Returns the cloned value.\n */\nfunction baseClone(value, bitmask, customizer, key, object, stack) {\n var result,\n isDeep = bitmask & CLONE_DEEP_FLAG,\n isFlat = bitmask & CLONE_FLAT_FLAG,\n isFull = bitmask & CLONE_SYMBOLS_FLAG;\n\n if (customizer) {\n result = object ? customizer(value, key, object, stack) : customizer(value);\n }\n if (result !== undefined) {\n return result;\n }\n if (!isObject(value)) {\n return value;\n }\n var isArr = isArray(value);\n if (isArr) {\n result = initCloneArray(value);\n if (!isDeep) {\n return copyArray(value, result);\n }\n } else {\n var tag = getTag(value),\n isFunc = tag == funcTag || tag == genTag;\n\n if (isBuffer(value)) {\n return cloneBuffer(value, isDeep);\n }\n if (tag == objectTag || tag == argsTag || (isFunc && !object)) {\n result = (isFlat || isFunc) ? {} : initCloneObject(value);\n if (!isDeep) {\n return isFlat\n ? copySymbolsIn(value, baseAssignIn(result, value))\n : copySymbols(value, baseAssign(result, value));\n }\n } else {\n if (!cloneableTags[tag]) {\n return object ? value : {};\n }\n result = initCloneByTag(value, tag, isDeep);\n }\n }\n // Check for circular references and return its corresponding clone.\n stack || (stack = new Stack);\n var stacked = stack.get(value);\n if (stacked) {\n return stacked;\n }\n stack.set(value, result);\n\n if (isSet(value)) {\n value.forEach(function(subValue) {\n result.add(baseClone(subValue, bitmask, customizer, subValue, value, stack));\n });\n } else if (isMap(value)) {\n value.forEach(function(subValue, key) {\n result.set(key, baseClone(subValue, bitmask, customizer, key, value, stack));\n });\n }\n\n var keysFunc = isFull\n ? (isFlat ? getAllKeysIn : getAllKeys)\n : (isFlat ? keysIn : keys);\n\n var props = isArr ? undefined : keysFunc(value);\n arrayEach(props || value, function(subValue, key) {\n if (props) {\n key = subValue;\n subValue = value[key];\n }\n // Recursively populate clone (susceptible to call stack limits).\n assignValue(result, key, baseClone(subValue, bitmask, customizer, key, value, stack));\n });\n return result;\n}\n\nmodule.exports = baseClone;\n","/**\n * Removes all key-value entries from the list cache.\n *\n * @private\n * @name clear\n * @memberOf ListCache\n */\nfunction listCacheClear() {\n this.__data__ = [];\n this.size = 0;\n}\n\nmodule.exports = listCacheClear;\n","var assocIndexOf = require('./_assocIndexOf');\n\n/** Used for built-in method references. */\nvar arrayProto = Array.prototype;\n\n/** Built-in value references. */\nvar splice = arrayProto.splice;\n\n/**\n * Removes `key` and its value from the list cache.\n *\n * @private\n * @name delete\n * @memberOf ListCache\n * @param {string} key The key of the value to remove.\n * @returns {boolean} Returns `true` if the entry was removed, else `false`.\n */\nfunction listCacheDelete(key) {\n var data = this.__data__,\n index = assocIndexOf(data, key);\n\n if (index < 0) {\n return false;\n }\n var lastIndex = data.length - 1;\n if (index == lastIndex) {\n data.pop();\n } else {\n splice.call(data, index, 1);\n }\n --this.size;\n return true;\n}\n\nmodule.exports = listCacheDelete;\n","var assocIndexOf = require('./_assocIndexOf');\n\n/**\n * Gets the list cache value for `key`.\n *\n * @private\n * @name get\n * @memberOf ListCache\n * @param {string} key The key of the value to get.\n * @returns {*} Returns the entry value.\n */\nfunction listCacheGet(key) {\n var data = this.__data__,\n index = assocIndexOf(data, key);\n\n return index < 0 ? undefined : data[index][1];\n}\n\nmodule.exports = listCacheGet;\n","var assocIndexOf = require('./_assocIndexOf');\n\n/**\n * Checks if a list cache value for `key` exists.\n *\n * @private\n * @name has\n * @memberOf ListCache\n * @param {string} key The key of the entry to check.\n * @returns {boolean} Returns `true` if an entry for `key` exists, else `false`.\n */\nfunction listCacheHas(key) {\n return assocIndexOf(this.__data__, key) > -1;\n}\n\nmodule.exports = listCacheHas;\n","var assocIndexOf = require('./_assocIndexOf');\n\n/**\n * Sets the list cache `key` to `value`.\n *\n * @private\n * @name set\n * @memberOf ListCache\n * @param {string} key The key of the value to set.\n * @param {*} value The value to set.\n * @returns {Object} Returns the list cache instance.\n */\nfunction listCacheSet(key, value) {\n var data = this.__data__,\n index = assocIndexOf(data, key);\n\n if (index < 0) {\n ++this.size;\n data.push([key, value]);\n } else {\n data[index][1] = value;\n }\n return this;\n}\n\nmodule.exports = listCacheSet;\n","var ListCache = require('./_ListCache');\n\n/**\n * Removes all key-value entries from the stack.\n *\n * @private\n * @name clear\n * @memberOf Stack\n */\nfunction stackClear() {\n this.__data__ = new ListCache;\n this.size = 0;\n}\n\nmodule.exports = stackClear;\n","/**\n * Removes `key` and its value from the stack.\n *\n * @private\n * @name delete\n * @memberOf Stack\n * @param {string} key The key of the value to remove.\n * @returns {boolean} Returns `true` if the entry was removed, else `false`.\n */\nfunction stackDelete(key) {\n var data = this.__data__,\n result = data['delete'](key);\n\n this.size = data.size;\n return result;\n}\n\nmodule.exports = stackDelete;\n","/**\n * Gets the stack value for `key`.\n *\n * @private\n * @name get\n * @memberOf Stack\n * @param {string} key The key of the value to get.\n * @returns {*} Returns the entry value.\n */\nfunction stackGet(key) {\n return this.__data__.get(key);\n}\n\nmodule.exports = stackGet;\n","/**\n * Checks if a stack value for `key` exists.\n *\n * @private\n * @name has\n * @memberOf Stack\n * @param {string} key The key of the entry to check.\n * @returns {boolean} Returns `true` if an entry for `key` exists, else `false`.\n */\nfunction stackHas(key) {\n return this.__data__.has(key);\n}\n\nmodule.exports = stackHas;\n","var ListCache = require('./_ListCache'),\n Map = require('./_Map'),\n MapCache = require('./_MapCache');\n\n/** Used as the size to enable large array optimizations. */\nvar LARGE_ARRAY_SIZE = 200;\n\n/**\n * Sets the stack `key` to `value`.\n *\n * @private\n * @name set\n * @memberOf Stack\n * @param {string} key The key of the value to set.\n * @param {*} value The value to set.\n * @returns {Object} Returns the stack cache instance.\n */\nfunction stackSet(key, value) {\n var data = this.__data__;\n if (data instanceof ListCache) {\n var pairs = data.__data__;\n if (!Map || (pairs.length < LARGE_ARRAY_SIZE - 1)) {\n pairs.push([key, value]);\n this.size = ++data.size;\n return this;\n }\n data = this.__data__ = new MapCache(pairs);\n }\n data.set(key, value);\n this.size = data.size;\n return this;\n}\n\nmodule.exports = stackSet;\n","var Hash = require('./_Hash'),\n ListCache = require('./_ListCache'),\n Map = require('./_Map');\n\n/**\n * Removes all key-value entries from the map.\n *\n * @private\n * @name clear\n * @memberOf MapCache\n */\nfunction mapCacheClear() {\n this.size = 0;\n this.__data__ = {\n 'hash': new Hash,\n 'map': new (Map || ListCache),\n 'string': new Hash\n };\n}\n\nmodule.exports = mapCacheClear;\n","var hashClear = require('./_hashClear'),\n hashDelete = require('./_hashDelete'),\n hashGet = require('./_hashGet'),\n hashHas = require('./_hashHas'),\n hashSet = require('./_hashSet');\n\n/**\n * Creates a hash object.\n *\n * @private\n * @constructor\n * @param {Array} [entries] The key-value pairs to cache.\n */\nfunction Hash(entries) {\n var index = -1,\n length = entries == null ? 0 : entries.length;\n\n this.clear();\n while (++index < length) {\n var entry = entries[index];\n this.set(entry[0], entry[1]);\n }\n}\n\n// Add methods to `Hash`.\nHash.prototype.clear = hashClear;\nHash.prototype['delete'] = hashDelete;\nHash.prototype.get = hashGet;\nHash.prototype.has = hashHas;\nHash.prototype.set = hashSet;\n\nmodule.exports = Hash;\n","var nativeCreate = require('./_nativeCreate');\n\n/**\n * Removes all key-value entries from the hash.\n *\n * @private\n * @name clear\n * @memberOf Hash\n */\nfunction hashClear() {\n this.__data__ = nativeCreate ? nativeCreate(null) : {};\n this.size = 0;\n}\n\nmodule.exports = hashClear;\n","/**\n * Removes `key` and its value from the hash.\n *\n * @private\n * @name delete\n * @memberOf Hash\n * @param {Object} hash The hash to modify.\n * @param {string} key The key of the value to remove.\n * @returns {boolean} Returns `true` if the entry was removed, else `false`.\n */\nfunction hashDelete(key) {\n var result = this.has(key) && delete this.__data__[key];\n this.size -= result ? 1 : 0;\n return result;\n}\n\nmodule.exports = hashDelete;\n","var nativeCreate = require('./_nativeCreate');\n\n/** Used to stand-in for `undefined` hash values. */\nvar HASH_UNDEFINED = '__lodash_hash_undefined__';\n\n/** Used for built-in method references. */\nvar objectProto = Object.prototype;\n\n/** Used to check objects for own properties. */\nvar hasOwnProperty = objectProto.hasOwnProperty;\n\n/**\n * Gets the hash value for `key`.\n *\n * @private\n * @name get\n * @memberOf Hash\n * @param {string} key The key of the value to get.\n * @returns {*} Returns the entry value.\n */\nfunction hashGet(key) {\n var data = this.__data__;\n if (nativeCreate) {\n var result = data[key];\n return result === HASH_UNDEFINED ? undefined : result;\n }\n return hasOwnProperty.call(data, key) ? data[key] : undefined;\n}\n\nmodule.exports = hashGet;\n","var nativeCreate = require('./_nativeCreate');\n\n/** Used for built-in method references. */\nvar objectProto = Object.prototype;\n\n/** Used to check objects for own properties. */\nvar hasOwnProperty = objectProto.hasOwnProperty;\n\n/**\n * Checks if a hash value for `key` exists.\n *\n * @private\n * @name has\n * @memberOf Hash\n * @param {string} key The key of the entry to check.\n * @returns {boolean} Returns `true` if an entry for `key` exists, else `false`.\n */\nfunction hashHas(key) {\n var data = this.__data__;\n return nativeCreate ? (data[key] !== undefined) : hasOwnProperty.call(data, key);\n}\n\nmodule.exports = hashHas;\n","var nativeCreate = require('./_nativeCreate');\n\n/** Used to stand-in for `undefined` hash values. */\nvar HASH_UNDEFINED = '__lodash_hash_undefined__';\n\n/**\n * Sets the hash `key` to `value`.\n *\n * @private\n * @name set\n * @memberOf Hash\n * @param {string} key The key of the value to set.\n * @param {*} value The value to set.\n * @returns {Object} Returns the hash instance.\n */\nfunction hashSet(key, value) {\n var data = this.__data__;\n this.size += this.has(key) ? 0 : 1;\n data[key] = (nativeCreate && value === undefined) ? HASH_UNDEFINED : value;\n return this;\n}\n\nmodule.exports = hashSet;\n","var getMapData = require('./_getMapData');\n\n/**\n * Removes `key` and its value from the map.\n *\n * @private\n * @name delete\n * @memberOf MapCache\n * @param {string} key The key of the value to remove.\n * @returns {boolean} Returns `true` if the entry was removed, else `false`.\n */\nfunction mapCacheDelete(key) {\n var result = getMapData(this, key)['delete'](key);\n this.size -= result ? 1 : 0;\n return result;\n}\n\nmodule.exports = mapCacheDelete;\n","/**\n * Checks if `value` is suitable for use as unique object key.\n *\n * @private\n * @param {*} value The value to check.\n * @returns {boolean} Returns `true` if `value` is suitable, else `false`.\n */\nfunction isKeyable(value) {\n var type = typeof value;\n return (type == 'string' || type == 'number' || type == 'symbol' || type == 'boolean')\n ? (value !== '__proto__')\n : (value === null);\n}\n\nmodule.exports = isKeyable;\n","var getMapData = require('./_getMapData');\n\n/**\n * Gets the map value for `key`.\n *\n * @private\n * @name get\n * @memberOf MapCache\n * @param {string} key The key of the value to get.\n * @returns {*} Returns the entry value.\n */\nfunction mapCacheGet(key) {\n return getMapData(this, key).get(key);\n}\n\nmodule.exports = mapCacheGet;\n","var getMapData = require('./_getMapData');\n\n/**\n * Checks if a map value for `key` exists.\n *\n * @private\n * @name has\n * @memberOf MapCache\n * @param {string} key The key of the entry to check.\n * @returns {boolean} Returns `true` if an entry for `key` exists, else `false`.\n */\nfunction mapCacheHas(key) {\n return getMapData(this, key).has(key);\n}\n\nmodule.exports = mapCacheHas;\n","var getMapData = require('./_getMapData');\n\n/**\n * Sets the map `key` to `value`.\n *\n * @private\n * @name set\n * @memberOf MapCache\n * @param {string} key The key of the value to set.\n * @param {*} value The value to set.\n * @returns {Object} Returns the map cache instance.\n */\nfunction mapCacheSet(key, value) {\n var data = getMapData(this, key),\n size = data.size;\n\n data.set(key, value);\n this.size += data.size == size ? 0 : 1;\n return this;\n}\n\nmodule.exports = mapCacheSet;\n","var isObject = require('./isObject'),\n isPrototype = require('./_isPrototype'),\n nativeKeysIn = require('./_nativeKeysIn');\n\n/** Used for built-in method references. */\nvar objectProto = Object.prototype;\n\n/** Used to check objects for own properties. */\nvar hasOwnProperty = objectProto.hasOwnProperty;\n\n/**\n * The base implementation of `_.keysIn` which doesn't treat sparse arrays as dense.\n *\n * @private\n * @param {Object} object The object to query.\n * @returns {Array} Returns the array of property names.\n */\nfunction baseKeysIn(object) {\n if (!isObject(object)) {\n return nativeKeysIn(object);\n }\n var isProto = isPrototype(object),\n result = [];\n\n for (var key in object) {\n if (!(key == 'constructor' && (isProto || !hasOwnProperty.call(object, key)))) {\n result.push(key);\n }\n }\n return result;\n}\n\nmodule.exports = baseKeysIn;\n","/**\n * This function is like\n * [`Object.keys`](http://ecma-international.org/ecma-262/7.0/#sec-object.keys)\n * except that it includes inherited enumerable properties.\n *\n * @private\n * @param {Object} object The object to query.\n * @returns {Array} Returns the array of property names.\n */\nfunction nativeKeysIn(object) {\n var result = [];\n if (object != null) {\n for (var key in Object(object)) {\n result.push(key);\n }\n }\n return result;\n}\n\nmodule.exports = nativeKeysIn;\n","var root = require('./_root');\n\n/** Detect free variable `exports`. */\nvar freeExports = typeof exports == 'object' && exports && !exports.nodeType && exports;\n\n/** Detect free variable `module`. */\nvar freeModule = freeExports && typeof module == 'object' && module && !module.nodeType && module;\n\n/** Detect the popular CommonJS extension `module.exports`. */\nvar moduleExports = freeModule && freeModule.exports === freeExports;\n\n/** Built-in value references. */\nvar Buffer = moduleExports ? root.Buffer : undefined,\n allocUnsafe = Buffer ? Buffer.allocUnsafe : undefined;\n\n/**\n * Creates a clone of `buffer`.\n *\n * @private\n * @param {Buffer} buffer The buffer to clone.\n * @param {boolean} [isDeep] Specify a deep clone.\n * @returns {Buffer} Returns the cloned buffer.\n */\nfunction cloneBuffer(buffer, isDeep) {\n if (isDeep) {\n return buffer.slice();\n }\n var length = buffer.length,\n result = allocUnsafe ? allocUnsafe(length) : new buffer.constructor(length);\n\n buffer.copy(result);\n return result;\n}\n\nmodule.exports = cloneBuffer;\n","/**\n * A specialized version of `_.filter` for arrays without support for\n * iteratee shorthands.\n *\n * @private\n * @param {Array} [array] The array to iterate over.\n * @param {Function} predicate The function invoked per iteration.\n * @returns {Array} Returns the new filtered array.\n */\nfunction arrayFilter(array, predicate) {\n var index = -1,\n length = array == null ? 0 : array.length,\n resIndex = 0,\n result = [];\n\n while (++index < length) {\n var value = array[index];\n if (predicate(value, index, array)) {\n result[resIndex++] = value;\n }\n }\n return result;\n}\n\nmodule.exports = arrayFilter;\n","var arrayPush = require('./_arrayPush'),\n getPrototype = require('./_getPrototype'),\n getSymbols = require('./_getSymbols'),\n stubArray = require('./stubArray');\n\n/* Built-in method references for those with the same name as other `lodash` methods. */\nvar nativeGetSymbols = Object.getOwnPropertySymbols;\n\n/**\n * Creates an array of the own and inherited enumerable symbols of `object`.\n *\n * @private\n * @param {Object} object The object to query.\n * @returns {Array} Returns the array of symbols.\n */\nvar getSymbolsIn = !nativeGetSymbols ? stubArray : function(object) {\n var result = [];\n while (object) {\n arrayPush(result, getSymbols(object));\n object = getPrototype(object);\n }\n return result;\n};\n\nmodule.exports = getSymbolsIn;\n","var getNative = require('./_getNative'),\n root = require('./_root');\n\n/* Built-in method references that are verified to be native. */\nvar DataView = getNative(root, 'DataView');\n\nmodule.exports = DataView;\n","var getNative = require('./_getNative'),\n root = require('./_root');\n\n/* Built-in method references that are verified to be native. */\nvar Promise = getNative(root, 'Promise');\n\nmodule.exports = Promise;\n","var getNative = require('./_getNative'),\n root = require('./_root');\n\n/* Built-in method references that are verified to be native. */\nvar Set = getNative(root, 'Set');\n\nmodule.exports = Set;\n","var cloneArrayBuffer = require('./_cloneArrayBuffer');\n\n/**\n * Creates a clone of `typedArray`.\n *\n * @private\n * @param {Object} typedArray The typed array to clone.\n * @param {boolean} [isDeep] Specify a deep clone.\n * @returns {Object} Returns the cloned typed array.\n */\nfunction cloneTypedArray(typedArray, isDeep) {\n var buffer = isDeep ? cloneArrayBuffer(typedArray.buffer) : typedArray.buffer;\n return new typedArray.constructor(buffer, typedArray.byteOffset, typedArray.length);\n}\n\nmodule.exports = cloneTypedArray;\n","var baseCreate = require('./_baseCreate'),\n getPrototype = require('./_getPrototype'),\n isPrototype = require('./_isPrototype');\n\n/**\n * Initializes an object clone.\n *\n * @private\n * @param {Object} object The object to clone.\n * @returns {Object} Returns the initialized clone.\n */\nfunction initCloneObject(object) {\n return (typeof object.constructor == 'function' && !isPrototype(object))\n ? baseCreate(getPrototype(object))\n : {};\n}\n\nmodule.exports = initCloneObject;\n","var baseGetTag = require('./_baseGetTag'),\n getPrototype = require('./_getPrototype'),\n isObjectLike = require('./isObjectLike');\n\n/** `Object#toString` result references. */\nvar objectTag = '[object Object]';\n\n/** Used for built-in method references. */\nvar funcProto = Function.prototype,\n objectProto = Object.prototype;\n\n/** Used to resolve the decompiled source of functions. */\nvar funcToString = funcProto.toString;\n\n/** Used to check objects for own properties. */\nvar hasOwnProperty = objectProto.hasOwnProperty;\n\n/** Used to infer the `Object` constructor. */\nvar objectCtorString = funcToString.call(Object);\n\n/**\n * Checks if `value` is a plain object, that is, an object created by the\n * `Object` constructor or one with a `[[Prototype]]` of `null`.\n *\n * @static\n * @memberOf _\n * @since 0.8.0\n * @category Lang\n * @param {*} value The value to check.\n * @returns {boolean} Returns `true` if `value` is a plain object, else `false`.\n * @example\n *\n * function Foo() {\n * this.a = 1;\n * }\n *\n * _.isPlainObject(new Foo);\n * // => false\n *\n * _.isPlainObject([1, 2, 3]);\n * // => false\n *\n * _.isPlainObject({ 'x': 0, 'y': 0 });\n * // => true\n *\n * _.isPlainObject(Object.create(null));\n * // => true\n */\nfunction isPlainObject(value) {\n if (!isObjectLike(value) || baseGetTag(value) != objectTag) {\n return false;\n }\n var proto = getPrototype(value);\n if (proto === null) {\n return true;\n }\n var Ctor = hasOwnProperty.call(proto, 'constructor') && proto.constructor;\n return typeof Ctor == 'function' && Ctor instanceof Ctor &&\n funcToString.call(Ctor) == objectCtorString;\n}\n\nmodule.exports = isPlainObject;\n","var Stack = require('./_Stack'),\n equalArrays = require('./_equalArrays'),\n equalByTag = require('./_equalByTag'),\n equalObjects = require('./_equalObjects'),\n getTag = require('./_getTag'),\n isArray = require('./isArray'),\n isBuffer = require('./isBuffer'),\n isTypedArray = require('./isTypedArray');\n\n/** Used to compose bitmasks for value comparisons. */\nvar COMPARE_PARTIAL_FLAG = 1;\n\n/** `Object#toString` result references. */\nvar argsTag = '[object Arguments]',\n arrayTag = '[object Array]',\n objectTag = '[object Object]';\n\n/** Used for built-in method references. */\nvar objectProto = Object.prototype;\n\n/** Used to check objects for own properties. */\nvar hasOwnProperty = objectProto.hasOwnProperty;\n\n/**\n * A specialized version of `baseIsEqual` for arrays and objects which performs\n * deep comparisons and tracks traversed objects enabling objects with circular\n * references to be compared.\n *\n * @private\n * @param {Object} object The object to compare.\n * @param {Object} other The other object to compare.\n * @param {number} bitmask The bitmask flags. See `baseIsEqual` for more details.\n * @param {Function} customizer The function to customize comparisons.\n * @param {Function} equalFunc The function to determine equivalents of values.\n * @param {Object} [stack] Tracks traversed `object` and `other` objects.\n * @returns {boolean} Returns `true` if the objects are equivalent, else `false`.\n */\nfunction baseIsEqualDeep(object, other, bitmask, customizer, equalFunc, stack) {\n var objIsArr = isArray(object),\n othIsArr = isArray(other),\n objTag = objIsArr ? arrayTag : getTag(object),\n othTag = othIsArr ? arrayTag : getTag(other);\n\n objTag = objTag == argsTag ? objectTag : objTag;\n othTag = othTag == argsTag ? objectTag : othTag;\n\n var objIsObj = objTag == objectTag,\n othIsObj = othTag == objectTag,\n isSameTag = objTag == othTag;\n\n if (isSameTag && isBuffer(object)) {\n if (!isBuffer(other)) {\n return false;\n }\n objIsArr = true;\n objIsObj = false;\n }\n if (isSameTag && !objIsObj) {\n stack || (stack = new Stack);\n return (objIsArr || isTypedArray(object))\n ? equalArrays(object, other, bitmask, customizer, equalFunc, stack)\n : equalByTag(object, other, objTag, bitmask, customizer, equalFunc, stack);\n }\n if (!(bitmask & COMPARE_PARTIAL_FLAG)) {\n var objIsWrapped = objIsObj && hasOwnProperty.call(object, '__wrapped__'),\n othIsWrapped = othIsObj && hasOwnProperty.call(other, '__wrapped__');\n\n if (objIsWrapped || othIsWrapped) {\n var objUnwrapped = objIsWrapped ? object.value() : object,\n othUnwrapped = othIsWrapped ? other.value() : other;\n\n stack || (stack = new Stack);\n return equalFunc(objUnwrapped, othUnwrapped, bitmask, customizer, stack);\n }\n }\n if (!isSameTag) {\n return false;\n }\n stack || (stack = new Stack);\n return equalObjects(object, other, bitmask, customizer, equalFunc, stack);\n}\n\nmodule.exports = baseIsEqualDeep;\n","var MapCache = require('./_MapCache'),\n setCacheAdd = require('./_setCacheAdd'),\n setCacheHas = require('./_setCacheHas');\n\n/**\n *\n * Creates an array cache object to store unique values.\n *\n * @private\n * @constructor\n * @param {Array} [values] The values to cache.\n */\nfunction SetCache(values) {\n var index = -1,\n length = values == null ? 0 : values.length;\n\n this.__data__ = new MapCache;\n while (++index < length) {\n this.add(values[index]);\n }\n}\n\n// Add methods to `SetCache`.\nSetCache.prototype.add = SetCache.prototype.push = setCacheAdd;\nSetCache.prototype.has = setCacheHas;\n\nmodule.exports = SetCache;\n","/** Used to stand-in for `undefined` hash values. */\nvar HASH_UNDEFINED = '__lodash_hash_undefined__';\n\n/**\n * Adds `value` to the array cache.\n *\n * @private\n * @name add\n * @memberOf SetCache\n * @alias push\n * @param {*} value The value to cache.\n * @returns {Object} Returns the cache instance.\n */\nfunction setCacheAdd(value) {\n this.__data__.set(value, HASH_UNDEFINED);\n return this;\n}\n\nmodule.exports = setCacheAdd;\n","/**\n * Checks if `value` is in the array cache.\n *\n * @private\n * @name has\n * @memberOf SetCache\n * @param {*} value The value to search for.\n * @returns {number} Returns `true` if `value` is found, else `false`.\n */\nfunction setCacheHas(value) {\n return this.__data__.has(value);\n}\n\nmodule.exports = setCacheHas;\n","/**\n * A specialized version of `_.some` for arrays without support for iteratee\n * shorthands.\n *\n * @private\n * @param {Array} [array] The array to iterate over.\n * @param {Function} predicate The function invoked per iteration.\n * @returns {boolean} Returns `true` if any element passes the predicate check,\n * else `false`.\n */\nfunction arraySome(array, predicate) {\n var index = -1,\n length = array == null ? 0 : array.length;\n\n while (++index < length) {\n if (predicate(array[index], index, array)) {\n return true;\n }\n }\n return false;\n}\n\nmodule.exports = arraySome;\n","/**\n * Checks if a `cache` value for `key` exists.\n *\n * @private\n * @param {Object} cache The cache to query.\n * @param {string} key The key of the entry to check.\n * @returns {boolean} Returns `true` if an entry for `key` exists, else `false`.\n */\nfunction cacheHas(cache, key) {\n return cache.has(key);\n}\n\nmodule.exports = cacheHas;\n","var Symbol = require('./_Symbol'),\n Uint8Array = require('./_Uint8Array'),\n eq = require('./eq'),\n equalArrays = require('./_equalArrays'),\n mapToArray = require('./_mapToArray'),\n setToArray = require('./_setToArray');\n\n/** Used to compose bitmasks for value comparisons. */\nvar COMPARE_PARTIAL_FLAG = 1,\n COMPARE_UNORDERED_FLAG = 2;\n\n/** `Object#toString` result references. */\nvar boolTag = '[object Boolean]',\n dateTag = '[object Date]',\n errorTag = '[object Error]',\n mapTag = '[object Map]',\n numberTag = '[object Number]',\n regexpTag = '[object RegExp]',\n setTag = '[object Set]',\n stringTag = '[object String]',\n symbolTag = '[object Symbol]';\n\nvar arrayBufferTag = '[object ArrayBuffer]',\n dataViewTag = '[object DataView]';\n\n/** Used to convert symbols to primitives and strings. */\nvar symbolProto = Symbol ? Symbol.prototype : undefined,\n symbolValueOf = symbolProto ? symbolProto.valueOf : undefined;\n\n/**\n * A specialized version of `baseIsEqualDeep` for comparing objects of\n * the same `toStringTag`.\n *\n * **Note:** This function only supports comparing values with tags of\n * `Boolean`, `Date`, `Error`, `Number`, `RegExp`, or `String`.\n *\n * @private\n * @param {Object} object The object to compare.\n * @param {Object} other The other object to compare.\n * @param {string} tag The `toStringTag` of the objects to compare.\n * @param {number} bitmask The bitmask flags. See `baseIsEqual` for more details.\n * @param {Function} customizer The function to customize comparisons.\n * @param {Function} equalFunc The function to determine equivalents of values.\n * @param {Object} stack Tracks traversed `object` and `other` objects.\n * @returns {boolean} Returns `true` if the objects are equivalent, else `false`.\n */\nfunction equalByTag(object, other, tag, bitmask, customizer, equalFunc, stack) {\n switch (tag) {\n case dataViewTag:\n if ((object.byteLength != other.byteLength) ||\n (object.byteOffset != other.byteOffset)) {\n return false;\n }\n object = object.buffer;\n other = other.buffer;\n\n case arrayBufferTag:\n if ((object.byteLength != other.byteLength) ||\n !equalFunc(new Uint8Array(object), new Uint8Array(other))) {\n return false;\n }\n return true;\n\n case boolTag:\n case dateTag:\n case numberTag:\n // Coerce booleans to `1` or `0` and dates to milliseconds.\n // Invalid dates are coerced to `NaN`.\n return eq(+object, +other);\n\n case errorTag:\n return object.name == other.name && object.message == other.message;\n\n case regexpTag:\n case stringTag:\n // Coerce regexes to strings and treat strings, primitives and objects,\n // as equal. See http://www.ecma-international.org/ecma-262/7.0/#sec-regexp.prototype.tostring\n // for more details.\n return object == (other + '');\n\n case mapTag:\n var convert = mapToArray;\n\n case setTag:\n var isPartial = bitmask & COMPARE_PARTIAL_FLAG;\n convert || (convert = setToArray);\n\n if (object.size != other.size && !isPartial) {\n return false;\n }\n // Assume cyclic values are equal.\n var stacked = stack.get(object);\n if (stacked) {\n return stacked == other;\n }\n bitmask |= COMPARE_UNORDERED_FLAG;\n\n // Recursively compare objects (susceptible to call stack limits).\n stack.set(object, other);\n var result = equalArrays(convert(object), convert(other), bitmask, customizer, equalFunc, stack);\n stack['delete'](object);\n return result;\n\n case symbolTag:\n if (symbolValueOf) {\n return symbolValueOf.call(object) == symbolValueOf.call(other);\n }\n }\n return false;\n}\n\nmodule.exports = equalByTag;\n","/**\n * Converts `map` to its key-value pairs.\n *\n * @private\n * @param {Object} map The map to convert.\n * @returns {Array} Returns the key-value pairs.\n */\nfunction mapToArray(map) {\n var index = -1,\n result = Array(map.size);\n\n map.forEach(function(value, key) {\n result[++index] = [key, value];\n });\n return result;\n}\n\nmodule.exports = mapToArray;\n","/**\n * Converts `set` to an array of its values.\n *\n * @private\n * @param {Object} set The set to convert.\n * @returns {Array} Returns the values.\n */\nfunction setToArray(set) {\n var index = -1,\n result = Array(set.size);\n\n set.forEach(function(value) {\n result[++index] = value;\n });\n return result;\n}\n\nmodule.exports = setToArray;\n","var getAllKeys = require('./_getAllKeys');\n\n/** Used to compose bitmasks for value comparisons. */\nvar COMPARE_PARTIAL_FLAG = 1;\n\n/** Used for built-in method references. */\nvar objectProto = Object.prototype;\n\n/** Used to check objects for own properties. */\nvar hasOwnProperty = objectProto.hasOwnProperty;\n\n/**\n * A specialized version of `baseIsEqualDeep` for objects with support for\n * partial deep comparisons.\n *\n * @private\n * @param {Object} object The object to compare.\n * @param {Object} other The other object to compare.\n * @param {number} bitmask The bitmask flags. See `baseIsEqual` for more details.\n * @param {Function} customizer The function to customize comparisons.\n * @param {Function} equalFunc The function to determine equivalents of values.\n * @param {Object} stack Tracks traversed `object` and `other` objects.\n * @returns {boolean} Returns `true` if the objects are equivalent, else `false`.\n */\nfunction equalObjects(object, other, bitmask, customizer, equalFunc, stack) {\n var isPartial = bitmask & COMPARE_PARTIAL_FLAG,\n objProps = getAllKeys(object),\n objLength = objProps.length,\n othProps = getAllKeys(other),\n othLength = othProps.length;\n\n if (objLength != othLength && !isPartial) {\n return false;\n }\n var index = objLength;\n while (index--) {\n var key = objProps[index];\n if (!(isPartial ? key in other : hasOwnProperty.call(other, key))) {\n return false;\n }\n }\n // Check that cyclic values are equal.\n var objStacked = stack.get(object);\n var othStacked = stack.get(other);\n if (objStacked && othStacked) {\n return objStacked == other && othStacked == object;\n }\n var result = true;\n stack.set(object, other);\n stack.set(other, object);\n\n var skipCtor = isPartial;\n while (++index < objLength) {\n key = objProps[index];\n var objValue = object[key],\n othValue = other[key];\n\n if (customizer) {\n var compared = isPartial\n ? customizer(othValue, objValue, key, other, object, stack)\n : customizer(objValue, othValue, key, object, other, stack);\n }\n // Recursively compare objects (susceptible to call stack limits).\n if (!(compared === undefined\n ? (objValue === othValue || equalFunc(objValue, othValue, bitmask, customizer, stack))\n : compared\n )) {\n result = false;\n break;\n }\n skipCtor || (skipCtor = key == 'constructor');\n }\n if (result && !skipCtor) {\n var objCtor = object.constructor,\n othCtor = other.constructor;\n\n // Non `Object` object instances with different constructors are not equal.\n if (objCtor != othCtor &&\n ('constructor' in object && 'constructor' in other) &&\n !(typeof objCtor == 'function' && objCtor instanceof objCtor &&\n typeof othCtor == 'function' && othCtor instanceof othCtor)) {\n result = false;\n }\n }\n stack['delete'](object);\n stack['delete'](other);\n return result;\n}\n\nmodule.exports = equalObjects;\n","var isObject = require('./isObject');\n\n/**\n * Checks if `value` is suitable for strict equality comparisons, i.e. `===`.\n *\n * @private\n * @param {*} value The value to check.\n * @returns {boolean} Returns `true` if `value` if suitable for strict\n * equality comparisons, else `false`.\n */\nfunction isStrictComparable(value) {\n return value === value && !isObject(value);\n}\n\nmodule.exports = isStrictComparable;\n","/**\n * A specialized version of `matchesProperty` for source values suitable\n * for strict equality comparisons, i.e. `===`.\n *\n * @private\n * @param {string} key The key of the property to get.\n * @param {*} srcValue The value to match.\n * @returns {Function} Returns the new spec function.\n */\nfunction matchesStrictComparable(key, srcValue) {\n return function(object) {\n if (object == null) {\n return false;\n }\n return object[key] === srcValue &&\n (srcValue !== undefined || (key in Object(object)));\n };\n}\n\nmodule.exports = matchesStrictComparable;\n","var castPath = require('./_castPath'),\n toKey = require('./_toKey');\n\n/**\n * The base implementation of `_.get` without support for default values.\n *\n * @private\n * @param {Object} object The object to query.\n * @param {Array|string} path The path of the property to get.\n * @returns {*} Returns the resolved value.\n */\nfunction baseGet(object, path) {\n path = castPath(path, object);\n\n var index = 0,\n length = path.length;\n\n while (object != null && index < length) {\n object = object[toKey(path[index++])];\n }\n return (index && index == length) ? object : undefined;\n}\n\nmodule.exports = baseGet;\n","var isArray = require('./isArray'),\n isKey = require('./_isKey'),\n stringToPath = require('./_stringToPath'),\n toString = require('./toString');\n\n/**\n * Casts `value` to a path array if it's not one.\n *\n * @private\n * @param {*} value The value to inspect.\n * @param {Object} [object] The object to query keys on.\n * @returns {Array} Returns the cast property path array.\n */\nfunction castPath(value, object) {\n if (isArray(value)) {\n return value;\n }\n return isKey(value, object) ? [value] : stringToPath(toString(value));\n}\n\nmodule.exports = castPath;\n","var memoizeCapped = require('./_memoizeCapped');\n\n/** Used to match property names within property paths. */\nvar rePropName = /[^.[\\]]+|\\[(?:(-?\\d+(?:\\.\\d+)?)|([\"'])((?:(?!\\2)[^\\\\]|\\\\.)*?)\\2)\\]|(?=(?:\\.|\\[\\])(?:\\.|\\[\\]|$))/g;\n\n/** Used to match backslashes in property paths. */\nvar reEscapeChar = /\\\\(\\\\)?/g;\n\n/**\n * Converts `string` to a property path array.\n *\n * @private\n * @param {string} string The string to convert.\n * @returns {Array} Returns the property path array.\n */\nvar stringToPath = memoizeCapped(function(string) {\n var result = [];\n if (string.charCodeAt(0) === 46 /* . */) {\n result.push('');\n }\n string.replace(rePropName, function(match, number, quote, subString) {\n result.push(quote ? subString.replace(reEscapeChar, '$1') : (number || match));\n });\n return result;\n});\n\nmodule.exports = stringToPath;\n","var baseToString = require('./_baseToString');\n\n/**\n * Converts `value` to a string. An empty string is returned for `null`\n * and `undefined` values. The sign of `-0` is preserved.\n *\n * @static\n * @memberOf _\n * @since 4.0.0\n * @category Lang\n * @param {*} value The value to convert.\n * @returns {string} Returns the converted string.\n * @example\n *\n * _.toString(null);\n * // => ''\n *\n * _.toString(-0);\n * // => '-0'\n *\n * _.toString([1, 2, 3]);\n * // => '1,2,3'\n */\nfunction toString(value) {\n return value == null ? '' : baseToString(value);\n}\n\nmodule.exports = toString;\n","/**\n * A specialized version of `_.map` for arrays without support for iteratee\n * shorthands.\n *\n * @private\n * @param {Array} [array] The array to iterate over.\n * @param {Function} iteratee The function invoked per iteration.\n * @returns {Array} Returns the new mapped array.\n */\nfunction arrayMap(array, iteratee) {\n var index = -1,\n length = array == null ? 0 : array.length,\n result = Array(length);\n\n while (++index < length) {\n result[index] = iteratee(array[index], index, array);\n }\n return result;\n}\n\nmodule.exports = arrayMap;\n","var apply = require('./_apply');\n\n/* Built-in method references for those with the same name as other `lodash` methods. */\nvar nativeMax = Math.max;\n\n/**\n * A specialized version of `baseRest` which transforms the rest array.\n *\n * @private\n * @param {Function} func The function to apply a rest parameter to.\n * @param {number} [start=func.length-1] The start position of the rest parameter.\n * @param {Function} transform The rest array transform.\n * @returns {Function} Returns the new function.\n */\nfunction overRest(func, start, transform) {\n start = nativeMax(start === undefined ? (func.length - 1) : start, 0);\n return function() {\n var args = arguments,\n index = -1,\n length = nativeMax(args.length - start, 0),\n array = Array(length);\n\n while (++index < length) {\n array[index] = args[start + index];\n }\n index = -1;\n var otherArgs = Array(start + 1);\n while (++index < start) {\n otherArgs[index] = args[index];\n }\n otherArgs[start] = transform(array);\n return apply(func, this, otherArgs);\n };\n}\n\nmodule.exports = overRest;\n","//! moment.js locale configuration\n//! locale : Afrikaans [af]\n//! author : Werner Mollentze : https://github.com/wernerm\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n //! moment.js locale configuration\n\n var af = moment.defineLocale('af', {\n months: 'Januarie_Februarie_Maart_April_Mei_Junie_Julie_Augustus_September_Oktober_November_Desember'.split(\n '_'\n ),\n monthsShort: 'Jan_Feb_Mrt_Apr_Mei_Jun_Jul_Aug_Sep_Okt_Nov_Des'.split('_'),\n weekdays: 'Sondag_Maandag_Dinsdag_Woensdag_Donderdag_Vrydag_Saterdag'.split(\n '_'\n ),\n weekdaysShort: 'Son_Maa_Din_Woe_Don_Vry_Sat'.split('_'),\n weekdaysMin: 'So_Ma_Di_Wo_Do_Vr_Sa'.split('_'),\n meridiemParse: /vm|nm/i,\n isPM: function (input) {\n return /^nm$/i.test(input);\n },\n meridiem: function (hours, minutes, isLower) {\n if (hours < 12) {\n return isLower ? 'vm' : 'VM';\n } else {\n return isLower ? 'nm' : 'NM';\n }\n },\n longDateFormat: {\n LT: 'HH:mm',\n LTS: 'HH:mm:ss',\n L: 'DD/MM/YYYY',\n LL: 'D MMMM YYYY',\n LLL: 'D MMMM YYYY HH:mm',\n LLLL: 'dddd, D MMMM YYYY HH:mm',\n },\n calendar: {\n sameDay: '[Vandag om] LT',\n nextDay: '[Môre om] LT',\n nextWeek: 'dddd [om] LT',\n lastDay: '[Gister om] LT',\n lastWeek: '[Laas] dddd [om] LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: 'oor %s',\n past: '%s gelede',\n s: \"'n paar sekondes\",\n ss: '%d sekondes',\n m: \"'n minuut\",\n mm: '%d minute',\n h: \"'n uur\",\n hh: '%d ure',\n d: \"'n dag\",\n dd: '%d dae',\n M: \"'n maand\",\n MM: '%d maande',\n y: \"'n jaar\",\n yy: '%d jaar',\n },\n dayOfMonthOrdinalParse: /\\d{1,2}(ste|de)/,\n ordinal: function (number) {\n return (\n number +\n (number === 1 || number === 8 || number >= 20 ? 'ste' : 'de')\n ); // Thanks to Joris Röling : https://github.com/jjupiter\n },\n week: {\n dow: 1, // Maandag is die eerste dag van die week.\n doy: 4, // Die week wat die 4de Januarie bevat is die eerste week van die jaar.\n },\n });\n\n return af;\n\n})));\n","//! moment.js locale configuration\n//! locale : Arabic [ar]\n//! author : Abdel Said: https://github.com/abdelsaid\n//! author : Ahmed Elkhatib\n//! author : forabi https://github.com/forabi\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n //! moment.js locale configuration\n\n var symbolMap = {\n 1: '١',\n 2: '٢',\n 3: '٣',\n 4: '٤',\n 5: '٥',\n 6: '٦',\n 7: '٧',\n 8: '٨',\n 9: '٩',\n 0: '٠',\n },\n numberMap = {\n '١': '1',\n '٢': '2',\n '٣': '3',\n '٤': '4',\n '٥': '5',\n '٦': '6',\n '٧': '7',\n '٨': '8',\n '٩': '9',\n '٠': '0',\n },\n pluralForm = function (n) {\n return n === 0\n ? 0\n : n === 1\n ? 1\n : n === 2\n ? 2\n : n % 100 >= 3 && n % 100 <= 10\n ? 3\n : n % 100 >= 11\n ? 4\n : 5;\n },\n plurals = {\n s: [\n 'أقل من ثانية',\n 'ثانية واحدة',\n ['ثانيتان', 'ثانيتين'],\n '%d ثوان',\n '%d ثانية',\n '%d ثانية',\n ],\n m: [\n 'أقل من دقيقة',\n 'دقيقة واحدة',\n ['دقيقتان', 'دقيقتين'],\n '%d دقائق',\n '%d دقيقة',\n '%d دقيقة',\n ],\n h: [\n 'أقل من ساعة',\n 'ساعة واحدة',\n ['ساعتان', 'ساعتين'],\n '%d ساعات',\n '%d ساعة',\n '%d ساعة',\n ],\n d: [\n 'أقل من يوم',\n 'يوم واحد',\n ['يومان', 'يومين'],\n '%d أيام',\n '%d يومًا',\n '%d يوم',\n ],\n M: [\n 'أقل من شهر',\n 'شهر واحد',\n ['شهران', 'شهرين'],\n '%d أشهر',\n '%d شهرا',\n '%d شهر',\n ],\n y: [\n 'أقل من عام',\n 'عام واحد',\n ['عامان', 'عامين'],\n '%d أعوام',\n '%d عامًا',\n '%d عام',\n ],\n },\n pluralize = function (u) {\n return function (number, withoutSuffix, string, isFuture) {\n var f = pluralForm(number),\n str = plurals[u][pluralForm(number)];\n if (f === 2) {\n str = str[withoutSuffix ? 0 : 1];\n }\n return str.replace(/%d/i, number);\n };\n },\n months = [\n 'يناير',\n 'فبراير',\n 'مارس',\n 'أبريل',\n 'مايو',\n 'يونيو',\n 'يوليو',\n 'أغسطس',\n 'سبتمبر',\n 'أكتوبر',\n 'نوفمبر',\n 'ديسمبر',\n ];\n\n var ar = moment.defineLocale('ar', {\n months: months,\n monthsShort: months,\n weekdays: 'الأحد_الإثنين_الثلاثاء_الأربعاء_الخميس_الجمعة_السبت'.split('_'),\n weekdaysShort: 'أحد_إثنين_ثلاثاء_أربعاء_خميس_جمعة_سبت'.split('_'),\n weekdaysMin: 'ح_ن_ث_ر_خ_ج_س'.split('_'),\n weekdaysParseExact: true,\n longDateFormat: {\n LT: 'HH:mm',\n LTS: 'HH:mm:ss',\n L: 'D/\\u200FM/\\u200FYYYY',\n LL: 'D MMMM YYYY',\n LLL: 'D MMMM YYYY HH:mm',\n LLLL: 'dddd D MMMM YYYY HH:mm',\n },\n meridiemParse: /ص|م/,\n isPM: function (input) {\n return 'م' === input;\n },\n meridiem: function (hour, minute, isLower) {\n if (hour < 12) {\n return 'ص';\n } else {\n return 'م';\n }\n },\n calendar: {\n sameDay: '[اليوم عند الساعة] LT',\n nextDay: '[غدًا عند الساعة] LT',\n nextWeek: 'dddd [عند الساعة] LT',\n lastDay: '[أمس عند الساعة] LT',\n lastWeek: 'dddd [عند الساعة] LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: 'بعد %s',\n past: 'منذ %s',\n s: pluralize('s'),\n ss: pluralize('s'),\n m: pluralize('m'),\n mm: pluralize('m'),\n h: pluralize('h'),\n hh: pluralize('h'),\n d: pluralize('d'),\n dd: pluralize('d'),\n M: pluralize('M'),\n MM: pluralize('M'),\n y: pluralize('y'),\n yy: pluralize('y'),\n },\n preparse: function (string) {\n return string\n .replace(/[١٢٣٤٥٦٧٨٩٠]/g, function (match) {\n return numberMap[match];\n })\n .replace(/،/g, ',');\n },\n postformat: function (string) {\n return string\n .replace(/\\d/g, function (match) {\n return symbolMap[match];\n })\n .replace(/,/g, '،');\n },\n week: {\n dow: 6, // Saturday is the first day of the week.\n doy: 12, // The week that contains Jan 12th is the first week of the year.\n },\n });\n\n return ar;\n\n})));\n","//! moment.js locale configuration\n//! locale : Arabic (Algeria) [ar-dz]\n//! author : Amine Roukh: https://github.com/Amine27\n//! author : Abdel Said: https://github.com/abdelsaid\n//! author : Ahmed Elkhatib\n//! author : forabi https://github.com/forabi\n//! author : Noureddine LOUAHEDJ : https://github.com/noureddinem\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n //! moment.js locale configuration\n\n var pluralForm = function (n) {\n return n === 0\n ? 0\n : n === 1\n ? 1\n : n === 2\n ? 2\n : n % 100 >= 3 && n % 100 <= 10\n ? 3\n : n % 100 >= 11\n ? 4\n : 5;\n },\n plurals = {\n s: [\n 'أقل من ثانية',\n 'ثانية واحدة',\n ['ثانيتان', 'ثانيتين'],\n '%d ثوان',\n '%d ثانية',\n '%d ثانية',\n ],\n m: [\n 'أقل من دقيقة',\n 'دقيقة واحدة',\n ['دقيقتان', 'دقيقتين'],\n '%d دقائق',\n '%d دقيقة',\n '%d دقيقة',\n ],\n h: [\n 'أقل من ساعة',\n 'ساعة واحدة',\n ['ساعتان', 'ساعتين'],\n '%d ساعات',\n '%d ساعة',\n '%d ساعة',\n ],\n d: [\n 'أقل من يوم',\n 'يوم واحد',\n ['يومان', 'يومين'],\n '%d أيام',\n '%d يومًا',\n '%d يوم',\n ],\n M: [\n 'أقل من شهر',\n 'شهر واحد',\n ['شهران', 'شهرين'],\n '%d أشهر',\n '%d شهرا',\n '%d شهر',\n ],\n y: [\n 'أقل من عام',\n 'عام واحد',\n ['عامان', 'عامين'],\n '%d أعوام',\n '%d عامًا',\n '%d عام',\n ],\n },\n pluralize = function (u) {\n return function (number, withoutSuffix, string, isFuture) {\n var f = pluralForm(number),\n str = plurals[u][pluralForm(number)];\n if (f === 2) {\n str = str[withoutSuffix ? 0 : 1];\n }\n return str.replace(/%d/i, number);\n };\n },\n months = [\n 'جانفي',\n 'فيفري',\n 'مارس',\n 'أفريل',\n 'ماي',\n 'جوان',\n 'جويلية',\n 'أوت',\n 'سبتمبر',\n 'أكتوبر',\n 'نوفمبر',\n 'ديسمبر',\n ];\n\n var arDz = moment.defineLocale('ar-dz', {\n months: months,\n monthsShort: months,\n weekdays: 'الأحد_الإثنين_الثلاثاء_الأربعاء_الخميس_الجمعة_السبت'.split('_'),\n weekdaysShort: 'أحد_إثنين_ثلاثاء_أربعاء_خميس_جمعة_سبت'.split('_'),\n weekdaysMin: 'ح_ن_ث_ر_خ_ج_س'.split('_'),\n weekdaysParseExact: true,\n longDateFormat: {\n LT: 'HH:mm',\n LTS: 'HH:mm:ss',\n L: 'D/\\u200FM/\\u200FYYYY',\n LL: 'D MMMM YYYY',\n LLL: 'D MMMM YYYY HH:mm',\n LLLL: 'dddd D MMMM YYYY HH:mm',\n },\n meridiemParse: /ص|م/,\n isPM: function (input) {\n return 'م' === input;\n },\n meridiem: function (hour, minute, isLower) {\n if (hour < 12) {\n return 'ص';\n } else {\n return 'م';\n }\n },\n calendar: {\n sameDay: '[اليوم عند الساعة] LT',\n nextDay: '[غدًا عند الساعة] LT',\n nextWeek: 'dddd [عند الساعة] LT',\n lastDay: '[أمس عند الساعة] LT',\n lastWeek: 'dddd [عند الساعة] LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: 'بعد %s',\n past: 'منذ %s',\n s: pluralize('s'),\n ss: pluralize('s'),\n m: pluralize('m'),\n mm: pluralize('m'),\n h: pluralize('h'),\n hh: pluralize('h'),\n d: pluralize('d'),\n dd: pluralize('d'),\n M: pluralize('M'),\n MM: pluralize('M'),\n y: pluralize('y'),\n yy: pluralize('y'),\n },\n postformat: function (string) {\n return string.replace(/,/g, '،');\n },\n week: {\n dow: 0, // Sunday is the first day of the week.\n doy: 4, // The week that contains Jan 4th is the first week of the year.\n },\n });\n\n return arDz;\n\n})));\n","//! moment.js locale configuration\n//! locale : Arabic (Kuwait) [ar-kw]\n//! author : Nusret Parlak: https://github.com/nusretparlak\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n //! moment.js locale configuration\n\n var arKw = moment.defineLocale('ar-kw', {\n months: 'يناير_فبراير_مارس_أبريل_ماي_يونيو_يوليوز_غشت_شتنبر_أكتوبر_نونبر_دجنبر'.split(\n '_'\n ),\n monthsShort: 'يناير_فبراير_مارس_أبريل_ماي_يونيو_يوليوز_غشت_شتنبر_أكتوبر_نونبر_دجنبر'.split(\n '_'\n ),\n weekdays: 'الأحد_الإتنين_الثلاثاء_الأربعاء_الخميس_الجمعة_السبت'.split('_'),\n weekdaysShort: 'احد_اتنين_ثلاثاء_اربعاء_خميس_جمعة_سبت'.split('_'),\n weekdaysMin: 'ح_ن_ث_ر_خ_ج_س'.split('_'),\n weekdaysParseExact: true,\n longDateFormat: {\n LT: 'HH:mm',\n LTS: 'HH:mm:ss',\n L: 'DD/MM/YYYY',\n LL: 'D MMMM YYYY',\n LLL: 'D MMMM YYYY HH:mm',\n LLLL: 'dddd D MMMM YYYY HH:mm',\n },\n calendar: {\n sameDay: '[اليوم على الساعة] LT',\n nextDay: '[غدا على الساعة] LT',\n nextWeek: 'dddd [على الساعة] LT',\n lastDay: '[أمس على الساعة] LT',\n lastWeek: 'dddd [على الساعة] LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: 'في %s',\n past: 'منذ %s',\n s: 'ثوان',\n ss: '%d ثانية',\n m: 'دقيقة',\n mm: '%d دقائق',\n h: 'ساعة',\n hh: '%d ساعات',\n d: 'يوم',\n dd: '%d أيام',\n M: 'شهر',\n MM: '%d أشهر',\n y: 'سنة',\n yy: '%d سنوات',\n },\n week: {\n dow: 0, // Sunday is the first day of the week.\n doy: 12, // The week that contains Jan 12th is the first week of the year.\n },\n });\n\n return arKw;\n\n})));\n","//! moment.js locale configuration\n//! locale : Arabic (Lybia) [ar-ly]\n//! author : Ali Hmer: https://github.com/kikoanis\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n //! moment.js locale configuration\n\n var symbolMap = {\n 1: '1',\n 2: '2',\n 3: '3',\n 4: '4',\n 5: '5',\n 6: '6',\n 7: '7',\n 8: '8',\n 9: '9',\n 0: '0',\n },\n pluralForm = function (n) {\n return n === 0\n ? 0\n : n === 1\n ? 1\n : n === 2\n ? 2\n : n % 100 >= 3 && n % 100 <= 10\n ? 3\n : n % 100 >= 11\n ? 4\n : 5;\n },\n plurals = {\n s: [\n 'أقل من ثانية',\n 'ثانية واحدة',\n ['ثانيتان', 'ثانيتين'],\n '%d ثوان',\n '%d ثانية',\n '%d ثانية',\n ],\n m: [\n 'أقل من دقيقة',\n 'دقيقة واحدة',\n ['دقيقتان', 'دقيقتين'],\n '%d دقائق',\n '%d دقيقة',\n '%d دقيقة',\n ],\n h: [\n 'أقل من ساعة',\n 'ساعة واحدة',\n ['ساعتان', 'ساعتين'],\n '%d ساعات',\n '%d ساعة',\n '%d ساعة',\n ],\n d: [\n 'أقل من يوم',\n 'يوم واحد',\n ['يومان', 'يومين'],\n '%d أيام',\n '%d يومًا',\n '%d يوم',\n ],\n M: [\n 'أقل من شهر',\n 'شهر واحد',\n ['شهران', 'شهرين'],\n '%d أشهر',\n '%d شهرا',\n '%d شهر',\n ],\n y: [\n 'أقل من عام',\n 'عام واحد',\n ['عامان', 'عامين'],\n '%d أعوام',\n '%d عامًا',\n '%d عام',\n ],\n },\n pluralize = function (u) {\n return function (number, withoutSuffix, string, isFuture) {\n var f = pluralForm(number),\n str = plurals[u][pluralForm(number)];\n if (f === 2) {\n str = str[withoutSuffix ? 0 : 1];\n }\n return str.replace(/%d/i, number);\n };\n },\n months = [\n 'يناير',\n 'فبراير',\n 'مارس',\n 'أبريل',\n 'مايو',\n 'يونيو',\n 'يوليو',\n 'أغسطس',\n 'سبتمبر',\n 'أكتوبر',\n 'نوفمبر',\n 'ديسمبر',\n ];\n\n var arLy = moment.defineLocale('ar-ly', {\n months: months,\n monthsShort: months,\n weekdays: 'الأحد_الإثنين_الثلاثاء_الأربعاء_الخميس_الجمعة_السبت'.split('_'),\n weekdaysShort: 'أحد_إثنين_ثلاثاء_أربعاء_خميس_جمعة_سبت'.split('_'),\n weekdaysMin: 'ح_ن_ث_ر_خ_ج_س'.split('_'),\n weekdaysParseExact: true,\n longDateFormat: {\n LT: 'HH:mm',\n LTS: 'HH:mm:ss',\n L: 'D/\\u200FM/\\u200FYYYY',\n LL: 'D MMMM YYYY',\n LLL: 'D MMMM YYYY HH:mm',\n LLLL: 'dddd D MMMM YYYY HH:mm',\n },\n meridiemParse: /ص|م/,\n isPM: function (input) {\n return 'م' === input;\n },\n meridiem: function (hour, minute, isLower) {\n if (hour < 12) {\n return 'ص';\n } else {\n return 'م';\n }\n },\n calendar: {\n sameDay: '[اليوم عند الساعة] LT',\n nextDay: '[غدًا عند الساعة] LT',\n nextWeek: 'dddd [عند الساعة] LT',\n lastDay: '[أمس عند الساعة] LT',\n lastWeek: 'dddd [عند الساعة] LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: 'بعد %s',\n past: 'منذ %s',\n s: pluralize('s'),\n ss: pluralize('s'),\n m: pluralize('m'),\n mm: pluralize('m'),\n h: pluralize('h'),\n hh: pluralize('h'),\n d: pluralize('d'),\n dd: pluralize('d'),\n M: pluralize('M'),\n MM: pluralize('M'),\n y: pluralize('y'),\n yy: pluralize('y'),\n },\n preparse: function (string) {\n return string.replace(/،/g, ',');\n },\n postformat: function (string) {\n return string\n .replace(/\\d/g, function (match) {\n return symbolMap[match];\n })\n .replace(/,/g, '،');\n },\n week: {\n dow: 6, // Saturday is the first day of the week.\n doy: 12, // The week that contains Jan 12th is the first week of the year.\n },\n });\n\n return arLy;\n\n})));\n","//! moment.js locale configuration\n//! locale : Arabic (Morocco) [ar-ma]\n//! author : ElFadili Yassine : https://github.com/ElFadiliY\n//! author : Abdel Said : https://github.com/abdelsaid\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n //! moment.js locale configuration\n\n var arMa = moment.defineLocale('ar-ma', {\n months: 'يناير_فبراير_مارس_أبريل_ماي_يونيو_يوليوز_غشت_شتنبر_أكتوبر_نونبر_دجنبر'.split(\n '_'\n ),\n monthsShort: 'يناير_فبراير_مارس_أبريل_ماي_يونيو_يوليوز_غشت_شتنبر_أكتوبر_نونبر_دجنبر'.split(\n '_'\n ),\n weekdays: 'الأحد_الإثنين_الثلاثاء_الأربعاء_الخميس_الجمعة_السبت'.split('_'),\n weekdaysShort: 'احد_اثنين_ثلاثاء_اربعاء_خميس_جمعة_سبت'.split('_'),\n weekdaysMin: 'ح_ن_ث_ر_خ_ج_س'.split('_'),\n weekdaysParseExact: true,\n longDateFormat: {\n LT: 'HH:mm',\n LTS: 'HH:mm:ss',\n L: 'DD/MM/YYYY',\n LL: 'D MMMM YYYY',\n LLL: 'D MMMM YYYY HH:mm',\n LLLL: 'dddd D MMMM YYYY HH:mm',\n },\n calendar: {\n sameDay: '[اليوم على الساعة] LT',\n nextDay: '[غدا على الساعة] LT',\n nextWeek: 'dddd [على الساعة] LT',\n lastDay: '[أمس على الساعة] LT',\n lastWeek: 'dddd [على الساعة] LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: 'في %s',\n past: 'منذ %s',\n s: 'ثوان',\n ss: '%d ثانية',\n m: 'دقيقة',\n mm: '%d دقائق',\n h: 'ساعة',\n hh: '%d ساعات',\n d: 'يوم',\n dd: '%d أيام',\n M: 'شهر',\n MM: '%d أشهر',\n y: 'سنة',\n yy: '%d سنوات',\n },\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 4, // The week that contains Jan 4th is the first week of the year.\n },\n });\n\n return arMa;\n\n})));\n","//! moment.js locale configuration\n//! locale : Arabic (Saudi Arabia) [ar-sa]\n//! author : Suhail Alkowaileet : https://github.com/xsoh\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n //! moment.js locale configuration\n\n var symbolMap = {\n 1: '١',\n 2: '٢',\n 3: '٣',\n 4: '٤',\n 5: '٥',\n 6: '٦',\n 7: '٧',\n 8: '٨',\n 9: '٩',\n 0: '٠',\n },\n numberMap = {\n '١': '1',\n '٢': '2',\n '٣': '3',\n '٤': '4',\n '٥': '5',\n '٦': '6',\n '٧': '7',\n '٨': '8',\n '٩': '9',\n '٠': '0',\n };\n\n var arSa = moment.defineLocale('ar-sa', {\n months: 'يناير_فبراير_مارس_أبريل_مايو_يونيو_يوليو_أغسطس_سبتمبر_أكتوبر_نوفمبر_ديسمبر'.split(\n '_'\n ),\n monthsShort: 'يناير_فبراير_مارس_أبريل_مايو_يونيو_يوليو_أغسطس_سبتمبر_أكتوبر_نوفمبر_ديسمبر'.split(\n '_'\n ),\n weekdays: 'الأحد_الإثنين_الثلاثاء_الأربعاء_الخميس_الجمعة_السبت'.split('_'),\n weekdaysShort: 'أحد_إثنين_ثلاثاء_أربعاء_خميس_جمعة_سبت'.split('_'),\n weekdaysMin: 'ح_ن_ث_ر_خ_ج_س'.split('_'),\n weekdaysParseExact: true,\n longDateFormat: {\n LT: 'HH:mm',\n LTS: 'HH:mm:ss',\n L: 'DD/MM/YYYY',\n LL: 'D MMMM YYYY',\n LLL: 'D MMMM YYYY HH:mm',\n LLLL: 'dddd D MMMM YYYY HH:mm',\n },\n meridiemParse: /ص|م/,\n isPM: function (input) {\n return 'م' === input;\n },\n meridiem: function (hour, minute, isLower) {\n if (hour < 12) {\n return 'ص';\n } else {\n return 'م';\n }\n },\n calendar: {\n sameDay: '[اليوم على الساعة] LT',\n nextDay: '[غدا على الساعة] LT',\n nextWeek: 'dddd [على الساعة] LT',\n lastDay: '[أمس على الساعة] LT',\n lastWeek: 'dddd [على الساعة] LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: 'في %s',\n past: 'منذ %s',\n s: 'ثوان',\n ss: '%d ثانية',\n m: 'دقيقة',\n mm: '%d دقائق',\n h: 'ساعة',\n hh: '%d ساعات',\n d: 'يوم',\n dd: '%d أيام',\n M: 'شهر',\n MM: '%d أشهر',\n y: 'سنة',\n yy: '%d سنوات',\n },\n preparse: function (string) {\n return string\n .replace(/[١٢٣٤٥٦٧٨٩٠]/g, function (match) {\n return numberMap[match];\n })\n .replace(/،/g, ',');\n },\n postformat: function (string) {\n return string\n .replace(/\\d/g, function (match) {\n return symbolMap[match];\n })\n .replace(/,/g, '،');\n },\n week: {\n dow: 0, // Sunday is the first day of the week.\n doy: 6, // The week that contains Jan 6th is the first week of the year.\n },\n });\n\n return arSa;\n\n})));\n","//! moment.js locale configuration\n//! locale : Arabic (Tunisia) [ar-tn]\n//! author : Nader Toukabri : https://github.com/naderio\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n //! moment.js locale configuration\n\n var arTn = moment.defineLocale('ar-tn', {\n months: 'جانفي_فيفري_مارس_أفريل_ماي_جوان_جويلية_أوت_سبتمبر_أكتوبر_نوفمبر_ديسمبر'.split(\n '_'\n ),\n monthsShort: 'جانفي_فيفري_مارس_أفريل_ماي_جوان_جويلية_أوت_سبتمبر_أكتوبر_نوفمبر_ديسمبر'.split(\n '_'\n ),\n weekdays: 'الأحد_الإثنين_الثلاثاء_الأربعاء_الخميس_الجمعة_السبت'.split('_'),\n weekdaysShort: 'أحد_إثنين_ثلاثاء_أربعاء_خميس_جمعة_سبت'.split('_'),\n weekdaysMin: 'ح_ن_ث_ر_خ_ج_س'.split('_'),\n weekdaysParseExact: true,\n longDateFormat: {\n LT: 'HH:mm',\n LTS: 'HH:mm:ss',\n L: 'DD/MM/YYYY',\n LL: 'D MMMM YYYY',\n LLL: 'D MMMM YYYY HH:mm',\n LLLL: 'dddd D MMMM YYYY HH:mm',\n },\n calendar: {\n sameDay: '[اليوم على الساعة] LT',\n nextDay: '[غدا على الساعة] LT',\n nextWeek: 'dddd [على الساعة] LT',\n lastDay: '[أمس على الساعة] LT',\n lastWeek: 'dddd [على الساعة] LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: 'في %s',\n past: 'منذ %s',\n s: 'ثوان',\n ss: '%d ثانية',\n m: 'دقيقة',\n mm: '%d دقائق',\n h: 'ساعة',\n hh: '%d ساعات',\n d: 'يوم',\n dd: '%d أيام',\n M: 'شهر',\n MM: '%d أشهر',\n y: 'سنة',\n yy: '%d سنوات',\n },\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 4, // The week that contains Jan 4th is the first week of the year.\n },\n });\n\n return arTn;\n\n})));\n","//! moment.js locale configuration\n//! locale : Azerbaijani [az]\n//! author : topchiyev : https://github.com/topchiyev\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n //! moment.js locale configuration\n\n var suffixes = {\n 1: '-inci',\n 5: '-inci',\n 8: '-inci',\n 70: '-inci',\n 80: '-inci',\n 2: '-nci',\n 7: '-nci',\n 20: '-nci',\n 50: '-nci',\n 3: '-üncü',\n 4: '-üncü',\n 100: '-üncü',\n 6: '-ncı',\n 9: '-uncu',\n 10: '-uncu',\n 30: '-uncu',\n 60: '-ıncı',\n 90: '-ıncı',\n };\n\n var az = moment.defineLocale('az', {\n months: 'yanvar_fevral_mart_aprel_may_iyun_iyul_avqust_sentyabr_oktyabr_noyabr_dekabr'.split(\n '_'\n ),\n monthsShort: 'yan_fev_mar_apr_may_iyn_iyl_avq_sen_okt_noy_dek'.split('_'),\n weekdays: 'Bazar_Bazar ertəsi_Çərşənbə axşamı_Çərşənbə_Cümə axşamı_Cümə_Şənbə'.split(\n '_'\n ),\n weekdaysShort: 'Baz_BzE_ÇAx_Çər_CAx_Cüm_Şən'.split('_'),\n weekdaysMin: 'Bz_BE_ÇA_Çə_CA_Cü_Şə'.split('_'),\n weekdaysParseExact: true,\n longDateFormat: {\n LT: 'HH:mm',\n LTS: 'HH:mm:ss',\n L: 'DD.MM.YYYY',\n LL: 'D MMMM YYYY',\n LLL: 'D MMMM YYYY HH:mm',\n LLLL: 'dddd, D MMMM YYYY HH:mm',\n },\n calendar: {\n sameDay: '[bugün saat] LT',\n nextDay: '[sabah saat] LT',\n nextWeek: '[gələn həftə] dddd [saat] LT',\n lastDay: '[dünən] LT',\n lastWeek: '[keçən həftə] dddd [saat] LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: '%s sonra',\n past: '%s əvvəl',\n s: 'bir neçə saniyə',\n ss: '%d saniyə',\n m: 'bir dəqiqə',\n mm: '%d dəqiqə',\n h: 'bir saat',\n hh: '%d saat',\n d: 'bir gün',\n dd: '%d gün',\n M: 'bir ay',\n MM: '%d ay',\n y: 'bir il',\n yy: '%d il',\n },\n meridiemParse: /gecə|səhər|gündüz|axşam/,\n isPM: function (input) {\n return /^(gündüz|axşam)$/.test(input);\n },\n meridiem: function (hour, minute, isLower) {\n if (hour < 4) {\n return 'gecə';\n } else if (hour < 12) {\n return 'səhər';\n } else if (hour < 17) {\n return 'gündüz';\n } else {\n return 'axşam';\n }\n },\n dayOfMonthOrdinalParse: /\\d{1,2}-(ıncı|inci|nci|üncü|ncı|uncu)/,\n ordinal: function (number) {\n if (number === 0) {\n // special case for zero\n return number + '-ıncı';\n }\n var a = number % 10,\n b = (number % 100) - a,\n c = number >= 100 ? 100 : null;\n return number + (suffixes[a] || suffixes[b] || suffixes[c]);\n },\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 7, // The week that contains Jan 7th is the first week of the year.\n },\n });\n\n return az;\n\n})));\n","//! moment.js locale configuration\n//! locale : Belarusian [be]\n//! author : Dmitry Demidov : https://github.com/demidov91\n//! author: Praleska: http://praleska.pro/\n//! Author : Menelion Elensúle : https://github.com/Oire\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n //! moment.js locale configuration\n\n function plural(word, num) {\n var forms = word.split('_');\n return num % 10 === 1 && num % 100 !== 11\n ? forms[0]\n : num % 10 >= 2 && num % 10 <= 4 && (num % 100 < 10 || num % 100 >= 20)\n ? forms[1]\n : forms[2];\n }\n function relativeTimeWithPlural(number, withoutSuffix, key) {\n var format = {\n ss: withoutSuffix ? 'секунда_секунды_секунд' : 'секунду_секунды_секунд',\n mm: withoutSuffix ? 'хвіліна_хвіліны_хвілін' : 'хвіліну_хвіліны_хвілін',\n hh: withoutSuffix ? 'гадзіна_гадзіны_гадзін' : 'гадзіну_гадзіны_гадзін',\n dd: 'дзень_дні_дзён',\n MM: 'месяц_месяцы_месяцаў',\n yy: 'год_гады_гадоў',\n };\n if (key === 'm') {\n return withoutSuffix ? 'хвіліна' : 'хвіліну';\n } else if (key === 'h') {\n return withoutSuffix ? 'гадзіна' : 'гадзіну';\n } else {\n return number + ' ' + plural(format[key], +number);\n }\n }\n\n var be = moment.defineLocale('be', {\n months: {\n format: 'студзеня_лютага_сакавіка_красавіка_траўня_чэрвеня_ліпеня_жніўня_верасня_кастрычніка_лістапада_снежня'.split(\n '_'\n ),\n standalone: 'студзень_люты_сакавік_красавік_травень_чэрвень_ліпень_жнівень_верасень_кастрычнік_лістапад_снежань'.split(\n '_'\n ),\n },\n monthsShort: 'студ_лют_сак_крас_трав_чэрв_ліп_жнів_вер_каст_ліст_снеж'.split(\n '_'\n ),\n weekdays: {\n format: 'нядзелю_панядзелак_аўторак_сераду_чацвер_пятніцу_суботу'.split(\n '_'\n ),\n standalone: 'нядзеля_панядзелак_аўторак_серада_чацвер_пятніца_субота'.split(\n '_'\n ),\n isFormat: /\\[ ?[Ууў] ?(?:мінулую|наступную)? ?\\] ?dddd/,\n },\n weekdaysShort: 'нд_пн_ат_ср_чц_пт_сб'.split('_'),\n weekdaysMin: 'нд_пн_ат_ср_чц_пт_сб'.split('_'),\n longDateFormat: {\n LT: 'HH:mm',\n LTS: 'HH:mm:ss',\n L: 'DD.MM.YYYY',\n LL: 'D MMMM YYYY г.',\n LLL: 'D MMMM YYYY г., HH:mm',\n LLLL: 'dddd, D MMMM YYYY г., HH:mm',\n },\n calendar: {\n sameDay: '[Сёння ў] LT',\n nextDay: '[Заўтра ў] LT',\n lastDay: '[Учора ў] LT',\n nextWeek: function () {\n return '[У] dddd [ў] LT';\n },\n lastWeek: function () {\n switch (this.day()) {\n case 0:\n case 3:\n case 5:\n case 6:\n return '[У мінулую] dddd [ў] LT';\n case 1:\n case 2:\n case 4:\n return '[У мінулы] dddd [ў] LT';\n }\n },\n sameElse: 'L',\n },\n relativeTime: {\n future: 'праз %s',\n past: '%s таму',\n s: 'некалькі секунд',\n m: relativeTimeWithPlural,\n mm: relativeTimeWithPlural,\n h: relativeTimeWithPlural,\n hh: relativeTimeWithPlural,\n d: 'дзень',\n dd: relativeTimeWithPlural,\n M: 'месяц',\n MM: relativeTimeWithPlural,\n y: 'год',\n yy: relativeTimeWithPlural,\n },\n meridiemParse: /ночы|раніцы|дня|вечара/,\n isPM: function (input) {\n return /^(дня|вечара)$/.test(input);\n },\n meridiem: function (hour, minute, isLower) {\n if (hour < 4) {\n return 'ночы';\n } else if (hour < 12) {\n return 'раніцы';\n } else if (hour < 17) {\n return 'дня';\n } else {\n return 'вечара';\n }\n },\n dayOfMonthOrdinalParse: /\\d{1,2}-(і|ы|га)/,\n ordinal: function (number, period) {\n switch (period) {\n case 'M':\n case 'd':\n case 'DDD':\n case 'w':\n case 'W':\n return (number % 10 === 2 || number % 10 === 3) &&\n number % 100 !== 12 &&\n number % 100 !== 13\n ? number + '-і'\n : number + '-ы';\n case 'D':\n return number + '-га';\n default:\n return number;\n }\n },\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 7, // The week that contains Jan 7th is the first week of the year.\n },\n });\n\n return be;\n\n})));\n","//! moment.js locale configuration\n//! locale : Bulgarian [bg]\n//! author : Krasen Borisov : https://github.com/kraz\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n //! moment.js locale configuration\n\n var bg = moment.defineLocale('bg', {\n months: 'януари_февруари_март_април_май_юни_юли_август_септември_октомври_ноември_декември'.split(\n '_'\n ),\n monthsShort: 'яну_фев_мар_апр_май_юни_юли_авг_сеп_окт_ное_дек'.split('_'),\n weekdays: 'неделя_понеделник_вторник_сряда_четвъртък_петък_събота'.split(\n '_'\n ),\n weekdaysShort: 'нед_пон_вто_сря_чет_пет_съб'.split('_'),\n weekdaysMin: 'нд_пн_вт_ср_чт_пт_сб'.split('_'),\n longDateFormat: {\n LT: 'H:mm',\n LTS: 'H:mm:ss',\n L: 'D.MM.YYYY',\n LL: 'D MMMM YYYY',\n LLL: 'D MMMM YYYY H:mm',\n LLLL: 'dddd, D MMMM YYYY H:mm',\n },\n calendar: {\n sameDay: '[Днес в] LT',\n nextDay: '[Утре в] LT',\n nextWeek: 'dddd [в] LT',\n lastDay: '[Вчера в] LT',\n lastWeek: function () {\n switch (this.day()) {\n case 0:\n case 3:\n case 6:\n return '[Миналата] dddd [в] LT';\n case 1:\n case 2:\n case 4:\n case 5:\n return '[Миналия] dddd [в] LT';\n }\n },\n sameElse: 'L',\n },\n relativeTime: {\n future: 'след %s',\n past: 'преди %s',\n s: 'няколко секунди',\n ss: '%d секунди',\n m: 'минута',\n mm: '%d минути',\n h: 'час',\n hh: '%d часа',\n d: 'ден',\n dd: '%d дена',\n w: 'седмица',\n ww: '%d седмици',\n M: 'месец',\n MM: '%d месеца',\n y: 'година',\n yy: '%d години',\n },\n dayOfMonthOrdinalParse: /\\d{1,2}-(ев|ен|ти|ви|ри|ми)/,\n ordinal: function (number) {\n var lastDigit = number % 10,\n last2Digits = number % 100;\n if (number === 0) {\n return number + '-ев';\n } else if (last2Digits === 0) {\n return number + '-ен';\n } else if (last2Digits > 10 && last2Digits < 20) {\n return number + '-ти';\n } else if (lastDigit === 1) {\n return number + '-ви';\n } else if (lastDigit === 2) {\n return number + '-ри';\n } else if (lastDigit === 7 || lastDigit === 8) {\n return number + '-ми';\n } else {\n return number + '-ти';\n }\n },\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 7, // The week that contains Jan 7th is the first week of the year.\n },\n });\n\n return bg;\n\n})));\n","//! moment.js locale configuration\n//! locale : Bambara [bm]\n//! author : Estelle Comment : https://github.com/estellecomment\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n //! moment.js locale configuration\n\n var bm = moment.defineLocale('bm', {\n months: 'Zanwuyekalo_Fewuruyekalo_Marisikalo_Awirilikalo_Mɛkalo_Zuwɛnkalo_Zuluyekalo_Utikalo_Sɛtanburukalo_ɔkutɔburukalo_Nowanburukalo_Desanburukalo'.split(\n '_'\n ),\n monthsShort: 'Zan_Few_Mar_Awi_Mɛ_Zuw_Zul_Uti_Sɛt_ɔku_Now_Des'.split('_'),\n weekdays: 'Kari_Ntɛnɛn_Tarata_Araba_Alamisa_Juma_Sibiri'.split('_'),\n weekdaysShort: 'Kar_Ntɛ_Tar_Ara_Ala_Jum_Sib'.split('_'),\n weekdaysMin: 'Ka_Nt_Ta_Ar_Al_Ju_Si'.split('_'),\n longDateFormat: {\n LT: 'HH:mm',\n LTS: 'HH:mm:ss',\n L: 'DD/MM/YYYY',\n LL: 'MMMM [tile] D [san] YYYY',\n LLL: 'MMMM [tile] D [san] YYYY [lɛrɛ] HH:mm',\n LLLL: 'dddd MMMM [tile] D [san] YYYY [lɛrɛ] HH:mm',\n },\n calendar: {\n sameDay: '[Bi lɛrɛ] LT',\n nextDay: '[Sini lɛrɛ] LT',\n nextWeek: 'dddd [don lɛrɛ] LT',\n lastDay: '[Kunu lɛrɛ] LT',\n lastWeek: 'dddd [tɛmɛnen lɛrɛ] LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: '%s kɔnɔ',\n past: 'a bɛ %s bɔ',\n s: 'sanga dama dama',\n ss: 'sekondi %d',\n m: 'miniti kelen',\n mm: 'miniti %d',\n h: 'lɛrɛ kelen',\n hh: 'lɛrɛ %d',\n d: 'tile kelen',\n dd: 'tile %d',\n M: 'kalo kelen',\n MM: 'kalo %d',\n y: 'san kelen',\n yy: 'san %d',\n },\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 4, // The week that contains Jan 4th is the first week of the year.\n },\n });\n\n return bm;\n\n})));\n","//! moment.js locale configuration\n//! locale : Bengali [bn]\n//! author : Kaushik Gandhi : https://github.com/kaushikgandhi\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n //! moment.js locale configuration\n\n var symbolMap = {\n 1: '১',\n 2: '২',\n 3: '৩',\n 4: '৪',\n 5: '৫',\n 6: '৬',\n 7: '৭',\n 8: '৮',\n 9: '৯',\n 0: '০',\n },\n numberMap = {\n '১': '1',\n '২': '2',\n '৩': '3',\n '৪': '4',\n '৫': '5',\n '৬': '6',\n '৭': '7',\n '৮': '8',\n '৯': '9',\n '০': '0',\n };\n\n var bn = moment.defineLocale('bn', {\n months: 'জানুয়ারি_ফেব্রুয়ারি_মার্চ_এপ্রিল_মে_জুন_জুলাই_আগস্ট_সেপ্টেম্বর_অক্টোবর_নভেম্বর_ডিসেম্বর'.split(\n '_'\n ),\n monthsShort: 'জানু_ফেব্রু_মার্চ_এপ্রিল_মে_জুন_জুলাই_আগস্ট_সেপ্ট_অক্টো_নভে_ডিসে'.split(\n '_'\n ),\n weekdays: 'রবিবার_সোমবার_মঙ্গলবার_বুধবার_বৃহস্পতিবার_শুক্রবার_শনিবার'.split(\n '_'\n ),\n weekdaysShort: 'রবি_সোম_মঙ্গল_বুধ_বৃহস্পতি_শুক্র_শনি'.split('_'),\n weekdaysMin: 'রবি_সোম_মঙ্গল_বুধ_বৃহ_শুক্র_শনি'.split('_'),\n longDateFormat: {\n LT: 'A h:mm সময়',\n LTS: 'A h:mm:ss সময়',\n L: 'DD/MM/YYYY',\n LL: 'D MMMM YYYY',\n LLL: 'D MMMM YYYY, A h:mm সময়',\n LLLL: 'dddd, D MMMM YYYY, A h:mm সময়',\n },\n calendar: {\n sameDay: '[আজ] LT',\n nextDay: '[আগামীকাল] LT',\n nextWeek: 'dddd, LT',\n lastDay: '[গতকাল] LT',\n lastWeek: '[গত] dddd, LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: '%s পরে',\n past: '%s আগে',\n s: 'কয়েক সেকেন্ড',\n ss: '%d সেকেন্ড',\n m: 'এক মিনিট',\n mm: '%d মিনিট',\n h: 'এক ঘন্টা',\n hh: '%d ঘন্টা',\n d: 'এক দিন',\n dd: '%d দিন',\n M: 'এক মাস',\n MM: '%d মাস',\n y: 'এক বছর',\n yy: '%d বছর',\n },\n preparse: function (string) {\n return string.replace(/[১২৩৪৫৬৭৮৯০]/g, function (match) {\n return numberMap[match];\n });\n },\n postformat: function (string) {\n return string.replace(/\\d/g, function (match) {\n return symbolMap[match];\n });\n },\n meridiemParse: /রাত|সকাল|দুপুর|বিকাল|রাত/,\n meridiemHour: function (hour, meridiem) {\n if (hour === 12) {\n hour = 0;\n }\n if (\n (meridiem === 'রাত' && hour >= 4) ||\n (meridiem === 'দুপুর' && hour < 5) ||\n meridiem === 'বিকাল'\n ) {\n return hour + 12;\n } else {\n return hour;\n }\n },\n meridiem: function (hour, minute, isLower) {\n if (hour < 4) {\n return 'রাত';\n } else if (hour < 10) {\n return 'সকাল';\n } else if (hour < 17) {\n return 'দুপুর';\n } else if (hour < 20) {\n return 'বিকাল';\n } else {\n return 'রাত';\n }\n },\n week: {\n dow: 0, // Sunday is the first day of the week.\n doy: 6, // The week that contains Jan 6th is the first week of the year.\n },\n });\n\n return bn;\n\n})));\n","//! moment.js locale configuration\n//! locale : Bengali (Bangladesh) [bn-bd]\n//! author : Asraf Hossain Patoary : https://github.com/ashwoolford\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n //! moment.js locale configuration\n\n var symbolMap = {\n 1: '১',\n 2: '২',\n 3: '৩',\n 4: '৪',\n 5: '৫',\n 6: '৬',\n 7: '৭',\n 8: '৮',\n 9: '৯',\n 0: '০',\n },\n numberMap = {\n '১': '1',\n '২': '2',\n '৩': '3',\n '৪': '4',\n '৫': '5',\n '৬': '6',\n '৭': '7',\n '৮': '8',\n '৯': '9',\n '০': '0',\n };\n\n var bnBd = moment.defineLocale('bn-bd', {\n months: 'জানুয়ারি_ফেব্রুয়ারি_মার্চ_এপ্রিল_মে_জুন_জুলাই_আগস্ট_সেপ্টেম্বর_অক্টোবর_নভেম্বর_ডিসেম্বর'.split(\n '_'\n ),\n monthsShort: 'জানু_ফেব্রু_মার্চ_এপ্রিল_মে_জুন_জুলাই_আগস্ট_সেপ্ট_অক্টো_নভে_ডিসে'.split(\n '_'\n ),\n weekdays: 'রবিবার_সোমবার_মঙ্গলবার_বুধবার_বৃহস্পতিবার_শুক্রবার_শনিবার'.split(\n '_'\n ),\n weekdaysShort: 'রবি_সোম_মঙ্গল_বুধ_বৃহস্পতি_শুক্র_শনি'.split('_'),\n weekdaysMin: 'রবি_সোম_মঙ্গল_বুধ_বৃহ_শুক্র_শনি'.split('_'),\n longDateFormat: {\n LT: 'A h:mm সময়',\n LTS: 'A h:mm:ss সময়',\n L: 'DD/MM/YYYY',\n LL: 'D MMMM YYYY',\n LLL: 'D MMMM YYYY, A h:mm সময়',\n LLLL: 'dddd, D MMMM YYYY, A h:mm সময়',\n },\n calendar: {\n sameDay: '[আজ] LT',\n nextDay: '[আগামীকাল] LT',\n nextWeek: 'dddd, LT',\n lastDay: '[গতকাল] LT',\n lastWeek: '[গত] dddd, LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: '%s পরে',\n past: '%s আগে',\n s: 'কয়েক সেকেন্ড',\n ss: '%d সেকেন্ড',\n m: 'এক মিনিট',\n mm: '%d মিনিট',\n h: 'এক ঘন্টা',\n hh: '%d ঘন্টা',\n d: 'এক দিন',\n dd: '%d দিন',\n M: 'এক মাস',\n MM: '%d মাস',\n y: 'এক বছর',\n yy: '%d বছর',\n },\n preparse: function (string) {\n return string.replace(/[১২৩৪৫৬৭৮৯০]/g, function (match) {\n return numberMap[match];\n });\n },\n postformat: function (string) {\n return string.replace(/\\d/g, function (match) {\n return symbolMap[match];\n });\n },\n\n meridiemParse: /রাত|ভোর|সকাল|দুপুর|বিকাল|সন্ধ্যা|রাত/,\n meridiemHour: function (hour, meridiem) {\n if (hour === 12) {\n hour = 0;\n }\n if (meridiem === 'রাত') {\n return hour < 4 ? hour : hour + 12;\n } else if (meridiem === 'ভোর') {\n return hour;\n } else if (meridiem === 'সকাল') {\n return hour;\n } else if (meridiem === 'দুপুর') {\n return hour >= 3 ? hour : hour + 12;\n } else if (meridiem === 'বিকাল') {\n return hour + 12;\n } else if (meridiem === 'সন্ধ্যা') {\n return hour + 12;\n }\n },\n\n meridiem: function (hour, minute, isLower) {\n if (hour < 4) {\n return 'রাত';\n } else if (hour < 6) {\n return 'ভোর';\n } else if (hour < 12) {\n return 'সকাল';\n } else if (hour < 15) {\n return 'দুপুর';\n } else if (hour < 18) {\n return 'বিকাল';\n } else if (hour < 20) {\n return 'সন্ধ্যা';\n } else {\n return 'রাত';\n }\n },\n week: {\n dow: 0, // Sunday is the first day of the week.\n doy: 6, // The week that contains Jan 6th is the first week of the year.\n },\n });\n\n return bnBd;\n\n})));\n","//! moment.js locale configuration\n//! locale : Tibetan [bo]\n//! author : Thupten N. Chakrishar : https://github.com/vajradog\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n //! moment.js locale configuration\n\n var symbolMap = {\n 1: '༡',\n 2: '༢',\n 3: '༣',\n 4: '༤',\n 5: '༥',\n 6: '༦',\n 7: '༧',\n 8: '༨',\n 9: '༩',\n 0: '༠',\n },\n numberMap = {\n '༡': '1',\n '༢': '2',\n '༣': '3',\n '༤': '4',\n '༥': '5',\n '༦': '6',\n '༧': '7',\n '༨': '8',\n '༩': '9',\n '༠': '0',\n };\n\n var bo = moment.defineLocale('bo', {\n months: 'ཟླ་བ་དང་པོ_ཟླ་བ་གཉིས་པ_ཟླ་བ་གསུམ་པ_ཟླ་བ་བཞི་པ_ཟླ་བ་ལྔ་པ_ཟླ་བ་དྲུག་པ_ཟླ་བ་བདུན་པ_ཟླ་བ་བརྒྱད་པ_ཟླ་བ་དགུ་པ_ཟླ་བ་བཅུ་པ_ཟླ་བ་བཅུ་གཅིག་པ_ཟླ་བ་བཅུ་གཉིས་པ'.split(\n '_'\n ),\n monthsShort: 'ཟླ་1_ཟླ་2_ཟླ་3_ཟླ་4_ཟླ་5_ཟླ་6_ཟླ་7_ཟླ་8_ཟླ་9_ཟླ་10_ཟླ་11_ཟླ་12'.split(\n '_'\n ),\n monthsShortRegex: /^(ཟླ་\\d{1,2})/,\n monthsParseExact: true,\n weekdays: 'གཟའ་ཉི་མ་_གཟའ་ཟླ་བ་_གཟའ་མིག་དམར་_གཟའ་ལྷག་པ་_གཟའ་ཕུར་བུ_གཟའ་པ་སངས་_གཟའ་སྤེན་པ་'.split(\n '_'\n ),\n weekdaysShort: 'ཉི་མ་_ཟླ་བ་_མིག་དམར་_ལྷག་པ་_ཕུར་བུ_པ་སངས་_སྤེན་པ་'.split(\n '_'\n ),\n weekdaysMin: 'ཉི_ཟླ_མིག_ལྷག_ཕུར_སངས_སྤེན'.split('_'),\n longDateFormat: {\n LT: 'A h:mm',\n LTS: 'A h:mm:ss',\n L: 'DD/MM/YYYY',\n LL: 'D MMMM YYYY',\n LLL: 'D MMMM YYYY, A h:mm',\n LLLL: 'dddd, D MMMM YYYY, A h:mm',\n },\n calendar: {\n sameDay: '[དི་རིང] LT',\n nextDay: '[སང་ཉིན] LT',\n nextWeek: '[བདུན་ཕྲག་རྗེས་མ], LT',\n lastDay: '[ཁ་སང] LT',\n lastWeek: '[བདུན་ཕྲག་མཐའ་མ] dddd, LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: '%s ལ་',\n past: '%s སྔན་ལ',\n s: 'ལམ་སང',\n ss: '%d སྐར་ཆ།',\n m: 'སྐར་མ་གཅིག',\n mm: '%d སྐར་མ',\n h: 'ཆུ་ཚོད་གཅིག',\n hh: '%d ཆུ་ཚོད',\n d: 'ཉིན་གཅིག',\n dd: '%d ཉིན་',\n M: 'ཟླ་བ་གཅིག',\n MM: '%d ཟླ་བ',\n y: 'ལོ་གཅིག',\n yy: '%d ལོ',\n },\n preparse: function (string) {\n return string.replace(/[༡༢༣༤༥༦༧༨༩༠]/g, function (match) {\n return numberMap[match];\n });\n },\n postformat: function (string) {\n return string.replace(/\\d/g, function (match) {\n return symbolMap[match];\n });\n },\n meridiemParse: /མཚན་མོ|ཞོགས་ཀས|ཉིན་གུང|དགོང་དག|མཚན་མོ/,\n meridiemHour: function (hour, meridiem) {\n if (hour === 12) {\n hour = 0;\n }\n if (\n (meridiem === 'མཚན་མོ' && hour >= 4) ||\n (meridiem === 'ཉིན་གུང' && hour < 5) ||\n meridiem === 'དགོང་དག'\n ) {\n return hour + 12;\n } else {\n return hour;\n }\n },\n meridiem: function (hour, minute, isLower) {\n if (hour < 4) {\n return 'མཚན་མོ';\n } else if (hour < 10) {\n return 'ཞོགས་ཀས';\n } else if (hour < 17) {\n return 'ཉིན་གུང';\n } else if (hour < 20) {\n return 'དགོང་དག';\n } else {\n return 'མཚན་མོ';\n }\n },\n week: {\n dow: 0, // Sunday is the first day of the week.\n doy: 6, // The week that contains Jan 6th is the first week of the year.\n },\n });\n\n return bo;\n\n})));\n","//! moment.js locale configuration\n//! locale : Breton [br]\n//! author : Jean-Baptiste Le Duigou : https://github.com/jbleduigou\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n //! moment.js locale configuration\n\n function relativeTimeWithMutation(number, withoutSuffix, key) {\n var format = {\n mm: 'munutenn',\n MM: 'miz',\n dd: 'devezh',\n };\n return number + ' ' + mutation(format[key], number);\n }\n function specialMutationForYears(number) {\n switch (lastNumber(number)) {\n case 1:\n case 3:\n case 4:\n case 5:\n case 9:\n return number + ' bloaz';\n default:\n return number + ' vloaz';\n }\n }\n function lastNumber(number) {\n if (number > 9) {\n return lastNumber(number % 10);\n }\n return number;\n }\n function mutation(text, number) {\n if (number === 2) {\n return softMutation(text);\n }\n return text;\n }\n function softMutation(text) {\n var mutationTable = {\n m: 'v',\n b: 'v',\n d: 'z',\n };\n if (mutationTable[text.charAt(0)] === undefined) {\n return text;\n }\n return mutationTable[text.charAt(0)] + text.substring(1);\n }\n\n var monthsParse = [\n /^gen/i,\n /^c[ʼ\\']hwe/i,\n /^meu/i,\n /^ebr/i,\n /^mae/i,\n /^(mez|eve)/i,\n /^gou/i,\n /^eos/i,\n /^gwe/i,\n /^her/i,\n /^du/i,\n /^ker/i,\n ],\n monthsRegex = /^(genver|c[ʼ\\']hwevrer|meurzh|ebrel|mae|mezheven|gouere|eost|gwengolo|here|du|kerzu|gen|c[ʼ\\']hwe|meu|ebr|mae|eve|gou|eos|gwe|her|du|ker)/i,\n monthsStrictRegex = /^(genver|c[ʼ\\']hwevrer|meurzh|ebrel|mae|mezheven|gouere|eost|gwengolo|here|du|kerzu)/i,\n monthsShortStrictRegex = /^(gen|c[ʼ\\']hwe|meu|ebr|mae|eve|gou|eos|gwe|her|du|ker)/i,\n fullWeekdaysParse = [\n /^sul/i,\n /^lun/i,\n /^meurzh/i,\n /^merc[ʼ\\']her/i,\n /^yaou/i,\n /^gwener/i,\n /^sadorn/i,\n ],\n shortWeekdaysParse = [\n /^Sul/i,\n /^Lun/i,\n /^Meu/i,\n /^Mer/i,\n /^Yao/i,\n /^Gwe/i,\n /^Sad/i,\n ],\n minWeekdaysParse = [\n /^Su/i,\n /^Lu/i,\n /^Me([^r]|$)/i,\n /^Mer/i,\n /^Ya/i,\n /^Gw/i,\n /^Sa/i,\n ];\n\n var br = moment.defineLocale('br', {\n months: 'Genver_Cʼhwevrer_Meurzh_Ebrel_Mae_Mezheven_Gouere_Eost_Gwengolo_Here_Du_Kerzu'.split(\n '_'\n ),\n monthsShort: 'Gen_Cʼhwe_Meu_Ebr_Mae_Eve_Gou_Eos_Gwe_Her_Du_Ker'.split('_'),\n weekdays: 'Sul_Lun_Meurzh_Mercʼher_Yaou_Gwener_Sadorn'.split('_'),\n weekdaysShort: 'Sul_Lun_Meu_Mer_Yao_Gwe_Sad'.split('_'),\n weekdaysMin: 'Su_Lu_Me_Mer_Ya_Gw_Sa'.split('_'),\n weekdaysParse: minWeekdaysParse,\n fullWeekdaysParse: fullWeekdaysParse,\n shortWeekdaysParse: shortWeekdaysParse,\n minWeekdaysParse: minWeekdaysParse,\n\n monthsRegex: monthsRegex,\n monthsShortRegex: monthsRegex,\n monthsStrictRegex: monthsStrictRegex,\n monthsShortStrictRegex: monthsShortStrictRegex,\n monthsParse: monthsParse,\n longMonthsParse: monthsParse,\n shortMonthsParse: monthsParse,\n\n longDateFormat: {\n LT: 'HH:mm',\n LTS: 'HH:mm:ss',\n L: 'DD/MM/YYYY',\n LL: 'D [a viz] MMMM YYYY',\n LLL: 'D [a viz] MMMM YYYY HH:mm',\n LLLL: 'dddd, D [a viz] MMMM YYYY HH:mm',\n },\n calendar: {\n sameDay: '[Hiziv da] LT',\n nextDay: '[Warcʼhoazh da] LT',\n nextWeek: 'dddd [da] LT',\n lastDay: '[Decʼh da] LT',\n lastWeek: 'dddd [paset da] LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: 'a-benn %s',\n past: '%s ʼzo',\n s: 'un nebeud segondennoù',\n ss: '%d eilenn',\n m: 'ur vunutenn',\n mm: relativeTimeWithMutation,\n h: 'un eur',\n hh: '%d eur',\n d: 'un devezh',\n dd: relativeTimeWithMutation,\n M: 'ur miz',\n MM: relativeTimeWithMutation,\n y: 'ur bloaz',\n yy: specialMutationForYears,\n },\n dayOfMonthOrdinalParse: /\\d{1,2}(añ|vet)/,\n ordinal: function (number) {\n var output = number === 1 ? 'añ' : 'vet';\n return number + output;\n },\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 4, // The week that contains Jan 4th is the first week of the year.\n },\n meridiemParse: /a.m.|g.m./, // goude merenn | a-raok merenn\n isPM: function (token) {\n return token === 'g.m.';\n },\n meridiem: function (hour, minute, isLower) {\n return hour < 12 ? 'a.m.' : 'g.m.';\n },\n });\n\n return br;\n\n})));\n","//! moment.js locale configuration\n//! locale : Bosnian [bs]\n//! author : Nedim Cholich : https://github.com/frontyard\n//! based on (hr) translation by Bojan Marković\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n //! moment.js locale configuration\n\n function translate(number, withoutSuffix, key) {\n var result = number + ' ';\n switch (key) {\n case 'ss':\n if (number === 1) {\n result += 'sekunda';\n } else if (number === 2 || number === 3 || number === 4) {\n result += 'sekunde';\n } else {\n result += 'sekundi';\n }\n return result;\n case 'm':\n return withoutSuffix ? 'jedna minuta' : 'jedne minute';\n case 'mm':\n if (number === 1) {\n result += 'minuta';\n } else if (number === 2 || number === 3 || number === 4) {\n result += 'minute';\n } else {\n result += 'minuta';\n }\n return result;\n case 'h':\n return withoutSuffix ? 'jedan sat' : 'jednog sata';\n case 'hh':\n if (number === 1) {\n result += 'sat';\n } else if (number === 2 || number === 3 || number === 4) {\n result += 'sata';\n } else {\n result += 'sati';\n }\n return result;\n case 'dd':\n if (number === 1) {\n result += 'dan';\n } else {\n result += 'dana';\n }\n return result;\n case 'MM':\n if (number === 1) {\n result += 'mjesec';\n } else if (number === 2 || number === 3 || number === 4) {\n result += 'mjeseca';\n } else {\n result += 'mjeseci';\n }\n return result;\n case 'yy':\n if (number === 1) {\n result += 'godina';\n } else if (number === 2 || number === 3 || number === 4) {\n result += 'godine';\n } else {\n result += 'godina';\n }\n return result;\n }\n }\n\n var bs = moment.defineLocale('bs', {\n months: 'januar_februar_mart_april_maj_juni_juli_august_septembar_oktobar_novembar_decembar'.split(\n '_'\n ),\n monthsShort: 'jan._feb._mar._apr._maj._jun._jul._aug._sep._okt._nov._dec.'.split(\n '_'\n ),\n monthsParseExact: true,\n weekdays: 'nedjelja_ponedjeljak_utorak_srijeda_četvrtak_petak_subota'.split(\n '_'\n ),\n weekdaysShort: 'ned._pon._uto._sri._čet._pet._sub.'.split('_'),\n weekdaysMin: 'ne_po_ut_sr_če_pe_su'.split('_'),\n weekdaysParseExact: true,\n longDateFormat: {\n LT: 'H:mm',\n LTS: 'H:mm:ss',\n L: 'DD.MM.YYYY',\n LL: 'D. MMMM YYYY',\n LLL: 'D. MMMM YYYY H:mm',\n LLLL: 'dddd, D. MMMM YYYY H:mm',\n },\n calendar: {\n sameDay: '[danas u] LT',\n nextDay: '[sutra u] LT',\n nextWeek: function () {\n switch (this.day()) {\n case 0:\n return '[u] [nedjelju] [u] LT';\n case 3:\n return '[u] [srijedu] [u] LT';\n case 6:\n return '[u] [subotu] [u] LT';\n case 1:\n case 2:\n case 4:\n case 5:\n return '[u] dddd [u] LT';\n }\n },\n lastDay: '[jučer u] LT',\n lastWeek: function () {\n switch (this.day()) {\n case 0:\n case 3:\n return '[prošlu] dddd [u] LT';\n case 6:\n return '[prošle] [subote] [u] LT';\n case 1:\n case 2:\n case 4:\n case 5:\n return '[prošli] dddd [u] LT';\n }\n },\n sameElse: 'L',\n },\n relativeTime: {\n future: 'za %s',\n past: 'prije %s',\n s: 'par sekundi',\n ss: translate,\n m: translate,\n mm: translate,\n h: translate,\n hh: translate,\n d: 'dan',\n dd: translate,\n M: 'mjesec',\n MM: translate,\n y: 'godinu',\n yy: translate,\n },\n dayOfMonthOrdinalParse: /\\d{1,2}\\./,\n ordinal: '%d.',\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 7, // The week that contains Jan 7th is the first week of the year.\n },\n });\n\n return bs;\n\n})));\n","//! moment.js locale configuration\n//! locale : Catalan [ca]\n//! author : Juan G. Hurtado : https://github.com/juanghurtado\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n //! moment.js locale configuration\n\n var ca = moment.defineLocale('ca', {\n months: {\n standalone: 'gener_febrer_març_abril_maig_juny_juliol_agost_setembre_octubre_novembre_desembre'.split(\n '_'\n ),\n format: \"de gener_de febrer_de març_d'abril_de maig_de juny_de juliol_d'agost_de setembre_d'octubre_de novembre_de desembre\".split(\n '_'\n ),\n isFormat: /D[oD]?(\\s)+MMMM/,\n },\n monthsShort: 'gen._febr._març_abr._maig_juny_jul._ag._set._oct._nov._des.'.split(\n '_'\n ),\n monthsParseExact: true,\n weekdays: 'diumenge_dilluns_dimarts_dimecres_dijous_divendres_dissabte'.split(\n '_'\n ),\n weekdaysShort: 'dg._dl._dt._dc._dj._dv._ds.'.split('_'),\n weekdaysMin: 'dg_dl_dt_dc_dj_dv_ds'.split('_'),\n weekdaysParseExact: true,\n longDateFormat: {\n LT: 'H:mm',\n LTS: 'H:mm:ss',\n L: 'DD/MM/YYYY',\n LL: 'D MMMM [de] YYYY',\n ll: 'D MMM YYYY',\n LLL: 'D MMMM [de] YYYY [a les] H:mm',\n lll: 'D MMM YYYY, H:mm',\n LLLL: 'dddd D MMMM [de] YYYY [a les] H:mm',\n llll: 'ddd D MMM YYYY, H:mm',\n },\n calendar: {\n sameDay: function () {\n return '[avui a ' + (this.hours() !== 1 ? 'les' : 'la') + '] LT';\n },\n nextDay: function () {\n return '[demà a ' + (this.hours() !== 1 ? 'les' : 'la') + '] LT';\n },\n nextWeek: function () {\n return 'dddd [a ' + (this.hours() !== 1 ? 'les' : 'la') + '] LT';\n },\n lastDay: function () {\n return '[ahir a ' + (this.hours() !== 1 ? 'les' : 'la') + '] LT';\n },\n lastWeek: function () {\n return (\n '[el] dddd [passat a ' +\n (this.hours() !== 1 ? 'les' : 'la') +\n '] LT'\n );\n },\n sameElse: 'L',\n },\n relativeTime: {\n future: \"d'aquí %s\",\n past: 'fa %s',\n s: 'uns segons',\n ss: '%d segons',\n m: 'un minut',\n mm: '%d minuts',\n h: 'una hora',\n hh: '%d hores',\n d: 'un dia',\n dd: '%d dies',\n M: 'un mes',\n MM: '%d mesos',\n y: 'un any',\n yy: '%d anys',\n },\n dayOfMonthOrdinalParse: /\\d{1,2}(r|n|t|è|a)/,\n ordinal: function (number, period) {\n var output =\n number === 1\n ? 'r'\n : number === 2\n ? 'n'\n : number === 3\n ? 'r'\n : number === 4\n ? 't'\n : 'è';\n if (period === 'w' || period === 'W') {\n output = 'a';\n }\n return number + output;\n },\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 4, // The week that contains Jan 4th is the first week of the year.\n },\n });\n\n return ca;\n\n})));\n","//! moment.js locale configuration\n//! locale : Czech [cs]\n//! author : petrbela : https://github.com/petrbela\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n //! moment.js locale configuration\n\n var months = 'leden_únor_březen_duben_květen_červen_červenec_srpen_září_říjen_listopad_prosinec'.split(\n '_'\n ),\n monthsShort = 'led_úno_bře_dub_kvě_čvn_čvc_srp_zář_říj_lis_pro'.split('_'),\n monthsParse = [\n /^led/i,\n /^úno/i,\n /^bře/i,\n /^dub/i,\n /^kvě/i,\n /^(čvn|červen$|června)/i,\n /^(čvc|červenec|července)/i,\n /^srp/i,\n /^zář/i,\n /^říj/i,\n /^lis/i,\n /^pro/i,\n ],\n // NOTE: 'červen' is substring of 'červenec'; therefore 'červenec' must precede 'červen' in the regex to be fully matched.\n // Otherwise parser matches '1. červenec' as '1. červen' + 'ec'.\n monthsRegex = /^(leden|únor|březen|duben|květen|červenec|července|červen|června|srpen|září|říjen|listopad|prosinec|led|úno|bře|dub|kvě|čvn|čvc|srp|zář|říj|lis|pro)/i;\n\n function plural(n) {\n return n > 1 && n < 5 && ~~(n / 10) !== 1;\n }\n function translate(number, withoutSuffix, key, isFuture) {\n var result = number + ' ';\n switch (key) {\n case 's': // a few seconds / in a few seconds / a few seconds ago\n return withoutSuffix || isFuture ? 'pár sekund' : 'pár sekundami';\n case 'ss': // 9 seconds / in 9 seconds / 9 seconds ago\n if (withoutSuffix || isFuture) {\n return result + (plural(number) ? 'sekundy' : 'sekund');\n } else {\n return result + 'sekundami';\n }\n case 'm': // a minute / in a minute / a minute ago\n return withoutSuffix ? 'minuta' : isFuture ? 'minutu' : 'minutou';\n case 'mm': // 9 minutes / in 9 minutes / 9 minutes ago\n if (withoutSuffix || isFuture) {\n return result + (plural(number) ? 'minuty' : 'minut');\n } else {\n return result + 'minutami';\n }\n case 'h': // an hour / in an hour / an hour ago\n return withoutSuffix ? 'hodina' : isFuture ? 'hodinu' : 'hodinou';\n case 'hh': // 9 hours / in 9 hours / 9 hours ago\n if (withoutSuffix || isFuture) {\n return result + (plural(number) ? 'hodiny' : 'hodin');\n } else {\n return result + 'hodinami';\n }\n case 'd': // a day / in a day / a day ago\n return withoutSuffix || isFuture ? 'den' : 'dnem';\n case 'dd': // 9 days / in 9 days / 9 days ago\n if (withoutSuffix || isFuture) {\n return result + (plural(number) ? 'dny' : 'dní');\n } else {\n return result + 'dny';\n }\n case 'M': // a month / in a month / a month ago\n return withoutSuffix || isFuture ? 'měsíc' : 'měsícem';\n case 'MM': // 9 months / in 9 months / 9 months ago\n if (withoutSuffix || isFuture) {\n return result + (plural(number) ? 'měsíce' : 'měsíců');\n } else {\n return result + 'měsíci';\n }\n case 'y': // a year / in a year / a year ago\n return withoutSuffix || isFuture ? 'rok' : 'rokem';\n case 'yy': // 9 years / in 9 years / 9 years ago\n if (withoutSuffix || isFuture) {\n return result + (plural(number) ? 'roky' : 'let');\n } else {\n return result + 'lety';\n }\n }\n }\n\n var cs = moment.defineLocale('cs', {\n months: months,\n monthsShort: monthsShort,\n monthsRegex: monthsRegex,\n monthsShortRegex: monthsRegex,\n // NOTE: 'červen' is substring of 'červenec'; therefore 'červenec' must precede 'červen' in the regex to be fully matched.\n // Otherwise parser matches '1. červenec' as '1. červen' + 'ec'.\n monthsStrictRegex: /^(leden|ledna|února|únor|březen|března|duben|dubna|květen|května|červenec|července|červen|června|srpen|srpna|září|říjen|října|listopadu|listopad|prosinec|prosince)/i,\n monthsShortStrictRegex: /^(led|úno|bře|dub|kvě|čvn|čvc|srp|zář|říj|lis|pro)/i,\n monthsParse: monthsParse,\n longMonthsParse: monthsParse,\n shortMonthsParse: monthsParse,\n weekdays: 'neděle_pondělí_úterý_středa_čtvrtek_pátek_sobota'.split('_'),\n weekdaysShort: 'ne_po_út_st_čt_pá_so'.split('_'),\n weekdaysMin: 'ne_po_út_st_čt_pá_so'.split('_'),\n longDateFormat: {\n LT: 'H:mm',\n LTS: 'H:mm:ss',\n L: 'DD.MM.YYYY',\n LL: 'D. MMMM YYYY',\n LLL: 'D. MMMM YYYY H:mm',\n LLLL: 'dddd D. MMMM YYYY H:mm',\n l: 'D. M. YYYY',\n },\n calendar: {\n sameDay: '[dnes v] LT',\n nextDay: '[zítra v] LT',\n nextWeek: function () {\n switch (this.day()) {\n case 0:\n return '[v neděli v] LT';\n case 1:\n case 2:\n return '[v] dddd [v] LT';\n case 3:\n return '[ve středu v] LT';\n case 4:\n return '[ve čtvrtek v] LT';\n case 5:\n return '[v pátek v] LT';\n case 6:\n return '[v sobotu v] LT';\n }\n },\n lastDay: '[včera v] LT',\n lastWeek: function () {\n switch (this.day()) {\n case 0:\n return '[minulou neděli v] LT';\n case 1:\n case 2:\n return '[minulé] dddd [v] LT';\n case 3:\n return '[minulou středu v] LT';\n case 4:\n case 5:\n return '[minulý] dddd [v] LT';\n case 6:\n return '[minulou sobotu v] LT';\n }\n },\n sameElse: 'L',\n },\n relativeTime: {\n future: 'za %s',\n past: 'před %s',\n s: translate,\n ss: translate,\n m: translate,\n mm: translate,\n h: translate,\n hh: translate,\n d: translate,\n dd: translate,\n M: translate,\n MM: translate,\n y: translate,\n yy: translate,\n },\n dayOfMonthOrdinalParse: /\\d{1,2}\\./,\n ordinal: '%d.',\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 4, // The week that contains Jan 4th is the first week of the year.\n },\n });\n\n return cs;\n\n})));\n","//! moment.js locale configuration\n//! locale : Chuvash [cv]\n//! author : Anatoly Mironov : https://github.com/mirontoli\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n //! moment.js locale configuration\n\n var cv = moment.defineLocale('cv', {\n months: 'кӑрлач_нарӑс_пуш_ака_май_ҫӗртме_утӑ_ҫурла_авӑн_юпа_чӳк_раштав'.split(\n '_'\n ),\n monthsShort: 'кӑр_нар_пуш_ака_май_ҫӗр_утӑ_ҫур_авн_юпа_чӳк_раш'.split('_'),\n weekdays: 'вырсарникун_тунтикун_ытларикун_юнкун_кӗҫнерникун_эрнекун_шӑматкун'.split(\n '_'\n ),\n weekdaysShort: 'выр_тун_ытл_юн_кӗҫ_эрн_шӑм'.split('_'),\n weekdaysMin: 'вр_тн_ыт_юн_кҫ_эр_шм'.split('_'),\n longDateFormat: {\n LT: 'HH:mm',\n LTS: 'HH:mm:ss',\n L: 'DD-MM-YYYY',\n LL: 'YYYY [ҫулхи] MMMM [уйӑхӗн] D[-мӗшӗ]',\n LLL: 'YYYY [ҫулхи] MMMM [уйӑхӗн] D[-мӗшӗ], HH:mm',\n LLLL: 'dddd, YYYY [ҫулхи] MMMM [уйӑхӗн] D[-мӗшӗ], HH:mm',\n },\n calendar: {\n sameDay: '[Паян] LT [сехетре]',\n nextDay: '[Ыран] LT [сехетре]',\n lastDay: '[Ӗнер] LT [сехетре]',\n nextWeek: '[Ҫитес] dddd LT [сехетре]',\n lastWeek: '[Иртнӗ] dddd LT [сехетре]',\n sameElse: 'L',\n },\n relativeTime: {\n future: function (output) {\n var affix = /сехет$/i.exec(output)\n ? 'рен'\n : /ҫул$/i.exec(output)\n ? 'тан'\n : 'ран';\n return output + affix;\n },\n past: '%s каялла',\n s: 'пӗр-ик ҫеккунт',\n ss: '%d ҫеккунт',\n m: 'пӗр минут',\n mm: '%d минут',\n h: 'пӗр сехет',\n hh: '%d сехет',\n d: 'пӗр кун',\n dd: '%d кун',\n M: 'пӗр уйӑх',\n MM: '%d уйӑх',\n y: 'пӗр ҫул',\n yy: '%d ҫул',\n },\n dayOfMonthOrdinalParse: /\\d{1,2}-мӗш/,\n ordinal: '%d-мӗш',\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 7, // The week that contains Jan 7th is the first week of the year.\n },\n });\n\n return cv;\n\n})));\n","//! moment.js locale configuration\n//! locale : Welsh [cy]\n//! author : Robert Allen : https://github.com/robgallen\n//! author : https://github.com/ryangreaves\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n //! moment.js locale configuration\n\n var cy = moment.defineLocale('cy', {\n months: 'Ionawr_Chwefror_Mawrth_Ebrill_Mai_Mehefin_Gorffennaf_Awst_Medi_Hydref_Tachwedd_Rhagfyr'.split(\n '_'\n ),\n monthsShort: 'Ion_Chwe_Maw_Ebr_Mai_Meh_Gor_Aws_Med_Hyd_Tach_Rhag'.split(\n '_'\n ),\n weekdays: 'Dydd Sul_Dydd Llun_Dydd Mawrth_Dydd Mercher_Dydd Iau_Dydd Gwener_Dydd Sadwrn'.split(\n '_'\n ),\n weekdaysShort: 'Sul_Llun_Maw_Mer_Iau_Gwe_Sad'.split('_'),\n weekdaysMin: 'Su_Ll_Ma_Me_Ia_Gw_Sa'.split('_'),\n weekdaysParseExact: true,\n // time formats are the same as en-gb\n longDateFormat: {\n LT: 'HH:mm',\n LTS: 'HH:mm:ss',\n L: 'DD/MM/YYYY',\n LL: 'D MMMM YYYY',\n LLL: 'D MMMM YYYY HH:mm',\n LLLL: 'dddd, D MMMM YYYY HH:mm',\n },\n calendar: {\n sameDay: '[Heddiw am] LT',\n nextDay: '[Yfory am] LT',\n nextWeek: 'dddd [am] LT',\n lastDay: '[Ddoe am] LT',\n lastWeek: 'dddd [diwethaf am] LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: 'mewn %s',\n past: '%s yn ôl',\n s: 'ychydig eiliadau',\n ss: '%d eiliad',\n m: 'munud',\n mm: '%d munud',\n h: 'awr',\n hh: '%d awr',\n d: 'diwrnod',\n dd: '%d diwrnod',\n M: 'mis',\n MM: '%d mis',\n y: 'blwyddyn',\n yy: '%d flynedd',\n },\n dayOfMonthOrdinalParse: /\\d{1,2}(fed|ain|af|il|ydd|ed|eg)/,\n // traditional ordinal numbers above 31 are not commonly used in colloquial Welsh\n ordinal: function (number) {\n var b = number,\n output = '',\n lookup = [\n '',\n 'af',\n 'il',\n 'ydd',\n 'ydd',\n 'ed',\n 'ed',\n 'ed',\n 'fed',\n 'fed',\n 'fed', // 1af to 10fed\n 'eg',\n 'fed',\n 'eg',\n 'eg',\n 'fed',\n 'eg',\n 'eg',\n 'fed',\n 'eg',\n 'fed', // 11eg to 20fed\n ];\n if (b > 20) {\n if (b === 40 || b === 50 || b === 60 || b === 80 || b === 100) {\n output = 'fed'; // not 30ain, 70ain or 90ain\n } else {\n output = 'ain';\n }\n } else if (b > 0) {\n output = lookup[b];\n }\n return number + output;\n },\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 4, // The week that contains Jan 4th is the first week of the year.\n },\n });\n\n return cy;\n\n})));\n","//! moment.js locale configuration\n//! locale : Danish [da]\n//! author : Ulrik Nielsen : https://github.com/mrbase\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n //! moment.js locale configuration\n\n var da = moment.defineLocale('da', {\n months: 'januar_februar_marts_april_maj_juni_juli_august_september_oktober_november_december'.split(\n '_'\n ),\n monthsShort: 'jan_feb_mar_apr_maj_jun_jul_aug_sep_okt_nov_dec'.split('_'),\n weekdays: 'søndag_mandag_tirsdag_onsdag_torsdag_fredag_lørdag'.split('_'),\n weekdaysShort: 'søn_man_tir_ons_tor_fre_lør'.split('_'),\n weekdaysMin: 'sø_ma_ti_on_to_fr_lø'.split('_'),\n longDateFormat: {\n LT: 'HH:mm',\n LTS: 'HH:mm:ss',\n L: 'DD.MM.YYYY',\n LL: 'D. MMMM YYYY',\n LLL: 'D. MMMM YYYY HH:mm',\n LLLL: 'dddd [d.] D. MMMM YYYY [kl.] HH:mm',\n },\n calendar: {\n sameDay: '[i dag kl.] LT',\n nextDay: '[i morgen kl.] LT',\n nextWeek: 'på dddd [kl.] LT',\n lastDay: '[i går kl.] LT',\n lastWeek: '[i] dddd[s kl.] LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: 'om %s',\n past: '%s siden',\n s: 'få sekunder',\n ss: '%d sekunder',\n m: 'et minut',\n mm: '%d minutter',\n h: 'en time',\n hh: '%d timer',\n d: 'en dag',\n dd: '%d dage',\n M: 'en måned',\n MM: '%d måneder',\n y: 'et år',\n yy: '%d år',\n },\n dayOfMonthOrdinalParse: /\\d{1,2}\\./,\n ordinal: '%d.',\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 4, // The week that contains Jan 4th is the first week of the year.\n },\n });\n\n return da;\n\n})));\n","//! moment.js locale configuration\n//! locale : German [de]\n//! author : lluchs : https://github.com/lluchs\n//! author: Menelion Elensúle: https://github.com/Oire\n//! author : Mikolaj Dadela : https://github.com/mik01aj\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n //! moment.js locale configuration\n\n function processRelativeTime(number, withoutSuffix, key, isFuture) {\n var format = {\n m: ['eine Minute', 'einer Minute'],\n h: ['eine Stunde', 'einer Stunde'],\n d: ['ein Tag', 'einem Tag'],\n dd: [number + ' Tage', number + ' Tagen'],\n w: ['eine Woche', 'einer Woche'],\n M: ['ein Monat', 'einem Monat'],\n MM: [number + ' Monate', number + ' Monaten'],\n y: ['ein Jahr', 'einem Jahr'],\n yy: [number + ' Jahre', number + ' Jahren'],\n };\n return withoutSuffix ? format[key][0] : format[key][1];\n }\n\n var de = moment.defineLocale('de', {\n months: 'Januar_Februar_März_April_Mai_Juni_Juli_August_September_Oktober_November_Dezember'.split(\n '_'\n ),\n monthsShort: 'Jan._Feb._März_Apr._Mai_Juni_Juli_Aug._Sep._Okt._Nov._Dez.'.split(\n '_'\n ),\n monthsParseExact: true,\n weekdays: 'Sonntag_Montag_Dienstag_Mittwoch_Donnerstag_Freitag_Samstag'.split(\n '_'\n ),\n weekdaysShort: 'So._Mo._Di._Mi._Do._Fr._Sa.'.split('_'),\n weekdaysMin: 'So_Mo_Di_Mi_Do_Fr_Sa'.split('_'),\n weekdaysParseExact: true,\n longDateFormat: {\n LT: 'HH:mm',\n LTS: 'HH:mm:ss',\n L: 'DD.MM.YYYY',\n LL: 'D. MMMM YYYY',\n LLL: 'D. MMMM YYYY HH:mm',\n LLLL: 'dddd, D. MMMM YYYY HH:mm',\n },\n calendar: {\n sameDay: '[heute um] LT [Uhr]',\n sameElse: 'L',\n nextDay: '[morgen um] LT [Uhr]',\n nextWeek: 'dddd [um] LT [Uhr]',\n lastDay: '[gestern um] LT [Uhr]',\n lastWeek: '[letzten] dddd [um] LT [Uhr]',\n },\n relativeTime: {\n future: 'in %s',\n past: 'vor %s',\n s: 'ein paar Sekunden',\n ss: '%d Sekunden',\n m: processRelativeTime,\n mm: '%d Minuten',\n h: processRelativeTime,\n hh: '%d Stunden',\n d: processRelativeTime,\n dd: processRelativeTime,\n w: processRelativeTime,\n ww: '%d Wochen',\n M: processRelativeTime,\n MM: processRelativeTime,\n y: processRelativeTime,\n yy: processRelativeTime,\n },\n dayOfMonthOrdinalParse: /\\d{1,2}\\./,\n ordinal: '%d.',\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 4, // The week that contains Jan 4th is the first week of the year.\n },\n });\n\n return de;\n\n})));\n","//! moment.js locale configuration\n//! locale : German (Austria) [de-at]\n//! author : lluchs : https://github.com/lluchs\n//! author: Menelion Elensúle: https://github.com/Oire\n//! author : Martin Groller : https://github.com/MadMG\n//! author : Mikolaj Dadela : https://github.com/mik01aj\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n //! moment.js locale configuration\n\n function processRelativeTime(number, withoutSuffix, key, isFuture) {\n var format = {\n m: ['eine Minute', 'einer Minute'],\n h: ['eine Stunde', 'einer Stunde'],\n d: ['ein Tag', 'einem Tag'],\n dd: [number + ' Tage', number + ' Tagen'],\n w: ['eine Woche', 'einer Woche'],\n M: ['ein Monat', 'einem Monat'],\n MM: [number + ' Monate', number + ' Monaten'],\n y: ['ein Jahr', 'einem Jahr'],\n yy: [number + ' Jahre', number + ' Jahren'],\n };\n return withoutSuffix ? format[key][0] : format[key][1];\n }\n\n var deAt = moment.defineLocale('de-at', {\n months: 'Jänner_Februar_März_April_Mai_Juni_Juli_August_September_Oktober_November_Dezember'.split(\n '_'\n ),\n monthsShort: 'Jän._Feb._März_Apr._Mai_Juni_Juli_Aug._Sep._Okt._Nov._Dez.'.split(\n '_'\n ),\n monthsParseExact: true,\n weekdays: 'Sonntag_Montag_Dienstag_Mittwoch_Donnerstag_Freitag_Samstag'.split(\n '_'\n ),\n weekdaysShort: 'So._Mo._Di._Mi._Do._Fr._Sa.'.split('_'),\n weekdaysMin: 'So_Mo_Di_Mi_Do_Fr_Sa'.split('_'),\n weekdaysParseExact: true,\n longDateFormat: {\n LT: 'HH:mm',\n LTS: 'HH:mm:ss',\n L: 'DD.MM.YYYY',\n LL: 'D. MMMM YYYY',\n LLL: 'D. MMMM YYYY HH:mm',\n LLLL: 'dddd, D. MMMM YYYY HH:mm',\n },\n calendar: {\n sameDay: '[heute um] LT [Uhr]',\n sameElse: 'L',\n nextDay: '[morgen um] LT [Uhr]',\n nextWeek: 'dddd [um] LT [Uhr]',\n lastDay: '[gestern um] LT [Uhr]',\n lastWeek: '[letzten] dddd [um] LT [Uhr]',\n },\n relativeTime: {\n future: 'in %s',\n past: 'vor %s',\n s: 'ein paar Sekunden',\n ss: '%d Sekunden',\n m: processRelativeTime,\n mm: '%d Minuten',\n h: processRelativeTime,\n hh: '%d Stunden',\n d: processRelativeTime,\n dd: processRelativeTime,\n w: processRelativeTime,\n ww: '%d Wochen',\n M: processRelativeTime,\n MM: processRelativeTime,\n y: processRelativeTime,\n yy: processRelativeTime,\n },\n dayOfMonthOrdinalParse: /\\d{1,2}\\./,\n ordinal: '%d.',\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 4, // The week that contains Jan 4th is the first week of the year.\n },\n });\n\n return deAt;\n\n})));\n","//! moment.js locale configuration\n//! locale : German (Switzerland) [de-ch]\n//! author : sschueller : https://github.com/sschueller\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n //! moment.js locale configuration\n\n function processRelativeTime(number, withoutSuffix, key, isFuture) {\n var format = {\n m: ['eine Minute', 'einer Minute'],\n h: ['eine Stunde', 'einer Stunde'],\n d: ['ein Tag', 'einem Tag'],\n dd: [number + ' Tage', number + ' Tagen'],\n w: ['eine Woche', 'einer Woche'],\n M: ['ein Monat', 'einem Monat'],\n MM: [number + ' Monate', number + ' Monaten'],\n y: ['ein Jahr', 'einem Jahr'],\n yy: [number + ' Jahre', number + ' Jahren'],\n };\n return withoutSuffix ? format[key][0] : format[key][1];\n }\n\n var deCh = moment.defineLocale('de-ch', {\n months: 'Januar_Februar_März_April_Mai_Juni_Juli_August_September_Oktober_November_Dezember'.split(\n '_'\n ),\n monthsShort: 'Jan._Feb._März_Apr._Mai_Juni_Juli_Aug._Sep._Okt._Nov._Dez.'.split(\n '_'\n ),\n monthsParseExact: true,\n weekdays: 'Sonntag_Montag_Dienstag_Mittwoch_Donnerstag_Freitag_Samstag'.split(\n '_'\n ),\n weekdaysShort: 'So_Mo_Di_Mi_Do_Fr_Sa'.split('_'),\n weekdaysMin: 'So_Mo_Di_Mi_Do_Fr_Sa'.split('_'),\n weekdaysParseExact: true,\n longDateFormat: {\n LT: 'HH:mm',\n LTS: 'HH:mm:ss',\n L: 'DD.MM.YYYY',\n LL: 'D. MMMM YYYY',\n LLL: 'D. MMMM YYYY HH:mm',\n LLLL: 'dddd, D. MMMM YYYY HH:mm',\n },\n calendar: {\n sameDay: '[heute um] LT [Uhr]',\n sameElse: 'L',\n nextDay: '[morgen um] LT [Uhr]',\n nextWeek: 'dddd [um] LT [Uhr]',\n lastDay: '[gestern um] LT [Uhr]',\n lastWeek: '[letzten] dddd [um] LT [Uhr]',\n },\n relativeTime: {\n future: 'in %s',\n past: 'vor %s',\n s: 'ein paar Sekunden',\n ss: '%d Sekunden',\n m: processRelativeTime,\n mm: '%d Minuten',\n h: processRelativeTime,\n hh: '%d Stunden',\n d: processRelativeTime,\n dd: processRelativeTime,\n w: processRelativeTime,\n ww: '%d Wochen',\n M: processRelativeTime,\n MM: processRelativeTime,\n y: processRelativeTime,\n yy: processRelativeTime,\n },\n dayOfMonthOrdinalParse: /\\d{1,2}\\./,\n ordinal: '%d.',\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 4, // The week that contains Jan 4th is the first week of the year.\n },\n });\n\n return deCh;\n\n})));\n","//! moment.js locale configuration\n//! locale : Maldivian [dv]\n//! author : Jawish Hameed : https://github.com/jawish\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n //! moment.js locale configuration\n\n var months = [\n 'ޖެނުއަރީ',\n 'ފެބްރުއަރީ',\n 'މާރިޗު',\n 'އޭޕްރީލު',\n 'މޭ',\n 'ޖޫން',\n 'ޖުލައި',\n 'އޯގަސްޓު',\n 'ސެޕްޓެމްބަރު',\n 'އޮކްޓޯބަރު',\n 'ނޮވެމްބަރު',\n 'ޑިސެމްބަރު',\n ],\n weekdays = [\n 'އާދިއްތަ',\n 'ހޯމަ',\n 'އަންގާރަ',\n 'ބުދަ',\n 'ބުރާސްފަތި',\n 'ހުކުރު',\n 'ހޮނިހިރު',\n ];\n\n var dv = moment.defineLocale('dv', {\n months: months,\n monthsShort: months,\n weekdays: weekdays,\n weekdaysShort: weekdays,\n weekdaysMin: 'އާދި_ހޯމަ_އަން_ބުދަ_ބުރާ_ހުކު_ހޮނި'.split('_'),\n longDateFormat: {\n LT: 'HH:mm',\n LTS: 'HH:mm:ss',\n L: 'D/M/YYYY',\n LL: 'D MMMM YYYY',\n LLL: 'D MMMM YYYY HH:mm',\n LLLL: 'dddd D MMMM YYYY HH:mm',\n },\n meridiemParse: /މކ|މފ/,\n isPM: function (input) {\n return 'މފ' === input;\n },\n meridiem: function (hour, minute, isLower) {\n if (hour < 12) {\n return 'މކ';\n } else {\n return 'މފ';\n }\n },\n calendar: {\n sameDay: '[މިއަދު] LT',\n nextDay: '[މާދަމާ] LT',\n nextWeek: 'dddd LT',\n lastDay: '[އިއްޔެ] LT',\n lastWeek: '[ފާއިތުވި] dddd LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: 'ތެރޭގައި %s',\n past: 'ކުރިން %s',\n s: 'ސިކުންތުކޮޅެއް',\n ss: 'd% ސިކުންތު',\n m: 'މިނިޓެއް',\n mm: 'މިނިޓު %d',\n h: 'ގަޑިއިރެއް',\n hh: 'ގަޑިއިރު %d',\n d: 'ދުވަހެއް',\n dd: 'ދުވަސް %d',\n M: 'މަހެއް',\n MM: 'މަސް %d',\n y: 'އަހަރެއް',\n yy: 'އަހަރު %d',\n },\n preparse: function (string) {\n return string.replace(/،/g, ',');\n },\n postformat: function (string) {\n return string.replace(/,/g, '،');\n },\n week: {\n dow: 7, // Sunday is the first day of the week.\n doy: 12, // The week that contains Jan 12th is the first week of the year.\n },\n });\n\n return dv;\n\n})));\n","//! moment.js locale configuration\n//! locale : Greek [el]\n//! author : Aggelos Karalias : https://github.com/mehiel\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n //! moment.js locale configuration\n\n function isFunction(input) {\n return (\n (typeof Function !== 'undefined' && input instanceof Function) ||\n Object.prototype.toString.call(input) === '[object Function]'\n );\n }\n\n var el = moment.defineLocale('el', {\n monthsNominativeEl: 'Ιανουάριος_Φεβρουάριος_Μάρτιος_Απρίλιος_Μάιος_Ιούνιος_Ιούλιος_Αύγουστος_Σεπτέμβριος_Οκτώβριος_Νοέμβριος_Δεκέμβριος'.split(\n '_'\n ),\n monthsGenitiveEl: 'Ιανουαρίου_Φεβρουαρίου_Μαρτίου_Απριλίου_Μαΐου_Ιουνίου_Ιουλίου_Αυγούστου_Σεπτεμβρίου_Οκτωβρίου_Νοεμβρίου_Δεκεμβρίου'.split(\n '_'\n ),\n months: function (momentToFormat, format) {\n if (!momentToFormat) {\n return this._monthsNominativeEl;\n } else if (\n typeof format === 'string' &&\n /D/.test(format.substring(0, format.indexOf('MMMM')))\n ) {\n // if there is a day number before 'MMMM'\n return this._monthsGenitiveEl[momentToFormat.month()];\n } else {\n return this._monthsNominativeEl[momentToFormat.month()];\n }\n },\n monthsShort: 'Ιαν_Φεβ_Μαρ_Απρ_Μαϊ_Ιουν_Ιουλ_Αυγ_Σεπ_Οκτ_Νοε_Δεκ'.split('_'),\n weekdays: 'Κυριακή_Δευτέρα_Τρίτη_Τετάρτη_Πέμπτη_Παρασκευή_Σάββατο'.split(\n '_'\n ),\n weekdaysShort: 'Κυρ_Δευ_Τρι_Τετ_Πεμ_Παρ_Σαβ'.split('_'),\n weekdaysMin: 'Κυ_Δε_Τρ_Τε_Πε_Πα_Σα'.split('_'),\n meridiem: function (hours, minutes, isLower) {\n if (hours > 11) {\n return isLower ? 'μμ' : 'ΜΜ';\n } else {\n return isLower ? 'πμ' : 'ΠΜ';\n }\n },\n isPM: function (input) {\n return (input + '').toLowerCase()[0] === 'μ';\n },\n meridiemParse: /[ΠΜ]\\.?Μ?\\.?/i,\n longDateFormat: {\n LT: 'h:mm A',\n LTS: 'h:mm:ss A',\n L: 'DD/MM/YYYY',\n LL: 'D MMMM YYYY',\n LLL: 'D MMMM YYYY h:mm A',\n LLLL: 'dddd, D MMMM YYYY h:mm A',\n },\n calendarEl: {\n sameDay: '[Σήμερα {}] LT',\n nextDay: '[Αύριο {}] LT',\n nextWeek: 'dddd [{}] LT',\n lastDay: '[Χθες {}] LT',\n lastWeek: function () {\n switch (this.day()) {\n case 6:\n return '[το προηγούμενο] dddd [{}] LT';\n default:\n return '[την προηγούμενη] dddd [{}] LT';\n }\n },\n sameElse: 'L',\n },\n calendar: function (key, mom) {\n var output = this._calendarEl[key],\n hours = mom && mom.hours();\n if (isFunction(output)) {\n output = output.apply(mom);\n }\n return output.replace('{}', hours % 12 === 1 ? 'στη' : 'στις');\n },\n relativeTime: {\n future: 'σε %s',\n past: '%s πριν',\n s: 'λίγα δευτερόλεπτα',\n ss: '%d δευτερόλεπτα',\n m: 'ένα λεπτό',\n mm: '%d λεπτά',\n h: 'μία ώρα',\n hh: '%d ώρες',\n d: 'μία μέρα',\n dd: '%d μέρες',\n M: 'ένας μήνας',\n MM: '%d μήνες',\n y: 'ένας χρόνος',\n yy: '%d χρόνια',\n },\n dayOfMonthOrdinalParse: /\\d{1,2}η/,\n ordinal: '%dη',\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 4, // The week that contains Jan 4st is the first week of the year.\n },\n });\n\n return el;\n\n})));\n","//! moment.js locale configuration\n//! locale : English (Australia) [en-au]\n//! author : Jared Morse : https://github.com/jarcoal\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n //! moment.js locale configuration\n\n var enAu = moment.defineLocale('en-au', {\n months: 'January_February_March_April_May_June_July_August_September_October_November_December'.split(\n '_'\n ),\n monthsShort: 'Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec'.split('_'),\n weekdays: 'Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday'.split(\n '_'\n ),\n weekdaysShort: 'Sun_Mon_Tue_Wed_Thu_Fri_Sat'.split('_'),\n weekdaysMin: 'Su_Mo_Tu_We_Th_Fr_Sa'.split('_'),\n longDateFormat: {\n LT: 'h:mm A',\n LTS: 'h:mm:ss A',\n L: 'DD/MM/YYYY',\n LL: 'D MMMM YYYY',\n LLL: 'D MMMM YYYY h:mm A',\n LLLL: 'dddd, D MMMM YYYY h:mm A',\n },\n calendar: {\n sameDay: '[Today at] LT',\n nextDay: '[Tomorrow at] LT',\n nextWeek: 'dddd [at] LT',\n lastDay: '[Yesterday at] LT',\n lastWeek: '[Last] dddd [at] LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: 'in %s',\n past: '%s ago',\n s: 'a few seconds',\n ss: '%d seconds',\n m: 'a minute',\n mm: '%d minutes',\n h: 'an hour',\n hh: '%d hours',\n d: 'a day',\n dd: '%d days',\n M: 'a month',\n MM: '%d months',\n y: 'a year',\n yy: '%d years',\n },\n dayOfMonthOrdinalParse: /\\d{1,2}(st|nd|rd|th)/,\n ordinal: function (number) {\n var b = number % 10,\n output =\n ~~((number % 100) / 10) === 1\n ? 'th'\n : b === 1\n ? 'st'\n : b === 2\n ? 'nd'\n : b === 3\n ? 'rd'\n : 'th';\n return number + output;\n },\n week: {\n dow: 0, // Sunday is the first day of the week.\n doy: 4, // The week that contains Jan 4th is the first week of the year.\n },\n });\n\n return enAu;\n\n})));\n","//! moment.js locale configuration\n//! locale : English (Canada) [en-ca]\n//! author : Jonathan Abourbih : https://github.com/jonbca\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n //! moment.js locale configuration\n\n var enCa = moment.defineLocale('en-ca', {\n months: 'January_February_March_April_May_June_July_August_September_October_November_December'.split(\n '_'\n ),\n monthsShort: 'Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec'.split('_'),\n weekdays: 'Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday'.split(\n '_'\n ),\n weekdaysShort: 'Sun_Mon_Tue_Wed_Thu_Fri_Sat'.split('_'),\n weekdaysMin: 'Su_Mo_Tu_We_Th_Fr_Sa'.split('_'),\n longDateFormat: {\n LT: 'h:mm A',\n LTS: 'h:mm:ss A',\n L: 'YYYY-MM-DD',\n LL: 'MMMM D, YYYY',\n LLL: 'MMMM D, YYYY h:mm A',\n LLLL: 'dddd, MMMM D, YYYY h:mm A',\n },\n calendar: {\n sameDay: '[Today at] LT',\n nextDay: '[Tomorrow at] LT',\n nextWeek: 'dddd [at] LT',\n lastDay: '[Yesterday at] LT',\n lastWeek: '[Last] dddd [at] LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: 'in %s',\n past: '%s ago',\n s: 'a few seconds',\n ss: '%d seconds',\n m: 'a minute',\n mm: '%d minutes',\n h: 'an hour',\n hh: '%d hours',\n d: 'a day',\n dd: '%d days',\n M: 'a month',\n MM: '%d months',\n y: 'a year',\n yy: '%d years',\n },\n dayOfMonthOrdinalParse: /\\d{1,2}(st|nd|rd|th)/,\n ordinal: function (number) {\n var b = number % 10,\n output =\n ~~((number % 100) / 10) === 1\n ? 'th'\n : b === 1\n ? 'st'\n : b === 2\n ? 'nd'\n : b === 3\n ? 'rd'\n : 'th';\n return number + output;\n },\n });\n\n return enCa;\n\n})));\n","//! moment.js locale configuration\n//! locale : English (United Kingdom) [en-gb]\n//! author : Chris Gedrim : https://github.com/chrisgedrim\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n //! moment.js locale configuration\n\n var enGb = moment.defineLocale('en-gb', {\n months: 'January_February_March_April_May_June_July_August_September_October_November_December'.split(\n '_'\n ),\n monthsShort: 'Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec'.split('_'),\n weekdays: 'Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday'.split(\n '_'\n ),\n weekdaysShort: 'Sun_Mon_Tue_Wed_Thu_Fri_Sat'.split('_'),\n weekdaysMin: 'Su_Mo_Tu_We_Th_Fr_Sa'.split('_'),\n longDateFormat: {\n LT: 'HH:mm',\n LTS: 'HH:mm:ss',\n L: 'DD/MM/YYYY',\n LL: 'D MMMM YYYY',\n LLL: 'D MMMM YYYY HH:mm',\n LLLL: 'dddd, D MMMM YYYY HH:mm',\n },\n calendar: {\n sameDay: '[Today at] LT',\n nextDay: '[Tomorrow at] LT',\n nextWeek: 'dddd [at] LT',\n lastDay: '[Yesterday at] LT',\n lastWeek: '[Last] dddd [at] LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: 'in %s',\n past: '%s ago',\n s: 'a few seconds',\n ss: '%d seconds',\n m: 'a minute',\n mm: '%d minutes',\n h: 'an hour',\n hh: '%d hours',\n d: 'a day',\n dd: '%d days',\n M: 'a month',\n MM: '%d months',\n y: 'a year',\n yy: '%d years',\n },\n dayOfMonthOrdinalParse: /\\d{1,2}(st|nd|rd|th)/,\n ordinal: function (number) {\n var b = number % 10,\n output =\n ~~((number % 100) / 10) === 1\n ? 'th'\n : b === 1\n ? 'st'\n : b === 2\n ? 'nd'\n : b === 3\n ? 'rd'\n : 'th';\n return number + output;\n },\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 4, // The week that contains Jan 4th is the first week of the year.\n },\n });\n\n return enGb;\n\n})));\n","//! moment.js locale configuration\n//! locale : English (Ireland) [en-ie]\n//! author : Chris Cartlidge : https://github.com/chriscartlidge\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n //! moment.js locale configuration\n\n var enIe = moment.defineLocale('en-ie', {\n months: 'January_February_March_April_May_June_July_August_September_October_November_December'.split(\n '_'\n ),\n monthsShort: 'Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec'.split('_'),\n weekdays: 'Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday'.split(\n '_'\n ),\n weekdaysShort: 'Sun_Mon_Tue_Wed_Thu_Fri_Sat'.split('_'),\n weekdaysMin: 'Su_Mo_Tu_We_Th_Fr_Sa'.split('_'),\n longDateFormat: {\n LT: 'HH:mm',\n LTS: 'HH:mm:ss',\n L: 'DD/MM/YYYY',\n LL: 'D MMMM YYYY',\n LLL: 'D MMMM YYYY HH:mm',\n LLLL: 'dddd D MMMM YYYY HH:mm',\n },\n calendar: {\n sameDay: '[Today at] LT',\n nextDay: '[Tomorrow at] LT',\n nextWeek: 'dddd [at] LT',\n lastDay: '[Yesterday at] LT',\n lastWeek: '[Last] dddd [at] LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: 'in %s',\n past: '%s ago',\n s: 'a few seconds',\n ss: '%d seconds',\n m: 'a minute',\n mm: '%d minutes',\n h: 'an hour',\n hh: '%d hours',\n d: 'a day',\n dd: '%d days',\n M: 'a month',\n MM: '%d months',\n y: 'a year',\n yy: '%d years',\n },\n dayOfMonthOrdinalParse: /\\d{1,2}(st|nd|rd|th)/,\n ordinal: function (number) {\n var b = number % 10,\n output =\n ~~((number % 100) / 10) === 1\n ? 'th'\n : b === 1\n ? 'st'\n : b === 2\n ? 'nd'\n : b === 3\n ? 'rd'\n : 'th';\n return number + output;\n },\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 4, // The week that contains Jan 4th is the first week of the year.\n },\n });\n\n return enIe;\n\n})));\n","//! moment.js locale configuration\n//! locale : English (Israel) [en-il]\n//! author : Chris Gedrim : https://github.com/chrisgedrim\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n //! moment.js locale configuration\n\n var enIl = moment.defineLocale('en-il', {\n months: 'January_February_March_April_May_June_July_August_September_October_November_December'.split(\n '_'\n ),\n monthsShort: 'Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec'.split('_'),\n weekdays: 'Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday'.split(\n '_'\n ),\n weekdaysShort: 'Sun_Mon_Tue_Wed_Thu_Fri_Sat'.split('_'),\n weekdaysMin: 'Su_Mo_Tu_We_Th_Fr_Sa'.split('_'),\n longDateFormat: {\n LT: 'HH:mm',\n LTS: 'HH:mm:ss',\n L: 'DD/MM/YYYY',\n LL: 'D MMMM YYYY',\n LLL: 'D MMMM YYYY HH:mm',\n LLLL: 'dddd, D MMMM YYYY HH:mm',\n },\n calendar: {\n sameDay: '[Today at] LT',\n nextDay: '[Tomorrow at] LT',\n nextWeek: 'dddd [at] LT',\n lastDay: '[Yesterday at] LT',\n lastWeek: '[Last] dddd [at] LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: 'in %s',\n past: '%s ago',\n s: 'a few seconds',\n ss: '%d seconds',\n m: 'a minute',\n mm: '%d minutes',\n h: 'an hour',\n hh: '%d hours',\n d: 'a day',\n dd: '%d days',\n M: 'a month',\n MM: '%d months',\n y: 'a year',\n yy: '%d years',\n },\n dayOfMonthOrdinalParse: /\\d{1,2}(st|nd|rd|th)/,\n ordinal: function (number) {\n var b = number % 10,\n output =\n ~~((number % 100) / 10) === 1\n ? 'th'\n : b === 1\n ? 'st'\n : b === 2\n ? 'nd'\n : b === 3\n ? 'rd'\n : 'th';\n return number + output;\n },\n });\n\n return enIl;\n\n})));\n","//! moment.js locale configuration\n//! locale : English (India) [en-in]\n//! author : Jatin Agrawal : https://github.com/jatinag22\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n //! moment.js locale configuration\n\n var enIn = moment.defineLocale('en-in', {\n months: 'January_February_March_April_May_June_July_August_September_October_November_December'.split(\n '_'\n ),\n monthsShort: 'Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec'.split('_'),\n weekdays: 'Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday'.split(\n '_'\n ),\n weekdaysShort: 'Sun_Mon_Tue_Wed_Thu_Fri_Sat'.split('_'),\n weekdaysMin: 'Su_Mo_Tu_We_Th_Fr_Sa'.split('_'),\n longDateFormat: {\n LT: 'h:mm A',\n LTS: 'h:mm:ss A',\n L: 'DD/MM/YYYY',\n LL: 'D MMMM YYYY',\n LLL: 'D MMMM YYYY h:mm A',\n LLLL: 'dddd, D MMMM YYYY h:mm A',\n },\n calendar: {\n sameDay: '[Today at] LT',\n nextDay: '[Tomorrow at] LT',\n nextWeek: 'dddd [at] LT',\n lastDay: '[Yesterday at] LT',\n lastWeek: '[Last] dddd [at] LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: 'in %s',\n past: '%s ago',\n s: 'a few seconds',\n ss: '%d seconds',\n m: 'a minute',\n mm: '%d minutes',\n h: 'an hour',\n hh: '%d hours',\n d: 'a day',\n dd: '%d days',\n M: 'a month',\n MM: '%d months',\n y: 'a year',\n yy: '%d years',\n },\n dayOfMonthOrdinalParse: /\\d{1,2}(st|nd|rd|th)/,\n ordinal: function (number) {\n var b = number % 10,\n output =\n ~~((number % 100) / 10) === 1\n ? 'th'\n : b === 1\n ? 'st'\n : b === 2\n ? 'nd'\n : b === 3\n ? 'rd'\n : 'th';\n return number + output;\n },\n week: {\n dow: 0, // Sunday is the first day of the week.\n doy: 6, // The week that contains Jan 1st is the first week of the year.\n },\n });\n\n return enIn;\n\n})));\n","//! moment.js locale configuration\n//! locale : English (New Zealand) [en-nz]\n//! author : Luke McGregor : https://github.com/lukemcgregor\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n //! moment.js locale configuration\n\n var enNz = moment.defineLocale('en-nz', {\n months: 'January_February_March_April_May_June_July_August_September_October_November_December'.split(\n '_'\n ),\n monthsShort: 'Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec'.split('_'),\n weekdays: 'Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday'.split(\n '_'\n ),\n weekdaysShort: 'Sun_Mon_Tue_Wed_Thu_Fri_Sat'.split('_'),\n weekdaysMin: 'Su_Mo_Tu_We_Th_Fr_Sa'.split('_'),\n longDateFormat: {\n LT: 'h:mm A',\n LTS: 'h:mm:ss A',\n L: 'DD/MM/YYYY',\n LL: 'D MMMM YYYY',\n LLL: 'D MMMM YYYY h:mm A',\n LLLL: 'dddd, D MMMM YYYY h:mm A',\n },\n calendar: {\n sameDay: '[Today at] LT',\n nextDay: '[Tomorrow at] LT',\n nextWeek: 'dddd [at] LT',\n lastDay: '[Yesterday at] LT',\n lastWeek: '[Last] dddd [at] LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: 'in %s',\n past: '%s ago',\n s: 'a few seconds',\n ss: '%d seconds',\n m: 'a minute',\n mm: '%d minutes',\n h: 'an hour',\n hh: '%d hours',\n d: 'a day',\n dd: '%d days',\n M: 'a month',\n MM: '%d months',\n y: 'a year',\n yy: '%d years',\n },\n dayOfMonthOrdinalParse: /\\d{1,2}(st|nd|rd|th)/,\n ordinal: function (number) {\n var b = number % 10,\n output =\n ~~((number % 100) / 10) === 1\n ? 'th'\n : b === 1\n ? 'st'\n : b === 2\n ? 'nd'\n : b === 3\n ? 'rd'\n : 'th';\n return number + output;\n },\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 4, // The week that contains Jan 4th is the first week of the year.\n },\n });\n\n return enNz;\n\n})));\n","//! moment.js locale configuration\n//! locale : English (Singapore) [en-sg]\n//! author : Matthew Castrillon-Madrigal : https://github.com/techdimension\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n //! moment.js locale configuration\n\n var enSg = moment.defineLocale('en-sg', {\n months: 'January_February_March_April_May_June_July_August_September_October_November_December'.split(\n '_'\n ),\n monthsShort: 'Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec'.split('_'),\n weekdays: 'Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday'.split(\n '_'\n ),\n weekdaysShort: 'Sun_Mon_Tue_Wed_Thu_Fri_Sat'.split('_'),\n weekdaysMin: 'Su_Mo_Tu_We_Th_Fr_Sa'.split('_'),\n longDateFormat: {\n LT: 'HH:mm',\n LTS: 'HH:mm:ss',\n L: 'DD/MM/YYYY',\n LL: 'D MMMM YYYY',\n LLL: 'D MMMM YYYY HH:mm',\n LLLL: 'dddd, D MMMM YYYY HH:mm',\n },\n calendar: {\n sameDay: '[Today at] LT',\n nextDay: '[Tomorrow at] LT',\n nextWeek: 'dddd [at] LT',\n lastDay: '[Yesterday at] LT',\n lastWeek: '[Last] dddd [at] LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: 'in %s',\n past: '%s ago',\n s: 'a few seconds',\n ss: '%d seconds',\n m: 'a minute',\n mm: '%d minutes',\n h: 'an hour',\n hh: '%d hours',\n d: 'a day',\n dd: '%d days',\n M: 'a month',\n MM: '%d months',\n y: 'a year',\n yy: '%d years',\n },\n dayOfMonthOrdinalParse: /\\d{1,2}(st|nd|rd|th)/,\n ordinal: function (number) {\n var b = number % 10,\n output =\n ~~((number % 100) / 10) === 1\n ? 'th'\n : b === 1\n ? 'st'\n : b === 2\n ? 'nd'\n : b === 3\n ? 'rd'\n : 'th';\n return number + output;\n },\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 4, // The week that contains Jan 4th is the first week of the year.\n },\n });\n\n return enSg;\n\n})));\n","//! moment.js locale configuration\n//! locale : Esperanto [eo]\n//! author : Colin Dean : https://github.com/colindean\n//! author : Mia Nordentoft Imperatori : https://github.com/miestasmia\n//! comment : miestasmia corrected the translation by colindean\n//! comment : Vivakvo corrected the translation by colindean and miestasmia\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n //! moment.js locale configuration\n\n var eo = moment.defineLocale('eo', {\n months: 'januaro_februaro_marto_aprilo_majo_junio_julio_aŭgusto_septembro_oktobro_novembro_decembro'.split(\n '_'\n ),\n monthsShort: 'jan_feb_mart_apr_maj_jun_jul_aŭg_sept_okt_nov_dec'.split('_'),\n weekdays: 'dimanĉo_lundo_mardo_merkredo_ĵaŭdo_vendredo_sabato'.split('_'),\n weekdaysShort: 'dim_lun_mard_merk_ĵaŭ_ven_sab'.split('_'),\n weekdaysMin: 'di_lu_ma_me_ĵa_ve_sa'.split('_'),\n longDateFormat: {\n LT: 'HH:mm',\n LTS: 'HH:mm:ss',\n L: 'YYYY-MM-DD',\n LL: '[la] D[-an de] MMMM, YYYY',\n LLL: '[la] D[-an de] MMMM, YYYY HH:mm',\n LLLL: 'dddd[n], [la] D[-an de] MMMM, YYYY HH:mm',\n llll: 'ddd, [la] D[-an de] MMM, YYYY HH:mm',\n },\n meridiemParse: /[ap]\\.t\\.m/i,\n isPM: function (input) {\n return input.charAt(0).toLowerCase() === 'p';\n },\n meridiem: function (hours, minutes, isLower) {\n if (hours > 11) {\n return isLower ? 'p.t.m.' : 'P.T.M.';\n } else {\n return isLower ? 'a.t.m.' : 'A.T.M.';\n }\n },\n calendar: {\n sameDay: '[Hodiaŭ je] LT',\n nextDay: '[Morgaŭ je] LT',\n nextWeek: 'dddd[n je] LT',\n lastDay: '[Hieraŭ je] LT',\n lastWeek: '[pasintan] dddd[n je] LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: 'post %s',\n past: 'antaŭ %s',\n s: 'kelkaj sekundoj',\n ss: '%d sekundoj',\n m: 'unu minuto',\n mm: '%d minutoj',\n h: 'unu horo',\n hh: '%d horoj',\n d: 'unu tago', //ne 'diurno', ĉar estas uzita por proksimumo\n dd: '%d tagoj',\n M: 'unu monato',\n MM: '%d monatoj',\n y: 'unu jaro',\n yy: '%d jaroj',\n },\n dayOfMonthOrdinalParse: /\\d{1,2}a/,\n ordinal: '%da',\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 7, // The week that contains Jan 7th is the first week of the year.\n },\n });\n\n return eo;\n\n})));\n","//! moment.js locale configuration\n//! locale : Spanish [es]\n//! author : Julio Napurí : https://github.com/julionc\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n //! moment.js locale configuration\n\n var monthsShortDot = 'ene._feb._mar._abr._may._jun._jul._ago._sep._oct._nov._dic.'.split(\n '_'\n ),\n monthsShort = 'ene_feb_mar_abr_may_jun_jul_ago_sep_oct_nov_dic'.split('_'),\n monthsParse = [\n /^ene/i,\n /^feb/i,\n /^mar/i,\n /^abr/i,\n /^may/i,\n /^jun/i,\n /^jul/i,\n /^ago/i,\n /^sep/i,\n /^oct/i,\n /^nov/i,\n /^dic/i,\n ],\n monthsRegex = /^(enero|febrero|marzo|abril|mayo|junio|julio|agosto|septiembre|octubre|noviembre|diciembre|ene\\.?|feb\\.?|mar\\.?|abr\\.?|may\\.?|jun\\.?|jul\\.?|ago\\.?|sep\\.?|oct\\.?|nov\\.?|dic\\.?)/i;\n\n var es = moment.defineLocale('es', {\n months: 'enero_febrero_marzo_abril_mayo_junio_julio_agosto_septiembre_octubre_noviembre_diciembre'.split(\n '_'\n ),\n monthsShort: function (m, format) {\n if (!m) {\n return monthsShortDot;\n } else if (/-MMM-/.test(format)) {\n return monthsShort[m.month()];\n } else {\n return monthsShortDot[m.month()];\n }\n },\n monthsRegex: monthsRegex,\n monthsShortRegex: monthsRegex,\n monthsStrictRegex: /^(enero|febrero|marzo|abril|mayo|junio|julio|agosto|septiembre|octubre|noviembre|diciembre)/i,\n monthsShortStrictRegex: /^(ene\\.?|feb\\.?|mar\\.?|abr\\.?|may\\.?|jun\\.?|jul\\.?|ago\\.?|sep\\.?|oct\\.?|nov\\.?|dic\\.?)/i,\n monthsParse: monthsParse,\n longMonthsParse: monthsParse,\n shortMonthsParse: monthsParse,\n weekdays: 'domingo_lunes_martes_miércoles_jueves_viernes_sábado'.split('_'),\n weekdaysShort: 'dom._lun._mar._mié._jue._vie._sáb.'.split('_'),\n weekdaysMin: 'do_lu_ma_mi_ju_vi_sá'.split('_'),\n weekdaysParseExact: true,\n longDateFormat: {\n LT: 'H:mm',\n LTS: 'H:mm:ss',\n L: 'DD/MM/YYYY',\n LL: 'D [de] MMMM [de] YYYY',\n LLL: 'D [de] MMMM [de] YYYY H:mm',\n LLLL: 'dddd, D [de] MMMM [de] YYYY H:mm',\n },\n calendar: {\n sameDay: function () {\n return '[hoy a la' + (this.hours() !== 1 ? 's' : '') + '] LT';\n },\n nextDay: function () {\n return '[mañana a la' + (this.hours() !== 1 ? 's' : '') + '] LT';\n },\n nextWeek: function () {\n return 'dddd [a la' + (this.hours() !== 1 ? 's' : '') + '] LT';\n },\n lastDay: function () {\n return '[ayer a la' + (this.hours() !== 1 ? 's' : '') + '] LT';\n },\n lastWeek: function () {\n return (\n '[el] dddd [pasado a la' +\n (this.hours() !== 1 ? 's' : '') +\n '] LT'\n );\n },\n sameElse: 'L',\n },\n relativeTime: {\n future: 'en %s',\n past: 'hace %s',\n s: 'unos segundos',\n ss: '%d segundos',\n m: 'un minuto',\n mm: '%d minutos',\n h: 'una hora',\n hh: '%d horas',\n d: 'un día',\n dd: '%d días',\n w: 'una semana',\n ww: '%d semanas',\n M: 'un mes',\n MM: '%d meses',\n y: 'un año',\n yy: '%d años',\n },\n dayOfMonthOrdinalParse: /\\d{1,2}º/,\n ordinal: '%dº',\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 4, // The week that contains Jan 4th is the first week of the year.\n },\n invalidDate: 'Fecha inválida',\n });\n\n return es;\n\n})));\n","//! moment.js locale configuration\n//! locale : Spanish (Dominican Republic) [es-do]\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n //! moment.js locale configuration\n\n var monthsShortDot = 'ene._feb._mar._abr._may._jun._jul._ago._sep._oct._nov._dic.'.split(\n '_'\n ),\n monthsShort = 'ene_feb_mar_abr_may_jun_jul_ago_sep_oct_nov_dic'.split('_'),\n monthsParse = [\n /^ene/i,\n /^feb/i,\n /^mar/i,\n /^abr/i,\n /^may/i,\n /^jun/i,\n /^jul/i,\n /^ago/i,\n /^sep/i,\n /^oct/i,\n /^nov/i,\n /^dic/i,\n ],\n monthsRegex = /^(enero|febrero|marzo|abril|mayo|junio|julio|agosto|septiembre|octubre|noviembre|diciembre|ene\\.?|feb\\.?|mar\\.?|abr\\.?|may\\.?|jun\\.?|jul\\.?|ago\\.?|sep\\.?|oct\\.?|nov\\.?|dic\\.?)/i;\n\n var esDo = moment.defineLocale('es-do', {\n months: 'enero_febrero_marzo_abril_mayo_junio_julio_agosto_septiembre_octubre_noviembre_diciembre'.split(\n '_'\n ),\n monthsShort: function (m, format) {\n if (!m) {\n return monthsShortDot;\n } else if (/-MMM-/.test(format)) {\n return monthsShort[m.month()];\n } else {\n return monthsShortDot[m.month()];\n }\n },\n monthsRegex: monthsRegex,\n monthsShortRegex: monthsRegex,\n monthsStrictRegex: /^(enero|febrero|marzo|abril|mayo|junio|julio|agosto|septiembre|octubre|noviembre|diciembre)/i,\n monthsShortStrictRegex: /^(ene\\.?|feb\\.?|mar\\.?|abr\\.?|may\\.?|jun\\.?|jul\\.?|ago\\.?|sep\\.?|oct\\.?|nov\\.?|dic\\.?)/i,\n monthsParse: monthsParse,\n longMonthsParse: monthsParse,\n shortMonthsParse: monthsParse,\n weekdays: 'domingo_lunes_martes_miércoles_jueves_viernes_sábado'.split('_'),\n weekdaysShort: 'dom._lun._mar._mié._jue._vie._sáb.'.split('_'),\n weekdaysMin: 'do_lu_ma_mi_ju_vi_sá'.split('_'),\n weekdaysParseExact: true,\n longDateFormat: {\n LT: 'h:mm A',\n LTS: 'h:mm:ss A',\n L: 'DD/MM/YYYY',\n LL: 'D [de] MMMM [de] YYYY',\n LLL: 'D [de] MMMM [de] YYYY h:mm A',\n LLLL: 'dddd, D [de] MMMM [de] YYYY h:mm A',\n },\n calendar: {\n sameDay: function () {\n return '[hoy a la' + (this.hours() !== 1 ? 's' : '') + '] LT';\n },\n nextDay: function () {\n return '[mañana a la' + (this.hours() !== 1 ? 's' : '') + '] LT';\n },\n nextWeek: function () {\n return 'dddd [a la' + (this.hours() !== 1 ? 's' : '') + '] LT';\n },\n lastDay: function () {\n return '[ayer a la' + (this.hours() !== 1 ? 's' : '') + '] LT';\n },\n lastWeek: function () {\n return (\n '[el] dddd [pasado a la' +\n (this.hours() !== 1 ? 's' : '') +\n '] LT'\n );\n },\n sameElse: 'L',\n },\n relativeTime: {\n future: 'en %s',\n past: 'hace %s',\n s: 'unos segundos',\n ss: '%d segundos',\n m: 'un minuto',\n mm: '%d minutos',\n h: 'una hora',\n hh: '%d horas',\n d: 'un día',\n dd: '%d días',\n w: 'una semana',\n ww: '%d semanas',\n M: 'un mes',\n MM: '%d meses',\n y: 'un año',\n yy: '%d años',\n },\n dayOfMonthOrdinalParse: /\\d{1,2}º/,\n ordinal: '%dº',\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 4, // The week that contains Jan 4th is the first week of the year.\n },\n });\n\n return esDo;\n\n})));\n","//! moment.js locale configuration\n//! locale : Spanish (Mexico) [es-mx]\n//! author : JC Franco : https://github.com/jcfranco\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n //! moment.js locale configuration\n\n var monthsShortDot = 'ene._feb._mar._abr._may._jun._jul._ago._sep._oct._nov._dic.'.split(\n '_'\n ),\n monthsShort = 'ene_feb_mar_abr_may_jun_jul_ago_sep_oct_nov_dic'.split('_'),\n monthsParse = [\n /^ene/i,\n /^feb/i,\n /^mar/i,\n /^abr/i,\n /^may/i,\n /^jun/i,\n /^jul/i,\n /^ago/i,\n /^sep/i,\n /^oct/i,\n /^nov/i,\n /^dic/i,\n ],\n monthsRegex = /^(enero|febrero|marzo|abril|mayo|junio|julio|agosto|septiembre|octubre|noviembre|diciembre|ene\\.?|feb\\.?|mar\\.?|abr\\.?|may\\.?|jun\\.?|jul\\.?|ago\\.?|sep\\.?|oct\\.?|nov\\.?|dic\\.?)/i;\n\n var esMx = moment.defineLocale('es-mx', {\n months: 'enero_febrero_marzo_abril_mayo_junio_julio_agosto_septiembre_octubre_noviembre_diciembre'.split(\n '_'\n ),\n monthsShort: function (m, format) {\n if (!m) {\n return monthsShortDot;\n } else if (/-MMM-/.test(format)) {\n return monthsShort[m.month()];\n } else {\n return monthsShortDot[m.month()];\n }\n },\n monthsRegex: monthsRegex,\n monthsShortRegex: monthsRegex,\n monthsStrictRegex: /^(enero|febrero|marzo|abril|mayo|junio|julio|agosto|septiembre|octubre|noviembre|diciembre)/i,\n monthsShortStrictRegex: /^(ene\\.?|feb\\.?|mar\\.?|abr\\.?|may\\.?|jun\\.?|jul\\.?|ago\\.?|sep\\.?|oct\\.?|nov\\.?|dic\\.?)/i,\n monthsParse: monthsParse,\n longMonthsParse: monthsParse,\n shortMonthsParse: monthsParse,\n weekdays: 'domingo_lunes_martes_miércoles_jueves_viernes_sábado'.split('_'),\n weekdaysShort: 'dom._lun._mar._mié._jue._vie._sáb.'.split('_'),\n weekdaysMin: 'do_lu_ma_mi_ju_vi_sá'.split('_'),\n weekdaysParseExact: true,\n longDateFormat: {\n LT: 'H:mm',\n LTS: 'H:mm:ss',\n L: 'DD/MM/YYYY',\n LL: 'D [de] MMMM [de] YYYY',\n LLL: 'D [de] MMMM [de] YYYY H:mm',\n LLLL: 'dddd, D [de] MMMM [de] YYYY H:mm',\n },\n calendar: {\n sameDay: function () {\n return '[hoy a la' + (this.hours() !== 1 ? 's' : '') + '] LT';\n },\n nextDay: function () {\n return '[mañana a la' + (this.hours() !== 1 ? 's' : '') + '] LT';\n },\n nextWeek: function () {\n return 'dddd [a la' + (this.hours() !== 1 ? 's' : '') + '] LT';\n },\n lastDay: function () {\n return '[ayer a la' + (this.hours() !== 1 ? 's' : '') + '] LT';\n },\n lastWeek: function () {\n return (\n '[el] dddd [pasado a la' +\n (this.hours() !== 1 ? 's' : '') +\n '] LT'\n );\n },\n sameElse: 'L',\n },\n relativeTime: {\n future: 'en %s',\n past: 'hace %s',\n s: 'unos segundos',\n ss: '%d segundos',\n m: 'un minuto',\n mm: '%d minutos',\n h: 'una hora',\n hh: '%d horas',\n d: 'un día',\n dd: '%d días',\n w: 'una semana',\n ww: '%d semanas',\n M: 'un mes',\n MM: '%d meses',\n y: 'un año',\n yy: '%d años',\n },\n dayOfMonthOrdinalParse: /\\d{1,2}º/,\n ordinal: '%dº',\n week: {\n dow: 0, // Sunday is the first day of the week.\n doy: 4, // The week that contains Jan 4th is the first week of the year.\n },\n invalidDate: 'Fecha inválida',\n });\n\n return esMx;\n\n})));\n","//! moment.js locale configuration\n//! locale : Spanish (United States) [es-us]\n//! author : bustta : https://github.com/bustta\n//! author : chrisrodz : https://github.com/chrisrodz\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n //! moment.js locale configuration\n\n var monthsShortDot = 'ene._feb._mar._abr._may._jun._jul._ago._sep._oct._nov._dic.'.split(\n '_'\n ),\n monthsShort = 'ene_feb_mar_abr_may_jun_jul_ago_sep_oct_nov_dic'.split('_'),\n monthsParse = [\n /^ene/i,\n /^feb/i,\n /^mar/i,\n /^abr/i,\n /^may/i,\n /^jun/i,\n /^jul/i,\n /^ago/i,\n /^sep/i,\n /^oct/i,\n /^nov/i,\n /^dic/i,\n ],\n monthsRegex = /^(enero|febrero|marzo|abril|mayo|junio|julio|agosto|septiembre|octubre|noviembre|diciembre|ene\\.?|feb\\.?|mar\\.?|abr\\.?|may\\.?|jun\\.?|jul\\.?|ago\\.?|sep\\.?|oct\\.?|nov\\.?|dic\\.?)/i;\n\n var esUs = moment.defineLocale('es-us', {\n months: 'enero_febrero_marzo_abril_mayo_junio_julio_agosto_septiembre_octubre_noviembre_diciembre'.split(\n '_'\n ),\n monthsShort: function (m, format) {\n if (!m) {\n return monthsShortDot;\n } else if (/-MMM-/.test(format)) {\n return monthsShort[m.month()];\n } else {\n return monthsShortDot[m.month()];\n }\n },\n monthsRegex: monthsRegex,\n monthsShortRegex: monthsRegex,\n monthsStrictRegex: /^(enero|febrero|marzo|abril|mayo|junio|julio|agosto|septiembre|octubre|noviembre|diciembre)/i,\n monthsShortStrictRegex: /^(ene\\.?|feb\\.?|mar\\.?|abr\\.?|may\\.?|jun\\.?|jul\\.?|ago\\.?|sep\\.?|oct\\.?|nov\\.?|dic\\.?)/i,\n monthsParse: monthsParse,\n longMonthsParse: monthsParse,\n shortMonthsParse: monthsParse,\n weekdays: 'domingo_lunes_martes_miércoles_jueves_viernes_sábado'.split('_'),\n weekdaysShort: 'dom._lun._mar._mié._jue._vie._sáb.'.split('_'),\n weekdaysMin: 'do_lu_ma_mi_ju_vi_sá'.split('_'),\n weekdaysParseExact: true,\n longDateFormat: {\n LT: 'h:mm A',\n LTS: 'h:mm:ss A',\n L: 'MM/DD/YYYY',\n LL: 'D [de] MMMM [de] YYYY',\n LLL: 'D [de] MMMM [de] YYYY h:mm A',\n LLLL: 'dddd, D [de] MMMM [de] YYYY h:mm A',\n },\n calendar: {\n sameDay: function () {\n return '[hoy a la' + (this.hours() !== 1 ? 's' : '') + '] LT';\n },\n nextDay: function () {\n return '[mañana a la' + (this.hours() !== 1 ? 's' : '') + '] LT';\n },\n nextWeek: function () {\n return 'dddd [a la' + (this.hours() !== 1 ? 's' : '') + '] LT';\n },\n lastDay: function () {\n return '[ayer a la' + (this.hours() !== 1 ? 's' : '') + '] LT';\n },\n lastWeek: function () {\n return (\n '[el] dddd [pasado a la' +\n (this.hours() !== 1 ? 's' : '') +\n '] LT'\n );\n },\n sameElse: 'L',\n },\n relativeTime: {\n future: 'en %s',\n past: 'hace %s',\n s: 'unos segundos',\n ss: '%d segundos',\n m: 'un minuto',\n mm: '%d minutos',\n h: 'una hora',\n hh: '%d horas',\n d: 'un día',\n dd: '%d días',\n w: 'una semana',\n ww: '%d semanas',\n M: 'un mes',\n MM: '%d meses',\n y: 'un año',\n yy: '%d años',\n },\n dayOfMonthOrdinalParse: /\\d{1,2}º/,\n ordinal: '%dº',\n week: {\n dow: 0, // Sunday is the first day of the week.\n doy: 6, // The week that contains Jan 6th is the first week of the year.\n },\n });\n\n return esUs;\n\n})));\n","//! moment.js locale configuration\n//! locale : Estonian [et]\n//! author : Henry Kehlmann : https://github.com/madhenry\n//! improvements : Illimar Tambek : https://github.com/ragulka\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n //! moment.js locale configuration\n\n function processRelativeTime(number, withoutSuffix, key, isFuture) {\n var format = {\n s: ['mõne sekundi', 'mõni sekund', 'paar sekundit'],\n ss: [number + 'sekundi', number + 'sekundit'],\n m: ['ühe minuti', 'üks minut'],\n mm: [number + ' minuti', number + ' minutit'],\n h: ['ühe tunni', 'tund aega', 'üks tund'],\n hh: [number + ' tunni', number + ' tundi'],\n d: ['ühe päeva', 'üks päev'],\n M: ['kuu aja', 'kuu aega', 'üks kuu'],\n MM: [number + ' kuu', number + ' kuud'],\n y: ['ühe aasta', 'aasta', 'üks aasta'],\n yy: [number + ' aasta', number + ' aastat'],\n };\n if (withoutSuffix) {\n return format[key][2] ? format[key][2] : format[key][1];\n }\n return isFuture ? format[key][0] : format[key][1];\n }\n\n var et = moment.defineLocale('et', {\n months: 'jaanuar_veebruar_märts_aprill_mai_juuni_juuli_august_september_oktoober_november_detsember'.split(\n '_'\n ),\n monthsShort: 'jaan_veebr_märts_apr_mai_juuni_juuli_aug_sept_okt_nov_dets'.split(\n '_'\n ),\n weekdays: 'pühapäev_esmaspäev_teisipäev_kolmapäev_neljapäev_reede_laupäev'.split(\n '_'\n ),\n weekdaysShort: 'P_E_T_K_N_R_L'.split('_'),\n weekdaysMin: 'P_E_T_K_N_R_L'.split('_'),\n longDateFormat: {\n LT: 'H:mm',\n LTS: 'H:mm:ss',\n L: 'DD.MM.YYYY',\n LL: 'D. MMMM YYYY',\n LLL: 'D. MMMM YYYY H:mm',\n LLLL: 'dddd, D. MMMM YYYY H:mm',\n },\n calendar: {\n sameDay: '[Täna,] LT',\n nextDay: '[Homme,] LT',\n nextWeek: '[Järgmine] dddd LT',\n lastDay: '[Eile,] LT',\n lastWeek: '[Eelmine] dddd LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: '%s pärast',\n past: '%s tagasi',\n s: processRelativeTime,\n ss: processRelativeTime,\n m: processRelativeTime,\n mm: processRelativeTime,\n h: processRelativeTime,\n hh: processRelativeTime,\n d: processRelativeTime,\n dd: '%d päeva',\n M: processRelativeTime,\n MM: processRelativeTime,\n y: processRelativeTime,\n yy: processRelativeTime,\n },\n dayOfMonthOrdinalParse: /\\d{1,2}\\./,\n ordinal: '%d.',\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 4, // The week that contains Jan 4th is the first week of the year.\n },\n });\n\n return et;\n\n})));\n","//! moment.js locale configuration\n//! locale : Basque [eu]\n//! author : Eneko Illarramendi : https://github.com/eillarra\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n //! moment.js locale configuration\n\n var eu = moment.defineLocale('eu', {\n months: 'urtarrila_otsaila_martxoa_apirila_maiatza_ekaina_uztaila_abuztua_iraila_urria_azaroa_abendua'.split(\n '_'\n ),\n monthsShort: 'urt._ots._mar._api._mai._eka._uzt._abu._ira._urr._aza._abe.'.split(\n '_'\n ),\n monthsParseExact: true,\n weekdays: 'igandea_astelehena_asteartea_asteazkena_osteguna_ostirala_larunbata'.split(\n '_'\n ),\n weekdaysShort: 'ig._al._ar._az._og._ol._lr.'.split('_'),\n weekdaysMin: 'ig_al_ar_az_og_ol_lr'.split('_'),\n weekdaysParseExact: true,\n longDateFormat: {\n LT: 'HH:mm',\n LTS: 'HH:mm:ss',\n L: 'YYYY-MM-DD',\n LL: 'YYYY[ko] MMMM[ren] D[a]',\n LLL: 'YYYY[ko] MMMM[ren] D[a] HH:mm',\n LLLL: 'dddd, YYYY[ko] MMMM[ren] D[a] HH:mm',\n l: 'YYYY-M-D',\n ll: 'YYYY[ko] MMM D[a]',\n lll: 'YYYY[ko] MMM D[a] HH:mm',\n llll: 'ddd, YYYY[ko] MMM D[a] HH:mm',\n },\n calendar: {\n sameDay: '[gaur] LT[etan]',\n nextDay: '[bihar] LT[etan]',\n nextWeek: 'dddd LT[etan]',\n lastDay: '[atzo] LT[etan]',\n lastWeek: '[aurreko] dddd LT[etan]',\n sameElse: 'L',\n },\n relativeTime: {\n future: '%s barru',\n past: 'duela %s',\n s: 'segundo batzuk',\n ss: '%d segundo',\n m: 'minutu bat',\n mm: '%d minutu',\n h: 'ordu bat',\n hh: '%d ordu',\n d: 'egun bat',\n dd: '%d egun',\n M: 'hilabete bat',\n MM: '%d hilabete',\n y: 'urte bat',\n yy: '%d urte',\n },\n dayOfMonthOrdinalParse: /\\d{1,2}\\./,\n ordinal: '%d.',\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 7, // The week that contains Jan 7th is the first week of the year.\n },\n });\n\n return eu;\n\n})));\n","//! moment.js locale configuration\n//! locale : Persian [fa]\n//! author : Ebrahim Byagowi : https://github.com/ebraminio\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n //! moment.js locale configuration\n\n var symbolMap = {\n 1: '۱',\n 2: '۲',\n 3: '۳',\n 4: '۴',\n 5: '۵',\n 6: '۶',\n 7: '۷',\n 8: '۸',\n 9: '۹',\n 0: '۰',\n },\n numberMap = {\n '۱': '1',\n '۲': '2',\n '۳': '3',\n '۴': '4',\n '۵': '5',\n '۶': '6',\n '۷': '7',\n '۸': '8',\n '۹': '9',\n '۰': '0',\n };\n\n var fa = moment.defineLocale('fa', {\n months: 'ژانویه_فوریه_مارس_آوریل_مه_ژوئن_ژوئیه_اوت_سپتامبر_اکتبر_نوامبر_دسامبر'.split(\n '_'\n ),\n monthsShort: 'ژانویه_فوریه_مارس_آوریل_مه_ژوئن_ژوئیه_اوت_سپتامبر_اکتبر_نوامبر_دسامبر'.split(\n '_'\n ),\n weekdays: 'یک\\u200cشنبه_دوشنبه_سه\\u200cشنبه_چهارشنبه_پنج\\u200cشنبه_جمعه_شنبه'.split(\n '_'\n ),\n weekdaysShort: 'یک\\u200cشنبه_دوشنبه_سه\\u200cشنبه_چهارشنبه_پنج\\u200cشنبه_جمعه_شنبه'.split(\n '_'\n ),\n weekdaysMin: 'ی_د_س_چ_پ_ج_ش'.split('_'),\n weekdaysParseExact: true,\n longDateFormat: {\n LT: 'HH:mm',\n LTS: 'HH:mm:ss',\n L: 'DD/MM/YYYY',\n LL: 'D MMMM YYYY',\n LLL: 'D MMMM YYYY HH:mm',\n LLLL: 'dddd, D MMMM YYYY HH:mm',\n },\n meridiemParse: /قبل از ظهر|بعد از ظهر/,\n isPM: function (input) {\n return /بعد از ظهر/.test(input);\n },\n meridiem: function (hour, minute, isLower) {\n if (hour < 12) {\n return 'قبل از ظهر';\n } else {\n return 'بعد از ظهر';\n }\n },\n calendar: {\n sameDay: '[امروز ساعت] LT',\n nextDay: '[فردا ساعت] LT',\n nextWeek: 'dddd [ساعت] LT',\n lastDay: '[دیروز ساعت] LT',\n lastWeek: 'dddd [پیش] [ساعت] LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: 'در %s',\n past: '%s پیش',\n s: 'چند ثانیه',\n ss: '%d ثانیه',\n m: 'یک دقیقه',\n mm: '%d دقیقه',\n h: 'یک ساعت',\n hh: '%d ساعت',\n d: 'یک روز',\n dd: '%d روز',\n M: 'یک ماه',\n MM: '%d ماه',\n y: 'یک سال',\n yy: '%d سال',\n },\n preparse: function (string) {\n return string\n .replace(/[۰-۹]/g, function (match) {\n return numberMap[match];\n })\n .replace(/،/g, ',');\n },\n postformat: function (string) {\n return string\n .replace(/\\d/g, function (match) {\n return symbolMap[match];\n })\n .replace(/,/g, '،');\n },\n dayOfMonthOrdinalParse: /\\d{1,2}م/,\n ordinal: '%dم',\n week: {\n dow: 6, // Saturday is the first day of the week.\n doy: 12, // The week that contains Jan 12th is the first week of the year.\n },\n });\n\n return fa;\n\n})));\n","//! moment.js locale configuration\n//! locale : Finnish [fi]\n//! author : Tarmo Aidantausta : https://github.com/bleadof\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n //! moment.js locale configuration\n\n var numbersPast = 'nolla yksi kaksi kolme neljä viisi kuusi seitsemän kahdeksan yhdeksän'.split(\n ' '\n ),\n numbersFuture = [\n 'nolla',\n 'yhden',\n 'kahden',\n 'kolmen',\n 'neljän',\n 'viiden',\n 'kuuden',\n numbersPast[7],\n numbersPast[8],\n numbersPast[9],\n ];\n function translate(number, withoutSuffix, key, isFuture) {\n var result = '';\n switch (key) {\n case 's':\n return isFuture ? 'muutaman sekunnin' : 'muutama sekunti';\n case 'ss':\n result = isFuture ? 'sekunnin' : 'sekuntia';\n break;\n case 'm':\n return isFuture ? 'minuutin' : 'minuutti';\n case 'mm':\n result = isFuture ? 'minuutin' : 'minuuttia';\n break;\n case 'h':\n return isFuture ? 'tunnin' : 'tunti';\n case 'hh':\n result = isFuture ? 'tunnin' : 'tuntia';\n break;\n case 'd':\n return isFuture ? 'päivän' : 'päivä';\n case 'dd':\n result = isFuture ? 'päivän' : 'päivää';\n break;\n case 'M':\n return isFuture ? 'kuukauden' : 'kuukausi';\n case 'MM':\n result = isFuture ? 'kuukauden' : 'kuukautta';\n break;\n case 'y':\n return isFuture ? 'vuoden' : 'vuosi';\n case 'yy':\n result = isFuture ? 'vuoden' : 'vuotta';\n break;\n }\n result = verbalNumber(number, isFuture) + ' ' + result;\n return result;\n }\n function verbalNumber(number, isFuture) {\n return number < 10\n ? isFuture\n ? numbersFuture[number]\n : numbersPast[number]\n : number;\n }\n\n var fi = moment.defineLocale('fi', {\n months: 'tammikuu_helmikuu_maaliskuu_huhtikuu_toukokuu_kesäkuu_heinäkuu_elokuu_syyskuu_lokakuu_marraskuu_joulukuu'.split(\n '_'\n ),\n monthsShort: 'tammi_helmi_maalis_huhti_touko_kesä_heinä_elo_syys_loka_marras_joulu'.split(\n '_'\n ),\n weekdays: 'sunnuntai_maanantai_tiistai_keskiviikko_torstai_perjantai_lauantai'.split(\n '_'\n ),\n weekdaysShort: 'su_ma_ti_ke_to_pe_la'.split('_'),\n weekdaysMin: 'su_ma_ti_ke_to_pe_la'.split('_'),\n longDateFormat: {\n LT: 'HH.mm',\n LTS: 'HH.mm.ss',\n L: 'DD.MM.YYYY',\n LL: 'Do MMMM[ta] YYYY',\n LLL: 'Do MMMM[ta] YYYY, [klo] HH.mm',\n LLLL: 'dddd, Do MMMM[ta] YYYY, [klo] HH.mm',\n l: 'D.M.YYYY',\n ll: 'Do MMM YYYY',\n lll: 'Do MMM YYYY, [klo] HH.mm',\n llll: 'ddd, Do MMM YYYY, [klo] HH.mm',\n },\n calendar: {\n sameDay: '[tänään] [klo] LT',\n nextDay: '[huomenna] [klo] LT',\n nextWeek: 'dddd [klo] LT',\n lastDay: '[eilen] [klo] LT',\n lastWeek: '[viime] dddd[na] [klo] LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: '%s päästä',\n past: '%s sitten',\n s: translate,\n ss: translate,\n m: translate,\n mm: translate,\n h: translate,\n hh: translate,\n d: translate,\n dd: translate,\n M: translate,\n MM: translate,\n y: translate,\n yy: translate,\n },\n dayOfMonthOrdinalParse: /\\d{1,2}\\./,\n ordinal: '%d.',\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 4, // The week that contains Jan 4th is the first week of the year.\n },\n });\n\n return fi;\n\n})));\n","//! moment.js locale configuration\n//! locale : Filipino [fil]\n//! author : Dan Hagman : https://github.com/hagmandan\n//! author : Matthew Co : https://github.com/matthewdeeco\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n //! moment.js locale configuration\n\n var fil = moment.defineLocale('fil', {\n months: 'Enero_Pebrero_Marso_Abril_Mayo_Hunyo_Hulyo_Agosto_Setyembre_Oktubre_Nobyembre_Disyembre'.split(\n '_'\n ),\n monthsShort: 'Ene_Peb_Mar_Abr_May_Hun_Hul_Ago_Set_Okt_Nob_Dis'.split('_'),\n weekdays: 'Linggo_Lunes_Martes_Miyerkules_Huwebes_Biyernes_Sabado'.split(\n '_'\n ),\n weekdaysShort: 'Lin_Lun_Mar_Miy_Huw_Biy_Sab'.split('_'),\n weekdaysMin: 'Li_Lu_Ma_Mi_Hu_Bi_Sab'.split('_'),\n longDateFormat: {\n LT: 'HH:mm',\n LTS: 'HH:mm:ss',\n L: 'MM/D/YYYY',\n LL: 'MMMM D, YYYY',\n LLL: 'MMMM D, YYYY HH:mm',\n LLLL: 'dddd, MMMM DD, YYYY HH:mm',\n },\n calendar: {\n sameDay: 'LT [ngayong araw]',\n nextDay: '[Bukas ng] LT',\n nextWeek: 'LT [sa susunod na] dddd',\n lastDay: 'LT [kahapon]',\n lastWeek: 'LT [noong nakaraang] dddd',\n sameElse: 'L',\n },\n relativeTime: {\n future: 'sa loob ng %s',\n past: '%s ang nakalipas',\n s: 'ilang segundo',\n ss: '%d segundo',\n m: 'isang minuto',\n mm: '%d minuto',\n h: 'isang oras',\n hh: '%d oras',\n d: 'isang araw',\n dd: '%d araw',\n M: 'isang buwan',\n MM: '%d buwan',\n y: 'isang taon',\n yy: '%d taon',\n },\n dayOfMonthOrdinalParse: /\\d{1,2}/,\n ordinal: function (number) {\n return number;\n },\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 4, // The week that contains Jan 4th is the first week of the year.\n },\n });\n\n return fil;\n\n})));\n","//! moment.js locale configuration\n//! locale : Faroese [fo]\n//! author : Ragnar Johannesen : https://github.com/ragnar123\n//! author : Kristian Sakarisson : https://github.com/sakarisson\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n //! moment.js locale configuration\n\n var fo = moment.defineLocale('fo', {\n months: 'januar_februar_mars_apríl_mai_juni_juli_august_september_oktober_november_desember'.split(\n '_'\n ),\n monthsShort: 'jan_feb_mar_apr_mai_jun_jul_aug_sep_okt_nov_des'.split('_'),\n weekdays: 'sunnudagur_mánadagur_týsdagur_mikudagur_hósdagur_fríggjadagur_leygardagur'.split(\n '_'\n ),\n weekdaysShort: 'sun_mán_týs_mik_hós_frí_ley'.split('_'),\n weekdaysMin: 'su_má_tý_mi_hó_fr_le'.split('_'),\n longDateFormat: {\n LT: 'HH:mm',\n LTS: 'HH:mm:ss',\n L: 'DD/MM/YYYY',\n LL: 'D MMMM YYYY',\n LLL: 'D MMMM YYYY HH:mm',\n LLLL: 'dddd D. MMMM, YYYY HH:mm',\n },\n calendar: {\n sameDay: '[Í dag kl.] LT',\n nextDay: '[Í morgin kl.] LT',\n nextWeek: 'dddd [kl.] LT',\n lastDay: '[Í gjár kl.] LT',\n lastWeek: '[síðstu] dddd [kl] LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: 'um %s',\n past: '%s síðani',\n s: 'fá sekund',\n ss: '%d sekundir',\n m: 'ein minuttur',\n mm: '%d minuttir',\n h: 'ein tími',\n hh: '%d tímar',\n d: 'ein dagur',\n dd: '%d dagar',\n M: 'ein mánaður',\n MM: '%d mánaðir',\n y: 'eitt ár',\n yy: '%d ár',\n },\n dayOfMonthOrdinalParse: /\\d{1,2}\\./,\n ordinal: '%d.',\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 4, // The week that contains Jan 4th is the first week of the year.\n },\n });\n\n return fo;\n\n})));\n","//! moment.js locale configuration\n//! locale : French [fr]\n//! author : John Fischer : https://github.com/jfroffice\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n //! moment.js locale configuration\n\n var monthsStrictRegex = /^(janvier|février|mars|avril|mai|juin|juillet|août|septembre|octobre|novembre|décembre)/i,\n monthsShortStrictRegex = /(janv\\.?|févr\\.?|mars|avr\\.?|mai|juin|juil\\.?|août|sept\\.?|oct\\.?|nov\\.?|déc\\.?)/i,\n monthsRegex = /(janv\\.?|févr\\.?|mars|avr\\.?|mai|juin|juil\\.?|août|sept\\.?|oct\\.?|nov\\.?|déc\\.?|janvier|février|mars|avril|mai|juin|juillet|août|septembre|octobre|novembre|décembre)/i,\n monthsParse = [\n /^janv/i,\n /^févr/i,\n /^mars/i,\n /^avr/i,\n /^mai/i,\n /^juin/i,\n /^juil/i,\n /^août/i,\n /^sept/i,\n /^oct/i,\n /^nov/i,\n /^déc/i,\n ];\n\n var fr = moment.defineLocale('fr', {\n months: 'janvier_février_mars_avril_mai_juin_juillet_août_septembre_octobre_novembre_décembre'.split(\n '_'\n ),\n monthsShort: 'janv._févr._mars_avr._mai_juin_juil._août_sept._oct._nov._déc.'.split(\n '_'\n ),\n monthsRegex: monthsRegex,\n monthsShortRegex: monthsRegex,\n monthsStrictRegex: monthsStrictRegex,\n monthsShortStrictRegex: monthsShortStrictRegex,\n monthsParse: monthsParse,\n longMonthsParse: monthsParse,\n shortMonthsParse: monthsParse,\n weekdays: 'dimanche_lundi_mardi_mercredi_jeudi_vendredi_samedi'.split('_'),\n weekdaysShort: 'dim._lun._mar._mer._jeu._ven._sam.'.split('_'),\n weekdaysMin: 'di_lu_ma_me_je_ve_sa'.split('_'),\n weekdaysParseExact: true,\n longDateFormat: {\n LT: 'HH:mm',\n LTS: 'HH:mm:ss',\n L: 'DD/MM/YYYY',\n LL: 'D MMMM YYYY',\n LLL: 'D MMMM YYYY HH:mm',\n LLLL: 'dddd D MMMM YYYY HH:mm',\n },\n calendar: {\n sameDay: '[Aujourd’hui à] LT',\n nextDay: '[Demain à] LT',\n nextWeek: 'dddd [à] LT',\n lastDay: '[Hier à] LT',\n lastWeek: 'dddd [dernier à] LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: 'dans %s',\n past: 'il y a %s',\n s: 'quelques secondes',\n ss: '%d secondes',\n m: 'une minute',\n mm: '%d minutes',\n h: 'une heure',\n hh: '%d heures',\n d: 'un jour',\n dd: '%d jours',\n w: 'une semaine',\n ww: '%d semaines',\n M: 'un mois',\n MM: '%d mois',\n y: 'un an',\n yy: '%d ans',\n },\n dayOfMonthOrdinalParse: /\\d{1,2}(er|)/,\n ordinal: function (number, period) {\n switch (period) {\n // TODO: Return 'e' when day of month > 1. Move this case inside\n // block for masculine words below.\n // See https://github.com/moment/moment/issues/3375\n case 'D':\n return number + (number === 1 ? 'er' : '');\n\n // Words with masculine grammatical gender: mois, trimestre, jour\n default:\n case 'M':\n case 'Q':\n case 'DDD':\n case 'd':\n return number + (number === 1 ? 'er' : 'e');\n\n // Words with feminine grammatical gender: semaine\n case 'w':\n case 'W':\n return number + (number === 1 ? 're' : 'e');\n }\n },\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 4, // The week that contains Jan 4th is the first week of the year.\n },\n });\n\n return fr;\n\n})));\n","//! moment.js locale configuration\n//! locale : French (Canada) [fr-ca]\n//! author : Jonathan Abourbih : https://github.com/jonbca\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n //! moment.js locale configuration\n\n var frCa = moment.defineLocale('fr-ca', {\n months: 'janvier_février_mars_avril_mai_juin_juillet_août_septembre_octobre_novembre_décembre'.split(\n '_'\n ),\n monthsShort: 'janv._févr._mars_avr._mai_juin_juil._août_sept._oct._nov._déc.'.split(\n '_'\n ),\n monthsParseExact: true,\n weekdays: 'dimanche_lundi_mardi_mercredi_jeudi_vendredi_samedi'.split('_'),\n weekdaysShort: 'dim._lun._mar._mer._jeu._ven._sam.'.split('_'),\n weekdaysMin: 'di_lu_ma_me_je_ve_sa'.split('_'),\n weekdaysParseExact: true,\n longDateFormat: {\n LT: 'HH:mm',\n LTS: 'HH:mm:ss',\n L: 'YYYY-MM-DD',\n LL: 'D MMMM YYYY',\n LLL: 'D MMMM YYYY HH:mm',\n LLLL: 'dddd D MMMM YYYY HH:mm',\n },\n calendar: {\n sameDay: '[Aujourd’hui à] LT',\n nextDay: '[Demain à] LT',\n nextWeek: 'dddd [à] LT',\n lastDay: '[Hier à] LT',\n lastWeek: 'dddd [dernier à] LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: 'dans %s',\n past: 'il y a %s',\n s: 'quelques secondes',\n ss: '%d secondes',\n m: 'une minute',\n mm: '%d minutes',\n h: 'une heure',\n hh: '%d heures',\n d: 'un jour',\n dd: '%d jours',\n M: 'un mois',\n MM: '%d mois',\n y: 'un an',\n yy: '%d ans',\n },\n dayOfMonthOrdinalParse: /\\d{1,2}(er|e)/,\n ordinal: function (number, period) {\n switch (period) {\n // Words with masculine grammatical gender: mois, trimestre, jour\n default:\n case 'M':\n case 'Q':\n case 'D':\n case 'DDD':\n case 'd':\n return number + (number === 1 ? 'er' : 'e');\n\n // Words with feminine grammatical gender: semaine\n case 'w':\n case 'W':\n return number + (number === 1 ? 're' : 'e');\n }\n },\n });\n\n return frCa;\n\n})));\n","//! moment.js locale configuration\n//! locale : French (Switzerland) [fr-ch]\n//! author : Gaspard Bucher : https://github.com/gaspard\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n //! moment.js locale configuration\n\n var frCh = moment.defineLocale('fr-ch', {\n months: 'janvier_février_mars_avril_mai_juin_juillet_août_septembre_octobre_novembre_décembre'.split(\n '_'\n ),\n monthsShort: 'janv._févr._mars_avr._mai_juin_juil._août_sept._oct._nov._déc.'.split(\n '_'\n ),\n monthsParseExact: true,\n weekdays: 'dimanche_lundi_mardi_mercredi_jeudi_vendredi_samedi'.split('_'),\n weekdaysShort: 'dim._lun._mar._mer._jeu._ven._sam.'.split('_'),\n weekdaysMin: 'di_lu_ma_me_je_ve_sa'.split('_'),\n weekdaysParseExact: true,\n longDateFormat: {\n LT: 'HH:mm',\n LTS: 'HH:mm:ss',\n L: 'DD.MM.YYYY',\n LL: 'D MMMM YYYY',\n LLL: 'D MMMM YYYY HH:mm',\n LLLL: 'dddd D MMMM YYYY HH:mm',\n },\n calendar: {\n sameDay: '[Aujourd’hui à] LT',\n nextDay: '[Demain à] LT',\n nextWeek: 'dddd [à] LT',\n lastDay: '[Hier à] LT',\n lastWeek: 'dddd [dernier à] LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: 'dans %s',\n past: 'il y a %s',\n s: 'quelques secondes',\n ss: '%d secondes',\n m: 'une minute',\n mm: '%d minutes',\n h: 'une heure',\n hh: '%d heures',\n d: 'un jour',\n dd: '%d jours',\n M: 'un mois',\n MM: '%d mois',\n y: 'un an',\n yy: '%d ans',\n },\n dayOfMonthOrdinalParse: /\\d{1,2}(er|e)/,\n ordinal: function (number, period) {\n switch (period) {\n // Words with masculine grammatical gender: mois, trimestre, jour\n default:\n case 'M':\n case 'Q':\n case 'D':\n case 'DDD':\n case 'd':\n return number + (number === 1 ? 'er' : 'e');\n\n // Words with feminine grammatical gender: semaine\n case 'w':\n case 'W':\n return number + (number === 1 ? 're' : 'e');\n }\n },\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 4, // The week that contains Jan 4th is the first week of the year.\n },\n });\n\n return frCh;\n\n})));\n","//! moment.js locale configuration\n//! locale : Frisian [fy]\n//! author : Robin van der Vliet : https://github.com/robin0van0der0v\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n //! moment.js locale configuration\n\n var monthsShortWithDots = 'jan._feb._mrt._apr._mai_jun._jul._aug._sep._okt._nov._des.'.split(\n '_'\n ),\n monthsShortWithoutDots = 'jan_feb_mrt_apr_mai_jun_jul_aug_sep_okt_nov_des'.split(\n '_'\n );\n\n var fy = moment.defineLocale('fy', {\n months: 'jannewaris_febrewaris_maart_april_maaie_juny_july_augustus_septimber_oktober_novimber_desimber'.split(\n '_'\n ),\n monthsShort: function (m, format) {\n if (!m) {\n return monthsShortWithDots;\n } else if (/-MMM-/.test(format)) {\n return monthsShortWithoutDots[m.month()];\n } else {\n return monthsShortWithDots[m.month()];\n }\n },\n monthsParseExact: true,\n weekdays: 'snein_moandei_tiisdei_woansdei_tongersdei_freed_sneon'.split(\n '_'\n ),\n weekdaysShort: 'si._mo._ti._wo._to._fr._so.'.split('_'),\n weekdaysMin: 'Si_Mo_Ti_Wo_To_Fr_So'.split('_'),\n weekdaysParseExact: true,\n longDateFormat: {\n LT: 'HH:mm',\n LTS: 'HH:mm:ss',\n L: 'DD-MM-YYYY',\n LL: 'D MMMM YYYY',\n LLL: 'D MMMM YYYY HH:mm',\n LLLL: 'dddd D MMMM YYYY HH:mm',\n },\n calendar: {\n sameDay: '[hjoed om] LT',\n nextDay: '[moarn om] LT',\n nextWeek: 'dddd [om] LT',\n lastDay: '[juster om] LT',\n lastWeek: '[ôfrûne] dddd [om] LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: 'oer %s',\n past: '%s lyn',\n s: 'in pear sekonden',\n ss: '%d sekonden',\n m: 'ien minút',\n mm: '%d minuten',\n h: 'ien oere',\n hh: '%d oeren',\n d: 'ien dei',\n dd: '%d dagen',\n M: 'ien moanne',\n MM: '%d moannen',\n y: 'ien jier',\n yy: '%d jierren',\n },\n dayOfMonthOrdinalParse: /\\d{1,2}(ste|de)/,\n ordinal: function (number) {\n return (\n number +\n (number === 1 || number === 8 || number >= 20 ? 'ste' : 'de')\n );\n },\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 4, // The week that contains Jan 4th is the first week of the year.\n },\n });\n\n return fy;\n\n})));\n","//! moment.js locale configuration\n//! locale : Irish or Irish Gaelic [ga]\n//! author : André Silva : https://github.com/askpt\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n //! moment.js locale configuration\n\n var months = [\n 'Eanáir',\n 'Feabhra',\n 'Márta',\n 'Aibreán',\n 'Bealtaine',\n 'Meitheamh',\n 'Iúil',\n 'Lúnasa',\n 'Meán Fómhair',\n 'Deireadh Fómhair',\n 'Samhain',\n 'Nollaig',\n ],\n monthsShort = [\n 'Ean',\n 'Feabh',\n 'Márt',\n 'Aib',\n 'Beal',\n 'Meith',\n 'Iúil',\n 'Lún',\n 'M.F.',\n 'D.F.',\n 'Samh',\n 'Noll',\n ],\n weekdays = [\n 'Dé Domhnaigh',\n 'Dé Luain',\n 'Dé Máirt',\n 'Dé Céadaoin',\n 'Déardaoin',\n 'Dé hAoine',\n 'Dé Sathairn',\n ],\n weekdaysShort = ['Domh', 'Luan', 'Máirt', 'Céad', 'Déar', 'Aoine', 'Sath'],\n weekdaysMin = ['Do', 'Lu', 'Má', 'Cé', 'Dé', 'A', 'Sa'];\n\n var ga = moment.defineLocale('ga', {\n months: months,\n monthsShort: monthsShort,\n monthsParseExact: true,\n weekdays: weekdays,\n weekdaysShort: weekdaysShort,\n weekdaysMin: weekdaysMin,\n longDateFormat: {\n LT: 'HH:mm',\n LTS: 'HH:mm:ss',\n L: 'DD/MM/YYYY',\n LL: 'D MMMM YYYY',\n LLL: 'D MMMM YYYY HH:mm',\n LLLL: 'dddd, D MMMM YYYY HH:mm',\n },\n calendar: {\n sameDay: '[Inniu ag] LT',\n nextDay: '[Amárach ag] LT',\n nextWeek: 'dddd [ag] LT',\n lastDay: '[Inné ag] LT',\n lastWeek: 'dddd [seo caite] [ag] LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: 'i %s',\n past: '%s ó shin',\n s: 'cúpla soicind',\n ss: '%d soicind',\n m: 'nóiméad',\n mm: '%d nóiméad',\n h: 'uair an chloig',\n hh: '%d uair an chloig',\n d: 'lá',\n dd: '%d lá',\n M: 'mí',\n MM: '%d míonna',\n y: 'bliain',\n yy: '%d bliain',\n },\n dayOfMonthOrdinalParse: /\\d{1,2}(d|na|mh)/,\n ordinal: function (number) {\n var output = number === 1 ? 'd' : number % 10 === 2 ? 'na' : 'mh';\n return number + output;\n },\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 4, // The week that contains Jan 4th is the first week of the year.\n },\n });\n\n return ga;\n\n})));\n","//! moment.js locale configuration\n//! locale : Scottish Gaelic [gd]\n//! author : Jon Ashdown : https://github.com/jonashdown\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n //! moment.js locale configuration\n\n var months = [\n 'Am Faoilleach',\n 'An Gearran',\n 'Am Màrt',\n 'An Giblean',\n 'An Cèitean',\n 'An t-Ògmhios',\n 'An t-Iuchar',\n 'An Lùnastal',\n 'An t-Sultain',\n 'An Dàmhair',\n 'An t-Samhain',\n 'An Dùbhlachd',\n ],\n monthsShort = [\n 'Faoi',\n 'Gear',\n 'Màrt',\n 'Gibl',\n 'Cèit',\n 'Ògmh',\n 'Iuch',\n 'Lùn',\n 'Sult',\n 'Dàmh',\n 'Samh',\n 'Dùbh',\n ],\n weekdays = [\n 'Didòmhnaich',\n 'Diluain',\n 'Dimàirt',\n 'Diciadain',\n 'Diardaoin',\n 'Dihaoine',\n 'Disathairne',\n ],\n weekdaysShort = ['Did', 'Dil', 'Dim', 'Dic', 'Dia', 'Dih', 'Dis'],\n weekdaysMin = ['Dò', 'Lu', 'Mà', 'Ci', 'Ar', 'Ha', 'Sa'];\n\n var gd = moment.defineLocale('gd', {\n months: months,\n monthsShort: monthsShort,\n monthsParseExact: true,\n weekdays: weekdays,\n weekdaysShort: weekdaysShort,\n weekdaysMin: weekdaysMin,\n longDateFormat: {\n LT: 'HH:mm',\n LTS: 'HH:mm:ss',\n L: 'DD/MM/YYYY',\n LL: 'D MMMM YYYY',\n LLL: 'D MMMM YYYY HH:mm',\n LLLL: 'dddd, D MMMM YYYY HH:mm',\n },\n calendar: {\n sameDay: '[An-diugh aig] LT',\n nextDay: '[A-màireach aig] LT',\n nextWeek: 'dddd [aig] LT',\n lastDay: '[An-dè aig] LT',\n lastWeek: 'dddd [seo chaidh] [aig] LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: 'ann an %s',\n past: 'bho chionn %s',\n s: 'beagan diogan',\n ss: '%d diogan',\n m: 'mionaid',\n mm: '%d mionaidean',\n h: 'uair',\n hh: '%d uairean',\n d: 'latha',\n dd: '%d latha',\n M: 'mìos',\n MM: '%d mìosan',\n y: 'bliadhna',\n yy: '%d bliadhna',\n },\n dayOfMonthOrdinalParse: /\\d{1,2}(d|na|mh)/,\n ordinal: function (number) {\n var output = number === 1 ? 'd' : number % 10 === 2 ? 'na' : 'mh';\n return number + output;\n },\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 4, // The week that contains Jan 4th is the first week of the year.\n },\n });\n\n return gd;\n\n})));\n","//! moment.js locale configuration\n//! locale : Galician [gl]\n//! author : Juan G. Hurtado : https://github.com/juanghurtado\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n //! moment.js locale configuration\n\n var gl = moment.defineLocale('gl', {\n months: 'xaneiro_febreiro_marzo_abril_maio_xuño_xullo_agosto_setembro_outubro_novembro_decembro'.split(\n '_'\n ),\n monthsShort: 'xan._feb._mar._abr._mai._xuñ._xul._ago._set._out._nov._dec.'.split(\n '_'\n ),\n monthsParseExact: true,\n weekdays: 'domingo_luns_martes_mércores_xoves_venres_sábado'.split('_'),\n weekdaysShort: 'dom._lun._mar._mér._xov._ven._sáb.'.split('_'),\n weekdaysMin: 'do_lu_ma_mé_xo_ve_sá'.split('_'),\n weekdaysParseExact: true,\n longDateFormat: {\n LT: 'H:mm',\n LTS: 'H:mm:ss',\n L: 'DD/MM/YYYY',\n LL: 'D [de] MMMM [de] YYYY',\n LLL: 'D [de] MMMM [de] YYYY H:mm',\n LLLL: 'dddd, D [de] MMMM [de] YYYY H:mm',\n },\n calendar: {\n sameDay: function () {\n return '[hoxe ' + (this.hours() !== 1 ? 'ás' : 'á') + '] LT';\n },\n nextDay: function () {\n return '[mañá ' + (this.hours() !== 1 ? 'ás' : 'á') + '] LT';\n },\n nextWeek: function () {\n return 'dddd [' + (this.hours() !== 1 ? 'ás' : 'a') + '] LT';\n },\n lastDay: function () {\n return '[onte ' + (this.hours() !== 1 ? 'á' : 'a') + '] LT';\n },\n lastWeek: function () {\n return (\n '[o] dddd [pasado ' + (this.hours() !== 1 ? 'ás' : 'a') + '] LT'\n );\n },\n sameElse: 'L',\n },\n relativeTime: {\n future: function (str) {\n if (str.indexOf('un') === 0) {\n return 'n' + str;\n }\n return 'en ' + str;\n },\n past: 'hai %s',\n s: 'uns segundos',\n ss: '%d segundos',\n m: 'un minuto',\n mm: '%d minutos',\n h: 'unha hora',\n hh: '%d horas',\n d: 'un día',\n dd: '%d días',\n M: 'un mes',\n MM: '%d meses',\n y: 'un ano',\n yy: '%d anos',\n },\n dayOfMonthOrdinalParse: /\\d{1,2}º/,\n ordinal: '%dº',\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 4, // The week that contains Jan 4th is the first week of the year.\n },\n });\n\n return gl;\n\n})));\n","//! moment.js locale configuration\n//! locale : Konkani Devanagari script [gom-deva]\n//! author : The Discoverer : https://github.com/WikiDiscoverer\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n //! moment.js locale configuration\n\n function processRelativeTime(number, withoutSuffix, key, isFuture) {\n var format = {\n s: ['थोडया सॅकंडांनी', 'थोडे सॅकंड'],\n ss: [number + ' सॅकंडांनी', number + ' सॅकंड'],\n m: ['एका मिणटान', 'एक मिनूट'],\n mm: [number + ' मिणटांनी', number + ' मिणटां'],\n h: ['एका वरान', 'एक वर'],\n hh: [number + ' वरांनी', number + ' वरां'],\n d: ['एका दिसान', 'एक दीस'],\n dd: [number + ' दिसांनी', number + ' दीस'],\n M: ['एका म्हयन्यान', 'एक म्हयनो'],\n MM: [number + ' म्हयन्यानी', number + ' म्हयने'],\n y: ['एका वर्सान', 'एक वर्स'],\n yy: [number + ' वर्सांनी', number + ' वर्सां'],\n };\n return isFuture ? format[key][0] : format[key][1];\n }\n\n var gomDeva = moment.defineLocale('gom-deva', {\n months: {\n standalone: 'जानेवारी_फेब्रुवारी_मार्च_एप्रील_मे_जून_जुलय_ऑगस्ट_सप्टेंबर_ऑक्टोबर_नोव्हेंबर_डिसेंबर'.split(\n '_'\n ),\n format: 'जानेवारीच्या_फेब्रुवारीच्या_मार्चाच्या_एप्रीलाच्या_मेयाच्या_जूनाच्या_जुलयाच्या_ऑगस्टाच्या_सप्टेंबराच्या_ऑक्टोबराच्या_नोव्हेंबराच्या_डिसेंबराच्या'.split(\n '_'\n ),\n isFormat: /MMMM(\\s)+D[oD]?/,\n },\n monthsShort: 'जाने._फेब्रु._मार्च_एप्री._मे_जून_जुल._ऑग._सप्टें._ऑक्टो._नोव्हें._डिसें.'.split(\n '_'\n ),\n monthsParseExact: true,\n weekdays: 'आयतार_सोमार_मंगळार_बुधवार_बिरेस्तार_सुक्रार_शेनवार'.split('_'),\n weekdaysShort: 'आयत._सोम._मंगळ._बुध._ब्रेस्त._सुक्र._शेन.'.split('_'),\n weekdaysMin: 'आ_सो_मं_बु_ब्रे_सु_शे'.split('_'),\n weekdaysParseExact: true,\n longDateFormat: {\n LT: 'A h:mm [वाजतां]',\n LTS: 'A h:mm:ss [वाजतां]',\n L: 'DD-MM-YYYY',\n LL: 'D MMMM YYYY',\n LLL: 'D MMMM YYYY A h:mm [वाजतां]',\n LLLL: 'dddd, MMMM Do, YYYY, A h:mm [वाजतां]',\n llll: 'ddd, D MMM YYYY, A h:mm [वाजतां]',\n },\n calendar: {\n sameDay: '[आयज] LT',\n nextDay: '[फाल्यां] LT',\n nextWeek: '[फुडलो] dddd[,] LT',\n lastDay: '[काल] LT',\n lastWeek: '[फाटलो] dddd[,] LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: '%s',\n past: '%s आदीं',\n s: processRelativeTime,\n ss: processRelativeTime,\n m: processRelativeTime,\n mm: processRelativeTime,\n h: processRelativeTime,\n hh: processRelativeTime,\n d: processRelativeTime,\n dd: processRelativeTime,\n M: processRelativeTime,\n MM: processRelativeTime,\n y: processRelativeTime,\n yy: processRelativeTime,\n },\n dayOfMonthOrdinalParse: /\\d{1,2}(वेर)/,\n ordinal: function (number, period) {\n switch (period) {\n // the ordinal 'वेर' only applies to day of the month\n case 'D':\n return number + 'वेर';\n default:\n case 'M':\n case 'Q':\n case 'DDD':\n case 'd':\n case 'w':\n case 'W':\n return number;\n }\n },\n week: {\n dow: 0, // Sunday is the first day of the week\n doy: 3, // The week that contains Jan 4th is the first week of the year (7 + 0 - 4)\n },\n meridiemParse: /राती|सकाळीं|दनपारां|सांजे/,\n meridiemHour: function (hour, meridiem) {\n if (hour === 12) {\n hour = 0;\n }\n if (meridiem === 'राती') {\n return hour < 4 ? hour : hour + 12;\n } else if (meridiem === 'सकाळीं') {\n return hour;\n } else if (meridiem === 'दनपारां') {\n return hour > 12 ? hour : hour + 12;\n } else if (meridiem === 'सांजे') {\n return hour + 12;\n }\n },\n meridiem: function (hour, minute, isLower) {\n if (hour < 4) {\n return 'राती';\n } else if (hour < 12) {\n return 'सकाळीं';\n } else if (hour < 16) {\n return 'दनपारां';\n } else if (hour < 20) {\n return 'सांजे';\n } else {\n return 'राती';\n }\n },\n });\n\n return gomDeva;\n\n})));\n","//! moment.js locale configuration\n//! locale : Konkani Latin script [gom-latn]\n//! author : The Discoverer : https://github.com/WikiDiscoverer\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n //! moment.js locale configuration\n\n function processRelativeTime(number, withoutSuffix, key, isFuture) {\n var format = {\n s: ['thoddea sekondamni', 'thodde sekond'],\n ss: [number + ' sekondamni', number + ' sekond'],\n m: ['eka mintan', 'ek minut'],\n mm: [number + ' mintamni', number + ' mintam'],\n h: ['eka voran', 'ek vor'],\n hh: [number + ' voramni', number + ' voram'],\n d: ['eka disan', 'ek dis'],\n dd: [number + ' disamni', number + ' dis'],\n M: ['eka mhoinean', 'ek mhoino'],\n MM: [number + ' mhoineamni', number + ' mhoine'],\n y: ['eka vorsan', 'ek voros'],\n yy: [number + ' vorsamni', number + ' vorsam'],\n };\n return isFuture ? format[key][0] : format[key][1];\n }\n\n var gomLatn = moment.defineLocale('gom-latn', {\n months: {\n standalone: 'Janer_Febrer_Mars_Abril_Mai_Jun_Julai_Agost_Setembr_Otubr_Novembr_Dezembr'.split(\n '_'\n ),\n format: 'Janerachea_Febrerachea_Marsachea_Abrilachea_Maiachea_Junachea_Julaiachea_Agostachea_Setembrachea_Otubrachea_Novembrachea_Dezembrachea'.split(\n '_'\n ),\n isFormat: /MMMM(\\s)+D[oD]?/,\n },\n monthsShort: 'Jan._Feb._Mars_Abr._Mai_Jun_Jul._Ago._Set._Otu._Nov._Dez.'.split(\n '_'\n ),\n monthsParseExact: true,\n weekdays: \"Aitar_Somar_Mongllar_Budhvar_Birestar_Sukrar_Son'var\".split('_'),\n weekdaysShort: 'Ait._Som._Mon._Bud._Bre._Suk._Son.'.split('_'),\n weekdaysMin: 'Ai_Sm_Mo_Bu_Br_Su_Sn'.split('_'),\n weekdaysParseExact: true,\n longDateFormat: {\n LT: 'A h:mm [vazta]',\n LTS: 'A h:mm:ss [vazta]',\n L: 'DD-MM-YYYY',\n LL: 'D MMMM YYYY',\n LLL: 'D MMMM YYYY A h:mm [vazta]',\n LLLL: 'dddd, MMMM Do, YYYY, A h:mm [vazta]',\n llll: 'ddd, D MMM YYYY, A h:mm [vazta]',\n },\n calendar: {\n sameDay: '[Aiz] LT',\n nextDay: '[Faleam] LT',\n nextWeek: '[Fuddlo] dddd[,] LT',\n lastDay: '[Kal] LT',\n lastWeek: '[Fattlo] dddd[,] LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: '%s',\n past: '%s adim',\n s: processRelativeTime,\n ss: processRelativeTime,\n m: processRelativeTime,\n mm: processRelativeTime,\n h: processRelativeTime,\n hh: processRelativeTime,\n d: processRelativeTime,\n dd: processRelativeTime,\n M: processRelativeTime,\n MM: processRelativeTime,\n y: processRelativeTime,\n yy: processRelativeTime,\n },\n dayOfMonthOrdinalParse: /\\d{1,2}(er)/,\n ordinal: function (number, period) {\n switch (period) {\n // the ordinal 'er' only applies to day of the month\n case 'D':\n return number + 'er';\n default:\n case 'M':\n case 'Q':\n case 'DDD':\n case 'd':\n case 'w':\n case 'W':\n return number;\n }\n },\n week: {\n dow: 0, // Sunday is the first day of the week\n doy: 3, // The week that contains Jan 4th is the first week of the year (7 + 0 - 4)\n },\n meridiemParse: /rati|sokallim|donparam|sanje/,\n meridiemHour: function (hour, meridiem) {\n if (hour === 12) {\n hour = 0;\n }\n if (meridiem === 'rati') {\n return hour < 4 ? hour : hour + 12;\n } else if (meridiem === 'sokallim') {\n return hour;\n } else if (meridiem === 'donparam') {\n return hour > 12 ? hour : hour + 12;\n } else if (meridiem === 'sanje') {\n return hour + 12;\n }\n },\n meridiem: function (hour, minute, isLower) {\n if (hour < 4) {\n return 'rati';\n } else if (hour < 12) {\n return 'sokallim';\n } else if (hour < 16) {\n return 'donparam';\n } else if (hour < 20) {\n return 'sanje';\n } else {\n return 'rati';\n }\n },\n });\n\n return gomLatn;\n\n})));\n","//! moment.js locale configuration\n//! locale : Gujarati [gu]\n//! author : Kaushik Thanki : https://github.com/Kaushik1987\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n //! moment.js locale configuration\n\n var symbolMap = {\n 1: '૧',\n 2: '૨',\n 3: '૩',\n 4: '૪',\n 5: '૫',\n 6: '૬',\n 7: '૭',\n 8: '૮',\n 9: '૯',\n 0: '૦',\n },\n numberMap = {\n '૧': '1',\n '૨': '2',\n '૩': '3',\n '૪': '4',\n '૫': '5',\n '૬': '6',\n '૭': '7',\n '૮': '8',\n '૯': '9',\n '૦': '0',\n };\n\n var gu = moment.defineLocale('gu', {\n months: 'જાન્યુઆરી_ફેબ્રુઆરી_માર્ચ_એપ્રિલ_મે_જૂન_જુલાઈ_ઑગસ્ટ_સપ્ટેમ્બર_ઑક્ટ્બર_નવેમ્બર_ડિસેમ્બર'.split(\n '_'\n ),\n monthsShort: 'જાન્યુ._ફેબ્રુ._માર્ચ_એપ્રિ._મે_જૂન_જુલા._ઑગ._સપ્ટે._ઑક્ટ્._નવે._ડિસે.'.split(\n '_'\n ),\n monthsParseExact: true,\n weekdays: 'રવિવાર_સોમવાર_મંગળવાર_બુધ્વાર_ગુરુવાર_શુક્રવાર_શનિવાર'.split(\n '_'\n ),\n weekdaysShort: 'રવિ_સોમ_મંગળ_બુધ્_ગુરુ_શુક્ર_શનિ'.split('_'),\n weekdaysMin: 'ર_સો_મં_બુ_ગુ_શુ_શ'.split('_'),\n longDateFormat: {\n LT: 'A h:mm વાગ્યે',\n LTS: 'A h:mm:ss વાગ્યે',\n L: 'DD/MM/YYYY',\n LL: 'D MMMM YYYY',\n LLL: 'D MMMM YYYY, A h:mm વાગ્યે',\n LLLL: 'dddd, D MMMM YYYY, A h:mm વાગ્યે',\n },\n calendar: {\n sameDay: '[આજ] LT',\n nextDay: '[કાલે] LT',\n nextWeek: 'dddd, LT',\n lastDay: '[ગઇકાલે] LT',\n lastWeek: '[પાછલા] dddd, LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: '%s મા',\n past: '%s પહેલા',\n s: 'અમુક પળો',\n ss: '%d સેકંડ',\n m: 'એક મિનિટ',\n mm: '%d મિનિટ',\n h: 'એક કલાક',\n hh: '%d કલાક',\n d: 'એક દિવસ',\n dd: '%d દિવસ',\n M: 'એક મહિનો',\n MM: '%d મહિનો',\n y: 'એક વર્ષ',\n yy: '%d વર્ષ',\n },\n preparse: function (string) {\n return string.replace(/[૧૨૩૪૫૬૭૮૯૦]/g, function (match) {\n return numberMap[match];\n });\n },\n postformat: function (string) {\n return string.replace(/\\d/g, function (match) {\n return symbolMap[match];\n });\n },\n // Gujarati notation for meridiems are quite fuzzy in practice. While there exists\n // a rigid notion of a 'Pahar' it is not used as rigidly in modern Gujarati.\n meridiemParse: /રાત|બપોર|સવાર|સાંજ/,\n meridiemHour: function (hour, meridiem) {\n if (hour === 12) {\n hour = 0;\n }\n if (meridiem === 'રાત') {\n return hour < 4 ? hour : hour + 12;\n } else if (meridiem === 'સવાર') {\n return hour;\n } else if (meridiem === 'બપોર') {\n return hour >= 10 ? hour : hour + 12;\n } else if (meridiem === 'સાંજ') {\n return hour + 12;\n }\n },\n meridiem: function (hour, minute, isLower) {\n if (hour < 4) {\n return 'રાત';\n } else if (hour < 10) {\n return 'સવાર';\n } else if (hour < 17) {\n return 'બપોર';\n } else if (hour < 20) {\n return 'સાંજ';\n } else {\n return 'રાત';\n }\n },\n week: {\n dow: 0, // Sunday is the first day of the week.\n doy: 6, // The week that contains Jan 6th is the first week of the year.\n },\n });\n\n return gu;\n\n})));\n","//! moment.js locale configuration\n//! locale : Hebrew [he]\n//! author : Tomer Cohen : https://github.com/tomer\n//! author : Moshe Simantov : https://github.com/DevelopmentIL\n//! author : Tal Ater : https://github.com/TalAter\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n //! moment.js locale configuration\n\n var he = moment.defineLocale('he', {\n months: 'ינואר_פברואר_מרץ_אפריל_מאי_יוני_יולי_אוגוסט_ספטמבר_אוקטובר_נובמבר_דצמבר'.split(\n '_'\n ),\n monthsShort: 'ינו׳_פבר׳_מרץ_אפר׳_מאי_יוני_יולי_אוג׳_ספט׳_אוק׳_נוב׳_דצמ׳'.split(\n '_'\n ),\n weekdays: 'ראשון_שני_שלישי_רביעי_חמישי_שישי_שבת'.split('_'),\n weekdaysShort: 'א׳_ב׳_ג׳_ד׳_ה׳_ו׳_ש׳'.split('_'),\n weekdaysMin: 'א_ב_ג_ד_ה_ו_ש'.split('_'),\n longDateFormat: {\n LT: 'HH:mm',\n LTS: 'HH:mm:ss',\n L: 'DD/MM/YYYY',\n LL: 'D [ב]MMMM YYYY',\n LLL: 'D [ב]MMMM YYYY HH:mm',\n LLLL: 'dddd, D [ב]MMMM YYYY HH:mm',\n l: 'D/M/YYYY',\n ll: 'D MMM YYYY',\n lll: 'D MMM YYYY HH:mm',\n llll: 'ddd, D MMM YYYY HH:mm',\n },\n calendar: {\n sameDay: '[היום ב־]LT',\n nextDay: '[מחר ב־]LT',\n nextWeek: 'dddd [בשעה] LT',\n lastDay: '[אתמול ב־]LT',\n lastWeek: '[ביום] dddd [האחרון בשעה] LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: 'בעוד %s',\n past: 'לפני %s',\n s: 'מספר שניות',\n ss: '%d שניות',\n m: 'דקה',\n mm: '%d דקות',\n h: 'שעה',\n hh: function (number) {\n if (number === 2) {\n return 'שעתיים';\n }\n return number + ' שעות';\n },\n d: 'יום',\n dd: function (number) {\n if (number === 2) {\n return 'יומיים';\n }\n return number + ' ימים';\n },\n M: 'חודש',\n MM: function (number) {\n if (number === 2) {\n return 'חודשיים';\n }\n return number + ' חודשים';\n },\n y: 'שנה',\n yy: function (number) {\n if (number === 2) {\n return 'שנתיים';\n } else if (number % 10 === 0 && number !== 10) {\n return number + ' שנה';\n }\n return number + ' שנים';\n },\n },\n meridiemParse: /אחה\"צ|לפנה\"צ|אחרי הצהריים|לפני הצהריים|לפנות בוקר|בבוקר|בערב/i,\n isPM: function (input) {\n return /^(אחה\"צ|אחרי הצהריים|בערב)$/.test(input);\n },\n meridiem: function (hour, minute, isLower) {\n if (hour < 5) {\n return 'לפנות בוקר';\n } else if (hour < 10) {\n return 'בבוקר';\n } else if (hour < 12) {\n return isLower ? 'לפנה\"צ' : 'לפני הצהריים';\n } else if (hour < 18) {\n return isLower ? 'אחה\"צ' : 'אחרי הצהריים';\n } else {\n return 'בערב';\n }\n },\n });\n\n return he;\n\n})));\n","//! moment.js locale configuration\n//! locale : Hindi [hi]\n//! author : Mayank Singhal : https://github.com/mayanksinghal\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n //! moment.js locale configuration\n\n var symbolMap = {\n 1: '१',\n 2: '२',\n 3: '३',\n 4: '४',\n 5: '५',\n 6: '६',\n 7: '७',\n 8: '८',\n 9: '९',\n 0: '०',\n },\n numberMap = {\n '१': '1',\n '२': '2',\n '३': '3',\n '४': '4',\n '५': '5',\n '६': '6',\n '७': '7',\n '८': '8',\n '९': '9',\n '०': '0',\n },\n monthsParse = [\n /^जन/i,\n /^फ़र|फर/i,\n /^मार्च/i,\n /^अप्रै/i,\n /^मई/i,\n /^जून/i,\n /^जुल/i,\n /^अग/i,\n /^सितं|सित/i,\n /^अक्टू/i,\n /^नव|नवं/i,\n /^दिसं|दिस/i,\n ],\n shortMonthsParse = [\n /^जन/i,\n /^फ़र/i,\n /^मार्च/i,\n /^अप्रै/i,\n /^मई/i,\n /^जून/i,\n /^जुल/i,\n /^अग/i,\n /^सित/i,\n /^अक्टू/i,\n /^नव/i,\n /^दिस/i,\n ];\n\n var hi = moment.defineLocale('hi', {\n months: {\n format: 'जनवरी_फ़रवरी_मार्च_अप्रैल_मई_जून_जुलाई_अगस्त_सितम्बर_अक्टूबर_नवम्बर_दिसम्बर'.split(\n '_'\n ),\n standalone: 'जनवरी_फरवरी_मार्च_अप्रैल_मई_जून_जुलाई_अगस्त_सितंबर_अक्टूबर_नवंबर_दिसंबर'.split(\n '_'\n ),\n },\n monthsShort: 'जन._फ़र._मार्च_अप्रै._मई_जून_जुल._अग._सित._अक्टू._नव._दिस.'.split(\n '_'\n ),\n weekdays: 'रविवार_सोमवार_मंगलवार_बुधवार_गुरूवार_शुक्रवार_शनिवार'.split('_'),\n weekdaysShort: 'रवि_सोम_मंगल_बुध_गुरू_शुक्र_शनि'.split('_'),\n weekdaysMin: 'र_सो_मं_बु_गु_शु_श'.split('_'),\n longDateFormat: {\n LT: 'A h:mm बजे',\n LTS: 'A h:mm:ss बजे',\n L: 'DD/MM/YYYY',\n LL: 'D MMMM YYYY',\n LLL: 'D MMMM YYYY, A h:mm बजे',\n LLLL: 'dddd, D MMMM YYYY, A h:mm बजे',\n },\n\n monthsParse: monthsParse,\n longMonthsParse: monthsParse,\n shortMonthsParse: shortMonthsParse,\n\n monthsRegex: /^(जनवरी|जन\\.?|फ़रवरी|फरवरी|फ़र\\.?|मार्च?|अप्रैल|अप्रै\\.?|मई?|जून?|जुलाई|जुल\\.?|अगस्त|अग\\.?|सितम्बर|सितंबर|सित\\.?|अक्टूबर|अक्टू\\.?|नवम्बर|नवंबर|नव\\.?|दिसम्बर|दिसंबर|दिस\\.?)/i,\n\n monthsShortRegex: /^(जनवरी|जन\\.?|फ़रवरी|फरवरी|फ़र\\.?|मार्च?|अप्रैल|अप्रै\\.?|मई?|जून?|जुलाई|जुल\\.?|अगस्त|अग\\.?|सितम्बर|सितंबर|सित\\.?|अक्टूबर|अक्टू\\.?|नवम्बर|नवंबर|नव\\.?|दिसम्बर|दिसंबर|दिस\\.?)/i,\n\n monthsStrictRegex: /^(जनवरी?|फ़रवरी|फरवरी?|मार्च?|अप्रैल?|मई?|जून?|जुलाई?|अगस्त?|सितम्बर|सितंबर|सित?\\.?|अक्टूबर|अक्टू\\.?|नवम्बर|नवंबर?|दिसम्बर|दिसंबर?)/i,\n\n monthsShortStrictRegex: /^(जन\\.?|फ़र\\.?|मार्च?|अप्रै\\.?|मई?|जून?|जुल\\.?|अग\\.?|सित\\.?|अक्टू\\.?|नव\\.?|दिस\\.?)/i,\n\n calendar: {\n sameDay: '[आज] LT',\n nextDay: '[कल] LT',\n nextWeek: 'dddd, LT',\n lastDay: '[कल] LT',\n lastWeek: '[पिछले] dddd, LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: '%s में',\n past: '%s पहले',\n s: 'कुछ ही क्षण',\n ss: '%d सेकंड',\n m: 'एक मिनट',\n mm: '%d मिनट',\n h: 'एक घंटा',\n hh: '%d घंटे',\n d: 'एक दिन',\n dd: '%d दिन',\n M: 'एक महीने',\n MM: '%d महीने',\n y: 'एक वर्ष',\n yy: '%d वर्ष',\n },\n preparse: function (string) {\n return string.replace(/[१२३४५६७८९०]/g, function (match) {\n return numberMap[match];\n });\n },\n postformat: function (string) {\n return string.replace(/\\d/g, function (match) {\n return symbolMap[match];\n });\n },\n // Hindi notation for meridiems are quite fuzzy in practice. While there exists\n // a rigid notion of a 'Pahar' it is not used as rigidly in modern Hindi.\n meridiemParse: /रात|सुबह|दोपहर|शाम/,\n meridiemHour: function (hour, meridiem) {\n if (hour === 12) {\n hour = 0;\n }\n if (meridiem === 'रात') {\n return hour < 4 ? hour : hour + 12;\n } else if (meridiem === 'सुबह') {\n return hour;\n } else if (meridiem === 'दोपहर') {\n return hour >= 10 ? hour : hour + 12;\n } else if (meridiem === 'शाम') {\n return hour + 12;\n }\n },\n meridiem: function (hour, minute, isLower) {\n if (hour < 4) {\n return 'रात';\n } else if (hour < 10) {\n return 'सुबह';\n } else if (hour < 17) {\n return 'दोपहर';\n } else if (hour < 20) {\n return 'शाम';\n } else {\n return 'रात';\n }\n },\n week: {\n dow: 0, // Sunday is the first day of the week.\n doy: 6, // The week that contains Jan 6th is the first week of the year.\n },\n });\n\n return hi;\n\n})));\n","//! moment.js locale configuration\n//! locale : Croatian [hr]\n//! author : Bojan Marković : https://github.com/bmarkovic\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n //! moment.js locale configuration\n\n function translate(number, withoutSuffix, key) {\n var result = number + ' ';\n switch (key) {\n case 'ss':\n if (number === 1) {\n result += 'sekunda';\n } else if (number === 2 || number === 3 || number === 4) {\n result += 'sekunde';\n } else {\n result += 'sekundi';\n }\n return result;\n case 'm':\n return withoutSuffix ? 'jedna minuta' : 'jedne minute';\n case 'mm':\n if (number === 1) {\n result += 'minuta';\n } else if (number === 2 || number === 3 || number === 4) {\n result += 'minute';\n } else {\n result += 'minuta';\n }\n return result;\n case 'h':\n return withoutSuffix ? 'jedan sat' : 'jednog sata';\n case 'hh':\n if (number === 1) {\n result += 'sat';\n } else if (number === 2 || number === 3 || number === 4) {\n result += 'sata';\n } else {\n result += 'sati';\n }\n return result;\n case 'dd':\n if (number === 1) {\n result += 'dan';\n } else {\n result += 'dana';\n }\n return result;\n case 'MM':\n if (number === 1) {\n result += 'mjesec';\n } else if (number === 2 || number === 3 || number === 4) {\n result += 'mjeseca';\n } else {\n result += 'mjeseci';\n }\n return result;\n case 'yy':\n if (number === 1) {\n result += 'godina';\n } else if (number === 2 || number === 3 || number === 4) {\n result += 'godine';\n } else {\n result += 'godina';\n }\n return result;\n }\n }\n\n var hr = moment.defineLocale('hr', {\n months: {\n format: 'siječnja_veljače_ožujka_travnja_svibnja_lipnja_srpnja_kolovoza_rujna_listopada_studenoga_prosinca'.split(\n '_'\n ),\n standalone: 'siječanj_veljača_ožujak_travanj_svibanj_lipanj_srpanj_kolovoz_rujan_listopad_studeni_prosinac'.split(\n '_'\n ),\n },\n monthsShort: 'sij._velj._ožu._tra._svi._lip._srp._kol._ruj._lis._stu._pro.'.split(\n '_'\n ),\n monthsParseExact: true,\n weekdays: 'nedjelja_ponedjeljak_utorak_srijeda_četvrtak_petak_subota'.split(\n '_'\n ),\n weekdaysShort: 'ned._pon._uto._sri._čet._pet._sub.'.split('_'),\n weekdaysMin: 'ne_po_ut_sr_če_pe_su'.split('_'),\n weekdaysParseExact: true,\n longDateFormat: {\n LT: 'H:mm',\n LTS: 'H:mm:ss',\n L: 'DD.MM.YYYY',\n LL: 'Do MMMM YYYY',\n LLL: 'Do MMMM YYYY H:mm',\n LLLL: 'dddd, Do MMMM YYYY H:mm',\n },\n calendar: {\n sameDay: '[danas u] LT',\n nextDay: '[sutra u] LT',\n nextWeek: function () {\n switch (this.day()) {\n case 0:\n return '[u] [nedjelju] [u] LT';\n case 3:\n return '[u] [srijedu] [u] LT';\n case 6:\n return '[u] [subotu] [u] LT';\n case 1:\n case 2:\n case 4:\n case 5:\n return '[u] dddd [u] LT';\n }\n },\n lastDay: '[jučer u] LT',\n lastWeek: function () {\n switch (this.day()) {\n case 0:\n return '[prošlu] [nedjelju] [u] LT';\n case 3:\n return '[prošlu] [srijedu] [u] LT';\n case 6:\n return '[prošle] [subote] [u] LT';\n case 1:\n case 2:\n case 4:\n case 5:\n return '[prošli] dddd [u] LT';\n }\n },\n sameElse: 'L',\n },\n relativeTime: {\n future: 'za %s',\n past: 'prije %s',\n s: 'par sekundi',\n ss: translate,\n m: translate,\n mm: translate,\n h: translate,\n hh: translate,\n d: 'dan',\n dd: translate,\n M: 'mjesec',\n MM: translate,\n y: 'godinu',\n yy: translate,\n },\n dayOfMonthOrdinalParse: /\\d{1,2}\\./,\n ordinal: '%d.',\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 7, // The week that contains Jan 7th is the first week of the year.\n },\n });\n\n return hr;\n\n})));\n","//! moment.js locale configuration\n//! locale : Hungarian [hu]\n//! author : Adam Brunner : https://github.com/adambrunner\n//! author : Peter Viszt : https://github.com/passatgt\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n //! moment.js locale configuration\n\n var weekEndings = 'vasárnap hétfőn kedden szerdán csütörtökön pénteken szombaton'.split(\n ' '\n );\n function translate(number, withoutSuffix, key, isFuture) {\n var num = number;\n switch (key) {\n case 's':\n return isFuture || withoutSuffix\n ? 'néhány másodperc'\n : 'néhány másodperce';\n case 'ss':\n return num + (isFuture || withoutSuffix)\n ? ' másodperc'\n : ' másodperce';\n case 'm':\n return 'egy' + (isFuture || withoutSuffix ? ' perc' : ' perce');\n case 'mm':\n return num + (isFuture || withoutSuffix ? ' perc' : ' perce');\n case 'h':\n return 'egy' + (isFuture || withoutSuffix ? ' óra' : ' órája');\n case 'hh':\n return num + (isFuture || withoutSuffix ? ' óra' : ' órája');\n case 'd':\n return 'egy' + (isFuture || withoutSuffix ? ' nap' : ' napja');\n case 'dd':\n return num + (isFuture || withoutSuffix ? ' nap' : ' napja');\n case 'M':\n return 'egy' + (isFuture || withoutSuffix ? ' hónap' : ' hónapja');\n case 'MM':\n return num + (isFuture || withoutSuffix ? ' hónap' : ' hónapja');\n case 'y':\n return 'egy' + (isFuture || withoutSuffix ? ' év' : ' éve');\n case 'yy':\n return num + (isFuture || withoutSuffix ? ' év' : ' éve');\n }\n return '';\n }\n function week(isFuture) {\n return (\n (isFuture ? '' : '[múlt] ') +\n '[' +\n weekEndings[this.day()] +\n '] LT[-kor]'\n );\n }\n\n var hu = moment.defineLocale('hu', {\n months: 'január_február_március_április_május_június_július_augusztus_szeptember_október_november_december'.split(\n '_'\n ),\n monthsShort: 'jan._feb._márc._ápr._máj._jún._júl._aug._szept._okt._nov._dec.'.split(\n '_'\n ),\n monthsParseExact: true,\n weekdays: 'vasárnap_hétfő_kedd_szerda_csütörtök_péntek_szombat'.split('_'),\n weekdaysShort: 'vas_hét_kedd_sze_csüt_pén_szo'.split('_'),\n weekdaysMin: 'v_h_k_sze_cs_p_szo'.split('_'),\n longDateFormat: {\n LT: 'H:mm',\n LTS: 'H:mm:ss',\n L: 'YYYY.MM.DD.',\n LL: 'YYYY. MMMM D.',\n LLL: 'YYYY. MMMM D. H:mm',\n LLLL: 'YYYY. MMMM D., dddd H:mm',\n },\n meridiemParse: /de|du/i,\n isPM: function (input) {\n return input.charAt(1).toLowerCase() === 'u';\n },\n meridiem: function (hours, minutes, isLower) {\n if (hours < 12) {\n return isLower === true ? 'de' : 'DE';\n } else {\n return isLower === true ? 'du' : 'DU';\n }\n },\n calendar: {\n sameDay: '[ma] LT[-kor]',\n nextDay: '[holnap] LT[-kor]',\n nextWeek: function () {\n return week.call(this, true);\n },\n lastDay: '[tegnap] LT[-kor]',\n lastWeek: function () {\n return week.call(this, false);\n },\n sameElse: 'L',\n },\n relativeTime: {\n future: '%s múlva',\n past: '%s',\n s: translate,\n ss: translate,\n m: translate,\n mm: translate,\n h: translate,\n hh: translate,\n d: translate,\n dd: translate,\n M: translate,\n MM: translate,\n y: translate,\n yy: translate,\n },\n dayOfMonthOrdinalParse: /\\d{1,2}\\./,\n ordinal: '%d.',\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 4, // The week that contains Jan 4th is the first week of the year.\n },\n });\n\n return hu;\n\n})));\n","//! moment.js locale configuration\n//! locale : Armenian [hy-am]\n//! author : Armendarabyan : https://github.com/armendarabyan\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n //! moment.js locale configuration\n\n var hyAm = moment.defineLocale('hy-am', {\n months: {\n format: 'հունվարի_փետրվարի_մարտի_ապրիլի_մայիսի_հունիսի_հուլիսի_օգոստոսի_սեպտեմբերի_հոկտեմբերի_նոյեմբերի_դեկտեմբերի'.split(\n '_'\n ),\n standalone: 'հունվար_փետրվար_մարտ_ապրիլ_մայիս_հունիս_հուլիս_օգոստոս_սեպտեմբեր_հոկտեմբեր_նոյեմբեր_դեկտեմբեր'.split(\n '_'\n ),\n },\n monthsShort: 'հնվ_փտր_մրտ_ապր_մյս_հնս_հլս_օգս_սպտ_հկտ_նմբ_դկտ'.split('_'),\n weekdays: 'կիրակի_երկուշաբթի_երեքշաբթի_չորեքշաբթի_հինգշաբթի_ուրբաթ_շաբաթ'.split(\n '_'\n ),\n weekdaysShort: 'կրկ_երկ_երք_չրք_հնգ_ուրբ_շբթ'.split('_'),\n weekdaysMin: 'կրկ_երկ_երք_չրք_հնգ_ուրբ_շբթ'.split('_'),\n longDateFormat: {\n LT: 'HH:mm',\n LTS: 'HH:mm:ss',\n L: 'DD.MM.YYYY',\n LL: 'D MMMM YYYY թ.',\n LLL: 'D MMMM YYYY թ., HH:mm',\n LLLL: 'dddd, D MMMM YYYY թ., HH:mm',\n },\n calendar: {\n sameDay: '[այսօր] LT',\n nextDay: '[վաղը] LT',\n lastDay: '[երեկ] LT',\n nextWeek: function () {\n return 'dddd [օրը ժամը] LT';\n },\n lastWeek: function () {\n return '[անցած] dddd [օրը ժամը] LT';\n },\n sameElse: 'L',\n },\n relativeTime: {\n future: '%s հետո',\n past: '%s առաջ',\n s: 'մի քանի վայրկյան',\n ss: '%d վայրկյան',\n m: 'րոպե',\n mm: '%d րոպե',\n h: 'ժամ',\n hh: '%d ժամ',\n d: 'օր',\n dd: '%d օր',\n M: 'ամիս',\n MM: '%d ամիս',\n y: 'տարի',\n yy: '%d տարի',\n },\n meridiemParse: /գիշերվա|առավոտվա|ցերեկվա|երեկոյան/,\n isPM: function (input) {\n return /^(ցերեկվա|երեկոյան)$/.test(input);\n },\n meridiem: function (hour) {\n if (hour < 4) {\n return 'գիշերվա';\n } else if (hour < 12) {\n return 'առավոտվա';\n } else if (hour < 17) {\n return 'ցերեկվա';\n } else {\n return 'երեկոյան';\n }\n },\n dayOfMonthOrdinalParse: /\\d{1,2}|\\d{1,2}-(ին|րդ)/,\n ordinal: function (number, period) {\n switch (period) {\n case 'DDD':\n case 'w':\n case 'W':\n case 'DDDo':\n if (number === 1) {\n return number + '-ին';\n }\n return number + '-րդ';\n default:\n return number;\n }\n },\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 7, // The week that contains Jan 7th is the first week of the year.\n },\n });\n\n return hyAm;\n\n})));\n","//! moment.js locale configuration\n//! locale : Indonesian [id]\n//! author : Mohammad Satrio Utomo : https://github.com/tyok\n//! reference: http://id.wikisource.org/wiki/Pedoman_Umum_Ejaan_Bahasa_Indonesia_yang_Disempurnakan\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n //! moment.js locale configuration\n\n var id = moment.defineLocale('id', {\n months: 'Januari_Februari_Maret_April_Mei_Juni_Juli_Agustus_September_Oktober_November_Desember'.split(\n '_'\n ),\n monthsShort: 'Jan_Feb_Mar_Apr_Mei_Jun_Jul_Agt_Sep_Okt_Nov_Des'.split('_'),\n weekdays: 'Minggu_Senin_Selasa_Rabu_Kamis_Jumat_Sabtu'.split('_'),\n weekdaysShort: 'Min_Sen_Sel_Rab_Kam_Jum_Sab'.split('_'),\n weekdaysMin: 'Mg_Sn_Sl_Rb_Km_Jm_Sb'.split('_'),\n longDateFormat: {\n LT: 'HH.mm',\n LTS: 'HH.mm.ss',\n L: 'DD/MM/YYYY',\n LL: 'D MMMM YYYY',\n LLL: 'D MMMM YYYY [pukul] HH.mm',\n LLLL: 'dddd, D MMMM YYYY [pukul] HH.mm',\n },\n meridiemParse: /pagi|siang|sore|malam/,\n meridiemHour: function (hour, meridiem) {\n if (hour === 12) {\n hour = 0;\n }\n if (meridiem === 'pagi') {\n return hour;\n } else if (meridiem === 'siang') {\n return hour >= 11 ? hour : hour + 12;\n } else if (meridiem === 'sore' || meridiem === 'malam') {\n return hour + 12;\n }\n },\n meridiem: function (hours, minutes, isLower) {\n if (hours < 11) {\n return 'pagi';\n } else if (hours < 15) {\n return 'siang';\n } else if (hours < 19) {\n return 'sore';\n } else {\n return 'malam';\n }\n },\n calendar: {\n sameDay: '[Hari ini pukul] LT',\n nextDay: '[Besok pukul] LT',\n nextWeek: 'dddd [pukul] LT',\n lastDay: '[Kemarin pukul] LT',\n lastWeek: 'dddd [lalu pukul] LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: 'dalam %s',\n past: '%s yang lalu',\n s: 'beberapa detik',\n ss: '%d detik',\n m: 'semenit',\n mm: '%d menit',\n h: 'sejam',\n hh: '%d jam',\n d: 'sehari',\n dd: '%d hari',\n M: 'sebulan',\n MM: '%d bulan',\n y: 'setahun',\n yy: '%d tahun',\n },\n week: {\n dow: 0, // Sunday is the first day of the week.\n doy: 6, // The week that contains Jan 6th is the first week of the year.\n },\n });\n\n return id;\n\n})));\n","//! moment.js locale configuration\n//! locale : Icelandic [is]\n//! author : Hinrik Örn Sigurðsson : https://github.com/hinrik\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n //! moment.js locale configuration\n\n function plural(n) {\n if (n % 100 === 11) {\n return true;\n } else if (n % 10 === 1) {\n return false;\n }\n return true;\n }\n function translate(number, withoutSuffix, key, isFuture) {\n var result = number + ' ';\n switch (key) {\n case 's':\n return withoutSuffix || isFuture\n ? 'nokkrar sekúndur'\n : 'nokkrum sekúndum';\n case 'ss':\n if (plural(number)) {\n return (\n result +\n (withoutSuffix || isFuture ? 'sekúndur' : 'sekúndum')\n );\n }\n return result + 'sekúnda';\n case 'm':\n return withoutSuffix ? 'mínúta' : 'mínútu';\n case 'mm':\n if (plural(number)) {\n return (\n result + (withoutSuffix || isFuture ? 'mínútur' : 'mínútum')\n );\n } else if (withoutSuffix) {\n return result + 'mínúta';\n }\n return result + 'mínútu';\n case 'hh':\n if (plural(number)) {\n return (\n result +\n (withoutSuffix || isFuture\n ? 'klukkustundir'\n : 'klukkustundum')\n );\n }\n return result + 'klukkustund';\n case 'd':\n if (withoutSuffix) {\n return 'dagur';\n }\n return isFuture ? 'dag' : 'degi';\n case 'dd':\n if (plural(number)) {\n if (withoutSuffix) {\n return result + 'dagar';\n }\n return result + (isFuture ? 'daga' : 'dögum');\n } else if (withoutSuffix) {\n return result + 'dagur';\n }\n return result + (isFuture ? 'dag' : 'degi');\n case 'M':\n if (withoutSuffix) {\n return 'mánuður';\n }\n return isFuture ? 'mánuð' : 'mánuði';\n case 'MM':\n if (plural(number)) {\n if (withoutSuffix) {\n return result + 'mánuðir';\n }\n return result + (isFuture ? 'mánuði' : 'mánuðum');\n } else if (withoutSuffix) {\n return result + 'mánuður';\n }\n return result + (isFuture ? 'mánuð' : 'mánuði');\n case 'y':\n return withoutSuffix || isFuture ? 'ár' : 'ári';\n case 'yy':\n if (plural(number)) {\n return result + (withoutSuffix || isFuture ? 'ár' : 'árum');\n }\n return result + (withoutSuffix || isFuture ? 'ár' : 'ári');\n }\n }\n\n var is = moment.defineLocale('is', {\n months: 'janúar_febrúar_mars_apríl_maí_júní_júlí_ágúst_september_október_nóvember_desember'.split(\n '_'\n ),\n monthsShort: 'jan_feb_mar_apr_maí_jún_júl_ágú_sep_okt_nóv_des'.split('_'),\n weekdays: 'sunnudagur_mánudagur_þriðjudagur_miðvikudagur_fimmtudagur_föstudagur_laugardagur'.split(\n '_'\n ),\n weekdaysShort: 'sun_mán_þri_mið_fim_fös_lau'.split('_'),\n weekdaysMin: 'Su_Má_Þr_Mi_Fi_Fö_La'.split('_'),\n longDateFormat: {\n LT: 'H:mm',\n LTS: 'H:mm:ss',\n L: 'DD.MM.YYYY',\n LL: 'D. MMMM YYYY',\n LLL: 'D. MMMM YYYY [kl.] H:mm',\n LLLL: 'dddd, D. MMMM YYYY [kl.] H:mm',\n },\n calendar: {\n sameDay: '[í dag kl.] LT',\n nextDay: '[á morgun kl.] LT',\n nextWeek: 'dddd [kl.] LT',\n lastDay: '[í gær kl.] LT',\n lastWeek: '[síðasta] dddd [kl.] LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: 'eftir %s',\n past: 'fyrir %s síðan',\n s: translate,\n ss: translate,\n m: translate,\n mm: translate,\n h: 'klukkustund',\n hh: translate,\n d: translate,\n dd: translate,\n M: translate,\n MM: translate,\n y: translate,\n yy: translate,\n },\n dayOfMonthOrdinalParse: /\\d{1,2}\\./,\n ordinal: '%d.',\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 4, // The week that contains Jan 4th is the first week of the year.\n },\n });\n\n return is;\n\n})));\n","//! moment.js locale configuration\n//! locale : Italian [it]\n//! author : Lorenzo : https://github.com/aliem\n//! author: Mattia Larentis: https://github.com/nostalgiaz\n//! author: Marco : https://github.com/Manfre98\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n //! moment.js locale configuration\n\n var it = moment.defineLocale('it', {\n months: 'gennaio_febbraio_marzo_aprile_maggio_giugno_luglio_agosto_settembre_ottobre_novembre_dicembre'.split(\n '_'\n ),\n monthsShort: 'gen_feb_mar_apr_mag_giu_lug_ago_set_ott_nov_dic'.split('_'),\n weekdays: 'domenica_lunedì_martedì_mercoledì_giovedì_venerdì_sabato'.split(\n '_'\n ),\n weekdaysShort: 'dom_lun_mar_mer_gio_ven_sab'.split('_'),\n weekdaysMin: 'do_lu_ma_me_gi_ve_sa'.split('_'),\n longDateFormat: {\n LT: 'HH:mm',\n LTS: 'HH:mm:ss',\n L: 'DD/MM/YYYY',\n LL: 'D MMMM YYYY',\n LLL: 'D MMMM YYYY HH:mm',\n LLLL: 'dddd D MMMM YYYY HH:mm',\n },\n calendar: {\n sameDay: function () {\n return (\n '[Oggi a' +\n (this.hours() > 1 ? 'lle ' : this.hours() === 0 ? ' ' : \"ll'\") +\n ']LT'\n );\n },\n nextDay: function () {\n return (\n '[Domani a' +\n (this.hours() > 1 ? 'lle ' : this.hours() === 0 ? ' ' : \"ll'\") +\n ']LT'\n );\n },\n nextWeek: function () {\n return (\n 'dddd [a' +\n (this.hours() > 1 ? 'lle ' : this.hours() === 0 ? ' ' : \"ll'\") +\n ']LT'\n );\n },\n lastDay: function () {\n return (\n '[Ieri a' +\n (this.hours() > 1 ? 'lle ' : this.hours() === 0 ? ' ' : \"ll'\") +\n ']LT'\n );\n },\n lastWeek: function () {\n switch (this.day()) {\n case 0:\n return (\n '[La scorsa] dddd [a' +\n (this.hours() > 1\n ? 'lle '\n : this.hours() === 0\n ? ' '\n : \"ll'\") +\n ']LT'\n );\n default:\n return (\n '[Lo scorso] dddd [a' +\n (this.hours() > 1\n ? 'lle '\n : this.hours() === 0\n ? ' '\n : \"ll'\") +\n ']LT'\n );\n }\n },\n sameElse: 'L',\n },\n relativeTime: {\n future: 'tra %s',\n past: '%s fa',\n s: 'alcuni secondi',\n ss: '%d secondi',\n m: 'un minuto',\n mm: '%d minuti',\n h: \"un'ora\",\n hh: '%d ore',\n d: 'un giorno',\n dd: '%d giorni',\n w: 'una settimana',\n ww: '%d settimane',\n M: 'un mese',\n MM: '%d mesi',\n y: 'un anno',\n yy: '%d anni',\n },\n dayOfMonthOrdinalParse: /\\d{1,2}º/,\n ordinal: '%dº',\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 4, // The week that contains Jan 4th is the first week of the year.\n },\n });\n\n return it;\n\n})));\n","//! moment.js locale configuration\n//! locale : Italian (Switzerland) [it-ch]\n//! author : xfh : https://github.com/xfh\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n //! moment.js locale configuration\n\n var itCh = moment.defineLocale('it-ch', {\n months: 'gennaio_febbraio_marzo_aprile_maggio_giugno_luglio_agosto_settembre_ottobre_novembre_dicembre'.split(\n '_'\n ),\n monthsShort: 'gen_feb_mar_apr_mag_giu_lug_ago_set_ott_nov_dic'.split('_'),\n weekdays: 'domenica_lunedì_martedì_mercoledì_giovedì_venerdì_sabato'.split(\n '_'\n ),\n weekdaysShort: 'dom_lun_mar_mer_gio_ven_sab'.split('_'),\n weekdaysMin: 'do_lu_ma_me_gi_ve_sa'.split('_'),\n longDateFormat: {\n LT: 'HH:mm',\n LTS: 'HH:mm:ss',\n L: 'DD.MM.YYYY',\n LL: 'D MMMM YYYY',\n LLL: 'D MMMM YYYY HH:mm',\n LLLL: 'dddd D MMMM YYYY HH:mm',\n },\n calendar: {\n sameDay: '[Oggi alle] LT',\n nextDay: '[Domani alle] LT',\n nextWeek: 'dddd [alle] LT',\n lastDay: '[Ieri alle] LT',\n lastWeek: function () {\n switch (this.day()) {\n case 0:\n return '[la scorsa] dddd [alle] LT';\n default:\n return '[lo scorso] dddd [alle] LT';\n }\n },\n sameElse: 'L',\n },\n relativeTime: {\n future: function (s) {\n return (/^[0-9].+$/.test(s) ? 'tra' : 'in') + ' ' + s;\n },\n past: '%s fa',\n s: 'alcuni secondi',\n ss: '%d secondi',\n m: 'un minuto',\n mm: '%d minuti',\n h: \"un'ora\",\n hh: '%d ore',\n d: 'un giorno',\n dd: '%d giorni',\n M: 'un mese',\n MM: '%d mesi',\n y: 'un anno',\n yy: '%d anni',\n },\n dayOfMonthOrdinalParse: /\\d{1,2}º/,\n ordinal: '%dº',\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 4, // The week that contains Jan 4th is the first week of the year.\n },\n });\n\n return itCh;\n\n})));\n","//! moment.js locale configuration\n//! locale : Japanese [ja]\n//! author : LI Long : https://github.com/baryon\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n //! moment.js locale configuration\n\n var ja = moment.defineLocale('ja', {\n eras: [\n {\n since: '2019-05-01',\n offset: 1,\n name: '令和',\n narrow: '㋿',\n abbr: 'R',\n },\n {\n since: '1989-01-08',\n until: '2019-04-30',\n offset: 1,\n name: '平成',\n narrow: '㍻',\n abbr: 'H',\n },\n {\n since: '1926-12-25',\n until: '1989-01-07',\n offset: 1,\n name: '昭和',\n narrow: '㍼',\n abbr: 'S',\n },\n {\n since: '1912-07-30',\n until: '1926-12-24',\n offset: 1,\n name: '大正',\n narrow: '㍽',\n abbr: 'T',\n },\n {\n since: '1873-01-01',\n until: '1912-07-29',\n offset: 6,\n name: '明治',\n narrow: '㍾',\n abbr: 'M',\n },\n {\n since: '0001-01-01',\n until: '1873-12-31',\n offset: 1,\n name: '西暦',\n narrow: 'AD',\n abbr: 'AD',\n },\n {\n since: '0000-12-31',\n until: -Infinity,\n offset: 1,\n name: '紀元前',\n narrow: 'BC',\n abbr: 'BC',\n },\n ],\n eraYearOrdinalRegex: /(元|\\d+)年/,\n eraYearOrdinalParse: function (input, match) {\n return match[1] === '元' ? 1 : parseInt(match[1] || input, 10);\n },\n months: '1月_2月_3月_4月_5月_6月_7月_8月_9月_10月_11月_12月'.split('_'),\n monthsShort: '1月_2月_3月_4月_5月_6月_7月_8月_9月_10月_11月_12月'.split(\n '_'\n ),\n weekdays: '日曜日_月曜日_火曜日_水曜日_木曜日_金曜日_土曜日'.split('_'),\n weekdaysShort: '日_月_火_水_木_金_土'.split('_'),\n weekdaysMin: '日_月_火_水_木_金_土'.split('_'),\n longDateFormat: {\n LT: 'HH:mm',\n LTS: 'HH:mm:ss',\n L: 'YYYY/MM/DD',\n LL: 'YYYY年M月D日',\n LLL: 'YYYY年M月D日 HH:mm',\n LLLL: 'YYYY年M月D日 dddd HH:mm',\n l: 'YYYY/MM/DD',\n ll: 'YYYY年M月D日',\n lll: 'YYYY年M月D日 HH:mm',\n llll: 'YYYY年M月D日(ddd) HH:mm',\n },\n meridiemParse: /午前|午後/i,\n isPM: function (input) {\n return input === '午後';\n },\n meridiem: function (hour, minute, isLower) {\n if (hour < 12) {\n return '午前';\n } else {\n return '午後';\n }\n },\n calendar: {\n sameDay: '[今日] LT',\n nextDay: '[明日] LT',\n nextWeek: function (now) {\n if (now.week() !== this.week()) {\n return '[来週]dddd LT';\n } else {\n return 'dddd LT';\n }\n },\n lastDay: '[昨日] LT',\n lastWeek: function (now) {\n if (this.week() !== now.week()) {\n return '[先週]dddd LT';\n } else {\n return 'dddd LT';\n }\n },\n sameElse: 'L',\n },\n dayOfMonthOrdinalParse: /\\d{1,2}日/,\n ordinal: function (number, period) {\n switch (period) {\n case 'y':\n return number === 1 ? '元年' : number + '年';\n case 'd':\n case 'D':\n case 'DDD':\n return number + '日';\n default:\n return number;\n }\n },\n relativeTime: {\n future: '%s後',\n past: '%s前',\n s: '数秒',\n ss: '%d秒',\n m: '1分',\n mm: '%d分',\n h: '1時間',\n hh: '%d時間',\n d: '1日',\n dd: '%d日',\n M: '1ヶ月',\n MM: '%dヶ月',\n y: '1年',\n yy: '%d年',\n },\n });\n\n return ja;\n\n})));\n","//! moment.js locale configuration\n//! locale : Javanese [jv]\n//! author : Rony Lantip : https://github.com/lantip\n//! reference: http://jv.wikipedia.org/wiki/Basa_Jawa\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n //! moment.js locale configuration\n\n var jv = moment.defineLocale('jv', {\n months: 'Januari_Februari_Maret_April_Mei_Juni_Juli_Agustus_September_Oktober_Nopember_Desember'.split(\n '_'\n ),\n monthsShort: 'Jan_Feb_Mar_Apr_Mei_Jun_Jul_Ags_Sep_Okt_Nop_Des'.split('_'),\n weekdays: 'Minggu_Senen_Seloso_Rebu_Kemis_Jemuwah_Septu'.split('_'),\n weekdaysShort: 'Min_Sen_Sel_Reb_Kem_Jem_Sep'.split('_'),\n weekdaysMin: 'Mg_Sn_Sl_Rb_Km_Jm_Sp'.split('_'),\n longDateFormat: {\n LT: 'HH.mm',\n LTS: 'HH.mm.ss',\n L: 'DD/MM/YYYY',\n LL: 'D MMMM YYYY',\n LLL: 'D MMMM YYYY [pukul] HH.mm',\n LLLL: 'dddd, D MMMM YYYY [pukul] HH.mm',\n },\n meridiemParse: /enjing|siyang|sonten|ndalu/,\n meridiemHour: function (hour, meridiem) {\n if (hour === 12) {\n hour = 0;\n }\n if (meridiem === 'enjing') {\n return hour;\n } else if (meridiem === 'siyang') {\n return hour >= 11 ? hour : hour + 12;\n } else if (meridiem === 'sonten' || meridiem === 'ndalu') {\n return hour + 12;\n }\n },\n meridiem: function (hours, minutes, isLower) {\n if (hours < 11) {\n return 'enjing';\n } else if (hours < 15) {\n return 'siyang';\n } else if (hours < 19) {\n return 'sonten';\n } else {\n return 'ndalu';\n }\n },\n calendar: {\n sameDay: '[Dinten puniko pukul] LT',\n nextDay: '[Mbenjang pukul] LT',\n nextWeek: 'dddd [pukul] LT',\n lastDay: '[Kala wingi pukul] LT',\n lastWeek: 'dddd [kepengker pukul] LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: 'wonten ing %s',\n past: '%s ingkang kepengker',\n s: 'sawetawis detik',\n ss: '%d detik',\n m: 'setunggal menit',\n mm: '%d menit',\n h: 'setunggal jam',\n hh: '%d jam',\n d: 'sedinten',\n dd: '%d dinten',\n M: 'sewulan',\n MM: '%d wulan',\n y: 'setaun',\n yy: '%d taun',\n },\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 7, // The week that contains Jan 7th is the first week of the year.\n },\n });\n\n return jv;\n\n})));\n","//! moment.js locale configuration\n//! locale : Georgian [ka]\n//! author : Irakli Janiashvili : https://github.com/IrakliJani\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n //! moment.js locale configuration\n\n var ka = moment.defineLocale('ka', {\n months: 'იანვარი_თებერვალი_მარტი_აპრილი_მაისი_ივნისი_ივლისი_აგვისტო_სექტემბერი_ოქტომბერი_ნოემბერი_დეკემბერი'.split(\n '_'\n ),\n monthsShort: 'იან_თებ_მარ_აპრ_მაი_ივნ_ივლ_აგვ_სექ_ოქტ_ნოე_დეკ'.split('_'),\n weekdays: {\n standalone: 'კვირა_ორშაბათი_სამშაბათი_ოთხშაბათი_ხუთშაბათი_პარასკევი_შაბათი'.split(\n '_'\n ),\n format: 'კვირას_ორშაბათს_სამშაბათს_ოთხშაბათს_ხუთშაბათს_პარასკევს_შაბათს'.split(\n '_'\n ),\n isFormat: /(წინა|შემდეგ)/,\n },\n weekdaysShort: 'კვი_ორშ_სამ_ოთხ_ხუთ_პარ_შაბ'.split('_'),\n weekdaysMin: 'კვ_ორ_სა_ოთ_ხუ_პა_შა'.split('_'),\n longDateFormat: {\n LT: 'HH:mm',\n LTS: 'HH:mm:ss',\n L: 'DD/MM/YYYY',\n LL: 'D MMMM YYYY',\n LLL: 'D MMMM YYYY HH:mm',\n LLLL: 'dddd, D MMMM YYYY HH:mm',\n },\n calendar: {\n sameDay: '[დღეს] LT[-ზე]',\n nextDay: '[ხვალ] LT[-ზე]',\n lastDay: '[გუშინ] LT[-ზე]',\n nextWeek: '[შემდეგ] dddd LT[-ზე]',\n lastWeek: '[წინა] dddd LT-ზე',\n sameElse: 'L',\n },\n relativeTime: {\n future: function (s) {\n return s.replace(/(წამ|წუთ|საათ|წელ|დღ|თვ)(ი|ე)/, function (\n $0,\n $1,\n $2\n ) {\n return $2 === 'ი' ? $1 + 'ში' : $1 + $2 + 'ში';\n });\n },\n past: function (s) {\n if (/(წამი|წუთი|საათი|დღე|თვე)/.test(s)) {\n return s.replace(/(ი|ე)$/, 'ის წინ');\n }\n if (/წელი/.test(s)) {\n return s.replace(/წელი$/, 'წლის წინ');\n }\n return s;\n },\n s: 'რამდენიმე წამი',\n ss: '%d წამი',\n m: 'წუთი',\n mm: '%d წუთი',\n h: 'საათი',\n hh: '%d საათი',\n d: 'დღე',\n dd: '%d დღე',\n M: 'თვე',\n MM: '%d თვე',\n y: 'წელი',\n yy: '%d წელი',\n },\n dayOfMonthOrdinalParse: /0|1-ლი|მე-\\d{1,2}|\\d{1,2}-ე/,\n ordinal: function (number) {\n if (number === 0) {\n return number;\n }\n if (number === 1) {\n return number + '-ლი';\n }\n if (\n number < 20 ||\n (number <= 100 && number % 20 === 0) ||\n number % 100 === 0\n ) {\n return 'მე-' + number;\n }\n return number + '-ე';\n },\n week: {\n dow: 1,\n doy: 7,\n },\n });\n\n return ka;\n\n})));\n","//! moment.js locale configuration\n//! locale : Kazakh [kk]\n//! authors : Nurlan Rakhimzhanov : https://github.com/nurlan\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n //! moment.js locale configuration\n\n var suffixes = {\n 0: '-ші',\n 1: '-ші',\n 2: '-ші',\n 3: '-ші',\n 4: '-ші',\n 5: '-ші',\n 6: '-шы',\n 7: '-ші',\n 8: '-ші',\n 9: '-шы',\n 10: '-шы',\n 20: '-шы',\n 30: '-шы',\n 40: '-шы',\n 50: '-ші',\n 60: '-шы',\n 70: '-ші',\n 80: '-ші',\n 90: '-шы',\n 100: '-ші',\n };\n\n var kk = moment.defineLocale('kk', {\n months: 'қаңтар_ақпан_наурыз_сәуір_мамыр_маусым_шілде_тамыз_қыркүйек_қазан_қараша_желтоқсан'.split(\n '_'\n ),\n monthsShort: 'қаң_ақп_нау_сәу_мам_мау_шіл_там_қыр_қаз_қар_жел'.split('_'),\n weekdays: 'жексенбі_дүйсенбі_сейсенбі_сәрсенбі_бейсенбі_жұма_сенбі'.split(\n '_'\n ),\n weekdaysShort: 'жек_дүй_сей_сәр_бей_жұм_сен'.split('_'),\n weekdaysMin: 'жк_дй_сй_ср_бй_жм_сн'.split('_'),\n longDateFormat: {\n LT: 'HH:mm',\n LTS: 'HH:mm:ss',\n L: 'DD.MM.YYYY',\n LL: 'D MMMM YYYY',\n LLL: 'D MMMM YYYY HH:mm',\n LLLL: 'dddd, D MMMM YYYY HH:mm',\n },\n calendar: {\n sameDay: '[Бүгін сағат] LT',\n nextDay: '[Ертең сағат] LT',\n nextWeek: 'dddd [сағат] LT',\n lastDay: '[Кеше сағат] LT',\n lastWeek: '[Өткен аптаның] dddd [сағат] LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: '%s ішінде',\n past: '%s бұрын',\n s: 'бірнеше секунд',\n ss: '%d секунд',\n m: 'бір минут',\n mm: '%d минут',\n h: 'бір сағат',\n hh: '%d сағат',\n d: 'бір күн',\n dd: '%d күн',\n M: 'бір ай',\n MM: '%d ай',\n y: 'бір жыл',\n yy: '%d жыл',\n },\n dayOfMonthOrdinalParse: /\\d{1,2}-(ші|шы)/,\n ordinal: function (number) {\n var a = number % 10,\n b = number >= 100 ? 100 : null;\n return number + (suffixes[number] || suffixes[a] || suffixes[b]);\n },\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 7, // The week that contains Jan 7th is the first week of the year.\n },\n });\n\n return kk;\n\n})));\n","//! moment.js locale configuration\n//! locale : Cambodian [km]\n//! author : Kruy Vanna : https://github.com/kruyvanna\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n //! moment.js locale configuration\n\n var symbolMap = {\n 1: '១',\n 2: '២',\n 3: '៣',\n 4: '៤',\n 5: '៥',\n 6: '៦',\n 7: '៧',\n 8: '៨',\n 9: '៩',\n 0: '០',\n },\n numberMap = {\n '១': '1',\n '២': '2',\n '៣': '3',\n '៤': '4',\n '៥': '5',\n '៦': '6',\n '៧': '7',\n '៨': '8',\n '៩': '9',\n '០': '0',\n };\n\n var km = moment.defineLocale('km', {\n months: 'មករា_កុម្ភៈ_មីនា_មេសា_ឧសភា_មិថុនា_កក្កដា_សីហា_កញ្ញា_តុលា_វិច្ឆិកា_ធ្នូ'.split(\n '_'\n ),\n monthsShort: 'មករា_កុម្ភៈ_មីនា_មេសា_ឧសភា_មិថុនា_កក្កដា_សីហា_កញ្ញា_តុលា_វិច្ឆិកា_ធ្នូ'.split(\n '_'\n ),\n weekdays: 'អាទិត្យ_ច័ន្ទ_អង្គារ_ពុធ_ព្រហស្បតិ៍_សុក្រ_សៅរ៍'.split('_'),\n weekdaysShort: 'អា_ច_អ_ព_ព្រ_សុ_ស'.split('_'),\n weekdaysMin: 'អា_ច_អ_ព_ព្រ_សុ_ស'.split('_'),\n weekdaysParseExact: true,\n longDateFormat: {\n LT: 'HH:mm',\n LTS: 'HH:mm:ss',\n L: 'DD/MM/YYYY',\n LL: 'D MMMM YYYY',\n LLL: 'D MMMM YYYY HH:mm',\n LLLL: 'dddd, D MMMM YYYY HH:mm',\n },\n meridiemParse: /ព្រឹក|ល្ងាច/,\n isPM: function (input) {\n return input === 'ល្ងាច';\n },\n meridiem: function (hour, minute, isLower) {\n if (hour < 12) {\n return 'ព្រឹក';\n } else {\n return 'ល្ងាច';\n }\n },\n calendar: {\n sameDay: '[ថ្ងៃនេះ ម៉ោង] LT',\n nextDay: '[ស្អែក ម៉ោង] LT',\n nextWeek: 'dddd [ម៉ោង] LT',\n lastDay: '[ម្សិលមិញ ម៉ោង] LT',\n lastWeek: 'dddd [សប្តាហ៍មុន] [ម៉ោង] LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: '%sទៀត',\n past: '%sមុន',\n s: 'ប៉ុន្មានវិនាទី',\n ss: '%d វិនាទី',\n m: 'មួយនាទី',\n mm: '%d នាទី',\n h: 'មួយម៉ោង',\n hh: '%d ម៉ោង',\n d: 'មួយថ្ងៃ',\n dd: '%d ថ្ងៃ',\n M: 'មួយខែ',\n MM: '%d ខែ',\n y: 'មួយឆ្នាំ',\n yy: '%d ឆ្នាំ',\n },\n dayOfMonthOrdinalParse: /ទី\\d{1,2}/,\n ordinal: 'ទី%d',\n preparse: function (string) {\n return string.replace(/[១២៣៤៥៦៧៨៩០]/g, function (match) {\n return numberMap[match];\n });\n },\n postformat: function (string) {\n return string.replace(/\\d/g, function (match) {\n return symbolMap[match];\n });\n },\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 4, // The week that contains Jan 4th is the first week of the year.\n },\n });\n\n return km;\n\n})));\n","//! moment.js locale configuration\n//! locale : Kannada [kn]\n//! author : Rajeev Naik : https://github.com/rajeevnaikte\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n //! moment.js locale configuration\n\n var symbolMap = {\n 1: '೧',\n 2: '೨',\n 3: '೩',\n 4: '೪',\n 5: '೫',\n 6: '೬',\n 7: '೭',\n 8: '೮',\n 9: '೯',\n 0: '೦',\n },\n numberMap = {\n '೧': '1',\n '೨': '2',\n '೩': '3',\n '೪': '4',\n '೫': '5',\n '೬': '6',\n '೭': '7',\n '೮': '8',\n '೯': '9',\n '೦': '0',\n };\n\n var kn = moment.defineLocale('kn', {\n months: 'ಜನವರಿ_ಫೆಬ್ರವರಿ_ಮಾರ್ಚ್_ಏಪ್ರಿಲ್_ಮೇ_ಜೂನ್_ಜುಲೈ_ಆಗಸ್ಟ್_ಸೆಪ್ಟೆಂಬರ್_ಅಕ್ಟೋಬರ್_ನವೆಂಬರ್_ಡಿಸೆಂಬರ್'.split(\n '_'\n ),\n monthsShort: 'ಜನ_ಫೆಬ್ರ_ಮಾರ್ಚ್_ಏಪ್ರಿಲ್_ಮೇ_ಜೂನ್_ಜುಲೈ_ಆಗಸ್ಟ್_ಸೆಪ್ಟೆಂ_ಅಕ್ಟೋ_ನವೆಂ_ಡಿಸೆಂ'.split(\n '_'\n ),\n monthsParseExact: true,\n weekdays: 'ಭಾನುವಾರ_ಸೋಮವಾರ_ಮಂಗಳವಾರ_ಬುಧವಾರ_ಗುರುವಾರ_ಶುಕ್ರವಾರ_ಶನಿವಾರ'.split(\n '_'\n ),\n weekdaysShort: 'ಭಾನು_ಸೋಮ_ಮಂಗಳ_ಬುಧ_ಗುರು_ಶುಕ್ರ_ಶನಿ'.split('_'),\n weekdaysMin: 'ಭಾ_ಸೋ_ಮಂ_ಬು_ಗು_ಶು_ಶ'.split('_'),\n longDateFormat: {\n LT: 'A h:mm',\n LTS: 'A h:mm:ss',\n L: 'DD/MM/YYYY',\n LL: 'D MMMM YYYY',\n LLL: 'D MMMM YYYY, A h:mm',\n LLLL: 'dddd, D MMMM YYYY, A h:mm',\n },\n calendar: {\n sameDay: '[ಇಂದು] LT',\n nextDay: '[ನಾಳೆ] LT',\n nextWeek: 'dddd, LT',\n lastDay: '[ನಿನ್ನೆ] LT',\n lastWeek: '[ಕೊನೆಯ] dddd, LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: '%s ನಂತರ',\n past: '%s ಹಿಂದೆ',\n s: 'ಕೆಲವು ಕ್ಷಣಗಳು',\n ss: '%d ಸೆಕೆಂಡುಗಳು',\n m: 'ಒಂದು ನಿಮಿಷ',\n mm: '%d ನಿಮಿಷ',\n h: 'ಒಂದು ಗಂಟೆ',\n hh: '%d ಗಂಟೆ',\n d: 'ಒಂದು ದಿನ',\n dd: '%d ದಿನ',\n M: 'ಒಂದು ತಿಂಗಳು',\n MM: '%d ತಿಂಗಳು',\n y: 'ಒಂದು ವರ್ಷ',\n yy: '%d ವರ್ಷ',\n },\n preparse: function (string) {\n return string.replace(/[೧೨೩೪೫೬೭೮೯೦]/g, function (match) {\n return numberMap[match];\n });\n },\n postformat: function (string) {\n return string.replace(/\\d/g, function (match) {\n return symbolMap[match];\n });\n },\n meridiemParse: /ರಾತ್ರಿ|ಬೆಳಿಗ್ಗೆ|ಮಧ್ಯಾಹ್ನ|ಸಂಜೆ/,\n meridiemHour: function (hour, meridiem) {\n if (hour === 12) {\n hour = 0;\n }\n if (meridiem === 'ರಾತ್ರಿ') {\n return hour < 4 ? hour : hour + 12;\n } else if (meridiem === 'ಬೆಳಿಗ್ಗೆ') {\n return hour;\n } else if (meridiem === 'ಮಧ್ಯಾಹ್ನ') {\n return hour >= 10 ? hour : hour + 12;\n } else if (meridiem === 'ಸಂಜೆ') {\n return hour + 12;\n }\n },\n meridiem: function (hour, minute, isLower) {\n if (hour < 4) {\n return 'ರಾತ್ರಿ';\n } else if (hour < 10) {\n return 'ಬೆಳಿಗ್ಗೆ';\n } else if (hour < 17) {\n return 'ಮಧ್ಯಾಹ್ನ';\n } else if (hour < 20) {\n return 'ಸಂಜೆ';\n } else {\n return 'ರಾತ್ರಿ';\n }\n },\n dayOfMonthOrdinalParse: /\\d{1,2}(ನೇ)/,\n ordinal: function (number) {\n return number + 'ನೇ';\n },\n week: {\n dow: 0, // Sunday is the first day of the week.\n doy: 6, // The week that contains Jan 6th is the first week of the year.\n },\n });\n\n return kn;\n\n})));\n","//! moment.js locale configuration\n//! locale : Korean [ko]\n//! author : Kyungwook, Park : https://github.com/kyungw00k\n//! author : Jeeeyul Lee <jeeeyul@gmail.com>\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n //! moment.js locale configuration\n\n var ko = moment.defineLocale('ko', {\n months: '1월_2월_3월_4월_5월_6월_7월_8월_9월_10월_11월_12월'.split('_'),\n monthsShort: '1월_2월_3월_4월_5월_6월_7월_8월_9월_10월_11월_12월'.split(\n '_'\n ),\n weekdays: '일요일_월요일_화요일_수요일_목요일_금요일_토요일'.split('_'),\n weekdaysShort: '일_월_화_수_목_금_토'.split('_'),\n weekdaysMin: '일_월_화_수_목_금_토'.split('_'),\n longDateFormat: {\n LT: 'A h:mm',\n LTS: 'A h:mm:ss',\n L: 'YYYY.MM.DD.',\n LL: 'YYYY년 MMMM D일',\n LLL: 'YYYY년 MMMM D일 A h:mm',\n LLLL: 'YYYY년 MMMM D일 dddd A h:mm',\n l: 'YYYY.MM.DD.',\n ll: 'YYYY년 MMMM D일',\n lll: 'YYYY년 MMMM D일 A h:mm',\n llll: 'YYYY년 MMMM D일 dddd A h:mm',\n },\n calendar: {\n sameDay: '오늘 LT',\n nextDay: '내일 LT',\n nextWeek: 'dddd LT',\n lastDay: '어제 LT',\n lastWeek: '지난주 dddd LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: '%s 후',\n past: '%s 전',\n s: '몇 초',\n ss: '%d초',\n m: '1분',\n mm: '%d분',\n h: '한 시간',\n hh: '%d시간',\n d: '하루',\n dd: '%d일',\n M: '한 달',\n MM: '%d달',\n y: '일 년',\n yy: '%d년',\n },\n dayOfMonthOrdinalParse: /\\d{1,2}(일|월|주)/,\n ordinal: function (number, period) {\n switch (period) {\n case 'd':\n case 'D':\n case 'DDD':\n return number + '일';\n case 'M':\n return number + '월';\n case 'w':\n case 'W':\n return number + '주';\n default:\n return number;\n }\n },\n meridiemParse: /오전|오후/,\n isPM: function (token) {\n return token === '오후';\n },\n meridiem: function (hour, minute, isUpper) {\n return hour < 12 ? '오전' : '오후';\n },\n });\n\n return ko;\n\n})));\n","//! moment.js locale configuration\n//! locale : Kurdish [ku]\n//! author : Shahram Mebashar : https://github.com/ShahramMebashar\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n //! moment.js locale configuration\n\n var symbolMap = {\n 1: '١',\n 2: '٢',\n 3: '٣',\n 4: '٤',\n 5: '٥',\n 6: '٦',\n 7: '٧',\n 8: '٨',\n 9: '٩',\n 0: '٠',\n },\n numberMap = {\n '١': '1',\n '٢': '2',\n '٣': '3',\n '٤': '4',\n '٥': '5',\n '٦': '6',\n '٧': '7',\n '٨': '8',\n '٩': '9',\n '٠': '0',\n },\n months = [\n 'کانونی دووەم',\n 'شوبات',\n 'ئازار',\n 'نیسان',\n 'ئایار',\n 'حوزەیران',\n 'تەمموز',\n 'ئاب',\n 'ئەیلوول',\n 'تشرینی یەكەم',\n 'تشرینی دووەم',\n 'كانونی یەکەم',\n ];\n\n var ku = moment.defineLocale('ku', {\n months: months,\n monthsShort: months,\n weekdays: 'یه‌كشه‌ممه‌_دووشه‌ممه‌_سێشه‌ممه‌_چوارشه‌ممه‌_پێنجشه‌ممه‌_هه‌ینی_شه‌ممه‌'.split(\n '_'\n ),\n weekdaysShort: 'یه‌كشه‌م_دووشه‌م_سێشه‌م_چوارشه‌م_پێنجشه‌م_هه‌ینی_شه‌ممه‌'.split(\n '_'\n ),\n weekdaysMin: 'ی_د_س_چ_پ_ه_ش'.split('_'),\n weekdaysParseExact: true,\n longDateFormat: {\n LT: 'HH:mm',\n LTS: 'HH:mm:ss',\n L: 'DD/MM/YYYY',\n LL: 'D MMMM YYYY',\n LLL: 'D MMMM YYYY HH:mm',\n LLLL: 'dddd, D MMMM YYYY HH:mm',\n },\n meridiemParse: /ئێواره‌|به‌یانی/,\n isPM: function (input) {\n return /ئێواره‌/.test(input);\n },\n meridiem: function (hour, minute, isLower) {\n if (hour < 12) {\n return 'به‌یانی';\n } else {\n return 'ئێواره‌';\n }\n },\n calendar: {\n sameDay: '[ئه‌مرۆ كاتژمێر] LT',\n nextDay: '[به‌یانی كاتژمێر] LT',\n nextWeek: 'dddd [كاتژمێر] LT',\n lastDay: '[دوێنێ كاتژمێر] LT',\n lastWeek: 'dddd [كاتژمێر] LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: 'له‌ %s',\n past: '%s',\n s: 'چه‌ند چركه‌یه‌ك',\n ss: 'چركه‌ %d',\n m: 'یه‌ك خوله‌ك',\n mm: '%d خوله‌ك',\n h: 'یه‌ك كاتژمێر',\n hh: '%d كاتژمێر',\n d: 'یه‌ك ڕۆژ',\n dd: '%d ڕۆژ',\n M: 'یه‌ك مانگ',\n MM: '%d مانگ',\n y: 'یه‌ك ساڵ',\n yy: '%d ساڵ',\n },\n preparse: function (string) {\n return string\n .replace(/[١٢٣٤٥٦٧٨٩٠]/g, function (match) {\n return numberMap[match];\n })\n .replace(/،/g, ',');\n },\n postformat: function (string) {\n return string\n .replace(/\\d/g, function (match) {\n return symbolMap[match];\n })\n .replace(/,/g, '،');\n },\n week: {\n dow: 6, // Saturday is the first day of the week.\n doy: 12, // The week that contains Jan 12th is the first week of the year.\n },\n });\n\n return ku;\n\n})));\n","//! moment.js locale configuration\n//! locale : Kyrgyz [ky]\n//! author : Chyngyz Arystan uulu : https://github.com/chyngyz\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n //! moment.js locale configuration\n\n var suffixes = {\n 0: '-чү',\n 1: '-чи',\n 2: '-чи',\n 3: '-чү',\n 4: '-чү',\n 5: '-чи',\n 6: '-чы',\n 7: '-чи',\n 8: '-чи',\n 9: '-чу',\n 10: '-чу',\n 20: '-чы',\n 30: '-чу',\n 40: '-чы',\n 50: '-чү',\n 60: '-чы',\n 70: '-чи',\n 80: '-чи',\n 90: '-чу',\n 100: '-чү',\n };\n\n var ky = moment.defineLocale('ky', {\n months: 'январь_февраль_март_апрель_май_июнь_июль_август_сентябрь_октябрь_ноябрь_декабрь'.split(\n '_'\n ),\n monthsShort: 'янв_фев_март_апр_май_июнь_июль_авг_сен_окт_ноя_дек'.split(\n '_'\n ),\n weekdays: 'Жекшемби_Дүйшөмбү_Шейшемби_Шаршемби_Бейшемби_Жума_Ишемби'.split(\n '_'\n ),\n weekdaysShort: 'Жек_Дүй_Шей_Шар_Бей_Жум_Ише'.split('_'),\n weekdaysMin: 'Жк_Дй_Шй_Шр_Бй_Жм_Иш'.split('_'),\n longDateFormat: {\n LT: 'HH:mm',\n LTS: 'HH:mm:ss',\n L: 'DD.MM.YYYY',\n LL: 'D MMMM YYYY',\n LLL: 'D MMMM YYYY HH:mm',\n LLLL: 'dddd, D MMMM YYYY HH:mm',\n },\n calendar: {\n sameDay: '[Бүгүн саат] LT',\n nextDay: '[Эртең саат] LT',\n nextWeek: 'dddd [саат] LT',\n lastDay: '[Кечээ саат] LT',\n lastWeek: '[Өткөн аптанын] dddd [күнү] [саат] LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: '%s ичинде',\n past: '%s мурун',\n s: 'бирнече секунд',\n ss: '%d секунд',\n m: 'бир мүнөт',\n mm: '%d мүнөт',\n h: 'бир саат',\n hh: '%d саат',\n d: 'бир күн',\n dd: '%d күн',\n M: 'бир ай',\n MM: '%d ай',\n y: 'бир жыл',\n yy: '%d жыл',\n },\n dayOfMonthOrdinalParse: /\\d{1,2}-(чи|чы|чү|чу)/,\n ordinal: function (number) {\n var a = number % 10,\n b = number >= 100 ? 100 : null;\n return number + (suffixes[number] || suffixes[a] || suffixes[b]);\n },\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 7, // The week that contains Jan 7th is the first week of the year.\n },\n });\n\n return ky;\n\n})));\n","//! moment.js locale configuration\n//! locale : Luxembourgish [lb]\n//! author : mweimerskirch : https://github.com/mweimerskirch\n//! author : David Raison : https://github.com/kwisatz\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n //! moment.js locale configuration\n\n function processRelativeTime(number, withoutSuffix, key, isFuture) {\n var format = {\n m: ['eng Minutt', 'enger Minutt'],\n h: ['eng Stonn', 'enger Stonn'],\n d: ['een Dag', 'engem Dag'],\n M: ['ee Mount', 'engem Mount'],\n y: ['ee Joer', 'engem Joer'],\n };\n return withoutSuffix ? format[key][0] : format[key][1];\n }\n function processFutureTime(string) {\n var number = string.substr(0, string.indexOf(' '));\n if (eifelerRegelAppliesToNumber(number)) {\n return 'a ' + string;\n }\n return 'an ' + string;\n }\n function processPastTime(string) {\n var number = string.substr(0, string.indexOf(' '));\n if (eifelerRegelAppliesToNumber(number)) {\n return 'viru ' + string;\n }\n return 'virun ' + string;\n }\n /**\n * Returns true if the word before the given number loses the '-n' ending.\n * e.g. 'an 10 Deeg' but 'a 5 Deeg'\n *\n * @param number {integer}\n * @returns {boolean}\n */\n function eifelerRegelAppliesToNumber(number) {\n number = parseInt(number, 10);\n if (isNaN(number)) {\n return false;\n }\n if (number < 0) {\n // Negative Number --> always true\n return true;\n } else if (number < 10) {\n // Only 1 digit\n if (4 <= number && number <= 7) {\n return true;\n }\n return false;\n } else if (number < 100) {\n // 2 digits\n var lastDigit = number % 10,\n firstDigit = number / 10;\n if (lastDigit === 0) {\n return eifelerRegelAppliesToNumber(firstDigit);\n }\n return eifelerRegelAppliesToNumber(lastDigit);\n } else if (number < 10000) {\n // 3 or 4 digits --> recursively check first digit\n while (number >= 10) {\n number = number / 10;\n }\n return eifelerRegelAppliesToNumber(number);\n } else {\n // Anything larger than 4 digits: recursively check first n-3 digits\n number = number / 1000;\n return eifelerRegelAppliesToNumber(number);\n }\n }\n\n var lb = moment.defineLocale('lb', {\n months: 'Januar_Februar_Mäerz_Abrëll_Mee_Juni_Juli_August_September_Oktober_November_Dezember'.split(\n '_'\n ),\n monthsShort: 'Jan._Febr._Mrz._Abr._Mee_Jun._Jul._Aug._Sept._Okt._Nov._Dez.'.split(\n '_'\n ),\n monthsParseExact: true,\n weekdays: 'Sonndeg_Méindeg_Dënschdeg_Mëttwoch_Donneschdeg_Freideg_Samschdeg'.split(\n '_'\n ),\n weekdaysShort: 'So._Mé._Dë._Më._Do._Fr._Sa.'.split('_'),\n weekdaysMin: 'So_Mé_Dë_Më_Do_Fr_Sa'.split('_'),\n weekdaysParseExact: true,\n longDateFormat: {\n LT: 'H:mm [Auer]',\n LTS: 'H:mm:ss [Auer]',\n L: 'DD.MM.YYYY',\n LL: 'D. MMMM YYYY',\n LLL: 'D. MMMM YYYY H:mm [Auer]',\n LLLL: 'dddd, D. MMMM YYYY H:mm [Auer]',\n },\n calendar: {\n sameDay: '[Haut um] LT',\n sameElse: 'L',\n nextDay: '[Muer um] LT',\n nextWeek: 'dddd [um] LT',\n lastDay: '[Gëschter um] LT',\n lastWeek: function () {\n // Different date string for 'Dënschdeg' (Tuesday) and 'Donneschdeg' (Thursday) due to phonological rule\n switch (this.day()) {\n case 2:\n case 4:\n return '[Leschten] dddd [um] LT';\n default:\n return '[Leschte] dddd [um] LT';\n }\n },\n },\n relativeTime: {\n future: processFutureTime,\n past: processPastTime,\n s: 'e puer Sekonnen',\n ss: '%d Sekonnen',\n m: processRelativeTime,\n mm: '%d Minutten',\n h: processRelativeTime,\n hh: '%d Stonnen',\n d: processRelativeTime,\n dd: '%d Deeg',\n M: processRelativeTime,\n MM: '%d Méint',\n y: processRelativeTime,\n yy: '%d Joer',\n },\n dayOfMonthOrdinalParse: /\\d{1,2}\\./,\n ordinal: '%d.',\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 4, // The week that contains Jan 4th is the first week of the year.\n },\n });\n\n return lb;\n\n})));\n","//! moment.js locale configuration\n//! locale : Lao [lo]\n//! author : Ryan Hart : https://github.com/ryanhart2\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n //! moment.js locale configuration\n\n var lo = moment.defineLocale('lo', {\n months: 'ມັງກອນ_ກຸມພາ_ມີນາ_ເມສາ_ພຶດສະພາ_ມິຖຸນາ_ກໍລະກົດ_ສິງຫາ_ກັນຍາ_ຕຸລາ_ພະຈິກ_ທັນວາ'.split(\n '_'\n ),\n monthsShort: 'ມັງກອນ_ກຸມພາ_ມີນາ_ເມສາ_ພຶດສະພາ_ມິຖຸນາ_ກໍລະກົດ_ສິງຫາ_ກັນຍາ_ຕຸລາ_ພະຈິກ_ທັນວາ'.split(\n '_'\n ),\n weekdays: 'ອາທິດ_ຈັນ_ອັງຄານ_ພຸດ_ພະຫັດ_ສຸກ_ເສົາ'.split('_'),\n weekdaysShort: 'ທິດ_ຈັນ_ອັງຄານ_ພຸດ_ພະຫັດ_ສຸກ_ເສົາ'.split('_'),\n weekdaysMin: 'ທ_ຈ_ອຄ_ພ_ພຫ_ສກ_ສ'.split('_'),\n weekdaysParseExact: true,\n longDateFormat: {\n LT: 'HH:mm',\n LTS: 'HH:mm:ss',\n L: 'DD/MM/YYYY',\n LL: 'D MMMM YYYY',\n LLL: 'D MMMM YYYY HH:mm',\n LLLL: 'ວັນdddd D MMMM YYYY HH:mm',\n },\n meridiemParse: /ຕອນເຊົ້າ|ຕອນແລງ/,\n isPM: function (input) {\n return input === 'ຕອນແລງ';\n },\n meridiem: function (hour, minute, isLower) {\n if (hour < 12) {\n return 'ຕອນເຊົ້າ';\n } else {\n return 'ຕອນແລງ';\n }\n },\n calendar: {\n sameDay: '[ມື້ນີ້ເວລາ] LT',\n nextDay: '[ມື້ອື່ນເວລາ] LT',\n nextWeek: '[ວັນ]dddd[ໜ້າເວລາ] LT',\n lastDay: '[ມື້ວານນີ້ເວລາ] LT',\n lastWeek: '[ວັນ]dddd[ແລ້ວນີ້ເວລາ] LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: 'ອີກ %s',\n past: '%sຜ່ານມາ',\n s: 'ບໍ່ເທົ່າໃດວິນາທີ',\n ss: '%d ວິນາທີ',\n m: '1 ນາທີ',\n mm: '%d ນາທີ',\n h: '1 ຊົ່ວໂມງ',\n hh: '%d ຊົ່ວໂມງ',\n d: '1 ມື້',\n dd: '%d ມື້',\n M: '1 ເດືອນ',\n MM: '%d ເດືອນ',\n y: '1 ປີ',\n yy: '%d ປີ',\n },\n dayOfMonthOrdinalParse: /(ທີ່)\\d{1,2}/,\n ordinal: function (number) {\n return 'ທີ່' + number;\n },\n });\n\n return lo;\n\n})));\n","//! moment.js locale configuration\n//! locale : Lithuanian [lt]\n//! author : Mindaugas Mozūras : https://github.com/mmozuras\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n //! moment.js locale configuration\n\n var units = {\n ss: 'sekundė_sekundžių_sekundes',\n m: 'minutė_minutės_minutę',\n mm: 'minutės_minučių_minutes',\n h: 'valanda_valandos_valandą',\n hh: 'valandos_valandų_valandas',\n d: 'diena_dienos_dieną',\n dd: 'dienos_dienų_dienas',\n M: 'mėnuo_mėnesio_mėnesį',\n MM: 'mėnesiai_mėnesių_mėnesius',\n y: 'metai_metų_metus',\n yy: 'metai_metų_metus',\n };\n function translateSeconds(number, withoutSuffix, key, isFuture) {\n if (withoutSuffix) {\n return 'kelios sekundės';\n } else {\n return isFuture ? 'kelių sekundžių' : 'kelias sekundes';\n }\n }\n function translateSingular(number, withoutSuffix, key, isFuture) {\n return withoutSuffix\n ? forms(key)[0]\n : isFuture\n ? forms(key)[1]\n : forms(key)[2];\n }\n function special(number) {\n return number % 10 === 0 || (number > 10 && number < 20);\n }\n function forms(key) {\n return units[key].split('_');\n }\n function translate(number, withoutSuffix, key, isFuture) {\n var result = number + ' ';\n if (number === 1) {\n return (\n result + translateSingular(number, withoutSuffix, key[0], isFuture)\n );\n } else if (withoutSuffix) {\n return result + (special(number) ? forms(key)[1] : forms(key)[0]);\n } else {\n if (isFuture) {\n return result + forms(key)[1];\n } else {\n return result + (special(number) ? forms(key)[1] : forms(key)[2]);\n }\n }\n }\n var lt = moment.defineLocale('lt', {\n months: {\n format: 'sausio_vasario_kovo_balandžio_gegužės_birželio_liepos_rugpjūčio_rugsėjo_spalio_lapkričio_gruodžio'.split(\n '_'\n ),\n standalone: 'sausis_vasaris_kovas_balandis_gegužė_birželis_liepa_rugpjūtis_rugsėjis_spalis_lapkritis_gruodis'.split(\n '_'\n ),\n isFormat: /D[oD]?(\\[[^\\[\\]]*\\]|\\s)+MMMM?|MMMM?(\\[[^\\[\\]]*\\]|\\s)+D[oD]?/,\n },\n monthsShort: 'sau_vas_kov_bal_geg_bir_lie_rgp_rgs_spa_lap_grd'.split('_'),\n weekdays: {\n format: 'sekmadienį_pirmadienį_antradienį_trečiadienį_ketvirtadienį_penktadienį_šeštadienį'.split(\n '_'\n ),\n standalone: 'sekmadienis_pirmadienis_antradienis_trečiadienis_ketvirtadienis_penktadienis_šeštadienis'.split(\n '_'\n ),\n isFormat: /dddd HH:mm/,\n },\n weekdaysShort: 'Sek_Pir_Ant_Tre_Ket_Pen_Šeš'.split('_'),\n weekdaysMin: 'S_P_A_T_K_Pn_Š'.split('_'),\n weekdaysParseExact: true,\n longDateFormat: {\n LT: 'HH:mm',\n LTS: 'HH:mm:ss',\n L: 'YYYY-MM-DD',\n LL: 'YYYY [m.] MMMM D [d.]',\n LLL: 'YYYY [m.] MMMM D [d.], HH:mm [val.]',\n LLLL: 'YYYY [m.] MMMM D [d.], dddd, HH:mm [val.]',\n l: 'YYYY-MM-DD',\n ll: 'YYYY [m.] MMMM D [d.]',\n lll: 'YYYY [m.] MMMM D [d.], HH:mm [val.]',\n llll: 'YYYY [m.] MMMM D [d.], ddd, HH:mm [val.]',\n },\n calendar: {\n sameDay: '[Šiandien] LT',\n nextDay: '[Rytoj] LT',\n nextWeek: 'dddd LT',\n lastDay: '[Vakar] LT',\n lastWeek: '[Praėjusį] dddd LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: 'po %s',\n past: 'prieš %s',\n s: translateSeconds,\n ss: translate,\n m: translateSingular,\n mm: translate,\n h: translateSingular,\n hh: translate,\n d: translateSingular,\n dd: translate,\n M: translateSingular,\n MM: translate,\n y: translateSingular,\n yy: translate,\n },\n dayOfMonthOrdinalParse: /\\d{1,2}-oji/,\n ordinal: function (number) {\n return number + '-oji';\n },\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 4, // The week that contains Jan 4th is the first week of the year.\n },\n });\n\n return lt;\n\n})));\n","//! moment.js locale configuration\n//! locale : Latvian [lv]\n//! author : Kristaps Karlsons : https://github.com/skakri\n//! author : Jānis Elmeris : https://github.com/JanisE\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n //! moment.js locale configuration\n\n var units = {\n ss: 'sekundes_sekundēm_sekunde_sekundes'.split('_'),\n m: 'minūtes_minūtēm_minūte_minūtes'.split('_'),\n mm: 'minūtes_minūtēm_minūte_minūtes'.split('_'),\n h: 'stundas_stundām_stunda_stundas'.split('_'),\n hh: 'stundas_stundām_stunda_stundas'.split('_'),\n d: 'dienas_dienām_diena_dienas'.split('_'),\n dd: 'dienas_dienām_diena_dienas'.split('_'),\n M: 'mēneša_mēnešiem_mēnesis_mēneši'.split('_'),\n MM: 'mēneša_mēnešiem_mēnesis_mēneši'.split('_'),\n y: 'gada_gadiem_gads_gadi'.split('_'),\n yy: 'gada_gadiem_gads_gadi'.split('_'),\n };\n /**\n * @param withoutSuffix boolean true = a length of time; false = before/after a period of time.\n */\n function format(forms, number, withoutSuffix) {\n if (withoutSuffix) {\n // E.g. \"21 minūte\", \"3 minūtes\".\n return number % 10 === 1 && number % 100 !== 11 ? forms[2] : forms[3];\n } else {\n // E.g. \"21 minūtes\" as in \"pēc 21 minūtes\".\n // E.g. \"3 minūtēm\" as in \"pēc 3 minūtēm\".\n return number % 10 === 1 && number % 100 !== 11 ? forms[0] : forms[1];\n }\n }\n function relativeTimeWithPlural(number, withoutSuffix, key) {\n return number + ' ' + format(units[key], number, withoutSuffix);\n }\n function relativeTimeWithSingular(number, withoutSuffix, key) {\n return format(units[key], number, withoutSuffix);\n }\n function relativeSeconds(number, withoutSuffix) {\n return withoutSuffix ? 'dažas sekundes' : 'dažām sekundēm';\n }\n\n var lv = moment.defineLocale('lv', {\n months: 'janvāris_februāris_marts_aprīlis_maijs_jūnijs_jūlijs_augusts_septembris_oktobris_novembris_decembris'.split(\n '_'\n ),\n monthsShort: 'jan_feb_mar_apr_mai_jūn_jūl_aug_sep_okt_nov_dec'.split('_'),\n weekdays: 'svētdiena_pirmdiena_otrdiena_trešdiena_ceturtdiena_piektdiena_sestdiena'.split(\n '_'\n ),\n weekdaysShort: 'Sv_P_O_T_C_Pk_S'.split('_'),\n weekdaysMin: 'Sv_P_O_T_C_Pk_S'.split('_'),\n weekdaysParseExact: true,\n longDateFormat: {\n LT: 'HH:mm',\n LTS: 'HH:mm:ss',\n L: 'DD.MM.YYYY.',\n LL: 'YYYY. [gada] D. MMMM',\n LLL: 'YYYY. [gada] D. MMMM, HH:mm',\n LLLL: 'YYYY. [gada] D. MMMM, dddd, HH:mm',\n },\n calendar: {\n sameDay: '[Šodien pulksten] LT',\n nextDay: '[Rīt pulksten] LT',\n nextWeek: 'dddd [pulksten] LT',\n lastDay: '[Vakar pulksten] LT',\n lastWeek: '[Pagājušā] dddd [pulksten] LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: 'pēc %s',\n past: 'pirms %s',\n s: relativeSeconds,\n ss: relativeTimeWithPlural,\n m: relativeTimeWithSingular,\n mm: relativeTimeWithPlural,\n h: relativeTimeWithSingular,\n hh: relativeTimeWithPlural,\n d: relativeTimeWithSingular,\n dd: relativeTimeWithPlural,\n M: relativeTimeWithSingular,\n MM: relativeTimeWithPlural,\n y: relativeTimeWithSingular,\n yy: relativeTimeWithPlural,\n },\n dayOfMonthOrdinalParse: /\\d{1,2}\\./,\n ordinal: '%d.',\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 4, // The week that contains Jan 4th is the first week of the year.\n },\n });\n\n return lv;\n\n})));\n","//! moment.js locale configuration\n//! locale : Montenegrin [me]\n//! author : Miodrag Nikač <miodrag@restartit.me> : https://github.com/miodragnikac\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n //! moment.js locale configuration\n\n var translator = {\n words: {\n //Different grammatical cases\n ss: ['sekund', 'sekunda', 'sekundi'],\n m: ['jedan minut', 'jednog minuta'],\n mm: ['minut', 'minuta', 'minuta'],\n h: ['jedan sat', 'jednog sata'],\n hh: ['sat', 'sata', 'sati'],\n dd: ['dan', 'dana', 'dana'],\n MM: ['mjesec', 'mjeseca', 'mjeseci'],\n yy: ['godina', 'godine', 'godina'],\n },\n correctGrammaticalCase: function (number, wordKey) {\n return number === 1\n ? wordKey[0]\n : number >= 2 && number <= 4\n ? wordKey[1]\n : wordKey[2];\n },\n translate: function (number, withoutSuffix, key) {\n var wordKey = translator.words[key];\n if (key.length === 1) {\n return withoutSuffix ? wordKey[0] : wordKey[1];\n } else {\n return (\n number +\n ' ' +\n translator.correctGrammaticalCase(number, wordKey)\n );\n }\n },\n };\n\n var me = moment.defineLocale('me', {\n months: 'januar_februar_mart_april_maj_jun_jul_avgust_septembar_oktobar_novembar_decembar'.split(\n '_'\n ),\n monthsShort: 'jan._feb._mar._apr._maj_jun_jul_avg._sep._okt._nov._dec.'.split(\n '_'\n ),\n monthsParseExact: true,\n weekdays: 'nedjelja_ponedjeljak_utorak_srijeda_četvrtak_petak_subota'.split(\n '_'\n ),\n weekdaysShort: 'ned._pon._uto._sri._čet._pet._sub.'.split('_'),\n weekdaysMin: 'ne_po_ut_sr_če_pe_su'.split('_'),\n weekdaysParseExact: true,\n longDateFormat: {\n LT: 'H:mm',\n LTS: 'H:mm:ss',\n L: 'DD.MM.YYYY',\n LL: 'D. MMMM YYYY',\n LLL: 'D. MMMM YYYY H:mm',\n LLLL: 'dddd, D. MMMM YYYY H:mm',\n },\n calendar: {\n sameDay: '[danas u] LT',\n nextDay: '[sjutra u] LT',\n\n nextWeek: function () {\n switch (this.day()) {\n case 0:\n return '[u] [nedjelju] [u] LT';\n case 3:\n return '[u] [srijedu] [u] LT';\n case 6:\n return '[u] [subotu] [u] LT';\n case 1:\n case 2:\n case 4:\n case 5:\n return '[u] dddd [u] LT';\n }\n },\n lastDay: '[juče u] LT',\n lastWeek: function () {\n var lastWeekDays = [\n '[prošle] [nedjelje] [u] LT',\n '[prošlog] [ponedjeljka] [u] LT',\n '[prošlog] [utorka] [u] LT',\n '[prošle] [srijede] [u] LT',\n '[prošlog] [četvrtka] [u] LT',\n '[prošlog] [petka] [u] LT',\n '[prošle] [subote] [u] LT',\n ];\n return lastWeekDays[this.day()];\n },\n sameElse: 'L',\n },\n relativeTime: {\n future: 'za %s',\n past: 'prije %s',\n s: 'nekoliko sekundi',\n ss: translator.translate,\n m: translator.translate,\n mm: translator.translate,\n h: translator.translate,\n hh: translator.translate,\n d: 'dan',\n dd: translator.translate,\n M: 'mjesec',\n MM: translator.translate,\n y: 'godinu',\n yy: translator.translate,\n },\n dayOfMonthOrdinalParse: /\\d{1,2}\\./,\n ordinal: '%d.',\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 7, // The week that contains Jan 7th is the first week of the year.\n },\n });\n\n return me;\n\n})));\n","//! moment.js locale configuration\n//! locale : Maori [mi]\n//! author : John Corrigan <robbiecloset@gmail.com> : https://github.com/johnideal\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n //! moment.js locale configuration\n\n var mi = moment.defineLocale('mi', {\n months: 'Kohi-tāte_Hui-tanguru_Poutū-te-rangi_Paenga-whāwhā_Haratua_Pipiri_Hōngoingoi_Here-turi-kōkā_Mahuru_Whiringa-ā-nuku_Whiringa-ā-rangi_Hakihea'.split(\n '_'\n ),\n monthsShort: 'Kohi_Hui_Pou_Pae_Hara_Pipi_Hōngoi_Here_Mahu_Whi-nu_Whi-ra_Haki'.split(\n '_'\n ),\n monthsRegex: /(?:['a-z\\u0101\\u014D\\u016B]+\\-?){1,3}/i,\n monthsStrictRegex: /(?:['a-z\\u0101\\u014D\\u016B]+\\-?){1,3}/i,\n monthsShortRegex: /(?:['a-z\\u0101\\u014D\\u016B]+\\-?){1,3}/i,\n monthsShortStrictRegex: /(?:['a-z\\u0101\\u014D\\u016B]+\\-?){1,2}/i,\n weekdays: 'Rātapu_Mane_Tūrei_Wenerei_Tāite_Paraire_Hātarei'.split('_'),\n weekdaysShort: 'Ta_Ma_Tū_We_Tāi_Pa_Hā'.split('_'),\n weekdaysMin: 'Ta_Ma_Tū_We_Tāi_Pa_Hā'.split('_'),\n longDateFormat: {\n LT: 'HH:mm',\n LTS: 'HH:mm:ss',\n L: 'DD/MM/YYYY',\n LL: 'D MMMM YYYY',\n LLL: 'D MMMM YYYY [i] HH:mm',\n LLLL: 'dddd, D MMMM YYYY [i] HH:mm',\n },\n calendar: {\n sameDay: '[i teie mahana, i] LT',\n nextDay: '[apopo i] LT',\n nextWeek: 'dddd [i] LT',\n lastDay: '[inanahi i] LT',\n lastWeek: 'dddd [whakamutunga i] LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: 'i roto i %s',\n past: '%s i mua',\n s: 'te hēkona ruarua',\n ss: '%d hēkona',\n m: 'he meneti',\n mm: '%d meneti',\n h: 'te haora',\n hh: '%d haora',\n d: 'he ra',\n dd: '%d ra',\n M: 'he marama',\n MM: '%d marama',\n y: 'he tau',\n yy: '%d tau',\n },\n dayOfMonthOrdinalParse: /\\d{1,2}º/,\n ordinal: '%dº',\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 4, // The week that contains Jan 4th is the first week of the year.\n },\n });\n\n return mi;\n\n})));\n","//! moment.js locale configuration\n//! locale : Macedonian [mk]\n//! author : Borislav Mickov : https://github.com/B0k0\n//! author : Sashko Todorov : https://github.com/bkyceh\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n //! moment.js locale configuration\n\n var mk = moment.defineLocale('mk', {\n months: 'јануари_февруари_март_април_мај_јуни_јули_август_септември_октомври_ноември_декември'.split(\n '_'\n ),\n monthsShort: 'јан_фев_мар_апр_мај_јун_јул_авг_сеп_окт_ное_дек'.split('_'),\n weekdays: 'недела_понеделник_вторник_среда_четврток_петок_сабота'.split(\n '_'\n ),\n weekdaysShort: 'нед_пон_вто_сре_чет_пет_саб'.split('_'),\n weekdaysMin: 'нe_пo_вт_ср_че_пе_сa'.split('_'),\n longDateFormat: {\n LT: 'H:mm',\n LTS: 'H:mm:ss',\n L: 'D.MM.YYYY',\n LL: 'D MMMM YYYY',\n LLL: 'D MMMM YYYY H:mm',\n LLLL: 'dddd, D MMMM YYYY H:mm',\n },\n calendar: {\n sameDay: '[Денес во] LT',\n nextDay: '[Утре во] LT',\n nextWeek: '[Во] dddd [во] LT',\n lastDay: '[Вчера во] LT',\n lastWeek: function () {\n switch (this.day()) {\n case 0:\n case 3:\n case 6:\n return '[Изминатата] dddd [во] LT';\n case 1:\n case 2:\n case 4:\n case 5:\n return '[Изминатиот] dddd [во] LT';\n }\n },\n sameElse: 'L',\n },\n relativeTime: {\n future: 'за %s',\n past: 'пред %s',\n s: 'неколку секунди',\n ss: '%d секунди',\n m: 'една минута',\n mm: '%d минути',\n h: 'еден час',\n hh: '%d часа',\n d: 'еден ден',\n dd: '%d дена',\n M: 'еден месец',\n MM: '%d месеци',\n y: 'една година',\n yy: '%d години',\n },\n dayOfMonthOrdinalParse: /\\d{1,2}-(ев|ен|ти|ви|ри|ми)/,\n ordinal: function (number) {\n var lastDigit = number % 10,\n last2Digits = number % 100;\n if (number === 0) {\n return number + '-ев';\n } else if (last2Digits === 0) {\n return number + '-ен';\n } else if (last2Digits > 10 && last2Digits < 20) {\n return number + '-ти';\n } else if (lastDigit === 1) {\n return number + '-ви';\n } else if (lastDigit === 2) {\n return number + '-ри';\n } else if (lastDigit === 7 || lastDigit === 8) {\n return number + '-ми';\n } else {\n return number + '-ти';\n }\n },\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 7, // The week that contains Jan 7th is the first week of the year.\n },\n });\n\n return mk;\n\n})));\n","//! moment.js locale configuration\n//! locale : Malayalam [ml]\n//! author : Floyd Pink : https://github.com/floydpink\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n //! moment.js locale configuration\n\n var ml = moment.defineLocale('ml', {\n months: 'ജനുവരി_ഫെബ്രുവരി_മാർച്ച്_ഏപ്രിൽ_മേയ്_ജൂൺ_ജൂലൈ_ഓഗസ്റ്റ്_സെപ്റ്റംബർ_ഒക്ടോബർ_നവംബർ_ഡിസംബർ'.split(\n '_'\n ),\n monthsShort: 'ജനു._ഫെബ്രു._മാർ._ഏപ്രി._മേയ്_ജൂൺ_ജൂലൈ._ഓഗ._സെപ്റ്റ._ഒക്ടോ._നവം._ഡിസം.'.split(\n '_'\n ),\n monthsParseExact: true,\n weekdays: 'ഞായറാഴ്ച_തിങ്കളാഴ്ച_ചൊവ്വാഴ്ച_ബുധനാഴ്ച_വ്യാഴാഴ്ച_വെള്ളിയാഴ്ച_ശനിയാഴ്ച'.split(\n '_'\n ),\n weekdaysShort: 'ഞായർ_തിങ്കൾ_ചൊവ്വ_ബുധൻ_വ്യാഴം_വെള്ളി_ശനി'.split('_'),\n weekdaysMin: 'ഞാ_തി_ചൊ_ബു_വ്യാ_വെ_ശ'.split('_'),\n longDateFormat: {\n LT: 'A h:mm -നു',\n LTS: 'A h:mm:ss -നു',\n L: 'DD/MM/YYYY',\n LL: 'D MMMM YYYY',\n LLL: 'D MMMM YYYY, A h:mm -നു',\n LLLL: 'dddd, D MMMM YYYY, A h:mm -നു',\n },\n calendar: {\n sameDay: '[ഇന്ന്] LT',\n nextDay: '[നാളെ] LT',\n nextWeek: 'dddd, LT',\n lastDay: '[ഇന്നലെ] LT',\n lastWeek: '[കഴിഞ്ഞ] dddd, LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: '%s കഴിഞ്ഞ്',\n past: '%s മുൻപ്',\n s: 'അൽപ നിമിഷങ്ങൾ',\n ss: '%d സെക്കൻഡ്',\n m: 'ഒരു മിനിറ്റ്',\n mm: '%d മിനിറ്റ്',\n h: 'ഒരു മണിക്കൂർ',\n hh: '%d മണിക്കൂർ',\n d: 'ഒരു ദിവസം',\n dd: '%d ദിവസം',\n M: 'ഒരു മാസം',\n MM: '%d മാസം',\n y: 'ഒരു വർഷം',\n yy: '%d വർഷം',\n },\n meridiemParse: /രാത്രി|രാവിലെ|ഉച്ച കഴിഞ്ഞ്|വൈകുന്നേരം|രാത്രി/i,\n meridiemHour: function (hour, meridiem) {\n if (hour === 12) {\n hour = 0;\n }\n if (\n (meridiem === 'രാത്രി' && hour >= 4) ||\n meridiem === 'ഉച്ച കഴിഞ്ഞ്' ||\n meridiem === 'വൈകുന്നേരം'\n ) {\n return hour + 12;\n } else {\n return hour;\n }\n },\n meridiem: function (hour, minute, isLower) {\n if (hour < 4) {\n return 'രാത്രി';\n } else if (hour < 12) {\n return 'രാവിലെ';\n } else if (hour < 17) {\n return 'ഉച്ച കഴിഞ്ഞ്';\n } else if (hour < 20) {\n return 'വൈകുന്നേരം';\n } else {\n return 'രാത്രി';\n }\n },\n });\n\n return ml;\n\n})));\n","//! moment.js locale configuration\n//! locale : Mongolian [mn]\n//! author : Javkhlantugs Nyamdorj : https://github.com/javkhaanj7\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n //! moment.js locale configuration\n\n function translate(number, withoutSuffix, key, isFuture) {\n switch (key) {\n case 's':\n return withoutSuffix ? 'хэдхэн секунд' : 'хэдхэн секундын';\n case 'ss':\n return number + (withoutSuffix ? ' секунд' : ' секундын');\n case 'm':\n case 'mm':\n return number + (withoutSuffix ? ' минут' : ' минутын');\n case 'h':\n case 'hh':\n return number + (withoutSuffix ? ' цаг' : ' цагийн');\n case 'd':\n case 'dd':\n return number + (withoutSuffix ? ' өдөр' : ' өдрийн');\n case 'M':\n case 'MM':\n return number + (withoutSuffix ? ' сар' : ' сарын');\n case 'y':\n case 'yy':\n return number + (withoutSuffix ? ' жил' : ' жилийн');\n default:\n return number;\n }\n }\n\n var mn = moment.defineLocale('mn', {\n months: 'Нэгдүгээр сар_Хоёрдугаар сар_Гуравдугаар сар_Дөрөвдүгээр сар_Тавдугаар сар_Зургадугаар сар_Долдугаар сар_Наймдугаар сар_Есдүгээр сар_Аравдугаар сар_Арван нэгдүгээр сар_Арван хоёрдугаар сар'.split(\n '_'\n ),\n monthsShort: '1 сар_2 сар_3 сар_4 сар_5 сар_6 сар_7 сар_8 сар_9 сар_10 сар_11 сар_12 сар'.split(\n '_'\n ),\n monthsParseExact: true,\n weekdays: 'Ням_Даваа_Мягмар_Лхагва_Пүрэв_Баасан_Бямба'.split('_'),\n weekdaysShort: 'Ням_Дав_Мяг_Лха_Пүр_Баа_Бям'.split('_'),\n weekdaysMin: 'Ня_Да_Мя_Лх_Пү_Ба_Бя'.split('_'),\n weekdaysParseExact: true,\n longDateFormat: {\n LT: 'HH:mm',\n LTS: 'HH:mm:ss',\n L: 'YYYY-MM-DD',\n LL: 'YYYY оны MMMMын D',\n LLL: 'YYYY оны MMMMын D HH:mm',\n LLLL: 'dddd, YYYY оны MMMMын D HH:mm',\n },\n meridiemParse: /ҮӨ|ҮХ/i,\n isPM: function (input) {\n return input === 'ҮХ';\n },\n meridiem: function (hour, minute, isLower) {\n if (hour < 12) {\n return 'ҮӨ';\n } else {\n return 'ҮХ';\n }\n },\n calendar: {\n sameDay: '[Өнөөдөр] LT',\n nextDay: '[Маргааш] LT',\n nextWeek: '[Ирэх] dddd LT',\n lastDay: '[Өчигдөр] LT',\n lastWeek: '[Өнгөрсөн] dddd LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: '%s дараа',\n past: '%s өмнө',\n s: translate,\n ss: translate,\n m: translate,\n mm: translate,\n h: translate,\n hh: translate,\n d: translate,\n dd: translate,\n M: translate,\n MM: translate,\n y: translate,\n yy: translate,\n },\n dayOfMonthOrdinalParse: /\\d{1,2} өдөр/,\n ordinal: function (number, period) {\n switch (period) {\n case 'd':\n case 'D':\n case 'DDD':\n return number + ' өдөр';\n default:\n return number;\n }\n },\n });\n\n return mn;\n\n})));\n","//! moment.js locale configuration\n//! locale : Marathi [mr]\n//! author : Harshad Kale : https://github.com/kalehv\n//! author : Vivek Athalye : https://github.com/vnathalye\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n //! moment.js locale configuration\n\n var symbolMap = {\n 1: '१',\n 2: '२',\n 3: '३',\n 4: '४',\n 5: '५',\n 6: '६',\n 7: '७',\n 8: '८',\n 9: '९',\n 0: '०',\n },\n numberMap = {\n '१': '1',\n '२': '2',\n '३': '3',\n '४': '4',\n '५': '5',\n '६': '6',\n '७': '7',\n '८': '8',\n '९': '9',\n '०': '0',\n };\n\n function relativeTimeMr(number, withoutSuffix, string, isFuture) {\n var output = '';\n if (withoutSuffix) {\n switch (string) {\n case 's':\n output = 'काही सेकंद';\n break;\n case 'ss':\n output = '%d सेकंद';\n break;\n case 'm':\n output = 'एक मिनिट';\n break;\n case 'mm':\n output = '%d मिनिटे';\n break;\n case 'h':\n output = 'एक तास';\n break;\n case 'hh':\n output = '%d तास';\n break;\n case 'd':\n output = 'एक दिवस';\n break;\n case 'dd':\n output = '%d दिवस';\n break;\n case 'M':\n output = 'एक महिना';\n break;\n case 'MM':\n output = '%d महिने';\n break;\n case 'y':\n output = 'एक वर्ष';\n break;\n case 'yy':\n output = '%d वर्षे';\n break;\n }\n } else {\n switch (string) {\n case 's':\n output = 'काही सेकंदां';\n break;\n case 'ss':\n output = '%d सेकंदां';\n break;\n case 'm':\n output = 'एका मिनिटा';\n break;\n case 'mm':\n output = '%d मिनिटां';\n break;\n case 'h':\n output = 'एका तासा';\n break;\n case 'hh':\n output = '%d तासां';\n break;\n case 'd':\n output = 'एका दिवसा';\n break;\n case 'dd':\n output = '%d दिवसां';\n break;\n case 'M':\n output = 'एका महिन्या';\n break;\n case 'MM':\n output = '%d महिन्यां';\n break;\n case 'y':\n output = 'एका वर्षा';\n break;\n case 'yy':\n output = '%d वर्षां';\n break;\n }\n }\n return output.replace(/%d/i, number);\n }\n\n var mr = moment.defineLocale('mr', {\n months: 'जानेवारी_फेब्रुवारी_मार्च_एप्रिल_मे_जून_जुलै_ऑगस्ट_सप्टेंबर_ऑक्टोबर_नोव्हेंबर_डिसेंबर'.split(\n '_'\n ),\n monthsShort: 'जाने._फेब्रु._मार्च._एप्रि._मे._जून._जुलै._ऑग._सप्टें._ऑक्टो._नोव्हें._डिसें.'.split(\n '_'\n ),\n monthsParseExact: true,\n weekdays: 'रविवार_सोमवार_मंगळवार_बुधवार_गुरूवार_शुक्रवार_शनिवार'.split('_'),\n weekdaysShort: 'रवि_सोम_मंगळ_बुध_गुरू_शुक्र_शनि'.split('_'),\n weekdaysMin: 'र_सो_मं_बु_गु_शु_श'.split('_'),\n longDateFormat: {\n LT: 'A h:mm वाजता',\n LTS: 'A h:mm:ss वाजता',\n L: 'DD/MM/YYYY',\n LL: 'D MMMM YYYY',\n LLL: 'D MMMM YYYY, A h:mm वाजता',\n LLLL: 'dddd, D MMMM YYYY, A h:mm वाजता',\n },\n calendar: {\n sameDay: '[आज] LT',\n nextDay: '[उद्या] LT',\n nextWeek: 'dddd, LT',\n lastDay: '[काल] LT',\n lastWeek: '[मागील] dddd, LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: '%sमध्ये',\n past: '%sपूर्वी',\n s: relativeTimeMr,\n ss: relativeTimeMr,\n m: relativeTimeMr,\n mm: relativeTimeMr,\n h: relativeTimeMr,\n hh: relativeTimeMr,\n d: relativeTimeMr,\n dd: relativeTimeMr,\n M: relativeTimeMr,\n MM: relativeTimeMr,\n y: relativeTimeMr,\n yy: relativeTimeMr,\n },\n preparse: function (string) {\n return string.replace(/[१२३४५६७८९०]/g, function (match) {\n return numberMap[match];\n });\n },\n postformat: function (string) {\n return string.replace(/\\d/g, function (match) {\n return symbolMap[match];\n });\n },\n meridiemParse: /पहाटे|सकाळी|दुपारी|सायंकाळी|रात्री/,\n meridiemHour: function (hour, meridiem) {\n if (hour === 12) {\n hour = 0;\n }\n if (meridiem === 'पहाटे' || meridiem === 'सकाळी') {\n return hour;\n } else if (\n meridiem === 'दुपारी' ||\n meridiem === 'सायंकाळी' ||\n meridiem === 'रात्री'\n ) {\n return hour >= 12 ? hour : hour + 12;\n }\n },\n meridiem: function (hour, minute, isLower) {\n if (hour >= 0 && hour < 6) {\n return 'पहाटे';\n } else if (hour < 12) {\n return 'सकाळी';\n } else if (hour < 17) {\n return 'दुपारी';\n } else if (hour < 20) {\n return 'सायंकाळी';\n } else {\n return 'रात्री';\n }\n },\n week: {\n dow: 0, // Sunday is the first day of the week.\n doy: 6, // The week that contains Jan 6th is the first week of the year.\n },\n });\n\n return mr;\n\n})));\n","//! moment.js locale configuration\n//! locale : Malay [ms]\n//! author : Weldan Jamili : https://github.com/weldan\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n //! moment.js locale configuration\n\n var ms = moment.defineLocale('ms', {\n months: 'Januari_Februari_Mac_April_Mei_Jun_Julai_Ogos_September_Oktober_November_Disember'.split(\n '_'\n ),\n monthsShort: 'Jan_Feb_Mac_Apr_Mei_Jun_Jul_Ogs_Sep_Okt_Nov_Dis'.split('_'),\n weekdays: 'Ahad_Isnin_Selasa_Rabu_Khamis_Jumaat_Sabtu'.split('_'),\n weekdaysShort: 'Ahd_Isn_Sel_Rab_Kha_Jum_Sab'.split('_'),\n weekdaysMin: 'Ah_Is_Sl_Rb_Km_Jm_Sb'.split('_'),\n longDateFormat: {\n LT: 'HH.mm',\n LTS: 'HH.mm.ss',\n L: 'DD/MM/YYYY',\n LL: 'D MMMM YYYY',\n LLL: 'D MMMM YYYY [pukul] HH.mm',\n LLLL: 'dddd, D MMMM YYYY [pukul] HH.mm',\n },\n meridiemParse: /pagi|tengahari|petang|malam/,\n meridiemHour: function (hour, meridiem) {\n if (hour === 12) {\n hour = 0;\n }\n if (meridiem === 'pagi') {\n return hour;\n } else if (meridiem === 'tengahari') {\n return hour >= 11 ? hour : hour + 12;\n } else if (meridiem === 'petang' || meridiem === 'malam') {\n return hour + 12;\n }\n },\n meridiem: function (hours, minutes, isLower) {\n if (hours < 11) {\n return 'pagi';\n } else if (hours < 15) {\n return 'tengahari';\n } else if (hours < 19) {\n return 'petang';\n } else {\n return 'malam';\n }\n },\n calendar: {\n sameDay: '[Hari ini pukul] LT',\n nextDay: '[Esok pukul] LT',\n nextWeek: 'dddd [pukul] LT',\n lastDay: '[Kelmarin pukul] LT',\n lastWeek: 'dddd [lepas pukul] LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: 'dalam %s',\n past: '%s yang lepas',\n s: 'beberapa saat',\n ss: '%d saat',\n m: 'seminit',\n mm: '%d minit',\n h: 'sejam',\n hh: '%d jam',\n d: 'sehari',\n dd: '%d hari',\n M: 'sebulan',\n MM: '%d bulan',\n y: 'setahun',\n yy: '%d tahun',\n },\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 7, // The week that contains Jan 7th is the first week of the year.\n },\n });\n\n return ms;\n\n})));\n","//! moment.js locale configuration\n//! locale : Malay [ms-my]\n//! note : DEPRECATED, the correct one is [ms]\n//! author : Weldan Jamili : https://github.com/weldan\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n //! moment.js locale configuration\n\n var msMy = moment.defineLocale('ms-my', {\n months: 'Januari_Februari_Mac_April_Mei_Jun_Julai_Ogos_September_Oktober_November_Disember'.split(\n '_'\n ),\n monthsShort: 'Jan_Feb_Mac_Apr_Mei_Jun_Jul_Ogs_Sep_Okt_Nov_Dis'.split('_'),\n weekdays: 'Ahad_Isnin_Selasa_Rabu_Khamis_Jumaat_Sabtu'.split('_'),\n weekdaysShort: 'Ahd_Isn_Sel_Rab_Kha_Jum_Sab'.split('_'),\n weekdaysMin: 'Ah_Is_Sl_Rb_Km_Jm_Sb'.split('_'),\n longDateFormat: {\n LT: 'HH.mm',\n LTS: 'HH.mm.ss',\n L: 'DD/MM/YYYY',\n LL: 'D MMMM YYYY',\n LLL: 'D MMMM YYYY [pukul] HH.mm',\n LLLL: 'dddd, D MMMM YYYY [pukul] HH.mm',\n },\n meridiemParse: /pagi|tengahari|petang|malam/,\n meridiemHour: function (hour, meridiem) {\n if (hour === 12) {\n hour = 0;\n }\n if (meridiem === 'pagi') {\n return hour;\n } else if (meridiem === 'tengahari') {\n return hour >= 11 ? hour : hour + 12;\n } else if (meridiem === 'petang' || meridiem === 'malam') {\n return hour + 12;\n }\n },\n meridiem: function (hours, minutes, isLower) {\n if (hours < 11) {\n return 'pagi';\n } else if (hours < 15) {\n return 'tengahari';\n } else if (hours < 19) {\n return 'petang';\n } else {\n return 'malam';\n }\n },\n calendar: {\n sameDay: '[Hari ini pukul] LT',\n nextDay: '[Esok pukul] LT',\n nextWeek: 'dddd [pukul] LT',\n lastDay: '[Kelmarin pukul] LT',\n lastWeek: 'dddd [lepas pukul] LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: 'dalam %s',\n past: '%s yang lepas',\n s: 'beberapa saat',\n ss: '%d saat',\n m: 'seminit',\n mm: '%d minit',\n h: 'sejam',\n hh: '%d jam',\n d: 'sehari',\n dd: '%d hari',\n M: 'sebulan',\n MM: '%d bulan',\n y: 'setahun',\n yy: '%d tahun',\n },\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 7, // The week that contains Jan 7th is the first week of the year.\n },\n });\n\n return msMy;\n\n})));\n","//! moment.js locale configuration\n//! locale : Maltese (Malta) [mt]\n//! author : Alessandro Maruccia : https://github.com/alesma\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n //! moment.js locale configuration\n\n var mt = moment.defineLocale('mt', {\n months: 'Jannar_Frar_Marzu_April_Mejju_Ġunju_Lulju_Awwissu_Settembru_Ottubru_Novembru_Diċembru'.split(\n '_'\n ),\n monthsShort: 'Jan_Fra_Mar_Apr_Mej_Ġun_Lul_Aww_Set_Ott_Nov_Diċ'.split('_'),\n weekdays: 'Il-Ħadd_It-Tnejn_It-Tlieta_L-Erbgħa_Il-Ħamis_Il-Ġimgħa_Is-Sibt'.split(\n '_'\n ),\n weekdaysShort: 'Ħad_Tne_Tli_Erb_Ħam_Ġim_Sib'.split('_'),\n weekdaysMin: 'Ħa_Tn_Tl_Er_Ħa_Ġi_Si'.split('_'),\n longDateFormat: {\n LT: 'HH:mm',\n LTS: 'HH:mm:ss',\n L: 'DD/MM/YYYY',\n LL: 'D MMMM YYYY',\n LLL: 'D MMMM YYYY HH:mm',\n LLLL: 'dddd, D MMMM YYYY HH:mm',\n },\n calendar: {\n sameDay: '[Illum fil-]LT',\n nextDay: '[Għada fil-]LT',\n nextWeek: 'dddd [fil-]LT',\n lastDay: '[Il-bieraħ fil-]LT',\n lastWeek: 'dddd [li għadda] [fil-]LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: 'f’ %s',\n past: '%s ilu',\n s: 'ftit sekondi',\n ss: '%d sekondi',\n m: 'minuta',\n mm: '%d minuti',\n h: 'siegħa',\n hh: '%d siegħat',\n d: 'ġurnata',\n dd: '%d ġranet',\n M: 'xahar',\n MM: '%d xhur',\n y: 'sena',\n yy: '%d sni',\n },\n dayOfMonthOrdinalParse: /\\d{1,2}º/,\n ordinal: '%dº',\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 4, // The week that contains Jan 4th is the first week of the year.\n },\n });\n\n return mt;\n\n})));\n","//! moment.js locale configuration\n//! locale : Burmese [my]\n//! author : Squar team, mysquar.com\n//! author : David Rossellat : https://github.com/gholadr\n//! author : Tin Aung Lin : https://github.com/thanyawzinmin\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n //! moment.js locale configuration\n\n var symbolMap = {\n 1: '၁',\n 2: '၂',\n 3: '၃',\n 4: '၄',\n 5: '၅',\n 6: '၆',\n 7: '၇',\n 8: '၈',\n 9: '၉',\n 0: '၀',\n },\n numberMap = {\n '၁': '1',\n '၂': '2',\n '၃': '3',\n '၄': '4',\n '၅': '5',\n '၆': '6',\n '၇': '7',\n '၈': '8',\n '၉': '9',\n '၀': '0',\n };\n\n var my = moment.defineLocale('my', {\n months: 'ဇန်နဝါရီ_ဖေဖော်ဝါရီ_မတ်_ဧပြီ_မေ_ဇွန်_ဇူလိုင်_သြဂုတ်_စက်တင်ဘာ_အောက်တိုဘာ_နိုဝင်ဘာ_ဒီဇင်ဘာ'.split(\n '_'\n ),\n monthsShort: 'ဇန်_ဖေ_မတ်_ပြီ_မေ_ဇွန်_လိုင်_သြ_စက်_အောက်_နို_ဒီ'.split('_'),\n weekdays: 'တနင်္ဂနွေ_တနင်္လာ_အင်္ဂါ_ဗုဒ္ဓဟူး_ကြာသပတေး_သောကြာ_စနေ'.split(\n '_'\n ),\n weekdaysShort: 'နွေ_လာ_ဂါ_ဟူး_ကြာ_သော_နေ'.split('_'),\n weekdaysMin: 'နွေ_လာ_ဂါ_ဟူး_ကြာ_သော_နေ'.split('_'),\n\n longDateFormat: {\n LT: 'HH:mm',\n LTS: 'HH:mm:ss',\n L: 'DD/MM/YYYY',\n LL: 'D MMMM YYYY',\n LLL: 'D MMMM YYYY HH:mm',\n LLLL: 'dddd D MMMM YYYY HH:mm',\n },\n calendar: {\n sameDay: '[ယနေ.] LT [မှာ]',\n nextDay: '[မနက်ဖြန်] LT [မှာ]',\n nextWeek: 'dddd LT [မှာ]',\n lastDay: '[မနေ.က] LT [မှာ]',\n lastWeek: '[ပြီးခဲ့သော] dddd LT [မှာ]',\n sameElse: 'L',\n },\n relativeTime: {\n future: 'လာမည့် %s မှာ',\n past: 'လွန်ခဲ့သော %s က',\n s: 'စက္ကန်.အနည်းငယ်',\n ss: '%d စက္ကန့်',\n m: 'တစ်မိနစ်',\n mm: '%d မိနစ်',\n h: 'တစ်နာရီ',\n hh: '%d နာရီ',\n d: 'တစ်ရက်',\n dd: '%d ရက်',\n M: 'တစ်လ',\n MM: '%d လ',\n y: 'တစ်နှစ်',\n yy: '%d နှစ်',\n },\n preparse: function (string) {\n return string.replace(/[၁၂၃၄၅၆၇၈၉၀]/g, function (match) {\n return numberMap[match];\n });\n },\n postformat: function (string) {\n return string.replace(/\\d/g, function (match) {\n return symbolMap[match];\n });\n },\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 4, // The week that contains Jan 4th is the first week of the year.\n },\n });\n\n return my;\n\n})));\n","//! moment.js locale configuration\n//! locale : Norwegian Bokmål [nb]\n//! authors : Espen Hovlandsdal : https://github.com/rexxars\n//! Sigurd Gartmann : https://github.com/sigurdga\n//! Stephen Ramthun : https://github.com/stephenramthun\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n //! moment.js locale configuration\n\n var nb = moment.defineLocale('nb', {\n months: 'januar_februar_mars_april_mai_juni_juli_august_september_oktober_november_desember'.split(\n '_'\n ),\n monthsShort: 'jan._feb._mars_apr._mai_juni_juli_aug._sep._okt._nov._des.'.split(\n '_'\n ),\n monthsParseExact: true,\n weekdays: 'søndag_mandag_tirsdag_onsdag_torsdag_fredag_lørdag'.split('_'),\n weekdaysShort: 'sø._ma._ti._on._to._fr._lø.'.split('_'),\n weekdaysMin: 'sø_ma_ti_on_to_fr_lø'.split('_'),\n weekdaysParseExact: true,\n longDateFormat: {\n LT: 'HH:mm',\n LTS: 'HH:mm:ss',\n L: 'DD.MM.YYYY',\n LL: 'D. MMMM YYYY',\n LLL: 'D. MMMM YYYY [kl.] HH:mm',\n LLLL: 'dddd D. MMMM YYYY [kl.] HH:mm',\n },\n calendar: {\n sameDay: '[i dag kl.] LT',\n nextDay: '[i morgen kl.] LT',\n nextWeek: 'dddd [kl.] LT',\n lastDay: '[i går kl.] LT',\n lastWeek: '[forrige] dddd [kl.] LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: 'om %s',\n past: '%s siden',\n s: 'noen sekunder',\n ss: '%d sekunder',\n m: 'ett minutt',\n mm: '%d minutter',\n h: 'en time',\n hh: '%d timer',\n d: 'en dag',\n dd: '%d dager',\n w: 'en uke',\n ww: '%d uker',\n M: 'en måned',\n MM: '%d måneder',\n y: 'ett år',\n yy: '%d år',\n },\n dayOfMonthOrdinalParse: /\\d{1,2}\\./,\n ordinal: '%d.',\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 4, // The week that contains Jan 4th is the first week of the year.\n },\n });\n\n return nb;\n\n})));\n","//! moment.js locale configuration\n//! locale : Nepalese [ne]\n//! author : suvash : https://github.com/suvash\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n //! moment.js locale configuration\n\n var symbolMap = {\n 1: '१',\n 2: '२',\n 3: '३',\n 4: '४',\n 5: '५',\n 6: '६',\n 7: '७',\n 8: '८',\n 9: '९',\n 0: '०',\n },\n numberMap = {\n '१': '1',\n '२': '2',\n '३': '3',\n '४': '4',\n '५': '5',\n '६': '6',\n '७': '7',\n '८': '8',\n '९': '9',\n '०': '0',\n };\n\n var ne = moment.defineLocale('ne', {\n months: 'जनवरी_फेब्रुवरी_मार्च_अप्रिल_मई_जुन_जुलाई_अगष्ट_सेप्टेम्बर_अक्टोबर_नोभेम्बर_डिसेम्बर'.split(\n '_'\n ),\n monthsShort: 'जन._फेब्रु._मार्च_अप्रि._मई_जुन_जुलाई._अग._सेप्ट._अक्टो._नोभे._डिसे.'.split(\n '_'\n ),\n monthsParseExact: true,\n weekdays: 'आइतबार_सोमबार_मङ्गलबार_बुधबार_बिहिबार_शुक्रबार_शनिबार'.split(\n '_'\n ),\n weekdaysShort: 'आइत._सोम._मङ्गल._बुध._बिहि._शुक्र._शनि.'.split('_'),\n weekdaysMin: 'आ._सो._मं._बु._बि._शु._श.'.split('_'),\n weekdaysParseExact: true,\n longDateFormat: {\n LT: 'Aको h:mm बजे',\n LTS: 'Aको h:mm:ss बजे',\n L: 'DD/MM/YYYY',\n LL: 'D MMMM YYYY',\n LLL: 'D MMMM YYYY, Aको h:mm बजे',\n LLLL: 'dddd, D MMMM YYYY, Aको h:mm बजे',\n },\n preparse: function (string) {\n return string.replace(/[१२३४५६७८९०]/g, function (match) {\n return numberMap[match];\n });\n },\n postformat: function (string) {\n return string.replace(/\\d/g, function (match) {\n return symbolMap[match];\n });\n },\n meridiemParse: /राति|बिहान|दिउँसो|साँझ/,\n meridiemHour: function (hour, meridiem) {\n if (hour === 12) {\n hour = 0;\n }\n if (meridiem === 'राति') {\n return hour < 4 ? hour : hour + 12;\n } else if (meridiem === 'बिहान') {\n return hour;\n } else if (meridiem === 'दिउँसो') {\n return hour >= 10 ? hour : hour + 12;\n } else if (meridiem === 'साँझ') {\n return hour + 12;\n }\n },\n meridiem: function (hour, minute, isLower) {\n if (hour < 3) {\n return 'राति';\n } else if (hour < 12) {\n return 'बिहान';\n } else if (hour < 16) {\n return 'दिउँसो';\n } else if (hour < 20) {\n return 'साँझ';\n } else {\n return 'राति';\n }\n },\n calendar: {\n sameDay: '[आज] LT',\n nextDay: '[भोलि] LT',\n nextWeek: '[आउँदो] dddd[,] LT',\n lastDay: '[हिजो] LT',\n lastWeek: '[गएको] dddd[,] LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: '%sमा',\n past: '%s अगाडि',\n s: 'केही क्षण',\n ss: '%d सेकेण्ड',\n m: 'एक मिनेट',\n mm: '%d मिनेट',\n h: 'एक घण्टा',\n hh: '%d घण्टा',\n d: 'एक दिन',\n dd: '%d दिन',\n M: 'एक महिना',\n MM: '%d महिना',\n y: 'एक बर्ष',\n yy: '%d बर्ष',\n },\n week: {\n dow: 0, // Sunday is the first day of the week.\n doy: 6, // The week that contains Jan 6th is the first week of the year.\n },\n });\n\n return ne;\n\n})));\n","//! moment.js locale configuration\n//! locale : Dutch [nl]\n//! author : Joris Röling : https://github.com/jorisroling\n//! author : Jacob Middag : https://github.com/middagj\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n //! moment.js locale configuration\n\n var monthsShortWithDots = 'jan._feb._mrt._apr._mei_jun._jul._aug._sep._okt._nov._dec.'.split(\n '_'\n ),\n monthsShortWithoutDots = 'jan_feb_mrt_apr_mei_jun_jul_aug_sep_okt_nov_dec'.split(\n '_'\n ),\n monthsParse = [\n /^jan/i,\n /^feb/i,\n /^maart|mrt.?$/i,\n /^apr/i,\n /^mei$/i,\n /^jun[i.]?$/i,\n /^jul[i.]?$/i,\n /^aug/i,\n /^sep/i,\n /^okt/i,\n /^nov/i,\n /^dec/i,\n ],\n monthsRegex = /^(januari|februari|maart|april|mei|ju[nl]i|augustus|september|oktober|november|december|jan\\.?|feb\\.?|mrt\\.?|apr\\.?|ju[nl]\\.?|aug\\.?|sep\\.?|okt\\.?|nov\\.?|dec\\.?)/i;\n\n var nl = moment.defineLocale('nl', {\n months: 'januari_februari_maart_april_mei_juni_juli_augustus_september_oktober_november_december'.split(\n '_'\n ),\n monthsShort: function (m, format) {\n if (!m) {\n return monthsShortWithDots;\n } else if (/-MMM-/.test(format)) {\n return monthsShortWithoutDots[m.month()];\n } else {\n return monthsShortWithDots[m.month()];\n }\n },\n\n monthsRegex: monthsRegex,\n monthsShortRegex: monthsRegex,\n monthsStrictRegex: /^(januari|februari|maart|april|mei|ju[nl]i|augustus|september|oktober|november|december)/i,\n monthsShortStrictRegex: /^(jan\\.?|feb\\.?|mrt\\.?|apr\\.?|mei|ju[nl]\\.?|aug\\.?|sep\\.?|okt\\.?|nov\\.?|dec\\.?)/i,\n\n monthsParse: monthsParse,\n longMonthsParse: monthsParse,\n shortMonthsParse: monthsParse,\n\n weekdays: 'zondag_maandag_dinsdag_woensdag_donderdag_vrijdag_zaterdag'.split(\n '_'\n ),\n weekdaysShort: 'zo._ma._di._wo._do._vr._za.'.split('_'),\n weekdaysMin: 'zo_ma_di_wo_do_vr_za'.split('_'),\n weekdaysParseExact: true,\n longDateFormat: {\n LT: 'HH:mm',\n LTS: 'HH:mm:ss',\n L: 'DD-MM-YYYY',\n LL: 'D MMMM YYYY',\n LLL: 'D MMMM YYYY HH:mm',\n LLLL: 'dddd D MMMM YYYY HH:mm',\n },\n calendar: {\n sameDay: '[vandaag om] LT',\n nextDay: '[morgen om] LT',\n nextWeek: 'dddd [om] LT',\n lastDay: '[gisteren om] LT',\n lastWeek: '[afgelopen] dddd [om] LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: 'over %s',\n past: '%s geleden',\n s: 'een paar seconden',\n ss: '%d seconden',\n m: 'één minuut',\n mm: '%d minuten',\n h: 'één uur',\n hh: '%d uur',\n d: 'één dag',\n dd: '%d dagen',\n w: 'één week',\n ww: '%d weken',\n M: 'één maand',\n MM: '%d maanden',\n y: 'één jaar',\n yy: '%d jaar',\n },\n dayOfMonthOrdinalParse: /\\d{1,2}(ste|de)/,\n ordinal: function (number) {\n return (\n number +\n (number === 1 || number === 8 || number >= 20 ? 'ste' : 'de')\n );\n },\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 4, // The week that contains Jan 4th is the first week of the year.\n },\n });\n\n return nl;\n\n})));\n","//! moment.js locale configuration\n//! locale : Dutch (Belgium) [nl-be]\n//! author : Joris Röling : https://github.com/jorisroling\n//! author : Jacob Middag : https://github.com/middagj\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n //! moment.js locale configuration\n\n var monthsShortWithDots = 'jan._feb._mrt._apr._mei_jun._jul._aug._sep._okt._nov._dec.'.split(\n '_'\n ),\n monthsShortWithoutDots = 'jan_feb_mrt_apr_mei_jun_jul_aug_sep_okt_nov_dec'.split(\n '_'\n ),\n monthsParse = [\n /^jan/i,\n /^feb/i,\n /^maart|mrt.?$/i,\n /^apr/i,\n /^mei$/i,\n /^jun[i.]?$/i,\n /^jul[i.]?$/i,\n /^aug/i,\n /^sep/i,\n /^okt/i,\n /^nov/i,\n /^dec/i,\n ],\n monthsRegex = /^(januari|februari|maart|april|mei|ju[nl]i|augustus|september|oktober|november|december|jan\\.?|feb\\.?|mrt\\.?|apr\\.?|ju[nl]\\.?|aug\\.?|sep\\.?|okt\\.?|nov\\.?|dec\\.?)/i;\n\n var nlBe = moment.defineLocale('nl-be', {\n months: 'januari_februari_maart_april_mei_juni_juli_augustus_september_oktober_november_december'.split(\n '_'\n ),\n monthsShort: function (m, format) {\n if (!m) {\n return monthsShortWithDots;\n } else if (/-MMM-/.test(format)) {\n return monthsShortWithoutDots[m.month()];\n } else {\n return monthsShortWithDots[m.month()];\n }\n },\n\n monthsRegex: monthsRegex,\n monthsShortRegex: monthsRegex,\n monthsStrictRegex: /^(januari|februari|maart|april|mei|ju[nl]i|augustus|september|oktober|november|december)/i,\n monthsShortStrictRegex: /^(jan\\.?|feb\\.?|mrt\\.?|apr\\.?|mei|ju[nl]\\.?|aug\\.?|sep\\.?|okt\\.?|nov\\.?|dec\\.?)/i,\n\n monthsParse: monthsParse,\n longMonthsParse: monthsParse,\n shortMonthsParse: monthsParse,\n\n weekdays: 'zondag_maandag_dinsdag_woensdag_donderdag_vrijdag_zaterdag'.split(\n '_'\n ),\n weekdaysShort: 'zo._ma._di._wo._do._vr._za.'.split('_'),\n weekdaysMin: 'zo_ma_di_wo_do_vr_za'.split('_'),\n weekdaysParseExact: true,\n longDateFormat: {\n LT: 'HH:mm',\n LTS: 'HH:mm:ss',\n L: 'DD/MM/YYYY',\n LL: 'D MMMM YYYY',\n LLL: 'D MMMM YYYY HH:mm',\n LLLL: 'dddd D MMMM YYYY HH:mm',\n },\n calendar: {\n sameDay: '[vandaag om] LT',\n nextDay: '[morgen om] LT',\n nextWeek: 'dddd [om] LT',\n lastDay: '[gisteren om] LT',\n lastWeek: '[afgelopen] dddd [om] LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: 'over %s',\n past: '%s geleden',\n s: 'een paar seconden',\n ss: '%d seconden',\n m: 'één minuut',\n mm: '%d minuten',\n h: 'één uur',\n hh: '%d uur',\n d: 'één dag',\n dd: '%d dagen',\n M: 'één maand',\n MM: '%d maanden',\n y: 'één jaar',\n yy: '%d jaar',\n },\n dayOfMonthOrdinalParse: /\\d{1,2}(ste|de)/,\n ordinal: function (number) {\n return (\n number +\n (number === 1 || number === 8 || number >= 20 ? 'ste' : 'de')\n );\n },\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 4, // The week that contains Jan 4th is the first week of the year.\n },\n });\n\n return nlBe;\n\n})));\n","//! moment.js locale configuration\n//! locale : Nynorsk [nn]\n//! authors : https://github.com/mechuwind\n//! Stephen Ramthun : https://github.com/stephenramthun\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n //! moment.js locale configuration\n\n var nn = moment.defineLocale('nn', {\n months: 'januar_februar_mars_april_mai_juni_juli_august_september_oktober_november_desember'.split(\n '_'\n ),\n monthsShort: 'jan._feb._mars_apr._mai_juni_juli_aug._sep._okt._nov._des.'.split(\n '_'\n ),\n monthsParseExact: true,\n weekdays: 'sundag_måndag_tysdag_onsdag_torsdag_fredag_laurdag'.split('_'),\n weekdaysShort: 'su._må._ty._on._to._fr._lau.'.split('_'),\n weekdaysMin: 'su_må_ty_on_to_fr_la'.split('_'),\n weekdaysParseExact: true,\n longDateFormat: {\n LT: 'HH:mm',\n LTS: 'HH:mm:ss',\n L: 'DD.MM.YYYY',\n LL: 'D. MMMM YYYY',\n LLL: 'D. MMMM YYYY [kl.] H:mm',\n LLLL: 'dddd D. MMMM YYYY [kl.] HH:mm',\n },\n calendar: {\n sameDay: '[I dag klokka] LT',\n nextDay: '[I morgon klokka] LT',\n nextWeek: 'dddd [klokka] LT',\n lastDay: '[I går klokka] LT',\n lastWeek: '[Føregåande] dddd [klokka] LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: 'om %s',\n past: '%s sidan',\n s: 'nokre sekund',\n ss: '%d sekund',\n m: 'eit minutt',\n mm: '%d minutt',\n h: 'ein time',\n hh: '%d timar',\n d: 'ein dag',\n dd: '%d dagar',\n w: 'ei veke',\n ww: '%d veker',\n M: 'ein månad',\n MM: '%d månader',\n y: 'eit år',\n yy: '%d år',\n },\n dayOfMonthOrdinalParse: /\\d{1,2}\\./,\n ordinal: '%d.',\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 4, // The week that contains Jan 4th is the first week of the year.\n },\n });\n\n return nn;\n\n})));\n","//! moment.js locale configuration\n//! locale : Occitan, lengadocian dialecte [oc-lnc]\n//! author : Quentin PAGÈS : https://github.com/Quenty31\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n //! moment.js locale configuration\n\n var ocLnc = moment.defineLocale('oc-lnc', {\n months: {\n standalone: 'genièr_febrièr_març_abril_mai_junh_julhet_agost_setembre_octòbre_novembre_decembre'.split(\n '_'\n ),\n format: \"de genièr_de febrièr_de març_d'abril_de mai_de junh_de julhet_d'agost_de setembre_d'octòbre_de novembre_de decembre\".split(\n '_'\n ),\n isFormat: /D[oD]?(\\s)+MMMM/,\n },\n monthsShort: 'gen._febr._març_abr._mai_junh_julh._ago._set._oct._nov._dec.'.split(\n '_'\n ),\n monthsParseExact: true,\n weekdays: 'dimenge_diluns_dimars_dimècres_dijòus_divendres_dissabte'.split(\n '_'\n ),\n weekdaysShort: 'dg._dl._dm._dc._dj._dv._ds.'.split('_'),\n weekdaysMin: 'dg_dl_dm_dc_dj_dv_ds'.split('_'),\n weekdaysParseExact: true,\n longDateFormat: {\n LT: 'H:mm',\n LTS: 'H:mm:ss',\n L: 'DD/MM/YYYY',\n LL: 'D MMMM [de] YYYY',\n ll: 'D MMM YYYY',\n LLL: 'D MMMM [de] YYYY [a] H:mm',\n lll: 'D MMM YYYY, H:mm',\n LLLL: 'dddd D MMMM [de] YYYY [a] H:mm',\n llll: 'ddd D MMM YYYY, H:mm',\n },\n calendar: {\n sameDay: '[uèi a] LT',\n nextDay: '[deman a] LT',\n nextWeek: 'dddd [a] LT',\n lastDay: '[ièr a] LT',\n lastWeek: 'dddd [passat a] LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: \"d'aquí %s\",\n past: 'fa %s',\n s: 'unas segondas',\n ss: '%d segondas',\n m: 'una minuta',\n mm: '%d minutas',\n h: 'una ora',\n hh: '%d oras',\n d: 'un jorn',\n dd: '%d jorns',\n M: 'un mes',\n MM: '%d meses',\n y: 'un an',\n yy: '%d ans',\n },\n dayOfMonthOrdinalParse: /\\d{1,2}(r|n|t|è|a)/,\n ordinal: function (number, period) {\n var output =\n number === 1\n ? 'r'\n : number === 2\n ? 'n'\n : number === 3\n ? 'r'\n : number === 4\n ? 't'\n : 'è';\n if (period === 'w' || period === 'W') {\n output = 'a';\n }\n return number + output;\n },\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 4,\n },\n });\n\n return ocLnc;\n\n})));\n","//! moment.js locale configuration\n//! locale : Punjabi (India) [pa-in]\n//! author : Harpreet Singh : https://github.com/harpreetkhalsagtbit\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n //! moment.js locale configuration\n\n var symbolMap = {\n 1: '੧',\n 2: '੨',\n 3: '੩',\n 4: '੪',\n 5: '੫',\n 6: '੬',\n 7: '੭',\n 8: '੮',\n 9: '੯',\n 0: '੦',\n },\n numberMap = {\n '੧': '1',\n '੨': '2',\n '੩': '3',\n '੪': '4',\n '੫': '5',\n '੬': '6',\n '੭': '7',\n '੮': '8',\n '੯': '9',\n '੦': '0',\n };\n\n var paIn = moment.defineLocale('pa-in', {\n // There are months name as per Nanakshahi Calendar but they are not used as rigidly in modern Punjabi.\n months: 'ਜਨਵਰੀ_ਫ਼ਰਵਰੀ_ਮਾਰਚ_ਅਪ੍ਰੈਲ_ਮਈ_ਜੂਨ_ਜੁਲਾਈ_ਅਗਸਤ_ਸਤੰਬਰ_ਅਕਤੂਬਰ_ਨਵੰਬਰ_ਦਸੰਬਰ'.split(\n '_'\n ),\n monthsShort: 'ਜਨਵਰੀ_ਫ਼ਰਵਰੀ_ਮਾਰਚ_ਅਪ੍ਰੈਲ_ਮਈ_ਜੂਨ_ਜੁਲਾਈ_ਅਗਸਤ_ਸਤੰਬਰ_ਅਕਤੂਬਰ_ਨਵੰਬਰ_ਦਸੰਬਰ'.split(\n '_'\n ),\n weekdays: 'ਐਤਵਾਰ_ਸੋਮਵਾਰ_ਮੰਗਲਵਾਰ_ਬੁਧਵਾਰ_ਵੀਰਵਾਰ_ਸ਼ੁੱਕਰਵਾਰ_ਸ਼ਨੀਚਰਵਾਰ'.split(\n '_'\n ),\n weekdaysShort: 'ਐਤ_ਸੋਮ_ਮੰਗਲ_ਬੁਧ_ਵੀਰ_ਸ਼ੁਕਰ_ਸ਼ਨੀ'.split('_'),\n weekdaysMin: 'ਐਤ_ਸੋਮ_ਮੰਗਲ_ਬੁਧ_ਵੀਰ_ਸ਼ੁਕਰ_ਸ਼ਨੀ'.split('_'),\n longDateFormat: {\n LT: 'A h:mm ਵਜੇ',\n LTS: 'A h:mm:ss ਵਜੇ',\n L: 'DD/MM/YYYY',\n LL: 'D MMMM YYYY',\n LLL: 'D MMMM YYYY, A h:mm ਵਜੇ',\n LLLL: 'dddd, D MMMM YYYY, A h:mm ਵਜੇ',\n },\n calendar: {\n sameDay: '[ਅਜ] LT',\n nextDay: '[ਕਲ] LT',\n nextWeek: '[ਅਗਲਾ] dddd, LT',\n lastDay: '[ਕਲ] LT',\n lastWeek: '[ਪਿਛਲੇ] dddd, LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: '%s ਵਿੱਚ',\n past: '%s ਪਿਛਲੇ',\n s: 'ਕੁਝ ਸਕਿੰਟ',\n ss: '%d ਸਕਿੰਟ',\n m: 'ਇਕ ਮਿੰਟ',\n mm: '%d ਮਿੰਟ',\n h: 'ਇੱਕ ਘੰਟਾ',\n hh: '%d ਘੰਟੇ',\n d: 'ਇੱਕ ਦਿਨ',\n dd: '%d ਦਿਨ',\n M: 'ਇੱਕ ਮਹੀਨਾ',\n MM: '%d ਮਹੀਨੇ',\n y: 'ਇੱਕ ਸਾਲ',\n yy: '%d ਸਾਲ',\n },\n preparse: function (string) {\n return string.replace(/[੧੨੩੪੫੬੭੮੯੦]/g, function (match) {\n return numberMap[match];\n });\n },\n postformat: function (string) {\n return string.replace(/\\d/g, function (match) {\n return symbolMap[match];\n });\n },\n // Punjabi notation for meridiems are quite fuzzy in practice. While there exists\n // a rigid notion of a 'Pahar' it is not used as rigidly in modern Punjabi.\n meridiemParse: /ਰਾਤ|ਸਵੇਰ|ਦੁਪਹਿਰ|ਸ਼ਾਮ/,\n meridiemHour: function (hour, meridiem) {\n if (hour === 12) {\n hour = 0;\n }\n if (meridiem === 'ਰਾਤ') {\n return hour < 4 ? hour : hour + 12;\n } else if (meridiem === 'ਸਵੇਰ') {\n return hour;\n } else if (meridiem === 'ਦੁਪਹਿਰ') {\n return hour >= 10 ? hour : hour + 12;\n } else if (meridiem === 'ਸ਼ਾਮ') {\n return hour + 12;\n }\n },\n meridiem: function (hour, minute, isLower) {\n if (hour < 4) {\n return 'ਰਾਤ';\n } else if (hour < 10) {\n return 'ਸਵੇਰ';\n } else if (hour < 17) {\n return 'ਦੁਪਹਿਰ';\n } else if (hour < 20) {\n return 'ਸ਼ਾਮ';\n } else {\n return 'ਰਾਤ';\n }\n },\n week: {\n dow: 0, // Sunday is the first day of the week.\n doy: 6, // The week that contains Jan 6th is the first week of the year.\n },\n });\n\n return paIn;\n\n})));\n","//! moment.js locale configuration\n//! locale : Polish [pl]\n//! author : Rafal Hirsz : https://github.com/evoL\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n //! moment.js locale configuration\n\n var monthsNominative = 'styczeń_luty_marzec_kwiecień_maj_czerwiec_lipiec_sierpień_wrzesień_październik_listopad_grudzień'.split(\n '_'\n ),\n monthsSubjective = 'stycznia_lutego_marca_kwietnia_maja_czerwca_lipca_sierpnia_września_października_listopada_grudnia'.split(\n '_'\n ),\n monthsParse = [\n /^sty/i,\n /^lut/i,\n /^mar/i,\n /^kwi/i,\n /^maj/i,\n /^cze/i,\n /^lip/i,\n /^sie/i,\n /^wrz/i,\n /^paź/i,\n /^lis/i,\n /^gru/i,\n ];\n function plural(n) {\n return n % 10 < 5 && n % 10 > 1 && ~~(n / 10) % 10 !== 1;\n }\n function translate(number, withoutSuffix, key) {\n var result = number + ' ';\n switch (key) {\n case 'ss':\n return result + (plural(number) ? 'sekundy' : 'sekund');\n case 'm':\n return withoutSuffix ? 'minuta' : 'minutę';\n case 'mm':\n return result + (plural(number) ? 'minuty' : 'minut');\n case 'h':\n return withoutSuffix ? 'godzina' : 'godzinę';\n case 'hh':\n return result + (plural(number) ? 'godziny' : 'godzin');\n case 'ww':\n return result + (plural(number) ? 'tygodnie' : 'tygodni');\n case 'MM':\n return result + (plural(number) ? 'miesiące' : 'miesięcy');\n case 'yy':\n return result + (plural(number) ? 'lata' : 'lat');\n }\n }\n\n var pl = moment.defineLocale('pl', {\n months: function (momentToFormat, format) {\n if (!momentToFormat) {\n return monthsNominative;\n } else if (/D MMMM/.test(format)) {\n return monthsSubjective[momentToFormat.month()];\n } else {\n return monthsNominative[momentToFormat.month()];\n }\n },\n monthsShort: 'sty_lut_mar_kwi_maj_cze_lip_sie_wrz_paź_lis_gru'.split('_'),\n monthsParse: monthsParse,\n longMonthsParse: monthsParse,\n shortMonthsParse: monthsParse,\n weekdays: 'niedziela_poniedziałek_wtorek_środa_czwartek_piątek_sobota'.split(\n '_'\n ),\n weekdaysShort: 'ndz_pon_wt_śr_czw_pt_sob'.split('_'),\n weekdaysMin: 'Nd_Pn_Wt_Śr_Cz_Pt_So'.split('_'),\n longDateFormat: {\n LT: 'HH:mm',\n LTS: 'HH:mm:ss',\n L: 'DD.MM.YYYY',\n LL: 'D MMMM YYYY',\n LLL: 'D MMMM YYYY HH:mm',\n LLLL: 'dddd, D MMMM YYYY HH:mm',\n },\n calendar: {\n sameDay: '[Dziś o] LT',\n nextDay: '[Jutro o] LT',\n nextWeek: function () {\n switch (this.day()) {\n case 0:\n return '[W niedzielę o] LT';\n\n case 2:\n return '[We wtorek o] LT';\n\n case 3:\n return '[W środę o] LT';\n\n case 6:\n return '[W sobotę o] LT';\n\n default:\n return '[W] dddd [o] LT';\n }\n },\n lastDay: '[Wczoraj o] LT',\n lastWeek: function () {\n switch (this.day()) {\n case 0:\n return '[W zeszłą niedzielę o] LT';\n case 3:\n return '[W zeszłą środę o] LT';\n case 6:\n return '[W zeszłą sobotę o] LT';\n default:\n return '[W zeszły] dddd [o] LT';\n }\n },\n sameElse: 'L',\n },\n relativeTime: {\n future: 'za %s',\n past: '%s temu',\n s: 'kilka sekund',\n ss: translate,\n m: translate,\n mm: translate,\n h: translate,\n hh: translate,\n d: '1 dzień',\n dd: '%d dni',\n w: 'tydzień',\n ww: translate,\n M: 'miesiąc',\n MM: translate,\n y: 'rok',\n yy: translate,\n },\n dayOfMonthOrdinalParse: /\\d{1,2}\\./,\n ordinal: '%d.',\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 4, // The week that contains Jan 4th is the first week of the year.\n },\n });\n\n return pl;\n\n})));\n","//! moment.js locale configuration\n//! locale : Portuguese [pt]\n//! author : Jefferson : https://github.com/jalex79\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n //! moment.js locale configuration\n\n var pt = moment.defineLocale('pt', {\n months: 'janeiro_fevereiro_março_abril_maio_junho_julho_agosto_setembro_outubro_novembro_dezembro'.split(\n '_'\n ),\n monthsShort: 'jan_fev_mar_abr_mai_jun_jul_ago_set_out_nov_dez'.split('_'),\n weekdays: 'Domingo_Segunda-feira_Terça-feira_Quarta-feira_Quinta-feira_Sexta-feira_Sábado'.split(\n '_'\n ),\n weekdaysShort: 'Dom_Seg_Ter_Qua_Qui_Sex_Sáb'.split('_'),\n weekdaysMin: 'Do_2ª_3ª_4ª_5ª_6ª_Sá'.split('_'),\n weekdaysParseExact: true,\n longDateFormat: {\n LT: 'HH:mm',\n LTS: 'HH:mm:ss',\n L: 'DD/MM/YYYY',\n LL: 'D [de] MMMM [de] YYYY',\n LLL: 'D [de] MMMM [de] YYYY HH:mm',\n LLLL: 'dddd, D [de] MMMM [de] YYYY HH:mm',\n },\n calendar: {\n sameDay: '[Hoje às] LT',\n nextDay: '[Amanhã às] LT',\n nextWeek: 'dddd [às] LT',\n lastDay: '[Ontem às] LT',\n lastWeek: function () {\n return this.day() === 0 || this.day() === 6\n ? '[Último] dddd [às] LT' // Saturday + Sunday\n : '[Última] dddd [às] LT'; // Monday - Friday\n },\n sameElse: 'L',\n },\n relativeTime: {\n future: 'em %s',\n past: 'há %s',\n s: 'segundos',\n ss: '%d segundos',\n m: 'um minuto',\n mm: '%d minutos',\n h: 'uma hora',\n hh: '%d horas',\n d: 'um dia',\n dd: '%d dias',\n w: 'uma semana',\n ww: '%d semanas',\n M: 'um mês',\n MM: '%d meses',\n y: 'um ano',\n yy: '%d anos',\n },\n dayOfMonthOrdinalParse: /\\d{1,2}º/,\n ordinal: '%dº',\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 4, // The week that contains Jan 4th is the first week of the year.\n },\n });\n\n return pt;\n\n})));\n","//! moment.js locale configuration\n//! locale : Portuguese (Brazil) [pt-br]\n//! author : Caio Ribeiro Pereira : https://github.com/caio-ribeiro-pereira\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n //! moment.js locale configuration\n\n var ptBr = moment.defineLocale('pt-br', {\n months: 'janeiro_fevereiro_março_abril_maio_junho_julho_agosto_setembro_outubro_novembro_dezembro'.split(\n '_'\n ),\n monthsShort: 'jan_fev_mar_abr_mai_jun_jul_ago_set_out_nov_dez'.split('_'),\n weekdays: 'domingo_segunda-feira_terça-feira_quarta-feira_quinta-feira_sexta-feira_sábado'.split(\n '_'\n ),\n weekdaysShort: 'dom_seg_ter_qua_qui_sex_sáb'.split('_'),\n weekdaysMin: 'do_2ª_3ª_4ª_5ª_6ª_sá'.split('_'),\n weekdaysParseExact: true,\n longDateFormat: {\n LT: 'HH:mm',\n LTS: 'HH:mm:ss',\n L: 'DD/MM/YYYY',\n LL: 'D [de] MMMM [de] YYYY',\n LLL: 'D [de] MMMM [de] YYYY [às] HH:mm',\n LLLL: 'dddd, D [de] MMMM [de] YYYY [às] HH:mm',\n },\n calendar: {\n sameDay: '[Hoje às] LT',\n nextDay: '[Amanhã às] LT',\n nextWeek: 'dddd [às] LT',\n lastDay: '[Ontem às] LT',\n lastWeek: function () {\n return this.day() === 0 || this.day() === 6\n ? '[Último] dddd [às] LT' // Saturday + Sunday\n : '[Última] dddd [às] LT'; // Monday - Friday\n },\n sameElse: 'L',\n },\n relativeTime: {\n future: 'em %s',\n past: 'há %s',\n s: 'poucos segundos',\n ss: '%d segundos',\n m: 'um minuto',\n mm: '%d minutos',\n h: 'uma hora',\n hh: '%d horas',\n d: 'um dia',\n dd: '%d dias',\n M: 'um mês',\n MM: '%d meses',\n y: 'um ano',\n yy: '%d anos',\n },\n dayOfMonthOrdinalParse: /\\d{1,2}º/,\n ordinal: '%dº',\n invalidDate: 'Data inválida',\n });\n\n return ptBr;\n\n})));\n","//! moment.js locale configuration\n//! locale : Romanian [ro]\n//! author : Vlad Gurdiga : https://github.com/gurdiga\n//! author : Valentin Agachi : https://github.com/avaly\n//! author : Emanuel Cepoi : https://github.com/cepem\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n //! moment.js locale configuration\n\n function relativeTimeWithPlural(number, withoutSuffix, key) {\n var format = {\n ss: 'secunde',\n mm: 'minute',\n hh: 'ore',\n dd: 'zile',\n ww: 'săptămâni',\n MM: 'luni',\n yy: 'ani',\n },\n separator = ' ';\n if (number % 100 >= 20 || (number >= 100 && number % 100 === 0)) {\n separator = ' de ';\n }\n return number + separator + format[key];\n }\n\n var ro = moment.defineLocale('ro', {\n months: 'ianuarie_februarie_martie_aprilie_mai_iunie_iulie_august_septembrie_octombrie_noiembrie_decembrie'.split(\n '_'\n ),\n monthsShort: 'ian._feb._mart._apr._mai_iun._iul._aug._sept._oct._nov._dec.'.split(\n '_'\n ),\n monthsParseExact: true,\n weekdays: 'duminică_luni_marți_miercuri_joi_vineri_sâmbătă'.split('_'),\n weekdaysShort: 'Dum_Lun_Mar_Mie_Joi_Vin_Sâm'.split('_'),\n weekdaysMin: 'Du_Lu_Ma_Mi_Jo_Vi_Sâ'.split('_'),\n longDateFormat: {\n LT: 'H:mm',\n LTS: 'H:mm:ss',\n L: 'DD.MM.YYYY',\n LL: 'D MMMM YYYY',\n LLL: 'D MMMM YYYY H:mm',\n LLLL: 'dddd, D MMMM YYYY H:mm',\n },\n calendar: {\n sameDay: '[azi la] LT',\n nextDay: '[mâine la] LT',\n nextWeek: 'dddd [la] LT',\n lastDay: '[ieri la] LT',\n lastWeek: '[fosta] dddd [la] LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: 'peste %s',\n past: '%s în urmă',\n s: 'câteva secunde',\n ss: relativeTimeWithPlural,\n m: 'un minut',\n mm: relativeTimeWithPlural,\n h: 'o oră',\n hh: relativeTimeWithPlural,\n d: 'o zi',\n dd: relativeTimeWithPlural,\n w: 'o săptămână',\n ww: relativeTimeWithPlural,\n M: 'o lună',\n MM: relativeTimeWithPlural,\n y: 'un an',\n yy: relativeTimeWithPlural,\n },\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 7, // The week that contains Jan 7th is the first week of the year.\n },\n });\n\n return ro;\n\n})));\n","//! moment.js locale configuration\n//! locale : Russian [ru]\n//! author : Viktorminator : https://github.com/Viktorminator\n//! author : Menelion Elensúle : https://github.com/Oire\n//! author : Коренберг Марк : https://github.com/socketpair\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n //! moment.js locale configuration\n\n function plural(word, num) {\n var forms = word.split('_');\n return num % 10 === 1 && num % 100 !== 11\n ? forms[0]\n : num % 10 >= 2 && num % 10 <= 4 && (num % 100 < 10 || num % 100 >= 20)\n ? forms[1]\n : forms[2];\n }\n function relativeTimeWithPlural(number, withoutSuffix, key) {\n var format = {\n ss: withoutSuffix ? 'секунда_секунды_секунд' : 'секунду_секунды_секунд',\n mm: withoutSuffix ? 'минута_минуты_минут' : 'минуту_минуты_минут',\n hh: 'час_часа_часов',\n dd: 'день_дня_дней',\n ww: 'неделя_недели_недель',\n MM: 'месяц_месяца_месяцев',\n yy: 'год_года_лет',\n };\n if (key === 'm') {\n return withoutSuffix ? 'минута' : 'минуту';\n } else {\n return number + ' ' + plural(format[key], +number);\n }\n }\n var monthsParse = [\n /^янв/i,\n /^фев/i,\n /^мар/i,\n /^апр/i,\n /^ма[йя]/i,\n /^июн/i,\n /^июл/i,\n /^авг/i,\n /^сен/i,\n /^окт/i,\n /^ноя/i,\n /^дек/i,\n ];\n\n // http://new.gramota.ru/spravka/rules/139-prop : § 103\n // Сокращения месяцев: http://new.gramota.ru/spravka/buro/search-answer?s=242637\n // CLDR data: http://www.unicode.org/cldr/charts/28/summary/ru.html#1753\n var ru = moment.defineLocale('ru', {\n months: {\n format: 'января_февраля_марта_апреля_мая_июня_июля_августа_сентября_октября_ноября_декабря'.split(\n '_'\n ),\n standalone: 'январь_февраль_март_апрель_май_июнь_июль_август_сентябрь_октябрь_ноябрь_декабрь'.split(\n '_'\n ),\n },\n monthsShort: {\n // по CLDR именно \"июл.\" и \"июн.\", но какой смысл менять букву на точку?\n format: 'янв._февр._мар._апр._мая_июня_июля_авг._сент._окт._нояб._дек.'.split(\n '_'\n ),\n standalone: 'янв._февр._март_апр._май_июнь_июль_авг._сент._окт._нояб._дек.'.split(\n '_'\n ),\n },\n weekdays: {\n standalone: 'воскресенье_понедельник_вторник_среда_четверг_пятница_суббота'.split(\n '_'\n ),\n format: 'воскресенье_понедельник_вторник_среду_четверг_пятницу_субботу'.split(\n '_'\n ),\n isFormat: /\\[ ?[Вв] ?(?:прошлую|следующую|эту)? ?] ?dddd/,\n },\n weekdaysShort: 'вс_пн_вт_ср_чт_пт_сб'.split('_'),\n weekdaysMin: 'вс_пн_вт_ср_чт_пт_сб'.split('_'),\n monthsParse: monthsParse,\n longMonthsParse: monthsParse,\n shortMonthsParse: monthsParse,\n\n // полные названия с падежами, по три буквы, для некоторых, по 4 буквы, сокращения с точкой и без точки\n monthsRegex: /^(январ[ья]|янв\\.?|феврал[ья]|февр?\\.?|марта?|мар\\.?|апрел[ья]|апр\\.?|ма[йя]|июн[ья]|июн\\.?|июл[ья]|июл\\.?|августа?|авг\\.?|сентябр[ья]|сент?\\.?|октябр[ья]|окт\\.?|ноябр[ья]|нояб?\\.?|декабр[ья]|дек\\.?)/i,\n\n // копия предыдущего\n monthsShortRegex: /^(январ[ья]|янв\\.?|феврал[ья]|февр?\\.?|марта?|мар\\.?|апрел[ья]|апр\\.?|ма[йя]|июн[ья]|июн\\.?|июл[ья]|июл\\.?|августа?|авг\\.?|сентябр[ья]|сент?\\.?|октябр[ья]|окт\\.?|ноябр[ья]|нояб?\\.?|декабр[ья]|дек\\.?)/i,\n\n // полные названия с падежами\n monthsStrictRegex: /^(январ[яь]|феврал[яь]|марта?|апрел[яь]|ма[яй]|июн[яь]|июл[яь]|августа?|сентябр[яь]|октябр[яь]|ноябр[яь]|декабр[яь])/i,\n\n // Выражение, которое соответствует только сокращённым формам\n monthsShortStrictRegex: /^(янв\\.|февр?\\.|мар[т.]|апр\\.|ма[яй]|июн[ья.]|июл[ья.]|авг\\.|сент?\\.|окт\\.|нояб?\\.|дек\\.)/i,\n longDateFormat: {\n LT: 'H:mm',\n LTS: 'H:mm:ss',\n L: 'DD.MM.YYYY',\n LL: 'D MMMM YYYY г.',\n LLL: 'D MMMM YYYY г., H:mm',\n LLLL: 'dddd, D MMMM YYYY г., H:mm',\n },\n calendar: {\n sameDay: '[Сегодня, в] LT',\n nextDay: '[Завтра, в] LT',\n lastDay: '[Вчера, в] LT',\n nextWeek: function (now) {\n if (now.week() !== this.week()) {\n switch (this.day()) {\n case 0:\n return '[В следующее] dddd, [в] LT';\n case 1:\n case 2:\n case 4:\n return '[В следующий] dddd, [в] LT';\n case 3:\n case 5:\n case 6:\n return '[В следующую] dddd, [в] LT';\n }\n } else {\n if (this.day() === 2) {\n return '[Во] dddd, [в] LT';\n } else {\n return '[В] dddd, [в] LT';\n }\n }\n },\n lastWeek: function (now) {\n if (now.week() !== this.week()) {\n switch (this.day()) {\n case 0:\n return '[В прошлое] dddd, [в] LT';\n case 1:\n case 2:\n case 4:\n return '[В прошлый] dddd, [в] LT';\n case 3:\n case 5:\n case 6:\n return '[В прошлую] dddd, [в] LT';\n }\n } else {\n if (this.day() === 2) {\n return '[Во] dddd, [в] LT';\n } else {\n return '[В] dddd, [в] LT';\n }\n }\n },\n sameElse: 'L',\n },\n relativeTime: {\n future: 'через %s',\n past: '%s назад',\n s: 'несколько секунд',\n ss: relativeTimeWithPlural,\n m: relativeTimeWithPlural,\n mm: relativeTimeWithPlural,\n h: 'час',\n hh: relativeTimeWithPlural,\n d: 'день',\n dd: relativeTimeWithPlural,\n w: 'неделя',\n ww: relativeTimeWithPlural,\n M: 'месяц',\n MM: relativeTimeWithPlural,\n y: 'год',\n yy: relativeTimeWithPlural,\n },\n meridiemParse: /ночи|утра|дня|вечера/i,\n isPM: function (input) {\n return /^(дня|вечера)$/.test(input);\n },\n meridiem: function (hour, minute, isLower) {\n if (hour < 4) {\n return 'ночи';\n } else if (hour < 12) {\n return 'утра';\n } else if (hour < 17) {\n return 'дня';\n } else {\n return 'вечера';\n }\n },\n dayOfMonthOrdinalParse: /\\d{1,2}-(й|го|я)/,\n ordinal: function (number, period) {\n switch (period) {\n case 'M':\n case 'd':\n case 'DDD':\n return number + '-й';\n case 'D':\n return number + '-го';\n case 'w':\n case 'W':\n return number + '-я';\n default:\n return number;\n }\n },\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 4, // The week that contains Jan 4th is the first week of the year.\n },\n });\n\n return ru;\n\n})));\n","//! moment.js locale configuration\n//! locale : Sindhi [sd]\n//! author : Narain Sagar : https://github.com/narainsagar\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n //! moment.js locale configuration\n\n var months = [\n 'جنوري',\n 'فيبروري',\n 'مارچ',\n 'اپريل',\n 'مئي',\n 'جون',\n 'جولاءِ',\n 'آگسٽ',\n 'سيپٽمبر',\n 'آڪٽوبر',\n 'نومبر',\n 'ڊسمبر',\n ],\n days = ['آچر', 'سومر', 'اڱارو', 'اربع', 'خميس', 'جمع', 'ڇنڇر'];\n\n var sd = moment.defineLocale('sd', {\n months: months,\n monthsShort: months,\n weekdays: days,\n weekdaysShort: days,\n weekdaysMin: days,\n longDateFormat: {\n LT: 'HH:mm',\n LTS: 'HH:mm:ss',\n L: 'DD/MM/YYYY',\n LL: 'D MMMM YYYY',\n LLL: 'D MMMM YYYY HH:mm',\n LLLL: 'dddd، D MMMM YYYY HH:mm',\n },\n meridiemParse: /صبح|شام/,\n isPM: function (input) {\n return 'شام' === input;\n },\n meridiem: function (hour, minute, isLower) {\n if (hour < 12) {\n return 'صبح';\n }\n return 'شام';\n },\n calendar: {\n sameDay: '[اڄ] LT',\n nextDay: '[سڀاڻي] LT',\n nextWeek: 'dddd [اڳين هفتي تي] LT',\n lastDay: '[ڪالهه] LT',\n lastWeek: '[گزريل هفتي] dddd [تي] LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: '%s پوء',\n past: '%s اڳ',\n s: 'چند سيڪنڊ',\n ss: '%d سيڪنڊ',\n m: 'هڪ منٽ',\n mm: '%d منٽ',\n h: 'هڪ ڪلاڪ',\n hh: '%d ڪلاڪ',\n d: 'هڪ ڏينهن',\n dd: '%d ڏينهن',\n M: 'هڪ مهينو',\n MM: '%d مهينا',\n y: 'هڪ سال',\n yy: '%d سال',\n },\n preparse: function (string) {\n return string.replace(/،/g, ',');\n },\n postformat: function (string) {\n return string.replace(/,/g, '،');\n },\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 4, // The week that contains Jan 4th is the first week of the year.\n },\n });\n\n return sd;\n\n})));\n","//! moment.js locale configuration\n//! locale : Northern Sami [se]\n//! authors : Bård Rolstad Henriksen : https://github.com/karamell\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n //! moment.js locale configuration\n\n var se = moment.defineLocale('se', {\n months: 'ođđajagemánnu_guovvamánnu_njukčamánnu_cuoŋománnu_miessemánnu_geassemánnu_suoidnemánnu_borgemánnu_čakčamánnu_golggotmánnu_skábmamánnu_juovlamánnu'.split(\n '_'\n ),\n monthsShort: 'ođđj_guov_njuk_cuo_mies_geas_suoi_borg_čakč_golg_skáb_juov'.split(\n '_'\n ),\n weekdays: 'sotnabeaivi_vuossárga_maŋŋebárga_gaskavahkku_duorastat_bearjadat_lávvardat'.split(\n '_'\n ),\n weekdaysShort: 'sotn_vuos_maŋ_gask_duor_bear_láv'.split('_'),\n weekdaysMin: 's_v_m_g_d_b_L'.split('_'),\n longDateFormat: {\n LT: 'HH:mm',\n LTS: 'HH:mm:ss',\n L: 'DD.MM.YYYY',\n LL: 'MMMM D. [b.] YYYY',\n LLL: 'MMMM D. [b.] YYYY [ti.] HH:mm',\n LLLL: 'dddd, MMMM D. [b.] YYYY [ti.] HH:mm',\n },\n calendar: {\n sameDay: '[otne ti] LT',\n nextDay: '[ihttin ti] LT',\n nextWeek: 'dddd [ti] LT',\n lastDay: '[ikte ti] LT',\n lastWeek: '[ovddit] dddd [ti] LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: '%s geažes',\n past: 'maŋit %s',\n s: 'moadde sekunddat',\n ss: '%d sekunddat',\n m: 'okta minuhta',\n mm: '%d minuhtat',\n h: 'okta diimmu',\n hh: '%d diimmut',\n d: 'okta beaivi',\n dd: '%d beaivvit',\n M: 'okta mánnu',\n MM: '%d mánut',\n y: 'okta jahki',\n yy: '%d jagit',\n },\n dayOfMonthOrdinalParse: /\\d{1,2}\\./,\n ordinal: '%d.',\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 4, // The week that contains Jan 4th is the first week of the year.\n },\n });\n\n return se;\n\n})));\n","//! moment.js locale configuration\n//! locale : Sinhalese [si]\n//! author : Sampath Sitinamaluwa : https://github.com/sampathsris\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n //! moment.js locale configuration\n\n /*jshint -W100*/\n var si = moment.defineLocale('si', {\n months: 'ජනවාරි_පෙබරවාරි_මාර්තු_අප්‍රේල්_මැයි_ජූනි_ජූලි_අගෝස්තු_සැප්තැම්බර්_ඔක්තෝබර්_නොවැම්බර්_දෙසැම්බර්'.split(\n '_'\n ),\n monthsShort: 'ජන_පෙබ_මාර්_අප්_මැයි_ජූනි_ජූලි_අගෝ_සැප්_ඔක්_නොවැ_දෙසැ'.split(\n '_'\n ),\n weekdays: 'ඉරිදා_සඳුදා_අඟහරුවාදා_බදාදා_බ්‍රහස්පතින්දා_සිකුරාදා_සෙනසුරාදා'.split(\n '_'\n ),\n weekdaysShort: 'ඉරි_සඳු_අඟ_බදා_බ්‍රහ_සිකු_සෙන'.split('_'),\n weekdaysMin: 'ඉ_ස_අ_බ_බ්‍ර_සි_සෙ'.split('_'),\n weekdaysParseExact: true,\n longDateFormat: {\n LT: 'a h:mm',\n LTS: 'a h:mm:ss',\n L: 'YYYY/MM/DD',\n LL: 'YYYY MMMM D',\n LLL: 'YYYY MMMM D, a h:mm',\n LLLL: 'YYYY MMMM D [වැනි] dddd, a h:mm:ss',\n },\n calendar: {\n sameDay: '[අද] LT[ට]',\n nextDay: '[හෙට] LT[ට]',\n nextWeek: 'dddd LT[ට]',\n lastDay: '[ඊයේ] LT[ට]',\n lastWeek: '[පසුගිය] dddd LT[ට]',\n sameElse: 'L',\n },\n relativeTime: {\n future: '%sකින්',\n past: '%sකට පෙර',\n s: 'තත්පර කිහිපය',\n ss: 'තත්පර %d',\n m: 'මිනිත්තුව',\n mm: 'මිනිත්තු %d',\n h: 'පැය',\n hh: 'පැය %d',\n d: 'දිනය',\n dd: 'දින %d',\n M: 'මාසය',\n MM: 'මාස %d',\n y: 'වසර',\n yy: 'වසර %d',\n },\n dayOfMonthOrdinalParse: /\\d{1,2} වැනි/,\n ordinal: function (number) {\n return number + ' වැනි';\n },\n meridiemParse: /පෙර වරු|පස් වරු|පෙ.ව|ප.ව./,\n isPM: function (input) {\n return input === 'ප.ව.' || input === 'පස් වරු';\n },\n meridiem: function (hours, minutes, isLower) {\n if (hours > 11) {\n return isLower ? 'ප.ව.' : 'පස් වරු';\n } else {\n return isLower ? 'පෙ.ව.' : 'පෙර වරු';\n }\n },\n });\n\n return si;\n\n})));\n","//! moment.js locale configuration\n//! locale : Slovak [sk]\n//! author : Martin Minka : https://github.com/k2s\n//! based on work of petrbela : https://github.com/petrbela\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n //! moment.js locale configuration\n\n var months = 'január_február_marec_apríl_máj_jún_júl_august_september_október_november_december'.split(\n '_'\n ),\n monthsShort = 'jan_feb_mar_apr_máj_jún_júl_aug_sep_okt_nov_dec'.split('_');\n function plural(n) {\n return n > 1 && n < 5;\n }\n function translate(number, withoutSuffix, key, isFuture) {\n var result = number + ' ';\n switch (key) {\n case 's': // a few seconds / in a few seconds / a few seconds ago\n return withoutSuffix || isFuture ? 'pár sekúnd' : 'pár sekundami';\n case 'ss': // 9 seconds / in 9 seconds / 9 seconds ago\n if (withoutSuffix || isFuture) {\n return result + (plural(number) ? 'sekundy' : 'sekúnd');\n } else {\n return result + 'sekundami';\n }\n case 'm': // a minute / in a minute / a minute ago\n return withoutSuffix ? 'minúta' : isFuture ? 'minútu' : 'minútou';\n case 'mm': // 9 minutes / in 9 minutes / 9 minutes ago\n if (withoutSuffix || isFuture) {\n return result + (plural(number) ? 'minúty' : 'minút');\n } else {\n return result + 'minútami';\n }\n case 'h': // an hour / in an hour / an hour ago\n return withoutSuffix ? 'hodina' : isFuture ? 'hodinu' : 'hodinou';\n case 'hh': // 9 hours / in 9 hours / 9 hours ago\n if (withoutSuffix || isFuture) {\n return result + (plural(number) ? 'hodiny' : 'hodín');\n } else {\n return result + 'hodinami';\n }\n case 'd': // a day / in a day / a day ago\n return withoutSuffix || isFuture ? 'deň' : 'dňom';\n case 'dd': // 9 days / in 9 days / 9 days ago\n if (withoutSuffix || isFuture) {\n return result + (plural(number) ? 'dni' : 'dní');\n } else {\n return result + 'dňami';\n }\n case 'M': // a month / in a month / a month ago\n return withoutSuffix || isFuture ? 'mesiac' : 'mesiacom';\n case 'MM': // 9 months / in 9 months / 9 months ago\n if (withoutSuffix || isFuture) {\n return result + (plural(number) ? 'mesiace' : 'mesiacov');\n } else {\n return result + 'mesiacmi';\n }\n case 'y': // a year / in a year / a year ago\n return withoutSuffix || isFuture ? 'rok' : 'rokom';\n case 'yy': // 9 years / in 9 years / 9 years ago\n if (withoutSuffix || isFuture) {\n return result + (plural(number) ? 'roky' : 'rokov');\n } else {\n return result + 'rokmi';\n }\n }\n }\n\n var sk = moment.defineLocale('sk', {\n months: months,\n monthsShort: monthsShort,\n weekdays: 'nedeľa_pondelok_utorok_streda_štvrtok_piatok_sobota'.split('_'),\n weekdaysShort: 'ne_po_ut_st_št_pi_so'.split('_'),\n weekdaysMin: 'ne_po_ut_st_št_pi_so'.split('_'),\n longDateFormat: {\n LT: 'H:mm',\n LTS: 'H:mm:ss',\n L: 'DD.MM.YYYY',\n LL: 'D. MMMM YYYY',\n LLL: 'D. MMMM YYYY H:mm',\n LLLL: 'dddd D. MMMM YYYY H:mm',\n },\n calendar: {\n sameDay: '[dnes o] LT',\n nextDay: '[zajtra o] LT',\n nextWeek: function () {\n switch (this.day()) {\n case 0:\n return '[v nedeľu o] LT';\n case 1:\n case 2:\n return '[v] dddd [o] LT';\n case 3:\n return '[v stredu o] LT';\n case 4:\n return '[vo štvrtok o] LT';\n case 5:\n return '[v piatok o] LT';\n case 6:\n return '[v sobotu o] LT';\n }\n },\n lastDay: '[včera o] LT',\n lastWeek: function () {\n switch (this.day()) {\n case 0:\n return '[minulú nedeľu o] LT';\n case 1:\n case 2:\n return '[minulý] dddd [o] LT';\n case 3:\n return '[minulú stredu o] LT';\n case 4:\n case 5:\n return '[minulý] dddd [o] LT';\n case 6:\n return '[minulú sobotu o] LT';\n }\n },\n sameElse: 'L',\n },\n relativeTime: {\n future: 'za %s',\n past: 'pred %s',\n s: translate,\n ss: translate,\n m: translate,\n mm: translate,\n h: translate,\n hh: translate,\n d: translate,\n dd: translate,\n M: translate,\n MM: translate,\n y: translate,\n yy: translate,\n },\n dayOfMonthOrdinalParse: /\\d{1,2}\\./,\n ordinal: '%d.',\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 4, // The week that contains Jan 4th is the first week of the year.\n },\n });\n\n return sk;\n\n})));\n","//! moment.js locale configuration\n//! locale : Slovenian [sl]\n//! author : Robert Sedovšek : https://github.com/sedovsek\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n //! moment.js locale configuration\n\n function processRelativeTime(number, withoutSuffix, key, isFuture) {\n var result = number + ' ';\n switch (key) {\n case 's':\n return withoutSuffix || isFuture\n ? 'nekaj sekund'\n : 'nekaj sekundami';\n case 'ss':\n if (number === 1) {\n result += withoutSuffix ? 'sekundo' : 'sekundi';\n } else if (number === 2) {\n result += withoutSuffix || isFuture ? 'sekundi' : 'sekundah';\n } else if (number < 5) {\n result += withoutSuffix || isFuture ? 'sekunde' : 'sekundah';\n } else {\n result += 'sekund';\n }\n return result;\n case 'm':\n return withoutSuffix ? 'ena minuta' : 'eno minuto';\n case 'mm':\n if (number === 1) {\n result += withoutSuffix ? 'minuta' : 'minuto';\n } else if (number === 2) {\n result += withoutSuffix || isFuture ? 'minuti' : 'minutama';\n } else if (number < 5) {\n result += withoutSuffix || isFuture ? 'minute' : 'minutami';\n } else {\n result += withoutSuffix || isFuture ? 'minut' : 'minutami';\n }\n return result;\n case 'h':\n return withoutSuffix ? 'ena ura' : 'eno uro';\n case 'hh':\n if (number === 1) {\n result += withoutSuffix ? 'ura' : 'uro';\n } else if (number === 2) {\n result += withoutSuffix || isFuture ? 'uri' : 'urama';\n } else if (number < 5) {\n result += withoutSuffix || isFuture ? 'ure' : 'urami';\n } else {\n result += withoutSuffix || isFuture ? 'ur' : 'urami';\n }\n return result;\n case 'd':\n return withoutSuffix || isFuture ? 'en dan' : 'enim dnem';\n case 'dd':\n if (number === 1) {\n result += withoutSuffix || isFuture ? 'dan' : 'dnem';\n } else if (number === 2) {\n result += withoutSuffix || isFuture ? 'dni' : 'dnevoma';\n } else {\n result += withoutSuffix || isFuture ? 'dni' : 'dnevi';\n }\n return result;\n case 'M':\n return withoutSuffix || isFuture ? 'en mesec' : 'enim mesecem';\n case 'MM':\n if (number === 1) {\n result += withoutSuffix || isFuture ? 'mesec' : 'mesecem';\n } else if (number === 2) {\n result += withoutSuffix || isFuture ? 'meseca' : 'mesecema';\n } else if (number < 5) {\n result += withoutSuffix || isFuture ? 'mesece' : 'meseci';\n } else {\n result += withoutSuffix || isFuture ? 'mesecev' : 'meseci';\n }\n return result;\n case 'y':\n return withoutSuffix || isFuture ? 'eno leto' : 'enim letom';\n case 'yy':\n if (number === 1) {\n result += withoutSuffix || isFuture ? 'leto' : 'letom';\n } else if (number === 2) {\n result += withoutSuffix || isFuture ? 'leti' : 'letoma';\n } else if (number < 5) {\n result += withoutSuffix || isFuture ? 'leta' : 'leti';\n } else {\n result += withoutSuffix || isFuture ? 'let' : 'leti';\n }\n return result;\n }\n }\n\n var sl = moment.defineLocale('sl', {\n months: 'januar_februar_marec_april_maj_junij_julij_avgust_september_oktober_november_december'.split(\n '_'\n ),\n monthsShort: 'jan._feb._mar._apr._maj._jun._jul._avg._sep._okt._nov._dec.'.split(\n '_'\n ),\n monthsParseExact: true,\n weekdays: 'nedelja_ponedeljek_torek_sreda_četrtek_petek_sobota'.split('_'),\n weekdaysShort: 'ned._pon._tor._sre._čet._pet._sob.'.split('_'),\n weekdaysMin: 'ne_po_to_sr_če_pe_so'.split('_'),\n weekdaysParseExact: true,\n longDateFormat: {\n LT: 'H:mm',\n LTS: 'H:mm:ss',\n L: 'DD. MM. YYYY',\n LL: 'D. MMMM YYYY',\n LLL: 'D. MMMM YYYY H:mm',\n LLLL: 'dddd, D. MMMM YYYY H:mm',\n },\n calendar: {\n sameDay: '[danes ob] LT',\n nextDay: '[jutri ob] LT',\n\n nextWeek: function () {\n switch (this.day()) {\n case 0:\n return '[v] [nedeljo] [ob] LT';\n case 3:\n return '[v] [sredo] [ob] LT';\n case 6:\n return '[v] [soboto] [ob] LT';\n case 1:\n case 2:\n case 4:\n case 5:\n return '[v] dddd [ob] LT';\n }\n },\n lastDay: '[včeraj ob] LT',\n lastWeek: function () {\n switch (this.day()) {\n case 0:\n return '[prejšnjo] [nedeljo] [ob] LT';\n case 3:\n return '[prejšnjo] [sredo] [ob] LT';\n case 6:\n return '[prejšnjo] [soboto] [ob] LT';\n case 1:\n case 2:\n case 4:\n case 5:\n return '[prejšnji] dddd [ob] LT';\n }\n },\n sameElse: 'L',\n },\n relativeTime: {\n future: 'čez %s',\n past: 'pred %s',\n s: processRelativeTime,\n ss: processRelativeTime,\n m: processRelativeTime,\n mm: processRelativeTime,\n h: processRelativeTime,\n hh: processRelativeTime,\n d: processRelativeTime,\n dd: processRelativeTime,\n M: processRelativeTime,\n MM: processRelativeTime,\n y: processRelativeTime,\n yy: processRelativeTime,\n },\n dayOfMonthOrdinalParse: /\\d{1,2}\\./,\n ordinal: '%d.',\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 7, // The week that contains Jan 7th is the first week of the year.\n },\n });\n\n return sl;\n\n})));\n","//! moment.js locale configuration\n//! locale : Albanian [sq]\n//! author : Flakërim Ismani : https://github.com/flakerimi\n//! author : Menelion Elensúle : https://github.com/Oire\n//! author : Oerd Cukalla : https://github.com/oerd\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n //! moment.js locale configuration\n\n var sq = moment.defineLocale('sq', {\n months: 'Janar_Shkurt_Mars_Prill_Maj_Qershor_Korrik_Gusht_Shtator_Tetor_Nëntor_Dhjetor'.split(\n '_'\n ),\n monthsShort: 'Jan_Shk_Mar_Pri_Maj_Qer_Kor_Gus_Sht_Tet_Nën_Dhj'.split('_'),\n weekdays: 'E Diel_E Hënë_E Martë_E Mërkurë_E Enjte_E Premte_E Shtunë'.split(\n '_'\n ),\n weekdaysShort: 'Die_Hën_Mar_Mër_Enj_Pre_Sht'.split('_'),\n weekdaysMin: 'D_H_Ma_Më_E_P_Sh'.split('_'),\n weekdaysParseExact: true,\n meridiemParse: /PD|MD/,\n isPM: function (input) {\n return input.charAt(0) === 'M';\n },\n meridiem: function (hours, minutes, isLower) {\n return hours < 12 ? 'PD' : 'MD';\n },\n longDateFormat: {\n LT: 'HH:mm',\n LTS: 'HH:mm:ss',\n L: 'DD/MM/YYYY',\n LL: 'D MMMM YYYY',\n LLL: 'D MMMM YYYY HH:mm',\n LLLL: 'dddd, D MMMM YYYY HH:mm',\n },\n calendar: {\n sameDay: '[Sot në] LT',\n nextDay: '[Nesër në] LT',\n nextWeek: 'dddd [në] LT',\n lastDay: '[Dje në] LT',\n lastWeek: 'dddd [e kaluar në] LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: 'në %s',\n past: '%s më parë',\n s: 'disa sekonda',\n ss: '%d sekonda',\n m: 'një minutë',\n mm: '%d minuta',\n h: 'një orë',\n hh: '%d orë',\n d: 'një ditë',\n dd: '%d ditë',\n M: 'një muaj',\n MM: '%d muaj',\n y: 'një vit',\n yy: '%d vite',\n },\n dayOfMonthOrdinalParse: /\\d{1,2}\\./,\n ordinal: '%d.',\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 4, // The week that contains Jan 4th is the first week of the year.\n },\n });\n\n return sq;\n\n})));\n","//! moment.js locale configuration\n//! locale : Serbian [sr]\n//! author : Milan Janačković<milanjanackovic@gmail.com> : https://github.com/milan-j\n//! author : Stefan Crnjaković <stefan@hotmail.rs> : https://github.com/crnjakovic\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n //! moment.js locale configuration\n\n var translator = {\n words: {\n //Different grammatical cases\n ss: ['sekunda', 'sekunde', 'sekundi'],\n m: ['jedan minut', 'jedne minute'],\n mm: ['minut', 'minute', 'minuta'],\n h: ['jedan sat', 'jednog sata'],\n hh: ['sat', 'sata', 'sati'],\n dd: ['dan', 'dana', 'dana'],\n MM: ['mesec', 'meseca', 'meseci'],\n yy: ['godina', 'godine', 'godina'],\n },\n correctGrammaticalCase: function (number, wordKey) {\n return number === 1\n ? wordKey[0]\n : number >= 2 && number <= 4\n ? wordKey[1]\n : wordKey[2];\n },\n translate: function (number, withoutSuffix, key) {\n var wordKey = translator.words[key];\n if (key.length === 1) {\n return withoutSuffix ? wordKey[0] : wordKey[1];\n } else {\n return (\n number +\n ' ' +\n translator.correctGrammaticalCase(number, wordKey)\n );\n }\n },\n };\n\n var sr = moment.defineLocale('sr', {\n months: 'januar_februar_mart_april_maj_jun_jul_avgust_septembar_oktobar_novembar_decembar'.split(\n '_'\n ),\n monthsShort: 'jan._feb._mar._apr._maj_jun_jul_avg._sep._okt._nov._dec.'.split(\n '_'\n ),\n monthsParseExact: true,\n weekdays: 'nedelja_ponedeljak_utorak_sreda_četvrtak_petak_subota'.split(\n '_'\n ),\n weekdaysShort: 'ned._pon._uto._sre._čet._pet._sub.'.split('_'),\n weekdaysMin: 'ne_po_ut_sr_če_pe_su'.split('_'),\n weekdaysParseExact: true,\n longDateFormat: {\n LT: 'H:mm',\n LTS: 'H:mm:ss',\n L: 'D. M. YYYY.',\n LL: 'D. MMMM YYYY.',\n LLL: 'D. MMMM YYYY. H:mm',\n LLLL: 'dddd, D. MMMM YYYY. H:mm',\n },\n calendar: {\n sameDay: '[danas u] LT',\n nextDay: '[sutra u] LT',\n nextWeek: function () {\n switch (this.day()) {\n case 0:\n return '[u] [nedelju] [u] LT';\n case 3:\n return '[u] [sredu] [u] LT';\n case 6:\n return '[u] [subotu] [u] LT';\n case 1:\n case 2:\n case 4:\n case 5:\n return '[u] dddd [u] LT';\n }\n },\n lastDay: '[juče u] LT',\n lastWeek: function () {\n var lastWeekDays = [\n '[prošle] [nedelje] [u] LT',\n '[prošlog] [ponedeljka] [u] LT',\n '[prošlog] [utorka] [u] LT',\n '[prošle] [srede] [u] LT',\n '[prošlog] [četvrtka] [u] LT',\n '[prošlog] [petka] [u] LT',\n '[prošle] [subote] [u] LT',\n ];\n return lastWeekDays[this.day()];\n },\n sameElse: 'L',\n },\n relativeTime: {\n future: 'za %s',\n past: 'pre %s',\n s: 'nekoliko sekundi',\n ss: translator.translate,\n m: translator.translate,\n mm: translator.translate,\n h: translator.translate,\n hh: translator.translate,\n d: 'dan',\n dd: translator.translate,\n M: 'mesec',\n MM: translator.translate,\n y: 'godinu',\n yy: translator.translate,\n },\n dayOfMonthOrdinalParse: /\\d{1,2}\\./,\n ordinal: '%d.',\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 7, // The week that contains Jan 7th is the first week of the year.\n },\n });\n\n return sr;\n\n})));\n","//! moment.js locale configuration\n//! locale : Serbian Cyrillic [sr-cyrl]\n//! author : Milan Janačković<milanjanackovic@gmail.com> : https://github.com/milan-j\n//! author : Stefan Crnjaković <stefan@hotmail.rs> : https://github.com/crnjakovic\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n //! moment.js locale configuration\n\n var translator = {\n words: {\n //Different grammatical cases\n ss: ['секунда', 'секунде', 'секунди'],\n m: ['један минут', 'једне минуте'],\n mm: ['минут', 'минуте', 'минута'],\n h: ['један сат', 'једног сата'],\n hh: ['сат', 'сата', 'сати'],\n dd: ['дан', 'дана', 'дана'],\n MM: ['месец', 'месеца', 'месеци'],\n yy: ['година', 'године', 'година'],\n },\n correctGrammaticalCase: function (number, wordKey) {\n return number === 1\n ? wordKey[0]\n : number >= 2 && number <= 4\n ? wordKey[1]\n : wordKey[2];\n },\n translate: function (number, withoutSuffix, key) {\n var wordKey = translator.words[key];\n if (key.length === 1) {\n return withoutSuffix ? wordKey[0] : wordKey[1];\n } else {\n return (\n number +\n ' ' +\n translator.correctGrammaticalCase(number, wordKey)\n );\n }\n },\n };\n\n var srCyrl = moment.defineLocale('sr-cyrl', {\n months: 'јануар_фебруар_март_април_мај_јун_јул_август_септембар_октобар_новембар_децембар'.split(\n '_'\n ),\n monthsShort: 'јан._феб._мар._апр._мај_јун_јул_авг._сеп._окт._нов._дец.'.split(\n '_'\n ),\n monthsParseExact: true,\n weekdays: 'недеља_понедељак_уторак_среда_четвртак_петак_субота'.split('_'),\n weekdaysShort: 'нед._пон._уто._сре._чет._пет._суб.'.split('_'),\n weekdaysMin: 'не_по_ут_ср_че_пе_су'.split('_'),\n weekdaysParseExact: true,\n longDateFormat: {\n LT: 'H:mm',\n LTS: 'H:mm:ss',\n L: 'D. M. YYYY.',\n LL: 'D. MMMM YYYY.',\n LLL: 'D. MMMM YYYY. H:mm',\n LLLL: 'dddd, D. MMMM YYYY. H:mm',\n },\n calendar: {\n sameDay: '[данас у] LT',\n nextDay: '[сутра у] LT',\n nextWeek: function () {\n switch (this.day()) {\n case 0:\n return '[у] [недељу] [у] LT';\n case 3:\n return '[у] [среду] [у] LT';\n case 6:\n return '[у] [суботу] [у] LT';\n case 1:\n case 2:\n case 4:\n case 5:\n return '[у] dddd [у] LT';\n }\n },\n lastDay: '[јуче у] LT',\n lastWeek: function () {\n var lastWeekDays = [\n '[прошле] [недеље] [у] LT',\n '[прошлог] [понедељка] [у] LT',\n '[прошлог] [уторка] [у] LT',\n '[прошле] [среде] [у] LT',\n '[прошлог] [четвртка] [у] LT',\n '[прошлог] [петка] [у] LT',\n '[прошле] [суботе] [у] LT',\n ];\n return lastWeekDays[this.day()];\n },\n sameElse: 'L',\n },\n relativeTime: {\n future: 'за %s',\n past: 'пре %s',\n s: 'неколико секунди',\n ss: translator.translate,\n m: translator.translate,\n mm: translator.translate,\n h: translator.translate,\n hh: translator.translate,\n d: 'дан',\n dd: translator.translate,\n M: 'месец',\n MM: translator.translate,\n y: 'годину',\n yy: translator.translate,\n },\n dayOfMonthOrdinalParse: /\\d{1,2}\\./,\n ordinal: '%d.',\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 7, // The week that contains Jan 1st is the first week of the year.\n },\n });\n\n return srCyrl;\n\n})));\n","//! moment.js locale configuration\n//! locale : siSwati [ss]\n//! author : Nicolai Davies<mail@nicolai.io> : https://github.com/nicolaidavies\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n //! moment.js locale configuration\n\n var ss = moment.defineLocale('ss', {\n months: \"Bhimbidvwane_Indlovana_Indlov'lenkhulu_Mabasa_Inkhwekhweti_Inhlaba_Kholwane_Ingci_Inyoni_Imphala_Lweti_Ingongoni\".split(\n '_'\n ),\n monthsShort: 'Bhi_Ina_Inu_Mab_Ink_Inh_Kho_Igc_Iny_Imp_Lwe_Igo'.split('_'),\n weekdays: 'Lisontfo_Umsombuluko_Lesibili_Lesitsatfu_Lesine_Lesihlanu_Umgcibelo'.split(\n '_'\n ),\n weekdaysShort: 'Lis_Umb_Lsb_Les_Lsi_Lsh_Umg'.split('_'),\n weekdaysMin: 'Li_Us_Lb_Lt_Ls_Lh_Ug'.split('_'),\n weekdaysParseExact: true,\n longDateFormat: {\n LT: 'h:mm A',\n LTS: 'h:mm:ss A',\n L: 'DD/MM/YYYY',\n LL: 'D MMMM YYYY',\n LLL: 'D MMMM YYYY h:mm A',\n LLLL: 'dddd, D MMMM YYYY h:mm A',\n },\n calendar: {\n sameDay: '[Namuhla nga] LT',\n nextDay: '[Kusasa nga] LT',\n nextWeek: 'dddd [nga] LT',\n lastDay: '[Itolo nga] LT',\n lastWeek: 'dddd [leliphelile] [nga] LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: 'nga %s',\n past: 'wenteka nga %s',\n s: 'emizuzwana lomcane',\n ss: '%d mzuzwana',\n m: 'umzuzu',\n mm: '%d emizuzu',\n h: 'lihora',\n hh: '%d emahora',\n d: 'lilanga',\n dd: '%d emalanga',\n M: 'inyanga',\n MM: '%d tinyanga',\n y: 'umnyaka',\n yy: '%d iminyaka',\n },\n meridiemParse: /ekuseni|emini|entsambama|ebusuku/,\n meridiem: function (hours, minutes, isLower) {\n if (hours < 11) {\n return 'ekuseni';\n } else if (hours < 15) {\n return 'emini';\n } else if (hours < 19) {\n return 'entsambama';\n } else {\n return 'ebusuku';\n }\n },\n meridiemHour: function (hour, meridiem) {\n if (hour === 12) {\n hour = 0;\n }\n if (meridiem === 'ekuseni') {\n return hour;\n } else if (meridiem === 'emini') {\n return hour >= 11 ? hour : hour + 12;\n } else if (meridiem === 'entsambama' || meridiem === 'ebusuku') {\n if (hour === 0) {\n return 0;\n }\n return hour + 12;\n }\n },\n dayOfMonthOrdinalParse: /\\d{1,2}/,\n ordinal: '%d',\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 4, // The week that contains Jan 4th is the first week of the year.\n },\n });\n\n return ss;\n\n})));\n","//! moment.js locale configuration\n//! locale : Swedish [sv]\n//! author : Jens Alm : https://github.com/ulmus\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n //! moment.js locale configuration\n\n var sv = moment.defineLocale('sv', {\n months: 'januari_februari_mars_april_maj_juni_juli_augusti_september_oktober_november_december'.split(\n '_'\n ),\n monthsShort: 'jan_feb_mar_apr_maj_jun_jul_aug_sep_okt_nov_dec'.split('_'),\n weekdays: 'söndag_måndag_tisdag_onsdag_torsdag_fredag_lördag'.split('_'),\n weekdaysShort: 'sön_mån_tis_ons_tor_fre_lör'.split('_'),\n weekdaysMin: 'sö_må_ti_on_to_fr_lö'.split('_'),\n longDateFormat: {\n LT: 'HH:mm',\n LTS: 'HH:mm:ss',\n L: 'YYYY-MM-DD',\n LL: 'D MMMM YYYY',\n LLL: 'D MMMM YYYY [kl.] HH:mm',\n LLLL: 'dddd D MMMM YYYY [kl.] HH:mm',\n lll: 'D MMM YYYY HH:mm',\n llll: 'ddd D MMM YYYY HH:mm',\n },\n calendar: {\n sameDay: '[Idag] LT',\n nextDay: '[Imorgon] LT',\n lastDay: '[Igår] LT',\n nextWeek: '[På] dddd LT',\n lastWeek: '[I] dddd[s] LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: 'om %s',\n past: 'för %s sedan',\n s: 'några sekunder',\n ss: '%d sekunder',\n m: 'en minut',\n mm: '%d minuter',\n h: 'en timme',\n hh: '%d timmar',\n d: 'en dag',\n dd: '%d dagar',\n M: 'en månad',\n MM: '%d månader',\n y: 'ett år',\n yy: '%d år',\n },\n dayOfMonthOrdinalParse: /\\d{1,2}(\\:e|\\:a)/,\n ordinal: function (number) {\n var b = number % 10,\n output =\n ~~((number % 100) / 10) === 1\n ? ':e'\n : b === 1\n ? ':a'\n : b === 2\n ? ':a'\n : b === 3\n ? ':e'\n : ':e';\n return number + output;\n },\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 4, // The week that contains Jan 4th is the first week of the year.\n },\n });\n\n return sv;\n\n})));\n","//! moment.js locale configuration\n//! locale : Swahili [sw]\n//! author : Fahad Kassim : https://github.com/fadsel\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n //! moment.js locale configuration\n\n var sw = moment.defineLocale('sw', {\n months: 'Januari_Februari_Machi_Aprili_Mei_Juni_Julai_Agosti_Septemba_Oktoba_Novemba_Desemba'.split(\n '_'\n ),\n monthsShort: 'Jan_Feb_Mac_Apr_Mei_Jun_Jul_Ago_Sep_Okt_Nov_Des'.split('_'),\n weekdays: 'Jumapili_Jumatatu_Jumanne_Jumatano_Alhamisi_Ijumaa_Jumamosi'.split(\n '_'\n ),\n weekdaysShort: 'Jpl_Jtat_Jnne_Jtan_Alh_Ijm_Jmos'.split('_'),\n weekdaysMin: 'J2_J3_J4_J5_Al_Ij_J1'.split('_'),\n weekdaysParseExact: true,\n longDateFormat: {\n LT: 'hh:mm A',\n LTS: 'HH:mm:ss',\n L: 'DD.MM.YYYY',\n LL: 'D MMMM YYYY',\n LLL: 'D MMMM YYYY HH:mm',\n LLLL: 'dddd, D MMMM YYYY HH:mm',\n },\n calendar: {\n sameDay: '[leo saa] LT',\n nextDay: '[kesho saa] LT',\n nextWeek: '[wiki ijayo] dddd [saat] LT',\n lastDay: '[jana] LT',\n lastWeek: '[wiki iliyopita] dddd [saat] LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: '%s baadaye',\n past: 'tokea %s',\n s: 'hivi punde',\n ss: 'sekunde %d',\n m: 'dakika moja',\n mm: 'dakika %d',\n h: 'saa limoja',\n hh: 'masaa %d',\n d: 'siku moja',\n dd: 'siku %d',\n M: 'mwezi mmoja',\n MM: 'miezi %d',\n y: 'mwaka mmoja',\n yy: 'miaka %d',\n },\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 7, // The week that contains Jan 7th is the first week of the year.\n },\n });\n\n return sw;\n\n})));\n","//! moment.js locale configuration\n//! locale : Tamil [ta]\n//! author : Arjunkumar Krishnamoorthy : https://github.com/tk120404\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n //! moment.js locale configuration\n\n var symbolMap = {\n 1: '௧',\n 2: '௨',\n 3: '௩',\n 4: '௪',\n 5: '௫',\n 6: '௬',\n 7: '௭',\n 8: '௮',\n 9: '௯',\n 0: '௦',\n },\n numberMap = {\n '௧': '1',\n '௨': '2',\n '௩': '3',\n '௪': '4',\n '௫': '5',\n '௬': '6',\n '௭': '7',\n '௮': '8',\n '௯': '9',\n '௦': '0',\n };\n\n var ta = moment.defineLocale('ta', {\n months: 'ஜனவரி_பிப்ரவரி_மார்ச்_ஏப்ரல்_மே_ஜூன்_ஜூலை_ஆகஸ்ட்_செப்டெம்பர்_அக்டோபர்_நவம்பர்_டிசம்பர்'.split(\n '_'\n ),\n monthsShort: 'ஜனவரி_பிப்ரவரி_மார்ச்_ஏப்ரல்_மே_ஜூன்_ஜூலை_ஆகஸ்ட்_செப்டெம்பர்_அக்டோபர்_நவம்பர்_டிசம்பர்'.split(\n '_'\n ),\n weekdays: 'ஞாயிற்றுக்கிழமை_திங்கட்கிழமை_செவ்வாய்கிழமை_புதன்கிழமை_வியாழக்கிழமை_வெள்ளிக்கிழமை_சனிக்கிழமை'.split(\n '_'\n ),\n weekdaysShort: 'ஞாயிறு_திங்கள்_செவ்வாய்_புதன்_வியாழன்_வெள்ளி_சனி'.split(\n '_'\n ),\n weekdaysMin: 'ஞா_தி_செ_பு_வி_வெ_ச'.split('_'),\n longDateFormat: {\n LT: 'HH:mm',\n LTS: 'HH:mm:ss',\n L: 'DD/MM/YYYY',\n LL: 'D MMMM YYYY',\n LLL: 'D MMMM YYYY, HH:mm',\n LLLL: 'dddd, D MMMM YYYY, HH:mm',\n },\n calendar: {\n sameDay: '[இன்று] LT',\n nextDay: '[நாளை] LT',\n nextWeek: 'dddd, LT',\n lastDay: '[நேற்று] LT',\n lastWeek: '[கடந்த வாரம்] dddd, LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: '%s இல்',\n past: '%s முன்',\n s: 'ஒரு சில விநாடிகள்',\n ss: '%d விநாடிகள்',\n m: 'ஒரு நிமிடம்',\n mm: '%d நிமிடங்கள்',\n h: 'ஒரு மணி நேரம்',\n hh: '%d மணி நேரம்',\n d: 'ஒரு நாள்',\n dd: '%d நாட்கள்',\n M: 'ஒரு மாதம்',\n MM: '%d மாதங்கள்',\n y: 'ஒரு வருடம்',\n yy: '%d ஆண்டுகள்',\n },\n dayOfMonthOrdinalParse: /\\d{1,2}வது/,\n ordinal: function (number) {\n return number + 'வது';\n },\n preparse: function (string) {\n return string.replace(/[௧௨௩௪௫௬௭௮௯௦]/g, function (match) {\n return numberMap[match];\n });\n },\n postformat: function (string) {\n return string.replace(/\\d/g, function (match) {\n return symbolMap[match];\n });\n },\n // refer http://ta.wikipedia.org/s/1er1\n meridiemParse: /யாமம்|வைகறை|காலை|நண்பகல்|எற்பாடு|மாலை/,\n meridiem: function (hour, minute, isLower) {\n if (hour < 2) {\n return ' யாமம்';\n } else if (hour < 6) {\n return ' வைகறை'; // வைகறை\n } else if (hour < 10) {\n return ' காலை'; // காலை\n } else if (hour < 14) {\n return ' நண்பகல்'; // நண்பகல்\n } else if (hour < 18) {\n return ' எற்பாடு'; // எற்பாடு\n } else if (hour < 22) {\n return ' மாலை'; // மாலை\n } else {\n return ' யாமம்';\n }\n },\n meridiemHour: function (hour, meridiem) {\n if (hour === 12) {\n hour = 0;\n }\n if (meridiem === 'யாமம்') {\n return hour < 2 ? hour : hour + 12;\n } else if (meridiem === 'வைகறை' || meridiem === 'காலை') {\n return hour;\n } else if (meridiem === 'நண்பகல்') {\n return hour >= 10 ? hour : hour + 12;\n } else {\n return hour + 12;\n }\n },\n week: {\n dow: 0, // Sunday is the first day of the week.\n doy: 6, // The week that contains Jan 6th is the first week of the year.\n },\n });\n\n return ta;\n\n})));\n","//! moment.js locale configuration\n//! locale : Telugu [te]\n//! author : Krishna Chaitanya Thota : https://github.com/kcthota\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n //! moment.js locale configuration\n\n var te = moment.defineLocale('te', {\n months: 'జనవరి_ఫిబ్రవరి_మార్చి_ఏప్రిల్_మే_జూన్_జులై_ఆగస్టు_సెప్టెంబర్_అక్టోబర్_నవంబర్_డిసెంబర్'.split(\n '_'\n ),\n monthsShort: 'జన._ఫిబ్ర._మార్చి_ఏప్రి._మే_జూన్_జులై_ఆగ._సెప్._అక్టో._నవ._డిసె.'.split(\n '_'\n ),\n monthsParseExact: true,\n weekdays: 'ఆదివారం_సోమవారం_మంగళవారం_బుధవారం_గురువారం_శుక్రవారం_శనివారం'.split(\n '_'\n ),\n weekdaysShort: 'ఆది_సోమ_మంగళ_బుధ_గురు_శుక్ర_శని'.split('_'),\n weekdaysMin: 'ఆ_సో_మం_బు_గు_శు_శ'.split('_'),\n longDateFormat: {\n LT: 'A h:mm',\n LTS: 'A h:mm:ss',\n L: 'DD/MM/YYYY',\n LL: 'D MMMM YYYY',\n LLL: 'D MMMM YYYY, A h:mm',\n LLLL: 'dddd, D MMMM YYYY, A h:mm',\n },\n calendar: {\n sameDay: '[నేడు] LT',\n nextDay: '[రేపు] LT',\n nextWeek: 'dddd, LT',\n lastDay: '[నిన్న] LT',\n lastWeek: '[గత] dddd, LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: '%s లో',\n past: '%s క్రితం',\n s: 'కొన్ని క్షణాలు',\n ss: '%d సెకన్లు',\n m: 'ఒక నిమిషం',\n mm: '%d నిమిషాలు',\n h: 'ఒక గంట',\n hh: '%d గంటలు',\n d: 'ఒక రోజు',\n dd: '%d రోజులు',\n M: 'ఒక నెల',\n MM: '%d నెలలు',\n y: 'ఒక సంవత్సరం',\n yy: '%d సంవత్సరాలు',\n },\n dayOfMonthOrdinalParse: /\\d{1,2}వ/,\n ordinal: '%dవ',\n meridiemParse: /రాత్రి|ఉదయం|మధ్యాహ్నం|సాయంత్రం/,\n meridiemHour: function (hour, meridiem) {\n if (hour === 12) {\n hour = 0;\n }\n if (meridiem === 'రాత్రి') {\n return hour < 4 ? hour : hour + 12;\n } else if (meridiem === 'ఉదయం') {\n return hour;\n } else if (meridiem === 'మధ్యాహ్నం') {\n return hour >= 10 ? hour : hour + 12;\n } else if (meridiem === 'సాయంత్రం') {\n return hour + 12;\n }\n },\n meridiem: function (hour, minute, isLower) {\n if (hour < 4) {\n return 'రాత్రి';\n } else if (hour < 10) {\n return 'ఉదయం';\n } else if (hour < 17) {\n return 'మధ్యాహ్నం';\n } else if (hour < 20) {\n return 'సాయంత్రం';\n } else {\n return 'రాత్రి';\n }\n },\n week: {\n dow: 0, // Sunday is the first day of the week.\n doy: 6, // The week that contains Jan 6th is the first week of the year.\n },\n });\n\n return te;\n\n})));\n","//! moment.js locale configuration\n//! locale : Tetun Dili (East Timor) [tet]\n//! author : Joshua Brooks : https://github.com/joshbrooks\n//! author : Onorio De J. Afonso : https://github.com/marobo\n//! author : Sonia Simoes : https://github.com/soniasimoes\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n //! moment.js locale configuration\n\n var tet = moment.defineLocale('tet', {\n months: 'Janeiru_Fevereiru_Marsu_Abril_Maiu_Juñu_Jullu_Agustu_Setembru_Outubru_Novembru_Dezembru'.split(\n '_'\n ),\n monthsShort: 'Jan_Fev_Mar_Abr_Mai_Jun_Jul_Ago_Set_Out_Nov_Dez'.split('_'),\n weekdays: 'Domingu_Segunda_Tersa_Kuarta_Kinta_Sesta_Sabadu'.split('_'),\n weekdaysShort: 'Dom_Seg_Ters_Kua_Kint_Sest_Sab'.split('_'),\n weekdaysMin: 'Do_Seg_Te_Ku_Ki_Ses_Sa'.split('_'),\n longDateFormat: {\n LT: 'HH:mm',\n LTS: 'HH:mm:ss',\n L: 'DD/MM/YYYY',\n LL: 'D MMMM YYYY',\n LLL: 'D MMMM YYYY HH:mm',\n LLLL: 'dddd, D MMMM YYYY HH:mm',\n },\n calendar: {\n sameDay: '[Ohin iha] LT',\n nextDay: '[Aban iha] LT',\n nextWeek: 'dddd [iha] LT',\n lastDay: '[Horiseik iha] LT',\n lastWeek: 'dddd [semana kotuk] [iha] LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: 'iha %s',\n past: '%s liuba',\n s: 'segundu balun',\n ss: 'segundu %d',\n m: 'minutu ida',\n mm: 'minutu %d',\n h: 'oras ida',\n hh: 'oras %d',\n d: 'loron ida',\n dd: 'loron %d',\n M: 'fulan ida',\n MM: 'fulan %d',\n y: 'tinan ida',\n yy: 'tinan %d',\n },\n dayOfMonthOrdinalParse: /\\d{1,2}(st|nd|rd|th)/,\n ordinal: function (number) {\n var b = number % 10,\n output =\n ~~((number % 100) / 10) === 1\n ? 'th'\n : b === 1\n ? 'st'\n : b === 2\n ? 'nd'\n : b === 3\n ? 'rd'\n : 'th';\n return number + output;\n },\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 4, // The week that contains Jan 4th is the first week of the year.\n },\n });\n\n return tet;\n\n})));\n","//! moment.js locale configuration\n//! locale : Tajik [tg]\n//! author : Orif N. Jr. : https://github.com/orif-jr\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n //! moment.js locale configuration\n\n var suffixes = {\n 0: '-ум',\n 1: '-ум',\n 2: '-юм',\n 3: '-юм',\n 4: '-ум',\n 5: '-ум',\n 6: '-ум',\n 7: '-ум',\n 8: '-ум',\n 9: '-ум',\n 10: '-ум',\n 12: '-ум',\n 13: '-ум',\n 20: '-ум',\n 30: '-юм',\n 40: '-ум',\n 50: '-ум',\n 60: '-ум',\n 70: '-ум',\n 80: '-ум',\n 90: '-ум',\n 100: '-ум',\n };\n\n var tg = moment.defineLocale('tg', {\n months: {\n format: 'январи_феврали_марти_апрели_майи_июни_июли_августи_сентябри_октябри_ноябри_декабри'.split(\n '_'\n ),\n standalone: 'январ_феврал_март_апрел_май_июн_июл_август_сентябр_октябр_ноябр_декабр'.split(\n '_'\n ),\n },\n monthsShort: 'янв_фев_мар_апр_май_июн_июл_авг_сен_окт_ноя_дек'.split('_'),\n weekdays: 'якшанбе_душанбе_сешанбе_чоршанбе_панҷшанбе_ҷумъа_шанбе'.split(\n '_'\n ),\n weekdaysShort: 'яшб_дшб_сшб_чшб_пшб_ҷум_шнб'.split('_'),\n weekdaysMin: 'яш_дш_сш_чш_пш_ҷм_шб'.split('_'),\n longDateFormat: {\n LT: 'HH:mm',\n LTS: 'HH:mm:ss',\n L: 'DD.MM.YYYY',\n LL: 'D MMMM YYYY',\n LLL: 'D MMMM YYYY HH:mm',\n LLLL: 'dddd, D MMMM YYYY HH:mm',\n },\n calendar: {\n sameDay: '[Имрӯз соати] LT',\n nextDay: '[Фардо соати] LT',\n lastDay: '[Дирӯз соати] LT',\n nextWeek: 'dddd[и] [ҳафтаи оянда соати] LT',\n lastWeek: 'dddd[и] [ҳафтаи гузашта соати] LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: 'баъди %s',\n past: '%s пеш',\n s: 'якчанд сония',\n m: 'як дақиқа',\n mm: '%d дақиқа',\n h: 'як соат',\n hh: '%d соат',\n d: 'як рӯз',\n dd: '%d рӯз',\n M: 'як моҳ',\n MM: '%d моҳ',\n y: 'як сол',\n yy: '%d сол',\n },\n meridiemParse: /шаб|субҳ|рӯз|бегоҳ/,\n meridiemHour: function (hour, meridiem) {\n if (hour === 12) {\n hour = 0;\n }\n if (meridiem === 'шаб') {\n return hour < 4 ? hour : hour + 12;\n } else if (meridiem === 'субҳ') {\n return hour;\n } else if (meridiem === 'рӯз') {\n return hour >= 11 ? hour : hour + 12;\n } else if (meridiem === 'бегоҳ') {\n return hour + 12;\n }\n },\n meridiem: function (hour, minute, isLower) {\n if (hour < 4) {\n return 'шаб';\n } else if (hour < 11) {\n return 'субҳ';\n } else if (hour < 16) {\n return 'рӯз';\n } else if (hour < 19) {\n return 'бегоҳ';\n } else {\n return 'шаб';\n }\n },\n dayOfMonthOrdinalParse: /\\d{1,2}-(ум|юм)/,\n ordinal: function (number) {\n var a = number % 10,\n b = number >= 100 ? 100 : null;\n return number + (suffixes[number] || suffixes[a] || suffixes[b]);\n },\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 7, // The week that contains Jan 1th is the first week of the year.\n },\n });\n\n return tg;\n\n})));\n","//! moment.js locale configuration\n//! locale : Thai [th]\n//! author : Kridsada Thanabulpong : https://github.com/sirn\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n //! moment.js locale configuration\n\n var th = moment.defineLocale('th', {\n months: 'มกราคม_กุมภาพันธ์_มีนาคม_เมษายน_พฤษภาคม_มิถุนายน_กรกฎาคม_สิงหาคม_กันยายน_ตุลาคม_พฤศจิกายน_ธันวาคม'.split(\n '_'\n ),\n monthsShort: 'ม.ค._ก.พ._มี.ค._เม.ย._พ.ค._มิ.ย._ก.ค._ส.ค._ก.ย._ต.ค._พ.ย._ธ.ค.'.split(\n '_'\n ),\n monthsParseExact: true,\n weekdays: 'อาทิตย์_จันทร์_อังคาร_พุธ_พฤหัสบดี_ศุกร์_เสาร์'.split('_'),\n weekdaysShort: 'อาทิตย์_จันทร์_อังคาร_พุธ_พฤหัส_ศุกร์_เสาร์'.split('_'), // yes, three characters difference\n weekdaysMin: 'อา._จ._อ._พ._พฤ._ศ._ส.'.split('_'),\n weekdaysParseExact: true,\n longDateFormat: {\n LT: 'H:mm',\n LTS: 'H:mm:ss',\n L: 'DD/MM/YYYY',\n LL: 'D MMMM YYYY',\n LLL: 'D MMMM YYYY เวลา H:mm',\n LLLL: 'วันddddที่ D MMMM YYYY เวลา H:mm',\n },\n meridiemParse: /ก่อนเที่ยง|หลังเที่ยง/,\n isPM: function (input) {\n return input === 'หลังเที่ยง';\n },\n meridiem: function (hour, minute, isLower) {\n if (hour < 12) {\n return 'ก่อนเที่ยง';\n } else {\n return 'หลังเที่ยง';\n }\n },\n calendar: {\n sameDay: '[วันนี้ เวลา] LT',\n nextDay: '[พรุ่งนี้ เวลา] LT',\n nextWeek: 'dddd[หน้า เวลา] LT',\n lastDay: '[เมื่อวานนี้ เวลา] LT',\n lastWeek: '[วัน]dddd[ที่แล้ว เวลา] LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: 'อีก %s',\n past: '%sที่แล้ว',\n s: 'ไม่กี่วินาที',\n ss: '%d วินาที',\n m: '1 นาที',\n mm: '%d นาที',\n h: '1 ชั่วโมง',\n hh: '%d ชั่วโมง',\n d: '1 วัน',\n dd: '%d วัน',\n w: '1 สัปดาห์',\n ww: '%d สัปดาห์',\n M: '1 เดือน',\n MM: '%d เดือน',\n y: '1 ปี',\n yy: '%d ปี',\n },\n });\n\n return th;\n\n})));\n","//! moment.js locale configuration\n//! locale : Turkmen [tk]\n//! author : Atamyrat Abdyrahmanov : https://github.com/atamyratabdy\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n //! moment.js locale configuration\n\n var suffixes = {\n 1: \"'inji\",\n 5: \"'inji\",\n 8: \"'inji\",\n 70: \"'inji\",\n 80: \"'inji\",\n 2: \"'nji\",\n 7: \"'nji\",\n 20: \"'nji\",\n 50: \"'nji\",\n 3: \"'ünji\",\n 4: \"'ünji\",\n 100: \"'ünji\",\n 6: \"'njy\",\n 9: \"'unjy\",\n 10: \"'unjy\",\n 30: \"'unjy\",\n 60: \"'ynjy\",\n 90: \"'ynjy\",\n };\n\n var tk = moment.defineLocale('tk', {\n months: 'Ýanwar_Fewral_Mart_Aprel_Maý_Iýun_Iýul_Awgust_Sentýabr_Oktýabr_Noýabr_Dekabr'.split(\n '_'\n ),\n monthsShort: 'Ýan_Few_Mar_Apr_Maý_Iýn_Iýl_Awg_Sen_Okt_Noý_Dek'.split('_'),\n weekdays: 'Ýekşenbe_Duşenbe_Sişenbe_Çarşenbe_Penşenbe_Anna_Şenbe'.split(\n '_'\n ),\n weekdaysShort: 'Ýek_Duş_Siş_Çar_Pen_Ann_Şen'.split('_'),\n weekdaysMin: 'Ýk_Dş_Sş_Çr_Pn_An_Şn'.split('_'),\n longDateFormat: {\n LT: 'HH:mm',\n LTS: 'HH:mm:ss',\n L: 'DD.MM.YYYY',\n LL: 'D MMMM YYYY',\n LLL: 'D MMMM YYYY HH:mm',\n LLLL: 'dddd, D MMMM YYYY HH:mm',\n },\n calendar: {\n sameDay: '[bugün sagat] LT',\n nextDay: '[ertir sagat] LT',\n nextWeek: '[indiki] dddd [sagat] LT',\n lastDay: '[düýn] LT',\n lastWeek: '[geçen] dddd [sagat] LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: '%s soň',\n past: '%s öň',\n s: 'birnäçe sekunt',\n m: 'bir minut',\n mm: '%d minut',\n h: 'bir sagat',\n hh: '%d sagat',\n d: 'bir gün',\n dd: '%d gün',\n M: 'bir aý',\n MM: '%d aý',\n y: 'bir ýyl',\n yy: '%d ýyl',\n },\n ordinal: function (number, period) {\n switch (period) {\n case 'd':\n case 'D':\n case 'Do':\n case 'DD':\n return number;\n default:\n if (number === 0) {\n // special case for zero\n return number + \"'unjy\";\n }\n var a = number % 10,\n b = (number % 100) - a,\n c = number >= 100 ? 100 : null;\n return number + (suffixes[a] || suffixes[b] || suffixes[c]);\n }\n },\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 7, // The week that contains Jan 7th is the first week of the year.\n },\n });\n\n return tk;\n\n})));\n","//! moment.js locale configuration\n//! locale : Tagalog (Philippines) [tl-ph]\n//! author : Dan Hagman : https://github.com/hagmandan\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n //! moment.js locale configuration\n\n var tlPh = moment.defineLocale('tl-ph', {\n months: 'Enero_Pebrero_Marso_Abril_Mayo_Hunyo_Hulyo_Agosto_Setyembre_Oktubre_Nobyembre_Disyembre'.split(\n '_'\n ),\n monthsShort: 'Ene_Peb_Mar_Abr_May_Hun_Hul_Ago_Set_Okt_Nob_Dis'.split('_'),\n weekdays: 'Linggo_Lunes_Martes_Miyerkules_Huwebes_Biyernes_Sabado'.split(\n '_'\n ),\n weekdaysShort: 'Lin_Lun_Mar_Miy_Huw_Biy_Sab'.split('_'),\n weekdaysMin: 'Li_Lu_Ma_Mi_Hu_Bi_Sab'.split('_'),\n longDateFormat: {\n LT: 'HH:mm',\n LTS: 'HH:mm:ss',\n L: 'MM/D/YYYY',\n LL: 'MMMM D, YYYY',\n LLL: 'MMMM D, YYYY HH:mm',\n LLLL: 'dddd, MMMM DD, YYYY HH:mm',\n },\n calendar: {\n sameDay: 'LT [ngayong araw]',\n nextDay: '[Bukas ng] LT',\n nextWeek: 'LT [sa susunod na] dddd',\n lastDay: 'LT [kahapon]',\n lastWeek: 'LT [noong nakaraang] dddd',\n sameElse: 'L',\n },\n relativeTime: {\n future: 'sa loob ng %s',\n past: '%s ang nakalipas',\n s: 'ilang segundo',\n ss: '%d segundo',\n m: 'isang minuto',\n mm: '%d minuto',\n h: 'isang oras',\n hh: '%d oras',\n d: 'isang araw',\n dd: '%d araw',\n M: 'isang buwan',\n MM: '%d buwan',\n y: 'isang taon',\n yy: '%d taon',\n },\n dayOfMonthOrdinalParse: /\\d{1,2}/,\n ordinal: function (number) {\n return number;\n },\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 4, // The week that contains Jan 4th is the first week of the year.\n },\n });\n\n return tlPh;\n\n})));\n","//! moment.js locale configuration\n//! locale : Klingon [tlh]\n//! author : Dominika Kruk : https://github.com/amaranthrose\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n //! moment.js locale configuration\n\n var numbersNouns = 'pagh_wa’_cha’_wej_loS_vagh_jav_Soch_chorgh_Hut'.split('_');\n\n function translateFuture(output) {\n var time = output;\n time =\n output.indexOf('jaj') !== -1\n ? time.slice(0, -3) + 'leS'\n : output.indexOf('jar') !== -1\n ? time.slice(0, -3) + 'waQ'\n : output.indexOf('DIS') !== -1\n ? time.slice(0, -3) + 'nem'\n : time + ' pIq';\n return time;\n }\n\n function translatePast(output) {\n var time = output;\n time =\n output.indexOf('jaj') !== -1\n ? time.slice(0, -3) + 'Hu’'\n : output.indexOf('jar') !== -1\n ? time.slice(0, -3) + 'wen'\n : output.indexOf('DIS') !== -1\n ? time.slice(0, -3) + 'ben'\n : time + ' ret';\n return time;\n }\n\n function translate(number, withoutSuffix, string, isFuture) {\n var numberNoun = numberAsNoun(number);\n switch (string) {\n case 'ss':\n return numberNoun + ' lup';\n case 'mm':\n return numberNoun + ' tup';\n case 'hh':\n return numberNoun + ' rep';\n case 'dd':\n return numberNoun + ' jaj';\n case 'MM':\n return numberNoun + ' jar';\n case 'yy':\n return numberNoun + ' DIS';\n }\n }\n\n function numberAsNoun(number) {\n var hundred = Math.floor((number % 1000) / 100),\n ten = Math.floor((number % 100) / 10),\n one = number % 10,\n word = '';\n if (hundred > 0) {\n word += numbersNouns[hundred] + 'vatlh';\n }\n if (ten > 0) {\n word += (word !== '' ? ' ' : '') + numbersNouns[ten] + 'maH';\n }\n if (one > 0) {\n word += (word !== '' ? ' ' : '') + numbersNouns[one];\n }\n return word === '' ? 'pagh' : word;\n }\n\n var tlh = moment.defineLocale('tlh', {\n months: 'tera’ jar wa’_tera’ jar cha’_tera’ jar wej_tera’ jar loS_tera’ jar vagh_tera’ jar jav_tera’ jar Soch_tera’ jar chorgh_tera’ jar Hut_tera’ jar wa’maH_tera’ jar wa’maH wa’_tera’ jar wa’maH cha’'.split(\n '_'\n ),\n monthsShort: 'jar wa’_jar cha’_jar wej_jar loS_jar vagh_jar jav_jar Soch_jar chorgh_jar Hut_jar wa’maH_jar wa’maH wa’_jar wa’maH cha’'.split(\n '_'\n ),\n monthsParseExact: true,\n weekdays: 'lojmItjaj_DaSjaj_povjaj_ghItlhjaj_loghjaj_buqjaj_ghInjaj'.split(\n '_'\n ),\n weekdaysShort: 'lojmItjaj_DaSjaj_povjaj_ghItlhjaj_loghjaj_buqjaj_ghInjaj'.split(\n '_'\n ),\n weekdaysMin: 'lojmItjaj_DaSjaj_povjaj_ghItlhjaj_loghjaj_buqjaj_ghInjaj'.split(\n '_'\n ),\n longDateFormat: {\n LT: 'HH:mm',\n LTS: 'HH:mm:ss',\n L: 'DD.MM.YYYY',\n LL: 'D MMMM YYYY',\n LLL: 'D MMMM YYYY HH:mm',\n LLLL: 'dddd, D MMMM YYYY HH:mm',\n },\n calendar: {\n sameDay: '[DaHjaj] LT',\n nextDay: '[wa’leS] LT',\n nextWeek: 'LLL',\n lastDay: '[wa’Hu’] LT',\n lastWeek: 'LLL',\n sameElse: 'L',\n },\n relativeTime: {\n future: translateFuture,\n past: translatePast,\n s: 'puS lup',\n ss: translate,\n m: 'wa’ tup',\n mm: translate,\n h: 'wa’ rep',\n hh: translate,\n d: 'wa’ jaj',\n dd: translate,\n M: 'wa’ jar',\n MM: translate,\n y: 'wa’ DIS',\n yy: translate,\n },\n dayOfMonthOrdinalParse: /\\d{1,2}\\./,\n ordinal: '%d.',\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 4, // The week that contains Jan 4th is the first week of the year.\n },\n });\n\n return tlh;\n\n})));\n","//! moment.js locale configuration\n//! locale : Turkish [tr]\n//! authors : Erhan Gundogan : https://github.com/erhangundogan,\n//! Burak Yiğit Kaya: https://github.com/BYK\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n //! moment.js locale configuration\n\n var suffixes = {\n 1: \"'inci\",\n 5: \"'inci\",\n 8: \"'inci\",\n 70: \"'inci\",\n 80: \"'inci\",\n 2: \"'nci\",\n 7: \"'nci\",\n 20: \"'nci\",\n 50: \"'nci\",\n 3: \"'üncü\",\n 4: \"'üncü\",\n 100: \"'üncü\",\n 6: \"'ncı\",\n 9: \"'uncu\",\n 10: \"'uncu\",\n 30: \"'uncu\",\n 60: \"'ıncı\",\n 90: \"'ıncı\",\n };\n\n var tr = moment.defineLocale('tr', {\n months: 'Ocak_Şubat_Mart_Nisan_Mayıs_Haziran_Temmuz_Ağustos_Eylül_Ekim_Kasım_Aralık'.split(\n '_'\n ),\n monthsShort: 'Oca_Şub_Mar_Nis_May_Haz_Tem_Ağu_Eyl_Eki_Kas_Ara'.split('_'),\n weekdays: 'Pazar_Pazartesi_Salı_Çarşamba_Perşembe_Cuma_Cumartesi'.split(\n '_'\n ),\n weekdaysShort: 'Paz_Pts_Sal_Çar_Per_Cum_Cts'.split('_'),\n weekdaysMin: 'Pz_Pt_Sa_Ça_Pe_Cu_Ct'.split('_'),\n meridiem: function (hours, minutes, isLower) {\n if (hours < 12) {\n return isLower ? 'öö' : 'ÖÖ';\n } else {\n return isLower ? 'ös' : 'ÖS';\n }\n },\n meridiemParse: /öö|ÖÖ|ös|ÖS/,\n isPM: function (input) {\n return input === 'ös' || input === 'ÖS';\n },\n longDateFormat: {\n LT: 'HH:mm',\n LTS: 'HH:mm:ss',\n L: 'DD.MM.YYYY',\n LL: 'D MMMM YYYY',\n LLL: 'D MMMM YYYY HH:mm',\n LLLL: 'dddd, D MMMM YYYY HH:mm',\n },\n calendar: {\n sameDay: '[bugün saat] LT',\n nextDay: '[yarın saat] LT',\n nextWeek: '[gelecek] dddd [saat] LT',\n lastDay: '[dün] LT',\n lastWeek: '[geçen] dddd [saat] LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: '%s sonra',\n past: '%s önce',\n s: 'birkaç saniye',\n ss: '%d saniye',\n m: 'bir dakika',\n mm: '%d dakika',\n h: 'bir saat',\n hh: '%d saat',\n d: 'bir gün',\n dd: '%d gün',\n w: 'bir hafta',\n ww: '%d hafta',\n M: 'bir ay',\n MM: '%d ay',\n y: 'bir yıl',\n yy: '%d yıl',\n },\n ordinal: function (number, period) {\n switch (period) {\n case 'd':\n case 'D':\n case 'Do':\n case 'DD':\n return number;\n default:\n if (number === 0) {\n // special case for zero\n return number + \"'ıncı\";\n }\n var a = number % 10,\n b = (number % 100) - a,\n c = number >= 100 ? 100 : null;\n return number + (suffixes[a] || suffixes[b] || suffixes[c]);\n }\n },\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 7, // The week that contains Jan 7th is the first week of the year.\n },\n });\n\n return tr;\n\n})));\n","//! moment.js locale configuration\n//! locale : Talossan [tzl]\n//! author : Robin van der Vliet : https://github.com/robin0van0der0v\n//! author : Iustì Canun\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n //! moment.js locale configuration\n\n // After the year there should be a slash and the amount of years since December 26, 1979 in Roman numerals.\n // This is currently too difficult (maybe even impossible) to add.\n var tzl = moment.defineLocale('tzl', {\n months: 'Januar_Fevraglh_Març_Avrïu_Mai_Gün_Julia_Guscht_Setemvar_Listopäts_Noemvar_Zecemvar'.split(\n '_'\n ),\n monthsShort: 'Jan_Fev_Mar_Avr_Mai_Gün_Jul_Gus_Set_Lis_Noe_Zec'.split('_'),\n weekdays: 'Súladi_Lúneçi_Maitzi_Márcuri_Xhúadi_Viénerçi_Sáturi'.split('_'),\n weekdaysShort: 'Súl_Lún_Mai_Már_Xhú_Vié_Sát'.split('_'),\n weekdaysMin: 'Sú_Lú_Ma_Má_Xh_Vi_Sá'.split('_'),\n longDateFormat: {\n LT: 'HH.mm',\n LTS: 'HH.mm.ss',\n L: 'DD.MM.YYYY',\n LL: 'D. MMMM [dallas] YYYY',\n LLL: 'D. MMMM [dallas] YYYY HH.mm',\n LLLL: 'dddd, [li] D. MMMM [dallas] YYYY HH.mm',\n },\n meridiemParse: /d\\'o|d\\'a/i,\n isPM: function (input) {\n return \"d'o\" === input.toLowerCase();\n },\n meridiem: function (hours, minutes, isLower) {\n if (hours > 11) {\n return isLower ? \"d'o\" : \"D'O\";\n } else {\n return isLower ? \"d'a\" : \"D'A\";\n }\n },\n calendar: {\n sameDay: '[oxhi à] LT',\n nextDay: '[demà à] LT',\n nextWeek: 'dddd [à] LT',\n lastDay: '[ieiri à] LT',\n lastWeek: '[sür el] dddd [lasteu à] LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: 'osprei %s',\n past: 'ja%s',\n s: processRelativeTime,\n ss: processRelativeTime,\n m: processRelativeTime,\n mm: processRelativeTime,\n h: processRelativeTime,\n hh: processRelativeTime,\n d: processRelativeTime,\n dd: processRelativeTime,\n M: processRelativeTime,\n MM: processRelativeTime,\n y: processRelativeTime,\n yy: processRelativeTime,\n },\n dayOfMonthOrdinalParse: /\\d{1,2}\\./,\n ordinal: '%d.',\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 4, // The week that contains Jan 4th is the first week of the year.\n },\n });\n\n function processRelativeTime(number, withoutSuffix, key, isFuture) {\n var format = {\n s: ['viensas secunds', \"'iensas secunds\"],\n ss: [number + ' secunds', '' + number + ' secunds'],\n m: [\"'n míut\", \"'iens míut\"],\n mm: [number + ' míuts', '' + number + ' míuts'],\n h: [\"'n þora\", \"'iensa þora\"],\n hh: [number + ' þoras', '' + number + ' þoras'],\n d: [\"'n ziua\", \"'iensa ziua\"],\n dd: [number + ' ziuas', '' + number + ' ziuas'],\n M: [\"'n mes\", \"'iens mes\"],\n MM: [number + ' mesen', '' + number + ' mesen'],\n y: [\"'n ar\", \"'iens ar\"],\n yy: [number + ' ars', '' + number + ' ars'],\n };\n return isFuture\n ? format[key][0]\n : withoutSuffix\n ? format[key][0]\n : format[key][1];\n }\n\n return tzl;\n\n})));\n","//! moment.js locale configuration\n//! locale : Central Atlas Tamazight [tzm]\n//! author : Abdel Said : https://github.com/abdelsaid\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n //! moment.js locale configuration\n\n var tzm = moment.defineLocale('tzm', {\n months: 'ⵉⵏⵏⴰⵢⵔ_ⴱⵕⴰⵢⵕ_ⵎⴰⵕⵚ_ⵉⴱⵔⵉⵔ_ⵎⴰⵢⵢⵓ_ⵢⵓⵏⵢⵓ_ⵢⵓⵍⵢⵓⵣ_ⵖⵓⵛⵜ_ⵛⵓⵜⴰⵏⴱⵉⵔ_ⴽⵟⵓⴱⵕ_ⵏⵓⵡⴰⵏⴱⵉⵔ_ⴷⵓⵊⵏⴱⵉⵔ'.split(\n '_'\n ),\n monthsShort: 'ⵉⵏⵏⴰⵢⵔ_ⴱⵕⴰⵢⵕ_ⵎⴰⵕⵚ_ⵉⴱⵔⵉⵔ_ⵎⴰⵢⵢⵓ_ⵢⵓⵏⵢⵓ_ⵢⵓⵍⵢⵓⵣ_ⵖⵓⵛⵜ_ⵛⵓⵜⴰⵏⴱⵉⵔ_ⴽⵟⵓⴱⵕ_ⵏⵓⵡⴰⵏⴱⵉⵔ_ⴷⵓⵊⵏⴱⵉⵔ'.split(\n '_'\n ),\n weekdays: 'ⴰⵙⴰⵎⴰⵙ_ⴰⵢⵏⴰⵙ_ⴰⵙⵉⵏⴰⵙ_ⴰⴽⵔⴰⵙ_ⴰⴽⵡⴰⵙ_ⴰⵙⵉⵎⵡⴰⵙ_ⴰⵙⵉⴹⵢⴰⵙ'.split('_'),\n weekdaysShort: 'ⴰⵙⴰⵎⴰⵙ_ⴰⵢⵏⴰⵙ_ⴰⵙⵉⵏⴰⵙ_ⴰⴽⵔⴰⵙ_ⴰⴽⵡⴰⵙ_ⴰⵙⵉⵎⵡⴰⵙ_ⴰⵙⵉⴹⵢⴰⵙ'.split('_'),\n weekdaysMin: 'ⴰⵙⴰⵎⴰⵙ_ⴰⵢⵏⴰⵙ_ⴰⵙⵉⵏⴰⵙ_ⴰⴽⵔⴰⵙ_ⴰⴽⵡⴰⵙ_ⴰⵙⵉⵎⵡⴰⵙ_ⴰⵙⵉⴹⵢⴰⵙ'.split('_'),\n longDateFormat: {\n LT: 'HH:mm',\n LTS: 'HH:mm:ss',\n L: 'DD/MM/YYYY',\n LL: 'D MMMM YYYY',\n LLL: 'D MMMM YYYY HH:mm',\n LLLL: 'dddd D MMMM YYYY HH:mm',\n },\n calendar: {\n sameDay: '[ⴰⵙⴷⵅ ⴴ] LT',\n nextDay: '[ⴰⵙⴽⴰ ⴴ] LT',\n nextWeek: 'dddd [ⴴ] LT',\n lastDay: '[ⴰⵚⴰⵏⵜ ⴴ] LT',\n lastWeek: 'dddd [ⴴ] LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: 'ⴷⴰⴷⵅ ⵙ ⵢⴰⵏ %s',\n past: 'ⵢⴰⵏ %s',\n s: 'ⵉⵎⵉⴽ',\n ss: '%d ⵉⵎⵉⴽ',\n m: 'ⵎⵉⵏⵓⴺ',\n mm: '%d ⵎⵉⵏⵓⴺ',\n h: 'ⵙⴰⵄⴰ',\n hh: '%d ⵜⴰⵙⵙⴰⵄⵉⵏ',\n d: 'ⴰⵙⵙ',\n dd: '%d oⵙⵙⴰⵏ',\n M: 'ⴰⵢoⵓⵔ',\n MM: '%d ⵉⵢⵢⵉⵔⵏ',\n y: 'ⴰⵙⴳⴰⵙ',\n yy: '%d ⵉⵙⴳⴰⵙⵏ',\n },\n week: {\n dow: 6, // Saturday is the first day of the week.\n doy: 12, // The week that contains Jan 12th is the first week of the year.\n },\n });\n\n return tzm;\n\n})));\n","//! moment.js locale configuration\n//! locale : Central Atlas Tamazight Latin [tzm-latn]\n//! author : Abdel Said : https://github.com/abdelsaid\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n //! moment.js locale configuration\n\n var tzmLatn = moment.defineLocale('tzm-latn', {\n months: 'innayr_brˤayrˤ_marˤsˤ_ibrir_mayyw_ywnyw_ywlywz_ɣwšt_šwtanbir_ktˤwbrˤ_nwwanbir_dwjnbir'.split(\n '_'\n ),\n monthsShort: 'innayr_brˤayrˤ_marˤsˤ_ibrir_mayyw_ywnyw_ywlywz_ɣwšt_šwtanbir_ktˤwbrˤ_nwwanbir_dwjnbir'.split(\n '_'\n ),\n weekdays: 'asamas_aynas_asinas_akras_akwas_asimwas_asiḍyas'.split('_'),\n weekdaysShort: 'asamas_aynas_asinas_akras_akwas_asimwas_asiḍyas'.split('_'),\n weekdaysMin: 'asamas_aynas_asinas_akras_akwas_asimwas_asiḍyas'.split('_'),\n longDateFormat: {\n LT: 'HH:mm',\n LTS: 'HH:mm:ss',\n L: 'DD/MM/YYYY',\n LL: 'D MMMM YYYY',\n LLL: 'D MMMM YYYY HH:mm',\n LLLL: 'dddd D MMMM YYYY HH:mm',\n },\n calendar: {\n sameDay: '[asdkh g] LT',\n nextDay: '[aska g] LT',\n nextWeek: 'dddd [g] LT',\n lastDay: '[assant g] LT',\n lastWeek: 'dddd [g] LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: 'dadkh s yan %s',\n past: 'yan %s',\n s: 'imik',\n ss: '%d imik',\n m: 'minuḍ',\n mm: '%d minuḍ',\n h: 'saɛa',\n hh: '%d tassaɛin',\n d: 'ass',\n dd: '%d ossan',\n M: 'ayowr',\n MM: '%d iyyirn',\n y: 'asgas',\n yy: '%d isgasn',\n },\n week: {\n dow: 6, // Saturday is the first day of the week.\n doy: 12, // The week that contains Jan 12th is the first week of the year.\n },\n });\n\n return tzmLatn;\n\n})));\n","//! moment.js locale configuration\n//! locale : Uyghur (China) [ug-cn]\n//! author: boyaq : https://github.com/boyaq\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n //! moment.js locale configuration\n\n var ugCn = moment.defineLocale('ug-cn', {\n months: 'يانۋار_فېۋرال_مارت_ئاپرېل_ماي_ئىيۇن_ئىيۇل_ئاۋغۇست_سېنتەبىر_ئۆكتەبىر_نويابىر_دېكابىر'.split(\n '_'\n ),\n monthsShort: 'يانۋار_فېۋرال_مارت_ئاپرېل_ماي_ئىيۇن_ئىيۇل_ئاۋغۇست_سېنتەبىر_ئۆكتەبىر_نويابىر_دېكابىر'.split(\n '_'\n ),\n weekdays: 'يەكشەنبە_دۈشەنبە_سەيشەنبە_چارشەنبە_پەيشەنبە_جۈمە_شەنبە'.split(\n '_'\n ),\n weekdaysShort: 'يە_دۈ_سە_چا_پە_جۈ_شە'.split('_'),\n weekdaysMin: 'يە_دۈ_سە_چا_پە_جۈ_شە'.split('_'),\n longDateFormat: {\n LT: 'HH:mm',\n LTS: 'HH:mm:ss',\n L: 'YYYY-MM-DD',\n LL: 'YYYY-يىلىM-ئاينىڭD-كۈنى',\n LLL: 'YYYY-يىلىM-ئاينىڭD-كۈنى، HH:mm',\n LLLL: 'dddd، YYYY-يىلىM-ئاينىڭD-كۈنى، HH:mm',\n },\n meridiemParse: /يېرىم كېچە|سەھەر|چۈشتىن بۇرۇن|چۈش|چۈشتىن كېيىن|كەچ/,\n meridiemHour: function (hour, meridiem) {\n if (hour === 12) {\n hour = 0;\n }\n if (\n meridiem === 'يېرىم كېچە' ||\n meridiem === 'سەھەر' ||\n meridiem === 'چۈشتىن بۇرۇن'\n ) {\n return hour;\n } else if (meridiem === 'چۈشتىن كېيىن' || meridiem === 'كەچ') {\n return hour + 12;\n } else {\n return hour >= 11 ? hour : hour + 12;\n }\n },\n meridiem: function (hour, minute, isLower) {\n var hm = hour * 100 + minute;\n if (hm < 600) {\n return 'يېرىم كېچە';\n } else if (hm < 900) {\n return 'سەھەر';\n } else if (hm < 1130) {\n return 'چۈشتىن بۇرۇن';\n } else if (hm < 1230) {\n return 'چۈش';\n } else if (hm < 1800) {\n return 'چۈشتىن كېيىن';\n } else {\n return 'كەچ';\n }\n },\n calendar: {\n sameDay: '[بۈگۈن سائەت] LT',\n nextDay: '[ئەتە سائەت] LT',\n nextWeek: '[كېلەركى] dddd [سائەت] LT',\n lastDay: '[تۆنۈگۈن] LT',\n lastWeek: '[ئالدىنقى] dddd [سائەت] LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: '%s كېيىن',\n past: '%s بۇرۇن',\n s: 'نەچچە سېكونت',\n ss: '%d سېكونت',\n m: 'بىر مىنۇت',\n mm: '%d مىنۇت',\n h: 'بىر سائەت',\n hh: '%d سائەت',\n d: 'بىر كۈن',\n dd: '%d كۈن',\n M: 'بىر ئاي',\n MM: '%d ئاي',\n y: 'بىر يىل',\n yy: '%d يىل',\n },\n\n dayOfMonthOrdinalParse: /\\d{1,2}(-كۈنى|-ئاي|-ھەپتە)/,\n ordinal: function (number, period) {\n switch (period) {\n case 'd':\n case 'D':\n case 'DDD':\n return number + '-كۈنى';\n case 'w':\n case 'W':\n return number + '-ھەپتە';\n default:\n return number;\n }\n },\n preparse: function (string) {\n return string.replace(/،/g, ',');\n },\n postformat: function (string) {\n return string.replace(/,/g, '،');\n },\n week: {\n // GB/T 7408-1994《数据元和交换格式·信息交换·日期和时间表示法》与ISO 8601:1988等效\n dow: 1, // Monday is the first day of the week.\n doy: 7, // The week that contains Jan 1st is the first week of the year.\n },\n });\n\n return ugCn;\n\n})));\n","//! moment.js locale configuration\n//! locale : Ukrainian [uk]\n//! author : zemlanin : https://github.com/zemlanin\n//! Author : Menelion Elensúle : https://github.com/Oire\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n //! moment.js locale configuration\n\n function plural(word, num) {\n var forms = word.split('_');\n return num % 10 === 1 && num % 100 !== 11\n ? forms[0]\n : num % 10 >= 2 && num % 10 <= 4 && (num % 100 < 10 || num % 100 >= 20)\n ? forms[1]\n : forms[2];\n }\n function relativeTimeWithPlural(number, withoutSuffix, key) {\n var format = {\n ss: withoutSuffix ? 'секунда_секунди_секунд' : 'секунду_секунди_секунд',\n mm: withoutSuffix ? 'хвилина_хвилини_хвилин' : 'хвилину_хвилини_хвилин',\n hh: withoutSuffix ? 'година_години_годин' : 'годину_години_годин',\n dd: 'день_дні_днів',\n MM: 'місяць_місяці_місяців',\n yy: 'рік_роки_років',\n };\n if (key === 'm') {\n return withoutSuffix ? 'хвилина' : 'хвилину';\n } else if (key === 'h') {\n return withoutSuffix ? 'година' : 'годину';\n } else {\n return number + ' ' + plural(format[key], +number);\n }\n }\n function weekdaysCaseReplace(m, format) {\n var weekdays = {\n nominative: 'неділя_понеділок_вівторок_середа_четвер_п’ятниця_субота'.split(\n '_'\n ),\n accusative: 'неділю_понеділок_вівторок_середу_четвер_п’ятницю_суботу'.split(\n '_'\n ),\n genitive: 'неділі_понеділка_вівторка_середи_четверга_п’ятниці_суботи'.split(\n '_'\n ),\n },\n nounCase;\n\n if (m === true) {\n return weekdays['nominative']\n .slice(1, 7)\n .concat(weekdays['nominative'].slice(0, 1));\n }\n if (!m) {\n return weekdays['nominative'];\n }\n\n nounCase = /(\\[[ВвУу]\\]) ?dddd/.test(format)\n ? 'accusative'\n : /\\[?(?:минулої|наступної)? ?\\] ?dddd/.test(format)\n ? 'genitive'\n : 'nominative';\n return weekdays[nounCase][m.day()];\n }\n function processHoursFunction(str) {\n return function () {\n return str + 'о' + (this.hours() === 11 ? 'б' : '') + '] LT';\n };\n }\n\n var uk = moment.defineLocale('uk', {\n months: {\n format: 'січня_лютого_березня_квітня_травня_червня_липня_серпня_вересня_жовтня_листопада_грудня'.split(\n '_'\n ),\n standalone: 'січень_лютий_березень_квітень_травень_червень_липень_серпень_вересень_жовтень_листопад_грудень'.split(\n '_'\n ),\n },\n monthsShort: 'січ_лют_бер_квіт_трав_черв_лип_серп_вер_жовт_лист_груд'.split(\n '_'\n ),\n weekdays: weekdaysCaseReplace,\n weekdaysShort: 'нд_пн_вт_ср_чт_пт_сб'.split('_'),\n weekdaysMin: 'нд_пн_вт_ср_чт_пт_сб'.split('_'),\n longDateFormat: {\n LT: 'HH:mm',\n LTS: 'HH:mm:ss',\n L: 'DD.MM.YYYY',\n LL: 'D MMMM YYYY р.',\n LLL: 'D MMMM YYYY р., HH:mm',\n LLLL: 'dddd, D MMMM YYYY р., HH:mm',\n },\n calendar: {\n sameDay: processHoursFunction('[Сьогодні '),\n nextDay: processHoursFunction('[Завтра '),\n lastDay: processHoursFunction('[Вчора '),\n nextWeek: processHoursFunction('[У] dddd ['),\n lastWeek: function () {\n switch (this.day()) {\n case 0:\n case 3:\n case 5:\n case 6:\n return processHoursFunction('[Минулої] dddd [').call(this);\n case 1:\n case 2:\n case 4:\n return processHoursFunction('[Минулого] dddd [').call(this);\n }\n },\n sameElse: 'L',\n },\n relativeTime: {\n future: 'за %s',\n past: '%s тому',\n s: 'декілька секунд',\n ss: relativeTimeWithPlural,\n m: relativeTimeWithPlural,\n mm: relativeTimeWithPlural,\n h: 'годину',\n hh: relativeTimeWithPlural,\n d: 'день',\n dd: relativeTimeWithPlural,\n M: 'місяць',\n MM: relativeTimeWithPlural,\n y: 'рік',\n yy: relativeTimeWithPlural,\n },\n // M. E.: those two are virtually unused but a user might want to implement them for his/her website for some reason\n meridiemParse: /ночі|ранку|дня|вечора/,\n isPM: function (input) {\n return /^(дня|вечора)$/.test(input);\n },\n meridiem: function (hour, minute, isLower) {\n if (hour < 4) {\n return 'ночі';\n } else if (hour < 12) {\n return 'ранку';\n } else if (hour < 17) {\n return 'дня';\n } else {\n return 'вечора';\n }\n },\n dayOfMonthOrdinalParse: /\\d{1,2}-(й|го)/,\n ordinal: function (number, period) {\n switch (period) {\n case 'M':\n case 'd':\n case 'DDD':\n case 'w':\n case 'W':\n return number + '-й';\n case 'D':\n return number + '-го';\n default:\n return number;\n }\n },\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 7, // The week that contains Jan 7th is the first week of the year.\n },\n });\n\n return uk;\n\n})));\n","//! moment.js locale configuration\n//! locale : Urdu [ur]\n//! author : Sawood Alam : https://github.com/ibnesayeed\n//! author : Zack : https://github.com/ZackVision\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n //! moment.js locale configuration\n\n var months = [\n 'جنوری',\n 'فروری',\n 'مارچ',\n 'اپریل',\n 'مئی',\n 'جون',\n 'جولائی',\n 'اگست',\n 'ستمبر',\n 'اکتوبر',\n 'نومبر',\n 'دسمبر',\n ],\n days = ['اتوار', 'پیر', 'منگل', 'بدھ', 'جمعرات', 'جمعہ', 'ہفتہ'];\n\n var ur = moment.defineLocale('ur', {\n months: months,\n monthsShort: months,\n weekdays: days,\n weekdaysShort: days,\n weekdaysMin: days,\n longDateFormat: {\n LT: 'HH:mm',\n LTS: 'HH:mm:ss',\n L: 'DD/MM/YYYY',\n LL: 'D MMMM YYYY',\n LLL: 'D MMMM YYYY HH:mm',\n LLLL: 'dddd، D MMMM YYYY HH:mm',\n },\n meridiemParse: /صبح|شام/,\n isPM: function (input) {\n return 'شام' === input;\n },\n meridiem: function (hour, minute, isLower) {\n if (hour < 12) {\n return 'صبح';\n }\n return 'شام';\n },\n calendar: {\n sameDay: '[آج بوقت] LT',\n nextDay: '[کل بوقت] LT',\n nextWeek: 'dddd [بوقت] LT',\n lastDay: '[گذشتہ روز بوقت] LT',\n lastWeek: '[گذشتہ] dddd [بوقت] LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: '%s بعد',\n past: '%s قبل',\n s: 'چند سیکنڈ',\n ss: '%d سیکنڈ',\n m: 'ایک منٹ',\n mm: '%d منٹ',\n h: 'ایک گھنٹہ',\n hh: '%d گھنٹے',\n d: 'ایک دن',\n dd: '%d دن',\n M: 'ایک ماہ',\n MM: '%d ماہ',\n y: 'ایک سال',\n yy: '%d سال',\n },\n preparse: function (string) {\n return string.replace(/،/g, ',');\n },\n postformat: function (string) {\n return string.replace(/,/g, '،');\n },\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 4, // The week that contains Jan 4th is the first week of the year.\n },\n });\n\n return ur;\n\n})));\n","//! moment.js locale configuration\n//! locale : Uzbek [uz]\n//! author : Sardor Muminov : https://github.com/muminoff\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n //! moment.js locale configuration\n\n var uz = moment.defineLocale('uz', {\n months: 'январ_феврал_март_апрел_май_июн_июл_август_сентябр_октябр_ноябр_декабр'.split(\n '_'\n ),\n monthsShort: 'янв_фев_мар_апр_май_июн_июл_авг_сен_окт_ноя_дек'.split('_'),\n weekdays: 'Якшанба_Душанба_Сешанба_Чоршанба_Пайшанба_Жума_Шанба'.split('_'),\n weekdaysShort: 'Якш_Душ_Сеш_Чор_Пай_Жум_Шан'.split('_'),\n weekdaysMin: 'Як_Ду_Се_Чо_Па_Жу_Ша'.split('_'),\n longDateFormat: {\n LT: 'HH:mm',\n LTS: 'HH:mm:ss',\n L: 'DD/MM/YYYY',\n LL: 'D MMMM YYYY',\n LLL: 'D MMMM YYYY HH:mm',\n LLLL: 'D MMMM YYYY, dddd HH:mm',\n },\n calendar: {\n sameDay: '[Бугун соат] LT [да]',\n nextDay: '[Эртага] LT [да]',\n nextWeek: 'dddd [куни соат] LT [да]',\n lastDay: '[Кеча соат] LT [да]',\n lastWeek: '[Утган] dddd [куни соат] LT [да]',\n sameElse: 'L',\n },\n relativeTime: {\n future: 'Якин %s ичида',\n past: 'Бир неча %s олдин',\n s: 'фурсат',\n ss: '%d фурсат',\n m: 'бир дакика',\n mm: '%d дакика',\n h: 'бир соат',\n hh: '%d соат',\n d: 'бир кун',\n dd: '%d кун',\n M: 'бир ой',\n MM: '%d ой',\n y: 'бир йил',\n yy: '%d йил',\n },\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 7, // The week that contains Jan 4th is the first week of the year.\n },\n });\n\n return uz;\n\n})));\n","//! moment.js locale configuration\n//! locale : Uzbek Latin [uz-latn]\n//! author : Rasulbek Mirzayev : github.com/Rasulbeeek\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n //! moment.js locale configuration\n\n var uzLatn = moment.defineLocale('uz-latn', {\n months: 'Yanvar_Fevral_Mart_Aprel_May_Iyun_Iyul_Avgust_Sentabr_Oktabr_Noyabr_Dekabr'.split(\n '_'\n ),\n monthsShort: 'Yan_Fev_Mar_Apr_May_Iyun_Iyul_Avg_Sen_Okt_Noy_Dek'.split('_'),\n weekdays: 'Yakshanba_Dushanba_Seshanba_Chorshanba_Payshanba_Juma_Shanba'.split(\n '_'\n ),\n weekdaysShort: 'Yak_Dush_Sesh_Chor_Pay_Jum_Shan'.split('_'),\n weekdaysMin: 'Ya_Du_Se_Cho_Pa_Ju_Sha'.split('_'),\n longDateFormat: {\n LT: 'HH:mm',\n LTS: 'HH:mm:ss',\n L: 'DD/MM/YYYY',\n LL: 'D MMMM YYYY',\n LLL: 'D MMMM YYYY HH:mm',\n LLLL: 'D MMMM YYYY, dddd HH:mm',\n },\n calendar: {\n sameDay: '[Bugun soat] LT [da]',\n nextDay: '[Ertaga] LT [da]',\n nextWeek: 'dddd [kuni soat] LT [da]',\n lastDay: '[Kecha soat] LT [da]',\n lastWeek: \"[O'tgan] dddd [kuni soat] LT [da]\",\n sameElse: 'L',\n },\n relativeTime: {\n future: 'Yaqin %s ichida',\n past: 'Bir necha %s oldin',\n s: 'soniya',\n ss: '%d soniya',\n m: 'bir daqiqa',\n mm: '%d daqiqa',\n h: 'bir soat',\n hh: '%d soat',\n d: 'bir kun',\n dd: '%d kun',\n M: 'bir oy',\n MM: '%d oy',\n y: 'bir yil',\n yy: '%d yil',\n },\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 7, // The week that contains Jan 7th is the first week of the year.\n },\n });\n\n return uzLatn;\n\n})));\n","//! moment.js locale configuration\n//! locale : Vietnamese [vi]\n//! author : Bang Nguyen : https://github.com/bangnk\n//! author : Chien Kira : https://github.com/chienkira\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n //! moment.js locale configuration\n\n var vi = moment.defineLocale('vi', {\n months: 'tháng 1_tháng 2_tháng 3_tháng 4_tháng 5_tháng 6_tháng 7_tháng 8_tháng 9_tháng 10_tháng 11_tháng 12'.split(\n '_'\n ),\n monthsShort: 'Thg 01_Thg 02_Thg 03_Thg 04_Thg 05_Thg 06_Thg 07_Thg 08_Thg 09_Thg 10_Thg 11_Thg 12'.split(\n '_'\n ),\n monthsParseExact: true,\n weekdays: 'chủ nhật_thứ hai_thứ ba_thứ tư_thứ năm_thứ sáu_thứ bảy'.split(\n '_'\n ),\n weekdaysShort: 'CN_T2_T3_T4_T5_T6_T7'.split('_'),\n weekdaysMin: 'CN_T2_T3_T4_T5_T6_T7'.split('_'),\n weekdaysParseExact: true,\n meridiemParse: /sa|ch/i,\n isPM: function (input) {\n return /^ch$/i.test(input);\n },\n meridiem: function (hours, minutes, isLower) {\n if (hours < 12) {\n return isLower ? 'sa' : 'SA';\n } else {\n return isLower ? 'ch' : 'CH';\n }\n },\n longDateFormat: {\n LT: 'HH:mm',\n LTS: 'HH:mm:ss',\n L: 'DD/MM/YYYY',\n LL: 'D MMMM [năm] YYYY',\n LLL: 'D MMMM [năm] YYYY HH:mm',\n LLLL: 'dddd, D MMMM [năm] YYYY HH:mm',\n l: 'DD/M/YYYY',\n ll: 'D MMM YYYY',\n lll: 'D MMM YYYY HH:mm',\n llll: 'ddd, D MMM YYYY HH:mm',\n },\n calendar: {\n sameDay: '[Hôm nay lúc] LT',\n nextDay: '[Ngày mai lúc] LT',\n nextWeek: 'dddd [tuần tới lúc] LT',\n lastDay: '[Hôm qua lúc] LT',\n lastWeek: 'dddd [tuần trước lúc] LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: '%s tới',\n past: '%s trước',\n s: 'vài giây',\n ss: '%d giây',\n m: 'một phút',\n mm: '%d phút',\n h: 'một giờ',\n hh: '%d giờ',\n d: 'một ngày',\n dd: '%d ngày',\n w: 'một tuần',\n ww: '%d tuần',\n M: 'một tháng',\n MM: '%d tháng',\n y: 'một năm',\n yy: '%d năm',\n },\n dayOfMonthOrdinalParse: /\\d{1,2}/,\n ordinal: function (number) {\n return number;\n },\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 4, // The week that contains Jan 4th is the first week of the year.\n },\n });\n\n return vi;\n\n})));\n","//! moment.js locale configuration\n//! locale : Pseudo [x-pseudo]\n//! author : Andrew Hood : https://github.com/andrewhood125\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n //! moment.js locale configuration\n\n var xPseudo = moment.defineLocale('x-pseudo', {\n months: 'J~áñúá~rý_F~ébrú~árý_~Márc~h_Áp~ríl_~Máý_~Júñé~_Júl~ý_Áú~gúst~_Sép~témb~ér_Ó~ctób~ér_Ñ~óvém~bér_~Décé~mbér'.split(\n '_'\n ),\n monthsShort: 'J~áñ_~Féb_~Már_~Ápr_~Máý_~Júñ_~Júl_~Áúg_~Sép_~Óct_~Ñóv_~Déc'.split(\n '_'\n ),\n monthsParseExact: true,\n weekdays: 'S~úñdá~ý_Mó~ñdáý~_Túé~sdáý~_Wéd~ñésd~áý_T~húrs~dáý_~Fríd~áý_S~átúr~dáý'.split(\n '_'\n ),\n weekdaysShort: 'S~úñ_~Móñ_~Túé_~Wéd_~Thú_~Frí_~Sát'.split('_'),\n weekdaysMin: 'S~ú_Mó~_Tú_~Wé_T~h_Fr~_Sá'.split('_'),\n weekdaysParseExact: true,\n longDateFormat: {\n LT: 'HH:mm',\n L: 'DD/MM/YYYY',\n LL: 'D MMMM YYYY',\n LLL: 'D MMMM YYYY HH:mm',\n LLLL: 'dddd, D MMMM YYYY HH:mm',\n },\n calendar: {\n sameDay: '[T~ódá~ý át] LT',\n nextDay: '[T~ómó~rró~w át] LT',\n nextWeek: 'dddd [át] LT',\n lastDay: '[Ý~ést~érdá~ý át] LT',\n lastWeek: '[L~ást] dddd [át] LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: 'í~ñ %s',\n past: '%s á~gó',\n s: 'á ~féw ~sécó~ñds',\n ss: '%d s~écóñ~ds',\n m: 'á ~míñ~úté',\n mm: '%d m~íñú~tés',\n h: 'á~ñ hó~úr',\n hh: '%d h~óúrs',\n d: 'á ~dáý',\n dd: '%d d~áýs',\n M: 'á ~móñ~th',\n MM: '%d m~óñt~hs',\n y: 'á ~ýéár',\n yy: '%d ý~éárs',\n },\n dayOfMonthOrdinalParse: /\\d{1,2}(th|st|nd|rd)/,\n ordinal: function (number) {\n var b = number % 10,\n output =\n ~~((number % 100) / 10) === 1\n ? 'th'\n : b === 1\n ? 'st'\n : b === 2\n ? 'nd'\n : b === 3\n ? 'rd'\n : 'th';\n return number + output;\n },\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 4, // The week that contains Jan 4th is the first week of the year.\n },\n });\n\n return xPseudo;\n\n})));\n","//! moment.js locale configuration\n//! locale : Yoruba Nigeria [yo]\n//! author : Atolagbe Abisoye : https://github.com/andela-batolagbe\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n //! moment.js locale configuration\n\n var yo = moment.defineLocale('yo', {\n months: 'Sẹ́rẹ́_Èrèlè_Ẹrẹ̀nà_Ìgbé_Èbibi_Òkùdu_Agẹmo_Ògún_Owewe_Ọ̀wàrà_Bélú_Ọ̀pẹ̀̀'.split(\n '_'\n ),\n monthsShort: 'Sẹ́r_Èrl_Ẹrn_Ìgb_Èbi_Òkù_Agẹ_Ògú_Owe_Ọ̀wà_Bél_Ọ̀pẹ̀̀'.split('_'),\n weekdays: 'Àìkú_Ajé_Ìsẹ́gun_Ọjọ́rú_Ọjọ́bọ_Ẹtì_Àbámẹ́ta'.split('_'),\n weekdaysShort: 'Àìk_Ajé_Ìsẹ́_Ọjr_Ọjb_Ẹtì_Àbá'.split('_'),\n weekdaysMin: 'Àì_Aj_Ìs_Ọr_Ọb_Ẹt_Àb'.split('_'),\n longDateFormat: {\n LT: 'h:mm A',\n LTS: 'h:mm:ss A',\n L: 'DD/MM/YYYY',\n LL: 'D MMMM YYYY',\n LLL: 'D MMMM YYYY h:mm A',\n LLLL: 'dddd, D MMMM YYYY h:mm A',\n },\n calendar: {\n sameDay: '[Ònì ni] LT',\n nextDay: '[Ọ̀la ni] LT',\n nextWeek: \"dddd [Ọsẹ̀ tón'bọ] [ni] LT\",\n lastDay: '[Àna ni] LT',\n lastWeek: 'dddd [Ọsẹ̀ tólọ́] [ni] LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: 'ní %s',\n past: '%s kọjá',\n s: 'ìsẹjú aayá die',\n ss: 'aayá %d',\n m: 'ìsẹjú kan',\n mm: 'ìsẹjú %d',\n h: 'wákati kan',\n hh: 'wákati %d',\n d: 'ọjọ́ kan',\n dd: 'ọjọ́ %d',\n M: 'osù kan',\n MM: 'osù %d',\n y: 'ọdún kan',\n yy: 'ọdún %d',\n },\n dayOfMonthOrdinalParse: /ọjọ́\\s\\d{1,2}/,\n ordinal: 'ọjọ́ %d',\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 4, // The week that contains Jan 4th is the first week of the year.\n },\n });\n\n return yo;\n\n})));\n","//! moment.js locale configuration\n//! locale : Chinese (China) [zh-cn]\n//! author : suupic : https://github.com/suupic\n//! author : Zeno Zeng : https://github.com/zenozeng\n//! author : uu109 : https://github.com/uu109\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n //! moment.js locale configuration\n\n var zhCn = moment.defineLocale('zh-cn', {\n months: '一月_二月_三月_四月_五月_六月_七月_八月_九月_十月_十一月_十二月'.split(\n '_'\n ),\n monthsShort: '1月_2月_3月_4月_5月_6月_7月_8月_9月_10月_11月_12月'.split(\n '_'\n ),\n weekdays: '星期日_星期一_星期二_星期三_星期四_星期五_星期六'.split('_'),\n weekdaysShort: '周日_周一_周二_周三_周四_周五_周六'.split('_'),\n weekdaysMin: '日_一_二_三_四_五_六'.split('_'),\n longDateFormat: {\n LT: 'HH:mm',\n LTS: 'HH:mm:ss',\n L: 'YYYY/MM/DD',\n LL: 'YYYY年M月D日',\n LLL: 'YYYY年M月D日Ah点mm分',\n LLLL: 'YYYY年M月D日ddddAh点mm分',\n l: 'YYYY/M/D',\n ll: 'YYYY年M月D日',\n lll: 'YYYY年M月D日 HH:mm',\n llll: 'YYYY年M月D日dddd HH:mm',\n },\n meridiemParse: /凌晨|早上|上午|中午|下午|晚上/,\n meridiemHour: function (hour, meridiem) {\n if (hour === 12) {\n hour = 0;\n }\n if (meridiem === '凌晨' || meridiem === '早上' || meridiem === '上午') {\n return hour;\n } else if (meridiem === '下午' || meridiem === '晚上') {\n return hour + 12;\n } else {\n // '中午'\n return hour >= 11 ? hour : hour + 12;\n }\n },\n meridiem: function (hour, minute, isLower) {\n var hm = hour * 100 + minute;\n if (hm < 600) {\n return '凌晨';\n } else if (hm < 900) {\n return '早上';\n } else if (hm < 1130) {\n return '上午';\n } else if (hm < 1230) {\n return '中午';\n } else if (hm < 1800) {\n return '下午';\n } else {\n return '晚上';\n }\n },\n calendar: {\n sameDay: '[今天]LT',\n nextDay: '[明天]LT',\n nextWeek: function (now) {\n if (now.week() !== this.week()) {\n return '[下]dddLT';\n } else {\n return '[本]dddLT';\n }\n },\n lastDay: '[昨天]LT',\n lastWeek: function (now) {\n if (this.week() !== now.week()) {\n return '[上]dddLT';\n } else {\n return '[本]dddLT';\n }\n },\n sameElse: 'L',\n },\n dayOfMonthOrdinalParse: /\\d{1,2}(日|月|周)/,\n ordinal: function (number, period) {\n switch (period) {\n case 'd':\n case 'D':\n case 'DDD':\n return number + '日';\n case 'M':\n return number + '月';\n case 'w':\n case 'W':\n return number + '周';\n default:\n return number;\n }\n },\n relativeTime: {\n future: '%s后',\n past: '%s前',\n s: '几秒',\n ss: '%d 秒',\n m: '1 分钟',\n mm: '%d 分钟',\n h: '1 小时',\n hh: '%d 小时',\n d: '1 天',\n dd: '%d 天',\n w: '1 周',\n ww: '%d 周',\n M: '1 个月',\n MM: '%d 个月',\n y: '1 年',\n yy: '%d 年',\n },\n week: {\n // GB/T 7408-1994《数据元和交换格式·信息交换·日期和时间表示法》与ISO 8601:1988等效\n dow: 1, // Monday is the first day of the week.\n doy: 4, // The week that contains Jan 4th is the first week of the year.\n },\n });\n\n return zhCn;\n\n})));\n","//! moment.js locale configuration\n//! locale : Chinese (Hong Kong) [zh-hk]\n//! author : Ben : https://github.com/ben-lin\n//! author : Chris Lam : https://github.com/hehachris\n//! author : Konstantin : https://github.com/skfd\n//! author : Anthony : https://github.com/anthonylau\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n //! moment.js locale configuration\n\n var zhHk = moment.defineLocale('zh-hk', {\n months: '一月_二月_三月_四月_五月_六月_七月_八月_九月_十月_十一月_十二月'.split(\n '_'\n ),\n monthsShort: '1月_2月_3月_4月_5月_6月_7月_8月_9月_10月_11月_12月'.split(\n '_'\n ),\n weekdays: '星期日_星期一_星期二_星期三_星期四_星期五_星期六'.split('_'),\n weekdaysShort: '週日_週一_週二_週三_週四_週五_週六'.split('_'),\n weekdaysMin: '日_一_二_三_四_五_六'.split('_'),\n longDateFormat: {\n LT: 'HH:mm',\n LTS: 'HH:mm:ss',\n L: 'YYYY/MM/DD',\n LL: 'YYYY年M月D日',\n LLL: 'YYYY年M月D日 HH:mm',\n LLLL: 'YYYY年M月D日dddd HH:mm',\n l: 'YYYY/M/D',\n ll: 'YYYY年M月D日',\n lll: 'YYYY年M月D日 HH:mm',\n llll: 'YYYY年M月D日dddd HH:mm',\n },\n meridiemParse: /凌晨|早上|上午|中午|下午|晚上/,\n meridiemHour: function (hour, meridiem) {\n if (hour === 12) {\n hour = 0;\n }\n if (meridiem === '凌晨' || meridiem === '早上' || meridiem === '上午') {\n return hour;\n } else if (meridiem === '中午') {\n return hour >= 11 ? hour : hour + 12;\n } else if (meridiem === '下午' || meridiem === '晚上') {\n return hour + 12;\n }\n },\n meridiem: function (hour, minute, isLower) {\n var hm = hour * 100 + minute;\n if (hm < 600) {\n return '凌晨';\n } else if (hm < 900) {\n return '早上';\n } else if (hm < 1200) {\n return '上午';\n } else if (hm === 1200) {\n return '中午';\n } else if (hm < 1800) {\n return '下午';\n } else {\n return '晚上';\n }\n },\n calendar: {\n sameDay: '[今天]LT',\n nextDay: '[明天]LT',\n nextWeek: '[下]ddddLT',\n lastDay: '[昨天]LT',\n lastWeek: '[上]ddddLT',\n sameElse: 'L',\n },\n dayOfMonthOrdinalParse: /\\d{1,2}(日|月|週)/,\n ordinal: function (number, period) {\n switch (period) {\n case 'd':\n case 'D':\n case 'DDD':\n return number + '日';\n case 'M':\n return number + '月';\n case 'w':\n case 'W':\n return number + '週';\n default:\n return number;\n }\n },\n relativeTime: {\n future: '%s後',\n past: '%s前',\n s: '幾秒',\n ss: '%d 秒',\n m: '1 分鐘',\n mm: '%d 分鐘',\n h: '1 小時',\n hh: '%d 小時',\n d: '1 天',\n dd: '%d 天',\n M: '1 個月',\n MM: '%d 個月',\n y: '1 年',\n yy: '%d 年',\n },\n });\n\n return zhHk;\n\n})));\n","//! moment.js locale configuration\n//! locale : Chinese (Macau) [zh-mo]\n//! author : Ben : https://github.com/ben-lin\n//! author : Chris Lam : https://github.com/hehachris\n//! author : Tan Yuanhong : https://github.com/le0tan\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n //! moment.js locale configuration\n\n var zhMo = moment.defineLocale('zh-mo', {\n months: '一月_二月_三月_四月_五月_六月_七月_八月_九月_十月_十一月_十二月'.split(\n '_'\n ),\n monthsShort: '1月_2月_3月_4月_5月_6月_7月_8月_9月_10月_11月_12月'.split(\n '_'\n ),\n weekdays: '星期日_星期一_星期二_星期三_星期四_星期五_星期六'.split('_'),\n weekdaysShort: '週日_週一_週二_週三_週四_週五_週六'.split('_'),\n weekdaysMin: '日_一_二_三_四_五_六'.split('_'),\n longDateFormat: {\n LT: 'HH:mm',\n LTS: 'HH:mm:ss',\n L: 'DD/MM/YYYY',\n LL: 'YYYY年M月D日',\n LLL: 'YYYY年M月D日 HH:mm',\n LLLL: 'YYYY年M月D日dddd HH:mm',\n l: 'D/M/YYYY',\n ll: 'YYYY年M月D日',\n lll: 'YYYY年M月D日 HH:mm',\n llll: 'YYYY年M月D日dddd HH:mm',\n },\n meridiemParse: /凌晨|早上|上午|中午|下午|晚上/,\n meridiemHour: function (hour, meridiem) {\n if (hour === 12) {\n hour = 0;\n }\n if (meridiem === '凌晨' || meridiem === '早上' || meridiem === '上午') {\n return hour;\n } else if (meridiem === '中午') {\n return hour >= 11 ? hour : hour + 12;\n } else if (meridiem === '下午' || meridiem === '晚上') {\n return hour + 12;\n }\n },\n meridiem: function (hour, minute, isLower) {\n var hm = hour * 100 + minute;\n if (hm < 600) {\n return '凌晨';\n } else if (hm < 900) {\n return '早上';\n } else if (hm < 1130) {\n return '上午';\n } else if (hm < 1230) {\n return '中午';\n } else if (hm < 1800) {\n return '下午';\n } else {\n return '晚上';\n }\n },\n calendar: {\n sameDay: '[今天] LT',\n nextDay: '[明天] LT',\n nextWeek: '[下]dddd LT',\n lastDay: '[昨天] LT',\n lastWeek: '[上]dddd LT',\n sameElse: 'L',\n },\n dayOfMonthOrdinalParse: /\\d{1,2}(日|月|週)/,\n ordinal: function (number, period) {\n switch (period) {\n case 'd':\n case 'D':\n case 'DDD':\n return number + '日';\n case 'M':\n return number + '月';\n case 'w':\n case 'W':\n return number + '週';\n default:\n return number;\n }\n },\n relativeTime: {\n future: '%s內',\n past: '%s前',\n s: '幾秒',\n ss: '%d 秒',\n m: '1 分鐘',\n mm: '%d 分鐘',\n h: '1 小時',\n hh: '%d 小時',\n d: '1 天',\n dd: '%d 天',\n M: '1 個月',\n MM: '%d 個月',\n y: '1 年',\n yy: '%d 年',\n },\n });\n\n return zhMo;\n\n})));\n","//! moment.js locale configuration\n//! locale : Chinese (Taiwan) [zh-tw]\n//! author : Ben : https://github.com/ben-lin\n//! author : Chris Lam : https://github.com/hehachris\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n //! moment.js locale configuration\n\n var zhTw = moment.defineLocale('zh-tw', {\n months: '一月_二月_三月_四月_五月_六月_七月_八月_九月_十月_十一月_十二月'.split(\n '_'\n ),\n monthsShort: '1月_2月_3月_4月_5月_6月_7月_8月_9月_10月_11月_12月'.split(\n '_'\n ),\n weekdays: '星期日_星期一_星期二_星期三_星期四_星期五_星期六'.split('_'),\n weekdaysShort: '週日_週一_週二_週三_週四_週五_週六'.split('_'),\n weekdaysMin: '日_一_二_三_四_五_六'.split('_'),\n longDateFormat: {\n LT: 'HH:mm',\n LTS: 'HH:mm:ss',\n L: 'YYYY/MM/DD',\n LL: 'YYYY年M月D日',\n LLL: 'YYYY年M月D日 HH:mm',\n LLLL: 'YYYY年M月D日dddd HH:mm',\n l: 'YYYY/M/D',\n ll: 'YYYY年M月D日',\n lll: 'YYYY年M月D日 HH:mm',\n llll: 'YYYY年M月D日dddd HH:mm',\n },\n meridiemParse: /凌晨|早上|上午|中午|下午|晚上/,\n meridiemHour: function (hour, meridiem) {\n if (hour === 12) {\n hour = 0;\n }\n if (meridiem === '凌晨' || meridiem === '早上' || meridiem === '上午') {\n return hour;\n } else if (meridiem === '中午') {\n return hour >= 11 ? hour : hour + 12;\n } else if (meridiem === '下午' || meridiem === '晚上') {\n return hour + 12;\n }\n },\n meridiem: function (hour, minute, isLower) {\n var hm = hour * 100 + minute;\n if (hm < 600) {\n return '凌晨';\n } else if (hm < 900) {\n return '早上';\n } else if (hm < 1130) {\n return '上午';\n } else if (hm < 1230) {\n return '中午';\n } else if (hm < 1800) {\n return '下午';\n } else {\n return '晚上';\n }\n },\n calendar: {\n sameDay: '[今天] LT',\n nextDay: '[明天] LT',\n nextWeek: '[下]dddd LT',\n lastDay: '[昨天] LT',\n lastWeek: '[上]dddd LT',\n sameElse: 'L',\n },\n dayOfMonthOrdinalParse: /\\d{1,2}(日|月|週)/,\n ordinal: function (number, period) {\n switch (period) {\n case 'd':\n case 'D':\n case 'DDD':\n return number + '日';\n case 'M':\n return number + '月';\n case 'w':\n case 'W':\n return number + '週';\n default:\n return number;\n }\n },\n relativeTime: {\n future: '%s後',\n past: '%s前',\n s: '幾秒',\n ss: '%d 秒',\n m: '1 分鐘',\n mm: '%d 分鐘',\n h: '1 小時',\n hh: '%d 小時',\n d: '1 天',\n dd: '%d 天',\n M: '1 個月',\n MM: '%d 個月',\n y: '1 年',\n yy: '%d 年',\n },\n });\n\n return zhTw;\n\n})));\n","'use strict';\nvar toInteger = require('../internals/to-integer');\nvar requireObjectCoercible = require('../internals/require-object-coercible');\n\n// `String.prototype.repeat` method implementation\n// https://tc39.es/ecma262/#sec-string.prototype.repeat\nmodule.exports = function repeat(count) {\n var str = String(requireObjectCoercible(this));\n var result = '';\n var n = toInteger(count);\n if (n < 0 || n == Infinity) throw RangeError('Wrong number of repetitions');\n for (;n > 0; (n >>>= 1) && (str += str)) if (n & 1) result += str;\n return result;\n};\n","'use strict';\nvar $ = require('../internals/export');\nvar global = require('../internals/global');\nvar getBuiltIn = require('../internals/get-built-in');\nvar IS_PURE = require('../internals/is-pure');\nvar DESCRIPTORS = require('../internals/descriptors');\nvar NATIVE_SYMBOL = require('../internals/native-symbol');\nvar USE_SYMBOL_AS_UID = require('../internals/use-symbol-as-uid');\nvar fails = require('../internals/fails');\nvar has = require('../internals/has');\nvar isArray = require('../internals/is-array');\nvar isObject = require('../internals/is-object');\nvar anObject = require('../internals/an-object');\nvar toObject = require('../internals/to-object');\nvar toIndexedObject = require('../internals/to-indexed-object');\nvar toPrimitive = require('../internals/to-primitive');\nvar createPropertyDescriptor = require('../internals/create-property-descriptor');\nvar nativeObjectCreate = require('../internals/object-create');\nvar objectKeys = require('../internals/object-keys');\nvar getOwnPropertyNamesModule = require('../internals/object-get-own-property-names');\nvar getOwnPropertyNamesExternal = require('../internals/object-get-own-property-names-external');\nvar getOwnPropertySymbolsModule = require('../internals/object-get-own-property-symbols');\nvar getOwnPropertyDescriptorModule = require('../internals/object-get-own-property-descriptor');\nvar definePropertyModule = require('../internals/object-define-property');\nvar propertyIsEnumerableModule = require('../internals/object-property-is-enumerable');\nvar createNonEnumerableProperty = require('../internals/create-non-enumerable-property');\nvar redefine = require('../internals/redefine');\nvar shared = require('../internals/shared');\nvar sharedKey = require('../internals/shared-key');\nvar hiddenKeys = require('../internals/hidden-keys');\nvar uid = require('../internals/uid');\nvar wellKnownSymbol = require('../internals/well-known-symbol');\nvar wrappedWellKnownSymbolModule = require('../internals/well-known-symbol-wrapped');\nvar defineWellKnownSymbol = require('../internals/define-well-known-symbol');\nvar setToStringTag = require('../internals/set-to-string-tag');\nvar InternalStateModule = require('../internals/internal-state');\nvar $forEach = require('../internals/array-iteration').forEach;\n\nvar HIDDEN = sharedKey('hidden');\nvar SYMBOL = 'Symbol';\nvar PROTOTYPE = 'prototype';\nvar TO_PRIMITIVE = wellKnownSymbol('toPrimitive');\nvar setInternalState = InternalStateModule.set;\nvar getInternalState = InternalStateModule.getterFor(SYMBOL);\nvar ObjectPrototype = Object[PROTOTYPE];\nvar $Symbol = global.Symbol;\nvar $stringify = getBuiltIn('JSON', 'stringify');\nvar nativeGetOwnPropertyDescriptor = getOwnPropertyDescriptorModule.f;\nvar nativeDefineProperty = definePropertyModule.f;\nvar nativeGetOwnPropertyNames = getOwnPropertyNamesExternal.f;\nvar nativePropertyIsEnumerable = propertyIsEnumerableModule.f;\nvar AllSymbols = shared('symbols');\nvar ObjectPrototypeSymbols = shared('op-symbols');\nvar StringToSymbolRegistry = shared('string-to-symbol-registry');\nvar SymbolToStringRegistry = shared('symbol-to-string-registry');\nvar WellKnownSymbolsStore = shared('wks');\nvar QObject = global.QObject;\n// Don't use setters in Qt Script, https://github.com/zloirock/core-js/issues/173\nvar USE_SETTER = !QObject || !QObject[PROTOTYPE] || !QObject[PROTOTYPE].findChild;\n\n// fallback for old Android, https://code.google.com/p/v8/issues/detail?id=687\nvar setSymbolDescriptor = DESCRIPTORS && fails(function () {\n return nativeObjectCreate(nativeDefineProperty({}, 'a', {\n get: function () { return nativeDefineProperty(this, 'a', { value: 7 }).a; }\n })).a != 7;\n}) ? function (O, P, Attributes) {\n var ObjectPrototypeDescriptor = nativeGetOwnPropertyDescriptor(ObjectPrototype, P);\n if (ObjectPrototypeDescriptor) delete ObjectPrototype[P];\n nativeDefineProperty(O, P, Attributes);\n if (ObjectPrototypeDescriptor && O !== ObjectPrototype) {\n nativeDefineProperty(ObjectPrototype, P, ObjectPrototypeDescriptor);\n }\n} : nativeDefineProperty;\n\nvar wrap = function (tag, description) {\n var symbol = AllSymbols[tag] = nativeObjectCreate($Symbol[PROTOTYPE]);\n setInternalState(symbol, {\n type: SYMBOL,\n tag: tag,\n description: description\n });\n if (!DESCRIPTORS) symbol.description = description;\n return symbol;\n};\n\nvar isSymbol = USE_SYMBOL_AS_UID ? function (it) {\n return typeof it == 'symbol';\n} : function (it) {\n return Object(it) instanceof $Symbol;\n};\n\nvar $defineProperty = function defineProperty(O, P, Attributes) {\n if (O === ObjectPrototype) $defineProperty(ObjectPrototypeSymbols, P, Attributes);\n anObject(O);\n var key = toPrimitive(P, true);\n anObject(Attributes);\n if (has(AllSymbols, key)) {\n if (!Attributes.enumerable) {\n if (!has(O, HIDDEN)) nativeDefineProperty(O, HIDDEN, createPropertyDescriptor(1, {}));\n O[HIDDEN][key] = true;\n } else {\n if (has(O, HIDDEN) && O[HIDDEN][key]) O[HIDDEN][key] = false;\n Attributes = nativeObjectCreate(Attributes, { enumerable: createPropertyDescriptor(0, false) });\n } return setSymbolDescriptor(O, key, Attributes);\n } return nativeDefineProperty(O, key, Attributes);\n};\n\nvar $defineProperties = function defineProperties(O, Properties) {\n anObject(O);\n var properties = toIndexedObject(Properties);\n var keys = objectKeys(properties).concat($getOwnPropertySymbols(properties));\n $forEach(keys, function (key) {\n if (!DESCRIPTORS || $propertyIsEnumerable.call(properties, key)) $defineProperty(O, key, properties[key]);\n });\n return O;\n};\n\nvar $create = function create(O, Properties) {\n return Properties === undefined ? nativeObjectCreate(O) : $defineProperties(nativeObjectCreate(O), Properties);\n};\n\nvar $propertyIsEnumerable = function propertyIsEnumerable(V) {\n var P = toPrimitive(V, true);\n var enumerable = nativePropertyIsEnumerable.call(this, P);\n if (this === ObjectPrototype && has(AllSymbols, P) && !has(ObjectPrototypeSymbols, P)) return false;\n return enumerable || !has(this, P) || !has(AllSymbols, P) || has(this, HIDDEN) && this[HIDDEN][P] ? enumerable : true;\n};\n\nvar $getOwnPropertyDescriptor = function getOwnPropertyDescriptor(O, P) {\n var it = toIndexedObject(O);\n var key = toPrimitive(P, true);\n if (it === ObjectPrototype && has(AllSymbols, key) && !has(ObjectPrototypeSymbols, key)) return;\n var descriptor = nativeGetOwnPropertyDescriptor(it, key);\n if (descriptor && has(AllSymbols, key) && !(has(it, HIDDEN) && it[HIDDEN][key])) {\n descriptor.enumerable = true;\n }\n return descriptor;\n};\n\nvar $getOwnPropertyNames = function getOwnPropertyNames(O) {\n var names = nativeGetOwnPropertyNames(toIndexedObject(O));\n var result = [];\n $forEach(names, function (key) {\n if (!has(AllSymbols, key) && !has(hiddenKeys, key)) result.push(key);\n });\n return result;\n};\n\nvar $getOwnPropertySymbols = function getOwnPropertySymbols(O) {\n var IS_OBJECT_PROTOTYPE = O === ObjectPrototype;\n var names = nativeGetOwnPropertyNames(IS_OBJECT_PROTOTYPE ? ObjectPrototypeSymbols : toIndexedObject(O));\n var result = [];\n $forEach(names, function (key) {\n if (has(AllSymbols, key) && (!IS_OBJECT_PROTOTYPE || has(ObjectPrototype, key))) {\n result.push(AllSymbols[key]);\n }\n });\n return result;\n};\n\n// `Symbol` constructor\n// https://tc39.es/ecma262/#sec-symbol-constructor\nif (!NATIVE_SYMBOL) {\n $Symbol = function Symbol() {\n if (this instanceof $Symbol) throw TypeError('Symbol is not a constructor');\n var description = !arguments.length || arguments[0] === undefined ? undefined : String(arguments[0]);\n var tag = uid(description);\n var setter = function (value) {\n if (this === ObjectPrototype) setter.call(ObjectPrototypeSymbols, value);\n if (has(this, HIDDEN) && has(this[HIDDEN], tag)) this[HIDDEN][tag] = false;\n setSymbolDescriptor(this, tag, createPropertyDescriptor(1, value));\n };\n if (DESCRIPTORS && USE_SETTER) setSymbolDescriptor(ObjectPrototype, tag, { configurable: true, set: setter });\n return wrap(tag, description);\n };\n\n redefine($Symbol[PROTOTYPE], 'toString', function toString() {\n return getInternalState(this).tag;\n });\n\n redefine($Symbol, 'withoutSetter', function (description) {\n return wrap(uid(description), description);\n });\n\n propertyIsEnumerableModule.f = $propertyIsEnumerable;\n definePropertyModule.f = $defineProperty;\n getOwnPropertyDescriptorModule.f = $getOwnPropertyDescriptor;\n getOwnPropertyNamesModule.f = getOwnPropertyNamesExternal.f = $getOwnPropertyNames;\n getOwnPropertySymbolsModule.f = $getOwnPropertySymbols;\n\n wrappedWellKnownSymbolModule.f = function (name) {\n return wrap(wellKnownSymbol(name), name);\n };\n\n if (DESCRIPTORS) {\n // https://github.com/tc39/proposal-Symbol-description\n nativeDefineProperty($Symbol[PROTOTYPE], 'description', {\n configurable: true,\n get: function description() {\n return getInternalState(this).description;\n }\n });\n if (!IS_PURE) {\n redefine(ObjectPrototype, 'propertyIsEnumerable', $propertyIsEnumerable, { unsafe: true });\n }\n }\n}\n\n$({ global: true, wrap: true, forced: !NATIVE_SYMBOL, sham: !NATIVE_SYMBOL }, {\n Symbol: $Symbol\n});\n\n$forEach(objectKeys(WellKnownSymbolsStore), function (name) {\n defineWellKnownSymbol(name);\n});\n\n$({ target: SYMBOL, stat: true, forced: !NATIVE_SYMBOL }, {\n // `Symbol.for` method\n // https://tc39.es/ecma262/#sec-symbol.for\n 'for': function (key) {\n var string = String(key);\n if (has(StringToSymbolRegistry, string)) return StringToSymbolRegistry[string];\n var symbol = $Symbol(string);\n StringToSymbolRegistry[string] = symbol;\n SymbolToStringRegistry[symbol] = string;\n return symbol;\n },\n // `Symbol.keyFor` method\n // https://tc39.es/ecma262/#sec-symbol.keyfor\n keyFor: function keyFor(sym) {\n if (!isSymbol(sym)) throw TypeError(sym + ' is not a symbol');\n if (has(SymbolToStringRegistry, sym)) return SymbolToStringRegistry[sym];\n },\n useSetter: function () { USE_SETTER = true; },\n useSimple: function () { USE_SETTER = false; }\n});\n\n$({ target: 'Object', stat: true, forced: !NATIVE_SYMBOL, sham: !DESCRIPTORS }, {\n // `Object.create` method\n // https://tc39.es/ecma262/#sec-object.create\n create: $create,\n // `Object.defineProperty` method\n // https://tc39.es/ecma262/#sec-object.defineproperty\n defineProperty: $defineProperty,\n // `Object.defineProperties` method\n // https://tc39.es/ecma262/#sec-object.defineproperties\n defineProperties: $defineProperties,\n // `Object.getOwnPropertyDescriptor` method\n // https://tc39.es/ecma262/#sec-object.getownpropertydescriptors\n getOwnPropertyDescriptor: $getOwnPropertyDescriptor\n});\n\n$({ target: 'Object', stat: true, forced: !NATIVE_SYMBOL }, {\n // `Object.getOwnPropertyNames` method\n // https://tc39.es/ecma262/#sec-object.getownpropertynames\n getOwnPropertyNames: $getOwnPropertyNames,\n // `Object.getOwnPropertySymbols` method\n // https://tc39.es/ecma262/#sec-object.getownpropertysymbols\n getOwnPropertySymbols: $getOwnPropertySymbols\n});\n\n// Chrome 38 and 39 `Object.getOwnPropertySymbols` fails on primitives\n// https://bugs.chromium.org/p/v8/issues/detail?id=3443\n$({ target: 'Object', stat: true, forced: fails(function () { getOwnPropertySymbolsModule.f(1); }) }, {\n getOwnPropertySymbols: function getOwnPropertySymbols(it) {\n return getOwnPropertySymbolsModule.f(toObject(it));\n }\n});\n\n// `JSON.stringify` method behavior with symbols\n// https://tc39.es/ecma262/#sec-json.stringify\nif ($stringify) {\n var FORCED_JSON_STRINGIFY = !NATIVE_SYMBOL || fails(function () {\n var symbol = $Symbol();\n // MS Edge converts symbol values to JSON as {}\n return $stringify([symbol]) != '[null]'\n // WebKit converts symbol values to JSON as null\n || $stringify({ a: symbol }) != '{}'\n // V8 throws on boxed symbols\n || $stringify(Object(symbol)) != '{}';\n });\n\n $({ target: 'JSON', stat: true, forced: FORCED_JSON_STRINGIFY }, {\n // eslint-disable-next-line no-unused-vars -- required for `.length`\n stringify: function stringify(it, replacer, space) {\n var args = [it];\n var index = 1;\n var $replacer;\n while (arguments.length > index) args.push(arguments[index++]);\n $replacer = replacer;\n if (!isObject(replacer) && it === undefined || isSymbol(it)) return; // IE8 returns string on undefined\n if (!isArray(replacer)) replacer = function (key, value) {\n if (typeof $replacer == 'function') value = $replacer.call(this, key, value);\n if (!isSymbol(value)) return value;\n };\n args[1] = replacer;\n return $stringify.apply(null, args);\n }\n });\n}\n\n// `Symbol.prototype[@@toPrimitive]` method\n// https://tc39.es/ecma262/#sec-symbol.prototype-@@toprimitive\nif (!$Symbol[PROTOTYPE][TO_PRIMITIVE]) {\n createNonEnumerableProperty($Symbol[PROTOTYPE], TO_PRIMITIVE, $Symbol[PROTOTYPE].valueOf);\n}\n// `Symbol.prototype[@@toStringTag]` property\n// https://tc39.es/ecma262/#sec-symbol.prototype-@@tostringtag\nsetToStringTag($Symbol, SYMBOL);\n\nhiddenKeys[HIDDEN] = true;\n","var wellKnownSymbol = require('../internals/well-known-symbol');\n\nexports.f = wellKnownSymbol;\n","var fails = require('../internals/fails');\n\nmodule.exports = !fails(function () {\n function F() { /* empty */ }\n F.prototype.constructor = null;\n // eslint-disable-next-line es/no-object-getprototypeof -- required for testing\n return Object.getPrototypeOf(new F()) !== F.prototype;\n});\n","var wellKnownSymbol = require('../internals/well-known-symbol');\nvar Iterators = require('../internals/iterators');\n\nvar ITERATOR = wellKnownSymbol('iterator');\nvar ArrayPrototype = Array.prototype;\n\n// check on default Array iterator\nmodule.exports = function (it) {\n return it !== undefined && (Iterators.Array === it || ArrayPrototype[ITERATOR] === it);\n};\n","'use strict';\nvar bind = require('../internals/function-bind-context');\nvar toObject = require('../internals/to-object');\nvar callWithSafeIterationClosing = require('../internals/call-with-safe-iteration-closing');\nvar isArrayIteratorMethod = require('../internals/is-array-iterator-method');\nvar toLength = require('../internals/to-length');\nvar createProperty = require('../internals/create-property');\nvar getIteratorMethod = require('../internals/get-iterator-method');\n\n// `Array.from` method implementation\n// https://tc39.es/ecma262/#sec-array.from\nmodule.exports = function from(arrayLike /* , mapfn = undefined, thisArg = undefined */) {\n var O = toObject(arrayLike);\n var C = typeof this == 'function' ? this : Array;\n var argumentsLength = arguments.length;\n var mapfn = argumentsLength > 1 ? arguments[1] : undefined;\n var mapping = mapfn !== undefined;\n var iteratorMethod = getIteratorMethod(O);\n var index = 0;\n var length, result, step, iterator, next, value;\n if (mapping) mapfn = bind(mapfn, argumentsLength > 2 ? arguments[2] : undefined, 2);\n // if the target is not iterable or it's an array with the default iterator - use a simple case\n if (iteratorMethod != undefined && !(C == Array && isArrayIteratorMethod(iteratorMethod))) {\n iterator = iteratorMethod.call(O);\n next = iterator.next;\n result = new C();\n for (;!(step = next.call(iterator)).done; index++) {\n value = mapping ? callWithSafeIterationClosing(iterator, mapfn, [step.value, index], true) : step.value;\n createProperty(result, index, value);\n }\n } else {\n length = toLength(O.length);\n result = new C(length);\n for (;length > index; index++) {\n value = mapping ? mapfn(O[index], index) : O[index];\n createProperty(result, index, value);\n }\n }\n result.length = index;\n return result;\n};\n","'use strict';\nvar fails = require('../internals/fails');\nvar getPrototypeOf = require('../internals/object-get-prototype-of');\nvar createNonEnumerableProperty = require('../internals/create-non-enumerable-property');\nvar has = require('../internals/has');\nvar wellKnownSymbol = require('../internals/well-known-symbol');\nvar IS_PURE = require('../internals/is-pure');\n\nvar ITERATOR = wellKnownSymbol('iterator');\nvar BUGGY_SAFARI_ITERATORS = false;\n\nvar returnThis = function () { return this; };\n\n// `%IteratorPrototype%` object\n// https://tc39.es/ecma262/#sec-%iteratorprototype%-object\nvar IteratorPrototype, PrototypeOfArrayIteratorPrototype, arrayIterator;\n\n/* eslint-disable es/no-array-prototype-keys -- safe */\nif ([].keys) {\n arrayIterator = [].keys();\n // Safari 8 has buggy iterators w/o `next`\n if (!('next' in arrayIterator)) BUGGY_SAFARI_ITERATORS = true;\n else {\n PrototypeOfArrayIteratorPrototype = getPrototypeOf(getPrototypeOf(arrayIterator));\n if (PrototypeOfArrayIteratorPrototype !== Object.prototype) IteratorPrototype = PrototypeOfArrayIteratorPrototype;\n }\n}\n\nvar NEW_ITERATOR_PROTOTYPE = IteratorPrototype == undefined || fails(function () {\n var test = {};\n // FF44- legacy iterators case\n return IteratorPrototype[ITERATOR].call(test) !== test;\n});\n\nif (NEW_ITERATOR_PROTOTYPE) IteratorPrototype = {};\n\n// `%IteratorPrototype%[@@iterator]()` method\n// https://tc39.es/ecma262/#sec-%iteratorprototype%-@@iterator\nif ((!IS_PURE || NEW_ITERATOR_PROTOTYPE) && !has(IteratorPrototype, ITERATOR)) {\n createNonEnumerableProperty(IteratorPrototype, ITERATOR, returnThis);\n}\n\nmodule.exports = {\n IteratorPrototype: IteratorPrototype,\n BUGGY_SAFARI_ITERATORS: BUGGY_SAFARI_ITERATORS\n};\n","var DESCRIPTORS = require('../internals/descriptors');\nvar defineProperty = require('../internals/object-define-property').f;\n\nvar FunctionPrototype = Function.prototype;\nvar FunctionPrototypeToString = FunctionPrototype.toString;\nvar nameRE = /^\\s*function ([^ (]*)/;\nvar NAME = 'name';\n\n// Function instances `.name` property\n// https://tc39.es/ecma262/#sec-function-instances-name\nif (DESCRIPTORS && !(NAME in FunctionPrototype)) {\n defineProperty(FunctionPrototype, NAME, {\n configurable: true,\n get: function () {\n try {\n return FunctionPrototypeToString.call(this).match(nameRE)[1];\n } catch (error) {\n return '';\n }\n }\n });\n}\n","var fails = require('../internals/fails');\n\nmodule.exports = !fails(function () {\n // eslint-disable-next-line es/no-object-isextensible, es/no-object-preventextensions -- required for testing\n return Object.isExtensible(Object.preventExtensions({}));\n});\n","var fails = require('../internals/fails');\nvar whitespaces = require('../internals/whitespaces');\n\nvar non = '\\u200B\\u0085\\u180E';\n\n// check that a method works with the correct list\n// of whitespaces and has a correct name\nmodule.exports = function (METHOD_NAME) {\n return fails(function () {\n return !!whitespaces[METHOD_NAME]() || non[METHOD_NAME]() != non || whitespaces[METHOD_NAME].name !== METHOD_NAME;\n });\n};\n","// iterable DOM collections\n// flag - `iterable` interface - 'entries', 'keys', 'values', 'forEach' methods\nmodule.exports = {\n CSSRuleList: 0,\n CSSStyleDeclaration: 0,\n CSSValueList: 0,\n ClientRectList: 0,\n DOMRectList: 0,\n DOMStringList: 0,\n DOMTokenList: 1,\n DataTransferItemList: 0,\n FileList: 0,\n HTMLAllCollection: 0,\n HTMLCollection: 0,\n HTMLFormElement: 0,\n HTMLSelectElement: 0,\n MediaList: 0,\n MimeTypeArray: 0,\n NamedNodeMap: 0,\n NodeList: 1,\n PaintRequestList: 0,\n Plugin: 0,\n PluginArray: 0,\n SVGLengthList: 0,\n SVGNumberList: 0,\n SVGPathSegList: 0,\n SVGPointList: 0,\n SVGStringList: 0,\n SVGTransformList: 0,\n SourceBufferList: 0,\n StyleSheetList: 0,\n TextTrackCueList: 0,\n TextTrackList: 0,\n TouchList: 0\n};\n","var global = require('../internals/global');\nvar DOMIterables = require('../internals/dom-iterables');\nvar ArrayIteratorMethods = require('../modules/es.array.iterator');\nvar createNonEnumerableProperty = require('../internals/create-non-enumerable-property');\nvar wellKnownSymbol = require('../internals/well-known-symbol');\n\nvar ITERATOR = wellKnownSymbol('iterator');\nvar TO_STRING_TAG = wellKnownSymbol('toStringTag');\nvar ArrayValues = ArrayIteratorMethods.values;\n\nfor (var COLLECTION_NAME in DOMIterables) {\n var Collection = global[COLLECTION_NAME];\n var CollectionPrototype = Collection && Collection.prototype;\n if (CollectionPrototype) {\n // some Chrome versions have non-configurable methods on DOMTokenList\n if (CollectionPrototype[ITERATOR] !== ArrayValues) try {\n createNonEnumerableProperty(CollectionPrototype, ITERATOR, ArrayValues);\n } catch (error) {\n CollectionPrototype[ITERATOR] = ArrayValues;\n }\n if (!CollectionPrototype[TO_STRING_TAG]) {\n createNonEnumerableProperty(CollectionPrototype, TO_STRING_TAG, COLLECTION_NAME);\n }\n if (DOMIterables[COLLECTION_NAME]) for (var METHOD_NAME in ArrayIteratorMethods) {\n // some Chrome versions have non-configurable methods on DOMTokenList\n if (CollectionPrototype[METHOD_NAME] !== ArrayIteratorMethods[METHOD_NAME]) try {\n createNonEnumerableProperty(CollectionPrototype, METHOD_NAME, ArrayIteratorMethods[METHOD_NAME]);\n } catch (error) {\n CollectionPrototype[METHOD_NAME] = ArrayIteratorMethods[METHOD_NAME];\n }\n }\n }\n}\n","var fails = require('../internals/fails');\nvar wellKnownSymbol = require('../internals/well-known-symbol');\nvar IS_PURE = require('../internals/is-pure');\n\nvar ITERATOR = wellKnownSymbol('iterator');\n\nmodule.exports = !fails(function () {\n var url = new URL('b?a=1&b=2&c=3', 'http://a');\n var searchParams = url.searchParams;\n var result = '';\n url.pathname = 'c%20d';\n searchParams.forEach(function (value, key) {\n searchParams['delete']('b');\n result += key + value;\n });\n return (IS_PURE && !url.toJSON)\n || !searchParams.sort\n || url.href !== 'http://a/c%20d?a=1&c=3'\n || searchParams.get('c') !== '3'\n || String(new URLSearchParams('?a=1')) !== 'a=1'\n || !searchParams[ITERATOR]\n // throws in Edge\n || new URL('https://a@b').username !== 'a'\n || new URLSearchParams(new URLSearchParams('a=b')).get('a') !== 'b'\n // not punycoded in Edge\n || new URL('http://тест').host !== 'xn--e1aybc'\n // not escaped in Chrome 62-\n || new URL('http://a#б').hash !== '#%D0%B1'\n // fails in Chrome 66-\n || result !== 'a1c3'\n // throws in Safari\n || new URL('http://x', undefined).host !== 'x';\n});\n","/**\n * @copyright 2017 Christoph Wurst <christoph@winzerhof-wurst.at>\n *\n * @author Christoph Wurst <christoph@winzerhof-wurst.at>\n * @author John Molakvoæ <skjnldsv@protonmail.com>\n * @author Roeland Jago Douma <roeland@famdouma.nl>\n *\n * @license GNU AGPL version 3 or any later version\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see <http://www.gnu.org/licenses/>.\n *\n */\n\n/* eslint-disable */\nimport $ from 'jquery'\nimport { Collection, Model, View } from 'backbone'\n\nimport OC from './index'\n\n/**\n * @class Contact\n */\nconst Contact = Model.extend({\n\tdefaults: {\n\t\tfullName: '',\n\t\tlastMessage: '',\n\t\tactions: [],\n\t\thasOneAction: false,\n\t\thasTwoActions: false,\n\t\thasManyActions: false\n\t},\n\n\t/**\n\t * @returns {undefined}\n\t */\n\tinitialize: function() {\n\t\t// Add needed property for easier template rendering\n\t\tif (this.get('actions').length === 0) {\n\t\t\tthis.set('hasOneAction', true)\n\t\t} else if (this.get('actions').length === 1) {\n\t\t\tthis.set('hasTwoActions', true)\n\t\t\tthis.set('secondAction', this.get('actions')[0])\n\t\t} else {\n\t\t\tthis.set('hasManyActions', true)\n\t\t}\n\t}\n})\n\n/**\n * @class ContactCollection\n * @private\n */\nconst ContactCollection = Collection.extend({\n\tmodel: Contact\n})\n\n/**\n * @class ContactsListView\n * @private\n */\nconst ContactsListView = View.extend({\n\n\t/** @type {ContactCollection} */\n\t_collection: undefined,\n\n\t/** @type {array} */\n\t_subViews: [],\n\n\t/**\n\t * @param {object} options\n\t * @returns {undefined}\n\t */\n\tinitialize: function(options) {\n\t\tthis._collection = options.collection\n\t},\n\n\t/**\n\t * @returns {self}\n\t */\n\trender: function() {\n\t\tvar self = this\n\t\tself.$el.html('')\n\t\tself._subViews = []\n\n\t\tself._collection.forEach(function(contact) {\n\t\t\tvar item = new ContactsListItemView({\n\t\t\t\tmodel: contact\n\t\t\t})\n\t\t\titem.render()\n\t\t\tself.$el.append(item.$el)\n\t\t\titem.on('toggle:actionmenu', self._onChildActionMenuToggle, self)\n\t\t\tself._subViews.push(item)\n\t\t})\n\n\t\treturn self\n\t},\n\n\t/**\n\t * Event callback to propagate opening (another) entry's action menu\n\t *\n\t * @param {type} $src\n\t * @returns {undefined}\n\t */\n\t_onChildActionMenuToggle: function($src) {\n\t\tthis._subViews.forEach(function(view) {\n\t\t\tview.trigger('parent:toggle:actionmenu', $src)\n\t\t})\n\t}\n})\n\n/**\n * @class ContactsListItemView\n * @private\n */\nconst ContactsListItemView = View.extend({\n\n\t/** @type {string} */\n\tclassName: 'contact',\n\n\t/** @type {undefined|function} */\n\t_template: undefined,\n\n\t/** @type {Contact} */\n\t_model: undefined,\n\n\t/** @type {boolean} */\n\t_actionMenuShown: false,\n\n\tevents: {\n\t\t'click .icon-more': '_onToggleActionsMenu'\n\t},\n\n\tcontactTemplate: require('./contactsmenu/contact.handlebars'),\n\n\t/**\n\t * @param {object} data\n\t * @returns {undefined}\n\t */\n\ttemplate: function(data) {\n\t\treturn this.contactTemplate(data)\n\t},\n\n\t/**\n\t * @param {object} options\n\t * @returns {undefined}\n\t */\n\tinitialize: function(options) {\n\t\tthis._model = options.model\n\t\tthis.on('parent:toggle:actionmenu', this._onOtherActionMenuOpened, this)\n\t},\n\n\t/**\n\t * @returns {self}\n\t */\n\trender: function() {\n\t\tthis.$el.html(this.template({\n\t\t\tcontact: this._model.toJSON()\n\t\t}))\n\t\tthis.delegateEvents()\n\n\t\t// Show placeholder if no avatar is available (avatar is rendered as img, not div)\n\t\tthis.$('div.avatar').imageplaceholder(this._model.get('fullName'))\n\n\t\t// Show tooltip for top action\n\t\tthis.$('.top-action').tooltip({ placement: 'left' })\n\t\t// Show tooltip for second action\n\t\tthis.$('.second-action').tooltip({ placement: 'left' })\n\n\t\treturn this\n\t},\n\n\t/**\n\t * Toggle the visibility of the action popover menu\n\t *\n\t * @private\n\t * @returns {undefined}\n\t */\n\t_onToggleActionsMenu: function() {\n\t\tthis._actionMenuShown = !this._actionMenuShown\n\t\tif (this._actionMenuShown) {\n\t\t\tthis.$('.menu').show()\n\t\t} else {\n\t\t\tthis.$('.menu').hide()\n\t\t}\n\t\tthis.trigger('toggle:actionmenu', this.$el)\n\t},\n\n\t/**\n\t * @private\n\t * @argument {jQuery} $src\n\t * @returns {undefined}\n\t */\n\t_onOtherActionMenuOpened: function($src) {\n\t\tif (this.$el.is($src)) {\n\t\t\t// Ignore\n\t\t\treturn\n\t\t}\n\t\tthis._actionMenuShown = false\n\t\tthis.$('.menu').hide()\n\t}\n})\n\n/**\n * @class ContactsMenuView\n * @private\n */\nconst ContactsMenuView = View.extend({\n\n\t/** @type {undefined|function} */\n\t_loadingTemplate: undefined,\n\n\t/** @type {undefined|function} */\n\t_errorTemplate: undefined,\n\n\t/** @type {undefined|function} */\n\t_contentTemplate: undefined,\n\n\t/** @type {undefined|function} */\n\t_contactsTemplate: undefined,\n\n\t/** @type {undefined|ContactCollection} */\n\t_contacts: undefined,\n\n\t/** @type {string} */\n\t_searchTerm: '',\n\n\tevents: {\n\t\t'input #contactsmenu-search': '_onSearch'\n\t},\n\n\ttemplates: {\n\t\tloading: require('./contactsmenu/loading.handlebars'),\n\t\terror: require('./contactsmenu/error.handlebars'),\n\t\tmenu: require('./contactsmenu/menu.handlebars'),\n\t\tlist: require('./contactsmenu/list.handlebars')\n\t},\n\n\t/**\n\t * @returns {undefined}\n\t */\n\t_onSearch: _.debounce(function(e) {\n\t\tvar searchTerm = this.$('#contactsmenu-search').val()\n\t\t// IE11 triggers an 'input' event after the view has been rendered\n\t\t// resulting in an endless loading loop. To prevent this, we remember\n\t\t// the last search term to savely ignore some events\n\t\t// See https://github.com/nextcloud/server/issues/5281\n\t\tif (searchTerm !== this._searchTerm) {\n\t\t\tthis.trigger('search', this.$('#contactsmenu-search').val())\n\t\t\tthis._searchTerm = searchTerm\n\t\t}\n\t}, 700),\n\n\t/**\n\t * @param {object} data\n\t * @returns {string}\n\t */\n\tloadingTemplate: function(data) {\n\t\treturn this.templates.loading(data)\n\t},\n\n\t/**\n\t * @param {object} data\n\t * @returns {string}\n\t */\n\terrorTemplate: function(data) {\n\t\treturn this.templates.error(\n\t\t\t_.extend({\n\t\t\t\tcouldNotLoadText: t('core', 'Could not load your contacts')\n\t\t\t}, data)\n\t\t)\n\t},\n\n\t/**\n\t * @param {object} data\n\t * @returns {string}\n\t */\n\tcontentTemplate: function(data) {\n\t\treturn this.templates.menu(\n\t\t\t_.extend({\n\t\t\t\tsearchContactsText: t('core', 'Search contacts …')\n\t\t\t}, data)\n\t\t)\n\t},\n\n\t/**\n\t * @param {object} data\n\t * @returns {string}\n\t */\n\tcontactsTemplate: function(data) {\n\t\treturn this.templates.list(\n\t\t\t_.extend({\n\t\t\t\tnoContactsFoundText: t('core', 'No contacts found'),\n\t\t\t\tshowAllContactsText: t('core', 'Show all contacts …'),\n\t\t\t\tcontactsAppMgmtText: t('core', 'Install the Contacts app')\n\t\t\t}, data)\n\t\t)\n\t},\n\n\t/**\n\t * @param {object} options\n\t * @returns {undefined}\n\t */\n\tinitialize: function(options) {\n\t\tthis.options = options\n\t},\n\n\t/**\n\t * @param {string} text\n\t * @returns {undefined}\n\t */\n\tshowLoading: function(text) {\n\t\tthis.render()\n\t\tthis._contacts = undefined\n\t\tthis.$('.content').html(this.loadingTemplate({\n\t\t\tloadingText: text\n\t\t}))\n\t},\n\n\t/**\n\t * @returns {undefined}\n\t */\n\tshowError: function() {\n\t\tthis.render()\n\t\tthis._contacts = undefined\n\t\tthis.$('.content').html(this.errorTemplate())\n\t},\n\n\t/**\n\t * @param {object} viewData\n\t * @param {string} searchTerm\n\t * @returns {undefined}\n\t */\n\tshowContacts: function(viewData, searchTerm) {\n\t\tthis._contacts = viewData.contacts\n\t\tthis.render({\n\t\t\tcontacts: viewData.contacts\n\t\t})\n\n\t\tvar list = new ContactsListView({\n\t\t\tcollection: viewData.contacts\n\t\t})\n\t\tlist.render()\n\t\tthis.$('.content').html(this.contactsTemplate({\n\t\t\tcontacts: viewData.contacts,\n\t\t\tsearchTerm: searchTerm,\n\t\t\tcontactsAppEnabled: viewData.contactsAppEnabled,\n\t\t\tcontactsAppURL: OC.generateUrl('/apps/contacts'),\n\t\t\tcanInstallApp: OC.isUserAdmin(),\n\t\t\tcontactsAppMgmtURL: OC.generateUrl('/settings/apps/social/contacts')\n\t\t}))\n\t\tthis.$('#contactsmenu-contacts').html(list.$el)\n\t},\n\n\t/**\n\t * @param {object} data\n\t * @returns {self}\n\t */\n\trender: function(data) {\n\t\tvar searchVal = this.$('#contactsmenu-search').val()\n\t\tthis.$el.html(this.contentTemplate(data))\n\n\t\t// Focus search\n\t\tthis.$('#contactsmenu-search').val(searchVal)\n\t\tthis.$('#contactsmenu-search').focus()\n\t\treturn this\n\t}\n\n})\n\n/**\n * @param {Object} options\n * @param {jQuery} options.el\n * @param {jQuery} options.trigger\n * @class ContactsMenu\n * @memberOf OC\n */\nconst ContactsMenu = function(options) {\n\tthis.initialize(options)\n}\n\nContactsMenu.prototype = {\n\t/** @type {jQuery} */\n\t$el: undefined,\n\n\t/** @type {jQuery} */\n\t_$trigger: undefined,\n\n\t/** @type {ContactsMenuView} */\n\t_view: undefined,\n\n\t/** @type {Promise} */\n\t_contactsPromise: undefined,\n\n\t/**\n\t * @param {Object} options\n\t * @param {jQuery} options.el - the element to render the menu in\n\t * @param {jQuery} options.trigger - the element to click on to open the menu\n\t * @returns {undefined}\n\t */\n\tinitialize: function(options) {\n\t\tthis.$el = options.el\n\t\tthis._$trigger = options.trigger\n\n\t\tthis._view = new ContactsMenuView({\n\t\t\tel: this.$el\n\t\t})\n\t\tthis._view.on('search', function(searchTerm) {\n\t\t\tthis._loadContacts(searchTerm)\n\t\t}, this)\n\n\t\tOC.registerMenu(this._$trigger, this.$el, function() {\n\t\t\tthis._toggleVisibility(true)\n\t\t}.bind(this), true)\n\t\tthis.$el.on('beforeHide', function() {\n\t\t\tthis._toggleVisibility(false)\n\t\t}.bind(this))\n\t},\n\n\t/**\n\t * @private\n\t * @param {boolean} show\n\t * @returns {Promise}\n\t */\n\t_toggleVisibility: function(show) {\n\t\tif (show) {\n\t\t\treturn this._loadContacts()\n\t\t} else {\n\t\t\tthis.$el.html('')\n\t\t\treturn Promise.resolve()\n\t\t}\n\t},\n\n\t/**\n\t * @private\n\t * @param {string|undefined} searchTerm\n\t * @returns {Promise}\n\t */\n\t_getContacts: function(searchTerm) {\n\t\tvar url = OC.generateUrl('/contactsmenu/contacts')\n\t\treturn Promise.resolve($.ajax(url, {\n\t\t\tmethod: 'POST',\n\t\t\tdata: {\n\t\t\t\tfilter: searchTerm\n\t\t\t}\n\t\t}))\n\t},\n\n\t/**\n\t * @param {string|undefined} searchTerm\n\t * @returns {undefined}\n\t */\n\t_loadContacts: function(searchTerm) {\n\t\tvar self = this\n\n\t\tif (!self._contactsPromise) {\n\t\t\tself._contactsPromise = self._getContacts(searchTerm)\n\t\t}\n\n\t\tif (_.isUndefined(searchTerm) || searchTerm === '') {\n\t\t\tself._view.showLoading(t('core', 'Loading your contacts …'))\n\t\t} else {\n\t\t\tself._view.showLoading(t('core', 'Looking for {term} …', {\n\t\t\t\tterm: searchTerm\n\t\t\t}))\n\t\t}\n\t\treturn self._contactsPromise.then(function(data) {\n\t\t\t// Convert contact entries to Backbone collection\n\t\t\tdata.contacts = new ContactCollection(data.contacts)\n\n\t\t\tself._view.showContacts(data, searchTerm)\n\t\t}, function(e) {\n\t\t\tself._view.showError()\n\t\t\tconsole.error('There was an error loading your contacts', e)\n\t\t}).then(function() {\n\t\t\t// Delete promise, so that contacts are fetched again when the\n\t\t\t// menu is opened the next time.\n\t\t\tdelete self._contactsPromise\n\t\t}).catch(console.error.bind(this))\n\t}\n}\n\nexport default ContactsMenu\n","\"use strict\";\n\nObject.defineProperty(exports, \"__esModule\", {\n value: true\n});\nexports.getCapabilities = getCapabilities;\n\nvar _initialState = require(\"@nextcloud/initial-state\");\n\nfunction getCapabilities() {\n try {\n return (0, _initialState.loadState)('core', 'capabilities');\n } catch (error) {\n console.debug('Could not find capabilities initial state fall back to _oc_capabilities');\n\n if (!('_oc_capabilities' in window)) {\n return {};\n }\n\n return window['_oc_capabilities'];\n }\n}\n//# sourceMappingURL=index.js.map","/*! @license DOMPurify | (c) Cure53 and other contributors | Released under the Apache license 2.0 and Mozilla Public License 2.0 | github.com/cure53/DOMPurify/blob/2.2.2/LICENSE */\n\n(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory() :\n typeof define === 'function' && define.amd ? define(factory) :\n (global = global || self, global.DOMPurify = factory());\n}(this, function () { 'use strict';\n\n function _toConsumableArray(arr) { if (Array.isArray(arr)) { for (var i = 0, arr2 = Array(arr.length); i < arr.length; i++) { arr2[i] = arr[i]; } return arr2; } else { return Array.from(arr); } }\n\n var hasOwnProperty = Object.hasOwnProperty,\n setPrototypeOf = Object.setPrototypeOf,\n isFrozen = Object.isFrozen,\n getPrototypeOf = Object.getPrototypeOf,\n getOwnPropertyDescriptor = Object.getOwnPropertyDescriptor;\n var freeze = Object.freeze,\n seal = Object.seal,\n create = Object.create; // eslint-disable-line import/no-mutable-exports\n\n var _ref = typeof Reflect !== 'undefined' && Reflect,\n apply = _ref.apply,\n construct = _ref.construct;\n\n if (!apply) {\n apply = function apply(fun, thisValue, args) {\n return fun.apply(thisValue, args);\n };\n }\n\n if (!freeze) {\n freeze = function freeze(x) {\n return x;\n };\n }\n\n if (!seal) {\n seal = function seal(x) {\n return x;\n };\n }\n\n if (!construct) {\n construct = function construct(Func, args) {\n return new (Function.prototype.bind.apply(Func, [null].concat(_toConsumableArray(args))))();\n };\n }\n\n var arrayForEach = unapply(Array.prototype.forEach);\n var arrayPop = unapply(Array.prototype.pop);\n var arrayPush = unapply(Array.prototype.push);\n\n var stringToLowerCase = unapply(String.prototype.toLowerCase);\n var stringMatch = unapply(String.prototype.match);\n var stringReplace = unapply(String.prototype.replace);\n var stringIndexOf = unapply(String.prototype.indexOf);\n var stringTrim = unapply(String.prototype.trim);\n\n var regExpTest = unapply(RegExp.prototype.test);\n\n var typeErrorCreate = unconstruct(TypeError);\n\n function unapply(func) {\n return function (thisArg) {\n for (var _len = arguments.length, args = Array(_len > 1 ? _len - 1 : 0), _key = 1; _key < _len; _key++) {\n args[_key - 1] = arguments[_key];\n }\n\n return apply(func, thisArg, args);\n };\n }\n\n function unconstruct(func) {\n return function () {\n for (var _len2 = arguments.length, args = Array(_len2), _key2 = 0; _key2 < _len2; _key2++) {\n args[_key2] = arguments[_key2];\n }\n\n return construct(func, args);\n };\n }\n\n /* Add properties to a lookup table */\n function addToSet(set, array) {\n if (setPrototypeOf) {\n // Make 'in' and truthy checks like Boolean(set.constructor)\n // independent of any properties defined on Object.prototype.\n // Prevent prototype setters from intercepting set as a this value.\n setPrototypeOf(set, null);\n }\n\n var l = array.length;\n while (l--) {\n var element = array[l];\n if (typeof element === 'string') {\n var lcElement = stringToLowerCase(element);\n if (lcElement !== element) {\n // Config presets (e.g. tags.js, attrs.js) are immutable.\n if (!isFrozen(array)) {\n array[l] = lcElement;\n }\n\n element = lcElement;\n }\n }\n\n set[element] = true;\n }\n\n return set;\n }\n\n /* Shallow clone an object */\n function clone(object) {\n var newObject = create(null);\n\n var property = void 0;\n for (property in object) {\n if (apply(hasOwnProperty, object, [property])) {\n newObject[property] = object[property];\n }\n }\n\n return newObject;\n }\n\n /* IE10 doesn't support __lookupGetter__ so lets'\n * simulate it. It also automatically checks\n * if the prop is function or getter and behaves\n * accordingly. */\n function lookupGetter(object, prop) {\n while (object !== null) {\n var desc = getOwnPropertyDescriptor(object, prop);\n if (desc) {\n if (desc.get) {\n return unapply(desc.get);\n }\n\n if (typeof desc.value === 'function') {\n return unapply(desc.value);\n }\n }\n\n object = getPrototypeOf(object);\n }\n\n function fallbackValue(element) {\n console.warn('fallback value for', element);\n return null;\n }\n\n return fallbackValue;\n }\n\n var html = freeze(['a', 'abbr', 'acronym', 'address', 'area', 'article', 'aside', 'audio', 'b', 'bdi', 'bdo', 'big', 'blink', 'blockquote', 'body', 'br', 'button', 'canvas', 'caption', 'center', 'cite', 'code', 'col', 'colgroup', 'content', 'data', 'datalist', 'dd', 'decorator', 'del', 'details', 'dfn', 'dialog', 'dir', 'div', 'dl', 'dt', 'element', 'em', 'fieldset', 'figcaption', 'figure', 'font', 'footer', 'form', 'h1', 'h2', 'h3', 'h4', 'h5', 'h6', 'head', 'header', 'hgroup', 'hr', 'html', 'i', 'img', 'input', 'ins', 'kbd', 'label', 'legend', 'li', 'main', 'map', 'mark', 'marquee', 'menu', 'menuitem', 'meter', 'nav', 'nobr', 'ol', 'optgroup', 'option', 'output', 'p', 'picture', 'pre', 'progress', 'q', 'rp', 'rt', 'ruby', 's', 'samp', 'section', 'select', 'shadow', 'small', 'source', 'spacer', 'span', 'strike', 'strong', 'style', 'sub', 'summary', 'sup', 'table', 'tbody', 'td', 'template', 'textarea', 'tfoot', 'th', 'thead', 'time', 'tr', 'track', 'tt', 'u', 'ul', 'var', 'video', 'wbr']);\n\n // SVG\n var svg = freeze(['svg', 'a', 'altglyph', 'altglyphdef', 'altglyphitem', 'animatecolor', 'animatemotion', 'animatetransform', 'circle', 'clippath', 'defs', 'desc', 'ellipse', 'filter', 'font', 'g', 'glyph', 'glyphref', 'hkern', 'image', 'line', 'lineargradient', 'marker', 'mask', 'metadata', 'mpath', 'path', 'pattern', 'polygon', 'polyline', 'radialgradient', 'rect', 'stop', 'style', 'switch', 'symbol', 'text', 'textpath', 'title', 'tref', 'tspan', 'view', 'vkern']);\n\n var svgFilters = freeze(['feBlend', 'feColorMatrix', 'feComponentTransfer', 'feComposite', 'feConvolveMatrix', 'feDiffuseLighting', 'feDisplacementMap', 'feDistantLight', 'feFlood', 'feFuncA', 'feFuncB', 'feFuncG', 'feFuncR', 'feGaussianBlur', 'feMerge', 'feMergeNode', 'feMorphology', 'feOffset', 'fePointLight', 'feSpecularLighting', 'feSpotLight', 'feTile', 'feTurbulence']);\n\n // List of SVG elements that are disallowed by default.\n // We still need to know them so that we can do namespace\n // checks properly in case one wants to add them to\n // allow-list.\n var svgDisallowed = freeze(['animate', 'color-profile', 'cursor', 'discard', 'fedropshadow', 'feimage', 'font-face', 'font-face-format', 'font-face-name', 'font-face-src', 'font-face-uri', 'foreignobject', 'hatch', 'hatchpath', 'mesh', 'meshgradient', 'meshpatch', 'meshrow', 'missing-glyph', 'script', 'set', 'solidcolor', 'unknown', 'use']);\n\n var mathMl = freeze(['math', 'menclose', 'merror', 'mfenced', 'mfrac', 'mglyph', 'mi', 'mlabeledtr', 'mmultiscripts', 'mn', 'mo', 'mover', 'mpadded', 'mphantom', 'mroot', 'mrow', 'ms', 'mspace', 'msqrt', 'mstyle', 'msub', 'msup', 'msubsup', 'mtable', 'mtd', 'mtext', 'mtr', 'munder', 'munderover']);\n\n // Similarly to SVG, we want to know all MathML elements,\n // even those that we disallow by default.\n var mathMlDisallowed = freeze(['maction', 'maligngroup', 'malignmark', 'mlongdiv', 'mscarries', 'mscarry', 'msgroup', 'mstack', 'msline', 'msrow', 'semantics', 'annotation', 'annotation-xml', 'mprescripts', 'none']);\n\n var text = freeze(['#text']);\n\n var html$1 = freeze(['accept', 'action', 'align', 'alt', 'autocapitalize', 'autocomplete', 'autopictureinpicture', 'autoplay', 'background', 'bgcolor', 'border', 'capture', 'cellpadding', 'cellspacing', 'checked', 'cite', 'class', 'clear', 'color', 'cols', 'colspan', 'controls', 'controlslist', 'coords', 'crossorigin', 'datetime', 'decoding', 'default', 'dir', 'disabled', 'disablepictureinpicture', 'disableremoteplayback', 'download', 'draggable', 'enctype', 'enterkeyhint', 'face', 'for', 'headers', 'height', 'hidden', 'high', 'href', 'hreflang', 'id', 'inputmode', 'integrity', 'ismap', 'kind', 'label', 'lang', 'list', 'loading', 'loop', 'low', 'max', 'maxlength', 'media', 'method', 'min', 'minlength', 'multiple', 'muted', 'name', 'noshade', 'novalidate', 'nowrap', 'open', 'optimum', 'pattern', 'placeholder', 'playsinline', 'poster', 'preload', 'pubdate', 'radiogroup', 'readonly', 'rel', 'required', 'rev', 'reversed', 'role', 'rows', 'rowspan', 'spellcheck', 'scope', 'selected', 'shape', 'size', 'sizes', 'span', 'srclang', 'start', 'src', 'srcset', 'step', 'style', 'summary', 'tabindex', 'title', 'translate', 'type', 'usemap', 'valign', 'value', 'width', 'xmlns', 'slot']);\n\n var svg$1 = freeze(['accent-height', 'accumulate', 'additive', 'alignment-baseline', 'ascent', 'attributename', 'attributetype', 'azimuth', 'basefrequency', 'baseline-shift', 'begin', 'bias', 'by', 'class', 'clip', 'clippathunits', 'clip-path', 'clip-rule', 'color', 'color-interpolation', 'color-interpolation-filters', 'color-profile', 'color-rendering', 'cx', 'cy', 'd', 'dx', 'dy', 'diffuseconstant', 'direction', 'display', 'divisor', 'dur', 'edgemode', 'elevation', 'end', 'fill', 'fill-opacity', 'fill-rule', 'filter', 'filterunits', 'flood-color', 'flood-opacity', 'font-family', 'font-size', 'font-size-adjust', 'font-stretch', 'font-style', 'font-variant', 'font-weight', 'fx', 'fy', 'g1', 'g2', 'glyph-name', 'glyphref', 'gradientunits', 'gradienttransform', 'height', 'href', 'id', 'image-rendering', 'in', 'in2', 'k', 'k1', 'k2', 'k3', 'k4', 'kerning', 'keypoints', 'keysplines', 'keytimes', 'lang', 'lengthadjust', 'letter-spacing', 'kernelmatrix', 'kernelunitlength', 'lighting-color', 'local', 'marker-end', 'marker-mid', 'marker-start', 'markerheight', 'markerunits', 'markerwidth', 'maskcontentunits', 'maskunits', 'max', 'mask', 'media', 'method', 'mode', 'min', 'name', 'numoctaves', 'offset', 'operator', 'opacity', 'order', 'orient', 'orientation', 'origin', 'overflow', 'paint-order', 'path', 'pathlength', 'patterncontentunits', 'patterntransform', 'patternunits', 'points', 'preservealpha', 'preserveaspectratio', 'primitiveunits', 'r', 'rx', 'ry', 'radius', 'refx', 'refy', 'repeatcount', 'repeatdur', 'restart', 'result', 'rotate', 'scale', 'seed', 'shape-rendering', 'specularconstant', 'specularexponent', 'spreadmethod', 'startoffset', 'stddeviation', 'stitchtiles', 'stop-color', 'stop-opacity', 'stroke-dasharray', 'stroke-dashoffset', 'stroke-linecap', 'stroke-linejoin', 'stroke-miterlimit', 'stroke-opacity', 'stroke', 'stroke-width', 'style', 'surfacescale', 'systemlanguage', 'tabindex', 'targetx', 'targety', 'transform', 'text-anchor', 'text-decoration', 'text-rendering', 'textlength', 'type', 'u1', 'u2', 'unicode', 'values', 'viewbox', 'visibility', 'version', 'vert-adv-y', 'vert-origin-x', 'vert-origin-y', 'width', 'word-spacing', 'wrap', 'writing-mode', 'xchannelselector', 'ychannelselector', 'x', 'x1', 'x2', 'xmlns', 'y', 'y1', 'y2', 'z', 'zoomandpan']);\n\n var mathMl$1 = freeze(['accent', 'accentunder', 'align', 'bevelled', 'close', 'columnsalign', 'columnlines', 'columnspan', 'denomalign', 'depth', 'dir', 'display', 'displaystyle', 'encoding', 'fence', 'frame', 'height', 'href', 'id', 'largeop', 'length', 'linethickness', 'lspace', 'lquote', 'mathbackground', 'mathcolor', 'mathsize', 'mathvariant', 'maxsize', 'minsize', 'movablelimits', 'notation', 'numalign', 'open', 'rowalign', 'rowlines', 'rowspacing', 'rowspan', 'rspace', 'rquote', 'scriptlevel', 'scriptminsize', 'scriptsizemultiplier', 'selection', 'separator', 'separators', 'stretchy', 'subscriptshift', 'supscriptshift', 'symmetric', 'voffset', 'width', 'xmlns']);\n\n var xml = freeze(['xlink:href', 'xml:id', 'xlink:title', 'xml:space', 'xmlns:xlink']);\n\n // eslint-disable-next-line unicorn/better-regex\n var MUSTACHE_EXPR = seal(/\\{\\{[\\s\\S]*|[\\s\\S]*\\}\\}/gm); // Specify template detection regex for SAFE_FOR_TEMPLATES mode\n var ERB_EXPR = seal(/<%[\\s\\S]*|[\\s\\S]*%>/gm);\n var DATA_ATTR = seal(/^data-[\\-\\w.\\u00B7-\\uFFFF]/); // eslint-disable-line no-useless-escape\n var ARIA_ATTR = seal(/^aria-[\\-\\w]+$/); // eslint-disable-line no-useless-escape\n var IS_ALLOWED_URI = seal(/^(?:(?:(?:f|ht)tps?|mailto|tel|callto|cid|xmpp):|[^a-z]|[a-z+.\\-]+(?:[^a-z+.\\-:]|$))/i // eslint-disable-line no-useless-escape\n );\n var IS_SCRIPT_OR_DATA = seal(/^(?:\\w+script|data):/i);\n var ATTR_WHITESPACE = seal(/[\\u0000-\\u0020\\u00A0\\u1680\\u180E\\u2000-\\u2029\\u205F\\u3000]/g // eslint-disable-line no-control-regex\n );\n\n var _typeof = typeof Symbol === \"function\" && typeof Symbol.iterator === \"symbol\" ? function (obj) { return typeof obj; } : function (obj) { return obj && typeof Symbol === \"function\" && obj.constructor === Symbol && obj !== Symbol.prototype ? \"symbol\" : typeof obj; };\n\n function _toConsumableArray$1(arr) { if (Array.isArray(arr)) { for (var i = 0, arr2 = Array(arr.length); i < arr.length; i++) { arr2[i] = arr[i]; } return arr2; } else { return Array.from(arr); } }\n\n var getGlobal = function getGlobal() {\n return typeof window === 'undefined' ? null : window;\n };\n\n /**\n * Creates a no-op policy for internal use only.\n * Don't export this function outside this module!\n * @param {?TrustedTypePolicyFactory} trustedTypes The policy factory.\n * @param {Document} document The document object (to determine policy name suffix)\n * @return {?TrustedTypePolicy} The policy created (or null, if Trusted Types\n * are not supported).\n */\n var _createTrustedTypesPolicy = function _createTrustedTypesPolicy(trustedTypes, document) {\n if ((typeof trustedTypes === 'undefined' ? 'undefined' : _typeof(trustedTypes)) !== 'object' || typeof trustedTypes.createPolicy !== 'function') {\n return null;\n }\n\n // Allow the callers to control the unique policy name\n // by adding a data-tt-policy-suffix to the script element with the DOMPurify.\n // Policy creation with duplicate names throws in Trusted Types.\n var suffix = null;\n var ATTR_NAME = 'data-tt-policy-suffix';\n if (document.currentScript && document.currentScript.hasAttribute(ATTR_NAME)) {\n suffix = document.currentScript.getAttribute(ATTR_NAME);\n }\n\n var policyName = 'dompurify' + (suffix ? '#' + suffix : '');\n\n try {\n return trustedTypes.createPolicy(policyName, {\n createHTML: function createHTML(html$$1) {\n return html$$1;\n }\n });\n } catch (_) {\n // Policy creation failed (most likely another DOMPurify script has\n // already run). Skip creating the policy, as this will only cause errors\n // if TT are enforced.\n console.warn('TrustedTypes policy ' + policyName + ' could not be created.');\n return null;\n }\n };\n\n function createDOMPurify() {\n var window = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : getGlobal();\n\n var DOMPurify = function DOMPurify(root) {\n return createDOMPurify(root);\n };\n\n /**\n * Version label, exposed for easier checks\n * if DOMPurify is up to date or not\n */\n DOMPurify.version = '2.2.8';\n\n /**\n * Array of elements that DOMPurify removed during sanitation.\n * Empty if nothing was removed.\n */\n DOMPurify.removed = [];\n\n if (!window || !window.document || window.document.nodeType !== 9) {\n // Not running in a browser, provide a factory function\n // so that you can pass your own Window\n DOMPurify.isSupported = false;\n\n return DOMPurify;\n }\n\n var originalDocument = window.document;\n\n var document = window.document;\n var DocumentFragment = window.DocumentFragment,\n HTMLTemplateElement = window.HTMLTemplateElement,\n Node = window.Node,\n Element = window.Element,\n NodeFilter = window.NodeFilter,\n _window$NamedNodeMap = window.NamedNodeMap,\n NamedNodeMap = _window$NamedNodeMap === undefined ? window.NamedNodeMap || window.MozNamedAttrMap : _window$NamedNodeMap,\n Text = window.Text,\n Comment = window.Comment,\n DOMParser = window.DOMParser,\n trustedTypes = window.trustedTypes;\n\n\n var ElementPrototype = Element.prototype;\n\n var cloneNode = lookupGetter(ElementPrototype, 'cloneNode');\n var getNextSibling = lookupGetter(ElementPrototype, 'nextSibling');\n var getChildNodes = lookupGetter(ElementPrototype, 'childNodes');\n var getParentNode = lookupGetter(ElementPrototype, 'parentNode');\n\n // As per issue #47, the web-components registry is inherited by a\n // new document created via createHTMLDocument. As per the spec\n // (http://w3c.github.io/webcomponents/spec/custom/#creating-and-passing-registries)\n // a new empty registry is used when creating a template contents owner\n // document, so we use that as our parent document to ensure nothing\n // is inherited.\n if (typeof HTMLTemplateElement === 'function') {\n var template = document.createElement('template');\n if (template.content && template.content.ownerDocument) {\n document = template.content.ownerDocument;\n }\n }\n\n var trustedTypesPolicy = _createTrustedTypesPolicy(trustedTypes, originalDocument);\n var emptyHTML = trustedTypesPolicy && RETURN_TRUSTED_TYPE ? trustedTypesPolicy.createHTML('') : '';\n\n var _document = document,\n implementation = _document.implementation,\n createNodeIterator = _document.createNodeIterator,\n createDocumentFragment = _document.createDocumentFragment;\n var importNode = originalDocument.importNode;\n\n\n var documentMode = {};\n try {\n documentMode = clone(document).documentMode ? document.documentMode : {};\n } catch (_) {}\n\n var hooks = {};\n\n /**\n * Expose whether this browser supports running the full DOMPurify.\n */\n DOMPurify.isSupported = typeof getParentNode === 'function' && implementation && typeof implementation.createHTMLDocument !== 'undefined' && documentMode !== 9;\n\n var MUSTACHE_EXPR$$1 = MUSTACHE_EXPR,\n ERB_EXPR$$1 = ERB_EXPR,\n DATA_ATTR$$1 = DATA_ATTR,\n ARIA_ATTR$$1 = ARIA_ATTR,\n IS_SCRIPT_OR_DATA$$1 = IS_SCRIPT_OR_DATA,\n ATTR_WHITESPACE$$1 = ATTR_WHITESPACE;\n var IS_ALLOWED_URI$$1 = IS_ALLOWED_URI;\n\n /**\n * We consider the elements and attributes below to be safe. Ideally\n * don't add any new ones but feel free to remove unwanted ones.\n */\n\n /* allowed element names */\n\n var ALLOWED_TAGS = null;\n var DEFAULT_ALLOWED_TAGS = addToSet({}, [].concat(_toConsumableArray$1(html), _toConsumableArray$1(svg), _toConsumableArray$1(svgFilters), _toConsumableArray$1(mathMl), _toConsumableArray$1(text)));\n\n /* Allowed attribute names */\n var ALLOWED_ATTR = null;\n var DEFAULT_ALLOWED_ATTR = addToSet({}, [].concat(_toConsumableArray$1(html$1), _toConsumableArray$1(svg$1), _toConsumableArray$1(mathMl$1), _toConsumableArray$1(xml)));\n\n /* Explicitly forbidden tags (overrides ALLOWED_TAGS/ADD_TAGS) */\n var FORBID_TAGS = null;\n\n /* Explicitly forbidden attributes (overrides ALLOWED_ATTR/ADD_ATTR) */\n var FORBID_ATTR = null;\n\n /* Decide if ARIA attributes are okay */\n var ALLOW_ARIA_ATTR = true;\n\n /* Decide if custom data attributes are okay */\n var ALLOW_DATA_ATTR = true;\n\n /* Decide if unknown protocols are okay */\n var ALLOW_UNKNOWN_PROTOCOLS = false;\n\n /* Output should be safe for common template engines.\n * This means, DOMPurify removes data attributes, mustaches and ERB\n */\n var SAFE_FOR_TEMPLATES = false;\n\n /* Decide if document with <html>... should be returned */\n var WHOLE_DOCUMENT = false;\n\n /* Track whether config is already set on this instance of DOMPurify. */\n var SET_CONFIG = false;\n\n /* Decide if all elements (e.g. style, script) must be children of\n * document.body. By default, browsers might move them to document.head */\n var FORCE_BODY = false;\n\n /* Decide if a DOM `HTMLBodyElement` should be returned, instead of a html\n * string (or a TrustedHTML object if Trusted Types are supported).\n * If `WHOLE_DOCUMENT` is enabled a `HTMLHtmlElement` will be returned instead\n */\n var RETURN_DOM = false;\n\n /* Decide if a DOM `DocumentFragment` should be returned, instead of a html\n * string (or a TrustedHTML object if Trusted Types are supported) */\n var RETURN_DOM_FRAGMENT = false;\n\n /* If `RETURN_DOM` or `RETURN_DOM_FRAGMENT` is enabled, decide if the returned DOM\n * `Node` is imported into the current `Document`. If this flag is not enabled the\n * `Node` will belong (its ownerDocument) to a fresh `HTMLDocument`, created by\n * DOMPurify.\n *\n * This defaults to `true` starting DOMPurify 2.2.0. Note that setting it to `false`\n * might cause XSS from attacks hidden in closed shadowroots in case the browser\n * supports Declarative Shadow: DOM https://web.dev/declarative-shadow-dom/\n */\n var RETURN_DOM_IMPORT = true;\n\n /* Try to return a Trusted Type object instead of a string, return a string in\n * case Trusted Types are not supported */\n var RETURN_TRUSTED_TYPE = false;\n\n /* Output should be free from DOM clobbering attacks? */\n var SANITIZE_DOM = true;\n\n /* Keep element content when removing element? */\n var KEEP_CONTENT = true;\n\n /* If a `Node` is passed to sanitize(), then performs sanitization in-place instead\n * of importing it into a new Document and returning a sanitized copy */\n var IN_PLACE = false;\n\n /* Allow usage of profiles like html, svg and mathMl */\n var USE_PROFILES = {};\n\n /* Tags to ignore content of when KEEP_CONTENT is true */\n var FORBID_CONTENTS = addToSet({}, ['annotation-xml', 'audio', 'colgroup', 'desc', 'foreignobject', 'head', 'iframe', 'math', 'mi', 'mn', 'mo', 'ms', 'mtext', 'noembed', 'noframes', 'noscript', 'plaintext', 'script', 'style', 'svg', 'template', 'thead', 'title', 'video', 'xmp']);\n\n /* Tags that are safe for data: URIs */\n var DATA_URI_TAGS = null;\n var DEFAULT_DATA_URI_TAGS = addToSet({}, ['audio', 'video', 'img', 'source', 'image', 'track']);\n\n /* Attributes safe for values like \"javascript:\" */\n var URI_SAFE_ATTRIBUTES = null;\n var DEFAULT_URI_SAFE_ATTRIBUTES = addToSet({}, ['alt', 'class', 'for', 'id', 'label', 'name', 'pattern', 'placeholder', 'summary', 'title', 'value', 'style', 'xmlns']);\n\n var MATHML_NAMESPACE = 'http://www.w3.org/1998/Math/MathML';\n var SVG_NAMESPACE = 'http://www.w3.org/2000/svg';\n var HTML_NAMESPACE = 'http://www.w3.org/1999/xhtml';\n /* Document namespace */\n var NAMESPACE = HTML_NAMESPACE;\n\n /* Keep a reference to config to pass to hooks */\n var CONFIG = null;\n\n /* Ideally, do not touch anything below this line */\n /* ______________________________________________ */\n\n var formElement = document.createElement('form');\n\n /**\n * _parseConfig\n *\n * @param {Object} cfg optional config literal\n */\n // eslint-disable-next-line complexity\n var _parseConfig = function _parseConfig(cfg) {\n if (CONFIG && CONFIG === cfg) {\n return;\n }\n\n /* Shield configuration object from tampering */\n if (!cfg || (typeof cfg === 'undefined' ? 'undefined' : _typeof(cfg)) !== 'object') {\n cfg = {};\n }\n\n /* Shield configuration object from prototype pollution */\n cfg = clone(cfg);\n\n /* Set configuration parameters */\n ALLOWED_TAGS = 'ALLOWED_TAGS' in cfg ? addToSet({}, cfg.ALLOWED_TAGS) : DEFAULT_ALLOWED_TAGS;\n ALLOWED_ATTR = 'ALLOWED_ATTR' in cfg ? addToSet({}, cfg.ALLOWED_ATTR) : DEFAULT_ALLOWED_ATTR;\n URI_SAFE_ATTRIBUTES = 'ADD_URI_SAFE_ATTR' in cfg ? addToSet(clone(DEFAULT_URI_SAFE_ATTRIBUTES), cfg.ADD_URI_SAFE_ATTR) : DEFAULT_URI_SAFE_ATTRIBUTES;\n DATA_URI_TAGS = 'ADD_DATA_URI_TAGS' in cfg ? addToSet(clone(DEFAULT_DATA_URI_TAGS), cfg.ADD_DATA_URI_TAGS) : DEFAULT_DATA_URI_TAGS;\n FORBID_TAGS = 'FORBID_TAGS' in cfg ? addToSet({}, cfg.FORBID_TAGS) : {};\n FORBID_ATTR = 'FORBID_ATTR' in cfg ? addToSet({}, cfg.FORBID_ATTR) : {};\n USE_PROFILES = 'USE_PROFILES' in cfg ? cfg.USE_PROFILES : false;\n ALLOW_ARIA_ATTR = cfg.ALLOW_ARIA_ATTR !== false; // Default true\n ALLOW_DATA_ATTR = cfg.ALLOW_DATA_ATTR !== false; // Default true\n ALLOW_UNKNOWN_PROTOCOLS = cfg.ALLOW_UNKNOWN_PROTOCOLS || false; // Default false\n SAFE_FOR_TEMPLATES = cfg.SAFE_FOR_TEMPLATES || false; // Default false\n WHOLE_DOCUMENT = cfg.WHOLE_DOCUMENT || false; // Default false\n RETURN_DOM = cfg.RETURN_DOM || false; // Default false\n RETURN_DOM_FRAGMENT = cfg.RETURN_DOM_FRAGMENT || false; // Default false\n RETURN_DOM_IMPORT = cfg.RETURN_DOM_IMPORT !== false; // Default true\n RETURN_TRUSTED_TYPE = cfg.RETURN_TRUSTED_TYPE || false; // Default false\n FORCE_BODY = cfg.FORCE_BODY || false; // Default false\n SANITIZE_DOM = cfg.SANITIZE_DOM !== false; // Default true\n KEEP_CONTENT = cfg.KEEP_CONTENT !== false; // Default true\n IN_PLACE = cfg.IN_PLACE || false; // Default false\n IS_ALLOWED_URI$$1 = cfg.ALLOWED_URI_REGEXP || IS_ALLOWED_URI$$1;\n NAMESPACE = cfg.NAMESPACE || NAMESPACE;\n if (SAFE_FOR_TEMPLATES) {\n ALLOW_DATA_ATTR = false;\n }\n\n if (RETURN_DOM_FRAGMENT) {\n RETURN_DOM = true;\n }\n\n /* Parse profile info */\n if (USE_PROFILES) {\n ALLOWED_TAGS = addToSet({}, [].concat(_toConsumableArray$1(text)));\n ALLOWED_ATTR = [];\n if (USE_PROFILES.html === true) {\n addToSet(ALLOWED_TAGS, html);\n addToSet(ALLOWED_ATTR, html$1);\n }\n\n if (USE_PROFILES.svg === true) {\n addToSet(ALLOWED_TAGS, svg);\n addToSet(ALLOWED_ATTR, svg$1);\n addToSet(ALLOWED_ATTR, xml);\n }\n\n if (USE_PROFILES.svgFilters === true) {\n addToSet(ALLOWED_TAGS, svgFilters);\n addToSet(ALLOWED_ATTR, svg$1);\n addToSet(ALLOWED_ATTR, xml);\n }\n\n if (USE_PROFILES.mathMl === true) {\n addToSet(ALLOWED_TAGS, mathMl);\n addToSet(ALLOWED_ATTR, mathMl$1);\n addToSet(ALLOWED_ATTR, xml);\n }\n }\n\n /* Merge configuration parameters */\n if (cfg.ADD_TAGS) {\n if (ALLOWED_TAGS === DEFAULT_ALLOWED_TAGS) {\n ALLOWED_TAGS = clone(ALLOWED_TAGS);\n }\n\n addToSet(ALLOWED_TAGS, cfg.ADD_TAGS);\n }\n\n if (cfg.ADD_ATTR) {\n if (ALLOWED_ATTR === DEFAULT_ALLOWED_ATTR) {\n ALLOWED_ATTR = clone(ALLOWED_ATTR);\n }\n\n addToSet(ALLOWED_ATTR, cfg.ADD_ATTR);\n }\n\n if (cfg.ADD_URI_SAFE_ATTR) {\n addToSet(URI_SAFE_ATTRIBUTES, cfg.ADD_URI_SAFE_ATTR);\n }\n\n /* Add #text in case KEEP_CONTENT is set to true */\n if (KEEP_CONTENT) {\n ALLOWED_TAGS['#text'] = true;\n }\n\n /* Add html, head and body to ALLOWED_TAGS in case WHOLE_DOCUMENT is true */\n if (WHOLE_DOCUMENT) {\n addToSet(ALLOWED_TAGS, ['html', 'head', 'body']);\n }\n\n /* Add tbody to ALLOWED_TAGS in case tables are permitted, see #286, #365 */\n if (ALLOWED_TAGS.table) {\n addToSet(ALLOWED_TAGS, ['tbody']);\n delete FORBID_TAGS.tbody;\n }\n\n // Prevent further manipulation of configuration.\n // Not available in IE8, Safari 5, etc.\n if (freeze) {\n freeze(cfg);\n }\n\n CONFIG = cfg;\n };\n\n var MATHML_TEXT_INTEGRATION_POINTS = addToSet({}, ['mi', 'mo', 'mn', 'ms', 'mtext']);\n\n var HTML_INTEGRATION_POINTS = addToSet({}, ['foreignobject', 'desc', 'title', 'annotation-xml']);\n\n /* Keep track of all possible SVG and MathML tags\n * so that we can perform the namespace checks\n * correctly. */\n var ALL_SVG_TAGS = addToSet({}, svg);\n addToSet(ALL_SVG_TAGS, svgFilters);\n addToSet(ALL_SVG_TAGS, svgDisallowed);\n\n var ALL_MATHML_TAGS = addToSet({}, mathMl);\n addToSet(ALL_MATHML_TAGS, mathMlDisallowed);\n\n /**\n *\n *\n * @param {Element} element a DOM element whose namespace is being checked\n * @returns {boolean} Return false if the element has a\n * namespace that a spec-compliant parser would never\n * return. Return true otherwise.\n */\n var _checkValidNamespace = function _checkValidNamespace(element) {\n var parent = getParentNode(element);\n\n // In JSDOM, if we're inside shadow DOM, then parentNode\n // can be null. We just simulate parent in this case.\n if (!parent || !parent.tagName) {\n parent = {\n namespaceURI: HTML_NAMESPACE,\n tagName: 'template'\n };\n }\n\n var tagName = stringToLowerCase(element.tagName);\n var parentTagName = stringToLowerCase(parent.tagName);\n\n if (element.namespaceURI === SVG_NAMESPACE) {\n // The only way to switch from HTML namespace to SVG\n // is via <svg>. If it happens via any other tag, then\n // it should be killed.\n if (parent.namespaceURI === HTML_NAMESPACE) {\n return tagName === 'svg';\n }\n\n // The only way to switch from MathML to SVG is via\n // svg if parent is either <annotation-xml> or MathML\n // text integration points.\n if (parent.namespaceURI === MATHML_NAMESPACE) {\n return tagName === 'svg' && (parentTagName === 'annotation-xml' || MATHML_TEXT_INTEGRATION_POINTS[parentTagName]);\n }\n\n // We only allow elements that are defined in SVG\n // spec. All others are disallowed in SVG namespace.\n return Boolean(ALL_SVG_TAGS[tagName]);\n }\n\n if (element.namespaceURI === MATHML_NAMESPACE) {\n // The only way to switch from HTML namespace to MathML\n // is via <math>. If it happens via any other tag, then\n // it should be killed.\n if (parent.namespaceURI === HTML_NAMESPACE) {\n return tagName === 'math';\n }\n\n // The only way to switch from SVG to MathML is via\n // <math> and HTML integration points\n if (parent.namespaceURI === SVG_NAMESPACE) {\n return tagName === 'math' && HTML_INTEGRATION_POINTS[parentTagName];\n }\n\n // We only allow elements that are defined in MathML\n // spec. All others are disallowed in MathML namespace.\n return Boolean(ALL_MATHML_TAGS[tagName]);\n }\n\n if (element.namespaceURI === HTML_NAMESPACE) {\n // The only way to switch from SVG to HTML is via\n // HTML integration points, and from MathML to HTML\n // is via MathML text integration points\n if (parent.namespaceURI === SVG_NAMESPACE && !HTML_INTEGRATION_POINTS[parentTagName]) {\n return false;\n }\n\n if (parent.namespaceURI === MATHML_NAMESPACE && !MATHML_TEXT_INTEGRATION_POINTS[parentTagName]) {\n return false;\n }\n\n // Certain elements are allowed in both SVG and HTML\n // namespace. We need to specify them explicitly\n // so that they don't get erronously deleted from\n // HTML namespace.\n var commonSvgAndHTMLElements = addToSet({}, ['title', 'style', 'font', 'a', 'script']);\n\n // We disallow tags that are specific for MathML\n // or SVG and should never appear in HTML namespace\n return !ALL_MATHML_TAGS[tagName] && (commonSvgAndHTMLElements[tagName] || !ALL_SVG_TAGS[tagName]);\n }\n\n // The code should never reach this place (this means\n // that the element somehow got namespace that is not\n // HTML, SVG or MathML). Return false just in case.\n return false;\n };\n\n /**\n * _forceRemove\n *\n * @param {Node} node a DOM node\n */\n var _forceRemove = function _forceRemove(node) {\n arrayPush(DOMPurify.removed, { element: node });\n try {\n node.parentNode.removeChild(node);\n } catch (_) {\n try {\n node.outerHTML = emptyHTML;\n } catch (_) {\n node.remove();\n }\n }\n };\n\n /**\n * _removeAttribute\n *\n * @param {String} name an Attribute name\n * @param {Node} node a DOM node\n */\n var _removeAttribute = function _removeAttribute(name, node) {\n try {\n arrayPush(DOMPurify.removed, {\n attribute: node.getAttributeNode(name),\n from: node\n });\n } catch (_) {\n arrayPush(DOMPurify.removed, {\n attribute: null,\n from: node\n });\n }\n\n node.removeAttribute(name);\n\n // We void attribute values for unremovable \"is\"\" attributes\n if (name === 'is' && !ALLOWED_ATTR[name]) {\n if (RETURN_DOM || RETURN_DOM_FRAGMENT) {\n try {\n _forceRemove(node);\n } catch (_) {}\n } else {\n try {\n node.setAttribute(name, '');\n } catch (_) {}\n }\n }\n };\n\n /**\n * _initDocument\n *\n * @param {String} dirty a string of dirty markup\n * @return {Document} a DOM, filled with the dirty markup\n */\n var _initDocument = function _initDocument(dirty) {\n /* Create a HTML document */\n var doc = void 0;\n var leadingWhitespace = void 0;\n\n if (FORCE_BODY) {\n dirty = '<remove></remove>' + dirty;\n } else {\n /* If FORCE_BODY isn't used, leading whitespace needs to be preserved manually */\n var matches = stringMatch(dirty, /^[\\r\\n\\t ]+/);\n leadingWhitespace = matches && matches[0];\n }\n\n var dirtyPayload = trustedTypesPolicy ? trustedTypesPolicy.createHTML(dirty) : dirty;\n /*\n * Use the DOMParser API by default, fallback later if needs be\n * DOMParser not work for svg when has multiple root element.\n */\n if (NAMESPACE === HTML_NAMESPACE) {\n try {\n doc = new DOMParser().parseFromString(dirtyPayload, 'text/html');\n } catch (_) {}\n }\n\n /* Use createHTMLDocument in case DOMParser is not available */\n if (!doc || !doc.documentElement) {\n doc = implementation.createDocument(NAMESPACE, 'template', null);\n doc.documentElement.innerHTML = dirtyPayload;\n }\n\n var body = doc.body || doc.documentElement;\n\n if (dirty && leadingWhitespace) {\n body.insertBefore(document.createTextNode(leadingWhitespace), body.childNodes[0] || null);\n }\n\n /* Work on whole document or just its body */\n return WHOLE_DOCUMENT ? doc.documentElement : body;\n };\n\n /**\n * _createIterator\n *\n * @param {Document} root document/fragment to create iterator for\n * @return {Iterator} iterator instance\n */\n var _createIterator = function _createIterator(root) {\n return createNodeIterator.call(root.ownerDocument || root, root, NodeFilter.SHOW_ELEMENT | NodeFilter.SHOW_COMMENT | NodeFilter.SHOW_TEXT, function () {\n return NodeFilter.FILTER_ACCEPT;\n }, false);\n };\n\n /**\n * _isClobbered\n *\n * @param {Node} elm element to check for clobbering attacks\n * @return {Boolean} true if clobbered, false if safe\n */\n var _isClobbered = function _isClobbered(elm) {\n if (elm instanceof Text || elm instanceof Comment) {\n return false;\n }\n\n if (typeof elm.nodeName !== 'string' || typeof elm.textContent !== 'string' || typeof elm.removeChild !== 'function' || !(elm.attributes instanceof NamedNodeMap) || typeof elm.removeAttribute !== 'function' || typeof elm.setAttribute !== 'function' || typeof elm.namespaceURI !== 'string' || typeof elm.insertBefore !== 'function') {\n return true;\n }\n\n return false;\n };\n\n /**\n * _isNode\n *\n * @param {Node} obj object to check whether it's a DOM node\n * @return {Boolean} true is object is a DOM node\n */\n var _isNode = function _isNode(object) {\n return (typeof Node === 'undefined' ? 'undefined' : _typeof(Node)) === 'object' ? object instanceof Node : object && (typeof object === 'undefined' ? 'undefined' : _typeof(object)) === 'object' && typeof object.nodeType === 'number' && typeof object.nodeName === 'string';\n };\n\n /**\n * _executeHook\n * Execute user configurable hooks\n *\n * @param {String} entryPoint Name of the hook's entry point\n * @param {Node} currentNode node to work on with the hook\n * @param {Object} data additional hook parameters\n */\n var _executeHook = function _executeHook(entryPoint, currentNode, data) {\n if (!hooks[entryPoint]) {\n return;\n }\n\n arrayForEach(hooks[entryPoint], function (hook) {\n hook.call(DOMPurify, currentNode, data, CONFIG);\n });\n };\n\n /**\n * _sanitizeElements\n *\n * @protect nodeName\n * @protect textContent\n * @protect removeChild\n *\n * @param {Node} currentNode to check for permission to exist\n * @return {Boolean} true if node was killed, false if left alive\n */\n var _sanitizeElements = function _sanitizeElements(currentNode) {\n var content = void 0;\n\n /* Execute a hook if present */\n _executeHook('beforeSanitizeElements', currentNode, null);\n\n /* Check if element is clobbered or can clobber */\n if (_isClobbered(currentNode)) {\n _forceRemove(currentNode);\n return true;\n }\n\n /* Check if tagname contains Unicode */\n if (stringMatch(currentNode.nodeName, /[\\u0080-\\uFFFF]/)) {\n _forceRemove(currentNode);\n return true;\n }\n\n /* Now let's check the element's type and name */\n var tagName = stringToLowerCase(currentNode.nodeName);\n\n /* Execute a hook if present */\n _executeHook('uponSanitizeElement', currentNode, {\n tagName: tagName,\n allowedTags: ALLOWED_TAGS\n });\n\n /* Detect mXSS attempts abusing namespace confusion */\n if (!_isNode(currentNode.firstElementChild) && (!_isNode(currentNode.content) || !_isNode(currentNode.content.firstElementChild)) && regExpTest(/<[/\\w]/g, currentNode.innerHTML) && regExpTest(/<[/\\w]/g, currentNode.textContent)) {\n _forceRemove(currentNode);\n return true;\n }\n\n /* Remove element if anything forbids its presence */\n if (!ALLOWED_TAGS[tagName] || FORBID_TAGS[tagName]) {\n /* Keep content except for bad-listed elements */\n if (KEEP_CONTENT && !FORBID_CONTENTS[tagName]) {\n var parentNode = getParentNode(currentNode) || currentNode.parentNode;\n var childNodes = getChildNodes(currentNode) || currentNode.childNodes;\n\n if (childNodes && parentNode) {\n var childCount = childNodes.length;\n\n for (var i = childCount - 1; i >= 0; --i) {\n parentNode.insertBefore(cloneNode(childNodes[i], true), getNextSibling(currentNode));\n }\n }\n }\n\n _forceRemove(currentNode);\n return true;\n }\n\n /* Check whether element has a valid namespace */\n if (currentNode instanceof Element && !_checkValidNamespace(currentNode)) {\n _forceRemove(currentNode);\n return true;\n }\n\n if ((tagName === 'noscript' || tagName === 'noembed') && regExpTest(/<\\/no(script|embed)/i, currentNode.innerHTML)) {\n _forceRemove(currentNode);\n return true;\n }\n\n /* Sanitize element content to be template-safe */\n if (SAFE_FOR_TEMPLATES && currentNode.nodeType === 3) {\n /* Get the element's text content */\n content = currentNode.textContent;\n content = stringReplace(content, MUSTACHE_EXPR$$1, ' ');\n content = stringReplace(content, ERB_EXPR$$1, ' ');\n if (currentNode.textContent !== content) {\n arrayPush(DOMPurify.removed, { element: currentNode.cloneNode() });\n currentNode.textContent = content;\n }\n }\n\n /* Execute a hook if present */\n _executeHook('afterSanitizeElements', currentNode, null);\n\n return false;\n };\n\n /**\n * _isValidAttribute\n *\n * @param {string} lcTag Lowercase tag name of containing element.\n * @param {string} lcName Lowercase attribute name.\n * @param {string} value Attribute value.\n * @return {Boolean} Returns true if `value` is valid, otherwise false.\n */\n // eslint-disable-next-line complexity\n var _isValidAttribute = function _isValidAttribute(lcTag, lcName, value) {\n /* Make sure attribute cannot clobber */\n if (SANITIZE_DOM && (lcName === 'id' || lcName === 'name') && (value in document || value in formElement)) {\n return false;\n }\n\n /* Allow valid data-* attributes: At least one character after \"-\"\n (https://html.spec.whatwg.org/multipage/dom.html#embedding-custom-non-visible-data-with-the-data-*-attributes)\n XML-compatible (https://html.spec.whatwg.org/multipage/infrastructure.html#xml-compatible and http://www.w3.org/TR/xml/#d0e804)\n We don't need to check the value; it's always URI safe. */\n if (ALLOW_DATA_ATTR && regExpTest(DATA_ATTR$$1, lcName)) ; else if (ALLOW_ARIA_ATTR && regExpTest(ARIA_ATTR$$1, lcName)) ; else if (!ALLOWED_ATTR[lcName] || FORBID_ATTR[lcName]) {\n return false;\n\n /* Check value is safe. First, is attr inert? If so, is safe */\n } else if (URI_SAFE_ATTRIBUTES[lcName]) ; else if (regExpTest(IS_ALLOWED_URI$$1, stringReplace(value, ATTR_WHITESPACE$$1, ''))) ; else if ((lcName === 'src' || lcName === 'xlink:href' || lcName === 'href') && lcTag !== 'script' && stringIndexOf(value, 'data:') === 0 && DATA_URI_TAGS[lcTag]) ; else if (ALLOW_UNKNOWN_PROTOCOLS && !regExpTest(IS_SCRIPT_OR_DATA$$1, stringReplace(value, ATTR_WHITESPACE$$1, ''))) ; else if (!value) ; else {\n return false;\n }\n\n return true;\n };\n\n /**\n * _sanitizeAttributes\n *\n * @protect attributes\n * @protect nodeName\n * @protect removeAttribute\n * @protect setAttribute\n *\n * @param {Node} currentNode to sanitize\n */\n var _sanitizeAttributes = function _sanitizeAttributes(currentNode) {\n var attr = void 0;\n var value = void 0;\n var lcName = void 0;\n var l = void 0;\n /* Execute a hook if present */\n _executeHook('beforeSanitizeAttributes', currentNode, null);\n\n var attributes = currentNode.attributes;\n\n /* Check if we have attributes; if not we might have a text node */\n\n if (!attributes) {\n return;\n }\n\n var hookEvent = {\n attrName: '',\n attrValue: '',\n keepAttr: true,\n allowedAttributes: ALLOWED_ATTR\n };\n l = attributes.length;\n\n /* Go backwards over all attributes; safely remove bad ones */\n while (l--) {\n attr = attributes[l];\n var _attr = attr,\n name = _attr.name,\n namespaceURI = _attr.namespaceURI;\n\n value = stringTrim(attr.value);\n lcName = stringToLowerCase(name);\n\n /* Execute a hook if present */\n hookEvent.attrName = lcName;\n hookEvent.attrValue = value;\n hookEvent.keepAttr = true;\n hookEvent.forceKeepAttr = undefined; // Allows developers to see this is a property they can set\n _executeHook('uponSanitizeAttribute', currentNode, hookEvent);\n value = hookEvent.attrValue;\n /* Did the hooks approve of the attribute? */\n if (hookEvent.forceKeepAttr) {\n continue;\n }\n\n /* Remove attribute */\n _removeAttribute(name, currentNode);\n\n /* Did the hooks approve of the attribute? */\n if (!hookEvent.keepAttr) {\n continue;\n }\n\n /* Work around a security issue in jQuery 3.0 */\n if (regExpTest(/\\/>/i, value)) {\n _removeAttribute(name, currentNode);\n continue;\n }\n\n /* Sanitize attribute content to be template-safe */\n if (SAFE_FOR_TEMPLATES) {\n value = stringReplace(value, MUSTACHE_EXPR$$1, ' ');\n value = stringReplace(value, ERB_EXPR$$1, ' ');\n }\n\n /* Is `value` valid for this attribute? */\n var lcTag = currentNode.nodeName.toLowerCase();\n if (!_isValidAttribute(lcTag, lcName, value)) {\n continue;\n }\n\n /* Handle invalid data-* attribute set by try-catching it */\n try {\n if (namespaceURI) {\n currentNode.setAttributeNS(namespaceURI, name, value);\n } else {\n /* Fallback to setAttribute() for browser-unrecognized namespaces e.g. \"x-schema\". */\n currentNode.setAttribute(name, value);\n }\n\n arrayPop(DOMPurify.removed);\n } catch (_) {}\n }\n\n /* Execute a hook if present */\n _executeHook('afterSanitizeAttributes', currentNode, null);\n };\n\n /**\n * _sanitizeShadowDOM\n *\n * @param {DocumentFragment} fragment to iterate over recursively\n */\n var _sanitizeShadowDOM = function _sanitizeShadowDOM(fragment) {\n var shadowNode = void 0;\n var shadowIterator = _createIterator(fragment);\n\n /* Execute a hook if present */\n _executeHook('beforeSanitizeShadowDOM', fragment, null);\n\n while (shadowNode = shadowIterator.nextNode()) {\n /* Execute a hook if present */\n _executeHook('uponSanitizeShadowNode', shadowNode, null);\n\n /* Sanitize tags and elements */\n if (_sanitizeElements(shadowNode)) {\n continue;\n }\n\n /* Deep shadow DOM detected */\n if (shadowNode.content instanceof DocumentFragment) {\n _sanitizeShadowDOM(shadowNode.content);\n }\n\n /* Check attributes, sanitize if necessary */\n _sanitizeAttributes(shadowNode);\n }\n\n /* Execute a hook if present */\n _executeHook('afterSanitizeShadowDOM', fragment, null);\n };\n\n /**\n * Sanitize\n * Public method providing core sanitation functionality\n *\n * @param {String|Node} dirty string or DOM node\n * @param {Object} configuration object\n */\n // eslint-disable-next-line complexity\n DOMPurify.sanitize = function (dirty, cfg) {\n var body = void 0;\n var importedNode = void 0;\n var currentNode = void 0;\n var oldNode = void 0;\n var returnNode = void 0;\n /* Make sure we have a string to sanitize.\n DO NOT return early, as this will return the wrong type if\n the user has requested a DOM object rather than a string */\n if (!dirty) {\n dirty = '<!-->';\n }\n\n /* Stringify, in case dirty is an object */\n if (typeof dirty !== 'string' && !_isNode(dirty)) {\n // eslint-disable-next-line no-negated-condition\n if (typeof dirty.toString !== 'function') {\n throw typeErrorCreate('toString is not a function');\n } else {\n dirty = dirty.toString();\n if (typeof dirty !== 'string') {\n throw typeErrorCreate('dirty is not a string, aborting');\n }\n }\n }\n\n /* Check we can run. Otherwise fall back or ignore */\n if (!DOMPurify.isSupported) {\n if (_typeof(window.toStaticHTML) === 'object' || typeof window.toStaticHTML === 'function') {\n if (typeof dirty === 'string') {\n return window.toStaticHTML(dirty);\n }\n\n if (_isNode(dirty)) {\n return window.toStaticHTML(dirty.outerHTML);\n }\n }\n\n return dirty;\n }\n\n /* Assign config vars */\n if (!SET_CONFIG) {\n _parseConfig(cfg);\n }\n\n /* Clean up removed elements */\n DOMPurify.removed = [];\n\n /* Check if dirty is correctly typed for IN_PLACE */\n if (typeof dirty === 'string') {\n IN_PLACE = false;\n }\n\n if (IN_PLACE) ; else if (dirty instanceof Node) {\n /* If dirty is a DOM element, append to an empty document to avoid\n elements being stripped by the parser */\n body = _initDocument('<!---->');\n importedNode = body.ownerDocument.importNode(dirty, true);\n if (importedNode.nodeType === 1 && importedNode.nodeName === 'BODY') {\n /* Node is already a body, use as is */\n body = importedNode;\n } else if (importedNode.nodeName === 'HTML') {\n body = importedNode;\n } else {\n // eslint-disable-next-line unicorn/prefer-node-append\n body.appendChild(importedNode);\n }\n } else {\n /* Exit directly if we have nothing to do */\n if (!RETURN_DOM && !SAFE_FOR_TEMPLATES && !WHOLE_DOCUMENT &&\n // eslint-disable-next-line unicorn/prefer-includes\n dirty.indexOf('<') === -1) {\n return trustedTypesPolicy && RETURN_TRUSTED_TYPE ? trustedTypesPolicy.createHTML(dirty) : dirty;\n }\n\n /* Initialize the document to work on */\n body = _initDocument(dirty);\n\n /* Check we have a DOM node from the data */\n if (!body) {\n return RETURN_DOM ? null : emptyHTML;\n }\n }\n\n /* Remove first element node (ours) if FORCE_BODY is set */\n if (body && FORCE_BODY) {\n _forceRemove(body.firstChild);\n }\n\n /* Get node iterator */\n var nodeIterator = _createIterator(IN_PLACE ? dirty : body);\n\n /* Now start iterating over the created document */\n while (currentNode = nodeIterator.nextNode()) {\n /* Fix IE's strange behavior with manipulated textNodes #89 */\n if (currentNode.nodeType === 3 && currentNode === oldNode) {\n continue;\n }\n\n /* Sanitize tags and elements */\n if (_sanitizeElements(currentNode)) {\n continue;\n }\n\n /* Shadow DOM detected, sanitize it */\n if (currentNode.content instanceof DocumentFragment) {\n _sanitizeShadowDOM(currentNode.content);\n }\n\n /* Check attributes, sanitize if necessary */\n _sanitizeAttributes(currentNode);\n\n oldNode = currentNode;\n }\n\n oldNode = null;\n\n /* If we sanitized `dirty` in-place, return it. */\n if (IN_PLACE) {\n return dirty;\n }\n\n /* Return sanitized string or DOM */\n if (RETURN_DOM) {\n if (RETURN_DOM_FRAGMENT) {\n returnNode = createDocumentFragment.call(body.ownerDocument);\n\n while (body.firstChild) {\n // eslint-disable-next-line unicorn/prefer-node-append\n returnNode.appendChild(body.firstChild);\n }\n } else {\n returnNode = body;\n }\n\n if (RETURN_DOM_IMPORT) {\n /*\n AdoptNode() is not used because internal state is not reset\n (e.g. the past names map of a HTMLFormElement), this is safe\n in theory but we would rather not risk another attack vector.\n The state that is cloned by importNode() is explicitly defined\n by the specs.\n */\n returnNode = importNode.call(originalDocument, returnNode, true);\n }\n\n return returnNode;\n }\n\n var serializedHTML = WHOLE_DOCUMENT ? body.outerHTML : body.innerHTML;\n\n /* Sanitize final string template-safe */\n if (SAFE_FOR_TEMPLATES) {\n serializedHTML = stringReplace(serializedHTML, MUSTACHE_EXPR$$1, ' ');\n serializedHTML = stringReplace(serializedHTML, ERB_EXPR$$1, ' ');\n }\n\n return trustedTypesPolicy && RETURN_TRUSTED_TYPE ? trustedTypesPolicy.createHTML(serializedHTML) : serializedHTML;\n };\n\n /**\n * Public method to set the configuration once\n * setConfig\n *\n * @param {Object} cfg configuration object\n */\n DOMPurify.setConfig = function (cfg) {\n _parseConfig(cfg);\n SET_CONFIG = true;\n };\n\n /**\n * Public method to remove the configuration\n * clearConfig\n *\n */\n DOMPurify.clearConfig = function () {\n CONFIG = null;\n SET_CONFIG = false;\n };\n\n /**\n * Public method to check if an attribute value is valid.\n * Uses last set config, if any. Otherwise, uses config defaults.\n * isValidAttribute\n *\n * @param {string} tag Tag name of containing element.\n * @param {string} attr Attribute name.\n * @param {string} value Attribute value.\n * @return {Boolean} Returns true if `value` is valid. Otherwise, returns false.\n */\n DOMPurify.isValidAttribute = function (tag, attr, value) {\n /* Initialize shared config vars if necessary. */\n if (!CONFIG) {\n _parseConfig({});\n }\n\n var lcTag = stringToLowerCase(tag);\n var lcName = stringToLowerCase(attr);\n return _isValidAttribute(lcTag, lcName, value);\n };\n\n /**\n * AddHook\n * Public method to add DOMPurify hooks\n *\n * @param {String} entryPoint entry point for the hook to add\n * @param {Function} hookFunction function to execute\n */\n DOMPurify.addHook = function (entryPoint, hookFunction) {\n if (typeof hookFunction !== 'function') {\n return;\n }\n\n hooks[entryPoint] = hooks[entryPoint] || [];\n arrayPush(hooks[entryPoint], hookFunction);\n };\n\n /**\n * RemoveHook\n * Public method to remove a DOMPurify hook at a given entryPoint\n * (pops it from the stack of hooks if more are present)\n *\n * @param {String} entryPoint entry point for the hook to remove\n */\n DOMPurify.removeHook = function (entryPoint) {\n if (hooks[entryPoint]) {\n arrayPop(hooks[entryPoint]);\n }\n };\n\n /**\n * RemoveHooks\n * Public method to remove all DOMPurify hooks at a given entryPoint\n *\n * @param {String} entryPoint entry point for the hooks to remove\n */\n DOMPurify.removeHooks = function (entryPoint) {\n if (hooks[entryPoint]) {\n hooks[entryPoint] = [];\n }\n };\n\n /**\n * RemoveAllHooks\n * Public method to remove all DOMPurify hooks\n *\n */\n DOMPurify.removeAllHooks = function () {\n hooks = {};\n };\n\n return DOMPurify;\n }\n\n var purify = createDOMPurify();\n\n return purify;\n\n}));\n//# sourceMappingURL=purify.js.map\n","\"use strict\";\n\nObject.defineProperty(exports, \"__esModule\", {\n value: true\n});\nObject.defineProperty(exports, \"formatFileSize\", {\n enumerable: true,\n get: function get() {\n return _humanfilesize.formatFileSize;\n }\n});\n\nvar _humanfilesize = require(\"./humanfilesize\");\n//# sourceMappingURL=index.js.map","'use strict';\nvar $ = require('../internals/export');\nvar IndexedObject = require('../internals/indexed-object');\nvar toIndexedObject = require('../internals/to-indexed-object');\nvar arrayMethodIsStrict = require('../internals/array-method-is-strict');\n\nvar nativeJoin = [].join;\n\nvar ES3_STRINGS = IndexedObject != Object;\nvar STRICT_METHOD = arrayMethodIsStrict('join', ',');\n\n// `Array.prototype.join` method\n// https://tc39.es/ecma262/#sec-array.prototype.join\n$({ target: 'Array', proto: true, forced: ES3_STRINGS || !STRICT_METHOD }, {\n join: function join(separator) {\n return nativeJoin.call(toIndexedObject(this), separator === undefined ? ',' : separator);\n }\n});\n","'use strict';\nvar fixRegExpWellKnownSymbolLogic = require('../internals/fix-regexp-well-known-symbol-logic');\nvar isRegExp = require('../internals/is-regexp');\nvar anObject = require('../internals/an-object');\nvar requireObjectCoercible = require('../internals/require-object-coercible');\nvar speciesConstructor = require('../internals/species-constructor');\nvar advanceStringIndex = require('../internals/advance-string-index');\nvar toLength = require('../internals/to-length');\nvar callRegExpExec = require('../internals/regexp-exec-abstract');\nvar regexpExec = require('../internals/regexp-exec');\nvar stickyHelpers = require('../internals/regexp-sticky-helpers');\n\nvar UNSUPPORTED_Y = stickyHelpers.UNSUPPORTED_Y;\nvar arrayPush = [].push;\nvar min = Math.min;\nvar MAX_UINT32 = 0xFFFFFFFF;\n\n// @@split logic\nfixRegExpWellKnownSymbolLogic('split', 2, function (SPLIT, nativeSplit, maybeCallNative) {\n var internalSplit;\n if (\n 'abbc'.split(/(b)*/)[1] == 'c' ||\n // eslint-disable-next-line regexp/no-empty-group -- required for testing\n 'test'.split(/(?:)/, -1).length != 4 ||\n 'ab'.split(/(?:ab)*/).length != 2 ||\n '.'.split(/(.?)(.?)/).length != 4 ||\n // eslint-disable-next-line regexp/no-assertion-capturing-group, regexp/no-empty-group -- required for testing\n '.'.split(/()()/).length > 1 ||\n ''.split(/.?/).length\n ) {\n // based on es5-shim implementation, need to rework it\n internalSplit = function (separator, limit) {\n var string = String(requireObjectCoercible(this));\n var lim = limit === undefined ? MAX_UINT32 : limit >>> 0;\n if (lim === 0) return [];\n if (separator === undefined) return [string];\n // If `separator` is not a regex, use native split\n if (!isRegExp(separator)) {\n return nativeSplit.call(string, separator, lim);\n }\n var output = [];\n var flags = (separator.ignoreCase ? 'i' : '') +\n (separator.multiline ? 'm' : '') +\n (separator.unicode ? 'u' : '') +\n (separator.sticky ? 'y' : '');\n var lastLastIndex = 0;\n // Make `global` and avoid `lastIndex` issues by working with a copy\n var separatorCopy = new RegExp(separator.source, flags + 'g');\n var match, lastIndex, lastLength;\n while (match = regexpExec.call(separatorCopy, string)) {\n lastIndex = separatorCopy.lastIndex;\n if (lastIndex > lastLastIndex) {\n output.push(string.slice(lastLastIndex, match.index));\n if (match.length > 1 && match.index < string.length) arrayPush.apply(output, match.slice(1));\n lastLength = match[0].length;\n lastLastIndex = lastIndex;\n if (output.length >= lim) break;\n }\n if (separatorCopy.lastIndex === match.index) separatorCopy.lastIndex++; // Avoid an infinite loop\n }\n if (lastLastIndex === string.length) {\n if (lastLength || !separatorCopy.test('')) output.push('');\n } else output.push(string.slice(lastLastIndex));\n return output.length > lim ? output.slice(0, lim) : output;\n };\n // Chakra, V8\n } else if ('0'.split(undefined, 0).length) {\n internalSplit = function (separator, limit) {\n return separator === undefined && limit === 0 ? [] : nativeSplit.call(this, separator, limit);\n };\n } else internalSplit = nativeSplit;\n\n return [\n // `String.prototype.split` method\n // https://tc39.es/ecma262/#sec-string.prototype.split\n function split(separator, limit) {\n var O = requireObjectCoercible(this);\n var splitter = separator == undefined ? undefined : separator[SPLIT];\n return splitter !== undefined\n ? splitter.call(separator, O, limit)\n : internalSplit.call(String(O), separator, limit);\n },\n // `RegExp.prototype[@@split]` method\n // https://tc39.es/ecma262/#sec-regexp.prototype-@@split\n //\n // NOTE: This cannot be properly polyfilled in engines that don't support\n // the 'y' flag.\n function (regexp, limit) {\n var res = maybeCallNative(internalSplit, regexp, this, limit, internalSplit !== nativeSplit);\n if (res.done) return res.value;\n\n var rx = anObject(regexp);\n var S = String(this);\n var C = speciesConstructor(rx, RegExp);\n\n var unicodeMatching = rx.unicode;\n var flags = (rx.ignoreCase ? 'i' : '') +\n (rx.multiline ? 'm' : '') +\n (rx.unicode ? 'u' : '') +\n (UNSUPPORTED_Y ? 'g' : 'y');\n\n // ^(? + rx + ) is needed, in combination with some S slicing, to\n // simulate the 'y' flag.\n var splitter = new C(UNSUPPORTED_Y ? '^(?:' + rx.source + ')' : rx, flags);\n var lim = limit === undefined ? MAX_UINT32 : limit >>> 0;\n if (lim === 0) return [];\n if (S.length === 0) return callRegExpExec(splitter, S) === null ? [S] : [];\n var p = 0;\n var q = 0;\n var A = [];\n while (q < S.length) {\n splitter.lastIndex = UNSUPPORTED_Y ? 0 : q;\n var z = callRegExpExec(splitter, UNSUPPORTED_Y ? S.slice(q) : S);\n var e;\n if (\n z === null ||\n (e = min(toLength(splitter.lastIndex + (UNSUPPORTED_Y ? q : 0)), S.length)) === p\n ) {\n q = advanceStringIndex(S, q, unicodeMatching);\n } else {\n A.push(S.slice(p, q));\n if (A.length === lim) return A;\n for (var i = 1; i <= z.length - 1; i++) {\n A.push(z[i]);\n if (A.length === lim) return A;\n }\n q = p = e;\n }\n }\n A.push(S.slice(p));\n return A;\n }\n ];\n}, UNSUPPORTED_Y);\n","'use strict';\nvar $ = require('../internals/export');\nvar toInteger = require('../internals/to-integer');\nvar thisNumberValue = require('../internals/this-number-value');\nvar repeat = require('../internals/string-repeat');\nvar fails = require('../internals/fails');\n\nvar nativeToFixed = 1.0.toFixed;\nvar floor = Math.floor;\n\nvar pow = function (x, n, acc) {\n return n === 0 ? acc : n % 2 === 1 ? pow(x, n - 1, acc * x) : pow(x * x, n / 2, acc);\n};\n\nvar log = function (x) {\n var n = 0;\n var x2 = x;\n while (x2 >= 4096) {\n n += 12;\n x2 /= 4096;\n }\n while (x2 >= 2) {\n n += 1;\n x2 /= 2;\n } return n;\n};\n\nvar multiply = function (data, n, c) {\n var index = -1;\n var c2 = c;\n while (++index < 6) {\n c2 += n * data[index];\n data[index] = c2 % 1e7;\n c2 = floor(c2 / 1e7);\n }\n};\n\nvar divide = function (data, n) {\n var index = 6;\n var c = 0;\n while (--index >= 0) {\n c += data[index];\n data[index] = floor(c / n);\n c = (c % n) * 1e7;\n }\n};\n\nvar dataToString = function (data) {\n var index = 6;\n var s = '';\n while (--index >= 0) {\n if (s !== '' || index === 0 || data[index] !== 0) {\n var t = String(data[index]);\n s = s === '' ? t : s + repeat.call('0', 7 - t.length) + t;\n }\n } return s;\n};\n\nvar FORCED = nativeToFixed && (\n 0.00008.toFixed(3) !== '0.000' ||\n 0.9.toFixed(0) !== '1' ||\n 1.255.toFixed(2) !== '1.25' ||\n 1000000000000000128.0.toFixed(0) !== '1000000000000000128'\n) || !fails(function () {\n // V8 ~ Android 4.3-\n nativeToFixed.call({});\n});\n\n// `Number.prototype.toFixed` method\n// https://tc39.es/ecma262/#sec-number.prototype.tofixed\n$({ target: 'Number', proto: true, forced: FORCED }, {\n toFixed: function toFixed(fractionDigits) {\n var number = thisNumberValue(this);\n var fractDigits = toInteger(fractionDigits);\n var data = [0, 0, 0, 0, 0, 0];\n var sign = '';\n var result = '0';\n var e, z, j, k;\n\n if (fractDigits < 0 || fractDigits > 20) throw RangeError('Incorrect fraction digits');\n // eslint-disable-next-line no-self-compare -- NaN check\n if (number != number) return 'NaN';\n if (number <= -1e21 || number >= 1e21) return String(number);\n if (number < 0) {\n sign = '-';\n number = -number;\n }\n if (number > 1e-21) {\n e = log(number * pow(2, 69, 1)) - 69;\n z = e < 0 ? number * pow(2, -e, 1) : number / pow(2, e, 1);\n z *= 0x10000000000000;\n e = 52 - e;\n if (e > 0) {\n multiply(data, 0, z);\n j = fractDigits;\n while (j >= 7) {\n multiply(data, 1e7, 0);\n j -= 7;\n }\n multiply(data, pow(10, j, 1), 0);\n j = e - 1;\n while (j >= 23) {\n divide(data, 1 << 23);\n j -= 23;\n }\n divide(data, 1 << j);\n multiply(data, 1, 1);\n divide(data, 2);\n result = dataToString(data);\n } else {\n multiply(data, 0, z);\n multiply(data, 1 << -e, 0);\n result = dataToString(data) + repeat.call('0', fractDigits);\n }\n }\n if (fractDigits > 0) {\n k = result.length;\n result = sign + (k <= fractDigits\n ? '0.' + repeat.call('0', fractDigits - k) + result\n : result.slice(0, k - fractDigits) + '.' + result.slice(k - fractDigits));\n } else {\n result = sign + result;\n } return result;\n }\n});\n","var classof = require('../internals/classof-raw');\n\n// `thisNumberValue` abstract operation\n// https://tc39.es/ecma262/#sec-thisnumbervalue\nmodule.exports = function (value) {\n if (typeof value != 'number' && classof(value) != 'Number') {\n throw TypeError('Incorrect invocation');\n }\n return +value;\n};\n","var getBuiltIn = require('../internals/get-built-in');\n\nmodule.exports = getBuiltIn('document', 'documentElement');\n","/* eslint-disable es/no-object-getownpropertynames -- safe */\nvar toIndexedObject = require('../internals/to-indexed-object');\nvar $getOwnPropertyNames = require('../internals/object-get-own-property-names').f;\n\nvar toString = {}.toString;\n\nvar windowNames = typeof window == 'object' && window && Object.getOwnPropertyNames\n ? Object.getOwnPropertyNames(window) : [];\n\nvar getWindowNames = function (it) {\n try {\n return $getOwnPropertyNames(it);\n } catch (error) {\n return windowNames.slice();\n }\n};\n\n// fallback for IE11 buggy Object.getOwnPropertyNames with iframe and window\nmodule.exports.f = function getOwnPropertyNames(it) {\n return windowNames && toString.call(it) == '[object Window]'\n ? getWindowNames(it)\n : $getOwnPropertyNames(toIndexedObject(it));\n};\n","// `Symbol.prototype.description` getter\n// https://tc39.es/ecma262/#sec-symbol.prototype.description\n'use strict';\nvar $ = require('../internals/export');\nvar DESCRIPTORS = require('../internals/descriptors');\nvar global = require('../internals/global');\nvar has = require('../internals/has');\nvar isObject = require('../internals/is-object');\nvar defineProperty = require('../internals/object-define-property').f;\nvar copyConstructorProperties = require('../internals/copy-constructor-properties');\n\nvar NativeSymbol = global.Symbol;\n\nif (DESCRIPTORS && typeof NativeSymbol == 'function' && (!('description' in NativeSymbol.prototype) ||\n // Safari 12 bug\n NativeSymbol().description !== undefined\n)) {\n var EmptyStringDescriptionStore = {};\n // wrap Symbol constructor for correct work with undefined description\n var SymbolWrapper = function Symbol() {\n var description = arguments.length < 1 || arguments[0] === undefined ? undefined : String(arguments[0]);\n var result = this instanceof SymbolWrapper\n ? new NativeSymbol(description)\n // in Edge 13, String(Symbol(undefined)) === 'Symbol(undefined)'\n : description === undefined ? NativeSymbol() : NativeSymbol(description);\n if (description === '') EmptyStringDescriptionStore[result] = true;\n return result;\n };\n copyConstructorProperties(SymbolWrapper, NativeSymbol);\n var symbolPrototype = SymbolWrapper.prototype = NativeSymbol.prototype;\n symbolPrototype.constructor = SymbolWrapper;\n\n var symbolToString = symbolPrototype.toString;\n var native = String(NativeSymbol('test')) == 'Symbol(test)';\n var regexp = /^Symbol\\((.*)\\)[^)]+$/;\n defineProperty(symbolPrototype, 'description', {\n configurable: true,\n get: function description() {\n var symbol = isObject(this) ? this.valueOf() : this;\n var string = symbolToString.call(symbol);\n if (has(EmptyStringDescriptionStore, symbol)) return '';\n var desc = native ? string.slice(7, -1) : string.replace(regexp, '$1');\n return desc === '' ? undefined : desc;\n }\n });\n\n $({ global: true, forced: true }, {\n Symbol: SymbolWrapper\n });\n}\n","var defineWellKnownSymbol = require('../internals/define-well-known-symbol');\n\n// `Symbol.iterator` well-known symbol\n// https://tc39.es/ecma262/#sec-symbol.iterator\ndefineWellKnownSymbol('iterator');\n","var isObject = require('../internals/is-object');\n\nmodule.exports = function (it) {\n if (!isObject(it) && it !== null) {\n throw TypeError(\"Can't set \" + String(it) + ' as a prototype');\n } return it;\n};\n","var anObject = require('../internals/an-object');\n\nmodule.exports = function (iterator) {\n var returnMethod = iterator['return'];\n if (returnMethod !== undefined) {\n return anObject(returnMethod.call(iterator)).value;\n }\n};\n","var $ = require('../internals/export');\nvar from = require('../internals/array-from');\nvar checkCorrectnessOfIteration = require('../internals/check-correctness-of-iteration');\n\nvar INCORRECT_ITERATION = !checkCorrectnessOfIteration(function (iterable) {\n // eslint-disable-next-line es/no-array-from -- required for testing\n Array.from(iterable);\n});\n\n// `Array.from` method\n// https://tc39.es/ecma262/#sec-array.from\n$({ target: 'Array', stat: true, forced: INCORRECT_ITERATION }, {\n from: from\n});\n","'use strict';\nvar $ = require('../internals/export');\nvar isObject = require('../internals/is-object');\nvar isArray = require('../internals/is-array');\nvar toAbsoluteIndex = require('../internals/to-absolute-index');\nvar toLength = require('../internals/to-length');\nvar toIndexedObject = require('../internals/to-indexed-object');\nvar createProperty = require('../internals/create-property');\nvar wellKnownSymbol = require('../internals/well-known-symbol');\nvar arrayMethodHasSpeciesSupport = require('../internals/array-method-has-species-support');\n\nvar HAS_SPECIES_SUPPORT = arrayMethodHasSpeciesSupport('slice');\n\nvar SPECIES = wellKnownSymbol('species');\nvar nativeSlice = [].slice;\nvar max = Math.max;\n\n// `Array.prototype.slice` method\n// https://tc39.es/ecma262/#sec-array.prototype.slice\n// fallback for not array-like ES3 strings and DOM objects\n$({ target: 'Array', proto: true, forced: !HAS_SPECIES_SUPPORT }, {\n slice: function slice(start, end) {\n var O = toIndexedObject(this);\n var length = toLength(O.length);\n var k = toAbsoluteIndex(start, length);\n var fin = toAbsoluteIndex(end === undefined ? length : end, length);\n // inline `ArraySpeciesCreate` for usage native `Array#slice` where it's possible\n var Constructor, result, n;\n if (isArray(O)) {\n Constructor = O.constructor;\n // cross-realm fallback\n if (typeof Constructor == 'function' && (Constructor === Array || isArray(Constructor.prototype))) {\n Constructor = undefined;\n } else if (isObject(Constructor)) {\n Constructor = Constructor[SPECIES];\n if (Constructor === null) Constructor = undefined;\n }\n if (Constructor === Array || Constructor === undefined) {\n return nativeSlice.call(O, k, fin);\n }\n }\n result = new (Constructor === undefined ? Array : Constructor)(max(fin - k, 0));\n for (n = 0; k < fin; k++, n++) if (k in O) createProperty(result, n, O[k]);\n result.length = n;\n return result;\n }\n});\n","'use strict';\nvar global = require('../internals/global');\nvar DESCRIPTORS = require('../internals/descriptors');\nvar NATIVE_ARRAY_BUFFER = require('../internals/array-buffer-native');\nvar createNonEnumerableProperty = require('../internals/create-non-enumerable-property');\nvar redefineAll = require('../internals/redefine-all');\nvar fails = require('../internals/fails');\nvar anInstance = require('../internals/an-instance');\nvar toInteger = require('../internals/to-integer');\nvar toLength = require('../internals/to-length');\nvar toIndex = require('../internals/to-index');\nvar IEEE754 = require('../internals/ieee754');\nvar getPrototypeOf = require('../internals/object-get-prototype-of');\nvar setPrototypeOf = require('../internals/object-set-prototype-of');\nvar getOwnPropertyNames = require('../internals/object-get-own-property-names').f;\nvar defineProperty = require('../internals/object-define-property').f;\nvar arrayFill = require('../internals/array-fill');\nvar setToStringTag = require('../internals/set-to-string-tag');\nvar InternalStateModule = require('../internals/internal-state');\n\nvar getInternalState = InternalStateModule.get;\nvar setInternalState = InternalStateModule.set;\nvar ARRAY_BUFFER = 'ArrayBuffer';\nvar DATA_VIEW = 'DataView';\nvar PROTOTYPE = 'prototype';\nvar WRONG_LENGTH = 'Wrong length';\nvar WRONG_INDEX = 'Wrong index';\nvar NativeArrayBuffer = global[ARRAY_BUFFER];\nvar $ArrayBuffer = NativeArrayBuffer;\nvar $DataView = global[DATA_VIEW];\nvar $DataViewPrototype = $DataView && $DataView[PROTOTYPE];\nvar ObjectPrototype = Object.prototype;\nvar RangeError = global.RangeError;\n\nvar packIEEE754 = IEEE754.pack;\nvar unpackIEEE754 = IEEE754.unpack;\n\nvar packInt8 = function (number) {\n return [number & 0xFF];\n};\n\nvar packInt16 = function (number) {\n return [number & 0xFF, number >> 8 & 0xFF];\n};\n\nvar packInt32 = function (number) {\n return [number & 0xFF, number >> 8 & 0xFF, number >> 16 & 0xFF, number >> 24 & 0xFF];\n};\n\nvar unpackInt32 = function (buffer) {\n return buffer[3] << 24 | buffer[2] << 16 | buffer[1] << 8 | buffer[0];\n};\n\nvar packFloat32 = function (number) {\n return packIEEE754(number, 23, 4);\n};\n\nvar packFloat64 = function (number) {\n return packIEEE754(number, 52, 8);\n};\n\nvar addGetter = function (Constructor, key) {\n defineProperty(Constructor[PROTOTYPE], key, { get: function () { return getInternalState(this)[key]; } });\n};\n\nvar get = function (view, count, index, isLittleEndian) {\n var intIndex = toIndex(index);\n var store = getInternalState(view);\n if (intIndex + count > store.byteLength) throw RangeError(WRONG_INDEX);\n var bytes = getInternalState(store.buffer).bytes;\n var start = intIndex + store.byteOffset;\n var pack = bytes.slice(start, start + count);\n return isLittleEndian ? pack : pack.reverse();\n};\n\nvar set = function (view, count, index, conversion, value, isLittleEndian) {\n var intIndex = toIndex(index);\n var store = getInternalState(view);\n if (intIndex + count > store.byteLength) throw RangeError(WRONG_INDEX);\n var bytes = getInternalState(store.buffer).bytes;\n var start = intIndex + store.byteOffset;\n var pack = conversion(+value);\n for (var i = 0; i < count; i++) bytes[start + i] = pack[isLittleEndian ? i : count - i - 1];\n};\n\nif (!NATIVE_ARRAY_BUFFER) {\n $ArrayBuffer = function ArrayBuffer(length) {\n anInstance(this, $ArrayBuffer, ARRAY_BUFFER);\n var byteLength = toIndex(length);\n setInternalState(this, {\n bytes: arrayFill.call(new Array(byteLength), 0),\n byteLength: byteLength\n });\n if (!DESCRIPTORS) this.byteLength = byteLength;\n };\n\n $DataView = function DataView(buffer, byteOffset, byteLength) {\n anInstance(this, $DataView, DATA_VIEW);\n anInstance(buffer, $ArrayBuffer, DATA_VIEW);\n var bufferLength = getInternalState(buffer).byteLength;\n var offset = toInteger(byteOffset);\n if (offset < 0 || offset > bufferLength) throw RangeError('Wrong offset');\n byteLength = byteLength === undefined ? bufferLength - offset : toLength(byteLength);\n if (offset + byteLength > bufferLength) throw RangeError(WRONG_LENGTH);\n setInternalState(this, {\n buffer: buffer,\n byteLength: byteLength,\n byteOffset: offset\n });\n if (!DESCRIPTORS) {\n this.buffer = buffer;\n this.byteLength = byteLength;\n this.byteOffset = offset;\n }\n };\n\n if (DESCRIPTORS) {\n addGetter($ArrayBuffer, 'byteLength');\n addGetter($DataView, 'buffer');\n addGetter($DataView, 'byteLength');\n addGetter($DataView, 'byteOffset');\n }\n\n redefineAll($DataView[PROTOTYPE], {\n getInt8: function getInt8(byteOffset) {\n return get(this, 1, byteOffset)[0] << 24 >> 24;\n },\n getUint8: function getUint8(byteOffset) {\n return get(this, 1, byteOffset)[0];\n },\n getInt16: function getInt16(byteOffset /* , littleEndian */) {\n var bytes = get(this, 2, byteOffset, arguments.length > 1 ? arguments[1] : undefined);\n return (bytes[1] << 8 | bytes[0]) << 16 >> 16;\n },\n getUint16: function getUint16(byteOffset /* , littleEndian */) {\n var bytes = get(this, 2, byteOffset, arguments.length > 1 ? arguments[1] : undefined);\n return bytes[1] << 8 | bytes[0];\n },\n getInt32: function getInt32(byteOffset /* , littleEndian */) {\n return unpackInt32(get(this, 4, byteOffset, arguments.length > 1 ? arguments[1] : undefined));\n },\n getUint32: function getUint32(byteOffset /* , littleEndian */) {\n return unpackInt32(get(this, 4, byteOffset, arguments.length > 1 ? arguments[1] : undefined)) >>> 0;\n },\n getFloat32: function getFloat32(byteOffset /* , littleEndian */) {\n return unpackIEEE754(get(this, 4, byteOffset, arguments.length > 1 ? arguments[1] : undefined), 23);\n },\n getFloat64: function getFloat64(byteOffset /* , littleEndian */) {\n return unpackIEEE754(get(this, 8, byteOffset, arguments.length > 1 ? arguments[1] : undefined), 52);\n },\n setInt8: function setInt8(byteOffset, value) {\n set(this, 1, byteOffset, packInt8, value);\n },\n setUint8: function setUint8(byteOffset, value) {\n set(this, 1, byteOffset, packInt8, value);\n },\n setInt16: function setInt16(byteOffset, value /* , littleEndian */) {\n set(this, 2, byteOffset, packInt16, value, arguments.length > 2 ? arguments[2] : undefined);\n },\n setUint16: function setUint16(byteOffset, value /* , littleEndian */) {\n set(this, 2, byteOffset, packInt16, value, arguments.length > 2 ? arguments[2] : undefined);\n },\n setInt32: function setInt32(byteOffset, value /* , littleEndian */) {\n set(this, 4, byteOffset, packInt32, value, arguments.length > 2 ? arguments[2] : undefined);\n },\n setUint32: function setUint32(byteOffset, value /* , littleEndian */) {\n set(this, 4, byteOffset, packInt32, value, arguments.length > 2 ? arguments[2] : undefined);\n },\n setFloat32: function setFloat32(byteOffset, value /* , littleEndian */) {\n set(this, 4, byteOffset, packFloat32, value, arguments.length > 2 ? arguments[2] : undefined);\n },\n setFloat64: function setFloat64(byteOffset, value /* , littleEndian */) {\n set(this, 8, byteOffset, packFloat64, value, arguments.length > 2 ? arguments[2] : undefined);\n }\n });\n} else {\n /* eslint-disable no-new -- required for testing */\n if (!fails(function () {\n NativeArrayBuffer(1);\n }) || !fails(function () {\n new NativeArrayBuffer(-1);\n }) || fails(function () {\n new NativeArrayBuffer();\n new NativeArrayBuffer(1.5);\n new NativeArrayBuffer(NaN);\n return NativeArrayBuffer.name != ARRAY_BUFFER;\n })) {\n /* eslint-enable no-new -- required for testing */\n $ArrayBuffer = function ArrayBuffer(length) {\n anInstance(this, $ArrayBuffer);\n return new NativeArrayBuffer(toIndex(length));\n };\n var ArrayBufferPrototype = $ArrayBuffer[PROTOTYPE] = NativeArrayBuffer[PROTOTYPE];\n for (var keys = getOwnPropertyNames(NativeArrayBuffer), j = 0, key; keys.length > j;) {\n if (!((key = keys[j++]) in $ArrayBuffer)) {\n createNonEnumerableProperty($ArrayBuffer, key, NativeArrayBuffer[key]);\n }\n }\n ArrayBufferPrototype.constructor = $ArrayBuffer;\n }\n\n // WebKit bug - the same parent prototype for typed arrays and data view\n if (setPrototypeOf && getPrototypeOf($DataViewPrototype) !== ObjectPrototype) {\n setPrototypeOf($DataViewPrototype, ObjectPrototype);\n }\n\n // iOS Safari 7.x bug\n var testView = new $DataView(new $ArrayBuffer(2));\n var $setInt8 = $DataViewPrototype.setInt8;\n testView.setInt8(0, 2147483648);\n testView.setInt8(1, 2147483649);\n if (testView.getInt8(0) || !testView.getInt8(1)) redefineAll($DataViewPrototype, {\n setInt8: function setInt8(byteOffset, value) {\n $setInt8.call(this, byteOffset, value << 24 >> 24);\n },\n setUint8: function setUint8(byteOffset, value) {\n $setInt8.call(this, byteOffset, value << 24 >> 24);\n }\n }, { unsafe: true });\n}\n\nsetToStringTag($ArrayBuffer, ARRAY_BUFFER);\nsetToStringTag($DataView, DATA_VIEW);\n\nmodule.exports = {\n ArrayBuffer: $ArrayBuffer,\n DataView: $DataView\n};\n","'use strict';\nvar $ = require('../internals/export');\nvar global = require('../internals/global');\nvar isForced = require('../internals/is-forced');\nvar redefine = require('../internals/redefine');\nvar InternalMetadataModule = require('../internals/internal-metadata');\nvar iterate = require('../internals/iterate');\nvar anInstance = require('../internals/an-instance');\nvar isObject = require('../internals/is-object');\nvar fails = require('../internals/fails');\nvar checkCorrectnessOfIteration = require('../internals/check-correctness-of-iteration');\nvar setToStringTag = require('../internals/set-to-string-tag');\nvar inheritIfRequired = require('../internals/inherit-if-required');\n\nmodule.exports = function (CONSTRUCTOR_NAME, wrapper, common) {\n var IS_MAP = CONSTRUCTOR_NAME.indexOf('Map') !== -1;\n var IS_WEAK = CONSTRUCTOR_NAME.indexOf('Weak') !== -1;\n var ADDER = IS_MAP ? 'set' : 'add';\n var NativeConstructor = global[CONSTRUCTOR_NAME];\n var NativePrototype = NativeConstructor && NativeConstructor.prototype;\n var Constructor = NativeConstructor;\n var exported = {};\n\n var fixMethod = function (KEY) {\n var nativeMethod = NativePrototype[KEY];\n redefine(NativePrototype, KEY,\n KEY == 'add' ? function add(value) {\n nativeMethod.call(this, value === 0 ? 0 : value);\n return this;\n } : KEY == 'delete' ? function (key) {\n return IS_WEAK && !isObject(key) ? false : nativeMethod.call(this, key === 0 ? 0 : key);\n } : KEY == 'get' ? function get(key) {\n return IS_WEAK && !isObject(key) ? undefined : nativeMethod.call(this, key === 0 ? 0 : key);\n } : KEY == 'has' ? function has(key) {\n return IS_WEAK && !isObject(key) ? false : nativeMethod.call(this, key === 0 ? 0 : key);\n } : function set(key, value) {\n nativeMethod.call(this, key === 0 ? 0 : key, value);\n return this;\n }\n );\n };\n\n var REPLACE = isForced(\n CONSTRUCTOR_NAME,\n typeof NativeConstructor != 'function' || !(IS_WEAK || NativePrototype.forEach && !fails(function () {\n new NativeConstructor().entries().next();\n }))\n );\n\n if (REPLACE) {\n // create collection constructor\n Constructor = common.getConstructor(wrapper, CONSTRUCTOR_NAME, IS_MAP, ADDER);\n InternalMetadataModule.REQUIRED = true;\n } else if (isForced(CONSTRUCTOR_NAME, true)) {\n var instance = new Constructor();\n // early implementations not supports chaining\n var HASNT_CHAINING = instance[ADDER](IS_WEAK ? {} : -0, 1) != instance;\n // V8 ~ Chromium 40- weak-collections throws on primitives, but should return false\n var THROWS_ON_PRIMITIVES = fails(function () { instance.has(1); });\n // most early implementations doesn't supports iterables, most modern - not close it correctly\n // eslint-disable-next-line no-new -- required for testing\n var ACCEPT_ITERABLES = checkCorrectnessOfIteration(function (iterable) { new NativeConstructor(iterable); });\n // for early implementations -0 and +0 not the same\n var BUGGY_ZERO = !IS_WEAK && fails(function () {\n // V8 ~ Chromium 42- fails only with 5+ elements\n var $instance = new NativeConstructor();\n var index = 5;\n while (index--) $instance[ADDER](index, index);\n return !$instance.has(-0);\n });\n\n if (!ACCEPT_ITERABLES) {\n Constructor = wrapper(function (dummy, iterable) {\n anInstance(dummy, Constructor, CONSTRUCTOR_NAME);\n var that = inheritIfRequired(new NativeConstructor(), dummy, Constructor);\n if (iterable != undefined) iterate(iterable, that[ADDER], { that: that, AS_ENTRIES: IS_MAP });\n return that;\n });\n Constructor.prototype = NativePrototype;\n NativePrototype.constructor = Constructor;\n }\n\n if (THROWS_ON_PRIMITIVES || BUGGY_ZERO) {\n fixMethod('delete');\n fixMethod('has');\n IS_MAP && fixMethod('get');\n }\n\n if (BUGGY_ZERO || HASNT_CHAINING) fixMethod(ADDER);\n\n // weak collections should not contains .clear method\n if (IS_WEAK && NativePrototype.clear) delete NativePrototype.clear;\n }\n\n exported[CONSTRUCTOR_NAME] = Constructor;\n $({ global: true, forced: Constructor != NativeConstructor }, exported);\n\n setToStringTag(Constructor, CONSTRUCTOR_NAME);\n\n if (!IS_WEAK) common.setStrong(Constructor, CONSTRUCTOR_NAME, IS_MAP);\n\n return Constructor;\n};\n","var isObject = require('../internals/is-object');\nvar setPrototypeOf = require('../internals/object-set-prototype-of');\n\n// makes subclassing work correct for wrapped built-ins\nmodule.exports = function ($this, dummy, Wrapper) {\n var NewTarget, NewTargetPrototype;\n if (\n // it can work only with native `setPrototypeOf`\n setPrototypeOf &&\n // we haven't completely correct pre-ES6 way for getting `new.target`, so use this\n typeof (NewTarget = dummy.constructor) == 'function' &&\n NewTarget !== Wrapper &&\n isObject(NewTargetPrototype = NewTarget.prototype) &&\n NewTargetPrototype !== Wrapper.prototype\n ) setPrototypeOf($this, NewTargetPrototype);\n return $this;\n};\n","// eslint-disable-next-line es/no-math-expm1 -- safe\nvar $expm1 = Math.expm1;\nvar exp = Math.exp;\n\n// `Math.expm1` method implementation\n// https://tc39.es/ecma262/#sec-math.expm1\nmodule.exports = (!$expm1\n // Old FF bug\n || $expm1(10) > 22025.465794806719 || $expm1(10) < 22025.4657948067165168\n // Tor Browser bug\n || $expm1(-2e-17) != -2e-17\n) ? function expm1(x) {\n return (x = +x) == 0 ? x : x > -1e-6 && x < 1e-6 ? x + x * x / 2 : exp(x) - 1;\n} : $expm1;\n","'use strict';\nvar IS_PURE = require('../internals/is-pure');\nvar global = require('../internals/global');\nvar fails = require('../internals/fails');\nvar userAgent = require('../internals/engine-user-agent');\n\n// Forced replacement object prototype accessors methods\nmodule.exports = IS_PURE || !fails(function () {\n // This feature detection crashes old WebKit\n // https://github.com/zloirock/core-js/issues/232\n var webkit = userAgent.match(/AppleWebKit\\/(\\d+)\\./);\n if (webkit && +webkit[1] < 535) return;\n var key = Math.random();\n // In FF throws only define methods\n // eslint-disable-next-line no-undef, no-useless-call -- required for testing\n __defineSetter__.call(null, key, function () { /* empty */ });\n delete global[key];\n});\n","var $ = require('../internals/export');\nvar fails = require('../internals/fails');\nvar toIndexedObject = require('../internals/to-indexed-object');\nvar nativeGetOwnPropertyDescriptor = require('../internals/object-get-own-property-descriptor').f;\nvar DESCRIPTORS = require('../internals/descriptors');\n\nvar FAILS_ON_PRIMITIVES = fails(function () { nativeGetOwnPropertyDescriptor(1); });\nvar FORCED = !DESCRIPTORS || FAILS_ON_PRIMITIVES;\n\n// `Object.getOwnPropertyDescriptor` method\n// https://tc39.es/ecma262/#sec-object.getownpropertydescriptor\n$({ target: 'Object', stat: true, forced: FORCED, sham: !DESCRIPTORS }, {\n getOwnPropertyDescriptor: function getOwnPropertyDescriptor(it, key) {\n return nativeGetOwnPropertyDescriptor(toIndexedObject(it), key);\n }\n});\n","var $ = require('../internals/export');\nvar DESCRIPTORS = require('../internals/descriptors');\nvar ownKeys = require('../internals/own-keys');\nvar toIndexedObject = require('../internals/to-indexed-object');\nvar getOwnPropertyDescriptorModule = require('../internals/object-get-own-property-descriptor');\nvar createProperty = require('../internals/create-property');\n\n// `Object.getOwnPropertyDescriptors` method\n// https://tc39.es/ecma262/#sec-object.getownpropertydescriptors\n$({ target: 'Object', stat: true, sham: !DESCRIPTORS }, {\n getOwnPropertyDescriptors: function getOwnPropertyDescriptors(object) {\n var O = toIndexedObject(object);\n var getOwnPropertyDescriptor = getOwnPropertyDescriptorModule.f;\n var keys = ownKeys(O);\n var result = {};\n var index = 0;\n var key, descriptor;\n while (keys.length > index) {\n descriptor = getOwnPropertyDescriptor(O, key = keys[index++]);\n if (descriptor !== undefined) createProperty(result, key, descriptor);\n }\n return result;\n }\n});\n","// `SameValue` abstract operation\n// https://tc39.es/ecma262/#sec-samevalue\n// eslint-disable-next-line es/no-object-is -- safe\nmodule.exports = Object.is || function is(x, y) {\n // eslint-disable-next-line no-self-compare -- NaN check\n return x === y ? x !== 0 || 1 / x === 1 / y : x != x && y != y;\n};\n","var $ = require('../internals/export');\nvar toObject = require('../internals/to-object');\nvar nativeKeys = require('../internals/object-keys');\nvar fails = require('../internals/fails');\n\nvar FAILS_ON_PRIMITIVES = fails(function () { nativeKeys(1); });\n\n// `Object.keys` method\n// https://tc39.es/ecma262/#sec-object.keys\n$({ target: 'Object', stat: true, forced: FAILS_ON_PRIMITIVES }, {\n keys: function keys(it) {\n return nativeKeys(toObject(it));\n }\n});\n","'use strict';\nvar aFunction = require('../internals/a-function');\n\nvar PromiseCapability = function (C) {\n var resolve, reject;\n this.promise = new C(function ($$resolve, $$reject) {\n if (resolve !== undefined || reject !== undefined) throw TypeError('Bad Promise constructor');\n resolve = $$resolve;\n reject = $$reject;\n });\n this.resolve = aFunction(resolve);\n this.reject = aFunction(reject);\n};\n\n// `NewPromiseCapability` abstract operation\n// https://tc39.es/ecma262/#sec-newpromisecapability\nmodule.exports.f = function (C) {\n return new PromiseCapability(C);\n};\n","'use strict';\nvar $ = require('../internals/export');\nvar $trim = require('../internals/string-trim').trim;\nvar forcedStringTrimMethod = require('../internals/string-trim-forced');\n\n// `String.prototype.trim` method\n// https://tc39.es/ecma262/#sec-string.prototype.trim\n$({ target: 'String', proto: true, forced: forcedStringTrimMethod('trim') }, {\n trim: function trim() {\n return $trim(this);\n }\n});\n","var global = require('../internals/global');\nvar DOMIterables = require('../internals/dom-iterables');\nvar forEach = require('../internals/array-for-each');\nvar createNonEnumerableProperty = require('../internals/create-non-enumerable-property');\n\nfor (var COLLECTION_NAME in DOMIterables) {\n var Collection = global[COLLECTION_NAME];\n var CollectionPrototype = Collection && Collection.prototype;\n // some Chrome versions have non-configurable methods on DOMTokenList\n if (CollectionPrototype && CollectionPrototype.forEach !== forEach) try {\n createNonEnumerableProperty(CollectionPrototype, 'forEach', forEach);\n } catch (error) {\n CollectionPrototype.forEach = forEach;\n }\n}\n","'use strict';\n// TODO: in core-js@4, move /modules/ dependencies to public entries for better optimization by tools like `preset-env`\nrequire('../modules/es.array.iterator');\nvar $ = require('../internals/export');\nvar getBuiltIn = require('../internals/get-built-in');\nvar USE_NATIVE_URL = require('../internals/native-url');\nvar redefine = require('../internals/redefine');\nvar redefineAll = require('../internals/redefine-all');\nvar setToStringTag = require('../internals/set-to-string-tag');\nvar createIteratorConstructor = require('../internals/create-iterator-constructor');\nvar InternalStateModule = require('../internals/internal-state');\nvar anInstance = require('../internals/an-instance');\nvar hasOwn = require('../internals/has');\nvar bind = require('../internals/function-bind-context');\nvar classof = require('../internals/classof');\nvar anObject = require('../internals/an-object');\nvar isObject = require('../internals/is-object');\nvar create = require('../internals/object-create');\nvar createPropertyDescriptor = require('../internals/create-property-descriptor');\nvar getIterator = require('../internals/get-iterator');\nvar getIteratorMethod = require('../internals/get-iterator-method');\nvar wellKnownSymbol = require('../internals/well-known-symbol');\n\nvar $fetch = getBuiltIn('fetch');\nvar Headers = getBuiltIn('Headers');\nvar ITERATOR = wellKnownSymbol('iterator');\nvar URL_SEARCH_PARAMS = 'URLSearchParams';\nvar URL_SEARCH_PARAMS_ITERATOR = URL_SEARCH_PARAMS + 'Iterator';\nvar setInternalState = InternalStateModule.set;\nvar getInternalParamsState = InternalStateModule.getterFor(URL_SEARCH_PARAMS);\nvar getInternalIteratorState = InternalStateModule.getterFor(URL_SEARCH_PARAMS_ITERATOR);\n\nvar plus = /\\+/g;\nvar sequences = Array(4);\n\nvar percentSequence = function (bytes) {\n return sequences[bytes - 1] || (sequences[bytes - 1] = RegExp('((?:%[\\\\da-f]{2}){' + bytes + '})', 'gi'));\n};\n\nvar percentDecode = function (sequence) {\n try {\n return decodeURIComponent(sequence);\n } catch (error) {\n return sequence;\n }\n};\n\nvar deserialize = function (it) {\n var result = it.replace(plus, ' ');\n var bytes = 4;\n try {\n return decodeURIComponent(result);\n } catch (error) {\n while (bytes) {\n result = result.replace(percentSequence(bytes--), percentDecode);\n }\n return result;\n }\n};\n\nvar find = /[!'()~]|%20/g;\n\nvar replace = {\n '!': '%21',\n \"'\": '%27',\n '(': '%28',\n ')': '%29',\n '~': '%7E',\n '%20': '+'\n};\n\nvar replacer = function (match) {\n return replace[match];\n};\n\nvar serialize = function (it) {\n return encodeURIComponent(it).replace(find, replacer);\n};\n\nvar parseSearchParams = function (result, query) {\n if (query) {\n var attributes = query.split('&');\n var index = 0;\n var attribute, entry;\n while (index < attributes.length) {\n attribute = attributes[index++];\n if (attribute.length) {\n entry = attribute.split('=');\n result.push({\n key: deserialize(entry.shift()),\n value: deserialize(entry.join('='))\n });\n }\n }\n }\n};\n\nvar updateSearchParams = function (query) {\n this.entries.length = 0;\n parseSearchParams(this.entries, query);\n};\n\nvar validateArgumentsLength = function (passed, required) {\n if (passed < required) throw TypeError('Not enough arguments');\n};\n\nvar URLSearchParamsIterator = createIteratorConstructor(function Iterator(params, kind) {\n setInternalState(this, {\n type: URL_SEARCH_PARAMS_ITERATOR,\n iterator: getIterator(getInternalParamsState(params).entries),\n kind: kind\n });\n}, 'Iterator', function next() {\n var state = getInternalIteratorState(this);\n var kind = state.kind;\n var step = state.iterator.next();\n var entry = step.value;\n if (!step.done) {\n step.value = kind === 'keys' ? entry.key : kind === 'values' ? entry.value : [entry.key, entry.value];\n } return step;\n});\n\n// `URLSearchParams` constructor\n// https://url.spec.whatwg.org/#interface-urlsearchparams\nvar URLSearchParamsConstructor = function URLSearchParams(/* init */) {\n anInstance(this, URLSearchParamsConstructor, URL_SEARCH_PARAMS);\n var init = arguments.length > 0 ? arguments[0] : undefined;\n var that = this;\n var entries = [];\n var iteratorMethod, iterator, next, step, entryIterator, entryNext, first, second, key;\n\n setInternalState(that, {\n type: URL_SEARCH_PARAMS,\n entries: entries,\n updateURL: function () { /* empty */ },\n updateSearchParams: updateSearchParams\n });\n\n if (init !== undefined) {\n if (isObject(init)) {\n iteratorMethod = getIteratorMethod(init);\n if (typeof iteratorMethod === 'function') {\n iterator = iteratorMethod.call(init);\n next = iterator.next;\n while (!(step = next.call(iterator)).done) {\n entryIterator = getIterator(anObject(step.value));\n entryNext = entryIterator.next;\n if (\n (first = entryNext.call(entryIterator)).done ||\n (second = entryNext.call(entryIterator)).done ||\n !entryNext.call(entryIterator).done\n ) throw TypeError('Expected sequence with length 2');\n entries.push({ key: first.value + '', value: second.value + '' });\n }\n } else for (key in init) if (hasOwn(init, key)) entries.push({ key: key, value: init[key] + '' });\n } else {\n parseSearchParams(entries, typeof init === 'string' ? init.charAt(0) === '?' ? init.slice(1) : init : init + '');\n }\n }\n};\n\nvar URLSearchParamsPrototype = URLSearchParamsConstructor.prototype;\n\nredefineAll(URLSearchParamsPrototype, {\n // `URLSearchParams.prototype.append` method\n // https://url.spec.whatwg.org/#dom-urlsearchparams-append\n append: function append(name, value) {\n validateArgumentsLength(arguments.length, 2);\n var state = getInternalParamsState(this);\n state.entries.push({ key: name + '', value: value + '' });\n state.updateURL();\n },\n // `URLSearchParams.prototype.delete` method\n // https://url.spec.whatwg.org/#dom-urlsearchparams-delete\n 'delete': function (name) {\n validateArgumentsLength(arguments.length, 1);\n var state = getInternalParamsState(this);\n var entries = state.entries;\n var key = name + '';\n var index = 0;\n while (index < entries.length) {\n if (entries[index].key === key) entries.splice(index, 1);\n else index++;\n }\n state.updateURL();\n },\n // `URLSearchParams.prototype.get` method\n // https://url.spec.whatwg.org/#dom-urlsearchparams-get\n get: function get(name) {\n validateArgumentsLength(arguments.length, 1);\n var entries = getInternalParamsState(this).entries;\n var key = name + '';\n var index = 0;\n for (; index < entries.length; index++) {\n if (entries[index].key === key) return entries[index].value;\n }\n return null;\n },\n // `URLSearchParams.prototype.getAll` method\n // https://url.spec.whatwg.org/#dom-urlsearchparams-getall\n getAll: function getAll(name) {\n validateArgumentsLength(arguments.length, 1);\n var entries = getInternalParamsState(this).entries;\n var key = name + '';\n var result = [];\n var index = 0;\n for (; index < entries.length; index++) {\n if (entries[index].key === key) result.push(entries[index].value);\n }\n return result;\n },\n // `URLSearchParams.prototype.has` method\n // https://url.spec.whatwg.org/#dom-urlsearchparams-has\n has: function has(name) {\n validateArgumentsLength(arguments.length, 1);\n var entries = getInternalParamsState(this).entries;\n var key = name + '';\n var index = 0;\n while (index < entries.length) {\n if (entries[index++].key === key) return true;\n }\n return false;\n },\n // `URLSearchParams.prototype.set` method\n // https://url.spec.whatwg.org/#dom-urlsearchparams-set\n set: function set(name, value) {\n validateArgumentsLength(arguments.length, 1);\n var state = getInternalParamsState(this);\n var entries = state.entries;\n var found = false;\n var key = name + '';\n var val = value + '';\n var index = 0;\n var entry;\n for (; index < entries.length; index++) {\n entry = entries[index];\n if (entry.key === key) {\n if (found) entries.splice(index--, 1);\n else {\n found = true;\n entry.value = val;\n }\n }\n }\n if (!found) entries.push({ key: key, value: val });\n state.updateURL();\n },\n // `URLSearchParams.prototype.sort` method\n // https://url.spec.whatwg.org/#dom-urlsearchparams-sort\n sort: function sort() {\n var state = getInternalParamsState(this);\n var entries = state.entries;\n // Array#sort is not stable in some engines\n var slice = entries.slice();\n var entry, entriesIndex, sliceIndex;\n entries.length = 0;\n for (sliceIndex = 0; sliceIndex < slice.length; sliceIndex++) {\n entry = slice[sliceIndex];\n for (entriesIndex = 0; entriesIndex < sliceIndex; entriesIndex++) {\n if (entries[entriesIndex].key > entry.key) {\n entries.splice(entriesIndex, 0, entry);\n break;\n }\n }\n if (entriesIndex === sliceIndex) entries.push(entry);\n }\n state.updateURL();\n },\n // `URLSearchParams.prototype.forEach` method\n forEach: function forEach(callback /* , thisArg */) {\n var entries = getInternalParamsState(this).entries;\n var boundFunction = bind(callback, arguments.length > 1 ? arguments[1] : undefined, 3);\n var index = 0;\n var entry;\n while (index < entries.length) {\n entry = entries[index++];\n boundFunction(entry.value, entry.key, this);\n }\n },\n // `URLSearchParams.prototype.keys` method\n keys: function keys() {\n return new URLSearchParamsIterator(this, 'keys');\n },\n // `URLSearchParams.prototype.values` method\n values: function values() {\n return new URLSearchParamsIterator(this, 'values');\n },\n // `URLSearchParams.prototype.entries` method\n entries: function entries() {\n return new URLSearchParamsIterator(this, 'entries');\n }\n}, { enumerable: true });\n\n// `URLSearchParams.prototype[@@iterator]` method\nredefine(URLSearchParamsPrototype, ITERATOR, URLSearchParamsPrototype.entries);\n\n// `URLSearchParams.prototype.toString` method\n// https://url.spec.whatwg.org/#urlsearchparams-stringification-behavior\nredefine(URLSearchParamsPrototype, 'toString', function toString() {\n var entries = getInternalParamsState(this).entries;\n var result = [];\n var index = 0;\n var entry;\n while (index < entries.length) {\n entry = entries[index++];\n result.push(serialize(entry.key) + '=' + serialize(entry.value));\n } return result.join('&');\n}, { enumerable: true });\n\nsetToStringTag(URLSearchParamsConstructor, URL_SEARCH_PARAMS);\n\n$({ global: true, forced: !USE_NATIVE_URL }, {\n URLSearchParams: URLSearchParamsConstructor\n});\n\n// Wrap `fetch` for correct work with polyfilled `URLSearchParams`\n// https://github.com/zloirock/core-js/issues/674\nif (!USE_NATIVE_URL && typeof $fetch == 'function' && typeof Headers == 'function') {\n $({ global: true, enumerable: true, forced: true }, {\n fetch: function fetch(input /* , init */) {\n var args = [input];\n var init, body, headers;\n if (arguments.length > 1) {\n init = arguments[1];\n if (isObject(init)) {\n body = init.body;\n if (classof(body) === URL_SEARCH_PARAMS) {\n headers = init.headers ? new Headers(init.headers) : new Headers();\n if (!headers.has('content-type')) {\n headers.set('content-type', 'application/x-www-form-urlencoded;charset=UTF-8');\n }\n init = create(init, {\n body: createPropertyDescriptor(0, String(body)),\n headers: createPropertyDescriptor(0, headers)\n });\n }\n }\n args.push(init);\n } return $fetch.apply(this, args);\n }\n });\n}\n\nmodule.exports = {\n URLSearchParams: URLSearchParamsConstructor,\n getState: getInternalParamsState\n};\n","export default \"data:image/png;base64,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\"","export default \"data:image/png;base64,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\"","export default \"data:image/png;base64,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\"","export default \"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAQAAAADwCAMAAADYSUr5AAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAABLFBMVEV3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diDPBZfVAAAAY3RSTlMAWEd8IjKY4b3Ld2acsomqpVpOeudAQGVmhVOLRpGUY2NhTaBobXqbc6W/fcC8463l6eSBjl3f3eC51tvSxNXU12LacP4Nzplp+DgqFhzFedHjp4FYyJPQ2K/wzZCniLC7x6vHwZbrAAAAAWJLR0QAiAUdSAAAAAd0SU1FB+AHDQUaNuOGGEYAAA+BSURBVHja7V0LYxvFEd67iyQsxycZJGgDCYrBKSR1WjdJX5RCGiJICzFpmxCamFLm//+H7t5rZ2f2oeNk6Wzv58T23D7nu9m9md09WYiIiIgeIIFk213Ysv7QcwY6dy8Bv/4JZkBl3iwhxAJBwSSA9sdIV6kJvgLAGgBPA6R88etGTYJaICcgof0x0ukdZATQ4rwBljnZIAOs/3YVPOmcQUFy+2u3ZU68mdYKZsG8i/QGcwvx3mFuAZ4ObN4C7KSwLvoIYKWBmYindmKCm58DVuDjTJ8CdAht/imwdVx2RygiIiIiIiKixzhzT3DLflDCojWgzntCS9DsRoCfsAZ86wFsQUjWvlFKLB1gBLAMNLsZLiasAUqAJ7pUtW8yGGL9t/fYk2xZUUk8xUVgCRAKAja2HMAtWNhs1ojWVlgPSMzafCNq2xZgReLpcff1AD5CtjoHhHHRnwIREREREREREdtDN8c/6JoG6+8ceHSsAPh2KrTI3bl//DgA61CgNvBf4eqRZOBZzOLgSrM34O2AJdXfvq0GH0EsnVXGNODNAUkER2LNKKuPFABX4grt83AZQgTwBSDwaxAu7sliKljlJmtWZnZaoZc/aw6vCXkHkLBZCGHcUtxvouEW2qgXHOOWM0TgTw/USG4HBG9IoAEQ1jbdqdt+Cpxx+fBjMiIiIiIiIuKyovux1I5uRmI5je6u0uaHBreqAs2368BKDfjjeba3aukAShd4c2oFr05ldgcnYN3e551kVbrbt8S3VAFf3WC9qYgfgbcneW8th90TLwGBs+HCamY+Brz8JZblnsDygxHO1uFwfYHtnRMLYuGwJRpnr2yIFTpgT7UyTGqn5S024C7OCGA94N0z0+kQCxNg74DzFq6UzAJmNwHWvXW+Q++8AWwIkCESHAL2UZ44czCGvYcDeB6LgQmzAsF26AMEkEmQpLJpKbSCQ9u33CN/sr0XDgJXCd4DFsAz93s9YNvvx0RERERERPQaZ/sU544KeVXWUmK9jkW4OmiXvaX+wK/g6M9aArO20n450ZhmBqfIdnb8G1/tAey0uOk7lnuTnrfDA66+JQMwhYURfXoJAXudXQlwv99dJHk+H8C2nmHuV7P++oKDuiy4iq+dgDrcdBGQWMJh3nVPPMXTbbvTQFLBnxnWSEFi6SELdwGbKHjHsKU2uiDiPbNiJYAOibWHd3pSU4sJLDoz3++3pBPBNuwxIYyfACEhwrvDXNFh0Sl5YyQQvYYOAYXWH/zrRxcQF12/iIiIiIiLjfScP8gsbgf4tquoN/xz9O/TVoB1m8X0vtLgbiCkpFKvKESvNkPY0WWB4hWlagopCobM+C6F0gJ0fmHdAmcE9mXYAI9e6PF6qb8RnRkEQEmCEc9SEeubQL8IsGy/c4JSIlMC8E9hid3QtaQZYn0ZAitYAMtvntgoCXJYAD2vUNPdG/2ZjmwOIDmsKzSpthI6B1gOyPTG/HWfDAn/cEz5KH9qVwgsvyls8LMyWzDA6Wh3k+gz0IekhwR0RRv9IyIiIiIuFzLlJ2Sr578ykLiyqd4NZedGQ1+ONwKeG+yUrpJLxYwmZ34+rogxwFhcIRWgErtS3BUOmSaKqxVIgVol2MvzIXL2it8NQgq3aMJPP9fitNJwaujb9JjKbGdrt0qvez0Yw2AA44HRAcGCCXrW1iqUFya2FpsgLc/ztAQhZGQQgBgAZaID3eKOQYCsel+icaWhtgDXfndZna5wAIM333wLMAGz2cz/BobABIgAAbsGgaBURxckIQkmpOygSfh8/vZ87rIAGAL6oRqu5gBAHTR6PC+KzzUBb77zi18aBFy7do0dj3fL5AIlQOn/LibANCmQ+ps2Bu+l6gs1eE3BaQH7SnUY7ut1gKyw/4YAVT9aYiur0xXKIXD9Oh4CMyFvgfzeFMiKr59JgNL/6o133QQk5IK8kiT7CQph4P3Fwj0HwL5kQOqPCSj+NQQUkyAi4KYqffNmfeGgnAQPiDqoACeAvaIhCAEf4PWJyfSq/J67CKANwocFUIOHh4egTZRZQLY/HMpveggUspuAwxLVhWQM74zHt2CM3xFCQ0he+FXxhfUdUAIGhAAwLGCi9fcQ0FT3UQFicoOGAGoB2X6B+hYxGdQcOwRjTI7HzVNgXLc/dloAJyA0BHB6OQfmTeaGgMxsr6mu9APgDeEAsQD62MtY/ZPyHuAqMv3oBq5wYNL7uBA/Fo4LlICCgVysD1k2LdDC12Mcmq5LODu0Wq6h2F2r/hERERERPcft2/70FLzr2gC2o48EmQ537xSPqTu1WAXbTYw9qeRJU7Z0TXZXloX4NelP7n2uyWhrTi7JxzbWP8s0AyPlRR6Nh9oP2ZFdnuw0jpyVikxfv1O54jUDsrAC2WkyPZuxcgVXlsv70WiQK2cubZ7tqeJ2gu/pXYC7RH/luC20/so3b6JfejqcOWYCfiO/9nCHMnmfM5Tf2BuksYX4rTgWv8Px7VgKY0MWpvz24G0kq/5Pp64OQuXsV3JtcMjiZGenae251isWTXTFCShXBxAB927ef3DjJlo2yqR9Z7g/XgJ+D3+QX3/ECirXn8g4+JCx8QClT80OVs58am/vdi2ieWAEe1PJQSnsVM56tuMioJoFkAXswZ/gtu6Q1B8t2YUt4M/iE/EXvaR0SCzgkFjAobKAuZanRuwhR0A5STXxLWnv01L6tOlgEcxrAygC1AzpGybg3s0PPpRfdv0rTx0TkEKx6lTLf4XP5Nfn6MSEMcYL+S0io/Ri/Ep86CCgju5So0PEfgSGOcvDYCgWRrxICMgIw0T/5kSESQCSH35ybXTtb48qeb+ubnc1eWrePcGGQCVj8e5dLSvbb9Y7rQQIAnlBrQ+6j9CQRe47VYf1U0AdMRKuIaGGO6nOLwuiPw/gU6y/uP+FnP4mX9xvCJDjP/WUZ4pO2CRqLrKyRX7iB9BlbyLbPgHGJ0+p/vQxKMpDXTq52BG4mjflgdVgYCzOIfIWAb7hA0VEREREbAFDvDCtXDk4ZHke61/P+GhhsRXhffpBlx6ksJTfl/jRfATI1XwXvvzyq6/gEerOntK/gPzl1g24dw9u3KrTy9gNc1liSGR6oQneqN80htFw+MRgwP/hYiFMZV1jFG2CZGBJvfGF9rz+rvAP7Youh7KCKQtumnQjNmUvWVfBq84jXcdMBjt6c7BM0MGVcoyX8MRyWvZnEqBcLVRC6V78Nw1AE/D1N48ff/O17s9QQD7V7honoIxG6p2mYjEKHXhIRblUkWpfO1PrMYiAB2qvDje4VKy7CKDhJVeXpJe7e9qiloWs9U/N/FDY+m5T/KlMGiF3FQbkQIZZvtgHRRlABZ4ynhPYAiYTfF59fHKiwktNgNRfoCUwyjgNFuwiMfGm/7UNIP3LO1jPAZ/BrgQ8bTLkuVEe5n4CDuSvB+pfnawMbAgLZAEken3wYP/BCRw1FT5RvRutjwBqAd8W8jNTf63geFlgYRbXhEH63nw+Nwio7mz5Y7FYvP9wsXhIDjwsnXPAyYkaAHgSfDIcjtY4CZI54NtqDqgYUPrnRjh6S/V3oYsv9+AIMaAqOkDTXgYmAR99VP0jBuKcA4bZyckJnGAG6GNw3U+BZ+IZjv9p6LacTPSClZwB5b9UMwDGj/rX3foCfQwqiyjhmANgqIAJsN3DLgQQpMW9f1b7AZYzguYMK63lSapmysd16j//9W/zY11EMWtU0iBTS3pZfWCjvR+wfRw8f36AxOme4ip93DBGO2w8BiMiIiI6Y4hPR7/4Tk0x373Ydqc2iJcALxvh+3rW/X7b3doYrit1r1fCi/KJo75rG5jBDBf4j8WZEes7eTYr+J91r2hVvFQBVG0CrzQBr5ocxG2w+RG5poRtPdALVIaZeqbPvPWfIa6XCl9HjVPXg/UnpRdybRTl5i1SkF6YwuvBa3N3ljW3SQLkDKBC6JdG42YfJnhjrNRfby/mpv62o7vTdIr1ey2/vTYyzLZIQF7f79xNQE6GPMBxitOw/jYCUsNkioPmAyOcNgjIYDabbc7T1Qq7CeBlkP5Sd2NS7GwBm50ECwMoX5opdHiuCXiOMuX+CnB65zlgs9EanfTua/E+zkQKEQYMfjo/BYTY4BQ40wqXPTitxVOsI50DsJSv//T5VoP1H9SyLDz9YZt96NNqRURERERExBkjB5941oARcWRWekOiC3Z2qP7gEc+eACAUGAQUaSnOkI9S9c3IoELmWp6UmdzhbU5855wlQ7FDtkECTApMAsq0ps/F7ZHq0QwGATidE0CDRb4YYB7G3QgB+DAwJaBY/qg6WfwY4T5XGTABI4tOYY0NcZ1/P2AlAjZoASsRsGEL2OwcQLH1OWDDTwG+3rHlp0APsF0/ICIiIiLicsP/HtlFR/pfAT8+RGc3pZdydIk+J1e9Rwo/5uh9hnH+1PICRe2b0M8/aCv3Dkv4nyRAoNPJipURY4C+WarP67eT+4YUjoX4MRfH+G3r5UJGtOb7tVqRwXwg/zXHt2FunmdXMpjyQH0NeureZtW5+SN9h8ZTUKft9xwEFB+NluzXn68HCSSJulDL++pLf/6eSpdXkv2eElBYgMQxvuNqXlgap5MRAY9KNCbeUu4dRsUzcIrOvMhgdAiLoYOACzcJjgGOj47xtF8uR+iQFNb8Fy77hvFLeX9ensu35iMiIiIiOoO+HxCS6SGqtnLb9rrKIdD3A0IyPUbXVm7bXlc5eP+hwYtVZHqQsq3ctr2uchD0/YBXuoJaPlW+4Wkll0dpi/TnjQxUFs70Vzr9lbN9Ad50daKTpAvaf4Hfd/ABdAPQyHUlotoNPj3Fu8Oh/Dyd5ddb5LZ0vHtm/wlGf8RPP/0kzP4IcbLi/hqgd3odshq9p6TDuEMsv2AK+fMTAoL9EfV/h3xS6r8+AqboM+gsBNh+tlEo2L7FQnwWcCJK/VcmIDwE1KdvtTHx0BCBEIHeISVIfipLBk6a/EHQ9wMsk1o9CepJjE5SQGX3pGqdJGn7dJI102t+XLIaA40cxKYfY10fo23lMDbtyHR1pNrKYWzale3qSreVIyIiIiIiIjyoHIczk3sP8vcDw/IFJAD8BBRfWEHhJ0DQP3rYb5QfSQgemRAE9TeXTP78Xd8RLeDSzwGX/SkQERERERERsW4k58cTCJ6ChKz9QdeE/H2gPiMRgb6uQAC93+dJ/3VYANX3XOlvWkBxvL34chDQ7L2Z+hocqtIXdg7Iapj64zte6n9+bKCrBZT5z6/+XS3g3Ovf9Sng0P/CzgEBaP3Pjw0ELaANlN71/4iInuP/VPKCJpghgS4AAAAldEVYdGRhdGU6Y3JlYXRlADIwMTYtMDktMTRUMTM6MzM6MTYtMDQ6MDAhDQ4CAAAAJXRFWHRkYXRlOm1vZGlmeQAyMDE2LTA3LTEzVDA1OjI2OjU0LTA0OjAwMExtoQAAABl0RVh0U29mdHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAAAASUVORK5CYII=\"","export default \"data:image/png;base64,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\"","export default \"data:image/png;base64,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\"","/*\n * JavaScript MD5\n * https://github.com/blueimp/JavaScript-MD5\n *\n * Copyright 2011, Sebastian Tschan\n * https://blueimp.net\n *\n * Licensed under the MIT license:\n * https://opensource.org/licenses/MIT\n *\n * Based on\n * A JavaScript implementation of the RSA Data Security, Inc. MD5 Message\n * Digest Algorithm, as defined in RFC 1321.\n * Version 2.2 Copyright (C) Paul Johnston 1999 - 2009\n * Other contributors: Greg Holt, Andrew Kepert, Ydnar, Lostinet\n * Distributed under the BSD License\n * See http://pajhome.org.uk/crypt/md5 for more info.\n */\n\n/* global define */\n\n/* eslint-disable strict */\n\n;(function ($) {\n 'use strict'\n\n /**\n * Add integers, wrapping at 2^32.\n * This uses 16-bit operations internally to work around bugs in interpreters.\n *\n * @param {number} x First integer\n * @param {number} y Second integer\n * @returns {number} Sum\n */\n function safeAdd(x, y) {\n var lsw = (x & 0xffff) + (y & 0xffff)\n var msw = (x >> 16) + (y >> 16) + (lsw >> 16)\n return (msw << 16) | (lsw & 0xffff)\n }\n\n /**\n * Bitwise rotate a 32-bit number to the left.\n *\n * @param {number} num 32-bit number\n * @param {number} cnt Rotation count\n * @returns {number} Rotated number\n */\n function bitRotateLeft(num, cnt) {\n return (num << cnt) | (num >>> (32 - cnt))\n }\n\n /**\n * Basic operation the algorithm uses.\n *\n * @param {number} q q\n * @param {number} a a\n * @param {number} b b\n * @param {number} x x\n * @param {number} s s\n * @param {number} t t\n * @returns {number} Result\n */\n function md5cmn(q, a, b, x, s, t) {\n return safeAdd(bitRotateLeft(safeAdd(safeAdd(a, q), safeAdd(x, t)), s), b)\n }\n /**\n * Basic operation the algorithm uses.\n *\n * @param {number} a a\n * @param {number} b b\n * @param {number} c c\n * @param {number} d d\n * @param {number} x x\n * @param {number} s s\n * @param {number} t t\n * @returns {number} Result\n */\n function md5ff(a, b, c, d, x, s, t) {\n return md5cmn((b & c) | (~b & d), a, b, x, s, t)\n }\n /**\n * Basic operation the algorithm uses.\n *\n * @param {number} a a\n * @param {number} b b\n * @param {number} c c\n * @param {number} d d\n * @param {number} x x\n * @param {number} s s\n * @param {number} t t\n * @returns {number} Result\n */\n function md5gg(a, b, c, d, x, s, t) {\n return md5cmn((b & d) | (c & ~d), a, b, x, s, t)\n }\n /**\n * Basic operation the algorithm uses.\n *\n * @param {number} a a\n * @param {number} b b\n * @param {number} c c\n * @param {number} d d\n * @param {number} x x\n * @param {number} s s\n * @param {number} t t\n * @returns {number} Result\n */\n function md5hh(a, b, c, d, x, s, t) {\n return md5cmn(b ^ c ^ d, a, b, x, s, t)\n }\n /**\n * Basic operation the algorithm uses.\n *\n * @param {number} a a\n * @param {number} b b\n * @param {number} c c\n * @param {number} d d\n * @param {number} x x\n * @param {number} s s\n * @param {number} t t\n * @returns {number} Result\n */\n function md5ii(a, b, c, d, x, s, t) {\n return md5cmn(c ^ (b | ~d), a, b, x, s, t)\n }\n\n /**\n * Calculate the MD5 of an array of little-endian words, and a bit length.\n *\n * @param {Array} x Array of little-endian words\n * @param {number} len Bit length\n * @returns {Array<number>} MD5 Array\n */\n function binlMD5(x, len) {\n /* append padding */\n x[len >> 5] |= 0x80 << len % 32\n x[(((len + 64) >>> 9) << 4) + 14] = len\n\n var i\n var olda\n var oldb\n var oldc\n var oldd\n var a = 1732584193\n var b = -271733879\n var c = -1732584194\n var d = 271733878\n\n for (i = 0; i < x.length; i += 16) {\n olda = a\n oldb = b\n oldc = c\n oldd = d\n\n a = md5ff(a, b, c, d, x[i], 7, -680876936)\n d = md5ff(d, a, b, c, x[i + 1], 12, -389564586)\n c = md5ff(c, d, a, b, x[i + 2], 17, 606105819)\n b = md5ff(b, c, d, a, x[i + 3], 22, -1044525330)\n a = md5ff(a, b, c, d, x[i + 4], 7, -176418897)\n d = md5ff(d, a, b, c, x[i + 5], 12, 1200080426)\n c = md5ff(c, d, a, b, x[i + 6], 17, -1473231341)\n b = md5ff(b, c, d, a, x[i + 7], 22, -45705983)\n a = md5ff(a, b, c, d, x[i + 8], 7, 1770035416)\n d = md5ff(d, a, b, c, x[i + 9], 12, -1958414417)\n c = md5ff(c, d, a, b, x[i + 10], 17, -42063)\n b = md5ff(b, c, d, a, x[i + 11], 22, -1990404162)\n a = md5ff(a, b, c, d, x[i + 12], 7, 1804603682)\n d = md5ff(d, a, b, c, x[i + 13], 12, -40341101)\n c = md5ff(c, d, a, b, x[i + 14], 17, -1502002290)\n b = md5ff(b, c, d, a, x[i + 15], 22, 1236535329)\n\n a = md5gg(a, b, c, d, x[i + 1], 5, -165796510)\n d = md5gg(d, a, b, c, x[i + 6], 9, -1069501632)\n c = md5gg(c, d, a, b, x[i + 11], 14, 643717713)\n b = md5gg(b, c, d, a, x[i], 20, -373897302)\n a = md5gg(a, b, c, d, x[i + 5], 5, -701558691)\n d = md5gg(d, a, b, c, x[i + 10], 9, 38016083)\n c = md5gg(c, d, a, b, x[i + 15], 14, -660478335)\n b = md5gg(b, c, d, a, x[i + 4], 20, -405537848)\n a = md5gg(a, b, c, d, x[i + 9], 5, 568446438)\n d = md5gg(d, a, b, c, x[i + 14], 9, -1019803690)\n c = md5gg(c, d, a, b, x[i + 3], 14, -187363961)\n b = md5gg(b, c, d, a, x[i + 8], 20, 1163531501)\n a = md5gg(a, b, c, d, x[i + 13], 5, -1444681467)\n d = md5gg(d, a, b, c, x[i + 2], 9, -51403784)\n c = md5gg(c, d, a, b, x[i + 7], 14, 1735328473)\n b = md5gg(b, c, d, a, x[i + 12], 20, -1926607734)\n\n a = md5hh(a, b, c, d, x[i + 5], 4, -378558)\n d = md5hh(d, a, b, c, x[i + 8], 11, -2022574463)\n c = md5hh(c, d, a, b, x[i + 11], 16, 1839030562)\n b = md5hh(b, c, d, a, x[i + 14], 23, -35309556)\n a = md5hh(a, b, c, d, x[i + 1], 4, -1530992060)\n d = md5hh(d, a, b, c, x[i + 4], 11, 1272893353)\n c = md5hh(c, d, a, b, x[i + 7], 16, -155497632)\n b = md5hh(b, c, d, a, x[i + 10], 23, -1094730640)\n a = md5hh(a, b, c, d, x[i + 13], 4, 681279174)\n d = md5hh(d, a, b, c, x[i], 11, -358537222)\n c = md5hh(c, d, a, b, x[i + 3], 16, -722521979)\n b = md5hh(b, c, d, a, x[i + 6], 23, 76029189)\n a = md5hh(a, b, c, d, x[i + 9], 4, -640364487)\n d = md5hh(d, a, b, c, x[i + 12], 11, -421815835)\n c = md5hh(c, d, a, b, x[i + 15], 16, 530742520)\n b = md5hh(b, c, d, a, x[i + 2], 23, -995338651)\n\n a = md5ii(a, b, c, d, x[i], 6, -198630844)\n d = md5ii(d, a, b, c, x[i + 7], 10, 1126891415)\n c = md5ii(c, d, a, b, x[i + 14], 15, -1416354905)\n b = md5ii(b, c, d, a, x[i + 5], 21, -57434055)\n a = md5ii(a, b, c, d, x[i + 12], 6, 1700485571)\n d = md5ii(d, a, b, c, x[i + 3], 10, -1894986606)\n c = md5ii(c, d, a, b, x[i + 10], 15, -1051523)\n b = md5ii(b, c, d, a, x[i + 1], 21, -2054922799)\n a = md5ii(a, b, c, d, x[i + 8], 6, 1873313359)\n d = md5ii(d, a, b, c, x[i + 15], 10, -30611744)\n c = md5ii(c, d, a, b, x[i + 6], 15, -1560198380)\n b = md5ii(b, c, d, a, x[i + 13], 21, 1309151649)\n a = md5ii(a, b, c, d, x[i + 4], 6, -145523070)\n d = md5ii(d, a, b, c, x[i + 11], 10, -1120210379)\n c = md5ii(c, d, a, b, x[i + 2], 15, 718787259)\n b = md5ii(b, c, d, a, x[i + 9], 21, -343485551)\n\n a = safeAdd(a, olda)\n b = safeAdd(b, oldb)\n c = safeAdd(c, oldc)\n d = safeAdd(d, oldd)\n }\n return [a, b, c, d]\n }\n\n /**\n * Convert an array of little-endian words to a string\n *\n * @param {Array<number>} input MD5 Array\n * @returns {string} MD5 string\n */\n function binl2rstr(input) {\n var i\n var output = ''\n var length32 = input.length * 32\n for (i = 0; i < length32; i += 8) {\n output += String.fromCharCode((input[i >> 5] >>> i % 32) & 0xff)\n }\n return output\n }\n\n /**\n * Convert a raw string to an array of little-endian words\n * Characters >255 have their high-byte silently ignored.\n *\n * @param {string} input Raw input string\n * @returns {Array<number>} Array of little-endian words\n */\n function rstr2binl(input) {\n var i\n var output = []\n output[(input.length >> 2) - 1] = undefined\n for (i = 0; i < output.length; i += 1) {\n output[i] = 0\n }\n var length8 = input.length * 8\n for (i = 0; i < length8; i += 8) {\n output[i >> 5] |= (input.charCodeAt(i / 8) & 0xff) << i % 32\n }\n return output\n }\n\n /**\n * Calculate the MD5 of a raw string\n *\n * @param {string} s Input string\n * @returns {string} Raw MD5 string\n */\n function rstrMD5(s) {\n return binl2rstr(binlMD5(rstr2binl(s), s.length * 8))\n }\n\n /**\n * Calculates the HMAC-MD5 of a key and some data (raw strings)\n *\n * @param {string} key HMAC key\n * @param {string} data Raw input string\n * @returns {string} Raw MD5 string\n */\n function rstrHMACMD5(key, data) {\n var i\n var bkey = rstr2binl(key)\n var ipad = []\n var opad = []\n var hash\n ipad[15] = opad[15] = undefined\n if (bkey.length > 16) {\n bkey = binlMD5(bkey, key.length * 8)\n }\n for (i = 0; i < 16; i += 1) {\n ipad[i] = bkey[i] ^ 0x36363636\n opad[i] = bkey[i] ^ 0x5c5c5c5c\n }\n hash = binlMD5(ipad.concat(rstr2binl(data)), 512 + data.length * 8)\n return binl2rstr(binlMD5(opad.concat(hash), 512 + 128))\n }\n\n /**\n * Convert a raw string to a hex string\n *\n * @param {string} input Raw input string\n * @returns {string} Hex encoded string\n */\n function rstr2hex(input) {\n var hexTab = '0123456789abcdef'\n var output = ''\n var x\n var i\n for (i = 0; i < input.length; i += 1) {\n x = input.charCodeAt(i)\n output += hexTab.charAt((x >>> 4) & 0x0f) + hexTab.charAt(x & 0x0f)\n }\n return output\n }\n\n /**\n * Encode a string as UTF-8\n *\n * @param {string} input Input string\n * @returns {string} UTF8 string\n */\n function str2rstrUTF8(input) {\n return unescape(encodeURIComponent(input))\n }\n\n /**\n * Encodes input string as raw MD5 string\n *\n * @param {string} s Input string\n * @returns {string} Raw MD5 string\n */\n function rawMD5(s) {\n return rstrMD5(str2rstrUTF8(s))\n }\n /**\n * Encodes input string as Hex encoded string\n *\n * @param {string} s Input string\n * @returns {string} Hex encoded string\n */\n function hexMD5(s) {\n return rstr2hex(rawMD5(s))\n }\n /**\n * Calculates the raw HMAC-MD5 for the given key and data\n *\n * @param {string} k HMAC key\n * @param {string} d Input string\n * @returns {string} Raw MD5 string\n */\n function rawHMACMD5(k, d) {\n return rstrHMACMD5(str2rstrUTF8(k), str2rstrUTF8(d))\n }\n /**\n * Calculates the Hex encoded HMAC-MD5 for the given key and data\n *\n * @param {string} k HMAC key\n * @param {string} d Input string\n * @returns {string} Raw MD5 string\n */\n function hexHMACMD5(k, d) {\n return rstr2hex(rawHMACMD5(k, d))\n }\n\n /**\n * Calculates MD5 value for a given string.\n * If a key is provided, calculates the HMAC-MD5 value.\n * Returns a Hex encoded string unless the raw argument is given.\n *\n * @param {string} string Input string\n * @param {string} [key] HMAC key\n * @param {boolean} [raw] Raw output switch\n * @returns {string} MD5 output\n */\n function md5(string, key, raw) {\n if (!key) {\n if (!raw) {\n return hexMD5(string)\n }\n return rawMD5(string)\n }\n if (!raw) {\n return hexHMACMD5(key, string)\n }\n return rawHMACMD5(key, string)\n }\n\n if (typeof define === 'function' && define.amd) {\n define(function () {\n return md5\n })\n } else if (typeof module === 'object' && module.exports) {\n module.exports = md5\n } else {\n $.md5 = md5\n }\n})(this)\n","/*!\n * css-vars-ponyfill\n * v2.4.3\n * https://jhildenbiddle.github.io/css-vars-ponyfill/\n * (c) 2018-2021 John Hildenbiddle <http://hildenbiddle.com>\n * MIT license\n */\nfunction _extends() {\n _extends = Object.assign || function(target) {\n for (var i = 1; i < arguments.length; i++) {\n var source = arguments[i];\n for (var key in source) {\n if (Object.prototype.hasOwnProperty.call(source, key)) {\n target[key] = source[key];\n }\n }\n }\n return target;\n };\n return _extends.apply(this, arguments);\n}\n\n/*!\n * get-css-data\n * v2.0.0\n * https://github.com/jhildenbiddle/get-css-data\n * (c) 2018-2021 John Hildenbiddle <http://hildenbiddle.com>\n * MIT license\n */ function getUrls(urls) {\n var options = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {};\n var settings = {\n mimeType: options.mimeType || null,\n onBeforeSend: options.onBeforeSend || Function.prototype,\n onSuccess: options.onSuccess || Function.prototype,\n onError: options.onError || Function.prototype,\n onComplete: options.onComplete || Function.prototype\n };\n var urlArray = Array.isArray(urls) ? urls : [ urls ];\n var urlQueue = Array.apply(null, Array(urlArray.length)).map((function(x) {\n return null;\n }));\n function isValidCss(cssText) {\n var isHTML = cssText && cssText.trim().charAt(0) === \"<\";\n return cssText && !isHTML;\n }\n function onError(xhr, urlIndex) {\n settings.onError(xhr, urlArray[urlIndex], urlIndex);\n }\n function onSuccess(responseText, urlIndex) {\n var returnVal = settings.onSuccess(responseText, urlArray[urlIndex], urlIndex);\n responseText = returnVal === false ? \"\" : returnVal || responseText;\n urlQueue[urlIndex] = responseText;\n if (urlQueue.indexOf(null) === -1) {\n settings.onComplete(urlQueue);\n }\n }\n var parser = document.createElement(\"a\");\n urlArray.forEach((function(url, i) {\n parser.setAttribute(\"href\", url);\n parser.href = String(parser.href);\n var isIElte9 = Boolean(document.all && !window.atob);\n var isIElte9CORS = isIElte9 && parser.host.split(\":\")[0] !== location.host.split(\":\")[0];\n if (isIElte9CORS) {\n var isSameProtocol = parser.protocol === location.protocol;\n if (isSameProtocol) {\n var xdr = new XDomainRequest;\n xdr.open(\"GET\", url);\n xdr.timeout = 0;\n xdr.onprogress = Function.prototype;\n xdr.ontimeout = Function.prototype;\n xdr.onload = function() {\n if (isValidCss(xdr.responseText)) {\n onSuccess(xdr.responseText, i);\n } else {\n onError(xdr, i);\n }\n };\n xdr.onerror = function(err) {\n onError(xdr, i);\n };\n setTimeout((function() {\n xdr.send();\n }), 0);\n } else {\n console.warn(\"Internet Explorer 9 Cross-Origin (CORS) requests must use the same protocol (\".concat(url, \")\"));\n onError(null, i);\n }\n } else {\n var xhr = new XMLHttpRequest;\n xhr.open(\"GET\", url);\n if (settings.mimeType && xhr.overrideMimeType) {\n xhr.overrideMimeType(settings.mimeType);\n }\n settings.onBeforeSend(xhr, url, i);\n xhr.onreadystatechange = function() {\n if (xhr.readyState === 4) {\n if (xhr.status < 400 && isValidCss(xhr.responseText)) {\n onSuccess(xhr.responseText, i);\n } else if (xhr.status === 0 && isValidCss(xhr.responseText)) {\n onSuccess(xhr.responseText, i);\n } else {\n onError(xhr, i);\n }\n }\n };\n xhr.send();\n }\n }));\n}\n\n/**\n * Gets CSS data from <style> and <link> nodes (including @imports), then\n * returns data in order processed by DOM. Allows specifying nodes to\n * include/exclude and filtering CSS data using RegEx.\n *\n * @preserve\n * @param {object} [options] The options object\n * @param {object} [options.rootElement=document] Root element to traverse for\n * <link> and <style> nodes.\n * @param {string} [options.include] CSS selector matching <link> and <style>\n * nodes to include\n * @param {string} [options.exclude] CSS selector matching <link> and <style>\n * nodes to exclude\n * @param {object} [options.filter] Regular expression used to filter node CSS\n * data. Each block of CSS data is tested against the filter,\n * and only matching data is included.\n * @param {boolean} [options.skipDisabled=true] Determines if disabled\n * stylesheets will be skipped while collecting CSS data.\n * @param {boolean} [options.useCSSOM=false] Determines if CSS data will be\n * collected from a stylesheet's runtime values instead of its\n * text content. This is required to get accurate CSS data\n * when a stylesheet has been modified using the deleteRule()\n * or insertRule() methods because these modifications will\n * not be reflected in the stylesheet's text content.\n * @param {function} [options.onBeforeSend] Callback before XHR is sent. Passes\n * 1) the XHR object, 2) source node reference, and 3) the\n * source URL as arguments.\n * @param {function} [options.onSuccess] Callback on each CSS node read. Passes\n * 1) CSS text, 2) source node reference, and 3) the source\n * URL as arguments.\n * @param {function} [options.onError] Callback on each error. Passes 1) the XHR\n * object for inspection, 2) soure node reference, and 3) the\n * source URL that failed (either a <link> href or an @import)\n * as arguments\n * @param {function} [options.onComplete] Callback after all nodes have been\n * processed. Passes 1) concatenated CSS text, 2) an array of\n * CSS text in DOM order, and 3) an array of nodes in DOM\n * order as arguments.\n *\n * @example\n *\n * getCssData({\n * rootElement : document,\n * include : 'style,link[rel=\"stylesheet\"]',\n * exclude : '[href=\"skip.css\"]',\n * filter : /red/,\n * skipDisabled: true,\n * useCSSOM : false,\n * onBeforeSend(xhr, node, url) {\n * // ...\n * }\n * onSuccess(cssText, node, url) {\n * // ...\n * }\n * onError(xhr, node, url) {\n * // ...\n * },\n * onComplete(cssText, cssArray, nodeArray) {\n * // ...\n * }\n * });\n */ function getCssData(options) {\n var regex = {\n cssComments: /\\/\\*[\\s\\S]+?\\*\\//g,\n cssImports: /(?:@import\\s*)(?:url\\(\\s*)?(?:['\"])([^'\"]*)(?:['\"])(?:\\s*\\))?(?:[^;]*;)/g\n };\n var settings = {\n rootElement: options.rootElement || document,\n include: options.include || 'style,link[rel=\"stylesheet\"]',\n exclude: options.exclude || null,\n filter: options.filter || null,\n skipDisabled: options.skipDisabled !== false,\n useCSSOM: options.useCSSOM || false,\n onBeforeSend: options.onBeforeSend || Function.prototype,\n onSuccess: options.onSuccess || Function.prototype,\n onError: options.onError || Function.prototype,\n onComplete: options.onComplete || Function.prototype\n };\n var sourceNodes = Array.apply(null, settings.rootElement.querySelectorAll(settings.include)).filter((function(node) {\n return !matchesSelector(node, settings.exclude);\n }));\n var cssArray = Array.apply(null, Array(sourceNodes.length)).map((function(x) {\n return null;\n }));\n function handleComplete() {\n var isComplete = cssArray.indexOf(null) === -1;\n if (isComplete) {\n cssArray.reduce((function(skipIndices, value, i) {\n if (value === \"\") {\n skipIndices.push(i);\n }\n return skipIndices;\n }), []).reverse().forEach((function(skipIndex) {\n return [ sourceNodes, cssArray ].forEach((function(arr) {\n return arr.splice(skipIndex, 1);\n }));\n }));\n var cssText = cssArray.join(\"\");\n settings.onComplete(cssText, cssArray, sourceNodes);\n }\n }\n function handleSuccess(cssText, cssIndex, node, sourceUrl) {\n var returnVal = settings.onSuccess(cssText, node, sourceUrl);\n cssText = returnVal !== undefined && Boolean(returnVal) === false ? \"\" : returnVal || cssText;\n resolveImports(cssText, node, sourceUrl, (function(resolvedCssText, errorData) {\n if (cssArray[cssIndex] === null) {\n errorData.forEach((function(data) {\n return settings.onError(data.xhr, node, data.url);\n }));\n if (!settings.filter || settings.filter.test(resolvedCssText)) {\n cssArray[cssIndex] = resolvedCssText;\n } else {\n cssArray[cssIndex] = \"\";\n }\n handleComplete();\n }\n }));\n }\n function parseImportData(cssText, baseUrl) {\n var ignoreRules = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : [];\n var importData = {};\n importData.rules = (cssText.replace(regex.cssComments, \"\").match(regex.cssImports) || []).filter((function(rule) {\n return ignoreRules.indexOf(rule) === -1;\n }));\n importData.urls = importData.rules.map((function(rule) {\n return rule.replace(regex.cssImports, \"$1\");\n }));\n importData.absoluteUrls = importData.urls.map((function(url) {\n return getFullUrl(url, baseUrl);\n }));\n importData.absoluteRules = importData.rules.map((function(rule, i) {\n var oldUrl = importData.urls[i];\n var newUrl = getFullUrl(importData.absoluteUrls[i], baseUrl);\n return rule.replace(oldUrl, newUrl);\n }));\n return importData;\n }\n function resolveImports(cssText, node, baseUrl, callbackFn) {\n var __errorData = arguments.length > 4 && arguments[4] !== undefined ? arguments[4] : [];\n var __errorRules = arguments.length > 5 && arguments[5] !== undefined ? arguments[5] : [];\n var importData = parseImportData(cssText, baseUrl, __errorRules);\n if (importData.rules.length) {\n getUrls(importData.absoluteUrls, {\n onBeforeSend: function onBeforeSend(xhr, url, urlIndex) {\n settings.onBeforeSend(xhr, node, url);\n },\n onSuccess: function onSuccess(cssText, url, urlIndex) {\n var returnVal = settings.onSuccess(cssText, node, url);\n cssText = returnVal === false ? \"\" : returnVal || cssText;\n var responseImportData = parseImportData(cssText, url, __errorRules);\n responseImportData.rules.forEach((function(rule, i) {\n cssText = cssText.replace(rule, responseImportData.absoluteRules[i]);\n }));\n return cssText;\n },\n onError: function onError(xhr, url, urlIndex) {\n __errorData.push({\n xhr: xhr,\n url: url\n });\n __errorRules.push(importData.rules[urlIndex]);\n resolveImports(cssText, node, baseUrl, callbackFn, __errorData, __errorRules);\n },\n onComplete: function onComplete(responseArray) {\n responseArray.forEach((function(importText, i) {\n cssText = cssText.replace(importData.rules[i], importText);\n }));\n resolveImports(cssText, node, baseUrl, callbackFn, __errorData, __errorRules);\n }\n });\n } else {\n callbackFn(cssText, __errorData);\n }\n }\n if (sourceNodes.length) {\n sourceNodes.forEach((function(node, i) {\n var linkHref = node.getAttribute(\"href\");\n var linkRel = node.getAttribute(\"rel\");\n var isLink = node.nodeName.toLowerCase() === \"link\" && linkHref && linkRel && linkRel.toLowerCase().indexOf(\"stylesheet\") !== -1;\n var isSkip = settings.skipDisabled === false ? false : node.disabled;\n var isStyle = node.nodeName.toLowerCase() === \"style\";\n if (isLink && !isSkip) {\n getUrls(linkHref, {\n mimeType: \"text/css\",\n onBeforeSend: function onBeforeSend(xhr, url, urlIndex) {\n settings.onBeforeSend(xhr, node, url);\n },\n onSuccess: function onSuccess(cssText, url, urlIndex) {\n var sourceUrl = getFullUrl(linkHref);\n handleSuccess(cssText, i, node, sourceUrl);\n },\n onError: function onError(xhr, url, urlIndex) {\n cssArray[i] = \"\";\n settings.onError(xhr, node, url);\n handleComplete();\n }\n });\n } else if (isStyle && !isSkip) {\n var cssText = node.textContent;\n if (settings.useCSSOM) {\n cssText = Array.apply(null, node.sheet.cssRules).map((function(rule) {\n return rule.cssText;\n })).join(\"\");\n }\n handleSuccess(cssText, i, node, location.href);\n } else {\n cssArray[i] = \"\";\n handleComplete();\n }\n }));\n } else {\n settings.onComplete(\"\", []);\n }\n}\n\nfunction getFullUrl(url, base) {\n var d = document.implementation.createHTMLDocument(\"\");\n var b = d.createElement(\"base\");\n var a = d.createElement(\"a\");\n d.head.appendChild(b);\n d.body.appendChild(a);\n b.href = base || document.baseURI || (document.querySelector(\"base\") || {}).href || location.href;\n a.href = url;\n return a.href;\n}\n\nfunction matchesSelector(elm, selector) {\n var matches = elm.matches || elm.matchesSelector || elm.webkitMatchesSelector || elm.mozMatchesSelector || elm.msMatchesSelector || elm.oMatchesSelector;\n return matches.call(elm, selector);\n}\n\nvar balancedMatch = balanced;\n\nfunction balanced(a, b, str) {\n if (a instanceof RegExp) a = maybeMatch(a, str);\n if (b instanceof RegExp) b = maybeMatch(b, str);\n var r = range(a, b, str);\n return r && {\n start: r[0],\n end: r[1],\n pre: str.slice(0, r[0]),\n body: str.slice(r[0] + a.length, r[1]),\n post: str.slice(r[1] + b.length)\n };\n}\n\nfunction maybeMatch(reg, str) {\n var m = str.match(reg);\n return m ? m[0] : null;\n}\n\nbalanced.range = range;\n\nfunction range(a, b, str) {\n var begs, beg, left, right, result;\n var ai = str.indexOf(a);\n var bi = str.indexOf(b, ai + 1);\n var i = ai;\n if (ai >= 0 && bi > 0) {\n begs = [];\n left = str.length;\n while (i >= 0 && !result) {\n if (i == ai) {\n begs.push(i);\n ai = str.indexOf(a, i + 1);\n } else if (begs.length == 1) {\n result = [ begs.pop(), bi ];\n } else {\n beg = begs.pop();\n if (beg < left) {\n left = beg;\n right = bi;\n }\n bi = str.indexOf(b, i + 1);\n }\n i = ai < bi && ai >= 0 ? ai : bi;\n }\n if (begs.length) {\n result = [ left, right ];\n }\n }\n return result;\n}\n\nfunction parseCss(css) {\n var options = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {};\n var defaults = {\n preserveStatic: true,\n removeComments: false\n };\n var settings = _extends({}, defaults, options);\n var errors = [];\n function error(msg) {\n throw new Error(\"CSS parse error: \".concat(msg));\n }\n function match(re) {\n var m = re.exec(css);\n if (m) {\n css = css.slice(m[0].length);\n return m;\n }\n }\n function open() {\n return match(/^{\\s*/);\n }\n function close() {\n return match(/^}/);\n }\n function whitespace() {\n match(/^\\s*/);\n }\n function comment() {\n whitespace();\n if (css[0] !== \"/\" || css[1] !== \"*\") {\n return;\n }\n var i = 2;\n while (css[i] && (css[i] !== \"*\" || css[i + 1] !== \"/\")) {\n i++;\n }\n if (!css[i]) {\n return error(\"end of comment is missing\");\n }\n var str = css.slice(2, i);\n css = css.slice(i + 2);\n return {\n type: \"comment\",\n comment: str\n };\n }\n function comments() {\n var cmnts = [];\n var c;\n while (c = comment()) {\n cmnts.push(c);\n }\n return settings.removeComments ? [] : cmnts;\n }\n function selector() {\n whitespace();\n while (css[0] === \"}\") {\n error(\"extra closing bracket\");\n }\n var m = match(/^((\"(?:\\\\\"|[^\"])*\"|'(?:\\\\'|[^'])*'|[^{])+)/);\n if (m) {\n return m[0].trim().replace(/\\/\\*([^*]|[\\r\\n]|(\\*+([^*/]|[\\r\\n])))*\\*\\/+/g, \"\").replace(/\"(?:\\\\\"|[^\"])*\"|'(?:\\\\'|[^'])*'/g, (function(m) {\n return m.replace(/,/g, \"‌\");\n })).split(/\\s*(?![^(]*\\)),\\s*/).map((function(s) {\n return s.replace(/\\u200C/g, \",\");\n }));\n }\n }\n function declaration() {\n if (css[0] === \"@\") {\n return at_rule();\n }\n match(/^([;\\s]*)+/);\n var comment_regexp = /\\/\\*[^*]*\\*+([^/*][^*]*\\*+)*\\//g;\n var prop = match(/^(\\*?[-#/*\\\\\\w]+(\\[[0-9a-z_-]+\\])?)\\s*/);\n if (!prop) {\n return;\n }\n prop = prop[0].trim();\n if (!match(/^:\\s*/)) {\n return error(\"property missing ':'\");\n }\n var val = match(/^((?:\\/\\*.*?\\*\\/|'(?:\\\\'|.)*?'|\"(?:\\\\\"|.)*?\"|\\((\\s*'(?:\\\\'|.)*?'|\"(?:\\\\\"|.)*?\"|[^)]*?)\\s*\\)|[^};])+)/);\n var ret = {\n type: \"declaration\",\n property: prop.replace(comment_regexp, \"\"),\n value: val ? val[0].replace(comment_regexp, \"\").trim() : \"\"\n };\n match(/^[;\\s]*/);\n return ret;\n }\n function declarations() {\n if (!open()) {\n return error(\"missing '{'\");\n }\n var d;\n var decls = comments();\n while (d = declaration()) {\n decls.push(d);\n decls = decls.concat(comments());\n }\n if (!close()) {\n return error(\"missing '}'\");\n }\n return decls;\n }\n function keyframe() {\n whitespace();\n var vals = [];\n var m;\n while (m = match(/^((\\d+\\.\\d+|\\.\\d+|\\d+)%?|[a-z]+)\\s*/)) {\n vals.push(m[1]);\n match(/^,\\s*/);\n }\n if (vals.length) {\n return {\n type: \"keyframe\",\n values: vals,\n declarations: declarations()\n };\n }\n }\n function at_keyframes() {\n var m = match(/^@([-\\w]+)?keyframes\\s*/);\n if (!m) {\n return;\n }\n var vendor = m[1];\n m = match(/^([-\\w]+)\\s*/);\n if (!m) {\n return error(\"@keyframes missing name\");\n }\n var name = m[1];\n if (!open()) {\n return error(\"@keyframes missing '{'\");\n }\n var frame;\n var frames = comments();\n while (frame = keyframe()) {\n frames.push(frame);\n frames = frames.concat(comments());\n }\n if (!close()) {\n return error(\"@keyframes missing '}'\");\n }\n return {\n type: \"keyframes\",\n name: name,\n vendor: vendor,\n keyframes: frames\n };\n }\n function at_page() {\n var m = match(/^@page */);\n if (m) {\n var sel = selector() || [];\n return {\n type: \"page\",\n selectors: sel,\n declarations: declarations()\n };\n }\n }\n function at_page_margin_box() {\n var m = match(/@(top|bottom|left|right)-(left|center|right|top|middle|bottom)-?(corner)?\\s*/);\n if (m) {\n var name = \"\".concat(m[1], \"-\").concat(m[2]) + (m[3] ? \"-\".concat(m[3]) : \"\");\n return {\n type: \"page-margin-box\",\n name: name,\n declarations: declarations()\n };\n }\n }\n function at_fontface() {\n var m = match(/^@font-face\\s*/);\n if (m) {\n return {\n type: \"font-face\",\n declarations: declarations()\n };\n }\n }\n function at_supports() {\n var m = match(/^@supports *([^{]+)/);\n if (m) {\n return {\n type: \"supports\",\n supports: m[1].trim(),\n rules: rules()\n };\n }\n }\n function at_host() {\n var m = match(/^@host\\s*/);\n if (m) {\n return {\n type: \"host\",\n rules: rules()\n };\n }\n }\n function at_media() {\n var m = match(/^@media([^{]+)*/);\n if (m) {\n return {\n type: \"media\",\n media: (m[1] || \"\").trim(),\n rules: rules()\n };\n }\n }\n function at_custom_m() {\n var m = match(/^@custom-media\\s+(--[^\\s]+)\\s*([^{;]+);/);\n if (m) {\n return {\n type: \"custom-media\",\n name: m[1].trim(),\n media: m[2].trim()\n };\n }\n }\n function at_document() {\n var m = match(/^@([-\\w]+)?document *([^{]+)/);\n if (m) {\n return {\n type: \"document\",\n document: m[2].trim(),\n vendor: m[1] ? m[1].trim() : null,\n rules: rules()\n };\n }\n }\n function at_x() {\n var m = match(/^@(import|charset|namespace)\\s*([^;]+);/);\n if (m) {\n return {\n type: m[1],\n name: m[2].trim()\n };\n }\n }\n function at_rule() {\n whitespace();\n if (css[0] === \"@\") {\n var ret = at_x() || at_fontface() || at_media() || at_keyframes() || at_supports() || at_document() || at_custom_m() || at_host() || at_page() || at_page_margin_box();\n if (ret && !settings.preserveStatic) {\n var hasVarFunc = false;\n if (ret.declarations) {\n hasVarFunc = ret.declarations.some((function(decl) {\n return /var\\(/.test(decl.value);\n }));\n } else {\n var arr = ret.keyframes || ret.rules || [];\n hasVarFunc = arr.some((function(obj) {\n return (obj.declarations || []).some((function(decl) {\n return /var\\(/.test(decl.value);\n }));\n }));\n }\n return hasVarFunc ? ret : {};\n }\n return ret;\n }\n }\n function rule() {\n if (!settings.preserveStatic) {\n var balancedMatch$1 = balancedMatch(\"{\", \"}\", css);\n if (balancedMatch$1) {\n var hasVarDecl = /:(?:root|host)(?![.:#(])/.test(balancedMatch$1.pre) && /--\\S*\\s*:/.test(balancedMatch$1.body);\n var hasVarFunc = /var\\(/.test(balancedMatch$1.body);\n if (!hasVarDecl && !hasVarFunc) {\n css = css.slice(balancedMatch$1.end + 1);\n return {};\n }\n }\n }\n var sel = selector() || [];\n var decls = settings.preserveStatic ? declarations() : declarations().filter((function(decl) {\n var hasVarDecl = sel.some((function(s) {\n return /:(?:root|host)(?![.:#(])/.test(s);\n })) && /^--\\S/.test(decl.property);\n var hasVarFunc = /var\\(/.test(decl.value);\n return hasVarDecl || hasVarFunc;\n }));\n if (!sel.length) {\n error(\"selector missing\");\n }\n return {\n type: \"rule\",\n selectors: sel,\n declarations: decls\n };\n }\n function rules(core) {\n if (!core && !open()) {\n return error(\"missing '{'\");\n }\n var node;\n var rules = comments();\n while (css.length && (core || css[0] !== \"}\") && (node = at_rule() || rule())) {\n if (node.type) {\n rules.push(node);\n }\n rules = rules.concat(comments());\n }\n if (!core && !close()) {\n return error(\"missing '}'\");\n }\n return rules;\n }\n return {\n type: \"stylesheet\",\n stylesheet: {\n rules: rules(true),\n errors: errors\n }\n };\n}\n\nfunction parseVars(cssData) {\n var options = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {};\n var defaults = {\n parseHost: false,\n store: {},\n onWarning: function onWarning() {}\n };\n var settings = _extends({}, defaults, options);\n var reVarDeclSelectors = new RegExp(\":\".concat(settings.parseHost ? \"host\" : \"root\", \"$\"));\n if (typeof cssData === \"string\") {\n cssData = parseCss(cssData, settings);\n }\n cssData.stylesheet.rules.forEach((function(rule) {\n if (rule.type !== \"rule\" || !rule.selectors.some((function(s) {\n return reVarDeclSelectors.test(s);\n }))) {\n return;\n }\n rule.declarations.forEach((function(decl, i) {\n var prop = decl.property;\n var value = decl.value;\n if (prop && prop.indexOf(\"--\") === 0) {\n settings.store[prop] = value;\n }\n }));\n }));\n return settings.store;\n}\n\nfunction stringifyCss(tree) {\n var delim = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : \"\";\n var cb = arguments.length > 2 ? arguments[2] : undefined;\n var renderMethods = {\n charset: function charset(node) {\n return \"@charset \" + node.name + \";\";\n },\n comment: function comment(node) {\n return node.comment.indexOf(\"__CSSVARSPONYFILL\") === 0 ? \"/*\" + node.comment + \"*/\" : \"\";\n },\n \"custom-media\": function customMedia(node) {\n return \"@custom-media \" + node.name + \" \" + node.media + \";\";\n },\n declaration: function declaration(node) {\n return node.property + \":\" + node.value + \";\";\n },\n document: function document(node) {\n return \"@\" + (node.vendor || \"\") + \"document \" + node.document + \"{\" + visit(node.rules) + \"}\";\n },\n \"font-face\": function fontFace(node) {\n return \"@font-face\" + \"{\" + visit(node.declarations) + \"}\";\n },\n host: function host(node) {\n return \"@host\" + \"{\" + visit(node.rules) + \"}\";\n },\n import: function _import(node) {\n return \"@import \" + node.name + \";\";\n },\n keyframe: function keyframe(node) {\n return node.values.join(\",\") + \"{\" + visit(node.declarations) + \"}\";\n },\n keyframes: function keyframes(node) {\n return \"@\" + (node.vendor || \"\") + \"keyframes \" + node.name + \"{\" + visit(node.keyframes) + \"}\";\n },\n media: function media(node) {\n return \"@media \" + node.media + \"{\" + visit(node.rules) + \"}\";\n },\n namespace: function namespace(node) {\n return \"@namespace \" + node.name + \";\";\n },\n page: function page(node) {\n return \"@page \" + (node.selectors.length ? node.selectors.join(\", \") : \"\") + \"{\" + visit(node.declarations) + \"}\";\n },\n \"page-margin-box\": function pageMarginBox(node) {\n return \"@\" + node.name + \"{\" + visit(node.declarations) + \"}\";\n },\n rule: function rule(node) {\n var decls = node.declarations;\n if (decls.length) {\n return node.selectors.join(\",\") + \"{\" + visit(decls) + \"}\";\n }\n },\n supports: function supports(node) {\n return \"@supports \" + node.supports + \"{\" + visit(node.rules) + \"}\";\n }\n };\n function visit(nodes) {\n var buf = \"\";\n for (var i = 0; i < nodes.length; i++) {\n var n = nodes[i];\n if (cb) {\n cb(n);\n }\n var txt = renderMethods[n.type](n);\n if (txt) {\n buf += txt;\n if (txt.length && n.selectors) {\n buf += delim;\n }\n }\n }\n return buf;\n }\n return visit(tree.stylesheet.rules);\n}\n\nfunction walkCss(node, fn) {\n node.rules.forEach((function(rule) {\n if (rule.rules) {\n walkCss(rule, fn);\n return;\n }\n if (rule.keyframes) {\n rule.keyframes.forEach((function(keyframe) {\n if (keyframe.type === \"keyframe\") {\n fn(keyframe.declarations, rule);\n }\n }));\n return;\n }\n if (!rule.declarations) {\n return;\n }\n fn(rule.declarations, node);\n }));\n}\n\nvar VAR_PROP_IDENTIFIER = \"--\";\n\nvar VAR_FUNC_IDENTIFIER = \"var\";\n\nfunction transformCss(cssData) {\n var options = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {};\n var defaults = {\n preserveStatic: true,\n preserveVars: false,\n variables: {},\n onWarning: function onWarning() {}\n };\n var settings = _extends({}, defaults, options);\n if (typeof cssData === \"string\") {\n cssData = parseCss(cssData, settings);\n }\n walkCss(cssData.stylesheet, (function(declarations, node) {\n for (var i = 0; i < declarations.length; i++) {\n var decl = declarations[i];\n var type = decl.type;\n var prop = decl.property;\n var value = decl.value;\n if (type !== \"declaration\") {\n continue;\n }\n if (!settings.preserveVars && prop && prop.indexOf(VAR_PROP_IDENTIFIER) === 0) {\n declarations.splice(i, 1);\n i--;\n continue;\n }\n if (value.indexOf(VAR_FUNC_IDENTIFIER + \"(\") !== -1) {\n var resolvedValue = resolveValue(value, settings);\n if (resolvedValue !== decl.value) {\n resolvedValue = fixNestedCalc(resolvedValue);\n if (!settings.preserveVars) {\n decl.value = resolvedValue;\n } else {\n declarations.splice(i, 0, {\n type: type,\n property: prop,\n value: resolvedValue\n });\n i++;\n }\n }\n }\n }\n }));\n return stringifyCss(cssData);\n}\n\nfunction fixNestedCalc(value) {\n var reCalcVal = /calc\\(([^)]+)\\)/g;\n (value.match(reCalcVal) || []).forEach((function(match) {\n var newVal = \"calc\".concat(match.split(\"calc\").join(\"\"));\n value = value.replace(match, newVal);\n }));\n return value;\n}\n\nfunction resolveValue(value) {\n var settings = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {};\n var __recursiveFallback = arguments.length > 2 ? arguments[2] : undefined;\n if (value.indexOf(\"var(\") === -1) {\n return value;\n }\n var valueData = balancedMatch(\"(\", \")\", value);\n function resolveFunc(value) {\n var name = value.split(\",\")[0].replace(/[\\s\\n\\t]/g, \"\");\n var fallback = (value.match(/(?:\\s*,\\s*){1}(.*)?/) || [])[1];\n var match = Object.prototype.hasOwnProperty.call(settings.variables, name) ? String(settings.variables[name]) : undefined;\n var replacement = match || (fallback ? String(fallback) : undefined);\n var unresolvedFallback = __recursiveFallback || value;\n if (!match) {\n settings.onWarning('variable \"'.concat(name, '\" is undefined'));\n }\n if (replacement && replacement !== \"undefined\" && replacement.length > 0) {\n return resolveValue(replacement, settings, unresolvedFallback);\n } else {\n return \"var(\".concat(unresolvedFallback, \")\");\n }\n }\n if (!valueData) {\n if (value.indexOf(\"var(\") !== -1) {\n settings.onWarning('missing closing \")\" in the value \"'.concat(value, '\"'));\n }\n return value;\n } else if (valueData.pre.slice(-3) === \"var\") {\n var isEmptyVarFunc = valueData.body.trim().length === 0;\n if (isEmptyVarFunc) {\n settings.onWarning(\"var() must contain a non-whitespace string\");\n return value;\n } else {\n return valueData.pre.slice(0, -3) + resolveFunc(valueData.body) + resolveValue(valueData.post, settings);\n }\n } else {\n return valueData.pre + \"(\".concat(resolveValue(valueData.body, settings), \")\") + resolveValue(valueData.post, settings);\n }\n}\n\nvar isBrowser = typeof window !== \"undefined\";\n\nvar isNativeSupport = isBrowser && window.CSS && window.CSS.supports && window.CSS.supports(\"(--a: 0)\");\n\nvar counters = {\n group: 0,\n job: 0\n};\n\nvar defaults = {\n rootElement: isBrowser ? document : null,\n shadowDOM: false,\n include: \"style,link[rel=stylesheet]\",\n exclude: \"\",\n variables: {},\n onlyLegacy: true,\n preserveStatic: true,\n preserveVars: false,\n silent: false,\n updateDOM: true,\n updateURLs: true,\n watch: null,\n onBeforeSend: function onBeforeSend() {},\n onError: function onError() {},\n onWarning: function onWarning() {},\n onSuccess: function onSuccess() {},\n onComplete: function onComplete() {},\n onFinally: function onFinally() {}\n};\n\nvar regex = {\n cssComments: /\\/\\*[\\s\\S]+?\\*\\//g,\n cssKeyframes: /@(?:-\\w*-)?keyframes/,\n cssMediaQueries: /@media[^{]+\\{([\\s\\S]+?})\\s*}/g,\n cssUrls: /url\\((?!['\"]?(?:data|http|\\/\\/):)['\"]?([^'\")]*)['\"]?\\)/g,\n cssVarDeclRules: /(?::(?:root|host)(?![.:#(])[\\s,]*[^{]*{\\s*[^}]*})/g,\n cssVarDecls: /(?:[\\s;]*)(-{2}\\w[\\w-]*)(?:\\s*:\\s*)([^;]*);/g,\n cssVarFunc: /var\\(\\s*--[\\w-]/,\n cssVars: /(?:(?::(?:root|host)(?![.:#(])[\\s,]*[^{]*{\\s*[^;]*;*\\s*)|(?:var\\(\\s*))(--[^:)]+)(?:\\s*[:)])/\n};\n\nvar variableStore = {\n dom: {},\n job: {},\n user: {}\n};\n\nvar cssVarsIsRunning = false;\n\nvar cssVarsObserver = null;\n\nvar cssVarsSrcNodeCount = 0;\n\nvar debounceTimer = null;\n\nvar isShadowDOMReady = false;\n\n/**\n * Fetches, parses, and transforms CSS custom properties from specified\n * <style> and <link> elements into static values, then appends a new <style>\n * element with static values to the DOM to provide CSS custom property\n * compatibility for legacy browsers. Also provides a single interface for\n * live updates of runtime values in both modern and legacy browsers.\n *\n * @preserve\n * @param {object} [options] Options object\n * @param {object} [options.rootElement=document] Root element to traverse for\n * <link> and <style> nodes\n * @param {boolean} [options.shadowDOM=false] Determines if shadow DOM <link>\n * and <style> nodes will be processed.\n * @param {string} [options.include=\"style,link[rel=stylesheet]\"] CSS selector\n * matching <link re=\"stylesheet\"> and <style> nodes to\n * process\n * @param {string} [options.exclude] CSS selector matching <link\n * rel=\"stylehseet\"> and <style> nodes to exclude from those\n * matches by options.include\n * @param {object} [options.variables] A map of custom property name/value\n * pairs. Property names can omit or include the leading\n * double-hyphen (—), and values specified will override\n * previous values\n * @param {boolean} [options.onlyLegacy=true] Determines if the ponyfill will\n * only generate legacy-compatible CSS in browsers that lack\n * native support (i.e., legacy browsers)\n * @param {boolean} [options.preserveStatic=true] Determines if CSS\n * declarations that do not reference a custom property will\n * be preserved in the transformed CSS\n * @param {boolean} [options.preserveVars=false] Determines if CSS custom\n * property declarations will be preserved in the transformed\n * CSS\n * @param {boolean} [options.silent=false] Determines if warning and error\n * messages will be displayed on the console\n * @param {boolean} [options.updateDOM=true] Determines if the ponyfill will\n * update the DOM after processing CSS custom properties\n * @param {boolean} [options.updateURLs=true] Determines if relative url()\n * paths will be converted to absolute urls in external CSS\n * @param {boolean} [options.watch=false] Determines if a MutationObserver will\n * be created that will execute the ponyfill when a <link> or\n * <style> DOM mutation is observed\n * @param {function} [options.onBeforeSend] Callback before XHR is sent. Passes\n * 1) the XHR object, 2) source node reference, and 3) the\n * source URL as arguments\n * @param {function} [options.onError] Callback after a CSS parsing error has\n * occurred or an XHR request has failed. Passes 1) an error\n * message, and 2) source node reference, 3) xhr, and 4 url as\n * arguments.\n * @param {function} [options.onWarning] Callback after each CSS parsing warning\n * has occurred. Passes 1) a warning message as an argument.\n * @param {function} [options.onSuccess] Callback after CSS data has been\n * collected from each node and before CSS custom properties\n * have been transformed. Allows modifying the CSS data before\n * it is transformed by returning any string value (or false\n * to skip). Passes 1) CSS text, 2) source node reference, and\n * 3) the source URL as arguments.\n * @param {function} [options.onComplete] Callback after all CSS has been\n * processed, legacy-compatible CSS has been generated, and\n * (optionally) the DOM has been updated. Passes 1) a CSS\n * string with CSS variable values resolved, 2) an array of\n * output <style> node references that have been appended to\n * the DOM, 3) an object containing all custom properies names\n * and values, and 4) the ponyfill execution time in\n * milliseconds.\n * @param {function} [options.onFinally] Callback in modern and legacy browsers\n * after the ponyfill has finished all tasks. Passes 1) a\n * boolean indicating if the last ponyfill call resulted in a\n * style change, 2) a boolean indicating if the current\n * browser provides native support for CSS custom properties,\n * and 3) the ponyfill execution time in milliseconds.\n * @example\n *\n * cssVars({\n * rootElement : document,\n * shadowDOM : false,\n * include : 'style,link[rel=\"stylesheet\"]',\n * exclude : '',\n * variables : {},\n * onlyLegacy : true,\n * preserveStatic: true,\n * preserveVars : false,\n * silent : false,\n * updateDOM : true,\n * updateURLs : true,\n * watch : false,\n * onBeforeSend(xhr, node, url) {},\n * onError(message, node, xhr, url) {},\n * onWarning(message) {},\n * onSuccess(cssText, node, url) {},\n * onComplete(cssText, styleNode, cssVariables, benchmark) {},\n * onFinally(hasChanged, hasNativeSupport, benchmark)\n * });\n */ function cssVars() {\n var options = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};\n var msgPrefix = \"cssVars(): \";\n var settings = _extends({}, defaults, options);\n function handleError(message, sourceNode, xhr, url) {\n if (!settings.silent && window.console) {\n console.error(\"\".concat(msgPrefix).concat(message, \"\\n\"), sourceNode);\n }\n settings.onError(message, sourceNode, xhr, url);\n }\n function handleWarning(message) {\n if (!settings.silent && window.console) {\n console.warn(\"\".concat(msgPrefix).concat(message));\n }\n settings.onWarning(message);\n }\n function handleFinally(hasChanged) {\n settings.onFinally(Boolean(hasChanged), isNativeSupport, getTimeStamp() - settings.__benchmark);\n }\n if (!isBrowser) {\n return;\n }\n if (settings.watch) {\n settings.watch = defaults.watch;\n addMutationObserver(settings);\n cssVars(settings);\n return;\n } else if (settings.watch === false && cssVarsObserver) {\n cssVarsObserver.disconnect();\n cssVarsObserver = null;\n }\n if (!settings.__benchmark) {\n if (cssVarsIsRunning === settings.rootElement) {\n cssVarsDebounced(options);\n return;\n }\n var srcNodes = Array.apply(null, settings.rootElement.querySelectorAll('[data-cssvars]:not([data-cssvars=\"out\"])'));\n settings.__benchmark = getTimeStamp();\n settings.exclude = [ cssVarsObserver ? '[data-cssvars]:not([data-cssvars=\"\"])' : '[data-cssvars=\"out\"]', \"link[disabled]:not([data-cssvars])\", settings.exclude ].filter((function(selector) {\n return selector;\n })).join(\",\");\n settings.variables = fixVarNames(settings.variables);\n srcNodes.forEach((function(srcNode) {\n var hasStyleCache = srcNode.nodeName.toLowerCase() === \"style\" && srcNode.__cssVars.text;\n var hasStyleChanged = hasStyleCache && srcNode.textContent !== srcNode.__cssVars.text;\n if (hasStyleCache && hasStyleChanged) {\n srcNode.sheet && (srcNode.sheet.disabled = false);\n srcNode.setAttribute(\"data-cssvars\", \"\");\n }\n }));\n if (!cssVarsObserver) {\n var outNodes = Array.apply(null, settings.rootElement.querySelectorAll('[data-cssvars=\"out\"]'));\n outNodes.forEach((function(outNode) {\n var dataGroup = outNode.getAttribute(\"data-cssvars-group\");\n var srcNode = dataGroup ? settings.rootElement.querySelector('[data-cssvars=\"src\"][data-cssvars-group=\"'.concat(dataGroup, '\"]')) : null;\n if (!srcNode) {\n outNode.parentNode.removeChild(outNode);\n }\n }));\n if (cssVarsSrcNodeCount && srcNodes.length < cssVarsSrcNodeCount) {\n cssVarsSrcNodeCount = srcNodes.length;\n variableStore.dom = {};\n }\n }\n }\n if (document.readyState !== \"loading\") {\n if (isNativeSupport && settings.onlyLegacy) {\n var hasVarChange = false;\n if (settings.updateDOM) {\n var targetElm = settings.rootElement.host || (settings.rootElement === document ? document.documentElement : settings.rootElement);\n Object.keys(settings.variables).forEach((function(key) {\n var varValue = settings.variables[key];\n hasVarChange = hasVarChange || varValue !== getComputedStyle(targetElm).getPropertyValue(key);\n targetElm.style.setProperty(key, varValue);\n }));\n }\n handleFinally(hasVarChange);\n } else if (!isShadowDOMReady && (settings.shadowDOM || settings.rootElement.shadowRoot || settings.rootElement.host)) {\n getCssData({\n rootElement: defaults.rootElement,\n include: defaults.include,\n exclude: settings.exclude,\n skipDisabled: false,\n onSuccess: function onSuccess(cssText, node, url) {\n var isUserDisabled = (node.sheet || {}).disabled && !node.__cssVars;\n if (isUserDisabled) {\n return false;\n }\n cssText = cssText.replace(regex.cssComments, \"\").replace(regex.cssMediaQueries, \"\");\n cssText = (cssText.match(regex.cssVarDeclRules) || []).join(\"\");\n return cssText || false;\n },\n onComplete: function onComplete(cssText, cssArray, nodeArray) {\n parseVars(cssText, {\n store: variableStore.dom,\n onWarning: handleWarning\n });\n isShadowDOMReady = true;\n cssVars(settings);\n }\n });\n } else {\n cssVarsIsRunning = settings.rootElement;\n getCssData({\n rootElement: settings.rootElement,\n include: settings.include,\n exclude: settings.exclude,\n skipDisabled: false,\n onBeforeSend: settings.onBeforeSend,\n onError: function onError(xhr, node, url) {\n var responseUrl = xhr.responseURL || getFullUrl$1(url, location.href);\n var statusText = xhr.statusText ? \"(\".concat(xhr.statusText, \")\") : \"Unspecified Error\" + (xhr.status === 0 ? \" (possibly CORS related)\" : \"\");\n var errorMsg = \"CSS XHR Error: \".concat(responseUrl, \" \").concat(xhr.status, \" \").concat(statusText);\n handleError(errorMsg, node, xhr, responseUrl);\n },\n onSuccess: function onSuccess(cssText, node, url) {\n var isUserDisabled = (node.sheet || {}).disabled && !node.__cssVars;\n if (isUserDisabled) {\n return false;\n }\n var isLink = node.nodeName.toLowerCase() === \"link\";\n var isStyleImport = node.nodeName.toLowerCase() === \"style\" && cssText !== node.textContent;\n var returnVal = settings.onSuccess(cssText, node, url);\n cssText = returnVal !== undefined && Boolean(returnVal) === false ? \"\" : returnVal || cssText;\n if (settings.updateURLs && (isLink || isStyleImport)) {\n cssText = fixRelativeCssUrls(cssText, url);\n }\n return cssText;\n },\n onComplete: function onComplete(cssText, cssArray) {\n var nodeArray = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : [];\n var currentVars = _extends({}, variableStore.dom, variableStore.user);\n var hasVarChange = false;\n variableStore.job = {};\n nodeArray.forEach((function(node, i) {\n var nodeCSS = cssArray[i];\n node.__cssVars = node.__cssVars || {};\n node.__cssVars.text = nodeCSS;\n if (regex.cssVars.test(nodeCSS)) {\n try {\n var cssTree = parseCss(nodeCSS, {\n preserveStatic: settings.preserveStatic,\n removeComments: true\n });\n parseVars(cssTree, {\n parseHost: Boolean(settings.rootElement.host),\n store: variableStore.dom,\n onWarning: handleWarning\n });\n node.__cssVars.tree = cssTree;\n } catch (err) {\n handleError(err.message, node);\n }\n }\n }));\n _extends(variableStore.job, variableStore.dom);\n if (settings.updateDOM) {\n _extends(variableStore.user, settings.variables);\n _extends(variableStore.job, variableStore.user);\n } else {\n _extends(variableStore.job, variableStore.user, settings.variables);\n _extends(currentVars, settings.variables);\n }\n hasVarChange = counters.job > 0 && Boolean(Object.keys(variableStore.job).length > Object.keys(currentVars).length || Boolean(Object.keys(currentVars).length && Object.keys(variableStore.job).some((function(key) {\n return variableStore.job[key] !== currentVars[key];\n }))));\n if (hasVarChange) {\n resetCssNodes(settings.rootElement);\n cssVars(settings);\n } else {\n var outCssArray = [];\n var outNodeArray = [];\n var hasKeyframesWithVars = false;\n if (settings.updateDOM) {\n counters.job++;\n }\n nodeArray.forEach((function(node, i) {\n var isSkip = !node.__cssVars.tree;\n if (node.__cssVars.tree) {\n try {\n transformCss(node.__cssVars.tree, _extends({}, settings, {\n variables: variableStore.job,\n onWarning: handleWarning\n }));\n var outCss = stringifyCss(node.__cssVars.tree);\n if (settings.updateDOM) {\n var nodeCSS = cssArray[i];\n var hasCSSVarFunc = regex.cssVarFunc.test(nodeCSS);\n if (!node.getAttribute(\"data-cssvars\")) {\n node.setAttribute(\"data-cssvars\", \"src\");\n }\n if (outCss.length && hasCSSVarFunc) {\n var dataGroup = node.getAttribute(\"data-cssvars-group\") || ++counters.group;\n var outCssNoSpaces = outCss.replace(/\\s/g, \"\");\n var outNode = settings.rootElement.querySelector('[data-cssvars=\"out\"][data-cssvars-group=\"'.concat(dataGroup, '\"]')) || document.createElement(\"style\");\n hasKeyframesWithVars = hasKeyframesWithVars || regex.cssKeyframes.test(outCss);\n if (settings.preserveStatic) {\n node.sheet && (node.sheet.disabled = true);\n }\n if (!outNode.hasAttribute(\"data-cssvars\")) {\n outNode.setAttribute(\"data-cssvars\", \"out\");\n }\n if (outCssNoSpaces === node.textContent.replace(/\\s/g, \"\")) {\n isSkip = true;\n if (outNode && outNode.parentNode) {\n node.removeAttribute(\"data-cssvars-group\");\n outNode.parentNode.removeChild(outNode);\n }\n } else if (outCssNoSpaces !== outNode.textContent.replace(/\\s/g, \"\")) {\n [ node, outNode ].forEach((function(n) {\n n.setAttribute(\"data-cssvars-job\", counters.job);\n n.setAttribute(\"data-cssvars-group\", dataGroup);\n }));\n outNode.textContent = outCss;\n outCssArray.push(outCss);\n outNodeArray.push(outNode);\n if (!outNode.parentNode) {\n node.parentNode.insertBefore(outNode, node.nextSibling);\n }\n }\n }\n } else {\n if (node.textContent.replace(/\\s/g, \"\") !== outCss) {\n outCssArray.push(outCss);\n }\n }\n } catch (err) {\n handleError(err.message, node);\n }\n }\n if (isSkip) {\n node.setAttribute(\"data-cssvars\", \"skip\");\n }\n if (!node.hasAttribute(\"data-cssvars-job\")) {\n node.setAttribute(\"data-cssvars-job\", counters.job);\n }\n }));\n cssVarsSrcNodeCount = settings.rootElement.querySelectorAll('[data-cssvars]:not([data-cssvars=\"out\"])').length;\n if (settings.shadowDOM) {\n var elms = [].concat(settings.rootElement).concat(Array.apply(null, settings.rootElement.querySelectorAll(\"*\")));\n for (var i = 0, elm; elm = elms[i]; ++i) {\n if (elm.shadowRoot && elm.shadowRoot.querySelector(\"style\")) {\n var shadowSettings = _extends({}, settings, {\n rootElement: elm.shadowRoot\n });\n cssVars(shadowSettings);\n }\n }\n }\n if (settings.updateDOM && hasKeyframesWithVars) {\n fixKeyframes(settings.rootElement);\n }\n cssVarsIsRunning = false;\n settings.onComplete(outCssArray.join(\"\"), outNodeArray, JSON.parse(JSON.stringify(variableStore.job)), getTimeStamp() - settings.__benchmark);\n handleFinally(outNodeArray.length);\n }\n }\n });\n }\n } else {\n document.addEventListener(\"DOMContentLoaded\", (function init(evt) {\n cssVars(options);\n document.removeEventListener(\"DOMContentLoaded\", init);\n }));\n }\n}\n\ncssVars.reset = function() {\n counters.job = 0;\n counters.group = 0;\n cssVarsIsRunning = false;\n if (cssVarsObserver) {\n cssVarsObserver.disconnect();\n cssVarsObserver = null;\n }\n cssVarsSrcNodeCount = 0;\n debounceTimer = null;\n isShadowDOMReady = false;\n for (var prop in variableStore) {\n variableStore[prop] = {};\n }\n};\n\nfunction addMutationObserver(settings) {\n function isDisabled(node) {\n var isDisabledAttr = isLink(node) && node.hasAttribute(\"disabled\");\n var isDisabledSheet = (node.sheet || {}).disabled;\n return isDisabledAttr || isDisabledSheet;\n }\n function isLink(node) {\n var isStylesheet = node.nodeName.toLowerCase() === \"link\" && (node.getAttribute(\"rel\") || \"\").indexOf(\"stylesheet\") !== -1;\n return isStylesheet;\n }\n function isStyle(node) {\n return node.nodeName.toLowerCase() === \"style\";\n }\n function isValidAttributeMutation(mutation) {\n var isValid = false;\n if (mutation.type === \"attributes\" && isLink(mutation.target) && !isDisabled(mutation.target)) {\n var isEnabledMutation = mutation.attributeName === \"disabled\";\n var isHrefMutation = mutation.attributeName === \"href\";\n var isSkipNode = mutation.target.getAttribute(\"data-cssvars\") === \"skip\";\n var isSrcNode = mutation.target.getAttribute(\"data-cssvars\") === \"src\";\n if (isEnabledMutation) {\n isValid = !isSkipNode && !isSrcNode;\n } else if (isHrefMutation) {\n if (isSkipNode) {\n mutation.target.setAttribute(\"data-cssvars\", \"\");\n } else if (isSrcNode) {\n resetCssNodes(settings.rootElement, true);\n }\n isValid = true;\n }\n }\n return isValid;\n }\n function isValidStyleTextMutation(mutation) {\n var isValid = false;\n if (mutation.type === \"childList\") {\n var isStyleElm = isStyle(mutation.target);\n var isOutNode = mutation.target.getAttribute(\"data-cssvars\") === \"out\";\n isValid = isStyleElm && !isOutNode;\n }\n return isValid;\n }\n function isValidAddMutation(mutation) {\n var isValid = false;\n if (mutation.type === \"childList\") {\n isValid = Array.apply(null, mutation.addedNodes).some((function(node) {\n var isElm = node.nodeType === 1;\n var hasAttr = isElm && node.hasAttribute(\"data-cssvars\");\n var isStyleWithVars = isStyle(node) && regex.cssVars.test(node.textContent);\n var isValid = !hasAttr && (isLink(node) || isStyleWithVars);\n return isValid && !isDisabled(node);\n }));\n }\n return isValid;\n }\n function isValidRemoveMutation(mutation) {\n var isValid = false;\n if (mutation.type === \"childList\") {\n isValid = Array.apply(null, mutation.removedNodes).some((function(node) {\n var isElm = node.nodeType === 1;\n var isOutNode = isElm && node.getAttribute(\"data-cssvars\") === \"out\";\n var isSrcNode = isElm && node.getAttribute(\"data-cssvars\") === \"src\";\n var isValid = isSrcNode;\n if (isSrcNode || isOutNode) {\n var dataGroup = node.getAttribute(\"data-cssvars-group\");\n var orphanNode = settings.rootElement.querySelector('[data-cssvars-group=\"'.concat(dataGroup, '\"]'));\n if (isSrcNode) {\n resetCssNodes(settings.rootElement, true);\n }\n if (orphanNode) {\n orphanNode.parentNode.removeChild(orphanNode);\n }\n }\n return isValid;\n }));\n }\n return isValid;\n }\n if (!window.MutationObserver) {\n return;\n }\n if (cssVarsObserver) {\n cssVarsObserver.disconnect();\n cssVarsObserver = null;\n }\n cssVarsObserver = new MutationObserver((function(mutations) {\n var hasValidMutation = mutations.some((function(mutation) {\n return isValidAttributeMutation(mutation) || isValidStyleTextMutation(mutation) || isValidAddMutation(mutation) || isValidRemoveMutation(mutation);\n }));\n if (hasValidMutation) {\n cssVars(settings);\n }\n }));\n cssVarsObserver.observe(document.documentElement, {\n attributes: true,\n attributeFilter: [ \"disabled\", \"href\" ],\n childList: true,\n subtree: true\n });\n}\n\nfunction cssVarsDebounced(settings) {\n var delay = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : 100;\n clearTimeout(debounceTimer);\n debounceTimer = setTimeout((function() {\n settings.__benchmark = null;\n cssVars(settings);\n }), delay);\n}\n\nfunction fixKeyframes(rootElement) {\n var animationNameProp = [ \"animation-name\", \"-moz-animation-name\", \"-webkit-animation-name\" ].filter((function(prop) {\n return getComputedStyle(document.body)[prop];\n }))[0];\n if (animationNameProp) {\n var allNodes = rootElement.getElementsByTagName(\"*\");\n var keyframeNodes = [];\n var nameMarker = \"__CSSVARSPONYFILL-KEYFRAMES__\";\n for (var i = 0, len = allNodes.length; i < len; i++) {\n var node = allNodes[i];\n var animationName = getComputedStyle(node)[animationNameProp];\n if (animationName !== \"none\") {\n node.style[animationNameProp] += nameMarker;\n keyframeNodes.push(node);\n }\n }\n void document.body.offsetHeight;\n for (var _i = 0, _len = keyframeNodes.length; _i < _len; _i++) {\n var nodeStyle = keyframeNodes[_i].style;\n nodeStyle[animationNameProp] = nodeStyle[animationNameProp].replace(nameMarker, \"\");\n }\n }\n}\n\nfunction fixRelativeCssUrls(cssText, baseUrl) {\n var cssUrls = cssText.replace(regex.cssComments, \"\").match(regex.cssUrls) || [];\n cssUrls.forEach((function(cssUrl) {\n var oldUrl = cssUrl.replace(regex.cssUrls, \"$1\");\n var newUrl = getFullUrl$1(oldUrl, baseUrl);\n cssText = cssText.replace(cssUrl, cssUrl.replace(oldUrl, newUrl));\n }));\n return cssText;\n}\n\nfunction fixVarNames() {\n var varObj = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};\n var reLeadingHyphens = /^-{2}/;\n return Object.keys(varObj).reduce((function(obj, value) {\n var key = reLeadingHyphens.test(value) ? value : \"--\".concat(value.replace(/^-+/, \"\"));\n obj[key] = varObj[value];\n return obj;\n }), {});\n}\n\nfunction getFullUrl$1(url) {\n var base = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : location.href;\n var d = document.implementation.createHTMLDocument(\"\");\n var b = d.createElement(\"base\");\n var a = d.createElement(\"a\");\n d.head.appendChild(b);\n d.body.appendChild(a);\n b.href = base;\n a.href = url;\n return a.href;\n}\n\nfunction getTimeStamp() {\n return isBrowser && (window.performance || {}).now ? window.performance.now() : (new Date).getTime();\n}\n\nfunction resetCssNodes(rootElement) {\n var resetDOMVariableStore = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : false;\n var resetNodes = Array.apply(null, rootElement.querySelectorAll('[data-cssvars=\"skip\"],[data-cssvars=\"src\"]'));\n resetNodes.forEach((function(node) {\n return node.setAttribute(\"data-cssvars\", \"\");\n }));\n if (resetDOMVariableStore) {\n variableStore.dom = {};\n }\n}\n\nexport default cssVars;\n//# sourceMappingURL=css-vars-ponyfill.esm.js.map\n","/**\n * @copyright 2019 Christoph Wurst <christoph@winzerhof-wurst.at>\n *\n * @author Christoph Wurst <christoph@winzerhof-wurst.at>\n * @author John Molakvoæ <skjnldsv@protonmail.com>\n * @author Julius Härtl <jus@bitgrid.net>\n * @author Roeland Jago Douma <roeland@famdouma.nl>\n *\n * @license GNU AGPL version 3 or any later version\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see <http://www.gnu.org/licenses/>.\n *\n */\n\nimport $ from 'jquery'\nimport { emit } from '@nextcloud/event-bus'\nimport { loadState } from '@nextcloud/initial-state'\nimport { getCurrentUser } from '@nextcloud/auth'\nimport { generateUrl } from '@nextcloud/router'\n\nimport OC from './OC'\nimport { setToken as setRequestToken, getToken as getRequestToken } from './OC/requesttoken'\n\nlet config = null\n/**\n * The legacy jsunit tests overwrite OC.config before calling initCore\n * therefore we need to wait with assigning the config fallback until initCore calls initSessionHeartBeat\n */\nconst loadConfig = () => {\n\ttry {\n\t\tconfig = loadState('core', 'config')\n\t} catch (e) {\n\t\t// This fallback is just for our legacy jsunit tests since we have no way to mock loadState calls\n\t\tconfig = OC.config\n\t}\n}\n\n/**\n * session heartbeat (defaults to enabled)\n * @returns {boolean}\n */\nconst keepSessionAlive = () => {\n\treturn config.session_keepalive === undefined\n\t\t|| !!config.session_keepalive\n}\n\n/**\n * get interval in seconds\n * @returns {Number}\n */\nconst getInterval = () => {\n\tlet interval = NaN\n\tif (config.session_lifetime) {\n\t\tinterval = Math.floor(config.session_lifetime / 2)\n\t}\n\n\t// minimum one minute, max 24 hours, default 15 minutes\n\treturn Math.min(\n\t\t24 * 3600,\n\t\tMath.max(\n\t\t\t60,\n\t\t\tisNaN(interval) ? 900 : interval\n\t\t)\n\t)\n}\n\nconst getToken = async() => {\n\tconst url = generateUrl('/csrftoken')\n\n\t// Not using Axios here as Axios is not stubbable with the sinon fake server\n\t// see https://stackoverflow.com/questions/41516044/sinon-mocha-test-with-async-ajax-calls-didnt-return-promises\n\t// see js/tests/specs/coreSpec.js for the tests\n\tconst resp = await $.get(url)\n\n\treturn resp.token\n}\n\nconst poll = async() => {\n\ttry {\n\t\tconst token = await getToken()\n\t\tsetRequestToken(token)\n\t} catch (e) {\n\t\tconsole.error('session heartbeat failed', e)\n\t}\n}\n\nconst startPolling = () => {\n\tconst interval = setInterval(poll, getInterval() * 1000)\n\n\tconsole.info('session heartbeat polling started')\n\n\treturn interval\n}\n\nconst registerAutoLogout = () => {\n\tif (!config.auto_logout || !getCurrentUser()) {\n\t\treturn\n\t}\n\n\tlet lastActive = Date.now()\n\twindow.addEventListener('mousemove', e => {\n\t\tlastActive = Date.now()\n\t\tlocalStorage.setItem('lastActive', lastActive)\n\t})\n\n\twindow.addEventListener('touchstart', e => {\n\t\tlastActive = Date.now()\n\t\tlocalStorage.setItem('lastActive', lastActive)\n\t})\n\n\twindow.addEventListener('storage', e => {\n\t\tif (e.key !== 'lastActive') {\n\t\t\treturn\n\t\t}\n\t\tlastActive = e.newValue\n\t})\n\n\tsetInterval(function() {\n\t\tconst timeout = Date.now() - config.session_lifetime * 1000\n\t\tif (lastActive < timeout) {\n\t\t\tconsole.info('Inactivity timout reached, logging out')\n\t\t\tconst logoutUrl = generateUrl('/logout') + '?requesttoken=' + encodeURIComponent(getRequestToken())\n\t\t\twindow.location = logoutUrl\n\t\t}\n\t}, 1000)\n}\n\n/**\n * Calls the server periodically to ensure that session and CSRF\n * token doesn't expire\n */\nexport const initSessionHeartBeat = () => {\n\tloadConfig()\n\n\tregisterAutoLogout()\n\n\tif (!keepSessionAlive()) {\n\t\tconsole.info('session heartbeat disabled')\n\t\treturn\n\t}\n\tlet interval = startPolling()\n\n\twindow.addEventListener('online', async() => {\n\t\tconsole.info('browser is online again, resuming heartbeat')\n\t\tinterval = startPolling()\n\t\ttry {\n\t\t\tawait poll()\n\t\t\tconsole.info('session token successfully updated after resuming network')\n\n\t\t\t// Let apps know we're online and requests will have the new token\n\t\t\temit('networkOnline', {\n\t\t\t\tsuccess: true,\n\t\t\t})\n\t\t} catch (e) {\n\t\t\tconsole.error('could not update session token after resuming network', e)\n\n\t\t\t// Let apps know we're online but requests might have an outdated token\n\t\t\temit('networkOnline', {\n\t\t\t\tsuccess: false,\n\t\t\t})\n\t\t}\n\t})\n\twindow.addEventListener('offline', () => {\n\t\tconsole.info('browser is offline, stopping heartbeat')\n\n\t\t// Let apps know we're offline\n\t\temit('networkOffline', {})\n\n\t\tclearInterval(interval)\n\t\tconsole.info('session heartbeat polling stopped')\n\t})\n}\n","/**\n * @copyright 2019 Christoph Wurst <christoph@winzerhof-wurst.at>\n *\n * @author Christoph Wurst <christoph@winzerhof-wurst.at>\n * @author Jan-Christoph Borchardt <hey@jancborchardt.net>\n * @author John Molakvoæ <skjnldsv@protonmail.com>\n * @author nacho <nacho@ownyourbits.com>\n * @author Vincent Petry <vincent@nextcloud.com>\n *\n * @license GNU AGPL version 3 or any later version\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see <http://www.gnu.org/licenses/>.\n *\n */\n\n/* globals Snap */\nimport _ from 'underscore'\nimport $ from 'jquery'\nimport moment from 'moment'\nimport cssVars from 'css-vars-ponyfill'\n\nimport { initSessionHeartBeat } from './session-heartbeat'\nimport OC from './OC/index'\nimport { setUp as setUpContactsMenu } from './components/ContactsMenu'\nimport { setUp as setUpMainMenu } from './components/MainMenu'\nimport { setUp as setUpUserMenu } from './components/UserMenu'\nimport PasswordConfirmation from './OC/password-confirmation'\n\n// keep in sync with core/css/variables.scss\nconst breakpointMobileWidth = 1024\n\nconst resizeMenu = () => {\n\tconst appList = $('#appmenu li')\n\tconst rightHeaderWidth = $('.header-right').outerWidth()\n\tconst headerWidth = $('header').outerWidth()\n\tconst usePercentualAppMenuLimit = 0.67\n\tconst minAppsDesktop = 12\n\tlet availableWidth = headerWidth - $('#nextcloud').outerWidth() - (rightHeaderWidth > 210 ? rightHeaderWidth : 210)\n\tconst isMobile = $(window).width() < breakpointMobileWidth\n\tif (!isMobile) {\n\t\tavailableWidth = availableWidth * usePercentualAppMenuLimit\n\t}\n\tlet appCount = Math.floor((availableWidth / $(appList).width()))\n\tif (isMobile && appCount > minAppsDesktop) {\n\t\tappCount = minAppsDesktop\n\t}\n\tif (!isMobile && appCount < minAppsDesktop) {\n\t\tappCount = minAppsDesktop\n\t}\n\n\t// show at least 2 apps in the popover\n\tif (appList.length - 1 - appCount >= 1) {\n\t\tappCount--\n\t}\n\n\t$('#more-apps a').removeClass('active')\n\tlet lastShownApp\n\tfor (let k = 0; k < appList.length - 1; k++) {\n\t\tconst name = $(appList[k]).data('id')\n\t\tif (k < appCount) {\n\t\t\t$(appList[k]).removeClass('hidden')\n\t\t\t$('#apps li[data-id=' + name + ']').addClass('in-header')\n\t\t\tlastShownApp = appList[k]\n\t\t} else {\n\t\t\t$(appList[k]).addClass('hidden')\n\t\t\t$('#apps li[data-id=' + name + ']').removeClass('in-header')\n\t\t\t// move active app to last position if it is active\n\t\t\tif (appCount > 0 && $(appList[k]).children('a').hasClass('active')) {\n\t\t\t\t$(lastShownApp).addClass('hidden')\n\t\t\t\t$('#apps li[data-id=' + $(lastShownApp).data('id') + ']').removeClass('in-header')\n\t\t\t\t$(appList[k]).removeClass('hidden')\n\t\t\t\t$('#apps li[data-id=' + name + ']').addClass('in-header')\n\t\t\t}\n\t\t}\n\t}\n\n\t// show/hide more apps icon\n\tif ($('#apps li:not(.in-header)').length === 0) {\n\t\t$('#more-apps').hide()\n\t\t$('#navigation').hide()\n\t} else {\n\t\t$('#more-apps').show()\n\t}\n}\n\nconst initLiveTimestamps = () => {\n\t// Update live timestamps every 30 seconds\n\tsetInterval(() => {\n\t\t$('.live-relative-timestamp').each(function() {\n\t\t\t$(this).text(OC.Util.relativeModifiedDate(parseInt($(this).attr('data-timestamp'), 10)))\n\t\t})\n\t}, 30 * 1000)\n}\n\n/**\n * Set users locale to moment.js as soon as possible\n */\nmoment.locale(OC.getLocale())\n\n/**\n * Initializes core\n */\nexport const initCore = () => {\n\tconst userAgent = window.navigator.userAgent\n\tconst msie = userAgent.indexOf('MSIE ')\n\tconst trident = userAgent.indexOf('Trident/')\n\tconst edge = userAgent.indexOf('Edge/')\n\n\tif (msie > 0 || trident > 0) {\n\t\t// (IE 10 or older) || IE 11\n\t\t$('html').addClass('ie')\n\t} else if (edge > 0) {\n\t\t// for edge\n\t\t$('html').addClass('edge')\n\t}\n\n\t// css variables fallback for IE\n\tif (msie > 0 || trident > 0 || edge > 0) {\n\t\tconsole.info('Legacy browser detected, applying css vars polyfill')\n\t\tcssVars({\n\t\t\twatch: true,\n\t\t\t// set edge < 16 as incompatible\n\t\t\tonlyLegacy: !(/Edge\\/([0-9]{2})\\./i.test(navigator.userAgent)\n\t\t\t\t&& parseInt(/Edge\\/([0-9]{2})\\./i.exec(navigator.userAgent)[1]) < 16),\n\t\t})\n\t}\n\n\t$(window).on('unload.main', () => { OC._unloadCalled = true })\n\t$(window).on('beforeunload.main', () => {\n\t\t// super-trick thanks to http://stackoverflow.com/a/4651049\n\t\t// in case another handler displays a confirmation dialog (ex: navigating away\n\t\t// during an upload), there are two possible outcomes: user clicked \"ok\" or\n\t\t// \"cancel\"\n\n\t\t// first timeout handler is called after unload dialog is closed\n\t\tsetTimeout(() => {\n\t\t\tOC._userIsNavigatingAway = true\n\n\t\t\t// second timeout event is only called if user cancelled (Chrome),\n\t\t\t// but in other browsers it might still be triggered, so need to\n\t\t\t// set a higher delay...\n\t\t\tsetTimeout(() => {\n\t\t\t\tif (!OC._unloadCalled) {\n\t\t\t\t\tOC._userIsNavigatingAway = false\n\t\t\t\t}\n\t\t\t}, 10000)\n\t\t}, 1)\n\t})\n\t$(document).on('ajaxError.main', function(event, request, settings) {\n\t\tif (settings && settings.allowAuthErrors) {\n\t\t\treturn\n\t\t}\n\t\tOC._processAjaxError(request)\n\t})\n\n\tinitSessionHeartBeat()\n\n\tOC.registerMenu($('#expand'), $('#expanddiv'), false, true)\n\n\t// toggle for menus\n\t$(document).on('mouseup.closemenus', event => {\n\t\tconst $el = $(event.target)\n\t\tif ($el.closest('.menu').length || $el.closest('.menutoggle').length) {\n\t\t\t// don't close when clicking on the menu directly or a menu toggle\n\t\t\treturn false\n\t\t}\n\n\t\tOC.hideMenus()\n\t})\n\n\tsetUpMainMenu()\n\tsetUpUserMenu()\n\tsetUpContactsMenu()\n\n\t// move triangle of apps dropdown to align with app name triangle\n\t// 2 is the additional offset between the triangles\n\tif ($('#navigation').length) {\n\t\t$('#header #nextcloud + .menutoggle').on('click', () => {\n\t\t\t$('#menu-css-helper').remove()\n\t\t\tconst caretPosition = $('.header-appname + .icon-caret').offset().left - 2\n\t\t\tif (caretPosition > 255) {\n\t\t\t\t// if the app name is longer than the menu, just put the triangle in the middle\n\n\t\t\t} else {\n\t\t\t\t$('head').append('<style id=\"menu-css-helper\">#navigation:after { left: ' + caretPosition + 'px }</style>')\n\t\t\t}\n\t\t})\n\t\t$('#header #appmenu .menutoggle').on('click', () => {\n\t\t\t$('#appmenu').toggleClass('menu-open')\n\t\t\tif ($('#appmenu').is(':visible')) {\n\t\t\t\t$('#menu-css-helper').remove()\n\t\t\t}\n\t\t})\n\t}\n\n\t$(window).resize(resizeMenu)\n\tsetTimeout(resizeMenu, 0)\n\n\t// just add snapper for logged in users\n\t// and if the app doesn't handle the nav slider itself\n\tif ($('#app-navigation').length && !$('html').hasClass('lte9')\n\t\t&& !$('#app-content').hasClass('no-snapper')) {\n\n\t\t// App sidebar on mobile\n\t\tconst snapper = new Snap({\n\t\t\telement: document.getElementById('app-content'),\n\t\t\tdisable: 'right',\n\t\t\tmaxPosition: 300, // $navigation-width\n\t\t\tminDragDistance: 100,\n\t\t})\n\n\t\t$('#app-content').prepend('<div id=\"app-navigation-toggle\" class=\"icon-menu\" style=\"display:none\" tabindex=\"0\"></div>')\n\n\t\t// keep track whether snapper is currently animating, and\n\t\t// prevent to call open or close while that is the case\n\t\t// to avoid duplicating events (snap.js doesn't check this)\n\t\tlet animating = false\n\t\tsnapper.on('animating', () => {\n\t\t\t// we need this because the trigger button\n\t\t\t// is also implicitly wired to close by snapper\n\t\t\tanimating = true\n\t\t})\n\t\tsnapper.on('animated', () => {\n\t\t\tanimating = false\n\t\t})\n\t\tsnapper.on('start', () => {\n\t\t\t// we need this because dragging triggers that\n\t\t\tanimating = true\n\t\t})\n\t\tsnapper.on('end', () => {\n\t\t\t// we need this because dragging stop triggers that\n\t\t\tanimating = false\n\t\t})\n\n\t\t// These are necessary because calling open or close\n\t\t// on snapper during an animation makes it trigger an\n\t\t// unfinishable animation, which itself will continue\n\t\t// triggering animating events and cause high CPU load,\n\t\t//\n\t\t// Ref https://github.com/jakiestfu/Snap.js/issues/216\n\t\tconst oldSnapperOpen = snapper.open\n\t\tconst oldSnapperClose = snapper.close\n\t\tconst _snapperOpen = () => {\n\t\t\tif (animating || snapper.state().state !== 'closed') {\n\t\t\t\treturn\n\t\t\t}\n\t\t\toldSnapperOpen('left')\n\t\t}\n\n\t\tconst _snapperClose = () => {\n\t\t\tif (animating || snapper.state().state === 'closed') {\n\t\t\t\treturn\n\t\t\t}\n\t\t\toldSnapperClose()\n\t\t}\n\n\t\t// Needs to be deferred to properly catch in-between\n\t\t// events that snap.js is triggering after dragging.\n\t\t//\n\t\t// Skipped when running unit tests as we are not testing\n\t\t// the snap.js workarounds...\n\t\tif (!window.TESTING) {\n\t\t\tsnapper.open = () => {\n\t\t\t\t_.defer(_snapperOpen)\n\t\t\t}\n\t\t\tsnapper.close = () => {\n\t\t\t\t_.defer(_snapperClose)\n\t\t\t}\n\t\t}\n\n\t\t$('#app-navigation-toggle').click((e) => {\n\t\t\t// close is implicit in the button by snap.js\n\t\t\tif (snapper.state().state !== 'left') {\n\t\t\t\tsnapper.open()\n\t\t\t}\n\t\t})\n\t\t$('#app-navigation-toggle').keypress(e => {\n\t\t\tif (snapper.state().state === 'left') {\n\t\t\t\tsnapper.close()\n\t\t\t} else {\n\t\t\t\tsnapper.open()\n\t\t\t}\n\t\t})\n\n\t\t// close sidebar when switching navigation entry\n\t\tconst $appNavigation = $('#app-navigation')\n\t\t$appNavigation.delegate('a, :button', 'click', event => {\n\t\t\tconst $target = $(event.target)\n\t\t\t// don't hide navigation when changing settings or adding things\n\t\t\tif ($target.is('.app-navigation-noclose')\n\t\t\t\t|| $target.closest('.app-navigation-noclose').length) {\n\t\t\t\treturn\n\t\t\t}\n\t\t\tif ($target.is('.app-navigation-entry-utils-menu-button')\n\t\t\t\t|| $target.closest('.app-navigation-entry-utils-menu-button').length) {\n\t\t\t\treturn\n\t\t\t}\n\t\t\tif ($target.is('.add-new')\n\t\t\t\t|| $target.closest('.add-new').length) {\n\t\t\t\treturn\n\t\t\t}\n\t\t\tif ($target.is('#app-settings')\n\t\t\t\t|| $target.closest('#app-settings').length) {\n\t\t\t\treturn\n\t\t\t}\n\t\t\tsnapper.close()\n\t\t})\n\n\t\tlet navigationBarSlideGestureEnabled = false\n\t\tlet navigationBarSlideGestureAllowed = true\n\t\tlet navigationBarSlideGestureEnablePending = false\n\n\t\tOC.allowNavigationBarSlideGesture = () => {\n\t\t\tnavigationBarSlideGestureAllowed = true\n\n\t\t\tif (navigationBarSlideGestureEnablePending) {\n\t\t\t\tsnapper.enable()\n\n\t\t\t\tnavigationBarSlideGestureEnabled = true\n\t\t\t\tnavigationBarSlideGestureEnablePending = false\n\t\t\t}\n\t\t}\n\n\t\tOC.disallowNavigationBarSlideGesture = () => {\n\t\t\tnavigationBarSlideGestureAllowed = false\n\n\t\t\tif (navigationBarSlideGestureEnabled) {\n\t\t\t\tconst endCurrentDrag = true\n\t\t\t\tsnapper.disable(endCurrentDrag)\n\n\t\t\t\tnavigationBarSlideGestureEnabled = false\n\t\t\t\tnavigationBarSlideGestureEnablePending = true\n\t\t\t}\n\t\t}\n\n\t\tconst toggleSnapperOnSize = () => {\n\t\t\tif ($(window).width() > breakpointMobileWidth) {\n\t\t\t\tsnapper.close()\n\t\t\t\tsnapper.disable()\n\n\t\t\t\tnavigationBarSlideGestureEnabled = false\n\t\t\t\tnavigationBarSlideGestureEnablePending = false\n\t\t\t} else if (navigationBarSlideGestureAllowed) {\n\t\t\t\tsnapper.enable()\n\n\t\t\t\tnavigationBarSlideGestureEnabled = true\n\t\t\t\tnavigationBarSlideGestureEnablePending = false\n\t\t\t} else {\n\t\t\t\tnavigationBarSlideGestureEnablePending = true\n\t\t\t}\n\t\t}\n\n\t\t$(window).resize(_.debounce(toggleSnapperOnSize, 250))\n\n\t\t// initial call\n\t\ttoggleSnapperOnSize()\n\n\t}\n\n\tinitLiveTimestamps()\n\tPasswordConfirmation.init()\n}\n","/**\n * @copyright 2019 Christoph Wurst <christoph@winzerhof-wurst.at>\n *\n * @author Christoph Wurst <christoph@winzerhof-wurst.at>\n * @author John Molakvoæ <skjnldsv@protonmail.com>\n * @author Julius Härtl <jus@bitgrid.net>\n *\n * @license GNU AGPL version 3 or any later version\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see <http://www.gnu.org/licenses/>.\n *\n */\n\nimport $ from 'jquery'\n\nimport OC from '../OC'\n\n/**\n * Set up the main menu toggle to react to media query changes.\n * If the screen is small enough, the main menu becomes a toggle.\n * If the screen is bigger, the main menu is not a toggle any more.\n */\nexport const setUp = () => {\n\n\tObject.assign(OC, {\n\t\tsetNavigationCounter(id, counter) {\n\t\t\tconst appmenuElement = document.getElementById('appmenu').querySelector('[data-id=\"' + id + '\"] svg')\n\t\t\tconst appsElement = document.getElementById('apps').querySelector('[data-id=\"' + id + '\"] svg')\n\t\t\tif (counter === 0) {\n\t\t\t\tappmenuElement.classList.remove('has-unread')\n\t\t\t\tappsElement.classList.remove('has-unread')\n\t\t\t\tappmenuElement.getElementsByTagName('image')[0].style.mask = ''\n\t\t\t\tappsElement.getElementsByTagName('image')[0].style.mask = ''\n\t\t\t} else {\n\t\t\t\tappmenuElement.classList.add('has-unread')\n\t\t\t\tappsElement.classList.add('has-unread')\n\t\t\t\tappmenuElement.getElementsByTagName('image')[0].style.mask = 'url(#hole)'\n\t\t\t\tappsElement.getElementsByTagName('image')[0].style.mask = 'url(#hole)'\n\t\t\t}\n\t\t\tdocument.getElementById('appmenu').querySelector('[data-id=\"' + id + '\"] .unread-counter').textContent = counter\n\t\t\tdocument.getElementById('apps').querySelector('[data-id=\"' + id + '\"] .unread-counter').textContent = counter\n\t\t},\n\t})\n\t// init the more-apps menu\n\tOC.registerMenu($('#more-apps > a'), $('#navigation'))\n\n\t// toggle the navigation\n\tconst $toggle = $('#header .header-appname-container')\n\tconst $navigation = $('#navigation')\n\tconst $appmenu = $('#appmenu')\n\n\t// init the menu\n\tOC.registerMenu($toggle, $navigation)\n\t$toggle.data('oldhref', $toggle.attr('href'))\n\t$toggle.attr('href', '#')\n\t$navigation.hide()\n\n\t// show loading feedback on more apps list\n\t$navigation.delegate('a', 'click', event => {\n\t\tlet $app = $(event.target)\n\t\tif (!$app.is('a')) {\n\t\t\t$app = $app.closest('a')\n\t\t}\n\t\tif (event.which === 1 && !event.ctrlKey && !event.metaKey) {\n\t\t\t$app.find('svg').remove()\n\t\t\t$app.find('div').remove() // prevent odd double-clicks\n\t\t\t// no need for theming, loader is already inverted on dark mode\n\t\t\t// but we need it over the primary colour\n\t\t\t$app.prepend($('<div/>').addClass('icon-loading-small'))\n\t\t} else {\n\t\t\t// Close navigation when opening app in\n\t\t\t// a new tab\n\t\t\tOC.hideMenus(() => false)\n\t\t}\n\t})\n\n\t$navigation.delegate('a', 'mouseup', event => {\n\t\tif (event.which === 2) {\n\t\t\t// Close navigation when opening app in\n\t\t\t// a new tab via middle click\n\t\t\tOC.hideMenus(() => false)\n\t\t}\n\t})\n\n\t// show loading feedback on visible apps list\n\t$appmenu.delegate('li:not(#more-apps) > a', 'click', event => {\n\t\tlet $app = $(event.target)\n\t\tif (!$app.is('a')) {\n\t\t\t$app = $app.closest('a')\n\t\t}\n\n\t\tif (event.which === 1 && !event.ctrlKey && !event.metaKey && $app.parent('#more-apps').length === 0) {\n\t\t\t$app.find('svg').remove()\n\t\t\t$app.find('div').remove() // prevent odd double-clicks\n\t\t\t$app.prepend($('<div/>').addClass(\n\t\t\t\tOCA.Theming && OCA.Theming.inverted\n\t\t\t\t\t? 'icon-loading-small'\n\t\t\t\t\t: 'icon-loading-small-dark'\n\t\t\t))\n\t\t\t// trigger redirect\n\t\t\t// needed for ie, but also works for every browser\n\t\t\twindow.location = $app.attr('href')\n\t\t} else {\n\t\t\t// Close navigation when opening app in\n\t\t\t// a new tab\n\t\t\tOC.hideMenus(() => false)\n\t\t}\n\t})\n}\n","/**\n * @copyright 2019 Christoph Wurst <christoph@winzerhof-wurst.at>\n *\n * @author Christoph Wurst <christoph@winzerhof-wurst.at>\n *\n * @license GNU AGPL version 3 or any later version\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see <http://www.gnu.org/licenses/>.\n *\n */\n\nimport OC from '../OC'\n\nimport $ from 'jquery'\n\nexport const setUp = () => {\n\tconst $menu = $('#header #settings')\n\n\t// show loading feedback\n\t$menu.delegate('a', 'click', event => {\n\t\tlet $page = $(event.target)\n\t\tif (!$page.is('a')) {\n\t\t\t$page = $page.closest('a')\n\t\t}\n\t\tif (event.which === 1 && !event.ctrlKey && !event.metaKey) {\n\t\t\t$page.find('img').remove()\n\t\t\t$page.find('div').remove() // prevent odd double-clicks\n\t\t\t$page.prepend($('<div/>').addClass('icon-loading-small'))\n\t\t} else {\n\t\t\t// Close navigation when opening menu entry in\n\t\t\t// a new tab\n\t\t\tOC.hideMenus(() => false)\n\t\t}\n\t})\n\n\t$menu.delegate('a', 'mouseup', event => {\n\t\tif (event.which === 2) {\n\t\t\t// Close navigation when opening app in\n\t\t\t// a new tab via middle click\n\t\t\tOC.hideMenus(() => false)\n\t\t}\n\t})\n}\n","/**\n * @copyright 2019 Christoph Wurst <christoph@winzerhof-wurst.at>\n *\n * @author Christoph Wurst <christoph@winzerhof-wurst.at>\n * @author John Molakvoæ <skjnldsv@protonmail.com>\n *\n * @license GNU AGPL version 3 or any later version\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see <http://www.gnu.org/licenses/>.\n *\n */\n\nimport $ from 'jquery'\nimport OC from '../OC'\n\n/**\n * @todo move to contacts menu code https://github.com/orgs/nextcloud/projects/31#card-21213129\n */\nexport const setUp = () => {\n\t// eslint-disable-next-line no-new\n\tnew OC.ContactsMenu({\n\t\tel: $('#contactsmenu .menu'),\n\t\ttrigger: $('#contactsmenu .menutoggle'),\n\t})\n}\n","/**\n * @copyright 2018 Christoph Wurst <christoph@winzerhof-wurst.at>\n *\n * @author Christoph Wurst <christoph@winzerhof-wurst.at>\n * @author John Molakvoæ <skjnldsv@protonmail.com>\n *\n * @license GNU AGPL version 3 or any later version\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see <http://www.gnu.org/licenses/>.\n *\n */\n\nimport $ from 'jquery'\n\n/*\n*\t@name\t\t\t\t\t\t\tShow Password\n*\t@description\n*\t@version\t\t\t\t\t\t1.3\n*\t@requires\t\t\t\t\t\tJquery 1.5\n*\n*\t@author\t\t\t\t\t\t\tJan Jarfalk\n*\t@author-email\t\t\t\t\tjan.jarfalk@unwrongest.com\n*\t@author-website\t\t\t\t\thttp://www.unwrongest.com\n*\n*\t@special-thanks\t\t\t\t\tMichel Gratton\n*\n*\t@licens\t\t\t\t\t\t\tMIT License - http://www.opensource.org/licenses/mit-license.php\n*/\n$.fn.extend({\n\tshowPassword(c) {\n\n\t\t// Setup callback object\n\t\tconst callback = { fn: null, args: {} }\n\t\tcallback.fn = c\n\n\t\t// Clones passwords and turn the clones into text inputs\n\t\tconst cloneElement = function(element) {\n\n\t\t\tconst $element = $(element)\n\n\t\t\tconst $clone = $('<input />')\n\n\t\t\t// Name added for JQuery Validation compatibility\n\t\t\t// Element name is required to avoid script warning.\n\t\t\t$clone.attr({\n\t\t\t\ttype: 'text',\n\t\t\t\tclass: $element.attr('class'),\n\t\t\t\tstyle: $element.attr('style'),\n\t\t\t\tsize: $element.attr('size'),\n\t\t\t\tname: $element.attr('name') + '-clone',\n\t\t\t\ttabindex: $element.attr('tabindex'),\n\t\t\t\tautocomplete: 'off',\n\t\t\t})\n\n\t\t\tif ($element.attr('placeholder') !== undefined) {\n\t\t\t\t$clone.attr('placeholder', $element.attr('placeholder'))\n\t\t\t}\n\n\t\t\treturn $clone\n\n\t\t}\n\n\t\t// Transfers values between two elements\n\t\tconst update = function(a, b) {\n\t\t\tb.val(a.val())\n\t\t}\n\n\t\t// Shows a or b depending on checkbox\n\t\tconst setState = function(checkbox, a, b) {\n\n\t\t\tif (checkbox.is(':checked')) {\n\t\t\t\tupdate(a, b)\n\t\t\t\tb.show()\n\t\t\t\ta.hide()\n\t\t\t} else {\n\t\t\t\tupdate(b, a)\n\t\t\t\tb.hide()\n\t\t\t\ta.show()\n\t\t\t}\n\n\t\t}\n\n\t\treturn this.each(function() {\n\n\t\t\tconst $input = $(this)\n\t\t\tconst $checkbox = $($input.data('typetoggle'))\n\n\t\t\t// Create clone\n\t\t\tconst $clone = cloneElement($input)\n\t\t\t$clone.insertAfter($input)\n\n\t\t\t// Set callback arguments\n\t\t\tif (callback.fn) {\n\t\t\t\tcallback.args.input = $input\n\t\t\t\tcallback.args.checkbox = $checkbox\n\t\t\t\tcallback.args.clone = $clone\n\t\t\t}\n\n\t\t\t$checkbox.bind('click', function() {\n\t\t\t\tsetState($checkbox, $input, $clone)\n\t\t\t})\n\n\t\t\t$input.bind('keyup', function() {\n\t\t\t\tupdate($input, $clone)\n\t\t\t})\n\n\t\t\t$clone.bind('keyup', function() {\n\t\t\t\tupdate($clone, $input)\n\n\t\t\t\t// Added for JQuery Validation compatibility\n\t\t\t\t// This will trigger validation if it's ON for keyup event\n\t\t\t\t$input.trigger('keyup')\n\n\t\t\t})\n\n\t\t\t// Added for JQuery Validation compatibility\n\t\t\t// This will trigger validation if it's ON for blur event\n\t\t\t$clone.bind('blur', function() {\n\t\t\t\t$input.trigger('focusout')\n\t\t\t})\n\n\t\t\tsetState($checkbox, $input, $clone)\n\n\t\t\t// set type of password field clone (type=text) to password right on submit\n\t\t\t// to prevent browser save the value of this field\n\t\t\t$clone.closest('form').submit(function(e) {\n\t\t\t\t// .prop has to be used, because .attr throws\n\t\t\t\t// an error while changing a type of an input\n\t\t\t\t// element\n\t\t\t\t$clone.prop('type', 'password')\n\t\t\t})\n\n\t\t\tif (callback.fn) {\n\t\t\t\tcallback.fn(callback.args)\n\t\t\t}\n\n\t\t})\n\t},\n})\n","/*!\n * Bootstrap tooltip.js v4.6.0 (https://getbootstrap.com/)\n * Copyright 2011-2021 The Bootstrap Authors (https://github.com/twbs/bootstrap/graphs/contributors)\n * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)\n */\n(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory(require('jquery'), require('popper.js'), require('./util.js')) :\n typeof define === 'function' && define.amd ? define(['jquery', 'popper.js', './util'], factory) :\n (global = typeof globalThis !== 'undefined' ? globalThis : global || self, global.Tooltip = factory(global.jQuery, global.Popper, global.Util));\n}(this, (function ($, Popper, Util) { 'use strict';\n\n function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }\n\n var $__default = /*#__PURE__*/_interopDefaultLegacy($);\n var Popper__default = /*#__PURE__*/_interopDefaultLegacy(Popper);\n var Util__default = /*#__PURE__*/_interopDefaultLegacy(Util);\n\n function _defineProperties(target, props) {\n for (var i = 0; i < props.length; i++) {\n var descriptor = props[i];\n descriptor.enumerable = descriptor.enumerable || false;\n descriptor.configurable = true;\n if (\"value\" in descriptor) descriptor.writable = true;\n Object.defineProperty(target, descriptor.key, descriptor);\n }\n }\n\n function _createClass(Constructor, protoProps, staticProps) {\n if (protoProps) _defineProperties(Constructor.prototype, protoProps);\n if (staticProps) _defineProperties(Constructor, staticProps);\n return Constructor;\n }\n\n function _extends() {\n _extends = Object.assign || function (target) {\n for (var i = 1; i < arguments.length; i++) {\n var source = arguments[i];\n\n for (var key in source) {\n if (Object.prototype.hasOwnProperty.call(source, key)) {\n target[key] = source[key];\n }\n }\n }\n\n return target;\n };\n\n return _extends.apply(this, arguments);\n }\n\n /**\n * --------------------------------------------------------------------------\n * Bootstrap (v4.6.0): tools/sanitizer.js\n * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)\n * --------------------------------------------------------------------------\n */\n var uriAttrs = ['background', 'cite', 'href', 'itemtype', 'longdesc', 'poster', 'src', 'xlink:href'];\n var ARIA_ATTRIBUTE_PATTERN = /^aria-[\\w-]*$/i;\n var DefaultWhitelist = {\n // Global attributes allowed on any supplied element below.\n '*': ['class', 'dir', 'id', 'lang', 'role', ARIA_ATTRIBUTE_PATTERN],\n a: ['target', 'href', 'title', 'rel'],\n area: [],\n b: [],\n br: [],\n col: [],\n code: [],\n div: [],\n em: [],\n hr: [],\n h1: [],\n h2: [],\n h3: [],\n h4: [],\n h5: [],\n h6: [],\n i: [],\n img: ['src', 'srcset', 'alt', 'title', 'width', 'height'],\n li: [],\n ol: [],\n p: [],\n pre: [],\n s: [],\n small: [],\n span: [],\n sub: [],\n sup: [],\n strong: [],\n u: [],\n ul: []\n };\n /**\n * A pattern that recognizes a commonly useful subset of URLs that are safe.\n *\n * Shoutout to Angular 7 https://github.com/angular/angular/blob/7.2.4/packages/core/src/sanitization/url_sanitizer.ts\n */\n\n var SAFE_URL_PATTERN = /^(?:(?:https?|mailto|ftp|tel|file):|[^#&/:?]*(?:[#/?]|$))/gi;\n /**\n * A pattern that matches safe data URLs. Only matches image, video and audio types.\n *\n * Shoutout to Angular 7 https://github.com/angular/angular/blob/7.2.4/packages/core/src/sanitization/url_sanitizer.ts\n */\n\n var DATA_URL_PATTERN = /^data:(?:image\\/(?:bmp|gif|jpeg|jpg|png|tiff|webp)|video\\/(?:mpeg|mp4|ogg|webm)|audio\\/(?:mp3|oga|ogg|opus));base64,[\\d+/a-z]+=*$/i;\n\n function allowedAttribute(attr, allowedAttributeList) {\n var attrName = attr.nodeName.toLowerCase();\n\n if (allowedAttributeList.indexOf(attrName) !== -1) {\n if (uriAttrs.indexOf(attrName) !== -1) {\n return Boolean(attr.nodeValue.match(SAFE_URL_PATTERN) || attr.nodeValue.match(DATA_URL_PATTERN));\n }\n\n return true;\n }\n\n var regExp = allowedAttributeList.filter(function (attrRegex) {\n return attrRegex instanceof RegExp;\n }); // Check if a regular expression validates the attribute.\n\n for (var i = 0, len = regExp.length; i < len; i++) {\n if (attrName.match(regExp[i])) {\n return true;\n }\n }\n\n return false;\n }\n\n function sanitizeHtml(unsafeHtml, whiteList, sanitizeFn) {\n if (unsafeHtml.length === 0) {\n return unsafeHtml;\n }\n\n if (sanitizeFn && typeof sanitizeFn === 'function') {\n return sanitizeFn(unsafeHtml);\n }\n\n var domParser = new window.DOMParser();\n var createdDocument = domParser.parseFromString(unsafeHtml, 'text/html');\n var whitelistKeys = Object.keys(whiteList);\n var elements = [].slice.call(createdDocument.body.querySelectorAll('*'));\n\n var _loop = function _loop(i, len) {\n var el = elements[i];\n var elName = el.nodeName.toLowerCase();\n\n if (whitelistKeys.indexOf(el.nodeName.toLowerCase()) === -1) {\n el.parentNode.removeChild(el);\n return \"continue\";\n }\n\n var attributeList = [].slice.call(el.attributes);\n var whitelistedAttributes = [].concat(whiteList['*'] || [], whiteList[elName] || []);\n attributeList.forEach(function (attr) {\n if (!allowedAttribute(attr, whitelistedAttributes)) {\n el.removeAttribute(attr.nodeName);\n }\n });\n };\n\n for (var i = 0, len = elements.length; i < len; i++) {\n var _ret = _loop(i);\n\n if (_ret === \"continue\") continue;\n }\n\n return createdDocument.body.innerHTML;\n }\n\n /**\n * ------------------------------------------------------------------------\n * Constants\n * ------------------------------------------------------------------------\n */\n\n var NAME = 'tooltip';\n var VERSION = '4.6.0';\n var DATA_KEY = 'bs.tooltip';\n var EVENT_KEY = \".\" + DATA_KEY;\n var JQUERY_NO_CONFLICT = $__default['default'].fn[NAME];\n var CLASS_PREFIX = 'bs-tooltip';\n var BSCLS_PREFIX_REGEX = new RegExp(\"(^|\\\\s)\" + CLASS_PREFIX + \"\\\\S+\", 'g');\n var DISALLOWED_ATTRIBUTES = ['sanitize', 'whiteList', 'sanitizeFn'];\n var DefaultType = {\n animation: 'boolean',\n template: 'string',\n title: '(string|element|function)',\n trigger: 'string',\n delay: '(number|object)',\n html: 'boolean',\n selector: '(string|boolean)',\n placement: '(string|function)',\n offset: '(number|string|function)',\n container: '(string|element|boolean)',\n fallbackPlacement: '(string|array)',\n boundary: '(string|element)',\n customClass: '(string|function)',\n sanitize: 'boolean',\n sanitizeFn: '(null|function)',\n whiteList: 'object',\n popperConfig: '(null|object)'\n };\n var AttachmentMap = {\n AUTO: 'auto',\n TOP: 'top',\n RIGHT: 'right',\n BOTTOM: 'bottom',\n LEFT: 'left'\n };\n var Default = {\n animation: true,\n template: '<div class=\"tooltip\" role=\"tooltip\">' + '<div class=\"arrow\"></div>' + '<div class=\"tooltip-inner\"></div></div>',\n trigger: 'hover focus',\n title: '',\n delay: 0,\n html: false,\n selector: false,\n placement: 'top',\n offset: 0,\n container: false,\n fallbackPlacement: 'flip',\n boundary: 'scrollParent',\n customClass: '',\n sanitize: true,\n sanitizeFn: null,\n whiteList: DefaultWhitelist,\n popperConfig: null\n };\n var HOVER_STATE_SHOW = 'show';\n var HOVER_STATE_OUT = 'out';\n var Event = {\n HIDE: \"hide\" + EVENT_KEY,\n HIDDEN: \"hidden\" + EVENT_KEY,\n SHOW: \"show\" + EVENT_KEY,\n SHOWN: \"shown\" + EVENT_KEY,\n INSERTED: \"inserted\" + EVENT_KEY,\n CLICK: \"click\" + EVENT_KEY,\n FOCUSIN: \"focusin\" + EVENT_KEY,\n FOCUSOUT: \"focusout\" + EVENT_KEY,\n MOUSEENTER: \"mouseenter\" + EVENT_KEY,\n MOUSELEAVE: \"mouseleave\" + EVENT_KEY\n };\n var CLASS_NAME_FADE = 'fade';\n var CLASS_NAME_SHOW = 'show';\n var SELECTOR_TOOLTIP_INNER = '.tooltip-inner';\n var SELECTOR_ARROW = '.arrow';\n var TRIGGER_HOVER = 'hover';\n var TRIGGER_FOCUS = 'focus';\n var TRIGGER_CLICK = 'click';\n var TRIGGER_MANUAL = 'manual';\n /**\n * ------------------------------------------------------------------------\n * Class Definition\n * ------------------------------------------------------------------------\n */\n\n var Tooltip = /*#__PURE__*/function () {\n function Tooltip(element, config) {\n if (typeof Popper__default['default'] === 'undefined') {\n throw new TypeError('Bootstrap\\'s tooltips require Popper (https://popper.js.org)');\n } // private\n\n\n this._isEnabled = true;\n this._timeout = 0;\n this._hoverState = '';\n this._activeTrigger = {};\n this._popper = null; // Protected\n\n this.element = element;\n this.config = this._getConfig(config);\n this.tip = null;\n\n this._setListeners();\n } // Getters\n\n\n var _proto = Tooltip.prototype;\n\n // Public\n _proto.enable = function enable() {\n this._isEnabled = true;\n };\n\n _proto.disable = function disable() {\n this._isEnabled = false;\n };\n\n _proto.toggleEnabled = function toggleEnabled() {\n this._isEnabled = !this._isEnabled;\n };\n\n _proto.toggle = function toggle(event) {\n if (!this._isEnabled) {\n return;\n }\n\n if (event) {\n var dataKey = this.constructor.DATA_KEY;\n var context = $__default['default'](event.currentTarget).data(dataKey);\n\n if (!context) {\n context = new this.constructor(event.currentTarget, this._getDelegateConfig());\n $__default['default'](event.currentTarget).data(dataKey, context);\n }\n\n context._activeTrigger.click = !context._activeTrigger.click;\n\n if (context._isWithActiveTrigger()) {\n context._enter(null, context);\n } else {\n context._leave(null, context);\n }\n } else {\n if ($__default['default'](this.getTipElement()).hasClass(CLASS_NAME_SHOW)) {\n this._leave(null, this);\n\n return;\n }\n\n this._enter(null, this);\n }\n };\n\n _proto.dispose = function dispose() {\n clearTimeout(this._timeout);\n $__default['default'].removeData(this.element, this.constructor.DATA_KEY);\n $__default['default'](this.element).off(this.constructor.EVENT_KEY);\n $__default['default'](this.element).closest('.modal').off('hide.bs.modal', this._hideModalHandler);\n\n if (this.tip) {\n $__default['default'](this.tip).remove();\n }\n\n this._isEnabled = null;\n this._timeout = null;\n this._hoverState = null;\n this._activeTrigger = null;\n\n if (this._popper) {\n this._popper.destroy();\n }\n\n this._popper = null;\n this.element = null;\n this.config = null;\n this.tip = null;\n };\n\n _proto.show = function show() {\n var _this = this;\n\n if ($__default['default'](this.element).css('display') === 'none') {\n throw new Error('Please use show on visible elements');\n }\n\n var showEvent = $__default['default'].Event(this.constructor.Event.SHOW);\n\n if (this.isWithContent() && this._isEnabled) {\n $__default['default'](this.element).trigger(showEvent);\n var shadowRoot = Util__default['default'].findShadowRoot(this.element);\n var isInTheDom = $__default['default'].contains(shadowRoot !== null ? shadowRoot : this.element.ownerDocument.documentElement, this.element);\n\n if (showEvent.isDefaultPrevented() || !isInTheDom) {\n return;\n }\n\n var tip = this.getTipElement();\n var tipId = Util__default['default'].getUID(this.constructor.NAME);\n tip.setAttribute('id', tipId);\n this.element.setAttribute('aria-describedby', tipId);\n this.setContent();\n\n if (this.config.animation) {\n $__default['default'](tip).addClass(CLASS_NAME_FADE);\n }\n\n var placement = typeof this.config.placement === 'function' ? this.config.placement.call(this, tip, this.element) : this.config.placement;\n\n var attachment = this._getAttachment(placement);\n\n this.addAttachmentClass(attachment);\n\n var container = this._getContainer();\n\n $__default['default'](tip).data(this.constructor.DATA_KEY, this);\n\n if (!$__default['default'].contains(this.element.ownerDocument.documentElement, this.tip)) {\n $__default['default'](tip).appendTo(container);\n }\n\n $__default['default'](this.element).trigger(this.constructor.Event.INSERTED);\n this._popper = new Popper__default['default'](this.element, tip, this._getPopperConfig(attachment));\n $__default['default'](tip).addClass(CLASS_NAME_SHOW);\n $__default['default'](tip).addClass(this.config.customClass); // If this is a touch-enabled device we add extra\n // empty mouseover listeners to the body's immediate children;\n // only needed because of broken event delegation on iOS\n // https://www.quirksmode.org/blog/archives/2014/02/mouse_event_bub.html\n\n if ('ontouchstart' in document.documentElement) {\n $__default['default'](document.body).children().on('mouseover', null, $__default['default'].noop);\n }\n\n var complete = function complete() {\n if (_this.config.animation) {\n _this._fixTransition();\n }\n\n var prevHoverState = _this._hoverState;\n _this._hoverState = null;\n $__default['default'](_this.element).trigger(_this.constructor.Event.SHOWN);\n\n if (prevHoverState === HOVER_STATE_OUT) {\n _this._leave(null, _this);\n }\n };\n\n if ($__default['default'](this.tip).hasClass(CLASS_NAME_FADE)) {\n var transitionDuration = Util__default['default'].getTransitionDurationFromElement(this.tip);\n $__default['default'](this.tip).one(Util__default['default'].TRANSITION_END, complete).emulateTransitionEnd(transitionDuration);\n } else {\n complete();\n }\n }\n };\n\n _proto.hide = function hide(callback) {\n var _this2 = this;\n\n var tip = this.getTipElement();\n var hideEvent = $__default['default'].Event(this.constructor.Event.HIDE);\n\n var complete = function complete() {\n if (_this2._hoverState !== HOVER_STATE_SHOW && tip.parentNode) {\n tip.parentNode.removeChild(tip);\n }\n\n _this2._cleanTipClass();\n\n _this2.element.removeAttribute('aria-describedby');\n\n $__default['default'](_this2.element).trigger(_this2.constructor.Event.HIDDEN);\n\n if (_this2._popper !== null) {\n _this2._popper.destroy();\n }\n\n if (callback) {\n callback();\n }\n };\n\n $__default['default'](this.element).trigger(hideEvent);\n\n if (hideEvent.isDefaultPrevented()) {\n return;\n }\n\n $__default['default'](tip).removeClass(CLASS_NAME_SHOW); // If this is a touch-enabled device we remove the extra\n // empty mouseover listeners we added for iOS support\n\n if ('ontouchstart' in document.documentElement) {\n $__default['default'](document.body).children().off('mouseover', null, $__default['default'].noop);\n }\n\n this._activeTrigger[TRIGGER_CLICK] = false;\n this._activeTrigger[TRIGGER_FOCUS] = false;\n this._activeTrigger[TRIGGER_HOVER] = false;\n\n if ($__default['default'](this.tip).hasClass(CLASS_NAME_FADE)) {\n var transitionDuration = Util__default['default'].getTransitionDurationFromElement(tip);\n $__default['default'](tip).one(Util__default['default'].TRANSITION_END, complete).emulateTransitionEnd(transitionDuration);\n } else {\n complete();\n }\n\n this._hoverState = '';\n };\n\n _proto.update = function update() {\n if (this._popper !== null) {\n this._popper.scheduleUpdate();\n }\n } // Protected\n ;\n\n _proto.isWithContent = function isWithContent() {\n return Boolean(this.getTitle());\n };\n\n _proto.addAttachmentClass = function addAttachmentClass(attachment) {\n $__default['default'](this.getTipElement()).addClass(CLASS_PREFIX + \"-\" + attachment);\n };\n\n _proto.getTipElement = function getTipElement() {\n this.tip = this.tip || $__default['default'](this.config.template)[0];\n return this.tip;\n };\n\n _proto.setContent = function setContent() {\n var tip = this.getTipElement();\n this.setElementContent($__default['default'](tip.querySelectorAll(SELECTOR_TOOLTIP_INNER)), this.getTitle());\n $__default['default'](tip).removeClass(CLASS_NAME_FADE + \" \" + CLASS_NAME_SHOW);\n };\n\n _proto.setElementContent = function setElementContent($element, content) {\n if (typeof content === 'object' && (content.nodeType || content.jquery)) {\n // Content is a DOM node or a jQuery\n if (this.config.html) {\n if (!$__default['default'](content).parent().is($element)) {\n $element.empty().append(content);\n }\n } else {\n $element.text($__default['default'](content).text());\n }\n\n return;\n }\n\n if (this.config.html) {\n if (this.config.sanitize) {\n content = sanitizeHtml(content, this.config.whiteList, this.config.sanitizeFn);\n }\n\n $element.html(content);\n } else {\n $element.text(content);\n }\n };\n\n _proto.getTitle = function getTitle() {\n var title = this.element.getAttribute('data-original-title');\n\n if (!title) {\n title = typeof this.config.title === 'function' ? this.config.title.call(this.element) : this.config.title;\n }\n\n return title;\n } // Private\n ;\n\n _proto._getPopperConfig = function _getPopperConfig(attachment) {\n var _this3 = this;\n\n var defaultBsConfig = {\n placement: attachment,\n modifiers: {\n offset: this._getOffset(),\n flip: {\n behavior: this.config.fallbackPlacement\n },\n arrow: {\n element: SELECTOR_ARROW\n },\n preventOverflow: {\n boundariesElement: this.config.boundary\n }\n },\n onCreate: function onCreate(data) {\n if (data.originalPlacement !== data.placement) {\n _this3._handlePopperPlacementChange(data);\n }\n },\n onUpdate: function onUpdate(data) {\n return _this3._handlePopperPlacementChange(data);\n }\n };\n return _extends({}, defaultBsConfig, this.config.popperConfig);\n };\n\n _proto._getOffset = function _getOffset() {\n var _this4 = this;\n\n var offset = {};\n\n if (typeof this.config.offset === 'function') {\n offset.fn = function (data) {\n data.offsets = _extends({}, data.offsets, _this4.config.offset(data.offsets, _this4.element) || {});\n return data;\n };\n } else {\n offset.offset = this.config.offset;\n }\n\n return offset;\n };\n\n _proto._getContainer = function _getContainer() {\n if (this.config.container === false) {\n return document.body;\n }\n\n if (Util__default['default'].isElement(this.config.container)) {\n return $__default['default'](this.config.container);\n }\n\n return $__default['default'](document).find(this.config.container);\n };\n\n _proto._getAttachment = function _getAttachment(placement) {\n return AttachmentMap[placement.toUpperCase()];\n };\n\n _proto._setListeners = function _setListeners() {\n var _this5 = this;\n\n var triggers = this.config.trigger.split(' ');\n triggers.forEach(function (trigger) {\n if (trigger === 'click') {\n $__default['default'](_this5.element).on(_this5.constructor.Event.CLICK, _this5.config.selector, function (event) {\n return _this5.toggle(event);\n });\n } else if (trigger !== TRIGGER_MANUAL) {\n var eventIn = trigger === TRIGGER_HOVER ? _this5.constructor.Event.MOUSEENTER : _this5.constructor.Event.FOCUSIN;\n var eventOut = trigger === TRIGGER_HOVER ? _this5.constructor.Event.MOUSELEAVE : _this5.constructor.Event.FOCUSOUT;\n $__default['default'](_this5.element).on(eventIn, _this5.config.selector, function (event) {\n return _this5._enter(event);\n }).on(eventOut, _this5.config.selector, function (event) {\n return _this5._leave(event);\n });\n }\n });\n\n this._hideModalHandler = function () {\n if (_this5.element) {\n _this5.hide();\n }\n };\n\n $__default['default'](this.element).closest('.modal').on('hide.bs.modal', this._hideModalHandler);\n\n if (this.config.selector) {\n this.config = _extends({}, this.config, {\n trigger: 'manual',\n selector: ''\n });\n } else {\n this._fixTitle();\n }\n };\n\n _proto._fixTitle = function _fixTitle() {\n var titleType = typeof this.element.getAttribute('data-original-title');\n\n if (this.element.getAttribute('title') || titleType !== 'string') {\n this.element.setAttribute('data-original-title', this.element.getAttribute('title') || '');\n this.element.setAttribute('title', '');\n }\n };\n\n _proto._enter = function _enter(event, context) {\n var dataKey = this.constructor.DATA_KEY;\n context = context || $__default['default'](event.currentTarget).data(dataKey);\n\n if (!context) {\n context = new this.constructor(event.currentTarget, this._getDelegateConfig());\n $__default['default'](event.currentTarget).data(dataKey, context);\n }\n\n if (event) {\n context._activeTrigger[event.type === 'focusin' ? TRIGGER_FOCUS : TRIGGER_HOVER] = true;\n }\n\n if ($__default['default'](context.getTipElement()).hasClass(CLASS_NAME_SHOW) || context._hoverState === HOVER_STATE_SHOW) {\n context._hoverState = HOVER_STATE_SHOW;\n return;\n }\n\n clearTimeout(context._timeout);\n context._hoverState = HOVER_STATE_SHOW;\n\n if (!context.config.delay || !context.config.delay.show) {\n context.show();\n return;\n }\n\n context._timeout = setTimeout(function () {\n if (context._hoverState === HOVER_STATE_SHOW) {\n context.show();\n }\n }, context.config.delay.show);\n };\n\n _proto._leave = function _leave(event, context) {\n var dataKey = this.constructor.DATA_KEY;\n context = context || $__default['default'](event.currentTarget).data(dataKey);\n\n if (!context) {\n context = new this.constructor(event.currentTarget, this._getDelegateConfig());\n $__default['default'](event.currentTarget).data(dataKey, context);\n }\n\n if (event) {\n context._activeTrigger[event.type === 'focusout' ? TRIGGER_FOCUS : TRIGGER_HOVER] = false;\n }\n\n if (context._isWithActiveTrigger()) {\n return;\n }\n\n clearTimeout(context._timeout);\n context._hoverState = HOVER_STATE_OUT;\n\n if (!context.config.delay || !context.config.delay.hide) {\n context.hide();\n return;\n }\n\n context._timeout = setTimeout(function () {\n if (context._hoverState === HOVER_STATE_OUT) {\n context.hide();\n }\n }, context.config.delay.hide);\n };\n\n _proto._isWithActiveTrigger = function _isWithActiveTrigger() {\n for (var trigger in this._activeTrigger) {\n if (this._activeTrigger[trigger]) {\n return true;\n }\n }\n\n return false;\n };\n\n _proto._getConfig = function _getConfig(config) {\n var dataAttributes = $__default['default'](this.element).data();\n Object.keys(dataAttributes).forEach(function (dataAttr) {\n if (DISALLOWED_ATTRIBUTES.indexOf(dataAttr) !== -1) {\n delete dataAttributes[dataAttr];\n }\n });\n config = _extends({}, this.constructor.Default, dataAttributes, typeof config === 'object' && config ? config : {});\n\n if (typeof config.delay === 'number') {\n config.delay = {\n show: config.delay,\n hide: config.delay\n };\n }\n\n if (typeof config.title === 'number') {\n config.title = config.title.toString();\n }\n\n if (typeof config.content === 'number') {\n config.content = config.content.toString();\n }\n\n Util__default['default'].typeCheckConfig(NAME, config, this.constructor.DefaultType);\n\n if (config.sanitize) {\n config.template = sanitizeHtml(config.template, config.whiteList, config.sanitizeFn);\n }\n\n return config;\n };\n\n _proto._getDelegateConfig = function _getDelegateConfig() {\n var config = {};\n\n if (this.config) {\n for (var key in this.config) {\n if (this.constructor.Default[key] !== this.config[key]) {\n config[key] = this.config[key];\n }\n }\n }\n\n return config;\n };\n\n _proto._cleanTipClass = function _cleanTipClass() {\n var $tip = $__default['default'](this.getTipElement());\n var tabClass = $tip.attr('class').match(BSCLS_PREFIX_REGEX);\n\n if (tabClass !== null && tabClass.length) {\n $tip.removeClass(tabClass.join(''));\n }\n };\n\n _proto._handlePopperPlacementChange = function _handlePopperPlacementChange(popperData) {\n this.tip = popperData.instance.popper;\n\n this._cleanTipClass();\n\n this.addAttachmentClass(this._getAttachment(popperData.placement));\n };\n\n _proto._fixTransition = function _fixTransition() {\n var tip = this.getTipElement();\n var initConfigAnimation = this.config.animation;\n\n if (tip.getAttribute('x-placement') !== null) {\n return;\n }\n\n $__default['default'](tip).removeClass(CLASS_NAME_FADE);\n this.config.animation = false;\n this.hide();\n this.show();\n this.config.animation = initConfigAnimation;\n } // Static\n ;\n\n Tooltip._jQueryInterface = function _jQueryInterface(config) {\n return this.each(function () {\n var $element = $__default['default'](this);\n var data = $element.data(DATA_KEY);\n\n var _config = typeof config === 'object' && config;\n\n if (!data && /dispose|hide/.test(config)) {\n return;\n }\n\n if (!data) {\n data = new Tooltip(this, _config);\n $element.data(DATA_KEY, data);\n }\n\n if (typeof config === 'string') {\n if (typeof data[config] === 'undefined') {\n throw new TypeError(\"No method named \\\"\" + config + \"\\\"\");\n }\n\n data[config]();\n }\n });\n };\n\n _createClass(Tooltip, null, [{\n key: \"VERSION\",\n get: function get() {\n return VERSION;\n }\n }, {\n key: \"Default\",\n get: function get() {\n return Default;\n }\n }, {\n key: \"NAME\",\n get: function get() {\n return NAME;\n }\n }, {\n key: \"DATA_KEY\",\n get: function get() {\n return DATA_KEY;\n }\n }, {\n key: \"Event\",\n get: function get() {\n return Event;\n }\n }, {\n key: \"EVENT_KEY\",\n get: function get() {\n return EVENT_KEY;\n }\n }, {\n key: \"DefaultType\",\n get: function get() {\n return DefaultType;\n }\n }]);\n\n return Tooltip;\n }();\n /**\n * ------------------------------------------------------------------------\n * jQuery\n * ------------------------------------------------------------------------\n */\n\n\n $__default['default'].fn[NAME] = Tooltip._jQueryInterface;\n $__default['default'].fn[NAME].Constructor = Tooltip;\n\n $__default['default'].fn[NAME].noConflict = function () {\n $__default['default'].fn[NAME] = JQUERY_NO_CONFLICT;\n return Tooltip._jQueryInterface;\n };\n\n return Tooltip;\n\n})));\n//# sourceMappingURL=tooltip.js.map\n","/*!\n * Bootstrap util.js v4.6.0 (https://getbootstrap.com/)\n * Copyright 2011-2021 The Bootstrap Authors (https://github.com/twbs/bootstrap/graphs/contributors)\n * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)\n */\n(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory(require('jquery')) :\n typeof define === 'function' && define.amd ? define(['jquery'], factory) :\n (global = typeof globalThis !== 'undefined' ? globalThis : global || self, global.Util = factory(global.jQuery));\n}(this, (function ($) { 'use strict';\n\n function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }\n\n var $__default = /*#__PURE__*/_interopDefaultLegacy($);\n\n /**\n * --------------------------------------------------------------------------\n * Bootstrap (v4.6.0): util.js\n * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)\n * --------------------------------------------------------------------------\n */\n /**\n * ------------------------------------------------------------------------\n * Private TransitionEnd Helpers\n * ------------------------------------------------------------------------\n */\n\n var TRANSITION_END = 'transitionend';\n var MAX_UID = 1000000;\n var MILLISECONDS_MULTIPLIER = 1000; // Shoutout AngusCroll (https://goo.gl/pxwQGp)\n\n function toType(obj) {\n if (obj === null || typeof obj === 'undefined') {\n return \"\" + obj;\n }\n\n return {}.toString.call(obj).match(/\\s([a-z]+)/i)[1].toLowerCase();\n }\n\n function getSpecialTransitionEndEvent() {\n return {\n bindType: TRANSITION_END,\n delegateType: TRANSITION_END,\n handle: function handle(event) {\n if ($__default['default'](event.target).is(this)) {\n return event.handleObj.handler.apply(this, arguments); // eslint-disable-line prefer-rest-params\n }\n\n return undefined;\n }\n };\n }\n\n function transitionEndEmulator(duration) {\n var _this = this;\n\n var called = false;\n $__default['default'](this).one(Util.TRANSITION_END, function () {\n called = true;\n });\n setTimeout(function () {\n if (!called) {\n Util.triggerTransitionEnd(_this);\n }\n }, duration);\n return this;\n }\n\n function setTransitionEndSupport() {\n $__default['default'].fn.emulateTransitionEnd = transitionEndEmulator;\n $__default['default'].event.special[Util.TRANSITION_END] = getSpecialTransitionEndEvent();\n }\n /**\n * --------------------------------------------------------------------------\n * Public Util Api\n * --------------------------------------------------------------------------\n */\n\n\n var Util = {\n TRANSITION_END: 'bsTransitionEnd',\n getUID: function getUID(prefix) {\n do {\n prefix += ~~(Math.random() * MAX_UID); // \"~~\" acts like a faster Math.floor() here\n } while (document.getElementById(prefix));\n\n return prefix;\n },\n getSelectorFromElement: function getSelectorFromElement(element) {\n var selector = element.getAttribute('data-target');\n\n if (!selector || selector === '#') {\n var hrefAttr = element.getAttribute('href');\n selector = hrefAttr && hrefAttr !== '#' ? hrefAttr.trim() : '';\n }\n\n try {\n return document.querySelector(selector) ? selector : null;\n } catch (_) {\n return null;\n }\n },\n getTransitionDurationFromElement: function getTransitionDurationFromElement(element) {\n if (!element) {\n return 0;\n } // Get transition-duration of the element\n\n\n var transitionDuration = $__default['default'](element).css('transition-duration');\n var transitionDelay = $__default['default'](element).css('transition-delay');\n var floatTransitionDuration = parseFloat(transitionDuration);\n var floatTransitionDelay = parseFloat(transitionDelay); // Return 0 if element or transition duration is not found\n\n if (!floatTransitionDuration && !floatTransitionDelay) {\n return 0;\n } // If multiple durations are defined, take the first\n\n\n transitionDuration = transitionDuration.split(',')[0];\n transitionDelay = transitionDelay.split(',')[0];\n return (parseFloat(transitionDuration) + parseFloat(transitionDelay)) * MILLISECONDS_MULTIPLIER;\n },\n reflow: function reflow(element) {\n return element.offsetHeight;\n },\n triggerTransitionEnd: function triggerTransitionEnd(element) {\n $__default['default'](element).trigger(TRANSITION_END);\n },\n supportsTransitionEnd: function supportsTransitionEnd() {\n return Boolean(TRANSITION_END);\n },\n isElement: function isElement(obj) {\n return (obj[0] || obj).nodeType;\n },\n typeCheckConfig: function typeCheckConfig(componentName, config, configTypes) {\n for (var property in configTypes) {\n if (Object.prototype.hasOwnProperty.call(configTypes, property)) {\n var expectedTypes = configTypes[property];\n var value = config[property];\n var valueType = value && Util.isElement(value) ? 'element' : toType(value);\n\n if (!new RegExp(expectedTypes).test(valueType)) {\n throw new Error(componentName.toUpperCase() + \": \" + (\"Option \\\"\" + property + \"\\\" provided type \\\"\" + valueType + \"\\\" \") + (\"but expected type \\\"\" + expectedTypes + \"\\\".\"));\n }\n }\n }\n },\n findShadowRoot: function findShadowRoot(element) {\n if (!document.documentElement.attachShadow) {\n return null;\n } // Can find the shadow root otherwise it'll return the document\n\n\n if (typeof element.getRootNode === 'function') {\n var root = element.getRootNode();\n return root instanceof ShadowRoot ? root : null;\n }\n\n if (element instanceof ShadowRoot) {\n return element;\n } // when we don't find a shadow root\n\n\n if (!element.parentNode) {\n return null;\n }\n\n return Util.findShadowRoot(element.parentNode);\n },\n jQueryDetection: function jQueryDetection() {\n if (typeof $__default['default'] === 'undefined') {\n throw new TypeError('Bootstrap\\'s JavaScript requires jQuery. jQuery must be included before Bootstrap\\'s JavaScript.');\n }\n\n var version = $__default['default'].fn.jquery.split(' ')[0].split('.');\n var minMajor = 1;\n var ltMajor = 2;\n var minMinor = 9;\n var minPatch = 1;\n var maxMajor = 4;\n\n if (version[0] < ltMajor && version[1] < minMinor || version[0] === minMajor && version[1] === minMinor && version[2] < minPatch || version[0] >= maxMajor) {\n throw new Error('Bootstrap\\'s JavaScript requires at least jQuery v1.9.1 but less than v4.0.0');\n }\n }\n };\n Util.jQueryDetection();\n setTransitionEndSupport();\n\n return Util;\n\n})));\n//# sourceMappingURL=util.js.map\n","/**\n * @copyright 2019 Julius Härtl <jus@bitgrid.net>\n *\n * @author Christoph Wurst <christoph@winzerhof-wurst.at>\n * @author John Molakvoæ <skjnldsv@protonmail.com>\n * @author Julius Härtl <jus@bitgrid.net>\n *\n * @license GNU AGPL version 3 or any later version\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see <http://www.gnu.org/licenses/>.\n *\n */\n\n$.prototype.tooltip = (function(tooltip) {\n\treturn function(config) {\n\t\ttry {\n\t\t\treturn tooltip.call(this, config)\n\t\t} catch (ex) {\n\t\t\tif (ex instanceof TypeError && config === 'destroy') {\n\t\t\t\tif (window.TESTING === undefined) {\n\t\t\t\t\tconsole.error('Deprecated call $.tooltip(\\'destroy\\') has been deprecated and should be removed')\n\t\t\t\t}\n\t\t\t\treturn tooltip.call(this, 'dispose')\n\t\t\t}\n\t\t\tif (ex instanceof TypeError && config === 'fixTitle') {\n\t\t\t\tif (window.TESTING === undefined) {\n\t\t\t\t\tconsole.error('Deprecated call $.tooltip(\\'fixTitle\\') has been deprecated and should be removed')\n\t\t\t\t}\n\t\t\t\treturn tooltip.call(this, '_fixTitle')\n\t\t\t}\n\t\t}\n\t}\n})($.prototype.tooltip)\n","/**\n * Strengthify - show the weakness of a password (uses zxcvbn for this)\n * https://github.com/MorrisJobke/strengthify\n *\n * Version: 0.5.9\n * Author: Morris Jobke (github.com/MorrisJobke) - original\n * Eve Ragins @ Eve Corp (github.com/eve-corp)\n *\n *\n * License:\n *\n * The MIT License (MIT)\n *\n * Copyright (c) 2013-2020 Morris Jobke <morris.jobke@gmail.com>\n *\n * Permission is hereby granted, free of charge, to any person obtaining a copy of\n * this software and associated documentation files (the \"Software\"), to deal in\n * the Software without restriction, including without limitation the rights to\n * use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of\n * the Software, and to permit persons to whom the Software is furnished to do so,\n * subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in all\n * copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS\n * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR\n * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER\n * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n */\n\n/* global jQuery */\n(function($) {\n $.fn.strengthify = function(paramOptions) {\n \"use strict\";\n\n var defaults = {\n zxcvbn: 'zxcvbn/zxcvbn.js',\n userInputs: [],\n titles: [\n 'Weakest',\n 'Weak',\n 'So-so',\n 'Good',\n 'Perfect'\n ],\n tilesOptions:{\n tooltip: true,\n element: false\n },\n drawTitles: false,\n drawMessage: false,\n drawBars: true,\n $addAfter: null,\n nonce: null\n };\n\n return this.each(function() {\n var options = $.extend(defaults, paramOptions);\n\n if (!options.drawTitles\n && !options.drawMessage\n && !options.drawBars)\n console.warn(\"expect at least one of 'drawTitles', 'drawMessage', or 'drawBars' to be true\");\n\n function getWrapperFor(id) {\n return $('div[data-strengthifyFor=\"' + id + '\"]');\n };\n\n function drawStrengthify() {\n var password = $(this).val().substring(0, 100),\n elemId = $(this).attr('id'),\n // hide strengthify if no input is provided\n opacity = (password === '') ? 0 : 1,\n // calculate result\n result = zxcvbn(password, options.userInputs),\n // setup some vars for later\n css = '',\n bsLevel = '',\n message = '',\n // cache jQuery selections\n $wrapper = getWrapperFor(elemId),\n $container = $wrapper.find('.strengthify-container'),\n $message = $wrapper.find('[data-strengthifyMessage]');\n\n\n $wrapper.children()\n .css('opacity', opacity)\n .css('-ms-filter',\n '\"progid:DXImageTransform.Microsoft.Alpha(Opacity=' + opacity * 100 + ')\"'\n );\n\n if (options.onResult) {\n options.onResult(result);\n }\n\n // style strengthify bar\n // possible scores: 0-4\n switch (result.score) {\n case 0:\n case 1:\n css = 'password-bad';\n bsLevel = 'danger';\n message = result.feedback ? result.feedback.suggestions.join('<br/>') : \"\";\n break;\n case 2:\n bsLevel = 'warning';\n message = result.feedback ? result.feedback.suggestions.join('<br/>') : \"\";\n css = 'password-medium';\n break;\n case 3:\n css = 'password-good';\n bsLevel = 'info';\n message = \"Getting better.\";\n break;\n case 4:\n css = 'password-good';\n bsLevel = 'success';\n message = \"Looks good.\";\n break;\n }\n\n if ($message) {\n $message.removeAttr('class');\n $message.addClass('bg-' + bsLevel);\n\n // reset state for empty string password\n if (password === '') {\n message = '';\n }\n $message.html(message);\n }\n if ($container) {\n $container\n .attr('class', css + ' strengthify-container')\n // possible scores: 0-4\n .css(\n 'width',\n // if score is '0' it will be changed to '1' to\n // not hide strengthify if the password is extremely weak\n ((result.score === 0 ? 1 : result.score) * 25) + '%'\n );\n\n // reset state for empty string password\n if (password === '') {\n $container.css('width', 0);\n }\n }\n\n if (options.drawTitles) {\n // set a title for the wrapper\n if(options.tilesOptions.tooltip){\n $wrapper.attr(\n 'title',\n options.titles[result.score]\n ).tooltip({\n placement: 'bottom',\n trigger: 'manual',\n }).tooltip(\n 'fixTitle'\n ).tooltip(\n 'show'\n );\n\n if (opacity === 0) {\n $wrapper.tooltip(\n 'hide'\n );\n }\n }\n\n if(options.tilesOptions.element){\n $wrapper.find(\".strengthify-tiles\").text(options.titles[result.score]);\n }\n }\n };\n\n function init() {\n var $elem = $(this),\n elemId = $elem.attr('id');\n var drawSelf = drawStrengthify.bind(this);\n\n var $addAfter = options.$addAfter;\n if (!$addAfter) {\n $addAfter = $elem;\n }\n\n // add elements\n $addAfter.after('<div class=\"strengthify-wrapper\" data-strengthifyFor=\"' + $elem.attr('id') + '\"></div>');\n\n if (options.drawBars) {\n getWrapperFor(elemId)\n .append('<div class=\"strengthify-bg\" />')\n .append('<div class=\"strengthify-container\" />')\n .append('<div class=\"strengthify-separator\" style=\"left: 25%\" />')\n .append('<div class=\"strengthify-separator\" style=\"left: 50%\" />')\n .append('<div class=\"strengthify-separator\" style=\"left: 75%\" />');\n }\n\n if (options.drawMessage) {\n getWrapperFor(elemId).append('<div data-strengthifyMessage></div>');\n }\n\n if (options.drawTitles && options.tilesOptions) {\n getWrapperFor(elemId).append('<div class=\"strengthify-tiles\"></div>');\n }\n\n var script = document.createElement(\"script\");\n script.src = options.zxcvbn;\n if (options.nonce !== null) {\n script.setAttribute('nonce', options.nonce);\n }\n\n script.onload = function() {\n \t$elem.parent().on('scroll', drawSelf);\n $elem.bind('keyup input change', drawSelf);\n }\n\n document.head.appendChild(script);\n };\n\n init.call(this);\n\n //return me;\n });\n };\n\n} (jQuery));\n","import api from \"!../style-loader/dist/runtime/injectStylesIntoStyleTag.js\";\n import content from \"!!../css-loader/dist/cjs.js!./strengthify.css\";\n\nvar options = {};\n\noptions.insert = \"head\";\noptions.singleton = false;\n\nvar update = api(content, options);\n\n\n\nexport default content.locals || {};","var Handlebars = require(\"../../../../node_modules/handlebars/runtime.js\");\nfunction __default(obj) { return obj && (obj.__esModule ? obj[\"default\"] : obj); }\nmodule.exports = (Handlebars[\"default\"] || Handlebars).template({\"1\":function(container,depth0,helpers,partials,data) {\n var stack1, alias1=container.lambda, alias2=container.escapeExpression, lookupProperty = container.lookupProperty || function(parent, propertyName) {\n if (Object.prototype.hasOwnProperty.call(parent, propertyName)) {\n return parent[propertyName];\n }\n return undefined\n };\n\n return \"<img src=\\\"\"\n + alias2(alias1(((stack1 = (depth0 != null ? lookupProperty(depth0,\"contact\") : depth0)) != null ? lookupProperty(stack1,\"avatar\") : stack1), depth0))\n + \"&size=32\\\" class=\\\"avatar\\\" srcset=\\\"\"\n + alias2(alias1(((stack1 = (depth0 != null ? lookupProperty(depth0,\"contact\") : depth0)) != null ? lookupProperty(stack1,\"avatar\") : stack1), depth0))\n + \"&size=32 1x, \"\n + alias2(alias1(((stack1 = (depth0 != null ? lookupProperty(depth0,\"contact\") : depth0)) != null ? lookupProperty(stack1,\"avatar\") : stack1), depth0))\n + \"&size=64 2x, \"\n + alias2(alias1(((stack1 = (depth0 != null ? lookupProperty(depth0,\"contact\") : depth0)) != null ? lookupProperty(stack1,\"avatar\") : stack1), depth0))\n + \"&size=128 4x\\\" alt=\\\"\\\">\\n\";\n},\"3\":function(container,depth0,helpers,partials,data) {\n return \"<div class=\\\"avatar\\\"></div>\\n\";\n},\"5\":function(container,depth0,helpers,partials,data) {\n var stack1, alias1=container.lambda, alias2=container.escapeExpression, lookupProperty = container.lookupProperty || function(parent, propertyName) {\n if (Object.prototype.hasOwnProperty.call(parent, propertyName)) {\n return parent[propertyName];\n }\n return undefined\n };\n\n return \"<a class=\\\"top-action\\\" href=\\\"\"\n + alias2(alias1(((stack1 = ((stack1 = (depth0 != null ? lookupProperty(depth0,\"contact\") : depth0)) != null ? lookupProperty(stack1,\"topAction\") : stack1)) != null ? lookupProperty(stack1,\"hyperlink\") : stack1), depth0))\n + \"\\\" title=\\\"\"\n + alias2(alias1(((stack1 = ((stack1 = (depth0 != null ? lookupProperty(depth0,\"contact\") : depth0)) != null ? lookupProperty(stack1,\"topAction\") : stack1)) != null ? lookupProperty(stack1,\"title\") : stack1), depth0))\n + \"\\\">\\n\t<img src=\\\"\"\n + alias2(alias1(((stack1 = ((stack1 = (depth0 != null ? lookupProperty(depth0,\"contact\") : depth0)) != null ? lookupProperty(stack1,\"topAction\") : stack1)) != null ? lookupProperty(stack1,\"icon\") : stack1), depth0))\n + \"\\\" alt=\\\"\"\n + alias2(alias1(((stack1 = ((stack1 = (depth0 != null ? lookupProperty(depth0,\"contact\") : depth0)) != null ? lookupProperty(stack1,\"topAction\") : stack1)) != null ? lookupProperty(stack1,\"title\") : stack1), depth0))\n + \"\\\">\\n</a>\\n\";\n},\"7\":function(container,depth0,helpers,partials,data) {\n var stack1, alias1=container.lambda, alias2=container.escapeExpression, lookupProperty = container.lookupProperty || function(parent, propertyName) {\n if (Object.prototype.hasOwnProperty.call(parent, propertyName)) {\n return parent[propertyName];\n }\n return undefined\n };\n\n return \"<a class=\\\"second-action\\\" href=\\\"\"\n + alias2(alias1(((stack1 = ((stack1 = (depth0 != null ? lookupProperty(depth0,\"contact\") : depth0)) != null ? lookupProperty(stack1,\"secondAction\") : stack1)) != null ? lookupProperty(stack1,\"hyperlink\") : stack1), depth0))\n + \"\\\" title=\\\"\"\n + alias2(alias1(((stack1 = ((stack1 = (depth0 != null ? lookupProperty(depth0,\"contact\") : depth0)) != null ? lookupProperty(stack1,\"secondAction\") : stack1)) != null ? lookupProperty(stack1,\"title\") : stack1), depth0))\n + \"\\\">\\n\t<img src=\\\"\"\n + alias2(alias1(((stack1 = ((stack1 = (depth0 != null ? lookupProperty(depth0,\"contact\") : depth0)) != null ? lookupProperty(stack1,\"secondAction\") : stack1)) != null ? lookupProperty(stack1,\"icon\") : stack1), depth0))\n + \"\\\" alt=\\\"\"\n + alias2(alias1(((stack1 = ((stack1 = (depth0 != null ? lookupProperty(depth0,\"contact\") : depth0)) != null ? lookupProperty(stack1,\"secondAction\") : stack1)) != null ? lookupProperty(stack1,\"title\") : stack1), depth0))\n + \"\\\">\\n</a>\\n\";\n},\"9\":function(container,depth0,helpers,partials,data) {\n var stack1, lookupProperty = container.lookupProperty || function(parent, propertyName) {\n if (Object.prototype.hasOwnProperty.call(parent, propertyName)) {\n return parent[propertyName];\n }\n return undefined\n };\n\n return \"\t<span class=\\\"other-actions icon-more\\\"></span>\\n\t<div class=\\\"menu popovermenu\\\">\\n\t\t<ul>\\n\"\n + ((stack1 = lookupProperty(helpers,\"each\").call(depth0 != null ? depth0 : (container.nullContext || {}),((stack1 = (depth0 != null ? lookupProperty(depth0,\"contact\") : depth0)) != null ? lookupProperty(stack1,\"actions\") : stack1),{\"name\":\"each\",\"hash\":{},\"fn\":container.program(10, data, 0),\"inverse\":container.noop,\"data\":data,\"loc\":{\"start\":{\"line\":24,\"column\":3},\"end\":{\"line\":31,\"column\":12}}})) != null ? stack1 : \"\")\n + \"\t\t</ul>\\n\t</div>\\n\";\n},\"10\":function(container,depth0,helpers,partials,data) {\n var helper, alias1=depth0 != null ? depth0 : (container.nullContext || {}), alias2=container.hooks.helperMissing, alias3=\"function\", alias4=container.escapeExpression, lookupProperty = container.lookupProperty || function(parent, propertyName) {\n if (Object.prototype.hasOwnProperty.call(parent, propertyName)) {\n return parent[propertyName];\n }\n return undefined\n };\n\n return \"\t\t\t<li>\\n\t\t\t\t<a href=\\\"\"\n + alias4(((helper = (helper = lookupProperty(helpers,\"hyperlink\") || (depth0 != null ? lookupProperty(depth0,\"hyperlink\") : depth0)) != null ? helper : alias2),(typeof helper === alias3 ? helper.call(alias1,{\"name\":\"hyperlink\",\"hash\":{},\"data\":data,\"loc\":{\"start\":{\"line\":26,\"column\":13},\"end\":{\"line\":26,\"column\":26}}}) : helper)))\n + \"\\\">\\n\t\t\t\t\t<img src=\\\"\"\n + alias4(((helper = (helper = lookupProperty(helpers,\"icon\") || (depth0 != null ? lookupProperty(depth0,\"icon\") : depth0)) != null ? helper : alias2),(typeof helper === alias3 ? helper.call(alias1,{\"name\":\"icon\",\"hash\":{},\"data\":data,\"loc\":{\"start\":{\"line\":27,\"column\":15},\"end\":{\"line\":27,\"column\":23}}}) : helper)))\n + \"\\\" alt=\\\"\\\">\\n\t\t\t\t\t<span>\"\n + alias4(((helper = (helper = lookupProperty(helpers,\"title\") || (depth0 != null ? lookupProperty(depth0,\"title\") : depth0)) != null ? helper : alias2),(typeof helper === alias3 ? helper.call(alias1,{\"name\":\"title\",\"hash\":{},\"data\":data,\"loc\":{\"start\":{\"line\":28,\"column\":11},\"end\":{\"line\":28,\"column\":20}}}) : helper)))\n + \"</span>\\n\t\t\t\t</a>\\n\t\t\t</li>\\n\";\n},\"compiler\":[8,\">= 4.3.0\"],\"main\":function(container,depth0,helpers,partials,data) {\n var stack1, alias1=depth0 != null ? depth0 : (container.nullContext || {}), alias2=container.lambda, alias3=container.escapeExpression, lookupProperty = container.lookupProperty || function(parent, propertyName) {\n if (Object.prototype.hasOwnProperty.call(parent, propertyName)) {\n return parent[propertyName];\n }\n return undefined\n };\n\n return ((stack1 = lookupProperty(helpers,\"if\").call(alias1,((stack1 = (depth0 != null ? lookupProperty(depth0,\"contact\") : depth0)) != null ? lookupProperty(stack1,\"avatar\") : stack1),{\"name\":\"if\",\"hash\":{},\"fn\":container.program(1, data, 0),\"inverse\":container.program(3, data, 0),\"data\":data,\"loc\":{\"start\":{\"line\":1,\"column\":0},\"end\":{\"line\":5,\"column\":7}}})) != null ? stack1 : \"\")\n + \"<div class=\\\"body\\\">\\n\t<div class=\\\"full-name\\\">\"\n + alias3(alias2(((stack1 = (depth0 != null ? lookupProperty(depth0,\"contact\") : depth0)) != null ? lookupProperty(stack1,\"fullName\") : stack1), depth0))\n + \"</div>\\n\t<div class=\\\"last-message\\\">\"\n + alias3(alias2(((stack1 = (depth0 != null ? lookupProperty(depth0,\"contact\") : depth0)) != null ? lookupProperty(stack1,\"lastMessage\") : stack1), depth0))\n + \"</div>\\n</div>\\n\"\n + ((stack1 = lookupProperty(helpers,\"if\").call(alias1,((stack1 = (depth0 != null ? lookupProperty(depth0,\"contact\") : depth0)) != null ? lookupProperty(stack1,\"topAction\") : stack1),{\"name\":\"if\",\"hash\":{},\"fn\":container.program(5, data, 0),\"inverse\":container.noop,\"data\":data,\"loc\":{\"start\":{\"line\":10,\"column\":0},\"end\":{\"line\":14,\"column\":7}}})) != null ? stack1 : \"\")\n + ((stack1 = lookupProperty(helpers,\"if\").call(alias1,((stack1 = (depth0 != null ? lookupProperty(depth0,\"contact\") : depth0)) != null ? lookupProperty(stack1,\"hasTwoActions\") : stack1),{\"name\":\"if\",\"hash\":{},\"fn\":container.program(7, data, 0),\"inverse\":container.noop,\"data\":data,\"loc\":{\"start\":{\"line\":15,\"column\":0},\"end\":{\"line\":19,\"column\":7}}})) != null ? stack1 : \"\")\n + ((stack1 = lookupProperty(helpers,\"if\").call(alias1,((stack1 = (depth0 != null ? lookupProperty(depth0,\"contact\") : depth0)) != null ? lookupProperty(stack1,\"hasManyActions\") : stack1),{\"name\":\"if\",\"hash\":{},\"fn\":container.program(9, data, 0),\"inverse\":container.noop,\"data\":data,\"loc\":{\"start\":{\"line\":20,\"column\":0},\"end\":{\"line\":34,\"column\":7}}})) != null ? stack1 : \"\");\n},\"useData\":true});","'use strict';\n\nexports.__esModule = true;\n\nvar _utils = require('../utils');\n\nexports['default'] = function (instance) {\n instance.registerHelper('blockHelperMissing', function (context, options) {\n var inverse = options.inverse,\n fn = options.fn;\n\n if (context === true) {\n return fn(this);\n } else if (context === false || context == null) {\n return inverse(this);\n } else if (_utils.isArray(context)) {\n if (context.length > 0) {\n if (options.ids) {\n options.ids = [options.name];\n }\n\n return instance.helpers.each(context, options);\n } else {\n return inverse(this);\n }\n } else {\n if (options.data && options.ids) {\n var data = _utils.createFrame(options.data);\n data.contextPath = _utils.appendContextPath(options.data.contextPath, options.name);\n options = { data: data };\n }\n\n return fn(context, options);\n }\n });\n};\n\nmodule.exports = exports['default'];\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uL2xpYi9oYW5kbGViYXJzL2hlbHBlcnMvYmxvY2staGVscGVyLW1pc3NpbmcuanMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6Ijs7OztxQkFBd0QsVUFBVTs7cUJBRW5ELFVBQVMsUUFBUSxFQUFFO0FBQ2hDLFVBQVEsQ0FBQyxjQUFjLENBQUMsb0JBQW9CLEVBQUUsVUFBUyxPQUFPLEVBQUUsT0FBTyxFQUFFO0FBQ3ZFLFFBQUksT0FBTyxHQUFHLE9BQU8sQ0FBQyxPQUFPO1FBQzNCLEVBQUUsR0FBRyxPQUFPLENBQUMsRUFBRSxDQUFDOztBQUVsQixRQUFJLE9BQU8sS0FBSyxJQUFJLEVBQUU7QUFDcEIsYUFBTyxFQUFFLENBQUMsSUFBSSxDQUFDLENBQUM7S0FDakIsTUFBTSxJQUFJLE9BQU8sS0FBSyxLQUFLLElBQUksT0FBTyxJQUFJLElBQUksRUFBRTtBQUMvQyxhQUFPLE9BQU8sQ0FBQyxJQUFJLENBQUMsQ0FBQztLQUN0QixNQUFNLElBQUksZUFBUSxPQUFPLENBQUMsRUFBRTtBQUMzQixVQUFJLE9BQU8sQ0FBQyxNQUFNLEdBQUcsQ0FBQyxFQUFFO0FBQ3RCLFlBQUksT0FBTyxDQUFDLEdBQUcsRUFBRTtBQUNmLGlCQUFPLENBQUMsR0FBRyxHQUFHLENBQUMsT0FBTyxDQUFDLElBQUksQ0FBQyxDQUFDO1NBQzlCOztBQUVELGVBQU8sUUFBUSxDQUFDLE9BQU8sQ0FBQyxJQUFJLENBQUMsT0FBTyxFQUFFLE9BQU8sQ0FBQyxDQUFDO09BQ2hELE1BQU07QUFDTCxlQUFPLE9BQU8sQ0FBQyxJQUFJLENBQUMsQ0FBQztPQUN0QjtLQUNGLE1BQU07QUFDTCxVQUFJLE9BQU8sQ0FBQyxJQUFJLElBQUksT0FBTyxDQUFDLEdBQUcsRUFBRTtBQUMvQixZQUFJLElBQUksR0FBRyxtQkFBWSxPQUFPLENBQUMsSUFBSSxDQUFDLENBQUM7QUFDckMsWUFBSSxDQUFDLFdBQVcsR0FBRyx5QkFDakIsT0FBTyxDQUFDLElBQUksQ0FBQyxXQUFXLEVBQ3hCLE9BQU8sQ0FBQyxJQUFJLENBQ2IsQ0FBQztBQUNGLGVBQU8sR0FBRyxFQUFFLElBQUksRUFBRSxJQUFJLEVBQUUsQ0FBQztPQUMxQjs7QUFFRCxhQUFPLEVBQUUsQ0FBQyxPQUFPLEVBQUUsT0FBTyxDQUFDLENBQUM7S0FDN0I7R0FDRixDQUFDLENBQUM7Q0FDSiIsImZpbGUiOiJibG9jay1oZWxwZXItbWlzc2luZy5qcyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IGFwcGVuZENvbnRleHRQYXRoLCBjcmVhdGVGcmFtZSwgaXNBcnJheSB9IGZyb20gJy4uL3V0aWxzJztcblxuZXhwb3J0IGRlZmF1bHQgZnVuY3Rpb24oaW5zdGFuY2UpIHtcbiAgaW5zdGFuY2UucmVnaXN0ZXJIZWxwZXIoJ2Jsb2NrSGVscGVyTWlzc2luZycsIGZ1bmN0aW9uKGNvbnRleHQsIG9wdGlvbnMpIHtcbiAgICBsZXQgaW52ZXJzZSA9IG9wdGlvbnMuaW52ZXJzZSxcbiAgICAgIGZuID0gb3B0aW9ucy5mbjtcblxuICAgIGlmIChjb250ZXh0ID09PSB0cnVlKSB7XG4gICAgICByZXR1cm4gZm4odGhpcyk7XG4gICAgfSBlbHNlIGlmIChjb250ZXh0ID09PSBmYWxzZSB8fCBjb250ZXh0ID09IG51bGwpIHtcbiAgICAgIHJldHVybiBpbnZlcnNlKHRoaXMpO1xuICAgIH0gZWxzZSBpZiAoaXNBcnJheShjb250ZXh0KSkge1xuICAgICAgaWYgKGNvbnRleHQubGVuZ3RoID4gMCkge1xuICAgICAgICBpZiAob3B0aW9ucy5pZHMpIHtcbiAgICAgICAgICBvcHRpb25zLmlkcyA9IFtvcHRpb25zLm5hbWVdO1xuICAgICAgICB9XG5cbiAgICAgICAgcmV0dXJuIGluc3RhbmNlLmhlbHBlcnMuZWFjaChjb250ZXh0LCBvcHRpb25zKTtcbiAgICAgIH0gZWxzZSB7XG4gICAgICAgIHJldHVybiBpbnZlcnNlKHRoaXMpO1xuICAgICAgfVxuICAgIH0gZWxzZSB7XG4gICAgICBpZiAob3B0aW9ucy5kYXRhICYmIG9wdGlvbnMuaWRzKSB7XG4gICAgICAgIGxldCBkYXRhID0gY3JlYXRlRnJhbWUob3B0aW9ucy5kYXRhKTtcbiAgICAgICAgZGF0YS5jb250ZXh0UGF0aCA9IGFwcGVuZENvbnRleHRQYXRoKFxuICAgICAgICAgIG9wdGlvbnMuZGF0YS5jb250ZXh0UGF0aCxcbiAgICAgICAgICBvcHRpb25zLm5hbWVcbiAgICAgICAgKTtcbiAgICAgICAgb3B0aW9ucyA9IHsgZGF0YTogZGF0YSB9O1xuICAgICAgfVxuXG4gICAgICByZXR1cm4gZm4oY29udGV4dCwgb3B0aW9ucyk7XG4gICAgfVxuICB9KTtcbn1cbiJdfQ==\n","'use strict';\n\nexports.__esModule = true;\n// istanbul ignore next\n\nfunction _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { 'default': obj }; }\n\nvar _utils = require('../utils');\n\nvar _exception = require('../exception');\n\nvar _exception2 = _interopRequireDefault(_exception);\n\nexports['default'] = function (instance) {\n instance.registerHelper('each', function (context, options) {\n if (!options) {\n throw new _exception2['default']('Must pass iterator to #each');\n }\n\n var fn = options.fn,\n inverse = options.inverse,\n i = 0,\n ret = '',\n data = undefined,\n contextPath = undefined;\n\n if (options.data && options.ids) {\n contextPath = _utils.appendContextPath(options.data.contextPath, options.ids[0]) + '.';\n }\n\n if (_utils.isFunction(context)) {\n context = context.call(this);\n }\n\n if (options.data) {\n data = _utils.createFrame(options.data);\n }\n\n function execIteration(field, index, last) {\n if (data) {\n data.key = field;\n data.index = index;\n data.first = index === 0;\n data.last = !!last;\n\n if (contextPath) {\n data.contextPath = contextPath + field;\n }\n }\n\n ret = ret + fn(context[field], {\n data: data,\n blockParams: _utils.blockParams([context[field], field], [contextPath + field, null])\n });\n }\n\n if (context && typeof context === 'object') {\n if (_utils.isArray(context)) {\n for (var j = context.length; i < j; i++) {\n if (i in context) {\n execIteration(i, i, i === context.length - 1);\n }\n }\n } else if (global.Symbol && context[global.Symbol.iterator]) {\n var newContext = [];\n var iterator = context[global.Symbol.iterator]();\n for (var it = iterator.next(); !it.done; it = iterator.next()) {\n newContext.push(it.value);\n }\n context = newContext;\n for (var j = context.length; i < j; i++) {\n execIteration(i, i, i === context.length - 1);\n }\n } else {\n (function () {\n var priorKey = undefined;\n\n Object.keys(context).forEach(function (key) {\n // We're running the iterations one step out of sync so we can detect\n // the last iteration without have to scan the object twice and create\n // an itermediate keys array.\n if (priorKey !== undefined) {\n execIteration(priorKey, i - 1);\n }\n priorKey = key;\n i++;\n });\n if (priorKey !== undefined) {\n execIteration(priorKey, i - 1, true);\n }\n })();\n }\n }\n\n if (i === 0) {\n ret = inverse(this);\n }\n\n return ret;\n });\n};\n\nmodule.exports = exports['default'];\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uL2xpYi9oYW5kbGViYXJzL2hlbHBlcnMvZWFjaC5qcyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiOzs7Ozs7O3FCQU1PLFVBQVU7O3lCQUNLLGNBQWM7Ozs7cUJBRXJCLFVBQVMsUUFBUSxFQUFFO0FBQ2hDLFVBQVEsQ0FBQyxjQUFjLENBQUMsTUFBTSxFQUFFLFVBQVMsT0FBTyxFQUFFLE9BQU8sRUFBRTtBQUN6RCxRQUFJLENBQUMsT0FBTyxFQUFFO0FBQ1osWUFBTSwyQkFBYyw2QkFBNkIsQ0FBQyxDQUFDO0tBQ3BEOztBQUVELFFBQUksRUFBRSxHQUFHLE9BQU8sQ0FBQyxFQUFFO1FBQ2pCLE9BQU8sR0FBRyxPQUFPLENBQUMsT0FBTztRQUN6QixDQUFDLEdBQUcsQ0FBQztRQUNMLEdBQUcsR0FBRyxFQUFFO1FBQ1IsSUFBSSxZQUFBO1FBQ0osV0FBVyxZQUFBLENBQUM7O0FBRWQsUUFBSSxPQUFPLENBQUMsSUFBSSxJQUFJLE9BQU8sQ0FBQyxHQUFHLEVBQUU7QUFDL0IsaUJBQVcsR0FDVCx5QkFBa0IsT0FBTyxDQUFDLElBQUksQ0FBQyxXQUFXLEVBQUUsT0FBTyxDQUFDLEdBQUcsQ0FBQyxDQUFDLENBQUMsQ0FBQyxHQUFHLEdBQUcsQ0FBQztLQUNyRTs7QUFFRCxRQUFJLGtCQUFXLE9BQU8sQ0FBQyxFQUFFO0FBQ3ZCLGFBQU8sR0FBRyxPQUFPLENBQUMsSUFBSSxDQUFDLElBQUksQ0FBQyxDQUFDO0tBQzlCOztBQUVELFFBQUksT0FBTyxDQUFDLElBQUksRUFBRTtBQUNoQixVQUFJLEdBQUcsbUJBQVksT0FBTyxDQUFDLElBQUksQ0FBQyxDQUFDO0tBQ2xDOztBQUVELGFBQVMsYUFBYSxDQUFDLEtBQUssRUFBRSxLQUFLLEVBQUUsSUFBSSxFQUFFO0FBQ3pDLFVBQUksSUFBSSxFQUFFO0FBQ1IsWUFBSSxDQUFDLEdBQUcsR0FBRyxLQUFLLENBQUM7QUFDakIsWUFBSSxDQUFDLEtBQUssR0FBRyxLQUFLLENBQUM7QUFDbkIsWUFBSSxDQUFDLEtBQUssR0FBRyxLQUFLLEtBQUssQ0FBQyxDQUFDO0FBQ3pCLFlBQUksQ0FBQyxJQUFJLEdBQUcsQ0FBQyxDQUFDLElBQUksQ0FBQzs7QUFFbkIsWUFBSSxXQUFXLEVBQUU7QUFDZixjQUFJLENBQUMsV0FBVyxHQUFHLFdBQVcsR0FBRyxLQUFLLENBQUM7U0FDeEM7T0FDRjs7QUFFRCxTQUFHLEdBQ0QsR0FBRyxHQUNILEVBQUUsQ0FBQyxPQUFPLENBQUMsS0FBSyxDQUFDLEVBQUU7QUFDakIsWUFBSSxFQUFFLElBQUk7QUFDVixtQkFBVyxFQUFFLG1CQUNYLENBQUMsT0FBTyxDQUFDLEtBQUssQ0FBQyxFQUFFLEtBQUssQ0FBQyxFQUN2QixDQUFDLFdBQVcsR0FBRyxLQUFLLEVBQUUsSUFBSSxDQUFDLENBQzVCO09BQ0YsQ0FBQyxDQUFDO0tBQ047O0FBRUQsUUFBSSxPQUFPLElBQUksT0FBTyxPQUFPLEtBQUssUUFBUSxFQUFFO0FBQzFDLFVBQUksZUFBUSxPQUFPLENBQUMsRUFBRTtBQUNwQixhQUFLLElBQUksQ0FBQyxHQUFHLE9BQU8sQ0FBQyxNQUFNLEVBQUUsQ0FBQyxHQUFHLENBQUMsRUFBRSxDQUFDLEVBQUUsRUFBRTtBQUN2QyxjQUFJLENBQUMsSUFBSSxPQUFPLEVBQUU7QUFDaEIseUJBQWEsQ0FBQyxDQUFDLEVBQUUsQ0FBQyxFQUFFLENBQUMsS0FBSyxPQUFPLENBQUMsTUFBTSxHQUFHLENBQUMsQ0FBQyxDQUFDO1dBQy9DO1NBQ0Y7T0FDRixNQUFNLElBQUksTUFBTSxDQUFDLE1BQU0sSUFBSSxPQUFPLENBQUMsTUFBTSxDQUFDLE1BQU0sQ0FBQyxRQUFRLENBQUMsRUFBRTtBQUMzRCxZQUFNLFVBQVUsR0FBRyxFQUFFLENBQUM7QUFDdEIsWUFBTSxRQUFRLEdBQUcsT0FBTyxDQUFDLE1BQU0sQ0FBQyxNQUFNLENBQUMsUUFBUSxDQUFDLEVBQUUsQ0FBQztBQUNuRCxhQUFLLElBQUksRUFBRSxHQUFHLFFBQVEsQ0FBQyxJQUFJLEVBQUUsRUFBRSxDQUFDLEVBQUUsQ0FBQyxJQUFJLEVBQUUsRUFBRSxHQUFHLFFBQVEsQ0FBQyxJQUFJLEVBQUUsRUFBRTtBQUM3RCxvQkFBVSxDQUFDLElBQUksQ0FBQyxFQUFFLENBQUMsS0FBSyxDQUFDLENBQUM7U0FDM0I7QUFDRCxlQUFPLEdBQUcsVUFBVSxDQUFDO0FBQ3JCLGFBQUssSUFBSSxDQUFDLEdBQUcsT0FBTyxDQUFDLE1BQU0sRUFBRSxDQUFDLEdBQUcsQ0FBQyxFQUFFLENBQUMsRUFBRSxFQUFFO0FBQ3ZDLHVCQUFhLENBQUMsQ0FBQyxFQUFFLENBQUMsRUFBRSxDQUFDLEtBQUssT0FBTyxDQUFDLE1BQU0sR0FBRyxDQUFDLENBQUMsQ0FBQztTQUMvQztPQUNGLE1BQU07O0FBQ0wsY0FBSSxRQUFRLFlBQUEsQ0FBQzs7QUFFYixnQkFBTSxDQUFDLElBQUksQ0FBQyxPQUFPLENBQUMsQ0FBQyxPQUFPLENBQUMsVUFBQSxHQUFHLEVBQUk7Ozs7QUFJbEMsZ0JBQUksUUFBUSxLQUFLLFNBQVMsRUFBRTtBQUMxQiwyQkFBYSxDQUFDLFFBQVEsRUFBRSxDQUFDLEdBQUcsQ0FBQyxDQUFDLENBQUM7YUFDaEM7QUFDRCxvQkFBUSxHQUFHLEdBQUcsQ0FBQztBQUNmLGFBQUMsRUFBRSxDQUFDO1dBQ0wsQ0FBQyxDQUFDO0FBQ0gsY0FBSSxRQUFRLEtBQUssU0FBUyxFQUFFO0FBQzFCLHlCQUFhLENBQUMsUUFBUSxFQUFFLENBQUMsR0FBRyxDQUFDLEVBQUUsSUFBSSxDQUFDLENBQUM7V0FDdEM7O09BQ0Y7S0FDRjs7QUFFRCxRQUFJLENBQUMsS0FBSyxDQUFDLEVBQUU7QUFDWCxTQUFHLEdBQUcsT0FBTyxDQUFDLElBQUksQ0FBQyxDQUFDO0tBQ3JCOztBQUVELFdBQU8sR0FBRyxDQUFDO0dBQ1osQ0FBQyxDQUFDO0NBQ0oiLCJmaWxlIjoiZWFjaC5qcyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7XG4gIGFwcGVuZENvbnRleHRQYXRoLFxuICBibG9ja1BhcmFtcyxcbiAgY3JlYXRlRnJhbWUsXG4gIGlzQXJyYXksXG4gIGlzRnVuY3Rpb25cbn0gZnJvbSAnLi4vdXRpbHMnO1xuaW1wb3J0IEV4Y2VwdGlvbiBmcm9tICcuLi9leGNlcHRpb24nO1xuXG5leHBvcnQgZGVmYXVsdCBmdW5jdGlvbihpbnN0YW5jZSkge1xuICBpbnN0YW5jZS5yZWdpc3RlckhlbHBlcignZWFjaCcsIGZ1bmN0aW9uKGNvbnRleHQsIG9wdGlvbnMpIHtcbiAgICBpZiAoIW9wdGlvbnMpIHtcbiAgICAgIHRocm93IG5ldyBFeGNlcHRpb24oJ011c3QgcGFzcyBpdGVyYXRvciB0byAjZWFjaCcpO1xuICAgIH1cblxuICAgIGxldCBmbiA9IG9wdGlvbnMuZm4sXG4gICAgICBpbnZlcnNlID0gb3B0aW9ucy5pbnZlcnNlLFxuICAgICAgaSA9IDAsXG4gICAgICByZXQgPSAnJyxcbiAgICAgIGRhdGEsXG4gICAgICBjb250ZXh0UGF0aDtcblxuICAgIGlmIChvcHRpb25zLmRhdGEgJiYgb3B0aW9ucy5pZHMpIHtcbiAgICAgIGNvbnRleHRQYXRoID1cbiAgICAgICAgYXBwZW5kQ29udGV4dFBhdGgob3B0aW9ucy5kYXRhLmNvbnRleHRQYXRoLCBvcHRpb25zLmlkc1swXSkgKyAnLic7XG4gICAgfVxuXG4gICAgaWYgKGlzRnVuY3Rpb24oY29udGV4dCkpIHtcbiAgICAgIGNvbnRleHQgPSBjb250ZXh0LmNhbGwodGhpcyk7XG4gICAgfVxuXG4gICAgaWYgKG9wdGlvbnMuZGF0YSkge1xuICAgICAgZGF0YSA9IGNyZWF0ZUZyYW1lKG9wdGlvbnMuZGF0YSk7XG4gICAgfVxuXG4gICAgZnVuY3Rpb24gZXhlY0l0ZXJhdGlvbihmaWVsZCwgaW5kZXgsIGxhc3QpIHtcbiAgICAgIGlmIChkYXRhKSB7XG4gICAgICAgIGRhdGEua2V5ID0gZmllbGQ7XG4gICAgICAgIGRhdGEuaW5kZXggPSBpbmRleDtcbiAgICAgICAgZGF0YS5maXJzdCA9IGluZGV4ID09PSAwO1xuICAgICAgICBkYXRhLmxhc3QgPSAhIWxhc3Q7XG5cbiAgICAgICAgaWYgKGNvbnRleHRQYXRoKSB7XG4gICAgICAgICAgZGF0YS5jb250ZXh0UGF0aCA9IGNvbnRleHRQYXRoICsgZmllbGQ7XG4gICAgICAgIH1cbiAgICAgIH1cblxuICAgICAgcmV0ID1cbiAgICAgICAgcmV0ICtcbiAgICAgICAgZm4oY29udGV4dFtmaWVsZF0sIHtcbiAgICAgICAgICBkYXRhOiBkYXRhLFxuICAgICAgICAgIGJsb2NrUGFyYW1zOiBibG9ja1BhcmFtcyhcbiAgICAgICAgICAgIFtjb250ZXh0W2ZpZWxkXSwgZmllbGRdLFxuICAgICAgICAgICAgW2NvbnRleHRQYXRoICsgZmllbGQsIG51bGxdXG4gICAgICAgICAgKVxuICAgICAgICB9KTtcbiAgICB9XG5cbiAgICBpZiAoY29udGV4dCAmJiB0eXBlb2YgY29udGV4dCA9PT0gJ29iamVjdCcpIHtcbiAgICAgIGlmIChpc0FycmF5KGNvbnRleHQpKSB7XG4gICAgICAgIGZvciAobGV0IGogPSBjb250ZXh0Lmxlbmd0aDsgaSA8IGo7IGkrKykge1xuICAgICAgICAgIGlmIChpIGluIGNvbnRleHQpIHtcbiAgICAgICAgICAgIGV4ZWNJdGVyYXRpb24oaSwgaSwgaSA9PT0gY29udGV4dC5sZW5ndGggLSAxKTtcbiAgICAgICAgICB9XG4gICAgICAgIH1cbiAgICAgIH0gZWxzZSBpZiAoZ2xvYmFsLlN5bWJvbCAmJiBjb250ZXh0W2dsb2JhbC5TeW1ib2wuaXRlcmF0b3JdKSB7XG4gICAgICAgIGNvbnN0IG5ld0NvbnRleHQgPSBbXTtcbiAgICAgICAgY29uc3QgaXRlcmF0b3IgPSBjb250ZXh0W2dsb2JhbC5TeW1ib2wuaXRlcmF0b3JdKCk7XG4gICAgICAgIGZvciAobGV0IGl0ID0gaXRlcmF0b3IubmV4dCgpOyAhaXQuZG9uZTsgaXQgPSBpdGVyYXRvci5uZXh0KCkpIHtcbiAgICAgICAgICBuZXdDb250ZXh0LnB1c2goaXQudmFsdWUpO1xuICAgICAgICB9XG4gICAgICAgIGNvbnRleHQgPSBuZXdDb250ZXh0O1xuICAgICAgICBmb3IgKGxldCBqID0gY29udGV4dC5sZW5ndGg7IGkgPCBqOyBpKyspIHtcbiAgICAgICAgICBleGVjSXRlcmF0aW9uKGksIGksIGkgPT09IGNvbnRleHQubGVuZ3RoIC0gMSk7XG4gICAgICAgIH1cbiAgICAgIH0gZWxzZSB7XG4gICAgICAgIGxldCBwcmlvcktleTtcblxuICAgICAgICBPYmplY3Qua2V5cyhjb250ZXh0KS5mb3JFYWNoKGtleSA9PiB7XG4gICAgICAgICAgLy8gV2UncmUgcnVubmluZyB0aGUgaXRlcmF0aW9ucyBvbmUgc3RlcCBvdXQgb2Ygc3luYyBzbyB3ZSBjYW4gZGV0ZWN0XG4gICAgICAgICAgLy8gdGhlIGxhc3QgaXRlcmF0aW9uIHdpdGhvdXQgaGF2ZSB0byBzY2FuIHRoZSBvYmplY3QgdHdpY2UgYW5kIGNyZWF0ZVxuICAgICAgICAgIC8vIGFuIGl0ZXJtZWRpYXRlIGtleXMgYXJyYXkuXG4gICAgICAgICAgaWYgKHByaW9yS2V5ICE9PSB1bmRlZmluZWQpIHtcbiAgICAgICAgICAgIGV4ZWNJdGVyYXRpb24ocHJpb3JLZXksIGkgLSAxKTtcbiAgICAgICAgICB9XG4gICAgICAgICAgcHJpb3JLZXkgPSBrZXk7XG4gICAgICAgICAgaSsrO1xuICAgICAgICB9KTtcbiAgICAgICAgaWYgKHByaW9yS2V5ICE9PSB1bmRlZmluZWQpIHtcbiAgICAgICAgICBleGVjSXRlcmF0aW9uKHByaW9yS2V5LCBpIC0gMSwgdHJ1ZSk7XG4gICAgICAgIH1cbiAgICAgIH1cbiAgICB9XG5cbiAgICBpZiAoaSA9PT0gMCkge1xuICAgICAgcmV0ID0gaW52ZXJzZSh0aGlzKTtcbiAgICB9XG5cbiAgICByZXR1cm4gcmV0O1xuICB9KTtcbn1cbiJdfQ==\n","'use strict';\n\nexports.__esModule = true;\n// istanbul ignore next\n\nfunction _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { 'default': obj }; }\n\nvar _exception = require('../exception');\n\nvar _exception2 = _interopRequireDefault(_exception);\n\nexports['default'] = function (instance) {\n instance.registerHelper('helperMissing', function () /* [args, ]options */{\n if (arguments.length === 1) {\n // A missing field in a {{foo}} construct.\n return undefined;\n } else {\n // Someone is actually trying to call something, blow up.\n throw new _exception2['default']('Missing helper: \"' + arguments[arguments.length - 1].name + '\"');\n }\n });\n};\n\nmodule.exports = exports['default'];\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uL2xpYi9oYW5kbGViYXJzL2hlbHBlcnMvaGVscGVyLW1pc3NpbmcuanMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6Ijs7Ozs7Ozt5QkFBc0IsY0FBYzs7OztxQkFFckIsVUFBUyxRQUFRLEVBQUU7QUFDaEMsVUFBUSxDQUFDLGNBQWMsQ0FBQyxlQUFlLEVBQUUsaUNBQWdDO0FBQ3ZFLFFBQUksU0FBUyxDQUFDLE1BQU0sS0FBSyxDQUFDLEVBQUU7O0FBRTFCLGFBQU8sU0FBUyxDQUFDO0tBQ2xCLE1BQU07O0FBRUwsWUFBTSwyQkFDSixtQkFBbUIsR0FBRyxTQUFTLENBQUMsU0FBUyxDQUFDLE1BQU0sR0FBRyxDQUFDLENBQUMsQ0FBQyxJQUFJLEdBQUcsR0FBRyxDQUNqRSxDQUFDO0tBQ0g7R0FDRixDQUFDLENBQUM7Q0FDSiIsImZpbGUiOiJoZWxwZXItbWlzc2luZy5qcyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCBFeGNlcHRpb24gZnJvbSAnLi4vZXhjZXB0aW9uJztcblxuZXhwb3J0IGRlZmF1bHQgZnVuY3Rpb24oaW5zdGFuY2UpIHtcbiAgaW5zdGFuY2UucmVnaXN0ZXJIZWxwZXIoJ2hlbHBlck1pc3NpbmcnLCBmdW5jdGlvbigvKiBbYXJncywgXW9wdGlvbnMgKi8pIHtcbiAgICBpZiAoYXJndW1lbnRzLmxlbmd0aCA9PT0gMSkge1xuICAgICAgLy8gQSBtaXNzaW5nIGZpZWxkIGluIGEge3tmb299fSBjb25zdHJ1Y3QuXG4gICAgICByZXR1cm4gdW5kZWZpbmVkO1xuICAgIH0gZWxzZSB7XG4gICAgICAvLyBTb21lb25lIGlzIGFjdHVhbGx5IHRyeWluZyB0byBjYWxsIHNvbWV0aGluZywgYmxvdyB1cC5cbiAgICAgIHRocm93IG5ldyBFeGNlcHRpb24oXG4gICAgICAgICdNaXNzaW5nIGhlbHBlcjogXCInICsgYXJndW1lbnRzW2FyZ3VtZW50cy5sZW5ndGggLSAxXS5uYW1lICsgJ1wiJ1xuICAgICAgKTtcbiAgICB9XG4gIH0pO1xufVxuIl19\n","'use strict';\n\nexports.__esModule = true;\n// istanbul ignore next\n\nfunction _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { 'default': obj }; }\n\nvar _utils = require('../utils');\n\nvar _exception = require('../exception');\n\nvar _exception2 = _interopRequireDefault(_exception);\n\nexports['default'] = function (instance) {\n instance.registerHelper('if', function (conditional, options) {\n if (arguments.length != 2) {\n throw new _exception2['default']('#if requires exactly one argument');\n }\n if (_utils.isFunction(conditional)) {\n conditional = conditional.call(this);\n }\n\n // Default behavior is to render the positive path if the value is truthy and not empty.\n // The `includeZero` option may be set to treat the condtional as purely not empty based on the\n // behavior of isEmpty. Effectively this determines if 0 is handled by the positive path or negative.\n if (!options.hash.includeZero && !conditional || _utils.isEmpty(conditional)) {\n return options.inverse(this);\n } else {\n return options.fn(this);\n }\n });\n\n instance.registerHelper('unless', function (conditional, options) {\n if (arguments.length != 2) {\n throw new _exception2['default']('#unless requires exactly one argument');\n }\n return instance.helpers['if'].call(this, conditional, {\n fn: options.inverse,\n inverse: options.fn,\n hash: options.hash\n });\n });\n};\n\nmodule.exports = exports['default'];\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uL2xpYi9oYW5kbGViYXJzL2hlbHBlcnMvaWYuanMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6Ijs7Ozs7OztxQkFBb0MsVUFBVTs7eUJBQ3hCLGNBQWM7Ozs7cUJBRXJCLFVBQVMsUUFBUSxFQUFFO0FBQ2hDLFVBQVEsQ0FBQyxjQUFjLENBQUMsSUFBSSxFQUFFLFVBQVMsV0FBVyxFQUFFLE9BQU8sRUFBRTtBQUMzRCxRQUFJLFNBQVMsQ0FBQyxNQUFNLElBQUksQ0FBQyxFQUFFO0FBQ3pCLFlBQU0sMkJBQWMsbUNBQW1DLENBQUMsQ0FBQztLQUMxRDtBQUNELFFBQUksa0JBQVcsV0FBVyxDQUFDLEVBQUU7QUFDM0IsaUJBQVcsR0FBRyxXQUFXLENBQUMsSUFBSSxDQUFDLElBQUksQ0FBQyxDQUFDO0tBQ3RDOzs7OztBQUtELFFBQUksQUFBQyxDQUFDLE9BQU8sQ0FBQyxJQUFJLENBQUMsV0FBVyxJQUFJLENBQUMsV0FBVyxJQUFLLGVBQVEsV0FBVyxDQUFDLEVBQUU7QUFDdkUsYUFBTyxPQUFPLENBQUMsT0FBTyxDQUFDLElBQUksQ0FBQyxDQUFDO0tBQzlCLE1BQU07QUFDTCxhQUFPLE9BQU8sQ0FBQyxFQUFFLENBQUMsSUFBSSxDQUFDLENBQUM7S0FDekI7R0FDRixDQUFDLENBQUM7O0FBRUgsVUFBUSxDQUFDLGNBQWMsQ0FBQyxRQUFRLEVBQUUsVUFBUyxXQUFXLEVBQUUsT0FBTyxFQUFFO0FBQy9ELFFBQUksU0FBUyxDQUFDLE1BQU0sSUFBSSxDQUFDLEVBQUU7QUFDekIsWUFBTSwyQkFBYyx1Q0FBdUMsQ0FBQyxDQUFDO0tBQzlEO0FBQ0QsV0FBTyxRQUFRLENBQUMsT0FBTyxDQUFDLElBQUksQ0FBQyxDQUFDLElBQUksQ0FBQyxJQUFJLEVBQUUsV0FBVyxFQUFFO0FBQ3BELFFBQUUsRUFBRSxPQUFPLENBQUMsT0FBTztBQUNuQixhQUFPLEVBQUUsT0FBTyxDQUFDLEVBQUU7QUFDbkIsVUFBSSxFQUFFLE9BQU8sQ0FBQyxJQUFJO0tBQ25CLENBQUMsQ0FBQztHQUNKLENBQUMsQ0FBQztDQUNKIiwiZmlsZSI6ImlmLmpzIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgaXNFbXB0eSwgaXNGdW5jdGlvbiB9IGZyb20gJy4uL3V0aWxzJztcbmltcG9ydCBFeGNlcHRpb24gZnJvbSAnLi4vZXhjZXB0aW9uJztcblxuZXhwb3J0IGRlZmF1bHQgZnVuY3Rpb24oaW5zdGFuY2UpIHtcbiAgaW5zdGFuY2UucmVnaXN0ZXJIZWxwZXIoJ2lmJywgZnVuY3Rpb24oY29uZGl0aW9uYWwsIG9wdGlvbnMpIHtcbiAgICBpZiAoYXJndW1lbnRzLmxlbmd0aCAhPSAyKSB7XG4gICAgICB0aHJvdyBuZXcgRXhjZXB0aW9uKCcjaWYgcmVxdWlyZXMgZXhhY3RseSBvbmUgYXJndW1lbnQnKTtcbiAgICB9XG4gICAgaWYgKGlzRnVuY3Rpb24oY29uZGl0aW9uYWwpKSB7XG4gICAgICBjb25kaXRpb25hbCA9IGNvbmRpdGlvbmFsLmNhbGwodGhpcyk7XG4gICAgfVxuXG4gICAgLy8gRGVmYXVsdCBiZWhhdmlvciBpcyB0byByZW5kZXIgdGhlIHBvc2l0aXZlIHBhdGggaWYgdGhlIHZhbHVlIGlzIHRydXRoeSBhbmQgbm90IGVtcHR5LlxuICAgIC8vIFRoZSBgaW5jbHVkZVplcm9gIG9wdGlvbiBtYXkgYmUgc2V0IHRvIHRyZWF0IHRoZSBjb25kdGlvbmFsIGFzIHB1cmVseSBub3QgZW1wdHkgYmFzZWQgb24gdGhlXG4gICAgLy8gYmVoYXZpb3Igb2YgaXNFbXB0eS4gRWZmZWN0aXZlbHkgdGhpcyBkZXRlcm1pbmVzIGlmIDAgaXMgaGFuZGxlZCBieSB0aGUgcG9zaXRpdmUgcGF0aCBvciBuZWdhdGl2ZS5cbiAgICBpZiAoKCFvcHRpb25zLmhhc2guaW5jbHVkZVplcm8gJiYgIWNvbmRpdGlvbmFsKSB8fCBpc0VtcHR5KGNvbmRpdGlvbmFsKSkge1xuICAgICAgcmV0dXJuIG9wdGlvbnMuaW52ZXJzZSh0aGlzKTtcbiAgICB9IGVsc2Uge1xuICAgICAgcmV0dXJuIG9wdGlvbnMuZm4odGhpcyk7XG4gICAgfVxuICB9KTtcblxuICBpbnN0YW5jZS5yZWdpc3RlckhlbHBlcigndW5sZXNzJywgZnVuY3Rpb24oY29uZGl0aW9uYWwsIG9wdGlvbnMpIHtcbiAgICBpZiAoYXJndW1lbnRzLmxlbmd0aCAhPSAyKSB7XG4gICAgICB0aHJvdyBuZXcgRXhjZXB0aW9uKCcjdW5sZXNzIHJlcXVpcmVzIGV4YWN0bHkgb25lIGFyZ3VtZW50Jyk7XG4gICAgfVxuICAgIHJldHVybiBpbnN0YW5jZS5oZWxwZXJzWydpZiddLmNhbGwodGhpcywgY29uZGl0aW9uYWwsIHtcbiAgICAgIGZuOiBvcHRpb25zLmludmVyc2UsXG4gICAgICBpbnZlcnNlOiBvcHRpb25zLmZuLFxuICAgICAgaGFzaDogb3B0aW9ucy5oYXNoXG4gICAgfSk7XG4gIH0pO1xufVxuIl19\n","'use strict';\n\nexports.__esModule = true;\n\nexports['default'] = function (instance) {\n instance.registerHelper('log', function () /* message, options */{\n var args = [undefined],\n options = arguments[arguments.length - 1];\n for (var i = 0; i < arguments.length - 1; i++) {\n args.push(arguments[i]);\n }\n\n var level = 1;\n if (options.hash.level != null) {\n level = options.hash.level;\n } else if (options.data && options.data.level != null) {\n level = options.data.level;\n }\n args[0] = level;\n\n instance.log.apply(instance, args);\n });\n};\n\nmodule.exports = exports['default'];\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uL2xpYi9oYW5kbGViYXJzL2hlbHBlcnMvbG9nLmpzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7Ozs7cUJBQWUsVUFBUyxRQUFRLEVBQUU7QUFDaEMsVUFBUSxDQUFDLGNBQWMsQ0FBQyxLQUFLLEVBQUUsa0NBQWlDO0FBQzlELFFBQUksSUFBSSxHQUFHLENBQUMsU0FBUyxDQUFDO1FBQ3BCLE9BQU8sR0FBRyxTQUFTLENBQUMsU0FBUyxDQUFDLE1BQU0sR0FBRyxDQUFDLENBQUMsQ0FBQztBQUM1QyxTQUFLLElBQUksQ0FBQyxHQUFHLENBQUMsRUFBRSxDQUFDLEdBQUcsU0FBUyxDQUFDLE1BQU0sR0FBRyxDQUFDLEVBQUUsQ0FBQyxFQUFFLEVBQUU7QUFDN0MsVUFBSSxDQUFDLElBQUksQ0FBQyxTQUFTLENBQUMsQ0FBQyxDQUFDLENBQUMsQ0FBQztLQUN6Qjs7QUFFRCxRQUFJLEtBQUssR0FBRyxDQUFDLENBQUM7QUFDZCxRQUFJLE9BQU8sQ0FBQyxJQUFJLENBQUMsS0FBSyxJQUFJLElBQUksRUFBRTtBQUM5QixXQUFLLEdBQUcsT0FBTyxDQUFDLElBQUksQ0FBQyxLQUFLLENBQUM7S0FDNUIsTUFBTSxJQUFJLE9BQU8sQ0FBQyxJQUFJLElBQUksT0FBTyxDQUFDLElBQUksQ0FBQyxLQUFLLElBQUksSUFBSSxFQUFFO0FBQ3JELFdBQUssR0FBRyxPQUFPLENBQUMsSUFBSSxDQUFDLEtBQUssQ0FBQztLQUM1QjtBQUNELFFBQUksQ0FBQyxDQUFDLENBQUMsR0FBRyxLQUFLLENBQUM7O0FBRWhCLFlBQVEsQ0FBQyxHQUFHLE1BQUEsQ0FBWixRQUFRLEVBQVEsSUFBSSxDQUFDLENBQUM7R0FDdkIsQ0FBQyxDQUFDO0NBQ0oiLCJmaWxlIjoibG9nLmpzIiwic291cmNlc0NvbnRlbnQiOlsiZXhwb3J0IGRlZmF1bHQgZnVuY3Rpb24oaW5zdGFuY2UpIHtcbiAgaW5zdGFuY2UucmVnaXN0ZXJIZWxwZXIoJ2xvZycsIGZ1bmN0aW9uKC8qIG1lc3NhZ2UsIG9wdGlvbnMgKi8pIHtcbiAgICBsZXQgYXJncyA9IFt1bmRlZmluZWRdLFxuICAgICAgb3B0aW9ucyA9IGFyZ3VtZW50c1thcmd1bWVudHMubGVuZ3RoIC0gMV07XG4gICAgZm9yIChsZXQgaSA9IDA7IGkgPCBhcmd1bWVudHMubGVuZ3RoIC0gMTsgaSsrKSB7XG4gICAgICBhcmdzLnB1c2goYXJndW1lbnRzW2ldKTtcbiAgICB9XG5cbiAgICBsZXQgbGV2ZWwgPSAxO1xuICAgIGlmIChvcHRpb25zLmhhc2gubGV2ZWwgIT0gbnVsbCkge1xuICAgICAgbGV2ZWwgPSBvcHRpb25zLmhhc2gubGV2ZWw7XG4gICAgfSBlbHNlIGlmIChvcHRpb25zLmRhdGEgJiYgb3B0aW9ucy5kYXRhLmxldmVsICE9IG51bGwpIHtcbiAgICAgIGxldmVsID0gb3B0aW9ucy5kYXRhLmxldmVsO1xuICAgIH1cbiAgICBhcmdzWzBdID0gbGV2ZWw7XG5cbiAgICBpbnN0YW5jZS5sb2coLi4uYXJncyk7XG4gIH0pO1xufVxuIl19\n","'use strict';\n\nexports.__esModule = true;\n\nexports['default'] = function (instance) {\n instance.registerHelper('lookup', function (obj, field, options) {\n if (!obj) {\n // Note for 5.0: Change to \"obj == null\" in 5.0\n return obj;\n }\n return options.lookupProperty(obj, field);\n });\n};\n\nmodule.exports = exports['default'];\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uL2xpYi9oYW5kbGViYXJzL2hlbHBlcnMvbG9va3VwLmpzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7Ozs7cUJBQWUsVUFBUyxRQUFRLEVBQUU7QUFDaEMsVUFBUSxDQUFDLGNBQWMsQ0FBQyxRQUFRLEVBQUUsVUFBUyxHQUFHLEVBQUUsS0FBSyxFQUFFLE9BQU8sRUFBRTtBQUM5RCxRQUFJLENBQUMsR0FBRyxFQUFFOztBQUVSLGFBQU8sR0FBRyxDQUFDO0tBQ1o7QUFDRCxXQUFPLE9BQU8sQ0FBQyxjQUFjLENBQUMsR0FBRyxFQUFFLEtBQUssQ0FBQyxDQUFDO0dBQzNDLENBQUMsQ0FBQztDQUNKIiwiZmlsZSI6Imxvb2t1cC5qcyIsInNvdXJjZXNDb250ZW50IjpbImV4cG9ydCBkZWZhdWx0IGZ1bmN0aW9uKGluc3RhbmNlKSB7XG4gIGluc3RhbmNlLnJlZ2lzdGVySGVscGVyKCdsb29rdXAnLCBmdW5jdGlvbihvYmosIGZpZWxkLCBvcHRpb25zKSB7XG4gICAgaWYgKCFvYmopIHtcbiAgICAgIC8vIE5vdGUgZm9yIDUuMDogQ2hhbmdlIHRvIFwib2JqID09IG51bGxcIiBpbiA1LjBcbiAgICAgIHJldHVybiBvYmo7XG4gICAgfVxuICAgIHJldHVybiBvcHRpb25zLmxvb2t1cFByb3BlcnR5KG9iaiwgZmllbGQpO1xuICB9KTtcbn1cbiJdfQ==\n","'use strict';\n\nexports.__esModule = true;\n// istanbul ignore next\n\nfunction _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { 'default': obj }; }\n\nvar _utils = require('../utils');\n\nvar _exception = require('../exception');\n\nvar _exception2 = _interopRequireDefault(_exception);\n\nexports['default'] = function (instance) {\n instance.registerHelper('with', function (context, options) {\n if (arguments.length != 2) {\n throw new _exception2['default']('#with requires exactly one argument');\n }\n if (_utils.isFunction(context)) {\n context = context.call(this);\n }\n\n var fn = options.fn;\n\n if (!_utils.isEmpty(context)) {\n var data = options.data;\n if (options.data && options.ids) {\n data = _utils.createFrame(options.data);\n data.contextPath = _utils.appendContextPath(options.data.contextPath, options.ids[0]);\n }\n\n return fn(context, {\n data: data,\n blockParams: _utils.blockParams([context], [data && data.contextPath])\n });\n } else {\n return options.inverse(this);\n }\n });\n};\n\nmodule.exports = exports['default'];\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uL2xpYi9oYW5kbGViYXJzL2hlbHBlcnMvd2l0aC5qcyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiOzs7Ozs7O3FCQU1PLFVBQVU7O3lCQUNLLGNBQWM7Ozs7cUJBRXJCLFVBQVMsUUFBUSxFQUFFO0FBQ2hDLFVBQVEsQ0FBQyxjQUFjLENBQUMsTUFBTSxFQUFFLFVBQVMsT0FBTyxFQUFFLE9BQU8sRUFBRTtBQUN6RCxRQUFJLFNBQVMsQ0FBQyxNQUFNLElBQUksQ0FBQyxFQUFFO0FBQ3pCLFlBQU0sMkJBQWMscUNBQXFDLENBQUMsQ0FBQztLQUM1RDtBQUNELFFBQUksa0JBQVcsT0FBTyxDQUFDLEVBQUU7QUFDdkIsYUFBTyxHQUFHLE9BQU8sQ0FBQyxJQUFJLENBQUMsSUFBSSxDQUFDLENBQUM7S0FDOUI7O0FBRUQsUUFBSSxFQUFFLEdBQUcsT0FBTyxDQUFDLEVBQUUsQ0FBQzs7QUFFcEIsUUFBSSxDQUFDLGVBQVEsT0FBTyxDQUFDLEVBQUU7QUFDckIsVUFBSSxJQUFJLEdBQUcsT0FBTyxDQUFDLElBQUksQ0FBQztBQUN4QixVQUFJLE9BQU8sQ0FBQyxJQUFJLElBQUksT0FBTyxDQUFDLEdBQUcsRUFBRTtBQUMvQixZQUFJLEdBQUcsbUJBQVksT0FBTyxDQUFDLElBQUksQ0FBQyxDQUFDO0FBQ2pDLFlBQUksQ0FBQyxXQUFXLEdBQUcseUJBQ2pCLE9BQU8sQ0FBQyxJQUFJLENBQUMsV0FBVyxFQUN4QixPQUFPLENBQUMsR0FBRyxDQUFDLENBQUMsQ0FBQyxDQUNmLENBQUM7T0FDSDs7QUFFRCxhQUFPLEVBQUUsQ0FBQyxPQUFPLEVBQUU7QUFDakIsWUFBSSxFQUFFLElBQUk7QUFDVixtQkFBVyxFQUFFLG1CQUFZLENBQUMsT0FBTyxDQUFDLEVBQUUsQ0FBQyxJQUFJLElBQUksSUFBSSxDQUFDLFdBQVcsQ0FBQyxDQUFDO09BQ2hFLENBQUMsQ0FBQztLQUNKLE1BQU07QUFDTCxhQUFPLE9BQU8sQ0FBQyxPQUFPLENBQUMsSUFBSSxDQUFDLENBQUM7S0FDOUI7R0FDRixDQUFDLENBQUM7Q0FDSiIsImZpbGUiOiJ3aXRoLmpzIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHtcbiAgYXBwZW5kQ29udGV4dFBhdGgsXG4gIGJsb2NrUGFyYW1zLFxuICBjcmVhdGVGcmFtZSxcbiAgaXNFbXB0eSxcbiAgaXNGdW5jdGlvblxufSBmcm9tICcuLi91dGlscyc7XG5pbXBvcnQgRXhjZXB0aW9uIGZyb20gJy4uL2V4Y2VwdGlvbic7XG5cbmV4cG9ydCBkZWZhdWx0IGZ1bmN0aW9uKGluc3RhbmNlKSB7XG4gIGluc3RhbmNlLnJlZ2lzdGVySGVscGVyKCd3aXRoJywgZnVuY3Rpb24oY29udGV4dCwgb3B0aW9ucykge1xuICAgIGlmIChhcmd1bWVudHMubGVuZ3RoICE9IDIpIHtcbiAgICAgIHRocm93IG5ldyBFeGNlcHRpb24oJyN3aXRoIHJlcXVpcmVzIGV4YWN0bHkgb25lIGFyZ3VtZW50Jyk7XG4gICAgfVxuICAgIGlmIChpc0Z1bmN0aW9uKGNvbnRleHQpKSB7XG4gICAgICBjb250ZXh0ID0gY29udGV4dC5jYWxsKHRoaXMpO1xuICAgIH1cblxuICAgIGxldCBmbiA9IG9wdGlvbnMuZm47XG5cbiAgICBpZiAoIWlzRW1wdHkoY29udGV4dCkpIHtcbiAgICAgIGxldCBkYXRhID0gb3B0aW9ucy5kYXRhO1xuICAgICAgaWYgKG9wdGlvbnMuZGF0YSAmJiBvcHRpb25zLmlkcykge1xuICAgICAgICBkYXRhID0gY3JlYXRlRnJhbWUob3B0aW9ucy5kYXRhKTtcbiAgICAgICAgZGF0YS5jb250ZXh0UGF0aCA9IGFwcGVuZENvbnRleHRQYXRoKFxuICAgICAgICAgIG9wdGlvbnMuZGF0YS5jb250ZXh0UGF0aCxcbiAgICAgICAgICBvcHRpb25zLmlkc1swXVxuICAgICAgICApO1xuICAgICAgfVxuXG4gICAgICByZXR1cm4gZm4oY29udGV4dCwge1xuICAgICAgICBkYXRhOiBkYXRhLFxuICAgICAgICBibG9ja1BhcmFtczogYmxvY2tQYXJhbXMoW2NvbnRleHRdLCBbZGF0YSAmJiBkYXRhLmNvbnRleHRQYXRoXSlcbiAgICAgIH0pO1xuICAgIH0gZWxzZSB7XG4gICAgICByZXR1cm4gb3B0aW9ucy5pbnZlcnNlKHRoaXMpO1xuICAgIH1cbiAgfSk7XG59XG4iXX0=\n","'use strict';\n\nexports.__esModule = true;\nexports.registerDefaultDecorators = registerDefaultDecorators;\n// istanbul ignore next\n\nfunction _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { 'default': obj }; }\n\nvar _decoratorsInline = require('./decorators/inline');\n\nvar _decoratorsInline2 = _interopRequireDefault(_decoratorsInline);\n\nfunction registerDefaultDecorators(instance) {\n _decoratorsInline2['default'](instance);\n}\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uL2xpYi9oYW5kbGViYXJzL2RlY29yYXRvcnMuanMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6Ijs7Ozs7Ozs7Z0NBQTJCLHFCQUFxQjs7OztBQUV6QyxTQUFTLHlCQUF5QixDQUFDLFFBQVEsRUFBRTtBQUNsRCxnQ0FBZSxRQUFRLENBQUMsQ0FBQztDQUMxQiIsImZpbGUiOiJkZWNvcmF0b3JzLmpzIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHJlZ2lzdGVySW5saW5lIGZyb20gJy4vZGVjb3JhdG9ycy9pbmxpbmUnO1xuXG5leHBvcnQgZnVuY3Rpb24gcmVnaXN0ZXJEZWZhdWx0RGVjb3JhdG9ycyhpbnN0YW5jZSkge1xuICByZWdpc3RlcklubGluZShpbnN0YW5jZSk7XG59XG4iXX0=\n","'use strict';\n\nexports.__esModule = true;\n\nvar _utils = require('../utils');\n\nexports['default'] = function (instance) {\n instance.registerDecorator('inline', function (fn, props, container, options) {\n var ret = fn;\n if (!props.partials) {\n props.partials = {};\n ret = function (context, options) {\n // Create a new partials stack frame prior to exec.\n var original = container.partials;\n container.partials = _utils.extend({}, original, props.partials);\n var ret = fn(context, options);\n container.partials = original;\n return ret;\n };\n }\n\n props.partials[options.args[0]] = options.fn;\n\n return ret;\n });\n};\n\nmodule.exports = exports['default'];\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uL2xpYi9oYW5kbGViYXJzL2RlY29yYXRvcnMvaW5saW5lLmpzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7Ozs7cUJBQXVCLFVBQVU7O3FCQUVsQixVQUFTLFFBQVEsRUFBRTtBQUNoQyxVQUFRLENBQUMsaUJBQWlCLENBQUMsUUFBUSxFQUFFLFVBQVMsRUFBRSxFQUFFLEtBQUssRUFBRSxTQUFTLEVBQUUsT0FBTyxFQUFFO0FBQzNFLFFBQUksR0FBRyxHQUFHLEVBQUUsQ0FBQztBQUNiLFFBQUksQ0FBQyxLQUFLLENBQUMsUUFBUSxFQUFFO0FBQ25CLFdBQUssQ0FBQyxRQUFRLEdBQUcsRUFBRSxDQUFDO0FBQ3BCLFNBQUcsR0FBRyxVQUFTLE9BQU8sRUFBRSxPQUFPLEVBQUU7O0FBRS9CLFlBQUksUUFBUSxHQUFHLFNBQVMsQ0FBQyxRQUFRLENBQUM7QUFDbEMsaUJBQVMsQ0FBQyxRQUFRLEdBQUcsY0FBTyxFQUFFLEVBQUUsUUFBUSxFQUFFLEtBQUssQ0FBQyxRQUFRLENBQUMsQ0FBQztBQUMxRCxZQUFJLEdBQUcsR0FBRyxFQUFFLENBQUMsT0FBTyxFQUFFLE9BQU8sQ0FBQyxDQUFDO0FBQy9CLGlCQUFTLENBQUMsUUFBUSxHQUFHLFFBQVEsQ0FBQztBQUM5QixlQUFPLEdBQUcsQ0FBQztPQUNaLENBQUM7S0FDSDs7QUFFRCxTQUFLLENBQUMsUUFBUSxDQUFDLE9BQU8sQ0FBQyxJQUFJLENBQUMsQ0FBQyxDQUFDLENBQUMsR0FBRyxPQUFPLENBQUMsRUFBRSxDQUFDOztBQUU3QyxXQUFPLEdBQUcsQ0FBQztHQUNaLENBQUMsQ0FBQztDQUNKIiwiZmlsZSI6ImlubGluZS5qcyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IGV4dGVuZCB9IGZyb20gJy4uL3V0aWxzJztcblxuZXhwb3J0IGRlZmF1bHQgZnVuY3Rpb24oaW5zdGFuY2UpIHtcbiAgaW5zdGFuY2UucmVnaXN0ZXJEZWNvcmF0b3IoJ2lubGluZScsIGZ1bmN0aW9uKGZuLCBwcm9wcywgY29udGFpbmVyLCBvcHRpb25zKSB7XG4gICAgbGV0IHJldCA9IGZuO1xuICAgIGlmICghcHJvcHMucGFydGlhbHMpIHtcbiAgICAgIHByb3BzLnBhcnRpYWxzID0ge307XG4gICAgICByZXQgPSBmdW5jdGlvbihjb250ZXh0LCBvcHRpb25zKSB7XG4gICAgICAgIC8vIENyZWF0ZSBhIG5ldyBwYXJ0aWFscyBzdGFjayBmcmFtZSBwcmlvciB0byBleGVjLlxuICAgICAgICBsZXQgb3JpZ2luYWwgPSBjb250YWluZXIucGFydGlhbHM7XG4gICAgICAgIGNvbnRhaW5lci5wYXJ0aWFscyA9IGV4dGVuZCh7fSwgb3JpZ2luYWwsIHByb3BzLnBhcnRpYWxzKTtcbiAgICAgICAgbGV0IHJldCA9IGZuKGNvbnRleHQsIG9wdGlvbnMpO1xuICAgICAgICBjb250YWluZXIucGFydGlhbHMgPSBvcmlnaW5hbDtcbiAgICAgICAgcmV0dXJuIHJldDtcbiAgICAgIH07XG4gICAgfVxuXG4gICAgcHJvcHMucGFydGlhbHNbb3B0aW9ucy5hcmdzWzBdXSA9IG9wdGlvbnMuZm47XG5cbiAgICByZXR1cm4gcmV0O1xuICB9KTtcbn1cbiJdfQ==\n","'use strict';\n\nexports.__esModule = true;\nexports.createNewLookupObject = createNewLookupObject;\n\nvar _utils = require('../utils');\n\n/**\n * Create a new object with \"null\"-prototype to avoid truthy results on prototype properties.\n * The resulting object can be used with \"object[property]\" to check if a property exists\n * @param {...object} sources a varargs parameter of source objects that will be merged\n * @returns {object}\n */\n\nfunction createNewLookupObject() {\n for (var _len = arguments.length, sources = Array(_len), _key = 0; _key < _len; _key++) {\n sources[_key] = arguments[_key];\n }\n\n return _utils.extend.apply(undefined, [Object.create(null)].concat(sources));\n}\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uL2xpYi9oYW5kbGViYXJzL2ludGVybmFsL2NyZWF0ZS1uZXctbG9va3VwLW9iamVjdC5qcyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiOzs7OztxQkFBdUIsVUFBVTs7Ozs7Ozs7O0FBUTFCLFNBQVMscUJBQXFCLEdBQWE7b0NBQVQsT0FBTztBQUFQLFdBQU87OztBQUM5QyxTQUFPLGdDQUFPLE1BQU0sQ0FBQyxNQUFNLENBQUMsSUFBSSxDQUFDLFNBQUssT0FBTyxFQUFDLENBQUM7Q0FDaEQiLCJmaWxlIjoiY3JlYXRlLW5ldy1sb29rdXAtb2JqZWN0LmpzIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgZXh0ZW5kIH0gZnJvbSAnLi4vdXRpbHMnO1xuXG4vKipcbiAqIENyZWF0ZSBhIG5ldyBvYmplY3Qgd2l0aCBcIm51bGxcIi1wcm90b3R5cGUgdG8gYXZvaWQgdHJ1dGh5IHJlc3VsdHMgb24gcHJvdG90eXBlIHByb3BlcnRpZXMuXG4gKiBUaGUgcmVzdWx0aW5nIG9iamVjdCBjYW4gYmUgdXNlZCB3aXRoIFwib2JqZWN0W3Byb3BlcnR5XVwiIHRvIGNoZWNrIGlmIGEgcHJvcGVydHkgZXhpc3RzXG4gKiBAcGFyYW0gey4uLm9iamVjdH0gc291cmNlcyBhIHZhcmFyZ3MgcGFyYW1ldGVyIG9mIHNvdXJjZSBvYmplY3RzIHRoYXQgd2lsbCBiZSBtZXJnZWRcbiAqIEByZXR1cm5zIHtvYmplY3R9XG4gKi9cbmV4cG9ydCBmdW5jdGlvbiBjcmVhdGVOZXdMb29rdXBPYmplY3QoLi4uc291cmNlcykge1xuICByZXR1cm4gZXh0ZW5kKE9iamVjdC5jcmVhdGUobnVsbCksIC4uLnNvdXJjZXMpO1xufVxuIl19\n","// Build out our basic SafeString type\n'use strict';\n\nexports.__esModule = true;\nfunction SafeString(string) {\n this.string = string;\n}\n\nSafeString.prototype.toString = SafeString.prototype.toHTML = function () {\n return '' + this.string;\n};\n\nexports['default'] = SafeString;\nmodule.exports = exports['default'];\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uL2xpYi9oYW5kbGViYXJzL3NhZmUtc3RyaW5nLmpzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7Ozs7QUFDQSxTQUFTLFVBQVUsQ0FBQyxNQUFNLEVBQUU7QUFDMUIsTUFBSSxDQUFDLE1BQU0sR0FBRyxNQUFNLENBQUM7Q0FDdEI7O0FBRUQsVUFBVSxDQUFDLFNBQVMsQ0FBQyxRQUFRLEdBQUcsVUFBVSxDQUFDLFNBQVMsQ0FBQyxNQUFNLEdBQUcsWUFBVztBQUN2RSxTQUFPLEVBQUUsR0FBRyxJQUFJLENBQUMsTUFBTSxDQUFDO0NBQ3pCLENBQUM7O3FCQUVhLFVBQVUiLCJmaWxlIjoic2FmZS1zdHJpbmcuanMiLCJzb3VyY2VzQ29udGVudCI6WyIvLyBCdWlsZCBvdXQgb3VyIGJhc2ljIFNhZmVTdHJpbmcgdHlwZVxuZnVuY3Rpb24gU2FmZVN0cmluZyhzdHJpbmcpIHtcbiAgdGhpcy5zdHJpbmcgPSBzdHJpbmc7XG59XG5cblNhZmVTdHJpbmcucHJvdG90eXBlLnRvU3RyaW5nID0gU2FmZVN0cmluZy5wcm90b3R5cGUudG9IVE1MID0gZnVuY3Rpb24oKSB7XG4gIHJldHVybiAnJyArIHRoaXMuc3RyaW5nO1xufTtcblxuZXhwb3J0IGRlZmF1bHQgU2FmZVN0cmluZztcbiJdfQ==\n","'use strict';\n\nexports.__esModule = true;\nexports.checkRevision = checkRevision;\nexports.template = template;\nexports.wrapProgram = wrapProgram;\nexports.resolvePartial = resolvePartial;\nexports.invokePartial = invokePartial;\nexports.noop = noop;\n// istanbul ignore next\n\nfunction _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { 'default': obj }; }\n\n// istanbul ignore next\n\nfunction _interopRequireWildcard(obj) { if (obj && obj.__esModule) { return obj; } else { var newObj = {}; if (obj != null) { for (var key in obj) { if (Object.prototype.hasOwnProperty.call(obj, key)) newObj[key] = obj[key]; } } newObj['default'] = obj; return newObj; } }\n\nvar _utils = require('./utils');\n\nvar Utils = _interopRequireWildcard(_utils);\n\nvar _exception = require('./exception');\n\nvar _exception2 = _interopRequireDefault(_exception);\n\nvar _base = require('./base');\n\nvar _helpers = require('./helpers');\n\nvar _internalWrapHelper = require('./internal/wrapHelper');\n\nvar _internalProtoAccess = require('./internal/proto-access');\n\nfunction checkRevision(compilerInfo) {\n var compilerRevision = compilerInfo && compilerInfo[0] || 1,\n currentRevision = _base.COMPILER_REVISION;\n\n if (compilerRevision >= _base.LAST_COMPATIBLE_COMPILER_REVISION && compilerRevision <= _base.COMPILER_REVISION) {\n return;\n }\n\n if (compilerRevision < _base.LAST_COMPATIBLE_COMPILER_REVISION) {\n var runtimeVersions = _base.REVISION_CHANGES[currentRevision],\n compilerVersions = _base.REVISION_CHANGES[compilerRevision];\n throw new _exception2['default']('Template was precompiled with an older version of Handlebars than the current runtime. ' + 'Please update your precompiler to a newer version (' + runtimeVersions + ') or downgrade your runtime to an older version (' + compilerVersions + ').');\n } else {\n // Use the embedded version info since the runtime doesn't know about this revision yet\n throw new _exception2['default']('Template was precompiled with a newer version of Handlebars than the current runtime. ' + 'Please update your runtime to a newer version (' + compilerInfo[1] + ').');\n }\n}\n\nfunction template(templateSpec, env) {\n /* istanbul ignore next */\n if (!env) {\n throw new _exception2['default']('No environment passed to template');\n }\n if (!templateSpec || !templateSpec.main) {\n throw new _exception2['default']('Unknown template object: ' + typeof templateSpec);\n }\n\n templateSpec.main.decorator = templateSpec.main_d;\n\n // Note: Using env.VM references rather than local var references throughout this section to allow\n // for external users to override these as pseudo-supported APIs.\n env.VM.checkRevision(templateSpec.compiler);\n\n // backwards compatibility for precompiled templates with compiler-version 7 (<4.3.0)\n var templateWasPrecompiledWithCompilerV7 = templateSpec.compiler && templateSpec.compiler[0] === 7;\n\n function invokePartialWrapper(partial, context, options) {\n if (options.hash) {\n context = Utils.extend({}, context, options.hash);\n if (options.ids) {\n options.ids[0] = true;\n }\n }\n partial = env.VM.resolvePartial.call(this, partial, context, options);\n\n var extendedOptions = Utils.extend({}, options, {\n hooks: this.hooks,\n protoAccessControl: this.protoAccessControl\n });\n\n var result = env.VM.invokePartial.call(this, partial, context, extendedOptions);\n\n if (result == null && env.compile) {\n options.partials[options.name] = env.compile(partial, templateSpec.compilerOptions, env);\n result = options.partials[options.name](context, extendedOptions);\n }\n if (result != null) {\n if (options.indent) {\n var lines = result.split('\\n');\n for (var i = 0, l = lines.length; i < l; i++) {\n if (!lines[i] && i + 1 === l) {\n break;\n }\n\n lines[i] = options.indent + lines[i];\n }\n result = lines.join('\\n');\n }\n return result;\n } else {\n throw new _exception2['default']('The partial ' + options.name + ' could not be compiled when running in runtime-only mode');\n }\n }\n\n // Just add water\n var container = {\n strict: function strict(obj, name, loc) {\n if (!obj || !(name in obj)) {\n throw new _exception2['default']('\"' + name + '\" not defined in ' + obj, {\n loc: loc\n });\n }\n return container.lookupProperty(obj, name);\n },\n lookupProperty: function lookupProperty(parent, propertyName) {\n var result = parent[propertyName];\n if (result == null) {\n return result;\n }\n if (Object.prototype.hasOwnProperty.call(parent, propertyName)) {\n return result;\n }\n\n if (_internalProtoAccess.resultIsAllowed(result, container.protoAccessControl, propertyName)) {\n return result;\n }\n return undefined;\n },\n lookup: function lookup(depths, name) {\n var len = depths.length;\n for (var i = 0; i < len; i++) {\n var result = depths[i] && container.lookupProperty(depths[i], name);\n if (result != null) {\n return depths[i][name];\n }\n }\n },\n lambda: function lambda(current, context) {\n return typeof current === 'function' ? current.call(context) : current;\n },\n\n escapeExpression: Utils.escapeExpression,\n invokePartial: invokePartialWrapper,\n\n fn: function fn(i) {\n var ret = templateSpec[i];\n ret.decorator = templateSpec[i + '_d'];\n return ret;\n },\n\n programs: [],\n program: function program(i, data, declaredBlockParams, blockParams, depths) {\n var programWrapper = this.programs[i],\n fn = this.fn(i);\n if (data || depths || blockParams || declaredBlockParams) {\n programWrapper = wrapProgram(this, i, fn, data, declaredBlockParams, blockParams, depths);\n } else if (!programWrapper) {\n programWrapper = this.programs[i] = wrapProgram(this, i, fn);\n }\n return programWrapper;\n },\n\n data: function data(value, depth) {\n while (value && depth--) {\n value = value._parent;\n }\n return value;\n },\n mergeIfNeeded: function mergeIfNeeded(param, common) {\n var obj = param || common;\n\n if (param && common && param !== common) {\n obj = Utils.extend({}, common, param);\n }\n\n return obj;\n },\n // An empty object to use as replacement for null-contexts\n nullContext: Object.seal({}),\n\n noop: env.VM.noop,\n compilerInfo: templateSpec.compiler\n };\n\n function ret(context) {\n var options = arguments.length <= 1 || arguments[1] === undefined ? {} : arguments[1];\n\n var data = options.data;\n\n ret._setup(options);\n if (!options.partial && templateSpec.useData) {\n data = initData(context, data);\n }\n var depths = undefined,\n blockParams = templateSpec.useBlockParams ? [] : undefined;\n if (templateSpec.useDepths) {\n if (options.depths) {\n depths = context != options.depths[0] ? [context].concat(options.depths) : options.depths;\n } else {\n depths = [context];\n }\n }\n\n function main(context /*, options*/) {\n return '' + templateSpec.main(container, context, container.helpers, container.partials, data, blockParams, depths);\n }\n\n main = executeDecorators(templateSpec.main, main, container, options.depths || [], data, blockParams);\n return main(context, options);\n }\n\n ret.isTop = true;\n\n ret._setup = function (options) {\n if (!options.partial) {\n var mergedHelpers = Utils.extend({}, env.helpers, options.helpers);\n wrapHelpersToPassLookupProperty(mergedHelpers, container);\n container.helpers = mergedHelpers;\n\n if (templateSpec.usePartial) {\n // Use mergeIfNeeded here to prevent compiling global partials multiple times\n container.partials = container.mergeIfNeeded(options.partials, env.partials);\n }\n if (templateSpec.usePartial || templateSpec.useDecorators) {\n container.decorators = Utils.extend({}, env.decorators, options.decorators);\n }\n\n container.hooks = {};\n container.protoAccessControl = _internalProtoAccess.createProtoAccessControl(options);\n\n var keepHelperInHelpers = options.allowCallsToHelperMissing || templateWasPrecompiledWithCompilerV7;\n _helpers.moveHelperToHooks(container, 'helperMissing', keepHelperInHelpers);\n _helpers.moveHelperToHooks(container, 'blockHelperMissing', keepHelperInHelpers);\n } else {\n container.protoAccessControl = options.protoAccessControl; // internal option\n container.helpers = options.helpers;\n container.partials = options.partials;\n container.decorators = options.decorators;\n container.hooks = options.hooks;\n }\n };\n\n ret._child = function (i, data, blockParams, depths) {\n if (templateSpec.useBlockParams && !blockParams) {\n throw new _exception2['default']('must pass block params');\n }\n if (templateSpec.useDepths && !depths) {\n throw new _exception2['default']('must pass parent depths');\n }\n\n return wrapProgram(container, i, templateSpec[i], data, 0, blockParams, depths);\n };\n return ret;\n}\n\nfunction wrapProgram(container, i, fn, data, declaredBlockParams, blockParams, depths) {\n function prog(context) {\n var options = arguments.length <= 1 || arguments[1] === undefined ? {} : arguments[1];\n\n var currentDepths = depths;\n if (depths && context != depths[0] && !(context === container.nullContext && depths[0] === null)) {\n currentDepths = [context].concat(depths);\n }\n\n return fn(container, context, container.helpers, container.partials, options.data || data, blockParams && [options.blockParams].concat(blockParams), currentDepths);\n }\n\n prog = executeDecorators(fn, prog, container, depths, data, blockParams);\n\n prog.program = i;\n prog.depth = depths ? depths.length : 0;\n prog.blockParams = declaredBlockParams || 0;\n return prog;\n}\n\n/**\n * This is currently part of the official API, therefore implementation details should not be changed.\n */\n\nfunction resolvePartial(partial, context, options) {\n if (!partial) {\n if (options.name === '@partial-block') {\n partial = options.data['partial-block'];\n } else {\n partial = options.partials[options.name];\n }\n } else if (!partial.call && !options.name) {\n // This is a dynamic partial that returned a string\n options.name = partial;\n partial = options.partials[partial];\n }\n return partial;\n}\n\nfunction invokePartial(partial, context, options) {\n // Use the current closure context to save the partial-block if this partial\n var currentPartialBlock = options.data && options.data['partial-block'];\n options.partial = true;\n if (options.ids) {\n options.data.contextPath = options.ids[0] || options.data.contextPath;\n }\n\n var partialBlock = undefined;\n if (options.fn && options.fn !== noop) {\n (function () {\n options.data = _base.createFrame(options.data);\n // Wrapper function to get access to currentPartialBlock from the closure\n var fn = options.fn;\n partialBlock = options.data['partial-block'] = function partialBlockWrapper(context) {\n var options = arguments.length <= 1 || arguments[1] === undefined ? {} : arguments[1];\n\n // Restore the partial-block from the closure for the execution of the block\n // i.e. the part inside the block of the partial call.\n options.data = _base.createFrame(options.data);\n options.data['partial-block'] = currentPartialBlock;\n return fn(context, options);\n };\n if (fn.partials) {\n options.partials = Utils.extend({}, options.partials, fn.partials);\n }\n })();\n }\n\n if (partial === undefined && partialBlock) {\n partial = partialBlock;\n }\n\n if (partial === undefined) {\n throw new _exception2['default']('The partial ' + options.name + ' could not be found');\n } else if (partial instanceof Function) {\n return partial(context, options);\n }\n}\n\nfunction noop() {\n return '';\n}\n\nfunction initData(context, data) {\n if (!data || !('root' in data)) {\n data = data ? _base.createFrame(data) : {};\n data.root = context;\n }\n return data;\n}\n\nfunction executeDecorators(fn, prog, container, depths, data, blockParams) {\n if (fn.decorator) {\n var props = {};\n prog = fn.decorator(prog, props, container, depths && depths[0], data, blockParams, depths);\n Utils.extend(prog, props);\n }\n return prog;\n}\n\nfunction wrapHelpersToPassLookupProperty(mergedHelpers, container) {\n Object.keys(mergedHelpers).forEach(function (helperName) {\n var helper = mergedHelpers[helperName];\n mergedHelpers[helperName] = passLookupPropertyOption(helper, container);\n });\n}\n\nfunction passLookupPropertyOption(helper, container) {\n var lookupProperty = container.lookupProperty;\n return _internalWrapHelper.wrapHelper(helper, function (options) {\n return Utils.extend({ lookupProperty: lookupProperty }, options);\n });\n}\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uL2xpYi9oYW5kbGViYXJzL3J1bnRpbWUuanMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6Ijs7Ozs7Ozs7Ozs7Ozs7Ozs7cUJBQXVCLFNBQVM7O0lBQXBCLEtBQUs7O3lCQUNLLGFBQWE7Ozs7b0JBTTVCLFFBQVE7O3VCQUNtQixXQUFXOztrQ0FDbEIsdUJBQXVCOzttQ0FJM0MseUJBQXlCOztBQUV6QixTQUFTLGFBQWEsQ0FBQyxZQUFZLEVBQUU7QUFDMUMsTUFBTSxnQkFBZ0IsR0FBRyxBQUFDLFlBQVksSUFBSSxZQUFZLENBQUMsQ0FBQyxDQUFDLElBQUssQ0FBQztNQUM3RCxlQUFlLDBCQUFvQixDQUFDOztBQUV0QyxNQUNFLGdCQUFnQiwyQ0FBcUMsSUFDckQsZ0JBQWdCLDJCQUFxQixFQUNyQztBQUNBLFdBQU87R0FDUjs7QUFFRCxNQUFJLGdCQUFnQiwwQ0FBb0MsRUFBRTtBQUN4RCxRQUFNLGVBQWUsR0FBRyx1QkFBaUIsZUFBZSxDQUFDO1FBQ3ZELGdCQUFnQixHQUFHLHVCQUFpQixnQkFBZ0IsQ0FBQyxDQUFDO0FBQ3hELFVBQU0sMkJBQ0oseUZBQXlGLEdBQ3ZGLHFEQUFxRCxHQUNyRCxlQUFlLEdBQ2YsbURBQW1ELEdBQ25ELGdCQUFnQixHQUNoQixJQUFJLENBQ1AsQ0FBQztHQUNILE1BQU07O0FBRUwsVUFBTSwyQkFDSix3RkFBd0YsR0FDdEYsaURBQWlELEdBQ2pELFlBQVksQ0FBQyxDQUFDLENBQUMsR0FDZixJQUFJLENBQ1AsQ0FBQztHQUNIO0NBQ0Y7O0FBRU0sU0FBUyxRQUFRLENBQUMsWUFBWSxFQUFFLEdBQUcsRUFBRTs7QUFFMUMsTUFBSSxDQUFDLEdBQUcsRUFBRTtBQUNSLFVBQU0sMkJBQWMsbUNBQW1DLENBQUMsQ0FBQztHQUMxRDtBQUNELE1BQUksQ0FBQyxZQUFZLElBQUksQ0FBQyxZQUFZLENBQUMsSUFBSSxFQUFFO0FBQ3ZDLFVBQU0sMkJBQWMsMkJBQTJCLEdBQUcsT0FBTyxZQUFZLENBQUMsQ0FBQztH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QUFDbkMsV0FBTyxLQUFLLENBQUMsTUFBTSxDQUFDLEVBQUUsY0FBYyxFQUFkLGNBQWMsRUFBRSxFQUFFLE9BQU8sQ0FBQyxDQUFDO0dBQ2xELENBQUMsQ0FBQztDQUNKIiwiZmlsZSI6InJ1bnRpbWUuanMiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgKiBhcyBVdGlscyBmcm9tICcuL3V0aWxzJztcbmltcG9ydCBFeGNlcHRpb24gZnJvbSAnLi9leGNlcHRpb24nO1xuaW1wb3J0IHtcbiAgQ09NUElMRVJfUkVWSVNJT04sXG4gIGNyZWF0ZUZyYW1lLFxuICBMQVNUX0NPTVBBVElCTEVfQ09NUElMRVJfUkVWSVNJT04sXG4gIFJFVklTSU9OX0NIQU5HRVNcbn0gZnJvbSAnLi9iYXNlJztcbmltcG9ydCB7IG1vdmVIZWxwZXJUb0hvb2tzIH0gZnJvbSAnLi9oZWxwZXJzJztcbmltcG9ydCB7IHdyYXBIZWxwZXIgfSBmcm9tICcuL2ludGVybmFsL3dyYXBIZWxwZXInO1xuaW1wb3J0IHtcbiAgY3JlYXRlUHJvdG9BY2Nlc3NDb250cm9sLFxuICByZXN1bHRJc0FsbG93ZWRcbn0gZnJvbSAnLi9pbnRlcm5hbC9wcm90by1hY2Nlc3MnO1xuXG5leHBvcnQgZnVuY3Rpb24gY2hlY2tSZXZpc2lvbihjb21waWxlckluZm8pIHtcbiAgY29uc3QgY29tcGlsZXJSZXZpc2lvbiA9IChjb21waWxlckluZm8gJiYgY29tcGlsZXJJbmZvWzBdKSB8fCAxLFxuICAgIGN1cnJlbnRSZXZpc2lvbiA9IENPTVBJTEVSX1JFVklTSU9OO1xuXG4gIGlmIChcbiAgICBjb21waWxlclJldmlzaW9uID49IExBU1RfQ09NUEFUSUJMRV9DT01QSUxFUl9SRVZJU0lPTiAmJlxuICAgIGNvbXBpbGVyUmV2aXNpb24gPD0gQ09NUElMRVJfUkVWSVNJT05cbiAgKSB7XG4gICAgcmV0dXJuO1xuICB9XG5cbiAgaWYgKGNvbXBpbGVyUmV2aXNpb24gPCBMQVNUX0NPTVBBVElCTEVfQ09NUElMRVJfUkVWSVNJT04pIHtcbiAgICBjb25zdCBydW50aW1lVmVyc2lvbnMgPSBSRVZJU0lPTl9DSEFOR0VTW2N1cnJlbnRSZXZpc2lvbl0sXG4gICAgICBjb21waWxlclZlcnNpb25zID0gUkVWSVNJT05fQ0hBTkdFU1tjb21waWxlclJldmlzaW9uXTtcbiAgICB0aHJvdyBuZXcgRXhjZXB0aW9uKFxuICAgICAgJ1RlbXBsYXRlIHdhcyBwcmVjb21waWxlZCB3aXRoIGFuIG9sZGVyIHZlcnNpb24gb2YgSGFuZGxlYmFycyB0aGFuIHRoZSBjdXJyZW50IHJ1bnRpbWUuICcgK1xuICAgICAgICAnUGxlYXNlIHVwZGF0ZSB5b3VyIHByZWNvbXBpbGVyIHRvIGEgbmV3ZXIgdmVyc2lvbiAoJyArXG4gICAgICAgIHJ1bnRpbWVWZXJzaW9ucyArXG4gICAgICAgICcpIG9yIGRvd25ncmFkZSB5b3VyIHJ1bnRpbWUgdG8gYW4gb2xkZXIgdmVyc2lvbiAoJyArXG4gICAgICAgIGNvbXBpbGVyVmVyc2lvbnMgK1xuICAgICAgICAnKS4nXG4gICAgKTtcbiAgfSBlbHNlIHtcbiAgICAvLyBVc2UgdGhlIGVtYmVkZGVkIHZlcnNpb24gaW5mbyBzaW5jZSB0aGUgcnVudGltZSBkb2Vzbid0IGtub3cgYWJvdXQgdGhpcyByZXZpc2lvbiB5ZXRcbiAgICB0aHJvdyBuZXcgRXhjZXB0aW9uKFxuICAgICAgJ1RlbXBsYXRlIHdhcyBwcmVjb21waWxlZCB3aXRoIGEgbmV3ZXIgdmVyc2lvbiBvZiBIYW5kbGViYXJzIHRoYW4gdGhlIGN1cnJlbnQgcnVudGltZS4gJyArXG4gICAgICAgICdQbGVhc2UgdXBkYXRlIHlvdXIgcnVudGltZSB0byBhIG5ld2VyIHZlcnNpb24gKCcgK1xuICAgICAgICBjb21waWxlckluZm9bMV0gK1xuICAgICAgICAnKS4nXG4gICAgKTtcbiAgfVxufVxuXG5leHBvcnQgZnVuY3Rpb24gdGVtcGxhdGUodGVtcGxhdGVTcGVjLCBlbnYpIHtcbiAgLyogaXN0YW5idWwgaWdub3JlIG5leHQgKi9cbiAgaWYgKCFlbnYpIHtcbiAgICB0aHJvdyBuZXcgRXhjZXB0aW9uKCdObyBlbnZpcm9ubWVudCBwYXNzZWQgdG8gdGVtcGxhdGUnKTtcbiAgfVxuICBpZiAoIXRlbXBsYXRlU3BlYyB8fCAhdGVtcGxhdGVTcGVjLm1haW4pIHtcbiAgICB0aHJvdyBuZXcgRXhjZXB0aW9uKCdVbmtub3duIHRlbXBsYXRlIG9iamVjdDogJyArIHR5cGVvZiB0ZW1wbGF0ZVNwZWMpO1xuICB9XG5cbiAgdGVtcGxhdGVTcGVjLm1haW4uZGVjb3JhdG9yID0gdGVtcGxhdGVTcGVjLm1haW5fZDtcblxuICAvLyBOb3RlOiBVc2luZyBlbnYuVk0gcmVmZXJlbmNlcyByYXRoZXIgdGhhbiBsb2NhbCB2YXIgcmVmZXJlbmNlcyB0aHJvdWdob3V0IHRoaXMgc2VjdGlvbiB0byBhbGxvd1xuICAvLyBmb3IgZXh0ZXJuYWwgdXNlcnMgdG8gb3ZlcnJpZGUgdGhlc2UgYXMgcHNldWRvLXN1cHBvcnRlZCBBUElzLlxuICBlbnYuVk0uY2hlY2tSZXZpc2lvbih0ZW1wbGF0ZVNwZWMuY29tcGlsZXIpO1xuXG4gIC8vIGJhY2t3YXJkcyBjb21wYXRpYmlsaXR5IGZvciBwcmVjb21waWxlZCB0ZW1wbGF0ZXMgd2l0aCBjb21waWxlci12ZXJzaW9uIDcgKDw0LjMuMClcbiAgY29uc3QgdGVtcGxhdGVXYXNQcmVjb21waWxlZFdpdGhDb21waWxlclY3ID1cbiAgICB0ZW1wbGF0ZVNwZWMuY29tcGlsZXIgJiYgdGVtcGxhdGVTcGVjLmNvbXBpbGVyWzBdID09PSA3O1xuXG4gIGZ1bmN0aW9uIGludm9rZVBhcnRpYWxXcmFwcGVyKHBhcnRpYWwsIGNvbnRleHQsIG9wdGlvbnMpIHtcbiAgICBpZiAob3B0aW9ucy5oYXNoKSB7XG4gICAgICBjb250ZXh0ID0gVXRpbHMuZXh0ZW5kKHt9LCBjb250ZXh0LCBvcHRpb25zLmhhc2gpO1xuICAgICAgaWYgKG9wdGlvbnMuaWRzKSB7XG4gICAgICAgIG9wdGlvbnMuaWRzWzBdID0gdHJ1ZTtcbiAgICAgIH1cbiAgICB9XG4gICAgcGFydGlhbCA9IGVudi5WTS5yZXNvbHZlUGFydGlhbC5jYWxsKHRoaXMsIHBhcnRpYWwsIGNvbnRleHQsIG9wdGlvbnMpO1xuXG4gICAgbGV0IGV4dGVuZGVkT3B0aW9ucyA9IFV0aWxzLmV4dGVuZCh7fSwgb3B0aW9ucywge1xuICAgICAgaG9va3M6IHRoaXMuaG9va3MsXG4gICAgICBwcm90b0FjY2Vzc0NvbnRyb2w6IHRoaXMucHJvdG9BY2Nlc3NDb250cm9sXG4gICAgfSk7XG5cbiAgICBsZXQgcmVzdWx0ID0gZW52LlZNLmludm9rZVBhcnRpYWwuY2FsbChcbiAgICAgIHRoaXMsXG4gICAgICBwYXJ0aWFsLFxuICAgICAgY29udGV4dCxcbiAgICAgIGV4dGVuZGVkT3B0aW9uc1xuICAgICk7XG5cbiAgICBpZiAocmVzdWx0ID09IG51bGwgJiYgZW52LmNvbXBpbGUpIHtcbiAgICAgIG9wdGlvbnMucGFydGlhbHNbb3B0aW9ucy5uYW1lXSA9IGVudi5jb21waWxlKFxuICAgICAgICBwYXJ0aWFsLFxuICAgICAgICB0ZW1wbGF0ZVNwZWMuY29tcGlsZXJPcHRpb25zLFxuICAgICAgICBlbnZcbiAgICAgICk7XG4gICAgICByZXN1bHQgPSBvcHRpb25zLnBhcnRpYWxzW29wdGlvbnMubmFtZV0oY29udGV4dCwgZXh0ZW5kZWRPcHRpb25zKTtcbiAgICB9XG4gICAgaWYgKHJlc3VsdCAhPSBudWxsKSB7XG4gICAgICBpZiAob3B0aW9ucy5pbmRlbnQpIHtcbiAgICAgICAgbGV0IGxpbmVzID0gcmVzdWx0LnNwbGl0KCdcXG4nKTtcbiAgICAgICAgZm9yIChsZXQgaSA9IDAsIGwgPSBsaW5lcy5sZW5ndGg7IGkgPCBsOyBpKyspIHtcbiAgICAgICAgICBpZiAoIWxpbmVzW2ldICYmIGkgKyAxID09PSBsKSB7XG4gICAgICAgICAgICBicmVhaztcbiAgICAgICAgICB9XG5cbiAgICAgICAgICBsaW5lc1tpXSA9IG9wdGlvbnMuaW5kZW50ICsgbGluZXNbaV07XG4gICAgICAgIH1cbiAgICAgICAgcmVzdWx0ID0gbGluZXMuam9pbignXFxuJyk7XG4gICAgICB9XG4gICAgICByZXR1cm4gcmVzdWx0O1xuICAgIH0gZWxzZSB7XG4gICAgICB0aHJvdyBuZXcgRXhjZXB0aW9uKFxuICAgICAgICAnVGhlIHBhcnRpYWwgJyArXG4gICAgICAgICAgb3B0aW9ucy5uYW1lICtcbiAgICAgICAgICAnIGNvdWxkIG5vdCBiZSBjb21waWxlZCB3aGVuIHJ1bm5pbmcgaW4gcnVudGltZS1vbmx5IG1vZGUnXG4gICAgICApO1xuICAgIH1cbiAgfVxuXG4gIC8vIEp1c3QgYWRkIHdhdGVyXG4gIGxldCBjb250YWluZXIgPSB7XG4gICAgc3RyaWN0OiBmdW5jdGlvbihvYmosIG5hbWUsIGxvYykge1xuICAgICAgaWYgKCFvYmogfHwgIShuYW1lIGluIG9iaikpIHtcbiAgICAgICAgdGhyb3cgbmV3IEV4Y2VwdGlvbignXCInICsgbmFtZSArICdcIiBub3QgZGVmaW5lZCBpbiAnICsgb2JqLCB7XG4gICAgICAgICAgbG9jOiBsb2NcbiAgICAgICAgfSk7XG4gICAgICB9XG4gICAgICByZXR1cm4gY29udGFpbmVyLmxvb2t1cFByb3BlcnR5KG9iaiwgbmFtZSk7XG4gICAgfSxcbiAgICBsb29rdXBQcm9wZXJ0eTogZnVuY3Rpb24ocGFyZW50LCBwcm9wZXJ0eU5hbWUpIHtcbiAgICAgIGxldCByZXN1bHQgPSBwYXJlbnRbcHJvcGVydHlOYW1lXTtcbiAgICAgIGlmIChyZXN1bHQgPT0gbnVsbCkge1xuICAgICAgICByZXR1cm4gcmVzdWx0O1xuICAgICAgfVxuICAgICAgaWYgKE9iamVjdC5wcm90b3R5cGUuaGFzT3duUHJvcGVydHkuY2FsbChwYXJlbnQsIHByb3BlcnR5TmFtZSkpIHtcbiAgICAgICAgcmV0dXJuIHJlc3VsdDtcbiAgICAgIH1cblxuICAgICAgaWYgKHJlc3VsdElzQWxsb3dlZChyZXN1bHQsIGNvbnRhaW5lci5wcm90b0FjY2Vzc0NvbnRyb2wsIHByb3BlcnR5TmFtZSkpIHtcbiAgICAgICAgcmV0dXJuIHJlc3VsdDtcbiAgICAgIH1cbiAgICAgIHJldHVybiB1bmRlZmluZWQ7XG4gICAgfSxcbiAgICBsb29rdXA6IGZ1bmN0aW9uKGRlcHRocywgbmFtZSkge1xuICAgICAgY29uc3QgbGVuID0gZGVwdGhzLmxlbmd0aDtcbiAgICAgIGZvciAobGV0IGkgPSAwOyBpIDwgbGVuOyBpKyspIHtcbiAgICAgICAgbGV0IHJlc3VsdCA9IGRlcHRoc1tpXSAmJiBjb250YWluZXIubG9va3VwUHJvcGVydHkoZGVwdGhzW2ldLCBuYW1lKTtcbiAgICAgICAgaWYgKHJlc3VsdCAhPSBudWxsKSB7XG4gICAgICAgICAgcmV0dXJuIGRlcHRoc1tpXVtuYW1lXTtcbiAgICAgICAgfVxuICAgICAgfVxuICAgIH0sXG4gICAgbGFtYmRhOiBmdW5jdGlvbihjdXJyZW50LCBjb250ZXh0KSB7XG4gICAgICByZXR1cm4gdHlwZW9mIGN1cnJlbnQgPT09ICdmdW5jdGlvbicgPyBjdXJyZW50LmNhbGwoY29udGV4dCkgOiBjdXJyZW50O1xuICAgIH0sXG5cbiAgICBlc2NhcGVFeHByZXNzaW9uOiBVdGlscy5lc2NhcGVFeHByZXNzaW9uLFxuICAgIGludm9rZVBhcnRpYWw6IGludm9rZVBhcnRpYWxXcmFwcGVyLFxuXG4gICAgZm46IGZ1bmN0aW9uKGkpIHtcbiAgICAgIGxldCByZXQgPSB0ZW1wbGF0ZVNwZWNbaV07XG4gICAgICByZXQuZGVjb3JhdG9yID0gdGVtcGxhdGVTcGVjW2kgKyAnX2QnXTtcbiAgICAgIHJldHVybiByZXQ7XG4gICAgfSxcblxuICAgIHByb2dyYW1zOiBbXSxcbiAgICBwcm9ncmFtOiBmdW5jdGlvbihpLCBkYXRhLCBkZWNsYXJlZEJsb2NrUGFyYW1zLCBibG9ja1BhcmFtcywgZGVwdGhzKSB7XG4gICAgICBsZXQgcHJvZ3JhbVdyYXBwZXIgPSB0aGlzLnByb2dyYW1zW2ldLFxuICAgICAgICBmbiA9IHRoaXMuZm4oaSk7XG4gICAgICBpZiAoZGF0YSB8fCBkZXB0aHMgfHwgYmxvY2tQYXJhbXMgfHwgZGVjbGFyZWRCbG9ja1BhcmFtcykge1xuICAgICAgICBwcm9ncmFtV3JhcHBlciA9IHdyYXBQcm9ncmFtKFxuICAgICAgICAgIHRoaXMsXG4gICAgICAgICAgaSxcbiAgICAgICAgICBmbixcbiAgICAgICAgICBkYXRhLFxuICAgICAgICAgIGRlY2xhcmVkQmxvY2tQYXJhbXMsXG4gICAgICAgICAgYmxvY2tQYXJhbXMsXG4gICAgICAgICAgZGVwdGhzXG4gICAgICAgICk7XG4gICAgICB9IGVsc2UgaWYgKCFwcm9ncmFtV3JhcHBlcikge1xuICAgICAgICBwcm9ncmFtV3JhcHBlciA9IHRoaXMucHJvZ3JhbXNbaV0gPSB3cmFwUHJvZ3JhbSh0aGlzLCBpLCBmbik7XG4gICAgICB9XG4gICAgICByZXR1cm4gcHJvZ3JhbVdyYXBwZXI7XG4gICAgfSxcblxuICAgIGRhdGE6IGZ1bmN0aW9uKHZhbHVlLCBkZXB0aCkge1xuICAgICAgd2hpbGUgKHZhbHVlICYmIGRlcHRoLS0pIHtcbiAgICAgICAgdmFsdWUgPSB2YWx1ZS5fcGFyZW50O1xuICAgICAgfVxuICAgICAgcmV0dXJuIHZhbHVlO1xuICAgIH0sXG4gICAgbWVyZ2VJZk5lZWRlZDogZnVuY3Rpb24ocGFyYW0sIGNvbW1vbikge1xuICAgICAgbGV0IG9iaiA9IHBhcmFtIHx8IGNvbW1vbjtcblxuICAgICAgaWYgKHBhcmFtICYmIGNvbW1vbiAmJiBwYXJhbSAhPT0gY29tbW9uKSB7XG4gICAgICAgIG9iaiA9IFV0aWxzLmV4dGVuZCh7fSwgY29tbW9uLCBwYXJhbSk7XG4gICAgICB9XG5cbiAgICAgIHJldHVybiBvYmo7XG4gICAgfSxcbiAgICAvLyBBbiBlbXB0eSBvYmplY3QgdG8gdXNlIGFzIHJlcGxhY2VtZW50IGZvciBudWxsLWNvbnRleHRzXG4gICAgbnVsbENvbnRleHQ6IE9iamVjdC5zZWFsKHt9KSxcblxuICAgIG5vb3A6IGVudi5WTS5ub29wLFxuICAgIGNvbXBpbGVySW5mbzogdGVtcGxhdGVTcGVjLmNvbXBpbGVyXG4gIH07XG5cbiAgZnVuY3Rpb24gcmV0KGNvbnRleHQsIG9wdGlvbnMgPSB7fSkge1xuICAgIGxldCBkYXRhID0gb3B0aW9ucy5kYXRhO1xuXG4gICAgcmV0Ll9zZXR1cChvcHRpb25zKTtcbiAgICBpZiAoIW9wdGlvbnMucGFydGlhbCAmJiB0ZW1wbGF0ZVNwZWMudXNlRGF0YSkge1xuICAgICAgZGF0YSA9IGluaXREYXRhKGNvbnRleHQsIGRhdGEpO1xuICAgIH1cbiAgICBsZXQgZGVwdGhzLFxuICAgICAgYmxvY2tQYXJhbXMgPSB0ZW1wbGF0ZVNwZWMudXNlQmxvY2tQYXJhbXMgPyBbXSA6IHVuZGVmaW5lZDtcbiAgICBpZiAodGVtcGxhdGVTcGVjLnVzZURlcHRocykge1xuICAgICAgaWYgKG9wdGlvbnMuZGVwdGhzKSB7XG4gICAgICAgIGRlcHRocyA9XG4gICAgICAgICAgY29udGV4dCAhPSBvcHRpb25zLmRlcHRoc1swXVxuICAgICAgICAgICAgPyBbY29udGV4dF0uY29uY2F0KG9wdGlvbnMuZGVwdGhzKVxuICAgICAgICAgICAgOiBvcHRpb25zLmRlcHRocztcbiAgICAgIH0gZWxzZSB7XG4gICAgICAgIGRlcHRocyA9IFtjb250ZXh0XTtcbiAgICAgIH1cbiAgICB9XG5cbiAgICBmdW5jdGlvbiBtYWluKGNvbnRleHQgLyosIG9wdGlvbnMqLykge1xuICAgICAgcmV0dXJuIChcbiAgICAgICAgJycgK1xuICAgICAgICB0ZW1wbGF0ZVNwZWMubWFpbihcbiAgICAgICAgICBjb250YWluZXIsXG4gICAgICAgICAgY29udGV4dCxcbiAgICAgICAgICBjb250YWluZXIuaGVscGVycyxcbiAgICAgICAgICBjb250YWluZXIucGFydGlhbHMsXG4gICAgICAgICAgZGF0YSxcbiAgICAgICAgICBibG9ja1BhcmFtcyxcbiAgICAgICAgICBkZXB0aHNcbiAgICAgICAgKVxuICAgICAgKTtcbiAgICB9XG5cbiAgICBtYWluID0gZXhlY3V0ZURlY29yYXRvcnMoXG4gICAgICB0ZW1wbGF0ZVNwZWMubWFpbixcbiAgICAgIG1haW4sXG4gICAgICBjb250YWluZXIsXG4gICAgICBvcHRpb25zLmRlcHRocyB8fCBbXSxcbiAgICAgIGRhdGEsXG4gICAgICBibG9ja1BhcmFtc1xuICAgICk7XG4gICAgcmV0dXJuIG1haW4oY29udGV4dCwgb3B0aW9ucyk7XG4gIH1cblxuICByZXQuaXNUb3AgPSB0cnVlO1xuXG4gIHJldC5fc2V0dXAgPSBmdW5jdGlvbihvcHRpb25zKSB7XG4gICAgaWYgKCFvcHRpb25zLnBhcnRpYWwpIHtcbiAgICAgIGxldCBtZXJnZWRIZWxwZXJzID0gVXRpbHMuZXh0ZW5kKHt9LCBlbnYuaGVscGVycywgb3B0aW9ucy5oZWxwZXJzKTtcbiAgICAgIHdyYXBIZWxwZXJzVG9QYXNzTG9va3VwUHJvcGVydHkobWVyZ2VkSGVscGVycywgY29udGFpbmVyKTtcbiAgICAgIGNvbnRhaW5lci5oZWxwZXJzID0gbWVyZ2VkSGVscGVycztcblxuICAgICAgaWYgKHRlbXBsYXRlU3BlYy51c2VQYXJ0aWFsKSB7XG4gICAgICAgIC8vIFVzZSBtZXJnZUlmTmVlZGVkIGhlcmUgdG8gcHJldmVudCBjb21waWxpbmcgZ2xvYmFsIHBhcnRpYWxzIG11bHRpcGxlIHRpbWVzXG4gICAgICAgIGNvbnRhaW5lci5wYXJ0aWFscyA9IGNvbnRhaW5lci5tZXJnZUlmTmVlZGVkKFxuICAgICAgICAgIG9wdGlvbnMucGFydGlhbHMsXG4gICAgICAgICAgZW52LnBhcnRpYWxzXG4gICAgICAgICk7XG4gICAgICB9XG4gICAgICBpZiAodGVtcGxhdGVTcGVjLnVzZVBhcnRpYWwgfHwgdGVtcGxhdGVTcGVjLnVzZURlY29yYXRvcnMpIHtcbiAgICAgICAgY29udGFpbmVyLmRlY29yYXRvcnMgPSBVdGlscy5leHRlbmQoXG4gICAgICAgICAge30sXG4gICAgICAgICAgZW52LmRlY29yYXRvcnMsXG4gICAgICAgICAgb3B0aW9ucy5kZWNvcmF0b3JzXG4gICAgICAgICk7XG4gICAgICB9XG5cbiAgICAgIGNvbnRhaW5lci5ob29rcyA9IHt9O1xuICAgICAgY29udGFpbmVyLnByb3RvQWNjZXNzQ29udHJvbCA9IGNyZWF0ZVByb3RvQWNjZXNzQ29udHJvbChvcHRpb25zKTtcblxuICAgICAgbGV0IGtlZXBIZWxwZXJJbkhlbHBlcnMgPVxuICAgICAgICBvcHRpb25zLmFsbG93Q2FsbHNUb0hlbHBlck1pc3NpbmcgfHxcbiAgICAgICAgdGVtcGxhdGVXYXNQcmVjb21waWxlZFdpdGhDb21waWxlclY3O1xuICAgICAgbW92ZUhlbHBlclRvSG9va3MoY29udGFpbmVyLCAnaGVscGVyTWlzc2luZycsIGtlZXBIZWxwZXJJbkhlbHBlcnMpO1xuICAgICAgbW92ZUhlbHBlclRvSG9va3MoY29udGFpbmVyLCAnYmxvY2tIZWxwZXJNaXNzaW5nJywga2VlcEhlbHBlckluSGVscGVycyk7XG4gICAgfSBlbHNlIHtcbiAgICAgIGNvbnRhaW5lci5wcm90b0FjY2Vzc0NvbnRyb2wgPSBvcHRpb25zLnByb3RvQWNjZXNzQ29udHJvbDsgLy8gaW50ZXJuYWwgb3B0aW9uXG4gICAgICBjb250YWluZXIuaGVscGVycyA9IG9wdGlvbnMuaGVscGVycztcbiAgICAgIGNvbnRhaW5lci5wYXJ0aWFscyA9IG9wdGlvbnMucGFydGlhbHM7XG4gICAgICBjb250YWluZXIuZGVjb3JhdG9ycyA9IG9wdGlvbnMuZGVjb3JhdG9ycztcbiAgICAgIGNvbnRhaW5lci5ob29rcyA9IG9wdGlvbnMuaG9va3M7XG4gICAgfVxuICB9O1xuXG4gIHJldC5fY2hpbGQgPSBmdW5jdGlvbihpLCBkYXRhLCBibG9ja1BhcmFtcywgZGVwdGhzKSB7XG4gICAgaWYgKHRlbXBsYXRlU3BlYy51c2VCbG9ja1BhcmFtcyAmJiAhYmxvY2tQYXJhbXMpIHtcbiAgICAgIHRocm93IG5ldyBFeGNlcHRpb24oJ211c3QgcGFzcyBibG9jayBwYXJhbXMnKTtcbiAgICB9XG4gICAgaWYgKHRlbXBsYXRlU3BlYy51c2VEZXB0aHMgJiYgIWRlcHRocykge1xuICAgICAgdGhyb3cgbmV3IEV4Y2VwdGlvbignbXVzdCBwYXNzIHBhcmVudCBkZXB0aHMnKTtcbiAgICB9XG5cbiAgICByZXR1cm4gd3JhcFByb2dyYW0oXG4gICAgICBjb250YWluZXIsXG4gICAgICBpLFxuICAgICAgdGVtcGxhdGVTcGVjW2ldLFxuICAgICAgZGF0YSxcbiAgICAgIDAsXG4gICAgICBibG9ja1BhcmFtcyxcbiAgICAgIGRlcHRoc1xuICAgICk7XG4gIH07XG4gIHJldHVybiByZXQ7XG59XG5cbmV4cG9ydCBmdW5jdGlvbiB3cmFwUHJvZ3JhbShcbiAgY29udGFpbmVyLFxuICBpLFxuICBmbixcbiAgZGF0YSxcbiAgZGVjbGFyZWRCbG9ja1BhcmFtcyxcbiAgYmxvY2tQYXJhbXMsXG4gIGRlcHRoc1xuKSB7XG4gIGZ1bmN0aW9uIHByb2coY29udGV4dCwgb3B0aW9ucyA9IHt9KSB7XG4gICAgbGV0IGN1cnJlbnREZXB0aHMgPSBkZXB0aHM7XG4gICAgaWYgKFxuICAgICAgZGVwdGhzICYmXG4gICAgICBjb250ZXh0ICE9IGRlcHRoc1swXSAmJlxuICAgICAgIShjb250ZXh0ID09PSBjb250YWluZXIubnVsbENvbnRleHQgJiYgZGVwdGhzWzBdID09PSBudWxsKVxuICAgICkge1xuICAgICAgY3VycmVudERlcHRocyA9IFtjb250ZXh0XS5jb25jYXQoZGVwdGhzKTtcbiAgICB9XG5cbiAgICByZXR1cm4gZm4oXG4gICAgICBjb250YWluZXIsXG4gICAgICBjb250ZXh0LFxuICAgICAgY29udGFpbmVyLmhlbHBlcnMsXG4gICAgICBjb250YWluZXIucGFydGlhbHMsXG4gICAgICBvcHRpb25zLmRhdGEgfHwgZGF0YSxcbiAgICAgIGJsb2NrUGFyYW1zICYmIFtvcHRpb25zLmJsb2NrUGFyYW1zXS5jb25jYXQoYmxvY2tQYXJhbXMpLFxuICAgICAgY3VycmVudERlcHRoc1xuICAgICk7XG4gIH1cblxuICBwcm9nID0gZXhlY3V0ZURlY29yYXRvcnMoZm4sIHByb2csIGNvbnRhaW5lciwgZGVwdGhzLCBkYXRhLCBibG9ja1BhcmFtcyk7XG5cbiAgcHJvZy5wcm9ncmFtID0gaTtcbiAgcHJvZy5kZXB0aCA9IGRlcHRocyA/IGRlcHRocy5sZW5ndGggOiAwO1xuICBwcm9nLmJsb2NrUGFyYW1zID0gZGVjbGFyZWRCbG9ja1BhcmFtcyB8fCAwO1xuICByZXR1cm4gcHJvZztcbn1cblxuLyoqXG4gKiBUaGlzIGlzIGN1cnJlbnRseSBwYXJ0IG9mIHRoZSBvZmZpY2lhbCBBUEksIHRoZXJlZm9yZSBpbXBsZW1lbnRhdGlvbiBkZXRhaWxzIHNob3VsZCBub3QgYmUgY2hhbmdlZC5cbiAqL1xuZXhwb3J0IGZ1bmN0aW9uIHJlc29sdmVQYXJ0aWFsKHBhcnRpYWwsIGNvbnRleHQsIG9wdGlvbnMpIHtcbiAgaWYgKCFwYXJ0aWFsKSB7XG4gICAgaWYgKG9wdGlvbnMubmFtZSA9PT0gJ0BwYXJ0aWFsLWJsb2NrJykge1xuICAgICAgcGFydGlhbCA9IG9wdGlvbnMuZGF0YVsncGFydGlhbC1ibG9jayddO1xuICAgIH0gZWxzZSB7XG4gICAgICBwYXJ0aWFsID0gb3B0aW9ucy5wYXJ0aWFsc1tvcHRpb25zLm5hbWVdO1xuICAgIH1cbiAgfSBlbHNlIGlmICghcGFydGlhbC5jYWxsICYmICFvcHRpb25zLm5hbWUpIHtcbiAgICAvLyBUaGlzIGlzIGEgZHluYW1pYyBwYXJ0aWFsIHRoYXQgcmV0dXJuZWQgYSBzdHJpbmdcbiAgICBvcHRpb25zLm5hbWUgPSBwYXJ0aWFsO1xuICAgIHBhcnRpYWwgPSBvcHRpb25zLnBhcnRpYWxzW3BhcnRpYWxdO1xuICB9XG4gIHJldHVybiBwYXJ0aWFsO1xufVxuXG5leHBvcnQgZnVuY3Rpb24gaW52b2tlUGFydGlhbChwYXJ0aWFsLCBjb250ZXh0LCBvcHRpb25zKSB7XG4gIC8vIFVzZSB0aGUgY3VycmVudCBjbG9zdXJlIGNvbnRleHQgdG8gc2F2ZSB0aGUgcGFydGlhbC1ibG9jayBpZiB0aGlzIHBhcnRpYWxcbiAgY29uc3QgY3VycmVudFBhcnRpYWxCbG9jayA9IG9wdGlvbnMuZGF0YSAmJiBvcHRpb25zLmRhdGFbJ3BhcnRpYWwtYmxvY2snXTtcbiAgb3B0aW9ucy5wYXJ0aWFsID0gdHJ1ZTtcbiAgaWYgKG9wdGlvbnMuaWRzKSB7XG4gICAgb3B0aW9ucy5kYXRhLmNvbnRleHRQYXRoID0gb3B0aW9ucy5pZHNbMF0gfHwgb3B0aW9ucy5kYXRhLmNvbnRleHRQYXRoO1xuICB9XG5cbiAgbGV0IHBhcnRpYWxCbG9jaztcbiAgaWYgKG9wdGlvbnMuZm4gJiYgb3B0aW9ucy5mbiAhPT0gbm9vcCkge1xuICAgIG9wdGlvbnMuZGF0YSA9IGNyZWF0ZUZyYW1lKG9wdGlvbnMuZGF0YSk7XG4gICAgLy8gV3JhcHBlciBmdW5jdGlvbiB0byBnZXQgYWNjZXNzIHRvIGN1cnJlbnRQYXJ0aWFsQmxvY2sgZnJvbSB0aGUgY2xvc3VyZVxuICAgIGxldCBmbiA9IG9wdGlvbnMuZm47XG4gICAgcGFydGlhbEJsb2NrID0gb3B0aW9ucy5kYXRhWydwYXJ0aWFsLWJsb2NrJ10gPSBmdW5jdGlvbiBwYXJ0aWFsQmxvY2tXcmFwcGVyKFxuICAgICAgY29udGV4dCxcbiAgICAgIG9wdGlvbnMgPSB7fVxuICAgICkge1xuICAgICAgLy8gUmVzdG9yZSB0aGUgcGFydGlhbC1ibG9jayBmcm9tIHRoZSBjbG9zdXJlIGZvciB0aGUgZXhlY3V0aW9uIG9mIHRoZSBibG9ja1xuICAgICAgLy8gaS5lLiB0aGUgcGFydCBpbnNpZGUgdGhlIGJsb2NrIG9mIHRoZSBwYXJ0aWFsIGNhbGwuXG4gICAgICBvcHRpb25zLmRhdGEgPSBjcmVhdGVGcmFtZShvcHRpb25zLmRhdGEpO1xuICAgICAgb3B0aW9ucy5kYXRhWydwYXJ0aWFsLWJsb2NrJ10gPSBjdXJyZW50UGFydGlhbEJsb2NrO1xuICAgICAgcmV0dXJuIGZuKGNvbnRleHQsIG9wdGlvbnMpO1xuICAgIH07XG4gICAgaWYgKGZuLnBhcnRpYWxzKSB7XG4gICAgICBvcHRpb25zLnBhcnRpYWxzID0gVXRpbHMuZXh0ZW5kKHt9LCBvcHRpb25zLnBhcnRpYWxzLCBmbi5wYXJ0aWFscyk7XG4gICAgfVxuICB9XG5cbiAgaWYgKHBhcnRpYWwgPT09IHVuZGVmaW5lZCAmJiBwYXJ0aWFsQmxvY2spIHtcbiAgICBwYXJ0aWFsID0gcGFydGlhbEJsb2NrO1xuICB9XG5cbiAgaWYgKHBhcnRpYWwgPT09IHVuZGVmaW5lZCkge1xuICAgIHRocm93IG5ldyBFeGNlcHRpb24oJ1RoZSBwYXJ0aWFsICcgKyBvcHRpb25zLm5hbWUgKyAnIGNvdWxkIG5vdCBiZSBmb3VuZCcpO1xuICB9IGVsc2UgaWYgKHBhcnRpYWwgaW5zdGFuY2VvZiBGdW5jdGlvbikge1xuICAgIHJldHVybiBwYXJ0aWFsKGNvbnRleHQsIG9wdGlvbnMpO1xuICB9XG59XG5cbmV4cG9ydCBmdW5jdGlvbiBub29wKCkge1xuICByZXR1cm4gJyc7XG59XG5cbmZ1bmN0aW9uIGluaXREYXRhKGNvbnRleHQsIGRhdGEpIHtcbiAgaWYgKCFkYXRhIHx8ICEoJ3Jvb3QnIGluIGRhdGEpKSB7XG4gICAgZGF0YSA9IGRhdGEgPyBjcmVhdGVGcmFtZShkYXRhKSA6IHt9O1xuICAgIGRhdGEucm9vdCA9IGNvbnRleHQ7XG4gIH1cbiAgcmV0dXJuIGRhdGE7XG59XG5cbmZ1bmN0aW9uIGV4ZWN1dGVEZWNvcmF0b3JzKGZuLCBwcm9nLCBjb250YWluZXIsIGRlcHRocywgZGF0YSwgYmxvY2tQYXJhbXMpIHtcbiAgaWYgKGZuLmRlY29yYXRvcikge1xuICAgIGxldCBwcm9wcyA9IHt9O1xuICAgIHByb2cgPSBmbi5kZWNvcmF0b3IoXG4gICAgICBwcm9nLFxuICAgICAgcHJvcHMsXG4gICAgICBjb250YWluZXIsXG4gICAgICBkZXB0aHMgJiYgZGVwdGhzWzBdLFxuICAgICAgZGF0YSxcbiAgICAgIGJsb2NrUGFyYW1zLFxuICAgICAgZGVwdGhzXG4gICAgKTtcbiAgICBVdGlscy5leHRlbmQocHJvZywgcHJvcHMpO1xuICB9XG4gIHJldHVybiBwcm9nO1xufVxuXG5mdW5jdGlvbiB3cmFwSGVscGVyc1RvUGFzc0xvb2t1cFByb3BlcnR5KG1lcmdlZEhlbHBlcnMsIGNvbnRhaW5lcikge1xuICBPYmplY3Qua2V5cyhtZXJnZWRIZWxwZXJzKS5mb3JFYWNoKGhlbHBlck5hbWUgPT4ge1xuICAgIGxldCBoZWxwZXIgPSBtZXJnZWRIZWxwZXJzW2hlbHBlck5hbWVdO1xuICAgIG1lcmdlZEhlbHBlcnNbaGVscGVyTmFtZV0gPSBwYXNzTG9va3VwUHJvcGVydHlPcHRpb24oaGVscGVyLCBjb250YWluZXIpO1xuICB9KTtcbn1cblxuZnVuY3Rpb24gcGFzc0xvb2t1cFByb3BlcnR5T3B0aW9uKGhlbHBlciwgY29udGFpbmVyKSB7XG4gIGNvbnN0IGxvb2t1cFByb3BlcnR5ID0gY29udGFpbmVyLmxvb2t1cFByb3BlcnR5O1xuICByZXR1cm4gd3JhcEhlbHBlcihoZWxwZXIsIG9wdGlvbnMgPT4ge1xuICAgIHJldHVybiBVdGlscy5leHRlbmQoeyBsb29rdXBQcm9wZXJ0eSB9LCBvcHRpb25zKTtcbiAgfSk7XG59XG4iXX0=\n","'use strict';\n\nexports.__esModule = true;\nexports.wrapHelper = wrapHelper;\n\nfunction wrapHelper(helper, transformOptionsFn) {\n if (typeof helper !== 'function') {\n // This should not happen, but apparently it does in https://github.com/wycats/handlebars.js/issues/1639\n // We try to make the wrapper least-invasive by not wrapping it, if the helper is not a function.\n return helper;\n }\n var wrapper = function wrapper() /* dynamic arguments */{\n var options = arguments[arguments.length - 1];\n arguments[arguments.length - 1] = transformOptionsFn(options);\n return helper.apply(this, arguments);\n };\n return wrapper;\n}\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uL2xpYi9oYW5kbGViYXJzL2ludGVybmFsL3dyYXBIZWxwZXIuanMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6Ijs7Ozs7QUFBTyxTQUFTLFVBQVUsQ0FBQyxNQUFNLEVBQUUsa0JBQWtCLEVBQUU7QUFDckQsTUFBSSxPQUFPLE1BQU0sS0FBSyxVQUFVLEVBQUU7OztBQUdoQyxXQUFPLE1BQU0sQ0FBQztHQUNmO0FBQ0QsTUFBSSxPQUFPLEdBQUcsU0FBVixPQUFPLDBCQUFxQztBQUM5QyxRQUFNLE9BQU8sR0FBRyxTQUFTLENBQUMsU0FBUyxDQUFDLE1BQU0sR0FBRyxDQUFDLENBQUMsQ0FBQztBQUNoRCxhQUFTLENBQUMsU0FBUyxDQUFDLE1BQU0sR0FBRyxDQUFDLENBQUMsR0FBRyxrQkFBa0IsQ0FBQyxPQUFPLENBQUMsQ0FBQztBQUM5RCxXQUFPLE1BQU0sQ0FBQyxLQUFLLENBQUMsSUFBSSxFQUFFLFNBQVMsQ0FBQyxDQUFDO0dBQ3RDLENBQUM7QUFDRixTQUFPLE9BQU8sQ0FBQztDQUNoQiIsImZpbGUiOiJ3cmFwSGVscGVyLmpzIiwic291cmNlc0NvbnRlbnQiOlsiZXhwb3J0IGZ1bmN0aW9uIHdyYXBIZWxwZXIoaGVscGVyLCB0cmFuc2Zvcm1PcHRpb25zRm4pIHtcbiAgaWYgKHR5cGVvZiBoZWxwZXIgIT09ICdmdW5jdGlvbicpIHtcbiAgICAvLyBUaGlzIHNob3VsZCBub3QgaGFwcGVuLCBidXQgYXBwYXJlbnRseSBpdCBkb2VzIGluIGh0dHBzOi8vZ2l0aHViLmNvbS93eWNhdHMvaGFuZGxlYmFycy5qcy9pc3N1ZXMvMTYzOVxuICAgIC8vIFdlIHRyeSB0byBtYWtlIHRoZSB3cmFwcGVyIGxlYXN0LWludmFzaXZlIGJ5IG5vdCB3cmFwcGluZyBpdCwgaWYgdGhlIGhlbHBlciBpcyBub3QgYSBmdW5jdGlvbi5cbiAgICByZXR1cm4gaGVscGVyO1xuICB9XG4gIGxldCB3cmFwcGVyID0gZnVuY3Rpb24oLyogZHluYW1pYyBhcmd1bWVudHMgKi8pIHtcbiAgICBjb25zdCBvcHRpb25zID0gYXJndW1lbnRzW2FyZ3VtZW50cy5sZW5ndGggLSAxXTtcbiAgICBhcmd1bWVudHNbYXJndW1lbnRzLmxlbmd0aCAtIDFdID0gdHJhbnNmb3JtT3B0aW9uc0ZuKG9wdGlvbnMpO1xuICAgIHJldHVybiBoZWxwZXIuYXBwbHkodGhpcywgYXJndW1lbnRzKTtcbiAgfTtcbiAgcmV0dXJuIHdyYXBwZXI7XG59XG4iXX0=\n","'use strict';\n\nexports.__esModule = true;\n\nexports['default'] = function (Handlebars) {\n /* istanbul ignore next */\n var root = typeof global !== 'undefined' ? global : window,\n $Handlebars = root.Handlebars;\n /* istanbul ignore next */\n Handlebars.noConflict = function () {\n if (root.Handlebars === Handlebars) {\n root.Handlebars = $Handlebars;\n }\n return Handlebars;\n };\n};\n\nmodule.exports = exports['default'];\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uL2xpYi9oYW5kbGViYXJzL25vLWNvbmZsaWN0LmpzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7Ozs7cUJBQWUsVUFBUyxVQUFVLEVBQUU7O0FBRWxDLE1BQUksSUFBSSxHQUFHLE9BQU8sTUFBTSxLQUFLLFdBQVcsR0FBRyxNQUFNLEdBQUcsTUFBTTtNQUN4RCxXQUFXLEdBQUcsSUFBSSxDQUFDLFVBQVUsQ0FBQzs7QUFFaEMsWUFBVSxDQUFDLFVBQVUsR0FBRyxZQUFXO0FBQ2pDLFFBQUksSUFBSSxDQUFDLFVBQVUsS0FBSyxVQUFVLEVBQUU7QUFDbEMsVUFBSSxDQUFDLFVBQVUsR0FBRyxXQUFXLENBQUM7S0FDL0I7QUFDRCxXQUFPLFVBQVUsQ0FBQztHQUNuQixDQUFDO0NBQ0giLCJmaWxlIjoibm8tY29uZmxpY3QuanMiLCJzb3VyY2VzQ29udGVudCI6WyJleHBvcnQgZGVmYXVsdCBmdW5jdGlvbihIYW5kbGViYXJzKSB7XG4gIC8qIGlzdGFuYnVsIGlnbm9yZSBuZXh0ICovXG4gIGxldCByb290ID0gdHlwZW9mIGdsb2JhbCAhPT0gJ3VuZGVmaW5lZCcgPyBnbG9iYWwgOiB3aW5kb3csXG4gICAgJEhhbmRsZWJhcnMgPSByb290LkhhbmRsZWJhcnM7XG4gIC8qIGlzdGFuYnVsIGlnbm9yZSBuZXh0ICovXG4gIEhhbmRsZWJhcnMubm9Db25mbGljdCA9IGZ1bmN0aW9uKCkge1xuICAgIGlmIChyb290LkhhbmRsZWJhcnMgPT09IEhhbmRsZWJhcnMpIHtcbiAgICAgIHJvb3QuSGFuZGxlYmFycyA9ICRIYW5kbGViYXJzO1xuICAgIH1cbiAgICByZXR1cm4gSGFuZGxlYmFycztcbiAgfTtcbn1cbiJdfQ==\n","var Handlebars = require(\"../../../../node_modules/handlebars/runtime.js\");\nfunction __default(obj) { return obj && (obj.__esModule ? obj[\"default\"] : obj); }\nmodule.exports = (Handlebars[\"default\"] || Handlebars).template({\"compiler\":[8,\">= 4.3.0\"],\"main\":function(container,depth0,helpers,partials,data) {\n var helper, lookupProperty = container.lookupProperty || function(parent, propertyName) {\n if (Object.prototype.hasOwnProperty.call(parent, propertyName)) {\n return parent[propertyName];\n }\n return undefined\n };\n\n return \"<div class=\\\"emptycontent\\\">\\n\t<div class=\\\"icon-loading\\\"></div>\\n\t<h2>\"\n + container.escapeExpression(((helper = (helper = lookupProperty(helpers,\"loadingText\") || (depth0 != null ? lookupProperty(depth0,\"loadingText\") : depth0)) != null ? helper : container.hooks.helperMissing),(typeof helper === \"function\" ? helper.call(depth0 != null ? depth0 : (container.nullContext || {}),{\"name\":\"loadingText\",\"hash\":{},\"data\":data,\"loc\":{\"start\":{\"line\":3,\"column\":5},\"end\":{\"line\":3,\"column\":20}}}) : helper)))\n + \"</h2>\\n</div>\\n\";\n},\"useData\":true});","var Handlebars = require(\"../../../../node_modules/handlebars/runtime.js\");\nfunction __default(obj) { return obj && (obj.__esModule ? obj[\"default\"] : obj); }\nmodule.exports = (Handlebars[\"default\"] || Handlebars).template({\"compiler\":[8,\">= 4.3.0\"],\"main\":function(container,depth0,helpers,partials,data) {\n var helper, lookupProperty = container.lookupProperty || function(parent, propertyName) {\n if (Object.prototype.hasOwnProperty.call(parent, propertyName)) {\n return parent[propertyName];\n }\n return undefined\n };\n\n return \"<div class=\\\"emptycontent\\\">\\n\t<div class=\\\"icon-search\\\"></div>\\n\t<h2>\"\n + container.escapeExpression(((helper = (helper = lookupProperty(helpers,\"couldNotLoadText\") || (depth0 != null ? lookupProperty(depth0,\"couldNotLoadText\") : depth0)) != null ? helper : container.hooks.helperMissing),(typeof helper === \"function\" ? helper.call(depth0 != null ? depth0 : (container.nullContext || {}),{\"name\":\"couldNotLoadText\",\"hash\":{},\"data\":data,\"loc\":{\"start\":{\"line\":3,\"column\":5},\"end\":{\"line\":3,\"column\":25}}}) : helper)))\n + \"</h2>\\n</div>\\n\";\n},\"useData\":true});","var Handlebars = require(\"../../../../node_modules/handlebars/runtime.js\");\nfunction __default(obj) { return obj && (obj.__esModule ? obj[\"default\"] : obj); }\nmodule.exports = (Handlebars[\"default\"] || Handlebars).template({\"compiler\":[8,\">= 4.3.0\"],\"main\":function(container,depth0,helpers,partials,data) {\n var helper, alias1=depth0 != null ? depth0 : (container.nullContext || {}), alias2=container.hooks.helperMissing, alias3=\"function\", alias4=container.escapeExpression, lookupProperty = container.lookupProperty || function(parent, propertyName) {\n if (Object.prototype.hasOwnProperty.call(parent, propertyName)) {\n return parent[propertyName];\n }\n return undefined\n };\n\n return \"<label class=\\\"hidden-visually\\\" for=\\\"contactsmenu-search\\\">\"\n + alias4(((helper = (helper = lookupProperty(helpers,\"searchContactsText\") || (depth0 != null ? lookupProperty(depth0,\"searchContactsText\") : depth0)) != null ? helper : alias2),(typeof helper === alias3 ? helper.call(alias1,{\"name\":\"searchContactsText\",\"hash\":{},\"data\":data,\"loc\":{\"start\":{\"line\":1,\"column\":57},\"end\":{\"line\":1,\"column\":79}}}) : helper)))\n + \"</label>\\n<input id=\\\"contactsmenu-search\\\" type=\\\"search\\\" placeholder=\\\"\"\n + alias4(((helper = (helper = lookupProperty(helpers,\"searchContactsText\") || (depth0 != null ? lookupProperty(depth0,\"searchContactsText\") : depth0)) != null ? helper : alias2),(typeof helper === alias3 ? helper.call(alias1,{\"name\":\"searchContactsText\",\"hash\":{},\"data\":data,\"loc\":{\"start\":{\"line\":2,\"column\":59},\"end\":{\"line\":2,\"column\":81}}}) : helper)))\n + \"\\\" value=\\\"\"\n + alias4(((helper = (helper = lookupProperty(helpers,\"searchTerm\") || (depth0 != null ? lookupProperty(depth0,\"searchTerm\") : depth0)) != null ? helper : alias2),(typeof helper === alias3 ? helper.call(alias1,{\"name\":\"searchTerm\",\"hash\":{},\"data\":data,\"loc\":{\"start\":{\"line\":2,\"column\":90},\"end\":{\"line\":2,\"column\":104}}}) : helper)))\n + \"\\\">\\n<div class=\\\"content\\\">\\n</div>\\n\";\n},\"useData\":true});","var Handlebars = require(\"../../../../node_modules/handlebars/runtime.js\");\nfunction __default(obj) { return obj && (obj.__esModule ? obj[\"default\"] : obj); }\nmodule.exports = (Handlebars[\"default\"] || Handlebars).template({\"1\":function(container,depth0,helpers,partials,data) {\n var helper, lookupProperty = container.lookupProperty || function(parent, propertyName) {\n if (Object.prototype.hasOwnProperty.call(parent, propertyName)) {\n return parent[propertyName];\n }\n return undefined\n };\n\n return \"<div class=\\\"emptycontent\\\">\\n\t<div class=\\\"icon-search\\\"></div>\\n\t<h2>\"\n + container.escapeExpression(((helper = (helper = lookupProperty(helpers,\"noContactsFoundText\") || (depth0 != null ? lookupProperty(depth0,\"noContactsFoundText\") : depth0)) != null ? helper : container.hooks.helperMissing),(typeof helper === \"function\" ? helper.call(depth0 != null ? depth0 : (container.nullContext || {}),{\"name\":\"noContactsFoundText\",\"hash\":{},\"data\":data,\"loc\":{\"start\":{\"line\":4,\"column\":5},\"end\":{\"line\":4,\"column\":28}}}) : helper)))\n + \"</h2>\\n</div>\\n\";\n},\"3\":function(container,depth0,helpers,partials,data) {\n var helper, alias1=depth0 != null ? depth0 : (container.nullContext || {}), alias2=container.hooks.helperMissing, alias3=\"function\", alias4=container.escapeExpression, lookupProperty = container.lookupProperty || function(parent, propertyName) {\n if (Object.prototype.hasOwnProperty.call(parent, propertyName)) {\n return parent[propertyName];\n }\n return undefined\n };\n\n return \"<div class=\\\"footer\\\"><a href=\\\"\"\n + alias4(((helper = (helper = lookupProperty(helpers,\"contactsAppURL\") || (depth0 != null ? lookupProperty(depth0,\"contactsAppURL\") : depth0)) != null ? helper : alias2),(typeof helper === alias3 ? helper.call(alias1,{\"name\":\"contactsAppURL\",\"hash\":{},\"data\":data,\"loc\":{\"start\":{\"line\":9,\"column\":29},\"end\":{\"line\":9,\"column\":47}}}) : helper)))\n + \"\\\">\"\n + alias4(((helper = (helper = lookupProperty(helpers,\"showAllContactsText\") || (depth0 != null ? lookupProperty(depth0,\"showAllContactsText\") : depth0)) != null ? helper : alias2),(typeof helper === alias3 ? helper.call(alias1,{\"name\":\"showAllContactsText\",\"hash\":{},\"data\":data,\"loc\":{\"start\":{\"line\":9,\"column\":49},\"end\":{\"line\":9,\"column\":72}}}) : helper)))\n + \"</a></div>\\n\";\n},\"5\":function(container,depth0,helpers,partials,data) {\n var stack1, lookupProperty = container.lookupProperty || function(parent, propertyName) {\n if (Object.prototype.hasOwnProperty.call(parent, propertyName)) {\n return parent[propertyName];\n }\n return undefined\n };\n\n return ((stack1 = lookupProperty(helpers,\"if\").call(depth0 != null ? depth0 : (container.nullContext || {}),(depth0 != null ? lookupProperty(depth0,\"canInstallApp\") : depth0),{\"name\":\"if\",\"hash\":{},\"fn\":container.program(6, data, 0),\"inverse\":container.noop,\"data\":data,\"loc\":{\"start\":{\"line\":10,\"column\":0},\"end\":{\"line\":12,\"column\":0}}})) != null ? stack1 : \"\");\n},\"6\":function(container,depth0,helpers,partials,data) {\n var helper, alias1=depth0 != null ? depth0 : (container.nullContext || {}), alias2=container.hooks.helperMissing, alias3=\"function\", alias4=container.escapeExpression, lookupProperty = container.lookupProperty || function(parent, propertyName) {\n if (Object.prototype.hasOwnProperty.call(parent, propertyName)) {\n return parent[propertyName];\n }\n return undefined\n };\n\n return \"<div class=\\\"footer\\\"><a href=\\\"\"\n + alias4(((helper = (helper = lookupProperty(helpers,\"contactsAppMgmtURL\") || (depth0 != null ? lookupProperty(depth0,\"contactsAppMgmtURL\") : depth0)) != null ? helper : alias2),(typeof helper === alias3 ? helper.call(alias1,{\"name\":\"contactsAppMgmtURL\",\"hash\":{},\"data\":data,\"loc\":{\"start\":{\"line\":11,\"column\":29},\"end\":{\"line\":11,\"column\":51}}}) : helper)))\n + \"\\\">\"\n + alias4(((helper = (helper = lookupProperty(helpers,\"contactsAppMgmtText\") || (depth0 != null ? lookupProperty(depth0,\"contactsAppMgmtText\") : depth0)) != null ? helper : alias2),(typeof helper === alias3 ? helper.call(alias1,{\"name\":\"contactsAppMgmtText\",\"hash\":{},\"data\":data,\"loc\":{\"start\":{\"line\":11,\"column\":53},\"end\":{\"line\":11,\"column\":76}}}) : helper)))\n + \"</a></div>\\n\";\n},\"compiler\":[8,\">= 4.3.0\"],\"main\":function(container,depth0,helpers,partials,data) {\n var stack1, alias1=depth0 != null ? depth0 : (container.nullContext || {}), lookupProperty = container.lookupProperty || function(parent, propertyName) {\n if (Object.prototype.hasOwnProperty.call(parent, propertyName)) {\n return parent[propertyName];\n }\n return undefined\n };\n\n return ((stack1 = lookupProperty(helpers,\"unless\").call(alias1,((stack1 = (depth0 != null ? lookupProperty(depth0,\"contacts\") : depth0)) != null ? lookupProperty(stack1,\"length\") : stack1),{\"name\":\"unless\",\"hash\":{},\"fn\":container.program(1, data, 0),\"inverse\":container.noop,\"data\":data,\"loc\":{\"start\":{\"line\":1,\"column\":0},\"end\":{\"line\":6,\"column\":11}}})) != null ? stack1 : \"\")\n + \"<div id=\\\"contactsmenu-contacts\\\"></div>\\n\"\n + ((stack1 = lookupProperty(helpers,\"if\").call(alias1,(depth0 != null ? lookupProperty(depth0,\"contactsAppEnabled\") : depth0),{\"name\":\"if\",\"hash\":{},\"fn\":container.program(3, data, 0),\"inverse\":container.program(5, data, 0),\"data\":data,\"loc\":{\"start\":{\"line\":8,\"column\":0},\"end\":{\"line\":12,\"column\":7}}})) != null ? stack1 : \"\");\n},\"useData\":true});","var baseConvert = require('./_baseConvert'),\n util = require('./_util');\n\n/**\n * Converts `func` of `name` to an immutable auto-curried iteratee-first data-last\n * version with conversion `options` applied. If `name` is an object its methods\n * will be converted.\n *\n * @param {string} name The name of the function to wrap.\n * @param {Function} [func] The function to wrap.\n * @param {Object} [options] The options object. See `baseConvert` for more details.\n * @returns {Function|Object} Returns the converted function or object.\n */\nfunction convert(name, func, options) {\n return baseConvert(util, name, func, options);\n}\n\nmodule.exports = convert;\n","var mapping = require('./_mapping'),\n fallbackHolder = require('./placeholder');\n\n/** Built-in value reference. */\nvar push = Array.prototype.push;\n\n/**\n * Creates a function, with an arity of `n`, that invokes `func` with the\n * arguments it receives.\n *\n * @private\n * @param {Function} func The function to wrap.\n * @param {number} n The arity of the new function.\n * @returns {Function} Returns the new function.\n */\nfunction baseArity(func, n) {\n return n == 2\n ? function(a, b) { return func.apply(undefined, arguments); }\n : function(a) { return func.apply(undefined, arguments); };\n}\n\n/**\n * Creates a function that invokes `func`, with up to `n` arguments, ignoring\n * any additional arguments.\n *\n * @private\n * @param {Function} func The function to cap arguments for.\n * @param {number} n The arity cap.\n * @returns {Function} Returns the new function.\n */\nfunction baseAry(func, n) {\n return n == 2\n ? function(a, b) { return func(a, b); }\n : function(a) { return func(a); };\n}\n\n/**\n * Creates a clone of `array`.\n *\n * @private\n * @param {Array} array The array to clone.\n * @returns {Array} Returns the cloned array.\n */\nfunction cloneArray(array) {\n var length = array ? array.length : 0,\n result = Array(length);\n\n while (length--) {\n result[length] = array[length];\n }\n return result;\n}\n\n/**\n * Creates a function that clones a given object using the assignment `func`.\n *\n * @private\n * @param {Function} func The assignment function.\n * @returns {Function} Returns the new cloner function.\n */\nfunction createCloner(func) {\n return function(object) {\n return func({}, object);\n };\n}\n\n/**\n * A specialized version of `_.spread` which flattens the spread array into\n * the arguments of the invoked `func`.\n *\n * @private\n * @param {Function} func The function to spread arguments over.\n * @param {number} start The start position of the spread.\n * @returns {Function} Returns the new function.\n */\nfunction flatSpread(func, start) {\n return function() {\n var length = arguments.length,\n lastIndex = length - 1,\n args = Array(length);\n\n while (length--) {\n args[length] = arguments[length];\n }\n var array = args[start],\n otherArgs = args.slice(0, start);\n\n if (array) {\n push.apply(otherArgs, array);\n }\n if (start != lastIndex) {\n push.apply(otherArgs, args.slice(start + 1));\n }\n return func.apply(this, otherArgs);\n };\n}\n\n/**\n * Creates a function that wraps `func` and uses `cloner` to clone the first\n * argument it receives.\n *\n * @private\n * @param {Function} func The function to wrap.\n * @param {Function} cloner The function to clone arguments.\n * @returns {Function} Returns the new immutable function.\n */\nfunction wrapImmutable(func, cloner) {\n return function() {\n var length = arguments.length;\n if (!length) {\n return;\n }\n var args = Array(length);\n while (length--) {\n args[length] = arguments[length];\n }\n var result = args[0] = cloner.apply(undefined, args);\n func.apply(undefined, args);\n return result;\n };\n}\n\n/**\n * The base implementation of `convert` which accepts a `util` object of methods\n * required to perform conversions.\n *\n * @param {Object} util The util object.\n * @param {string} name The name of the function to convert.\n * @param {Function} func The function to convert.\n * @param {Object} [options] The options object.\n * @param {boolean} [options.cap=true] Specify capping iteratee arguments.\n * @param {boolean} [options.curry=true] Specify currying.\n * @param {boolean} [options.fixed=true] Specify fixed arity.\n * @param {boolean} [options.immutable=true] Specify immutable operations.\n * @param {boolean} [options.rearg=true] Specify rearranging arguments.\n * @returns {Function|Object} Returns the converted function or object.\n */\nfunction baseConvert(util, name, func, options) {\n var isLib = typeof name == 'function',\n isObj = name === Object(name);\n\n if (isObj) {\n options = func;\n func = name;\n name = undefined;\n }\n if (func == null) {\n throw new TypeError;\n }\n options || (options = {});\n\n var config = {\n 'cap': 'cap' in options ? options.cap : true,\n 'curry': 'curry' in options ? options.curry : true,\n 'fixed': 'fixed' in options ? options.fixed : true,\n 'immutable': 'immutable' in options ? options.immutable : true,\n 'rearg': 'rearg' in options ? options.rearg : true\n };\n\n var defaultHolder = isLib ? func : fallbackHolder,\n forceCurry = ('curry' in options) && options.curry,\n forceFixed = ('fixed' in options) && options.fixed,\n forceRearg = ('rearg' in options) && options.rearg,\n pristine = isLib ? func.runInContext() : undefined;\n\n var helpers = isLib ? func : {\n 'ary': util.ary,\n 'assign': util.assign,\n 'clone': util.clone,\n 'curry': util.curry,\n 'forEach': util.forEach,\n 'isArray': util.isArray,\n 'isError': util.isError,\n 'isFunction': util.isFunction,\n 'isWeakMap': util.isWeakMap,\n 'iteratee': util.iteratee,\n 'keys': util.keys,\n 'rearg': util.rearg,\n 'toInteger': util.toInteger,\n 'toPath': util.toPath\n };\n\n var ary = helpers.ary,\n assign = helpers.assign,\n clone = helpers.clone,\n curry = helpers.curry,\n each = helpers.forEach,\n isArray = helpers.isArray,\n isError = helpers.isError,\n isFunction = helpers.isFunction,\n isWeakMap = helpers.isWeakMap,\n keys = helpers.keys,\n rearg = helpers.rearg,\n toInteger = helpers.toInteger,\n toPath = helpers.toPath;\n\n var aryMethodKeys = keys(mapping.aryMethod);\n\n var wrappers = {\n 'castArray': function(castArray) {\n return function() {\n var value = arguments[0];\n return isArray(value)\n ? castArray(cloneArray(value))\n : castArray.apply(undefined, arguments);\n };\n },\n 'iteratee': function(iteratee) {\n return function() {\n var func = arguments[0],\n arity = arguments[1],\n result = iteratee(func, arity),\n length = result.length;\n\n if (config.cap && typeof arity == 'number') {\n arity = arity > 2 ? (arity - 2) : 1;\n return (length && length <= arity) ? result : baseAry(result, arity);\n }\n return result;\n };\n },\n 'mixin': function(mixin) {\n return function(source) {\n var func = this;\n if (!isFunction(func)) {\n return mixin(func, Object(source));\n }\n var pairs = [];\n each(keys(source), function(key) {\n if (isFunction(source[key])) {\n pairs.push([key, func.prototype[key]]);\n }\n });\n\n mixin(func, Object(source));\n\n each(pairs, function(pair) {\n var value = pair[1];\n if (isFunction(value)) {\n func.prototype[pair[0]] = value;\n } else {\n delete func.prototype[pair[0]];\n }\n });\n return func;\n };\n },\n 'nthArg': function(nthArg) {\n return function(n) {\n var arity = n < 0 ? 1 : (toInteger(n) + 1);\n return curry(nthArg(n), arity);\n };\n },\n 'rearg': function(rearg) {\n return function(func, indexes) {\n var arity = indexes ? indexes.length : 0;\n return curry(rearg(func, indexes), arity);\n };\n },\n 'runInContext': function(runInContext) {\n return function(context) {\n return baseConvert(util, runInContext(context), options);\n };\n }\n };\n\n /*--------------------------------------------------------------------------*/\n\n /**\n * Casts `func` to a function with an arity capped iteratee if needed.\n *\n * @private\n * @param {string} name The name of the function to inspect.\n * @param {Function} func The function to inspect.\n * @returns {Function} Returns the cast function.\n */\n function castCap(name, func) {\n if (config.cap) {\n var indexes = mapping.iterateeRearg[name];\n if (indexes) {\n return iterateeRearg(func, indexes);\n }\n var n = !isLib && mapping.iterateeAry[name];\n if (n) {\n return iterateeAry(func, n);\n }\n }\n return func;\n }\n\n /**\n * Casts `func` to a curried function if needed.\n *\n * @private\n * @param {string} name The name of the function to inspect.\n * @param {Function} func The function to inspect.\n * @param {number} n The arity of `func`.\n * @returns {Function} Returns the cast function.\n */\n function castCurry(name, func, n) {\n return (forceCurry || (config.curry && n > 1))\n ? curry(func, n)\n : func;\n }\n\n /**\n * Casts `func` to a fixed arity function if needed.\n *\n * @private\n * @param {string} name The name of the function to inspect.\n * @param {Function} func The function to inspect.\n * @param {number} n The arity cap.\n * @returns {Function} Returns the cast function.\n */\n function castFixed(name, func, n) {\n if (config.fixed && (forceFixed || !mapping.skipFixed[name])) {\n var data = mapping.methodSpread[name],\n start = data && data.start;\n\n return start === undefined ? ary(func, n) : flatSpread(func, start);\n }\n return func;\n }\n\n /**\n * Casts `func` to an rearged function if needed.\n *\n * @private\n * @param {string} name The name of the function to inspect.\n * @param {Function} func The function to inspect.\n * @param {number} n The arity of `func`.\n * @returns {Function} Returns the cast function.\n */\n function castRearg(name, func, n) {\n return (config.rearg && n > 1 && (forceRearg || !mapping.skipRearg[name]))\n ? rearg(func, mapping.methodRearg[name] || mapping.aryRearg[n])\n : func;\n }\n\n /**\n * Creates a clone of `object` by `path`.\n *\n * @private\n * @param {Object} object The object to clone.\n * @param {Array|string} path The path to clone by.\n * @returns {Object} Returns the cloned object.\n */\n function cloneByPath(object, path) {\n path = toPath(path);\n\n var index = -1,\n length = path.length,\n lastIndex = length - 1,\n result = clone(Object(object)),\n nested = result;\n\n while (nested != null && ++index < length) {\n var key = path[index],\n value = nested[key];\n\n if (value != null &&\n !(isFunction(value) || isError(value) || isWeakMap(value))) {\n nested[key] = clone(index == lastIndex ? value : Object(value));\n }\n nested = nested[key];\n }\n return result;\n }\n\n /**\n * Converts `lodash` to an immutable auto-curried iteratee-first data-last\n * version with conversion `options` applied.\n *\n * @param {Object} [options] The options object. See `baseConvert` for more details.\n * @returns {Function} Returns the converted `lodash`.\n */\n function convertLib(options) {\n return _.runInContext.convert(options)(undefined);\n }\n\n /**\n * Create a converter function for `func` of `name`.\n *\n * @param {string} name The name of the function to convert.\n * @param {Function} func The function to convert.\n * @returns {Function} Returns the new converter function.\n */\n function createConverter(name, func) {\n var realName = mapping.aliasToReal[name] || name,\n methodName = mapping.remap[realName] || realName,\n oldOptions = options;\n\n return function(options) {\n var newUtil = isLib ? pristine : helpers,\n newFunc = isLib ? pristine[methodName] : func,\n newOptions = assign(assign({}, oldOptions), options);\n\n return baseConvert(newUtil, realName, newFunc, newOptions);\n };\n }\n\n /**\n * Creates a function that wraps `func` to invoke its iteratee, with up to `n`\n * arguments, ignoring any additional arguments.\n *\n * @private\n * @param {Function} func The function to cap iteratee arguments for.\n * @param {number} n The arity cap.\n * @returns {Function} Returns the new function.\n */\n function iterateeAry(func, n) {\n return overArg(func, function(func) {\n return typeof func == 'function' ? baseAry(func, n) : func;\n });\n }\n\n /**\n * Creates a function that wraps `func` to invoke its iteratee with arguments\n * arranged according to the specified `indexes` where the argument value at\n * the first index is provided as the first argument, the argument value at\n * the second index is provided as the second argument, and so on.\n *\n * @private\n * @param {Function} func The function to rearrange iteratee arguments for.\n * @param {number[]} indexes The arranged argument indexes.\n * @returns {Function} Returns the new function.\n */\n function iterateeRearg(func, indexes) {\n return overArg(func, function(func) {\n var n = indexes.length;\n return baseArity(rearg(baseAry(func, n), indexes), n);\n });\n }\n\n /**\n * Creates a function that invokes `func` with its first argument transformed.\n *\n * @private\n * @param {Function} func The function to wrap.\n * @param {Function} transform The argument transform.\n * @returns {Function} Returns the new function.\n */\n function overArg(func, transform) {\n return function() {\n var length = arguments.length;\n if (!length) {\n return func();\n }\n var args = Array(length);\n while (length--) {\n args[length] = arguments[length];\n }\n var index = config.rearg ? 0 : (length - 1);\n args[index] = transform(args[index]);\n return func.apply(undefined, args);\n };\n }\n\n /**\n * Creates a function that wraps `func` and applys the conversions\n * rules by `name`.\n *\n * @private\n * @param {string} name The name of the function to wrap.\n * @param {Function} func The function to wrap.\n * @returns {Function} Returns the converted function.\n */\n function wrap(name, func, placeholder) {\n var result,\n realName = mapping.aliasToReal[name] || name,\n wrapped = func,\n wrapper = wrappers[realName];\n\n if (wrapper) {\n wrapped = wrapper(func);\n }\n else if (config.immutable) {\n if (mapping.mutate.array[realName]) {\n wrapped = wrapImmutable(func, cloneArray);\n }\n else if (mapping.mutate.object[realName]) {\n wrapped = wrapImmutable(func, createCloner(func));\n }\n else if (mapping.mutate.set[realName]) {\n wrapped = wrapImmutable(func, cloneByPath);\n }\n }\n each(aryMethodKeys, function(aryKey) {\n each(mapping.aryMethod[aryKey], function(otherName) {\n if (realName == otherName) {\n var data = mapping.methodSpread[realName],\n afterRearg = data && data.afterRearg;\n\n result = afterRearg\n ? castFixed(realName, castRearg(realName, wrapped, aryKey), aryKey)\n : castRearg(realName, castFixed(realName, wrapped, aryKey), aryKey);\n\n result = castCap(realName, result);\n result = castCurry(realName, result, aryKey);\n return false;\n }\n });\n return !result;\n });\n\n result || (result = wrapped);\n if (result == func) {\n result = forceCurry ? curry(result, 1) : function() {\n return func.apply(this, arguments);\n };\n }\n result.convert = createConverter(realName, func);\n result.placeholder = func.placeholder = placeholder;\n\n return result;\n }\n\n /*--------------------------------------------------------------------------*/\n\n if (!isObj) {\n return wrap(name, func, defaultHolder);\n }\n var _ = func;\n\n // Convert methods by ary cap.\n var pairs = [];\n each(aryMethodKeys, function(aryKey) {\n each(mapping.aryMethod[aryKey], function(key) {\n var func = _[mapping.remap[key] || key];\n if (func) {\n pairs.push([key, wrap(key, func, _)]);\n }\n });\n });\n\n // Convert remaining methods.\n each(keys(_), function(key) {\n var func = _[key];\n if (typeof func == 'function') {\n var length = pairs.length;\n while (length--) {\n if (pairs[length][0] == key) {\n return;\n }\n }\n func.convert = createConverter(key, func);\n pairs.push([key, func]);\n }\n });\n\n // Assign to `_` leaving `_.prototype` unchanged to allow chaining.\n each(pairs, function(pair) {\n _[pair[0]] = pair[1];\n });\n\n _.convert = convertLib;\n _.placeholder = _;\n\n // Assign aliases.\n each(keys(_), function(key) {\n each(mapping.realToAlias[key] || [], function(alias) {\n _[alias] = _[key];\n });\n });\n\n return _;\n}\n\nmodule.exports = baseConvert;\n","/** Used to map aliases to their real names. */\nexports.aliasToReal = {\n\n // Lodash aliases.\n 'each': 'forEach',\n 'eachRight': 'forEachRight',\n 'entries': 'toPairs',\n 'entriesIn': 'toPairsIn',\n 'extend': 'assignIn',\n 'extendAll': 'assignInAll',\n 'extendAllWith': 'assignInAllWith',\n 'extendWith': 'assignInWith',\n 'first': 'head',\n\n // Methods that are curried variants of others.\n 'conforms': 'conformsTo',\n 'matches': 'isMatch',\n 'property': 'get',\n\n // Ramda aliases.\n '__': 'placeholder',\n 'F': 'stubFalse',\n 'T': 'stubTrue',\n 'all': 'every',\n 'allPass': 'overEvery',\n 'always': 'constant',\n 'any': 'some',\n 'anyPass': 'overSome',\n 'apply': 'spread',\n 'assoc': 'set',\n 'assocPath': 'set',\n 'complement': 'negate',\n 'compose': 'flowRight',\n 'contains': 'includes',\n 'dissoc': 'unset',\n 'dissocPath': 'unset',\n 'dropLast': 'dropRight',\n 'dropLastWhile': 'dropRightWhile',\n 'equals': 'isEqual',\n 'identical': 'eq',\n 'indexBy': 'keyBy',\n 'init': 'initial',\n 'invertObj': 'invert',\n 'juxt': 'over',\n 'omitAll': 'omit',\n 'nAry': 'ary',\n 'path': 'get',\n 'pathEq': 'matchesProperty',\n 'pathOr': 'getOr',\n 'paths': 'at',\n 'pickAll': 'pick',\n 'pipe': 'flow',\n 'pluck': 'map',\n 'prop': 'get',\n 'propEq': 'matchesProperty',\n 'propOr': 'getOr',\n 'props': 'at',\n 'symmetricDifference': 'xor',\n 'symmetricDifferenceBy': 'xorBy',\n 'symmetricDifferenceWith': 'xorWith',\n 'takeLast': 'takeRight',\n 'takeLastWhile': 'takeRightWhile',\n 'unapply': 'rest',\n 'unnest': 'flatten',\n 'useWith': 'overArgs',\n 'where': 'conformsTo',\n 'whereEq': 'isMatch',\n 'zipObj': 'zipObject'\n};\n\n/** Used to map ary to method names. */\nexports.aryMethod = {\n '1': [\n 'assignAll', 'assignInAll', 'attempt', 'castArray', 'ceil', 'create',\n 'curry', 'curryRight', 'defaultsAll', 'defaultsDeepAll', 'floor', 'flow',\n 'flowRight', 'fromPairs', 'invert', 'iteratee', 'memoize', 'method', 'mergeAll',\n 'methodOf', 'mixin', 'nthArg', 'over', 'overEvery', 'overSome','rest', 'reverse',\n 'round', 'runInContext', 'spread', 'template', 'trim', 'trimEnd', 'trimStart',\n 'uniqueId', 'words', 'zipAll'\n ],\n '2': [\n 'add', 'after', 'ary', 'assign', 'assignAllWith', 'assignIn', 'assignInAllWith',\n 'at', 'before', 'bind', 'bindAll', 'bindKey', 'chunk', 'cloneDeepWith',\n 'cloneWith', 'concat', 'conformsTo', 'countBy', 'curryN', 'curryRightN',\n 'debounce', 'defaults', 'defaultsDeep', 'defaultTo', 'delay', 'difference',\n 'divide', 'drop', 'dropRight', 'dropRightWhile', 'dropWhile', 'endsWith', 'eq',\n 'every', 'filter', 'find', 'findIndex', 'findKey', 'findLast', 'findLastIndex',\n 'findLastKey', 'flatMap', 'flatMapDeep', 'flattenDepth', 'forEach',\n 'forEachRight', 'forIn', 'forInRight', 'forOwn', 'forOwnRight', 'get',\n 'groupBy', 'gt', 'gte', 'has', 'hasIn', 'includes', 'indexOf', 'intersection',\n 'invertBy', 'invoke', 'invokeMap', 'isEqual', 'isMatch', 'join', 'keyBy',\n 'lastIndexOf', 'lt', 'lte', 'map', 'mapKeys', 'mapValues', 'matchesProperty',\n 'maxBy', 'meanBy', 'merge', 'mergeAllWith', 'minBy', 'multiply', 'nth', 'omit',\n 'omitBy', 'overArgs', 'pad', 'padEnd', 'padStart', 'parseInt', 'partial',\n 'partialRight', 'partition', 'pick', 'pickBy', 'propertyOf', 'pull', 'pullAll',\n 'pullAt', 'random', 'range', 'rangeRight', 'rearg', 'reject', 'remove',\n 'repeat', 'restFrom', 'result', 'sampleSize', 'some', 'sortBy', 'sortedIndex',\n 'sortedIndexOf', 'sortedLastIndex', 'sortedLastIndexOf', 'sortedUniqBy',\n 'split', 'spreadFrom', 'startsWith', 'subtract', 'sumBy', 'take', 'takeRight',\n 'takeRightWhile', 'takeWhile', 'tap', 'throttle', 'thru', 'times', 'trimChars',\n 'trimCharsEnd', 'trimCharsStart', 'truncate', 'union', 'uniqBy', 'uniqWith',\n 'unset', 'unzipWith', 'without', 'wrap', 'xor', 'zip', 'zipObject',\n 'zipObjectDeep'\n ],\n '3': [\n 'assignInWith', 'assignWith', 'clamp', 'differenceBy', 'differenceWith',\n 'findFrom', 'findIndexFrom', 'findLastFrom', 'findLastIndexFrom', 'getOr',\n 'includesFrom', 'indexOfFrom', 'inRange', 'intersectionBy', 'intersectionWith',\n 'invokeArgs', 'invokeArgsMap', 'isEqualWith', 'isMatchWith', 'flatMapDepth',\n 'lastIndexOfFrom', 'mergeWith', 'orderBy', 'padChars', 'padCharsEnd',\n 'padCharsStart', 'pullAllBy', 'pullAllWith', 'rangeStep', 'rangeStepRight',\n 'reduce', 'reduceRight', 'replace', 'set', 'slice', 'sortedIndexBy',\n 'sortedLastIndexBy', 'transform', 'unionBy', 'unionWith', 'update', 'xorBy',\n 'xorWith', 'zipWith'\n ],\n '4': [\n 'fill', 'setWith', 'updateWith'\n ]\n};\n\n/** Used to map ary to rearg configs. */\nexports.aryRearg = {\n '2': [1, 0],\n '3': [2, 0, 1],\n '4': [3, 2, 0, 1]\n};\n\n/** Used to map method names to their iteratee ary. */\nexports.iterateeAry = {\n 'dropRightWhile': 1,\n 'dropWhile': 1,\n 'every': 1,\n 'filter': 1,\n 'find': 1,\n 'findFrom': 1,\n 'findIndex': 1,\n 'findIndexFrom': 1,\n 'findKey': 1,\n 'findLast': 1,\n 'findLastFrom': 1,\n 'findLastIndex': 1,\n 'findLastIndexFrom': 1,\n 'findLastKey': 1,\n 'flatMap': 1,\n 'flatMapDeep': 1,\n 'flatMapDepth': 1,\n 'forEach': 1,\n 'forEachRight': 1,\n 'forIn': 1,\n 'forInRight': 1,\n 'forOwn': 1,\n 'forOwnRight': 1,\n 'map': 1,\n 'mapKeys': 1,\n 'mapValues': 1,\n 'partition': 1,\n 'reduce': 2,\n 'reduceRight': 2,\n 'reject': 1,\n 'remove': 1,\n 'some': 1,\n 'takeRightWhile': 1,\n 'takeWhile': 1,\n 'times': 1,\n 'transform': 2\n};\n\n/** Used to map method names to iteratee rearg configs. */\nexports.iterateeRearg = {\n 'mapKeys': [1],\n 'reduceRight': [1, 0]\n};\n\n/** Used to map method names to rearg configs. */\nexports.methodRearg = {\n 'assignInAllWith': [1, 0],\n 'assignInWith': [1, 2, 0],\n 'assignAllWith': [1, 0],\n 'assignWith': [1, 2, 0],\n 'differenceBy': [1, 2, 0],\n 'differenceWith': [1, 2, 0],\n 'getOr': [2, 1, 0],\n 'intersectionBy': [1, 2, 0],\n 'intersectionWith': [1, 2, 0],\n 'isEqualWith': [1, 2, 0],\n 'isMatchWith': [2, 1, 0],\n 'mergeAllWith': [1, 0],\n 'mergeWith': [1, 2, 0],\n 'padChars': [2, 1, 0],\n 'padCharsEnd': [2, 1, 0],\n 'padCharsStart': [2, 1, 0],\n 'pullAllBy': [2, 1, 0],\n 'pullAllWith': [2, 1, 0],\n 'rangeStep': [1, 2, 0],\n 'rangeStepRight': [1, 2, 0],\n 'setWith': [3, 1, 2, 0],\n 'sortedIndexBy': [2, 1, 0],\n 'sortedLastIndexBy': [2, 1, 0],\n 'unionBy': [1, 2, 0],\n 'unionWith': [1, 2, 0],\n 'updateWith': [3, 1, 2, 0],\n 'xorBy': [1, 2, 0],\n 'xorWith': [1, 2, 0],\n 'zipWith': [1, 2, 0]\n};\n\n/** Used to map method names to spread configs. */\nexports.methodSpread = {\n 'assignAll': { 'start': 0 },\n 'assignAllWith': { 'start': 0 },\n 'assignInAll': { 'start': 0 },\n 'assignInAllWith': { 'start': 0 },\n 'defaultsAll': { 'start': 0 },\n 'defaultsDeepAll': { 'start': 0 },\n 'invokeArgs': { 'start': 2 },\n 'invokeArgsMap': { 'start': 2 },\n 'mergeAll': { 'start': 0 },\n 'mergeAllWith': { 'start': 0 },\n 'partial': { 'start': 1 },\n 'partialRight': { 'start': 1 },\n 'without': { 'start': 1 },\n 'zipAll': { 'start': 0 }\n};\n\n/** Used to identify methods which mutate arrays or objects. */\nexports.mutate = {\n 'array': {\n 'fill': true,\n 'pull': true,\n 'pullAll': true,\n 'pullAllBy': true,\n 'pullAllWith': true,\n 'pullAt': true,\n 'remove': true,\n 'reverse': true\n },\n 'object': {\n 'assign': true,\n 'assignAll': true,\n 'assignAllWith': true,\n 'assignIn': true,\n 'assignInAll': true,\n 'assignInAllWith': true,\n 'assignInWith': true,\n 'assignWith': true,\n 'defaults': true,\n 'defaultsAll': true,\n 'defaultsDeep': true,\n 'defaultsDeepAll': true,\n 'merge': true,\n 'mergeAll': true,\n 'mergeAllWith': true,\n 'mergeWith': true,\n },\n 'set': {\n 'set': true,\n 'setWith': true,\n 'unset': true,\n 'update': true,\n 'updateWith': true\n }\n};\n\n/** Used to map real names to their aliases. */\nexports.realToAlias = (function() {\n var hasOwnProperty = Object.prototype.hasOwnProperty,\n object = exports.aliasToReal,\n result = {};\n\n for (var key in object) {\n var value = object[key];\n if (hasOwnProperty.call(result, value)) {\n result[value].push(key);\n } else {\n result[value] = [key];\n }\n }\n return result;\n}());\n\n/** Used to map method names to other names. */\nexports.remap = {\n 'assignAll': 'assign',\n 'assignAllWith': 'assignWith',\n 'assignInAll': 'assignIn',\n 'assignInAllWith': 'assignInWith',\n 'curryN': 'curry',\n 'curryRightN': 'curryRight',\n 'defaultsAll': 'defaults',\n 'defaultsDeepAll': 'defaultsDeep',\n 'findFrom': 'find',\n 'findIndexFrom': 'findIndex',\n 'findLastFrom': 'findLast',\n 'findLastIndexFrom': 'findLastIndex',\n 'getOr': 'get',\n 'includesFrom': 'includes',\n 'indexOfFrom': 'indexOf',\n 'invokeArgs': 'invoke',\n 'invokeArgsMap': 'invokeMap',\n 'lastIndexOfFrom': 'lastIndexOf',\n 'mergeAll': 'merge',\n 'mergeAllWith': 'mergeWith',\n 'padChars': 'pad',\n 'padCharsEnd': 'padEnd',\n 'padCharsStart': 'padStart',\n 'propertyOf': 'get',\n 'rangeStep': 'range',\n 'rangeStepRight': 'rangeRight',\n 'restFrom': 'rest',\n 'spreadFrom': 'spread',\n 'trimChars': 'trim',\n 'trimCharsEnd': 'trimEnd',\n 'trimCharsStart': 'trimStart',\n 'zipAll': 'zip'\n};\n\n/** Used to track methods that skip fixing their arity. */\nexports.skipFixed = {\n 'castArray': true,\n 'flow': true,\n 'flowRight': true,\n 'iteratee': true,\n 'mixin': true,\n 'rearg': true,\n 'runInContext': true\n};\n\n/** Used to track methods that skip rearranging arguments. */\nexports.skipRearg = {\n 'add': true,\n 'assign': true,\n 'assignIn': true,\n 'bind': true,\n 'bindKey': true,\n 'concat': true,\n 'difference': true,\n 'divide': true,\n 'eq': true,\n 'gt': true,\n 'gte': true,\n 'isEqual': true,\n 'lt': true,\n 'lte': true,\n 'matchesProperty': true,\n 'merge': true,\n 'multiply': true,\n 'overArgs': true,\n 'partial': true,\n 'partialRight': true,\n 'propertyOf': true,\n 'random': true,\n 'range': true,\n 'rangeRight': true,\n 'subtract': true,\n 'zip': true,\n 'zipObject': true,\n 'zipObjectDeep': true\n};\n","module.exports = {\n 'ary': require('../ary'),\n 'assign': require('../_baseAssign'),\n 'clone': require('../clone'),\n 'curry': require('../curry'),\n 'forEach': require('../_arrayEach'),\n 'isArray': require('../isArray'),\n 'isError': require('../isError'),\n 'isFunction': require('../isFunction'),\n 'isWeakMap': require('../isWeakMap'),\n 'iteratee': require('../iteratee'),\n 'keys': require('../_baseKeys'),\n 'rearg': require('../rearg'),\n 'toInteger': require('../toInteger'),\n 'toPath': require('../toPath')\n};\n","var createWrap = require('./_createWrap');\n\n/** Used to compose bitmasks for function metadata. */\nvar WRAP_ARY_FLAG = 128;\n\n/**\n * Creates a function that invokes `func`, with up to `n` arguments,\n * ignoring any additional arguments.\n *\n * @static\n * @memberOf _\n * @since 3.0.0\n * @category Function\n * @param {Function} func The function to cap arguments for.\n * @param {number} [n=func.length] The arity cap.\n * @param- {Object} [guard] Enables use as an iteratee for methods like `_.map`.\n * @returns {Function} Returns the new capped function.\n * @example\n *\n * _.map(['6', '8', '10'], _.ary(parseInt, 1));\n * // => [6, 8, 10]\n */\nfunction ary(func, n, guard) {\n n = guard ? undefined : n;\n n = (func && n == null) ? func.length : n;\n return createWrap(func, WRAP_ARY_FLAG, undefined, undefined, undefined, undefined, n);\n}\n\nmodule.exports = ary;\n","var createCtor = require('./_createCtor'),\n root = require('./_root');\n\n/** Used to compose bitmasks for function metadata. */\nvar WRAP_BIND_FLAG = 1;\n\n/**\n * Creates a function that wraps `func` to invoke it with the optional `this`\n * binding of `thisArg`.\n *\n * @private\n * @param {Function} func The function to wrap.\n * @param {number} bitmask The bitmask flags. See `createWrap` for more details.\n * @param {*} [thisArg] The `this` binding of `func`.\n * @returns {Function} Returns the new wrapped function.\n */\nfunction createBind(func, bitmask, thisArg) {\n var isBind = bitmask & WRAP_BIND_FLAG,\n Ctor = createCtor(func);\n\n function wrapper() {\n var fn = (this && this !== root && this instanceof wrapper) ? Ctor : func;\n return fn.apply(isBind ? thisArg : this, arguments);\n }\n return wrapper;\n}\n\nmodule.exports = createBind;\n","var apply = require('./_apply'),\n createCtor = require('./_createCtor'),\n createHybrid = require('./_createHybrid'),\n createRecurry = require('./_createRecurry'),\n getHolder = require('./_getHolder'),\n replaceHolders = require('./_replaceHolders'),\n root = require('./_root');\n\n/**\n * Creates a function that wraps `func` to enable currying.\n *\n * @private\n * @param {Function} func The function to wrap.\n * @param {number} bitmask The bitmask flags. See `createWrap` for more details.\n * @param {number} arity The arity of `func`.\n * @returns {Function} Returns the new wrapped function.\n */\nfunction createCurry(func, bitmask, arity) {\n var Ctor = createCtor(func);\n\n function wrapper() {\n var length = arguments.length,\n args = Array(length),\n index = length,\n placeholder = getHolder(wrapper);\n\n while (index--) {\n args[index] = arguments[index];\n }\n var holders = (length < 3 && args[0] !== placeholder && args[length - 1] !== placeholder)\n ? []\n : replaceHolders(args, placeholder);\n\n length -= holders.length;\n if (length < arity) {\n return createRecurry(\n func, bitmask, createHybrid, wrapper.placeholder, undefined,\n args, holders, undefined, undefined, arity - length);\n }\n var fn = (this && this !== root && this instanceof wrapper) ? Ctor : func;\n return apply(fn, this, args);\n }\n return wrapper;\n}\n\nmodule.exports = createCurry;\n","/**\n * Gets the number of `placeholder` occurrences in `array`.\n *\n * @private\n * @param {Array} array The array to inspect.\n * @param {*} placeholder The placeholder to search for.\n * @returns {number} Returns the placeholder count.\n */\nfunction countHolders(array, placeholder) {\n var length = array.length,\n result = 0;\n\n while (length--) {\n if (array[length] === placeholder) {\n ++result;\n }\n }\n return result;\n}\n\nmodule.exports = countHolders;\n","var LazyWrapper = require('./_LazyWrapper'),\n getData = require('./_getData'),\n getFuncName = require('./_getFuncName'),\n lodash = require('./wrapperLodash');\n\n/**\n * Checks if `func` has a lazy counterpart.\n *\n * @private\n * @param {Function} func The function to check.\n * @returns {boolean} Returns `true` if `func` has a lazy counterpart,\n * else `false`.\n */\nfunction isLaziable(func) {\n var funcName = getFuncName(func),\n other = lodash[funcName];\n\n if (typeof other != 'function' || !(funcName in LazyWrapper.prototype)) {\n return false;\n }\n if (func === other) {\n return true;\n }\n var data = getData(other);\n return !!data && func === data[0];\n}\n\nmodule.exports = isLaziable;\n","/**\n * This method returns `undefined`.\n *\n * @static\n * @memberOf _\n * @since 2.3.0\n * @category Util\n * @example\n *\n * _.times(2, _.noop);\n * // => [undefined, undefined]\n */\nfunction noop() {\n // No operation performed.\n}\n\nmodule.exports = noop;\n","var realNames = require('./_realNames');\n\n/** Used for built-in method references. */\nvar objectProto = Object.prototype;\n\n/** Used to check objects for own properties. */\nvar hasOwnProperty = objectProto.hasOwnProperty;\n\n/**\n * Gets the name of `func`.\n *\n * @private\n * @param {Function} func The function to query.\n * @returns {string} Returns the function name.\n */\nfunction getFuncName(func) {\n var result = (func.name + ''),\n array = realNames[result],\n length = hasOwnProperty.call(realNames, result) ? array.length : 0;\n\n while (length--) {\n var data = array[length],\n otherFunc = data.func;\n if (otherFunc == null || otherFunc == func) {\n return data.name;\n }\n }\n return result;\n}\n\nmodule.exports = getFuncName;\n","/** Used to lookup unminified function names. */\nvar realNames = {};\n\nmodule.exports = realNames;\n","var LazyWrapper = require('./_LazyWrapper'),\n LodashWrapper = require('./_LodashWrapper'),\n baseLodash = require('./_baseLodash'),\n isArray = require('./isArray'),\n isObjectLike = require('./isObjectLike'),\n wrapperClone = require('./_wrapperClone');\n\n/** Used for built-in method references. */\nvar objectProto = Object.prototype;\n\n/** Used to check objects for own properties. */\nvar hasOwnProperty = objectProto.hasOwnProperty;\n\n/**\n * Creates a `lodash` object which wraps `value` to enable implicit method\n * chain sequences. Methods that operate on and return arrays, collections,\n * and functions can be chained together. Methods that retrieve a single value\n * or may return a primitive value will automatically end the chain sequence\n * and return the unwrapped value. Otherwise, the value must be unwrapped\n * with `_#value`.\n *\n * Explicit chain sequences, which must be unwrapped with `_#value`, may be\n * enabled using `_.chain`.\n *\n * The execution of chained methods is lazy, that is, it's deferred until\n * `_#value` is implicitly or explicitly called.\n *\n * Lazy evaluation allows several methods to support shortcut fusion.\n * Shortcut fusion is an optimization to merge iteratee calls; this avoids\n * the creation of intermediate arrays and can greatly reduce the number of\n * iteratee executions. Sections of a chain sequence qualify for shortcut\n * fusion if the section is applied to an array and iteratees accept only\n * one argument. The heuristic for whether a section qualifies for shortcut\n * fusion is subject to change.\n *\n * Chaining is supported in custom builds as long as the `_#value` method is\n * directly or indirectly included in the build.\n *\n * In addition to lodash methods, wrappers have `Array` and `String` methods.\n *\n * The wrapper `Array` methods are:\n * `concat`, `join`, `pop`, `push`, `shift`, `sort`, `splice`, and `unshift`\n *\n * The wrapper `String` methods are:\n * `replace` and `split`\n *\n * The wrapper methods that support shortcut fusion are:\n * `at`, `compact`, `drop`, `dropRight`, `dropWhile`, `filter`, `find`,\n * `findLast`, `head`, `initial`, `last`, `map`, `reject`, `reverse`, `slice`,\n * `tail`, `take`, `takeRight`, `takeRightWhile`, `takeWhile`, and `toArray`\n *\n * The chainable wrapper methods are:\n * `after`, `ary`, `assign`, `assignIn`, `assignInWith`, `assignWith`, `at`,\n * `before`, `bind`, `bindAll`, `bindKey`, `castArray`, `chain`, `chunk`,\n * `commit`, `compact`, `concat`, `conforms`, `constant`, `countBy`, `create`,\n * `curry`, `debounce`, `defaults`, `defaultsDeep`, `defer`, `delay`,\n * `difference`, `differenceBy`, `differenceWith`, `drop`, `dropRight`,\n * `dropRightWhile`, `dropWhile`, `extend`, `extendWith`, `fill`, `filter`,\n * `flatMap`, `flatMapDeep`, `flatMapDepth`, `flatten`, `flattenDeep`,\n * `flattenDepth`, `flip`, `flow`, `flowRight`, `fromPairs`, `functions`,\n * `functionsIn`, `groupBy`, `initial`, `intersection`, `intersectionBy`,\n * `intersectionWith`, `invert`, `invertBy`, `invokeMap`, `iteratee`, `keyBy`,\n * `keys`, `keysIn`, `map`, `mapKeys`, `mapValues`, `matches`, `matchesProperty`,\n * `memoize`, `merge`, `mergeWith`, `method`, `methodOf`, `mixin`, `negate`,\n * `nthArg`, `omit`, `omitBy`, `once`, `orderBy`, `over`, `overArgs`,\n * `overEvery`, `overSome`, `partial`, `partialRight`, `partition`, `pick`,\n * `pickBy`, `plant`, `property`, `propertyOf`, `pull`, `pullAll`, `pullAllBy`,\n * `pullAllWith`, `pullAt`, `push`, `range`, `rangeRight`, `rearg`, `reject`,\n * `remove`, `rest`, `reverse`, `sampleSize`, `set`, `setWith`, `shuffle`,\n * `slice`, `sort`, `sortBy`, `splice`, `spread`, `tail`, `take`, `takeRight`,\n * `takeRightWhile`, `takeWhile`, `tap`, `throttle`, `thru`, `toArray`,\n * `toPairs`, `toPairsIn`, `toPath`, `toPlainObject`, `transform`, `unary`,\n * `union`, `unionBy`, `unionWith`, `uniq`, `uniqBy`, `uniqWith`, `unset`,\n * `unshift`, `unzip`, `unzipWith`, `update`, `updateWith`, `values`,\n * `valuesIn`, `without`, `wrap`, `xor`, `xorBy`, `xorWith`, `zip`,\n * `zipObject`, `zipObjectDeep`, and `zipWith`\n *\n * The wrapper methods that are **not** chainable by default are:\n * `add`, `attempt`, `camelCase`, `capitalize`, `ceil`, `clamp`, `clone`,\n * `cloneDeep`, `cloneDeepWith`, `cloneWith`, `conformsTo`, `deburr`,\n * `defaultTo`, `divide`, `each`, `eachRight`, `endsWith`, `eq`, `escape`,\n * `escapeRegExp`, `every`, `find`, `findIndex`, `findKey`, `findLast`,\n * `findLastIndex`, `findLastKey`, `first`, `floor`, `forEach`, `forEachRight`,\n * `forIn`, `forInRight`, `forOwn`, `forOwnRight`, `get`, `gt`, `gte`, `has`,\n * `hasIn`, `head`, `identity`, `includes`, `indexOf`, `inRange`, `invoke`,\n * `isArguments`, `isArray`, `isArrayBuffer`, `isArrayLike`, `isArrayLikeObject`,\n * `isBoolean`, `isBuffer`, `isDate`, `isElement`, `isEmpty`, `isEqual`,\n * `isEqualWith`, `isError`, `isFinite`, `isFunction`, `isInteger`, `isLength`,\n * `isMap`, `isMatch`, `isMatchWith`, `isNaN`, `isNative`, `isNil`, `isNull`,\n * `isNumber`, `isObject`, `isObjectLike`, `isPlainObject`, `isRegExp`,\n * `isSafeInteger`, `isSet`, `isString`, `isUndefined`, `isTypedArray`,\n * `isWeakMap`, `isWeakSet`, `join`, `kebabCase`, `last`, `lastIndexOf`,\n * `lowerCase`, `lowerFirst`, `lt`, `lte`, `max`, `maxBy`, `mean`, `meanBy`,\n * `min`, `minBy`, `multiply`, `noConflict`, `noop`, `now`, `nth`, `pad`,\n * `padEnd`, `padStart`, `parseInt`, `pop`, `random`, `reduce`, `reduceRight`,\n * `repeat`, `result`, `round`, `runInContext`, `sample`, `shift`, `size`,\n * `snakeCase`, `some`, `sortedIndex`, `sortedIndexBy`, `sortedLastIndex`,\n * `sortedLastIndexBy`, `startCase`, `startsWith`, `stubArray`, `stubFalse`,\n * `stubObject`, `stubString`, `stubTrue`, `subtract`, `sum`, `sumBy`,\n * `template`, `times`, `toFinite`, `toInteger`, `toJSON`, `toLength`,\n * `toLower`, `toNumber`, `toSafeInteger`, `toString`, `toUpper`, `trim`,\n * `trimEnd`, `trimStart`, `truncate`, `unescape`, `uniqueId`, `upperCase`,\n * `upperFirst`, `value`, and `words`\n *\n * @name _\n * @constructor\n * @category Seq\n * @param {*} value The value to wrap in a `lodash` instance.\n * @returns {Object} Returns the new `lodash` wrapper instance.\n * @example\n *\n * function square(n) {\n * return n * n;\n * }\n *\n * var wrapped = _([1, 2, 3]);\n *\n * // Returns an unwrapped value.\n * wrapped.reduce(_.add);\n * // => 6\n *\n * // Returns a wrapped value.\n * var squares = wrapped.map(square);\n *\n * _.isArray(squares);\n * // => false\n *\n * _.isArray(squares.value());\n * // => true\n */\nfunction lodash(value) {\n if (isObjectLike(value) && !isArray(value) && !(value instanceof LazyWrapper)) {\n if (value instanceof LodashWrapper) {\n return value;\n }\n if (hasOwnProperty.call(value, '__wrapped__')) {\n return wrapperClone(value);\n }\n }\n return new LodashWrapper(value);\n}\n\n// Ensure wrappers are instances of `baseLodash`.\nlodash.prototype = baseLodash.prototype;\nlodash.prototype.constructor = lodash;\n\nmodule.exports = lodash;\n","var LazyWrapper = require('./_LazyWrapper'),\n LodashWrapper = require('./_LodashWrapper'),\n copyArray = require('./_copyArray');\n\n/**\n * Creates a clone of `wrapper`.\n *\n * @private\n * @param {Object} wrapper The wrapper to clone.\n * @returns {Object} Returns the cloned wrapper.\n */\nfunction wrapperClone(wrapper) {\n if (wrapper instanceof LazyWrapper) {\n return wrapper.clone();\n }\n var result = new LodashWrapper(wrapper.__wrapped__, wrapper.__chain__);\n result.__actions__ = copyArray(wrapper.__actions__);\n result.__index__ = wrapper.__index__;\n result.__values__ = wrapper.__values__;\n return result;\n}\n\nmodule.exports = wrapperClone;\n","/** Used to match wrap detail comments. */\nvar reWrapDetails = /\\{\\n\\/\\* \\[wrapped with (.+)\\] \\*/,\n reSplitDetails = /,? & /;\n\n/**\n * Extracts wrapper details from the `source` body comment.\n *\n * @private\n * @param {string} source The source to inspect.\n * @returns {Array} Returns the wrapper details.\n */\nfunction getWrapDetails(source) {\n var match = source.match(reWrapDetails);\n return match ? match[1].split(reSplitDetails) : [];\n}\n\nmodule.exports = getWrapDetails;\n","/** Used to match wrap detail comments. */\nvar reWrapComment = /\\{(?:\\n\\/\\* \\[wrapped with .+\\] \\*\\/)?\\n?/;\n\n/**\n * Inserts wrapper `details` in a comment at the top of the `source` body.\n *\n * @private\n * @param {string} source The source to modify.\n * @returns {Array} details The details to insert.\n * @returns {string} Returns the modified source.\n */\nfunction insertWrapDetails(source, details) {\n var length = details.length;\n if (!length) {\n return source;\n }\n var lastIndex = length - 1;\n details[lastIndex] = (length > 1 ? '& ' : '') + details[lastIndex];\n details = details.join(length > 2 ? ', ' : ' ');\n return source.replace(reWrapComment, '{\\n/* [wrapped with ' + details + '] */\\n');\n}\n\nmodule.exports = insertWrapDetails;\n","var arrayEach = require('./_arrayEach'),\n arrayIncludes = require('./_arrayIncludes');\n\n/** Used to compose bitmasks for function metadata. */\nvar WRAP_BIND_FLAG = 1,\n WRAP_BIND_KEY_FLAG = 2,\n WRAP_CURRY_FLAG = 8,\n WRAP_CURRY_RIGHT_FLAG = 16,\n WRAP_PARTIAL_FLAG = 32,\n WRAP_PARTIAL_RIGHT_FLAG = 64,\n WRAP_ARY_FLAG = 128,\n WRAP_REARG_FLAG = 256,\n WRAP_FLIP_FLAG = 512;\n\n/** Used to associate wrap methods with their bit flags. */\nvar wrapFlags = [\n ['ary', WRAP_ARY_FLAG],\n ['bind', WRAP_BIND_FLAG],\n ['bindKey', WRAP_BIND_KEY_FLAG],\n ['curry', WRAP_CURRY_FLAG],\n ['curryRight', WRAP_CURRY_RIGHT_FLAG],\n ['flip', WRAP_FLIP_FLAG],\n ['partial', WRAP_PARTIAL_FLAG],\n ['partialRight', WRAP_PARTIAL_RIGHT_FLAG],\n ['rearg', WRAP_REARG_FLAG]\n];\n\n/**\n * Updates wrapper `details` based on `bitmask` flags.\n *\n * @private\n * @returns {Array} details The details to modify.\n * @param {number} bitmask The bitmask flags. See `createWrap` for more details.\n * @returns {Array} Returns `details`.\n */\nfunction updateWrapDetails(details, bitmask) {\n arrayEach(wrapFlags, function(pair) {\n var value = '_.' + pair[0];\n if ((bitmask & pair[1]) && !arrayIncludes(details, value)) {\n details.push(value);\n }\n });\n return details.sort();\n}\n\nmodule.exports = updateWrapDetails;\n","var baseIndexOf = require('./_baseIndexOf');\n\n/**\n * A specialized version of `_.includes` for arrays without support for\n * specifying an index to search from.\n *\n * @private\n * @param {Array} [array] The array to inspect.\n * @param {*} target The value to search for.\n * @returns {boolean} Returns `true` if `target` is found, else `false`.\n */\nfunction arrayIncludes(array, value) {\n var length = array == null ? 0 : array.length;\n return !!length && baseIndexOf(array, value, 0) > -1;\n}\n\nmodule.exports = arrayIncludes;\n","var baseFindIndex = require('./_baseFindIndex'),\n baseIsNaN = require('./_baseIsNaN'),\n strictIndexOf = require('./_strictIndexOf');\n\n/**\n * The base implementation of `_.indexOf` without `fromIndex` bounds checks.\n *\n * @private\n * @param {Array} array The array to inspect.\n * @param {*} value The value to search for.\n * @param {number} fromIndex The index to search from.\n * @returns {number} Returns the index of the matched value, else `-1`.\n */\nfunction baseIndexOf(array, value, fromIndex) {\n return value === value\n ? strictIndexOf(array, value, fromIndex)\n : baseFindIndex(array, baseIsNaN, fromIndex);\n}\n\nmodule.exports = baseIndexOf;\n","/**\n * The base implementation of `_.findIndex` and `_.findLastIndex` without\n * support for iteratee shorthands.\n *\n * @private\n * @param {Array} array The array to inspect.\n * @param {Function} predicate The function invoked per iteration.\n * @param {number} fromIndex The index to search from.\n * @param {boolean} [fromRight] Specify iterating from right to left.\n * @returns {number} Returns the index of the matched value, else `-1`.\n */\nfunction baseFindIndex(array, predicate, fromIndex, fromRight) {\n var length = array.length,\n index = fromIndex + (fromRight ? 1 : -1);\n\n while ((fromRight ? index-- : ++index < length)) {\n if (predicate(array[index], index, array)) {\n return index;\n }\n }\n return -1;\n}\n\nmodule.exports = baseFindIndex;\n","/**\n * The base implementation of `_.isNaN` without support for number objects.\n *\n * @private\n * @param {*} value The value to check.\n * @returns {boolean} Returns `true` if `value` is `NaN`, else `false`.\n */\nfunction baseIsNaN(value) {\n return value !== value;\n}\n\nmodule.exports = baseIsNaN;\n","/**\n * A specialized version of `_.indexOf` which performs strict equality\n * comparisons of values, i.e. `===`.\n *\n * @private\n * @param {Array} array The array to inspect.\n * @param {*} value The value to search for.\n * @param {number} fromIndex The index to search from.\n * @returns {number} Returns the index of the matched value, else `-1`.\n */\nfunction strictIndexOf(array, value, fromIndex) {\n var index = fromIndex - 1,\n length = array.length;\n\n while (++index < length) {\n if (array[index] === value) {\n return index;\n }\n }\n return -1;\n}\n\nmodule.exports = strictIndexOf;\n","var copyArray = require('./_copyArray'),\n isIndex = require('./_isIndex');\n\n/* Built-in method references for those with the same name as other `lodash` methods. */\nvar nativeMin = Math.min;\n\n/**\n * Reorder `array` according to the specified indexes where the element at\n * the first index is assigned as the first element, the element at\n * the second index is assigned as the second element, and so on.\n *\n * @private\n * @param {Array} array The array to reorder.\n * @param {Array} indexes The arranged array indexes.\n * @returns {Array} Returns `array`.\n */\nfunction reorder(array, indexes) {\n var arrLength = array.length,\n length = nativeMin(indexes.length, arrLength),\n oldArray = copyArray(array);\n\n while (length--) {\n var index = indexes[length];\n array[length] = isIndex(index, arrLength) ? oldArray[index] : undefined;\n }\n return array;\n}\n\nmodule.exports = reorder;\n","var apply = require('./_apply'),\n createCtor = require('./_createCtor'),\n root = require('./_root');\n\n/** Used to compose bitmasks for function metadata. */\nvar WRAP_BIND_FLAG = 1;\n\n/**\n * Creates a function that wraps `func` to invoke it with the `this` binding\n * of `thisArg` and `partials` prepended to the arguments it receives.\n *\n * @private\n * @param {Function} func The function to wrap.\n * @param {number} bitmask The bitmask flags. See `createWrap` for more details.\n * @param {*} thisArg The `this` binding of `func`.\n * @param {Array} partials The arguments to prepend to those provided to\n * the new function.\n * @returns {Function} Returns the new wrapped function.\n */\nfunction createPartial(func, bitmask, thisArg, partials) {\n var isBind = bitmask & WRAP_BIND_FLAG,\n Ctor = createCtor(func);\n\n function wrapper() {\n var argsIndex = -1,\n argsLength = arguments.length,\n leftIndex = -1,\n leftLength = partials.length,\n args = Array(leftLength + argsLength),\n fn = (this && this !== root && this instanceof wrapper) ? Ctor : func;\n\n while (++leftIndex < leftLength) {\n args[leftIndex] = partials[leftIndex];\n }\n while (argsLength--) {\n args[leftIndex++] = arguments[++argsIndex];\n }\n return apply(fn, isBind ? thisArg : this, args);\n }\n return wrapper;\n}\n\nmodule.exports = createPartial;\n","var composeArgs = require('./_composeArgs'),\n composeArgsRight = require('./_composeArgsRight'),\n replaceHolders = require('./_replaceHolders');\n\n/** Used as the internal argument placeholder. */\nvar PLACEHOLDER = '__lodash_placeholder__';\n\n/** Used to compose bitmasks for function metadata. */\nvar WRAP_BIND_FLAG = 1,\n WRAP_BIND_KEY_FLAG = 2,\n WRAP_CURRY_BOUND_FLAG = 4,\n WRAP_CURRY_FLAG = 8,\n WRAP_ARY_FLAG = 128,\n WRAP_REARG_FLAG = 256;\n\n/* Built-in method references for those with the same name as other `lodash` methods. */\nvar nativeMin = Math.min;\n\n/**\n * Merges the function metadata of `source` into `data`.\n *\n * Merging metadata reduces the number of wrappers used to invoke a function.\n * This is possible because methods like `_.bind`, `_.curry`, and `_.partial`\n * may be applied regardless of execution order. Methods like `_.ary` and\n * `_.rearg` modify function arguments, making the order in which they are\n * executed important, preventing the merging of metadata. However, we make\n * an exception for a safe combined case where curried functions have `_.ary`\n * and or `_.rearg` applied.\n *\n * @private\n * @param {Array} data The destination metadata.\n * @param {Array} source The source metadata.\n * @returns {Array} Returns `data`.\n */\nfunction mergeData(data, source) {\n var bitmask = data[1],\n srcBitmask = source[1],\n newBitmask = bitmask | srcBitmask,\n isCommon = newBitmask < (WRAP_BIND_FLAG | WRAP_BIND_KEY_FLAG | WRAP_ARY_FLAG);\n\n var isCombo =\n ((srcBitmask == WRAP_ARY_FLAG) && (bitmask == WRAP_CURRY_FLAG)) ||\n ((srcBitmask == WRAP_ARY_FLAG) && (bitmask == WRAP_REARG_FLAG) && (data[7].length <= source[8])) ||\n ((srcBitmask == (WRAP_ARY_FLAG | WRAP_REARG_FLAG)) && (source[7].length <= source[8]) && (bitmask == WRAP_CURRY_FLAG));\n\n // Exit early if metadata can't be merged.\n if (!(isCommon || isCombo)) {\n return data;\n }\n // Use source `thisArg` if available.\n if (srcBitmask & WRAP_BIND_FLAG) {\n data[2] = source[2];\n // Set when currying a bound function.\n newBitmask |= bitmask & WRAP_BIND_FLAG ? 0 : WRAP_CURRY_BOUND_FLAG;\n }\n // Compose partial arguments.\n var value = source[3];\n if (value) {\n var partials = data[3];\n data[3] = partials ? composeArgs(partials, value, source[4]) : value;\n data[4] = partials ? replaceHolders(data[3], PLACEHOLDER) : source[4];\n }\n // Compose partial right arguments.\n value = source[5];\n if (value) {\n partials = data[5];\n data[5] = partials ? composeArgsRight(partials, value, source[6]) : value;\n data[6] = partials ? replaceHolders(data[5], PLACEHOLDER) : source[6];\n }\n // Use source `argPos` if available.\n value = source[7];\n if (value) {\n data[7] = value;\n }\n // Use source `ary` if it's smaller.\n if (srcBitmask & WRAP_ARY_FLAG) {\n data[8] = data[8] == null ? source[8] : nativeMin(data[8], source[8]);\n }\n // Use source `arity` if one is not provided.\n if (data[9] == null) {\n data[9] = source[9];\n }\n // Use source `func` and merge bitmasks.\n data[0] = source[0];\n data[1] = newBitmask;\n\n return data;\n}\n\nmodule.exports = mergeData;\n","var toNumber = require('./toNumber');\n\n/** Used as references for various `Number` constants. */\nvar INFINITY = 1 / 0,\n MAX_INTEGER = 1.7976931348623157e+308;\n\n/**\n * Converts `value` to a finite number.\n *\n * @static\n * @memberOf _\n * @since 4.12.0\n * @category Lang\n * @param {*} value The value to convert.\n * @returns {number} Returns the converted number.\n * @example\n *\n * _.toFinite(3.2);\n * // => 3.2\n *\n * _.toFinite(Number.MIN_VALUE);\n * // => 5e-324\n *\n * _.toFinite(Infinity);\n * // => 1.7976931348623157e+308\n *\n * _.toFinite('3.2');\n * // => 3.2\n */\nfunction toFinite(value) {\n if (!value) {\n return value === 0 ? value : 0;\n }\n value = toNumber(value);\n if (value === INFINITY || value === -INFINITY) {\n var sign = (value < 0 ? -1 : 1);\n return sign * MAX_INTEGER;\n }\n return value === value ? value : 0;\n}\n\nmodule.exports = toFinite;\n","var baseTrim = require('./_baseTrim'),\n isObject = require('./isObject'),\n isSymbol = require('./isSymbol');\n\n/** Used as references for various `Number` constants. */\nvar NAN = 0 / 0;\n\n/** Used to detect bad signed hexadecimal string values. */\nvar reIsBadHex = /^[-+]0x[0-9a-f]+$/i;\n\n/** Used to detect binary string values. */\nvar reIsBinary = /^0b[01]+$/i;\n\n/** Used to detect octal string values. */\nvar reIsOctal = /^0o[0-7]+$/i;\n\n/** Built-in method references without a dependency on `root`. */\nvar freeParseInt = parseInt;\n\n/**\n * Converts `value` to a number.\n *\n * @static\n * @memberOf _\n * @since 4.0.0\n * @category Lang\n * @param {*} value The value to process.\n * @returns {number} Returns the number.\n * @example\n *\n * _.toNumber(3.2);\n * // => 3.2\n *\n * _.toNumber(Number.MIN_VALUE);\n * // => 5e-324\n *\n * _.toNumber(Infinity);\n * // => Infinity\n *\n * _.toNumber('3.2');\n * // => 3.2\n */\nfunction toNumber(value) {\n if (typeof value == 'number') {\n return value;\n }\n if (isSymbol(value)) {\n return NAN;\n }\n if (isObject(value)) {\n var other = typeof value.valueOf == 'function' ? value.valueOf() : value;\n value = isObject(other) ? (other + '') : other;\n }\n if (typeof value != 'string') {\n return value === 0 ? value : +value;\n }\n value = baseTrim(value);\n var isBinary = reIsBinary.test(value);\n return (isBinary || reIsOctal.test(value))\n ? freeParseInt(value.slice(2), isBinary ? 2 : 8)\n : (reIsBadHex.test(value) ? NAN : +value);\n}\n\nmodule.exports = toNumber;\n","var trimmedEndIndex = require('./_trimmedEndIndex');\n\n/** Used to match leading whitespace. */\nvar reTrimStart = /^\\s+/;\n\n/**\n * The base implementation of `_.trim`.\n *\n * @private\n * @param {string} string The string to trim.\n * @returns {string} Returns the trimmed string.\n */\nfunction baseTrim(string) {\n return string\n ? string.slice(0, trimmedEndIndex(string) + 1).replace(reTrimStart, '')\n : string;\n}\n\nmodule.exports = baseTrim;\n","/** Used to match a single whitespace character. */\nvar reWhitespace = /\\s/;\n\n/**\n * Used by `_.trim` and `_.trimEnd` to get the index of the last non-whitespace\n * character of `string`.\n *\n * @private\n * @param {string} string The string to inspect.\n * @returns {number} Returns the index of the last non-whitespace character.\n */\nfunction trimmedEndIndex(string) {\n var index = string.length;\n\n while (index-- && reWhitespace.test(string.charAt(index))) {}\n return index;\n}\n\nmodule.exports = trimmedEndIndex;\n","var baseClone = require('./_baseClone');\n\n/** Used to compose bitmasks for cloning. */\nvar CLONE_SYMBOLS_FLAG = 4;\n\n/**\n * Creates a shallow clone of `value`.\n *\n * **Note:** This method is loosely based on the\n * [structured clone algorithm](https://mdn.io/Structured_clone_algorithm)\n * and supports cloning arrays, array buffers, booleans, date objects, maps,\n * numbers, `Object` objects, regexes, sets, strings, symbols, and typed\n * arrays. The own enumerable properties of `arguments` objects are cloned\n * as plain objects. An empty object is returned for uncloneable values such\n * as error objects, functions, DOM nodes, and WeakMaps.\n *\n * @static\n * @memberOf _\n * @since 0.1.0\n * @category Lang\n * @param {*} value The value to clone.\n * @returns {*} Returns the cloned value.\n * @see _.cloneDeep\n * @example\n *\n * var objects = [{ 'a': 1 }, { 'b': 2 }];\n *\n * var shallow = _.clone(objects);\n * console.log(shallow[0] === objects[0]);\n * // => true\n */\nfunction clone(value) {\n return baseClone(value, CLONE_SYMBOLS_FLAG);\n}\n\nmodule.exports = clone;\n","var copyObject = require('./_copyObject'),\n keysIn = require('./keysIn');\n\n/**\n * The base implementation of `_.assignIn` without support for multiple sources\n * or `customizer` functions.\n *\n * @private\n * @param {Object} object The destination object.\n * @param {Object} source The source object.\n * @returns {Object} Returns `object`.\n */\nfunction baseAssignIn(object, source) {\n return object && copyObject(source, keysIn(source), object);\n}\n\nmodule.exports = baseAssignIn;\n","var copyObject = require('./_copyObject'),\n getSymbols = require('./_getSymbols');\n\n/**\n * Copies own symbols of `source` to `object`.\n *\n * @private\n * @param {Object} source The object to copy symbols from.\n * @param {Object} [object={}] The object to copy symbols to.\n * @returns {Object} Returns `object`.\n */\nfunction copySymbols(source, object) {\n return copyObject(source, getSymbols(source), object);\n}\n\nmodule.exports = copySymbols;\n","var copyObject = require('./_copyObject'),\n getSymbolsIn = require('./_getSymbolsIn');\n\n/**\n * Copies own and inherited symbols of `source` to `object`.\n *\n * @private\n * @param {Object} source The object to copy symbols from.\n * @param {Object} [object={}] The object to copy symbols to.\n * @returns {Object} Returns `object`.\n */\nfunction copySymbolsIn(source, object) {\n return copyObject(source, getSymbolsIn(source), object);\n}\n\nmodule.exports = copySymbolsIn;\n","var baseGetAllKeys = require('./_baseGetAllKeys'),\n getSymbolsIn = require('./_getSymbolsIn'),\n keysIn = require('./keysIn');\n\n/**\n * Creates an array of own and inherited enumerable property names and\n * symbols of `object`.\n *\n * @private\n * @param {Object} object The object to query.\n * @returns {Array} Returns the array of property names and symbols.\n */\nfunction getAllKeysIn(object) {\n return baseGetAllKeys(object, keysIn, getSymbolsIn);\n}\n\nmodule.exports = getAllKeysIn;\n","/** Used for built-in method references. */\nvar objectProto = Object.prototype;\n\n/** Used to check objects for own properties. */\nvar hasOwnProperty = objectProto.hasOwnProperty;\n\n/**\n * Initializes an array clone.\n *\n * @private\n * @param {Array} array The array to clone.\n * @returns {Array} Returns the initialized clone.\n */\nfunction initCloneArray(array) {\n var length = array.length,\n result = new array.constructor(length);\n\n // Add properties assigned by `RegExp#exec`.\n if (length && typeof array[0] == 'string' && hasOwnProperty.call(array, 'index')) {\n result.index = array.index;\n result.input = array.input;\n }\n return result;\n}\n\nmodule.exports = initCloneArray;\n","var cloneArrayBuffer = require('./_cloneArrayBuffer'),\n cloneDataView = require('./_cloneDataView'),\n cloneRegExp = require('./_cloneRegExp'),\n cloneSymbol = require('./_cloneSymbol'),\n cloneTypedArray = require('./_cloneTypedArray');\n\n/** `Object#toString` result references. */\nvar boolTag = '[object Boolean]',\n dateTag = '[object Date]',\n mapTag = '[object Map]',\n numberTag = '[object Number]',\n regexpTag = '[object RegExp]',\n setTag = '[object Set]',\n stringTag = '[object String]',\n symbolTag = '[object Symbol]';\n\nvar arrayBufferTag = '[object ArrayBuffer]',\n dataViewTag = '[object DataView]',\n float32Tag = '[object Float32Array]',\n float64Tag = '[object Float64Array]',\n int8Tag = '[object Int8Array]',\n int16Tag = '[object Int16Array]',\n int32Tag = '[object Int32Array]',\n uint8Tag = '[object Uint8Array]',\n uint8ClampedTag = '[object Uint8ClampedArray]',\n uint16Tag = '[object Uint16Array]',\n uint32Tag = '[object Uint32Array]';\n\n/**\n * Initializes an object clone based on its `toStringTag`.\n *\n * **Note:** This function only supports cloning values with tags of\n * `Boolean`, `Date`, `Error`, `Map`, `Number`, `RegExp`, `Set`, or `String`.\n *\n * @private\n * @param {Object} object The object to clone.\n * @param {string} tag The `toStringTag` of the object to clone.\n * @param {boolean} [isDeep] Specify a deep clone.\n * @returns {Object} Returns the initialized clone.\n */\nfunction initCloneByTag(object, tag, isDeep) {\n var Ctor = object.constructor;\n switch (tag) {\n case arrayBufferTag:\n return cloneArrayBuffer(object);\n\n case boolTag:\n case dateTag:\n return new Ctor(+object);\n\n case dataViewTag:\n return cloneDataView(object, isDeep);\n\n case float32Tag: case float64Tag:\n case int8Tag: case int16Tag: case int32Tag:\n case uint8Tag: case uint8ClampedTag: case uint16Tag: case uint32Tag:\n return cloneTypedArray(object, isDeep);\n\n case mapTag:\n return new Ctor;\n\n case numberTag:\n case stringTag:\n return new Ctor(object);\n\n case regexpTag:\n return cloneRegExp(object);\n\n case setTag:\n return new Ctor;\n\n case symbolTag:\n return cloneSymbol(object);\n }\n}\n\nmodule.exports = initCloneByTag;\n","var cloneArrayBuffer = require('./_cloneArrayBuffer');\n\n/**\n * Creates a clone of `dataView`.\n *\n * @private\n * @param {Object} dataView The data view to clone.\n * @param {boolean} [isDeep] Specify a deep clone.\n * @returns {Object} Returns the cloned data view.\n */\nfunction cloneDataView(dataView, isDeep) {\n var buffer = isDeep ? cloneArrayBuffer(dataView.buffer) : dataView.buffer;\n return new dataView.constructor(buffer, dataView.byteOffset, dataView.byteLength);\n}\n\nmodule.exports = cloneDataView;\n","/** Used to match `RegExp` flags from their coerced string values. */\nvar reFlags = /\\w*$/;\n\n/**\n * Creates a clone of `regexp`.\n *\n * @private\n * @param {Object} regexp The regexp to clone.\n * @returns {Object} Returns the cloned regexp.\n */\nfunction cloneRegExp(regexp) {\n var result = new regexp.constructor(regexp.source, reFlags.exec(regexp));\n result.lastIndex = regexp.lastIndex;\n return result;\n}\n\nmodule.exports = cloneRegExp;\n","var Symbol = require('./_Symbol');\n\n/** Used to convert symbols to primitives and strings. */\nvar symbolProto = Symbol ? Symbol.prototype : undefined,\n symbolValueOf = symbolProto ? symbolProto.valueOf : undefined;\n\n/**\n * Creates a clone of the `symbol` object.\n *\n * @private\n * @param {Object} symbol The symbol object to clone.\n * @returns {Object} Returns the cloned symbol object.\n */\nfunction cloneSymbol(symbol) {\n return symbolValueOf ? Object(symbolValueOf.call(symbol)) : {};\n}\n\nmodule.exports = cloneSymbol;\n","var baseIsMap = require('./_baseIsMap'),\n baseUnary = require('./_baseUnary'),\n nodeUtil = require('./_nodeUtil');\n\n/* Node.js helper references. */\nvar nodeIsMap = nodeUtil && nodeUtil.isMap;\n\n/**\n * Checks if `value` is classified as a `Map` object.\n *\n * @static\n * @memberOf _\n * @since 4.3.0\n * @category Lang\n * @param {*} value The value to check.\n * @returns {boolean} Returns `true` if `value` is a map, else `false`.\n * @example\n *\n * _.isMap(new Map);\n * // => true\n *\n * _.isMap(new WeakMap);\n * // => false\n */\nvar isMap = nodeIsMap ? baseUnary(nodeIsMap) : baseIsMap;\n\nmodule.exports = isMap;\n","var getTag = require('./_getTag'),\n isObjectLike = require('./isObjectLike');\n\n/** `Object#toString` result references. */\nvar mapTag = '[object Map]';\n\n/**\n * The base implementation of `_.isMap` without Node.js optimizations.\n *\n * @private\n * @param {*} value The value to check.\n * @returns {boolean} Returns `true` if `value` is a map, else `false`.\n */\nfunction baseIsMap(value) {\n return isObjectLike(value) && getTag(value) == mapTag;\n}\n\nmodule.exports = baseIsMap;\n","var baseIsSet = require('./_baseIsSet'),\n baseUnary = require('./_baseUnary'),\n nodeUtil = require('./_nodeUtil');\n\n/* Node.js helper references. */\nvar nodeIsSet = nodeUtil && nodeUtil.isSet;\n\n/**\n * Checks if `value` is classified as a `Set` object.\n *\n * @static\n * @memberOf _\n * @since 4.3.0\n * @category Lang\n * @param {*} value The value to check.\n * @returns {boolean} Returns `true` if `value` is a set, else `false`.\n * @example\n *\n * _.isSet(new Set);\n * // => true\n *\n * _.isSet(new WeakSet);\n * // => false\n */\nvar isSet = nodeIsSet ? baseUnary(nodeIsSet) : baseIsSet;\n\nmodule.exports = isSet;\n","var getTag = require('./_getTag'),\n isObjectLike = require('./isObjectLike');\n\n/** `Object#toString` result references. */\nvar setTag = '[object Set]';\n\n/**\n * The base implementation of `_.isSet` without Node.js optimizations.\n *\n * @private\n * @param {*} value The value to check.\n * @returns {boolean} Returns `true` if `value` is a set, else `false`.\n */\nfunction baseIsSet(value) {\n return isObjectLike(value) && getTag(value) == setTag;\n}\n\nmodule.exports = baseIsSet;\n","var createWrap = require('./_createWrap');\n\n/** Used to compose bitmasks for function metadata. */\nvar WRAP_CURRY_FLAG = 8;\n\n/**\n * Creates a function that accepts arguments of `func` and either invokes\n * `func` returning its result, if at least `arity` number of arguments have\n * been provided, or returns a function that accepts the remaining `func`\n * arguments, and so on. The arity of `func` may be specified if `func.length`\n * is not sufficient.\n *\n * The `_.curry.placeholder` value, which defaults to `_` in monolithic builds,\n * may be used as a placeholder for provided arguments.\n *\n * **Note:** This method doesn't set the \"length\" property of curried functions.\n *\n * @static\n * @memberOf _\n * @since 2.0.0\n * @category Function\n * @param {Function} func The function to curry.\n * @param {number} [arity=func.length] The arity of `func`.\n * @param- {Object} [guard] Enables use as an iteratee for methods like `_.map`.\n * @returns {Function} Returns the new curried function.\n * @example\n *\n * var abc = function(a, b, c) {\n * return [a, b, c];\n * };\n *\n * var curried = _.curry(abc);\n *\n * curried(1)(2)(3);\n * // => [1, 2, 3]\n *\n * curried(1, 2)(3);\n * // => [1, 2, 3]\n *\n * curried(1, 2, 3);\n * // => [1, 2, 3]\n *\n * // Curried with placeholders.\n * curried(1)(_, 3)(2);\n * // => [1, 2, 3]\n */\nfunction curry(func, arity, guard) {\n arity = guard ? undefined : arity;\n var result = createWrap(func, WRAP_CURRY_FLAG, undefined, undefined, undefined, undefined, undefined, arity);\n result.placeholder = curry.placeholder;\n return result;\n}\n\n// Assign default placeholders.\ncurry.placeholder = {};\n\nmodule.exports = curry;\n","var baseGetTag = require('./_baseGetTag'),\n isObjectLike = require('./isObjectLike'),\n isPlainObject = require('./isPlainObject');\n\n/** `Object#toString` result references. */\nvar domExcTag = '[object DOMException]',\n errorTag = '[object Error]';\n\n/**\n * Checks if `value` is an `Error`, `EvalError`, `RangeError`, `ReferenceError`,\n * `SyntaxError`, `TypeError`, or `URIError` object.\n *\n * @static\n * @memberOf _\n * @since 3.0.0\n * @category Lang\n * @param {*} value The value to check.\n * @returns {boolean} Returns `true` if `value` is an error object, else `false`.\n * @example\n *\n * _.isError(new Error);\n * // => true\n *\n * _.isError(Error);\n * // => false\n */\nfunction isError(value) {\n if (!isObjectLike(value)) {\n return false;\n }\n var tag = baseGetTag(value);\n return tag == errorTag || tag == domExcTag ||\n (typeof value.message == 'string' && typeof value.name == 'string' && !isPlainObject(value));\n}\n\nmodule.exports = isError;\n","var getTag = require('./_getTag'),\n isObjectLike = require('./isObjectLike');\n\n/** `Object#toString` result references. */\nvar weakMapTag = '[object WeakMap]';\n\n/**\n * Checks if `value` is classified as a `WeakMap` object.\n *\n * @static\n * @memberOf _\n * @since 4.3.0\n * @category Lang\n * @param {*} value The value to check.\n * @returns {boolean} Returns `true` if `value` is a weak map, else `false`.\n * @example\n *\n * _.isWeakMap(new WeakMap);\n * // => true\n *\n * _.isWeakMap(new Map);\n * // => false\n */\nfunction isWeakMap(value) {\n return isObjectLike(value) && getTag(value) == weakMapTag;\n}\n\nmodule.exports = isWeakMap;\n","var baseClone = require('./_baseClone'),\n baseIteratee = require('./_baseIteratee');\n\n/** Used to compose bitmasks for cloning. */\nvar CLONE_DEEP_FLAG = 1;\n\n/**\n * Creates a function that invokes `func` with the arguments of the created\n * function. If `func` is a property name, the created function returns the\n * property value for a given element. If `func` is an array or object, the\n * created function returns `true` for elements that contain the equivalent\n * source properties, otherwise it returns `false`.\n *\n * @static\n * @since 4.0.0\n * @memberOf _\n * @category Util\n * @param {*} [func=_.identity] The value to convert to a callback.\n * @returns {Function} Returns the callback.\n * @example\n *\n * var users = [\n * { 'user': 'barney', 'age': 36, 'active': true },\n * { 'user': 'fred', 'age': 40, 'active': false }\n * ];\n *\n * // The `_.matches` iteratee shorthand.\n * _.filter(users, _.iteratee({ 'user': 'barney', 'active': true }));\n * // => [{ 'user': 'barney', 'age': 36, 'active': true }]\n *\n * // The `_.matchesProperty` iteratee shorthand.\n * _.filter(users, _.iteratee(['user', 'fred']));\n * // => [{ 'user': 'fred', 'age': 40 }]\n *\n * // The `_.property` iteratee shorthand.\n * _.map(users, _.iteratee('user'));\n * // => ['barney', 'fred']\n *\n * // Create custom iteratee shorthands.\n * _.iteratee = _.wrap(_.iteratee, function(iteratee, func) {\n * return !_.isRegExp(func) ? iteratee(func) : function(string) {\n * return func.test(string);\n * };\n * });\n *\n * _.filter(['abc', 'def'], /ef/);\n * // => ['def']\n */\nfunction iteratee(func) {\n return baseIteratee(typeof func == 'function' ? func : baseClone(func, CLONE_DEEP_FLAG));\n}\n\nmodule.exports = iteratee;\n","var baseMatches = require('./_baseMatches'),\n baseMatchesProperty = require('./_baseMatchesProperty'),\n identity = require('./identity'),\n isArray = require('./isArray'),\n property = require('./property');\n\n/**\n * The base implementation of `_.iteratee`.\n *\n * @private\n * @param {*} [value=_.identity] The value to convert to an iteratee.\n * @returns {Function} Returns the iteratee.\n */\nfunction baseIteratee(value) {\n // Don't store the `typeof` result in a variable to avoid a JIT bug in Safari 9.\n // See https://bugs.webkit.org/show_bug.cgi?id=156034 for more details.\n if (typeof value == 'function') {\n return value;\n }\n if (value == null) {\n return identity;\n }\n if (typeof value == 'object') {\n return isArray(value)\n ? baseMatchesProperty(value[0], value[1])\n : baseMatches(value);\n }\n return property(value);\n}\n\nmodule.exports = baseIteratee;\n","var baseIsMatch = require('./_baseIsMatch'),\n getMatchData = require('./_getMatchData'),\n matchesStrictComparable = require('./_matchesStrictComparable');\n\n/**\n * The base implementation of `_.matches` which doesn't clone `source`.\n *\n * @private\n * @param {Object} source The object of property values to match.\n * @returns {Function} Returns the new spec function.\n */\nfunction baseMatches(source) {\n var matchData = getMatchData(source);\n if (matchData.length == 1 && matchData[0][2]) {\n return matchesStrictComparable(matchData[0][0], matchData[0][1]);\n }\n return function(object) {\n return object === source || baseIsMatch(object, source, matchData);\n };\n}\n\nmodule.exports = baseMatches;\n","var Stack = require('./_Stack'),\n baseIsEqual = require('./_baseIsEqual');\n\n/** Used to compose bitmasks for value comparisons. */\nvar COMPARE_PARTIAL_FLAG = 1,\n COMPARE_UNORDERED_FLAG = 2;\n\n/**\n * The base implementation of `_.isMatch` without support for iteratee shorthands.\n *\n * @private\n * @param {Object} object The object to inspect.\n * @param {Object} source The object of property values to match.\n * @param {Array} matchData The property names, values, and compare flags to match.\n * @param {Function} [customizer] The function to customize comparisons.\n * @returns {boolean} Returns `true` if `object` is a match, else `false`.\n */\nfunction baseIsMatch(object, source, matchData, customizer) {\n var index = matchData.length,\n length = index,\n noCustomizer = !customizer;\n\n if (object == null) {\n return !length;\n }\n object = Object(object);\n while (index--) {\n var data = matchData[index];\n if ((noCustomizer && data[2])\n ? data[1] !== object[data[0]]\n : !(data[0] in object)\n ) {\n return false;\n }\n }\n while (++index < length) {\n data = matchData[index];\n var key = data[0],\n objValue = object[key],\n srcValue = data[1];\n\n if (noCustomizer && data[2]) {\n if (objValue === undefined && !(key in object)) {\n return false;\n }\n } else {\n var stack = new Stack;\n if (customizer) {\n var result = customizer(objValue, srcValue, key, object, source, stack);\n }\n if (!(result === undefined\n ? baseIsEqual(srcValue, objValue, COMPARE_PARTIAL_FLAG | COMPARE_UNORDERED_FLAG, customizer, stack)\n : result\n )) {\n return false;\n }\n }\n }\n return true;\n}\n\nmodule.exports = baseIsMatch;\n","var isStrictComparable = require('./_isStrictComparable'),\n keys = require('./keys');\n\n/**\n * Gets the property names, values, and compare flags of `object`.\n *\n * @private\n * @param {Object} object The object to query.\n * @returns {Array} Returns the match data of `object`.\n */\nfunction getMatchData(object) {\n var result = keys(object),\n length = result.length;\n\n while (length--) {\n var key = result[length],\n value = object[key];\n\n result[length] = [key, value, isStrictComparable(value)];\n }\n return result;\n}\n\nmodule.exports = getMatchData;\n","var baseIsEqual = require('./_baseIsEqual'),\n get = require('./get'),\n hasIn = require('./hasIn'),\n isKey = require('./_isKey'),\n isStrictComparable = require('./_isStrictComparable'),\n matchesStrictComparable = require('./_matchesStrictComparable'),\n toKey = require('./_toKey');\n\n/** Used to compose bitmasks for value comparisons. */\nvar COMPARE_PARTIAL_FLAG = 1,\n COMPARE_UNORDERED_FLAG = 2;\n\n/**\n * The base implementation of `_.matchesProperty` which doesn't clone `srcValue`.\n *\n * @private\n * @param {string} path The path of the property to get.\n * @param {*} srcValue The value to match.\n * @returns {Function} Returns the new spec function.\n */\nfunction baseMatchesProperty(path, srcValue) {\n if (isKey(path) && isStrictComparable(srcValue)) {\n return matchesStrictComparable(toKey(path), srcValue);\n }\n return function(object) {\n var objValue = get(object, path);\n return (objValue === undefined && objValue === srcValue)\n ? hasIn(object, path)\n : baseIsEqual(srcValue, objValue, COMPARE_PARTIAL_FLAG | COMPARE_UNORDERED_FLAG);\n };\n}\n\nmodule.exports = baseMatchesProperty;\n","var baseGet = require('./_baseGet');\n\n/**\n * Gets the value at `path` of `object`. If the resolved value is\n * `undefined`, the `defaultValue` is returned in its place.\n *\n * @static\n * @memberOf _\n * @since 3.7.0\n * @category Object\n * @param {Object} object The object to query.\n * @param {Array|string} path The path of the property to get.\n * @param {*} [defaultValue] The value returned for `undefined` resolved values.\n * @returns {*} Returns the resolved value.\n * @example\n *\n * var object = { 'a': [{ 'b': { 'c': 3 } }] };\n *\n * _.get(object, 'a[0].b.c');\n * // => 3\n *\n * _.get(object, ['a', '0', 'b', 'c']);\n * // => 3\n *\n * _.get(object, 'a.b.c', 'default');\n * // => 'default'\n */\nfunction get(object, path, defaultValue) {\n var result = object == null ? undefined : baseGet(object, path);\n return result === undefined ? defaultValue : result;\n}\n\nmodule.exports = get;\n","var memoize = require('./memoize');\n\n/** Used as the maximum memoize cache size. */\nvar MAX_MEMOIZE_SIZE = 500;\n\n/**\n * A specialized version of `_.memoize` which clears the memoized function's\n * cache when it exceeds `MAX_MEMOIZE_SIZE`.\n *\n * @private\n * @param {Function} func The function to have its output memoized.\n * @returns {Function} Returns the new memoized function.\n */\nfunction memoizeCapped(func) {\n var result = memoize(func, function(key) {\n if (cache.size === MAX_MEMOIZE_SIZE) {\n cache.clear();\n }\n return key;\n });\n\n var cache = result.cache;\n return result;\n}\n\nmodule.exports = memoizeCapped;\n","var MapCache = require('./_MapCache');\n\n/** Error message constants. */\nvar FUNC_ERROR_TEXT = 'Expected a function';\n\n/**\n * Creates a function that memoizes the result of `func`. If `resolver` is\n * provided, it determines the cache key for storing the result based on the\n * arguments provided to the memoized function. By default, the first argument\n * provided to the memoized function is used as the map cache key. The `func`\n * is invoked with the `this` binding of the memoized function.\n *\n * **Note:** The cache is exposed as the `cache` property on the memoized\n * function. Its creation may be customized by replacing the `_.memoize.Cache`\n * constructor with one whose instances implement the\n * [`Map`](http://ecma-international.org/ecma-262/7.0/#sec-properties-of-the-map-prototype-object)\n * method interface of `clear`, `delete`, `get`, `has`, and `set`.\n *\n * @static\n * @memberOf _\n * @since 0.1.0\n * @category Function\n * @param {Function} func The function to have its output memoized.\n * @param {Function} [resolver] The function to resolve the cache key.\n * @returns {Function} Returns the new memoized function.\n * @example\n *\n * var object = { 'a': 1, 'b': 2 };\n * var other = { 'c': 3, 'd': 4 };\n *\n * var values = _.memoize(_.values);\n * values(object);\n * // => [1, 2]\n *\n * values(other);\n * // => [3, 4]\n *\n * object.a = 2;\n * values(object);\n * // => [1, 2]\n *\n * // Modify the result cache.\n * values.cache.set(object, ['a', 'b']);\n * values(object);\n * // => ['a', 'b']\n *\n * // Replace `_.memoize.Cache`.\n * _.memoize.Cache = WeakMap;\n */\nfunction memoize(func, resolver) {\n if (typeof func != 'function' || (resolver != null && typeof resolver != 'function')) {\n throw new TypeError(FUNC_ERROR_TEXT);\n }\n var memoized = function() {\n var args = arguments,\n key = resolver ? resolver.apply(this, args) : args[0],\n cache = memoized.cache;\n\n if (cache.has(key)) {\n return cache.get(key);\n }\n var result = func.apply(this, args);\n memoized.cache = cache.set(key, result) || cache;\n return result;\n };\n memoized.cache = new (memoize.Cache || MapCache);\n return memoized;\n}\n\n// Expose `MapCache`.\nmemoize.Cache = MapCache;\n\nmodule.exports = memoize;\n","var Symbol = require('./_Symbol'),\n arrayMap = require('./_arrayMap'),\n isArray = require('./isArray'),\n isSymbol = require('./isSymbol');\n\n/** Used as references for various `Number` constants. */\nvar INFINITY = 1 / 0;\n\n/** Used to convert symbols to primitives and strings. */\nvar symbolProto = Symbol ? Symbol.prototype : undefined,\n symbolToString = symbolProto ? symbolProto.toString : undefined;\n\n/**\n * The base implementation of `_.toString` which doesn't convert nullish\n * values to empty strings.\n *\n * @private\n * @param {*} value The value to process.\n * @returns {string} Returns the string.\n */\nfunction baseToString(value) {\n // Exit early for strings to avoid a performance hit in some environments.\n if (typeof value == 'string') {\n return value;\n }\n if (isArray(value)) {\n // Recursively convert values (susceptible to call stack limits).\n return arrayMap(value, baseToString) + '';\n }\n if (isSymbol(value)) {\n return symbolToString ? symbolToString.call(value) : '';\n }\n var result = (value + '');\n return (result == '0' && (1 / value) == -INFINITY) ? '-0' : result;\n}\n\nmodule.exports = baseToString;\n","var baseHasIn = require('./_baseHasIn'),\n hasPath = require('./_hasPath');\n\n/**\n * Checks if `path` is a direct or inherited property of `object`.\n *\n * @static\n * @memberOf _\n * @since 4.0.0\n * @category Object\n * @param {Object} object The object to query.\n * @param {Array|string} path The path to check.\n * @returns {boolean} Returns `true` if `path` exists, else `false`.\n * @example\n *\n * var object = _.create({ 'a': _.create({ 'b': 2 }) });\n *\n * _.hasIn(object, 'a');\n * // => true\n *\n * _.hasIn(object, 'a.b');\n * // => true\n *\n * _.hasIn(object, ['a', 'b']);\n * // => true\n *\n * _.hasIn(object, 'b');\n * // => false\n */\nfunction hasIn(object, path) {\n return object != null && hasPath(object, path, baseHasIn);\n}\n\nmodule.exports = hasIn;\n","/**\n * The base implementation of `_.hasIn` without support for deep paths.\n *\n * @private\n * @param {Object} [object] The object to query.\n * @param {Array|string} key The key to check.\n * @returns {boolean} Returns `true` if `key` exists, else `false`.\n */\nfunction baseHasIn(object, key) {\n return object != null && key in Object(object);\n}\n\nmodule.exports = baseHasIn;\n","var castPath = require('./_castPath'),\n isArguments = require('./isArguments'),\n isArray = require('./isArray'),\n isIndex = require('./_isIndex'),\n isLength = require('./isLength'),\n toKey = require('./_toKey');\n\n/**\n * Checks if `path` exists on `object`.\n *\n * @private\n * @param {Object} object The object to query.\n * @param {Array|string} path The path to check.\n * @param {Function} hasFunc The function to check properties.\n * @returns {boolean} Returns `true` if `path` exists, else `false`.\n */\nfunction hasPath(object, path, hasFunc) {\n path = castPath(path, object);\n\n var index = -1,\n length = path.length,\n result = false;\n\n while (++index < length) {\n var key = toKey(path[index]);\n if (!(result = object != null && hasFunc(object, key))) {\n break;\n }\n object = object[key];\n }\n if (result || ++index != length) {\n return result;\n }\n length = object == null ? 0 : object.length;\n return !!length && isLength(length) && isIndex(key, length) &&\n (isArray(object) || isArguments(object));\n}\n\nmodule.exports = hasPath;\n","var baseProperty = require('./_baseProperty'),\n basePropertyDeep = require('./_basePropertyDeep'),\n isKey = require('./_isKey'),\n toKey = require('./_toKey');\n\n/**\n * Creates a function that returns the value at `path` of a given object.\n *\n * @static\n * @memberOf _\n * @since 2.4.0\n * @category Util\n * @param {Array|string} path The path of the property to get.\n * @returns {Function} Returns the new accessor function.\n * @example\n *\n * var objects = [\n * { 'a': { 'b': 2 } },\n * { 'a': { 'b': 1 } }\n * ];\n *\n * _.map(objects, _.property('a.b'));\n * // => [2, 1]\n *\n * _.map(_.sortBy(objects, _.property(['a', 'b'])), 'a.b');\n * // => [1, 2]\n */\nfunction property(path) {\n return isKey(path) ? baseProperty(toKey(path)) : basePropertyDeep(path);\n}\n\nmodule.exports = property;\n","/**\n * The base implementation of `_.property` without support for deep paths.\n *\n * @private\n * @param {string} key The key of the property to get.\n * @returns {Function} Returns the new accessor function.\n */\nfunction baseProperty(key) {\n return function(object) {\n return object == null ? undefined : object[key];\n };\n}\n\nmodule.exports = baseProperty;\n","var baseGet = require('./_baseGet');\n\n/**\n * A specialized version of `baseProperty` which supports deep paths.\n *\n * @private\n * @param {Array|string} path The path of the property to get.\n * @returns {Function} Returns the new accessor function.\n */\nfunction basePropertyDeep(path) {\n return function(object) {\n return baseGet(object, path);\n };\n}\n\nmodule.exports = basePropertyDeep;\n","var createWrap = require('./_createWrap'),\n flatRest = require('./_flatRest');\n\n/** Used to compose bitmasks for function metadata. */\nvar WRAP_REARG_FLAG = 256;\n\n/**\n * Creates a function that invokes `func` with arguments arranged according\n * to the specified `indexes` where the argument value at the first index is\n * provided as the first argument, the argument value at the second index is\n * provided as the second argument, and so on.\n *\n * @static\n * @memberOf _\n * @since 3.0.0\n * @category Function\n * @param {Function} func The function to rearrange arguments for.\n * @param {...(number|number[])} indexes The arranged argument indexes.\n * @returns {Function} Returns the new function.\n * @example\n *\n * var rearged = _.rearg(function(a, b, c) {\n * return [a, b, c];\n * }, [2, 0, 1]);\n *\n * rearged('b', 'c', 'a')\n * // => ['a', 'b', 'c']\n */\nvar rearg = flatRest(function(func, indexes) {\n return createWrap(func, WRAP_REARG_FLAG, undefined, undefined, undefined, indexes);\n});\n\nmodule.exports = rearg;\n","var flatten = require('./flatten'),\n overRest = require('./_overRest'),\n setToString = require('./_setToString');\n\n/**\n * A specialized version of `baseRest` which flattens the rest array.\n *\n * @private\n * @param {Function} func The function to apply a rest parameter to.\n * @returns {Function} Returns the new function.\n */\nfunction flatRest(func) {\n return setToString(overRest(func, undefined, flatten), func + '');\n}\n\nmodule.exports = flatRest;\n","var baseFlatten = require('./_baseFlatten');\n\n/**\n * Flattens `array` a single level deep.\n *\n * @static\n * @memberOf _\n * @since 0.1.0\n * @category Array\n * @param {Array} array The array to flatten.\n * @returns {Array} Returns the new flattened array.\n * @example\n *\n * _.flatten([1, [2, [3, [4]], 5]]);\n * // => [1, 2, [3, [4]], 5]\n */\nfunction flatten(array) {\n var length = array == null ? 0 : array.length;\n return length ? baseFlatten(array, 1) : [];\n}\n\nmodule.exports = flatten;\n","var arrayPush = require('./_arrayPush'),\n isFlattenable = require('./_isFlattenable');\n\n/**\n * The base implementation of `_.flatten` with support for restricting flattening.\n *\n * @private\n * @param {Array} array The array to flatten.\n * @param {number} depth The maximum recursion depth.\n * @param {boolean} [predicate=isFlattenable] The function invoked per iteration.\n * @param {boolean} [isStrict] Restrict to values that pass `predicate` checks.\n * @param {Array} [result=[]] The initial result value.\n * @returns {Array} Returns the new flattened array.\n */\nfunction baseFlatten(array, depth, predicate, isStrict, result) {\n var index = -1,\n length = array.length;\n\n predicate || (predicate = isFlattenable);\n result || (result = []);\n\n while (++index < length) {\n var value = array[index];\n if (depth > 0 && predicate(value)) {\n if (depth > 1) {\n // Recursively flatten arrays (susceptible to call stack limits).\n baseFlatten(value, depth - 1, predicate, isStrict, result);\n } else {\n arrayPush(result, value);\n }\n } else if (!isStrict) {\n result[result.length] = value;\n }\n }\n return result;\n}\n\nmodule.exports = baseFlatten;\n","var Symbol = require('./_Symbol'),\n isArguments = require('./isArguments'),\n isArray = require('./isArray');\n\n/** Built-in value references. */\nvar spreadableSymbol = Symbol ? Symbol.isConcatSpreadable : undefined;\n\n/**\n * Checks if `value` is a flattenable `arguments` object or array.\n *\n * @private\n * @param {*} value The value to check.\n * @returns {boolean} Returns `true` if `value` is flattenable, else `false`.\n */\nfunction isFlattenable(value) {\n return isArray(value) || isArguments(value) ||\n !!(spreadableSymbol && value && value[spreadableSymbol]);\n}\n\nmodule.exports = isFlattenable;\n","var arrayMap = require('./_arrayMap'),\n copyArray = require('./_copyArray'),\n isArray = require('./isArray'),\n isSymbol = require('./isSymbol'),\n stringToPath = require('./_stringToPath'),\n toKey = require('./_toKey'),\n toString = require('./toString');\n\n/**\n * Converts `value` to a property path array.\n *\n * @static\n * @memberOf _\n * @since 4.0.0\n * @category Util\n * @param {*} value The value to convert.\n * @returns {Array} Returns the new property path array.\n * @example\n *\n * _.toPath('a.b.c');\n * // => ['a', 'b', 'c']\n *\n * _.toPath('a[0].b.c');\n * // => ['a', '0', 'b', 'c']\n */\nfunction toPath(value) {\n if (isArray(value)) {\n return arrayMap(value, toKey);\n }\n return isSymbol(value) ? [value] : copyArray(stringToPath(toString(value)));\n}\n\nmodule.exports = toPath;\n","module.exports = {\n 'cap': false,\n 'curry': false,\n 'fixed': false,\n 'immutable': false,\n 'rearg': false\n};\n","var map = {\n\t\"./af\": 327,\n\t\"./af.js\": 327,\n\t\"./ar\": 328,\n\t\"./ar-dz\": 329,\n\t\"./ar-dz.js\": 329,\n\t\"./ar-kw\": 330,\n\t\"./ar-kw.js\": 330,\n\t\"./ar-ly\": 331,\n\t\"./ar-ly.js\": 331,\n\t\"./ar-ma\": 332,\n\t\"./ar-ma.js\": 332,\n\t\"./ar-sa\": 333,\n\t\"./ar-sa.js\": 333,\n\t\"./ar-tn\": 334,\n\t\"./ar-tn.js\": 334,\n\t\"./ar.js\": 328,\n\t\"./az\": 335,\n\t\"./az.js\": 335,\n\t\"./be\": 336,\n\t\"./be.js\": 336,\n\t\"./bg\": 337,\n\t\"./bg.js\": 337,\n\t\"./bm\": 338,\n\t\"./bm.js\": 338,\n\t\"./bn\": 339,\n\t\"./bn-bd\": 340,\n\t\"./bn-bd.js\": 340,\n\t\"./bn.js\": 339,\n\t\"./bo\": 341,\n\t\"./bo.js\": 341,\n\t\"./br\": 342,\n\t\"./br.js\": 342,\n\t\"./bs\": 343,\n\t\"./bs.js\": 343,\n\t\"./ca\": 344,\n\t\"./ca.js\": 344,\n\t\"./cs\": 345,\n\t\"./cs.js\": 345,\n\t\"./cv\": 346,\n\t\"./cv.js\": 346,\n\t\"./cy\": 347,\n\t\"./cy.js\": 347,\n\t\"./da\": 348,\n\t\"./da.js\": 348,\n\t\"./de\": 349,\n\t\"./de-at\": 350,\n\t\"./de-at.js\": 350,\n\t\"./de-ch\": 351,\n\t\"./de-ch.js\": 351,\n\t\"./de.js\": 349,\n\t\"./dv\": 352,\n\t\"./dv.js\": 352,\n\t\"./el\": 353,\n\t\"./el.js\": 353,\n\t\"./en-au\": 354,\n\t\"./en-au.js\": 354,\n\t\"./en-ca\": 355,\n\t\"./en-ca.js\": 355,\n\t\"./en-gb\": 356,\n\t\"./en-gb.js\": 356,\n\t\"./en-ie\": 357,\n\t\"./en-ie.js\": 357,\n\t\"./en-il\": 358,\n\t\"./en-il.js\": 358,\n\t\"./en-in\": 359,\n\t\"./en-in.js\": 359,\n\t\"./en-nz\": 360,\n\t\"./en-nz.js\": 360,\n\t\"./en-sg\": 361,\n\t\"./en-sg.js\": 361,\n\t\"./eo\": 362,\n\t\"./eo.js\": 362,\n\t\"./es\": 363,\n\t\"./es-do\": 364,\n\t\"./es-do.js\": 364,\n\t\"./es-mx\": 365,\n\t\"./es-mx.js\": 365,\n\t\"./es-us\": 366,\n\t\"./es-us.js\": 366,\n\t\"./es.js\": 363,\n\t\"./et\": 367,\n\t\"./et.js\": 367,\n\t\"./eu\": 368,\n\t\"./eu.js\": 368,\n\t\"./fa\": 369,\n\t\"./fa.js\": 369,\n\t\"./fi\": 370,\n\t\"./fi.js\": 370,\n\t\"./fil\": 371,\n\t\"./fil.js\": 371,\n\t\"./fo\": 372,\n\t\"./fo.js\": 372,\n\t\"./fr\": 373,\n\t\"./fr-ca\": 374,\n\t\"./fr-ca.js\": 374,\n\t\"./fr-ch\": 375,\n\t\"./fr-ch.js\": 375,\n\t\"./fr.js\": 373,\n\t\"./fy\": 376,\n\t\"./fy.js\": 376,\n\t\"./ga\": 377,\n\t\"./ga.js\": 377,\n\t\"./gd\": 378,\n\t\"./gd.js\": 378,\n\t\"./gl\": 379,\n\t\"./gl.js\": 379,\n\t\"./gom-deva\": 380,\n\t\"./gom-deva.js\": 380,\n\t\"./gom-latn\": 381,\n\t\"./gom-latn.js\": 381,\n\t\"./gu\": 382,\n\t\"./gu.js\": 382,\n\t\"./he\": 383,\n\t\"./he.js\": 383,\n\t\"./hi\": 384,\n\t\"./hi.js\": 384,\n\t\"./hr\": 385,\n\t\"./hr.js\": 385,\n\t\"./hu\": 386,\n\t\"./hu.js\": 386,\n\t\"./hy-am\": 387,\n\t\"./hy-am.js\": 387,\n\t\"./id\": 388,\n\t\"./id.js\": 388,\n\t\"./is\": 389,\n\t\"./is.js\": 389,\n\t\"./it\": 390,\n\t\"./it-ch\": 391,\n\t\"./it-ch.js\": 391,\n\t\"./it.js\": 390,\n\t\"./ja\": 392,\n\t\"./ja.js\": 392,\n\t\"./jv\": 393,\n\t\"./jv.js\": 393,\n\t\"./ka\": 394,\n\t\"./ka.js\": 394,\n\t\"./kk\": 395,\n\t\"./kk.js\": 395,\n\t\"./km\": 396,\n\t\"./km.js\": 396,\n\t\"./kn\": 397,\n\t\"./kn.js\": 397,\n\t\"./ko\": 398,\n\t\"./ko.js\": 398,\n\t\"./ku\": 399,\n\t\"./ku.js\": 399,\n\t\"./ky\": 400,\n\t\"./ky.js\": 400,\n\t\"./lb\": 401,\n\t\"./lb.js\": 401,\n\t\"./lo\": 402,\n\t\"./lo.js\": 402,\n\t\"./lt\": 403,\n\t\"./lt.js\": 403,\n\t\"./lv\": 404,\n\t\"./lv.js\": 404,\n\t\"./me\": 405,\n\t\"./me.js\": 405,\n\t\"./mi\": 406,\n\t\"./mi.js\": 406,\n\t\"./mk\": 407,\n\t\"./mk.js\": 407,\n\t\"./ml\": 408,\n\t\"./ml.js\": 408,\n\t\"./mn\": 409,\n\t\"./mn.js\": 409,\n\t\"./mr\": 410,\n\t\"./mr.js\": 410,\n\t\"./ms\": 411,\n\t\"./ms-my\": 412,\n\t\"./ms-my.js\": 412,\n\t\"./ms.js\": 411,\n\t\"./mt\": 413,\n\t\"./mt.js\": 413,\n\t\"./my\": 414,\n\t\"./my.js\": 414,\n\t\"./nb\": 415,\n\t\"./nb.js\": 415,\n\t\"./ne\": 416,\n\t\"./ne.js\": 416,\n\t\"./nl\": 417,\n\t\"./nl-be\": 418,\n\t\"./nl-be.js\": 418,\n\t\"./nl.js\": 417,\n\t\"./nn\": 419,\n\t\"./nn.js\": 419,\n\t\"./oc-lnc\": 420,\n\t\"./oc-lnc.js\": 420,\n\t\"./pa-in\": 421,\n\t\"./pa-in.js\": 421,\n\t\"./pl\": 422,\n\t\"./pl.js\": 422,\n\t\"./pt\": 423,\n\t\"./pt-br\": 424,\n\t\"./pt-br.js\": 424,\n\t\"./pt.js\": 423,\n\t\"./ro\": 425,\n\t\"./ro.js\": 425,\n\t\"./ru\": 426,\n\t\"./ru.js\": 426,\n\t\"./sd\": 427,\n\t\"./sd.js\": 427,\n\t\"./se\": 428,\n\t\"./se.js\": 428,\n\t\"./si\": 429,\n\t\"./si.js\": 429,\n\t\"./sk\": 430,\n\t\"./sk.js\": 430,\n\t\"./sl\": 431,\n\t\"./sl.js\": 431,\n\t\"./sq\": 432,\n\t\"./sq.js\": 432,\n\t\"./sr\": 433,\n\t\"./sr-cyrl\": 434,\n\t\"./sr-cyrl.js\": 434,\n\t\"./sr.js\": 433,\n\t\"./ss\": 435,\n\t\"./ss.js\": 435,\n\t\"./sv\": 436,\n\t\"./sv.js\": 436,\n\t\"./sw\": 437,\n\t\"./sw.js\": 437,\n\t\"./ta\": 438,\n\t\"./ta.js\": 438,\n\t\"./te\": 439,\n\t\"./te.js\": 439,\n\t\"./tet\": 440,\n\t\"./tet.js\": 440,\n\t\"./tg\": 441,\n\t\"./tg.js\": 441,\n\t\"./th\": 442,\n\t\"./th.js\": 442,\n\t\"./tk\": 443,\n\t\"./tk.js\": 443,\n\t\"./tl-ph\": 444,\n\t\"./tl-ph.js\": 444,\n\t\"./tlh\": 445,\n\t\"./tlh.js\": 445,\n\t\"./tr\": 446,\n\t\"./tr.js\": 446,\n\t\"./tzl\": 447,\n\t\"./tzl.js\": 447,\n\t\"./tzm\": 448,\n\t\"./tzm-latn\": 449,\n\t\"./tzm-latn.js\": 449,\n\t\"./tzm.js\": 448,\n\t\"./ug-cn\": 450,\n\t\"./ug-cn.js\": 450,\n\t\"./uk\": 451,\n\t\"./uk.js\": 451,\n\t\"./ur\": 452,\n\t\"./ur.js\": 452,\n\t\"./uz\": 453,\n\t\"./uz-latn\": 454,\n\t\"./uz-latn.js\": 454,\n\t\"./uz.js\": 453,\n\t\"./vi\": 455,\n\t\"./vi.js\": 455,\n\t\"./x-pseudo\": 456,\n\t\"./x-pseudo.js\": 456,\n\t\"./yo\": 457,\n\t\"./yo.js\": 457,\n\t\"./zh-cn\": 458,\n\t\"./zh-cn.js\": 458,\n\t\"./zh-hk\": 459,\n\t\"./zh-hk.js\": 459,\n\t\"./zh-mo\": 460,\n\t\"./zh-mo.js\": 460,\n\t\"./zh-tw\": 461,\n\t\"./zh-tw.js\": 461\n};\n\n\nfunction webpackContext(req) {\n\tvar id = webpackContextResolve(req);\n\treturn __webpack_require__(id);\n}\nfunction webpackContextResolve(req) {\n\tif(!__webpack_require__.o(map, req)) {\n\t\tvar e = new Error(\"Cannot find module '\" + req + \"'\");\n\t\te.code = 'MODULE_NOT_FOUND';\n\t\tthrow e;\n\t}\n\treturn map[req];\n}\nwebpackContext.keys = function webpackContextKeys() {\n\treturn Object.keys(map);\n};\nwebpackContext.resolve = webpackContextResolve;\nmodule.exports = webpackContext;\nwebpackContext.id = 610;","\"use strict\";\n\nrequire(\"core-js/modules/es.number.to-fixed\");\n\nObject.defineProperty(exports, \"__esModule\", {\n value: true\n});\nexports.formatFileSize = formatFileSize;\n\nvar _l10n = require(\"@nextcloud/l10n\");\n\nvar humanList = ['B', 'KB', 'MB', 'GB', 'TB'];\n\nfunction formatFileSize(size) {\n var skipSmallSizes = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : false;\n // Calculate Log with base 1024: size = 1024 ** order\n var order = size > 0 ? Math.floor(Math.log(size) / Math.log(1024)) : 0; // Stay in range of the byte sizes that are defined\n\n order = Math.min(humanList.length - 1, order);\n var readableFormat = humanList[order];\n var relativeSize = (size / Math.pow(1024, order)).toFixed(1);\n\n if (skipSmallSizes === true && order === 0) {\n if (relativeSize !== \"0.0\") {\n return '< 1 KB';\n } else {\n return '0 KB';\n }\n }\n\n if (order < 2) {\n relativeSize = parseFloat(relativeSize).toFixed(0);\n } else if (relativeSize.substr(relativeSize.length - 2, 2) === '.0') {\n relativeSize = relativeSize.substr(0, relativeSize.length - 2);\n } else {\n relativeSize = parseFloat(relativeSize).toLocaleString((0, _l10n.getCanonicalLocale)());\n }\n\n return relativeSize + ' ' + readableFormat;\n}\n//# sourceMappingURL=humanfilesize.js.map","'use strict';\nvar toObject = require('../internals/to-object');\nvar toAbsoluteIndex = require('../internals/to-absolute-index');\nvar toLength = require('../internals/to-length');\n\n// `Array.prototype.fill` method implementation\n// https://tc39.es/ecma262/#sec-array.prototype.fill\nmodule.exports = function fill(value /* , start = 0, end = @length */) {\n var O = toObject(this);\n var length = toLength(O.length);\n var argumentsLength = arguments.length;\n var index = toAbsoluteIndex(argumentsLength > 1 ? arguments[1] : undefined, length);\n var end = argumentsLength > 2 ? arguments[2] : undefined;\n var endPos = end === undefined ? length : toAbsoluteIndex(end, length);\n while (endPos > index) O[index++] = value;\n return O;\n};\n","var anObject = require('../internals/an-object');\nvar iteratorClose = require('../internals/iterator-close');\n\n// call something on iterator step with safe closing on error\nmodule.exports = function (iterator, fn, value, ENTRIES) {\n try {\n return ENTRIES ? fn(anObject(value)[0], value[1]) : fn(value);\n } catch (error) {\n iteratorClose(iterator);\n throw error;\n }\n};\n","'use strict';\nvar $ = require('../internals/export');\nvar toAbsoluteIndex = require('../internals/to-absolute-index');\nvar toInteger = require('../internals/to-integer');\nvar toLength = require('../internals/to-length');\nvar toObject = require('../internals/to-object');\nvar arraySpeciesCreate = require('../internals/array-species-create');\nvar createProperty = require('../internals/create-property');\nvar arrayMethodHasSpeciesSupport = require('../internals/array-method-has-species-support');\n\nvar HAS_SPECIES_SUPPORT = arrayMethodHasSpeciesSupport('splice');\n\nvar max = Math.max;\nvar min = Math.min;\nvar MAX_SAFE_INTEGER = 0x1FFFFFFFFFFFFF;\nvar MAXIMUM_ALLOWED_LENGTH_EXCEEDED = 'Maximum allowed length exceeded';\n\n// `Array.prototype.splice` method\n// https://tc39.es/ecma262/#sec-array.prototype.splice\n// with adding support of @@species\n$({ target: 'Array', proto: true, forced: !HAS_SPECIES_SUPPORT }, {\n splice: function splice(start, deleteCount /* , ...items */) {\n var O = toObject(this);\n var len = toLength(O.length);\n var actualStart = toAbsoluteIndex(start, len);\n var argumentsLength = arguments.length;\n var insertCount, actualDeleteCount, A, k, from, to;\n if (argumentsLength === 0) {\n insertCount = actualDeleteCount = 0;\n } else if (argumentsLength === 1) {\n insertCount = 0;\n actualDeleteCount = len - actualStart;\n } else {\n insertCount = argumentsLength - 2;\n actualDeleteCount = min(max(toInteger(deleteCount), 0), len - actualStart);\n }\n if (len + insertCount - actualDeleteCount > MAX_SAFE_INTEGER) {\n throw TypeError(MAXIMUM_ALLOWED_LENGTH_EXCEEDED);\n }\n A = arraySpeciesCreate(O, actualDeleteCount);\n for (k = 0; k < actualDeleteCount; k++) {\n from = actualStart + k;\n if (from in O) createProperty(A, k, O[from]);\n }\n A.length = actualDeleteCount;\n if (insertCount < actualDeleteCount) {\n for (k = actualStart; k < len - actualDeleteCount; k++) {\n from = k + actualDeleteCount;\n to = k + insertCount;\n if (from in O) O[to] = O[from];\n else delete O[to];\n }\n for (k = len; k > len - actualDeleteCount + insertCount; k--) delete O[k - 1];\n } else if (insertCount > actualDeleteCount) {\n for (k = len - actualDeleteCount; k > actualStart; k--) {\n from = k + actualDeleteCount - 1;\n to = k + insertCount - 1;\n if (from in O) O[to] = O[from];\n else delete O[to];\n }\n }\n for (k = 0; k < insertCount; k++) {\n O[k + actualStart] = arguments[k + 2];\n }\n O.length = len - actualDeleteCount + insertCount;\n return A;\n }\n});\n","// eslint-disable-next-line es/no-typed-arrays -- safe\nmodule.exports = typeof ArrayBuffer !== 'undefined' && typeof DataView !== 'undefined';\n","// https://github.com/tc39/proposal-string-pad-start-end\nvar toLength = require('../internals/to-length');\nvar repeat = require('../internals/string-repeat');\nvar requireObjectCoercible = require('../internals/require-object-coercible');\n\nvar ceil = Math.ceil;\n\n// `String.prototype.{ padStart, padEnd }` methods implementation\nvar createMethod = function (IS_END) {\n return function ($this, maxLength, fillString) {\n var S = String(requireObjectCoercible($this));\n var stringLength = S.length;\n var fillStr = fillString === undefined ? ' ' : String(fillString);\n var intMaxLength = toLength(maxLength);\n var fillLen, stringFiller;\n if (intMaxLength <= stringLength || fillStr == '') return S;\n fillLen = intMaxLength - stringLength;\n stringFiller = repeat.call(fillStr, ceil(fillLen / fillStr.length));\n if (stringFiller.length > fillLen) stringFiller = stringFiller.slice(0, fillLen);\n return IS_END ? S + stringFiller : stringFiller + S;\n };\n};\n\nmodule.exports = {\n // `String.prototype.padStart` method\n // https://tc39.es/ecma262/#sec-string.prototype.padstart\n start: createMethod(false),\n // `String.prototype.padEnd` method\n // https://tc39.es/ecma262/#sec-string.prototype.padend\n end: createMethod(true)\n};\n","// `Math.sign` method implementation\n// https://tc39.es/ecma262/#sec-math.sign\n// eslint-disable-next-line es/no-math-sign -- safe\nmodule.exports = Math.sign || function sign(x) {\n // eslint-disable-next-line no-self-compare -- NaN check\n return (x = +x) == 0 || x != x ? x : x < 0 ? -1 : 1;\n};\n","var global = require('../internals/global');\nvar fails = require('../internals/fails');\nvar bind = require('../internals/function-bind-context');\nvar html = require('../internals/html');\nvar createElement = require('../internals/document-create-element');\nvar IS_IOS = require('../internals/engine-is-ios');\nvar IS_NODE = require('../internals/engine-is-node');\n\nvar location = global.location;\nvar set = global.setImmediate;\nvar clear = global.clearImmediate;\nvar process = global.process;\nvar MessageChannel = global.MessageChannel;\nvar Dispatch = global.Dispatch;\nvar counter = 0;\nvar queue = {};\nvar ONREADYSTATECHANGE = 'onreadystatechange';\nvar defer, channel, port;\n\nvar run = function (id) {\n // eslint-disable-next-line no-prototype-builtins -- safe\n if (queue.hasOwnProperty(id)) {\n var fn = queue[id];\n delete queue[id];\n fn();\n }\n};\n\nvar runner = function (id) {\n return function () {\n run(id);\n };\n};\n\nvar listener = function (event) {\n run(event.data);\n};\n\nvar post = function (id) {\n // old engines have not location.origin\n global.postMessage(id + '', location.protocol + '//' + location.host);\n};\n\n// Node.js 0.9+ & IE10+ has setImmediate, otherwise:\nif (!set || !clear) {\n set = function setImmediate(fn) {\n var args = [];\n var i = 1;\n while (arguments.length > i) args.push(arguments[i++]);\n queue[++counter] = function () {\n // eslint-disable-next-line no-new-func -- spec requirement\n (typeof fn == 'function' ? fn : Function(fn)).apply(undefined, args);\n };\n defer(counter);\n return counter;\n };\n clear = function clearImmediate(id) {\n delete queue[id];\n };\n // Node.js 0.8-\n if (IS_NODE) {\n defer = function (id) {\n process.nextTick(runner(id));\n };\n // Sphere (JS game engine) Dispatch API\n } else if (Dispatch && Dispatch.now) {\n defer = function (id) {\n Dispatch.now(runner(id));\n };\n // Browsers with MessageChannel, includes WebWorkers\n // except iOS - https://github.com/zloirock/core-js/issues/624\n } else if (MessageChannel && !IS_IOS) {\n channel = new MessageChannel();\n port = channel.port2;\n channel.port1.onmessage = listener;\n defer = bind(port.postMessage, port, 1);\n // Browsers with postMessage, skip WebWorkers\n // IE8 has postMessage, but it's sync & typeof its postMessage is 'object'\n } else if (\n global.addEventListener &&\n typeof postMessage == 'function' &&\n !global.importScripts &&\n location && location.protocol !== 'file:' &&\n !fails(post)\n ) {\n defer = post;\n global.addEventListener('message', listener, false);\n // IE8-\n } else if (ONREADYSTATECHANGE in createElement('script')) {\n defer = function (id) {\n html.appendChild(createElement('script'))[ONREADYSTATECHANGE] = function () {\n html.removeChild(this);\n run(id);\n };\n };\n // Rest old browsers\n } else {\n defer = function (id) {\n setTimeout(runner(id), 0);\n };\n }\n}\n\nmodule.exports = {\n set: set,\n clear: clear\n};\n","module.exports = function (exec) {\n try {\n return { error: false, value: exec() };\n } catch (error) {\n return { error: true, value: error };\n }\n};\n","var isRegExp = require('../internals/is-regexp');\n\nmodule.exports = function (it) {\n if (isRegExp(it)) {\n throw TypeError(\"The method doesn't accept regular expressions\");\n } return it;\n};\n","var wellKnownSymbol = require('../internals/well-known-symbol');\n\nvar MATCH = wellKnownSymbol('match');\n\nmodule.exports = function (METHOD_NAME) {\n var regexp = /./;\n try {\n '/./'[METHOD_NAME](regexp);\n } catch (error1) {\n try {\n regexp[MATCH] = false;\n return '/./'[METHOD_NAME](regexp);\n } catch (error2) { /* empty */ }\n } return false;\n};\n","'use strict';\nvar fixRegExpWellKnownSymbolLogic = require('../internals/fix-regexp-well-known-symbol-logic');\nvar anObject = require('../internals/an-object');\nvar requireObjectCoercible = require('../internals/require-object-coercible');\nvar sameValue = require('../internals/same-value');\nvar regExpExec = require('../internals/regexp-exec-abstract');\n\n// @@search logic\nfixRegExpWellKnownSymbolLogic('search', 1, function (SEARCH, nativeSearch, maybeCallNative) {\n return [\n // `String.prototype.search` method\n // https://tc39.es/ecma262/#sec-string.prototype.search\n function search(regexp) {\n var O = requireObjectCoercible(this);\n var searcher = regexp == undefined ? undefined : regexp[SEARCH];\n return searcher !== undefined ? searcher.call(regexp, O) : new RegExp(regexp)[SEARCH](String(O));\n },\n // `RegExp.prototype[@@search]` method\n // https://tc39.es/ecma262/#sec-regexp.prototype-@@search\n function (regexp) {\n var res = maybeCallNative(nativeSearch, regexp, this);\n if (res.done) return res.value;\n\n var rx = anObject(regexp);\n var S = String(this);\n\n var previousLastIndex = rx.lastIndex;\n if (!sameValue(previousLastIndex, 0)) rx.lastIndex = 0;\n var result = regExpExec(rx, S);\n if (!sameValue(rx.lastIndex, previousLastIndex)) rx.lastIndex = previousLastIndex;\n return result === null ? -1 : result.index;\n }\n ];\n});\n","/* eslint-disable no-new -- required for testing */\nvar global = require('../internals/global');\nvar fails = require('../internals/fails');\nvar checkCorrectnessOfIteration = require('../internals/check-correctness-of-iteration');\nvar NATIVE_ARRAY_BUFFER_VIEWS = require('../internals/array-buffer-view-core').NATIVE_ARRAY_BUFFER_VIEWS;\n\nvar ArrayBuffer = global.ArrayBuffer;\nvar Int8Array = global.Int8Array;\n\nmodule.exports = !NATIVE_ARRAY_BUFFER_VIEWS || !fails(function () {\n Int8Array(1);\n}) || !fails(function () {\n new Int8Array(-1);\n}) || !checkCorrectnessOfIteration(function (iterable) {\n new Int8Array();\n new Int8Array(null);\n new Int8Array(1.5);\n new Int8Array(iterable);\n}, true) || fails(function () {\n // Safari (11+) bug - a reason why even Safari 13 should load a typed array polyfill\n return new Int8Array(new ArrayBuffer(2), 1, undefined).length !== 1;\n});\n","'use strict';\n// TODO: in core-js@4, move /modules/ dependencies to public entries for better optimization by tools like `preset-env`\nrequire('../modules/es.string.iterator');\nvar $ = require('../internals/export');\nvar DESCRIPTORS = require('../internals/descriptors');\nvar USE_NATIVE_URL = require('../internals/native-url');\nvar global = require('../internals/global');\nvar defineProperties = require('../internals/object-define-properties');\nvar redefine = require('../internals/redefine');\nvar anInstance = require('../internals/an-instance');\nvar has = require('../internals/has');\nvar assign = require('../internals/object-assign');\nvar arrayFrom = require('../internals/array-from');\nvar codeAt = require('../internals/string-multibyte').codeAt;\nvar toASCII = require('../internals/string-punycode-to-ascii');\nvar setToStringTag = require('../internals/set-to-string-tag');\nvar URLSearchParamsModule = require('../modules/web.url-search-params');\nvar InternalStateModule = require('../internals/internal-state');\n\nvar NativeURL = global.URL;\nvar URLSearchParams = URLSearchParamsModule.URLSearchParams;\nvar getInternalSearchParamsState = URLSearchParamsModule.getState;\nvar setInternalState = InternalStateModule.set;\nvar getInternalURLState = InternalStateModule.getterFor('URL');\nvar floor = Math.floor;\nvar pow = Math.pow;\n\nvar INVALID_AUTHORITY = 'Invalid authority';\nvar INVALID_SCHEME = 'Invalid scheme';\nvar INVALID_HOST = 'Invalid host';\nvar INVALID_PORT = 'Invalid port';\n\nvar ALPHA = /[A-Za-z]/;\n// eslint-disable-next-line regexp/no-obscure-range -- safe\nvar ALPHANUMERIC = /[\\d+-.A-Za-z]/;\nvar DIGIT = /\\d/;\nvar HEX_START = /^(0x|0X)/;\nvar OCT = /^[0-7]+$/;\nvar DEC = /^\\d+$/;\nvar HEX = /^[\\dA-Fa-f]+$/;\n/* eslint-disable no-control-regex -- safe */\nvar FORBIDDEN_HOST_CODE_POINT = /[\\0\\t\\n\\r #%/:?@[\\\\]]/;\nvar FORBIDDEN_HOST_CODE_POINT_EXCLUDING_PERCENT = /[\\0\\t\\n\\r #/:?@[\\\\]]/;\nvar LEADING_AND_TRAILING_C0_CONTROL_OR_SPACE = /^[\\u0000-\\u001F ]+|[\\u0000-\\u001F ]+$/g;\nvar TAB_AND_NEW_LINE = /[\\t\\n\\r]/g;\n/* eslint-enable no-control-regex -- safe */\nvar EOF;\n\nvar parseHost = function (url, input) {\n var result, codePoints, index;\n if (input.charAt(0) == '[') {\n if (input.charAt(input.length - 1) != ']') return INVALID_HOST;\n result = parseIPv6(input.slice(1, -1));\n if (!result) return INVALID_HOST;\n url.host = result;\n // opaque host\n } else if (!isSpecial(url)) {\n if (FORBIDDEN_HOST_CODE_POINT_EXCLUDING_PERCENT.test(input)) return INVALID_HOST;\n result = '';\n codePoints = arrayFrom(input);\n for (index = 0; index < codePoints.length; index++) {\n result += percentEncode(codePoints[index], C0ControlPercentEncodeSet);\n }\n url.host = result;\n } else {\n input = toASCII(input);\n if (FORBIDDEN_HOST_CODE_POINT.test(input)) return INVALID_HOST;\n result = parseIPv4(input);\n if (result === null) return INVALID_HOST;\n url.host = result;\n }\n};\n\nvar parseIPv4 = function (input) {\n var parts = input.split('.');\n var partsLength, numbers, index, part, radix, number, ipv4;\n if (parts.length && parts[parts.length - 1] == '') {\n parts.pop();\n }\n partsLength = parts.length;\n if (partsLength > 4) return input;\n numbers = [];\n for (index = 0; index < partsLength; index++) {\n part = parts[index];\n if (part == '') return input;\n radix = 10;\n if (part.length > 1 && part.charAt(0) == '0') {\n radix = HEX_START.test(part) ? 16 : 8;\n part = part.slice(radix == 8 ? 1 : 2);\n }\n if (part === '') {\n number = 0;\n } else {\n if (!(radix == 10 ? DEC : radix == 8 ? OCT : HEX).test(part)) return input;\n number = parseInt(part, radix);\n }\n numbers.push(number);\n }\n for (index = 0; index < partsLength; index++) {\n number = numbers[index];\n if (index == partsLength - 1) {\n if (number >= pow(256, 5 - partsLength)) return null;\n } else if (number > 255) return null;\n }\n ipv4 = numbers.pop();\n for (index = 0; index < numbers.length; index++) {\n ipv4 += numbers[index] * pow(256, 3 - index);\n }\n return ipv4;\n};\n\n// eslint-disable-next-line max-statements -- TODO\nvar parseIPv6 = function (input) {\n var address = [0, 0, 0, 0, 0, 0, 0, 0];\n var pieceIndex = 0;\n var compress = null;\n var pointer = 0;\n var value, length, numbersSeen, ipv4Piece, number, swaps, swap;\n\n var char = function () {\n return input.charAt(pointer);\n };\n\n if (char() == ':') {\n if (input.charAt(1) != ':') return;\n pointer += 2;\n pieceIndex++;\n compress = pieceIndex;\n }\n while (char()) {\n if (pieceIndex == 8) return;\n if (char() == ':') {\n if (compress !== null) return;\n pointer++;\n pieceIndex++;\n compress = pieceIndex;\n continue;\n }\n value = length = 0;\n while (length < 4 && HEX.test(char())) {\n value = value * 16 + parseInt(char(), 16);\n pointer++;\n length++;\n }\n if (char() == '.') {\n if (length == 0) return;\n pointer -= length;\n if (pieceIndex > 6) return;\n numbersSeen = 0;\n while (char()) {\n ipv4Piece = null;\n if (numbersSeen > 0) {\n if (char() == '.' && numbersSeen < 4) pointer++;\n else return;\n }\n if (!DIGIT.test(char())) return;\n while (DIGIT.test(char())) {\n number = parseInt(char(), 10);\n if (ipv4Piece === null) ipv4Piece = number;\n else if (ipv4Piece == 0) return;\n else ipv4Piece = ipv4Piece * 10 + number;\n if (ipv4Piece > 255) return;\n pointer++;\n }\n address[pieceIndex] = address[pieceIndex] * 256 + ipv4Piece;\n numbersSeen++;\n if (numbersSeen == 2 || numbersSeen == 4) pieceIndex++;\n }\n if (numbersSeen != 4) return;\n break;\n } else if (char() == ':') {\n pointer++;\n if (!char()) return;\n } else if (char()) return;\n address[pieceIndex++] = value;\n }\n if (compress !== null) {\n swaps = pieceIndex - compress;\n pieceIndex = 7;\n while (pieceIndex != 0 && swaps > 0) {\n swap = address[pieceIndex];\n address[pieceIndex--] = address[compress + swaps - 1];\n address[compress + --swaps] = swap;\n }\n } else if (pieceIndex != 8) return;\n return address;\n};\n\nvar findLongestZeroSequence = function (ipv6) {\n var maxIndex = null;\n var maxLength = 1;\n var currStart = null;\n var currLength = 0;\n var index = 0;\n for (; index < 8; index++) {\n if (ipv6[index] !== 0) {\n if (currLength > maxLength) {\n maxIndex = currStart;\n maxLength = currLength;\n }\n currStart = null;\n currLength = 0;\n } else {\n if (currStart === null) currStart = index;\n ++currLength;\n }\n }\n if (currLength > maxLength) {\n maxIndex = currStart;\n maxLength = currLength;\n }\n return maxIndex;\n};\n\nvar serializeHost = function (host) {\n var result, index, compress, ignore0;\n // ipv4\n if (typeof host == 'number') {\n result = [];\n for (index = 0; index < 4; index++) {\n result.unshift(host % 256);\n host = floor(host / 256);\n } return result.join('.');\n // ipv6\n } else if (typeof host == 'object') {\n result = '';\n compress = findLongestZeroSequence(host);\n for (index = 0; index < 8; index++) {\n if (ignore0 && host[index] === 0) continue;\n if (ignore0) ignore0 = false;\n if (compress === index) {\n result += index ? ':' : '::';\n ignore0 = true;\n } else {\n result += host[index].toString(16);\n if (index < 7) result += ':';\n }\n }\n return '[' + result + ']';\n } return host;\n};\n\nvar C0ControlPercentEncodeSet = {};\nvar fragmentPercentEncodeSet = assign({}, C0ControlPercentEncodeSet, {\n ' ': 1, '\"': 1, '<': 1, '>': 1, '`': 1\n});\nvar pathPercentEncodeSet = assign({}, fragmentPercentEncodeSet, {\n '#': 1, '?': 1, '{': 1, '}': 1\n});\nvar userinfoPercentEncodeSet = assign({}, pathPercentEncodeSet, {\n '/': 1, ':': 1, ';': 1, '=': 1, '@': 1, '[': 1, '\\\\': 1, ']': 1, '^': 1, '|': 1\n});\n\nvar percentEncode = function (char, set) {\n var code = codeAt(char, 0);\n return code > 0x20 && code < 0x7F && !has(set, char) ? char : encodeURIComponent(char);\n};\n\nvar specialSchemes = {\n ftp: 21,\n file: null,\n http: 80,\n https: 443,\n ws: 80,\n wss: 443\n};\n\nvar isSpecial = function (url) {\n return has(specialSchemes, url.scheme);\n};\n\nvar includesCredentials = function (url) {\n return url.username != '' || url.password != '';\n};\n\nvar cannotHaveUsernamePasswordPort = function (url) {\n return !url.host || url.cannotBeABaseURL || url.scheme == 'file';\n};\n\nvar isWindowsDriveLetter = function (string, normalized) {\n var second;\n return string.length == 2 && ALPHA.test(string.charAt(0))\n && ((second = string.charAt(1)) == ':' || (!normalized && second == '|'));\n};\n\nvar startsWithWindowsDriveLetter = function (string) {\n var third;\n return string.length > 1 && isWindowsDriveLetter(string.slice(0, 2)) && (\n string.length == 2 ||\n ((third = string.charAt(2)) === '/' || third === '\\\\' || third === '?' || third === '#')\n );\n};\n\nvar shortenURLsPath = function (url) {\n var path = url.path;\n var pathSize = path.length;\n if (pathSize && (url.scheme != 'file' || pathSize != 1 || !isWindowsDriveLetter(path[0], true))) {\n path.pop();\n }\n};\n\nvar isSingleDot = function (segment) {\n return segment === '.' || segment.toLowerCase() === '%2e';\n};\n\nvar isDoubleDot = function (segment) {\n segment = segment.toLowerCase();\n return segment === '..' || segment === '%2e.' || segment === '.%2e' || segment === '%2e%2e';\n};\n\n// States:\nvar SCHEME_START = {};\nvar SCHEME = {};\nvar NO_SCHEME = {};\nvar SPECIAL_RELATIVE_OR_AUTHORITY = {};\nvar PATH_OR_AUTHORITY = {};\nvar RELATIVE = {};\nvar RELATIVE_SLASH = {};\nvar SPECIAL_AUTHORITY_SLASHES = {};\nvar SPECIAL_AUTHORITY_IGNORE_SLASHES = {};\nvar AUTHORITY = {};\nvar HOST = {};\nvar HOSTNAME = {};\nvar PORT = {};\nvar FILE = {};\nvar FILE_SLASH = {};\nvar FILE_HOST = {};\nvar PATH_START = {};\nvar PATH = {};\nvar CANNOT_BE_A_BASE_URL_PATH = {};\nvar QUERY = {};\nvar FRAGMENT = {};\n\n// eslint-disable-next-line max-statements -- TODO\nvar parseURL = function (url, input, stateOverride, base) {\n var state = stateOverride || SCHEME_START;\n var pointer = 0;\n var buffer = '';\n var seenAt = false;\n var seenBracket = false;\n var seenPasswordToken = false;\n var codePoints, char, bufferCodePoints, failure;\n\n if (!stateOverride) {\n url.scheme = '';\n url.username = '';\n url.password = '';\n url.host = null;\n url.port = null;\n url.path = [];\n url.query = null;\n url.fragment = null;\n url.cannotBeABaseURL = false;\n input = input.replace(LEADING_AND_TRAILING_C0_CONTROL_OR_SPACE, '');\n }\n\n input = input.replace(TAB_AND_NEW_LINE, '');\n\n codePoints = arrayFrom(input);\n\n while (pointer <= codePoints.length) {\n char = codePoints[pointer];\n switch (state) {\n case SCHEME_START:\n if (char && ALPHA.test(char)) {\n buffer += char.toLowerCase();\n state = SCHEME;\n } else if (!stateOverride) {\n state = NO_SCHEME;\n continue;\n } else return INVALID_SCHEME;\n break;\n\n case SCHEME:\n if (char && (ALPHANUMERIC.test(char) || char == '+' || char == '-' || char == '.')) {\n buffer += char.toLowerCase();\n } else if (char == ':') {\n if (stateOverride && (\n (isSpecial(url) != has(specialSchemes, buffer)) ||\n (buffer == 'file' && (includesCredentials(url) || url.port !== null)) ||\n (url.scheme == 'file' && !url.host)\n )) return;\n url.scheme = buffer;\n if (stateOverride) {\n if (isSpecial(url) && specialSchemes[url.scheme] == url.port) url.port = null;\n return;\n }\n buffer = '';\n if (url.scheme == 'file') {\n state = FILE;\n } else if (isSpecial(url) && base && base.scheme == url.scheme) {\n state = SPECIAL_RELATIVE_OR_AUTHORITY;\n } else if (isSpecial(url)) {\n state = SPECIAL_AUTHORITY_SLASHES;\n } else if (codePoints[pointer + 1] == '/') {\n state = PATH_OR_AUTHORITY;\n pointer++;\n } else {\n url.cannotBeABaseURL = true;\n url.path.push('');\n state = CANNOT_BE_A_BASE_URL_PATH;\n }\n } else if (!stateOverride) {\n buffer = '';\n state = NO_SCHEME;\n pointer = 0;\n continue;\n } else return INVALID_SCHEME;\n break;\n\n case NO_SCHEME:\n if (!base || (base.cannotBeABaseURL && char != '#')) return INVALID_SCHEME;\n if (base.cannotBeABaseURL && char == '#') {\n url.scheme = base.scheme;\n url.path = base.path.slice();\n url.query = base.query;\n url.fragment = '';\n url.cannotBeABaseURL = true;\n state = FRAGMENT;\n break;\n }\n state = base.scheme == 'file' ? FILE : RELATIVE;\n continue;\n\n case SPECIAL_RELATIVE_OR_AUTHORITY:\n if (char == '/' && codePoints[pointer + 1] == '/') {\n state = SPECIAL_AUTHORITY_IGNORE_SLASHES;\n pointer++;\n } else {\n state = RELATIVE;\n continue;\n } break;\n\n case PATH_OR_AUTHORITY:\n if (char == '/') {\n state = AUTHORITY;\n break;\n } else {\n state = PATH;\n continue;\n }\n\n case RELATIVE:\n url.scheme = base.scheme;\n if (char == EOF) {\n url.username = base.username;\n url.password = base.password;\n url.host = base.host;\n url.port = base.port;\n url.path = base.path.slice();\n url.query = base.query;\n } else if (char == '/' || (char == '\\\\' && isSpecial(url))) {\n state = RELATIVE_SLASH;\n } else if (char == '?') {\n url.username = base.username;\n url.password = base.password;\n url.host = base.host;\n url.port = base.port;\n url.path = base.path.slice();\n url.query = '';\n state = QUERY;\n } else if (char == '#') {\n url.username = base.username;\n url.password = base.password;\n url.host = base.host;\n url.port = base.port;\n url.path = base.path.slice();\n url.query = base.query;\n url.fragment = '';\n state = FRAGMENT;\n } else {\n url.username = base.username;\n url.password = base.password;\n url.host = base.host;\n url.port = base.port;\n url.path = base.path.slice();\n url.path.pop();\n state = PATH;\n continue;\n } break;\n\n case RELATIVE_SLASH:\n if (isSpecial(url) && (char == '/' || char == '\\\\')) {\n state = SPECIAL_AUTHORITY_IGNORE_SLASHES;\n } else if (char == '/') {\n state = AUTHORITY;\n } else {\n url.username = base.username;\n url.password = base.password;\n url.host = base.host;\n url.port = base.port;\n state = PATH;\n continue;\n } break;\n\n case SPECIAL_AUTHORITY_SLASHES:\n state = SPECIAL_AUTHORITY_IGNORE_SLASHES;\n if (char != '/' || buffer.charAt(pointer + 1) != '/') continue;\n pointer++;\n break;\n\n case SPECIAL_AUTHORITY_IGNORE_SLASHES:\n if (char != '/' && char != '\\\\') {\n state = AUTHORITY;\n continue;\n } break;\n\n case AUTHORITY:\n if (char == '@') {\n if (seenAt) buffer = '%40' + buffer;\n seenAt = true;\n bufferCodePoints = arrayFrom(buffer);\n for (var i = 0; i < bufferCodePoints.length; i++) {\n var codePoint = bufferCodePoints[i];\n if (codePoint == ':' && !seenPasswordToken) {\n seenPasswordToken = true;\n continue;\n }\n var encodedCodePoints = percentEncode(codePoint, userinfoPercentEncodeSet);\n if (seenPasswordToken) url.password += encodedCodePoints;\n else url.username += encodedCodePoints;\n }\n buffer = '';\n } else if (\n char == EOF || char == '/' || char == '?' || char == '#' ||\n (char == '\\\\' && isSpecial(url))\n ) {\n if (seenAt && buffer == '') return INVALID_AUTHORITY;\n pointer -= arrayFrom(buffer).length + 1;\n buffer = '';\n state = HOST;\n } else buffer += char;\n break;\n\n case HOST:\n case HOSTNAME:\n if (stateOverride && url.scheme == 'file') {\n state = FILE_HOST;\n continue;\n } else if (char == ':' && !seenBracket) {\n if (buffer == '') return INVALID_HOST;\n failure = parseHost(url, buffer);\n if (failure) return failure;\n buffer = '';\n state = PORT;\n if (stateOverride == HOSTNAME) return;\n } else if (\n char == EOF || char == '/' || char == '?' || char == '#' ||\n (char == '\\\\' && isSpecial(url))\n ) {\n if (isSpecial(url) && buffer == '') return INVALID_HOST;\n if (stateOverride && buffer == '' && (includesCredentials(url) || url.port !== null)) return;\n failure = parseHost(url, buffer);\n if (failure) return failure;\n buffer = '';\n state = PATH_START;\n if (stateOverride) return;\n continue;\n } else {\n if (char == '[') seenBracket = true;\n else if (char == ']') seenBracket = false;\n buffer += char;\n } break;\n\n case PORT:\n if (DIGIT.test(char)) {\n buffer += char;\n } else if (\n char == EOF || char == '/' || char == '?' || char == '#' ||\n (char == '\\\\' && isSpecial(url)) ||\n stateOverride\n ) {\n if (buffer != '') {\n var port = parseInt(buffer, 10);\n if (port > 0xFFFF) return INVALID_PORT;\n url.port = (isSpecial(url) && port === specialSchemes[url.scheme]) ? null : port;\n buffer = '';\n }\n if (stateOverride) return;\n state = PATH_START;\n continue;\n } else return INVALID_PORT;\n break;\n\n case FILE:\n url.scheme = 'file';\n if (char == '/' || char == '\\\\') state = FILE_SLASH;\n else if (base && base.scheme == 'file') {\n if (char == EOF) {\n url.host = base.host;\n url.path = base.path.slice();\n url.query = base.query;\n } else if (char == '?') {\n url.host = base.host;\n url.path = base.path.slice();\n url.query = '';\n state = QUERY;\n } else if (char == '#') {\n url.host = base.host;\n url.path = base.path.slice();\n url.query = base.query;\n url.fragment = '';\n state = FRAGMENT;\n } else {\n if (!startsWithWindowsDriveLetter(codePoints.slice(pointer).join(''))) {\n url.host = base.host;\n url.path = base.path.slice();\n shortenURLsPath(url);\n }\n state = PATH;\n continue;\n }\n } else {\n state = PATH;\n continue;\n } break;\n\n case FILE_SLASH:\n if (char == '/' || char == '\\\\') {\n state = FILE_HOST;\n break;\n }\n if (base && base.scheme == 'file' && !startsWithWindowsDriveLetter(codePoints.slice(pointer).join(''))) {\n if (isWindowsDriveLetter(base.path[0], true)) url.path.push(base.path[0]);\n else url.host = base.host;\n }\n state = PATH;\n continue;\n\n case FILE_HOST:\n if (char == EOF || char == '/' || char == '\\\\' || char == '?' || char == '#') {\n if (!stateOverride && isWindowsDriveLetter(buffer)) {\n state = PATH;\n } else if (buffer == '') {\n url.host = '';\n if (stateOverride) return;\n state = PATH_START;\n } else {\n failure = parseHost(url, buffer);\n if (failure) return failure;\n if (url.host == 'localhost') url.host = '';\n if (stateOverride) return;\n buffer = '';\n state = PATH_START;\n } continue;\n } else buffer += char;\n break;\n\n case PATH_START:\n if (isSpecial(url)) {\n state = PATH;\n if (char != '/' && char != '\\\\') continue;\n } else if (!stateOverride && char == '?') {\n url.query = '';\n state = QUERY;\n } else if (!stateOverride && char == '#') {\n url.fragment = '';\n state = FRAGMENT;\n } else if (char != EOF) {\n state = PATH;\n if (char != '/') continue;\n } break;\n\n case PATH:\n if (\n char == EOF || char == '/' ||\n (char == '\\\\' && isSpecial(url)) ||\n (!stateOverride && (char == '?' || char == '#'))\n ) {\n if (isDoubleDot(buffer)) {\n shortenURLsPath(url);\n if (char != '/' && !(char == '\\\\' && isSpecial(url))) {\n url.path.push('');\n }\n } else if (isSingleDot(buffer)) {\n if (char != '/' && !(char == '\\\\' && isSpecial(url))) {\n url.path.push('');\n }\n } else {\n if (url.scheme == 'file' && !url.path.length && isWindowsDriveLetter(buffer)) {\n if (url.host) url.host = '';\n buffer = buffer.charAt(0) + ':'; // normalize windows drive letter\n }\n url.path.push(buffer);\n }\n buffer = '';\n if (url.scheme == 'file' && (char == EOF || char == '?' || char == '#')) {\n while (url.path.length > 1 && url.path[0] === '') {\n url.path.shift();\n }\n }\n if (char == '?') {\n url.query = '';\n state = QUERY;\n } else if (char == '#') {\n url.fragment = '';\n state = FRAGMENT;\n }\n } else {\n buffer += percentEncode(char, pathPercentEncodeSet);\n } break;\n\n case CANNOT_BE_A_BASE_URL_PATH:\n if (char == '?') {\n url.query = '';\n state = QUERY;\n } else if (char == '#') {\n url.fragment = '';\n state = FRAGMENT;\n } else if (char != EOF) {\n url.path[0] += percentEncode(char, C0ControlPercentEncodeSet);\n } break;\n\n case QUERY:\n if (!stateOverride && char == '#') {\n url.fragment = '';\n state = FRAGMENT;\n } else if (char != EOF) {\n if (char == \"'\" && isSpecial(url)) url.query += '%27';\n else if (char == '#') url.query += '%23';\n else url.query += percentEncode(char, C0ControlPercentEncodeSet);\n } break;\n\n case FRAGMENT:\n if (char != EOF) url.fragment += percentEncode(char, fragmentPercentEncodeSet);\n break;\n }\n\n pointer++;\n }\n};\n\n// `URL` constructor\n// https://url.spec.whatwg.org/#url-class\nvar URLConstructor = function URL(url /* , base */) {\n var that = anInstance(this, URLConstructor, 'URL');\n var base = arguments.length > 1 ? arguments[1] : undefined;\n var urlString = String(url);\n var state = setInternalState(that, { type: 'URL' });\n var baseState, failure;\n if (base !== undefined) {\n if (base instanceof URLConstructor) baseState = getInternalURLState(base);\n else {\n failure = parseURL(baseState = {}, String(base));\n if (failure) throw TypeError(failure);\n }\n }\n failure = parseURL(state, urlString, null, baseState);\n if (failure) throw TypeError(failure);\n var searchParams = state.searchParams = new URLSearchParams();\n var searchParamsState = getInternalSearchParamsState(searchParams);\n searchParamsState.updateSearchParams(state.query);\n searchParamsState.updateURL = function () {\n state.query = String(searchParams) || null;\n };\n if (!DESCRIPTORS) {\n that.href = serializeURL.call(that);\n that.origin = getOrigin.call(that);\n that.protocol = getProtocol.call(that);\n that.username = getUsername.call(that);\n that.password = getPassword.call(that);\n that.host = getHost.call(that);\n that.hostname = getHostname.call(that);\n that.port = getPort.call(that);\n that.pathname = getPathname.call(that);\n that.search = getSearch.call(that);\n that.searchParams = getSearchParams.call(that);\n that.hash = getHash.call(that);\n }\n};\n\nvar URLPrototype = URLConstructor.prototype;\n\nvar serializeURL = function () {\n var url = getInternalURLState(this);\n var scheme = url.scheme;\n var username = url.username;\n var password = url.password;\n var host = url.host;\n var port = url.port;\n var path = url.path;\n var query = url.query;\n var fragment = url.fragment;\n var output = scheme + ':';\n if (host !== null) {\n output += '//';\n if (includesCredentials(url)) {\n output += username + (password ? ':' + password : '') + '@';\n }\n output += serializeHost(host);\n if (port !== null) output += ':' + port;\n } else if (scheme == 'file') output += '//';\n output += url.cannotBeABaseURL ? path[0] : path.length ? '/' + path.join('/') : '';\n if (query !== null) output += '?' + query;\n if (fragment !== null) output += '#' + fragment;\n return output;\n};\n\nvar getOrigin = function () {\n var url = getInternalURLState(this);\n var scheme = url.scheme;\n var port = url.port;\n if (scheme == 'blob') try {\n return new URLConstructor(scheme.path[0]).origin;\n } catch (error) {\n return 'null';\n }\n if (scheme == 'file' || !isSpecial(url)) return 'null';\n return scheme + '://' + serializeHost(url.host) + (port !== null ? ':' + port : '');\n};\n\nvar getProtocol = function () {\n return getInternalURLState(this).scheme + ':';\n};\n\nvar getUsername = function () {\n return getInternalURLState(this).username;\n};\n\nvar getPassword = function () {\n return getInternalURLState(this).password;\n};\n\nvar getHost = function () {\n var url = getInternalURLState(this);\n var host = url.host;\n var port = url.port;\n return host === null ? ''\n : port === null ? serializeHost(host)\n : serializeHost(host) + ':' + port;\n};\n\nvar getHostname = function () {\n var host = getInternalURLState(this).host;\n return host === null ? '' : serializeHost(host);\n};\n\nvar getPort = function () {\n var port = getInternalURLState(this).port;\n return port === null ? '' : String(port);\n};\n\nvar getPathname = function () {\n var url = getInternalURLState(this);\n var path = url.path;\n return url.cannotBeABaseURL ? path[0] : path.length ? '/' + path.join('/') : '';\n};\n\nvar getSearch = function () {\n var query = getInternalURLState(this).query;\n return query ? '?' + query : '';\n};\n\nvar getSearchParams = function () {\n return getInternalURLState(this).searchParams;\n};\n\nvar getHash = function () {\n var fragment = getInternalURLState(this).fragment;\n return fragment ? '#' + fragment : '';\n};\n\nvar accessorDescriptor = function (getter, setter) {\n return { get: getter, set: setter, configurable: true, enumerable: true };\n};\n\nif (DESCRIPTORS) {\n defineProperties(URLPrototype, {\n // `URL.prototype.href` accessors pair\n // https://url.spec.whatwg.org/#dom-url-href\n href: accessorDescriptor(serializeURL, function (href) {\n var url = getInternalURLState(this);\n var urlString = String(href);\n var failure = parseURL(url, urlString);\n if (failure) throw TypeError(failure);\n getInternalSearchParamsState(url.searchParams).updateSearchParams(url.query);\n }),\n // `URL.prototype.origin` getter\n // https://url.spec.whatwg.org/#dom-url-origin\n origin: accessorDescriptor(getOrigin),\n // `URL.prototype.protocol` accessors pair\n // https://url.spec.whatwg.org/#dom-url-protocol\n protocol: accessorDescriptor(getProtocol, function (protocol) {\n var url = getInternalURLState(this);\n parseURL(url, String(protocol) + ':', SCHEME_START);\n }),\n // `URL.prototype.username` accessors pair\n // https://url.spec.whatwg.org/#dom-url-username\n username: accessorDescriptor(getUsername, function (username) {\n var url = getInternalURLState(this);\n var codePoints = arrayFrom(String(username));\n if (cannotHaveUsernamePasswordPort(url)) return;\n url.username = '';\n for (var i = 0; i < codePoints.length; i++) {\n url.username += percentEncode(codePoints[i], userinfoPercentEncodeSet);\n }\n }),\n // `URL.prototype.password` accessors pair\n // https://url.spec.whatwg.org/#dom-url-password\n password: accessorDescriptor(getPassword, function (password) {\n var url = getInternalURLState(this);\n var codePoints = arrayFrom(String(password));\n if (cannotHaveUsernamePasswordPort(url)) return;\n url.password = '';\n for (var i = 0; i < codePoints.length; i++) {\n url.password += percentEncode(codePoints[i], userinfoPercentEncodeSet);\n }\n }),\n // `URL.prototype.host` accessors pair\n // https://url.spec.whatwg.org/#dom-url-host\n host: accessorDescriptor(getHost, function (host) {\n var url = getInternalURLState(this);\n if (url.cannotBeABaseURL) return;\n parseURL(url, String(host), HOST);\n }),\n // `URL.prototype.hostname` accessors pair\n // https://url.spec.whatwg.org/#dom-url-hostname\n hostname: accessorDescriptor(getHostname, function (hostname) {\n var url = getInternalURLState(this);\n if (url.cannotBeABaseURL) return;\n parseURL(url, String(hostname), HOSTNAME);\n }),\n // `URL.prototype.port` accessors pair\n // https://url.spec.whatwg.org/#dom-url-port\n port: accessorDescriptor(getPort, function (port) {\n var url = getInternalURLState(this);\n if (cannotHaveUsernamePasswordPort(url)) return;\n port = String(port);\n if (port == '') url.port = null;\n else parseURL(url, port, PORT);\n }),\n // `URL.prototype.pathname` accessors pair\n // https://url.spec.whatwg.org/#dom-url-pathname\n pathname: accessorDescriptor(getPathname, function (pathname) {\n var url = getInternalURLState(this);\n if (url.cannotBeABaseURL) return;\n url.path = [];\n parseURL(url, pathname + '', PATH_START);\n }),\n // `URL.prototype.search` accessors pair\n // https://url.spec.whatwg.org/#dom-url-search\n search: accessorDescriptor(getSearch, function (search) {\n var url = getInternalURLState(this);\n search = String(search);\n if (search == '') {\n url.query = null;\n } else {\n if ('?' == search.charAt(0)) search = search.slice(1);\n url.query = '';\n parseURL(url, search, QUERY);\n }\n getInternalSearchParamsState(url.searchParams).updateSearchParams(url.query);\n }),\n // `URL.prototype.searchParams` getter\n // https://url.spec.whatwg.org/#dom-url-searchparams\n searchParams: accessorDescriptor(getSearchParams),\n // `URL.prototype.hash` accessors pair\n // https://url.spec.whatwg.org/#dom-url-hash\n hash: accessorDescriptor(getHash, function (hash) {\n var url = getInternalURLState(this);\n hash = String(hash);\n if (hash == '') {\n url.fragment = null;\n return;\n }\n if ('#' == hash.charAt(0)) hash = hash.slice(1);\n url.fragment = '';\n parseURL(url, hash, FRAGMENT);\n })\n });\n}\n\n// `URL.prototype.toJSON` method\n// https://url.spec.whatwg.org/#dom-url-tojson\nredefine(URLPrototype, 'toJSON', function toJSON() {\n return serializeURL.call(this);\n}, { enumerable: true });\n\n// `URL.prototype.toString` method\n// https://url.spec.whatwg.org/#URL-stringification-behavior\nredefine(URLPrototype, 'toString', function toString() {\n return serializeURL.call(this);\n}, { enumerable: true });\n\nif (NativeURL) {\n var nativeCreateObjectURL = NativeURL.createObjectURL;\n var nativeRevokeObjectURL = NativeURL.revokeObjectURL;\n // `URL.createObjectURL` method\n // https://developer.mozilla.org/en-US/docs/Web/API/URL/createObjectURL\n // eslint-disable-next-line no-unused-vars -- required for `.length`\n if (nativeCreateObjectURL) redefine(URLConstructor, 'createObjectURL', function createObjectURL(blob) {\n return nativeCreateObjectURL.apply(NativeURL, arguments);\n });\n // `URL.revokeObjectURL` method\n // https://developer.mozilla.org/en-US/docs/Web/API/URL/revokeObjectURL\n // eslint-disable-next-line no-unused-vars -- required for `.length`\n if (nativeRevokeObjectURL) redefine(URLConstructor, 'revokeObjectURL', function revokeObjectURL(url) {\n return nativeRevokeObjectURL.apply(NativeURL, arguments);\n });\n}\n\nsetToStringTag(URLConstructor, 'URL');\n\n$({ global: true, forced: !USE_NATIVE_URL, sham: !DESCRIPTORS }, {\n URL: URLConstructor\n});\n","'use strict';\n// based on https://github.com/bestiejs/punycode.js/blob/master/punycode.js\nvar maxInt = 2147483647; // aka. 0x7FFFFFFF or 2^31-1\nvar base = 36;\nvar tMin = 1;\nvar tMax = 26;\nvar skew = 38;\nvar damp = 700;\nvar initialBias = 72;\nvar initialN = 128; // 0x80\nvar delimiter = '-'; // '\\x2D'\nvar regexNonASCII = /[^\\0-\\u007E]/; // non-ASCII chars\nvar regexSeparators = /[.\\u3002\\uFF0E\\uFF61]/g; // RFC 3490 separators\nvar OVERFLOW_ERROR = 'Overflow: input needs wider integers to process';\nvar baseMinusTMin = base - tMin;\nvar floor = Math.floor;\nvar stringFromCharCode = String.fromCharCode;\n\n/**\n * Creates an array containing the numeric code points of each Unicode\n * character in the string. While JavaScript uses UCS-2 internally,\n * this function will convert a pair of surrogate halves (each of which\n * UCS-2 exposes as separate characters) into a single code point,\n * matching UTF-16.\n */\nvar ucs2decode = function (string) {\n var output = [];\n var counter = 0;\n var length = string.length;\n while (counter < length) {\n var value = string.charCodeAt(counter++);\n if (value >= 0xD800 && value <= 0xDBFF && counter < length) {\n // It's a high surrogate, and there is a next character.\n var extra = string.charCodeAt(counter++);\n if ((extra & 0xFC00) == 0xDC00) { // Low surrogate.\n output.push(((value & 0x3FF) << 10) + (extra & 0x3FF) + 0x10000);\n } else {\n // It's an unmatched surrogate; only append this code unit, in case the\n // next code unit is the high surrogate of a surrogate pair.\n output.push(value);\n counter--;\n }\n } else {\n output.push(value);\n }\n }\n return output;\n};\n\n/**\n * Converts a digit/integer into a basic code point.\n */\nvar digitToBasic = function (digit) {\n // 0..25 map to ASCII a..z or A..Z\n // 26..35 map to ASCII 0..9\n return digit + 22 + 75 * (digit < 26);\n};\n\n/**\n * Bias adaptation function as per section 3.4 of RFC 3492.\n * https://tools.ietf.org/html/rfc3492#section-3.4\n */\nvar adapt = function (delta, numPoints, firstTime) {\n var k = 0;\n delta = firstTime ? floor(delta / damp) : delta >> 1;\n delta += floor(delta / numPoints);\n for (; delta > baseMinusTMin * tMax >> 1; k += base) {\n delta = floor(delta / baseMinusTMin);\n }\n return floor(k + (baseMinusTMin + 1) * delta / (delta + skew));\n};\n\n/**\n * Converts a string of Unicode symbols (e.g. a domain name label) to a\n * Punycode string of ASCII-only symbols.\n */\n// eslint-disable-next-line max-statements -- TODO\nvar encode = function (input) {\n var output = [];\n\n // Convert the input in UCS-2 to an array of Unicode code points.\n input = ucs2decode(input);\n\n // Cache the length.\n var inputLength = input.length;\n\n // Initialize the state.\n var n = initialN;\n var delta = 0;\n var bias = initialBias;\n var i, currentValue;\n\n // Handle the basic code points.\n for (i = 0; i < input.length; i++) {\n currentValue = input[i];\n if (currentValue < 0x80) {\n output.push(stringFromCharCode(currentValue));\n }\n }\n\n var basicLength = output.length; // number of basic code points.\n var handledCPCount = basicLength; // number of code points that have been handled;\n\n // Finish the basic string with a delimiter unless it's empty.\n if (basicLength) {\n output.push(delimiter);\n }\n\n // Main encoding loop:\n while (handledCPCount < inputLength) {\n // All non-basic code points < n have been handled already. Find the next larger one:\n var m = maxInt;\n for (i = 0; i < input.length; i++) {\n currentValue = input[i];\n if (currentValue >= n && currentValue < m) {\n m = currentValue;\n }\n }\n\n // Increase `delta` enough to advance the decoder's <n,i> state to <m,0>, but guard against overflow.\n var handledCPCountPlusOne = handledCPCount + 1;\n if (m - n > floor((maxInt - delta) / handledCPCountPlusOne)) {\n throw RangeError(OVERFLOW_ERROR);\n }\n\n delta += (m - n) * handledCPCountPlusOne;\n n = m;\n\n for (i = 0; i < input.length; i++) {\n currentValue = input[i];\n if (currentValue < n && ++delta > maxInt) {\n throw RangeError(OVERFLOW_ERROR);\n }\n if (currentValue == n) {\n // Represent delta as a generalized variable-length integer.\n var q = delta;\n for (var k = base; /* no condition */; k += base) {\n var t = k <= bias ? tMin : (k >= bias + tMax ? tMax : k - bias);\n if (q < t) break;\n var qMinusT = q - t;\n var baseMinusT = base - t;\n output.push(stringFromCharCode(digitToBasic(t + qMinusT % baseMinusT)));\n q = floor(qMinusT / baseMinusT);\n }\n\n output.push(stringFromCharCode(digitToBasic(q)));\n bias = adapt(delta, handledCPCountPlusOne, handledCPCount == basicLength);\n delta = 0;\n ++handledCPCount;\n }\n }\n\n ++delta;\n ++n;\n }\n return output.join('');\n};\n\nmodule.exports = function (input) {\n var encoded = [];\n var labels = input.toLowerCase().replace(regexSeparators, '\\u002E').split('.');\n var i, label;\n for (i = 0; i < labels.length; i++) {\n label = labels[i];\n encoded.push(regexNonASCII.test(label) ? 'xn--' + encode(label) : label);\n }\n return encoded.join('.');\n};\n","var anObject = require('../internals/an-object');\nvar getIteratorMethod = require('../internals/get-iterator-method');\n\nmodule.exports = function (it) {\n var iteratorMethod = getIteratorMethod(it);\n if (typeof iteratorMethod != 'function') {\n throw TypeError(String(it) + ' is not iterable');\n } return anObject(iteratorMethod.call(it));\n};\n","// Imports\nimport ___CSS_LOADER_API_SOURCEMAP_IMPORT___ from \"../css-loader/dist/runtime/cssWithMappingToString.js\";\nimport ___CSS_LOADER_API_IMPORT___ from \"../css-loader/dist/runtime/api.js\";\nimport ___CSS_LOADER_GET_URL_IMPORT___ from \"../css-loader/dist/runtime/getUrl.js\";\nimport ___CSS_LOADER_URL_IMPORT_0___ from \"./images/ui-icons_444444_256x240.png\";\nimport ___CSS_LOADER_URL_IMPORT_1___ from \"./images/ui-icons_555555_256x240.png\";\nimport ___CSS_LOADER_URL_IMPORT_2___ from \"./images/ui-icons_ffffff_256x240.png\";\nimport ___CSS_LOADER_URL_IMPORT_3___ from \"./images/ui-icons_777620_256x240.png\";\nimport ___CSS_LOADER_URL_IMPORT_4___ from \"./images/ui-icons_cc0000_256x240.png\";\nimport ___CSS_LOADER_URL_IMPORT_5___ from \"./images/ui-icons_777777_256x240.png\";\nvar ___CSS_LOADER_EXPORT___ = ___CSS_LOADER_API_IMPORT___(___CSS_LOADER_API_SOURCEMAP_IMPORT___);\nvar ___CSS_LOADER_URL_REPLACEMENT_0___ = ___CSS_LOADER_GET_URL_IMPORT___(___CSS_LOADER_URL_IMPORT_0___);\nvar ___CSS_LOADER_URL_REPLACEMENT_1___ = ___CSS_LOADER_GET_URL_IMPORT___(___CSS_LOADER_URL_IMPORT_1___);\nvar ___CSS_LOADER_URL_REPLACEMENT_2___ = ___CSS_LOADER_GET_URL_IMPORT___(___CSS_LOADER_URL_IMPORT_2___);\nvar ___CSS_LOADER_URL_REPLACEMENT_3___ = ___CSS_LOADER_GET_URL_IMPORT___(___CSS_LOADER_URL_IMPORT_3___);\nvar ___CSS_LOADER_URL_REPLACEMENT_4___ = ___CSS_LOADER_GET_URL_IMPORT___(___CSS_LOADER_URL_IMPORT_4___);\nvar ___CSS_LOADER_URL_REPLACEMENT_5___ = ___CSS_LOADER_GET_URL_IMPORT___(___CSS_LOADER_URL_IMPORT_5___);\n// Module\n___CSS_LOADER_EXPORT___.push([module.id, \"/*! jQuery UI - v1.12.1 - 2016-09-14\\n* http://jqueryui.com\\n* Includes: core.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, draggable.css, resizable.css, progressbar.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css\\n* To view and modify this theme, visit http://jqueryui.com/themeroller/?bgShadowXPos=&bgOverlayXPos=&bgErrorXPos=&bgHighlightXPos=&bgContentXPos=&bgHeaderXPos=&bgActiveXPos=&bgHoverXPos=&bgDefaultXPos=&bgShadowYPos=&bgOverlayYPos=&bgErrorYPos=&bgHighlightYPos=&bgContentYPos=&bgHeaderYPos=&bgActiveYPos=&bgHoverYPos=&bgDefaultYPos=&bgShadowRepeat=&bgOverlayRepeat=&bgErrorRepeat=&bgHighlightRepeat=&bgContentRepeat=&bgHeaderRepeat=&bgActiveRepeat=&bgHoverRepeat=&bgDefaultRepeat=&iconsHover=url(%22images%2Fui-icons_555555_256x240.png%22)&iconsHighlight=url(%22images%2Fui-icons_777620_256x240.png%22)&iconsHeader=url(%22images%2Fui-icons_444444_256x240.png%22)&iconsError=url(%22images%2Fui-icons_cc0000_256x240.png%22)&iconsDefault=url(%22images%2Fui-icons_777777_256x240.png%22)&iconsContent=url(%22images%2Fui-icons_444444_256x240.png%22)&iconsActive=url(%22images%2Fui-icons_ffffff_256x240.png%22)&bgImgUrlShadow=&bgImgUrlOverlay=&bgImgUrlHover=&bgImgUrlHighlight=&bgImgUrlHeader=&bgImgUrlError=&bgImgUrlDefault=&bgImgUrlContent=&bgImgUrlActive=&opacityFilterShadow=Alpha(Opacity%3D30)&opacityFilterOverlay=Alpha(Opacity%3D30)&opacityShadowPerc=30&opacityOverlayPerc=30&iconColorHover=%23555555&iconColorHighlight=%23777620&iconColorHeader=%23444444&iconColorError=%23cc0000&iconColorDefault=%23777777&iconColorContent=%23444444&iconColorActive=%23ffffff&bgImgOpacityShadow=0&bgImgOpacityOverlay=0&bgImgOpacityError=95&bgImgOpacityHighlight=55&bgImgOpacityContent=75&bgImgOpacityHeader=75&bgImgOpacityActive=65&bgImgOpacityHover=75&bgImgOpacityDefault=75&bgTextureShadow=flat&bgTextureOverlay=flat&bgTextureError=flat&bgTextureHighlight=flat&bgTextureContent=flat&bgTextureHeader=flat&bgTextureActive=flat&bgTextureHover=flat&bgTextureDefault=flat&cornerRadius=3px&fwDefault=normal&ffDefault=Arial%2CHelvetica%2Csans-serif&fsDefault=1em&cornerRadiusShadow=8px&thicknessShadow=5px&offsetLeftShadow=0px&offsetTopShadow=0px&opacityShadow=.3&bgColorShadow=%23666666&opacityOverlay=.3&bgColorOverlay=%23aaaaaa&fcError=%235f3f3f&borderColorError=%23f1a899&bgColorError=%23fddfdf&fcHighlight=%23777620&borderColorHighlight=%23dad55e&bgColorHighlight=%23fffa90&fcContent=%23333333&borderColorContent=%23dddddd&bgColorContent=%23ffffff&fcHeader=%23333333&borderColorHeader=%23dddddd&bgColorHeader=%23e9e9e9&fcActive=%23ffffff&borderColorActive=%23003eff&bgColorActive=%23007fff&fcHover=%232b2b2b&borderColorHover=%23cccccc&bgColorHover=%23ededed&fcDefault=%23454545&borderColorDefault=%23c5c5c5&bgColorDefault=%23f6f6f6\\n* Copyright jQuery Foundation and other contributors; Licensed MIT */\\n\\n/* Layout helpers\\n----------------------------------*/\\n.ui-helper-hidden {\\n\\tdisplay: none;\\n}\\n.ui-helper-hidden-accessible {\\n\\tborder: 0;\\n\\tclip: rect(0 0 0 0);\\n\\theight: 1px;\\n\\tmargin: -1px;\\n\\toverflow: hidden;\\n\\tpadding: 0;\\n\\tposition: absolute;\\n\\twidth: 1px;\\n}\\n.ui-helper-reset {\\n\\tmargin: 0;\\n\\tpadding: 0;\\n\\tborder: 0;\\n\\toutline: 0;\\n\\tline-height: 1.3;\\n\\ttext-decoration: none;\\n\\tfont-size: 100%;\\n\\tlist-style: none;\\n}\\n.ui-helper-clearfix:before,\\n.ui-helper-clearfix:after {\\n\\tcontent: \\\"\\\";\\n\\tdisplay: table;\\n\\tborder-collapse: collapse;\\n}\\n.ui-helper-clearfix:after {\\n\\tclear: both;\\n}\\n.ui-helper-zfix {\\n\\twidth: 100%;\\n\\theight: 100%;\\n\\ttop: 0;\\n\\tleft: 0;\\n\\tposition: absolute;\\n\\topacity: 0;\\n\\tfilter:Alpha(Opacity=0); /* support: IE8 */\\n}\\n\\n.ui-front {\\n\\tz-index: 100;\\n}\\n\\n\\n/* Interaction Cues\\n----------------------------------*/\\n.ui-state-disabled {\\n\\tcursor: default !important;\\n\\tpointer-events: none;\\n}\\n\\n\\n/* Icons\\n----------------------------------*/\\n.ui-icon {\\n\\tdisplay: inline-block;\\n\\tvertical-align: middle;\\n\\tmargin-top: -.25em;\\n\\tposition: relative;\\n\\ttext-indent: -99999px;\\n\\toverflow: hidden;\\n\\tbackground-repeat: no-repeat;\\n}\\n\\n.ui-widget-icon-block {\\n\\tleft: 50%;\\n\\tmargin-left: -8px;\\n\\tdisplay: block;\\n}\\n\\n/* Misc visuals\\n----------------------------------*/\\n\\n/* Overlays */\\n.ui-widget-overlay {\\n\\tposition: fixed;\\n\\ttop: 0;\\n\\tleft: 0;\\n\\twidth: 100%;\\n\\theight: 100%;\\n}\\n.ui-accordion .ui-accordion-header {\\n\\tdisplay: block;\\n\\tcursor: pointer;\\n\\tposition: relative;\\n\\tmargin: 2px 0 0 0;\\n\\tpadding: .5em .5em .5em .7em;\\n\\tfont-size: 100%;\\n}\\n.ui-accordion .ui-accordion-content {\\n\\tpadding: 1em 2.2em;\\n\\tborder-top: 0;\\n\\toverflow: auto;\\n}\\n.ui-autocomplete {\\n\\tposition: absolute;\\n\\ttop: 0;\\n\\tleft: 0;\\n\\tcursor: default;\\n}\\n.ui-menu {\\n\\tlist-style: none;\\n\\tpadding: 0;\\n\\tmargin: 0;\\n\\tdisplay: block;\\n\\toutline: 0;\\n}\\n.ui-menu .ui-menu {\\n\\tposition: absolute;\\n}\\n.ui-menu .ui-menu-item {\\n\\tmargin: 0;\\n\\tcursor: pointer;\\n\\t/* support: IE10, see #8844 */\\n\\tlist-style-image: url(\\\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\\\");\\n}\\n.ui-menu .ui-menu-item-wrapper {\\n\\tposition: relative;\\n\\tpadding: 3px 1em 3px .4em;\\n}\\n.ui-menu .ui-menu-divider {\\n\\tmargin: 5px 0;\\n\\theight: 0;\\n\\tfont-size: 0;\\n\\tline-height: 0;\\n\\tborder-width: 1px 0 0 0;\\n}\\n.ui-menu .ui-state-focus,\\n.ui-menu .ui-state-active {\\n\\tmargin: -1px;\\n}\\n\\n/* icon support */\\n.ui-menu-icons {\\n\\tposition: relative;\\n}\\n.ui-menu-icons .ui-menu-item-wrapper {\\n\\tpadding-left: 2em;\\n}\\n\\n/* left-aligned */\\n.ui-menu .ui-icon {\\n\\tposition: absolute;\\n\\ttop: 0;\\n\\tbottom: 0;\\n\\tleft: .2em;\\n\\tmargin: auto 0;\\n}\\n\\n/* right-aligned */\\n.ui-menu .ui-menu-icon {\\n\\tleft: auto;\\n\\tright: 0;\\n}\\n.ui-button {\\n\\tpadding: .4em 1em;\\n\\tdisplay: inline-block;\\n\\tposition: relative;\\n\\tline-height: normal;\\n\\tmargin-right: .1em;\\n\\tcursor: pointer;\\n\\tvertical-align: middle;\\n\\ttext-align: center;\\n\\t-webkit-user-select: none;\\n\\t-moz-user-select: none;\\n\\t-ms-user-select: none;\\n\\tuser-select: none;\\n\\n\\t/* Support: IE <= 11 */\\n\\toverflow: visible;\\n}\\n\\n.ui-button,\\n.ui-button:link,\\n.ui-button:visited,\\n.ui-button:hover,\\n.ui-button:active {\\n\\ttext-decoration: none;\\n}\\n\\n/* to make room for the icon, a width needs to be set here */\\n.ui-button-icon-only {\\n\\twidth: 2em;\\n\\tbox-sizing: border-box;\\n\\ttext-indent: -9999px;\\n\\twhite-space: nowrap;\\n}\\n\\n/* no icon support for input elements */\\ninput.ui-button.ui-button-icon-only {\\n\\ttext-indent: 0;\\n}\\n\\n/* button icon element(s) */\\n.ui-button-icon-only .ui-icon {\\n\\tposition: absolute;\\n\\ttop: 50%;\\n\\tleft: 50%;\\n\\tmargin-top: -8px;\\n\\tmargin-left: -8px;\\n}\\n\\n.ui-button.ui-icon-notext .ui-icon {\\n\\tpadding: 0;\\n\\twidth: 2.1em;\\n\\theight: 2.1em;\\n\\ttext-indent: -9999px;\\n\\twhite-space: nowrap;\\n\\n}\\n\\ninput.ui-button.ui-icon-notext .ui-icon {\\n\\twidth: auto;\\n\\theight: auto;\\n\\ttext-indent: 0;\\n\\twhite-space: normal;\\n\\tpadding: .4em 1em;\\n}\\n\\n/* workarounds */\\n/* Support: Firefox 5 - 40 */\\ninput.ui-button::-moz-focus-inner,\\nbutton.ui-button::-moz-focus-inner {\\n\\tborder: 0;\\n\\tpadding: 0;\\n}\\n.ui-controlgroup {\\n\\tvertical-align: middle;\\n\\tdisplay: inline-block;\\n}\\n.ui-controlgroup > .ui-controlgroup-item {\\n\\tfloat: left;\\n\\tmargin-left: 0;\\n\\tmargin-right: 0;\\n}\\n.ui-controlgroup > .ui-controlgroup-item:focus,\\n.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus {\\n\\tz-index: 9999;\\n}\\n.ui-controlgroup-vertical > .ui-controlgroup-item {\\n\\tdisplay: block;\\n\\tfloat: none;\\n\\twidth: 100%;\\n\\tmargin-top: 0;\\n\\tmargin-bottom: 0;\\n\\ttext-align: left;\\n}\\n.ui-controlgroup-vertical .ui-controlgroup-item {\\n\\tbox-sizing: border-box;\\n}\\n.ui-controlgroup .ui-controlgroup-label {\\n\\tpadding: .4em 1em;\\n}\\n.ui-controlgroup .ui-controlgroup-label span {\\n\\tfont-size: 80%;\\n}\\n.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {\\n\\tborder-left: none;\\n}\\n.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {\\n\\tborder-top: none;\\n}\\n.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {\\n\\tborder-right: none;\\n}\\n.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {\\n\\tborder-bottom: none;\\n}\\n\\n/* Spinner specific style fixes */\\n.ui-controlgroup-vertical .ui-spinner-input {\\n\\n\\t/* Support: IE8 only, Android < 4.4 only */\\n\\twidth: 75%;\\n\\twidth: calc( 100% - 2.4em );\\n}\\n.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {\\n\\tborder-top-style: solid;\\n}\\n\\n.ui-checkboxradio-label .ui-icon-background {\\n\\tbox-shadow: inset 1px 1px 1px #ccc;\\n\\tborder-radius: .12em;\\n\\tborder: none;\\n}\\n.ui-checkboxradio-radio-label .ui-icon-background {\\n\\twidth: 16px;\\n\\theight: 16px;\\n\\tborder-radius: 1em;\\n\\toverflow: visible;\\n\\tborder: none;\\n}\\n.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,\\n.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {\\n\\tbackground-image: none;\\n\\twidth: 8px;\\n\\theight: 8px;\\n\\tborder-width: 4px;\\n\\tborder-style: solid;\\n}\\n.ui-checkboxradio-disabled {\\n\\tpointer-events: none;\\n}\\n.ui-datepicker {\\n\\twidth: 17em;\\n\\tpadding: .2em .2em 0;\\n\\tdisplay: none;\\n}\\n.ui-datepicker .ui-datepicker-header {\\n\\tposition: relative;\\n\\tpadding: .2em 0;\\n}\\n.ui-datepicker .ui-datepicker-prev,\\n.ui-datepicker .ui-datepicker-next {\\n\\tposition: absolute;\\n\\ttop: 2px;\\n\\twidth: 1.8em;\\n\\theight: 1.8em;\\n}\\n.ui-datepicker .ui-datepicker-prev-hover,\\n.ui-datepicker .ui-datepicker-next-hover {\\n\\ttop: 1px;\\n}\\n.ui-datepicker .ui-datepicker-prev {\\n\\tleft: 2px;\\n}\\n.ui-datepicker .ui-datepicker-next {\\n\\tright: 2px;\\n}\\n.ui-datepicker .ui-datepicker-prev-hover {\\n\\tleft: 1px;\\n}\\n.ui-datepicker .ui-datepicker-next-hover {\\n\\tright: 1px;\\n}\\n.ui-datepicker .ui-datepicker-prev span,\\n.ui-datepicker .ui-datepicker-next span {\\n\\tdisplay: block;\\n\\tposition: absolute;\\n\\tleft: 50%;\\n\\tmargin-left: -8px;\\n\\ttop: 50%;\\n\\tmargin-top: -8px;\\n}\\n.ui-datepicker .ui-datepicker-title {\\n\\tmargin: 0 2.3em;\\n\\tline-height: 1.8em;\\n\\ttext-align: center;\\n}\\n.ui-datepicker .ui-datepicker-title select {\\n\\tfont-size: 1em;\\n\\tmargin: 1px 0;\\n}\\n.ui-datepicker select.ui-datepicker-month,\\n.ui-datepicker select.ui-datepicker-year {\\n\\twidth: 45%;\\n}\\n.ui-datepicker table {\\n\\twidth: 100%;\\n\\tfont-size: .9em;\\n\\tborder-collapse: collapse;\\n\\tmargin: 0 0 .4em;\\n}\\n.ui-datepicker th {\\n\\tpadding: .7em .3em;\\n\\ttext-align: center;\\n\\tfont-weight: bold;\\n\\tborder: 0;\\n}\\n.ui-datepicker td {\\n\\tborder: 0;\\n\\tpadding: 1px;\\n}\\n.ui-datepicker td span,\\n.ui-datepicker td a {\\n\\tdisplay: block;\\n\\tpadding: .2em;\\n\\ttext-align: right;\\n\\ttext-decoration: none;\\n}\\n.ui-datepicker .ui-datepicker-buttonpane {\\n\\tbackground-image: none;\\n\\tmargin: .7em 0 0 0;\\n\\tpadding: 0 .2em;\\n\\tborder-left: 0;\\n\\tborder-right: 0;\\n\\tborder-bottom: 0;\\n}\\n.ui-datepicker .ui-datepicker-buttonpane button {\\n\\tfloat: right;\\n\\tmargin: .5em .2em .4em;\\n\\tcursor: pointer;\\n\\tpadding: .2em .6em .3em .6em;\\n\\twidth: auto;\\n\\toverflow: visible;\\n}\\n.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {\\n\\tfloat: left;\\n}\\n\\n/* with multiple calendars */\\n.ui-datepicker.ui-datepicker-multi {\\n\\twidth: auto;\\n}\\n.ui-datepicker-multi .ui-datepicker-group {\\n\\tfloat: left;\\n}\\n.ui-datepicker-multi .ui-datepicker-group table {\\n\\twidth: 95%;\\n\\tmargin: 0 auto .4em;\\n}\\n.ui-datepicker-multi-2 .ui-datepicker-group {\\n\\twidth: 50%;\\n}\\n.ui-datepicker-multi-3 .ui-datepicker-group {\\n\\twidth: 33.3%;\\n}\\n.ui-datepicker-multi-4 .ui-datepicker-group {\\n\\twidth: 25%;\\n}\\n.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,\\n.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {\\n\\tborder-left-width: 0;\\n}\\n.ui-datepicker-multi .ui-datepicker-buttonpane {\\n\\tclear: left;\\n}\\n.ui-datepicker-row-break {\\n\\tclear: both;\\n\\twidth: 100%;\\n\\tfont-size: 0;\\n}\\n\\n/* RTL support */\\n.ui-datepicker-rtl {\\n\\tdirection: rtl;\\n}\\n.ui-datepicker-rtl .ui-datepicker-prev {\\n\\tright: 2px;\\n\\tleft: auto;\\n}\\n.ui-datepicker-rtl .ui-datepicker-next {\\n\\tleft: 2px;\\n\\tright: auto;\\n}\\n.ui-datepicker-rtl .ui-datepicker-prev:hover {\\n\\tright: 1px;\\n\\tleft: auto;\\n}\\n.ui-datepicker-rtl .ui-datepicker-next:hover {\\n\\tleft: 1px;\\n\\tright: auto;\\n}\\n.ui-datepicker-rtl .ui-datepicker-buttonpane {\\n\\tclear: right;\\n}\\n.ui-datepicker-rtl .ui-datepicker-buttonpane button {\\n\\tfloat: left;\\n}\\n.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,\\n.ui-datepicker-rtl .ui-datepicker-group {\\n\\tfloat: right;\\n}\\n.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,\\n.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {\\n\\tborder-right-width: 0;\\n\\tborder-left-width: 1px;\\n}\\n\\n/* Icons */\\n.ui-datepicker .ui-icon {\\n\\tdisplay: block;\\n\\ttext-indent: -99999px;\\n\\toverflow: hidden;\\n\\tbackground-repeat: no-repeat;\\n\\tleft: .5em;\\n\\ttop: .3em;\\n}\\n.ui-dialog {\\n\\tposition: absolute;\\n\\ttop: 0;\\n\\tleft: 0;\\n\\tpadding: .2em;\\n\\toutline: 0;\\n}\\n.ui-dialog .ui-dialog-titlebar {\\n\\tpadding: .4em 1em;\\n\\tposition: relative;\\n}\\n.ui-dialog .ui-dialog-title {\\n\\tfloat: left;\\n\\tmargin: .1em 0;\\n\\twhite-space: nowrap;\\n\\twidth: 90%;\\n\\toverflow: hidden;\\n\\ttext-overflow: ellipsis;\\n}\\n.ui-dialog .ui-dialog-titlebar-close {\\n\\tposition: absolute;\\n\\tright: .3em;\\n\\ttop: 50%;\\n\\twidth: 20px;\\n\\tmargin: -10px 0 0 0;\\n\\tpadding: 1px;\\n\\theight: 20px;\\n}\\n.ui-dialog .ui-dialog-content {\\n\\tposition: relative;\\n\\tborder: 0;\\n\\tpadding: .5em 1em;\\n\\tbackground: none;\\n\\toverflow: auto;\\n}\\n.ui-dialog .ui-dialog-buttonpane {\\n\\ttext-align: left;\\n\\tborder-width: 1px 0 0 0;\\n\\tbackground-image: none;\\n\\tmargin-top: .5em;\\n\\tpadding: .3em 1em .5em .4em;\\n}\\n.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {\\n\\tfloat: right;\\n}\\n.ui-dialog .ui-dialog-buttonpane button {\\n\\tmargin: .5em .4em .5em 0;\\n\\tcursor: pointer;\\n}\\n.ui-dialog .ui-resizable-n {\\n\\theight: 2px;\\n\\ttop: 0;\\n}\\n.ui-dialog .ui-resizable-e {\\n\\twidth: 2px;\\n\\tright: 0;\\n}\\n.ui-dialog .ui-resizable-s {\\n\\theight: 2px;\\n\\tbottom: 0;\\n}\\n.ui-dialog .ui-resizable-w {\\n\\twidth: 2px;\\n\\tleft: 0;\\n}\\n.ui-dialog .ui-resizable-se,\\n.ui-dialog .ui-resizable-sw,\\n.ui-dialog .ui-resizable-ne,\\n.ui-dialog .ui-resizable-nw {\\n\\twidth: 7px;\\n\\theight: 7px;\\n}\\n.ui-dialog .ui-resizable-se {\\n\\tright: 0;\\n\\tbottom: 0;\\n}\\n.ui-dialog .ui-resizable-sw {\\n\\tleft: 0;\\n\\tbottom: 0;\\n}\\n.ui-dialog .ui-resizable-ne {\\n\\tright: 0;\\n\\ttop: 0;\\n}\\n.ui-dialog .ui-resizable-nw {\\n\\tleft: 0;\\n\\ttop: 0;\\n}\\n.ui-draggable .ui-dialog-titlebar {\\n\\tcursor: move;\\n}\\n.ui-draggable-handle {\\n\\t-ms-touch-action: none;\\n\\ttouch-action: none;\\n}\\n.ui-resizable {\\n\\tposition: relative;\\n}\\n.ui-resizable-handle {\\n\\tposition: absolute;\\n\\tfont-size: 0.1px;\\n\\tdisplay: block;\\n\\t-ms-touch-action: none;\\n\\ttouch-action: none;\\n}\\n.ui-resizable-disabled .ui-resizable-handle,\\n.ui-resizable-autohide .ui-resizable-handle {\\n\\tdisplay: none;\\n}\\n.ui-resizable-n {\\n\\tcursor: n-resize;\\n\\theight: 7px;\\n\\twidth: 100%;\\n\\ttop: -5px;\\n\\tleft: 0;\\n}\\n.ui-resizable-s {\\n\\tcursor: s-resize;\\n\\theight: 7px;\\n\\twidth: 100%;\\n\\tbottom: -5px;\\n\\tleft: 0;\\n}\\n.ui-resizable-e {\\n\\tcursor: e-resize;\\n\\twidth: 7px;\\n\\tright: -5px;\\n\\ttop: 0;\\n\\theight: 100%;\\n}\\n.ui-resizable-w {\\n\\tcursor: w-resize;\\n\\twidth: 7px;\\n\\tleft: -5px;\\n\\ttop: 0;\\n\\theight: 100%;\\n}\\n.ui-resizable-se {\\n\\tcursor: se-resize;\\n\\twidth: 12px;\\n\\theight: 12px;\\n\\tright: 1px;\\n\\tbottom: 1px;\\n}\\n.ui-resizable-sw {\\n\\tcursor: sw-resize;\\n\\twidth: 9px;\\n\\theight: 9px;\\n\\tleft: -5px;\\n\\tbottom: -5px;\\n}\\n.ui-resizable-nw {\\n\\tcursor: nw-resize;\\n\\twidth: 9px;\\n\\theight: 9px;\\n\\tleft: -5px;\\n\\ttop: -5px;\\n}\\n.ui-resizable-ne {\\n\\tcursor: ne-resize;\\n\\twidth: 9px;\\n\\theight: 9px;\\n\\tright: -5px;\\n\\ttop: -5px;\\n}\\n.ui-progressbar {\\n\\theight: 2em;\\n\\ttext-align: left;\\n\\toverflow: hidden;\\n}\\n.ui-progressbar .ui-progressbar-value {\\n\\tmargin: -1px;\\n\\theight: 100%;\\n}\\n.ui-progressbar .ui-progressbar-overlay {\\n\\tbackground: url(\\\"data:image/gif;base64,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\\\");\\n\\theight: 100%;\\n\\tfilter: alpha(opacity=25); /* support: IE8 */\\n\\topacity: 0.25;\\n}\\n.ui-progressbar-indeterminate .ui-progressbar-value {\\n\\tbackground-image: none;\\n}\\n.ui-selectable {\\n\\t-ms-touch-action: none;\\n\\ttouch-action: none;\\n}\\n.ui-selectable-helper {\\n\\tposition: absolute;\\n\\tz-index: 100;\\n\\tborder: 1px dotted black;\\n}\\n.ui-selectmenu-menu {\\n\\tpadding: 0;\\n\\tmargin: 0;\\n\\tposition: absolute;\\n\\ttop: 0;\\n\\tleft: 0;\\n\\tdisplay: none;\\n}\\n.ui-selectmenu-menu .ui-menu {\\n\\toverflow: auto;\\n\\toverflow-x: hidden;\\n\\tpadding-bottom: 1px;\\n}\\n.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {\\n\\tfont-size: 1em;\\n\\tfont-weight: bold;\\n\\tline-height: 1.5;\\n\\tpadding: 2px 0.4em;\\n\\tmargin: 0.5em 0 0 0;\\n\\theight: auto;\\n\\tborder: 0;\\n}\\n.ui-selectmenu-open {\\n\\tdisplay: block;\\n}\\n.ui-selectmenu-text {\\n\\tdisplay: block;\\n\\tmargin-right: 20px;\\n\\toverflow: hidden;\\n\\ttext-overflow: ellipsis;\\n}\\n.ui-selectmenu-button.ui-button {\\n\\ttext-align: left;\\n\\twhite-space: nowrap;\\n\\twidth: 14em;\\n}\\n.ui-selectmenu-icon.ui-icon {\\n\\tfloat: right;\\n\\tmargin-top: 0;\\n}\\n.ui-slider {\\n\\tposition: relative;\\n\\ttext-align: left;\\n}\\n.ui-slider .ui-slider-handle {\\n\\tposition: absolute;\\n\\tz-index: 2;\\n\\twidth: 1.2em;\\n\\theight: 1.2em;\\n\\tcursor: default;\\n\\t-ms-touch-action: none;\\n\\ttouch-action: none;\\n}\\n.ui-slider .ui-slider-range {\\n\\tposition: absolute;\\n\\tz-index: 1;\\n\\tfont-size: .7em;\\n\\tdisplay: block;\\n\\tborder: 0;\\n\\tbackground-position: 0 0;\\n}\\n\\n/* support: IE8 - See #6727 */\\n.ui-slider.ui-state-disabled .ui-slider-handle,\\n.ui-slider.ui-state-disabled .ui-slider-range {\\n\\tfilter: inherit;\\n}\\n\\n.ui-slider-horizontal {\\n\\theight: .8em;\\n}\\n.ui-slider-horizontal .ui-slider-handle {\\n\\ttop: -.3em;\\n\\tmargin-left: -.6em;\\n}\\n.ui-slider-horizontal .ui-slider-range {\\n\\ttop: 0;\\n\\theight: 100%;\\n}\\n.ui-slider-horizontal .ui-slider-range-min {\\n\\tleft: 0;\\n}\\n.ui-slider-horizontal .ui-slider-range-max {\\n\\tright: 0;\\n}\\n\\n.ui-slider-vertical {\\n\\twidth: .8em;\\n\\theight: 100px;\\n}\\n.ui-slider-vertical .ui-slider-handle {\\n\\tleft: -.3em;\\n\\tmargin-left: 0;\\n\\tmargin-bottom: -.6em;\\n}\\n.ui-slider-vertical .ui-slider-range {\\n\\tleft: 0;\\n\\twidth: 100%;\\n}\\n.ui-slider-vertical .ui-slider-range-min {\\n\\tbottom: 0;\\n}\\n.ui-slider-vertical .ui-slider-range-max {\\n\\ttop: 0;\\n}\\n.ui-sortable-handle {\\n\\t-ms-touch-action: none;\\n\\ttouch-action: none;\\n}\\n.ui-spinner {\\n\\tposition: relative;\\n\\tdisplay: inline-block;\\n\\toverflow: hidden;\\n\\tpadding: 0;\\n\\tvertical-align: middle;\\n}\\n.ui-spinner-input {\\n\\tborder: none;\\n\\tbackground: none;\\n\\tcolor: inherit;\\n\\tpadding: .222em 0;\\n\\tmargin: .2em 0;\\n\\tvertical-align: middle;\\n\\tmargin-left: .4em;\\n\\tmargin-right: 2em;\\n}\\n.ui-spinner-button {\\n\\twidth: 1.6em;\\n\\theight: 50%;\\n\\tfont-size: .5em;\\n\\tpadding: 0;\\n\\tmargin: 0;\\n\\ttext-align: center;\\n\\tposition: absolute;\\n\\tcursor: default;\\n\\tdisplay: block;\\n\\toverflow: hidden;\\n\\tright: 0;\\n}\\n/* more specificity required here to override default borders */\\n.ui-spinner a.ui-spinner-button {\\n\\tborder-top-style: none;\\n\\tborder-bottom-style: none;\\n\\tborder-right-style: none;\\n}\\n.ui-spinner-up {\\n\\ttop: 0;\\n}\\n.ui-spinner-down {\\n\\tbottom: 0;\\n}\\n.ui-tabs {\\n\\tposition: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as \\\"fixed\\\") */\\n\\tpadding: .2em;\\n}\\n.ui-tabs .ui-tabs-nav {\\n\\tmargin: 0;\\n\\tpadding: .2em .2em 0;\\n}\\n.ui-tabs .ui-tabs-nav li {\\n\\tlist-style: none;\\n\\tfloat: left;\\n\\tposition: relative;\\n\\ttop: 0;\\n\\tmargin: 1px .2em 0 0;\\n\\tborder-bottom-width: 0;\\n\\tpadding: 0;\\n\\twhite-space: nowrap;\\n}\\n.ui-tabs .ui-tabs-nav .ui-tabs-anchor {\\n\\tfloat: left;\\n\\tpadding: .5em 1em;\\n\\ttext-decoration: none;\\n}\\n.ui-tabs .ui-tabs-nav li.ui-tabs-active {\\n\\tmargin-bottom: -1px;\\n\\tpadding-bottom: 1px;\\n}\\n.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,\\n.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,\\n.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {\\n\\tcursor: text;\\n}\\n.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {\\n\\tcursor: pointer;\\n}\\n.ui-tabs .ui-tabs-panel {\\n\\tdisplay: block;\\n\\tborder-width: 0;\\n\\tpadding: 1em 1.4em;\\n\\tbackground: none;\\n}\\n.ui-tooltip {\\n\\tpadding: 8px;\\n\\tposition: absolute;\\n\\tz-index: 9999;\\n\\tmax-width: 300px;\\n}\\nbody .ui-tooltip {\\n\\tborder-width: 2px;\\n}\\n\\n/* Component containers\\n----------------------------------*/\\n.ui-widget {\\n\\tfont-family: Arial,Helvetica,sans-serif;\\n\\tfont-size: 1em;\\n}\\n.ui-widget .ui-widget {\\n\\tfont-size: 1em;\\n}\\n.ui-widget input,\\n.ui-widget select,\\n.ui-widget textarea,\\n.ui-widget button {\\n\\tfont-family: Arial,Helvetica,sans-serif;\\n\\tfont-size: 1em;\\n}\\n.ui-widget.ui-widget-content {\\n\\tborder: 1px solid #c5c5c5;\\n}\\n.ui-widget-content {\\n\\tborder: 1px solid #dddddd;\\n\\tbackground: #ffffff;\\n\\tcolor: #333333;\\n}\\n.ui-widget-content a {\\n\\tcolor: #333333;\\n}\\n.ui-widget-header {\\n\\tborder: 1px solid #dddddd;\\n\\tbackground: #e9e9e9;\\n\\tcolor: #333333;\\n\\tfont-weight: bold;\\n}\\n.ui-widget-header a {\\n\\tcolor: #333333;\\n}\\n\\n/* Interaction states\\n----------------------------------*/\\n.ui-state-default,\\n.ui-widget-content .ui-state-default,\\n.ui-widget-header .ui-state-default,\\n.ui-button,\\n\\n/* We use html here because we need a greater specificity to make sure disabled\\nworks properly when clicked or hovered */\\nhtml .ui-button.ui-state-disabled:hover,\\nhtml .ui-button.ui-state-disabled:active {\\n\\tborder: 1px solid #c5c5c5;\\n\\tbackground: #f6f6f6;\\n\\tfont-weight: normal;\\n\\tcolor: #454545;\\n}\\n.ui-state-default a,\\n.ui-state-default a:link,\\n.ui-state-default a:visited,\\na.ui-button,\\na:link.ui-button,\\na:visited.ui-button,\\n.ui-button {\\n\\tcolor: #454545;\\n\\ttext-decoration: none;\\n}\\n.ui-state-hover,\\n.ui-widget-content .ui-state-hover,\\n.ui-widget-header .ui-state-hover,\\n.ui-state-focus,\\n.ui-widget-content .ui-state-focus,\\n.ui-widget-header .ui-state-focus,\\n.ui-button:hover,\\n.ui-button:focus {\\n\\tborder: 1px solid #cccccc;\\n\\tbackground: #ededed;\\n\\tfont-weight: normal;\\n\\tcolor: #2b2b2b;\\n}\\n.ui-state-hover a,\\n.ui-state-hover a:hover,\\n.ui-state-hover a:link,\\n.ui-state-hover a:visited,\\n.ui-state-focus a,\\n.ui-state-focus a:hover,\\n.ui-state-focus a:link,\\n.ui-state-focus a:visited,\\na.ui-button:hover,\\na.ui-button:focus {\\n\\tcolor: #2b2b2b;\\n\\ttext-decoration: none;\\n}\\n\\n.ui-visual-focus {\\n\\tbox-shadow: 0 0 3px 1px rgb(94, 158, 214);\\n}\\n.ui-state-active,\\n.ui-widget-content .ui-state-active,\\n.ui-widget-header .ui-state-active,\\na.ui-button:active,\\n.ui-button:active,\\n.ui-button.ui-state-active:hover {\\n\\tborder: 1px solid #003eff;\\n\\tbackground: #007fff;\\n\\tfont-weight: normal;\\n\\tcolor: #ffffff;\\n}\\n.ui-icon-background,\\n.ui-state-active .ui-icon-background {\\n\\tborder: #003eff;\\n\\tbackground-color: #ffffff;\\n}\\n.ui-state-active a,\\n.ui-state-active a:link,\\n.ui-state-active a:visited {\\n\\tcolor: #ffffff;\\n\\ttext-decoration: none;\\n}\\n\\n/* Interaction Cues\\n----------------------------------*/\\n.ui-state-highlight,\\n.ui-widget-content .ui-state-highlight,\\n.ui-widget-header .ui-state-highlight {\\n\\tborder: 1px solid #dad55e;\\n\\tbackground: #fffa90;\\n\\tcolor: #777620;\\n}\\n.ui-state-checked {\\n\\tborder: 1px solid #dad55e;\\n\\tbackground: #fffa90;\\n}\\n.ui-state-highlight a,\\n.ui-widget-content .ui-state-highlight a,\\n.ui-widget-header .ui-state-highlight a {\\n\\tcolor: #777620;\\n}\\n.ui-state-error,\\n.ui-widget-content .ui-state-error,\\n.ui-widget-header .ui-state-error {\\n\\tborder: 1px solid #f1a899;\\n\\tbackground: #fddfdf;\\n\\tcolor: #5f3f3f;\\n}\\n.ui-state-error a,\\n.ui-widget-content .ui-state-error a,\\n.ui-widget-header .ui-state-error a {\\n\\tcolor: #5f3f3f;\\n}\\n.ui-state-error-text,\\n.ui-widget-content .ui-state-error-text,\\n.ui-widget-header .ui-state-error-text {\\n\\tcolor: #5f3f3f;\\n}\\n.ui-priority-primary,\\n.ui-widget-content .ui-priority-primary,\\n.ui-widget-header .ui-priority-primary {\\n\\tfont-weight: bold;\\n}\\n.ui-priority-secondary,\\n.ui-widget-content .ui-priority-secondary,\\n.ui-widget-header .ui-priority-secondary {\\n\\topacity: .7;\\n\\tfilter:Alpha(Opacity=70); /* support: IE8 */\\n\\tfont-weight: normal;\\n}\\n.ui-state-disabled,\\n.ui-widget-content .ui-state-disabled,\\n.ui-widget-header .ui-state-disabled {\\n\\topacity: .35;\\n\\tfilter:Alpha(Opacity=35); /* support: IE8 */\\n\\tbackground-image: none;\\n}\\n.ui-state-disabled .ui-icon {\\n\\tfilter:Alpha(Opacity=35); /* support: IE8 - See #6059 */\\n}\\n\\n/* Icons\\n----------------------------------*/\\n\\n/* states and images */\\n.ui-icon {\\n\\twidth: 16px;\\n\\theight: 16px;\\n}\\n.ui-icon,\\n.ui-widget-content .ui-icon {\\n\\tbackground-image: url(\" + ___CSS_LOADER_URL_REPLACEMENT_0___ + \");\\n}\\n.ui-widget-header .ui-icon {\\n\\tbackground-image: url(\" + ___CSS_LOADER_URL_REPLACEMENT_0___ + \");\\n}\\n.ui-state-hover .ui-icon,\\n.ui-state-focus .ui-icon,\\n.ui-button:hover .ui-icon,\\n.ui-button:focus .ui-icon {\\n\\tbackground-image: url(\" + ___CSS_LOADER_URL_REPLACEMENT_1___ + \");\\n}\\n.ui-state-active .ui-icon,\\n.ui-button:active .ui-icon {\\n\\tbackground-image: url(\" + ___CSS_LOADER_URL_REPLACEMENT_2___ + \");\\n}\\n.ui-state-highlight .ui-icon,\\n.ui-button .ui-state-highlight.ui-icon {\\n\\tbackground-image: url(\" + ___CSS_LOADER_URL_REPLACEMENT_3___ + \");\\n}\\n.ui-state-error .ui-icon,\\n.ui-state-error-text .ui-icon {\\n\\tbackground-image: url(\" + ___CSS_LOADER_URL_REPLACEMENT_4___ + \");\\n}\\n.ui-button .ui-icon {\\n\\tbackground-image: url(\" + ___CSS_LOADER_URL_REPLACEMENT_5___ + \");\\n}\\n\\n/* positioning */\\n.ui-icon-blank { background-position: 16px 16px; }\\n.ui-icon-caret-1-n { background-position: 0 0; }\\n.ui-icon-caret-1-ne { background-position: -16px 0; }\\n.ui-icon-caret-1-e { background-position: -32px 0; }\\n.ui-icon-caret-1-se { background-position: -48px 0; }\\n.ui-icon-caret-1-s { background-position: -65px 0; }\\n.ui-icon-caret-1-sw { background-position: -80px 0; }\\n.ui-icon-caret-1-w { background-position: -96px 0; }\\n.ui-icon-caret-1-nw { background-position: -112px 0; }\\n.ui-icon-caret-2-n-s { background-position: -128px 0; }\\n.ui-icon-caret-2-e-w { background-position: -144px 0; }\\n.ui-icon-triangle-1-n { background-position: 0 -16px; }\\n.ui-icon-triangle-1-ne { background-position: -16px -16px; }\\n.ui-icon-triangle-1-e { background-position: -32px -16px; }\\n.ui-icon-triangle-1-se { background-position: -48px -16px; }\\n.ui-icon-triangle-1-s { background-position: -65px -16px; }\\n.ui-icon-triangle-1-sw { background-position: -80px -16px; }\\n.ui-icon-triangle-1-w { background-position: -96px -16px; }\\n.ui-icon-triangle-1-nw { background-position: -112px -16px; }\\n.ui-icon-triangle-2-n-s { background-position: -128px -16px; }\\n.ui-icon-triangle-2-e-w { background-position: -144px -16px; }\\n.ui-icon-arrow-1-n { background-position: 0 -32px; }\\n.ui-icon-arrow-1-ne { background-position: -16px -32px; }\\n.ui-icon-arrow-1-e { background-position: -32px -32px; }\\n.ui-icon-arrow-1-se { background-position: -48px -32px; }\\n.ui-icon-arrow-1-s { background-position: -65px -32px; }\\n.ui-icon-arrow-1-sw { background-position: -80px -32px; }\\n.ui-icon-arrow-1-w { background-position: -96px -32px; }\\n.ui-icon-arrow-1-nw { background-position: -112px -32px; }\\n.ui-icon-arrow-2-n-s { background-position: -128px -32px; }\\n.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }\\n.ui-icon-arrow-2-e-w { background-position: -160px -32px; }\\n.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }\\n.ui-icon-arrowstop-1-n { background-position: -192px -32px; }\\n.ui-icon-arrowstop-1-e { background-position: -208px -32px; }\\n.ui-icon-arrowstop-1-s { background-position: -224px -32px; }\\n.ui-icon-arrowstop-1-w { background-position: -240px -32px; }\\n.ui-icon-arrowthick-1-n { background-position: 1px -48px; }\\n.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }\\n.ui-icon-arrowthick-1-e { background-position: -32px -48px; }\\n.ui-icon-arrowthick-1-se { background-position: -48px -48px; }\\n.ui-icon-arrowthick-1-s { background-position: -64px -48px; }\\n.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }\\n.ui-icon-arrowthick-1-w { background-position: -96px -48px; }\\n.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }\\n.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }\\n.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }\\n.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }\\n.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }\\n.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }\\n.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }\\n.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }\\n.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }\\n.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }\\n.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }\\n.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }\\n.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }\\n.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }\\n.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }\\n.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }\\n.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }\\n.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }\\n.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }\\n.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }\\n.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }\\n.ui-icon-arrow-4 { background-position: 0 -80px; }\\n.ui-icon-arrow-4-diag { background-position: -16px -80px; }\\n.ui-icon-extlink { background-position: -32px -80px; }\\n.ui-icon-newwin { background-position: -48px -80px; }\\n.ui-icon-refresh { background-position: -64px -80px; }\\n.ui-icon-shuffle { background-position: -80px -80px; }\\n.ui-icon-transfer-e-w { background-position: -96px -80px; }\\n.ui-icon-transferthick-e-w { background-position: -112px -80px; }\\n.ui-icon-folder-collapsed { background-position: 0 -96px; }\\n.ui-icon-folder-open { background-position: -16px -96px; }\\n.ui-icon-document { background-position: -32px -96px; }\\n.ui-icon-document-b { background-position: -48px -96px; }\\n.ui-icon-note { background-position: -64px -96px; }\\n.ui-icon-mail-closed { background-position: -80px -96px; }\\n.ui-icon-mail-open { background-position: -96px -96px; }\\n.ui-icon-suitcase { background-position: -112px -96px; }\\n.ui-icon-comment { background-position: -128px -96px; }\\n.ui-icon-person { background-position: -144px -96px; }\\n.ui-icon-print { background-position: -160px -96px; }\\n.ui-icon-trash { background-position: -176px -96px; }\\n.ui-icon-locked { background-position: -192px -96px; }\\n.ui-icon-unlocked { background-position: -208px -96px; }\\n.ui-icon-bookmark { background-position: -224px -96px; }\\n.ui-icon-tag { background-position: -240px -96px; }\\n.ui-icon-home { background-position: 0 -112px; }\\n.ui-icon-flag { background-position: -16px -112px; }\\n.ui-icon-calendar { background-position: -32px -112px; }\\n.ui-icon-cart { background-position: -48px -112px; }\\n.ui-icon-pencil { background-position: -64px -112px; }\\n.ui-icon-clock { background-position: -80px -112px; }\\n.ui-icon-disk { background-position: -96px -112px; }\\n.ui-icon-calculator { background-position: -112px -112px; }\\n.ui-icon-zoomin { background-position: -128px -112px; }\\n.ui-icon-zoomout { background-position: -144px -112px; }\\n.ui-icon-search { background-position: -160px -112px; }\\n.ui-icon-wrench { background-position: -176px -112px; }\\n.ui-icon-gear { background-position: -192px -112px; }\\n.ui-icon-heart { background-position: -208px -112px; }\\n.ui-icon-star { background-position: -224px -112px; }\\n.ui-icon-link { background-position: -240px -112px; }\\n.ui-icon-cancel { background-position: 0 -128px; }\\n.ui-icon-plus { background-position: -16px -128px; }\\n.ui-icon-plusthick { background-position: -32px -128px; }\\n.ui-icon-minus { background-position: -48px -128px; }\\n.ui-icon-minusthick { background-position: -64px -128px; }\\n.ui-icon-close { background-position: -80px -128px; }\\n.ui-icon-closethick { background-position: -96px -128px; }\\n.ui-icon-key { background-position: -112px -128px; }\\n.ui-icon-lightbulb { background-position: -128px -128px; }\\n.ui-icon-scissors { background-position: -144px -128px; }\\n.ui-icon-clipboard { background-position: -160px -128px; }\\n.ui-icon-copy { background-position: -176px -128px; }\\n.ui-icon-contact { background-position: -192px -128px; }\\n.ui-icon-image { background-position: -208px -128px; }\\n.ui-icon-video { background-position: -224px -128px; }\\n.ui-icon-script { background-position: -240px -128px; }\\n.ui-icon-alert { background-position: 0 -144px; }\\n.ui-icon-info { background-position: -16px -144px; }\\n.ui-icon-notice { background-position: -32px -144px; }\\n.ui-icon-help { background-position: -48px -144px; }\\n.ui-icon-check { background-position: -64px -144px; }\\n.ui-icon-bullet { background-position: -80px -144px; }\\n.ui-icon-radio-on { background-position: -96px -144px; }\\n.ui-icon-radio-off { background-position: -112px -144px; }\\n.ui-icon-pin-w { background-position: -128px -144px; }\\n.ui-icon-pin-s { background-position: -144px -144px; }\\n.ui-icon-play { background-position: 0 -160px; }\\n.ui-icon-pause { background-position: -16px -160px; }\\n.ui-icon-seek-next { background-position: -32px -160px; }\\n.ui-icon-seek-prev { background-position: -48px -160px; }\\n.ui-icon-seek-end { background-position: -64px -160px; }\\n.ui-icon-seek-start { background-position: -80px -160px; }\\n/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */\\n.ui-icon-seek-first { background-position: -80px -160px; }\\n.ui-icon-stop { background-position: -96px -160px; }\\n.ui-icon-eject { background-position: -112px -160px; }\\n.ui-icon-volume-off { background-position: -128px -160px; }\\n.ui-icon-volume-on { background-position: -144px -160px; }\\n.ui-icon-power { background-position: 0 -176px; }\\n.ui-icon-signal-diag { background-position: -16px -176px; }\\n.ui-icon-signal { background-position: -32px -176px; }\\n.ui-icon-battery-0 { background-position: -48px -176px; }\\n.ui-icon-battery-1 { background-position: -64px -176px; }\\n.ui-icon-battery-2 { background-position: -80px -176px; }\\n.ui-icon-battery-3 { background-position: -96px -176px; }\\n.ui-icon-circle-plus { background-position: 0 -192px; }\\n.ui-icon-circle-minus { background-position: -16px -192px; }\\n.ui-icon-circle-close { background-position: -32px -192px; }\\n.ui-icon-circle-triangle-e { background-position: -48px -192px; }\\n.ui-icon-circle-triangle-s { background-position: -64px -192px; }\\n.ui-icon-circle-triangle-w { background-position: -80px -192px; }\\n.ui-icon-circle-triangle-n { background-position: -96px -192px; }\\n.ui-icon-circle-arrow-e { background-position: -112px -192px; }\\n.ui-icon-circle-arrow-s { background-position: -128px -192px; }\\n.ui-icon-circle-arrow-w { background-position: -144px -192px; }\\n.ui-icon-circle-arrow-n { background-position: -160px -192px; }\\n.ui-icon-circle-zoomin { background-position: -176px -192px; }\\n.ui-icon-circle-zoomout { background-position: -192px -192px; }\\n.ui-icon-circle-check { background-position: -208px -192px; }\\n.ui-icon-circlesmall-plus { background-position: 0 -208px; }\\n.ui-icon-circlesmall-minus { background-position: -16px -208px; }\\n.ui-icon-circlesmall-close { background-position: -32px -208px; }\\n.ui-icon-squaresmall-plus { background-position: -48px -208px; }\\n.ui-icon-squaresmall-minus { background-position: -64px -208px; }\\n.ui-icon-squaresmall-close { background-position: -80px -208px; }\\n.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }\\n.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }\\n.ui-icon-grip-solid-vertical { background-position: -32px -224px; }\\n.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }\\n.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }\\n.ui-icon-grip-diagonal-se { background-position: -80px -224px; }\\n\\n\\n/* Misc visuals\\n----------------------------------*/\\n\\n/* Corner radius */\\n.ui-corner-all,\\n.ui-corner-top,\\n.ui-corner-left,\\n.ui-corner-tl {\\n\\tborder-top-left-radius: 3px;\\n}\\n.ui-corner-all,\\n.ui-corner-top,\\n.ui-corner-right,\\n.ui-corner-tr {\\n\\tborder-top-right-radius: 3px;\\n}\\n.ui-corner-all,\\n.ui-corner-bottom,\\n.ui-corner-left,\\n.ui-corner-bl {\\n\\tborder-bottom-left-radius: 3px;\\n}\\n.ui-corner-all,\\n.ui-corner-bottom,\\n.ui-corner-right,\\n.ui-corner-br {\\n\\tborder-bottom-right-radius: 3px;\\n}\\n\\n/* Overlays */\\n.ui-widget-overlay {\\n\\tbackground: #aaaaaa;\\n\\topacity: .003;\\n\\tfilter: Alpha(Opacity=.3); /* support: IE8 */\\n}\\n.ui-widget-shadow {\\n\\t-webkit-box-shadow: 0px 0px 5px #666666;\\n\\tbox-shadow: 0px 0px 5px #666666;\\n}\\n\", \"\",{\"version\":3,\"sources\":[\"webpack://./node_modules/jquery-ui-dist/jquery-ui.css\"],\"names\":[],\"mappings\":\"AAAA;;;;oEAIoE;;AAEpE;mCACmC;AACnC;CACC,aAAa;AACd;AACA;CACC,SAAS;CACT,mBAAmB;CACnB,WAAW;CACX,YAAY;CACZ,gBAAgB;CAChB,UAAU;CACV,kBAAkB;CAClB,UAAU;AACX;AACA;CACC,SAAS;CACT,UAAU;CACV,SAAS;CACT,UAAU;CACV,gBAAgB;CAChB,qBAAqB;CACrB,eAAe;CACf,gBAAgB;AACjB;AACA;;CAEC,WAAW;CACX,cAAc;CACd,yBAAyB;AAC1B;AACA;CACC,WAAW;AACZ;AACA;CACC,WAAW;CACX,YAAY;CACZ,MAAM;CACN,OAAO;CACP,kBAAkB;CAClB,UAAU;CACV,uBAAuB,EAAE,iBAAiB;AAC3C;;AAEA;CACC,YAAY;AACb;;;AAGA;mCACmC;AACnC;CACC,0BAA0B;CAC1B,oBAAoB;AACrB;;;AAGA;mCACmC;AACnC;CACC,qBAAqB;CACrB,sBAAsB;CACtB,kBAAkB;CAClB,kBAAkB;CAClB,qBAAqB;CACrB,gBAAgB;CAChB,4BAA4B;AAC7B;;AAEA;CACC,SAAS;CACT,iBAAiB;CACjB,cAAc;AACf;;AAEA;mCACmC;;AAEnC,aAAa;AACb;CACC,eAAe;CACf,MAAM;CACN,OAAO;CACP,WAAW;CACX,YAAY;AACb;AACA;CACC,cAAc;CACd,eAAe;CACf,kBAAkB;CAClB,iBAAiB;CACjB,4BAA4B;CAC5B,eAAe;AAChB;AACA;CACC,kBAAkB;CAClB,aAAa;CACb,cAAc;AACf;AACA;CACC,kBAAkB;CAClB,MAAM;CACN,OAAO;CACP,eAAe;AAChB;AACA;CACC,gBAAgB;CAChB,UAAU;CACV,SAAS;CACT,cAAc;CACd,UAAU;AACX;AACA;CACC,kBAAkB;AACnB;AACA;CACC,SAAS;CACT,eAAe;CACf,6BAA6B;CAC7B,uGAAuG;AACxG;AACA;CACC,kBAAkB;CAClB,yBAAyB;AAC1B;AACA;CACC,aAAa;CACb,SAAS;CACT,YAAY;CACZ,cAAc;CACd,uBAAuB;AACxB;AACA;;CAEC,YAAY;AACb;;AAEA,iBAAiB;AACjB;CACC,kBAAkB;AACnB;AACA;CACC,iBAAiB;AAClB;;AAEA,iBAAiB;AACjB;CACC,kBAAkB;CAClB,MAAM;CACN,SAAS;CACT,UAAU;CACV,cAAc;AACf;;AAEA,kBAAkB;AAClB;CACC,UAAU;CACV,QAAQ;AACT;AACA;CACC,iBAAiB;CACjB,qBAAqB;CACrB,kBAAkB;CAClB,mBAAmB;CACnB,kBAAkB;CAClB,eAAe;CACf,sBAAsB;CACtB,kBAAkB;CAClB,yBAAyB;CACzB,sBAAsB;CACtB,qBAAqB;CACrB,iBAAiB;;CAEjB,sBAAsB;CACtB,iBAAiB;AAClB;;AAEA;;;;;CAKC,qBAAqB;AACtB;;AAEA,4DAA4D;AAC5D;CACC,UAAU;CACV,sBAAsB;CACtB,oBAAoB;CACpB,mBAAmB;AACpB;;AAEA,uCAAuC;AACvC;CACC,cAAc;AACf;;AAEA,2BAA2B;AAC3B;CACC,kBAAkB;CAClB,QAAQ;CACR,SAAS;CACT,gBAAgB;CAChB,iBAAiB;AAClB;;AAEA;CACC,UAAU;CACV,YAAY;CACZ,aAAa;CACb,oBAAoB;CACpB,mBAAmB;;AAEpB;;AAEA;CACC,WAAW;CACX,YAAY;CACZ,cAAc;CACd,mBAAmB;CACnB,iBAAiB;AAClB;;AAEA,gBAAgB;AAChB,4BAA4B;AAC5B;;CAEC,SAAS;CACT,UAAU;AACX;AACA;CACC,sBAAsB;CACtB,qBAAqB;AACtB;AACA;CACC,WAAW;CACX,cAAc;CACd,eAAe;AAChB;AACA;;CAEC,aAAa;AACd;AACA;CACC,cAAc;CACd,WAAW;CACX,WAAW;CACX,aAAa;CACb,gBAAgB;CAChB,gBAAgB;AACjB;AACA;CACC,sBAAsB;AACvB;AACA;CACC,iBAAiB;AAClB;AACA;CACC,cAAc;AACf;AACA;CACC,iBAAiB;AAClB;AACA;CACC,gBAAgB;AACjB;AACA;CACC,kBAAkB;AACnB;AACA;CACC,mBAAmB;AACpB;;AAEA,iCAAiC;AACjC;;CAEC,0CAA0C;CAC1C,UAAU;CACV,2BAA2B;AAC5B;AACA;CACC,uBAAuB;AACxB;;AAEA;CACC,kCAAkC;CAClC,oBAAoB;CACpB,YAAY;AACb;AACA;CACC,WAAW;CACX,YAAY;CACZ,kBAAkB;CAClB,iBAAiB;CACjB,YAAY;AACb;AACA;;CAEC,sBAAsB;CACtB,UAAU;CACV,WAAW;CACX,iBAAiB;CACjB,mBAAmB;AACpB;AACA;CACC,oBAAoB;AACrB;AACA;CACC,WAAW;CACX,oBAAoB;CACpB,aAAa;AACd;AACA;CACC,kBAAkB;CAClB,eAAe;AAChB;AACA;;CAEC,kBAAkB;CAClB,QAAQ;CACR,YAAY;CACZ,aAAa;AACd;AACA;;CAEC,QAAQ;AACT;AACA;CACC,SAAS;AACV;AACA;CACC,UAAU;AACX;AACA;CACC,SAAS;AACV;AACA;CACC,UAAU;AACX;AACA;;CAEC,cAAc;CACd,kBAAkB;CAClB,SAAS;CACT,iBAAiB;CACjB,QAAQ;CACR,gBAAgB;AACjB;AACA;CACC,eAAe;CACf,kBAAkB;CAClB,kBAAkB;AACnB;AACA;CACC,cAAc;CACd,aAAa;AACd;AACA;;CAEC,UAAU;AACX;AACA;CACC,WAAW;CACX,eAAe;CACf,yBAAyB;CACzB,gBAAgB;AACjB;AACA;CACC,kBAAkB;CAClB,kBAAkB;CAClB,iBAAiB;CACjB,SAAS;AACV;AACA;CACC,SAAS;CACT,YAAY;AACb;AACA;;CAEC,cAAc;CACd,aAAa;CACb,iBAAiB;CACjB,qBAAqB;AACtB;AACA;CACC,sBAAsB;CACtB,kBAAkB;CAClB,eAAe;CACf,cAAc;CACd,eAAe;CACf,gBAAgB;AACjB;AACA;CACC,YAAY;CACZ,sBAAsB;CACtB,eAAe;CACf,4BAA4B;CAC5B,WAAW;CACX,iBAAiB;AAClB;AACA;CACC,WAAW;AACZ;;AAEA,4BAA4B;AAC5B;CACC,WAAW;AACZ;AACA;CACC,WAAW;AACZ;AACA;CACC,UAAU;CACV,mBAAmB;AACpB;AACA;CACC,UAAU;AACX;AACA;CACC,YAAY;AACb;AACA;CACC,UAAU;AACX;AACA;;CAEC,oBAAoB;AACrB;AACA;CACC,WAAW;AACZ;AACA;CACC,WAAW;CACX,WAAW;CACX,YAAY;AACb;;AAEA,gBAAgB;AAChB;CACC,cAAc;AACf;AACA;CACC,UAAU;CACV,UAAU;AACX;AACA;CACC,SAAS;CACT,WAAW;AACZ;AACA;CACC,UAAU;CACV,UAAU;AACX;AACA;CACC,SAAS;CACT,WAAW;AACZ;AACA;CACC,YAAY;AACb;AACA;CACC,WAAW;AACZ;AACA;;CAEC,YAAY;AACb;AACA;;CAEC,qBAAqB;CACrB,sBAAsB;AACvB;;AAEA,UAAU;AACV;CACC,cAAc;CACd,qBAAqB;CACrB,gBAAgB;CAChB,4BAA4B;CAC5B,UAAU;CACV,SAAS;AACV;AACA;CACC,kBAAkB;CAClB,MAAM;CACN,OAAO;CACP,aAAa;CACb,UAAU;AACX;AACA;CACC,iBAAiB;CACjB,kBAAkB;AACnB;AACA;CACC,WAAW;CACX,cAAc;CACd,mBAAmB;CACnB,UAAU;CACV,gBAAgB;CAChB,uBAAuB;AACxB;AACA;CACC,kBAAkB;CAClB,WAAW;CACX,QAAQ;CACR,WAAW;CACX,mBAAmB;CACnB,YAAY;CACZ,YAAY;AACb;AACA;CACC,kBAAkB;CAClB,SAAS;CACT,iBAAiB;CACjB,gBAAgB;CAChB,cAAc;AACf;AACA;CACC,gBAAgB;CAChB,uBAAuB;CACvB,sBAAsB;CACtB,gBAAgB;CAChB,2BAA2B;AAC5B;AACA;CACC,YAAY;AACb;AACA;CACC,wBAAwB;CACxB,eAAe;AAChB;AACA;CACC,WAAW;CACX,MAAM;AACP;AACA;CACC,UAAU;CACV,QAAQ;AACT;AACA;CACC,WAAW;CACX,SAAS;AACV;AACA;CACC,UAAU;CACV,OAAO;AACR;AACA;;;;CAIC,UAAU;CACV,WAAW;AACZ;AACA;CACC,QAAQ;CACR,SAAS;AACV;AACA;CACC,OAAO;CACP,SAAS;AACV;AACA;CACC,QAAQ;CACR,MAAM;AACP;AACA;CACC,OAAO;CACP,MAAM;AACP;AACA;CACC,YAAY;AACb;AACA;CACC,sBAAsB;CACtB,kBAAkB;AACnB;AACA;CACC,kBAAkB;AACnB;AACA;CACC,kBAAkB;CAClB,gBAAgB;CAChB,cAAc;CACd,sBAAsB;CACtB,kBAAkB;AACnB;AACA;;CAEC,aAAa;AACd;AACA;CACC,gBAAgB;CAChB,WAAW;CACX,WAAW;CACX,SAAS;CACT,OAAO;AACR;AACA;CACC,gBAAgB;CAChB,WAAW;CACX,WAAW;CACX,YAAY;CACZ,OAAO;AACR;AACA;CACC,gBAAgB;CAChB,UAAU;CACV,WAAW;CACX,MAAM;CACN,YAAY;AACb;AACA;CACC,gBAAgB;CAChB,UAAU;CACV,UAAU;CACV,MAAM;CACN,YAAY;AACb;AACA;CACC,iBAAiB;CACjB,WAAW;CACX,YAAY;CACZ,UAAU;CACV,WAAW;AACZ;AACA;CACC,iBAAiB;CACjB,UAAU;CACV,WAAW;CACX,UAAU;CACV,YAAY;AACb;AACA;CACC,iBAAiB;CACjB,UAAU;CACV,WAAW;CACX,UAAU;CACV,SAAS;AACV;AACA;CACC,iBAAiB;CACjB,UAAU;CACV,WAAW;CACX,WAAW;CACX,SAAS;AACV;AACA;CACC,WAAW;CACX,gBAAgB;CAChB,gBAAgB;AACjB;AACA;CACC,YAAY;CACZ,YAAY;AACb;AACA;CACC,yzEAAyzE;CACzzE,YAAY;CACZ,yBAAyB,EAAE,iBAAiB;CAC5C,aAAa;AACd;AACA;CACC,sBAAsB;AACvB;AACA;CACC,sBAAsB;CACtB,kBAAkB;AACnB;AACA;CACC,kBAAkB;CAClB,YAAY;CACZ,wBAAwB;AACzB;AACA;CACC,UAAU;CACV,SAAS;CACT,kBAAkB;CAClB,MAAM;CACN,OAAO;CACP,aAAa;AACd;AACA;CACC,cAAc;CACd,kBAAkB;CAClB,mBAAmB;AACpB;AACA;CACC,cAAc;CACd,iBAAiB;CACjB,gBAAgB;CAChB,kBAAkB;CAClB,mBAAmB;CACnB,YAAY;CACZ,SAAS;AACV;AACA;CACC,cAAc;AACf;AACA;CACC,cAAc;CACd,kBAAkB;CAClB,gBAAgB;CAChB,uBAAuB;AACxB;AACA;CACC,gBAAgB;CAChB,mBAAmB;CACnB,WAAW;AACZ;AACA;CACC,YAAY;CACZ,aAAa;AACd;AACA;CACC,kBAAkB;CAClB,gBAAgB;AACjB;AACA;CACC,kBAAkB;CAClB,UAAU;CACV,YAAY;CACZ,aAAa;CACb,eAAe;CACf,sBAAsB;CACtB,kBAAkB;AACnB;AACA;CACC,kBAAkB;CAClB,UAAU;CACV,eAAe;CACf,cAAc;CACd,SAAS;CACT,wBAAwB;AACzB;;AAEA,6BAA6B;AAC7B;;CAEC,eAAe;AAChB;;AAEA;CACC,YAAY;AACb;AACA;CACC,UAAU;CACV,kBAAkB;AACnB;AACA;CACC,MAAM;CACN,YAAY;AACb;AACA;CACC,OAAO;AACR;AACA;CACC,QAAQ;AACT;;AAEA;CACC,WAAW;CACX,aAAa;AACd;AACA;CACC,WAAW;CACX,cAAc;CACd,oBAAoB;AACrB;AACA;CACC,OAAO;CACP,WAAW;AACZ;AACA;CACC,SAAS;AACV;AACA;CACC,MAAM;AACP;AACA;CACC,sBAAsB;CACtB,kBAAkB;AACnB;AACA;CACC,kBAAkB;CAClB,qBAAqB;CACrB,gBAAgB;CAChB,UAAU;CACV,sBAAsB;AACvB;AACA;CACC,YAAY;CACZ,gBAAgB;CAChB,cAAc;CACd,iBAAiB;CACjB,cAAc;CACd,sBAAsB;CACtB,iBAAiB;CACjB,iBAAiB;AAClB;AACA;CACC,YAAY;CACZ,WAAW;CACX,eAAe;CACf,UAAU;CACV,SAAS;CACT,kBAAkB;CAClB,kBAAkB;CAClB,eAAe;CACf,cAAc;CACd,gBAAgB;CAChB,QAAQ;AACT;AACA,+DAA+D;AAC/D;CACC,sBAAsB;CACtB,yBAAyB;CACzB,wBAAwB;AACzB;AACA;CACC,MAAM;AACP;AACA;CACC,SAAS;AACV;AACA;CACC,kBAAkB,CAAC,uIAAuI;CAC1J,aAAa;AACd;AACA;CACC,SAAS;CACT,oBAAoB;AACrB;AACA;CACC,gBAAgB;CAChB,WAAW;CACX,kBAAkB;CAClB,MAAM;CACN,oBAAoB;CACpB,sBAAsB;CACtB,UAAU;CACV,mBAAmB;AACpB;AACA;CACC,WAAW;CACX,iBAAiB;CACjB,qBAAqB;AACtB;AACA;CACC,mBAAmB;CACnB,mBAAmB;AACpB;AACA;;;CAGC,YAAY;AACb;AAC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\",\"sourcesContent\":[\"/*! jQuery UI - v1.12.1 - 2016-09-14\\n* http://jqueryui.com\\n* Includes: core.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, draggable.css, resizable.css, progressbar.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css\\n* To view and modify this theme, visit http://jqueryui.com/themeroller/?bgShadowXPos=&bgOverlayXPos=&bgErrorXPos=&bgHighlightXPos=&bgContentXPos=&bgHeaderXPos=&bgActiveXPos=&bgHoverXPos=&bgDefaultXPos=&bgShadowYPos=&bgOverlayYPos=&bgErrorYPos=&bgHighlightYPos=&bgContentYPos=&bgHeaderYPos=&bgActiveYPos=&bgHoverYPos=&bgDefaultYPos=&bgShadowRepeat=&bgOverlayRepeat=&bgErrorRepeat=&bgHighlightRepeat=&bgContentRepeat=&bgHeaderRepeat=&bgActiveRepeat=&bgHoverRepeat=&bgDefaultRepeat=&iconsHover=url(%22images%2Fui-icons_555555_256x240.png%22)&iconsHighlight=url(%22images%2Fui-icons_777620_256x240.png%22)&iconsHeader=url(%22images%2Fui-icons_444444_256x240.png%22)&iconsError=url(%22images%2Fui-icons_cc0000_256x240.png%22)&iconsDefault=url(%22images%2Fui-icons_777777_256x240.png%22)&iconsContent=url(%22images%2Fui-icons_444444_256x240.png%22)&iconsActive=url(%22images%2Fui-icons_ffffff_256x240.png%22)&bgImgUrlShadow=&bgImgUrlOverlay=&bgImgUrlHover=&bgImgUrlHighlight=&bgImgUrlHeader=&bgImgUrlError=&bgImgUrlDefault=&bgImgUrlContent=&bgImgUrlActive=&opacityFilterShadow=Alpha(Opacity%3D30)&opacityFilterOverlay=Alpha(Opacity%3D30)&opacityShadowPerc=30&opacityOverlayPerc=30&iconColorHover=%23555555&iconColorHighlight=%23777620&iconColorHeader=%23444444&iconColorError=%23cc0000&iconColorDefault=%23777777&iconColorContent=%23444444&iconColorActive=%23ffffff&bgImgOpacityShadow=0&bgImgOpacityOverlay=0&bgImgOpacityError=95&bgImgOpacityHighlight=55&bgImgOpacityContent=75&bgImgOpacityHeader=75&bgImgOpacityActive=65&bgImgOpacityHover=75&bgImgOpacityDefault=75&bgTextureShadow=flat&bgTextureOverlay=flat&bgTextureError=flat&bgTextureHighlight=flat&bgTextureContent=flat&bgTextureHeader=flat&bgTextureActive=flat&bgTextureHover=flat&bgTextureDefault=flat&cornerRadius=3px&fwDefault=normal&ffDefault=Arial%2CHelvetica%2Csans-serif&fsDefault=1em&cornerRadiusShadow=8px&thicknessShadow=5px&offsetLeftShadow=0px&offsetTopShadow=0px&opacityShadow=.3&bgColorShadow=%23666666&opacityOverlay=.3&bgColorOverlay=%23aaaaaa&fcError=%235f3f3f&borderColorError=%23f1a899&bgColorError=%23fddfdf&fcHighlight=%23777620&borderColorHighlight=%23dad55e&bgColorHighlight=%23fffa90&fcContent=%23333333&borderColorContent=%23dddddd&bgColorContent=%23ffffff&fcHeader=%23333333&borderColorHeader=%23dddddd&bgColorHeader=%23e9e9e9&fcActive=%23ffffff&borderColorActive=%23003eff&bgColorActive=%23007fff&fcHover=%232b2b2b&borderColorHover=%23cccccc&bgColorHover=%23ededed&fcDefault=%23454545&borderColorDefault=%23c5c5c5&bgColorDefault=%23f6f6f6\\n* Copyright jQuery Foundation and other contributors; Licensed MIT */\\n\\n/* Layout helpers\\n----------------------------------*/\\n.ui-helper-hidden {\\n\\tdisplay: none;\\n}\\n.ui-helper-hidden-accessible {\\n\\tborder: 0;\\n\\tclip: rect(0 0 0 0);\\n\\theight: 1px;\\n\\tmargin: -1px;\\n\\toverflow: hidden;\\n\\tpadding: 0;\\n\\tposition: absolute;\\n\\twidth: 1px;\\n}\\n.ui-helper-reset {\\n\\tmargin: 0;\\n\\tpadding: 0;\\n\\tborder: 0;\\n\\toutline: 0;\\n\\tline-height: 1.3;\\n\\ttext-decoration: none;\\n\\tfont-size: 100%;\\n\\tlist-style: none;\\n}\\n.ui-helper-clearfix:before,\\n.ui-helper-clearfix:after {\\n\\tcontent: \\\"\\\";\\n\\tdisplay: table;\\n\\tborder-collapse: collapse;\\n}\\n.ui-helper-clearfix:after {\\n\\tclear: both;\\n}\\n.ui-helper-zfix {\\n\\twidth: 100%;\\n\\theight: 100%;\\n\\ttop: 0;\\n\\tleft: 0;\\n\\tposition: absolute;\\n\\topacity: 0;\\n\\tfilter:Alpha(Opacity=0); /* support: IE8 */\\n}\\n\\n.ui-front {\\n\\tz-index: 100;\\n}\\n\\n\\n/* Interaction Cues\\n----------------------------------*/\\n.ui-state-disabled {\\n\\tcursor: default !important;\\n\\tpointer-events: none;\\n}\\n\\n\\n/* Icons\\n----------------------------------*/\\n.ui-icon {\\n\\tdisplay: inline-block;\\n\\tvertical-align: middle;\\n\\tmargin-top: -.25em;\\n\\tposition: relative;\\n\\ttext-indent: -99999px;\\n\\toverflow: hidden;\\n\\tbackground-repeat: no-repeat;\\n}\\n\\n.ui-widget-icon-block {\\n\\tleft: 50%;\\n\\tmargin-left: -8px;\\n\\tdisplay: block;\\n}\\n\\n/* Misc visuals\\n----------------------------------*/\\n\\n/* Overlays */\\n.ui-widget-overlay {\\n\\tposition: fixed;\\n\\ttop: 0;\\n\\tleft: 0;\\n\\twidth: 100%;\\n\\theight: 100%;\\n}\\n.ui-accordion .ui-accordion-header {\\n\\tdisplay: block;\\n\\tcursor: pointer;\\n\\tposition: relative;\\n\\tmargin: 2px 0 0 0;\\n\\tpadding: .5em .5em .5em .7em;\\n\\tfont-size: 100%;\\n}\\n.ui-accordion .ui-accordion-content {\\n\\tpadding: 1em 2.2em;\\n\\tborder-top: 0;\\n\\toverflow: auto;\\n}\\n.ui-autocomplete {\\n\\tposition: absolute;\\n\\ttop: 0;\\n\\tleft: 0;\\n\\tcursor: default;\\n}\\n.ui-menu {\\n\\tlist-style: none;\\n\\tpadding: 0;\\n\\tmargin: 0;\\n\\tdisplay: block;\\n\\toutline: 0;\\n}\\n.ui-menu .ui-menu {\\n\\tposition: absolute;\\n}\\n.ui-menu .ui-menu-item {\\n\\tmargin: 0;\\n\\tcursor: pointer;\\n\\t/* support: IE10, see #8844 */\\n\\tlist-style-image: url(\\\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\\\");\\n}\\n.ui-menu .ui-menu-item-wrapper {\\n\\tposition: relative;\\n\\tpadding: 3px 1em 3px .4em;\\n}\\n.ui-menu .ui-menu-divider {\\n\\tmargin: 5px 0;\\n\\theight: 0;\\n\\tfont-size: 0;\\n\\tline-height: 0;\\n\\tborder-width: 1px 0 0 0;\\n}\\n.ui-menu .ui-state-focus,\\n.ui-menu .ui-state-active {\\n\\tmargin: -1px;\\n}\\n\\n/* icon support */\\n.ui-menu-icons {\\n\\tposition: relative;\\n}\\n.ui-menu-icons .ui-menu-item-wrapper {\\n\\tpadding-left: 2em;\\n}\\n\\n/* left-aligned */\\n.ui-menu .ui-icon {\\n\\tposition: absolute;\\n\\ttop: 0;\\n\\tbottom: 0;\\n\\tleft: .2em;\\n\\tmargin: auto 0;\\n}\\n\\n/* right-aligned */\\n.ui-menu .ui-menu-icon {\\n\\tleft: auto;\\n\\tright: 0;\\n}\\n.ui-button {\\n\\tpadding: .4em 1em;\\n\\tdisplay: inline-block;\\n\\tposition: relative;\\n\\tline-height: normal;\\n\\tmargin-right: .1em;\\n\\tcursor: pointer;\\n\\tvertical-align: middle;\\n\\ttext-align: center;\\n\\t-webkit-user-select: none;\\n\\t-moz-user-select: none;\\n\\t-ms-user-select: none;\\n\\tuser-select: none;\\n\\n\\t/* Support: IE <= 11 */\\n\\toverflow: visible;\\n}\\n\\n.ui-button,\\n.ui-button:link,\\n.ui-button:visited,\\n.ui-button:hover,\\n.ui-button:active {\\n\\ttext-decoration: none;\\n}\\n\\n/* to make room for the icon, a width needs to be set here */\\n.ui-button-icon-only {\\n\\twidth: 2em;\\n\\tbox-sizing: border-box;\\n\\ttext-indent: -9999px;\\n\\twhite-space: nowrap;\\n}\\n\\n/* no icon support for input elements */\\ninput.ui-button.ui-button-icon-only {\\n\\ttext-indent: 0;\\n}\\n\\n/* button icon element(s) */\\n.ui-button-icon-only .ui-icon {\\n\\tposition: absolute;\\n\\ttop: 50%;\\n\\tleft: 50%;\\n\\tmargin-top: -8px;\\n\\tmargin-left: -8px;\\n}\\n\\n.ui-button.ui-icon-notext .ui-icon {\\n\\tpadding: 0;\\n\\twidth: 2.1em;\\n\\theight: 2.1em;\\n\\ttext-indent: -9999px;\\n\\twhite-space: nowrap;\\n\\n}\\n\\ninput.ui-button.ui-icon-notext .ui-icon {\\n\\twidth: auto;\\n\\theight: auto;\\n\\ttext-indent: 0;\\n\\twhite-space: normal;\\n\\tpadding: .4em 1em;\\n}\\n\\n/* workarounds */\\n/* Support: Firefox 5 - 40 */\\ninput.ui-button::-moz-focus-inner,\\nbutton.ui-button::-moz-focus-inner {\\n\\tborder: 0;\\n\\tpadding: 0;\\n}\\n.ui-controlgroup {\\n\\tvertical-align: middle;\\n\\tdisplay: inline-block;\\n}\\n.ui-controlgroup > .ui-controlgroup-item {\\n\\tfloat: left;\\n\\tmargin-left: 0;\\n\\tmargin-right: 0;\\n}\\n.ui-controlgroup > .ui-controlgroup-item:focus,\\n.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus {\\n\\tz-index: 9999;\\n}\\n.ui-controlgroup-vertical > .ui-controlgroup-item {\\n\\tdisplay: block;\\n\\tfloat: none;\\n\\twidth: 100%;\\n\\tmargin-top: 0;\\n\\tmargin-bottom: 0;\\n\\ttext-align: left;\\n}\\n.ui-controlgroup-vertical .ui-controlgroup-item {\\n\\tbox-sizing: border-box;\\n}\\n.ui-controlgroup .ui-controlgroup-label {\\n\\tpadding: .4em 1em;\\n}\\n.ui-controlgroup .ui-controlgroup-label span {\\n\\tfont-size: 80%;\\n}\\n.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {\\n\\tborder-left: none;\\n}\\n.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {\\n\\tborder-top: none;\\n}\\n.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {\\n\\tborder-right: none;\\n}\\n.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {\\n\\tborder-bottom: none;\\n}\\n\\n/* Spinner specific style fixes */\\n.ui-controlgroup-vertical .ui-spinner-input {\\n\\n\\t/* Support: IE8 only, Android < 4.4 only */\\n\\twidth: 75%;\\n\\twidth: calc( 100% - 2.4em );\\n}\\n.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {\\n\\tborder-top-style: solid;\\n}\\n\\n.ui-checkboxradio-label .ui-icon-background {\\n\\tbox-shadow: inset 1px 1px 1px #ccc;\\n\\tborder-radius: .12em;\\n\\tborder: none;\\n}\\n.ui-checkboxradio-radio-label .ui-icon-background {\\n\\twidth: 16px;\\n\\theight: 16px;\\n\\tborder-radius: 1em;\\n\\toverflow: visible;\\n\\tborder: none;\\n}\\n.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,\\n.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {\\n\\tbackground-image: none;\\n\\twidth: 8px;\\n\\theight: 8px;\\n\\tborder-width: 4px;\\n\\tborder-style: solid;\\n}\\n.ui-checkboxradio-disabled {\\n\\tpointer-events: none;\\n}\\n.ui-datepicker {\\n\\twidth: 17em;\\n\\tpadding: .2em .2em 0;\\n\\tdisplay: none;\\n}\\n.ui-datepicker .ui-datepicker-header {\\n\\tposition: relative;\\n\\tpadding: .2em 0;\\n}\\n.ui-datepicker .ui-datepicker-prev,\\n.ui-datepicker .ui-datepicker-next {\\n\\tposition: absolute;\\n\\ttop: 2px;\\n\\twidth: 1.8em;\\n\\theight: 1.8em;\\n}\\n.ui-datepicker .ui-datepicker-prev-hover,\\n.ui-datepicker .ui-datepicker-next-hover {\\n\\ttop: 1px;\\n}\\n.ui-datepicker .ui-datepicker-prev {\\n\\tleft: 2px;\\n}\\n.ui-datepicker .ui-datepicker-next {\\n\\tright: 2px;\\n}\\n.ui-datepicker .ui-datepicker-prev-hover {\\n\\tleft: 1px;\\n}\\n.ui-datepicker .ui-datepicker-next-hover {\\n\\tright: 1px;\\n}\\n.ui-datepicker .ui-datepicker-prev span,\\n.ui-datepicker .ui-datepicker-next span {\\n\\tdisplay: block;\\n\\tposition: absolute;\\n\\tleft: 50%;\\n\\tmargin-left: -8px;\\n\\ttop: 50%;\\n\\tmargin-top: -8px;\\n}\\n.ui-datepicker .ui-datepicker-title {\\n\\tmargin: 0 2.3em;\\n\\tline-height: 1.8em;\\n\\ttext-align: center;\\n}\\n.ui-datepicker .ui-datepicker-title select {\\n\\tfont-size: 1em;\\n\\tmargin: 1px 0;\\n}\\n.ui-datepicker select.ui-datepicker-month,\\n.ui-datepicker select.ui-datepicker-year {\\n\\twidth: 45%;\\n}\\n.ui-datepicker table {\\n\\twidth: 100%;\\n\\tfont-size: .9em;\\n\\tborder-collapse: collapse;\\n\\tmargin: 0 0 .4em;\\n}\\n.ui-datepicker th {\\n\\tpadding: .7em .3em;\\n\\ttext-align: center;\\n\\tfont-weight: bold;\\n\\tborder: 0;\\n}\\n.ui-datepicker td {\\n\\tborder: 0;\\n\\tpadding: 1px;\\n}\\n.ui-datepicker td span,\\n.ui-datepicker td a {\\n\\tdisplay: block;\\n\\tpadding: .2em;\\n\\ttext-align: right;\\n\\ttext-decoration: none;\\n}\\n.ui-datepicker .ui-datepicker-buttonpane {\\n\\tbackground-image: none;\\n\\tmargin: .7em 0 0 0;\\n\\tpadding: 0 .2em;\\n\\tborder-left: 0;\\n\\tborder-right: 0;\\n\\tborder-bottom: 0;\\n}\\n.ui-datepicker .ui-datepicker-buttonpane button {\\n\\tfloat: right;\\n\\tmargin: .5em .2em .4em;\\n\\tcursor: pointer;\\n\\tpadding: .2em .6em .3em .6em;\\n\\twidth: auto;\\n\\toverflow: visible;\\n}\\n.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {\\n\\tfloat: left;\\n}\\n\\n/* with multiple calendars */\\n.ui-datepicker.ui-datepicker-multi {\\n\\twidth: auto;\\n}\\n.ui-datepicker-multi .ui-datepicker-group {\\n\\tfloat: left;\\n}\\n.ui-datepicker-multi .ui-datepicker-group table {\\n\\twidth: 95%;\\n\\tmargin: 0 auto .4em;\\n}\\n.ui-datepicker-multi-2 .ui-datepicker-group {\\n\\twidth: 50%;\\n}\\n.ui-datepicker-multi-3 .ui-datepicker-group {\\n\\twidth: 33.3%;\\n}\\n.ui-datepicker-multi-4 .ui-datepicker-group {\\n\\twidth: 25%;\\n}\\n.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,\\n.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {\\n\\tborder-left-width: 0;\\n}\\n.ui-datepicker-multi .ui-datepicker-buttonpane {\\n\\tclear: left;\\n}\\n.ui-datepicker-row-break {\\n\\tclear: both;\\n\\twidth: 100%;\\n\\tfont-size: 0;\\n}\\n\\n/* RTL support */\\n.ui-datepicker-rtl {\\n\\tdirection: rtl;\\n}\\n.ui-datepicker-rtl .ui-datepicker-prev {\\n\\tright: 2px;\\n\\tleft: auto;\\n}\\n.ui-datepicker-rtl .ui-datepicker-next {\\n\\tleft: 2px;\\n\\tright: auto;\\n}\\n.ui-datepicker-rtl .ui-datepicker-prev:hover {\\n\\tright: 1px;\\n\\tleft: auto;\\n}\\n.ui-datepicker-rtl .ui-datepicker-next:hover {\\n\\tleft: 1px;\\n\\tright: auto;\\n}\\n.ui-datepicker-rtl .ui-datepicker-buttonpane {\\n\\tclear: right;\\n}\\n.ui-datepicker-rtl .ui-datepicker-buttonpane button {\\n\\tfloat: left;\\n}\\n.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,\\n.ui-datepicker-rtl .ui-datepicker-group {\\n\\tfloat: right;\\n}\\n.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,\\n.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {\\n\\tborder-right-width: 0;\\n\\tborder-left-width: 1px;\\n}\\n\\n/* Icons */\\n.ui-datepicker .ui-icon {\\n\\tdisplay: block;\\n\\ttext-indent: -99999px;\\n\\toverflow: hidden;\\n\\tbackground-repeat: no-repeat;\\n\\tleft: .5em;\\n\\ttop: .3em;\\n}\\n.ui-dialog {\\n\\tposition: absolute;\\n\\ttop: 0;\\n\\tleft: 0;\\n\\tpadding: .2em;\\n\\toutline: 0;\\n}\\n.ui-dialog .ui-dialog-titlebar {\\n\\tpadding: .4em 1em;\\n\\tposition: relative;\\n}\\n.ui-dialog .ui-dialog-title {\\n\\tfloat: left;\\n\\tmargin: .1em 0;\\n\\twhite-space: nowrap;\\n\\twidth: 90%;\\n\\toverflow: hidden;\\n\\ttext-overflow: ellipsis;\\n}\\n.ui-dialog .ui-dialog-titlebar-close {\\n\\tposition: absolute;\\n\\tright: .3em;\\n\\ttop: 50%;\\n\\twidth: 20px;\\n\\tmargin: -10px 0 0 0;\\n\\tpadding: 1px;\\n\\theight: 20px;\\n}\\n.ui-dialog .ui-dialog-content {\\n\\tposition: relative;\\n\\tborder: 0;\\n\\tpadding: .5em 1em;\\n\\tbackground: none;\\n\\toverflow: auto;\\n}\\n.ui-dialog .ui-dialog-buttonpane {\\n\\ttext-align: left;\\n\\tborder-width: 1px 0 0 0;\\n\\tbackground-image: none;\\n\\tmargin-top: .5em;\\n\\tpadding: .3em 1em .5em .4em;\\n}\\n.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {\\n\\tfloat: right;\\n}\\n.ui-dialog .ui-dialog-buttonpane button {\\n\\tmargin: .5em .4em .5em 0;\\n\\tcursor: pointer;\\n}\\n.ui-dialog .ui-resizable-n {\\n\\theight: 2px;\\n\\ttop: 0;\\n}\\n.ui-dialog .ui-resizable-e {\\n\\twidth: 2px;\\n\\tright: 0;\\n}\\n.ui-dialog .ui-resizable-s {\\n\\theight: 2px;\\n\\tbottom: 0;\\n}\\n.ui-dialog .ui-resizable-w {\\n\\twidth: 2px;\\n\\tleft: 0;\\n}\\n.ui-dialog .ui-resizable-se,\\n.ui-dialog .ui-resizable-sw,\\n.ui-dialog .ui-resizable-ne,\\n.ui-dialog .ui-resizable-nw {\\n\\twidth: 7px;\\n\\theight: 7px;\\n}\\n.ui-dialog .ui-resizable-se {\\n\\tright: 0;\\n\\tbottom: 0;\\n}\\n.ui-dialog .ui-resizable-sw {\\n\\tleft: 0;\\n\\tbottom: 0;\\n}\\n.ui-dialog .ui-resizable-ne {\\n\\tright: 0;\\n\\ttop: 0;\\n}\\n.ui-dialog .ui-resizable-nw {\\n\\tleft: 0;\\n\\ttop: 0;\\n}\\n.ui-draggable .ui-dialog-titlebar {\\n\\tcursor: move;\\n}\\n.ui-draggable-handle {\\n\\t-ms-touch-action: none;\\n\\ttouch-action: none;\\n}\\n.ui-resizable {\\n\\tposition: relative;\\n}\\n.ui-resizable-handle {\\n\\tposition: absolute;\\n\\tfont-size: 0.1px;\\n\\tdisplay: block;\\n\\t-ms-touch-action: none;\\n\\ttouch-action: none;\\n}\\n.ui-resizable-disabled .ui-resizable-handle,\\n.ui-resizable-autohide .ui-resizable-handle {\\n\\tdisplay: none;\\n}\\n.ui-resizable-n {\\n\\tcursor: n-resize;\\n\\theight: 7px;\\n\\twidth: 100%;\\n\\ttop: -5px;\\n\\tleft: 0;\\n}\\n.ui-resizable-s {\\n\\tcursor: s-resize;\\n\\theight: 7px;\\n\\twidth: 100%;\\n\\tbottom: -5px;\\n\\tleft: 0;\\n}\\n.ui-resizable-e {\\n\\tcursor: e-resize;\\n\\twidth: 7px;\\n\\tright: -5px;\\n\\ttop: 0;\\n\\theight: 100%;\\n}\\n.ui-resizable-w {\\n\\tcursor: w-resize;\\n\\twidth: 7px;\\n\\tleft: -5px;\\n\\ttop: 0;\\n\\theight: 100%;\\n}\\n.ui-resizable-se {\\n\\tcursor: se-resize;\\n\\twidth: 12px;\\n\\theight: 12px;\\n\\tright: 1px;\\n\\tbottom: 1px;\\n}\\n.ui-resizable-sw {\\n\\tcursor: sw-resize;\\n\\twidth: 9px;\\n\\theight: 9px;\\n\\tleft: -5px;\\n\\tbottom: -5px;\\n}\\n.ui-resizable-nw {\\n\\tcursor: nw-resize;\\n\\twidth: 9px;\\n\\theight: 9px;\\n\\tleft: -5px;\\n\\ttop: -5px;\\n}\\n.ui-resizable-ne {\\n\\tcursor: ne-resize;\\n\\twidth: 9px;\\n\\theight: 9px;\\n\\tright: -5px;\\n\\ttop: -5px;\\n}\\n.ui-progressbar {\\n\\theight: 2em;\\n\\ttext-align: left;\\n\\toverflow: hidden;\\n}\\n.ui-progressbar .ui-progressbar-value {\\n\\tmargin: -1px;\\n\\theight: 100%;\\n}\\n.ui-progressbar .ui-progressbar-overlay {\\n\\tbackground: url(\\\"data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==\\\");\\n\\theight: 100%;\\n\\tfilter: alpha(opacity=25); /* support: IE8 */\\n\\topacity: 0.25;\\n}\\n.ui-progressbar-indeterminate .ui-progressbar-value {\\n\\tbackground-image: none;\\n}\\n.ui-selectable {\\n\\t-ms-touch-action: none;\\n\\ttouch-action: none;\\n}\\n.ui-selectable-helper {\\n\\tposition: absolute;\\n\\tz-index: 100;\\n\\tborder: 1px dotted black;\\n}\\n.ui-selectmenu-menu {\\n\\tpadding: 0;\\n\\tmargin: 0;\\n\\tposition: absolute;\\n\\ttop: 0;\\n\\tleft: 0;\\n\\tdisplay: none;\\n}\\n.ui-selectmenu-menu .ui-menu {\\n\\toverflow: auto;\\n\\toverflow-x: hidden;\\n\\tpadding-bottom: 1px;\\n}\\n.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {\\n\\tfont-size: 1em;\\n\\tfont-weight: bold;\\n\\tline-height: 1.5;\\n\\tpadding: 2px 0.4em;\\n\\tmargin: 0.5em 0 0 0;\\n\\theight: auto;\\n\\tborder: 0;\\n}\\n.ui-selectmenu-open {\\n\\tdisplay: block;\\n}\\n.ui-selectmenu-text {\\n\\tdisplay: block;\\n\\tmargin-right: 20px;\\n\\toverflow: hidden;\\n\\ttext-overflow: ellipsis;\\n}\\n.ui-selectmenu-button.ui-button {\\n\\ttext-align: left;\\n\\twhite-space: nowrap;\\n\\twidth: 14em;\\n}\\n.ui-selectmenu-icon.ui-icon {\\n\\tfloat: right;\\n\\tmargin-top: 0;\\n}\\n.ui-slider {\\n\\tposition: relative;\\n\\ttext-align: left;\\n}\\n.ui-slider .ui-slider-handle {\\n\\tposition: absolute;\\n\\tz-index: 2;\\n\\twidth: 1.2em;\\n\\theight: 1.2em;\\n\\tcursor: default;\\n\\t-ms-touch-action: none;\\n\\ttouch-action: none;\\n}\\n.ui-slider .ui-slider-range {\\n\\tposition: absolute;\\n\\tz-index: 1;\\n\\tfont-size: .7em;\\n\\tdisplay: block;\\n\\tborder: 0;\\n\\tbackground-position: 0 0;\\n}\\n\\n/* support: IE8 - See #6727 */\\n.ui-slider.ui-state-disabled .ui-slider-handle,\\n.ui-slider.ui-state-disabled .ui-slider-range {\\n\\tfilter: inherit;\\n}\\n\\n.ui-slider-horizontal {\\n\\theight: .8em;\\n}\\n.ui-slider-horizontal .ui-slider-handle {\\n\\ttop: -.3em;\\n\\tmargin-left: -.6em;\\n}\\n.ui-slider-horizontal .ui-slider-range {\\n\\ttop: 0;\\n\\theight: 100%;\\n}\\n.ui-slider-horizontal .ui-slider-range-min {\\n\\tleft: 0;\\n}\\n.ui-slider-horizontal .ui-slider-range-max {\\n\\tright: 0;\\n}\\n\\n.ui-slider-vertical {\\n\\twidth: .8em;\\n\\theight: 100px;\\n}\\n.ui-slider-vertical .ui-slider-handle {\\n\\tleft: -.3em;\\n\\tmargin-left: 0;\\n\\tmargin-bottom: -.6em;\\n}\\n.ui-slider-vertical .ui-slider-range {\\n\\tleft: 0;\\n\\twidth: 100%;\\n}\\n.ui-slider-vertical .ui-slider-range-min {\\n\\tbottom: 0;\\n}\\n.ui-slider-vertical .ui-slider-range-max {\\n\\ttop: 0;\\n}\\n.ui-sortable-handle {\\n\\t-ms-touch-action: none;\\n\\ttouch-action: none;\\n}\\n.ui-spinner {\\n\\tposition: relative;\\n\\tdisplay: inline-block;\\n\\toverflow: hidden;\\n\\tpadding: 0;\\n\\tvertical-align: middle;\\n}\\n.ui-spinner-input {\\n\\tborder: none;\\n\\tbackground: none;\\n\\tcolor: inherit;\\n\\tpadding: .222em 0;\\n\\tmargin: .2em 0;\\n\\tvertical-align: middle;\\n\\tmargin-left: .4em;\\n\\tmargin-right: 2em;\\n}\\n.ui-spinner-button {\\n\\twidth: 1.6em;\\n\\theight: 50%;\\n\\tfont-size: .5em;\\n\\tpadding: 0;\\n\\tmargin: 0;\\n\\ttext-align: center;\\n\\tposition: absolute;\\n\\tcursor: default;\\n\\tdisplay: block;\\n\\toverflow: hidden;\\n\\tright: 0;\\n}\\n/* more specificity required here to override default borders */\\n.ui-spinner a.ui-spinner-button {\\n\\tborder-top-style: none;\\n\\tborder-bottom-style: none;\\n\\tborder-right-style: none;\\n}\\n.ui-spinner-up {\\n\\ttop: 0;\\n}\\n.ui-spinner-down {\\n\\tbottom: 0;\\n}\\n.ui-tabs {\\n\\tposition: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as \\\"fixed\\\") */\\n\\tpadding: .2em;\\n}\\n.ui-tabs .ui-tabs-nav {\\n\\tmargin: 0;\\n\\tpadding: .2em .2em 0;\\n}\\n.ui-tabs .ui-tabs-nav li {\\n\\tlist-style: none;\\n\\tfloat: left;\\n\\tposition: relative;\\n\\ttop: 0;\\n\\tmargin: 1px .2em 0 0;\\n\\tborder-bottom-width: 0;\\n\\tpadding: 0;\\n\\twhite-space: nowrap;\\n}\\n.ui-tabs .ui-tabs-nav .ui-tabs-anchor {\\n\\tfloat: left;\\n\\tpadding: .5em 1em;\\n\\ttext-decoration: none;\\n}\\n.ui-tabs .ui-tabs-nav li.ui-tabs-active {\\n\\tmargin-bottom: -1px;\\n\\tpadding-bottom: 1px;\\n}\\n.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,\\n.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,\\n.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {\\n\\tcursor: text;\\n}\\n.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {\\n\\tcursor: pointer;\\n}\\n.ui-tabs .ui-tabs-panel {\\n\\tdisplay: block;\\n\\tborder-width: 0;\\n\\tpadding: 1em 1.4em;\\n\\tbackground: none;\\n}\\n.ui-tooltip {\\n\\tpadding: 8px;\\n\\tposition: absolute;\\n\\tz-index: 9999;\\n\\tmax-width: 300px;\\n}\\nbody .ui-tooltip {\\n\\tborder-width: 2px;\\n}\\n\\n/* Component containers\\n----------------------------------*/\\n.ui-widget {\\n\\tfont-family: Arial,Helvetica,sans-serif;\\n\\tfont-size: 1em;\\n}\\n.ui-widget .ui-widget {\\n\\tfont-size: 1em;\\n}\\n.ui-widget input,\\n.ui-widget select,\\n.ui-widget textarea,\\n.ui-widget button {\\n\\tfont-family: Arial,Helvetica,sans-serif;\\n\\tfont-size: 1em;\\n}\\n.ui-widget.ui-widget-content {\\n\\tborder: 1px solid #c5c5c5;\\n}\\n.ui-widget-content {\\n\\tborder: 1px solid #dddddd;\\n\\tbackground: #ffffff;\\n\\tcolor: #333333;\\n}\\n.ui-widget-content a {\\n\\tcolor: #333333;\\n}\\n.ui-widget-header {\\n\\tborder: 1px solid #dddddd;\\n\\tbackground: #e9e9e9;\\n\\tcolor: #333333;\\n\\tfont-weight: bold;\\n}\\n.ui-widget-header a {\\n\\tcolor: #333333;\\n}\\n\\n/* Interaction states\\n----------------------------------*/\\n.ui-state-default,\\n.ui-widget-content .ui-state-default,\\n.ui-widget-header .ui-state-default,\\n.ui-button,\\n\\n/* We use html here because we need a greater specificity to make sure disabled\\nworks properly when clicked or hovered */\\nhtml .ui-button.ui-state-disabled:hover,\\nhtml .ui-button.ui-state-disabled:active {\\n\\tborder: 1px solid #c5c5c5;\\n\\tbackground: #f6f6f6;\\n\\tfont-weight: normal;\\n\\tcolor: #454545;\\n}\\n.ui-state-default a,\\n.ui-state-default a:link,\\n.ui-state-default a:visited,\\na.ui-button,\\na:link.ui-button,\\na:visited.ui-button,\\n.ui-button {\\n\\tcolor: #454545;\\n\\ttext-decoration: none;\\n}\\n.ui-state-hover,\\n.ui-widget-content .ui-state-hover,\\n.ui-widget-header .ui-state-hover,\\n.ui-state-focus,\\n.ui-widget-content .ui-state-focus,\\n.ui-widget-header .ui-state-focus,\\n.ui-button:hover,\\n.ui-button:focus {\\n\\tborder: 1px solid #cccccc;\\n\\tbackground: #ededed;\\n\\tfont-weight: normal;\\n\\tcolor: #2b2b2b;\\n}\\n.ui-state-hover a,\\n.ui-state-hover a:hover,\\n.ui-state-hover a:link,\\n.ui-state-hover a:visited,\\n.ui-state-focus a,\\n.ui-state-focus a:hover,\\n.ui-state-focus a:link,\\n.ui-state-focus a:visited,\\na.ui-button:hover,\\na.ui-button:focus {\\n\\tcolor: #2b2b2b;\\n\\ttext-decoration: none;\\n}\\n\\n.ui-visual-focus {\\n\\tbox-shadow: 0 0 3px 1px rgb(94, 158, 214);\\n}\\n.ui-state-active,\\n.ui-widget-content .ui-state-active,\\n.ui-widget-header .ui-state-active,\\na.ui-button:active,\\n.ui-button:active,\\n.ui-button.ui-state-active:hover {\\n\\tborder: 1px solid #003eff;\\n\\tbackground: #007fff;\\n\\tfont-weight: normal;\\n\\tcolor: #ffffff;\\n}\\n.ui-icon-background,\\n.ui-state-active .ui-icon-background {\\n\\tborder: #003eff;\\n\\tbackground-color: #ffffff;\\n}\\n.ui-state-active a,\\n.ui-state-active a:link,\\n.ui-state-active a:visited {\\n\\tcolor: #ffffff;\\n\\ttext-decoration: none;\\n}\\n\\n/* Interaction Cues\\n----------------------------------*/\\n.ui-state-highlight,\\n.ui-widget-content .ui-state-highlight,\\n.ui-widget-header .ui-state-highlight {\\n\\tborder: 1px solid #dad55e;\\n\\tbackground: #fffa90;\\n\\tcolor: #777620;\\n}\\n.ui-state-checked {\\n\\tborder: 1px solid #dad55e;\\n\\tbackground: #fffa90;\\n}\\n.ui-state-highlight a,\\n.ui-widget-content .ui-state-highlight a,\\n.ui-widget-header .ui-state-highlight a {\\n\\tcolor: #777620;\\n}\\n.ui-state-error,\\n.ui-widget-content .ui-state-error,\\n.ui-widget-header .ui-state-error {\\n\\tborder: 1px solid #f1a899;\\n\\tbackground: #fddfdf;\\n\\tcolor: #5f3f3f;\\n}\\n.ui-state-error a,\\n.ui-widget-content .ui-state-error a,\\n.ui-widget-header .ui-state-error a {\\n\\tcolor: #5f3f3f;\\n}\\n.ui-state-error-text,\\n.ui-widget-content .ui-state-error-text,\\n.ui-widget-header .ui-state-error-text {\\n\\tcolor: #5f3f3f;\\n}\\n.ui-priority-primary,\\n.ui-widget-content .ui-priority-primary,\\n.ui-widget-header .ui-priority-primary {\\n\\tfont-weight: bold;\\n}\\n.ui-priority-secondary,\\n.ui-widget-content .ui-priority-secondary,\\n.ui-widget-header .ui-priority-secondary {\\n\\topacity: .7;\\n\\tfilter:Alpha(Opacity=70); /* support: IE8 */\\n\\tfont-weight: normal;\\n}\\n.ui-state-disabled,\\n.ui-widget-content .ui-state-disabled,\\n.ui-widget-header .ui-state-disabled {\\n\\topacity: .35;\\n\\tfilter:Alpha(Opacity=35); /* support: IE8 */\\n\\tbackground-image: none;\\n}\\n.ui-state-disabled .ui-icon {\\n\\tfilter:Alpha(Opacity=35); /* support: IE8 - See #6059 */\\n}\\n\\n/* Icons\\n----------------------------------*/\\n\\n/* states and images */\\n.ui-icon {\\n\\twidth: 16px;\\n\\theight: 16px;\\n}\\n.ui-icon,\\n.ui-widget-content .ui-icon {\\n\\tbackground-image: url(\\\"images/ui-icons_444444_256x240.png\\\");\\n}\\n.ui-widget-header .ui-icon {\\n\\tbackground-image: url(\\\"images/ui-icons_444444_256x240.png\\\");\\n}\\n.ui-state-hover .ui-icon,\\n.ui-state-focus .ui-icon,\\n.ui-button:hover .ui-icon,\\n.ui-button:focus .ui-icon {\\n\\tbackground-image: url(\\\"images/ui-icons_555555_256x240.png\\\");\\n}\\n.ui-state-active .ui-icon,\\n.ui-button:active .ui-icon {\\n\\tbackground-image: url(\\\"images/ui-icons_ffffff_256x240.png\\\");\\n}\\n.ui-state-highlight .ui-icon,\\n.ui-button .ui-state-highlight.ui-icon {\\n\\tbackground-image: url(\\\"images/ui-icons_777620_256x240.png\\\");\\n}\\n.ui-state-error .ui-icon,\\n.ui-state-error-text .ui-icon {\\n\\tbackground-image: url(\\\"images/ui-icons_cc0000_256x240.png\\\");\\n}\\n.ui-button .ui-icon {\\n\\tbackground-image: url(\\\"images/ui-icons_777777_256x240.png\\\");\\n}\\n\\n/* positioning */\\n.ui-icon-blank { background-position: 16px 16px; }\\n.ui-icon-caret-1-n { background-position: 0 0; }\\n.ui-icon-caret-1-ne { background-position: -16px 0; }\\n.ui-icon-caret-1-e { background-position: -32px 0; }\\n.ui-icon-caret-1-se { background-position: -48px 0; }\\n.ui-icon-caret-1-s { background-position: -65px 0; }\\n.ui-icon-caret-1-sw { background-position: -80px 0; }\\n.ui-icon-caret-1-w { background-position: -96px 0; }\\n.ui-icon-caret-1-nw { background-position: -112px 0; }\\n.ui-icon-caret-2-n-s { background-position: -128px 0; }\\n.ui-icon-caret-2-e-w { background-position: -144px 0; }\\n.ui-icon-triangle-1-n { background-position: 0 -16px; }\\n.ui-icon-triangle-1-ne { background-position: -16px -16px; }\\n.ui-icon-triangle-1-e { background-position: -32px -16px; }\\n.ui-icon-triangle-1-se { background-position: -48px -16px; }\\n.ui-icon-triangle-1-s { background-position: -65px -16px; }\\n.ui-icon-triangle-1-sw { background-position: -80px -16px; }\\n.ui-icon-triangle-1-w { background-position: -96px -16px; }\\n.ui-icon-triangle-1-nw { background-position: -112px -16px; }\\n.ui-icon-triangle-2-n-s { background-position: -128px -16px; }\\n.ui-icon-triangle-2-e-w { background-position: -144px -16px; }\\n.ui-icon-arrow-1-n { background-position: 0 -32px; }\\n.ui-icon-arrow-1-ne { background-position: -16px -32px; }\\n.ui-icon-arrow-1-e { background-position: -32px -32px; }\\n.ui-icon-arrow-1-se { background-position: -48px -32px; }\\n.ui-icon-arrow-1-s { background-position: -65px -32px; }\\n.ui-icon-arrow-1-sw { background-position: -80px -32px; }\\n.ui-icon-arrow-1-w { background-position: -96px -32px; }\\n.ui-icon-arrow-1-nw { background-position: -112px -32px; }\\n.ui-icon-arrow-2-n-s { background-position: -128px -32px; }\\n.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }\\n.ui-icon-arrow-2-e-w { background-position: -160px -32px; }\\n.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }\\n.ui-icon-arrowstop-1-n { background-position: -192px -32px; }\\n.ui-icon-arrowstop-1-e { background-position: -208px -32px; }\\n.ui-icon-arrowstop-1-s { background-position: -224px -32px; }\\n.ui-icon-arrowstop-1-w { background-position: -240px -32px; }\\n.ui-icon-arrowthick-1-n { background-position: 1px -48px; }\\n.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }\\n.ui-icon-arrowthick-1-e { background-position: -32px -48px; }\\n.ui-icon-arrowthick-1-se { background-position: -48px -48px; }\\n.ui-icon-arrowthick-1-s { background-position: -64px -48px; }\\n.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }\\n.ui-icon-arrowthick-1-w { background-position: -96px -48px; }\\n.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }\\n.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }\\n.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }\\n.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }\\n.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }\\n.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }\\n.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }\\n.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }\\n.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }\\n.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }\\n.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }\\n.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }\\n.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }\\n.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }\\n.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }\\n.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }\\n.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }\\n.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }\\n.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }\\n.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }\\n.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }\\n.ui-icon-arrow-4 { background-position: 0 -80px; }\\n.ui-icon-arrow-4-diag { background-position: -16px -80px; }\\n.ui-icon-extlink { background-position: -32px -80px; }\\n.ui-icon-newwin { background-position: -48px -80px; }\\n.ui-icon-refresh { background-position: -64px -80px; }\\n.ui-icon-shuffle { background-position: -80px -80px; }\\n.ui-icon-transfer-e-w { background-position: -96px -80px; }\\n.ui-icon-transferthick-e-w { background-position: -112px -80px; }\\n.ui-icon-folder-collapsed { background-position: 0 -96px; }\\n.ui-icon-folder-open { background-position: -16px -96px; }\\n.ui-icon-document { background-position: -32px -96px; }\\n.ui-icon-document-b { background-position: -48px -96px; }\\n.ui-icon-note { background-position: -64px -96px; }\\n.ui-icon-mail-closed { background-position: -80px -96px; }\\n.ui-icon-mail-open { background-position: -96px -96px; }\\n.ui-icon-suitcase { background-position: -112px -96px; }\\n.ui-icon-comment { background-position: -128px -96px; }\\n.ui-icon-person { background-position: -144px -96px; }\\n.ui-icon-print { background-position: -160px -96px; }\\n.ui-icon-trash { background-position: -176px -96px; }\\n.ui-icon-locked { background-position: -192px -96px; }\\n.ui-icon-unlocked { background-position: -208px -96px; }\\n.ui-icon-bookmark { background-position: -224px -96px; }\\n.ui-icon-tag { background-position: -240px -96px; }\\n.ui-icon-home { background-position: 0 -112px; }\\n.ui-icon-flag { background-position: -16px -112px; }\\n.ui-icon-calendar { background-position: -32px -112px; }\\n.ui-icon-cart { background-position: -48px -112px; }\\n.ui-icon-pencil { background-position: -64px -112px; }\\n.ui-icon-clock { background-position: -80px -112px; }\\n.ui-icon-disk { background-position: -96px -112px; }\\n.ui-icon-calculator { background-position: -112px -112px; }\\n.ui-icon-zoomin { background-position: -128px -112px; }\\n.ui-icon-zoomout { background-position: -144px -112px; }\\n.ui-icon-search { background-position: -160px -112px; }\\n.ui-icon-wrench { background-position: -176px -112px; }\\n.ui-icon-gear { background-position: -192px -112px; }\\n.ui-icon-heart { background-position: -208px -112px; }\\n.ui-icon-star { background-position: -224px -112px; }\\n.ui-icon-link { background-position: -240px -112px; }\\n.ui-icon-cancel { background-position: 0 -128px; }\\n.ui-icon-plus { background-position: -16px -128px; }\\n.ui-icon-plusthick { background-position: -32px -128px; }\\n.ui-icon-minus { background-position: -48px -128px; }\\n.ui-icon-minusthick { background-position: -64px -128px; }\\n.ui-icon-close { background-position: -80px -128px; }\\n.ui-icon-closethick { background-position: -96px -128px; }\\n.ui-icon-key { background-position: -112px -128px; }\\n.ui-icon-lightbulb { background-position: -128px -128px; }\\n.ui-icon-scissors { background-position: -144px -128px; }\\n.ui-icon-clipboard { background-position: -160px -128px; }\\n.ui-icon-copy { background-position: -176px -128px; }\\n.ui-icon-contact { background-position: -192px -128px; }\\n.ui-icon-image { background-position: -208px -128px; }\\n.ui-icon-video { background-position: -224px -128px; }\\n.ui-icon-script { background-position: -240px -128px; }\\n.ui-icon-alert { background-position: 0 -144px; }\\n.ui-icon-info { background-position: -16px -144px; }\\n.ui-icon-notice { background-position: -32px -144px; }\\n.ui-icon-help { background-position: -48px -144px; }\\n.ui-icon-check { background-position: -64px -144px; }\\n.ui-icon-bullet { background-position: -80px -144px; }\\n.ui-icon-radio-on { background-position: -96px -144px; }\\n.ui-icon-radio-off { background-position: -112px -144px; }\\n.ui-icon-pin-w { background-position: -128px -144px; }\\n.ui-icon-pin-s { background-position: -144px -144px; }\\n.ui-icon-play { background-position: 0 -160px; }\\n.ui-icon-pause { background-position: -16px -160px; }\\n.ui-icon-seek-next { background-position: -32px -160px; }\\n.ui-icon-seek-prev { background-position: -48px -160px; }\\n.ui-icon-seek-end { background-position: -64px -160px; }\\n.ui-icon-seek-start { background-position: -80px -160px; }\\n/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */\\n.ui-icon-seek-first { background-position: -80px -160px; }\\n.ui-icon-stop { background-position: -96px -160px; }\\n.ui-icon-eject { background-position: -112px -160px; }\\n.ui-icon-volume-off { background-position: -128px -160px; }\\n.ui-icon-volume-on { background-position: -144px -160px; }\\n.ui-icon-power { background-position: 0 -176px; }\\n.ui-icon-signal-diag { background-position: -16px -176px; }\\n.ui-icon-signal { background-position: -32px -176px; }\\n.ui-icon-battery-0 { background-position: -48px -176px; }\\n.ui-icon-battery-1 { background-position: -64px -176px; }\\n.ui-icon-battery-2 { background-position: -80px -176px; }\\n.ui-icon-battery-3 { background-position: -96px -176px; }\\n.ui-icon-circle-plus { background-position: 0 -192px; }\\n.ui-icon-circle-minus { background-position: -16px -192px; }\\n.ui-icon-circle-close { background-position: -32px -192px; }\\n.ui-icon-circle-triangle-e { background-position: -48px -192px; }\\n.ui-icon-circle-triangle-s { background-position: -64px -192px; }\\n.ui-icon-circle-triangle-w { background-position: -80px -192px; }\\n.ui-icon-circle-triangle-n { background-position: -96px -192px; }\\n.ui-icon-circle-arrow-e { background-position: -112px -192px; }\\n.ui-icon-circle-arrow-s { background-position: -128px -192px; }\\n.ui-icon-circle-arrow-w { background-position: -144px -192px; }\\n.ui-icon-circle-arrow-n { background-position: -160px -192px; }\\n.ui-icon-circle-zoomin { background-position: -176px -192px; }\\n.ui-icon-circle-zoomout { background-position: -192px -192px; }\\n.ui-icon-circle-check { background-position: -208px -192px; }\\n.ui-icon-circlesmall-plus { background-position: 0 -208px; }\\n.ui-icon-circlesmall-minus { background-position: -16px -208px; }\\n.ui-icon-circlesmall-close { background-position: -32px -208px; }\\n.ui-icon-squaresmall-plus { background-position: -48px -208px; }\\n.ui-icon-squaresmall-minus { background-position: -64px -208px; }\\n.ui-icon-squaresmall-close { background-position: -80px -208px; }\\n.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }\\n.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }\\n.ui-icon-grip-solid-vertical { background-position: -32px -224px; }\\n.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }\\n.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }\\n.ui-icon-grip-diagonal-se { background-position: -80px -224px; }\\n\\n\\n/* Misc visuals\\n----------------------------------*/\\n\\n/* Corner radius */\\n.ui-corner-all,\\n.ui-corner-top,\\n.ui-corner-left,\\n.ui-corner-tl {\\n\\tborder-top-left-radius: 3px;\\n}\\n.ui-corner-all,\\n.ui-corner-top,\\n.ui-corner-right,\\n.ui-corner-tr {\\n\\tborder-top-right-radius: 3px;\\n}\\n.ui-corner-all,\\n.ui-corner-bottom,\\n.ui-corner-left,\\n.ui-corner-bl {\\n\\tborder-bottom-left-radius: 3px;\\n}\\n.ui-corner-all,\\n.ui-corner-bottom,\\n.ui-corner-right,\\n.ui-corner-br {\\n\\tborder-bottom-right-radius: 3px;\\n}\\n\\n/* Overlays */\\n.ui-widget-overlay {\\n\\tbackground: #aaaaaa;\\n\\topacity: .003;\\n\\tfilter: Alpha(Opacity=.3); /* support: IE8 */\\n}\\n.ui-widget-shadow {\\n\\t-webkit-box-shadow: 0px 0px 5px #666666;\\n\\tbox-shadow: 0px 0px 5px #666666;\\n}\\n\"],\"sourceRoot\":\"\"}]);\n// Exports\nexport default ___CSS_LOADER_EXPORT___;\n","// Imports\nimport ___CSS_LOADER_API_SOURCEMAP_IMPORT___ from \"../css-loader/dist/runtime/cssWithMappingToString.js\";\nimport ___CSS_LOADER_API_IMPORT___ from \"../css-loader/dist/runtime/api.js\";\nimport ___CSS_LOADER_GET_URL_IMPORT___ from \"../css-loader/dist/runtime/getUrl.js\";\nimport ___CSS_LOADER_URL_IMPORT_0___ from \"./images/ui-icons_444444_256x240.png\";\nimport ___CSS_LOADER_URL_IMPORT_1___ from \"./images/ui-icons_555555_256x240.png\";\nimport ___CSS_LOADER_URL_IMPORT_2___ from \"./images/ui-icons_ffffff_256x240.png\";\nimport ___CSS_LOADER_URL_IMPORT_3___ from \"./images/ui-icons_777620_256x240.png\";\nimport ___CSS_LOADER_URL_IMPORT_4___ from \"./images/ui-icons_cc0000_256x240.png\";\nimport ___CSS_LOADER_URL_IMPORT_5___ from \"./images/ui-icons_777777_256x240.png\";\nvar ___CSS_LOADER_EXPORT___ = ___CSS_LOADER_API_IMPORT___(___CSS_LOADER_API_SOURCEMAP_IMPORT___);\nvar ___CSS_LOADER_URL_REPLACEMENT_0___ = ___CSS_LOADER_GET_URL_IMPORT___(___CSS_LOADER_URL_IMPORT_0___);\nvar ___CSS_LOADER_URL_REPLACEMENT_1___ = ___CSS_LOADER_GET_URL_IMPORT___(___CSS_LOADER_URL_IMPORT_1___);\nvar ___CSS_LOADER_URL_REPLACEMENT_2___ = ___CSS_LOADER_GET_URL_IMPORT___(___CSS_LOADER_URL_IMPORT_2___);\nvar ___CSS_LOADER_URL_REPLACEMENT_3___ = ___CSS_LOADER_GET_URL_IMPORT___(___CSS_LOADER_URL_IMPORT_3___);\nvar ___CSS_LOADER_URL_REPLACEMENT_4___ = ___CSS_LOADER_GET_URL_IMPORT___(___CSS_LOADER_URL_IMPORT_4___);\nvar ___CSS_LOADER_URL_REPLACEMENT_5___ = ___CSS_LOADER_GET_URL_IMPORT___(___CSS_LOADER_URL_IMPORT_5___);\n// Module\n___CSS_LOADER_EXPORT___.push([module.id, \"/*!\\n * jQuery UI CSS Framework 1.12.1\\n * http://jqueryui.com\\n *\\n * Copyright jQuery Foundation and other contributors\\n * Released under the MIT license.\\n * http://jquery.org/license\\n *\\n * http://api.jqueryui.com/category/theming/\\n *\\n * To view and modify this theme, visit http://jqueryui.com/themeroller/?bgShadowXPos=&bgOverlayXPos=&bgErrorXPos=&bgHighlightXPos=&bgContentXPos=&bgHeaderXPos=&bgActiveXPos=&bgHoverXPos=&bgDefaultXPos=&bgShadowYPos=&bgOverlayYPos=&bgErrorYPos=&bgHighlightYPos=&bgContentYPos=&bgHeaderYPos=&bgActiveYPos=&bgHoverYPos=&bgDefaultYPos=&bgShadowRepeat=&bgOverlayRepeat=&bgErrorRepeat=&bgHighlightRepeat=&bgContentRepeat=&bgHeaderRepeat=&bgActiveRepeat=&bgHoverRepeat=&bgDefaultRepeat=&iconsHover=url(%22images%2Fui-icons_555555_256x240.png%22)&iconsHighlight=url(%22images%2Fui-icons_777620_256x240.png%22)&iconsHeader=url(%22images%2Fui-icons_444444_256x240.png%22)&iconsError=url(%22images%2Fui-icons_cc0000_256x240.png%22)&iconsDefault=url(%22images%2Fui-icons_777777_256x240.png%22)&iconsContent=url(%22images%2Fui-icons_444444_256x240.png%22)&iconsActive=url(%22images%2Fui-icons_ffffff_256x240.png%22)&bgImgUrlShadow=&bgImgUrlOverlay=&bgImgUrlHover=&bgImgUrlHighlight=&bgImgUrlHeader=&bgImgUrlError=&bgImgUrlDefault=&bgImgUrlContent=&bgImgUrlActive=&opacityFilterShadow=Alpha(Opacity%3D30)&opacityFilterOverlay=Alpha(Opacity%3D30)&opacityShadowPerc=30&opacityOverlayPerc=30&iconColorHover=%23555555&iconColorHighlight=%23777620&iconColorHeader=%23444444&iconColorError=%23cc0000&iconColorDefault=%23777777&iconColorContent=%23444444&iconColorActive=%23ffffff&bgImgOpacityShadow=0&bgImgOpacityOverlay=0&bgImgOpacityError=95&bgImgOpacityHighlight=55&bgImgOpacityContent=75&bgImgOpacityHeader=75&bgImgOpacityActive=65&bgImgOpacityHover=75&bgImgOpacityDefault=75&bgTextureShadow=flat&bgTextureOverlay=flat&bgTextureError=flat&bgTextureHighlight=flat&bgTextureContent=flat&bgTextureHeader=flat&bgTextureActive=flat&bgTextureHover=flat&bgTextureDefault=flat&cornerRadius=3px&fwDefault=normal&ffDefault=Arial%2CHelvetica%2Csans-serif&fsDefault=1em&cornerRadiusShadow=8px&thicknessShadow=5px&offsetLeftShadow=0px&offsetTopShadow=0px&opacityShadow=.3&bgColorShadow=%23666666&opacityOverlay=.3&bgColorOverlay=%23aaaaaa&fcError=%235f3f3f&borderColorError=%23f1a899&bgColorError=%23fddfdf&fcHighlight=%23777620&borderColorHighlight=%23dad55e&bgColorHighlight=%23fffa90&fcContent=%23333333&borderColorContent=%23dddddd&bgColorContent=%23ffffff&fcHeader=%23333333&borderColorHeader=%23dddddd&bgColorHeader=%23e9e9e9&fcActive=%23ffffff&borderColorActive=%23003eff&bgColorActive=%23007fff&fcHover=%232b2b2b&borderColorHover=%23cccccc&bgColorHover=%23ededed&fcDefault=%23454545&borderColorDefault=%23c5c5c5&bgColorDefault=%23f6f6f6\\n */\\n\\n\\n/* Component containers\\n----------------------------------*/\\n.ui-widget {\\n\\tfont-family: Arial,Helvetica,sans-serif;\\n\\tfont-size: 1em;\\n}\\n.ui-widget .ui-widget {\\n\\tfont-size: 1em;\\n}\\n.ui-widget input,\\n.ui-widget select,\\n.ui-widget textarea,\\n.ui-widget button {\\n\\tfont-family: Arial,Helvetica,sans-serif;\\n\\tfont-size: 1em;\\n}\\n.ui-widget.ui-widget-content {\\n\\tborder: 1px solid #c5c5c5;\\n}\\n.ui-widget-content {\\n\\tborder: 1px solid #dddddd;\\n\\tbackground: #ffffff;\\n\\tcolor: #333333;\\n}\\n.ui-widget-content a {\\n\\tcolor: #333333;\\n}\\n.ui-widget-header {\\n\\tborder: 1px solid #dddddd;\\n\\tbackground: #e9e9e9;\\n\\tcolor: #333333;\\n\\tfont-weight: bold;\\n}\\n.ui-widget-header a {\\n\\tcolor: #333333;\\n}\\n\\n/* Interaction states\\n----------------------------------*/\\n.ui-state-default,\\n.ui-widget-content .ui-state-default,\\n.ui-widget-header .ui-state-default,\\n.ui-button,\\n\\n/* We use html here because we need a greater specificity to make sure disabled\\nworks properly when clicked or hovered */\\nhtml .ui-button.ui-state-disabled:hover,\\nhtml .ui-button.ui-state-disabled:active {\\n\\tborder: 1px solid #c5c5c5;\\n\\tbackground: #f6f6f6;\\n\\tfont-weight: normal;\\n\\tcolor: #454545;\\n}\\n.ui-state-default a,\\n.ui-state-default a:link,\\n.ui-state-default a:visited,\\na.ui-button,\\na:link.ui-button,\\na:visited.ui-button,\\n.ui-button {\\n\\tcolor: #454545;\\n\\ttext-decoration: none;\\n}\\n.ui-state-hover,\\n.ui-widget-content .ui-state-hover,\\n.ui-widget-header .ui-state-hover,\\n.ui-state-focus,\\n.ui-widget-content .ui-state-focus,\\n.ui-widget-header .ui-state-focus,\\n.ui-button:hover,\\n.ui-button:focus {\\n\\tborder: 1px solid #cccccc;\\n\\tbackground: #ededed;\\n\\tfont-weight: normal;\\n\\tcolor: #2b2b2b;\\n}\\n.ui-state-hover a,\\n.ui-state-hover a:hover,\\n.ui-state-hover a:link,\\n.ui-state-hover a:visited,\\n.ui-state-focus a,\\n.ui-state-focus a:hover,\\n.ui-state-focus a:link,\\n.ui-state-focus a:visited,\\na.ui-button:hover,\\na.ui-button:focus {\\n\\tcolor: #2b2b2b;\\n\\ttext-decoration: none;\\n}\\n\\n.ui-visual-focus {\\n\\tbox-shadow: 0 0 3px 1px rgb(94, 158, 214);\\n}\\n.ui-state-active,\\n.ui-widget-content .ui-state-active,\\n.ui-widget-header .ui-state-active,\\na.ui-button:active,\\n.ui-button:active,\\n.ui-button.ui-state-active:hover {\\n\\tborder: 1px solid #003eff;\\n\\tbackground: #007fff;\\n\\tfont-weight: normal;\\n\\tcolor: #ffffff;\\n}\\n.ui-icon-background,\\n.ui-state-active .ui-icon-background {\\n\\tborder: #003eff;\\n\\tbackground-color: #ffffff;\\n}\\n.ui-state-active a,\\n.ui-state-active a:link,\\n.ui-state-active a:visited {\\n\\tcolor: #ffffff;\\n\\ttext-decoration: none;\\n}\\n\\n/* Interaction Cues\\n----------------------------------*/\\n.ui-state-highlight,\\n.ui-widget-content .ui-state-highlight,\\n.ui-widget-header .ui-state-highlight {\\n\\tborder: 1px solid #dad55e;\\n\\tbackground: #fffa90;\\n\\tcolor: #777620;\\n}\\n.ui-state-checked {\\n\\tborder: 1px solid #dad55e;\\n\\tbackground: #fffa90;\\n}\\n.ui-state-highlight a,\\n.ui-widget-content .ui-state-highlight a,\\n.ui-widget-header .ui-state-highlight a {\\n\\tcolor: #777620;\\n}\\n.ui-state-error,\\n.ui-widget-content .ui-state-error,\\n.ui-widget-header .ui-state-error {\\n\\tborder: 1px solid #f1a899;\\n\\tbackground: #fddfdf;\\n\\tcolor: #5f3f3f;\\n}\\n.ui-state-error a,\\n.ui-widget-content .ui-state-error a,\\n.ui-widget-header .ui-state-error a {\\n\\tcolor: #5f3f3f;\\n}\\n.ui-state-error-text,\\n.ui-widget-content .ui-state-error-text,\\n.ui-widget-header .ui-state-error-text {\\n\\tcolor: #5f3f3f;\\n}\\n.ui-priority-primary,\\n.ui-widget-content .ui-priority-primary,\\n.ui-widget-header .ui-priority-primary {\\n\\tfont-weight: bold;\\n}\\n.ui-priority-secondary,\\n.ui-widget-content .ui-priority-secondary,\\n.ui-widget-header .ui-priority-secondary {\\n\\topacity: .7;\\n\\tfilter:Alpha(Opacity=70); /* support: IE8 */\\n\\tfont-weight: normal;\\n}\\n.ui-state-disabled,\\n.ui-widget-content .ui-state-disabled,\\n.ui-widget-header .ui-state-disabled {\\n\\topacity: .35;\\n\\tfilter:Alpha(Opacity=35); /* support: IE8 */\\n\\tbackground-image: none;\\n}\\n.ui-state-disabled .ui-icon {\\n\\tfilter:Alpha(Opacity=35); /* support: IE8 - See #6059 */\\n}\\n\\n/* Icons\\n----------------------------------*/\\n\\n/* states and images */\\n.ui-icon {\\n\\twidth: 16px;\\n\\theight: 16px;\\n}\\n.ui-icon,\\n.ui-widget-content .ui-icon {\\n\\tbackground-image: url(\" + ___CSS_LOADER_URL_REPLACEMENT_0___ + \");\\n}\\n.ui-widget-header .ui-icon {\\n\\tbackground-image: url(\" + ___CSS_LOADER_URL_REPLACEMENT_0___ + \");\\n}\\n.ui-state-hover .ui-icon,\\n.ui-state-focus .ui-icon,\\n.ui-button:hover .ui-icon,\\n.ui-button:focus .ui-icon {\\n\\tbackground-image: url(\" + ___CSS_LOADER_URL_REPLACEMENT_1___ + \");\\n}\\n.ui-state-active .ui-icon,\\n.ui-button:active .ui-icon {\\n\\tbackground-image: url(\" + ___CSS_LOADER_URL_REPLACEMENT_2___ + \");\\n}\\n.ui-state-highlight .ui-icon,\\n.ui-button .ui-state-highlight.ui-icon {\\n\\tbackground-image: url(\" + ___CSS_LOADER_URL_REPLACEMENT_3___ + \");\\n}\\n.ui-state-error .ui-icon,\\n.ui-state-error-text .ui-icon {\\n\\tbackground-image: url(\" + ___CSS_LOADER_URL_REPLACEMENT_4___ + \");\\n}\\n.ui-button .ui-icon {\\n\\tbackground-image: url(\" + ___CSS_LOADER_URL_REPLACEMENT_5___ + \");\\n}\\n\\n/* positioning */\\n.ui-icon-blank { background-position: 16px 16px; }\\n.ui-icon-caret-1-n { background-position: 0 0; }\\n.ui-icon-caret-1-ne { background-position: -16px 0; }\\n.ui-icon-caret-1-e { background-position: -32px 0; }\\n.ui-icon-caret-1-se { background-position: -48px 0; }\\n.ui-icon-caret-1-s { background-position: -65px 0; }\\n.ui-icon-caret-1-sw { background-position: -80px 0; }\\n.ui-icon-caret-1-w { background-position: -96px 0; }\\n.ui-icon-caret-1-nw { background-position: -112px 0; }\\n.ui-icon-caret-2-n-s { background-position: -128px 0; }\\n.ui-icon-caret-2-e-w { background-position: -144px 0; }\\n.ui-icon-triangle-1-n { background-position: 0 -16px; }\\n.ui-icon-triangle-1-ne { background-position: -16px -16px; }\\n.ui-icon-triangle-1-e { background-position: -32px -16px; }\\n.ui-icon-triangle-1-se { background-position: -48px -16px; }\\n.ui-icon-triangle-1-s { background-position: -65px -16px; }\\n.ui-icon-triangle-1-sw { background-position: -80px -16px; }\\n.ui-icon-triangle-1-w { background-position: -96px -16px; }\\n.ui-icon-triangle-1-nw { background-position: -112px -16px; }\\n.ui-icon-triangle-2-n-s { background-position: -128px -16px; }\\n.ui-icon-triangle-2-e-w { background-position: -144px -16px; }\\n.ui-icon-arrow-1-n { background-position: 0 -32px; }\\n.ui-icon-arrow-1-ne { background-position: -16px -32px; }\\n.ui-icon-arrow-1-e { background-position: -32px -32px; }\\n.ui-icon-arrow-1-se { background-position: -48px -32px; }\\n.ui-icon-arrow-1-s { background-position: -65px -32px; }\\n.ui-icon-arrow-1-sw { background-position: -80px -32px; }\\n.ui-icon-arrow-1-w { background-position: -96px -32px; }\\n.ui-icon-arrow-1-nw { background-position: -112px -32px; }\\n.ui-icon-arrow-2-n-s { background-position: -128px -32px; }\\n.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }\\n.ui-icon-arrow-2-e-w { background-position: -160px -32px; }\\n.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }\\n.ui-icon-arrowstop-1-n { background-position: -192px -32px; }\\n.ui-icon-arrowstop-1-e { background-position: -208px -32px; }\\n.ui-icon-arrowstop-1-s { background-position: -224px -32px; }\\n.ui-icon-arrowstop-1-w { background-position: -240px -32px; }\\n.ui-icon-arrowthick-1-n { background-position: 1px -48px; }\\n.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }\\n.ui-icon-arrowthick-1-e { background-position: -32px -48px; }\\n.ui-icon-arrowthick-1-se { background-position: -48px -48px; }\\n.ui-icon-arrowthick-1-s { background-position: -64px -48px; }\\n.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }\\n.ui-icon-arrowthick-1-w { background-position: -96px -48px; }\\n.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }\\n.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }\\n.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }\\n.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }\\n.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }\\n.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }\\n.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }\\n.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }\\n.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }\\n.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }\\n.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }\\n.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }\\n.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }\\n.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }\\n.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }\\n.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }\\n.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }\\n.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }\\n.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }\\n.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }\\n.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }\\n.ui-icon-arrow-4 { background-position: 0 -80px; }\\n.ui-icon-arrow-4-diag { background-position: -16px -80px; }\\n.ui-icon-extlink { background-position: -32px -80px; }\\n.ui-icon-newwin { background-position: -48px -80px; }\\n.ui-icon-refresh { background-position: -64px -80px; }\\n.ui-icon-shuffle { background-position: -80px -80px; }\\n.ui-icon-transfer-e-w { background-position: -96px -80px; }\\n.ui-icon-transferthick-e-w { background-position: -112px -80px; }\\n.ui-icon-folder-collapsed { background-position: 0 -96px; }\\n.ui-icon-folder-open { background-position: -16px -96px; }\\n.ui-icon-document { background-position: -32px -96px; }\\n.ui-icon-document-b { background-position: -48px -96px; }\\n.ui-icon-note { background-position: -64px -96px; }\\n.ui-icon-mail-closed { background-position: -80px -96px; }\\n.ui-icon-mail-open { background-position: -96px -96px; }\\n.ui-icon-suitcase { background-position: -112px -96px; }\\n.ui-icon-comment { background-position: -128px -96px; }\\n.ui-icon-person { background-position: -144px -96px; }\\n.ui-icon-print { background-position: -160px -96px; }\\n.ui-icon-trash { background-position: -176px -96px; }\\n.ui-icon-locked { background-position: -192px -96px; }\\n.ui-icon-unlocked { background-position: -208px -96px; }\\n.ui-icon-bookmark { background-position: -224px -96px; }\\n.ui-icon-tag { background-position: -240px -96px; }\\n.ui-icon-home { background-position: 0 -112px; }\\n.ui-icon-flag { background-position: -16px -112px; }\\n.ui-icon-calendar { background-position: -32px -112px; }\\n.ui-icon-cart { background-position: -48px -112px; }\\n.ui-icon-pencil { background-position: -64px -112px; }\\n.ui-icon-clock { background-position: -80px -112px; }\\n.ui-icon-disk { background-position: -96px -112px; }\\n.ui-icon-calculator { background-position: -112px -112px; }\\n.ui-icon-zoomin { background-position: -128px -112px; }\\n.ui-icon-zoomout { background-position: -144px -112px; }\\n.ui-icon-search { background-position: -160px -112px; }\\n.ui-icon-wrench { background-position: -176px -112px; }\\n.ui-icon-gear { background-position: -192px -112px; }\\n.ui-icon-heart { background-position: -208px -112px; }\\n.ui-icon-star { background-position: -224px -112px; }\\n.ui-icon-link { background-position: -240px -112px; }\\n.ui-icon-cancel { background-position: 0 -128px; }\\n.ui-icon-plus { background-position: -16px -128px; }\\n.ui-icon-plusthick { background-position: -32px -128px; }\\n.ui-icon-minus { background-position: -48px -128px; }\\n.ui-icon-minusthick { background-position: -64px -128px; }\\n.ui-icon-close { background-position: -80px -128px; }\\n.ui-icon-closethick { background-position: -96px -128px; }\\n.ui-icon-key { background-position: -112px -128px; }\\n.ui-icon-lightbulb { background-position: -128px -128px; }\\n.ui-icon-scissors { background-position: -144px -128px; }\\n.ui-icon-clipboard { background-position: -160px -128px; }\\n.ui-icon-copy { background-position: -176px -128px; }\\n.ui-icon-contact { background-position: -192px -128px; }\\n.ui-icon-image { background-position: -208px -128px; }\\n.ui-icon-video { background-position: -224px -128px; }\\n.ui-icon-script { background-position: -240px -128px; }\\n.ui-icon-alert { background-position: 0 -144px; }\\n.ui-icon-info { background-position: -16px -144px; }\\n.ui-icon-notice { background-position: -32px -144px; }\\n.ui-icon-help { background-position: -48px -144px; }\\n.ui-icon-check { background-position: -64px -144px; }\\n.ui-icon-bullet { background-position: -80px -144px; }\\n.ui-icon-radio-on { background-position: -96px -144px; }\\n.ui-icon-radio-off { background-position: -112px -144px; }\\n.ui-icon-pin-w { background-position: -128px -144px; }\\n.ui-icon-pin-s { background-position: -144px -144px; }\\n.ui-icon-play { background-position: 0 -160px; }\\n.ui-icon-pause { background-position: -16px -160px; }\\n.ui-icon-seek-next { background-position: -32px -160px; }\\n.ui-icon-seek-prev { background-position: -48px -160px; }\\n.ui-icon-seek-end { background-position: -64px -160px; }\\n.ui-icon-seek-start { background-position: -80px -160px; }\\n/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */\\n.ui-icon-seek-first { background-position: -80px -160px; }\\n.ui-icon-stop { background-position: -96px -160px; }\\n.ui-icon-eject { background-position: -112px -160px; }\\n.ui-icon-volume-off { background-position: -128px -160px; }\\n.ui-icon-volume-on { background-position: -144px -160px; }\\n.ui-icon-power { background-position: 0 -176px; }\\n.ui-icon-signal-diag { background-position: -16px -176px; }\\n.ui-icon-signal { background-position: -32px -176px; }\\n.ui-icon-battery-0 { background-position: -48px -176px; }\\n.ui-icon-battery-1 { background-position: -64px -176px; }\\n.ui-icon-battery-2 { background-position: -80px -176px; }\\n.ui-icon-battery-3 { background-position: -96px -176px; }\\n.ui-icon-circle-plus { background-position: 0 -192px; }\\n.ui-icon-circle-minus { background-position: -16px -192px; }\\n.ui-icon-circle-close { background-position: -32px -192px; }\\n.ui-icon-circle-triangle-e { background-position: -48px -192px; }\\n.ui-icon-circle-triangle-s { background-position: -64px -192px; }\\n.ui-icon-circle-triangle-w { background-position: -80px -192px; }\\n.ui-icon-circle-triangle-n { background-position: -96px -192px; }\\n.ui-icon-circle-arrow-e { background-position: -112px -192px; }\\n.ui-icon-circle-arrow-s { background-position: -128px -192px; }\\n.ui-icon-circle-arrow-w { background-position: -144px -192px; }\\n.ui-icon-circle-arrow-n { background-position: -160px -192px; }\\n.ui-icon-circle-zoomin { background-position: -176px -192px; }\\n.ui-icon-circle-zoomout { background-position: -192px -192px; }\\n.ui-icon-circle-check { background-position: -208px -192px; }\\n.ui-icon-circlesmall-plus { background-position: 0 -208px; }\\n.ui-icon-circlesmall-minus { background-position: -16px -208px; }\\n.ui-icon-circlesmall-close { background-position: -32px -208px; }\\n.ui-icon-squaresmall-plus { background-position: -48px -208px; }\\n.ui-icon-squaresmall-minus { background-position: -64px -208px; }\\n.ui-icon-squaresmall-close { background-position: -80px -208px; }\\n.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }\\n.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }\\n.ui-icon-grip-solid-vertical { background-position: -32px -224px; }\\n.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }\\n.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }\\n.ui-icon-grip-diagonal-se { background-position: -80px -224px; }\\n\\n\\n/* Misc visuals\\n----------------------------------*/\\n\\n/* Corner radius */\\n.ui-corner-all,\\n.ui-corner-top,\\n.ui-corner-left,\\n.ui-corner-tl {\\n\\tborder-top-left-radius: 3px;\\n}\\n.ui-corner-all,\\n.ui-corner-top,\\n.ui-corner-right,\\n.ui-corner-tr {\\n\\tborder-top-right-radius: 3px;\\n}\\n.ui-corner-all,\\n.ui-corner-bottom,\\n.ui-corner-left,\\n.ui-corner-bl {\\n\\tborder-bottom-left-radius: 3px;\\n}\\n.ui-corner-all,\\n.ui-corner-bottom,\\n.ui-corner-right,\\n.ui-corner-br {\\n\\tborder-bottom-right-radius: 3px;\\n}\\n\\n/* Overlays */\\n.ui-widget-overlay {\\n\\tbackground: #aaaaaa;\\n\\topacity: .003;\\n\\tfilter: Alpha(Opacity=.3); /* support: IE8 */\\n}\\n.ui-widget-shadow {\\n\\t-webkit-box-shadow: 0px 0px 5px #666666;\\n\\tbox-shadow: 0px 0px 5px #666666;\\n}\\n\", \"\",{\"version\":3,\"sources\":[\"webpack://./node_modules/jquery-ui-dist/jquery-ui.theme.css\"],\"names\":[],\"mappings\":\"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\",\"sourcesContent\":[\"/*!\\n * jQuery UI CSS Framework 1.12.1\\n * http://jqueryui.com\\n *\\n * Copyright jQuery Foundation and other contributors\\n * Released under the MIT license.\\n * http://jquery.org/license\\n *\\n * http://api.jqueryui.com/category/theming/\\n *\\n * To view and modify this theme, visit http://jqueryui.com/themeroller/?bgShadowXPos=&bgOverlayXPos=&bgErrorXPos=&bgHighlightXPos=&bgContentXPos=&bgHeaderXPos=&bgActiveXPos=&bgHoverXPos=&bgDefaultXPos=&bgShadowYPos=&bgOverlayYPos=&bgErrorYPos=&bgHighlightYPos=&bgContentYPos=&bgHeaderYPos=&bgActiveYPos=&bgHoverYPos=&bgDefaultYPos=&bgShadowRepeat=&bgOverlayRepeat=&bgErrorRepeat=&bgHighlightRepeat=&bgContentRepeat=&bgHeaderRepeat=&bgActiveRepeat=&bgHoverRepeat=&bgDefaultRepeat=&iconsHover=url(%22images%2Fui-icons_555555_256x240.png%22)&iconsHighlight=url(%22images%2Fui-icons_777620_256x240.png%22)&iconsHeader=url(%22images%2Fui-icons_444444_256x240.png%22)&iconsError=url(%22images%2Fui-icons_cc0000_256x240.png%22)&iconsDefault=url(%22images%2Fui-icons_777777_256x240.png%22)&iconsContent=url(%22images%2Fui-icons_444444_256x240.png%22)&iconsActive=url(%22images%2Fui-icons_ffffff_256x240.png%22)&bgImgUrlShadow=&bgImgUrlOverlay=&bgImgUrlHover=&bgImgUrlHighlight=&bgImgUrlHeader=&bgImgUrlError=&bgImgUrlDefault=&bgImgUrlContent=&bgImgUrlActive=&opacityFilterShadow=Alpha(Opacity%3D30)&opacityFilterOverlay=Alpha(Opacity%3D30)&opacityShadowPerc=30&opacityOverlayPerc=30&iconColorHover=%23555555&iconColorHighlight=%23777620&iconColorHeader=%23444444&iconColorError=%23cc0000&iconColorDefault=%23777777&iconColorContent=%23444444&iconColorActive=%23ffffff&bgImgOpacityShadow=0&bgImgOpacityOverlay=0&bgImgOpacityError=95&bgImgOpacityHighlight=55&bgImgOpacityContent=75&bgImgOpacityHeader=75&bgImgOpacityActive=65&bgImgOpacityHover=75&bgImgOpacityDefault=75&bgTextureShadow=flat&bgTextureOverlay=flat&bgTextureError=flat&bgTextureHighlight=flat&bgTextureContent=flat&bgTextureHeader=flat&bgTextureActive=flat&bgTextureHover=flat&bgTextureDefault=flat&cornerRadius=3px&fwDefault=normal&ffDefault=Arial%2CHelvetica%2Csans-serif&fsDefault=1em&cornerRadiusShadow=8px&thicknessShadow=5px&offsetLeftShadow=0px&offsetTopShadow=0px&opacityShadow=.3&bgColorShadow=%23666666&opacityOverlay=.3&bgColorOverlay=%23aaaaaa&fcError=%235f3f3f&borderColorError=%23f1a899&bgColorError=%23fddfdf&fcHighlight=%23777620&borderColorHighlight=%23dad55e&bgColorHighlight=%23fffa90&fcContent=%23333333&borderColorContent=%23dddddd&bgColorContent=%23ffffff&fcHeader=%23333333&borderColorHeader=%23dddddd&bgColorHeader=%23e9e9e9&fcActive=%23ffffff&borderColorActive=%23003eff&bgColorActive=%23007fff&fcHover=%232b2b2b&borderColorHover=%23cccccc&bgColorHover=%23ededed&fcDefault=%23454545&borderColorDefault=%23c5c5c5&bgColorDefault=%23f6f6f6\\n */\\n\\n\\n/* Component containers\\n----------------------------------*/\\n.ui-widget {\\n\\tfont-family: Arial,Helvetica,sans-serif;\\n\\tfont-size: 1em;\\n}\\n.ui-widget .ui-widget {\\n\\tfont-size: 1em;\\n}\\n.ui-widget input,\\n.ui-widget select,\\n.ui-widget textarea,\\n.ui-widget button {\\n\\tfont-family: Arial,Helvetica,sans-serif;\\n\\tfont-size: 1em;\\n}\\n.ui-widget.ui-widget-content {\\n\\tborder: 1px solid #c5c5c5;\\n}\\n.ui-widget-content {\\n\\tborder: 1px solid #dddddd;\\n\\tbackground: #ffffff;\\n\\tcolor: #333333;\\n}\\n.ui-widget-content a {\\n\\tcolor: #333333;\\n}\\n.ui-widget-header {\\n\\tborder: 1px solid #dddddd;\\n\\tbackground: #e9e9e9;\\n\\tcolor: #333333;\\n\\tfont-weight: bold;\\n}\\n.ui-widget-header a {\\n\\tcolor: #333333;\\n}\\n\\n/* Interaction states\\n----------------------------------*/\\n.ui-state-default,\\n.ui-widget-content .ui-state-default,\\n.ui-widget-header .ui-state-default,\\n.ui-button,\\n\\n/* We use html here because we need a greater specificity to make sure disabled\\nworks properly when clicked or hovered */\\nhtml .ui-button.ui-state-disabled:hover,\\nhtml .ui-button.ui-state-disabled:active {\\n\\tborder: 1px solid #c5c5c5;\\n\\tbackground: #f6f6f6;\\n\\tfont-weight: normal;\\n\\tcolor: #454545;\\n}\\n.ui-state-default a,\\n.ui-state-default a:link,\\n.ui-state-default a:visited,\\na.ui-button,\\na:link.ui-button,\\na:visited.ui-button,\\n.ui-button {\\n\\tcolor: #454545;\\n\\ttext-decoration: none;\\n}\\n.ui-state-hover,\\n.ui-widget-content .ui-state-hover,\\n.ui-widget-header .ui-state-hover,\\n.ui-state-focus,\\n.ui-widget-content .ui-state-focus,\\n.ui-widget-header .ui-state-focus,\\n.ui-button:hover,\\n.ui-button:focus {\\n\\tborder: 1px solid #cccccc;\\n\\tbackground: #ededed;\\n\\tfont-weight: normal;\\n\\tcolor: #2b2b2b;\\n}\\n.ui-state-hover a,\\n.ui-state-hover a:hover,\\n.ui-state-hover a:link,\\n.ui-state-hover a:visited,\\n.ui-state-focus a,\\n.ui-state-focus a:hover,\\n.ui-state-focus a:link,\\n.ui-state-focus a:visited,\\na.ui-button:hover,\\na.ui-button:focus {\\n\\tcolor: #2b2b2b;\\n\\ttext-decoration: none;\\n}\\n\\n.ui-visual-focus {\\n\\tbox-shadow: 0 0 3px 1px rgb(94, 158, 214);\\n}\\n.ui-state-active,\\n.ui-widget-content .ui-state-active,\\n.ui-widget-header .ui-state-active,\\na.ui-button:active,\\n.ui-button:active,\\n.ui-button.ui-state-active:hover {\\n\\tborder: 1px solid #003eff;\\n\\tbackground: #007fff;\\n\\tfont-weight: normal;\\n\\tcolor: #ffffff;\\n}\\n.ui-icon-background,\\n.ui-state-active .ui-icon-background {\\n\\tborder: #003eff;\\n\\tbackground-color: #ffffff;\\n}\\n.ui-state-active a,\\n.ui-state-active a:link,\\n.ui-state-active a:visited {\\n\\tcolor: #ffffff;\\n\\ttext-decoration: none;\\n}\\n\\n/* Interaction Cues\\n----------------------------------*/\\n.ui-state-highlight,\\n.ui-widget-content .ui-state-highlight,\\n.ui-widget-header .ui-state-highlight {\\n\\tborder: 1px solid #dad55e;\\n\\tbackground: #fffa90;\\n\\tcolor: #777620;\\n}\\n.ui-state-checked {\\n\\tborder: 1px solid #dad55e;\\n\\tbackground: #fffa90;\\n}\\n.ui-state-highlight a,\\n.ui-widget-content .ui-state-highlight a,\\n.ui-widget-header .ui-state-highlight a {\\n\\tcolor: #777620;\\n}\\n.ui-state-error,\\n.ui-widget-content .ui-state-error,\\n.ui-widget-header .ui-state-error {\\n\\tborder: 1px solid #f1a899;\\n\\tbackground: #fddfdf;\\n\\tcolor: #5f3f3f;\\n}\\n.ui-state-error a,\\n.ui-widget-content .ui-state-error a,\\n.ui-widget-header .ui-state-error a {\\n\\tcolor: #5f3f3f;\\n}\\n.ui-state-error-text,\\n.ui-widget-content .ui-state-error-text,\\n.ui-widget-header .ui-state-error-text {\\n\\tcolor: #5f3f3f;\\n}\\n.ui-priority-primary,\\n.ui-widget-content .ui-priority-primary,\\n.ui-widget-header .ui-priority-primary {\\n\\tfont-weight: bold;\\n}\\n.ui-priority-secondary,\\n.ui-widget-content .ui-priority-secondary,\\n.ui-widget-header .ui-priority-secondary {\\n\\topacity: .7;\\n\\tfilter:Alpha(Opacity=70); /* support: IE8 */\\n\\tfont-weight: normal;\\n}\\n.ui-state-disabled,\\n.ui-widget-content .ui-state-disabled,\\n.ui-widget-header .ui-state-disabled {\\n\\topacity: .35;\\n\\tfilter:Alpha(Opacity=35); /* support: IE8 */\\n\\tbackground-image: none;\\n}\\n.ui-state-disabled .ui-icon {\\n\\tfilter:Alpha(Opacity=35); /* support: IE8 - See #6059 */\\n}\\n\\n/* Icons\\n----------------------------------*/\\n\\n/* states and images */\\n.ui-icon {\\n\\twidth: 16px;\\n\\theight: 16px;\\n}\\n.ui-icon,\\n.ui-widget-content .ui-icon {\\n\\tbackground-image: url(\\\"images/ui-icons_444444_256x240.png\\\");\\n}\\n.ui-widget-header .ui-icon {\\n\\tbackground-image: url(\\\"images/ui-icons_444444_256x240.png\\\");\\n}\\n.ui-state-hover .ui-icon,\\n.ui-state-focus .ui-icon,\\n.ui-button:hover .ui-icon,\\n.ui-button:focus .ui-icon {\\n\\tbackground-image: url(\\\"images/ui-icons_555555_256x240.png\\\");\\n}\\n.ui-state-active .ui-icon,\\n.ui-button:active .ui-icon {\\n\\tbackground-image: url(\\\"images/ui-icons_ffffff_256x240.png\\\");\\n}\\n.ui-state-highlight .ui-icon,\\n.ui-button .ui-state-highlight.ui-icon {\\n\\tbackground-image: url(\\\"images/ui-icons_777620_256x240.png\\\");\\n}\\n.ui-state-error .ui-icon,\\n.ui-state-error-text .ui-icon {\\n\\tbackground-image: url(\\\"images/ui-icons_cc0000_256x240.png\\\");\\n}\\n.ui-button .ui-icon {\\n\\tbackground-image: url(\\\"images/ui-icons_777777_256x240.png\\\");\\n}\\n\\n/* positioning */\\n.ui-icon-blank { background-position: 16px 16px; }\\n.ui-icon-caret-1-n { background-position: 0 0; }\\n.ui-icon-caret-1-ne { background-position: -16px 0; }\\n.ui-icon-caret-1-e { background-position: -32px 0; }\\n.ui-icon-caret-1-se { background-position: -48px 0; }\\n.ui-icon-caret-1-s { background-position: -65px 0; }\\n.ui-icon-caret-1-sw { background-position: -80px 0; }\\n.ui-icon-caret-1-w { background-position: -96px 0; }\\n.ui-icon-caret-1-nw { background-position: -112px 0; }\\n.ui-icon-caret-2-n-s { background-position: -128px 0; }\\n.ui-icon-caret-2-e-w { background-position: -144px 0; }\\n.ui-icon-triangle-1-n { background-position: 0 -16px; }\\n.ui-icon-triangle-1-ne { background-position: -16px -16px; }\\n.ui-icon-triangle-1-e { background-position: -32px -16px; }\\n.ui-icon-triangle-1-se { background-position: -48px -16px; }\\n.ui-icon-triangle-1-s { background-position: -65px -16px; }\\n.ui-icon-triangle-1-sw { background-position: -80px -16px; }\\n.ui-icon-triangle-1-w { background-position: -96px -16px; }\\n.ui-icon-triangle-1-nw { background-position: -112px -16px; }\\n.ui-icon-triangle-2-n-s { background-position: -128px -16px; }\\n.ui-icon-triangle-2-e-w { background-position: -144px -16px; }\\n.ui-icon-arrow-1-n { background-position: 0 -32px; }\\n.ui-icon-arrow-1-ne { background-position: -16px -32px; }\\n.ui-icon-arrow-1-e { background-position: -32px -32px; }\\n.ui-icon-arrow-1-se { background-position: -48px -32px; }\\n.ui-icon-arrow-1-s { background-position: -65px -32px; }\\n.ui-icon-arrow-1-sw { background-position: -80px -32px; }\\n.ui-icon-arrow-1-w { background-position: -96px -32px; }\\n.ui-icon-arrow-1-nw { background-position: -112px -32px; }\\n.ui-icon-arrow-2-n-s { background-position: -128px -32px; }\\n.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }\\n.ui-icon-arrow-2-e-w { background-position: -160px -32px; }\\n.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }\\n.ui-icon-arrowstop-1-n { background-position: -192px -32px; }\\n.ui-icon-arrowstop-1-e { background-position: -208px -32px; }\\n.ui-icon-arrowstop-1-s { background-position: -224px -32px; }\\n.ui-icon-arrowstop-1-w { background-position: -240px -32px; }\\n.ui-icon-arrowthick-1-n { background-position: 1px -48px; }\\n.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }\\n.ui-icon-arrowthick-1-e { background-position: -32px -48px; }\\n.ui-icon-arrowthick-1-se { background-position: -48px -48px; }\\n.ui-icon-arrowthick-1-s { background-position: -64px -48px; }\\n.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }\\n.ui-icon-arrowthick-1-w { background-position: -96px -48px; }\\n.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }\\n.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }\\n.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }\\n.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }\\n.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }\\n.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }\\n.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }\\n.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }\\n.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }\\n.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }\\n.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }\\n.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }\\n.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }\\n.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }\\n.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }\\n.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }\\n.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }\\n.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }\\n.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }\\n.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }\\n.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }\\n.ui-icon-arrow-4 { background-position: 0 -80px; }\\n.ui-icon-arrow-4-diag { background-position: -16px -80px; }\\n.ui-icon-extlink { background-position: -32px -80px; }\\n.ui-icon-newwin { background-position: -48px -80px; }\\n.ui-icon-refresh { background-position: -64px -80px; }\\n.ui-icon-shuffle { background-position: -80px -80px; }\\n.ui-icon-transfer-e-w { background-position: -96px -80px; }\\n.ui-icon-transferthick-e-w { background-position: -112px -80px; }\\n.ui-icon-folder-collapsed { background-position: 0 -96px; }\\n.ui-icon-folder-open { background-position: -16px -96px; }\\n.ui-icon-document { background-position: -32px -96px; }\\n.ui-icon-document-b { background-position: -48px -96px; }\\n.ui-icon-note { background-position: -64px -96px; }\\n.ui-icon-mail-closed { background-position: -80px -96px; }\\n.ui-icon-mail-open { background-position: -96px -96px; }\\n.ui-icon-suitcase { background-position: -112px -96px; }\\n.ui-icon-comment { background-position: -128px -96px; }\\n.ui-icon-person { background-position: -144px -96px; }\\n.ui-icon-print { background-position: -160px -96px; }\\n.ui-icon-trash { background-position: -176px -96px; }\\n.ui-icon-locked { background-position: -192px -96px; }\\n.ui-icon-unlocked { background-position: -208px -96px; }\\n.ui-icon-bookmark { background-position: -224px -96px; }\\n.ui-icon-tag { background-position: -240px -96px; }\\n.ui-icon-home { background-position: 0 -112px; }\\n.ui-icon-flag { background-position: -16px -112px; }\\n.ui-icon-calendar { background-position: -32px -112px; }\\n.ui-icon-cart { background-position: -48px -112px; }\\n.ui-icon-pencil { background-position: -64px -112px; }\\n.ui-icon-clock { background-position: -80px -112px; }\\n.ui-icon-disk { background-position: -96px -112px; }\\n.ui-icon-calculator { background-position: -112px -112px; }\\n.ui-icon-zoomin { background-position: -128px -112px; }\\n.ui-icon-zoomout { background-position: -144px -112px; }\\n.ui-icon-search { background-position: -160px -112px; }\\n.ui-icon-wrench { background-position: -176px -112px; }\\n.ui-icon-gear { background-position: -192px -112px; }\\n.ui-icon-heart { background-position: -208px -112px; }\\n.ui-icon-star { background-position: -224px -112px; }\\n.ui-icon-link { background-position: -240px -112px; }\\n.ui-icon-cancel { background-position: 0 -128px; }\\n.ui-icon-plus { background-position: -16px -128px; }\\n.ui-icon-plusthick { background-position: -32px -128px; }\\n.ui-icon-minus { background-position: -48px -128px; }\\n.ui-icon-minusthick { background-position: -64px -128px; }\\n.ui-icon-close { background-position: -80px -128px; }\\n.ui-icon-closethick { background-position: -96px -128px; }\\n.ui-icon-key { background-position: -112px -128px; }\\n.ui-icon-lightbulb { background-position: -128px -128px; }\\n.ui-icon-scissors { background-position: -144px -128px; }\\n.ui-icon-clipboard { background-position: -160px -128px; }\\n.ui-icon-copy { background-position: -176px -128px; }\\n.ui-icon-contact { background-position: -192px -128px; }\\n.ui-icon-image { background-position: -208px -128px; }\\n.ui-icon-video { background-position: -224px -128px; }\\n.ui-icon-script { background-position: -240px -128px; }\\n.ui-icon-alert { background-position: 0 -144px; }\\n.ui-icon-info { background-position: -16px -144px; }\\n.ui-icon-notice { background-position: -32px -144px; }\\n.ui-icon-help { background-position: -48px -144px; }\\n.ui-icon-check { background-position: -64px -144px; }\\n.ui-icon-bullet { background-position: -80px -144px; }\\n.ui-icon-radio-on { background-position: -96px -144px; }\\n.ui-icon-radio-off { background-position: -112px -144px; }\\n.ui-icon-pin-w { background-position: -128px -144px; }\\n.ui-icon-pin-s { background-position: -144px -144px; }\\n.ui-icon-play { background-position: 0 -160px; }\\n.ui-icon-pause { background-position: -16px -160px; }\\n.ui-icon-seek-next { background-position: -32px -160px; }\\n.ui-icon-seek-prev { background-position: -48px -160px; }\\n.ui-icon-seek-end { background-position: -64px -160px; }\\n.ui-icon-seek-start { background-position: -80px -160px; }\\n/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */\\n.ui-icon-seek-first { background-position: -80px -160px; }\\n.ui-icon-stop { background-position: -96px -160px; }\\n.ui-icon-eject { background-position: -112px -160px; }\\n.ui-icon-volume-off { background-position: -128px -160px; }\\n.ui-icon-volume-on { background-position: -144px -160px; }\\n.ui-icon-power { background-position: 0 -176px; }\\n.ui-icon-signal-diag { background-position: -16px -176px; }\\n.ui-icon-signal { background-position: -32px -176px; }\\n.ui-icon-battery-0 { background-position: -48px -176px; }\\n.ui-icon-battery-1 { background-position: -64px -176px; }\\n.ui-icon-battery-2 { background-position: -80px -176px; }\\n.ui-icon-battery-3 { background-position: -96px -176px; }\\n.ui-icon-circle-plus { background-position: 0 -192px; }\\n.ui-icon-circle-minus { background-position: -16px -192px; }\\n.ui-icon-circle-close { background-position: -32px -192px; }\\n.ui-icon-circle-triangle-e { background-position: -48px -192px; }\\n.ui-icon-circle-triangle-s { background-position: -64px -192px; }\\n.ui-icon-circle-triangle-w { background-position: -80px -192px; }\\n.ui-icon-circle-triangle-n { background-position: -96px -192px; }\\n.ui-icon-circle-arrow-e { background-position: -112px -192px; }\\n.ui-icon-circle-arrow-s { background-position: -128px -192px; }\\n.ui-icon-circle-arrow-w { background-position: -144px -192px; }\\n.ui-icon-circle-arrow-n { background-position: -160px -192px; }\\n.ui-icon-circle-zoomin { background-position: -176px -192px; }\\n.ui-icon-circle-zoomout { background-position: -192px -192px; }\\n.ui-icon-circle-check { background-position: -208px -192px; }\\n.ui-icon-circlesmall-plus { background-position: 0 -208px; }\\n.ui-icon-circlesmall-minus { background-position: -16px -208px; }\\n.ui-icon-circlesmall-close { background-position: -32px -208px; }\\n.ui-icon-squaresmall-plus { background-position: -48px -208px; }\\n.ui-icon-squaresmall-minus { background-position: -64px -208px; }\\n.ui-icon-squaresmall-close { background-position: -80px -208px; }\\n.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }\\n.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }\\n.ui-icon-grip-solid-vertical { background-position: -32px -224px; }\\n.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }\\n.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }\\n.ui-icon-grip-diagonal-se { background-position: -80px -224px; }\\n\\n\\n/* Misc visuals\\n----------------------------------*/\\n\\n/* Corner radius */\\n.ui-corner-all,\\n.ui-corner-top,\\n.ui-corner-left,\\n.ui-corner-tl {\\n\\tborder-top-left-radius: 3px;\\n}\\n.ui-corner-all,\\n.ui-corner-top,\\n.ui-corner-right,\\n.ui-corner-tr {\\n\\tborder-top-right-radius: 3px;\\n}\\n.ui-corner-all,\\n.ui-corner-bottom,\\n.ui-corner-left,\\n.ui-corner-bl {\\n\\tborder-bottom-left-radius: 3px;\\n}\\n.ui-corner-all,\\n.ui-corner-bottom,\\n.ui-corner-right,\\n.ui-corner-br {\\n\\tborder-bottom-right-radius: 3px;\\n}\\n\\n/* Overlays */\\n.ui-widget-overlay {\\n\\tbackground: #aaaaaa;\\n\\topacity: .003;\\n\\tfilter: Alpha(Opacity=.3); /* support: IE8 */\\n}\\n.ui-widget-shadow {\\n\\t-webkit-box-shadow: 0px 0px 5px #666666;\\n\\tbox-shadow: 0px 0px 5px #666666;\\n}\\n\"],\"sourceRoot\":\"\"}]);\n// Exports\nexport default ___CSS_LOADER_EXPORT___;\n","// Imports\nimport ___CSS_LOADER_API_SOURCEMAP_IMPORT___ from \"../../css-loader/dist/runtime/cssWithMappingToString.js\";\nimport ___CSS_LOADER_API_IMPORT___ from \"../../css-loader/dist/runtime/api.js\";\nimport ___CSS_LOADER_GET_URL_IMPORT___ from \"../../css-loader/dist/runtime/getUrl.js\";\nimport ___CSS_LOADER_URL_IMPORT_0___ from \"./Jcrop.gif\";\nvar ___CSS_LOADER_EXPORT___ = ___CSS_LOADER_API_IMPORT___(___CSS_LOADER_API_SOURCEMAP_IMPORT___);\nvar ___CSS_LOADER_URL_REPLACEMENT_0___ = ___CSS_LOADER_GET_URL_IMPORT___(___CSS_LOADER_URL_IMPORT_0___);\n// Module\n___CSS_LOADER_EXPORT___.push([module.id, \"/* jquery.Jcrop.css v0.9.12 - MIT License */\\n/*\\n The outer-most container in a typical Jcrop instance\\n If you are having difficulty with formatting related to styles\\n on a parent element, place any fixes here or in a like selector\\n\\n You can also style this element if you want to add a border, etc\\n A better method for styling can be seen below with .jcrop-light\\n (Add a class to the holder and style elements for that extended class)\\n*/\\n.jcrop-holder {\\n direction: ltr;\\n text-align: left;\\n}\\n/* Selection Border */\\n.jcrop-vline,\\n.jcrop-hline {\\n background: #ffffff url(\" + ___CSS_LOADER_URL_REPLACEMENT_0___ + \");\\n font-size: 0;\\n position: absolute;\\n}\\n.jcrop-vline {\\n height: 100%;\\n width: 1px !important;\\n}\\n.jcrop-vline.right {\\n right: 0;\\n}\\n.jcrop-hline {\\n height: 1px !important;\\n width: 100%;\\n}\\n.jcrop-hline.bottom {\\n bottom: 0;\\n}\\n/* Invisible click targets */\\n.jcrop-tracker {\\n height: 100%;\\n width: 100%;\\n /* \\\"turn off\\\" link highlight */\\n -webkit-tap-highlight-color: transparent;\\n /* disable callout, image save panel */\\n -webkit-touch-callout: none;\\n /* disable cut copy paste */\\n -webkit-user-select: none;\\n}\\n/* Selection Handles */\\n.jcrop-handle {\\n background-color: #333333;\\n border: 1px #eeeeee solid;\\n width: 7px;\\n height: 7px;\\n font-size: 1px;\\n}\\n.jcrop-handle.ord-n {\\n left: 50%;\\n margin-left: -4px;\\n margin-top: -4px;\\n top: 0;\\n}\\n.jcrop-handle.ord-s {\\n bottom: 0;\\n left: 50%;\\n margin-bottom: -4px;\\n margin-left: -4px;\\n}\\n.jcrop-handle.ord-e {\\n margin-right: -4px;\\n margin-top: -4px;\\n right: 0;\\n top: 50%;\\n}\\n.jcrop-handle.ord-w {\\n left: 0;\\n margin-left: -4px;\\n margin-top: -4px;\\n top: 50%;\\n}\\n.jcrop-handle.ord-nw {\\n left: 0;\\n margin-left: -4px;\\n margin-top: -4px;\\n top: 0;\\n}\\n.jcrop-handle.ord-ne {\\n margin-right: -4px;\\n margin-top: -4px;\\n right: 0;\\n top: 0;\\n}\\n.jcrop-handle.ord-se {\\n bottom: 0;\\n margin-bottom: -4px;\\n margin-right: -4px;\\n right: 0;\\n}\\n.jcrop-handle.ord-sw {\\n bottom: 0;\\n left: 0;\\n margin-bottom: -4px;\\n margin-left: -4px;\\n}\\n/* Dragbars */\\n.jcrop-dragbar.ord-n,\\n.jcrop-dragbar.ord-s {\\n height: 7px;\\n width: 100%;\\n}\\n.jcrop-dragbar.ord-e,\\n.jcrop-dragbar.ord-w {\\n height: 100%;\\n width: 7px;\\n}\\n.jcrop-dragbar.ord-n {\\n margin-top: -4px;\\n}\\n.jcrop-dragbar.ord-s {\\n bottom: 0;\\n margin-bottom: -4px;\\n}\\n.jcrop-dragbar.ord-e {\\n margin-right: -4px;\\n right: 0;\\n}\\n.jcrop-dragbar.ord-w {\\n margin-left: -4px;\\n}\\n/* The \\\"jcrop-light\\\" class/extension */\\n.jcrop-light .jcrop-vline,\\n.jcrop-light .jcrop-hline {\\n background: #ffffff;\\n filter: alpha(opacity=70) !important;\\n opacity: .70!important;\\n}\\n.jcrop-light .jcrop-handle {\\n -moz-border-radius: 3px;\\n -webkit-border-radius: 3px;\\n background-color: #000000;\\n border-color: #ffffff;\\n border-radius: 3px;\\n}\\n/* The \\\"jcrop-dark\\\" class/extension */\\n.jcrop-dark .jcrop-vline,\\n.jcrop-dark .jcrop-hline {\\n background: #000000;\\n filter: alpha(opacity=70) !important;\\n opacity: 0.7 !important;\\n}\\n.jcrop-dark .jcrop-handle {\\n -moz-border-radius: 3px;\\n -webkit-border-radius: 3px;\\n background-color: #ffffff;\\n border-color: #000000;\\n border-radius: 3px;\\n}\\n/* Simple macro to turn off the antlines */\\n.solid-line .jcrop-vline,\\n.solid-line .jcrop-hline {\\n background: #ffffff;\\n}\\n/* Fix for twitter bootstrap et al. */\\n.jcrop-holder img,\\nimg.jcrop-preview {\\n max-width: none;\\n}\\n\", \"\",{\"version\":3,\"sources\":[\"webpack://./node_modules/jcrop/css/jquery.Jcrop.css\"],\"names\":[],\"mappings\":\"AAAA,2CAA2C;AAC3C;;;;;;;;CAQC;AACD;EACE,cAAc;EACd,gBAAgB;AAClB;AACA,qBAAqB;AACrB;;EAEE,2DAAoC;EACpC,YAAY;EACZ,kBAAkB;AACpB;AACA;EACE,YAAY;EACZ,qBAAqB;AACvB;AACA;EACE,QAAQ;AACV;AACA;EACE,sBAAsB;EACtB,WAAW;AACb;AACA;EACE,SAAS;AACX;AACA,4BAA4B;AAC5B;EACE,YAAY;EACZ,WAAW;EACX,8BAA8B;EAC9B,wCAAwC;EACxC,sCAAsC;EACtC,2BAA2B;EAC3B,2BAA2B;EAC3B,yBAAyB;AAC3B;AACA,sBAAsB;AACtB;EACE,yBAAyB;EACzB,yBAAyB;EACzB,UAAU;EACV,WAAW;EACX,cAAc;AAChB;AACA;EACE,SAAS;EACT,iBAAiB;EACjB,gBAAgB;EAChB,MAAM;AACR;AACA;EACE,SAAS;EACT,SAAS;EACT,mBAAmB;EACnB,iBAAiB;AACnB;AACA;EACE,kBAAkB;EAClB,gBAAgB;EAChB,QAAQ;EACR,QAAQ;AACV;AACA;EACE,OAAO;EACP,iBAAiB;EACjB,gBAAgB;EAChB,QAAQ;AACV;AACA;EACE,OAAO;EACP,iBAAiB;EACjB,gBAAgB;EAChB,MAAM;AACR;AACA;EACE,kBAAkB;EAClB,gBAAgB;EAChB,QAAQ;EACR,MAAM;AACR;AACA;EACE,SAAS;EACT,mBAAmB;EACnB,kBAAkB;EAClB,QAAQ;AACV;AACA;EACE,SAAS;EACT,OAAO;EACP,mBAAmB;EACnB,iBAAiB;AACnB;AACA,aAAa;AACb;;EAEE,WAAW;EACX,WAAW;AACb;AACA;;EAEE,YAAY;EACZ,UAAU;AACZ;AACA;EACE,gBAAgB;AAClB;AACA;EACE,SAAS;EACT,mBAAmB;AACrB;AACA;EACE,kBAAkB;EAClB,QAAQ;AACV;AACA;EACE,iBAAiB;AACnB;AACA,sCAAsC;AACtC;;EAEE,mBAAmB;EACnB,oCAAoC;EACpC,sBAAsB;AACxB;AACA;EACE,uBAAuB;EACvB,0BAA0B;EAC1B,yBAAyB;EACzB,qBAAqB;EACrB,kBAAkB;AACpB;AACA,qCAAqC;AACrC;;EAEE,mBAAmB;EACnB,oCAAoC;EACpC,uBAAuB;AACzB;AACA;EACE,uBAAuB;EACvB,0BAA0B;EAC1B,yBAAyB;EACzB,qBAAqB;EACrB,kBAAkB;AACpB;AACA,0CAA0C;AAC1C;;EAEE,mBAAmB;AACrB;AACA,qCAAqC;AACrC;;EAEE,eAAe;AACjB\",\"sourcesContent\":[\"/* jquery.Jcrop.css v0.9.12 - MIT License */\\n/*\\n The outer-most container in a typical Jcrop instance\\n If you are having difficulty with formatting related to styles\\n on a parent element, place any fixes here or in a like selector\\n\\n You can also style this element if you want to add a border, etc\\n A better method for styling can be seen below with .jcrop-light\\n (Add a class to the holder and style elements for that extended class)\\n*/\\n.jcrop-holder {\\n direction: ltr;\\n text-align: left;\\n}\\n/* Selection Border */\\n.jcrop-vline,\\n.jcrop-hline {\\n background: #ffffff url(\\\"Jcrop.gif\\\");\\n font-size: 0;\\n position: absolute;\\n}\\n.jcrop-vline {\\n height: 100%;\\n width: 1px !important;\\n}\\n.jcrop-vline.right {\\n right: 0;\\n}\\n.jcrop-hline {\\n height: 1px !important;\\n width: 100%;\\n}\\n.jcrop-hline.bottom {\\n bottom: 0;\\n}\\n/* Invisible click targets */\\n.jcrop-tracker {\\n height: 100%;\\n width: 100%;\\n /* \\\"turn off\\\" link highlight */\\n -webkit-tap-highlight-color: transparent;\\n /* disable callout, image save panel */\\n -webkit-touch-callout: none;\\n /* disable cut copy paste */\\n -webkit-user-select: none;\\n}\\n/* Selection Handles */\\n.jcrop-handle {\\n background-color: #333333;\\n border: 1px #eeeeee solid;\\n width: 7px;\\n height: 7px;\\n font-size: 1px;\\n}\\n.jcrop-handle.ord-n {\\n left: 50%;\\n margin-left: -4px;\\n margin-top: -4px;\\n top: 0;\\n}\\n.jcrop-handle.ord-s {\\n bottom: 0;\\n left: 50%;\\n margin-bottom: -4px;\\n margin-left: -4px;\\n}\\n.jcrop-handle.ord-e {\\n margin-right: -4px;\\n margin-top: -4px;\\n right: 0;\\n top: 50%;\\n}\\n.jcrop-handle.ord-w {\\n left: 0;\\n margin-left: -4px;\\n margin-top: -4px;\\n top: 50%;\\n}\\n.jcrop-handle.ord-nw {\\n left: 0;\\n margin-left: -4px;\\n margin-top: -4px;\\n top: 0;\\n}\\n.jcrop-handle.ord-ne {\\n margin-right: -4px;\\n margin-top: -4px;\\n right: 0;\\n top: 0;\\n}\\n.jcrop-handle.ord-se {\\n bottom: 0;\\n margin-bottom: -4px;\\n margin-right: -4px;\\n right: 0;\\n}\\n.jcrop-handle.ord-sw {\\n bottom: 0;\\n left: 0;\\n margin-bottom: -4px;\\n margin-left: -4px;\\n}\\n/* Dragbars */\\n.jcrop-dragbar.ord-n,\\n.jcrop-dragbar.ord-s {\\n height: 7px;\\n width: 100%;\\n}\\n.jcrop-dragbar.ord-e,\\n.jcrop-dragbar.ord-w {\\n height: 100%;\\n width: 7px;\\n}\\n.jcrop-dragbar.ord-n {\\n margin-top: -4px;\\n}\\n.jcrop-dragbar.ord-s {\\n bottom: 0;\\n margin-bottom: -4px;\\n}\\n.jcrop-dragbar.ord-e {\\n margin-right: -4px;\\n right: 0;\\n}\\n.jcrop-dragbar.ord-w {\\n margin-left: -4px;\\n}\\n/* The \\\"jcrop-light\\\" class/extension */\\n.jcrop-light .jcrop-vline,\\n.jcrop-light .jcrop-hline {\\n background: #ffffff;\\n filter: alpha(opacity=70) !important;\\n opacity: .70!important;\\n}\\n.jcrop-light .jcrop-handle {\\n -moz-border-radius: 3px;\\n -webkit-border-radius: 3px;\\n background-color: #000000;\\n border-color: #ffffff;\\n border-radius: 3px;\\n}\\n/* The \\\"jcrop-dark\\\" class/extension */\\n.jcrop-dark .jcrop-vline,\\n.jcrop-dark .jcrop-hline {\\n background: #000000;\\n filter: alpha(opacity=70) !important;\\n opacity: 0.7 !important;\\n}\\n.jcrop-dark .jcrop-handle {\\n -moz-border-radius: 3px;\\n -webkit-border-radius: 3px;\\n background-color: #ffffff;\\n border-color: #000000;\\n border-radius: 3px;\\n}\\n/* Simple macro to turn off the antlines */\\n.solid-line .jcrop-vline,\\n.solid-line .jcrop-hline {\\n background: #ffffff;\\n}\\n/* Fix for twitter bootstrap et al. */\\n.jcrop-holder img,\\nimg.jcrop-preview {\\n max-width: none;\\n}\\n\"],\"sourceRoot\":\"\"}]);\n// Exports\nexport default ___CSS_LOADER_EXPORT___;\n","// Imports\nimport ___CSS_LOADER_API_SOURCEMAP_IMPORT___ from \"../css-loader/dist/runtime/cssWithMappingToString.js\";\nimport ___CSS_LOADER_API_IMPORT___ from \"../css-loader/dist/runtime/api.js\";\nimport ___CSS_LOADER_GET_URL_IMPORT___ from \"../css-loader/dist/runtime/getUrl.js\";\nimport ___CSS_LOADER_URL_IMPORT_0___ from \"./select2.png\";\nimport ___CSS_LOADER_URL_IMPORT_1___ from \"./select2-spinner.gif\";\nimport ___CSS_LOADER_URL_IMPORT_2___ from \"./select2x2.png\";\nvar ___CSS_LOADER_EXPORT___ = ___CSS_LOADER_API_IMPORT___(___CSS_LOADER_API_SOURCEMAP_IMPORT___);\nvar ___CSS_LOADER_URL_REPLACEMENT_0___ = ___CSS_LOADER_GET_URL_IMPORT___(___CSS_LOADER_URL_IMPORT_0___);\nvar ___CSS_LOADER_URL_REPLACEMENT_1___ = ___CSS_LOADER_GET_URL_IMPORT___(___CSS_LOADER_URL_IMPORT_1___);\nvar ___CSS_LOADER_URL_REPLACEMENT_2___ = ___CSS_LOADER_GET_URL_IMPORT___(___CSS_LOADER_URL_IMPORT_2___);\n// Module\n___CSS_LOADER_EXPORT___.push([module.id, \"/*\\nVersion: @@ver@@ Timestamp: @@timestamp@@\\n*/\\n.select2-container {\\n margin: 0;\\n position: relative;\\n display: inline-block;\\n /* inline-block for ie7 */\\n zoom: 1;\\n *display: inline;\\n vertical-align: middle;\\n}\\n\\n.select2-container,\\n.select2-drop,\\n.select2-search,\\n.select2-search input {\\n /*\\n Force border-box so that % widths fit the parent\\n container without overlap because of margin/padding.\\n More Info : http://www.quirksmode.org/css/box.html\\n */\\n -webkit-box-sizing: border-box; /* webkit */\\n -moz-box-sizing: border-box; /* firefox */\\n box-sizing: border-box; /* css3 */\\n}\\n\\n.select2-container .select2-choice {\\n display: block;\\n height: 26px;\\n padding: 0 0 0 8px;\\n overflow: hidden;\\n position: relative;\\n\\n border: 1px solid #aaa;\\n white-space: nowrap;\\n line-height: 26px;\\n color: #444;\\n text-decoration: none;\\n\\n border-radius: 4px;\\n\\n background-clip: padding-box;\\n\\n -webkit-touch-callout: none;\\n -webkit-user-select: none;\\n -moz-user-select: none;\\n -ms-user-select: none;\\n user-select: none;\\n\\n background-color: #fff;\\n background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eee), color-stop(0.5, #fff));\\n background-image: -webkit-linear-gradient(center bottom, #eee 0%, #fff 50%);\\n background-image: -moz-linear-gradient(center bottom, #eee 0%, #fff 50%);\\n filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#eeeeee', GradientType = 0);\\n background-image: linear-gradient(to top, #eee 0%, #fff 50%);\\n}\\n\\nhtml[dir=\\\"rtl\\\"] .select2-container .select2-choice {\\n padding: 0 8px 0 0;\\n}\\n\\n.select2-container.select2-drop-above .select2-choice {\\n border-bottom-color: #aaa;\\n\\n border-radius: 0 0 4px 4px;\\n\\n background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eee), color-stop(0.9, #fff));\\n background-image: -webkit-linear-gradient(center bottom, #eee 0%, #fff 90%);\\n background-image: -moz-linear-gradient(center bottom, #eee 0%, #fff 90%);\\n filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);\\n background-image: linear-gradient(to bottom, #eee 0%, #fff 90%);\\n}\\n\\n.select2-container.select2-allowclear .select2-choice .select2-chosen {\\n margin-right: 42px;\\n}\\n\\n.select2-container .select2-choice > .select2-chosen {\\n margin-right: 26px;\\n display: block;\\n overflow: hidden;\\n\\n white-space: nowrap;\\n\\n text-overflow: ellipsis;\\n float: none;\\n width: auto;\\n}\\n\\nhtml[dir=\\\"rtl\\\"] .select2-container .select2-choice > .select2-chosen {\\n margin-left: 26px;\\n margin-right: 0;\\n}\\n\\n.select2-container .select2-choice abbr {\\n display: none;\\n width: 12px;\\n height: 12px;\\n position: absolute;\\n right: 24px;\\n top: 8px;\\n\\n font-size: 1px;\\n text-decoration: none;\\n\\n border: 0;\\n background: url(\" + ___CSS_LOADER_URL_REPLACEMENT_0___ + \") right top no-repeat;\\n cursor: pointer;\\n outline: 0;\\n}\\n\\n.select2-container.select2-allowclear .select2-choice abbr {\\n display: inline-block;\\n}\\n\\n.select2-container .select2-choice abbr:hover {\\n background-position: right -11px;\\n cursor: pointer;\\n}\\n\\n.select2-drop-mask {\\n border: 0;\\n margin: 0;\\n padding: 0;\\n position: fixed;\\n left: 0;\\n top: 0;\\n min-height: 100%;\\n min-width: 100%;\\n height: auto;\\n width: auto;\\n opacity: 0;\\n z-index: 9998;\\n /* styles required for IE to work */\\n background-color: #fff;\\n filter: alpha(opacity=0);\\n}\\n\\n.select2-drop {\\n width: 100%;\\n margin-top: -1px;\\n position: absolute;\\n z-index: 9999;\\n top: 100%;\\n\\n background: #fff;\\n color: #000;\\n border: 1px solid #aaa;\\n border-top: 0;\\n\\n border-radius: 0 0 4px 4px;\\n\\n -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, .15);\\n box-shadow: 0 4px 5px rgba(0, 0, 0, .15);\\n}\\n\\n.select2-drop.select2-drop-above {\\n margin-top: 1px;\\n border-top: 1px solid #aaa;\\n border-bottom: 0;\\n\\n border-radius: 4px 4px 0 0;\\n\\n -webkit-box-shadow: 0 -4px 5px rgba(0, 0, 0, .15);\\n box-shadow: 0 -4px 5px rgba(0, 0, 0, .15);\\n}\\n\\n.select2-drop-active {\\n border: 1px solid #5897fb;\\n border-top: none;\\n}\\n\\n.select2-drop.select2-drop-above.select2-drop-active {\\n border-top: 1px solid #5897fb;\\n}\\n\\n.select2-drop-auto-width {\\n border-top: 1px solid #aaa;\\n width: auto;\\n}\\n\\n.select2-drop-auto-width .select2-search {\\n padding-top: 4px;\\n}\\n\\n.select2-container .select2-choice .select2-arrow {\\n display: inline-block;\\n width: 18px;\\n height: 100%;\\n position: absolute;\\n right: 0;\\n top: 0;\\n\\n border-left: 1px solid #aaa;\\n border-radius: 0 4px 4px 0;\\n\\n background-clip: padding-box;\\n\\n background: #ccc;\\n background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ccc), color-stop(0.6, #eee));\\n background-image: -webkit-linear-gradient(center bottom, #ccc 0%, #eee 60%);\\n background-image: -moz-linear-gradient(center bottom, #ccc 0%, #eee 60%);\\n filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#eeeeee', endColorstr = '#cccccc', GradientType = 0);\\n background-image: linear-gradient(to top, #ccc 0%, #eee 60%);\\n}\\n\\nhtml[dir=\\\"rtl\\\"] .select2-container .select2-choice .select2-arrow {\\n left: 0;\\n right: auto;\\n\\n border-left: none;\\n border-right: 1px solid #aaa;\\n border-radius: 4px 0 0 4px;\\n}\\n\\n.select2-container .select2-choice .select2-arrow b {\\n display: block;\\n width: 100%;\\n height: 100%;\\n background: url(\" + ___CSS_LOADER_URL_REPLACEMENT_0___ + \") no-repeat 0 1px;\\n}\\n\\nhtml[dir=\\\"rtl\\\"] .select2-container .select2-choice .select2-arrow b {\\n background-position: 2px 1px;\\n}\\n\\n.select2-search {\\n display: inline-block;\\n width: 100%;\\n min-height: 26px;\\n margin: 0;\\n padding-left: 4px;\\n padding-right: 4px;\\n\\n position: relative;\\n z-index: 10000;\\n\\n white-space: nowrap;\\n}\\n\\n.select2-search input {\\n width: 100%;\\n height: auto !important;\\n min-height: 26px;\\n padding: 4px 20px 4px 5px;\\n margin: 0;\\n\\n outline: 0;\\n font-family: sans-serif;\\n font-size: 1em;\\n\\n border: 1px solid #aaa;\\n border-radius: 0;\\n\\n -webkit-box-shadow: none;\\n box-shadow: none;\\n\\n background: #fff url(\" + ___CSS_LOADER_URL_REPLACEMENT_0___ + \") no-repeat 100% -22px;\\n background: url(\" + ___CSS_LOADER_URL_REPLACEMENT_0___ + \") no-repeat 100% -22px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));\\n background: url(\" + ___CSS_LOADER_URL_REPLACEMENT_0___ + \") no-repeat 100% -22px, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);\\n background: url(\" + ___CSS_LOADER_URL_REPLACEMENT_0___ + \") no-repeat 100% -22px, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);\\n background: url(\" + ___CSS_LOADER_URL_REPLACEMENT_0___ + \") no-repeat 100% -22px, linear-gradient(to bottom, #fff 85%, #eee 99%) 0 0;\\n}\\n\\nhtml[dir=\\\"rtl\\\"] .select2-search input {\\n padding: 4px 5px 4px 20px;\\n\\n background: #fff url(\" + ___CSS_LOADER_URL_REPLACEMENT_0___ + \") no-repeat -37px -22px;\\n background: url(\" + ___CSS_LOADER_URL_REPLACEMENT_0___ + \") no-repeat -37px -22px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));\\n background: url(\" + ___CSS_LOADER_URL_REPLACEMENT_0___ + \") no-repeat -37px -22px, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);\\n background: url(\" + ___CSS_LOADER_URL_REPLACEMENT_0___ + \") no-repeat -37px -22px, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);\\n background: url(\" + ___CSS_LOADER_URL_REPLACEMENT_0___ + \") no-repeat -37px -22px, linear-gradient(to bottom, #fff 85%, #eee 99%) 0 0;\\n}\\n\\n.select2-drop.select2-drop-above .select2-search input {\\n margin-top: 4px;\\n}\\n\\n.select2-search input.select2-active {\\n background: #fff url(\" + ___CSS_LOADER_URL_REPLACEMENT_1___ + \") no-repeat 100%;\\n background: url(\" + ___CSS_LOADER_URL_REPLACEMENT_1___ + \") no-repeat 100%, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));\\n background: url(\" + ___CSS_LOADER_URL_REPLACEMENT_1___ + \") no-repeat 100%, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);\\n background: url(\" + ___CSS_LOADER_URL_REPLACEMENT_1___ + \") no-repeat 100%, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);\\n background: url(\" + ___CSS_LOADER_URL_REPLACEMENT_1___ + \") no-repeat 100%, linear-gradient(to bottom, #fff 85%, #eee 99%) 0 0;\\n}\\n\\n.select2-container-active .select2-choice,\\n.select2-container-active .select2-choices {\\n border: 1px solid #5897fb;\\n outline: none;\\n\\n -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .3);\\n box-shadow: 0 0 5px rgba(0, 0, 0, .3);\\n}\\n\\n.select2-dropdown-open .select2-choice {\\n border-bottom-color: transparent;\\n -webkit-box-shadow: 0 1px 0 #fff inset;\\n box-shadow: 0 1px 0 #fff inset;\\n\\n border-bottom-left-radius: 0;\\n border-bottom-right-radius: 0;\\n\\n background-color: #eee;\\n background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #fff), color-stop(0.5, #eee));\\n background-image: -webkit-linear-gradient(center bottom, #fff 0%, #eee 50%);\\n background-image: -moz-linear-gradient(center bottom, #fff 0%, #eee 50%);\\n filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);\\n background-image: linear-gradient(to top, #fff 0%, #eee 50%);\\n}\\n\\n.select2-dropdown-open.select2-drop-above .select2-choice,\\n.select2-dropdown-open.select2-drop-above .select2-choices {\\n border: 1px solid #5897fb;\\n border-top-color: transparent;\\n\\n background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(0.5, #eee));\\n background-image: -webkit-linear-gradient(center top, #fff 0%, #eee 50%);\\n background-image: -moz-linear-gradient(center top, #fff 0%, #eee 50%);\\n filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);\\n background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);\\n}\\n\\n.select2-dropdown-open .select2-choice .select2-arrow {\\n background: transparent;\\n border-left: none;\\n filter: none;\\n}\\nhtml[dir=\\\"rtl\\\"] .select2-dropdown-open .select2-choice .select2-arrow {\\n border-right: none;\\n}\\n\\n.select2-dropdown-open .select2-choice .select2-arrow b {\\n background-position: -18px 1px;\\n}\\n\\nhtml[dir=\\\"rtl\\\"] .select2-dropdown-open .select2-choice .select2-arrow b {\\n background-position: -16px 1px;\\n}\\n\\n.select2-hidden-accessible {\\n border: 0;\\n clip: rect(0 0 0 0);\\n height: 1px;\\n margin: -1px;\\n overflow: hidden;\\n padding: 0;\\n position: absolute;\\n width: 1px;\\n}\\n\\n/* results */\\n.select2-results {\\n max-height: 200px;\\n padding: 0 0 0 4px;\\n margin: 4px 4px 4px 0;\\n position: relative;\\n overflow-x: hidden;\\n overflow-y: auto;\\n -webkit-tap-highlight-color: rgba(0, 0, 0, 0);\\n}\\n\\nhtml[dir=\\\"rtl\\\"] .select2-results {\\n padding: 0 4px 0 0;\\n margin: 4px 0 4px 4px;\\n}\\n\\n.select2-results ul.select2-result-sub {\\n margin: 0;\\n padding-left: 0;\\n}\\n\\n.select2-results li {\\n list-style: none;\\n display: list-item;\\n background-image: none;\\n}\\n\\n.select2-results li.select2-result-with-children > .select2-result-label {\\n font-weight: bold;\\n}\\n\\n.select2-results .select2-result-label {\\n padding: 3px 7px 4px;\\n margin: 0;\\n cursor: pointer;\\n\\n min-height: 1em;\\n\\n -webkit-touch-callout: none;\\n -webkit-user-select: none;\\n -moz-user-select: none;\\n -ms-user-select: none;\\n user-select: none;\\n}\\n\\n.select2-results-dept-1 .select2-result-label { padding-left: 20px }\\n.select2-results-dept-2 .select2-result-label { padding-left: 40px }\\n.select2-results-dept-3 .select2-result-label { padding-left: 60px }\\n.select2-results-dept-4 .select2-result-label { padding-left: 80px }\\n.select2-results-dept-5 .select2-result-label { padding-left: 100px }\\n.select2-results-dept-6 .select2-result-label { padding-left: 110px }\\n.select2-results-dept-7 .select2-result-label { padding-left: 120px }\\n\\n.select2-results .select2-highlighted {\\n background: #3875d7;\\n color: #fff;\\n}\\n\\n.select2-results li em {\\n background: #feffde;\\n font-style: normal;\\n}\\n\\n.select2-results .select2-highlighted em {\\n background: transparent;\\n}\\n\\n.select2-results .select2-highlighted ul {\\n background: #fff;\\n color: #000;\\n}\\n\\n.select2-results .select2-no-results,\\n.select2-results .select2-searching,\\n.select2-results .select2-ajax-error,\\n.select2-results .select2-selection-limit {\\n background: #f4f4f4;\\n display: list-item;\\n padding-left: 5px;\\n}\\n\\n/*\\ndisabled look for disabled choices in the results dropdown\\n*/\\n.select2-results .select2-disabled.select2-highlighted {\\n color: #666;\\n background: #f4f4f4;\\n display: list-item;\\n cursor: default;\\n}\\n.select2-results .select2-disabled {\\n background: #f4f4f4;\\n display: list-item;\\n cursor: default;\\n}\\n\\n.select2-results .select2-selected {\\n display: none;\\n}\\n\\n.select2-more-results.select2-active {\\n background: #f4f4f4 url(\" + ___CSS_LOADER_URL_REPLACEMENT_1___ + \") no-repeat 100%;\\n}\\n\\n.select2-results .select2-ajax-error {\\n background: rgba(255, 50, 50, .2);\\n}\\n\\n.select2-more-results {\\n background: #f4f4f4;\\n display: list-item;\\n}\\n\\n/* disabled styles */\\n\\n.select2-container.select2-container-disabled .select2-choice {\\n background-color: #f4f4f4;\\n background-image: none;\\n border: 1px solid #ddd;\\n cursor: default;\\n}\\n\\n.select2-container.select2-container-disabled .select2-choice .select2-arrow {\\n background-color: #f4f4f4;\\n background-image: none;\\n border-left: 0;\\n}\\n\\n.select2-container.select2-container-disabled .select2-choice abbr {\\n display: none;\\n}\\n\\n\\n/* multiselect */\\n\\n.select2-container-multi .select2-choices {\\n height: auto !important;\\n height: 1%;\\n margin: 0;\\n padding: 0 5px 0 0;\\n position: relative;\\n\\n border: 1px solid #aaa;\\n cursor: text;\\n overflow: hidden;\\n\\n background-color: #fff;\\n background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(1%, #eee), color-stop(15%, #fff));\\n background-image: -webkit-linear-gradient(top, #eee 1%, #fff 15%);\\n background-image: -moz-linear-gradient(top, #eee 1%, #fff 15%);\\n background-image: linear-gradient(to bottom, #eee 1%, #fff 15%);\\n}\\n\\nhtml[dir=\\\"rtl\\\"] .select2-container-multi .select2-choices {\\n padding: 0 0 0 5px;\\n}\\n\\n.select2-locked {\\n padding: 3px 5px 3px 5px !important;\\n}\\n\\n.select2-container-multi .select2-choices {\\n min-height: 26px;\\n}\\n\\n.select2-container-multi.select2-container-active .select2-choices {\\n border: 1px solid #5897fb;\\n outline: none;\\n\\n -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .3);\\n box-shadow: 0 0 5px rgba(0, 0, 0, .3);\\n}\\n.select2-container-multi .select2-choices li {\\n float: left;\\n list-style: none;\\n}\\nhtml[dir=\\\"rtl\\\"] .select2-container-multi .select2-choices li\\n{\\n float: right;\\n}\\n.select2-container-multi .select2-choices .select2-search-field {\\n margin: 0;\\n padding: 0;\\n white-space: nowrap;\\n}\\n\\n.select2-container-multi .select2-choices .select2-search-field input {\\n padding: 5px;\\n margin: 1px 0;\\n\\n font-family: sans-serif;\\n font-size: 100%;\\n color: #666;\\n outline: 0;\\n border: 0;\\n -webkit-box-shadow: none;\\n box-shadow: none;\\n background: transparent !important;\\n}\\n\\n.select2-container-multi .select2-choices .select2-search-field input.select2-active {\\n background: #fff url(\" + ___CSS_LOADER_URL_REPLACEMENT_1___ + \") no-repeat 100% !important;\\n}\\n\\n.select2-default {\\n color: #999 !important;\\n}\\n\\n.select2-container-multi .select2-choices .select2-search-choice {\\n padding: 3px 5px 3px 18px;\\n margin: 3px 0 3px 5px;\\n position: relative;\\n\\n line-height: 13px;\\n color: #333;\\n cursor: default;\\n border: 1px solid #aaaaaa;\\n\\n border-radius: 3px;\\n\\n -webkit-box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);\\n box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);\\n\\n background-clip: padding-box;\\n\\n -webkit-touch-callout: none;\\n -webkit-user-select: none;\\n -moz-user-select: none;\\n -ms-user-select: none;\\n user-select: none;\\n\\n background-color: #e4e4e4;\\n filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#f4f4f4', GradientType=0);\\n background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eee));\\n background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);\\n background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);\\n background-image: linear-gradient(to bottom, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);\\n}\\nhtml[dir=\\\"rtl\\\"] .select2-container-multi .select2-choices .select2-search-choice\\n{\\n margin: 3px 5px 3px 0;\\n padding: 3px 18px 3px 5px;\\n}\\n.select2-container-multi .select2-choices .select2-search-choice .select2-chosen {\\n cursor: default;\\n}\\n.select2-container-multi .select2-choices .select2-search-choice-focus {\\n background: #d4d4d4;\\n}\\n\\n.select2-search-choice-close {\\n display: block;\\n width: 12px;\\n height: 13px;\\n position: absolute;\\n right: 3px;\\n top: 4px;\\n\\n font-size: 1px;\\n outline: none;\\n background: url(\" + ___CSS_LOADER_URL_REPLACEMENT_0___ + \") right top no-repeat;\\n}\\nhtml[dir=\\\"rtl\\\"] .select2-search-choice-close {\\n right: auto;\\n left: 3px;\\n}\\n\\n.select2-container-multi .select2-search-choice-close {\\n left: 3px;\\n}\\n\\nhtml[dir=\\\"rtl\\\"] .select2-container-multi .select2-search-choice-close {\\n left: auto;\\n right: 2px;\\n}\\n\\n.select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close:hover {\\n background-position: right -11px;\\n}\\n.select2-container-multi .select2-choices .select2-search-choice-focus .select2-search-choice-close {\\n background-position: right -11px;\\n}\\n\\n/* disabled styles */\\n.select2-container-multi.select2-container-disabled .select2-choices {\\n background-color: #f4f4f4;\\n background-image: none;\\n border: 1px solid #ddd;\\n cursor: default;\\n}\\n\\n.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {\\n padding: 3px 5px 3px 5px;\\n border: 1px solid #ddd;\\n background-image: none;\\n background-color: #f4f4f4;\\n}\\n\\n.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice .select2-search-choice-close { display: none;\\n background: none;\\n}\\n/* end multiselect */\\n\\n\\n.select2-result-selectable .select2-match,\\n.select2-result-unselectable .select2-match {\\n text-decoration: underline;\\n}\\n\\n.select2-offscreen, .select2-offscreen:focus {\\n clip: rect(0 0 0 0) !important;\\n width: 1px !important;\\n height: 1px !important;\\n border: 0 !important;\\n margin: 0 !important;\\n padding: 0 !important;\\n overflow: hidden !important;\\n position: absolute !important;\\n outline: 0 !important;\\n left: 0px !important;\\n top: 0px !important;\\n}\\n\\n.select2-display-none {\\n display: none;\\n}\\n\\n.select2-measure-scrollbar {\\n position: absolute;\\n top: -10000px;\\n left: -10000px;\\n width: 100px;\\n height: 100px;\\n overflow: scroll;\\n}\\n\\n/* Retina-ize icons */\\n\\n@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 2dppx) {\\n .select2-search input,\\n .select2-search-choice-close,\\n .select2-container .select2-choice abbr,\\n .select2-container .select2-choice .select2-arrow b {\\n background-image: url(\" + ___CSS_LOADER_URL_REPLACEMENT_2___ + \") !important;\\n background-repeat: no-repeat !important;\\n background-size: 60px 40px !important;\\n }\\n\\n .select2-search input {\\n background-position: 100% -21px !important;\\n }\\n}\\n\", \"\",{\"version\":3,\"sources\":[\"webpack://./node_modules/select2/select2.css\"],\"names\":[],\"mappings\":\"AAAA;;CAEC;AACD;IACI,SAAS;IACT,kBAAkB;IAClB,qBAAqB;IACrB,yBAAyB;IACzB,OAAO;KACP,eAAgB;IAChB,sBAAsB;AAC1B;;AAEA;;;;EAIE;;;;GAIC;EACD,8BAA8B,EAAE,WAAW;KACxC,2BAA2B,EAAE,YAAY;UACpC,sBAAsB,EAAE,SAAS;AAC3C;;AAEA;IACI,cAAc;IACd,YAAY;IACZ,kBAAkB;IAClB,gBAAgB;IAChB,kBAAkB;;IAElB,sBAAsB;IACtB,mBAAmB;IACnB,iBAAiB;IACjB,WAAW;IACX,qBAAqB;;IAErB,kBAAkB;;IAElB,4BAA4B;;IAE5B,2BAA2B;MACzB,yBAAyB;SACtB,sBAAsB;UACrB,qBAAqB;cACjB,iBAAiB;;IAE3B,sBAAsB;IACtB,6GAA6G;IAC7G,2EAA2E;IAC3E,wEAAwE;IACxE,wHAAwH;IACxH,4DAA4D;AAChE;;AAEA;IACI,kBAAkB;AACtB;;AAEA;IACI,yBAAyB;;IAEzB,0BAA0B;;IAE1B,6GAA6G;IAC7G,2EAA2E;IAC3E,wEAAwE;IACxE,kHAAkH;IAClH,+DAA+D;AACnE;;AAEA;IACI,kBAAkB;AACtB;;AAEA;IACI,kBAAkB;IAClB,cAAc;IACd,gBAAgB;;IAEhB,mBAAmB;;IAEnB,uBAAuB;IACvB,WAAW;IACX,WAAW;AACf;;AAEA;IACI,iBAAiB;IACjB,eAAe;AACnB;;AAEA;IACI,aAAa;IACb,WAAW;IACX,YAAY;IACZ,kBAAkB;IAClB,WAAW;IACX,QAAQ;;IAER,cAAc;IACd,qBAAqB;;IAErB,SAAS;IACT,uEAAkD;IAClD,eAAe;IACf,UAAU;AACd;;AAEA;IACI,qBAAqB;AACzB;;AAEA;IACI,gCAAgC;IAChC,eAAe;AACnB;;AAEA;IACI,SAAS;IACT,SAAS;IACT,UAAU;IACV,eAAe;IACf,OAAO;IACP,MAAM;IACN,gBAAgB;IAChB,eAAe;IACf,YAAY;IACZ,WAAW;IACX,UAAU;IACV,aAAa;IACb,mCAAmC;IACnC,sBAAsB;IACtB,wBAAwB;AAC5B;;AAEA;IACI,WAAW;IACX,gBAAgB;IAChB,kBAAkB;IAClB,aAAa;IACb,SAAS;;IAET,gBAAgB;IAChB,WAAW;IACX,sBAAsB;IACtB,aAAa;;IAEb,0BAA0B;;IAE1B,gDAAgD;YACxC,wCAAwC;AACpD;;AAEA;IACI,eAAe;IACf,0BAA0B;IAC1B,gBAAgB;;IAEhB,0BAA0B;;IAE1B,iDAAiD;YACzC,yCAAyC;AACrD;;AAEA;IACI,yBAAyB;IACzB,gBAAgB;AACpB;;AAEA;IACI,6BAA6B;AACjC;;AAEA;IACI,0BAA0B;IAC1B,WAAW;AACf;;AAEA;IACI,gBAAgB;AACpB;;AAEA;IACI,qBAAqB;IACrB,WAAW;IACX,YAAY;IACZ,kBAAkB;IAClB,QAAQ;IACR,MAAM;;IAEN,2BAA2B;IAC3B,0BAA0B;;IAE1B,4BAA4B;;IAE5B,gBAAgB;IAChB,6GAA6G;IAC7G,2EAA2E;IAC3E,wEAAwE;IACxE,wHAAwH;IACxH,4DAA4D;AAChE;;AAEA;IACI,OAAO;IACP,WAAW;;IAEX,iBAAiB;IACjB,4BAA4B;IAC5B,0BAA0B;AAC9B;;AAEA;IACI,cAAc;IACd,WAAW;IACX,YAAY;IACZ,mEAA8C;AAClD;;AAEA;IACI,4BAA4B;AAChC;;AAEA;IACI,qBAAqB;IACrB,WAAW;IACX,gBAAgB;IAChB,SAAS;IACT,iBAAiB;IACjB,kBAAkB;;IAElB,kBAAkB;IAClB,cAAc;;IAEd,mBAAmB;AACvB;;AAEA;IACI,WAAW;IACX,uBAAuB;IACvB,gBAAgB;IAChB,yBAAyB;IACzB,SAAS;;IAET,UAAU;IACV,uBAAuB;IACvB,cAAc;;IAEd,sBAAsB;IACtB,gBAAgB;;IAEhB,wBAAwB;YAChB,gBAAgB;;IAExB,6EAAwD;IACxD,yKAAoJ;IACpJ,oIAA+G;IAC/G,iIAA4G;IAC5G,4HAAuG;AAC3G;;AAEA;IACI,yBAAyB;;IAEzB,8EAAyD;IACzD,0KAAqJ;IACrJ,qIAAgH;IAChH,kIAA6G;IAC7G,6HAAwG;AAC5G;;AAEA;IACI,eAAe;AACnB;;AAEA;IACI,uEAA0D;IAC1D,mKAAsJ;IACtJ,8HAAiH;IACjH,2HAA8G;IAC9G,sHAAyG;AAC7G;;AAEA;;IAEI,yBAAyB;IACzB,aAAa;;IAEb,6CAA6C;YACrC,qCAAqC;AACjD;;AAEA;IACI,gCAAgC;IAChC,sCAAsC;YAC9B,8BAA8B;;IAEtC,4BAA4B;IAC5B,6BAA6B;;IAE7B,sBAAsB;IACtB,6GAA6G;IAC7G,2EAA2E;IAC3E,wEAAwE;IACxE,kHAAkH;IAClH,4DAA4D;AAChE;;AAEA;;IAEI,yBAAyB;IACzB,6BAA6B;;IAE7B,6GAA6G;IAC7G,wEAAwE;IACxE,qEAAqE;IACrE,kHAAkH;IAClH,+DAA+D;AACnE;;AAEA;IACI,uBAAuB;IACvB,iBAAiB;IACjB,YAAY;AAChB;AACA;IACI,kBAAkB;AACtB;;AAEA;IACI,8BAA8B;AAClC;;AAEA;IACI,8BAA8B;AAClC;;AAEA;IACI,SAAS;IACT,mBAAmB;IACnB,WAAW;IACX,YAAY;IACZ,gBAAgB;IAChB,UAAU;IACV,kBAAkB;IAClB,UAAU;AACd;;AAEA,YAAY;AACZ;IACI,iBAAiB;IACjB,kBAAkB;IAClB,qBAAqB;IACrB,kBAAkB;IAClB,kBAAkB;IAClB,gBAAgB;IAChB,6CAA6C;AACjD;;AAEA;IACI,kBAAkB;IAClB,qBAAqB;AACzB;;AAEA;IACI,SAAS;IACT,eAAe;AACnB;;AAEA;IACI,gBAAgB;IAChB,kBAAkB;IAClB,sBAAsB;AAC1B;;AAEA;IACI,iBAAiB;AACrB;;AAEA;IACI,oBAAoB;IACpB,SAAS;IACT,eAAe;;IAEf,eAAe;;IAEf,2BAA2B;MACzB,yBAAyB;SACtB,sBAAsB;UACrB,qBAAqB;cACjB,iBAAiB;AAC/B;;AAEA,gDAAgD,mBAAmB;AACnE,gDAAgD,mBAAmB;AACnE,gDAAgD,mBAAmB;AACnE,gDAAgD,mBAAmB;AACnE,gDAAgD,oBAAoB;AACpE,gDAAgD,oBAAoB;AACpE,gDAAgD,oBAAoB;;AAEpE;IACI,mBAAmB;IACnB,WAAW;AACf;;AAEA;IACI,mBAAmB;IACnB,kBAAkB;AACtB;;AAEA;IACI,uBAAuB;AAC3B;;AAEA;IACI,gBAAgB;IAChB,WAAW;AACf;;AAEA;;;;IAII,mBAAmB;IACnB,kBAAkB;IAClB,iBAAiB;AACrB;;AAEA;;CAEC;AACD;IACI,WAAW;IACX,mBAAmB;IACnB,kBAAkB;IAClB,eAAe;AACnB;AACA;EACE,mBAAmB;EACnB,kBAAkB;EAClB,eAAe;AACjB;;AAEA;IACI,aAAa;AACjB;;AAEA;IACI,0EAA6D;AACjE;;AAEA;IACI,iCAAiC;AACrC;;AAEA;IACI,mBAAmB;IACnB,kBAAkB;AACtB;;AAEA,oBAAoB;;AAEpB;IACI,yBAAyB;IACzB,sBAAsB;IACtB,sBAAsB;IACtB,eAAe;AACnB;;AAEA;IACI,yBAAyB;IACzB,sBAAsB;IACtB,cAAc;AAClB;;AAEA;IACI,aAAa;AACjB;;;AAGA,gBAAgB;;AAEhB;IACI,uBAAuB;IACvB,UAAU;IACV,SAAS;IACT,kBAAkB;IAClB,kBAAkB;;IAElB,sBAAsB;IACtB,YAAY;IACZ,gBAAgB;;IAEhB,sBAAsB;IACtB,uGAAuG;IACvG,iEAAiE;IACjE,8DAA8D;IAC9D,+DAA+D;AACnE;;AAEA;IACI,kBAAkB;AACtB;;AAEA;EACE,mCAAmC;AACrC;;AAEA;IACI,gBAAgB;AACpB;;AAEA;IACI,yBAAyB;IACzB,aAAa;;IAEb,6CAA6C;YACrC,qCAAqC;AACjD;AACA;IACI,WAAW;IACX,gBAAgB;AACpB;AACA;;IAEI,YAAY;AAChB;AACA;IACI,SAAS;IACT,UAAU;IACV,mBAAmB;AACvB;;AAEA;IACI,YAAY;IACZ,aAAa;;IAEb,uBAAuB;IACvB,eAAe;IACf,WAAW;IACX,UAAU;IACV,SAAS;IACT,wBAAwB;YAChB,gBAAgB;IACxB,kCAAkC;AACtC;;AAEA;IACI,kFAAqE;AACzE;;AAEA;IACI,sBAAsB;AAC1B;;AAEA;IACI,yBAAyB;IACzB,qBAAqB;IACrB,kBAAkB;;IAElB,iBAAiB;IACjB,WAAW;IACX,eAAe;IACf,yBAAyB;;IAEzB,kBAAkB;;IAElB,mEAAmE;YAC3D,2DAA2D;;IAEnE,4BAA4B;;IAE5B,2BAA2B;MACzB,yBAAyB;SACtB,sBAAsB;UACrB,qBAAqB;cACjB,iBAAiB;;IAE3B,yBAAyB;IACzB,kHAAkH;IAClH,gKAAgK;IAChK,gGAAgG;IAChG,6FAA6F;IAC7F,8FAA8F;AAClG;AACA;;IAEI,qBAAqB;IACrB,yBAAyB;AAC7B;AACA;IACI,eAAe;AACnB;AACA;IACI,mBAAmB;AACvB;;AAEA;IACI,cAAc;IACd,WAAW;IACX,YAAY;IACZ,kBAAkB;IAClB,UAAU;IACV,QAAQ;;IAER,cAAc;IACd,aAAa;IACb,uEAAkD;AACtD;AACA;IACI,WAAW;IACX,SAAS;AACb;;AAEA;IACI,SAAS;AACb;;AAEA;IACI,UAAU;IACV,UAAU;AACd;;AAEA;EACE,gCAAgC;AAClC;AACA;IACI,gCAAgC;AACpC;;AAEA,oBAAoB;AACpB;IACI,yBAAyB;IACzB,sBAAsB;IACtB,sBAAsB;IACtB,eAAe;AACnB;;AAEA;IACI,wBAAwB;IACxB,sBAAsB;IACtB,sBAAsB;IACtB,yBAAyB;AAC7B;;AAEA,8HAA8H,aAAa;IACvI,gBAAgB;AACpB;AACA,oBAAoB;;;AAGpB;;IAEI,0BAA0B;AAC9B;;AAEA;IACI,8BAA8B;IAC9B,qBAAqB;IACrB,sBAAsB;IACtB,oBAAoB;IACpB,oBAAoB;IACpB,qBAAqB;IACrB,2BAA2B;IAC3B,6BAA6B;IAC7B,qBAAqB;IACrB,oBAAoB;IACpB,mBAAmB;AACvB;;AAEA;IACI,aAAa;AACjB;;AAEA;IACI,kBAAkB;IAClB,aAAa;IACb,cAAc;IACd,YAAY;IACZ,aAAa;IACb,gBAAgB;AACpB;;AAEA,qBAAqB;;AAErB;IACI;;;;QAII,oEAAiD;QACjD,uCAAuC;QACvC,qCAAqC;IACzC;;IAEA;QACI,0CAA0C;IAC9C;AACJ\",\"sourcesContent\":[\"/*\\nVersion: @@ver@@ Timestamp: @@timestamp@@\\n*/\\n.select2-container {\\n margin: 0;\\n position: relative;\\n display: inline-block;\\n /* inline-block for ie7 */\\n zoom: 1;\\n *display: inline;\\n vertical-align: middle;\\n}\\n\\n.select2-container,\\n.select2-drop,\\n.select2-search,\\n.select2-search input {\\n /*\\n Force border-box so that % widths fit the parent\\n container without overlap because of margin/padding.\\n More Info : http://www.quirksmode.org/css/box.html\\n */\\n -webkit-box-sizing: border-box; /* webkit */\\n -moz-box-sizing: border-box; /* firefox */\\n box-sizing: border-box; /* css3 */\\n}\\n\\n.select2-container .select2-choice {\\n display: block;\\n height: 26px;\\n padding: 0 0 0 8px;\\n overflow: hidden;\\n position: relative;\\n\\n border: 1px solid #aaa;\\n white-space: nowrap;\\n line-height: 26px;\\n color: #444;\\n text-decoration: none;\\n\\n border-radius: 4px;\\n\\n background-clip: padding-box;\\n\\n -webkit-touch-callout: none;\\n -webkit-user-select: none;\\n -moz-user-select: none;\\n -ms-user-select: none;\\n user-select: none;\\n\\n background-color: #fff;\\n background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eee), color-stop(0.5, #fff));\\n background-image: -webkit-linear-gradient(center bottom, #eee 0%, #fff 50%);\\n background-image: -moz-linear-gradient(center bottom, #eee 0%, #fff 50%);\\n filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#eeeeee', GradientType = 0);\\n background-image: linear-gradient(to top, #eee 0%, #fff 50%);\\n}\\n\\nhtml[dir=\\\"rtl\\\"] .select2-container .select2-choice {\\n padding: 0 8px 0 0;\\n}\\n\\n.select2-container.select2-drop-above .select2-choice {\\n border-bottom-color: #aaa;\\n\\n border-radius: 0 0 4px 4px;\\n\\n background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eee), color-stop(0.9, #fff));\\n background-image: -webkit-linear-gradient(center bottom, #eee 0%, #fff 90%);\\n background-image: -moz-linear-gradient(center bottom, #eee 0%, #fff 90%);\\n filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);\\n background-image: linear-gradient(to bottom, #eee 0%, #fff 90%);\\n}\\n\\n.select2-container.select2-allowclear .select2-choice .select2-chosen {\\n margin-right: 42px;\\n}\\n\\n.select2-container .select2-choice > .select2-chosen {\\n margin-right: 26px;\\n display: block;\\n overflow: hidden;\\n\\n white-space: nowrap;\\n\\n text-overflow: ellipsis;\\n float: none;\\n width: auto;\\n}\\n\\nhtml[dir=\\\"rtl\\\"] .select2-container .select2-choice > .select2-chosen {\\n margin-left: 26px;\\n margin-right: 0;\\n}\\n\\n.select2-container .select2-choice abbr {\\n display: none;\\n width: 12px;\\n height: 12px;\\n position: absolute;\\n right: 24px;\\n top: 8px;\\n\\n font-size: 1px;\\n text-decoration: none;\\n\\n border: 0;\\n background: url('select2.png') right top no-repeat;\\n cursor: pointer;\\n outline: 0;\\n}\\n\\n.select2-container.select2-allowclear .select2-choice abbr {\\n display: inline-block;\\n}\\n\\n.select2-container .select2-choice abbr:hover {\\n background-position: right -11px;\\n cursor: pointer;\\n}\\n\\n.select2-drop-mask {\\n border: 0;\\n margin: 0;\\n padding: 0;\\n position: fixed;\\n left: 0;\\n top: 0;\\n min-height: 100%;\\n min-width: 100%;\\n height: auto;\\n width: auto;\\n opacity: 0;\\n z-index: 9998;\\n /* styles required for IE to work */\\n background-color: #fff;\\n filter: alpha(opacity=0);\\n}\\n\\n.select2-drop {\\n width: 100%;\\n margin-top: -1px;\\n position: absolute;\\n z-index: 9999;\\n top: 100%;\\n\\n background: #fff;\\n color: #000;\\n border: 1px solid #aaa;\\n border-top: 0;\\n\\n border-radius: 0 0 4px 4px;\\n\\n -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, .15);\\n box-shadow: 0 4px 5px rgba(0, 0, 0, .15);\\n}\\n\\n.select2-drop.select2-drop-above {\\n margin-top: 1px;\\n border-top: 1px solid #aaa;\\n border-bottom: 0;\\n\\n border-radius: 4px 4px 0 0;\\n\\n -webkit-box-shadow: 0 -4px 5px rgba(0, 0, 0, .15);\\n box-shadow: 0 -4px 5px rgba(0, 0, 0, .15);\\n}\\n\\n.select2-drop-active {\\n border: 1px solid #5897fb;\\n border-top: none;\\n}\\n\\n.select2-drop.select2-drop-above.select2-drop-active {\\n border-top: 1px solid #5897fb;\\n}\\n\\n.select2-drop-auto-width {\\n border-top: 1px solid #aaa;\\n width: auto;\\n}\\n\\n.select2-drop-auto-width .select2-search {\\n padding-top: 4px;\\n}\\n\\n.select2-container .select2-choice .select2-arrow {\\n display: inline-block;\\n width: 18px;\\n height: 100%;\\n position: absolute;\\n right: 0;\\n top: 0;\\n\\n border-left: 1px solid #aaa;\\n border-radius: 0 4px 4px 0;\\n\\n background-clip: padding-box;\\n\\n background: #ccc;\\n background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ccc), color-stop(0.6, #eee));\\n background-image: -webkit-linear-gradient(center bottom, #ccc 0%, #eee 60%);\\n background-image: -moz-linear-gradient(center bottom, #ccc 0%, #eee 60%);\\n filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#eeeeee', endColorstr = '#cccccc', GradientType = 0);\\n background-image: linear-gradient(to top, #ccc 0%, #eee 60%);\\n}\\n\\nhtml[dir=\\\"rtl\\\"] .select2-container .select2-choice .select2-arrow {\\n left: 0;\\n right: auto;\\n\\n border-left: none;\\n border-right: 1px solid #aaa;\\n border-radius: 4px 0 0 4px;\\n}\\n\\n.select2-container .select2-choice .select2-arrow b {\\n display: block;\\n width: 100%;\\n height: 100%;\\n background: url('select2.png') no-repeat 0 1px;\\n}\\n\\nhtml[dir=\\\"rtl\\\"] .select2-container .select2-choice .select2-arrow b {\\n background-position: 2px 1px;\\n}\\n\\n.select2-search {\\n display: inline-block;\\n width: 100%;\\n min-height: 26px;\\n margin: 0;\\n padding-left: 4px;\\n padding-right: 4px;\\n\\n position: relative;\\n z-index: 10000;\\n\\n white-space: nowrap;\\n}\\n\\n.select2-search input {\\n width: 100%;\\n height: auto !important;\\n min-height: 26px;\\n padding: 4px 20px 4px 5px;\\n margin: 0;\\n\\n outline: 0;\\n font-family: sans-serif;\\n font-size: 1em;\\n\\n border: 1px solid #aaa;\\n border-radius: 0;\\n\\n -webkit-box-shadow: none;\\n box-shadow: none;\\n\\n background: #fff url('select2.png') no-repeat 100% -22px;\\n background: url('select2.png') no-repeat 100% -22px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));\\n background: url('select2.png') no-repeat 100% -22px, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);\\n background: url('select2.png') no-repeat 100% -22px, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);\\n background: url('select2.png') no-repeat 100% -22px, linear-gradient(to bottom, #fff 85%, #eee 99%) 0 0;\\n}\\n\\nhtml[dir=\\\"rtl\\\"] .select2-search input {\\n padding: 4px 5px 4px 20px;\\n\\n background: #fff url('select2.png') no-repeat -37px -22px;\\n background: url('select2.png') no-repeat -37px -22px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));\\n background: url('select2.png') no-repeat -37px -22px, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);\\n background: url('select2.png') no-repeat -37px -22px, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);\\n background: url('select2.png') no-repeat -37px -22px, linear-gradient(to bottom, #fff 85%, #eee 99%) 0 0;\\n}\\n\\n.select2-drop.select2-drop-above .select2-search input {\\n margin-top: 4px;\\n}\\n\\n.select2-search input.select2-active {\\n background: #fff url('select2-spinner.gif') no-repeat 100%;\\n background: url('select2-spinner.gif') no-repeat 100%, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));\\n background: url('select2-spinner.gif') no-repeat 100%, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);\\n background: url('select2-spinner.gif') no-repeat 100%, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);\\n background: url('select2-spinner.gif') no-repeat 100%, linear-gradient(to bottom, #fff 85%, #eee 99%) 0 0;\\n}\\n\\n.select2-container-active .select2-choice,\\n.select2-container-active .select2-choices {\\n border: 1px solid #5897fb;\\n outline: none;\\n\\n -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .3);\\n box-shadow: 0 0 5px rgba(0, 0, 0, .3);\\n}\\n\\n.select2-dropdown-open .select2-choice {\\n border-bottom-color: transparent;\\n -webkit-box-shadow: 0 1px 0 #fff inset;\\n box-shadow: 0 1px 0 #fff inset;\\n\\n border-bottom-left-radius: 0;\\n border-bottom-right-radius: 0;\\n\\n background-color: #eee;\\n background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #fff), color-stop(0.5, #eee));\\n background-image: -webkit-linear-gradient(center bottom, #fff 0%, #eee 50%);\\n background-image: -moz-linear-gradient(center bottom, #fff 0%, #eee 50%);\\n filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);\\n background-image: linear-gradient(to top, #fff 0%, #eee 50%);\\n}\\n\\n.select2-dropdown-open.select2-drop-above .select2-choice,\\n.select2-dropdown-open.select2-drop-above .select2-choices {\\n border: 1px solid #5897fb;\\n border-top-color: transparent;\\n\\n background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(0.5, #eee));\\n background-image: -webkit-linear-gradient(center top, #fff 0%, #eee 50%);\\n background-image: -moz-linear-gradient(center top, #fff 0%, #eee 50%);\\n filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);\\n background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);\\n}\\n\\n.select2-dropdown-open .select2-choice .select2-arrow {\\n background: transparent;\\n border-left: none;\\n filter: none;\\n}\\nhtml[dir=\\\"rtl\\\"] .select2-dropdown-open .select2-choice .select2-arrow {\\n border-right: none;\\n}\\n\\n.select2-dropdown-open .select2-choice .select2-arrow b {\\n background-position: -18px 1px;\\n}\\n\\nhtml[dir=\\\"rtl\\\"] .select2-dropdown-open .select2-choice .select2-arrow b {\\n background-position: -16px 1px;\\n}\\n\\n.select2-hidden-accessible {\\n border: 0;\\n clip: rect(0 0 0 0);\\n height: 1px;\\n margin: -1px;\\n overflow: hidden;\\n padding: 0;\\n position: absolute;\\n width: 1px;\\n}\\n\\n/* results */\\n.select2-results {\\n max-height: 200px;\\n padding: 0 0 0 4px;\\n margin: 4px 4px 4px 0;\\n position: relative;\\n overflow-x: hidden;\\n overflow-y: auto;\\n -webkit-tap-highlight-color: rgba(0, 0, 0, 0);\\n}\\n\\nhtml[dir=\\\"rtl\\\"] .select2-results {\\n padding: 0 4px 0 0;\\n margin: 4px 0 4px 4px;\\n}\\n\\n.select2-results ul.select2-result-sub {\\n margin: 0;\\n padding-left: 0;\\n}\\n\\n.select2-results li {\\n list-style: none;\\n display: list-item;\\n background-image: none;\\n}\\n\\n.select2-results li.select2-result-with-children > .select2-result-label {\\n font-weight: bold;\\n}\\n\\n.select2-results .select2-result-label {\\n padding: 3px 7px 4px;\\n margin: 0;\\n cursor: pointer;\\n\\n min-height: 1em;\\n\\n -webkit-touch-callout: none;\\n -webkit-user-select: none;\\n -moz-user-select: none;\\n -ms-user-select: none;\\n user-select: none;\\n}\\n\\n.select2-results-dept-1 .select2-result-label { padding-left: 20px }\\n.select2-results-dept-2 .select2-result-label { padding-left: 40px }\\n.select2-results-dept-3 .select2-result-label { padding-left: 60px }\\n.select2-results-dept-4 .select2-result-label { padding-left: 80px }\\n.select2-results-dept-5 .select2-result-label { padding-left: 100px }\\n.select2-results-dept-6 .select2-result-label { padding-left: 110px }\\n.select2-results-dept-7 .select2-result-label { padding-left: 120px }\\n\\n.select2-results .select2-highlighted {\\n background: #3875d7;\\n color: #fff;\\n}\\n\\n.select2-results li em {\\n background: #feffde;\\n font-style: normal;\\n}\\n\\n.select2-results .select2-highlighted em {\\n background: transparent;\\n}\\n\\n.select2-results .select2-highlighted ul {\\n background: #fff;\\n color: #000;\\n}\\n\\n.select2-results .select2-no-results,\\n.select2-results .select2-searching,\\n.select2-results .select2-ajax-error,\\n.select2-results .select2-selection-limit {\\n background: #f4f4f4;\\n display: list-item;\\n padding-left: 5px;\\n}\\n\\n/*\\ndisabled look for disabled choices in the results dropdown\\n*/\\n.select2-results .select2-disabled.select2-highlighted {\\n color: #666;\\n background: #f4f4f4;\\n display: list-item;\\n cursor: default;\\n}\\n.select2-results .select2-disabled {\\n background: #f4f4f4;\\n display: list-item;\\n cursor: default;\\n}\\n\\n.select2-results .select2-selected {\\n display: none;\\n}\\n\\n.select2-more-results.select2-active {\\n background: #f4f4f4 url('select2-spinner.gif') no-repeat 100%;\\n}\\n\\n.select2-results .select2-ajax-error {\\n background: rgba(255, 50, 50, .2);\\n}\\n\\n.select2-more-results {\\n background: #f4f4f4;\\n display: list-item;\\n}\\n\\n/* disabled styles */\\n\\n.select2-container.select2-container-disabled .select2-choice {\\n background-color: #f4f4f4;\\n background-image: none;\\n border: 1px solid #ddd;\\n cursor: default;\\n}\\n\\n.select2-container.select2-container-disabled .select2-choice .select2-arrow {\\n background-color: #f4f4f4;\\n background-image: none;\\n border-left: 0;\\n}\\n\\n.select2-container.select2-container-disabled .select2-choice abbr {\\n display: none;\\n}\\n\\n\\n/* multiselect */\\n\\n.select2-container-multi .select2-choices {\\n height: auto !important;\\n height: 1%;\\n margin: 0;\\n padding: 0 5px 0 0;\\n position: relative;\\n\\n border: 1px solid #aaa;\\n cursor: text;\\n overflow: hidden;\\n\\n background-color: #fff;\\n background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(1%, #eee), color-stop(15%, #fff));\\n background-image: -webkit-linear-gradient(top, #eee 1%, #fff 15%);\\n background-image: -moz-linear-gradient(top, #eee 1%, #fff 15%);\\n background-image: linear-gradient(to bottom, #eee 1%, #fff 15%);\\n}\\n\\nhtml[dir=\\\"rtl\\\"] .select2-container-multi .select2-choices {\\n padding: 0 0 0 5px;\\n}\\n\\n.select2-locked {\\n padding: 3px 5px 3px 5px !important;\\n}\\n\\n.select2-container-multi .select2-choices {\\n min-height: 26px;\\n}\\n\\n.select2-container-multi.select2-container-active .select2-choices {\\n border: 1px solid #5897fb;\\n outline: none;\\n\\n -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .3);\\n box-shadow: 0 0 5px rgba(0, 0, 0, .3);\\n}\\n.select2-container-multi .select2-choices li {\\n float: left;\\n list-style: none;\\n}\\nhtml[dir=\\\"rtl\\\"] .select2-container-multi .select2-choices li\\n{\\n float: right;\\n}\\n.select2-container-multi .select2-choices .select2-search-field {\\n margin: 0;\\n padding: 0;\\n white-space: nowrap;\\n}\\n\\n.select2-container-multi .select2-choices .select2-search-field input {\\n padding: 5px;\\n margin: 1px 0;\\n\\n font-family: sans-serif;\\n font-size: 100%;\\n color: #666;\\n outline: 0;\\n border: 0;\\n -webkit-box-shadow: none;\\n box-shadow: none;\\n background: transparent !important;\\n}\\n\\n.select2-container-multi .select2-choices .select2-search-field input.select2-active {\\n background: #fff url('select2-spinner.gif') no-repeat 100% !important;\\n}\\n\\n.select2-default {\\n color: #999 !important;\\n}\\n\\n.select2-container-multi .select2-choices .select2-search-choice {\\n padding: 3px 5px 3px 18px;\\n margin: 3px 0 3px 5px;\\n position: relative;\\n\\n line-height: 13px;\\n color: #333;\\n cursor: default;\\n border: 1px solid #aaaaaa;\\n\\n border-radius: 3px;\\n\\n -webkit-box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);\\n box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);\\n\\n background-clip: padding-box;\\n\\n -webkit-touch-callout: none;\\n -webkit-user-select: none;\\n -moz-user-select: none;\\n -ms-user-select: none;\\n user-select: none;\\n\\n background-color: #e4e4e4;\\n filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#f4f4f4', GradientType=0);\\n background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eee));\\n background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);\\n background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);\\n background-image: linear-gradient(to bottom, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);\\n}\\nhtml[dir=\\\"rtl\\\"] .select2-container-multi .select2-choices .select2-search-choice\\n{\\n margin: 3px 5px 3px 0;\\n padding: 3px 18px 3px 5px;\\n}\\n.select2-container-multi .select2-choices .select2-search-choice .select2-chosen {\\n cursor: default;\\n}\\n.select2-container-multi .select2-choices .select2-search-choice-focus {\\n background: #d4d4d4;\\n}\\n\\n.select2-search-choice-close {\\n display: block;\\n width: 12px;\\n height: 13px;\\n position: absolute;\\n right: 3px;\\n top: 4px;\\n\\n font-size: 1px;\\n outline: none;\\n background: url('select2.png') right top no-repeat;\\n}\\nhtml[dir=\\\"rtl\\\"] .select2-search-choice-close {\\n right: auto;\\n left: 3px;\\n}\\n\\n.select2-container-multi .select2-search-choice-close {\\n left: 3px;\\n}\\n\\nhtml[dir=\\\"rtl\\\"] .select2-container-multi .select2-search-choice-close {\\n left: auto;\\n right: 2px;\\n}\\n\\n.select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close:hover {\\n background-position: right -11px;\\n}\\n.select2-container-multi .select2-choices .select2-search-choice-focus .select2-search-choice-close {\\n background-position: right -11px;\\n}\\n\\n/* disabled styles */\\n.select2-container-multi.select2-container-disabled .select2-choices {\\n background-color: #f4f4f4;\\n background-image: none;\\n border: 1px solid #ddd;\\n cursor: default;\\n}\\n\\n.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {\\n padding: 3px 5px 3px 5px;\\n border: 1px solid #ddd;\\n background-image: none;\\n background-color: #f4f4f4;\\n}\\n\\n.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice .select2-search-choice-close { display: none;\\n background: none;\\n}\\n/* end multiselect */\\n\\n\\n.select2-result-selectable .select2-match,\\n.select2-result-unselectable .select2-match {\\n text-decoration: underline;\\n}\\n\\n.select2-offscreen, .select2-offscreen:focus {\\n clip: rect(0 0 0 0) !important;\\n width: 1px !important;\\n height: 1px !important;\\n border: 0 !important;\\n margin: 0 !important;\\n padding: 0 !important;\\n overflow: hidden !important;\\n position: absolute !important;\\n outline: 0 !important;\\n left: 0px !important;\\n top: 0px !important;\\n}\\n\\n.select2-display-none {\\n display: none;\\n}\\n\\n.select2-measure-scrollbar {\\n position: absolute;\\n top: -10000px;\\n left: -10000px;\\n width: 100px;\\n height: 100px;\\n overflow: scroll;\\n}\\n\\n/* Retina-ize icons */\\n\\n@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 2dppx) {\\n .select2-search input,\\n .select2-search-choice-close,\\n .select2-container .select2-choice abbr,\\n .select2-container .select2-choice .select2-arrow b {\\n background-image: url('select2x2.png') !important;\\n background-repeat: no-repeat !important;\\n background-size: 60px 40px !important;\\n }\\n\\n .select2-search input {\\n background-position: 100% -21px !important;\\n }\\n}\\n\"],\"sourceRoot\":\"\"}]);\n// Exports\nexport default ___CSS_LOADER_EXPORT___;\n","// Imports\nimport ___CSS_LOADER_API_SOURCEMAP_IMPORT___ from \"../../../../node_modules/css-loader/dist/runtime/cssWithMappingToString.js\";\nimport ___CSS_LOADER_API_IMPORT___ from \"../../../../node_modules/css-loader/dist/runtime/api.js\";\nimport ___CSS_LOADER_GET_URL_IMPORT___ from \"../../../../node_modules/css-loader/dist/runtime/getUrl.js\";\nimport ___CSS_LOADER_URL_IMPORT_0___ from \"./images/ui-icons_1d2d44_256x240.png\";\nimport ___CSS_LOADER_URL_IMPORT_1___ from \"./images/ui-icons_ffffff_256x240.png\";\nimport ___CSS_LOADER_URL_IMPORT_2___ from \"./images/ui-icons_ffd27a_256x240.png\";\nimport ___CSS_LOADER_URL_IMPORT_3___ from \"./images/ui-bg_diagonals-thick_20_666666_40x40.png\";\nimport ___CSS_LOADER_URL_IMPORT_4___ from \"./images/ui-bg_flat_10_000000_40x100.png\";\nvar ___CSS_LOADER_EXPORT___ = ___CSS_LOADER_API_IMPORT___(___CSS_LOADER_API_SOURCEMAP_IMPORT___);\nvar ___CSS_LOADER_URL_REPLACEMENT_0___ = ___CSS_LOADER_GET_URL_IMPORT___(___CSS_LOADER_URL_IMPORT_0___);\nvar ___CSS_LOADER_URL_REPLACEMENT_1___ = ___CSS_LOADER_GET_URL_IMPORT___(___CSS_LOADER_URL_IMPORT_1___);\nvar ___CSS_LOADER_URL_REPLACEMENT_2___ = ___CSS_LOADER_GET_URL_IMPORT___(___CSS_LOADER_URL_IMPORT_2___);\nvar ___CSS_LOADER_URL_REPLACEMENT_3___ = ___CSS_LOADER_GET_URL_IMPORT___(___CSS_LOADER_URL_IMPORT_3___);\nvar ___CSS_LOADER_URL_REPLACEMENT_4___ = ___CSS_LOADER_GET_URL_IMPORT___(___CSS_LOADER_URL_IMPORT_4___);\n// Module\n___CSS_LOADER_EXPORT___.push([module.id, \".ui-widget-content{border:1px solid var(--color-border);background:var(--color-main-background) none;color:var(--color-main-text)}.ui-widget-content a{color:var(--color-main-text)}.ui-widget-header{border:none;color:var(--color-main-text);background-image:none}.ui-widget-header a{color:var(--color-main-text)}.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default{border:1px solid var(--color-border);background:var(--color-main-background) none;font-weight:bold;color:#555}.ui-state-default a,.ui-state-default a:link,.ui-state-default a:visited{color:#555}.ui-state-hover,.ui-widget-content .ui-state-hover,.ui-widget-header .ui-state-hover,.ui-state-focus,.ui-widget-content .ui-state-focus,.ui-widget-header .ui-state-focus{border:1px solid #ddd;background:var(--color-main-background) none;font-weight:bold;color:var(--color-main-text)}.ui-state-hover a,.ui-state-hover a:hover,.ui-state-hover a:link,.ui-state-hover a:visited{color:var(--color-main-text)}.ui-state-active,.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active{border:1px solid var(--color-primary);background:var(--color-main-background) none;font-weight:bold;color:var(--color-main-text)}.ui-state-active a,.ui-state-active a:link,.ui-state-active a:visited{color:var(--color-main-text)}.ui-state-highlight,.ui-widget-content .ui-state-highlight,.ui-widget-header .ui-state-highlight{border:1px solid var(--color-main-background);background:var(--color-main-background) none;color:var(--color-text-light);font-weight:600}.ui-state-highlight a,.ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a{color:var(--color-text-lighter)}.ui-state-error,.ui-widget-content .ui-state-error,.ui-widget-header .ui-state-error{border:var(--color-error);background:var(--color-error) none;color:#fff}.ui-state-error a,.ui-widget-content .ui-state-error a,.ui-widget-header .ui-state-error a{color:#fff}.ui-state-error-text,.ui-widget-content .ui-state-error-text,.ui-widget-header .ui-state-error-text{color:#fff}.ui-state-default .ui-icon{background-image:url(\" + ___CSS_LOADER_URL_REPLACEMENT_0___ + \")}.ui-state-hover .ui-icon,.ui-state-focus .ui-icon{background-image:url(\" + ___CSS_LOADER_URL_REPLACEMENT_0___ + \")}.ui-state-active .ui-icon{background-image:url(\" + ___CSS_LOADER_URL_REPLACEMENT_0___ + \")}.ui-state-highlight .ui-icon{background-image:url(\" + ___CSS_LOADER_URL_REPLACEMENT_1___ + \")}.ui-state-error .ui-icon,.ui-state-error-text .ui-icon{background-image:url(\" + ___CSS_LOADER_URL_REPLACEMENT_2___ + \")}.ui-icon.ui-icon-none{display:none}.ui-widget-overlay{background:#666 url(\" + ___CSS_LOADER_URL_REPLACEMENT_3___ + \") 50% 50% repeat;opacity:.5}.ui-widget-shadow{margin:-5px 0 0 -5px;padding:5px;background:#000 url(\" + ___CSS_LOADER_URL_REPLACEMENT_4___ + \") 50% 50% repeat-x;opacity:.2;border-radius:5px}.ui-tabs{border:none}.ui-tabs .ui-tabs-nav.ui-corner-all{border-bottom-left-radius:0;border-bottom-right-radius:0}.ui-tabs .ui-tabs-nav{background:none;margin-bottom:15px}.ui-tabs .ui-tabs-nav .ui-state-default{border:none;border-bottom:1px solid transparent;font-weight:normal;margin:0 !important;padding:0 !important}.ui-tabs .ui-tabs-nav .ui-state-hover,.ui-tabs .ui-tabs-nav .ui-state-active{border:none;border-bottom:1px solid var(--color-main-text);color:var(--color-main-text)}.ui-tabs .ui-tabs-nav .ui-state-hover a,.ui-tabs .ui-tabs-nav .ui-state-hover a:link,.ui-tabs .ui-tabs-nav .ui-state-hover a:hover,.ui-tabs .ui-tabs-nav .ui-state-hover a:visited,.ui-tabs .ui-tabs-nav .ui-state-active a,.ui-tabs .ui-tabs-nav .ui-state-active a:link,.ui-tabs .ui-tabs-nav .ui-state-active a:hover,.ui-tabs .ui-tabs-nav .ui-state-active a:visited{color:var(--color-main-text)}.ui-tabs .ui-tabs-nav .ui-state-active{font-weight:bold}.ui-autocomplete.ui-menu{padding:0}.ui-autocomplete.ui-menu.item-count-1,.ui-autocomplete.ui-menu.item-count-2{overflow-y:hidden}.ui-autocomplete.ui-menu .ui-menu-item a{color:var(--color-text-lighter);display:block;padding:4px 4px 4px 14px}.ui-autocomplete.ui-menu .ui-menu-item a.ui-state-focus,.ui-autocomplete.ui-menu .ui-menu-item a.ui-state-active{box-shadow:inset 4px 0 var(--color-primary-element);color:var(--color-main-text)}.ui-autocomplete.ui-widget-content{background:var(--color-main-background);border-top:none}.ui-autocomplete.ui-corner-all{border-radius:0;border-bottom-left-radius:var(--border-radius);border-bottom-right-radius:var(--border-radius)}.ui-autocomplete .ui-state-hover,.ui-autocomplete .ui-widget-content .ui-state-hover,.ui-autocomplete .ui-widget-header .ui-state-hover,.ui-autocomplete .ui-state-focus,.ui-autocomplete .ui-widget-content .ui-state-focus,.ui-autocomplete .ui-widget-header .ui-state-focus{border:1px solid transparent;background:inherit;color:var(--color-primary-element)}.ui-autocomplete .ui-menu-item a{border-radius:0 !important}.ui-button.primary{background-color:var(--color-primary);color:var(--color-primary-text);border:1px solid var(--color-primary-text)}.ui-draggable-handle,.ui-selectable{touch-action:pan-y}\", \"\",{\"version\":3,\"sources\":[\"webpack://./core/src/jquery/css/jquery-ui-fixes.scss\"],\"names\":[],\"mappings\":\"AAEA,mBACC,oCAAA,CACA,4CAAA,CACA,4BAAA,CAED,qBACC,4BAAA,CAED,kBACC,WAAA,CACA,4BAAA,CACA,qBAAA,CAED,oBACC,4BAAA,CAKD,2FAGC,oCAAA,CACA,4CAAA,CACA,gBAAA,CACA,UAAA,CAED,yEAGC,UAAA,CAED,0KAMC,qBAAA,CACA,4CAAA,CACA,gBAAA,CACA,4BAAA,CAED,2FAIC,4BAAA,CAED,wFAGC,qCAAA,CACA,4CAAA,CACA,gBAAA,CACA,4BAAA,CAED,sEAGC,4BAAA,CAKD,iGAGC,6CAAA,CACA,4CAAA,CACA,6BAAA,CACA,eAAA,CAED,uGAGC,+BAAA,CAED,qFAGC,yBAAA,CACA,kCAAA,CACA,UAAA,CAED,2FAGC,UAAA,CAED,oGAGC,UAAA,CAKD,2BACC,wDAAA,CAED,kDAEC,wDAAA,CAED,0BACC,wDAAA,CAED,6BACC,wDAAA,CAED,uDAEC,wDAAA,CAED,sBACC,YAAA,CAMD,mBACC,sEAAA,CACA,UAAA,CAED,kBACC,oBAAA,CACA,WAAA,CACA,wEAAA,CACA,UAAA,CACA,iBAAA,CAID,SACC,WAAA,CAEA,oCACC,2BAAA,CACA,4BAAA,CAGD,sBACC,eAAA,CACA,kBAAA,CAEA,wCACC,WAAA,CACA,mCAAA,CACA,kBAAA,CACA,mBAAA,CACA,oBAAA,CAGD,6EAEC,WAAA,CACA,8CAAA,CACA,4BAAA,CACA,0WACC,4BAAA,CAGF,uCACC,gBAAA,CAOF,yBACC,SAAA,CAIA,4EAEC,iBAAA,CAGD,yCACC,+BAAA,CACA,aAAA,CACA,wBAAA,CAEA,iHACC,mDAAA,CACA,4BAAA,CAKH,mCACC,uCAAA,CACA,eAAA,CAGD,+BACC,eAAA,CACA,8CAAA,CACA,+CAAA,CAGD,gRAKC,4BAAA,CACA,kBAAA,CACA,kCAAA,CAIA,iCACC,0BAAA,CAKH,mBACC,qCAAA,CACA,+BAAA,CACA,0CAAA,CAKD,oCAEC,kBAAA\",\"sourcesContent\":[\"/* Component containers\\n----------------------------------*/\\n.ui-widget-content {\\n\\tborder: 1px solid var(--color-border);\\n\\tbackground: var(--color-main-background) none;\\n\\tcolor: var(--color-main-text);\\n}\\n.ui-widget-content a {\\n\\tcolor: var(--color-main-text);\\n}\\n.ui-widget-header {\\n\\tborder: none;\\n\\tcolor: var(--color-main-text);\\n\\tbackground-image: none;\\n}\\n.ui-widget-header a {\\n\\tcolor: var(--color-main-text);\\n}\\n\\n/* Interaction states\\n----------------------------------*/\\n.ui-state-default,\\n.ui-widget-content .ui-state-default,\\n.ui-widget-header .ui-state-default {\\n\\tborder: 1px solid var(--color-border);\\n\\tbackground: var(--color-main-background) none;\\n\\tfont-weight: bold;\\n\\tcolor: #555;\\n}\\n.ui-state-default a,\\n.ui-state-default a:link,\\n.ui-state-default a:visited {\\n\\tcolor: #555;\\n}\\n.ui-state-hover,\\n.ui-widget-content .ui-state-hover,\\n.ui-widget-header .ui-state-hover,\\n.ui-state-focus,\\n.ui-widget-content .ui-state-focus,\\n.ui-widget-header .ui-state-focus {\\n\\tborder: 1px solid #ddd;\\n\\tbackground: var(--color-main-background) none;\\n\\tfont-weight: bold;\\n\\tcolor: var(--color-main-text);\\n}\\n.ui-state-hover a,\\n.ui-state-hover a:hover,\\n.ui-state-hover a:link,\\n.ui-state-hover a:visited {\\n\\tcolor: var(--color-main-text);\\n}\\n.ui-state-active,\\n.ui-widget-content .ui-state-active,\\n.ui-widget-header .ui-state-active {\\n\\tborder: 1px solid var(--color-primary);\\n\\tbackground: var(--color-main-background) none;\\n\\tfont-weight: bold;\\n\\tcolor: var(--color-main-text);\\n}\\n.ui-state-active a,\\n.ui-state-active a:link,\\n.ui-state-active a:visited {\\n\\tcolor: var(--color-main-text);\\n}\\n\\n/* Interaction Cues\\n----------------------------------*/\\n.ui-state-highlight,\\n.ui-widget-content .ui-state-highlight,\\n.ui-widget-header .ui-state-highlight {\\n\\tborder: 1px solid var(--color-main-background);\\n\\tbackground: var(--color-main-background) none;\\n\\tcolor: var(--color-text-light);\\n\\tfont-weight: 600;\\n}\\n.ui-state-highlight a,\\n.ui-widget-content .ui-state-highlight a,\\n.ui-widget-header .ui-state-highlight a {\\n\\tcolor: var(--color-text-lighter);\\n}\\n.ui-state-error,\\n.ui-widget-content .ui-state-error,\\n.ui-widget-header .ui-state-error {\\n\\tborder: var(--color-error);\\n\\tbackground: var(--color-error) none;\\n\\tcolor: #ffffff;\\n}\\n.ui-state-error a,\\n.ui-widget-content .ui-state-error a,\\n.ui-widget-header .ui-state-error a {\\n\\tcolor: #ffffff;\\n}\\n.ui-state-error-text,\\n.ui-widget-content .ui-state-error-text,\\n.ui-widget-header .ui-state-error-text {\\n\\tcolor: #ffffff;\\n}\\n\\n/* Icons\\n----------------------------------*/\\n.ui-state-default .ui-icon {\\n\\tbackground-image: url('images/ui-icons_1d2d44_256x240.png');\\n}\\n.ui-state-hover .ui-icon,\\n.ui-state-focus .ui-icon {\\n\\tbackground-image: url('images/ui-icons_1d2d44_256x240.png');\\n}\\n.ui-state-active .ui-icon {\\n\\tbackground-image: url('images/ui-icons_1d2d44_256x240.png');\\n}\\n.ui-state-highlight .ui-icon {\\n\\tbackground-image: url('images/ui-icons_ffffff_256x240.png');\\n}\\n.ui-state-error .ui-icon,\\n.ui-state-error-text .ui-icon {\\n\\tbackground-image: url('images/ui-icons_ffd27a_256x240.png');\\n}\\n.ui-icon.ui-icon-none {\\n\\tdisplay: none;\\n}\\n\\n/* Misc visuals\\n----------------------------------*/\\n/* Overlays */\\n.ui-widget-overlay {\\n\\tbackground: #666666 url('images/ui-bg_diagonals-thick_20_666666_40x40.png') 50% 50% repeat;\\n\\topacity: .5;\\n}\\n.ui-widget-shadow {\\n\\tmargin: -5px 0 0 -5px;\\n\\tpadding: 5px;\\n\\tbackground: #000000 url('images/ui-bg_flat_10_000000_40x100.png') 50% 50% repeat-x;\\n\\topacity: .2;\\n\\tborder-radius: 5px;\\n}\\n\\n/* Tabs customizations */\\n.ui-tabs {\\n\\tborder: none;\\n\\n\\t.ui-tabs-nav.ui-corner-all {\\n\\t\\tborder-bottom-left-radius: 0;\\n\\t\\tborder-bottom-right-radius: 0;\\n\\t}\\n\\n\\t.ui-tabs-nav {\\n\\t\\tbackground: none;\\n\\t\\tmargin-bottom: 15px;\\n\\n\\t\\t.ui-state-default {\\n\\t\\t\\tborder: none;\\n\\t\\t\\tborder-bottom: 1px solid transparent;\\n\\t\\t\\tfont-weight: normal;\\n\\t\\t\\tmargin: 0 !important;\\n\\t\\t\\tpadding: 0 !important;\\n\\t\\t}\\n\\n\\t\\t.ui-state-hover,\\n\\t\\t.ui-state-active {\\n\\t\\t\\tborder: none;\\n\\t\\t\\tborder-bottom: 1px solid var(--color-main-text);\\n\\t\\t\\tcolor: var(--color-main-text);\\n\\t\\t\\ta, a:link, a:hover, a:visited {\\n\\t\\t\\t\\tcolor: var(--color-main-text);\\n\\t\\t\\t}\\n\\t\\t}\\n\\t\\t.ui-state-active {\\n\\t\\t\\tfont-weight: bold;\\n\\t\\t}\\n\\t}\\n}\\n\\n/* Select menus */\\n.ui-autocomplete {\\n\\t&.ui-menu {\\n\\t\\tpadding: 0;\\n\\n\\t\\t/* scrolling starts from three items,\\n\\t\\t * so hide overflow and scrollbars for a clean layout */\\n\\t\\t&.item-count-1,\\n\\t\\t&.item-count-2 {\\n\\t\\t\\toverflow-y: hidden;\\n\\t\\t}\\n\\n\\t\\t.ui-menu-item a {\\n\\t\\t\\tcolor: var(--color-text-lighter);\\n\\t\\t\\tdisplay: block;\\n\\t\\t\\tpadding: 4px 4px 4px 14px;\\n\\n\\t\\t\\t&.ui-state-focus, &.ui-state-active {\\n\\t\\t\\t\\tbox-shadow: inset 4px 0 var(--color-primary-element);\\n\\t\\t\\t\\tcolor: var(--color-main-text);\\n\\t\\t\\t}\\n\\t\\t}\\n\\t}\\n\\n\\t&.ui-widget-content {\\n\\t\\tbackground: var(--color-main-background);\\n\\t\\tborder-top: none;\\n\\t}\\n\\n\\t&.ui-corner-all {\\n\\t\\tborder-radius: 0;\\n\\t\\tborder-bottom-left-radius: var(--border-radius);\\n\\t\\tborder-bottom-right-radius: var(--border-radius);\\n\\t}\\n\\n\\t.ui-state-hover, .ui-widget-content .ui-state-hover,\\n\\t.ui-widget-header .ui-state-hover,\\n\\t.ui-state-focus,\\n\\t.ui-widget-content .ui-state-focus,\\n\\t.ui-widget-header .ui-state-focus {\\n\\t\\tborder: 1px solid transparent;\\n\\t\\tbackground: inherit;\\n\\t\\tcolor: var(--color-primary-element);\\n\\t}\\n\\n\\t.ui-menu-item {\\n\\t\\ta {\\n\\t\\t\\tborder-radius: 0 !important;\\n\\t\\t}\\n\\t}\\n}\\n\\n.ui-button.primary {\\n\\tbackground-color: var(--color-primary);\\n\\tcolor: var(--color-primary-text);\\n\\tborder: 1px solid var(--color-primary-text);\\n}\\n\\n\\n/* DRAGGABLE */\\n.ui-draggable-handle,\\n.ui-selectable {\\n\\ttouch-action: pan-y;\\n}\\n\"],\"sourceRoot\":\"\"}]);\n// Exports\nexport default ___CSS_LOADER_EXPORT___;\n","// Imports\nimport ___CSS_LOADER_API_SOURCEMAP_IMPORT___ from \"../../../../node_modules/css-loader/dist/runtime/cssWithMappingToString.js\";\nimport ___CSS_LOADER_API_IMPORT___ from \"../../../../node_modules/css-loader/dist/runtime/api.js\";\nvar ___CSS_LOADER_EXPORT___ = ___CSS_LOADER_API_IMPORT___(___CSS_LOADER_API_SOURCEMAP_IMPORT___);\n// Module\n___CSS_LOADER_EXPORT___.push([module.id, \".oc-dialog{background:var(--color-main-background);color:var(--color-text-light);border-radius:var(--border-radius-large);box-shadow:0 0 30px var(--color-box-shadow);padding:15px;z-index:10000;font-size:100%;box-sizing:border-box;min-width:200px;top:50%;left:50%;transform:translate(-50%, -50%);max-height:calc(100% - 20px);max-width:calc(100% - 20px);overflow:auto}.oc-dialog-title{background:var(--color-main-background)}.oc-dialog-buttonrow{position:relative;display:flex;background:transparent;right:0;bottom:0;padding:0;padding-top:10px;box-sizing:border-box;width:100%;background-image:linear-gradient(rgba(255, 255, 255, 0), var(--color-main-background))}.oc-dialog-buttonrow.twobuttons{justify-content:space-between}.oc-dialog-buttonrow.onebutton,.oc-dialog-buttonrow.twobuttons.aside{justify-content:flex-end}.oc-dialog-buttonrow button{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;height:44px;min-width:44px}.oc-dialog-close{position:absolute;top:0;right:0;padding:25px;background:var(--icon-close-000) no-repeat center;opacity:.5}.oc-dialog-close:hover,.oc-dialog-close:focus,.oc-dialog-close:active{opacity:1}.oc-dialog-dim{background-color:#000;opacity:.2;z-index:9999;position:fixed;top:0;left:0;width:100%;height:100%}body.theme--dark .oc-dialog-dim{opacity:.8}.oc-dialog-content{width:100%;max-width:550px}.oc-dialog.password-confirmation .oc-dialog-content{width:auto}.oc-dialog.password-confirmation .oc-dialog-content input[type=password]{width:100%}.oc-dialog.password-confirmation .oc-dialog-content label{display:none}\", \"\",{\"version\":3,\"sources\":[\"webpack://./core/src/jquery/css/jquery.ocdialog.scss\"],\"names\":[],\"mappings\":\"AAAA,WACC,uCAAA,CACA,6BAAA,CACA,wCAAA,CACA,2CAAA,CACA,YAAA,CACA,aAAA,CACA,cAAA,CACA,qBAAA,CACA,eAAA,CACA,OAAA,CACA,QAAA,CACA,+BAAA,CACA,4BAAA,CACA,2BAAA,CACA,aAAA,CAED,iBACC,uCAAA,CAED,qBACC,iBAAA,CACA,YAAA,CACA,sBAAA,CACA,OAAA,CACA,QAAA,CACA,SAAA,CACA,gBAAA,CACA,qBAAA,CACA,UAAA,CACA,sFAAA,CAEA,gCACO,6BAAA,CAGP,qEAEC,wBAAA,CAGD,4BACI,kBAAA,CACA,eAAA,CACH,sBAAA,CACA,WAAA,CACA,cAAA,CAIF,iBACC,iBAAA,CACA,KAAA,CACA,OAAA,CACA,YAAA,CACA,iDAAA,CACA,UAAA,CAEA,sEAGC,SAAA,CAIF,eACC,qBAAA,CACA,UAAA,CACA,YAAA,CACA,cAAA,CACA,KAAA,CACA,MAAA,CACA,UAAA,CACA,WAAA,CAGD,gCACC,UAAA,CAGD,mBACC,UAAA,CACA,eAAA,CAIA,oDACC,UAAA,CAEA,yEACC,UAAA,CAED,0DACC,YAAA\",\"sourcesContent\":[\".oc-dialog {\\n\\tbackground: var(--color-main-background);\\n\\tcolor: var(--color-text-light);\\n\\tborder-radius: var(--border-radius-large);\\n\\tbox-shadow: 0 0 30px var(--color-box-shadow);\\n\\tpadding: 15px;\\n\\tz-index: 10000;\\n\\tfont-size: 100%;\\n\\tbox-sizing: border-box;\\n\\tmin-width: 200px;\\n\\ttop: 50%;\\n\\tleft: 50%;\\n\\ttransform: translate(-50%, -50%);\\n\\tmax-height: calc(100% - 20px);\\n\\tmax-width: calc(100% - 20px);\\n\\toverflow: auto;\\n}\\n.oc-dialog-title {\\n\\tbackground: var(--color-main-background);\\n}\\n.oc-dialog-buttonrow {\\n\\tposition: relative;\\n\\tdisplay: flex;\\n\\tbackground: transparent;\\n\\tright: 0;\\n\\tbottom: 0;\\n\\tpadding: 0;\\n\\tpadding-top: 10px;\\n\\tbox-sizing: border-box;\\n\\twidth: 100%;\\n\\tbackground-image: linear-gradient(rgba(255, 255, 255, 0.0), var(--color-main-background));\\n\\n\\t&.twobuttons {\\n justify-content: space-between;\\n }\\n\\n\\t&.onebutton,\\n\\t&.twobuttons.aside {\\n\\t\\tjustify-content: flex-end;\\n\\t}\\n\\n\\tbutton {\\n\\t white-space: nowrap;\\n\\t overflow: hidden;\\n\\t\\ttext-overflow: ellipsis;\\n\\t\\theight: 44px;\\n\\t\\tmin-width: 44px;\\n\\t}\\n}\\n\\n.oc-dialog-close {\\n\\tposition: absolute;\\n\\ttop: 0;\\n\\tright: 0;\\n\\tpadding: 25px;\\n\\tbackground: var(--icon-close-000) no-repeat center;\\n\\topacity: .5;\\n\\n\\t&:hover,\\n\\t&:focus,\\n\\t&:active {\\n\\t\\topacity: 1;\\n\\t}\\n}\\n\\n.oc-dialog-dim {\\n\\tbackground-color: #000;\\n\\topacity: .2;\\n\\tz-index: 9999;\\n\\tposition: fixed;\\n\\ttop: 0;\\n\\tleft: 0;\\n\\twidth: 100%;\\n\\theight: 100%;\\n}\\n\\nbody.theme--dark .oc-dialog-dim {\\n\\topacity: .8;\\n}\\n\\n.oc-dialog-content {\\n\\twidth: 100%;\\n\\tmax-width: 550px;\\n}\\n\\n.oc-dialog.password-confirmation {\\n\\t.oc-dialog-content {\\n\\t\\twidth: auto;\\n\\n\\t\\tinput[type=password] {\\n\\t\\t\\twidth: 100%;\\n\\t\\t}\\n\\t\\tlabel {\\n\\t\\t\\tdisplay: none;\\n\\t\\t}\\n\\t}\\n}\\n\"],\"sourceRoot\":\"\"}]);\n// Exports\nexport default ___CSS_LOADER_EXPORT___;\n","'use strict';\nvar toObject = require('../internals/to-object');\nvar toAbsoluteIndex = require('../internals/to-absolute-index');\nvar toLength = require('../internals/to-length');\n\nvar min = Math.min;\n\n// `Array.prototype.copyWithin` method implementation\n// https://tc39.es/ecma262/#sec-array.prototype.copywithin\n// eslint-disable-next-line es/no-array-prototype-copywithin -- safe\nmodule.exports = [].copyWithin || function copyWithin(target /* = 0 */, start /* = 0, end = @length */) {\n var O = toObject(this);\n var len = toLength(O.length);\n var to = toAbsoluteIndex(target, len);\n var from = toAbsoluteIndex(start, len);\n var end = arguments.length > 2 ? arguments[2] : undefined;\n var count = min((end === undefined ? len : toAbsoluteIndex(end, len)) - from, len - to);\n var inc = 1;\n if (from < to && to < from + count) {\n inc = -1;\n from += count - 1;\n to += count - 1;\n }\n while (count-- > 0) {\n if (from in O) O[to] = O[from];\n else delete O[to];\n to += inc;\n from += inc;\n } return O;\n};\n","'use strict';\nvar isArray = require('../internals/is-array');\nvar toLength = require('../internals/to-length');\nvar bind = require('../internals/function-bind-context');\n\n// `FlattenIntoArray` abstract operation\n// https://tc39.github.io/proposal-flatMap/#sec-FlattenIntoArray\nvar flattenIntoArray = function (target, original, source, sourceLen, start, depth, mapper, thisArg) {\n var targetIndex = start;\n var sourceIndex = 0;\n var mapFn = mapper ? bind(mapper, thisArg, 3) : false;\n var element;\n\n while (sourceIndex < sourceLen) {\n if (sourceIndex in source) {\n element = mapFn ? mapFn(source[sourceIndex], sourceIndex, original) : source[sourceIndex];\n\n if (depth > 0 && isArray(element)) {\n targetIndex = flattenIntoArray(target, original, element, toLength(element.length), targetIndex, depth - 1) - 1;\n } else {\n if (targetIndex >= 0x1FFFFFFFFFFFFF) throw TypeError('Exceed the acceptable array length');\n target[targetIndex] = element;\n }\n\n targetIndex++;\n }\n sourceIndex++;\n }\n return targetIndex;\n};\n\nmodule.exports = flattenIntoArray;\n","'use strict';\n/* eslint-disable es/no-array-prototype-lastindexof -- safe */\nvar toIndexedObject = require('../internals/to-indexed-object');\nvar toInteger = require('../internals/to-integer');\nvar toLength = require('../internals/to-length');\nvar arrayMethodIsStrict = require('../internals/array-method-is-strict');\n\nvar min = Math.min;\nvar $lastIndexOf = [].lastIndexOf;\nvar NEGATIVE_ZERO = !!$lastIndexOf && 1 / [1].lastIndexOf(1, -0) < 0;\nvar STRICT_METHOD = arrayMethodIsStrict('lastIndexOf');\nvar FORCED = NEGATIVE_ZERO || !STRICT_METHOD;\n\n// `Array.prototype.lastIndexOf` method implementation\n// https://tc39.es/ecma262/#sec-array.prototype.lastindexof\nmodule.exports = FORCED ? function lastIndexOf(searchElement /* , fromIndex = @[*-1] */) {\n // convert -0 to +0\n if (NEGATIVE_ZERO) return $lastIndexOf.apply(this, arguments) || 0;\n var O = toIndexedObject(this);\n var length = toLength(O.length);\n var index = length - 1;\n if (arguments.length > 1) index = min(index, toInteger(arguments[1]));\n if (index < 0) index = length + index;\n for (;index >= 0; index--) if (index in O && O[index] === searchElement) return index || 0;\n return -1;\n} : $lastIndexOf;\n","var toInteger = require('../internals/to-integer');\nvar toLength = require('../internals/to-length');\n\n// `ToIndex` abstract operation\n// https://tc39.es/ecma262/#sec-toindex\nmodule.exports = function (it) {\n if (it === undefined) return 0;\n var number = toInteger(it);\n var length = toLength(number);\n if (number !== length) throw RangeError('Wrong length or index');\n return length;\n};\n","'use strict';\nvar aFunction = require('../internals/a-function');\nvar isObject = require('../internals/is-object');\n\nvar slice = [].slice;\nvar factories = {};\n\nvar construct = function (C, argsLength, args) {\n if (!(argsLength in factories)) {\n for (var list = [], i = 0; i < argsLength; i++) list[i] = 'a[' + i + ']';\n // eslint-disable-next-line no-new-func -- we have no proper alternatives, IE8- only\n factories[argsLength] = Function('C,a', 'return new C(' + list.join(',') + ')');\n } return factories[argsLength](C, args);\n};\n\n// `Function.prototype.bind` method implementation\n// https://tc39.es/ecma262/#sec-function.prototype.bind\nmodule.exports = Function.bind || function bind(that /* , ...args */) {\n var fn = aFunction(this);\n var partArgs = slice.call(arguments, 1);\n var boundFunction = function bound(/* args... */) {\n var args = partArgs.concat(slice.call(arguments));\n return this instanceof boundFunction ? construct(fn, args.length, args) : fn.apply(that, args);\n };\n if (isObject(fn.prototype)) boundFunction.prototype = fn.prototype;\n return boundFunction;\n};\n","'use strict';\nvar defineProperty = require('../internals/object-define-property').f;\nvar create = require('../internals/object-create');\nvar redefineAll = require('../internals/redefine-all');\nvar bind = require('../internals/function-bind-context');\nvar anInstance = require('../internals/an-instance');\nvar iterate = require('../internals/iterate');\nvar defineIterator = require('../internals/define-iterator');\nvar setSpecies = require('../internals/set-species');\nvar DESCRIPTORS = require('../internals/descriptors');\nvar fastKey = require('../internals/internal-metadata').fastKey;\nvar InternalStateModule = require('../internals/internal-state');\n\nvar setInternalState = InternalStateModule.set;\nvar internalStateGetterFor = InternalStateModule.getterFor;\n\nmodule.exports = {\n getConstructor: function (wrapper, CONSTRUCTOR_NAME, IS_MAP, ADDER) {\n var C = wrapper(function (that, iterable) {\n anInstance(that, C, CONSTRUCTOR_NAME);\n setInternalState(that, {\n type: CONSTRUCTOR_NAME,\n index: create(null),\n first: undefined,\n last: undefined,\n size: 0\n });\n if (!DESCRIPTORS) that.size = 0;\n if (iterable != undefined) iterate(iterable, that[ADDER], { that: that, AS_ENTRIES: IS_MAP });\n });\n\n var getInternalState = internalStateGetterFor(CONSTRUCTOR_NAME);\n\n var define = function (that, key, value) {\n var state = getInternalState(that);\n var entry = getEntry(that, key);\n var previous, index;\n // change existing entry\n if (entry) {\n entry.value = value;\n // create new entry\n } else {\n state.last = entry = {\n index: index = fastKey(key, true),\n key: key,\n value: value,\n previous: previous = state.last,\n next: undefined,\n removed: false\n };\n if (!state.first) state.first = entry;\n if (previous) previous.next = entry;\n if (DESCRIPTORS) state.size++;\n else that.size++;\n // add to index\n if (index !== 'F') state.index[index] = entry;\n } return that;\n };\n\n var getEntry = function (that, key) {\n var state = getInternalState(that);\n // fast case\n var index = fastKey(key);\n var entry;\n if (index !== 'F') return state.index[index];\n // frozen object case\n for (entry = state.first; entry; entry = entry.next) {\n if (entry.key == key) return entry;\n }\n };\n\n redefineAll(C.prototype, {\n // `{ Map, Set }.prototype.clear()` methods\n // https://tc39.es/ecma262/#sec-map.prototype.clear\n // https://tc39.es/ecma262/#sec-set.prototype.clear\n clear: function clear() {\n var that = this;\n var state = getInternalState(that);\n var data = state.index;\n var entry = state.first;\n while (entry) {\n entry.removed = true;\n if (entry.previous) entry.previous = entry.previous.next = undefined;\n delete data[entry.index];\n entry = entry.next;\n }\n state.first = state.last = undefined;\n if (DESCRIPTORS) state.size = 0;\n else that.size = 0;\n },\n // `{ Map, Set }.prototype.delete(key)` methods\n // https://tc39.es/ecma262/#sec-map.prototype.delete\n // https://tc39.es/ecma262/#sec-set.prototype.delete\n 'delete': function (key) {\n var that = this;\n var state = getInternalState(that);\n var entry = getEntry(that, key);\n if (entry) {\n var next = entry.next;\n var prev = entry.previous;\n delete state.index[entry.index];\n entry.removed = true;\n if (prev) prev.next = next;\n if (next) next.previous = prev;\n if (state.first == entry) state.first = next;\n if (state.last == entry) state.last = prev;\n if (DESCRIPTORS) state.size--;\n else that.size--;\n } return !!entry;\n },\n // `{ Map, Set }.prototype.forEach(callbackfn, thisArg = undefined)` methods\n // https://tc39.es/ecma262/#sec-map.prototype.foreach\n // https://tc39.es/ecma262/#sec-set.prototype.foreach\n forEach: function forEach(callbackfn /* , that = undefined */) {\n var state = getInternalState(this);\n var boundFunction = bind(callbackfn, arguments.length > 1 ? arguments[1] : undefined, 3);\n var entry;\n while (entry = entry ? entry.next : state.first) {\n boundFunction(entry.value, entry.key, this);\n // revert to the last existing entry\n while (entry && entry.removed) entry = entry.previous;\n }\n },\n // `{ Map, Set}.prototype.has(key)` methods\n // https://tc39.es/ecma262/#sec-map.prototype.has\n // https://tc39.es/ecma262/#sec-set.prototype.has\n has: function has(key) {\n return !!getEntry(this, key);\n }\n });\n\n redefineAll(C.prototype, IS_MAP ? {\n // `Map.prototype.get(key)` method\n // https://tc39.es/ecma262/#sec-map.prototype.get\n get: function get(key) {\n var entry = getEntry(this, key);\n return entry && entry.value;\n },\n // `Map.prototype.set(key, value)` method\n // https://tc39.es/ecma262/#sec-map.prototype.set\n set: function set(key, value) {\n return define(this, key === 0 ? 0 : key, value);\n }\n } : {\n // `Set.prototype.add(value)` method\n // https://tc39.es/ecma262/#sec-set.prototype.add\n add: function add(value) {\n return define(this, value = value === 0 ? 0 : value, value);\n }\n });\n if (DESCRIPTORS) defineProperty(C.prototype, 'size', {\n get: function () {\n return getInternalState(this).size;\n }\n });\n return C;\n },\n setStrong: function (C, CONSTRUCTOR_NAME, IS_MAP) {\n var ITERATOR_NAME = CONSTRUCTOR_NAME + ' Iterator';\n var getInternalCollectionState = internalStateGetterFor(CONSTRUCTOR_NAME);\n var getInternalIteratorState = internalStateGetterFor(ITERATOR_NAME);\n // `{ Map, Set }.prototype.{ keys, values, entries, @@iterator }()` methods\n // https://tc39.es/ecma262/#sec-map.prototype.entries\n // https://tc39.es/ecma262/#sec-map.prototype.keys\n // https://tc39.es/ecma262/#sec-map.prototype.values\n // https://tc39.es/ecma262/#sec-map.prototype-@@iterator\n // https://tc39.es/ecma262/#sec-set.prototype.entries\n // https://tc39.es/ecma262/#sec-set.prototype.keys\n // https://tc39.es/ecma262/#sec-set.prototype.values\n // https://tc39.es/ecma262/#sec-set.prototype-@@iterator\n defineIterator(C, CONSTRUCTOR_NAME, function (iterated, kind) {\n setInternalState(this, {\n type: ITERATOR_NAME,\n target: iterated,\n state: getInternalCollectionState(iterated),\n kind: kind,\n last: undefined\n });\n }, function () {\n var state = getInternalIteratorState(this);\n var kind = state.kind;\n var entry = state.last;\n // revert to the last existing entry\n while (entry && entry.removed) entry = entry.previous;\n // get next entry\n if (!state.target || !(state.last = entry = entry ? entry.next : state.state.first)) {\n // or finish the iteration\n state.target = undefined;\n return { value: undefined, done: true };\n }\n // return step by kind\n if (kind == 'keys') return { value: entry.key, done: false };\n if (kind == 'values') return { value: entry.value, done: false };\n return { value: [entry.key, entry.value], done: false };\n }, IS_MAP ? 'entries' : 'values', !IS_MAP, true);\n\n // `{ Map, Set }.prototype[@@species]` accessors\n // https://tc39.es/ecma262/#sec-get-map-@@species\n // https://tc39.es/ecma262/#sec-get-set-@@species\n setSpecies(CONSTRUCTOR_NAME);\n }\n};\n","var log = Math.log;\n\n// `Math.log1p` method implementation\n// https://tc39.es/ecma262/#sec-math.log1p\n// eslint-disable-next-line es/no-math-log1p -- safe\nmodule.exports = Math.log1p || function log1p(x) {\n return (x = +x) > -1e-8 && x < 1e-8 ? x - x * x / 2 : log(1 + x);\n};\n","var isObject = require('../internals/is-object');\n\nvar floor = Math.floor;\n\n// `Number.isInteger` method implementation\n// https://tc39.es/ecma262/#sec-number.isinteger\nmodule.exports = function isInteger(it) {\n return !isObject(it) && isFinite(it) && floor(it) === it;\n};\n","var global = require('../internals/global');\nvar trim = require('../internals/string-trim').trim;\nvar whitespaces = require('../internals/whitespaces');\n\nvar $parseFloat = global.parseFloat;\nvar FORCED = 1 / $parseFloat(whitespaces + '-0') !== -Infinity;\n\n// `parseFloat` method\n// https://tc39.es/ecma262/#sec-parsefloat-string\nmodule.exports = FORCED ? function parseFloat(string) {\n var trimmedString = trim(String(string));\n var result = $parseFloat(trimmedString);\n return result === 0 && trimmedString.charAt(0) == '-' ? -0 : result;\n} : $parseFloat;\n","var global = require('../internals/global');\nvar trim = require('../internals/string-trim').trim;\nvar whitespaces = require('../internals/whitespaces');\n\nvar $parseInt = global.parseInt;\nvar hex = /^[+-]?0[Xx]/;\nvar FORCED = $parseInt(whitespaces + '08') !== 8 || $parseInt(whitespaces + '0x16') !== 22;\n\n// `parseInt` method\n// https://tc39.es/ecma262/#sec-parseint-string-radix\nmodule.exports = FORCED ? function parseInt(string, radix) {\n var S = trim(String(string));\n return $parseInt(S, (radix >>> 0) || (hex.test(S) ? 16 : 10));\n} : $parseInt;\n","var DESCRIPTORS = require('../internals/descriptors');\nvar objectKeys = require('../internals/object-keys');\nvar toIndexedObject = require('../internals/to-indexed-object');\nvar propertyIsEnumerable = require('../internals/object-property-is-enumerable').f;\n\n// `Object.{ entries, values }` methods implementation\nvar createMethod = function (TO_ENTRIES) {\n return function (it) {\n var O = toIndexedObject(it);\n var keys = objectKeys(O);\n var length = keys.length;\n var i = 0;\n var result = [];\n var key;\n while (length > i) {\n key = keys[i++];\n if (!DESCRIPTORS || propertyIsEnumerable.call(O, key)) {\n result.push(TO_ENTRIES ? [key, O[key]] : O[key]);\n }\n }\n return result;\n };\n};\n\nmodule.exports = {\n // `Object.entries` method\n // https://tc39.es/ecma262/#sec-object.entries\n entries: createMethod(true),\n // `Object.values` method\n // https://tc39.es/ecma262/#sec-object.values\n values: createMethod(false)\n};\n","var global = require('../internals/global');\n\nmodule.exports = global.Promise;\n","var userAgent = require('../internals/engine-user-agent');\n\nmodule.exports = /(?:iphone|ipod|ipad).*applewebkit/i.test(userAgent);\n","var global = require('../internals/global');\nvar getOwnPropertyDescriptor = require('../internals/object-get-own-property-descriptor').f;\nvar macrotask = require('../internals/task').set;\nvar IS_IOS = require('../internals/engine-is-ios');\nvar IS_WEBOS_WEBKIT = require('../internals/engine-is-webos-webkit');\nvar IS_NODE = require('../internals/engine-is-node');\n\nvar MutationObserver = global.MutationObserver || global.WebKitMutationObserver;\nvar document = global.document;\nvar process = global.process;\nvar Promise = global.Promise;\n// Node.js 11 shows ExperimentalWarning on getting `queueMicrotask`\nvar queueMicrotaskDescriptor = getOwnPropertyDescriptor(global, 'queueMicrotask');\nvar queueMicrotask = queueMicrotaskDescriptor && queueMicrotaskDescriptor.value;\n\nvar flush, head, last, notify, toggle, node, promise, then;\n\n// modern engines have queueMicrotask method\nif (!queueMicrotask) {\n flush = function () {\n var parent, fn;\n if (IS_NODE && (parent = process.domain)) parent.exit();\n while (head) {\n fn = head.fn;\n head = head.next;\n try {\n fn();\n } catch (error) {\n if (head) notify();\n else last = undefined;\n throw error;\n }\n } last = undefined;\n if (parent) parent.enter();\n };\n\n // browsers with MutationObserver, except iOS - https://github.com/zloirock/core-js/issues/339\n // also except WebOS Webkit https://github.com/zloirock/core-js/issues/898\n if (!IS_IOS && !IS_NODE && !IS_WEBOS_WEBKIT && MutationObserver && document) {\n toggle = true;\n node = document.createTextNode('');\n new MutationObserver(flush).observe(node, { characterData: true });\n notify = function () {\n node.data = toggle = !toggle;\n };\n // environments with maybe non-completely correct, but existent Promise\n } else if (Promise && Promise.resolve) {\n // Promise.resolve without an argument throws an error in LG WebOS 2\n promise = Promise.resolve(undefined);\n // workaround of WebKit ~ iOS Safari 10.1 bug\n promise.constructor = Promise;\n then = promise.then;\n notify = function () {\n then.call(promise, flush);\n };\n // Node.js without promises\n } else if (IS_NODE) {\n notify = function () {\n process.nextTick(flush);\n };\n // for other environments - macrotask based on:\n // - setImmediate\n // - MessageChannel\n // - window.postMessag\n // - onreadystatechange\n // - setTimeout\n } else {\n notify = function () {\n // strange IE + webpack dev server bug - use .call(global)\n macrotask.call(global, flush);\n };\n }\n}\n\nmodule.exports = queueMicrotask || function (fn) {\n var task = { fn: fn, next: undefined };\n if (last) last.next = task;\n if (!head) {\n head = task;\n notify();\n } last = task;\n};\n","var anObject = require('../internals/an-object');\nvar isObject = require('../internals/is-object');\nvar newPromiseCapability = require('../internals/new-promise-capability');\n\nmodule.exports = function (C, x) {\n anObject(C);\n if (isObject(x) && x.constructor === C) return x;\n var promiseCapability = newPromiseCapability.f(C);\n var resolve = promiseCapability.resolve;\n resolve(x);\n return promiseCapability.promise;\n};\n","// https://github.com/zloirock/core-js/issues/280\nvar userAgent = require('../internals/engine-user-agent');\n\n// eslint-disable-next-line unicorn/no-unsafe-regex -- safe\nmodule.exports = /Version\\/10(?:\\.\\d+){1,2}(?: [\\w./]+)?(?: Mobile\\/\\w+)? Safari\\//.test(userAgent);\n","var toPositiveInteger = require('../internals/to-positive-integer');\n\nmodule.exports = function (it, BYTES) {\n var offset = toPositiveInteger(it);\n if (offset % BYTES) throw RangeError('Wrong offset');\n return offset;\n};\n","var toObject = require('../internals/to-object');\nvar toLength = require('../internals/to-length');\nvar getIteratorMethod = require('../internals/get-iterator-method');\nvar isArrayIteratorMethod = require('../internals/is-array-iterator-method');\nvar bind = require('../internals/function-bind-context');\nvar aTypedArrayConstructor = require('../internals/array-buffer-view-core').aTypedArrayConstructor;\n\nmodule.exports = function from(source /* , mapfn, thisArg */) {\n var O = toObject(source);\n var argumentsLength = arguments.length;\n var mapfn = argumentsLength > 1 ? arguments[1] : undefined;\n var mapping = mapfn !== undefined;\n var iteratorMethod = getIteratorMethod(O);\n var i, length, result, step, iterator, next;\n if (iteratorMethod != undefined && !isArrayIteratorMethod(iteratorMethod)) {\n iterator = iteratorMethod.call(O);\n next = iterator.next;\n O = [];\n while (!(step = next.call(iterator)).done) {\n O.push(step.value);\n }\n }\n if (mapping && argumentsLength > 2) {\n mapfn = bind(mapfn, arguments[2], 2);\n }\n length = toLength(O.length);\n result = new (aTypedArrayConstructor(this))(length);\n for (i = 0; length > i; i++) {\n result[i] = mapping ? mapfn(O[i], i) : O[i];\n }\n return result;\n};\n","'use strict';\nvar redefineAll = require('../internals/redefine-all');\nvar getWeakData = require('../internals/internal-metadata').getWeakData;\nvar anObject = require('../internals/an-object');\nvar isObject = require('../internals/is-object');\nvar anInstance = require('../internals/an-instance');\nvar iterate = require('../internals/iterate');\nvar ArrayIterationModule = require('../internals/array-iteration');\nvar $has = require('../internals/has');\nvar InternalStateModule = require('../internals/internal-state');\n\nvar setInternalState = InternalStateModule.set;\nvar internalStateGetterFor = InternalStateModule.getterFor;\nvar find = ArrayIterationModule.find;\nvar findIndex = ArrayIterationModule.findIndex;\nvar id = 0;\n\n// fallback for uncaught frozen keys\nvar uncaughtFrozenStore = function (store) {\n return store.frozen || (store.frozen = new UncaughtFrozenStore());\n};\n\nvar UncaughtFrozenStore = function () {\n this.entries = [];\n};\n\nvar findUncaughtFrozen = function (store, key) {\n return find(store.entries, function (it) {\n return it[0] === key;\n });\n};\n\nUncaughtFrozenStore.prototype = {\n get: function (key) {\n var entry = findUncaughtFrozen(this, key);\n if (entry) return entry[1];\n },\n has: function (key) {\n return !!findUncaughtFrozen(this, key);\n },\n set: function (key, value) {\n var entry = findUncaughtFrozen(this, key);\n if (entry) entry[1] = value;\n else this.entries.push([key, value]);\n },\n 'delete': function (key) {\n var index = findIndex(this.entries, function (it) {\n return it[0] === key;\n });\n if (~index) this.entries.splice(index, 1);\n return !!~index;\n }\n};\n\nmodule.exports = {\n getConstructor: function (wrapper, CONSTRUCTOR_NAME, IS_MAP, ADDER) {\n var C = wrapper(function (that, iterable) {\n anInstance(that, C, CONSTRUCTOR_NAME);\n setInternalState(that, {\n type: CONSTRUCTOR_NAME,\n id: id++,\n frozen: undefined\n });\n if (iterable != undefined) iterate(iterable, that[ADDER], { that: that, AS_ENTRIES: IS_MAP });\n });\n\n var getInternalState = internalStateGetterFor(CONSTRUCTOR_NAME);\n\n var define = function (that, key, value) {\n var state = getInternalState(that);\n var data = getWeakData(anObject(key), true);\n if (data === true) uncaughtFrozenStore(state).set(key, value);\n else data[state.id] = value;\n return that;\n };\n\n redefineAll(C.prototype, {\n // `{ WeakMap, WeakSet }.prototype.delete(key)` methods\n // https://tc39.es/ecma262/#sec-weakmap.prototype.delete\n // https://tc39.es/ecma262/#sec-weakset.prototype.delete\n 'delete': function (key) {\n var state = getInternalState(this);\n if (!isObject(key)) return false;\n var data = getWeakData(key);\n if (data === true) return uncaughtFrozenStore(state)['delete'](key);\n return data && $has(data, state.id) && delete data[state.id];\n },\n // `{ WeakMap, WeakSet }.prototype.has(key)` methods\n // https://tc39.es/ecma262/#sec-weakmap.prototype.has\n // https://tc39.es/ecma262/#sec-weakset.prototype.has\n has: function has(key) {\n var state = getInternalState(this);\n if (!isObject(key)) return false;\n var data = getWeakData(key);\n if (data === true) return uncaughtFrozenStore(state).has(key);\n return data && $has(data, state.id);\n }\n });\n\n redefineAll(C.prototype, IS_MAP ? {\n // `WeakMap.prototype.get(key)` method\n // https://tc39.es/ecma262/#sec-weakmap.prototype.get\n get: function get(key) {\n var state = getInternalState(this);\n if (isObject(key)) {\n var data = getWeakData(key);\n if (data === true) return uncaughtFrozenStore(state).get(key);\n return data ? data[state.id] : undefined;\n }\n },\n // `WeakMap.prototype.set(key, value)` method\n // https://tc39.es/ecma262/#sec-weakmap.prototype.set\n set: function set(key, value) {\n return define(this, key, value);\n }\n } : {\n // `WeakSet.prototype.add(value)` method\n // https://tc39.es/ecma262/#sec-weakset.prototype.add\n add: function add(value) {\n return define(this, value, true);\n }\n });\n\n return C;\n }\n};\n","/*!\n\tautosize 4.0.2\n\tlicense: MIT\n\thttp://www.jacklmoore.com/autosize\n*/\n(function (global, factory) {\n\tif (typeof define === \"function\" && define.amd) {\n\t\tdefine(['module', 'exports'], factory);\n\t} else if (typeof exports !== \"undefined\") {\n\t\tfactory(module, exports);\n\t} else {\n\t\tvar mod = {\n\t\t\texports: {}\n\t\t};\n\t\tfactory(mod, mod.exports);\n\t\tglobal.autosize = mod.exports;\n\t}\n})(this, function (module, exports) {\n\t'use strict';\n\n\tvar map = typeof Map === \"function\" ? new Map() : function () {\n\t\tvar keys = [];\n\t\tvar values = [];\n\n\t\treturn {\n\t\t\thas: function has(key) {\n\t\t\t\treturn keys.indexOf(key) > -1;\n\t\t\t},\n\t\t\tget: function get(key) {\n\t\t\t\treturn values[keys.indexOf(key)];\n\t\t\t},\n\t\t\tset: function set(key, value) {\n\t\t\t\tif (keys.indexOf(key) === -1) {\n\t\t\t\t\tkeys.push(key);\n\t\t\t\t\tvalues.push(value);\n\t\t\t\t}\n\t\t\t},\n\t\t\tdelete: function _delete(key) {\n\t\t\t\tvar index = keys.indexOf(key);\n\t\t\t\tif (index > -1) {\n\t\t\t\t\tkeys.splice(index, 1);\n\t\t\t\t\tvalues.splice(index, 1);\n\t\t\t\t}\n\t\t\t}\n\t\t};\n\t}();\n\n\tvar createEvent = function createEvent(name) {\n\t\treturn new Event(name, { bubbles: true });\n\t};\n\ttry {\n\t\tnew Event('test');\n\t} catch (e) {\n\t\t// IE does not support `new Event()`\n\t\tcreateEvent = function createEvent(name) {\n\t\t\tvar evt = document.createEvent('Event');\n\t\t\tevt.initEvent(name, true, false);\n\t\t\treturn evt;\n\t\t};\n\t}\n\n\tfunction assign(ta) {\n\t\tif (!ta || !ta.nodeName || ta.nodeName !== 'TEXTAREA' || map.has(ta)) return;\n\n\t\tvar heightOffset = null;\n\t\tvar clientWidth = null;\n\t\tvar cachedHeight = null;\n\n\t\tfunction init() {\n\t\t\tvar style = window.getComputedStyle(ta, null);\n\n\t\t\tif (style.resize === 'vertical') {\n\t\t\t\tta.style.resize = 'none';\n\t\t\t} else if (style.resize === 'both') {\n\t\t\t\tta.style.resize = 'horizontal';\n\t\t\t}\n\n\t\t\tif (style.boxSizing === 'content-box') {\n\t\t\t\theightOffset = -(parseFloat(style.paddingTop) + parseFloat(style.paddingBottom));\n\t\t\t} else {\n\t\t\t\theightOffset = parseFloat(style.borderTopWidth) + parseFloat(style.borderBottomWidth);\n\t\t\t}\n\t\t\t// Fix when a textarea is not on document body and heightOffset is Not a Number\n\t\t\tif (isNaN(heightOffset)) {\n\t\t\t\theightOffset = 0;\n\t\t\t}\n\n\t\t\tupdate();\n\t\t}\n\n\t\tfunction changeOverflow(value) {\n\t\t\t{\n\t\t\t\t// Chrome/Safari-specific fix:\n\t\t\t\t// When the textarea y-overflow is hidden, Chrome/Safari do not reflow the text to account for the space\n\t\t\t\t// made available by removing the scrollbar. The following forces the necessary text reflow.\n\t\t\t\tvar width = ta.style.width;\n\t\t\t\tta.style.width = '0px';\n\t\t\t\t// Force reflow:\n\t\t\t\t/* jshint ignore:start */\n\t\t\t\tta.offsetWidth;\n\t\t\t\t/* jshint ignore:end */\n\t\t\t\tta.style.width = width;\n\t\t\t}\n\n\t\t\tta.style.overflowY = value;\n\t\t}\n\n\t\tfunction getParentOverflows(el) {\n\t\t\tvar arr = [];\n\n\t\t\twhile (el && el.parentNode && el.parentNode instanceof Element) {\n\t\t\t\tif (el.parentNode.scrollTop) {\n\t\t\t\t\tarr.push({\n\t\t\t\t\t\tnode: el.parentNode,\n\t\t\t\t\t\tscrollTop: el.parentNode.scrollTop\n\t\t\t\t\t});\n\t\t\t\t}\n\t\t\t\tel = el.parentNode;\n\t\t\t}\n\n\t\t\treturn arr;\n\t\t}\n\n\t\tfunction resize() {\n\t\t\tif (ta.scrollHeight === 0) {\n\t\t\t\t// If the scrollHeight is 0, then the element probably has display:none or is detached from the DOM.\n\t\t\t\treturn;\n\t\t\t}\n\n\t\t\tvar overflows = getParentOverflows(ta);\n\t\t\tvar docTop = document.documentElement && document.documentElement.scrollTop; // Needed for Mobile IE (ticket #240)\n\n\t\t\tta.style.height = '';\n\t\t\tta.style.height = ta.scrollHeight + heightOffset + 'px';\n\n\t\t\t// used to check if an update is actually necessary on window.resize\n\t\t\tclientWidth = ta.clientWidth;\n\n\t\t\t// prevents scroll-position jumping\n\t\t\toverflows.forEach(function (el) {\n\t\t\t\tel.node.scrollTop = el.scrollTop;\n\t\t\t});\n\n\t\t\tif (docTop) {\n\t\t\t\tdocument.documentElement.scrollTop = docTop;\n\t\t\t}\n\t\t}\n\n\t\tfunction update() {\n\t\t\tresize();\n\n\t\t\tvar styleHeight = Math.round(parseFloat(ta.style.height));\n\t\t\tvar computed = window.getComputedStyle(ta, null);\n\n\t\t\t// Using offsetHeight as a replacement for computed.height in IE, because IE does not account use of border-box\n\t\t\tvar actualHeight = computed.boxSizing === 'content-box' ? Math.round(parseFloat(computed.height)) : ta.offsetHeight;\n\n\t\t\t// The actual height not matching the style height (set via the resize method) indicates that \n\t\t\t// the max-height has been exceeded, in which case the overflow should be allowed.\n\t\t\tif (actualHeight < styleHeight) {\n\t\t\t\tif (computed.overflowY === 'hidden') {\n\t\t\t\t\tchangeOverflow('scroll');\n\t\t\t\t\tresize();\n\t\t\t\t\tactualHeight = computed.boxSizing === 'content-box' ? Math.round(parseFloat(window.getComputedStyle(ta, null).height)) : ta.offsetHeight;\n\t\t\t\t}\n\t\t\t} else {\n\t\t\t\t// Normally keep overflow set to hidden, to avoid flash of scrollbar as the textarea expands.\n\t\t\t\tif (computed.overflowY !== 'hidden') {\n\t\t\t\t\tchangeOverflow('hidden');\n\t\t\t\t\tresize();\n\t\t\t\t\tactualHeight = computed.boxSizing === 'content-box' ? Math.round(parseFloat(window.getComputedStyle(ta, null).height)) : ta.offsetHeight;\n\t\t\t\t}\n\t\t\t}\n\n\t\t\tif (cachedHeight !== actualHeight) {\n\t\t\t\tcachedHeight = actualHeight;\n\t\t\t\tvar evt = createEvent('autosize:resized');\n\t\t\t\ttry {\n\t\t\t\t\tta.dispatchEvent(evt);\n\t\t\t\t} catch (err) {\n\t\t\t\t\t// Firefox will throw an error on dispatchEvent for a detached element\n\t\t\t\t\t// https://bugzilla.mozilla.org/show_bug.cgi?id=889376\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\tvar pageResize = function pageResize() {\n\t\t\tif (ta.clientWidth !== clientWidth) {\n\t\t\t\tupdate();\n\t\t\t}\n\t\t};\n\n\t\tvar destroy = function (style) {\n\t\t\twindow.removeEventListener('resize', pageResize, false);\n\t\t\tta.removeEventListener('input', update, false);\n\t\t\tta.removeEventListener('keyup', update, false);\n\t\t\tta.removeEventListener('autosize:destroy', destroy, false);\n\t\t\tta.removeEventListener('autosize:update', update, false);\n\n\t\t\tObject.keys(style).forEach(function (key) {\n\t\t\t\tta.style[key] = style[key];\n\t\t\t});\n\n\t\t\tmap.delete(ta);\n\t\t}.bind(ta, {\n\t\t\theight: ta.style.height,\n\t\t\tresize: ta.style.resize,\n\t\t\toverflowY: ta.style.overflowY,\n\t\t\toverflowX: ta.style.overflowX,\n\t\t\twordWrap: ta.style.wordWrap\n\t\t});\n\n\t\tta.addEventListener('autosize:destroy', destroy, false);\n\n\t\t// IE9 does not fire onpropertychange or oninput for deletions,\n\t\t// so binding to onkeyup to catch most of those events.\n\t\t// There is no way that I know of to detect something like 'cut' in IE9.\n\t\tif ('onpropertychange' in ta && 'oninput' in ta) {\n\t\t\tta.addEventListener('keyup', update, false);\n\t\t}\n\n\t\twindow.addEventListener('resize', pageResize, false);\n\t\tta.addEventListener('input', update, false);\n\t\tta.addEventListener('autosize:update', update, false);\n\t\tta.style.overflowX = 'hidden';\n\t\tta.style.wordWrap = 'break-word';\n\n\t\tmap.set(ta, {\n\t\t\tdestroy: destroy,\n\t\t\tupdate: update\n\t\t});\n\n\t\tinit();\n\t}\n\n\tfunction destroy(ta) {\n\t\tvar methods = map.get(ta);\n\t\tif (methods) {\n\t\t\tmethods.destroy();\n\t\t}\n\t}\n\n\tfunction update(ta) {\n\t\tvar methods = map.get(ta);\n\t\tif (methods) {\n\t\t\tmethods.update();\n\t\t}\n\t}\n\n\tvar autosize = null;\n\n\t// Do nothing in Node.js environment and IE8 (or lower)\n\tif (typeof window === 'undefined' || typeof window.getComputedStyle !== 'function') {\n\t\tautosize = function autosize(el) {\n\t\t\treturn el;\n\t\t};\n\t\tautosize.destroy = function (el) {\n\t\t\treturn el;\n\t\t};\n\t\tautosize.update = function (el) {\n\t\t\treturn el;\n\t\t};\n\t} else {\n\t\tautosize = function autosize(el, options) {\n\t\t\tif (el) {\n\t\t\t\tArray.prototype.forEach.call(el.length ? el : [el], function (x) {\n\t\t\t\t\treturn assign(x, options);\n\t\t\t\t});\n\t\t\t}\n\t\t\treturn el;\n\t\t};\n\t\tautosize.destroy = function (el) {\n\t\t\tif (el) {\n\t\t\t\tArray.prototype.forEach.call(el.length ? el : [el], destroy);\n\t\t\t}\n\t\t\treturn el;\n\t\t};\n\t\tautosize.update = function (el) {\n\t\t\tif (el) {\n\t\t\t\tArray.prototype.forEach.call(el.length ? el : [el], update);\n\t\t\t}\n\t\t\treturn el;\n\t\t};\n\t}\n\n\texports.default = autosize;\n\tmodule.exports = exports['default'];\n});","/*!\n * clipboard.js v2.0.8\n * https://clipboardjs.com/\n *\n * Licensed MIT © Zeno Rocha\n */\n(function webpackUniversalModuleDefinition(root, factory) {\n\tif(typeof exports === 'object' && typeof module === 'object')\n\t\tmodule.exports = factory();\n\telse if(typeof define === 'function' && define.amd)\n\t\tdefine([], factory);\n\telse if(typeof exports === 'object')\n\t\texports[\"ClipboardJS\"] = factory();\n\telse\n\t\troot[\"ClipboardJS\"] = factory();\n})(this, function() {\nreturn /******/ (function() { // webpackBootstrap\n/******/ \tvar __webpack_modules__ = ({\n\n/***/ 134:\n/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {\n\n\"use strict\";\n\n// EXPORTS\n__webpack_require__.d(__webpack_exports__, {\n \"default\": function() { return /* binding */ clipboard; }\n});\n\n// EXTERNAL MODULE: ./node_modules/tiny-emitter/index.js\nvar tiny_emitter = __webpack_require__(279);\nvar tiny_emitter_default = /*#__PURE__*/__webpack_require__.n(tiny_emitter);\n// EXTERNAL MODULE: ./node_modules/good-listener/src/listen.js\nvar listen = __webpack_require__(370);\nvar listen_default = /*#__PURE__*/__webpack_require__.n(listen);\n// EXTERNAL MODULE: ./node_modules/select/src/select.js\nvar src_select = __webpack_require__(817);\nvar select_default = /*#__PURE__*/__webpack_require__.n(src_select);\n;// CONCATENATED MODULE: ./src/clipboard-action.js\nfunction _typeof(obj) { \"@babel/helpers - typeof\"; if (typeof Symbol === \"function\" && typeof Symbol.iterator === \"symbol\") { _typeof = function _typeof(obj) { return typeof obj; }; } else { _typeof = function _typeof(obj) { return obj && typeof Symbol === \"function\" && obj.constructor === Symbol && obj !== Symbol.prototype ? \"symbol\" : typeof obj; }; } return _typeof(obj); }\n\nfunction _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError(\"Cannot call a class as a function\"); } }\n\nfunction _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if (\"value\" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } }\n\nfunction _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); return Constructor; }\n\n\n/**\n * Inner class which performs selection from either `text` or `target`\n * properties and then executes copy or cut operations.\n */\n\nvar ClipboardAction = /*#__PURE__*/function () {\n /**\n * @param {Object} options\n */\n function ClipboardAction(options) {\n _classCallCheck(this, ClipboardAction);\n\n this.resolveOptions(options);\n this.initSelection();\n }\n /**\n * Defines base properties passed from constructor.\n * @param {Object} options\n */\n\n\n _createClass(ClipboardAction, [{\n key: \"resolveOptions\",\n value: function resolveOptions() {\n var options = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};\n this.action = options.action;\n this.container = options.container;\n this.emitter = options.emitter;\n this.target = options.target;\n this.text = options.text;\n this.trigger = options.trigger;\n this.selectedText = '';\n }\n /**\n * Decides which selection strategy is going to be applied based\n * on the existence of `text` and `target` properties.\n */\n\n }, {\n key: \"initSelection\",\n value: function initSelection() {\n if (this.text) {\n this.selectFake();\n } else if (this.target) {\n this.selectTarget();\n }\n }\n /**\n * Creates a fake textarea element, sets its value from `text` property,\n */\n\n }, {\n key: \"createFakeElement\",\n value: function createFakeElement() {\n var isRTL = document.documentElement.getAttribute('dir') === 'rtl';\n this.fakeElem = document.createElement('textarea'); // Prevent zooming on iOS\n\n this.fakeElem.style.fontSize = '12pt'; // Reset box model\n\n this.fakeElem.style.border = '0';\n this.fakeElem.style.padding = '0';\n this.fakeElem.style.margin = '0'; // Move element out of screen horizontally\n\n this.fakeElem.style.position = 'absolute';\n this.fakeElem.style[isRTL ? 'right' : 'left'] = '-9999px'; // Move element to the same position vertically\n\n var yPosition = window.pageYOffset || document.documentElement.scrollTop;\n this.fakeElem.style.top = \"\".concat(yPosition, \"px\");\n this.fakeElem.setAttribute('readonly', '');\n this.fakeElem.value = this.text;\n return this.fakeElem;\n }\n /**\n * Get's the value of fakeElem,\n * and makes a selection on it.\n */\n\n }, {\n key: \"selectFake\",\n value: function selectFake() {\n var _this = this;\n\n var fakeElem = this.createFakeElement();\n\n this.fakeHandlerCallback = function () {\n return _this.removeFake();\n };\n\n this.fakeHandler = this.container.addEventListener('click', this.fakeHandlerCallback) || true;\n this.container.appendChild(fakeElem);\n this.selectedText = select_default()(fakeElem);\n this.copyText();\n this.removeFake();\n }\n /**\n * Only removes the fake element after another click event, that way\n * a user can hit `Ctrl+C` to copy because selection still exists.\n */\n\n }, {\n key: \"removeFake\",\n value: function removeFake() {\n if (this.fakeHandler) {\n this.container.removeEventListener('click', this.fakeHandlerCallback);\n this.fakeHandler = null;\n this.fakeHandlerCallback = null;\n }\n\n if (this.fakeElem) {\n this.container.removeChild(this.fakeElem);\n this.fakeElem = null;\n }\n }\n /**\n * Selects the content from element passed on `target` property.\n */\n\n }, {\n key: \"selectTarget\",\n value: function selectTarget() {\n this.selectedText = select_default()(this.target);\n this.copyText();\n }\n /**\n * Executes the copy operation based on the current selection.\n */\n\n }, {\n key: \"copyText\",\n value: function copyText() {\n var succeeded;\n\n try {\n succeeded = document.execCommand(this.action);\n } catch (err) {\n succeeded = false;\n }\n\n this.handleResult(succeeded);\n }\n /**\n * Fires an event based on the copy operation result.\n * @param {Boolean} succeeded\n */\n\n }, {\n key: \"handleResult\",\n value: function handleResult(succeeded) {\n this.emitter.emit(succeeded ? 'success' : 'error', {\n action: this.action,\n text: this.selectedText,\n trigger: this.trigger,\n clearSelection: this.clearSelection.bind(this)\n });\n }\n /**\n * Moves focus away from `target` and back to the trigger, removes current selection.\n */\n\n }, {\n key: \"clearSelection\",\n value: function clearSelection() {\n if (this.trigger) {\n this.trigger.focus();\n }\n\n document.activeElement.blur();\n window.getSelection().removeAllRanges();\n }\n /**\n * Sets the `action` to be performed which can be either 'copy' or 'cut'.\n * @param {String} action\n */\n\n }, {\n key: \"destroy\",\n\n /**\n * Destroy lifecycle.\n */\n value: function destroy() {\n this.removeFake();\n }\n }, {\n key: \"action\",\n set: function set() {\n var action = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : 'copy';\n this._action = action;\n\n if (this._action !== 'copy' && this._action !== 'cut') {\n throw new Error('Invalid \"action\" value, use either \"copy\" or \"cut\"');\n }\n }\n /**\n * Gets the `action` property.\n * @return {String}\n */\n ,\n get: function get() {\n return this._action;\n }\n /**\n * Sets the `target` property using an element\n * that will be have its content copied.\n * @param {Element} target\n */\n\n }, {\n key: \"target\",\n set: function set(target) {\n if (target !== undefined) {\n if (target && _typeof(target) === 'object' && target.nodeType === 1) {\n if (this.action === 'copy' && target.hasAttribute('disabled')) {\n throw new Error('Invalid \"target\" attribute. Please use \"readonly\" instead of \"disabled\" attribute');\n }\n\n if (this.action === 'cut' && (target.hasAttribute('readonly') || target.hasAttribute('disabled'))) {\n throw new Error('Invalid \"target\" attribute. You can\\'t cut text from elements with \"readonly\" or \"disabled\" attributes');\n }\n\n this._target = target;\n } else {\n throw new Error('Invalid \"target\" value, use a valid Element');\n }\n }\n }\n /**\n * Gets the `target` property.\n * @return {String|HTMLElement}\n */\n ,\n get: function get() {\n return this._target;\n }\n }]);\n\n return ClipboardAction;\n}();\n\n/* harmony default export */ var clipboard_action = (ClipboardAction);\n;// CONCATENATED MODULE: ./src/clipboard.js\nfunction clipboard_typeof(obj) { \"@babel/helpers - typeof\"; if (typeof Symbol === \"function\" && typeof Symbol.iterator === \"symbol\") { clipboard_typeof = function _typeof(obj) { return typeof obj; }; } else { clipboard_typeof = function _typeof(obj) { return obj && typeof Symbol === \"function\" && obj.constructor === Symbol && obj !== Symbol.prototype ? \"symbol\" : typeof obj; }; } return clipboard_typeof(obj); }\n\nfunction clipboard_classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError(\"Cannot call a class as a function\"); } }\n\nfunction clipboard_defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if (\"value\" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } }\n\nfunction clipboard_createClass(Constructor, protoProps, staticProps) { if (protoProps) clipboard_defineProperties(Constructor.prototype, protoProps); if (staticProps) clipboard_defineProperties(Constructor, staticProps); return Constructor; }\n\nfunction _inherits(subClass, superClass) { if (typeof superClass !== \"function\" && superClass !== null) { throw new TypeError(\"Super expression must either be null or a function\"); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } }); if (superClass) _setPrototypeOf(subClass, superClass); }\n\nfunction _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }\n\nfunction _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = _getPrototypeOf(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return _possibleConstructorReturn(this, result); }; }\n\nfunction _possibleConstructorReturn(self, call) { if (call && (clipboard_typeof(call) === \"object\" || typeof call === \"function\")) { return call; } return _assertThisInitialized(self); }\n\nfunction _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError(\"this hasn't been initialised - super() hasn't been called\"); } return self; }\n\nfunction _isNativeReflectConstruct() { if (typeof Reflect === \"undefined\" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === \"function\") return true; try { Date.prototype.toString.call(Reflect.construct(Date, [], function () {})); return true; } catch (e) { return false; } }\n\nfunction _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); }\n\n\n\n\n/**\n * Helper function to retrieve attribute value.\n * @param {String} suffix\n * @param {Element} element\n */\n\nfunction getAttributeValue(suffix, element) {\n var attribute = \"data-clipboard-\".concat(suffix);\n\n if (!element.hasAttribute(attribute)) {\n return;\n }\n\n return element.getAttribute(attribute);\n}\n/**\n * Base class which takes one or more elements, adds event listeners to them,\n * and instantiates a new `ClipboardAction` on each click.\n */\n\n\nvar Clipboard = /*#__PURE__*/function (_Emitter) {\n _inherits(Clipboard, _Emitter);\n\n var _super = _createSuper(Clipboard);\n\n /**\n * @param {String|HTMLElement|HTMLCollection|NodeList} trigger\n * @param {Object} options\n */\n function Clipboard(trigger, options) {\n var _this;\n\n clipboard_classCallCheck(this, Clipboard);\n\n _this = _super.call(this);\n\n _this.resolveOptions(options);\n\n _this.listenClick(trigger);\n\n return _this;\n }\n /**\n * Defines if attributes would be resolved using internal setter functions\n * or custom functions that were passed in the constructor.\n * @param {Object} options\n */\n\n\n clipboard_createClass(Clipboard, [{\n key: \"resolveOptions\",\n value: function resolveOptions() {\n var options = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};\n this.action = typeof options.action === 'function' ? options.action : this.defaultAction;\n this.target = typeof options.target === 'function' ? options.target : this.defaultTarget;\n this.text = typeof options.text === 'function' ? options.text : this.defaultText;\n this.container = clipboard_typeof(options.container) === 'object' ? options.container : document.body;\n }\n /**\n * Adds a click event listener to the passed trigger.\n * @param {String|HTMLElement|HTMLCollection|NodeList} trigger\n */\n\n }, {\n key: \"listenClick\",\n value: function listenClick(trigger) {\n var _this2 = this;\n\n this.listener = listen_default()(trigger, 'click', function (e) {\n return _this2.onClick(e);\n });\n }\n /**\n * Defines a new `ClipboardAction` on each click event.\n * @param {Event} e\n */\n\n }, {\n key: \"onClick\",\n value: function onClick(e) {\n var trigger = e.delegateTarget || e.currentTarget;\n\n if (this.clipboardAction) {\n this.clipboardAction = null;\n }\n\n this.clipboardAction = new clipboard_action({\n action: this.action(trigger),\n target: this.target(trigger),\n text: this.text(trigger),\n container: this.container,\n trigger: trigger,\n emitter: this\n });\n }\n /**\n * Default `action` lookup function.\n * @param {Element} trigger\n */\n\n }, {\n key: \"defaultAction\",\n value: function defaultAction(trigger) {\n return getAttributeValue('action', trigger);\n }\n /**\n * Default `target` lookup function.\n * @param {Element} trigger\n */\n\n }, {\n key: \"defaultTarget\",\n value: function defaultTarget(trigger) {\n var selector = getAttributeValue('target', trigger);\n\n if (selector) {\n return document.querySelector(selector);\n }\n }\n /**\n * Returns the support of the given action, or all actions if no action is\n * given.\n * @param {String} [action]\n */\n\n }, {\n key: \"defaultText\",\n\n /**\n * Default `text` lookup function.\n * @param {Element} trigger\n */\n value: function defaultText(trigger) {\n return getAttributeValue('text', trigger);\n }\n /**\n * Destroy lifecycle.\n */\n\n }, {\n key: \"destroy\",\n value: function destroy() {\n this.listener.destroy();\n\n if (this.clipboardAction) {\n this.clipboardAction.destroy();\n this.clipboardAction = null;\n }\n }\n }], [{\n key: \"isSupported\",\n value: function isSupported() {\n var action = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : ['copy', 'cut'];\n var actions = typeof action === 'string' ? [action] : action;\n var support = !!document.queryCommandSupported;\n actions.forEach(function (action) {\n support = support && !!document.queryCommandSupported(action);\n });\n return support;\n }\n }]);\n\n return Clipboard;\n}((tiny_emitter_default()));\n\n/* harmony default export */ var clipboard = (Clipboard);\n\n/***/ }),\n\n/***/ 828:\n/***/ (function(module) {\n\nvar DOCUMENT_NODE_TYPE = 9;\n\n/**\n * A polyfill for Element.matches()\n */\nif (typeof Element !== 'undefined' && !Element.prototype.matches) {\n var proto = Element.prototype;\n\n proto.matches = proto.matchesSelector ||\n proto.mozMatchesSelector ||\n proto.msMatchesSelector ||\n proto.oMatchesSelector ||\n proto.webkitMatchesSelector;\n}\n\n/**\n * Finds the closest parent that matches a selector.\n *\n * @param {Element} element\n * @param {String} selector\n * @return {Function}\n */\nfunction closest (element, selector) {\n while (element && element.nodeType !== DOCUMENT_NODE_TYPE) {\n if (typeof element.matches === 'function' &&\n element.matches(selector)) {\n return element;\n }\n element = element.parentNode;\n }\n}\n\nmodule.exports = closest;\n\n\n/***/ }),\n\n/***/ 438:\n/***/ (function(module, __unused_webpack_exports, __webpack_require__) {\n\nvar closest = __webpack_require__(828);\n\n/**\n * Delegates event to a selector.\n *\n * @param {Element} element\n * @param {String} selector\n * @param {String} type\n * @param {Function} callback\n * @param {Boolean} useCapture\n * @return {Object}\n */\nfunction _delegate(element, selector, type, callback, useCapture) {\n var listenerFn = listener.apply(this, arguments);\n\n element.addEventListener(type, listenerFn, useCapture);\n\n return {\n destroy: function() {\n element.removeEventListener(type, listenerFn, useCapture);\n }\n }\n}\n\n/**\n * Delegates event to a selector.\n *\n * @param {Element|String|Array} [elements]\n * @param {String} selector\n * @param {String} type\n * @param {Function} callback\n * @param {Boolean} useCapture\n * @return {Object}\n */\nfunction delegate(elements, selector, type, callback, useCapture) {\n // Handle the regular Element usage\n if (typeof elements.addEventListener === 'function') {\n return _delegate.apply(null, arguments);\n }\n\n // Handle Element-less usage, it defaults to global delegation\n if (typeof type === 'function') {\n // Use `document` as the first parameter, then apply arguments\n // This is a short way to .unshift `arguments` without running into deoptimizations\n return _delegate.bind(null, document).apply(null, arguments);\n }\n\n // Handle Selector-based usage\n if (typeof elements === 'string') {\n elements = document.querySelectorAll(elements);\n }\n\n // Handle Array-like based usage\n return Array.prototype.map.call(elements, function (element) {\n return _delegate(element, selector, type, callback, useCapture);\n });\n}\n\n/**\n * Finds closest match and invokes callback.\n *\n * @param {Element} element\n * @param {String} selector\n * @param {String} type\n * @param {Function} callback\n * @return {Function}\n */\nfunction listener(element, selector, type, callback) {\n return function(e) {\n e.delegateTarget = closest(e.target, selector);\n\n if (e.delegateTarget) {\n callback.call(element, e);\n }\n }\n}\n\nmodule.exports = delegate;\n\n\n/***/ }),\n\n/***/ 879:\n/***/ (function(__unused_webpack_module, exports) {\n\n/**\n * Check if argument is a HTML element.\n *\n * @param {Object} value\n * @return {Boolean}\n */\nexports.node = function(value) {\n return value !== undefined\n && value instanceof HTMLElement\n && value.nodeType === 1;\n};\n\n/**\n * Check if argument is a list of HTML elements.\n *\n * @param {Object} value\n * @return {Boolean}\n */\nexports.nodeList = function(value) {\n var type = Object.prototype.toString.call(value);\n\n return value !== undefined\n && (type === '[object NodeList]' || type === '[object HTMLCollection]')\n && ('length' in value)\n && (value.length === 0 || exports.node(value[0]));\n};\n\n/**\n * Check if argument is a string.\n *\n * @param {Object} value\n * @return {Boolean}\n */\nexports.string = function(value) {\n return typeof value === 'string'\n || value instanceof String;\n};\n\n/**\n * Check if argument is a function.\n *\n * @param {Object} value\n * @return {Boolean}\n */\nexports.fn = function(value) {\n var type = Object.prototype.toString.call(value);\n\n return type === '[object Function]';\n};\n\n\n/***/ }),\n\n/***/ 370:\n/***/ (function(module, __unused_webpack_exports, __webpack_require__) {\n\nvar is = __webpack_require__(879);\nvar delegate = __webpack_require__(438);\n\n/**\n * Validates all params and calls the right\n * listener function based on its target type.\n *\n * @param {String|HTMLElement|HTMLCollection|NodeList} target\n * @param {String} type\n * @param {Function} callback\n * @return {Object}\n */\nfunction listen(target, type, callback) {\n if (!target && !type && !callback) {\n throw new Error('Missing required arguments');\n }\n\n if (!is.string(type)) {\n throw new TypeError('Second argument must be a String');\n }\n\n if (!is.fn(callback)) {\n throw new TypeError('Third argument must be a Function');\n }\n\n if (is.node(target)) {\n return listenNode(target, type, callback);\n }\n else if (is.nodeList(target)) {\n return listenNodeList(target, type, callback);\n }\n else if (is.string(target)) {\n return listenSelector(target, type, callback);\n }\n else {\n throw new TypeError('First argument must be a String, HTMLElement, HTMLCollection, or NodeList');\n }\n}\n\n/**\n * Adds an event listener to a HTML element\n * and returns a remove listener function.\n *\n * @param {HTMLElement} node\n * @param {String} type\n * @param {Function} callback\n * @return {Object}\n */\nfunction listenNode(node, type, callback) {\n node.addEventListener(type, callback);\n\n return {\n destroy: function() {\n node.removeEventListener(type, callback);\n }\n }\n}\n\n/**\n * Add an event listener to a list of HTML elements\n * and returns a remove listener function.\n *\n * @param {NodeList|HTMLCollection} nodeList\n * @param {String} type\n * @param {Function} callback\n * @return {Object}\n */\nfunction listenNodeList(nodeList, type, callback) {\n Array.prototype.forEach.call(nodeList, function(node) {\n node.addEventListener(type, callback);\n });\n\n return {\n destroy: function() {\n Array.prototype.forEach.call(nodeList, function(node) {\n node.removeEventListener(type, callback);\n });\n }\n }\n}\n\n/**\n * Add an event listener to a selector\n * and returns a remove listener function.\n *\n * @param {String} selector\n * @param {String} type\n * @param {Function} callback\n * @return {Object}\n */\nfunction listenSelector(selector, type, callback) {\n return delegate(document.body, selector, type, callback);\n}\n\nmodule.exports = listen;\n\n\n/***/ }),\n\n/***/ 817:\n/***/ (function(module) {\n\nfunction select(element) {\n var selectedText;\n\n if (element.nodeName === 'SELECT') {\n element.focus();\n\n selectedText = element.value;\n }\n else if (element.nodeName === 'INPUT' || element.nodeName === 'TEXTAREA') {\n var isReadOnly = element.hasAttribute('readonly');\n\n if (!isReadOnly) {\n element.setAttribute('readonly', '');\n }\n\n element.select();\n element.setSelectionRange(0, element.value.length);\n\n if (!isReadOnly) {\n element.removeAttribute('readonly');\n }\n\n selectedText = element.value;\n }\n else {\n if (element.hasAttribute('contenteditable')) {\n element.focus();\n }\n\n var selection = window.getSelection();\n var range = document.createRange();\n\n range.selectNodeContents(element);\n selection.removeAllRanges();\n selection.addRange(range);\n\n selectedText = selection.toString();\n }\n\n return selectedText;\n}\n\nmodule.exports = select;\n\n\n/***/ }),\n\n/***/ 279:\n/***/ (function(module) {\n\nfunction E () {\n // Keep this empty so it's easier to inherit from\n // (via https://github.com/lipsmack from https://github.com/scottcorgan/tiny-emitter/issues/3)\n}\n\nE.prototype = {\n on: function (name, callback, ctx) {\n var e = this.e || (this.e = {});\n\n (e[name] || (e[name] = [])).push({\n fn: callback,\n ctx: ctx\n });\n\n return this;\n },\n\n once: function (name, callback, ctx) {\n var self = this;\n function listener () {\n self.off(name, listener);\n callback.apply(ctx, arguments);\n };\n\n listener._ = callback\n return this.on(name, listener, ctx);\n },\n\n emit: function (name) {\n var data = [].slice.call(arguments, 1);\n var evtArr = ((this.e || (this.e = {}))[name] || []).slice();\n var i = 0;\n var len = evtArr.length;\n\n for (i; i < len; i++) {\n evtArr[i].fn.apply(evtArr[i].ctx, data);\n }\n\n return this;\n },\n\n off: function (name, callback) {\n var e = this.e || (this.e = {});\n var evts = e[name];\n var liveEvents = [];\n\n if (evts && callback) {\n for (var i = 0, len = evts.length; i < len; i++) {\n if (evts[i].fn !== callback && evts[i].fn._ !== callback)\n liveEvents.push(evts[i]);\n }\n }\n\n // Remove event from queue to prevent memory leak\n // Suggested by https://github.com/lazd\n // Ref: https://github.com/scottcorgan/tiny-emitter/commit/c6ebfaa9bc973b33d110a84a307742b7cf94c953#commitcomment-5024910\n\n (liveEvents.length)\n ? e[name] = liveEvents\n : delete e[name];\n\n return this;\n }\n};\n\nmodule.exports = E;\nmodule.exports.TinyEmitter = E;\n\n\n/***/ })\n\n/******/ \t});\n/************************************************************************/\n/******/ \t// The module cache\n/******/ \tvar __webpack_module_cache__ = {};\n/******/ \t\n/******/ \t// The require function\n/******/ \tfunction __webpack_require__(moduleId) {\n/******/ \t\t// Check if module is in cache\n/******/ \t\tif(__webpack_module_cache__[moduleId]) {\n/******/ \t\t\treturn __webpack_module_cache__[moduleId].exports;\n/******/ \t\t}\n/******/ \t\t// Create a new module (and put it into the cache)\n/******/ \t\tvar module = __webpack_module_cache__[moduleId] = {\n/******/ \t\t\t// no module.id needed\n/******/ \t\t\t// no module.loaded needed\n/******/ \t\t\texports: {}\n/******/ \t\t};\n/******/ \t\n/******/ \t\t// Execute the module function\n/******/ \t\t__webpack_modules__[moduleId](module, module.exports, __webpack_require__);\n/******/ \t\n/******/ \t\t// Return the exports of the module\n/******/ \t\treturn module.exports;\n/******/ \t}\n/******/ \t\n/************************************************************************/\n/******/ \t/* webpack/runtime/compat get default export */\n/******/ \t!function() {\n/******/ \t\t// getDefaultExport function for compatibility with non-harmony modules\n/******/ \t\t__webpack_require__.n = function(module) {\n/******/ \t\t\tvar getter = module && module.__esModule ?\n/******/ \t\t\t\tfunction() { return module['default']; } :\n/******/ \t\t\t\tfunction() { return module; };\n/******/ \t\t\t__webpack_require__.d(getter, { a: getter });\n/******/ \t\t\treturn getter;\n/******/ \t\t};\n/******/ \t}();\n/******/ \t\n/******/ \t/* webpack/runtime/define property getters */\n/******/ \t!function() {\n/******/ \t\t// define getter functions for harmony exports\n/******/ \t\t__webpack_require__.d = function(exports, definition) {\n/******/ \t\t\tfor(var key in definition) {\n/******/ \t\t\t\tif(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {\n/******/ \t\t\t\t\tObject.defineProperty(exports, key, { enumerable: true, get: definition[key] });\n/******/ \t\t\t\t}\n/******/ \t\t\t}\n/******/ \t\t};\n/******/ \t}();\n/******/ \t\n/******/ \t/* webpack/runtime/hasOwnProperty shorthand */\n/******/ \t!function() {\n/******/ \t\t__webpack_require__.o = function(obj, prop) { return Object.prototype.hasOwnProperty.call(obj, prop); }\n/******/ \t}();\n/******/ \t\n/************************************************************************/\n/******/ \t// module exports must be returned from runtime so entry inlining is disabled\n/******/ \t// startup\n/******/ \t// Load entry module and return exports\n/******/ \treturn __webpack_require__(134);\n/******/ })()\n.default;\n});","export default \"data:image/gif;base64,R0lGODlhCAAIAJEAAKqqqv///wAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh+QQJCgAAACwAAAAACAAIAAACDZQFCadrzVRMB9FZ5SwAIfkECQoAAAAsAAAAAAgACAAAAg+ELqCYaudeW9ChyOyltQAAIfkECQoAAAAsAAAAAAgACAAAAg8EhGKXm+rQYtC0WGl9oAAAIfkECQoAAAAsAAAAAAgACAAAAg+EhWKQernaYmjCWLF7qAAAIfkECQoAAAAsAAAAAAgACAAAAg2EISmna81UTAfRWeUsACH5BAkKAAAALAAAAAAIAAgAAAIPFA6imGrnXlvQocjspbUAACH5BAkKAAAALAAAAAAIAAgAAAIPlIBgl5vq0GLQtFhpfaIAACH5BAUKAAAALAAAAAAIAAgAAAIPlIFgknq52mJowlixe6gAADs=\"","export default \"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAAoCAYAAACiu5n/AAACLElEQVR42u3Zz0sUYRzH8bUISoyF1i5iXSooyYgOEXapZNYNojwU/aAfUAT9A4YhUgdxt1To0KFIBCMIvEcUEXntUtivpYuUhYFIdDBMmD69he/hObgsbSnb13ngdZjZhX3eO8/MDrMpSctKErwsg//HUSgU7uNYsB3hHla4CybqEoRPaMJGFCEMewxuxnsIk5iALPqg1yVdj9eQGUdjiuE1eAs+QOYztrsMJqwFk8EyHguW95klD+ZD08gsYvBFCBPYgHXBOT1UNpg3ncQpnAicRbrCCQ3j8SIf5QvYEWxvxnlb0mWDr0MIvcOaCiayC78gRKmlH+WDbaIjkJnDzgq/+VHIvMWqag3ehBkIAxXGdkAIDVRlsE24H9//4ty9hju4Hej710c5m83WYging32HMYjMnwSvx75UlQ+iOiDEaEMLZiA8dPc7TFQDnkGYxQ8Iz9Hs8k4riqIa4l5ApojVbm8tiduPL5CZRs5lMGFH8DNYxo+C5d3tMfgohJeow0qMQujxuqRb0RBsZ3DA2ZIuP5LgJDgJToKr4ZHOWjTOy+fzNa6DiezCFGReod1lMGF3IYzjMm5B5rirYIJyEJ4iHezfjW+YRr2n4EHE2LrAa1cg5DwFj2DWLlKljn67p+B+CIdKPAaOsddTcBOEKbTZvjp0Qvjo8Sp9DjJFfIVMjBsef4f34AHeYAxX0VfqMbDnfw97IXMTta6DLbobcxBa3Qdb9BPE2LZQ8G98530ecQi/2QAAAABJRU5ErkJggg==\"","export default \"data:image/gif;base64,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\"","export default \"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAHgAAABQCAYAAADSm7GJAAADFElEQVR42u2dsW4TQRBAI0ERCYpDpAUdJX/hAlxQ3SekovYXIIvKEiBRIUF1lHT+BP+Br0TCCCsFLW5cmCS3jKWNNFrdZu+EOG7sd9Irkl0p8r3s7Mzs5XLinIMD5uhvAIIBwYBgaMnNNZvNyj0nkUvPQbAdtDjnCSU3zkGwEbS4iOToHATbE6wptVwEGyUhcaW/JkTbT7JcCpIse4K7SC4pk4wRXreE5ZUMUwezgh03lT0YyKKBOhjoZHUi1oCf7mkYohd9ACVFrj50HgxzmtQifKwF15L1fxC8UD9/EQxzHtxC8KiD4FHPNWMhuIACwd33h3kLuXOZ2mc4yyLRZS1kCG6H3uc2Mbl+LO9Z8FRwEaYINnpDdWKVIEdwC/QVC4l97nk6sUqwQHA3wbGEa9Sj4CCxSlIguHtZMg8Tq/4Edy/bLNXB4/G4FKJ1sJ7zTwTrhMuTU3f+NVqc84SSG+bEJR99a3BoaHERybE5HDYYFKwptVwEGyUhcRX5PufBRoiH4Tg80WFMcBfJPJNljfC6JSzzVCUrGMHswUAWDdTBQCcLOveiCdEBnCYBb9kBBAOCAcGAYEDw0XP0NwDBgGBAMCAYEAwIHvD7QzJhIlSCE2rF0o9lav4eBBt5JWHR8EfzdYATfgkFgg2g5J4LdSD1WrjyXDeIPkfwsNErV6/Y38J34aXwWHgkvBJWwi74RSgQPGD8nrtRwrbCe+G0YX9+KHzyc2rPRsgQPFzBEyVrJ7xLvNTsjvBBuFQreYLg4Qpeqv32m3BP+YxJPhUulOAKwQMl2HsnymNK8mudeCF44IK9rCcdBD8XrhBsS/BTBBOibwTPCNEGCFqSX4X7LeSeCRdK8BLBwy6TdIPjo3A3kUF/pkyy1+ioPVsv8KxB7gPhi7BVcndCpqYheKCtSt1+vBR+CG+EZ8IL4a3wU69cRYlgC4cN4UFD/LDBNVAi2NZxYa0Ixe5ikhFs58B/2SC48mOZUMYkI/jw/61diWDzgtOSEWxdcFpyhWDTgtOSEWxccCgZwfZJ9akrJXiKYEDwMfAHMSYobVemsdsAAAAASUVORK5CYII=\"","export default \"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAQAAAADwCAMAAADYSUr5AAAAaVBMVEUAAAAcLkQcLkQcLkQcLkQcLkQcLkQcLkQcLkQcLkQcLkQcLkQcLkQcLkQcLkQcLkQcLkQcLkQcLkQcLkQcLkQcLkQcLkQcLkQcLkQcLkQcLkQcLkQcLkQcLkQcLkQcLkQcLkQcLkQcLkSVcboQAAAAInRSTlMAGBAyCD9gIS5RZkqgwEQnj81slZ0MMK4WLB2ZcIGF737fFn1o5AAADQJJREFUeNrsml2OwjAMBuOrfPc/5IrsAwqjHVSVdiPhETy0tuOfuGlTGE3T7EClxjdTyeYVSJ1O0fN/fBblGwvCDsyDRQETlLxIK1mkSBEOYL8o39gS7MA8wByxAJxBSmlOB1SGySUwfk0BcqvgWIiPTmV6PI97ZIKokXcIZ1g7QAJAB9yGh4j8ABRkDbAWnMqb3RYuvAvwEprKe+X/B/0g1DRN0zTNF/CBJ8Gtn4Mq5c/ySUlC+QX18vcB8kKoMm4tCQNAAaiwHi0KqFeFBSjdPLLkn4bxe8TIGBWUemk9SZL5vQV28KQs4qI6Ey4p2JTu0wGyal30PmCOttEa0HeBpmmapmma/yPnH+ZPjZ+7E2AGfsKF78kx/2FAOKBcLXT8jFBlNQ9l5gABiFT8ywjwCDmklgHd5UUYCLWDYBAK3b9ul8MCiDgTz8DMNQAmmMmqkBf1CfwfKJG3MOcDx7R3cwZw0IOnx9FcIcEJlw8Q2ntDi8P3awCle90FLrbPg9E0TdM0TUPO/y01OR2A7hddlonH5+5zLABxAC3NwANYf1ZKLSInZRvozCGlgPRC/yyAJrCgM8gaVTLPFGTyb/7SAhTcvW8zrUCi+aMAPEPzrPV52mR4B2WC/TG3w/TvAUCKARAh7CGHPcXBAEMSRAFQoPcFQADQp4KLJ7p/HjTnJSAuhl0C9TTWS0B6nP5lEQsTAJwyiLAI2hzZIjjhImj2A6R8jlw8SPQaHoZ3AMn27wN+2DnX5bZBIIwuoBvquB13xp3ef5z3f8hGKO4KqNZx67bqlKMozrLCsJ8Qguji/voNMY1Go9FoHBjkd+KwT8zUOQB5IMA9CgCPjZ86BZwZf6Yad+8yrOvV1AFD5X8cJFyVksVS+G8FC1gbUAW8SQBDEN38wQIYz3cnV+aHG0Nt0lIFYLYPirxU2X+XAA7qoMj8icprXr42/WqoTeHF3hjhwZ1gKUClwP4exxKgzkFaqvyGALUfkMfi2Mx869kZuKqLtO9AKMC+neCWIIb/QWA/0YIzZ6933gSE5awVOvhs/vDjnEaj0Wg0fi/+Hz+RkRlQz+dqE34l/mO9KqmMTj80RFMAFrxkYJoHe1kWucHzb5XHozsZ8vmdX9wbG24+csChrlax/li363u8UE51UDspQJ6dvcvRjmMJwBVLIJ/ZtQD1hLUyNH4OdgjcbgH19olMoN0WQEK9JA72gLzdB+zuXrXxgq/6APUf9vg3zwJWly+KZ8EQNfe5gwVvjQNeDl5ejDugAL8KXhqNRqPR+CEBIMiL6RLyh4jAKYrBV+yRG5/ACjGU7mDr0ckEk6gCofz6ERilsjNDic9kGTQkPvd9RBMiQKyGujO7g9khkBiyeCHUtn4hZW201t1E1zF1xuXzlbxChaHAXJeosxP6vvcrhSCnTICNAnQLaAvIBABxTwg824FEYEcAuhWuAtB5H9gKcD6f7ScwBDLDFGDMBMQ/QeIqiPMrmwrmgl8W9loAEf14gmsfgFYwr/GFhYsK4MexzwR4//69ULfA2q4TagFG4PVWACATwHkKiRJaAO8XdluAiyzxO/0/QIAgKoAnrfp1K+gh8OrV9hA4y9InnrX8kJa7BdD446vX+wK4IkFwCS2AcRz3+wCcixDdVgCRrQABCJqfjwAfP14T/NoJ+uqYNwRIa52gAgyiJvMQgX5PgLJAxoQWwJs3b6DbbQHBxeiCCrDa+wK8WWE13cQ4Te+YXCZAEM0QlyUToCsF6AoByFrAvMZvC6DlfUgUTa7r9lpAcInAjk0EItkxOU0wrubEM1PVAjIB7joEICsvxV8JEPLyinEAX41xwD2nQZhJqygExqrF89JOb9Di64RaABk1/ocQwpAI8tPA+NgXJ9mM9NJoNBqN/4avX22/B2+4Ia02gbAzf4/Ado49szIX07Pxtq0RFfXpezG4wEVyhmHYxh+CKnDqgC9TRAc6M8yfMO/aDMD2T1QBmBfAmM9P03TbLvbJ8D16PHh63Z2zzNt9eoJTET8wjBo/qAK4on6UtvD2afmMKEEiGjAI7AaMnNOi+ZkEmTJbcvvSXSay+g9DXUE1Z7VnqhYnkcHr0JEAENgVwCfUlvCNvbNRTBOGovA1/CM4WTdcra7bef+HHAblJrklzOmoP/mw1WMieE8vScBgt6vtclsY8aOgiP7WgLpfzAAB5I5+NXVMsVGeQsMZrFEfb+8nIMbyNXYpUtWLtwia6G3MgD7jDI0dfuEnzPgR0V8bQJtuqfiU0pchA1iTrTkDOP502AMAvZXk4+2toVlzk5I5xw5AxEenPgM4A9KsW2T8GsA9HldQSrHe9AvPmBj2cdYRay439t+ObMQABTsj6KNjJ08rj7gwj5ekARGOiPit7TkGGHq7+VH/2AzH/ziSTWqOn0yUE7ASsq5ZH3Iftc8AcgCRUvy8gBt826DINIBI7hKDfCVmWpMTvzyAV2b8tEJJVGI1GLBLoTyvF4GWohGFVY1DFeMAcdpbaDFXaFKnHL/oBtkBZRQX1FEkZGaQh5zuEP9ASI6BAoFAIPCZFEBidGMdX8gDQP+THB35Bdf3+1GoiKgyu+Y9wA6sUBRZxg7kwI4M2iWiCMt2ZL5FgSMFa/kES/m5Qo66KN4tB4BLDEiRU47UeHFFlTsazwaN2Pm4vSqQU+oe3HC581Gt8wBKw3VAiDoHh4roC3J+YU1U4R1XMwBAyq/QsesfOwHYADeQgpCkQEpjBlhDTeiTUQAbQDv0mcdD9bIEDAO2iw5zg1Xn+ogBk/PpIcpz2PtUBVjxK0AakIGMw9ea45cZYr8eMaCrcAYABWVsAGkDDIfzts3znHXRxU8F6x6h4egxA+Rwu3Lij2C2ARtkHVgb41rr9fg+ZgBLBahB7wEUyIYnxNHrdrvYttjTEbyjIqovN8CfAbUdPweYV5ps0E7CQKluQoplgLXrZB3b7gbbn2q0DWjbbgewGsH3oqiR/+82oOYzcIkig9Y+54tqh73hAIjIbPYi2Aa8vh5vToKMtgFF1LYtWohu8P/1AjXVAAaZkE1VlmtWSLqbYgdg3PHDjPBxN4jsxEgbgOIAG8BcxQBJf/6lhuLTBw7osFqMd0XK2MfSaEGwDDDiozhC1N1imhoH3O41K+rlRRGT7g5K0eBYjzzjEggEAtehKIhZVuiolvQ8bIDNIL7iyFd6FpboWJqCaHhK06Ahg988mGESuhYNDjQ0GxsoNaTANzbg2/R3XzEJEnEsZD3h0WiiQ9xi/TOx7ANe9goGrgGMAtz4gWRi4ibrVbwaNG/zswzYAEoBG2Pj7nsoUbrx1xw7xz82dTdVKcB6RUQrq0LziQYkOJIIA2R+8ztWRhnHP2KAslJGTzSPwdUdAyI0TTPfSJcDlgYIOCTTP47/ogyYvRHkBFBqSIEXNuDFzAD/Crj84jaA5RzIRm/FcjXaCJqS8//iXoABzUaDgWZ4d5pU9HHCAFn6CF8wmKzRsT4rqIcyIBAIBAKBeUkg5IygTrxXSFyftzc3fgg5IwBbIA3QZcqskNTq8Au2f+Wgy77S+OFtAiRkawiJhOYCYAscA9geIBneng7PrmAZYJdLA2wJjZSguUBPKQ1ge/T9URLVAJwKlgG1jElG7JfwG3DXGQDNbWXAXG0Ac1NtwMy9ADQ31AvcAAls+XQGBAKBQOATwVNfR6W+En5tlTVQ2T/R9+Qq1J0BCTjkPFkDOTlAfP/BufpGqbDuDCBUliu1cADufXSevtWJjQoN0a+EGk4BoMqo7rQBOJD4e9zdhunb+H6az84ato4PS3yjw9voOG9+z3+hPAUyhd2IAYsjOGkIDaGxuNWvFNcZ0NFA2e1CBTt8uN9+F52nb3UXoFr3gSlq82i4QFbYBjxuI5gDzb4Bcvt0QJLACv+BP7DNNwA2d3nVfCAQCAQuhK8PmNZyEtX5mtc3j/Yjrw/wazmN7nzN65tDT7PEwHJKi4mUZ2qxvhm0H3l9gNYa1ikBlHaap9LiwMug4Wr6sJzX72yPXA1veUNEVrmtNaT1JHJyNE6wJkpT/WCyPpf7NYjGylmylvcgMnVZlqw1RC3wtwZYD6TWe2/qvGGCpz6JgER9j6HT74cA+HSr45/PAHnvC8ivpw2azoCW+vgx2y7g1wzrKQMBTGSIR6OlFlpPIq8PkI0aN4Ivo40UXE0j5SONJLkannKtfBpoWXuZuxsT65tBTzH/QIbXN4/2M/9Qltd3bX1L1zsEAoFAIHA3oOdSfdP/XNsL4gOY0I9tAPwG6IU1QH4DCHRfBgAcoNDSIOhfHg0KGXBnBjx5G/DsvUAgEAgEAoFrc6tzYyXTsyARITo//gXdCwtaXGzAAvcb/0UZwPHeb/x2BmBxWkYMwAk7XpCtH7cNiE5w+eAX67vKgUszoK9/v/H/awY8TPyX9gIy/sduA6b7/7vLAc6AK4BF/3NH8f/ZKBi5AADUzjm/v2XQ+gAAAABJRU5ErkJggg==\"","export default \"data:image/png;base64,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\"","export default \"data:image/png;base64,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\"","export default \"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoAQMAAAC2MCouAAAABlBMVEVmZmZ1dXVT6N0BAAAAUklEQVQIW8XNsQ3AIAwF0bMoKBmBURgNj8YojEBJEcXwu2yQ+p507BTeWDnozPISjPpY4O0W6CqEisUtiG/EF+IT8YG4fznihnhCPCNeEK/89D1Gd22TNOyXVAAAAABJRU5ErkJggg==\"","export default \"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAABkAQMAAADOquA5AAAAA1BMVEUAAACnej3aAAAADklEQVQYGWMYBaOABgAAAlgAARbiVEcAAAAASUVORK5CYII=\"","/**\n * @copyright 2018 Christoph Wurst <christoph@winzerhof-wurst.at>\n *\n * @author Christoph Wurst <christoph@winzerhof-wurst.at>\n * @author John Molakvoæ <skjnldsv@protonmail.com>\n * @author Julius Härtl <jus@bitgrid.net>\n * @author Roeland Jago Douma <roeland@famdouma.nl>\n *\n * @license GNU AGPL version 3 or any later version\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see <http://www.gnu.org/licenses/>.\n *\n */\n\nimport $ from 'jquery'\nimport 'core-js/stable'\nimport 'regenerator-runtime/runtime'\nimport './Polyfill/index'\n\n// If you remove the line below, tests won't pass\n// eslint-disable-next-line no-unused-vars\nimport OC from './OC/index'\n\nimport './globals'\nimport './jquery/index'\nimport { initCore } from './init'\nimport { registerAppsSlideToggle } from './OC/apps'\n\nwindow.addEventListener('DOMContentLoaded', function() {\n\tinitCore()\n\tregisterAppsSlideToggle()\n\n\t// fallback to hashchange when no history support\n\tif (window.history.pushState) {\n\t\twindow.onpopstate = _.bind(OC.Util.History._onPopState, OC.Util.History)\n\t} else {\n\t\t$(window).on('hashchange', _.bind(OC.Util.History._onPopState, OC.Util.History))\n\t}\n})\n","require('../modules/es.symbol');\nrequire('../modules/es.symbol.description');\nrequire('../modules/es.symbol.async-iterator');\nrequire('../modules/es.symbol.has-instance');\nrequire('../modules/es.symbol.is-concat-spreadable');\nrequire('../modules/es.symbol.iterator');\nrequire('../modules/es.symbol.match');\nrequire('../modules/es.symbol.match-all');\nrequire('../modules/es.symbol.replace');\nrequire('../modules/es.symbol.search');\nrequire('../modules/es.symbol.species');\nrequire('../modules/es.symbol.split');\nrequire('../modules/es.symbol.to-primitive');\nrequire('../modules/es.symbol.to-string-tag');\nrequire('../modules/es.symbol.unscopables');\nrequire('../modules/es.aggregate-error');\nrequire('../modules/es.array.concat');\nrequire('../modules/es.array.copy-within');\nrequire('../modules/es.array.every');\nrequire('../modules/es.array.fill');\nrequire('../modules/es.array.filter');\nrequire('../modules/es.array.find');\nrequire('../modules/es.array.find-index');\nrequire('../modules/es.array.flat');\nrequire('../modules/es.array.flat-map');\nrequire('../modules/es.array.for-each');\nrequire('../modules/es.array.from');\nrequire('../modules/es.array.includes');\nrequire('../modules/es.array.index-of');\nrequire('../modules/es.array.is-array');\nrequire('../modules/es.array.iterator');\nrequire('../modules/es.array.join');\nrequire('../modules/es.array.last-index-of');\nrequire('../modules/es.array.map');\nrequire('../modules/es.array.of');\nrequire('../modules/es.array.reduce');\nrequire('../modules/es.array.reduce-right');\nrequire('../modules/es.array.reverse');\nrequire('../modules/es.array.slice');\nrequire('../modules/es.array.some');\nrequire('../modules/es.array.sort');\nrequire('../modules/es.array.species');\nrequire('../modules/es.array.splice');\nrequire('../modules/es.array.unscopables.flat');\nrequire('../modules/es.array.unscopables.flat-map');\nrequire('../modules/es.array-buffer.constructor');\nrequire('../modules/es.array-buffer.is-view');\nrequire('../modules/es.array-buffer.slice');\nrequire('../modules/es.data-view');\nrequire('../modules/es.date.now');\nrequire('../modules/es.date.to-iso-string');\nrequire('../modules/es.date.to-json');\nrequire('../modules/es.date.to-primitive');\nrequire('../modules/es.date.to-string');\nrequire('../modules/es.function.bind');\nrequire('../modules/es.function.has-instance');\nrequire('../modules/es.function.name');\nrequire('../modules/es.global-this');\nrequire('../modules/es.json.stringify');\nrequire('../modules/es.json.to-string-tag');\nrequire('../modules/es.map');\nrequire('../modules/es.math.acosh');\nrequire('../modules/es.math.asinh');\nrequire('../modules/es.math.atanh');\nrequire('../modules/es.math.cbrt');\nrequire('../modules/es.math.clz32');\nrequire('../modules/es.math.cosh');\nrequire('../modules/es.math.expm1');\nrequire('../modules/es.math.fround');\nrequire('../modules/es.math.hypot');\nrequire('../modules/es.math.imul');\nrequire('../modules/es.math.log10');\nrequire('../modules/es.math.log1p');\nrequire('../modules/es.math.log2');\nrequire('../modules/es.math.sign');\nrequire('../modules/es.math.sinh');\nrequire('../modules/es.math.tanh');\nrequire('../modules/es.math.to-string-tag');\nrequire('../modules/es.math.trunc');\nrequire('../modules/es.number.constructor');\nrequire('../modules/es.number.epsilon');\nrequire('../modules/es.number.is-finite');\nrequire('../modules/es.number.is-integer');\nrequire('../modules/es.number.is-nan');\nrequire('../modules/es.number.is-safe-integer');\nrequire('../modules/es.number.max-safe-integer');\nrequire('../modules/es.number.min-safe-integer');\nrequire('../modules/es.number.parse-float');\nrequire('../modules/es.number.parse-int');\nrequire('../modules/es.number.to-fixed');\nrequire('../modules/es.number.to-precision');\nrequire('../modules/es.object.assign');\nrequire('../modules/es.object.create');\nrequire('../modules/es.object.define-getter');\nrequire('../modules/es.object.define-properties');\nrequire('../modules/es.object.define-property');\nrequire('../modules/es.object.define-setter');\nrequire('../modules/es.object.entries');\nrequire('../modules/es.object.freeze');\nrequire('../modules/es.object.from-entries');\nrequire('../modules/es.object.get-own-property-descriptor');\nrequire('../modules/es.object.get-own-property-descriptors');\nrequire('../modules/es.object.get-own-property-names');\nrequire('../modules/es.object.get-prototype-of');\nrequire('../modules/es.object.is');\nrequire('../modules/es.object.is-extensible');\nrequire('../modules/es.object.is-frozen');\nrequire('../modules/es.object.is-sealed');\nrequire('../modules/es.object.keys');\nrequire('../modules/es.object.lookup-getter');\nrequire('../modules/es.object.lookup-setter');\nrequire('../modules/es.object.prevent-extensions');\nrequire('../modules/es.object.seal');\nrequire('../modules/es.object.set-prototype-of');\nrequire('../modules/es.object.to-string');\nrequire('../modules/es.object.values');\nrequire('../modules/es.parse-float');\nrequire('../modules/es.parse-int');\nrequire('../modules/es.promise');\nrequire('../modules/es.promise.all-settled');\nrequire('../modules/es.promise.any');\nrequire('../modules/es.promise.finally');\nrequire('../modules/es.reflect.apply');\nrequire('../modules/es.reflect.construct');\nrequire('../modules/es.reflect.define-property');\nrequire('../modules/es.reflect.delete-property');\nrequire('../modules/es.reflect.get');\nrequire('../modules/es.reflect.get-own-property-descriptor');\nrequire('../modules/es.reflect.get-prototype-of');\nrequire('../modules/es.reflect.has');\nrequire('../modules/es.reflect.is-extensible');\nrequire('../modules/es.reflect.own-keys');\nrequire('../modules/es.reflect.prevent-extensions');\nrequire('../modules/es.reflect.set');\nrequire('../modules/es.reflect.set-prototype-of');\nrequire('../modules/es.reflect.to-string-tag');\nrequire('../modules/es.regexp.constructor');\nrequire('../modules/es.regexp.exec');\nrequire('../modules/es.regexp.flags');\nrequire('../modules/es.regexp.sticky');\nrequire('../modules/es.regexp.test');\nrequire('../modules/es.regexp.to-string');\nrequire('../modules/es.set');\nrequire('../modules/es.string.code-point-at');\nrequire('../modules/es.string.ends-with');\nrequire('../modules/es.string.from-code-point');\nrequire('../modules/es.string.includes');\nrequire('../modules/es.string.iterator');\nrequire('../modules/es.string.match');\nrequire('../modules/es.string.match-all');\nrequire('../modules/es.string.pad-end');\nrequire('../modules/es.string.pad-start');\nrequire('../modules/es.string.raw');\nrequire('../modules/es.string.repeat');\nrequire('../modules/es.string.replace');\nrequire('../modules/es.string.replace-all');\nrequire('../modules/es.string.search');\nrequire('../modules/es.string.split');\nrequire('../modules/es.string.starts-with');\nrequire('../modules/es.string.trim');\nrequire('../modules/es.string.trim-end');\nrequire('../modules/es.string.trim-start');\nrequire('../modules/es.string.anchor');\nrequire('../modules/es.string.big');\nrequire('../modules/es.string.blink');\nrequire('../modules/es.string.bold');\nrequire('../modules/es.string.fixed');\nrequire('../modules/es.string.fontcolor');\nrequire('../modules/es.string.fontsize');\nrequire('../modules/es.string.italics');\nrequire('../modules/es.string.link');\nrequire('../modules/es.string.small');\nrequire('../modules/es.string.strike');\nrequire('../modules/es.string.sub');\nrequire('../modules/es.string.sup');\nrequire('../modules/es.typed-array.float32-array');\nrequire('../modules/es.typed-array.float64-array');\nrequire('../modules/es.typed-array.int8-array');\nrequire('../modules/es.typed-array.int16-array');\nrequire('../modules/es.typed-array.int32-array');\nrequire('../modules/es.typed-array.uint8-array');\nrequire('../modules/es.typed-array.uint8-clamped-array');\nrequire('../modules/es.typed-array.uint16-array');\nrequire('../modules/es.typed-array.uint32-array');\nrequire('../modules/es.typed-array.copy-within');\nrequire('../modules/es.typed-array.every');\nrequire('../modules/es.typed-array.fill');\nrequire('../modules/es.typed-array.filter');\nrequire('../modules/es.typed-array.find');\nrequire('../modules/es.typed-array.find-index');\nrequire('../modules/es.typed-array.for-each');\nrequire('../modules/es.typed-array.from');\nrequire('../modules/es.typed-array.includes');\nrequire('../modules/es.typed-array.index-of');\nrequire('../modules/es.typed-array.iterator');\nrequire('../modules/es.typed-array.join');\nrequire('../modules/es.typed-array.last-index-of');\nrequire('../modules/es.typed-array.map');\nrequire('../modules/es.typed-array.of');\nrequire('../modules/es.typed-array.reduce');\nrequire('../modules/es.typed-array.reduce-right');\nrequire('../modules/es.typed-array.reverse');\nrequire('../modules/es.typed-array.set');\nrequire('../modules/es.typed-array.slice');\nrequire('../modules/es.typed-array.some');\nrequire('../modules/es.typed-array.sort');\nrequire('../modules/es.typed-array.subarray');\nrequire('../modules/es.typed-array.to-locale-string');\nrequire('../modules/es.typed-array.to-string');\nrequire('../modules/es.weak-map');\nrequire('../modules/es.weak-set');\nrequire('../modules/web.dom-collections.for-each');\nrequire('../modules/web.dom-collections.iterator');\nrequire('../modules/web.immediate');\nrequire('../modules/web.queue-microtask');\nrequire('../modules/web.timers');\nrequire('../modules/web.url');\nrequire('../modules/web.url.to-json');\nrequire('../modules/web.url-search-params');\n\nmodule.exports = require('../internals/path');\n","var defineWellKnownSymbol = require('../internals/define-well-known-symbol');\n\n// `Symbol.asyncIterator` well-known symbol\n// https://tc39.es/ecma262/#sec-symbol.asynciterator\ndefineWellKnownSymbol('asyncIterator');\n","var defineWellKnownSymbol = require('../internals/define-well-known-symbol');\n\n// `Symbol.hasInstance` well-known symbol\n// https://tc39.es/ecma262/#sec-symbol.hasinstance\ndefineWellKnownSymbol('hasInstance');\n","var defineWellKnownSymbol = require('../internals/define-well-known-symbol');\n\n// `Symbol.isConcatSpreadable` well-known symbol\n// https://tc39.es/ecma262/#sec-symbol.isconcatspreadable\ndefineWellKnownSymbol('isConcatSpreadable');\n","var defineWellKnownSymbol = require('../internals/define-well-known-symbol');\n\n// `Symbol.match` well-known symbol\n// https://tc39.es/ecma262/#sec-symbol.match\ndefineWellKnownSymbol('match');\n","var defineWellKnownSymbol = require('../internals/define-well-known-symbol');\n\n// `Symbol.matchAll` well-known symbol\n// https://tc39.es/ecma262/#sec-symbol.matchall\ndefineWellKnownSymbol('matchAll');\n","var defineWellKnownSymbol = require('../internals/define-well-known-symbol');\n\n// `Symbol.replace` well-known symbol\n// https://tc39.es/ecma262/#sec-symbol.replace\ndefineWellKnownSymbol('replace');\n","var defineWellKnownSymbol = require('../internals/define-well-known-symbol');\n\n// `Symbol.search` well-known symbol\n// https://tc39.es/ecma262/#sec-symbol.search\ndefineWellKnownSymbol('search');\n","var defineWellKnownSymbol = require('../internals/define-well-known-symbol');\n\n// `Symbol.species` well-known symbol\n// https://tc39.es/ecma262/#sec-symbol.species\ndefineWellKnownSymbol('species');\n","var defineWellKnownSymbol = require('../internals/define-well-known-symbol');\n\n// `Symbol.split` well-known symbol\n// https://tc39.es/ecma262/#sec-symbol.split\ndefineWellKnownSymbol('split');\n","var defineWellKnownSymbol = require('../internals/define-well-known-symbol');\n\n// `Symbol.toPrimitive` well-known symbol\n// https://tc39.es/ecma262/#sec-symbol.toprimitive\ndefineWellKnownSymbol('toPrimitive');\n","var defineWellKnownSymbol = require('../internals/define-well-known-symbol');\n\n// `Symbol.toStringTag` well-known symbol\n// https://tc39.es/ecma262/#sec-symbol.tostringtag\ndefineWellKnownSymbol('toStringTag');\n","var defineWellKnownSymbol = require('../internals/define-well-known-symbol');\n\n// `Symbol.unscopables` well-known symbol\n// https://tc39.es/ecma262/#sec-symbol.unscopables\ndefineWellKnownSymbol('unscopables');\n","'use strict';\nvar $ = require('../internals/export');\nvar getPrototypeOf = require('../internals/object-get-prototype-of');\nvar setPrototypeOf = require('../internals/object-set-prototype-of');\nvar create = require('../internals/object-create');\nvar createNonEnumerableProperty = require('../internals/create-non-enumerable-property');\nvar createPropertyDescriptor = require('../internals/create-property-descriptor');\nvar iterate = require('../internals/iterate');\n\nvar $AggregateError = function AggregateError(errors, message) {\n var that = this;\n if (!(that instanceof $AggregateError)) return new $AggregateError(errors, message);\n if (setPrototypeOf) {\n // eslint-disable-next-line unicorn/error-message -- expected\n that = setPrototypeOf(new Error(undefined), getPrototypeOf(that));\n }\n if (message !== undefined) createNonEnumerableProperty(that, 'message', String(message));\n var errorsArray = [];\n iterate(errors, errorsArray.push, { that: errorsArray });\n createNonEnumerableProperty(that, 'errors', errorsArray);\n return that;\n};\n\n$AggregateError.prototype = create(Error.prototype, {\n constructor: createPropertyDescriptor(5, $AggregateError),\n message: createPropertyDescriptor(5, ''),\n name: createPropertyDescriptor(5, 'AggregateError')\n});\n\n// `AggregateError` constructor\n// https://tc39.es/ecma262/#sec-aggregate-error-constructor\n$({ global: true }, {\n AggregateError: $AggregateError\n});\n","var $ = require('../internals/export');\nvar copyWithin = require('../internals/array-copy-within');\nvar addToUnscopables = require('../internals/add-to-unscopables');\n\n// `Array.prototype.copyWithin` method\n// https://tc39.es/ecma262/#sec-array.prototype.copywithin\n$({ target: 'Array', proto: true }, {\n copyWithin: copyWithin\n});\n\n// https://tc39.es/ecma262/#sec-array.prototype-@@unscopables\naddToUnscopables('copyWithin');\n","'use strict';\nvar $ = require('../internals/export');\nvar $every = require('../internals/array-iteration').every;\nvar arrayMethodIsStrict = require('../internals/array-method-is-strict');\n\nvar STRICT_METHOD = arrayMethodIsStrict('every');\n\n// `Array.prototype.every` method\n// https://tc39.es/ecma262/#sec-array.prototype.every\n$({ target: 'Array', proto: true, forced: !STRICT_METHOD }, {\n every: function every(callbackfn /* , thisArg */) {\n return $every(this, callbackfn, arguments.length > 1 ? arguments[1] : undefined);\n }\n});\n","var $ = require('../internals/export');\nvar fill = require('../internals/array-fill');\nvar addToUnscopables = require('../internals/add-to-unscopables');\n\n// `Array.prototype.fill` method\n// https://tc39.es/ecma262/#sec-array.prototype.fill\n$({ target: 'Array', proto: true }, {\n fill: fill\n});\n\n// https://tc39.es/ecma262/#sec-array.prototype-@@unscopables\naddToUnscopables('fill');\n","'use strict';\nvar $ = require('../internals/export');\nvar $find = require('../internals/array-iteration').find;\nvar addToUnscopables = require('../internals/add-to-unscopables');\n\nvar FIND = 'find';\nvar SKIPS_HOLES = true;\n\n// Shouldn't skip holes\nif (FIND in []) Array(1)[FIND](function () { SKIPS_HOLES = false; });\n\n// `Array.prototype.find` method\n// https://tc39.es/ecma262/#sec-array.prototype.find\n$({ target: 'Array', proto: true, forced: SKIPS_HOLES }, {\n find: function find(callbackfn /* , that = undefined */) {\n return $find(this, callbackfn, arguments.length > 1 ? arguments[1] : undefined);\n }\n});\n\n// https://tc39.es/ecma262/#sec-array.prototype-@@unscopables\naddToUnscopables(FIND);\n","'use strict';\nvar $ = require('../internals/export');\nvar $findIndex = require('../internals/array-iteration').findIndex;\nvar addToUnscopables = require('../internals/add-to-unscopables');\n\nvar FIND_INDEX = 'findIndex';\nvar SKIPS_HOLES = true;\n\n// Shouldn't skip holes\nif (FIND_INDEX in []) Array(1)[FIND_INDEX](function () { SKIPS_HOLES = false; });\n\n// `Array.prototype.findIndex` method\n// https://tc39.es/ecma262/#sec-array.prototype.findindex\n$({ target: 'Array', proto: true, forced: SKIPS_HOLES }, {\n findIndex: function findIndex(callbackfn /* , that = undefined */) {\n return $findIndex(this, callbackfn, arguments.length > 1 ? arguments[1] : undefined);\n }\n});\n\n// https://tc39.es/ecma262/#sec-array.prototype-@@unscopables\naddToUnscopables(FIND_INDEX);\n","'use strict';\nvar $ = require('../internals/export');\nvar flattenIntoArray = require('../internals/flatten-into-array');\nvar toObject = require('../internals/to-object');\nvar toLength = require('../internals/to-length');\nvar toInteger = require('../internals/to-integer');\nvar arraySpeciesCreate = require('../internals/array-species-create');\n\n// `Array.prototype.flat` method\n// https://tc39.es/ecma262/#sec-array.prototype.flat\n$({ target: 'Array', proto: true }, {\n flat: function flat(/* depthArg = 1 */) {\n var depthArg = arguments.length ? arguments[0] : undefined;\n var O = toObject(this);\n var sourceLen = toLength(O.length);\n var A = arraySpeciesCreate(O, 0);\n A.length = flattenIntoArray(A, O, O, sourceLen, 0, depthArg === undefined ? 1 : toInteger(depthArg));\n return A;\n }\n});\n","'use strict';\nvar $ = require('../internals/export');\nvar flattenIntoArray = require('../internals/flatten-into-array');\nvar toObject = require('../internals/to-object');\nvar toLength = require('../internals/to-length');\nvar aFunction = require('../internals/a-function');\nvar arraySpeciesCreate = require('../internals/array-species-create');\n\n// `Array.prototype.flatMap` method\n// https://tc39.es/ecma262/#sec-array.prototype.flatmap\n$({ target: 'Array', proto: true }, {\n flatMap: function flatMap(callbackfn /* , thisArg */) {\n var O = toObject(this);\n var sourceLen = toLength(O.length);\n var A;\n aFunction(callbackfn);\n A = arraySpeciesCreate(O, 0);\n A.length = flattenIntoArray(A, O, O, sourceLen, 0, 1, callbackfn, arguments.length > 1 ? arguments[1] : undefined);\n return A;\n }\n});\n","'use strict';\nvar $ = require('../internals/export');\nvar $includes = require('../internals/array-includes').includes;\nvar addToUnscopables = require('../internals/add-to-unscopables');\n\n// `Array.prototype.includes` method\n// https://tc39.es/ecma262/#sec-array.prototype.includes\n$({ target: 'Array', proto: true }, {\n includes: function includes(el /* , fromIndex = 0 */) {\n return $includes(this, el, arguments.length > 1 ? arguments[1] : undefined);\n }\n});\n\n// https://tc39.es/ecma262/#sec-array.prototype-@@unscopables\naddToUnscopables('includes');\n","var $ = require('../internals/export');\nvar isArray = require('../internals/is-array');\n\n// `Array.isArray` method\n// https://tc39.es/ecma262/#sec-array.isarray\n$({ target: 'Array', stat: true }, {\n isArray: isArray\n});\n","var $ = require('../internals/export');\nvar lastIndexOf = require('../internals/array-last-index-of');\n\n// `Array.prototype.lastIndexOf` method\n// https://tc39.es/ecma262/#sec-array.prototype.lastindexof\n// eslint-disable-next-line es/no-array-prototype-lastindexof -- required for testing\n$({ target: 'Array', proto: true, forced: lastIndexOf !== [].lastIndexOf }, {\n lastIndexOf: lastIndexOf\n});\n","'use strict';\nvar $ = require('../internals/export');\nvar fails = require('../internals/fails');\nvar createProperty = require('../internals/create-property');\n\nvar ISNT_GENERIC = fails(function () {\n function F() { /* empty */ }\n // eslint-disable-next-line es/no-array-of -- required for testing\n return !(Array.of.call(F) instanceof F);\n});\n\n// `Array.of` method\n// https://tc39.es/ecma262/#sec-array.of\n// WebKit Array.of isn't generic\n$({ target: 'Array', stat: true, forced: ISNT_GENERIC }, {\n of: function of(/* ...args */) {\n var index = 0;\n var argumentsLength = arguments.length;\n var result = new (typeof this == 'function' ? this : Array)(argumentsLength);\n while (argumentsLength > index) createProperty(result, index, arguments[index++]);\n result.length = argumentsLength;\n return result;\n }\n});\n","'use strict';\nvar $ = require('../internals/export');\nvar $reduceRight = require('../internals/array-reduce').right;\nvar arrayMethodIsStrict = require('../internals/array-method-is-strict');\nvar CHROME_VERSION = require('../internals/engine-v8-version');\nvar IS_NODE = require('../internals/engine-is-node');\n\nvar STRICT_METHOD = arrayMethodIsStrict('reduceRight');\n// Chrome 80-82 has a critical bug\n// https://bugs.chromium.org/p/chromium/issues/detail?id=1049982\nvar CHROME_BUG = !IS_NODE && CHROME_VERSION > 79 && CHROME_VERSION < 83;\n\n// `Array.prototype.reduceRight` method\n// https://tc39.es/ecma262/#sec-array.prototype.reduceright\n$({ target: 'Array', proto: true, forced: !STRICT_METHOD || CHROME_BUG }, {\n reduceRight: function reduceRight(callbackfn /* , initialValue */) {\n return $reduceRight(this, callbackfn, arguments.length, arguments.length > 1 ? arguments[1] : undefined);\n }\n});\n","'use strict';\nvar $ = require('../internals/export');\nvar isArray = require('../internals/is-array');\n\nvar nativeReverse = [].reverse;\nvar test = [1, 2];\n\n// `Array.prototype.reverse` method\n// https://tc39.es/ecma262/#sec-array.prototype.reverse\n// fix for Safari 12.0 bug\n// https://bugs.webkit.org/show_bug.cgi?id=188794\n$({ target: 'Array', proto: true, forced: String(test) === String(test.reverse()) }, {\n reverse: function reverse() {\n // eslint-disable-next-line no-self-assign -- dirty hack\n if (isArray(this)) this.length = this.length;\n return nativeReverse.call(this);\n }\n});\n","'use strict';\nvar $ = require('../internals/export');\nvar $some = require('../internals/array-iteration').some;\nvar arrayMethodIsStrict = require('../internals/array-method-is-strict');\n\nvar STRICT_METHOD = arrayMethodIsStrict('some');\n\n// `Array.prototype.some` method\n// https://tc39.es/ecma262/#sec-array.prototype.some\n$({ target: 'Array', proto: true, forced: !STRICT_METHOD }, {\n some: function some(callbackfn /* , thisArg */) {\n return $some(this, callbackfn, arguments.length > 1 ? arguments[1] : undefined);\n }\n});\n","'use strict';\nvar $ = require('../internals/export');\nvar aFunction = require('../internals/a-function');\nvar toObject = require('../internals/to-object');\nvar fails = require('../internals/fails');\nvar arrayMethodIsStrict = require('../internals/array-method-is-strict');\n\nvar test = [];\nvar nativeSort = test.sort;\n\n// IE8-\nvar FAILS_ON_UNDEFINED = fails(function () {\n test.sort(undefined);\n});\n// V8 bug\nvar FAILS_ON_NULL = fails(function () {\n test.sort(null);\n});\n// Old WebKit\nvar STRICT_METHOD = arrayMethodIsStrict('sort');\n\nvar FORCED = FAILS_ON_UNDEFINED || !FAILS_ON_NULL || !STRICT_METHOD;\n\n// `Array.prototype.sort` method\n// https://tc39.es/ecma262/#sec-array.prototype.sort\n$({ target: 'Array', proto: true, forced: FORCED }, {\n sort: function sort(comparefn) {\n return comparefn === undefined\n ? nativeSort.call(toObject(this))\n : nativeSort.call(toObject(this), aFunction(comparefn));\n }\n});\n","var setSpecies = require('../internals/set-species');\n\n// `Array[@@species]` getter\n// https://tc39.es/ecma262/#sec-get-array-@@species\nsetSpecies('Array');\n","// this method was added to unscopables after implementation\n// in popular engines, so it's moved to a separate module\nvar addToUnscopables = require('../internals/add-to-unscopables');\n\n// https://tc39.es/ecma262/#sec-array.prototype-@@unscopables\naddToUnscopables('flat');\n","// this method was added to unscopables after implementation\n// in popular engines, so it's moved to a separate module\nvar addToUnscopables = require('../internals/add-to-unscopables');\n\n// https://tc39.es/ecma262/#sec-array.prototype-@@unscopables\naddToUnscopables('flatMap');\n","'use strict';\nvar $ = require('../internals/export');\nvar global = require('../internals/global');\nvar arrayBufferModule = require('../internals/array-buffer');\nvar setSpecies = require('../internals/set-species');\n\nvar ARRAY_BUFFER = 'ArrayBuffer';\nvar ArrayBuffer = arrayBufferModule[ARRAY_BUFFER];\nvar NativeArrayBuffer = global[ARRAY_BUFFER];\n\n// `ArrayBuffer` constructor\n// https://tc39.es/ecma262/#sec-arraybuffer-constructor\n$({ global: true, forced: NativeArrayBuffer !== ArrayBuffer }, {\n ArrayBuffer: ArrayBuffer\n});\n\nsetSpecies(ARRAY_BUFFER);\n","// IEEE754 conversions based on https://github.com/feross/ieee754\nvar abs = Math.abs;\nvar pow = Math.pow;\nvar floor = Math.floor;\nvar log = Math.log;\nvar LN2 = Math.LN2;\n\nvar pack = function (number, mantissaLength, bytes) {\n var buffer = new Array(bytes);\n var exponentLength = bytes * 8 - mantissaLength - 1;\n var eMax = (1 << exponentLength) - 1;\n var eBias = eMax >> 1;\n var rt = mantissaLength === 23 ? pow(2, -24) - pow(2, -77) : 0;\n var sign = number < 0 || number === 0 && 1 / number < 0 ? 1 : 0;\n var index = 0;\n var exponent, mantissa, c;\n number = abs(number);\n // eslint-disable-next-line no-self-compare -- NaN check\n if (number != number || number === Infinity) {\n // eslint-disable-next-line no-self-compare -- NaN check\n mantissa = number != number ? 1 : 0;\n exponent = eMax;\n } else {\n exponent = floor(log(number) / LN2);\n if (number * (c = pow(2, -exponent)) < 1) {\n exponent--;\n c *= 2;\n }\n if (exponent + eBias >= 1) {\n number += rt / c;\n } else {\n number += rt * pow(2, 1 - eBias);\n }\n if (number * c >= 2) {\n exponent++;\n c /= 2;\n }\n if (exponent + eBias >= eMax) {\n mantissa = 0;\n exponent = eMax;\n } else if (exponent + eBias >= 1) {\n mantissa = (number * c - 1) * pow(2, mantissaLength);\n exponent = exponent + eBias;\n } else {\n mantissa = number * pow(2, eBias - 1) * pow(2, mantissaLength);\n exponent = 0;\n }\n }\n for (; mantissaLength >= 8; buffer[index++] = mantissa & 255, mantissa /= 256, mantissaLength -= 8);\n exponent = exponent << mantissaLength | mantissa;\n exponentLength += mantissaLength;\n for (; exponentLength > 0; buffer[index++] = exponent & 255, exponent /= 256, exponentLength -= 8);\n buffer[--index] |= sign * 128;\n return buffer;\n};\n\nvar unpack = function (buffer, mantissaLength) {\n var bytes = buffer.length;\n var exponentLength = bytes * 8 - mantissaLength - 1;\n var eMax = (1 << exponentLength) - 1;\n var eBias = eMax >> 1;\n var nBits = exponentLength - 7;\n var index = bytes - 1;\n var sign = buffer[index--];\n var exponent = sign & 127;\n var mantissa;\n sign >>= 7;\n for (; nBits > 0; exponent = exponent * 256 + buffer[index], index--, nBits -= 8);\n mantissa = exponent & (1 << -nBits) - 1;\n exponent >>= -nBits;\n nBits += mantissaLength;\n for (; nBits > 0; mantissa = mantissa * 256 + buffer[index], index--, nBits -= 8);\n if (exponent === 0) {\n exponent = 1 - eBias;\n } else if (exponent === eMax) {\n return mantissa ? NaN : sign ? -Infinity : Infinity;\n } else {\n mantissa = mantissa + pow(2, mantissaLength);\n exponent = exponent - eBias;\n } return (sign ? -1 : 1) * mantissa * pow(2, exponent - mantissaLength);\n};\n\nmodule.exports = {\n pack: pack,\n unpack: unpack\n};\n","var $ = require('../internals/export');\nvar ArrayBufferViewCore = require('../internals/array-buffer-view-core');\n\nvar NATIVE_ARRAY_BUFFER_VIEWS = ArrayBufferViewCore.NATIVE_ARRAY_BUFFER_VIEWS;\n\n// `ArrayBuffer.isView` method\n// https://tc39.es/ecma262/#sec-arraybuffer.isview\n$({ target: 'ArrayBuffer', stat: true, forced: !NATIVE_ARRAY_BUFFER_VIEWS }, {\n isView: ArrayBufferViewCore.isView\n});\n","'use strict';\nvar $ = require('../internals/export');\nvar fails = require('../internals/fails');\nvar ArrayBufferModule = require('../internals/array-buffer');\nvar anObject = require('../internals/an-object');\nvar toAbsoluteIndex = require('../internals/to-absolute-index');\nvar toLength = require('../internals/to-length');\nvar speciesConstructor = require('../internals/species-constructor');\n\nvar ArrayBuffer = ArrayBufferModule.ArrayBuffer;\nvar DataView = ArrayBufferModule.DataView;\nvar nativeArrayBufferSlice = ArrayBuffer.prototype.slice;\n\nvar INCORRECT_SLICE = fails(function () {\n return !new ArrayBuffer(2).slice(1, undefined).byteLength;\n});\n\n// `ArrayBuffer.prototype.slice` method\n// https://tc39.es/ecma262/#sec-arraybuffer.prototype.slice\n$({ target: 'ArrayBuffer', proto: true, unsafe: true, forced: INCORRECT_SLICE }, {\n slice: function slice(start, end) {\n if (nativeArrayBufferSlice !== undefined && end === undefined) {\n return nativeArrayBufferSlice.call(anObject(this), start); // FF fix\n }\n var length = anObject(this).byteLength;\n var first = toAbsoluteIndex(start, length);\n var fin = toAbsoluteIndex(end === undefined ? length : end, length);\n var result = new (speciesConstructor(this, ArrayBuffer))(toLength(fin - first));\n var viewSource = new DataView(this);\n var viewTarget = new DataView(result);\n var index = 0;\n while (first < fin) {\n viewTarget.setUint8(index++, viewSource.getUint8(first++));\n } return result;\n }\n});\n","var $ = require('../internals/export');\nvar ArrayBufferModule = require('../internals/array-buffer');\nvar NATIVE_ARRAY_BUFFER = require('../internals/array-buffer-native');\n\n// `DataView` constructor\n// https://tc39.es/ecma262/#sec-dataview-constructor\n$({ global: true, forced: !NATIVE_ARRAY_BUFFER }, {\n DataView: ArrayBufferModule.DataView\n});\n","var $ = require('../internals/export');\n\n// `Date.now` method\n// https://tc39.es/ecma262/#sec-date.now\n$({ target: 'Date', stat: true }, {\n now: function now() {\n return new Date().getTime();\n }\n});\n","var $ = require('../internals/export');\nvar toISOString = require('../internals/date-to-iso-string');\n\n// `Date.prototype.toISOString` method\n// https://tc39.es/ecma262/#sec-date.prototype.toisostring\n// PhantomJS / old WebKit has a broken implementations\n$({ target: 'Date', proto: true, forced: Date.prototype.toISOString !== toISOString }, {\n toISOString: toISOString\n});\n","'use strict';\nvar fails = require('../internals/fails');\nvar padStart = require('../internals/string-pad').start;\n\nvar abs = Math.abs;\nvar DatePrototype = Date.prototype;\nvar getTime = DatePrototype.getTime;\nvar nativeDateToISOString = DatePrototype.toISOString;\n\n// `Date.prototype.toISOString` method implementation\n// https://tc39.es/ecma262/#sec-date.prototype.toisostring\n// PhantomJS / old WebKit fails here:\nmodule.exports = (fails(function () {\n return nativeDateToISOString.call(new Date(-5e13 - 1)) != '0385-07-25T07:06:39.999Z';\n}) || !fails(function () {\n nativeDateToISOString.call(new Date(NaN));\n})) ? function toISOString() {\n if (!isFinite(getTime.call(this))) throw RangeError('Invalid time value');\n var date = this;\n var year = date.getUTCFullYear();\n var milliseconds = date.getUTCMilliseconds();\n var sign = year < 0 ? '-' : year > 9999 ? '+' : '';\n return sign + padStart(abs(year), sign ? 6 : 4, 0) +\n '-' + padStart(date.getUTCMonth() + 1, 2, 0) +\n '-' + padStart(date.getUTCDate(), 2, 0) +\n 'T' + padStart(date.getUTCHours(), 2, 0) +\n ':' + padStart(date.getUTCMinutes(), 2, 0) +\n ':' + padStart(date.getUTCSeconds(), 2, 0) +\n '.' + padStart(milliseconds, 3, 0) +\n 'Z';\n} : nativeDateToISOString;\n","'use strict';\nvar $ = require('../internals/export');\nvar fails = require('../internals/fails');\nvar toObject = require('../internals/to-object');\nvar toPrimitive = require('../internals/to-primitive');\n\nvar FORCED = fails(function () {\n return new Date(NaN).toJSON() !== null\n || Date.prototype.toJSON.call({ toISOString: function () { return 1; } }) !== 1;\n});\n\n// `Date.prototype.toJSON` method\n// https://tc39.es/ecma262/#sec-date.prototype.tojson\n$({ target: 'Date', proto: true, forced: FORCED }, {\n // eslint-disable-next-line no-unused-vars -- required for `.length`\n toJSON: function toJSON(key) {\n var O = toObject(this);\n var pv = toPrimitive(O);\n return typeof pv == 'number' && !isFinite(pv) ? null : O.toISOString();\n }\n});\n","var createNonEnumerableProperty = require('../internals/create-non-enumerable-property');\nvar dateToPrimitive = require('../internals/date-to-primitive');\nvar wellKnownSymbol = require('../internals/well-known-symbol');\n\nvar TO_PRIMITIVE = wellKnownSymbol('toPrimitive');\nvar DatePrototype = Date.prototype;\n\n// `Date.prototype[@@toPrimitive]` method\n// https://tc39.es/ecma262/#sec-date.prototype-@@toprimitive\nif (!(TO_PRIMITIVE in DatePrototype)) {\n createNonEnumerableProperty(DatePrototype, TO_PRIMITIVE, dateToPrimitive);\n}\n","'use strict';\nvar anObject = require('../internals/an-object');\nvar toPrimitive = require('../internals/to-primitive');\n\n// `Date.prototype[@@toPrimitive](hint)` method implementation\n// https://tc39.es/ecma262/#sec-date.prototype-@@toprimitive\nmodule.exports = function (hint) {\n if (hint !== 'string' && hint !== 'number' && hint !== 'default') {\n throw TypeError('Incorrect hint');\n } return toPrimitive(anObject(this), hint !== 'number');\n};\n","var redefine = require('../internals/redefine');\n\nvar DatePrototype = Date.prototype;\nvar INVALID_DATE = 'Invalid Date';\nvar TO_STRING = 'toString';\nvar nativeDateToString = DatePrototype[TO_STRING];\nvar getTime = DatePrototype.getTime;\n\n// `Date.prototype.toString` method\n// https://tc39.es/ecma262/#sec-date.prototype.tostring\nif (new Date(NaN) + '' != INVALID_DATE) {\n redefine(DatePrototype, TO_STRING, function toString() {\n var value = getTime.call(this);\n // eslint-disable-next-line no-self-compare -- NaN check\n return value === value ? nativeDateToString.call(this) : INVALID_DATE;\n });\n}\n","var $ = require('../internals/export');\nvar bind = require('../internals/function-bind');\n\n// `Function.prototype.bind` method\n// https://tc39.es/ecma262/#sec-function.prototype.bind\n$({ target: 'Function', proto: true }, {\n bind: bind\n});\n","'use strict';\nvar isObject = require('../internals/is-object');\nvar definePropertyModule = require('../internals/object-define-property');\nvar getPrototypeOf = require('../internals/object-get-prototype-of');\nvar wellKnownSymbol = require('../internals/well-known-symbol');\n\nvar HAS_INSTANCE = wellKnownSymbol('hasInstance');\nvar FunctionPrototype = Function.prototype;\n\n// `Function.prototype[@@hasInstance]` method\n// https://tc39.es/ecma262/#sec-function.prototype-@@hasinstance\nif (!(HAS_INSTANCE in FunctionPrototype)) {\n definePropertyModule.f(FunctionPrototype, HAS_INSTANCE, { value: function (O) {\n if (typeof this != 'function' || !isObject(O)) return false;\n if (!isObject(this.prototype)) return O instanceof this;\n // for environment w/o native `@@hasInstance` logic enough `instanceof`, but add this:\n while (O = getPrototypeOf(O)) if (this.prototype === O) return true;\n return false;\n } });\n}\n","var $ = require('../internals/export');\nvar global = require('../internals/global');\n\n// `globalThis` object\n// https://tc39.es/ecma262/#sec-globalthis\n$({ global: true }, {\n globalThis: global\n});\n","var $ = require('../internals/export');\nvar getBuiltIn = require('../internals/get-built-in');\nvar fails = require('../internals/fails');\n\nvar $stringify = getBuiltIn('JSON', 'stringify');\nvar re = /[\\uD800-\\uDFFF]/g;\nvar low = /^[\\uD800-\\uDBFF]$/;\nvar hi = /^[\\uDC00-\\uDFFF]$/;\n\nvar fix = function (match, offset, string) {\n var prev = string.charAt(offset - 1);\n var next = string.charAt(offset + 1);\n if ((low.test(match) && !hi.test(next)) || (hi.test(match) && !low.test(prev))) {\n return '\\\\u' + match.charCodeAt(0).toString(16);\n } return match;\n};\n\nvar FORCED = fails(function () {\n return $stringify('\\uDF06\\uD834') !== '\"\\\\udf06\\\\ud834\"'\n || $stringify('\\uDEAD') !== '\"\\\\udead\"';\n});\n\nif ($stringify) {\n // `JSON.stringify` method\n // https://tc39.es/ecma262/#sec-json.stringify\n // https://github.com/tc39/proposal-well-formed-stringify\n $({ target: 'JSON', stat: true, forced: FORCED }, {\n // eslint-disable-next-line no-unused-vars -- required for `.length`\n stringify: function stringify(it, replacer, space) {\n var result = $stringify.apply(null, arguments);\n return typeof result == 'string' ? result.replace(re, fix) : result;\n }\n });\n}\n","var global = require('../internals/global');\nvar setToStringTag = require('../internals/set-to-string-tag');\n\n// JSON[@@toStringTag] property\n// https://tc39.es/ecma262/#sec-json-@@tostringtag\nsetToStringTag(global.JSON, 'JSON', true);\n","'use strict';\nvar collection = require('../internals/collection');\nvar collectionStrong = require('../internals/collection-strong');\n\n// `Map` constructor\n// https://tc39.es/ecma262/#sec-map-objects\nmodule.exports = collection('Map', function (init) {\n return function Map() { return init(this, arguments.length ? arguments[0] : undefined); };\n}, collectionStrong);\n","var $ = require('../internals/export');\nvar log1p = require('../internals/math-log1p');\n\n// eslint-disable-next-line es/no-math-acosh -- required for testing\nvar $acosh = Math.acosh;\nvar log = Math.log;\nvar sqrt = Math.sqrt;\nvar LN2 = Math.LN2;\n\nvar FORCED = !$acosh\n // V8 bug: https://code.google.com/p/v8/issues/detail?id=3509\n || Math.floor($acosh(Number.MAX_VALUE)) != 710\n // Tor Browser bug: Math.acosh(Infinity) -> NaN\n || $acosh(Infinity) != Infinity;\n\n// `Math.acosh` method\n// https://tc39.es/ecma262/#sec-math.acosh\n$({ target: 'Math', stat: true, forced: FORCED }, {\n acosh: function acosh(x) {\n return (x = +x) < 1 ? NaN : x > 94906265.62425156\n ? log(x) + LN2\n : log1p(x - 1 + sqrt(x - 1) * sqrt(x + 1));\n }\n});\n","var $ = require('../internals/export');\n\n// eslint-disable-next-line es/no-math-asinh -- required for testing\nvar $asinh = Math.asinh;\nvar log = Math.log;\nvar sqrt = Math.sqrt;\n\nfunction asinh(x) {\n return !isFinite(x = +x) || x == 0 ? x : x < 0 ? -asinh(-x) : log(x + sqrt(x * x + 1));\n}\n\n// `Math.asinh` method\n// https://tc39.es/ecma262/#sec-math.asinh\n// Tor Browser bug: Math.asinh(0) -> -0\n$({ target: 'Math', stat: true, forced: !($asinh && 1 / $asinh(0) > 0) }, {\n asinh: asinh\n});\n","var $ = require('../internals/export');\n\n// eslint-disable-next-line es/no-math-atanh -- required for testing\nvar $atanh = Math.atanh;\nvar log = Math.log;\n\n// `Math.atanh` method\n// https://tc39.es/ecma262/#sec-math.atanh\n// Tor Browser bug: Math.atanh(-0) -> 0\n$({ target: 'Math', stat: true, forced: !($atanh && 1 / $atanh(-0) < 0) }, {\n atanh: function atanh(x) {\n return (x = +x) == 0 ? x : log((1 + x) / (1 - x)) / 2;\n }\n});\n","var $ = require('../internals/export');\nvar sign = require('../internals/math-sign');\n\nvar abs = Math.abs;\nvar pow = Math.pow;\n\n// `Math.cbrt` method\n// https://tc39.es/ecma262/#sec-math.cbrt\n$({ target: 'Math', stat: true }, {\n cbrt: function cbrt(x) {\n return sign(x = +x) * pow(abs(x), 1 / 3);\n }\n});\n","var $ = require('../internals/export');\n\nvar floor = Math.floor;\nvar log = Math.log;\nvar LOG2E = Math.LOG2E;\n\n// `Math.clz32` method\n// https://tc39.es/ecma262/#sec-math.clz32\n$({ target: 'Math', stat: true }, {\n clz32: function clz32(x) {\n return (x >>>= 0) ? 31 - floor(log(x + 0.5) * LOG2E) : 32;\n }\n});\n","var $ = require('../internals/export');\nvar expm1 = require('../internals/math-expm1');\n\n// eslint-disable-next-line es/no-math-cosh -- required for testing\nvar $cosh = Math.cosh;\nvar abs = Math.abs;\nvar E = Math.E;\n\n// `Math.cosh` method\n// https://tc39.es/ecma262/#sec-math.cosh\n$({ target: 'Math', stat: true, forced: !$cosh || $cosh(710) === Infinity }, {\n cosh: function cosh(x) {\n var t = expm1(abs(x) - 1) + 1;\n return (t + 1 / (t * E * E)) * (E / 2);\n }\n});\n","var $ = require('../internals/export');\nvar expm1 = require('../internals/math-expm1');\n\n// `Math.expm1` method\n// https://tc39.es/ecma262/#sec-math.expm1\n// eslint-disable-next-line es/no-math-expm1 -- required for testing\n$({ target: 'Math', stat: true, forced: expm1 != Math.expm1 }, { expm1: expm1 });\n","var $ = require('../internals/export');\nvar fround = require('../internals/math-fround');\n\n// `Math.fround` method\n// https://tc39.es/ecma262/#sec-math.fround\n$({ target: 'Math', stat: true }, { fround: fround });\n","var sign = require('../internals/math-sign');\n\nvar abs = Math.abs;\nvar pow = Math.pow;\nvar EPSILON = pow(2, -52);\nvar EPSILON32 = pow(2, -23);\nvar MAX32 = pow(2, 127) * (2 - EPSILON32);\nvar MIN32 = pow(2, -126);\n\nvar roundTiesToEven = function (n) {\n return n + 1 / EPSILON - 1 / EPSILON;\n};\n\n// `Math.fround` method implementation\n// https://tc39.es/ecma262/#sec-math.fround\n// eslint-disable-next-line es/no-math-fround -- safe\nmodule.exports = Math.fround || function fround(x) {\n var $abs = abs(x);\n var $sign = sign(x);\n var a, result;\n if ($abs < MIN32) return $sign * roundTiesToEven($abs / MIN32 / EPSILON32) * MIN32 * EPSILON32;\n a = (1 + EPSILON32 / EPSILON) * $abs;\n result = a - (a - $abs);\n // eslint-disable-next-line no-self-compare -- NaN check\n if (result > MAX32 || result != result) return $sign * Infinity;\n return $sign * result;\n};\n","var $ = require('../internals/export');\n\n// eslint-disable-next-line es/no-math-hypot -- required for testing\nvar $hypot = Math.hypot;\nvar abs = Math.abs;\nvar sqrt = Math.sqrt;\n\n// Chrome 77 bug\n// https://bugs.chromium.org/p/v8/issues/detail?id=9546\nvar BUGGY = !!$hypot && $hypot(Infinity, NaN) !== Infinity;\n\n// `Math.hypot` method\n// https://tc39.es/ecma262/#sec-math.hypot\n$({ target: 'Math', stat: true, forced: BUGGY }, {\n // eslint-disable-next-line no-unused-vars -- required for `.length`\n hypot: function hypot(value1, value2) {\n var sum = 0;\n var i = 0;\n var aLen = arguments.length;\n var larg = 0;\n var arg, div;\n while (i < aLen) {\n arg = abs(arguments[i++]);\n if (larg < arg) {\n div = larg / arg;\n sum = sum * div * div + 1;\n larg = arg;\n } else if (arg > 0) {\n div = arg / larg;\n sum += div * div;\n } else sum += arg;\n }\n return larg === Infinity ? Infinity : larg * sqrt(sum);\n }\n});\n","var $ = require('../internals/export');\nvar fails = require('../internals/fails');\n\n// eslint-disable-next-line es/no-math-imul -- required for testing\nvar $imul = Math.imul;\n\nvar FORCED = fails(function () {\n return $imul(0xFFFFFFFF, 5) != -5 || $imul.length != 2;\n});\n\n// `Math.imul` method\n// https://tc39.es/ecma262/#sec-math.imul\n// some WebKit versions fails with big numbers, some has wrong arity\n$({ target: 'Math', stat: true, forced: FORCED }, {\n imul: function imul(x, y) {\n var UINT16 = 0xFFFF;\n var xn = +x;\n var yn = +y;\n var xl = UINT16 & xn;\n var yl = UINT16 & yn;\n return 0 | xl * yl + ((UINT16 & xn >>> 16) * yl + xl * (UINT16 & yn >>> 16) << 16 >>> 0);\n }\n});\n","var $ = require('../internals/export');\n\nvar log = Math.log;\nvar LOG10E = Math.LOG10E;\n\n// `Math.log10` method\n// https://tc39.es/ecma262/#sec-math.log10\n$({ target: 'Math', stat: true }, {\n log10: function log10(x) {\n return log(x) * LOG10E;\n }\n});\n","var $ = require('../internals/export');\nvar log1p = require('../internals/math-log1p');\n\n// `Math.log1p` method\n// https://tc39.es/ecma262/#sec-math.log1p\n$({ target: 'Math', stat: true }, { log1p: log1p });\n","var $ = require('../internals/export');\n\nvar log = Math.log;\nvar LN2 = Math.LN2;\n\n// `Math.log2` method\n// https://tc39.es/ecma262/#sec-math.log2\n$({ target: 'Math', stat: true }, {\n log2: function log2(x) {\n return log(x) / LN2;\n }\n});\n","var $ = require('../internals/export');\nvar sign = require('../internals/math-sign');\n\n// `Math.sign` method\n// https://tc39.es/ecma262/#sec-math.sign\n$({ target: 'Math', stat: true }, {\n sign: sign\n});\n","var $ = require('../internals/export');\nvar fails = require('../internals/fails');\nvar expm1 = require('../internals/math-expm1');\n\nvar abs = Math.abs;\nvar exp = Math.exp;\nvar E = Math.E;\n\nvar FORCED = fails(function () {\n // eslint-disable-next-line es/no-math-sinh -- required for testing\n return Math.sinh(-2e-17) != -2e-17;\n});\n\n// `Math.sinh` method\n// https://tc39.es/ecma262/#sec-math.sinh\n// V8 near Chromium 38 has a problem with very small numbers\n$({ target: 'Math', stat: true, forced: FORCED }, {\n sinh: function sinh(x) {\n return abs(x = +x) < 1 ? (expm1(x) - expm1(-x)) / 2 : (exp(x - 1) - exp(-x - 1)) * (E / 2);\n }\n});\n","var $ = require('../internals/export');\nvar expm1 = require('../internals/math-expm1');\n\nvar exp = Math.exp;\n\n// `Math.tanh` method\n// https://tc39.es/ecma262/#sec-math.tanh\n$({ target: 'Math', stat: true }, {\n tanh: function tanh(x) {\n var a = expm1(x = +x);\n var b = expm1(-x);\n return a == Infinity ? 1 : b == Infinity ? -1 : (a - b) / (exp(x) + exp(-x));\n }\n});\n","var setToStringTag = require('../internals/set-to-string-tag');\n\n// Math[@@toStringTag] property\n// https://tc39.es/ecma262/#sec-math-@@tostringtag\nsetToStringTag(Math, 'Math', true);\n","var $ = require('../internals/export');\n\nvar ceil = Math.ceil;\nvar floor = Math.floor;\n\n// `Math.trunc` method\n// https://tc39.es/ecma262/#sec-math.trunc\n$({ target: 'Math', stat: true }, {\n trunc: function trunc(it) {\n return (it > 0 ? floor : ceil)(it);\n }\n});\n","'use strict';\nvar DESCRIPTORS = require('../internals/descriptors');\nvar global = require('../internals/global');\nvar isForced = require('../internals/is-forced');\nvar redefine = require('../internals/redefine');\nvar has = require('../internals/has');\nvar classof = require('../internals/classof-raw');\nvar inheritIfRequired = require('../internals/inherit-if-required');\nvar toPrimitive = require('../internals/to-primitive');\nvar fails = require('../internals/fails');\nvar create = require('../internals/object-create');\nvar getOwnPropertyNames = require('../internals/object-get-own-property-names').f;\nvar getOwnPropertyDescriptor = require('../internals/object-get-own-property-descriptor').f;\nvar defineProperty = require('../internals/object-define-property').f;\nvar trim = require('../internals/string-trim').trim;\n\nvar NUMBER = 'Number';\nvar NativeNumber = global[NUMBER];\nvar NumberPrototype = NativeNumber.prototype;\n\n// Opera ~12 has broken Object#toString\nvar BROKEN_CLASSOF = classof(create(NumberPrototype)) == NUMBER;\n\n// `ToNumber` abstract operation\n// https://tc39.es/ecma262/#sec-tonumber\nvar toNumber = function (argument) {\n var it = toPrimitive(argument, false);\n var first, third, radix, maxCode, digits, length, index, code;\n if (typeof it == 'string' && it.length > 2) {\n it = trim(it);\n first = it.charCodeAt(0);\n if (first === 43 || first === 45) {\n third = it.charCodeAt(2);\n if (third === 88 || third === 120) return NaN; // Number('+0x1') should be NaN, old V8 fix\n } else if (first === 48) {\n switch (it.charCodeAt(1)) {\n case 66: case 98: radix = 2; maxCode = 49; break; // fast equal of /^0b[01]+$/i\n case 79: case 111: radix = 8; maxCode = 55; break; // fast equal of /^0o[0-7]+$/i\n default: return +it;\n }\n digits = it.slice(2);\n length = digits.length;\n for (index = 0; index < length; index++) {\n code = digits.charCodeAt(index);\n // parseInt parses a string to a first unavailable symbol\n // but ToNumber should return NaN if a string contains unavailable symbols\n if (code < 48 || code > maxCode) return NaN;\n } return parseInt(digits, radix);\n }\n } return +it;\n};\n\n// `Number` constructor\n// https://tc39.es/ecma262/#sec-number-constructor\nif (isForced(NUMBER, !NativeNumber(' 0o1') || !NativeNumber('0b1') || NativeNumber('+0x1'))) {\n var NumberWrapper = function Number(value) {\n var it = arguments.length < 1 ? 0 : value;\n var dummy = this;\n return dummy instanceof NumberWrapper\n // check on 1..constructor(foo) case\n && (BROKEN_CLASSOF ? fails(function () { NumberPrototype.valueOf.call(dummy); }) : classof(dummy) != NUMBER)\n ? inheritIfRequired(new NativeNumber(toNumber(it)), dummy, NumberWrapper) : toNumber(it);\n };\n for (var keys = DESCRIPTORS ? getOwnPropertyNames(NativeNumber) : (\n // ES3:\n 'MAX_VALUE,MIN_VALUE,NaN,NEGATIVE_INFINITY,POSITIVE_INFINITY,' +\n // ES2015 (in case, if modules with ES2015 Number statics required before):\n 'EPSILON,isFinite,isInteger,isNaN,isSafeInteger,MAX_SAFE_INTEGER,' +\n 'MIN_SAFE_INTEGER,parseFloat,parseInt,isInteger,' +\n // ESNext\n 'fromString,range'\n ).split(','), j = 0, key; keys.length > j; j++) {\n if (has(NativeNumber, key = keys[j]) && !has(NumberWrapper, key)) {\n defineProperty(NumberWrapper, key, getOwnPropertyDescriptor(NativeNumber, key));\n }\n }\n NumberWrapper.prototype = NumberPrototype;\n NumberPrototype.constructor = NumberWrapper;\n redefine(global, NUMBER, NumberWrapper);\n}\n","var $ = require('../internals/export');\n\n// `Number.EPSILON` constant\n// https://tc39.es/ecma262/#sec-number.epsilon\n$({ target: 'Number', stat: true }, {\n EPSILON: Math.pow(2, -52)\n});\n","var $ = require('../internals/export');\nvar numberIsFinite = require('../internals/number-is-finite');\n\n// `Number.isFinite` method\n// https://tc39.es/ecma262/#sec-number.isfinite\n$({ target: 'Number', stat: true }, { isFinite: numberIsFinite });\n","var global = require('../internals/global');\n\nvar globalIsFinite = global.isFinite;\n\n// `Number.isFinite` method\n// https://tc39.es/ecma262/#sec-number.isfinite\n// eslint-disable-next-line es/no-number-isfinite -- safe\nmodule.exports = Number.isFinite || function isFinite(it) {\n return typeof it == 'number' && globalIsFinite(it);\n};\n","var $ = require('../internals/export');\nvar isInteger = require('../internals/is-integer');\n\n// `Number.isInteger` method\n// https://tc39.es/ecma262/#sec-number.isinteger\n$({ target: 'Number', stat: true }, {\n isInteger: isInteger\n});\n","var $ = require('../internals/export');\n\n// `Number.isNaN` method\n// https://tc39.es/ecma262/#sec-number.isnan\n$({ target: 'Number', stat: true }, {\n isNaN: function isNaN(number) {\n // eslint-disable-next-line no-self-compare -- NaN check\n return number != number;\n }\n});\n","var $ = require('../internals/export');\nvar isInteger = require('../internals/is-integer');\n\nvar abs = Math.abs;\n\n// `Number.isSafeInteger` method\n// https://tc39.es/ecma262/#sec-number.issafeinteger\n$({ target: 'Number', stat: true }, {\n isSafeInteger: function isSafeInteger(number) {\n return isInteger(number) && abs(number) <= 0x1FFFFFFFFFFFFF;\n }\n});\n","var $ = require('../internals/export');\n\n// `Number.MAX_SAFE_INTEGER` constant\n// https://tc39.es/ecma262/#sec-number.max_safe_integer\n$({ target: 'Number', stat: true }, {\n MAX_SAFE_INTEGER: 0x1FFFFFFFFFFFFF\n});\n","var $ = require('../internals/export');\n\n// `Number.MIN_SAFE_INTEGER` constant\n// https://tc39.es/ecma262/#sec-number.min_safe_integer\n$({ target: 'Number', stat: true }, {\n MIN_SAFE_INTEGER: -0x1FFFFFFFFFFFFF\n});\n","var $ = require('../internals/export');\nvar parseFloat = require('../internals/number-parse-float');\n\n// `Number.parseFloat` method\n// https://tc39.es/ecma262/#sec-number.parseFloat\n// eslint-disable-next-line es/no-number-parsefloat -- required for testing\n$({ target: 'Number', stat: true, forced: Number.parseFloat != parseFloat }, {\n parseFloat: parseFloat\n});\n","var $ = require('../internals/export');\nvar parseInt = require('../internals/number-parse-int');\n\n// `Number.parseInt` method\n// https://tc39.es/ecma262/#sec-number.parseint\n// eslint-disable-next-line es/no-number-parseint -- required for testing\n$({ target: 'Number', stat: true, forced: Number.parseInt != parseInt }, {\n parseInt: parseInt\n});\n","'use strict';\nvar $ = require('../internals/export');\nvar fails = require('../internals/fails');\nvar thisNumberValue = require('../internals/this-number-value');\n\nvar nativeToPrecision = 1.0.toPrecision;\n\nvar FORCED = fails(function () {\n // IE7-\n return nativeToPrecision.call(1, undefined) !== '1';\n}) || !fails(function () {\n // V8 ~ Android 4.3-\n nativeToPrecision.call({});\n});\n\n// `Number.prototype.toPrecision` method\n// https://tc39.es/ecma262/#sec-number.prototype.toprecision\n$({ target: 'Number', proto: true, forced: FORCED }, {\n toPrecision: function toPrecision(precision) {\n return precision === undefined\n ? nativeToPrecision.call(thisNumberValue(this))\n : nativeToPrecision.call(thisNumberValue(this), precision);\n }\n});\n","var $ = require('../internals/export');\nvar DESCRIPTORS = require('../internals/descriptors');\nvar create = require('../internals/object-create');\n\n// `Object.create` method\n// https://tc39.es/ecma262/#sec-object.create\n$({ target: 'Object', stat: true, sham: !DESCRIPTORS }, {\n create: create\n});\n","'use strict';\nvar $ = require('../internals/export');\nvar DESCRIPTORS = require('../internals/descriptors');\nvar FORCED = require('../internals/object-prototype-accessors-forced');\nvar toObject = require('../internals/to-object');\nvar aFunction = require('../internals/a-function');\nvar definePropertyModule = require('../internals/object-define-property');\n\n// `Object.prototype.__defineGetter__` method\n// https://tc39.es/ecma262/#sec-object.prototype.__defineGetter__\nif (DESCRIPTORS) {\n $({ target: 'Object', proto: true, forced: FORCED }, {\n __defineGetter__: function __defineGetter__(P, getter) {\n definePropertyModule.f(toObject(this), P, { get: aFunction(getter), enumerable: true, configurable: true });\n }\n });\n}\n","var $ = require('../internals/export');\nvar DESCRIPTORS = require('../internals/descriptors');\nvar defineProperties = require('../internals/object-define-properties');\n\n// `Object.defineProperties` method\n// https://tc39.es/ecma262/#sec-object.defineproperties\n$({ target: 'Object', stat: true, forced: !DESCRIPTORS, sham: !DESCRIPTORS }, {\n defineProperties: defineProperties\n});\n","var $ = require('../internals/export');\nvar DESCRIPTORS = require('../internals/descriptors');\nvar objectDefinePropertyModile = require('../internals/object-define-property');\n\n// `Object.defineProperty` method\n// https://tc39.es/ecma262/#sec-object.defineproperty\n$({ target: 'Object', stat: true, forced: !DESCRIPTORS, sham: !DESCRIPTORS }, {\n defineProperty: objectDefinePropertyModile.f\n});\n","'use strict';\nvar $ = require('../internals/export');\nvar DESCRIPTORS = require('../internals/descriptors');\nvar FORCED = require('../internals/object-prototype-accessors-forced');\nvar toObject = require('../internals/to-object');\nvar aFunction = require('../internals/a-function');\nvar definePropertyModule = require('../internals/object-define-property');\n\n// `Object.prototype.__defineSetter__` method\n// https://tc39.es/ecma262/#sec-object.prototype.__defineSetter__\nif (DESCRIPTORS) {\n $({ target: 'Object', proto: true, forced: FORCED }, {\n __defineSetter__: function __defineSetter__(P, setter) {\n definePropertyModule.f(toObject(this), P, { set: aFunction(setter), enumerable: true, configurable: true });\n }\n });\n}\n","var $ = require('../internals/export');\nvar $entries = require('../internals/object-to-array').entries;\n\n// `Object.entries` method\n// https://tc39.es/ecma262/#sec-object.entries\n$({ target: 'Object', stat: true }, {\n entries: function entries(O) {\n return $entries(O);\n }\n});\n","var $ = require('../internals/export');\nvar FREEZING = require('../internals/freezing');\nvar fails = require('../internals/fails');\nvar isObject = require('../internals/is-object');\nvar onFreeze = require('../internals/internal-metadata').onFreeze;\n\n// eslint-disable-next-line es/no-object-freeze -- safe\nvar $freeze = Object.freeze;\nvar FAILS_ON_PRIMITIVES = fails(function () { $freeze(1); });\n\n// `Object.freeze` method\n// https://tc39.es/ecma262/#sec-object.freeze\n$({ target: 'Object', stat: true, forced: FAILS_ON_PRIMITIVES, sham: !FREEZING }, {\n freeze: function freeze(it) {\n return $freeze && isObject(it) ? $freeze(onFreeze(it)) : it;\n }\n});\n","var $ = require('../internals/export');\nvar iterate = require('../internals/iterate');\nvar createProperty = require('../internals/create-property');\n\n// `Object.fromEntries` method\n// https://github.com/tc39/proposal-object-from-entries\n$({ target: 'Object', stat: true }, {\n fromEntries: function fromEntries(iterable) {\n var obj = {};\n iterate(iterable, function (k, v) {\n createProperty(obj, k, v);\n }, { AS_ENTRIES: true });\n return obj;\n }\n});\n","var $ = require('../internals/export');\nvar fails = require('../internals/fails');\nvar getOwnPropertyNames = require('../internals/object-get-own-property-names-external').f;\n\n// eslint-disable-next-line es/no-object-getownpropertynames -- required for testing\nvar FAILS_ON_PRIMITIVES = fails(function () { return !Object.getOwnPropertyNames(1); });\n\n// `Object.getOwnPropertyNames` method\n// https://tc39.es/ecma262/#sec-object.getownpropertynames\n$({ target: 'Object', stat: true, forced: FAILS_ON_PRIMITIVES }, {\n getOwnPropertyNames: getOwnPropertyNames\n});\n","var $ = require('../internals/export');\nvar fails = require('../internals/fails');\nvar toObject = require('../internals/to-object');\nvar nativeGetPrototypeOf = require('../internals/object-get-prototype-of');\nvar CORRECT_PROTOTYPE_GETTER = require('../internals/correct-prototype-getter');\n\nvar FAILS_ON_PRIMITIVES = fails(function () { nativeGetPrototypeOf(1); });\n\n// `Object.getPrototypeOf` method\n// https://tc39.es/ecma262/#sec-object.getprototypeof\n$({ target: 'Object', stat: true, forced: FAILS_ON_PRIMITIVES, sham: !CORRECT_PROTOTYPE_GETTER }, {\n getPrototypeOf: function getPrototypeOf(it) {\n return nativeGetPrototypeOf(toObject(it));\n }\n});\n\n","var $ = require('../internals/export');\nvar is = require('../internals/same-value');\n\n// `Object.is` method\n// https://tc39.es/ecma262/#sec-object.is\n$({ target: 'Object', stat: true }, {\n is: is\n});\n","var $ = require('../internals/export');\nvar fails = require('../internals/fails');\nvar isObject = require('../internals/is-object');\n\n// eslint-disable-next-line es/no-object-isextensible -- safe\nvar $isExtensible = Object.isExtensible;\nvar FAILS_ON_PRIMITIVES = fails(function () { $isExtensible(1); });\n\n// `Object.isExtensible` method\n// https://tc39.es/ecma262/#sec-object.isextensible\n$({ target: 'Object', stat: true, forced: FAILS_ON_PRIMITIVES }, {\n isExtensible: function isExtensible(it) {\n return isObject(it) ? $isExtensible ? $isExtensible(it) : true : false;\n }\n});\n","var $ = require('../internals/export');\nvar fails = require('../internals/fails');\nvar isObject = require('../internals/is-object');\n\n// eslint-disable-next-line es/no-object-isfrozen -- safe\nvar $isFrozen = Object.isFrozen;\nvar FAILS_ON_PRIMITIVES = fails(function () { $isFrozen(1); });\n\n// `Object.isFrozen` method\n// https://tc39.es/ecma262/#sec-object.isfrozen\n$({ target: 'Object', stat: true, forced: FAILS_ON_PRIMITIVES }, {\n isFrozen: function isFrozen(it) {\n return isObject(it) ? $isFrozen ? $isFrozen(it) : false : true;\n }\n});\n","var $ = require('../internals/export');\nvar fails = require('../internals/fails');\nvar isObject = require('../internals/is-object');\n\n// eslint-disable-next-line es/no-object-issealed -- safe\nvar $isSealed = Object.isSealed;\nvar FAILS_ON_PRIMITIVES = fails(function () { $isSealed(1); });\n\n// `Object.isSealed` method\n// https://tc39.es/ecma262/#sec-object.issealed\n$({ target: 'Object', stat: true, forced: FAILS_ON_PRIMITIVES }, {\n isSealed: function isSealed(it) {\n return isObject(it) ? $isSealed ? $isSealed(it) : false : true;\n }\n});\n","'use strict';\nvar $ = require('../internals/export');\nvar DESCRIPTORS = require('../internals/descriptors');\nvar FORCED = require('../internals/object-prototype-accessors-forced');\nvar toObject = require('../internals/to-object');\nvar toPrimitive = require('../internals/to-primitive');\nvar getPrototypeOf = require('../internals/object-get-prototype-of');\nvar getOwnPropertyDescriptor = require('../internals/object-get-own-property-descriptor').f;\n\n// `Object.prototype.__lookupGetter__` method\n// https://tc39.es/ecma262/#sec-object.prototype.__lookupGetter__\nif (DESCRIPTORS) {\n $({ target: 'Object', proto: true, forced: FORCED }, {\n __lookupGetter__: function __lookupGetter__(P) {\n var O = toObject(this);\n var key = toPrimitive(P, true);\n var desc;\n do {\n if (desc = getOwnPropertyDescriptor(O, key)) return desc.get;\n } while (O = getPrototypeOf(O));\n }\n });\n}\n","'use strict';\nvar $ = require('../internals/export');\nvar DESCRIPTORS = require('../internals/descriptors');\nvar FORCED = require('../internals/object-prototype-accessors-forced');\nvar toObject = require('../internals/to-object');\nvar toPrimitive = require('../internals/to-primitive');\nvar getPrototypeOf = require('../internals/object-get-prototype-of');\nvar getOwnPropertyDescriptor = require('../internals/object-get-own-property-descriptor').f;\n\n// `Object.prototype.__lookupSetter__` method\n// https://tc39.es/ecma262/#sec-object.prototype.__lookupSetter__\nif (DESCRIPTORS) {\n $({ target: 'Object', proto: true, forced: FORCED }, {\n __lookupSetter__: function __lookupSetter__(P) {\n var O = toObject(this);\n var key = toPrimitive(P, true);\n var desc;\n do {\n if (desc = getOwnPropertyDescriptor(O, key)) return desc.set;\n } while (O = getPrototypeOf(O));\n }\n });\n}\n","var $ = require('../internals/export');\nvar isObject = require('../internals/is-object');\nvar onFreeze = require('../internals/internal-metadata').onFreeze;\nvar FREEZING = require('../internals/freezing');\nvar fails = require('../internals/fails');\n\n// eslint-disable-next-line es/no-object-preventextensions -- safe\nvar $preventExtensions = Object.preventExtensions;\nvar FAILS_ON_PRIMITIVES = fails(function () { $preventExtensions(1); });\n\n// `Object.preventExtensions` method\n// https://tc39.es/ecma262/#sec-object.preventextensions\n$({ target: 'Object', stat: true, forced: FAILS_ON_PRIMITIVES, sham: !FREEZING }, {\n preventExtensions: function preventExtensions(it) {\n return $preventExtensions && isObject(it) ? $preventExtensions(onFreeze(it)) : it;\n }\n});\n","var $ = require('../internals/export');\nvar isObject = require('../internals/is-object');\nvar onFreeze = require('../internals/internal-metadata').onFreeze;\nvar FREEZING = require('../internals/freezing');\nvar fails = require('../internals/fails');\n\n// eslint-disable-next-line es/no-object-seal -- safe\nvar $seal = Object.seal;\nvar FAILS_ON_PRIMITIVES = fails(function () { $seal(1); });\n\n// `Object.seal` method\n// https://tc39.es/ecma262/#sec-object.seal\n$({ target: 'Object', stat: true, forced: FAILS_ON_PRIMITIVES, sham: !FREEZING }, {\n seal: function seal(it) {\n return $seal && isObject(it) ? $seal(onFreeze(it)) : it;\n }\n});\n","var $ = require('../internals/export');\nvar setPrototypeOf = require('../internals/object-set-prototype-of');\n\n// `Object.setPrototypeOf` method\n// https://tc39.es/ecma262/#sec-object.setprototypeof\n$({ target: 'Object', stat: true }, {\n setPrototypeOf: setPrototypeOf\n});\n","var $ = require('../internals/export');\nvar $values = require('../internals/object-to-array').values;\n\n// `Object.values` method\n// https://tc39.es/ecma262/#sec-object.values\n$({ target: 'Object', stat: true }, {\n values: function values(O) {\n return $values(O);\n }\n});\n","var $ = require('../internals/export');\nvar parseFloatImplementation = require('../internals/number-parse-float');\n\n// `parseFloat` method\n// https://tc39.es/ecma262/#sec-parsefloat-string\n$({ global: true, forced: parseFloat != parseFloatImplementation }, {\n parseFloat: parseFloatImplementation\n});\n","var $ = require('../internals/export');\nvar parseIntImplementation = require('../internals/number-parse-int');\n\n// `parseInt` method\n// https://tc39.es/ecma262/#sec-parseint-string-radix\n$({ global: true, forced: parseInt != parseIntImplementation }, {\n parseInt: parseIntImplementation\n});\n","'use strict';\nvar $ = require('../internals/export');\nvar IS_PURE = require('../internals/is-pure');\nvar global = require('../internals/global');\nvar getBuiltIn = require('../internals/get-built-in');\nvar NativePromise = require('../internals/native-promise-constructor');\nvar redefine = require('../internals/redefine');\nvar redefineAll = require('../internals/redefine-all');\nvar setPrototypeOf = require('../internals/object-set-prototype-of');\nvar setToStringTag = require('../internals/set-to-string-tag');\nvar setSpecies = require('../internals/set-species');\nvar isObject = require('../internals/is-object');\nvar aFunction = require('../internals/a-function');\nvar anInstance = require('../internals/an-instance');\nvar inspectSource = require('../internals/inspect-source');\nvar iterate = require('../internals/iterate');\nvar checkCorrectnessOfIteration = require('../internals/check-correctness-of-iteration');\nvar speciesConstructor = require('../internals/species-constructor');\nvar task = require('../internals/task').set;\nvar microtask = require('../internals/microtask');\nvar promiseResolve = require('../internals/promise-resolve');\nvar hostReportErrors = require('../internals/host-report-errors');\nvar newPromiseCapabilityModule = require('../internals/new-promise-capability');\nvar perform = require('../internals/perform');\nvar InternalStateModule = require('../internals/internal-state');\nvar isForced = require('../internals/is-forced');\nvar wellKnownSymbol = require('../internals/well-known-symbol');\nvar IS_BROWSER = require('../internals/engine-is-browser');\nvar IS_NODE = require('../internals/engine-is-node');\nvar V8_VERSION = require('../internals/engine-v8-version');\n\nvar SPECIES = wellKnownSymbol('species');\nvar PROMISE = 'Promise';\nvar getInternalState = InternalStateModule.get;\nvar setInternalState = InternalStateModule.set;\nvar getInternalPromiseState = InternalStateModule.getterFor(PROMISE);\nvar NativePromisePrototype = NativePromise && NativePromise.prototype;\nvar PromiseConstructor = NativePromise;\nvar PromiseConstructorPrototype = NativePromisePrototype;\nvar TypeError = global.TypeError;\nvar document = global.document;\nvar process = global.process;\nvar newPromiseCapability = newPromiseCapabilityModule.f;\nvar newGenericPromiseCapability = newPromiseCapability;\nvar DISPATCH_EVENT = !!(document && document.createEvent && global.dispatchEvent);\nvar NATIVE_REJECTION_EVENT = typeof PromiseRejectionEvent == 'function';\nvar UNHANDLED_REJECTION = 'unhandledrejection';\nvar REJECTION_HANDLED = 'rejectionhandled';\nvar PENDING = 0;\nvar FULFILLED = 1;\nvar REJECTED = 2;\nvar HANDLED = 1;\nvar UNHANDLED = 2;\nvar SUBCLASSING = false;\nvar Internal, OwnPromiseCapability, PromiseWrapper, nativeThen;\n\nvar FORCED = isForced(PROMISE, function () {\n var GLOBAL_CORE_JS_PROMISE = inspectSource(PromiseConstructor) !== String(PromiseConstructor);\n // V8 6.6 (Node 10 and Chrome 66) have a bug with resolving custom thenables\n // https://bugs.chromium.org/p/chromium/issues/detail?id=830565\n // We can't detect it synchronously, so just check versions\n if (!GLOBAL_CORE_JS_PROMISE && V8_VERSION === 66) return true;\n // We need Promise#finally in the pure version for preventing prototype pollution\n if (IS_PURE && !PromiseConstructorPrototype['finally']) return true;\n // We can't use @@species feature detection in V8 since it causes\n // deoptimization and performance degradation\n // https://github.com/zloirock/core-js/issues/679\n if (V8_VERSION >= 51 && /native code/.test(PromiseConstructor)) return false;\n // Detect correctness of subclassing with @@species support\n var promise = new PromiseConstructor(function (resolve) { resolve(1); });\n var FakePromise = function (exec) {\n exec(function () { /* empty */ }, function () { /* empty */ });\n };\n var constructor = promise.constructor = {};\n constructor[SPECIES] = FakePromise;\n SUBCLASSING = promise.then(function () { /* empty */ }) instanceof FakePromise;\n if (!SUBCLASSING) return true;\n // Unhandled rejections tracking support, NodeJS Promise without it fails @@species test\n return !GLOBAL_CORE_JS_PROMISE && IS_BROWSER && !NATIVE_REJECTION_EVENT;\n});\n\nvar INCORRECT_ITERATION = FORCED || !checkCorrectnessOfIteration(function (iterable) {\n PromiseConstructor.all(iterable)['catch'](function () { /* empty */ });\n});\n\n// helpers\nvar isThenable = function (it) {\n var then;\n return isObject(it) && typeof (then = it.then) == 'function' ? then : false;\n};\n\nvar notify = function (state, isReject) {\n if (state.notified) return;\n state.notified = true;\n var chain = state.reactions;\n microtask(function () {\n var value = state.value;\n var ok = state.state == FULFILLED;\n var index = 0;\n // variable length - can't use forEach\n while (chain.length > index) {\n var reaction = chain[index++];\n var handler = ok ? reaction.ok : reaction.fail;\n var resolve = reaction.resolve;\n var reject = reaction.reject;\n var domain = reaction.domain;\n var result, then, exited;\n try {\n if (handler) {\n if (!ok) {\n if (state.rejection === UNHANDLED) onHandleUnhandled(state);\n state.rejection = HANDLED;\n }\n if (handler === true) result = value;\n else {\n if (domain) domain.enter();\n result = handler(value); // can throw\n if (domain) {\n domain.exit();\n exited = true;\n }\n }\n if (result === reaction.promise) {\n reject(TypeError('Promise-chain cycle'));\n } else if (then = isThenable(result)) {\n then.call(result, resolve, reject);\n } else resolve(result);\n } else reject(value);\n } catch (error) {\n if (domain && !exited) domain.exit();\n reject(error);\n }\n }\n state.reactions = [];\n state.notified = false;\n if (isReject && !state.rejection) onUnhandled(state);\n });\n};\n\nvar dispatchEvent = function (name, promise, reason) {\n var event, handler;\n if (DISPATCH_EVENT) {\n event = document.createEvent('Event');\n event.promise = promise;\n event.reason = reason;\n event.initEvent(name, false, true);\n global.dispatchEvent(event);\n } else event = { promise: promise, reason: reason };\n if (!NATIVE_REJECTION_EVENT && (handler = global['on' + name])) handler(event);\n else if (name === UNHANDLED_REJECTION) hostReportErrors('Unhandled promise rejection', reason);\n};\n\nvar onUnhandled = function (state) {\n task.call(global, function () {\n var promise = state.facade;\n var value = state.value;\n var IS_UNHANDLED = isUnhandled(state);\n var result;\n if (IS_UNHANDLED) {\n result = perform(function () {\n if (IS_NODE) {\n process.emit('unhandledRejection', value, promise);\n } else dispatchEvent(UNHANDLED_REJECTION, promise, value);\n });\n // Browsers should not trigger `rejectionHandled` event if it was handled here, NodeJS - should\n state.rejection = IS_NODE || isUnhandled(state) ? UNHANDLED : HANDLED;\n if (result.error) throw result.value;\n }\n });\n};\n\nvar isUnhandled = function (state) {\n return state.rejection !== HANDLED && !state.parent;\n};\n\nvar onHandleUnhandled = function (state) {\n task.call(global, function () {\n var promise = state.facade;\n if (IS_NODE) {\n process.emit('rejectionHandled', promise);\n } else dispatchEvent(REJECTION_HANDLED, promise, state.value);\n });\n};\n\nvar bind = function (fn, state, unwrap) {\n return function (value) {\n fn(state, value, unwrap);\n };\n};\n\nvar internalReject = function (state, value, unwrap) {\n if (state.done) return;\n state.done = true;\n if (unwrap) state = unwrap;\n state.value = value;\n state.state = REJECTED;\n notify(state, true);\n};\n\nvar internalResolve = function (state, value, unwrap) {\n if (state.done) return;\n state.done = true;\n if (unwrap) state = unwrap;\n try {\n if (state.facade === value) throw TypeError(\"Promise can't be resolved itself\");\n var then = isThenable(value);\n if (then) {\n microtask(function () {\n var wrapper = { done: false };\n try {\n then.call(value,\n bind(internalResolve, wrapper, state),\n bind(internalReject, wrapper, state)\n );\n } catch (error) {\n internalReject(wrapper, error, state);\n }\n });\n } else {\n state.value = value;\n state.state = FULFILLED;\n notify(state, false);\n }\n } catch (error) {\n internalReject({ done: false }, error, state);\n }\n};\n\n// constructor polyfill\nif (FORCED) {\n // 25.4.3.1 Promise(executor)\n PromiseConstructor = function Promise(executor) {\n anInstance(this, PromiseConstructor, PROMISE);\n aFunction(executor);\n Internal.call(this);\n var state = getInternalState(this);\n try {\n executor(bind(internalResolve, state), bind(internalReject, state));\n } catch (error) {\n internalReject(state, error);\n }\n };\n PromiseConstructorPrototype = PromiseConstructor.prototype;\n // eslint-disable-next-line no-unused-vars -- required for `.length`\n Internal = function Promise(executor) {\n setInternalState(this, {\n type: PROMISE,\n done: false,\n notified: false,\n parent: false,\n reactions: [],\n rejection: false,\n state: PENDING,\n value: undefined\n });\n };\n Internal.prototype = redefineAll(PromiseConstructorPrototype, {\n // `Promise.prototype.then` method\n // https://tc39.es/ecma262/#sec-promise.prototype.then\n then: function then(onFulfilled, onRejected) {\n var state = getInternalPromiseState(this);\n var reaction = newPromiseCapability(speciesConstructor(this, PromiseConstructor));\n reaction.ok = typeof onFulfilled == 'function' ? onFulfilled : true;\n reaction.fail = typeof onRejected == 'function' && onRejected;\n reaction.domain = IS_NODE ? process.domain : undefined;\n state.parent = true;\n state.reactions.push(reaction);\n if (state.state != PENDING) notify(state, false);\n return reaction.promise;\n },\n // `Promise.prototype.catch` method\n // https://tc39.es/ecma262/#sec-promise.prototype.catch\n 'catch': function (onRejected) {\n return this.then(undefined, onRejected);\n }\n });\n OwnPromiseCapability = function () {\n var promise = new Internal();\n var state = getInternalState(promise);\n this.promise = promise;\n this.resolve = bind(internalResolve, state);\n this.reject = bind(internalReject, state);\n };\n newPromiseCapabilityModule.f = newPromiseCapability = function (C) {\n return C === PromiseConstructor || C === PromiseWrapper\n ? new OwnPromiseCapability(C)\n : newGenericPromiseCapability(C);\n };\n\n if (!IS_PURE && typeof NativePromise == 'function' && NativePromisePrototype !== Object.prototype) {\n nativeThen = NativePromisePrototype.then;\n\n if (!SUBCLASSING) {\n // make `Promise#then` return a polyfilled `Promise` for native promise-based APIs\n redefine(NativePromisePrototype, 'then', function then(onFulfilled, onRejected) {\n var that = this;\n return new PromiseConstructor(function (resolve, reject) {\n nativeThen.call(that, resolve, reject);\n }).then(onFulfilled, onRejected);\n // https://github.com/zloirock/core-js/issues/640\n }, { unsafe: true });\n\n // makes sure that native promise-based APIs `Promise#catch` properly works with patched `Promise#then`\n redefine(NativePromisePrototype, 'catch', PromiseConstructorPrototype['catch'], { unsafe: true });\n }\n\n // make `.constructor === Promise` work for native promise-based APIs\n try {\n delete NativePromisePrototype.constructor;\n } catch (error) { /* empty */ }\n\n // make `instanceof Promise` work for native promise-based APIs\n if (setPrototypeOf) {\n setPrototypeOf(NativePromisePrototype, PromiseConstructorPrototype);\n }\n }\n}\n\n$({ global: true, wrap: true, forced: FORCED }, {\n Promise: PromiseConstructor\n});\n\nsetToStringTag(PromiseConstructor, PROMISE, false, true);\nsetSpecies(PROMISE);\n\nPromiseWrapper = getBuiltIn(PROMISE);\n\n// statics\n$({ target: PROMISE, stat: true, forced: FORCED }, {\n // `Promise.reject` method\n // https://tc39.es/ecma262/#sec-promise.reject\n reject: function reject(r) {\n var capability = newPromiseCapability(this);\n capability.reject.call(undefined, r);\n return capability.promise;\n }\n});\n\n$({ target: PROMISE, stat: true, forced: IS_PURE || FORCED }, {\n // `Promise.resolve` method\n // https://tc39.es/ecma262/#sec-promise.resolve\n resolve: function resolve(x) {\n return promiseResolve(IS_PURE && this === PromiseWrapper ? PromiseConstructor : this, x);\n }\n});\n\n$({ target: PROMISE, stat: true, forced: INCORRECT_ITERATION }, {\n // `Promise.all` method\n // https://tc39.es/ecma262/#sec-promise.all\n all: function all(iterable) {\n var C = this;\n var capability = newPromiseCapability(C);\n var resolve = capability.resolve;\n var reject = capability.reject;\n var result = perform(function () {\n var $promiseResolve = aFunction(C.resolve);\n var values = [];\n var counter = 0;\n var remaining = 1;\n iterate(iterable, function (promise) {\n var index = counter++;\n var alreadyCalled = false;\n values.push(undefined);\n remaining++;\n $promiseResolve.call(C, promise).then(function (value) {\n if (alreadyCalled) return;\n alreadyCalled = true;\n values[index] = value;\n --remaining || resolve(values);\n }, reject);\n });\n --remaining || resolve(values);\n });\n if (result.error) reject(result.value);\n return capability.promise;\n },\n // `Promise.race` method\n // https://tc39.es/ecma262/#sec-promise.race\n race: function race(iterable) {\n var C = this;\n var capability = newPromiseCapability(C);\n var reject = capability.reject;\n var result = perform(function () {\n var $promiseResolve = aFunction(C.resolve);\n iterate(iterable, function (promise) {\n $promiseResolve.call(C, promise).then(capability.resolve, reject);\n });\n });\n if (result.error) reject(result.value);\n return capability.promise;\n }\n});\n","var userAgent = require('../internals/engine-user-agent');\n\nmodule.exports = /web0s(?!.*chrome)/i.test(userAgent);\n","var global = require('../internals/global');\n\nmodule.exports = function (a, b) {\n var console = global.console;\n if (console && console.error) {\n arguments.length === 1 ? console.error(a) : console.error(a, b);\n }\n};\n","module.exports = typeof window == 'object';\n","'use strict';\nvar $ = require('../internals/export');\nvar aFunction = require('../internals/a-function');\nvar newPromiseCapabilityModule = require('../internals/new-promise-capability');\nvar perform = require('../internals/perform');\nvar iterate = require('../internals/iterate');\n\n// `Promise.allSettled` method\n// https://tc39.es/ecma262/#sec-promise.allsettled\n$({ target: 'Promise', stat: true }, {\n allSettled: function allSettled(iterable) {\n var C = this;\n var capability = newPromiseCapabilityModule.f(C);\n var resolve = capability.resolve;\n var reject = capability.reject;\n var result = perform(function () {\n var promiseResolve = aFunction(C.resolve);\n var values = [];\n var counter = 0;\n var remaining = 1;\n iterate(iterable, function (promise) {\n var index = counter++;\n var alreadyCalled = false;\n values.push(undefined);\n remaining++;\n promiseResolve.call(C, promise).then(function (value) {\n if (alreadyCalled) return;\n alreadyCalled = true;\n values[index] = { status: 'fulfilled', value: value };\n --remaining || resolve(values);\n }, function (error) {\n if (alreadyCalled) return;\n alreadyCalled = true;\n values[index] = { status: 'rejected', reason: error };\n --remaining || resolve(values);\n });\n });\n --remaining || resolve(values);\n });\n if (result.error) reject(result.value);\n return capability.promise;\n }\n});\n","'use strict';\nvar $ = require('../internals/export');\nvar aFunction = require('../internals/a-function');\nvar getBuiltIn = require('../internals/get-built-in');\nvar newPromiseCapabilityModule = require('../internals/new-promise-capability');\nvar perform = require('../internals/perform');\nvar iterate = require('../internals/iterate');\n\nvar PROMISE_ANY_ERROR = 'No one promise resolved';\n\n// `Promise.any` method\n// https://tc39.es/ecma262/#sec-promise.any\n$({ target: 'Promise', stat: true }, {\n any: function any(iterable) {\n var C = this;\n var capability = newPromiseCapabilityModule.f(C);\n var resolve = capability.resolve;\n var reject = capability.reject;\n var result = perform(function () {\n var promiseResolve = aFunction(C.resolve);\n var errors = [];\n var counter = 0;\n var remaining = 1;\n var alreadyResolved = false;\n iterate(iterable, function (promise) {\n var index = counter++;\n var alreadyRejected = false;\n errors.push(undefined);\n remaining++;\n promiseResolve.call(C, promise).then(function (value) {\n if (alreadyRejected || alreadyResolved) return;\n alreadyResolved = true;\n resolve(value);\n }, function (error) {\n if (alreadyRejected || alreadyResolved) return;\n alreadyRejected = true;\n errors[index] = error;\n --remaining || reject(new (getBuiltIn('AggregateError'))(errors, PROMISE_ANY_ERROR));\n });\n });\n --remaining || reject(new (getBuiltIn('AggregateError'))(errors, PROMISE_ANY_ERROR));\n });\n if (result.error) reject(result.value);\n return capability.promise;\n }\n});\n","'use strict';\nvar $ = require('../internals/export');\nvar IS_PURE = require('../internals/is-pure');\nvar NativePromise = require('../internals/native-promise-constructor');\nvar fails = require('../internals/fails');\nvar getBuiltIn = require('../internals/get-built-in');\nvar speciesConstructor = require('../internals/species-constructor');\nvar promiseResolve = require('../internals/promise-resolve');\nvar redefine = require('../internals/redefine');\n\n// Safari bug https://bugs.webkit.org/show_bug.cgi?id=200829\nvar NON_GENERIC = !!NativePromise && fails(function () {\n NativePromise.prototype['finally'].call({ then: function () { /* empty */ } }, function () { /* empty */ });\n});\n\n// `Promise.prototype.finally` method\n// https://tc39.es/ecma262/#sec-promise.prototype.finally\n$({ target: 'Promise', proto: true, real: true, forced: NON_GENERIC }, {\n 'finally': function (onFinally) {\n var C = speciesConstructor(this, getBuiltIn('Promise'));\n var isFunction = typeof onFinally == 'function';\n return this.then(\n isFunction ? function (x) {\n return promiseResolve(C, onFinally()).then(function () { return x; });\n } : onFinally,\n isFunction ? function (e) {\n return promiseResolve(C, onFinally()).then(function () { throw e; });\n } : onFinally\n );\n }\n});\n\n// makes sure that native promise-based APIs `Promise#finally` properly works with patched `Promise#then`\nif (!IS_PURE && typeof NativePromise == 'function') {\n var method = getBuiltIn('Promise').prototype['finally'];\n if (NativePromise.prototype['finally'] !== method) {\n redefine(NativePromise.prototype, 'finally', method, { unsafe: true });\n }\n}\n","var $ = require('../internals/export');\nvar getBuiltIn = require('../internals/get-built-in');\nvar aFunction = require('../internals/a-function');\nvar anObject = require('../internals/an-object');\nvar fails = require('../internals/fails');\n\nvar nativeApply = getBuiltIn('Reflect', 'apply');\nvar functionApply = Function.apply;\n\n// MS Edge argumentsList argument is optional\nvar OPTIONAL_ARGUMENTS_LIST = !fails(function () {\n nativeApply(function () { /* empty */ });\n});\n\n// `Reflect.apply` method\n// https://tc39.es/ecma262/#sec-reflect.apply\n$({ target: 'Reflect', stat: true, forced: OPTIONAL_ARGUMENTS_LIST }, {\n apply: function apply(target, thisArgument, argumentsList) {\n aFunction(target);\n anObject(argumentsList);\n return nativeApply\n ? nativeApply(target, thisArgument, argumentsList)\n : functionApply.call(target, thisArgument, argumentsList);\n }\n});\n","var $ = require('../internals/export');\nvar getBuiltIn = require('../internals/get-built-in');\nvar aFunction = require('../internals/a-function');\nvar anObject = require('../internals/an-object');\nvar isObject = require('../internals/is-object');\nvar create = require('../internals/object-create');\nvar bind = require('../internals/function-bind');\nvar fails = require('../internals/fails');\n\nvar nativeConstruct = getBuiltIn('Reflect', 'construct');\n\n// `Reflect.construct` method\n// https://tc39.es/ecma262/#sec-reflect.construct\n// MS Edge supports only 2 arguments and argumentsList argument is optional\n// FF Nightly sets third argument as `new.target`, but does not create `this` from it\nvar NEW_TARGET_BUG = fails(function () {\n function F() { /* empty */ }\n return !(nativeConstruct(function () { /* empty */ }, [], F) instanceof F);\n});\nvar ARGS_BUG = !fails(function () {\n nativeConstruct(function () { /* empty */ });\n});\nvar FORCED = NEW_TARGET_BUG || ARGS_BUG;\n\n$({ target: 'Reflect', stat: true, forced: FORCED, sham: FORCED }, {\n construct: function construct(Target, args /* , newTarget */) {\n aFunction(Target);\n anObject(args);\n var newTarget = arguments.length < 3 ? Target : aFunction(arguments[2]);\n if (ARGS_BUG && !NEW_TARGET_BUG) return nativeConstruct(Target, args, newTarget);\n if (Target == newTarget) {\n // w/o altered newTarget, optimization for 0-4 arguments\n switch (args.length) {\n case 0: return new Target();\n case 1: return new Target(args[0]);\n case 2: return new Target(args[0], args[1]);\n case 3: return new Target(args[0], args[1], args[2]);\n case 4: return new Target(args[0], args[1], args[2], args[3]);\n }\n // w/o altered newTarget, lot of arguments case\n var $args = [null];\n $args.push.apply($args, args);\n return new (bind.apply(Target, $args))();\n }\n // with altered newTarget, not support built-in constructors\n var proto = newTarget.prototype;\n var instance = create(isObject(proto) ? proto : Object.prototype);\n var result = Function.apply.call(Target, instance, args);\n return isObject(result) ? result : instance;\n }\n});\n","var $ = require('../internals/export');\nvar DESCRIPTORS = require('../internals/descriptors');\nvar anObject = require('../internals/an-object');\nvar toPrimitive = require('../internals/to-primitive');\nvar definePropertyModule = require('../internals/object-define-property');\nvar fails = require('../internals/fails');\n\n// MS Edge has broken Reflect.defineProperty - throwing instead of returning false\nvar ERROR_INSTEAD_OF_FALSE = fails(function () {\n // eslint-disable-next-line es/no-reflect -- required for testing\n Reflect.defineProperty(definePropertyModule.f({}, 1, { value: 1 }), 1, { value: 2 });\n});\n\n// `Reflect.defineProperty` method\n// https://tc39.es/ecma262/#sec-reflect.defineproperty\n$({ target: 'Reflect', stat: true, forced: ERROR_INSTEAD_OF_FALSE, sham: !DESCRIPTORS }, {\n defineProperty: function defineProperty(target, propertyKey, attributes) {\n anObject(target);\n var key = toPrimitive(propertyKey, true);\n anObject(attributes);\n try {\n definePropertyModule.f(target, key, attributes);\n return true;\n } catch (error) {\n return false;\n }\n }\n});\n","var $ = require('../internals/export');\nvar anObject = require('../internals/an-object');\nvar getOwnPropertyDescriptor = require('../internals/object-get-own-property-descriptor').f;\n\n// `Reflect.deleteProperty` method\n// https://tc39.es/ecma262/#sec-reflect.deleteproperty\n$({ target: 'Reflect', stat: true }, {\n deleteProperty: function deleteProperty(target, propertyKey) {\n var descriptor = getOwnPropertyDescriptor(anObject(target), propertyKey);\n return descriptor && !descriptor.configurable ? false : delete target[propertyKey];\n }\n});\n","var $ = require('../internals/export');\nvar isObject = require('../internals/is-object');\nvar anObject = require('../internals/an-object');\nvar has = require('../internals/has');\nvar getOwnPropertyDescriptorModule = require('../internals/object-get-own-property-descriptor');\nvar getPrototypeOf = require('../internals/object-get-prototype-of');\n\n// `Reflect.get` method\n// https://tc39.es/ecma262/#sec-reflect.get\nfunction get(target, propertyKey /* , receiver */) {\n var receiver = arguments.length < 3 ? target : arguments[2];\n var descriptor, prototype;\n if (anObject(target) === receiver) return target[propertyKey];\n if (descriptor = getOwnPropertyDescriptorModule.f(target, propertyKey)) return has(descriptor, 'value')\n ? descriptor.value\n : descriptor.get === undefined\n ? undefined\n : descriptor.get.call(receiver);\n if (isObject(prototype = getPrototypeOf(target))) return get(prototype, propertyKey, receiver);\n}\n\n$({ target: 'Reflect', stat: true }, {\n get: get\n});\n","var $ = require('../internals/export');\nvar DESCRIPTORS = require('../internals/descriptors');\nvar anObject = require('../internals/an-object');\nvar getOwnPropertyDescriptorModule = require('../internals/object-get-own-property-descriptor');\n\n// `Reflect.getOwnPropertyDescriptor` method\n// https://tc39.es/ecma262/#sec-reflect.getownpropertydescriptor\n$({ target: 'Reflect', stat: true, sham: !DESCRIPTORS }, {\n getOwnPropertyDescriptor: function getOwnPropertyDescriptor(target, propertyKey) {\n return getOwnPropertyDescriptorModule.f(anObject(target), propertyKey);\n }\n});\n","var $ = require('../internals/export');\nvar anObject = require('../internals/an-object');\nvar objectGetPrototypeOf = require('../internals/object-get-prototype-of');\nvar CORRECT_PROTOTYPE_GETTER = require('../internals/correct-prototype-getter');\n\n// `Reflect.getPrototypeOf` method\n// https://tc39.es/ecma262/#sec-reflect.getprototypeof\n$({ target: 'Reflect', stat: true, sham: !CORRECT_PROTOTYPE_GETTER }, {\n getPrototypeOf: function getPrototypeOf(target) {\n return objectGetPrototypeOf(anObject(target));\n }\n});\n","var $ = require('../internals/export');\n\n// `Reflect.has` method\n// https://tc39.es/ecma262/#sec-reflect.has\n$({ target: 'Reflect', stat: true }, {\n has: function has(target, propertyKey) {\n return propertyKey in target;\n }\n});\n","var $ = require('../internals/export');\nvar anObject = require('../internals/an-object');\n\n// eslint-disable-next-line es/no-object-isextensible -- safe\nvar objectIsExtensible = Object.isExtensible;\n\n// `Reflect.isExtensible` method\n// https://tc39.es/ecma262/#sec-reflect.isextensible\n$({ target: 'Reflect', stat: true }, {\n isExtensible: function isExtensible(target) {\n anObject(target);\n return objectIsExtensible ? objectIsExtensible(target) : true;\n }\n});\n","var $ = require('../internals/export');\nvar ownKeys = require('../internals/own-keys');\n\n// `Reflect.ownKeys` method\n// https://tc39.es/ecma262/#sec-reflect.ownkeys\n$({ target: 'Reflect', stat: true }, {\n ownKeys: ownKeys\n});\n","var $ = require('../internals/export');\nvar getBuiltIn = require('../internals/get-built-in');\nvar anObject = require('../internals/an-object');\nvar FREEZING = require('../internals/freezing');\n\n// `Reflect.preventExtensions` method\n// https://tc39.es/ecma262/#sec-reflect.preventextensions\n$({ target: 'Reflect', stat: true, sham: !FREEZING }, {\n preventExtensions: function preventExtensions(target) {\n anObject(target);\n try {\n var objectPreventExtensions = getBuiltIn('Object', 'preventExtensions');\n if (objectPreventExtensions) objectPreventExtensions(target);\n return true;\n } catch (error) {\n return false;\n }\n }\n});\n","var $ = require('../internals/export');\nvar anObject = require('../internals/an-object');\nvar isObject = require('../internals/is-object');\nvar has = require('../internals/has');\nvar fails = require('../internals/fails');\nvar definePropertyModule = require('../internals/object-define-property');\nvar getOwnPropertyDescriptorModule = require('../internals/object-get-own-property-descriptor');\nvar getPrototypeOf = require('../internals/object-get-prototype-of');\nvar createPropertyDescriptor = require('../internals/create-property-descriptor');\n\n// `Reflect.set` method\n// https://tc39.es/ecma262/#sec-reflect.set\nfunction set(target, propertyKey, V /* , receiver */) {\n var receiver = arguments.length < 4 ? target : arguments[3];\n var ownDescriptor = getOwnPropertyDescriptorModule.f(anObject(target), propertyKey);\n var existingDescriptor, prototype;\n if (!ownDescriptor) {\n if (isObject(prototype = getPrototypeOf(target))) {\n return set(prototype, propertyKey, V, receiver);\n }\n ownDescriptor = createPropertyDescriptor(0);\n }\n if (has(ownDescriptor, 'value')) {\n if (ownDescriptor.writable === false || !isObject(receiver)) return false;\n if (existingDescriptor = getOwnPropertyDescriptorModule.f(receiver, propertyKey)) {\n if (existingDescriptor.get || existingDescriptor.set || existingDescriptor.writable === false) return false;\n existingDescriptor.value = V;\n definePropertyModule.f(receiver, propertyKey, existingDescriptor);\n } else definePropertyModule.f(receiver, propertyKey, createPropertyDescriptor(0, V));\n return true;\n }\n return ownDescriptor.set === undefined ? false : (ownDescriptor.set.call(receiver, V), true);\n}\n\n// MS Edge 17-18 Reflect.set allows setting the property to object\n// with non-writable property on the prototype\nvar MS_EDGE_BUG = fails(function () {\n var Constructor = function () { /* empty */ };\n var object = definePropertyModule.f(new Constructor(), 'a', { configurable: true });\n // eslint-disable-next-line es/no-reflect -- required for testing\n return Reflect.set(Constructor.prototype, 'a', 1, object) !== false;\n});\n\n$({ target: 'Reflect', stat: true, forced: MS_EDGE_BUG }, {\n set: set\n});\n","var $ = require('../internals/export');\nvar anObject = require('../internals/an-object');\nvar aPossiblePrototype = require('../internals/a-possible-prototype');\nvar objectSetPrototypeOf = require('../internals/object-set-prototype-of');\n\n// `Reflect.setPrototypeOf` method\n// https://tc39.es/ecma262/#sec-reflect.setprototypeof\nif (objectSetPrototypeOf) $({ target: 'Reflect', stat: true }, {\n setPrototypeOf: function setPrototypeOf(target, proto) {\n anObject(target);\n aPossiblePrototype(proto);\n try {\n objectSetPrototypeOf(target, proto);\n return true;\n } catch (error) {\n return false;\n }\n }\n});\n","var $ = require('../internals/export');\nvar global = require('../internals/global');\nvar setToStringTag = require('../internals/set-to-string-tag');\n\n$({ global: true }, { Reflect: {} });\n\n// Reflect[@@toStringTag] property\n// https://tc39.es/ecma262/#sec-reflect-@@tostringtag\nsetToStringTag(global.Reflect, 'Reflect', true);\n","var DESCRIPTORS = require('../internals/descriptors');\nvar global = require('../internals/global');\nvar isForced = require('../internals/is-forced');\nvar inheritIfRequired = require('../internals/inherit-if-required');\nvar defineProperty = require('../internals/object-define-property').f;\nvar getOwnPropertyNames = require('../internals/object-get-own-property-names').f;\nvar isRegExp = require('../internals/is-regexp');\nvar getFlags = require('../internals/regexp-flags');\nvar stickyHelpers = require('../internals/regexp-sticky-helpers');\nvar redefine = require('../internals/redefine');\nvar fails = require('../internals/fails');\nvar enforceInternalState = require('../internals/internal-state').enforce;\nvar setSpecies = require('../internals/set-species');\nvar wellKnownSymbol = require('../internals/well-known-symbol');\n\nvar MATCH = wellKnownSymbol('match');\nvar NativeRegExp = global.RegExp;\nvar RegExpPrototype = NativeRegExp.prototype;\nvar re1 = /a/g;\nvar re2 = /a/g;\n\n// \"new\" should create a new object, old webkit bug\nvar CORRECT_NEW = new NativeRegExp(re1) !== re1;\n\nvar UNSUPPORTED_Y = stickyHelpers.UNSUPPORTED_Y;\n\nvar FORCED = DESCRIPTORS && isForced('RegExp', (!CORRECT_NEW || UNSUPPORTED_Y || fails(function () {\n re2[MATCH] = false;\n // RegExp constructor can alter flags and IsRegExp works correct with @@match\n return NativeRegExp(re1) != re1 || NativeRegExp(re2) == re2 || NativeRegExp(re1, 'i') != '/a/i';\n})));\n\n// `RegExp` constructor\n// https://tc39.es/ecma262/#sec-regexp-constructor\nif (FORCED) {\n var RegExpWrapper = function RegExp(pattern, flags) {\n var thisIsRegExp = this instanceof RegExpWrapper;\n var patternIsRegExp = isRegExp(pattern);\n var flagsAreUndefined = flags === undefined;\n var sticky;\n\n if (!thisIsRegExp && patternIsRegExp && pattern.constructor === RegExpWrapper && flagsAreUndefined) {\n return pattern;\n }\n\n if (CORRECT_NEW) {\n if (patternIsRegExp && !flagsAreUndefined) pattern = pattern.source;\n } else if (pattern instanceof RegExpWrapper) {\n if (flagsAreUndefined) flags = getFlags.call(pattern);\n pattern = pattern.source;\n }\n\n if (UNSUPPORTED_Y) {\n sticky = !!flags && flags.indexOf('y') > -1;\n if (sticky) flags = flags.replace(/y/g, '');\n }\n\n var result = inheritIfRequired(\n CORRECT_NEW ? new NativeRegExp(pattern, flags) : NativeRegExp(pattern, flags),\n thisIsRegExp ? this : RegExpPrototype,\n RegExpWrapper\n );\n\n if (UNSUPPORTED_Y && sticky) {\n var state = enforceInternalState(result);\n state.sticky = true;\n }\n\n return result;\n };\n var proxy = function (key) {\n key in RegExpWrapper || defineProperty(RegExpWrapper, key, {\n configurable: true,\n get: function () { return NativeRegExp[key]; },\n set: function (it) { NativeRegExp[key] = it; }\n });\n };\n var keys = getOwnPropertyNames(NativeRegExp);\n var index = 0;\n while (keys.length > index) proxy(keys[index++]);\n RegExpPrototype.constructor = RegExpWrapper;\n RegExpWrapper.prototype = RegExpPrototype;\n redefine(global, 'RegExp', RegExpWrapper);\n}\n\n// https://tc39.es/ecma262/#sec-get-regexp-@@species\nsetSpecies('RegExp');\n","var DESCRIPTORS = require('../internals/descriptors');\nvar objectDefinePropertyModule = require('../internals/object-define-property');\nvar regExpFlags = require('../internals/regexp-flags');\nvar UNSUPPORTED_Y = require('../internals/regexp-sticky-helpers').UNSUPPORTED_Y;\n\n// `RegExp.prototype.flags` getter\n// https://tc39.es/ecma262/#sec-get-regexp.prototype.flags\n// eslint-disable-next-line es/no-regexp-prototype-flags -- required for testing\nif (DESCRIPTORS && (/./g.flags != 'g' || UNSUPPORTED_Y)) {\n objectDefinePropertyModule.f(RegExp.prototype, 'flags', {\n configurable: true,\n get: regExpFlags\n });\n}\n","var DESCRIPTORS = require('../internals/descriptors');\nvar UNSUPPORTED_Y = require('../internals/regexp-sticky-helpers').UNSUPPORTED_Y;\nvar defineProperty = require('../internals/object-define-property').f;\nvar getInternalState = require('../internals/internal-state').get;\nvar RegExpPrototype = RegExp.prototype;\n\n// `RegExp.prototype.sticky` getter\n// https://tc39.es/ecma262/#sec-get-regexp.prototype.sticky\nif (DESCRIPTORS && UNSUPPORTED_Y) {\n defineProperty(RegExp.prototype, 'sticky', {\n configurable: true,\n get: function () {\n if (this === RegExpPrototype) return undefined;\n // We can't use InternalStateModule.getterFor because\n // we don't add metadata for regexps created by a literal.\n if (this instanceof RegExp) {\n return !!getInternalState(this).sticky;\n }\n throw TypeError('Incompatible receiver, RegExp required');\n }\n });\n}\n","'use strict';\n// TODO: Remove from `core-js@4` since it's moved to entry points\nrequire('../modules/es.regexp.exec');\nvar $ = require('../internals/export');\nvar isObject = require('../internals/is-object');\n\nvar DELEGATES_TO_EXEC = function () {\n var execCalled = false;\n var re = /[ac]/;\n re.exec = function () {\n execCalled = true;\n return /./.exec.apply(this, arguments);\n };\n return re.test('abc') === true && execCalled;\n}();\n\nvar nativeTest = /./.test;\n\n// `RegExp.prototype.test` method\n// https://tc39.es/ecma262/#sec-regexp.prototype.test\n$({ target: 'RegExp', proto: true, forced: !DELEGATES_TO_EXEC }, {\n test: function (str) {\n if (typeof this.exec !== 'function') {\n return nativeTest.call(this, str);\n }\n var result = this.exec(str);\n if (result !== null && !isObject(result)) {\n throw new Error('RegExp exec method returned something other than an Object or null');\n }\n return !!result;\n }\n});\n","'use strict';\nvar collection = require('../internals/collection');\nvar collectionStrong = require('../internals/collection-strong');\n\n// `Set` constructor\n// https://tc39.es/ecma262/#sec-set-objects\nmodule.exports = collection('Set', function (init) {\n return function Set() { return init(this, arguments.length ? arguments[0] : undefined); };\n}, collectionStrong);\n","'use strict';\nvar $ = require('../internals/export');\nvar codeAt = require('../internals/string-multibyte').codeAt;\n\n// `String.prototype.codePointAt` method\n// https://tc39.es/ecma262/#sec-string.prototype.codepointat\n$({ target: 'String', proto: true }, {\n codePointAt: function codePointAt(pos) {\n return codeAt(this, pos);\n }\n});\n","'use strict';\nvar $ = require('../internals/export');\nvar getOwnPropertyDescriptor = require('../internals/object-get-own-property-descriptor').f;\nvar toLength = require('../internals/to-length');\nvar notARegExp = require('../internals/not-a-regexp');\nvar requireObjectCoercible = require('../internals/require-object-coercible');\nvar correctIsRegExpLogic = require('../internals/correct-is-regexp-logic');\nvar IS_PURE = require('../internals/is-pure');\n\n// eslint-disable-next-line es/no-string-prototype-endswith -- safe\nvar $endsWith = ''.endsWith;\nvar min = Math.min;\n\nvar CORRECT_IS_REGEXP_LOGIC = correctIsRegExpLogic('endsWith');\n// https://github.com/zloirock/core-js/pull/702\nvar MDN_POLYFILL_BUG = !IS_PURE && !CORRECT_IS_REGEXP_LOGIC && !!function () {\n var descriptor = getOwnPropertyDescriptor(String.prototype, 'endsWith');\n return descriptor && !descriptor.writable;\n}();\n\n// `String.prototype.endsWith` method\n// https://tc39.es/ecma262/#sec-string.prototype.endswith\n$({ target: 'String', proto: true, forced: !MDN_POLYFILL_BUG && !CORRECT_IS_REGEXP_LOGIC }, {\n endsWith: function endsWith(searchString /* , endPosition = @length */) {\n var that = String(requireObjectCoercible(this));\n notARegExp(searchString);\n var endPosition = arguments.length > 1 ? arguments[1] : undefined;\n var len = toLength(that.length);\n var end = endPosition === undefined ? len : min(toLength(endPosition), len);\n var search = String(searchString);\n return $endsWith\n ? $endsWith.call(that, search, end)\n : that.slice(end - search.length, end) === search;\n }\n});\n","var $ = require('../internals/export');\nvar toAbsoluteIndex = require('../internals/to-absolute-index');\n\nvar fromCharCode = String.fromCharCode;\n// eslint-disable-next-line es/no-string-fromcodepoint -- required for testing\nvar $fromCodePoint = String.fromCodePoint;\n\n// length should be 1, old FF problem\nvar INCORRECT_LENGTH = !!$fromCodePoint && $fromCodePoint.length != 1;\n\n// `String.fromCodePoint` method\n// https://tc39.es/ecma262/#sec-string.fromcodepoint\n$({ target: 'String', stat: true, forced: INCORRECT_LENGTH }, {\n // eslint-disable-next-line no-unused-vars -- required for `.length`\n fromCodePoint: function fromCodePoint(x) {\n var elements = [];\n var length = arguments.length;\n var i = 0;\n var code;\n while (length > i) {\n code = +arguments[i++];\n if (toAbsoluteIndex(code, 0x10FFFF) !== code) throw RangeError(code + ' is not a valid code point');\n elements.push(code < 0x10000\n ? fromCharCode(code)\n : fromCharCode(((code -= 0x10000) >> 10) + 0xD800, code % 0x400 + 0xDC00)\n );\n } return elements.join('');\n }\n});\n","'use strict';\nvar $ = require('../internals/export');\nvar notARegExp = require('../internals/not-a-regexp');\nvar requireObjectCoercible = require('../internals/require-object-coercible');\nvar correctIsRegExpLogic = require('../internals/correct-is-regexp-logic');\n\n// `String.prototype.includes` method\n// https://tc39.es/ecma262/#sec-string.prototype.includes\n$({ target: 'String', proto: true, forced: !correctIsRegExpLogic('includes') }, {\n includes: function includes(searchString /* , position = 0 */) {\n return !!~String(requireObjectCoercible(this))\n .indexOf(notARegExp(searchString), arguments.length > 1 ? arguments[1] : undefined);\n }\n});\n","'use strict';\nvar fixRegExpWellKnownSymbolLogic = require('../internals/fix-regexp-well-known-symbol-logic');\nvar anObject = require('../internals/an-object');\nvar toLength = require('../internals/to-length');\nvar requireObjectCoercible = require('../internals/require-object-coercible');\nvar advanceStringIndex = require('../internals/advance-string-index');\nvar regExpExec = require('../internals/regexp-exec-abstract');\n\n// @@match logic\nfixRegExpWellKnownSymbolLogic('match', 1, function (MATCH, nativeMatch, maybeCallNative) {\n return [\n // `String.prototype.match` method\n // https://tc39.es/ecma262/#sec-string.prototype.match\n function match(regexp) {\n var O = requireObjectCoercible(this);\n var matcher = regexp == undefined ? undefined : regexp[MATCH];\n return matcher !== undefined ? matcher.call(regexp, O) : new RegExp(regexp)[MATCH](String(O));\n },\n // `RegExp.prototype[@@match]` method\n // https://tc39.es/ecma262/#sec-regexp.prototype-@@match\n function (regexp) {\n var res = maybeCallNative(nativeMatch, regexp, this);\n if (res.done) return res.value;\n\n var rx = anObject(regexp);\n var S = String(this);\n\n if (!rx.global) return regExpExec(rx, S);\n\n var fullUnicode = rx.unicode;\n rx.lastIndex = 0;\n var A = [];\n var n = 0;\n var result;\n while ((result = regExpExec(rx, S)) !== null) {\n var matchStr = String(result[0]);\n A[n] = matchStr;\n if (matchStr === '') rx.lastIndex = advanceStringIndex(S, toLength(rx.lastIndex), fullUnicode);\n n++;\n }\n return n === 0 ? null : A;\n }\n ];\n});\n","'use strict';\n/* eslint-disable es/no-string-prototype-matchall -- safe */\nvar $ = require('../internals/export');\nvar createIteratorConstructor = require('../internals/create-iterator-constructor');\nvar requireObjectCoercible = require('../internals/require-object-coercible');\nvar toLength = require('../internals/to-length');\nvar aFunction = require('../internals/a-function');\nvar anObject = require('../internals/an-object');\nvar classof = require('../internals/classof-raw');\nvar isRegExp = require('../internals/is-regexp');\nvar getRegExpFlags = require('../internals/regexp-flags');\nvar createNonEnumerableProperty = require('../internals/create-non-enumerable-property');\nvar fails = require('../internals/fails');\nvar wellKnownSymbol = require('../internals/well-known-symbol');\nvar speciesConstructor = require('../internals/species-constructor');\nvar advanceStringIndex = require('../internals/advance-string-index');\nvar InternalStateModule = require('../internals/internal-state');\nvar IS_PURE = require('../internals/is-pure');\n\nvar MATCH_ALL = wellKnownSymbol('matchAll');\nvar REGEXP_STRING = 'RegExp String';\nvar REGEXP_STRING_ITERATOR = REGEXP_STRING + ' Iterator';\nvar setInternalState = InternalStateModule.set;\nvar getInternalState = InternalStateModule.getterFor(REGEXP_STRING_ITERATOR);\nvar RegExpPrototype = RegExp.prototype;\nvar regExpBuiltinExec = RegExpPrototype.exec;\nvar nativeMatchAll = ''.matchAll;\n\nvar WORKS_WITH_NON_GLOBAL_REGEX = !!nativeMatchAll && !fails(function () {\n 'a'.matchAll(/./);\n});\n\nvar regExpExec = function (R, S) {\n var exec = R.exec;\n var result;\n if (typeof exec == 'function') {\n result = exec.call(R, S);\n if (typeof result != 'object') throw TypeError('Incorrect exec result');\n return result;\n } return regExpBuiltinExec.call(R, S);\n};\n\n// eslint-disable-next-line max-len -- ignore\nvar $RegExpStringIterator = createIteratorConstructor(function RegExpStringIterator(regexp, string, global, fullUnicode) {\n setInternalState(this, {\n type: REGEXP_STRING_ITERATOR,\n regexp: regexp,\n string: string,\n global: global,\n unicode: fullUnicode,\n done: false\n });\n}, REGEXP_STRING, function next() {\n var state = getInternalState(this);\n if (state.done) return { value: undefined, done: true };\n var R = state.regexp;\n var S = state.string;\n var match = regExpExec(R, S);\n if (match === null) return { value: undefined, done: state.done = true };\n if (state.global) {\n if (String(match[0]) == '') R.lastIndex = advanceStringIndex(S, toLength(R.lastIndex), state.unicode);\n return { value: match, done: false };\n }\n state.done = true;\n return { value: match, done: false };\n});\n\nvar $matchAll = function (string) {\n var R = anObject(this);\n var S = String(string);\n var C, flagsValue, flags, matcher, global, fullUnicode;\n C = speciesConstructor(R, RegExp);\n flagsValue = R.flags;\n if (flagsValue === undefined && R instanceof RegExp && !('flags' in RegExpPrototype)) {\n flagsValue = getRegExpFlags.call(R);\n }\n flags = flagsValue === undefined ? '' : String(flagsValue);\n matcher = new C(C === RegExp ? R.source : R, flags);\n global = !!~flags.indexOf('g');\n fullUnicode = !!~flags.indexOf('u');\n matcher.lastIndex = toLength(R.lastIndex);\n return new $RegExpStringIterator(matcher, S, global, fullUnicode);\n};\n\n// `String.prototype.matchAll` method\n// https://tc39.es/ecma262/#sec-string.prototype.matchall\n$({ target: 'String', proto: true, forced: WORKS_WITH_NON_GLOBAL_REGEX }, {\n matchAll: function matchAll(regexp) {\n var O = requireObjectCoercible(this);\n var flags, S, matcher, rx;\n if (regexp != null) {\n if (isRegExp(regexp)) {\n flags = String(requireObjectCoercible('flags' in RegExpPrototype\n ? regexp.flags\n : getRegExpFlags.call(regexp)\n ));\n if (!~flags.indexOf('g')) throw TypeError('`.matchAll` does not allow non-global regexes');\n }\n if (WORKS_WITH_NON_GLOBAL_REGEX) return nativeMatchAll.apply(O, arguments);\n matcher = regexp[MATCH_ALL];\n if (matcher === undefined && IS_PURE && classof(regexp) == 'RegExp') matcher = $matchAll;\n if (matcher != null) return aFunction(matcher).call(regexp, O);\n } else if (WORKS_WITH_NON_GLOBAL_REGEX) return nativeMatchAll.apply(O, arguments);\n S = String(O);\n rx = new RegExp(regexp, 'g');\n return IS_PURE ? $matchAll.call(rx, S) : rx[MATCH_ALL](S);\n }\n});\n\nIS_PURE || MATCH_ALL in RegExpPrototype || createNonEnumerableProperty(RegExpPrototype, MATCH_ALL, $matchAll);\n","'use strict';\nvar $ = require('../internals/export');\nvar $padEnd = require('../internals/string-pad').end;\nvar WEBKIT_BUG = require('../internals/string-pad-webkit-bug');\n\n// `String.prototype.padEnd` method\n// https://tc39.es/ecma262/#sec-string.prototype.padend\n$({ target: 'String', proto: true, forced: WEBKIT_BUG }, {\n padEnd: function padEnd(maxLength /* , fillString = ' ' */) {\n return $padEnd(this, maxLength, arguments.length > 1 ? arguments[1] : undefined);\n }\n});\n","'use strict';\nvar $ = require('../internals/export');\nvar $padStart = require('../internals/string-pad').start;\nvar WEBKIT_BUG = require('../internals/string-pad-webkit-bug');\n\n// `String.prototype.padStart` method\n// https://tc39.es/ecma262/#sec-string.prototype.padstart\n$({ target: 'String', proto: true, forced: WEBKIT_BUG }, {\n padStart: function padStart(maxLength /* , fillString = ' ' */) {\n return $padStart(this, maxLength, arguments.length > 1 ? arguments[1] : undefined);\n }\n});\n","var $ = require('../internals/export');\nvar toIndexedObject = require('../internals/to-indexed-object');\nvar toLength = require('../internals/to-length');\n\n// `String.raw` method\n// https://tc39.es/ecma262/#sec-string.raw\n$({ target: 'String', stat: true }, {\n raw: function raw(template) {\n var rawTemplate = toIndexedObject(template.raw);\n var literalSegments = toLength(rawTemplate.length);\n var argumentsLength = arguments.length;\n var elements = [];\n var i = 0;\n while (literalSegments > i) {\n elements.push(String(rawTemplate[i++]));\n if (i < argumentsLength) elements.push(String(arguments[i]));\n } return elements.join('');\n }\n});\n","var $ = require('../internals/export');\nvar repeat = require('../internals/string-repeat');\n\n// `String.prototype.repeat` method\n// https://tc39.es/ecma262/#sec-string.prototype.repeat\n$({ target: 'String', proto: true }, {\n repeat: repeat\n});\n","'use strict';\nvar $ = require('../internals/export');\nvar requireObjectCoercible = require('../internals/require-object-coercible');\nvar isRegExp = require('../internals/is-regexp');\nvar getRegExpFlags = require('../internals/regexp-flags');\nvar getSubstitution = require('../internals/get-substitution');\nvar wellKnownSymbol = require('../internals/well-known-symbol');\nvar IS_PURE = require('../internals/is-pure');\n\nvar REPLACE = wellKnownSymbol('replace');\nvar RegExpPrototype = RegExp.prototype;\nvar max = Math.max;\n\nvar stringIndexOf = function (string, searchValue, fromIndex) {\n if (fromIndex > string.length) return -1;\n if (searchValue === '') return fromIndex;\n return string.indexOf(searchValue, fromIndex);\n};\n\n// `String.prototype.replaceAll` method\n// https://tc39.es/ecma262/#sec-string.prototype.replaceall\n$({ target: 'String', proto: true }, {\n replaceAll: function replaceAll(searchValue, replaceValue) {\n var O = requireObjectCoercible(this);\n var IS_REG_EXP, flags, replacer, string, searchString, functionalReplace, searchLength, advanceBy, replacement;\n var position = 0;\n var endOfLastMatch = 0;\n var result = '';\n if (searchValue != null) {\n IS_REG_EXP = isRegExp(searchValue);\n if (IS_REG_EXP) {\n flags = String(requireObjectCoercible('flags' in RegExpPrototype\n ? searchValue.flags\n : getRegExpFlags.call(searchValue)\n ));\n if (!~flags.indexOf('g')) throw TypeError('`.replaceAll` does not allow non-global regexes');\n }\n replacer = searchValue[REPLACE];\n if (replacer !== undefined) {\n return replacer.call(searchValue, O, replaceValue);\n } else if (IS_PURE && IS_REG_EXP) {\n return String(O).replace(searchValue, replaceValue);\n }\n }\n string = String(O);\n searchString = String(searchValue);\n functionalReplace = typeof replaceValue === 'function';\n if (!functionalReplace) replaceValue = String(replaceValue);\n searchLength = searchString.length;\n advanceBy = max(1, searchLength);\n position = stringIndexOf(string, searchString, 0);\n while (position !== -1) {\n if (functionalReplace) {\n replacement = String(replaceValue(searchString, position, string));\n } else {\n replacement = getSubstitution(searchString, string, position, [], undefined, replaceValue);\n }\n result += string.slice(endOfLastMatch, position) + replacement;\n endOfLastMatch = position + searchLength;\n position = stringIndexOf(string, searchString, position + advanceBy);\n }\n if (endOfLastMatch < string.length) {\n result += string.slice(endOfLastMatch);\n }\n return result;\n }\n});\n","'use strict';\nvar $ = require('../internals/export');\nvar getOwnPropertyDescriptor = require('../internals/object-get-own-property-descriptor').f;\nvar toLength = require('../internals/to-length');\nvar notARegExp = require('../internals/not-a-regexp');\nvar requireObjectCoercible = require('../internals/require-object-coercible');\nvar correctIsRegExpLogic = require('../internals/correct-is-regexp-logic');\nvar IS_PURE = require('../internals/is-pure');\n\n// eslint-disable-next-line es/no-string-prototype-startswith -- safe\nvar $startsWith = ''.startsWith;\nvar min = Math.min;\n\nvar CORRECT_IS_REGEXP_LOGIC = correctIsRegExpLogic('startsWith');\n// https://github.com/zloirock/core-js/pull/702\nvar MDN_POLYFILL_BUG = !IS_PURE && !CORRECT_IS_REGEXP_LOGIC && !!function () {\n var descriptor = getOwnPropertyDescriptor(String.prototype, 'startsWith');\n return descriptor && !descriptor.writable;\n}();\n\n// `String.prototype.startsWith` method\n// https://tc39.es/ecma262/#sec-string.prototype.startswith\n$({ target: 'String', proto: true, forced: !MDN_POLYFILL_BUG && !CORRECT_IS_REGEXP_LOGIC }, {\n startsWith: function startsWith(searchString /* , position = 0 */) {\n var that = String(requireObjectCoercible(this));\n notARegExp(searchString);\n var index = toLength(min(arguments.length > 1 ? arguments[1] : undefined, that.length));\n var search = String(searchString);\n return $startsWith\n ? $startsWith.call(that, search, index)\n : that.slice(index, index + search.length) === search;\n }\n});\n","'use strict';\nvar $ = require('../internals/export');\nvar $trimEnd = require('../internals/string-trim').end;\nvar forcedStringTrimMethod = require('../internals/string-trim-forced');\n\nvar FORCED = forcedStringTrimMethod('trimEnd');\n\nvar trimEnd = FORCED ? function trimEnd() {\n return $trimEnd(this);\n// eslint-disable-next-line es/no-string-prototype-trimstart-trimend -- safe\n} : ''.trimEnd;\n\n// `String.prototype.{ trimEnd, trimRight }` methods\n// https://tc39.es/ecma262/#sec-string.prototype.trimend\n// https://tc39.es/ecma262/#String.prototype.trimright\n$({ target: 'String', proto: true, forced: FORCED }, {\n trimEnd: trimEnd,\n trimRight: trimEnd\n});\n","'use strict';\nvar $ = require('../internals/export');\nvar $trimStart = require('../internals/string-trim').start;\nvar forcedStringTrimMethod = require('../internals/string-trim-forced');\n\nvar FORCED = forcedStringTrimMethod('trimStart');\n\nvar trimStart = FORCED ? function trimStart() {\n return $trimStart(this);\n// eslint-disable-next-line es/no-string-prototype-trimstart-trimend -- safe\n} : ''.trimStart;\n\n// `String.prototype.{ trimStart, trimLeft }` methods\n// https://tc39.es/ecma262/#sec-string.prototype.trimstart\n// https://tc39.es/ecma262/#String.prototype.trimleft\n$({ target: 'String', proto: true, forced: FORCED }, {\n trimStart: trimStart,\n trimLeft: trimStart\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.anchor` method\n// https://tc39.es/ecma262/#sec-string.prototype.anchor\n$({ target: 'String', proto: true, forced: forcedStringHTMLMethod('anchor') }, {\n anchor: function anchor(name) {\n return createHTML(this, 'a', 'name', name);\n }\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.big` method\n// https://tc39.es/ecma262/#sec-string.prototype.big\n$({ target: 'String', proto: true, forced: forcedStringHTMLMethod('big') }, {\n big: function big() {\n return createHTML(this, 'big', '', '');\n }\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.blink` method\n// https://tc39.es/ecma262/#sec-string.prototype.blink\n$({ target: 'String', proto: true, forced: forcedStringHTMLMethod('blink') }, {\n blink: function blink() {\n return createHTML(this, 'blink', '', '');\n }\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.bold` method\n// https://tc39.es/ecma262/#sec-string.prototype.bold\n$({ target: 'String', proto: true, forced: forcedStringHTMLMethod('bold') }, {\n bold: function bold() {\n return createHTML(this, 'b', '', '');\n }\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.fixed` method\n// https://tc39.es/ecma262/#sec-string.prototype.fixed\n$({ target: 'String', proto: true, forced: forcedStringHTMLMethod('fixed') }, {\n fixed: function fixed() {\n return createHTML(this, 'tt', '', '');\n }\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.fontcolor` method\n// https://tc39.es/ecma262/#sec-string.prototype.fontcolor\n$({ target: 'String', proto: true, forced: forcedStringHTMLMethod('fontcolor') }, {\n fontcolor: function fontcolor(color) {\n return createHTML(this, 'font', 'color', color);\n }\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.fontsize` method\n// https://tc39.es/ecma262/#sec-string.prototype.fontsize\n$({ target: 'String', proto: true, forced: forcedStringHTMLMethod('fontsize') }, {\n fontsize: function fontsize(size) {\n return createHTML(this, 'font', 'size', size);\n }\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.italics` method\n// https://tc39.es/ecma262/#sec-string.prototype.italics\n$({ target: 'String', proto: true, forced: forcedStringHTMLMethod('italics') }, {\n italics: function italics() {\n return createHTML(this, 'i', '', '');\n }\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","'use strict';\nvar $ = require('../internals/export');\nvar createHTML = require('../internals/create-html');\nvar forcedStringHTMLMethod = require('../internals/string-html-forced');\n\n// `String.prototype.small` method\n// https://tc39.es/ecma262/#sec-string.prototype.small\n$({ target: 'String', proto: true, forced: forcedStringHTMLMethod('small') }, {\n small: function small() {\n return createHTML(this, 'small', '', '');\n }\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.strike` method\n// https://tc39.es/ecma262/#sec-string.prototype.strike\n$({ target: 'String', proto: true, forced: forcedStringHTMLMethod('strike') }, {\n strike: function strike() {\n return createHTML(this, 'strike', '', '');\n }\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.sub` method\n// https://tc39.es/ecma262/#sec-string.prototype.sub\n$({ target: 'String', proto: true, forced: forcedStringHTMLMethod('sub') }, {\n sub: function sub() {\n return createHTML(this, 'sub', '', '');\n }\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.sup` method\n// https://tc39.es/ecma262/#sec-string.prototype.sup\n$({ target: 'String', proto: true, forced: forcedStringHTMLMethod('sup') }, {\n sup: function sup() {\n return createHTML(this, 'sup', '', '');\n }\n});\n","var createTypedArrayConstructor = require('../internals/typed-array-constructor');\n\n// `Float32Array` constructor\n// https://tc39.es/ecma262/#sec-typedarray-objects\ncreateTypedArrayConstructor('Float32', function (init) {\n return function Float32Array(data, byteOffset, length) {\n return init(this, data, byteOffset, length);\n };\n});\n","var toInteger = require('../internals/to-integer');\n\nmodule.exports = function (it) {\n var result = toInteger(it);\n if (result < 0) throw RangeError(\"The argument can't be less than 0\");\n return result;\n};\n","var createTypedArrayConstructor = require('../internals/typed-array-constructor');\n\n// `Float64Array` constructor\n// https://tc39.es/ecma262/#sec-typedarray-objects\ncreateTypedArrayConstructor('Float64', function (init) {\n return function Float64Array(data, byteOffset, length) {\n return init(this, data, byteOffset, length);\n };\n});\n","var createTypedArrayConstructor = require('../internals/typed-array-constructor');\n\n// `Int8Array` constructor\n// https://tc39.es/ecma262/#sec-typedarray-objects\ncreateTypedArrayConstructor('Int8', function (init) {\n return function Int8Array(data, byteOffset, length) {\n return init(this, data, byteOffset, length);\n };\n});\n","var createTypedArrayConstructor = require('../internals/typed-array-constructor');\n\n// `Int16Array` constructor\n// https://tc39.es/ecma262/#sec-typedarray-objects\ncreateTypedArrayConstructor('Int16', function (init) {\n return function Int16Array(data, byteOffset, length) {\n return init(this, data, byteOffset, length);\n };\n});\n","var createTypedArrayConstructor = require('../internals/typed-array-constructor');\n\n// `Int32Array` constructor\n// https://tc39.es/ecma262/#sec-typedarray-objects\ncreateTypedArrayConstructor('Int32', function (init) {\n return function Int32Array(data, byteOffset, length) {\n return init(this, data, byteOffset, length);\n };\n});\n","var createTypedArrayConstructor = require('../internals/typed-array-constructor');\n\n// `Uint8Array` constructor\n// https://tc39.es/ecma262/#sec-typedarray-objects\ncreateTypedArrayConstructor('Uint8', function (init) {\n return function Uint8Array(data, byteOffset, length) {\n return init(this, data, byteOffset, length);\n };\n});\n","var createTypedArrayConstructor = require('../internals/typed-array-constructor');\n\n// `Uint8ClampedArray` constructor\n// https://tc39.es/ecma262/#sec-typedarray-objects\ncreateTypedArrayConstructor('Uint8', function (init) {\n return function Uint8ClampedArray(data, byteOffset, length) {\n return init(this, data, byteOffset, length);\n };\n}, true);\n","var createTypedArrayConstructor = require('../internals/typed-array-constructor');\n\n// `Uint16Array` constructor\n// https://tc39.es/ecma262/#sec-typedarray-objects\ncreateTypedArrayConstructor('Uint16', function (init) {\n return function Uint16Array(data, byteOffset, length) {\n return init(this, data, byteOffset, length);\n };\n});\n","var createTypedArrayConstructor = require('../internals/typed-array-constructor');\n\n// `Uint32Array` constructor\n// https://tc39.es/ecma262/#sec-typedarray-objects\ncreateTypedArrayConstructor('Uint32', function (init) {\n return function Uint32Array(data, byteOffset, length) {\n return init(this, data, byteOffset, length);\n };\n});\n","'use strict';\nvar ArrayBufferViewCore = require('../internals/array-buffer-view-core');\nvar $copyWithin = require('../internals/array-copy-within');\n\nvar aTypedArray = ArrayBufferViewCore.aTypedArray;\nvar exportTypedArrayMethod = ArrayBufferViewCore.exportTypedArrayMethod;\n\n// `%TypedArray%.prototype.copyWithin` method\n// https://tc39.es/ecma262/#sec-%typedarray%.prototype.copywithin\nexportTypedArrayMethod('copyWithin', function copyWithin(target, start /* , end */) {\n return $copyWithin.call(aTypedArray(this), target, start, arguments.length > 2 ? arguments[2] : undefined);\n});\n","'use strict';\nvar ArrayBufferViewCore = require('../internals/array-buffer-view-core');\nvar $every = require('../internals/array-iteration').every;\n\nvar aTypedArray = ArrayBufferViewCore.aTypedArray;\nvar exportTypedArrayMethod = ArrayBufferViewCore.exportTypedArrayMethod;\n\n// `%TypedArray%.prototype.every` method\n// https://tc39.es/ecma262/#sec-%typedarray%.prototype.every\nexportTypedArrayMethod('every', function every(callbackfn /* , thisArg */) {\n return $every(aTypedArray(this), callbackfn, arguments.length > 1 ? arguments[1] : undefined);\n});\n","'use strict';\nvar ArrayBufferViewCore = require('../internals/array-buffer-view-core');\nvar $fill = require('../internals/array-fill');\n\nvar aTypedArray = ArrayBufferViewCore.aTypedArray;\nvar exportTypedArrayMethod = ArrayBufferViewCore.exportTypedArrayMethod;\n\n// `%TypedArray%.prototype.fill` method\n// https://tc39.es/ecma262/#sec-%typedarray%.prototype.fill\n// eslint-disable-next-line no-unused-vars -- required for `.length`\nexportTypedArrayMethod('fill', function fill(value /* , start, end */) {\n return $fill.apply(aTypedArray(this), arguments);\n});\n","'use strict';\nvar ArrayBufferViewCore = require('../internals/array-buffer-view-core');\nvar $filter = require('../internals/array-iteration').filter;\nvar fromSpeciesAndList = require('../internals/typed-array-from-species-and-list');\n\nvar aTypedArray = ArrayBufferViewCore.aTypedArray;\nvar exportTypedArrayMethod = ArrayBufferViewCore.exportTypedArrayMethod;\n\n// `%TypedArray%.prototype.filter` method\n// https://tc39.es/ecma262/#sec-%typedarray%.prototype.filter\nexportTypedArrayMethod('filter', function filter(callbackfn /* , thisArg */) {\n var list = $filter(aTypedArray(this), callbackfn, arguments.length > 1 ? arguments[1] : undefined);\n return fromSpeciesAndList(this, list);\n});\n","var aTypedArrayConstructor = require('../internals/array-buffer-view-core').aTypedArrayConstructor;\nvar speciesConstructor = require('../internals/species-constructor');\n\nmodule.exports = function (instance, list) {\n var C = speciesConstructor(instance, instance.constructor);\n var index = 0;\n var length = list.length;\n var result = new (aTypedArrayConstructor(C))(length);\n while (length > index) result[index] = list[index++];\n return result;\n};\n","'use strict';\nvar ArrayBufferViewCore = require('../internals/array-buffer-view-core');\nvar $find = require('../internals/array-iteration').find;\n\nvar aTypedArray = ArrayBufferViewCore.aTypedArray;\nvar exportTypedArrayMethod = ArrayBufferViewCore.exportTypedArrayMethod;\n\n// `%TypedArray%.prototype.find` method\n// https://tc39.es/ecma262/#sec-%typedarray%.prototype.find\nexportTypedArrayMethod('find', function find(predicate /* , thisArg */) {\n return $find(aTypedArray(this), predicate, arguments.length > 1 ? arguments[1] : undefined);\n});\n","'use strict';\nvar ArrayBufferViewCore = require('../internals/array-buffer-view-core');\nvar $findIndex = require('../internals/array-iteration').findIndex;\n\nvar aTypedArray = ArrayBufferViewCore.aTypedArray;\nvar exportTypedArrayMethod = ArrayBufferViewCore.exportTypedArrayMethod;\n\n// `%TypedArray%.prototype.findIndex` method\n// https://tc39.es/ecma262/#sec-%typedarray%.prototype.findindex\nexportTypedArrayMethod('findIndex', function findIndex(predicate /* , thisArg */) {\n return $findIndex(aTypedArray(this), predicate, arguments.length > 1 ? arguments[1] : undefined);\n});\n","'use strict';\nvar ArrayBufferViewCore = require('../internals/array-buffer-view-core');\nvar $forEach = require('../internals/array-iteration').forEach;\n\nvar aTypedArray = ArrayBufferViewCore.aTypedArray;\nvar exportTypedArrayMethod = ArrayBufferViewCore.exportTypedArrayMethod;\n\n// `%TypedArray%.prototype.forEach` method\n// https://tc39.es/ecma262/#sec-%typedarray%.prototype.foreach\nexportTypedArrayMethod('forEach', function forEach(callbackfn /* , thisArg */) {\n $forEach(aTypedArray(this), callbackfn, arguments.length > 1 ? arguments[1] : undefined);\n});\n","'use strict';\nvar TYPED_ARRAYS_CONSTRUCTORS_REQUIRES_WRAPPERS = require('../internals/typed-array-constructors-require-wrappers');\nvar exportTypedArrayStaticMethod = require('../internals/array-buffer-view-core').exportTypedArrayStaticMethod;\nvar typedArrayFrom = require('../internals/typed-array-from');\n\n// `%TypedArray%.from` method\n// https://tc39.es/ecma262/#sec-%typedarray%.from\nexportTypedArrayStaticMethod('from', typedArrayFrom, TYPED_ARRAYS_CONSTRUCTORS_REQUIRES_WRAPPERS);\n","'use strict';\nvar ArrayBufferViewCore = require('../internals/array-buffer-view-core');\nvar $includes = require('../internals/array-includes').includes;\n\nvar aTypedArray = ArrayBufferViewCore.aTypedArray;\nvar exportTypedArrayMethod = ArrayBufferViewCore.exportTypedArrayMethod;\n\n// `%TypedArray%.prototype.includes` method\n// https://tc39.es/ecma262/#sec-%typedarray%.prototype.includes\nexportTypedArrayMethod('includes', function includes(searchElement /* , fromIndex */) {\n return $includes(aTypedArray(this), searchElement, arguments.length > 1 ? arguments[1] : undefined);\n});\n","'use strict';\nvar ArrayBufferViewCore = require('../internals/array-buffer-view-core');\nvar $indexOf = require('../internals/array-includes').indexOf;\n\nvar aTypedArray = ArrayBufferViewCore.aTypedArray;\nvar exportTypedArrayMethod = ArrayBufferViewCore.exportTypedArrayMethod;\n\n// `%TypedArray%.prototype.indexOf` method\n// https://tc39.es/ecma262/#sec-%typedarray%.prototype.indexof\nexportTypedArrayMethod('indexOf', function indexOf(searchElement /* , fromIndex */) {\n return $indexOf(aTypedArray(this), searchElement, arguments.length > 1 ? arguments[1] : undefined);\n});\n","'use strict';\nvar global = require('../internals/global');\nvar ArrayBufferViewCore = require('../internals/array-buffer-view-core');\nvar ArrayIterators = require('../modules/es.array.iterator');\nvar wellKnownSymbol = require('../internals/well-known-symbol');\n\nvar ITERATOR = wellKnownSymbol('iterator');\nvar Uint8Array = global.Uint8Array;\nvar arrayValues = ArrayIterators.values;\nvar arrayKeys = ArrayIterators.keys;\nvar arrayEntries = ArrayIterators.entries;\nvar aTypedArray = ArrayBufferViewCore.aTypedArray;\nvar exportTypedArrayMethod = ArrayBufferViewCore.exportTypedArrayMethod;\nvar nativeTypedArrayIterator = Uint8Array && Uint8Array.prototype[ITERATOR];\n\nvar CORRECT_ITER_NAME = !!nativeTypedArrayIterator\n && (nativeTypedArrayIterator.name == 'values' || nativeTypedArrayIterator.name == undefined);\n\nvar typedArrayValues = function values() {\n return arrayValues.call(aTypedArray(this));\n};\n\n// `%TypedArray%.prototype.entries` method\n// https://tc39.es/ecma262/#sec-%typedarray%.prototype.entries\nexportTypedArrayMethod('entries', function entries() {\n return arrayEntries.call(aTypedArray(this));\n});\n// `%TypedArray%.prototype.keys` method\n// https://tc39.es/ecma262/#sec-%typedarray%.prototype.keys\nexportTypedArrayMethod('keys', function keys() {\n return arrayKeys.call(aTypedArray(this));\n});\n// `%TypedArray%.prototype.values` method\n// https://tc39.es/ecma262/#sec-%typedarray%.prototype.values\nexportTypedArrayMethod('values', typedArrayValues, !CORRECT_ITER_NAME);\n// `%TypedArray%.prototype[@@iterator]` method\n// https://tc39.es/ecma262/#sec-%typedarray%.prototype-@@iterator\nexportTypedArrayMethod(ITERATOR, typedArrayValues, !CORRECT_ITER_NAME);\n","'use strict';\nvar ArrayBufferViewCore = require('../internals/array-buffer-view-core');\n\nvar aTypedArray = ArrayBufferViewCore.aTypedArray;\nvar exportTypedArrayMethod = ArrayBufferViewCore.exportTypedArrayMethod;\nvar $join = [].join;\n\n// `%TypedArray%.prototype.join` method\n// https://tc39.es/ecma262/#sec-%typedarray%.prototype.join\n// eslint-disable-next-line no-unused-vars -- required for `.length`\nexportTypedArrayMethod('join', function join(separator) {\n return $join.apply(aTypedArray(this), arguments);\n});\n","'use strict';\nvar ArrayBufferViewCore = require('../internals/array-buffer-view-core');\nvar $lastIndexOf = require('../internals/array-last-index-of');\n\nvar aTypedArray = ArrayBufferViewCore.aTypedArray;\nvar exportTypedArrayMethod = ArrayBufferViewCore.exportTypedArrayMethod;\n\n// `%TypedArray%.prototype.lastIndexOf` method\n// https://tc39.es/ecma262/#sec-%typedarray%.prototype.lastindexof\n// eslint-disable-next-line no-unused-vars -- required for `.length`\nexportTypedArrayMethod('lastIndexOf', function lastIndexOf(searchElement /* , fromIndex */) {\n return $lastIndexOf.apply(aTypedArray(this), arguments);\n});\n","'use strict';\nvar ArrayBufferViewCore = require('../internals/array-buffer-view-core');\nvar $map = require('../internals/array-iteration').map;\nvar speciesConstructor = require('../internals/species-constructor');\n\nvar aTypedArray = ArrayBufferViewCore.aTypedArray;\nvar aTypedArrayConstructor = ArrayBufferViewCore.aTypedArrayConstructor;\nvar exportTypedArrayMethod = ArrayBufferViewCore.exportTypedArrayMethod;\n\n// `%TypedArray%.prototype.map` method\n// https://tc39.es/ecma262/#sec-%typedarray%.prototype.map\nexportTypedArrayMethod('map', function map(mapfn /* , thisArg */) {\n return $map(aTypedArray(this), mapfn, arguments.length > 1 ? arguments[1] : undefined, function (O, length) {\n return new (aTypedArrayConstructor(speciesConstructor(O, O.constructor)))(length);\n });\n});\n","'use strict';\nvar ArrayBufferViewCore = require('../internals/array-buffer-view-core');\nvar TYPED_ARRAYS_CONSTRUCTORS_REQUIRES_WRAPPERS = require('../internals/typed-array-constructors-require-wrappers');\n\nvar aTypedArrayConstructor = ArrayBufferViewCore.aTypedArrayConstructor;\nvar exportTypedArrayStaticMethod = ArrayBufferViewCore.exportTypedArrayStaticMethod;\n\n// `%TypedArray%.of` method\n// https://tc39.es/ecma262/#sec-%typedarray%.of\nexportTypedArrayStaticMethod('of', function of(/* ...items */) {\n var index = 0;\n var length = arguments.length;\n var result = new (aTypedArrayConstructor(this))(length);\n while (length > index) result[index] = arguments[index++];\n return result;\n}, TYPED_ARRAYS_CONSTRUCTORS_REQUIRES_WRAPPERS);\n","'use strict';\nvar ArrayBufferViewCore = require('../internals/array-buffer-view-core');\nvar $reduce = require('../internals/array-reduce').left;\n\nvar aTypedArray = ArrayBufferViewCore.aTypedArray;\nvar exportTypedArrayMethod = ArrayBufferViewCore.exportTypedArrayMethod;\n\n// `%TypedArray%.prototype.reduce` method\n// https://tc39.es/ecma262/#sec-%typedarray%.prototype.reduce\nexportTypedArrayMethod('reduce', function reduce(callbackfn /* , initialValue */) {\n return $reduce(aTypedArray(this), callbackfn, arguments.length, arguments.length > 1 ? arguments[1] : undefined);\n});\n","'use strict';\nvar ArrayBufferViewCore = require('../internals/array-buffer-view-core');\nvar $reduceRight = require('../internals/array-reduce').right;\n\nvar aTypedArray = ArrayBufferViewCore.aTypedArray;\nvar exportTypedArrayMethod = ArrayBufferViewCore.exportTypedArrayMethod;\n\n// `%TypedArray%.prototype.reduceRicht` method\n// https://tc39.es/ecma262/#sec-%typedarray%.prototype.reduceright\nexportTypedArrayMethod('reduceRight', function reduceRight(callbackfn /* , initialValue */) {\n return $reduceRight(aTypedArray(this), callbackfn, arguments.length, arguments.length > 1 ? arguments[1] : undefined);\n});\n","'use strict';\nvar ArrayBufferViewCore = require('../internals/array-buffer-view-core');\n\nvar aTypedArray = ArrayBufferViewCore.aTypedArray;\nvar exportTypedArrayMethod = ArrayBufferViewCore.exportTypedArrayMethod;\nvar floor = Math.floor;\n\n// `%TypedArray%.prototype.reverse` method\n// https://tc39.es/ecma262/#sec-%typedarray%.prototype.reverse\nexportTypedArrayMethod('reverse', function reverse() {\n var that = this;\n var length = aTypedArray(that).length;\n var middle = floor(length / 2);\n var index = 0;\n var value;\n while (index < middle) {\n value = that[index];\n that[index++] = that[--length];\n that[length] = value;\n } return that;\n});\n","'use strict';\nvar ArrayBufferViewCore = require('../internals/array-buffer-view-core');\nvar toLength = require('../internals/to-length');\nvar toOffset = require('../internals/to-offset');\nvar toObject = require('../internals/to-object');\nvar fails = require('../internals/fails');\n\nvar aTypedArray = ArrayBufferViewCore.aTypedArray;\nvar exportTypedArrayMethod = ArrayBufferViewCore.exportTypedArrayMethod;\n\nvar FORCED = fails(function () {\n // eslint-disable-next-line es/no-typed-arrays -- required for testing\n new Int8Array(1).set({});\n});\n\n// `%TypedArray%.prototype.set` method\n// https://tc39.es/ecma262/#sec-%typedarray%.prototype.set\nexportTypedArrayMethod('set', function set(arrayLike /* , offset */) {\n aTypedArray(this);\n var offset = toOffset(arguments.length > 1 ? arguments[1] : undefined, 1);\n var length = this.length;\n var src = toObject(arrayLike);\n var len = toLength(src.length);\n var index = 0;\n if (len + offset > length) throw RangeError('Wrong length');\n while (index < len) this[offset + index] = src[index++];\n}, FORCED);\n","'use strict';\nvar ArrayBufferViewCore = require('../internals/array-buffer-view-core');\nvar speciesConstructor = require('../internals/species-constructor');\nvar fails = require('../internals/fails');\n\nvar aTypedArray = ArrayBufferViewCore.aTypedArray;\nvar aTypedArrayConstructor = ArrayBufferViewCore.aTypedArrayConstructor;\nvar exportTypedArrayMethod = ArrayBufferViewCore.exportTypedArrayMethod;\nvar $slice = [].slice;\n\nvar FORCED = fails(function () {\n // eslint-disable-next-line es/no-typed-arrays -- required for testing\n new Int8Array(1).slice();\n});\n\n// `%TypedArray%.prototype.slice` method\n// https://tc39.es/ecma262/#sec-%typedarray%.prototype.slice\nexportTypedArrayMethod('slice', function slice(start, end) {\n var list = $slice.call(aTypedArray(this), start, end);\n var C = speciesConstructor(this, this.constructor);\n var index = 0;\n var length = list.length;\n var result = new (aTypedArrayConstructor(C))(length);\n while (length > index) result[index] = list[index++];\n return result;\n}, FORCED);\n","'use strict';\nvar ArrayBufferViewCore = require('../internals/array-buffer-view-core');\nvar $some = require('../internals/array-iteration').some;\n\nvar aTypedArray = ArrayBufferViewCore.aTypedArray;\nvar exportTypedArrayMethod = ArrayBufferViewCore.exportTypedArrayMethod;\n\n// `%TypedArray%.prototype.some` method\n// https://tc39.es/ecma262/#sec-%typedarray%.prototype.some\nexportTypedArrayMethod('some', function some(callbackfn /* , thisArg */) {\n return $some(aTypedArray(this), callbackfn, arguments.length > 1 ? arguments[1] : undefined);\n});\n","'use strict';\nvar ArrayBufferViewCore = require('../internals/array-buffer-view-core');\n\nvar aTypedArray = ArrayBufferViewCore.aTypedArray;\nvar exportTypedArrayMethod = ArrayBufferViewCore.exportTypedArrayMethod;\nvar $sort = [].sort;\n\n// `%TypedArray%.prototype.sort` method\n// https://tc39.es/ecma262/#sec-%typedarray%.prototype.sort\nexportTypedArrayMethod('sort', function sort(comparefn) {\n return $sort.call(aTypedArray(this), comparefn);\n});\n","'use strict';\nvar ArrayBufferViewCore = require('../internals/array-buffer-view-core');\nvar toLength = require('../internals/to-length');\nvar toAbsoluteIndex = require('../internals/to-absolute-index');\nvar speciesConstructor = require('../internals/species-constructor');\n\nvar aTypedArray = ArrayBufferViewCore.aTypedArray;\nvar exportTypedArrayMethod = ArrayBufferViewCore.exportTypedArrayMethod;\n\n// `%TypedArray%.prototype.subarray` method\n// https://tc39.es/ecma262/#sec-%typedarray%.prototype.subarray\nexportTypedArrayMethod('subarray', function subarray(begin, end) {\n var O = aTypedArray(this);\n var length = O.length;\n var beginIndex = toAbsoluteIndex(begin, length);\n return new (speciesConstructor(O, O.constructor))(\n O.buffer,\n O.byteOffset + beginIndex * O.BYTES_PER_ELEMENT,\n toLength((end === undefined ? length : toAbsoluteIndex(end, length)) - beginIndex)\n );\n});\n","'use strict';\nvar global = require('../internals/global');\nvar ArrayBufferViewCore = require('../internals/array-buffer-view-core');\nvar fails = require('../internals/fails');\n\nvar Int8Array = global.Int8Array;\nvar aTypedArray = ArrayBufferViewCore.aTypedArray;\nvar exportTypedArrayMethod = ArrayBufferViewCore.exportTypedArrayMethod;\nvar $toLocaleString = [].toLocaleString;\nvar $slice = [].slice;\n\n// iOS Safari 6.x fails here\nvar TO_LOCALE_STRING_BUG = !!Int8Array && fails(function () {\n $toLocaleString.call(new Int8Array(1));\n});\n\nvar FORCED = fails(function () {\n return [1, 2].toLocaleString() != new Int8Array([1, 2]).toLocaleString();\n}) || !fails(function () {\n Int8Array.prototype.toLocaleString.call([1, 2]);\n});\n\n// `%TypedArray%.prototype.toLocaleString` method\n// https://tc39.es/ecma262/#sec-%typedarray%.prototype.tolocalestring\nexportTypedArrayMethod('toLocaleString', function toLocaleString() {\n return $toLocaleString.apply(TO_LOCALE_STRING_BUG ? $slice.call(aTypedArray(this)) : aTypedArray(this), arguments);\n}, FORCED);\n","'use strict';\nvar exportTypedArrayMethod = require('../internals/array-buffer-view-core').exportTypedArrayMethod;\nvar fails = require('../internals/fails');\nvar global = require('../internals/global');\n\nvar Uint8Array = global.Uint8Array;\nvar Uint8ArrayPrototype = Uint8Array && Uint8Array.prototype || {};\nvar arrayToString = [].toString;\nvar arrayJoin = [].join;\n\nif (fails(function () { arrayToString.call({}); })) {\n arrayToString = function toString() {\n return arrayJoin.call(this);\n };\n}\n\nvar IS_NOT_ARRAY_METHOD = Uint8ArrayPrototype.toString != arrayToString;\n\n// `%TypedArray%.prototype.toString` method\n// https://tc39.es/ecma262/#sec-%typedarray%.prototype.tostring\nexportTypedArrayMethod('toString', arrayToString, IS_NOT_ARRAY_METHOD);\n","'use strict';\nvar global = require('../internals/global');\nvar redefineAll = require('../internals/redefine-all');\nvar InternalMetadataModule = require('../internals/internal-metadata');\nvar collection = require('../internals/collection');\nvar collectionWeak = require('../internals/collection-weak');\nvar isObject = require('../internals/is-object');\nvar enforceIternalState = require('../internals/internal-state').enforce;\nvar NATIVE_WEAK_MAP = require('../internals/native-weak-map');\n\nvar IS_IE11 = !global.ActiveXObject && 'ActiveXObject' in global;\n// eslint-disable-next-line es/no-object-isextensible -- safe\nvar isExtensible = Object.isExtensible;\nvar InternalWeakMap;\n\nvar wrapper = function (init) {\n return function WeakMap() {\n return init(this, arguments.length ? arguments[0] : undefined);\n };\n};\n\n// `WeakMap` constructor\n// https://tc39.es/ecma262/#sec-weakmap-constructor\nvar $WeakMap = module.exports = collection('WeakMap', wrapper, collectionWeak);\n\n// IE11 WeakMap frozen keys fix\n// We can't use feature detection because it crash some old IE builds\n// https://github.com/zloirock/core-js/issues/485\nif (NATIVE_WEAK_MAP && IS_IE11) {\n InternalWeakMap = collectionWeak.getConstructor(wrapper, 'WeakMap', true);\n InternalMetadataModule.REQUIRED = true;\n var WeakMapPrototype = $WeakMap.prototype;\n var nativeDelete = WeakMapPrototype['delete'];\n var nativeHas = WeakMapPrototype.has;\n var nativeGet = WeakMapPrototype.get;\n var nativeSet = WeakMapPrototype.set;\n redefineAll(WeakMapPrototype, {\n 'delete': function (key) {\n if (isObject(key) && !isExtensible(key)) {\n var state = enforceIternalState(this);\n if (!state.frozen) state.frozen = new InternalWeakMap();\n return nativeDelete.call(this, key) || state.frozen['delete'](key);\n } return nativeDelete.call(this, key);\n },\n has: function has(key) {\n if (isObject(key) && !isExtensible(key)) {\n var state = enforceIternalState(this);\n if (!state.frozen) state.frozen = new InternalWeakMap();\n return nativeHas.call(this, key) || state.frozen.has(key);\n } return nativeHas.call(this, key);\n },\n get: function get(key) {\n if (isObject(key) && !isExtensible(key)) {\n var state = enforceIternalState(this);\n if (!state.frozen) state.frozen = new InternalWeakMap();\n return nativeHas.call(this, key) ? nativeGet.call(this, key) : state.frozen.get(key);\n } return nativeGet.call(this, key);\n },\n set: function set(key, value) {\n if (isObject(key) && !isExtensible(key)) {\n var state = enforceIternalState(this);\n if (!state.frozen) state.frozen = new InternalWeakMap();\n nativeHas.call(this, key) ? nativeSet.call(this, key, value) : state.frozen.set(key, value);\n } else nativeSet.call(this, key, value);\n return this;\n }\n });\n}\n","'use strict';\nvar collection = require('../internals/collection');\nvar collectionWeak = require('../internals/collection-weak');\n\n// `WeakSet` constructor\n// https://tc39.es/ecma262/#sec-weakset-constructor\ncollection('WeakSet', function (init) {\n return function WeakSet() { return init(this, arguments.length ? arguments[0] : undefined); };\n}, collectionWeak);\n","var $ = require('../internals/export');\nvar global = require('../internals/global');\nvar task = require('../internals/task');\n\nvar FORCED = !global.setImmediate || !global.clearImmediate;\n\n// http://w3c.github.io/setImmediate/\n$({ global: true, bind: true, enumerable: true, forced: FORCED }, {\n // `setImmediate` method\n // http://w3c.github.io/setImmediate/#si-setImmediate\n setImmediate: task.set,\n // `clearImmediate` method\n // http://w3c.github.io/setImmediate/#si-clearImmediate\n clearImmediate: task.clear\n});\n","var $ = require('../internals/export');\nvar global = require('../internals/global');\nvar microtask = require('../internals/microtask');\nvar IS_NODE = require('../internals/engine-is-node');\n\nvar process = global.process;\n\n// `queueMicrotask` method\n// https://html.spec.whatwg.org/multipage/timers-and-user-prompts.html#dom-queuemicrotask\n$({ global: true, enumerable: true, noTargetGet: true }, {\n queueMicrotask: function queueMicrotask(fn) {\n var domain = IS_NODE && process.domain;\n microtask(domain ? domain.bind(fn) : fn);\n }\n});\n","var $ = require('../internals/export');\nvar global = require('../internals/global');\nvar userAgent = require('../internals/engine-user-agent');\n\nvar slice = [].slice;\nvar MSIE = /MSIE .\\./.test(userAgent); // <- dirty ie9- check\n\nvar wrap = function (scheduler) {\n return function (handler, timeout /* , ...arguments */) {\n var boundArgs = arguments.length > 2;\n var args = boundArgs ? slice.call(arguments, 2) : undefined;\n return scheduler(boundArgs ? function () {\n // eslint-disable-next-line no-new-func -- spec requirement\n (typeof handler == 'function' ? handler : Function(handler)).apply(this, args);\n } : handler, timeout);\n };\n};\n\n// ie9- setTimeout & setInterval additional parameters fix\n// https://html.spec.whatwg.org/multipage/timers-and-user-prompts.html#timers\n$({ global: true, bind: true, forced: MSIE }, {\n // `setTimeout` method\n // https://html.spec.whatwg.org/multipage/timers-and-user-prompts.html#dom-settimeout\n setTimeout: wrap(global.setTimeout),\n // `setInterval` method\n // https://html.spec.whatwg.org/multipage/timers-and-user-prompts.html#dom-setinterval\n setInterval: wrap(global.setInterval)\n});\n","'use strict';\nvar $ = require('../internals/export');\n\n// `URL.prototype.toJSON` method\n// https://url.spec.whatwg.org/#dom-url-tojson\n$({ target: 'URL', proto: true, enumerable: true }, {\n toJSON: function toJSON() {\n return URL.prototype.toString.call(this);\n }\n});\n","/**\n * Copyright (c) 2014-present, Facebook, Inc.\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.\n */\n\nvar runtime = (function (exports) {\n \"use strict\";\n\n var Op = Object.prototype;\n var hasOwn = Op.hasOwnProperty;\n var undefined; // More compressible than void 0.\n var $Symbol = typeof Symbol === \"function\" ? Symbol : {};\n var iteratorSymbol = $Symbol.iterator || \"@@iterator\";\n var asyncIteratorSymbol = $Symbol.asyncIterator || \"@@asyncIterator\";\n var toStringTagSymbol = $Symbol.toStringTag || \"@@toStringTag\";\n\n function define(obj, key, value) {\n Object.defineProperty(obj, key, {\n value: value,\n enumerable: true,\n configurable: true,\n writable: true\n });\n return obj[key];\n }\n try {\n // IE 8 has a broken Object.defineProperty that only works on DOM objects.\n define({}, \"\");\n } catch (err) {\n define = function(obj, key, value) {\n return obj[key] = value;\n };\n }\n\n function wrap(innerFn, outerFn, self, tryLocsList) {\n // If outerFn provided and outerFn.prototype is a Generator, then outerFn.prototype instanceof Generator.\n var protoGenerator = outerFn && outerFn.prototype instanceof Generator ? outerFn : Generator;\n var generator = Object.create(protoGenerator.prototype);\n var context = new Context(tryLocsList || []);\n\n // The ._invoke method unifies the implementations of the .next,\n // .throw, and .return methods.\n generator._invoke = makeInvokeMethod(innerFn, self, context);\n\n return generator;\n }\n exports.wrap = wrap;\n\n // Try/catch helper to minimize deoptimizations. Returns a completion\n // record like context.tryEntries[i].completion. This interface could\n // have been (and was previously) designed to take a closure to be\n // invoked without arguments, but in all the cases we care about we\n // already have an existing method we want to call, so there's no need\n // to create a new function object. We can even get away with assuming\n // the method takes exactly one argument, since that happens to be true\n // in every case, so we don't have to touch the arguments object. The\n // only additional allocation required is the completion record, which\n // has a stable shape and so hopefully should be cheap to allocate.\n function tryCatch(fn, obj, arg) {\n try {\n return { type: \"normal\", arg: fn.call(obj, arg) };\n } catch (err) {\n return { type: \"throw\", arg: err };\n }\n }\n\n var GenStateSuspendedStart = \"suspendedStart\";\n var GenStateSuspendedYield = \"suspendedYield\";\n var GenStateExecuting = \"executing\";\n var GenStateCompleted = \"completed\";\n\n // Returning this object from the innerFn has the same effect as\n // breaking out of the dispatch switch statement.\n var ContinueSentinel = {};\n\n // Dummy constructor functions that we use as the .constructor and\n // .constructor.prototype properties for functions that return Generator\n // objects. For full spec compliance, you may wish to configure your\n // minifier not to mangle the names of these two functions.\n function Generator() {}\n function GeneratorFunction() {}\n function GeneratorFunctionPrototype() {}\n\n // This is a polyfill for %IteratorPrototype% for environments that\n // don't natively support it.\n var IteratorPrototype = {};\n IteratorPrototype[iteratorSymbol] = function () {\n return this;\n };\n\n var getProto = Object.getPrototypeOf;\n var NativeIteratorPrototype = getProto && getProto(getProto(values([])));\n if (NativeIteratorPrototype &&\n NativeIteratorPrototype !== Op &&\n hasOwn.call(NativeIteratorPrototype, iteratorSymbol)) {\n // This environment has a native %IteratorPrototype%; use it instead\n // of the polyfill.\n IteratorPrototype = NativeIteratorPrototype;\n }\n\n var Gp = GeneratorFunctionPrototype.prototype =\n Generator.prototype = Object.create(IteratorPrototype);\n GeneratorFunction.prototype = Gp.constructor = GeneratorFunctionPrototype;\n GeneratorFunctionPrototype.constructor = GeneratorFunction;\n GeneratorFunction.displayName = define(\n GeneratorFunctionPrototype,\n toStringTagSymbol,\n \"GeneratorFunction\"\n );\n\n // Helper for defining the .next, .throw, and .return methods of the\n // Iterator interface in terms of a single ._invoke method.\n function defineIteratorMethods(prototype) {\n [\"next\", \"throw\", \"return\"].forEach(function(method) {\n define(prototype, method, function(arg) {\n return this._invoke(method, arg);\n });\n });\n }\n\n exports.isGeneratorFunction = function(genFun) {\n var ctor = typeof genFun === \"function\" && genFun.constructor;\n return ctor\n ? ctor === GeneratorFunction ||\n // For the native GeneratorFunction constructor, the best we can\n // do is to check its .name property.\n (ctor.displayName || ctor.name) === \"GeneratorFunction\"\n : false;\n };\n\n exports.mark = function(genFun) {\n if (Object.setPrototypeOf) {\n Object.setPrototypeOf(genFun, GeneratorFunctionPrototype);\n } else {\n genFun.__proto__ = GeneratorFunctionPrototype;\n define(genFun, toStringTagSymbol, \"GeneratorFunction\");\n }\n genFun.prototype = Object.create(Gp);\n return genFun;\n };\n\n // Within the body of any async function, `await x` is transformed to\n // `yield regeneratorRuntime.awrap(x)`, so that the runtime can test\n // `hasOwn.call(value, \"__await\")` to determine if the yielded value is\n // meant to be awaited.\n exports.awrap = function(arg) {\n return { __await: arg };\n };\n\n function AsyncIterator(generator, PromiseImpl) {\n function invoke(method, arg, resolve, reject) {\n var record = tryCatch(generator[method], generator, arg);\n if (record.type === \"throw\") {\n reject(record.arg);\n } else {\n var result = record.arg;\n var value = result.value;\n if (value &&\n typeof value === \"object\" &&\n hasOwn.call(value, \"__await\")) {\n return PromiseImpl.resolve(value.__await).then(function(value) {\n invoke(\"next\", value, resolve, reject);\n }, function(err) {\n invoke(\"throw\", err, resolve, reject);\n });\n }\n\n return PromiseImpl.resolve(value).then(function(unwrapped) {\n // When a yielded Promise is resolved, its final value becomes\n // the .value of the Promise<{value,done}> result for the\n // current iteration.\n result.value = unwrapped;\n resolve(result);\n }, function(error) {\n // If a rejected Promise was yielded, throw the rejection back\n // into the async generator function so it can be handled there.\n return invoke(\"throw\", error, resolve, reject);\n });\n }\n }\n\n var previousPromise;\n\n function enqueue(method, arg) {\n function callInvokeWithMethodAndArg() {\n return new PromiseImpl(function(resolve, reject) {\n invoke(method, arg, resolve, reject);\n });\n }\n\n return previousPromise =\n // If enqueue has been called before, then we want to wait until\n // all previous Promises have been resolved before calling invoke,\n // so that results are always delivered in the correct order. If\n // enqueue has not been called before, then it is important to\n // call invoke immediately, without waiting on a callback to fire,\n // so that the async generator function has the opportunity to do\n // any necessary setup in a predictable way. This predictability\n // is why the Promise constructor synchronously invokes its\n // executor callback, and why async functions synchronously\n // execute code before the first await. Since we implement simple\n // async functions in terms of async generators, it is especially\n // important to get this right, even though it requires care.\n previousPromise ? previousPromise.then(\n callInvokeWithMethodAndArg,\n // Avoid propagating failures to Promises returned by later\n // invocations of the iterator.\n callInvokeWithMethodAndArg\n ) : callInvokeWithMethodAndArg();\n }\n\n // Define the unified helper method that is used to implement .next,\n // .throw, and .return (see defineIteratorMethods).\n this._invoke = enqueue;\n }\n\n defineIteratorMethods(AsyncIterator.prototype);\n AsyncIterator.prototype[asyncIteratorSymbol] = function () {\n return this;\n };\n exports.AsyncIterator = AsyncIterator;\n\n // Note that simple async functions are implemented on top of\n // AsyncIterator objects; they just return a Promise for the value of\n // the final result produced by the iterator.\n exports.async = function(innerFn, outerFn, self, tryLocsList, PromiseImpl) {\n if (PromiseImpl === void 0) PromiseImpl = Promise;\n\n var iter = new AsyncIterator(\n wrap(innerFn, outerFn, self, tryLocsList),\n PromiseImpl\n );\n\n return exports.isGeneratorFunction(outerFn)\n ? iter // If outerFn is a generator, return the full iterator.\n : iter.next().then(function(result) {\n return result.done ? result.value : iter.next();\n });\n };\n\n function makeInvokeMethod(innerFn, self, context) {\n var state = GenStateSuspendedStart;\n\n return function invoke(method, arg) {\n if (state === GenStateExecuting) {\n throw new Error(\"Generator is already running\");\n }\n\n if (state === GenStateCompleted) {\n if (method === \"throw\") {\n throw arg;\n }\n\n // Be forgiving, per 25.3.3.3.3 of the spec:\n // https://people.mozilla.org/~jorendorff/es6-draft.html#sec-generatorresume\n return doneResult();\n }\n\n context.method = method;\n context.arg = arg;\n\n while (true) {\n var delegate = context.delegate;\n if (delegate) {\n var delegateResult = maybeInvokeDelegate(delegate, context);\n if (delegateResult) {\n if (delegateResult === ContinueSentinel) continue;\n return delegateResult;\n }\n }\n\n if (context.method === \"next\") {\n // Setting context._sent for legacy support of Babel's\n // function.sent implementation.\n context.sent = context._sent = context.arg;\n\n } else if (context.method === \"throw\") {\n if (state === GenStateSuspendedStart) {\n state = GenStateCompleted;\n throw context.arg;\n }\n\n context.dispatchException(context.arg);\n\n } else if (context.method === \"return\") {\n context.abrupt(\"return\", context.arg);\n }\n\n state = GenStateExecuting;\n\n var record = tryCatch(innerFn, self, context);\n if (record.type === \"normal\") {\n // If an exception is thrown from innerFn, we leave state ===\n // GenStateExecuting and loop back for another invocation.\n state = context.done\n ? GenStateCompleted\n : GenStateSuspendedYield;\n\n if (record.arg === ContinueSentinel) {\n continue;\n }\n\n return {\n value: record.arg,\n done: context.done\n };\n\n } else if (record.type === \"throw\") {\n state = GenStateCompleted;\n // Dispatch the exception by looping back around to the\n // context.dispatchException(context.arg) call above.\n context.method = \"throw\";\n context.arg = record.arg;\n }\n }\n };\n }\n\n // Call delegate.iterator[context.method](context.arg) and handle the\n // result, either by returning a { value, done } result from the\n // delegate iterator, or by modifying context.method and context.arg,\n // setting context.delegate to null, and returning the ContinueSentinel.\n function maybeInvokeDelegate(delegate, context) {\n var method = delegate.iterator[context.method];\n if (method === undefined) {\n // A .throw or .return when the delegate iterator has no .throw\n // method always terminates the yield* loop.\n context.delegate = null;\n\n if (context.method === \"throw\") {\n // Note: [\"return\"] must be used for ES3 parsing compatibility.\n if (delegate.iterator[\"return\"]) {\n // If the delegate iterator has a return method, give it a\n // chance to clean up.\n context.method = \"return\";\n context.arg = undefined;\n maybeInvokeDelegate(delegate, context);\n\n if (context.method === \"throw\") {\n // If maybeInvokeDelegate(context) changed context.method from\n // \"return\" to \"throw\", let that override the TypeError below.\n return ContinueSentinel;\n }\n }\n\n context.method = \"throw\";\n context.arg = new TypeError(\n \"The iterator does not provide a 'throw' method\");\n }\n\n return ContinueSentinel;\n }\n\n var record = tryCatch(method, delegate.iterator, context.arg);\n\n if (record.type === \"throw\") {\n context.method = \"throw\";\n context.arg = record.arg;\n context.delegate = null;\n return ContinueSentinel;\n }\n\n var info = record.arg;\n\n if (! info) {\n context.method = \"throw\";\n context.arg = new TypeError(\"iterator result is not an object\");\n context.delegate = null;\n return ContinueSentinel;\n }\n\n if (info.done) {\n // Assign the result of the finished delegate to the temporary\n // variable specified by delegate.resultName (see delegateYield).\n context[delegate.resultName] = info.value;\n\n // Resume execution at the desired location (see delegateYield).\n context.next = delegate.nextLoc;\n\n // If context.method was \"throw\" but the delegate handled the\n // exception, let the outer generator proceed normally. If\n // context.method was \"next\", forget context.arg since it has been\n // \"consumed\" by the delegate iterator. If context.method was\n // \"return\", allow the original .return call to continue in the\n // outer generator.\n if (context.method !== \"return\") {\n context.method = \"next\";\n context.arg = undefined;\n }\n\n } else {\n // Re-yield the result returned by the delegate method.\n return info;\n }\n\n // The delegate iterator is finished, so forget it and continue with\n // the outer generator.\n context.delegate = null;\n return ContinueSentinel;\n }\n\n // Define Generator.prototype.{next,throw,return} in terms of the\n // unified ._invoke helper method.\n defineIteratorMethods(Gp);\n\n define(Gp, toStringTagSymbol, \"Generator\");\n\n // A Generator should always return itself as the iterator object when the\n // @@iterator function is called on it. Some browsers' implementations of the\n // iterator prototype chain incorrectly implement this, causing the Generator\n // object to not be returned from this call. This ensures that doesn't happen.\n // See https://github.com/facebook/regenerator/issues/274 for more details.\n Gp[iteratorSymbol] = function() {\n return this;\n };\n\n Gp.toString = function() {\n return \"[object Generator]\";\n };\n\n function pushTryEntry(locs) {\n var entry = { tryLoc: locs[0] };\n\n if (1 in locs) {\n entry.catchLoc = locs[1];\n }\n\n if (2 in locs) {\n entry.finallyLoc = locs[2];\n entry.afterLoc = locs[3];\n }\n\n this.tryEntries.push(entry);\n }\n\n function resetTryEntry(entry) {\n var record = entry.completion || {};\n record.type = \"normal\";\n delete record.arg;\n entry.completion = record;\n }\n\n function Context(tryLocsList) {\n // The root entry object (effectively a try statement without a catch\n // or a finally block) gives us a place to store values thrown from\n // locations where there is no enclosing try statement.\n this.tryEntries = [{ tryLoc: \"root\" }];\n tryLocsList.forEach(pushTryEntry, this);\n this.reset(true);\n }\n\n exports.keys = function(object) {\n var keys = [];\n for (var key in object) {\n keys.push(key);\n }\n keys.reverse();\n\n // Rather than returning an object with a next method, we keep\n // things simple and return the next function itself.\n return function next() {\n while (keys.length) {\n var key = keys.pop();\n if (key in object) {\n next.value = key;\n next.done = false;\n return next;\n }\n }\n\n // To avoid creating an additional object, we just hang the .value\n // and .done properties off the next function object itself. This\n // also ensures that the minifier will not anonymize the function.\n next.done = true;\n return next;\n };\n };\n\n function values(iterable) {\n if (iterable) {\n var iteratorMethod = iterable[iteratorSymbol];\n if (iteratorMethod) {\n return iteratorMethod.call(iterable);\n }\n\n if (typeof iterable.next === \"function\") {\n return iterable;\n }\n\n if (!isNaN(iterable.length)) {\n var i = -1, next = function next() {\n while (++i < iterable.length) {\n if (hasOwn.call(iterable, i)) {\n next.value = iterable[i];\n next.done = false;\n return next;\n }\n }\n\n next.value = undefined;\n next.done = true;\n\n return next;\n };\n\n return next.next = next;\n }\n }\n\n // Return an iterator with no values.\n return { next: doneResult };\n }\n exports.values = values;\n\n function doneResult() {\n return { value: undefined, done: true };\n }\n\n Context.prototype = {\n constructor: Context,\n\n reset: function(skipTempReset) {\n this.prev = 0;\n this.next = 0;\n // Resetting context._sent for legacy support of Babel's\n // function.sent implementation.\n this.sent = this._sent = undefined;\n this.done = false;\n this.delegate = null;\n\n this.method = \"next\";\n this.arg = undefined;\n\n this.tryEntries.forEach(resetTryEntry);\n\n if (!skipTempReset) {\n for (var name in this) {\n // Not sure about the optimal order of these conditions:\n if (name.charAt(0) === \"t\" &&\n hasOwn.call(this, name) &&\n !isNaN(+name.slice(1))) {\n this[name] = undefined;\n }\n }\n }\n },\n\n stop: function() {\n this.done = true;\n\n var rootEntry = this.tryEntries[0];\n var rootRecord = rootEntry.completion;\n if (rootRecord.type === \"throw\") {\n throw rootRecord.arg;\n }\n\n return this.rval;\n },\n\n dispatchException: function(exception) {\n if (this.done) {\n throw exception;\n }\n\n var context = this;\n function handle(loc, caught) {\n record.type = \"throw\";\n record.arg = exception;\n context.next = loc;\n\n if (caught) {\n // If the dispatched exception was caught by a catch block,\n // then let that catch block handle the exception normally.\n context.method = \"next\";\n context.arg = undefined;\n }\n\n return !! caught;\n }\n\n for (var i = this.tryEntries.length - 1; i >= 0; --i) {\n var entry = this.tryEntries[i];\n var record = entry.completion;\n\n if (entry.tryLoc === \"root\") {\n // Exception thrown outside of any try block that could handle\n // it, so set the completion value of the entire function to\n // throw the exception.\n return handle(\"end\");\n }\n\n if (entry.tryLoc <= this.prev) {\n var hasCatch = hasOwn.call(entry, \"catchLoc\");\n var hasFinally = hasOwn.call(entry, \"finallyLoc\");\n\n if (hasCatch && hasFinally) {\n if (this.prev < entry.catchLoc) {\n return handle(entry.catchLoc, true);\n } else if (this.prev < entry.finallyLoc) {\n return handle(entry.finallyLoc);\n }\n\n } else if (hasCatch) {\n if (this.prev < entry.catchLoc) {\n return handle(entry.catchLoc, true);\n }\n\n } else if (hasFinally) {\n if (this.prev < entry.finallyLoc) {\n return handle(entry.finallyLoc);\n }\n\n } else {\n throw new Error(\"try statement without catch or finally\");\n }\n }\n }\n },\n\n abrupt: function(type, arg) {\n for (var i = this.tryEntries.length - 1; i >= 0; --i) {\n var entry = this.tryEntries[i];\n if (entry.tryLoc <= this.prev &&\n hasOwn.call(entry, \"finallyLoc\") &&\n this.prev < entry.finallyLoc) {\n var finallyEntry = entry;\n break;\n }\n }\n\n if (finallyEntry &&\n (type === \"break\" ||\n type === \"continue\") &&\n finallyEntry.tryLoc <= arg &&\n arg <= finallyEntry.finallyLoc) {\n // Ignore the finally entry if control is not jumping to a\n // location outside the try/catch block.\n finallyEntry = null;\n }\n\n var record = finallyEntry ? finallyEntry.completion : {};\n record.type = type;\n record.arg = arg;\n\n if (finallyEntry) {\n this.method = \"next\";\n this.next = finallyEntry.finallyLoc;\n return ContinueSentinel;\n }\n\n return this.complete(record);\n },\n\n complete: function(record, afterLoc) {\n if (record.type === \"throw\") {\n throw record.arg;\n }\n\n if (record.type === \"break\" ||\n record.type === \"continue\") {\n this.next = record.arg;\n } else if (record.type === \"return\") {\n this.rval = this.arg = record.arg;\n this.method = \"return\";\n this.next = \"end\";\n } else if (record.type === \"normal\" && afterLoc) {\n this.next = afterLoc;\n }\n\n return ContinueSentinel;\n },\n\n finish: function(finallyLoc) {\n for (var i = this.tryEntries.length - 1; i >= 0; --i) {\n var entry = this.tryEntries[i];\n if (entry.finallyLoc === finallyLoc) {\n this.complete(entry.completion, entry.afterLoc);\n resetTryEntry(entry);\n return ContinueSentinel;\n }\n }\n },\n\n \"catch\": function(tryLoc) {\n for (var i = this.tryEntries.length - 1; i >= 0; --i) {\n var entry = this.tryEntries[i];\n if (entry.tryLoc === tryLoc) {\n var record = entry.completion;\n if (record.type === \"throw\") {\n var thrown = record.arg;\n resetTryEntry(entry);\n }\n return thrown;\n }\n }\n\n // The context.catch method must only be called with a location\n // argument that corresponds to a known catch block.\n throw new Error(\"illegal catch attempt\");\n },\n\n delegateYield: function(iterable, resultName, nextLoc) {\n this.delegate = {\n iterator: values(iterable),\n resultName: resultName,\n nextLoc: nextLoc\n };\n\n if (this.method === \"next\") {\n // Deliberately forget the last sent value so that we don't\n // accidentally pass it on to the delegate.\n this.arg = undefined;\n }\n\n return ContinueSentinel;\n }\n };\n\n // Regardless of whether this script is executing as a CommonJS module\n // or not, return the runtime object so that we can declare the variable\n // regeneratorRuntime in the outer scope, which allows this module to be\n // injected easily by `bin/regenerator --include-runtime script.js`.\n return exports;\n\n}(\n // If this script is executing as a CommonJS module, use module.exports\n // as the regeneratorRuntime namespace. Otherwise create a new empty\n // object. Either way, the resulting object will be used to initialize\n // the regeneratorRuntime variable at the top of this file.\n typeof module === \"object\" ? module.exports : {}\n));\n\ntry {\n regeneratorRuntime = runtime;\n} catch (accidentalStrictMode) {\n // This module should not be running in strict mode, so the above\n // assignment should always work unless something is misconfigured. Just\n // in case runtime.js accidentally runs in strict mode, we can escape\n // strict mode using a global Function call. This could conceivably fail\n // if a Content Security Policy forbids using Function, but in that case\n // the proper solution is to fix the accidental strict mode problem. If\n // you've misconfigured your bundler to force strict mode and applied a\n // CSP to forbid Function, and you're not willing to fix either of those\n // problems, please detail your unique predicament in a GitHub issue.\n Function(\"r\", \"regeneratorRuntime = r\")(runtime);\n}\n","/**\n * @copyright 2019 Christoph Wurst <christoph@winzerhof-wurst.at>\n *\n * @author Christoph Wurst <christoph@winzerhof-wurst.at>\n * @author John Molakvoæ <skjnldsv@protonmail.com>\n *\n * @license GNU AGPL version 3 or any later version\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see <http://www.gnu.org/licenses/>.\n *\n */\n\nimport './console'\nimport './closest'\nimport './windows-phone'\n","/**\n * @copyright 2019 Christoph Wurst <christoph@winzerhof-wurst.at>\n *\n * @author Christoph Wurst <christoph@winzerhof-wurst.at>\n * @author John Molakvoæ <skjnldsv@protonmail.com>\n *\n * @license GNU AGPL version 3 or any later version\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see <http://www.gnu.org/licenses/>.\n *\n */\n\n/* eslint-disable no-console */\nif (typeof console === 'undefined' || typeof console.log === 'undefined') {\n\tif (!window.console) {\n\t\twindow.console = {}\n\t}\n\tconst noOp = () => {}\n\tconst methods = ['log', 'debug', 'warn', 'info', 'error', 'assert', 'time', 'timeEnd']\n\tfor (let i = 0; i < methods.length; i++) {\n\t\tconsole[methods[i]] = noOp\n\t}\n}\n","/**\n * @copyright Copyright (c) 2016 John Molakvoæ <skjnldsv@protonmail.com>\n *\n * @author John Molakvoæ <skjnldsv@protonmail.com>\n *\n * @license GNU AGPL version 3 or any later version\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see <http://www.gnu.org/licenses/>.\n *\n */\n\n// https://developer.mozilla.org/en-US/docs/Web/API/Element/closest#Polyfill\n\nif (!Element.prototype.matches) {\n\tElement.prototype.matches\n\t\t= Element.prototype.msMatchesSelector\n\t\t|| Element.prototype.webkitMatchesSelector\n}\n\nif (!Element.prototype.closest) {\n\tElement.prototype.closest = function(s) {\n\t\tlet el = this\n\n\t\tdo {\n\t\t\tif (el.matches(s)) return el\n\t\t\tel = el.parentElement || el.parentNode\n\t\t} while (el !== null && el.nodeType === 1)\n\t\treturn null\n\t}\n}\n","/**\n * @copyright 2019 Christoph Wurst <christoph@winzerhof-wurst.at>\n *\n * @author Christoph Wurst <christoph@winzerhof-wurst.at>\n * @author John Molakvoæ <skjnldsv@protonmail.com>\n *\n * @license GNU AGPL version 3 or any later version\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see <http://www.gnu.org/licenses/>.\n *\n */\n\n// fix device width on windows phone\nif ('-ms-user-select' in document.documentElement.style && navigator.userAgent.match(/IEMobile\\/10\\.0/)) {\n\tconst msViewportStyle = document.createElement('style')\n\tmsViewportStyle.appendChild(\n\t\tdocument.createTextNode('@-ms-viewport{width:auto!important}')\n\t)\n\tdocument.getElementsByTagName('head')[0].appendChild(msViewportStyle)\n}\n","/*! jQuery Migrate v3.3.2 | (c) OpenJS Foundation and other contributors | jquery.org/license */\n\"undefined\"==typeof jQuery.migrateMute&&(jQuery.migrateMute=!0),function(t){\"use strict\";\"function\"==typeof define&&define.amd?define([\"jquery\"],function(e){return t(e,window)}):\"object\"==typeof module&&module.exports?module.exports=t(require(\"jquery\"),window):t(jQuery,window)}(function(s,n){\"use strict\";function e(e){return 0<=function(e,t){for(var r=/^(\\d+)\\.(\\d+)\\.(\\d+)/,n=r.exec(e)||[],o=r.exec(t)||[],i=1;i<=3;i++){if(+o[i]<+n[i])return 1;if(+n[i]<+o[i])return-1}return 0}(s.fn.jquery,e)}s.migrateVersion=\"3.3.2\",n.console&&n.console.log&&(s&&e(\"3.0.0\")||n.console.log(\"JQMIGRATE: jQuery 3.0.0+ REQUIRED\"),s.migrateWarnings&&n.console.log(\"JQMIGRATE: Migrate plugin loaded multiple times\"),n.console.log(\"JQMIGRATE: Migrate is installed\"+(s.migrateMute?\"\":\" with logging active\")+\", version \"+s.migrateVersion));var r={};function u(e){var t=n.console;s.migrateDeduplicateWarnings&&r[e]||(r[e]=!0,s.migrateWarnings.push(e),t&&t.warn&&!s.migrateMute&&(t.warn(\"JQMIGRATE: \"+e),s.migrateTrace&&t.trace&&t.trace()))}function t(e,t,r,n){Object.defineProperty(e,t,{configurable:!0,enumerable:!0,get:function(){return u(n),r},set:function(e){u(n),r=e}})}function o(e,t,r,n){e[t]=function(){return u(n),r.apply(this,arguments)}}s.migrateDeduplicateWarnings=!0,s.migrateWarnings=[],void 0===s.migrateTrace&&(s.migrateTrace=!0),s.migrateReset=function(){r={},s.migrateWarnings.length=0},\"BackCompat\"===n.document.compatMode&&u(\"jQuery is not compatible with Quirks Mode\");var i,a,c,d={},l=s.fn.init,p=s.find,f=/\\[(\\s*[-\\w]+\\s*)([~|^$*]?=)\\s*([-\\w#]*?#[-\\w#]*)\\s*\\]/,y=/\\[(\\s*[-\\w]+\\s*)([~|^$*]?=)\\s*([-\\w#]*?#[-\\w#]*)\\s*\\]/g,m=/^[\\s\\uFEFF\\xA0]+|[\\s\\uFEFF\\xA0]+$/g;for(i in s.fn.init=function(e){var t=Array.prototype.slice.call(arguments);return\"string\"==typeof e&&\"#\"===e&&(u(\"jQuery( '#' ) is not a valid selector\"),t[0]=[]),l.apply(this,t)},s.fn.init.prototype=s.fn,s.find=function(t){var r=Array.prototype.slice.call(arguments);if(\"string\"==typeof t&&f.test(t))try{n.document.querySelector(t)}catch(e){t=t.replace(y,function(e,t,r,n){return\"[\"+t+r+'\"'+n+'\"]'});try{n.document.querySelector(t),u(\"Attribute selector with '#' must be quoted: \"+r[0]),r[0]=t}catch(e){u(\"Attribute selector with '#' was not fixed: \"+r[0])}}return p.apply(this,r)},p)Object.prototype.hasOwnProperty.call(p,i)&&(s.find[i]=p[i]);o(s.fn,\"size\",function(){return this.length},\"jQuery.fn.size() is deprecated and removed; use the .length property\"),o(s,\"parseJSON\",function(){return JSON.parse.apply(null,arguments)},\"jQuery.parseJSON is deprecated; use JSON.parse\"),o(s,\"holdReady\",s.holdReady,\"jQuery.holdReady is deprecated\"),o(s,\"unique\",s.uniqueSort,\"jQuery.unique is deprecated; use jQuery.uniqueSort\"),t(s.expr,\"filters\",s.expr.pseudos,\"jQuery.expr.filters is deprecated; use jQuery.expr.pseudos\"),t(s.expr,\":\",s.expr.pseudos,\"jQuery.expr[':'] is deprecated; use jQuery.expr.pseudos\"),e(\"3.1.1\")&&o(s,\"trim\",function(e){return null==e?\"\":(e+\"\").replace(m,\"\")},\"jQuery.trim is deprecated; use String.prototype.trim\"),e(\"3.2.0\")&&(o(s,\"nodeName\",function(e,t){return e.nodeName&&e.nodeName.toLowerCase()===t.toLowerCase()},\"jQuery.nodeName is deprecated\"),o(s,\"isArray\",Array.isArray,\"jQuery.isArray is deprecated; use Array.isArray\")),e(\"3.3.0\")&&(o(s,\"isNumeric\",function(e){var t=typeof e;return(\"number\"==t||\"string\"==t)&&!isNaN(e-parseFloat(e))},\"jQuery.isNumeric() is deprecated\"),s.each(\"Boolean Number String Function Array Date RegExp Object Error Symbol\".split(\" \"),function(e,t){d[\"[object \"+t+\"]\"]=t.toLowerCase()}),o(s,\"type\",function(e){return null==e?e+\"\":\"object\"==typeof e||\"function\"==typeof e?d[Object.prototype.toString.call(e)]||\"object\":typeof e},\"jQuery.type is deprecated\"),o(s,\"isFunction\",function(e){return\"function\"==typeof e},\"jQuery.isFunction() is deprecated\"),o(s,\"isWindow\",function(e){return null!=e&&e===e.window},\"jQuery.isWindow() is deprecated\")),s.ajax&&(a=s.ajax,c=/(=)\\?(?=&|$)|\\?\\?/,s.ajax=function(){var e=a.apply(this,arguments);return e.promise&&(o(e,\"success\",e.done,\"jQXHR.success is deprecated and removed\"),o(e,\"error\",e.fail,\"jQXHR.error is deprecated and removed\"),o(e,\"complete\",e.always,\"jQXHR.complete is deprecated and removed\")),e},e(\"4.0.0\")||s.ajaxPrefilter(\"+json\",function(e){!1!==e.jsonp&&(c.test(e.url)||\"string\"==typeof e.data&&0===(e.contentType||\"\").indexOf(\"application/x-www-form-urlencoded\")&&c.test(e.data))&&u(\"JSON-to-JSONP auto-promotion is deprecated\")}));var g=s.fn.removeAttr,h=s.fn.toggleClass,v=/\\S+/g;function j(e){return e.replace(/-([a-z])/g,function(e,t){return t.toUpperCase()})}s.fn.removeAttr=function(e){var r=this;return s.each(e.match(v),function(e,t){s.expr.match.bool.test(t)&&(u(\"jQuery.fn.removeAttr no longer sets boolean properties: \"+t),r.prop(t,!1))}),g.apply(this,arguments)};var Q,b=!(s.fn.toggleClass=function(t){return void 0!==t&&\"boolean\"!=typeof t?h.apply(this,arguments):(u(\"jQuery.fn.toggleClass( boolean ) is deprecated\"),this.each(function(){var e=this.getAttribute&&this.getAttribute(\"class\")||\"\";e&&s.data(this,\"__className__\",e),this.setAttribute&&this.setAttribute(\"class\",!e&&!1!==t&&s.data(this,\"__className__\")||\"\")}))}),w=/^[a-z]/,x=/^(?:Border(?:Top|Right|Bottom|Left)?(?:Width|)|(?:Margin|Padding)?(?:Top|Right|Bottom|Left)?|(?:Min|Max)?(?:Width|Height))$/;s.swap&&s.each([\"height\",\"width\",\"reliableMarginRight\"],function(e,t){var r=s.cssHooks[t]&&s.cssHooks[t].get;r&&(s.cssHooks[t].get=function(){var e;return b=!0,e=r.apply(this,arguments),b=!1,e})}),s.swap=function(e,t,r,n){var o,i,a={};for(i in b||u(\"jQuery.swap() is undocumented and deprecated\"),t)a[i]=e.style[i],e.style[i]=t[i];for(i in o=r.apply(e,n||[]),t)e.style[i]=a[i];return o},e(\"3.4.0\")&&\"undefined\"!=typeof Proxy&&(s.cssProps=new Proxy(s.cssProps||{},{set:function(){return u(\"JQMIGRATE: jQuery.cssProps is deprecated\"),Reflect.set.apply(this,arguments)}})),s.cssNumber||(s.cssNumber={}),Q=s.fn.css,s.fn.css=function(e,t){var r,n,o=this;return e&&\"object\"==typeof e&&!Array.isArray(e)?(s.each(e,function(e,t){s.fn.css.call(o,e,t)}),this):(\"number\"==typeof t&&(r=j(e),n=r,w.test(n)&&x.test(n[0].toUpperCase()+n.slice(1))||s.cssNumber[r]||u('Number-typed values are deprecated for jQuery.fn.css( \"'+e+'\", value )')),Q.apply(this,arguments))};var A,k,S,M,N=s.data;s.data=function(e,t,r){var n,o,i;if(t&&\"object\"==typeof t&&2===arguments.length){for(i in n=s.hasData(e)&&N.call(this,e),o={},t)i!==j(i)?(u(\"jQuery.data() always sets/gets camelCased names: \"+i),n[i]=t[i]):o[i]=t[i];return N.call(this,e,o),t}return t&&\"string\"==typeof t&&t!==j(t)&&(n=s.hasData(e)&&N.call(this,e))&&t in n?(u(\"jQuery.data() always sets/gets camelCased names: \"+t),2<arguments.length&&(n[t]=r),n[t]):N.apply(this,arguments)},s.fx&&(S=s.Tween.prototype.run,M=function(e){return e},s.Tween.prototype.run=function(){1<s.easing[this.easing].length&&(u(\"'jQuery.easing.\"+this.easing.toString()+\"' should use only one argument\"),s.easing[this.easing]=M),S.apply(this,arguments)},A=s.fx.interval||13,k=\"jQuery.fx.interval is deprecated\",n.requestAnimationFrame&&Object.defineProperty(s.fx,\"interval\",{configurable:!0,enumerable:!0,get:function(){return n.document.hidden||u(k),A},set:function(e){u(k),A=e}}));var R=s.fn.load,H=s.event.add,C=s.event.fix;s.event.props=[],s.event.fixHooks={},t(s.event.props,\"concat\",s.event.props.concat,\"jQuery.event.props.concat() is deprecated and removed\"),s.event.fix=function(e){var t,r=e.type,n=this.fixHooks[r],o=s.event.props;if(o.length){u(\"jQuery.event.props are deprecated and removed: \"+o.join());while(o.length)s.event.addProp(o.pop())}if(n&&!n._migrated_&&(n._migrated_=!0,u(\"jQuery.event.fixHooks are deprecated and removed: \"+r),(o=n.props)&&o.length))while(o.length)s.event.addProp(o.pop());return t=C.call(this,e),n&&n.filter?n.filter(t,e):t},s.event.add=function(e,t){return e===n&&\"load\"===t&&\"complete\"===n.document.readyState&&u(\"jQuery(window).on('load'...) called after load event occurred\"),H.apply(this,arguments)},s.each([\"load\",\"unload\",\"error\"],function(e,t){s.fn[t]=function(){var e=Array.prototype.slice.call(arguments,0);return\"load\"===t&&\"string\"==typeof e[0]?R.apply(this,e):(u(\"jQuery.fn.\"+t+\"() is deprecated\"),e.splice(0,0,t),arguments.length?this.on.apply(this,e):(this.triggerHandler.apply(this,e),this))}}),s.each(\"blur focus focusin focusout resize scroll click dblclick mousedown mouseup mousemove mouseover mouseout mouseenter mouseleave change select submit keydown keypress keyup contextmenu\".split(\" \"),function(e,r){s.fn[r]=function(e,t){return u(\"jQuery.fn.\"+r+\"() event shorthand is deprecated\"),0<arguments.length?this.on(r,null,e,t):this.trigger(r)}}),s(function(){s(n.document).triggerHandler(\"ready\")}),s.event.special.ready={setup:function(){this===n.document&&u(\"'ready' event is deprecated\")}},s.fn.extend({bind:function(e,t,r){return u(\"jQuery.fn.bind() is deprecated\"),this.on(e,null,t,r)},unbind:function(e,t){return u(\"jQuery.fn.unbind() is deprecated\"),this.off(e,null,t)},delegate:function(e,t,r,n){return u(\"jQuery.fn.delegate() is deprecated\"),this.on(t,e,r,n)},undelegate:function(e,t,r){return u(\"jQuery.fn.undelegate() is deprecated\"),1===arguments.length?this.off(e,\"**\"):this.off(t,e||\"**\",r)},hover:function(e,t){return u(\"jQuery.fn.hover() is deprecated\"),this.on(\"mouseenter\",e).on(\"mouseleave\",t||e)}});function T(e){var t=n.document.implementation.createHTMLDocument(\"\");return t.body.innerHTML=e,t.body&&t.body.innerHTML}function P(e){var t=e.replace(O,\"<$1></$2>\");t!==e&&T(e)!==T(t)&&u(\"HTML tags must be properly nested and closed: \"+e)}var O=/<(?!area|br|col|embed|hr|img|input|link|meta|param)(([a-z][^\\/\\0>\\x20\\t\\r\\n\\f]*)[^>]*)\\/>/gi,q=s.htmlPrefilter;s.UNSAFE_restoreLegacyHtmlPrefilter=function(){s.htmlPrefilter=function(e){return P(e),e.replace(O,\"<$1></$2>\")}},s.htmlPrefilter=function(e){return P(e),q(e)};var D,_=s.fn.offset;s.fn.offset=function(){var e=this[0];return!e||e.nodeType&&e.getBoundingClientRect?_.apply(this,arguments):(u(\"jQuery.fn.offset() requires a valid DOM element\"),arguments.length?this:void 0)},s.ajax&&(D=s.param,s.param=function(e,t){var r=s.ajaxSettings&&s.ajaxSettings.traditional;return void 0===t&&r&&(u(\"jQuery.param() no longer uses jQuery.ajaxSettings.traditional\"),t=r),D.call(this,e,t)});var E,F,J=s.fn.andSelf||s.fn.addBack;return s.fn.andSelf=function(){return u(\"jQuery.fn.andSelf() is deprecated and removed, use jQuery.fn.addBack()\"),J.apply(this,arguments)},s.Deferred&&(E=s.Deferred,F=[[\"resolve\",\"done\",s.Callbacks(\"once memory\"),s.Callbacks(\"once memory\"),\"resolved\"],[\"reject\",\"fail\",s.Callbacks(\"once memory\"),s.Callbacks(\"once memory\"),\"rejected\"],[\"notify\",\"progress\",s.Callbacks(\"memory\"),s.Callbacks(\"memory\")]],s.Deferred=function(e){var i=E(),a=i.promise();return i.pipe=a.pipe=function(){var o=arguments;return u(\"deferred.pipe() is deprecated\"),s.Deferred(function(n){s.each(F,function(e,t){var r=\"function\"==typeof o[e]&&o[e];i[t[1]](function(){var e=r&&r.apply(this,arguments);e&&\"function\"==typeof e.promise?e.promise().done(n.resolve).fail(n.reject).progress(n.notify):n[t[0]+\"With\"](this===a?n.promise():this,r?[e]:arguments)})}),o=null}).promise()},e&&e.call(i,i),i},s.Deferred.exceptionHook=E.exceptionHook),s});\n//# sourceMappingURL=jquery-migrate.min.map","/*! jQuery UI - v1.12.1 - 2016-09-14\n* http://jqueryui.com\n* Includes: widget.js, position.js, data.js, disable-selection.js, effect.js, effects/effect-blind.js, effects/effect-bounce.js, effects/effect-clip.js, effects/effect-drop.js, effects/effect-explode.js, effects/effect-fade.js, effects/effect-fold.js, effects/effect-highlight.js, effects/effect-puff.js, effects/effect-pulsate.js, effects/effect-scale.js, effects/effect-shake.js, effects/effect-size.js, effects/effect-slide.js, effects/effect-transfer.js, focusable.js, form-reset-mixin.js, jquery-1-7.js, keycode.js, labels.js, scroll-parent.js, tabbable.js, unique-id.js, widgets/accordion.js, widgets/autocomplete.js, widgets/button.js, widgets/checkboxradio.js, widgets/controlgroup.js, widgets/datepicker.js, widgets/dialog.js, widgets/draggable.js, widgets/droppable.js, widgets/menu.js, widgets/mouse.js, widgets/progressbar.js, widgets/resizable.js, widgets/selectable.js, widgets/selectmenu.js, widgets/slider.js, widgets/sortable.js, widgets/spinner.js, widgets/tabs.js, widgets/tooltip.js\n* Copyright jQuery Foundation and other contributors; Licensed MIT */\n\n(function( factory ) {\n\tif ( typeof define === \"function\" && define.amd ) {\n\n\t\t// AMD. Register as an anonymous module.\n\t\tdefine([ \"jquery\" ], factory );\n\t} else {\n\n\t\t// Browser globals\n\t\tfactory( jQuery );\n\t}\n}(function( $ ) {\n\n$.ui = $.ui || {};\n\nvar version = $.ui.version = \"1.12.1\";\n\n\n/*!\n * jQuery UI Widget 1.12.1\n * http://jqueryui.com\n *\n * Copyright jQuery Foundation and other contributors\n * Released under the MIT license.\n * http://jquery.org/license\n */\n\n//>>label: Widget\n//>>group: Core\n//>>description: Provides a factory for creating stateful widgets with a common API.\n//>>docs: http://api.jqueryui.com/jQuery.widget/\n//>>demos: http://jqueryui.com/widget/\n\n\n\nvar widgetUuid = 0;\nvar widgetSlice = Array.prototype.slice;\n\n$.cleanData = ( function( orig ) {\n\treturn function( elems ) {\n\t\tvar events, elem, i;\n\t\tfor ( i = 0; ( elem = elems[ i ] ) != null; i++ ) {\n\t\t\ttry {\n\n\t\t\t\t// Only trigger remove when necessary to save time\n\t\t\t\tevents = $._data( elem, \"events\" );\n\t\t\t\tif ( events && events.remove ) {\n\t\t\t\t\t$( elem ).triggerHandler( \"remove\" );\n\t\t\t\t}\n\n\t\t\t// Http://bugs.jquery.com/ticket/8235\n\t\t\t} catch ( e ) {}\n\t\t}\n\t\torig( elems );\n\t};\n} )( $.cleanData );\n\n$.widget = function( name, base, prototype ) {\n\tvar existingConstructor, constructor, basePrototype;\n\n\t// ProxiedPrototype allows the provided prototype to remain unmodified\n\t// so that it can be used as a mixin for multiple widgets (#8876)\n\tvar proxiedPrototype = {};\n\n\tvar namespace = name.split( \".\" )[ 0 ];\n\tname = name.split( \".\" )[ 1 ];\n\tvar fullName = namespace + \"-\" + name;\n\n\tif ( !prototype ) {\n\t\tprototype = base;\n\t\tbase = $.Widget;\n\t}\n\n\tif ( $.isArray( prototype ) ) {\n\t\tprototype = $.extend.apply( null, [ {} ].concat( prototype ) );\n\t}\n\n\t// Create selector for plugin\n\t$.expr[ \":\" ][ fullName.toLowerCase() ] = function( elem ) {\n\t\treturn !!$.data( elem, fullName );\n\t};\n\n\t$[ namespace ] = $[ namespace ] || {};\n\texistingConstructor = $[ namespace ][ name ];\n\tconstructor = $[ namespace ][ name ] = function( options, element ) {\n\n\t\t// Allow instantiation without \"new\" keyword\n\t\tif ( !this._createWidget ) {\n\t\t\treturn new constructor( options, element );\n\t\t}\n\n\t\t// Allow instantiation without initializing for simple inheritance\n\t\t// must use \"new\" keyword (the code above always passes args)\n\t\tif ( arguments.length ) {\n\t\t\tthis._createWidget( options, element );\n\t\t}\n\t};\n\n\t// Extend with the existing constructor to carry over any static properties\n\t$.extend( constructor, existingConstructor, {\n\t\tversion: prototype.version,\n\n\t\t// Copy the object used to create the prototype in case we need to\n\t\t// redefine the widget later\n\t\t_proto: $.extend( {}, prototype ),\n\n\t\t// Track widgets that inherit from this widget in case this widget is\n\t\t// redefined after a widget inherits from it\n\t\t_childConstructors: []\n\t} );\n\n\tbasePrototype = new base();\n\n\t// We need to make the options hash a property directly on the new instance\n\t// otherwise we'll modify the options hash on the prototype that we're\n\t// inheriting from\n\tbasePrototype.options = $.widget.extend( {}, basePrototype.options );\n\t$.each( prototype, function( prop, value ) {\n\t\tif ( !$.isFunction( value ) ) {\n\t\t\tproxiedPrototype[ prop ] = value;\n\t\t\treturn;\n\t\t}\n\t\tproxiedPrototype[ prop ] = ( function() {\n\t\t\tfunction _super() {\n\t\t\t\treturn base.prototype[ prop ].apply( this, arguments );\n\t\t\t}\n\n\t\t\tfunction _superApply( args ) {\n\t\t\t\treturn base.prototype[ prop ].apply( this, args );\n\t\t\t}\n\n\t\t\treturn function() {\n\t\t\t\tvar __super = this._super;\n\t\t\t\tvar __superApply = this._superApply;\n\t\t\t\tvar returnValue;\n\n\t\t\t\tthis._super = _super;\n\t\t\t\tthis._superApply = _superApply;\n\n\t\t\t\treturnValue = value.apply( this, arguments );\n\n\t\t\t\tthis._super = __super;\n\t\t\t\tthis._superApply = __superApply;\n\n\t\t\t\treturn returnValue;\n\t\t\t};\n\t\t} )();\n\t} );\n\tconstructor.prototype = $.widget.extend( basePrototype, {\n\n\t\t// TODO: remove support for widgetEventPrefix\n\t\t// always use the name + a colon as the prefix, e.g., draggable:start\n\t\t// don't prefix for widgets that aren't DOM-based\n\t\twidgetEventPrefix: existingConstructor ? ( basePrototype.widgetEventPrefix || name ) : name\n\t}, proxiedPrototype, {\n\t\tconstructor: constructor,\n\t\tnamespace: namespace,\n\t\twidgetName: name,\n\t\twidgetFullName: fullName\n\t} );\n\n\t// If this widget is being redefined then we need to find all widgets that\n\t// are inheriting from it and redefine all of them so that they inherit from\n\t// the new version of this widget. We're essentially trying to replace one\n\t// level in the prototype chain.\n\tif ( existingConstructor ) {\n\t\t$.each( existingConstructor._childConstructors, function( i, child ) {\n\t\t\tvar childPrototype = child.prototype;\n\n\t\t\t// Redefine the child widget using the same prototype that was\n\t\t\t// originally used, but inherit from the new version of the base\n\t\t\t$.widget( childPrototype.namespace + \".\" + childPrototype.widgetName, constructor,\n\t\t\t\tchild._proto );\n\t\t} );\n\n\t\t// Remove the list of existing child constructors from the old constructor\n\t\t// so the old child constructors can be garbage collected\n\t\tdelete existingConstructor._childConstructors;\n\t} else {\n\t\tbase._childConstructors.push( constructor );\n\t}\n\n\t$.widget.bridge( name, constructor );\n\n\treturn constructor;\n};\n\n$.widget.extend = function( target ) {\n\tvar input = widgetSlice.call( arguments, 1 );\n\tvar inputIndex = 0;\n\tvar inputLength = input.length;\n\tvar key;\n\tvar value;\n\n\tfor ( ; inputIndex < inputLength; inputIndex++ ) {\n\t\tfor ( key in input[ inputIndex ] ) {\n\t\t\tvalue = input[ inputIndex ][ key ];\n\t\t\tif ( input[ inputIndex ].hasOwnProperty( key ) && value !== undefined ) {\n\n\t\t\t\t// Clone objects\n\t\t\t\tif ( $.isPlainObject( value ) ) {\n\t\t\t\t\ttarget[ key ] = $.isPlainObject( target[ key ] ) ?\n\t\t\t\t\t\t$.widget.extend( {}, target[ key ], value ) :\n\n\t\t\t\t\t\t// Don't extend strings, arrays, etc. with objects\n\t\t\t\t\t\t$.widget.extend( {}, value );\n\n\t\t\t\t// Copy everything else by reference\n\t\t\t\t} else {\n\t\t\t\t\ttarget[ key ] = value;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n\treturn target;\n};\n\n$.widget.bridge = function( name, object ) {\n\tvar fullName = object.prototype.widgetFullName || name;\n\t$.fn[ name ] = function( options ) {\n\t\tvar isMethodCall = typeof options === \"string\";\n\t\tvar args = widgetSlice.call( arguments, 1 );\n\t\tvar returnValue = this;\n\n\t\tif ( isMethodCall ) {\n\n\t\t\t// If this is an empty collection, we need to have the instance method\n\t\t\t// return undefined instead of the jQuery instance\n\t\t\tif ( !this.length && options === \"instance\" ) {\n\t\t\t\treturnValue = undefined;\n\t\t\t} else {\n\t\t\t\tthis.each( function() {\n\t\t\t\t\tvar methodValue;\n\t\t\t\t\tvar instance = $.data( this, fullName );\n\n\t\t\t\t\tif ( options === \"instance\" ) {\n\t\t\t\t\t\treturnValue = instance;\n\t\t\t\t\t\treturn false;\n\t\t\t\t\t}\n\n\t\t\t\t\tif ( !instance ) {\n\t\t\t\t\t\treturn $.error( \"cannot call methods on \" + name +\n\t\t\t\t\t\t\t\" prior to initialization; \" +\n\t\t\t\t\t\t\t\"attempted to call method '\" + options + \"'\" );\n\t\t\t\t\t}\n\n\t\t\t\t\tif ( !$.isFunction( instance[ options ] ) || options.charAt( 0 ) === \"_\" ) {\n\t\t\t\t\t\treturn $.error( \"no such method '\" + options + \"' for \" + name +\n\t\t\t\t\t\t\t\" widget instance\" );\n\t\t\t\t\t}\n\n\t\t\t\t\tmethodValue = instance[ options ].apply( instance, args );\n\n\t\t\t\t\tif ( methodValue !== instance && methodValue !== undefined ) {\n\t\t\t\t\t\treturnValue = methodValue && methodValue.jquery ?\n\t\t\t\t\t\t\treturnValue.pushStack( methodValue.get() ) :\n\t\t\t\t\t\t\tmethodValue;\n\t\t\t\t\t\treturn false;\n\t\t\t\t\t}\n\t\t\t\t} );\n\t\t\t}\n\t\t} else {\n\n\t\t\t// Allow multiple hashes to be passed on init\n\t\t\tif ( args.length ) {\n\t\t\t\toptions = $.widget.extend.apply( null, [ options ].concat( args ) );\n\t\t\t}\n\n\t\t\tthis.each( function() {\n\t\t\t\tvar instance = $.data( this, fullName );\n\t\t\t\tif ( instance ) {\n\t\t\t\t\tinstance.option( options || {} );\n\t\t\t\t\tif ( instance._init ) {\n\t\t\t\t\t\tinstance._init();\n\t\t\t\t\t}\n\t\t\t\t} else {\n\t\t\t\t\t$.data( this, fullName, new object( options, this ) );\n\t\t\t\t}\n\t\t\t} );\n\t\t}\n\n\t\treturn returnValue;\n\t};\n};\n\n$.Widget = function( /* options, element */ ) {};\n$.Widget._childConstructors = [];\n\n$.Widget.prototype = {\n\twidgetName: \"widget\",\n\twidgetEventPrefix: \"\",\n\tdefaultElement: \"<div>\",\n\n\toptions: {\n\t\tclasses: {},\n\t\tdisabled: false,\n\n\t\t// Callbacks\n\t\tcreate: null\n\t},\n\n\t_createWidget: function( options, element ) {\n\t\telement = $( element || this.defaultElement || this )[ 0 ];\n\t\tthis.element = $( element );\n\t\tthis.uuid = widgetUuid++;\n\t\tthis.eventNamespace = \".\" + this.widgetName + this.uuid;\n\n\t\tthis.bindings = $();\n\t\tthis.hoverable = $();\n\t\tthis.focusable = $();\n\t\tthis.classesElementLookup = {};\n\n\t\tif ( element !== this ) {\n\t\t\t$.data( element, this.widgetFullName, this );\n\t\t\tthis._on( true, this.element, {\n\t\t\t\tremove: function( event ) {\n\t\t\t\t\tif ( event.target === element ) {\n\t\t\t\t\t\tthis.destroy();\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t} );\n\t\t\tthis.document = $( element.style ?\n\n\t\t\t\t// Element within the document\n\t\t\t\telement.ownerDocument :\n\n\t\t\t\t// Element is window or document\n\t\t\t\telement.document || element );\n\t\t\tthis.window = $( this.document[ 0 ].defaultView || this.document[ 0 ].parentWindow );\n\t\t}\n\n\t\tthis.options = $.widget.extend( {},\n\t\t\tthis.options,\n\t\t\tthis._getCreateOptions(),\n\t\t\toptions );\n\n\t\tthis._create();\n\n\t\tif ( this.options.disabled ) {\n\t\t\tthis._setOptionDisabled( this.options.disabled );\n\t\t}\n\n\t\tthis._trigger( \"create\", null, this._getCreateEventData() );\n\t\tthis._init();\n\t},\n\n\t_getCreateOptions: function() {\n\t\treturn {};\n\t},\n\n\t_getCreateEventData: $.noop,\n\n\t_create: $.noop,\n\n\t_init: $.noop,\n\n\tdestroy: function() {\n\t\tvar that = this;\n\n\t\tthis._destroy();\n\t\t$.each( this.classesElementLookup, function( key, value ) {\n\t\t\tthat._removeClass( value, key );\n\t\t} );\n\n\t\t// We can probably remove the unbind calls in 2.0\n\t\t// all event bindings should go through this._on()\n\t\tthis.element\n\t\t\t.off( this.eventNamespace )\n\t\t\t.removeData( this.widgetFullName );\n\t\tthis.widget()\n\t\t\t.off( this.eventNamespace )\n\t\t\t.removeAttr( \"aria-disabled\" );\n\n\t\t// Clean up events and states\n\t\tthis.bindings.off( this.eventNamespace );\n\t},\n\n\t_destroy: $.noop,\n\n\twidget: function() {\n\t\treturn this.element;\n\t},\n\n\toption: function( key, value ) {\n\t\tvar options = key;\n\t\tvar parts;\n\t\tvar curOption;\n\t\tvar i;\n\n\t\tif ( arguments.length === 0 ) {\n\n\t\t\t// Don't return a reference to the internal hash\n\t\t\treturn $.widget.extend( {}, this.options );\n\t\t}\n\n\t\tif ( typeof key === \"string\" ) {\n\n\t\t\t// Handle nested keys, e.g., \"foo.bar\" => { foo: { bar: ___ } }\n\t\t\toptions = {};\n\t\t\tparts = key.split( \".\" );\n\t\t\tkey = parts.shift();\n\t\t\tif ( parts.length ) {\n\t\t\t\tcurOption = options[ key ] = $.widget.extend( {}, this.options[ key ] );\n\t\t\t\tfor ( i = 0; i < parts.length - 1; i++ ) {\n\t\t\t\t\tcurOption[ parts[ i ] ] = curOption[ parts[ i ] ] || {};\n\t\t\t\t\tcurOption = curOption[ parts[ i ] ];\n\t\t\t\t}\n\t\t\t\tkey = parts.pop();\n\t\t\t\tif ( arguments.length === 1 ) {\n\t\t\t\t\treturn curOption[ key ] === undefined ? null : curOption[ key ];\n\t\t\t\t}\n\t\t\t\tcurOption[ key ] = value;\n\t\t\t} else {\n\t\t\t\tif ( arguments.length === 1 ) {\n\t\t\t\t\treturn this.options[ key ] === undefined ? null : this.options[ key ];\n\t\t\t\t}\n\t\t\t\toptions[ key ] = value;\n\t\t\t}\n\t\t}\n\n\t\tthis._setOptions( options );\n\n\t\treturn this;\n\t},\n\n\t_setOptions: function( options ) {\n\t\tvar key;\n\n\t\tfor ( key in options ) {\n\t\t\tthis._setOption( key, options[ key ] );\n\t\t}\n\n\t\treturn this;\n\t},\n\n\t_setOption: function( key, value ) {\n\t\tif ( key === \"classes\" ) {\n\t\t\tthis._setOptionClasses( value );\n\t\t}\n\n\t\tthis.options[ key ] = value;\n\n\t\tif ( key === \"disabled\" ) {\n\t\t\tthis._setOptionDisabled( value );\n\t\t}\n\n\t\treturn this;\n\t},\n\n\t_setOptionClasses: function( value ) {\n\t\tvar classKey, elements, currentElements;\n\n\t\tfor ( classKey in value ) {\n\t\t\tcurrentElements = this.classesElementLookup[ classKey ];\n\t\t\tif ( value[ classKey ] === this.options.classes[ classKey ] ||\n\t\t\t\t\t!currentElements ||\n\t\t\t\t\t!currentElements.length ) {\n\t\t\t\tcontinue;\n\t\t\t}\n\n\t\t\t// We are doing this to create a new jQuery object because the _removeClass() call\n\t\t\t// on the next line is going to destroy the reference to the current elements being\n\t\t\t// tracked. We need to save a copy of this collection so that we can add the new classes\n\t\t\t// below.\n\t\t\telements = $( currentElements.get() );\n\t\t\tthis._removeClass( currentElements, classKey );\n\n\t\t\t// We don't use _addClass() here, because that uses this.options.classes\n\t\t\t// for generating the string of classes. We want to use the value passed in from\n\t\t\t// _setOption(), this is the new value of the classes option which was passed to\n\t\t\t// _setOption(). We pass this value directly to _classes().\n\t\t\telements.addClass( this._classes( {\n\t\t\t\telement: elements,\n\t\t\t\tkeys: classKey,\n\t\t\t\tclasses: value,\n\t\t\t\tadd: true\n\t\t\t} ) );\n\t\t}\n\t},\n\n\t_setOptionDisabled: function( value ) {\n\t\tthis._toggleClass( this.widget(), this.widgetFullName + \"-disabled\", null, !!value );\n\n\t\t// If the widget is becoming disabled, then nothing is interactive\n\t\tif ( value ) {\n\t\t\tthis._removeClass( this.hoverable, null, \"ui-state-hover\" );\n\t\t\tthis._removeClass( this.focusable, null, \"ui-state-focus\" );\n\t\t}\n\t},\n\n\tenable: function() {\n\t\treturn this._setOptions( { disabled: false } );\n\t},\n\n\tdisable: function() {\n\t\treturn this._setOptions( { disabled: true } );\n\t},\n\n\t_classes: function( options ) {\n\t\tvar full = [];\n\t\tvar that = this;\n\n\t\toptions = $.extend( {\n\t\t\telement: this.element,\n\t\t\tclasses: this.options.classes || {}\n\t\t}, options );\n\n\t\tfunction processClassString( classes, checkOption ) {\n\t\t\tvar current, i;\n\t\t\tfor ( i = 0; i < classes.length; i++ ) {\n\t\t\t\tcurrent = that.classesElementLookup[ classes[ i ] ] || $();\n\t\t\t\tif ( options.add ) {\n\t\t\t\t\tcurrent = $( $.unique( current.get().concat( options.element.get() ) ) );\n\t\t\t\t} else {\n\t\t\t\t\tcurrent = $( current.not( options.element ).get() );\n\t\t\t\t}\n\t\t\t\tthat.classesElementLookup[ classes[ i ] ] = current;\n\t\t\t\tfull.push( classes[ i ] );\n\t\t\t\tif ( checkOption && options.classes[ classes[ i ] ] ) {\n\t\t\t\t\tfull.push( options.classes[ classes[ i ] ] );\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\tthis._on( options.element, {\n\t\t\t\"remove\": \"_untrackClassesElement\"\n\t\t} );\n\n\t\tif ( options.keys ) {\n\t\t\tprocessClassString( options.keys.match( /\\S+/g ) || [], true );\n\t\t}\n\t\tif ( options.extra ) {\n\t\t\tprocessClassString( options.extra.match( /\\S+/g ) || [] );\n\t\t}\n\n\t\treturn full.join( \" \" );\n\t},\n\n\t_untrackClassesElement: function( event ) {\n\t\tvar that = this;\n\t\t$.each( that.classesElementLookup, function( key, value ) {\n\t\t\tif ( $.inArray( event.target, value ) !== -1 ) {\n\t\t\t\tthat.classesElementLookup[ key ] = $( value.not( event.target ).get() );\n\t\t\t}\n\t\t} );\n\t},\n\n\t_removeClass: function( element, keys, extra ) {\n\t\treturn this._toggleClass( element, keys, extra, false );\n\t},\n\n\t_addClass: function( element, keys, extra ) {\n\t\treturn this._toggleClass( element, keys, extra, true );\n\t},\n\n\t_toggleClass: function( element, keys, extra, add ) {\n\t\tadd = ( typeof add === \"boolean\" ) ? add : extra;\n\t\tvar shift = ( typeof element === \"string\" || element === null ),\n\t\t\toptions = {\n\t\t\t\textra: shift ? keys : extra,\n\t\t\t\tkeys: shift ? element : keys,\n\t\t\t\telement: shift ? this.element : element,\n\t\t\t\tadd: add\n\t\t\t};\n\t\toptions.element.toggleClass( this._classes( options ), add );\n\t\treturn this;\n\t},\n\n\t_on: function( suppressDisabledCheck, element, handlers ) {\n\t\tvar delegateElement;\n\t\tvar instance = this;\n\n\t\t// No suppressDisabledCheck flag, shuffle arguments\n\t\tif ( typeof suppressDisabledCheck !== \"boolean\" ) {\n\t\t\thandlers = element;\n\t\t\telement = suppressDisabledCheck;\n\t\t\tsuppressDisabledCheck = false;\n\t\t}\n\n\t\t// No element argument, shuffle and use this.element\n\t\tif ( !handlers ) {\n\t\t\thandlers = element;\n\t\t\telement = this.element;\n\t\t\tdelegateElement = this.widget();\n\t\t} else {\n\t\t\telement = delegateElement = $( element );\n\t\t\tthis.bindings = this.bindings.add( element );\n\t\t}\n\n\t\t$.each( handlers, function( event, handler ) {\n\t\t\tfunction handlerProxy() {\n\n\t\t\t\t// Allow widgets to customize the disabled handling\n\t\t\t\t// - disabled as an array instead of boolean\n\t\t\t\t// - disabled class as method for disabling individual parts\n\t\t\t\tif ( !suppressDisabledCheck &&\n\t\t\t\t\t\t( instance.options.disabled === true ||\n\t\t\t\t\t\t$( this ).hasClass( \"ui-state-disabled\" ) ) ) {\n\t\t\t\t\treturn;\n\t\t\t\t}\n\t\t\t\treturn ( typeof handler === \"string\" ? instance[ handler ] : handler )\n\t\t\t\t\t.apply( instance, arguments );\n\t\t\t}\n\n\t\t\t// Copy the guid so direct unbinding works\n\t\t\tif ( typeof handler !== \"string\" ) {\n\t\t\t\thandlerProxy.guid = handler.guid =\n\t\t\t\t\thandler.guid || handlerProxy.guid || $.guid++;\n\t\t\t}\n\n\t\t\tvar match = event.match( /^([\\w:-]*)\\s*(.*)$/ );\n\t\t\tvar eventName = match[ 1 ] + instance.eventNamespace;\n\t\t\tvar selector = match[ 2 ];\n\n\t\t\tif ( selector ) {\n\t\t\t\tdelegateElement.on( eventName, selector, handlerProxy );\n\t\t\t} else {\n\t\t\t\telement.on( eventName, handlerProxy );\n\t\t\t}\n\t\t} );\n\t},\n\n\t_off: function( element, eventName ) {\n\t\teventName = ( eventName || \"\" ).split( \" \" ).join( this.eventNamespace + \" \" ) +\n\t\t\tthis.eventNamespace;\n\t\telement.off( eventName ).off( eventName );\n\n\t\t// Clear the stack to avoid memory leaks (#10056)\n\t\tthis.bindings = $( this.bindings.not( element ).get() );\n\t\tthis.focusable = $( this.focusable.not( element ).get() );\n\t\tthis.hoverable = $( this.hoverable.not( element ).get() );\n\t},\n\n\t_delay: function( handler, delay ) {\n\t\tfunction handlerProxy() {\n\t\t\treturn ( typeof handler === \"string\" ? instance[ handler ] : handler )\n\t\t\t\t.apply( instance, arguments );\n\t\t}\n\t\tvar instance = this;\n\t\treturn setTimeout( handlerProxy, delay || 0 );\n\t},\n\n\t_hoverable: function( element ) {\n\t\tthis.hoverable = this.hoverable.add( element );\n\t\tthis._on( element, {\n\t\t\tmouseenter: function( event ) {\n\t\t\t\tthis._addClass( $( event.currentTarget ), null, \"ui-state-hover\" );\n\t\t\t},\n\t\t\tmouseleave: function( event ) {\n\t\t\t\tthis._removeClass( $( event.currentTarget ), null, \"ui-state-hover\" );\n\t\t\t}\n\t\t} );\n\t},\n\n\t_focusable: function( element ) {\n\t\tthis.focusable = this.focusable.add( element );\n\t\tthis._on( element, {\n\t\t\tfocusin: function( event ) {\n\t\t\t\tthis._addClass( $( event.currentTarget ), null, \"ui-state-focus\" );\n\t\t\t},\n\t\t\tfocusout: function( event ) {\n\t\t\t\tthis._removeClass( $( event.currentTarget ), null, \"ui-state-focus\" );\n\t\t\t}\n\t\t} );\n\t},\n\n\t_trigger: function( type, event, data ) {\n\t\tvar prop, orig;\n\t\tvar callback = this.options[ type ];\n\n\t\tdata = data || {};\n\t\tevent = $.Event( event );\n\t\tevent.type = ( type === this.widgetEventPrefix ?\n\t\t\ttype :\n\t\t\tthis.widgetEventPrefix + type ).toLowerCase();\n\n\t\t// The original event may come from any element\n\t\t// so we need to reset the target on the new event\n\t\tevent.target = this.element[ 0 ];\n\n\t\t// Copy original event properties over to the new event\n\t\torig = event.originalEvent;\n\t\tif ( orig ) {\n\t\t\tfor ( prop in orig ) {\n\t\t\t\tif ( !( prop in event ) ) {\n\t\t\t\t\tevent[ prop ] = orig[ prop ];\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\tthis.element.trigger( event, data );\n\t\treturn !( $.isFunction( callback ) &&\n\t\t\tcallback.apply( this.element[ 0 ], [ event ].concat( data ) ) === false ||\n\t\t\tevent.isDefaultPrevented() );\n\t}\n};\n\n$.each( { show: \"fadeIn\", hide: \"fadeOut\" }, function( method, defaultEffect ) {\n\t$.Widget.prototype[ \"_\" + method ] = function( element, options, callback ) {\n\t\tif ( typeof options === \"string\" ) {\n\t\t\toptions = { effect: options };\n\t\t}\n\n\t\tvar hasOptions;\n\t\tvar effectName = !options ?\n\t\t\tmethod :\n\t\t\toptions === true || typeof options === \"number\" ?\n\t\t\t\tdefaultEffect :\n\t\t\t\toptions.effect || defaultEffect;\n\n\t\toptions = options || {};\n\t\tif ( typeof options === \"number\" ) {\n\t\t\toptions = { duration: options };\n\t\t}\n\n\t\thasOptions = !$.isEmptyObject( options );\n\t\toptions.complete = callback;\n\n\t\tif ( options.delay ) {\n\t\t\telement.delay( options.delay );\n\t\t}\n\n\t\tif ( hasOptions && $.effects && $.effects.effect[ effectName ] ) {\n\t\t\telement[ method ]( options );\n\t\t} else if ( effectName !== method && element[ effectName ] ) {\n\t\t\telement[ effectName ]( options.duration, options.easing, callback );\n\t\t} else {\n\t\t\telement.queue( function( next ) {\n\t\t\t\t$( this )[ method ]();\n\t\t\t\tif ( callback ) {\n\t\t\t\t\tcallback.call( element[ 0 ] );\n\t\t\t\t}\n\t\t\t\tnext();\n\t\t\t} );\n\t\t}\n\t};\n} );\n\nvar widget = $.widget;\n\n\n/*!\n * jQuery UI Position 1.12.1\n * http://jqueryui.com\n *\n * Copyright jQuery Foundation and other contributors\n * Released under the MIT license.\n * http://jquery.org/license\n *\n * http://api.jqueryui.com/position/\n */\n\n//>>label: Position\n//>>group: Core\n//>>description: Positions elements relative to other elements.\n//>>docs: http://api.jqueryui.com/position/\n//>>demos: http://jqueryui.com/position/\n\n\n( function() {\nvar cachedScrollbarWidth,\n\tmax = Math.max,\n\tabs = Math.abs,\n\trhorizontal = /left|center|right/,\n\trvertical = /top|center|bottom/,\n\troffset = /[\\+\\-]\\d+(\\.[\\d]+)?%?/,\n\trposition = /^\\w+/,\n\trpercent = /%$/,\n\t_position = $.fn.position;\n\nfunction getOffsets( offsets, width, height ) {\n\treturn [\n\t\tparseFloat( offsets[ 0 ] ) * ( rpercent.test( offsets[ 0 ] ) ? width / 100 : 1 ),\n\t\tparseFloat( offsets[ 1 ] ) * ( rpercent.test( offsets[ 1 ] ) ? height / 100 : 1 )\n\t];\n}\n\nfunction parseCss( element, property ) {\n\treturn parseInt( $.css( element, property ), 10 ) || 0;\n}\n\nfunction getDimensions( elem ) {\n\tvar raw = elem[ 0 ];\n\tif ( raw.nodeType === 9 ) {\n\t\treturn {\n\t\t\twidth: elem.width(),\n\t\t\theight: elem.height(),\n\t\t\toffset: { top: 0, left: 0 }\n\t\t};\n\t}\n\tif ( $.isWindow( raw ) ) {\n\t\treturn {\n\t\t\twidth: elem.width(),\n\t\t\theight: elem.height(),\n\t\t\toffset: { top: elem.scrollTop(), left: elem.scrollLeft() }\n\t\t};\n\t}\n\tif ( raw.preventDefault ) {\n\t\treturn {\n\t\t\twidth: 0,\n\t\t\theight: 0,\n\t\t\toffset: { top: raw.pageY, left: raw.pageX }\n\t\t};\n\t}\n\treturn {\n\t\twidth: elem.outerWidth(),\n\t\theight: elem.outerHeight(),\n\t\toffset: elem.offset()\n\t};\n}\n\n$.position = {\n\tscrollbarWidth: function() {\n\t\tif ( cachedScrollbarWidth !== undefined ) {\n\t\t\treturn cachedScrollbarWidth;\n\t\t}\n\t\tvar w1, w2,\n\t\t\tdiv = $( \"<div \" +\n\t\t\t\t\"style='display:block;position:absolute;width:50px;height:50px;overflow:hidden;'>\" +\n\t\t\t\t\"<div style='height:100px;width:auto;'></div></div>\" ),\n\t\t\tinnerDiv = div.children()[ 0 ];\n\n\t\t$( \"body\" ).append( div );\n\t\tw1 = innerDiv.offsetWidth;\n\t\tdiv.css( \"overflow\", \"scroll\" );\n\n\t\tw2 = innerDiv.offsetWidth;\n\n\t\tif ( w1 === w2 ) {\n\t\t\tw2 = div[ 0 ].clientWidth;\n\t\t}\n\n\t\tdiv.remove();\n\n\t\treturn ( cachedScrollbarWidth = w1 - w2 );\n\t},\n\tgetScrollInfo: function( within ) {\n\t\tvar overflowX = within.isWindow || within.isDocument ? \"\" :\n\t\t\t\twithin.element.css( \"overflow-x\" ),\n\t\t\toverflowY = within.isWindow || within.isDocument ? \"\" :\n\t\t\t\twithin.element.css( \"overflow-y\" ),\n\t\t\thasOverflowX = overflowX === \"scroll\" ||\n\t\t\t\t( overflowX === \"auto\" && within.width < within.element[ 0 ].scrollWidth ),\n\t\t\thasOverflowY = overflowY === \"scroll\" ||\n\t\t\t\t( overflowY === \"auto\" && within.height < within.element[ 0 ].scrollHeight );\n\t\treturn {\n\t\t\twidth: hasOverflowY ? $.position.scrollbarWidth() : 0,\n\t\t\theight: hasOverflowX ? $.position.scrollbarWidth() : 0\n\t\t};\n\t},\n\tgetWithinInfo: function( element ) {\n\t\tvar withinElement = $( element || window ),\n\t\t\tisWindow = $.isWindow( withinElement[ 0 ] ),\n\t\t\tisDocument = !!withinElement[ 0 ] && withinElement[ 0 ].nodeType === 9,\n\t\t\thasOffset = !isWindow && !isDocument;\n\t\treturn {\n\t\t\telement: withinElement,\n\t\t\tisWindow: isWindow,\n\t\t\tisDocument: isDocument,\n\t\t\toffset: hasOffset ? $( element ).offset() : { left: 0, top: 0 },\n\t\t\tscrollLeft: withinElement.scrollLeft(),\n\t\t\tscrollTop: withinElement.scrollTop(),\n\t\t\twidth: withinElement.outerWidth(),\n\t\t\theight: withinElement.outerHeight()\n\t\t};\n\t}\n};\n\n$.fn.position = function( options ) {\n\tif ( !options || !options.of ) {\n\t\treturn _position.apply( this, arguments );\n\t}\n\n\t// Make a copy, we don't want to modify arguments\n\toptions = $.extend( {}, options );\n\n\tvar atOffset, targetWidth, targetHeight, targetOffset, basePosition, dimensions,\n\t\ttarget = $( options.of ),\n\t\twithin = $.position.getWithinInfo( options.within ),\n\t\tscrollInfo = $.position.getScrollInfo( within ),\n\t\tcollision = ( options.collision || \"flip\" ).split( \" \" ),\n\t\toffsets = {};\n\n\tdimensions = getDimensions( target );\n\tif ( target[ 0 ].preventDefault ) {\n\n\t\t// Force left top to allow flipping\n\t\toptions.at = \"left top\";\n\t}\n\ttargetWidth = dimensions.width;\n\ttargetHeight = dimensions.height;\n\ttargetOffset = dimensions.offset;\n\n\t// Clone to reuse original targetOffset later\n\tbasePosition = $.extend( {}, targetOffset );\n\n\t// Force my and at to have valid horizontal and vertical positions\n\t// if a value is missing or invalid, it will be converted to center\n\t$.each( [ \"my\", \"at\" ], function() {\n\t\tvar pos = ( options[ this ] || \"\" ).split( \" \" ),\n\t\t\thorizontalOffset,\n\t\t\tverticalOffset;\n\n\t\tif ( pos.length === 1 ) {\n\t\t\tpos = rhorizontal.test( pos[ 0 ] ) ?\n\t\t\t\tpos.concat( [ \"center\" ] ) :\n\t\t\t\trvertical.test( pos[ 0 ] ) ?\n\t\t\t\t\t[ \"center\" ].concat( pos ) :\n\t\t\t\t\t[ \"center\", \"center\" ];\n\t\t}\n\t\tpos[ 0 ] = rhorizontal.test( pos[ 0 ] ) ? pos[ 0 ] : \"center\";\n\t\tpos[ 1 ] = rvertical.test( pos[ 1 ] ) ? pos[ 1 ] : \"center\";\n\n\t\t// Calculate offsets\n\t\thorizontalOffset = roffset.exec( pos[ 0 ] );\n\t\tverticalOffset = roffset.exec( pos[ 1 ] );\n\t\toffsets[ this ] = [\n\t\t\thorizontalOffset ? horizontalOffset[ 0 ] : 0,\n\t\t\tverticalOffset ? verticalOffset[ 0 ] : 0\n\t\t];\n\n\t\t// Reduce to just the positions without the offsets\n\t\toptions[ this ] = [\n\t\t\trposition.exec( pos[ 0 ] )[ 0 ],\n\t\t\trposition.exec( pos[ 1 ] )[ 0 ]\n\t\t];\n\t} );\n\n\t// Normalize collision option\n\tif ( collision.length === 1 ) {\n\t\tcollision[ 1 ] = collision[ 0 ];\n\t}\n\n\tif ( options.at[ 0 ] === \"right\" ) {\n\t\tbasePosition.left += targetWidth;\n\t} else if ( options.at[ 0 ] === \"center\" ) {\n\t\tbasePosition.left += targetWidth / 2;\n\t}\n\n\tif ( options.at[ 1 ] === \"bottom\" ) {\n\t\tbasePosition.top += targetHeight;\n\t} else if ( options.at[ 1 ] === \"center\" ) {\n\t\tbasePosition.top += targetHeight / 2;\n\t}\n\n\tatOffset = getOffsets( offsets.at, targetWidth, targetHeight );\n\tbasePosition.left += atOffset[ 0 ];\n\tbasePosition.top += atOffset[ 1 ];\n\n\treturn this.each( function() {\n\t\tvar collisionPosition, using,\n\t\t\telem = $( this ),\n\t\t\telemWidth = elem.outerWidth(),\n\t\t\telemHeight = elem.outerHeight(),\n\t\t\tmarginLeft = parseCss( this, \"marginLeft\" ),\n\t\t\tmarginTop = parseCss( this, \"marginTop\" ),\n\t\t\tcollisionWidth = elemWidth + marginLeft + parseCss( this, \"marginRight\" ) +\n\t\t\t\tscrollInfo.width,\n\t\t\tcollisionHeight = elemHeight + marginTop + parseCss( this, \"marginBottom\" ) +\n\t\t\t\tscrollInfo.height,\n\t\t\tposition = $.extend( {}, basePosition ),\n\t\t\tmyOffset = getOffsets( offsets.my, elem.outerWidth(), elem.outerHeight() );\n\n\t\tif ( options.my[ 0 ] === \"right\" ) {\n\t\t\tposition.left -= elemWidth;\n\t\t} else if ( options.my[ 0 ] === \"center\" ) {\n\t\t\tposition.left -= elemWidth / 2;\n\t\t}\n\n\t\tif ( options.my[ 1 ] === \"bottom\" ) {\n\t\t\tposition.top -= elemHeight;\n\t\t} else if ( options.my[ 1 ] === \"center\" ) {\n\t\t\tposition.top -= elemHeight / 2;\n\t\t}\n\n\t\tposition.left += myOffset[ 0 ];\n\t\tposition.top += myOffset[ 1 ];\n\n\t\tcollisionPosition = {\n\t\t\tmarginLeft: marginLeft,\n\t\t\tmarginTop: marginTop\n\t\t};\n\n\t\t$.each( [ \"left\", \"top\" ], function( i, dir ) {\n\t\t\tif ( $.ui.position[ collision[ i ] ] ) {\n\t\t\t\t$.ui.position[ collision[ i ] ][ dir ]( position, {\n\t\t\t\t\ttargetWidth: targetWidth,\n\t\t\t\t\ttargetHeight: targetHeight,\n\t\t\t\t\telemWidth: elemWidth,\n\t\t\t\t\telemHeight: elemHeight,\n\t\t\t\t\tcollisionPosition: collisionPosition,\n\t\t\t\t\tcollisionWidth: collisionWidth,\n\t\t\t\t\tcollisionHeight: collisionHeight,\n\t\t\t\t\toffset: [ atOffset[ 0 ] + myOffset[ 0 ], atOffset [ 1 ] + myOffset[ 1 ] ],\n\t\t\t\t\tmy: options.my,\n\t\t\t\t\tat: options.at,\n\t\t\t\t\twithin: within,\n\t\t\t\t\telem: elem\n\t\t\t\t} );\n\t\t\t}\n\t\t} );\n\n\t\tif ( options.using ) {\n\n\t\t\t// Adds feedback as second argument to using callback, if present\n\t\t\tusing = function( props ) {\n\t\t\t\tvar left = targetOffset.left - position.left,\n\t\t\t\t\tright = left + targetWidth - elemWidth,\n\t\t\t\t\ttop = targetOffset.top - position.top,\n\t\t\t\t\tbottom = top + targetHeight - elemHeight,\n\t\t\t\t\tfeedback = {\n\t\t\t\t\t\ttarget: {\n\t\t\t\t\t\t\telement: target,\n\t\t\t\t\t\t\tleft: targetOffset.left,\n\t\t\t\t\t\t\ttop: targetOffset.top,\n\t\t\t\t\t\t\twidth: targetWidth,\n\t\t\t\t\t\t\theight: targetHeight\n\t\t\t\t\t\t},\n\t\t\t\t\t\telement: {\n\t\t\t\t\t\t\telement: elem,\n\t\t\t\t\t\t\tleft: position.left,\n\t\t\t\t\t\t\ttop: position.top,\n\t\t\t\t\t\t\twidth: elemWidth,\n\t\t\t\t\t\t\theight: elemHeight\n\t\t\t\t\t\t},\n\t\t\t\t\t\thorizontal: right < 0 ? \"left\" : left > 0 ? \"right\" : \"center\",\n\t\t\t\t\t\tvertical: bottom < 0 ? \"top\" : top > 0 ? \"bottom\" : \"middle\"\n\t\t\t\t\t};\n\t\t\t\tif ( targetWidth < elemWidth && abs( left + right ) < targetWidth ) {\n\t\t\t\t\tfeedback.horizontal = \"center\";\n\t\t\t\t}\n\t\t\t\tif ( targetHeight < elemHeight && abs( top + bottom ) < targetHeight ) {\n\t\t\t\t\tfeedback.vertical = \"middle\";\n\t\t\t\t}\n\t\t\t\tif ( max( abs( left ), abs( right ) ) > max( abs( top ), abs( bottom ) ) ) {\n\t\t\t\t\tfeedback.important = \"horizontal\";\n\t\t\t\t} else {\n\t\t\t\t\tfeedback.important = \"vertical\";\n\t\t\t\t}\n\t\t\t\toptions.using.call( this, props, feedback );\n\t\t\t};\n\t\t}\n\n\t\telem.offset( $.extend( position, { using: using } ) );\n\t} );\n};\n\n$.ui.position = {\n\tfit: {\n\t\tleft: function( position, data ) {\n\t\t\tvar within = data.within,\n\t\t\t\twithinOffset = within.isWindow ? within.scrollLeft : within.offset.left,\n\t\t\t\touterWidth = within.width,\n\t\t\t\tcollisionPosLeft = position.left - data.collisionPosition.marginLeft,\n\t\t\t\toverLeft = withinOffset - collisionPosLeft,\n\t\t\t\toverRight = collisionPosLeft + data.collisionWidth - outerWidth - withinOffset,\n\t\t\t\tnewOverRight;\n\n\t\t\t// Element is wider than within\n\t\t\tif ( data.collisionWidth > outerWidth ) {\n\n\t\t\t\t// Element is initially over the left side of within\n\t\t\t\tif ( overLeft > 0 && overRight <= 0 ) {\n\t\t\t\t\tnewOverRight = position.left + overLeft + data.collisionWidth - outerWidth -\n\t\t\t\t\t\twithinOffset;\n\t\t\t\t\tposition.left += overLeft - newOverRight;\n\n\t\t\t\t// Element is initially over right side of within\n\t\t\t\t} else if ( overRight > 0 && overLeft <= 0 ) {\n\t\t\t\t\tposition.left = withinOffset;\n\n\t\t\t\t// Element is initially over both left and right sides of within\n\t\t\t\t} else {\n\t\t\t\t\tif ( overLeft > overRight ) {\n\t\t\t\t\t\tposition.left = withinOffset + outerWidth - data.collisionWidth;\n\t\t\t\t\t} else {\n\t\t\t\t\t\tposition.left = withinOffset;\n\t\t\t\t\t}\n\t\t\t\t}\n\n\t\t\t// Too far left -> align with left edge\n\t\t\t} else if ( overLeft > 0 ) {\n\t\t\t\tposition.left += overLeft;\n\n\t\t\t// Too far right -> align with right edge\n\t\t\t} else if ( overRight > 0 ) {\n\t\t\t\tposition.left -= overRight;\n\n\t\t\t// Adjust based on position and margin\n\t\t\t} else {\n\t\t\t\tposition.left = max( position.left - collisionPosLeft, position.left );\n\t\t\t}\n\t\t},\n\t\ttop: function( position, data ) {\n\t\t\tvar within = data.within,\n\t\t\t\twithinOffset = within.isWindow ? within.scrollTop : within.offset.top,\n\t\t\t\touterHeight = data.within.height,\n\t\t\t\tcollisionPosTop = position.top - data.collisionPosition.marginTop,\n\t\t\t\toverTop = withinOffset - collisionPosTop,\n\t\t\t\toverBottom = collisionPosTop + data.collisionHeight - outerHeight - withinOffset,\n\t\t\t\tnewOverBottom;\n\n\t\t\t// Element is taller than within\n\t\t\tif ( data.collisionHeight > outerHeight ) {\n\n\t\t\t\t// Element is initially over the top of within\n\t\t\t\tif ( overTop > 0 && overBottom <= 0 ) {\n\t\t\t\t\tnewOverBottom = position.top + overTop + data.collisionHeight - outerHeight -\n\t\t\t\t\t\twithinOffset;\n\t\t\t\t\tposition.top += overTop - newOverBottom;\n\n\t\t\t\t// Element is initially over bottom of within\n\t\t\t\t} else if ( overBottom > 0 && overTop <= 0 ) {\n\t\t\t\t\tposition.top = withinOffset;\n\n\t\t\t\t// Element is initially over both top and bottom of within\n\t\t\t\t} else {\n\t\t\t\t\tif ( overTop > overBottom ) {\n\t\t\t\t\t\tposition.top = withinOffset + outerHeight - data.collisionHeight;\n\t\t\t\t\t} else {\n\t\t\t\t\t\tposition.top = withinOffset;\n\t\t\t\t\t}\n\t\t\t\t}\n\n\t\t\t// Too far up -> align with top\n\t\t\t} else if ( overTop > 0 ) {\n\t\t\t\tposition.top += overTop;\n\n\t\t\t// Too far down -> align with bottom edge\n\t\t\t} else if ( overBottom > 0 ) {\n\t\t\t\tposition.top -= overBottom;\n\n\t\t\t// Adjust based on position and margin\n\t\t\t} else {\n\t\t\t\tposition.top = max( position.top - collisionPosTop, position.top );\n\t\t\t}\n\t\t}\n\t},\n\tflip: {\n\t\tleft: function( position, data ) {\n\t\t\tvar within = data.within,\n\t\t\t\twithinOffset = within.offset.left + within.scrollLeft,\n\t\t\t\touterWidth = within.width,\n\t\t\t\toffsetLeft = within.isWindow ? within.scrollLeft : within.offset.left,\n\t\t\t\tcollisionPosLeft = position.left - data.collisionPosition.marginLeft,\n\t\t\t\toverLeft = collisionPosLeft - offsetLeft,\n\t\t\t\toverRight = collisionPosLeft + data.collisionWidth - outerWidth - offsetLeft,\n\t\t\t\tmyOffset = data.my[ 0 ] === \"left\" ?\n\t\t\t\t\t-data.elemWidth :\n\t\t\t\t\tdata.my[ 0 ] === \"right\" ?\n\t\t\t\t\t\tdata.elemWidth :\n\t\t\t\t\t\t0,\n\t\t\t\tatOffset = data.at[ 0 ] === \"left\" ?\n\t\t\t\t\tdata.targetWidth :\n\t\t\t\t\tdata.at[ 0 ] === \"right\" ?\n\t\t\t\t\t\t-data.targetWidth :\n\t\t\t\t\t\t0,\n\t\t\t\toffset = -2 * data.offset[ 0 ],\n\t\t\t\tnewOverRight,\n\t\t\t\tnewOverLeft;\n\n\t\t\tif ( overLeft < 0 ) {\n\t\t\t\tnewOverRight = position.left + myOffset + atOffset + offset + data.collisionWidth -\n\t\t\t\t\touterWidth - withinOffset;\n\t\t\t\tif ( newOverRight < 0 || newOverRight < abs( overLeft ) ) {\n\t\t\t\t\tposition.left += myOffset + atOffset + offset;\n\t\t\t\t}\n\t\t\t} else if ( overRight > 0 ) {\n\t\t\t\tnewOverLeft = position.left - data.collisionPosition.marginLeft + myOffset +\n\t\t\t\t\tatOffset + offset - offsetLeft;\n\t\t\t\tif ( newOverLeft > 0 || abs( newOverLeft ) < overRight ) {\n\t\t\t\t\tposition.left += myOffset + atOffset + offset;\n\t\t\t\t}\n\t\t\t}\n\t\t},\n\t\ttop: function( position, data ) {\n\t\t\tvar within = data.within,\n\t\t\t\twithinOffset = within.offset.top + within.scrollTop,\n\t\t\t\touterHeight = within.height,\n\t\t\t\toffsetTop = within.isWindow ? within.scrollTop : within.offset.top,\n\t\t\t\tcollisionPosTop = position.top - data.collisionPosition.marginTop,\n\t\t\t\toverTop = collisionPosTop - offsetTop,\n\t\t\t\toverBottom = collisionPosTop + data.collisionHeight - outerHeight - offsetTop,\n\t\t\t\ttop = data.my[ 1 ] === \"top\",\n\t\t\t\tmyOffset = top ?\n\t\t\t\t\t-data.elemHeight :\n\t\t\t\t\tdata.my[ 1 ] === \"bottom\" ?\n\t\t\t\t\t\tdata.elemHeight :\n\t\t\t\t\t\t0,\n\t\t\t\tatOffset = data.at[ 1 ] === \"top\" ?\n\t\t\t\t\tdata.targetHeight :\n\t\t\t\t\tdata.at[ 1 ] === \"bottom\" ?\n\t\t\t\t\t\t-data.targetHeight :\n\t\t\t\t\t\t0,\n\t\t\t\toffset = -2 * data.offset[ 1 ],\n\t\t\t\tnewOverTop,\n\t\t\t\tnewOverBottom;\n\t\t\tif ( overTop < 0 ) {\n\t\t\t\tnewOverBottom = position.top + myOffset + atOffset + offset + data.collisionHeight -\n\t\t\t\t\touterHeight - withinOffset;\n\t\t\t\tif ( newOverBottom < 0 || newOverBottom < abs( overTop ) ) {\n\t\t\t\t\tposition.top += myOffset + atOffset + offset;\n\t\t\t\t}\n\t\t\t} else if ( overBottom > 0 ) {\n\t\t\t\tnewOverTop = position.top - data.collisionPosition.marginTop + myOffset + atOffset +\n\t\t\t\t\toffset - offsetTop;\n\t\t\t\tif ( newOverTop > 0 || abs( newOverTop ) < overBottom ) {\n\t\t\t\t\tposition.top += myOffset + atOffset + offset;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\tflipfit: {\n\t\tleft: function() {\n\t\t\t$.ui.position.flip.left.apply( this, arguments );\n\t\t\t$.ui.position.fit.left.apply( this, arguments );\n\t\t},\n\t\ttop: function() {\n\t\t\t$.ui.position.flip.top.apply( this, arguments );\n\t\t\t$.ui.position.fit.top.apply( this, arguments );\n\t\t}\n\t}\n};\n\n} )();\n\nvar position = $.ui.position;\n\n\n/*!\n * jQuery UI :data 1.12.1\n * http://jqueryui.com\n *\n * Copyright jQuery Foundation and other contributors\n * Released under the MIT license.\n * http://jquery.org/license\n */\n\n//>>label: :data Selector\n//>>group: Core\n//>>description: Selects elements which have data stored under the specified key.\n//>>docs: http://api.jqueryui.com/data-selector/\n\n\nvar data = $.extend( $.expr[ \":\" ], {\n\tdata: $.expr.createPseudo ?\n\t\t$.expr.createPseudo( function( dataName ) {\n\t\t\treturn function( elem ) {\n\t\t\t\treturn !!$.data( elem, dataName );\n\t\t\t};\n\t\t} ) :\n\n\t\t// Support: jQuery <1.8\n\t\tfunction( elem, i, match ) {\n\t\t\treturn !!$.data( elem, match[ 3 ] );\n\t\t}\n} );\n\n/*!\n * jQuery UI Disable Selection 1.12.1\n * http://jqueryui.com\n *\n * Copyright jQuery Foundation and other contributors\n * Released under the MIT license.\n * http://jquery.org/license\n */\n\n//>>label: disableSelection\n//>>group: Core\n//>>description: Disable selection of text content within the set of matched elements.\n//>>docs: http://api.jqueryui.com/disableSelection/\n\n// This file is deprecated\n\n\nvar disableSelection = $.fn.extend( {\n\tdisableSelection: ( function() {\n\t\tvar eventType = \"onselectstart\" in document.createElement( \"div\" ) ?\n\t\t\t\"selectstart\" :\n\t\t\t\"mousedown\";\n\n\t\treturn function() {\n\t\t\treturn this.on( eventType + \".ui-disableSelection\", function( event ) {\n\t\t\t\tevent.preventDefault();\n\t\t\t} );\n\t\t};\n\t} )(),\n\n\tenableSelection: function() {\n\t\treturn this.off( \".ui-disableSelection\" );\n\t}\n} );\n\n\n/*!\n * jQuery UI Effects 1.12.1\n * http://jqueryui.com\n *\n * Copyright jQuery Foundation and other contributors\n * Released under the MIT license.\n * http://jquery.org/license\n */\n\n//>>label: Effects Core\n//>>group: Effects\n// jscs:disable maximumLineLength\n//>>description: Extends the internal jQuery effects. Includes morphing and easing. Required by all other effects.\n// jscs:enable maximumLineLength\n//>>docs: http://api.jqueryui.com/category/effects-core/\n//>>demos: http://jqueryui.com/effect/\n\n\n\nvar dataSpace = \"ui-effects-\",\n\tdataSpaceStyle = \"ui-effects-style\",\n\tdataSpaceAnimated = \"ui-effects-animated\",\n\n\t// Create a local jQuery because jQuery Color relies on it and the\n\t// global may not exist with AMD and a custom build (#10199)\n\tjQuery = $;\n\n$.effects = {\n\teffect: {}\n};\n\n/*!\n * jQuery Color Animations v2.1.2\n * https://github.com/jquery/jquery-color\n *\n * Copyright 2014 jQuery Foundation and other contributors\n * Released under the MIT license.\n * http://jquery.org/license\n *\n * Date: Wed Jan 16 08:47:09 2013 -0600\n */\n( function( jQuery, undefined ) {\n\n\tvar stepHooks = \"backgroundColor borderBottomColor borderLeftColor borderRightColor \" +\n\t\t\"borderTopColor color columnRuleColor outlineColor textDecorationColor textEmphasisColor\",\n\n\t// Plusequals test for += 100 -= 100\n\trplusequals = /^([\\-+])=\\s*(\\d+\\.?\\d*)/,\n\n\t// A set of RE's that can match strings and generate color tuples.\n\tstringParsers = [ {\n\t\t\tre: /rgba?\\(\\s*(\\d{1,3})\\s*,\\s*(\\d{1,3})\\s*,\\s*(\\d{1,3})\\s*(?:,\\s*(\\d?(?:\\.\\d+)?)\\s*)?\\)/,\n\t\t\tparse: function( execResult ) {\n\t\t\t\treturn [\n\t\t\t\t\texecResult[ 1 ],\n\t\t\t\t\texecResult[ 2 ],\n\t\t\t\t\texecResult[ 3 ],\n\t\t\t\t\texecResult[ 4 ]\n\t\t\t\t];\n\t\t\t}\n\t\t}, {\n\t\t\tre: /rgba?\\(\\s*(\\d+(?:\\.\\d+)?)\\%\\s*,\\s*(\\d+(?:\\.\\d+)?)\\%\\s*,\\s*(\\d+(?:\\.\\d+)?)\\%\\s*(?:,\\s*(\\d?(?:\\.\\d+)?)\\s*)?\\)/,\n\t\t\tparse: function( execResult ) {\n\t\t\t\treturn [\n\t\t\t\t\texecResult[ 1 ] * 2.55,\n\t\t\t\t\texecResult[ 2 ] * 2.55,\n\t\t\t\t\texecResult[ 3 ] * 2.55,\n\t\t\t\t\texecResult[ 4 ]\n\t\t\t\t];\n\t\t\t}\n\t\t}, {\n\n\t\t\t// This regex ignores A-F because it's compared against an already lowercased string\n\t\t\tre: /#([a-f0-9]{2})([a-f0-9]{2})([a-f0-9]{2})/,\n\t\t\tparse: function( execResult ) {\n\t\t\t\treturn [\n\t\t\t\t\tparseInt( execResult[ 1 ], 16 ),\n\t\t\t\t\tparseInt( execResult[ 2 ], 16 ),\n\t\t\t\t\tparseInt( execResult[ 3 ], 16 )\n\t\t\t\t];\n\t\t\t}\n\t\t}, {\n\n\t\t\t// This regex ignores A-F because it's compared against an already lowercased string\n\t\t\tre: /#([a-f0-9])([a-f0-9])([a-f0-9])/,\n\t\t\tparse: function( execResult ) {\n\t\t\t\treturn [\n\t\t\t\t\tparseInt( execResult[ 1 ] + execResult[ 1 ], 16 ),\n\t\t\t\t\tparseInt( execResult[ 2 ] + execResult[ 2 ], 16 ),\n\t\t\t\t\tparseInt( execResult[ 3 ] + execResult[ 3 ], 16 )\n\t\t\t\t];\n\t\t\t}\n\t\t}, {\n\t\t\tre: /hsla?\\(\\s*(\\d+(?:\\.\\d+)?)\\s*,\\s*(\\d+(?:\\.\\d+)?)\\%\\s*,\\s*(\\d+(?:\\.\\d+)?)\\%\\s*(?:,\\s*(\\d?(?:\\.\\d+)?)\\s*)?\\)/,\n\t\t\tspace: \"hsla\",\n\t\t\tparse: function( execResult ) {\n\t\t\t\treturn [\n\t\t\t\t\texecResult[ 1 ],\n\t\t\t\t\texecResult[ 2 ] / 100,\n\t\t\t\t\texecResult[ 3 ] / 100,\n\t\t\t\t\texecResult[ 4 ]\n\t\t\t\t];\n\t\t\t}\n\t\t} ],\n\n\t// JQuery.Color( )\n\tcolor = jQuery.Color = function( color, green, blue, alpha ) {\n\t\treturn new jQuery.Color.fn.parse( color, green, blue, alpha );\n\t},\n\tspaces = {\n\t\trgba: {\n\t\t\tprops: {\n\t\t\t\tred: {\n\t\t\t\t\tidx: 0,\n\t\t\t\t\ttype: \"byte\"\n\t\t\t\t},\n\t\t\t\tgreen: {\n\t\t\t\t\tidx: 1,\n\t\t\t\t\ttype: \"byte\"\n\t\t\t\t},\n\t\t\t\tblue: {\n\t\t\t\t\tidx: 2,\n\t\t\t\t\ttype: \"byte\"\n\t\t\t\t}\n\t\t\t}\n\t\t},\n\n\t\thsla: {\n\t\t\tprops: {\n\t\t\t\thue: {\n\t\t\t\t\tidx: 0,\n\t\t\t\t\ttype: \"degrees\"\n\t\t\t\t},\n\t\t\t\tsaturation: {\n\t\t\t\t\tidx: 1,\n\t\t\t\t\ttype: \"percent\"\n\t\t\t\t},\n\t\t\t\tlightness: {\n\t\t\t\t\tidx: 2,\n\t\t\t\t\ttype: \"percent\"\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\tpropTypes = {\n\t\t\"byte\": {\n\t\t\tfloor: true,\n\t\t\tmax: 255\n\t\t},\n\t\t\"percent\": {\n\t\t\tmax: 1\n\t\t},\n\t\t\"degrees\": {\n\t\t\tmod: 360,\n\t\t\tfloor: true\n\t\t}\n\t},\n\tsupport = color.support = {},\n\n\t// Element for support tests\n\tsupportElem = jQuery( \"<p>\" )[ 0 ],\n\n\t// Colors = jQuery.Color.names\n\tcolors,\n\n\t// Local aliases of functions called often\n\teach = jQuery.each;\n\n// Determine rgba support immediately\nsupportElem.style.cssText = \"background-color:rgba(1,1,1,.5)\";\nsupport.rgba = supportElem.style.backgroundColor.indexOf( \"rgba\" ) > -1;\n\n// Define cache name and alpha properties\n// for rgba and hsla spaces\neach( spaces, function( spaceName, space ) {\n\tspace.cache = \"_\" + spaceName;\n\tspace.props.alpha = {\n\t\tidx: 3,\n\t\ttype: \"percent\",\n\t\tdef: 1\n\t};\n} );\n\nfunction clamp( value, prop, allowEmpty ) {\n\tvar type = propTypes[ prop.type ] || {};\n\n\tif ( value == null ) {\n\t\treturn ( allowEmpty || !prop.def ) ? null : prop.def;\n\t}\n\n\t// ~~ is an short way of doing floor for positive numbers\n\tvalue = type.floor ? ~~value : parseFloat( value );\n\n\t// IE will pass in empty strings as value for alpha,\n\t// which will hit this case\n\tif ( isNaN( value ) ) {\n\t\treturn prop.def;\n\t}\n\n\tif ( type.mod ) {\n\n\t\t// We add mod before modding to make sure that negatives values\n\t\t// get converted properly: -10 -> 350\n\t\treturn ( value + type.mod ) % type.mod;\n\t}\n\n\t// For now all property types without mod have min and max\n\treturn 0 > value ? 0 : type.max < value ? type.max : value;\n}\n\nfunction stringParse( string ) {\n\tvar inst = color(),\n\t\trgba = inst._rgba = [];\n\n\tstring = string.toLowerCase();\n\n\teach( stringParsers, function( i, parser ) {\n\t\tvar parsed,\n\t\t\tmatch = parser.re.exec( string ),\n\t\t\tvalues = match && parser.parse( match ),\n\t\t\tspaceName = parser.space || \"rgba\";\n\n\t\tif ( values ) {\n\t\t\tparsed = inst[ spaceName ]( values );\n\n\t\t\t// If this was an rgba parse the assignment might happen twice\n\t\t\t// oh well....\n\t\t\tinst[ spaces[ spaceName ].cache ] = parsed[ spaces[ spaceName ].cache ];\n\t\t\trgba = inst._rgba = parsed._rgba;\n\n\t\t\t// Exit each( stringParsers ) here because we matched\n\t\t\treturn false;\n\t\t}\n\t} );\n\n\t// Found a stringParser that handled it\n\tif ( rgba.length ) {\n\n\t\t// If this came from a parsed string, force \"transparent\" when alpha is 0\n\t\t// chrome, (and maybe others) return \"transparent\" as rgba(0,0,0,0)\n\t\tif ( rgba.join() === \"0,0,0,0\" ) {\n\t\t\tjQuery.extend( rgba, colors.transparent );\n\t\t}\n\t\treturn inst;\n\t}\n\n\t// Named colors\n\treturn colors[ string ];\n}\n\ncolor.fn = jQuery.extend( color.prototype, {\n\tparse: function( red, green, blue, alpha ) {\n\t\tif ( red === undefined ) {\n\t\t\tthis._rgba = [ null, null, null, null ];\n\t\t\treturn this;\n\t\t}\n\t\tif ( red.jquery || red.nodeType ) {\n\t\t\tred = jQuery( red ).css( green );\n\t\t\tgreen = undefined;\n\t\t}\n\n\t\tvar inst = this,\n\t\t\ttype = jQuery.type( red ),\n\t\t\trgba = this._rgba = [];\n\n\t\t// More than 1 argument specified - assume ( red, green, blue, alpha )\n\t\tif ( green !== undefined ) {\n\t\t\tred = [ red, green, blue, alpha ];\n\t\t\ttype = \"array\";\n\t\t}\n\n\t\tif ( type === \"string\" ) {\n\t\t\treturn this.parse( stringParse( red ) || colors._default );\n\t\t}\n\n\t\tif ( type === \"array\" ) {\n\t\t\teach( spaces.rgba.props, function( key, prop ) {\n\t\t\t\trgba[ prop.idx ] = clamp( red[ prop.idx ], prop );\n\t\t\t} );\n\t\t\treturn this;\n\t\t}\n\n\t\tif ( type === \"object\" ) {\n\t\t\tif ( red instanceof color ) {\n\t\t\t\teach( spaces, function( spaceName, space ) {\n\t\t\t\t\tif ( red[ space.cache ] ) {\n\t\t\t\t\t\tinst[ space.cache ] = red[ space.cache ].slice();\n\t\t\t\t\t}\n\t\t\t\t} );\n\t\t\t} else {\n\t\t\t\teach( spaces, function( spaceName, space ) {\n\t\t\t\t\tvar cache = space.cache;\n\t\t\t\t\teach( space.props, function( key, prop ) {\n\n\t\t\t\t\t\t// If the cache doesn't exist, and we know how to convert\n\t\t\t\t\t\tif ( !inst[ cache ] && space.to ) {\n\n\t\t\t\t\t\t\t// If the value was null, we don't need to copy it\n\t\t\t\t\t\t\t// if the key was alpha, we don't need to copy it either\n\t\t\t\t\t\t\tif ( key === \"alpha\" || red[ key ] == null ) {\n\t\t\t\t\t\t\t\treturn;\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\tinst[ cache ] = space.to( inst._rgba );\n\t\t\t\t\t\t}\n\n\t\t\t\t\t\t// This is the only case where we allow nulls for ALL properties.\n\t\t\t\t\t\t// call clamp with alwaysAllowEmpty\n\t\t\t\t\t\tinst[ cache ][ prop.idx ] = clamp( red[ key ], prop, true );\n\t\t\t\t\t} );\n\n\t\t\t\t\t// Everything defined but alpha?\n\t\t\t\t\tif ( inst[ cache ] &&\n\t\t\t\t\t\t\tjQuery.inArray( null, inst[ cache ].slice( 0, 3 ) ) < 0 ) {\n\n\t\t\t\t\t\t// Use the default of 1\n\t\t\t\t\t\tinst[ cache ][ 3 ] = 1;\n\t\t\t\t\t\tif ( space.from ) {\n\t\t\t\t\t\t\tinst._rgba = space.from( inst[ cache ] );\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t} );\n\t\t\t}\n\t\t\treturn this;\n\t\t}\n\t},\n\tis: function( compare ) {\n\t\tvar is = color( compare ),\n\t\t\tsame = true,\n\t\t\tinst = this;\n\n\t\teach( spaces, function( _, space ) {\n\t\t\tvar localCache,\n\t\t\t\tisCache = is[ space.cache ];\n\t\t\tif ( isCache ) {\n\t\t\t\tlocalCache = inst[ space.cache ] || space.to && space.to( inst._rgba ) || [];\n\t\t\t\teach( space.props, function( _, prop ) {\n\t\t\t\t\tif ( isCache[ prop.idx ] != null ) {\n\t\t\t\t\t\tsame = ( isCache[ prop.idx ] === localCache[ prop.idx ] );\n\t\t\t\t\t\treturn same;\n\t\t\t\t\t}\n\t\t\t\t} );\n\t\t\t}\n\t\t\treturn same;\n\t\t} );\n\t\treturn same;\n\t},\n\t_space: function() {\n\t\tvar used = [],\n\t\t\tinst = this;\n\t\teach( spaces, function( spaceName, space ) {\n\t\t\tif ( inst[ space.cache ] ) {\n\t\t\t\tused.push( spaceName );\n\t\t\t}\n\t\t} );\n\t\treturn used.pop();\n\t},\n\ttransition: function( other, distance ) {\n\t\tvar end = color( other ),\n\t\t\tspaceName = end._space(),\n\t\t\tspace = spaces[ spaceName ],\n\t\t\tstartColor = this.alpha() === 0 ? color( \"transparent\" ) : this,\n\t\t\tstart = startColor[ space.cache ] || space.to( startColor._rgba ),\n\t\t\tresult = start.slice();\n\n\t\tend = end[ space.cache ];\n\t\teach( space.props, function( key, prop ) {\n\t\t\tvar index = prop.idx,\n\t\t\t\tstartValue = start[ index ],\n\t\t\t\tendValue = end[ index ],\n\t\t\t\ttype = propTypes[ prop.type ] || {};\n\n\t\t\t// If null, don't override start value\n\t\t\tif ( endValue === null ) {\n\t\t\t\treturn;\n\t\t\t}\n\n\t\t\t// If null - use end\n\t\t\tif ( startValue === null ) {\n\t\t\t\tresult[ index ] = endValue;\n\t\t\t} else {\n\t\t\t\tif ( type.mod ) {\n\t\t\t\t\tif ( endValue - startValue > type.mod / 2 ) {\n\t\t\t\t\t\tstartValue += type.mod;\n\t\t\t\t\t} else if ( startValue - endValue > type.mod / 2 ) {\n\t\t\t\t\t\tstartValue -= type.mod;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\tresult[ index ] = clamp( ( endValue - startValue ) * distance + startValue, prop );\n\t\t\t}\n\t\t} );\n\t\treturn this[ spaceName ]( result );\n\t},\n\tblend: function( opaque ) {\n\n\t\t// If we are already opaque - return ourself\n\t\tif ( this._rgba[ 3 ] === 1 ) {\n\t\t\treturn this;\n\t\t}\n\n\t\tvar rgb = this._rgba.slice(),\n\t\t\ta = rgb.pop(),\n\t\t\tblend = color( opaque )._rgba;\n\n\t\treturn color( jQuery.map( rgb, function( v, i ) {\n\t\t\treturn ( 1 - a ) * blend[ i ] + a * v;\n\t\t} ) );\n\t},\n\ttoRgbaString: function() {\n\t\tvar prefix = \"rgba(\",\n\t\t\trgba = jQuery.map( this._rgba, function( v, i ) {\n\t\t\t\treturn v == null ? ( i > 2 ? 1 : 0 ) : v;\n\t\t\t} );\n\n\t\tif ( rgba[ 3 ] === 1 ) {\n\t\t\trgba.pop();\n\t\t\tprefix = \"rgb(\";\n\t\t}\n\n\t\treturn prefix + rgba.join() + \")\";\n\t},\n\ttoHslaString: function() {\n\t\tvar prefix = \"hsla(\",\n\t\t\thsla = jQuery.map( this.hsla(), function( v, i ) {\n\t\t\t\tif ( v == null ) {\n\t\t\t\t\tv = i > 2 ? 1 : 0;\n\t\t\t\t}\n\n\t\t\t\t// Catch 1 and 2\n\t\t\t\tif ( i && i < 3 ) {\n\t\t\t\t\tv = Math.round( v * 100 ) + \"%\";\n\t\t\t\t}\n\t\t\t\treturn v;\n\t\t\t} );\n\n\t\tif ( hsla[ 3 ] === 1 ) {\n\t\t\thsla.pop();\n\t\t\tprefix = \"hsl(\";\n\t\t}\n\t\treturn prefix + hsla.join() + \")\";\n\t},\n\ttoHexString: function( includeAlpha ) {\n\t\tvar rgba = this._rgba.slice(),\n\t\t\talpha = rgba.pop();\n\n\t\tif ( includeAlpha ) {\n\t\t\trgba.push( ~~( alpha * 255 ) );\n\t\t}\n\n\t\treturn \"#\" + jQuery.map( rgba, function( v ) {\n\n\t\t\t// Default to 0 when nulls exist\n\t\t\tv = ( v || 0 ).toString( 16 );\n\t\t\treturn v.length === 1 ? \"0\" + v : v;\n\t\t} ).join( \"\" );\n\t},\n\ttoString: function() {\n\t\treturn this._rgba[ 3 ] === 0 ? \"transparent\" : this.toRgbaString();\n\t}\n} );\ncolor.fn.parse.prototype = color.fn;\n\n// Hsla conversions adapted from:\n// https://code.google.com/p/maashaack/source/browse/packages/graphics/trunk/src/graphics/colors/HUE2RGB.as?r=5021\n\nfunction hue2rgb( p, q, h ) {\n\th = ( h + 1 ) % 1;\n\tif ( h * 6 < 1 ) {\n\t\treturn p + ( q - p ) * h * 6;\n\t}\n\tif ( h * 2 < 1 ) {\n\t\treturn q;\n\t}\n\tif ( h * 3 < 2 ) {\n\t\treturn p + ( q - p ) * ( ( 2 / 3 ) - h ) * 6;\n\t}\n\treturn p;\n}\n\nspaces.hsla.to = function( rgba ) {\n\tif ( rgba[ 0 ] == null || rgba[ 1 ] == null || rgba[ 2 ] == null ) {\n\t\treturn [ null, null, null, rgba[ 3 ] ];\n\t}\n\tvar r = rgba[ 0 ] / 255,\n\t\tg = rgba[ 1 ] / 255,\n\t\tb = rgba[ 2 ] / 255,\n\t\ta = rgba[ 3 ],\n\t\tmax = Math.max( r, g, b ),\n\t\tmin = Math.min( r, g, b ),\n\t\tdiff = max - min,\n\t\tadd = max + min,\n\t\tl = add * 0.5,\n\t\th, s;\n\n\tif ( min === max ) {\n\t\th = 0;\n\t} else if ( r === max ) {\n\t\th = ( 60 * ( g - b ) / diff ) + 360;\n\t} else if ( g === max ) {\n\t\th = ( 60 * ( b - r ) / diff ) + 120;\n\t} else {\n\t\th = ( 60 * ( r - g ) / diff ) + 240;\n\t}\n\n\t// Chroma (diff) == 0 means greyscale which, by definition, saturation = 0%\n\t// otherwise, saturation is based on the ratio of chroma (diff) to lightness (add)\n\tif ( diff === 0 ) {\n\t\ts = 0;\n\t} else if ( l <= 0.5 ) {\n\t\ts = diff / add;\n\t} else {\n\t\ts = diff / ( 2 - add );\n\t}\n\treturn [ Math.round( h ) % 360, s, l, a == null ? 1 : a ];\n};\n\nspaces.hsla.from = function( hsla ) {\n\tif ( hsla[ 0 ] == null || hsla[ 1 ] == null || hsla[ 2 ] == null ) {\n\t\treturn [ null, null, null, hsla[ 3 ] ];\n\t}\n\tvar h = hsla[ 0 ] / 360,\n\t\ts = hsla[ 1 ],\n\t\tl = hsla[ 2 ],\n\t\ta = hsla[ 3 ],\n\t\tq = l <= 0.5 ? l * ( 1 + s ) : l + s - l * s,\n\t\tp = 2 * l - q;\n\n\treturn [\n\t\tMath.round( hue2rgb( p, q, h + ( 1 / 3 ) ) * 255 ),\n\t\tMath.round( hue2rgb( p, q, h ) * 255 ),\n\t\tMath.round( hue2rgb( p, q, h - ( 1 / 3 ) ) * 255 ),\n\t\ta\n\t];\n};\n\neach( spaces, function( spaceName, space ) {\n\tvar props = space.props,\n\t\tcache = space.cache,\n\t\tto = space.to,\n\t\tfrom = space.from;\n\n\t// Makes rgba() and hsla()\n\tcolor.fn[ spaceName ] = function( value ) {\n\n\t\t// Generate a cache for this space if it doesn't exist\n\t\tif ( to && !this[ cache ] ) {\n\t\t\tthis[ cache ] = to( this._rgba );\n\t\t}\n\t\tif ( value === undefined ) {\n\t\t\treturn this[ cache ].slice();\n\t\t}\n\n\t\tvar ret,\n\t\t\ttype = jQuery.type( value ),\n\t\t\tarr = ( type === \"array\" || type === \"object\" ) ? value : arguments,\n\t\t\tlocal = this[ cache ].slice();\n\n\t\teach( props, function( key, prop ) {\n\t\t\tvar val = arr[ type === \"object\" ? key : prop.idx ];\n\t\t\tif ( val == null ) {\n\t\t\t\tval = local[ prop.idx ];\n\t\t\t}\n\t\t\tlocal[ prop.idx ] = clamp( val, prop );\n\t\t} );\n\n\t\tif ( from ) {\n\t\t\tret = color( from( local ) );\n\t\t\tret[ cache ] = local;\n\t\t\treturn ret;\n\t\t} else {\n\t\t\treturn color( local );\n\t\t}\n\t};\n\n\t// Makes red() green() blue() alpha() hue() saturation() lightness()\n\teach( props, function( key, prop ) {\n\n\t\t// Alpha is included in more than one space\n\t\tif ( color.fn[ key ] ) {\n\t\t\treturn;\n\t\t}\n\t\tcolor.fn[ key ] = function( value ) {\n\t\t\tvar vtype = jQuery.type( value ),\n\t\t\t\tfn = ( key === \"alpha\" ? ( this._hsla ? \"hsla\" : \"rgba\" ) : spaceName ),\n\t\t\t\tlocal = this[ fn ](),\n\t\t\t\tcur = local[ prop.idx ],\n\t\t\t\tmatch;\n\n\t\t\tif ( vtype === \"undefined\" ) {\n\t\t\t\treturn cur;\n\t\t\t}\n\n\t\t\tif ( vtype === \"function\" ) {\n\t\t\t\tvalue = value.call( this, cur );\n\t\t\t\tvtype = jQuery.type( value );\n\t\t\t}\n\t\t\tif ( value == null && prop.empty ) {\n\t\t\t\treturn this;\n\t\t\t}\n\t\t\tif ( vtype === \"string\" ) {\n\t\t\t\tmatch = rplusequals.exec( value );\n\t\t\t\tif ( match ) {\n\t\t\t\t\tvalue = cur + parseFloat( match[ 2 ] ) * ( match[ 1 ] === \"+\" ? 1 : -1 );\n\t\t\t\t}\n\t\t\t}\n\t\t\tlocal[ prop.idx ] = value;\n\t\t\treturn this[ fn ]( local );\n\t\t};\n\t} );\n} );\n\n// Add cssHook and .fx.step function for each named hook.\n// accept a space separated string of properties\ncolor.hook = function( hook ) {\n\tvar hooks = hook.split( \" \" );\n\teach( hooks, function( i, hook ) {\n\t\tjQuery.cssHooks[ hook ] = {\n\t\t\tset: function( elem, value ) {\n\t\t\t\tvar parsed, curElem,\n\t\t\t\t\tbackgroundColor = \"\";\n\n\t\t\t\tif ( value !== \"transparent\" && ( jQuery.type( value ) !== \"string\" ||\n\t\t\t\t\t\t( parsed = stringParse( value ) ) ) ) {\n\t\t\t\t\tvalue = color( parsed || value );\n\t\t\t\t\tif ( !support.rgba && value._rgba[ 3 ] !== 1 ) {\n\t\t\t\t\t\tcurElem = hook === \"backgroundColor\" ? elem.parentNode : elem;\n\t\t\t\t\t\twhile (\n\t\t\t\t\t\t\t( backgroundColor === \"\" || backgroundColor === \"transparent\" ) &&\n\t\t\t\t\t\t\tcurElem && curElem.style\n\t\t\t\t\t\t) {\n\t\t\t\t\t\t\ttry {\n\t\t\t\t\t\t\t\tbackgroundColor = jQuery.css( curElem, \"backgroundColor\" );\n\t\t\t\t\t\t\t\tcurElem = curElem.parentNode;\n\t\t\t\t\t\t\t} catch ( e ) {\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\n\t\t\t\t\t\tvalue = value.blend( backgroundColor && backgroundColor !== \"transparent\" ?\n\t\t\t\t\t\t\tbackgroundColor :\n\t\t\t\t\t\t\t\"_default\" );\n\t\t\t\t\t}\n\n\t\t\t\t\tvalue = value.toRgbaString();\n\t\t\t\t}\n\t\t\t\ttry {\n\t\t\t\t\telem.style[ hook ] = value;\n\t\t\t\t} catch ( e ) {\n\n\t\t\t\t\t// Wrapped to prevent IE from throwing errors on \"invalid\" values like\n\t\t\t\t\t// 'auto' or 'inherit'\n\t\t\t\t}\n\t\t\t}\n\t\t};\n\t\tjQuery.fx.step[ hook ] = function( fx ) {\n\t\t\tif ( !fx.colorInit ) {\n\t\t\t\tfx.start = color( fx.elem, hook );\n\t\t\t\tfx.end = color( fx.end );\n\t\t\t\tfx.colorInit = true;\n\t\t\t}\n\t\t\tjQuery.cssHooks[ hook ].set( fx.elem, fx.start.transition( fx.end, fx.pos ) );\n\t\t};\n\t} );\n\n};\n\ncolor.hook( stepHooks );\n\njQuery.cssHooks.borderColor = {\n\texpand: function( value ) {\n\t\tvar expanded = {};\n\n\t\teach( [ \"Top\", \"Right\", \"Bottom\", \"Left\" ], function( i, part ) {\n\t\t\texpanded[ \"border\" + part + \"Color\" ] = value;\n\t\t} );\n\t\treturn expanded;\n\t}\n};\n\n// Basic color names only.\n// Usage of any of the other color names requires adding yourself or including\n// jquery.color.svg-names.js.\ncolors = jQuery.Color.names = {\n\n\t// 4.1. Basic color keywords\n\taqua: \"#00ffff\",\n\tblack: \"#000000\",\n\tblue: \"#0000ff\",\n\tfuchsia: \"#ff00ff\",\n\tgray: \"#808080\",\n\tgreen: \"#008000\",\n\tlime: \"#00ff00\",\n\tmaroon: \"#800000\",\n\tnavy: \"#000080\",\n\tolive: \"#808000\",\n\tpurple: \"#800080\",\n\tred: \"#ff0000\",\n\tsilver: \"#c0c0c0\",\n\tteal: \"#008080\",\n\twhite: \"#ffffff\",\n\tyellow: \"#ffff00\",\n\n\t// 4.2.3. \"transparent\" color keyword\n\ttransparent: [ null, null, null, 0 ],\n\n\t_default: \"#ffffff\"\n};\n\n} )( jQuery );\n\n/******************************************************************************/\n/****************************** CLASS ANIMATIONS ******************************/\n/******************************************************************************/\n( function() {\n\nvar classAnimationActions = [ \"add\", \"remove\", \"toggle\" ],\n\tshorthandStyles = {\n\t\tborder: 1,\n\t\tborderBottom: 1,\n\t\tborderColor: 1,\n\t\tborderLeft: 1,\n\t\tborderRight: 1,\n\t\tborderTop: 1,\n\t\tborderWidth: 1,\n\t\tmargin: 1,\n\t\tpadding: 1\n\t};\n\n$.each(\n\t[ \"borderLeftStyle\", \"borderRightStyle\", \"borderBottomStyle\", \"borderTopStyle\" ],\n\tfunction( _, prop ) {\n\t\t$.fx.step[ prop ] = function( fx ) {\n\t\t\tif ( fx.end !== \"none\" && !fx.setAttr || fx.pos === 1 && !fx.setAttr ) {\n\t\t\t\tjQuery.style( fx.elem, prop, fx.end );\n\t\t\t\tfx.setAttr = true;\n\t\t\t}\n\t\t};\n\t}\n);\n\nfunction getElementStyles( elem ) {\n\tvar key, len,\n\t\tstyle = elem.ownerDocument.defaultView ?\n\t\t\telem.ownerDocument.defaultView.getComputedStyle( elem, null ) :\n\t\t\telem.currentStyle,\n\t\tstyles = {};\n\n\tif ( style && style.length && style[ 0 ] && style[ style[ 0 ] ] ) {\n\t\tlen = style.length;\n\t\twhile ( len-- ) {\n\t\t\tkey = style[ len ];\n\t\t\tif ( typeof style[ key ] === \"string\" ) {\n\t\t\t\tstyles[ $.camelCase( key ) ] = style[ key ];\n\t\t\t}\n\t\t}\n\n\t// Support: Opera, IE <9\n\t} else {\n\t\tfor ( key in style ) {\n\t\t\tif ( typeof style[ key ] === \"string\" ) {\n\t\t\t\tstyles[ key ] = style[ key ];\n\t\t\t}\n\t\t}\n\t}\n\n\treturn styles;\n}\n\nfunction styleDifference( oldStyle, newStyle ) {\n\tvar diff = {},\n\t\tname, value;\n\n\tfor ( name in newStyle ) {\n\t\tvalue = newStyle[ name ];\n\t\tif ( oldStyle[ name ] !== value ) {\n\t\t\tif ( !shorthandStyles[ name ] ) {\n\t\t\t\tif ( $.fx.step[ name ] || !isNaN( parseFloat( value ) ) ) {\n\t\t\t\t\tdiff[ name ] = value;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n\n\treturn diff;\n}\n\n// Support: jQuery <1.8\nif ( !$.fn.addBack ) {\n\t$.fn.addBack = function( selector ) {\n\t\treturn this.add( selector == null ?\n\t\t\tthis.prevObject : this.prevObject.filter( selector )\n\t\t);\n\t};\n}\n\n$.effects.animateClass = function( value, duration, easing, callback ) {\n\tvar o = $.speed( duration, easing, callback );\n\n\treturn this.queue( function() {\n\t\tvar animated = $( this ),\n\t\t\tbaseClass = animated.attr( \"class\" ) || \"\",\n\t\t\tapplyClassChange,\n\t\t\tallAnimations = o.children ? animated.find( \"*\" ).addBack() : animated;\n\n\t\t// Map the animated objects to store the original styles.\n\t\tallAnimations = allAnimations.map( function() {\n\t\t\tvar el = $( this );\n\t\t\treturn {\n\t\t\t\tel: el,\n\t\t\t\tstart: getElementStyles( this )\n\t\t\t};\n\t\t} );\n\n\t\t// Apply class change\n\t\tapplyClassChange = function() {\n\t\t\t$.each( classAnimationActions, function( i, action ) {\n\t\t\t\tif ( value[ action ] ) {\n\t\t\t\t\tanimated[ action + \"Class\" ]( value[ action ] );\n\t\t\t\t}\n\t\t\t} );\n\t\t};\n\t\tapplyClassChange();\n\n\t\t// Map all animated objects again - calculate new styles and diff\n\t\tallAnimations = allAnimations.map( function() {\n\t\t\tthis.end = getElementStyles( this.el[ 0 ] );\n\t\t\tthis.diff = styleDifference( this.start, this.end );\n\t\t\treturn this;\n\t\t} );\n\n\t\t// Apply original class\n\t\tanimated.attr( \"class\", baseClass );\n\n\t\t// Map all animated objects again - this time collecting a promise\n\t\tallAnimations = allAnimations.map( function() {\n\t\t\tvar styleInfo = this,\n\t\t\t\tdfd = $.Deferred(),\n\t\t\t\topts = $.extend( {}, o, {\n\t\t\t\t\tqueue: false,\n\t\t\t\t\tcomplete: function() {\n\t\t\t\t\t\tdfd.resolve( styleInfo );\n\t\t\t\t\t}\n\t\t\t\t} );\n\n\t\t\tthis.el.animate( this.diff, opts );\n\t\t\treturn dfd.promise();\n\t\t} );\n\n\t\t// Once all animations have completed:\n\t\t$.when.apply( $, allAnimations.get() ).done( function() {\n\n\t\t\t// Set the final class\n\t\t\tapplyClassChange();\n\n\t\t\t// For each animated element,\n\t\t\t// clear all css properties that were animated\n\t\t\t$.each( arguments, function() {\n\t\t\t\tvar el = this.el;\n\t\t\t\t$.each( this.diff, function( key ) {\n\t\t\t\t\tel.css( key, \"\" );\n\t\t\t\t} );\n\t\t\t} );\n\n\t\t\t// This is guarnteed to be there if you use jQuery.speed()\n\t\t\t// it also handles dequeuing the next anim...\n\t\t\to.complete.call( animated[ 0 ] );\n\t\t} );\n\t} );\n};\n\n$.fn.extend( {\n\taddClass: ( function( orig ) {\n\t\treturn function( classNames, speed, easing, callback ) {\n\t\t\treturn speed ?\n\t\t\t\t$.effects.animateClass.call( this,\n\t\t\t\t\t{ add: classNames }, speed, easing, callback ) :\n\t\t\t\torig.apply( this, arguments );\n\t\t};\n\t} )( $.fn.addClass ),\n\n\tremoveClass: ( function( orig ) {\n\t\treturn function( classNames, speed, easing, callback ) {\n\t\t\treturn arguments.length > 1 ?\n\t\t\t\t$.effects.animateClass.call( this,\n\t\t\t\t\t{ remove: classNames }, speed, easing, callback ) :\n\t\t\t\torig.apply( this, arguments );\n\t\t};\n\t} )( $.fn.removeClass ),\n\n\ttoggleClass: ( function( orig ) {\n\t\treturn function( classNames, force, speed, easing, callback ) {\n\t\t\tif ( typeof force === \"boolean\" || force === undefined ) {\n\t\t\t\tif ( !speed ) {\n\n\t\t\t\t\t// Without speed parameter\n\t\t\t\t\treturn orig.apply( this, arguments );\n\t\t\t\t} else {\n\t\t\t\t\treturn $.effects.animateClass.call( this,\n\t\t\t\t\t\t( force ? { add: classNames } : { remove: classNames } ),\n\t\t\t\t\t\tspeed, easing, callback );\n\t\t\t\t}\n\t\t\t} else {\n\n\t\t\t\t// Without force parameter\n\t\t\t\treturn $.effects.animateClass.call( this,\n\t\t\t\t\t{ toggle: classNames }, force, speed, easing );\n\t\t\t}\n\t\t};\n\t} )( $.fn.toggleClass ),\n\n\tswitchClass: function( remove, add, speed, easing, callback ) {\n\t\treturn $.effects.animateClass.call( this, {\n\t\t\tadd: add,\n\t\t\tremove: remove\n\t\t}, speed, easing, callback );\n\t}\n} );\n\n} )();\n\n/******************************************************************************/\n/*********************************** EFFECTS **********************************/\n/******************************************************************************/\n\n( function() {\n\nif ( $.expr && $.expr.filters && $.expr.filters.animated ) {\n\t$.expr.filters.animated = ( function( orig ) {\n\t\treturn function( elem ) {\n\t\t\treturn !!$( elem ).data( dataSpaceAnimated ) || orig( elem );\n\t\t};\n\t} )( $.expr.filters.animated );\n}\n\nif ( $.uiBackCompat !== false ) {\n\t$.extend( $.effects, {\n\n\t\t// Saves a set of properties in a data storage\n\t\tsave: function( element, set ) {\n\t\t\tvar i = 0, length = set.length;\n\t\t\tfor ( ; i < length; i++ ) {\n\t\t\t\tif ( set[ i ] !== null ) {\n\t\t\t\t\telement.data( dataSpace + set[ i ], element[ 0 ].style[ set[ i ] ] );\n\t\t\t\t}\n\t\t\t}\n\t\t},\n\n\t\t// Restores a set of previously saved properties from a data storage\n\t\trestore: function( element, set ) {\n\t\t\tvar val, i = 0, length = set.length;\n\t\t\tfor ( ; i < length; i++ ) {\n\t\t\t\tif ( set[ i ] !== null ) {\n\t\t\t\t\tval = element.data( dataSpace + set[ i ] );\n\t\t\t\t\telement.css( set[ i ], val );\n\t\t\t\t}\n\t\t\t}\n\t\t},\n\n\t\tsetMode: function( el, mode ) {\n\t\t\tif ( mode === \"toggle\" ) {\n\t\t\t\tmode = el.is( \":hidden\" ) ? \"show\" : \"hide\";\n\t\t\t}\n\t\t\treturn mode;\n\t\t},\n\n\t\t// Wraps the element around a wrapper that copies position properties\n\t\tcreateWrapper: function( element ) {\n\n\t\t\t// If the element is already wrapped, return it\n\t\t\tif ( element.parent().is( \".ui-effects-wrapper\" ) ) {\n\t\t\t\treturn element.parent();\n\t\t\t}\n\n\t\t\t// Wrap the element\n\t\t\tvar props = {\n\t\t\t\t\twidth: element.outerWidth( true ),\n\t\t\t\t\theight: element.outerHeight( true ),\n\t\t\t\t\t\"float\": element.css( \"float\" )\n\t\t\t\t},\n\t\t\t\twrapper = $( \"<div></div>\" )\n\t\t\t\t\t.addClass( \"ui-effects-wrapper\" )\n\t\t\t\t\t.css( {\n\t\t\t\t\t\tfontSize: \"100%\",\n\t\t\t\t\t\tbackground: \"transparent\",\n\t\t\t\t\t\tborder: \"none\",\n\t\t\t\t\t\tmargin: 0,\n\t\t\t\t\t\tpadding: 0\n\t\t\t\t\t} ),\n\n\t\t\t\t// Store the size in case width/height are defined in % - Fixes #5245\n\t\t\t\tsize = {\n\t\t\t\t\twidth: element.width(),\n\t\t\t\t\theight: element.height()\n\t\t\t\t},\n\t\t\t\tactive = document.activeElement;\n\n\t\t\t// Support: Firefox\n\t\t\t// Firefox incorrectly exposes anonymous content\n\t\t\t// https://bugzilla.mozilla.org/show_bug.cgi?id=561664\n\t\t\ttry {\n\t\t\t\tactive.id;\n\t\t\t} catch ( e ) {\n\t\t\t\tactive = document.body;\n\t\t\t}\n\n\t\t\telement.wrap( wrapper );\n\n\t\t\t// Fixes #7595 - Elements lose focus when wrapped.\n\t\t\tif ( element[ 0 ] === active || $.contains( element[ 0 ], active ) ) {\n\t\t\t\t$( active ).trigger( \"focus\" );\n\t\t\t}\n\n\t\t\t// Hotfix for jQuery 1.4 since some change in wrap() seems to actually\n\t\t\t// lose the reference to the wrapped element\n\t\t\twrapper = element.parent();\n\n\t\t\t// Transfer positioning properties to the wrapper\n\t\t\tif ( element.css( \"position\" ) === \"static\" ) {\n\t\t\t\twrapper.css( { position: \"relative\" } );\n\t\t\t\telement.css( { position: \"relative\" } );\n\t\t\t} else {\n\t\t\t\t$.extend( props, {\n\t\t\t\t\tposition: element.css( \"position\" ),\n\t\t\t\t\tzIndex: element.css( \"z-index\" )\n\t\t\t\t} );\n\t\t\t\t$.each( [ \"top\", \"left\", \"bottom\", \"right\" ], function( i, pos ) {\n\t\t\t\t\tprops[ pos ] = element.css( pos );\n\t\t\t\t\tif ( isNaN( parseInt( props[ pos ], 10 ) ) ) {\n\t\t\t\t\t\tprops[ pos ] = \"auto\";\n\t\t\t\t\t}\n\t\t\t\t} );\n\t\t\t\telement.css( {\n\t\t\t\t\tposition: \"relative\",\n\t\t\t\t\ttop: 0,\n\t\t\t\t\tleft: 0,\n\t\t\t\t\tright: \"auto\",\n\t\t\t\t\tbottom: \"auto\"\n\t\t\t\t} );\n\t\t\t}\n\t\t\telement.css( size );\n\n\t\t\treturn wrapper.css( props ).show();\n\t\t},\n\n\t\tremoveWrapper: function( element ) {\n\t\t\tvar active = document.activeElement;\n\n\t\t\tif ( element.parent().is( \".ui-effects-wrapper\" ) ) {\n\t\t\t\telement.parent().replaceWith( element );\n\n\t\t\t\t// Fixes #7595 - Elements lose focus when wrapped.\n\t\t\t\tif ( element[ 0 ] === active || $.contains( element[ 0 ], active ) ) {\n\t\t\t\t\t$( active ).trigger( \"focus\" );\n\t\t\t\t}\n\t\t\t}\n\n\t\t\treturn element;\n\t\t}\n\t} );\n}\n\n$.extend( $.effects, {\n\tversion: \"1.12.1\",\n\n\tdefine: function( name, mode, effect ) {\n\t\tif ( !effect ) {\n\t\t\teffect = mode;\n\t\t\tmode = \"effect\";\n\t\t}\n\n\t\t$.effects.effect[ name ] = effect;\n\t\t$.effects.effect[ name ].mode = mode;\n\n\t\treturn effect;\n\t},\n\n\tscaledDimensions: function( element, percent, direction ) {\n\t\tif ( percent === 0 ) {\n\t\t\treturn {\n\t\t\t\theight: 0,\n\t\t\t\twidth: 0,\n\t\t\t\touterHeight: 0,\n\t\t\t\touterWidth: 0\n\t\t\t};\n\t\t}\n\n\t\tvar x = direction !== \"horizontal\" ? ( ( percent || 100 ) / 100 ) : 1,\n\t\t\ty = direction !== \"vertical\" ? ( ( percent || 100 ) / 100 ) : 1;\n\n\t\treturn {\n\t\t\theight: element.height() * y,\n\t\t\twidth: element.width() * x,\n\t\t\touterHeight: element.outerHeight() * y,\n\t\t\touterWidth: element.outerWidth() * x\n\t\t};\n\n\t},\n\n\tclipToBox: function( animation ) {\n\t\treturn {\n\t\t\twidth: animation.clip.right - animation.clip.left,\n\t\t\theight: animation.clip.bottom - animation.clip.top,\n\t\t\tleft: animation.clip.left,\n\t\t\ttop: animation.clip.top\n\t\t};\n\t},\n\n\t// Injects recently queued functions to be first in line (after \"inprogress\")\n\tunshift: function( element, queueLength, count ) {\n\t\tvar queue = element.queue();\n\n\t\tif ( queueLength > 1 ) {\n\t\t\tqueue.splice.apply( queue,\n\t\t\t\t[ 1, 0 ].concat( queue.splice( queueLength, count ) ) );\n\t\t}\n\t\telement.dequeue();\n\t},\n\n\tsaveStyle: function( element ) {\n\t\telement.data( dataSpaceStyle, element[ 0 ].style.cssText );\n\t},\n\n\trestoreStyle: function( element ) {\n\t\telement[ 0 ].style.cssText = element.data( dataSpaceStyle ) || \"\";\n\t\telement.removeData( dataSpaceStyle );\n\t},\n\n\tmode: function( element, mode ) {\n\t\tvar hidden = element.is( \":hidden\" );\n\n\t\tif ( mode === \"toggle\" ) {\n\t\t\tmode = hidden ? \"show\" : \"hide\";\n\t\t}\n\t\tif ( hidden ? mode === \"hide\" : mode === \"show\" ) {\n\t\t\tmode = \"none\";\n\t\t}\n\t\treturn mode;\n\t},\n\n\t// Translates a [top,left] array into a baseline value\n\tgetBaseline: function( origin, original ) {\n\t\tvar y, x;\n\n\t\tswitch ( origin[ 0 ] ) {\n\t\tcase \"top\":\n\t\t\ty = 0;\n\t\t\tbreak;\n\t\tcase \"middle\":\n\t\t\ty = 0.5;\n\t\t\tbreak;\n\t\tcase \"bottom\":\n\t\t\ty = 1;\n\t\t\tbreak;\n\t\tdefault:\n\t\t\ty = origin[ 0 ] / original.height;\n\t\t}\n\n\t\tswitch ( origin[ 1 ] ) {\n\t\tcase \"left\":\n\t\t\tx = 0;\n\t\t\tbreak;\n\t\tcase \"center\":\n\t\t\tx = 0.5;\n\t\t\tbreak;\n\t\tcase \"right\":\n\t\t\tx = 1;\n\t\t\tbreak;\n\t\tdefault:\n\t\t\tx = origin[ 1 ] / original.width;\n\t\t}\n\n\t\treturn {\n\t\t\tx: x,\n\t\t\ty: y\n\t\t};\n\t},\n\n\t// Creates a placeholder element so that the original element can be made absolute\n\tcreatePlaceholder: function( element ) {\n\t\tvar placeholder,\n\t\t\tcssPosition = element.css( \"position\" ),\n\t\t\tposition = element.position();\n\n\t\t// Lock in margins first to account for form elements, which\n\t\t// will change margin if you explicitly set height\n\t\t// see: http://jsfiddle.net/JZSMt/3/ https://bugs.webkit.org/show_bug.cgi?id=107380\n\t\t// Support: Safari\n\t\telement.css( {\n\t\t\tmarginTop: element.css( \"marginTop\" ),\n\t\t\tmarginBottom: element.css( \"marginBottom\" ),\n\t\t\tmarginLeft: element.css( \"marginLeft\" ),\n\t\t\tmarginRight: element.css( \"marginRight\" )\n\t\t} )\n\t\t.outerWidth( element.outerWidth() )\n\t\t.outerHeight( element.outerHeight() );\n\n\t\tif ( /^(static|relative)/.test( cssPosition ) ) {\n\t\t\tcssPosition = \"absolute\";\n\n\t\t\tplaceholder = $( \"<\" + element[ 0 ].nodeName + \">\" ).insertAfter( element ).css( {\n\n\t\t\t\t// Convert inline to inline block to account for inline elements\n\t\t\t\t// that turn to inline block based on content (like img)\n\t\t\t\tdisplay: /^(inline|ruby)/.test( element.css( \"display\" ) ) ?\n\t\t\t\t\t\"inline-block\" :\n\t\t\t\t\t\"block\",\n\t\t\t\tvisibility: \"hidden\",\n\n\t\t\t\t// Margins need to be set to account for margin collapse\n\t\t\t\tmarginTop: element.css( \"marginTop\" ),\n\t\t\t\tmarginBottom: element.css( \"marginBottom\" ),\n\t\t\t\tmarginLeft: element.css( \"marginLeft\" ),\n\t\t\t\tmarginRight: element.css( \"marginRight\" ),\n\t\t\t\t\"float\": element.css( \"float\" )\n\t\t\t} )\n\t\t\t.outerWidth( element.outerWidth() )\n\t\t\t.outerHeight( element.outerHeight() )\n\t\t\t.addClass( \"ui-effects-placeholder\" );\n\n\t\t\telement.data( dataSpace + \"placeholder\", placeholder );\n\t\t}\n\n\t\telement.css( {\n\t\t\tposition: cssPosition,\n\t\t\tleft: position.left,\n\t\t\ttop: position.top\n\t\t} );\n\n\t\treturn placeholder;\n\t},\n\n\tremovePlaceholder: function( element ) {\n\t\tvar dataKey = dataSpace + \"placeholder\",\n\t\t\t\tplaceholder = element.data( dataKey );\n\n\t\tif ( placeholder ) {\n\t\t\tplaceholder.remove();\n\t\t\telement.removeData( dataKey );\n\t\t}\n\t},\n\n\t// Removes a placeholder if it exists and restores\n\t// properties that were modified during placeholder creation\n\tcleanUp: function( element ) {\n\t\t$.effects.restoreStyle( element );\n\t\t$.effects.removePlaceholder( element );\n\t},\n\n\tsetTransition: function( element, list, factor, value ) {\n\t\tvalue = value || {};\n\t\t$.each( list, function( i, x ) {\n\t\t\tvar unit = element.cssUnit( x );\n\t\t\tif ( unit[ 0 ] > 0 ) {\n\t\t\t\tvalue[ x ] = unit[ 0 ] * factor + unit[ 1 ];\n\t\t\t}\n\t\t} );\n\t\treturn value;\n\t}\n} );\n\n// Return an effect options object for the given parameters:\nfunction _normalizeArguments( effect, options, speed, callback ) {\n\n\t// Allow passing all options as the first parameter\n\tif ( $.isPlainObject( effect ) ) {\n\t\toptions = effect;\n\t\teffect = effect.effect;\n\t}\n\n\t// Convert to an object\n\teffect = { effect: effect };\n\n\t// Catch (effect, null, ...)\n\tif ( options == null ) {\n\t\toptions = {};\n\t}\n\n\t// Catch (effect, callback)\n\tif ( $.isFunction( options ) ) {\n\t\tcallback = options;\n\t\tspeed = null;\n\t\toptions = {};\n\t}\n\n\t// Catch (effect, speed, ?)\n\tif ( typeof options === \"number\" || $.fx.speeds[ options ] ) {\n\t\tcallback = speed;\n\t\tspeed = options;\n\t\toptions = {};\n\t}\n\n\t// Catch (effect, options, callback)\n\tif ( $.isFunction( speed ) ) {\n\t\tcallback = speed;\n\t\tspeed = null;\n\t}\n\n\t// Add options to effect\n\tif ( options ) {\n\t\t$.extend( effect, options );\n\t}\n\n\tspeed = speed || options.duration;\n\teffect.duration = $.fx.off ? 0 :\n\t\ttypeof speed === \"number\" ? speed :\n\t\tspeed in $.fx.speeds ? $.fx.speeds[ speed ] :\n\t\t$.fx.speeds._default;\n\n\teffect.complete = callback || options.complete;\n\n\treturn effect;\n}\n\nfunction standardAnimationOption( option ) {\n\n\t// Valid standard speeds (nothing, number, named speed)\n\tif ( !option || typeof option === \"number\" || $.fx.speeds[ option ] ) {\n\t\treturn true;\n\t}\n\n\t// Invalid strings - treat as \"normal\" speed\n\tif ( typeof option === \"string\" && !$.effects.effect[ option ] ) {\n\t\treturn true;\n\t}\n\n\t// Complete callback\n\tif ( $.isFunction( option ) ) {\n\t\treturn true;\n\t}\n\n\t// Options hash (but not naming an effect)\n\tif ( typeof option === \"object\" && !option.effect ) {\n\t\treturn true;\n\t}\n\n\t// Didn't match any standard API\n\treturn false;\n}\n\n$.fn.extend( {\n\teffect: function( /* effect, options, speed, callback */ ) {\n\t\tvar args = _normalizeArguments.apply( this, arguments ),\n\t\t\teffectMethod = $.effects.effect[ args.effect ],\n\t\t\tdefaultMode = effectMethod.mode,\n\t\t\tqueue = args.queue,\n\t\t\tqueueName = queue || \"fx\",\n\t\t\tcomplete = args.complete,\n\t\t\tmode = args.mode,\n\t\t\tmodes = [],\n\t\t\tprefilter = function( next ) {\n\t\t\t\tvar el = $( this ),\n\t\t\t\t\tnormalizedMode = $.effects.mode( el, mode ) || defaultMode;\n\n\t\t\t\t// Sentinel for duck-punching the :animated psuedo-selector\n\t\t\t\tel.data( dataSpaceAnimated, true );\n\n\t\t\t\t// Save effect mode for later use,\n\t\t\t\t// we can't just call $.effects.mode again later,\n\t\t\t\t// as the .show() below destroys the initial state\n\t\t\t\tmodes.push( normalizedMode );\n\n\t\t\t\t// See $.uiBackCompat inside of run() for removal of defaultMode in 1.13\n\t\t\t\tif ( defaultMode && ( normalizedMode === \"show\" ||\n\t\t\t\t\t\t( normalizedMode === defaultMode && normalizedMode === \"hide\" ) ) ) {\n\t\t\t\t\tel.show();\n\t\t\t\t}\n\n\t\t\t\tif ( !defaultMode || normalizedMode !== \"none\" ) {\n\t\t\t\t\t$.effects.saveStyle( el );\n\t\t\t\t}\n\n\t\t\t\tif ( $.isFunction( next ) ) {\n\t\t\t\t\tnext();\n\t\t\t\t}\n\t\t\t};\n\n\t\tif ( $.fx.off || !effectMethod ) {\n\n\t\t\t// Delegate to the original method (e.g., .show()) if possible\n\t\t\tif ( mode ) {\n\t\t\t\treturn this[ mode ]( args.duration, complete );\n\t\t\t} else {\n\t\t\t\treturn this.each( function() {\n\t\t\t\t\tif ( complete ) {\n\t\t\t\t\t\tcomplete.call( this );\n\t\t\t\t\t}\n\t\t\t\t} );\n\t\t\t}\n\t\t}\n\n\t\tfunction run( next ) {\n\t\t\tvar elem = $( this );\n\n\t\t\tfunction cleanup() {\n\t\t\t\telem.removeData( dataSpaceAnimated );\n\n\t\t\t\t$.effects.cleanUp( elem );\n\n\t\t\t\tif ( args.mode === \"hide\" ) {\n\t\t\t\t\telem.hide();\n\t\t\t\t}\n\n\t\t\t\tdone();\n\t\t\t}\n\n\t\t\tfunction done() {\n\t\t\t\tif ( $.isFunction( complete ) ) {\n\t\t\t\t\tcomplete.call( elem[ 0 ] );\n\t\t\t\t}\n\n\t\t\t\tif ( $.isFunction( next ) ) {\n\t\t\t\t\tnext();\n\t\t\t\t}\n\t\t\t}\n\n\t\t\t// Override mode option on a per element basis,\n\t\t\t// as toggle can be either show or hide depending on element state\n\t\t\targs.mode = modes.shift();\n\n\t\t\tif ( $.uiBackCompat !== false && !defaultMode ) {\n\t\t\t\tif ( elem.is( \":hidden\" ) ? mode === \"hide\" : mode === \"show\" ) {\n\n\t\t\t\t\t// Call the core method to track \"olddisplay\" properly\n\t\t\t\t\telem[ mode ]();\n\t\t\t\t\tdone();\n\t\t\t\t} else {\n\t\t\t\t\teffectMethod.call( elem[ 0 ], args, done );\n\t\t\t\t}\n\t\t\t} else {\n\t\t\t\tif ( args.mode === \"none\" ) {\n\n\t\t\t\t\t// Call the core method to track \"olddisplay\" properly\n\t\t\t\t\telem[ mode ]();\n\t\t\t\t\tdone();\n\t\t\t\t} else {\n\t\t\t\t\teffectMethod.call( elem[ 0 ], args, cleanup );\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\t// Run prefilter on all elements first to ensure that\n\t\t// any showing or hiding happens before placeholder creation,\n\t\t// which ensures that any layout changes are correctly captured.\n\t\treturn queue === false ?\n\t\t\tthis.each( prefilter ).each( run ) :\n\t\t\tthis.queue( queueName, prefilter ).queue( queueName, run );\n\t},\n\n\tshow: ( function( orig ) {\n\t\treturn function( option ) {\n\t\t\tif ( standardAnimationOption( option ) ) {\n\t\t\t\treturn orig.apply( this, arguments );\n\t\t\t} else {\n\t\t\t\tvar args = _normalizeArguments.apply( this, arguments );\n\t\t\t\targs.mode = \"show\";\n\t\t\t\treturn this.effect.call( this, args );\n\t\t\t}\n\t\t};\n\t} )( $.fn.show ),\n\n\thide: ( function( orig ) {\n\t\treturn function( option ) {\n\t\t\tif ( standardAnimationOption( option ) ) {\n\t\t\t\treturn orig.apply( this, arguments );\n\t\t\t} else {\n\t\t\t\tvar args = _normalizeArguments.apply( this, arguments );\n\t\t\t\targs.mode = \"hide\";\n\t\t\t\treturn this.effect.call( this, args );\n\t\t\t}\n\t\t};\n\t} )( $.fn.hide ),\n\n\ttoggle: ( function( orig ) {\n\t\treturn function( option ) {\n\t\t\tif ( standardAnimationOption( option ) || typeof option === \"boolean\" ) {\n\t\t\t\treturn orig.apply( this, arguments );\n\t\t\t} else {\n\t\t\t\tvar args = _normalizeArguments.apply( this, arguments );\n\t\t\t\targs.mode = \"toggle\";\n\t\t\t\treturn this.effect.call( this, args );\n\t\t\t}\n\t\t};\n\t} )( $.fn.toggle ),\n\n\tcssUnit: function( key ) {\n\t\tvar style = this.css( key ),\n\t\t\tval = [];\n\n\t\t$.each( [ \"em\", \"px\", \"%\", \"pt\" ], function( i, unit ) {\n\t\t\tif ( style.indexOf( unit ) > 0 ) {\n\t\t\t\tval = [ parseFloat( style ), unit ];\n\t\t\t}\n\t\t} );\n\t\treturn val;\n\t},\n\n\tcssClip: function( clipObj ) {\n\t\tif ( clipObj ) {\n\t\t\treturn this.css( \"clip\", \"rect(\" + clipObj.top + \"px \" + clipObj.right + \"px \" +\n\t\t\t\tclipObj.bottom + \"px \" + clipObj.left + \"px)\" );\n\t\t}\n\t\treturn parseClip( this.css( \"clip\" ), this );\n\t},\n\n\ttransfer: function( options, done ) {\n\t\tvar element = $( this ),\n\t\t\ttarget = $( options.to ),\n\t\t\ttargetFixed = target.css( \"position\" ) === \"fixed\",\n\t\t\tbody = $( \"body\" ),\n\t\t\tfixTop = targetFixed ? body.scrollTop() : 0,\n\t\t\tfixLeft = targetFixed ? body.scrollLeft() : 0,\n\t\t\tendPosition = target.offset(),\n\t\t\tanimation = {\n\t\t\t\ttop: endPosition.top - fixTop,\n\t\t\t\tleft: endPosition.left - fixLeft,\n\t\t\t\theight: target.innerHeight(),\n\t\t\t\twidth: target.innerWidth()\n\t\t\t},\n\t\t\tstartPosition = element.offset(),\n\t\t\ttransfer = $( \"<div class='ui-effects-transfer'></div>\" )\n\t\t\t\t.appendTo( \"body\" )\n\t\t\t\t.addClass( options.className )\n\t\t\t\t.css( {\n\t\t\t\t\ttop: startPosition.top - fixTop,\n\t\t\t\t\tleft: startPosition.left - fixLeft,\n\t\t\t\t\theight: element.innerHeight(),\n\t\t\t\t\twidth: element.innerWidth(),\n\t\t\t\t\tposition: targetFixed ? \"fixed\" : \"absolute\"\n\t\t\t\t} )\n\t\t\t\t.animate( animation, options.duration, options.easing, function() {\n\t\t\t\t\ttransfer.remove();\n\t\t\t\t\tif ( $.isFunction( done ) ) {\n\t\t\t\t\t\tdone();\n\t\t\t\t\t}\n\t\t\t\t} );\n\t}\n} );\n\nfunction parseClip( str, element ) {\n\t\tvar outerWidth = element.outerWidth(),\n\t\t\touterHeight = element.outerHeight(),\n\t\t\tclipRegex = /^rect\\((-?\\d*\\.?\\d*px|-?\\d+%|auto),?\\s*(-?\\d*\\.?\\d*px|-?\\d+%|auto),?\\s*(-?\\d*\\.?\\d*px|-?\\d+%|auto),?\\s*(-?\\d*\\.?\\d*px|-?\\d+%|auto)\\)$/,\n\t\t\tvalues = clipRegex.exec( str ) || [ \"\", 0, outerWidth, outerHeight, 0 ];\n\n\t\treturn {\n\t\t\ttop: parseFloat( values[ 1 ] ) || 0,\n\t\t\tright: values[ 2 ] === \"auto\" ? outerWidth : parseFloat( values[ 2 ] ),\n\t\t\tbottom: values[ 3 ] === \"auto\" ? outerHeight : parseFloat( values[ 3 ] ),\n\t\t\tleft: parseFloat( values[ 4 ] ) || 0\n\t\t};\n}\n\n$.fx.step.clip = function( fx ) {\n\tif ( !fx.clipInit ) {\n\t\tfx.start = $( fx.elem ).cssClip();\n\t\tif ( typeof fx.end === \"string\" ) {\n\t\t\tfx.end = parseClip( fx.end, fx.elem );\n\t\t}\n\t\tfx.clipInit = true;\n\t}\n\n\t$( fx.elem ).cssClip( {\n\t\ttop: fx.pos * ( fx.end.top - fx.start.top ) + fx.start.top,\n\t\tright: fx.pos * ( fx.end.right - fx.start.right ) + fx.start.right,\n\t\tbottom: fx.pos * ( fx.end.bottom - fx.start.bottom ) + fx.start.bottom,\n\t\tleft: fx.pos * ( fx.end.left - fx.start.left ) + fx.start.left\n\t} );\n};\n\n} )();\n\n/******************************************************************************/\n/*********************************** EASING ***********************************/\n/******************************************************************************/\n\n( function() {\n\n// Based on easing equations from Robert Penner (http://www.robertpenner.com/easing)\n\nvar baseEasings = {};\n\n$.each( [ \"Quad\", \"Cubic\", \"Quart\", \"Quint\", \"Expo\" ], function( i, name ) {\n\tbaseEasings[ name ] = function( p ) {\n\t\treturn Math.pow( p, i + 2 );\n\t};\n} );\n\n$.extend( baseEasings, {\n\tSine: function( p ) {\n\t\treturn 1 - Math.cos( p * Math.PI / 2 );\n\t},\n\tCirc: function( p ) {\n\t\treturn 1 - Math.sqrt( 1 - p * p );\n\t},\n\tElastic: function( p ) {\n\t\treturn p === 0 || p === 1 ? p :\n\t\t\t-Math.pow( 2, 8 * ( p - 1 ) ) * Math.sin( ( ( p - 1 ) * 80 - 7.5 ) * Math.PI / 15 );\n\t},\n\tBack: function( p ) {\n\t\treturn p * p * ( 3 * p - 2 );\n\t},\n\tBounce: function( p ) {\n\t\tvar pow2,\n\t\t\tbounce = 4;\n\n\t\twhile ( p < ( ( pow2 = Math.pow( 2, --bounce ) ) - 1 ) / 11 ) {}\n\t\treturn 1 / Math.pow( 4, 3 - bounce ) - 7.5625 * Math.pow( ( pow2 * 3 - 2 ) / 22 - p, 2 );\n\t}\n} );\n\n$.each( baseEasings, function( name, easeIn ) {\n\t$.easing[ \"easeIn\" + name ] = easeIn;\n\t$.easing[ \"easeOut\" + name ] = function( p ) {\n\t\treturn 1 - easeIn( 1 - p );\n\t};\n\t$.easing[ \"easeInOut\" + name ] = function( p ) {\n\t\treturn p < 0.5 ?\n\t\t\teaseIn( p * 2 ) / 2 :\n\t\t\t1 - easeIn( p * -2 + 2 ) / 2;\n\t};\n} );\n\n} )();\n\nvar effect = $.effects;\n\n\n/*!\n * jQuery UI Effects Blind 1.12.1\n * http://jqueryui.com\n *\n * Copyright jQuery Foundation and other contributors\n * Released under the MIT license.\n * http://jquery.org/license\n */\n\n//>>label: Blind Effect\n//>>group: Effects\n//>>description: Blinds the element.\n//>>docs: http://api.jqueryui.com/blind-effect/\n//>>demos: http://jqueryui.com/effect/\n\n\n\nvar effectsEffectBlind = $.effects.define( \"blind\", \"hide\", function( options, done ) {\n\tvar map = {\n\t\t\tup: [ \"bottom\", \"top\" ],\n\t\t\tvertical: [ \"bottom\", \"top\" ],\n\t\t\tdown: [ \"top\", \"bottom\" ],\n\t\t\tleft: [ \"right\", \"left\" ],\n\t\t\thorizontal: [ \"right\", \"left\" ],\n\t\t\tright: [ \"left\", \"right\" ]\n\t\t},\n\t\telement = $( this ),\n\t\tdirection = options.direction || \"up\",\n\t\tstart = element.cssClip(),\n\t\tanimate = { clip: $.extend( {}, start ) },\n\t\tplaceholder = $.effects.createPlaceholder( element );\n\n\tanimate.clip[ map[ direction ][ 0 ] ] = animate.clip[ map[ direction ][ 1 ] ];\n\n\tif ( options.mode === \"show\" ) {\n\t\telement.cssClip( animate.clip );\n\t\tif ( placeholder ) {\n\t\t\tplaceholder.css( $.effects.clipToBox( animate ) );\n\t\t}\n\n\t\tanimate.clip = start;\n\t}\n\n\tif ( placeholder ) {\n\t\tplaceholder.animate( $.effects.clipToBox( animate ), options.duration, options.easing );\n\t}\n\n\telement.animate( animate, {\n\t\tqueue: false,\n\t\tduration: options.duration,\n\t\teasing: options.easing,\n\t\tcomplete: done\n\t} );\n} );\n\n\n/*!\n * jQuery UI Effects Bounce 1.12.1\n * http://jqueryui.com\n *\n * Copyright jQuery Foundation and other contributors\n * Released under the MIT license.\n * http://jquery.org/license\n */\n\n//>>label: Bounce Effect\n//>>group: Effects\n//>>description: Bounces an element horizontally or vertically n times.\n//>>docs: http://api.jqueryui.com/bounce-effect/\n//>>demos: http://jqueryui.com/effect/\n\n\n\nvar effectsEffectBounce = $.effects.define( \"bounce\", function( options, done ) {\n\tvar upAnim, downAnim, refValue,\n\t\telement = $( this ),\n\n\t\t// Defaults:\n\t\tmode = options.mode,\n\t\thide = mode === \"hide\",\n\t\tshow = mode === \"show\",\n\t\tdirection = options.direction || \"up\",\n\t\tdistance = options.distance,\n\t\ttimes = options.times || 5,\n\n\t\t// Number of internal animations\n\t\tanims = times * 2 + ( show || hide ? 1 : 0 ),\n\t\tspeed = options.duration / anims,\n\t\teasing = options.easing,\n\n\t\t// Utility:\n\t\tref = ( direction === \"up\" || direction === \"down\" ) ? \"top\" : \"left\",\n\t\tmotion = ( direction === \"up\" || direction === \"left\" ),\n\t\ti = 0,\n\n\t\tqueuelen = element.queue().length;\n\n\t$.effects.createPlaceholder( element );\n\n\trefValue = element.css( ref );\n\n\t// Default distance for the BIGGEST bounce is the outer Distance / 3\n\tif ( !distance ) {\n\t\tdistance = element[ ref === \"top\" ? \"outerHeight\" : \"outerWidth\" ]() / 3;\n\t}\n\n\tif ( show ) {\n\t\tdownAnim = { opacity: 1 };\n\t\tdownAnim[ ref ] = refValue;\n\n\t\t// If we are showing, force opacity 0 and set the initial position\n\t\t// then do the \"first\" animation\n\t\telement\n\t\t\t.css( \"opacity\", 0 )\n\t\t\t.css( ref, motion ? -distance * 2 : distance * 2 )\n\t\t\t.animate( downAnim, speed, easing );\n\t}\n\n\t// Start at the smallest distance if we are hiding\n\tif ( hide ) {\n\t\tdistance = distance / Math.pow( 2, times - 1 );\n\t}\n\n\tdownAnim = {};\n\tdownAnim[ ref ] = refValue;\n\n\t// Bounces up/down/left/right then back to 0 -- times * 2 animations happen here\n\tfor ( ; i < times; i++ ) {\n\t\tupAnim = {};\n\t\tupAnim[ ref ] = ( motion ? \"-=\" : \"+=\" ) + distance;\n\n\t\telement\n\t\t\t.animate( upAnim, speed, easing )\n\t\t\t.animate( downAnim, speed, easing );\n\n\t\tdistance = hide ? distance * 2 : distance / 2;\n\t}\n\n\t// Last Bounce when Hiding\n\tif ( hide ) {\n\t\tupAnim = { opacity: 0 };\n\t\tupAnim[ ref ] = ( motion ? \"-=\" : \"+=\" ) + distance;\n\n\t\telement.animate( upAnim, speed, easing );\n\t}\n\n\telement.queue( done );\n\n\t$.effects.unshift( element, queuelen, anims + 1 );\n} );\n\n\n/*!\n * jQuery UI Effects Clip 1.12.1\n * http://jqueryui.com\n *\n * Copyright jQuery Foundation and other contributors\n * Released under the MIT license.\n * http://jquery.org/license\n */\n\n//>>label: Clip Effect\n//>>group: Effects\n//>>description: Clips the element on and off like an old TV.\n//>>docs: http://api.jqueryui.com/clip-effect/\n//>>demos: http://jqueryui.com/effect/\n\n\n\nvar effectsEffectClip = $.effects.define( \"clip\", \"hide\", function( options, done ) {\n\tvar start,\n\t\tanimate = {},\n\t\telement = $( this ),\n\t\tdirection = options.direction || \"vertical\",\n\t\tboth = direction === \"both\",\n\t\thorizontal = both || direction === \"horizontal\",\n\t\tvertical = both || direction === \"vertical\";\n\n\tstart = element.cssClip();\n\tanimate.clip = {\n\t\ttop: vertical ? ( start.bottom - start.top ) / 2 : start.top,\n\t\tright: horizontal ? ( start.right - start.left ) / 2 : start.right,\n\t\tbottom: vertical ? ( start.bottom - start.top ) / 2 : start.bottom,\n\t\tleft: horizontal ? ( start.right - start.left ) / 2 : start.left\n\t};\n\n\t$.effects.createPlaceholder( element );\n\n\tif ( options.mode === \"show\" ) {\n\t\telement.cssClip( animate.clip );\n\t\tanimate.clip = start;\n\t}\n\n\telement.animate( animate, {\n\t\tqueue: false,\n\t\tduration: options.duration,\n\t\teasing: options.easing,\n\t\tcomplete: done\n\t} );\n\n} );\n\n\n/*!\n * jQuery UI Effects Drop 1.12.1\n * http://jqueryui.com\n *\n * Copyright jQuery Foundation and other contributors\n * Released under the MIT license.\n * http://jquery.org/license\n */\n\n//>>label: Drop Effect\n//>>group: Effects\n//>>description: Moves an element in one direction and hides it at the same time.\n//>>docs: http://api.jqueryui.com/drop-effect/\n//>>demos: http://jqueryui.com/effect/\n\n\n\nvar effectsEffectDrop = $.effects.define( \"drop\", \"hide\", function( options, done ) {\n\n\tvar distance,\n\t\telement = $( this ),\n\t\tmode = options.mode,\n\t\tshow = mode === \"show\",\n\t\tdirection = options.direction || \"left\",\n\t\tref = ( direction === \"up\" || direction === \"down\" ) ? \"top\" : \"left\",\n\t\tmotion = ( direction === \"up\" || direction === \"left\" ) ? \"-=\" : \"+=\",\n\t\toppositeMotion = ( motion === \"+=\" ) ? \"-=\" : \"+=\",\n\t\tanimation = {\n\t\t\topacity: 0\n\t\t};\n\n\t$.effects.createPlaceholder( element );\n\n\tdistance = options.distance ||\n\t\telement[ ref === \"top\" ? \"outerHeight\" : \"outerWidth\" ]( true ) / 2;\n\n\tanimation[ ref ] = motion + distance;\n\n\tif ( show ) {\n\t\telement.css( animation );\n\n\t\tanimation[ ref ] = oppositeMotion + distance;\n\t\tanimation.opacity = 1;\n\t}\n\n\t// Animate\n\telement.animate( animation, {\n\t\tqueue: false,\n\t\tduration: options.duration,\n\t\teasing: options.easing,\n\t\tcomplete: done\n\t} );\n} );\n\n\n/*!\n * jQuery UI Effects Explode 1.12.1\n * http://jqueryui.com\n *\n * Copyright jQuery Foundation and other contributors\n * Released under the MIT license.\n * http://jquery.org/license\n */\n\n//>>label: Explode Effect\n//>>group: Effects\n// jscs:disable maximumLineLength\n//>>description: Explodes an element in all directions into n pieces. Implodes an element to its original wholeness.\n// jscs:enable maximumLineLength\n//>>docs: http://api.jqueryui.com/explode-effect/\n//>>demos: http://jqueryui.com/effect/\n\n\n\nvar effectsEffectExplode = $.effects.define( \"explode\", \"hide\", function( options, done ) {\n\n\tvar i, j, left, top, mx, my,\n\t\trows = options.pieces ? Math.round( Math.sqrt( options.pieces ) ) : 3,\n\t\tcells = rows,\n\t\telement = $( this ),\n\t\tmode = options.mode,\n\t\tshow = mode === \"show\",\n\n\t\t// Show and then visibility:hidden the element before calculating offset\n\t\toffset = element.show().css( \"visibility\", \"hidden\" ).offset(),\n\n\t\t// Width and height of a piece\n\t\twidth = Math.ceil( element.outerWidth() / cells ),\n\t\theight = Math.ceil( element.outerHeight() / rows ),\n\t\tpieces = [];\n\n\t// Children animate complete:\n\tfunction childComplete() {\n\t\tpieces.push( this );\n\t\tif ( pieces.length === rows * cells ) {\n\t\t\tanimComplete();\n\t\t}\n\t}\n\n\t// Clone the element for each row and cell.\n\tfor ( i = 0; i < rows; i++ ) { // ===>\n\t\ttop = offset.top + i * height;\n\t\tmy = i - ( rows - 1 ) / 2;\n\n\t\tfor ( j = 0; j < cells; j++ ) { // |||\n\t\t\tleft = offset.left + j * width;\n\t\t\tmx = j - ( cells - 1 ) / 2;\n\n\t\t\t// Create a clone of the now hidden main element that will be absolute positioned\n\t\t\t// within a wrapper div off the -left and -top equal to size of our pieces\n\t\t\telement\n\t\t\t\t.clone()\n\t\t\t\t.appendTo( \"body\" )\n\t\t\t\t.wrap( \"<div></div>\" )\n\t\t\t\t.css( {\n\t\t\t\t\tposition: \"absolute\",\n\t\t\t\t\tvisibility: \"visible\",\n\t\t\t\t\tleft: -j * width,\n\t\t\t\t\ttop: -i * height\n\t\t\t\t} )\n\n\t\t\t\t// Select the wrapper - make it overflow: hidden and absolute positioned based on\n\t\t\t\t// where the original was located +left and +top equal to the size of pieces\n\t\t\t\t.parent()\n\t\t\t\t\t.addClass( \"ui-effects-explode\" )\n\t\t\t\t\t.css( {\n\t\t\t\t\t\tposition: \"absolute\",\n\t\t\t\t\t\toverflow: \"hidden\",\n\t\t\t\t\t\twidth: width,\n\t\t\t\t\t\theight: height,\n\t\t\t\t\t\tleft: left + ( show ? mx * width : 0 ),\n\t\t\t\t\t\ttop: top + ( show ? my * height : 0 ),\n\t\t\t\t\t\topacity: show ? 0 : 1\n\t\t\t\t\t} )\n\t\t\t\t\t.animate( {\n\t\t\t\t\t\tleft: left + ( show ? 0 : mx * width ),\n\t\t\t\t\t\ttop: top + ( show ? 0 : my * height ),\n\t\t\t\t\t\topacity: show ? 1 : 0\n\t\t\t\t\t}, options.duration || 500, options.easing, childComplete );\n\t\t}\n\t}\n\n\tfunction animComplete() {\n\t\telement.css( {\n\t\t\tvisibility: \"visible\"\n\t\t} );\n\t\t$( pieces ).remove();\n\t\tdone();\n\t}\n} );\n\n\n/*!\n * jQuery UI Effects Fade 1.12.1\n * http://jqueryui.com\n *\n * Copyright jQuery Foundation and other contributors\n * Released under the MIT license.\n * http://jquery.org/license\n */\n\n//>>label: Fade Effect\n//>>group: Effects\n//>>description: Fades the element.\n//>>docs: http://api.jqueryui.com/fade-effect/\n//>>demos: http://jqueryui.com/effect/\n\n\n\nvar effectsEffectFade = $.effects.define( \"fade\", \"toggle\", function( options, done ) {\n\tvar show = options.mode === \"show\";\n\n\t$( this )\n\t\t.css( \"opacity\", show ? 0 : 1 )\n\t\t.animate( {\n\t\t\topacity: show ? 1 : 0\n\t\t}, {\n\t\t\tqueue: false,\n\t\t\tduration: options.duration,\n\t\t\teasing: options.easing,\n\t\t\tcomplete: done\n\t\t} );\n} );\n\n\n/*!\n * jQuery UI Effects Fold 1.12.1\n * http://jqueryui.com\n *\n * Copyright jQuery Foundation and other contributors\n * Released under the MIT license.\n * http://jquery.org/license\n */\n\n//>>label: Fold Effect\n//>>group: Effects\n//>>description: Folds an element first horizontally and then vertically.\n//>>docs: http://api.jqueryui.com/fold-effect/\n//>>demos: http://jqueryui.com/effect/\n\n\n\nvar effectsEffectFold = $.effects.define( \"fold\", \"hide\", function( options, done ) {\n\n\t// Create element\n\tvar element = $( this ),\n\t\tmode = options.mode,\n\t\tshow = mode === \"show\",\n\t\thide = mode === \"hide\",\n\t\tsize = options.size || 15,\n\t\tpercent = /([0-9]+)%/.exec( size ),\n\t\thorizFirst = !!options.horizFirst,\n\t\tref = horizFirst ? [ \"right\", \"bottom\" ] : [ \"bottom\", \"right\" ],\n\t\tduration = options.duration / 2,\n\n\t\tplaceholder = $.effects.createPlaceholder( element ),\n\n\t\tstart = element.cssClip(),\n\t\tanimation1 = { clip: $.extend( {}, start ) },\n\t\tanimation2 = { clip: $.extend( {}, start ) },\n\n\t\tdistance = [ start[ ref[ 0 ] ], start[ ref[ 1 ] ] ],\n\n\t\tqueuelen = element.queue().length;\n\n\tif ( percent ) {\n\t\tsize = parseInt( percent[ 1 ], 10 ) / 100 * distance[ hide ? 0 : 1 ];\n\t}\n\tanimation1.clip[ ref[ 0 ] ] = size;\n\tanimation2.clip[ ref[ 0 ] ] = size;\n\tanimation2.clip[ ref[ 1 ] ] = 0;\n\n\tif ( show ) {\n\t\telement.cssClip( animation2.clip );\n\t\tif ( placeholder ) {\n\t\t\tplaceholder.css( $.effects.clipToBox( animation2 ) );\n\t\t}\n\n\t\tanimation2.clip = start;\n\t}\n\n\t// Animate\n\telement\n\t\t.queue( function( next ) {\n\t\t\tif ( placeholder ) {\n\t\t\t\tplaceholder\n\t\t\t\t\t.animate( $.effects.clipToBox( animation1 ), duration, options.easing )\n\t\t\t\t\t.animate( $.effects.clipToBox( animation2 ), duration, options.easing );\n\t\t\t}\n\n\t\t\tnext();\n\t\t} )\n\t\t.animate( animation1, duration, options.easing )\n\t\t.animate( animation2, duration, options.easing )\n\t\t.queue( done );\n\n\t$.effects.unshift( element, queuelen, 4 );\n} );\n\n\n/*!\n * jQuery UI Effects Highlight 1.12.1\n * http://jqueryui.com\n *\n * Copyright jQuery Foundation and other contributors\n * Released under the MIT license.\n * http://jquery.org/license\n */\n\n//>>label: Highlight Effect\n//>>group: Effects\n//>>description: Highlights the background of an element in a defined color for a custom duration.\n//>>docs: http://api.jqueryui.com/highlight-effect/\n//>>demos: http://jqueryui.com/effect/\n\n\n\nvar effectsEffectHighlight = $.effects.define( \"highlight\", \"show\", function( options, done ) {\n\tvar element = $( this ),\n\t\tanimation = {\n\t\t\tbackgroundColor: element.css( \"backgroundColor\" )\n\t\t};\n\n\tif ( options.mode === \"hide\" ) {\n\t\tanimation.opacity = 0;\n\t}\n\n\t$.effects.saveStyle( element );\n\n\telement\n\t\t.css( {\n\t\t\tbackgroundImage: \"none\",\n\t\t\tbackgroundColor: options.color || \"#ffff99\"\n\t\t} )\n\t\t.animate( animation, {\n\t\t\tqueue: false,\n\t\t\tduration: options.duration,\n\t\t\teasing: options.easing,\n\t\t\tcomplete: done\n\t\t} );\n} );\n\n\n/*!\n * jQuery UI Effects Size 1.12.1\n * http://jqueryui.com\n *\n * Copyright jQuery Foundation and other contributors\n * Released under the MIT license.\n * http://jquery.org/license\n */\n\n//>>label: Size Effect\n//>>group: Effects\n//>>description: Resize an element to a specified width and height.\n//>>docs: http://api.jqueryui.com/size-effect/\n//>>demos: http://jqueryui.com/effect/\n\n\n\nvar effectsEffectSize = $.effects.define( \"size\", function( options, done ) {\n\n\t// Create element\n\tvar baseline, factor, temp,\n\t\telement = $( this ),\n\n\t\t// Copy for children\n\t\tcProps = [ \"fontSize\" ],\n\t\tvProps = [ \"borderTopWidth\", \"borderBottomWidth\", \"paddingTop\", \"paddingBottom\" ],\n\t\thProps = [ \"borderLeftWidth\", \"borderRightWidth\", \"paddingLeft\", \"paddingRight\" ],\n\n\t\t// Set options\n\t\tmode = options.mode,\n\t\trestore = mode !== \"effect\",\n\t\tscale = options.scale || \"both\",\n\t\torigin = options.origin || [ \"middle\", \"center\" ],\n\t\tposition = element.css( \"position\" ),\n\t\tpos = element.position(),\n\t\toriginal = $.effects.scaledDimensions( element ),\n\t\tfrom = options.from || original,\n\t\tto = options.to || $.effects.scaledDimensions( element, 0 );\n\n\t$.effects.createPlaceholder( element );\n\n\tif ( mode === \"show\" ) {\n\t\ttemp = from;\n\t\tfrom = to;\n\t\tto = temp;\n\t}\n\n\t// Set scaling factor\n\tfactor = {\n\t\tfrom: {\n\t\t\ty: from.height / original.height,\n\t\t\tx: from.width / original.width\n\t\t},\n\t\tto: {\n\t\t\ty: to.height / original.height,\n\t\t\tx: to.width / original.width\n\t\t}\n\t};\n\n\t// Scale the css box\n\tif ( scale === \"box\" || scale === \"both\" ) {\n\n\t\t// Vertical props scaling\n\t\tif ( factor.from.y !== factor.to.y ) {\n\t\t\tfrom = $.effects.setTransition( element, vProps, factor.from.y, from );\n\t\t\tto = $.effects.setTransition( element, vProps, factor.to.y, to );\n\t\t}\n\n\t\t// Horizontal props scaling\n\t\tif ( factor.from.x !== factor.to.x ) {\n\t\t\tfrom = $.effects.setTransition( element, hProps, factor.from.x, from );\n\t\t\tto = $.effects.setTransition( element, hProps, factor.to.x, to );\n\t\t}\n\t}\n\n\t// Scale the content\n\tif ( scale === \"content\" || scale === \"both\" ) {\n\n\t\t// Vertical props scaling\n\t\tif ( factor.from.y !== factor.to.y ) {\n\t\t\tfrom = $.effects.setTransition( element, cProps, factor.from.y, from );\n\t\t\tto = $.effects.setTransition( element, cProps, factor.to.y, to );\n\t\t}\n\t}\n\n\t// Adjust the position properties based on the provided origin points\n\tif ( origin ) {\n\t\tbaseline = $.effects.getBaseline( origin, original );\n\t\tfrom.top = ( original.outerHeight - from.outerHeight ) * baseline.y + pos.top;\n\t\tfrom.left = ( original.outerWidth - from.outerWidth ) * baseline.x + pos.left;\n\t\tto.top = ( original.outerHeight - to.outerHeight ) * baseline.y + pos.top;\n\t\tto.left = ( original.outerWidth - to.outerWidth ) * baseline.x + pos.left;\n\t}\n\telement.css( from );\n\n\t// Animate the children if desired\n\tif ( scale === \"content\" || scale === \"both\" ) {\n\n\t\tvProps = vProps.concat( [ \"marginTop\", \"marginBottom\" ] ).concat( cProps );\n\t\thProps = hProps.concat( [ \"marginLeft\", \"marginRight\" ] );\n\n\t\t// Only animate children with width attributes specified\n\t\t// TODO: is this right? should we include anything with css width specified as well\n\t\telement.find( \"*[width]\" ).each( function() {\n\t\t\tvar child = $( this ),\n\t\t\t\tchildOriginal = $.effects.scaledDimensions( child ),\n\t\t\t\tchildFrom = {\n\t\t\t\t\theight: childOriginal.height * factor.from.y,\n\t\t\t\t\twidth: childOriginal.width * factor.from.x,\n\t\t\t\t\touterHeight: childOriginal.outerHeight * factor.from.y,\n\t\t\t\t\touterWidth: childOriginal.outerWidth * factor.from.x\n\t\t\t\t},\n\t\t\t\tchildTo = {\n\t\t\t\t\theight: childOriginal.height * factor.to.y,\n\t\t\t\t\twidth: childOriginal.width * factor.to.x,\n\t\t\t\t\touterHeight: childOriginal.height * factor.to.y,\n\t\t\t\t\touterWidth: childOriginal.width * factor.to.x\n\t\t\t\t};\n\n\t\t\t// Vertical props scaling\n\t\t\tif ( factor.from.y !== factor.to.y ) {\n\t\t\t\tchildFrom = $.effects.setTransition( child, vProps, factor.from.y, childFrom );\n\t\t\t\tchildTo = $.effects.setTransition( child, vProps, factor.to.y, childTo );\n\t\t\t}\n\n\t\t\t// Horizontal props scaling\n\t\t\tif ( factor.from.x !== factor.to.x ) {\n\t\t\t\tchildFrom = $.effects.setTransition( child, hProps, factor.from.x, childFrom );\n\t\t\t\tchildTo = $.effects.setTransition( child, hProps, factor.to.x, childTo );\n\t\t\t}\n\n\t\t\tif ( restore ) {\n\t\t\t\t$.effects.saveStyle( child );\n\t\t\t}\n\n\t\t\t// Animate children\n\t\t\tchild.css( childFrom );\n\t\t\tchild.animate( childTo, options.duration, options.easing, function() {\n\n\t\t\t\t// Restore children\n\t\t\t\tif ( restore ) {\n\t\t\t\t\t$.effects.restoreStyle( child );\n\t\t\t\t}\n\t\t\t} );\n\t\t} );\n\t}\n\n\t// Animate\n\telement.animate( to, {\n\t\tqueue: false,\n\t\tduration: options.duration,\n\t\teasing: options.easing,\n\t\tcomplete: function() {\n\n\t\t\tvar offset = element.offset();\n\n\t\t\tif ( to.opacity === 0 ) {\n\t\t\t\telement.css( \"opacity\", from.opacity );\n\t\t\t}\n\n\t\t\tif ( !restore ) {\n\t\t\t\telement\n\t\t\t\t\t.css( \"position\", position === \"static\" ? \"relative\" : position )\n\t\t\t\t\t.offset( offset );\n\n\t\t\t\t// Need to save style here so that automatic style restoration\n\t\t\t\t// doesn't restore to the original styles from before the animation.\n\t\t\t\t$.effects.saveStyle( element );\n\t\t\t}\n\n\t\t\tdone();\n\t\t}\n\t} );\n\n} );\n\n\n/*!\n * jQuery UI Effects Scale 1.12.1\n * http://jqueryui.com\n *\n * Copyright jQuery Foundation and other contributors\n * Released under the MIT license.\n * http://jquery.org/license\n */\n\n//>>label: Scale Effect\n//>>group: Effects\n//>>description: Grows or shrinks an element and its content.\n//>>docs: http://api.jqueryui.com/scale-effect/\n//>>demos: http://jqueryui.com/effect/\n\n\n\nvar effectsEffectScale = $.effects.define( \"scale\", function( options, done ) {\n\n\t// Create element\n\tvar el = $( this ),\n\t\tmode = options.mode,\n\t\tpercent = parseInt( options.percent, 10 ) ||\n\t\t\t( parseInt( options.percent, 10 ) === 0 ? 0 : ( mode !== \"effect\" ? 0 : 100 ) ),\n\n\t\tnewOptions = $.extend( true, {\n\t\t\tfrom: $.effects.scaledDimensions( el ),\n\t\t\tto: $.effects.scaledDimensions( el, percent, options.direction || \"both\" ),\n\t\t\torigin: options.origin || [ \"middle\", \"center\" ]\n\t\t}, options );\n\n\t// Fade option to support puff\n\tif ( options.fade ) {\n\t\tnewOptions.from.opacity = 1;\n\t\tnewOptions.to.opacity = 0;\n\t}\n\n\t$.effects.effect.size.call( this, newOptions, done );\n} );\n\n\n/*!\n * jQuery UI Effects Puff 1.12.1\n * http://jqueryui.com\n *\n * Copyright jQuery Foundation and other contributors\n * Released under the MIT license.\n * http://jquery.org/license\n */\n\n//>>label: Puff Effect\n//>>group: Effects\n//>>description: Creates a puff effect by scaling the element up and hiding it at the same time.\n//>>docs: http://api.jqueryui.com/puff-effect/\n//>>demos: http://jqueryui.com/effect/\n\n\n\nvar effectsEffectPuff = $.effects.define( \"puff\", \"hide\", function( options, done ) {\n\tvar newOptions = $.extend( true, {}, options, {\n\t\tfade: true,\n\t\tpercent: parseInt( options.percent, 10 ) || 150\n\t} );\n\n\t$.effects.effect.scale.call( this, newOptions, done );\n} );\n\n\n/*!\n * jQuery UI Effects Pulsate 1.12.1\n * http://jqueryui.com\n *\n * Copyright jQuery Foundation and other contributors\n * Released under the MIT license.\n * http://jquery.org/license\n */\n\n//>>label: Pulsate Effect\n//>>group: Effects\n//>>description: Pulsates an element n times by changing the opacity to zero and back.\n//>>docs: http://api.jqueryui.com/pulsate-effect/\n//>>demos: http://jqueryui.com/effect/\n\n\n\nvar effectsEffectPulsate = $.effects.define( \"pulsate\", \"show\", function( options, done ) {\n\tvar element = $( this ),\n\t\tmode = options.mode,\n\t\tshow = mode === \"show\",\n\t\thide = mode === \"hide\",\n\t\tshowhide = show || hide,\n\n\t\t// Showing or hiding leaves off the \"last\" animation\n\t\tanims = ( ( options.times || 5 ) * 2 ) + ( showhide ? 1 : 0 ),\n\t\tduration = options.duration / anims,\n\t\tanimateTo = 0,\n\t\ti = 1,\n\t\tqueuelen = element.queue().length;\n\n\tif ( show || !element.is( \":visible\" ) ) {\n\t\telement.css( \"opacity\", 0 ).show();\n\t\tanimateTo = 1;\n\t}\n\n\t// Anims - 1 opacity \"toggles\"\n\tfor ( ; i < anims; i++ ) {\n\t\telement.animate( { opacity: animateTo }, duration, options.easing );\n\t\tanimateTo = 1 - animateTo;\n\t}\n\n\telement.animate( { opacity: animateTo }, duration, options.easing );\n\n\telement.queue( done );\n\n\t$.effects.unshift( element, queuelen, anims + 1 );\n} );\n\n\n/*!\n * jQuery UI Effects Shake 1.12.1\n * http://jqueryui.com\n *\n * Copyright jQuery Foundation and other contributors\n * Released under the MIT license.\n * http://jquery.org/license\n */\n\n//>>label: Shake Effect\n//>>group: Effects\n//>>description: Shakes an element horizontally or vertically n times.\n//>>docs: http://api.jqueryui.com/shake-effect/\n//>>demos: http://jqueryui.com/effect/\n\n\n\nvar effectsEffectShake = $.effects.define( \"shake\", function( options, done ) {\n\n\tvar i = 1,\n\t\telement = $( this ),\n\t\tdirection = options.direction || \"left\",\n\t\tdistance = options.distance || 20,\n\t\ttimes = options.times || 3,\n\t\tanims = times * 2 + 1,\n\t\tspeed = Math.round( options.duration / anims ),\n\t\tref = ( direction === \"up\" || direction === \"down\" ) ? \"top\" : \"left\",\n\t\tpositiveMotion = ( direction === \"up\" || direction === \"left\" ),\n\t\tanimation = {},\n\t\tanimation1 = {},\n\t\tanimation2 = {},\n\n\t\tqueuelen = element.queue().length;\n\n\t$.effects.createPlaceholder( element );\n\n\t// Animation\n\tanimation[ ref ] = ( positiveMotion ? \"-=\" : \"+=\" ) + distance;\n\tanimation1[ ref ] = ( positiveMotion ? \"+=\" : \"-=\" ) + distance * 2;\n\tanimation2[ ref ] = ( positiveMotion ? \"-=\" : \"+=\" ) + distance * 2;\n\n\t// Animate\n\telement.animate( animation, speed, options.easing );\n\n\t// Shakes\n\tfor ( ; i < times; i++ ) {\n\t\telement\n\t\t\t.animate( animation1, speed, options.easing )\n\t\t\t.animate( animation2, speed, options.easing );\n\t}\n\n\telement\n\t\t.animate( animation1, speed, options.easing )\n\t\t.animate( animation, speed / 2, options.easing )\n\t\t.queue( done );\n\n\t$.effects.unshift( element, queuelen, anims + 1 );\n} );\n\n\n/*!\n * jQuery UI Effects Slide 1.12.1\n * http://jqueryui.com\n *\n * Copyright jQuery Foundation and other contributors\n * Released under the MIT license.\n * http://jquery.org/license\n */\n\n//>>label: Slide Effect\n//>>group: Effects\n//>>description: Slides an element in and out of the viewport.\n//>>docs: http://api.jqueryui.com/slide-effect/\n//>>demos: http://jqueryui.com/effect/\n\n\n\nvar effectsEffectSlide = $.effects.define( \"slide\", \"show\", function( options, done ) {\n\tvar startClip, startRef,\n\t\telement = $( this ),\n\t\tmap = {\n\t\t\tup: [ \"bottom\", \"top\" ],\n\t\t\tdown: [ \"top\", \"bottom\" ],\n\t\t\tleft: [ \"right\", \"left\" ],\n\t\t\tright: [ \"left\", \"right\" ]\n\t\t},\n\t\tmode = options.mode,\n\t\tdirection = options.direction || \"left\",\n\t\tref = ( direction === \"up\" || direction === \"down\" ) ? \"top\" : \"left\",\n\t\tpositiveMotion = ( direction === \"up\" || direction === \"left\" ),\n\t\tdistance = options.distance ||\n\t\t\telement[ ref === \"top\" ? \"outerHeight\" : \"outerWidth\" ]( true ),\n\t\tanimation = {};\n\n\t$.effects.createPlaceholder( element );\n\n\tstartClip = element.cssClip();\n\tstartRef = element.position()[ ref ];\n\n\t// Define hide animation\n\tanimation[ ref ] = ( positiveMotion ? -1 : 1 ) * distance + startRef;\n\tanimation.clip = element.cssClip();\n\tanimation.clip[ map[ direction ][ 1 ] ] = animation.clip[ map[ direction ][ 0 ] ];\n\n\t// Reverse the animation if we're showing\n\tif ( mode === \"show\" ) {\n\t\telement.cssClip( animation.clip );\n\t\telement.css( ref, animation[ ref ] );\n\t\tanimation.clip = startClip;\n\t\tanimation[ ref ] = startRef;\n\t}\n\n\t// Actually animate\n\telement.animate( animation, {\n\t\tqueue: false,\n\t\tduration: options.duration,\n\t\teasing: options.easing,\n\t\tcomplete: done\n\t} );\n} );\n\n\n/*!\n * jQuery UI Effects Transfer 1.12.1\n * http://jqueryui.com\n *\n * Copyright jQuery Foundation and other contributors\n * Released under the MIT license.\n * http://jquery.org/license\n */\n\n//>>label: Transfer Effect\n//>>group: Effects\n//>>description: Displays a transfer effect from one element to another.\n//>>docs: http://api.jqueryui.com/transfer-effect/\n//>>demos: http://jqueryui.com/effect/\n\n\n\nvar effect;\nif ( $.uiBackCompat !== false ) {\n\teffect = $.effects.define( \"transfer\", function( options, done ) {\n\t\t$( this ).transfer( options, done );\n\t} );\n}\nvar effectsEffectTransfer = effect;\n\n\n/*!\n * jQuery UI Focusable 1.12.1\n * http://jqueryui.com\n *\n * Copyright jQuery Foundation and other contributors\n * Released under the MIT license.\n * http://jquery.org/license\n */\n\n//>>label: :focusable Selector\n//>>group: Core\n//>>description: Selects elements which can be focused.\n//>>docs: http://api.jqueryui.com/focusable-selector/\n\n\n\n// Selectors\n$.ui.focusable = function( element, hasTabindex ) {\n\tvar map, mapName, img, focusableIfVisible, fieldset,\n\t\tnodeName = element.nodeName.toLowerCase();\n\n\tif ( \"area\" === nodeName ) {\n\t\tmap = element.parentNode;\n\t\tmapName = map.name;\n\t\tif ( !element.href || !mapName || map.nodeName.toLowerCase() !== \"map\" ) {\n\t\t\treturn false;\n\t\t}\n\t\timg = $( \"img[usemap='#\" + mapName + \"']\" );\n\t\treturn img.length > 0 && img.is( \":visible\" );\n\t}\n\n\tif ( /^(input|select|textarea|button|object)$/.test( nodeName ) ) {\n\t\tfocusableIfVisible = !element.disabled;\n\n\t\tif ( focusableIfVisible ) {\n\n\t\t\t// Form controls within a disabled fieldset are disabled.\n\t\t\t// However, controls within the fieldset's legend do not get disabled.\n\t\t\t// Since controls generally aren't placed inside legends, we skip\n\t\t\t// this portion of the check.\n\t\t\tfieldset = $( element ).closest( \"fieldset\" )[ 0 ];\n\t\t\tif ( fieldset ) {\n\t\t\t\tfocusableIfVisible = !fieldset.disabled;\n\t\t\t}\n\t\t}\n\t} else if ( \"a\" === nodeName ) {\n\t\tfocusableIfVisible = element.href || hasTabindex;\n\t} else {\n\t\tfocusableIfVisible = hasTabindex;\n\t}\n\n\treturn focusableIfVisible && $( element ).is( \":visible\" ) && visible( $( element ) );\n};\n\n// Support: IE 8 only\n// IE 8 doesn't resolve inherit to visible/hidden for computed values\nfunction visible( element ) {\n\tvar visibility = element.css( \"visibility\" );\n\twhile ( visibility === \"inherit\" ) {\n\t\telement = element.parent();\n\t\tvisibility = element.css( \"visibility\" );\n\t}\n\treturn visibility !== \"hidden\";\n}\n\n$.extend( $.expr[ \":\" ], {\n\tfocusable: function( element ) {\n\t\treturn $.ui.focusable( element, $.attr( element, \"tabindex\" ) != null );\n\t}\n} );\n\nvar focusable = $.ui.focusable;\n\n\n\n\n// Support: IE8 Only\n// IE8 does not support the form attribute and when it is supplied. It overwrites the form prop\n// with a string, so we need to find the proper form.\nvar form = $.fn.form = function() {\n\treturn typeof this[ 0 ].form === \"string\" ? this.closest( \"form\" ) : $( this[ 0 ].form );\n};\n\n\n/*!\n * jQuery UI Form Reset Mixin 1.12.1\n * http://jqueryui.com\n *\n * Copyright jQuery Foundation and other contributors\n * Released under the MIT license.\n * http://jquery.org/license\n */\n\n//>>label: Form Reset Mixin\n//>>group: Core\n//>>description: Refresh input widgets when their form is reset\n//>>docs: http://api.jqueryui.com/form-reset-mixin/\n\n\n\nvar formResetMixin = $.ui.formResetMixin = {\n\t_formResetHandler: function() {\n\t\tvar form = $( this );\n\n\t\t// Wait for the form reset to actually happen before refreshing\n\t\tsetTimeout( function() {\n\t\t\tvar instances = form.data( \"ui-form-reset-instances\" );\n\t\t\t$.each( instances, function() {\n\t\t\t\tthis.refresh();\n\t\t\t} );\n\t\t} );\n\t},\n\n\t_bindFormResetHandler: function() {\n\t\tthis.form = this.element.form();\n\t\tif ( !this.form.length ) {\n\t\t\treturn;\n\t\t}\n\n\t\tvar instances = this.form.data( \"ui-form-reset-instances\" ) || [];\n\t\tif ( !instances.length ) {\n\n\t\t\t// We don't use _on() here because we use a single event handler per form\n\t\t\tthis.form.on( \"reset.ui-form-reset\", this._formResetHandler );\n\t\t}\n\t\tinstances.push( this );\n\t\tthis.form.data( \"ui-form-reset-instances\", instances );\n\t},\n\n\t_unbindFormResetHandler: function() {\n\t\tif ( !this.form.length ) {\n\t\t\treturn;\n\t\t}\n\n\t\tvar instances = this.form.data( \"ui-form-reset-instances\" );\n\t\tinstances.splice( $.inArray( this, instances ), 1 );\n\t\tif ( instances.length ) {\n\t\t\tthis.form.data( \"ui-form-reset-instances\", instances );\n\t\t} else {\n\t\t\tthis.form\n\t\t\t\t.removeData( \"ui-form-reset-instances\" )\n\t\t\t\t.off( \"reset.ui-form-reset\" );\n\t\t}\n\t}\n};\n\n\n/*!\n * jQuery UI Support for jQuery core 1.7.x 1.12.1\n * http://jqueryui.com\n *\n * Copyright jQuery Foundation and other contributors\n * Released under the MIT license.\n * http://jquery.org/license\n *\n */\n\n//>>label: jQuery 1.7 Support\n//>>group: Core\n//>>description: Support version 1.7.x of jQuery core\n\n\n\n// Support: jQuery 1.7 only\n// Not a great way to check versions, but since we only support 1.7+ and only\n// need to detect <1.8, this is a simple check that should suffice. Checking\n// for \"1.7.\" would be a bit safer, but the version string is 1.7, not 1.7.0\n// and we'll never reach 1.70.0 (if we do, we certainly won't be supporting\n// 1.7 anymore). See #11197 for why we're not using feature detection.\nif ( $.fn.jquery.substring( 0, 3 ) === \"1.7\" ) {\n\n\t// Setters for .innerWidth(), .innerHeight(), .outerWidth(), .outerHeight()\n\t// Unlike jQuery Core 1.8+, these only support numeric values to set the\n\t// dimensions in pixels\n\t$.each( [ \"Width\", \"Height\" ], function( i, name ) {\n\t\tvar side = name === \"Width\" ? [ \"Left\", \"Right\" ] : [ \"Top\", \"Bottom\" ],\n\t\t\ttype = name.toLowerCase(),\n\t\t\torig = {\n\t\t\t\tinnerWidth: $.fn.innerWidth,\n\t\t\t\tinnerHeight: $.fn.innerHeight,\n\t\t\t\touterWidth: $.fn.outerWidth,\n\t\t\t\touterHeight: $.fn.outerHeight\n\t\t\t};\n\n\t\tfunction reduce( elem, size, border, margin ) {\n\t\t\t$.each( side, function() {\n\t\t\t\tsize -= parseFloat( $.css( elem, \"padding\" + this ) ) || 0;\n\t\t\t\tif ( border ) {\n\t\t\t\t\tsize -= parseFloat( $.css( elem, \"border\" + this + \"Width\" ) ) || 0;\n\t\t\t\t}\n\t\t\t\tif ( margin ) {\n\t\t\t\t\tsize -= parseFloat( $.css( elem, \"margin\" + this ) ) || 0;\n\t\t\t\t}\n\t\t\t} );\n\t\t\treturn size;\n\t\t}\n\n\t\t$.fn[ \"inner\" + name ] = function( size ) {\n\t\t\tif ( size === undefined ) {\n\t\t\t\treturn orig[ \"inner\" + name ].call( this );\n\t\t\t}\n\n\t\t\treturn this.each( function() {\n\t\t\t\t$( this ).css( type, reduce( this, size ) + \"px\" );\n\t\t\t} );\n\t\t};\n\n\t\t$.fn[ \"outer\" + name ] = function( size, margin ) {\n\t\t\tif ( typeof size !== \"number\" ) {\n\t\t\t\treturn orig[ \"outer\" + name ].call( this, size );\n\t\t\t}\n\n\t\t\treturn this.each( function() {\n\t\t\t\t$( this ).css( type, reduce( this, size, true, margin ) + \"px\" );\n\t\t\t} );\n\t\t};\n\t} );\n\n\t$.fn.addBack = function( selector ) {\n\t\treturn this.add( selector == null ?\n\t\t\tthis.prevObject : this.prevObject.filter( selector )\n\t\t);\n\t};\n}\n\n;\n/*!\n * jQuery UI Keycode 1.12.1\n * http://jqueryui.com\n *\n * Copyright jQuery Foundation and other contributors\n * Released under the MIT license.\n * http://jquery.org/license\n */\n\n//>>label: Keycode\n//>>group: Core\n//>>description: Provide keycodes as keynames\n//>>docs: http://api.jqueryui.com/jQuery.ui.keyCode/\n\n\nvar keycode = $.ui.keyCode = {\n\tBACKSPACE: 8,\n\tCOMMA: 188,\n\tDELETE: 46,\n\tDOWN: 40,\n\tEND: 35,\n\tENTER: 13,\n\tESCAPE: 27,\n\tHOME: 36,\n\tLEFT: 37,\n\tPAGE_DOWN: 34,\n\tPAGE_UP: 33,\n\tPERIOD: 190,\n\tRIGHT: 39,\n\tSPACE: 32,\n\tTAB: 9,\n\tUP: 38\n};\n\n\n\n\n// Internal use only\nvar escapeSelector = $.ui.escapeSelector = ( function() {\n\tvar selectorEscape = /([!\"#$%&'()*+,./:;<=>?@[\\]^`{|}~])/g;\n\treturn function( selector ) {\n\t\treturn selector.replace( selectorEscape, \"\\\\$1\" );\n\t};\n} )();\n\n\n/*!\n * jQuery UI Labels 1.12.1\n * http://jqueryui.com\n *\n * Copyright jQuery Foundation and other contributors\n * Released under the MIT license.\n * http://jquery.org/license\n */\n\n//>>label: labels\n//>>group: Core\n//>>description: Find all the labels associated with a given input\n//>>docs: http://api.jqueryui.com/labels/\n\n\n\nvar labels = $.fn.labels = function() {\n\tvar ancestor, selector, id, labels, ancestors;\n\n\t// Check control.labels first\n\tif ( this[ 0 ].labels && this[ 0 ].labels.length ) {\n\t\treturn this.pushStack( this[ 0 ].labels );\n\t}\n\n\t// Support: IE <= 11, FF <= 37, Android <= 2.3 only\n\t// Above browsers do not support control.labels. Everything below is to support them\n\t// as well as document fragments. control.labels does not work on document fragments\n\tlabels = this.eq( 0 ).parents( \"label\" );\n\n\t// Look for the label based on the id\n\tid = this.attr( \"id\" );\n\tif ( id ) {\n\n\t\t// We don't search against the document in case the element\n\t\t// is disconnected from the DOM\n\t\tancestor = this.eq( 0 ).parents().last();\n\n\t\t// Get a full set of top level ancestors\n\t\tancestors = ancestor.add( ancestor.length ? ancestor.siblings() : this.siblings() );\n\n\t\t// Create a selector for the label based on the id\n\t\tselector = \"label[for='\" + $.ui.escapeSelector( id ) + \"']\";\n\n\t\tlabels = labels.add( ancestors.find( selector ).addBack( selector ) );\n\n\t}\n\n\t// Return whatever we have found for labels\n\treturn this.pushStack( labels );\n};\n\n\n/*!\n * jQuery UI Scroll Parent 1.12.1\n * http://jqueryui.com\n *\n * Copyright jQuery Foundation and other contributors\n * Released under the MIT license.\n * http://jquery.org/license\n */\n\n//>>label: scrollParent\n//>>group: Core\n//>>description: Get the closest ancestor element that is scrollable.\n//>>docs: http://api.jqueryui.com/scrollParent/\n\n\n\nvar scrollParent = $.fn.scrollParent = function( includeHidden ) {\n\tvar position = this.css( \"position\" ),\n\t\texcludeStaticParent = position === \"absolute\",\n\t\toverflowRegex = includeHidden ? /(auto|scroll|hidden)/ : /(auto|scroll)/,\n\t\tscrollParent = this.parents().filter( function() {\n\t\t\tvar parent = $( this );\n\t\t\tif ( excludeStaticParent && parent.css( \"position\" ) === \"static\" ) {\n\t\t\t\treturn false;\n\t\t\t}\n\t\t\treturn overflowRegex.test( parent.css( \"overflow\" ) + parent.css( \"overflow-y\" ) +\n\t\t\t\tparent.css( \"overflow-x\" ) );\n\t\t} ).eq( 0 );\n\n\treturn position === \"fixed\" || !scrollParent.length ?\n\t\t$( this[ 0 ].ownerDocument || document ) :\n\t\tscrollParent;\n};\n\n\n/*!\n * jQuery UI Tabbable 1.12.1\n * http://jqueryui.com\n *\n * Copyright jQuery Foundation and other contributors\n * Released under the MIT license.\n * http://jquery.org/license\n */\n\n//>>label: :tabbable Selector\n//>>group: Core\n//>>description: Selects elements which can be tabbed to.\n//>>docs: http://api.jqueryui.com/tabbable-selector/\n\n\n\nvar tabbable = $.extend( $.expr[ \":\" ], {\n\ttabbable: function( element ) {\n\t\tvar tabIndex = $.attr( element, \"tabindex\" ),\n\t\t\thasTabindex = tabIndex != null;\n\t\treturn ( !hasTabindex || tabIndex >= 0 ) && $.ui.focusable( element, hasTabindex );\n\t}\n} );\n\n\n/*!\n * jQuery UI Unique ID 1.12.1\n * http://jqueryui.com\n *\n * Copyright jQuery Foundation and other contributors\n * Released under the MIT license.\n * http://jquery.org/license\n */\n\n//>>label: uniqueId\n//>>group: Core\n//>>description: Functions to generate and remove uniqueId's\n//>>docs: http://api.jqueryui.com/uniqueId/\n\n\n\nvar uniqueId = $.fn.extend( {\n\tuniqueId: ( function() {\n\t\tvar uuid = 0;\n\n\t\treturn function() {\n\t\t\treturn this.each( function() {\n\t\t\t\tif ( !this.id ) {\n\t\t\t\t\tthis.id = \"ui-id-\" + ( ++uuid );\n\t\t\t\t}\n\t\t\t} );\n\t\t};\n\t} )(),\n\n\tremoveUniqueId: function() {\n\t\treturn this.each( function() {\n\t\t\tif ( /^ui-id-\\d+$/.test( this.id ) ) {\n\t\t\t\t$( this ).removeAttr( \"id\" );\n\t\t\t}\n\t\t} );\n\t}\n} );\n\n\n/*!\n * jQuery UI Accordion 1.12.1\n * http://jqueryui.com\n *\n * Copyright jQuery Foundation and other contributors\n * Released under the MIT license.\n * http://jquery.org/license\n */\n\n//>>label: Accordion\n//>>group: Widgets\n// jscs:disable maximumLineLength\n//>>description: Displays collapsible content panels for presenting information in a limited amount of space.\n// jscs:enable maximumLineLength\n//>>docs: http://api.jqueryui.com/accordion/\n//>>demos: http://jqueryui.com/accordion/\n//>>css.structure: ../../themes/base/core.css\n//>>css.structure: ../../themes/base/accordion.css\n//>>css.theme: ../../themes/base/theme.css\n\n\n\nvar widgetsAccordion = $.widget( \"ui.accordion\", {\n\tversion: \"1.12.1\",\n\toptions: {\n\t\tactive: 0,\n\t\tanimate: {},\n\t\tclasses: {\n\t\t\t\"ui-accordion-header\": \"ui-corner-top\",\n\t\t\t\"ui-accordion-header-collapsed\": \"ui-corner-all\",\n\t\t\t\"ui-accordion-content\": \"ui-corner-bottom\"\n\t\t},\n\t\tcollapsible: false,\n\t\tevent: \"click\",\n\t\theader: \"> li > :first-child, > :not(li):even\",\n\t\theightStyle: \"auto\",\n\t\ticons: {\n\t\t\tactiveHeader: \"ui-icon-triangle-1-s\",\n\t\t\theader: \"ui-icon-triangle-1-e\"\n\t\t},\n\n\t\t// Callbacks\n\t\tactivate: null,\n\t\tbeforeActivate: null\n\t},\n\n\thideProps: {\n\t\tborderTopWidth: \"hide\",\n\t\tborderBottomWidth: \"hide\",\n\t\tpaddingTop: \"hide\",\n\t\tpaddingBottom: \"hide\",\n\t\theight: \"hide\"\n\t},\n\n\tshowProps: {\n\t\tborderTopWidth: \"show\",\n\t\tborderBottomWidth: \"show\",\n\t\tpaddingTop: \"show\",\n\t\tpaddingBottom: \"show\",\n\t\theight: \"show\"\n\t},\n\n\t_create: function() {\n\t\tvar options = this.options;\n\n\t\tthis.prevShow = this.prevHide = $();\n\t\tthis._addClass( \"ui-accordion\", \"ui-widget ui-helper-reset\" );\n\t\tthis.element.attr( \"role\", \"tablist\" );\n\n\t\t// Don't allow collapsible: false and active: false / null\n\t\tif ( !options.collapsible && ( options.active === false || options.active == null ) ) {\n\t\t\toptions.active = 0;\n\t\t}\n\n\t\tthis._processPanels();\n\n\t\t// handle negative values\n\t\tif ( options.active < 0 ) {\n\t\t\toptions.active += this.headers.length;\n\t\t}\n\t\tthis._refresh();\n\t},\n\n\t_getCreateEventData: function() {\n\t\treturn {\n\t\t\theader: this.active,\n\t\t\tpanel: !this.active.length ? $() : this.active.next()\n\t\t};\n\t},\n\n\t_createIcons: function() {\n\t\tvar icon, children,\n\t\t\ticons = this.options.icons;\n\n\t\tif ( icons ) {\n\t\t\ticon = $( \"<span>\" );\n\t\t\tthis._addClass( icon, \"ui-accordion-header-icon\", \"ui-icon \" + icons.header );\n\t\t\ticon.prependTo( this.headers );\n\t\t\tchildren = this.active.children( \".ui-accordion-header-icon\" );\n\t\t\tthis._removeClass( children, icons.header )\n\t\t\t\t._addClass( children, null, icons.activeHeader )\n\t\t\t\t._addClass( this.headers, \"ui-accordion-icons\" );\n\t\t}\n\t},\n\n\t_destroyIcons: function() {\n\t\tthis._removeClass( this.headers, \"ui-accordion-icons\" );\n\t\tthis.headers.children( \".ui-accordion-header-icon\" ).remove();\n\t},\n\n\t_destroy: function() {\n\t\tvar contents;\n\n\t\t// Clean up main element\n\t\tthis.element.removeAttr( \"role\" );\n\n\t\t// Clean up headers\n\t\tthis.headers\n\t\t\t.removeAttr( \"role aria-expanded aria-selected aria-controls tabIndex\" )\n\t\t\t.removeUniqueId();\n\n\t\tthis._destroyIcons();\n\n\t\t// Clean up content panels\n\t\tcontents = this.headers.next()\n\t\t\t.css( \"display\", \"\" )\n\t\t\t.removeAttr( \"role aria-hidden aria-labelledby\" )\n\t\t\t.removeUniqueId();\n\n\t\tif ( this.options.heightStyle !== \"content\" ) {\n\t\t\tcontents.css( \"height\", \"\" );\n\t\t}\n\t},\n\n\t_setOption: function( key, value ) {\n\t\tif ( key === \"active\" ) {\n\n\t\t\t// _activate() will handle invalid values and update this.options\n\t\t\tthis._activate( value );\n\t\t\treturn;\n\t\t}\n\n\t\tif ( key === \"event\" ) {\n\t\t\tif ( this.options.event ) {\n\t\t\t\tthis._off( this.headers, this.options.event );\n\t\t\t}\n\t\t\tthis._setupEvents( value );\n\t\t}\n\n\t\tthis._super( key, value );\n\n\t\t// Setting collapsible: false while collapsed; open first panel\n\t\tif ( key === \"collapsible\" && !value && this.options.active === false ) {\n\t\t\tthis._activate( 0 );\n\t\t}\n\n\t\tif ( key === \"icons\" ) {\n\t\t\tthis._destroyIcons();\n\t\t\tif ( value ) {\n\t\t\t\tthis._createIcons();\n\t\t\t}\n\t\t}\n\t},\n\n\t_setOptionDisabled: function( value ) {\n\t\tthis._super( value );\n\n\t\tthis.element.attr( \"aria-disabled\", value );\n\n\t\t// Support: IE8 Only\n\t\t// #5332 / #6059 - opacity doesn't cascade to positioned elements in IE\n\t\t// so we need to add the disabled class to the headers and panels\n\t\tthis._toggleClass( null, \"ui-state-disabled\", !!value );\n\t\tthis._toggleClass( this.headers.add( this.headers.next() ), null, \"ui-state-disabled\",\n\t\t\t!!value );\n\t},\n\n\t_keydown: function( event ) {\n\t\tif ( event.altKey || event.ctrlKey ) {\n\t\t\treturn;\n\t\t}\n\n\t\tvar keyCode = $.ui.keyCode,\n\t\t\tlength = this.headers.length,\n\t\t\tcurrentIndex = this.headers.index( event.target ),\n\t\t\ttoFocus = false;\n\n\t\tswitch ( event.keyCode ) {\n\t\tcase keyCode.RIGHT:\n\t\tcase keyCode.DOWN:\n\t\t\ttoFocus = this.headers[ ( currentIndex + 1 ) % length ];\n\t\t\tbreak;\n\t\tcase keyCode.LEFT:\n\t\tcase keyCode.UP:\n\t\t\ttoFocus = this.headers[ ( currentIndex - 1 + length ) % length ];\n\t\t\tbreak;\n\t\tcase keyCode.SPACE:\n\t\tcase keyCode.ENTER:\n\t\t\tthis._eventHandler( event );\n\t\t\tbreak;\n\t\tcase keyCode.HOME:\n\t\t\ttoFocus = this.headers[ 0 ];\n\t\t\tbreak;\n\t\tcase keyCode.END:\n\t\t\ttoFocus = this.headers[ length - 1 ];\n\t\t\tbreak;\n\t\t}\n\n\t\tif ( toFocus ) {\n\t\t\t$( event.target ).attr( \"tabIndex\", -1 );\n\t\t\t$( toFocus ).attr( \"tabIndex\", 0 );\n\t\t\t$( toFocus ).trigger( \"focus\" );\n\t\t\tevent.preventDefault();\n\t\t}\n\t},\n\n\t_panelKeyDown: function( event ) {\n\t\tif ( event.keyCode === $.ui.keyCode.UP && event.ctrlKey ) {\n\t\t\t$( event.currentTarget ).prev().trigger( \"focus\" );\n\t\t}\n\t},\n\n\trefresh: function() {\n\t\tvar options = this.options;\n\t\tthis._processPanels();\n\n\t\t// Was collapsed or no panel\n\t\tif ( ( options.active === false && options.collapsible === true ) ||\n\t\t\t\t!this.headers.length ) {\n\t\t\toptions.active = false;\n\t\t\tthis.active = $();\n\n\t\t// active false only when collapsible is true\n\t\t} else if ( options.active === false ) {\n\t\t\tthis._activate( 0 );\n\n\t\t// was active, but active panel is gone\n\t\t} else if ( this.active.length && !$.contains( this.element[ 0 ], this.active[ 0 ] ) ) {\n\n\t\t\t// all remaining panel are disabled\n\t\t\tif ( this.headers.length === this.headers.find( \".ui-state-disabled\" ).length ) {\n\t\t\t\toptions.active = false;\n\t\t\t\tthis.active = $();\n\n\t\t\t// activate previous panel\n\t\t\t} else {\n\t\t\t\tthis._activate( Math.max( 0, options.active - 1 ) );\n\t\t\t}\n\n\t\t// was active, active panel still exists\n\t\t} else {\n\n\t\t\t// make sure active index is correct\n\t\t\toptions.active = this.headers.index( this.active );\n\t\t}\n\n\t\tthis._destroyIcons();\n\n\t\tthis._refresh();\n\t},\n\n\t_processPanels: function() {\n\t\tvar prevHeaders = this.headers,\n\t\t\tprevPanels = this.panels;\n\n\t\tthis.headers = this.element.find( this.options.header );\n\t\tthis._addClass( this.headers, \"ui-accordion-header ui-accordion-header-collapsed\",\n\t\t\t\"ui-state-default\" );\n\n\t\tthis.panels = this.headers.next().filter( \":not(.ui-accordion-content-active)\" ).hide();\n\t\tthis._addClass( this.panels, \"ui-accordion-content\", \"ui-helper-reset ui-widget-content\" );\n\n\t\t// Avoid memory leaks (#10056)\n\t\tif ( prevPanels ) {\n\t\t\tthis._off( prevHeaders.not( this.headers ) );\n\t\t\tthis._off( prevPanels.not( this.panels ) );\n\t\t}\n\t},\n\n\t_refresh: function() {\n\t\tvar maxHeight,\n\t\t\toptions = this.options,\n\t\t\theightStyle = options.heightStyle,\n\t\t\tparent = this.element.parent();\n\n\t\tthis.active = this._findActive( options.active );\n\t\tthis._addClass( this.active, \"ui-accordion-header-active\", \"ui-state-active\" )\n\t\t\t._removeClass( this.active, \"ui-accordion-header-collapsed\" );\n\t\tthis._addClass( this.active.next(), \"ui-accordion-content-active\" );\n\t\tthis.active.next().show();\n\n\t\tthis.headers\n\t\t\t.attr( \"role\", \"tab\" )\n\t\t\t.each( function() {\n\t\t\t\tvar header = $( this ),\n\t\t\t\t\theaderId = header.uniqueId().attr( \"id\" ),\n\t\t\t\t\tpanel = header.next(),\n\t\t\t\t\tpanelId = panel.uniqueId().attr( \"id\" );\n\t\t\t\theader.attr( \"aria-controls\", panelId );\n\t\t\t\tpanel.attr( \"aria-labelledby\", headerId );\n\t\t\t} )\n\t\t\t.next()\n\t\t\t\t.attr( \"role\", \"tabpanel\" );\n\n\t\tthis.headers\n\t\t\t.not( this.active )\n\t\t\t\t.attr( {\n\t\t\t\t\t\"aria-selected\": \"false\",\n\t\t\t\t\t\"aria-expanded\": \"false\",\n\t\t\t\t\ttabIndex: -1\n\t\t\t\t} )\n\t\t\t\t.next()\n\t\t\t\t\t.attr( {\n\t\t\t\t\t\t\"aria-hidden\": \"true\"\n\t\t\t\t\t} )\n\t\t\t\t\t.hide();\n\n\t\t// Make sure at least one header is in the tab order\n\t\tif ( !this.active.length ) {\n\t\t\tthis.headers.eq( 0 ).attr( \"tabIndex\", 0 );\n\t\t} else {\n\t\t\tthis.active.attr( {\n\t\t\t\t\"aria-selected\": \"true\",\n\t\t\t\t\"aria-expanded\": \"true\",\n\t\t\t\ttabIndex: 0\n\t\t\t} )\n\t\t\t\t.next()\n\t\t\t\t\t.attr( {\n\t\t\t\t\t\t\"aria-hidden\": \"false\"\n\t\t\t\t\t} );\n\t\t}\n\n\t\tthis._createIcons();\n\n\t\tthis._setupEvents( options.event );\n\n\t\tif ( heightStyle === \"fill\" ) {\n\t\t\tmaxHeight = parent.height();\n\t\t\tthis.element.siblings( \":visible\" ).each( function() {\n\t\t\t\tvar elem = $( this ),\n\t\t\t\t\tposition = elem.css( \"position\" );\n\n\t\t\t\tif ( position === \"absolute\" || position === \"fixed\" ) {\n\t\t\t\t\treturn;\n\t\t\t\t}\n\t\t\t\tmaxHeight -= elem.outerHeight( true );\n\t\t\t} );\n\n\t\t\tthis.headers.each( function() {\n\t\t\t\tmaxHeight -= $( this ).outerHeight( true );\n\t\t\t} );\n\n\t\t\tthis.headers.next()\n\t\t\t\t.each( function() {\n\t\t\t\t\t$( this ).height( Math.max( 0, maxHeight -\n\t\t\t\t\t\t$( this ).innerHeight() + $( this ).height() ) );\n\t\t\t\t} )\n\t\t\t\t.css( \"overflow\", \"auto\" );\n\t\t} else if ( heightStyle === \"auto\" ) {\n\t\t\tmaxHeight = 0;\n\t\t\tthis.headers.next()\n\t\t\t\t.each( function() {\n\t\t\t\t\tvar isVisible = $( this ).is( \":visible\" );\n\t\t\t\t\tif ( !isVisible ) {\n\t\t\t\t\t\t$( this ).show();\n\t\t\t\t\t}\n\t\t\t\t\tmaxHeight = Math.max( maxHeight, $( this ).css( \"height\", \"\" ).height() );\n\t\t\t\t\tif ( !isVisible ) {\n\t\t\t\t\t\t$( this ).hide();\n\t\t\t\t\t}\n\t\t\t\t} )\n\t\t\t\t.height( maxHeight );\n\t\t}\n\t},\n\n\t_activate: function( index ) {\n\t\tvar active = this._findActive( index )[ 0 ];\n\n\t\t// Trying to activate the already active panel\n\t\tif ( active === this.active[ 0 ] ) {\n\t\t\treturn;\n\t\t}\n\n\t\t// Trying to collapse, simulate a click on the currently active header\n\t\tactive = active || this.active[ 0 ];\n\n\t\tthis._eventHandler( {\n\t\t\ttarget: active,\n\t\t\tcurrentTarget: active,\n\t\t\tpreventDefault: $.noop\n\t\t} );\n\t},\n\n\t_findActive: function( selector ) {\n\t\treturn typeof selector === \"number\" ? this.headers.eq( selector ) : $();\n\t},\n\n\t_setupEvents: function( event ) {\n\t\tvar events = {\n\t\t\tkeydown: \"_keydown\"\n\t\t};\n\t\tif ( event ) {\n\t\t\t$.each( event.split( \" \" ), function( index, eventName ) {\n\t\t\t\tevents[ eventName ] = \"_eventHandler\";\n\t\t\t} );\n\t\t}\n\n\t\tthis._off( this.headers.add( this.headers.next() ) );\n\t\tthis._on( this.headers, events );\n\t\tthis._on( this.headers.next(), { keydown: \"_panelKeyDown\" } );\n\t\tthis._hoverable( this.headers );\n\t\tthis._focusable( this.headers );\n\t},\n\n\t_eventHandler: function( event ) {\n\t\tvar activeChildren, clickedChildren,\n\t\t\toptions = this.options,\n\t\t\tactive = this.active,\n\t\t\tclicked = $( event.currentTarget ),\n\t\t\tclickedIsActive = clicked[ 0 ] === active[ 0 ],\n\t\t\tcollapsing = clickedIsActive && options.collapsible,\n\t\t\ttoShow = collapsing ? $() : clicked.next(),\n\t\t\ttoHide = active.next(),\n\t\t\teventData = {\n\t\t\t\toldHeader: active,\n\t\t\t\toldPanel: toHide,\n\t\t\t\tnewHeader: collapsing ? $() : clicked,\n\t\t\t\tnewPanel: toShow\n\t\t\t};\n\n\t\tevent.preventDefault();\n\n\t\tif (\n\n\t\t\t\t// click on active header, but not collapsible\n\t\t\t\t( clickedIsActive && !options.collapsible ) ||\n\n\t\t\t\t// allow canceling activation\n\t\t\t\t( this._trigger( \"beforeActivate\", event, eventData ) === false ) ) {\n\t\t\treturn;\n\t\t}\n\n\t\toptions.active = collapsing ? false : this.headers.index( clicked );\n\n\t\t// When the call to ._toggle() comes after the class changes\n\t\t// it causes a very odd bug in IE 8 (see #6720)\n\t\tthis.active = clickedIsActive ? $() : clicked;\n\t\tthis._toggle( eventData );\n\n\t\t// Switch classes\n\t\t// corner classes on the previously active header stay after the animation\n\t\tthis._removeClass( active, \"ui-accordion-header-active\", \"ui-state-active\" );\n\t\tif ( options.icons ) {\n\t\t\tactiveChildren = active.children( \".ui-accordion-header-icon\" );\n\t\t\tthis._removeClass( activeChildren, null, options.icons.activeHeader )\n\t\t\t\t._addClass( activeChildren, null, options.icons.header );\n\t\t}\n\n\t\tif ( !clickedIsActive ) {\n\t\t\tthis._removeClass( clicked, \"ui-accordion-header-collapsed\" )\n\t\t\t\t._addClass( clicked, \"ui-accordion-header-active\", \"ui-state-active\" );\n\t\t\tif ( options.icons ) {\n\t\t\t\tclickedChildren = clicked.children( \".ui-accordion-header-icon\" );\n\t\t\t\tthis._removeClass( clickedChildren, null, options.icons.header )\n\t\t\t\t\t._addClass( clickedChildren, null, options.icons.activeHeader );\n\t\t\t}\n\n\t\t\tthis._addClass( clicked.next(), \"ui-accordion-content-active\" );\n\t\t}\n\t},\n\n\t_toggle: function( data ) {\n\t\tvar toShow = data.newPanel,\n\t\t\ttoHide = this.prevShow.length ? this.prevShow : data.oldPanel;\n\n\t\t// Handle activating a panel during the animation for another activation\n\t\tthis.prevShow.add( this.prevHide ).stop( true, true );\n\t\tthis.prevShow = toShow;\n\t\tthis.prevHide = toHide;\n\n\t\tif ( this.options.animate ) {\n\t\t\tthis._animate( toShow, toHide, data );\n\t\t} else {\n\t\t\ttoHide.hide();\n\t\t\ttoShow.show();\n\t\t\tthis._toggleComplete( data );\n\t\t}\n\n\t\ttoHide.attr( {\n\t\t\t\"aria-hidden\": \"true\"\n\t\t} );\n\t\ttoHide.prev().attr( {\n\t\t\t\"aria-selected\": \"false\",\n\t\t\t\"aria-expanded\": \"false\"\n\t\t} );\n\n\t\t// if we're switching panels, remove the old header from the tab order\n\t\t// if we're opening from collapsed state, remove the previous header from the tab order\n\t\t// if we're collapsing, then keep the collapsing header in the tab order\n\t\tif ( toShow.length && toHide.length ) {\n\t\t\ttoHide.prev().attr( {\n\t\t\t\t\"tabIndex\": -1,\n\t\t\t\t\"aria-expanded\": \"false\"\n\t\t\t} );\n\t\t} else if ( toShow.length ) {\n\t\t\tthis.headers.filter( function() {\n\t\t\t\treturn parseInt( $( this ).attr( \"tabIndex\" ), 10 ) === 0;\n\t\t\t} )\n\t\t\t\t.attr( \"tabIndex\", -1 );\n\t\t}\n\n\t\ttoShow\n\t\t\t.attr( \"aria-hidden\", \"false\" )\n\t\t\t.prev()\n\t\t\t\t.attr( {\n\t\t\t\t\t\"aria-selected\": \"true\",\n\t\t\t\t\t\"aria-expanded\": \"true\",\n\t\t\t\t\ttabIndex: 0\n\t\t\t\t} );\n\t},\n\n\t_animate: function( toShow, toHide, data ) {\n\t\tvar total, easing, duration,\n\t\t\tthat = this,\n\t\t\tadjust = 0,\n\t\t\tboxSizing = toShow.css( \"box-sizing\" ),\n\t\t\tdown = toShow.length &&\n\t\t\t\t( !toHide.length || ( toShow.index() < toHide.index() ) ),\n\t\t\tanimate = this.options.animate || {},\n\t\t\toptions = down && animate.down || animate,\n\t\t\tcomplete = function() {\n\t\t\t\tthat._toggleComplete( data );\n\t\t\t};\n\n\t\tif ( typeof options === \"number\" ) {\n\t\t\tduration = options;\n\t\t}\n\t\tif ( typeof options === \"string\" ) {\n\t\t\teasing = options;\n\t\t}\n\n\t\t// fall back from options to animation in case of partial down settings\n\t\teasing = easing || options.easing || animate.easing;\n\t\tduration = duration || options.duration || animate.duration;\n\n\t\tif ( !toHide.length ) {\n\t\t\treturn toShow.animate( this.showProps, duration, easing, complete );\n\t\t}\n\t\tif ( !toShow.length ) {\n\t\t\treturn toHide.animate( this.hideProps, duration, easing, complete );\n\t\t}\n\n\t\ttotal = toShow.show().outerHeight();\n\t\ttoHide.animate( this.hideProps, {\n\t\t\tduration: duration,\n\t\t\teasing: easing,\n\t\t\tstep: function( now, fx ) {\n\t\t\t\tfx.now = Math.round( now );\n\t\t\t}\n\t\t} );\n\t\ttoShow\n\t\t\t.hide()\n\t\t\t.animate( this.showProps, {\n\t\t\t\tduration: duration,\n\t\t\t\teasing: easing,\n\t\t\t\tcomplete: complete,\n\t\t\t\tstep: function( now, fx ) {\n\t\t\t\t\tfx.now = Math.round( now );\n\t\t\t\t\tif ( fx.prop !== \"height\" ) {\n\t\t\t\t\t\tif ( boxSizing === \"content-box\" ) {\n\t\t\t\t\t\t\tadjust += fx.now;\n\t\t\t\t\t\t}\n\t\t\t\t\t} else if ( that.options.heightStyle !== \"content\" ) {\n\t\t\t\t\t\tfx.now = Math.round( total - toHide.outerHeight() - adjust );\n\t\t\t\t\t\tadjust = 0;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t} );\n\t},\n\n\t_toggleComplete: function( data ) {\n\t\tvar toHide = data.oldPanel,\n\t\t\tprev = toHide.prev();\n\n\t\tthis._removeClass( toHide, \"ui-accordion-content-active\" );\n\t\tthis._removeClass( prev, \"ui-accordion-header-active\" )\n\t\t\t._addClass( prev, \"ui-accordion-header-collapsed\" );\n\n\t\t// Work around for rendering bug in IE (#5421)\n\t\tif ( toHide.length ) {\n\t\t\ttoHide.parent()[ 0 ].className = toHide.parent()[ 0 ].className;\n\t\t}\n\t\tthis._trigger( \"activate\", null, data );\n\t}\n} );\n\n\n\nvar safeActiveElement = $.ui.safeActiveElement = function( document ) {\n\tvar activeElement;\n\n\t// Support: IE 9 only\n\t// IE9 throws an \"Unspecified error\" accessing document.activeElement from an <iframe>\n\ttry {\n\t\tactiveElement = document.activeElement;\n\t} catch ( error ) {\n\t\tactiveElement = document.body;\n\t}\n\n\t// Support: IE 9 - 11 only\n\t// IE may return null instead of an element\n\t// Interestingly, this only seems to occur when NOT in an iframe\n\tif ( !activeElement ) {\n\t\tactiveElement = document.body;\n\t}\n\n\t// Support: IE 11 only\n\t// IE11 returns a seemingly empty object in some cases when accessing\n\t// document.activeElement from an <iframe>\n\tif ( !activeElement.nodeName ) {\n\t\tactiveElement = document.body;\n\t}\n\n\treturn activeElement;\n};\n\n\n/*!\n * jQuery UI Menu 1.12.1\n * http://jqueryui.com\n *\n * Copyright jQuery Foundation and other contributors\n * Released under the MIT license.\n * http://jquery.org/license\n */\n\n//>>label: Menu\n//>>group: Widgets\n//>>description: Creates nestable menus.\n//>>docs: http://api.jqueryui.com/menu/\n//>>demos: http://jqueryui.com/menu/\n//>>css.structure: ../../themes/base/core.css\n//>>css.structure: ../../themes/base/menu.css\n//>>css.theme: ../../themes/base/theme.css\n\n\n\nvar widgetsMenu = $.widget( \"ui.menu\", {\n\tversion: \"1.12.1\",\n\tdefaultElement: \"<ul>\",\n\tdelay: 300,\n\toptions: {\n\t\ticons: {\n\t\t\tsubmenu: \"ui-icon-caret-1-e\"\n\t\t},\n\t\titems: \"> *\",\n\t\tmenus: \"ul\",\n\t\tposition: {\n\t\t\tmy: \"left top\",\n\t\t\tat: \"right top\"\n\t\t},\n\t\trole: \"menu\",\n\n\t\t// Callbacks\n\t\tblur: null,\n\t\tfocus: null,\n\t\tselect: null\n\t},\n\n\t_create: function() {\n\t\tthis.activeMenu = this.element;\n\n\t\t// Flag used to prevent firing of the click handler\n\t\t// as the event bubbles up through nested menus\n\t\tthis.mouseHandled = false;\n\t\tthis.element\n\t\t\t.uniqueId()\n\t\t\t.attr( {\n\t\t\t\trole: this.options.role,\n\t\t\t\ttabIndex: 0\n\t\t\t} );\n\n\t\tthis._addClass( \"ui-menu\", \"ui-widget ui-widget-content\" );\n\t\tthis._on( {\n\n\t\t\t// Prevent focus from sticking to links inside menu after clicking\n\t\t\t// them (focus should always stay on UL during navigation).\n\t\t\t\"mousedown .ui-menu-item\": function( event ) {\n\t\t\t\tevent.preventDefault();\n\t\t\t},\n\t\t\t\"click .ui-menu-item\": function( event ) {\n\t\t\t\tvar target = $( event.target );\n\t\t\t\tvar active = $( $.ui.safeActiveElement( this.document[ 0 ] ) );\n\t\t\t\tif ( !this.mouseHandled && target.not( \".ui-state-disabled\" ).length ) {\n\t\t\t\t\tthis.select( event );\n\n\t\t\t\t\t// Only set the mouseHandled flag if the event will bubble, see #9469.\n\t\t\t\t\tif ( !event.isPropagationStopped() ) {\n\t\t\t\t\t\tthis.mouseHandled = true;\n\t\t\t\t\t}\n\n\t\t\t\t\t// Open submenu on click\n\t\t\t\t\tif ( target.has( \".ui-menu\" ).length ) {\n\t\t\t\t\t\tthis.expand( event );\n\t\t\t\t\t} else if ( !this.element.is( \":focus\" ) &&\n\t\t\t\t\t\t\tactive.closest( \".ui-menu\" ).length ) {\n\n\t\t\t\t\t\t// Redirect focus to the menu\n\t\t\t\t\t\tthis.element.trigger( \"focus\", [ true ] );\n\n\t\t\t\t\t\t// If the active item is on the top level, let it stay active.\n\t\t\t\t\t\t// Otherwise, blur the active item since it is no longer visible.\n\t\t\t\t\t\tif ( this.active && this.active.parents( \".ui-menu\" ).length === 1 ) {\n\t\t\t\t\t\t\tclearTimeout( this.timer );\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\t\"mouseenter .ui-menu-item\": function( event ) {\n\n\t\t\t\t// Ignore mouse events while typeahead is active, see #10458.\n\t\t\t\t// Prevents focusing the wrong item when typeahead causes a scroll while the mouse\n\t\t\t\t// is over an item in the menu\n\t\t\t\tif ( this.previousFilter ) {\n\t\t\t\t\treturn;\n\t\t\t\t}\n\n\t\t\t\tvar actualTarget = $( event.target ).closest( \".ui-menu-item\" ),\n\t\t\t\t\ttarget = $( event.currentTarget );\n\n\t\t\t\t// Ignore bubbled events on parent items, see #11641\n\t\t\t\tif ( actualTarget[ 0 ] !== target[ 0 ] ) {\n\t\t\t\t\treturn;\n\t\t\t\t}\n\n\t\t\t\t// Remove ui-state-active class from siblings of the newly focused menu item\n\t\t\t\t// to avoid a jump caused by adjacent elements both having a class with a border\n\t\t\t\tthis._removeClass( target.siblings().children( \".ui-state-active\" ),\n\t\t\t\t\tnull, \"ui-state-active\" );\n\t\t\t\tthis.focus( event, target );\n\t\t\t},\n\t\t\tmouseleave: \"collapseAll\",\n\t\t\t\"mouseleave .ui-menu\": \"collapseAll\",\n\t\t\tfocus: function( event, keepActiveItem ) {\n\n\t\t\t\t// If there's already an active item, keep it active\n\t\t\t\t// If not, activate the first item\n\t\t\t\tvar item = this.active || this.element.find( this.options.items ).eq( 0 );\n\n\t\t\t\tif ( !keepActiveItem ) {\n\t\t\t\t\tthis.focus( event, item );\n\t\t\t\t}\n\t\t\t},\n\t\t\tblur: function( event ) {\n\t\t\t\tthis._delay( function() {\n\t\t\t\t\tvar notContained = !$.contains(\n\t\t\t\t\t\tthis.element[ 0 ],\n\t\t\t\t\t\t$.ui.safeActiveElement( this.document[ 0 ] )\n\t\t\t\t\t);\n\t\t\t\t\tif ( notContained ) {\n\t\t\t\t\t\tthis.collapseAll( event );\n\t\t\t\t\t}\n\t\t\t\t} );\n\t\t\t},\n\t\t\tkeydown: \"_keydown\"\n\t\t} );\n\n\t\tthis.refresh();\n\n\t\t// Clicks outside of a menu collapse any open menus\n\t\tthis._on( this.document, {\n\t\t\tclick: function( event ) {\n\t\t\t\tif ( this._closeOnDocumentClick( event ) ) {\n\t\t\t\t\tthis.collapseAll( event );\n\t\t\t\t}\n\n\t\t\t\t// Reset the mouseHandled flag\n\t\t\t\tthis.mouseHandled = false;\n\t\t\t}\n\t\t} );\n\t},\n\n\t_destroy: function() {\n\t\tvar items = this.element.find( \".ui-menu-item\" )\n\t\t\t\t.removeAttr( \"role aria-disabled\" ),\n\t\t\tsubmenus = items.children( \".ui-menu-item-wrapper\" )\n\t\t\t\t.removeUniqueId()\n\t\t\t\t.removeAttr( \"tabIndex role aria-haspopup\" );\n\n\t\t// Destroy (sub)menus\n\t\tthis.element\n\t\t\t.removeAttr( \"aria-activedescendant\" )\n\t\t\t.find( \".ui-menu\" ).addBack()\n\t\t\t\t.removeAttr( \"role aria-labelledby aria-expanded aria-hidden aria-disabled \" +\n\t\t\t\t\t\"tabIndex\" )\n\t\t\t\t.removeUniqueId()\n\t\t\t\t.show();\n\n\t\tsubmenus.children().each( function() {\n\t\t\tvar elem = $( this );\n\t\t\tif ( elem.data( \"ui-menu-submenu-caret\" ) ) {\n\t\t\t\telem.remove();\n\t\t\t}\n\t\t} );\n\t},\n\n\t_keydown: function( event ) {\n\t\tvar match, prev, character, skip,\n\t\t\tpreventDefault = true;\n\n\t\tswitch ( event.keyCode ) {\n\t\tcase $.ui.keyCode.PAGE_UP:\n\t\t\tthis.previousPage( event );\n\t\t\tbreak;\n\t\tcase $.ui.keyCode.PAGE_DOWN:\n\t\t\tthis.nextPage( event );\n\t\t\tbreak;\n\t\tcase $.ui.keyCode.HOME:\n\t\t\tthis._move( \"first\", \"first\", event );\n\t\t\tbreak;\n\t\tcase $.ui.keyCode.END:\n\t\t\tthis._move( \"last\", \"last\", event );\n\t\t\tbreak;\n\t\tcase $.ui.keyCode.UP:\n\t\t\tthis.previous( event );\n\t\t\tbreak;\n\t\tcase $.ui.keyCode.DOWN:\n\t\t\tthis.next( event );\n\t\t\tbreak;\n\t\tcase $.ui.keyCode.LEFT:\n\t\t\tthis.collapse( event );\n\t\t\tbreak;\n\t\tcase $.ui.keyCode.RIGHT:\n\t\t\tif ( this.active && !this.active.is( \".ui-state-disabled\" ) ) {\n\t\t\t\tthis.expand( event );\n\t\t\t}\n\t\t\tbreak;\n\t\tcase $.ui.keyCode.ENTER:\n\t\tcase $.ui.keyCode.SPACE:\n\t\t\tthis._activate( event );\n\t\t\tbreak;\n\t\tcase $.ui.keyCode.ESCAPE:\n\t\t\tthis.collapse( event );\n\t\t\tbreak;\n\t\tdefault:\n\t\t\tpreventDefault = false;\n\t\t\tprev = this.previousFilter || \"\";\n\t\t\tskip = false;\n\n\t\t\t// Support number pad values\n\t\t\tcharacter = event.keyCode >= 96 && event.keyCode <= 105 ?\n\t\t\t\t( event.keyCode - 96 ).toString() : String.fromCharCode( event.keyCode );\n\n\t\t\tclearTimeout( this.filterTimer );\n\n\t\t\tif ( character === prev ) {\n\t\t\t\tskip = true;\n\t\t\t} else {\n\t\t\t\tcharacter = prev + character;\n\t\t\t}\n\n\t\t\tmatch = this._filterMenuItems( character );\n\t\t\tmatch = skip && match.index( this.active.next() ) !== -1 ?\n\t\t\t\tthis.active.nextAll( \".ui-menu-item\" ) :\n\t\t\t\tmatch;\n\n\t\t\t// If no matches on the current filter, reset to the last character pressed\n\t\t\t// to move down the menu to the first item that starts with that character\n\t\t\tif ( !match.length ) {\n\t\t\t\tcharacter = String.fromCharCode( event.keyCode );\n\t\t\t\tmatch = this._filterMenuItems( character );\n\t\t\t}\n\n\t\t\tif ( match.length ) {\n\t\t\t\tthis.focus( event, match );\n\t\t\t\tthis.previousFilter = character;\n\t\t\t\tthis.filterTimer = this._delay( function() {\n\t\t\t\t\tdelete this.previousFilter;\n\t\t\t\t}, 1000 );\n\t\t\t} else {\n\t\t\t\tdelete this.previousFilter;\n\t\t\t}\n\t\t}\n\n\t\tif ( preventDefault ) {\n\t\t\tevent.preventDefault();\n\t\t}\n\t},\n\n\t_activate: function( event ) {\n\t\tif ( this.active && !this.active.is( \".ui-state-disabled\" ) ) {\n\t\t\tif ( this.active.children( \"[aria-haspopup='true']\" ).length ) {\n\t\t\t\tthis.expand( event );\n\t\t\t} else {\n\t\t\t\tthis.select( event );\n\t\t\t}\n\t\t}\n\t},\n\n\trefresh: function() {\n\t\tvar menus, items, newSubmenus, newItems, newWrappers,\n\t\t\tthat = this,\n\t\t\ticon = this.options.icons.submenu,\n\t\t\tsubmenus = this.element.find( this.options.menus );\n\n\t\tthis._toggleClass( \"ui-menu-icons\", null, !!this.element.find( \".ui-icon\" ).length );\n\n\t\t// Initialize nested menus\n\t\tnewSubmenus = submenus.filter( \":not(.ui-menu)\" )\n\t\t\t.hide()\n\t\t\t.attr( {\n\t\t\t\trole: this.options.role,\n\t\t\t\t\"aria-hidden\": \"true\",\n\t\t\t\t\"aria-expanded\": \"false\"\n\t\t\t} )\n\t\t\t.each( function() {\n\t\t\t\tvar menu = $( this ),\n\t\t\t\t\titem = menu.prev(),\n\t\t\t\t\tsubmenuCaret = $( \"<span>\" ).data( \"ui-menu-submenu-caret\", true );\n\n\t\t\t\tthat._addClass( submenuCaret, \"ui-menu-icon\", \"ui-icon \" + icon );\n\t\t\t\titem\n\t\t\t\t\t.attr( \"aria-haspopup\", \"true\" )\n\t\t\t\t\t.prepend( submenuCaret );\n\t\t\t\tmenu.attr( \"aria-labelledby\", item.attr( \"id\" ) );\n\t\t\t} );\n\n\t\tthis._addClass( newSubmenus, \"ui-menu\", \"ui-widget ui-widget-content ui-front\" );\n\n\t\tmenus = submenus.add( this.element );\n\t\titems = menus.find( this.options.items );\n\n\t\t// Initialize menu-items containing spaces and/or dashes only as dividers\n\t\titems.not( \".ui-menu-item\" ).each( function() {\n\t\t\tvar item = $( this );\n\t\t\tif ( that._isDivider( item ) ) {\n\t\t\t\tthat._addClass( item, \"ui-menu-divider\", \"ui-widget-content\" );\n\t\t\t}\n\t\t} );\n\n\t\t// Don't refresh list items that are already adapted\n\t\tnewItems = items.not( \".ui-menu-item, .ui-menu-divider\" );\n\t\tnewWrappers = newItems.children()\n\t\t\t.not( \".ui-menu\" )\n\t\t\t\t.uniqueId()\n\t\t\t\t.attr( {\n\t\t\t\t\ttabIndex: -1,\n\t\t\t\t\trole: this._itemRole()\n\t\t\t\t} );\n\t\tthis._addClass( newItems, \"ui-menu-item\" )\n\t\t\t._addClass( newWrappers, \"ui-menu-item-wrapper\" );\n\n\t\t// Add aria-disabled attribute to any disabled menu item\n\t\titems.filter( \".ui-state-disabled\" ).attr( \"aria-disabled\", \"true\" );\n\n\t\t// If the active item has been removed, blur the menu\n\t\tif ( this.active && !$.contains( this.element[ 0 ], this.active[ 0 ] ) ) {\n\t\t\tthis.blur();\n\t\t}\n\t},\n\n\t_itemRole: function() {\n\t\treturn {\n\t\t\tmenu: \"menuitem\",\n\t\t\tlistbox: \"option\"\n\t\t}[ this.options.role ];\n\t},\n\n\t_setOption: function( key, value ) {\n\t\tif ( key === \"icons\" ) {\n\t\t\tvar icons = this.element.find( \".ui-menu-icon\" );\n\t\t\tthis._removeClass( icons, null, this.options.icons.submenu )\n\t\t\t\t._addClass( icons, null, value.submenu );\n\t\t}\n\t\tthis._super( key, value );\n\t},\n\n\t_setOptionDisabled: function( value ) {\n\t\tthis._super( value );\n\n\t\tthis.element.attr( \"aria-disabled\", String( value ) );\n\t\tthis._toggleClass( null, \"ui-state-disabled\", !!value );\n\t},\n\n\tfocus: function( event, item ) {\n\t\tvar nested, focused, activeParent;\n\t\tthis.blur( event, event && event.type === \"focus\" );\n\n\t\tthis._scrollIntoView( item );\n\n\t\tthis.active = item.first();\n\n\t\tfocused = this.active.children( \".ui-menu-item-wrapper\" );\n\t\tthis._addClass( focused, null, \"ui-state-active\" );\n\n\t\t// Only update aria-activedescendant if there's a role\n\t\t// otherwise we assume focus is managed elsewhere\n\t\tif ( this.options.role ) {\n\t\t\tthis.element.attr( \"aria-activedescendant\", focused.attr( \"id\" ) );\n\t\t}\n\n\t\t// Highlight active parent menu item, if any\n\t\tactiveParent = this.active\n\t\t\t.parent()\n\t\t\t\t.closest( \".ui-menu-item\" )\n\t\t\t\t\t.children( \".ui-menu-item-wrapper\" );\n\t\tthis._addClass( activeParent, null, \"ui-state-active\" );\n\n\t\tif ( event && event.type === \"keydown\" ) {\n\t\t\tthis._close();\n\t\t} else {\n\t\t\tthis.timer = this._delay( function() {\n\t\t\t\tthis._close();\n\t\t\t}, this.delay );\n\t\t}\n\n\t\tnested = item.children( \".ui-menu\" );\n\t\tif ( nested.length && event && ( /^mouse/.test( event.type ) ) ) {\n\t\t\tthis._startOpening( nested );\n\t\t}\n\t\tthis.activeMenu = item.parent();\n\n\t\tthis._trigger( \"focus\", event, { item: item } );\n\t},\n\n\t_scrollIntoView: function( item ) {\n\t\tvar borderTop, paddingTop, offset, scroll, elementHeight, itemHeight;\n\t\tif ( this._hasScroll() ) {\n\t\t\tborderTop = parseFloat( $.css( this.activeMenu[ 0 ], \"borderTopWidth\" ) ) || 0;\n\t\t\tpaddingTop = parseFloat( $.css( this.activeMenu[ 0 ], \"paddingTop\" ) ) || 0;\n\t\t\toffset = item.offset().top - this.activeMenu.offset().top - borderTop - paddingTop;\n\t\t\tscroll = this.activeMenu.scrollTop();\n\t\t\telementHeight = this.activeMenu.height();\n\t\t\titemHeight = item.outerHeight();\n\n\t\t\tif ( offset < 0 ) {\n\t\t\t\tthis.activeMenu.scrollTop( scroll + offset );\n\t\t\t} else if ( offset + itemHeight > elementHeight ) {\n\t\t\t\tthis.activeMenu.scrollTop( scroll + offset - elementHeight + itemHeight );\n\t\t\t}\n\t\t}\n\t},\n\n\tblur: function( event, fromFocus ) {\n\t\tif ( !fromFocus ) {\n\t\t\tclearTimeout( this.timer );\n\t\t}\n\n\t\tif ( !this.active ) {\n\t\t\treturn;\n\t\t}\n\n\t\tthis._removeClass( this.active.children( \".ui-menu-item-wrapper\" ),\n\t\t\tnull, \"ui-state-active\" );\n\n\t\tthis._trigger( \"blur\", event, { item: this.active } );\n\t\tthis.active = null;\n\t},\n\n\t_startOpening: function( submenu ) {\n\t\tclearTimeout( this.timer );\n\n\t\t// Don't open if already open fixes a Firefox bug that caused a .5 pixel\n\t\t// shift in the submenu position when mousing over the caret icon\n\t\tif ( submenu.attr( \"aria-hidden\" ) !== \"true\" ) {\n\t\t\treturn;\n\t\t}\n\n\t\tthis.timer = this._delay( function() {\n\t\t\tthis._close();\n\t\t\tthis._open( submenu );\n\t\t}, this.delay );\n\t},\n\n\t_open: function( submenu ) {\n\t\tvar position = $.extend( {\n\t\t\tof: this.active\n\t\t}, this.options.position );\n\n\t\tclearTimeout( this.timer );\n\t\tthis.element.find( \".ui-menu\" ).not( submenu.parents( \".ui-menu\" ) )\n\t\t\t.hide()\n\t\t\t.attr( \"aria-hidden\", \"true\" );\n\n\t\tsubmenu\n\t\t\t.show()\n\t\t\t.removeAttr( \"aria-hidden\" )\n\t\t\t.attr( \"aria-expanded\", \"true\" )\n\t\t\t.position( position );\n\t},\n\n\tcollapseAll: function( event, all ) {\n\t\tclearTimeout( this.timer );\n\t\tthis.timer = this._delay( function() {\n\n\t\t\t// If we were passed an event, look for the submenu that contains the event\n\t\t\tvar currentMenu = all ? this.element :\n\t\t\t\t$( event && event.target ).closest( this.element.find( \".ui-menu\" ) );\n\n\t\t\t// If we found no valid submenu ancestor, use the main menu to close all\n\t\t\t// sub menus anyway\n\t\t\tif ( !currentMenu.length ) {\n\t\t\t\tcurrentMenu = this.element;\n\t\t\t}\n\n\t\t\tthis._close( currentMenu );\n\n\t\t\tthis.blur( event );\n\n\t\t\t// Work around active item staying active after menu is blurred\n\t\t\tthis._removeClass( currentMenu.find( \".ui-state-active\" ), null, \"ui-state-active\" );\n\n\t\t\tthis.activeMenu = currentMenu;\n\t\t}, this.delay );\n\t},\n\n\t// With no arguments, closes the currently active menu - if nothing is active\n\t// it closes all menus. If passed an argument, it will search for menus BELOW\n\t_close: function( startMenu ) {\n\t\tif ( !startMenu ) {\n\t\t\tstartMenu = this.active ? this.active.parent() : this.element;\n\t\t}\n\n\t\tstartMenu.find( \".ui-menu\" )\n\t\t\t.hide()\n\t\t\t.attr( \"aria-hidden\", \"true\" )\n\t\t\t.attr( \"aria-expanded\", \"false\" );\n\t},\n\n\t_closeOnDocumentClick: function( event ) {\n\t\treturn !$( event.target ).closest( \".ui-menu\" ).length;\n\t},\n\n\t_isDivider: function( item ) {\n\n\t\t// Match hyphen, em dash, en dash\n\t\treturn !/[^\\-\\u2014\\u2013\\s]/.test( item.text() );\n\t},\n\n\tcollapse: function( event ) {\n\t\tvar newItem = this.active &&\n\t\t\tthis.active.parent().closest( \".ui-menu-item\", this.element );\n\t\tif ( newItem && newItem.length ) {\n\t\t\tthis._close();\n\t\t\tthis.focus( event, newItem );\n\t\t}\n\t},\n\n\texpand: function( event ) {\n\t\tvar newItem = this.active &&\n\t\t\tthis.active\n\t\t\t\t.children( \".ui-menu \" )\n\t\t\t\t\t.find( this.options.items )\n\t\t\t\t\t\t.first();\n\n\t\tif ( newItem && newItem.length ) {\n\t\t\tthis._open( newItem.parent() );\n\n\t\t\t// Delay so Firefox will not hide activedescendant change in expanding submenu from AT\n\t\t\tthis._delay( function() {\n\t\t\t\tthis.focus( event, newItem );\n\t\t\t} );\n\t\t}\n\t},\n\n\tnext: function( event ) {\n\t\tthis._move( \"next\", \"first\", event );\n\t},\n\n\tprevious: function( event ) {\n\t\tthis._move( \"prev\", \"last\", event );\n\t},\n\n\tisFirstItem: function() {\n\t\treturn this.active && !this.active.prevAll( \".ui-menu-item\" ).length;\n\t},\n\n\tisLastItem: function() {\n\t\treturn this.active && !this.active.nextAll( \".ui-menu-item\" ).length;\n\t},\n\n\t_move: function( direction, filter, event ) {\n\t\tvar next;\n\t\tif ( this.active ) {\n\t\t\tif ( direction === \"first\" || direction === \"last\" ) {\n\t\t\t\tnext = this.active\n\t\t\t\t\t[ direction === \"first\" ? \"prevAll\" : \"nextAll\" ]( \".ui-menu-item\" )\n\t\t\t\t\t.eq( -1 );\n\t\t\t} else {\n\t\t\t\tnext = this.active\n\t\t\t\t\t[ direction + \"All\" ]( \".ui-menu-item\" )\n\t\t\t\t\t.eq( 0 );\n\t\t\t}\n\t\t}\n\t\tif ( !next || !next.length || !this.active ) {\n\t\t\tnext = this.activeMenu.find( this.options.items )[ filter ]();\n\t\t}\n\n\t\tthis.focus( event, next );\n\t},\n\n\tnextPage: function( event ) {\n\t\tvar item, base, height;\n\n\t\tif ( !this.active ) {\n\t\t\tthis.next( event );\n\t\t\treturn;\n\t\t}\n\t\tif ( this.isLastItem() ) {\n\t\t\treturn;\n\t\t}\n\t\tif ( this._hasScroll() ) {\n\t\t\tbase = this.active.offset().top;\n\t\t\theight = this.element.height();\n\t\t\tthis.active.nextAll( \".ui-menu-item\" ).each( function() {\n\t\t\t\titem = $( this );\n\t\t\t\treturn item.offset().top - base - height < 0;\n\t\t\t} );\n\n\t\t\tthis.focus( event, item );\n\t\t} else {\n\t\t\tthis.focus( event, this.activeMenu.find( this.options.items )\n\t\t\t\t[ !this.active ? \"first\" : \"last\" ]() );\n\t\t}\n\t},\n\n\tpreviousPage: function( event ) {\n\t\tvar item, base, height;\n\t\tif ( !this.active ) {\n\t\t\tthis.next( event );\n\t\t\treturn;\n\t\t}\n\t\tif ( this.isFirstItem() ) {\n\t\t\treturn;\n\t\t}\n\t\tif ( this._hasScroll() ) {\n\t\t\tbase = this.active.offset().top;\n\t\t\theight = this.element.height();\n\t\t\tthis.active.prevAll( \".ui-menu-item\" ).each( function() {\n\t\t\t\titem = $( this );\n\t\t\t\treturn item.offset().top - base + height > 0;\n\t\t\t} );\n\n\t\t\tthis.focus( event, item );\n\t\t} else {\n\t\t\tthis.focus( event, this.activeMenu.find( this.options.items ).first() );\n\t\t}\n\t},\n\n\t_hasScroll: function() {\n\t\treturn this.element.outerHeight() < this.element.prop( \"scrollHeight\" );\n\t},\n\n\tselect: function( event ) {\n\n\t\t// TODO: It should never be possible to not have an active item at this\n\t\t// point, but the tests don't trigger mouseenter before click.\n\t\tthis.active = this.active || $( event.target ).closest( \".ui-menu-item\" );\n\t\tvar ui = { item: this.active };\n\t\tif ( !this.active.has( \".ui-menu\" ).length ) {\n\t\t\tthis.collapseAll( event, true );\n\t\t}\n\t\tthis._trigger( \"select\", event, ui );\n\t},\n\n\t_filterMenuItems: function( character ) {\n\t\tvar escapedCharacter = character.replace( /[\\-\\[\\]{}()*+?.,\\\\\\^$|#\\s]/g, \"\\\\$&\" ),\n\t\t\tregex = new RegExp( \"^\" + escapedCharacter, \"i\" );\n\n\t\treturn this.activeMenu\n\t\t\t.find( this.options.items )\n\n\t\t\t\t// Only match on items, not dividers or other content (#10571)\n\t\t\t\t.filter( \".ui-menu-item\" )\n\t\t\t\t\t.filter( function() {\n\t\t\t\t\t\treturn regex.test(\n\t\t\t\t\t\t\t$.trim( $( this ).children( \".ui-menu-item-wrapper\" ).text() ) );\n\t\t\t\t\t} );\n\t}\n} );\n\n\n/*!\n * jQuery UI Autocomplete 1.12.1\n * http://jqueryui.com\n *\n * Copyright jQuery Foundation and other contributors\n * Released under the MIT license.\n * http://jquery.org/license\n */\n\n//>>label: Autocomplete\n//>>group: Widgets\n//>>description: Lists suggested words as the user is typing.\n//>>docs: http://api.jqueryui.com/autocomplete/\n//>>demos: http://jqueryui.com/autocomplete/\n//>>css.structure: ../../themes/base/core.css\n//>>css.structure: ../../themes/base/autocomplete.css\n//>>css.theme: ../../themes/base/theme.css\n\n\n\n$.widget( \"ui.autocomplete\", {\n\tversion: \"1.12.1\",\n\tdefaultElement: \"<input>\",\n\toptions: {\n\t\tappendTo: null,\n\t\tautoFocus: false,\n\t\tdelay: 300,\n\t\tminLength: 1,\n\t\tposition: {\n\t\t\tmy: \"left top\",\n\t\t\tat: \"left bottom\",\n\t\t\tcollision: \"none\"\n\t\t},\n\t\tsource: null,\n\n\t\t// Callbacks\n\t\tchange: null,\n\t\tclose: null,\n\t\tfocus: null,\n\t\topen: null,\n\t\tresponse: null,\n\t\tsearch: null,\n\t\tselect: null\n\t},\n\n\trequestIndex: 0,\n\tpending: 0,\n\n\t_create: function() {\n\n\t\t// Some browsers only repeat keydown events, not keypress events,\n\t\t// so we use the suppressKeyPress flag to determine if we've already\n\t\t// handled the keydown event. #7269\n\t\t// Unfortunately the code for & in keypress is the same as the up arrow,\n\t\t// so we use the suppressKeyPressRepeat flag to avoid handling keypress\n\t\t// events when we know the keydown event was used to modify the\n\t\t// search term. #7799\n\t\tvar suppressKeyPress, suppressKeyPressRepeat, suppressInput,\n\t\t\tnodeName = this.element[ 0 ].nodeName.toLowerCase(),\n\t\t\tisTextarea = nodeName === \"textarea\",\n\t\t\tisInput = nodeName === \"input\";\n\n\t\t// Textareas are always multi-line\n\t\t// Inputs are always single-line, even if inside a contentEditable element\n\t\t// IE also treats inputs as contentEditable\n\t\t// All other element types are determined by whether or not they're contentEditable\n\t\tthis.isMultiLine = isTextarea || !isInput && this._isContentEditable( this.element );\n\n\t\tthis.valueMethod = this.element[ isTextarea || isInput ? \"val\" : \"text\" ];\n\t\tthis.isNewMenu = true;\n\n\t\tthis._addClass( \"ui-autocomplete-input\" );\n\t\tthis.element.attr( \"autocomplete\", \"off\" );\n\n\t\tthis._on( this.element, {\n\t\t\tkeydown: function( event ) {\n\t\t\t\tif ( this.element.prop( \"readOnly\" ) ) {\n\t\t\t\t\tsuppressKeyPress = true;\n\t\t\t\t\tsuppressInput = true;\n\t\t\t\t\tsuppressKeyPressRepeat = true;\n\t\t\t\t\treturn;\n\t\t\t\t}\n\n\t\t\t\tsuppressKeyPress = false;\n\t\t\t\tsuppressInput = false;\n\t\t\t\tsuppressKeyPressRepeat = false;\n\t\t\t\tvar keyCode = $.ui.keyCode;\n\t\t\t\tswitch ( event.keyCode ) {\n\t\t\t\tcase keyCode.PAGE_UP:\n\t\t\t\t\tsuppressKeyPress = true;\n\t\t\t\t\tthis._move( \"previousPage\", event );\n\t\t\t\t\tbreak;\n\t\t\t\tcase keyCode.PAGE_DOWN:\n\t\t\t\t\tsuppressKeyPress = true;\n\t\t\t\t\tthis._move( \"nextPage\", event );\n\t\t\t\t\tbreak;\n\t\t\t\tcase keyCode.UP:\n\t\t\t\t\tsuppressKeyPress = true;\n\t\t\t\t\tthis._keyEvent( \"previous\", event );\n\t\t\t\t\tbreak;\n\t\t\t\tcase keyCode.DOWN:\n\t\t\t\t\tsuppressKeyPress = true;\n\t\t\t\t\tthis._keyEvent( \"next\", event );\n\t\t\t\t\tbreak;\n\t\t\t\tcase keyCode.ENTER:\n\n\t\t\t\t\t// when menu is open and has focus\n\t\t\t\t\tif ( this.menu.active ) {\n\n\t\t\t\t\t\t// #6055 - Opera still allows the keypress to occur\n\t\t\t\t\t\t// which causes forms to submit\n\t\t\t\t\t\tsuppressKeyPress = true;\n\t\t\t\t\t\tevent.preventDefault();\n\t\t\t\t\t\tthis.menu.select( event );\n\t\t\t\t\t}\n\t\t\t\t\tbreak;\n\t\t\t\tcase keyCode.TAB:\n\t\t\t\t\tif ( this.menu.active ) {\n\t\t\t\t\t\tthis.menu.select( event );\n\t\t\t\t\t}\n\t\t\t\t\tbreak;\n\t\t\t\tcase keyCode.ESCAPE:\n\t\t\t\t\tif ( this.menu.element.is( \":visible\" ) ) {\n\t\t\t\t\t\tif ( !this.isMultiLine ) {\n\t\t\t\t\t\t\tthis._value( this.term );\n\t\t\t\t\t\t}\n\t\t\t\t\t\tthis.close( event );\n\n\t\t\t\t\t\t// Different browsers have different default behavior for escape\n\t\t\t\t\t\t// Single press can mean undo or clear\n\t\t\t\t\t\t// Double press in IE means clear the whole form\n\t\t\t\t\t\tevent.preventDefault();\n\t\t\t\t\t}\n\t\t\t\t\tbreak;\n\t\t\t\tdefault:\n\t\t\t\t\tsuppressKeyPressRepeat = true;\n\n\t\t\t\t\t// search timeout should be triggered before the input value is changed\n\t\t\t\t\tthis._searchTimeout( event );\n\t\t\t\t\tbreak;\n\t\t\t\t}\n\t\t\t},\n\t\t\tkeypress: function( event ) {\n\t\t\t\tif ( suppressKeyPress ) {\n\t\t\t\t\tsuppressKeyPress = false;\n\t\t\t\t\tif ( !this.isMultiLine || this.menu.element.is( \":visible\" ) ) {\n\t\t\t\t\t\tevent.preventDefault();\n\t\t\t\t\t}\n\t\t\t\t\treturn;\n\t\t\t\t}\n\t\t\t\tif ( suppressKeyPressRepeat ) {\n\t\t\t\t\treturn;\n\t\t\t\t}\n\n\t\t\t\t// Replicate some key handlers to allow them to repeat in Firefox and Opera\n\t\t\t\tvar keyCode = $.ui.keyCode;\n\t\t\t\tswitch ( event.keyCode ) {\n\t\t\t\tcase keyCode.PAGE_UP:\n\t\t\t\t\tthis._move( \"previousPage\", event );\n\t\t\t\t\tbreak;\n\t\t\t\tcase keyCode.PAGE_DOWN:\n\t\t\t\t\tthis._move( \"nextPage\", event );\n\t\t\t\t\tbreak;\n\t\t\t\tcase keyCode.UP:\n\t\t\t\t\tthis._keyEvent( \"previous\", event );\n\t\t\t\t\tbreak;\n\t\t\t\tcase keyCode.DOWN:\n\t\t\t\t\tthis._keyEvent( \"next\", event );\n\t\t\t\t\tbreak;\n\t\t\t\t}\n\t\t\t},\n\t\t\tinput: function( event ) {\n\t\t\t\tif ( suppressInput ) {\n\t\t\t\t\tsuppressInput = false;\n\t\t\t\t\tevent.preventDefault();\n\t\t\t\t\treturn;\n\t\t\t\t}\n\t\t\t\tthis._searchTimeout( event );\n\t\t\t},\n\t\t\tfocus: function() {\n\t\t\t\tthis.selectedItem = null;\n\t\t\t\tthis.previous = this._value();\n\t\t\t},\n\t\t\tblur: function( event ) {\n\t\t\t\tif ( this.cancelBlur ) {\n\t\t\t\t\tdelete this.cancelBlur;\n\t\t\t\t\treturn;\n\t\t\t\t}\n\n\t\t\t\tclearTimeout( this.searching );\n\t\t\t\tthis.close( event );\n\t\t\t\tthis._change( event );\n\t\t\t}\n\t\t} );\n\n\t\tthis._initSource();\n\t\tthis.menu = $( \"<ul>\" )\n\t\t\t.appendTo( this._appendTo() )\n\t\t\t.menu( {\n\n\t\t\t\t// disable ARIA support, the live region takes care of that\n\t\t\t\trole: null\n\t\t\t} )\n\t\t\t.hide()\n\t\t\t.menu( \"instance\" );\n\n\t\tthis._addClass( this.menu.element, \"ui-autocomplete\", \"ui-front\" );\n\t\tthis._on( this.menu.element, {\n\t\t\tmousedown: function( event ) {\n\n\t\t\t\t// prevent moving focus out of the text field\n\t\t\t\tevent.preventDefault();\n\n\t\t\t\t// IE doesn't prevent moving focus even with event.preventDefault()\n\t\t\t\t// so we set a flag to know when we should ignore the blur event\n\t\t\t\tthis.cancelBlur = true;\n\t\t\t\tthis._delay( function() {\n\t\t\t\t\tdelete this.cancelBlur;\n\n\t\t\t\t\t// Support: IE 8 only\n\t\t\t\t\t// Right clicking a menu item or selecting text from the menu items will\n\t\t\t\t\t// result in focus moving out of the input. However, we've already received\n\t\t\t\t\t// and ignored the blur event because of the cancelBlur flag set above. So\n\t\t\t\t\t// we restore focus to ensure that the menu closes properly based on the user's\n\t\t\t\t\t// next actions.\n\t\t\t\t\tif ( this.element[ 0 ] !== $.ui.safeActiveElement( this.document[ 0 ] ) ) {\n\t\t\t\t\t\tthis.element.trigger( \"focus\" );\n\t\t\t\t\t}\n\t\t\t\t} );\n\t\t\t},\n\t\t\tmenufocus: function( event, ui ) {\n\t\t\t\tvar label, item;\n\n\t\t\t\t// support: Firefox\n\t\t\t\t// Prevent accidental activation of menu items in Firefox (#7024 #9118)\n\t\t\t\tif ( this.isNewMenu ) {\n\t\t\t\t\tthis.isNewMenu = false;\n\t\t\t\t\tif ( event.originalEvent && /^mouse/.test( event.originalEvent.type ) ) {\n\t\t\t\t\t\tthis.menu.blur();\n\n\t\t\t\t\t\tthis.document.one( \"mousemove\", function() {\n\t\t\t\t\t\t\t$( event.target ).trigger( event.originalEvent );\n\t\t\t\t\t\t} );\n\n\t\t\t\t\t\treturn;\n\t\t\t\t\t}\n\t\t\t\t}\n\n\t\t\t\titem = ui.item.data( \"ui-autocomplete-item\" );\n\t\t\t\tif ( false !== this._trigger( \"focus\", event, { item: item } ) ) {\n\n\t\t\t\t\t// use value to match what will end up in the input, if it was a key event\n\t\t\t\t\tif ( event.originalEvent && /^key/.test( event.originalEvent.type ) ) {\n\t\t\t\t\t\tthis._value( item.value );\n\t\t\t\t\t}\n\t\t\t\t}\n\n\t\t\t\t// Announce the value in the liveRegion\n\t\t\t\tlabel = ui.item.attr( \"aria-label\" ) || item.value;\n\t\t\t\tif ( label && $.trim( label ).length ) {\n\t\t\t\t\tthis.liveRegion.children().hide();\n\t\t\t\t\t$( \"<div>\" ).text( label ).appendTo( this.liveRegion );\n\t\t\t\t}\n\t\t\t},\n\t\t\tmenuselect: function( event, ui ) {\n\t\t\t\tvar item = ui.item.data( \"ui-autocomplete-item\" ),\n\t\t\t\t\tprevious = this.previous;\n\n\t\t\t\t// Only trigger when focus was lost (click on menu)\n\t\t\t\tif ( this.element[ 0 ] !== $.ui.safeActiveElement( this.document[ 0 ] ) ) {\n\t\t\t\t\tthis.element.trigger( \"focus\" );\n\t\t\t\t\tthis.previous = previous;\n\n\t\t\t\t\t// #6109 - IE triggers two focus events and the second\n\t\t\t\t\t// is asynchronous, so we need to reset the previous\n\t\t\t\t\t// term synchronously and asynchronously :-(\n\t\t\t\t\tthis._delay( function() {\n\t\t\t\t\t\tthis.previous = previous;\n\t\t\t\t\t\tthis.selectedItem = item;\n\t\t\t\t\t} );\n\t\t\t\t}\n\n\t\t\t\tif ( false !== this._trigger( \"select\", event, { item: item } ) ) {\n\t\t\t\t\tthis._value( item.value );\n\t\t\t\t}\n\n\t\t\t\t// reset the term after the select event\n\t\t\t\t// this allows custom select handling to work properly\n\t\t\t\tthis.term = this._value();\n\n\t\t\t\tthis.close( event );\n\t\t\t\tthis.selectedItem = item;\n\t\t\t}\n\t\t} );\n\n\t\tthis.liveRegion = $( \"<div>\", {\n\t\t\trole: \"status\",\n\t\t\t\"aria-live\": \"assertive\",\n\t\t\t\"aria-relevant\": \"additions\"\n\t\t} )\n\t\t\t.appendTo( this.document[ 0 ].body );\n\n\t\tthis._addClass( this.liveRegion, null, \"ui-helper-hidden-accessible\" );\n\n\t\t// Turning off autocomplete prevents the browser from remembering the\n\t\t// value when navigating through history, so we re-enable autocomplete\n\t\t// if the page is unloaded before the widget is destroyed. #7790\n\t\tthis._on( this.window, {\n\t\t\tbeforeunload: function() {\n\t\t\t\tthis.element.removeAttr( \"autocomplete\" );\n\t\t\t}\n\t\t} );\n\t},\n\n\t_destroy: function() {\n\t\tclearTimeout( this.searching );\n\t\tthis.element.removeAttr( \"autocomplete\" );\n\t\tthis.menu.element.remove();\n\t\tthis.liveRegion.remove();\n\t},\n\n\t_setOption: function( key, value ) {\n\t\tthis._super( key, value );\n\t\tif ( key === \"source\" ) {\n\t\t\tthis._initSource();\n\t\t}\n\t\tif ( key === \"appendTo\" ) {\n\t\t\tthis.menu.element.appendTo( this._appendTo() );\n\t\t}\n\t\tif ( key === \"disabled\" && value && this.xhr ) {\n\t\t\tthis.xhr.abort();\n\t\t}\n\t},\n\n\t_isEventTargetInWidget: function( event ) {\n\t\tvar menuElement = this.menu.element[ 0 ];\n\n\t\treturn event.target === this.element[ 0 ] ||\n\t\t\tevent.target === menuElement ||\n\t\t\t$.contains( menuElement, event.target );\n\t},\n\n\t_closeOnClickOutside: function( event ) {\n\t\tif ( !this._isEventTargetInWidget( event ) ) {\n\t\t\tthis.close();\n\t\t}\n\t},\n\n\t_appendTo: function() {\n\t\tvar element = this.options.appendTo;\n\n\t\tif ( element ) {\n\t\t\telement = element.jquery || element.nodeType ?\n\t\t\t\t$( element ) :\n\t\t\t\tthis.document.find( element ).eq( 0 );\n\t\t}\n\n\t\tif ( !element || !element[ 0 ] ) {\n\t\t\telement = this.element.closest( \".ui-front, dialog\" );\n\t\t}\n\n\t\tif ( !element.length ) {\n\t\t\telement = this.document[ 0 ].body;\n\t\t}\n\n\t\treturn element;\n\t},\n\n\t_initSource: function() {\n\t\tvar array, url,\n\t\t\tthat = this;\n\t\tif ( $.isArray( this.options.source ) ) {\n\t\t\tarray = this.options.source;\n\t\t\tthis.source = function( request, response ) {\n\t\t\t\tresponse( $.ui.autocomplete.filter( array, request.term ) );\n\t\t\t};\n\t\t} else if ( typeof this.options.source === \"string\" ) {\n\t\t\turl = this.options.source;\n\t\t\tthis.source = function( request, response ) {\n\t\t\t\tif ( that.xhr ) {\n\t\t\t\t\tthat.xhr.abort();\n\t\t\t\t}\n\t\t\t\tthat.xhr = $.ajax( {\n\t\t\t\t\turl: url,\n\t\t\t\t\tdata: request,\n\t\t\t\t\tdataType: \"json\",\n\t\t\t\t\tsuccess: function( data ) {\n\t\t\t\t\t\tresponse( data );\n\t\t\t\t\t},\n\t\t\t\t\terror: function() {\n\t\t\t\t\t\tresponse( [] );\n\t\t\t\t\t}\n\t\t\t\t} );\n\t\t\t};\n\t\t} else {\n\t\t\tthis.source = this.options.source;\n\t\t}\n\t},\n\n\t_searchTimeout: function( event ) {\n\t\tclearTimeout( this.searching );\n\t\tthis.searching = this._delay( function() {\n\n\t\t\t// Search if the value has changed, or if the user retypes the same value (see #7434)\n\t\t\tvar equalValues = this.term === this._value(),\n\t\t\t\tmenuVisible = this.menu.element.is( \":visible\" ),\n\t\t\t\tmodifierKey = event.altKey || event.ctrlKey || event.metaKey || event.shiftKey;\n\n\t\t\tif ( !equalValues || ( equalValues && !menuVisible && !modifierKey ) ) {\n\t\t\t\tthis.selectedItem = null;\n\t\t\t\tthis.search( null, event );\n\t\t\t}\n\t\t}, this.options.delay );\n\t},\n\n\tsearch: function( value, event ) {\n\t\tvalue = value != null ? value : this._value();\n\n\t\t// Always save the actual value, not the one passed as an argument\n\t\tthis.term = this._value();\n\n\t\tif ( value.length < this.options.minLength ) {\n\t\t\treturn this.close( event );\n\t\t}\n\n\t\tif ( this._trigger( \"search\", event ) === false ) {\n\t\t\treturn;\n\t\t}\n\n\t\treturn this._search( value );\n\t},\n\n\t_search: function( value ) {\n\t\tthis.pending++;\n\t\tthis._addClass( \"ui-autocomplete-loading\" );\n\t\tthis.cancelSearch = false;\n\n\t\tthis.source( { term: value }, this._response() );\n\t},\n\n\t_response: function() {\n\t\tvar index = ++this.requestIndex;\n\n\t\treturn $.proxy( function( content ) {\n\t\t\tif ( index === this.requestIndex ) {\n\t\t\t\tthis.__response( content );\n\t\t\t}\n\n\t\t\tthis.pending--;\n\t\t\tif ( !this.pending ) {\n\t\t\t\tthis._removeClass( \"ui-autocomplete-loading\" );\n\t\t\t}\n\t\t}, this );\n\t},\n\n\t__response: function( content ) {\n\t\tif ( content ) {\n\t\t\tcontent = this._normalize( content );\n\t\t}\n\t\tthis._trigger( \"response\", null, { content: content } );\n\t\tif ( !this.options.disabled && content && content.length && !this.cancelSearch ) {\n\t\t\tthis._suggest( content );\n\t\t\tthis._trigger( \"open\" );\n\t\t} else {\n\n\t\t\t// use ._close() instead of .close() so we don't cancel future searches\n\t\t\tthis._close();\n\t\t}\n\t},\n\n\tclose: function( event ) {\n\t\tthis.cancelSearch = true;\n\t\tthis._close( event );\n\t},\n\n\t_close: function( event ) {\n\n\t\t// Remove the handler that closes the menu on outside clicks\n\t\tthis._off( this.document, \"mousedown\" );\n\n\t\tif ( this.menu.element.is( \":visible\" ) ) {\n\t\t\tthis.menu.element.hide();\n\t\t\tthis.menu.blur();\n\t\t\tthis.isNewMenu = true;\n\t\t\tthis._trigger( \"close\", event );\n\t\t}\n\t},\n\n\t_change: function( event ) {\n\t\tif ( this.previous !== this._value() ) {\n\t\t\tthis._trigger( \"change\", event, { item: this.selectedItem } );\n\t\t}\n\t},\n\n\t_normalize: function( items ) {\n\n\t\t// assume all items have the right format when the first item is complete\n\t\tif ( items.length && items[ 0 ].label && items[ 0 ].value ) {\n\t\t\treturn items;\n\t\t}\n\t\treturn $.map( items, function( item ) {\n\t\t\tif ( typeof item === \"string\" ) {\n\t\t\t\treturn {\n\t\t\t\t\tlabel: item,\n\t\t\t\t\tvalue: item\n\t\t\t\t};\n\t\t\t}\n\t\t\treturn $.extend( {}, item, {\n\t\t\t\tlabel: item.label || item.value,\n\t\t\t\tvalue: item.value || item.label\n\t\t\t} );\n\t\t} );\n\t},\n\n\t_suggest: function( items ) {\n\t\tvar ul = this.menu.element.empty();\n\t\tthis._renderMenu( ul, items );\n\t\tthis.isNewMenu = true;\n\t\tthis.menu.refresh();\n\n\t\t// Size and position menu\n\t\tul.show();\n\t\tthis._resizeMenu();\n\t\tul.position( $.extend( {\n\t\t\tof: this.element\n\t\t}, this.options.position ) );\n\n\t\tif ( this.options.autoFocus ) {\n\t\t\tthis.menu.next();\n\t\t}\n\n\t\t// Listen for interactions outside of the widget (#6642)\n\t\tthis._on( this.document, {\n\t\t\tmousedown: \"_closeOnClickOutside\"\n\t\t} );\n\t},\n\n\t_resizeMenu: function() {\n\t\tvar ul = this.menu.element;\n\t\tul.outerWidth( Math.max(\n\n\t\t\t// Firefox wraps long text (possibly a rounding bug)\n\t\t\t// so we add 1px to avoid the wrapping (#7513)\n\t\t\tul.width( \"\" ).outerWidth() + 1,\n\t\t\tthis.element.outerWidth()\n\t\t) );\n\t},\n\n\t_renderMenu: function( ul, items ) {\n\t\tvar that = this;\n\t\t$.each( items, function( index, item ) {\n\t\t\tthat._renderItemData( ul, item );\n\t\t} );\n\t},\n\n\t_renderItemData: function( ul, item ) {\n\t\treturn this._renderItem( ul, item ).data( \"ui-autocomplete-item\", item );\n\t},\n\n\t_renderItem: function( ul, item ) {\n\t\treturn $( \"<li>\" )\n\t\t\t.append( $( \"<div>\" ).text( item.label ) )\n\t\t\t.appendTo( ul );\n\t},\n\n\t_move: function( direction, event ) {\n\t\tif ( !this.menu.element.is( \":visible\" ) ) {\n\t\t\tthis.search( null, event );\n\t\t\treturn;\n\t\t}\n\t\tif ( this.menu.isFirstItem() && /^previous/.test( direction ) ||\n\t\t\t\tthis.menu.isLastItem() && /^next/.test( direction ) ) {\n\n\t\t\tif ( !this.isMultiLine ) {\n\t\t\t\tthis._value( this.term );\n\t\t\t}\n\n\t\t\tthis.menu.blur();\n\t\t\treturn;\n\t\t}\n\t\tthis.menu[ direction ]( event );\n\t},\n\n\twidget: function() {\n\t\treturn this.menu.element;\n\t},\n\n\t_value: function() {\n\t\treturn this.valueMethod.apply( this.element, arguments );\n\t},\n\n\t_keyEvent: function( keyEvent, event ) {\n\t\tif ( !this.isMultiLine || this.menu.element.is( \":visible\" ) ) {\n\t\t\tthis._move( keyEvent, event );\n\n\t\t\t// Prevents moving cursor to beginning/end of the text field in some browsers\n\t\t\tevent.preventDefault();\n\t\t}\n\t},\n\n\t// Support: Chrome <=50\n\t// We should be able to just use this.element.prop( \"isContentEditable\" )\n\t// but hidden elements always report false in Chrome.\n\t// https://code.google.com/p/chromium/issues/detail?id=313082\n\t_isContentEditable: function( element ) {\n\t\tif ( !element.length ) {\n\t\t\treturn false;\n\t\t}\n\n\t\tvar editable = element.prop( \"contentEditable\" );\n\n\t\tif ( editable === \"inherit\" ) {\n\t\t return this._isContentEditable( element.parent() );\n\t\t}\n\n\t\treturn editable === \"true\";\n\t}\n} );\n\n$.extend( $.ui.autocomplete, {\n\tescapeRegex: function( value ) {\n\t\treturn value.replace( /[\\-\\[\\]{}()*+?.,\\\\\\^$|#\\s]/g, \"\\\\$&\" );\n\t},\n\tfilter: function( array, term ) {\n\t\tvar matcher = new RegExp( $.ui.autocomplete.escapeRegex( term ), \"i\" );\n\t\treturn $.grep( array, function( value ) {\n\t\t\treturn matcher.test( value.label || value.value || value );\n\t\t} );\n\t}\n} );\n\n// Live region extension, adding a `messages` option\n// NOTE: This is an experimental API. We are still investigating\n// a full solution for string manipulation and internationalization.\n$.widget( \"ui.autocomplete\", $.ui.autocomplete, {\n\toptions: {\n\t\tmessages: {\n\t\t\tnoResults: \"No search results.\",\n\t\t\tresults: function( amount ) {\n\t\t\t\treturn amount + ( amount > 1 ? \" results are\" : \" result is\" ) +\n\t\t\t\t\t\" available, use up and down arrow keys to navigate.\";\n\t\t\t}\n\t\t}\n\t},\n\n\t__response: function( content ) {\n\t\tvar message;\n\t\tthis._superApply( arguments );\n\t\tif ( this.options.disabled || this.cancelSearch ) {\n\t\t\treturn;\n\t\t}\n\t\tif ( content && content.length ) {\n\t\t\tmessage = this.options.messages.results( content.length );\n\t\t} else {\n\t\t\tmessage = this.options.messages.noResults;\n\t\t}\n\t\tthis.liveRegion.children().hide();\n\t\t$( \"<div>\" ).text( message ).appendTo( this.liveRegion );\n\t}\n} );\n\nvar widgetsAutocomplete = $.ui.autocomplete;\n\n\n/*!\n * jQuery UI Controlgroup 1.12.1\n * http://jqueryui.com\n *\n * Copyright jQuery Foundation and other contributors\n * Released under the MIT license.\n * http://jquery.org/license\n */\n\n//>>label: Controlgroup\n//>>group: Widgets\n//>>description: Visually groups form control widgets\n//>>docs: http://api.jqueryui.com/controlgroup/\n//>>demos: http://jqueryui.com/controlgroup/\n//>>css.structure: ../../themes/base/core.css\n//>>css.structure: ../../themes/base/controlgroup.css\n//>>css.theme: ../../themes/base/theme.css\n\n\nvar controlgroupCornerRegex = /ui-corner-([a-z]){2,6}/g;\n\nvar widgetsControlgroup = $.widget( \"ui.controlgroup\", {\n\tversion: \"1.12.1\",\n\tdefaultElement: \"<div>\",\n\toptions: {\n\t\tdirection: \"horizontal\",\n\t\tdisabled: null,\n\t\tonlyVisible: true,\n\t\titems: {\n\t\t\t\"button\": \"input[type=button], input[type=submit], input[type=reset], button, a\",\n\t\t\t\"controlgroupLabel\": \".ui-controlgroup-label\",\n\t\t\t\"checkboxradio\": \"input[type='checkbox'], input[type='radio']\",\n\t\t\t\"selectmenu\": \"select\",\n\t\t\t\"spinner\": \".ui-spinner-input\"\n\t\t}\n\t},\n\n\t_create: function() {\n\t\tthis._enhance();\n\t},\n\n\t// To support the enhanced option in jQuery Mobile, we isolate DOM manipulation\n\t_enhance: function() {\n\t\tthis.element.attr( \"role\", \"toolbar\" );\n\t\tthis.refresh();\n\t},\n\n\t_destroy: function() {\n\t\tthis._callChildMethod( \"destroy\" );\n\t\tthis.childWidgets.removeData( \"ui-controlgroup-data\" );\n\t\tthis.element.removeAttr( \"role\" );\n\t\tif ( this.options.items.controlgroupLabel ) {\n\t\t\tthis.element\n\t\t\t\t.find( this.options.items.controlgroupLabel )\n\t\t\t\t.find( \".ui-controlgroup-label-contents\" )\n\t\t\t\t.contents().unwrap();\n\t\t}\n\t},\n\n\t_initWidgets: function() {\n\t\tvar that = this,\n\t\t\tchildWidgets = [];\n\n\t\t// First we iterate over each of the items options\n\t\t$.each( this.options.items, function( widget, selector ) {\n\t\t\tvar labels;\n\t\t\tvar options = {};\n\n\t\t\t// Make sure the widget has a selector set\n\t\t\tif ( !selector ) {\n\t\t\t\treturn;\n\t\t\t}\n\n\t\t\tif ( widget === \"controlgroupLabel\" ) {\n\t\t\t\tlabels = that.element.find( selector );\n\t\t\t\tlabels.each( function() {\n\t\t\t\t\tvar element = $( this );\n\n\t\t\t\t\tif ( element.children( \".ui-controlgroup-label-contents\" ).length ) {\n\t\t\t\t\t\treturn;\n\t\t\t\t\t}\n\t\t\t\t\telement.contents()\n\t\t\t\t\t\t.wrapAll( \"<span class='ui-controlgroup-label-contents'></span>\" );\n\t\t\t\t} );\n\t\t\t\tthat._addClass( labels, null, \"ui-widget ui-widget-content ui-state-default\" );\n\t\t\t\tchildWidgets = childWidgets.concat( labels.get() );\n\t\t\t\treturn;\n\t\t\t}\n\n\t\t\t// Make sure the widget actually exists\n\t\t\tif ( !$.fn[ widget ] ) {\n\t\t\t\treturn;\n\t\t\t}\n\n\t\t\t// We assume everything is in the middle to start because we can't determine\n\t\t\t// first / last elements until all enhancments are done.\n\t\t\tif ( that[ \"_\" + widget + \"Options\" ] ) {\n\t\t\t\toptions = that[ \"_\" + widget + \"Options\" ]( \"middle\" );\n\t\t\t} else {\n\t\t\t\toptions = { classes: {} };\n\t\t\t}\n\n\t\t\t// Find instances of this widget inside controlgroup and init them\n\t\t\tthat.element\n\t\t\t\t.find( selector )\n\t\t\t\t.each( function() {\n\t\t\t\t\tvar element = $( this );\n\t\t\t\t\tvar instance = element[ widget ]( \"instance\" );\n\n\t\t\t\t\t// We need to clone the default options for this type of widget to avoid\n\t\t\t\t\t// polluting the variable options which has a wider scope than a single widget.\n\t\t\t\t\tvar instanceOptions = $.widget.extend( {}, options );\n\n\t\t\t\t\t// If the button is the child of a spinner ignore it\n\t\t\t\t\t// TODO: Find a more generic solution\n\t\t\t\t\tif ( widget === \"button\" && element.parent( \".ui-spinner\" ).length ) {\n\t\t\t\t\t\treturn;\n\t\t\t\t\t}\n\n\t\t\t\t\t// Create the widget if it doesn't exist\n\t\t\t\t\tif ( !instance ) {\n\t\t\t\t\t\tinstance = element[ widget ]()[ widget ]( \"instance\" );\n\t\t\t\t\t}\n\t\t\t\t\tif ( instance ) {\n\t\t\t\t\t\tinstanceOptions.classes =\n\t\t\t\t\t\t\tthat._resolveClassesValues( instanceOptions.classes, instance );\n\t\t\t\t\t}\n\t\t\t\t\telement[ widget ]( instanceOptions );\n\n\t\t\t\t\t// Store an instance of the controlgroup to be able to reference\n\t\t\t\t\t// from the outermost element for changing options and refresh\n\t\t\t\t\tvar widgetElement = element[ widget ]( \"widget\" );\n\t\t\t\t\t$.data( widgetElement[ 0 ], \"ui-controlgroup-data\",\n\t\t\t\t\t\tinstance ? instance : element[ widget ]( \"instance\" ) );\n\n\t\t\t\t\tchildWidgets.push( widgetElement[ 0 ] );\n\t\t\t\t} );\n\t\t} );\n\n\t\tthis.childWidgets = $( $.unique( childWidgets ) );\n\t\tthis._addClass( this.childWidgets, \"ui-controlgroup-item\" );\n\t},\n\n\t_callChildMethod: function( method ) {\n\t\tthis.childWidgets.each( function() {\n\t\t\tvar element = $( this ),\n\t\t\t\tdata = element.data( \"ui-controlgroup-data\" );\n\t\t\tif ( data && data[ method ] ) {\n\t\t\t\tdata[ method ]();\n\t\t\t}\n\t\t} );\n\t},\n\n\t_updateCornerClass: function( element, position ) {\n\t\tvar remove = \"ui-corner-top ui-corner-bottom ui-corner-left ui-corner-right ui-corner-all\";\n\t\tvar add = this._buildSimpleOptions( position, \"label\" ).classes.label;\n\n\t\tthis._removeClass( element, null, remove );\n\t\tthis._addClass( element, null, add );\n\t},\n\n\t_buildSimpleOptions: function( position, key ) {\n\t\tvar direction = this.options.direction === \"vertical\";\n\t\tvar result = {\n\t\t\tclasses: {}\n\t\t};\n\t\tresult.classes[ key ] = {\n\t\t\t\"middle\": \"\",\n\t\t\t\"first\": \"ui-corner-\" + ( direction ? \"top\" : \"left\" ),\n\t\t\t\"last\": \"ui-corner-\" + ( direction ? \"bottom\" : \"right\" ),\n\t\t\t\"only\": \"ui-corner-all\"\n\t\t}[ position ];\n\n\t\treturn result;\n\t},\n\n\t_spinnerOptions: function( position ) {\n\t\tvar options = this._buildSimpleOptions( position, \"ui-spinner\" );\n\n\t\toptions.classes[ \"ui-spinner-up\" ] = \"\";\n\t\toptions.classes[ \"ui-spinner-down\" ] = \"\";\n\n\t\treturn options;\n\t},\n\n\t_buttonOptions: function( position ) {\n\t\treturn this._buildSimpleOptions( position, \"ui-button\" );\n\t},\n\n\t_checkboxradioOptions: function( position ) {\n\t\treturn this._buildSimpleOptions( position, \"ui-checkboxradio-label\" );\n\t},\n\n\t_selectmenuOptions: function( position ) {\n\t\tvar direction = this.options.direction === \"vertical\";\n\t\treturn {\n\t\t\twidth: direction ? \"auto\" : false,\n\t\t\tclasses: {\n\t\t\t\tmiddle: {\n\t\t\t\t\t\"ui-selectmenu-button-open\": \"\",\n\t\t\t\t\t\"ui-selectmenu-button-closed\": \"\"\n\t\t\t\t},\n\t\t\t\tfirst: {\n\t\t\t\t\t\"ui-selectmenu-button-open\": \"ui-corner-\" + ( direction ? \"top\" : \"tl\" ),\n\t\t\t\t\t\"ui-selectmenu-button-closed\": \"ui-corner-\" + ( direction ? \"top\" : \"left\" )\n\t\t\t\t},\n\t\t\t\tlast: {\n\t\t\t\t\t\"ui-selectmenu-button-open\": direction ? \"\" : \"ui-corner-tr\",\n\t\t\t\t\t\"ui-selectmenu-button-closed\": \"ui-corner-\" + ( direction ? \"bottom\" : \"right\" )\n\t\t\t\t},\n\t\t\t\tonly: {\n\t\t\t\t\t\"ui-selectmenu-button-open\": \"ui-corner-top\",\n\t\t\t\t\t\"ui-selectmenu-button-closed\": \"ui-corner-all\"\n\t\t\t\t}\n\n\t\t\t}[ position ]\n\t\t};\n\t},\n\n\t_resolveClassesValues: function( classes, instance ) {\n\t\tvar result = {};\n\t\t$.each( classes, function( key ) {\n\t\t\tvar current = instance.options.classes[ key ] || \"\";\n\t\t\tcurrent = $.trim( current.replace( controlgroupCornerRegex, \"\" ) );\n\t\t\tresult[ key ] = ( current + \" \" + classes[ key ] ).replace( /\\s+/g, \" \" );\n\t\t} );\n\t\treturn result;\n\t},\n\n\t_setOption: function( key, value ) {\n\t\tif ( key === \"direction\" ) {\n\t\t\tthis._removeClass( \"ui-controlgroup-\" + this.options.direction );\n\t\t}\n\n\t\tthis._super( key, value );\n\t\tif ( key === \"disabled\" ) {\n\t\t\tthis._callChildMethod( value ? \"disable\" : \"enable\" );\n\t\t\treturn;\n\t\t}\n\n\t\tthis.refresh();\n\t},\n\n\trefresh: function() {\n\t\tvar children,\n\t\t\tthat = this;\n\n\t\tthis._addClass( \"ui-controlgroup ui-controlgroup-\" + this.options.direction );\n\n\t\tif ( this.options.direction === \"horizontal\" ) {\n\t\t\tthis._addClass( null, \"ui-helper-clearfix\" );\n\t\t}\n\t\tthis._initWidgets();\n\n\t\tchildren = this.childWidgets;\n\n\t\t// We filter here because we need to track all childWidgets not just the visible ones\n\t\tif ( this.options.onlyVisible ) {\n\t\t\tchildren = children.filter( \":visible\" );\n\t\t}\n\n\t\tif ( children.length ) {\n\n\t\t\t// We do this last because we need to make sure all enhancment is done\n\t\t\t// before determining first and last\n\t\t\t$.each( [ \"first\", \"last\" ], function( index, value ) {\n\t\t\t\tvar instance = children[ value ]().data( \"ui-controlgroup-data\" );\n\n\t\t\t\tif ( instance && that[ \"_\" + instance.widgetName + \"Options\" ] ) {\n\t\t\t\t\tvar options = that[ \"_\" + instance.widgetName + \"Options\" ](\n\t\t\t\t\t\tchildren.length === 1 ? \"only\" : value\n\t\t\t\t\t);\n\t\t\t\t\toptions.classes = that._resolveClassesValues( options.classes, instance );\n\t\t\t\t\tinstance.element[ instance.widgetName ]( options );\n\t\t\t\t} else {\n\t\t\t\t\tthat._updateCornerClass( children[ value ](), value );\n\t\t\t\t}\n\t\t\t} );\n\n\t\t\t// Finally call the refresh method on each of the child widgets.\n\t\t\tthis._callChildMethod( \"refresh\" );\n\t\t}\n\t}\n} );\n\n/*!\n * jQuery UI Checkboxradio 1.12.1\n * http://jqueryui.com\n *\n * Copyright jQuery Foundation and other contributors\n * Released under the MIT license.\n * http://jquery.org/license\n */\n\n//>>label: Checkboxradio\n//>>group: Widgets\n//>>description: Enhances a form with multiple themeable checkboxes or radio buttons.\n//>>docs: http://api.jqueryui.com/checkboxradio/\n//>>demos: http://jqueryui.com/checkboxradio/\n//>>css.structure: ../../themes/base/core.css\n//>>css.structure: ../../themes/base/button.css\n//>>css.structure: ../../themes/base/checkboxradio.css\n//>>css.theme: ../../themes/base/theme.css\n\n\n\n$.widget( \"ui.checkboxradio\", [ $.ui.formResetMixin, {\n\tversion: \"1.12.1\",\n\toptions: {\n\t\tdisabled: null,\n\t\tlabel: null,\n\t\ticon: true,\n\t\tclasses: {\n\t\t\t\"ui-checkboxradio-label\": \"ui-corner-all\",\n\t\t\t\"ui-checkboxradio-icon\": \"ui-corner-all\"\n\t\t}\n\t},\n\n\t_getCreateOptions: function() {\n\t\tvar disabled, labels;\n\t\tvar that = this;\n\t\tvar options = this._super() || {};\n\n\t\t// We read the type here, because it makes more sense to throw a element type error first,\n\t\t// rather then the error for lack of a label. Often if its the wrong type, it\n\t\t// won't have a label (e.g. calling on a div, btn, etc)\n\t\tthis._readType();\n\n\t\tlabels = this.element.labels();\n\n\t\t// If there are multiple labels, use the last one\n\t\tthis.label = $( labels[ labels.length - 1 ] );\n\t\tif ( !this.label.length ) {\n\t\t\t$.error( \"No label found for checkboxradio widget\" );\n\t\t}\n\n\t\tthis.originalLabel = \"\";\n\n\t\t// We need to get the label text but this may also need to make sure it does not contain the\n\t\t// input itself.\n\t\tthis.label.contents().not( this.element[ 0 ] ).each( function() {\n\n\t\t\t// The label contents could be text, html, or a mix. We concat each element to get a\n\t\t\t// string representation of the label, without the input as part of it.\n\t\t\tthat.originalLabel += this.nodeType === 3 ? $( this ).text() : this.outerHTML;\n\t\t} );\n\n\t\t// Set the label option if we found label text\n\t\tif ( this.originalLabel ) {\n\t\t\toptions.label = this.originalLabel;\n\t\t}\n\n\t\tdisabled = this.element[ 0 ].disabled;\n\t\tif ( disabled != null ) {\n\t\t\toptions.disabled = disabled;\n\t\t}\n\t\treturn options;\n\t},\n\n\t_create: function() {\n\t\tvar checked = this.element[ 0 ].checked;\n\n\t\tthis._bindFormResetHandler();\n\n\t\tif ( this.options.disabled == null ) {\n\t\t\tthis.options.disabled = this.element[ 0 ].disabled;\n\t\t}\n\n\t\tthis._setOption( \"disabled\", this.options.disabled );\n\t\tthis._addClass( \"ui-checkboxradio\", \"ui-helper-hidden-accessible\" );\n\t\tthis._addClass( this.label, \"ui-checkboxradio-label\", \"ui-button ui-widget\" );\n\n\t\tif ( this.type === \"radio\" ) {\n\t\t\tthis._addClass( this.label, \"ui-checkboxradio-radio-label\" );\n\t\t}\n\n\t\tif ( this.options.label && this.options.label !== this.originalLabel ) {\n\t\t\tthis._updateLabel();\n\t\t} else if ( this.originalLabel ) {\n\t\t\tthis.options.label = this.originalLabel;\n\t\t}\n\n\t\tthis._enhance();\n\n\t\tif ( checked ) {\n\t\t\tthis._addClass( this.label, \"ui-checkboxradio-checked\", \"ui-state-active\" );\n\t\t\tif ( this.icon ) {\n\t\t\t\tthis._addClass( this.icon, null, \"ui-state-hover\" );\n\t\t\t}\n\t\t}\n\n\t\tthis._on( {\n\t\t\tchange: \"_toggleClasses\",\n\t\t\tfocus: function() {\n\t\t\t\tthis._addClass( this.label, null, \"ui-state-focus ui-visual-focus\" );\n\t\t\t},\n\t\t\tblur: function() {\n\t\t\t\tthis._removeClass( this.label, null, \"ui-state-focus ui-visual-focus\" );\n\t\t\t}\n\t\t} );\n\t},\n\n\t_readType: function() {\n\t\tvar nodeName = this.element[ 0 ].nodeName.toLowerCase();\n\t\tthis.type = this.element[ 0 ].type;\n\t\tif ( nodeName !== \"input\" || !/radio|checkbox/.test( this.type ) ) {\n\t\t\t$.error( \"Can't create checkboxradio on element.nodeName=\" + nodeName +\n\t\t\t\t\" and element.type=\" + this.type );\n\t\t}\n\t},\n\n\t// Support jQuery Mobile enhanced option\n\t_enhance: function() {\n\t\tthis._updateIcon( this.element[ 0 ].checked );\n\t},\n\n\twidget: function() {\n\t\treturn this.label;\n\t},\n\n\t_getRadioGroup: function() {\n\t\tvar group;\n\t\tvar name = this.element[ 0 ].name;\n\t\tvar nameSelector = \"input[name='\" + $.ui.escapeSelector( name ) + \"']\";\n\n\t\tif ( !name ) {\n\t\t\treturn $( [] );\n\t\t}\n\n\t\tif ( this.form.length ) {\n\t\t\tgroup = $( this.form[ 0 ].elements ).filter( nameSelector );\n\t\t} else {\n\n\t\t\t// Not inside a form, check all inputs that also are not inside a form\n\t\t\tgroup = $( nameSelector ).filter( function() {\n\t\t\t\treturn $( this ).form().length === 0;\n\t\t\t} );\n\t\t}\n\n\t\treturn group.not( this.element );\n\t},\n\n\t_toggleClasses: function() {\n\t\tvar checked = this.element[ 0 ].checked;\n\t\tthis._toggleClass( this.label, \"ui-checkboxradio-checked\", \"ui-state-active\", checked );\n\n\t\tif ( this.options.icon && this.type === \"checkbox\" ) {\n\t\t\tthis._toggleClass( this.icon, null, \"ui-icon-check ui-state-checked\", checked )\n\t\t\t\t._toggleClass( this.icon, null, \"ui-icon-blank\", !checked );\n\t\t}\n\n\t\tif ( this.type === \"radio\" ) {\n\t\t\tthis._getRadioGroup()\n\t\t\t\t.each( function() {\n\t\t\t\t\tvar instance = $( this ).checkboxradio( \"instance\" );\n\n\t\t\t\t\tif ( instance ) {\n\t\t\t\t\t\tinstance._removeClass( instance.label,\n\t\t\t\t\t\t\t\"ui-checkboxradio-checked\", \"ui-state-active\" );\n\t\t\t\t\t}\n\t\t\t\t} );\n\t\t}\n\t},\n\n\t_destroy: function() {\n\t\tthis._unbindFormResetHandler();\n\n\t\tif ( this.icon ) {\n\t\t\tthis.icon.remove();\n\t\t\tthis.iconSpace.remove();\n\t\t}\n\t},\n\n\t_setOption: function( key, value ) {\n\n\t\t// We don't allow the value to be set to nothing\n\t\tif ( key === \"label\" && !value ) {\n\t\t\treturn;\n\t\t}\n\n\t\tthis._super( key, value );\n\n\t\tif ( key === \"disabled\" ) {\n\t\t\tthis._toggleClass( this.label, null, \"ui-state-disabled\", value );\n\t\t\tthis.element[ 0 ].disabled = value;\n\n\t\t\t// Don't refresh when setting disabled\n\t\t\treturn;\n\t\t}\n\t\tthis.refresh();\n\t},\n\n\t_updateIcon: function( checked ) {\n\t\tvar toAdd = \"ui-icon ui-icon-background \";\n\n\t\tif ( this.options.icon ) {\n\t\t\tif ( !this.icon ) {\n\t\t\t\tthis.icon = $( \"<span>\" );\n\t\t\t\tthis.iconSpace = $( \"<span> </span>\" );\n\t\t\t\tthis._addClass( this.iconSpace, \"ui-checkboxradio-icon-space\" );\n\t\t\t}\n\n\t\t\tif ( this.type === \"checkbox\" ) {\n\t\t\t\ttoAdd += checked ? \"ui-icon-check ui-state-checked\" : \"ui-icon-blank\";\n\t\t\t\tthis._removeClass( this.icon, null, checked ? \"ui-icon-blank\" : \"ui-icon-check\" );\n\t\t\t} else {\n\t\t\t\ttoAdd += \"ui-icon-blank\";\n\t\t\t}\n\t\t\tthis._addClass( this.icon, \"ui-checkboxradio-icon\", toAdd );\n\t\t\tif ( !checked ) {\n\t\t\t\tthis._removeClass( this.icon, null, \"ui-icon-check ui-state-checked\" );\n\t\t\t}\n\t\t\tthis.icon.prependTo( this.label ).after( this.iconSpace );\n\t\t} else if ( this.icon !== undefined ) {\n\t\t\tthis.icon.remove();\n\t\t\tthis.iconSpace.remove();\n\t\t\tdelete this.icon;\n\t\t}\n\t},\n\n\t_updateLabel: function() {\n\n\t\t// Remove the contents of the label ( minus the icon, icon space, and input )\n\t\tvar contents = this.label.contents().not( this.element[ 0 ] );\n\t\tif ( this.icon ) {\n\t\t\tcontents = contents.not( this.icon[ 0 ] );\n\t\t}\n\t\tif ( this.iconSpace ) {\n\t\t\tcontents = contents.not( this.iconSpace[ 0 ] );\n\t\t}\n\t\tcontents.remove();\n\n\t\tthis.label.append( this.options.label );\n\t},\n\n\trefresh: function() {\n\t\tvar checked = this.element[ 0 ].checked,\n\t\t\tisDisabled = this.element[ 0 ].disabled;\n\n\t\tthis._updateIcon( checked );\n\t\tthis._toggleClass( this.label, \"ui-checkboxradio-checked\", \"ui-state-active\", checked );\n\t\tif ( this.options.label !== null ) {\n\t\t\tthis._updateLabel();\n\t\t}\n\n\t\tif ( isDisabled !== this.options.disabled ) {\n\t\t\tthis._setOptions( { \"disabled\": isDisabled } );\n\t\t}\n\t}\n\n} ] );\n\nvar widgetsCheckboxradio = $.ui.checkboxradio;\n\n\n/*!\n * jQuery UI Button 1.12.1\n * http://jqueryui.com\n *\n * Copyright jQuery Foundation and other contributors\n * Released under the MIT license.\n * http://jquery.org/license\n */\n\n//>>label: Button\n//>>group: Widgets\n//>>description: Enhances a form with themeable buttons.\n//>>docs: http://api.jqueryui.com/button/\n//>>demos: http://jqueryui.com/button/\n//>>css.structure: ../../themes/base/core.css\n//>>css.structure: ../../themes/base/button.css\n//>>css.theme: ../../themes/base/theme.css\n\n\n\n$.widget( \"ui.button\", {\n\tversion: \"1.12.1\",\n\tdefaultElement: \"<button>\",\n\toptions: {\n\t\tclasses: {\n\t\t\t\"ui-button\": \"ui-corner-all\"\n\t\t},\n\t\tdisabled: null,\n\t\ticon: null,\n\t\ticonPosition: \"beginning\",\n\t\tlabel: null,\n\t\tshowLabel: true\n\t},\n\n\t_getCreateOptions: function() {\n\t\tvar disabled,\n\n\t\t\t// This is to support cases like in jQuery Mobile where the base widget does have\n\t\t\t// an implementation of _getCreateOptions\n\t\t\toptions = this._super() || {};\n\n\t\tthis.isInput = this.element.is( \"input\" );\n\n\t\tdisabled = this.element[ 0 ].disabled;\n\t\tif ( disabled != null ) {\n\t\t\toptions.disabled = disabled;\n\t\t}\n\n\t\tthis.originalLabel = this.isInput ? this.element.val() : this.element.html();\n\t\tif ( this.originalLabel ) {\n\t\t\toptions.label = this.originalLabel;\n\t\t}\n\n\t\treturn options;\n\t},\n\n\t_create: function() {\n\t\tif ( !this.option.showLabel & !this.options.icon ) {\n\t\t\tthis.options.showLabel = true;\n\t\t}\n\n\t\t// We have to check the option again here even though we did in _getCreateOptions,\n\t\t// because null may have been passed on init which would override what was set in\n\t\t// _getCreateOptions\n\t\tif ( this.options.disabled == null ) {\n\t\t\tthis.options.disabled = this.element[ 0 ].disabled || false;\n\t\t}\n\n\t\tthis.hasTitle = !!this.element.attr( \"title\" );\n\n\t\t// Check to see if the label needs to be set or if its already correct\n\t\tif ( this.options.label && this.options.label !== this.originalLabel ) {\n\t\t\tif ( this.isInput ) {\n\t\t\t\tthis.element.val( this.options.label );\n\t\t\t} else {\n\t\t\t\tthis.element.html( this.options.label );\n\t\t\t}\n\t\t}\n\t\tthis._addClass( \"ui-button\", \"ui-widget\" );\n\t\tthis._setOption( \"disabled\", this.options.disabled );\n\t\tthis._enhance();\n\n\t\tif ( this.element.is( \"a\" ) ) {\n\t\t\tthis._on( {\n\t\t\t\t\"keyup\": function( event ) {\n\t\t\t\t\tif ( event.keyCode === $.ui.keyCode.SPACE ) {\n\t\t\t\t\t\tevent.preventDefault();\n\n\t\t\t\t\t\t// Support: PhantomJS <= 1.9, IE 8 Only\n\t\t\t\t\t\t// If a native click is available use it so we actually cause navigation\n\t\t\t\t\t\t// otherwise just trigger a click event\n\t\t\t\t\t\tif ( this.element[ 0 ].click ) {\n\t\t\t\t\t\t\tthis.element[ 0 ].click();\n\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\tthis.element.trigger( \"click\" );\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t} );\n\t\t}\n\t},\n\n\t_enhance: function() {\n\t\tif ( !this.element.is( \"button\" ) ) {\n\t\t\tthis.element.attr( \"role\", \"button\" );\n\t\t}\n\n\t\tif ( this.options.icon ) {\n\t\t\tthis._updateIcon( \"icon\", this.options.icon );\n\t\t\tthis._updateTooltip();\n\t\t}\n\t},\n\n\t_updateTooltip: function() {\n\t\tthis.title = this.element.attr( \"title\" );\n\n\t\tif ( !this.options.showLabel && !this.title ) {\n\t\t\tthis.element.attr( \"title\", this.options.label );\n\t\t}\n\t},\n\n\t_updateIcon: function( option, value ) {\n\t\tvar icon = option !== \"iconPosition\",\n\t\t\tposition = icon ? this.options.iconPosition : value,\n\t\t\tdisplayBlock = position === \"top\" || position === \"bottom\";\n\n\t\t// Create icon\n\t\tif ( !this.icon ) {\n\t\t\tthis.icon = $( \"<span>\" );\n\n\t\t\tthis._addClass( this.icon, \"ui-button-icon\", \"ui-icon\" );\n\n\t\t\tif ( !this.options.showLabel ) {\n\t\t\t\tthis._addClass( \"ui-button-icon-only\" );\n\t\t\t}\n\t\t} else if ( icon ) {\n\n\t\t\t// If we are updating the icon remove the old icon class\n\t\t\tthis._removeClass( this.icon, null, this.options.icon );\n\t\t}\n\n\t\t// If we are updating the icon add the new icon class\n\t\tif ( icon ) {\n\t\t\tthis._addClass( this.icon, null, value );\n\t\t}\n\n\t\tthis._attachIcon( position );\n\n\t\t// If the icon is on top or bottom we need to add the ui-widget-icon-block class and remove\n\t\t// the iconSpace if there is one.\n\t\tif ( displayBlock ) {\n\t\t\tthis._addClass( this.icon, null, \"ui-widget-icon-block\" );\n\t\t\tif ( this.iconSpace ) {\n\t\t\t\tthis.iconSpace.remove();\n\t\t\t}\n\t\t} else {\n\n\t\t\t// Position is beginning or end so remove the ui-widget-icon-block class and add the\n\t\t\t// space if it does not exist\n\t\t\tif ( !this.iconSpace ) {\n\t\t\t\tthis.iconSpace = $( \"<span> </span>\" );\n\t\t\t\tthis._addClass( this.iconSpace, \"ui-button-icon-space\" );\n\t\t\t}\n\t\t\tthis._removeClass( this.icon, null, \"ui-wiget-icon-block\" );\n\t\t\tthis._attachIconSpace( position );\n\t\t}\n\t},\n\n\t_destroy: function() {\n\t\tthis.element.removeAttr( \"role\" );\n\n\t\tif ( this.icon ) {\n\t\t\tthis.icon.remove();\n\t\t}\n\t\tif ( this.iconSpace ) {\n\t\t\tthis.iconSpace.remove();\n\t\t}\n\t\tif ( !this.hasTitle ) {\n\t\t\tthis.element.removeAttr( \"title\" );\n\t\t}\n\t},\n\n\t_attachIconSpace: function( iconPosition ) {\n\t\tthis.icon[ /^(?:end|bottom)/.test( iconPosition ) ? \"before\" : \"after\" ]( this.iconSpace );\n\t},\n\n\t_attachIcon: function( iconPosition ) {\n\t\tthis.element[ /^(?:end|bottom)/.test( iconPosition ) ? \"append\" : \"prepend\" ]( this.icon );\n\t},\n\n\t_setOptions: function( options ) {\n\t\tvar newShowLabel = options.showLabel === undefined ?\n\t\t\t\tthis.options.showLabel :\n\t\t\t\toptions.showLabel,\n\t\t\tnewIcon = options.icon === undefined ? this.options.icon : options.icon;\n\n\t\tif ( !newShowLabel && !newIcon ) {\n\t\t\toptions.showLabel = true;\n\t\t}\n\t\tthis._super( options );\n\t},\n\n\t_setOption: function( key, value ) {\n\t\tif ( key === \"icon\" ) {\n\t\t\tif ( value ) {\n\t\t\t\tthis._updateIcon( key, value );\n\t\t\t} else if ( this.icon ) {\n\t\t\t\tthis.icon.remove();\n\t\t\t\tif ( this.iconSpace ) {\n\t\t\t\t\tthis.iconSpace.remove();\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\tif ( key === \"iconPosition\" ) {\n\t\t\tthis._updateIcon( key, value );\n\t\t}\n\n\t\t// Make sure we can't end up with a button that has neither text nor icon\n\t\tif ( key === \"showLabel\" ) {\n\t\t\t\tthis._toggleClass( \"ui-button-icon-only\", null, !value );\n\t\t\t\tthis._updateTooltip();\n\t\t}\n\n\t\tif ( key === \"label\" ) {\n\t\t\tif ( this.isInput ) {\n\t\t\t\tthis.element.val( value );\n\t\t\t} else {\n\n\t\t\t\t// If there is an icon, append it, else nothing then append the value\n\t\t\t\t// this avoids removal of the icon when setting label text\n\t\t\t\tthis.element.html( value );\n\t\t\t\tif ( this.icon ) {\n\t\t\t\t\tthis._attachIcon( this.options.iconPosition );\n\t\t\t\t\tthis._attachIconSpace( this.options.iconPosition );\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\tthis._super( key, value );\n\n\t\tif ( key === \"disabled\" ) {\n\t\t\tthis._toggleClass( null, \"ui-state-disabled\", value );\n\t\t\tthis.element[ 0 ].disabled = value;\n\t\t\tif ( value ) {\n\t\t\t\tthis.element.blur();\n\t\t\t}\n\t\t}\n\t},\n\n\trefresh: function() {\n\n\t\t// Make sure to only check disabled if its an element that supports this otherwise\n\t\t// check for the disabled class to determine state\n\t\tvar isDisabled = this.element.is( \"input, button\" ) ?\n\t\t\tthis.element[ 0 ].disabled : this.element.hasClass( \"ui-button-disabled\" );\n\n\t\tif ( isDisabled !== this.options.disabled ) {\n\t\t\tthis._setOptions( { disabled: isDisabled } );\n\t\t}\n\n\t\tthis._updateTooltip();\n\t}\n} );\n\n// DEPRECATED\nif ( $.uiBackCompat !== false ) {\n\n\t// Text and Icons options\n\t$.widget( \"ui.button\", $.ui.button, {\n\t\toptions: {\n\t\t\ttext: true,\n\t\t\ticons: {\n\t\t\t\tprimary: null,\n\t\t\t\tsecondary: null\n\t\t\t}\n\t\t},\n\n\t\t_create: function() {\n\t\t\tif ( this.options.showLabel && !this.options.text ) {\n\t\t\t\tthis.options.showLabel = this.options.text;\n\t\t\t}\n\t\t\tif ( !this.options.showLabel && this.options.text ) {\n\t\t\t\tthis.options.text = this.options.showLabel;\n\t\t\t}\n\t\t\tif ( !this.options.icon && ( this.options.icons.primary ||\n\t\t\t\t\tthis.options.icons.secondary ) ) {\n\t\t\t\tif ( this.options.icons.primary ) {\n\t\t\t\t\tthis.options.icon = this.options.icons.primary;\n\t\t\t\t} else {\n\t\t\t\t\tthis.options.icon = this.options.icons.secondary;\n\t\t\t\t\tthis.options.iconPosition = \"end\";\n\t\t\t\t}\n\t\t\t} else if ( this.options.icon ) {\n\t\t\t\tthis.options.icons.primary = this.options.icon;\n\t\t\t}\n\t\t\tthis._super();\n\t\t},\n\n\t\t_setOption: function( key, value ) {\n\t\t\tif ( key === \"text\" ) {\n\t\t\t\tthis._super( \"showLabel\", value );\n\t\t\t\treturn;\n\t\t\t}\n\t\t\tif ( key === \"showLabel\" ) {\n\t\t\t\tthis.options.text = value;\n\t\t\t}\n\t\t\tif ( key === \"icon\" ) {\n\t\t\t\tthis.options.icons.primary = value;\n\t\t\t}\n\t\t\tif ( key === \"icons\" ) {\n\t\t\t\tif ( value.primary ) {\n\t\t\t\t\tthis._super( \"icon\", value.primary );\n\t\t\t\t\tthis._super( \"iconPosition\", \"beginning\" );\n\t\t\t\t} else if ( value.secondary ) {\n\t\t\t\t\tthis._super( \"icon\", value.secondary );\n\t\t\t\t\tthis._super( \"iconPosition\", \"end\" );\n\t\t\t\t}\n\t\t\t}\n\t\t\tthis._superApply( arguments );\n\t\t}\n\t} );\n\n\t$.fn.button = ( function( orig ) {\n\t\treturn function() {\n\t\t\tif ( !this.length || ( this.length && this[ 0 ].tagName !== \"INPUT\" ) ||\n\t\t\t\t\t( this.length && this[ 0 ].tagName === \"INPUT\" && (\n\t\t\t\t\t\tthis.attr( \"type\" ) !== \"checkbox\" && this.attr( \"type\" ) !== \"radio\"\n\t\t\t\t\t) ) ) {\n\t\t\t\treturn orig.apply( this, arguments );\n\t\t\t}\n\t\t\tif ( !$.ui.checkboxradio ) {\n\t\t\t\t$.error( \"Checkboxradio widget missing\" );\n\t\t\t}\n\t\t\tif ( arguments.length === 0 ) {\n\t\t\t\treturn this.checkboxradio( {\n\t\t\t\t\t\"icon\": false\n\t\t\t\t} );\n\t\t\t}\n\t\t\treturn this.checkboxradio.apply( this, arguments );\n\t\t};\n\t} )( $.fn.button );\n\n\t$.fn.buttonset = function() {\n\t\tif ( !$.ui.controlgroup ) {\n\t\t\t$.error( \"Controlgroup widget missing\" );\n\t\t}\n\t\tif ( arguments[ 0 ] === \"option\" && arguments[ 1 ] === \"items\" && arguments[ 2 ] ) {\n\t\t\treturn this.controlgroup.apply( this,\n\t\t\t\t[ arguments[ 0 ], \"items.button\", arguments[ 2 ] ] );\n\t\t}\n\t\tif ( arguments[ 0 ] === \"option\" && arguments[ 1 ] === \"items\" ) {\n\t\t\treturn this.controlgroup.apply( this, [ arguments[ 0 ], \"items.button\" ] );\n\t\t}\n\t\tif ( typeof arguments[ 0 ] === \"object\" && arguments[ 0 ].items ) {\n\t\t\targuments[ 0 ].items = {\n\t\t\t\tbutton: arguments[ 0 ].items\n\t\t\t};\n\t\t}\n\t\treturn this.controlgroup.apply( this, arguments );\n\t};\n}\n\nvar widgetsButton = $.ui.button;\n\n\n// jscs:disable maximumLineLength\n/* jscs:disable requireCamelCaseOrUpperCaseIdentifiers */\n/*!\n * jQuery UI Datepicker 1.12.1\n * http://jqueryui.com\n *\n * Copyright jQuery Foundation and other contributors\n * Released under the MIT license.\n * http://jquery.org/license\n */\n\n//>>label: Datepicker\n//>>group: Widgets\n//>>description: Displays a calendar from an input or inline for selecting dates.\n//>>docs: http://api.jqueryui.com/datepicker/\n//>>demos: http://jqueryui.com/datepicker/\n//>>css.structure: ../../themes/base/core.css\n//>>css.structure: ../../themes/base/datepicker.css\n//>>css.theme: ../../themes/base/theme.css\n\n\n\n$.extend( $.ui, { datepicker: { version: \"1.12.1\" } } );\n\nvar datepicker_instActive;\n\nfunction datepicker_getZindex( elem ) {\n\tvar position, value;\n\twhile ( elem.length && elem[ 0 ] !== document ) {\n\n\t\t// Ignore z-index if position is set to a value where z-index is ignored by the browser\n\t\t// This makes behavior of this function consistent across browsers\n\t\t// WebKit always returns auto if the element is positioned\n\t\tposition = elem.css( \"position\" );\n\t\tif ( position === \"absolute\" || position === \"relative\" || position === \"fixed\" ) {\n\n\t\t\t// IE returns 0 when zIndex is not specified\n\t\t\t// other browsers return a string\n\t\t\t// we ignore the case of nested elements with an explicit value of 0\n\t\t\t// <div style=\"z-index: -10;\"><div style=\"z-index: 0;\"></div></div>\n\t\t\tvalue = parseInt( elem.css( \"zIndex\" ), 10 );\n\t\t\tif ( !isNaN( value ) && value !== 0 ) {\n\t\t\t\treturn value;\n\t\t\t}\n\t\t}\n\t\telem = elem.parent();\n\t}\n\n\treturn 0;\n}\n/* Date picker manager.\n Use the singleton instance of this class, $.datepicker, to interact with the date picker.\n Settings for (groups of) date pickers are maintained in an instance object,\n allowing multiple different settings on the same page. */\n\nfunction Datepicker() {\n\tthis._curInst = null; // The current instance in use\n\tthis._keyEvent = false; // If the last event was a key event\n\tthis._disabledInputs = []; // List of date picker inputs that have been disabled\n\tthis._datepickerShowing = false; // True if the popup picker is showing , false if not\n\tthis._inDialog = false; // True if showing within a \"dialog\", false if not\n\tthis._mainDivId = \"ui-datepicker-div\"; // The ID of the main datepicker division\n\tthis._inlineClass = \"ui-datepicker-inline\"; // The name of the inline marker class\n\tthis._appendClass = \"ui-datepicker-append\"; // The name of the append marker class\n\tthis._triggerClass = \"ui-datepicker-trigger\"; // The name of the trigger marker class\n\tthis._dialogClass = \"ui-datepicker-dialog\"; // The name of the dialog marker class\n\tthis._disableClass = \"ui-datepicker-disabled\"; // The name of the disabled covering marker class\n\tthis._unselectableClass = \"ui-datepicker-unselectable\"; // The name of the unselectable cell marker class\n\tthis._currentClass = \"ui-datepicker-current-day\"; // The name of the current day marker class\n\tthis._dayOverClass = \"ui-datepicker-days-cell-over\"; // The name of the day hover marker class\n\tthis.regional = []; // Available regional settings, indexed by language code\n\tthis.regional[ \"\" ] = { // Default regional settings\n\t\tcloseText: \"Done\", // Display text for close link\n\t\tprevText: \"Prev\", // Display text for previous month link\n\t\tnextText: \"Next\", // Display text for next month link\n\t\tcurrentText: \"Today\", // Display text for current month link\n\t\tmonthNames: [ \"January\",\"February\",\"March\",\"April\",\"May\",\"June\",\n\t\t\t\"July\",\"August\",\"September\",\"October\",\"November\",\"December\" ], // Names of months for drop-down and formatting\n\t\tmonthNamesShort: [ \"Jan\", \"Feb\", \"Mar\", \"Apr\", \"May\", \"Jun\", \"Jul\", \"Aug\", \"Sep\", \"Oct\", \"Nov\", \"Dec\" ], // For formatting\n\t\tdayNames: [ \"Sunday\", \"Monday\", \"Tuesday\", \"Wednesday\", \"Thursday\", \"Friday\", \"Saturday\" ], // For formatting\n\t\tdayNamesShort: [ \"Sun\", \"Mon\", \"Tue\", \"Wed\", \"Thu\", \"Fri\", \"Sat\" ], // For formatting\n\t\tdayNamesMin: [ \"Su\",\"Mo\",\"Tu\",\"We\",\"Th\",\"Fr\",\"Sa\" ], // Column headings for days starting at Sunday\n\t\tweekHeader: \"Wk\", // Column header for week of the year\n\t\tdateFormat: \"mm/dd/yy\", // See format options on parseDate\n\t\tfirstDay: 0, // The first day of the week, Sun = 0, Mon = 1, ...\n\t\tisRTL: false, // True if right-to-left language, false if left-to-right\n\t\tshowMonthAfterYear: false, // True if the year select precedes month, false for month then year\n\t\tyearSuffix: \"\" // Additional text to append to the year in the month headers\n\t};\n\tthis._defaults = { // Global defaults for all the date picker instances\n\t\tshowOn: \"focus\", // \"focus\" for popup on focus,\n\t\t\t// \"button\" for trigger button, or \"both\" for either\n\t\tshowAnim: \"fadeIn\", // Name of jQuery animation for popup\n\t\tshowOptions: {}, // Options for enhanced animations\n\t\tdefaultDate: null, // Used when field is blank: actual date,\n\t\t\t// +/-number for offset from today, null for today\n\t\tappendText: \"\", // Display text following the input box, e.g. showing the format\n\t\tbuttonText: \"...\", // Text for trigger button\n\t\tbuttonImage: \"\", // URL for trigger button image\n\t\tbuttonImageOnly: false, // True if the image appears alone, false if it appears on a button\n\t\thideIfNoPrevNext: false, // True to hide next/previous month links\n\t\t\t// if not applicable, false to just disable them\n\t\tnavigationAsDateFormat: false, // True if date formatting applied to prev/today/next links\n\t\tgotoCurrent: false, // True if today link goes back to current selection instead\n\t\tchangeMonth: false, // True if month can be selected directly, false if only prev/next\n\t\tchangeYear: false, // True if year can be selected directly, false if only prev/next\n\t\tyearRange: \"c-10:c+10\", // Range of years to display in drop-down,\n\t\t\t// either relative to today's year (-nn:+nn), relative to currently displayed year\n\t\t\t// (c-nn:c+nn), absolute (nnnn:nnnn), or a combination of the above (nnnn:-n)\n\t\tshowOtherMonths: false, // True to show dates in other months, false to leave blank\n\t\tselectOtherMonths: false, // True to allow selection of dates in other months, false for unselectable\n\t\tshowWeek: false, // True to show week of the year, false to not show it\n\t\tcalculateWeek: this.iso8601Week, // How to calculate the week of the year,\n\t\t\t// takes a Date and returns the number of the week for it\n\t\tshortYearCutoff: \"+10\", // Short year values < this are in the current century,\n\t\t\t// > this are in the previous century,\n\t\t\t// string value starting with \"+\" for current year + value\n\t\tminDate: null, // The earliest selectable date, or null for no limit\n\t\tmaxDate: null, // The latest selectable date, or null for no limit\n\t\tduration: \"fast\", // Duration of display/closure\n\t\tbeforeShowDay: null, // Function that takes a date and returns an array with\n\t\t\t// [0] = true if selectable, false if not, [1] = custom CSS class name(s) or \"\",\n\t\t\t// [2] = cell title (optional), e.g. $.datepicker.noWeekends\n\t\tbeforeShow: null, // Function that takes an input field and\n\t\t\t// returns a set of custom settings for the date picker\n\t\tonSelect: null, // Define a callback function when a date is selected\n\t\tonChangeMonthYear: null, // Define a callback function when the month or year is changed\n\t\tonClose: null, // Define a callback function when the datepicker is closed\n\t\tnumberOfMonths: 1, // Number of months to show at a time\n\t\tshowCurrentAtPos: 0, // The position in multipe months at which to show the current month (starting at 0)\n\t\tstepMonths: 1, // Number of months to step back/forward\n\t\tstepBigMonths: 12, // Number of months to step back/forward for the big links\n\t\taltField: \"\", // Selector for an alternate field to store selected dates into\n\t\taltFormat: \"\", // The date format to use for the alternate field\n\t\tconstrainInput: true, // The input is constrained by the current date format\n\t\tshowButtonPanel: false, // True to show button panel, false to not show it\n\t\tautoSize: false, // True to size the input for the date format, false to leave as is\n\t\tdisabled: false // The initial disabled state\n\t};\n\t$.extend( this._defaults, this.regional[ \"\" ] );\n\tthis.regional.en = $.extend( true, {}, this.regional[ \"\" ] );\n\tthis.regional[ \"en-US\" ] = $.extend( true, {}, this.regional.en );\n\tthis.dpDiv = datepicker_bindHover( $( \"<div id='\" + this._mainDivId + \"' class='ui-datepicker ui-widget ui-widget-content ui-helper-clearfix ui-corner-all'></div>\" ) );\n}\n\n$.extend( Datepicker.prototype, {\n\t/* Class name added to elements to indicate already configured with a date picker. */\n\tmarkerClassName: \"hasDatepicker\",\n\n\t//Keep track of the maximum number of rows displayed (see #7043)\n\tmaxRows: 4,\n\n\t// TODO rename to \"widget\" when switching to widget factory\n\t_widgetDatepicker: function() {\n\t\treturn this.dpDiv;\n\t},\n\n\t/* Override the default settings for all instances of the date picker.\n\t * @param settings object - the new settings to use as defaults (anonymous object)\n\t * @return the manager object\n\t */\n\tsetDefaults: function( settings ) {\n\t\tdatepicker_extendRemove( this._defaults, settings || {} );\n\t\treturn this;\n\t},\n\n\t/* Attach the date picker to a jQuery selection.\n\t * @param target\telement - the target input field or division or span\n\t * @param settings object - the new settings to use for this date picker instance (anonymous)\n\t */\n\t_attachDatepicker: function( target, settings ) {\n\t\tvar nodeName, inline, inst;\n\t\tnodeName = target.nodeName.toLowerCase();\n\t\tinline = ( nodeName === \"div\" || nodeName === \"span\" );\n\t\tif ( !target.id ) {\n\t\t\tthis.uuid += 1;\n\t\t\ttarget.id = \"dp\" + this.uuid;\n\t\t}\n\t\tinst = this._newInst( $( target ), inline );\n\t\tinst.settings = $.extend( {}, settings || {} );\n\t\tif ( nodeName === \"input\" ) {\n\t\t\tthis._connectDatepicker( target, inst );\n\t\t} else if ( inline ) {\n\t\t\tthis._inlineDatepicker( target, inst );\n\t\t}\n\t},\n\n\t/* Create a new instance object. */\n\t_newInst: function( target, inline ) {\n\t\tvar id = target[ 0 ].id.replace( /([^A-Za-z0-9_\\-])/g, \"\\\\\\\\$1\" ); // escape jQuery meta chars\n\t\treturn { id: id, input: target, // associated target\n\t\t\tselectedDay: 0, selectedMonth: 0, selectedYear: 0, // current selection\n\t\t\tdrawMonth: 0, drawYear: 0, // month being drawn\n\t\t\tinline: inline, // is datepicker inline or not\n\t\t\tdpDiv: ( !inline ? this.dpDiv : // presentation div\n\t\t\tdatepicker_bindHover( $( \"<div class='\" + this._inlineClass + \" ui-datepicker ui-widget ui-widget-content ui-helper-clearfix ui-corner-all'></div>\" ) ) ) };\n\t},\n\n\t/* Attach the date picker to an input field. */\n\t_connectDatepicker: function( target, inst ) {\n\t\tvar input = $( target );\n\t\tinst.append = $( [] );\n\t\tinst.trigger = $( [] );\n\t\tif ( input.hasClass( this.markerClassName ) ) {\n\t\t\treturn;\n\t\t}\n\t\tthis._attachments( input, inst );\n\t\tinput.addClass( this.markerClassName ).on( \"keydown\", this._doKeyDown ).\n\t\t\ton( \"keypress\", this._doKeyPress ).on( \"keyup\", this._doKeyUp );\n\t\tthis._autoSize( inst );\n\t\t$.data( target, \"datepicker\", inst );\n\n\t\t//If disabled option is true, disable the datepicker once it has been attached to the input (see ticket #5665)\n\t\tif ( inst.settings.disabled ) {\n\t\t\tthis._disableDatepicker( target );\n\t\t}\n\t},\n\n\t/* Make attachments based on settings. */\n\t_attachments: function( input, inst ) {\n\t\tvar showOn, buttonText, buttonImage,\n\t\t\tappendText = this._get( inst, \"appendText\" ),\n\t\t\tisRTL = this._get( inst, \"isRTL\" );\n\n\t\tif ( inst.append ) {\n\t\t\tinst.append.remove();\n\t\t}\n\t\tif ( appendText ) {\n\t\t\tinst.append = $( \"<span class='\" + this._appendClass + \"'>\" + appendText + \"</span>\" );\n\t\t\tinput[ isRTL ? \"before\" : \"after\" ]( inst.append );\n\t\t}\n\n\t\tinput.off( \"focus\", this._showDatepicker );\n\n\t\tif ( inst.trigger ) {\n\t\t\tinst.trigger.remove();\n\t\t}\n\n\t\tshowOn = this._get( inst, \"showOn\" );\n\t\tif ( showOn === \"focus\" || showOn === \"both\" ) { // pop-up date picker when in the marked field\n\t\t\tinput.on( \"focus\", this._showDatepicker );\n\t\t}\n\t\tif ( showOn === \"button\" || showOn === \"both\" ) { // pop-up date picker when button clicked\n\t\t\tbuttonText = this._get( inst, \"buttonText\" );\n\t\t\tbuttonImage = this._get( inst, \"buttonImage\" );\n\t\t\tinst.trigger = $( this._get( inst, \"buttonImageOnly\" ) ?\n\t\t\t\t$( \"<img/>\" ).addClass( this._triggerClass ).\n\t\t\t\t\tattr( { src: buttonImage, alt: buttonText, title: buttonText } ) :\n\t\t\t\t$( \"<button type='button'></button>\" ).addClass( this._triggerClass ).\n\t\t\t\t\thtml( !buttonImage ? buttonText : $( \"<img/>\" ).attr(\n\t\t\t\t\t{ src:buttonImage, alt:buttonText, title:buttonText } ) ) );\n\t\t\tinput[ isRTL ? \"before\" : \"after\" ]( inst.trigger );\n\t\t\tinst.trigger.on( \"click\", function() {\n\t\t\t\tif ( $.datepicker._datepickerShowing && $.datepicker._lastInput === input[ 0 ] ) {\n\t\t\t\t\t$.datepicker._hideDatepicker();\n\t\t\t\t} else if ( $.datepicker._datepickerShowing && $.datepicker._lastInput !== input[ 0 ] ) {\n\t\t\t\t\t$.datepicker._hideDatepicker();\n\t\t\t\t\t$.datepicker._showDatepicker( input[ 0 ] );\n\t\t\t\t} else {\n\t\t\t\t\t$.datepicker._showDatepicker( input[ 0 ] );\n\t\t\t\t}\n\t\t\t\treturn false;\n\t\t\t} );\n\t\t}\n\t},\n\n\t/* Apply the maximum length for the date format. */\n\t_autoSize: function( inst ) {\n\t\tif ( this._get( inst, \"autoSize\" ) && !inst.inline ) {\n\t\t\tvar findMax, max, maxI, i,\n\t\t\t\tdate = new Date( 2009, 12 - 1, 20 ), // Ensure double digits\n\t\t\t\tdateFormat = this._get( inst, \"dateFormat\" );\n\n\t\t\tif ( dateFormat.match( /[DM]/ ) ) {\n\t\t\t\tfindMax = function( names ) {\n\t\t\t\t\tmax = 0;\n\t\t\t\t\tmaxI = 0;\n\t\t\t\t\tfor ( i = 0; i < names.length; i++ ) {\n\t\t\t\t\t\tif ( names[ i ].length > max ) {\n\t\t\t\t\t\t\tmax = names[ i ].length;\n\t\t\t\t\t\t\tmaxI = i;\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t\treturn maxI;\n\t\t\t\t};\n\t\t\t\tdate.setMonth( findMax( this._get( inst, ( dateFormat.match( /MM/ ) ?\n\t\t\t\t\t\"monthNames\" : \"monthNamesShort\" ) ) ) );\n\t\t\t\tdate.setDate( findMax( this._get( inst, ( dateFormat.match( /DD/ ) ?\n\t\t\t\t\t\"dayNames\" : \"dayNamesShort\" ) ) ) + 20 - date.getDay() );\n\t\t\t}\n\t\t\tinst.input.attr( \"size\", this._formatDate( inst, date ).length );\n\t\t}\n\t},\n\n\t/* Attach an inline date picker to a div. */\n\t_inlineDatepicker: function( target, inst ) {\n\t\tvar divSpan = $( target );\n\t\tif ( divSpan.hasClass( this.markerClassName ) ) {\n\t\t\treturn;\n\t\t}\n\t\tdivSpan.addClass( this.markerClassName ).append( inst.dpDiv );\n\t\t$.data( target, \"datepicker\", inst );\n\t\tthis._setDate( inst, this._getDefaultDate( inst ), true );\n\t\tthis._updateDatepicker( inst );\n\t\tthis._updateAlternate( inst );\n\n\t\t//If disabled option is true, disable the datepicker before showing it (see ticket #5665)\n\t\tif ( inst.settings.disabled ) {\n\t\t\tthis._disableDatepicker( target );\n\t\t}\n\n\t\t// Set display:block in place of inst.dpDiv.show() which won't work on disconnected elements\n\t\t// http://bugs.jqueryui.com/ticket/7552 - A Datepicker created on a detached div has zero height\n\t\tinst.dpDiv.css( \"display\", \"block\" );\n\t},\n\n\t/* Pop-up the date picker in a \"dialog\" box.\n\t * @param input element - ignored\n\t * @param date\tstring or Date - the initial date to display\n\t * @param onSelect function - the function to call when a date is selected\n\t * @param settings object - update the dialog date picker instance's settings (anonymous object)\n\t * @param pos int[2] - coordinates for the dialog's position within the screen or\n\t *\t\t\t\t\tevent - with x/y coordinates or\n\t *\t\t\t\t\tleave empty for default (screen centre)\n\t * @return the manager object\n\t */\n\t_dialogDatepicker: function( input, date, onSelect, settings, pos ) {\n\t\tvar id, browserWidth, browserHeight, scrollX, scrollY,\n\t\t\tinst = this._dialogInst; // internal instance\n\n\t\tif ( !inst ) {\n\t\t\tthis.uuid += 1;\n\t\t\tid = \"dp\" + this.uuid;\n\t\t\tthis._dialogInput = $( \"<input type='text' id='\" + id +\n\t\t\t\t\"' style='position: absolute; top: -100px; width: 0px;'/>\" );\n\t\t\tthis._dialogInput.on( \"keydown\", this._doKeyDown );\n\t\t\t$( \"body\" ).append( this._dialogInput );\n\t\t\tinst = this._dialogInst = this._newInst( this._dialogInput, false );\n\t\t\tinst.settings = {};\n\t\t\t$.data( this._dialogInput[ 0 ], \"datepicker\", inst );\n\t\t}\n\t\tdatepicker_extendRemove( inst.settings, settings || {} );\n\t\tdate = ( date && date.constructor === Date ? this._formatDate( inst, date ) : date );\n\t\tthis._dialogInput.val( date );\n\n\t\tthis._pos = ( pos ? ( pos.length ? pos : [ pos.pageX, pos.pageY ] ) : null );\n\t\tif ( !this._pos ) {\n\t\t\tbrowserWidth = document.documentElement.clientWidth;\n\t\t\tbrowserHeight = document.documentElement.clientHeight;\n\t\t\tscrollX = document.documentElement.scrollLeft || document.body.scrollLeft;\n\t\t\tscrollY = document.documentElement.scrollTop || document.body.scrollTop;\n\t\t\tthis._pos = // should use actual width/height below\n\t\t\t\t[ ( browserWidth / 2 ) - 100 + scrollX, ( browserHeight / 2 ) - 150 + scrollY ];\n\t\t}\n\n\t\t// Move input on screen for focus, but hidden behind dialog\n\t\tthis._dialogInput.css( \"left\", ( this._pos[ 0 ] + 20 ) + \"px\" ).css( \"top\", this._pos[ 1 ] + \"px\" );\n\t\tinst.settings.onSelect = onSelect;\n\t\tthis._inDialog = true;\n\t\tthis.dpDiv.addClass( this._dialogClass );\n\t\tthis._showDatepicker( this._dialogInput[ 0 ] );\n\t\tif ( $.blockUI ) {\n\t\t\t$.blockUI( this.dpDiv );\n\t\t}\n\t\t$.data( this._dialogInput[ 0 ], \"datepicker\", inst );\n\t\treturn this;\n\t},\n\n\t/* Detach a datepicker from its control.\n\t * @param target\telement - the target input field or division or span\n\t */\n\t_destroyDatepicker: function( target ) {\n\t\tvar nodeName,\n\t\t\t$target = $( target ),\n\t\t\tinst = $.data( target, \"datepicker\" );\n\n\t\tif ( !$target.hasClass( this.markerClassName ) ) {\n\t\t\treturn;\n\t\t}\n\n\t\tnodeName = target.nodeName.toLowerCase();\n\t\t$.removeData( target, \"datepicker\" );\n\t\tif ( nodeName === \"input\" ) {\n\t\t\tinst.append.remove();\n\t\t\tinst.trigger.remove();\n\t\t\t$target.removeClass( this.markerClassName ).\n\t\t\t\toff( \"focus\", this._showDatepicker ).\n\t\t\t\toff( \"keydown\", this._doKeyDown ).\n\t\t\t\toff( \"keypress\", this._doKeyPress ).\n\t\t\t\toff( \"keyup\", this._doKeyUp );\n\t\t} else if ( nodeName === \"div\" || nodeName === \"span\" ) {\n\t\t\t$target.removeClass( this.markerClassName ).empty();\n\t\t}\n\n\t\tif ( datepicker_instActive === inst ) {\n\t\t\tdatepicker_instActive = null;\n\t\t}\n\t},\n\n\t/* Enable the date picker to a jQuery selection.\n\t * @param target\telement - the target input field or division or span\n\t */\n\t_enableDatepicker: function( target ) {\n\t\tvar nodeName, inline,\n\t\t\t$target = $( target ),\n\t\t\tinst = $.data( target, \"datepicker\" );\n\n\t\tif ( !$target.hasClass( this.markerClassName ) ) {\n\t\t\treturn;\n\t\t}\n\n\t\tnodeName = target.nodeName.toLowerCase();\n\t\tif ( nodeName === \"input\" ) {\n\t\t\ttarget.disabled = false;\n\t\t\tinst.trigger.filter( \"button\" ).\n\t\t\t\teach( function() { this.disabled = false; } ).end().\n\t\t\t\tfilter( \"img\" ).css( { opacity: \"1.0\", cursor: \"\" } );\n\t\t} else if ( nodeName === \"div\" || nodeName === \"span\" ) {\n\t\t\tinline = $target.children( \".\" + this._inlineClass );\n\t\t\tinline.children().removeClass( \"ui-state-disabled\" );\n\t\t\tinline.find( \"select.ui-datepicker-month, select.ui-datepicker-year\" ).\n\t\t\t\tprop( \"disabled\", false );\n\t\t}\n\t\tthis._disabledInputs = $.map( this._disabledInputs,\n\t\t\tfunction( value ) { return ( value === target ? null : value ); } ); // delete entry\n\t},\n\n\t/* Disable the date picker to a jQuery selection.\n\t * @param target\telement - the target input field or division or span\n\t */\n\t_disableDatepicker: function( target ) {\n\t\tvar nodeName, inline,\n\t\t\t$target = $( target ),\n\t\t\tinst = $.data( target, \"datepicker\" );\n\n\t\tif ( !$target.hasClass( this.markerClassName ) ) {\n\t\t\treturn;\n\t\t}\n\n\t\tnodeName = target.nodeName.toLowerCase();\n\t\tif ( nodeName === \"input\" ) {\n\t\t\ttarget.disabled = true;\n\t\t\tinst.trigger.filter( \"button\" ).\n\t\t\t\teach( function() { this.disabled = true; } ).end().\n\t\t\t\tfilter( \"img\" ).css( { opacity: \"0.5\", cursor: \"default\" } );\n\t\t} else if ( nodeName === \"div\" || nodeName === \"span\" ) {\n\t\t\tinline = $target.children( \".\" + this._inlineClass );\n\t\t\tinline.children().addClass( \"ui-state-disabled\" );\n\t\t\tinline.find( \"select.ui-datepicker-month, select.ui-datepicker-year\" ).\n\t\t\t\tprop( \"disabled\", true );\n\t\t}\n\t\tthis._disabledInputs = $.map( this._disabledInputs,\n\t\t\tfunction( value ) { return ( value === target ? null : value ); } ); // delete entry\n\t\tthis._disabledInputs[ this._disabledInputs.length ] = target;\n\t},\n\n\t/* Is the first field in a jQuery collection disabled as a datepicker?\n\t * @param target\telement - the target input field or division or span\n\t * @return boolean - true if disabled, false if enabled\n\t */\n\t_isDisabledDatepicker: function( target ) {\n\t\tif ( !target ) {\n\t\t\treturn false;\n\t\t}\n\t\tfor ( var i = 0; i < this._disabledInputs.length; i++ ) {\n\t\t\tif ( this._disabledInputs[ i ] === target ) {\n\t\t\t\treturn true;\n\t\t\t}\n\t\t}\n\t\treturn false;\n\t},\n\n\t/* Retrieve the instance data for the target control.\n\t * @param target element - the target input field or division or span\n\t * @return object - the associated instance data\n\t * @throws error if a jQuery problem getting data\n\t */\n\t_getInst: function( target ) {\n\t\ttry {\n\t\t\treturn $.data( target, \"datepicker\" );\n\t\t}\n\t\tcatch ( err ) {\n\t\t\tthrow \"Missing instance data for this datepicker\";\n\t\t}\n\t},\n\n\t/* Update or retrieve the settings for a date picker attached to an input field or division.\n\t * @param target element - the target input field or division or span\n\t * @param name\tobject - the new settings to update or\n\t *\t\t\t\tstring - the name of the setting to change or retrieve,\n\t *\t\t\t\twhen retrieving also \"all\" for all instance settings or\n\t *\t\t\t\t\"defaults\" for all global defaults\n\t * @param value any - the new value for the setting\n\t *\t\t\t\t(omit if above is an object or to retrieve a value)\n\t */\n\t_optionDatepicker: function( target, name, value ) {\n\t\tvar settings, date, minDate, maxDate,\n\t\t\tinst = this._getInst( target );\n\n\t\tif ( arguments.length === 2 && typeof name === \"string\" ) {\n\t\t\treturn ( name === \"defaults\" ? $.extend( {}, $.datepicker._defaults ) :\n\t\t\t\t( inst ? ( name === \"all\" ? $.extend( {}, inst.settings ) :\n\t\t\t\tthis._get( inst, name ) ) : null ) );\n\t\t}\n\n\t\tsettings = name || {};\n\t\tif ( typeof name === \"string\" ) {\n\t\t\tsettings = {};\n\t\t\tsettings[ name ] = value;\n\t\t}\n\n\t\tif ( inst ) {\n\t\t\tif ( this._curInst === inst ) {\n\t\t\t\tthis._hideDatepicker();\n\t\t\t}\n\n\t\t\tdate = this._getDateDatepicker( target, true );\n\t\t\tminDate = this._getMinMaxDate( inst, \"min\" );\n\t\t\tmaxDate = this._getMinMaxDate( inst, \"max\" );\n\t\t\tdatepicker_extendRemove( inst.settings, settings );\n\n\t\t\t// reformat the old minDate/maxDate values if dateFormat changes and a new minDate/maxDate isn't provided\n\t\t\tif ( minDate !== null && settings.dateFormat !== undefined && settings.minDate === undefined ) {\n\t\t\t\tinst.settings.minDate = this._formatDate( inst, minDate );\n\t\t\t}\n\t\t\tif ( maxDate !== null && settings.dateFormat !== undefined && settings.maxDate === undefined ) {\n\t\t\t\tinst.settings.maxDate = this._formatDate( inst, maxDate );\n\t\t\t}\n\t\t\tif ( \"disabled\" in settings ) {\n\t\t\t\tif ( settings.disabled ) {\n\t\t\t\t\tthis._disableDatepicker( target );\n\t\t\t\t} else {\n\t\t\t\t\tthis._enableDatepicker( target );\n\t\t\t\t}\n\t\t\t}\n\t\t\tthis._attachments( $( target ), inst );\n\t\t\tthis._autoSize( inst );\n\t\t\tthis._setDate( inst, date );\n\t\t\tthis._updateAlternate( inst );\n\t\t\tthis._updateDatepicker( inst );\n\t\t}\n\t},\n\n\t// Change method deprecated\n\t_changeDatepicker: function( target, name, value ) {\n\t\tthis._optionDatepicker( target, name, value );\n\t},\n\n\t/* Redraw the date picker attached to an input field or division.\n\t * @param target element - the target input field or division or span\n\t */\n\t_refreshDatepicker: function( target ) {\n\t\tvar inst = this._getInst( target );\n\t\tif ( inst ) {\n\t\t\tthis._updateDatepicker( inst );\n\t\t}\n\t},\n\n\t/* Set the dates for a jQuery selection.\n\t * @param target element - the target input field or division or span\n\t * @param date\tDate - the new date\n\t */\n\t_setDateDatepicker: function( target, date ) {\n\t\tvar inst = this._getInst( target );\n\t\tif ( inst ) {\n\t\t\tthis._setDate( inst, date );\n\t\t\tthis._updateDatepicker( inst );\n\t\t\tthis._updateAlternate( inst );\n\t\t}\n\t},\n\n\t/* Get the date(s) for the first entry in a jQuery selection.\n\t * @param target element - the target input field or division or span\n\t * @param noDefault boolean - true if no default date is to be used\n\t * @return Date - the current date\n\t */\n\t_getDateDatepicker: function( target, noDefault ) {\n\t\tvar inst = this._getInst( target );\n\t\tif ( inst && !inst.inline ) {\n\t\t\tthis._setDateFromField( inst, noDefault );\n\t\t}\n\t\treturn ( inst ? this._getDate( inst ) : null );\n\t},\n\n\t/* Handle keystrokes. */\n\t_doKeyDown: function( event ) {\n\t\tvar onSelect, dateStr, sel,\n\t\t\tinst = $.datepicker._getInst( event.target ),\n\t\t\thandled = true,\n\t\t\tisRTL = inst.dpDiv.is( \".ui-datepicker-rtl\" );\n\n\t\tinst._keyEvent = true;\n\t\tif ( $.datepicker._datepickerShowing ) {\n\t\t\tswitch ( event.keyCode ) {\n\t\t\t\tcase 9: $.datepicker._hideDatepicker();\n\t\t\t\t\t\thandled = false;\n\t\t\t\t\t\tbreak; // hide on tab out\n\t\t\t\tcase 13: sel = $( \"td.\" + $.datepicker._dayOverClass + \":not(.\" +\n\t\t\t\t\t\t\t\t\t$.datepicker._currentClass + \")\", inst.dpDiv );\n\t\t\t\t\t\tif ( sel[ 0 ] ) {\n\t\t\t\t\t\t\t$.datepicker._selectDay( event.target, inst.selectedMonth, inst.selectedYear, sel[ 0 ] );\n\t\t\t\t\t\t}\n\n\t\t\t\t\t\tonSelect = $.datepicker._get( inst, \"onSelect\" );\n\t\t\t\t\t\tif ( onSelect ) {\n\t\t\t\t\t\t\tdateStr = $.datepicker._formatDate( inst );\n\n\t\t\t\t\t\t\t// Trigger custom callback\n\t\t\t\t\t\t\tonSelect.apply( ( inst.input ? inst.input[ 0 ] : null ), [ dateStr, inst ] );\n\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t$.datepicker._hideDatepicker();\n\t\t\t\t\t\t}\n\n\t\t\t\t\t\treturn false; // don't submit the form\n\t\t\t\tcase 27: $.datepicker._hideDatepicker();\n\t\t\t\t\t\tbreak; // hide on escape\n\t\t\t\tcase 33: $.datepicker._adjustDate( event.target, ( event.ctrlKey ?\n\t\t\t\t\t\t\t-$.datepicker._get( inst, \"stepBigMonths\" ) :\n\t\t\t\t\t\t\t-$.datepicker._get( inst, \"stepMonths\" ) ), \"M\" );\n\t\t\t\t\t\tbreak; // previous month/year on page up/+ ctrl\n\t\t\t\tcase 34: $.datepicker._adjustDate( event.target, ( event.ctrlKey ?\n\t\t\t\t\t\t\t+$.datepicker._get( inst, \"stepBigMonths\" ) :\n\t\t\t\t\t\t\t+$.datepicker._get( inst, \"stepMonths\" ) ), \"M\" );\n\t\t\t\t\t\tbreak; // next month/year on page down/+ ctrl\n\t\t\t\tcase 35: if ( event.ctrlKey || event.metaKey ) {\n\t\t\t\t\t\t\t$.datepicker._clearDate( event.target );\n\t\t\t\t\t\t}\n\t\t\t\t\t\thandled = event.ctrlKey || event.metaKey;\n\t\t\t\t\t\tbreak; // clear on ctrl or command +end\n\t\t\t\tcase 36: if ( event.ctrlKey || event.metaKey ) {\n\t\t\t\t\t\t\t$.datepicker._gotoToday( event.target );\n\t\t\t\t\t\t}\n\t\t\t\t\t\thandled = event.ctrlKey || event.metaKey;\n\t\t\t\t\t\tbreak; // current on ctrl or command +home\n\t\t\t\tcase 37: if ( event.ctrlKey || event.metaKey ) {\n\t\t\t\t\t\t\t$.datepicker._adjustDate( event.target, ( isRTL ? +1 : -1 ), \"D\" );\n\t\t\t\t\t\t}\n\t\t\t\t\t\thandled = event.ctrlKey || event.metaKey;\n\n\t\t\t\t\t\t// -1 day on ctrl or command +left\n\t\t\t\t\t\tif ( event.originalEvent.altKey ) {\n\t\t\t\t\t\t\t$.datepicker._adjustDate( event.target, ( event.ctrlKey ?\n\t\t\t\t\t\t\t\t-$.datepicker._get( inst, \"stepBigMonths\" ) :\n\t\t\t\t\t\t\t\t-$.datepicker._get( inst, \"stepMonths\" ) ), \"M\" );\n\t\t\t\t\t\t}\n\n\t\t\t\t\t\t// next month/year on alt +left on Mac\n\t\t\t\t\t\tbreak;\n\t\t\t\tcase 38: if ( event.ctrlKey || event.metaKey ) {\n\t\t\t\t\t\t\t$.datepicker._adjustDate( event.target, -7, \"D\" );\n\t\t\t\t\t\t}\n\t\t\t\t\t\thandled = event.ctrlKey || event.metaKey;\n\t\t\t\t\t\tbreak; // -1 week on ctrl or command +up\n\t\t\t\tcase 39: if ( event.ctrlKey || event.metaKey ) {\n\t\t\t\t\t\t\t$.datepicker._adjustDate( event.target, ( isRTL ? -1 : +1 ), \"D\" );\n\t\t\t\t\t\t}\n\t\t\t\t\t\thandled = event.ctrlKey || event.metaKey;\n\n\t\t\t\t\t\t// +1 day on ctrl or command +right\n\t\t\t\t\t\tif ( event.originalEvent.altKey ) {\n\t\t\t\t\t\t\t$.datepicker._adjustDate( event.target, ( event.ctrlKey ?\n\t\t\t\t\t\t\t\t+$.datepicker._get( inst, \"stepBigMonths\" ) :\n\t\t\t\t\t\t\t\t+$.datepicker._get( inst, \"stepMonths\" ) ), \"M\" );\n\t\t\t\t\t\t}\n\n\t\t\t\t\t\t// next month/year on alt +right\n\t\t\t\t\t\tbreak;\n\t\t\t\tcase 40: if ( event.ctrlKey || event.metaKey ) {\n\t\t\t\t\t\t\t$.datepicker._adjustDate( event.target, +7, \"D\" );\n\t\t\t\t\t\t}\n\t\t\t\t\t\thandled = event.ctrlKey || event.metaKey;\n\t\t\t\t\t\tbreak; // +1 week on ctrl or command +down\n\t\t\t\tdefault: handled = false;\n\t\t\t}\n\t\t} else if ( event.keyCode === 36 && event.ctrlKey ) { // display the date picker on ctrl+home\n\t\t\t$.datepicker._showDatepicker( this );\n\t\t} else {\n\t\t\thandled = false;\n\t\t}\n\n\t\tif ( handled ) {\n\t\t\tevent.preventDefault();\n\t\t\tevent.stopPropagation();\n\t\t}\n\t},\n\n\t/* Filter entered characters - based on date format. */\n\t_doKeyPress: function( event ) {\n\t\tvar chars, chr,\n\t\t\tinst = $.datepicker._getInst( event.target );\n\n\t\tif ( $.datepicker._get( inst, \"constrainInput\" ) ) {\n\t\t\tchars = $.datepicker._possibleChars( $.datepicker._get( inst, \"dateFormat\" ) );\n\t\t\tchr = String.fromCharCode( event.charCode == null ? event.keyCode : event.charCode );\n\t\t\treturn event.ctrlKey || event.metaKey || ( chr < \" \" || !chars || chars.indexOf( chr ) > -1 );\n\t\t}\n\t},\n\n\t/* Synchronise manual entry and field/alternate field. */\n\t_doKeyUp: function( event ) {\n\t\tvar date,\n\t\t\tinst = $.datepicker._getInst( event.target );\n\n\t\tif ( inst.input.val() !== inst.lastVal ) {\n\t\t\ttry {\n\t\t\t\tdate = $.datepicker.parseDate( $.datepicker._get( inst, \"dateFormat\" ),\n\t\t\t\t\t( inst.input ? inst.input.val() : null ),\n\t\t\t\t\t$.datepicker._getFormatConfig( inst ) );\n\n\t\t\t\tif ( date ) { // only if valid\n\t\t\t\t\t$.datepicker._setDateFromField( inst );\n\t\t\t\t\t$.datepicker._updateAlternate( inst );\n\t\t\t\t\t$.datepicker._updateDatepicker( inst );\n\t\t\t\t}\n\t\t\t}\n\t\t\tcatch ( err ) {\n\t\t\t}\n\t\t}\n\t\treturn true;\n\t},\n\n\t/* Pop-up the date picker for a given input field.\n\t * If false returned from beforeShow event handler do not show.\n\t * @param input element - the input field attached to the date picker or\n\t *\t\t\t\t\tevent - if triggered by focus\n\t */\n\t_showDatepicker: function( input ) {\n\t\tinput = input.target || input;\n\t\tif ( input.nodeName.toLowerCase() !== \"input\" ) { // find from button/image trigger\n\t\t\tinput = $( \"input\", input.parentNode )[ 0 ];\n\t\t}\n\n\t\tif ( $.datepicker._isDisabledDatepicker( input ) || $.datepicker._lastInput === input ) { // already here\n\t\t\treturn;\n\t\t}\n\n\t\tvar inst, beforeShow, beforeShowSettings, isFixed,\n\t\t\toffset, showAnim, duration;\n\n\t\tinst = $.datepicker._getInst( input );\n\t\tif ( $.datepicker._curInst && $.datepicker._curInst !== inst ) {\n\t\t\t$.datepicker._curInst.dpDiv.stop( true, true );\n\t\t\tif ( inst && $.datepicker._datepickerShowing ) {\n\t\t\t\t$.datepicker._hideDatepicker( $.datepicker._curInst.input[ 0 ] );\n\t\t\t}\n\t\t}\n\n\t\tbeforeShow = $.datepicker._get( inst, \"beforeShow\" );\n\t\tbeforeShowSettings = beforeShow ? beforeShow.apply( input, [ input, inst ] ) : {};\n\t\tif ( beforeShowSettings === false ) {\n\t\t\treturn;\n\t\t}\n\t\tdatepicker_extendRemove( inst.settings, beforeShowSettings );\n\n\t\tinst.lastVal = null;\n\t\t$.datepicker._lastInput = input;\n\t\t$.datepicker._setDateFromField( inst );\n\n\t\tif ( $.datepicker._inDialog ) { // hide cursor\n\t\t\tinput.value = \"\";\n\t\t}\n\t\tif ( !$.datepicker._pos ) { // position below input\n\t\t\t$.datepicker._pos = $.datepicker._findPos( input );\n\t\t\t$.datepicker._pos[ 1 ] += input.offsetHeight; // add the height\n\t\t}\n\n\t\tisFixed = false;\n\t\t$( input ).parents().each( function() {\n\t\t\tisFixed |= $( this ).css( \"position\" ) === \"fixed\";\n\t\t\treturn !isFixed;\n\t\t} );\n\n\t\toffset = { left: $.datepicker._pos[ 0 ], top: $.datepicker._pos[ 1 ] };\n\t\t$.datepicker._pos = null;\n\n\t\t//to avoid flashes on Firefox\n\t\tinst.dpDiv.empty();\n\n\t\t// determine sizing offscreen\n\t\tinst.dpDiv.css( { position: \"absolute\", display: \"block\", top: \"-1000px\" } );\n\t\t$.datepicker._updateDatepicker( inst );\n\n\t\t// fix width for dynamic number of date pickers\n\t\t// and adjust position before showing\n\t\toffset = $.datepicker._checkOffset( inst, offset, isFixed );\n\t\tinst.dpDiv.css( { position: ( $.datepicker._inDialog && $.blockUI ?\n\t\t\t\"static\" : ( isFixed ? \"fixed\" : \"absolute\" ) ), display: \"none\",\n\t\t\tleft: offset.left + \"px\", top: offset.top + \"px\" } );\n\n\t\tif ( !inst.inline ) {\n\t\t\tshowAnim = $.datepicker._get( inst, \"showAnim\" );\n\t\t\tduration = $.datepicker._get( inst, \"duration\" );\n\t\t\tinst.dpDiv.css( \"z-index\", datepicker_getZindex( $( input ) ) + 1 );\n\t\t\t$.datepicker._datepickerShowing = true;\n\n\t\t\tif ( $.effects && $.effects.effect[ showAnim ] ) {\n\t\t\t\tinst.dpDiv.show( showAnim, $.datepicker._get( inst, \"showOptions\" ), duration );\n\t\t\t} else {\n\t\t\t\tinst.dpDiv[ showAnim || \"show\" ]( showAnim ? duration : null );\n\t\t\t}\n\n\t\t\tif ( $.datepicker._shouldFocusInput( inst ) ) {\n\t\t\t\tinst.input.trigger( \"focus\" );\n\t\t\t}\n\n\t\t\t$.datepicker._curInst = inst;\n\t\t}\n\t},\n\n\t/* Generate the date picker content. */\n\t_updateDatepicker: function( inst ) {\n\t\tthis.maxRows = 4; //Reset the max number of rows being displayed (see #7043)\n\t\tdatepicker_instActive = inst; // for delegate hover events\n\t\tinst.dpDiv.empty().append( this._generateHTML( inst ) );\n\t\tthis._attachHandlers( inst );\n\n\t\tvar origyearshtml,\n\t\t\tnumMonths = this._getNumberOfMonths( inst ),\n\t\t\tcols = numMonths[ 1 ],\n\t\t\twidth = 17,\n\t\t\tactiveCell = inst.dpDiv.find( \".\" + this._dayOverClass + \" a\" );\n\n\t\tif ( activeCell.length > 0 ) {\n\t\t\tdatepicker_handleMouseover.apply( activeCell.get( 0 ) );\n\t\t}\n\n\t\tinst.dpDiv.removeClass( \"ui-datepicker-multi-2 ui-datepicker-multi-3 ui-datepicker-multi-4\" ).width( \"\" );\n\t\tif ( cols > 1 ) {\n\t\t\tinst.dpDiv.addClass( \"ui-datepicker-multi-\" + cols ).css( \"width\", ( width * cols ) + \"em\" );\n\t\t}\n\t\tinst.dpDiv[ ( numMonths[ 0 ] !== 1 || numMonths[ 1 ] !== 1 ? \"add\" : \"remove\" ) +\n\t\t\t\"Class\" ]( \"ui-datepicker-multi\" );\n\t\tinst.dpDiv[ ( this._get( inst, \"isRTL\" ) ? \"add\" : \"remove\" ) +\n\t\t\t\"Class\" ]( \"ui-datepicker-rtl\" );\n\n\t\tif ( inst === $.datepicker._curInst && $.datepicker._datepickerShowing && $.datepicker._shouldFocusInput( inst ) ) {\n\t\t\tinst.input.trigger( \"focus\" );\n\t\t}\n\n\t\t// Deffered render of the years select (to avoid flashes on Firefox)\n\t\tif ( inst.yearshtml ) {\n\t\t\torigyearshtml = inst.yearshtml;\n\t\t\tsetTimeout( function() {\n\n\t\t\t\t//assure that inst.yearshtml didn't change.\n\t\t\t\tif ( origyearshtml === inst.yearshtml && inst.yearshtml ) {\n\t\t\t\t\tinst.dpDiv.find( \"select.ui-datepicker-year:first\" ).replaceWith( inst.yearshtml );\n\t\t\t\t}\n\t\t\t\torigyearshtml = inst.yearshtml = null;\n\t\t\t}, 0 );\n\t\t}\n\t},\n\n\t// #6694 - don't focus the input if it's already focused\n\t// this breaks the change event in IE\n\t// Support: IE and jQuery <1.9\n\t_shouldFocusInput: function( inst ) {\n\t\treturn inst.input && inst.input.is( \":visible\" ) && !inst.input.is( \":disabled\" ) && !inst.input.is( \":focus\" );\n\t},\n\n\t/* Check positioning to remain on screen. */\n\t_checkOffset: function( inst, offset, isFixed ) {\n\t\tvar dpWidth = inst.dpDiv.outerWidth(),\n\t\t\tdpHeight = inst.dpDiv.outerHeight(),\n\t\t\tinputWidth = inst.input ? inst.input.outerWidth() : 0,\n\t\t\tinputHeight = inst.input ? inst.input.outerHeight() : 0,\n\t\t\tviewWidth = document.documentElement.clientWidth + ( isFixed ? 0 : $( document ).scrollLeft() ),\n\t\t\tviewHeight = document.documentElement.clientHeight + ( isFixed ? 0 : $( document ).scrollTop() );\n\n\t\toffset.left -= ( this._get( inst, \"isRTL\" ) ? ( dpWidth - inputWidth ) : 0 );\n\t\toffset.left -= ( isFixed && offset.left === inst.input.offset().left ) ? $( document ).scrollLeft() : 0;\n\t\toffset.top -= ( isFixed && offset.top === ( inst.input.offset().top + inputHeight ) ) ? $( document ).scrollTop() : 0;\n\n\t\t// Now check if datepicker is showing outside window viewport - move to a better place if so.\n\t\toffset.left -= Math.min( offset.left, ( offset.left + dpWidth > viewWidth && viewWidth > dpWidth ) ?\n\t\t\tMath.abs( offset.left + dpWidth - viewWidth ) : 0 );\n\t\toffset.top -= Math.min( offset.top, ( offset.top + dpHeight > viewHeight && viewHeight > dpHeight ) ?\n\t\t\tMath.abs( dpHeight + inputHeight ) : 0 );\n\n\t\treturn offset;\n\t},\n\n\t/* Find an object's position on the screen. */\n\t_findPos: function( obj ) {\n\t\tvar position,\n\t\t\tinst = this._getInst( obj ),\n\t\t\tisRTL = this._get( inst, \"isRTL\" );\n\n\t\twhile ( obj && ( obj.type === \"hidden\" || obj.nodeType !== 1 || $.expr.filters.hidden( obj ) ) ) {\n\t\t\tobj = obj[ isRTL ? \"previousSibling\" : \"nextSibling\" ];\n\t\t}\n\n\t\tposition = $( obj ).offset();\n\t\treturn [ position.left, position.top ];\n\t},\n\n\t/* Hide the date picker from view.\n\t * @param input element - the input field attached to the date picker\n\t */\n\t_hideDatepicker: function( input ) {\n\t\tvar showAnim, duration, postProcess, onClose,\n\t\t\tinst = this._curInst;\n\n\t\tif ( !inst || ( input && inst !== $.data( input, \"datepicker\" ) ) ) {\n\t\t\treturn;\n\t\t}\n\n\t\tif ( this._datepickerShowing ) {\n\t\t\tshowAnim = this._get( inst, \"showAnim\" );\n\t\t\tduration = this._get( inst, \"duration\" );\n\t\t\tpostProcess = function() {\n\t\t\t\t$.datepicker._tidyDialog( inst );\n\t\t\t};\n\n\t\t\t// DEPRECATED: after BC for 1.8.x $.effects[ showAnim ] is not needed\n\t\t\tif ( $.effects && ( $.effects.effect[ showAnim ] || $.effects[ showAnim ] ) ) {\n\t\t\t\tinst.dpDiv.hide( showAnim, $.datepicker._get( inst, \"showOptions\" ), duration, postProcess );\n\t\t\t} else {\n\t\t\t\tinst.dpDiv[ ( showAnim === \"slideDown\" ? \"slideUp\" :\n\t\t\t\t\t( showAnim === \"fadeIn\" ? \"fadeOut\" : \"hide\" ) ) ]( ( showAnim ? duration : null ), postProcess );\n\t\t\t}\n\n\t\t\tif ( !showAnim ) {\n\t\t\t\tpostProcess();\n\t\t\t}\n\t\t\tthis._datepickerShowing = false;\n\n\t\t\tonClose = this._get( inst, \"onClose\" );\n\t\t\tif ( onClose ) {\n\t\t\t\tonClose.apply( ( inst.input ? inst.input[ 0 ] : null ), [ ( inst.input ? inst.input.val() : \"\" ), inst ] );\n\t\t\t}\n\n\t\t\tthis._lastInput = null;\n\t\t\tif ( this._inDialog ) {\n\t\t\t\tthis._dialogInput.css( { position: \"absolute\", left: \"0\", top: \"-100px\" } );\n\t\t\t\tif ( $.blockUI ) {\n\t\t\t\t\t$.unblockUI();\n\t\t\t\t\t$( \"body\" ).append( this.dpDiv );\n\t\t\t\t}\n\t\t\t}\n\t\t\tthis._inDialog = false;\n\t\t}\n\t},\n\n\t/* Tidy up after a dialog display. */\n\t_tidyDialog: function( inst ) {\n\t\tinst.dpDiv.removeClass( this._dialogClass ).off( \".ui-datepicker-calendar\" );\n\t},\n\n\t/* Close date picker if clicked elsewhere. */\n\t_checkExternalClick: function( event ) {\n\t\tif ( !$.datepicker._curInst ) {\n\t\t\treturn;\n\t\t}\n\n\t\tvar $target = $( event.target ),\n\t\t\tinst = $.datepicker._getInst( $target[ 0 ] );\n\n\t\tif ( ( ( $target[ 0 ].id !== $.datepicker._mainDivId &&\n\t\t\t\t$target.parents( \"#\" + $.datepicker._mainDivId ).length === 0 &&\n\t\t\t\t!$target.hasClass( $.datepicker.markerClassName ) &&\n\t\t\t\t!$target.closest( \".\" + $.datepicker._triggerClass ).length &&\n\t\t\t\t$.datepicker._datepickerShowing && !( $.datepicker._inDialog && $.blockUI ) ) ) ||\n\t\t\t( $target.hasClass( $.datepicker.markerClassName ) && $.datepicker._curInst !== inst ) ) {\n\t\t\t\t$.datepicker._hideDatepicker();\n\t\t}\n\t},\n\n\t/* Adjust one of the date sub-fields. */\n\t_adjustDate: function( id, offset, period ) {\n\t\tvar target = $( id ),\n\t\t\tinst = this._getInst( target[ 0 ] );\n\n\t\tif ( this._isDisabledDatepicker( target[ 0 ] ) ) {\n\t\t\treturn;\n\t\t}\n\t\tthis._adjustInstDate( inst, offset +\n\t\t\t( period === \"M\" ? this._get( inst, \"showCurrentAtPos\" ) : 0 ), // undo positioning\n\t\t\tperiod );\n\t\tthis._updateDatepicker( inst );\n\t},\n\n\t/* Action for current link. */\n\t_gotoToday: function( id ) {\n\t\tvar date,\n\t\t\ttarget = $( id ),\n\t\t\tinst = this._getInst( target[ 0 ] );\n\n\t\tif ( this._get( inst, \"gotoCurrent\" ) && inst.currentDay ) {\n\t\t\tinst.selectedDay = inst.currentDay;\n\t\t\tinst.drawMonth = inst.selectedMonth = inst.currentMonth;\n\t\t\tinst.drawYear = inst.selectedYear = inst.currentYear;\n\t\t} else {\n\t\t\tdate = new Date();\n\t\t\tinst.selectedDay = date.getDate();\n\t\t\tinst.drawMonth = inst.selectedMonth = date.getMonth();\n\t\t\tinst.drawYear = inst.selectedYear = date.getFullYear();\n\t\t}\n\t\tthis._notifyChange( inst );\n\t\tthis._adjustDate( target );\n\t},\n\n\t/* Action for selecting a new month/year. */\n\t_selectMonthYear: function( id, select, period ) {\n\t\tvar target = $( id ),\n\t\t\tinst = this._getInst( target[ 0 ] );\n\n\t\tinst[ \"selected\" + ( period === \"M\" ? \"Month\" : \"Year\" ) ] =\n\t\tinst[ \"draw\" + ( period === \"M\" ? \"Month\" : \"Year\" ) ] =\n\t\t\tparseInt( select.options[ select.selectedIndex ].value, 10 );\n\n\t\tthis._notifyChange( inst );\n\t\tthis._adjustDate( target );\n\t},\n\n\t/* Action for selecting a day. */\n\t_selectDay: function( id, month, year, td ) {\n\t\tvar inst,\n\t\t\ttarget = $( id );\n\n\t\tif ( $( td ).hasClass( this._unselectableClass ) || this._isDisabledDatepicker( target[ 0 ] ) ) {\n\t\t\treturn;\n\t\t}\n\n\t\tinst = this._getInst( target[ 0 ] );\n\t\tinst.selectedDay = inst.currentDay = $( \"a\", td ).html();\n\t\tinst.selectedMonth = inst.currentMonth = month;\n\t\tinst.selectedYear = inst.currentYear = year;\n\t\tthis._selectDate( id, this._formatDate( inst,\n\t\t\tinst.currentDay, inst.currentMonth, inst.currentYear ) );\n\t},\n\n\t/* Erase the input field and hide the date picker. */\n\t_clearDate: function( id ) {\n\t\tvar target = $( id );\n\t\tthis._selectDate( target, \"\" );\n\t},\n\n\t/* Update the input field with the selected date. */\n\t_selectDate: function( id, dateStr ) {\n\t\tvar onSelect,\n\t\t\ttarget = $( id ),\n\t\t\tinst = this._getInst( target[ 0 ] );\n\n\t\tdateStr = ( dateStr != null ? dateStr : this._formatDate( inst ) );\n\t\tif ( inst.input ) {\n\t\t\tinst.input.val( dateStr );\n\t\t}\n\t\tthis._updateAlternate( inst );\n\n\t\tonSelect = this._get( inst, \"onSelect\" );\n\t\tif ( onSelect ) {\n\t\t\tonSelect.apply( ( inst.input ? inst.input[ 0 ] : null ), [ dateStr, inst ] ); // trigger custom callback\n\t\t} else if ( inst.input ) {\n\t\t\tinst.input.trigger( \"change\" ); // fire the change event\n\t\t}\n\n\t\tif ( inst.inline ) {\n\t\t\tthis._updateDatepicker( inst );\n\t\t} else {\n\t\t\tthis._hideDatepicker();\n\t\t\tthis._lastInput = inst.input[ 0 ];\n\t\t\tif ( typeof( inst.input[ 0 ] ) !== \"object\" ) {\n\t\t\t\tinst.input.trigger( \"focus\" ); // restore focus\n\t\t\t}\n\t\t\tthis._lastInput = null;\n\t\t}\n\t},\n\n\t/* Update any alternate field to synchronise with the main field. */\n\t_updateAlternate: function( inst ) {\n\t\tvar altFormat, date, dateStr,\n\t\t\taltField = this._get( inst, \"altField\" );\n\n\t\tif ( altField ) { // update alternate field too\n\t\t\taltFormat = this._get( inst, \"altFormat\" ) || this._get( inst, \"dateFormat\" );\n\t\t\tdate = this._getDate( inst );\n\t\t\tdateStr = this.formatDate( altFormat, date, this._getFormatConfig( inst ) );\n\t\t\t$( altField ).val( dateStr );\n\t\t}\n\t},\n\n\t/* Set as beforeShowDay function to prevent selection of weekends.\n\t * @param date Date - the date to customise\n\t * @return [boolean, string] - is this date selectable?, what is its CSS class?\n\t */\n\tnoWeekends: function( date ) {\n\t\tvar day = date.getDay();\n\t\treturn [ ( day > 0 && day < 6 ), \"\" ];\n\t},\n\n\t/* Set as calculateWeek to determine the week of the year based on the ISO 8601 definition.\n\t * @param date Date - the date to get the week for\n\t * @return number - the number of the week within the year that contains this date\n\t */\n\tiso8601Week: function( date ) {\n\t\tvar time,\n\t\t\tcheckDate = new Date( date.getTime() );\n\n\t\t// Find Thursday of this week starting on Monday\n\t\tcheckDate.setDate( checkDate.getDate() + 4 - ( checkDate.getDay() || 7 ) );\n\n\t\ttime = checkDate.getTime();\n\t\tcheckDate.setMonth( 0 ); // Compare with Jan 1\n\t\tcheckDate.setDate( 1 );\n\t\treturn Math.floor( Math.round( ( time - checkDate ) / 86400000 ) / 7 ) + 1;\n\t},\n\n\t/* Parse a string value into a date object.\n\t * See formatDate below for the possible formats.\n\t *\n\t * @param format string - the expected format of the date\n\t * @param value string - the date in the above format\n\t * @param settings Object - attributes include:\n\t *\t\t\t\t\tshortYearCutoff number - the cutoff year for determining the century (optional)\n\t *\t\t\t\t\tdayNamesShort\tstring[7] - abbreviated names of the days from Sunday (optional)\n\t *\t\t\t\t\tdayNames\t\tstring[7] - names of the days from Sunday (optional)\n\t *\t\t\t\t\tmonthNamesShort string[12] - abbreviated names of the months (optional)\n\t *\t\t\t\t\tmonthNames\t\tstring[12] - names of the months (optional)\n\t * @return Date - the extracted date value or null if value is blank\n\t */\n\tparseDate: function( format, value, settings ) {\n\t\tif ( format == null || value == null ) {\n\t\t\tthrow \"Invalid arguments\";\n\t\t}\n\n\t\tvalue = ( typeof value === \"object\" ? value.toString() : value + \"\" );\n\t\tif ( value === \"\" ) {\n\t\t\treturn null;\n\t\t}\n\n\t\tvar iFormat, dim, extra,\n\t\t\tiValue = 0,\n\t\t\tshortYearCutoffTemp = ( settings ? settings.shortYearCutoff : null ) || this._defaults.shortYearCutoff,\n\t\t\tshortYearCutoff = ( typeof shortYearCutoffTemp !== \"string\" ? shortYearCutoffTemp :\n\t\t\t\tnew Date().getFullYear() % 100 + parseInt( shortYearCutoffTemp, 10 ) ),\n\t\t\tdayNamesShort = ( settings ? settings.dayNamesShort : null ) || this._defaults.dayNamesShort,\n\t\t\tdayNames = ( settings ? settings.dayNames : null ) || this._defaults.dayNames,\n\t\t\tmonthNamesShort = ( settings ? settings.monthNamesShort : null ) || this._defaults.monthNamesShort,\n\t\t\tmonthNames = ( settings ? settings.monthNames : null ) || this._defaults.monthNames,\n\t\t\tyear = -1,\n\t\t\tmonth = -1,\n\t\t\tday = -1,\n\t\t\tdoy = -1,\n\t\t\tliteral = false,\n\t\t\tdate,\n\n\t\t\t// Check whether a format character is doubled\n\t\t\tlookAhead = function( match ) {\n\t\t\t\tvar matches = ( iFormat + 1 < format.length && format.charAt( iFormat + 1 ) === match );\n\t\t\t\tif ( matches ) {\n\t\t\t\t\tiFormat++;\n\t\t\t\t}\n\t\t\t\treturn matches;\n\t\t\t},\n\n\t\t\t// Extract a number from the string value\n\t\t\tgetNumber = function( match ) {\n\t\t\t\tvar isDoubled = lookAhead( match ),\n\t\t\t\t\tsize = ( match === \"@\" ? 14 : ( match === \"!\" ? 20 :\n\t\t\t\t\t( match === \"y\" && isDoubled ? 4 : ( match === \"o\" ? 3 : 2 ) ) ) ),\n\t\t\t\t\tminSize = ( match === \"y\" ? size : 1 ),\n\t\t\t\t\tdigits = new RegExp( \"^\\\\d{\" + minSize + \",\" + size + \"}\" ),\n\t\t\t\t\tnum = value.substring( iValue ).match( digits );\n\t\t\t\tif ( !num ) {\n\t\t\t\t\tthrow \"Missing number at position \" + iValue;\n\t\t\t\t}\n\t\t\t\tiValue += num[ 0 ].length;\n\t\t\t\treturn parseInt( num[ 0 ], 10 );\n\t\t\t},\n\n\t\t\t// Extract a name from the string value and convert to an index\n\t\t\tgetName = function( match, shortNames, longNames ) {\n\t\t\t\tvar index = -1,\n\t\t\t\t\tnames = $.map( lookAhead( match ) ? longNames : shortNames, function( v, k ) {\n\t\t\t\t\t\treturn [ [ k, v ] ];\n\t\t\t\t\t} ).sort( function( a, b ) {\n\t\t\t\t\t\treturn -( a[ 1 ].length - b[ 1 ].length );\n\t\t\t\t\t} );\n\n\t\t\t\t$.each( names, function( i, pair ) {\n\t\t\t\t\tvar name = pair[ 1 ];\n\t\t\t\t\tif ( value.substr( iValue, name.length ).toLowerCase() === name.toLowerCase() ) {\n\t\t\t\t\t\tindex = pair[ 0 ];\n\t\t\t\t\t\tiValue += name.length;\n\t\t\t\t\t\treturn false;\n\t\t\t\t\t}\n\t\t\t\t} );\n\t\t\t\tif ( index !== -1 ) {\n\t\t\t\t\treturn index + 1;\n\t\t\t\t} else {\n\t\t\t\t\tthrow \"Unknown name at position \" + iValue;\n\t\t\t\t}\n\t\t\t},\n\n\t\t\t// Confirm that a literal character matches the string value\n\t\t\tcheckLiteral = function() {\n\t\t\t\tif ( value.charAt( iValue ) !== format.charAt( iFormat ) ) {\n\t\t\t\t\tthrow \"Unexpected literal at position \" + iValue;\n\t\t\t\t}\n\t\t\t\tiValue++;\n\t\t\t};\n\n\t\tfor ( iFormat = 0; iFormat < format.length; iFormat++ ) {\n\t\t\tif ( literal ) {\n\t\t\t\tif ( format.charAt( iFormat ) === \"'\" && !lookAhead( \"'\" ) ) {\n\t\t\t\t\tliteral = false;\n\t\t\t\t} else {\n\t\t\t\t\tcheckLiteral();\n\t\t\t\t}\n\t\t\t} else {\n\t\t\t\tswitch ( format.charAt( iFormat ) ) {\n\t\t\t\t\tcase \"d\":\n\t\t\t\t\t\tday = getNumber( \"d\" );\n\t\t\t\t\t\tbreak;\n\t\t\t\t\tcase \"D\":\n\t\t\t\t\t\tgetName( \"D\", dayNamesShort, dayNames );\n\t\t\t\t\t\tbreak;\n\t\t\t\t\tcase \"o\":\n\t\t\t\t\t\tdoy = getNumber( \"o\" );\n\t\t\t\t\t\tbreak;\n\t\t\t\t\tcase \"m\":\n\t\t\t\t\t\tmonth = getNumber( \"m\" );\n\t\t\t\t\t\tbreak;\n\t\t\t\t\tcase \"M\":\n\t\t\t\t\t\tmonth = getName( \"M\", monthNamesShort, monthNames );\n\t\t\t\t\t\tbreak;\n\t\t\t\t\tcase \"y\":\n\t\t\t\t\t\tyear = getNumber( \"y\" );\n\t\t\t\t\t\tbreak;\n\t\t\t\t\tcase \"@\":\n\t\t\t\t\t\tdate = new Date( getNumber( \"@\" ) );\n\t\t\t\t\t\tyear = date.getFullYear();\n\t\t\t\t\t\tmonth = date.getMonth() + 1;\n\t\t\t\t\t\tday = date.getDate();\n\t\t\t\t\t\tbreak;\n\t\t\t\t\tcase \"!\":\n\t\t\t\t\t\tdate = new Date( ( getNumber( \"!\" ) - this._ticksTo1970 ) / 10000 );\n\t\t\t\t\t\tyear = date.getFullYear();\n\t\t\t\t\t\tmonth = date.getMonth() + 1;\n\t\t\t\t\t\tday = date.getDate();\n\t\t\t\t\t\tbreak;\n\t\t\t\t\tcase \"'\":\n\t\t\t\t\t\tif ( lookAhead( \"'\" ) ) {\n\t\t\t\t\t\t\tcheckLiteral();\n\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\tliteral = true;\n\t\t\t\t\t\t}\n\t\t\t\t\t\tbreak;\n\t\t\t\t\tdefault:\n\t\t\t\t\t\tcheckLiteral();\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\tif ( iValue < value.length ) {\n\t\t\textra = value.substr( iValue );\n\t\t\tif ( !/^\\s+/.test( extra ) ) {\n\t\t\t\tthrow \"Extra/unparsed characters found in date: \" + extra;\n\t\t\t}\n\t\t}\n\n\t\tif ( year === -1 ) {\n\t\t\tyear = new Date().getFullYear();\n\t\t} else if ( year < 100 ) {\n\t\t\tyear += new Date().getFullYear() - new Date().getFullYear() % 100 +\n\t\t\t\t( year <= shortYearCutoff ? 0 : -100 );\n\t\t}\n\n\t\tif ( doy > -1 ) {\n\t\t\tmonth = 1;\n\t\t\tday = doy;\n\t\t\tdo {\n\t\t\t\tdim = this._getDaysInMonth( year, month - 1 );\n\t\t\t\tif ( day <= dim ) {\n\t\t\t\t\tbreak;\n\t\t\t\t}\n\t\t\t\tmonth++;\n\t\t\t\tday -= dim;\n\t\t\t} while ( true );\n\t\t}\n\n\t\tdate = this._daylightSavingAdjust( new Date( year, month - 1, day ) );\n\t\tif ( date.getFullYear() !== year || date.getMonth() + 1 !== month || date.getDate() !== day ) {\n\t\t\tthrow \"Invalid date\"; // E.g. 31/02/00\n\t\t}\n\t\treturn date;\n\t},\n\n\t/* Standard date formats. */\n\tATOM: \"yy-mm-dd\", // RFC 3339 (ISO 8601)\n\tCOOKIE: \"D, dd M yy\",\n\tISO_8601: \"yy-mm-dd\",\n\tRFC_822: \"D, d M y\",\n\tRFC_850: \"DD, dd-M-y\",\n\tRFC_1036: \"D, d M y\",\n\tRFC_1123: \"D, d M yy\",\n\tRFC_2822: \"D, d M yy\",\n\tRSS: \"D, d M y\", // RFC 822\n\tTICKS: \"!\",\n\tTIMESTAMP: \"@\",\n\tW3C: \"yy-mm-dd\", // ISO 8601\n\n\t_ticksTo1970: ( ( ( 1970 - 1 ) * 365 + Math.floor( 1970 / 4 ) - Math.floor( 1970 / 100 ) +\n\t\tMath.floor( 1970 / 400 ) ) * 24 * 60 * 60 * 10000000 ),\n\n\t/* Format a date object into a string value.\n\t * The format can be combinations of the following:\n\t * d - day of month (no leading zero)\n\t * dd - day of month (two digit)\n\t * o - day of year (no leading zeros)\n\t * oo - day of year (three digit)\n\t * D - day name short\n\t * DD - day name long\n\t * m - month of year (no leading zero)\n\t * mm - month of year (two digit)\n\t * M - month name short\n\t * MM - month name long\n\t * y - year (two digit)\n\t * yy - year (four digit)\n\t * @ - Unix timestamp (ms since 01/01/1970)\n\t * ! - Windows ticks (100ns since 01/01/0001)\n\t * \"...\" - literal text\n\t * '' - single quote\n\t *\n\t * @param format string - the desired format of the date\n\t * @param date Date - the date value to format\n\t * @param settings Object - attributes include:\n\t *\t\t\t\t\tdayNamesShort\tstring[7] - abbreviated names of the days from Sunday (optional)\n\t *\t\t\t\t\tdayNames\t\tstring[7] - names of the days from Sunday (optional)\n\t *\t\t\t\t\tmonthNamesShort string[12] - abbreviated names of the months (optional)\n\t *\t\t\t\t\tmonthNames\t\tstring[12] - names of the months (optional)\n\t * @return string - the date in the above format\n\t */\n\tformatDate: function( format, date, settings ) {\n\t\tif ( !date ) {\n\t\t\treturn \"\";\n\t\t}\n\n\t\tvar iFormat,\n\t\t\tdayNamesShort = ( settings ? settings.dayNamesShort : null ) || this._defaults.dayNamesShort,\n\t\t\tdayNames = ( settings ? settings.dayNames : null ) || this._defaults.dayNames,\n\t\t\tmonthNamesShort = ( settings ? settings.monthNamesShort : null ) || this._defaults.monthNamesShort,\n\t\t\tmonthNames = ( settings ? settings.monthNames : null ) || this._defaults.monthNames,\n\n\t\t\t// Check whether a format character is doubled\n\t\t\tlookAhead = function( match ) {\n\t\t\t\tvar matches = ( iFormat + 1 < format.length && format.charAt( iFormat + 1 ) === match );\n\t\t\t\tif ( matches ) {\n\t\t\t\t\tiFormat++;\n\t\t\t\t}\n\t\t\t\treturn matches;\n\t\t\t},\n\n\t\t\t// Format a number, with leading zero if necessary\n\t\t\tformatNumber = function( match, value, len ) {\n\t\t\t\tvar num = \"\" + value;\n\t\t\t\tif ( lookAhead( match ) ) {\n\t\t\t\t\twhile ( num.length < len ) {\n\t\t\t\t\t\tnum = \"0\" + num;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\treturn num;\n\t\t\t},\n\n\t\t\t// Format a name, short or long as requested\n\t\t\tformatName = function( match, value, shortNames, longNames ) {\n\t\t\t\treturn ( lookAhead( match ) ? longNames[ value ] : shortNames[ value ] );\n\t\t\t},\n\t\t\toutput = \"\",\n\t\t\tliteral = false;\n\n\t\tif ( date ) {\n\t\t\tfor ( iFormat = 0; iFormat < format.length; iFormat++ ) {\n\t\t\t\tif ( literal ) {\n\t\t\t\t\tif ( format.charAt( iFormat ) === \"'\" && !lookAhead( \"'\" ) ) {\n\t\t\t\t\t\tliteral = false;\n\t\t\t\t\t} else {\n\t\t\t\t\t\toutput += format.charAt( iFormat );\n\t\t\t\t\t}\n\t\t\t\t} else {\n\t\t\t\t\tswitch ( format.charAt( iFormat ) ) {\n\t\t\t\t\t\tcase \"d\":\n\t\t\t\t\t\t\toutput += formatNumber( \"d\", date.getDate(), 2 );\n\t\t\t\t\t\t\tbreak;\n\t\t\t\t\t\tcase \"D\":\n\t\t\t\t\t\t\toutput += formatName( \"D\", date.getDay(), dayNamesShort, dayNames );\n\t\t\t\t\t\t\tbreak;\n\t\t\t\t\t\tcase \"o\":\n\t\t\t\t\t\t\toutput += formatNumber( \"o\",\n\t\t\t\t\t\t\t\tMath.round( ( new Date( date.getFullYear(), date.getMonth(), date.getDate() ).getTime() - new Date( date.getFullYear(), 0, 0 ).getTime() ) / 86400000 ), 3 );\n\t\t\t\t\t\t\tbreak;\n\t\t\t\t\t\tcase \"m\":\n\t\t\t\t\t\t\toutput += formatNumber( \"m\", date.getMonth() + 1, 2 );\n\t\t\t\t\t\t\tbreak;\n\t\t\t\t\t\tcase \"M\":\n\t\t\t\t\t\t\toutput += formatName( \"M\", date.getMonth(), monthNamesShort, monthNames );\n\t\t\t\t\t\t\tbreak;\n\t\t\t\t\t\tcase \"y\":\n\t\t\t\t\t\t\toutput += ( lookAhead( \"y\" ) ? date.getFullYear() :\n\t\t\t\t\t\t\t\t( date.getFullYear() % 100 < 10 ? \"0\" : \"\" ) + date.getFullYear() % 100 );\n\t\t\t\t\t\t\tbreak;\n\t\t\t\t\t\tcase \"@\":\n\t\t\t\t\t\t\toutput += date.getTime();\n\t\t\t\t\t\t\tbreak;\n\t\t\t\t\t\tcase \"!\":\n\t\t\t\t\t\t\toutput += date.getTime() * 10000 + this._ticksTo1970;\n\t\t\t\t\t\t\tbreak;\n\t\t\t\t\t\tcase \"'\":\n\t\t\t\t\t\t\tif ( lookAhead( \"'\" ) ) {\n\t\t\t\t\t\t\t\toutput += \"'\";\n\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\tliteral = true;\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\tbreak;\n\t\t\t\t\t\tdefault:\n\t\t\t\t\t\t\toutput += format.charAt( iFormat );\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t\treturn output;\n\t},\n\n\t/* Extract all possible characters from the date format. */\n\t_possibleChars: function( format ) {\n\t\tvar iFormat,\n\t\t\tchars = \"\",\n\t\t\tliteral = false,\n\n\t\t\t// Check whether a format character is doubled\n\t\t\tlookAhead = function( match ) {\n\t\t\t\tvar matches = ( iFormat + 1 < format.length && format.charAt( iFormat + 1 ) === match );\n\t\t\t\tif ( matches ) {\n\t\t\t\t\tiFormat++;\n\t\t\t\t}\n\t\t\t\treturn matches;\n\t\t\t};\n\n\t\tfor ( iFormat = 0; iFormat < format.length; iFormat++ ) {\n\t\t\tif ( literal ) {\n\t\t\t\tif ( format.charAt( iFormat ) === \"'\" && !lookAhead( \"'\" ) ) {\n\t\t\t\t\tliteral = false;\n\t\t\t\t} else {\n\t\t\t\t\tchars += format.charAt( iFormat );\n\t\t\t\t}\n\t\t\t} else {\n\t\t\t\tswitch ( format.charAt( iFormat ) ) {\n\t\t\t\t\tcase \"d\": case \"m\": case \"y\": case \"@\":\n\t\t\t\t\t\tchars += \"0123456789\";\n\t\t\t\t\t\tbreak;\n\t\t\t\t\tcase \"D\": case \"M\":\n\t\t\t\t\t\treturn null; // Accept anything\n\t\t\t\t\tcase \"'\":\n\t\t\t\t\t\tif ( lookAhead( \"'\" ) ) {\n\t\t\t\t\t\t\tchars += \"'\";\n\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\tliteral = true;\n\t\t\t\t\t\t}\n\t\t\t\t\t\tbreak;\n\t\t\t\t\tdefault:\n\t\t\t\t\t\tchars += format.charAt( iFormat );\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t\treturn chars;\n\t},\n\n\t/* Get a setting value, defaulting if necessary. */\n\t_get: function( inst, name ) {\n\t\treturn inst.settings[ name ] !== undefined ?\n\t\t\tinst.settings[ name ] : this._defaults[ name ];\n\t},\n\n\t/* Parse existing date and initialise date picker. */\n\t_setDateFromField: function( inst, noDefault ) {\n\t\tif ( inst.input.val() === inst.lastVal ) {\n\t\t\treturn;\n\t\t}\n\n\t\tvar dateFormat = this._get( inst, \"dateFormat\" ),\n\t\t\tdates = inst.lastVal = inst.input ? inst.input.val() : null,\n\t\t\tdefaultDate = this._getDefaultDate( inst ),\n\t\t\tdate = defaultDate,\n\t\t\tsettings = this._getFormatConfig( inst );\n\n\t\ttry {\n\t\t\tdate = this.parseDate( dateFormat, dates, settings ) || defaultDate;\n\t\t} catch ( event ) {\n\t\t\tdates = ( noDefault ? \"\" : dates );\n\t\t}\n\t\tinst.selectedDay = date.getDate();\n\t\tinst.drawMonth = inst.selectedMonth = date.getMonth();\n\t\tinst.drawYear = inst.selectedYear = date.getFullYear();\n\t\tinst.currentDay = ( dates ? date.getDate() : 0 );\n\t\tinst.currentMonth = ( dates ? date.getMonth() : 0 );\n\t\tinst.currentYear = ( dates ? date.getFullYear() : 0 );\n\t\tthis._adjustInstDate( inst );\n\t},\n\n\t/* Retrieve the default date shown on opening. */\n\t_getDefaultDate: function( inst ) {\n\t\treturn this._restrictMinMax( inst,\n\t\t\tthis._determineDate( inst, this._get( inst, \"defaultDate\" ), new Date() ) );\n\t},\n\n\t/* A date may be specified as an exact value or a relative one. */\n\t_determineDate: function( inst, date, defaultDate ) {\n\t\tvar offsetNumeric = function( offset ) {\n\t\t\t\tvar date = new Date();\n\t\t\t\tdate.setDate( date.getDate() + offset );\n\t\t\t\treturn date;\n\t\t\t},\n\t\t\toffsetString = function( offset ) {\n\t\t\t\ttry {\n\t\t\t\t\treturn $.datepicker.parseDate( $.datepicker._get( inst, \"dateFormat\" ),\n\t\t\t\t\t\toffset, $.datepicker._getFormatConfig( inst ) );\n\t\t\t\t}\n\t\t\t\tcatch ( e ) {\n\n\t\t\t\t\t// Ignore\n\t\t\t\t}\n\n\t\t\t\tvar date = ( offset.toLowerCase().match( /^c/ ) ?\n\t\t\t\t\t$.datepicker._getDate( inst ) : null ) || new Date(),\n\t\t\t\t\tyear = date.getFullYear(),\n\t\t\t\t\tmonth = date.getMonth(),\n\t\t\t\t\tday = date.getDate(),\n\t\t\t\t\tpattern = /([+\\-]?[0-9]+)\\s*(d|D|w|W|m|M|y|Y)?/g,\n\t\t\t\t\tmatches = pattern.exec( offset );\n\n\t\t\t\twhile ( matches ) {\n\t\t\t\t\tswitch ( matches[ 2 ] || \"d\" ) {\n\t\t\t\t\t\tcase \"d\" : case \"D\" :\n\t\t\t\t\t\t\tday += parseInt( matches[ 1 ], 10 ); break;\n\t\t\t\t\t\tcase \"w\" : case \"W\" :\n\t\t\t\t\t\t\tday += parseInt( matches[ 1 ], 10 ) * 7; break;\n\t\t\t\t\t\tcase \"m\" : case \"M\" :\n\t\t\t\t\t\t\tmonth += parseInt( matches[ 1 ], 10 );\n\t\t\t\t\t\t\tday = Math.min( day, $.datepicker._getDaysInMonth( year, month ) );\n\t\t\t\t\t\t\tbreak;\n\t\t\t\t\t\tcase \"y\": case \"Y\" :\n\t\t\t\t\t\t\tyear += parseInt( matches[ 1 ], 10 );\n\t\t\t\t\t\t\tday = Math.min( day, $.datepicker._getDaysInMonth( year, month ) );\n\t\t\t\t\t\t\tbreak;\n\t\t\t\t\t}\n\t\t\t\t\tmatches = pattern.exec( offset );\n\t\t\t\t}\n\t\t\t\treturn new Date( year, month, day );\n\t\t\t},\n\t\t\tnewDate = ( date == null || date === \"\" ? defaultDate : ( typeof date === \"string\" ? offsetString( date ) :\n\t\t\t\t( typeof date === \"number\" ? ( isNaN( date ) ? defaultDate : offsetNumeric( date ) ) : new Date( date.getTime() ) ) ) );\n\n\t\tnewDate = ( newDate && newDate.toString() === \"Invalid Date\" ? defaultDate : newDate );\n\t\tif ( newDate ) {\n\t\t\tnewDate.setHours( 0 );\n\t\t\tnewDate.setMinutes( 0 );\n\t\t\tnewDate.setSeconds( 0 );\n\t\t\tnewDate.setMilliseconds( 0 );\n\t\t}\n\t\treturn this._daylightSavingAdjust( newDate );\n\t},\n\n\t/* Handle switch to/from daylight saving.\n\t * Hours may be non-zero on daylight saving cut-over:\n\t * > 12 when midnight changeover, but then cannot generate\n\t * midnight datetime, so jump to 1AM, otherwise reset.\n\t * @param date (Date) the date to check\n\t * @return (Date) the corrected date\n\t */\n\t_daylightSavingAdjust: function( date ) {\n\t\tif ( !date ) {\n\t\t\treturn null;\n\t\t}\n\t\tdate.setHours( date.getHours() > 12 ? date.getHours() + 2 : 0 );\n\t\treturn date;\n\t},\n\n\t/* Set the date(s) directly. */\n\t_setDate: function( inst, date, noChange ) {\n\t\tvar clear = !date,\n\t\t\torigMonth = inst.selectedMonth,\n\t\t\torigYear = inst.selectedYear,\n\t\t\tnewDate = this._restrictMinMax( inst, this._determineDate( inst, date, new Date() ) );\n\n\t\tinst.selectedDay = inst.currentDay = newDate.getDate();\n\t\tinst.drawMonth = inst.selectedMonth = inst.currentMonth = newDate.getMonth();\n\t\tinst.drawYear = inst.selectedYear = inst.currentYear = newDate.getFullYear();\n\t\tif ( ( origMonth !== inst.selectedMonth || origYear !== inst.selectedYear ) && !noChange ) {\n\t\t\tthis._notifyChange( inst );\n\t\t}\n\t\tthis._adjustInstDate( inst );\n\t\tif ( inst.input ) {\n\t\t\tinst.input.val( clear ? \"\" : this._formatDate( inst ) );\n\t\t}\n\t},\n\n\t/* Retrieve the date(s) directly. */\n\t_getDate: function( inst ) {\n\t\tvar startDate = ( !inst.currentYear || ( inst.input && inst.input.val() === \"\" ) ? null :\n\t\t\tthis._daylightSavingAdjust( new Date(\n\t\t\tinst.currentYear, inst.currentMonth, inst.currentDay ) ) );\n\t\t\treturn startDate;\n\t},\n\n\t/* Attach the onxxx handlers. These are declared statically so\n\t * they work with static code transformers like Caja.\n\t */\n\t_attachHandlers: function( inst ) {\n\t\tvar stepMonths = this._get( inst, \"stepMonths\" ),\n\t\t\tid = \"#\" + inst.id.replace( /\\\\\\\\/g, \"\\\\\" );\n\t\tinst.dpDiv.find( \"[data-handler]\" ).map( function() {\n\t\t\tvar handler = {\n\t\t\t\tprev: function() {\n\t\t\t\t\t$.datepicker._adjustDate( id, -stepMonths, \"M\" );\n\t\t\t\t},\n\t\t\t\tnext: function() {\n\t\t\t\t\t$.datepicker._adjustDate( id, +stepMonths, \"M\" );\n\t\t\t\t},\n\t\t\t\thide: function() {\n\t\t\t\t\t$.datepicker._hideDatepicker();\n\t\t\t\t},\n\t\t\t\ttoday: function() {\n\t\t\t\t\t$.datepicker._gotoToday( id );\n\t\t\t\t},\n\t\t\t\tselectDay: function() {\n\t\t\t\t\t$.datepicker._selectDay( id, +this.getAttribute( \"data-month\" ), +this.getAttribute( \"data-year\" ), this );\n\t\t\t\t\treturn false;\n\t\t\t\t},\n\t\t\t\tselectMonth: function() {\n\t\t\t\t\t$.datepicker._selectMonthYear( id, this, \"M\" );\n\t\t\t\t\treturn false;\n\t\t\t\t},\n\t\t\t\tselectYear: function() {\n\t\t\t\t\t$.datepicker._selectMonthYear( id, this, \"Y\" );\n\t\t\t\t\treturn false;\n\t\t\t\t}\n\t\t\t};\n\t\t\t$( this ).on( this.getAttribute( \"data-event\" ), handler[ this.getAttribute( \"data-handler\" ) ] );\n\t\t} );\n\t},\n\n\t/* Generate the HTML for the current state of the date picker. */\n\t_generateHTML: function( inst ) {\n\t\tvar maxDraw, prevText, prev, nextText, next, currentText, gotoDate,\n\t\t\tcontrols, buttonPanel, firstDay, showWeek, dayNames, dayNamesMin,\n\t\t\tmonthNames, monthNamesShort, beforeShowDay, showOtherMonths,\n\t\t\tselectOtherMonths, defaultDate, html, dow, row, group, col, selectedDate,\n\t\t\tcornerClass, calender, thead, day, daysInMonth, leadDays, curRows, numRows,\n\t\t\tprintDate, dRow, tbody, daySettings, otherMonth, unselectable,\n\t\t\ttempDate = new Date(),\n\t\t\ttoday = this._daylightSavingAdjust(\n\t\t\t\tnew Date( tempDate.getFullYear(), tempDate.getMonth(), tempDate.getDate() ) ), // clear time\n\t\t\tisRTL = this._get( inst, \"isRTL\" ),\n\t\t\tshowButtonPanel = this._get( inst, \"showButtonPanel\" ),\n\t\t\thideIfNoPrevNext = this._get( inst, \"hideIfNoPrevNext\" ),\n\t\t\tnavigationAsDateFormat = this._get( inst, \"navigationAsDateFormat\" ),\n\t\t\tnumMonths = this._getNumberOfMonths( inst ),\n\t\t\tshowCurrentAtPos = this._get( inst, \"showCurrentAtPos\" ),\n\t\t\tstepMonths = this._get( inst, \"stepMonths\" ),\n\t\t\tisMultiMonth = ( numMonths[ 0 ] !== 1 || numMonths[ 1 ] !== 1 ),\n\t\t\tcurrentDate = this._daylightSavingAdjust( ( !inst.currentDay ? new Date( 9999, 9, 9 ) :\n\t\t\t\tnew Date( inst.currentYear, inst.currentMonth, inst.currentDay ) ) ),\n\t\t\tminDate = this._getMinMaxDate( inst, \"min\" ),\n\t\t\tmaxDate = this._getMinMaxDate( inst, \"max\" ),\n\t\t\tdrawMonth = inst.drawMonth - showCurrentAtPos,\n\t\t\tdrawYear = inst.drawYear;\n\n\t\tif ( drawMonth < 0 ) {\n\t\t\tdrawMonth += 12;\n\t\t\tdrawYear--;\n\t\t}\n\t\tif ( maxDate ) {\n\t\t\tmaxDraw = this._daylightSavingAdjust( new Date( maxDate.getFullYear(),\n\t\t\t\tmaxDate.getMonth() - ( numMonths[ 0 ] * numMonths[ 1 ] ) + 1, maxDate.getDate() ) );\n\t\t\tmaxDraw = ( minDate && maxDraw < minDate ? minDate : maxDraw );\n\t\t\twhile ( this._daylightSavingAdjust( new Date( drawYear, drawMonth, 1 ) ) > maxDraw ) {\n\t\t\t\tdrawMonth--;\n\t\t\t\tif ( drawMonth < 0 ) {\n\t\t\t\t\tdrawMonth = 11;\n\t\t\t\t\tdrawYear--;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t\tinst.drawMonth = drawMonth;\n\t\tinst.drawYear = drawYear;\n\n\t\tprevText = this._get( inst, \"prevText\" );\n\t\tprevText = ( !navigationAsDateFormat ? prevText : this.formatDate( prevText,\n\t\t\tthis._daylightSavingAdjust( new Date( drawYear, drawMonth - stepMonths, 1 ) ),\n\t\t\tthis._getFormatConfig( inst ) ) );\n\n\t\tprev = ( this._canAdjustMonth( inst, -1, drawYear, drawMonth ) ?\n\t\t\t\"<a class='ui-datepicker-prev ui-corner-all' data-handler='prev' data-event='click'\" +\n\t\t\t\" title='\" + prevText + \"'><span class='ui-icon ui-icon-circle-triangle-\" + ( isRTL ? \"e\" : \"w\" ) + \"'>\" + prevText + \"</span></a>\" :\n\t\t\t( hideIfNoPrevNext ? \"\" : \"<a class='ui-datepicker-prev ui-corner-all ui-state-disabled' title='\" + prevText + \"'><span class='ui-icon ui-icon-circle-triangle-\" + ( isRTL ? \"e\" : \"w\" ) + \"'>\" + prevText + \"</span></a>\" ) );\n\n\t\tnextText = this._get( inst, \"nextText\" );\n\t\tnextText = ( !navigationAsDateFormat ? nextText : this.formatDate( nextText,\n\t\t\tthis._daylightSavingAdjust( new Date( drawYear, drawMonth + stepMonths, 1 ) ),\n\t\t\tthis._getFormatConfig( inst ) ) );\n\n\t\tnext = ( this._canAdjustMonth( inst, +1, drawYear, drawMonth ) ?\n\t\t\t\"<a class='ui-datepicker-next ui-corner-all' data-handler='next' data-event='click'\" +\n\t\t\t\" title='\" + nextText + \"'><span class='ui-icon ui-icon-circle-triangle-\" + ( isRTL ? \"w\" : \"e\" ) + \"'>\" + nextText + \"</span></a>\" :\n\t\t\t( hideIfNoPrevNext ? \"\" : \"<a class='ui-datepicker-next ui-corner-all ui-state-disabled' title='\" + nextText + \"'><span class='ui-icon ui-icon-circle-triangle-\" + ( isRTL ? \"w\" : \"e\" ) + \"'>\" + nextText + \"</span></a>\" ) );\n\n\t\tcurrentText = this._get( inst, \"currentText\" );\n\t\tgotoDate = ( this._get( inst, \"gotoCurrent\" ) && inst.currentDay ? currentDate : today );\n\t\tcurrentText = ( !navigationAsDateFormat ? currentText :\n\t\t\tthis.formatDate( currentText, gotoDate, this._getFormatConfig( inst ) ) );\n\n\t\tcontrols = ( !inst.inline ? \"<button type='button' class='ui-datepicker-close ui-state-default ui-priority-primary ui-corner-all' data-handler='hide' data-event='click'>\" +\n\t\t\tthis._get( inst, \"closeText\" ) + \"</button>\" : \"\" );\n\n\t\tbuttonPanel = ( showButtonPanel ) ? \"<div class='ui-datepicker-buttonpane ui-widget-content'>\" + ( isRTL ? controls : \"\" ) +\n\t\t\t( this._isInRange( inst, gotoDate ) ? \"<button type='button' class='ui-datepicker-current ui-state-default ui-priority-secondary ui-corner-all' data-handler='today' data-event='click'\" +\n\t\t\t\">\" + currentText + \"</button>\" : \"\" ) + ( isRTL ? \"\" : controls ) + \"</div>\" : \"\";\n\n\t\tfirstDay = parseInt( this._get( inst, \"firstDay\" ), 10 );\n\t\tfirstDay = ( isNaN( firstDay ) ? 0 : firstDay );\n\n\t\tshowWeek = this._get( inst, \"showWeek\" );\n\t\tdayNames = this._get( inst, \"dayNames\" );\n\t\tdayNamesMin = this._get( inst, \"dayNamesMin\" );\n\t\tmonthNames = this._get( inst, \"monthNames\" );\n\t\tmonthNamesShort = this._get( inst, \"monthNamesShort\" );\n\t\tbeforeShowDay = this._get( inst, \"beforeShowDay\" );\n\t\tshowOtherMonths = this._get( inst, \"showOtherMonths\" );\n\t\tselectOtherMonths = this._get( inst, \"selectOtherMonths\" );\n\t\tdefaultDate = this._getDefaultDate( inst );\n\t\thtml = \"\";\n\n\t\tfor ( row = 0; row < numMonths[ 0 ]; row++ ) {\n\t\t\tgroup = \"\";\n\t\t\tthis.maxRows = 4;\n\t\t\tfor ( col = 0; col < numMonths[ 1 ]; col++ ) {\n\t\t\t\tselectedDate = this._daylightSavingAdjust( new Date( drawYear, drawMonth, inst.selectedDay ) );\n\t\t\t\tcornerClass = \" ui-corner-all\";\n\t\t\t\tcalender = \"\";\n\t\t\t\tif ( isMultiMonth ) {\n\t\t\t\t\tcalender += \"<div class='ui-datepicker-group\";\n\t\t\t\t\tif ( numMonths[ 1 ] > 1 ) {\n\t\t\t\t\t\tswitch ( col ) {\n\t\t\t\t\t\t\tcase 0: calender += \" ui-datepicker-group-first\";\n\t\t\t\t\t\t\t\tcornerClass = \" ui-corner-\" + ( isRTL ? \"right\" : \"left\" ); break;\n\t\t\t\t\t\t\tcase numMonths[ 1 ] - 1: calender += \" ui-datepicker-group-last\";\n\t\t\t\t\t\t\t\tcornerClass = \" ui-corner-\" + ( isRTL ? \"left\" : \"right\" ); break;\n\t\t\t\t\t\t\tdefault: calender += \" ui-datepicker-group-middle\"; cornerClass = \"\"; break;\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t\tcalender += \"'>\";\n\t\t\t\t}\n\t\t\t\tcalender += \"<div class='ui-datepicker-header ui-widget-header ui-helper-clearfix\" + cornerClass + \"'>\" +\n\t\t\t\t\t( /all|left/.test( cornerClass ) && row === 0 ? ( isRTL ? next : prev ) : \"\" ) +\n\t\t\t\t\t( /all|right/.test( cornerClass ) && row === 0 ? ( isRTL ? prev : next ) : \"\" ) +\n\t\t\t\t\tthis._generateMonthYearHeader( inst, drawMonth, drawYear, minDate, maxDate,\n\t\t\t\t\trow > 0 || col > 0, monthNames, monthNamesShort ) + // draw month headers\n\t\t\t\t\t\"</div><table class='ui-datepicker-calendar'><thead>\" +\n\t\t\t\t\t\"<tr>\";\n\t\t\t\tthead = ( showWeek ? \"<th class='ui-datepicker-week-col'>\" + this._get( inst, \"weekHeader\" ) + \"</th>\" : \"\" );\n\t\t\t\tfor ( dow = 0; dow < 7; dow++ ) { // days of the week\n\t\t\t\t\tday = ( dow + firstDay ) % 7;\n\t\t\t\t\tthead += \"<th scope='col'\" + ( ( dow + firstDay + 6 ) % 7 >= 5 ? \" class='ui-datepicker-week-end'\" : \"\" ) + \">\" +\n\t\t\t\t\t\t\"<span title='\" + dayNames[ day ] + \"'>\" + dayNamesMin[ day ] + \"</span></th>\";\n\t\t\t\t}\n\t\t\t\tcalender += thead + \"</tr></thead><tbody>\";\n\t\t\t\tdaysInMonth = this._getDaysInMonth( drawYear, drawMonth );\n\t\t\t\tif ( drawYear === inst.selectedYear && drawMonth === inst.selectedMonth ) {\n\t\t\t\t\tinst.selectedDay = Math.min( inst.selectedDay, daysInMonth );\n\t\t\t\t}\n\t\t\t\tleadDays = ( this._getFirstDayOfMonth( drawYear, drawMonth ) - firstDay + 7 ) % 7;\n\t\t\t\tcurRows = Math.ceil( ( leadDays + daysInMonth ) / 7 ); // calculate the number of rows to generate\n\t\t\t\tnumRows = ( isMultiMonth ? this.maxRows > curRows ? this.maxRows : curRows : curRows ); //If multiple months, use the higher number of rows (see #7043)\n\t\t\t\tthis.maxRows = numRows;\n\t\t\t\tprintDate = this._daylightSavingAdjust( new Date( drawYear, drawMonth, 1 - leadDays ) );\n\t\t\t\tfor ( dRow = 0; dRow < numRows; dRow++ ) { // create date picker rows\n\t\t\t\t\tcalender += \"<tr>\";\n\t\t\t\t\ttbody = ( !showWeek ? \"\" : \"<td class='ui-datepicker-week-col'>\" +\n\t\t\t\t\t\tthis._get( inst, \"calculateWeek\" )( printDate ) + \"</td>\" );\n\t\t\t\t\tfor ( dow = 0; dow < 7; dow++ ) { // create date picker days\n\t\t\t\t\t\tdaySettings = ( beforeShowDay ?\n\t\t\t\t\t\t\tbeforeShowDay.apply( ( inst.input ? inst.input[ 0 ] : null ), [ printDate ] ) : [ true, \"\" ] );\n\t\t\t\t\t\totherMonth = ( printDate.getMonth() !== drawMonth );\n\t\t\t\t\t\tunselectable = ( otherMonth && !selectOtherMonths ) || !daySettings[ 0 ] ||\n\t\t\t\t\t\t\t( minDate && printDate < minDate ) || ( maxDate && printDate > maxDate );\n\t\t\t\t\t\ttbody += \"<td class='\" +\n\t\t\t\t\t\t\t( ( dow + firstDay + 6 ) % 7 >= 5 ? \" ui-datepicker-week-end\" : \"\" ) + // highlight weekends\n\t\t\t\t\t\t\t( otherMonth ? \" ui-datepicker-other-month\" : \"\" ) + // highlight days from other months\n\t\t\t\t\t\t\t( ( printDate.getTime() === selectedDate.getTime() && drawMonth === inst.selectedMonth && inst._keyEvent ) || // user pressed key\n\t\t\t\t\t\t\t( defaultDate.getTime() === printDate.getTime() && defaultDate.getTime() === selectedDate.getTime() ) ?\n\n\t\t\t\t\t\t\t// or defaultDate is current printedDate and defaultDate is selectedDate\n\t\t\t\t\t\t\t\" \" + this._dayOverClass : \"\" ) + // highlight selected day\n\t\t\t\t\t\t\t( unselectable ? \" \" + this._unselectableClass + \" ui-state-disabled\" : \"\" ) + // highlight unselectable days\n\t\t\t\t\t\t\t( otherMonth && !showOtherMonths ? \"\" : \" \" + daySettings[ 1 ] + // highlight custom dates\n\t\t\t\t\t\t\t( printDate.getTime() === currentDate.getTime() ? \" \" + this._currentClass : \"\" ) + // highlight selected day\n\t\t\t\t\t\t\t( printDate.getTime() === today.getTime() ? \" ui-datepicker-today\" : \"\" ) ) + \"'\" + // highlight today (if different)\n\t\t\t\t\t\t\t( ( !otherMonth || showOtherMonths ) && daySettings[ 2 ] ? \" title='\" + daySettings[ 2 ].replace( /'/g, \"&#39;\" ) + \"'\" : \"\" ) + // cell title\n\t\t\t\t\t\t\t( unselectable ? \"\" : \" data-handler='selectDay' data-event='click' data-month='\" + printDate.getMonth() + \"' data-year='\" + printDate.getFullYear() + \"'\" ) + \">\" + // actions\n\t\t\t\t\t\t\t( otherMonth && !showOtherMonths ? \"&#xa0;\" : // display for other months\n\t\t\t\t\t\t\t( unselectable ? \"<span class='ui-state-default'>\" + printDate.getDate() + \"</span>\" : \"<a class='ui-state-default\" +\n\t\t\t\t\t\t\t( printDate.getTime() === today.getTime() ? \" ui-state-highlight\" : \"\" ) +\n\t\t\t\t\t\t\t( printDate.getTime() === currentDate.getTime() ? \" ui-state-active\" : \"\" ) + // highlight selected day\n\t\t\t\t\t\t\t( otherMonth ? \" ui-priority-secondary\" : \"\" ) + // distinguish dates from other months\n\t\t\t\t\t\t\t\"' href='#'>\" + printDate.getDate() + \"</a>\" ) ) + \"</td>\"; // display selectable date\n\t\t\t\t\t\tprintDate.setDate( printDate.getDate() + 1 );\n\t\t\t\t\t\tprintDate = this._daylightSavingAdjust( printDate );\n\t\t\t\t\t}\n\t\t\t\t\tcalender += tbody + \"</tr>\";\n\t\t\t\t}\n\t\t\t\tdrawMonth++;\n\t\t\t\tif ( drawMonth > 11 ) {\n\t\t\t\t\tdrawMonth = 0;\n\t\t\t\t\tdrawYear++;\n\t\t\t\t}\n\t\t\t\tcalender += \"</tbody></table>\" + ( isMultiMonth ? \"</div>\" +\n\t\t\t\t\t\t\t( ( numMonths[ 0 ] > 0 && col === numMonths[ 1 ] - 1 ) ? \"<div class='ui-datepicker-row-break'></div>\" : \"\" ) : \"\" );\n\t\t\t\tgroup += calender;\n\t\t\t}\n\t\t\thtml += group;\n\t\t}\n\t\thtml += buttonPanel;\n\t\tinst._keyEvent = false;\n\t\treturn html;\n\t},\n\n\t/* Generate the month and year header. */\n\t_generateMonthYearHeader: function( inst, drawMonth, drawYear, minDate, maxDate,\n\t\t\tsecondary, monthNames, monthNamesShort ) {\n\n\t\tvar inMinYear, inMaxYear, month, years, thisYear, determineYear, year, endYear,\n\t\t\tchangeMonth = this._get( inst, \"changeMonth\" ),\n\t\t\tchangeYear = this._get( inst, \"changeYear\" ),\n\t\t\tshowMonthAfterYear = this._get( inst, \"showMonthAfterYear\" ),\n\t\t\thtml = \"<div class='ui-datepicker-title'>\",\n\t\t\tmonthHtml = \"\";\n\n\t\t// Month selection\n\t\tif ( secondary || !changeMonth ) {\n\t\t\tmonthHtml += \"<span class='ui-datepicker-month'>\" + monthNames[ drawMonth ] + \"</span>\";\n\t\t} else {\n\t\t\tinMinYear = ( minDate && minDate.getFullYear() === drawYear );\n\t\t\tinMaxYear = ( maxDate && maxDate.getFullYear() === drawYear );\n\t\t\tmonthHtml += \"<select class='ui-datepicker-month' data-handler='selectMonth' data-event='change'>\";\n\t\t\tfor ( month = 0; month < 12; month++ ) {\n\t\t\t\tif ( ( !inMinYear || month >= minDate.getMonth() ) && ( !inMaxYear || month <= maxDate.getMonth() ) ) {\n\t\t\t\t\tmonthHtml += \"<option value='\" + month + \"'\" +\n\t\t\t\t\t\t( month === drawMonth ? \" selected='selected'\" : \"\" ) +\n\t\t\t\t\t\t\">\" + monthNamesShort[ month ] + \"</option>\";\n\t\t\t\t}\n\t\t\t}\n\t\t\tmonthHtml += \"</select>\";\n\t\t}\n\n\t\tif ( !showMonthAfterYear ) {\n\t\t\thtml += monthHtml + ( secondary || !( changeMonth && changeYear ) ? \"&#xa0;\" : \"\" );\n\t\t}\n\n\t\t// Year selection\n\t\tif ( !inst.yearshtml ) {\n\t\t\tinst.yearshtml = \"\";\n\t\t\tif ( secondary || !changeYear ) {\n\t\t\t\thtml += \"<span class='ui-datepicker-year'>\" + drawYear + \"</span>\";\n\t\t\t} else {\n\n\t\t\t\t// determine range of years to display\n\t\t\t\tyears = this._get( inst, \"yearRange\" ).split( \":\" );\n\t\t\t\tthisYear = new Date().getFullYear();\n\t\t\t\tdetermineYear = function( value ) {\n\t\t\t\t\tvar year = ( value.match( /c[+\\-].*/ ) ? drawYear + parseInt( value.substring( 1 ), 10 ) :\n\t\t\t\t\t\t( value.match( /[+\\-].*/ ) ? thisYear + parseInt( value, 10 ) :\n\t\t\t\t\t\tparseInt( value, 10 ) ) );\n\t\t\t\t\treturn ( isNaN( year ) ? thisYear : year );\n\t\t\t\t};\n\t\t\t\tyear = determineYear( years[ 0 ] );\n\t\t\t\tendYear = Math.max( year, determineYear( years[ 1 ] || \"\" ) );\n\t\t\t\tyear = ( minDate ? Math.max( year, minDate.getFullYear() ) : year );\n\t\t\t\tendYear = ( maxDate ? Math.min( endYear, maxDate.getFullYear() ) : endYear );\n\t\t\t\tinst.yearshtml += \"<select class='ui-datepicker-year' data-handler='selectYear' data-event='change'>\";\n\t\t\t\tfor ( ; year <= endYear; year++ ) {\n\t\t\t\t\tinst.yearshtml += \"<option value='\" + year + \"'\" +\n\t\t\t\t\t\t( year === drawYear ? \" selected='selected'\" : \"\" ) +\n\t\t\t\t\t\t\">\" + year + \"</option>\";\n\t\t\t\t}\n\t\t\t\tinst.yearshtml += \"</select>\";\n\n\t\t\t\thtml += inst.yearshtml;\n\t\t\t\tinst.yearshtml = null;\n\t\t\t}\n\t\t}\n\n\t\thtml += this._get( inst, \"yearSuffix\" );\n\t\tif ( showMonthAfterYear ) {\n\t\t\thtml += ( secondary || !( changeMonth && changeYear ) ? \"&#xa0;\" : \"\" ) + monthHtml;\n\t\t}\n\t\thtml += \"</div>\"; // Close datepicker_header\n\t\treturn html;\n\t},\n\n\t/* Adjust one of the date sub-fields. */\n\t_adjustInstDate: function( inst, offset, period ) {\n\t\tvar year = inst.selectedYear + ( period === \"Y\" ? offset : 0 ),\n\t\t\tmonth = inst.selectedMonth + ( period === \"M\" ? offset : 0 ),\n\t\t\tday = Math.min( inst.selectedDay, this._getDaysInMonth( year, month ) ) + ( period === \"D\" ? offset : 0 ),\n\t\t\tdate = this._restrictMinMax( inst, this._daylightSavingAdjust( new Date( year, month, day ) ) );\n\n\t\tinst.selectedDay = date.getDate();\n\t\tinst.drawMonth = inst.selectedMonth = date.getMonth();\n\t\tinst.drawYear = inst.selectedYear = date.getFullYear();\n\t\tif ( period === \"M\" || period === \"Y\" ) {\n\t\t\tthis._notifyChange( inst );\n\t\t}\n\t},\n\n\t/* Ensure a date is within any min/max bounds. */\n\t_restrictMinMax: function( inst, date ) {\n\t\tvar minDate = this._getMinMaxDate( inst, \"min\" ),\n\t\t\tmaxDate = this._getMinMaxDate( inst, \"max\" ),\n\t\t\tnewDate = ( minDate && date < minDate ? minDate : date );\n\t\treturn ( maxDate && newDate > maxDate ? maxDate : newDate );\n\t},\n\n\t/* Notify change of month/year. */\n\t_notifyChange: function( inst ) {\n\t\tvar onChange = this._get( inst, \"onChangeMonthYear\" );\n\t\tif ( onChange ) {\n\t\t\tonChange.apply( ( inst.input ? inst.input[ 0 ] : null ),\n\t\t\t\t[ inst.selectedYear, inst.selectedMonth + 1, inst ] );\n\t\t}\n\t},\n\n\t/* Determine the number of months to show. */\n\t_getNumberOfMonths: function( inst ) {\n\t\tvar numMonths = this._get( inst, \"numberOfMonths\" );\n\t\treturn ( numMonths == null ? [ 1, 1 ] : ( typeof numMonths === \"number\" ? [ 1, numMonths ] : numMonths ) );\n\t},\n\n\t/* Determine the current maximum date - ensure no time components are set. */\n\t_getMinMaxDate: function( inst, minMax ) {\n\t\treturn this._determineDate( inst, this._get( inst, minMax + \"Date\" ), null );\n\t},\n\n\t/* Find the number of days in a given month. */\n\t_getDaysInMonth: function( year, month ) {\n\t\treturn 32 - this._daylightSavingAdjust( new Date( year, month, 32 ) ).getDate();\n\t},\n\n\t/* Find the day of the week of the first of a month. */\n\t_getFirstDayOfMonth: function( year, month ) {\n\t\treturn new Date( year, month, 1 ).getDay();\n\t},\n\n\t/* Determines if we should allow a \"next/prev\" month display change. */\n\t_canAdjustMonth: function( inst, offset, curYear, curMonth ) {\n\t\tvar numMonths = this._getNumberOfMonths( inst ),\n\t\t\tdate = this._daylightSavingAdjust( new Date( curYear,\n\t\t\tcurMonth + ( offset < 0 ? offset : numMonths[ 0 ] * numMonths[ 1 ] ), 1 ) );\n\n\t\tif ( offset < 0 ) {\n\t\t\tdate.setDate( this._getDaysInMonth( date.getFullYear(), date.getMonth() ) );\n\t\t}\n\t\treturn this._isInRange( inst, date );\n\t},\n\n\t/* Is the given date in the accepted range? */\n\t_isInRange: function( inst, date ) {\n\t\tvar yearSplit, currentYear,\n\t\t\tminDate = this._getMinMaxDate( inst, \"min\" ),\n\t\t\tmaxDate = this._getMinMaxDate( inst, \"max\" ),\n\t\t\tminYear = null,\n\t\t\tmaxYear = null,\n\t\t\tyears = this._get( inst, \"yearRange\" );\n\t\t\tif ( years ) {\n\t\t\t\tyearSplit = years.split( \":\" );\n\t\t\t\tcurrentYear = new Date().getFullYear();\n\t\t\t\tminYear = parseInt( yearSplit[ 0 ], 10 );\n\t\t\t\tmaxYear = parseInt( yearSplit[ 1 ], 10 );\n\t\t\t\tif ( yearSplit[ 0 ].match( /[+\\-].*/ ) ) {\n\t\t\t\t\tminYear += currentYear;\n\t\t\t\t}\n\t\t\t\tif ( yearSplit[ 1 ].match( /[+\\-].*/ ) ) {\n\t\t\t\t\tmaxYear += currentYear;\n\t\t\t\t}\n\t\t\t}\n\n\t\treturn ( ( !minDate || date.getTime() >= minDate.getTime() ) &&\n\t\t\t( !maxDate || date.getTime() <= maxDate.getTime() ) &&\n\t\t\t( !minYear || date.getFullYear() >= minYear ) &&\n\t\t\t( !maxYear || date.getFullYear() <= maxYear ) );\n\t},\n\n\t/* Provide the configuration settings for formatting/parsing. */\n\t_getFormatConfig: function( inst ) {\n\t\tvar shortYearCutoff = this._get( inst, \"shortYearCutoff\" );\n\t\tshortYearCutoff = ( typeof shortYearCutoff !== \"string\" ? shortYearCutoff :\n\t\t\tnew Date().getFullYear() % 100 + parseInt( shortYearCutoff, 10 ) );\n\t\treturn { shortYearCutoff: shortYearCutoff,\n\t\t\tdayNamesShort: this._get( inst, \"dayNamesShort\" ), dayNames: this._get( inst, \"dayNames\" ),\n\t\t\tmonthNamesShort: this._get( inst, \"monthNamesShort\" ), monthNames: this._get( inst, \"monthNames\" ) };\n\t},\n\n\t/* Format the given date for display. */\n\t_formatDate: function( inst, day, month, year ) {\n\t\tif ( !day ) {\n\t\t\tinst.currentDay = inst.selectedDay;\n\t\t\tinst.currentMonth = inst.selectedMonth;\n\t\t\tinst.currentYear = inst.selectedYear;\n\t\t}\n\t\tvar date = ( day ? ( typeof day === \"object\" ? day :\n\t\t\tthis._daylightSavingAdjust( new Date( year, month, day ) ) ) :\n\t\t\tthis._daylightSavingAdjust( new Date( inst.currentYear, inst.currentMonth, inst.currentDay ) ) );\n\t\treturn this.formatDate( this._get( inst, \"dateFormat\" ), date, this._getFormatConfig( inst ) );\n\t}\n} );\n\n/*\n * Bind hover events for datepicker elements.\n * Done via delegate so the binding only occurs once in the lifetime of the parent div.\n * Global datepicker_instActive, set by _updateDatepicker allows the handlers to find their way back to the active picker.\n */\nfunction datepicker_bindHover( dpDiv ) {\n\tvar selector = \"button, .ui-datepicker-prev, .ui-datepicker-next, .ui-datepicker-calendar td a\";\n\treturn dpDiv.on( \"mouseout\", selector, function() {\n\t\t\t$( this ).removeClass( \"ui-state-hover\" );\n\t\t\tif ( this.className.indexOf( \"ui-datepicker-prev\" ) !== -1 ) {\n\t\t\t\t$( this ).removeClass( \"ui-datepicker-prev-hover\" );\n\t\t\t}\n\t\t\tif ( this.className.indexOf( \"ui-datepicker-next\" ) !== -1 ) {\n\t\t\t\t$( this ).removeClass( \"ui-datepicker-next-hover\" );\n\t\t\t}\n\t\t} )\n\t\t.on( \"mouseover\", selector, datepicker_handleMouseover );\n}\n\nfunction datepicker_handleMouseover() {\n\tif ( !$.datepicker._isDisabledDatepicker( datepicker_instActive.inline ? datepicker_instActive.dpDiv.parent()[ 0 ] : datepicker_instActive.input[ 0 ] ) ) {\n\t\t$( this ).parents( \".ui-datepicker-calendar\" ).find( \"a\" ).removeClass( \"ui-state-hover\" );\n\t\t$( this ).addClass( \"ui-state-hover\" );\n\t\tif ( this.className.indexOf( \"ui-datepicker-prev\" ) !== -1 ) {\n\t\t\t$( this ).addClass( \"ui-datepicker-prev-hover\" );\n\t\t}\n\t\tif ( this.className.indexOf( \"ui-datepicker-next\" ) !== -1 ) {\n\t\t\t$( this ).addClass( \"ui-datepicker-next-hover\" );\n\t\t}\n\t}\n}\n\n/* jQuery extend now ignores nulls! */\nfunction datepicker_extendRemove( target, props ) {\n\t$.extend( target, props );\n\tfor ( var name in props ) {\n\t\tif ( props[ name ] == null ) {\n\t\t\ttarget[ name ] = props[ name ];\n\t\t}\n\t}\n\treturn target;\n}\n\n/* Invoke the datepicker functionality.\n @param options string - a command, optionally followed by additional parameters or\n\t\t\t\t\tObject - settings for attaching new datepicker functionality\n @return jQuery object */\n$.fn.datepicker = function( options ) {\n\n\t/* Verify an empty collection wasn't passed - Fixes #6976 */\n\tif ( !this.length ) {\n\t\treturn this;\n\t}\n\n\t/* Initialise the date picker. */\n\tif ( !$.datepicker.initialized ) {\n\t\t$( document ).on( \"mousedown\", $.datepicker._checkExternalClick );\n\t\t$.datepicker.initialized = true;\n\t}\n\n\t/* Append datepicker main container to body if not exist. */\n\tif ( $( \"#\" + $.datepicker._mainDivId ).length === 0 ) {\n\t\t$( \"body\" ).append( $.datepicker.dpDiv );\n\t}\n\n\tvar otherArgs = Array.prototype.slice.call( arguments, 1 );\n\tif ( typeof options === \"string\" && ( options === \"isDisabled\" || options === \"getDate\" || options === \"widget\" ) ) {\n\t\treturn $.datepicker[ \"_\" + options + \"Datepicker\" ].\n\t\t\tapply( $.datepicker, [ this[ 0 ] ].concat( otherArgs ) );\n\t}\n\tif ( options === \"option\" && arguments.length === 2 && typeof arguments[ 1 ] === \"string\" ) {\n\t\treturn $.datepicker[ \"_\" + options + \"Datepicker\" ].\n\t\t\tapply( $.datepicker, [ this[ 0 ] ].concat( otherArgs ) );\n\t}\n\treturn this.each( function() {\n\t\ttypeof options === \"string\" ?\n\t\t\t$.datepicker[ \"_\" + options + \"Datepicker\" ].\n\t\t\t\tapply( $.datepicker, [ this ].concat( otherArgs ) ) :\n\t\t\t$.datepicker._attachDatepicker( this, options );\n\t} );\n};\n\n$.datepicker = new Datepicker(); // singleton instance\n$.datepicker.initialized = false;\n$.datepicker.uuid = new Date().getTime();\n$.datepicker.version = \"1.12.1\";\n\nvar widgetsDatepicker = $.datepicker;\n\n\n\n\n// This file is deprecated\nvar ie = $.ui.ie = !!/msie [\\w.]+/.exec( navigator.userAgent.toLowerCase() );\n\n/*!\n * jQuery UI Mouse 1.12.1\n * http://jqueryui.com\n *\n * Copyright jQuery Foundation and other contributors\n * Released under the MIT license.\n * http://jquery.org/license\n */\n\n//>>label: Mouse\n//>>group: Widgets\n//>>description: Abstracts mouse-based interactions to assist in creating certain widgets.\n//>>docs: http://api.jqueryui.com/mouse/\n\n\n\nvar mouseHandled = false;\n$( document ).on( \"mouseup\", function() {\n\tmouseHandled = false;\n} );\n\nvar widgetsMouse = $.widget( \"ui.mouse\", {\n\tversion: \"1.12.1\",\n\toptions: {\n\t\tcancel: \"input, textarea, button, select, option\",\n\t\tdistance: 1,\n\t\tdelay: 0\n\t},\n\t_mouseInit: function() {\n\t\tvar that = this;\n\n\t\tthis.element\n\t\t\t.on( \"mousedown.\" + this.widgetName, function( event ) {\n\t\t\t\treturn that._mouseDown( event );\n\t\t\t} )\n\t\t\t.on( \"click.\" + this.widgetName, function( event ) {\n\t\t\t\tif ( true === $.data( event.target, that.widgetName + \".preventClickEvent\" ) ) {\n\t\t\t\t\t$.removeData( event.target, that.widgetName + \".preventClickEvent\" );\n\t\t\t\t\tevent.stopImmediatePropagation();\n\t\t\t\t\treturn false;\n\t\t\t\t}\n\t\t\t} );\n\n\t\tthis.started = false;\n\t},\n\n\t// TODO: make sure destroying one instance of mouse doesn't mess with\n\t// other instances of mouse\n\t_mouseDestroy: function() {\n\t\tthis.element.off( \".\" + this.widgetName );\n\t\tif ( this._mouseMoveDelegate ) {\n\t\t\tthis.document\n\t\t\t\t.off( \"mousemove.\" + this.widgetName, this._mouseMoveDelegate )\n\t\t\t\t.off( \"mouseup.\" + this.widgetName, this._mouseUpDelegate );\n\t\t}\n\t},\n\n\t_mouseDown: function( event ) {\n\n\t\t// don't let more than one widget handle mouseStart\n\t\tif ( mouseHandled ) {\n\t\t\treturn;\n\t\t}\n\n\t\tthis._mouseMoved = false;\n\n\t\t// We may have missed mouseup (out of window)\n\t\t( this._mouseStarted && this._mouseUp( event ) );\n\n\t\tthis._mouseDownEvent = event;\n\n\t\tvar that = this,\n\t\t\tbtnIsLeft = ( event.which === 1 ),\n\n\t\t\t// event.target.nodeName works around a bug in IE 8 with\n\t\t\t// disabled inputs (#7620)\n\t\t\telIsCancel = ( typeof this.options.cancel === \"string\" && event.target.nodeName ?\n\t\t\t\t$( event.target ).closest( this.options.cancel ).length : false );\n\t\tif ( !btnIsLeft || elIsCancel || !this._mouseCapture( event ) ) {\n\t\t\treturn true;\n\t\t}\n\n\t\tthis.mouseDelayMet = !this.options.delay;\n\t\tif ( !this.mouseDelayMet ) {\n\t\t\tthis._mouseDelayTimer = setTimeout( function() {\n\t\t\t\tthat.mouseDelayMet = true;\n\t\t\t}, this.options.delay );\n\t\t}\n\n\t\tif ( this._mouseDistanceMet( event ) && this._mouseDelayMet( event ) ) {\n\t\t\tthis._mouseStarted = ( this._mouseStart( event ) !== false );\n\t\t\tif ( !this._mouseStarted ) {\n\t\t\t\tevent.preventDefault();\n\t\t\t\treturn true;\n\t\t\t}\n\t\t}\n\n\t\t// Click event may never have fired (Gecko & Opera)\n\t\tif ( true === $.data( event.target, this.widgetName + \".preventClickEvent\" ) ) {\n\t\t\t$.removeData( event.target, this.widgetName + \".preventClickEvent\" );\n\t\t}\n\n\t\t// These delegates are required to keep context\n\t\tthis._mouseMoveDelegate = function( event ) {\n\t\t\treturn that._mouseMove( event );\n\t\t};\n\t\tthis._mouseUpDelegate = function( event ) {\n\t\t\treturn that._mouseUp( event );\n\t\t};\n\n\t\tthis.document\n\t\t\t.on( \"mousemove.\" + this.widgetName, this._mouseMoveDelegate )\n\t\t\t.on( \"mouseup.\" + this.widgetName, this._mouseUpDelegate );\n\n\t\tevent.preventDefault();\n\n\t\tmouseHandled = true;\n\t\treturn true;\n\t},\n\n\t_mouseMove: function( event ) {\n\n\t\t// Only check for mouseups outside the document if you've moved inside the document\n\t\t// at least once. This prevents the firing of mouseup in the case of IE<9, which will\n\t\t// fire a mousemove event if content is placed under the cursor. See #7778\n\t\t// Support: IE <9\n\t\tif ( this._mouseMoved ) {\n\n\t\t\t// IE mouseup check - mouseup happened when mouse was out of window\n\t\t\tif ( $.ui.ie && ( !document.documentMode || document.documentMode < 9 ) &&\n\t\t\t\t\t!event.button ) {\n\t\t\t\treturn this._mouseUp( event );\n\n\t\t\t// Iframe mouseup check - mouseup occurred in another document\n\t\t\t} else if ( !event.which ) {\n\n\t\t\t\t// Support: Safari <=8 - 9\n\t\t\t\t// Safari sets which to 0 if you press any of the following keys\n\t\t\t\t// during a drag (#14461)\n\t\t\t\tif ( event.originalEvent.altKey || event.originalEvent.ctrlKey ||\n\t\t\t\t\t\tevent.originalEvent.metaKey || event.originalEvent.shiftKey ) {\n\t\t\t\t\tthis.ignoreMissingWhich = true;\n\t\t\t\t} else if ( !this.ignoreMissingWhich ) {\n\t\t\t\t\treturn this._mouseUp( event );\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\tif ( event.which || event.button ) {\n\t\t\tthis._mouseMoved = true;\n\t\t}\n\n\t\tif ( this._mouseStarted ) {\n\t\t\tthis._mouseDrag( event );\n\t\t\treturn event.preventDefault();\n\t\t}\n\n\t\tif ( this._mouseDistanceMet( event ) && this._mouseDelayMet( event ) ) {\n\t\t\tthis._mouseStarted =\n\t\t\t\t( this._mouseStart( this._mouseDownEvent, event ) !== false );\n\t\t\t( this._mouseStarted ? this._mouseDrag( event ) : this._mouseUp( event ) );\n\t\t}\n\n\t\treturn !this._mouseStarted;\n\t},\n\n\t_mouseUp: function( event ) {\n\t\tthis.document\n\t\t\t.off( \"mousemove.\" + this.widgetName, this._mouseMoveDelegate )\n\t\t\t.off( \"mouseup.\" + this.widgetName, this._mouseUpDelegate );\n\n\t\tif ( this._mouseStarted ) {\n\t\t\tthis._mouseStarted = false;\n\n\t\t\tif ( event.target === this._mouseDownEvent.target ) {\n\t\t\t\t$.data( event.target, this.widgetName + \".preventClickEvent\", true );\n\t\t\t}\n\n\t\t\tthis._mouseStop( event );\n\t\t}\n\n\t\tif ( this._mouseDelayTimer ) {\n\t\t\tclearTimeout( this._mouseDelayTimer );\n\t\t\tdelete this._mouseDelayTimer;\n\t\t}\n\n\t\tthis.ignoreMissingWhich = false;\n\t\tmouseHandled = false;\n\t\tevent.preventDefault();\n\t},\n\n\t_mouseDistanceMet: function( event ) {\n\t\treturn ( Math.max(\n\t\t\t\tMath.abs( this._mouseDownEvent.pageX - event.pageX ),\n\t\t\t\tMath.abs( this._mouseDownEvent.pageY - event.pageY )\n\t\t\t) >= this.options.distance\n\t\t);\n\t},\n\n\t_mouseDelayMet: function( /* event */ ) {\n\t\treturn this.mouseDelayMet;\n\t},\n\n\t// These are placeholder methods, to be overriden by extending plugin\n\t_mouseStart: function( /* event */ ) {},\n\t_mouseDrag: function( /* event */ ) {},\n\t_mouseStop: function( /* event */ ) {},\n\t_mouseCapture: function( /* event */ ) { return true; }\n} );\n\n\n\n\n// $.ui.plugin is deprecated. Use $.widget() extensions instead.\nvar plugin = $.ui.plugin = {\n\tadd: function( module, option, set ) {\n\t\tvar i,\n\t\t\tproto = $.ui[ module ].prototype;\n\t\tfor ( i in set ) {\n\t\t\tproto.plugins[ i ] = proto.plugins[ i ] || [];\n\t\t\tproto.plugins[ i ].push( [ option, set[ i ] ] );\n\t\t}\n\t},\n\tcall: function( instance, name, args, allowDisconnected ) {\n\t\tvar i,\n\t\t\tset = instance.plugins[ name ];\n\n\t\tif ( !set ) {\n\t\t\treturn;\n\t\t}\n\n\t\tif ( !allowDisconnected && ( !instance.element[ 0 ].parentNode ||\n\t\t\t\tinstance.element[ 0 ].parentNode.nodeType === 11 ) ) {\n\t\t\treturn;\n\t\t}\n\n\t\tfor ( i = 0; i < set.length; i++ ) {\n\t\t\tif ( instance.options[ set[ i ][ 0 ] ] ) {\n\t\t\t\tset[ i ][ 1 ].apply( instance.element, args );\n\t\t\t}\n\t\t}\n\t}\n};\n\n\n\nvar safeBlur = $.ui.safeBlur = function( element ) {\n\n\t// Support: IE9 - 10 only\n\t// If the <body> is blurred, IE will switch windows, see #9420\n\tif ( element && element.nodeName.toLowerCase() !== \"body\" ) {\n\t\t$( element ).trigger( \"blur\" );\n\t}\n};\n\n\n/*!\n * jQuery UI Draggable 1.12.1\n * http://jqueryui.com\n *\n * Copyright jQuery Foundation and other contributors\n * Released under the MIT license.\n * http://jquery.org/license\n */\n\n//>>label: Draggable\n//>>group: Interactions\n//>>description: Enables dragging functionality for any element.\n//>>docs: http://api.jqueryui.com/draggable/\n//>>demos: http://jqueryui.com/draggable/\n//>>css.structure: ../../themes/base/draggable.css\n\n\n\n$.widget( \"ui.draggable\", $.ui.mouse, {\n\tversion: \"1.12.1\",\n\twidgetEventPrefix: \"drag\",\n\toptions: {\n\t\taddClasses: true,\n\t\tappendTo: \"parent\",\n\t\taxis: false,\n\t\tconnectToSortable: false,\n\t\tcontainment: false,\n\t\tcursor: \"auto\",\n\t\tcursorAt: false,\n\t\tgrid: false,\n\t\thandle: false,\n\t\thelper: \"original\",\n\t\tiframeFix: false,\n\t\topacity: false,\n\t\trefreshPositions: false,\n\t\trevert: false,\n\t\trevertDuration: 500,\n\t\tscope: \"default\",\n\t\tscroll: true,\n\t\tscrollSensitivity: 20,\n\t\tscrollSpeed: 20,\n\t\tsnap: false,\n\t\tsnapMode: \"both\",\n\t\tsnapTolerance: 20,\n\t\tstack: false,\n\t\tzIndex: false,\n\n\t\t// Callbacks\n\t\tdrag: null,\n\t\tstart: null,\n\t\tstop: null\n\t},\n\t_create: function() {\n\n\t\tif ( this.options.helper === \"original\" ) {\n\t\t\tthis._setPositionRelative();\n\t\t}\n\t\tif ( this.options.addClasses ) {\n\t\t\tthis._addClass( \"ui-draggable\" );\n\t\t}\n\t\tthis._setHandleClassName();\n\n\t\tthis._mouseInit();\n\t},\n\n\t_setOption: function( key, value ) {\n\t\tthis._super( key, value );\n\t\tif ( key === \"handle\" ) {\n\t\t\tthis._removeHandleClassName();\n\t\t\tthis._setHandleClassName();\n\t\t}\n\t},\n\n\t_destroy: function() {\n\t\tif ( ( this.helper || this.element ).is( \".ui-draggable-dragging\" ) ) {\n\t\t\tthis.destroyOnClear = true;\n\t\t\treturn;\n\t\t}\n\t\tthis._removeHandleClassName();\n\t\tthis._mouseDestroy();\n\t},\n\n\t_mouseCapture: function( event ) {\n\t\tvar o = this.options;\n\n\t\t// Among others, prevent a drag on a resizable-handle\n\t\tif ( this.helper || o.disabled ||\n\t\t\t\t$( event.target ).closest( \".ui-resizable-handle\" ).length > 0 ) {\n\t\t\treturn false;\n\t\t}\n\n\t\t//Quit if we're not on a valid handle\n\t\tthis.handle = this._getHandle( event );\n\t\tif ( !this.handle ) {\n\t\t\treturn false;\n\t\t}\n\n\t\tthis._blurActiveElement( event );\n\n\t\tthis._blockFrames( o.iframeFix === true ? \"iframe\" : o.iframeFix );\n\n\t\treturn true;\n\n\t},\n\n\t_blockFrames: function( selector ) {\n\t\tthis.iframeBlocks = this.document.find( selector ).map( function() {\n\t\t\tvar iframe = $( this );\n\n\t\t\treturn $( \"<div>\" )\n\t\t\t\t.css( \"position\", \"absolute\" )\n\t\t\t\t.appendTo( iframe.parent() )\n\t\t\t\t.outerWidth( iframe.outerWidth() )\n\t\t\t\t.outerHeight( iframe.outerHeight() )\n\t\t\t\t.offset( iframe.offset() )[ 0 ];\n\t\t} );\n\t},\n\n\t_unblockFrames: function() {\n\t\tif ( this.iframeBlocks ) {\n\t\t\tthis.iframeBlocks.remove();\n\t\t\tdelete this.iframeBlocks;\n\t\t}\n\t},\n\n\t_blurActiveElement: function( event ) {\n\t\tvar activeElement = $.ui.safeActiveElement( this.document[ 0 ] ),\n\t\t\ttarget = $( event.target );\n\n\t\t// Don't blur if the event occurred on an element that is within\n\t\t// the currently focused element\n\t\t// See #10527, #12472\n\t\tif ( target.closest( activeElement ).length ) {\n\t\t\treturn;\n\t\t}\n\n\t\t// Blur any element that currently has focus, see #4261\n\t\t$.ui.safeBlur( activeElement );\n\t},\n\n\t_mouseStart: function( event ) {\n\n\t\tvar o = this.options;\n\n\t\t//Create and append the visible helper\n\t\tthis.helper = this._createHelper( event );\n\n\t\tthis._addClass( this.helper, \"ui-draggable-dragging\" );\n\n\t\t//Cache the helper size\n\t\tthis._cacheHelperProportions();\n\n\t\t//If ddmanager is used for droppables, set the global draggable\n\t\tif ( $.ui.ddmanager ) {\n\t\t\t$.ui.ddmanager.current = this;\n\t\t}\n\n\t\t/*\n\t\t * - Position generation -\n\t\t * This block generates everything position related - it's the core of draggables.\n\t\t */\n\n\t\t//Cache the margins of the original element\n\t\tthis._cacheMargins();\n\n\t\t//Store the helper's css position\n\t\tthis.cssPosition = this.helper.css( \"position\" );\n\t\tthis.scrollParent = this.helper.scrollParent( true );\n\t\tthis.offsetParent = this.helper.offsetParent();\n\t\tthis.hasFixedAncestor = this.helper.parents().filter( function() {\n\t\t\t\treturn $( this ).css( \"position\" ) === \"fixed\";\n\t\t\t} ).length > 0;\n\n\t\t//The element's absolute position on the page minus margins\n\t\tthis.positionAbs = this.element.offset();\n\t\tthis._refreshOffsets( event );\n\n\t\t//Generate the original position\n\t\tthis.originalPosition = this.position = this._generatePosition( event, false );\n\t\tthis.originalPageX = event.pageX;\n\t\tthis.originalPageY = event.pageY;\n\n\t\t//Adjust the mouse offset relative to the helper if \"cursorAt\" is supplied\n\t\t( o.cursorAt && this._adjustOffsetFromHelper( o.cursorAt ) );\n\n\t\t//Set a containment if given in the options\n\t\tthis._setContainment();\n\n\t\t//Trigger event + callbacks\n\t\tif ( this._trigger( \"start\", event ) === false ) {\n\t\t\tthis._clear();\n\t\t\treturn false;\n\t\t}\n\n\t\t//Recache the helper size\n\t\tthis._cacheHelperProportions();\n\n\t\t//Prepare the droppable offsets\n\t\tif ( $.ui.ddmanager && !o.dropBehaviour ) {\n\t\t\t$.ui.ddmanager.prepareOffsets( this, event );\n\t\t}\n\n\t\t// Execute the drag once - this causes the helper not to be visible before getting its\n\t\t// correct position\n\t\tthis._mouseDrag( event, true );\n\n\t\t// If the ddmanager is used for droppables, inform the manager that dragging has started\n\t\t// (see #5003)\n\t\tif ( $.ui.ddmanager ) {\n\t\t\t$.ui.ddmanager.dragStart( this, event );\n\t\t}\n\n\t\treturn true;\n\t},\n\n\t_refreshOffsets: function( event ) {\n\t\tthis.offset = {\n\t\t\ttop: this.positionAbs.top - this.margins.top,\n\t\t\tleft: this.positionAbs.left - this.margins.left,\n\t\t\tscroll: false,\n\t\t\tparent: this._getParentOffset(),\n\t\t\trelative: this._getRelativeOffset()\n\t\t};\n\n\t\tthis.offset.click = {\n\t\t\tleft: event.pageX - this.offset.left,\n\t\t\ttop: event.pageY - this.offset.top\n\t\t};\n\t},\n\n\t_mouseDrag: function( event, noPropagation ) {\n\n\t\t// reset any necessary cached properties (see #5009)\n\t\tif ( this.hasFixedAncestor ) {\n\t\t\tthis.offset.parent = this._getParentOffset();\n\t\t}\n\n\t\t//Compute the helpers position\n\t\tthis.position = this._generatePosition( event, true );\n\t\tthis.positionAbs = this._convertPositionTo( \"absolute\" );\n\n\t\t//Call plugins and callbacks and use the resulting position if something is returned\n\t\tif ( !noPropagation ) {\n\t\t\tvar ui = this._uiHash();\n\t\t\tif ( this._trigger( \"drag\", event, ui ) === false ) {\n\t\t\t\tthis._mouseUp( new $.Event( \"mouseup\", event ) );\n\t\t\t\treturn false;\n\t\t\t}\n\t\t\tthis.position = ui.position;\n\t\t}\n\n\t\tthis.helper[ 0 ].style.left = this.position.left + \"px\";\n\t\tthis.helper[ 0 ].style.top = this.position.top + \"px\";\n\n\t\tif ( $.ui.ddmanager ) {\n\t\t\t$.ui.ddmanager.drag( this, event );\n\t\t}\n\n\t\treturn false;\n\t},\n\n\t_mouseStop: function( event ) {\n\n\t\t//If we are using droppables, inform the manager about the drop\n\t\tvar that = this,\n\t\t\tdropped = false;\n\t\tif ( $.ui.ddmanager && !this.options.dropBehaviour ) {\n\t\t\tdropped = $.ui.ddmanager.drop( this, event );\n\t\t}\n\n\t\t//if a drop comes from outside (a sortable)\n\t\tif ( this.dropped ) {\n\t\t\tdropped = this.dropped;\n\t\t\tthis.dropped = false;\n\t\t}\n\n\t\tif ( ( this.options.revert === \"invalid\" && !dropped ) ||\n\t\t\t\t( this.options.revert === \"valid\" && dropped ) ||\n\t\t\t\tthis.options.revert === true || ( $.isFunction( this.options.revert ) &&\n\t\t\t\tthis.options.revert.call( this.element, dropped ) )\n\t\t) {\n\t\t\t$( this.helper ).animate(\n\t\t\t\tthis.originalPosition,\n\t\t\t\tparseInt( this.options.revertDuration, 10 ),\n\t\t\t\tfunction() {\n\t\t\t\t\tif ( that._trigger( \"stop\", event ) !== false ) {\n\t\t\t\t\t\tthat._clear();\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t);\n\t\t} else {\n\t\t\tif ( this._trigger( \"stop\", event ) !== false ) {\n\t\t\t\tthis._clear();\n\t\t\t}\n\t\t}\n\n\t\treturn false;\n\t},\n\n\t_mouseUp: function( event ) {\n\t\tthis._unblockFrames();\n\n\t\t// If the ddmanager is used for droppables, inform the manager that dragging has stopped\n\t\t// (see #5003)\n\t\tif ( $.ui.ddmanager ) {\n\t\t\t$.ui.ddmanager.dragStop( this, event );\n\t\t}\n\n\t\t// Only need to focus if the event occurred on the draggable itself, see #10527\n\t\tif ( this.handleElement.is( event.target ) ) {\n\n\t\t\t// The interaction is over; whether or not the click resulted in a drag,\n\t\t\t// focus the element\n\t\t\tthis.element.trigger( \"focus\" );\n\t\t}\n\n\t\treturn $.ui.mouse.prototype._mouseUp.call( this, event );\n\t},\n\n\tcancel: function() {\n\n\t\tif ( this.helper.is( \".ui-draggable-dragging\" ) ) {\n\t\t\tthis._mouseUp( new $.Event( \"mouseup\", { target: this.element[ 0 ] } ) );\n\t\t} else {\n\t\t\tthis._clear();\n\t\t}\n\n\t\treturn this;\n\n\t},\n\n\t_getHandle: function( event ) {\n\t\treturn this.options.handle ?\n\t\t\t!!$( event.target ).closest( this.element.find( this.options.handle ) ).length :\n\t\t\ttrue;\n\t},\n\n\t_setHandleClassName: function() {\n\t\tthis.handleElement = this.options.handle ?\n\t\t\tthis.element.find( this.options.handle ) : this.element;\n\t\tthis._addClass( this.handleElement, \"ui-draggable-handle\" );\n\t},\n\n\t_removeHandleClassName: function() {\n\t\tthis._removeClass( this.handleElement, \"ui-draggable-handle\" );\n\t},\n\n\t_createHelper: function( event ) {\n\n\t\tvar o = this.options,\n\t\t\thelperIsFunction = $.isFunction( o.helper ),\n\t\t\thelper = helperIsFunction ?\n\t\t\t\t$( o.helper.apply( this.element[ 0 ], [ event ] ) ) :\n\t\t\t\t( o.helper === \"clone\" ?\n\t\t\t\t\tthis.element.clone().removeAttr( \"id\" ) :\n\t\t\t\t\tthis.element );\n\n\t\tif ( !helper.parents( \"body\" ).length ) {\n\t\t\thelper.appendTo( ( o.appendTo === \"parent\" ?\n\t\t\t\tthis.element[ 0 ].parentNode :\n\t\t\t\to.appendTo ) );\n\t\t}\n\n\t\t// Http://bugs.jqueryui.com/ticket/9446\n\t\t// a helper function can return the original element\n\t\t// which wouldn't have been set to relative in _create\n\t\tif ( helperIsFunction && helper[ 0 ] === this.element[ 0 ] ) {\n\t\t\tthis._setPositionRelative();\n\t\t}\n\n\t\tif ( helper[ 0 ] !== this.element[ 0 ] &&\n\t\t\t\t!( /(fixed|absolute)/ ).test( helper.css( \"position\" ) ) ) {\n\t\t\thelper.css( \"position\", \"absolute\" );\n\t\t}\n\n\t\treturn helper;\n\n\t},\n\n\t_setPositionRelative: function() {\n\t\tif ( !( /^(?:r|a|f)/ ).test( this.element.css( \"position\" ) ) ) {\n\t\t\tthis.element[ 0 ].style.position = \"relative\";\n\t\t}\n\t},\n\n\t_adjustOffsetFromHelper: function( obj ) {\n\t\tif ( typeof obj === \"string\" ) {\n\t\t\tobj = obj.split( \" \" );\n\t\t}\n\t\tif ( $.isArray( obj ) ) {\n\t\t\tobj = { left: +obj[ 0 ], top: +obj[ 1 ] || 0 };\n\t\t}\n\t\tif ( \"left\" in obj ) {\n\t\t\tthis.offset.click.left = obj.left + this.margins.left;\n\t\t}\n\t\tif ( \"right\" in obj ) {\n\t\t\tthis.offset.click.left = this.helperProportions.width - obj.right + this.margins.left;\n\t\t}\n\t\tif ( \"top\" in obj ) {\n\t\t\tthis.offset.click.top = obj.top + this.margins.top;\n\t\t}\n\t\tif ( \"bottom\" in obj ) {\n\t\t\tthis.offset.click.top = this.helperProportions.height - obj.bottom + this.margins.top;\n\t\t}\n\t},\n\n\t_isRootNode: function( element ) {\n\t\treturn ( /(html|body)/i ).test( element.tagName ) || element === this.document[ 0 ];\n\t},\n\n\t_getParentOffset: function() {\n\n\t\t//Get the offsetParent and cache its position\n\t\tvar po = this.offsetParent.offset(),\n\t\t\tdocument = this.document[ 0 ];\n\n\t\t// This is a special case where we need to modify a offset calculated on start, since the\n\t\t// following happened:\n\t\t// 1. The position of the helper is absolute, so it's position is calculated based on the\n\t\t// next positioned parent\n\t\t// 2. The actual offset parent is a child of the scroll parent, and the scroll parent isn't\n\t\t// the document, which means that the scroll is included in the initial calculation of the\n\t\t// offset of the parent, and never recalculated upon drag\n\t\tif ( this.cssPosition === \"absolute\" && this.scrollParent[ 0 ] !== document &&\n\t\t\t\t$.contains( this.scrollParent[ 0 ], this.offsetParent[ 0 ] ) ) {\n\t\t\tpo.left += this.scrollParent.scrollLeft();\n\t\t\tpo.top += this.scrollParent.scrollTop();\n\t\t}\n\n\t\tif ( this._isRootNode( this.offsetParent[ 0 ] ) ) {\n\t\t\tpo = { top: 0, left: 0 };\n\t\t}\n\n\t\treturn {\n\t\t\ttop: po.top + ( parseInt( this.offsetParent.css( \"borderTopWidth\" ), 10 ) || 0 ),\n\t\t\tleft: po.left + ( parseInt( this.offsetParent.css( \"borderLeftWidth\" ), 10 ) || 0 )\n\t\t};\n\n\t},\n\n\t_getRelativeOffset: function() {\n\t\tif ( this.cssPosition !== \"relative\" ) {\n\t\t\treturn { top: 0, left: 0 };\n\t\t}\n\n\t\tvar p = this.element.position(),\n\t\t\tscrollIsRootNode = this._isRootNode( this.scrollParent[ 0 ] );\n\n\t\treturn {\n\t\t\ttop: p.top - ( parseInt( this.helper.css( \"top\" ), 10 ) || 0 ) +\n\t\t\t\t( !scrollIsRootNode ? this.scrollParent.scrollTop() : 0 ),\n\t\t\tleft: p.left - ( parseInt( this.helper.css( \"left\" ), 10 ) || 0 ) +\n\t\t\t\t( !scrollIsRootNode ? this.scrollParent.scrollLeft() : 0 )\n\t\t};\n\n\t},\n\n\t_cacheMargins: function() {\n\t\tthis.margins = {\n\t\t\tleft: ( parseInt( this.element.css( \"marginLeft\" ), 10 ) || 0 ),\n\t\t\ttop: ( parseInt( this.element.css( \"marginTop\" ), 10 ) || 0 ),\n\t\t\tright: ( parseInt( this.element.css( \"marginRight\" ), 10 ) || 0 ),\n\t\t\tbottom: ( parseInt( this.element.css( \"marginBottom\" ), 10 ) || 0 )\n\t\t};\n\t},\n\n\t_cacheHelperProportions: function() {\n\t\tthis.helperProportions = {\n\t\t\twidth: this.helper.outerWidth(),\n\t\t\theight: this.helper.outerHeight()\n\t\t};\n\t},\n\n\t_setContainment: function() {\n\n\t\tvar isUserScrollable, c, ce,\n\t\t\to = this.options,\n\t\t\tdocument = this.document[ 0 ];\n\n\t\tthis.relativeContainer = null;\n\n\t\tif ( !o.containment ) {\n\t\t\tthis.containment = null;\n\t\t\treturn;\n\t\t}\n\n\t\tif ( o.containment === \"window\" ) {\n\t\t\tthis.containment = [\n\t\t\t\t$( window ).scrollLeft() - this.offset.relative.left - this.offset.parent.left,\n\t\t\t\t$( window ).scrollTop() - this.offset.relative.top - this.offset.parent.top,\n\t\t\t\t$( window ).scrollLeft() + $( window ).width() -\n\t\t\t\t\tthis.helperProportions.width - this.margins.left,\n\t\t\t\t$( window ).scrollTop() +\n\t\t\t\t\t( $( window ).height() || document.body.parentNode.scrollHeight ) -\n\t\t\t\t\tthis.helperProportions.height - this.margins.top\n\t\t\t];\n\t\t\treturn;\n\t\t}\n\n\t\tif ( o.containment === \"document\" ) {\n\t\t\tthis.containment = [\n\t\t\t\t0,\n\t\t\t\t0,\n\t\t\t\t$( document ).width() - this.helperProportions.width - this.margins.left,\n\t\t\t\t( $( document ).height() || document.body.parentNode.scrollHeight ) -\n\t\t\t\t\tthis.helperProportions.height - this.margins.top\n\t\t\t];\n\t\t\treturn;\n\t\t}\n\n\t\tif ( o.containment.constructor === Array ) {\n\t\t\tthis.containment = o.containment;\n\t\t\treturn;\n\t\t}\n\n\t\tif ( o.containment === \"parent\" ) {\n\t\t\to.containment = this.helper[ 0 ].parentNode;\n\t\t}\n\n\t\tc = $( o.containment );\n\t\tce = c[ 0 ];\n\n\t\tif ( !ce ) {\n\t\t\treturn;\n\t\t}\n\n\t\tisUserScrollable = /(scroll|auto)/.test( c.css( \"overflow\" ) );\n\n\t\tthis.containment = [\n\t\t\t( parseInt( c.css( \"borderLeftWidth\" ), 10 ) || 0 ) +\n\t\t\t\t( parseInt( c.css( \"paddingLeft\" ), 10 ) || 0 ),\n\t\t\t( parseInt( c.css( \"borderTopWidth\" ), 10 ) || 0 ) +\n\t\t\t\t( parseInt( c.css( \"paddingTop\" ), 10 ) || 0 ),\n\t\t\t( isUserScrollable ? Math.max( ce.scrollWidth, ce.offsetWidth ) : ce.offsetWidth ) -\n\t\t\t\t( parseInt( c.css( \"borderRightWidth\" ), 10 ) || 0 ) -\n\t\t\t\t( parseInt( c.css( \"paddingRight\" ), 10 ) || 0 ) -\n\t\t\t\tthis.helperProportions.width -\n\t\t\t\tthis.margins.left -\n\t\t\t\tthis.margins.right,\n\t\t\t( isUserScrollable ? Math.max( ce.scrollHeight, ce.offsetHeight ) : ce.offsetHeight ) -\n\t\t\t\t( parseInt( c.css( \"borderBottomWidth\" ), 10 ) || 0 ) -\n\t\t\t\t( parseInt( c.css( \"paddingBottom\" ), 10 ) || 0 ) -\n\t\t\t\tthis.helperProportions.height -\n\t\t\t\tthis.margins.top -\n\t\t\t\tthis.margins.bottom\n\t\t];\n\t\tthis.relativeContainer = c;\n\t},\n\n\t_convertPositionTo: function( d, pos ) {\n\n\t\tif ( !pos ) {\n\t\t\tpos = this.position;\n\t\t}\n\n\t\tvar mod = d === \"absolute\" ? 1 : -1,\n\t\t\tscrollIsRootNode = this._isRootNode( this.scrollParent[ 0 ] );\n\n\t\treturn {\n\t\t\ttop: (\n\n\t\t\t\t// The absolute mouse position\n\t\t\t\tpos.top\t+\n\n\t\t\t\t// Only for relative positioned nodes: Relative offset from element to offset parent\n\t\t\t\tthis.offset.relative.top * mod +\n\n\t\t\t\t// The offsetParent's offset without borders (offset + border)\n\t\t\t\tthis.offset.parent.top * mod -\n\t\t\t\t( ( this.cssPosition === \"fixed\" ?\n\t\t\t\t\t-this.offset.scroll.top :\n\t\t\t\t\t( scrollIsRootNode ? 0 : this.offset.scroll.top ) ) * mod )\n\t\t\t),\n\t\t\tleft: (\n\n\t\t\t\t// The absolute mouse position\n\t\t\t\tpos.left +\n\n\t\t\t\t// Only for relative positioned nodes: Relative offset from element to offset parent\n\t\t\t\tthis.offset.relative.left * mod +\n\n\t\t\t\t// The offsetParent's offset without borders (offset + border)\n\t\t\t\tthis.offset.parent.left * mod\t-\n\t\t\t\t( ( this.cssPosition === \"fixed\" ?\n\t\t\t\t\t-this.offset.scroll.left :\n\t\t\t\t\t( scrollIsRootNode ? 0 : this.offset.scroll.left ) ) * mod )\n\t\t\t)\n\t\t};\n\n\t},\n\n\t_generatePosition: function( event, constrainPosition ) {\n\n\t\tvar containment, co, top, left,\n\t\t\to = this.options,\n\t\t\tscrollIsRootNode = this._isRootNode( this.scrollParent[ 0 ] ),\n\t\t\tpageX = event.pageX,\n\t\t\tpageY = event.pageY;\n\n\t\t// Cache the scroll\n\t\tif ( !scrollIsRootNode || !this.offset.scroll ) {\n\t\t\tthis.offset.scroll = {\n\t\t\t\ttop: this.scrollParent.scrollTop(),\n\t\t\t\tleft: this.scrollParent.scrollLeft()\n\t\t\t};\n\t\t}\n\n\t\t/*\n\t\t * - Position constraining -\n\t\t * Constrain the position to a mix of grid, containment.\n\t\t */\n\n\t\t// If we are not dragging yet, we won't check for options\n\t\tif ( constrainPosition ) {\n\t\t\tif ( this.containment ) {\n\t\t\t\tif ( this.relativeContainer ) {\n\t\t\t\t\tco = this.relativeContainer.offset();\n\t\t\t\t\tcontainment = [\n\t\t\t\t\t\tthis.containment[ 0 ] + co.left,\n\t\t\t\t\t\tthis.containment[ 1 ] + co.top,\n\t\t\t\t\t\tthis.containment[ 2 ] + co.left,\n\t\t\t\t\t\tthis.containment[ 3 ] + co.top\n\t\t\t\t\t];\n\t\t\t\t} else {\n\t\t\t\t\tcontainment = this.containment;\n\t\t\t\t}\n\n\t\t\t\tif ( event.pageX - this.offset.click.left < containment[ 0 ] ) {\n\t\t\t\t\tpageX = containment[ 0 ] + this.offset.click.left;\n\t\t\t\t}\n\t\t\t\tif ( event.pageY - this.offset.click.top < containment[ 1 ] ) {\n\t\t\t\t\tpageY = containment[ 1 ] + this.offset.click.top;\n\t\t\t\t}\n\t\t\t\tif ( event.pageX - this.offset.click.left > containment[ 2 ] ) {\n\t\t\t\t\tpageX = containment[ 2 ] + this.offset.click.left;\n\t\t\t\t}\n\t\t\t\tif ( event.pageY - this.offset.click.top > containment[ 3 ] ) {\n\t\t\t\t\tpageY = containment[ 3 ] + this.offset.click.top;\n\t\t\t\t}\n\t\t\t}\n\n\t\t\tif ( o.grid ) {\n\n\t\t\t\t//Check for grid elements set to 0 to prevent divide by 0 error causing invalid\n\t\t\t\t// argument errors in IE (see ticket #6950)\n\t\t\t\ttop = o.grid[ 1 ] ? this.originalPageY + Math.round( ( pageY -\n\t\t\t\t\tthis.originalPageY ) / o.grid[ 1 ] ) * o.grid[ 1 ] : this.originalPageY;\n\t\t\t\tpageY = containment ? ( ( top - this.offset.click.top >= containment[ 1 ] ||\n\t\t\t\t\ttop - this.offset.click.top > containment[ 3 ] ) ?\n\t\t\t\t\t\ttop :\n\t\t\t\t\t\t( ( top - this.offset.click.top >= containment[ 1 ] ) ?\n\t\t\t\t\t\t\ttop - o.grid[ 1 ] : top + o.grid[ 1 ] ) ) : top;\n\n\t\t\t\tleft = o.grid[ 0 ] ? this.originalPageX +\n\t\t\t\t\tMath.round( ( pageX - this.originalPageX ) / o.grid[ 0 ] ) * o.grid[ 0 ] :\n\t\t\t\t\tthis.originalPageX;\n\t\t\t\tpageX = containment ? ( ( left - this.offset.click.left >= containment[ 0 ] ||\n\t\t\t\t\tleft - this.offset.click.left > containment[ 2 ] ) ?\n\t\t\t\t\t\tleft :\n\t\t\t\t\t\t( ( left - this.offset.click.left >= containment[ 0 ] ) ?\n\t\t\t\t\t\t\tleft - o.grid[ 0 ] : left + o.grid[ 0 ] ) ) : left;\n\t\t\t}\n\n\t\t\tif ( o.axis === \"y\" ) {\n\t\t\t\tpageX = this.originalPageX;\n\t\t\t}\n\n\t\t\tif ( o.axis === \"x\" ) {\n\t\t\t\tpageY = this.originalPageY;\n\t\t\t}\n\t\t}\n\n\t\treturn {\n\t\t\ttop: (\n\n\t\t\t\t// The absolute mouse position\n\t\t\t\tpageY -\n\n\t\t\t\t// Click offset (relative to the element)\n\t\t\t\tthis.offset.click.top -\n\n\t\t\t\t// Only for relative positioned nodes: Relative offset from element to offset parent\n\t\t\t\tthis.offset.relative.top -\n\n\t\t\t\t// The offsetParent's offset without borders (offset + border)\n\t\t\t\tthis.offset.parent.top +\n\t\t\t\t( this.cssPosition === \"fixed\" ?\n\t\t\t\t\t-this.offset.scroll.top :\n\t\t\t\t\t( scrollIsRootNode ? 0 : this.offset.scroll.top ) )\n\t\t\t),\n\t\t\tleft: (\n\n\t\t\t\t// The absolute mouse position\n\t\t\t\tpageX -\n\n\t\t\t\t// Click offset (relative to the element)\n\t\t\t\tthis.offset.click.left -\n\n\t\t\t\t// Only for relative positioned nodes: Relative offset from element to offset parent\n\t\t\t\tthis.offset.relative.left -\n\n\t\t\t\t// The offsetParent's offset without borders (offset + border)\n\t\t\t\tthis.offset.parent.left +\n\t\t\t\t( this.cssPosition === \"fixed\" ?\n\t\t\t\t\t-this.offset.scroll.left :\n\t\t\t\t\t( scrollIsRootNode ? 0 : this.offset.scroll.left ) )\n\t\t\t)\n\t\t};\n\n\t},\n\n\t_clear: function() {\n\t\tthis._removeClass( this.helper, \"ui-draggable-dragging\" );\n\t\tif ( this.helper[ 0 ] !== this.element[ 0 ] && !this.cancelHelperRemoval ) {\n\t\t\tthis.helper.remove();\n\t\t}\n\t\tthis.helper = null;\n\t\tthis.cancelHelperRemoval = false;\n\t\tif ( this.destroyOnClear ) {\n\t\t\tthis.destroy();\n\t\t}\n\t},\n\n\t// From now on bulk stuff - mainly helpers\n\n\t_trigger: function( type, event, ui ) {\n\t\tui = ui || this._uiHash();\n\t\t$.ui.plugin.call( this, type, [ event, ui, this ], true );\n\n\t\t// Absolute position and offset (see #6884 ) have to be recalculated after plugins\n\t\tif ( /^(drag|start|stop)/.test( type ) ) {\n\t\t\tthis.positionAbs = this._convertPositionTo( \"absolute\" );\n\t\t\tui.offset = this.positionAbs;\n\t\t}\n\t\treturn $.Widget.prototype._trigger.call( this, type, event, ui );\n\t},\n\n\tplugins: {},\n\n\t_uiHash: function() {\n\t\treturn {\n\t\t\thelper: this.helper,\n\t\t\tposition: this.position,\n\t\t\toriginalPosition: this.originalPosition,\n\t\t\toffset: this.positionAbs\n\t\t};\n\t}\n\n} );\n\n$.ui.plugin.add( \"draggable\", \"connectToSortable\", {\n\tstart: function( event, ui, draggable ) {\n\t\tvar uiSortable = $.extend( {}, ui, {\n\t\t\titem: draggable.element\n\t\t} );\n\n\t\tdraggable.sortables = [];\n\t\t$( draggable.options.connectToSortable ).each( function() {\n\t\t\tvar sortable = $( this ).sortable( \"instance\" );\n\n\t\t\tif ( sortable && !sortable.options.disabled ) {\n\t\t\t\tdraggable.sortables.push( sortable );\n\n\t\t\t\t// RefreshPositions is called at drag start to refresh the containerCache\n\t\t\t\t// which is used in drag. This ensures it's initialized and synchronized\n\t\t\t\t// with any changes that might have happened on the page since initialization.\n\t\t\t\tsortable.refreshPositions();\n\t\t\t\tsortable._trigger( \"activate\", event, uiSortable );\n\t\t\t}\n\t\t} );\n\t},\n\tstop: function( event, ui, draggable ) {\n\t\tvar uiSortable = $.extend( {}, ui, {\n\t\t\titem: draggable.element\n\t\t} );\n\n\t\tdraggable.cancelHelperRemoval = false;\n\n\t\t$.each( draggable.sortables, function() {\n\t\t\tvar sortable = this;\n\n\t\t\tif ( sortable.isOver ) {\n\t\t\t\tsortable.isOver = 0;\n\n\t\t\t\t// Allow this sortable to handle removing the helper\n\t\t\t\tdraggable.cancelHelperRemoval = true;\n\t\t\t\tsortable.cancelHelperRemoval = false;\n\n\t\t\t\t// Use _storedCSS To restore properties in the sortable,\n\t\t\t\t// as this also handles revert (#9675) since the draggable\n\t\t\t\t// may have modified them in unexpected ways (#8809)\n\t\t\t\tsortable._storedCSS = {\n\t\t\t\t\tposition: sortable.placeholder.css( \"position\" ),\n\t\t\t\t\ttop: sortable.placeholder.css( \"top\" ),\n\t\t\t\t\tleft: sortable.placeholder.css( \"left\" )\n\t\t\t\t};\n\n\t\t\t\tsortable._mouseStop( event );\n\n\t\t\t\t// Once drag has ended, the sortable should return to using\n\t\t\t\t// its original helper, not the shared helper from draggable\n\t\t\t\tsortable.options.helper = sortable.options._helper;\n\t\t\t} else {\n\n\t\t\t\t// Prevent this Sortable from removing the helper.\n\t\t\t\t// However, don't set the draggable to remove the helper\n\t\t\t\t// either as another connected Sortable may yet handle the removal.\n\t\t\t\tsortable.cancelHelperRemoval = true;\n\n\t\t\t\tsortable._trigger( \"deactivate\", event, uiSortable );\n\t\t\t}\n\t\t} );\n\t},\n\tdrag: function( event, ui, draggable ) {\n\t\t$.each( draggable.sortables, function() {\n\t\t\tvar innermostIntersecting = false,\n\t\t\t\tsortable = this;\n\n\t\t\t// Copy over variables that sortable's _intersectsWith uses\n\t\t\tsortable.positionAbs = draggable.positionAbs;\n\t\t\tsortable.helperProportions = draggable.helperProportions;\n\t\t\tsortable.offset.click = draggable.offset.click;\n\n\t\t\tif ( sortable._intersectsWith( sortable.containerCache ) ) {\n\t\t\t\tinnermostIntersecting = true;\n\n\t\t\t\t$.each( draggable.sortables, function() {\n\n\t\t\t\t\t// Copy over variables that sortable's _intersectsWith uses\n\t\t\t\t\tthis.positionAbs = draggable.positionAbs;\n\t\t\t\t\tthis.helperProportions = draggable.helperProportions;\n\t\t\t\t\tthis.offset.click = draggable.offset.click;\n\n\t\t\t\t\tif ( this !== sortable &&\n\t\t\t\t\t\t\tthis._intersectsWith( this.containerCache ) &&\n\t\t\t\t\t\t\t$.contains( sortable.element[ 0 ], this.element[ 0 ] ) ) {\n\t\t\t\t\t\tinnermostIntersecting = false;\n\t\t\t\t\t}\n\n\t\t\t\t\treturn innermostIntersecting;\n\t\t\t\t} );\n\t\t\t}\n\n\t\t\tif ( innermostIntersecting ) {\n\n\t\t\t\t// If it intersects, we use a little isOver variable and set it once,\n\t\t\t\t// so that the move-in stuff gets fired only once.\n\t\t\t\tif ( !sortable.isOver ) {\n\t\t\t\t\tsortable.isOver = 1;\n\n\t\t\t\t\t// Store draggable's parent in case we need to reappend to it later.\n\t\t\t\t\tdraggable._parent = ui.helper.parent();\n\n\t\t\t\t\tsortable.currentItem = ui.helper\n\t\t\t\t\t\t.appendTo( sortable.element )\n\t\t\t\t\t\t.data( \"ui-sortable-item\", true );\n\n\t\t\t\t\t// Store helper option to later restore it\n\t\t\t\t\tsortable.options._helper = sortable.options.helper;\n\n\t\t\t\t\tsortable.options.helper = function() {\n\t\t\t\t\t\treturn ui.helper[ 0 ];\n\t\t\t\t\t};\n\n\t\t\t\t\t// Fire the start events of the sortable with our passed browser event,\n\t\t\t\t\t// and our own helper (so it doesn't create a new one)\n\t\t\t\t\tevent.target = sortable.currentItem[ 0 ];\n\t\t\t\t\tsortable._mouseCapture( event, true );\n\t\t\t\t\tsortable._mouseStart( event, true, true );\n\n\t\t\t\t\t// Because the browser event is way off the new appended portlet,\n\t\t\t\t\t// modify necessary variables to reflect the changes\n\t\t\t\t\tsortable.offset.click.top = draggable.offset.click.top;\n\t\t\t\t\tsortable.offset.click.left = draggable.offset.click.left;\n\t\t\t\t\tsortable.offset.parent.left -= draggable.offset.parent.left -\n\t\t\t\t\t\tsortable.offset.parent.left;\n\t\t\t\t\tsortable.offset.parent.top -= draggable.offset.parent.top -\n\t\t\t\t\t\tsortable.offset.parent.top;\n\n\t\t\t\t\tdraggable._trigger( \"toSortable\", event );\n\n\t\t\t\t\t// Inform draggable that the helper is in a valid drop zone,\n\t\t\t\t\t// used solely in the revert option to handle \"valid/invalid\".\n\t\t\t\t\tdraggable.dropped = sortable.element;\n\n\t\t\t\t\t// Need to refreshPositions of all sortables in the case that\n\t\t\t\t\t// adding to one sortable changes the location of the other sortables (#9675)\n\t\t\t\t\t$.each( draggable.sortables, function() {\n\t\t\t\t\t\tthis.refreshPositions();\n\t\t\t\t\t} );\n\n\t\t\t\t\t// Hack so receive/update callbacks work (mostly)\n\t\t\t\t\tdraggable.currentItem = draggable.element;\n\t\t\t\t\tsortable.fromOutside = draggable;\n\t\t\t\t}\n\n\t\t\t\tif ( sortable.currentItem ) {\n\t\t\t\t\tsortable._mouseDrag( event );\n\n\t\t\t\t\t// Copy the sortable's position because the draggable's can potentially reflect\n\t\t\t\t\t// a relative position, while sortable is always absolute, which the dragged\n\t\t\t\t\t// element has now become. (#8809)\n\t\t\t\t\tui.position = sortable.position;\n\t\t\t\t}\n\t\t\t} else {\n\n\t\t\t\t// If it doesn't intersect with the sortable, and it intersected before,\n\t\t\t\t// we fake the drag stop of the sortable, but make sure it doesn't remove\n\t\t\t\t// the helper by using cancelHelperRemoval.\n\t\t\t\tif ( sortable.isOver ) {\n\n\t\t\t\t\tsortable.isOver = 0;\n\t\t\t\t\tsortable.cancelHelperRemoval = true;\n\n\t\t\t\t\t// Calling sortable's mouseStop would trigger a revert,\n\t\t\t\t\t// so revert must be temporarily false until after mouseStop is called.\n\t\t\t\t\tsortable.options._revert = sortable.options.revert;\n\t\t\t\t\tsortable.options.revert = false;\n\n\t\t\t\t\tsortable._trigger( \"out\", event, sortable._uiHash( sortable ) );\n\t\t\t\t\tsortable._mouseStop( event, true );\n\n\t\t\t\t\t// Restore sortable behaviors that were modfied\n\t\t\t\t\t// when the draggable entered the sortable area (#9481)\n\t\t\t\t\tsortable.options.revert = sortable.options._revert;\n\t\t\t\t\tsortable.options.helper = sortable.options._helper;\n\n\t\t\t\t\tif ( sortable.placeholder ) {\n\t\t\t\t\t\tsortable.placeholder.remove();\n\t\t\t\t\t}\n\n\t\t\t\t\t// Restore and recalculate the draggable's offset considering the sortable\n\t\t\t\t\t// may have modified them in unexpected ways. (#8809, #10669)\n\t\t\t\t\tui.helper.appendTo( draggable._parent );\n\t\t\t\t\tdraggable._refreshOffsets( event );\n\t\t\t\t\tui.position = draggable._generatePosition( event, true );\n\n\t\t\t\t\tdraggable._trigger( \"fromSortable\", event );\n\n\t\t\t\t\t// Inform draggable that the helper is no longer in a valid drop zone\n\t\t\t\t\tdraggable.dropped = false;\n\n\t\t\t\t\t// Need to refreshPositions of all sortables just in case removing\n\t\t\t\t\t// from one sortable changes the location of other sortables (#9675)\n\t\t\t\t\t$.each( draggable.sortables, function() {\n\t\t\t\t\t\tthis.refreshPositions();\n\t\t\t\t\t} );\n\t\t\t\t}\n\t\t\t}\n\t\t} );\n\t}\n} );\n\n$.ui.plugin.add( \"draggable\", \"cursor\", {\n\tstart: function( event, ui, instance ) {\n\t\tvar t = $( \"body\" ),\n\t\t\to = instance.options;\n\n\t\tif ( t.css( \"cursor\" ) ) {\n\t\t\to._cursor = t.css( \"cursor\" );\n\t\t}\n\t\tt.css( \"cursor\", o.cursor );\n\t},\n\tstop: function( event, ui, instance ) {\n\t\tvar o = instance.options;\n\t\tif ( o._cursor ) {\n\t\t\t$( \"body\" ).css( \"cursor\", o._cursor );\n\t\t}\n\t}\n} );\n\n$.ui.plugin.add( \"draggable\", \"opacity\", {\n\tstart: function( event, ui, instance ) {\n\t\tvar t = $( ui.helper ),\n\t\t\to = instance.options;\n\t\tif ( t.css( \"opacity\" ) ) {\n\t\t\to._opacity = t.css( \"opacity\" );\n\t\t}\n\t\tt.css( \"opacity\", o.opacity );\n\t},\n\tstop: function( event, ui, instance ) {\n\t\tvar o = instance.options;\n\t\tif ( o._opacity ) {\n\t\t\t$( ui.helper ).css( \"opacity\", o._opacity );\n\t\t}\n\t}\n} );\n\n$.ui.plugin.add( \"draggable\", \"scroll\", {\n\tstart: function( event, ui, i ) {\n\t\tif ( !i.scrollParentNotHidden ) {\n\t\t\ti.scrollParentNotHidden = i.helper.scrollParent( false );\n\t\t}\n\n\t\tif ( i.scrollParentNotHidden[ 0 ] !== i.document[ 0 ] &&\n\t\t\t\ti.scrollParentNotHidden[ 0 ].tagName !== \"HTML\" ) {\n\t\t\ti.overflowOffset = i.scrollParentNotHidden.offset();\n\t\t}\n\t},\n\tdrag: function( event, ui, i ) {\n\n\t\tvar o = i.options,\n\t\t\tscrolled = false,\n\t\t\tscrollParent = i.scrollParentNotHidden[ 0 ],\n\t\t\tdocument = i.document[ 0 ];\n\n\t\tif ( scrollParent !== document && scrollParent.tagName !== \"HTML\" ) {\n\t\t\tif ( !o.axis || o.axis !== \"x\" ) {\n\t\t\t\tif ( ( i.overflowOffset.top + scrollParent.offsetHeight ) - event.pageY <\n\t\t\t\t\t\to.scrollSensitivity ) {\n\t\t\t\t\tscrollParent.scrollTop = scrolled = scrollParent.scrollTop + o.scrollSpeed;\n\t\t\t\t} else if ( event.pageY - i.overflowOffset.top < o.scrollSensitivity ) {\n\t\t\t\t\tscrollParent.scrollTop = scrolled = scrollParent.scrollTop - o.scrollSpeed;\n\t\t\t\t}\n\t\t\t}\n\n\t\t\tif ( !o.axis || o.axis !== \"y\" ) {\n\t\t\t\tif ( ( i.overflowOffset.left + scrollParent.offsetWidth ) - event.pageX <\n\t\t\t\t\t\to.scrollSensitivity ) {\n\t\t\t\t\tscrollParent.scrollLeft = scrolled = scrollParent.scrollLeft + o.scrollSpeed;\n\t\t\t\t} else if ( event.pageX - i.overflowOffset.left < o.scrollSensitivity ) {\n\t\t\t\t\tscrollParent.scrollLeft = scrolled = scrollParent.scrollLeft - o.scrollSpeed;\n\t\t\t\t}\n\t\t\t}\n\n\t\t} else {\n\n\t\t\tif ( !o.axis || o.axis !== \"x\" ) {\n\t\t\t\tif ( event.pageY - $( document ).scrollTop() < o.scrollSensitivity ) {\n\t\t\t\t\tscrolled = $( document ).scrollTop( $( document ).scrollTop() - o.scrollSpeed );\n\t\t\t\t} else if ( $( window ).height() - ( event.pageY - $( document ).scrollTop() ) <\n\t\t\t\t\t\to.scrollSensitivity ) {\n\t\t\t\t\tscrolled = $( document ).scrollTop( $( document ).scrollTop() + o.scrollSpeed );\n\t\t\t\t}\n\t\t\t}\n\n\t\t\tif ( !o.axis || o.axis !== \"y\" ) {\n\t\t\t\tif ( event.pageX - $( document ).scrollLeft() < o.scrollSensitivity ) {\n\t\t\t\t\tscrolled = $( document ).scrollLeft(\n\t\t\t\t\t\t$( document ).scrollLeft() - o.scrollSpeed\n\t\t\t\t\t);\n\t\t\t\t} else if ( $( window ).width() - ( event.pageX - $( document ).scrollLeft() ) <\n\t\t\t\t\t\to.scrollSensitivity ) {\n\t\t\t\t\tscrolled = $( document ).scrollLeft(\n\t\t\t\t\t\t$( document ).scrollLeft() + o.scrollSpeed\n\t\t\t\t\t);\n\t\t\t\t}\n\t\t\t}\n\n\t\t}\n\n\t\tif ( scrolled !== false && $.ui.ddmanager && !o.dropBehaviour ) {\n\t\t\t$.ui.ddmanager.prepareOffsets( i, event );\n\t\t}\n\n\t}\n} );\n\n$.ui.plugin.add( \"draggable\", \"snap\", {\n\tstart: function( event, ui, i ) {\n\n\t\tvar o = i.options;\n\n\t\ti.snapElements = [];\n\n\t\t$( o.snap.constructor !== String ? ( o.snap.items || \":data(ui-draggable)\" ) : o.snap )\n\t\t\t.each( function() {\n\t\t\t\tvar $t = $( this ),\n\t\t\t\t\t$o = $t.offset();\n\t\t\t\tif ( this !== i.element[ 0 ] ) {\n\t\t\t\t\ti.snapElements.push( {\n\t\t\t\t\t\titem: this,\n\t\t\t\t\t\twidth: $t.outerWidth(), height: $t.outerHeight(),\n\t\t\t\t\t\ttop: $o.top, left: $o.left\n\t\t\t\t\t} );\n\t\t\t\t}\n\t\t\t} );\n\n\t},\n\tdrag: function( event, ui, inst ) {\n\n\t\tvar ts, bs, ls, rs, l, r, t, b, i, first,\n\t\t\to = inst.options,\n\t\t\td = o.snapTolerance,\n\t\t\tx1 = ui.offset.left, x2 = x1 + inst.helperProportions.width,\n\t\t\ty1 = ui.offset.top, y2 = y1 + inst.helperProportions.height;\n\n\t\tfor ( i = inst.snapElements.length - 1; i >= 0; i-- ) {\n\n\t\t\tl = inst.snapElements[ i ].left - inst.margins.left;\n\t\t\tr = l + inst.snapElements[ i ].width;\n\t\t\tt = inst.snapElements[ i ].top - inst.margins.top;\n\t\t\tb = t + inst.snapElements[ i ].height;\n\n\t\t\tif ( x2 < l - d || x1 > r + d || y2 < t - d || y1 > b + d ||\n\t\t\t\t\t!$.contains( inst.snapElements[ i ].item.ownerDocument,\n\t\t\t\t\tinst.snapElements[ i ].item ) ) {\n\t\t\t\tif ( inst.snapElements[ i ].snapping ) {\n\t\t\t\t\t( inst.options.snap.release &&\n\t\t\t\t\t\tinst.options.snap.release.call(\n\t\t\t\t\t\t\tinst.element,\n\t\t\t\t\t\t\tevent,\n\t\t\t\t\t\t\t$.extend( inst._uiHash(), { snapItem: inst.snapElements[ i ].item } )\n\t\t\t\t\t\t) );\n\t\t\t\t}\n\t\t\t\tinst.snapElements[ i ].snapping = false;\n\t\t\t\tcontinue;\n\t\t\t}\n\n\t\t\tif ( o.snapMode !== \"inner\" ) {\n\t\t\t\tts = Math.abs( t - y2 ) <= d;\n\t\t\t\tbs = Math.abs( b - y1 ) <= d;\n\t\t\t\tls = Math.abs( l - x2 ) <= d;\n\t\t\t\trs = Math.abs( r - x1 ) <= d;\n\t\t\t\tif ( ts ) {\n\t\t\t\t\tui.position.top = inst._convertPositionTo( \"relative\", {\n\t\t\t\t\t\ttop: t - inst.helperProportions.height,\n\t\t\t\t\t\tleft: 0\n\t\t\t\t\t} ).top;\n\t\t\t\t}\n\t\t\t\tif ( bs ) {\n\t\t\t\t\tui.position.top = inst._convertPositionTo( \"relative\", {\n\t\t\t\t\t\ttop: b,\n\t\t\t\t\t\tleft: 0\n\t\t\t\t\t} ).top;\n\t\t\t\t}\n\t\t\t\tif ( ls ) {\n\t\t\t\t\tui.position.left = inst._convertPositionTo( \"relative\", {\n\t\t\t\t\t\ttop: 0,\n\t\t\t\t\t\tleft: l - inst.helperProportions.width\n\t\t\t\t\t} ).left;\n\t\t\t\t}\n\t\t\t\tif ( rs ) {\n\t\t\t\t\tui.position.left = inst._convertPositionTo( \"relative\", {\n\t\t\t\t\t\ttop: 0,\n\t\t\t\t\t\tleft: r\n\t\t\t\t\t} ).left;\n\t\t\t\t}\n\t\t\t}\n\n\t\t\tfirst = ( ts || bs || ls || rs );\n\n\t\t\tif ( o.snapMode !== \"outer\" ) {\n\t\t\t\tts = Math.abs( t - y1 ) <= d;\n\t\t\t\tbs = Math.abs( b - y2 ) <= d;\n\t\t\t\tls = Math.abs( l - x1 ) <= d;\n\t\t\t\trs = Math.abs( r - x2 ) <= d;\n\t\t\t\tif ( ts ) {\n\t\t\t\t\tui.position.top = inst._convertPositionTo( \"relative\", {\n\t\t\t\t\t\ttop: t,\n\t\t\t\t\t\tleft: 0\n\t\t\t\t\t} ).top;\n\t\t\t\t}\n\t\t\t\tif ( bs ) {\n\t\t\t\t\tui.position.top = inst._convertPositionTo( \"relative\", {\n\t\t\t\t\t\ttop: b - inst.helperProportions.height,\n\t\t\t\t\t\tleft: 0\n\t\t\t\t\t} ).top;\n\t\t\t\t}\n\t\t\t\tif ( ls ) {\n\t\t\t\t\tui.position.left = inst._convertPositionTo( \"relative\", {\n\t\t\t\t\t\ttop: 0,\n\t\t\t\t\t\tleft: l\n\t\t\t\t\t} ).left;\n\t\t\t\t}\n\t\t\t\tif ( rs ) {\n\t\t\t\t\tui.position.left = inst._convertPositionTo( \"relative\", {\n\t\t\t\t\t\ttop: 0,\n\t\t\t\t\t\tleft: r - inst.helperProportions.width\n\t\t\t\t\t} ).left;\n\t\t\t\t}\n\t\t\t}\n\n\t\t\tif ( !inst.snapElements[ i ].snapping && ( ts || bs || ls || rs || first ) ) {\n\t\t\t\t( inst.options.snap.snap &&\n\t\t\t\t\tinst.options.snap.snap.call(\n\t\t\t\t\t\tinst.element,\n\t\t\t\t\t\tevent,\n\t\t\t\t\t\t$.extend( inst._uiHash(), {\n\t\t\t\t\t\t\tsnapItem: inst.snapElements[ i ].item\n\t\t\t\t\t\t} ) ) );\n\t\t\t}\n\t\t\tinst.snapElements[ i ].snapping = ( ts || bs || ls || rs || first );\n\n\t\t}\n\n\t}\n} );\n\n$.ui.plugin.add( \"draggable\", \"stack\", {\n\tstart: function( event, ui, instance ) {\n\t\tvar min,\n\t\t\to = instance.options,\n\t\t\tgroup = $.makeArray( $( o.stack ) ).sort( function( a, b ) {\n\t\t\t\treturn ( parseInt( $( a ).css( \"zIndex\" ), 10 ) || 0 ) -\n\t\t\t\t\t( parseInt( $( b ).css( \"zIndex\" ), 10 ) || 0 );\n\t\t\t} );\n\n\t\tif ( !group.length ) { return; }\n\n\t\tmin = parseInt( $( group[ 0 ] ).css( \"zIndex\" ), 10 ) || 0;\n\t\t$( group ).each( function( i ) {\n\t\t\t$( this ).css( \"zIndex\", min + i );\n\t\t} );\n\t\tthis.css( \"zIndex\", ( min + group.length ) );\n\t}\n} );\n\n$.ui.plugin.add( \"draggable\", \"zIndex\", {\n\tstart: function( event, ui, instance ) {\n\t\tvar t = $( ui.helper ),\n\t\t\to = instance.options;\n\n\t\tif ( t.css( \"zIndex\" ) ) {\n\t\t\to._zIndex = t.css( \"zIndex\" );\n\t\t}\n\t\tt.css( \"zIndex\", o.zIndex );\n\t},\n\tstop: function( event, ui, instance ) {\n\t\tvar o = instance.options;\n\n\t\tif ( o._zIndex ) {\n\t\t\t$( ui.helper ).css( \"zIndex\", o._zIndex );\n\t\t}\n\t}\n} );\n\nvar widgetsDraggable = $.ui.draggable;\n\n\n/*!\n * jQuery UI Resizable 1.12.1\n * http://jqueryui.com\n *\n * Copyright jQuery Foundation and other contributors\n * Released under the MIT license.\n * http://jquery.org/license\n */\n\n//>>label: Resizable\n//>>group: Interactions\n//>>description: Enables resize functionality for any element.\n//>>docs: http://api.jqueryui.com/resizable/\n//>>demos: http://jqueryui.com/resizable/\n//>>css.structure: ../../themes/base/core.css\n//>>css.structure: ../../themes/base/resizable.css\n//>>css.theme: ../../themes/base/theme.css\n\n\n\n$.widget( \"ui.resizable\", $.ui.mouse, {\n\tversion: \"1.12.1\",\n\twidgetEventPrefix: \"resize\",\n\toptions: {\n\t\talsoResize: false,\n\t\tanimate: false,\n\t\tanimateDuration: \"slow\",\n\t\tanimateEasing: \"swing\",\n\t\taspectRatio: false,\n\t\tautoHide: false,\n\t\tclasses: {\n\t\t\t\"ui-resizable-se\": \"ui-icon ui-icon-gripsmall-diagonal-se\"\n\t\t},\n\t\tcontainment: false,\n\t\tghost: false,\n\t\tgrid: false,\n\t\thandles: \"e,s,se\",\n\t\thelper: false,\n\t\tmaxHeight: null,\n\t\tmaxWidth: null,\n\t\tminHeight: 10,\n\t\tminWidth: 10,\n\n\t\t// See #7960\n\t\tzIndex: 90,\n\n\t\t// Callbacks\n\t\tresize: null,\n\t\tstart: null,\n\t\tstop: null\n\t},\n\n\t_num: function( value ) {\n\t\treturn parseFloat( value ) || 0;\n\t},\n\n\t_isNumber: function( value ) {\n\t\treturn !isNaN( parseFloat( value ) );\n\t},\n\n\t_hasScroll: function( el, a ) {\n\n\t\tif ( $( el ).css( \"overflow\" ) === \"hidden\" ) {\n\t\t\treturn false;\n\t\t}\n\n\t\tvar scroll = ( a && a === \"left\" ) ? \"scrollLeft\" : \"scrollTop\",\n\t\t\thas = false;\n\n\t\tif ( el[ scroll ] > 0 ) {\n\t\t\treturn true;\n\t\t}\n\n\t\t// TODO: determine which cases actually cause this to happen\n\t\t// if the element doesn't have the scroll set, see if it's possible to\n\t\t// set the scroll\n\t\tel[ scroll ] = 1;\n\t\thas = ( el[ scroll ] > 0 );\n\t\tel[ scroll ] = 0;\n\t\treturn has;\n\t},\n\n\t_create: function() {\n\n\t\tvar margins,\n\t\t\to = this.options,\n\t\t\tthat = this;\n\t\tthis._addClass( \"ui-resizable\" );\n\n\t\t$.extend( this, {\n\t\t\t_aspectRatio: !!( o.aspectRatio ),\n\t\t\taspectRatio: o.aspectRatio,\n\t\t\toriginalElement: this.element,\n\t\t\t_proportionallyResizeElements: [],\n\t\t\t_helper: o.helper || o.ghost || o.animate ? o.helper || \"ui-resizable-helper\" : null\n\t\t} );\n\n\t\t// Wrap the element if it cannot hold child nodes\n\t\tif ( this.element[ 0 ].nodeName.match( /^(canvas|textarea|input|select|button|img)$/i ) ) {\n\n\t\t\tthis.element.wrap(\n\t\t\t\t$( \"<div class='ui-wrapper' style='overflow: hidden;'></div>\" ).css( {\n\t\t\t\t\tposition: this.element.css( \"position\" ),\n\t\t\t\t\twidth: this.element.outerWidth(),\n\t\t\t\t\theight: this.element.outerHeight(),\n\t\t\t\t\ttop: this.element.css( \"top\" ),\n\t\t\t\t\tleft: this.element.css( \"left\" )\n\t\t\t\t} )\n\t\t\t);\n\n\t\t\tthis.element = this.element.parent().data(\n\t\t\t\t\"ui-resizable\", this.element.resizable( \"instance\" )\n\t\t\t);\n\n\t\t\tthis.elementIsWrapper = true;\n\n\t\t\tmargins = {\n\t\t\t\tmarginTop: this.originalElement.css( \"marginTop\" ),\n\t\t\t\tmarginRight: this.originalElement.css( \"marginRight\" ),\n\t\t\t\tmarginBottom: this.originalElement.css( \"marginBottom\" ),\n\t\t\t\tmarginLeft: this.originalElement.css( \"marginLeft\" )\n\t\t\t};\n\n\t\t\tthis.element.css( margins );\n\t\t\tthis.originalElement.css( \"margin\", 0 );\n\n\t\t\t// support: Safari\n\t\t\t// Prevent Safari textarea resize\n\t\t\tthis.originalResizeStyle = this.originalElement.css( \"resize\" );\n\t\t\tthis.originalElement.css( \"resize\", \"none\" );\n\n\t\t\tthis._proportionallyResizeElements.push( this.originalElement.css( {\n\t\t\t\tposition: \"static\",\n\t\t\t\tzoom: 1,\n\t\t\t\tdisplay: \"block\"\n\t\t\t} ) );\n\n\t\t\t// Support: IE9\n\t\t\t// avoid IE jump (hard set the margin)\n\t\t\tthis.originalElement.css( margins );\n\n\t\t\tthis._proportionallyResize();\n\t\t}\n\n\t\tthis._setupHandles();\n\n\t\tif ( o.autoHide ) {\n\t\t\t$( this.element )\n\t\t\t\t.on( \"mouseenter\", function() {\n\t\t\t\t\tif ( o.disabled ) {\n\t\t\t\t\t\treturn;\n\t\t\t\t\t}\n\t\t\t\t\tthat._removeClass( \"ui-resizable-autohide\" );\n\t\t\t\t\tthat._handles.show();\n\t\t\t\t} )\n\t\t\t\t.on( \"mouseleave\", function() {\n\t\t\t\t\tif ( o.disabled ) {\n\t\t\t\t\t\treturn;\n\t\t\t\t\t}\n\t\t\t\t\tif ( !that.resizing ) {\n\t\t\t\t\t\tthat._addClass( \"ui-resizable-autohide\" );\n\t\t\t\t\t\tthat._handles.hide();\n\t\t\t\t\t}\n\t\t\t\t} );\n\t\t}\n\n\t\tthis._mouseInit();\n\t},\n\n\t_destroy: function() {\n\n\t\tthis._mouseDestroy();\n\n\t\tvar wrapper,\n\t\t\t_destroy = function( exp ) {\n\t\t\t\t$( exp )\n\t\t\t\t\t.removeData( \"resizable\" )\n\t\t\t\t\t.removeData( \"ui-resizable\" )\n\t\t\t\t\t.off( \".resizable\" )\n\t\t\t\t\t.find( \".ui-resizable-handle\" )\n\t\t\t\t\t\t.remove();\n\t\t\t};\n\n\t\t// TODO: Unwrap at same DOM position\n\t\tif ( this.elementIsWrapper ) {\n\t\t\t_destroy( this.element );\n\t\t\twrapper = this.element;\n\t\t\tthis.originalElement.css( {\n\t\t\t\tposition: wrapper.css( \"position\" ),\n\t\t\t\twidth: wrapper.outerWidth(),\n\t\t\t\theight: wrapper.outerHeight(),\n\t\t\t\ttop: wrapper.css( \"top\" ),\n\t\t\t\tleft: wrapper.css( \"left\" )\n\t\t\t} ).insertAfter( wrapper );\n\t\t\twrapper.remove();\n\t\t}\n\n\t\tthis.originalElement.css( \"resize\", this.originalResizeStyle );\n\t\t_destroy( this.originalElement );\n\n\t\treturn this;\n\t},\n\n\t_setOption: function( key, value ) {\n\t\tthis._super( key, value );\n\n\t\tswitch ( key ) {\n\t\tcase \"handles\":\n\t\t\tthis._removeHandles();\n\t\t\tthis._setupHandles();\n\t\t\tbreak;\n\t\tdefault:\n\t\t\tbreak;\n\t\t}\n\t},\n\n\t_setupHandles: function() {\n\t\tvar o = this.options, handle, i, n, hname, axis, that = this;\n\t\tthis.handles = o.handles ||\n\t\t\t( !$( \".ui-resizable-handle\", this.element ).length ?\n\t\t\t\t\"e,s,se\" : {\n\t\t\t\t\tn: \".ui-resizable-n\",\n\t\t\t\t\te: \".ui-resizable-e\",\n\t\t\t\t\ts: \".ui-resizable-s\",\n\t\t\t\t\tw: \".ui-resizable-w\",\n\t\t\t\t\tse: \".ui-resizable-se\",\n\t\t\t\t\tsw: \".ui-resizable-sw\",\n\t\t\t\t\tne: \".ui-resizable-ne\",\n\t\t\t\t\tnw: \".ui-resizable-nw\"\n\t\t\t\t} );\n\n\t\tthis._handles = $();\n\t\tif ( this.handles.constructor === String ) {\n\n\t\t\tif ( this.handles === \"all\" ) {\n\t\t\t\tthis.handles = \"n,e,s,w,se,sw,ne,nw\";\n\t\t\t}\n\n\t\t\tn = this.handles.split( \",\" );\n\t\t\tthis.handles = {};\n\n\t\t\tfor ( i = 0; i < n.length; i++ ) {\n\n\t\t\t\thandle = $.trim( n[ i ] );\n\t\t\t\thname = \"ui-resizable-\" + handle;\n\t\t\t\taxis = $( \"<div>\" );\n\t\t\t\tthis._addClass( axis, \"ui-resizable-handle \" + hname );\n\n\t\t\t\taxis.css( { zIndex: o.zIndex } );\n\n\t\t\t\tthis.handles[ handle ] = \".ui-resizable-\" + handle;\n\t\t\t\tthis.element.append( axis );\n\t\t\t}\n\n\t\t}\n\n\t\tthis._renderAxis = function( target ) {\n\n\t\t\tvar i, axis, padPos, padWrapper;\n\n\t\t\ttarget = target || this.element;\n\n\t\t\tfor ( i in this.handles ) {\n\n\t\t\t\tif ( this.handles[ i ].constructor === String ) {\n\t\t\t\t\tthis.handles[ i ] = this.element.children( this.handles[ i ] ).first().show();\n\t\t\t\t} else if ( this.handles[ i ].jquery || this.handles[ i ].nodeType ) {\n\t\t\t\t\tthis.handles[ i ] = $( this.handles[ i ] );\n\t\t\t\t\tthis._on( this.handles[ i ], { \"mousedown\": that._mouseDown } );\n\t\t\t\t}\n\n\t\t\t\tif ( this.elementIsWrapper &&\n\t\t\t\t\t\tthis.originalElement[ 0 ]\n\t\t\t\t\t\t\t.nodeName\n\t\t\t\t\t\t\t.match( /^(textarea|input|select|button)$/i ) ) {\n\t\t\t\t\taxis = $( this.handles[ i ], this.element );\n\n\t\t\t\t\tpadWrapper = /sw|ne|nw|se|n|s/.test( i ) ?\n\t\t\t\t\t\taxis.outerHeight() :\n\t\t\t\t\t\taxis.outerWidth();\n\n\t\t\t\t\tpadPos = [ \"padding\",\n\t\t\t\t\t\t/ne|nw|n/.test( i ) ? \"Top\" :\n\t\t\t\t\t\t/se|sw|s/.test( i ) ? \"Bottom\" :\n\t\t\t\t\t\t/^e$/.test( i ) ? \"Right\" : \"Left\" ].join( \"\" );\n\n\t\t\t\t\ttarget.css( padPos, padWrapper );\n\n\t\t\t\t\tthis._proportionallyResize();\n\t\t\t\t}\n\n\t\t\t\tthis._handles = this._handles.add( this.handles[ i ] );\n\t\t\t}\n\t\t};\n\n\t\t// TODO: make renderAxis a prototype function\n\t\tthis._renderAxis( this.element );\n\n\t\tthis._handles = this._handles.add( this.element.find( \".ui-resizable-handle\" ) );\n\t\tthis._handles.disableSelection();\n\n\t\tthis._handles.on( \"mouseover\", function() {\n\t\t\tif ( !that.resizing ) {\n\t\t\t\tif ( this.className ) {\n\t\t\t\t\taxis = this.className.match( /ui-resizable-(se|sw|ne|nw|n|e|s|w)/i );\n\t\t\t\t}\n\t\t\t\tthat.axis = axis && axis[ 1 ] ? axis[ 1 ] : \"se\";\n\t\t\t}\n\t\t} );\n\n\t\tif ( o.autoHide ) {\n\t\t\tthis._handles.hide();\n\t\t\tthis._addClass( \"ui-resizable-autohide\" );\n\t\t}\n\t},\n\n\t_removeHandles: function() {\n\t\tthis._handles.remove();\n\t},\n\n\t_mouseCapture: function( event ) {\n\t\tvar i, handle,\n\t\t\tcapture = false;\n\n\t\tfor ( i in this.handles ) {\n\t\t\thandle = $( this.handles[ i ] )[ 0 ];\n\t\t\tif ( handle === event.target || $.contains( handle, event.target ) ) {\n\t\t\t\tcapture = true;\n\t\t\t}\n\t\t}\n\n\t\treturn !this.options.disabled && capture;\n\t},\n\n\t_mouseStart: function( event ) {\n\n\t\tvar curleft, curtop, cursor,\n\t\t\to = this.options,\n\t\t\tel = this.element;\n\n\t\tthis.resizing = true;\n\n\t\tthis._renderProxy();\n\n\t\tcurleft = this._num( this.helper.css( \"left\" ) );\n\t\tcurtop = this._num( this.helper.css( \"top\" ) );\n\n\t\tif ( o.containment ) {\n\t\t\tcurleft += $( o.containment ).scrollLeft() || 0;\n\t\t\tcurtop += $( o.containment ).scrollTop() || 0;\n\t\t}\n\n\t\tthis.offset = this.helper.offset();\n\t\tthis.position = { left: curleft, top: curtop };\n\n\t\tthis.size = this._helper ? {\n\t\t\t\twidth: this.helper.width(),\n\t\t\t\theight: this.helper.height()\n\t\t\t} : {\n\t\t\t\twidth: el.width(),\n\t\t\t\theight: el.height()\n\t\t\t};\n\n\t\tthis.originalSize = this._helper ? {\n\t\t\t\twidth: el.outerWidth(),\n\t\t\t\theight: el.outerHeight()\n\t\t\t} : {\n\t\t\t\twidth: el.width(),\n\t\t\t\theight: el.height()\n\t\t\t};\n\n\t\tthis.sizeDiff = {\n\t\t\twidth: el.outerWidth() - el.width(),\n\t\t\theight: el.outerHeight() - el.height()\n\t\t};\n\n\t\tthis.originalPosition = { left: curleft, top: curtop };\n\t\tthis.originalMousePosition = { left: event.pageX, top: event.pageY };\n\n\t\tthis.aspectRatio = ( typeof o.aspectRatio === \"number\" ) ?\n\t\t\to.aspectRatio :\n\t\t\t( ( this.originalSize.width / this.originalSize.height ) || 1 );\n\n\t\tcursor = $( \".ui-resizable-\" + this.axis ).css( \"cursor\" );\n\t\t$( \"body\" ).css( \"cursor\", cursor === \"auto\" ? this.axis + \"-resize\" : cursor );\n\n\t\tthis._addClass( \"ui-resizable-resizing\" );\n\t\tthis._propagate( \"start\", event );\n\t\treturn true;\n\t},\n\n\t_mouseDrag: function( event ) {\n\n\t\tvar data, props,\n\t\t\tsmp = this.originalMousePosition,\n\t\t\ta = this.axis,\n\t\t\tdx = ( event.pageX - smp.left ) || 0,\n\t\t\tdy = ( event.pageY - smp.top ) || 0,\n\t\t\ttrigger = this._change[ a ];\n\n\t\tthis._updatePrevProperties();\n\n\t\tif ( !trigger ) {\n\t\t\treturn false;\n\t\t}\n\n\t\tdata = trigger.apply( this, [ event, dx, dy ] );\n\n\t\tthis._updateVirtualBoundaries( event.shiftKey );\n\t\tif ( this._aspectRatio || event.shiftKey ) {\n\t\t\tdata = this._updateRatio( data, event );\n\t\t}\n\n\t\tdata = this._respectSize( data, event );\n\n\t\tthis._updateCache( data );\n\n\t\tthis._propagate( \"resize\", event );\n\n\t\tprops = this._applyChanges();\n\n\t\tif ( !this._helper && this._proportionallyResizeElements.length ) {\n\t\t\tthis._proportionallyResize();\n\t\t}\n\n\t\tif ( !$.isEmptyObject( props ) ) {\n\t\t\tthis._updatePrevProperties();\n\t\t\tthis._trigger( \"resize\", event, this.ui() );\n\t\t\tthis._applyChanges();\n\t\t}\n\n\t\treturn false;\n\t},\n\n\t_mouseStop: function( event ) {\n\n\t\tthis.resizing = false;\n\t\tvar pr, ista, soffseth, soffsetw, s, left, top,\n\t\t\to = this.options, that = this;\n\n\t\tif ( this._helper ) {\n\n\t\t\tpr = this._proportionallyResizeElements;\n\t\t\tista = pr.length && ( /textarea/i ).test( pr[ 0 ].nodeName );\n\t\t\tsoffseth = ista && this._hasScroll( pr[ 0 ], \"left\" ) ? 0 : that.sizeDiff.height;\n\t\t\tsoffsetw = ista ? 0 : that.sizeDiff.width;\n\n\t\t\ts = {\n\t\t\t\twidth: ( that.helper.width() - soffsetw ),\n\t\t\t\theight: ( that.helper.height() - soffseth )\n\t\t\t};\n\t\t\tleft = ( parseFloat( that.element.css( \"left\" ) ) +\n\t\t\t\t( that.position.left - that.originalPosition.left ) ) || null;\n\t\t\ttop = ( parseFloat( that.element.css( \"top\" ) ) +\n\t\t\t\t( that.position.top - that.originalPosition.top ) ) || null;\n\n\t\t\tif ( !o.animate ) {\n\t\t\t\tthis.element.css( $.extend( s, { top: top, left: left } ) );\n\t\t\t}\n\n\t\t\tthat.helper.height( that.size.height );\n\t\t\tthat.helper.width( that.size.width );\n\n\t\t\tif ( this._helper && !o.animate ) {\n\t\t\t\tthis._proportionallyResize();\n\t\t\t}\n\t\t}\n\n\t\t$( \"body\" ).css( \"cursor\", \"auto\" );\n\n\t\tthis._removeClass( \"ui-resizable-resizing\" );\n\n\t\tthis._propagate( \"stop\", event );\n\n\t\tif ( this._helper ) {\n\t\t\tthis.helper.remove();\n\t\t}\n\n\t\treturn false;\n\n\t},\n\n\t_updatePrevProperties: function() {\n\t\tthis.prevPosition = {\n\t\t\ttop: this.position.top,\n\t\t\tleft: this.position.left\n\t\t};\n\t\tthis.prevSize = {\n\t\t\twidth: this.size.width,\n\t\t\theight: this.size.height\n\t\t};\n\t},\n\n\t_applyChanges: function() {\n\t\tvar props = {};\n\n\t\tif ( this.position.top !== this.prevPosition.top ) {\n\t\t\tprops.top = this.position.top + \"px\";\n\t\t}\n\t\tif ( this.position.left !== this.prevPosition.left ) {\n\t\t\tprops.left = this.position.left + \"px\";\n\t\t}\n\t\tif ( this.size.width !== this.prevSize.width ) {\n\t\t\tprops.width = this.size.width + \"px\";\n\t\t}\n\t\tif ( this.size.height !== this.prevSize.height ) {\n\t\t\tprops.height = this.size.height + \"px\";\n\t\t}\n\n\t\tthis.helper.css( props );\n\n\t\treturn props;\n\t},\n\n\t_updateVirtualBoundaries: function( forceAspectRatio ) {\n\t\tvar pMinWidth, pMaxWidth, pMinHeight, pMaxHeight, b,\n\t\t\to = this.options;\n\n\t\tb = {\n\t\t\tminWidth: this._isNumber( o.minWidth ) ? o.minWidth : 0,\n\t\t\tmaxWidth: this._isNumber( o.maxWidth ) ? o.maxWidth : Infinity,\n\t\t\tminHeight: this._isNumber( o.minHeight ) ? o.minHeight : 0,\n\t\t\tmaxHeight: this._isNumber( o.maxHeight ) ? o.maxHeight : Infinity\n\t\t};\n\n\t\tif ( this._aspectRatio || forceAspectRatio ) {\n\t\t\tpMinWidth = b.minHeight * this.aspectRatio;\n\t\t\tpMinHeight = b.minWidth / this.aspectRatio;\n\t\t\tpMaxWidth = b.maxHeight * this.aspectRatio;\n\t\t\tpMaxHeight = b.maxWidth / this.aspectRatio;\n\n\t\t\tif ( pMinWidth > b.minWidth ) {\n\t\t\t\tb.minWidth = pMinWidth;\n\t\t\t}\n\t\t\tif ( pMinHeight > b.minHeight ) {\n\t\t\t\tb.minHeight = pMinHeight;\n\t\t\t}\n\t\t\tif ( pMaxWidth < b.maxWidth ) {\n\t\t\t\tb.maxWidth = pMaxWidth;\n\t\t\t}\n\t\t\tif ( pMaxHeight < b.maxHeight ) {\n\t\t\t\tb.maxHeight = pMaxHeight;\n\t\t\t}\n\t\t}\n\t\tthis._vBoundaries = b;\n\t},\n\n\t_updateCache: function( data ) {\n\t\tthis.offset = this.helper.offset();\n\t\tif ( this._isNumber( data.left ) ) {\n\t\t\tthis.position.left = data.left;\n\t\t}\n\t\tif ( this._isNumber( data.top ) ) {\n\t\t\tthis.position.top = data.top;\n\t\t}\n\t\tif ( this._isNumber( data.height ) ) {\n\t\t\tthis.size.height = data.height;\n\t\t}\n\t\tif ( this._isNumber( data.width ) ) {\n\t\t\tthis.size.width = data.width;\n\t\t}\n\t},\n\n\t_updateRatio: function( data ) {\n\n\t\tvar cpos = this.position,\n\t\t\tcsize = this.size,\n\t\t\ta = this.axis;\n\n\t\tif ( this._isNumber( data.height ) ) {\n\t\t\tdata.width = ( data.height * this.aspectRatio );\n\t\t} else if ( this._isNumber( data.width ) ) {\n\t\t\tdata.height = ( data.width / this.aspectRatio );\n\t\t}\n\n\t\tif ( a === \"sw\" ) {\n\t\t\tdata.left = cpos.left + ( csize.width - data.width );\n\t\t\tdata.top = null;\n\t\t}\n\t\tif ( a === \"nw\" ) {\n\t\t\tdata.top = cpos.top + ( csize.height - data.height );\n\t\t\tdata.left = cpos.left + ( csize.width - data.width );\n\t\t}\n\n\t\treturn data;\n\t},\n\n\t_respectSize: function( data ) {\n\n\t\tvar o = this._vBoundaries,\n\t\t\ta = this.axis,\n\t\t\tismaxw = this._isNumber( data.width ) && o.maxWidth && ( o.maxWidth < data.width ),\n\t\t\tismaxh = this._isNumber( data.height ) && o.maxHeight && ( o.maxHeight < data.height ),\n\t\t\tisminw = this._isNumber( data.width ) && o.minWidth && ( o.minWidth > data.width ),\n\t\t\tisminh = this._isNumber( data.height ) && o.minHeight && ( o.minHeight > data.height ),\n\t\t\tdw = this.originalPosition.left + this.originalSize.width,\n\t\t\tdh = this.originalPosition.top + this.originalSize.height,\n\t\t\tcw = /sw|nw|w/.test( a ), ch = /nw|ne|n/.test( a );\n\t\tif ( isminw ) {\n\t\t\tdata.width = o.minWidth;\n\t\t}\n\t\tif ( isminh ) {\n\t\t\tdata.height = o.minHeight;\n\t\t}\n\t\tif ( ismaxw ) {\n\t\t\tdata.width = o.maxWidth;\n\t\t}\n\t\tif ( ismaxh ) {\n\t\t\tdata.height = o.maxHeight;\n\t\t}\n\n\t\tif ( isminw && cw ) {\n\t\t\tdata.left = dw - o.minWidth;\n\t\t}\n\t\tif ( ismaxw && cw ) {\n\t\t\tdata.left = dw - o.maxWidth;\n\t\t}\n\t\tif ( isminh && ch ) {\n\t\t\tdata.top = dh - o.minHeight;\n\t\t}\n\t\tif ( ismaxh && ch ) {\n\t\t\tdata.top = dh - o.maxHeight;\n\t\t}\n\n\t\t// Fixing jump error on top/left - bug #2330\n\t\tif ( !data.width && !data.height && !data.left && data.top ) {\n\t\t\tdata.top = null;\n\t\t} else if ( !data.width && !data.height && !data.top && data.left ) {\n\t\t\tdata.left = null;\n\t\t}\n\n\t\treturn data;\n\t},\n\n\t_getPaddingPlusBorderDimensions: function( element ) {\n\t\tvar i = 0,\n\t\t\twidths = [],\n\t\t\tborders = [\n\t\t\t\telement.css( \"borderTopWidth\" ),\n\t\t\t\telement.css( \"borderRightWidth\" ),\n\t\t\t\telement.css( \"borderBottomWidth\" ),\n\t\t\t\telement.css( \"borderLeftWidth\" )\n\t\t\t],\n\t\t\tpaddings = [\n\t\t\t\telement.css( \"paddingTop\" ),\n\t\t\t\telement.css( \"paddingRight\" ),\n\t\t\t\telement.css( \"paddingBottom\" ),\n\t\t\t\telement.css( \"paddingLeft\" )\n\t\t\t];\n\n\t\tfor ( ; i < 4; i++ ) {\n\t\t\twidths[ i ] = ( parseFloat( borders[ i ] ) || 0 );\n\t\t\twidths[ i ] += ( parseFloat( paddings[ i ] ) || 0 );\n\t\t}\n\n\t\treturn {\n\t\t\theight: widths[ 0 ] + widths[ 2 ],\n\t\t\twidth: widths[ 1 ] + widths[ 3 ]\n\t\t};\n\t},\n\n\t_proportionallyResize: function() {\n\n\t\tif ( !this._proportionallyResizeElements.length ) {\n\t\t\treturn;\n\t\t}\n\n\t\tvar prel,\n\t\t\ti = 0,\n\t\t\telement = this.helper || this.element;\n\n\t\tfor ( ; i < this._proportionallyResizeElements.length; i++ ) {\n\n\t\t\tprel = this._proportionallyResizeElements[ i ];\n\n\t\t\t// TODO: Seems like a bug to cache this.outerDimensions\n\t\t\t// considering that we are in a loop.\n\t\t\tif ( !this.outerDimensions ) {\n\t\t\t\tthis.outerDimensions = this._getPaddingPlusBorderDimensions( prel );\n\t\t\t}\n\n\t\t\tprel.css( {\n\t\t\t\theight: ( element.height() - this.outerDimensions.height ) || 0,\n\t\t\t\twidth: ( element.width() - this.outerDimensions.width ) || 0\n\t\t\t} );\n\n\t\t}\n\n\t},\n\n\t_renderProxy: function() {\n\n\t\tvar el = this.element, o = this.options;\n\t\tthis.elementOffset = el.offset();\n\n\t\tif ( this._helper ) {\n\n\t\t\tthis.helper = this.helper || $( \"<div style='overflow:hidden;'></div>\" );\n\n\t\t\tthis._addClass( this.helper, this._helper );\n\t\t\tthis.helper.css( {\n\t\t\t\twidth: this.element.outerWidth(),\n\t\t\t\theight: this.element.outerHeight(),\n\t\t\t\tposition: \"absolute\",\n\t\t\t\tleft: this.elementOffset.left + \"px\",\n\t\t\t\ttop: this.elementOffset.top + \"px\",\n\t\t\t\tzIndex: ++o.zIndex //TODO: Don't modify option\n\t\t\t} );\n\n\t\t\tthis.helper\n\t\t\t\t.appendTo( \"body\" )\n\t\t\t\t.disableSelection();\n\n\t\t} else {\n\t\t\tthis.helper = this.element;\n\t\t}\n\n\t},\n\n\t_change: {\n\t\te: function( event, dx ) {\n\t\t\treturn { width: this.originalSize.width + dx };\n\t\t},\n\t\tw: function( event, dx ) {\n\t\t\tvar cs = this.originalSize, sp = this.originalPosition;\n\t\t\treturn { left: sp.left + dx, width: cs.width - dx };\n\t\t},\n\t\tn: function( event, dx, dy ) {\n\t\t\tvar cs = this.originalSize, sp = this.originalPosition;\n\t\t\treturn { top: sp.top + dy, height: cs.height - dy };\n\t\t},\n\t\ts: function( event, dx, dy ) {\n\t\t\treturn { height: this.originalSize.height + dy };\n\t\t},\n\t\tse: function( event, dx, dy ) {\n\t\t\treturn $.extend( this._change.s.apply( this, arguments ),\n\t\t\t\tthis._change.e.apply( this, [ event, dx, dy ] ) );\n\t\t},\n\t\tsw: function( event, dx, dy ) {\n\t\t\treturn $.extend( this._change.s.apply( this, arguments ),\n\t\t\t\tthis._change.w.apply( this, [ event, dx, dy ] ) );\n\t\t},\n\t\tne: function( event, dx, dy ) {\n\t\t\treturn $.extend( this._change.n.apply( this, arguments ),\n\t\t\t\tthis._change.e.apply( this, [ event, dx, dy ] ) );\n\t\t},\n\t\tnw: function( event, dx, dy ) {\n\t\t\treturn $.extend( this._change.n.apply( this, arguments ),\n\t\t\t\tthis._change.w.apply( this, [ event, dx, dy ] ) );\n\t\t}\n\t},\n\n\t_propagate: function( n, event ) {\n\t\t$.ui.plugin.call( this, n, [ event, this.ui() ] );\n\t\t( n !== \"resize\" && this._trigger( n, event, this.ui() ) );\n\t},\n\n\tplugins: {},\n\n\tui: function() {\n\t\treturn {\n\t\t\toriginalElement: this.originalElement,\n\t\t\telement: this.element,\n\t\t\thelper: this.helper,\n\t\t\tposition: this.position,\n\t\t\tsize: this.size,\n\t\t\toriginalSize: this.originalSize,\n\t\t\toriginalPosition: this.originalPosition\n\t\t};\n\t}\n\n} );\n\n/*\n * Resizable Extensions\n */\n\n$.ui.plugin.add( \"resizable\", \"animate\", {\n\n\tstop: function( event ) {\n\t\tvar that = $( this ).resizable( \"instance\" ),\n\t\t\to = that.options,\n\t\t\tpr = that._proportionallyResizeElements,\n\t\t\tista = pr.length && ( /textarea/i ).test( pr[ 0 ].nodeName ),\n\t\t\tsoffseth = ista && that._hasScroll( pr[ 0 ], \"left\" ) ? 0 : that.sizeDiff.height,\n\t\t\tsoffsetw = ista ? 0 : that.sizeDiff.width,\n\t\t\tstyle = {\n\t\t\t\twidth: ( that.size.width - soffsetw ),\n\t\t\t\theight: ( that.size.height - soffseth )\n\t\t\t},\n\t\t\tleft = ( parseFloat( that.element.css( \"left\" ) ) +\n\t\t\t\t( that.position.left - that.originalPosition.left ) ) || null,\n\t\t\ttop = ( parseFloat( that.element.css( \"top\" ) ) +\n\t\t\t\t( that.position.top - that.originalPosition.top ) ) || null;\n\n\t\tthat.element.animate(\n\t\t\t$.extend( style, top && left ? { top: top, left: left } : {} ), {\n\t\t\t\tduration: o.animateDuration,\n\t\t\t\teasing: o.animateEasing,\n\t\t\t\tstep: function() {\n\n\t\t\t\t\tvar data = {\n\t\t\t\t\t\twidth: parseFloat( that.element.css( \"width\" ) ),\n\t\t\t\t\t\theight: parseFloat( that.element.css( \"height\" ) ),\n\t\t\t\t\t\ttop: parseFloat( that.element.css( \"top\" ) ),\n\t\t\t\t\t\tleft: parseFloat( that.element.css( \"left\" ) )\n\t\t\t\t\t};\n\n\t\t\t\t\tif ( pr && pr.length ) {\n\t\t\t\t\t\t$( pr[ 0 ] ).css( { width: data.width, height: data.height } );\n\t\t\t\t\t}\n\n\t\t\t\t\t// Propagating resize, and updating values for each animation step\n\t\t\t\t\tthat._updateCache( data );\n\t\t\t\t\tthat._propagate( \"resize\", event );\n\n\t\t\t\t}\n\t\t\t}\n\t\t);\n\t}\n\n} );\n\n$.ui.plugin.add( \"resizable\", \"containment\", {\n\n\tstart: function() {\n\t\tvar element, p, co, ch, cw, width, height,\n\t\t\tthat = $( this ).resizable( \"instance\" ),\n\t\t\to = that.options,\n\t\t\tel = that.element,\n\t\t\toc = o.containment,\n\t\t\tce = ( oc instanceof $ ) ?\n\t\t\t\toc.get( 0 ) :\n\t\t\t\t( /parent/.test( oc ) ) ? el.parent().get( 0 ) : oc;\n\n\t\tif ( !ce ) {\n\t\t\treturn;\n\t\t}\n\n\t\tthat.containerElement = $( ce );\n\n\t\tif ( /document/.test( oc ) || oc === document ) {\n\t\t\tthat.containerOffset = {\n\t\t\t\tleft: 0,\n\t\t\t\ttop: 0\n\t\t\t};\n\t\t\tthat.containerPosition = {\n\t\t\t\tleft: 0,\n\t\t\t\ttop: 0\n\t\t\t};\n\n\t\t\tthat.parentData = {\n\t\t\t\telement: $( document ),\n\t\t\t\tleft: 0,\n\t\t\t\ttop: 0,\n\t\t\t\twidth: $( document ).width(),\n\t\t\t\theight: $( document ).height() || document.body.parentNode.scrollHeight\n\t\t\t};\n\t\t} else {\n\t\t\telement = $( ce );\n\t\t\tp = [];\n\t\t\t$( [ \"Top\", \"Right\", \"Left\", \"Bottom\" ] ).each( function( i, name ) {\n\t\t\t\tp[ i ] = that._num( element.css( \"padding\" + name ) );\n\t\t\t} );\n\n\t\t\tthat.containerOffset = element.offset();\n\t\t\tthat.containerPosition = element.position();\n\t\t\tthat.containerSize = {\n\t\t\t\theight: ( element.innerHeight() - p[ 3 ] ),\n\t\t\t\twidth: ( element.innerWidth() - p[ 1 ] )\n\t\t\t};\n\n\t\t\tco = that.containerOffset;\n\t\t\tch = that.containerSize.height;\n\t\t\tcw = that.containerSize.width;\n\t\t\twidth = ( that._hasScroll ( ce, \"left\" ) ? ce.scrollWidth : cw );\n\t\t\theight = ( that._hasScroll ( ce ) ? ce.scrollHeight : ch ) ;\n\n\t\t\tthat.parentData = {\n\t\t\t\telement: ce,\n\t\t\t\tleft: co.left,\n\t\t\t\ttop: co.top,\n\t\t\t\twidth: width,\n\t\t\t\theight: height\n\t\t\t};\n\t\t}\n\t},\n\n\tresize: function( event ) {\n\t\tvar woset, hoset, isParent, isOffsetRelative,\n\t\t\tthat = $( this ).resizable( \"instance\" ),\n\t\t\to = that.options,\n\t\t\tco = that.containerOffset,\n\t\t\tcp = that.position,\n\t\t\tpRatio = that._aspectRatio || event.shiftKey,\n\t\t\tcop = {\n\t\t\t\ttop: 0,\n\t\t\t\tleft: 0\n\t\t\t},\n\t\t\tce = that.containerElement,\n\t\t\tcontinueResize = true;\n\n\t\tif ( ce[ 0 ] !== document && ( /static/ ).test( ce.css( \"position\" ) ) ) {\n\t\t\tcop = co;\n\t\t}\n\n\t\tif ( cp.left < ( that._helper ? co.left : 0 ) ) {\n\t\t\tthat.size.width = that.size.width +\n\t\t\t\t( that._helper ?\n\t\t\t\t\t( that.position.left - co.left ) :\n\t\t\t\t\t( that.position.left - cop.left ) );\n\n\t\t\tif ( pRatio ) {\n\t\t\t\tthat.size.height = that.size.width / that.aspectRatio;\n\t\t\t\tcontinueResize = false;\n\t\t\t}\n\t\t\tthat.position.left = o.helper ? co.left : 0;\n\t\t}\n\n\t\tif ( cp.top < ( that._helper ? co.top : 0 ) ) {\n\t\t\tthat.size.height = that.size.height +\n\t\t\t\t( that._helper ?\n\t\t\t\t\t( that.position.top - co.top ) :\n\t\t\t\t\tthat.position.top );\n\n\t\t\tif ( pRatio ) {\n\t\t\t\tthat.size.width = that.size.height * that.aspectRatio;\n\t\t\t\tcontinueResize = false;\n\t\t\t}\n\t\t\tthat.position.top = that._helper ? co.top : 0;\n\t\t}\n\n\t\tisParent = that.containerElement.get( 0 ) === that.element.parent().get( 0 );\n\t\tisOffsetRelative = /relative|absolute/.test( that.containerElement.css( \"position\" ) );\n\n\t\tif ( isParent && isOffsetRelative ) {\n\t\t\tthat.offset.left = that.parentData.left + that.position.left;\n\t\t\tthat.offset.top = that.parentData.top + that.position.top;\n\t\t} else {\n\t\t\tthat.offset.left = that.element.offset().left;\n\t\t\tthat.offset.top = that.element.offset().top;\n\t\t}\n\n\t\twoset = Math.abs( that.sizeDiff.width +\n\t\t\t( that._helper ?\n\t\t\t\tthat.offset.left - cop.left :\n\t\t\t\t( that.offset.left - co.left ) ) );\n\n\t\thoset = Math.abs( that.sizeDiff.height +\n\t\t\t( that._helper ?\n\t\t\t\tthat.offset.top - cop.top :\n\t\t\t\t( that.offset.top - co.top ) ) );\n\n\t\tif ( woset + that.size.width >= that.parentData.width ) {\n\t\t\tthat.size.width = that.parentData.width - woset;\n\t\t\tif ( pRatio ) {\n\t\t\t\tthat.size.height = that.size.width / that.aspectRatio;\n\t\t\t\tcontinueResize = false;\n\t\t\t}\n\t\t}\n\n\t\tif ( hoset + that.size.height >= that.parentData.height ) {\n\t\t\tthat.size.height = that.parentData.height - hoset;\n\t\t\tif ( pRatio ) {\n\t\t\t\tthat.size.width = that.size.height * that.aspectRatio;\n\t\t\t\tcontinueResize = false;\n\t\t\t}\n\t\t}\n\n\t\tif ( !continueResize ) {\n\t\t\tthat.position.left = that.prevPosition.left;\n\t\t\tthat.position.top = that.prevPosition.top;\n\t\t\tthat.size.width = that.prevSize.width;\n\t\t\tthat.size.height = that.prevSize.height;\n\t\t}\n\t},\n\n\tstop: function() {\n\t\tvar that = $( this ).resizable( \"instance\" ),\n\t\t\to = that.options,\n\t\t\tco = that.containerOffset,\n\t\t\tcop = that.containerPosition,\n\t\t\tce = that.containerElement,\n\t\t\thelper = $( that.helper ),\n\t\t\tho = helper.offset(),\n\t\t\tw = helper.outerWidth() - that.sizeDiff.width,\n\t\t\th = helper.outerHeight() - that.sizeDiff.height;\n\n\t\tif ( that._helper && !o.animate && ( /relative/ ).test( ce.css( \"position\" ) ) ) {\n\t\t\t$( this ).css( {\n\t\t\t\tleft: ho.left - cop.left - co.left,\n\t\t\t\twidth: w,\n\t\t\t\theight: h\n\t\t\t} );\n\t\t}\n\n\t\tif ( that._helper && !o.animate && ( /static/ ).test( ce.css( \"position\" ) ) ) {\n\t\t\t$( this ).css( {\n\t\t\t\tleft: ho.left - cop.left - co.left,\n\t\t\t\twidth: w,\n\t\t\t\theight: h\n\t\t\t} );\n\t\t}\n\t}\n} );\n\n$.ui.plugin.add( \"resizable\", \"alsoResize\", {\n\n\tstart: function() {\n\t\tvar that = $( this ).resizable( \"instance\" ),\n\t\t\to = that.options;\n\n\t\t$( o.alsoResize ).each( function() {\n\t\t\tvar el = $( this );\n\t\t\tel.data( \"ui-resizable-alsoresize\", {\n\t\t\t\twidth: parseFloat( el.width() ), height: parseFloat( el.height() ),\n\t\t\t\tleft: parseFloat( el.css( \"left\" ) ), top: parseFloat( el.css( \"top\" ) )\n\t\t\t} );\n\t\t} );\n\t},\n\n\tresize: function( event, ui ) {\n\t\tvar that = $( this ).resizable( \"instance\" ),\n\t\t\to = that.options,\n\t\t\tos = that.originalSize,\n\t\t\top = that.originalPosition,\n\t\t\tdelta = {\n\t\t\t\theight: ( that.size.height - os.height ) || 0,\n\t\t\t\twidth: ( that.size.width - os.width ) || 0,\n\t\t\t\ttop: ( that.position.top - op.top ) || 0,\n\t\t\t\tleft: ( that.position.left - op.left ) || 0\n\t\t\t};\n\n\t\t\t$( o.alsoResize ).each( function() {\n\t\t\t\tvar el = $( this ), start = $( this ).data( \"ui-resizable-alsoresize\" ), style = {},\n\t\t\t\t\tcss = el.parents( ui.originalElement[ 0 ] ).length ?\n\t\t\t\t\t\t\t[ \"width\", \"height\" ] :\n\t\t\t\t\t\t\t[ \"width\", \"height\", \"top\", \"left\" ];\n\n\t\t\t\t$.each( css, function( i, prop ) {\n\t\t\t\t\tvar sum = ( start[ prop ] || 0 ) + ( delta[ prop ] || 0 );\n\t\t\t\t\tif ( sum && sum >= 0 ) {\n\t\t\t\t\t\tstyle[ prop ] = sum || null;\n\t\t\t\t\t}\n\t\t\t\t} );\n\n\t\t\t\tel.css( style );\n\t\t\t} );\n\t},\n\n\tstop: function() {\n\t\t$( this ).removeData( \"ui-resizable-alsoresize\" );\n\t}\n} );\n\n$.ui.plugin.add( \"resizable\", \"ghost\", {\n\n\tstart: function() {\n\n\t\tvar that = $( this ).resizable( \"instance\" ), cs = that.size;\n\n\t\tthat.ghost = that.originalElement.clone();\n\t\tthat.ghost.css( {\n\t\t\topacity: 0.25,\n\t\t\tdisplay: \"block\",\n\t\t\tposition: \"relative\",\n\t\t\theight: cs.height,\n\t\t\twidth: cs.width,\n\t\t\tmargin: 0,\n\t\t\tleft: 0,\n\t\t\ttop: 0\n\t\t} );\n\n\t\tthat._addClass( that.ghost, \"ui-resizable-ghost\" );\n\n\t\t// DEPRECATED\n\t\t// TODO: remove after 1.12\n\t\tif ( $.uiBackCompat !== false && typeof that.options.ghost === \"string\" ) {\n\n\t\t\t// Ghost option\n\t\t\tthat.ghost.addClass( this.options.ghost );\n\t\t}\n\n\t\tthat.ghost.appendTo( that.helper );\n\n\t},\n\n\tresize: function() {\n\t\tvar that = $( this ).resizable( \"instance\" );\n\t\tif ( that.ghost ) {\n\t\t\tthat.ghost.css( {\n\t\t\t\tposition: \"relative\",\n\t\t\t\theight: that.size.height,\n\t\t\t\twidth: that.size.width\n\t\t\t} );\n\t\t}\n\t},\n\n\tstop: function() {\n\t\tvar that = $( this ).resizable( \"instance\" );\n\t\tif ( that.ghost && that.helper ) {\n\t\t\tthat.helper.get( 0 ).removeChild( that.ghost.get( 0 ) );\n\t\t}\n\t}\n\n} );\n\n$.ui.plugin.add( \"resizable\", \"grid\", {\n\n\tresize: function() {\n\t\tvar outerDimensions,\n\t\t\tthat = $( this ).resizable( \"instance\" ),\n\t\t\to = that.options,\n\t\t\tcs = that.size,\n\t\t\tos = that.originalSize,\n\t\t\top = that.originalPosition,\n\t\t\ta = that.axis,\n\t\t\tgrid = typeof o.grid === \"number\" ? [ o.grid, o.grid ] : o.grid,\n\t\t\tgridX = ( grid[ 0 ] || 1 ),\n\t\t\tgridY = ( grid[ 1 ] || 1 ),\n\t\t\tox = Math.round( ( cs.width - os.width ) / gridX ) * gridX,\n\t\t\toy = Math.round( ( cs.height - os.height ) / gridY ) * gridY,\n\t\t\tnewWidth = os.width + ox,\n\t\t\tnewHeight = os.height + oy,\n\t\t\tisMaxWidth = o.maxWidth && ( o.maxWidth < newWidth ),\n\t\t\tisMaxHeight = o.maxHeight && ( o.maxHeight < newHeight ),\n\t\t\tisMinWidth = o.minWidth && ( o.minWidth > newWidth ),\n\t\t\tisMinHeight = o.minHeight && ( o.minHeight > newHeight );\n\n\t\to.grid = grid;\n\n\t\tif ( isMinWidth ) {\n\t\t\tnewWidth += gridX;\n\t\t}\n\t\tif ( isMinHeight ) {\n\t\t\tnewHeight += gridY;\n\t\t}\n\t\tif ( isMaxWidth ) {\n\t\t\tnewWidth -= gridX;\n\t\t}\n\t\tif ( isMaxHeight ) {\n\t\t\tnewHeight -= gridY;\n\t\t}\n\n\t\tif ( /^(se|s|e)$/.test( a ) ) {\n\t\t\tthat.size.width = newWidth;\n\t\t\tthat.size.height = newHeight;\n\t\t} else if ( /^(ne)$/.test( a ) ) {\n\t\t\tthat.size.width = newWidth;\n\t\t\tthat.size.height = newHeight;\n\t\t\tthat.position.top = op.top - oy;\n\t\t} else if ( /^(sw)$/.test( a ) ) {\n\t\t\tthat.size.width = newWidth;\n\t\t\tthat.size.height = newHeight;\n\t\t\tthat.position.left = op.left - ox;\n\t\t} else {\n\t\t\tif ( newHeight - gridY <= 0 || newWidth - gridX <= 0 ) {\n\t\t\t\touterDimensions = that._getPaddingPlusBorderDimensions( this );\n\t\t\t}\n\n\t\t\tif ( newHeight - gridY > 0 ) {\n\t\t\t\tthat.size.height = newHeight;\n\t\t\t\tthat.position.top = op.top - oy;\n\t\t\t} else {\n\t\t\t\tnewHeight = gridY - outerDimensions.height;\n\t\t\t\tthat.size.height = newHeight;\n\t\t\t\tthat.position.top = op.top + os.height - newHeight;\n\t\t\t}\n\t\t\tif ( newWidth - gridX > 0 ) {\n\t\t\t\tthat.size.width = newWidth;\n\t\t\t\tthat.position.left = op.left - ox;\n\t\t\t} else {\n\t\t\t\tnewWidth = gridX - outerDimensions.width;\n\t\t\t\tthat.size.width = newWidth;\n\t\t\t\tthat.position.left = op.left + os.width - newWidth;\n\t\t\t}\n\t\t}\n\t}\n\n} );\n\nvar widgetsResizable = $.ui.resizable;\n\n\n/*!\n * jQuery UI Dialog 1.12.1\n * http://jqueryui.com\n *\n * Copyright jQuery Foundation and other contributors\n * Released under the MIT license.\n * http://jquery.org/license\n */\n\n//>>label: Dialog\n//>>group: Widgets\n//>>description: Displays customizable dialog windows.\n//>>docs: http://api.jqueryui.com/dialog/\n//>>demos: http://jqueryui.com/dialog/\n//>>css.structure: ../../themes/base/core.css\n//>>css.structure: ../../themes/base/dialog.css\n//>>css.theme: ../../themes/base/theme.css\n\n\n\n$.widget( \"ui.dialog\", {\n\tversion: \"1.12.1\",\n\toptions: {\n\t\tappendTo: \"body\",\n\t\tautoOpen: true,\n\t\tbuttons: [],\n\t\tclasses: {\n\t\t\t\"ui-dialog\": \"ui-corner-all\",\n\t\t\t\"ui-dialog-titlebar\": \"ui-corner-all\"\n\t\t},\n\t\tcloseOnEscape: true,\n\t\tcloseText: \"Close\",\n\t\tdraggable: true,\n\t\thide: null,\n\t\theight: \"auto\",\n\t\tmaxHeight: null,\n\t\tmaxWidth: null,\n\t\tminHeight: 150,\n\t\tminWidth: 150,\n\t\tmodal: false,\n\t\tposition: {\n\t\t\tmy: \"center\",\n\t\t\tat: \"center\",\n\t\t\tof: window,\n\t\t\tcollision: \"fit\",\n\n\t\t\t// Ensure the titlebar is always visible\n\t\t\tusing: function( pos ) {\n\t\t\t\tvar topOffset = $( this ).css( pos ).offset().top;\n\t\t\t\tif ( topOffset < 0 ) {\n\t\t\t\t\t$( this ).css( \"top\", pos.top - topOffset );\n\t\t\t\t}\n\t\t\t}\n\t\t},\n\t\tresizable: true,\n\t\tshow: null,\n\t\ttitle: null,\n\t\twidth: 300,\n\n\t\t// Callbacks\n\t\tbeforeClose: null,\n\t\tclose: null,\n\t\tdrag: null,\n\t\tdragStart: null,\n\t\tdragStop: null,\n\t\tfocus: null,\n\t\topen: null,\n\t\tresize: null,\n\t\tresizeStart: null,\n\t\tresizeStop: null\n\t},\n\n\tsizeRelatedOptions: {\n\t\tbuttons: true,\n\t\theight: true,\n\t\tmaxHeight: true,\n\t\tmaxWidth: true,\n\t\tminHeight: true,\n\t\tminWidth: true,\n\t\twidth: true\n\t},\n\n\tresizableRelatedOptions: {\n\t\tmaxHeight: true,\n\t\tmaxWidth: true,\n\t\tminHeight: true,\n\t\tminWidth: true\n\t},\n\n\t_create: function() {\n\t\tthis.originalCss = {\n\t\t\tdisplay: this.element[ 0 ].style.display,\n\t\t\twidth: this.element[ 0 ].style.width,\n\t\t\tminHeight: this.element[ 0 ].style.minHeight,\n\t\t\tmaxHeight: this.element[ 0 ].style.maxHeight,\n\t\t\theight: this.element[ 0 ].style.height\n\t\t};\n\t\tthis.originalPosition = {\n\t\t\tparent: this.element.parent(),\n\t\t\tindex: this.element.parent().children().index( this.element )\n\t\t};\n\t\tthis.originalTitle = this.element.attr( \"title\" );\n\t\tif ( this.options.title == null && this.originalTitle != null ) {\n\t\t\tthis.options.title = this.originalTitle;\n\t\t}\n\n\t\t// Dialogs can't be disabled\n\t\tif ( this.options.disabled ) {\n\t\t\tthis.options.disabled = false;\n\t\t}\n\n\t\tthis._createWrapper();\n\n\t\tthis.element\n\t\t\t.show()\n\t\t\t.removeAttr( \"title\" )\n\t\t\t.appendTo( this.uiDialog );\n\n\t\tthis._addClass( \"ui-dialog-content\", \"ui-widget-content\" );\n\n\t\tthis._createTitlebar();\n\t\tthis._createButtonPane();\n\n\t\tif ( this.options.draggable && $.fn.draggable ) {\n\t\t\tthis._makeDraggable();\n\t\t}\n\t\tif ( this.options.resizable && $.fn.resizable ) {\n\t\t\tthis._makeResizable();\n\t\t}\n\n\t\tthis._isOpen = false;\n\n\t\tthis._trackFocus();\n\t},\n\n\t_init: function() {\n\t\tif ( this.options.autoOpen ) {\n\t\t\tthis.open();\n\t\t}\n\t},\n\n\t_appendTo: function() {\n\t\tvar element = this.options.appendTo;\n\t\tif ( element && ( element.jquery || element.nodeType ) ) {\n\t\t\treturn $( element );\n\t\t}\n\t\treturn this.document.find( element || \"body\" ).eq( 0 );\n\t},\n\n\t_destroy: function() {\n\t\tvar next,\n\t\t\toriginalPosition = this.originalPosition;\n\n\t\tthis._untrackInstance();\n\t\tthis._destroyOverlay();\n\n\t\tthis.element\n\t\t\t.removeUniqueId()\n\t\t\t.css( this.originalCss )\n\n\t\t\t// Without detaching first, the following becomes really slow\n\t\t\t.detach();\n\n\t\tthis.uiDialog.remove();\n\n\t\tif ( this.originalTitle ) {\n\t\t\tthis.element.attr( \"title\", this.originalTitle );\n\t\t}\n\n\t\tnext = originalPosition.parent.children().eq( originalPosition.index );\n\n\t\t// Don't try to place the dialog next to itself (#8613)\n\t\tif ( next.length && next[ 0 ] !== this.element[ 0 ] ) {\n\t\t\tnext.before( this.element );\n\t\t} else {\n\t\t\toriginalPosition.parent.append( this.element );\n\t\t}\n\t},\n\n\twidget: function() {\n\t\treturn this.uiDialog;\n\t},\n\n\tdisable: $.noop,\n\tenable: $.noop,\n\n\tclose: function( event ) {\n\t\tvar that = this;\n\n\t\tif ( !this._isOpen || this._trigger( \"beforeClose\", event ) === false ) {\n\t\t\treturn;\n\t\t}\n\n\t\tthis._isOpen = false;\n\t\tthis._focusedElement = null;\n\t\tthis._destroyOverlay();\n\t\tthis._untrackInstance();\n\n\t\tif ( !this.opener.filter( \":focusable\" ).trigger( \"focus\" ).length ) {\n\n\t\t\t// Hiding a focused element doesn't trigger blur in WebKit\n\t\t\t// so in case we have nothing to focus on, explicitly blur the active element\n\t\t\t// https://bugs.webkit.org/show_bug.cgi?id=47182\n\t\t\t$.ui.safeBlur( $.ui.safeActiveElement( this.document[ 0 ] ) );\n\t\t}\n\n\t\tthis._hide( this.uiDialog, this.options.hide, function() {\n\t\t\tthat._trigger( \"close\", event );\n\t\t} );\n\t},\n\n\tisOpen: function() {\n\t\treturn this._isOpen;\n\t},\n\n\tmoveToTop: function() {\n\t\tthis._moveToTop();\n\t},\n\n\t_moveToTop: function( event, silent ) {\n\t\tvar moved = false,\n\t\t\tzIndices = this.uiDialog.siblings( \".ui-front:visible\" ).map( function() {\n\t\t\t\treturn +$( this ).css( \"z-index\" );\n\t\t\t} ).get(),\n\t\t\tzIndexMax = Math.max.apply( null, zIndices );\n\n\t\tif ( zIndexMax >= +this.uiDialog.css( \"z-index\" ) ) {\n\t\t\tthis.uiDialog.css( \"z-index\", zIndexMax + 1 );\n\t\t\tmoved = true;\n\t\t}\n\n\t\tif ( moved && !silent ) {\n\t\t\tthis._trigger( \"focus\", event );\n\t\t}\n\t\treturn moved;\n\t},\n\n\topen: function() {\n\t\tvar that = this;\n\t\tif ( this._isOpen ) {\n\t\t\tif ( this._moveToTop() ) {\n\t\t\t\tthis._focusTabbable();\n\t\t\t}\n\t\t\treturn;\n\t\t}\n\n\t\tthis._isOpen = true;\n\t\tthis.opener = $( $.ui.safeActiveElement( this.document[ 0 ] ) );\n\n\t\tthis._size();\n\t\tthis._position();\n\t\tthis._createOverlay();\n\t\tthis._moveToTop( null, true );\n\n\t\t// Ensure the overlay is moved to the top with the dialog, but only when\n\t\t// opening. The overlay shouldn't move after the dialog is open so that\n\t\t// modeless dialogs opened after the modal dialog stack properly.\n\t\tif ( this.overlay ) {\n\t\t\tthis.overlay.css( \"z-index\", this.uiDialog.css( \"z-index\" ) - 1 );\n\t\t}\n\n\t\tthis._show( this.uiDialog, this.options.show, function() {\n\t\t\tthat._focusTabbable();\n\t\t\tthat._trigger( \"focus\" );\n\t\t} );\n\n\t\t// Track the dialog immediately upon openening in case a focus event\n\t\t// somehow occurs outside of the dialog before an element inside the\n\t\t// dialog is focused (#10152)\n\t\tthis._makeFocusTarget();\n\n\t\tthis._trigger( \"open\" );\n\t},\n\n\t_focusTabbable: function() {\n\n\t\t// Set focus to the first match:\n\t\t// 1. An element that was focused previously\n\t\t// 2. First element inside the dialog matching [autofocus]\n\t\t// 3. Tabbable element inside the content element\n\t\t// 4. Tabbable element inside the buttonpane\n\t\t// 5. The close button\n\t\t// 6. The dialog itself\n\t\tvar hasFocus = this._focusedElement;\n\t\tif ( !hasFocus ) {\n\t\t\thasFocus = this.element.find( \"[autofocus]\" );\n\t\t}\n\t\tif ( !hasFocus.length ) {\n\t\t\thasFocus = this.element.find( \":tabbable\" );\n\t\t}\n\t\tif ( !hasFocus.length ) {\n\t\t\thasFocus = this.uiDialogButtonPane.find( \":tabbable\" );\n\t\t}\n\t\tif ( !hasFocus.length ) {\n\t\t\thasFocus = this.uiDialogTitlebarClose.filter( \":tabbable\" );\n\t\t}\n\t\tif ( !hasFocus.length ) {\n\t\t\thasFocus = this.uiDialog;\n\t\t}\n\t\thasFocus.eq( 0 ).trigger( \"focus\" );\n\t},\n\n\t_keepFocus: function( event ) {\n\t\tfunction checkFocus() {\n\t\t\tvar activeElement = $.ui.safeActiveElement( this.document[ 0 ] ),\n\t\t\t\tisActive = this.uiDialog[ 0 ] === activeElement ||\n\t\t\t\t\t$.contains( this.uiDialog[ 0 ], activeElement );\n\t\t\tif ( !isActive ) {\n\t\t\t\tthis._focusTabbable();\n\t\t\t}\n\t\t}\n\t\tevent.preventDefault();\n\t\tcheckFocus.call( this );\n\n\t\t// support: IE\n\t\t// IE <= 8 doesn't prevent moving focus even with event.preventDefault()\n\t\t// so we check again later\n\t\tthis._delay( checkFocus );\n\t},\n\n\t_createWrapper: function() {\n\t\tthis.uiDialog = $( \"<div>\" )\n\t\t\t.hide()\n\t\t\t.attr( {\n\n\t\t\t\t// Setting tabIndex makes the div focusable\n\t\t\t\ttabIndex: -1,\n\t\t\t\trole: \"dialog\"\n\t\t\t} )\n\t\t\t.appendTo( this._appendTo() );\n\n\t\tthis._addClass( this.uiDialog, \"ui-dialog\", \"ui-widget ui-widget-content ui-front\" );\n\t\tthis._on( this.uiDialog, {\n\t\t\tkeydown: function( event ) {\n\t\t\t\tif ( this.options.closeOnEscape && !event.isDefaultPrevented() && event.keyCode &&\n\t\t\t\t\t\tevent.keyCode === $.ui.keyCode.ESCAPE ) {\n\t\t\t\t\tevent.preventDefault();\n\t\t\t\t\tthis.close( event );\n\t\t\t\t\treturn;\n\t\t\t\t}\n\n\t\t\t\t// Prevent tabbing out of dialogs\n\t\t\t\tif ( event.keyCode !== $.ui.keyCode.TAB || event.isDefaultPrevented() ) {\n\t\t\t\t\treturn;\n\t\t\t\t}\n\t\t\t\tvar tabbables = this.uiDialog.find( \":tabbable\" ),\n\t\t\t\t\tfirst = tabbables.filter( \":first\" ),\n\t\t\t\t\tlast = tabbables.filter( \":last\" );\n\n\t\t\t\tif ( ( event.target === last[ 0 ] || event.target === this.uiDialog[ 0 ] ) &&\n\t\t\t\t\t\t!event.shiftKey ) {\n\t\t\t\t\tthis._delay( function() {\n\t\t\t\t\t\tfirst.trigger( \"focus\" );\n\t\t\t\t\t} );\n\t\t\t\t\tevent.preventDefault();\n\t\t\t\t} else if ( ( event.target === first[ 0 ] ||\n\t\t\t\t\t\tevent.target === this.uiDialog[ 0 ] ) && event.shiftKey ) {\n\t\t\t\t\tthis._delay( function() {\n\t\t\t\t\t\tlast.trigger( \"focus\" );\n\t\t\t\t\t} );\n\t\t\t\t\tevent.preventDefault();\n\t\t\t\t}\n\t\t\t},\n\t\t\tmousedown: function( event ) {\n\t\t\t\tif ( this._moveToTop( event ) ) {\n\t\t\t\t\tthis._focusTabbable();\n\t\t\t\t}\n\t\t\t}\n\t\t} );\n\n\t\t// We assume that any existing aria-describedby attribute means\n\t\t// that the dialog content is marked up properly\n\t\t// otherwise we brute force the content as the description\n\t\tif ( !this.element.find( \"[aria-describedby]\" ).length ) {\n\t\t\tthis.uiDialog.attr( {\n\t\t\t\t\"aria-describedby\": this.element.uniqueId().attr( \"id\" )\n\t\t\t} );\n\t\t}\n\t},\n\n\t_createTitlebar: function() {\n\t\tvar uiDialogTitle;\n\n\t\tthis.uiDialogTitlebar = $( \"<div>\" );\n\t\tthis._addClass( this.uiDialogTitlebar,\n\t\t\t\"ui-dialog-titlebar\", \"ui-widget-header ui-helper-clearfix\" );\n\t\tthis._on( this.uiDialogTitlebar, {\n\t\t\tmousedown: function( event ) {\n\n\t\t\t\t// Don't prevent click on close button (#8838)\n\t\t\t\t// Focusing a dialog that is partially scrolled out of view\n\t\t\t\t// causes the browser to scroll it into view, preventing the click event\n\t\t\t\tif ( !$( event.target ).closest( \".ui-dialog-titlebar-close\" ) ) {\n\n\t\t\t\t\t// Dialog isn't getting focus when dragging (#8063)\n\t\t\t\t\tthis.uiDialog.trigger( \"focus\" );\n\t\t\t\t}\n\t\t\t}\n\t\t} );\n\n\t\t// Support: IE\n\t\t// Use type=\"button\" to prevent enter keypresses in textboxes from closing the\n\t\t// dialog in IE (#9312)\n\t\tthis.uiDialogTitlebarClose = $( \"<button type='button'></button>\" )\n\t\t\t.button( {\n\t\t\t\tlabel: $( \"<a>\" ).text( this.options.closeText ).html(),\n\t\t\t\ticon: \"ui-icon-closethick\",\n\t\t\t\tshowLabel: false\n\t\t\t} )\n\t\t\t.appendTo( this.uiDialogTitlebar );\n\n\t\tthis._addClass( this.uiDialogTitlebarClose, \"ui-dialog-titlebar-close\" );\n\t\tthis._on( this.uiDialogTitlebarClose, {\n\t\t\tclick: function( event ) {\n\t\t\t\tevent.preventDefault();\n\t\t\t\tthis.close( event );\n\t\t\t}\n\t\t} );\n\n\t\tuiDialogTitle = $( \"<span>\" ).uniqueId().prependTo( this.uiDialogTitlebar );\n\t\tthis._addClass( uiDialogTitle, \"ui-dialog-title\" );\n\t\tthis._title( uiDialogTitle );\n\n\t\tthis.uiDialogTitlebar.prependTo( this.uiDialog );\n\n\t\tthis.uiDialog.attr( {\n\t\t\t\"aria-labelledby\": uiDialogTitle.attr( \"id\" )\n\t\t} );\n\t},\n\n\t_title: function( title ) {\n\t\tif ( this.options.title ) {\n\t\t\ttitle.text( this.options.title );\n\t\t} else {\n\t\t\ttitle.html( \"&#160;\" );\n\t\t}\n\t},\n\n\t_createButtonPane: function() {\n\t\tthis.uiDialogButtonPane = $( \"<div>\" );\n\t\tthis._addClass( this.uiDialogButtonPane, \"ui-dialog-buttonpane\",\n\t\t\t\"ui-widget-content ui-helper-clearfix\" );\n\n\t\tthis.uiButtonSet = $( \"<div>\" )\n\t\t\t.appendTo( this.uiDialogButtonPane );\n\t\tthis._addClass( this.uiButtonSet, \"ui-dialog-buttonset\" );\n\n\t\tthis._createButtons();\n\t},\n\n\t_createButtons: function() {\n\t\tvar that = this,\n\t\t\tbuttons = this.options.buttons;\n\n\t\t// If we already have a button pane, remove it\n\t\tthis.uiDialogButtonPane.remove();\n\t\tthis.uiButtonSet.empty();\n\n\t\tif ( $.isEmptyObject( buttons ) || ( $.isArray( buttons ) && !buttons.length ) ) {\n\t\t\tthis._removeClass( this.uiDialog, \"ui-dialog-buttons\" );\n\t\t\treturn;\n\t\t}\n\n\t\t$.each( buttons, function( name, props ) {\n\t\t\tvar click, buttonOptions;\n\t\t\tprops = $.isFunction( props ) ?\n\t\t\t\t{ click: props, text: name } :\n\t\t\t\tprops;\n\n\t\t\t// Default to a non-submitting button\n\t\t\tprops = $.extend( { type: \"button\" }, props );\n\n\t\t\t// Change the context for the click callback to be the main element\n\t\t\tclick = props.click;\n\t\t\tbuttonOptions = {\n\t\t\t\ticon: props.icon,\n\t\t\t\ticonPosition: props.iconPosition,\n\t\t\t\tshowLabel: props.showLabel,\n\n\t\t\t\t// Deprecated options\n\t\t\t\ticons: props.icons,\n\t\t\t\ttext: props.text\n\t\t\t};\n\n\t\t\tdelete props.click;\n\t\t\tdelete props.icon;\n\t\t\tdelete props.iconPosition;\n\t\t\tdelete props.showLabel;\n\n\t\t\t// Deprecated options\n\t\t\tdelete props.icons;\n\t\t\tif ( typeof props.text === \"boolean\" ) {\n\t\t\t\tdelete props.text;\n\t\t\t}\n\n\t\t\t$( \"<button></button>\", props )\n\t\t\t\t.button( buttonOptions )\n\t\t\t\t.appendTo( that.uiButtonSet )\n\t\t\t\t.on( \"click\", function() {\n\t\t\t\t\tclick.apply( that.element[ 0 ], arguments );\n\t\t\t\t} );\n\t\t} );\n\t\tthis._addClass( this.uiDialog, \"ui-dialog-buttons\" );\n\t\tthis.uiDialogButtonPane.appendTo( this.uiDialog );\n\t},\n\n\t_makeDraggable: function() {\n\t\tvar that = this,\n\t\t\toptions = this.options;\n\n\t\tfunction filteredUi( ui ) {\n\t\t\treturn {\n\t\t\t\tposition: ui.position,\n\t\t\t\toffset: ui.offset\n\t\t\t};\n\t\t}\n\n\t\tthis.uiDialog.draggable( {\n\t\t\tcancel: \".ui-dialog-content, .ui-dialog-titlebar-close\",\n\t\t\thandle: \".ui-dialog-titlebar\",\n\t\t\tcontainment: \"document\",\n\t\t\tstart: function( event, ui ) {\n\t\t\t\tthat._addClass( $( this ), \"ui-dialog-dragging\" );\n\t\t\t\tthat._blockFrames();\n\t\t\t\tthat._trigger( \"dragStart\", event, filteredUi( ui ) );\n\t\t\t},\n\t\t\tdrag: function( event, ui ) {\n\t\t\t\tthat._trigger( \"drag\", event, filteredUi( ui ) );\n\t\t\t},\n\t\t\tstop: function( event, ui ) {\n\t\t\t\tvar left = ui.offset.left - that.document.scrollLeft(),\n\t\t\t\t\ttop = ui.offset.top - that.document.scrollTop();\n\n\t\t\t\toptions.position = {\n\t\t\t\t\tmy: \"left top\",\n\t\t\t\t\tat: \"left\" + ( left >= 0 ? \"+\" : \"\" ) + left + \" \" +\n\t\t\t\t\t\t\"top\" + ( top >= 0 ? \"+\" : \"\" ) + top,\n\t\t\t\t\tof: that.window\n\t\t\t\t};\n\t\t\t\tthat._removeClass( $( this ), \"ui-dialog-dragging\" );\n\t\t\t\tthat._unblockFrames();\n\t\t\t\tthat._trigger( \"dragStop\", event, filteredUi( ui ) );\n\t\t\t}\n\t\t} );\n\t},\n\n\t_makeResizable: function() {\n\t\tvar that = this,\n\t\t\toptions = this.options,\n\t\t\thandles = options.resizable,\n\n\t\t\t// .ui-resizable has position: relative defined in the stylesheet\n\t\t\t// but dialogs have to use absolute or fixed positioning\n\t\t\tposition = this.uiDialog.css( \"position\" ),\n\t\t\tresizeHandles = typeof handles === \"string\" ?\n\t\t\t\thandles :\n\t\t\t\t\"n,e,s,w,se,sw,ne,nw\";\n\n\t\tfunction filteredUi( ui ) {\n\t\t\treturn {\n\t\t\t\toriginalPosition: ui.originalPosition,\n\t\t\t\toriginalSize: ui.originalSize,\n\t\t\t\tposition: ui.position,\n\t\t\t\tsize: ui.size\n\t\t\t};\n\t\t}\n\n\t\tthis.uiDialog.resizable( {\n\t\t\tcancel: \".ui-dialog-content\",\n\t\t\tcontainment: \"document\",\n\t\t\talsoResize: this.element,\n\t\t\tmaxWidth: options.maxWidth,\n\t\t\tmaxHeight: options.maxHeight,\n\t\t\tminWidth: options.minWidth,\n\t\t\tminHeight: this._minHeight(),\n\t\t\thandles: resizeHandles,\n\t\t\tstart: function( event, ui ) {\n\t\t\t\tthat._addClass( $( this ), \"ui-dialog-resizing\" );\n\t\t\t\tthat._blockFrames();\n\t\t\t\tthat._trigger( \"resizeStart\", event, filteredUi( ui ) );\n\t\t\t},\n\t\t\tresize: function( event, ui ) {\n\t\t\t\tthat._trigger( \"resize\", event, filteredUi( ui ) );\n\t\t\t},\n\t\t\tstop: function( event, ui ) {\n\t\t\t\tvar offset = that.uiDialog.offset(),\n\t\t\t\t\tleft = offset.left - that.document.scrollLeft(),\n\t\t\t\t\ttop = offset.top - that.document.scrollTop();\n\n\t\t\t\toptions.height = that.uiDialog.height();\n\t\t\t\toptions.width = that.uiDialog.width();\n\t\t\t\toptions.position = {\n\t\t\t\t\tmy: \"left top\",\n\t\t\t\t\tat: \"left\" + ( left >= 0 ? \"+\" : \"\" ) + left + \" \" +\n\t\t\t\t\t\t\"top\" + ( top >= 0 ? \"+\" : \"\" ) + top,\n\t\t\t\t\tof: that.window\n\t\t\t\t};\n\t\t\t\tthat._removeClass( $( this ), \"ui-dialog-resizing\" );\n\t\t\t\tthat._unblockFrames();\n\t\t\t\tthat._trigger( \"resizeStop\", event, filteredUi( ui ) );\n\t\t\t}\n\t\t} )\n\t\t\t.css( \"position\", position );\n\t},\n\n\t_trackFocus: function() {\n\t\tthis._on( this.widget(), {\n\t\t\tfocusin: function( event ) {\n\t\t\t\tthis._makeFocusTarget();\n\t\t\t\tthis._focusedElement = $( event.target );\n\t\t\t}\n\t\t} );\n\t},\n\n\t_makeFocusTarget: function() {\n\t\tthis._untrackInstance();\n\t\tthis._trackingInstances().unshift( this );\n\t},\n\n\t_untrackInstance: function() {\n\t\tvar instances = this._trackingInstances(),\n\t\t\texists = $.inArray( this, instances );\n\t\tif ( exists !== -1 ) {\n\t\t\tinstances.splice( exists, 1 );\n\t\t}\n\t},\n\n\t_trackingInstances: function() {\n\t\tvar instances = this.document.data( \"ui-dialog-instances\" );\n\t\tif ( !instances ) {\n\t\t\tinstances = [];\n\t\t\tthis.document.data( \"ui-dialog-instances\", instances );\n\t\t}\n\t\treturn instances;\n\t},\n\n\t_minHeight: function() {\n\t\tvar options = this.options;\n\n\t\treturn options.height === \"auto\" ?\n\t\t\toptions.minHeight :\n\t\t\tMath.min( options.minHeight, options.height );\n\t},\n\n\t_position: function() {\n\n\t\t// Need to show the dialog to get the actual offset in the position plugin\n\t\tvar isVisible = this.uiDialog.is( \":visible\" );\n\t\tif ( !isVisible ) {\n\t\t\tthis.uiDialog.show();\n\t\t}\n\t\tthis.uiDialog.position( this.options.position );\n\t\tif ( !isVisible ) {\n\t\t\tthis.uiDialog.hide();\n\t\t}\n\t},\n\n\t_setOptions: function( options ) {\n\t\tvar that = this,\n\t\t\tresize = false,\n\t\t\tresizableOptions = {};\n\n\t\t$.each( options, function( key, value ) {\n\t\t\tthat._setOption( key, value );\n\n\t\t\tif ( key in that.sizeRelatedOptions ) {\n\t\t\t\tresize = true;\n\t\t\t}\n\t\t\tif ( key in that.resizableRelatedOptions ) {\n\t\t\t\tresizableOptions[ key ] = value;\n\t\t\t}\n\t\t} );\n\n\t\tif ( resize ) {\n\t\t\tthis._size();\n\t\t\tthis._position();\n\t\t}\n\t\tif ( this.uiDialog.is( \":data(ui-resizable)\" ) ) {\n\t\t\tthis.uiDialog.resizable( \"option\", resizableOptions );\n\t\t}\n\t},\n\n\t_setOption: function( key, value ) {\n\t\tvar isDraggable, isResizable,\n\t\t\tuiDialog = this.uiDialog;\n\n\t\tif ( key === \"disabled\" ) {\n\t\t\treturn;\n\t\t}\n\n\t\tthis._super( key, value );\n\n\t\tif ( key === \"appendTo\" ) {\n\t\t\tthis.uiDialog.appendTo( this._appendTo() );\n\t\t}\n\n\t\tif ( key === \"buttons\" ) {\n\t\t\tthis._createButtons();\n\t\t}\n\n\t\tif ( key === \"closeText\" ) {\n\t\t\tthis.uiDialogTitlebarClose.button( {\n\n\t\t\t\t// Ensure that we always pass a string\n\t\t\t\tlabel: $( \"<a>\" ).text( \"\" + this.options.closeText ).html()\n\t\t\t} );\n\t\t}\n\n\t\tif ( key === \"draggable\" ) {\n\t\t\tisDraggable = uiDialog.is( \":data(ui-draggable)\" );\n\t\t\tif ( isDraggable && !value ) {\n\t\t\t\tuiDialog.draggable( \"destroy\" );\n\t\t\t}\n\n\t\t\tif ( !isDraggable && value ) {\n\t\t\t\tthis._makeDraggable();\n\t\t\t}\n\t\t}\n\n\t\tif ( key === \"position\" ) {\n\t\t\tthis._position();\n\t\t}\n\n\t\tif ( key === \"resizable\" ) {\n\n\t\t\t// currently resizable, becoming non-resizable\n\t\t\tisResizable = uiDialog.is( \":data(ui-resizable)\" );\n\t\t\tif ( isResizable && !value ) {\n\t\t\t\tuiDialog.resizable( \"destroy\" );\n\t\t\t}\n\n\t\t\t// Currently resizable, changing handles\n\t\t\tif ( isResizable && typeof value === \"string\" ) {\n\t\t\t\tuiDialog.resizable( \"option\", \"handles\", value );\n\t\t\t}\n\n\t\t\t// Currently non-resizable, becoming resizable\n\t\t\tif ( !isResizable && value !== false ) {\n\t\t\t\tthis._makeResizable();\n\t\t\t}\n\t\t}\n\n\t\tif ( key === \"title\" ) {\n\t\t\tthis._title( this.uiDialogTitlebar.find( \".ui-dialog-title\" ) );\n\t\t}\n\t},\n\n\t_size: function() {\n\n\t\t// If the user has resized the dialog, the .ui-dialog and .ui-dialog-content\n\t\t// divs will both have width and height set, so we need to reset them\n\t\tvar nonContentHeight, minContentHeight, maxContentHeight,\n\t\t\toptions = this.options;\n\n\t\t// Reset content sizing\n\t\tthis.element.show().css( {\n\t\t\twidth: \"auto\",\n\t\t\tminHeight: 0,\n\t\t\tmaxHeight: \"none\",\n\t\t\theight: 0\n\t\t} );\n\n\t\tif ( options.minWidth > options.width ) {\n\t\t\toptions.width = options.minWidth;\n\t\t}\n\n\t\t// Reset wrapper sizing\n\t\t// determine the height of all the non-content elements\n\t\tnonContentHeight = this.uiDialog.css( {\n\t\t\theight: \"auto\",\n\t\t\twidth: options.width\n\t\t} )\n\t\t\t.outerHeight();\n\t\tminContentHeight = Math.max( 0, options.minHeight - nonContentHeight );\n\t\tmaxContentHeight = typeof options.maxHeight === \"number\" ?\n\t\t\tMath.max( 0, options.maxHeight - nonContentHeight ) :\n\t\t\t\"none\";\n\n\t\tif ( options.height === \"auto\" ) {\n\t\t\tthis.element.css( {\n\t\t\t\tminHeight: minContentHeight,\n\t\t\t\tmaxHeight: maxContentHeight,\n\t\t\t\theight: \"auto\"\n\t\t\t} );\n\t\t} else {\n\t\t\tthis.element.height( Math.max( 0, options.height - nonContentHeight ) );\n\t\t}\n\n\t\tif ( this.uiDialog.is( \":data(ui-resizable)\" ) ) {\n\t\t\tthis.uiDialog.resizable( \"option\", \"minHeight\", this._minHeight() );\n\t\t}\n\t},\n\n\t_blockFrames: function() {\n\t\tthis.iframeBlocks = this.document.find( \"iframe\" ).map( function() {\n\t\t\tvar iframe = $( this );\n\n\t\t\treturn $( \"<div>\" )\n\t\t\t\t.css( {\n\t\t\t\t\tposition: \"absolute\",\n\t\t\t\t\twidth: iframe.outerWidth(),\n\t\t\t\t\theight: iframe.outerHeight()\n\t\t\t\t} )\n\t\t\t\t.appendTo( iframe.parent() )\n\t\t\t\t.offset( iframe.offset() )[ 0 ];\n\t\t} );\n\t},\n\n\t_unblockFrames: function() {\n\t\tif ( this.iframeBlocks ) {\n\t\t\tthis.iframeBlocks.remove();\n\t\t\tdelete this.iframeBlocks;\n\t\t}\n\t},\n\n\t_allowInteraction: function( event ) {\n\t\tif ( $( event.target ).closest( \".ui-dialog\" ).length ) {\n\t\t\treturn true;\n\t\t}\n\n\t\t// TODO: Remove hack when datepicker implements\n\t\t// the .ui-front logic (#8989)\n\t\treturn !!$( event.target ).closest( \".ui-datepicker\" ).length;\n\t},\n\n\t_createOverlay: function() {\n\t\tif ( !this.options.modal ) {\n\t\t\treturn;\n\t\t}\n\n\t\t// We use a delay in case the overlay is created from an\n\t\t// event that we're going to be cancelling (#2804)\n\t\tvar isOpening = true;\n\t\tthis._delay( function() {\n\t\t\tisOpening = false;\n\t\t} );\n\n\t\tif ( !this.document.data( \"ui-dialog-overlays\" ) ) {\n\n\t\t\t// Prevent use of anchors and inputs\n\t\t\t// Using _on() for an event handler shared across many instances is\n\t\t\t// safe because the dialogs stack and must be closed in reverse order\n\t\t\tthis._on( this.document, {\n\t\t\t\tfocusin: function( event ) {\n\t\t\t\t\tif ( isOpening ) {\n\t\t\t\t\t\treturn;\n\t\t\t\t\t}\n\n\t\t\t\t\tif ( !this._allowInteraction( event ) ) {\n\t\t\t\t\t\tevent.preventDefault();\n\t\t\t\t\t\tthis._trackingInstances()[ 0 ]._focusTabbable();\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t} );\n\t\t}\n\n\t\tthis.overlay = $( \"<div>\" )\n\t\t\t.appendTo( this._appendTo() );\n\n\t\tthis._addClass( this.overlay, null, \"ui-widget-overlay ui-front\" );\n\t\tthis._on( this.overlay, {\n\t\t\tmousedown: \"_keepFocus\"\n\t\t} );\n\t\tthis.document.data( \"ui-dialog-overlays\",\n\t\t\t( this.document.data( \"ui-dialog-overlays\" ) || 0 ) + 1 );\n\t},\n\n\t_destroyOverlay: function() {\n\t\tif ( !this.options.modal ) {\n\t\t\treturn;\n\t\t}\n\n\t\tif ( this.overlay ) {\n\t\t\tvar overlays = this.document.data( \"ui-dialog-overlays\" ) - 1;\n\n\t\t\tif ( !overlays ) {\n\t\t\t\tthis._off( this.document, \"focusin\" );\n\t\t\t\tthis.document.removeData( \"ui-dialog-overlays\" );\n\t\t\t} else {\n\t\t\t\tthis.document.data( \"ui-dialog-overlays\", overlays );\n\t\t\t}\n\n\t\t\tthis.overlay.remove();\n\t\t\tthis.overlay = null;\n\t\t}\n\t}\n} );\n\n// DEPRECATED\n// TODO: switch return back to widget declaration at top of file when this is removed\nif ( $.uiBackCompat !== false ) {\n\n\t// Backcompat for dialogClass option\n\t$.widget( \"ui.dialog\", $.ui.dialog, {\n\t\toptions: {\n\t\t\tdialogClass: \"\"\n\t\t},\n\t\t_createWrapper: function() {\n\t\t\tthis._super();\n\t\t\tthis.uiDialog.addClass( this.options.dialogClass );\n\t\t},\n\t\t_setOption: function( key, value ) {\n\t\t\tif ( key === \"dialogClass\" ) {\n\t\t\t\tthis.uiDialog\n\t\t\t\t\t.removeClass( this.options.dialogClass )\n\t\t\t\t\t.addClass( value );\n\t\t\t}\n\t\t\tthis._superApply( arguments );\n\t\t}\n\t} );\n}\n\nvar widgetsDialog = $.ui.dialog;\n\n\n/*!\n * jQuery UI Droppable 1.12.1\n * http://jqueryui.com\n *\n * Copyright jQuery Foundation and other contributors\n * Released under the MIT license.\n * http://jquery.org/license\n */\n\n//>>label: Droppable\n//>>group: Interactions\n//>>description: Enables drop targets for draggable elements.\n//>>docs: http://api.jqueryui.com/droppable/\n//>>demos: http://jqueryui.com/droppable/\n\n\n\n$.widget( \"ui.droppable\", {\n\tversion: \"1.12.1\",\n\twidgetEventPrefix: \"drop\",\n\toptions: {\n\t\taccept: \"*\",\n\t\taddClasses: true,\n\t\tgreedy: false,\n\t\tscope: \"default\",\n\t\ttolerance: \"intersect\",\n\n\t\t// Callbacks\n\t\tactivate: null,\n\t\tdeactivate: null,\n\t\tdrop: null,\n\t\tout: null,\n\t\tover: null\n\t},\n\t_create: function() {\n\n\t\tvar proportions,\n\t\t\to = this.options,\n\t\t\taccept = o.accept;\n\n\t\tthis.isover = false;\n\t\tthis.isout = true;\n\n\t\tthis.accept = $.isFunction( accept ) ? accept : function( d ) {\n\t\t\treturn d.is( accept );\n\t\t};\n\n\t\tthis.proportions = function( /* valueToWrite */ ) {\n\t\t\tif ( arguments.length ) {\n\n\t\t\t\t// Store the droppable's proportions\n\t\t\t\tproportions = arguments[ 0 ];\n\t\t\t} else {\n\n\t\t\t\t// Retrieve or derive the droppable's proportions\n\t\t\t\treturn proportions ?\n\t\t\t\t\tproportions :\n\t\t\t\t\tproportions = {\n\t\t\t\t\t\twidth: this.element[ 0 ].offsetWidth,\n\t\t\t\t\t\theight: this.element[ 0 ].offsetHeight\n\t\t\t\t\t};\n\t\t\t}\n\t\t};\n\n\t\tthis._addToManager( o.scope );\n\n\t\to.addClasses && this._addClass( \"ui-droppable\" );\n\n\t},\n\n\t_addToManager: function( scope ) {\n\n\t\t// Add the reference and positions to the manager\n\t\t$.ui.ddmanager.droppables[ scope ] = $.ui.ddmanager.droppables[ scope ] || [];\n\t\t$.ui.ddmanager.droppables[ scope ].push( this );\n\t},\n\n\t_splice: function( drop ) {\n\t\tvar i = 0;\n\t\tfor ( ; i < drop.length; i++ ) {\n\t\t\tif ( drop[ i ] === this ) {\n\t\t\t\tdrop.splice( i, 1 );\n\t\t\t}\n\t\t}\n\t},\n\n\t_destroy: function() {\n\t\tvar drop = $.ui.ddmanager.droppables[ this.options.scope ];\n\n\t\tthis._splice( drop );\n\t},\n\n\t_setOption: function( key, value ) {\n\n\t\tif ( key === \"accept\" ) {\n\t\t\tthis.accept = $.isFunction( value ) ? value : function( d ) {\n\t\t\t\treturn d.is( value );\n\t\t\t};\n\t\t} else if ( key === \"scope\" ) {\n\t\t\tvar drop = $.ui.ddmanager.droppables[ this.options.scope ];\n\n\t\t\tthis._splice( drop );\n\t\t\tthis._addToManager( value );\n\t\t}\n\n\t\tthis._super( key, value );\n\t},\n\n\t_activate: function( event ) {\n\t\tvar draggable = $.ui.ddmanager.current;\n\n\t\tthis._addActiveClass();\n\t\tif ( draggable ) {\n\t\t\tthis._trigger( \"activate\", event, this.ui( draggable ) );\n\t\t}\n\t},\n\n\t_deactivate: function( event ) {\n\t\tvar draggable = $.ui.ddmanager.current;\n\n\t\tthis._removeActiveClass();\n\t\tif ( draggable ) {\n\t\t\tthis._trigger( \"deactivate\", event, this.ui( draggable ) );\n\t\t}\n\t},\n\n\t_over: function( event ) {\n\n\t\tvar draggable = $.ui.ddmanager.current;\n\n\t\t// Bail if draggable and droppable are same element\n\t\tif ( !draggable || ( draggable.currentItem ||\n\t\t\t\tdraggable.element )[ 0 ] === this.element[ 0 ] ) {\n\t\t\treturn;\n\t\t}\n\n\t\tif ( this.accept.call( this.element[ 0 ], ( draggable.currentItem ||\n\t\t\t\tdraggable.element ) ) ) {\n\t\t\tthis._addHoverClass();\n\t\t\tthis._trigger( \"over\", event, this.ui( draggable ) );\n\t\t}\n\n\t},\n\n\t_out: function( event ) {\n\n\t\tvar draggable = $.ui.ddmanager.current;\n\n\t\t// Bail if draggable and droppable are same element\n\t\tif ( !draggable || ( draggable.currentItem ||\n\t\t\t\tdraggable.element )[ 0 ] === this.element[ 0 ] ) {\n\t\t\treturn;\n\t\t}\n\n\t\tif ( this.accept.call( this.element[ 0 ], ( draggable.currentItem ||\n\t\t\t\tdraggable.element ) ) ) {\n\t\t\tthis._removeHoverClass();\n\t\t\tthis._trigger( \"out\", event, this.ui( draggable ) );\n\t\t}\n\n\t},\n\n\t_drop: function( event, custom ) {\n\n\t\tvar draggable = custom || $.ui.ddmanager.current,\n\t\t\tchildrenIntersection = false;\n\n\t\t// Bail if draggable and droppable are same element\n\t\tif ( !draggable || ( draggable.currentItem ||\n\t\t\t\tdraggable.element )[ 0 ] === this.element[ 0 ] ) {\n\t\t\treturn false;\n\t\t}\n\n\t\tthis.element\n\t\t\t.find( \":data(ui-droppable)\" )\n\t\t\t.not( \".ui-draggable-dragging\" )\n\t\t\t.each( function() {\n\t\t\t\tvar inst = $( this ).droppable( \"instance\" );\n\t\t\t\tif (\n\t\t\t\t\tinst.options.greedy &&\n\t\t\t\t\t!inst.options.disabled &&\n\t\t\t\t\tinst.options.scope === draggable.options.scope &&\n\t\t\t\t\tinst.accept.call(\n\t\t\t\t\t\tinst.element[ 0 ], ( draggable.currentItem || draggable.element )\n\t\t\t\t\t) &&\n\t\t\t\t\tintersect(\n\t\t\t\t\t\tdraggable,\n\t\t\t\t\t\t$.extend( inst, { offset: inst.element.offset() } ),\n\t\t\t\t\t\tinst.options.tolerance, event\n\t\t\t\t\t)\n\t\t\t\t) {\n\t\t\t\t\tchildrenIntersection = true;\n\t\t\t\t\treturn false; }\n\t\t\t} );\n\t\tif ( childrenIntersection ) {\n\t\t\treturn false;\n\t\t}\n\n\t\tif ( this.accept.call( this.element[ 0 ],\n\t\t\t\t( draggable.currentItem || draggable.element ) ) ) {\n\t\t\tthis._removeActiveClass();\n\t\t\tthis._removeHoverClass();\n\n\t\t\tthis._trigger( \"drop\", event, this.ui( draggable ) );\n\t\t\treturn this.element;\n\t\t}\n\n\t\treturn false;\n\n\t},\n\n\tui: function( c ) {\n\t\treturn {\n\t\t\tdraggable: ( c.currentItem || c.element ),\n\t\t\thelper: c.helper,\n\t\t\tposition: c.position,\n\t\t\toffset: c.positionAbs\n\t\t};\n\t},\n\n\t// Extension points just to make backcompat sane and avoid duplicating logic\n\t// TODO: Remove in 1.13 along with call to it below\n\t_addHoverClass: function() {\n\t\tthis._addClass( \"ui-droppable-hover\" );\n\t},\n\n\t_removeHoverClass: function() {\n\t\tthis._removeClass( \"ui-droppable-hover\" );\n\t},\n\n\t_addActiveClass: function() {\n\t\tthis._addClass( \"ui-droppable-active\" );\n\t},\n\n\t_removeActiveClass: function() {\n\t\tthis._removeClass( \"ui-droppable-active\" );\n\t}\n} );\n\nvar intersect = $.ui.intersect = ( function() {\n\tfunction isOverAxis( x, reference, size ) {\n\t\treturn ( x >= reference ) && ( x < ( reference + size ) );\n\t}\n\n\treturn function( draggable, droppable, toleranceMode, event ) {\n\n\t\tif ( !droppable.offset ) {\n\t\t\treturn false;\n\t\t}\n\n\t\tvar x1 = ( draggable.positionAbs ||\n\t\t\t\tdraggable.position.absolute ).left + draggable.margins.left,\n\t\t\ty1 = ( draggable.positionAbs ||\n\t\t\t\tdraggable.position.absolute ).top + draggable.margins.top,\n\t\t\tx2 = x1 + draggable.helperProportions.width,\n\t\t\ty2 = y1 + draggable.helperProportions.height,\n\t\t\tl = droppable.offset.left,\n\t\t\tt = droppable.offset.top,\n\t\t\tr = l + droppable.proportions().width,\n\t\t\tb = t + droppable.proportions().height;\n\n\t\tswitch ( toleranceMode ) {\n\t\tcase \"fit\":\n\t\t\treturn ( l <= x1 && x2 <= r && t <= y1 && y2 <= b );\n\t\tcase \"intersect\":\n\t\t\treturn ( l < x1 + ( draggable.helperProportions.width / 2 ) && // Right Half\n\t\t\t\tx2 - ( draggable.helperProportions.width / 2 ) < r && // Left Half\n\t\t\t\tt < y1 + ( draggable.helperProportions.height / 2 ) && // Bottom Half\n\t\t\t\ty2 - ( draggable.helperProportions.height / 2 ) < b ); // Top Half\n\t\tcase \"pointer\":\n\t\t\treturn isOverAxis( event.pageY, t, droppable.proportions().height ) &&\n\t\t\t\tisOverAxis( event.pageX, l, droppable.proportions().width );\n\t\tcase \"touch\":\n\t\t\treturn (\n\t\t\t\t( y1 >= t && y1 <= b ) || // Top edge touching\n\t\t\t\t( y2 >= t && y2 <= b ) || // Bottom edge touching\n\t\t\t\t( y1 < t && y2 > b ) // Surrounded vertically\n\t\t\t) && (\n\t\t\t\t( x1 >= l && x1 <= r ) || // Left edge touching\n\t\t\t\t( x2 >= l && x2 <= r ) || // Right edge touching\n\t\t\t\t( x1 < l && x2 > r ) // Surrounded horizontally\n\t\t\t);\n\t\tdefault:\n\t\t\treturn false;\n\t\t}\n\t};\n} )();\n\n/*\n\tThis manager tracks offsets of draggables and droppables\n*/\n$.ui.ddmanager = {\n\tcurrent: null,\n\tdroppables: { \"default\": [] },\n\tprepareOffsets: function( t, event ) {\n\n\t\tvar i, j,\n\t\t\tm = $.ui.ddmanager.droppables[ t.options.scope ] || [],\n\t\t\ttype = event ? event.type : null, // workaround for #2317\n\t\t\tlist = ( t.currentItem || t.element ).find( \":data(ui-droppable)\" ).addBack();\n\n\t\tdroppablesLoop: for ( i = 0; i < m.length; i++ ) {\n\n\t\t\t// No disabled and non-accepted\n\t\t\tif ( m[ i ].options.disabled || ( t && !m[ i ].accept.call( m[ i ].element[ 0 ],\n\t\t\t\t\t( t.currentItem || t.element ) ) ) ) {\n\t\t\t\tcontinue;\n\t\t\t}\n\n\t\t\t// Filter out elements in the current dragged item\n\t\t\tfor ( j = 0; j < list.length; j++ ) {\n\t\t\t\tif ( list[ j ] === m[ i ].element[ 0 ] ) {\n\t\t\t\t\tm[ i ].proportions().height = 0;\n\t\t\t\t\tcontinue droppablesLoop;\n\t\t\t\t}\n\t\t\t}\n\n\t\t\tm[ i ].visible = m[ i ].element.css( \"display\" ) !== \"none\";\n\t\t\tif ( !m[ i ].visible ) {\n\t\t\t\tcontinue;\n\t\t\t}\n\n\t\t\t// Activate the droppable if used directly from draggables\n\t\t\tif ( type === \"mousedown\" ) {\n\t\t\t\tm[ i ]._activate.call( m[ i ], event );\n\t\t\t}\n\n\t\t\tm[ i ].offset = m[ i ].element.offset();\n\t\t\tm[ i ].proportions( {\n\t\t\t\twidth: m[ i ].element[ 0 ].offsetWidth,\n\t\t\t\theight: m[ i ].element[ 0 ].offsetHeight\n\t\t\t} );\n\n\t\t}\n\n\t},\n\tdrop: function( draggable, event ) {\n\n\t\tvar dropped = false;\n\n\t\t// Create a copy of the droppables in case the list changes during the drop (#9116)\n\t\t$.each( ( $.ui.ddmanager.droppables[ draggable.options.scope ] || [] ).slice(), function() {\n\n\t\t\tif ( !this.options ) {\n\t\t\t\treturn;\n\t\t\t}\n\t\t\tif ( !this.options.disabled && this.visible &&\n\t\t\t\t\tintersect( draggable, this, this.options.tolerance, event ) ) {\n\t\t\t\tdropped = this._drop.call( this, event ) || dropped;\n\t\t\t}\n\n\t\t\tif ( !this.options.disabled && this.visible && this.accept.call( this.element[ 0 ],\n\t\t\t\t\t( draggable.currentItem || draggable.element ) ) ) {\n\t\t\t\tthis.isout = true;\n\t\t\t\tthis.isover = false;\n\t\t\t\tthis._deactivate.call( this, event );\n\t\t\t}\n\n\t\t} );\n\t\treturn dropped;\n\n\t},\n\tdragStart: function( draggable, event ) {\n\n\t\t// Listen for scrolling so that if the dragging causes scrolling the position of the\n\t\t// droppables can be recalculated (see #5003)\n\t\tdraggable.element.parentsUntil( \"body\" ).on( \"scroll.droppable\", function() {\n\t\t\tif ( !draggable.options.refreshPositions ) {\n\t\t\t\t$.ui.ddmanager.prepareOffsets( draggable, event );\n\t\t\t}\n\t\t} );\n\t},\n\tdrag: function( draggable, event ) {\n\n\t\t// If you have a highly dynamic page, you might try this option. It renders positions\n\t\t// every time you move the mouse.\n\t\tif ( draggable.options.refreshPositions ) {\n\t\t\t$.ui.ddmanager.prepareOffsets( draggable, event );\n\t\t}\n\n\t\t// Run through all droppables and check their positions based on specific tolerance options\n\t\t$.each( $.ui.ddmanager.droppables[ draggable.options.scope ] || [], function() {\n\n\t\t\tif ( this.options.disabled || this.greedyChild || !this.visible ) {\n\t\t\t\treturn;\n\t\t\t}\n\n\t\t\tvar parentInstance, scope, parent,\n\t\t\t\tintersects = intersect( draggable, this, this.options.tolerance, event ),\n\t\t\t\tc = !intersects && this.isover ?\n\t\t\t\t\t\"isout\" :\n\t\t\t\t\t( intersects && !this.isover ? \"isover\" : null );\n\t\t\tif ( !c ) {\n\t\t\t\treturn;\n\t\t\t}\n\n\t\t\tif ( this.options.greedy ) {\n\n\t\t\t\t// find droppable parents with same scope\n\t\t\t\tscope = this.options.scope;\n\t\t\t\tparent = this.element.parents( \":data(ui-droppable)\" ).filter( function() {\n\t\t\t\t\treturn $( this ).droppable( \"instance\" ).options.scope === scope;\n\t\t\t\t} );\n\n\t\t\t\tif ( parent.length ) {\n\t\t\t\t\tparentInstance = $( parent[ 0 ] ).droppable( \"instance\" );\n\t\t\t\t\tparentInstance.greedyChild = ( c === \"isover\" );\n\t\t\t\t}\n\t\t\t}\n\n\t\t\t// We just moved into a greedy child\n\t\t\tif ( parentInstance && c === \"isover\" ) {\n\t\t\t\tparentInstance.isover = false;\n\t\t\t\tparentInstance.isout = true;\n\t\t\t\tparentInstance._out.call( parentInstance, event );\n\t\t\t}\n\n\t\t\tthis[ c ] = true;\n\t\t\tthis[ c === \"isout\" ? \"isover\" : \"isout\" ] = false;\n\t\t\tthis[ c === \"isover\" ? \"_over\" : \"_out\" ].call( this, event );\n\n\t\t\t// We just moved out of a greedy child\n\t\t\tif ( parentInstance && c === \"isout\" ) {\n\t\t\t\tparentInstance.isout = false;\n\t\t\t\tparentInstance.isover = true;\n\t\t\t\tparentInstance._over.call( parentInstance, event );\n\t\t\t}\n\t\t} );\n\n\t},\n\tdragStop: function( draggable, event ) {\n\t\tdraggable.element.parentsUntil( \"body\" ).off( \"scroll.droppable\" );\n\n\t\t// Call prepareOffsets one final time since IE does not fire return scroll events when\n\t\t// overflow was caused by drag (see #5003)\n\t\tif ( !draggable.options.refreshPositions ) {\n\t\t\t$.ui.ddmanager.prepareOffsets( draggable, event );\n\t\t}\n\t}\n};\n\n// DEPRECATED\n// TODO: switch return back to widget declaration at top of file when this is removed\nif ( $.uiBackCompat !== false ) {\n\n\t// Backcompat for activeClass and hoverClass options\n\t$.widget( \"ui.droppable\", $.ui.droppable, {\n\t\toptions: {\n\t\t\thoverClass: false,\n\t\t\tactiveClass: false\n\t\t},\n\t\t_addActiveClass: function() {\n\t\t\tthis._super();\n\t\t\tif ( this.options.activeClass ) {\n\t\t\t\tthis.element.addClass( this.options.activeClass );\n\t\t\t}\n\t\t},\n\t\t_removeActiveClass: function() {\n\t\t\tthis._super();\n\t\t\tif ( this.options.activeClass ) {\n\t\t\t\tthis.element.removeClass( this.options.activeClass );\n\t\t\t}\n\t\t},\n\t\t_addHoverClass: function() {\n\t\t\tthis._super();\n\t\t\tif ( this.options.hoverClass ) {\n\t\t\t\tthis.element.addClass( this.options.hoverClass );\n\t\t\t}\n\t\t},\n\t\t_removeHoverClass: function() {\n\t\t\tthis._super();\n\t\t\tif ( this.options.hoverClass ) {\n\t\t\t\tthis.element.removeClass( this.options.hoverClass );\n\t\t\t}\n\t\t}\n\t} );\n}\n\nvar widgetsDroppable = $.ui.droppable;\n\n\n/*!\n * jQuery UI Progressbar 1.12.1\n * http://jqueryui.com\n *\n * Copyright jQuery Foundation and other contributors\n * Released under the MIT license.\n * http://jquery.org/license\n */\n\n//>>label: Progressbar\n//>>group: Widgets\n// jscs:disable maximumLineLength\n//>>description: Displays a status indicator for loading state, standard percentage, and other progress indicators.\n// jscs:enable maximumLineLength\n//>>docs: http://api.jqueryui.com/progressbar/\n//>>demos: http://jqueryui.com/progressbar/\n//>>css.structure: ../../themes/base/core.css\n//>>css.structure: ../../themes/base/progressbar.css\n//>>css.theme: ../../themes/base/theme.css\n\n\n\nvar widgetsProgressbar = $.widget( \"ui.progressbar\", {\n\tversion: \"1.12.1\",\n\toptions: {\n\t\tclasses: {\n\t\t\t\"ui-progressbar\": \"ui-corner-all\",\n\t\t\t\"ui-progressbar-value\": \"ui-corner-left\",\n\t\t\t\"ui-progressbar-complete\": \"ui-corner-right\"\n\t\t},\n\t\tmax: 100,\n\t\tvalue: 0,\n\n\t\tchange: null,\n\t\tcomplete: null\n\t},\n\n\tmin: 0,\n\n\t_create: function() {\n\n\t\t// Constrain initial value\n\t\tthis.oldValue = this.options.value = this._constrainedValue();\n\n\t\tthis.element.attr( {\n\n\t\t\t// Only set static values; aria-valuenow and aria-valuemax are\n\t\t\t// set inside _refreshValue()\n\t\t\trole: \"progressbar\",\n\t\t\t\"aria-valuemin\": this.min\n\t\t} );\n\t\tthis._addClass( \"ui-progressbar\", \"ui-widget ui-widget-content\" );\n\n\t\tthis.valueDiv = $( \"<div>\" ).appendTo( this.element );\n\t\tthis._addClass( this.valueDiv, \"ui-progressbar-value\", \"ui-widget-header\" );\n\t\tthis._refreshValue();\n\t},\n\n\t_destroy: function() {\n\t\tthis.element.removeAttr( \"role aria-valuemin aria-valuemax aria-valuenow\" );\n\n\t\tthis.valueDiv.remove();\n\t},\n\n\tvalue: function( newValue ) {\n\t\tif ( newValue === undefined ) {\n\t\t\treturn this.options.value;\n\t\t}\n\n\t\tthis.options.value = this._constrainedValue( newValue );\n\t\tthis._refreshValue();\n\t},\n\n\t_constrainedValue: function( newValue ) {\n\t\tif ( newValue === undefined ) {\n\t\t\tnewValue = this.options.value;\n\t\t}\n\n\t\tthis.indeterminate = newValue === false;\n\n\t\t// Sanitize value\n\t\tif ( typeof newValue !== \"number\" ) {\n\t\t\tnewValue = 0;\n\t\t}\n\n\t\treturn this.indeterminate ? false :\n\t\t\tMath.min( this.options.max, Math.max( this.min, newValue ) );\n\t},\n\n\t_setOptions: function( options ) {\n\n\t\t// Ensure \"value\" option is set after other values (like max)\n\t\tvar value = options.value;\n\t\tdelete options.value;\n\n\t\tthis._super( options );\n\n\t\tthis.options.value = this._constrainedValue( value );\n\t\tthis._refreshValue();\n\t},\n\n\t_setOption: function( key, value ) {\n\t\tif ( key === \"max\" ) {\n\n\t\t\t// Don't allow a max less than min\n\t\t\tvalue = Math.max( this.min, value );\n\t\t}\n\t\tthis._super( key, value );\n\t},\n\n\t_setOptionDisabled: function( value ) {\n\t\tthis._super( value );\n\n\t\tthis.element.attr( \"aria-disabled\", value );\n\t\tthis._toggleClass( null, \"ui-state-disabled\", !!value );\n\t},\n\n\t_percentage: function() {\n\t\treturn this.indeterminate ?\n\t\t\t100 :\n\t\t\t100 * ( this.options.value - this.min ) / ( this.options.max - this.min );\n\t},\n\n\t_refreshValue: function() {\n\t\tvar value = this.options.value,\n\t\t\tpercentage = this._percentage();\n\n\t\tthis.valueDiv\n\t\t\t.toggle( this.indeterminate || value > this.min )\n\t\t\t.width( percentage.toFixed( 0 ) + \"%\" );\n\n\t\tthis\n\t\t\t._toggleClass( this.valueDiv, \"ui-progressbar-complete\", null,\n\t\t\t\tvalue === this.options.max )\n\t\t\t._toggleClass( \"ui-progressbar-indeterminate\", null, this.indeterminate );\n\n\t\tif ( this.indeterminate ) {\n\t\t\tthis.element.removeAttr( \"aria-valuenow\" );\n\t\t\tif ( !this.overlayDiv ) {\n\t\t\t\tthis.overlayDiv = $( \"<div>\" ).appendTo( this.valueDiv );\n\t\t\t\tthis._addClass( this.overlayDiv, \"ui-progressbar-overlay\" );\n\t\t\t}\n\t\t} else {\n\t\t\tthis.element.attr( {\n\t\t\t\t\"aria-valuemax\": this.options.max,\n\t\t\t\t\"aria-valuenow\": value\n\t\t\t} );\n\t\t\tif ( this.overlayDiv ) {\n\t\t\t\tthis.overlayDiv.remove();\n\t\t\t\tthis.overlayDiv = null;\n\t\t\t}\n\t\t}\n\n\t\tif ( this.oldValue !== value ) {\n\t\t\tthis.oldValue = value;\n\t\t\tthis._trigger( \"change\" );\n\t\t}\n\t\tif ( value === this.options.max ) {\n\t\t\tthis._trigger( \"complete\" );\n\t\t}\n\t}\n} );\n\n\n/*!\n * jQuery UI Selectable 1.12.1\n * http://jqueryui.com\n *\n * Copyright jQuery Foundation and other contributors\n * Released under the MIT license.\n * http://jquery.org/license\n */\n\n//>>label: Selectable\n//>>group: Interactions\n//>>description: Allows groups of elements to be selected with the mouse.\n//>>docs: http://api.jqueryui.com/selectable/\n//>>demos: http://jqueryui.com/selectable/\n//>>css.structure: ../../themes/base/selectable.css\n\n\n\nvar widgetsSelectable = $.widget( \"ui.selectable\", $.ui.mouse, {\n\tversion: \"1.12.1\",\n\toptions: {\n\t\tappendTo: \"body\",\n\t\tautoRefresh: true,\n\t\tdistance: 0,\n\t\tfilter: \"*\",\n\t\ttolerance: \"touch\",\n\n\t\t// Callbacks\n\t\tselected: null,\n\t\tselecting: null,\n\t\tstart: null,\n\t\tstop: null,\n\t\tunselected: null,\n\t\tunselecting: null\n\t},\n\t_create: function() {\n\t\tvar that = this;\n\n\t\tthis._addClass( \"ui-selectable\" );\n\n\t\tthis.dragged = false;\n\n\t\t// Cache selectee children based on filter\n\t\tthis.refresh = function() {\n\t\t\tthat.elementPos = $( that.element[ 0 ] ).offset();\n\t\t\tthat.selectees = $( that.options.filter, that.element[ 0 ] );\n\t\t\tthat._addClass( that.selectees, \"ui-selectee\" );\n\t\t\tthat.selectees.each( function() {\n\t\t\t\tvar $this = $( this ),\n\t\t\t\t\tselecteeOffset = $this.offset(),\n\t\t\t\t\tpos = {\n\t\t\t\t\t\tleft: selecteeOffset.left - that.elementPos.left,\n\t\t\t\t\t\ttop: selecteeOffset.top - that.elementPos.top\n\t\t\t\t\t};\n\t\t\t\t$.data( this, \"selectable-item\", {\n\t\t\t\t\telement: this,\n\t\t\t\t\t$element: $this,\n\t\t\t\t\tleft: pos.left,\n\t\t\t\t\ttop: pos.top,\n\t\t\t\t\tright: pos.left + $this.outerWidth(),\n\t\t\t\t\tbottom: pos.top + $this.outerHeight(),\n\t\t\t\t\tstartselected: false,\n\t\t\t\t\tselected: $this.hasClass( \"ui-selected\" ),\n\t\t\t\t\tselecting: $this.hasClass( \"ui-selecting\" ),\n\t\t\t\t\tunselecting: $this.hasClass( \"ui-unselecting\" )\n\t\t\t\t} );\n\t\t\t} );\n\t\t};\n\t\tthis.refresh();\n\n\t\tthis._mouseInit();\n\n\t\tthis.helper = $( \"<div>\" );\n\t\tthis._addClass( this.helper, \"ui-selectable-helper\" );\n\t},\n\n\t_destroy: function() {\n\t\tthis.selectees.removeData( \"selectable-item\" );\n\t\tthis._mouseDestroy();\n\t},\n\n\t_mouseStart: function( event ) {\n\t\tvar that = this,\n\t\t\toptions = this.options;\n\n\t\tthis.opos = [ event.pageX, event.pageY ];\n\t\tthis.elementPos = $( this.element[ 0 ] ).offset();\n\n\t\tif ( this.options.disabled ) {\n\t\t\treturn;\n\t\t}\n\n\t\tthis.selectees = $( options.filter, this.element[ 0 ] );\n\n\t\tthis._trigger( \"start\", event );\n\n\t\t$( options.appendTo ).append( this.helper );\n\n\t\t// position helper (lasso)\n\t\tthis.helper.css( {\n\t\t\t\"left\": event.pageX,\n\t\t\t\"top\": event.pageY,\n\t\t\t\"width\": 0,\n\t\t\t\"height\": 0\n\t\t} );\n\n\t\tif ( options.autoRefresh ) {\n\t\t\tthis.refresh();\n\t\t}\n\n\t\tthis.selectees.filter( \".ui-selected\" ).each( function() {\n\t\t\tvar selectee = $.data( this, \"selectable-item\" );\n\t\t\tselectee.startselected = true;\n\t\t\tif ( !event.metaKey && !event.ctrlKey ) {\n\t\t\t\tthat._removeClass( selectee.$element, \"ui-selected\" );\n\t\t\t\tselectee.selected = false;\n\t\t\t\tthat._addClass( selectee.$element, \"ui-unselecting\" );\n\t\t\t\tselectee.unselecting = true;\n\n\t\t\t\t// selectable UNSELECTING callback\n\t\t\t\tthat._trigger( \"unselecting\", event, {\n\t\t\t\t\tunselecting: selectee.element\n\t\t\t\t} );\n\t\t\t}\n\t\t} );\n\n\t\t$( event.target ).parents().addBack().each( function() {\n\t\t\tvar doSelect,\n\t\t\t\tselectee = $.data( this, \"selectable-item\" );\n\t\t\tif ( selectee ) {\n\t\t\t\tdoSelect = ( !event.metaKey && !event.ctrlKey ) ||\n\t\t\t\t\t!selectee.$element.hasClass( \"ui-selected\" );\n\t\t\t\tthat._removeClass( selectee.$element, doSelect ? \"ui-unselecting\" : \"ui-selected\" )\n\t\t\t\t\t._addClass( selectee.$element, doSelect ? \"ui-selecting\" : \"ui-unselecting\" );\n\t\t\t\tselectee.unselecting = !doSelect;\n\t\t\t\tselectee.selecting = doSelect;\n\t\t\t\tselectee.selected = doSelect;\n\n\t\t\t\t// selectable (UN)SELECTING callback\n\t\t\t\tif ( doSelect ) {\n\t\t\t\t\tthat._trigger( \"selecting\", event, {\n\t\t\t\t\t\tselecting: selectee.element\n\t\t\t\t\t} );\n\t\t\t\t} else {\n\t\t\t\t\tthat._trigger( \"unselecting\", event, {\n\t\t\t\t\t\tunselecting: selectee.element\n\t\t\t\t\t} );\n\t\t\t\t}\n\t\t\t\treturn false;\n\t\t\t}\n\t\t} );\n\n\t},\n\n\t_mouseDrag: function( event ) {\n\n\t\tthis.dragged = true;\n\n\t\tif ( this.options.disabled ) {\n\t\t\treturn;\n\t\t}\n\n\t\tvar tmp,\n\t\t\tthat = this,\n\t\t\toptions = this.options,\n\t\t\tx1 = this.opos[ 0 ],\n\t\t\ty1 = this.opos[ 1 ],\n\t\t\tx2 = event.pageX,\n\t\t\ty2 = event.pageY;\n\n\t\tif ( x1 > x2 ) { tmp = x2; x2 = x1; x1 = tmp; }\n\t\tif ( y1 > y2 ) { tmp = y2; y2 = y1; y1 = tmp; }\n\t\tthis.helper.css( { left: x1, top: y1, width: x2 - x1, height: y2 - y1 } );\n\n\t\tthis.selectees.each( function() {\n\t\t\tvar selectee = $.data( this, \"selectable-item\" ),\n\t\t\t\thit = false,\n\t\t\t\toffset = {};\n\n\t\t\t//prevent helper from being selected if appendTo: selectable\n\t\t\tif ( !selectee || selectee.element === that.element[ 0 ] ) {\n\t\t\t\treturn;\n\t\t\t}\n\n\t\t\toffset.left = selectee.left + that.elementPos.left;\n\t\t\toffset.right = selectee.right + that.elementPos.left;\n\t\t\toffset.top = selectee.top + that.elementPos.top;\n\t\t\toffset.bottom = selectee.bottom + that.elementPos.top;\n\n\t\t\tif ( options.tolerance === \"touch\" ) {\n\t\t\t\thit = ( !( offset.left > x2 || offset.right < x1 || offset.top > y2 ||\n offset.bottom < y1 ) );\n\t\t\t} else if ( options.tolerance === \"fit\" ) {\n\t\t\t\thit = ( offset.left > x1 && offset.right < x2 && offset.top > y1 &&\n offset.bottom < y2 );\n\t\t\t}\n\n\t\t\tif ( hit ) {\n\n\t\t\t\t// SELECT\n\t\t\t\tif ( selectee.selected ) {\n\t\t\t\t\tthat._removeClass( selectee.$element, \"ui-selected\" );\n\t\t\t\t\tselectee.selected = false;\n\t\t\t\t}\n\t\t\t\tif ( selectee.unselecting ) {\n\t\t\t\t\tthat._removeClass( selectee.$element, \"ui-unselecting\" );\n\t\t\t\t\tselectee.unselecting = false;\n\t\t\t\t}\n\t\t\t\tif ( !selectee.selecting ) {\n\t\t\t\t\tthat._addClass( selectee.$element, \"ui-selecting\" );\n\t\t\t\t\tselectee.selecting = true;\n\n\t\t\t\t\t// selectable SELECTING callback\n\t\t\t\t\tthat._trigger( \"selecting\", event, {\n\t\t\t\t\t\tselecting: selectee.element\n\t\t\t\t\t} );\n\t\t\t\t}\n\t\t\t} else {\n\n\t\t\t\t// UNSELECT\n\t\t\t\tif ( selectee.selecting ) {\n\t\t\t\t\tif ( ( event.metaKey || event.ctrlKey ) && selectee.startselected ) {\n\t\t\t\t\t\tthat._removeClass( selectee.$element, \"ui-selecting\" );\n\t\t\t\t\t\tselectee.selecting = false;\n\t\t\t\t\t\tthat._addClass( selectee.$element, \"ui-selected\" );\n\t\t\t\t\t\tselectee.selected = true;\n\t\t\t\t\t} else {\n\t\t\t\t\t\tthat._removeClass( selectee.$element, \"ui-selecting\" );\n\t\t\t\t\t\tselectee.selecting = false;\n\t\t\t\t\t\tif ( selectee.startselected ) {\n\t\t\t\t\t\t\tthat._addClass( selectee.$element, \"ui-unselecting\" );\n\t\t\t\t\t\t\tselectee.unselecting = true;\n\t\t\t\t\t\t}\n\n\t\t\t\t\t\t// selectable UNSELECTING callback\n\t\t\t\t\t\tthat._trigger( \"unselecting\", event, {\n\t\t\t\t\t\t\tunselecting: selectee.element\n\t\t\t\t\t\t} );\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\tif ( selectee.selected ) {\n\t\t\t\t\tif ( !event.metaKey && !event.ctrlKey && !selectee.startselected ) {\n\t\t\t\t\t\tthat._removeClass( selectee.$element, \"ui-selected\" );\n\t\t\t\t\t\tselectee.selected = false;\n\n\t\t\t\t\t\tthat._addClass( selectee.$element, \"ui-unselecting\" );\n\t\t\t\t\t\tselectee.unselecting = true;\n\n\t\t\t\t\t\t// selectable UNSELECTING callback\n\t\t\t\t\t\tthat._trigger( \"unselecting\", event, {\n\t\t\t\t\t\t\tunselecting: selectee.element\n\t\t\t\t\t\t} );\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t} );\n\n\t\treturn false;\n\t},\n\n\t_mouseStop: function( event ) {\n\t\tvar that = this;\n\n\t\tthis.dragged = false;\n\n\t\t$( \".ui-unselecting\", this.element[ 0 ] ).each( function() {\n\t\t\tvar selectee = $.data( this, \"selectable-item\" );\n\t\t\tthat._removeClass( selectee.$element, \"ui-unselecting\" );\n\t\t\tselectee.unselecting = false;\n\t\t\tselectee.startselected = false;\n\t\t\tthat._trigger( \"unselected\", event, {\n\t\t\t\tunselected: selectee.element\n\t\t\t} );\n\t\t} );\n\t\t$( \".ui-selecting\", this.element[ 0 ] ).each( function() {\n\t\t\tvar selectee = $.data( this, \"selectable-item\" );\n\t\t\tthat._removeClass( selectee.$element, \"ui-selecting\" )\n\t\t\t\t._addClass( selectee.$element, \"ui-selected\" );\n\t\t\tselectee.selecting = false;\n\t\t\tselectee.selected = true;\n\t\t\tselectee.startselected = true;\n\t\t\tthat._trigger( \"selected\", event, {\n\t\t\t\tselected: selectee.element\n\t\t\t} );\n\t\t} );\n\t\tthis._trigger( \"stop\", event );\n\n\t\tthis.helper.remove();\n\n\t\treturn false;\n\t}\n\n} );\n\n\n/*!\n * jQuery UI Selectmenu 1.12.1\n * http://jqueryui.com\n *\n * Copyright jQuery Foundation and other contributors\n * Released under the MIT license.\n * http://jquery.org/license\n */\n\n//>>label: Selectmenu\n//>>group: Widgets\n// jscs:disable maximumLineLength\n//>>description: Duplicates and extends the functionality of a native HTML select element, allowing it to be customizable in behavior and appearance far beyond the limitations of a native select.\n// jscs:enable maximumLineLength\n//>>docs: http://api.jqueryui.com/selectmenu/\n//>>demos: http://jqueryui.com/selectmenu/\n//>>css.structure: ../../themes/base/core.css\n//>>css.structure: ../../themes/base/selectmenu.css, ../../themes/base/button.css\n//>>css.theme: ../../themes/base/theme.css\n\n\n\nvar widgetsSelectmenu = $.widget( \"ui.selectmenu\", [ $.ui.formResetMixin, {\n\tversion: \"1.12.1\",\n\tdefaultElement: \"<select>\",\n\toptions: {\n\t\tappendTo: null,\n\t\tclasses: {\n\t\t\t\"ui-selectmenu-button-open\": \"ui-corner-top\",\n\t\t\t\"ui-selectmenu-button-closed\": \"ui-corner-all\"\n\t\t},\n\t\tdisabled: null,\n\t\ticons: {\n\t\t\tbutton: \"ui-icon-triangle-1-s\"\n\t\t},\n\t\tposition: {\n\t\t\tmy: \"left top\",\n\t\t\tat: \"left bottom\",\n\t\t\tcollision: \"none\"\n\t\t},\n\t\twidth: false,\n\n\t\t// Callbacks\n\t\tchange: null,\n\t\tclose: null,\n\t\tfocus: null,\n\t\topen: null,\n\t\tselect: null\n\t},\n\n\t_create: function() {\n\t\tvar selectmenuId = this.element.uniqueId().attr( \"id\" );\n\t\tthis.ids = {\n\t\t\telement: selectmenuId,\n\t\t\tbutton: selectmenuId + \"-button\",\n\t\t\tmenu: selectmenuId + \"-menu\"\n\t\t};\n\n\t\tthis._drawButton();\n\t\tthis._drawMenu();\n\t\tthis._bindFormResetHandler();\n\n\t\tthis._rendered = false;\n\t\tthis.menuItems = $();\n\t},\n\n\t_drawButton: function() {\n\t\tvar icon,\n\t\t\tthat = this,\n\t\t\titem = this._parseOption(\n\t\t\t\tthis.element.find( \"option:selected\" ),\n\t\t\t\tthis.element[ 0 ].selectedIndex\n\t\t\t);\n\n\t\t// Associate existing label with the new button\n\t\tthis.labels = this.element.labels().attr( \"for\", this.ids.button );\n\t\tthis._on( this.labels, {\n\t\t\tclick: function( event ) {\n\t\t\t\tthis.button.focus();\n\t\t\t\tevent.preventDefault();\n\t\t\t}\n\t\t} );\n\n\t\t// Hide original select element\n\t\tthis.element.hide();\n\n\t\t// Create button\n\t\tthis.button = $( \"<span>\", {\n\t\t\ttabindex: this.options.disabled ? -1 : 0,\n\t\t\tid: this.ids.button,\n\t\t\trole: \"combobox\",\n\t\t\t\"aria-expanded\": \"false\",\n\t\t\t\"aria-autocomplete\": \"list\",\n\t\t\t\"aria-owns\": this.ids.menu,\n\t\t\t\"aria-haspopup\": \"true\",\n\t\t\ttitle: this.element.attr( \"title\" )\n\t\t} )\n\t\t\t.insertAfter( this.element );\n\n\t\tthis._addClass( this.button, \"ui-selectmenu-button ui-selectmenu-button-closed\",\n\t\t\t\"ui-button ui-widget\" );\n\n\t\ticon = $( \"<span>\" ).appendTo( this.button );\n\t\tthis._addClass( icon, \"ui-selectmenu-icon\", \"ui-icon \" + this.options.icons.button );\n\t\tthis.buttonItem = this._renderButtonItem( item )\n\t\t\t.appendTo( this.button );\n\n\t\tif ( this.options.width !== false ) {\n\t\t\tthis._resizeButton();\n\t\t}\n\n\t\tthis._on( this.button, this._buttonEvents );\n\t\tthis.button.one( \"focusin\", function() {\n\n\t\t\t// Delay rendering the menu items until the button receives focus.\n\t\t\t// The menu may have already been rendered via a programmatic open.\n\t\t\tif ( !that._rendered ) {\n\t\t\t\tthat._refreshMenu();\n\t\t\t}\n\t\t} );\n\t},\n\n\t_drawMenu: function() {\n\t\tvar that = this;\n\n\t\t// Create menu\n\t\tthis.menu = $( \"<ul>\", {\n\t\t\t\"aria-hidden\": \"true\",\n\t\t\t\"aria-labelledby\": this.ids.button,\n\t\t\tid: this.ids.menu\n\t\t} );\n\n\t\t// Wrap menu\n\t\tthis.menuWrap = $( \"<div>\" ).append( this.menu );\n\t\tthis._addClass( this.menuWrap, \"ui-selectmenu-menu\", \"ui-front\" );\n\t\tthis.menuWrap.appendTo( this._appendTo() );\n\n\t\t// Initialize menu widget\n\t\tthis.menuInstance = this.menu\n\t\t\t.menu( {\n\t\t\t\tclasses: {\n\t\t\t\t\t\"ui-menu\": \"ui-corner-bottom\"\n\t\t\t\t},\n\t\t\t\trole: \"listbox\",\n\t\t\t\tselect: function( event, ui ) {\n\t\t\t\t\tevent.preventDefault();\n\n\t\t\t\t\t// Support: IE8\n\t\t\t\t\t// If the item was selected via a click, the text selection\n\t\t\t\t\t// will be destroyed in IE\n\t\t\t\t\tthat._setSelection();\n\n\t\t\t\t\tthat._select( ui.item.data( \"ui-selectmenu-item\" ), event );\n\t\t\t\t},\n\t\t\t\tfocus: function( event, ui ) {\n\t\t\t\t\tvar item = ui.item.data( \"ui-selectmenu-item\" );\n\n\t\t\t\t\t// Prevent inital focus from firing and check if its a newly focused item\n\t\t\t\t\tif ( that.focusIndex != null && item.index !== that.focusIndex ) {\n\t\t\t\t\t\tthat._trigger( \"focus\", event, { item: item } );\n\t\t\t\t\t\tif ( !that.isOpen ) {\n\t\t\t\t\t\t\tthat._select( item, event );\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t\tthat.focusIndex = item.index;\n\n\t\t\t\t\tthat.button.attr( \"aria-activedescendant\",\n\t\t\t\t\t\tthat.menuItems.eq( item.index ).attr( \"id\" ) );\n\t\t\t\t}\n\t\t\t} )\n\t\t\t.menu( \"instance\" );\n\n\t\t// Don't close the menu on mouseleave\n\t\tthis.menuInstance._off( this.menu, \"mouseleave\" );\n\n\t\t// Cancel the menu's collapseAll on document click\n\t\tthis.menuInstance._closeOnDocumentClick = function() {\n\t\t\treturn false;\n\t\t};\n\n\t\t// Selects often contain empty items, but never contain dividers\n\t\tthis.menuInstance._isDivider = function() {\n\t\t\treturn false;\n\t\t};\n\t},\n\n\trefresh: function() {\n\t\tthis._refreshMenu();\n\t\tthis.buttonItem.replaceWith(\n\t\t\tthis.buttonItem = this._renderButtonItem(\n\n\t\t\t\t// Fall back to an empty object in case there are no options\n\t\t\t\tthis._getSelectedItem().data( \"ui-selectmenu-item\" ) || {}\n\t\t\t)\n\t\t);\n\t\tif ( this.options.width === null ) {\n\t\t\tthis._resizeButton();\n\t\t}\n\t},\n\n\t_refreshMenu: function() {\n\t\tvar item,\n\t\t\toptions = this.element.find( \"option\" );\n\n\t\tthis.menu.empty();\n\n\t\tthis._parseOptions( options );\n\t\tthis._renderMenu( this.menu, this.items );\n\n\t\tthis.menuInstance.refresh();\n\t\tthis.menuItems = this.menu.find( \"li\" )\n\t\t\t.not( \".ui-selectmenu-optgroup\" )\n\t\t\t\t.find( \".ui-menu-item-wrapper\" );\n\n\t\tthis._rendered = true;\n\n\t\tif ( !options.length ) {\n\t\t\treturn;\n\t\t}\n\n\t\titem = this._getSelectedItem();\n\n\t\t// Update the menu to have the correct item focused\n\t\tthis.menuInstance.focus( null, item );\n\t\tthis._setAria( item.data( \"ui-selectmenu-item\" ) );\n\n\t\t// Set disabled state\n\t\tthis._setOption( \"disabled\", this.element.prop( \"disabled\" ) );\n\t},\n\n\topen: function( event ) {\n\t\tif ( this.options.disabled ) {\n\t\t\treturn;\n\t\t}\n\n\t\t// If this is the first time the menu is being opened, render the items\n\t\tif ( !this._rendered ) {\n\t\t\tthis._refreshMenu();\n\t\t} else {\n\n\t\t\t// Menu clears focus on close, reset focus to selected item\n\t\t\tthis._removeClass( this.menu.find( \".ui-state-active\" ), null, \"ui-state-active\" );\n\t\t\tthis.menuInstance.focus( null, this._getSelectedItem() );\n\t\t}\n\n\t\t// If there are no options, don't open the menu\n\t\tif ( !this.menuItems.length ) {\n\t\t\treturn;\n\t\t}\n\n\t\tthis.isOpen = true;\n\t\tthis._toggleAttr();\n\t\tthis._resizeMenu();\n\t\tthis._position();\n\n\t\tthis._on( this.document, this._documentClick );\n\n\t\tthis._trigger( \"open\", event );\n\t},\n\n\t_position: function() {\n\t\tthis.menuWrap.position( $.extend( { of: this.button }, this.options.position ) );\n\t},\n\n\tclose: function( event ) {\n\t\tif ( !this.isOpen ) {\n\t\t\treturn;\n\t\t}\n\n\t\tthis.isOpen = false;\n\t\tthis._toggleAttr();\n\n\t\tthis.range = null;\n\t\tthis._off( this.document );\n\n\t\tthis._trigger( \"close\", event );\n\t},\n\n\twidget: function() {\n\t\treturn this.button;\n\t},\n\n\tmenuWidget: function() {\n\t\treturn this.menu;\n\t},\n\n\t_renderButtonItem: function( item ) {\n\t\tvar buttonItem = $( \"<span>\" );\n\n\t\tthis._setText( buttonItem, item.label );\n\t\tthis._addClass( buttonItem, \"ui-selectmenu-text\" );\n\n\t\treturn buttonItem;\n\t},\n\n\t_renderMenu: function( ul, items ) {\n\t\tvar that = this,\n\t\t\tcurrentOptgroup = \"\";\n\n\t\t$.each( items, function( index, item ) {\n\t\t\tvar li;\n\n\t\t\tif ( item.optgroup !== currentOptgroup ) {\n\t\t\t\tli = $( \"<li>\", {\n\t\t\t\t\ttext: item.optgroup\n\t\t\t\t} );\n\t\t\t\tthat._addClass( li, \"ui-selectmenu-optgroup\", \"ui-menu-divider\" +\n\t\t\t\t\t( item.element.parent( \"optgroup\" ).prop( \"disabled\" ) ?\n\t\t\t\t\t\t\" ui-state-disabled\" :\n\t\t\t\t\t\t\"\" ) );\n\n\t\t\t\tli.appendTo( ul );\n\n\t\t\t\tcurrentOptgroup = item.optgroup;\n\t\t\t}\n\n\t\t\tthat._renderItemData( ul, item );\n\t\t} );\n\t},\n\n\t_renderItemData: function( ul, item ) {\n\t\treturn this._renderItem( ul, item ).data( \"ui-selectmenu-item\", item );\n\t},\n\n\t_renderItem: function( ul, item ) {\n\t\tvar li = $( \"<li>\" ),\n\t\t\twrapper = $( \"<div>\", {\n\t\t\t\ttitle: item.element.attr( \"title\" )\n\t\t\t} );\n\n\t\tif ( item.disabled ) {\n\t\t\tthis._addClass( li, null, \"ui-state-disabled\" );\n\t\t}\n\t\tthis._setText( wrapper, item.label );\n\n\t\treturn li.append( wrapper ).appendTo( ul );\n\t},\n\n\t_setText: function( element, value ) {\n\t\tif ( value ) {\n\t\t\telement.text( value );\n\t\t} else {\n\t\t\telement.html( \"&#160;\" );\n\t\t}\n\t},\n\n\t_move: function( direction, event ) {\n\t\tvar item, next,\n\t\t\tfilter = \".ui-menu-item\";\n\n\t\tif ( this.isOpen ) {\n\t\t\titem = this.menuItems.eq( this.focusIndex ).parent( \"li\" );\n\t\t} else {\n\t\t\titem = this.menuItems.eq( this.element[ 0 ].selectedIndex ).parent( \"li\" );\n\t\t\tfilter += \":not(.ui-state-disabled)\";\n\t\t}\n\n\t\tif ( direction === \"first\" || direction === \"last\" ) {\n\t\t\tnext = item[ direction === \"first\" ? \"prevAll\" : \"nextAll\" ]( filter ).eq( -1 );\n\t\t} else {\n\t\t\tnext = item[ direction + \"All\" ]( filter ).eq( 0 );\n\t\t}\n\n\t\tif ( next.length ) {\n\t\t\tthis.menuInstance.focus( event, next );\n\t\t}\n\t},\n\n\t_getSelectedItem: function() {\n\t\treturn this.menuItems.eq( this.element[ 0 ].selectedIndex ).parent( \"li\" );\n\t},\n\n\t_toggle: function( event ) {\n\t\tthis[ this.isOpen ? \"close\" : \"open\" ]( event );\n\t},\n\n\t_setSelection: function() {\n\t\tvar selection;\n\n\t\tif ( !this.range ) {\n\t\t\treturn;\n\t\t}\n\n\t\tif ( window.getSelection ) {\n\t\t\tselection = window.getSelection();\n\t\t\tselection.removeAllRanges();\n\t\t\tselection.addRange( this.range );\n\n\t\t// Support: IE8\n\t\t} else {\n\t\t\tthis.range.select();\n\t\t}\n\n\t\t// Support: IE\n\t\t// Setting the text selection kills the button focus in IE, but\n\t\t// restoring the focus doesn't kill the selection.\n\t\tthis.button.focus();\n\t},\n\n\t_documentClick: {\n\t\tmousedown: function( event ) {\n\t\t\tif ( !this.isOpen ) {\n\t\t\t\treturn;\n\t\t\t}\n\n\t\t\tif ( !$( event.target ).closest( \".ui-selectmenu-menu, #\" +\n\t\t\t\t\t$.ui.escapeSelector( this.ids.button ) ).length ) {\n\t\t\t\tthis.close( event );\n\t\t\t}\n\t\t}\n\t},\n\n\t_buttonEvents: {\n\n\t\t// Prevent text selection from being reset when interacting with the selectmenu (#10144)\n\t\tmousedown: function() {\n\t\t\tvar selection;\n\n\t\t\tif ( window.getSelection ) {\n\t\t\t\tselection = window.getSelection();\n\t\t\t\tif ( selection.rangeCount ) {\n\t\t\t\t\tthis.range = selection.getRangeAt( 0 );\n\t\t\t\t}\n\n\t\t\t// Support: IE8\n\t\t\t} else {\n\t\t\t\tthis.range = document.selection.createRange();\n\t\t\t}\n\t\t},\n\n\t\tclick: function( event ) {\n\t\t\tthis._setSelection();\n\t\t\tthis._toggle( event );\n\t\t},\n\n\t\tkeydown: function( event ) {\n\t\t\tvar preventDefault = true;\n\t\t\tswitch ( event.keyCode ) {\n\t\t\tcase $.ui.keyCode.TAB:\n\t\t\tcase $.ui.keyCode.ESCAPE:\n\t\t\t\tthis.close( event );\n\t\t\t\tpreventDefault = false;\n\t\t\t\tbreak;\n\t\t\tcase $.ui.keyCode.ENTER:\n\t\t\t\tif ( this.isOpen ) {\n\t\t\t\t\tthis._selectFocusedItem( event );\n\t\t\t\t}\n\t\t\t\tbreak;\n\t\t\tcase $.ui.keyCode.UP:\n\t\t\t\tif ( event.altKey ) {\n\t\t\t\t\tthis._toggle( event );\n\t\t\t\t} else {\n\t\t\t\t\tthis._move( \"prev\", event );\n\t\t\t\t}\n\t\t\t\tbreak;\n\t\t\tcase $.ui.keyCode.DOWN:\n\t\t\t\tif ( event.altKey ) {\n\t\t\t\t\tthis._toggle( event );\n\t\t\t\t} else {\n\t\t\t\t\tthis._move( \"next\", event );\n\t\t\t\t}\n\t\t\t\tbreak;\n\t\t\tcase $.ui.keyCode.SPACE:\n\t\t\t\tif ( this.isOpen ) {\n\t\t\t\t\tthis._selectFocusedItem( event );\n\t\t\t\t} else {\n\t\t\t\t\tthis._toggle( event );\n\t\t\t\t}\n\t\t\t\tbreak;\n\t\t\tcase $.ui.keyCode.LEFT:\n\t\t\t\tthis._move( \"prev\", event );\n\t\t\t\tbreak;\n\t\t\tcase $.ui.keyCode.RIGHT:\n\t\t\t\tthis._move( \"next\", event );\n\t\t\t\tbreak;\n\t\t\tcase $.ui.keyCode.HOME:\n\t\t\tcase $.ui.keyCode.PAGE_UP:\n\t\t\t\tthis._move( \"first\", event );\n\t\t\t\tbreak;\n\t\t\tcase $.ui.keyCode.END:\n\t\t\tcase $.ui.keyCode.PAGE_DOWN:\n\t\t\t\tthis._move( \"last\", event );\n\t\t\t\tbreak;\n\t\t\tdefault:\n\t\t\t\tthis.menu.trigger( event );\n\t\t\t\tpreventDefault = false;\n\t\t\t}\n\n\t\t\tif ( preventDefault ) {\n\t\t\t\tevent.preventDefault();\n\t\t\t}\n\t\t}\n\t},\n\n\t_selectFocusedItem: function( event ) {\n\t\tvar item = this.menuItems.eq( this.focusIndex ).parent( \"li\" );\n\t\tif ( !item.hasClass( \"ui-state-disabled\" ) ) {\n\t\t\tthis._select( item.data( \"ui-selectmenu-item\" ), event );\n\t\t}\n\t},\n\n\t_select: function( item, event ) {\n\t\tvar oldIndex = this.element[ 0 ].selectedIndex;\n\n\t\t// Change native select element\n\t\tthis.element[ 0 ].selectedIndex = item.index;\n\t\tthis.buttonItem.replaceWith( this.buttonItem = this._renderButtonItem( item ) );\n\t\tthis._setAria( item );\n\t\tthis._trigger( \"select\", event, { item: item } );\n\n\t\tif ( item.index !== oldIndex ) {\n\t\t\tthis._trigger( \"change\", event, { item: item } );\n\t\t}\n\n\t\tthis.close( event );\n\t},\n\n\t_setAria: function( item ) {\n\t\tvar id = this.menuItems.eq( item.index ).attr( \"id\" );\n\n\t\tthis.button.attr( {\n\t\t\t\"aria-labelledby\": id,\n\t\t\t\"aria-activedescendant\": id\n\t\t} );\n\t\tthis.menu.attr( \"aria-activedescendant\", id );\n\t},\n\n\t_setOption: function( key, value ) {\n\t\tif ( key === \"icons\" ) {\n\t\t\tvar icon = this.button.find( \"span.ui-icon\" );\n\t\t\tthis._removeClass( icon, null, this.options.icons.button )\n\t\t\t\t._addClass( icon, null, value.button );\n\t\t}\n\n\t\tthis._super( key, value );\n\n\t\tif ( key === \"appendTo\" ) {\n\t\t\tthis.menuWrap.appendTo( this._appendTo() );\n\t\t}\n\n\t\tif ( key === \"width\" ) {\n\t\t\tthis._resizeButton();\n\t\t}\n\t},\n\n\t_setOptionDisabled: function( value ) {\n\t\tthis._super( value );\n\n\t\tthis.menuInstance.option( \"disabled\", value );\n\t\tthis.button.attr( \"aria-disabled\", value );\n\t\tthis._toggleClass( this.button, null, \"ui-state-disabled\", value );\n\n\t\tthis.element.prop( \"disabled\", value );\n\t\tif ( value ) {\n\t\t\tthis.button.attr( \"tabindex\", -1 );\n\t\t\tthis.close();\n\t\t} else {\n\t\t\tthis.button.attr( \"tabindex\", 0 );\n\t\t}\n\t},\n\n\t_appendTo: function() {\n\t\tvar element = this.options.appendTo;\n\n\t\tif ( element ) {\n\t\t\telement = element.jquery || element.nodeType ?\n\t\t\t\t$( element ) :\n\t\t\t\tthis.document.find( element ).eq( 0 );\n\t\t}\n\n\t\tif ( !element || !element[ 0 ] ) {\n\t\t\telement = this.element.closest( \".ui-front, dialog\" );\n\t\t}\n\n\t\tif ( !element.length ) {\n\t\t\telement = this.document[ 0 ].body;\n\t\t}\n\n\t\treturn element;\n\t},\n\n\t_toggleAttr: function() {\n\t\tthis.button.attr( \"aria-expanded\", this.isOpen );\n\n\t\t// We can't use two _toggleClass() calls here, because we need to make sure\n\t\t// we always remove classes first and add them second, otherwise if both classes have the\n\t\t// same theme class, it will be removed after we add it.\n\t\tthis._removeClass( this.button, \"ui-selectmenu-button-\" +\n\t\t\t( this.isOpen ? \"closed\" : \"open\" ) )\n\t\t\t._addClass( this.button, \"ui-selectmenu-button-\" +\n\t\t\t\t( this.isOpen ? \"open\" : \"closed\" ) )\n\t\t\t._toggleClass( this.menuWrap, \"ui-selectmenu-open\", null, this.isOpen );\n\n\t\tthis.menu.attr( \"aria-hidden\", !this.isOpen );\n\t},\n\n\t_resizeButton: function() {\n\t\tvar width = this.options.width;\n\n\t\t// For `width: false`, just remove inline style and stop\n\t\tif ( width === false ) {\n\t\t\tthis.button.css( \"width\", \"\" );\n\t\t\treturn;\n\t\t}\n\n\t\t// For `width: null`, match the width of the original element\n\t\tif ( width === null ) {\n\t\t\twidth = this.element.show().outerWidth();\n\t\t\tthis.element.hide();\n\t\t}\n\n\t\tthis.button.outerWidth( width );\n\t},\n\n\t_resizeMenu: function() {\n\t\tthis.menu.outerWidth( Math.max(\n\t\t\tthis.button.outerWidth(),\n\n\t\t\t// Support: IE10\n\t\t\t// IE10 wraps long text (possibly a rounding bug)\n\t\t\t// so we add 1px to avoid the wrapping\n\t\t\tthis.menu.width( \"\" ).outerWidth() + 1\n\t\t) );\n\t},\n\n\t_getCreateOptions: function() {\n\t\tvar options = this._super();\n\n\t\toptions.disabled = this.element.prop( \"disabled\" );\n\n\t\treturn options;\n\t},\n\n\t_parseOptions: function( options ) {\n\t\tvar that = this,\n\t\t\tdata = [];\n\t\toptions.each( function( index, item ) {\n\t\t\tdata.push( that._parseOption( $( item ), index ) );\n\t\t} );\n\t\tthis.items = data;\n\t},\n\n\t_parseOption: function( option, index ) {\n\t\tvar optgroup = option.parent( \"optgroup\" );\n\n\t\treturn {\n\t\t\telement: option,\n\t\t\tindex: index,\n\t\t\tvalue: option.val(),\n\t\t\tlabel: option.text(),\n\t\t\toptgroup: optgroup.attr( \"label\" ) || \"\",\n\t\t\tdisabled: optgroup.prop( \"disabled\" ) || option.prop( \"disabled\" )\n\t\t};\n\t},\n\n\t_destroy: function() {\n\t\tthis._unbindFormResetHandler();\n\t\tthis.menuWrap.remove();\n\t\tthis.button.remove();\n\t\tthis.element.show();\n\t\tthis.element.removeUniqueId();\n\t\tthis.labels.attr( \"for\", this.ids.element );\n\t}\n} ] );\n\n\n/*!\n * jQuery UI Slider 1.12.1\n * http://jqueryui.com\n *\n * Copyright jQuery Foundation and other contributors\n * Released under the MIT license.\n * http://jquery.org/license\n */\n\n//>>label: Slider\n//>>group: Widgets\n//>>description: Displays a flexible slider with ranges and accessibility via keyboard.\n//>>docs: http://api.jqueryui.com/slider/\n//>>demos: http://jqueryui.com/slider/\n//>>css.structure: ../../themes/base/core.css\n//>>css.structure: ../../themes/base/slider.css\n//>>css.theme: ../../themes/base/theme.css\n\n\n\nvar widgetsSlider = $.widget( \"ui.slider\", $.ui.mouse, {\n\tversion: \"1.12.1\",\n\twidgetEventPrefix: \"slide\",\n\n\toptions: {\n\t\tanimate: false,\n\t\tclasses: {\n\t\t\t\"ui-slider\": \"ui-corner-all\",\n\t\t\t\"ui-slider-handle\": \"ui-corner-all\",\n\n\t\t\t// Note: ui-widget-header isn't the most fittingly semantic framework class for this\n\t\t\t// element, but worked best visually with a variety of themes\n\t\t\t\"ui-slider-range\": \"ui-corner-all ui-widget-header\"\n\t\t},\n\t\tdistance: 0,\n\t\tmax: 100,\n\t\tmin: 0,\n\t\torientation: \"horizontal\",\n\t\trange: false,\n\t\tstep: 1,\n\t\tvalue: 0,\n\t\tvalues: null,\n\n\t\t// Callbacks\n\t\tchange: null,\n\t\tslide: null,\n\t\tstart: null,\n\t\tstop: null\n\t},\n\n\t// Number of pages in a slider\n\t// (how many times can you page up/down to go through the whole range)\n\tnumPages: 5,\n\n\t_create: function() {\n\t\tthis._keySliding = false;\n\t\tthis._mouseSliding = false;\n\t\tthis._animateOff = true;\n\t\tthis._handleIndex = null;\n\t\tthis._detectOrientation();\n\t\tthis._mouseInit();\n\t\tthis._calculateNewMax();\n\n\t\tthis._addClass( \"ui-slider ui-slider-\" + this.orientation,\n\t\t\t\"ui-widget ui-widget-content\" );\n\n\t\tthis._refresh();\n\n\t\tthis._animateOff = false;\n\t},\n\n\t_refresh: function() {\n\t\tthis._createRange();\n\t\tthis._createHandles();\n\t\tthis._setupEvents();\n\t\tthis._refreshValue();\n\t},\n\n\t_createHandles: function() {\n\t\tvar i, handleCount,\n\t\t\toptions = this.options,\n\t\t\texistingHandles = this.element.find( \".ui-slider-handle\" ),\n\t\t\thandle = \"<span tabindex='0'></span>\",\n\t\t\thandles = [];\n\n\t\thandleCount = ( options.values && options.values.length ) || 1;\n\n\t\tif ( existingHandles.length > handleCount ) {\n\t\t\texistingHandles.slice( handleCount ).remove();\n\t\t\texistingHandles = existingHandles.slice( 0, handleCount );\n\t\t}\n\n\t\tfor ( i = existingHandles.length; i < handleCount; i++ ) {\n\t\t\thandles.push( handle );\n\t\t}\n\n\t\tthis.handles = existingHandles.add( $( handles.join( \"\" ) ).appendTo( this.element ) );\n\n\t\tthis._addClass( this.handles, \"ui-slider-handle\", \"ui-state-default\" );\n\n\t\tthis.handle = this.handles.eq( 0 );\n\n\t\tthis.handles.each( function( i ) {\n\t\t\t$( this )\n\t\t\t\t.data( \"ui-slider-handle-index\", i )\n\t\t\t\t.attr( \"tabIndex\", 0 );\n\t\t} );\n\t},\n\n\t_createRange: function() {\n\t\tvar options = this.options;\n\n\t\tif ( options.range ) {\n\t\t\tif ( options.range === true ) {\n\t\t\t\tif ( !options.values ) {\n\t\t\t\t\toptions.values = [ this._valueMin(), this._valueMin() ];\n\t\t\t\t} else if ( options.values.length && options.values.length !== 2 ) {\n\t\t\t\t\toptions.values = [ options.values[ 0 ], options.values[ 0 ] ];\n\t\t\t\t} else if ( $.isArray( options.values ) ) {\n\t\t\t\t\toptions.values = options.values.slice( 0 );\n\t\t\t\t}\n\t\t\t}\n\n\t\t\tif ( !this.range || !this.range.length ) {\n\t\t\t\tthis.range = $( \"<div>\" )\n\t\t\t\t\t.appendTo( this.element );\n\n\t\t\t\tthis._addClass( this.range, \"ui-slider-range\" );\n\t\t\t} else {\n\t\t\t\tthis._removeClass( this.range, \"ui-slider-range-min ui-slider-range-max\" );\n\n\t\t\t\t// Handle range switching from true to min/max\n\t\t\t\tthis.range.css( {\n\t\t\t\t\t\"left\": \"\",\n\t\t\t\t\t\"bottom\": \"\"\n\t\t\t\t} );\n\t\t\t}\n\t\t\tif ( options.range === \"min\" || options.range === \"max\" ) {\n\t\t\t\tthis._addClass( this.range, \"ui-slider-range-\" + options.range );\n\t\t\t}\n\t\t} else {\n\t\t\tif ( this.range ) {\n\t\t\t\tthis.range.remove();\n\t\t\t}\n\t\t\tthis.range = null;\n\t\t}\n\t},\n\n\t_setupEvents: function() {\n\t\tthis._off( this.handles );\n\t\tthis._on( this.handles, this._handleEvents );\n\t\tthis._hoverable( this.handles );\n\t\tthis._focusable( this.handles );\n\t},\n\n\t_destroy: function() {\n\t\tthis.handles.remove();\n\t\tif ( this.range ) {\n\t\t\tthis.range.remove();\n\t\t}\n\n\t\tthis._mouseDestroy();\n\t},\n\n\t_mouseCapture: function( event ) {\n\t\tvar position, normValue, distance, closestHandle, index, allowed, offset, mouseOverHandle,\n\t\t\tthat = this,\n\t\t\to = this.options;\n\n\t\tif ( o.disabled ) {\n\t\t\treturn false;\n\t\t}\n\n\t\tthis.elementSize = {\n\t\t\twidth: this.element.outerWidth(),\n\t\t\theight: this.element.outerHeight()\n\t\t};\n\t\tthis.elementOffset = this.element.offset();\n\n\t\tposition = { x: event.pageX, y: event.pageY };\n\t\tnormValue = this._normValueFromMouse( position );\n\t\tdistance = this._valueMax() - this._valueMin() + 1;\n\t\tthis.handles.each( function( i ) {\n\t\t\tvar thisDistance = Math.abs( normValue - that.values( i ) );\n\t\t\tif ( ( distance > thisDistance ) ||\n\t\t\t\t( distance === thisDistance &&\n\t\t\t\t\t( i === that._lastChangedValue || that.values( i ) === o.min ) ) ) {\n\t\t\t\tdistance = thisDistance;\n\t\t\t\tclosestHandle = $( this );\n\t\t\t\tindex = i;\n\t\t\t}\n\t\t} );\n\n\t\tallowed = this._start( event, index );\n\t\tif ( allowed === false ) {\n\t\t\treturn false;\n\t\t}\n\t\tthis._mouseSliding = true;\n\n\t\tthis._handleIndex = index;\n\n\t\tthis._addClass( closestHandle, null, \"ui-state-active\" );\n\t\tclosestHandle.trigger( \"focus\" );\n\n\t\toffset = closestHandle.offset();\n\t\tmouseOverHandle = !$( event.target ).parents().addBack().is( \".ui-slider-handle\" );\n\t\tthis._clickOffset = mouseOverHandle ? { left: 0, top: 0 } : {\n\t\t\tleft: event.pageX - offset.left - ( closestHandle.width() / 2 ),\n\t\t\ttop: event.pageY - offset.top -\n\t\t\t\t( closestHandle.height() / 2 ) -\n\t\t\t\t( parseInt( closestHandle.css( \"borderTopWidth\" ), 10 ) || 0 ) -\n\t\t\t\t( parseInt( closestHandle.css( \"borderBottomWidth\" ), 10 ) || 0 ) +\n\t\t\t\t( parseInt( closestHandle.css( \"marginTop\" ), 10 ) || 0 )\n\t\t};\n\n\t\tif ( !this.handles.hasClass( \"ui-state-hover\" ) ) {\n\t\t\tthis._slide( event, index, normValue );\n\t\t}\n\t\tthis._animateOff = true;\n\t\treturn true;\n\t},\n\n\t_mouseStart: function() {\n\t\treturn true;\n\t},\n\n\t_mouseDrag: function( event ) {\n\t\tvar position = { x: event.pageX, y: event.pageY },\n\t\t\tnormValue = this._normValueFromMouse( position );\n\n\t\tthis._slide( event, this._handleIndex, normValue );\n\n\t\treturn false;\n\t},\n\n\t_mouseStop: function( event ) {\n\t\tthis._removeClass( this.handles, null, \"ui-state-active\" );\n\t\tthis._mouseSliding = false;\n\n\t\tthis._stop( event, this._handleIndex );\n\t\tthis._change( event, this._handleIndex );\n\n\t\tthis._handleIndex = null;\n\t\tthis._clickOffset = null;\n\t\tthis._animateOff = false;\n\n\t\treturn false;\n\t},\n\n\t_detectOrientation: function() {\n\t\tthis.orientation = ( this.options.orientation === \"vertical\" ) ? \"vertical\" : \"horizontal\";\n\t},\n\n\t_normValueFromMouse: function( position ) {\n\t\tvar pixelTotal,\n\t\t\tpixelMouse,\n\t\t\tpercentMouse,\n\t\t\tvalueTotal,\n\t\t\tvalueMouse;\n\n\t\tif ( this.orientation === \"horizontal\" ) {\n\t\t\tpixelTotal = this.elementSize.width;\n\t\t\tpixelMouse = position.x - this.elementOffset.left -\n\t\t\t\t( this._clickOffset ? this._clickOffset.left : 0 );\n\t\t} else {\n\t\t\tpixelTotal = this.elementSize.height;\n\t\t\tpixelMouse = position.y - this.elementOffset.top -\n\t\t\t\t( this._clickOffset ? this._clickOffset.top : 0 );\n\t\t}\n\n\t\tpercentMouse = ( pixelMouse / pixelTotal );\n\t\tif ( percentMouse > 1 ) {\n\t\t\tpercentMouse = 1;\n\t\t}\n\t\tif ( percentMouse < 0 ) {\n\t\t\tpercentMouse = 0;\n\t\t}\n\t\tif ( this.orientation === \"vertical\" ) {\n\t\t\tpercentMouse = 1 - percentMouse;\n\t\t}\n\n\t\tvalueTotal = this._valueMax() - this._valueMin();\n\t\tvalueMouse = this._valueMin() + percentMouse * valueTotal;\n\n\t\treturn this._trimAlignValue( valueMouse );\n\t},\n\n\t_uiHash: function( index, value, values ) {\n\t\tvar uiHash = {\n\t\t\thandle: this.handles[ index ],\n\t\t\thandleIndex: index,\n\t\t\tvalue: value !== undefined ? value : this.value()\n\t\t};\n\n\t\tif ( this._hasMultipleValues() ) {\n\t\t\tuiHash.value = value !== undefined ? value : this.values( index );\n\t\t\tuiHash.values = values || this.values();\n\t\t}\n\n\t\treturn uiHash;\n\t},\n\n\t_hasMultipleValues: function() {\n\t\treturn this.options.values && this.options.values.length;\n\t},\n\n\t_start: function( event, index ) {\n\t\treturn this._trigger( \"start\", event, this._uiHash( index ) );\n\t},\n\n\t_slide: function( event, index, newVal ) {\n\t\tvar allowed, otherVal,\n\t\t\tcurrentValue = this.value(),\n\t\t\tnewValues = this.values();\n\n\t\tif ( this._hasMultipleValues() ) {\n\t\t\totherVal = this.values( index ? 0 : 1 );\n\t\t\tcurrentValue = this.values( index );\n\n\t\t\tif ( this.options.values.length === 2 && this.options.range === true ) {\n\t\t\t\tnewVal = index === 0 ? Math.min( otherVal, newVal ) : Math.max( otherVal, newVal );\n\t\t\t}\n\n\t\t\tnewValues[ index ] = newVal;\n\t\t}\n\n\t\tif ( newVal === currentValue ) {\n\t\t\treturn;\n\t\t}\n\n\t\tallowed = this._trigger( \"slide\", event, this._uiHash( index, newVal, newValues ) );\n\n\t\t// A slide can be canceled by returning false from the slide callback\n\t\tif ( allowed === false ) {\n\t\t\treturn;\n\t\t}\n\n\t\tif ( this._hasMultipleValues() ) {\n\t\t\tthis.values( index, newVal );\n\t\t} else {\n\t\t\tthis.value( newVal );\n\t\t}\n\t},\n\n\t_stop: function( event, index ) {\n\t\tthis._trigger( \"stop\", event, this._uiHash( index ) );\n\t},\n\n\t_change: function( event, index ) {\n\t\tif ( !this._keySliding && !this._mouseSliding ) {\n\n\t\t\t//store the last changed value index for reference when handles overlap\n\t\t\tthis._lastChangedValue = index;\n\t\t\tthis._trigger( \"change\", event, this._uiHash( index ) );\n\t\t}\n\t},\n\n\tvalue: function( newValue ) {\n\t\tif ( arguments.length ) {\n\t\t\tthis.options.value = this._trimAlignValue( newValue );\n\t\t\tthis._refreshValue();\n\t\t\tthis._change( null, 0 );\n\t\t\treturn;\n\t\t}\n\n\t\treturn this._value();\n\t},\n\n\tvalues: function( index, newValue ) {\n\t\tvar vals,\n\t\t\tnewValues,\n\t\t\ti;\n\n\t\tif ( arguments.length > 1 ) {\n\t\t\tthis.options.values[ index ] = this._trimAlignValue( newValue );\n\t\t\tthis._refreshValue();\n\t\t\tthis._change( null, index );\n\t\t\treturn;\n\t\t}\n\n\t\tif ( arguments.length ) {\n\t\t\tif ( $.isArray( arguments[ 0 ] ) ) {\n\t\t\t\tvals = this.options.values;\n\t\t\t\tnewValues = arguments[ 0 ];\n\t\t\t\tfor ( i = 0; i < vals.length; i += 1 ) {\n\t\t\t\t\tvals[ i ] = this._trimAlignValue( newValues[ i ] );\n\t\t\t\t\tthis._change( null, i );\n\t\t\t\t}\n\t\t\t\tthis._refreshValue();\n\t\t\t} else {\n\t\t\t\tif ( this._hasMultipleValues() ) {\n\t\t\t\t\treturn this._values( index );\n\t\t\t\t} else {\n\t\t\t\t\treturn this.value();\n\t\t\t\t}\n\t\t\t}\n\t\t} else {\n\t\t\treturn this._values();\n\t\t}\n\t},\n\n\t_setOption: function( key, value ) {\n\t\tvar i,\n\t\t\tvalsLength = 0;\n\n\t\tif ( key === \"range\" && this.options.range === true ) {\n\t\t\tif ( value === \"min\" ) {\n\t\t\t\tthis.options.value = this._values( 0 );\n\t\t\t\tthis.options.values = null;\n\t\t\t} else if ( value === \"max\" ) {\n\t\t\t\tthis.options.value = this._values( this.options.values.length - 1 );\n\t\t\t\tthis.options.values = null;\n\t\t\t}\n\t\t}\n\n\t\tif ( $.isArray( this.options.values ) ) {\n\t\t\tvalsLength = this.options.values.length;\n\t\t}\n\n\t\tthis._super( key, value );\n\n\t\tswitch ( key ) {\n\t\t\tcase \"orientation\":\n\t\t\t\tthis._detectOrientation();\n\t\t\t\tthis._removeClass( \"ui-slider-horizontal ui-slider-vertical\" )\n\t\t\t\t\t._addClass( \"ui-slider-\" + this.orientation );\n\t\t\t\tthis._refreshValue();\n\t\t\t\tif ( this.options.range ) {\n\t\t\t\t\tthis._refreshRange( value );\n\t\t\t\t}\n\n\t\t\t\t// Reset positioning from previous orientation\n\t\t\t\tthis.handles.css( value === \"horizontal\" ? \"bottom\" : \"left\", \"\" );\n\t\t\t\tbreak;\n\t\t\tcase \"value\":\n\t\t\t\tthis._animateOff = true;\n\t\t\t\tthis._refreshValue();\n\t\t\t\tthis._change( null, 0 );\n\t\t\t\tthis._animateOff = false;\n\t\t\t\tbreak;\n\t\t\tcase \"values\":\n\t\t\t\tthis._animateOff = true;\n\t\t\t\tthis._refreshValue();\n\n\t\t\t\t// Start from the last handle to prevent unreachable handles (#9046)\n\t\t\t\tfor ( i = valsLength - 1; i >= 0; i-- ) {\n\t\t\t\t\tthis._change( null, i );\n\t\t\t\t}\n\t\t\t\tthis._animateOff = false;\n\t\t\t\tbreak;\n\t\t\tcase \"step\":\n\t\t\tcase \"min\":\n\t\t\tcase \"max\":\n\t\t\t\tthis._animateOff = true;\n\t\t\t\tthis._calculateNewMax();\n\t\t\t\tthis._refreshValue();\n\t\t\t\tthis._animateOff = false;\n\t\t\t\tbreak;\n\t\t\tcase \"range\":\n\t\t\t\tthis._animateOff = true;\n\t\t\t\tthis._refresh();\n\t\t\t\tthis._animateOff = false;\n\t\t\t\tbreak;\n\t\t}\n\t},\n\n\t_setOptionDisabled: function( value ) {\n\t\tthis._super( value );\n\n\t\tthis._toggleClass( null, \"ui-state-disabled\", !!value );\n\t},\n\n\t//internal value getter\n\t// _value() returns value trimmed by min and max, aligned by step\n\t_value: function() {\n\t\tvar val = this.options.value;\n\t\tval = this._trimAlignValue( val );\n\n\t\treturn val;\n\t},\n\n\t//internal values getter\n\t// _values() returns array of values trimmed by min and max, aligned by step\n\t// _values( index ) returns single value trimmed by min and max, aligned by step\n\t_values: function( index ) {\n\t\tvar val,\n\t\t\tvals,\n\t\t\ti;\n\n\t\tif ( arguments.length ) {\n\t\t\tval = this.options.values[ index ];\n\t\t\tval = this._trimAlignValue( val );\n\n\t\t\treturn val;\n\t\t} else if ( this._hasMultipleValues() ) {\n\n\t\t\t// .slice() creates a copy of the array\n\t\t\t// this copy gets trimmed by min and max and then returned\n\t\t\tvals = this.options.values.slice();\n\t\t\tfor ( i = 0; i < vals.length; i += 1 ) {\n\t\t\t\tvals[ i ] = this._trimAlignValue( vals[ i ] );\n\t\t\t}\n\n\t\t\treturn vals;\n\t\t} else {\n\t\t\treturn [];\n\t\t}\n\t},\n\n\t// Returns the step-aligned value that val is closest to, between (inclusive) min and max\n\t_trimAlignValue: function( val ) {\n\t\tif ( val <= this._valueMin() ) {\n\t\t\treturn this._valueMin();\n\t\t}\n\t\tif ( val >= this._valueMax() ) {\n\t\t\treturn this._valueMax();\n\t\t}\n\t\tvar step = ( this.options.step > 0 ) ? this.options.step : 1,\n\t\t\tvalModStep = ( val - this._valueMin() ) % step,\n\t\t\talignValue = val - valModStep;\n\n\t\tif ( Math.abs( valModStep ) * 2 >= step ) {\n\t\t\talignValue += ( valModStep > 0 ) ? step : ( -step );\n\t\t}\n\n\t\t// Since JavaScript has problems with large floats, round\n\t\t// the final value to 5 digits after the decimal point (see #4124)\n\t\treturn parseFloat( alignValue.toFixed( 5 ) );\n\t},\n\n\t_calculateNewMax: function() {\n\t\tvar max = this.options.max,\n\t\t\tmin = this._valueMin(),\n\t\t\tstep = this.options.step,\n\t\t\taboveMin = Math.round( ( max - min ) / step ) * step;\n\t\tmax = aboveMin + min;\n\t\tif ( max > this.options.max ) {\n\n\t\t\t//If max is not divisible by step, rounding off may increase its value\n\t\t\tmax -= step;\n\t\t}\n\t\tthis.max = parseFloat( max.toFixed( this._precision() ) );\n\t},\n\n\t_precision: function() {\n\t\tvar precision = this._precisionOf( this.options.step );\n\t\tif ( this.options.min !== null ) {\n\t\t\tprecision = Math.max( precision, this._precisionOf( this.options.min ) );\n\t\t}\n\t\treturn precision;\n\t},\n\n\t_precisionOf: function( num ) {\n\t\tvar str = num.toString(),\n\t\t\tdecimal = str.indexOf( \".\" );\n\t\treturn decimal === -1 ? 0 : str.length - decimal - 1;\n\t},\n\n\t_valueMin: function() {\n\t\treturn this.options.min;\n\t},\n\n\t_valueMax: function() {\n\t\treturn this.max;\n\t},\n\n\t_refreshRange: function( orientation ) {\n\t\tif ( orientation === \"vertical\" ) {\n\t\t\tthis.range.css( { \"width\": \"\", \"left\": \"\" } );\n\t\t}\n\t\tif ( orientation === \"horizontal\" ) {\n\t\t\tthis.range.css( { \"height\": \"\", \"bottom\": \"\" } );\n\t\t}\n\t},\n\n\t_refreshValue: function() {\n\t\tvar lastValPercent, valPercent, value, valueMin, valueMax,\n\t\t\toRange = this.options.range,\n\t\t\to = this.options,\n\t\t\tthat = this,\n\t\t\tanimate = ( !this._animateOff ) ? o.animate : false,\n\t\t\t_set = {};\n\n\t\tif ( this._hasMultipleValues() ) {\n\t\t\tthis.handles.each( function( i ) {\n\t\t\t\tvalPercent = ( that.values( i ) - that._valueMin() ) / ( that._valueMax() -\n\t\t\t\t\tthat._valueMin() ) * 100;\n\t\t\t\t_set[ that.orientation === \"horizontal\" ? \"left\" : \"bottom\" ] = valPercent + \"%\";\n\t\t\t\t$( this ).stop( 1, 1 )[ animate ? \"animate\" : \"css\" ]( _set, o.animate );\n\t\t\t\tif ( that.options.range === true ) {\n\t\t\t\t\tif ( that.orientation === \"horizontal\" ) {\n\t\t\t\t\t\tif ( i === 0 ) {\n\t\t\t\t\t\t\tthat.range.stop( 1, 1 )[ animate ? \"animate\" : \"css\" ]( {\n\t\t\t\t\t\t\t\tleft: valPercent + \"%\"\n\t\t\t\t\t\t\t}, o.animate );\n\t\t\t\t\t\t}\n\t\t\t\t\t\tif ( i === 1 ) {\n\t\t\t\t\t\t\tthat.range[ animate ? \"animate\" : \"css\" ]( {\n\t\t\t\t\t\t\t\twidth: ( valPercent - lastValPercent ) + \"%\"\n\t\t\t\t\t\t\t}, {\n\t\t\t\t\t\t\t\tqueue: false,\n\t\t\t\t\t\t\t\tduration: o.animate\n\t\t\t\t\t\t\t} );\n\t\t\t\t\t\t}\n\t\t\t\t\t} else {\n\t\t\t\t\t\tif ( i === 0 ) {\n\t\t\t\t\t\t\tthat.range.stop( 1, 1 )[ animate ? \"animate\" : \"css\" ]( {\n\t\t\t\t\t\t\t\tbottom: ( valPercent ) + \"%\"\n\t\t\t\t\t\t\t}, o.animate );\n\t\t\t\t\t\t}\n\t\t\t\t\t\tif ( i === 1 ) {\n\t\t\t\t\t\t\tthat.range[ animate ? \"animate\" : \"css\" ]( {\n\t\t\t\t\t\t\t\theight: ( valPercent - lastValPercent ) + \"%\"\n\t\t\t\t\t\t\t}, {\n\t\t\t\t\t\t\t\tqueue: false,\n\t\t\t\t\t\t\t\tduration: o.animate\n\t\t\t\t\t\t\t} );\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\tlastValPercent = valPercent;\n\t\t\t} );\n\t\t} else {\n\t\t\tvalue = this.value();\n\t\t\tvalueMin = this._valueMin();\n\t\t\tvalueMax = this._valueMax();\n\t\t\tvalPercent = ( valueMax !== valueMin ) ?\n\t\t\t\t\t( value - valueMin ) / ( valueMax - valueMin ) * 100 :\n\t\t\t\t\t0;\n\t\t\t_set[ this.orientation === \"horizontal\" ? \"left\" : \"bottom\" ] = valPercent + \"%\";\n\t\t\tthis.handle.stop( 1, 1 )[ animate ? \"animate\" : \"css\" ]( _set, o.animate );\n\n\t\t\tif ( oRange === \"min\" && this.orientation === \"horizontal\" ) {\n\t\t\t\tthis.range.stop( 1, 1 )[ animate ? \"animate\" : \"css\" ]( {\n\t\t\t\t\twidth: valPercent + \"%\"\n\t\t\t\t}, o.animate );\n\t\t\t}\n\t\t\tif ( oRange === \"max\" && this.orientation === \"horizontal\" ) {\n\t\t\t\tthis.range.stop( 1, 1 )[ animate ? \"animate\" : \"css\" ]( {\n\t\t\t\t\twidth: ( 100 - valPercent ) + \"%\"\n\t\t\t\t}, o.animate );\n\t\t\t}\n\t\t\tif ( oRange === \"min\" && this.orientation === \"vertical\" ) {\n\t\t\t\tthis.range.stop( 1, 1 )[ animate ? \"animate\" : \"css\" ]( {\n\t\t\t\t\theight: valPercent + \"%\"\n\t\t\t\t}, o.animate );\n\t\t\t}\n\t\t\tif ( oRange === \"max\" && this.orientation === \"vertical\" ) {\n\t\t\t\tthis.range.stop( 1, 1 )[ animate ? \"animate\" : \"css\" ]( {\n\t\t\t\t\theight: ( 100 - valPercent ) + \"%\"\n\t\t\t\t}, o.animate );\n\t\t\t}\n\t\t}\n\t},\n\n\t_handleEvents: {\n\t\tkeydown: function( event ) {\n\t\t\tvar allowed, curVal, newVal, step,\n\t\t\t\tindex = $( event.target ).data( \"ui-slider-handle-index\" );\n\n\t\t\tswitch ( event.keyCode ) {\n\t\t\t\tcase $.ui.keyCode.HOME:\n\t\t\t\tcase $.ui.keyCode.END:\n\t\t\t\tcase $.ui.keyCode.PAGE_UP:\n\t\t\t\tcase $.ui.keyCode.PAGE_DOWN:\n\t\t\t\tcase $.ui.keyCode.UP:\n\t\t\t\tcase $.ui.keyCode.RIGHT:\n\t\t\t\tcase $.ui.keyCode.DOWN:\n\t\t\t\tcase $.ui.keyCode.LEFT:\n\t\t\t\t\tevent.preventDefault();\n\t\t\t\t\tif ( !this._keySliding ) {\n\t\t\t\t\t\tthis._keySliding = true;\n\t\t\t\t\t\tthis._addClass( $( event.target ), null, \"ui-state-active\" );\n\t\t\t\t\t\tallowed = this._start( event, index );\n\t\t\t\t\t\tif ( allowed === false ) {\n\t\t\t\t\t\t\treturn;\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t\tbreak;\n\t\t\t}\n\n\t\t\tstep = this.options.step;\n\t\t\tif ( this._hasMultipleValues() ) {\n\t\t\t\tcurVal = newVal = this.values( index );\n\t\t\t} else {\n\t\t\t\tcurVal = newVal = this.value();\n\t\t\t}\n\n\t\t\tswitch ( event.keyCode ) {\n\t\t\t\tcase $.ui.keyCode.HOME:\n\t\t\t\t\tnewVal = this._valueMin();\n\t\t\t\t\tbreak;\n\t\t\t\tcase $.ui.keyCode.END:\n\t\t\t\t\tnewVal = this._valueMax();\n\t\t\t\t\tbreak;\n\t\t\t\tcase $.ui.keyCode.PAGE_UP:\n\t\t\t\t\tnewVal = this._trimAlignValue(\n\t\t\t\t\t\tcurVal + ( ( this._valueMax() - this._valueMin() ) / this.numPages )\n\t\t\t\t\t);\n\t\t\t\t\tbreak;\n\t\t\t\tcase $.ui.keyCode.PAGE_DOWN:\n\t\t\t\t\tnewVal = this._trimAlignValue(\n\t\t\t\t\t\tcurVal - ( ( this._valueMax() - this._valueMin() ) / this.numPages ) );\n\t\t\t\t\tbreak;\n\t\t\t\tcase $.ui.keyCode.UP:\n\t\t\t\tcase $.ui.keyCode.RIGHT:\n\t\t\t\t\tif ( curVal === this._valueMax() ) {\n\t\t\t\t\t\treturn;\n\t\t\t\t\t}\n\t\t\t\t\tnewVal = this._trimAlignValue( curVal + step );\n\t\t\t\t\tbreak;\n\t\t\t\tcase $.ui.keyCode.DOWN:\n\t\t\t\tcase $.ui.keyCode.LEFT:\n\t\t\t\t\tif ( curVal === this._valueMin() ) {\n\t\t\t\t\t\treturn;\n\t\t\t\t\t}\n\t\t\t\t\tnewVal = this._trimAlignValue( curVal - step );\n\t\t\t\t\tbreak;\n\t\t\t}\n\n\t\t\tthis._slide( event, index, newVal );\n\t\t},\n\t\tkeyup: function( event ) {\n\t\t\tvar index = $( event.target ).data( \"ui-slider-handle-index\" );\n\n\t\t\tif ( this._keySliding ) {\n\t\t\t\tthis._keySliding = false;\n\t\t\t\tthis._stop( event, index );\n\t\t\t\tthis._change( event, index );\n\t\t\t\tthis._removeClass( $( event.target ), null, \"ui-state-active\" );\n\t\t\t}\n\t\t}\n\t}\n} );\n\n\n/*!\n * jQuery UI Sortable 1.12.1\n * http://jqueryui.com\n *\n * Copyright jQuery Foundation and other contributors\n * Released under the MIT license.\n * http://jquery.org/license\n */\n\n//>>label: Sortable\n//>>group: Interactions\n//>>description: Enables items in a list to be sorted using the mouse.\n//>>docs: http://api.jqueryui.com/sortable/\n//>>demos: http://jqueryui.com/sortable/\n//>>css.structure: ../../themes/base/sortable.css\n\n\n\nvar widgetsSortable = $.widget( \"ui.sortable\", $.ui.mouse, {\n\tversion: \"1.12.1\",\n\twidgetEventPrefix: \"sort\",\n\tready: false,\n\toptions: {\n\t\tappendTo: \"parent\",\n\t\taxis: false,\n\t\tconnectWith: false,\n\t\tcontainment: false,\n\t\tcursor: \"auto\",\n\t\tcursorAt: false,\n\t\tdropOnEmpty: true,\n\t\tforcePlaceholderSize: false,\n\t\tforceHelperSize: false,\n\t\tgrid: false,\n\t\thandle: false,\n\t\thelper: \"original\",\n\t\titems: \"> *\",\n\t\topacity: false,\n\t\tplaceholder: false,\n\t\trevert: false,\n\t\tscroll: true,\n\t\tscrollSensitivity: 20,\n\t\tscrollSpeed: 20,\n\t\tscope: \"default\",\n\t\ttolerance: \"intersect\",\n\t\tzIndex: 1000,\n\n\t\t// Callbacks\n\t\tactivate: null,\n\t\tbeforeStop: null,\n\t\tchange: null,\n\t\tdeactivate: null,\n\t\tout: null,\n\t\tover: null,\n\t\treceive: null,\n\t\tremove: null,\n\t\tsort: null,\n\t\tstart: null,\n\t\tstop: null,\n\t\tupdate: null\n\t},\n\n\t_isOverAxis: function( x, reference, size ) {\n\t\treturn ( x >= reference ) && ( x < ( reference + size ) );\n\t},\n\n\t_isFloating: function( item ) {\n\t\treturn ( /left|right/ ).test( item.css( \"float\" ) ) ||\n\t\t\t( /inline|table-cell/ ).test( item.css( \"display\" ) );\n\t},\n\n\t_create: function() {\n\t\tthis.containerCache = {};\n\t\tthis._addClass( \"ui-sortable\" );\n\n\t\t//Get the items\n\t\tthis.refresh();\n\n\t\t//Let's determine the parent's offset\n\t\tthis.offset = this.element.offset();\n\n\t\t//Initialize mouse events for interaction\n\t\tthis._mouseInit();\n\n\t\tthis._setHandleClassName();\n\n\t\t//We're ready to go\n\t\tthis.ready = true;\n\n\t},\n\n\t_setOption: function( key, value ) {\n\t\tthis._super( key, value );\n\n\t\tif ( key === \"handle\" ) {\n\t\t\tthis._setHandleClassName();\n\t\t}\n\t},\n\n\t_setHandleClassName: function() {\n\t\tvar that = this;\n\t\tthis._removeClass( this.element.find( \".ui-sortable-handle\" ), \"ui-sortable-handle\" );\n\t\t$.each( this.items, function() {\n\t\t\tthat._addClass(\n\t\t\t\tthis.instance.options.handle ?\n\t\t\t\t\tthis.item.find( this.instance.options.handle ) :\n\t\t\t\t\tthis.item,\n\t\t\t\t\"ui-sortable-handle\"\n\t\t\t);\n\t\t} );\n\t},\n\n\t_destroy: function() {\n\t\tthis._mouseDestroy();\n\n\t\tfor ( var i = this.items.length - 1; i >= 0; i-- ) {\n\t\t\tthis.items[ i ].item.removeData( this.widgetName + \"-item\" );\n\t\t}\n\n\t\treturn this;\n\t},\n\n\t_mouseCapture: function( event, overrideHandle ) {\n\t\tvar currentItem = null,\n\t\t\tvalidHandle = false,\n\t\t\tthat = this;\n\n\t\tif ( this.reverting ) {\n\t\t\treturn false;\n\t\t}\n\n\t\tif ( this.options.disabled || this.options.type === \"static\" ) {\n\t\t\treturn false;\n\t\t}\n\n\t\t//We have to refresh the items data once first\n\t\tthis._refreshItems( event );\n\n\t\t//Find out if the clicked node (or one of its parents) is a actual item in this.items\n\t\t$( event.target ).parents().each( function() {\n\t\t\tif ( $.data( this, that.widgetName + \"-item\" ) === that ) {\n\t\t\t\tcurrentItem = $( this );\n\t\t\t\treturn false;\n\t\t\t}\n\t\t} );\n\t\tif ( $.data( event.target, that.widgetName + \"-item\" ) === that ) {\n\t\t\tcurrentItem = $( event.target );\n\t\t}\n\n\t\tif ( !currentItem ) {\n\t\t\treturn false;\n\t\t}\n\t\tif ( this.options.handle && !overrideHandle ) {\n\t\t\t$( this.options.handle, currentItem ).find( \"*\" ).addBack().each( function() {\n\t\t\t\tif ( this === event.target ) {\n\t\t\t\t\tvalidHandle = true;\n\t\t\t\t}\n\t\t\t} );\n\t\t\tif ( !validHandle ) {\n\t\t\t\treturn false;\n\t\t\t}\n\t\t}\n\n\t\tthis.currentItem = currentItem;\n\t\tthis._removeCurrentsFromItems();\n\t\treturn true;\n\n\t},\n\n\t_mouseStart: function( event, overrideHandle, noActivation ) {\n\n\t\tvar i, body,\n\t\t\to = this.options;\n\n\t\tthis.currentContainer = this;\n\n\t\t//We only need to call refreshPositions, because the refreshItems call has been moved to\n\t\t// mouseCapture\n\t\tthis.refreshPositions();\n\n\t\t//Create and append the visible helper\n\t\tthis.helper = this._createHelper( event );\n\n\t\t//Cache the helper size\n\t\tthis._cacheHelperProportions();\n\n\t\t/*\n\t\t * - Position generation -\n\t\t * This block generates everything position related - it's the core of draggables.\n\t\t */\n\n\t\t//Cache the margins of the original element\n\t\tthis._cacheMargins();\n\n\t\t//Get the next scrolling parent\n\t\tthis.scrollParent = this.helper.scrollParent();\n\n\t\t//The element's absolute position on the page minus margins\n\t\tthis.offset = this.currentItem.offset();\n\t\tthis.offset = {\n\t\t\ttop: this.offset.top - this.margins.top,\n\t\t\tleft: this.offset.left - this.margins.left\n\t\t};\n\n\t\t$.extend( this.offset, {\n\t\t\tclick: { //Where the click happened, relative to the element\n\t\t\t\tleft: event.pageX - this.offset.left,\n\t\t\t\ttop: event.pageY - this.offset.top\n\t\t\t},\n\t\t\tparent: this._getParentOffset(),\n\n\t\t\t// This is a relative to absolute position minus the actual position calculation -\n\t\t\t// only used for relative positioned helper\n\t\t\trelative: this._getRelativeOffset()\n\t\t} );\n\n\t\t// Only after we got the offset, we can change the helper's position to absolute\n\t\t// TODO: Still need to figure out a way to make relative sorting possible\n\t\tthis.helper.css( \"position\", \"absolute\" );\n\t\tthis.cssPosition = this.helper.css( \"position\" );\n\n\t\t//Generate the original position\n\t\tthis.originalPosition = this._generatePosition( event );\n\t\tthis.originalPageX = event.pageX;\n\t\tthis.originalPageY = event.pageY;\n\n\t\t//Adjust the mouse offset relative to the helper if \"cursorAt\" is supplied\n\t\t( o.cursorAt && this._adjustOffsetFromHelper( o.cursorAt ) );\n\n\t\t//Cache the former DOM position\n\t\tthis.domPosition = {\n\t\t\tprev: this.currentItem.prev()[ 0 ],\n\t\t\tparent: this.currentItem.parent()[ 0 ]\n\t\t};\n\n\t\t// If the helper is not the original, hide the original so it's not playing any role during\n\t\t// the drag, won't cause anything bad this way\n\t\tif ( this.helper[ 0 ] !== this.currentItem[ 0 ] ) {\n\t\t\tthis.currentItem.hide();\n\t\t}\n\n\t\t//Create the placeholder\n\t\tthis._createPlaceholder();\n\n\t\t//Set a containment if given in the options\n\t\tif ( o.containment ) {\n\t\t\tthis._setContainment();\n\t\t}\n\n\t\tif ( o.cursor && o.cursor !== \"auto\" ) { // cursor option\n\t\t\tbody = this.document.find( \"body\" );\n\n\t\t\t// Support: IE\n\t\t\tthis.storedCursor = body.css( \"cursor\" );\n\t\t\tbody.css( \"cursor\", o.cursor );\n\n\t\t\tthis.storedStylesheet =\n\t\t\t\t$( \"<style>*{ cursor: \" + o.cursor + \" !important; }</style>\" ).appendTo( body );\n\t\t}\n\n\t\tif ( o.opacity ) { // opacity option\n\t\t\tif ( this.helper.css( \"opacity\" ) ) {\n\t\t\t\tthis._storedOpacity = this.helper.css( \"opacity\" );\n\t\t\t}\n\t\t\tthis.helper.css( \"opacity\", o.opacity );\n\t\t}\n\n\t\tif ( o.zIndex ) { // zIndex option\n\t\t\tif ( this.helper.css( \"zIndex\" ) ) {\n\t\t\t\tthis._storedZIndex = this.helper.css( \"zIndex\" );\n\t\t\t}\n\t\t\tthis.helper.css( \"zIndex\", o.zIndex );\n\t\t}\n\n\t\t//Prepare scrolling\n\t\tif ( this.scrollParent[ 0 ] !== this.document[ 0 ] &&\n\t\t\t\tthis.scrollParent[ 0 ].tagName !== \"HTML\" ) {\n\t\t\tthis.overflowOffset = this.scrollParent.offset();\n\t\t}\n\n\t\t//Call callbacks\n\t\tthis._trigger( \"start\", event, this._uiHash() );\n\n\t\t//Recache the helper size\n\t\tif ( !this._preserveHelperProportions ) {\n\t\t\tthis._cacheHelperProportions();\n\t\t}\n\n\t\t//Post \"activate\" events to possible containers\n\t\tif ( !noActivation ) {\n\t\t\tfor ( i = this.containers.length - 1; i >= 0; i-- ) {\n\t\t\t\tthis.containers[ i ]._trigger( \"activate\", event, this._uiHash( this ) );\n\t\t\t}\n\t\t}\n\n\t\t//Prepare possible droppables\n\t\tif ( $.ui.ddmanager ) {\n\t\t\t$.ui.ddmanager.current = this;\n\t\t}\n\n\t\tif ( $.ui.ddmanager && !o.dropBehaviour ) {\n\t\t\t$.ui.ddmanager.prepareOffsets( this, event );\n\t\t}\n\n\t\tthis.dragging = true;\n\n\t\tthis._addClass( this.helper, \"ui-sortable-helper\" );\n\n\t\t// Execute the drag once - this causes the helper not to be visiblebefore getting its\n\t\t// correct position\n\t\tthis._mouseDrag( event );\n\t\treturn true;\n\n\t},\n\n\t_mouseDrag: function( event ) {\n\t\tvar i, item, itemElement, intersection,\n\t\t\to = this.options,\n\t\t\tscrolled = false;\n\n\t\t//Compute the helpers position\n\t\tthis.position = this._generatePosition( event );\n\t\tthis.positionAbs = this._convertPositionTo( \"absolute\" );\n\n\t\tif ( !this.lastPositionAbs ) {\n\t\t\tthis.lastPositionAbs = this.positionAbs;\n\t\t}\n\n\t\t//Do scrolling\n\t\tif ( this.options.scroll ) {\n\t\t\tif ( this.scrollParent[ 0 ] !== this.document[ 0 ] &&\n\t\t\t\t\tthis.scrollParent[ 0 ].tagName !== \"HTML\" ) {\n\n\t\t\t\tif ( ( this.overflowOffset.top + this.scrollParent[ 0 ].offsetHeight ) -\n\t\t\t\t\t\tevent.pageY < o.scrollSensitivity ) {\n\t\t\t\t\tthis.scrollParent[ 0 ].scrollTop =\n\t\t\t\t\t\tscrolled = this.scrollParent[ 0 ].scrollTop + o.scrollSpeed;\n\t\t\t\t} else if ( event.pageY - this.overflowOffset.top < o.scrollSensitivity ) {\n\t\t\t\t\tthis.scrollParent[ 0 ].scrollTop =\n\t\t\t\t\t\tscrolled = this.scrollParent[ 0 ].scrollTop - o.scrollSpeed;\n\t\t\t\t}\n\n\t\t\t\tif ( ( this.overflowOffset.left + this.scrollParent[ 0 ].offsetWidth ) -\n\t\t\t\t\t\tevent.pageX < o.scrollSensitivity ) {\n\t\t\t\t\tthis.scrollParent[ 0 ].scrollLeft = scrolled =\n\t\t\t\t\t\tthis.scrollParent[ 0 ].scrollLeft + o.scrollSpeed;\n\t\t\t\t} else if ( event.pageX - this.overflowOffset.left < o.scrollSensitivity ) {\n\t\t\t\t\tthis.scrollParent[ 0 ].scrollLeft = scrolled =\n\t\t\t\t\t\tthis.scrollParent[ 0 ].scrollLeft - o.scrollSpeed;\n\t\t\t\t}\n\n\t\t\t} else {\n\n\t\t\t\tif ( event.pageY - this.document.scrollTop() < o.scrollSensitivity ) {\n\t\t\t\t\tscrolled = this.document.scrollTop( this.document.scrollTop() - o.scrollSpeed );\n\t\t\t\t} else if ( this.window.height() - ( event.pageY - this.document.scrollTop() ) <\n\t\t\t\t\t\to.scrollSensitivity ) {\n\t\t\t\t\tscrolled = this.document.scrollTop( this.document.scrollTop() + o.scrollSpeed );\n\t\t\t\t}\n\n\t\t\t\tif ( event.pageX - this.document.scrollLeft() < o.scrollSensitivity ) {\n\t\t\t\t\tscrolled = this.document.scrollLeft(\n\t\t\t\t\t\tthis.document.scrollLeft() - o.scrollSpeed\n\t\t\t\t\t);\n\t\t\t\t} else if ( this.window.width() - ( event.pageX - this.document.scrollLeft() ) <\n\t\t\t\t\t\to.scrollSensitivity ) {\n\t\t\t\t\tscrolled = this.document.scrollLeft(\n\t\t\t\t\t\tthis.document.scrollLeft() + o.scrollSpeed\n\t\t\t\t\t);\n\t\t\t\t}\n\n\t\t\t}\n\n\t\t\tif ( scrolled !== false && $.ui.ddmanager && !o.dropBehaviour ) {\n\t\t\t\t$.ui.ddmanager.prepareOffsets( this, event );\n\t\t\t}\n\t\t}\n\n\t\t//Regenerate the absolute position used for position checks\n\t\tthis.positionAbs = this._convertPositionTo( \"absolute\" );\n\n\t\t//Set the helper position\n\t\tif ( !this.options.axis || this.options.axis !== \"y\" ) {\n\t\t\tthis.helper[ 0 ].style.left = this.position.left + \"px\";\n\t\t}\n\t\tif ( !this.options.axis || this.options.axis !== \"x\" ) {\n\t\t\tthis.helper[ 0 ].style.top = this.position.top + \"px\";\n\t\t}\n\n\t\t//Rearrange\n\t\tfor ( i = this.items.length - 1; i >= 0; i-- ) {\n\n\t\t\t//Cache variables and intersection, continue if no intersection\n\t\t\titem = this.items[ i ];\n\t\t\titemElement = item.item[ 0 ];\n\t\t\tintersection = this._intersectsWithPointer( item );\n\t\t\tif ( !intersection ) {\n\t\t\t\tcontinue;\n\t\t\t}\n\n\t\t\t// Only put the placeholder inside the current Container, skip all\n\t\t\t// items from other containers. This works because when moving\n\t\t\t// an item from one container to another the\n\t\t\t// currentContainer is switched before the placeholder is moved.\n\t\t\t//\n\t\t\t// Without this, moving items in \"sub-sortables\" can cause\n\t\t\t// the placeholder to jitter between the outer and inner container.\n\t\t\tif ( item.instance !== this.currentContainer ) {\n\t\t\t\tcontinue;\n\t\t\t}\n\n\t\t\t// Cannot intersect with itself\n\t\t\t// no useless actions that have been done before\n\t\t\t// no action if the item moved is the parent of the item checked\n\t\t\tif ( itemElement !== this.currentItem[ 0 ] &&\n\t\t\t\tthis.placeholder[ intersection === 1 ? \"next\" : \"prev\" ]()[ 0 ] !== itemElement &&\n\t\t\t\t!$.contains( this.placeholder[ 0 ], itemElement ) &&\n\t\t\t\t( this.options.type === \"semi-dynamic\" ?\n\t\t\t\t\t!$.contains( this.element[ 0 ], itemElement ) :\n\t\t\t\t\ttrue\n\t\t\t\t)\n\t\t\t) {\n\n\t\t\t\tthis.direction = intersection === 1 ? \"down\" : \"up\";\n\n\t\t\t\tif ( this.options.tolerance === \"pointer\" || this._intersectsWithSides( item ) ) {\n\t\t\t\t\tthis._rearrange( event, item );\n\t\t\t\t} else {\n\t\t\t\t\tbreak;\n\t\t\t\t}\n\n\t\t\t\tthis._trigger( \"change\", event, this._uiHash() );\n\t\t\t\tbreak;\n\t\t\t}\n\t\t}\n\n\t\t//Post events to containers\n\t\tthis._contactContainers( event );\n\n\t\t//Interconnect with droppables\n\t\tif ( $.ui.ddmanager ) {\n\t\t\t$.ui.ddmanager.drag( this, event );\n\t\t}\n\n\t\t//Call callbacks\n\t\tthis._trigger( \"sort\", event, this._uiHash() );\n\n\t\tthis.lastPositionAbs = this.positionAbs;\n\t\treturn false;\n\n\t},\n\n\t_mouseStop: function( event, noPropagation ) {\n\n\t\tif ( !event ) {\n\t\t\treturn;\n\t\t}\n\n\t\t//If we are using droppables, inform the manager about the drop\n\t\tif ( $.ui.ddmanager && !this.options.dropBehaviour ) {\n\t\t\t$.ui.ddmanager.drop( this, event );\n\t\t}\n\n\t\tif ( this.options.revert ) {\n\t\t\tvar that = this,\n\t\t\t\tcur = this.placeholder.offset(),\n\t\t\t\taxis = this.options.axis,\n\t\t\t\tanimation = {};\n\n\t\t\tif ( !axis || axis === \"x\" ) {\n\t\t\t\tanimation.left = cur.left - this.offset.parent.left - this.margins.left +\n\t\t\t\t\t( this.offsetParent[ 0 ] === this.document[ 0 ].body ?\n\t\t\t\t\t\t0 :\n\t\t\t\t\t\tthis.offsetParent[ 0 ].scrollLeft\n\t\t\t\t\t);\n\t\t\t}\n\t\t\tif ( !axis || axis === \"y\" ) {\n\t\t\t\tanimation.top = cur.top - this.offset.parent.top - this.margins.top +\n\t\t\t\t\t( this.offsetParent[ 0 ] === this.document[ 0 ].body ?\n\t\t\t\t\t\t0 :\n\t\t\t\t\t\tthis.offsetParent[ 0 ].scrollTop\n\t\t\t\t\t);\n\t\t\t}\n\t\t\tthis.reverting = true;\n\t\t\t$( this.helper ).animate(\n\t\t\t\tanimation,\n\t\t\t\tparseInt( this.options.revert, 10 ) || 500,\n\t\t\t\tfunction() {\n\t\t\t\t\tthat._clear( event );\n\t\t\t\t}\n\t\t\t);\n\t\t} else {\n\t\t\tthis._clear( event, noPropagation );\n\t\t}\n\n\t\treturn false;\n\n\t},\n\n\tcancel: function() {\n\n\t\tif ( this.dragging ) {\n\n\t\t\tthis._mouseUp( new $.Event( \"mouseup\", { target: null } ) );\n\n\t\t\tif ( this.options.helper === \"original\" ) {\n\t\t\t\tthis.currentItem.css( this._storedCSS );\n\t\t\t\tthis._removeClass( this.currentItem, \"ui-sortable-helper\" );\n\t\t\t} else {\n\t\t\t\tthis.currentItem.show();\n\t\t\t}\n\n\t\t\t//Post deactivating events to containers\n\t\t\tfor ( var i = this.containers.length - 1; i >= 0; i-- ) {\n\t\t\t\tthis.containers[ i ]._trigger( \"deactivate\", null, this._uiHash( this ) );\n\t\t\t\tif ( this.containers[ i ].containerCache.over ) {\n\t\t\t\t\tthis.containers[ i ]._trigger( \"out\", null, this._uiHash( this ) );\n\t\t\t\t\tthis.containers[ i ].containerCache.over = 0;\n\t\t\t\t}\n\t\t\t}\n\n\t\t}\n\n\t\tif ( this.placeholder ) {\n\n\t\t\t//$(this.placeholder[0]).remove(); would have been the jQuery way - unfortunately,\n\t\t\t// it unbinds ALL events from the original node!\n\t\t\tif ( this.placeholder[ 0 ].parentNode ) {\n\t\t\t\tthis.placeholder[ 0 ].parentNode.removeChild( this.placeholder[ 0 ] );\n\t\t\t}\n\t\t\tif ( this.options.helper !== \"original\" && this.helper &&\n\t\t\t\t\tthis.helper[ 0 ].parentNode ) {\n\t\t\t\tthis.helper.remove();\n\t\t\t}\n\n\t\t\t$.extend( this, {\n\t\t\t\thelper: null,\n\t\t\t\tdragging: false,\n\t\t\t\treverting: false,\n\t\t\t\t_noFinalSort: null\n\t\t\t} );\n\n\t\t\tif ( this.domPosition.prev ) {\n\t\t\t\t$( this.domPosition.prev ).after( this.currentItem );\n\t\t\t} else {\n\t\t\t\t$( this.domPosition.parent ).prepend( this.currentItem );\n\t\t\t}\n\t\t}\n\n\t\treturn this;\n\n\t},\n\n\tserialize: function( o ) {\n\n\t\tvar items = this._getItemsAsjQuery( o && o.connected ),\n\t\t\tstr = [];\n\t\to = o || {};\n\n\t\t$( items ).each( function() {\n\t\t\tvar res = ( $( o.item || this ).attr( o.attribute || \"id\" ) || \"\" )\n\t\t\t\t.match( o.expression || ( /(.+)[\\-=_](.+)/ ) );\n\t\t\tif ( res ) {\n\t\t\t\tstr.push(\n\t\t\t\t\t( o.key || res[ 1 ] + \"[]\" ) +\n\t\t\t\t\t\"=\" + ( o.key && o.expression ? res[ 1 ] : res[ 2 ] ) );\n\t\t\t}\n\t\t} );\n\n\t\tif ( !str.length && o.key ) {\n\t\t\tstr.push( o.key + \"=\" );\n\t\t}\n\n\t\treturn str.join( \"&\" );\n\n\t},\n\n\ttoArray: function( o ) {\n\n\t\tvar items = this._getItemsAsjQuery( o && o.connected ),\n\t\t\tret = [];\n\n\t\to = o || {};\n\n\t\titems.each( function() {\n\t\t\tret.push( $( o.item || this ).attr( o.attribute || \"id\" ) || \"\" );\n\t\t} );\n\t\treturn ret;\n\n\t},\n\n\t/* Be careful with the following core functions */\n\t_intersectsWith: function( item ) {\n\n\t\tvar x1 = this.positionAbs.left,\n\t\t\tx2 = x1 + this.helperProportions.width,\n\t\t\ty1 = this.positionAbs.top,\n\t\t\ty2 = y1 + this.helperProportions.height,\n\t\t\tl = item.left,\n\t\t\tr = l + item.width,\n\t\t\tt = item.top,\n\t\t\tb = t + item.height,\n\t\t\tdyClick = this.offset.click.top,\n\t\t\tdxClick = this.offset.click.left,\n\t\t\tisOverElementHeight = ( this.options.axis === \"x\" ) || ( ( y1 + dyClick ) > t &&\n\t\t\t\t( y1 + dyClick ) < b ),\n\t\t\tisOverElementWidth = ( this.options.axis === \"y\" ) || ( ( x1 + dxClick ) > l &&\n\t\t\t\t( x1 + dxClick ) < r ),\n\t\t\tisOverElement = isOverElementHeight && isOverElementWidth;\n\n\t\tif ( this.options.tolerance === \"pointer\" ||\n\t\t\tthis.options.forcePointerForContainers ||\n\t\t\t( this.options.tolerance !== \"pointer\" &&\n\t\t\t\tthis.helperProportions[ this.floating ? \"width\" : \"height\" ] >\n\t\t\t\titem[ this.floating ? \"width\" : \"height\" ] )\n\t\t) {\n\t\t\treturn isOverElement;\n\t\t} else {\n\n\t\t\treturn ( l < x1 + ( this.helperProportions.width / 2 ) && // Right Half\n\t\t\t\tx2 - ( this.helperProportions.width / 2 ) < r && // Left Half\n\t\t\t\tt < y1 + ( this.helperProportions.height / 2 ) && // Bottom Half\n\t\t\t\ty2 - ( this.helperProportions.height / 2 ) < b ); // Top Half\n\n\t\t}\n\t},\n\n\t_intersectsWithPointer: function( item ) {\n\t\tvar verticalDirection, horizontalDirection,\n\t\t\tisOverElementHeight = ( this.options.axis === \"x\" ) ||\n\t\t\t\tthis._isOverAxis(\n\t\t\t\t\tthis.positionAbs.top + this.offset.click.top, item.top, item.height ),\n\t\t\tisOverElementWidth = ( this.options.axis === \"y\" ) ||\n\t\t\t\tthis._isOverAxis(\n\t\t\t\t\tthis.positionAbs.left + this.offset.click.left, item.left, item.width ),\n\t\t\tisOverElement = isOverElementHeight && isOverElementWidth;\n\n\t\tif ( !isOverElement ) {\n\t\t\treturn false;\n\t\t}\n\n\t\tverticalDirection = this._getDragVerticalDirection();\n\t\thorizontalDirection = this._getDragHorizontalDirection();\n\n\t\treturn this.floating ?\n\t\t\t( ( horizontalDirection === \"right\" || verticalDirection === \"down\" ) ? 2 : 1 )\n\t\t\t: ( verticalDirection && ( verticalDirection === \"down\" ? 2 : 1 ) );\n\n\t},\n\n\t_intersectsWithSides: function( item ) {\n\n\t\tvar isOverBottomHalf = this._isOverAxis( this.positionAbs.top +\n\t\t\t\tthis.offset.click.top, item.top + ( item.height / 2 ), item.height ),\n\t\t\tisOverRightHalf = this._isOverAxis( this.positionAbs.left +\n\t\t\t\tthis.offset.click.left, item.left + ( item.width / 2 ), item.width ),\n\t\t\tverticalDirection = this._getDragVerticalDirection(),\n\t\t\thorizontalDirection = this._getDragHorizontalDirection();\n\n\t\tif ( this.floating && horizontalDirection ) {\n\t\t\treturn ( ( horizontalDirection === \"right\" && isOverRightHalf ) ||\n\t\t\t\t( horizontalDirection === \"left\" && !isOverRightHalf ) );\n\t\t} else {\n\t\t\treturn verticalDirection && ( ( verticalDirection === \"down\" && isOverBottomHalf ) ||\n\t\t\t\t( verticalDirection === \"up\" && !isOverBottomHalf ) );\n\t\t}\n\n\t},\n\n\t_getDragVerticalDirection: function() {\n\t\tvar delta = this.positionAbs.top - this.lastPositionAbs.top;\n\t\treturn delta !== 0 && ( delta > 0 ? \"down\" : \"up\" );\n\t},\n\n\t_getDragHorizontalDirection: function() {\n\t\tvar delta = this.positionAbs.left - this.lastPositionAbs.left;\n\t\treturn delta !== 0 && ( delta > 0 ? \"right\" : \"left\" );\n\t},\n\n\trefresh: function( event ) {\n\t\tthis._refreshItems( event );\n\t\tthis._setHandleClassName();\n\t\tthis.refreshPositions();\n\t\treturn this;\n\t},\n\n\t_connectWith: function() {\n\t\tvar options = this.options;\n\t\treturn options.connectWith.constructor === String ?\n\t\t\t[ options.connectWith ] :\n\t\t\toptions.connectWith;\n\t},\n\n\t_getItemsAsjQuery: function( connected ) {\n\n\t\tvar i, j, cur, inst,\n\t\t\titems = [],\n\t\t\tqueries = [],\n\t\t\tconnectWith = this._connectWith();\n\n\t\tif ( connectWith && connected ) {\n\t\t\tfor ( i = connectWith.length - 1; i >= 0; i-- ) {\n\t\t\t\tcur = $( connectWith[ i ], this.document[ 0 ] );\n\t\t\t\tfor ( j = cur.length - 1; j >= 0; j-- ) {\n\t\t\t\t\tinst = $.data( cur[ j ], this.widgetFullName );\n\t\t\t\t\tif ( inst && inst !== this && !inst.options.disabled ) {\n\t\t\t\t\t\tqueries.push( [ $.isFunction( inst.options.items ) ?\n\t\t\t\t\t\t\tinst.options.items.call( inst.element ) :\n\t\t\t\t\t\t\t$( inst.options.items, inst.element )\n\t\t\t\t\t\t\t\t.not( \".ui-sortable-helper\" )\n\t\t\t\t\t\t\t\t.not( \".ui-sortable-placeholder\" ), inst ] );\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\tqueries.push( [ $.isFunction( this.options.items ) ?\n\t\t\tthis.options.items\n\t\t\t\t.call( this.element, null, { options: this.options, item: this.currentItem } ) :\n\t\t\t$( this.options.items, this.element )\n\t\t\t\t.not( \".ui-sortable-helper\" )\n\t\t\t\t.not( \".ui-sortable-placeholder\" ), this ] );\n\n\t\tfunction addItems() {\n\t\t\titems.push( this );\n\t\t}\n\t\tfor ( i = queries.length - 1; i >= 0; i-- ) {\n\t\t\tqueries[ i ][ 0 ].each( addItems );\n\t\t}\n\n\t\treturn $( items );\n\n\t},\n\n\t_removeCurrentsFromItems: function() {\n\n\t\tvar list = this.currentItem.find( \":data(\" + this.widgetName + \"-item)\" );\n\n\t\tthis.items = $.grep( this.items, function( item ) {\n\t\t\tfor ( var j = 0; j < list.length; j++ ) {\n\t\t\t\tif ( list[ j ] === item.item[ 0 ] ) {\n\t\t\t\t\treturn false;\n\t\t\t\t}\n\t\t\t}\n\t\t\treturn true;\n\t\t} );\n\n\t},\n\n\t_refreshItems: function( event ) {\n\n\t\tthis.items = [];\n\t\tthis.containers = [ this ];\n\n\t\tvar i, j, cur, inst, targetData, _queries, item, queriesLength,\n\t\t\titems = this.items,\n\t\t\tqueries = [ [ $.isFunction( this.options.items ) ?\n\t\t\t\tthis.options.items.call( this.element[ 0 ], event, { item: this.currentItem } ) :\n\t\t\t\t$( this.options.items, this.element ), this ] ],\n\t\t\tconnectWith = this._connectWith();\n\n\t\t//Shouldn't be run the first time through due to massive slow-down\n\t\tif ( connectWith && this.ready ) {\n\t\t\tfor ( i = connectWith.length - 1; i >= 0; i-- ) {\n\t\t\t\tcur = $( connectWith[ i ], this.document[ 0 ] );\n\t\t\t\tfor ( j = cur.length - 1; j >= 0; j-- ) {\n\t\t\t\t\tinst = $.data( cur[ j ], this.widgetFullName );\n\t\t\t\t\tif ( inst && inst !== this && !inst.options.disabled ) {\n\t\t\t\t\t\tqueries.push( [ $.isFunction( inst.options.items ) ?\n\t\t\t\t\t\t\tinst.options.items\n\t\t\t\t\t\t\t\t.call( inst.element[ 0 ], event, { item: this.currentItem } ) :\n\t\t\t\t\t\t\t$( inst.options.items, inst.element ), inst ] );\n\t\t\t\t\t\tthis.containers.push( inst );\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\tfor ( i = queries.length - 1; i >= 0; i-- ) {\n\t\t\ttargetData = queries[ i ][ 1 ];\n\t\t\t_queries = queries[ i ][ 0 ];\n\n\t\t\tfor ( j = 0, queriesLength = _queries.length; j < queriesLength; j++ ) {\n\t\t\t\titem = $( _queries[ j ] );\n\n\t\t\t\t// Data for target checking (mouse manager)\n\t\t\t\titem.data( this.widgetName + \"-item\", targetData );\n\n\t\t\t\titems.push( {\n\t\t\t\t\titem: item,\n\t\t\t\t\tinstance: targetData,\n\t\t\t\t\twidth: 0, height: 0,\n\t\t\t\t\tleft: 0, top: 0\n\t\t\t\t} );\n\t\t\t}\n\t\t}\n\n\t},\n\n\trefreshPositions: function( fast ) {\n\n\t\t// Determine whether items are being displayed horizontally\n\t\tthis.floating = this.items.length ?\n\t\t\tthis.options.axis === \"x\" || this._isFloating( this.items[ 0 ].item ) :\n\t\t\tfalse;\n\n\t\t//This has to be redone because due to the item being moved out/into the offsetParent,\n\t\t// the offsetParent's position will change\n\t\tif ( this.offsetParent && this.helper ) {\n\t\t\tthis.offset.parent = this._getParentOffset();\n\t\t}\n\n\t\tvar i, item, t, p;\n\n\t\tfor ( i = this.items.length - 1; i >= 0; i-- ) {\n\t\t\titem = this.items[ i ];\n\n\t\t\t//We ignore calculating positions of all connected containers when we're not over them\n\t\t\tif ( item.instance !== this.currentContainer && this.currentContainer &&\n\t\t\t\t\titem.item[ 0 ] !== this.currentItem[ 0 ] ) {\n\t\t\t\tcontinue;\n\t\t\t}\n\n\t\t\tt = this.options.toleranceElement ?\n\t\t\t\t$( this.options.toleranceElement, item.item ) :\n\t\t\t\titem.item;\n\n\t\t\tif ( !fast ) {\n\t\t\t\titem.width = t.outerWidth();\n\t\t\t\titem.height = t.outerHeight();\n\t\t\t}\n\n\t\t\tp = t.offset();\n\t\t\titem.left = p.left;\n\t\t\titem.top = p.top;\n\t\t}\n\n\t\tif ( this.options.custom && this.options.custom.refreshContainers ) {\n\t\t\tthis.options.custom.refreshContainers.call( this );\n\t\t} else {\n\t\t\tfor ( i = this.containers.length - 1; i >= 0; i-- ) {\n\t\t\t\tp = this.containers[ i ].element.offset();\n\t\t\t\tthis.containers[ i ].containerCache.left = p.left;\n\t\t\t\tthis.containers[ i ].containerCache.top = p.top;\n\t\t\t\tthis.containers[ i ].containerCache.width =\n\t\t\t\t\tthis.containers[ i ].element.outerWidth();\n\t\t\t\tthis.containers[ i ].containerCache.height =\n\t\t\t\t\tthis.containers[ i ].element.outerHeight();\n\t\t\t}\n\t\t}\n\n\t\treturn this;\n\t},\n\n\t_createPlaceholder: function( that ) {\n\t\tthat = that || this;\n\t\tvar className,\n\t\t\to = that.options;\n\n\t\tif ( !o.placeholder || o.placeholder.constructor === String ) {\n\t\t\tclassName = o.placeholder;\n\t\t\to.placeholder = {\n\t\t\t\telement: function() {\n\n\t\t\t\t\tvar nodeName = that.currentItem[ 0 ].nodeName.toLowerCase(),\n\t\t\t\t\t\telement = $( \"<\" + nodeName + \">\", that.document[ 0 ] );\n\n\t\t\t\t\t\tthat._addClass( element, \"ui-sortable-placeholder\",\n\t\t\t\t\t\t\t\tclassName || that.currentItem[ 0 ].className )\n\t\t\t\t\t\t\t._removeClass( element, \"ui-sortable-helper\" );\n\n\t\t\t\t\tif ( nodeName === \"tbody\" ) {\n\t\t\t\t\t\tthat._createTrPlaceholder(\n\t\t\t\t\t\t\tthat.currentItem.find( \"tr\" ).eq( 0 ),\n\t\t\t\t\t\t\t$( \"<tr>\", that.document[ 0 ] ).appendTo( element )\n\t\t\t\t\t\t);\n\t\t\t\t\t} else if ( nodeName === \"tr\" ) {\n\t\t\t\t\t\tthat._createTrPlaceholder( that.currentItem, element );\n\t\t\t\t\t} else if ( nodeName === \"img\" ) {\n\t\t\t\t\t\telement.attr( \"src\", that.currentItem.attr( \"src\" ) );\n\t\t\t\t\t}\n\n\t\t\t\t\tif ( !className ) {\n\t\t\t\t\t\telement.css( \"visibility\", \"hidden\" );\n\t\t\t\t\t}\n\n\t\t\t\t\treturn element;\n\t\t\t\t},\n\t\t\t\tupdate: function( container, p ) {\n\n\t\t\t\t\t// 1. If a className is set as 'placeholder option, we don't force sizes -\n\t\t\t\t\t// the class is responsible for that\n\t\t\t\t\t// 2. The option 'forcePlaceholderSize can be enabled to force it even if a\n\t\t\t\t\t// class name is specified\n\t\t\t\t\tif ( className && !o.forcePlaceholderSize ) {\n\t\t\t\t\t\treturn;\n\t\t\t\t\t}\n\n\t\t\t\t\t//If the element doesn't have a actual height by itself (without styles coming\n\t\t\t\t\t// from a stylesheet), it receives the inline height from the dragged item\n\t\t\t\t\tif ( !p.height() ) {\n\t\t\t\t\t\tp.height(\n\t\t\t\t\t\t\tthat.currentItem.innerHeight() -\n\t\t\t\t\t\t\tparseInt( that.currentItem.css( \"paddingTop\" ) || 0, 10 ) -\n\t\t\t\t\t\t\tparseInt( that.currentItem.css( \"paddingBottom\" ) || 0, 10 ) );\n\t\t\t\t\t}\n\t\t\t\t\tif ( !p.width() ) {\n\t\t\t\t\t\tp.width(\n\t\t\t\t\t\t\tthat.currentItem.innerWidth() -\n\t\t\t\t\t\t\tparseInt( that.currentItem.css( \"paddingLeft\" ) || 0, 10 ) -\n\t\t\t\t\t\t\tparseInt( that.currentItem.css( \"paddingRight\" ) || 0, 10 ) );\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t};\n\t\t}\n\n\t\t//Create the placeholder\n\t\tthat.placeholder = $( o.placeholder.element.call( that.element, that.currentItem ) );\n\n\t\t//Append it after the actual current item\n\t\tthat.currentItem.after( that.placeholder );\n\n\t\t//Update the size of the placeholder (TODO: Logic to fuzzy, see line 316/317)\n\t\to.placeholder.update( that, that.placeholder );\n\n\t},\n\n\t_createTrPlaceholder: function( sourceTr, targetTr ) {\n\t\tvar that = this;\n\n\t\tsourceTr.children().each( function() {\n\t\t\t$( \"<td>&#160;</td>\", that.document[ 0 ] )\n\t\t\t\t.attr( \"colspan\", $( this ).attr( \"colspan\" ) || 1 )\n\t\t\t\t.appendTo( targetTr );\n\t\t} );\n\t},\n\n\t_contactContainers: function( event ) {\n\t\tvar i, j, dist, itemWithLeastDistance, posProperty, sizeProperty, cur, nearBottom,\n\t\t\tfloating, axis,\n\t\t\tinnermostContainer = null,\n\t\t\tinnermostIndex = null;\n\n\t\t// Get innermost container that intersects with item\n\t\tfor ( i = this.containers.length - 1; i >= 0; i-- ) {\n\n\t\t\t// Never consider a container that's located within the item itself\n\t\t\tif ( $.contains( this.currentItem[ 0 ], this.containers[ i ].element[ 0 ] ) ) {\n\t\t\t\tcontinue;\n\t\t\t}\n\n\t\t\tif ( this._intersectsWith( this.containers[ i ].containerCache ) ) {\n\n\t\t\t\t// If we've already found a container and it's more \"inner\" than this, then continue\n\t\t\t\tif ( innermostContainer &&\n\t\t\t\t\t\t$.contains(\n\t\t\t\t\t\t\tthis.containers[ i ].element[ 0 ],\n\t\t\t\t\t\t\tinnermostContainer.element[ 0 ] ) ) {\n\t\t\t\t\tcontinue;\n\t\t\t\t}\n\n\t\t\t\tinnermostContainer = this.containers[ i ];\n\t\t\t\tinnermostIndex = i;\n\n\t\t\t} else {\n\n\t\t\t\t// container doesn't intersect. trigger \"out\" event if necessary\n\t\t\t\tif ( this.containers[ i ].containerCache.over ) {\n\t\t\t\t\tthis.containers[ i ]._trigger( \"out\", event, this._uiHash( this ) );\n\t\t\t\t\tthis.containers[ i ].containerCache.over = 0;\n\t\t\t\t}\n\t\t\t}\n\n\t\t}\n\n\t\t// If no intersecting containers found, return\n\t\tif ( !innermostContainer ) {\n\t\t\treturn;\n\t\t}\n\n\t\t// Move the item into the container if it's not there already\n\t\tif ( this.containers.length === 1 ) {\n\t\t\tif ( !this.containers[ innermostIndex ].containerCache.over ) {\n\t\t\t\tthis.containers[ innermostIndex ]._trigger( \"over\", event, this._uiHash( this ) );\n\t\t\t\tthis.containers[ innermostIndex ].containerCache.over = 1;\n\t\t\t}\n\t\t} else {\n\n\t\t\t// When entering a new container, we will find the item with the least distance and\n\t\t\t// append our item near it\n\t\t\tdist = 10000;\n\t\t\titemWithLeastDistance = null;\n\t\t\tfloating = innermostContainer.floating || this._isFloating( this.currentItem );\n\t\t\tposProperty = floating ? \"left\" : \"top\";\n\t\t\tsizeProperty = floating ? \"width\" : \"height\";\n\t\t\taxis = floating ? \"pageX\" : \"pageY\";\n\n\t\t\tfor ( j = this.items.length - 1; j >= 0; j-- ) {\n\t\t\t\tif ( !$.contains(\n\t\t\t\t\t\tthis.containers[ innermostIndex ].element[ 0 ], this.items[ j ].item[ 0 ] )\n\t\t\t\t) {\n\t\t\t\t\tcontinue;\n\t\t\t\t}\n\t\t\t\tif ( this.items[ j ].item[ 0 ] === this.currentItem[ 0 ] ) {\n\t\t\t\t\tcontinue;\n\t\t\t\t}\n\n\t\t\t\tcur = this.items[ j ].item.offset()[ posProperty ];\n\t\t\t\tnearBottom = false;\n\t\t\t\tif ( event[ axis ] - cur > this.items[ j ][ sizeProperty ] / 2 ) {\n\t\t\t\t\tnearBottom = true;\n\t\t\t\t}\n\n\t\t\t\tif ( Math.abs( event[ axis ] - cur ) < dist ) {\n\t\t\t\t\tdist = Math.abs( event[ axis ] - cur );\n\t\t\t\t\titemWithLeastDistance = this.items[ j ];\n\t\t\t\t\tthis.direction = nearBottom ? \"up\" : \"down\";\n\t\t\t\t}\n\t\t\t}\n\n\t\t\t//Check if dropOnEmpty is enabled\n\t\t\tif ( !itemWithLeastDistance && !this.options.dropOnEmpty ) {\n\t\t\t\treturn;\n\t\t\t}\n\n\t\t\tif ( this.currentContainer === this.containers[ innermostIndex ] ) {\n\t\t\t\tif ( !this.currentContainer.containerCache.over ) {\n\t\t\t\t\tthis.containers[ innermostIndex ]._trigger( \"over\", event, this._uiHash() );\n\t\t\t\t\tthis.currentContainer.containerCache.over = 1;\n\t\t\t\t}\n\t\t\t\treturn;\n\t\t\t}\n\n\t\t\titemWithLeastDistance ?\n\t\t\t\tthis._rearrange( event, itemWithLeastDistance, null, true ) :\n\t\t\t\tthis._rearrange( event, null, this.containers[ innermostIndex ].element, true );\n\t\t\tthis._trigger( \"change\", event, this._uiHash() );\n\t\t\tthis.containers[ innermostIndex ]._trigger( \"change\", event, this._uiHash( this ) );\n\t\t\tthis.currentContainer = this.containers[ innermostIndex ];\n\n\t\t\t//Update the placeholder\n\t\t\tthis.options.placeholder.update( this.currentContainer, this.placeholder );\n\n\t\t\tthis.containers[ innermostIndex ]._trigger( \"over\", event, this._uiHash( this ) );\n\t\t\tthis.containers[ innermostIndex ].containerCache.over = 1;\n\t\t}\n\n\t},\n\n\t_createHelper: function( event ) {\n\n\t\tvar o = this.options,\n\t\t\thelper = $.isFunction( o.helper ) ?\n\t\t\t\t$( o.helper.apply( this.element[ 0 ], [ event, this.currentItem ] ) ) :\n\t\t\t\t( o.helper === \"clone\" ? this.currentItem.clone() : this.currentItem );\n\n\t\t//Add the helper to the DOM if that didn't happen already\n\t\tif ( !helper.parents( \"body\" ).length ) {\n\t\t\t$( o.appendTo !== \"parent\" ?\n\t\t\t\to.appendTo :\n\t\t\t\tthis.currentItem[ 0 ].parentNode )[ 0 ].appendChild( helper[ 0 ] );\n\t\t}\n\n\t\tif ( helper[ 0 ] === this.currentItem[ 0 ] ) {\n\t\t\tthis._storedCSS = {\n\t\t\t\twidth: this.currentItem[ 0 ].style.width,\n\t\t\t\theight: this.currentItem[ 0 ].style.height,\n\t\t\t\tposition: this.currentItem.css( \"position\" ),\n\t\t\t\ttop: this.currentItem.css( \"top\" ),\n\t\t\t\tleft: this.currentItem.css( \"left\" )\n\t\t\t};\n\t\t}\n\n\t\tif ( !helper[ 0 ].style.width || o.forceHelperSize ) {\n\t\t\thelper.width( this.currentItem.width() );\n\t\t}\n\t\tif ( !helper[ 0 ].style.height || o.forceHelperSize ) {\n\t\t\thelper.height( this.currentItem.height() );\n\t\t}\n\n\t\treturn helper;\n\n\t},\n\n\t_adjustOffsetFromHelper: function( obj ) {\n\t\tif ( typeof obj === \"string\" ) {\n\t\t\tobj = obj.split( \" \" );\n\t\t}\n\t\tif ( $.isArray( obj ) ) {\n\t\t\tobj = { left: +obj[ 0 ], top: +obj[ 1 ] || 0 };\n\t\t}\n\t\tif ( \"left\" in obj ) {\n\t\t\tthis.offset.click.left = obj.left + this.margins.left;\n\t\t}\n\t\tif ( \"right\" in obj ) {\n\t\t\tthis.offset.click.left = this.helperProportions.width - obj.right + this.margins.left;\n\t\t}\n\t\tif ( \"top\" in obj ) {\n\t\t\tthis.offset.click.top = obj.top + this.margins.top;\n\t\t}\n\t\tif ( \"bottom\" in obj ) {\n\t\t\tthis.offset.click.top = this.helperProportions.height - obj.bottom + this.margins.top;\n\t\t}\n\t},\n\n\t_getParentOffset: function() {\n\n\t\t//Get the offsetParent and cache its position\n\t\tthis.offsetParent = this.helper.offsetParent();\n\t\tvar po = this.offsetParent.offset();\n\n\t\t// This is a special case where we need to modify a offset calculated on start, since the\n\t\t// following happened:\n\t\t// 1. The position of the helper is absolute, so it's position is calculated based on the\n\t\t// next positioned parent\n\t\t// 2. The actual offset parent is a child of the scroll parent, and the scroll parent isn't\n\t\t// the document, which means that the scroll is included in the initial calculation of the\n\t\t// offset of the parent, and never recalculated upon drag\n\t\tif ( this.cssPosition === \"absolute\" && this.scrollParent[ 0 ] !== this.document[ 0 ] &&\n\t\t\t\t$.contains( this.scrollParent[ 0 ], this.offsetParent[ 0 ] ) ) {\n\t\t\tpo.left += this.scrollParent.scrollLeft();\n\t\t\tpo.top += this.scrollParent.scrollTop();\n\t\t}\n\n\t\t// This needs to be actually done for all browsers, since pageX/pageY includes this\n\t\t// information with an ugly IE fix\n\t\tif ( this.offsetParent[ 0 ] === this.document[ 0 ].body ||\n\t\t\t\t( this.offsetParent[ 0 ].tagName &&\n\t\t\t\tthis.offsetParent[ 0 ].tagName.toLowerCase() === \"html\" && $.ui.ie ) ) {\n\t\t\tpo = { top: 0, left: 0 };\n\t\t}\n\n\t\treturn {\n\t\t\ttop: po.top + ( parseInt( this.offsetParent.css( \"borderTopWidth\" ), 10 ) || 0 ),\n\t\t\tleft: po.left + ( parseInt( this.offsetParent.css( \"borderLeftWidth\" ), 10 ) || 0 )\n\t\t};\n\n\t},\n\n\t_getRelativeOffset: function() {\n\n\t\tif ( this.cssPosition === \"relative\" ) {\n\t\t\tvar p = this.currentItem.position();\n\t\t\treturn {\n\t\t\t\ttop: p.top - ( parseInt( this.helper.css( \"top\" ), 10 ) || 0 ) +\n\t\t\t\t\tthis.scrollParent.scrollTop(),\n\t\t\t\tleft: p.left - ( parseInt( this.helper.css( \"left\" ), 10 ) || 0 ) +\n\t\t\t\t\tthis.scrollParent.scrollLeft()\n\t\t\t};\n\t\t} else {\n\t\t\treturn { top: 0, left: 0 };\n\t\t}\n\n\t},\n\n\t_cacheMargins: function() {\n\t\tthis.margins = {\n\t\t\tleft: ( parseInt( this.currentItem.css( \"marginLeft\" ), 10 ) || 0 ),\n\t\t\ttop: ( parseInt( this.currentItem.css( \"marginTop\" ), 10 ) || 0 )\n\t\t};\n\t},\n\n\t_cacheHelperProportions: function() {\n\t\tthis.helperProportions = {\n\t\t\twidth: this.helper.outerWidth(),\n\t\t\theight: this.helper.outerHeight()\n\t\t};\n\t},\n\n\t_setContainment: function() {\n\n\t\tvar ce, co, over,\n\t\t\to = this.options;\n\t\tif ( o.containment === \"parent\" ) {\n\t\t\to.containment = this.helper[ 0 ].parentNode;\n\t\t}\n\t\tif ( o.containment === \"document\" || o.containment === \"window\" ) {\n\t\t\tthis.containment = [\n\t\t\t\t0 - this.offset.relative.left - this.offset.parent.left,\n\t\t\t\t0 - this.offset.relative.top - this.offset.parent.top,\n\t\t\t\to.containment === \"document\" ?\n\t\t\t\t\tthis.document.width() :\n\t\t\t\t\tthis.window.width() - this.helperProportions.width - this.margins.left,\n\t\t\t\t( o.containment === \"document\" ?\n\t\t\t\t\t( this.document.height() || document.body.parentNode.scrollHeight ) :\n\t\t\t\t\tthis.window.height() || this.document[ 0 ].body.parentNode.scrollHeight\n\t\t\t\t) - this.helperProportions.height - this.margins.top\n\t\t\t];\n\t\t}\n\n\t\tif ( !( /^(document|window|parent)$/ ).test( o.containment ) ) {\n\t\t\tce = $( o.containment )[ 0 ];\n\t\t\tco = $( o.containment ).offset();\n\t\t\tover = ( $( ce ).css( \"overflow\" ) !== \"hidden\" );\n\n\t\t\tthis.containment = [\n\t\t\t\tco.left + ( parseInt( $( ce ).css( \"borderLeftWidth\" ), 10 ) || 0 ) +\n\t\t\t\t\t( parseInt( $( ce ).css( \"paddingLeft\" ), 10 ) || 0 ) - this.margins.left,\n\t\t\t\tco.top + ( parseInt( $( ce ).css( \"borderTopWidth\" ), 10 ) || 0 ) +\n\t\t\t\t\t( parseInt( $( ce ).css( \"paddingTop\" ), 10 ) || 0 ) - this.margins.top,\n\t\t\t\tco.left + ( over ? Math.max( ce.scrollWidth, ce.offsetWidth ) : ce.offsetWidth ) -\n\t\t\t\t\t( parseInt( $( ce ).css( \"borderLeftWidth\" ), 10 ) || 0 ) -\n\t\t\t\t\t( parseInt( $( ce ).css( \"paddingRight\" ), 10 ) || 0 ) -\n\t\t\t\t\tthis.helperProportions.width - this.margins.left,\n\t\t\t\tco.top + ( over ? Math.max( ce.scrollHeight, ce.offsetHeight ) : ce.offsetHeight ) -\n\t\t\t\t\t( parseInt( $( ce ).css( \"borderTopWidth\" ), 10 ) || 0 ) -\n\t\t\t\t\t( parseInt( $( ce ).css( \"paddingBottom\" ), 10 ) || 0 ) -\n\t\t\t\t\tthis.helperProportions.height - this.margins.top\n\t\t\t];\n\t\t}\n\n\t},\n\n\t_convertPositionTo: function( d, pos ) {\n\n\t\tif ( !pos ) {\n\t\t\tpos = this.position;\n\t\t}\n\t\tvar mod = d === \"absolute\" ? 1 : -1,\n\t\t\tscroll = this.cssPosition === \"absolute\" &&\n\t\t\t\t!( this.scrollParent[ 0 ] !== this.document[ 0 ] &&\n\t\t\t\t$.contains( this.scrollParent[ 0 ], this.offsetParent[ 0 ] ) ) ?\n\t\t\t\t\tthis.offsetParent :\n\t\t\t\t\tthis.scrollParent,\n\t\t\tscrollIsRootNode = ( /(html|body)/i ).test( scroll[ 0 ].tagName );\n\n\t\treturn {\n\t\t\ttop: (\n\n\t\t\t\t// The absolute mouse position\n\t\t\t\tpos.top\t+\n\n\t\t\t\t// Only for relative positioned nodes: Relative offset from element to offset parent\n\t\t\t\tthis.offset.relative.top * mod +\n\n\t\t\t\t// The offsetParent's offset without borders (offset + border)\n\t\t\t\tthis.offset.parent.top * mod -\n\t\t\t\t( ( this.cssPosition === \"fixed\" ?\n\t\t\t\t\t-this.scrollParent.scrollTop() :\n\t\t\t\t\t( scrollIsRootNode ? 0 : scroll.scrollTop() ) ) * mod )\n\t\t\t),\n\t\t\tleft: (\n\n\t\t\t\t// The absolute mouse position\n\t\t\t\tpos.left +\n\n\t\t\t\t// Only for relative positioned nodes: Relative offset from element to offset parent\n\t\t\t\tthis.offset.relative.left * mod +\n\n\t\t\t\t// The offsetParent's offset without borders (offset + border)\n\t\t\t\tthis.offset.parent.left * mod\t-\n\t\t\t\t( ( this.cssPosition === \"fixed\" ?\n\t\t\t\t\t-this.scrollParent.scrollLeft() : scrollIsRootNode ? 0 :\n\t\t\t\t\tscroll.scrollLeft() ) * mod )\n\t\t\t)\n\t\t};\n\n\t},\n\n\t_generatePosition: function( event ) {\n\n\t\tvar top, left,\n\t\t\to = this.options,\n\t\t\tpageX = event.pageX,\n\t\t\tpageY = event.pageY,\n\t\t\tscroll = this.cssPosition === \"absolute\" &&\n\t\t\t\t!( this.scrollParent[ 0 ] !== this.document[ 0 ] &&\n\t\t\t\t$.contains( this.scrollParent[ 0 ], this.offsetParent[ 0 ] ) ) ?\n\t\t\t\t\tthis.offsetParent :\n\t\t\t\t\tthis.scrollParent,\n\t\t\t\tscrollIsRootNode = ( /(html|body)/i ).test( scroll[ 0 ].tagName );\n\n\t\t// This is another very weird special case that only happens for relative elements:\n\t\t// 1. If the css position is relative\n\t\t// 2. and the scroll parent is the document or similar to the offset parent\n\t\t// we have to refresh the relative offset during the scroll so there are no jumps\n\t\tif ( this.cssPosition === \"relative\" && !( this.scrollParent[ 0 ] !== this.document[ 0 ] &&\n\t\t\t\tthis.scrollParent[ 0 ] !== this.offsetParent[ 0 ] ) ) {\n\t\t\tthis.offset.relative = this._getRelativeOffset();\n\t\t}\n\n\t\t/*\n\t\t * - Position constraining -\n\t\t * Constrain the position to a mix of grid, containment.\n\t\t */\n\n\t\tif ( this.originalPosition ) { //If we are not dragging yet, we won't check for options\n\n\t\t\tif ( this.containment ) {\n\t\t\t\tif ( event.pageX - this.offset.click.left < this.containment[ 0 ] ) {\n\t\t\t\t\tpageX = this.containment[ 0 ] + this.offset.click.left;\n\t\t\t\t}\n\t\t\t\tif ( event.pageY - this.offset.click.top < this.containment[ 1 ] ) {\n\t\t\t\t\tpageY = this.containment[ 1 ] + this.offset.click.top;\n\t\t\t\t}\n\t\t\t\tif ( event.pageX - this.offset.click.left > this.containment[ 2 ] ) {\n\t\t\t\t\tpageX = this.containment[ 2 ] + this.offset.click.left;\n\t\t\t\t}\n\t\t\t\tif ( event.pageY - this.offset.click.top > this.containment[ 3 ] ) {\n\t\t\t\t\tpageY = this.containment[ 3 ] + this.offset.click.top;\n\t\t\t\t}\n\t\t\t}\n\n\t\t\tif ( o.grid ) {\n\t\t\t\ttop = this.originalPageY + Math.round( ( pageY - this.originalPageY ) /\n\t\t\t\t\to.grid[ 1 ] ) * o.grid[ 1 ];\n\t\t\t\tpageY = this.containment ?\n\t\t\t\t\t( ( top - this.offset.click.top >= this.containment[ 1 ] &&\n\t\t\t\t\t\ttop - this.offset.click.top <= this.containment[ 3 ] ) ?\n\t\t\t\t\t\t\ttop :\n\t\t\t\t\t\t\t( ( top - this.offset.click.top >= this.containment[ 1 ] ) ?\n\t\t\t\t\t\t\t\ttop - o.grid[ 1 ] : top + o.grid[ 1 ] ) ) :\n\t\t\t\t\t\t\t\ttop;\n\n\t\t\t\tleft = this.originalPageX + Math.round( ( pageX - this.originalPageX ) /\n\t\t\t\t\to.grid[ 0 ] ) * o.grid[ 0 ];\n\t\t\t\tpageX = this.containment ?\n\t\t\t\t\t( ( left - this.offset.click.left >= this.containment[ 0 ] &&\n\t\t\t\t\t\tleft - this.offset.click.left <= this.containment[ 2 ] ) ?\n\t\t\t\t\t\t\tleft :\n\t\t\t\t\t\t\t( ( left - this.offset.click.left >= this.containment[ 0 ] ) ?\n\t\t\t\t\t\t\t\tleft - o.grid[ 0 ] : left + o.grid[ 0 ] ) ) :\n\t\t\t\t\t\t\t\tleft;\n\t\t\t}\n\n\t\t}\n\n\t\treturn {\n\t\t\ttop: (\n\n\t\t\t\t// The absolute mouse position\n\t\t\t\tpageY -\n\n\t\t\t\t// Click offset (relative to the element)\n\t\t\t\tthis.offset.click.top -\n\n\t\t\t\t// Only for relative positioned nodes: Relative offset from element to offset parent\n\t\t\t\tthis.offset.relative.top -\n\n\t\t\t\t// The offsetParent's offset without borders (offset + border)\n\t\t\t\tthis.offset.parent.top +\n\t\t\t\t( ( this.cssPosition === \"fixed\" ?\n\t\t\t\t\t-this.scrollParent.scrollTop() :\n\t\t\t\t\t( scrollIsRootNode ? 0 : scroll.scrollTop() ) ) )\n\t\t\t),\n\t\t\tleft: (\n\n\t\t\t\t// The absolute mouse position\n\t\t\t\tpageX -\n\n\t\t\t\t// Click offset (relative to the element)\n\t\t\t\tthis.offset.click.left -\n\n\t\t\t\t// Only for relative positioned nodes: Relative offset from element to offset parent\n\t\t\t\tthis.offset.relative.left -\n\n\t\t\t\t// The offsetParent's offset without borders (offset + border)\n\t\t\t\tthis.offset.parent.left +\n\t\t\t\t( ( this.cssPosition === \"fixed\" ?\n\t\t\t\t\t-this.scrollParent.scrollLeft() :\n\t\t\t\t\tscrollIsRootNode ? 0 : scroll.scrollLeft() ) )\n\t\t\t)\n\t\t};\n\n\t},\n\n\t_rearrange: function( event, i, a, hardRefresh ) {\n\n\t\ta ? a[ 0 ].appendChild( this.placeholder[ 0 ] ) :\n\t\t\ti.item[ 0 ].parentNode.insertBefore( this.placeholder[ 0 ],\n\t\t\t\t( this.direction === \"down\" ? i.item[ 0 ] : i.item[ 0 ].nextSibling ) );\n\n\t\t//Various things done here to improve the performance:\n\t\t// 1. we create a setTimeout, that calls refreshPositions\n\t\t// 2. on the instance, we have a counter variable, that get's higher after every append\n\t\t// 3. on the local scope, we copy the counter variable, and check in the timeout,\n\t\t// if it's still the same\n\t\t// 4. this lets only the last addition to the timeout stack through\n\t\tthis.counter = this.counter ? ++this.counter : 1;\n\t\tvar counter = this.counter;\n\n\t\tthis._delay( function() {\n\t\t\tif ( counter === this.counter ) {\n\n\t\t\t\t//Precompute after each DOM insertion, NOT on mousemove\n\t\t\t\tthis.refreshPositions( !hardRefresh );\n\t\t\t}\n\t\t} );\n\n\t},\n\n\t_clear: function( event, noPropagation ) {\n\n\t\tthis.reverting = false;\n\n\t\t// We delay all events that have to be triggered to after the point where the placeholder\n\t\t// has been removed and everything else normalized again\n\t\tvar i,\n\t\t\tdelayedTriggers = [];\n\n\t\t// We first have to update the dom position of the actual currentItem\n\t\t// Note: don't do it if the current item is already removed (by a user), or it gets\n\t\t// reappended (see #4088)\n\t\tif ( !this._noFinalSort && this.currentItem.parent().length ) {\n\t\t\tthis.placeholder.before( this.currentItem );\n\t\t}\n\t\tthis._noFinalSort = null;\n\n\t\tif ( this.helper[ 0 ] === this.currentItem[ 0 ] ) {\n\t\t\tfor ( i in this._storedCSS ) {\n\t\t\t\tif ( this._storedCSS[ i ] === \"auto\" || this._storedCSS[ i ] === \"static\" ) {\n\t\t\t\t\tthis._storedCSS[ i ] = \"\";\n\t\t\t\t}\n\t\t\t}\n\t\t\tthis.currentItem.css( this._storedCSS );\n\t\t\tthis._removeClass( this.currentItem, \"ui-sortable-helper\" );\n\t\t} else {\n\t\t\tthis.currentItem.show();\n\t\t}\n\n\t\tif ( this.fromOutside && !noPropagation ) {\n\t\t\tdelayedTriggers.push( function( event ) {\n\t\t\t\tthis._trigger( \"receive\", event, this._uiHash( this.fromOutside ) );\n\t\t\t} );\n\t\t}\n\t\tif ( ( this.fromOutside ||\n\t\t\t\tthis.domPosition.prev !==\n\t\t\t\tthis.currentItem.prev().not( \".ui-sortable-helper\" )[ 0 ] ||\n\t\t\t\tthis.domPosition.parent !== this.currentItem.parent()[ 0 ] ) && !noPropagation ) {\n\n\t\t\t// Trigger update callback if the DOM position has changed\n\t\t\tdelayedTriggers.push( function( event ) {\n\t\t\t\tthis._trigger( \"update\", event, this._uiHash() );\n\t\t\t} );\n\t\t}\n\n\t\t// Check if the items Container has Changed and trigger appropriate\n\t\t// events.\n\t\tif ( this !== this.currentContainer ) {\n\t\t\tif ( !noPropagation ) {\n\t\t\t\tdelayedTriggers.push( function( event ) {\n\t\t\t\t\tthis._trigger( \"remove\", event, this._uiHash() );\n\t\t\t\t} );\n\t\t\t\tdelayedTriggers.push( ( function( c ) {\n\t\t\t\t\treturn function( event ) {\n\t\t\t\t\t\tc._trigger( \"receive\", event, this._uiHash( this ) );\n\t\t\t\t\t};\n\t\t\t\t} ).call( this, this.currentContainer ) );\n\t\t\t\tdelayedTriggers.push( ( function( c ) {\n\t\t\t\t\treturn function( event ) {\n\t\t\t\t\t\tc._trigger( \"update\", event, this._uiHash( this ) );\n\t\t\t\t\t};\n\t\t\t\t} ).call( this, this.currentContainer ) );\n\t\t\t}\n\t\t}\n\n\t\t//Post events to containers\n\t\tfunction delayEvent( type, instance, container ) {\n\t\t\treturn function( event ) {\n\t\t\t\tcontainer._trigger( type, event, instance._uiHash( instance ) );\n\t\t\t};\n\t\t}\n\t\tfor ( i = this.containers.length - 1; i >= 0; i-- ) {\n\t\t\tif ( !noPropagation ) {\n\t\t\t\tdelayedTriggers.push( delayEvent( \"deactivate\", this, this.containers[ i ] ) );\n\t\t\t}\n\t\t\tif ( this.containers[ i ].containerCache.over ) {\n\t\t\t\tdelayedTriggers.push( delayEvent( \"out\", this, this.containers[ i ] ) );\n\t\t\t\tthis.containers[ i ].containerCache.over = 0;\n\t\t\t}\n\t\t}\n\n\t\t//Do what was originally in plugins\n\t\tif ( this.storedCursor ) {\n\t\t\tthis.document.find( \"body\" ).css( \"cursor\", this.storedCursor );\n\t\t\tthis.storedStylesheet.remove();\n\t\t}\n\t\tif ( this._storedOpacity ) {\n\t\t\tthis.helper.css( \"opacity\", this._storedOpacity );\n\t\t}\n\t\tif ( this._storedZIndex ) {\n\t\t\tthis.helper.css( \"zIndex\", this._storedZIndex === \"auto\" ? \"\" : this._storedZIndex );\n\t\t}\n\n\t\tthis.dragging = false;\n\n\t\tif ( !noPropagation ) {\n\t\t\tthis._trigger( \"beforeStop\", event, this._uiHash() );\n\t\t}\n\n\t\t//$(this.placeholder[0]).remove(); would have been the jQuery way - unfortunately,\n\t\t// it unbinds ALL events from the original node!\n\t\tthis.placeholder[ 0 ].parentNode.removeChild( this.placeholder[ 0 ] );\n\n\t\tif ( !this.cancelHelperRemoval ) {\n\t\t\tif ( this.helper[ 0 ] !== this.currentItem[ 0 ] ) {\n\t\t\t\tthis.helper.remove();\n\t\t\t}\n\t\t\tthis.helper = null;\n\t\t}\n\n\t\tif ( !noPropagation ) {\n\t\t\tfor ( i = 0; i < delayedTriggers.length; i++ ) {\n\n\t\t\t\t// Trigger all delayed events\n\t\t\t\tdelayedTriggers[ i ].call( this, event );\n\t\t\t}\n\t\t\tthis._trigger( \"stop\", event, this._uiHash() );\n\t\t}\n\n\t\tthis.fromOutside = false;\n\t\treturn !this.cancelHelperRemoval;\n\n\t},\n\n\t_trigger: function() {\n\t\tif ( $.Widget.prototype._trigger.apply( this, arguments ) === false ) {\n\t\t\tthis.cancel();\n\t\t}\n\t},\n\n\t_uiHash: function( _inst ) {\n\t\tvar inst = _inst || this;\n\t\treturn {\n\t\t\thelper: inst.helper,\n\t\t\tplaceholder: inst.placeholder || $( [] ),\n\t\t\tposition: inst.position,\n\t\t\toriginalPosition: inst.originalPosition,\n\t\t\toffset: inst.positionAbs,\n\t\t\titem: inst.currentItem,\n\t\t\tsender: _inst ? _inst.element : null\n\t\t};\n\t}\n\n} );\n\n\n/*!\n * jQuery UI Spinner 1.12.1\n * http://jqueryui.com\n *\n * Copyright jQuery Foundation and other contributors\n * Released under the MIT license.\n * http://jquery.org/license\n */\n\n//>>label: Spinner\n//>>group: Widgets\n//>>description: Displays buttons to easily input numbers via the keyboard or mouse.\n//>>docs: http://api.jqueryui.com/spinner/\n//>>demos: http://jqueryui.com/spinner/\n//>>css.structure: ../../themes/base/core.css\n//>>css.structure: ../../themes/base/spinner.css\n//>>css.theme: ../../themes/base/theme.css\n\n\n\nfunction spinnerModifer( fn ) {\n\treturn function() {\n\t\tvar previous = this.element.val();\n\t\tfn.apply( this, arguments );\n\t\tthis._refresh();\n\t\tif ( previous !== this.element.val() ) {\n\t\t\tthis._trigger( \"change\" );\n\t\t}\n\t};\n}\n\n$.widget( \"ui.spinner\", {\n\tversion: \"1.12.1\",\n\tdefaultElement: \"<input>\",\n\twidgetEventPrefix: \"spin\",\n\toptions: {\n\t\tclasses: {\n\t\t\t\"ui-spinner\": \"ui-corner-all\",\n\t\t\t\"ui-spinner-down\": \"ui-corner-br\",\n\t\t\t\"ui-spinner-up\": \"ui-corner-tr\"\n\t\t},\n\t\tculture: null,\n\t\ticons: {\n\t\t\tdown: \"ui-icon-triangle-1-s\",\n\t\t\tup: \"ui-icon-triangle-1-n\"\n\t\t},\n\t\tincremental: true,\n\t\tmax: null,\n\t\tmin: null,\n\t\tnumberFormat: null,\n\t\tpage: 10,\n\t\tstep: 1,\n\n\t\tchange: null,\n\t\tspin: null,\n\t\tstart: null,\n\t\tstop: null\n\t},\n\n\t_create: function() {\n\n\t\t// handle string values that need to be parsed\n\t\tthis._setOption( \"max\", this.options.max );\n\t\tthis._setOption( \"min\", this.options.min );\n\t\tthis._setOption( \"step\", this.options.step );\n\n\t\t// Only format if there is a value, prevents the field from being marked\n\t\t// as invalid in Firefox, see #9573.\n\t\tif ( this.value() !== \"\" ) {\n\n\t\t\t// Format the value, but don't constrain.\n\t\t\tthis._value( this.element.val(), true );\n\t\t}\n\n\t\tthis._draw();\n\t\tthis._on( this._events );\n\t\tthis._refresh();\n\n\t\t// Turning off autocomplete prevents the browser from remembering the\n\t\t// value when navigating through history, so we re-enable autocomplete\n\t\t// if the page is unloaded before the widget is destroyed. #7790\n\t\tthis._on( this.window, {\n\t\t\tbeforeunload: function() {\n\t\t\t\tthis.element.removeAttr( \"autocomplete\" );\n\t\t\t}\n\t\t} );\n\t},\n\n\t_getCreateOptions: function() {\n\t\tvar options = this._super();\n\t\tvar element = this.element;\n\n\t\t$.each( [ \"min\", \"max\", \"step\" ], function( i, option ) {\n\t\t\tvar value = element.attr( option );\n\t\t\tif ( value != null && value.length ) {\n\t\t\t\toptions[ option ] = value;\n\t\t\t}\n\t\t} );\n\n\t\treturn options;\n\t},\n\n\t_events: {\n\t\tkeydown: function( event ) {\n\t\t\tif ( this._start( event ) && this._keydown( event ) ) {\n\t\t\t\tevent.preventDefault();\n\t\t\t}\n\t\t},\n\t\tkeyup: \"_stop\",\n\t\tfocus: function() {\n\t\t\tthis.previous = this.element.val();\n\t\t},\n\t\tblur: function( event ) {\n\t\t\tif ( this.cancelBlur ) {\n\t\t\t\tdelete this.cancelBlur;\n\t\t\t\treturn;\n\t\t\t}\n\n\t\t\tthis._stop();\n\t\t\tthis._refresh();\n\t\t\tif ( this.previous !== this.element.val() ) {\n\t\t\t\tthis._trigger( \"change\", event );\n\t\t\t}\n\t\t},\n\t\tmousewheel: function( event, delta ) {\n\t\t\tif ( !delta ) {\n\t\t\t\treturn;\n\t\t\t}\n\t\t\tif ( !this.spinning && !this._start( event ) ) {\n\t\t\t\treturn false;\n\t\t\t}\n\n\t\t\tthis._spin( ( delta > 0 ? 1 : -1 ) * this.options.step, event );\n\t\t\tclearTimeout( this.mousewheelTimer );\n\t\t\tthis.mousewheelTimer = this._delay( function() {\n\t\t\t\tif ( this.spinning ) {\n\t\t\t\t\tthis._stop( event );\n\t\t\t\t}\n\t\t\t}, 100 );\n\t\t\tevent.preventDefault();\n\t\t},\n\t\t\"mousedown .ui-spinner-button\": function( event ) {\n\t\t\tvar previous;\n\n\t\t\t// We never want the buttons to have focus; whenever the user is\n\t\t\t// interacting with the spinner, the focus should be on the input.\n\t\t\t// If the input is focused then this.previous is properly set from\n\t\t\t// when the input first received focus. If the input is not focused\n\t\t\t// then we need to set this.previous based on the value before spinning.\n\t\t\tprevious = this.element[ 0 ] === $.ui.safeActiveElement( this.document[ 0 ] ) ?\n\t\t\t\tthis.previous : this.element.val();\n\t\t\tfunction checkFocus() {\n\t\t\t\tvar isActive = this.element[ 0 ] === $.ui.safeActiveElement( this.document[ 0 ] );\n\t\t\t\tif ( !isActive ) {\n\t\t\t\t\tthis.element.trigger( \"focus\" );\n\t\t\t\t\tthis.previous = previous;\n\n\t\t\t\t\t// support: IE\n\t\t\t\t\t// IE sets focus asynchronously, so we need to check if focus\n\t\t\t\t\t// moved off of the input because the user clicked on the button.\n\t\t\t\t\tthis._delay( function() {\n\t\t\t\t\t\tthis.previous = previous;\n\t\t\t\t\t} );\n\t\t\t\t}\n\t\t\t}\n\n\t\t\t// Ensure focus is on (or stays on) the text field\n\t\t\tevent.preventDefault();\n\t\t\tcheckFocus.call( this );\n\n\t\t\t// Support: IE\n\t\t\t// IE doesn't prevent moving focus even with event.preventDefault()\n\t\t\t// so we set a flag to know when we should ignore the blur event\n\t\t\t// and check (again) if focus moved off of the input.\n\t\t\tthis.cancelBlur = true;\n\t\t\tthis._delay( function() {\n\t\t\t\tdelete this.cancelBlur;\n\t\t\t\tcheckFocus.call( this );\n\t\t\t} );\n\n\t\t\tif ( this._start( event ) === false ) {\n\t\t\t\treturn;\n\t\t\t}\n\n\t\t\tthis._repeat( null, $( event.currentTarget )\n\t\t\t\t.hasClass( \"ui-spinner-up\" ) ? 1 : -1, event );\n\t\t},\n\t\t\"mouseup .ui-spinner-button\": \"_stop\",\n\t\t\"mouseenter .ui-spinner-button\": function( event ) {\n\n\t\t\t// button will add ui-state-active if mouse was down while mouseleave and kept down\n\t\t\tif ( !$( event.currentTarget ).hasClass( \"ui-state-active\" ) ) {\n\t\t\t\treturn;\n\t\t\t}\n\n\t\t\tif ( this._start( event ) === false ) {\n\t\t\t\treturn false;\n\t\t\t}\n\t\t\tthis._repeat( null, $( event.currentTarget )\n\t\t\t\t.hasClass( \"ui-spinner-up\" ) ? 1 : -1, event );\n\t\t},\n\n\t\t// TODO: do we really want to consider this a stop?\n\t\t// shouldn't we just stop the repeater and wait until mouseup before\n\t\t// we trigger the stop event?\n\t\t\"mouseleave .ui-spinner-button\": \"_stop\"\n\t},\n\n\t// Support mobile enhanced option and make backcompat more sane\n\t_enhance: function() {\n\t\tthis.uiSpinner = this.element\n\t\t\t.attr( \"autocomplete\", \"off\" )\n\t\t\t.wrap( \"<span>\" )\n\t\t\t.parent()\n\n\t\t\t\t// Add buttons\n\t\t\t\t.append(\n\t\t\t\t\t\"<a></a><a></a>\"\n\t\t\t\t);\n\t},\n\n\t_draw: function() {\n\t\tthis._enhance();\n\n\t\tthis._addClass( this.uiSpinner, \"ui-spinner\", \"ui-widget ui-widget-content\" );\n\t\tthis._addClass( \"ui-spinner-input\" );\n\n\t\tthis.element.attr( \"role\", \"spinbutton\" );\n\n\t\t// Button bindings\n\t\tthis.buttons = this.uiSpinner.children( \"a\" )\n\t\t\t.attr( \"tabIndex\", -1 )\n\t\t\t.attr( \"aria-hidden\", true )\n\t\t\t.button( {\n\t\t\t\tclasses: {\n\t\t\t\t\t\"ui-button\": \"\"\n\t\t\t\t}\n\t\t\t} );\n\n\t\t// TODO: Right now button does not support classes this is already updated in button PR\n\t\tthis._removeClass( this.buttons, \"ui-corner-all\" );\n\n\t\tthis._addClass( this.buttons.first(), \"ui-spinner-button ui-spinner-up\" );\n\t\tthis._addClass( this.buttons.last(), \"ui-spinner-button ui-spinner-down\" );\n\t\tthis.buttons.first().button( {\n\t\t\t\"icon\": this.options.icons.up,\n\t\t\t\"showLabel\": false\n\t\t} );\n\t\tthis.buttons.last().button( {\n\t\t\t\"icon\": this.options.icons.down,\n\t\t\t\"showLabel\": false\n\t\t} );\n\n\t\t// IE 6 doesn't understand height: 50% for the buttons\n\t\t// unless the wrapper has an explicit height\n\t\tif ( this.buttons.height() > Math.ceil( this.uiSpinner.height() * 0.5 ) &&\n\t\t\t\tthis.uiSpinner.height() > 0 ) {\n\t\t\tthis.uiSpinner.height( this.uiSpinner.height() );\n\t\t}\n\t},\n\n\t_keydown: function( event ) {\n\t\tvar options = this.options,\n\t\t\tkeyCode = $.ui.keyCode;\n\n\t\tswitch ( event.keyCode ) {\n\t\tcase keyCode.UP:\n\t\t\tthis._repeat( null, 1, event );\n\t\t\treturn true;\n\t\tcase keyCode.DOWN:\n\t\t\tthis._repeat( null, -1, event );\n\t\t\treturn true;\n\t\tcase keyCode.PAGE_UP:\n\t\t\tthis._repeat( null, options.page, event );\n\t\t\treturn true;\n\t\tcase keyCode.PAGE_DOWN:\n\t\t\tthis._repeat( null, -options.page, event );\n\t\t\treturn true;\n\t\t}\n\n\t\treturn false;\n\t},\n\n\t_start: function( event ) {\n\t\tif ( !this.spinning && this._trigger( \"start\", event ) === false ) {\n\t\t\treturn false;\n\t\t}\n\n\t\tif ( !this.counter ) {\n\t\t\tthis.counter = 1;\n\t\t}\n\t\tthis.spinning = true;\n\t\treturn true;\n\t},\n\n\t_repeat: function( i, steps, event ) {\n\t\ti = i || 500;\n\n\t\tclearTimeout( this.timer );\n\t\tthis.timer = this._delay( function() {\n\t\t\tthis._repeat( 40, steps, event );\n\t\t}, i );\n\n\t\tthis._spin( steps * this.options.step, event );\n\t},\n\n\t_spin: function( step, event ) {\n\t\tvar value = this.value() || 0;\n\n\t\tif ( !this.counter ) {\n\t\t\tthis.counter = 1;\n\t\t}\n\n\t\tvalue = this._adjustValue( value + step * this._increment( this.counter ) );\n\n\t\tif ( !this.spinning || this._trigger( \"spin\", event, { value: value } ) !== false ) {\n\t\t\tthis._value( value );\n\t\t\tthis.counter++;\n\t\t}\n\t},\n\n\t_increment: function( i ) {\n\t\tvar incremental = this.options.incremental;\n\n\t\tif ( incremental ) {\n\t\t\treturn $.isFunction( incremental ) ?\n\t\t\t\tincremental( i ) :\n\t\t\t\tMath.floor( i * i * i / 50000 - i * i / 500 + 17 * i / 200 + 1 );\n\t\t}\n\n\t\treturn 1;\n\t},\n\n\t_precision: function() {\n\t\tvar precision = this._precisionOf( this.options.step );\n\t\tif ( this.options.min !== null ) {\n\t\t\tprecision = Math.max( precision, this._precisionOf( this.options.min ) );\n\t\t}\n\t\treturn precision;\n\t},\n\n\t_precisionOf: function( num ) {\n\t\tvar str = num.toString(),\n\t\t\tdecimal = str.indexOf( \".\" );\n\t\treturn decimal === -1 ? 0 : str.length - decimal - 1;\n\t},\n\n\t_adjustValue: function( value ) {\n\t\tvar base, aboveMin,\n\t\t\toptions = this.options;\n\n\t\t// Make sure we're at a valid step\n\t\t// - find out where we are relative to the base (min or 0)\n\t\tbase = options.min !== null ? options.min : 0;\n\t\taboveMin = value - base;\n\n\t\t// - round to the nearest step\n\t\taboveMin = Math.round( aboveMin / options.step ) * options.step;\n\n\t\t// - rounding is based on 0, so adjust back to our base\n\t\tvalue = base + aboveMin;\n\n\t\t// Fix precision from bad JS floating point math\n\t\tvalue = parseFloat( value.toFixed( this._precision() ) );\n\n\t\t// Clamp the value\n\t\tif ( options.max !== null && value > options.max ) {\n\t\t\treturn options.max;\n\t\t}\n\t\tif ( options.min !== null && value < options.min ) {\n\t\t\treturn options.min;\n\t\t}\n\n\t\treturn value;\n\t},\n\n\t_stop: function( event ) {\n\t\tif ( !this.spinning ) {\n\t\t\treturn;\n\t\t}\n\n\t\tclearTimeout( this.timer );\n\t\tclearTimeout( this.mousewheelTimer );\n\t\tthis.counter = 0;\n\t\tthis.spinning = false;\n\t\tthis._trigger( \"stop\", event );\n\t},\n\n\t_setOption: function( key, value ) {\n\t\tvar prevValue, first, last;\n\n\t\tif ( key === \"culture\" || key === \"numberFormat\" ) {\n\t\t\tprevValue = this._parse( this.element.val() );\n\t\t\tthis.options[ key ] = value;\n\t\t\tthis.element.val( this._format( prevValue ) );\n\t\t\treturn;\n\t\t}\n\n\t\tif ( key === \"max\" || key === \"min\" || key === \"step\" ) {\n\t\t\tif ( typeof value === \"string\" ) {\n\t\t\t\tvalue = this._parse( value );\n\t\t\t}\n\t\t}\n\t\tif ( key === \"icons\" ) {\n\t\t\tfirst = this.buttons.first().find( \".ui-icon\" );\n\t\t\tthis._removeClass( first, null, this.options.icons.up );\n\t\t\tthis._addClass( first, null, value.up );\n\t\t\tlast = this.buttons.last().find( \".ui-icon\" );\n\t\t\tthis._removeClass( last, null, this.options.icons.down );\n\t\t\tthis._addClass( last, null, value.down );\n\t\t}\n\n\t\tthis._super( key, value );\n\t},\n\n\t_setOptionDisabled: function( value ) {\n\t\tthis._super( value );\n\n\t\tthis._toggleClass( this.uiSpinner, null, \"ui-state-disabled\", !!value );\n\t\tthis.element.prop( \"disabled\", !!value );\n\t\tthis.buttons.button( value ? \"disable\" : \"enable\" );\n\t},\n\n\t_setOptions: spinnerModifer( function( options ) {\n\t\tthis._super( options );\n\t} ),\n\n\t_parse: function( val ) {\n\t\tif ( typeof val === \"string\" && val !== \"\" ) {\n\t\t\tval = window.Globalize && this.options.numberFormat ?\n\t\t\t\tGlobalize.parseFloat( val, 10, this.options.culture ) : +val;\n\t\t}\n\t\treturn val === \"\" || isNaN( val ) ? null : val;\n\t},\n\n\t_format: function( value ) {\n\t\tif ( value === \"\" ) {\n\t\t\treturn \"\";\n\t\t}\n\t\treturn window.Globalize && this.options.numberFormat ?\n\t\t\tGlobalize.format( value, this.options.numberFormat, this.options.culture ) :\n\t\t\tvalue;\n\t},\n\n\t_refresh: function() {\n\t\tthis.element.attr( {\n\t\t\t\"aria-valuemin\": this.options.min,\n\t\t\t\"aria-valuemax\": this.options.max,\n\n\t\t\t// TODO: what should we do with values that can't be parsed?\n\t\t\t\"aria-valuenow\": this._parse( this.element.val() )\n\t\t} );\n\t},\n\n\tisValid: function() {\n\t\tvar value = this.value();\n\n\t\t// Null is invalid\n\t\tif ( value === null ) {\n\t\t\treturn false;\n\t\t}\n\n\t\t// If value gets adjusted, it's invalid\n\t\treturn value === this._adjustValue( value );\n\t},\n\n\t// Update the value without triggering change\n\t_value: function( value, allowAny ) {\n\t\tvar parsed;\n\t\tif ( value !== \"\" ) {\n\t\t\tparsed = this._parse( value );\n\t\t\tif ( parsed !== null ) {\n\t\t\t\tif ( !allowAny ) {\n\t\t\t\t\tparsed = this._adjustValue( parsed );\n\t\t\t\t}\n\t\t\t\tvalue = this._format( parsed );\n\t\t\t}\n\t\t}\n\t\tthis.element.val( value );\n\t\tthis._refresh();\n\t},\n\n\t_destroy: function() {\n\t\tthis.element\n\t\t\t.prop( \"disabled\", false )\n\t\t\t.removeAttr( \"autocomplete role aria-valuemin aria-valuemax aria-valuenow\" );\n\n\t\tthis.uiSpinner.replaceWith( this.element );\n\t},\n\n\tstepUp: spinnerModifer( function( steps ) {\n\t\tthis._stepUp( steps );\n\t} ),\n\t_stepUp: function( steps ) {\n\t\tif ( this._start() ) {\n\t\t\tthis._spin( ( steps || 1 ) * this.options.step );\n\t\t\tthis._stop();\n\t\t}\n\t},\n\n\tstepDown: spinnerModifer( function( steps ) {\n\t\tthis._stepDown( steps );\n\t} ),\n\t_stepDown: function( steps ) {\n\t\tif ( this._start() ) {\n\t\t\tthis._spin( ( steps || 1 ) * -this.options.step );\n\t\t\tthis._stop();\n\t\t}\n\t},\n\n\tpageUp: spinnerModifer( function( pages ) {\n\t\tthis._stepUp( ( pages || 1 ) * this.options.page );\n\t} ),\n\n\tpageDown: spinnerModifer( function( pages ) {\n\t\tthis._stepDown( ( pages || 1 ) * this.options.page );\n\t} ),\n\n\tvalue: function( newVal ) {\n\t\tif ( !arguments.length ) {\n\t\t\treturn this._parse( this.element.val() );\n\t\t}\n\t\tspinnerModifer( this._value ).call( this, newVal );\n\t},\n\n\twidget: function() {\n\t\treturn this.uiSpinner;\n\t}\n} );\n\n// DEPRECATED\n// TODO: switch return back to widget declaration at top of file when this is removed\nif ( $.uiBackCompat !== false ) {\n\n\t// Backcompat for spinner html extension points\n\t$.widget( \"ui.spinner\", $.ui.spinner, {\n\t\t_enhance: function() {\n\t\t\tthis.uiSpinner = this.element\n\t\t\t\t.attr( \"autocomplete\", \"off\" )\n\t\t\t\t.wrap( this._uiSpinnerHtml() )\n\t\t\t\t.parent()\n\n\t\t\t\t\t// Add buttons\n\t\t\t\t\t.append( this._buttonHtml() );\n\t\t},\n\t\t_uiSpinnerHtml: function() {\n\t\t\treturn \"<span>\";\n\t\t},\n\n\t\t_buttonHtml: function() {\n\t\t\treturn \"<a></a><a></a>\";\n\t\t}\n\t} );\n}\n\nvar widgetsSpinner = $.ui.spinner;\n\n\n/*!\n * jQuery UI Tabs 1.12.1\n * http://jqueryui.com\n *\n * Copyright jQuery Foundation and other contributors\n * Released under the MIT license.\n * http://jquery.org/license\n */\n\n//>>label: Tabs\n//>>group: Widgets\n//>>description: Transforms a set of container elements into a tab structure.\n//>>docs: http://api.jqueryui.com/tabs/\n//>>demos: http://jqueryui.com/tabs/\n//>>css.structure: ../../themes/base/core.css\n//>>css.structure: ../../themes/base/tabs.css\n//>>css.theme: ../../themes/base/theme.css\n\n\n\n$.widget( \"ui.tabs\", {\n\tversion: \"1.12.1\",\n\tdelay: 300,\n\toptions: {\n\t\tactive: null,\n\t\tclasses: {\n\t\t\t\"ui-tabs\": \"ui-corner-all\",\n\t\t\t\"ui-tabs-nav\": \"ui-corner-all\",\n\t\t\t\"ui-tabs-panel\": \"ui-corner-bottom\",\n\t\t\t\"ui-tabs-tab\": \"ui-corner-top\"\n\t\t},\n\t\tcollapsible: false,\n\t\tevent: \"click\",\n\t\theightStyle: \"content\",\n\t\thide: null,\n\t\tshow: null,\n\n\t\t// Callbacks\n\t\tactivate: null,\n\t\tbeforeActivate: null,\n\t\tbeforeLoad: null,\n\t\tload: null\n\t},\n\n\t_isLocal: ( function() {\n\t\tvar rhash = /#.*$/;\n\n\t\treturn function( anchor ) {\n\t\t\tvar anchorUrl, locationUrl;\n\n\t\t\tanchorUrl = anchor.href.replace( rhash, \"\" );\n\t\t\tlocationUrl = location.href.replace( rhash, \"\" );\n\n\t\t\t// Decoding may throw an error if the URL isn't UTF-8 (#9518)\n\t\t\ttry {\n\t\t\t\tanchorUrl = decodeURIComponent( anchorUrl );\n\t\t\t} catch ( error ) {}\n\t\t\ttry {\n\t\t\t\tlocationUrl = decodeURIComponent( locationUrl );\n\t\t\t} catch ( error ) {}\n\n\t\t\treturn anchor.hash.length > 1 && anchorUrl === locationUrl;\n\t\t};\n\t} )(),\n\n\t_create: function() {\n\t\tvar that = this,\n\t\t\toptions = this.options;\n\n\t\tthis.running = false;\n\n\t\tthis._addClass( \"ui-tabs\", \"ui-widget ui-widget-content\" );\n\t\tthis._toggleClass( \"ui-tabs-collapsible\", null, options.collapsible );\n\n\t\tthis._processTabs();\n\t\toptions.active = this._initialActive();\n\n\t\t// Take disabling tabs via class attribute from HTML\n\t\t// into account and update option properly.\n\t\tif ( $.isArray( options.disabled ) ) {\n\t\t\toptions.disabled = $.unique( options.disabled.concat(\n\t\t\t\t$.map( this.tabs.filter( \".ui-state-disabled\" ), function( li ) {\n\t\t\t\t\treturn that.tabs.index( li );\n\t\t\t\t} )\n\t\t\t) ).sort();\n\t\t}\n\n\t\t// Check for length avoids error when initializing empty list\n\t\tif ( this.options.active !== false && this.anchors.length ) {\n\t\t\tthis.active = this._findActive( options.active );\n\t\t} else {\n\t\t\tthis.active = $();\n\t\t}\n\n\t\tthis._refresh();\n\n\t\tif ( this.active.length ) {\n\t\t\tthis.load( options.active );\n\t\t}\n\t},\n\n\t_initialActive: function() {\n\t\tvar active = this.options.active,\n\t\t\tcollapsible = this.options.collapsible,\n\t\t\tlocationHash = location.hash.substring( 1 );\n\n\t\tif ( active === null ) {\n\n\t\t\t// check the fragment identifier in the URL\n\t\t\tif ( locationHash ) {\n\t\t\t\tthis.tabs.each( function( i, tab ) {\n\t\t\t\t\tif ( $( tab ).attr( \"aria-controls\" ) === locationHash ) {\n\t\t\t\t\t\tactive = i;\n\t\t\t\t\t\treturn false;\n\t\t\t\t\t}\n\t\t\t\t} );\n\t\t\t}\n\n\t\t\t// Check for a tab marked active via a class\n\t\t\tif ( active === null ) {\n\t\t\t\tactive = this.tabs.index( this.tabs.filter( \".ui-tabs-active\" ) );\n\t\t\t}\n\n\t\t\t// No active tab, set to false\n\t\t\tif ( active === null || active === -1 ) {\n\t\t\t\tactive = this.tabs.length ? 0 : false;\n\t\t\t}\n\t\t}\n\n\t\t// Handle numbers: negative, out of range\n\t\tif ( active !== false ) {\n\t\t\tactive = this.tabs.index( this.tabs.eq( active ) );\n\t\t\tif ( active === -1 ) {\n\t\t\t\tactive = collapsible ? false : 0;\n\t\t\t}\n\t\t}\n\n\t\t// Don't allow collapsible: false and active: false\n\t\tif ( !collapsible && active === false && this.anchors.length ) {\n\t\t\tactive = 0;\n\t\t}\n\n\t\treturn active;\n\t},\n\n\t_getCreateEventData: function() {\n\t\treturn {\n\t\t\ttab: this.active,\n\t\t\tpanel: !this.active.length ? $() : this._getPanelForTab( this.active )\n\t\t};\n\t},\n\n\t_tabKeydown: function( event ) {\n\t\tvar focusedTab = $( $.ui.safeActiveElement( this.document[ 0 ] ) ).closest( \"li\" ),\n\t\t\tselectedIndex = this.tabs.index( focusedTab ),\n\t\t\tgoingForward = true;\n\n\t\tif ( this._handlePageNav( event ) ) {\n\t\t\treturn;\n\t\t}\n\n\t\tswitch ( event.keyCode ) {\n\t\tcase $.ui.keyCode.RIGHT:\n\t\tcase $.ui.keyCode.DOWN:\n\t\t\tselectedIndex++;\n\t\t\tbreak;\n\t\tcase $.ui.keyCode.UP:\n\t\tcase $.ui.keyCode.LEFT:\n\t\t\tgoingForward = false;\n\t\t\tselectedIndex--;\n\t\t\tbreak;\n\t\tcase $.ui.keyCode.END:\n\t\t\tselectedIndex = this.anchors.length - 1;\n\t\t\tbreak;\n\t\tcase $.ui.keyCode.HOME:\n\t\t\tselectedIndex = 0;\n\t\t\tbreak;\n\t\tcase $.ui.keyCode.SPACE:\n\n\t\t\t// Activate only, no collapsing\n\t\t\tevent.preventDefault();\n\t\t\tclearTimeout( this.activating );\n\t\t\tthis._activate( selectedIndex );\n\t\t\treturn;\n\t\tcase $.ui.keyCode.ENTER:\n\n\t\t\t// Toggle (cancel delayed activation, allow collapsing)\n\t\t\tevent.preventDefault();\n\t\t\tclearTimeout( this.activating );\n\n\t\t\t// Determine if we should collapse or activate\n\t\t\tthis._activate( selectedIndex === this.options.active ? false : selectedIndex );\n\t\t\treturn;\n\t\tdefault:\n\t\t\treturn;\n\t\t}\n\n\t\t// Focus the appropriate tab, based on which key was pressed\n\t\tevent.preventDefault();\n\t\tclearTimeout( this.activating );\n\t\tselectedIndex = this._focusNextTab( selectedIndex, goingForward );\n\n\t\t// Navigating with control/command key will prevent automatic activation\n\t\tif ( !event.ctrlKey && !event.metaKey ) {\n\n\t\t\t// Update aria-selected immediately so that AT think the tab is already selected.\n\t\t\t// Otherwise AT may confuse the user by stating that they need to activate the tab,\n\t\t\t// but the tab will already be activated by the time the announcement finishes.\n\t\t\tfocusedTab.attr( \"aria-selected\", \"false\" );\n\t\t\tthis.tabs.eq( selectedIndex ).attr( \"aria-selected\", \"true\" );\n\n\t\t\tthis.activating = this._delay( function() {\n\t\t\t\tthis.option( \"active\", selectedIndex );\n\t\t\t}, this.delay );\n\t\t}\n\t},\n\n\t_panelKeydown: function( event ) {\n\t\tif ( this._handlePageNav( event ) ) {\n\t\t\treturn;\n\t\t}\n\n\t\t// Ctrl+up moves focus to the current tab\n\t\tif ( event.ctrlKey && event.keyCode === $.ui.keyCode.UP ) {\n\t\t\tevent.preventDefault();\n\t\t\tthis.active.trigger( \"focus\" );\n\t\t}\n\t},\n\n\t// Alt+page up/down moves focus to the previous/next tab (and activates)\n\t_handlePageNav: function( event ) {\n\t\tif ( event.altKey && event.keyCode === $.ui.keyCode.PAGE_UP ) {\n\t\t\tthis._activate( this._focusNextTab( this.options.active - 1, false ) );\n\t\t\treturn true;\n\t\t}\n\t\tif ( event.altKey && event.keyCode === $.ui.keyCode.PAGE_DOWN ) {\n\t\t\tthis._activate( this._focusNextTab( this.options.active + 1, true ) );\n\t\t\treturn true;\n\t\t}\n\t},\n\n\t_findNextTab: function( index, goingForward ) {\n\t\tvar lastTabIndex = this.tabs.length - 1;\n\n\t\tfunction constrain() {\n\t\t\tif ( index > lastTabIndex ) {\n\t\t\t\tindex = 0;\n\t\t\t}\n\t\t\tif ( index < 0 ) {\n\t\t\t\tindex = lastTabIndex;\n\t\t\t}\n\t\t\treturn index;\n\t\t}\n\n\t\twhile ( $.inArray( constrain(), this.options.disabled ) !== -1 ) {\n\t\t\tindex = goingForward ? index + 1 : index - 1;\n\t\t}\n\n\t\treturn index;\n\t},\n\n\t_focusNextTab: function( index, goingForward ) {\n\t\tindex = this._findNextTab( index, goingForward );\n\t\tthis.tabs.eq( index ).trigger( \"focus\" );\n\t\treturn index;\n\t},\n\n\t_setOption: function( key, value ) {\n\t\tif ( key === \"active\" ) {\n\n\t\t\t// _activate() will handle invalid values and update this.options\n\t\t\tthis._activate( value );\n\t\t\treturn;\n\t\t}\n\n\t\tthis._super( key, value );\n\n\t\tif ( key === \"collapsible\" ) {\n\t\t\tthis._toggleClass( \"ui-tabs-collapsible\", null, value );\n\n\t\t\t// Setting collapsible: false while collapsed; open first panel\n\t\t\tif ( !value && this.options.active === false ) {\n\t\t\t\tthis._activate( 0 );\n\t\t\t}\n\t\t}\n\n\t\tif ( key === \"event\" ) {\n\t\t\tthis._setupEvents( value );\n\t\t}\n\n\t\tif ( key === \"heightStyle\" ) {\n\t\t\tthis._setupHeightStyle( value );\n\t\t}\n\t},\n\n\t_sanitizeSelector: function( hash ) {\n\t\treturn hash ? hash.replace( /[!\"$%&'()*+,.\\/:;<=>?@\\[\\]\\^`{|}~]/g, \"\\\\$&\" ) : \"\";\n\t},\n\n\trefresh: function() {\n\t\tvar options = this.options,\n\t\t\tlis = this.tablist.children( \":has(a[href])\" );\n\n\t\t// Get disabled tabs from class attribute from HTML\n\t\t// this will get converted to a boolean if needed in _refresh()\n\t\toptions.disabled = $.map( lis.filter( \".ui-state-disabled\" ), function( tab ) {\n\t\t\treturn lis.index( tab );\n\t\t} );\n\n\t\tthis._processTabs();\n\n\t\t// Was collapsed or no tabs\n\t\tif ( options.active === false || !this.anchors.length ) {\n\t\t\toptions.active = false;\n\t\t\tthis.active = $();\n\n\t\t// was active, but active tab is gone\n\t\t} else if ( this.active.length && !$.contains( this.tablist[ 0 ], this.active[ 0 ] ) ) {\n\n\t\t\t// all remaining tabs are disabled\n\t\t\tif ( this.tabs.length === options.disabled.length ) {\n\t\t\t\toptions.active = false;\n\t\t\t\tthis.active = $();\n\n\t\t\t// activate previous tab\n\t\t\t} else {\n\t\t\t\tthis._activate( this._findNextTab( Math.max( 0, options.active - 1 ), false ) );\n\t\t\t}\n\n\t\t// was active, active tab still exists\n\t\t} else {\n\n\t\t\t// make sure active index is correct\n\t\t\toptions.active = this.tabs.index( this.active );\n\t\t}\n\n\t\tthis._refresh();\n\t},\n\n\t_refresh: function() {\n\t\tthis._setOptionDisabled( this.options.disabled );\n\t\tthis._setupEvents( this.options.event );\n\t\tthis._setupHeightStyle( this.options.heightStyle );\n\n\t\tthis.tabs.not( this.active ).attr( {\n\t\t\t\"aria-selected\": \"false\",\n\t\t\t\"aria-expanded\": \"false\",\n\t\t\ttabIndex: -1\n\t\t} );\n\t\tthis.panels.not( this._getPanelForTab( this.active ) )\n\t\t\t.hide()\n\t\t\t.attr( {\n\t\t\t\t\"aria-hidden\": \"true\"\n\t\t\t} );\n\n\t\t// Make sure one tab is in the tab order\n\t\tif ( !this.active.length ) {\n\t\t\tthis.tabs.eq( 0 ).attr( \"tabIndex\", 0 );\n\t\t} else {\n\t\t\tthis.active\n\t\t\t\t.attr( {\n\t\t\t\t\t\"aria-selected\": \"true\",\n\t\t\t\t\t\"aria-expanded\": \"true\",\n\t\t\t\t\ttabIndex: 0\n\t\t\t\t} );\n\t\t\tthis._addClass( this.active, \"ui-tabs-active\", \"ui-state-active\" );\n\t\t\tthis._getPanelForTab( this.active )\n\t\t\t\t.show()\n\t\t\t\t.attr( {\n\t\t\t\t\t\"aria-hidden\": \"false\"\n\t\t\t\t} );\n\t\t}\n\t},\n\n\t_processTabs: function() {\n\t\tvar that = this,\n\t\t\tprevTabs = this.tabs,\n\t\t\tprevAnchors = this.anchors,\n\t\t\tprevPanels = this.panels;\n\n\t\tthis.tablist = this._getList().attr( \"role\", \"tablist\" );\n\t\tthis._addClass( this.tablist, \"ui-tabs-nav\",\n\t\t\t\"ui-helper-reset ui-helper-clearfix ui-widget-header\" );\n\n\t\t// Prevent users from focusing disabled tabs via click\n\t\tthis.tablist\n\t\t\t.on( \"mousedown\" + this.eventNamespace, \"> li\", function( event ) {\n\t\t\t\tif ( $( this ).is( \".ui-state-disabled\" ) ) {\n\t\t\t\t\tevent.preventDefault();\n\t\t\t\t}\n\t\t\t} )\n\n\t\t\t// Support: IE <9\n\t\t\t// Preventing the default action in mousedown doesn't prevent IE\n\t\t\t// from focusing the element, so if the anchor gets focused, blur.\n\t\t\t// We don't have to worry about focusing the previously focused\n\t\t\t// element since clicking on a non-focusable element should focus\n\t\t\t// the body anyway.\n\t\t\t.on( \"focus\" + this.eventNamespace, \".ui-tabs-anchor\", function() {\n\t\t\t\tif ( $( this ).closest( \"li\" ).is( \".ui-state-disabled\" ) ) {\n\t\t\t\t\tthis.blur();\n\t\t\t\t}\n\t\t\t} );\n\n\t\tthis.tabs = this.tablist.find( \"> li:has(a[href])\" )\n\t\t\t.attr( {\n\t\t\t\trole: \"tab\",\n\t\t\t\ttabIndex: -1\n\t\t\t} );\n\t\tthis._addClass( this.tabs, \"ui-tabs-tab\", \"ui-state-default\" );\n\n\t\tthis.anchors = this.tabs.map( function() {\n\t\t\treturn $( \"a\", this )[ 0 ];\n\t\t} )\n\t\t\t.attr( {\n\t\t\t\trole: \"presentation\",\n\t\t\t\ttabIndex: -1\n\t\t\t} );\n\t\tthis._addClass( this.anchors, \"ui-tabs-anchor\" );\n\n\t\tthis.panels = $();\n\n\t\tthis.anchors.each( function( i, anchor ) {\n\t\t\tvar selector, panel, panelId,\n\t\t\t\tanchorId = $( anchor ).uniqueId().attr( \"id\" ),\n\t\t\t\ttab = $( anchor ).closest( \"li\" ),\n\t\t\t\toriginalAriaControls = tab.attr( \"aria-controls\" );\n\n\t\t\t// Inline tab\n\t\t\tif ( that._isLocal( anchor ) ) {\n\t\t\t\tselector = anchor.hash;\n\t\t\t\tpanelId = selector.substring( 1 );\n\t\t\t\tpanel = that.element.find( that._sanitizeSelector( selector ) );\n\n\t\t\t// remote tab\n\t\t\t} else {\n\n\t\t\t\t// If the tab doesn't already have aria-controls,\n\t\t\t\t// generate an id by using a throw-away element\n\t\t\t\tpanelId = tab.attr( \"aria-controls\" ) || $( {} ).uniqueId()[ 0 ].id;\n\t\t\t\tselector = \"#\" + panelId;\n\t\t\t\tpanel = that.element.find( selector );\n\t\t\t\tif ( !panel.length ) {\n\t\t\t\t\tpanel = that._createPanel( panelId );\n\t\t\t\t\tpanel.insertAfter( that.panels[ i - 1 ] || that.tablist );\n\t\t\t\t}\n\t\t\t\tpanel.attr( \"aria-live\", \"polite\" );\n\t\t\t}\n\n\t\t\tif ( panel.length ) {\n\t\t\t\tthat.panels = that.panels.add( panel );\n\t\t\t}\n\t\t\tif ( originalAriaControls ) {\n\t\t\t\ttab.data( \"ui-tabs-aria-controls\", originalAriaControls );\n\t\t\t}\n\t\t\ttab.attr( {\n\t\t\t\t\"aria-controls\": panelId,\n\t\t\t\t\"aria-labelledby\": anchorId\n\t\t\t} );\n\t\t\tpanel.attr( \"aria-labelledby\", anchorId );\n\t\t} );\n\n\t\tthis.panels.attr( \"role\", \"tabpanel\" );\n\t\tthis._addClass( this.panels, \"ui-tabs-panel\", \"ui-widget-content\" );\n\n\t\t// Avoid memory leaks (#10056)\n\t\tif ( prevTabs ) {\n\t\t\tthis._off( prevTabs.not( this.tabs ) );\n\t\t\tthis._off( prevAnchors.not( this.anchors ) );\n\t\t\tthis._off( prevPanels.not( this.panels ) );\n\t\t}\n\t},\n\n\t// Allow overriding how to find the list for rare usage scenarios (#7715)\n\t_getList: function() {\n\t\treturn this.tablist || this.element.find( \"ol, ul\" ).eq( 0 );\n\t},\n\n\t_createPanel: function( id ) {\n\t\treturn $( \"<div>\" )\n\t\t\t.attr( \"id\", id )\n\t\t\t.data( \"ui-tabs-destroy\", true );\n\t},\n\n\t_setOptionDisabled: function( disabled ) {\n\t\tvar currentItem, li, i;\n\n\t\tif ( $.isArray( disabled ) ) {\n\t\t\tif ( !disabled.length ) {\n\t\t\t\tdisabled = false;\n\t\t\t} else if ( disabled.length === this.anchors.length ) {\n\t\t\t\tdisabled = true;\n\t\t\t}\n\t\t}\n\n\t\t// Disable tabs\n\t\tfor ( i = 0; ( li = this.tabs[ i ] ); i++ ) {\n\t\t\tcurrentItem = $( li );\n\t\t\tif ( disabled === true || $.inArray( i, disabled ) !== -1 ) {\n\t\t\t\tcurrentItem.attr( \"aria-disabled\", \"true\" );\n\t\t\t\tthis._addClass( currentItem, null, \"ui-state-disabled\" );\n\t\t\t} else {\n\t\t\t\tcurrentItem.removeAttr( \"aria-disabled\" );\n\t\t\t\tthis._removeClass( currentItem, null, \"ui-state-disabled\" );\n\t\t\t}\n\t\t}\n\n\t\tthis.options.disabled = disabled;\n\n\t\tthis._toggleClass( this.widget(), this.widgetFullName + \"-disabled\", null,\n\t\t\tdisabled === true );\n\t},\n\n\t_setupEvents: function( event ) {\n\t\tvar events = {};\n\t\tif ( event ) {\n\t\t\t$.each( event.split( \" \" ), function( index, eventName ) {\n\t\t\t\tevents[ eventName ] = \"_eventHandler\";\n\t\t\t} );\n\t\t}\n\n\t\tthis._off( this.anchors.add( this.tabs ).add( this.panels ) );\n\n\t\t// Always prevent the default action, even when disabled\n\t\tthis._on( true, this.anchors, {\n\t\t\tclick: function( event ) {\n\t\t\t\tevent.preventDefault();\n\t\t\t}\n\t\t} );\n\t\tthis._on( this.anchors, events );\n\t\tthis._on( this.tabs, { keydown: \"_tabKeydown\" } );\n\t\tthis._on( this.panels, { keydown: \"_panelKeydown\" } );\n\n\t\tthis._focusable( this.tabs );\n\t\tthis._hoverable( this.tabs );\n\t},\n\n\t_setupHeightStyle: function( heightStyle ) {\n\t\tvar maxHeight,\n\t\t\tparent = this.element.parent();\n\n\t\tif ( heightStyle === \"fill\" ) {\n\t\t\tmaxHeight = parent.height();\n\t\t\tmaxHeight -= this.element.outerHeight() - this.element.height();\n\n\t\t\tthis.element.siblings( \":visible\" ).each( function() {\n\t\t\t\tvar elem = $( this ),\n\t\t\t\t\tposition = elem.css( \"position\" );\n\n\t\t\t\tif ( position === \"absolute\" || position === \"fixed\" ) {\n\t\t\t\t\treturn;\n\t\t\t\t}\n\t\t\t\tmaxHeight -= elem.outerHeight( true );\n\t\t\t} );\n\n\t\t\tthis.element.children().not( this.panels ).each( function() {\n\t\t\t\tmaxHeight -= $( this ).outerHeight( true );\n\t\t\t} );\n\n\t\t\tthis.panels.each( function() {\n\t\t\t\t$( this ).height( Math.max( 0, maxHeight -\n\t\t\t\t\t$( this ).innerHeight() + $( this ).height() ) );\n\t\t\t} )\n\t\t\t\t.css( \"overflow\", \"auto\" );\n\t\t} else if ( heightStyle === \"auto\" ) {\n\t\t\tmaxHeight = 0;\n\t\t\tthis.panels.each( function() {\n\t\t\t\tmaxHeight = Math.max( maxHeight, $( this ).height( \"\" ).height() );\n\t\t\t} ).height( maxHeight );\n\t\t}\n\t},\n\n\t_eventHandler: function( event ) {\n\t\tvar options = this.options,\n\t\t\tactive = this.active,\n\t\t\tanchor = $( event.currentTarget ),\n\t\t\ttab = anchor.closest( \"li\" ),\n\t\t\tclickedIsActive = tab[ 0 ] === active[ 0 ],\n\t\t\tcollapsing = clickedIsActive && options.collapsible,\n\t\t\ttoShow = collapsing ? $() : this._getPanelForTab( tab ),\n\t\t\ttoHide = !active.length ? $() : this._getPanelForTab( active ),\n\t\t\teventData = {\n\t\t\t\toldTab: active,\n\t\t\t\toldPanel: toHide,\n\t\t\t\tnewTab: collapsing ? $() : tab,\n\t\t\t\tnewPanel: toShow\n\t\t\t};\n\n\t\tevent.preventDefault();\n\n\t\tif ( tab.hasClass( \"ui-state-disabled\" ) ||\n\n\t\t\t\t// tab is already loading\n\t\t\t\ttab.hasClass( \"ui-tabs-loading\" ) ||\n\n\t\t\t\t// can't switch durning an animation\n\t\t\t\tthis.running ||\n\n\t\t\t\t// click on active header, but not collapsible\n\t\t\t\t( clickedIsActive && !options.collapsible ) ||\n\n\t\t\t\t// allow canceling activation\n\t\t\t\t( this._trigger( \"beforeActivate\", event, eventData ) === false ) ) {\n\t\t\treturn;\n\t\t}\n\n\t\toptions.active = collapsing ? false : this.tabs.index( tab );\n\n\t\tthis.active = clickedIsActive ? $() : tab;\n\t\tif ( this.xhr ) {\n\t\t\tthis.xhr.abort();\n\t\t}\n\n\t\tif ( !toHide.length && !toShow.length ) {\n\t\t\t$.error( \"jQuery UI Tabs: Mismatching fragment identifier.\" );\n\t\t}\n\n\t\tif ( toShow.length ) {\n\t\t\tthis.load( this.tabs.index( tab ), event );\n\t\t}\n\t\tthis._toggle( event, eventData );\n\t},\n\n\t// Handles show/hide for selecting tabs\n\t_toggle: function( event, eventData ) {\n\t\tvar that = this,\n\t\t\ttoShow = eventData.newPanel,\n\t\t\ttoHide = eventData.oldPanel;\n\n\t\tthis.running = true;\n\n\t\tfunction complete() {\n\t\t\tthat.running = false;\n\t\t\tthat._trigger( \"activate\", event, eventData );\n\t\t}\n\n\t\tfunction show() {\n\t\t\tthat._addClass( eventData.newTab.closest( \"li\" ), \"ui-tabs-active\", \"ui-state-active\" );\n\n\t\t\tif ( toShow.length && that.options.show ) {\n\t\t\t\tthat._show( toShow, that.options.show, complete );\n\t\t\t} else {\n\t\t\t\ttoShow.show();\n\t\t\t\tcomplete();\n\t\t\t}\n\t\t}\n\n\t\t// Start out by hiding, then showing, then completing\n\t\tif ( toHide.length && this.options.hide ) {\n\t\t\tthis._hide( toHide, this.options.hide, function() {\n\t\t\t\tthat._removeClass( eventData.oldTab.closest( \"li\" ),\n\t\t\t\t\t\"ui-tabs-active\", \"ui-state-active\" );\n\t\t\t\tshow();\n\t\t\t} );\n\t\t} else {\n\t\t\tthis._removeClass( eventData.oldTab.closest( \"li\" ),\n\t\t\t\t\"ui-tabs-active\", \"ui-state-active\" );\n\t\t\ttoHide.hide();\n\t\t\tshow();\n\t\t}\n\n\t\ttoHide.attr( \"aria-hidden\", \"true\" );\n\t\teventData.oldTab.attr( {\n\t\t\t\"aria-selected\": \"false\",\n\t\t\t\"aria-expanded\": \"false\"\n\t\t} );\n\n\t\t// If we're switching tabs, remove the old tab from the tab order.\n\t\t// If we're opening from collapsed state, remove the previous tab from the tab order.\n\t\t// If we're collapsing, then keep the collapsing tab in the tab order.\n\t\tif ( toShow.length && toHide.length ) {\n\t\t\teventData.oldTab.attr( \"tabIndex\", -1 );\n\t\t} else if ( toShow.length ) {\n\t\t\tthis.tabs.filter( function() {\n\t\t\t\treturn $( this ).attr( \"tabIndex\" ) === 0;\n\t\t\t} )\n\t\t\t\t.attr( \"tabIndex\", -1 );\n\t\t}\n\n\t\ttoShow.attr( \"aria-hidden\", \"false\" );\n\t\teventData.newTab.attr( {\n\t\t\t\"aria-selected\": \"true\",\n\t\t\t\"aria-expanded\": \"true\",\n\t\t\ttabIndex: 0\n\t\t} );\n\t},\n\n\t_activate: function( index ) {\n\t\tvar anchor,\n\t\t\tactive = this._findActive( index );\n\n\t\t// Trying to activate the already active panel\n\t\tif ( active[ 0 ] === this.active[ 0 ] ) {\n\t\t\treturn;\n\t\t}\n\n\t\t// Trying to collapse, simulate a click on the current active header\n\t\tif ( !active.length ) {\n\t\t\tactive = this.active;\n\t\t}\n\n\t\tanchor = active.find( \".ui-tabs-anchor\" )[ 0 ];\n\t\tthis._eventHandler( {\n\t\t\ttarget: anchor,\n\t\t\tcurrentTarget: anchor,\n\t\t\tpreventDefault: $.noop\n\t\t} );\n\t},\n\n\t_findActive: function( index ) {\n\t\treturn index === false ? $() : this.tabs.eq( index );\n\t},\n\n\t_getIndex: function( index ) {\n\n\t\t// meta-function to give users option to provide a href string instead of a numerical index.\n\t\tif ( typeof index === \"string\" ) {\n\t\t\tindex = this.anchors.index( this.anchors.filter( \"[href$='\" +\n\t\t\t\t$.ui.escapeSelector( index ) + \"']\" ) );\n\t\t}\n\n\t\treturn index;\n\t},\n\n\t_destroy: function() {\n\t\tif ( this.xhr ) {\n\t\t\tthis.xhr.abort();\n\t\t}\n\n\t\tthis.tablist\n\t\t\t.removeAttr( \"role\" )\n\t\t\t.off( this.eventNamespace );\n\n\t\tthis.anchors\n\t\t\t.removeAttr( \"role tabIndex\" )\n\t\t\t.removeUniqueId();\n\n\t\tthis.tabs.add( this.panels ).each( function() {\n\t\t\tif ( $.data( this, \"ui-tabs-destroy\" ) ) {\n\t\t\t\t$( this ).remove();\n\t\t\t} else {\n\t\t\t\t$( this ).removeAttr( \"role tabIndex \" +\n\t\t\t\t\t\"aria-live aria-busy aria-selected aria-labelledby aria-hidden aria-expanded\" );\n\t\t\t}\n\t\t} );\n\n\t\tthis.tabs.each( function() {\n\t\t\tvar li = $( this ),\n\t\t\t\tprev = li.data( \"ui-tabs-aria-controls\" );\n\t\t\tif ( prev ) {\n\t\t\t\tli\n\t\t\t\t\t.attr( \"aria-controls\", prev )\n\t\t\t\t\t.removeData( \"ui-tabs-aria-controls\" );\n\t\t\t} else {\n\t\t\t\tli.removeAttr( \"aria-controls\" );\n\t\t\t}\n\t\t} );\n\n\t\tthis.panels.show();\n\n\t\tif ( this.options.heightStyle !== \"content\" ) {\n\t\t\tthis.panels.css( \"height\", \"\" );\n\t\t}\n\t},\n\n\tenable: function( index ) {\n\t\tvar disabled = this.options.disabled;\n\t\tif ( disabled === false ) {\n\t\t\treturn;\n\t\t}\n\n\t\tif ( index === undefined ) {\n\t\t\tdisabled = false;\n\t\t} else {\n\t\t\tindex = this._getIndex( index );\n\t\t\tif ( $.isArray( disabled ) ) {\n\t\t\t\tdisabled = $.map( disabled, function( num ) {\n\t\t\t\t\treturn num !== index ? num : null;\n\t\t\t\t} );\n\t\t\t} else {\n\t\t\t\tdisabled = $.map( this.tabs, function( li, num ) {\n\t\t\t\t\treturn num !== index ? num : null;\n\t\t\t\t} );\n\t\t\t}\n\t\t}\n\t\tthis._setOptionDisabled( disabled );\n\t},\n\n\tdisable: function( index ) {\n\t\tvar disabled = this.options.disabled;\n\t\tif ( disabled === true ) {\n\t\t\treturn;\n\t\t}\n\n\t\tif ( index === undefined ) {\n\t\t\tdisabled = true;\n\t\t} else {\n\t\t\tindex = this._getIndex( index );\n\t\t\tif ( $.inArray( index, disabled ) !== -1 ) {\n\t\t\t\treturn;\n\t\t\t}\n\t\t\tif ( $.isArray( disabled ) ) {\n\t\t\t\tdisabled = $.merge( [ index ], disabled ).sort();\n\t\t\t} else {\n\t\t\t\tdisabled = [ index ];\n\t\t\t}\n\t\t}\n\t\tthis._setOptionDisabled( disabled );\n\t},\n\n\tload: function( index, event ) {\n\t\tindex = this._getIndex( index );\n\t\tvar that = this,\n\t\t\ttab = this.tabs.eq( index ),\n\t\t\tanchor = tab.find( \".ui-tabs-anchor\" ),\n\t\t\tpanel = this._getPanelForTab( tab ),\n\t\t\teventData = {\n\t\t\t\ttab: tab,\n\t\t\t\tpanel: panel\n\t\t\t},\n\t\t\tcomplete = function( jqXHR, status ) {\n\t\t\t\tif ( status === \"abort\" ) {\n\t\t\t\t\tthat.panels.stop( false, true );\n\t\t\t\t}\n\n\t\t\t\tthat._removeClass( tab, \"ui-tabs-loading\" );\n\t\t\t\tpanel.removeAttr( \"aria-busy\" );\n\n\t\t\t\tif ( jqXHR === that.xhr ) {\n\t\t\t\t\tdelete that.xhr;\n\t\t\t\t}\n\t\t\t};\n\n\t\t// Not remote\n\t\tif ( this._isLocal( anchor[ 0 ] ) ) {\n\t\t\treturn;\n\t\t}\n\n\t\tthis.xhr = $.ajax( this._ajaxSettings( anchor, event, eventData ) );\n\n\t\t// Support: jQuery <1.8\n\t\t// jQuery <1.8 returns false if the request is canceled in beforeSend,\n\t\t// but as of 1.8, $.ajax() always returns a jqXHR object.\n\t\tif ( this.xhr && this.xhr.statusText !== \"canceled\" ) {\n\t\t\tthis._addClass( tab, \"ui-tabs-loading\" );\n\t\t\tpanel.attr( \"aria-busy\", \"true\" );\n\n\t\t\tthis.xhr\n\t\t\t\t.done( function( response, status, jqXHR ) {\n\n\t\t\t\t\t// support: jQuery <1.8\n\t\t\t\t\t// http://bugs.jquery.com/ticket/11778\n\t\t\t\t\tsetTimeout( function() {\n\t\t\t\t\t\tpanel.html( response );\n\t\t\t\t\t\tthat._trigger( \"load\", event, eventData );\n\n\t\t\t\t\t\tcomplete( jqXHR, status );\n\t\t\t\t\t}, 1 );\n\t\t\t\t} )\n\t\t\t\t.fail( function( jqXHR, status ) {\n\n\t\t\t\t\t// support: jQuery <1.8\n\t\t\t\t\t// http://bugs.jquery.com/ticket/11778\n\t\t\t\t\tsetTimeout( function() {\n\t\t\t\t\t\tcomplete( jqXHR, status );\n\t\t\t\t\t}, 1 );\n\t\t\t\t} );\n\t\t}\n\t},\n\n\t_ajaxSettings: function( anchor, event, eventData ) {\n\t\tvar that = this;\n\t\treturn {\n\n\t\t\t// Support: IE <11 only\n\t\t\t// Strip any hash that exists to prevent errors with the Ajax request\n\t\t\turl: anchor.attr( \"href\" ).replace( /#.*$/, \"\" ),\n\t\t\tbeforeSend: function( jqXHR, settings ) {\n\t\t\t\treturn that._trigger( \"beforeLoad\", event,\n\t\t\t\t\t$.extend( { jqXHR: jqXHR, ajaxSettings: settings }, eventData ) );\n\t\t\t}\n\t\t};\n\t},\n\n\t_getPanelForTab: function( tab ) {\n\t\tvar id = $( tab ).attr( \"aria-controls\" );\n\t\treturn this.element.find( this._sanitizeSelector( \"#\" + id ) );\n\t}\n} );\n\n// DEPRECATED\n// TODO: Switch return back to widget declaration at top of file when this is removed\nif ( $.uiBackCompat !== false ) {\n\n\t// Backcompat for ui-tab class (now ui-tabs-tab)\n\t$.widget( \"ui.tabs\", $.ui.tabs, {\n\t\t_processTabs: function() {\n\t\t\tthis._superApply( arguments );\n\t\t\tthis._addClass( this.tabs, \"ui-tab\" );\n\t\t}\n\t} );\n}\n\nvar widgetsTabs = $.ui.tabs;\n\n\n/*!\n * jQuery UI Tooltip 1.12.1\n * http://jqueryui.com\n *\n * Copyright jQuery Foundation and other contributors\n * Released under the MIT license.\n * http://jquery.org/license\n */\n\n//>>label: Tooltip\n//>>group: Widgets\n//>>description: Shows additional information for any element on hover or focus.\n//>>docs: http://api.jqueryui.com/tooltip/\n//>>demos: http://jqueryui.com/tooltip/\n//>>css.structure: ../../themes/base/core.css\n//>>css.structure: ../../themes/base/tooltip.css\n//>>css.theme: ../../themes/base/theme.css\n\n\n\n$.widget( \"ui.tooltip\", {\n\tversion: \"1.12.1\",\n\toptions: {\n\t\tclasses: {\n\t\t\t\"ui-tooltip\": \"ui-corner-all ui-widget-shadow\"\n\t\t},\n\t\tcontent: function() {\n\n\t\t\t// support: IE<9, Opera in jQuery <1.7\n\t\t\t// .text() can't accept undefined, so coerce to a string\n\t\t\tvar title = $( this ).attr( \"title\" ) || \"\";\n\n\t\t\t// Escape title, since we're going from an attribute to raw HTML\n\t\t\treturn $( \"<a>\" ).text( title ).html();\n\t\t},\n\t\thide: true,\n\n\t\t// Disabled elements have inconsistent behavior across browsers (#8661)\n\t\titems: \"[title]:not([disabled])\",\n\t\tposition: {\n\t\t\tmy: \"left top+15\",\n\t\t\tat: \"left bottom\",\n\t\t\tcollision: \"flipfit flip\"\n\t\t},\n\t\tshow: true,\n\t\ttrack: false,\n\n\t\t// Callbacks\n\t\tclose: null,\n\t\topen: null\n\t},\n\n\t_addDescribedBy: function( elem, id ) {\n\t\tvar describedby = ( elem.attr( \"aria-describedby\" ) || \"\" ).split( /\\s+/ );\n\t\tdescribedby.push( id );\n\t\telem\n\t\t\t.data( \"ui-tooltip-id\", id )\n\t\t\t.attr( \"aria-describedby\", $.trim( describedby.join( \" \" ) ) );\n\t},\n\n\t_removeDescribedBy: function( elem ) {\n\t\tvar id = elem.data( \"ui-tooltip-id\" ),\n\t\t\tdescribedby = ( elem.attr( \"aria-describedby\" ) || \"\" ).split( /\\s+/ ),\n\t\t\tindex = $.inArray( id, describedby );\n\n\t\tif ( index !== -1 ) {\n\t\t\tdescribedby.splice( index, 1 );\n\t\t}\n\n\t\telem.removeData( \"ui-tooltip-id\" );\n\t\tdescribedby = $.trim( describedby.join( \" \" ) );\n\t\tif ( describedby ) {\n\t\t\telem.attr( \"aria-describedby\", describedby );\n\t\t} else {\n\t\t\telem.removeAttr( \"aria-describedby\" );\n\t\t}\n\t},\n\n\t_create: function() {\n\t\tthis._on( {\n\t\t\tmouseover: \"open\",\n\t\t\tfocusin: \"open\"\n\t\t} );\n\n\t\t// IDs of generated tooltips, needed for destroy\n\t\tthis.tooltips = {};\n\n\t\t// IDs of parent tooltips where we removed the title attribute\n\t\tthis.parents = {};\n\n\t\t// Append the aria-live region so tooltips announce correctly\n\t\tthis.liveRegion = $( \"<div>\" )\n\t\t\t.attr( {\n\t\t\t\trole: \"log\",\n\t\t\t\t\"aria-live\": \"assertive\",\n\t\t\t\t\"aria-relevant\": \"additions\"\n\t\t\t} )\n\t\t\t.appendTo( this.document[ 0 ].body );\n\t\tthis._addClass( this.liveRegion, null, \"ui-helper-hidden-accessible\" );\n\n\t\tthis.disabledTitles = $( [] );\n\t},\n\n\t_setOption: function( key, value ) {\n\t\tvar that = this;\n\n\t\tthis._super( key, value );\n\n\t\tif ( key === \"content\" ) {\n\t\t\t$.each( this.tooltips, function( id, tooltipData ) {\n\t\t\t\tthat._updateContent( tooltipData.element );\n\t\t\t} );\n\t\t}\n\t},\n\n\t_setOptionDisabled: function( value ) {\n\t\tthis[ value ? \"_disable\" : \"_enable\" ]();\n\t},\n\n\t_disable: function() {\n\t\tvar that = this;\n\n\t\t// Close open tooltips\n\t\t$.each( this.tooltips, function( id, tooltipData ) {\n\t\t\tvar event = $.Event( \"blur\" );\n\t\t\tevent.target = event.currentTarget = tooltipData.element[ 0 ];\n\t\t\tthat.close( event, true );\n\t\t} );\n\n\t\t// Remove title attributes to prevent native tooltips\n\t\tthis.disabledTitles = this.disabledTitles.add(\n\t\t\tthis.element.find( this.options.items ).addBack()\n\t\t\t\t.filter( function() {\n\t\t\t\t\tvar element = $( this );\n\t\t\t\t\tif ( element.is( \"[title]\" ) ) {\n\t\t\t\t\t\treturn element\n\t\t\t\t\t\t\t.data( \"ui-tooltip-title\", element.attr( \"title\" ) )\n\t\t\t\t\t\t\t.removeAttr( \"title\" );\n\t\t\t\t\t}\n\t\t\t\t} )\n\t\t);\n\t},\n\n\t_enable: function() {\n\n\t\t// restore title attributes\n\t\tthis.disabledTitles.each( function() {\n\t\t\tvar element = $( this );\n\t\t\tif ( element.data( \"ui-tooltip-title\" ) ) {\n\t\t\t\telement.attr( \"title\", element.data( \"ui-tooltip-title\" ) );\n\t\t\t}\n\t\t} );\n\t\tthis.disabledTitles = $( [] );\n\t},\n\n\topen: function( event ) {\n\t\tvar that = this,\n\t\t\ttarget = $( event ? event.target : this.element )\n\n\t\t\t\t// we need closest here due to mouseover bubbling,\n\t\t\t\t// but always pointing at the same event target\n\t\t\t\t.closest( this.options.items );\n\n\t\t// No element to show a tooltip for or the tooltip is already open\n\t\tif ( !target.length || target.data( \"ui-tooltip-id\" ) ) {\n\t\t\treturn;\n\t\t}\n\n\t\tif ( target.attr( \"title\" ) ) {\n\t\t\ttarget.data( \"ui-tooltip-title\", target.attr( \"title\" ) );\n\t\t}\n\n\t\ttarget.data( \"ui-tooltip-open\", true );\n\n\t\t// Kill parent tooltips, custom or native, for hover\n\t\tif ( event && event.type === \"mouseover\" ) {\n\t\t\ttarget.parents().each( function() {\n\t\t\t\tvar parent = $( this ),\n\t\t\t\t\tblurEvent;\n\t\t\t\tif ( parent.data( \"ui-tooltip-open\" ) ) {\n\t\t\t\t\tblurEvent = $.Event( \"blur\" );\n\t\t\t\t\tblurEvent.target = blurEvent.currentTarget = this;\n\t\t\t\t\tthat.close( blurEvent, true );\n\t\t\t\t}\n\t\t\t\tif ( parent.attr( \"title\" ) ) {\n\t\t\t\t\tparent.uniqueId();\n\t\t\t\t\tthat.parents[ this.id ] = {\n\t\t\t\t\t\telement: this,\n\t\t\t\t\t\ttitle: parent.attr( \"title\" )\n\t\t\t\t\t};\n\t\t\t\t\tparent.attr( \"title\", \"\" );\n\t\t\t\t}\n\t\t\t} );\n\t\t}\n\n\t\tthis._registerCloseHandlers( event, target );\n\t\tthis._updateContent( target, event );\n\t},\n\n\t_updateContent: function( target, event ) {\n\t\tvar content,\n\t\t\tcontentOption = this.options.content,\n\t\t\tthat = this,\n\t\t\teventType = event ? event.type : null;\n\n\t\tif ( typeof contentOption === \"string\" || contentOption.nodeType ||\n\t\t\t\tcontentOption.jquery ) {\n\t\t\treturn this._open( event, target, contentOption );\n\t\t}\n\n\t\tcontent = contentOption.call( target[ 0 ], function( response ) {\n\n\t\t\t// IE may instantly serve a cached response for ajax requests\n\t\t\t// delay this call to _open so the other call to _open runs first\n\t\t\tthat._delay( function() {\n\n\t\t\t\t// Ignore async response if tooltip was closed already\n\t\t\t\tif ( !target.data( \"ui-tooltip-open\" ) ) {\n\t\t\t\t\treturn;\n\t\t\t\t}\n\n\t\t\t\t// JQuery creates a special event for focusin when it doesn't\n\t\t\t\t// exist natively. To improve performance, the native event\n\t\t\t\t// object is reused and the type is changed. Therefore, we can't\n\t\t\t\t// rely on the type being correct after the event finished\n\t\t\t\t// bubbling, so we set it back to the previous value. (#8740)\n\t\t\t\tif ( event ) {\n\t\t\t\t\tevent.type = eventType;\n\t\t\t\t}\n\t\t\t\tthis._open( event, target, response );\n\t\t\t} );\n\t\t} );\n\t\tif ( content ) {\n\t\t\tthis._open( event, target, content );\n\t\t}\n\t},\n\n\t_open: function( event, target, content ) {\n\t\tvar tooltipData, tooltip, delayedShow, a11yContent,\n\t\t\tpositionOption = $.extend( {}, this.options.position );\n\n\t\tif ( !content ) {\n\t\t\treturn;\n\t\t}\n\n\t\t// Content can be updated multiple times. If the tooltip already\n\t\t// exists, then just update the content and bail.\n\t\ttooltipData = this._find( target );\n\t\tif ( tooltipData ) {\n\t\t\ttooltipData.tooltip.find( \".ui-tooltip-content\" ).html( content );\n\t\t\treturn;\n\t\t}\n\n\t\t// If we have a title, clear it to prevent the native tooltip\n\t\t// we have to check first to avoid defining a title if none exists\n\t\t// (we don't want to cause an element to start matching [title])\n\t\t//\n\t\t// We use removeAttr only for key events, to allow IE to export the correct\n\t\t// accessible attributes. For mouse events, set to empty string to avoid\n\t\t// native tooltip showing up (happens only when removing inside mouseover).\n\t\tif ( target.is( \"[title]\" ) ) {\n\t\t\tif ( event && event.type === \"mouseover\" ) {\n\t\t\t\ttarget.attr( \"title\", \"\" );\n\t\t\t} else {\n\t\t\t\ttarget.removeAttr( \"title\" );\n\t\t\t}\n\t\t}\n\n\t\ttooltipData = this._tooltip( target );\n\t\ttooltip = tooltipData.tooltip;\n\t\tthis._addDescribedBy( target, tooltip.attr( \"id\" ) );\n\t\ttooltip.find( \".ui-tooltip-content\" ).html( content );\n\n\t\t// Support: Voiceover on OS X, JAWS on IE <= 9\n\t\t// JAWS announces deletions even when aria-relevant=\"additions\"\n\t\t// Voiceover will sometimes re-read the entire log region's contents from the beginning\n\t\tthis.liveRegion.children().hide();\n\t\ta11yContent = $( \"<div>\" ).html( tooltip.find( \".ui-tooltip-content\" ).html() );\n\t\ta11yContent.removeAttr( \"name\" ).find( \"[name]\" ).removeAttr( \"name\" );\n\t\ta11yContent.removeAttr( \"id\" ).find( \"[id]\" ).removeAttr( \"id\" );\n\t\ta11yContent.appendTo( this.liveRegion );\n\n\t\tfunction position( event ) {\n\t\t\tpositionOption.of = event;\n\t\t\tif ( tooltip.is( \":hidden\" ) ) {\n\t\t\t\treturn;\n\t\t\t}\n\t\t\ttooltip.position( positionOption );\n\t\t}\n\t\tif ( this.options.track && event && /^mouse/.test( event.type ) ) {\n\t\t\tthis._on( this.document, {\n\t\t\t\tmousemove: position\n\t\t\t} );\n\n\t\t\t// trigger once to override element-relative positioning\n\t\t\tposition( event );\n\t\t} else {\n\t\t\ttooltip.position( $.extend( {\n\t\t\t\tof: target\n\t\t\t}, this.options.position ) );\n\t\t}\n\n\t\ttooltip.hide();\n\n\t\tthis._show( tooltip, this.options.show );\n\n\t\t// Handle tracking tooltips that are shown with a delay (#8644). As soon\n\t\t// as the tooltip is visible, position the tooltip using the most recent\n\t\t// event.\n\t\t// Adds the check to add the timers only when both delay and track options are set (#14682)\n\t\tif ( this.options.track && this.options.show && this.options.show.delay ) {\n\t\t\tdelayedShow = this.delayedShow = setInterval( function() {\n\t\t\t\tif ( tooltip.is( \":visible\" ) ) {\n\t\t\t\t\tposition( positionOption.of );\n\t\t\t\t\tclearInterval( delayedShow );\n\t\t\t\t}\n\t\t\t}, $.fx.interval );\n\t\t}\n\n\t\tthis._trigger( \"open\", event, { tooltip: tooltip } );\n\t},\n\n\t_registerCloseHandlers: function( event, target ) {\n\t\tvar events = {\n\t\t\tkeyup: function( event ) {\n\t\t\t\tif ( event.keyCode === $.ui.keyCode.ESCAPE ) {\n\t\t\t\t\tvar fakeEvent = $.Event( event );\n\t\t\t\t\tfakeEvent.currentTarget = target[ 0 ];\n\t\t\t\t\tthis.close( fakeEvent, true );\n\t\t\t\t}\n\t\t\t}\n\t\t};\n\n\t\t// Only bind remove handler for delegated targets. Non-delegated\n\t\t// tooltips will handle this in destroy.\n\t\tif ( target[ 0 ] !== this.element[ 0 ] ) {\n\t\t\tevents.remove = function() {\n\t\t\t\tthis._removeTooltip( this._find( target ).tooltip );\n\t\t\t};\n\t\t}\n\n\t\tif ( !event || event.type === \"mouseover\" ) {\n\t\t\tevents.mouseleave = \"close\";\n\t\t}\n\t\tif ( !event || event.type === \"focusin\" ) {\n\t\t\tevents.focusout = \"close\";\n\t\t}\n\t\tthis._on( true, target, events );\n\t},\n\n\tclose: function( event ) {\n\t\tvar tooltip,\n\t\t\tthat = this,\n\t\t\ttarget = $( event ? event.currentTarget : this.element ),\n\t\t\ttooltipData = this._find( target );\n\n\t\t// The tooltip may already be closed\n\t\tif ( !tooltipData ) {\n\n\t\t\t// We set ui-tooltip-open immediately upon open (in open()), but only set the\n\t\t\t// additional data once there's actually content to show (in _open()). So even if the\n\t\t\t// tooltip doesn't have full data, we always remove ui-tooltip-open in case we're in\n\t\t\t// the period between open() and _open().\n\t\t\ttarget.removeData( \"ui-tooltip-open\" );\n\t\t\treturn;\n\t\t}\n\n\t\ttooltip = tooltipData.tooltip;\n\n\t\t// Disabling closes the tooltip, so we need to track when we're closing\n\t\t// to avoid an infinite loop in case the tooltip becomes disabled on close\n\t\tif ( tooltipData.closing ) {\n\t\t\treturn;\n\t\t}\n\n\t\t// Clear the interval for delayed tracking tooltips\n\t\tclearInterval( this.delayedShow );\n\n\t\t// Only set title if we had one before (see comment in _open())\n\t\t// If the title attribute has changed since open(), don't restore\n\t\tif ( target.data( \"ui-tooltip-title\" ) && !target.attr( \"title\" ) ) {\n\t\t\ttarget.attr( \"title\", target.data( \"ui-tooltip-title\" ) );\n\t\t}\n\n\t\tthis._removeDescribedBy( target );\n\n\t\ttooltipData.hiding = true;\n\t\ttooltip.stop( true );\n\t\tthis._hide( tooltip, this.options.hide, function() {\n\t\t\tthat._removeTooltip( $( this ) );\n\t\t} );\n\n\t\ttarget.removeData( \"ui-tooltip-open\" );\n\t\tthis._off( target, \"mouseleave focusout keyup\" );\n\n\t\t// Remove 'remove' binding only on delegated targets\n\t\tif ( target[ 0 ] !== this.element[ 0 ] ) {\n\t\t\tthis._off( target, \"remove\" );\n\t\t}\n\t\tthis._off( this.document, \"mousemove\" );\n\n\t\tif ( event && event.type === \"mouseleave\" ) {\n\t\t\t$.each( this.parents, function( id, parent ) {\n\t\t\t\t$( parent.element ).attr( \"title\", parent.title );\n\t\t\t\tdelete that.parents[ id ];\n\t\t\t} );\n\t\t}\n\n\t\ttooltipData.closing = true;\n\t\tthis._trigger( \"close\", event, { tooltip: tooltip } );\n\t\tif ( !tooltipData.hiding ) {\n\t\t\ttooltipData.closing = false;\n\t\t}\n\t},\n\n\t_tooltip: function( element ) {\n\t\tvar tooltip = $( \"<div>\" ).attr( \"role\", \"tooltip\" ),\n\t\t\tcontent = $( \"<div>\" ).appendTo( tooltip ),\n\t\t\tid = tooltip.uniqueId().attr( \"id\" );\n\n\t\tthis._addClass( content, \"ui-tooltip-content\" );\n\t\tthis._addClass( tooltip, \"ui-tooltip\", \"ui-widget ui-widget-content\" );\n\n\t\ttooltip.appendTo( this._appendTo( element ) );\n\n\t\treturn this.tooltips[ id ] = {\n\t\t\telement: element,\n\t\t\ttooltip: tooltip\n\t\t};\n\t},\n\n\t_find: function( target ) {\n\t\tvar id = target.data( \"ui-tooltip-id\" );\n\t\treturn id ? this.tooltips[ id ] : null;\n\t},\n\n\t_removeTooltip: function( tooltip ) {\n\t\ttooltip.remove();\n\t\tdelete this.tooltips[ tooltip.attr( \"id\" ) ];\n\t},\n\n\t_appendTo: function( target ) {\n\t\tvar element = target.closest( \".ui-front, dialog\" );\n\n\t\tif ( !element.length ) {\n\t\t\telement = this.document[ 0 ].body;\n\t\t}\n\n\t\treturn element;\n\t},\n\n\t_destroy: function() {\n\t\tvar that = this;\n\n\t\t// Close open tooltips\n\t\t$.each( this.tooltips, function( id, tooltipData ) {\n\n\t\t\t// Delegate to close method to handle common cleanup\n\t\t\tvar event = $.Event( \"blur\" ),\n\t\t\t\telement = tooltipData.element;\n\t\t\tevent.target = event.currentTarget = element[ 0 ];\n\t\t\tthat.close( event, true );\n\n\t\t\t// Remove immediately; destroying an open tooltip doesn't use the\n\t\t\t// hide animation\n\t\t\t$( \"#\" + id ).remove();\n\n\t\t\t// Restore the title\n\t\t\tif ( element.data( \"ui-tooltip-title\" ) ) {\n\n\t\t\t\t// If the title attribute has changed since open(), don't restore\n\t\t\t\tif ( !element.attr( \"title\" ) ) {\n\t\t\t\t\telement.attr( \"title\", element.data( \"ui-tooltip-title\" ) );\n\t\t\t\t}\n\t\t\t\telement.removeData( \"ui-tooltip-title\" );\n\t\t\t}\n\t\t} );\n\t\tthis.liveRegion.remove();\n\t}\n} );\n\n// DEPRECATED\n// TODO: Switch return back to widget declaration at top of file when this is removed\nif ( $.uiBackCompat !== false ) {\n\n\t// Backcompat for tooltipClass option\n\t$.widget( \"ui.tooltip\", $.ui.tooltip, {\n\t\toptions: {\n\t\t\ttooltipClass: null\n\t\t},\n\t\t_tooltip: function() {\n\t\t\tvar tooltipData = this._superApply( arguments );\n\t\t\tif ( this.options.tooltipClass ) {\n\t\t\t\ttooltipData.tooltip.addClass( this.options.tooltipClass );\n\t\t\t}\n\t\t\treturn tooltipData;\n\t\t}\n\t} );\n}\n\nvar widgetsTooltip = $.ui.tooltip;\n\n\n\n\n}));","/**\n * jquery.Jcrop.js v0.9.12\n * jQuery Image Cropping Plugin - released under MIT License \n * Author: Kelly Hallman <khallman@gmail.com>\n * http://github.com/tapmodo/Jcrop\n * Copyright (c) 2008-2013 Tapmodo Interactive LLC {{{\n *\n * Permission is hereby granted, free of charge, to any person\n * obtaining a copy of this software and associated documentation\n * files (the \"Software\"), to deal in the Software without\n * restriction, including without limitation the rights to use,\n * copy, modify, merge, publish, distribute, sublicense, and/or sell\n * copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following\n * conditions:\n *\n * The above copyright notice and this permission notice shall be\n * included in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND,\n * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES\n * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND\n * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT\n * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,\n * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING\n * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR\n * OTHER DEALINGS IN THE SOFTWARE.\n *\n * }}}\n */\n\n(function ($) {\n\n $.Jcrop = function (obj, opt) {\n var options = $.extend({}, $.Jcrop.defaults),\n docOffset,\n _ua = navigator.userAgent.toLowerCase(),\n is_msie = /msie/.test(_ua),\n ie6mode = /msie [1-6]\\./.test(_ua);\n\n // Internal Methods {{{\n function px(n) {\n return Math.round(n) + 'px';\n }\n function cssClass(cl) {\n return options.baseClass + '-' + cl;\n }\n function supportsColorFade() {\n return $.fx.step.hasOwnProperty('backgroundColor');\n }\n function getPos(obj) //{{{\n {\n var pos = $(obj).offset();\n return [pos.left, pos.top];\n }\n //}}}\n function mouseAbs(e) //{{{\n {\n return [(e.pageX - docOffset[0]), (e.pageY - docOffset[1])];\n }\n //}}}\n function setOptions(opt) //{{{\n {\n if (typeof(opt) !== 'object') opt = {};\n options = $.extend(options, opt);\n\n $.each(['onChange','onSelect','onRelease','onDblClick'],function(i,e) {\n if (typeof(options[e]) !== 'function') options[e] = function () {};\n });\n }\n //}}}\n function startDragMode(mode, pos, touch) //{{{\n {\n docOffset = getPos($img);\n Tracker.setCursor(mode === 'move' ? mode : mode + '-resize');\n\n if (mode === 'move') {\n return Tracker.activateHandlers(createMover(pos), doneSelect, touch);\n }\n\n var fc = Coords.getFixed();\n var opp = oppLockCorner(mode);\n var opc = Coords.getCorner(oppLockCorner(opp));\n\n Coords.setPressed(Coords.getCorner(opp));\n Coords.setCurrent(opc);\n\n Tracker.activateHandlers(dragmodeHandler(mode, fc), doneSelect, touch);\n }\n //}}}\n function dragmodeHandler(mode, f) //{{{\n {\n return function (pos) {\n if (!options.aspectRatio) {\n switch (mode) {\n case 'e':\n pos[1] = f.y2;\n break;\n case 'w':\n pos[1] = f.y2;\n break;\n case 'n':\n pos[0] = f.x2;\n break;\n case 's':\n pos[0] = f.x2;\n break;\n }\n } else {\n switch (mode) {\n case 'e':\n pos[1] = f.y + 1;\n break;\n case 'w':\n pos[1] = f.y + 1;\n break;\n case 'n':\n pos[0] = f.x + 1;\n break;\n case 's':\n pos[0] = f.x + 1;\n break;\n }\n }\n Coords.setCurrent(pos);\n Selection.update();\n };\n }\n //}}}\n function createMover(pos) //{{{\n {\n var lloc = pos;\n KeyManager.watchKeys();\n\n return function (pos) {\n Coords.moveOffset([pos[0] - lloc[0], pos[1] - lloc[1]]);\n lloc = pos;\n\n Selection.update();\n };\n }\n //}}}\n function oppLockCorner(ord) //{{{\n {\n switch (ord) {\n case 'n':\n return 'sw';\n case 's':\n return 'nw';\n case 'e':\n return 'nw';\n case 'w':\n return 'ne';\n case 'ne':\n return 'sw';\n case 'nw':\n return 'se';\n case 'se':\n return 'nw';\n case 'sw':\n return 'ne';\n }\n }\n //}}}\n function createDragger(ord) //{{{\n {\n return function (e) {\n if (options.disabled) {\n return false;\n }\n if ((ord === 'move') && !options.allowMove) {\n return false;\n }\n \n // Fix position of crop area when dragged the very first time.\n // Necessary when crop image is in a hidden element when page is loaded.\n docOffset = getPos($img);\n\n btndown = true;\n startDragMode(ord, mouseAbs(e));\n e.stopPropagation();\n e.preventDefault();\n return false;\n };\n }\n //}}}\n function presize($obj, w, h) //{{{\n {\n var nw = $obj.width(),\n nh = $obj.height();\n if ((nw > w) && w > 0) {\n nw = w;\n nh = (w / $obj.width()) * $obj.height();\n }\n if ((nh > h) && h > 0) {\n nh = h;\n nw = (h / $obj.height()) * $obj.width();\n }\n xscale = $obj.width() / nw;\n yscale = $obj.height() / nh;\n $obj.width(nw).height(nh);\n }\n //}}}\n function unscale(c) //{{{\n {\n return {\n x: c.x * xscale,\n y: c.y * yscale,\n x2: c.x2 * xscale,\n y2: c.y2 * yscale,\n w: c.w * xscale,\n h: c.h * yscale\n };\n }\n //}}}\n function doneSelect(pos) //{{{\n {\n var c = Coords.getFixed();\n if ((c.w > options.minSelect[0]) && (c.h > options.minSelect[1])) {\n Selection.enableHandles();\n Selection.done();\n } else {\n Selection.release();\n }\n Tracker.setCursor(options.allowSelect ? 'crosshair' : 'default');\n }\n //}}}\n function newSelection(e) //{{{\n {\n if (options.disabled) {\n return false;\n }\n if (!options.allowSelect) {\n return false;\n }\n btndown = true;\n docOffset = getPos($img);\n Selection.disableHandles();\n Tracker.setCursor('crosshair');\n var pos = mouseAbs(e);\n Coords.setPressed(pos);\n Selection.update();\n Tracker.activateHandlers(selectDrag, doneSelect, e.type.substring(0,5)==='touch');\n KeyManager.watchKeys();\n\n e.stopPropagation();\n e.preventDefault();\n return false;\n }\n //}}}\n function selectDrag(pos) //{{{\n {\n Coords.setCurrent(pos);\n Selection.update();\n }\n //}}}\n function newTracker() //{{{\n {\n var trk = $('<div></div>').addClass(cssClass('tracker'));\n if (is_msie) {\n trk.css({\n opacity: 0,\n backgroundColor: 'white'\n });\n }\n return trk;\n }\n //}}}\n\n // }}}\n // Initialization {{{\n // Sanitize some options {{{\n if (typeof(obj) !== 'object') {\n obj = $(obj)[0];\n }\n if (typeof(opt) !== 'object') {\n opt = {};\n }\n // }}}\n setOptions(opt);\n // Initialize some jQuery objects {{{\n // The values are SET on the image(s) for the interface\n // If the original image has any of these set, they will be reset\n // However, if you destroy() the Jcrop instance the original image's\n // character in the DOM will be as you left it.\n var img_css = {\n border: 'none',\n visibility: 'visible',\n margin: 0,\n padding: 0,\n position: 'absolute',\n top: 0,\n left: 0\n };\n\n var $origimg = $(obj),\n img_mode = true;\n\n if (obj.tagName == 'IMG') {\n // Fix size of crop image.\n // Necessary when crop image is within a hidden element when page is loaded.\n if ($origimg[0].width != 0 && $origimg[0].height != 0) {\n // Obtain dimensions from contained img element.\n $origimg.width($origimg[0].width);\n $origimg.height($origimg[0].height);\n } else {\n // Obtain dimensions from temporary image in case the original is not loaded yet (e.g. IE 7.0). \n var tempImage = new Image();\n tempImage.src = $origimg[0].src;\n $origimg.width(tempImage.width);\n $origimg.height(tempImage.height);\n } \n\n var $img = $origimg.clone().removeAttr('id').css(img_css).show();\n\n $img.width($origimg.width());\n $img.height($origimg.height());\n $origimg.after($img).hide();\n\n } else {\n $img = $origimg.css(img_css).show();\n img_mode = false;\n if (options.shade === null) { options.shade = true; }\n }\n\n presize($img, options.boxWidth, options.boxHeight);\n\n var boundx = $img.width(),\n boundy = $img.height(),\n \n \n $div = $('<div />').width(boundx).height(boundy).addClass(cssClass('holder')).css({\n position: 'relative',\n backgroundColor: options.bgColor\n }).insertAfter($origimg).append($img);\n\n if (options.addClass) {\n $div.addClass(options.addClass);\n }\n\n var $img2 = $('<div />'),\n\n $img_holder = $('<div />') \n .width('100%').height('100%').css({\n zIndex: 310,\n position: 'absolute',\n overflow: 'hidden'\n }),\n\n $hdl_holder = $('<div />') \n .width('100%').height('100%').css('zIndex', 320), \n\n $sel = $('<div />') \n .css({\n position: 'absolute',\n zIndex: 600\n }).dblclick(function(){\n var c = Coords.getFixed();\n options.onDblClick.call(api,c);\n }).insertBefore($img).append($img_holder, $hdl_holder); \n\n if (img_mode) {\n\n $img2 = $('<img />')\n .attr('src', $img.attr('src')).css(img_css).width(boundx).height(boundy),\n\n $img_holder.append($img2);\n\n }\n\n if (ie6mode) {\n $sel.css({\n overflowY: 'hidden'\n });\n }\n\n var bound = options.boundary;\n var $trk = newTracker().width(boundx + (bound * 2)).height(boundy + (bound * 2)).css({\n position: 'absolute',\n top: px(-bound),\n left: px(-bound),\n zIndex: 290\n }).mousedown(newSelection);\n\n /* }}} */\n // Set more variables {{{\n var bgcolor = options.bgColor,\n bgopacity = options.bgOpacity,\n xlimit, ylimit, xmin, ymin, xscale, yscale, enabled = true,\n btndown, animating, shift_down;\n\n docOffset = getPos($img);\n // }}}\n // }}}\n // Internal Modules {{{\n // Touch Module {{{ \n var Touch = (function () {\n // Touch support detection function adapted (under MIT License)\n // from code by Jeffrey Sambells - http://github.com/iamamused/\n function hasTouchSupport() {\n var support = {}, events = ['touchstart', 'touchmove', 'touchend'],\n el = document.createElement('div'), i;\n\n try {\n for(i=0; i<events.length; i++) {\n var eventName = events[i];\n eventName = 'on' + eventName;\n var isSupported = (eventName in el);\n if (!isSupported) {\n el.setAttribute(eventName, 'return;');\n isSupported = typeof el[eventName] == 'function';\n }\n support[events[i]] = isSupported;\n }\n return support.touchstart && support.touchend && support.touchmove;\n }\n catch(err) {\n return false;\n }\n }\n\n function detectSupport() {\n if ((options.touchSupport === true) || (options.touchSupport === false)) return options.touchSupport;\n else return hasTouchSupport();\n }\n return {\n createDragger: function (ord) {\n return function (e) {\n if (options.disabled) {\n return false;\n }\n if ((ord === 'move') && !options.allowMove) {\n return false;\n }\n docOffset = getPos($img);\n btndown = true;\n startDragMode(ord, mouseAbs(Touch.cfilter(e)), true);\n e.stopPropagation();\n e.preventDefault();\n return false;\n };\n },\n newSelection: function (e) {\n return newSelection(Touch.cfilter(e));\n },\n cfilter: function (e){\n e.pageX = e.originalEvent.changedTouches[0].pageX;\n e.pageY = e.originalEvent.changedTouches[0].pageY;\n return e;\n },\n isSupported: hasTouchSupport,\n support: detectSupport()\n };\n }());\n // }}}\n // Coords Module {{{\n var Coords = (function () {\n var x1 = 0,\n y1 = 0,\n x2 = 0,\n y2 = 0,\n ox, oy;\n\n function setPressed(pos) //{{{\n {\n pos = rebound(pos);\n x2 = x1 = pos[0];\n y2 = y1 = pos[1];\n }\n //}}}\n function setCurrent(pos) //{{{\n {\n pos = rebound(pos);\n ox = pos[0] - x2;\n oy = pos[1] - y2;\n x2 = pos[0];\n y2 = pos[1];\n }\n //}}}\n function getOffset() //{{{\n {\n return [ox, oy];\n }\n //}}}\n function moveOffset(offset) //{{{\n {\n var ox = offset[0],\n oy = offset[1];\n\n if (0 > x1 + ox) {\n ox -= ox + x1;\n }\n if (0 > y1 + oy) {\n oy -= oy + y1;\n }\n\n if (boundy < y2 + oy) {\n oy += boundy - (y2 + oy);\n }\n if (boundx < x2 + ox) {\n ox += boundx - (x2 + ox);\n }\n\n x1 += ox;\n x2 += ox;\n y1 += oy;\n y2 += oy;\n }\n //}}}\n function getCorner(ord) //{{{\n {\n var c = getFixed();\n switch (ord) {\n case 'ne':\n return [c.x2, c.y];\n case 'nw':\n return [c.x, c.y];\n case 'se':\n return [c.x2, c.y2];\n case 'sw':\n return [c.x, c.y2];\n }\n }\n //}}}\n function getFixed() //{{{\n {\n if (!options.aspectRatio) {\n return getRect();\n }\n // This function could use some optimization I think...\n var aspect = options.aspectRatio,\n min_x = options.minSize[0] / xscale,\n \n \n //min_y = options.minSize[1]/yscale,\n max_x = options.maxSize[0] / xscale,\n max_y = options.maxSize[1] / yscale,\n rw = x2 - x1,\n rh = y2 - y1,\n rwa = Math.abs(rw),\n rha = Math.abs(rh),\n real_ratio = rwa / rha,\n xx, yy, w, h;\n\n if (max_x === 0) {\n max_x = boundx * 10;\n }\n if (max_y === 0) {\n max_y = boundy * 10;\n }\n if (real_ratio < aspect) {\n yy = y2;\n w = rha * aspect;\n xx = rw < 0 ? x1 - w : w + x1;\n\n if (xx < 0) {\n xx = 0;\n h = Math.abs((xx - x1) / aspect);\n yy = rh < 0 ? y1 - h : h + y1;\n } else if (xx > boundx) {\n xx = boundx;\n h = Math.abs((xx - x1) / aspect);\n yy = rh < 0 ? y1 - h : h + y1;\n }\n } else {\n xx = x2;\n h = rwa / aspect;\n yy = rh < 0 ? y1 - h : y1 + h;\n if (yy < 0) {\n yy = 0;\n w = Math.abs((yy - y1) * aspect);\n xx = rw < 0 ? x1 - w : w + x1;\n } else if (yy > boundy) {\n yy = boundy;\n w = Math.abs(yy - y1) * aspect;\n xx = rw < 0 ? x1 - w : w + x1;\n }\n }\n\n // Magic %-)\n if (xx > x1) { // right side\n if (xx - x1 < min_x) {\n xx = x1 + min_x;\n } else if (xx - x1 > max_x) {\n xx = x1 + max_x;\n }\n if (yy > y1) {\n yy = y1 + (xx - x1) / aspect;\n } else {\n yy = y1 - (xx - x1) / aspect;\n }\n } else if (xx < x1) { // left side\n if (x1 - xx < min_x) {\n xx = x1 - min_x;\n } else if (x1 - xx > max_x) {\n xx = x1 - max_x;\n }\n if (yy > y1) {\n yy = y1 + (x1 - xx) / aspect;\n } else {\n yy = y1 - (x1 - xx) / aspect;\n }\n }\n\n if (xx < 0) {\n x1 -= xx;\n xx = 0;\n } else if (xx > boundx) {\n x1 -= xx - boundx;\n xx = boundx;\n }\n\n if (yy < 0) {\n y1 -= yy;\n yy = 0;\n } else if (yy > boundy) {\n y1 -= yy - boundy;\n yy = boundy;\n }\n\n return makeObj(flipCoords(x1, y1, xx, yy));\n }\n //}}}\n function rebound(p) //{{{\n {\n if (p[0] < 0) p[0] = 0;\n if (p[1] < 0) p[1] = 0;\n\n if (p[0] > boundx) p[0] = boundx;\n if (p[1] > boundy) p[1] = boundy;\n\n return [Math.round(p[0]), Math.round(p[1])];\n }\n //}}}\n function flipCoords(x1, y1, x2, y2) //{{{\n {\n var xa = x1,\n xb = x2,\n ya = y1,\n yb = y2;\n if (x2 < x1) {\n xa = x2;\n xb = x1;\n }\n if (y2 < y1) {\n ya = y2;\n yb = y1;\n }\n return [xa, ya, xb, yb];\n }\n //}}}\n function getRect() //{{{\n {\n var xsize = x2 - x1,\n ysize = y2 - y1,\n delta;\n\n if (xlimit && (Math.abs(xsize) > xlimit)) {\n x2 = (xsize > 0) ? (x1 + xlimit) : (x1 - xlimit);\n }\n if (ylimit && (Math.abs(ysize) > ylimit)) {\n y2 = (ysize > 0) ? (y1 + ylimit) : (y1 - ylimit);\n }\n\n if (ymin / yscale && (Math.abs(ysize) < ymin / yscale)) {\n y2 = (ysize > 0) ? (y1 + ymin / yscale) : (y1 - ymin / yscale);\n }\n if (xmin / xscale && (Math.abs(xsize) < xmin / xscale)) {\n x2 = (xsize > 0) ? (x1 + xmin / xscale) : (x1 - xmin / xscale);\n }\n\n if (x1 < 0) {\n x2 -= x1;\n x1 -= x1;\n }\n if (y1 < 0) {\n y2 -= y1;\n y1 -= y1;\n }\n if (x2 < 0) {\n x1 -= x2;\n x2 -= x2;\n }\n if (y2 < 0) {\n y1 -= y2;\n y2 -= y2;\n }\n if (x2 > boundx) {\n delta = x2 - boundx;\n x1 -= delta;\n x2 -= delta;\n }\n if (y2 > boundy) {\n delta = y2 - boundy;\n y1 -= delta;\n y2 -= delta;\n }\n if (x1 > boundx) {\n delta = x1 - boundy;\n y2 -= delta;\n y1 -= delta;\n }\n if (y1 > boundy) {\n delta = y1 - boundy;\n y2 -= delta;\n y1 -= delta;\n }\n\n return makeObj(flipCoords(x1, y1, x2, y2));\n }\n //}}}\n function makeObj(a) //{{{\n {\n return {\n x: a[0],\n y: a[1],\n x2: a[2],\n y2: a[3],\n w: a[2] - a[0],\n h: a[3] - a[1]\n };\n }\n //}}}\n\n return {\n flipCoords: flipCoords,\n setPressed: setPressed,\n setCurrent: setCurrent,\n getOffset: getOffset,\n moveOffset: moveOffset,\n getCorner: getCorner,\n getFixed: getFixed\n };\n }());\n\n //}}}\n // Shade Module {{{\n var Shade = (function() {\n var enabled = false,\n holder = $('<div />').css({\n position: 'absolute',\n zIndex: 240,\n opacity: 0\n }),\n shades = {\n top: createShade(),\n left: createShade().height(boundy),\n right: createShade().height(boundy),\n bottom: createShade()\n };\n\n function resizeShades(w,h) {\n shades.left.css({ height: px(h) });\n shades.right.css({ height: px(h) });\n }\n function updateAuto()\n {\n return updateShade(Coords.getFixed());\n }\n function updateShade(c)\n {\n shades.top.css({\n left: px(c.x),\n width: px(c.w),\n height: px(c.y)\n });\n shades.bottom.css({\n top: px(c.y2),\n left: px(c.x),\n width: px(c.w),\n height: px(boundy-c.y2)\n });\n shades.right.css({\n left: px(c.x2),\n width: px(boundx-c.x2)\n });\n shades.left.css({\n width: px(c.x)\n });\n }\n function createShade() {\n return $('<div />').css({\n position: 'absolute',\n backgroundColor: options.shadeColor||options.bgColor\n }).appendTo(holder);\n }\n function enableShade() {\n if (!enabled) {\n enabled = true;\n holder.insertBefore($img);\n updateAuto();\n Selection.setBgOpacity(1,0,1);\n $img2.hide();\n\n setBgColor(options.shadeColor||options.bgColor,1);\n if (Selection.isAwake())\n {\n setOpacity(options.bgOpacity,1);\n }\n else setOpacity(1,1);\n }\n }\n function setBgColor(color,now) {\n colorChangeMacro(getShades(),color,now);\n }\n function disableShade() {\n if (enabled) {\n holder.remove();\n $img2.show();\n enabled = false;\n if (Selection.isAwake()) {\n Selection.setBgOpacity(options.bgOpacity,1,1);\n } else {\n Selection.setBgOpacity(1,1,1);\n Selection.disableHandles();\n }\n colorChangeMacro($div,0,1);\n }\n }\n function setOpacity(opacity,now) {\n if (enabled) {\n if (options.bgFade && !now) {\n holder.animate({\n opacity: 1-opacity\n },{\n queue: false,\n duration: options.fadeTime\n });\n }\n else holder.css({opacity:1-opacity});\n }\n }\n function refreshAll() {\n options.shade ? enableShade() : disableShade();\n if (Selection.isAwake()) setOpacity(options.bgOpacity);\n }\n function getShades() {\n return holder.children();\n }\n\n return {\n update: updateAuto,\n updateRaw: updateShade,\n getShades: getShades,\n setBgColor: setBgColor,\n enable: enableShade,\n disable: disableShade,\n resize: resizeShades,\n refresh: refreshAll,\n opacity: setOpacity\n };\n }());\n // }}}\n // Selection Module {{{\n var Selection = (function () {\n var awake,\n hdep = 370,\n borders = {},\n handle = {},\n dragbar = {},\n seehandles = false;\n\n // Private Methods\n function insertBorder(type) //{{{\n {\n var jq = $('<div />').css({\n position: 'absolute',\n opacity: options.borderOpacity\n }).addClass(cssClass(type));\n $img_holder.append(jq);\n return jq;\n }\n //}}}\n function dragDiv(ord, zi) //{{{\n {\n var jq = $('<div />').mousedown(createDragger(ord)).css({\n cursor: ord + '-resize',\n position: 'absolute',\n zIndex: zi\n }).addClass('ord-'+ord);\n\n if (Touch.support) {\n jq.bind('touchstart.jcrop', Touch.createDragger(ord));\n }\n\n $hdl_holder.append(jq);\n return jq;\n }\n //}}}\n function insertHandle(ord) //{{{\n {\n var hs = options.handleSize,\n\n div = dragDiv(ord, hdep++).css({\n opacity: options.handleOpacity\n }).addClass(cssClass('handle'));\n\n if (hs) { div.width(hs).height(hs); }\n\n return div;\n }\n //}}}\n function insertDragbar(ord) //{{{\n {\n return dragDiv(ord, hdep++).addClass('jcrop-dragbar');\n }\n //}}}\n function createDragbars(li) //{{{\n {\n var i;\n for (i = 0; i < li.length; i++) {\n dragbar[li[i]] = insertDragbar(li[i]);\n }\n }\n //}}}\n function createBorders(li) //{{{\n {\n var cl,i;\n for (i = 0; i < li.length; i++) {\n switch(li[i]){\n case'n': cl='hline'; break;\n case's': cl='hline bottom'; break;\n case'e': cl='vline right'; break;\n case'w': cl='vline'; break;\n }\n borders[li[i]] = insertBorder(cl);\n }\n }\n //}}}\n function createHandles(li) //{{{\n {\n var i;\n for (i = 0; i < li.length; i++) {\n handle[li[i]] = insertHandle(li[i]);\n }\n }\n //}}}\n function moveto(x, y) //{{{\n {\n if (!options.shade) {\n $img2.css({\n top: px(-y),\n left: px(-x)\n });\n }\n $sel.css({\n top: px(y),\n left: px(x)\n });\n }\n //}}}\n function resize(w, h) //{{{\n {\n $sel.width(Math.round(w)).height(Math.round(h));\n }\n //}}}\n function refresh() //{{{\n {\n var c = Coords.getFixed();\n\n Coords.setPressed([c.x, c.y]);\n Coords.setCurrent([c.x2, c.y2]);\n\n updateVisible();\n }\n //}}}\n\n // Internal Methods\n function updateVisible(select) //{{{\n {\n if (awake) {\n return update(select);\n }\n }\n //}}}\n function update(select) //{{{\n {\n var c = Coords.getFixed();\n\n resize(c.w, c.h);\n moveto(c.x, c.y);\n if (options.shade) Shade.updateRaw(c);\n\n awake || show();\n\n if (select) {\n options.onSelect.call(api, unscale(c));\n } else {\n options.onChange.call(api, unscale(c));\n }\n }\n //}}}\n function setBgOpacity(opacity,force,now) //{{{\n {\n if (!awake && !force) return;\n if (options.bgFade && !now) {\n $img.animate({\n opacity: opacity\n },{\n queue: false,\n duration: options.fadeTime\n });\n } else {\n $img.css('opacity', opacity);\n }\n }\n //}}}\n function show() //{{{\n {\n $sel.show();\n\n if (options.shade) Shade.opacity(bgopacity);\n else setBgOpacity(bgopacity,true);\n\n awake = true;\n }\n //}}}\n function release() //{{{\n {\n disableHandles();\n $sel.hide();\n\n if (options.shade) Shade.opacity(1);\n else setBgOpacity(1);\n\n awake = false;\n options.onRelease.call(api);\n }\n //}}}\n function showHandles() //{{{\n {\n if (seehandles) {\n $hdl_holder.show();\n }\n }\n //}}}\n function enableHandles() //{{{\n {\n seehandles = true;\n if (options.allowResize) {\n $hdl_holder.show();\n return true;\n }\n }\n //}}}\n function disableHandles() //{{{\n {\n seehandles = false;\n $hdl_holder.hide();\n } \n //}}}\n function animMode(v) //{{{\n {\n if (v) {\n animating = true;\n disableHandles();\n } else {\n animating = false;\n enableHandles();\n }\n } \n //}}}\n function done() //{{{\n {\n animMode(false);\n refresh();\n } \n //}}}\n // Insert draggable elements {{{\n // Insert border divs for outline\n\n if (options.dragEdges && $.isArray(options.createDragbars))\n createDragbars(options.createDragbars);\n\n if ($.isArray(options.createHandles))\n createHandles(options.createHandles);\n\n if (options.drawBorders && $.isArray(options.createBorders))\n createBorders(options.createBorders);\n\n //}}}\n\n // This is a hack for iOS5 to support drag/move touch functionality\n $(document).bind('touchstart.jcrop-ios',function(e) {\n if ($(e.currentTarget).hasClass('jcrop-tracker')) e.stopPropagation();\n });\n\n var $track = newTracker().mousedown(createDragger('move')).css({\n cursor: 'move',\n position: 'absolute',\n zIndex: 360\n });\n\n if (Touch.support) {\n $track.bind('touchstart.jcrop', Touch.createDragger('move'));\n }\n\n $img_holder.append($track);\n disableHandles();\n\n return {\n updateVisible: updateVisible,\n update: update,\n release: release,\n refresh: refresh,\n isAwake: function () {\n return awake;\n },\n setCursor: function (cursor) {\n $track.css('cursor', cursor);\n },\n enableHandles: enableHandles,\n enableOnly: function () {\n seehandles = true;\n },\n showHandles: showHandles,\n disableHandles: disableHandles,\n animMode: animMode,\n setBgOpacity: setBgOpacity,\n done: done\n };\n }());\n \n //}}}\n // Tracker Module {{{\n var Tracker = (function () {\n var onMove = function () {},\n onDone = function () {},\n trackDoc = options.trackDocument;\n\n function toFront(touch) //{{{\n {\n $trk.css({\n zIndex: 450\n });\n\n if (touch)\n $(document)\n .bind('touchmove.jcrop', trackTouchMove)\n .bind('touchend.jcrop', trackTouchEnd);\n\n else if (trackDoc)\n $(document)\n .bind('mousemove.jcrop',trackMove)\n .bind('mouseup.jcrop',trackUp);\n } \n //}}}\n function toBack() //{{{\n {\n $trk.css({\n zIndex: 290\n });\n $(document).unbind('.jcrop');\n } \n //}}}\n function trackMove(e) //{{{\n {\n onMove(mouseAbs(e));\n return false;\n } \n //}}}\n function trackUp(e) //{{{\n {\n e.preventDefault();\n e.stopPropagation();\n\n if (btndown) {\n btndown = false;\n\n onDone(mouseAbs(e));\n\n if (Selection.isAwake()) {\n options.onSelect.call(api, unscale(Coords.getFixed()));\n }\n\n toBack();\n onMove = function () {};\n onDone = function () {};\n }\n\n return false;\n }\n //}}}\n function activateHandlers(move, done, touch) //{{{\n {\n btndown = true;\n onMove = move;\n onDone = done;\n toFront(touch);\n return false;\n }\n //}}}\n function trackTouchMove(e) //{{{\n {\n onMove(mouseAbs(Touch.cfilter(e)));\n return false;\n }\n //}}}\n function trackTouchEnd(e) //{{{\n {\n return trackUp(Touch.cfilter(e));\n }\n //}}}\n function setCursor(t) //{{{\n {\n $trk.css('cursor', t);\n }\n //}}}\n\n if (!trackDoc) {\n $trk.mousemove(trackMove).mouseup(trackUp).mouseout(trackUp);\n }\n\n $img.before($trk);\n return {\n activateHandlers: activateHandlers,\n setCursor: setCursor\n };\n }());\n //}}}\n // KeyManager Module {{{\n var KeyManager = (function () {\n var $keymgr = $('<input type=\"radio\" />').css({\n position: 'fixed',\n left: '-120px',\n width: '12px'\n }).addClass('jcrop-keymgr'),\n\n $keywrap = $('<div />').css({\n position: 'absolute',\n overflow: 'hidden'\n }).append($keymgr);\n\n function watchKeys() //{{{\n {\n if (options.keySupport) {\n $keymgr.show();\n $keymgr.focus();\n }\n }\n //}}}\n function onBlur(e) //{{{\n {\n $keymgr.hide();\n }\n //}}}\n function doNudge(e, x, y) //{{{\n {\n if (options.allowMove) {\n Coords.moveOffset([x, y]);\n Selection.updateVisible(true);\n }\n e.preventDefault();\n e.stopPropagation();\n }\n //}}}\n function parseKey(e) //{{{\n {\n if (e.ctrlKey || e.metaKey) {\n return true;\n }\n shift_down = e.shiftKey ? true : false;\n var nudge = shift_down ? 10 : 1;\n\n switch (e.keyCode) {\n case 37:\n doNudge(e, -nudge, 0);\n break;\n case 39:\n doNudge(e, nudge, 0);\n break;\n case 38:\n doNudge(e, 0, -nudge);\n break;\n case 40:\n doNudge(e, 0, nudge);\n break;\n case 27:\n if (options.allowSelect) Selection.release();\n break;\n case 9:\n return true;\n }\n\n return false;\n }\n //}}}\n\n if (options.keySupport) {\n $keymgr.keydown(parseKey).blur(onBlur);\n if (ie6mode || !options.fixedSupport) {\n $keymgr.css({\n position: 'absolute',\n left: '-20px'\n });\n $keywrap.append($keymgr).insertBefore($img);\n } else {\n $keymgr.insertBefore($img);\n }\n }\n\n\n return {\n watchKeys: watchKeys\n };\n }());\n //}}}\n // }}}\n // API methods {{{\n function setClass(cname) //{{{\n {\n $div.removeClass().addClass(cssClass('holder')).addClass(cname);\n }\n //}}}\n function animateTo(a, callback) //{{{\n {\n var x1 = a[0] / xscale,\n y1 = a[1] / yscale,\n x2 = a[2] / xscale,\n y2 = a[3] / yscale;\n\n if (animating) {\n return;\n }\n\n var animto = Coords.flipCoords(x1, y1, x2, y2),\n c = Coords.getFixed(),\n initcr = [c.x, c.y, c.x2, c.y2],\n animat = initcr,\n interv = options.animationDelay,\n ix1 = animto[0] - initcr[0],\n iy1 = animto[1] - initcr[1],\n ix2 = animto[2] - initcr[2],\n iy2 = animto[3] - initcr[3],\n pcent = 0,\n velocity = options.swingSpeed;\n\n x1 = animat[0];\n y1 = animat[1];\n x2 = animat[2];\n y2 = animat[3];\n\n Selection.animMode(true);\n var anim_timer;\n\n function queueAnimator() {\n window.setTimeout(animator, interv);\n }\n var animator = (function () {\n return function () {\n pcent += (100 - pcent) / velocity;\n\n animat[0] = Math.round(x1 + ((pcent / 100) * ix1));\n animat[1] = Math.round(y1 + ((pcent / 100) * iy1));\n animat[2] = Math.round(x2 + ((pcent / 100) * ix2));\n animat[3] = Math.round(y2 + ((pcent / 100) * iy2));\n\n if (pcent >= 99.8) {\n pcent = 100;\n }\n if (pcent < 100) {\n setSelectRaw(animat);\n queueAnimator();\n } else {\n Selection.done();\n Selection.animMode(false);\n if (typeof(callback) === 'function') {\n callback.call(api);\n }\n }\n };\n }());\n queueAnimator();\n }\n //}}}\n function setSelect(rect) //{{{\n {\n setSelectRaw([rect[0] / xscale, rect[1] / yscale, rect[2] / xscale, rect[3] / yscale]);\n options.onSelect.call(api, unscale(Coords.getFixed()));\n Selection.enableHandles();\n }\n //}}}\n function setSelectRaw(l) //{{{\n {\n Coords.setPressed([l[0], l[1]]);\n Coords.setCurrent([l[2], l[3]]);\n Selection.update();\n }\n //}}}\n function tellSelect() //{{{\n {\n return unscale(Coords.getFixed());\n }\n //}}}\n function tellScaled() //{{{\n {\n return Coords.getFixed();\n }\n //}}}\n function setOptionsNew(opt) //{{{\n {\n setOptions(opt);\n interfaceUpdate();\n }\n //}}}\n function disableCrop() //{{{\n {\n options.disabled = true;\n Selection.disableHandles();\n Selection.setCursor('default');\n Tracker.setCursor('default');\n }\n //}}}\n function enableCrop() //{{{\n {\n options.disabled = false;\n interfaceUpdate();\n }\n //}}}\n function cancelCrop() //{{{\n {\n Selection.done();\n Tracker.activateHandlers(null, null);\n }\n //}}}\n function destroy() //{{{\n {\n $div.remove();\n $origimg.show();\n $origimg.css('visibility','visible');\n $(obj).removeData('Jcrop');\n }\n //}}}\n function setImage(src, callback) //{{{\n {\n Selection.release();\n disableCrop();\n var img = new Image();\n img.onload = function () {\n var iw = img.width;\n var ih = img.height;\n var bw = options.boxWidth;\n var bh = options.boxHeight;\n $img.width(iw).height(ih);\n $img.attr('src', src);\n $img2.attr('src', src);\n presize($img, bw, bh);\n boundx = $img.width();\n boundy = $img.height();\n $img2.width(boundx).height(boundy);\n $trk.width(boundx + (bound * 2)).height(boundy + (bound * 2));\n $div.width(boundx).height(boundy);\n Shade.resize(boundx,boundy);\n enableCrop();\n\n if (typeof(callback) === 'function') {\n callback.call(api);\n }\n };\n img.src = src;\n }\n //}}}\n function colorChangeMacro($obj,color,now) {\n var mycolor = color || options.bgColor;\n if (options.bgFade && supportsColorFade() && options.fadeTime && !now) {\n $obj.animate({\n backgroundColor: mycolor\n }, {\n queue: false,\n duration: options.fadeTime\n });\n } else {\n $obj.css('backgroundColor', mycolor);\n }\n }\n function interfaceUpdate(alt) //{{{\n // This method tweaks the interface based on options object.\n // Called when options are changed and at end of initialization.\n {\n if (options.allowResize) {\n if (alt) {\n Selection.enableOnly();\n } else {\n Selection.enableHandles();\n }\n } else {\n Selection.disableHandles();\n }\n\n Tracker.setCursor(options.allowSelect ? 'crosshair' : 'default');\n Selection.setCursor(options.allowMove ? 'move' : 'default');\n\n if (options.hasOwnProperty('trueSize')) {\n xscale = options.trueSize[0] / boundx;\n yscale = options.trueSize[1] / boundy;\n }\n\n if (options.hasOwnProperty('setSelect')) {\n setSelect(options.setSelect);\n Selection.done();\n delete(options.setSelect);\n }\n\n Shade.refresh();\n\n if (options.bgColor != bgcolor) {\n colorChangeMacro(\n options.shade? Shade.getShades(): $div,\n options.shade?\n (options.shadeColor || options.bgColor):\n options.bgColor\n );\n bgcolor = options.bgColor;\n }\n\n if (bgopacity != options.bgOpacity) {\n bgopacity = options.bgOpacity;\n if (options.shade) Shade.refresh();\n else Selection.setBgOpacity(bgopacity);\n }\n\n xlimit = options.maxSize[0] || 0;\n ylimit = options.maxSize[1] || 0;\n xmin = options.minSize[0] || 0;\n ymin = options.minSize[1] || 0;\n\n if (options.hasOwnProperty('outerImage')) {\n $img.attr('src', options.outerImage);\n delete(options.outerImage);\n }\n\n Selection.refresh();\n }\n //}}}\n //}}}\n\n if (Touch.support) $trk.bind('touchstart.jcrop', Touch.newSelection);\n\n $hdl_holder.hide();\n interfaceUpdate(true);\n\n var api = {\n setImage: setImage,\n animateTo: animateTo,\n setSelect: setSelect,\n setOptions: setOptionsNew,\n tellSelect: tellSelect,\n tellScaled: tellScaled,\n setClass: setClass,\n\n disable: disableCrop,\n enable: enableCrop,\n cancel: cancelCrop,\n release: Selection.release,\n destroy: destroy,\n\n focus: KeyManager.watchKeys,\n\n getBounds: function () {\n return [boundx * xscale, boundy * yscale];\n },\n getWidgetSize: function () {\n return [boundx, boundy];\n },\n getScaleFactor: function () {\n return [xscale, yscale];\n },\n getOptions: function() {\n // careful: internal values are returned\n return options;\n },\n\n ui: {\n holder: $div,\n selection: $sel\n }\n };\n\n if (is_msie) $div.bind('selectstart', function () { return false; });\n\n $origimg.data('Jcrop', api);\n return api;\n };\n $.fn.Jcrop = function (options, callback) //{{{\n {\n var api;\n // Iterate over each object, attach Jcrop\n this.each(function () {\n // If we've already attached to this object\n if ($(this).data('Jcrop')) {\n // The API can be requested this way (undocumented)\n if (options === 'api') return $(this).data('Jcrop');\n // Otherwise, we just reset the options...\n else $(this).data('Jcrop').setOptions(options);\n }\n // If we haven't been attached, preload and attach\n else {\n if (this.tagName == 'IMG')\n $.Jcrop.Loader(this,function(){\n $(this).css({display:'block',visibility:'hidden'});\n api = $.Jcrop(this, options);\n if ($.isFunction(callback)) callback.call(api);\n });\n else {\n $(this).css({display:'block',visibility:'hidden'});\n api = $.Jcrop(this, options);\n if ($.isFunction(callback)) callback.call(api);\n }\n }\n });\n\n // Return \"this\" so the object is chainable (jQuery-style)\n return this;\n };\n //}}}\n // $.Jcrop.Loader - basic image loader {{{\n\n $.Jcrop.Loader = function(imgobj,success,error){\n var $img = $(imgobj), img = $img[0];\n\n function completeCheck(){\n if (img.complete) {\n $img.unbind('.jcloader');\n if ($.isFunction(success)) success.call(img);\n }\n else window.setTimeout(completeCheck,50);\n }\n\n $img\n .bind('load.jcloader',completeCheck)\n .bind('error.jcloader',function(e){\n $img.unbind('.jcloader');\n if ($.isFunction(error)) error.call(img);\n });\n\n if (img.complete && $.isFunction(success)){\n $img.unbind('.jcloader');\n success.call(img);\n }\n };\n\n //}}}\n // Global Defaults {{{\n $.Jcrop.defaults = {\n\n // Basic Settings\n allowSelect: true,\n allowMove: true,\n allowResize: true,\n\n trackDocument: true,\n\n // Styling Options\n baseClass: 'jcrop',\n addClass: null,\n bgColor: 'black',\n bgOpacity: 0.6,\n bgFade: false,\n borderOpacity: 0.4,\n handleOpacity: 0.5,\n handleSize: null,\n\n aspectRatio: 0,\n keySupport: true,\n createHandles: ['n','s','e','w','nw','ne','se','sw'],\n createDragbars: ['n','s','e','w'],\n createBorders: ['n','s','e','w'],\n drawBorders: true,\n dragEdges: true,\n fixedSupport: true,\n touchSupport: null,\n\n shade: null,\n\n boxWidth: 0,\n boxHeight: 0,\n boundary: 2,\n fadeTime: 400,\n animationDelay: 20,\n swingSpeed: 3,\n\n minSelect: [0, 0],\n maxSize: [0, 0],\n minSize: [0, 0],\n\n // Callbacks / Event Handlers\n onChange: function () {},\n onSelect: function () {},\n onDblClick: function () {},\n onRelease: function () {}\n };\n\n // }}}\n}(jQuery));\n","/*\nCopyright 2012 Igor Vaynberg\n\nVersion: @@ver@@ Timestamp: @@timestamp@@\n\nThis software is licensed under the Apache License, Version 2.0 (the \"Apache License\") or the GNU\nGeneral Public License version 2 (the \"GPL License\"). You may choose either license to govern your\nuse of this software only upon the condition that you accept all of the terms of either the Apache\nLicense or the GPL License.\n\nYou may obtain a copy of the Apache License and the GPL License at:\n\n http://www.apache.org/licenses/LICENSE-2.0\n http://www.gnu.org/licenses/gpl-2.0.html\n\nUnless required by applicable law or agreed to in writing, software distributed under the\nApache License or the GPL License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR\nCONDITIONS OF ANY KIND, either express or implied. See the Apache License and the GPL License for\nthe specific language governing permissions and limitations under the Apache License and the GPL License.\n*/\n(function ($) {\n if(typeof $.fn.each2 == \"undefined\") {\n $.extend($.fn, {\n /*\n * 4-10 times faster .each replacement\n * use it carefully, as it overrides jQuery context of element on each iteration\n */\n each2 : function (c) {\n var j = $([0]), i = -1, l = this.length;\n while (\n ++i < l\n && (j.context = j[0] = this[i])\n && c.call(j[0], i, j) !== false //\"this\"=DOM, i=index, j=jQuery object\n );\n return this;\n }\n });\n }\n})(jQuery);\n\n(function ($, undefined) {\n \"use strict\";\n /*global document, window, jQuery, console */\n\n if (window.Select2 !== undefined) {\n return;\n }\n\n var KEY, AbstractSelect2, SingleSelect2, MultiSelect2, nextUid, sizer,\n lastMousePosition={x:0,y:0}, $document, scrollBarDimensions,\n\n KEY = {\n TAB: 9,\n ENTER: 13,\n ESC: 27,\n SPACE: 32,\n LEFT: 37,\n UP: 38,\n RIGHT: 39,\n DOWN: 40,\n SHIFT: 16,\n CTRL: 17,\n ALT: 18,\n PAGE_UP: 33,\n PAGE_DOWN: 34,\n HOME: 36,\n END: 35,\n BACKSPACE: 8,\n DELETE: 46,\n isArrow: function (k) {\n k = k.which ? k.which : k;\n switch (k) {\n case KEY.LEFT:\n case KEY.RIGHT:\n case KEY.UP:\n case KEY.DOWN:\n return true;\n }\n return false;\n },\n isControl: function (e) {\n var k = e.which;\n switch (k) {\n case KEY.SHIFT:\n case KEY.CTRL:\n case KEY.ALT:\n return true;\n }\n\n if (e.metaKey) return true;\n\n return false;\n },\n isFunctionKey: function (k) {\n k = k.which ? k.which : k;\n return k >= 112 && k <= 123;\n }\n },\n MEASURE_SCROLLBAR_TEMPLATE = \"<div class='select2-measure-scrollbar'></div>\",\n\n DIACRITICS = {\"\\u24B6\":\"A\",\"\\uFF21\":\"A\",\"\\u00C0\":\"A\",\"\\u00C1\":\"A\",\"\\u00C2\":\"A\",\"\\u1EA6\":\"A\",\"\\u1EA4\":\"A\",\"\\u1EAA\":\"A\",\"\\u1EA8\":\"A\",\"\\u00C3\":\"A\",\"\\u0100\":\"A\",\"\\u0102\":\"A\",\"\\u1EB0\":\"A\",\"\\u1EAE\":\"A\",\"\\u1EB4\":\"A\",\"\\u1EB2\":\"A\",\"\\u0226\":\"A\",\"\\u01E0\":\"A\",\"\\u00C4\":\"A\",\"\\u01DE\":\"A\",\"\\u1EA2\":\"A\",\"\\u00C5\":\"A\",\"\\u01FA\":\"A\",\"\\u01CD\":\"A\",\"\\u0200\":\"A\",\"\\u0202\":\"A\",\"\\u1EA0\":\"A\",\"\\u1EAC\":\"A\",\"\\u1EB6\":\"A\",\"\\u1E00\":\"A\",\"\\u0104\":\"A\",\"\\u023A\":\"A\",\"\\u2C6F\":\"A\",\"\\uA732\":\"AA\",\"\\u00C6\":\"AE\",\"\\u01FC\":\"AE\",\"\\u01E2\":\"AE\",\"\\uA734\":\"AO\",\"\\uA736\":\"AU\",\"\\uA738\":\"AV\",\"\\uA73A\":\"AV\",\"\\uA73C\":\"AY\",\"\\u24B7\":\"B\",\"\\uFF22\":\"B\",\"\\u1E02\":\"B\",\"\\u1E04\":\"B\",\"\\u1E06\":\"B\",\"\\u0243\":\"B\",\"\\u0182\":\"B\",\"\\u0181\":\"B\",\"\\u24B8\":\"C\",\"\\uFF23\":\"C\",\"\\u0106\":\"C\",\"\\u0108\":\"C\",\"\\u010A\":\"C\",\"\\u010C\":\"C\",\"\\u00C7\":\"C\",\"\\u1E08\":\"C\",\"\\u0187\":\"C\",\"\\u023B\":\"C\",\"\\uA73E\":\"C\",\"\\u24B9\":\"D\",\"\\uFF24\":\"D\",\"\\u1E0A\":\"D\",\"\\u010E\":\"D\",\"\\u1E0C\":\"D\",\"\\u1E10\":\"D\",\"\\u1E12\":\"D\",\"\\u1E0E\":\"D\",\"\\u0110\":\"D\",\"\\u018B\":\"D\",\"\\u018A\":\"D\",\"\\u0189\":\"D\",\"\\uA779\":\"D\",\"\\u01F1\":\"DZ\",\"\\u01C4\":\"DZ\",\"\\u01F2\":\"Dz\",\"\\u01C5\":\"Dz\",\"\\u24BA\":\"E\",\"\\uFF25\":\"E\",\"\\u00C8\":\"E\",\"\\u00C9\":\"E\",\"\\u00CA\":\"E\",\"\\u1EC0\":\"E\",\"\\u1EBE\":\"E\",\"\\u1EC4\":\"E\",\"\\u1EC2\":\"E\",\"\\u1EBC\":\"E\",\"\\u0112\":\"E\",\"\\u1E14\":\"E\",\"\\u1E16\":\"E\",\"\\u0114\":\"E\",\"\\u0116\":\"E\",\"\\u00CB\":\"E\",\"\\u1EBA\":\"E\",\"\\u011A\":\"E\",\"\\u0204\":\"E\",\"\\u0206\":\"E\",\"\\u1EB8\":\"E\",\"\\u1EC6\":\"E\",\"\\u0228\":\"E\",\"\\u1E1C\":\"E\",\"\\u0118\":\"E\",\"\\u1E18\":\"E\",\"\\u1E1A\":\"E\",\"\\u0190\":\"E\",\"\\u018E\":\"E\",\"\\u24BB\":\"F\",\"\\uFF26\":\"F\",\"\\u1E1E\":\"F\",\"\\u0191\":\"F\",\"\\uA77B\":\"F\",\"\\u24BC\":\"G\",\"\\uFF27\":\"G\",\"\\u01F4\":\"G\",\"\\u011C\":\"G\",\"\\u1E20\":\"G\",\"\\u011E\":\"G\",\"\\u0120\":\"G\",\"\\u01E6\":\"G\",\"\\u0122\":\"G\",\"\\u01E4\":\"G\",\"\\u0193\":\"G\",\"\\uA7A0\":\"G\",\"\\uA77D\":\"G\",\"\\uA77E\":\"G\",\"\\u24BD\":\"H\",\"\\uFF28\":\"H\",\"\\u0124\":\"H\",\"\\u1E22\":\"H\",\"\\u1E26\":\"H\",\"\\u021E\":\"H\",\"\\u1E24\":\"H\",\"\\u1E28\":\"H\",\"\\u1E2A\":\"H\",\"\\u0126\":\"H\",\"\\u2C67\":\"H\",\"\\u2C75\":\"H\",\"\\uA78D\":\"H\",\"\\u24BE\":\"I\",\"\\uFF29\":\"I\",\"\\u00CC\":\"I\",\"\\u00CD\":\"I\",\"\\u00CE\":\"I\",\"\\u0128\":\"I\",\"\\u012A\":\"I\",\"\\u012C\":\"I\",\"\\u0130\":\"I\",\"\\u00CF\":\"I\",\"\\u1E2E\":\"I\",\"\\u1EC8\":\"I\",\"\\u01CF\":\"I\",\"\\u0208\":\"I\",\"\\u020A\":\"I\",\"\\u1ECA\":\"I\",\"\\u012E\":\"I\",\"\\u1E2C\":\"I\",\"\\u0197\":\"I\",\"\\u24BF\":\"J\",\"\\uFF2A\":\"J\",\"\\u0134\":\"J\",\"\\u0248\":\"J\",\"\\u24C0\":\"K\",\"\\uFF2B\":\"K\",\"\\u1E30\":\"K\",\"\\u01E8\":\"K\",\"\\u1E32\":\"K\",\"\\u0136\":\"K\",\"\\u1E34\":\"K\",\"\\u0198\":\"K\",\"\\u2C69\":\"K\",\"\\uA740\":\"K\",\"\\uA742\":\"K\",\"\\uA744\":\"K\",\"\\uA7A2\":\"K\",\"\\u24C1\":\"L\",\"\\uFF2C\":\"L\",\"\\u013F\":\"L\",\"\\u0139\":\"L\",\"\\u013D\":\"L\",\"\\u1E36\":\"L\",\"\\u1E38\":\"L\",\"\\u013B\":\"L\",\"\\u1E3C\":\"L\",\"\\u1E3A\":\"L\",\"\\u0141\":\"L\",\"\\u023D\":\"L\",\"\\u2C62\":\"L\",\"\\u2C60\":\"L\",\"\\uA748\":\"L\",\"\\uA746\":\"L\",\"\\uA780\":\"L\",\"\\u01C7\":\"LJ\",\"\\u01C8\":\"Lj\",\"\\u24C2\":\"M\",\"\\uFF2D\":\"M\",\"\\u1E3E\":\"M\",\"\\u1E40\":\"M\",\"\\u1E42\":\"M\",\"\\u2C6E\":\"M\",\"\\u019C\":\"M\",\"\\u24C3\":\"N\",\"\\uFF2E\":\"N\",\"\\u01F8\":\"N\",\"\\u0143\":\"N\",\"\\u00D1\":\"N\",\"\\u1E44\":\"N\",\"\\u0147\":\"N\",\"\\u1E46\":\"N\",\"\\u0145\":\"N\",\"\\u1E4A\":\"N\",\"\\u1E48\":\"N\",\"\\u0220\":\"N\",\"\\u019D\":\"N\",\"\\uA790\":\"N\",\"\\uA7A4\":\"N\",\"\\u01CA\":\"NJ\",\"\\u01CB\":\"Nj\",\"\\u24C4\":\"O\",\"\\uFF2F\":\"O\",\"\\u00D2\":\"O\",\"\\u00D3\":\"O\",\"\\u00D4\":\"O\",\"\\u1ED2\":\"O\",\"\\u1ED0\":\"O\",\"\\u1ED6\":\"O\",\"\\u1ED4\":\"O\",\"\\u00D5\":\"O\",\"\\u1E4C\":\"O\",\"\\u022C\":\"O\",\"\\u1E4E\":\"O\",\"\\u014C\":\"O\",\"\\u1E50\":\"O\",\"\\u1E52\":\"O\",\"\\u014E\":\"O\",\"\\u022E\":\"O\",\"\\u0230\":\"O\",\"\\u00D6\":\"O\",\"\\u022A\":\"O\",\"\\u1ECE\":\"O\",\"\\u0150\":\"O\",\"\\u01D1\":\"O\",\"\\u020C\":\"O\",\"\\u020E\":\"O\",\"\\u01A0\":\"O\",\"\\u1EDC\":\"O\",\"\\u1EDA\":\"O\",\"\\u1EE0\":\"O\",\"\\u1EDE\":\"O\",\"\\u1EE2\":\"O\",\"\\u1ECC\":\"O\",\"\\u1ED8\":\"O\",\"\\u01EA\":\"O\",\"\\u01EC\":\"O\",\"\\u00D8\":\"O\",\"\\u01FE\":\"O\",\"\\u0186\":\"O\",\"\\u019F\":\"O\",\"\\uA74A\":\"O\",\"\\uA74C\":\"O\",\"\\u01A2\":\"OI\",\"\\uA74E\":\"OO\",\"\\u0222\":\"OU\",\"\\u24C5\":\"P\",\"\\uFF30\":\"P\",\"\\u1E54\":\"P\",\"\\u1E56\":\"P\",\"\\u01A4\":\"P\",\"\\u2C63\":\"P\",\"\\uA750\":\"P\",\"\\uA752\":\"P\",\"\\uA754\":\"P\",\"\\u24C6\":\"Q\",\"\\uFF31\":\"Q\",\"\\uA756\":\"Q\",\"\\uA758\":\"Q\",\"\\u024A\":\"Q\",\"\\u24C7\":\"R\",\"\\uFF32\":\"R\",\"\\u0154\":\"R\",\"\\u1E58\":\"R\",\"\\u0158\":\"R\",\"\\u0210\":\"R\",\"\\u0212\":\"R\",\"\\u1E5A\":\"R\",\"\\u1E5C\":\"R\",\"\\u0156\":\"R\",\"\\u1E5E\":\"R\",\"\\u024C\":\"R\",\"\\u2C64\":\"R\",\"\\uA75A\":\"R\",\"\\uA7A6\":\"R\",\"\\uA782\":\"R\",\"\\u24C8\":\"S\",\"\\uFF33\":\"S\",\"\\u1E9E\":\"S\",\"\\u015A\":\"S\",\"\\u1E64\":\"S\",\"\\u015C\":\"S\",\"\\u1E60\":\"S\",\"\\u0160\":\"S\",\"\\u1E66\":\"S\",\"\\u1E62\":\"S\",\"\\u1E68\":\"S\",\"\\u0218\":\"S\",\"\\u015E\":\"S\",\"\\u2C7E\":\"S\",\"\\uA7A8\":\"S\",\"\\uA784\":\"S\",\"\\u24C9\":\"T\",\"\\uFF34\":\"T\",\"\\u1E6A\":\"T\",\"\\u0164\":\"T\",\"\\u1E6C\":\"T\",\"\\u021A\":\"T\",\"\\u0162\":\"T\",\"\\u1E70\":\"T\",\"\\u1E6E\":\"T\",\"\\u0166\":\"T\",\"\\u01AC\":\"T\",\"\\u01AE\":\"T\",\"\\u023E\":\"T\",\"\\uA786\":\"T\",\"\\uA728\":\"TZ\",\"\\u24CA\":\"U\",\"\\uFF35\":\"U\",\"\\u00D9\":\"U\",\"\\u00DA\":\"U\",\"\\u00DB\":\"U\",\"\\u0168\":\"U\",\"\\u1E78\":\"U\",\"\\u016A\":\"U\",\"\\u1E7A\":\"U\",\"\\u016C\":\"U\",\"\\u00DC\":\"U\",\"\\u01DB\":\"U\",\"\\u01D7\":\"U\",\"\\u01D5\":\"U\",\"\\u01D9\":\"U\",\"\\u1EE6\":\"U\",\"\\u016E\":\"U\",\"\\u0170\":\"U\",\"\\u01D3\":\"U\",\"\\u0214\":\"U\",\"\\u0216\":\"U\",\"\\u01AF\":\"U\",\"\\u1EEA\":\"U\",\"\\u1EE8\":\"U\",\"\\u1EEE\":\"U\",\"\\u1EEC\":\"U\",\"\\u1EF0\":\"U\",\"\\u1EE4\":\"U\",\"\\u1E72\":\"U\",\"\\u0172\":\"U\",\"\\u1E76\":\"U\",\"\\u1E74\":\"U\",\"\\u0244\":\"U\",\"\\u24CB\":\"V\",\"\\uFF36\":\"V\",\"\\u1E7C\":\"V\",\"\\u1E7E\":\"V\",\"\\u01B2\":\"V\",\"\\uA75E\":\"V\",\"\\u0245\":\"V\",\"\\uA760\":\"VY\",\"\\u24CC\":\"W\",\"\\uFF37\":\"W\",\"\\u1E80\":\"W\",\"\\u1E82\":\"W\",\"\\u0174\":\"W\",\"\\u1E86\":\"W\",\"\\u1E84\":\"W\",\"\\u1E88\":\"W\",\"\\u2C72\":\"W\",\"\\u24CD\":\"X\",\"\\uFF38\":\"X\",\"\\u1E8A\":\"X\",\"\\u1E8C\":\"X\",\"\\u24CE\":\"Y\",\"\\uFF39\":\"Y\",\"\\u1EF2\":\"Y\",\"\\u00DD\":\"Y\",\"\\u0176\":\"Y\",\"\\u1EF8\":\"Y\",\"\\u0232\":\"Y\",\"\\u1E8E\":\"Y\",\"\\u0178\":\"Y\",\"\\u1EF6\":\"Y\",\"\\u1EF4\":\"Y\",\"\\u01B3\":\"Y\",\"\\u024E\":\"Y\",\"\\u1EFE\":\"Y\",\"\\u24CF\":\"Z\",\"\\uFF3A\":\"Z\",\"\\u0179\":\"Z\",\"\\u1E90\":\"Z\",\"\\u017B\":\"Z\",\"\\u017D\":\"Z\",\"\\u1E92\":\"Z\",\"\\u1E94\":\"Z\",\"\\u01B5\":\"Z\",\"\\u0224\":\"Z\",\"\\u2C7F\":\"Z\",\"\\u2C6B\":\"Z\",\"\\uA762\":\"Z\",\"\\u24D0\":\"a\",\"\\uFF41\":\"a\",\"\\u1E9A\":\"a\",\"\\u00E0\":\"a\",\"\\u00E1\":\"a\",\"\\u00E2\":\"a\",\"\\u1EA7\":\"a\",\"\\u1EA5\":\"a\",\"\\u1EAB\":\"a\",\"\\u1EA9\":\"a\",\"\\u00E3\":\"a\",\"\\u0101\":\"a\",\"\\u0103\":\"a\",\"\\u1EB1\":\"a\",\"\\u1EAF\":\"a\",\"\\u1EB5\":\"a\",\"\\u1EB3\":\"a\",\"\\u0227\":\"a\",\"\\u01E1\":\"a\",\"\\u00E4\":\"a\",\"\\u01DF\":\"a\",\"\\u1EA3\":\"a\",\"\\u00E5\":\"a\",\"\\u01FB\":\"a\",\"\\u01CE\":\"a\",\"\\u0201\":\"a\",\"\\u0203\":\"a\",\"\\u1EA1\":\"a\",\"\\u1EAD\":\"a\",\"\\u1EB7\":\"a\",\"\\u1E01\":\"a\",\"\\u0105\":\"a\",\"\\u2C65\":\"a\",\"\\u0250\":\"a\",\"\\uA733\":\"aa\",\"\\u00E6\":\"ae\",\"\\u01FD\":\"ae\",\"\\u01E3\":\"ae\",\"\\uA735\":\"ao\",\"\\uA737\":\"au\",\"\\uA739\":\"av\",\"\\uA73B\":\"av\",\"\\uA73D\":\"ay\",\"\\u24D1\":\"b\",\"\\uFF42\":\"b\",\"\\u1E03\":\"b\",\"\\u1E05\":\"b\",\"\\u1E07\":\"b\",\"\\u0180\":\"b\",\"\\u0183\":\"b\",\"\\u0253\":\"b\",\"\\u24D2\":\"c\",\"\\uFF43\":\"c\",\"\\u0107\":\"c\",\"\\u0109\":\"c\",\"\\u010B\":\"c\",\"\\u010D\":\"c\",\"\\u00E7\":\"c\",\"\\u1E09\":\"c\",\"\\u0188\":\"c\",\"\\u023C\":\"c\",\"\\uA73F\":\"c\",\"\\u2184\":\"c\",\"\\u24D3\":\"d\",\"\\uFF44\":\"d\",\"\\u1E0B\":\"d\",\"\\u010F\":\"d\",\"\\u1E0D\":\"d\",\"\\u1E11\":\"d\",\"\\u1E13\":\"d\",\"\\u1E0F\":\"d\",\"\\u0111\":\"d\",\"\\u018C\":\"d\",\"\\u0256\":\"d\",\"\\u0257\":\"d\",\"\\uA77A\":\"d\",\"\\u01F3\":\"dz\",\"\\u01C6\":\"dz\",\"\\u24D4\":\"e\",\"\\uFF45\":\"e\",\"\\u00E8\":\"e\",\"\\u00E9\":\"e\",\"\\u00EA\":\"e\",\"\\u1EC1\":\"e\",\"\\u1EBF\":\"e\",\"\\u1EC5\":\"e\",\"\\u1EC3\":\"e\",\"\\u1EBD\":\"e\",\"\\u0113\":\"e\",\"\\u1E15\":\"e\",\"\\u1E17\":\"e\",\"\\u0115\":\"e\",\"\\u0117\":\"e\",\"\\u00EB\":\"e\",\"\\u1EBB\":\"e\",\"\\u011B\":\"e\",\"\\u0205\":\"e\",\"\\u0207\":\"e\",\"\\u1EB9\":\"e\",\"\\u1EC7\":\"e\",\"\\u0229\":\"e\",\"\\u1E1D\":\"e\",\"\\u0119\":\"e\",\"\\u1E19\":\"e\",\"\\u1E1B\":\"e\",\"\\u0247\":\"e\",\"\\u025B\":\"e\",\"\\u01DD\":\"e\",\"\\u24D5\":\"f\",\"\\uFF46\":\"f\",\"\\u1E1F\":\"f\",\"\\u0192\":\"f\",\"\\uA77C\":\"f\",\"\\u24D6\":\"g\",\"\\uFF47\":\"g\",\"\\u01F5\":\"g\",\"\\u011D\":\"g\",\"\\u1E21\":\"g\",\"\\u011F\":\"g\",\"\\u0121\":\"g\",\"\\u01E7\":\"g\",\"\\u0123\":\"g\",\"\\u01E5\":\"g\",\"\\u0260\":\"g\",\"\\uA7A1\":\"g\",\"\\u1D79\":\"g\",\"\\uA77F\":\"g\",\"\\u24D7\":\"h\",\"\\uFF48\":\"h\",\"\\u0125\":\"h\",\"\\u1E23\":\"h\",\"\\u1E27\":\"h\",\"\\u021F\":\"h\",\"\\u1E25\":\"h\",\"\\u1E29\":\"h\",\"\\u1E2B\":\"h\",\"\\u1E96\":\"h\",\"\\u0127\":\"h\",\"\\u2C68\":\"h\",\"\\u2C76\":\"h\",\"\\u0265\":\"h\",\"\\u0195\":\"hv\",\"\\u24D8\":\"i\",\"\\uFF49\":\"i\",\"\\u00EC\":\"i\",\"\\u00ED\":\"i\",\"\\u00EE\":\"i\",\"\\u0129\":\"i\",\"\\u012B\":\"i\",\"\\u012D\":\"i\",\"\\u00EF\":\"i\",\"\\u1E2F\":\"i\",\"\\u1EC9\":\"i\",\"\\u01D0\":\"i\",\"\\u0209\":\"i\",\"\\u020B\":\"i\",\"\\u1ECB\":\"i\",\"\\u012F\":\"i\",\"\\u1E2D\":\"i\",\"\\u0268\":\"i\",\"\\u0131\":\"i\",\"\\u24D9\":\"j\",\"\\uFF4A\":\"j\",\"\\u0135\":\"j\",\"\\u01F0\":\"j\",\"\\u0249\":\"j\",\"\\u24DA\":\"k\",\"\\uFF4B\":\"k\",\"\\u1E31\":\"k\",\"\\u01E9\":\"k\",\"\\u1E33\":\"k\",\"\\u0137\":\"k\",\"\\u1E35\":\"k\",\"\\u0199\":\"k\",\"\\u2C6A\":\"k\",\"\\uA741\":\"k\",\"\\uA743\":\"k\",\"\\uA745\":\"k\",\"\\uA7A3\":\"k\",\"\\u24DB\":\"l\",\"\\uFF4C\":\"l\",\"\\u0140\":\"l\",\"\\u013A\":\"l\",\"\\u013E\":\"l\",\"\\u1E37\":\"l\",\"\\u1E39\":\"l\",\"\\u013C\":\"l\",\"\\u1E3D\":\"l\",\"\\u1E3B\":\"l\",\"\\u017F\":\"l\",\"\\u0142\":\"l\",\"\\u019A\":\"l\",\"\\u026B\":\"l\",\"\\u2C61\":\"l\",\"\\uA749\":\"l\",\"\\uA781\":\"l\",\"\\uA747\":\"l\",\"\\u01C9\":\"lj\",\"\\u24DC\":\"m\",\"\\uFF4D\":\"m\",\"\\u1E3F\":\"m\",\"\\u1E41\":\"m\",\"\\u1E43\":\"m\",\"\\u0271\":\"m\",\"\\u026F\":\"m\",\"\\u24DD\":\"n\",\"\\uFF4E\":\"n\",\"\\u01F9\":\"n\",\"\\u0144\":\"n\",\"\\u00F1\":\"n\",\"\\u1E45\":\"n\",\"\\u0148\":\"n\",\"\\u1E47\":\"n\",\"\\u0146\":\"n\",\"\\u1E4B\":\"n\",\"\\u1E49\":\"n\",\"\\u019E\":\"n\",\"\\u0272\":\"n\",\"\\u0149\":\"n\",\"\\uA791\":\"n\",\"\\uA7A5\":\"n\",\"\\u01CC\":\"nj\",\"\\u24DE\":\"o\",\"\\uFF4F\":\"o\",\"\\u00F2\":\"o\",\"\\u00F3\":\"o\",\"\\u00F4\":\"o\",\"\\u1ED3\":\"o\",\"\\u1ED1\":\"o\",\"\\u1ED7\":\"o\",\"\\u1ED5\":\"o\",\"\\u00F5\":\"o\",\"\\u1E4D\":\"o\",\"\\u022D\":\"o\",\"\\u1E4F\":\"o\",\"\\u014D\":\"o\",\"\\u1E51\":\"o\",\"\\u1E53\":\"o\",\"\\u014F\":\"o\",\"\\u022F\":\"o\",\"\\u0231\":\"o\",\"\\u00F6\":\"o\",\"\\u022B\":\"o\",\"\\u1ECF\":\"o\",\"\\u0151\":\"o\",\"\\u01D2\":\"o\",\"\\u020D\":\"o\",\"\\u020F\":\"o\",\"\\u01A1\":\"o\",\"\\u1EDD\":\"o\",\"\\u1EDB\":\"o\",\"\\u1EE1\":\"o\",\"\\u1EDF\":\"o\",\"\\u1EE3\":\"o\",\"\\u1ECD\":\"o\",\"\\u1ED9\":\"o\",\"\\u01EB\":\"o\",\"\\u01ED\":\"o\",\"\\u00F8\":\"o\",\"\\u01FF\":\"o\",\"\\u0254\":\"o\",\"\\uA74B\":\"o\",\"\\uA74D\":\"o\",\"\\u0275\":\"o\",\"\\u01A3\":\"oi\",\"\\u0223\":\"ou\",\"\\uA74F\":\"oo\",\"\\u24DF\":\"p\",\"\\uFF50\":\"p\",\"\\u1E55\":\"p\",\"\\u1E57\":\"p\",\"\\u01A5\":\"p\",\"\\u1D7D\":\"p\",\"\\uA751\":\"p\",\"\\uA753\":\"p\",\"\\uA755\":\"p\",\"\\u24E0\":\"q\",\"\\uFF51\":\"q\",\"\\u024B\":\"q\",\"\\uA757\":\"q\",\"\\uA759\":\"q\",\"\\u24E1\":\"r\",\"\\uFF52\":\"r\",\"\\u0155\":\"r\",\"\\u1E59\":\"r\",\"\\u0159\":\"r\",\"\\u0211\":\"r\",\"\\u0213\":\"r\",\"\\u1E5B\":\"r\",\"\\u1E5D\":\"r\",\"\\u0157\":\"r\",\"\\u1E5F\":\"r\",\"\\u024D\":\"r\",\"\\u027D\":\"r\",\"\\uA75B\":\"r\",\"\\uA7A7\":\"r\",\"\\uA783\":\"r\",\"\\u24E2\":\"s\",\"\\uFF53\":\"s\",\"\\u00DF\":\"s\",\"\\u015B\":\"s\",\"\\u1E65\":\"s\",\"\\u015D\":\"s\",\"\\u1E61\":\"s\",\"\\u0161\":\"s\",\"\\u1E67\":\"s\",\"\\u1E63\":\"s\",\"\\u1E69\":\"s\",\"\\u0219\":\"s\",\"\\u015F\":\"s\",\"\\u023F\":\"s\",\"\\uA7A9\":\"s\",\"\\uA785\":\"s\",\"\\u1E9B\":\"s\",\"\\u24E3\":\"t\",\"\\uFF54\":\"t\",\"\\u1E6B\":\"t\",\"\\u1E97\":\"t\",\"\\u0165\":\"t\",\"\\u1E6D\":\"t\",\"\\u021B\":\"t\",\"\\u0163\":\"t\",\"\\u1E71\":\"t\",\"\\u1E6F\":\"t\",\"\\u0167\":\"t\",\"\\u01AD\":\"t\",\"\\u0288\":\"t\",\"\\u2C66\":\"t\",\"\\uA787\":\"t\",\"\\uA729\":\"tz\",\"\\u24E4\":\"u\",\"\\uFF55\":\"u\",\"\\u00F9\":\"u\",\"\\u00FA\":\"u\",\"\\u00FB\":\"u\",\"\\u0169\":\"u\",\"\\u1E79\":\"u\",\"\\u016B\":\"u\",\"\\u1E7B\":\"u\",\"\\u016D\":\"u\",\"\\u00FC\":\"u\",\"\\u01DC\":\"u\",\"\\u01D8\":\"u\",\"\\u01D6\":\"u\",\"\\u01DA\":\"u\",\"\\u1EE7\":\"u\",\"\\u016F\":\"u\",\"\\u0171\":\"u\",\"\\u01D4\":\"u\",\"\\u0215\":\"u\",\"\\u0217\":\"u\",\"\\u01B0\":\"u\",\"\\u1EEB\":\"u\",\"\\u1EE9\":\"u\",\"\\u1EEF\":\"u\",\"\\u1EED\":\"u\",\"\\u1EF1\":\"u\",\"\\u1EE5\":\"u\",\"\\u1E73\":\"u\",\"\\u0173\":\"u\",\"\\u1E77\":\"u\",\"\\u1E75\":\"u\",\"\\u0289\":\"u\",\"\\u24E5\":\"v\",\"\\uFF56\":\"v\",\"\\u1E7D\":\"v\",\"\\u1E7F\":\"v\",\"\\u028B\":\"v\",\"\\uA75F\":\"v\",\"\\u028C\":\"v\",\"\\uA761\":\"vy\",\"\\u24E6\":\"w\",\"\\uFF57\":\"w\",\"\\u1E81\":\"w\",\"\\u1E83\":\"w\",\"\\u0175\":\"w\",\"\\u1E87\":\"w\",\"\\u1E85\":\"w\",\"\\u1E98\":\"w\",\"\\u1E89\":\"w\",\"\\u2C73\":\"w\",\"\\u24E7\":\"x\",\"\\uFF58\":\"x\",\"\\u1E8B\":\"x\",\"\\u1E8D\":\"x\",\"\\u24E8\":\"y\",\"\\uFF59\":\"y\",\"\\u1EF3\":\"y\",\"\\u00FD\":\"y\",\"\\u0177\":\"y\",\"\\u1EF9\":\"y\",\"\\u0233\":\"y\",\"\\u1E8F\":\"y\",\"\\u00FF\":\"y\",\"\\u1EF7\":\"y\",\"\\u1E99\":\"y\",\"\\u1EF5\":\"y\",\"\\u01B4\":\"y\",\"\\u024F\":\"y\",\"\\u1EFF\":\"y\",\"\\u24E9\":\"z\",\"\\uFF5A\":\"z\",\"\\u017A\":\"z\",\"\\u1E91\":\"z\",\"\\u017C\":\"z\",\"\\u017E\":\"z\",\"\\u1E93\":\"z\",\"\\u1E95\":\"z\",\"\\u01B6\":\"z\",\"\\u0225\":\"z\",\"\\u0240\":\"z\",\"\\u2C6C\":\"z\",\"\\uA763\":\"z\",\"\\u0386\":\"\\u0391\",\"\\u0388\":\"\\u0395\",\"\\u0389\":\"\\u0397\",\"\\u038A\":\"\\u0399\",\"\\u03AA\":\"\\u0399\",\"\\u038C\":\"\\u039F\",\"\\u038E\":\"\\u03A5\",\"\\u03AB\":\"\\u03A5\",\"\\u038F\":\"\\u03A9\",\"\\u03AC\":\"\\u03B1\",\"\\u03AD\":\"\\u03B5\",\"\\u03AE\":\"\\u03B7\",\"\\u03AF\":\"\\u03B9\",\"\\u03CA\":\"\\u03B9\",\"\\u0390\":\"\\u03B9\",\"\\u03CC\":\"\\u03BF\",\"\\u03CD\":\"\\u03C5\",\"\\u03CB\":\"\\u03C5\",\"\\u03B0\":\"\\u03C5\",\"\\u03C9\":\"\\u03C9\",\"\\u03C2\":\"\\u03C3\"};\n\n $document = $(document);\n\n nextUid=(function() { var counter=1; return function() { return counter++; }; }());\n\n\n function reinsertElement(element) {\n var placeholder = $(document.createTextNode(''));\n\n element.before(placeholder);\n placeholder.before(element);\n placeholder.remove();\n }\n\n function stripDiacritics(str) {\n // Used 'uni range + named function' from http://jsperf.com/diacritics/18\n function match(a) {\n return DIACRITICS[a] || a;\n }\n\n return str.replace(/[^\\u0000-\\u007E]/g, match);\n }\n\n function indexOf(value, array) {\n var i = 0, l = array.length;\n for (; i < l; i = i + 1) {\n if (equal(value, array[i])) return i;\n }\n return -1;\n }\n\n function measureScrollbar () {\n var $template = $( MEASURE_SCROLLBAR_TEMPLATE );\n $template.appendTo('body');\n\n var dim = {\n width: $template.width() - $template[0].clientWidth,\n height: $template.height() - $template[0].clientHeight\n };\n $template.remove();\n\n return dim;\n }\n\n /**\n * Compares equality of a and b\n * @param a\n * @param b\n */\n function equal(a, b) {\n if (a === b) return true;\n if (a === undefined || b === undefined) return false;\n if (a === null || b === null) return false;\n // Check whether 'a' or 'b' is a string (primitive or object).\n // The concatenation of an empty string (+'') converts its argument to a string's primitive.\n if (a.constructor === String) return a+'' === b+''; // a+'' - in case 'a' is a String object\n if (b.constructor === String) return b+'' === a+''; // b+'' - in case 'b' is a String object\n return false;\n }\n\n /**\n * Splits the string into an array of values, trimming each value. An empty array is returned for nulls or empty\n * strings\n * @param string\n * @param separator\n */\n function splitVal(string, separator) {\n var val, i, l;\n if (string === null || string.length < 1) return [];\n val = string.split(separator);\n for (i = 0, l = val.length; i < l; i = i + 1) val[i] = $.trim(val[i]);\n return val;\n }\n\n function getSideBorderPadding(element) {\n return element.outerWidth(false) - element.width();\n }\n\n function installKeyUpChangeEvent(element) {\n var key=\"keyup-change-value\";\n element.on(\"keydown\", function () {\n if ($.data(element, key) === undefined) {\n $.data(element, key, element.val());\n }\n });\n element.on(\"keyup\", function () {\n var val= $.data(element, key);\n if (val !== undefined && element.val() !== val) {\n $.removeData(element, key);\n element.trigger(\"keyup-change\");\n }\n });\n }\n\n\n /**\n * filters mouse events so an event is fired only if the mouse moved.\n *\n * filters out mouse events that occur when mouse is stationary but\n * the elements under the pointer are scrolled.\n */\n function installFilteredMouseMove(element) {\n element.on(\"mousemove\", function (e) {\n var lastpos = lastMousePosition;\n if (lastpos === undefined || lastpos.x !== e.pageX || lastpos.y !== e.pageY) {\n $(e.target).trigger(\"mousemove-filtered\", e);\n }\n });\n }\n\n /**\n * Debounces a function. Returns a function that calls the original fn function only if no invocations have been made\n * within the last quietMillis milliseconds.\n *\n * @param quietMillis number of milliseconds to wait before invoking fn\n * @param fn function to be debounced\n * @param ctx object to be used as this reference within fn\n * @return debounced version of fn\n */\n function debounce(quietMillis, fn, ctx) {\n ctx = ctx || undefined;\n var timeout;\n return function () {\n var args = arguments;\n window.clearTimeout(timeout);\n timeout = window.setTimeout(function() {\n fn.apply(ctx, args);\n }, quietMillis);\n };\n }\n\n function installDebouncedScroll(threshold, element) {\n var notify = debounce(threshold, function (e) { element.trigger(\"scroll-debounced\", e);});\n element.on(\"scroll\", function (e) {\n if (indexOf(e.target, element.get()) >= 0) notify(e);\n });\n }\n\n function focus($el) {\n if ($el[0] === document.activeElement) return;\n\n /* set the focus in a 0 timeout - that way the focus is set after the processing\n of the current event has finished - which seems like the only reliable way\n to set focus */\n window.setTimeout(function() {\n var el=$el[0], pos=$el.val().length, range;\n\n $el.focus();\n\n /* make sure el received focus so we do not error out when trying to manipulate the caret.\n sometimes modals or others listeners may steal it after its set */\n var isVisible = (el.offsetWidth > 0 || el.offsetHeight > 0);\n if (isVisible && el === document.activeElement) {\n\n /* after the focus is set move the caret to the end, necessary when we val()\n just before setting focus */\n if(el.setSelectionRange)\n {\n el.setSelectionRange(pos, pos);\n }\n else if (el.createTextRange) {\n range = el.createTextRange();\n range.collapse(false);\n range.select();\n }\n }\n }, 0);\n }\n\n function getCursorInfo(el) {\n el = $(el)[0];\n var offset = 0;\n var length = 0;\n if ('selectionStart' in el) {\n offset = el.selectionStart;\n length = el.selectionEnd - offset;\n } else if ('selection' in document) {\n el.focus();\n var sel = document.selection.createRange();\n length = document.selection.createRange().text.length;\n sel.moveStart('character', -el.value.length);\n offset = sel.text.length - length;\n }\n return { offset: offset, length: length };\n }\n\n function killEvent(event) {\n event.preventDefault();\n event.stopPropagation();\n }\n function killEventImmediately(event) {\n event.preventDefault();\n event.stopImmediatePropagation();\n }\n\n function measureTextWidth(e) {\n if (!sizer){\n var style = e[0].currentStyle || window.getComputedStyle(e[0], null);\n sizer = $(document.createElement(\"div\")).css({\n position: \"absolute\",\n left: \"-10000px\",\n top: \"-10000px\",\n display: \"none\",\n fontSize: style.fontSize,\n fontFamily: style.fontFamily,\n fontStyle: style.fontStyle,\n fontWeight: style.fontWeight,\n letterSpacing: style.letterSpacing,\n textTransform: style.textTransform,\n whiteSpace: \"nowrap\"\n });\n sizer.attr(\"class\",\"select2-sizer\");\n $(\"body\").append(sizer);\n }\n sizer.text(e.val());\n return sizer.width();\n }\n\n function syncCssClasses(dest, src, adapter) {\n var classes, replacements = [], adapted;\n\n classes = $.trim(dest.attr(\"class\"));\n\n if (classes) {\n classes = '' + classes; // for IE which returns object\n\n $(classes.split(/\\s+/)).each2(function() {\n if (this.indexOf(\"select2-\") === 0) {\n replacements.push(this);\n }\n });\n }\n\n classes = $.trim(src.attr(\"class\"));\n\n if (classes) {\n classes = '' + classes; // for IE which returns object\n\n $(classes.split(/\\s+/)).each2(function() {\n if (this.indexOf(\"select2-\") !== 0) {\n adapted = adapter(this);\n\n if (adapted) {\n replacements.push(adapted);\n }\n }\n });\n }\n\n dest.attr(\"class\", replacements.join(\" \"));\n }\n\n\n function markMatch(text, term, markup, escapeMarkup) {\n var match=stripDiacritics(text.toUpperCase()).indexOf(stripDiacritics(term.toUpperCase())),\n tl=term.length;\n\n if (match<0) {\n markup.push(escapeMarkup(text));\n return;\n }\n\n markup.push(escapeMarkup(text.substring(0, match)));\n markup.push(\"<span class='select2-match'>\");\n markup.push(escapeMarkup(text.substring(match, match + tl)));\n markup.push(\"</span>\");\n markup.push(escapeMarkup(text.substring(match + tl, text.length)));\n }\n\n function defaultEscapeMarkup(markup) {\n var replace_map = {\n '\\\\': '&#92;',\n '&': '&amp;',\n '<': '&lt;',\n '>': '&gt;',\n '\"': '&quot;',\n \"'\": '&#39;',\n \"/\": '&#47;'\n };\n\n return String(markup).replace(/[&<>\"'\\/\\\\]/g, function (match) {\n return replace_map[match];\n });\n }\n\n /**\n * Produces an ajax-based query function\n *\n * @param options object containing configuration parameters\n * @param options.params parameter map for the transport ajax call, can contain such options as cache, jsonpCallback, etc. see $.ajax\n * @param options.transport function that will be used to execute the ajax request. must be compatible with parameters supported by $.ajax\n * @param options.url url for the data\n * @param options.data a function(searchTerm, pageNumber, context) that should return an object containing query string parameters for the above url.\n * @param options.dataType request data type: ajax, jsonp, other datatypes supported by jQuery's $.ajax function or the transport function if specified\n * @param options.quietMillis (optional) milliseconds to wait before making the ajaxRequest, helps debounce the ajax function if invoked too often\n * @param options.results a function(remoteData, pageNumber, query) that converts data returned form the remote request to the format expected by Select2.\n * The expected format is an object containing the following keys:\n * results array of objects that will be used as choices\n * more (optional) boolean indicating whether there are more results available\n * Example: {results:[{id:1, text:'Red'},{id:2, text:'Blue'}], more:true}\n */\n function ajax(options) {\n var timeout, // current scheduled but not yet executed request\n handler = null,\n quietMillis = options.quietMillis || 100,\n ajaxUrl = options.url,\n self = this;\n\n return function (query) {\n window.clearTimeout(timeout);\n timeout = window.setTimeout(function () {\n var data = options.data, // ajax data function\n url = ajaxUrl, // ajax url string or function\n transport = options.transport || $.fn.select2.ajaxDefaults.transport,\n // deprecated - to be removed in 4.0 - use params instead\n deprecated = {\n type: options.type || 'GET', // set type of request (GET or POST)\n cache: options.cache || false,\n jsonpCallback: options.jsonpCallback||undefined,\n dataType: options.dataType||\"json\"\n },\n params = $.extend({}, $.fn.select2.ajaxDefaults.params, deprecated);\n\n data = data ? data.call(self, query.term, query.page, query.context) : null;\n url = (typeof url === 'function') ? url.call(self, query.term, query.page, query.context) : url;\n\n if (handler && typeof handler.abort === \"function\") { handler.abort(); }\n\n if (options.params) {\n if ($.isFunction(options.params)) {\n $.extend(params, options.params.call(self));\n } else {\n $.extend(params, options.params);\n }\n }\n\n $.extend(params, {\n url: url,\n dataType: options.dataType,\n data: data,\n success: function (data) {\n // TODO - replace query.page with query so users have access to term, page, etc.\n // added query as third paramter to keep backwards compatibility\n var results = options.results(data, query.page, query);\n query.callback(results);\n },\n error: function(jqXHR, textStatus, errorThrown){\n var results = {\n hasError: true,\n jqXHR: jqXHR,\n textStatus: textStatus,\n errorThrown: errorThrown,\n };\n\n query.callback(results);\n }\n });\n handler = transport.call(self, params);\n }, quietMillis);\n };\n }\n\n /**\n * Produces a query function that works with a local array\n *\n * @param options object containing configuration parameters. The options parameter can either be an array or an\n * object.\n *\n * If the array form is used it is assumed that it contains objects with 'id' and 'text' keys.\n *\n * If the object form is used it is assumed that it contains 'data' and 'text' keys. The 'data' key should contain\n * an array of objects that will be used as choices. These objects must contain at least an 'id' key. The 'text'\n * key can either be a String in which case it is expected that each element in the 'data' array has a key with the\n * value of 'text' which will be used to match choices. Alternatively, text can be a function(item) that can extract\n * the text.\n */\n function local(options) {\n var data = options, // data elements\n dataText,\n tmp,\n text = function (item) { return \"\"+item.text; }; // function used to retrieve the text portion of a data item that is matched against the search\n\n if ($.isArray(data)) {\n tmp = data;\n data = { results: tmp };\n }\n\n if ($.isFunction(data) === false) {\n tmp = data;\n data = function() { return tmp; };\n }\n\n var dataItem = data();\n if (dataItem.text) {\n text = dataItem.text;\n // if text is not a function we assume it to be a key name\n if (!$.isFunction(text)) {\n dataText = dataItem.text; // we need to store this in a separate variable because in the next step data gets reset and data.text is no longer available\n text = function (item) { return item[dataText]; };\n }\n }\n\n return function (query) {\n var t = query.term, filtered = { results: [] }, process;\n if (t === \"\") {\n query.callback(data());\n return;\n }\n\n process = function(datum, collection) {\n var group, attr;\n datum = datum[0];\n if (datum.children) {\n group = {};\n for (attr in datum) {\n if (datum.hasOwnProperty(attr)) group[attr]=datum[attr];\n }\n group.children=[];\n $(datum.children).each2(function(i, childDatum) { process(childDatum, group.children); });\n if (group.children.length || query.matcher(t, text(group), datum)) {\n collection.push(group);\n }\n } else {\n if (query.matcher(t, text(datum), datum)) {\n collection.push(datum);\n }\n }\n };\n\n $(data().results).each2(function(i, datum) { process(datum, filtered.results); });\n query.callback(filtered);\n };\n }\n\n // TODO javadoc\n function tags(data) {\n var isFunc = $.isFunction(data);\n return function (query) {\n var t = query.term, filtered = {results: []};\n var result = isFunc ? data(query) : data;\n if ($.isArray(result)) {\n $(result).each(function () {\n var isObject = this.text !== undefined,\n text = isObject ? this.text : this;\n if (t === \"\" || query.matcher(t, text)) {\n filtered.results.push(isObject ? this : {id: this, text: this});\n }\n });\n query.callback(filtered);\n }\n };\n }\n\n /**\n * Checks if the formatter function should be used.\n *\n * Throws an error if it is not a function. Returns true if it should be used,\n * false if no formatting should be performed.\n *\n * @param formatter\n */\n function checkFormatter(formatter, formatterName) {\n if ($.isFunction(formatter)) return true;\n if (!formatter) return false;\n if (typeof(formatter) === 'string') return true;\n throw new Error(formatterName +\" must be a string, function, or falsy value\");\n }\n\n /**\n * Returns a given value\n * If given a function, returns its output\n *\n * @param val string|function\n * @param context value of \"this\" to be passed to function\n * @returns {*}\n */\n function evaluate(val, context) {\n if ($.isFunction(val)) {\n var args = Array.prototype.slice.call(arguments, 2);\n return val.apply(context, args);\n }\n return val;\n }\n\n function countResults(results) {\n var count = 0;\n $.each(results, function(i, item) {\n if (item.children) {\n count += countResults(item.children);\n } else {\n count++;\n }\n });\n return count;\n }\n\n /**\n * Default tokenizer. This function uses breaks the input on substring match of any string from the\n * opts.tokenSeparators array and uses opts.createSearchChoice to create the choice object. Both of those\n * two options have to be defined in order for the tokenizer to work.\n *\n * @param input text user has typed so far or pasted into the search field\n * @param selection currently selected choices\n * @param selectCallback function(choice) callback tho add the choice to selection\n * @param opts select2's opts\n * @return undefined/null to leave the current input unchanged, or a string to change the input to the returned value\n */\n function defaultTokenizer(input, selection, selectCallback, opts) {\n var original = input, // store the original so we can compare and know if we need to tell the search to update its text\n dupe = false, // check for whether a token we extracted represents a duplicate selected choice\n token, // token\n index, // position at which the separator was found\n i, l, // looping variables\n separator; // the matched separator\n\n if (!opts.createSearchChoice || !opts.tokenSeparators || opts.tokenSeparators.length < 1) return undefined;\n\n while (true) {\n index = -1;\n\n for (i = 0, l = opts.tokenSeparators.length; i < l; i++) {\n separator = opts.tokenSeparators[i];\n index = input.indexOf(separator);\n if (index >= 0) break;\n }\n\n if (index < 0) break; // did not find any token separator in the input string, bail\n\n token = input.substring(0, index);\n input = input.substring(index + separator.length);\n\n if (token.length > 0) {\n token = opts.createSearchChoice.call(this, token, selection);\n if (token !== undefined && token !== null && opts.id(token) !== undefined && opts.id(token) !== null) {\n dupe = false;\n for (i = 0, l = selection.length; i < l; i++) {\n if (equal(opts.id(token), opts.id(selection[i]))) {\n dupe = true; break;\n }\n }\n\n if (!dupe) selectCallback(token);\n }\n }\n }\n\n if (original!==input) return input;\n }\n\n function cleanupJQueryElements() {\n var self = this;\n\n $.each(arguments, function (i, element) {\n self[element].remove();\n self[element] = null;\n });\n }\n\n /**\n * Creates a new class\n *\n * @param superClass\n * @param methods\n */\n function clazz(SuperClass, methods) {\n var constructor = function () {};\n constructor.prototype = new SuperClass;\n constructor.prototype.constructor = constructor;\n constructor.prototype.parent = SuperClass.prototype;\n constructor.prototype = $.extend(constructor.prototype, methods);\n return constructor;\n }\n\n AbstractSelect2 = clazz(Object, {\n\n // abstract\n bind: function (func) {\n var self = this;\n return function () {\n func.apply(self, arguments);\n };\n },\n\n // abstract\n init: function (opts) {\n var results, search, resultsSelector = \".select2-results\";\n\n // prepare options\n this.opts = opts = this.prepareOpts(opts);\n\n this.id=opts.id;\n\n // destroy if called on an existing component\n if (opts.element.data(\"select2\") !== undefined &&\n opts.element.data(\"select2\") !== null) {\n opts.element.data(\"select2\").destroy();\n }\n\n this.container = this.createContainer();\n\n this.liveRegion = $(\"<span>\", {\n role: \"status\",\n \"aria-live\": \"polite\"\n })\n .addClass(\"select2-hidden-accessible\")\n .appendTo(document.body);\n\n this.containerId=\"s2id_\"+(opts.element.attr(\"id\") || \"autogen\"+nextUid());\n this.containerEventName= this.containerId\n .replace(/([.])/g, '_')\n .replace(/([;&,\\-\\.\\+\\*\\~':\"\\!\\^#$%@\\[\\]\\(\\)=>\\|])/g, '\\\\$1');\n this.container.attr(\"id\", this.containerId);\n\n this.container.attr(\"title\", opts.element.attr(\"title\"));\n\n this.body = $(\"body\");\n\n syncCssClasses(this.container, this.opts.element, this.opts.adaptContainerCssClass);\n\n this.container.attr(\"style\", opts.element.attr(\"style\"));\n this.container.css(evaluate(opts.containerCss, this.opts.element));\n this.container.addClass(evaluate(opts.containerCssClass, this.opts.element));\n\n this.elementTabIndex = this.opts.element.attr(\"tabindex\");\n\n // swap container for the element\n this.opts.element\n .data(\"select2\", this)\n .attr(\"tabindex\", \"-1\")\n .before(this.container)\n .on(\"click.select2\", killEvent); // do not leak click events\n\n this.container.data(\"select2\", this);\n\n this.dropdown = this.container.find(\".select2-drop\");\n\n syncCssClasses(this.dropdown, this.opts.element, this.opts.adaptDropdownCssClass);\n\n this.dropdown.addClass(evaluate(opts.dropdownCssClass, this.opts.element));\n this.dropdown.data(\"select2\", this);\n this.dropdown.on(\"click\", killEvent);\n\n this.results = results = this.container.find(resultsSelector);\n this.search = search = this.container.find(\"input.select2-input\");\n\n this.queryCount = 0;\n this.resultsPage = 0;\n this.context = null;\n\n // initialize the container\n this.initContainer();\n\n this.container.on(\"click\", killEvent);\n\n installFilteredMouseMove(this.results);\n\n this.dropdown.on(\"mousemove-filtered\", resultsSelector, this.bind(this.highlightUnderEvent));\n this.dropdown.on(\"touchstart touchmove touchend\", resultsSelector, this.bind(function (event) {\n this._touchEvent = true;\n this.highlightUnderEvent(event);\n }));\n this.dropdown.on(\"touchmove\", resultsSelector, this.bind(this.touchMoved));\n this.dropdown.on(\"touchstart touchend\", resultsSelector, this.bind(this.clearTouchMoved));\n\n // Waiting for a click event on touch devices to select option and hide dropdown\n // otherwise click will be triggered on an underlying element\n this.dropdown.on('click', this.bind(function (event) {\n if (this._touchEvent) {\n this._touchEvent = false;\n this.selectHighlighted();\n }\n }));\n\n installDebouncedScroll(80, this.results);\n this.dropdown.on(\"scroll-debounced\", resultsSelector, this.bind(this.loadMoreIfNeeded));\n\n // do not propagate change event from the search field out of the component\n $(this.container).on(\"change\", \".select2-input\", function(e) {e.stopPropagation();});\n $(this.dropdown).on(\"change\", \".select2-input\", function(e) {e.stopPropagation();});\n\n // if jquery.mousewheel plugin is installed we can prevent out-of-bounds scrolling of results via mousewheel\n if ($.fn.mousewheel) {\n results.mousewheel(function (e, delta, deltaX, deltaY) {\n var top = results.scrollTop();\n if (deltaY > 0 && top - deltaY <= 0) {\n results.scrollTop(0);\n killEvent(e);\n } else if (deltaY < 0 && results.get(0).scrollHeight - results.scrollTop() + deltaY <= results.height()) {\n results.scrollTop(results.get(0).scrollHeight - results.height());\n killEvent(e);\n }\n });\n }\n\n installKeyUpChangeEvent(search);\n search.on(\"keyup-change input paste\", this.bind(this.updateResults));\n search.on(\"focus\", function () { search.addClass(\"select2-focused\"); });\n search.on(\"blur\", function () { search.removeClass(\"select2-focused\");});\n\n this.dropdown.on(\"mouseup\", resultsSelector, this.bind(function (e) {\n if ($(e.target).closest(\".select2-result-selectable\").length > 0) {\n this.highlightUnderEvent(e);\n this.selectHighlighted(e);\n }\n }));\n\n // trap all mouse events from leaving the dropdown. sometimes there may be a modal that is listening\n // for mouse events outside of itself so it can close itself. since the dropdown is now outside the select2's\n // dom it will trigger the popup close, which is not what we want\n // focusin can cause focus wars between modals and select2 since the dropdown is outside the modal.\n this.dropdown.on(\"click mouseup mousedown touchstart touchend focusin\", function (e) { e.stopPropagation(); });\n\n this.nextSearchTerm = undefined;\n\n if ($.isFunction(this.opts.initSelection)) {\n // initialize selection based on the current value of the source element\n this.initSelection();\n\n // if the user has provided a function that can set selection based on the value of the source element\n // we monitor the change event on the element and trigger it, allowing for two way synchronization\n this.monitorSource();\n }\n\n if (opts.maximumInputLength !== null) {\n this.search.attr(\"maxlength\", opts.maximumInputLength);\n }\n\n var disabled = opts.element.prop(\"disabled\");\n if (disabled === undefined) disabled = false;\n this.enable(!disabled);\n\n var readonly = opts.element.prop(\"readonly\");\n if (readonly === undefined) readonly = false;\n this.readonly(readonly);\n\n // Calculate size of scrollbar\n scrollBarDimensions = scrollBarDimensions || measureScrollbar();\n\n this.autofocus = opts.element.prop(\"autofocus\");\n opts.element.prop(\"autofocus\", false);\n if (this.autofocus) this.focus();\n\n this.search.attr(\"placeholder\", opts.searchInputPlaceholder);\n },\n\n // abstract\n destroy: function () {\n var element=this.opts.element, select2 = element.data(\"select2\"), self = this;\n\n this.close();\n\n if (element.length && element[0].detachEvent) {\n element.each(function () {\n this.detachEvent(\"onpropertychange\", self._sync);\n });\n }\n if (this.propertyObserver) {\n this.propertyObserver.disconnect();\n this.propertyObserver = null;\n }\n this._sync = null;\n\n if (select2 !== undefined) {\n select2.container.remove();\n select2.liveRegion.remove();\n select2.dropdown.remove();\n element\n .removeClass(\"select2-offscreen\")\n .removeData(\"select2\")\n .off(\".select2\")\n .prop(\"autofocus\", this.autofocus || false);\n if (this.elementTabIndex) {\n element.attr({tabindex: this.elementTabIndex});\n } else {\n element.removeAttr(\"tabindex\");\n }\n element.show();\n }\n\n cleanupJQueryElements.call(this,\n \"container\",\n \"liveRegion\",\n \"dropdown\",\n \"results\",\n \"search\"\n );\n },\n\n // abstract\n optionToData: function(element) {\n if (element.is(\"option\")) {\n return {\n id:element.prop(\"value\"),\n text:element.text(),\n element: element.get(),\n css: element.attr(\"class\"),\n disabled: element.prop(\"disabled\"),\n locked: equal(element.attr(\"locked\"), \"locked\") || equal(element.data(\"locked\"), true)\n };\n } else if (element.is(\"optgroup\")) {\n return {\n text:element.attr(\"label\"),\n children:[],\n element: element.get(),\n css: element.attr(\"class\")\n };\n }\n },\n\n // abstract\n prepareOpts: function (opts) {\n var element, select, idKey, ajaxUrl, self = this;\n\n element = opts.element;\n\n if (element.get(0).tagName.toLowerCase() === \"select\") {\n this.select = select = opts.element;\n }\n\n if (select) {\n // these options are not allowed when attached to a select because they are picked up off the element itself\n $.each([\"id\", \"multiple\", \"ajax\", \"query\", \"createSearchChoice\", \"initSelection\", \"data\", \"tags\"], function () {\n if (this in opts) {\n throw new Error(\"Option '\" + this + \"' is not allowed for Select2 when attached to a <select> element.\");\n }\n });\n }\n\n opts = $.extend({}, {\n populateResults: function(container, results, query) {\n var populate, id=this.opts.id, liveRegion=this.liveRegion;\n\n populate=function(results, container, depth) {\n\n var i, l, result, selectable, disabled, compound, node, label, innerContainer, formatted;\n\n results = opts.sortResults(results, container, query);\n\n // collect the created nodes for bulk append\n var nodes = [];\n for (i = 0, l = results.length; i < l; i = i + 1) {\n\n result=results[i];\n\n disabled = (result.disabled === true);\n selectable = (!disabled) && (id(result) !== undefined);\n\n compound=result.children && result.children.length > 0;\n\n node=$(\"<li></li>\");\n node.addClass(\"select2-results-dept-\"+depth);\n node.addClass(\"select2-result\");\n node.addClass(selectable ? \"select2-result-selectable\" : \"select2-result-unselectable\");\n if (disabled) { node.addClass(\"select2-disabled\"); }\n if (compound) { node.addClass(\"select2-result-with-children\"); }\n node.addClass(self.opts.formatResultCssClass(result));\n node.attr(\"role\", \"presentation\");\n\n label=$(document.createElement(\"div\"));\n label.addClass(\"select2-result-label\");\n label.attr(\"id\", \"select2-result-label-\" + nextUid());\n label.attr(\"role\", \"option\");\n\n formatted=opts.formatResult(result, label, query, self.opts.escapeMarkup);\n if (formatted!==undefined) {\n label.html(formatted);\n node.append(label);\n }\n\n\n if (compound) {\n\n innerContainer=$(\"<ul></ul>\");\n innerContainer.addClass(\"select2-result-sub\");\n populate(result.children, innerContainer, depth+1);\n node.append(innerContainer);\n }\n\n node.data(\"select2-data\", result);\n nodes.push(node[0]);\n }\n\n // bulk append the created nodes\n container.append(nodes);\n liveRegion.text(opts.formatMatches(results.length));\n };\n\n populate(results, container, 0);\n }\n }, $.fn.select2.defaults, opts);\n\n if (typeof(opts.id) !== \"function\") {\n idKey = opts.id;\n opts.id = function (e) { return e[idKey]; };\n }\n\n if ($.isArray(opts.element.data(\"select2Tags\"))) {\n if (\"tags\" in opts) {\n throw \"tags specified as both an attribute 'data-select2-tags' and in options of Select2 \" + opts.element.attr(\"id\");\n }\n opts.tags=opts.element.data(\"select2Tags\");\n }\n\n if (select) {\n opts.query = this.bind(function (query) {\n var data = { results: [], more: false },\n term = query.term,\n children, placeholderOption, process;\n\n process=function(element, collection) {\n var group;\n if (element.is(\"option\")) {\n if (query.matcher(term, element.text(), element)) {\n collection.push(self.optionToData(element));\n }\n } else if (element.is(\"optgroup\")) {\n group=self.optionToData(element);\n element.children().each2(function(i, elm) { process(elm, group.children); });\n if (group.children.length>0) {\n collection.push(group);\n }\n }\n };\n\n children=element.children();\n\n // ignore the placeholder option if there is one\n if (this.getPlaceholder() !== undefined && children.length > 0) {\n placeholderOption = this.getPlaceholderOption();\n if (placeholderOption) {\n children=children.not(placeholderOption);\n }\n }\n\n children.each2(function(i, elm) { process(elm, data.results); });\n\n query.callback(data);\n });\n // this is needed because inside val() we construct choices from options and their id is hardcoded\n opts.id=function(e) { return e.id; };\n } else {\n if (!(\"query\" in opts)) {\n\n if (\"ajax\" in opts) {\n ajaxUrl = opts.element.data(\"ajax-url\");\n if (ajaxUrl && ajaxUrl.length > 0) {\n opts.ajax.url = ajaxUrl;\n }\n opts.query = ajax.call(opts.element, opts.ajax);\n } else if (\"data\" in opts) {\n opts.query = local(opts.data);\n } else if (\"tags\" in opts) {\n opts.query = tags(opts.tags);\n if (opts.createSearchChoice === undefined) {\n opts.createSearchChoice = function (term) { return {id: $.trim(term), text: $.trim(term)}; };\n }\n if (opts.initSelection === undefined) {\n opts.initSelection = function (element, callback) {\n var data = [];\n $(splitVal(element.val(), opts.separator)).each(function () {\n var obj = { id: this, text: this },\n tags = opts.tags;\n if ($.isFunction(tags)) tags=tags();\n $(tags).each(function() { if (equal(this.id, obj.id)) { obj = this; return false; } });\n data.push(obj);\n });\n\n callback(data);\n };\n }\n }\n }\n }\n if (typeof(opts.query) !== \"function\") {\n throw \"query function not defined for Select2 \" + opts.element.attr(\"id\");\n }\n\n if (opts.createSearchChoicePosition === 'top') {\n opts.createSearchChoicePosition = function(list, item) { list.unshift(item); };\n }\n else if (opts.createSearchChoicePosition === 'bottom') {\n opts.createSearchChoicePosition = function(list, item) { list.push(item); };\n }\n else if (typeof(opts.createSearchChoicePosition) !== \"function\") {\n throw \"invalid createSearchChoicePosition option must be 'top', 'bottom' or a custom function\";\n }\n\n return opts;\n },\n\n /**\n * Monitor the original element for changes and update select2 accordingly\n */\n // abstract\n monitorSource: function () {\n var el = this.opts.element, observer, self = this;\n\n el.on(\"change.select2\", this.bind(function (e) {\n if (this.opts.element.data(\"select2-change-triggered\") !== true) {\n this.initSelection();\n }\n }));\n\n this._sync = this.bind(function () {\n\n // sync enabled state\n var disabled = el.prop(\"disabled\");\n if (disabled === undefined) disabled = false;\n this.enable(!disabled);\n\n var readonly = el.prop(\"readonly\");\n if (readonly === undefined) readonly = false;\n this.readonly(readonly);\n\n syncCssClasses(this.container, this.opts.element, this.opts.adaptContainerCssClass);\n this.container.addClass(evaluate(this.opts.containerCssClass, this.opts.element));\n\n syncCssClasses(this.dropdown, this.opts.element, this.opts.adaptDropdownCssClass);\n this.dropdown.addClass(evaluate(this.opts.dropdownCssClass, this.opts.element));\n\n });\n\n // IE8-10 (IE9/10 won't fire propertyChange via attachEventListener)\n if (el.length && el[0].attachEvent) {\n el.each(function() {\n this.attachEvent(\"onpropertychange\", self._sync);\n });\n }\n\n // safari, chrome, firefox, IE11\n observer = window.MutationObserver || window.WebKitMutationObserver|| window.MozMutationObserver;\n if (observer !== undefined) {\n if (this.propertyObserver) { delete this.propertyObserver; this.propertyObserver = null; }\n this.propertyObserver = new observer(function (mutations) {\n $.each(mutations, self._sync);\n });\n this.propertyObserver.observe(el.get(0), { attributes:true, subtree:false });\n }\n },\n\n // abstract\n triggerSelect: function(data) {\n var evt = $.Event(\"select2-selecting\", { val: this.id(data), object: data, choice: data });\n this.opts.element.trigger(evt);\n return !evt.isDefaultPrevented();\n },\n\n /**\n * Triggers the change event on the source element\n */\n // abstract\n triggerChange: function (details) {\n\n details = details || {};\n details= $.extend({}, details, { type: \"change\", val: this.val() });\n // prevents recursive triggering\n this.opts.element.data(\"select2-change-triggered\", true);\n this.opts.element.trigger(details);\n this.opts.element.data(\"select2-change-triggered\", false);\n\n // some validation frameworks ignore the change event and listen instead to keyup, click for selects\n // so here we trigger the click event manually\n this.opts.element.click();\n\n // ValidationEngine ignores the change event and listens instead to blur\n // so here we trigger the blur event manually if so desired\n if (this.opts.blurOnChange)\n this.opts.element.blur();\n },\n\n //abstract\n isInterfaceEnabled: function()\n {\n return this.enabledInterface === true;\n },\n\n // abstract\n enableInterface: function() {\n var enabled = this._enabled && !this._readonly,\n disabled = !enabled;\n\n if (enabled === this.enabledInterface) return false;\n\n this.container.toggleClass(\"select2-container-disabled\", disabled);\n this.close();\n this.enabledInterface = enabled;\n\n return true;\n },\n\n // abstract\n enable: function(enabled) {\n if (enabled === undefined) enabled = true;\n if (this._enabled === enabled) return;\n this._enabled = enabled;\n\n this.opts.element.prop(\"disabled\", !enabled);\n this.enableInterface();\n },\n\n // abstract\n disable: function() {\n this.enable(false);\n },\n\n // abstract\n readonly: function(enabled) {\n if (enabled === undefined) enabled = false;\n if (this._readonly === enabled) return;\n this._readonly = enabled;\n\n this.opts.element.prop(\"readonly\", enabled);\n this.enableInterface();\n },\n\n // abstract\n opened: function () {\n return (this.container) ? this.container.hasClass(\"select2-dropdown-open\") : false;\n },\n\n // abstract\n positionDropdown: function() {\n var $dropdown = this.dropdown,\n offset = this.container.offset(),\n height = this.container.outerHeight(false),\n width = this.container.outerWidth(false),\n dropHeight = $dropdown.outerHeight(false),\n $window = $(window),\n windowWidth = $window.width(),\n windowHeight = $window.height(),\n viewPortRight = $window.scrollLeft() + windowWidth,\n viewportBottom = $window.scrollTop() + windowHeight,\n dropTop = offset.top + height,\n dropLeft = offset.left,\n enoughRoomBelow = dropTop + dropHeight <= viewportBottom,\n enoughRoomAbove = (offset.top - dropHeight) >= $window.scrollTop(),\n dropWidth = $dropdown.outerWidth(false),\n enoughRoomOnRight = dropLeft + dropWidth <= viewPortRight,\n aboveNow = $dropdown.hasClass(\"select2-drop-above\"),\n bodyOffset,\n above,\n changeDirection,\n css,\n resultsListNode;\n\n // always prefer the current above/below alignment, unless there is not enough room\n if (aboveNow) {\n above = true;\n if (!enoughRoomAbove && enoughRoomBelow) {\n changeDirection = true;\n above = false;\n }\n } else {\n above = false;\n if (!enoughRoomBelow && enoughRoomAbove) {\n changeDirection = true;\n above = true;\n }\n }\n\n //if we are changing direction we need to get positions when dropdown is hidden;\n if (changeDirection) {\n $dropdown.hide();\n offset = this.container.offset();\n height = this.container.outerHeight(false);\n width = this.container.outerWidth(false);\n dropHeight = $dropdown.outerHeight(false);\n viewPortRight = $window.scrollLeft() + windowWidth;\n viewportBottom = $window.scrollTop() + windowHeight;\n dropTop = offset.top + height;\n dropLeft = offset.left;\n dropWidth = $dropdown.outerWidth(false);\n enoughRoomOnRight = dropLeft + dropWidth <= viewPortRight;\n $dropdown.show();\n\n // fix so the cursor does not move to the left within the search-textbox in IE\n this.focusSearch();\n }\n\n if (this.opts.dropdownAutoWidth) {\n resultsListNode = $('.select2-results', $dropdown)[0];\n $dropdown.addClass('select2-drop-auto-width');\n $dropdown.css('width', '');\n // Add scrollbar width to dropdown if vertical scrollbar is present\n dropWidth = $dropdown.outerWidth(false) + (resultsListNode.scrollHeight === resultsListNode.clientHeight ? 0 : scrollBarDimensions.width);\n dropWidth > width ? width = dropWidth : dropWidth = width;\n dropHeight = $dropdown.outerHeight(false);\n enoughRoomOnRight = dropLeft + dropWidth <= viewPortRight;\n }\n else {\n this.container.removeClass('select2-drop-auto-width');\n }\n\n //console.log(\"below/ droptop:\", dropTop, \"dropHeight\", dropHeight, \"sum\", (dropTop+dropHeight)+\" viewport bottom\", viewportBottom, \"enough?\", enoughRoomBelow);\n //console.log(\"above/ offset.top\", offset.top, \"dropHeight\", dropHeight, \"top\", (offset.top-dropHeight), \"scrollTop\", this.body.scrollTop(), \"enough?\", enoughRoomAbove);\n\n // fix positioning when body has an offset and is not position: static\n if (this.body.css('position') !== 'static') {\n bodyOffset = this.body.offset();\n dropTop -= bodyOffset.top;\n dropLeft -= bodyOffset.left;\n }\n\n if (!enoughRoomOnRight) {\n dropLeft = offset.left + this.container.outerWidth(false) - dropWidth;\n }\n\n css = {\n left: dropLeft,\n width: width\n };\n\n if (above) {\n css.top = offset.top - dropHeight;\n css.bottom = 'auto';\n this.container.addClass(\"select2-drop-above\");\n $dropdown.addClass(\"select2-drop-above\");\n }\n else {\n css.top = dropTop;\n css.bottom = 'auto';\n this.container.removeClass(\"select2-drop-above\");\n $dropdown.removeClass(\"select2-drop-above\");\n }\n css = $.extend(css, evaluate(this.opts.dropdownCss, this.opts.element));\n\n $dropdown.css(css);\n },\n\n // abstract\n shouldOpen: function() {\n var event;\n\n if (this.opened()) return false;\n\n if (this._enabled === false || this._readonly === true) return false;\n\n event = $.Event(\"select2-opening\");\n this.opts.element.trigger(event);\n return !event.isDefaultPrevented();\n },\n\n // abstract\n clearDropdownAlignmentPreference: function() {\n // clear the classes used to figure out the preference of where the dropdown should be opened\n this.container.removeClass(\"select2-drop-above\");\n this.dropdown.removeClass(\"select2-drop-above\");\n },\n\n /**\n * Opens the dropdown\n *\n * @return {Boolean} whether or not dropdown was opened. This method will return false if, for example,\n * the dropdown is already open, or if the 'open' event listener on the element called preventDefault().\n */\n // abstract\n open: function () {\n\n if (!this.shouldOpen()) return false;\n\n this.opening();\n\n // Only bind the document mousemove when the dropdown is visible\n $document.on(\"mousemove.select2Event\", function (e) {\n lastMousePosition.x = e.pageX;\n lastMousePosition.y = e.pageY;\n });\n\n return true;\n },\n\n /**\n * Performs the opening of the dropdown\n */\n // abstract\n opening: function() {\n var cid = this.containerEventName,\n scroll = \"scroll.\" + cid,\n resize = \"resize.\"+cid,\n orient = \"orientationchange.\"+cid,\n mask;\n\n this.container.addClass(\"select2-dropdown-open\").addClass(\"select2-container-active\");\n\n this.clearDropdownAlignmentPreference();\n\n if(this.dropdown[0] !== this.body.children().last()[0]) {\n this.dropdown.detach().appendTo(this.body);\n }\n\n // create the dropdown mask if doesn't already exist\n mask = $(\"#select2-drop-mask\");\n if (mask.length == 0) {\n mask = $(document.createElement(\"div\"));\n mask.attr(\"id\",\"select2-drop-mask\").attr(\"class\",\"select2-drop-mask\");\n mask.hide();\n mask.appendTo(this.body);\n mask.on(\"mousedown touchstart click\", function (e) {\n // Prevent IE from generating a click event on the body\n reinsertElement(mask);\n\n var dropdown = $(\"#select2-drop\"), self;\n if (dropdown.length > 0) {\n self=dropdown.data(\"select2\");\n if (self.opts.selectOnBlur) {\n self.selectHighlighted({noFocus: true});\n }\n self.close();\n e.preventDefault();\n e.stopPropagation();\n }\n });\n }\n\n // ensure the mask is always right before the dropdown\n if (this.dropdown.prev()[0] !== mask[0]) {\n this.dropdown.before(mask);\n }\n\n // move the global id to the correct dropdown\n $(\"#select2-drop\").removeAttr(\"id\");\n this.dropdown.attr(\"id\", \"select2-drop\");\n\n // show the elements\n mask.show();\n\n this.positionDropdown();\n this.dropdown.show();\n this.positionDropdown();\n\n this.dropdown.addClass(\"select2-drop-active\");\n\n // attach listeners to events that can change the position of the container and thus require\n // the position of the dropdown to be updated as well so it does not come unglued from the container\n var that = this;\n this.container.parents().add(window).each(function () {\n $(this).on(resize+\" \"+scroll+\" \"+orient, function (e) {\n if (that.opened()) that.positionDropdown();\n });\n });\n\n\n },\n\n // abstract\n close: function () {\n if (!this.opened()) return;\n\n var cid = this.containerEventName,\n scroll = \"scroll.\" + cid,\n resize = \"resize.\"+cid,\n orient = \"orientationchange.\"+cid;\n\n // unbind event listeners\n this.container.parents().add(window).each(function () { $(this).off(scroll).off(resize).off(orient); });\n\n this.clearDropdownAlignmentPreference();\n\n $(\"#select2-drop-mask\").hide();\n this.dropdown.removeAttr(\"id\"); // only the active dropdown has the select2-drop id\n this.dropdown.hide();\n this.container.removeClass(\"select2-dropdown-open\").removeClass(\"select2-container-active\");\n this.results.empty();\n\n // Now that the dropdown is closed, unbind the global document mousemove event\n $document.off(\"mousemove.select2Event\");\n\n this.clearSearch();\n this.search.removeClass(\"select2-active\");\n this.opts.element.trigger($.Event(\"select2-close\"));\n },\n\n /**\n * Opens control, sets input value, and updates results.\n */\n // abstract\n externalSearch: function (term) {\n this.open();\n this.search.val(term);\n this.updateResults(false);\n },\n\n // abstract\n clearSearch: function () {\n\n },\n\n //abstract\n getMaximumSelectionSize: function() {\n return evaluate(this.opts.maximumSelectionSize, this.opts.element);\n },\n\n // abstract\n ensureHighlightVisible: function () {\n var results = this.results, children, index, child, hb, rb, y, more, topOffset;\n\n index = this.highlight();\n\n if (index < 0) return;\n\n if (index == 0) {\n\n // if the first element is highlighted scroll all the way to the top,\n // that way any unselectable headers above it will also be scrolled\n // into view\n\n results.scrollTop(0);\n return;\n }\n\n children = this.findHighlightableChoices().find('.select2-result-label');\n\n child = $(children[index]);\n\n topOffset = (child.offset() || {}).top || 0;\n\n hb = topOffset + child.outerHeight(true);\n\n // if this is the last child lets also make sure select2-more-results is visible\n if (index === children.length - 1) {\n more = results.find(\"li.select2-more-results\");\n if (more.length > 0) {\n hb = more.offset().top + more.outerHeight(true);\n }\n }\n\n rb = results.offset().top + results.outerHeight(true);\n if (hb > rb) {\n results.scrollTop(results.scrollTop() + (hb - rb));\n }\n y = topOffset - results.offset().top;\n\n // make sure the top of the element is visible\n if (y < 0 && child.css('display') != 'none' ) {\n results.scrollTop(results.scrollTop() + y); // y is negative\n }\n },\n\n // abstract\n findHighlightableChoices: function() {\n return this.results.find(\".select2-result-selectable:not(.select2-disabled):not(.select2-selected)\");\n },\n\n // abstract\n moveHighlight: function (delta) {\n var choices = this.findHighlightableChoices(),\n index = this.highlight();\n\n while (index > -1 && index < choices.length) {\n index += delta;\n var choice = $(choices[index]);\n if (choice.hasClass(\"select2-result-selectable\") && !choice.hasClass(\"select2-disabled\") && !choice.hasClass(\"select2-selected\")) {\n this.highlight(index);\n break;\n }\n }\n },\n\n // abstract\n highlight: function (index) {\n var choices = this.findHighlightableChoices(),\n choice,\n data;\n\n if (arguments.length === 0) {\n return indexOf(choices.filter(\".select2-highlighted\")[0], choices.get());\n }\n\n if (index >= choices.length) index = choices.length - 1;\n if (index < 0) index = 0;\n\n this.removeHighlight();\n\n choice = $(choices[index]);\n choice.addClass(\"select2-highlighted\");\n\n // ensure assistive technology can determine the active choice\n this.search.attr(\"aria-activedescendant\", choice.find(\".select2-result-label\").attr(\"id\"));\n\n this.ensureHighlightVisible();\n\n this.liveRegion.text(choice.text());\n\n data = choice.data(\"select2-data\");\n if (data) {\n this.opts.element.trigger({ type: \"select2-highlight\", val: this.id(data), choice: data });\n }\n },\n\n removeHighlight: function() {\n this.results.find(\".select2-highlighted\").removeClass(\"select2-highlighted\");\n },\n\n touchMoved: function() {\n this._touchMoved = true;\n },\n\n clearTouchMoved: function() {\n this._touchMoved = false;\n },\n\n // abstract\n countSelectableResults: function() {\n return this.findHighlightableChoices().length;\n },\n\n // abstract\n highlightUnderEvent: function (event) {\n var el = $(event.target).closest(\".select2-result-selectable\");\n if (el.length > 0 && !el.is(\".select2-highlighted\")) {\n var choices = this.findHighlightableChoices();\n this.highlight(choices.index(el));\n } else if (el.length == 0) {\n // if we are over an unselectable item remove all highlights\n this.removeHighlight();\n }\n },\n\n // abstract\n loadMoreIfNeeded: function () {\n var results = this.results,\n more = results.find(\"li.select2-more-results\"),\n below, // pixels the element is below the scroll fold, below==0 is when the element is starting to be visible\n page = this.resultsPage + 1,\n self=this,\n term=this.search.val(),\n context=this.context;\n\n if (more.length === 0) return;\n below = more.offset().top - results.offset().top - results.height();\n\n if (below <= this.opts.loadMorePadding) {\n more.addClass(\"select2-active\");\n this.opts.query({\n element: this.opts.element,\n term: term,\n page: page,\n context: context,\n matcher: this.opts.matcher,\n callback: this.bind(function (data) {\n\n // ignore a response if the select2 has been closed before it was received\n if (!self.opened()) return;\n\n\n self.opts.populateResults.call(this, results, data.results, {term: term, page: page, context:context});\n self.postprocessResults(data, false, false);\n\n if (data.more===true) {\n more.detach().appendTo(results).text(evaluate(self.opts.formatLoadMore, self.opts.element, page+1));\n window.setTimeout(function() { self.loadMoreIfNeeded(); }, 10);\n } else {\n more.remove();\n }\n self.positionDropdown();\n self.resultsPage = page;\n self.context = data.context;\n this.opts.element.trigger({ type: \"select2-loaded\", items: data });\n })});\n }\n },\n\n /**\n * Default tokenizer function which does nothing\n */\n tokenize: function() {\n\n },\n\n /**\n * @param initial whether or not this is the call to this method right after the dropdown has been opened\n */\n // abstract\n updateResults: function (initial) {\n var search = this.search,\n results = this.results,\n opts = this.opts,\n data,\n self = this,\n input,\n term = search.val(),\n lastTerm = $.data(this.container, \"select2-last-term\"),\n // sequence number used to drop out-of-order responses\n queryNumber;\n\n // prevent duplicate queries against the same term\n if (initial !== true && lastTerm && equal(term, lastTerm)) return;\n\n $.data(this.container, \"select2-last-term\", term);\n\n // if the search is currently hidden we do not alter the results\n if (initial !== true && (this.showSearchInput === false || !this.opened())) {\n return;\n }\n\n function postRender() {\n search.removeClass(\"select2-active\");\n self.positionDropdown();\n if (results.find('.select2-no-results,.select2-selection-limit,.select2-searching').length) {\n self.liveRegion.text(results.text());\n }\n else {\n self.liveRegion.text(self.opts.formatMatches(results.find('.select2-result-selectable').length));\n }\n }\n\n function render(html) {\n results.html(html);\n postRender();\n }\n\n queryNumber = ++this.queryCount;\n\n var maxSelSize = this.getMaximumSelectionSize();\n if (maxSelSize >=1) {\n data = this.data();\n if ($.isArray(data) && data.length >= maxSelSize && checkFormatter(opts.formatSelectionTooBig, \"formatSelectionTooBig\")) {\n render(\"<li class='select2-selection-limit'>\" + evaluate(opts.formatSelectionTooBig, opts.element, maxSelSize) + \"</li>\");\n return;\n }\n }\n\n if (search.val().length < opts.minimumInputLength) {\n if (checkFormatter(opts.formatInputTooShort, \"formatInputTooShort\")) {\n render(\"<li class='select2-no-results'>\" + evaluate(opts.formatInputTooShort, opts.element, search.val(), opts.minimumInputLength) + \"</li>\");\n } else {\n render(\"\");\n }\n if (initial && this.showSearch) this.showSearch(true);\n return;\n }\n\n if (opts.maximumInputLength && search.val().length > opts.maximumInputLength) {\n if (checkFormatter(opts.formatInputTooLong, \"formatInputTooLong\")) {\n render(\"<li class='select2-no-results'>\" + evaluate(opts.formatInputTooLong, opts.element, search.val(), opts.maximumInputLength) + \"</li>\");\n } else {\n render(\"\");\n }\n return;\n }\n\n if (opts.formatSearching && this.findHighlightableChoices().length === 0) {\n render(\"<li class='select2-searching'>\" + evaluate(opts.formatSearching, opts.element) + \"</li>\");\n }\n\n search.addClass(\"select2-active\");\n\n this.removeHighlight();\n\n // give the tokenizer a chance to pre-process the input\n input = this.tokenize();\n if (input != undefined && input != null) {\n search.val(input);\n }\n\n this.resultsPage = 1;\n\n opts.query({\n element: opts.element,\n term: search.val(),\n page: this.resultsPage,\n context: null,\n matcher: opts.matcher,\n callback: this.bind(function (data) {\n var def; // default choice\n\n // ignore old responses\n if (queryNumber != this.queryCount) {\n return;\n }\n\n // ignore a response if the select2 has been closed before it was received\n if (!this.opened()) {\n this.search.removeClass(\"select2-active\");\n return;\n }\n\n // handle ajax error\n if(data.hasError !== undefined && checkFormatter(opts.formatAjaxError, \"formatAjaxError\")) {\n render(\"<li class='select2-ajax-error'>\" + evaluate(opts.formatAjaxError, opts.element, data.jqXHR, data.textStatus, data.errorThrown) + \"</li>\");\n return;\n }\n\n // save context, if any\n this.context = (data.context===undefined) ? null : data.context;\n // create a default choice and prepend it to the list\n if (this.opts.createSearchChoice && search.val() !== \"\") {\n def = this.opts.createSearchChoice.call(self, search.val(), data.results);\n if (def !== undefined && def !== null && self.id(def) !== undefined && self.id(def) !== null) {\n if ($(data.results).filter(\n function () {\n return equal(self.id(this), self.id(def));\n }).length === 0) {\n this.opts.createSearchChoicePosition(data.results, def);\n }\n }\n }\n\n if (data.results.length === 0 && checkFormatter(opts.formatNoMatches, \"formatNoMatches\")) {\n render(\"<li class='select2-no-results'>\" + evaluate(opts.formatNoMatches, opts.element, search.val()) + \"</li>\");\n return;\n }\n\n results.empty();\n self.opts.populateResults.call(this, results, data.results, {term: search.val(), page: this.resultsPage, context:null});\n\n if (data.more === true && checkFormatter(opts.formatLoadMore, \"formatLoadMore\")) {\n results.append(\"<li class='select2-more-results'>\" + opts.escapeMarkup(evaluate(opts.formatLoadMore, opts.element, this.resultsPage)) + \"</li>\");\n window.setTimeout(function() { self.loadMoreIfNeeded(); }, 10);\n }\n\n this.postprocessResults(data, initial);\n\n postRender();\n\n this.opts.element.trigger({ type: \"select2-loaded\", items: data });\n })});\n },\n\n // abstract\n cancel: function () {\n this.close();\n },\n\n // abstract\n blur: function () {\n // if selectOnBlur == true, select the currently highlighted option\n if (this.opts.selectOnBlur)\n this.selectHighlighted({noFocus: true});\n\n this.close();\n this.container.removeClass(\"select2-container-active\");\n // synonymous to .is(':focus'), which is available in jquery >= 1.6\n if (this.search[0] === document.activeElement) { this.search.blur(); }\n this.clearSearch();\n this.selection.find(\".select2-search-choice-focus\").removeClass(\"select2-search-choice-focus\");\n },\n\n // abstract\n focusSearch: function () {\n focus(this.search);\n },\n\n // abstract\n selectHighlighted: function (options) {\n if (this._touchMoved) {\n this.clearTouchMoved();\n return;\n }\n var index=this.highlight(),\n highlighted=this.results.find(\".select2-highlighted\"),\n data = highlighted.closest('.select2-result').data(\"select2-data\");\n\n if (data) {\n this.highlight(index);\n this.onSelect(data, options);\n } else if (options && options.noFocus) {\n this.close();\n }\n },\n\n // abstract\n getPlaceholder: function () {\n var placeholderOption;\n return this.opts.element.attr(\"placeholder\") ||\n this.opts.element.attr(\"data-placeholder\") || // jquery 1.4 compat\n this.opts.element.data(\"placeholder\") ||\n this.opts.placeholder ||\n ((placeholderOption = this.getPlaceholderOption()) !== undefined ? placeholderOption.text() : undefined);\n },\n\n // abstract\n getPlaceholderOption: function() {\n if (this.select) {\n var firstOption = this.select.children('option').first();\n if (this.opts.placeholderOption !== undefined ) {\n //Determine the placeholder option based on the specified placeholderOption setting\n return (this.opts.placeholderOption === \"first\" && firstOption) ||\n (typeof this.opts.placeholderOption === \"function\" && this.opts.placeholderOption(this.select));\n } else if ($.trim(firstOption.text()) === \"\" && firstOption.val() === \"\") {\n //No explicit placeholder option specified, use the first if it's blank\n return firstOption;\n }\n }\n },\n\n /**\n * Get the desired width for the container element. This is\n * derived first from option `width` passed to select2, then\n * the inline 'style' on the original element, and finally\n * falls back to the jQuery calculated element width.\n */\n // abstract\n initContainerWidth: function () {\n function resolveContainerWidth() {\n var style, attrs, matches, i, l, attr;\n\n if (this.opts.width === \"off\") {\n return null;\n } else if (this.opts.width === \"element\"){\n return this.opts.element.outerWidth(false) === 0 ? 'auto' : this.opts.element.outerWidth(false) + 'px';\n } else if (this.opts.width === \"copy\" || this.opts.width === \"resolve\") {\n // check if there is inline style on the element that contains width\n style = this.opts.element.attr('style');\n if (style !== undefined) {\n attrs = style.split(';');\n for (i = 0, l = attrs.length; i < l; i = i + 1) {\n attr = attrs[i].replace(/\\s/g, '');\n matches = attr.match(/^width:(([-+]?([0-9]*\\.)?[0-9]+)(px|em|ex|%|in|cm|mm|pt|pc))/i);\n if (matches !== null && matches.length >= 1)\n return matches[1];\n }\n }\n\n if (this.opts.width === \"resolve\") {\n // next check if css('width') can resolve a width that is percent based, this is sometimes possible\n // when attached to input type=hidden or elements hidden via css\n style = this.opts.element.css('width');\n if (style.indexOf(\"%\") > 0) return style;\n\n // finally, fallback on the calculated width of the element\n return (this.opts.element.outerWidth(false) === 0 ? 'auto' : this.opts.element.outerWidth(false) + 'px');\n }\n\n return null;\n } else if ($.isFunction(this.opts.width)) {\n return this.opts.width();\n } else {\n return this.opts.width;\n }\n };\n\n var width = resolveContainerWidth.call(this);\n if (width !== null) {\n this.container.css(\"width\", width);\n }\n }\n });\n\n SingleSelect2 = clazz(AbstractSelect2, {\n\n // single\n\n createContainer: function () {\n var container = $(document.createElement(\"div\")).attr({\n \"class\": \"select2-container\"\n }).html([\n \"<a href='javascript:void(0)' class='select2-choice' tabindex='-1'>\",\n \" <span class='select2-chosen'>&#160;</span><abbr class='select2-search-choice-close'></abbr>\",\n \" <span class='select2-arrow' role='presentation'><b role='presentation'></b></span>\",\n \"</a>\",\n \"<label for='' class='select2-offscreen'></label>\",\n \"<input class='select2-focusser select2-offscreen' type='text' aria-haspopup='true' role='button' />\",\n \"<div class='select2-drop select2-display-none'>\",\n \" <div class='select2-search'>\",\n \" <label for='' class='select2-offscreen'></label>\",\n \" <input type='text' autocomplete='off' autocorrect='off' autocapitalize='off' spellcheck='false' class='select2-input' role='combobox' aria-expanded='true'\",\n \" aria-autocomplete='list' />\",\n \" </div>\",\n \" <ul class='select2-results' role='listbox'>\",\n \" </ul>\",\n \"</div>\"].join(\"\"));\n return container;\n },\n\n // single\n enableInterface: function() {\n if (this.parent.enableInterface.apply(this, arguments)) {\n this.focusser.prop(\"disabled\", !this.isInterfaceEnabled());\n }\n },\n\n // single\n opening: function () {\n var el, range, len;\n\n if (this.opts.minimumResultsForSearch >= 0) {\n this.showSearch(true);\n }\n\n this.parent.opening.apply(this, arguments);\n\n if (this.showSearchInput !== false) {\n // IE appends focusser.val() at the end of field :/ so we manually insert it at the beginning using a range\n // all other browsers handle this just fine\n\n this.search.val(this.focusser.val());\n }\n if (this.opts.shouldFocusInput(this)) {\n this.search.focus();\n // move the cursor to the end after focussing, otherwise it will be at the beginning and\n // new text will appear *before* focusser.val()\n el = this.search.get(0);\n if (el.createTextRange) {\n range = el.createTextRange();\n range.collapse(false);\n range.select();\n } else if (el.setSelectionRange) {\n len = this.search.val().length;\n el.setSelectionRange(len, len);\n }\n }\n\n // initializes search's value with nextSearchTerm (if defined by user)\n // ignore nextSearchTerm if the dropdown is opened by the user pressing a letter\n if(this.search.val() === \"\") {\n if(this.nextSearchTerm != undefined){\n this.search.val(this.nextSearchTerm);\n this.search.select();\n }\n }\n\n this.focusser.prop(\"disabled\", true).val(\"\");\n this.updateResults(true);\n this.opts.element.trigger($.Event(\"select2-open\"));\n },\n\n // single\n close: function () {\n if (!this.opened()) return;\n this.parent.close.apply(this, arguments);\n\n this.focusser.prop(\"disabled\", false);\n\n if (this.opts.shouldFocusInput(this)) {\n this.focusser.focus();\n }\n },\n\n // single\n focus: function () {\n if (this.opened()) {\n this.close();\n } else {\n this.focusser.prop(\"disabled\", false);\n if (this.opts.shouldFocusInput(this)) {\n this.focusser.focus();\n }\n }\n },\n\n // single\n isFocused: function () {\n return this.container.hasClass(\"select2-container-active\");\n },\n\n // single\n cancel: function () {\n this.parent.cancel.apply(this, arguments);\n this.focusser.prop(\"disabled\", false);\n\n if (this.opts.shouldFocusInput(this)) {\n this.focusser.focus();\n }\n },\n\n // single\n destroy: function() {\n $(\"label[for='\" + this.focusser.attr('id') + \"']\")\n .attr('for', this.opts.element.attr(\"id\"));\n this.parent.destroy.apply(this, arguments);\n\n cleanupJQueryElements.call(this,\n \"selection\",\n \"focusser\"\n );\n },\n\n // single\n initContainer: function () {\n\n var selection,\n container = this.container,\n dropdown = this.dropdown,\n idSuffix = nextUid(),\n elementLabel;\n\n if (this.opts.minimumResultsForSearch < 0) {\n this.showSearch(false);\n } else {\n this.showSearch(true);\n }\n\n this.selection = selection = container.find(\".select2-choice\");\n\n this.focusser = container.find(\".select2-focusser\");\n\n // add aria associations\n selection.find(\".select2-chosen\").attr(\"id\", \"select2-chosen-\"+idSuffix);\n this.focusser.attr(\"aria-labelledby\", \"select2-chosen-\"+idSuffix);\n this.results.attr(\"id\", \"select2-results-\"+idSuffix);\n this.search.attr(\"aria-owns\", \"select2-results-\"+idSuffix);\n\n // rewrite labels from original element to focusser\n this.focusser.attr(\"id\", \"s2id_autogen\"+idSuffix);\n\n elementLabel = $(\"label[for='\" + this.opts.element.attr(\"id\") + \"']\");\n\n this.focusser.prev()\n .text(elementLabel.text())\n .attr('for', this.focusser.attr('id'));\n\n // Ensure the original element retains an accessible name\n var originalTitle = this.opts.element.attr(\"title\");\n this.opts.element.attr(\"title\", (originalTitle || elementLabel.text()));\n\n this.focusser.attr(\"tabindex\", this.elementTabIndex);\n\n // write label for search field using the label from the focusser element\n this.search.attr(\"id\", this.focusser.attr('id') + '_search');\n\n this.search.prev()\n .text($(\"label[for='\" + this.focusser.attr('id') + \"']\").text())\n .attr('for', this.search.attr('id'));\n\n this.search.on(\"keydown\", this.bind(function (e) {\n if (!this.isInterfaceEnabled()) return;\n\n // filter 229 keyCodes (input method editor is processing key input)\n if (229 == e.keyCode) return;\n\n if (e.which === KEY.PAGE_UP || e.which === KEY.PAGE_DOWN) {\n // prevent the page from scrolling\n killEvent(e);\n return;\n }\n\n switch (e.which) {\n case KEY.UP:\n case KEY.DOWN:\n this.moveHighlight((e.which === KEY.UP) ? -1 : 1);\n killEvent(e);\n return;\n case KEY.ENTER:\n this.selectHighlighted();\n killEvent(e);\n return;\n case KEY.TAB:\n this.selectHighlighted({noFocus: true});\n return;\n case KEY.ESC:\n this.cancel(e);\n killEvent(e);\n return;\n }\n }));\n\n this.search.on(\"blur\", this.bind(function(e) {\n // a workaround for chrome to keep the search field focussed when the scroll bar is used to scroll the dropdown.\n // without this the search field loses focus which is annoying\n if (document.activeElement === this.body.get(0)) {\n window.setTimeout(this.bind(function() {\n if (this.opened()) {\n this.search.focus();\n }\n }), 0);\n }\n }));\n\n this.focusser.on(\"keydown\", this.bind(function (e) {\n if (!this.isInterfaceEnabled()) return;\n\n if (e.which === KEY.TAB || KEY.isControl(e) || KEY.isFunctionKey(e) || e.which === KEY.ESC) {\n return;\n }\n\n if (this.opts.openOnEnter === false && e.which === KEY.ENTER) {\n killEvent(e);\n return;\n }\n\n if (e.which == KEY.DOWN || e.which == KEY.UP\n || (e.which == KEY.ENTER && this.opts.openOnEnter)) {\n\n if (e.altKey || e.ctrlKey || e.shiftKey || e.metaKey) return;\n\n this.open();\n killEvent(e);\n return;\n }\n\n if (e.which == KEY.DELETE || e.which == KEY.BACKSPACE) {\n if (this.opts.allowClear) {\n this.clear();\n }\n killEvent(e);\n return;\n }\n }));\n\n\n installKeyUpChangeEvent(this.focusser);\n this.focusser.on(\"keyup-change input\", this.bind(function(e) {\n if (this.opts.minimumResultsForSearch >= 0) {\n e.stopPropagation();\n if (this.opened()) return;\n this.open();\n }\n }));\n\n selection.on(\"mousedown touchstart\", \"abbr\", this.bind(function (e) {\n if (!this.isInterfaceEnabled()) return;\n this.clear();\n killEventImmediately(e);\n this.close();\n this.selection.focus();\n }));\n\n selection.on(\"mousedown touchstart\", this.bind(function (e) {\n // Prevent IE from generating a click event on the body\n reinsertElement(selection);\n\n if (!this.container.hasClass(\"select2-container-active\")) {\n this.opts.element.trigger($.Event(\"select2-focus\"));\n }\n\n if (this.opened()) {\n this.close();\n } else if (this.isInterfaceEnabled()) {\n this.open();\n }\n\n killEvent(e);\n }));\n\n dropdown.on(\"mousedown touchstart\", this.bind(function() {\n if (this.opts.shouldFocusInput(this)) {\n this.search.focus();\n }\n }));\n\n selection.on(\"focus\", this.bind(function(e) {\n killEvent(e);\n }));\n\n this.focusser.on(\"focus\", this.bind(function(){\n if (!this.container.hasClass(\"select2-container-active\")) {\n this.opts.element.trigger($.Event(\"select2-focus\"));\n }\n this.container.addClass(\"select2-container-active\");\n })).on(\"blur\", this.bind(function() {\n if (!this.opened()) {\n this.container.removeClass(\"select2-container-active\");\n this.opts.element.trigger($.Event(\"select2-blur\"));\n }\n }));\n this.search.on(\"focus\", this.bind(function(){\n if (!this.container.hasClass(\"select2-container-active\")) {\n this.opts.element.trigger($.Event(\"select2-focus\"));\n }\n this.container.addClass(\"select2-container-active\");\n }));\n\n this.initContainerWidth();\n this.opts.element.addClass(\"select2-offscreen\");\n this.setPlaceholder();\n\n },\n\n // single\n clear: function(triggerChange) {\n var data=this.selection.data(\"select2-data\");\n if (data) { // guard against queued quick consecutive clicks\n var evt = $.Event(\"select2-clearing\");\n this.opts.element.trigger(evt);\n if (evt.isDefaultPrevented()) {\n return;\n }\n var placeholderOption = this.getPlaceholderOption();\n this.opts.element.val(placeholderOption ? placeholderOption.val() : \"\");\n this.selection.find(\".select2-chosen\").empty();\n this.selection.removeData(\"select2-data\");\n this.setPlaceholder();\n\n if (triggerChange !== false){\n this.opts.element.trigger({ type: \"select2-removed\", val: this.id(data), choice: data });\n this.triggerChange({removed:data});\n }\n }\n },\n\n /**\n * Sets selection based on source element's value\n */\n // single\n initSelection: function () {\n var selected;\n if (this.isPlaceholderOptionSelected()) {\n this.updateSelection(null);\n this.close();\n this.setPlaceholder();\n } else {\n var self = this;\n this.opts.initSelection.call(null, this.opts.element, function(selected){\n if (selected !== undefined && selected !== null) {\n self.updateSelection(selected);\n self.close();\n self.setPlaceholder();\n self.nextSearchTerm = self.opts.nextSearchTerm(selected, self.search.val());\n }\n });\n }\n },\n\n isPlaceholderOptionSelected: function() {\n var placeholderOption;\n if (this.getPlaceholder() === undefined) return false; // no placeholder specified so no option should be considered\n return ((placeholderOption = this.getPlaceholderOption()) !== undefined && placeholderOption.prop(\"selected\"))\n || (this.opts.element.val() === \"\")\n || (this.opts.element.val() === undefined)\n || (this.opts.element.val() === null);\n },\n\n // single\n prepareOpts: function () {\n var opts = this.parent.prepareOpts.apply(this, arguments),\n self=this;\n\n if (opts.element.get(0).tagName.toLowerCase() === \"select\") {\n // install the selection initializer\n opts.initSelection = function (element, callback) {\n var selected = element.find(\"option\").filter(function() { return this.selected && !this.disabled });\n // a single select box always has a value, no need to null check 'selected'\n callback(self.optionToData(selected));\n };\n } else if (\"data\" in opts) {\n // install default initSelection when applied to hidden input and data is local\n opts.initSelection = opts.initSelection || function (element, callback) {\n var id = element.val();\n //search in data by id, storing the actual matching item\n var match = null;\n opts.query({\n matcher: function(term, text, el){\n var is_match = equal(id, opts.id(el));\n if (is_match) {\n match = el;\n }\n return is_match;\n },\n callback: !$.isFunction(callback) ? $.noop : function() {\n callback(match);\n }\n });\n };\n }\n\n return opts;\n },\n\n // single\n getPlaceholder: function() {\n // if a placeholder is specified on a single select without a valid placeholder option ignore it\n if (this.select) {\n if (this.getPlaceholderOption() === undefined) {\n return undefined;\n }\n }\n\n return this.parent.getPlaceholder.apply(this, arguments);\n },\n\n // single\n setPlaceholder: function () {\n var placeholder = this.getPlaceholder();\n\n if (this.isPlaceholderOptionSelected() && placeholder !== undefined) {\n\n // check for a placeholder option if attached to a select\n if (this.select && this.getPlaceholderOption() === undefined) return;\n\n this.selection.find(\".select2-chosen\").html(this.opts.escapeMarkup(placeholder));\n\n this.selection.addClass(\"select2-default\");\n\n this.container.removeClass(\"select2-allowclear\");\n }\n },\n\n // single\n postprocessResults: function (data, initial, noHighlightUpdate) {\n var selected = 0, self = this, showSearchInput = true;\n\n // find the selected element in the result list\n\n this.findHighlightableChoices().each2(function (i, elm) {\n if (equal(self.id(elm.data(\"select2-data\")), self.opts.element.val())) {\n selected = i;\n return false;\n }\n });\n\n // and highlight it\n if (noHighlightUpdate !== false) {\n if (initial === true && selected >= 0) {\n this.highlight(selected);\n } else {\n this.highlight(0);\n }\n }\n\n // hide the search box if this is the first we got the results and there are enough of them for search\n\n if (initial === true) {\n var min = this.opts.minimumResultsForSearch;\n if (min >= 0) {\n this.showSearch(countResults(data.results) >= min);\n }\n }\n },\n\n // single\n showSearch: function(showSearchInput) {\n if (this.showSearchInput === showSearchInput) return;\n\n this.showSearchInput = showSearchInput;\n\n this.dropdown.find(\".select2-search\").toggleClass(\"select2-search-hidden\", !showSearchInput);\n this.dropdown.find(\".select2-search\").toggleClass(\"select2-offscreen\", !showSearchInput);\n //add \"select2-with-searchbox\" to the container if search box is shown\n $(this.dropdown, this.container).toggleClass(\"select2-with-searchbox\", showSearchInput);\n },\n\n // single\n onSelect: function (data, options) {\n\n if (!this.triggerSelect(data)) { return; }\n\n var old = this.opts.element.val(),\n oldData = this.data();\n\n this.opts.element.val(this.id(data));\n this.updateSelection(data);\n\n this.opts.element.trigger({ type: \"select2-selected\", val: this.id(data), choice: data });\n\n this.nextSearchTerm = this.opts.nextSearchTerm(data, this.search.val());\n this.close();\n\n if ((!options || !options.noFocus) && this.opts.shouldFocusInput(this)) {\n this.focusser.focus();\n }\n\n if (!equal(old, this.id(data))) {\n this.triggerChange({ added: data, removed: oldData });\n }\n },\n\n // single\n updateSelection: function (data) {\n\n var container=this.selection.find(\".select2-chosen\"), formatted, cssClass;\n\n this.selection.data(\"select2-data\", data);\n\n container.empty();\n if (data !== null) {\n formatted=this.opts.formatSelection(data, container, this.opts.escapeMarkup);\n }\n if (formatted !== undefined) {\n container.append(formatted);\n }\n cssClass=this.opts.formatSelectionCssClass(data, container);\n if (cssClass !== undefined) {\n container.addClass(cssClass);\n }\n\n this.selection.removeClass(\"select2-default\");\n\n if (this.opts.allowClear && this.getPlaceholder() !== undefined) {\n this.container.addClass(\"select2-allowclear\");\n }\n },\n\n // single\n val: function () {\n var val,\n triggerChange = false,\n data = null,\n self = this,\n oldData = this.data();\n\n if (arguments.length === 0) {\n return this.opts.element.val();\n }\n\n val = arguments[0];\n\n if (arguments.length > 1) {\n triggerChange = arguments[1];\n }\n\n if (this.select) {\n this.select\n .val(val)\n .find(\"option\").filter(function() { return this.selected }).each2(function (i, elm) {\n data = self.optionToData(elm);\n return false;\n });\n this.updateSelection(data);\n this.setPlaceholder();\n if (triggerChange) {\n this.triggerChange({added: data, removed:oldData});\n }\n } else {\n // val is an id. !val is true for [undefined,null,'',0] - 0 is legal\n if (!val && val !== 0) {\n this.clear(triggerChange);\n return;\n }\n if (this.opts.initSelection === undefined) {\n throw new Error(\"cannot call val() if initSelection() is not defined\");\n }\n this.opts.element.val(val);\n this.opts.initSelection(this.opts.element, function(data){\n self.opts.element.val(!data ? \"\" : self.id(data));\n self.updateSelection(data);\n self.setPlaceholder();\n if (triggerChange) {\n self.triggerChange({added: data, removed:oldData});\n }\n });\n }\n },\n\n // single\n clearSearch: function () {\n this.search.val(\"\");\n this.focusser.val(\"\");\n },\n\n // single\n data: function(value) {\n var data,\n triggerChange = false;\n\n if (arguments.length === 0) {\n data = this.selection.data(\"select2-data\");\n if (data == undefined) data = null;\n return data;\n } else {\n if (arguments.length > 1) {\n triggerChange = arguments[1];\n }\n if (!value) {\n this.clear(triggerChange);\n } else {\n data = this.data();\n this.opts.element.val(!value ? \"\" : this.id(value));\n this.updateSelection(value);\n if (triggerChange) {\n this.triggerChange({added: value, removed:data});\n }\n }\n }\n }\n });\n\n MultiSelect2 = clazz(AbstractSelect2, {\n\n // multi\n createContainer: function () {\n var container = $(document.createElement(\"div\")).attr({\n \"class\": \"select2-container select2-container-multi\"\n }).html([\n \"<ul class='select2-choices'>\",\n \" <li class='select2-search-field'>\",\n \" <label for='' class='select2-offscreen'></label>\",\n \" <input type='text' autocomplete='off' autocorrect='off' autocapitalize='off' spellcheck='false' class='select2-input'>\",\n \" </li>\",\n \"</ul>\",\n \"<div class='select2-drop select2-drop-multi select2-display-none'>\",\n \" <ul class='select2-results'>\",\n \" </ul>\",\n \"</div>\"].join(\"\"));\n return container;\n },\n\n // multi\n prepareOpts: function () {\n var opts = this.parent.prepareOpts.apply(this, arguments),\n self=this;\n\n // TODO validate placeholder is a string if specified\n\n if (opts.element.get(0).tagName.toLowerCase() === \"select\") {\n // install the selection initializer\n opts.initSelection = function (element, callback) {\n\n var data = [];\n\n element.find(\"option\").filter(function() { return this.selected && !this.disabled }).each2(function (i, elm) {\n data.push(self.optionToData(elm));\n });\n callback(data);\n };\n } else if (\"data\" in opts) {\n // install default initSelection when applied to hidden input and data is local\n opts.initSelection = opts.initSelection || function (element, callback) {\n var ids = splitVal(element.val(), opts.separator);\n //search in data by array of ids, storing matching items in a list\n var matches = [];\n opts.query({\n matcher: function(term, text, el){\n var is_match = $.grep(ids, function(id) {\n return equal(id, opts.id(el));\n }).length;\n if (is_match) {\n matches.push(el);\n }\n return is_match;\n },\n callback: !$.isFunction(callback) ? $.noop : function() {\n // reorder matches based on the order they appear in the ids array because right now\n // they are in the order in which they appear in data array\n var ordered = [];\n for (var i = 0; i < ids.length; i++) {\n var id = ids[i];\n for (var j = 0; j < matches.length; j++) {\n var match = matches[j];\n if (equal(id, opts.id(match))) {\n ordered.push(match);\n matches.splice(j, 1);\n break;\n }\n }\n }\n callback(ordered);\n }\n });\n };\n }\n\n return opts;\n },\n\n // multi\n selectChoice: function (choice) {\n\n var selected = this.container.find(\".select2-search-choice-focus\");\n if (selected.length && choice && choice[0] == selected[0]) {\n\n } else {\n if (selected.length) {\n this.opts.element.trigger(\"choice-deselected\", selected);\n }\n selected.removeClass(\"select2-search-choice-focus\");\n if (choice && choice.length) {\n this.close();\n choice.addClass(\"select2-search-choice-focus\");\n this.opts.element.trigger(\"choice-selected\", choice);\n }\n }\n },\n\n // multi\n destroy: function() {\n $(\"label[for='\" + this.search.attr('id') + \"']\")\n .attr('for', this.opts.element.attr(\"id\"));\n this.parent.destroy.apply(this, arguments);\n\n cleanupJQueryElements.call(this,\n \"searchContainer\",\n \"selection\"\n );\n },\n\n // multi\n initContainer: function () {\n\n var selector = \".select2-choices\", selection;\n\n this.searchContainer = this.container.find(\".select2-search-field\");\n this.selection = selection = this.container.find(selector);\n\n var _this = this;\n this.selection.on(\"click\", \".select2-search-choice:not(.select2-locked)\", function (e) {\n //killEvent(e);\n _this.search[0].focus();\n _this.selectChoice($(this));\n });\n\n // rewrite labels from original element to focusser\n this.search.attr(\"id\", \"s2id_autogen\"+nextUid());\n\n this.search.prev()\n .text($(\"label[for='\" + this.opts.element.attr(\"id\") + \"']\").text())\n .attr('for', this.search.attr('id'));\n\n this.search.on(\"input paste\", this.bind(function() {\n if (this.search.attr('placeholder') && this.search.val().length == 0) return;\n if (!this.isInterfaceEnabled()) return;\n if (!this.opened()) {\n this.open();\n }\n }));\n\n this.search.attr(\"tabindex\", this.elementTabIndex);\n\n this.keydowns = 0;\n this.search.on(\"keydown\", this.bind(function (e) {\n if (!this.isInterfaceEnabled()) return;\n\n ++this.keydowns;\n var selected = selection.find(\".select2-search-choice-focus\");\n var prev = selected.prev(\".select2-search-choice:not(.select2-locked)\");\n var next = selected.next(\".select2-search-choice:not(.select2-locked)\");\n var pos = getCursorInfo(this.search);\n\n if (selected.length &&\n (e.which == KEY.LEFT || e.which == KEY.RIGHT || e.which == KEY.BACKSPACE || e.which == KEY.DELETE || e.which == KEY.ENTER)) {\n var selectedChoice = selected;\n if (e.which == KEY.LEFT && prev.length) {\n selectedChoice = prev;\n }\n else if (e.which == KEY.RIGHT) {\n selectedChoice = next.length ? next : null;\n }\n else if (e.which === KEY.BACKSPACE) {\n if (this.unselect(selected.first())) {\n this.search.width(10);\n selectedChoice = prev.length ? prev : next;\n }\n } else if (e.which == KEY.DELETE) {\n if (this.unselect(selected.first())) {\n this.search.width(10);\n selectedChoice = next.length ? next : null;\n }\n } else if (e.which == KEY.ENTER) {\n selectedChoice = null;\n }\n\n this.selectChoice(selectedChoice);\n killEvent(e);\n if (!selectedChoice || !selectedChoice.length) {\n this.open();\n }\n return;\n } else if (((e.which === KEY.BACKSPACE && this.keydowns == 1)\n || e.which == KEY.LEFT) && (pos.offset == 0 && !pos.length)) {\n\n this.selectChoice(selection.find(\".select2-search-choice:not(.select2-locked)\").last());\n killEvent(e);\n return;\n } else {\n this.selectChoice(null);\n }\n\n if (this.opened()) {\n switch (e.which) {\n case KEY.UP:\n case KEY.DOWN:\n this.moveHighlight((e.which === KEY.UP) ? -1 : 1);\n killEvent(e);\n return;\n case KEY.ENTER:\n this.selectHighlighted();\n killEvent(e);\n return;\n case KEY.TAB:\n this.selectHighlighted({noFocus:true});\n this.close();\n return;\n case KEY.ESC:\n this.cancel(e);\n killEvent(e);\n return;\n }\n }\n\n if (e.which === KEY.TAB || KEY.isControl(e) || KEY.isFunctionKey(e)\n || e.which === KEY.BACKSPACE || e.which === KEY.ESC) {\n return;\n }\n\n if (e.which === KEY.ENTER) {\n if (this.opts.openOnEnter === false) {\n return;\n } else if (e.altKey || e.ctrlKey || e.shiftKey || e.metaKey) {\n return;\n }\n }\n\n this.open();\n\n if (e.which === KEY.PAGE_UP || e.which === KEY.PAGE_DOWN) {\n // prevent the page from scrolling\n killEvent(e);\n }\n\n if (e.which === KEY.ENTER) {\n // prevent form from being submitted\n killEvent(e);\n }\n\n }));\n\n this.search.on(\"keyup\", this.bind(function (e) {\n this.keydowns = 0;\n this.resizeSearch();\n })\n );\n\n this.search.on(\"blur\", this.bind(function(e) {\n this.container.removeClass(\"select2-container-active\");\n this.search.removeClass(\"select2-focused\");\n this.selectChoice(null);\n if (!this.opened()) this.clearSearch();\n e.stopImmediatePropagation();\n this.opts.element.trigger($.Event(\"select2-blur\"));\n }));\n\n this.container.on(\"click\", selector, this.bind(function (e) {\n if (!this.isInterfaceEnabled()) return;\n if ($(e.target).closest(\".select2-search-choice\").length > 0) {\n // clicked inside a select2 search choice, do not open\n return;\n }\n this.selectChoice(null);\n this.clearPlaceholder();\n if (!this.container.hasClass(\"select2-container-active\")) {\n this.opts.element.trigger($.Event(\"select2-focus\"));\n }\n this.open();\n this.focusSearch();\n e.preventDefault();\n }));\n\n this.container.on(\"focus\", selector, this.bind(function () {\n if (!this.isInterfaceEnabled()) return;\n if (!this.container.hasClass(\"select2-container-active\")) {\n this.opts.element.trigger($.Event(\"select2-focus\"));\n }\n this.container.addClass(\"select2-container-active\");\n this.dropdown.addClass(\"select2-drop-active\");\n this.clearPlaceholder();\n }));\n\n this.initContainerWidth();\n this.opts.element.addClass(\"select2-offscreen\");\n\n // set the placeholder if necessary\n this.clearSearch();\n },\n\n // multi\n enableInterface: function() {\n if (this.parent.enableInterface.apply(this, arguments)) {\n this.search.prop(\"disabled\", !this.isInterfaceEnabled());\n }\n },\n\n // multi\n initSelection: function () {\n var data;\n if (this.opts.element.val() === \"\" && this.opts.element.text() === \"\") {\n this.updateSelection([]);\n this.close();\n // set the placeholder if necessary\n this.clearSearch();\n }\n if (this.select || this.opts.element.val() !== \"\") {\n var self = this;\n this.opts.initSelection.call(null, this.opts.element, function(data){\n if (data !== undefined && data !== null) {\n self.updateSelection(data);\n self.close();\n // set the placeholder if necessary\n self.clearSearch();\n }\n });\n }\n },\n\n // multi\n clearSearch: function () {\n var placeholder = this.getPlaceholder(),\n maxWidth = this.getMaxSearchWidth();\n\n if (placeholder !== undefined && this.getVal().length === 0 && this.search.hasClass(\"select2-focused\") === false) {\n this.search.val(placeholder).addClass(\"select2-default\");\n // stretch the search box to full width of the container so as much of the placeholder is visible as possible\n // we could call this.resizeSearch(), but we do not because that requires a sizer and we do not want to create one so early because of a firefox bug, see #944\n this.search.width(maxWidth > 0 ? maxWidth : this.container.css(\"width\"));\n } else {\n this.search.val(\"\").width(10);\n }\n },\n\n // multi\n clearPlaceholder: function () {\n if (this.search.hasClass(\"select2-default\")) {\n this.search.val(\"\").removeClass(\"select2-default\");\n }\n },\n\n // multi\n opening: function () {\n this.clearPlaceholder(); // should be done before super so placeholder is not used to search\n this.resizeSearch();\n\n this.parent.opening.apply(this, arguments);\n\n this.focusSearch();\n\n // initializes search's value with nextSearchTerm (if defined by user)\n // ignore nextSearchTerm if the dropdown is opened by the user pressing a letter\n if(this.search.val() === \"\") {\n if(this.nextSearchTerm != undefined){\n this.search.val(this.nextSearchTerm);\n this.search.select();\n }\n }\n\n this.updateResults(true);\n if (this.opts.shouldFocusInput(this)) {\n this.search.focus();\n }\n this.opts.element.trigger($.Event(\"select2-open\"));\n },\n\n // multi\n close: function () {\n if (!this.opened()) return;\n this.parent.close.apply(this, arguments);\n },\n\n // multi\n focus: function () {\n this.close();\n this.search.focus();\n },\n\n // multi\n isFocused: function () {\n return this.search.hasClass(\"select2-focused\");\n },\n\n // multi\n updateSelection: function (data) {\n var ids = [], filtered = [], self = this;\n\n // filter out duplicates\n $(data).each(function () {\n if (indexOf(self.id(this), ids) < 0) {\n ids.push(self.id(this));\n filtered.push(this);\n }\n });\n data = filtered;\n\n this.selection.find(\".select2-search-choice\").remove();\n $(data).each(function () {\n self.addSelectedChoice(this);\n });\n self.postprocessResults();\n },\n\n // multi\n tokenize: function() {\n var input = this.search.val();\n input = this.opts.tokenizer.call(this, input, this.data(), this.bind(this.onSelect), this.opts);\n if (input != null && input != undefined) {\n this.search.val(input);\n if (input.length > 0) {\n this.open();\n }\n }\n\n },\n\n // multi\n onSelect: function (data, options) {\n\n if (!this.triggerSelect(data) || data.text === \"\") { return; }\n\n this.addSelectedChoice(data);\n\n this.opts.element.trigger({ type: \"selected\", val: this.id(data), choice: data });\n\n // keep track of the search's value before it gets cleared\n this.nextSearchTerm = this.opts.nextSearchTerm(data, this.search.val());\n\n this.clearSearch();\n this.updateResults();\n\n if (this.select || !this.opts.closeOnSelect) this.postprocessResults(data, false, this.opts.closeOnSelect===true);\n\n if (this.opts.closeOnSelect) {\n this.close();\n this.search.width(10);\n } else {\n if (this.countSelectableResults()>0) {\n this.search.width(10);\n this.resizeSearch();\n if (this.getMaximumSelectionSize() > 0 && this.val().length >= this.getMaximumSelectionSize()) {\n // if we reached max selection size repaint the results so choices\n // are replaced with the max selection reached message\n this.updateResults(true);\n } else {\n // initializes search's value with nextSearchTerm and update search result\n if(this.nextSearchTerm != undefined){\n this.search.val(this.nextSearchTerm);\n this.updateResults();\n this.search.select();\n }\n }\n this.positionDropdown();\n } else {\n // if nothing left to select close\n this.close();\n this.search.width(10);\n }\n }\n\n // since its not possible to select an element that has already been\n // added we do not need to check if this is a new element before firing change\n this.triggerChange({ added: data });\n\n if (!options || !options.noFocus)\n this.focusSearch();\n },\n\n // multi\n cancel: function () {\n this.close();\n this.focusSearch();\n },\n\n addSelectedChoice: function (data) {\n var enableChoice = !data.locked,\n enabledItem = $(\n \"<li class='select2-search-choice'>\" +\n \" <div></div>\" +\n \" <a href='#' class='select2-search-choice-close' tabindex='-1'></a>\" +\n \"</li>\"),\n disabledItem = $(\n \"<li class='select2-search-choice select2-locked'>\" +\n \"<div></div>\" +\n \"</li>\");\n var choice = enableChoice ? enabledItem : disabledItem,\n id = this.id(data),\n val = this.getVal(),\n formatted,\n cssClass;\n\n formatted=this.opts.formatSelection(data, choice.find(\"div\"), this.opts.escapeMarkup);\n if (formatted != undefined) {\n choice.find(\"div\").replaceWith(\"<div>\"+formatted+\"</div>\");\n }\n cssClass=this.opts.formatSelectionCssClass(data, choice.find(\"div\"));\n if (cssClass != undefined) {\n choice.addClass(cssClass);\n }\n\n if(enableChoice){\n choice.find(\".select2-search-choice-close\")\n .on(\"mousedown\", killEvent)\n .on(\"click dblclick\", this.bind(function (e) {\n if (!this.isInterfaceEnabled()) return;\n\n this.unselect($(e.target));\n this.selection.find(\".select2-search-choice-focus\").removeClass(\"select2-search-choice-focus\");\n killEvent(e);\n this.close();\n this.focusSearch();\n })).on(\"focus\", this.bind(function () {\n if (!this.isInterfaceEnabled()) return;\n this.container.addClass(\"select2-container-active\");\n this.dropdown.addClass(\"select2-drop-active\");\n }));\n }\n\n choice.data(\"select2-data\", data);\n choice.insertBefore(this.searchContainer);\n\n val.push(id);\n this.setVal(val);\n },\n\n // multi\n unselect: function (selected) {\n var val = this.getVal(),\n data,\n index;\n selected = selected.closest(\".select2-search-choice\");\n\n if (selected.length === 0) {\n throw \"Invalid argument: \" + selected + \". Must be .select2-search-choice\";\n }\n\n data = selected.data(\"select2-data\");\n\n if (!data) {\n // prevent a race condition when the 'x' is clicked really fast repeatedly the event can be queued\n // and invoked on an element already removed\n return;\n }\n\n var evt = $.Event(\"select2-removing\");\n evt.val = this.id(data);\n evt.choice = data;\n this.opts.element.trigger(evt);\n\n if (evt.isDefaultPrevented()) {\n return false;\n }\n\n while((index = indexOf(this.id(data), val)) >= 0) {\n val.splice(index, 1);\n this.setVal(val);\n if (this.select) this.postprocessResults();\n }\n\n selected.remove();\n\n this.opts.element.trigger({ type: \"select2-removed\", val: this.id(data), choice: data });\n this.triggerChange({ removed: data });\n\n return true;\n },\n\n // multi\n postprocessResults: function (data, initial, noHighlightUpdate) {\n var val = this.getVal(),\n choices = this.results.find(\".select2-result\"),\n compound = this.results.find(\".select2-result-with-children\"),\n self = this;\n\n choices.each2(function (i, choice) {\n var id = self.id(choice.data(\"select2-data\"));\n if (indexOf(id, val) >= 0) {\n choice.addClass(\"select2-selected\");\n // mark all children of the selected parent as selected\n choice.find(\".select2-result-selectable\").addClass(\"select2-selected\");\n }\n });\n\n compound.each2(function(i, choice) {\n // hide an optgroup if it doesn't have any selectable children\n if (!choice.is('.select2-result-selectable')\n && choice.find(\".select2-result-selectable:not(.select2-selected)\").length === 0) {\n choice.addClass(\"select2-selected\");\n }\n });\n\n if (this.highlight() == -1 && noHighlightUpdate !== false){\n self.highlight(0);\n }\n\n //If all results are chosen render formatNoMatches\n if(!this.opts.createSearchChoice && !choices.filter('.select2-result:not(.select2-selected)').length > 0){\n if(!data || data && !data.more && this.results.find(\".select2-no-results\").length === 0) {\n if (checkFormatter(self.opts.formatNoMatches, \"formatNoMatches\")) {\n this.results.append(\"<li class='select2-no-results'>\" + evaluate(self.opts.formatNoMatches, self.opts.element, self.search.val()) + \"</li>\");\n }\n }\n }\n\n },\n\n // multi\n getMaxSearchWidth: function() {\n return this.selection.width() - getSideBorderPadding(this.search);\n },\n\n // multi\n resizeSearch: function () {\n var minimumWidth, left, maxWidth, containerLeft, searchWidth,\n sideBorderPadding = getSideBorderPadding(this.search);\n\n minimumWidth = measureTextWidth(this.search) + 10;\n\n left = this.search.offset().left;\n\n maxWidth = this.selection.width();\n containerLeft = this.selection.offset().left;\n\n searchWidth = maxWidth - (left - containerLeft) - sideBorderPadding;\n\n if (searchWidth < minimumWidth) {\n searchWidth = maxWidth - sideBorderPadding;\n }\n\n if (searchWidth < 40) {\n searchWidth = maxWidth - sideBorderPadding;\n }\n\n if (searchWidth <= 0) {\n searchWidth = minimumWidth;\n }\n\n this.search.width(Math.floor(searchWidth));\n },\n\n // multi\n getVal: function () {\n var val;\n if (this.select) {\n val = this.select.val();\n return val === null ? [] : val;\n } else {\n val = this.opts.element.val();\n return splitVal(val, this.opts.separator);\n }\n },\n\n // multi\n setVal: function (val) {\n var unique;\n if (this.select) {\n this.select.val(val);\n } else {\n unique = [];\n // filter out duplicates\n $(val).each(function () {\n if (indexOf(this, unique) < 0) unique.push(this);\n });\n this.opts.element.val(unique.length === 0 ? \"\" : unique.join(this.opts.separator));\n }\n },\n\n // multi\n buildChangeDetails: function (old, current) {\n var current = current.slice(0),\n old = old.slice(0);\n\n // remove intersection from each array\n for (var i = 0; i < current.length; i++) {\n for (var j = 0; j < old.length; j++) {\n if (equal(this.opts.id(current[i]), this.opts.id(old[j]))) {\n current.splice(i, 1);\n if(i>0){\n \ti--;\n }\n old.splice(j, 1);\n j--;\n }\n }\n }\n\n return {added: current, removed: old};\n },\n\n\n // multi\n val: function (val, triggerChange) {\n var oldData, self=this;\n\n if (arguments.length === 0) {\n return this.getVal();\n }\n\n oldData=this.data();\n if (!oldData.length) oldData=[];\n\n // val is an id. !val is true for [undefined,null,'',0] - 0 is legal\n if (!val && val !== 0) {\n this.opts.element.val(\"\");\n this.updateSelection([]);\n this.clearSearch();\n if (triggerChange) {\n this.triggerChange({added: this.data(), removed: oldData});\n }\n return;\n }\n\n // val is a list of ids\n this.setVal(val);\n\n if (this.select) {\n this.opts.initSelection(this.select, this.bind(this.updateSelection));\n if (triggerChange) {\n this.triggerChange(this.buildChangeDetails(oldData, this.data()));\n }\n } else {\n if (this.opts.initSelection === undefined) {\n throw new Error(\"val() cannot be called if initSelection() is not defined\");\n }\n\n this.opts.initSelection(this.opts.element, function(data){\n var ids=$.map(data, self.id);\n self.setVal(ids);\n self.updateSelection(data);\n self.clearSearch();\n if (triggerChange) {\n self.triggerChange(self.buildChangeDetails(oldData, self.data()));\n }\n });\n }\n this.clearSearch();\n },\n\n // multi\n onSortStart: function() {\n if (this.select) {\n throw new Error(\"Sorting of elements is not supported when attached to <select>. Attach to <input type='hidden'/> instead.\");\n }\n\n // collapse search field into 0 width so its container can be collapsed as well\n this.search.width(0);\n // hide the container\n this.searchContainer.hide();\n },\n\n // multi\n onSortEnd:function() {\n\n var val=[], self=this;\n\n // show search and move it to the end of the list\n this.searchContainer.show();\n // make sure the search container is the last item in the list\n this.searchContainer.appendTo(this.searchContainer.parent());\n // since we collapsed the width in dragStarted, we resize it here\n this.resizeSearch();\n\n // update selection\n this.selection.find(\".select2-search-choice\").each(function() {\n val.push(self.opts.id($(this).data(\"select2-data\")));\n });\n this.setVal(val);\n this.triggerChange();\n },\n\n // multi\n data: function(values, triggerChange) {\n var self=this, ids, old;\n if (arguments.length === 0) {\n return this.selection\n .children(\".select2-search-choice\")\n .map(function() { return $(this).data(\"select2-data\"); })\n .get();\n } else {\n old = this.data();\n if (!values) { values = []; }\n ids = $.map(values, function(e) { return self.opts.id(e); });\n this.setVal(ids);\n this.updateSelection(values);\n this.clearSearch();\n if (triggerChange) {\n this.triggerChange(this.buildChangeDetails(old, this.data()));\n }\n }\n }\n });\n\n $.fn.select2 = function () {\n\n var args = Array.prototype.slice.call(arguments, 0),\n opts,\n select2,\n method, value, multiple,\n allowedMethods = [\"val\", \"destroy\", \"opened\", \"open\", \"close\", \"focus\", \"isFocused\", \"container\", \"dropdown\", \"onSortStart\", \"onSortEnd\", \"enable\", \"disable\", \"readonly\", \"positionDropdown\", \"data\", \"search\"],\n valueMethods = [\"opened\", \"isFocused\", \"container\", \"dropdown\"],\n propertyMethods = [\"val\", \"data\"],\n methodsMap = { search: \"externalSearch\" };\n\n this.each(function () {\n if (args.length === 0 || typeof(args[0]) === \"object\") {\n opts = args.length === 0 ? {} : $.extend({}, args[0]);\n opts.element = $(this);\n\n if (opts.element.get(0).tagName.toLowerCase() === \"select\") {\n multiple = opts.element.prop(\"multiple\");\n } else {\n multiple = opts.multiple || false;\n if (\"tags\" in opts) {opts.multiple = multiple = true;}\n }\n\n select2 = multiple ? new window.Select2[\"class\"].multi() : new window.Select2[\"class\"].single();\n select2.init(opts);\n } else if (typeof(args[0]) === \"string\") {\n\n if (indexOf(args[0], allowedMethods) < 0) {\n throw \"Unknown method: \" + args[0];\n }\n\n value = undefined;\n select2 = $(this).data(\"select2\");\n if (select2 === undefined) return;\n\n method=args[0];\n\n if (method === \"container\") {\n value = select2.container;\n } else if (method === \"dropdown\") {\n value = select2.dropdown;\n } else {\n if (methodsMap[method]) method = methodsMap[method];\n\n value = select2[method].apply(select2, args.slice(1));\n }\n if (indexOf(args[0], valueMethods) >= 0\n || (indexOf(args[0], propertyMethods) >= 0 && args.length == 1)) {\n return false; // abort the iteration, ready to return first matched value\n }\n } else {\n throw \"Invalid arguments to select2 plugin: \" + args;\n }\n });\n return (value === undefined) ? this : value;\n };\n\n // plugin defaults, accessible to users\n $.fn.select2.defaults = {\n width: \"copy\",\n loadMorePadding: 0,\n closeOnSelect: true,\n openOnEnter: true,\n containerCss: {},\n dropdownCss: {},\n containerCssClass: \"\",\n dropdownCssClass: \"\",\n formatResult: function(result, container, query, escapeMarkup) {\n var markup=[];\n markMatch(result.text, query.term, markup, escapeMarkup);\n return markup.join(\"\");\n },\n formatSelection: function (data, container, escapeMarkup) {\n return data ? escapeMarkup(data.text) : undefined;\n },\n sortResults: function (results, container, query) {\n return results;\n },\n formatResultCssClass: function(data) {return data.css;},\n formatSelectionCssClass: function(data, container) {return undefined;},\n minimumResultsForSearch: 0,\n minimumInputLength: 0,\n maximumInputLength: null,\n maximumSelectionSize: 0,\n id: function (e) { return e == undefined ? null : e.id; },\n matcher: function(term, text) {\n return stripDiacritics(''+text).toUpperCase().indexOf(stripDiacritics(''+term).toUpperCase()) >= 0;\n },\n separator: \",\",\n tokenSeparators: [],\n tokenizer: defaultTokenizer,\n escapeMarkup: defaultEscapeMarkup,\n blurOnChange: false,\n selectOnBlur: false,\n adaptContainerCssClass: function(c) { return c; },\n adaptDropdownCssClass: function(c) { return null; },\n nextSearchTerm: function(selectedObject, currentSearchTerm) { return undefined; },\n searchInputPlaceholder: '',\n createSearchChoicePosition: 'top',\n shouldFocusInput: function (instance) {\n // Attempt to detect touch devices\n var supportsTouchEvents = (('ontouchstart' in window) ||\n (navigator.msMaxTouchPoints > 0));\n\n // Only devices which support touch events should be special cased\n if (!supportsTouchEvents) {\n return true;\n }\n\n // Never focus the input if search is disabled\n if (instance.opts.minimumResultsForSearch < 0) {\n return false;\n }\n\n return true;\n }\n };\n\n $.fn.select2.locales = [];\n\n $.fn.select2.locales['en'] = {\n formatMatches: function (matches) { if (matches === 1) { return \"One result is available, press enter to select it.\"; } return matches + \" results are available, use up and down arrow keys to navigate.\"; },\n formatNoMatches: function () { return \"No matches found\"; },\n formatAjaxError: function (jqXHR, textStatus, errorThrown) { return \"Loading failed\"; },\n formatInputTooShort: function (input, min) { var n = min - input.length; return \"Please enter \" + n + \" or more character\" + (n == 1 ? \"\" : \"s\"); },\n formatInputTooLong: function (input, max) { var n = input.length - max; return \"Please delete \" + n + \" character\" + (n == 1 ? \"\" : \"s\"); },\n formatSelectionTooBig: function (limit) { return \"You can only select \" + limit + \" item\" + (limit == 1 ? \"\" : \"s\"); },\n formatLoadMore: function (pageNumber) { return \"Loading more results…\"; },\n formatSearching: function () { return \"Searching…\"; },\n };\n\n $.extend($.fn.select2.defaults, $.fn.select2.locales['en']);\n\n $.fn.select2.ajaxDefaults = {\n transport: $.ajax,\n params: {\n type: \"GET\",\n cache: false,\n dataType: \"json\"\n }\n };\n\n // exports\n window.Select2 = {\n query: {\n ajax: ajax,\n local: local,\n tags: tags\n }, util: {\n debounce: debounce,\n markMatch: markMatch,\n escapeMarkup: defaultEscapeMarkup,\n stripDiacritics: stripDiacritics\n }, \"class\": {\n \"abstract\": AbstractSelect2,\n \"single\": SingleSelect2,\n \"multi\": MultiSelect2\n }\n };\n\n}(jQuery));\n","\"use strict\";\n\n(function e(t, n, r) {\n function s(o, u) {\n if (!n[o]) {\n if (!t[o]) {\n var a = typeof require == \"function\" && require;if (!u && a) return a(o, !0);if (i) return i(o, !0);throw new Error(\"Cannot find module '\" + o + \"'\");\n }var f = n[o] = { exports: {} };t[o][0].call(f.exports, function (e) {\n var n = t[o][1][e];return s(n ? n : e);\n }, f, f.exports, e, t, n, r);\n }return n[o].exports;\n }var i = typeof require == \"function\" && require;for (var o = 0; o < r.length; o++) {\n s(r[o]);\n }return s;\n})({ 1: [function (require, module, exports) {\n var Snap = require('./snap');\n\n if (typeof window !== \"undefined\" && !window.Snap) {\n window.Snap = Snap;\n }\n }, { \"./snap\": 2 }], 2: [function (require, module, exports) {\n /*\n * Snap.js\n *\n * Copyright 2013, Jacob Kelley - http://jakiestfu.com/\n * Released under the MIT Licence\n * http://opensource.org/licenses/MIT\n *\n * Copyright 2016, Joey Andres\n */\n\n var Snap = function Snap(userOpts) {\n var settings = {\n element: null,\n dragger: null,\n disable: 'none',\n addBodyClasses: true,\n hyperextensible: true,\n resistance: 0.5,\n flickThreshold: 50,\n transitionSpeed: 0.3,\n easing: 'ease',\n maxPosition: 266,\n minPosition: -266,\n tapToClose: true,\n touchToDrag: true,\n slideIntent: 40, // degrees\n minDragDistance: 5,\n stopPropagation: true\n },\n cache = {\n simpleStates: {\n opening: null,\n towards: null,\n hyperExtending: null,\n halfway: null,\n flick: null,\n translation: {\n absolute: 0,\n relative: 0,\n sinceDirectionChange: 0,\n percentage: 0\n }\n }\n },\n eventList = {},\n utils = {\n hasTouch: 'ontouchstart' in window || window.DocumentTouch && document instanceof DocumentTouch,\n eventType: function eventType(action) {\n var eventTypes = {\n down: 'pointerdown',\n move: 'pointermove',\n up: 'pointerup',\n out: 'pointerout'\n };\n return eventTypes[action];\n },\n page: function page(t, e) {\n return utils.hasTouch ? e.touches ? e.touches.length > 0 ? e.touches[0][\"page\" + t] : e.changedTouches[0][\"page\" + t] : e[\"page\" + t] : e[\"page\" + t];\n },\n klass: {\n has: function has(el, name) {\n return el.className.indexOf(name) !== -1;\n },\n add: function add(el, name) {\n if (!utils.klass.has(el, name) && settings.addBodyClasses) {\n el.className += \" \" + name;\n }\n },\n remove: function remove(el, name) {\n if (settings.addBodyClasses) {\n el.className = el.className.replace(name, \"\").replace(/^\\s+|\\s+$/g, '');\n }\n }\n },\n dispatchEvent: function dispatchEvent(type) {\n if (typeof eventList[type] === 'function') {\n return eventList[type].call();\n }\n },\n vendor: function vendor() {\n var tmp = document.createElement(\"div\"),\n prefixes = 'webkit Moz O ms'.split(' '),\n i;\n for (i in prefixes) {\n if (typeof tmp.style[prefixes[i] + 'Transition'] !== 'undefined') {\n return prefixes[i];\n }\n }\n },\n transitionCallback: function transitionCallback() {\n return cache.vendor === 'Moz' || cache.vendor === 'ms' ? 'transitionend' : cache.vendor + 'TransitionEnd';\n },\n deepExtend: function deepExtend(destination, source) {\n var property;\n for (property in source) {\n if (source[property] && source[property].constructor && source[property].constructor === Object) {\n destination[property] = destination[property] || {};\n utils.deepExtend(destination[property], source[property]);\n } else {\n destination[property] = source[property];\n }\n }\n return destination;\n },\n angleOfDrag: function angleOfDrag(x, y) {\n var degrees, theta;\n // Calc Theta\n theta = Math.atan2(-(cache.startDragY - y), cache.startDragX - x);\n if (theta < 0) {\n theta += 2 * Math.PI;\n }\n // Calc Degrees\n degrees = Math.floor(theta * (180 / Math.PI) - 180);\n if (degrees < 0 && degrees > -180) {\n degrees = 360 - Math.abs(degrees);\n }\n return Math.abs(degrees);\n },\n events: {\n addEvent: function addEvent(element, eventName, func) {\n if (element.addEventListener) {\n return element.addEventListener(eventName, func, false);\n } else if (element.attachEvent) {\n return element.attachEvent(\"on\" + eventName, func);\n }\n },\n removeEvent: function addEvent(element, eventName, func) {\n if (element.addEventListener) {\n return element.removeEventListener(eventName, func, false);\n } else if (element.attachEvent) {\n return element.detachEvent(\"on\" + eventName, func);\n }\n },\n prevent: function prevent(e) {\n if (e.preventDefault) {\n e.preventDefault();\n } else {\n e.returnValue = false;\n }\n }\n },\n parentUntil: function parentUntil(el, attr) {\n var isStr = typeof attr === 'string';\n while (el.parentNode) {\n if (isStr && el.getAttribute && el.getAttribute(attr)) {\n return el;\n } else if (!isStr && el === attr) {\n return el;\n }\n el = el.parentNode;\n }\n return null;\n }\n },\n action = {\n translate: {\n get: {\n matrix: function matrix(index) {\n var matrix = window.getComputedStyle(settings.element)[cache.vendor + 'Transform'].match(/\\((.*)\\)/),\n ieOffset = 8;\n if (matrix) {\n matrix = matrix[1].split(',');\n if (matrix.length === 16) {\n index += ieOffset;\n }\n return parseInt(matrix[index], 10);\n }\n return 0;\n }\n },\n easeCallback: function easeCallback() {\n settings.element.style[cache.vendor + 'Transition'] = '';\n cache.translation = action.translate.get.matrix(4);\n cache.easing = false;\n clearInterval(cache.animatingInterval);\n\n if (cache.easingTo === 0) {\n utils.klass.remove(document.body, 'snapjs-right');\n utils.klass.remove(document.body, 'snapjs-left');\n }\n\n utils.dispatchEvent('animated');\n utils.events.removeEvent(settings.element, utils.transitionCallback(), action.translate.easeCallback);\n },\n easeTo: function easeTo(n) {\n cache.easing = true;\n\n cache.easingTo = n;\n settings.element.style[cache.vendor + 'Transition'] = 'all ' + settings.transitionSpeed + 's ' + settings.easing;\n cache.animatingInterval = setInterval(function () {\n utils.dispatchEvent('animating');\n }, 1);\n\n utils.events.addEvent(settings.element, utils.transitionCallback(), action.translate.easeCallback);\n action.translate.x(n);\n\n if (n === 0) {\n settings.element.style[cache.vendor + 'Transform'] = '';\n }\n },\n x: function x(n) {\n if (settings.disable === 'left' && n > 0 || settings.disable === 'right' && n < 0) {\n return;\n }\n\n if (!settings.hyperextensible) {\n if (n === settings.maxPosition || n > settings.maxPosition) {\n n = settings.maxPosition;\n } else if (n === settings.minPosition || n < settings.minPosition) {\n n = settings.minPosition;\n }\n }\n\n n = parseInt(n, 10);\n if (isNaN(n)) {\n n = 0;\n }\n\n var theTranslate = \"translate3d(\" + n + \"px, 0,0)\";\n settings.element.style[cache.vendor + 'Transform'] = theTranslate;\n }\n },\n drag: {\n listen: function listen() {\n cache.translation = 0;\n cache.easing = false;\n\n ['touchstart', 'pointerdown', 'MSPointerDown', 'mousedown'].forEach(function (e) {\n return utils.events.addEvent(settings.element, e, action.drag.handleEvent);\n });\n ['touchmove', 'pointermove', 'MSPointerMove', 'mousemove'].forEach(function (e) {\n return utils.events.addEvent(settings.element, e, action.drag.handleEvent);\n });\n ['touchend', 'pointerup', 'MSPointerUp', 'mouseup', 'touchcancel', 'pointercancel', 'MSPointerCancel', 'mousecancel'].forEach(function (e) {\n return utils.events.addEvent(settings.element, e, action.drag.handleEvent);\n });\n },\n stopListening: function stopListening() {\n ['touchstart', 'pointerdown', 'MSPointerDown', 'mousedown'].forEach(function (e) {\n return utils.events.removeEvent(settings.element, e, action.drag.handleEvent);\n });\n ['touchmove', 'pointermove', 'MSPointerMove', 'mousemove'].forEach(function (e) {\n return utils.events.removeEvent(settings.element, e, action.drag.handleEvent);\n });\n ['touchend', 'pointerup', 'MSPointerUp', 'mouseup', 'touchcancel', 'pointercancel', 'MSPointerCancel', 'mousecancel'].forEach(function (e) {\n return utils.events.removeEvent(settings.element, e, action.drag.handleEvent);\n });\n },\n handleEvent: function handleEvent(e) {\n switch (e.type) {\n case 'touchstart':\n case 'pointerdown':\n case 'MSPointerDown':\n case 'mousedown':\n action.drag.startDrag(e);\n break;\n case 'touchmove':\n case 'pointermove':\n case 'MSPointerMove':\n case 'mousemove':\n action.drag.dragging(e);\n break;\n case 'touchend':\n case 'pointerup':\n case 'MSPointerUp':\n case 'mouseup':\n case 'touchcancel':\n case 'pointercancel':\n case 'MSPointerCancel':\n case 'mousecancel':\n action.drag.endDrag(e);\n break;\n }\n },\n startDrag: function startDrag(e) {\n // No drag on ignored elements\n var target = e.target ? e.target : e.srcElement,\n ignoreParent = utils.parentUntil(target, 'data-snap-ignore');\n\n if (ignoreParent) {\n utils.dispatchEvent('ignore');\n return;\n }\n\n if (settings.dragger) {\n var dragParent = utils.parentUntil(target, settings.dragger);\n\n // Only use dragger if we're in a closed state\n if (!dragParent && cache.translation !== settings.minPosition && cache.translation !== settings.maxPosition) {\n return;\n }\n }\n\n utils.dispatchEvent('start');\n settings.element.style[cache.vendor + 'Transition'] = '';\n cache.isDragging = true;\n cache.hasIntent = null;\n cache.intentChecked = false;\n cache.startDragX = utils.page('X', e);\n cache.startDragY = utils.page('Y', e);\n cache.dragWatchers = {\n current: 0,\n last: 0,\n hold: 0,\n state: ''\n };\n cache.simpleStates = {\n opening: null,\n towards: null,\n hyperExtending: null,\n halfway: null,\n flick: null,\n translation: {\n absolute: 0,\n relative: 0,\n sinceDirectionChange: 0,\n percentage: 0\n }\n };\n },\n dragging: function dragging(e) {\n if (cache.isDragging && settings.touchToDrag) {\n if (cache.hasIntent && settings.stopPropagation) e.stopPropagation();\n\n var thePageX = utils.page('X', e),\n thePageY = utils.page('Y', e),\n translated = cache.translation,\n absoluteTranslation = action.translate.get.matrix(4),\n whileDragX = thePageX - cache.startDragX,\n openingLeft = absoluteTranslation > 0,\n translateTo = whileDragX,\n diff;\n\n // Shown no intent already\n if (cache.intentChecked && !cache.hasIntent) {\n return;\n }\n\n if (settings.addBodyClasses) {\n if (absoluteTranslation > 0) {\n utils.klass.add(document.body, 'snapjs-left');\n utils.klass.remove(document.body, 'snapjs-right');\n } else if (absoluteTranslation < 0) {\n utils.klass.add(document.body, 'snapjs-right');\n utils.klass.remove(document.body, 'snapjs-left');\n }\n }\n\n if (cache.hasIntent === false || cache.hasIntent === null) {\n var deg = utils.angleOfDrag(thePageX, thePageY),\n inRightRange = deg >= 0 && deg <= settings.slideIntent || deg <= 360 && deg > 360 - settings.slideIntent,\n inLeftRange = deg >= 180 && deg <= 180 + settings.slideIntent || deg <= 180 && deg >= 180 - settings.slideIntent;\n if (!inLeftRange && !inRightRange) {\n cache.hasIntent = false;\n } else {\n cache.hasIntent = true;\n if (settings.stopPropagation) e.stopPropagation();\n }\n cache.intentChecked = true;\n }\n\n if (settings.minDragDistance >= Math.abs(thePageX - cache.startDragX) || // Has user met minimum drag distance?\n cache.hasIntent === false) {\n return;\n }\n\n utils.events.prevent(e);\n utils.dispatchEvent('drag');\n\n cache.dragWatchers.current = thePageX;\n // Determine which direction we are going\n if (cache.dragWatchers.last > thePageX) {\n if (cache.dragWatchers.state !== 'left') {\n cache.dragWatchers.state = 'left';\n cache.dragWatchers.hold = thePageX;\n }\n cache.dragWatchers.last = thePageX;\n } else if (cache.dragWatchers.last < thePageX) {\n if (cache.dragWatchers.state !== 'right') {\n cache.dragWatchers.state = 'right';\n cache.dragWatchers.hold = thePageX;\n }\n cache.dragWatchers.last = thePageX;\n }\n if (openingLeft) {\n // Pulling too far to the right\n if (settings.maxPosition < absoluteTranslation) {\n diff = (absoluteTranslation - settings.maxPosition) * settings.resistance;\n translateTo = whileDragX - diff;\n }\n cache.simpleStates = {\n opening: 'left',\n towards: cache.dragWatchers.state,\n hyperExtending: settings.maxPosition < absoluteTranslation,\n halfway: absoluteTranslation > settings.maxPosition / 2,\n flick: Math.abs(cache.dragWatchers.current - cache.dragWatchers.hold) > settings.flickThreshold,\n translation: {\n absolute: absoluteTranslation,\n relative: whileDragX,\n sinceDirectionChange: cache.dragWatchers.current - cache.dragWatchers.hold,\n percentage: absoluteTranslation / settings.maxPosition * 100\n }\n };\n } else {\n // Pulling too far to the left\n if (settings.minPosition > absoluteTranslation) {\n diff = (absoluteTranslation - settings.minPosition) * settings.resistance;\n translateTo = whileDragX - diff;\n }\n cache.simpleStates = {\n opening: 'right',\n towards: cache.dragWatchers.state,\n hyperExtending: settings.minPosition > absoluteTranslation,\n halfway: absoluteTranslation < settings.minPosition / 2,\n flick: Math.abs(cache.dragWatchers.current - cache.dragWatchers.hold) > settings.flickThreshold,\n translation: {\n absolute: absoluteTranslation,\n relative: whileDragX,\n sinceDirectionChange: cache.dragWatchers.current - cache.dragWatchers.hold,\n percentage: absoluteTranslation / settings.minPosition * 100\n }\n };\n }\n\n action.translate.x(translateTo + translated);\n }\n },\n endDrag: function endDrag(e) {\n if (cache.isDragging) {\n utils.dispatchEvent('end');\n var translated = action.translate.get.matrix(4);\n\n // Tap Close\n if (cache.dragWatchers.current === 0 && translated !== 0 && settings.tapToClose) {\n utils.dispatchEvent('close');\n utils.events.prevent(e);\n action.translate.easeTo(0);\n cache.isDragging = false;\n cache.startDragX = 0;\n return;\n }\n\n // Revealing Left\n if (cache.simpleStates.opening === 'left') {\n // Halfway, Flicking, or Too Far Out\n if (cache.simpleStates.halfway || cache.simpleStates.hyperExtending || cache.simpleStates.flick) {\n if (cache.simpleStates.flick && cache.simpleStates.towards === 'left') {\n // Flicking Closed\n action.translate.easeTo(0);\n } else if (cache.simpleStates.flick && cache.simpleStates.towards === 'right' || // Flicking Open OR\n cache.simpleStates.halfway || cache.simpleStates.hyperExtending // At least halfway open OR hyperextending\n ) {\n action.translate.easeTo(settings.maxPosition); // Open Left\n }\n } else {\n action.translate.easeTo(0); // Close Left\n }\n // Revealing Right\n } else if (cache.simpleStates.opening === 'right') {\n // Halfway, Flicking, or Too Far Out\n if (cache.simpleStates.halfway || cache.simpleStates.hyperExtending || cache.simpleStates.flick) {\n if (cache.simpleStates.flick && cache.simpleStates.towards === 'right') {\n // Flicking Closed\n action.translate.easeTo(0);\n } else if (cache.simpleStates.flick && cache.simpleStates.towards === 'left' || // Flicking Open OR\n cache.simpleStates.halfway || cache.simpleStates.hyperExtending // At least halfway open OR hyperextending\n ) {\n action.translate.easeTo(settings.minPosition); // Open Right\n }\n } else {\n action.translate.easeTo(0); // Close Right\n }\n }\n cache.isDragging = false;\n cache.startDragX = utils.page('X', e);\n }\n }\n }\n },\n _init = function _init(opts) {\n utils.deepExtend(settings, opts);\n if (settings.element) {\n settings.element.setAttribute(\"touch-action\", \"pan-y\");\n } else {\n throw \"Snap's element argument does not exist.\";\n }\n },\n init = function init(opts) {\n _init(opts);\n cache.vendor = utils.vendor();\n action.drag.listen();\n };\n /*\n * Public\n */\n this.open = function (side) {\n utils.dispatchEvent('open');\n utils.klass.remove(document.body, 'snapjs-expand-left');\n utils.klass.remove(document.body, 'snapjs-expand-right');\n\n if (side === 'left') {\n cache.simpleStates.opening = 'left';\n cache.simpleStates.towards = 'right';\n utils.klass.add(document.body, 'snapjs-left');\n utils.klass.remove(document.body, 'snapjs-right');\n action.translate.easeTo(settings.maxPosition);\n } else if (side === 'right') {\n cache.simpleStates.opening = 'right';\n cache.simpleStates.towards = 'left';\n utils.klass.remove(document.body, 'snapjs-left');\n utils.klass.add(document.body, 'snapjs-right');\n action.translate.easeTo(settings.minPosition);\n }\n };\n this.close = function () {\n utils.dispatchEvent('close');\n action.translate.easeTo(0);\n };\n this.expand = function (side) {\n var to = window.innerWidth || document.documentElement.clientWidth;\n\n if (side === 'left') {\n utils.dispatchEvent('expandLeft');\n utils.klass.add(document.body, 'snapjs-expand-left');\n utils.klass.remove(document.body, 'snapjs-expand-right');\n } else {\n utils.dispatchEvent('expandRight');\n utils.klass.add(document.body, 'snapjs-expand-right');\n utils.klass.remove(document.body, 'snapjs-expand-left');\n to *= -1;\n }\n action.translate.easeTo(to);\n };\n\n this.on = function (evt, fn) {\n eventList[evt] = fn;\n return this;\n };\n this.off = function (evt) {\n if (eventList[evt]) {\n eventList[evt] = false;\n }\n };\n\n this.enable = function () {\n utils.dispatchEvent('enable');\n action.drag.listen();\n };\n this.disable = function () {\n utils.dispatchEvent('disable');\n action.drag.stopListening();\n };\n\n this.settings = function (opts) {\n _init(opts);\n };\n\n this.state = function () {\n var state,\n fromLeft = action.translate.get.matrix(4);\n if (fromLeft === settings.maxPosition) {\n state = 'left';\n } else if (fromLeft === settings.minPosition) {\n state = 'right';\n } else {\n state = 'closed';\n }\n return {\n state: state,\n info: cache.simpleStates\n };\n };\n init(userOpts);\n };\n module.exports = Snap;\n }, {}] }, {}, [1]);","var Handlebars = require(\"../../../../node_modules/handlebars/runtime.js\");\nfunction __default(obj) { return obj && (obj.__esModule ? obj[\"default\"] : obj); }\nmodule.exports = (Handlebars[\"default\"] || Handlebars).template({\"1\":function(container,depth0,helpers,partials,data) {\n var helper, lookupProperty = container.lookupProperty || function(parent, propertyName) {\n if (Object.prototype.hasOwnProperty.call(parent, propertyName)) {\n return parent[propertyName];\n }\n return undefined\n };\n\n return \"<img src=\\\"\"\n + container.escapeExpression(((helper = (helper = lookupProperty(helpers,\"icon\") || (depth0 != null ? lookupProperty(depth0,\"icon\") : depth0)) != null ? helper : container.hooks.helperMissing),(typeof helper === \"function\" ? helper.call(depth0 != null ? depth0 : (container.nullContext || {}),{\"name\":\"icon\",\"hash\":{},\"data\":data,\"loc\":{\"start\":{\"line\":3,\"column\":24},\"end\":{\"line\":3,\"column\":32}}}) : helper)))\n + \"\\\">\";\n},\"compiler\":[8,\">= 4.3.0\"],\"main\":function(container,depth0,helpers,partials,data) {\n var stack1, helper, alias1=depth0 != null ? depth0 : (container.nullContext || {}), alias2=container.hooks.helperMissing, alias3=\"function\", alias4=container.escapeExpression, lookupProperty = container.lookupProperty || function(parent, propertyName) {\n if (Object.prototype.hasOwnProperty.call(parent, propertyName)) {\n return parent[propertyName];\n }\n return undefined\n };\n\n return \"<li>\\n\t<a href=\\\"\"\n + alias4(((helper = (helper = lookupProperty(helpers,\"hyperlink\") || (depth0 != null ? lookupProperty(depth0,\"hyperlink\") : depth0)) != null ? helper : alias2),(typeof helper === alias3 ? helper.call(alias1,{\"name\":\"hyperlink\",\"hash\":{},\"data\":data,\"loc\":{\"start\":{\"line\":2,\"column\":10},\"end\":{\"line\":2,\"column\":23}}}) : helper)))\n + \"\\\">\\n\t\t\"\n + ((stack1 = lookupProperty(helpers,\"if\").call(alias1,(depth0 != null ? lookupProperty(depth0,\"icon\") : depth0),{\"name\":\"if\",\"hash\":{},\"fn\":container.program(1, data, 0),\"inverse\":container.noop,\"data\":data,\"loc\":{\"start\":{\"line\":3,\"column\":2},\"end\":{\"line\":3,\"column\":41}}})) != null ? stack1 : \"\")\n + \"\\n\t\t<span>\"\n + alias4(((helper = (helper = lookupProperty(helpers,\"title\") || (depth0 != null ? lookupProperty(depth0,\"title\") : depth0)) != null ? helper : alias2),(typeof helper === alias3 ? helper.call(alias1,{\"name\":\"title\",\"hash\":{},\"data\":data,\"loc\":{\"start\":{\"line\":4,\"column\":8},\"end\":{\"line\":4,\"column\":17}}}) : helper)))\n + \"</span>\\n\t</a>\\n</li>\\n\";\n},\"useData\":true});","/**\n * @copyright 2018 Christoph Wurst <christoph@winzerhof-wurst.at>\n *\n * @author Christoph Wurst <christoph@winzerhof-wurst.at>\n * @author John Molakvoæ <skjnldsv@protonmail.com>\n *\n * @license GNU AGPL version 3 or any later version\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see <http://www.gnu.org/licenses/>.\n *\n */\n\nimport $ from 'jquery'\n\nimport OC from '../OC'\n\n/**\n * This plugin inserts the right avatar for the user, depending on, whether a\n * custom avatar is uploaded - which it uses then - or not, and display a\n * placeholder with the first letter of the users name instead.\n * For this it queries the core_avatar_get route, thus this plugin is fit very\n * tightly for owncloud, and it may not work anywhere else.\n *\n * You may use this on any <div></div>\n * Here I'm using <div class=\"avatardiv\"></div> as an example.\n *\n * There are 5 ways to call this:\n *\n * 1. $('.avatardiv').avatar('jdoe', 128);\n * This will make the div to jdoe's fitting avatar, with a size of 128px.\n *\n * 2. $('.avatardiv').avatar('jdoe');\n * This will make the div to jdoe's fitting avatar. If the div already has a\n * height, it will be used for the avatars size. Otherwise this plugin will\n * search for 'size' DOM data, to use for avatar size. If neither are available\n * it will default to 64px.\n *\n * 3. $('.avatardiv').avatar();\n * This will search the DOM for 'user' data, to use as the username. If there\n * is no username available it will default to a placeholder with the value of\n * \"?\". The size will be determined the same way, as the second example.\n *\n * 4. $('.avatardiv').avatar('jdoe', 128, true);\n * This will behave like the first example, except it will also append random\n * hashes to the custom avatar images, to force image reloading in IE8.\n *\n * 5. $('.avatardiv').avatar('jdoe', 128, undefined, true);\n * This will behave like the first example, but it will hide the avatardiv, if\n * it will display the default placeholder. undefined is the ie8fix from\n * example 4 and can be either true, or false/undefined, to be ignored.\n *\n * 6. $('.avatardiv').avatar('jdoe', 128, undefined, true, callback);\n * This will behave like the above example, but it will call the function\n * defined in callback after the avatar is placed into the DOM.\n *\n */\n\n$.fn.avatar = function(user, size, ie8fix, hidedefault, callback, displayname) {\n\tconst setAvatarForUnknownUser = function(target) {\n\t\ttarget.imageplaceholder('?')\n\t\ttarget.css('background-color', '#b9b9b9')\n\t}\n\n\tif (typeof (user) !== 'undefined') {\n\t\tuser = String(user)\n\t}\n\tif (typeof (displayname) !== 'undefined') {\n\t\tdisplayname = String(displayname)\n\t}\n\n\tif (typeof (size) === 'undefined') {\n\t\tif (this.height() > 0) {\n\t\t\tsize = this.height()\n\t\t} else if (this.data('size') > 0) {\n\t\t\tsize = this.data('size')\n\t\t} else {\n\t\t\tsize = 64\n\t\t}\n\t}\n\n\tthis.height(size)\n\tthis.width(size)\n\n\tif (typeof (user) === 'undefined') {\n\t\tif (typeof (this.data('user')) !== 'undefined') {\n\t\t\tuser = this.data('user')\n\t\t} else {\n\t\t\tsetAvatarForUnknownUser(this)\n\t\t\treturn\n\t\t}\n\t}\n\n\t// sanitize\n\tuser = String(user).replace(/\\//g, '')\n\n\tconst $div = this\n\tlet url\n\n\t// If this is our own avatar we have to use the version attribute\n\tif (user === OC.getCurrentUser().uid) {\n\t\turl = OC.generateUrl(\n\t\t\t'/avatar/{user}/{size}?v={version}',\n\t\t\t{\n\t\t\t\tuser,\n\t\t\t\tsize: Math.ceil(size * window.devicePixelRatio),\n\t\t\t\tversion: oc_userconfig.avatar.version,\n\t\t\t})\n\t} else {\n\t\turl = OC.generateUrl(\n\t\t\t'/avatar/{user}/{size}',\n\t\t\t{\n\t\t\t\tuser,\n\t\t\t\tsize: Math.ceil(size * window.devicePixelRatio),\n\t\t\t})\n\t}\n\n\tconst img = new Image()\n\n\t// If the new image loads successfully set it.\n\timg.onload = function() {\n\t\t$div.clearimageplaceholder()\n\t\t$div.append(img)\n\n\t\tif (typeof callback === 'function') {\n\t\t\tcallback()\n\t\t}\n\t}\n\t// Fallback when avatar loading fails:\n\t// Use old placeholder when a displayname attribute is defined,\n\t// otherwise show the unknown user placeholder.\n\timg.onerror = function() {\n\t\t$div.clearimageplaceholder()\n\t\tif (typeof (displayname) !== 'undefined') {\n\t\t\t$div.imageplaceholder(user, displayname)\n\t\t} else {\n\t\t\tsetAvatarForUnknownUser($div)\n\t\t}\n\n\t\tif (typeof callback === 'function') {\n\t\t\tcallback()\n\t\t}\n\t}\n\n\tif (size < 32) {\n\t\t$div.addClass('icon-loading-small')\n\t} else {\n\t\t$div.addClass('icon-loading')\n\t}\n\timg.width = size\n\timg.height = size\n\timg.src = url\n\timg.alt = ''\n}\n","/**\n * @copyright 2018 Christoph Wurst <christoph@winzerhof-wurst.at>\n *\n * @author Christoph Wurst <christoph@winzerhof-wurst.at>\n * @author John Molakvoæ <skjnldsv@protonmail.com>\n * @author Roeland Jago Douma <roeland@famdouma.nl>\n *\n * @license GNU AGPL version 3 or any later version\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see <http://www.gnu.org/licenses/>.\n *\n */\n\nimport $ from 'jquery'\n\nimport OC from '../OC'\n\nconst LIST = ''\n\t+ '<div class=\"menu popovermenu menu-left hidden contactsmenu-popover\">'\n\t+ ' <ul>'\n\t+ ' <li>'\n\t+ ' <a>'\n\t+ ' <span class=\"icon-loading-small\"></span>'\n\t+ ' </a>'\n\t+ ' </li>'\n\t+ ' </ul>'\n\t+ '</div>'\n\nconst entryTemplate = require('./contactsmenu/jquery_entry.handlebars')\n\n$.fn.contactsMenu = function(shareWith, shareType, appendTo) {\n\t// 0 - user, 4 - email, 6 - remote\n\tconst allowedTypes = [0, 4, 6]\n\tif (allowedTypes.indexOf(shareType) === -1) {\n\t\treturn\n\t}\n\n\tconst $div = this\n\tappendTo.append(LIST)\n\tconst $list = appendTo.find('div.contactsmenu-popover')\n\n\t$div.click(function() {\n\t\tif (!$list.hasClass('hidden')) {\n\t\t\t$list.addClass('hidden')\n\t\t\t$list.hide()\n\t\t\treturn\n\t\t}\n\n\t\t$list.removeClass('hidden')\n\t\t$list.show()\n\n\t\tif ($list.hasClass('loaded')) {\n\t\t\treturn\n\t\t}\n\n\t\t$list.addClass('loaded')\n\t\t$.ajax(OC.generateUrl('/contactsmenu/findOne'), {\n\t\t\tmethod: 'POST',\n\t\t\tdata: {\n\t\t\t\tshareType,\n\t\t\t\tshareWith,\n\t\t\t},\n\t\t}).then(function(data) {\n\t\t\t$list.find('ul').find('li').addClass('hidden')\n\n\t\t\tlet actions\n\t\t\tif (!data.topAction) {\n\t\t\t\tactions = [{\n\t\t\t\t\thyperlink: '#',\n\t\t\t\t\ttitle: t('core', 'No action available'),\n\t\t\t\t}]\n\t\t\t} else {\n\t\t\t\tactions = [data.topAction].concat(data.actions)\n\t\t\t}\n\n\t\t\tactions.forEach(function(action) {\n\t\t\t\t$list.find('ul').append(entryTemplate(action))\n\t\t\t})\n\n\t\t\t$div.trigger('load')\n\t\t}, function(jqXHR) {\n\t\t\t$list.find('ul').find('li').addClass('hidden')\n\n\t\t\tlet title\n\t\t\tif (jqXHR.status === 404) {\n\t\t\t\ttitle = t('core', 'No action available')\n\t\t\t} else {\n\t\t\t\ttitle = t('core', 'Error fetching contact actions')\n\t\t\t}\n\n\t\t\t$list.find('ul').append(entryTemplate({\n\t\t\t\thyperlink: '#',\n\t\t\t\ttitle,\n\t\t\t}))\n\n\t\t\t$div.trigger('loaderror', jqXHR)\n\t\t})\n\t})\n\n\t$(document).click(function(event) {\n\t\tconst clickedList = ($list.has(event.target).length > 0)\n\t\tlet clickedTarget = ($div.has(event.target).length > 0)\n\n\t\t$div.each(function() {\n\t\t\tif ($(this).is(event.target)) {\n\t\t\t\tclickedTarget = true\n\t\t\t}\n\t\t})\n\n\t\tif (clickedList || clickedTarget) {\n\t\t\treturn\n\t\t}\n\n\t\t$list.addClass('hidden')\n\t\t$list.hide()\n\t})\n}\n","/**\n * @copyright 2019 Christoph Wurst <christoph@winzerhof-wurst.at>\n *\n * @author Christoph Wurst <christoph@winzerhof-wurst.at>\n * @author John Molakvoæ <skjnldsv@protonmail.com>\n *\n * @license GNU AGPL version 3 or any later version\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see <http://www.gnu.org/licenses/>.\n *\n */\n\nimport $ from 'jquery'\n\n/**\n * check if an element exists.\n * allows you to write if ($('#myid').exists()) to increase readability\n * @link http://stackoverflow.com/questions/31044/is-there-an-exists-function-for-jquery\n * @returns {boolean}\n */\n$.fn.exists = function() {\n\treturn this.length > 0\n}\n","/**\n * @copyright 2018 Christoph Wurst <christoph@winzerhof-wurst.at>\n *\n * @author Christoph Wurst <christoph@winzerhof-wurst.at>\n * @author John Molakvoæ <skjnldsv@protonmail.com>\n *\n * @license GNU AGPL version 3 or any later version\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see <http://www.gnu.org/licenses/>.\n *\n */\n\nimport $ from 'jquery'\n\n/**\n * Filter jQuery selector by attribute value\n *\n * @param {string} attrName attribute name\n * @param {string} attrValue attribute value\n * @returns {Void}\n */\n$.fn.filterAttr = function(attrName, attrValue) {\n\treturn this.filter(function() {\n\t\treturn $(this).attr(attrName) === attrValue\n\t})\n}\n","/**\n * @copyright 2018 Christoph Wurst <christoph@winzerhof-wurst.at>\n *\n * @author Christoph Wurst <christoph@winzerhof-wurst.at>\n * @author Gary Kim <gary@garykim.dev>\n * @author Joas Schilling <coding@schilljs.com>\n * @author John Molakvoæ <skjnldsv@protonmail.com>\n *\n * @license GNU AGPL version 3 or any later version\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see <http://www.gnu.org/licenses/>.\n *\n */\n\nimport $ from 'jquery'\n\n$.widget('oc.ocdialog', {\n\toptions: {\n\t\twidth: 'auto',\n\t\theight: 'auto',\n\t\tcloseButton: true,\n\t\tcloseOnEscape: true,\n\t\tcloseCallback: null,\n\t\tmodal: false,\n\t},\n\t_create() {\n\t\tconst self = this\n\n\t\tthis.originalCss = {\n\t\t\tdisplay: this.element[0].style.display,\n\t\t\twidth: this.element[0].style.width,\n\t\t\theight: this.element[0].style.height,\n\t\t}\n\n\t\tthis.originalTitle = this.element.attr('title')\n\t\tthis.options.title = this.options.title || this.originalTitle\n\n\t\tthis.$dialog = $('<div class=\"oc-dialog\" />')\n\t\t\t.attr({\n\t\t\t\t// Setting tabIndex makes the div focusable\n\t\t\t\ttabIndex: -1,\n\t\t\t\trole: 'dialog',\n\t\t\t})\n\t\t\t.insertBefore(this.element)\n\t\tthis.$dialog.append(this.element.detach())\n\t\tthis.element.removeAttr('title').addClass('oc-dialog-content').appendTo(this.$dialog)\n\n\t\tthis.$dialog.css({\n\t\t\tdisplay: 'inline-block',\n\t\t\tposition: 'fixed',\n\t\t})\n\n\t\tthis.enterCallback = null\n\n\t\t$(document).on('keydown keyup', function(event) {\n\t\t\tif (\n\t\t\t\tevent.target !== self.$dialog.get(0)\n\t\t\t\t&& self.$dialog.find($(event.target)).length === 0\n\t\t\t) {\n\t\t\t\treturn\n\t\t\t}\n\t\t\t// Escape\n\t\t\tif (\n\t\t\t\tevent.keyCode === 27\n\t\t\t\t&& event.type === 'keydown'\n\t\t\t\t&& self.options.closeOnEscape\n\t\t\t) {\n\t\t\t\tevent.stopImmediatePropagation()\n\t\t\t\tself.close()\n\t\t\t\treturn false\n\t\t\t}\n\t\t\t// Enter\n\t\t\tif (event.keyCode === 13) {\n\t\t\t\tevent.stopImmediatePropagation()\n\t\t\t\tif (self.enterCallback !== null) {\n\t\t\t\t\tself.enterCallback()\n\t\t\t\t\tevent.preventDefault()\n\t\t\t\t\treturn false\n\t\t\t\t}\n\t\t\t\tif (event.type === 'keyup') {\n\t\t\t\t\tevent.preventDefault()\n\t\t\t\t\treturn false\n\t\t\t\t}\n\t\t\t\t// If no button is selected we trigger the primary\n\t\t\t\tif (\n\t\t\t\t\tself.$buttonrow\n\t\t\t\t\t&& self.$buttonrow.find($(event.target)).length === 0\n\t\t\t\t) {\n\t\t\t\t\tconst $button = self.$buttonrow.find('button.primary')\n\t\t\t\t\tif ($button && !$button.prop('disabled')) {\n\t\t\t\t\t\t$button.trigger('click')\n\t\t\t\t\t}\n\t\t\t\t} else if (self.$buttonrow) {\n\t\t\t\t\t$(event.target).trigger('click')\n\t\t\t\t}\n\t\t\t\treturn false\n\t\t\t}\n\t\t})\n\n\t\tthis._setOptions(this.options)\n\t\tthis._createOverlay()\n\t},\n\t_init() {\n\t\tthis.$dialog.focus()\n\t\tthis._trigger('open')\n\t},\n\t_setOption(key, value) {\n\t\tconst self = this\n\t\tswitch (key) {\n\t\tcase 'title':\n\t\t\tif (this.$title) {\n\t\t\t\tthis.$title.text(value)\n\t\t\t} else {\n\t\t\t\tconst $title = $('<h2 class=\"oc-dialog-title\">'\n\t\t\t\t\t\t+ value\n\t\t\t\t\t\t+ '</h2>')\n\t\t\t\tthis.$title = $title.prependTo(this.$dialog)\n\t\t\t}\n\t\t\tthis._setSizes()\n\t\t\tbreak\n\t\tcase 'buttons':\n\t\t\tif (this.$buttonrow) {\n\t\t\t\tthis.$buttonrow.empty()\n\t\t\t} else {\n\t\t\t\tconst $buttonrow = $('<div class=\"oc-dialog-buttonrow\" />')\n\t\t\t\tthis.$buttonrow = $buttonrow.appendTo(this.$dialog)\n\t\t\t}\n\t\t\tif (value.length === 1) {\n\t\t\t\tthis.$buttonrow.addClass('onebutton')\n\t\t\t} else if (value.length === 2) {\n\t\t\t\tthis.$buttonrow.addClass('twobuttons')\n\t\t\t} else if (value.length === 3) {\n\t\t\t\tthis.$buttonrow.addClass('threebuttons')\n\t\t\t}\n\t\t\t$.each(value, function(idx, val) {\n\t\t\t\tconst $button = $('<button>').text(val.text)\n\t\t\t\tif (val.classes) {\n\t\t\t\t\t$button.addClass(val.classes)\n\t\t\t\t}\n\t\t\t\tif (val.defaultButton) {\n\t\t\t\t\t$button.addClass('primary')\n\t\t\t\t\tself.$defaultButton = $button\n\t\t\t\t}\n\t\t\t\tself.$buttonrow.append($button)\n\t\t\t\t$button.click(function() {\n\t\t\t\t\tval.click.apply(self.element[0], arguments)\n\t\t\t\t})\n\t\t\t})\n\t\t\tthis.$buttonrow.find('button')\n\t\t\t\t.on('focus', function(event) {\n\t\t\t\t\tself.$buttonrow.find('button').removeClass('primary')\n\t\t\t\t\t$(this).addClass('primary')\n\t\t\t\t})\n\t\t\tthis._setSizes()\n\t\t\tbreak\n\t\tcase 'style':\n\t\t\tif (value.buttons !== undefined) {\n\t\t\t\tthis.$buttonrow.addClass(value.buttons)\n\t\t\t}\n\t\t\tbreak\n\t\tcase 'closeButton':\n\t\t\tif (value) {\n\t\t\t\tconst $closeButton = $('<a class=\"oc-dialog-close\"></a>')\n\t\t\t\tthis.$dialog.prepend($closeButton)\n\t\t\t\t$closeButton.on('click', function() {\n\t\t\t\t\tself.options.closeCallback && self.options.closeCallback()\n\t\t\t\t\tself.close()\n\t\t\t\t})\n\t\t\t} else {\n\t\t\t\tthis.$dialog.find('.oc-dialog-close').remove()\n\t\t\t}\n\t\t\tbreak\n\t\tcase 'width':\n\t\t\tthis.$dialog.css('width', value)\n\t\t\tbreak\n\t\tcase 'height':\n\t\t\tthis.$dialog.css('height', value)\n\t\t\tbreak\n\t\tcase 'close':\n\t\t\tthis.closeCB = value\n\t\t\tbreak\n\t\t}\n\t\t// this._super(key, value);\n\t\t$.Widget.prototype._setOption.apply(this, arguments)\n\t},\n\t_setOptions(options) {\n\t\t// this._super(options);\n\t\t$.Widget.prototype._setOptions.apply(this, arguments)\n\t},\n\t_setSizes() {\n\t\tlet lessHeight = 0\n\t\tif (this.$title) {\n\t\t\tlessHeight += this.$title.outerHeight(true)\n\t\t}\n\t\tif (this.$buttonrow) {\n\t\t\tlessHeight += this.$buttonrow.outerHeight(true)\n\t\t}\n\t\tthis.element.css({\n\t\t\theight: 'calc(100% - ' + lessHeight + 'px)',\n\t\t})\n\t},\n\t_createOverlay() {\n\t\tif (!this.options.modal) {\n\t\t\treturn\n\t\t}\n\n\t\tconst self = this\n\t\tlet contentDiv = $('#content')\n\t\tif (contentDiv.length === 0) {\n\t\t\t// nextcloud-vue compatibility\n\t\t\tcontentDiv = $('.content')\n\t\t}\n\t\tthis.overlay = $('<div>')\n\t\t\t.addClass('oc-dialog-dim')\n\t\t\t.appendTo(contentDiv)\n\t\tthis.overlay.on('click keydown keyup', function(event) {\n\t\t\tif (event.target !== self.$dialog.get(0) && self.$dialog.find($(event.target)).length === 0) {\n\t\t\t\tevent.preventDefault()\n\t\t\t\tevent.stopPropagation()\n\n\t\t\t}\n\t\t})\n\t},\n\t_destroyOverlay() {\n\t\tif (!this.options.modal) {\n\t\t\treturn\n\t\t}\n\n\t\tif (this.overlay) {\n\t\t\tthis.overlay.off('click keydown keyup')\n\t\t\tthis.overlay.remove()\n\t\t\tthis.overlay = null\n\t\t}\n\t},\n\twidget() {\n\t\treturn this.$dialog\n\t},\n\tsetEnterCallback(callback) {\n\t\tthis.enterCallback = callback\n\t},\n\tunsetEnterCallback() {\n\t\tthis.enterCallback = null\n\t},\n\tclose() {\n\t\tthis._destroyOverlay()\n\t\tconst self = this\n\t\t// Ugly hack to catch remaining keyup events.\n\t\tsetTimeout(function() {\n\t\t\tself._trigger('close', self)\n\t\t}, 200)\n\n\t\tself.$dialog.remove()\n\t\tthis.destroy()\n\t},\n\tdestroy() {\n\t\tif (this.$title) {\n\t\t\tthis.$title.remove()\n\t\t}\n\t\tif (this.$buttonrow) {\n\t\t\tthis.$buttonrow.remove()\n\t\t}\n\n\t\tif (this.originalTitle) {\n\t\t\tthis.element.attr('title', this.originalTitle)\n\t\t}\n\t\tthis.element.removeClass('oc-dialog-content')\n\t\t\t.css(this.originalCss).detach().insertBefore(this.$dialog)\n\t\tthis.$dialog.remove()\n\t},\n})\n","/**\n * @copyright Copyright (c) 2016 Christoph Wurst <christoph@winzerhof-wurst.at>\n *\n * @author Christoph Wurst <christoph@winzerhof-wurst.at>\n * @author John Molakvoæ <skjnldsv@protonmail.com>\n * @author Roeland Jago Douma <roeland@famdouma.nl>\n *\n * @license GNU AGPL version 3 or any later version\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see <http://www.gnu.org/licenses/>.\n *\n */\n\nimport $ from 'jquery'\nimport escapeHTML from 'escape-html'\n\n/**\n * jQuery plugin for micro templates\n *\n * Strings are automatically escaped, but that can be disabled by setting\n * escapeFunction to null.\n *\n * Usage examples:\n *\n * var htmlStr = '<p>Bake, uncovered, until the {greasystuff} is melted and the {pasta} is heated through, about {min} minutes.</p>'\n * $(htmlStr).octemplate({greasystuff: 'cheese', pasta: 'macaroni', min: 10});\n *\n * var htmlStr = '<p>Welcome back {user}</p>';\n * $(htmlStr).octemplate({user: 'John Q. Public'}, {escapeFunction: null});\n *\n * Be aware that the target string must be wrapped in an HTML element for the\n * plugin to work. The following won't work:\n *\n * var textStr = 'Welcome back {user}';\n * $(textStr).octemplate({user: 'John Q. Public'});\n *\n * For anything larger than one-liners, you can use a simple $.get() ajax\n * request to get the template, or you can embed them it the page using the\n * text/template type:\n *\n * <script id=\"contactListItemTemplate\" type=\"text/template\">\n * <tr class=\"contact\" data-id=\"{id}\">\n * <td class=\"name\">\n * <input type=\"checkbox\" name=\"id\" value=\"{id}\" /><span class=\"nametext\">{name}</span>\n * </td>\n * <td class=\"email\">\n * <a href=\"mailto:{email}\">{email}</a>\n * </td>\n * <td class=\"phone\">{phone}</td>\n * </tr>\n * </script>\n *\n * var $tmpl = $('#contactListItemTemplate');\n * var contacts = // fetched in some ajax call\n *\n * $.each(contacts, function(idx, contact) {\n * \t\t$contactList.append(\n * \t\t\t$tmpl.octemplate({\n * \t\t\t\tid: contact.getId(),\n * \t\t\t\tname: contact.getDisplayName(),\n * \t\t\t\temail: contact.getPreferredEmail(),\n * \t\t\t\tphone: contact.getPreferredPhone(),\n * \t\t\t});\n * \t\t);\n * });\n */\n/**\n * Object Template\n * Inspired by micro templating done by e.g. underscore.js\n */\nconst Template = {\n\tinit(vars, options, elem) {\n\t\t// Mix in the passed in options with the default options\n\t\tthis.vars = vars\n\t\tthis.options = $.extend({}, this.options, options)\n\n\t\tthis.elem = elem\n\t\tconst self = this\n\n\t\tif (typeof this.options.escapeFunction === 'function') {\n\t\t\tconst keys = Object.keys(this.vars)\n\t\t\tfor (let key = 0; key < keys.length; key++) {\n\t\t\t\tif (typeof this.vars[keys[key]] === 'string') {\n\t\t\t\t\tthis.vars[keys[key]] = self.options.escapeFunction(this.vars[keys[key]])\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\tconst _html = this._build(this.vars)\n\t\treturn $(_html)\n\t},\n\t// From stackoverflow.com/questions/1408289/best-way-to-do-variable-interpolation-in-javascript\n\t_build(o) {\n\t\tconst data = this.elem.attr('type') === 'text/template' ? this.elem.html() : this.elem.get(0).outerHTML\n\t\ttry {\n\t\t\treturn data.replace(/{([^{}]*)}/g,\n\t\t\t\tfunction(a, b) {\n\t\t\t\t\tconst r = o[b]\n\t\t\t\t\treturn typeof r === 'string' || typeof r === 'number' ? r : a\n\t\t\t\t}\n\t\t\t)\n\t\t} catch (e) {\n\t\t\tconsole.error(e, 'data:', data)\n\t\t}\n\t},\n\toptions: {\n\t\tescapeFunction: escapeHTML,\n\t},\n}\n\n$.fn.octemplate = function(vars, options) {\n\tvars = vars || {}\n\tif (this.length) {\n\t\tconst _template = Object.create(Template)\n\t\treturn _template.init(vars, options, this)\n\t}\n}\n","/**\n * @copyright 2016-2018 John Molakvoæ <skjnldsv@protonmail.com>\n * @copyright 2013 Morris Jobke <morris.jobke@gmail.com>\n *\n * @author Christoph Wurst <christoph@winzerhof-wurst.at>\n * @author John Molakvoæ <skjnldsv@protonmail.com>\n * @author Julius Härtl <jus@bitgrid.net>\n * @author Sergey Shliakhov <husband.sergey@gmail.com>\n *\n * @license GNU AGPL version 3 or any later version\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see <http://www.gnu.org/licenses/>.\n *\n */\n\n/* eslint-disable */\nimport $ from 'jquery'\nimport md5 from 'blueimp-md5'\n\n/*\n * Adds a background color to the element called on and adds the first character\n * of the passed in string. This string is also the seed for the generation of\n * the background color.\n *\n * You have following HTML:\n *\n * <div id=\"albumart\"></div>\n *\n * And call this from Javascript:\n *\n * $('#albumart').imageplaceholder('The Album Title');\n *\n * Which will result in:\n *\n * <div id=\"albumart\" style=\"background-color: rgb(121, 90, 171); ... \">T</div>\n *\n * You may also call it like this, to have a different background, than the seed:\n *\n * $('#albumart').imageplaceholder('The Album Title', 'Album Title');\n *\n * Resulting in:\n *\n * <div id=\"albumart\" style=\"background-color: rgb(121, 90, 171); ... \">A</div>\n *\n */\n\n/*\n* Alternatively, you can use the prototype function to convert your string to rgb colors:\n*\n* \"a6741a86aded5611a8e46ce16f2ad646\".toRgb()\n*\n* Will return the rgb parameters within the following object:\n*\n* Color {r: 208, g: 158, b: 109}\n*\n*/\n\nconst toRgb = (s) => {\n\t// Normalize hash\n\tvar hash = s.toLowerCase()\n\n\t// Already a md5 hash?\n\tif (hash.match(/^([0-9a-f]{4}-?){8}$/) === null) {\n\t\thash = md5(hash)\n\t}\n\n\thash = hash.replace(/[^0-9a-f]/g, '')\n\n\tfunction Color(r, g, b) {\n\t\tthis.r = r\n\t\tthis.g = g\n\t\tthis.b = b\n\t}\n\n\tfunction stepCalc(steps, ends) {\n\t\tvar step = new Array(3)\n\t\tstep[0] = (ends[1].r - ends[0].r) / steps\n\t\tstep[1] = (ends[1].g - ends[0].g) / steps\n\t\tstep[2] = (ends[1].b - ends[0].b) / steps\n\t\treturn step\n\t}\n\n\tfunction mixPalette(steps, color1, color2) {\n\t\tvar palette = []\n\t\tpalette.push(color1)\n\t\tvar step = stepCalc(steps, [color1, color2])\n\t\tfor (var i = 1; i < steps; i++) {\n\t\t\tvar r = parseInt(color1.r + (step[0] * i))\n\t\t\tvar g = parseInt(color1.g + (step[1] * i))\n\t\t\tvar b = parseInt(color1.b + (step[2] * i))\n\t\t\tpalette.push(new Color(r, g, b))\n\t\t}\n\t\treturn palette\n\t}\n\n\tconst red = new Color(182, 70, 157);\n\tconst yellow = new Color(221, 203, 85);\n\tconst blue = new Color(0, 130, 201); // Nextcloud blue\n\t// Number of steps to go from a color to another\n\t// 3 colors * 6 will result in 18 generated colors\n\tconst steps = 6;\n\n\tconst palette1 = mixPalette(steps, red, yellow);\n\tconst palette2 = mixPalette(steps, yellow, blue);\n\tconst palette3 = mixPalette(steps, blue, red);\n\n\tconst finalPalette = palette1.concat(palette2).concat(palette3);\n\n\t// Convert a string to an integer evenly\n\tfunction hashToInt(hash, maximum) {\n\t\tvar finalInt = 0\n\t\tvar result = []\n\n\t\t// Splitting evenly the string\n\t\tfor (var i = 0; i < hash.length; i++) {\n\t\t\t// chars in md5 goes up to f, hex:16\n\t\t\tresult.push(parseInt(hash.charAt(i), 16) % 16)\n\t\t}\n\t\t// Adds up all results\n\t\tfor (var j in result) {\n\t\t\tfinalInt += result[j]\n\t\t}\n\t\t// chars in md5 goes up to f, hex:16\n\t\t// make sure we're always using int in our operation\n\t\treturn parseInt(parseInt(finalInt) % maximum)\n\t}\n\n\treturn finalPalette[hashToInt(hash, steps * 3)]\n}\n\nString.prototype.toRgb = function() {\n\tconsole.warn('String.prototype.toRgb is deprecated! It will be removed in Nextcloud 22.')\n\n\treturn toRgb(this)\n}\n\n$.fn.imageplaceholder = function(seed, text, size) {\n\ttext = text || seed\n\n\t// Compute the hash\n\tvar rgb = toRgb(seed)\n\tthis.css('background-color', 'rgb(' + rgb.r + ', ' + rgb.g + ', ' + rgb.b + ')')\n\n\t// Placeholders are square\n\tvar height = this.height() || size || 32\n\tthis.height(height)\n\tthis.width(height)\n\n\t// CSS rules\n\tthis.css('color', '#fff')\n\tthis.css('font-weight', 'normal')\n\tthis.css('text-align', 'center')\n\n\t// calculate the height\n\tthis.css('line-height', height + 'px')\n\tthis.css('font-size', (height * 0.55) + 'px')\n\n\tif (seed !== null && seed.length) {\n\t\tvar placeholderText = text.replace(/\\s+/g, ' ').trim().split(' ', 2).map((word) => word[0].toUpperCase()).join('')\n\t\tthis.html(placeholderText);\n\t}\n}\n\n$.fn.clearimageplaceholder = function() {\n\tthis.css('background-color', '')\n\tthis.css('color', '')\n\tthis.css('font-weight', '')\n\tthis.css('text-align', '')\n\tthis.css('line-height', '')\n\tthis.css('font-size', '')\n\tthis.html('')\n\tthis.removeClass('icon-loading')\n\tthis.removeClass('icon-loading-small')\n}\n","/**\n * @copyright 2019 Christoph Wurst <christoph@winzerhof-wurst.at>\n *\n * @author Christoph Wurst <christoph@winzerhof-wurst.at>\n * @author John Molakvoæ <skjnldsv@protonmail.com>\n *\n * @license GNU AGPL version 3 or any later version\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see <http://www.gnu.org/licenses/>.\n *\n */\n\nimport $ from 'jquery'\n\nimport { getToken } from '../OC/requesttoken'\n\n$(document).on('ajaxSend', function(elm, xhr, settings) {\n\tif (settings.crossDomain === false) {\n\t\txhr.setRequestHeader('requesttoken', getToken())\n\t\txhr.setRequestHeader('OCS-APIREQUEST', 'true')\n\t}\n})\n","/**\n * @copyright 2019 Christoph Wurst <christoph@winzerhof-wurst.at>\n *\n * @author Christoph Wurst <christoph@winzerhof-wurst.at>\n * @author John Molakvoæ <skjnldsv@protonmail.com>\n *\n * @license GNU AGPL version 3 or any later version\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see <http://www.gnu.org/licenses/>.\n *\n */\n\nimport $ from 'jquery'\n\n/**\n * select a range in an input field\n * @link http://stackoverflow.com/questions/499126/jquery-set-cursor-position-in-text-area\n * @param {int} start start selection from\n * @param {int} end number of char from start\n * @returns {Void}\n */\n$.fn.selectRange = function(start, end) {\n\treturn this.each(function() {\n\t\tif (this.setSelectionRange) {\n\t\t\tthis.focus()\n\t\t\tthis.setSelectionRange(start, end)\n\t\t} else if (this.createTextRange) {\n\t\t\tconst range = this.createTextRange()\n\t\t\trange.collapse(true)\n\t\t\trange.moveEnd('character', end)\n\t\t\trange.moveStart('character', start)\n\t\t\trange.select()\n\t\t}\n\t})\n}\n","/**\n * @copyright Copyright (c) 2016 Christoph Wurst <christoph@winzerhof-wurst.at>\n *\n * @author Christoph Wurst <christoph@winzerhof-wurst.at>\n * @author John Molakvoæ <skjnldsv@protonmail.com>\n *\n * @license GNU AGPL version 3 or any later version\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see <http://www.gnu.org/licenses/>.\n *\n */\n\nimport $ from 'jquery'\n\n// Set autocomplete width the same as the related input\n// See http://stackoverflow.com/a/11845718\n$.ui.autocomplete.prototype._resizeMenu = function() {\n\tconst ul = this.menu.element\n\tul.outerWidth(this.element.outerWidth())\n}\n","import api from \"!../../../../node_modules/style-loader/dist/runtime/injectStylesIntoStyleTag.js\";\n import content from \"!!../../../../node_modules/css-loader/dist/cjs.js!../../../../node_modules/sass-loader/dist/cjs.js!./jquery-ui-fixes.scss\";\n\nvar options = {};\n\noptions.insert = \"head\";\noptions.singleton = false;\n\nvar update = api(content, options);\n\n\n\nexport default content.locals || {};","import api from \"!../../../../node_modules/style-loader/dist/runtime/injectStylesIntoStyleTag.js\";\n import content from \"!!../../../../node_modules/css-loader/dist/cjs.js!../../../../node_modules/sass-loader/dist/cjs.js!./jquery.ocdialog.scss\";\n\nvar options = {};\n\noptions.insert = \"head\";\noptions.singleton = false;\n\nvar update = api(content, options);\n\n\n\nexport default content.locals || {};","/**\n * @copyright 2019 Christoph Wurst <christoph@winzerhof-wurst.at>\n *\n * @author Christoph Wurst <christoph@winzerhof-wurst.at>\n * @author John Molakvoæ <skjnldsv@protonmail.com>\n * @author Roeland Jago Douma <roeland@famdouma.nl>\n *\n * @license GNU AGPL version 3 or any later version\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see <http://www.gnu.org/licenses/>.\n *\n */\n\nimport $ from 'jquery'\n\nimport './avatar'\nimport './contactsmenu'\nimport './exists'\nimport './filterattr'\nimport './ocdialog'\nimport './octemplate'\nimport './placeholder'\nimport './requesttoken'\nimport './selectrange'\nimport './showpassword'\nimport './ui-fixes'\n\nimport './css/jquery-ui-fixes.scss'\nimport './css/jquery.ocdialog.scss'\n\n/**\n * Disable automatic evaluation of responses for $.ajax() functions (and its\n * higher-level alternatives like $.get() and $.post()).\n *\n * If a response to a $.ajax() request returns a content type of \"application/javascript\"\n * JQuery would previously execute the response body. This is a pretty unexpected\n * behaviour and can result in a bypass of our Content-Security-Policy as well as\n * multiple unexpected XSS vectors.\n */\n$.ajaxSetup({\n\tcontents: {\n\t\tscript: false,\n\t},\n})\n\n/**\n * Disable execution of eval in jQuery. We do require an allowed eval CSP\n * configuration at the moment for handlebars et al. But for jQuery there is\n * not much of a reason to execute JavaScript directly via eval.\n *\n * This thus mitigates some unexpected XSS vectors.\n */\n$.globalEval = function() {\n}\n","import api from \"!../style-loader/dist/runtime/injectStylesIntoStyleTag.js\";\n import content from \"!!../css-loader/dist/cjs.js!./jquery-ui.css\";\n\nvar options = {};\n\noptions.insert = \"head\";\noptions.singleton = false;\n\nvar update = api(content, options);\n\n\n\nexport default content.locals || {};","import api from \"!../style-loader/dist/runtime/injectStylesIntoStyleTag.js\";\n import content from \"!!../css-loader/dist/cjs.js!./jquery-ui.theme.css\";\n\nvar options = {};\n\noptions.insert = \"head\";\noptions.singleton = false;\n\nvar update = api(content, options);\n\n\n\nexport default content.locals || {};","import api from \"!../../style-loader/dist/runtime/injectStylesIntoStyleTag.js\";\n import content from \"!!../../css-loader/dist/cjs.js!./jquery.Jcrop.css\";\n\nvar options = {};\n\noptions.insert = \"head\";\noptions.singleton = false;\n\nvar update = api(content, options);\n\n\n\nexport default content.locals || {};","import api from \"!../style-loader/dist/runtime/injectStylesIntoStyleTag.js\";\n import content from \"!!../css-loader/dist/cjs.js!./select2.css\";\n\nvar options = {};\n\noptions.insert = \"head\";\noptions.singleton = false;\n\nvar update = api(content, options);\n\n\n\nexport default content.locals || {};","/**\n * @copyright (c) 2017 Arthur Schiwon <blizzz@arthur-schiwon.de>\n *\n * @author Christoph Wurst <christoph@winzerhof-wurst.at>\n * @author John Molakvoæ <skjnldsv@protonmail.com>\n *\n * @license GNU AGPL version 3 or any later version\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see <http://www.gnu.org/licenses/>.\n *\n */\n\nimport $ from 'jquery'\n\n/*\n * Detects links:\n * Either the http(s) protocol is given or two strings, basically limited to ascii with the last\n * \tword being at least one digit long,\n * followed by at least another character\n *\n * The downside: anything not ascii is excluded. Not sure how common it is in areas using different\n * alphabets… the upside: fake domains with similar looking characters won't be formatted as links\n */\nconst urlRegex = /(\\s|^)(https?:\\/\\/)?((?:[-A-Z0-9+_]+\\.)+[-A-Z]+(?:\\/[-A-Z0-9+&@#%?=~_|!:,.;()]*)*)(\\s|$)/ig\n\nexport function plainToRich(content) {\n\treturn this.formatLinksRich(content)\n}\n\nexport function richToPlain(content) {\n\treturn this.formatLinksPlain(content)\n}\n\nexport function formatLinksRich(content) {\n\treturn content.replace(urlRegex, function(_, leadingSpace, protocol, url, trailingSpace) {\n\t\tlet linkText = url\n\t\tif (!protocol) {\n\t\t\tprotocol = 'https://'\n\t\t} else if (protocol === 'http://') {\n\t\t\tlinkText = protocol + url\n\t\t}\n\n\t\treturn leadingSpace + '<a class=\"external\" target=\"_blank\" rel=\"noopener noreferrer\" href=\"' + protocol + url + '\">' + linkText + '</a>' + trailingSpace\n\t})\n}\n\nexport function formatLinksPlain(content) {\n\tconst $content = $('<div></div>').html(content)\n\t$content.find('a').each(function() {\n\t\tconst $this = $(this)\n\t\t$this.html($this.attr('href'))\n\t})\n\treturn $content.html()\n}\n","/**\n * @copyright (c) 2017 Arthur Schiwon <blizzz@arthur-schiwon.de>\n *\n * @author Christoph Wurst <christoph@winzerhof-wurst.at>\n * @author John Molakvoæ <skjnldsv@protonmail.com>\n *\n * @license GNU AGPL version 3 or any later version\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see <http://www.gnu.org/licenses/>.\n *\n */\n\nimport _ from 'underscore'\nimport $ from 'jquery'\n\nimport OC from '../OC/index'\n\nexport function query(options) {\n\toptions = options || {}\n\tconst dismissOptions = options.dismiss || {}\n\t$.ajax({\n\t\ttype: 'GET',\n\t\turl: options.url || OC.linkToOCS('core', 2) + 'whatsnew?format=json',\n\t\tsuccess: options.success || function(data, statusText, xhr) {\n\t\t\tonQuerySuccess(data, statusText, xhr, dismissOptions)\n\t\t},\n\t\terror: options.error || onQueryError,\n\t})\n}\n\nexport function dismiss(version, options) {\n\toptions = options || {}\n\t$.ajax({\n\t\ttype: 'POST',\n\t\turl: options.url || OC.linkToOCS('core', 2) + 'whatsnew',\n\t\tdata: { version: encodeURIComponent(version) },\n\t\tsuccess: options.success || onDismissSuccess,\n\t\terror: options.error || onDismissError,\n\t})\n\t// remove element immediately\n\t$('.whatsNewPopover').remove()\n}\n\nfunction onQuerySuccess(data, statusText, xhr, dismissOptions) {\n\tconsole.debug('querying Whats New data was successful: ' + statusText)\n\tconsole.debug(data)\n\n\tif (xhr.status !== 200) {\n\t\treturn\n\t}\n\n\tlet item, menuItem, text, icon\n\n\tconst div = document.createElement('div')\n\tdiv.classList.add('popovermenu', 'open', 'whatsNewPopover', 'menu-left')\n\n\tconst list = document.createElement('ul')\n\n\t// header\n\titem = document.createElement('li')\n\tmenuItem = document.createElement('span')\n\tmenuItem.className = 'menuitem'\n\n\ttext = document.createElement('span')\n\ttext.innerText = t('core', 'New in') + ' ' + data.ocs.data.product\n\ttext.className = 'caption'\n\tmenuItem.appendChild(text)\n\n\ticon = document.createElement('span')\n\ticon.className = 'icon-close'\n\ticon.onclick = function() {\n\t\tdismiss(data.ocs.data.version, dismissOptions)\n\t}\n\tmenuItem.appendChild(icon)\n\n\titem.appendChild(menuItem)\n\tlist.appendChild(item)\n\n\t// Highlights\n\tfor (const i in data.ocs.data.whatsNew.regular) {\n\t\tconst whatsNewTextItem = data.ocs.data.whatsNew.regular[i]\n\t\titem = document.createElement('li')\n\n\t\tmenuItem = document.createElement('span')\n\t\tmenuItem.className = 'menuitem'\n\n\t\ticon = document.createElement('span')\n\t\ticon.className = 'icon-checkmark'\n\t\tmenuItem.appendChild(icon)\n\n\t\ttext = document.createElement('p')\n\t\ttext.innerHTML = _.escape(whatsNewTextItem)\n\t\tmenuItem.appendChild(text)\n\n\t\titem.appendChild(menuItem)\n\t\tlist.appendChild(item)\n\t}\n\n\t// Changelog URL\n\tif (!_.isUndefined(data.ocs.data.changelogURL)) {\n\t\titem = document.createElement('li')\n\n\t\tmenuItem = document.createElement('a')\n\t\tmenuItem.href = data.ocs.data.changelogURL\n\t\tmenuItem.rel = 'noreferrer noopener'\n\t\tmenuItem.target = '_blank'\n\n\t\ticon = document.createElement('span')\n\t\ticon.className = 'icon-link'\n\t\tmenuItem.appendChild(icon)\n\n\t\ttext = document.createElement('span')\n\t\ttext.innerText = t('core', 'View changelog')\n\t\tmenuItem.appendChild(text)\n\n\t\titem.appendChild(menuItem)\n\t\tlist.appendChild(item)\n\t}\n\n\tdiv.appendChild(list)\n\tdocument.body.appendChild(div)\n}\n\nfunction onQueryError(x, t, e) {\n\tconsole.debug('querying Whats New Data resulted in an error: ' + t + e)\n\tconsole.debug(x)\n}\n\nfunction onDismissSuccess(data) {\n\t// noop\n}\n\nfunction onDismissError(data) {\n\tconsole.debug('dismissing Whats New data resulted in an error: ' + data)\n}\n","/**\n * @copyright Copyright (c) 2018 Julius Härtl <jus@bitgrid.net>\n *\n * @author John Molakvoæ <skjnldsv@protonmail.com>\n * @author Julius Härtl <jus@bitgrid.net>\n *\n * @license GNU AGPL version 3 or any later version\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see <http://www.gnu.org/licenses/>.\n *\n */\n\nimport escapeHTML from 'escape-html'\n\n/**\n * @typedef TypeDefinition\n * @method {callback} action This action is executed to let the user select a resource\n * @param {string} icon Contains the icon css class for the type\n * @constructor\n */\n\n/**\n * @type {TypeDefinition[]}\n **/\nconst types = {}\n\n/**\n * Those translations will be used by the vue component but they should be shipped with the server\n * FIXME: Those translations should be added to the library\n * @returns {Array}\n */\nexport const l10nProjects = () => {\n\treturn [\n\t\tt('core', 'Add to a project'),\n\t\tt('core', 'Show details'),\n\t\tt('core', 'Hide details'),\n\t\tt('core', 'Rename project'),\n\t\tt('core', 'Failed to rename the project'),\n\t\tt('core', 'Failed to create a project'),\n\t\tt('core', 'Failed to add the item to the project'),\n\t\tt('core', 'Connect items to a project to make them easier to find'),\n\t\tt('core', 'Type to search for existing projects'),\n\t]\n}\n\nexport default {\n\t/**\n\t *\n\t * @param {string} type type\n\t * @param {TypeDefinition} typeDefinition typeDefinition\n\t */\n\tregisterType(type, typeDefinition) {\n\t\ttypes[type] = typeDefinition\n\t},\n\ttrigger(type) {\n\t\treturn types[type].action()\n\t},\n\tgetTypes() {\n\t\treturn Object.keys(types)\n\t},\n\tgetIcon(type) {\n\t\treturn types[type].typeIconClass || ''\n\t},\n\tgetLabel(type) {\n\t\treturn escapeHTML(types[type].typeString || type)\n\t},\n\tgetLink(type, id) {\n\t\t/* TODO: Allow action to be executed instead of href as well */\n\t\treturn typeof types[type] !== 'undefined' ? types[type].link(id) : ''\n\t},\n}\n","/**\n * @copyright Copyright (c) 2018 Julius Härtl <jus@bitgrid.net>\n *\n * @author Christoph Wurst <christoph@winzerhof-wurst.at>\n * @author John Molakvoæ <skjnldsv@protonmail.com>\n * @author Julius Härtl <jus@bitgrid.net>\n *\n * @license GNU AGPL version 3 or any later version\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see <http://www.gnu.org/licenses/>.\n *\n */\n\nconst loadedScripts = {}\nconst loadedStylesheets = {}\n/**\n * @namespace OCP\n * @class Loader\n */\nexport default {\n\n\t/**\n\t * Load a script asynchronously\n\t *\n\t * @param {string} app the app name\n\t * @param {string} file the script file name\n\t * @returns {Promise}\n\t */\n\tloadScript(app, file) {\n\t\tconst key = app + file\n\t\tif (Object.prototype.hasOwnProperty.call(loadedScripts, key)) {\n\t\t\treturn Promise.resolve()\n\t\t}\n\t\tloadedScripts[key] = true\n\t\treturn new Promise(function(resolve, reject) {\n\t\t\tconst scriptPath = OC.filePath(app, 'js', file)\n\t\t\tconst script = document.createElement('script')\n\t\t\tscript.src = scriptPath\n\t\t\tscript.setAttribute('nonce', btoa(OC.requestToken))\n\t\t\tscript.onload = () => resolve()\n\t\t\tscript.onerror = () => reject(new Error(`Failed to load script from ${scriptPath}`))\n\t\t\tdocument.head.appendChild(script)\n\t\t})\n\t},\n\n\t/**\n\t * Load a stylesheet file asynchronously\n\t *\n\t * @param {string} app the app name\n\t * @param {string} file the script file name\n\t * @returns {Promise}\n\t */\n\tloadStylesheet(app, file) {\n\t\tconst key = app + file\n\t\tif (Object.prototype.hasOwnProperty.call(loadedStylesheets, key)) {\n\t\t\treturn Promise.resolve()\n\t\t}\n\t\tloadedStylesheets[key] = true\n\t\treturn new Promise(function(resolve, reject) {\n\t\t\tconst stylePath = OC.filePath(app, 'css', file)\n\t\t\tconst link = document.createElement('link')\n\t\t\tlink.href = stylePath\n\t\t\tlink.type = 'text/css'\n\t\t\tlink.rel = 'stylesheet'\n\t\t\tlink.onload = () => resolve()\n\t\t\tlink.onerror = () => reject(new Error(`Failed to load stylesheet from ${stylePath}`))\n\t\t\tdocument.head.appendChild(link)\n\t\t})\n\t},\n}\n","/**\n * @copyright Copyright (c) 2019 Julius Härtl <jus@bitgrid.net>\n *\n * @author Christoph Wurst <christoph@winzerhof-wurst.at>\n * @author Julius Härtl <jus@bitgrid.net>\n *\n * @license GNU AGPL version 3 or any later version\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see <http://www.gnu.org/licenses/>.\n *\n */\n\nimport {\n\tshowError,\n\tshowInfo, showMessage,\n\tshowSuccess,\n\tshowWarning,\n} from '@nextcloud/dialogs'\n\nexport default {\n\t/**\n\t * @deprecated 19.0.0 use `showSuccess` from the `@nextcloud/dialogs` package instead\n\t *\n\t * @param {string} text the toast text\n\t * @param {object} options options\n\t * @returns {Toast}\n\t */\n\tsuccess(text, options) {\n\t\treturn showSuccess(text, options)\n\t},\n\t/**\n\t * @deprecated 19.0.0 use `showWarning` from the `@nextcloud/dialogs` package instead\n\t *\n\t * @param {string} text the toast text\n\t * @param {object} options options\n\t * @returns {Toast}\n\t */\n\twarning(text, options) {\n\t\treturn showWarning(text, options)\n\t},\n\t/**\n\t * @deprecated 19.0.0 use `showError` from the `@nextcloud/dialogs` package instead\n\t *\n\t * @param {string} text the toast text\n\t * @param {object} options options\n\t * @returns {Toast}\n\t */\n\terror(text, options) {\n\t\treturn showError(text, options)\n\t},\n\t/**\n\t * @deprecated 19.0.0 use `showInfo` from the `@nextcloud/dialogs` package instead\n\t *\n\t * @param {string} text the toast text\n\t * @param {object} options options\n\t * @returns {Toast}\n\t */\n\tinfo(text, options) {\n\t\treturn showInfo(text, options)\n\t},\n\t/**\n\t * @deprecated 19.0.0 use `showMessage` from the `@nextcloud/dialogs` package instead\n\t *\n\t * @param {string} text the toast text\n\t * @param {object} options options\n\t * @returns {Toast}\n\t */\n\tmessage(text, options) {\n\t\treturn showMessage(text, options)\n\t},\n\n}\n","/**\n * @copyright Copyright (c) 2016 Christoph Wurst <christoph@winzerhof-wurst.at>\n *\n * @author Christoph Wurst <christoph@winzerhof-wurst.at>\n * @author John Molakvoæ <skjnldsv@protonmail.com>\n * @author Julius Härtl <jus@bitgrid.net>\n *\n * @license GNU AGPL version 3 or any later version\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see <http://www.gnu.org/licenses/>.\n *\n */\n\nimport { loadState } from '@nextcloud/initial-state'\n\nimport * as AppConfig from './appconfig'\nimport * as Comments from './comments'\nimport * as WhatsNew from './whatsnew'\n\nimport Collaboration from './collaboration'\nimport Loader from './loader'\nimport Toast from './toast'\n\n/** @namespace OCP */\nexport default {\n\tAppConfig,\n\tCollaboration,\n\tComments,\n\tInitialState: {\n\t\t/**\n\t\t * @deprecated 18.0.0 add https://www.npmjs.com/package/@nextcloud/initial-state to your app\n\t\t */\n\t\tloadState,\n\t},\n\tLoader,\n\t/**\n\t * @deprecated 19.0.0 use the `@nextcloud/dialogs` package instead\n\t */\n\tToast,\n\tWhatsNew,\n}\n","/**\n * @copyright 2019 Christoph Wurst <christoph@winzerhof-wurst.at>\n *\n * @author Christoph Wurst <christoph@winzerhof-wurst.at>\n * @author John Molakvoæ <skjnldsv@protonmail.com>\n * @author Julius Härtl <jus@bitgrid.net>\n * @author Roeland Jago Douma <roeland@famdouma.nl>\n *\n * @license GNU AGPL version 3 or any later version\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see <http://www.gnu.org/licenses/>.\n *\n */\n\n/* eslint-disable @nextcloud/no-deprecations */\nimport { initCore } from './init'\n\nimport _ from 'underscore'\nimport $ from 'jquery'\nimport 'jquery-migrate/dist/jquery-migrate.min'\n// TODO: switch to `jquery-ui` package and import widgets and effects individually\n// `jquery-ui-dist` is used as a workaround for the issue of missing effects\nimport 'jquery-ui-dist/jquery-ui'\nimport 'jquery-ui-dist/jquery-ui.css'\nimport 'jquery-ui-dist/jquery-ui.theme.css'\n// END TODO\nimport autosize from 'autosize'\nimport Backbone from 'backbone'\nimport 'bootstrap/js/dist/tooltip'\nimport './Polyfill/tooltip'\nimport ClipboardJS from 'clipboard'\nimport { dav } from 'davclient.js'\nimport Handlebars from 'handlebars'\nimport 'jcrop/js/jquery.Jcrop'\nimport 'jcrop/css/jquery.Jcrop.css'\nimport md5 from 'blueimp-md5'\nimport moment from 'moment'\nimport 'select2'\nimport 'select2/select2.css'\nimport 'snap.js/dist/snap'\nimport 'strengthify'\nimport 'strengthify/strengthify.css'\n\nimport OC from './OC/index'\nimport OCP from './OCP/index'\nimport OCA from './OCA/index'\nimport { getToken as getRequestToken } from './OC/requesttoken'\n\nconst warnIfNotTesting = function() {\n\tif (window.TESTING === undefined) {\n\t\tconsole.warn.apply(console, arguments)\n\t}\n}\n\n/**\n * Mark a function as deprecated and automatically\n * warn if used!\n *\n * @param {Function} func the library to deprecate\n * @param {String} funcName the name of the library\n * @param {Int} version the version this gets removed\n * @returns {function}\n */\nconst deprecate = (func, funcName, version) => {\n\tconst oldFunc = func\n\tconst newFunc = function() {\n\t\twarnIfNotTesting(`The ${funcName} library is deprecated! It will be removed in nextcloud ${version}.`)\n\t\treturn oldFunc.apply(this, arguments)\n\t}\n\tObject.assign(newFunc, oldFunc)\n\treturn newFunc\n}\n\nconst setDeprecatedProp = (global, cb, msg) => {\n\t(Array.isArray(global) ? global : [global]).map(global => {\n\t\tif (window[global] !== undefined) {\n\t\t\tdelete window[global]\n\t\t}\n\t\tObject.defineProperty(window, global, {\n\t\t\tget: () => {\n\t\t\t\tif (msg) {\n\t\t\t\t\twarnIfNotTesting(`${global} is deprecated: ${msg}`)\n\t\t\t\t} else {\n\t\t\t\t\twarnIfNotTesting(`${global} is deprecated`)\n\t\t\t\t}\n\n\t\t\t\treturn cb()\n\t\t\t},\n\t\t})\n\t})\n}\n\nwindow._ = _\nsetDeprecatedProp(['$', 'jQuery'], () => $, 'The global jQuery is deprecated. It will be removed in a later versions without another warning. Please ship your own.')\nsetDeprecatedProp('autosize', () => autosize, 'please ship your own, this will be removed in Nextcloud 20')\nsetDeprecatedProp('Backbone', () => Backbone, 'please ship your own, this will be removed in Nextcloud 20')\nsetDeprecatedProp(['Clipboard', 'ClipboardJS'], () => ClipboardJS, 'please ship your own, this will be removed in Nextcloud 20')\nwindow.dav = dav\nsetDeprecatedProp('Handlebars', () => Handlebars, 'please ship your own, this will be removed in Nextcloud 20')\nsetDeprecatedProp('md5', () => md5, 'please ship your own, this will be removed in Nextcloud 20')\nsetDeprecatedProp('moment', () => moment, 'please ship your own, this will be removed in Nextcloud 20')\n\nwindow.OC = OC\nsetDeprecatedProp('initCore', () => initCore, 'this is an internal function')\nsetDeprecatedProp('oc_appswebroots', () => OC.appswebroots, 'use OC.appswebroots instead, this will be removed in Nextcloud 20')\nsetDeprecatedProp('oc_config', () => OC.config, 'use OC.config instead, this will be removed in Nextcloud 20')\nsetDeprecatedProp('oc_current_user', () => OC.getCurrentUser().uid, 'use OC.getCurrentUser().uid instead, this will be removed in Nextcloud 20')\nsetDeprecatedProp('oc_debug', () => OC.debug, 'use OC.debug instead, this will be removed in Nextcloud 20')\nsetDeprecatedProp('oc_defaults', () => OC.theme, 'use OC.theme instead, this will be removed in Nextcloud 20')\nsetDeprecatedProp('oc_isadmin', OC.isUserAdmin, 'use OC.isUserAdmin() instead, this will be removed in Nextcloud 20')\nsetDeprecatedProp('oc_requesttoken', () => getRequestToken(), 'use OC.requestToken instead, this will be removed in Nextcloud 20')\nsetDeprecatedProp('oc_webroot', () => OC.webroot, 'use OC.getRootPath() instead, this will be removed in Nextcloud 20')\nsetDeprecatedProp('OCDialogs', () => OC.dialogs, 'use OC.dialogs instead, this will be removed in Nextcloud 20')\nwindow.OCP = OCP\nwindow.OCA = OCA\n$.fn.select2 = deprecate($.fn.select2, 'select2', 19)\n\n/**\n * translate a string\n * @param {string} app the id of the app for which to translate the string\n * @param {string} text the string to translate\n * @param [vars] map of placeholder key to value\n * @param {number} [count] number to replace %n with\n * @return {string}\n */\nwindow.t = _.bind(OC.L10N.translate, OC.L10N)\n\n/**\n * translate a string\n * @param {string} app the id of the app for which to translate the string\n * @param {string} text_singular the string to translate for exactly one object\n * @param {string} text_plural the string to translate for n objects\n * @param {number} count number to determine whether to use singular or plural\n * @param [vars] map of placeholder key to value\n * @return {string} Translated string\n */\nwindow.n = _.bind(OC.L10N.translatePlural, OC.L10N)\n"],"sourceRoot":""} \ No newline at end of file
diff --git a/core/js/dist/maintenance.js b/core/js/dist/maintenance.js
index 8d2f0a93207..9f481b6c839 100644
--- a/core/js/dist/maintenance.js
+++ b/core/js/dist/maintenance.js
@@ -1,54 +1,10 @@
-!function(e){var t={};function n(r){if(t[r])return t[r].exports;var i=t[r]={i:r,l:!1,exports:{}};return e[r].call(i.exports,i,i.exports,n),i.l=!0,i.exports}n.m=e,n.c=t,n.d=function(e,t,r){n.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:r})},n.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},n.t=function(e,t){if(1&t&&(e=n(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var r=Object.create(null);if(n.r(r),Object.defineProperty(r,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var i in e)n.d(r,i,function(t){return e[t]}.bind(null,i));return r},n.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return n.d(t,"a",t),t},n.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},n.p="",n(n.s=1093)}([function(e,t,n){var r,i,a;
-/*!
- * jQuery JavaScript Library v2.1.4
- * http://jquery.com/
- *
- * Includes Sizzle.js
- * http://sizzlejs.com/
- *
- * Copyright 2005, 2014 jQuery Foundation, Inc. and other contributors
- * Released under the MIT license
- * http://jquery.org/license
- *
- * Date: 2015-04-28T16:01Z
- */i="undefined"!=typeof window?window:this,a=function(n,i){var a=[],o=a.slice,s=a.concat,u=a.push,l=a.indexOf,c={},d=c.toString,f=c.hasOwnProperty,h={},m=n.document,_=function(e,t){return new _.fn.init(e,t)},p=/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g,y=/^-ms-/,g=/-([\da-z])/gi,v=function(e,t){return t.toUpperCase()};function M(e){var t="length"in e&&e.length,n=_.type(e);return"function"!==n&&!_.isWindow(e)&&(!(1!==e.nodeType||!t)||"array"===n||0===t||"number"==typeof t&&t>0&&t-1 in e)}_.fn=_.prototype={jquery:"2.1.4",constructor:_,selector:"",length:0,toArray:function(){return o.call(this)},get:function(e){return null!=e?e<0?this[e+this.length]:this[e]:o.call(this)},pushStack:function(e){var t=_.merge(this.constructor(),e);return t.prevObject=this,t.context=this.context,t},each:function(e,t){return _.each(this,e,t)},map:function(e){return this.pushStack(_.map(this,(function(t,n){return e.call(t,n,t)})))},slice:function(){return this.pushStack(o.apply(this,arguments))},first:function(){return this.eq(0)},last:function(){return this.eq(-1)},eq:function(e){var t=this.length,n=+e+(e<0?t:0);return this.pushStack(n>=0&&n<t?[this[n]]:[])},end:function(){return this.prevObject||this.constructor(null)},push:u,sort:a.sort,splice:a.splice},_.extend=_.fn.extend=function(){var e,t,n,r,i,a,o=arguments[0]||{},s=1,u=arguments.length,l=!1;for("boolean"==typeof o&&(l=o,o=arguments[s]||{},s++),"object"==typeof o||_.isFunction(o)||(o={}),s===u&&(o=this,s--);s<u;s++)if(null!=(e=arguments[s]))for(t in e)n=o[t],o!==(r=e[t])&&(l&&r&&(_.isPlainObject(r)||(i=_.isArray(r)))?(i?(i=!1,a=n&&_.isArray(n)?n:[]):a=n&&_.isPlainObject(n)?n:{},o[t]=_.extend(l,a,r)):void 0!==r&&(o[t]=r));return o},_.extend({expando:"jQuery"+("2.1.4"+Math.random()).replace(/\D/g,""),isReady:!0,error:function(e){throw new Error(e)},noop:function(){},isFunction:function(e){return"function"===_.type(e)},isArray:Array.isArray,isWindow:function(e){return null!=e&&e===e.window},isNumeric:function(e){return!_.isArray(e)&&e-parseFloat(e)+1>=0},isPlainObject:function(e){return!("object"!==_.type(e)||e.nodeType||_.isWindow(e)||e.constructor&&!f.call(e.constructor.prototype,"isPrototypeOf"))},isEmptyObject:function(e){var t;for(t in e)return!1;return!0},type:function(e){return null==e?e+"":"object"==typeof e||"function"==typeof e?c[d.call(e)]||"object":typeof e},globalEval:function(e){var t,n=eval;(e=_.trim(e))&&(1===e.indexOf("use strict")?((t=m.createElement("script")).text=e,m.head.appendChild(t).parentNode.removeChild(t)):n(e))},camelCase:function(e){return e.replace(y,"ms-").replace(g,v)},nodeName:function(e,t){return e.nodeName&&e.nodeName.toLowerCase()===t.toLowerCase()},each:function(e,t,n){var r=0,i=e.length,a=M(e);if(n){if(a)for(;r<i&&!1!==t.apply(e[r],n);r++);else for(r in e)if(!1===t.apply(e[r],n))break}else if(a)for(;r<i&&!1!==t.call(e[r],r,e[r]);r++);else for(r in e)if(!1===t.call(e[r],r,e[r]))break;return e},trim:function(e){return null==e?"":(e+"").replace(p,"")},makeArray:function(e,t){var n=t||[];return null!=e&&(M(Object(e))?_.merge(n,"string"==typeof e?[e]:e):u.call(n,e)),n},inArray:function(e,t,n){return null==t?-1:l.call(t,e,n)},merge:function(e,t){for(var n=+t.length,r=0,i=e.length;r<n;r++)e[i++]=t[r];return e.length=i,e},grep:function(e,t,n){for(var r=[],i=0,a=e.length,o=!n;i<a;i++)!t(e[i],i)!==o&&r.push(e[i]);return r},map:function(e,t,n){var r,i=0,a=e.length,o=[];if(M(e))for(;i<a;i++)null!=(r=t(e[i],i,n))&&o.push(r);else for(i in e)null!=(r=t(e[i],i,n))&&o.push(r);return s.apply([],o)},guid:1,proxy:function(e,t){var n,r,i;if("string"==typeof t&&(n=e[t],t=e,e=n),_.isFunction(e))return r=o.call(arguments,2),(i=function(){return e.apply(t||this,r.concat(o.call(arguments)))}).guid=e.guid=e.guid||_.guid++,i},now:Date.now,support:h}),_.each("Boolean Number String Function Array Date RegExp Object Error".split(" "),(function(e,t){c["[object "+t+"]"]=t.toLowerCase()}));var L=
-/*!
- * Sizzle CSS Selector Engine v2.2.0-pre
- * http://sizzlejs.com/
- *
- * Copyright 2008, 2014 jQuery Foundation, Inc. and other contributors
- * Released under the MIT license
- * http://jquery.org/license
- *
- * Date: 2014-12-16
- */
-function(e){var t,n,r,i,a,o,s,u,l,c,d,f,h,m,_,p,y,g,v,M="sizzle"+1*new Date,L=e.document,Y=0,k=0,w=ae(),b=ae(),T=ae(),x=function(e,t){return e===t&&(d=!0),0},D={}.hasOwnProperty,S=[],E=S.pop,j=S.push,O=S.push,H=S.slice,P=function(e,t){for(var n=0,r=e.length;n<r;n++)if(e[n]===t)return n;return-1},A="checked|selected|async|autofocus|autoplay|controls|defer|disabled|hidden|ismap|loop|multiple|open|readonly|required|scoped",C="[\\x20\\t\\r\\n\\f]",N="(?:\\\\.|[\\w-]|[^\\x00-\\xa0])+",R=N.replace("w","w#"),I="\\["+C+"*("+N+")(?:"+C+"*([*^$|!~]?=)"+C+"*(?:'((?:\\\\.|[^\\\\'])*)'|\"((?:\\\\.|[^\\\\\"])*)\"|("+R+"))|)"+C+"*\\]",F=":("+N+")(?:\\((('((?:\\\\.|[^\\\\'])*)'|\"((?:\\\\.|[^\\\\\"])*)\")|((?:\\\\.|[^\\\\()[\\]]|"+I+")*)|.*)\\)|)",W=new RegExp(C+"+","g"),z=new RegExp("^"+C+"+|((?:^|[^\\\\])(?:\\\\.)*)"+C+"+$","g"),U=new RegExp("^"+C+"*,"+C+"*"),$=new RegExp("^"+C+"*([>+~]|"+C+")"+C+"*"),q=new RegExp("="+C+"*([^\\]'\"]*?)"+C+"*\\]","g"),B=new RegExp(F),J=new RegExp("^"+R+"$"),G={ID:new RegExp("^#("+N+")"),CLASS:new RegExp("^\\.("+N+")"),TAG:new RegExp("^("+N.replace("w","w*")+")"),ATTR:new RegExp("^"+I),PSEUDO:new RegExp("^"+F),CHILD:new RegExp("^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\("+C+"*(even|odd|(([+-]|)(\\d*)n|)"+C+"*(?:([+-]|)"+C+"*(\\d+)|))"+C+"*\\)|)","i"),bool:new RegExp("^(?:"+A+")$","i"),needsContext:new RegExp("^"+C+"*[>+~]|:(even|odd|eq|gt|lt|nth|first|last)(?:\\("+C+"*((?:-\\d)?\\d*)"+C+"*\\)|)(?=[^-]|$)","i")},V=/^(?:input|select|textarea|button)$/i,K=/^h\d$/i,X=/^[^{]+\{\s*\[native \w/,Z=/^(?:#([\w-]+)|(\w+)|\.([\w-]+))$/,Q=/[+~]/,ee=/'|\\/g,te=new RegExp("\\\\([\\da-f]{1,6}"+C+"?|("+C+")|.)","ig"),ne=function(e,t,n){var r="0x"+t-65536;return r!=r||n?t:r<0?String.fromCharCode(r+65536):String.fromCharCode(r>>10|55296,1023&r|56320)},re=function(){f()};try{O.apply(S=H.call(L.childNodes),L.childNodes),S[L.childNodes.length].nodeType}catch(e){O={apply:S.length?function(e,t){j.apply(e,H.call(t))}:function(e,t){for(var n=e.length,r=0;e[n++]=t[r++];);e.length=n-1}}}function ie(e,t,r,i){var a,s,l,c,d,m,y,g,Y,k;if((t?t.ownerDocument||t:L)!==h&&f(t),r=r||[],c=(t=t||h).nodeType,"string"!=typeof e||!e||1!==c&&9!==c&&11!==c)return r;if(!i&&_){if(11!==c&&(a=Z.exec(e)))if(l=a[1]){if(9===c){if(!(s=t.getElementById(l))||!s.parentNode)return r;if(s.id===l)return r.push(s),r}else if(t.ownerDocument&&(s=t.ownerDocument.getElementById(l))&&v(t,s)&&s.id===l)return r.push(s),r}else{if(a[2])return O.apply(r,t.getElementsByTagName(e)),r;if((l=a[3])&&n.getElementsByClassName)return O.apply(r,t.getElementsByClassName(l)),r}if(n.qsa&&(!p||!p.test(e))){if(g=y=M,Y=t,k=1!==c&&e,1===c&&"object"!==t.nodeName.toLowerCase()){for(m=o(e),(y=t.getAttribute("id"))?g=y.replace(ee,"\\$&"):t.setAttribute("id",g),g="[id='"+g+"'] ",d=m.length;d--;)m[d]=g+_e(m[d]);Y=Q.test(e)&&he(t.parentNode)||t,k=m.join(",")}if(k)try{return O.apply(r,Y.querySelectorAll(k)),r}catch(e){}finally{y||t.removeAttribute("id")}}}return u(e.replace(z,"$1"),t,r,i)}function ae(){var e=[];return function t(n,i){return e.push(n+" ")>r.cacheLength&&delete t[e.shift()],t[n+" "]=i}}function oe(e){return e[M]=!0,e}function se(e){var t=h.createElement("div");try{return!!e(t)}catch(e){return!1}finally{t.parentNode&&t.parentNode.removeChild(t),t=null}}function ue(e,t){for(var n=e.split("|"),i=e.length;i--;)r.attrHandle[n[i]]=t}function le(e,t){var n=t&&e,r=n&&1===e.nodeType&&1===t.nodeType&&(~t.sourceIndex||1<<31)-(~e.sourceIndex||1<<31);if(r)return r;if(n)for(;n=n.nextSibling;)if(n===t)return-1;return e?1:-1}function ce(e){return function(t){return"input"===t.nodeName.toLowerCase()&&t.type===e}}function de(e){return function(t){var n=t.nodeName.toLowerCase();return("input"===n||"button"===n)&&t.type===e}}function fe(e){return oe((function(t){return t=+t,oe((function(n,r){for(var i,a=e([],n.length,t),o=a.length;o--;)n[i=a[o]]&&(n[i]=!(r[i]=n[i]))}))}))}function he(e){return e&&void 0!==e.getElementsByTagName&&e}for(t in n=ie.support={},a=ie.isXML=function(e){var t=e&&(e.ownerDocument||e).documentElement;return!!t&&"HTML"!==t.nodeName},f=ie.setDocument=function(e){var t,i,o=e?e.ownerDocument||e:L;return o!==h&&9===o.nodeType&&o.documentElement?(h=o,m=o.documentElement,(i=o.defaultView)&&i!==i.top&&(i.addEventListener?i.addEventListener("unload",re,!1):i.attachEvent&&i.attachEvent("onunload",re)),_=!a(o),n.attributes=se((function(e){return e.className="i",!e.getAttribute("className")})),n.getElementsByTagName=se((function(e){return e.appendChild(o.createComment("")),!e.getElementsByTagName("*").length})),n.getElementsByClassName=X.test(o.getElementsByClassName),n.getById=se((function(e){return m.appendChild(e).id=M,!o.getElementsByName||!o.getElementsByName(M).length})),n.getById?(r.find.ID=function(e,t){if(void 0!==t.getElementById&&_){var n=t.getElementById(e);return n&&n.parentNode?[n]:[]}},r.filter.ID=function(e){var t=e.replace(te,ne);return function(e){return e.getAttribute("id")===t}}):(delete r.find.ID,r.filter.ID=function(e){var t=e.replace(te,ne);return function(e){var n=void 0!==e.getAttributeNode&&e.getAttributeNode("id");return n&&n.value===t}}),r.find.TAG=n.getElementsByTagName?function(e,t){return void 0!==t.getElementsByTagName?t.getElementsByTagName(e):n.qsa?t.querySelectorAll(e):void 0}:function(e,t){var n,r=[],i=0,a=t.getElementsByTagName(e);if("*"===e){for(;n=a[i++];)1===n.nodeType&&r.push(n);return r}return a},r.find.CLASS=n.getElementsByClassName&&function(e,t){if(_)return t.getElementsByClassName(e)},y=[],p=[],(n.qsa=X.test(o.querySelectorAll))&&(se((function(e){m.appendChild(e).innerHTML="<a id='"+M+"'></a><select id='"+M+"-\f]' msallowcapture=''><option selected=''></option></select>",e.querySelectorAll("[msallowcapture^='']").length&&p.push("[*^$]="+C+"*(?:''|\"\")"),e.querySelectorAll("[selected]").length||p.push("\\["+C+"*(?:value|"+A+")"),e.querySelectorAll("[id~="+M+"-]").length||p.push("~="),e.querySelectorAll(":checked").length||p.push(":checked"),e.querySelectorAll("a#"+M+"+*").length||p.push(".#.+[+~]")})),se((function(e){var t=o.createElement("input");t.setAttribute("type","hidden"),e.appendChild(t).setAttribute("name","D"),e.querySelectorAll("[name=d]").length&&p.push("name"+C+"*[*^$|!~]?="),e.querySelectorAll(":enabled").length||p.push(":enabled",":disabled"),e.querySelectorAll("*,:x"),p.push(",.*:")}))),(n.matchesSelector=X.test(g=m.matches||m.webkitMatchesSelector||m.mozMatchesSelector||m.oMatchesSelector||m.msMatchesSelector))&&se((function(e){n.disconnectedMatch=g.call(e,"div"),g.call(e,"[s!='']:x"),y.push("!=",F)})),p=p.length&&new RegExp(p.join("|")),y=y.length&&new RegExp(y.join("|")),t=X.test(m.compareDocumentPosition),v=t||X.test(m.contains)?function(e,t){var n=9===e.nodeType?e.documentElement:e,r=t&&t.parentNode;return e===r||!(!r||1!==r.nodeType||!(n.contains?n.contains(r):e.compareDocumentPosition&&16&e.compareDocumentPosition(r)))}:function(e,t){if(t)for(;t=t.parentNode;)if(t===e)return!0;return!1},x=t?function(e,t){if(e===t)return d=!0,0;var r=!e.compareDocumentPosition-!t.compareDocumentPosition;return r||(1&(r=(e.ownerDocument||e)===(t.ownerDocument||t)?e.compareDocumentPosition(t):1)||!n.sortDetached&&t.compareDocumentPosition(e)===r?e===o||e.ownerDocument===L&&v(L,e)?-1:t===o||t.ownerDocument===L&&v(L,t)?1:c?P(c,e)-P(c,t):0:4&r?-1:1)}:function(e,t){if(e===t)return d=!0,0;var n,r=0,i=e.parentNode,a=t.parentNode,s=[e],u=[t];if(!i||!a)return e===o?-1:t===o?1:i?-1:a?1:c?P(c,e)-P(c,t):0;if(i===a)return le(e,t);for(n=e;n=n.parentNode;)s.unshift(n);for(n=t;n=n.parentNode;)u.unshift(n);for(;s[r]===u[r];)r++;return r?le(s[r],u[r]):s[r]===L?-1:u[r]===L?1:0},o):h},ie.matches=function(e,t){return ie(e,null,null,t)},ie.matchesSelector=function(e,t){if((e.ownerDocument||e)!==h&&f(e),t=t.replace(q,"='$1']"),n.matchesSelector&&_&&(!y||!y.test(t))&&(!p||!p.test(t)))try{var r=g.call(e,t);if(r||n.disconnectedMatch||e.document&&11!==e.document.nodeType)return r}catch(e){}return ie(t,h,null,[e]).length>0},ie.contains=function(e,t){return(e.ownerDocument||e)!==h&&f(e),v(e,t)},ie.attr=function(e,t){(e.ownerDocument||e)!==h&&f(e);var i=r.attrHandle[t.toLowerCase()],a=i&&D.call(r.attrHandle,t.toLowerCase())?i(e,t,!_):void 0;return void 0!==a?a:n.attributes||!_?e.getAttribute(t):(a=e.getAttributeNode(t))&&a.specified?a.value:null},ie.error=function(e){throw new Error("Syntax error, unrecognized expression: "+e)},ie.uniqueSort=function(e){var t,r=[],i=0,a=0;if(d=!n.detectDuplicates,c=!n.sortStable&&e.slice(0),e.sort(x),d){for(;t=e[a++];)t===e[a]&&(i=r.push(a));for(;i--;)e.splice(r[i],1)}return c=null,e},i=ie.getText=function(e){var t,n="",r=0,a=e.nodeType;if(a){if(1===a||9===a||11===a){if("string"==typeof e.textContent)return e.textContent;for(e=e.firstChild;e;e=e.nextSibling)n+=i(e)}else if(3===a||4===a)return e.nodeValue}else for(;t=e[r++];)n+=i(t);return n},(r=ie.selectors={cacheLength:50,createPseudo:oe,match:G,attrHandle:{},find:{},relative:{">":{dir:"parentNode",first:!0}," ":{dir:"parentNode"},"+":{dir:"previousSibling",first:!0},"~":{dir:"previousSibling"}},preFilter:{ATTR:function(e){return e[1]=e[1].replace(te,ne),e[3]=(e[3]||e[4]||e[5]||"").replace(te,ne),"~="===e[2]&&(e[3]=" "+e[3]+" "),e.slice(0,4)},CHILD:function(e){return e[1]=e[1].toLowerCase(),"nth"===e[1].slice(0,3)?(e[3]||ie.error(e[0]),e[4]=+(e[4]?e[5]+(e[6]||1):2*("even"===e[3]||"odd"===e[3])),e[5]=+(e[7]+e[8]||"odd"===e[3])):e[3]&&ie.error(e[0]),e},PSEUDO:function(e){var t,n=!e[6]&&e[2];return G.CHILD.test(e[0])?null:(e[3]?e[2]=e[4]||e[5]||"":n&&B.test(n)&&(t=o(n,!0))&&(t=n.indexOf(")",n.length-t)-n.length)&&(e[0]=e[0].slice(0,t),e[2]=n.slice(0,t)),e.slice(0,3))}},filter:{TAG:function(e){var t=e.replace(te,ne).toLowerCase();return"*"===e?function(){return!0}:function(e){return e.nodeName&&e.nodeName.toLowerCase()===t}},CLASS:function(e){var t=w[e+" "];return t||(t=new RegExp("(^|"+C+")"+e+"("+C+"|$)"))&&w(e,(function(e){return t.test("string"==typeof e.className&&e.className||void 0!==e.getAttribute&&e.getAttribute("class")||"")}))},ATTR:function(e,t,n){return function(r){var i=ie.attr(r,e);return null==i?"!="===t:!t||(i+="","="===t?i===n:"!="===t?i!==n:"^="===t?n&&0===i.indexOf(n):"*="===t?n&&i.indexOf(n)>-1:"$="===t?n&&i.slice(-n.length)===n:"~="===t?(" "+i.replace(W," ")+" ").indexOf(n)>-1:"|="===t&&(i===n||i.slice(0,n.length+1)===n+"-"))}},CHILD:function(e,t,n,r,i){var a="nth"!==e.slice(0,3),o="last"!==e.slice(-4),s="of-type"===t;return 1===r&&0===i?function(e){return!!e.parentNode}:function(t,n,u){var l,c,d,f,h,m,_=a!==o?"nextSibling":"previousSibling",p=t.parentNode,y=s&&t.nodeName.toLowerCase(),g=!u&&!s;if(p){if(a){for(;_;){for(d=t;d=d[_];)if(s?d.nodeName.toLowerCase()===y:1===d.nodeType)return!1;m=_="only"===e&&!m&&"nextSibling"}return!0}if(m=[o?p.firstChild:p.lastChild],o&&g){for(h=(l=(c=p[M]||(p[M]={}))[e]||[])[0]===Y&&l[1],f=l[0]===Y&&l[2],d=h&&p.childNodes[h];d=++h&&d&&d[_]||(f=h=0)||m.pop();)if(1===d.nodeType&&++f&&d===t){c[e]=[Y,h,f];break}}else if(g&&(l=(t[M]||(t[M]={}))[e])&&l[0]===Y)f=l[1];else for(;(d=++h&&d&&d[_]||(f=h=0)||m.pop())&&((s?d.nodeName.toLowerCase()!==y:1!==d.nodeType)||!++f||(g&&((d[M]||(d[M]={}))[e]=[Y,f]),d!==t)););return(f-=i)===r||f%r==0&&f/r>=0}}},PSEUDO:function(e,t){var n,i=r.pseudos[e]||r.setFilters[e.toLowerCase()]||ie.error("unsupported pseudo: "+e);return i[M]?i(t):i.length>1?(n=[e,e,"",t],r.setFilters.hasOwnProperty(e.toLowerCase())?oe((function(e,n){for(var r,a=i(e,t),o=a.length;o--;)e[r=P(e,a[o])]=!(n[r]=a[o])})):function(e){return i(e,0,n)}):i}},pseudos:{not:oe((function(e){var t=[],n=[],r=s(e.replace(z,"$1"));return r[M]?oe((function(e,t,n,i){for(var a,o=r(e,null,i,[]),s=e.length;s--;)(a=o[s])&&(e[s]=!(t[s]=a))})):function(e,i,a){return t[0]=e,r(t,null,a,n),t[0]=null,!n.pop()}})),has:oe((function(e){return function(t){return ie(e,t).length>0}})),contains:oe((function(e){return e=e.replace(te,ne),function(t){return(t.textContent||t.innerText||i(t)).indexOf(e)>-1}})),lang:oe((function(e){return J.test(e||"")||ie.error("unsupported lang: "+e),e=e.replace(te,ne).toLowerCase(),function(t){var n;do{if(n=_?t.lang:t.getAttribute("xml:lang")||t.getAttribute("lang"))return(n=n.toLowerCase())===e||0===n.indexOf(e+"-")}while((t=t.parentNode)&&1===t.nodeType);return!1}})),target:function(t){var n=e.location&&e.location.hash;return n&&n.slice(1)===t.id},root:function(e){return e===m},focus:function(e){return e===h.activeElement&&(!h.hasFocus||h.hasFocus())&&!!(e.type||e.href||~e.tabIndex)},enabled:function(e){return!1===e.disabled},disabled:function(e){return!0===e.disabled},checked:function(e){var t=e.nodeName.toLowerCase();return"input"===t&&!!e.checked||"option"===t&&!!e.selected},selected:function(e){return e.parentNode&&e.parentNode.selectedIndex,!0===e.selected},empty:function(e){for(e=e.firstChild;e;e=e.nextSibling)if(e.nodeType<6)return!1;return!0},parent:function(e){return!r.pseudos.empty(e)},header:function(e){return K.test(e.nodeName)},input:function(e){return V.test(e.nodeName)},button:function(e){var t=e.nodeName.toLowerCase();return"input"===t&&"button"===e.type||"button"===t},text:function(e){var t;return"input"===e.nodeName.toLowerCase()&&"text"===e.type&&(null==(t=e.getAttribute("type"))||"text"===t.toLowerCase())},first:fe((function(){return[0]})),last:fe((function(e,t){return[t-1]})),eq:fe((function(e,t,n){return[n<0?n+t:n]})),even:fe((function(e,t){for(var n=0;n<t;n+=2)e.push(n);return e})),odd:fe((function(e,t){for(var n=1;n<t;n+=2)e.push(n);return e})),lt:fe((function(e,t,n){for(var r=n<0?n+t:n;--r>=0;)e.push(r);return e})),gt:fe((function(e,t,n){for(var r=n<0?n+t:n;++r<t;)e.push(r);return e}))}}).pseudos.nth=r.pseudos.eq,{radio:!0,checkbox:!0,file:!0,password:!0,image:!0})r.pseudos[t]=ce(t);for(t in{submit:!0,reset:!0})r.pseudos[t]=de(t);function me(){}function _e(e){for(var t=0,n=e.length,r="";t<n;t++)r+=e[t].value;return r}function pe(e,t,n){var r=t.dir,i=n&&"parentNode"===r,a=k++;return t.first?function(t,n,a){for(;t=t[r];)if(1===t.nodeType||i)return e(t,n,a)}:function(t,n,o){var s,u,l=[Y,a];if(o){for(;t=t[r];)if((1===t.nodeType||i)&&e(t,n,o))return!0}else for(;t=t[r];)if(1===t.nodeType||i){if((s=(u=t[M]||(t[M]={}))[r])&&s[0]===Y&&s[1]===a)return l[2]=s[2];if(u[r]=l,l[2]=e(t,n,o))return!0}}}function ye(e){return e.length>1?function(t,n,r){for(var i=e.length;i--;)if(!e[i](t,n,r))return!1;return!0}:e[0]}function ge(e,t,n,r,i){for(var a,o=[],s=0,u=e.length,l=null!=t;s<u;s++)(a=e[s])&&(n&&!n(a,r,i)||(o.push(a),l&&t.push(s)));return o}function ve(e,t,n,r,i,a){return r&&!r[M]&&(r=ve(r)),i&&!i[M]&&(i=ve(i,a)),oe((function(a,o,s,u){var l,c,d,f=[],h=[],m=o.length,_=a||function(e,t,n){for(var r=0,i=t.length;r<i;r++)ie(e,t[r],n);return n}(t||"*",s.nodeType?[s]:s,[]),p=!e||!a&&t?_:ge(_,f,e,s,u),y=n?i||(a?e:m||r)?[]:o:p;if(n&&n(p,y,s,u),r)for(l=ge(y,h),r(l,[],s,u),c=l.length;c--;)(d=l[c])&&(y[h[c]]=!(p[h[c]]=d));if(a){if(i||e){if(i){for(l=[],c=y.length;c--;)(d=y[c])&&l.push(p[c]=d);i(null,y=[],l,u)}for(c=y.length;c--;)(d=y[c])&&(l=i?P(a,d):f[c])>-1&&(a[l]=!(o[l]=d))}}else y=ge(y===o?y.splice(m,y.length):y),i?i(null,o,y,u):O.apply(o,y)}))}function Me(e){for(var t,n,i,a=e.length,o=r.relative[e[0].type],s=o||r.relative[" "],u=o?1:0,c=pe((function(e){return e===t}),s,!0),d=pe((function(e){return P(t,e)>-1}),s,!0),f=[function(e,n,r){var i=!o&&(r||n!==l)||((t=n).nodeType?c(e,n,r):d(e,n,r));return t=null,i}];u<a;u++)if(n=r.relative[e[u].type])f=[pe(ye(f),n)];else{if((n=r.filter[e[u].type].apply(null,e[u].matches))[M]){for(i=++u;i<a&&!r.relative[e[i].type];i++);return ve(u>1&&ye(f),u>1&&_e(e.slice(0,u-1).concat({value:" "===e[u-2].type?"*":""})).replace(z,"$1"),n,u<i&&Me(e.slice(u,i)),i<a&&Me(e=e.slice(i)),i<a&&_e(e))}f.push(n)}return ye(f)}return me.prototype=r.filters=r.pseudos,r.setFilters=new me,o=ie.tokenize=function(e,t){var n,i,a,o,s,u,l,c=b[e+" "];if(c)return t?0:c.slice(0);for(s=e,u=[],l=r.preFilter;s;){for(o in n&&!(i=U.exec(s))||(i&&(s=s.slice(i[0].length)||s),u.push(a=[])),n=!1,(i=$.exec(s))&&(n=i.shift(),a.push({value:n,type:i[0].replace(z," ")}),s=s.slice(n.length)),r.filter)!(i=G[o].exec(s))||l[o]&&!(i=l[o](i))||(n=i.shift(),a.push({value:n,type:o,matches:i}),s=s.slice(n.length));if(!n)break}return t?s.length:s?ie.error(e):b(e,u).slice(0)},s=ie.compile=function(e,t){var n,i=[],a=[],s=T[e+" "];if(!s){for(t||(t=o(e)),n=t.length;n--;)(s=Me(t[n]))[M]?i.push(s):a.push(s);(s=T(e,function(e,t){var n=t.length>0,i=e.length>0,a=function(a,o,s,u,c){var d,f,m,_=0,p="0",y=a&&[],g=[],v=l,M=a||i&&r.find.TAG("*",c),L=Y+=null==v?1:Math.random()||.1,k=M.length;for(c&&(l=o!==h&&o);p!==k&&null!=(d=M[p]);p++){if(i&&d){for(f=0;m=e[f++];)if(m(d,o,s)){u.push(d);break}c&&(Y=L)}n&&((d=!m&&d)&&_--,a&&y.push(d))}if(_+=p,n&&p!==_){for(f=0;m=t[f++];)m(y,g,o,s);if(a){if(_>0)for(;p--;)y[p]||g[p]||(g[p]=E.call(u));g=ge(g)}O.apply(u,g),c&&!a&&g.length>0&&_+t.length>1&&ie.uniqueSort(u)}return c&&(Y=L,l=v),y};return n?oe(a):a}(a,i))).selector=e}return s},u=ie.select=function(e,t,i,a){var u,l,c,d,f,h="function"==typeof e&&e,m=!a&&o(e=h.selector||e);if(i=i||[],1===m.length){if((l=m[0]=m[0].slice(0)).length>2&&"ID"===(c=l[0]).type&&n.getById&&9===t.nodeType&&_&&r.relative[l[1].type]){if(!(t=(r.find.ID(c.matches[0].replace(te,ne),t)||[])[0]))return i;h&&(t=t.parentNode),e=e.slice(l.shift().value.length)}for(u=G.needsContext.test(e)?0:l.length;u--&&(c=l[u],!r.relative[d=c.type]);)if((f=r.find[d])&&(a=f(c.matches[0].replace(te,ne),Q.test(l[0].type)&&he(t.parentNode)||t))){if(l.splice(u,1),!(e=a.length&&_e(l)))return O.apply(i,a),i;break}}return(h||s(e,m))(a,t,!_,i,Q.test(e)&&he(t.parentNode)||t),i},n.sortStable=M.split("").sort(x).join("")===M,n.detectDuplicates=!!d,f(),n.sortDetached=se((function(e){return 1&e.compareDocumentPosition(h.createElement("div"))})),se((function(e){return e.innerHTML="<a href='#'></a>","#"===e.firstChild.getAttribute("href")}))||ue("type|href|height|width",(function(e,t,n){if(!n)return e.getAttribute(t,"type"===t.toLowerCase()?1:2)})),n.attributes&&se((function(e){return e.innerHTML="<input/>",e.firstChild.setAttribute("value",""),""===e.firstChild.getAttribute("value")}))||ue("value",(function(e,t,n){if(!n&&"input"===e.nodeName.toLowerCase())return e.defaultValue})),se((function(e){return null==e.getAttribute("disabled")}))||ue(A,(function(e,t,n){var r;if(!n)return!0===e[t]?t.toLowerCase():(r=e.getAttributeNode(t))&&r.specified?r.value:null})),ie}(n);_.find=L,_.expr=L.selectors,_.expr[":"]=_.expr.pseudos,_.unique=L.uniqueSort,_.text=L.getText,_.isXMLDoc=L.isXML,_.contains=L.contains;var Y=_.expr.match.needsContext,k=/^<(\w+)\s*\/?>(?:<\/\1>|)$/,w=/^.[^:#\[\.,]*$/;function b(e,t,n){if(_.isFunction(t))return _.grep(e,(function(e,r){return!!t.call(e,r,e)!==n}));if(t.nodeType)return _.grep(e,(function(e){return e===t!==n}));if("string"==typeof t){if(w.test(t))return _.filter(t,e,n);t=_.filter(t,e)}return _.grep(e,(function(e){return l.call(t,e)>=0!==n}))}_.filter=function(e,t,n){var r=t[0];return n&&(e=":not("+e+")"),1===t.length&&1===r.nodeType?_.find.matchesSelector(r,e)?[r]:[]:_.find.matches(e,_.grep(t,(function(e){return 1===e.nodeType})))},_.fn.extend({find:function(e){var t,n=this.length,r=[],i=this;if("string"!=typeof e)return this.pushStack(_(e).filter((function(){for(t=0;t<n;t++)if(_.contains(i[t],this))return!0})));for(t=0;t<n;t++)_.find(e,i[t],r);return(r=this.pushStack(n>1?_.unique(r):r)).selector=this.selector?this.selector+" "+e:e,r},filter:function(e){return this.pushStack(b(this,e||[],!1))},not:function(e){return this.pushStack(b(this,e||[],!0))},is:function(e){return!!b(this,"string"==typeof e&&Y.test(e)?_(e):e||[],!1).length}});var T,x=/^(?:\s*(<[\w\W]+>)[^>]*|#([\w-]*))$/;(_.fn.init=function(e,t){var n,r;if(!e)return this;if("string"==typeof e){if(!(n="<"===e[0]&&">"===e[e.length-1]&&e.length>=3?[null,e,null]:x.exec(e))||!n[1]&&t)return!t||t.jquery?(t||T).find(e):this.constructor(t).find(e);if(n[1]){if(t=t instanceof _?t[0]:t,_.merge(this,_.parseHTML(n[1],t&&t.nodeType?t.ownerDocument||t:m,!0)),k.test(n[1])&&_.isPlainObject(t))for(n in t)_.isFunction(this[n])?this[n](t[n]):this.attr(n,t[n]);return this}return(r=m.getElementById(n[2]))&&r.parentNode&&(this.length=1,this[0]=r),this.context=m,this.selector=e,this}return e.nodeType?(this.context=this[0]=e,this.length=1,this):_.isFunction(e)?void 0!==T.ready?T.ready(e):e(_):(void 0!==e.selector&&(this.selector=e.selector,this.context=e.context),_.makeArray(e,this))}).prototype=_.fn,T=_(m);var D=/^(?:parents|prev(?:Until|All))/,S={children:!0,contents:!0,next:!0,prev:!0};function E(e,t){for(;(e=e[t])&&1!==e.nodeType;);return e}_.extend({dir:function(e,t,n){for(var r=[],i=void 0!==n;(e=e[t])&&9!==e.nodeType;)if(1===e.nodeType){if(i&&_(e).is(n))break;r.push(e)}return r},sibling:function(e,t){for(var n=[];e;e=e.nextSibling)1===e.nodeType&&e!==t&&n.push(e);return n}}),_.fn.extend({has:function(e){var t=_(e,this),n=t.length;return this.filter((function(){for(var e=0;e<n;e++)if(_.contains(this,t[e]))return!0}))},closest:function(e,t){for(var n,r=0,i=this.length,a=[],o=Y.test(e)||"string"!=typeof e?_(e,t||this.context):0;r<i;r++)for(n=this[r];n&&n!==t;n=n.parentNode)if(n.nodeType<11&&(o?o.index(n)>-1:1===n.nodeType&&_.find.matchesSelector(n,e))){a.push(n);break}return this.pushStack(a.length>1?_.unique(a):a)},index:function(e){return e?"string"==typeof e?l.call(_(e),this[0]):l.call(this,e.jquery?e[0]:e):this[0]&&this[0].parentNode?this.first().prevAll().length:-1},add:function(e,t){return this.pushStack(_.unique(_.merge(this.get(),_(e,t))))},addBack:function(e){return this.add(null==e?this.prevObject:this.prevObject.filter(e))}}),_.each({parent:function(e){var t=e.parentNode;return t&&11!==t.nodeType?t:null},parents:function(e){return _.dir(e,"parentNode")},parentsUntil:function(e,t,n){return _.dir(e,"parentNode",n)},next:function(e){return E(e,"nextSibling")},prev:function(e){return E(e,"previousSibling")},nextAll:function(e){return _.dir(e,"nextSibling")},prevAll:function(e){return _.dir(e,"previousSibling")},nextUntil:function(e,t,n){return _.dir(e,"nextSibling",n)},prevUntil:function(e,t,n){return _.dir(e,"previousSibling",n)},siblings:function(e){return _.sibling((e.parentNode||{}).firstChild,e)},children:function(e){return _.sibling(e.firstChild)},contents:function(e){return e.contentDocument||_.merge([],e.childNodes)}},(function(e,t){_.fn[e]=function(n,r){var i=_.map(this,t,n);return"Until"!==e.slice(-5)&&(r=n),r&&"string"==typeof r&&(i=_.filter(r,i)),this.length>1&&(S[e]||_.unique(i),D.test(e)&&i.reverse()),this.pushStack(i)}}));var j,O=/\S+/g,H={};function P(){m.removeEventListener("DOMContentLoaded",P,!1),n.removeEventListener("load",P,!1),_.ready()}_.Callbacks=function(e){e="string"==typeof e?H[e]||function(e){var t=H[e]={};return _.each(e.match(O)||[],(function(e,n){t[n]=!0})),t}(e):_.extend({},e);var t,n,r,i,a,o,s=[],u=!e.once&&[],l=function(d){for(t=e.memory&&d,n=!0,o=i||0,i=0,a=s.length,r=!0;s&&o<a;o++)if(!1===s[o].apply(d[0],d[1])&&e.stopOnFalse){t=!1;break}r=!1,s&&(u?u.length&&l(u.shift()):t?s=[]:c.disable())},c={add:function(){if(s){var n=s.length;!function t(n){_.each(n,(function(n,r){var i=_.type(r);"function"===i?e.unique&&c.has(r)||s.push(r):r&&r.length&&"string"!==i&&t(r)}))}(arguments),r?a=s.length:t&&(i=n,l(t))}return this},remove:function(){return s&&_.each(arguments,(function(e,t){for(var n;(n=_.inArray(t,s,n))>-1;)s.splice(n,1),r&&(n<=a&&a--,n<=o&&o--)})),this},has:function(e){return e?_.inArray(e,s)>-1:!(!s||!s.length)},empty:function(){return s=[],a=0,this},disable:function(){return s=u=t=void 0,this},disabled:function(){return!s},lock:function(){return u=void 0,t||c.disable(),this},locked:function(){return!u},fireWith:function(e,t){return!s||n&&!u||(t=[e,(t=t||[]).slice?t.slice():t],r?u.push(t):l(t)),this},fire:function(){return c.fireWith(this,arguments),this},fired:function(){return!!n}};return c},_.extend({Deferred:function(e){var t=[["resolve","done",_.Callbacks("once memory"),"resolved"],["reject","fail",_.Callbacks("once memory"),"rejected"],["notify","progress",_.Callbacks("memory")]],n="pending",r={state:function(){return n},always:function(){return i.done(arguments).fail(arguments),this},then:function(){var e=arguments;return _.Deferred((function(n){_.each(t,(function(t,a){var o=_.isFunction(e[t])&&e[t];i[a[1]]((function(){var e=o&&o.apply(this,arguments);e&&_.isFunction(e.promise)?e.promise().done(n.resolve).fail(n.reject).progress(n.notify):n[a[0]+"With"](this===r?n.promise():this,o?[e]:arguments)}))})),e=null})).promise()},promise:function(e){return null!=e?_.extend(e,r):r}},i={};return r.pipe=r.then,_.each(t,(function(e,a){var o=a[2],s=a[3];r[a[1]]=o.add,s&&o.add((function(){n=s}),t[1^e][2].disable,t[2][2].lock),i[a[0]]=function(){return i[a[0]+"With"](this===i?r:this,arguments),this},i[a[0]+"With"]=o.fireWith})),r.promise(i),e&&e.call(i,i),i},when:function(e){var t,n,r,i=0,a=o.call(arguments),s=a.length,u=1!==s||e&&_.isFunction(e.promise)?s:0,l=1===u?e:_.Deferred(),c=function(e,n,r){return function(i){n[e]=this,r[e]=arguments.length>1?o.call(arguments):i,r===t?l.notifyWith(n,r):--u||l.resolveWith(n,r)}};if(s>1)for(t=new Array(s),n=new Array(s),r=new Array(s);i<s;i++)a[i]&&_.isFunction(a[i].promise)?a[i].promise().done(c(i,r,a)).fail(l.reject).progress(c(i,n,t)):--u;return u||l.resolveWith(r,a),l.promise()}}),_.fn.ready=function(e){return _.ready.promise().done(e),this},_.extend({isReady:!1,readyWait:1,holdReady:function(e){e?_.readyWait++:_.ready(!0)},ready:function(e){(!0===e?--_.readyWait:_.isReady)||(_.isReady=!0,!0!==e&&--_.readyWait>0||(j.resolveWith(m,[_]),_.fn.triggerHandler&&(_(m).triggerHandler("ready"),_(m).off("ready"))))}}),_.ready.promise=function(e){return j||(j=_.Deferred(),"complete"===m.readyState?setTimeout(_.ready):(m.addEventListener("DOMContentLoaded",P,!1),n.addEventListener("load",P,!1))),j.promise(e)},_.ready.promise();var A=_.access=function(e,t,n,r,i,a,o){var s=0,u=e.length,l=null==n;if("object"===_.type(n))for(s in i=!0,n)_.access(e,t,s,n[s],!0,a,o);else if(void 0!==r&&(i=!0,_.isFunction(r)||(o=!0),l&&(o?(t.call(e,r),t=null):(l=t,t=function(e,t,n){return l.call(_(e),n)})),t))for(;s<u;s++)t(e[s],n,o?r:r.call(e[s],s,t(e[s],n)));return i?e:l?t.call(e):u?t(e[0],n):a};function C(){Object.defineProperty(this.cache={},0,{get:function(){return{}}}),this.expando=_.expando+C.uid++}_.acceptData=function(e){return 1===e.nodeType||9===e.nodeType||!+e.nodeType},C.uid=1,C.accepts=_.acceptData,C.prototype={key:function(e){if(!C.accepts(e))return 0;var t={},n=e[this.expando];if(!n){n=C.uid++;try{t[this.expando]={value:n},Object.defineProperties(e,t)}catch(r){t[this.expando]=n,_.extend(e,t)}}return this.cache[n]||(this.cache[n]={}),n},set:function(e,t,n){var r,i=this.key(e),a=this.cache[i];if("string"==typeof t)a[t]=n;else if(_.isEmptyObject(a))_.extend(this.cache[i],t);else for(r in t)a[r]=t[r];return a},get:function(e,t){var n=this.cache[this.key(e)];return void 0===t?n:n[t]},access:function(e,t,n){var r;return void 0===t||t&&"string"==typeof t&&void 0===n?void 0!==(r=this.get(e,t))?r:this.get(e,_.camelCase(t)):(this.set(e,t,n),void 0!==n?n:t)},remove:function(e,t){var n,r,i,a=this.key(e),o=this.cache[a];if(void 0===t)this.cache[a]={};else{_.isArray(t)?r=t.concat(t.map(_.camelCase)):(i=_.camelCase(t),r=t in o?[t,i]:(r=i)in o?[r]:r.match(O)||[]),n=r.length;for(;n--;)delete o[r[n]]}},hasData:function(e){return!_.isEmptyObject(this.cache[e[this.expando]]||{})},discard:function(e){e[this.expando]&&delete this.cache[e[this.expando]]}};var N=new C,R=new C,I=/^(?:\{[\w\W]*\}|\[[\w\W]*\])$/,F=/([A-Z])/g;function W(e,t,n){var r;if(void 0===n&&1===e.nodeType)if(r="data-"+t.replace(F,"-$1").toLowerCase(),"string"==typeof(n=e.getAttribute(r))){try{n="true"===n||"false"!==n&&("null"===n?null:+n+""===n?+n:I.test(n)?_.parseJSON(n):n)}catch(e){}R.set(e,t,n)}else n=void 0;return n}_.extend({hasData:function(e){return R.hasData(e)||N.hasData(e)},data:function(e,t,n){return R.access(e,t,n)},removeData:function(e,t){R.remove(e,t)},_data:function(e,t,n){return N.access(e,t,n)},_removeData:function(e,t){N.remove(e,t)}}),_.fn.extend({data:function(e,t){var n,r,i,a=this[0],o=a&&a.attributes;if(void 0===e){if(this.length&&(i=R.get(a),1===a.nodeType&&!N.get(a,"hasDataAttrs"))){for(n=o.length;n--;)o[n]&&0===(r=o[n].name).indexOf("data-")&&(r=_.camelCase(r.slice(5)),W(a,r,i[r]));N.set(a,"hasDataAttrs",!0)}return i}return"object"==typeof e?this.each((function(){R.set(this,e)})):A(this,(function(t){var n,r=_.camelCase(e);if(a&&void 0===t)return void 0!==(n=R.get(a,e))||void 0!==(n=R.get(a,r))||void 0!==(n=W(a,r,void 0))?n:void 0;this.each((function(){var n=R.get(this,r);R.set(this,r,t),-1!==e.indexOf("-")&&void 0!==n&&R.set(this,e,t)}))}),null,t,arguments.length>1,null,!0)},removeData:function(e){return this.each((function(){R.remove(this,e)}))}}),_.extend({queue:function(e,t,n){var r;if(e)return t=(t||"fx")+"queue",r=N.get(e,t),n&&(!r||_.isArray(n)?r=N.access(e,t,_.makeArray(n)):r.push(n)),r||[]},dequeue:function(e,t){t=t||"fx";var n=_.queue(e,t),r=n.length,i=n.shift(),a=_._queueHooks(e,t);"inprogress"===i&&(i=n.shift(),r--),i&&("fx"===t&&n.unshift("inprogress"),delete a.stop,i.call(e,(function(){_.dequeue(e,t)}),a)),!r&&a&&a.empty.fire()},_queueHooks:function(e,t){var n=t+"queueHooks";return N.get(e,n)||N.access(e,n,{empty:_.Callbacks("once memory").add((function(){N.remove(e,[t+"queue",n])}))})}}),_.fn.extend({queue:function(e,t){var n=2;return"string"!=typeof e&&(t=e,e="fx",n--),arguments.length<n?_.queue(this[0],e):void 0===t?this:this.each((function(){var n=_.queue(this,e,t);_._queueHooks(this,e),"fx"===e&&"inprogress"!==n[0]&&_.dequeue(this,e)}))},dequeue:function(e){return this.each((function(){_.dequeue(this,e)}))},clearQueue:function(e){return this.queue(e||"fx",[])},promise:function(e,t){var n,r=1,i=_.Deferred(),a=this,o=this.length,s=function(){--r||i.resolveWith(a,[a])};for("string"!=typeof e&&(t=e,e=void 0),e=e||"fx";o--;)(n=N.get(a[o],e+"queueHooks"))&&n.empty&&(r++,n.empty.add(s));return s(),i.promise(t)}});var z,U,$=/[+-]?(?:\d*\.|)\d+(?:[eE][+-]?\d+|)/.source,q=["Top","Right","Bottom","Left"],B=function(e,t){return e=t||e,"none"===_.css(e,"display")||!_.contains(e.ownerDocument,e)},J=/^(?:checkbox|radio)$/i;z=m.createDocumentFragment().appendChild(m.createElement("div")),(U=m.createElement("input")).setAttribute("type","radio"),U.setAttribute("checked","checked"),U.setAttribute("name","t"),z.appendChild(U),h.checkClone=z.cloneNode(!0).cloneNode(!0).lastChild.checked,z.innerHTML="<textarea>x</textarea>",h.noCloneChecked=!!z.cloneNode(!0).lastChild.defaultValue,h.focusinBubbles="onfocusin"in n;var G=/^key/,V=/^(?:mouse|pointer|contextmenu)|click/,K=/^(?:focusinfocus|focusoutblur)$/,X=/^([^.]*)(?:\.(.+)|)$/;function Z(){return!0}function Q(){return!1}function ee(){try{return m.activeElement}catch(e){}}_.event={global:{},add:function(e,t,n,r,i){var a,o,s,u,l,c,d,f,h,m,p,y=N.get(e);if(y)for(n.handler&&(n=(a=n).handler,i=a.selector),n.guid||(n.guid=_.guid++),(u=y.events)||(u=y.events={}),(o=y.handle)||(o=y.handle=function(t){return void 0!==_&&_.event.triggered!==t.type?_.event.dispatch.apply(e,arguments):void 0}),l=(t=(t||"").match(O)||[""]).length;l--;)h=p=(s=X.exec(t[l])||[])[1],m=(s[2]||"").split(".").sort(),h&&(d=_.event.special[h]||{},h=(i?d.delegateType:d.bindType)||h,d=_.event.special[h]||{},c=_.extend({type:h,origType:p,data:r,handler:n,guid:n.guid,selector:i,needsContext:i&&_.expr.match.needsContext.test(i),namespace:m.join(".")},a),(f=u[h])||((f=u[h]=[]).delegateCount=0,d.setup&&!1!==d.setup.call(e,r,m,o)||e.addEventListener&&e.addEventListener(h,o,!1)),d.add&&(d.add.call(e,c),c.handler.guid||(c.handler.guid=n.guid)),i?f.splice(f.delegateCount++,0,c):f.push(c),_.event.global[h]=!0)},remove:function(e,t,n,r,i){var a,o,s,u,l,c,d,f,h,m,p,y=N.hasData(e)&&N.get(e);if(y&&(u=y.events)){for(l=(t=(t||"").match(O)||[""]).length;l--;)if(h=p=(s=X.exec(t[l])||[])[1],m=(s[2]||"").split(".").sort(),h){for(d=_.event.special[h]||{},f=u[h=(r?d.delegateType:d.bindType)||h]||[],s=s[2]&&new RegExp("(^|\\.)"+m.join("\\.(?:.*\\.|)")+"(\\.|$)"),o=a=f.length;a--;)c=f[a],!i&&p!==c.origType||n&&n.guid!==c.guid||s&&!s.test(c.namespace)||r&&r!==c.selector&&("**"!==r||!c.selector)||(f.splice(a,1),c.selector&&f.delegateCount--,d.remove&&d.remove.call(e,c));o&&!f.length&&(d.teardown&&!1!==d.teardown.call(e,m,y.handle)||_.removeEvent(e,h,y.handle),delete u[h])}else for(h in u)_.event.remove(e,h+t[l],n,r,!0);_.isEmptyObject(u)&&(delete y.handle,N.remove(e,"events"))}},trigger:function(e,t,r,i){var a,o,s,u,l,c,d,h=[r||m],p=f.call(e,"type")?e.type:e,y=f.call(e,"namespace")?e.namespace.split("."):[];if(o=s=r=r||m,3!==r.nodeType&&8!==r.nodeType&&!K.test(p+_.event.triggered)&&(p.indexOf(".")>=0&&(y=p.split("."),p=y.shift(),y.sort()),l=p.indexOf(":")<0&&"on"+p,(e=e[_.expando]?e:new _.Event(p,"object"==typeof e&&e)).isTrigger=i?2:3,e.namespace=y.join("."),e.namespace_re=e.namespace?new RegExp("(^|\\.)"+y.join("\\.(?:.*\\.|)")+"(\\.|$)"):null,e.result=void 0,e.target||(e.target=r),t=null==t?[e]:_.makeArray(t,[e]),d=_.event.special[p]||{},i||!d.trigger||!1!==d.trigger.apply(r,t))){if(!i&&!d.noBubble&&!_.isWindow(r)){for(u=d.delegateType||p,K.test(u+p)||(o=o.parentNode);o;o=o.parentNode)h.push(o),s=o;s===(r.ownerDocument||m)&&h.push(s.defaultView||s.parentWindow||n)}for(a=0;(o=h[a++])&&!e.isPropagationStopped();)e.type=a>1?u:d.bindType||p,(c=(N.get(o,"events")||{})[e.type]&&N.get(o,"handle"))&&c.apply(o,t),(c=l&&o[l])&&c.apply&&_.acceptData(o)&&(e.result=c.apply(o,t),!1===e.result&&e.preventDefault());return e.type=p,i||e.isDefaultPrevented()||d._default&&!1!==d._default.apply(h.pop(),t)||!_.acceptData(r)||l&&_.isFunction(r[p])&&!_.isWindow(r)&&((s=r[l])&&(r[l]=null),_.event.triggered=p,r[p](),_.event.triggered=void 0,s&&(r[l]=s)),e.result}},dispatch:function(e){e=_.event.fix(e);var t,n,r,i,a,s=[],u=o.call(arguments),l=(N.get(this,"events")||{})[e.type]||[],c=_.event.special[e.type]||{};if(u[0]=e,e.delegateTarget=this,!c.preDispatch||!1!==c.preDispatch.call(this,e)){for(s=_.event.handlers.call(this,e,l),t=0;(i=s[t++])&&!e.isPropagationStopped();)for(e.currentTarget=i.elem,n=0;(a=i.handlers[n++])&&!e.isImmediatePropagationStopped();)e.namespace_re&&!e.namespace_re.test(a.namespace)||(e.handleObj=a,e.data=a.data,void 0!==(r=((_.event.special[a.origType]||{}).handle||a.handler).apply(i.elem,u))&&!1===(e.result=r)&&(e.preventDefault(),e.stopPropagation()));return c.postDispatch&&c.postDispatch.call(this,e),e.result}},handlers:function(e,t){var n,r,i,a,o=[],s=t.delegateCount,u=e.target;if(s&&u.nodeType&&(!e.button||"click"!==e.type))for(;u!==this;u=u.parentNode||this)if(!0!==u.disabled||"click"!==e.type){for(r=[],n=0;n<s;n++)void 0===r[i=(a=t[n]).selector+" "]&&(r[i]=a.needsContext?_(i,this).index(u)>=0:_.find(i,this,null,[u]).length),r[i]&&r.push(a);r.length&&o.push({elem:u,handlers:r})}return s<t.length&&o.push({elem:this,handlers:t.slice(s)}),o},props:"altKey bubbles cancelable ctrlKey currentTarget eventPhase metaKey relatedTarget shiftKey target timeStamp view which".split(" "),fixHooks:{},keyHooks:{props:"char charCode key keyCode".split(" "),filter:function(e,t){return null==e.which&&(e.which=null!=t.charCode?t.charCode:t.keyCode),e}},mouseHooks:{props:"button buttons clientX clientY offsetX offsetY pageX pageY screenX screenY toElement".split(" "),filter:function(e,t){var n,r,i,a=t.button;return null==e.pageX&&null!=t.clientX&&(r=(n=e.target.ownerDocument||m).documentElement,i=n.body,e.pageX=t.clientX+(r&&r.scrollLeft||i&&i.scrollLeft||0)-(r&&r.clientLeft||i&&i.clientLeft||0),e.pageY=t.clientY+(r&&r.scrollTop||i&&i.scrollTop||0)-(r&&r.clientTop||i&&i.clientTop||0)),e.which||void 0===a||(e.which=1&a?1:2&a?3:4&a?2:0),e}},fix:function(e){if(e[_.expando])return e;var t,n,r,i=e.type,a=e,o=this.fixHooks[i];for(o||(this.fixHooks[i]=o=V.test(i)?this.mouseHooks:G.test(i)?this.keyHooks:{}),r=o.props?this.props.concat(o.props):this.props,e=new _.Event(a),t=r.length;t--;)e[n=r[t]]=a[n];return e.target||(e.target=m),3===e.target.nodeType&&(e.target=e.target.parentNode),o.filter?o.filter(e,a):e},special:{load:{noBubble:!0},focus:{trigger:function(){if(this!==ee()&&this.focus)return this.focus(),!1},delegateType:"focusin"},blur:{trigger:function(){if(this===ee()&&this.blur)return this.blur(),!1},delegateType:"focusout"},click:{trigger:function(){if("checkbox"===this.type&&this.click&&_.nodeName(this,"input"))return this.click(),!1},_default:function(e){return _.nodeName(e.target,"a")}},beforeunload:{postDispatch:function(e){void 0!==e.result&&e.originalEvent&&(e.originalEvent.returnValue=e.result)}}},simulate:function(e,t,n,r){var i=_.extend(new _.Event,n,{type:e,isSimulated:!0,originalEvent:{}});r?_.event.trigger(i,null,t):_.event.dispatch.call(t,i),i.isDefaultPrevented()&&n.preventDefault()}},_.removeEvent=function(e,t,n){e.removeEventListener&&e.removeEventListener(t,n,!1)},_.Event=function(e,t){if(!(this instanceof _.Event))return new _.Event(e,t);e&&e.type?(this.originalEvent=e,this.type=e.type,this.isDefaultPrevented=e.defaultPrevented||void 0===e.defaultPrevented&&!1===e.returnValue?Z:Q):this.type=e,t&&_.extend(this,t),this.timeStamp=e&&e.timeStamp||_.now(),this[_.expando]=!0},_.Event.prototype={isDefaultPrevented:Q,isPropagationStopped:Q,isImmediatePropagationStopped:Q,preventDefault:function(){var e=this.originalEvent;this.isDefaultPrevented=Z,e&&e.preventDefault&&e.preventDefault()},stopPropagation:function(){var e=this.originalEvent;this.isPropagationStopped=Z,e&&e.stopPropagation&&e.stopPropagation()},stopImmediatePropagation:function(){var e=this.originalEvent;this.isImmediatePropagationStopped=Z,e&&e.stopImmediatePropagation&&e.stopImmediatePropagation(),this.stopPropagation()}},_.each({mouseenter:"mouseover",mouseleave:"mouseout",pointerenter:"pointerover",pointerleave:"pointerout"},(function(e,t){_.event.special[e]={delegateType:t,bindType:t,handle:function(e){var n,r=this,i=e.relatedTarget,a=e.handleObj;return i&&(i===r||_.contains(r,i))||(e.type=a.origType,n=a.handler.apply(this,arguments),e.type=t),n}}})),h.focusinBubbles||_.each({focus:"focusin",blur:"focusout"},(function(e,t){var n=function(e){_.event.simulate(t,e.target,_.event.fix(e),!0)};_.event.special[t]={setup:function(){var r=this.ownerDocument||this,i=N.access(r,t);i||r.addEventListener(e,n,!0),N.access(r,t,(i||0)+1)},teardown:function(){var r=this.ownerDocument||this,i=N.access(r,t)-1;i?N.access(r,t,i):(r.removeEventListener(e,n,!0),N.remove(r,t))}}})),_.fn.extend({on:function(e,t,n,r,i){var a,o;if("object"==typeof e){for(o in"string"!=typeof t&&(n=n||t,t=void 0),e)this.on(o,t,n,e[o],i);return this}if(null==n&&null==r?(r=t,n=t=void 0):null==r&&("string"==typeof t?(r=n,n=void 0):(r=n,n=t,t=void 0)),!1===r)r=Q;else if(!r)return this;return 1===i&&(a=r,(r=function(e){return _().off(e),a.apply(this,arguments)}).guid=a.guid||(a.guid=_.guid++)),this.each((function(){_.event.add(this,e,r,n,t)}))},one:function(e,t,n,r){return this.on(e,t,n,r,1)},off:function(e,t,n){var r,i;if(e&&e.preventDefault&&e.handleObj)return r=e.handleObj,_(e.delegateTarget).off(r.namespace?r.origType+"."+r.namespace:r.origType,r.selector,r.handler),this;if("object"==typeof e){for(i in e)this.off(i,t,e[i]);return this}return!1!==t&&"function"!=typeof t||(n=t,t=void 0),!1===n&&(n=Q),this.each((function(){_.event.remove(this,e,n,t)}))},trigger:function(e,t){return this.each((function(){_.event.trigger(e,t,this)}))},triggerHandler:function(e,t){var n=this[0];if(n)return _.event.trigger(e,t,n,!0)}});var te=/<(?!area|br|col|embed|hr|img|input|link|meta|param)(([\w:]+)[^>]*)\/>/gi,ne=/<([\w:]+)/,re=/<|&#?\w+;/,ie=/<(?:script|style|link)/i,ae=/checked\s*(?:[^=]|=\s*.checked.)/i,oe=/^$|\/(?:java|ecma)script/i,se=/^true\/(.*)/,ue=/^\s*<!(?:\[CDATA\[|--)|(?:\]\]|--)>\s*$/g,le={option:[1,"<select multiple='multiple'>","</select>"],thead:[1,"<table>","</table>"],col:[2,"<table><colgroup>","</colgroup></table>"],tr:[2,"<table><tbody>","</tbody></table>"],td:[3,"<table><tbody><tr>","</tr></tbody></table>"],_default:[0,"",""]};function ce(e,t){return _.nodeName(e,"table")&&_.nodeName(11!==t.nodeType?t:t.firstChild,"tr")?e.getElementsByTagName("tbody")[0]||e.appendChild(e.ownerDocument.createElement("tbody")):e}function de(e){return e.type=(null!==e.getAttribute("type"))+"/"+e.type,e}function fe(e){var t=se.exec(e.type);return t?e.type=t[1]:e.removeAttribute("type"),e}function he(e,t){for(var n=0,r=e.length;n<r;n++)N.set(e[n],"globalEval",!t||N.get(t[n],"globalEval"))}function me(e,t){var n,r,i,a,o,s,u,l;if(1===t.nodeType){if(N.hasData(e)&&(a=N.access(e),o=N.set(t,a),l=a.events))for(i in delete o.handle,o.events={},l)for(n=0,r=l[i].length;n<r;n++)_.event.add(t,i,l[i][n]);R.hasData(e)&&(s=R.access(e),u=_.extend({},s),R.set(t,u))}}function _e(e,t){var n=e.getElementsByTagName?e.getElementsByTagName(t||"*"):e.querySelectorAll?e.querySelectorAll(t||"*"):[];return void 0===t||t&&_.nodeName(e,t)?_.merge([e],n):n}le.optgroup=le.option,le.tbody=le.tfoot=le.colgroup=le.caption=le.thead,le.th=le.td,_.extend({clone:function(e,t,n){var r,i,a,o,s,u,l,c=e.cloneNode(!0),d=_.contains(e.ownerDocument,e);if(!(h.noCloneChecked||1!==e.nodeType&&11!==e.nodeType||_.isXMLDoc(e)))for(o=_e(c),r=0,i=(a=_e(e)).length;r<i;r++)s=a[r],u=o[r],l=void 0,"input"===(l=u.nodeName.toLowerCase())&&J.test(s.type)?u.checked=s.checked:"input"!==l&&"textarea"!==l||(u.defaultValue=s.defaultValue);if(t)if(n)for(a=a||_e(e),o=o||_e(c),r=0,i=a.length;r<i;r++)me(a[r],o[r]);else me(e,c);return(o=_e(c,"script")).length>0&&he(o,!d&&_e(e,"script")),c},buildFragment:function(e,t,n,r){for(var i,a,o,s,u,l,c=t.createDocumentFragment(),d=[],f=0,h=e.length;f<h;f++)if((i=e[f])||0===i)if("object"===_.type(i))_.merge(d,i.nodeType?[i]:i);else if(re.test(i)){for(a=a||c.appendChild(t.createElement("div")),o=(ne.exec(i)||["",""])[1].toLowerCase(),s=le[o]||le._default,a.innerHTML=s[1]+i.replace(te,"<$1></$2>")+s[2],l=s[0];l--;)a=a.lastChild;_.merge(d,a.childNodes),(a=c.firstChild).textContent=""}else d.push(t.createTextNode(i));for(c.textContent="",f=0;i=d[f++];)if((!r||-1===_.inArray(i,r))&&(u=_.contains(i.ownerDocument,i),a=_e(c.appendChild(i),"script"),u&&he(a),n))for(l=0;i=a[l++];)oe.test(i.type||"")&&n.push(i);return c},cleanData:function(e){for(var t,n,r,i,a=_.event.special,o=0;void 0!==(n=e[o]);o++){if(_.acceptData(n)&&(i=n[N.expando])&&(t=N.cache[i])){if(t.events)for(r in t.events)a[r]?_.event.remove(n,r):_.removeEvent(n,r,t.handle);N.cache[i]&&delete N.cache[i]}delete R.cache[n[R.expando]]}}}),_.fn.extend({text:function(e){return A(this,(function(e){return void 0===e?_.text(this):this.empty().each((function(){1!==this.nodeType&&11!==this.nodeType&&9!==this.nodeType||(this.textContent=e)}))}),null,e,arguments.length)},append:function(){return this.domManip(arguments,(function(e){1!==this.nodeType&&11!==this.nodeType&&9!==this.nodeType||ce(this,e).appendChild(e)}))},prepend:function(){return this.domManip(arguments,(function(e){if(1===this.nodeType||11===this.nodeType||9===this.nodeType){var t=ce(this,e);t.insertBefore(e,t.firstChild)}}))},before:function(){return this.domManip(arguments,(function(e){this.parentNode&&this.parentNode.insertBefore(e,this)}))},after:function(){return this.domManip(arguments,(function(e){this.parentNode&&this.parentNode.insertBefore(e,this.nextSibling)}))},remove:function(e,t){for(var n,r=e?_.filter(e,this):this,i=0;null!=(n=r[i]);i++)t||1!==n.nodeType||_.cleanData(_e(n)),n.parentNode&&(t&&_.contains(n.ownerDocument,n)&&he(_e(n,"script")),n.parentNode.removeChild(n));return this},empty:function(){for(var e,t=0;null!=(e=this[t]);t++)1===e.nodeType&&(_.cleanData(_e(e,!1)),e.textContent="");return this},clone:function(e,t){return e=null!=e&&e,t=null==t?e:t,this.map((function(){return _.clone(this,e,t)}))},html:function(e){return A(this,(function(e){var t=this[0]||{},n=0,r=this.length;if(void 0===e&&1===t.nodeType)return t.innerHTML;if("string"==typeof e&&!ie.test(e)&&!le[(ne.exec(e)||["",""])[1].toLowerCase()]){e=e.replace(te,"<$1></$2>");try{for(;n<r;n++)1===(t=this[n]||{}).nodeType&&(_.cleanData(_e(t,!1)),t.innerHTML=e);t=0}catch(e){}}t&&this.empty().append(e)}),null,e,arguments.length)},replaceWith:function(){var e=arguments[0];return this.domManip(arguments,(function(t){e=this.parentNode,_.cleanData(_e(this)),e&&e.replaceChild(t,this)})),e&&(e.length||e.nodeType)?this:this.remove()},detach:function(e){return this.remove(e,!0)},domManip:function(e,t){e=s.apply([],e);var n,r,i,a,o,u,l=0,c=this.length,d=this,f=c-1,m=e[0],p=_.isFunction(m);if(p||c>1&&"string"==typeof m&&!h.checkClone&&ae.test(m))return this.each((function(n){var r=d.eq(n);p&&(e[0]=m.call(this,n,r.html())),r.domManip(e,t)}));if(c&&(r=(n=_.buildFragment(e,this[0].ownerDocument,!1,this)).firstChild,1===n.childNodes.length&&(n=r),r)){for(a=(i=_.map(_e(n,"script"),de)).length;l<c;l++)o=n,l!==f&&(o=_.clone(o,!0,!0),a&&_.merge(i,_e(o,"script"))),t.call(this[l],o,l);if(a)for(u=i[i.length-1].ownerDocument,_.map(i,fe),l=0;l<a;l++)o=i[l],oe.test(o.type||"")&&!N.access(o,"globalEval")&&_.contains(u,o)&&(o.src?_._evalUrl&&_._evalUrl(o.src):_.globalEval(o.textContent.replace(ue,"")))}return this}}),_.each({appendTo:"append",prependTo:"prepend",insertBefore:"before",insertAfter:"after",replaceAll:"replaceWith"},(function(e,t){_.fn[e]=function(e){for(var n,r=[],i=_(e),a=i.length-1,o=0;o<=a;o++)n=o===a?this:this.clone(!0),_(i[o])[t](n),u.apply(r,n.get());return this.pushStack(r)}}));var pe,ye={};function ge(e,t){var r,i=_(t.createElement(e)).appendTo(t.body),a=n.getDefaultComputedStyle&&(r=n.getDefaultComputedStyle(i[0]))?r.display:_.css(i[0],"display");return i.detach(),a}function ve(e){var t=m,n=ye[e];return n||("none"!==(n=ge(e,t))&&n||((t=(pe=(pe||_("<iframe frameborder='0' width='0' height='0'/>")).appendTo(t.documentElement))[0].contentDocument).write(),t.close(),n=ge(e,t),pe.detach()),ye[e]=n),n}var Me=/^margin/,Le=new RegExp("^("+$+")(?!px)[a-z%]+$","i"),Ye=function(e){return e.ownerDocument.defaultView.opener?e.ownerDocument.defaultView.getComputedStyle(e,null):n.getComputedStyle(e,null)};function ke(e,t,n){var r,i,a,o,s=e.style;return(n=n||Ye(e))&&(o=n.getPropertyValue(t)||n[t]),n&&(""!==o||_.contains(e.ownerDocument,e)||(o=_.style(e,t)),Le.test(o)&&Me.test(t)&&(r=s.width,i=s.minWidth,a=s.maxWidth,s.minWidth=s.maxWidth=s.width=o,o=n.width,s.width=r,s.minWidth=i,s.maxWidth=a)),void 0!==o?o+"":o}function we(e,t){return{get:function(){if(!e())return(this.get=t).apply(this,arguments);delete this.get}}}!function(){var e,t,r=m.documentElement,i=m.createElement("div"),a=m.createElement("div");function o(){a.style.cssText="-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;display:block;margin-top:1%;top:1%;border:1px;padding:1px;width:4px;position:absolute",a.innerHTML="",r.appendChild(i);var o=n.getComputedStyle(a,null);e="1%"!==o.top,t="4px"===o.width,r.removeChild(i)}a.style&&(a.style.backgroundClip="content-box",a.cloneNode(!0).style.backgroundClip="",h.clearCloneStyle="content-box"===a.style.backgroundClip,i.style.cssText="border:0;width:0;height:0;top:0;left:-9999px;margin-top:1px;position:absolute",i.appendChild(a),n.getComputedStyle&&_.extend(h,{pixelPosition:function(){return o(),e},boxSizingReliable:function(){return null==t&&o(),t},reliableMarginRight:function(){var e,t=a.appendChild(m.createElement("div"));return t.style.cssText=a.style.cssText="-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;display:block;margin:0;border:0;padding:0",t.style.marginRight=t.style.width="0",a.style.width="1px",r.appendChild(i),e=!parseFloat(n.getComputedStyle(t,null).marginRight),r.removeChild(i),a.removeChild(t),e}}))}(),_.swap=function(e,t,n,r){var i,a,o={};for(a in t)o[a]=e.style[a],e.style[a]=t[a];for(a in i=n.apply(e,r||[]),t)e.style[a]=o[a];return i};var be=/^(none|table(?!-c[ea]).+)/,Te=new RegExp("^("+$+")(.*)$","i"),xe=new RegExp("^([+-])=("+$+")","i"),De={position:"absolute",visibility:"hidden",display:"block"},Se={letterSpacing:"0",fontWeight:"400"},Ee=["Webkit","O","Moz","ms"];function je(e,t){if(t in e)return t;for(var n=t[0].toUpperCase()+t.slice(1),r=t,i=Ee.length;i--;)if((t=Ee[i]+n)in e)return t;return r}function Oe(e,t,n){var r=Te.exec(t);return r?Math.max(0,r[1]-(n||0))+(r[2]||"px"):t}function He(e,t,n,r,i){for(var a=n===(r?"border":"content")?4:"width"===t?1:0,o=0;a<4;a+=2)"margin"===n&&(o+=_.css(e,n+q[a],!0,i)),r?("content"===n&&(o-=_.css(e,"padding"+q[a],!0,i)),"margin"!==n&&(o-=_.css(e,"border"+q[a]+"Width",!0,i))):(o+=_.css(e,"padding"+q[a],!0,i),"padding"!==n&&(o+=_.css(e,"border"+q[a]+"Width",!0,i)));return o}function Pe(e,t,n){var r=!0,i="width"===t?e.offsetWidth:e.offsetHeight,a=Ye(e),o="border-box"===_.css(e,"boxSizing",!1,a);if(i<=0||null==i){if(((i=ke(e,t,a))<0||null==i)&&(i=e.style[t]),Le.test(i))return i;r=o&&(h.boxSizingReliable()||i===e.style[t]),i=parseFloat(i)||0}return i+He(e,t,n||(o?"border":"content"),r,a)+"px"}function Ae(e,t){for(var n,r,i,a=[],o=0,s=e.length;o<s;o++)(r=e[o]).style&&(a[o]=N.get(r,"olddisplay"),n=r.style.display,t?(a[o]||"none"!==n||(r.style.display=""),""===r.style.display&&B(r)&&(a[o]=N.access(r,"olddisplay",ve(r.nodeName)))):(i=B(r),"none"===n&&i||N.set(r,"olddisplay",i?n:_.css(r,"display"))));for(o=0;o<s;o++)(r=e[o]).style&&(t&&"none"!==r.style.display&&""!==r.style.display||(r.style.display=t?a[o]||"":"none"));return e}function Ce(e,t,n,r,i){return new Ce.prototype.init(e,t,n,r,i)}_.extend({cssHooks:{opacity:{get:function(e,t){if(t){var n=ke(e,"opacity");return""===n?"1":n}}}},cssNumber:{columnCount:!0,fillOpacity:!0,flexGrow:!0,flexShrink:!0,fontWeight:!0,lineHeight:!0,opacity:!0,order:!0,orphans:!0,widows:!0,zIndex:!0,zoom:!0},cssProps:{float:"cssFloat"},style:function(e,t,n,r){if(e&&3!==e.nodeType&&8!==e.nodeType&&e.style){var i,a,o,s=_.camelCase(t),u=e.style;if(t=_.cssProps[s]||(_.cssProps[s]=je(u,s)),o=_.cssHooks[t]||_.cssHooks[s],void 0===n)return o&&"get"in o&&void 0!==(i=o.get(e,!1,r))?i:u[t];"string"==(a=typeof n)&&(i=xe.exec(n))&&(n=(i[1]+1)*i[2]+parseFloat(_.css(e,t)),a="number"),null!=n&&n==n&&("number"!==a||_.cssNumber[s]||(n+="px"),h.clearCloneStyle||""!==n||0!==t.indexOf("background")||(u[t]="inherit"),o&&"set"in o&&void 0===(n=o.set(e,n,r))||(u[t]=n))}},css:function(e,t,n,r){var i,a,o,s=_.camelCase(t);return t=_.cssProps[s]||(_.cssProps[s]=je(e.style,s)),(o=_.cssHooks[t]||_.cssHooks[s])&&"get"in o&&(i=o.get(e,!0,n)),void 0===i&&(i=ke(e,t,r)),"normal"===i&&t in Se&&(i=Se[t]),""===n||n?(a=parseFloat(i),!0===n||_.isNumeric(a)?a||0:i):i}}),_.each(["height","width"],(function(e,t){_.cssHooks[t]={get:function(e,n,r){if(n)return be.test(_.css(e,"display"))&&0===e.offsetWidth?_.swap(e,De,(function(){return Pe(e,t,r)})):Pe(e,t,r)},set:function(e,n,r){var i=r&&Ye(e);return Oe(0,n,r?He(e,t,r,"border-box"===_.css(e,"boxSizing",!1,i),i):0)}}})),_.cssHooks.marginRight=we(h.reliableMarginRight,(function(e,t){if(t)return _.swap(e,{display:"inline-block"},ke,[e,"marginRight"])})),_.each({margin:"",padding:"",border:"Width"},(function(e,t){_.cssHooks[e+t]={expand:function(n){for(var r=0,i={},a="string"==typeof n?n.split(" "):[n];r<4;r++)i[e+q[r]+t]=a[r]||a[r-2]||a[0];return i}},Me.test(e)||(_.cssHooks[e+t].set=Oe)})),_.fn.extend({css:function(e,t){return A(this,(function(e,t,n){var r,i,a={},o=0;if(_.isArray(t)){for(r=Ye(e),i=t.length;o<i;o++)a[t[o]]=_.css(e,t[o],!1,r);return a}return void 0!==n?_.style(e,t,n):_.css(e,t)}),e,t,arguments.length>1)},show:function(){return Ae(this,!0)},hide:function(){return Ae(this)},toggle:function(e){return"boolean"==typeof e?e?this.show():this.hide():this.each((function(){B(this)?_(this).show():_(this).hide()}))}}),_.Tween=Ce,Ce.prototype={constructor:Ce,init:function(e,t,n,r,i,a){this.elem=e,this.prop=n,this.easing=i||"swing",this.options=t,this.start=this.now=this.cur(),this.end=r,this.unit=a||(_.cssNumber[n]?"":"px")},cur:function(){var e=Ce.propHooks[this.prop];return e&&e.get?e.get(this):Ce.propHooks._default.get(this)},run:function(e){var t,n=Ce.propHooks[this.prop];return this.options.duration?this.pos=t=_.easing[this.easing](e,this.options.duration*e,0,1,this.options.duration):this.pos=t=e,this.now=(this.end-this.start)*t+this.start,this.options.step&&this.options.step.call(this.elem,this.now,this),n&&n.set?n.set(this):Ce.propHooks._default.set(this),this}},Ce.prototype.init.prototype=Ce.prototype,Ce.propHooks={_default:{get:function(e){var t;return null==e.elem[e.prop]||e.elem.style&&null!=e.elem.style[e.prop]?(t=_.css(e.elem,e.prop,""))&&"auto"!==t?t:0:e.elem[e.prop]},set:function(e){_.fx.step[e.prop]?_.fx.step[e.prop](e):e.elem.style&&(null!=e.elem.style[_.cssProps[e.prop]]||_.cssHooks[e.prop])?_.style(e.elem,e.prop,e.now+e.unit):e.elem[e.prop]=e.now}}},Ce.propHooks.scrollTop=Ce.propHooks.scrollLeft={set:function(e){e.elem.nodeType&&e.elem.parentNode&&(e.elem[e.prop]=e.now)}},_.easing={linear:function(e){return e},swing:function(e){return.5-Math.cos(e*Math.PI)/2}},_.fx=Ce.prototype.init,_.fx.step={};var Ne,Re,Ie=/^(?:toggle|show|hide)$/,Fe=new RegExp("^(?:([+-])=|)("+$+")([a-z%]*)$","i"),We=/queueHooks$/,ze=[function(e,t,n){var r,i,a,o,s,u,l,c=this,d={},f=e.style,h=e.nodeType&&B(e),m=N.get(e,"fxshow");for(r in n.queue||(null==(s=_._queueHooks(e,"fx")).unqueued&&(s.unqueued=0,u=s.empty.fire,s.empty.fire=function(){s.unqueued||u()}),s.unqueued++,c.always((function(){c.always((function(){s.unqueued--,_.queue(e,"fx").length||s.empty.fire()}))}))),1===e.nodeType&&("height"in t||"width"in t)&&(n.overflow=[f.overflow,f.overflowX,f.overflowY],"inline"===("none"===(l=_.css(e,"display"))?N.get(e,"olddisplay")||ve(e.nodeName):l)&&"none"===_.css(e,"float")&&(f.display="inline-block")),n.overflow&&(f.overflow="hidden",c.always((function(){f.overflow=n.overflow[0],f.overflowX=n.overflow[1],f.overflowY=n.overflow[2]}))),t)if(i=t[r],Ie.exec(i)){if(delete t[r],a=a||"toggle"===i,i===(h?"hide":"show")){if("show"!==i||!m||void 0===m[r])continue;h=!0}d[r]=m&&m[r]||_.style(e,r)}else l=void 0;if(_.isEmptyObject(d))"inline"===("none"===l?ve(e.nodeName):l)&&(f.display=l);else for(r in m?"hidden"in m&&(h=m.hidden):m=N.access(e,"fxshow",{}),a&&(m.hidden=!h),h?_(e).show():c.done((function(){_(e).hide()})),c.done((function(){var t;for(t in N.remove(e,"fxshow"),d)_.style(e,t,d[t])})),d)o=Be(h?m[r]:0,r,c),r in m||(m[r]=o.start,h&&(o.end=o.start,o.start="width"===r||"height"===r?1:0))}],Ue={"*":[function(e,t){var n=this.createTween(e,t),r=n.cur(),i=Fe.exec(t),a=i&&i[3]||(_.cssNumber[e]?"":"px"),o=(_.cssNumber[e]||"px"!==a&&+r)&&Fe.exec(_.css(n.elem,e)),s=1,u=20;if(o&&o[3]!==a){a=a||o[3],i=i||[],o=+r||1;do{o/=s=s||".5",_.style(n.elem,e,o+a)}while(s!==(s=n.cur()/r)&&1!==s&&--u)}return i&&(o=n.start=+o||+r||0,n.unit=a,n.end=i[1]?o+(i[1]+1)*i[2]:+i[2]),n}]};function $e(){return setTimeout((function(){Ne=void 0})),Ne=_.now()}function qe(e,t){var n,r=0,i={height:e};for(t=t?1:0;r<4;r+=2-t)i["margin"+(n=q[r])]=i["padding"+n]=e;return t&&(i.opacity=i.width=e),i}function Be(e,t,n){for(var r,i=(Ue[t]||[]).concat(Ue["*"]),a=0,o=i.length;a<o;a++)if(r=i[a].call(n,t,e))return r}function Je(e,t,n){var r,i,a=0,o=ze.length,s=_.Deferred().always((function(){delete u.elem})),u=function(){if(i)return!1;for(var t=Ne||$e(),n=Math.max(0,l.startTime+l.duration-t),r=1-(n/l.duration||0),a=0,o=l.tweens.length;a<o;a++)l.tweens[a].run(r);return s.notifyWith(e,[l,r,n]),r<1&&o?n:(s.resolveWith(e,[l]),!1)},l=s.promise({elem:e,props:_.extend({},t),opts:_.extend(!0,{specialEasing:{}},n),originalProperties:t,originalOptions:n,startTime:Ne||$e(),duration:n.duration,tweens:[],createTween:function(t,n){var r=_.Tween(e,l.opts,t,n,l.opts.specialEasing[t]||l.opts.easing);return l.tweens.push(r),r},stop:function(t){var n=0,r=t?l.tweens.length:0;if(i)return this;for(i=!0;n<r;n++)l.tweens[n].run(1);return t?s.resolveWith(e,[l,t]):s.rejectWith(e,[l,t]),this}}),c=l.props;for(function(e,t){var n,r,i,a,o;for(n in e)if(i=t[r=_.camelCase(n)],a=e[n],_.isArray(a)&&(i=a[1],a=e[n]=a[0]),n!==r&&(e[r]=a,delete e[n]),(o=_.cssHooks[r])&&"expand"in o)for(n in a=o.expand(a),delete e[r],a)n in e||(e[n]=a[n],t[n]=i);else t[r]=i}(c,l.opts.specialEasing);a<o;a++)if(r=ze[a].call(l,e,c,l.opts))return r;return _.map(c,Be,l),_.isFunction(l.opts.start)&&l.opts.start.call(e,l),_.fx.timer(_.extend(u,{elem:e,anim:l,queue:l.opts.queue})),l.progress(l.opts.progress).done(l.opts.done,l.opts.complete).fail(l.opts.fail).always(l.opts.always)}_.Animation=_.extend(Je,{tweener:function(e,t){_.isFunction(e)?(t=e,e=["*"]):e=e.split(" ");for(var n,r=0,i=e.length;r<i;r++)n=e[r],Ue[n]=Ue[n]||[],Ue[n].unshift(t)},prefilter:function(e,t){t?ze.unshift(e):ze.push(e)}}),_.speed=function(e,t,n){var r=e&&"object"==typeof e?_.extend({},e):{complete:n||!n&&t||_.isFunction(e)&&e,duration:e,easing:n&&t||t&&!_.isFunction(t)&&t};return r.duration=_.fx.off?0:"number"==typeof r.duration?r.duration:r.duration in _.fx.speeds?_.fx.speeds[r.duration]:_.fx.speeds._default,null!=r.queue&&!0!==r.queue||(r.queue="fx"),r.old=r.complete,r.complete=function(){_.isFunction(r.old)&&r.old.call(this),r.queue&&_.dequeue(this,r.queue)},r},_.fn.extend({fadeTo:function(e,t,n,r){return this.filter(B).css("opacity",0).show().end().animate({opacity:t},e,n,r)},animate:function(e,t,n,r){var i=_.isEmptyObject(e),a=_.speed(t,n,r),o=function(){var t=Je(this,_.extend({},e),a);(i||N.get(this,"finish"))&&t.stop(!0)};return o.finish=o,i||!1===a.queue?this.each(o):this.queue(a.queue,o)},stop:function(e,t,n){var r=function(e){var t=e.stop;delete e.stop,t(n)};return"string"!=typeof e&&(n=t,t=e,e=void 0),t&&!1!==e&&this.queue(e||"fx",[]),this.each((function(){var t=!0,i=null!=e&&e+"queueHooks",a=_.timers,o=N.get(this);if(i)o[i]&&o[i].stop&&r(o[i]);else for(i in o)o[i]&&o[i].stop&&We.test(i)&&r(o[i]);for(i=a.length;i--;)a[i].elem!==this||null!=e&&a[i].queue!==e||(a[i].anim.stop(n),t=!1,a.splice(i,1));!t&&n||_.dequeue(this,e)}))},finish:function(e){return!1!==e&&(e=e||"fx"),this.each((function(){var t,n=N.get(this),r=n[e+"queue"],i=n[e+"queueHooks"],a=_.timers,o=r?r.length:0;for(n.finish=!0,_.queue(this,e,[]),i&&i.stop&&i.stop.call(this,!0),t=a.length;t--;)a[t].elem===this&&a[t].queue===e&&(a[t].anim.stop(!0),a.splice(t,1));for(t=0;t<o;t++)r[t]&&r[t].finish&&r[t].finish.call(this);delete n.finish}))}}),_.each(["toggle","show","hide"],(function(e,t){var n=_.fn[t];_.fn[t]=function(e,r,i){return null==e||"boolean"==typeof e?n.apply(this,arguments):this.animate(qe(t,!0),e,r,i)}})),_.each({slideDown:qe("show"),slideUp:qe("hide"),slideToggle:qe("toggle"),fadeIn:{opacity:"show"},fadeOut:{opacity:"hide"},fadeToggle:{opacity:"toggle"}},(function(e,t){_.fn[e]=function(e,n,r){return this.animate(t,e,n,r)}})),_.timers=[],_.fx.tick=function(){var e,t=0,n=_.timers;for(Ne=_.now();t<n.length;t++)(e=n[t])()||n[t]!==e||n.splice(t--,1);n.length||_.fx.stop(),Ne=void 0},_.fx.timer=function(e){_.timers.push(e),e()?_.fx.start():_.timers.pop()},_.fx.interval=13,_.fx.start=function(){Re||(Re=setInterval(_.fx.tick,_.fx.interval))},_.fx.stop=function(){clearInterval(Re),Re=null},_.fx.speeds={slow:600,fast:200,_default:400},_.fn.delay=function(e,t){return e=_.fx&&_.fx.speeds[e]||e,t=t||"fx",this.queue(t,(function(t,n){var r=setTimeout(t,e);n.stop=function(){clearTimeout(r)}}))},function(){var e=m.createElement("input"),t=m.createElement("select"),n=t.appendChild(m.createElement("option"));e.type="checkbox",h.checkOn=""!==e.value,h.optSelected=n.selected,t.disabled=!0,h.optDisabled=!n.disabled,(e=m.createElement("input")).value="t",e.type="radio",h.radioValue="t"===e.value}();var Ge,Ve=_.expr.attrHandle;_.fn.extend({attr:function(e,t){return A(this,_.attr,e,t,arguments.length>1)},removeAttr:function(e){return this.each((function(){_.removeAttr(this,e)}))}}),_.extend({attr:function(e,t,n){var r,i,a=e.nodeType;if(e&&3!==a&&8!==a&&2!==a)return void 0===e.getAttribute?_.prop(e,t,n):(1===a&&_.isXMLDoc(e)||(t=t.toLowerCase(),r=_.attrHooks[t]||(_.expr.match.bool.test(t)?Ge:void 0)),void 0===n?r&&"get"in r&&null!==(i=r.get(e,t))?i:null==(i=_.find.attr(e,t))?void 0:i:null!==n?r&&"set"in r&&void 0!==(i=r.set(e,n,t))?i:(e.setAttribute(t,n+""),n):void _.removeAttr(e,t))},removeAttr:function(e,t){var n,r,i=0,a=t&&t.match(O);if(a&&1===e.nodeType)for(;n=a[i++];)r=_.propFix[n]||n,_.expr.match.bool.test(n)&&(e[r]=!1),e.removeAttribute(n)},attrHooks:{type:{set:function(e,t){if(!h.radioValue&&"radio"===t&&_.nodeName(e,"input")){var n=e.value;return e.setAttribute("type",t),n&&(e.value=n),t}}}}}),Ge={set:function(e,t,n){return!1===t?_.removeAttr(e,n):e.setAttribute(n,n),n}},_.each(_.expr.match.bool.source.match(/\w+/g),(function(e,t){var n=Ve[t]||_.find.attr;Ve[t]=function(e,t,r){var i,a;return r||(a=Ve[t],Ve[t]=i,i=null!=n(e,t,r)?t.toLowerCase():null,Ve[t]=a),i}}));var Ke=/^(?:input|select|textarea|button)$/i;_.fn.extend({prop:function(e,t){return A(this,_.prop,e,t,arguments.length>1)},removeProp:function(e){return this.each((function(){delete this[_.propFix[e]||e]}))}}),_.extend({propFix:{for:"htmlFor",class:"className"},prop:function(e,t,n){var r,i,a=e.nodeType;if(e&&3!==a&&8!==a&&2!==a)return(1!==a||!_.isXMLDoc(e))&&(t=_.propFix[t]||t,i=_.propHooks[t]),void 0!==n?i&&"set"in i&&void 0!==(r=i.set(e,n,t))?r:e[t]=n:i&&"get"in i&&null!==(r=i.get(e,t))?r:e[t]},propHooks:{tabIndex:{get:function(e){return e.hasAttribute("tabindex")||Ke.test(e.nodeName)||e.href?e.tabIndex:-1}}}}),h.optSelected||(_.propHooks.selected={get:function(e){var t=e.parentNode;return t&&t.parentNode&&t.parentNode.selectedIndex,null}}),_.each(["tabIndex","readOnly","maxLength","cellSpacing","cellPadding","rowSpan","colSpan","useMap","frameBorder","contentEditable"],(function(){_.propFix[this.toLowerCase()]=this}));var Xe=/[\t\r\n\f]/g;_.fn.extend({addClass:function(e){var t,n,r,i,a,o,s="string"==typeof e&&e,u=0,l=this.length;if(_.isFunction(e))return this.each((function(t){_(this).addClass(e.call(this,t,this.className))}));if(s)for(t=(e||"").match(O)||[];u<l;u++)if(r=1===(n=this[u]).nodeType&&(n.className?(" "+n.className+" ").replace(Xe," "):" ")){for(a=0;i=t[a++];)r.indexOf(" "+i+" ")<0&&(r+=i+" ");o=_.trim(r),n.className!==o&&(n.className=o)}return this},removeClass:function(e){var t,n,r,i,a,o,s=0===arguments.length||"string"==typeof e&&e,u=0,l=this.length;if(_.isFunction(e))return this.each((function(t){_(this).removeClass(e.call(this,t,this.className))}));if(s)for(t=(e||"").match(O)||[];u<l;u++)if(r=1===(n=this[u]).nodeType&&(n.className?(" "+n.className+" ").replace(Xe," "):"")){for(a=0;i=t[a++];)for(;r.indexOf(" "+i+" ")>=0;)r=r.replace(" "+i+" "," ");o=e?_.trim(r):"",n.className!==o&&(n.className=o)}return this},toggleClass:function(e,t){var n=typeof e;return"boolean"==typeof t&&"string"===n?t?this.addClass(e):this.removeClass(e):_.isFunction(e)?this.each((function(n){_(this).toggleClass(e.call(this,n,this.className,t),t)})):this.each((function(){if("string"===n)for(var t,r=0,i=_(this),a=e.match(O)||[];t=a[r++];)i.hasClass(t)?i.removeClass(t):i.addClass(t);else"undefined"!==n&&"boolean"!==n||(this.className&&N.set(this,"__className__",this.className),this.className=this.className||!1===e?"":N.get(this,"__className__")||"")}))},hasClass:function(e){for(var t=" "+e+" ",n=0,r=this.length;n<r;n++)if(1===this[n].nodeType&&(" "+this[n].className+" ").replace(Xe," ").indexOf(t)>=0)return!0;return!1}});var Ze=/\r/g;_.fn.extend({val:function(e){var t,n,r,i=this[0];return arguments.length?(r=_.isFunction(e),this.each((function(n){var i;1===this.nodeType&&(null==(i=r?e.call(this,n,_(this).val()):e)?i="":"number"==typeof i?i+="":_.isArray(i)&&(i=_.map(i,(function(e){return null==e?"":e+""}))),(t=_.valHooks[this.type]||_.valHooks[this.nodeName.toLowerCase()])&&"set"in t&&void 0!==t.set(this,i,"value")||(this.value=i))}))):i?(t=_.valHooks[i.type]||_.valHooks[i.nodeName.toLowerCase()])&&"get"in t&&void 0!==(n=t.get(i,"value"))?n:"string"==typeof(n=i.value)?n.replace(Ze,""):null==n?"":n:void 0}}),_.extend({valHooks:{option:{get:function(e){var t=_.find.attr(e,"value");return null!=t?t:_.trim(_.text(e))}},select:{get:function(e){for(var t,n,r=e.options,i=e.selectedIndex,a="select-one"===e.type||i<0,o=a?null:[],s=a?i+1:r.length,u=i<0?s:a?i:0;u<s;u++)if(((n=r[u]).selected||u===i)&&(h.optDisabled?!n.disabled:null===n.getAttribute("disabled"))&&(!n.parentNode.disabled||!_.nodeName(n.parentNode,"optgroup"))){if(t=_(n).val(),a)return t;o.push(t)}return o},set:function(e,t){for(var n,r,i=e.options,a=_.makeArray(t),o=i.length;o--;)((r=i[o]).selected=_.inArray(r.value,a)>=0)&&(n=!0);return n||(e.selectedIndex=-1),a}}}}),_.each(["radio","checkbox"],(function(){_.valHooks[this]={set:function(e,t){if(_.isArray(t))return e.checked=_.inArray(_(e).val(),t)>=0}},h.checkOn||(_.valHooks[this].get=function(e){return null===e.getAttribute("value")?"on":e.value})})),_.each("blur focus focusin focusout load resize scroll unload click dblclick mousedown mouseup mousemove mouseover mouseout mouseenter mouseleave change select submit keydown keypress keyup error contextmenu".split(" "),(function(e,t){_.fn[t]=function(e,n){return arguments.length>0?this.on(t,null,e,n):this.trigger(t)}})),_.fn.extend({hover:function(e,t){return this.mouseenter(e).mouseleave(t||e)},bind:function(e,t,n){return this.on(e,null,t,n)},unbind:function(e,t){return this.off(e,null,t)},delegate:function(e,t,n,r){return this.on(t,e,n,r)},undelegate:function(e,t,n){return 1===arguments.length?this.off(e,"**"):this.off(t,e||"**",n)}});var Qe=_.now(),et=/\?/;_.parseJSON=function(e){return JSON.parse(e+"")},_.parseXML=function(e){var t;if(!e||"string"!=typeof e)return null;try{t=(new DOMParser).parseFromString(e,"text/xml")}catch(e){t=void 0}return t&&!t.getElementsByTagName("parsererror").length||_.error("Invalid XML: "+e),t};var tt=/#.*$/,nt=/([?&])_=[^&]*/,rt=/^(.*?):[ \t]*([^\r\n]*)$/gm,it=/^(?:GET|HEAD)$/,at=/^\/\//,ot=/^([\w.+-]+:)(?:\/\/(?:[^\/?#]*@|)([^\/?#:]*)(?::(\d+)|)|)/,st={},ut={},lt="*/".concat("*"),ct=n.location.href,dt=ot.exec(ct.toLowerCase())||[];function ft(e){return function(t,n){"string"!=typeof t&&(n=t,t="*");var r,i=0,a=t.toLowerCase().match(O)||[];if(_.isFunction(n))for(;r=a[i++];)"+"===r[0]?(r=r.slice(1)||"*",(e[r]=e[r]||[]).unshift(n)):(e[r]=e[r]||[]).push(n)}}function ht(e,t,n,r){var i={},a=e===ut;function o(s){var u;return i[s]=!0,_.each(e[s]||[],(function(e,s){var l=s(t,n,r);return"string"!=typeof l||a||i[l]?a?!(u=l):void 0:(t.dataTypes.unshift(l),o(l),!1)})),u}return o(t.dataTypes[0])||!i["*"]&&o("*")}function mt(e,t){var n,r,i=_.ajaxSettings.flatOptions||{};for(n in t)void 0!==t[n]&&((i[n]?e:r||(r={}))[n]=t[n]);return r&&_.extend(!0,e,r),e}_.extend({active:0,lastModified:{},etag:{},ajaxSettings:{url:ct,type:"GET",isLocal:/^(?:about|app|app-storage|.+-extension|file|res|widget):$/.test(dt[1]),global:!0,processData:!0,async:!0,contentType:"application/x-www-form-urlencoded; charset=UTF-8",accepts:{"*":lt,text:"text/plain",html:"text/html",xml:"application/xml, text/xml",json:"application/json, text/javascript"},contents:{xml:/xml/,html:/html/,json:/json/},responseFields:{xml:"responseXML",text:"responseText",json:"responseJSON"},converters:{"* text":String,"text html":!0,"text json":_.parseJSON,"text xml":_.parseXML},flatOptions:{url:!0,context:!0}},ajaxSetup:function(e,t){return t?mt(mt(e,_.ajaxSettings),t):mt(_.ajaxSettings,e)},ajaxPrefilter:ft(st),ajaxTransport:ft(ut),ajax:function(e,t){"object"==typeof e&&(t=e,e=void 0),t=t||{};var n,r,i,a,o,s,u,l,c=_.ajaxSetup({},t),d=c.context||c,f=c.context&&(d.nodeType||d.jquery)?_(d):_.event,h=_.Deferred(),m=_.Callbacks("once memory"),p=c.statusCode||{},y={},g={},v=0,M="canceled",L={readyState:0,getResponseHeader:function(e){var t;if(2===v){if(!a)for(a={};t=rt.exec(i);)a[t[1].toLowerCase()]=t[2];t=a[e.toLowerCase()]}return null==t?null:t},getAllResponseHeaders:function(){return 2===v?i:null},setRequestHeader:function(e,t){var n=e.toLowerCase();return v||(e=g[n]=g[n]||e,y[e]=t),this},overrideMimeType:function(e){return v||(c.mimeType=e),this},statusCode:function(e){var t;if(e)if(v<2)for(t in e)p[t]=[p[t],e[t]];else L.always(e[L.status]);return this},abort:function(e){var t=e||M;return n&&n.abort(t),Y(0,t),this}};if(h.promise(L).complete=m.add,L.success=L.done,L.error=L.fail,c.url=((e||c.url||ct)+"").replace(tt,"").replace(at,dt[1]+"//"),c.type=t.method||t.type||c.method||c.type,c.dataTypes=_.trim(c.dataType||"*").toLowerCase().match(O)||[""],null==c.crossDomain&&(s=ot.exec(c.url.toLowerCase()),c.crossDomain=!(!s||s[1]===dt[1]&&s[2]===dt[2]&&(s[3]||("http:"===s[1]?"80":"443"))===(dt[3]||("http:"===dt[1]?"80":"443")))),c.data&&c.processData&&"string"!=typeof c.data&&(c.data=_.param(c.data,c.traditional)),ht(st,c,t,L),2===v)return L;for(l in(u=_.event&&c.global)&&0==_.active++&&_.event.trigger("ajaxStart"),c.type=c.type.toUpperCase(),c.hasContent=!it.test(c.type),r=c.url,c.hasContent||(c.data&&(r=c.url+=(et.test(r)?"&":"?")+c.data,delete c.data),!1===c.cache&&(c.url=nt.test(r)?r.replace(nt,"$1_="+Qe++):r+(et.test(r)?"&":"?")+"_="+Qe++)),c.ifModified&&(_.lastModified[r]&&L.setRequestHeader("If-Modified-Since",_.lastModified[r]),_.etag[r]&&L.setRequestHeader("If-None-Match",_.etag[r])),(c.data&&c.hasContent&&!1!==c.contentType||t.contentType)&&L.setRequestHeader("Content-Type",c.contentType),L.setRequestHeader("Accept",c.dataTypes[0]&&c.accepts[c.dataTypes[0]]?c.accepts[c.dataTypes[0]]+("*"!==c.dataTypes[0]?", "+lt+"; q=0.01":""):c.accepts["*"]),c.headers)L.setRequestHeader(l,c.headers[l]);if(c.beforeSend&&(!1===c.beforeSend.call(d,L,c)||2===v))return L.abort();for(l in M="abort",{success:1,error:1,complete:1})L[l](c[l]);if(n=ht(ut,c,t,L)){L.readyState=1,u&&f.trigger("ajaxSend",[L,c]),c.async&&c.timeout>0&&(o=setTimeout((function(){L.abort("timeout")}),c.timeout));try{v=1,n.send(y,Y)}catch(e){if(!(v<2))throw e;Y(-1,e)}}else Y(-1,"No Transport");function Y(e,t,a,s){var l,y,g,M,Y,k=t;2!==v&&(v=2,o&&clearTimeout(o),n=void 0,i=s||"",L.readyState=e>0?4:0,l=e>=200&&e<300||304===e,a&&(M=function(e,t,n){for(var r,i,a,o,s=e.contents,u=e.dataTypes;"*"===u[0];)u.shift(),void 0===r&&(r=e.mimeType||t.getResponseHeader("Content-Type"));if(r)for(i in s)if(s[i]&&s[i].test(r)){u.unshift(i);break}if(u[0]in n)a=u[0];else{for(i in n){if(!u[0]||e.converters[i+" "+u[0]]){a=i;break}o||(o=i)}a=a||o}if(a)return a!==u[0]&&u.unshift(a),n[a]}(c,L,a)),M=function(e,t,n,r){var i,a,o,s,u,l={},c=e.dataTypes.slice();if(c[1])for(o in e.converters)l[o.toLowerCase()]=e.converters[o];for(a=c.shift();a;)if(e.responseFields[a]&&(n[e.responseFields[a]]=t),!u&&r&&e.dataFilter&&(t=e.dataFilter(t,e.dataType)),u=a,a=c.shift())if("*"===a)a=u;else if("*"!==u&&u!==a){if(!(o=l[u+" "+a]||l["* "+a]))for(i in l)if((s=i.split(" "))[1]===a&&(o=l[u+" "+s[0]]||l["* "+s[0]])){!0===o?o=l[i]:!0!==l[i]&&(a=s[0],c.unshift(s[1]));break}if(!0!==o)if(o&&e.throws)t=o(t);else try{t=o(t)}catch(e){return{state:"parsererror",error:o?e:"No conversion from "+u+" to "+a}}}return{state:"success",data:t}}(c,M,L,l),l?(c.ifModified&&((Y=L.getResponseHeader("Last-Modified"))&&(_.lastModified[r]=Y),(Y=L.getResponseHeader("etag"))&&(_.etag[r]=Y)),204===e||"HEAD"===c.type?k="nocontent":304===e?k="notmodified":(k=M.state,y=M.data,l=!(g=M.error))):(g=k,!e&&k||(k="error",e<0&&(e=0))),L.status=e,L.statusText=(t||k)+"",l?h.resolveWith(d,[y,k,L]):h.rejectWith(d,[L,k,g]),L.statusCode(p),p=void 0,u&&f.trigger(l?"ajaxSuccess":"ajaxError",[L,c,l?y:g]),m.fireWith(d,[L,k]),u&&(f.trigger("ajaxComplete",[L,c]),--_.active||_.event.trigger("ajaxStop")))}return L},getJSON:function(e,t,n){return _.get(e,t,n,"json")},getScript:function(e,t){return _.get(e,void 0,t,"script")}}),_.each(["get","post"],(function(e,t){_[t]=function(e,n,r,i){return _.isFunction(n)&&(i=i||r,r=n,n=void 0),_.ajax({url:e,type:t,dataType:i,data:n,success:r})}})),_._evalUrl=function(e){return _.ajax({url:e,type:"GET",dataType:"script",async:!1,global:!1,throws:!0})},_.fn.extend({wrapAll:function(e){var t;return _.isFunction(e)?this.each((function(t){_(this).wrapAll(e.call(this,t))})):(this[0]&&(t=_(e,this[0].ownerDocument).eq(0).clone(!0),this[0].parentNode&&t.insertBefore(this[0]),t.map((function(){for(var e=this;e.firstElementChild;)e=e.firstElementChild;return e})).append(this)),this)},wrapInner:function(e){return _.isFunction(e)?this.each((function(t){_(this).wrapInner(e.call(this,t))})):this.each((function(){var t=_(this),n=t.contents();n.length?n.wrapAll(e):t.append(e)}))},wrap:function(e){var t=_.isFunction(e);return this.each((function(n){_(this).wrapAll(t?e.call(this,n):e)}))},unwrap:function(){return this.parent().each((function(){_.nodeName(this,"body")||_(this).replaceWith(this.childNodes)})).end()}}),_.expr.filters.hidden=function(e){return e.offsetWidth<=0&&e.offsetHeight<=0},_.expr.filters.visible=function(e){return!_.expr.filters.hidden(e)};var _t=/%20/g,pt=/\[\]$/,yt=/\r?\n/g,gt=/^(?:submit|button|image|reset|file)$/i,vt=/^(?:input|select|textarea|keygen)/i;function Mt(e,t,n,r){var i;if(_.isArray(t))_.each(t,(function(t,i){n||pt.test(e)?r(e,i):Mt(e+"["+("object"==typeof i?t:"")+"]",i,n,r)}));else if(n||"object"!==_.type(t))r(e,t);else for(i in t)Mt(e+"["+i+"]",t[i],n,r)}_.param=function(e,t){var n,r=[],i=function(e,t){t=_.isFunction(t)?t():null==t?"":t,r[r.length]=encodeURIComponent(e)+"="+encodeURIComponent(t)};if(void 0===t&&(t=_.ajaxSettings&&_.ajaxSettings.traditional),_.isArray(e)||e.jquery&&!_.isPlainObject(e))_.each(e,(function(){i(this.name,this.value)}));else for(n in e)Mt(n,e[n],t,i);return r.join("&").replace(_t,"+")},_.fn.extend({serialize:function(){return _.param(this.serializeArray())},serializeArray:function(){return this.map((function(){var e=_.prop(this,"elements");return e?_.makeArray(e):this})).filter((function(){var e=this.type;return this.name&&!_(this).is(":disabled")&&vt.test(this.nodeName)&&!gt.test(e)&&(this.checked||!J.test(e))})).map((function(e,t){var n=_(this).val();return null==n?null:_.isArray(n)?_.map(n,(function(e){return{name:t.name,value:e.replace(yt,"\r\n")}})):{name:t.name,value:n.replace(yt,"\r\n")}})).get()}}),_.ajaxSettings.xhr=function(){try{return new XMLHttpRequest}catch(e){}};var Lt=0,Yt={},kt={0:200,1223:204},wt=_.ajaxSettings.xhr();n.attachEvent&&n.attachEvent("onunload",(function(){for(var e in Yt)Yt[e]()})),h.cors=!!wt&&"withCredentials"in wt,h.ajax=wt=!!wt,_.ajaxTransport((function(e){var t;if(h.cors||wt&&!e.crossDomain)return{send:function(n,r){var i,a=e.xhr(),o=++Lt;if(a.open(e.type,e.url,e.async,e.username,e.password),e.xhrFields)for(i in e.xhrFields)a[i]=e.xhrFields[i];for(i in e.mimeType&&a.overrideMimeType&&a.overrideMimeType(e.mimeType),e.crossDomain||n["X-Requested-With"]||(n["X-Requested-With"]="XMLHttpRequest"),n)a.setRequestHeader(i,n[i]);t=function(e){return function(){t&&(delete Yt[o],t=a.onload=a.onerror=null,"abort"===e?a.abort():"error"===e?r(a.status,a.statusText):r(kt[a.status]||a.status,a.statusText,"string"==typeof a.responseText?{text:a.responseText}:void 0,a.getAllResponseHeaders()))}},a.onload=t(),a.onerror=t("error"),t=Yt[o]=t("abort");try{a.send(e.hasContent&&e.data||null)}catch(e){if(t)throw e}},abort:function(){t&&t()}}})),_.ajaxSetup({accepts:{script:"text/javascript, application/javascript, application/ecmascript, application/x-ecmascript"},contents:{script:/(?:java|ecma)script/},converters:{"text script":function(e){return _.globalEval(e),e}}}),_.ajaxPrefilter("script",(function(e){void 0===e.cache&&(e.cache=!1),e.crossDomain&&(e.type="GET")})),_.ajaxTransport("script",(function(e){var t,n;if(e.crossDomain)return{send:function(r,i){t=_("<script>").prop({async:!0,charset:e.scriptCharset,src:e.url}).on("load error",n=function(e){t.remove(),n=null,e&&i("error"===e.type?404:200,e.type)}),m.head.appendChild(t[0])},abort:function(){n&&n()}}}));var bt=[],Tt=/(=)\?(?=&|$)|\?\?/;_.ajaxSetup({jsonp:"callback",jsonpCallback:function(){var e=bt.pop()||_.expando+"_"+Qe++;return this[e]=!0,e}}),_.ajaxPrefilter("json jsonp",(function(e,t,r){var i,a,o,s=!1!==e.jsonp&&(Tt.test(e.url)?"url":"string"==typeof e.data&&!(e.contentType||"").indexOf("application/x-www-form-urlencoded")&&Tt.test(e.data)&&"data");if(s||"jsonp"===e.dataTypes[0])return i=e.jsonpCallback=_.isFunction(e.jsonpCallback)?e.jsonpCallback():e.jsonpCallback,s?e[s]=e[s].replace(Tt,"$1"+i):!1!==e.jsonp&&(e.url+=(et.test(e.url)?"&":"?")+e.jsonp+"="+i),e.converters["script json"]=function(){return o||_.error(i+" was not called"),o[0]},e.dataTypes[0]="json",a=n[i],n[i]=function(){o=arguments},r.always((function(){n[i]=a,e[i]&&(e.jsonpCallback=t.jsonpCallback,bt.push(i)),o&&_.isFunction(a)&&a(o[0]),o=a=void 0})),"script"})),_.parseHTML=function(e,t,n){if(!e||"string"!=typeof e)return null;"boolean"==typeof t&&(n=t,t=!1),t=t||m;var r=k.exec(e),i=!n&&[];return r?[t.createElement(r[1])]:(r=_.buildFragment([e],t,i),i&&i.length&&_(i).remove(),_.merge([],r.childNodes))};var xt=_.fn.load;_.fn.load=function(e,t,n){if("string"!=typeof e&&xt)return xt.apply(this,arguments);var r,i,a,o=this,s=e.indexOf(" ");return s>=0&&(r=_.trim(e.slice(s)),e=e.slice(0,s)),_.isFunction(t)?(n=t,t=void 0):t&&"object"==typeof t&&(i="POST"),o.length>0&&_.ajax({url:e,type:i,dataType:"html",data:t}).done((function(e){a=arguments,o.html(r?_("<div>").append(_.parseHTML(e)).find(r):e)})).complete(n&&function(e,t){o.each(n,a||[e.responseText,t,e])}),this},_.each(["ajaxStart","ajaxStop","ajaxComplete","ajaxError","ajaxSuccess","ajaxSend"],(function(e,t){_.fn[t]=function(e){return this.on(t,e)}})),_.expr.filters.animated=function(e){return _.grep(_.timers,(function(t){return e===t.elem})).length};var Dt=n.document.documentElement;function St(e){return _.isWindow(e)?e:9===e.nodeType&&e.defaultView}_.offset={setOffset:function(e,t,n){var r,i,a,o,s,u,l=_.css(e,"position"),c=_(e),d={};"static"===l&&(e.style.position="relative"),s=c.offset(),a=_.css(e,"top"),u=_.css(e,"left"),("absolute"===l||"fixed"===l)&&(a+u).indexOf("auto")>-1?(o=(r=c.position()).top,i=r.left):(o=parseFloat(a)||0,i=parseFloat(u)||0),_.isFunction(t)&&(t=t.call(e,n,s)),null!=t.top&&(d.top=t.top-s.top+o),null!=t.left&&(d.left=t.left-s.left+i),"using"in t?t.using.call(e,d):c.css(d)}},_.fn.extend({offset:function(e){if(arguments.length)return void 0===e?this:this.each((function(t){_.offset.setOffset(this,e,t)}));var t,n,r=this[0],i={top:0,left:0},a=r&&r.ownerDocument;return a?(t=a.documentElement,_.contains(t,r)?(void 0!==r.getBoundingClientRect&&(i=r.getBoundingClientRect()),n=St(a),{top:i.top+n.pageYOffset-t.clientTop,left:i.left+n.pageXOffset-t.clientLeft}):i):void 0},position:function(){if(this[0]){var e,t,n=this[0],r={top:0,left:0};return"fixed"===_.css(n,"position")?t=n.getBoundingClientRect():(e=this.offsetParent(),t=this.offset(),_.nodeName(e[0],"html")||(r=e.offset()),r.top+=_.css(e[0],"borderTopWidth",!0),r.left+=_.css(e[0],"borderLeftWidth",!0)),{top:t.top-r.top-_.css(n,"marginTop",!0),left:t.left-r.left-_.css(n,"marginLeft",!0)}}},offsetParent:function(){return this.map((function(){for(var e=this.offsetParent||Dt;e&&!_.nodeName(e,"html")&&"static"===_.css(e,"position");)e=e.offsetParent;return e||Dt}))}}),_.each({scrollLeft:"pageXOffset",scrollTop:"pageYOffset"},(function(e,t){var r="pageYOffset"===t;_.fn[e]=function(i){return A(this,(function(e,i,a){var o=St(e);if(void 0===a)return o?o[t]:e[i];o?o.scrollTo(r?n.pageXOffset:a,r?a:n.pageYOffset):e[i]=a}),e,i,arguments.length,null)}})),_.each(["top","left"],(function(e,t){_.cssHooks[t]=we(h.pixelPosition,(function(e,n){if(n)return n=ke(e,t),Le.test(n)?_(e).position()[t]+"px":n}))})),_.each({Height:"height",Width:"width"},(function(e,t){_.each({padding:"inner"+e,content:t,"":"outer"+e},(function(n,r){_.fn[r]=function(r,i){var a=arguments.length&&(n||"boolean"!=typeof r),o=n||(!0===r||!0===i?"margin":"border");return A(this,(function(t,n,r){var i;return _.isWindow(t)?t.document.documentElement["client"+e]:9===t.nodeType?(i=t.documentElement,Math.max(t.body["scroll"+e],i["scroll"+e],t.body["offset"+e],i["offset"+e],i["client"+e])):void 0===r?_.css(t,n,o):_.style(t,n,r,o)}),t,a?r:void 0,a,null)}}))})),_.fn.size=function(){return this.length},_.fn.andSelf=_.fn.addBack,void 0===(r=function(){return _}.apply(t,[]))||(e.exports=r);var Et=n.jQuery,jt=n.$;return _.noConflict=function(e){return n.$===_&&(n.$=jt),e&&n.jQuery===_&&(n.jQuery=Et),_},void 0===i&&(n.jQuery=n.$=_),_},"object"==typeof e.exports?e.exports=i.document?a(i,!0):function(e){if(!e.document)throw new Error("jQuery requires a window with a document");return a(e)}:a(i)},function(e,t,n){(function(e){e.exports=function(){"use strict";var t,r;function i(){return t.apply(null,arguments)}function a(e){return e instanceof Array||"[object Array]"===Object.prototype.toString.call(e)}function o(e){return null!=e&&"[object Object]"===Object.prototype.toString.call(e)}function s(e){return void 0===e}function u(e){return"number"==typeof e||"[object Number]"===Object.prototype.toString.call(e)}function l(e){return e instanceof Date||"[object Date]"===Object.prototype.toString.call(e)}function c(e,t){var n,r=[];for(n=0;n<e.length;++n)r.push(t(e[n],n));return r}function d(e,t){return Object.prototype.hasOwnProperty.call(e,t)}function f(e,t){for(var n in t)d(t,n)&&(e[n]=t[n]);return d(t,"toString")&&(e.toString=t.toString),d(t,"valueOf")&&(e.valueOf=t.valueOf),e}function h(e,t,n,r){return wt(e,t,n,r,!0).utc()}function m(e){return null==e._pf&&(e._pf={empty:!1,unusedTokens:[],unusedInput:[],overflow:-2,charsLeftOver:0,nullInput:!1,invalidMonth:null,invalidFormat:!1,userInvalidated:!1,iso:!1,parsedDateParts:[],meridiem:null,rfc2822:!1,weekdayMismatch:!1}),e._pf}function _(e){if(null==e._isValid){var t=m(e),n=r.call(t.parsedDateParts,(function(e){return null!=e})),i=!isNaN(e._d.getTime())&&t.overflow<0&&!t.empty&&!t.invalidMonth&&!t.invalidWeekday&&!t.weekdayMismatch&&!t.nullInput&&!t.invalidFormat&&!t.userInvalidated&&(!t.meridiem||t.meridiem&&n);if(e._strict&&(i=i&&0===t.charsLeftOver&&0===t.unusedTokens.length&&void 0===t.bigHour),null!=Object.isFrozen&&Object.isFrozen(e))return i;e._isValid=i}return e._isValid}function p(e){var t=h(NaN);return null!=e?f(m(t),e):m(t).userInvalidated=!0,t}r=Array.prototype.some?Array.prototype.some:function(e){for(var t=Object(this),n=t.length>>>0,r=0;r<n;r++)if(r in t&&e.call(this,t[r],r,t))return!0;return!1};var y=i.momentProperties=[];function g(e,t){var n,r,i;if(s(t._isAMomentObject)||(e._isAMomentObject=t._isAMomentObject),s(t._i)||(e._i=t._i),s(t._f)||(e._f=t._f),s(t._l)||(e._l=t._l),s(t._strict)||(e._strict=t._strict),s(t._tzm)||(e._tzm=t._tzm),s(t._isUTC)||(e._isUTC=t._isUTC),s(t._offset)||(e._offset=t._offset),s(t._pf)||(e._pf=m(t)),s(t._locale)||(e._locale=t._locale),y.length>0)for(n=0;n<y.length;n++)s(i=t[r=y[n]])||(e[r]=i);return e}var v=!1;function M(e){g(this,e),this._d=new Date(null!=e._d?e._d.getTime():NaN),this.isValid()||(this._d=new Date(NaN)),!1===v&&(v=!0,i.updateOffset(this),v=!1)}function L(e){return e instanceof M||null!=e&&null!=e._isAMomentObject}function Y(e){return e<0?Math.ceil(e)||0:Math.floor(e)}function k(e){var t=+e,n=0;return 0!==t&&isFinite(t)&&(n=Y(t)),n}function w(e,t,n){var r,i=Math.min(e.length,t.length),a=Math.abs(e.length-t.length),o=0;for(r=0;r<i;r++)(n&&e[r]!==t[r]||!n&&k(e[r])!==k(t[r]))&&o++;return o+a}function b(e){!1===i.suppressDeprecationWarnings&&"undefined"!=typeof console&&console.warn&&console.warn("Deprecation warning: "+e)}function T(e,t){var n=!0;return f((function(){if(null!=i.deprecationHandler&&i.deprecationHandler(null,e),n){for(var r,a=[],o=0;o<arguments.length;o++){if(r="","object"==typeof arguments[o]){for(var s in r+="\n["+o+"] ",arguments[0])r+=s+": "+arguments[0][s]+", ";r=r.slice(0,-2)}else r=arguments[o];a.push(r)}b(e+"\nArguments: "+Array.prototype.slice.call(a).join("")+"\n"+(new Error).stack),n=!1}return t.apply(this,arguments)}),t)}var x,D={};function S(e,t){null!=i.deprecationHandler&&i.deprecationHandler(e,t),D[e]||(b(t),D[e]=!0)}function E(e){return e instanceof Function||"[object Function]"===Object.prototype.toString.call(e)}function j(e,t){var n,r=f({},e);for(n in t)d(t,n)&&(o(e[n])&&o(t[n])?(r[n]={},f(r[n],e[n]),f(r[n],t[n])):null!=t[n]?r[n]=t[n]:delete r[n]);for(n in e)d(e,n)&&!d(t,n)&&o(e[n])&&(r[n]=f({},r[n]));return r}function O(e){null!=e&&this.set(e)}i.suppressDeprecationWarnings=!1,i.deprecationHandler=null,x=Object.keys?Object.keys:function(e){var t,n=[];for(t in e)d(e,t)&&n.push(t);return n};var H={};function P(e,t){var n=e.toLowerCase();H[n]=H[n+"s"]=H[t]=e}function A(e){return"string"==typeof e?H[e]||H[e.toLowerCase()]:void 0}function C(e){var t,n,r={};for(n in e)d(e,n)&&(t=A(n))&&(r[t]=e[n]);return r}var N={};function R(e,t){N[e]=t}function I(e,t,n){var r=""+Math.abs(e),i=t-r.length;return(e>=0?n?"+":"":"-")+Math.pow(10,Math.max(0,i)).toString().substr(1)+r}var F=/(\[[^\[]*\])|(\\)?([Hh]mm(ss)?|Mo|MM?M?M?|Do|DDDo|DD?D?D?|ddd?d?|do?|w[o|w]?|W[o|W]?|Qo?|YYYYYY|YYYYY|YYYY|YY|gg(ggg?)?|GG(GGG?)?|e|E|a|A|hh?|HH?|kk?|mm?|ss?|S{1,9}|x|X|zz?|ZZ?|.)/g,W=/(\[[^\[]*\])|(\\)?(LTS|LT|LL?L?L?|l{1,4})/g,z={},U={};function $(e,t,n,r){var i=r;"string"==typeof r&&(i=function(){return this[r]()}),e&&(U[e]=i),t&&(U[t[0]]=function(){return I(i.apply(this,arguments),t[1],t[2])}),n&&(U[n]=function(){return this.localeData().ordinal(i.apply(this,arguments),e)})}function q(e,t){return e.isValid()?(t=B(t,e.localeData()),z[t]=z[t]||function(e){var t,n,r,i=e.match(F);for(t=0,n=i.length;t<n;t++)U[i[t]]?i[t]=U[i[t]]:i[t]=(r=i[t]).match(/\[[\s\S]/)?r.replace(/^\[|\]$/g,""):r.replace(/\\/g,"");return function(t){var r,a="";for(r=0;r<n;r++)a+=E(i[r])?i[r].call(t,e):i[r];return a}}(t),z[t](e)):e.localeData().invalidDate()}function B(e,t){var n=5;function r(e){return t.longDateFormat(e)||e}for(W.lastIndex=0;n>=0&&W.test(e);)e=e.replace(W,r),W.lastIndex=0,n-=1;return e}var J=/\d/,G=/\d\d/,V=/\d{3}/,K=/\d{4}/,X=/[+-]?\d{6}/,Z=/\d\d?/,Q=/\d\d\d\d?/,ee=/\d\d\d\d\d\d?/,te=/\d{1,3}/,ne=/\d{1,4}/,re=/[+-]?\d{1,6}/,ie=/\d+/,ae=/[+-]?\d+/,oe=/Z|[+-]\d\d:?\d\d/gi,se=/Z|[+-]\d\d(?::?\d\d)?/gi,ue=/[0-9]{0,256}['a-z\u00A0-\u05FF\u0700-\uD7FF\uF900-\uFDCF\uFDF0-\uFF07\uFF10-\uFFEF]{1,256}|[\u0600-\u06FF\/]{1,256}(\s*?[\u0600-\u06FF]{1,256}){1,2}/i,le={};function ce(e,t,n){le[e]=E(t)?t:function(e,r){return e&&n?n:t}}function de(e,t){return d(le,e)?le[e](t._strict,t._locale):new RegExp(fe(e.replace("\\","").replace(/\\(\[)|\\(\])|\[([^\]\[]*)\]|\\(.)/g,(function(e,t,n,r,i){return t||n||r||i}))))}function fe(e){return e.replace(/[-\/\\^$*+?.()|[\]{}]/g,"\\$&")}var he={};function me(e,t){var n,r=t;for("string"==typeof e&&(e=[e]),u(t)&&(r=function(e,n){n[t]=k(e)}),n=0;n<e.length;n++)he[e[n]]=r}function _e(e,t){me(e,(function(e,n,r,i){r._w=r._w||{},t(e,r._w,r,i)}))}function pe(e,t,n){null!=t&&d(he,e)&&he[e](t,n._a,n,e)}function ye(e){return ge(e)?366:365}function ge(e){return e%4==0&&e%100!=0||e%400==0}$("Y",0,0,(function(){var e=this.year();return e<=9999?""+e:"+"+e})),$(0,["YY",2],0,(function(){return this.year()%100})),$(0,["YYYY",4],0,"year"),$(0,["YYYYY",5],0,"year"),$(0,["YYYYYY",6,!0],0,"year"),P("year","y"),R("year",1),ce("Y",ae),ce("YY",Z,G),ce("YYYY",ne,K),ce("YYYYY",re,X),ce("YYYYYY",re,X),me(["YYYYY","YYYYYY"],0),me("YYYY",(function(e,t){t[0]=2===e.length?i.parseTwoDigitYear(e):k(e)})),me("YY",(function(e,t){t[0]=i.parseTwoDigitYear(e)})),me("Y",(function(e,t){t[0]=parseInt(e,10)})),i.parseTwoDigitYear=function(e){return k(e)+(k(e)>68?1900:2e3)};var ve,Me=Le("FullYear",!0);function Le(e,t){return function(n){return null!=n?(ke(this,e,n),i.updateOffset(this,t),this):Ye(this,e)}}function Ye(e,t){return e.isValid()?e._d["get"+(e._isUTC?"UTC":"")+t]():NaN}function ke(e,t,n){e.isValid()&&!isNaN(n)&&("FullYear"===t&&ge(e.year())&&1===e.month()&&29===e.date()?e._d["set"+(e._isUTC?"UTC":"")+t](n,e.month(),we(n,e.month())):e._d["set"+(e._isUTC?"UTC":"")+t](n))}function we(e,t){if(isNaN(e)||isNaN(t))return NaN;var n=function(e,t){return(e%t+t)%t}(t,12);return e+=(t-n)/12,1===n?ge(e)?29:28:31-n%7%2}ve=Array.prototype.indexOf?Array.prototype.indexOf:function(e){var t;for(t=0;t<this.length;++t)if(this[t]===e)return t;return-1},$("M",["MM",2],"Mo",(function(){return this.month()+1})),$("MMM",0,0,(function(e){return this.localeData().monthsShort(this,e)})),$("MMMM",0,0,(function(e){return this.localeData().months(this,e)})),P("month","M"),R("month",8),ce("M",Z),ce("MM",Z,G),ce("MMM",(function(e,t){return t.monthsShortRegex(e)})),ce("MMMM",(function(e,t){return t.monthsRegex(e)})),me(["M","MM"],(function(e,t){t[1]=k(e)-1})),me(["MMM","MMMM"],(function(e,t,n,r){var i=n._locale.monthsParse(e,r,n._strict);null!=i?t[1]=i:m(n).invalidMonth=e}));var be=/D[oD]?(\[[^\[\]]*\]|\s)+MMMM?/,Te="January_February_March_April_May_June_July_August_September_October_November_December".split("_"),xe="Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec".split("_");function De(e,t,n){var r,i,a,o=e.toLocaleLowerCase();if(!this._monthsParse)for(this._monthsParse=[],this._longMonthsParse=[],this._shortMonthsParse=[],r=0;r<12;++r)a=h([2e3,r]),this._shortMonthsParse[r]=this.monthsShort(a,"").toLocaleLowerCase(),this._longMonthsParse[r]=this.months(a,"").toLocaleLowerCase();return n?"MMM"===t?-1!==(i=ve.call(this._shortMonthsParse,o))?i:null:-1!==(i=ve.call(this._longMonthsParse,o))?i:null:"MMM"===t?-1!==(i=ve.call(this._shortMonthsParse,o))||-1!==(i=ve.call(this._longMonthsParse,o))?i:null:-1!==(i=ve.call(this._longMonthsParse,o))||-1!==(i=ve.call(this._shortMonthsParse,o))?i:null}function Se(e,t){var n;if(!e.isValid())return e;if("string"==typeof t)if(/^\d+$/.test(t))t=k(t);else if(!u(t=e.localeData().monthsParse(t)))return e;return n=Math.min(e.date(),we(e.year(),t)),e._d["set"+(e._isUTC?"UTC":"")+"Month"](t,n),e}function Ee(e){return null!=e?(Se(this,e),i.updateOffset(this,!0),this):Ye(this,"Month")}var je=ue,Oe=ue;function He(){function e(e,t){return t.length-e.length}var t,n,r=[],i=[],a=[];for(t=0;t<12;t++)n=h([2e3,t]),r.push(this.monthsShort(n,"")),i.push(this.months(n,"")),a.push(this.months(n,"")),a.push(this.monthsShort(n,""));for(r.sort(e),i.sort(e),a.sort(e),t=0;t<12;t++)r[t]=fe(r[t]),i[t]=fe(i[t]);for(t=0;t<24;t++)a[t]=fe(a[t]);this._monthsRegex=new RegExp("^("+a.join("|")+")","i"),this._monthsShortRegex=this._monthsRegex,this._monthsStrictRegex=new RegExp("^("+i.join("|")+")","i"),this._monthsShortStrictRegex=new RegExp("^("+r.join("|")+")","i")}function Pe(e,t,n,r,i,a,o){var s;return e<100&&e>=0?(s=new Date(e+400,t,n,r,i,a,o),isFinite(s.getFullYear())&&s.setFullYear(e)):s=new Date(e,t,n,r,i,a,o),s}function Ae(e){var t;if(e<100&&e>=0){var n=Array.prototype.slice.call(arguments);n[0]=e+400,t=new Date(Date.UTC.apply(null,n)),isFinite(t.getUTCFullYear())&&t.setUTCFullYear(e)}else t=new Date(Date.UTC.apply(null,arguments));return t}function Ce(e,t,n){var r=7+t-n;return-(7+Ae(e,0,r).getUTCDay()-t)%7+r-1}function Ne(e,t,n,r,i){var a,o,s=1+7*(t-1)+(7+n-r)%7+Ce(e,r,i);return s<=0?o=ye(a=e-1)+s:s>ye(e)?(a=e+1,o=s-ye(e)):(a=e,o=s),{year:a,dayOfYear:o}}function Re(e,t,n){var r,i,a=Ce(e.year(),t,n),o=Math.floor((e.dayOfYear()-a-1)/7)+1;return o<1?r=o+Ie(i=e.year()-1,t,n):o>Ie(e.year(),t,n)?(r=o-Ie(e.year(),t,n),i=e.year()+1):(i=e.year(),r=o),{week:r,year:i}}function Ie(e,t,n){var r=Ce(e,t,n),i=Ce(e+1,t,n);return(ye(e)-r+i)/7}function Fe(e,t){return e.slice(t,7).concat(e.slice(0,t))}$("w",["ww",2],"wo","week"),$("W",["WW",2],"Wo","isoWeek"),P("week","w"),P("isoWeek","W"),R("week",5),R("isoWeek",5),ce("w",Z),ce("ww",Z,G),ce("W",Z),ce("WW",Z,G),_e(["w","ww","W","WW"],(function(e,t,n,r){t[r.substr(0,1)]=k(e)})),$("d",0,"do","day"),$("dd",0,0,(function(e){return this.localeData().weekdaysMin(this,e)})),$("ddd",0,0,(function(e){return this.localeData().weekdaysShort(this,e)})),$("dddd",0,0,(function(e){return this.localeData().weekdays(this,e)})),$("e",0,0,"weekday"),$("E",0,0,"isoWeekday"),P("day","d"),P("weekday","e"),P("isoWeekday","E"),R("day",11),R("weekday",11),R("isoWeekday",11),ce("d",Z),ce("e",Z),ce("E",Z),ce("dd",(function(e,t){return t.weekdaysMinRegex(e)})),ce("ddd",(function(e,t){return t.weekdaysShortRegex(e)})),ce("dddd",(function(e,t){return t.weekdaysRegex(e)})),_e(["dd","ddd","dddd"],(function(e,t,n,r){var i=n._locale.weekdaysParse(e,r,n._strict);null!=i?t.d=i:m(n).invalidWeekday=e})),_e(["d","e","E"],(function(e,t,n,r){t[r]=k(e)}));var We="Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),ze="Sun_Mon_Tue_Wed_Thu_Fri_Sat".split("_"),Ue="Su_Mo_Tu_We_Th_Fr_Sa".split("_");function $e(e,t,n){var r,i,a,o=e.toLocaleLowerCase();if(!this._weekdaysParse)for(this._weekdaysParse=[],this._shortWeekdaysParse=[],this._minWeekdaysParse=[],r=0;r<7;++r)a=h([2e3,1]).day(r),this._minWeekdaysParse[r]=this.weekdaysMin(a,"").toLocaleLowerCase(),this._shortWeekdaysParse[r]=this.weekdaysShort(a,"").toLocaleLowerCase(),this._weekdaysParse[r]=this.weekdays(a,"").toLocaleLowerCase();return n?"dddd"===t?-1!==(i=ve.call(this._weekdaysParse,o))?i:null:"ddd"===t?-1!==(i=ve.call(this._shortWeekdaysParse,o))?i:null:-1!==(i=ve.call(this._minWeekdaysParse,o))?i:null:"dddd"===t?-1!==(i=ve.call(this._weekdaysParse,o))||-1!==(i=ve.call(this._shortWeekdaysParse,o))||-1!==(i=ve.call(this._minWeekdaysParse,o))?i:null:"ddd"===t?-1!==(i=ve.call(this._shortWeekdaysParse,o))||-1!==(i=ve.call(this._weekdaysParse,o))||-1!==(i=ve.call(this._minWeekdaysParse,o))?i:null:-1!==(i=ve.call(this._minWeekdaysParse,o))||-1!==(i=ve.call(this._weekdaysParse,o))||-1!==(i=ve.call(this._shortWeekdaysParse,o))?i:null}var qe=ue,Be=ue,Je=ue;function Ge(){function e(e,t){return t.length-e.length}var t,n,r,i,a,o=[],s=[],u=[],l=[];for(t=0;t<7;t++)n=h([2e3,1]).day(t),r=this.weekdaysMin(n,""),i=this.weekdaysShort(n,""),a=this.weekdays(n,""),o.push(r),s.push(i),u.push(a),l.push(r),l.push(i),l.push(a);for(o.sort(e),s.sort(e),u.sort(e),l.sort(e),t=0;t<7;t++)s[t]=fe(s[t]),u[t]=fe(u[t]),l[t]=fe(l[t]);this._weekdaysRegex=new RegExp("^("+l.join("|")+")","i"),this._weekdaysShortRegex=this._weekdaysRegex,this._weekdaysMinRegex=this._weekdaysRegex,this._weekdaysStrictRegex=new RegExp("^("+u.join("|")+")","i"),this._weekdaysShortStrictRegex=new RegExp("^("+s.join("|")+")","i"),this._weekdaysMinStrictRegex=new RegExp("^("+o.join("|")+")","i")}function Ve(){return this.hours()%12||12}function Ke(e,t){$(e,0,0,(function(){return this.localeData().meridiem(this.hours(),this.minutes(),t)}))}function Xe(e,t){return t._meridiemParse}$("H",["HH",2],0,"hour"),$("h",["hh",2],0,Ve),$("k",["kk",2],0,(function(){return this.hours()||24})),$("hmm",0,0,(function(){return""+Ve.apply(this)+I(this.minutes(),2)})),$("hmmss",0,0,(function(){return""+Ve.apply(this)+I(this.minutes(),2)+I(this.seconds(),2)})),$("Hmm",0,0,(function(){return""+this.hours()+I(this.minutes(),2)})),$("Hmmss",0,0,(function(){return""+this.hours()+I(this.minutes(),2)+I(this.seconds(),2)})),Ke("a",!0),Ke("A",!1),P("hour","h"),R("hour",13),ce("a",Xe),ce("A",Xe),ce("H",Z),ce("h",Z),ce("k",Z),ce("HH",Z,G),ce("hh",Z,G),ce("kk",Z,G),ce("hmm",Q),ce("hmmss",ee),ce("Hmm",Q),ce("Hmmss",ee),me(["H","HH"],3),me(["k","kk"],(function(e,t,n){var r=k(e);t[3]=24===r?0:r})),me(["a","A"],(function(e,t,n){n._isPm=n._locale.isPM(e),n._meridiem=e})),me(["h","hh"],(function(e,t,n){t[3]=k(e),m(n).bigHour=!0})),me("hmm",(function(e,t,n){var r=e.length-2;t[3]=k(e.substr(0,r)),t[4]=k(e.substr(r)),m(n).bigHour=!0})),me("hmmss",(function(e,t,n){var r=e.length-4,i=e.length-2;t[3]=k(e.substr(0,r)),t[4]=k(e.substr(r,2)),t[5]=k(e.substr(i)),m(n).bigHour=!0})),me("Hmm",(function(e,t,n){var r=e.length-2;t[3]=k(e.substr(0,r)),t[4]=k(e.substr(r))})),me("Hmmss",(function(e,t,n){var r=e.length-4,i=e.length-2;t[3]=k(e.substr(0,r)),t[4]=k(e.substr(r,2)),t[5]=k(e.substr(i))}));var Ze,Qe=Le("Hours",!0),et={calendar:{sameDay:"[Today at] LT",nextDay:"[Tomorrow at] LT",nextWeek:"dddd [at] LT",lastDay:"[Yesterday at] LT",lastWeek:"[Last] dddd [at] LT",sameElse:"L"},longDateFormat:{LTS:"h:mm:ss A",LT:"h:mm A",L:"MM/DD/YYYY",LL:"MMMM D, YYYY",LLL:"MMMM D, YYYY h:mm A",LLLL:"dddd, MMMM D, YYYY h:mm A"},invalidDate:"Invalid date",ordinal:"%d",dayOfMonthOrdinalParse:/\d{1,2}/,relativeTime:{future:"in %s",past:"%s ago",s:"a few seconds",ss:"%d seconds",m:"a minute",mm:"%d minutes",h:"an hour",hh:"%d hours",d:"a day",dd:"%d days",M:"a month",MM:"%d months",y:"a year",yy:"%d years"},months:Te,monthsShort:xe,week:{dow:0,doy:6},weekdays:We,weekdaysMin:Ue,weekdaysShort:ze,meridiemParse:/[ap]\.?m?\.?/i},tt={},nt={};function rt(e){return e?e.toLowerCase().replace("_","-"):e}function it(t){var r=null;if(!tt[t]&&void 0!==e&&e&&e.exports)try{r=Ze._abbr,n(596)("./"+t),at(r)}catch(e){}return tt[t]}function at(e,t){var n;return e&&((n=s(t)?st(e):ot(e,t))?Ze=n:"undefined"!=typeof console&&console.warn&&console.warn("Locale "+e+" not found. Did you forget to load it?")),Ze._abbr}function ot(e,t){if(null!==t){var n,r=et;if(t.abbr=e,null!=tt[e])S("defineLocaleOverride","use moment.updateLocale(localeName, config) to change an existing locale. moment.defineLocale(localeName, config) should only be used for creating a new locale See http://momentjs.com/guides/#/warnings/define-locale/ for more info."),r=tt[e]._config;else if(null!=t.parentLocale)if(null!=tt[t.parentLocale])r=tt[t.parentLocale]._config;else{if(null==(n=it(t.parentLocale)))return nt[t.parentLocale]||(nt[t.parentLocale]=[]),nt[t.parentLocale].push({name:e,config:t}),null;r=n._config}return tt[e]=new O(j(r,t)),nt[e]&&nt[e].forEach((function(e){ot(e.name,e.config)})),at(e),tt[e]}return delete tt[e],null}function st(e){var t;if(e&&e._locale&&e._locale._abbr&&(e=e._locale._abbr),!e)return Ze;if(!a(e)){if(t=it(e))return t;e=[e]}return function(e){for(var t,n,r,i,a=0;a<e.length;){for(t=(i=rt(e[a]).split("-")).length,n=(n=rt(e[a+1]))?n.split("-"):null;t>0;){if(r=it(i.slice(0,t).join("-")))return r;if(n&&n.length>=t&&w(i,n,!0)>=t-1)break;t--}a++}return Ze}(e)}function ut(e){var t,n=e._a;return n&&-2===m(e).overflow&&(t=n[1]<0||n[1]>11?1:n[2]<1||n[2]>we(n[0],n[1])?2:n[3]<0||n[3]>24||24===n[3]&&(0!==n[4]||0!==n[5]||0!==n[6])?3:n[4]<0||n[4]>59?4:n[5]<0||n[5]>59?5:n[6]<0||n[6]>999?6:-1,m(e)._overflowDayOfYear&&(t<0||t>2)&&(t=2),m(e)._overflowWeeks&&-1===t&&(t=7),m(e)._overflowWeekday&&-1===t&&(t=8),m(e).overflow=t),e}function lt(e,t,n){return null!=e?e:null!=t?t:n}function ct(e){var t,n,r,a,o,s=[];if(!e._d){for(r=function(e){var t=new Date(i.now());return e._useUTC?[t.getUTCFullYear(),t.getUTCMonth(),t.getUTCDate()]:[t.getFullYear(),t.getMonth(),t.getDate()]}(e),e._w&&null==e._a[2]&&null==e._a[1]&&function(e){var t,n,r,i,a,o,s,u;if(null!=(t=e._w).GG||null!=t.W||null!=t.E)a=1,o=4,n=lt(t.GG,e._a[0],Re(bt(),1,4).year),r=lt(t.W,1),((i=lt(t.E,1))<1||i>7)&&(u=!0);else{a=e._locale._week.dow,o=e._locale._week.doy;var l=Re(bt(),a,o);n=lt(t.gg,e._a[0],l.year),r=lt(t.w,l.week),null!=t.d?((i=t.d)<0||i>6)&&(u=!0):null!=t.e?(i=t.e+a,(t.e<0||t.e>6)&&(u=!0)):i=a}r<1||r>Ie(n,a,o)?m(e)._overflowWeeks=!0:null!=u?m(e)._overflowWeekday=!0:(s=Ne(n,r,i,a,o),e._a[0]=s.year,e._dayOfYear=s.dayOfYear)}(e),null!=e._dayOfYear&&(o=lt(e._a[0],r[0]),(e._dayOfYear>ye(o)||0===e._dayOfYear)&&(m(e)._overflowDayOfYear=!0),n=Ae(o,0,e._dayOfYear),e._a[1]=n.getUTCMonth(),e._a[2]=n.getUTCDate()),t=0;t<3&&null==e._a[t];++t)e._a[t]=s[t]=r[t];for(;t<7;t++)e._a[t]=s[t]=null==e._a[t]?2===t?1:0:e._a[t];24===e._a[3]&&0===e._a[4]&&0===e._a[5]&&0===e._a[6]&&(e._nextDay=!0,e._a[3]=0),e._d=(e._useUTC?Ae:Pe).apply(null,s),a=e._useUTC?e._d.getUTCDay():e._d.getDay(),null!=e._tzm&&e._d.setUTCMinutes(e._d.getUTCMinutes()-e._tzm),e._nextDay&&(e._a[3]=24),e._w&&void 0!==e._w.d&&e._w.d!==a&&(m(e).weekdayMismatch=!0)}}var dt=/^\s*((?:[+-]\d{6}|\d{4})-(?:\d\d-\d\d|W\d\d-\d|W\d\d|\d\d\d|\d\d))(?:(T| )(\d\d(?::\d\d(?::\d\d(?:[.,]\d+)?)?)?)([\+\-]\d\d(?::?\d\d)?|\s*Z)?)?$/,ft=/^\s*((?:[+-]\d{6}|\d{4})(?:\d\d\d\d|W\d\d\d|W\d\d|\d\d\d|\d\d))(?:(T| )(\d\d(?:\d\d(?:\d\d(?:[.,]\d+)?)?)?)([\+\-]\d\d(?::?\d\d)?|\s*Z)?)?$/,ht=/Z|[+-]\d\d(?::?\d\d)?/,mt=[["YYYYYY-MM-DD",/[+-]\d{6}-\d\d-\d\d/],["YYYY-MM-DD",/\d{4}-\d\d-\d\d/],["GGGG-[W]WW-E",/\d{4}-W\d\d-\d/],["GGGG-[W]WW",/\d{4}-W\d\d/,!1],["YYYY-DDD",/\d{4}-\d{3}/],["YYYY-MM",/\d{4}-\d\d/,!1],["YYYYYYMMDD",/[+-]\d{10}/],["YYYYMMDD",/\d{8}/],["GGGG[W]WWE",/\d{4}W\d{3}/],["GGGG[W]WW",/\d{4}W\d{2}/,!1],["YYYYDDD",/\d{7}/]],_t=[["HH:mm:ss.SSSS",/\d\d:\d\d:\d\d\.\d+/],["HH:mm:ss,SSSS",/\d\d:\d\d:\d\d,\d+/],["HH:mm:ss",/\d\d:\d\d:\d\d/],["HH:mm",/\d\d:\d\d/],["HHmmss.SSSS",/\d\d\d\d\d\d\.\d+/],["HHmmss,SSSS",/\d\d\d\d\d\d,\d+/],["HHmmss",/\d\d\d\d\d\d/],["HHmm",/\d\d\d\d/],["HH",/\d\d/]],pt=/^\/?Date\((\-?\d+)/i;function yt(e){var t,n,r,i,a,o,s=e._i,u=dt.exec(s)||ft.exec(s);if(u){for(m(e).iso=!0,t=0,n=mt.length;t<n;t++)if(mt[t][1].exec(u[1])){i=mt[t][0],r=!1!==mt[t][2];break}if(null==i)return void(e._isValid=!1);if(u[3]){for(t=0,n=_t.length;t<n;t++)if(_t[t][1].exec(u[3])){a=(u[2]||" ")+_t[t][0];break}if(null==a)return void(e._isValid=!1)}if(!r&&null!=a)return void(e._isValid=!1);if(u[4]){if(!ht.exec(u[4]))return void(e._isValid=!1);o="Z"}e._f=i+(a||"")+(o||""),Yt(e)}else e._isValid=!1}var gt=/^(?:(Mon|Tue|Wed|Thu|Fri|Sat|Sun),?\s)?(\d{1,2})\s(Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec)\s(\d{2,4})\s(\d\d):(\d\d)(?::(\d\d))?\s(?:(UT|GMT|[ECMP][SD]T)|([Zz])|([+-]\d{4}))$/;function vt(e){var t=parseInt(e,10);return t<=49?2e3+t:t<=999?1900+t:t}var Mt={UT:0,GMT:0,EDT:-240,EST:-300,CDT:-300,CST:-360,MDT:-360,MST:-420,PDT:-420,PST:-480};function Lt(e){var t,n,r,i,a,o,s,u=gt.exec(e._i.replace(/\([^)]*\)|[\n\t]/g," ").replace(/(\s\s+)/g," ").replace(/^\s\s*/,"").replace(/\s\s*$/,""));if(u){var l=(t=u[4],n=u[3],r=u[2],i=u[5],a=u[6],o=u[7],s=[vt(t),xe.indexOf(n),parseInt(r,10),parseInt(i,10),parseInt(a,10)],o&&s.push(parseInt(o,10)),s);if(!function(e,t,n){return!e||ze.indexOf(e)===new Date(t[0],t[1],t[2]).getDay()||(m(n).weekdayMismatch=!0,n._isValid=!1,!1)}(u[1],l,e))return;e._a=l,e._tzm=function(e,t,n){if(e)return Mt[e];if(t)return 0;var r=parseInt(n,10),i=r%100;return(r-i)/100*60+i}(u[8],u[9],u[10]),e._d=Ae.apply(null,e._a),e._d.setUTCMinutes(e._d.getUTCMinutes()-e._tzm),m(e).rfc2822=!0}else e._isValid=!1}function Yt(e){if(e._f!==i.ISO_8601)if(e._f!==i.RFC_2822){e._a=[],m(e).empty=!0;var t,n,r,a,o,s=""+e._i,u=s.length,l=0;for(r=B(e._f,e._locale).match(F)||[],t=0;t<r.length;t++)a=r[t],(n=(s.match(de(a,e))||[])[0])&&((o=s.substr(0,s.indexOf(n))).length>0&&m(e).unusedInput.push(o),s=s.slice(s.indexOf(n)+n.length),l+=n.length),U[a]?(n?m(e).empty=!1:m(e).unusedTokens.push(a),pe(a,n,e)):e._strict&&!n&&m(e).unusedTokens.push(a);m(e).charsLeftOver=u-l,s.length>0&&m(e).unusedInput.push(s),e._a[3]<=12&&!0===m(e).bigHour&&e._a[3]>0&&(m(e).bigHour=void 0),m(e).parsedDateParts=e._a.slice(0),m(e).meridiem=e._meridiem,e._a[3]=function(e,t,n){var r;return null==n?t:null!=e.meridiemHour?e.meridiemHour(t,n):null!=e.isPM?((r=e.isPM(n))&&t<12&&(t+=12),r||12!==t||(t=0),t):t}(e._locale,e._a[3],e._meridiem),ct(e),ut(e)}else Lt(e);else yt(e)}function kt(e){var t=e._i,n=e._f;return e._locale=e._locale||st(e._l),null===t||void 0===n&&""===t?p({nullInput:!0}):("string"==typeof t&&(e._i=t=e._locale.preparse(t)),L(t)?new M(ut(t)):(l(t)?e._d=t:a(n)?function(e){var t,n,r,i,a;if(0===e._f.length)return m(e).invalidFormat=!0,void(e._d=new Date(NaN));for(i=0;i<e._f.length;i++)a=0,t=g({},e),null!=e._useUTC&&(t._useUTC=e._useUTC),t._f=e._f[i],Yt(t),_(t)&&(a+=m(t).charsLeftOver,a+=10*m(t).unusedTokens.length,m(t).score=a,(null==r||a<r)&&(r=a,n=t));f(e,n||t)}(e):n?Yt(e):function(e){var t=e._i;s(t)?e._d=new Date(i.now()):l(t)?e._d=new Date(t.valueOf()):"string"==typeof t?function(e){var t=pt.exec(e._i);null===t?(yt(e),!1===e._isValid&&(delete e._isValid,Lt(e),!1===e._isValid&&(delete e._isValid,i.createFromInputFallback(e)))):e._d=new Date(+t[1])}(e):a(t)?(e._a=c(t.slice(0),(function(e){return parseInt(e,10)})),ct(e)):o(t)?function(e){if(!e._d){var t=C(e._i);e._a=c([t.year,t.month,t.day||t.date,t.hour,t.minute,t.second,t.millisecond],(function(e){return e&&parseInt(e,10)})),ct(e)}}(e):u(t)?e._d=new Date(t):i.createFromInputFallback(e)}(e),_(e)||(e._d=null),e))}function wt(e,t,n,r,i){var s,u={};return!0!==n&&!1!==n||(r=n,n=void 0),(o(e)&&function(e){if(Object.getOwnPropertyNames)return 0===Object.getOwnPropertyNames(e).length;var t;for(t in e)if(e.hasOwnProperty(t))return!1;return!0}(e)||a(e)&&0===e.length)&&(e=void 0),u._isAMomentObject=!0,u._useUTC=u._isUTC=i,u._l=n,u._i=e,u._f=t,u._strict=r,(s=new M(ut(kt(u))))._nextDay&&(s.add(1,"d"),s._nextDay=void 0),s}function bt(e,t,n,r){return wt(e,t,n,r,!1)}i.createFromInputFallback=T("value provided is not in a recognized RFC2822 or ISO format. moment construction falls back to js Date(), which is not reliable across all browsers and versions. Non RFC2822/ISO date formats are discouraged and will be removed in an upcoming major release. Please refer to http://momentjs.com/guides/#/warnings/js-date/ for more info.",(function(e){e._d=new Date(e._i+(e._useUTC?" UTC":""))})),i.ISO_8601=function(){},i.RFC_2822=function(){};var Tt=T("moment().min is deprecated, use moment.max instead. http://momentjs.com/guides/#/warnings/min-max/",(function(){var e=bt.apply(null,arguments);return this.isValid()&&e.isValid()?e<this?this:e:p()})),xt=T("moment().max is deprecated, use moment.min instead. http://momentjs.com/guides/#/warnings/min-max/",(function(){var e=bt.apply(null,arguments);return this.isValid()&&e.isValid()?e>this?this:e:p()}));function Dt(e,t){var n,r;if(1===t.length&&a(t[0])&&(t=t[0]),!t.length)return bt();for(n=t[0],r=1;r<t.length;++r)t[r].isValid()&&!t[r][e](n)||(n=t[r]);return n}var St=["year","quarter","month","week","day","hour","minute","second","millisecond"];function Et(e){var t=C(e),n=t.year||0,r=t.quarter||0,i=t.month||0,a=t.week||t.isoWeek||0,o=t.day||0,s=t.hour||0,u=t.minute||0,l=t.second||0,c=t.millisecond||0;this._isValid=function(e){for(var t in e)if(-1===ve.call(St,t)||null!=e[t]&&isNaN(e[t]))return!1;for(var n=!1,r=0;r<St.length;++r)if(e[St[r]]){if(n)return!1;parseFloat(e[St[r]])!==k(e[St[r]])&&(n=!0)}return!0}(t),this._milliseconds=+c+1e3*l+6e4*u+1e3*s*60*60,this._days=+o+7*a,this._months=+i+3*r+12*n,this._data={},this._locale=st(),this._bubble()}function jt(e){return e instanceof Et}function Ot(e){return e<0?-1*Math.round(-1*e):Math.round(e)}function Ht(e,t){$(e,0,0,(function(){var e=this.utcOffset(),n="+";return e<0&&(e=-e,n="-"),n+I(~~(e/60),2)+t+I(~~e%60,2)}))}Ht("Z",":"),Ht("ZZ",""),ce("Z",se),ce("ZZ",se),me(["Z","ZZ"],(function(e,t,n){n._useUTC=!0,n._tzm=At(se,e)}));var Pt=/([\+\-]|\d\d)/gi;function At(e,t){var n=(t||"").match(e);if(null===n)return null;var r=((n[n.length-1]||[])+"").match(Pt)||["-",0,0],i=60*r[1]+k(r[2]);return 0===i?0:"+"===r[0]?i:-i}function Ct(e,t){var n,r;return t._isUTC?(n=t.clone(),r=(L(e)||l(e)?e.valueOf():bt(e).valueOf())-n.valueOf(),n._d.setTime(n._d.valueOf()+r),i.updateOffset(n,!1),n):bt(e).local()}function Nt(e){return 15*-Math.round(e._d.getTimezoneOffset()/15)}function Rt(){return!!this.isValid()&&this._isUTC&&0===this._offset}i.updateOffset=function(){};var It=/^(\-|\+)?(?:(\d*)[. ])?(\d+)\:(\d+)(?:\:(\d+)(\.\d*)?)?$/,Ft=/^(-|\+)?P(?:([-+]?[0-9,.]*)Y)?(?:([-+]?[0-9,.]*)M)?(?:([-+]?[0-9,.]*)W)?(?:([-+]?[0-9,.]*)D)?(?:T(?:([-+]?[0-9,.]*)H)?(?:([-+]?[0-9,.]*)M)?(?:([-+]?[0-9,.]*)S)?)?$/;function Wt(e,t){var n,r,i,a,o,s,l=e,c=null;return jt(e)?l={ms:e._milliseconds,d:e._days,M:e._months}:u(e)?(l={},t?l[t]=e:l.milliseconds=e):(c=It.exec(e))?(n="-"===c[1]?-1:1,l={y:0,d:k(c[2])*n,h:k(c[3])*n,m:k(c[4])*n,s:k(c[5])*n,ms:k(Ot(1e3*c[6]))*n}):(c=Ft.exec(e))?(n="-"===c[1]?-1:1,l={y:zt(c[2],n),M:zt(c[3],n),w:zt(c[4],n),d:zt(c[5],n),h:zt(c[6],n),m:zt(c[7],n),s:zt(c[8],n)}):null==l?l={}:"object"==typeof l&&("from"in l||"to"in l)&&(a=bt(l.from),o=bt(l.to),i=a.isValid()&&o.isValid()?(o=Ct(o,a),a.isBefore(o)?s=Ut(a,o):((s=Ut(o,a)).milliseconds=-s.milliseconds,s.months=-s.months),s):{milliseconds:0,months:0},(l={}).ms=i.milliseconds,l.M=i.months),r=new Et(l),jt(e)&&d(e,"_locale")&&(r._locale=e._locale),r}function zt(e,t){var n=e&&parseFloat(e.replace(",","."));return(isNaN(n)?0:n)*t}function Ut(e,t){var n={};return n.months=t.month()-e.month()+12*(t.year()-e.year()),e.clone().add(n.months,"M").isAfter(t)&&--n.months,n.milliseconds=+t-+e.clone().add(n.months,"M"),n}function $t(e,t){return function(n,r){var i;return null===r||isNaN(+r)||(S(t,"moment()."+t+"(period, number) is deprecated. Please use moment()."+t+"(number, period). See http://momentjs.com/guides/#/warnings/add-inverted-param/ for more info."),i=n,n=r,r=i),qt(this,Wt(n="string"==typeof n?+n:n,r),e),this}}function qt(e,t,n,r){var a=t._milliseconds,o=Ot(t._days),s=Ot(t._months);e.isValid()&&(r=null==r||r,s&&Se(e,Ye(e,"Month")+s*n),o&&ke(e,"Date",Ye(e,"Date")+o*n),a&&e._d.setTime(e._d.valueOf()+a*n),r&&i.updateOffset(e,o||s))}Wt.fn=Et.prototype,Wt.invalid=function(){return Wt(NaN)};var Bt=$t(1,"add"),Jt=$t(-1,"subtract");function Gt(e,t){var n=12*(t.year()-e.year())+(t.month()-e.month()),r=e.clone().add(n,"months");return-(n+(t-r<0?(t-r)/(r-e.clone().add(n-1,"months")):(t-r)/(e.clone().add(n+1,"months")-r)))||0}function Vt(e){var t;return void 0===e?this._locale._abbr:(null!=(t=st(e))&&(this._locale=t),this)}i.defaultFormat="YYYY-MM-DDTHH:mm:ssZ",i.defaultFormatUtc="YYYY-MM-DDTHH:mm:ss[Z]";var Kt=T("moment().lang() is deprecated. Instead, use moment().localeData() to get the language configuration. Use moment().locale() to change languages.",(function(e){return void 0===e?this.localeData():this.locale(e)}));function Xt(){return this._locale}function Zt(e,t){return(e%t+t)%t}function Qt(e,t,n){return e<100&&e>=0?new Date(e+400,t,n)-126227808e5:new Date(e,t,n).valueOf()}function en(e,t,n){return e<100&&e>=0?Date.UTC(e+400,t,n)-126227808e5:Date.UTC(e,t,n)}function tn(e,t){$(0,[e,e.length],0,t)}function nn(e,t,n,r,i){var a;return null==e?Re(this,r,i).year:(t>(a=Ie(e,r,i))&&(t=a),rn.call(this,e,t,n,r,i))}function rn(e,t,n,r,i){var a=Ne(e,t,n,r,i),o=Ae(a.year,0,a.dayOfYear);return this.year(o.getUTCFullYear()),this.month(o.getUTCMonth()),this.date(o.getUTCDate()),this}$(0,["gg",2],0,(function(){return this.weekYear()%100})),$(0,["GG",2],0,(function(){return this.isoWeekYear()%100})),tn("gggg","weekYear"),tn("ggggg","weekYear"),tn("GGGG","isoWeekYear"),tn("GGGGG","isoWeekYear"),P("weekYear","gg"),P("isoWeekYear","GG"),R("weekYear",1),R("isoWeekYear",1),ce("G",ae),ce("g",ae),ce("GG",Z,G),ce("gg",Z,G),ce("GGGG",ne,K),ce("gggg",ne,K),ce("GGGGG",re,X),ce("ggggg",re,X),_e(["gggg","ggggg","GGGG","GGGGG"],(function(e,t,n,r){t[r.substr(0,2)]=k(e)})),_e(["gg","GG"],(function(e,t,n,r){t[r]=i.parseTwoDigitYear(e)})),$("Q",0,"Qo","quarter"),P("quarter","Q"),R("quarter",7),ce("Q",J),me("Q",(function(e,t){t[1]=3*(k(e)-1)})),$("D",["DD",2],"Do","date"),P("date","D"),R("date",9),ce("D",Z),ce("DD",Z,G),ce("Do",(function(e,t){return e?t._dayOfMonthOrdinalParse||t._ordinalParse:t._dayOfMonthOrdinalParseLenient})),me(["D","DD"],2),me("Do",(function(e,t){t[2]=k(e.match(Z)[0])}));var an=Le("Date",!0);$("DDD",["DDDD",3],"DDDo","dayOfYear"),P("dayOfYear","DDD"),R("dayOfYear",4),ce("DDD",te),ce("DDDD",V),me(["DDD","DDDD"],(function(e,t,n){n._dayOfYear=k(e)})),$("m",["mm",2],0,"minute"),P("minute","m"),R("minute",14),ce("m",Z),ce("mm",Z,G),me(["m","mm"],4);var on=Le("Minutes",!1);$("s",["ss",2],0,"second"),P("second","s"),R("second",15),ce("s",Z),ce("ss",Z,G),me(["s","ss"],5);var sn,un=Le("Seconds",!1);for($("S",0,0,(function(){return~~(this.millisecond()/100)})),$(0,["SS",2],0,(function(){return~~(this.millisecond()/10)})),$(0,["SSS",3],0,"millisecond"),$(0,["SSSS",4],0,(function(){return 10*this.millisecond()})),$(0,["SSSSS",5],0,(function(){return 100*this.millisecond()})),$(0,["SSSSSS",6],0,(function(){return 1e3*this.millisecond()})),$(0,["SSSSSSS",7],0,(function(){return 1e4*this.millisecond()})),$(0,["SSSSSSSS",8],0,(function(){return 1e5*this.millisecond()})),$(0,["SSSSSSSSS",9],0,(function(){return 1e6*this.millisecond()})),P("millisecond","ms"),R("millisecond",16),ce("S",te,J),ce("SS",te,G),ce("SSS",te,V),sn="SSSS";sn.length<=9;sn+="S")ce(sn,ie);function ln(e,t){t[6]=k(1e3*("0."+e))}for(sn="S";sn.length<=9;sn+="S")me(sn,ln);var cn=Le("Milliseconds",!1);$("z",0,0,"zoneAbbr"),$("zz",0,0,"zoneName");var dn=M.prototype;function fn(e){return e}dn.add=Bt,dn.calendar=function(e,t){var n=e||bt(),r=Ct(n,this).startOf("day"),a=i.calendarFormat(this,r)||"sameElse",o=t&&(E(t[a])?t[a].call(this,n):t[a]);return this.format(o||this.localeData().calendar(a,this,bt(n)))},dn.clone=function(){return new M(this)},dn.diff=function(e,t,n){var r,i,a;if(!this.isValid())return NaN;if(!(r=Ct(e,this)).isValid())return NaN;switch(i=6e4*(r.utcOffset()-this.utcOffset()),t=A(t)){case"year":a=Gt(this,r)/12;break;case"month":a=Gt(this,r);break;case"quarter":a=Gt(this,r)/3;break;case"second":a=(this-r)/1e3;break;case"minute":a=(this-r)/6e4;break;case"hour":a=(this-r)/36e5;break;case"day":a=(this-r-i)/864e5;break;case"week":a=(this-r-i)/6048e5;break;default:a=this-r}return n?a:Y(a)},dn.endOf=function(e){var t;if(void 0===(e=A(e))||"millisecond"===e||!this.isValid())return this;var n=this._isUTC?en:Qt;switch(e){case"year":t=n(this.year()+1,0,1)-1;break;case"quarter":t=n(this.year(),this.month()-this.month()%3+3,1)-1;break;case"month":t=n(this.year(),this.month()+1,1)-1;break;case"week":t=n(this.year(),this.month(),this.date()-this.weekday()+7)-1;break;case"isoWeek":t=n(this.year(),this.month(),this.date()-(this.isoWeekday()-1)+7)-1;break;case"day":case"date":t=n(this.year(),this.month(),this.date()+1)-1;break;case"hour":t=this._d.valueOf(),t+=36e5-Zt(t+(this._isUTC?0:6e4*this.utcOffset()),36e5)-1;break;case"minute":t=this._d.valueOf(),t+=6e4-Zt(t,6e4)-1;break;case"second":t=this._d.valueOf(),t+=1e3-Zt(t,1e3)-1}return this._d.setTime(t),i.updateOffset(this,!0),this},dn.format=function(e){e||(e=this.isUtc()?i.defaultFormatUtc:i.defaultFormat);var t=q(this,e);return this.localeData().postformat(t)},dn.from=function(e,t){return this.isValid()&&(L(e)&&e.isValid()||bt(e).isValid())?Wt({to:this,from:e}).locale(this.locale()).humanize(!t):this.localeData().invalidDate()},dn.fromNow=function(e){return this.from(bt(),e)},dn.to=function(e,t){return this.isValid()&&(L(e)&&e.isValid()||bt(e).isValid())?Wt({from:this,to:e}).locale(this.locale()).humanize(!t):this.localeData().invalidDate()},dn.toNow=function(e){return this.to(bt(),e)},dn.get=function(e){return E(this[e=A(e)])?this[e]():this},dn.invalidAt=function(){return m(this).overflow},dn.isAfter=function(e,t){var n=L(e)?e:bt(e);return!(!this.isValid()||!n.isValid())&&("millisecond"===(t=A(t)||"millisecond")?this.valueOf()>n.valueOf():n.valueOf()<this.clone().startOf(t).valueOf())},dn.isBefore=function(e,t){var n=L(e)?e:bt(e);return!(!this.isValid()||!n.isValid())&&("millisecond"===(t=A(t)||"millisecond")?this.valueOf()<n.valueOf():this.clone().endOf(t).valueOf()<n.valueOf())},dn.isBetween=function(e,t,n,r){var i=L(e)?e:bt(e),a=L(t)?t:bt(t);return!!(this.isValid()&&i.isValid()&&a.isValid())&&("("===(r=r||"()")[0]?this.isAfter(i,n):!this.isBefore(i,n))&&(")"===r[1]?this.isBefore(a,n):!this.isAfter(a,n))},dn.isSame=function(e,t){var n,r=L(e)?e:bt(e);return!(!this.isValid()||!r.isValid())&&("millisecond"===(t=A(t)||"millisecond")?this.valueOf()===r.valueOf():(n=r.valueOf(),this.clone().startOf(t).valueOf()<=n&&n<=this.clone().endOf(t).valueOf()))},dn.isSameOrAfter=function(e,t){return this.isSame(e,t)||this.isAfter(e,t)},dn.isSameOrBefore=function(e,t){return this.isSame(e,t)||this.isBefore(e,t)},dn.isValid=function(){return _(this)},dn.lang=Kt,dn.locale=Vt,dn.localeData=Xt,dn.max=xt,dn.min=Tt,dn.parsingFlags=function(){return f({},m(this))},dn.set=function(e,t){if("object"==typeof e)for(var n=function(e){var t=[];for(var n in e)t.push({unit:n,priority:N[n]});return t.sort((function(e,t){return e.priority-t.priority})),t}(e=C(e)),r=0;r<n.length;r++)this[n[r].unit](e[n[r].unit]);else if(E(this[e=A(e)]))return this[e](t);return this},dn.startOf=function(e){var t;if(void 0===(e=A(e))||"millisecond"===e||!this.isValid())return this;var n=this._isUTC?en:Qt;switch(e){case"year":t=n(this.year(),0,1);break;case"quarter":t=n(this.year(),this.month()-this.month()%3,1);break;case"month":t=n(this.year(),this.month(),1);break;case"week":t=n(this.year(),this.month(),this.date()-this.weekday());break;case"isoWeek":t=n(this.year(),this.month(),this.date()-(this.isoWeekday()-1));break;case"day":case"date":t=n(this.year(),this.month(),this.date());break;case"hour":t=this._d.valueOf(),t-=Zt(t+(this._isUTC?0:6e4*this.utcOffset()),36e5);break;case"minute":t=this._d.valueOf(),t-=Zt(t,6e4);break;case"second":t=this._d.valueOf(),t-=Zt(t,1e3)}return this._d.setTime(t),i.updateOffset(this,!0),this},dn.subtract=Jt,dn.toArray=function(){var e=this;return[e.year(),e.month(),e.date(),e.hour(),e.minute(),e.second(),e.millisecond()]},dn.toObject=function(){var e=this;return{years:e.year(),months:e.month(),date:e.date(),hours:e.hours(),minutes:e.minutes(),seconds:e.seconds(),milliseconds:e.milliseconds()}},dn.toDate=function(){return new Date(this.valueOf())},dn.toISOString=function(e){if(!this.isValid())return null;var t=!0!==e,n=t?this.clone().utc():this;return n.year()<0||n.year()>9999?q(n,t?"YYYYYY-MM-DD[T]HH:mm:ss.SSS[Z]":"YYYYYY-MM-DD[T]HH:mm:ss.SSSZ"):E(Date.prototype.toISOString)?t?this.toDate().toISOString():new Date(this.valueOf()+60*this.utcOffset()*1e3).toISOString().replace("Z",q(n,"Z")):q(n,t?"YYYY-MM-DD[T]HH:mm:ss.SSS[Z]":"YYYY-MM-DD[T]HH:mm:ss.SSSZ")},dn.inspect=function(){if(!this.isValid())return"moment.invalid(/* "+this._i+" */)";var e="moment",t="";this.isLocal()||(e=0===this.utcOffset()?"moment.utc":"moment.parseZone",t="Z");var n="["+e+'("]',r=0<=this.year()&&this.year()<=9999?"YYYY":"YYYYYY",i=t+'[")]';return this.format(n+r+"-MM-DD[T]HH:mm:ss.SSS"+i)},dn.toJSON=function(){return this.isValid()?this.toISOString():null},dn.toString=function(){return this.clone().locale("en").format("ddd MMM DD YYYY HH:mm:ss [GMT]ZZ")},dn.unix=function(){return Math.floor(this.valueOf()/1e3)},dn.valueOf=function(){return this._d.valueOf()-6e4*(this._offset||0)},dn.creationData=function(){return{input:this._i,format:this._f,locale:this._locale,isUTC:this._isUTC,strict:this._strict}},dn.year=Me,dn.isLeapYear=function(){return ge(this.year())},dn.weekYear=function(e){return nn.call(this,e,this.week(),this.weekday(),this.localeData()._week.dow,this.localeData()._week.doy)},dn.isoWeekYear=function(e){return nn.call(this,e,this.isoWeek(),this.isoWeekday(),1,4)},dn.quarter=dn.quarters=function(e){return null==e?Math.ceil((this.month()+1)/3):this.month(3*(e-1)+this.month()%3)},dn.month=Ee,dn.daysInMonth=function(){return we(this.year(),this.month())},dn.week=dn.weeks=function(e){var t=this.localeData().week(this);return null==e?t:this.add(7*(e-t),"d")},dn.isoWeek=dn.isoWeeks=function(e){var t=Re(this,1,4).week;return null==e?t:this.add(7*(e-t),"d")},dn.weeksInYear=function(){var e=this.localeData()._week;return Ie(this.year(),e.dow,e.doy)},dn.isoWeeksInYear=function(){return Ie(this.year(),1,4)},dn.date=an,dn.day=dn.days=function(e){if(!this.isValid())return null!=e?this:NaN;var t=this._isUTC?this._d.getUTCDay():this._d.getDay();return null!=e?(e=function(e,t){return"string"!=typeof e?e:isNaN(e)?"number"==typeof(e=t.weekdaysParse(e))?e:null:parseInt(e,10)}(e,this.localeData()),this.add(e-t,"d")):t},dn.weekday=function(e){if(!this.isValid())return null!=e?this:NaN;var t=(this.day()+7-this.localeData()._week.dow)%7;return null==e?t:this.add(e-t,"d")},dn.isoWeekday=function(e){if(!this.isValid())return null!=e?this:NaN;if(null!=e){var t=function(e,t){return"string"==typeof e?t.weekdaysParse(e)%7||7:isNaN(e)?null:e}(e,this.localeData());return this.day(this.day()%7?t:t-7)}return this.day()||7},dn.dayOfYear=function(e){var t=Math.round((this.clone().startOf("day")-this.clone().startOf("year"))/864e5)+1;return null==e?t:this.add(e-t,"d")},dn.hour=dn.hours=Qe,dn.minute=dn.minutes=on,dn.second=dn.seconds=un,dn.millisecond=dn.milliseconds=cn,dn.utcOffset=function(e,t,n){var r,a=this._offset||0;if(!this.isValid())return null!=e?this:NaN;if(null!=e){if("string"==typeof e){if(null===(e=At(se,e)))return this}else Math.abs(e)<16&&!n&&(e*=60);return!this._isUTC&&t&&(r=Nt(this)),this._offset=e,this._isUTC=!0,null!=r&&this.add(r,"m"),a!==e&&(!t||this._changeInProgress?qt(this,Wt(e-a,"m"),1,!1):this._changeInProgress||(this._changeInProgress=!0,i.updateOffset(this,!0),this._changeInProgress=null)),this}return this._isUTC?a:Nt(this)},dn.utc=function(e){return this.utcOffset(0,e)},dn.local=function(e){return this._isUTC&&(this.utcOffset(0,e),this._isUTC=!1,e&&this.subtract(Nt(this),"m")),this},dn.parseZone=function(){if(null!=this._tzm)this.utcOffset(this._tzm,!1,!0);else if("string"==typeof this._i){var e=At(oe,this._i);null!=e?this.utcOffset(e):this.utcOffset(0,!0)}return this},dn.hasAlignedHourOffset=function(e){return!!this.isValid()&&(e=e?bt(e).utcOffset():0,(this.utcOffset()-e)%60==0)},dn.isDST=function(){return this.utcOffset()>this.clone().month(0).utcOffset()||this.utcOffset()>this.clone().month(5).utcOffset()},dn.isLocal=function(){return!!this.isValid()&&!this._isUTC},dn.isUtcOffset=function(){return!!this.isValid()&&this._isUTC},dn.isUtc=Rt,dn.isUTC=Rt,dn.zoneAbbr=function(){return this._isUTC?"UTC":""},dn.zoneName=function(){return this._isUTC?"Coordinated Universal Time":""},dn.dates=T("dates accessor is deprecated. Use date instead.",an),dn.months=T("months accessor is deprecated. Use month instead",Ee),dn.years=T("years accessor is deprecated. Use year instead",Me),dn.zone=T("moment().zone is deprecated, use moment().utcOffset instead. http://momentjs.com/guides/#/warnings/zone/",(function(e,t){return null!=e?("string"!=typeof e&&(e=-e),this.utcOffset(e,t),this):-this.utcOffset()})),dn.isDSTShifted=T("isDSTShifted is deprecated. See http://momentjs.com/guides/#/warnings/dst-shifted/ for more information",(function(){if(!s(this._isDSTShifted))return this._isDSTShifted;var e={};if(g(e,this),(e=kt(e))._a){var t=e._isUTC?h(e._a):bt(e._a);this._isDSTShifted=this.isValid()&&w(e._a,t.toArray())>0}else this._isDSTShifted=!1;return this._isDSTShifted}));var hn=O.prototype;function mn(e,t,n,r){var i=st(),a=h().set(r,t);return i[n](a,e)}function _n(e,t,n){if(u(e)&&(t=e,e=void 0),e=e||"",null!=t)return mn(e,t,n,"month");var r,i=[];for(r=0;r<12;r++)i[r]=mn(e,r,n,"month");return i}function pn(e,t,n,r){"boolean"==typeof e?(u(t)&&(n=t,t=void 0),t=t||""):(n=t=e,e=!1,u(t)&&(n=t,t=void 0),t=t||"");var i,a=st(),o=e?a._week.dow:0;if(null!=n)return mn(t,(n+o)%7,r,"day");var s=[];for(i=0;i<7;i++)s[i]=mn(t,(i+o)%7,r,"day");return s}hn.calendar=function(e,t,n){var r=this._calendar[e]||this._calendar.sameElse;return E(r)?r.call(t,n):r},hn.longDateFormat=function(e){var t=this._longDateFormat[e],n=this._longDateFormat[e.toUpperCase()];return t||!n?t:(this._longDateFormat[e]=n.replace(/MMMM|MM|DD|dddd/g,(function(e){return e.slice(1)})),this._longDateFormat[e])},hn.invalidDate=function(){return this._invalidDate},hn.ordinal=function(e){return this._ordinal.replace("%d",e)},hn.preparse=fn,hn.postformat=fn,hn.relativeTime=function(e,t,n,r){var i=this._relativeTime[n];return E(i)?i(e,t,n,r):i.replace(/%d/i,e)},hn.pastFuture=function(e,t){var n=this._relativeTime[e>0?"future":"past"];return E(n)?n(t):n.replace(/%s/i,t)},hn.set=function(e){var t,n;for(n in e)E(t=e[n])?this[n]=t:this["_"+n]=t;this._config=e,this._dayOfMonthOrdinalParseLenient=new RegExp((this._dayOfMonthOrdinalParse.source||this._ordinalParse.source)+"|"+/\d{1,2}/.source)},hn.months=function(e,t){return e?a(this._months)?this._months[e.month()]:this._months[(this._months.isFormat||be).test(t)?"format":"standalone"][e.month()]:a(this._months)?this._months:this._months.standalone},hn.monthsShort=function(e,t){return e?a(this._monthsShort)?this._monthsShort[e.month()]:this._monthsShort[be.test(t)?"format":"standalone"][e.month()]:a(this._monthsShort)?this._monthsShort:this._monthsShort.standalone},hn.monthsParse=function(e,t,n){var r,i,a;if(this._monthsParseExact)return De.call(this,e,t,n);for(this._monthsParse||(this._monthsParse=[],this._longMonthsParse=[],this._shortMonthsParse=[]),r=0;r<12;r++){if(i=h([2e3,r]),n&&!this._longMonthsParse[r]&&(this._longMonthsParse[r]=new RegExp("^"+this.months(i,"").replace(".","")+"$","i"),this._shortMonthsParse[r]=new RegExp("^"+this.monthsShort(i,"").replace(".","")+"$","i")),n||this._monthsParse[r]||(a="^"+this.months(i,"")+"|^"+this.monthsShort(i,""),this._monthsParse[r]=new RegExp(a.replace(".",""),"i")),n&&"MMMM"===t&&this._longMonthsParse[r].test(e))return r;if(n&&"MMM"===t&&this._shortMonthsParse[r].test(e))return r;if(!n&&this._monthsParse[r].test(e))return r}},hn.monthsRegex=function(e){return this._monthsParseExact?(d(this,"_monthsRegex")||He.call(this),e?this._monthsStrictRegex:this._monthsRegex):(d(this,"_monthsRegex")||(this._monthsRegex=Oe),this._monthsStrictRegex&&e?this._monthsStrictRegex:this._monthsRegex)},hn.monthsShortRegex=function(e){return this._monthsParseExact?(d(this,"_monthsRegex")||He.call(this),e?this._monthsShortStrictRegex:this._monthsShortRegex):(d(this,"_monthsShortRegex")||(this._monthsShortRegex=je),this._monthsShortStrictRegex&&e?this._monthsShortStrictRegex:this._monthsShortRegex)},hn.week=function(e){return Re(e,this._week.dow,this._week.doy).week},hn.firstDayOfYear=function(){return this._week.doy},hn.firstDayOfWeek=function(){return this._week.dow},hn.weekdays=function(e,t){var n=a(this._weekdays)?this._weekdays:this._weekdays[e&&!0!==e&&this._weekdays.isFormat.test(t)?"format":"standalone"];return!0===e?Fe(n,this._week.dow):e?n[e.day()]:n},hn.weekdaysMin=function(e){return!0===e?Fe(this._weekdaysMin,this._week.dow):e?this._weekdaysMin[e.day()]:this._weekdaysMin},hn.weekdaysShort=function(e){return!0===e?Fe(this._weekdaysShort,this._week.dow):e?this._weekdaysShort[e.day()]:this._weekdaysShort},hn.weekdaysParse=function(e,t,n){var r,i,a;if(this._weekdaysParseExact)return $e.call(this,e,t,n);for(this._weekdaysParse||(this._weekdaysParse=[],this._minWeekdaysParse=[],this._shortWeekdaysParse=[],this._fullWeekdaysParse=[]),r=0;r<7;r++){if(i=h([2e3,1]).day(r),n&&!this._fullWeekdaysParse[r]&&(this._fullWeekdaysParse[r]=new RegExp("^"+this.weekdays(i,"").replace(".","\\.?")+"$","i"),this._shortWeekdaysParse[r]=new RegExp("^"+this.weekdaysShort(i,"").replace(".","\\.?")+"$","i"),this._minWeekdaysParse[r]=new RegExp("^"+this.weekdaysMin(i,"").replace(".","\\.?")+"$","i")),this._weekdaysParse[r]||(a="^"+this.weekdays(i,"")+"|^"+this.weekdaysShort(i,"")+"|^"+this.weekdaysMin(i,""),this._weekdaysParse[r]=new RegExp(a.replace(".",""),"i")),n&&"dddd"===t&&this._fullWeekdaysParse[r].test(e))return r;if(n&&"ddd"===t&&this._shortWeekdaysParse[r].test(e))return r;if(n&&"dd"===t&&this._minWeekdaysParse[r].test(e))return r;if(!n&&this._weekdaysParse[r].test(e))return r}},hn.weekdaysRegex=function(e){return this._weekdaysParseExact?(d(this,"_weekdaysRegex")||Ge.call(this),e?this._weekdaysStrictRegex:this._weekdaysRegex):(d(this,"_weekdaysRegex")||(this._weekdaysRegex=qe),this._weekdaysStrictRegex&&e?this._weekdaysStrictRegex:this._weekdaysRegex)},hn.weekdaysShortRegex=function(e){return this._weekdaysParseExact?(d(this,"_weekdaysRegex")||Ge.call(this),e?this._weekdaysShortStrictRegex:this._weekdaysShortRegex):(d(this,"_weekdaysShortRegex")||(this._weekdaysShortRegex=Be),this._weekdaysShortStrictRegex&&e?this._weekdaysShortStrictRegex:this._weekdaysShortRegex)},hn.weekdaysMinRegex=function(e){return this._weekdaysParseExact?(d(this,"_weekdaysRegex")||Ge.call(this),e?this._weekdaysMinStrictRegex:this._weekdaysMinRegex):(d(this,"_weekdaysMinRegex")||(this._weekdaysMinRegex=Je),this._weekdaysMinStrictRegex&&e?this._weekdaysMinStrictRegex:this._weekdaysMinRegex)},hn.isPM=function(e){return"p"===(e+"").toLowerCase().charAt(0)},hn.meridiem=function(e,t,n){return e>11?n?"pm":"PM":n?"am":"AM"},at("en",{dayOfMonthOrdinalParse:/\d{1,2}(th|st|nd|rd)/,ordinal:function(e){var t=e%10;return e+(1===k(e%100/10)?"th":1===t?"st":2===t?"nd":3===t?"rd":"th")}}),i.lang=T("moment.lang is deprecated. Use moment.locale instead.",at),i.langData=T("moment.langData is deprecated. Use moment.localeData instead.",st);var yn=Math.abs;function gn(e,t,n,r){var i=Wt(t,n);return e._milliseconds+=r*i._milliseconds,e._days+=r*i._days,e._months+=r*i._months,e._bubble()}function vn(e){return e<0?Math.floor(e):Math.ceil(e)}function Mn(e){return 4800*e/146097}function Ln(e){return 146097*e/4800}function Yn(e){return function(){return this.as(e)}}var kn=Yn("ms"),wn=Yn("s"),bn=Yn("m"),Tn=Yn("h"),xn=Yn("d"),Dn=Yn("w"),Sn=Yn("M"),En=Yn("Q"),jn=Yn("y");function On(e){return function(){return this.isValid()?this._data[e]:NaN}}var Hn=On("milliseconds"),Pn=On("seconds"),An=On("minutes"),Cn=On("hours"),Nn=On("days"),Rn=On("months"),In=On("years"),Fn=Math.round,Wn={ss:44,s:45,m:45,h:22,d:26,M:11};function zn(e,t,n,r,i){return i.relativeTime(t||1,!!n,e,r)}var Un=Math.abs;function $n(e){return(e>0)-(e<0)||+e}function qn(){if(!this.isValid())return this.localeData().invalidDate();var e,t,n=Un(this._milliseconds)/1e3,r=Un(this._days),i=Un(this._months);e=Y(n/60),t=Y(e/60),n%=60,e%=60;var a=Y(i/12),o=i%=12,s=r,u=t,l=e,c=n?n.toFixed(3).replace(/\.?0+$/,""):"",d=this.asSeconds();if(!d)return"P0D";var f=d<0?"-":"",h=$n(this._months)!==$n(d)?"-":"",m=$n(this._days)!==$n(d)?"-":"",_=$n(this._milliseconds)!==$n(d)?"-":"";return f+"P"+(a?h+a+"Y":"")+(o?h+o+"M":"")+(s?m+s+"D":"")+(u||l||c?"T":"")+(u?_+u+"H":"")+(l?_+l+"M":"")+(c?_+c+"S":"")}var Bn=Et.prototype;return Bn.isValid=function(){return this._isValid},Bn.abs=function(){var e=this._data;return this._milliseconds=yn(this._milliseconds),this._days=yn(this._days),this._months=yn(this._months),e.milliseconds=yn(e.milliseconds),e.seconds=yn(e.seconds),e.minutes=yn(e.minutes),e.hours=yn(e.hours),e.months=yn(e.months),e.years=yn(e.years),this},Bn.add=function(e,t){return gn(this,e,t,1)},Bn.subtract=function(e,t){return gn(this,e,t,-1)},Bn.as=function(e){if(!this.isValid())return NaN;var t,n,r=this._milliseconds;if("month"===(e=A(e))||"quarter"===e||"year"===e)switch(t=this._days+r/864e5,n=this._months+Mn(t),e){case"month":return n;case"quarter":return n/3;case"year":return n/12}else switch(t=this._days+Math.round(Ln(this._months)),e){case"week":return t/7+r/6048e5;case"day":return t+r/864e5;case"hour":return 24*t+r/36e5;case"minute":return 1440*t+r/6e4;case"second":return 86400*t+r/1e3;case"millisecond":return Math.floor(864e5*t)+r;default:throw new Error("Unknown unit "+e)}},Bn.asMilliseconds=kn,Bn.asSeconds=wn,Bn.asMinutes=bn,Bn.asHours=Tn,Bn.asDays=xn,Bn.asWeeks=Dn,Bn.asMonths=Sn,Bn.asQuarters=En,Bn.asYears=jn,Bn.valueOf=function(){return this.isValid()?this._milliseconds+864e5*this._days+this._months%12*2592e6+31536e6*k(this._months/12):NaN},Bn._bubble=function(){var e,t,n,r,i,a=this._milliseconds,o=this._days,s=this._months,u=this._data;return a>=0&&o>=0&&s>=0||a<=0&&o<=0&&s<=0||(a+=864e5*vn(Ln(s)+o),o=0,s=0),u.milliseconds=a%1e3,e=Y(a/1e3),u.seconds=e%60,t=Y(e/60),u.minutes=t%60,n=Y(t/60),u.hours=n%24,o+=Y(n/24),i=Y(Mn(o)),s+=i,o-=vn(Ln(i)),r=Y(s/12),s%=12,u.days=o,u.months=s,u.years=r,this},Bn.clone=function(){return Wt(this)},Bn.get=function(e){return e=A(e),this.isValid()?this[e+"s"]():NaN},Bn.milliseconds=Hn,Bn.seconds=Pn,Bn.minutes=An,Bn.hours=Cn,Bn.days=Nn,Bn.weeks=function(){return Y(this.days()/7)},Bn.months=Rn,Bn.years=In,Bn.humanize=function(e){if(!this.isValid())return this.localeData().invalidDate();var t=this.localeData(),n=function(e,t,n){var r=Wt(e).abs(),i=Fn(r.as("s")),a=Fn(r.as("m")),o=Fn(r.as("h")),s=Fn(r.as("d")),u=Fn(r.as("M")),l=Fn(r.as("y")),c=i<=Wn.ss&&["s",i]||i<Wn.s&&["ss",i]||a<=1&&["m"]||a<Wn.m&&["mm",a]||o<=1&&["h"]||o<Wn.h&&["hh",o]||s<=1&&["d"]||s<Wn.d&&["dd",s]||u<=1&&["M"]||u<Wn.M&&["MM",u]||l<=1&&["y"]||["yy",l];return c[2]=t,c[3]=+e>0,c[4]=n,zn.apply(null,c)}(this,!e,t);return e&&(n=t.pastFuture(+this,n)),t.postformat(n)},Bn.toISOString=qn,Bn.toString=qn,Bn.toJSON=qn,Bn.locale=Vt,Bn.localeData=Xt,Bn.toIsoString=T("toIsoString() is deprecated. Please use toISOString() instead (notice the capitals)",qn),Bn.lang=Kt,$("X",0,0,"unix"),$("x",0,0,"valueOf"),ce("x",ae),ce("X",/[+-]?\d+(\.\d{1,3})?/),me("X",(function(e,t,n){n._d=new Date(1e3*parseFloat(e,10))})),me("x",(function(e,t,n){n._d=new Date(k(e))})),i.version="2.24.0",t=bt,i.fn=dn,i.min=function(){var e=[].slice.call(arguments,0);return Dt("isBefore",e)},i.max=function(){var e=[].slice.call(arguments,0);return Dt("isAfter",e)},i.now=function(){return Date.now?Date.now():+new Date},i.utc=h,i.unix=function(e){return bt(1e3*e)},i.months=function(e,t){return _n(e,t,"months")},i.isDate=l,i.locale=at,i.invalid=p,i.duration=Wt,i.isMoment=L,i.weekdays=function(e,t,n){return pn(e,t,n,"weekdays")},i.parseZone=function(){return bt.apply(null,arguments).parseZone()},i.localeData=st,i.isDuration=jt,i.monthsShort=function(e,t){return _n(e,t,"monthsShort")},i.weekdaysMin=function(e,t,n){return pn(e,t,n,"weekdaysMin")},i.defineLocale=ot,i.updateLocale=function(e,t){if(null!=t){var n,r,i=et;null!=(r=it(e))&&(i=r._config),t=j(i,t),(n=new O(t)).parentLocale=tt[e],tt[e]=n,at(e)}else null!=tt[e]&&(null!=tt[e].parentLocale?tt[e]=tt[e].parentLocale:null!=tt[e]&&delete tt[e]);return tt[e]},i.locales=function(){return x(tt)},i.weekdaysShort=function(e,t,n){return pn(e,t,n,"weekdaysShort")},i.normalizeUnits=A,i.relativeTimeRounding=function(e){return void 0===e?Fn:"function"==typeof e&&(Fn=e,!0)},i.relativeTimeThreshold=function(e,t){return void 0!==Wn[e]&&(void 0===t?Wn[e]:(Wn[e]=t,"s"===e&&(Wn.ss=t-1),!0))},i.calendarFormat=function(e,t){var n=e.diff(t,"days",!0);return n<-6?"sameElse":n<-1?"lastWeek":n<0?"lastDay":n<1?"sameDay":n<2?"nextDay":n<7?"nextWeek":"sameElse"},i.prototype=dn,i.HTML5_FMT={DATETIME_LOCAL:"YYYY-MM-DDTHH:mm",DATETIME_LOCAL_SECONDS:"YYYY-MM-DDTHH:mm:ss",DATETIME_LOCAL_MS:"YYYY-MM-DDTHH:mm:ss.SSS",DATE:"YYYY-MM-DD",TIME:"HH:mm",TIME_SECONDS:"HH:mm:ss",TIME_MS:"HH:mm:ss.SSS",WEEK:"GGGG-[W]WW",MONTH:"YYYY-MM"},i}()}).call(this,n(278)(e))},function(e,t,n){(function(e,n){var r;!function(){var i="object"==typeof self&&self.self===self&&self||"object"==typeof e&&e.global===e&&e||this||{},a=i._,o=Array.prototype,s=Object.prototype,u="undefined"!=typeof Symbol?Symbol.prototype:null,l=o.push,c=o.slice,d=s.toString,f=s.hasOwnProperty,h=Array.isArray,m=Object.keys,_=Object.create,p=function(){},y=function(e){return e instanceof y?e:this instanceof y?void(this._wrapped=e):new y(e)};t.nodeType?i._=y:(!n.nodeType&&n.exports&&(t=n.exports=y),t._=y),y.VERSION="1.9.2";var g,v=function(e,t,n){if(void 0===t)return e;switch(null==n?3:n){case 1:return function(n){return e.call(t,n)};case 3:return function(n,r,i){return e.call(t,n,r,i)};case 4:return function(n,r,i,a){return e.call(t,n,r,i,a)}}return function(){return e.apply(t,arguments)}},M=function(e,t,n){return y.iteratee!==g?y.iteratee(e,t):null==e?y.identity:y.isFunction(e)?v(e,t,n):y.isObject(e)&&!y.isArray(e)?y.matcher(e):y.property(e)};y.iteratee=g=function(e,t){return M(e,t,1/0)};var L=function(e,t){return t=null==t?e.length-1:+t,function(){for(var n=Math.max(arguments.length-t,0),r=Array(n),i=0;i<n;i++)r[i]=arguments[i+t];switch(t){case 0:return e.call(this,r);case 1:return e.call(this,arguments[0],r);case 2:return e.call(this,arguments[0],arguments[1],r)}var a=Array(t+1);for(i=0;i<t;i++)a[i]=arguments[i];return a[t]=r,e.apply(this,a)}},Y=function(e){if(!y.isObject(e))return{};if(_)return _(e);p.prototype=e;var t=new p;return p.prototype=null,t},k=function(e){return function(t){return null==t?void 0:t[e]}},w=function(e,t){return null!=e&&f.call(e,t)},b=function(e,t){for(var n=t.length,r=0;r<n;r++){if(null==e)return;e=e[t[r]]}return n?e:void 0},T=Math.pow(2,53)-1,x=k("length"),D=function(e){var t=x(e);return"number"==typeof t&&t>=0&&t<=T};y.each=y.forEach=function(e,t,n){var r,i;if(t=v(t,n),D(e))for(r=0,i=e.length;r<i;r++)t(e[r],r,e);else{var a=y.keys(e);for(r=0,i=a.length;r<i;r++)t(e[a[r]],a[r],e)}return e},y.map=y.collect=function(e,t,n){t=M(t,n);for(var r=!D(e)&&y.keys(e),i=(r||e).length,a=Array(i),o=0;o<i;o++){var s=r?r[o]:o;a[o]=t(e[s],s,e)}return a};var S=function(e){var t=function(t,n,r,i){var a=!D(t)&&y.keys(t),o=(a||t).length,s=e>0?0:o-1;for(i||(r=t[a?a[s]:s],s+=e);s>=0&&s<o;s+=e){var u=a?a[s]:s;r=n(r,t[u],u,t)}return r};return function(e,n,r,i){var a=arguments.length>=3;return t(e,v(n,i,4),r,a)}};y.reduce=y.foldl=y.inject=S(1),y.reduceRight=y.foldr=S(-1),y.find=y.detect=function(e,t,n){var r=(D(e)?y.findIndex:y.findKey)(e,t,n);if(void 0!==r&&-1!==r)return e[r]},y.filter=y.select=function(e,t,n){var r=[];return t=M(t,n),y.each(e,(function(e,n,i){t(e,n,i)&&r.push(e)})),r},y.reject=function(e,t,n){return y.filter(e,y.negate(M(t)),n)},y.every=y.all=function(e,t,n){t=M(t,n);for(var r=!D(e)&&y.keys(e),i=(r||e).length,a=0;a<i;a++){var o=r?r[a]:a;if(!t(e[o],o,e))return!1}return!0},y.some=y.any=function(e,t,n){t=M(t,n);for(var r=!D(e)&&y.keys(e),i=(r||e).length,a=0;a<i;a++){var o=r?r[a]:a;if(t(e[o],o,e))return!0}return!1},y.contains=y.includes=y.include=function(e,t,n,r){return D(e)||(e=y.values(e)),("number"!=typeof n||r)&&(n=0),y.indexOf(e,t,n)>=0},y.invoke=L((function(e,t,n){var r,i;return y.isFunction(t)?i=t:y.isArray(t)&&(r=t.slice(0,-1),t=t[t.length-1]),y.map(e,(function(e){var a=i;if(!a){if(r&&r.length&&(e=b(e,r)),null==e)return;a=e[t]}return null==a?a:a.apply(e,n)}))})),y.pluck=function(e,t){return y.map(e,y.property(t))},y.where=function(e,t){return y.filter(e,y.matcher(t))},y.findWhere=function(e,t){return y.find(e,y.matcher(t))},y.max=function(e,t,n){var r,i,a=-1/0,o=-1/0;if(null==t||"number"==typeof t&&"object"!=typeof e[0]&&null!=e)for(var s=0,u=(e=D(e)?e:y.values(e)).length;s<u;s++)null!=(r=e[s])&&r>a&&(a=r);else t=M(t,n),y.each(e,(function(e,n,r){((i=t(e,n,r))>o||i===-1/0&&a===-1/0)&&(a=e,o=i)}));return a},y.min=function(e,t,n){var r,i,a=1/0,o=1/0;if(null==t||"number"==typeof t&&"object"!=typeof e[0]&&null!=e)for(var s=0,u=(e=D(e)?e:y.values(e)).length;s<u;s++)null!=(r=e[s])&&r<a&&(a=r);else t=M(t,n),y.each(e,(function(e,n,r){((i=t(e,n,r))<o||i===1/0&&a===1/0)&&(a=e,o=i)}));return a},y.shuffle=function(e){return y.sample(e,1/0)},y.sample=function(e,t,n){if(null==t||n)return D(e)||(e=y.values(e)),e[y.random(e.length-1)];var r=D(e)?y.clone(e):y.values(e),i=x(r);t=Math.max(Math.min(t,i),0);for(var a=i-1,o=0;o<t;o++){var s=y.random(o,a),u=r[o];r[o]=r[s],r[s]=u}return r.slice(0,t)},y.sortBy=function(e,t,n){var r=0;return t=M(t,n),y.pluck(y.map(e,(function(e,n,i){return{value:e,index:r++,criteria:t(e,n,i)}})).sort((function(e,t){var n=e.criteria,r=t.criteria;if(n!==r){if(n>r||void 0===n)return 1;if(n<r||void 0===r)return-1}return e.index-t.index})),"value")};var E=function(e,t){return function(n,r,i){var a=t?[[],[]]:{};return r=M(r,i),y.each(n,(function(t,i){var o=r(t,i,n);e(a,t,o)})),a}};y.groupBy=E((function(e,t,n){w(e,n)?e[n].push(t):e[n]=[t]})),y.indexBy=E((function(e,t,n){e[n]=t})),y.countBy=E((function(e,t,n){w(e,n)?e[n]++:e[n]=1}));var j=/[^\ud800-\udfff]|[\ud800-\udbff][\udc00-\udfff]|[\ud800-\udfff]/g;y.toArray=function(e){return e?y.isArray(e)?c.call(e):y.isString(e)?e.match(j):D(e)?y.map(e,y.identity):y.values(e):[]},y.size=function(e){return null==e?0:D(e)?e.length:y.keys(e).length},y.partition=E((function(e,t,n){e[n?0:1].push(t)}),!0),y.first=y.head=y.take=function(e,t,n){return null==e||e.length<1?null==t?void 0:[]:null==t||n?e[0]:y.initial(e,e.length-t)},y.initial=function(e,t,n){return c.call(e,0,Math.max(0,e.length-(null==t||n?1:t)))},y.last=function(e,t,n){return null==e||e.length<1?null==t?void 0:[]:null==t||n?e[e.length-1]:y.rest(e,Math.max(0,e.length-t))},y.rest=y.tail=y.drop=function(e,t,n){return c.call(e,null==t||n?1:t)},y.compact=function(e){return y.filter(e,Boolean)};var O=function(e,t,n,r){for(var i=(r=r||[]).length,a=0,o=x(e);a<o;a++){var s=e[a];if(D(s)&&(y.isArray(s)||y.isArguments(s)))if(t)for(var u=0,l=s.length;u<l;)r[i++]=s[u++];else O(s,t,n,r),i=r.length;else n||(r[i++]=s)}return r};y.flatten=function(e,t){return O(e,t,!1)},y.without=L((function(e,t){return y.difference(e,t)})),y.uniq=y.unique=function(e,t,n,r){y.isBoolean(t)||(r=n,n=t,t=!1),null!=n&&(n=M(n,r));for(var i=[],a=[],o=0,s=x(e);o<s;o++){var u=e[o],l=n?n(u,o,e):u;t&&!n?(o&&a===l||i.push(u),a=l):n?y.contains(a,l)||(a.push(l),i.push(u)):y.contains(i,u)||i.push(u)}return i},y.union=L((function(e){return y.uniq(O(e,!0,!0))})),y.intersection=function(e){for(var t=[],n=arguments.length,r=0,i=x(e);r<i;r++){var a=e[r];if(!y.contains(t,a)){var o;for(o=1;o<n&&y.contains(arguments[o],a);o++);o===n&&t.push(a)}}return t},y.difference=L((function(e,t){return t=O(t,!0,!0),y.filter(e,(function(e){return!y.contains(t,e)}))})),y.unzip=function(e){for(var t=e&&y.max(e,x).length||0,n=Array(t),r=0;r<t;r++)n[r]=y.pluck(e,r);return n},y.zip=L(y.unzip),y.object=function(e,t){for(var n={},r=0,i=x(e);r<i;r++)t?n[e[r]]=t[r]:n[e[r][0]]=e[r][1];return n};var H=function(e){return function(t,n,r){n=M(n,r);for(var i=x(t),a=e>0?0:i-1;a>=0&&a<i;a+=e)if(n(t[a],a,t))return a;return-1}};y.findIndex=H(1),y.findLastIndex=H(-1),y.sortedIndex=function(e,t,n,r){for(var i=(n=M(n,r,1))(t),a=0,o=x(e);a<o;){var s=Math.floor((a+o)/2);n(e[s])<i?a=s+1:o=s}return a};var P=function(e,t,n){return function(r,i,a){var o=0,s=x(r);if("number"==typeof a)e>0?o=a>=0?a:Math.max(a+s,o):s=a>=0?Math.min(a+1,s):a+s+1;else if(n&&a&&s)return r[a=n(r,i)]===i?a:-1;if(i!=i)return(a=t(c.call(r,o,s),y.isNaN))>=0?a+o:-1;for(a=e>0?o:s-1;a>=0&&a<s;a+=e)if(r[a]===i)return a;return-1}};y.indexOf=P(1,y.findIndex,y.sortedIndex),y.lastIndexOf=P(-1,y.findLastIndex),y.range=function(e,t,n){null==t&&(t=e||0,e=0),n||(n=t<e?-1:1);for(var r=Math.max(Math.ceil((t-e)/n),0),i=Array(r),a=0;a<r;a++,e+=n)i[a]=e;return i},y.chunk=function(e,t){if(null==t||t<1)return[];for(var n=[],r=0,i=e.length;r<i;)n.push(c.call(e,r,r+=t));return n};var A=function(e,t,n,r,i){if(!(r instanceof t))return e.apply(n,i);var a=Y(e.prototype),o=e.apply(a,i);return y.isObject(o)?o:a};y.bind=L((function(e,t,n){if(!y.isFunction(e))throw new TypeError("Bind must be called on a function");var r=L((function(i){return A(e,r,t,this,n.concat(i))}));return r})),y.partial=L((function(e,t){var n=y.partial.placeholder,r=function(){for(var i=0,a=t.length,o=Array(a),s=0;s<a;s++)o[s]=t[s]===n?arguments[i++]:t[s];for(;i<arguments.length;)o.push(arguments[i++]);return A(e,r,this,this,o)};return r})),y.partial.placeholder=y,y.bindAll=L((function(e,t){var n=(t=O(t,!1,!1)).length;if(n<1)throw new Error("bindAll must be passed function names");for(;n--;){var r=t[n];e[r]=y.bind(e[r],e)}})),y.memoize=function(e,t){var n=function(r){var i=n.cache,a=""+(t?t.apply(this,arguments):r);return w(i,a)||(i[a]=e.apply(this,arguments)),i[a]};return n.cache={},n},y.delay=L((function(e,t,n){return setTimeout((function(){return e.apply(null,n)}),t)})),y.defer=y.partial(y.delay,y,1),y.throttle=function(e,t,n){var r,i,a,o,s=0;n||(n={});var u=function(){s=!1===n.leading?0:y.now(),r=null,o=e.apply(i,a),r||(i=a=null)},l=function(){var l=y.now();s||!1!==n.leading||(s=l);var c=t-(l-s);return i=this,a=arguments,c<=0||c>t?(r&&(clearTimeout(r),r=null),s=l,o=e.apply(i,a),r||(i=a=null)):r||!1===n.trailing||(r=setTimeout(u,c)),o};return l.cancel=function(){clearTimeout(r),s=0,r=i=a=null},l},y.debounce=function(e,t,n){var r,i,a=function(t,n){r=null,n&&(i=e.apply(t,n))},o=L((function(o){if(r&&clearTimeout(r),n){var s=!r;r=setTimeout(a,t),s&&(i=e.apply(this,o))}else r=y.delay(a,t,this,o);return i}));return o.cancel=function(){clearTimeout(r),r=null},o},y.wrap=function(e,t){return y.partial(t,e)},y.negate=function(e){return function(){return!e.apply(this,arguments)}},y.compose=function(){var e=arguments,t=e.length-1;return function(){for(var n=t,r=e[t].apply(this,arguments);n--;)r=e[n].call(this,r);return r}},y.after=function(e,t){return function(){if(--e<1)return t.apply(this,arguments)}},y.before=function(e,t){var n;return function(){return--e>0&&(n=t.apply(this,arguments)),e<=1&&(t=null),n}},y.once=y.partial(y.before,2),y.restArguments=L;var C=!{toString:null}.propertyIsEnumerable("toString"),N=["valueOf","isPrototypeOf","toString","propertyIsEnumerable","hasOwnProperty","toLocaleString"],R=function(e,t){var n=N.length,r=e.constructor,i=y.isFunction(r)&&r.prototype||s,a="constructor";for(w(e,a)&&!y.contains(t,a)&&t.push(a);n--;)(a=N[n])in e&&e[a]!==i[a]&&!y.contains(t,a)&&t.push(a)};y.keys=function(e){if(!y.isObject(e))return[];if(m)return m(e);var t=[];for(var n in e)w(e,n)&&t.push(n);return C&&R(e,t),t},y.allKeys=function(e){if(!y.isObject(e))return[];var t=[];for(var n in e)t.push(n);return C&&R(e,t),t},y.values=function(e){for(var t=y.keys(e),n=t.length,r=Array(n),i=0;i<n;i++)r[i]=e[t[i]];return r},y.mapObject=function(e,t,n){t=M(t,n);for(var r=y.keys(e),i=r.length,a={},o=0;o<i;o++){var s=r[o];a[s]=t(e[s],s,e)}return a},y.pairs=function(e){for(var t=y.keys(e),n=t.length,r=Array(n),i=0;i<n;i++)r[i]=[t[i],e[t[i]]];return r},y.invert=function(e){for(var t={},n=y.keys(e),r=0,i=n.length;r<i;r++)t[e[n[r]]]=n[r];return t},y.functions=y.methods=function(e){var t=[];for(var n in e)y.isFunction(e[n])&&t.push(n);return t.sort()};var I=function(e,t){return function(n){var r=arguments.length;if(t&&(n=Object(n)),r<2||null==n)return n;for(var i=1;i<r;i++)for(var a=arguments[i],o=e(a),s=o.length,u=0;u<s;u++){var l=o[u];t&&void 0!==n[l]||(n[l]=a[l])}return n}};y.extend=I(y.allKeys),y.extendOwn=y.assign=I(y.keys),y.findKey=function(e,t,n){t=M(t,n);for(var r,i=y.keys(e),a=0,o=i.length;a<o;a++)if(t(e[r=i[a]],r,e))return r};var F,W,z=function(e,t,n){return t in n};y.pick=L((function(e,t){var n={},r=t[0];if(null==e)return n;y.isFunction(r)?(t.length>1&&(r=v(r,t[1])),t=y.allKeys(e)):(r=z,t=O(t,!1,!1),e=Object(e));for(var i=0,a=t.length;i<a;i++){var o=t[i],s=e[o];r(s,o,e)&&(n[o]=s)}return n})),y.omit=L((function(e,t){var n,r=t[0];return y.isFunction(r)?(r=y.negate(r),t.length>1&&(n=t[1])):(t=y.map(O(t,!1,!1),String),r=function(e,n){return!y.contains(t,n)}),y.pick(e,r,n)})),y.defaults=I(y.allKeys,!0),y.create=function(e,t){var n=Y(e);return t&&y.extendOwn(n,t),n},y.clone=function(e){return y.isObject(e)?y.isArray(e)?e.slice():y.extend({},e):e},y.tap=function(e,t){return t(e),e},y.isMatch=function(e,t){var n=y.keys(t),r=n.length;if(null==e)return!r;for(var i=Object(e),a=0;a<r;a++){var o=n[a];if(t[o]!==i[o]||!(o in i))return!1}return!0},F=function(e,t,n,r){if(e===t)return 0!==e||1/e==1/t;if(null==e||null==t)return!1;if(e!=e)return t!=t;var i=typeof e;return("function"===i||"object"===i||"object"==typeof t)&&W(e,t,n,r)},W=function(e,t,n,r){e instanceof y&&(e=e._wrapped),t instanceof y&&(t=t._wrapped);var i=d.call(e);if(i!==d.call(t))return!1;switch(i){case"[object RegExp]":case"[object String]":return""+e==""+t;case"[object Number]":return+e!=+e?+t!=+t:0==+e?1/+e==1/t:+e==+t;case"[object Date]":case"[object Boolean]":return+e==+t;case"[object Symbol]":return u.valueOf.call(e)===u.valueOf.call(t)}var a="[object Array]"===i;if(!a){if("object"!=typeof e||"object"!=typeof t)return!1;var o=e.constructor,s=t.constructor;if(o!==s&&!(y.isFunction(o)&&o instanceof o&&y.isFunction(s)&&s instanceof s)&&"constructor"in e&&"constructor"in t)return!1}r=r||[];for(var l=(n=n||[]).length;l--;)if(n[l]===e)return r[l]===t;if(n.push(e),r.push(t),a){if((l=e.length)!==t.length)return!1;for(;l--;)if(!F(e[l],t[l],n,r))return!1}else{var c,f=y.keys(e);if(l=f.length,y.keys(t).length!==l)return!1;for(;l--;)if(c=f[l],!w(t,c)||!F(e[c],t[c],n,r))return!1}return n.pop(),r.pop(),!0},y.isEqual=function(e,t){return F(e,t)},y.isEmpty=function(e){return null==e||(D(e)&&(y.isArray(e)||y.isString(e)||y.isArguments(e))?0===e.length:0===y.keys(e).length)},y.isElement=function(e){return!(!e||1!==e.nodeType)},y.isArray=h||function(e){return"[object Array]"===d.call(e)},y.isObject=function(e){var t=typeof e;return"function"===t||"object"===t&&!!e},y.each(["Arguments","Function","String","Number","Date","RegExp","Error","Symbol","Map","WeakMap","Set","WeakSet"],(function(e){y["is"+e]=function(t){return d.call(t)==="[object "+e+"]"}})),y.isArguments(arguments)||(y.isArguments=function(e){return w(e,"callee")});var U=i.document&&i.document.childNodes;"object"!=typeof Int8Array&&"function"!=typeof U&&(y.isFunction=function(e){return"function"==typeof e||!1}),y.isFinite=function(e){return!y.isSymbol(e)&&isFinite(e)&&!isNaN(parseFloat(e))},y.isNaN=function(e){return y.isNumber(e)&&isNaN(e)},y.isBoolean=function(e){return!0===e||!1===e||"[object Boolean]"===d.call(e)},y.isNull=function(e){return null===e},y.isUndefined=function(e){return void 0===e},y.has=function(e,t){if(!y.isArray(t))return w(e,t);for(var n=t.length,r=0;r<n;r++){var i=t[r];if(null==e||!f.call(e,i))return!1;e=e[i]}return!!n},y.noConflict=function(){return i._=a,this},y.identity=function(e){return e},y.constant=function(e){return function(){return e}},y.noop=function(){},y.property=function(e){return y.isArray(e)?function(t){return b(t,e)}:k(e)},y.propertyOf=function(e){return null==e?function(){}:function(t){return y.isArray(t)?b(e,t):e[t]}},y.matcher=y.matches=function(e){return e=y.extendOwn({},e),function(t){return y.isMatch(t,e)}},y.times=function(e,t,n){var r=Array(Math.max(0,e));t=v(t,n,1);for(var i=0;i<e;i++)r[i]=t(i);return r},y.random=function(e,t){return null==t&&(t=e,e=0),e+Math.floor(Math.random()*(t-e+1))},y.now=Date.now||function(){return(new Date).getTime()};var $={"&":"&amp;","<":"&lt;",">":"&gt;",'"':"&quot;","'":"&#x27;","`":"&#x60;"},q=y.invert($),B=function(e){var t=function(t){return e[t]},n="(?:"+y.keys(e).join("|")+")",r=RegExp(n),i=RegExp(n,"g");return function(e){return e=null==e?"":""+e,r.test(e)?e.replace(i,t):e}};y.escape=B($),y.unescape=B(q),y.result=function(e,t,n){y.isArray(t)||(t=[t]);var r=t.length;if(!r)return y.isFunction(n)?n.call(e):n;for(var i=0;i<r;i++){var a=null==e?void 0:e[t[i]];void 0===a&&(a=n,i=r),e=y.isFunction(a)?a.call(e):a}return e};var J=0;y.uniqueId=function(e){var t=++J+"";return e?e+t:t},y.templateSettings={evaluate:/<%([\s\S]+?)%>/g,interpolate:/<%=([\s\S]+?)%>/g,escape:/<%-([\s\S]+?)%>/g};var G=/(.)^/,V={"'":"'","\\":"\\","\r":"r","\n":"n","\u2028":"u2028","\u2029":"u2029"},K=/\\|'|\r|\n|\u2028|\u2029/g,X=function(e){return"\\"+V[e]};y.template=function(e,t,n){!t&&n&&(t=n),t=y.defaults({},t,y.templateSettings);var r,i=RegExp([(t.escape||G).source,(t.interpolate||G).source,(t.evaluate||G).source].join("|")+"|$","g"),a=0,o="__p+='";e.replace(i,(function(t,n,r,i,s){return o+=e.slice(a,s).replace(K,X),a=s+t.length,n?o+="'+\n((__t=("+n+"))==null?'':_.escape(__t))+\n'":r?o+="'+\n((__t=("+r+"))==null?'':__t)+\n'":i&&(o+="';\n"+i+"\n__p+='"),t})),o+="';\n",t.variable||(o="with(obj||{}){\n"+o+"}\n"),o="var __t,__p='',__j=Array.prototype.join,print=function(){__p+=__j.call(arguments,'');};\n"+o+"return __p;\n";try{r=new Function(t.variable||"obj","_",o)}catch(e){throw e.source=o,e}var s=function(e){return r.call(this,e,y)},u=t.variable||"obj";return s.source="function("+u+"){\n"+o+"}",s},y.chain=function(e){var t=y(e);return t._chain=!0,t};var Z=function(e,t){return e._chain?y(t).chain():t};y.mixin=function(e){return y.each(y.functions(e),(function(t){var n=y[t]=e[t];y.prototype[t]=function(){var e=[this._wrapped];return l.apply(e,arguments),Z(this,n.apply(y,e))}})),y},y.mixin(y),y.each(["pop","push","reverse","shift","sort","splice","unshift"],(function(e){var t=o[e];y.prototype[e]=function(){var n=this._wrapped;return t.apply(n,arguments),"shift"!==e&&"splice"!==e||0!==n.length||delete n[0],Z(this,n)}})),y.each(["concat","join","slice"],(function(e){var t=o[e];y.prototype[e]=function(){return Z(this,t.apply(this._wrapped,arguments))}})),y.prototype.value=function(){return this._wrapped},y.prototype.valueOf=y.prototype.toJSON=y.prototype.value,y.prototype.toString=function(){return String(this._wrapped)},void 0===(r=function(){return y}.apply(t,[]))||(n.exports=r)}()}).call(this,n(14),n(278)(e))},,function(e,r,i){"use strict";var a=i(41),o=i(0),s=i.n(o),u={},l=[],c=i(2),d=i.n(c),f={updatableNotification:null,getDefaultNotificationFunction:null,setDefault:function(e){this.getDefaultNotificationFunction=e},hide:function(e,t){d.a.isFunction(e)&&(t=e,e=void 0),e?(e.each((function(){s()(this)[0].toastify.hideToast(),this===this.updatableNotification&&(this.updatableNotification=null)})),t&&t.call(),this.getDefaultNotificationFunction&&this.getDefaultNotificationFunction()):console.error("Missing argument $row in OC.Notification.hide() call, caller needs to be adjusted to only dismiss its own notification")},showHtml:function(e,t){(t=t||{}).isHTML=!0,t.timeout=t.timeout?t.timeout:-1;var n=window.OCP.Toast.message(e,t);return s()(n.toastElement)},show:function(e,t){(t=t||{}).timeout=t.timeout?t.timeout:-1;var n=window.OCP.Toast.message(e,t);return s()(n.toastElement)},showUpdate:function(e){return this.updatableNotification&&this.updatableNotification.hideToast(),this.updatableNotification=OCP.Toast.message(e,{timeout:-1}),s()(this.updatableNotification.toastElement)},showTemporary:function(e,t){(t=t||{}).timeout=t.timeout||7;var n=window.OCP.Toast.message(e,t);return s()(n.toastElement)},isHidden:function(){return!s()("#content").find(".toastify").length}},h=d.a.throttle((function(){f.showTemporary(t("core","Connection to server lost"))}),7e3,{trailing:!1}),m=i(210),_=i(60),p=window.oc_appconfig||{},y={getValue:function(e,t,n,r){Object(_.getValue)(e,t,n,{success:r})},setValue:function(e,t,n){Object(_.setValue)(e,t,n)},getApps:function(e){Object(_.getApps)({success:e})},getKeys:function(e,t){Object(_.getKeys)(e,{success:t})},deleteKey:function(e,t){Object(_.deleteKey)(e,t)}},g=i(62),v=void 0!==window._oc_appswebroots&&window._oc_appswebroots,M=i(38),L=i.n(M),Y=i(211),k=i.n(Y),w={create:"POST",update:"PROPPATCH",patch:"PROPPATCH",delete:"DELETE",read:"PROPFIND"};function b(e,t){if(d.a.isArray(e))return d.a.map(e,(function(e){return b(e,t)}));var n={href:e.href};return d.a.each(e.propStat,(function(e){if("HTTP/1.1 200 OK"===e.status)for(var r in e.properties){var i=r;r in t&&(i=t[r]),n[i]=e.properties[r]}})),n.id||(n.id=T(n.href)),n}function T(e){var t=e.indexOf("?");t>0&&(e=e.substr(0,t));var n,r=e.split("/");do{n=r[r.length-1],r.pop()}while(!n&&r.length>0);return n}function x(e){return e>=200&&e<=299}function D(e,t,n,r){return e.propPatch(t.url,function(e,t){var n,r={};for(n in e){var i=t[n],a=e[n];i||(console.warn('No matching DAV property for property "'+n),i=n),(d.a.isBoolean(a)||d.a.isNumber(a))&&(a=""+a),r[i]=a}return r}(n.changed,t.davProperties),r).then((function(e){x(e.status)?d.a.isFunction(t.success)&&t.success(n.toJSON()):d.a.isFunction(t.error)&&t.error(e)}))}var S,E=L.a.noConflict();Object.assign(E,{davCall:function(e,t){var n=new k.a.Client({baseUrl:e.url,xmlNamespaces:d.a.extend({"DAV:":"d","http://owncloud.org/ns":"oc"},e.xmlNamespaces||{})});n.resolveUrl=function(){return e.url};var r=d.a.extend({"X-Requested-With":"XMLHttpRequest",requesttoken:OC.requestToken},e.headers);return"PROPFIND"===e.type?function(e,t,n,r){return e.propFind(t.url,d.a.values(t.davProperties)||[],t.depth,r).then((function(e){if(x(e.status)){if(d.a.isFunction(t.success)){var n=d.a.invert(t.davProperties),r=b(e.body,n);t.depth>0&&r.shift(),t.success(r)}}else d.a.isFunction(t.error)&&t.error(e)}))}(n,e,0,r):"PROPPATCH"===e.type?D(n,e,t,r):"MKCOL"===e.type?function(e,t,n,r){return e.request(t.type,t.url,r,null).then((function(i){x(i.status)?D(e,t,n,r):d.a.isFunction(t.error)&&t.error(i)}))}(n,e,t,r):function(e,t,n,r){return r["Content-Type"]="application/json",e.request(t.type,t.url,r,t.data).then((function(e){if(x(e.status)){if(d.a.isFunction(t.success)){if("PUT"===t.type||"POST"===t.type||"MKCOL"===t.type){var r=e.body||n.toJSON(),i=e.xhr.getResponseHeader("Content-Location");return"POST"===t.type&&i&&(r.id=T(i)),void t.success(r)}if(207===e.status){var a=d.a.invert(t.davProperties);t.success(b(e.body,a))}else t.success(e.body)}}else d.a.isFunction(t.error)&&t.error(e)}))}(n,e,t,r)},davSync:(S=E,function(e,t,n){var r={type:w[e]||e},i=t instanceof S.Collection;if("update"===e&&(t.hasInnerCollection?r.type="MKCOL":(t.usePUT||t.collection&&t.collection.usePUT)&&(r.type="PUT")),n.url||(r.url=d.a.result(t,"url")||function(){throw new Error('A "url" property or function must be specified')}()),null!=n.data||!t||"create"!==e&&"update"!==e&&"patch"!==e||(r.data=JSON.stringify(n.attrs||t.toJSON(n))),"PROPFIND"!==r.type&&(r.processData=!1),"PROPFIND"===r.type||"PROPPATCH"===r.type){var a=t.davProperties;!a&&t.model&&(a=t.model.prototype.davProperties),a&&(d.a.isFunction(a)?r.davProperties=a.call(t):r.davProperties=a),r.davProperties=d.a.extend(r.davProperties||{},n.davProperties),d.a.isUndefined(n.depth)&&(n.depth=i?1:0)}var o=n.error;n.error=function(e,t,r){n.textStatus=t,n.errorThrown=r,o&&o.call(n.context,e,t,r)};var s=n.xhr=S.davCall(d.a.extend(r,n),t);return t.trigger("request",t,s,n),s})});var j=E,O=i(69),H=i(207),P=window._oc_config||{},A=i(11),C=i(476),N=document.getElementsByTagName("head")[0].getAttribute("data-user"),R=document.getElementsByTagName("head")[0].getAttribute("data-user-displayname"),I=void 0!==N&&N,F=i(89);function W(e){return(W="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}
-/*
- * @copyright 2019 Christoph Wurst <christoph@winzerhof-wurst.at>
- * @copyright Copyright (c) 2019 Gary Kim <gary@garykim.dev>
- *
- * @author 2019 Christoph Wurst <christoph@winzerhof-wurst.at>
- * @author Gary Kim <gary@garykim.dev>
- *
- * @license GNU AGPL version 3 or any later version
- *
- * This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License as
- * published by the Free Software Foundation, either version 3 of the
- * License, or (at your option) any later version.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU Affero General Public License for more details.
- *
- * You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see <http://www.gnu.org/licenses/>.
- */var z={YES_NO_BUTTONS:70,OK_BUTTONS:71,FILEPICKER_TYPE_CHOOSE:1,FILEPICKER_TYPE_MOVE:2,FILEPICKER_TYPE_COPY:3,FILEPICKER_TYPE_COPY_MOVE:4,FILEPICKER_TYPE_CUSTOM:5,dialogsCounter:0,alert:function(e,t,n,r){this.message(e,t,"alert",z.OK_BUTTON,n,r)},info:function(e,t,n,r){this.message(e,t,"info",z.OK_BUTTON,n,r)},confirm:function(e,t,n,r){return this.message(e,t,"notice",z.YES_NO_BUTTONS,n,r)},confirmDestructive:function(e,t,n,r,i){return this.message(e,t,"none",n,r,i)},confirmHtml:function(e,t,n,r){return this.message(e,t,"notice",z.YES_NO_BUTTONS,n,r,!0)},prompt:function(e,n,r,i,a,o){return s.a.when(this._getMessageTemplate()).then((function(u){var l="oc-dialog-"+z.dialogsCounter+"-content",c="#"+l,f=u.octemplate({dialog_name:l,title:n,message:e,type:"notice"}),h=s()("<input/>");h.attr("type",o?"password":"text").attr("id",l+"-input").attr("placeholder",a);var m=s()("<label/>").attr("for",l+"-input").text(a+": ");f.append(m),f.append(h),void 0===i&&(i=!1),s()("body").append(f),void 0!==r&&(r=d.a.once(r));var _=[{text:t("core","No"),click:function(){void 0!==r&&r(!1,h.val()),s()(c).ocdialog("close")}},{text:t("core","Yes"),click:function(){void 0!==r&&r(!0,h.val()),s()(c).ocdialog("close")},defaultButton:!0}];s()(c).ocdialog({closeOnEscape:!0,modal:i,buttons:_,close:function(){void 0!==r&&r(!1,h.val())}}),h.focus(),z.dialogsCounter++}))},filepicker:function(e,n,r,i,a,o,u,l){var c=this;if(this.filepicker.sortField="name",this.filepicker.sortOrder="asc",!this.filepicker.loading){void 0===o&&(o=this.FILEPICKER_TYPE_CHOOSE);var f=t("core","No files in here"),h=t("files","New folder");o!==this.FILEPICKER_TYPE_COPY&&o!==this.FILEPICKER_TYPE_MOVE&&o!==this.FILEPICKER_TYPE_COPY_MOVE||(f=t("core","No more subfolders in here")),this.filepicker.loading=!0,this.filepicker.filesClient=F.a.Sharing&&F.a.Sharing.PublicApp&&F.a.Sharing.PublicApp.fileList?F.a.Sharing.PublicApp.fileList.filesClient:me.Files.getClient(),this.filelist=null,u=u||"",l=Object.assign({allowDirectoryChooser:!1},l),s.a.when(this._getFilePickerTemplate()).then((function(m){c.filepicker.loading=!1;c.$filePicker&&c.$filePicker.ocdialog("close"),null==i&&(i=[]),"string"==typeof i&&(i=[i]),c.$filePicker=m.octemplate({dialog_name:"oc-dialog-filepicker-content",title:e,emptytext:f,newtext:h,nameCol:t("core","Name"),sizeCol:t("core","Size"),modifiedCol:t("core","Modified")}).data("path",u).data("multiselect",r).data("mimetype",i).data("allowDirectoryChooser",l.allowDirectoryChooser),void 0===a&&(a=!1),void 0===r&&(r=!1),me.Util.isIE()&&(c.$filePicker.find("#picker-view-toggle").remove(),c.$filePicker.find("#picker-filestable").removeClass("view-grid")),s()("body").append(c.$filePicker),c.$showGridView=s()("input#picker-showgridview"),c.$showGridView.on("change",d.a.bind(c._onGridviewChange,c)),me.Util.isIE()||c._getGridSettings();var _=c.$filePicker.find(".actions.creatable .button-add");o!==c.FILEPICKER_TYPE_CHOOSE||l.allowDirectoryChooser||_.hide(),_.on("focus",(function(){c.$filePicker.ocdialog("setEnterCallback",(function(){event.stopImmediatePropagation(),event.preventDefault(),_.click()}))})),_.on("blur",(function(){c.$filePicker.ocdialog("unsetEnterCallback")})),me.registerMenu(_,c.$filePicker.find(".menu"),(function(){y.focus(),c.$filePicker.ocdialog("setEnterCallback",(function(){event.stopImmediatePropagation(),event.preventDefault(),c.$filePicker.submit()}));var e=y.val(),t=e.lastIndexOf(".");-1===t&&(t=e.length),y.selectRange(0,t)}));var p=c.$filePicker.find(".filenameform"),y=p.find("input[type='text']");p.find("input[type='submit']").on("click",(function(e){e.stopImmediatePropagation(),e.preventDefault(),p.submit()}));var g=function(){var e=y.val();try{if(function(e){var n=e.trim();if("."===n||".."===n)throw t("files",'"{name}" is an invalid file name.',{name:e});if(0===n.length)throw t("files","File name cannot be empty.");if(-1!==n.indexOf("/"))throw t("files",'"/" is not allowed inside a file name.');if(n.match(me.config.blacklist_files_regex))throw t("files",'"{name}" is not an allowed filetype',{name:e});return!0}(e)){if(c.filelist.find((function(e){return e.name===this}),e))throw t("files","{newName} already exists",{newName:e},void 0,{escape:!1});return!0}}catch(e){y.attr("title",e),y.tooltip({placement:"right",trigger:"manual",container:".newFolderMenu"}),y.tooltip("fixTitle"),y.tooltip("show"),y.addClass("error")}return!1};p.on("submit",(function(e){if(e.stopPropagation(),e.preventDefault(),g()){var t=y.val();c.filepicker.filesClient.createDirectory(c.$filePicker.data("path")+"/"+t).always((function(e){c._fillFilePicker(c.$filePicker.data("path")+"/"+t)})),me.hideMenus(),c.$filePicker.ocdialog("unsetEnterCallback"),c.$filePicker.click(),y.val(h)}})),y.keypress((function(e){13!==e.keyCode&&13!==e.which||(e.stopImmediatePropagation(),e.preventDefault(),p.submit())})),c.$filePicker.ready((function(){c.$fileListHeader=c.$filePicker.find(".filelist thead tr"),c.$filelist=c.$filePicker.find(".filelist tbody"),c.$filelistContainer=c.$filePicker.find(".filelist-container"),c.$dirTree=c.$filePicker.find(".dirtree"),c.$dirTree.on("click","div:not(:last-child)",c,(function(e){c._handleTreeListSelect(e,o)})),c.$filelist.on("click","tr",(function(e){c._handlePickerClick(e,s()(this),o)})),c.$fileListHeader.on("click","a",(function(e){var t=c.$filePicker.data("path");c.filepicker.sortField=s()(e.currentTarget).data("sort"),c.filepicker.sortOrder="asc"===c.filepicker.sortOrder?"desc":"asc",c._fillFilePicker(t)})),c._fillFilePicker(u)}));var v=function(e){if(void 0!==n){var t;if(!0===r)t=[],c.$filelist.find("tr.filepicker_element_selected").each((function(e,n){t.push(c.$filePicker.data("path")+"/"+s()(n).data("entryname"))}));else{t=c.$filePicker.data("path");var i=c.$filelist.find("tr.filepicker_element_selected").data("entryname");i&&(t+="/"+i)}n(t,e),c.$filePicker.ocdialog("close")}},M=[];o===z.FILEPICKER_TYPE_CHOOSE?M.push({text:t("core","Choose"),click:function(){v(z.FILEPICKER_TYPE_CHOOSE)},defaultButton:!0}):o===z.FILEPICKER_TYPE_CUSTOM?l.buttons.forEach((function(e){M.push({text:e.text,click:function(){v(e.type)},defaultButton:e.defaultButton})})):(o!==z.FILEPICKER_TYPE_COPY&&o!==z.FILEPICKER_TYPE_COPY_MOVE||M.push({text:t("core","Copy"),click:function(){v(z.FILEPICKER_TYPE_COPY)},defaultButton:!1}),o!==z.FILEPICKER_TYPE_MOVE&&o!==z.FILEPICKER_TYPE_COPY_MOVE||M.push({text:t("core","Move"),click:function(){v(z.FILEPICKER_TYPE_MOVE)},defaultButton:!0})),c.$filePicker.ocdialog({closeOnEscape:!0,width:600,height:500,modal:a,buttons:M,style:{buttons:"aside"},close:function(){try{s()(this).ocdialog("destroy").remove()}catch(e){}c.$filePicker=null}});var L=c.$filePicker.closest(".oc-dialog").find(".primary");-1!==c.$filePicker.data("mimetype").indexOf("httpd/unix-directory")||c.$filePicker.data("allowDirectoryChooser")?L.prop("disabled",!1):L.prop("disabled",!0)})).fail((function(e,n){c.filepicker.loading=!1,0!==e&&alert(t("core","Error loading file picker template: {error}",{error:n}))}))}},message:function(e,n,r,i,a,o,u){return s.a.when(this._getMessageTemplate()).then((function(l){var c="oc-dialog-"+z.dialogsCounter+"-content",d="#"+c,f=l.octemplate({dialog_name:c,title:n,message:e,type:r},u?{escapeFunction:""}:{});void 0===o&&(o=!1),s()("body").append(f);var h=[];switch(i){case z.YES_NO_BUTTONS:h=[{text:t("core","No"),click:function(){void 0!==a&&a(!1),s()(d).ocdialog("close")}},{text:t("core","Yes"),click:function(){void 0!==a&&a(!0),s()(d).ocdialog("close")},defaultButton:!0}];break;case z.OK_BUTTON:h[0]={text:t("core","OK"),click:function(){s()(d).ocdialog("close"),void 0!==a&&a()},defaultButton:!0};break;default:if("object"===W(i))switch(i.type){case z.YES_NO_BUTTONS:h=[{text:i.cancel||t("core","No"),click:function(){void 0!==a&&a(!1),s()(d).ocdialog("close")}},{text:i.confirm||t("core","Yes"),click:function(){void 0!==a&&a(!0),s()(d).ocdialog("close")},defaultButton:!0,classes:i.confirmClasses}]}}s()(d).ocdialog({closeOnEscape:!0,modal:o,buttons:h}),z.dialogsCounter++})).fail((function(r,i){0===r?alert(n+": "+e):alert(t("core","Error loading message template: {error}",{error:i}))}))},_fileexistsshown:!1,fileexists:function(e,r,i,a){var o=this,u=new s.a.Deferred,l=function(e){var t,n,r,i=document.createElement("canvas"),a=e.width,o=e.height;return a>o?(n=0,t=(a-o)/2):(n=(o-a)/2,t=0),r=Math.min(a,o),i.width=r,i.height=r,i.getContext("2d").drawImage(e,t,n,r,r,0,0,r,r),c(i,r,r,96,96),i.toDataURL("image/png",.7)},c=function(e,t,n,r,i){r=Math.round(r),i=Math.round(i);for(var a=e.getContext("2d").getImageData(0,0,t,n),o=e.getContext("2d").getImageData(0,0,r,i),s=a.data,u=o.data,l=t/r,c=n/i,d=Math.ceil(l/2),f=Math.ceil(c/2),h=0;h<i;h++)for(var m=0;m<r;m++){for(var _=4*(m+h*r),p=0,y=0,g=0,v=0,M=0,L=0,Y=0,k=(h+.5)*c,w=Math.floor(h*c);w<(h+1)*c;w++)for(var b=Math.abs(k-(w+.5))/f,T=(m+.5)*l,x=b*b,D=Math.floor(m*l);D<(m+1)*l;D++){var S=Math.abs(T-(D+.5))/d,E=Math.sqrt(x+S*S);E>=-1&&E<=1&&(p=2*E*E*E-3*E*E+1)>0&&(Y+=p*s[(S=4*(D+w*t))+3],g+=p,s[S+3]<255&&(p=p*s[S+3]/250),v+=p*s[S],M+=p*s[S+1],L+=p*s[S+2],y+=p)}u[_]=v/y,u[_+1]=M/y,u[_+2]=L/y,u[_+3]=Y/g}e.getContext("2d").clearRect(0,0,Math.max(t,r),Math.max(n,i)),e.width=r,e.height=i,e.getContext("2d").putImageData(o,0,0)},d=function(n,r,i){var a=n.find(".template").clone().removeClass("template").addClass("conflict"),o=a.find(".original"),u=a.find(".replacement");a.data("data",e),a.find(".filename").text(r.name),o.find(".size").text(me.Util.humanFileSize(r.size)),o.find(".mtime").text(formatDate(r.mtime)),i.size&&i.lastModifiedDate&&(u.find(".size").text(me.Util.humanFileSize(i.size)),u.find(".mtime").text(formatDate(i.lastModifiedDate)));var c=r.directory+"/"+r.name,d={file:c,x:96,y:96,c:r.etag,forceIcon:0},f=Files.generatePreviewUrl(d);f=f.replace(/'/g,"%27"),o.find(".icon").css({"background-image":"url('"+f+"')"}),function(e){var t=new s.a.Deferred,n=e.type&&e.type.split("/").shift();if(window.FileReader&&"image"===n){var r=new FileReader;r.onload=function(e){var n=new Blob([e.target.result]);window.URL=window.URL||window.webkitURL;var r=window.URL.createObjectURL(n),i=new Image;i.src=r,i.onload=function(){var e=l(i);t.resolve(e)}},r.readAsArrayBuffer(e)}else t.reject();return t}(i).then((function(e){u.find(".icon").css("background-image","url("+e+")")}),(function(){c=me.MimeType.getIconUrl(i.type),u.find(".icon").css("background-image","url("+c+")")}));var h=n.find(".conflict").length;o.find("input:checkbox").attr("id","checkbox_original_"+h),u.find("input:checkbox").attr("id","checkbox_replacement_"+h),n.append(a),i.lastModifiedDate&&i.lastModifiedDate.getTime()>r.mtime?u.find(".mtime").css("font-weight","bold"):i.lastModifiedDate&&i.lastModifiedDate.getTime()<r.mtime&&o.find(".mtime").css("font-weight","bold"),i.size&&i.size>r.size?u.find(".size").css("font-weight","bold"):i.size&&i.size<r.size&&o.find(".size").css("font-weight","bold"),"readonly"===r.status&&(o.addClass("readonly").find('input[type="checkbox"]').prop("checked",!0).prop("disabled",!0),o.find(".message").text(t("core","read-only")))},f="#oc-dialog-fileexists-content";if(this._fileexistsshown){var h=s()(f+" .conflicts");d(h,r,i);var m=s()(f+" .conflict").length,_=n("core","{count} file conflict","{count} file conflicts",m,{count:m});s()(f).parent().children(".oc-dialog-title").text(_),s()(window).trigger("resize"),u.resolve()}else this._fileexistsshown=!0,s.a.when(this._getFileExistsTemplate()).then((function(n){var l=t("core","One file conflict"),c=n.octemplate({dialog_name:"oc-dialog-fileexists-content",title:l,type:"fileexists",allnewfiles:t("core","New Files"),allexistingfiles:t("core","Already existing files"),why:t("core","Which files do you want to keep?"),what:t("core","If you select both versions, the copied file will have a number added to its name.")});if(s()("body").append(c),r&&i){var h=c.find(".conflicts");d(h,r,i)}var m=[{text:t("core","Cancel"),classes:"cancel",click:function(){void 0!==a.onCancel&&a.onCancel(e),s()(f).ocdialog("close")}},{text:t("core","Continue"),classes:"continue",click:function(){void 0!==a.onContinue&&a.onContinue(s()(f+" .conflict")),s()(f).ocdialog("close")}}];s()(f).ocdialog({width:500,closeOnEscape:!0,modal:!0,buttons:m,closeButton:null,close:function(){o._fileexistsshown=!1,s()(this).ocdialog("destroy").remove()}}),s()(f).css("height","auto");var _=c.closest(".oc-dialog").find("button.continue");function p(){var e=c.find(".conflicts .checkbox:checked").length;_.prop("disabled",0===e)}_.prop("disabled",!0),s()(f).find(".allnewfiles").on("click",(function(){s()(f).find('.conflict .replacement input[type="checkbox"]').prop("checked",s()(this).prop("checked"))})),s()(f).find(".allexistingfiles").on("click",(function(){s()(f).find('.conflict .original:not(.readonly) input[type="checkbox"]').prop("checked",s()(this).prop("checked"))})),s()(f).find(".conflicts").on("click",".replacement,.original:not(.readonly)",(function(){var e=s()(this).find('input[type="checkbox"]');e.prop("checked",!e.prop("checked"))})),s()(f).find(".conflicts").on("click",'.replacement input[type="checkbox"],.original:not(.readonly) input[type="checkbox"]',(function(){var e=s()(this);e.prop("checked",!e.prop("checked"))})),s()(f).on("click",".replacement,.allnewfiles",(function(){var e=s()(f).find('.conflict .replacement input[type="checkbox"]:checked').length;e===s()(f+" .conflict").length?(s()(f).find(".allnewfiles").prop("checked",!0),s()(f).find(".allnewfiles + .count").text(t("core","(all selected)"))):e>0?(s()(f).find(".allnewfiles").prop("checked",!1),s()(f).find(".allnewfiles + .count").text(t("core","({count} selected)",{count:e}))):(s()(f).find(".allnewfiles").prop("checked",!1),s()(f).find(".allnewfiles + .count").text("")),p()})),s()(f).on("click",".original,.allexistingfiles",(function(){var e=s()(f).find('.conflict .original input[type="checkbox"]:checked').length;e===s()(f+" .conflict").length?(s()(f).find(".allexistingfiles").prop("checked",!0),s()(f).find(".allexistingfiles + .count").text(t("core","(all selected)"))):e>0?(s()(f).find(".allexistingfiles").prop("checked",!1),s()(f).find(".allexistingfiles + .count").text(t("core","({count} selected)",{count:e}))):(s()(f).find(".allexistingfiles").prop("checked",!1),s()(f).find(".allexistingfiles + .count").text("")),p()})),u.resolve()})).fail((function(){u.reject(),alert(t("core","Error loading file exists template"))}));return u.promise()},_getGridSettings:function(){var e=this;s.a.get(me.generateUrl("/apps/files/api/v1/showgridview"),(function(t){e.$showGridView.get(0).checked=t.gridview,e.$showGridView.next("#picker-view-toggle").removeClass("icon-toggle-filelist icon-toggle-pictures").addClass(t.gridview?"icon-toggle-filelist":"icon-toggle-pictures"),s()(".list-container").toggleClass("view-grid",t.gridview)}))},_onGridviewChange:function(){var e=this.$showGridView.is(":checked");me.currentUser&&s.a.post(me.generateUrl("/apps/files/api/v1/showgridview"),{show:e}),this.$showGridView.next("#picker-view-toggle").removeClass("icon-toggle-filelist icon-toggle-pictures").addClass(e?"icon-toggle-filelist":"icon-toggle-pictures"),s()(".list-container").toggleClass("view-grid",e)},_getFilePickerTemplate:function(){var e=s.a.Deferred();if(this.$filePickerTemplate)e.resolve(this.$filePickerTemplate);else{var t=this;s.a.get(me.filePath("core","templates","filepicker.html"),(function(n){t.$filePickerTemplate=s()(n),t.$listTmpl=t.$filePickerTemplate.find(".filelist tbody tr:first-child").detach(),e.resolve(t.$filePickerTemplate)})).fail((function(t,n,r){e.reject(t.status,r)}))}return e.promise()},_getMessageTemplate:function(){var e=s.a.Deferred();if(this.$messageTemplate)e.resolve(this.$messageTemplate);else{var t=this;s.a.get(me.filePath("core","templates","message.html"),(function(n){t.$messageTemplate=s()(n),e.resolve(t.$messageTemplate)})).fail((function(t,n,r){e.reject(t.status,r)}))}return e.promise()},_getFileExistsTemplate:function(){var e=s.a.Deferred();if(this.$fileexistsTemplate)e.resolve(this.$fileexistsTemplate);else{var t=this;s.a.get(me.filePath("files","templates","fileexists.html"),(function(n){t.$fileexistsTemplate=s()(n),e.resolve(t.$fileexistsTemplate)})).fail((function(){e.reject()}))}return e.promise()},_getFileList:function(e,t){return"string"==typeof t&&(t=[t]),s.a.getJSON(me.filePath("files","ajax","list.php"),{dir:e,mimetypes:JSON.stringify(t)})},_fillFilePicker:function(e){var n=this;this.$filelist.empty(),this.$filePicker.find(".emptycontent").hide(),this.$filelistContainer.addClass("icon-loading"),this.$filePicker.data("path",e);var r=this.$filePicker.data("mimetype");"string"==typeof r&&(r=[r]),n.$fileListHeader.find(".sort-indicator").addClass("hidden").removeClass("icon-triangle-n").removeClass("icon-triangle-s"),n.$fileListHeader.find("[data-sort="+n.filepicker.sortField+"] .sort-indicator").removeClass("hidden"),"asc"===n.filepicker.sortOrder?n.$fileListHeader.find("[data-sort="+n.filepicker.sortField+"] .sort-indicator").addClass("icon-triangle-n"):n.$fileListHeader.find("[data-sort="+n.filepicker.sortField+"] .sort-indicator").addClass("icon-triangle-s"),n.filepicker.filesClient.getFolderContents(e).then((function(i,a){n.filelist=a,r&&r.length>0&&-1===r.indexOf("*")&&(a=a.filter((function(e){return"dir"===e.type||-1!==r.indexOf(e.mimetype)})));var o={name:function(e,t){return"dir"===e.type&&"dir"!==t.type?-1:"dir"!==e.type&&"dir"===t.type?1:me.Util.naturalSortCompare(e.name,t.name)},size:function(e,t){return e.size-t.size},mtime:function(e,t){return e.mtime-t.mtime}},u=o[n.filepicker.sortField]||o.name;a=a.sort((function(e,t){var r=function(e){return e.tags&&e.tags.indexOf(me.TAG_FAVORITE)>=0};return r(e)&&!r(t)?-1:!r(e)&&r(t)?1:"asc"===n.filepicker.sortOrder?u(e,t):-u(e,t)})),n._fillSlug(),0===a.length?(n.$filePicker.find(".emptycontent").show(),n.$fileListHeader.hide()):(n.$filePicker.find(".emptycontent").hide(),n.$fileListHeader.show()),s.a.each(a,(function(r,i){var a,o;if(i.icon=me.MimeType.getIconUrl(i.mimetype),void 0!==i.size&&i.size>=0?(a=me.Util.humanFileSize(parseInt(i.size,10),!0),o=Math.round(160-Math.pow(i.size/1048576,2))):(a=t("files","Pending"),o=80),i.name.length>=10)var u=Math.min(Math.floor(i.name.length/2),10),l=i.name.substr(0,i.name.length-u),c=i.name.substr(i.name.length-u);else l=i.name,c="";var d=n.$listTmpl.octemplate({type:i.type,dir:e,filename:i.name,filename1:l,filename2:c,date:me.Util.relativeModifiedDate(i.mtime),size:a,sizeColor:o,icon:i.icon});if("file"===i.type){var f={file:e+"/"+i.name,x:100,y:100},h=new Image,m=me.generateUrl("/core/preview.png?")+s.a.param(f);h.onload=function(){h.width>5&&d.find("td.filename").attr("style","background-image:url("+m+")")},h.src=m}n.$filelist.append(d)})),n.$filelistContainer.removeClass("icon-loading")}))},_fillSlug:function(){this.$dirTree.empty();var e=this,t=this.$filePicker.data("path"),n=s()('<div data-dir="{dir}"><a>{name}</a></div>').addClass("crumb");if(t){var r=t.split("/");s.a.each(r,(function(t,i){if(""===(i=r.pop()))return!1;e.$dirTree.prepend(n.octemplate({dir:r.join("/")+"/"+i,name:i}))}))}n.octemplate({dir:"",name:""},{escapeFunction:null}).prependTo(this.$dirTree)},_handleTreeListSelect:function(e,t){var n=e.data,r=s()(e.target).closest(".crumb").data("dir");n._fillFilePicker(r);var i=e.target.closest(".oc-dialog"),a=s()(".primary",i);this._changeButtonsText(t,r.split(/[/]+/).pop()),-1!==this.$filePicker.data("mimetype").indexOf("httpd/unix-directory")||this.$filePicker.data("allowDirectoryChooser")?a.prop("disabled",!1):a.prop("disabled",!0)},_handlePickerClick:function(e,t,n){var r=this.$filePicker.closest(".oc-dialog").find(".primary");"file"===t.data("type")?(!0===this.$filePicker.data("multiselect")&&e.ctrlKey||this.$filelist.find(".filepicker_element_selected").removeClass("filepicker_element_selected"),t.toggleClass("filepicker_element_selected"),r.prop("disabled",!1)):"dir"===t.data("type")&&(this._fillFilePicker(this.$filePicker.data("path")+"/"+t.data("entryname")),this._changeButtonsText(n,t.data("entryname")),-1!==this.$filePicker.data("mimetype").indexOf("httpd/unix-directory")||this.$filePicker.data("allowDirectoryChooser")?r.prop("disabled",!1):r.prop("disabled",!0))},_changeButtonsText:function(e,n){var r=""===n?t("core","Copy"):t("core","Copy to {folder}",{folder:n}),i=""===n?t("core","Move"):t("core","Move to {folder}",{folder:n}),a=s()(".oc-dialog-buttonrow button");switch(e){case this.FILEPICKER_TYPE_CHOOSE:case this.FILEPICKER_TYPE_CUSTOM:break;case this.FILEPICKER_TYPE_COPY:a.text(r);break;case this.FILEPICKER_TYPE_MOVE:a.text(i);break;case this.FILEPICKER_TYPE_COPY_MOVE:a.eq(0).text(r),a.eq(1).text(i)}}},U=z,$=i(58),q=function e(t,n){var r,i,a="";if(this.typelessListeners=[],this.closed=!1,this.listeners={},n)for(r in n)a+=r+"="+encodeURIComponent(n[r])+"&";if(a+="requesttoken="+encodeURIComponent(Object($.a)()),this.useFallBack||"undefined"==typeof EventSource){var o="oc_eventsource_iframe_"+e.iframeCount;e.fallBackSources[e.iframeCount]=this,this.iframe=s()("<iframe/>"),this.iframe.attr("id",o),this.iframe.hide(),i="&",-1===t.indexOf("?")&&(i="?"),this.iframe.attr("src",t+i+"fallback=true&fallback_id="+e.iframeCount+"&"+a),s()("body").append(this.iframe),this.useFallBack=!0,e.iframeCount++}else i="&",-1===t.indexOf("?")&&(i="?"),this.source=new EventSource(t+i+a),this.source.onmessage=function(e){for(var t=0;t<this.typelessListeners.length;t++)this.typelessListeners[t](JSON.parse(e.data))}.bind(this);this.listen("__internal__",function(e){"close"===e&&this.close()}.bind(this))};q.fallBackSources=[],q.iframeCount=0,q.fallBackCallBack=function(e,t,n){q.fallBackSources[e].fallBackCallBack(t,n)},q.prototype={typelessListeners:[],iframe:null,listeners:{},useFallBack:!1,fallBackCallBack:function(e,t){var n;if(!this.closed)if(e){if(void 0!==this.listeners.done)for(n=0;n<this.listeners[e].length;n++)this.listeners[e][n](t)}else for(n=0;n<this.typelessListeners.length;n++)this.typelessListeners[n](t)},lastLength:0,listen:function(e,t){t&&t.call&&(e?this.useFallBack?(this.listeners[e]||(this.listeners[e]=[]),this.listeners[e].push(t)):this.source.addEventListener(e,(function(e){void 0!==e.data?t(JSON.parse(e.data)):t("")}),!1):this.typelessListeners.push(t))},close:function(){this.closed=!0,void 0!==this.source&&this.source.close()}};var B=q,J=window._oc_capabilities||{},G=function(){return J},V=null,K=function(e){if(V){var t=V;V.trigger(new s.a.Event("beforeHide")),V.slideUp(A.j,(function(){t.trigger(new s.a.Event("afterHide")),e&&e.apply(this,arguments)}))}s()(".menutoggle").attr("aria-expanded",!1),s()(".openedMenu").removeClass("openedMenu"),V=null,null},X=!!window._oc_isadmin,Z=i(42),Q=i(22),ee={startSaving:function(e){this.startAction(e,t("core","Saving …"))},startAction:function(e,t){s()(e).text(t).removeClass("success").removeClass("error").stop(!0,!0).show()},finishedSaving:function(e,t){this.finishedAction(e,t)},finishedAction:function(e,t){"success"===t.status?this.finishedSuccess(e,t.data.message):this.finishedError(e,t.data.message)},finishedSuccess:function(e,t){s()(e).text(t).addClass("success").removeClass("error").stop(!0,!0).delay(3e3).fadeOut(900).show()},finishedError:function(e,t){s()(e).text(t).addClass("error").removeClass("success").show()}},te=i(212),ne=function(e){me.Search.search(e,null,0,30)};
+!function(t){var e={};function n(r){if(e[r])return e[r].exports;var o=e[r]={i:r,l:!1,exports:{}};return t[r].call(o.exports,o,o.exports,n),o.l=!0,o.exports}n.m=t,n.c=e,n.d=function(t,e,r){n.o(t,e)||Object.defineProperty(t,e,{enumerable:!0,get:r})},n.r=function(t){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})},n.t=function(t,e){if(1&e&&(t=n(t)),8&e)return t;if(4&e&&"object"==typeof t&&t&&t.__esModule)return t;var r=Object.create(null);if(n.r(r),Object.defineProperty(r,"default",{enumerable:!0,value:t}),2&e&&"string"!=typeof t)for(var o in t)n.d(r,o,function(e){return t[e]}.bind(null,o));return r},n.n=function(t){var e=t&&t.__esModule?function(){return t.default}:function(){return t};return n.d(e,"a",e),e},n.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},n.p="",n(n.s=925)}({10:function(t,e){t.exports=function(t){return"object"==typeof t?null!==t:"function"==typeof t}},102:function(t,e,n){var r=n(5),o=n(10),i=r.document,c=o(i)&&o(i.createElement);t.exports=function(t){return c?i.createElement(t):{}}},103:function(t,e,n){var r=n(32),o=n(65),i=n(74),c=n(8);t.exports=r("Reflect","ownKeys")||function(t){var e=o.f(c(t)),n=i.f;return n?e.concat(n(t)):e}},104:function(t,e,n){var r=n(5);t.exports=r},105:function(t,e,n){var r=n(68),o=n(21),i=n(164);r||o(Object.prototype,"toString",i,{unsafe:!0})},11:function(t,e,n){var r=n(4);t.exports=!r((function(){return 7!=Object.defineProperty({},1,{get:function(){return 7}})[1]}))},110:function(t,e,n){var r=n(13),o=n(103),i=n(29),c=n(19);t.exports=function(t,e){for(var n=o(e),a=c.f,u=i.f,s=0;s<n.length;s++){var f=n[s];r(t,f)||a(t,f,u(e,f))}}},111:function(t,e,n){var r=n(67);t.exports=r&&!Symbol.sham&&"symbol"==typeof Symbol.iterator},12:function(t,e,n){"use strict";n(151),n(91),n(105),n(40),n(123),n(62),Object.defineProperty(e,"__esModule",{value:!0}),e.getRootUrl=e.generateFilePath=e.imagePath=e.generateUrl=e.generateOcsUrl=e.generateRemoteUrl=e.linkTo=void 0;e.linkTo=function(t,e){return r(t,"",e)};e.generateRemoteUrl=function(t){return window.location.protocol+"//"+window.location.host+function(t){return o()+"/remote.php/"+t}(t)};e.generateOcsUrl=function(t,e){return e=2!==e?1:2,window.location.protocol+"//"+window.location.host+o()+"/ocs/v"+e+".php/"+t+"/"};e.generateUrl=function(t,e,n){var r=Object.assign({escape:!0,noRewrite:!1},n||{}),i=function(t,e){return e=e||{},t.replace(/{([^{}]*)}/g,(function(t,n){var o=e[n];return r.escape?"string"==typeof o||"number"==typeof o?encodeURIComponent(o.toString()):encodeURIComponent(t):"string"==typeof o||"number"==typeof o?o.toString():t}))};return"/"!==t.charAt(0)&&(t="/"+t),!0!==OC.config.modRewriteWorking||r.noRewrite?o()+"/index.php"+i(t,e||{}):o()+i(t,e||{})};e.imagePath=function(t,e){return-1===e.indexOf(".")?r(t,"img",e+".svg"):r(t,"img",e)};var r=function(t,e,n){var r=-1!==OC.coreApps.indexOf(t),i=o();return"php"!==n.substring(n.length-3)||r?"php"===n.substring(n.length-3)||r?(i+="settings"!==t&&"core"!==t&&"search"!==t||"ajax"!==e?"/":"/index.php/",r||(i+="apps/"),""!==t&&(i+=t+="/"),e&&(i+=e+"/"),i+=n):(i=OC.appswebroots[t],e&&(i+="/"+e+"/"),"/"!==i.substring(i.length-1)&&(i+="/"),i+=n):(i+="/index.php/apps/"+t,"index.php"!==n&&(i+="/",e&&(i+=encodeURI(e+"/")),i+=n)),i};e.generateFilePath=r;var o=function(){return OC.webroot};e.getRootUrl=o},121:function(t,e,n){var r=n(5),o=n(72),i=r.WeakMap;t.exports="function"==typeof i&&/native code/.test(o(i))},122:function(t,e,n){var r=n(14),o=Math.floor,i="".replace,c=/\$([$&'`]|\d{1,2}|<[^>]*>)/g,a=/\$([$&'`]|\d{1,2})/g;t.exports=function(t,e,n,u,s,f){var l=n+t.length,p=u.length,h=a;return void 0!==s&&(s=r(s),h=c),i.call(f,h,(function(r,i){var c;switch(i.charAt(0)){case"$":return"$";case"&":return t;case"`":return e.slice(0,n);case"'":return e.slice(l);case"<":c=s[i.slice(1,-1)];break;default:var a=+i;if(0===a)return r;if(a>p){var f=o(a/10);return 0===f?r:f<=p?void 0===u[f-1]?i.charAt(1):u[f-1]+i.charAt(1):r}c=u[a-1]}return void 0===c?"":c}))}},123:function(t,e,n){"use strict";var r=n(21),o=n(8),i=n(4),c=n(61),a=RegExp.prototype,u=a.toString,s=i((function(){return"/a/b"!=u.call({source:"a",flags:"b"})})),f="toString"!=u.name;(s||f)&&r(RegExp.prototype,"toString",(function(){var t=o(this),e=String(t.source),n=t.flags;return"/"+e+"/"+String(void 0===n&&t instanceof RegExp&&!("flags"in a)?c.call(t):n)}),{unsafe:!0})},127:function(t,e,n){"use strict";var r=n(11),o=n(4),i=n(92),c=n(74),a=n(64),u=n(14),s=n(43),f=Object.assign,l=Object.defineProperty;t.exports=!f||o((function(){if(r&&1!==f({b:1},f(l({},"a",{enumerable:!0,get:function(){l(this,"b",{value:3,enumerable:!1})}}),{b:2})).b)return!0;var t={},e={},n=Symbol();return t[n]=7,"abcdefghijklmnopqrst".split("").forEach((function(t){e[t]=t})),7!=f({},t)[n]||"abcdefghijklmnopqrst"!=i(f({},e)).join("")}))?function(t,e){for(var n=u(t),o=arguments.length,f=1,l=c.f,p=a.f;o>f;)for(var h,d=s(arguments[f++]),v=l?i(d).concat(l(d)):i(d),g=v.length,E=0;g>E;)h=v[E++],r&&!p.call(d,h)||(n[h]=d[h]);return n}:f},13:function(t,e,n){var r=n(14),o={}.hasOwnProperty;t.exports=Object.hasOwn||function(t,e){return o.call(r(t),e)}},139:function(t,e,n){"use strict";t.exports=function(t,e){return function(){for(var n=new Array(arguments.length),r=0;r<n.length;r++)n[r]=arguments[r];return t.apply(e,n)}}},14:function(t,e,n){var r=n(20);t.exports=function(t){return Object(r(t))}},140:function(t,e,n){"use strict";var r=n(16);function o(t){return encodeURIComponent(t).replace(/%3A/gi,":").replace(/%24/g,"$").replace(/%2C/gi,",").replace(/%20/g,"+").replace(/%5B/gi,"[").replace(/%5D/gi,"]")}t.exports=function(t,e,n){if(!e)return t;var i;if(n)i=n(e);else if(r.isURLSearchParams(e))i=e.toString();else{var c=[];r.forEach(e,(function(t,e){null!=t&&(r.isArray(t)?e+="[]":t=[t],r.forEach(t,(function(t){r.isDate(t)?t=t.toISOString():r.isObject(t)&&(t=JSON.stringify(t)),c.push(o(e)+"="+o(t))})))})),i=c.join("&")}if(i){var a=t.indexOf("#");-1!==a&&(t=t.slice(0,a)),t+=(-1===t.indexOf("?")?"?":"&")+i}return t}},141:function(t,e,n){"use strict";t.exports=function(t){return!(!t||!t.__CANCEL__)}},142:function(t,e,n){"use strict";(function(e){var r=n(16),o=n(213),i={"Content-Type":"application/x-www-form-urlencoded"};function c(t,e){!r.isUndefined(t)&&r.isUndefined(t["Content-Type"])&&(t["Content-Type"]=e)}var a,u={adapter:(("undefined"!=typeof XMLHttpRequest||void 0!==e&&"[object process]"===Object.prototype.toString.call(e))&&(a=n(143)),a),transformRequest:[function(t,e){return o(e,"Accept"),o(e,"Content-Type"),r.isFormData(t)||r.isArrayBuffer(t)||r.isBuffer(t)||r.isStream(t)||r.isFile(t)||r.isBlob(t)?t:r.isArrayBufferView(t)?t.buffer:r.isURLSearchParams(t)?(c(e,"application/x-www-form-urlencoded;charset=utf-8"),t.toString()):r.isObject(t)?(c(e,"application/json;charset=utf-8"),JSON.stringify(t)):t}],transformResponse:[function(t){if("string"==typeof t)try{t=JSON.parse(t)}catch(t){}return t}],timeout:0,xsrfCookieName:"XSRF-TOKEN",xsrfHeaderName:"X-XSRF-TOKEN",maxContentLength:-1,maxBodyLength:-1,validateStatus:function(t){return t>=200&&t<300}};u.headers={common:{Accept:"application/json, text/plain, */*"}},r.forEach(["delete","get","head"],(function(t){u.headers[t]={}})),r.forEach(["post","put","patch"],(function(t){u.headers[t]=r.merge(i)})),t.exports=u}).call(this,n(57))},143:function(t,e,n){"use strict";var r=n(16),o=n(214),i=n(216),c=n(140),a=n(217),u=n(220),s=n(221),f=n(144);t.exports=function(t){return new Promise((function(e,n){var l=t.data,p=t.headers;r.isFormData(l)&&delete p["Content-Type"];var h=new XMLHttpRequest;if(t.auth){var d=t.auth.username||"",v=t.auth.password?unescape(encodeURIComponent(t.auth.password)):"";p.Authorization="Basic "+btoa(d+":"+v)}var g=a(t.baseURL,t.url);if(h.open(t.method.toUpperCase(),c(g,t.params,t.paramsSerializer),!0),h.timeout=t.timeout,h.onreadystatechange=function(){if(h&&4===h.readyState&&(0!==h.status||h.responseURL&&0===h.responseURL.indexOf("file:"))){var r="getAllResponseHeaders"in h?u(h.getAllResponseHeaders()):null,i={data:t.responseType&&"text"!==t.responseType?h.response:h.responseText,status:h.status,statusText:h.statusText,headers:r,config:t,request:h};o(e,n,i),h=null}},h.onabort=function(){h&&(n(f("Request aborted",t,"ECONNABORTED",h)),h=null)},h.onerror=function(){n(f("Network Error",t,null,h)),h=null},h.ontimeout=function(){var e="timeout of "+t.timeout+"ms exceeded";t.timeoutErrorMessage&&(e=t.timeoutErrorMessage),n(f(e,t,"ECONNABORTED",h)),h=null},r.isStandardBrowserEnv()){var E=(t.withCredentials||s(g))&&t.xsrfCookieName?i.read(t.xsrfCookieName):void 0;E&&(p[t.xsrfHeaderName]=E)}if("setRequestHeader"in h&&r.forEach(p,(function(t,e){void 0===l&&"content-type"===e.toLowerCase()?delete p[e]:h.setRequestHeader(e,t)})),r.isUndefined(t.withCredentials)||(h.withCredentials=!!t.withCredentials),t.responseType)try{h.responseType=t.responseType}catch(e){if("json"!==t.responseType)throw e}"function"==typeof t.onDownloadProgress&&h.addEventListener("progress",t.onDownloadProgress),"function"==typeof t.onUploadProgress&&h.upload&&h.upload.addEventListener("progress",t.onUploadProgress),t.cancelToken&&t.cancelToken.promise.then((function(t){h&&(h.abort(),n(t),h=null)})),l||(l=null),h.send(l)}))}},144:function(t,e,n){"use strict";var r=n(215);t.exports=function(t,e,n,o,i){var c=new Error(t);return r(c,e,n,o,i)}},145:function(t,e,n){"use strict";var r=n(16);t.exports=function(t,e){e=e||{};var n={},o=["url","method","data"],i=["headers","auth","proxy","params"],c=["baseURL","transformRequest","transformResponse","paramsSerializer","timeout","timeoutMessage","withCredentials","adapter","responseType","xsrfCookieName","xsrfHeaderName","onUploadProgress","onDownloadProgress","decompress","maxContentLength","maxBodyLength","maxRedirects","transport","httpAgent","httpsAgent","cancelToken","socketPath","responseEncoding"],a=["validateStatus"];function u(t,e){return r.isPlainObject(t)&&r.isPlainObject(e)?r.merge(t,e):r.isPlainObject(e)?r.merge({},e):r.isArray(e)?e.slice():e}function s(o){r.isUndefined(e[o])?r.isUndefined(t[o])||(n[o]=u(void 0,t[o])):n[o]=u(t[o],e[o])}r.forEach(o,(function(t){r.isUndefined(e[t])||(n[t]=u(void 0,e[t]))})),r.forEach(i,s),r.forEach(c,(function(o){r.isUndefined(e[o])?r.isUndefined(t[o])||(n[o]=u(void 0,t[o])):n[o]=u(void 0,e[o])})),r.forEach(a,(function(r){r in e?n[r]=u(t[r],e[r]):r in t&&(n[r]=u(void 0,t[r]))}));var f=o.concat(i).concat(c).concat(a),l=Object.keys(t).concat(Object.keys(e)).filter((function(t){return-1===f.indexOf(t)}));return r.forEach(l,s),n}},146:function(t,e,n){"use strict";function r(t){this.message=t}r.prototype.toString=function(){return"Cancel"+(this.message?": "+this.message:"")},r.prototype.__CANCEL__=!0,t.exports=r},147:function(t,e,n){"use strict";var r=n(36).forEach,o=n(51)("forEach");t.exports=o?[].forEach:function(t){return r(this,t,arguments.length>1?arguments[1]:void 0)}},15:function(t,e,n){var r=n(23),o=Math.min;t.exports=function(t){return t>0?o(r(t),9007199254740991):0}},151:function(t,e,n){"use strict";var r=n(3),o=n(66).indexOf,i=n(51),c=[].indexOf,a=!!c&&1/[1].indexOf(1,-0)<0,u=i("indexOf");r({target:"Array",proto:!0,forced:a||!u},{indexOf:function(t){return a?c.apply(this,arguments)||0:o(this,t,arguments.length>1?arguments[1]:void 0)}})},16:function(t,e,n){"use strict";var r=n(139),o=Object.prototype.toString;function i(t){return"[object Array]"===o.call(t)}function c(t){return void 0===t}function a(t){return null!==t&&"object"==typeof t}function u(t){if("[object Object]"!==o.call(t))return!1;var e=Object.getPrototypeOf(t);return null===e||e===Object.prototype}function s(t){return"[object Function]"===o.call(t)}function f(t,e){if(null!=t)if("object"!=typeof t&&(t=[t]),i(t))for(var n=0,r=t.length;n<r;n++)e.call(null,t[n],n,t);else for(var o in t)Object.prototype.hasOwnProperty.call(t,o)&&e.call(null,t[o],o,t)}t.exports={isArray:i,isArrayBuffer:function(t){return"[object ArrayBuffer]"===o.call(t)},isBuffer:function(t){return null!==t&&!c(t)&&null!==t.constructor&&!c(t.constructor)&&"function"==typeof t.constructor.isBuffer&&t.constructor.isBuffer(t)},isFormData:function(t){return"undefined"!=typeof FormData&&t instanceof FormData},isArrayBufferView:function(t){return"undefined"!=typeof ArrayBuffer&&ArrayBuffer.isView?ArrayBuffer.isView(t):t&&t.buffer&&t.buffer instanceof ArrayBuffer},isString:function(t){return"string"==typeof t},isNumber:function(t){return"number"==typeof t},isObject:a,isPlainObject:u,isUndefined:c,isDate:function(t){return"[object Date]"===o.call(t)},isFile:function(t){return"[object File]"===o.call(t)},isBlob:function(t){return"[object Blob]"===o.call(t)},isFunction:s,isStream:function(t){return a(t)&&s(t.pipe)},isURLSearchParams:function(t){return"undefined"!=typeof URLSearchParams&&t instanceof URLSearchParams},isStandardBrowserEnv:function(){return("undefined"==typeof navigator||"ReactNative"!==navigator.product&&"NativeScript"!==navigator.product&&"NS"!==navigator.product)&&("undefined"!=typeof window&&"undefined"!=typeof document)},forEach:f,merge:function t(){var e={};function n(n,r){u(e[r])&&u(n)?e[r]=t(e[r],n):u(n)?e[r]=t({},n):i(n)?e[r]=n.slice():e[r]=n}for(var r=0,o=arguments.length;r<o;r++)f(arguments[r],n);return e},extend:function(t,e,n){return f(e,(function(e,o){t[o]=n&&"function"==typeof e?r(e,n):e})),t},trim:function(t){return t.replace(/^\s*/,"").replace(/\s*$/,"")},stripBOM:function(t){return 65279===t.charCodeAt(0)&&(t=t.slice(1)),t}}},161:function(t,e,n){"use strict";var r=n(3),o=n(147);r({target:"Array",proto:!0,forced:[].forEach!=o},{forEach:o})},164:function(t,e,n){"use strict";var r=n(68),o=n(96);t.exports=r?{}.toString:function(){return"[object "+o(this)+"]"}},17:function(t,e){var n;n=function(){return this}();try{n=n||new Function("return this")()}catch(t){"object"==typeof window&&(n=window)}t.exports=n},174:function(t,e,n){"use strict";n(161),Object.defineProperty(e,"__esModule",{value:!0}),e.getRequestToken=function(){return i},e.onRequestTokenUpdate=function(t){c.push(t)};var r=n(41),o=document.getElementsByTagName("head")[0],i=o?o.getAttribute("data-requesttoken"):null,c=[];(0,r.subscribe)("csrf-token-update",(function(t){i=t.token,c.forEach((function(e){try{e(t.token)}catch(t){console.error("error updating CSRF token observer",t)}}))}))},175:function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.getCurrentUser=function(){if(null===o)return null;return{uid:o,displayName:c,isAdmin:a}};var r=document.getElementsByTagName("head")[0],o=r?r.getAttribute("data-user"):null,i=document.getElementsByTagName("head")[0],c=i?i.getAttribute("data-user-displayname"):null,a="undefined"!=typeof OC&&OC.isUserAdmin()},18:function(t,e,n){var r=n(11),o=n(19),i=n(33);t.exports=r?function(t,e,n){return o.f(t,e,i(1,n))}:function(t,e,n){return t[e]=n,t}},19:function(t,e,n){var r=n(11),o=n(77),i=n(8),c=n(34),a=Object.defineProperty;e.f=r?a:function(t,e,n){if(i(t),e=c(e,!0),i(n),o)try{return a(t,e,n)}catch(t){}if("get"in n||"set"in n)throw TypeError("Accessors not supported");return"value"in n&&(t[e]=n.value),t}},20:function(t,e){t.exports=function(t){if(null==t)throw TypeError("Can't call method on "+t);return t}},207:function(t,e,n){t.exports=n(208)},208:function(t,e,n){"use strict";var r=n(16),o=n(139),i=n(209),c=n(145);function a(t){var e=new i(t),n=o(i.prototype.request,e);return r.extend(n,i.prototype,e),r.extend(n,e),n}var u=a(n(142));u.Axios=i,u.create=function(t){return a(c(u.defaults,t))},u.Cancel=n(146),u.CancelToken=n(222),u.isCancel=n(141),u.all=function(t){return Promise.all(t)},u.spread=n(223),u.isAxiosError=n(224),t.exports=u,t.exports.default=u},209:function(t,e,n){"use strict";var r=n(16),o=n(140),i=n(210),c=n(211),a=n(145);function u(t){this.defaults=t,this.interceptors={request:new i,response:new i}}u.prototype.request=function(t){"string"==typeof t?(t=arguments[1]||{}).url=arguments[0]:t=t||{},(t=a(this.defaults,t)).method?t.method=t.method.toLowerCase():this.defaults.method?t.method=this.defaults.method.toLowerCase():t.method="get";var e=[c,void 0],n=Promise.resolve(t);for(this.interceptors.request.forEach((function(t){e.unshift(t.fulfilled,t.rejected)})),this.interceptors.response.forEach((function(t){e.push(t.fulfilled,t.rejected)}));e.length;)n=n.then(e.shift(),e.shift());return n},u.prototype.getUri=function(t){return t=a(this.defaults,t),o(t.url,t.params,t.paramsSerializer).replace(/^\?/,"")},r.forEach(["delete","get","head","options"],(function(t){u.prototype[t]=function(e,n){return this.request(a(n||{},{method:t,url:e,data:(n||{}).data}))}})),r.forEach(["post","put","patch"],(function(t){u.prototype[t]=function(e,n,r){return this.request(a(r||{},{method:t,url:e,data:n}))}})),t.exports=u},21:function(t,e,n){var r=n(5),o=n(18),i=n(13),c=n(52),a=n(72),u=n(35),s=u.get,f=u.enforce,l=String(String).split("String");(t.exports=function(t,e,n,a){var u,s=!!a&&!!a.unsafe,p=!!a&&!!a.enumerable,h=!!a&&!!a.noTargetGet;"function"==typeof n&&("string"!=typeof e||i(n,"name")||o(n,"name",e),(u=f(n)).source||(u.source=l.join("string"==typeof e?e:""))),t!==r?(s?!h&&t[e]&&(p=!0):delete t[e],p?t[e]=n:o(t,e,n)):p?t[e]=n:c(e,n)})(Function.prototype,"toString",(function(){return"function"==typeof this&&s(this).source||a(this)}))},210:function(t,e,n){"use strict";var r=n(16);function o(){this.handlers=[]}o.prototype.use=function(t,e){return this.handlers.push({fulfilled:t,rejected:e}),this.handlers.length-1},o.prototype.eject=function(t){this.handlers[t]&&(this.handlers[t]=null)},o.prototype.forEach=function(t){r.forEach(this.handlers,(function(e){null!==e&&t(e)}))},t.exports=o},211:function(t,e,n){"use strict";var r=n(16),o=n(212),i=n(141),c=n(142);function a(t){t.cancelToken&&t.cancelToken.throwIfRequested()}t.exports=function(t){return a(t),t.headers=t.headers||{},t.data=o(t.data,t.headers,t.transformRequest),t.headers=r.merge(t.headers.common||{},t.headers[t.method]||{},t.headers),r.forEach(["delete","get","head","post","put","patch","common"],(function(e){delete t.headers[e]})),(t.adapter||c.adapter)(t).then((function(e){return a(t),e.data=o(e.data,e.headers,t.transformResponse),e}),(function(e){return i(e)||(a(t),e&&e.response&&(e.response.data=o(e.response.data,e.response.headers,t.transformResponse))),Promise.reject(e)}))}},212:function(t,e,n){"use strict";var r=n(16);t.exports=function(t,e,n){return r.forEach(n,(function(n){t=n(t,e)})),t}},213:function(t,e,n){"use strict";var r=n(16);t.exports=function(t,e){r.forEach(t,(function(n,r){r!==e&&r.toUpperCase()===e.toUpperCase()&&(t[e]=n,delete t[r])}))}},214:function(t,e,n){"use strict";var r=n(144);t.exports=function(t,e,n){var o=n.config.validateStatus;n.status&&o&&!o(n.status)?e(r("Request failed with status code "+n.status,n.config,null,n.request,n)):t(n)}},215:function(t,e,n){"use strict";t.exports=function(t,e,n,r,o){return t.config=e,n&&(t.code=n),t.request=r,t.response=o,t.isAxiosError=!0,t.toJSON=function(){return{message:this.message,name:this.name,description:this.description,number:this.number,fileName:this.fileName,lineNumber:this.lineNumber,columnNumber:this.columnNumber,stack:this.stack,config:this.config,code:this.code}},t}},216:function(t,e,n){"use strict";var r=n(16);t.exports=r.isStandardBrowserEnv()?{write:function(t,e,n,o,i,c){var a=[];a.push(t+"="+encodeURIComponent(e)),r.isNumber(n)&&a.push("expires="+new Date(n).toGMTString()),r.isString(o)&&a.push("path="+o),r.isString(i)&&a.push("domain="+i),!0===c&&a.push("secure"),document.cookie=a.join("; ")},read:function(t){var e=document.cookie.match(new RegExp("(^|;\\s*)("+t+")=([^;]*)"));return e?decodeURIComponent(e[3]):null},remove:function(t){this.write(t,"",Date.now()-864e5)}}:{write:function(){},read:function(){return null},remove:function(){}}},217:function(t,e,n){"use strict";var r=n(218),o=n(219);t.exports=function(t,e){return t&&!r(e)?o(t,e):e}},218:function(t,e,n){"use strict";t.exports=function(t){return/^([a-z][a-z\d\+\-\.]*:)?\/\//i.test(t)}},219:function(t,e,n){"use strict";t.exports=function(t,e){return e?t.replace(/\/+$/,"")+"/"+e.replace(/^\/+/,""):t}},22:function(t,e,n){var r=n(43),o=n(20);t.exports=function(t){return r(o(t))}},220:function(t,e,n){"use strict";var r=n(16),o=["age","authorization","content-length","content-type","etag","expires","from","host","if-modified-since","if-unmodified-since","last-modified","location","max-forwards","proxy-authorization","referer","retry-after","user-agent"];t.exports=function(t){var e,n,i,c={};return t?(r.forEach(t.split("\n"),(function(t){if(i=t.indexOf(":"),e=r.trim(t.substr(0,i)).toLowerCase(),n=r.trim(t.substr(i+1)),e){if(c[e]&&o.indexOf(e)>=0)return;c[e]="set-cookie"===e?(c[e]?c[e]:[]).concat([n]):c[e]?c[e]+", "+n:n}})),c):c}},221:function(t,e,n){"use strict";var r=n(16);t.exports=r.isStandardBrowserEnv()?function(){var t,e=/(msie|trident)/i.test(navigator.userAgent),n=document.createElement("a");function o(t){var r=t;return e&&(n.setAttribute("href",r),r=n.href),n.setAttribute("href",r),{href:n.href,protocol:n.protocol?n.protocol.replace(/:$/,""):"",host:n.host,search:n.search?n.search.replace(/^\?/,""):"",hash:n.hash?n.hash.replace(/^#/,""):"",hostname:n.hostname,port:n.port,pathname:"/"===n.pathname.charAt(0)?n.pathname:"/"+n.pathname}}return t=o(window.location.href),function(e){var n=r.isString(e)?o(e):e;return n.protocol===t.protocol&&n.host===t.host}}():function(){return!0}},222:function(t,e,n){"use strict";var r=n(146);function o(t){if("function"!=typeof t)throw new TypeError("executor must be a function.");var e;this.promise=new Promise((function(t){e=t}));var n=this;t((function(t){n.reason||(n.reason=new r(t),e(n.reason))}))}o.prototype.throwIfRequested=function(){if(this.reason)throw this.reason},o.source=function(){var t;return{token:new o((function(e){t=e})),cancel:t}},t.exports=o},223:function(t,e,n){"use strict";t.exports=function(t){return function(e){return t.apply(null,e)}}},224:function(t,e,n){"use strict";t.exports=function(t){return"object"==typeof t&&!0===t.isAxiosError}},23:function(t,e){var n=Math.ceil,r=Math.floor;t.exports=function(t){return isNaN(t=+t)?0:(t>0?r:n)(t)}},28:function(t,e){var n={}.toString;t.exports=function(t){return n.call(t).slice(8,-1)}},29:function(t,e,n){var r=n(11),o=n(64),i=n(33),c=n(22),a=n(34),u=n(13),s=n(77),f=Object.getOwnPropertyDescriptor;e.f=r?f:function(t,e){if(t=c(t),e=a(e,!0),s)try{return f(t,e)}catch(t){}if(u(t,e))return i(!o.f.call(t,e),t[e])}},3:function(t,e,n){var r=n(5),o=n(29).f,i=n(18),c=n(21),a=n(52),u=n(110),s=n(94);t.exports=function(t,e){var n,f,l,p,h,d=t.target,v=t.global,g=t.stat;if(n=v?r:g?r[d]||a(d,{}):(r[d]||{}).prototype)for(f in e){if(p=e[f],l=t.noTargetGet?(h=o(n,f))&&h.value:n[f],!s(v?f:d+(g?".":"#")+f,t.forced)&&void 0!==l){if(typeof p==typeof l)continue;u(p,l)}(t.sham||l&&l.sham)&&i(p,"sham",!0),c(n,f,p,t)}}},32:function(t,e,n){var r=n(104),o=n(5),i=function(t){return"function"==typeof t?t:void 0};t.exports=function(t,e){return arguments.length<2?i(r[t])||i(o[t]):r[t]&&r[t][e]||o[t]&&o[t][e]}},33:function(t,e){t.exports=function(t,e){return{enumerable:!(1&t),configurable:!(2&t),writable:!(4&t),value:e}}},34:function(t,e,n){var r=n(10);t.exports=function(t,e){if(!r(t))return t;var n,o;if(e&&"function"==typeof(n=t.toString)&&!r(o=n.call(t)))return o;if("function"==typeof(n=t.valueOf)&&!r(o=n.call(t)))return o;if(!e&&"function"==typeof(n=t.toString)&&!r(o=n.call(t)))return o;throw TypeError("Can't convert object to primitive value")}},35:function(t,e,n){var r,o,i,c=n(121),a=n(5),u=n(10),s=n(18),f=n(13),l=n(53),p=n(78),h=n(55),d=a.WeakMap;if(c||l.state){var v=l.state||(l.state=new d),g=v.get,E=v.has,y=v.set;r=function(t,e){if(E.call(v,t))throw new TypeError("Object already initialized");return e.facade=t,y.call(v,t,e),e},o=function(t){return g.call(v,t)||{}},i=function(t){return E.call(v,t)}}else{var m=p("state");h[m]=!0,r=function(t,e){if(f(t,m))throw new TypeError("Object already initialized");return e.facade=t,s(t,m,e),e},o=function(t){return f(t,m)?t[m]:{}},i=function(t){return f(t,m)}}t.exports={set:r,get:o,has:i,enforce:function(t){return i(t)?o(t):r(t,{})},getterFor:function(t){return function(e){var n;if(!u(e)||(n=o(e)).type!==t)throw TypeError("Incompatible receiver, "+t+" required");return n}}}},36:function(t,e,n){var r=n(75),o=n(43),i=n(14),c=n(15),a=n(80),u=[].push,s=function(t){var e=1==t,n=2==t,s=3==t,f=4==t,l=6==t,p=7==t,h=5==t||l;return function(d,v,g,E){for(var y,m,b=i(d),x=o(b),O=r(v,g,3),S=c(x.length),R=0,I=E||a,w=e?I(d,S):n||p?I(d,0):void 0;S>R;R++)if((h||R in x)&&(m=O(y=x[R],R,b),t))if(e)w[R]=m;else if(m)switch(t){case 3:return!0;case 5:return y;case 6:return R;case 2:u.call(w,y)}else switch(t){case 4:return!1;case 7:u.call(w,y)}return l?-1:s||f?f:w}};t.exports={forEach:s(0),map:s(1),filter:s(2),some:s(3),every:s(4),find:s(5),findIndex:s(6),filterOut:s(7)}},4:function(t,e){t.exports=function(t){try{return!!t()}catch(t){return!0}}},40:function(t,e,n){"use strict";var r=n(3),o=n(48);r({target:"RegExp",proto:!0,forced:/./.exec!==o},{exec:o})},41:function(t,e,n){"use strict";n.r(e),function(t,r){n.d(e,"emit",(function(){return Lo})),n.d(e,"subscribe",(function(){return No})),n.d(e,"unsubscribe",(function(){return Ao}));var o="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof window?window:void 0!==t?t:"undefined"!=typeof self?self:{};function i(t){var e={exports:{}};return t(e,e.exports),e.exports}var c=function(t){return t&&t.Math==Math&&t},a=c("object"==typeof globalThis&&globalThis)||c("object"==typeof window&&window)||c("object"==typeof self&&self)||c("object"==typeof o&&o)||function(){return this}()||Function("return this")(),u=function(t){try{return!!t()}catch(t){return!0}},s=!u((function(){return 7!=Object.defineProperty({},1,{get:function(){return 7}})[1]})),f={}.propertyIsEnumerable,l=Object.getOwnPropertyDescriptor,p={f:l&&!f.call({1:2},1)?function(t){var e=l(this,t);return!!e&&e.enumerable}:f},h=function(t,e){return{enumerable:!(1&t),configurable:!(2&t),writable:!(4&t),value:e}},d={}.toString,v=function(t){return d.call(t).slice(8,-1)},g="".split,E=u((function(){return!Object("z").propertyIsEnumerable(0)}))?function(t){return"String"==v(t)?g.call(t,""):Object(t)}:Object,y=function(t){if(null==t)throw TypeError("Can't call method on "+t);return t},m=function(t){return E(y(t))},b=function(t){return"object"==typeof t?null!==t:"function"==typeof t},x=function(t,e){if(!b(t))return t;var n,r;if(e&&"function"==typeof(n=t.toString)&&!b(r=n.call(t)))return r;if("function"==typeof(n=t.valueOf)&&!b(r=n.call(t)))return r;if(!e&&"function"==typeof(n=t.toString)&&!b(r=n.call(t)))return r;throw TypeError("Can't convert object to primitive value")},O=function(t){return Object(y(t))},S={}.hasOwnProperty,R=function(t,e){return S.call(O(t),e)},I=a.document,w=b(I)&&b(I.createElement),T=function(t){return w?I.createElement(t):{}},N=!s&&!u((function(){return 7!=Object.defineProperty(T("div"),"a",{get:function(){return 7}}).a})),A=Object.getOwnPropertyDescriptor,L={f:s?A:function(t,e){if(t=m(t),e=x(e,!0),N)try{return A(t,e)}catch(t){}if(R(t,e))return h(!p.f.call(t,e),t[e])}},j=function(t){if(!b(t))throw TypeError(String(t)+" is not an object");return t},P=Object.defineProperty,_={f:s?P:function(t,e,n){if(j(t),e=x(e,!0),j(n),N)try{return P(t,e,n)}catch(t){}if("get"in n||"set"in n)throw TypeError("Accessors not supported");return"value"in n&&(t[e]=n.value),t}},C=s?function(t,e,n){return _.f(t,e,h(1,n))}:function(t,e,n){return t[e]=n,t},U=function(t,e){try{C(a,t,e)}catch(n){a[t]=e}return e},k=a["__core-js_shared__"]||U("__core-js_shared__",{}),D=Function.toString;"function"!=typeof k.inspectSource&&(k.inspectSource=function(t){return D.call(t)});var M,F,G,B=k.inspectSource,$=a.WeakMap,X="function"==typeof $&&/native code/.test(B($)),q=i((function(t){(t.exports=function(t,e){return k[t]||(k[t]=void 0!==e?e:{})})("versions",[]).push({version:"3.11.2",mode:"global",copyright:"© 2021 Denis Pushkarev (zloirock.ru)"})})),z=0,V=Math.random(),H=function(t){return"Symbol("+String(void 0===t?"":t)+")_"+(++z+V).toString(36)},Y=q("keys"),K=function(t){return Y[t]||(Y[t]=H(t))},W={},J=a.WeakMap;if(X){var Q=k.state||(k.state=new J),Z=Q.get,tt=Q.has,et=Q.set;M=function(t,e){if(tt.call(Q,t))throw new TypeError("Object already initialized");return e.facade=t,et.call(Q,t,e),e},F=function(t){return Z.call(Q,t)||{}},G=function(t){return tt.call(Q,t)}}else{var nt=K("state");W[nt]=!0,M=function(t,e){if(R(t,nt))throw new TypeError("Object already initialized");return e.facade=t,C(t,nt,e),e},F=function(t){return R(t,nt)?t[nt]:{}},G=function(t){return R(t,nt)}}var rt={set:M,get:F,has:G,enforce:function(t){return G(t)?F(t):M(t,{})},getterFor:function(t){return function(e){var n;if(!b(e)||(n=F(e)).type!==t)throw TypeError("Incompatible receiver, "+t+" required");return n}}},ot=i((function(t){var e=rt.get,n=rt.enforce,r=String(String).split("String");(t.exports=function(t,e,o,i){var c,u=!!i&&!!i.unsafe,s=!!i&&!!i.enumerable,f=!!i&&!!i.noTargetGet;"function"==typeof o&&("string"!=typeof e||R(o,"name")||C(o,"name",e),(c=n(o)).source||(c.source=r.join("string"==typeof e?e:""))),t!==a?(u?!f&&t[e]&&(s=!0):delete t[e],s?t[e]=o:C(t,e,o)):s?t[e]=o:U(e,o)})(Function.prototype,"toString",(function(){return"function"==typeof this&&e(this).source||B(this)}))})),it=a,ct=function(t){return"function"==typeof t?t:void 0},at=function(t,e){return arguments.length<2?ct(it[t])||ct(a[t]):it[t]&&it[t][e]||a[t]&&a[t][e]},ut=Math.ceil,st=Math.floor,ft=function(t){return isNaN(t=+t)?0:(t>0?st:ut)(t)},lt=Math.min,pt=function(t){return t>0?lt(ft(t),9007199254740991):0},ht=Math.max,dt=Math.min,vt=function(t){return function(e,n,r){var o,i=m(e),c=pt(i.length),a=function(t,e){var n=ft(t);return n<0?ht(n+e,0):dt(n,e)}(r,c);if(t&&n!=n){for(;c>a;)if((o=i[a++])!=o)return!0}else for(;c>a;a++)if((t||a in i)&&i[a]===n)return t||a||0;return!t&&-1}},gt={includes:vt(!0),indexOf:vt(!1)}.indexOf,Et=function(t,e){var n,r=m(t),o=0,i=[];for(n in r)!R(W,n)&&R(r,n)&&i.push(n);for(;e.length>o;)R(r,n=e[o++])&&(~gt(i,n)||i.push(n));return i},yt=["constructor","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","toLocaleString","toString","valueOf"],mt=yt.concat("length","prototype"),bt={f:Object.getOwnPropertyNames||function(t){return Et(t,mt)}},xt={f:Object.getOwnPropertySymbols},Ot=at("Reflect","ownKeys")||function(t){var e=bt.f(j(t)),n=xt.f;return n?e.concat(n(t)):e},St=function(t,e){for(var n=Ot(e),r=_.f,o=L.f,i=0;i<n.length;i++){var c=n[i];R(t,c)||r(t,c,o(e,c))}},Rt=/#|\.prototype\./,It=function(t,e){var n=Tt[wt(t)];return n==At||n!=Nt&&("function"==typeof e?u(e):!!e)},wt=It.normalize=function(t){return String(t).replace(Rt,".").toLowerCase()},Tt=It.data={},Nt=It.NATIVE="N",At=It.POLYFILL="P",Lt=It,jt=L.f,Pt=function(t,e){var n,r,o,i,c,u=t.target,s=t.global,f=t.stat;if(n=s?a:f?a[u]||U(u,{}):(a[u]||{}).prototype)for(r in e){if(i=e[r],o=t.noTargetGet?(c=jt(n,r))&&c.value:n[r],!Lt(s?r:u+(f?".":"#")+r,t.forced)&&void 0!==o){if(typeof i==typeof o)continue;St(i,o)}(t.sham||o&&o.sham)&&C(i,"sham",!0),ot(n,r,i,t)}};Pt({target:"Number",stat:!0},{MAX_SAFE_INTEGER:9007199254740991});var _t,Ct=Object.setPrototypeOf||("__proto__"in{}?function(){var t,e=!1,n={};try{(t=Object.getOwnPropertyDescriptor(Object.prototype,"__proto__").set).call(n,[]),e=n instanceof Array}catch(t){}return function(n,r){return j(n),function(t){if(!b(t)&&null!==t)throw TypeError("Can't set "+String(t)+" as a prototype")}(r),e?t.call(n,r):n.__proto__=r,n}}():void 0),Ut=function(t,e,n){var r,o;return Ct&&"function"==typeof(r=e.constructor)&&r!==n&&b(o=r.prototype)&&o!==n.prototype&&Ct(t,o),t},kt=Object.keys||function(t){return Et(t,yt)},Dt=s?Object.defineProperties:function(t,e){j(t);for(var n,r=kt(e),o=r.length,i=0;o>i;)_.f(t,n=r[i++],e[n]);return t},Mt=at("document","documentElement"),Ft=K("IE_PROTO"),Gt=function(){},Bt=function(t){return"<script>"+t+"<\/script>"},$t=function(){try{_t=document.domain&&new ActiveXObject("htmlfile")}catch(t){}var t,e;$t=_t?function(t){t.write(Bt("")),t.close();var e=t.parentWindow.Object;return t=null,e}(_t):((e=T("iframe")).style.display="none",Mt.appendChild(e),e.src=String("javascript:"),(t=e.contentWindow.document).open(),t.write(Bt("document.F=Object")),t.close(),t.F);for(var n=yt.length;n--;)delete $t.prototype[yt[n]];return $t()};W[Ft]=!0;var Xt=Object.create||function(t,e){var n;return null!==t?(Gt.prototype=j(t),n=new Gt,Gt.prototype=null,n[Ft]=t):n=$t(),void 0===e?n:Dt(n,e)},qt="\t\n\v\f\r                 \u2028\u2029\ufeff",zt="["+qt+"]",Vt=RegExp("^"+zt+zt+"*"),Ht=RegExp(zt+zt+"*$"),Yt=function(t){return function(e){var n=String(y(e));return 1&t&&(n=n.replace(Vt,"")),2&t&&(n=n.replace(Ht,"")),n}},Kt={start:Yt(1),end:Yt(2),trim:Yt(3)},Wt=bt.f,Jt=L.f,Qt=_.f,Zt=Kt.trim,te=a.Number,ee=te.prototype,ne="Number"==v(Xt(ee)),re=function(t){var e,n,r,o,i,c,a,u,s=x(t,!1);if("string"==typeof s&&s.length>2)if(43===(e=(s=Zt(s)).charCodeAt(0))||45===e){if(88===(n=s.charCodeAt(2))||120===n)return NaN}else if(48===e){switch(s.charCodeAt(1)){case 66:case 98:r=2,o=49;break;case 79:case 111:r=8,o=55;break;default:return+s}for(c=(i=s.slice(2)).length,a=0;a<c;a++)if((u=i.charCodeAt(a))<48||u>o)return NaN;return parseInt(i,r)}return+s};if(Lt("Number",!te(" 0o1")||!te("0b1")||te("+0x1"))){for(var oe,ie=function(t){var e=arguments.length<1?0:t,n=this;return n instanceof ie&&(ne?u((function(){ee.valueOf.call(n)})):"Number"!=v(n))?Ut(new te(re(e)),n,ie):re(e)},ce=s?Wt(te):"MAX_VALUE,MIN_VALUE,NaN,NEGATIVE_INFINITY,POSITIVE_INFINITY,EPSILON,isFinite,isInteger,isNaN,isSafeInteger,MAX_SAFE_INTEGER,MIN_SAFE_INTEGER,parseFloat,parseInt,isInteger,fromString,range".split(","),ae=0;ce.length>ae;ae++)R(te,oe=ce[ae])&&!R(ie,oe)&&Qt(ie,oe,Jt(te,oe));ie.prototype=ee,ee.constructor=ie,ot(a,"Number",ie)}var ue,se,fe={SEMVER_SPEC_VERSION:"2.0.0",MAX_LENGTH:256,MAX_SAFE_INTEGER:Number.MAX_SAFE_INTEGER||9007199254740991,MAX_SAFE_COMPONENT_LENGTH:16},le="process"==v(a.process),pe=at("navigator","userAgent")||"",he=a.process,de=he&&he.versions,ve=de&&de.v8;ve?se=(ue=ve.split("."))[0]+ue[1]:pe&&(!(ue=pe.match(/Edge\/(\d+)/))||ue[1]>=74)&&(ue=pe.match(/Chrome\/(\d+)/))&&(se=ue[1]);var ge=se&&+se,Ee=!!Object.getOwnPropertySymbols&&!u((function(){return!Symbol.sham&&(le?38===ge:ge>37&&ge<41)})),ye=Ee&&!Symbol.sham&&"symbol"==typeof Symbol.iterator,me=q("wks"),be=a.Symbol,xe=ye?be:be&&be.withoutSetter||H,Oe=function(t){return R(me,t)&&(Ee||"string"==typeof me[t])||(Ee&&R(be,t)?me[t]=be[t]:me[t]=xe("Symbol."+t)),me[t]},Se=Oe("match"),Re=function(t){var e;return b(t)&&(void 0!==(e=t[Se])?!!e:"RegExp"==v(t))},Ie=function(){var t=j(this),e="";return t.global&&(e+="g"),t.ignoreCase&&(e+="i"),t.multiline&&(e+="m"),t.dotAll&&(e+="s"),t.unicode&&(e+="u"),t.sticky&&(e+="y"),e};function we(t,e){return RegExp(t,e)}var Te={UNSUPPORTED_Y:u((function(){var t=we("a","y");return t.lastIndex=2,null!=t.exec("abcd")})),BROKEN_CARET:u((function(){var t=we("^r","gy");return t.lastIndex=2,null!=t.exec("str")}))},Ne=Oe("species"),Ae=function(t){var e=at(t),n=_.f;s&&e&&!e[Ne]&&n(e,Ne,{configurable:!0,get:function(){return this}})},Le=_.f,je=bt.f,Pe=rt.enforce,_e=Oe("match"),Ce=a.RegExp,Ue=Ce.prototype,ke=/a/g,De=/a/g,Me=new Ce(ke)!==ke,Fe=Te.UNSUPPORTED_Y;if(s&&Lt("RegExp",!Me||Fe||u((function(){return De[_e]=!1,Ce(ke)!=ke||Ce(De)==De||"/a/i"!=Ce(ke,"i")})))){for(var Ge=function(t,e){var n,r=this instanceof Ge,o=Re(t),i=void 0===e;if(!r&&o&&t.constructor===Ge&&i)return t;Me?o&&!i&&(t=t.source):t instanceof Ge&&(i&&(e=Ie.call(t)),t=t.source),Fe&&(n=!!e&&e.indexOf("y")>-1)&&(e=e.replace(/y/g,""));var c=Ut(Me?new Ce(t,e):Ce(t,e),r?this:Ue,Ge);Fe&&n&&(Pe(c).sticky=!0);return c},Be=function(t){t in Ge||Le(Ge,t,{configurable:!0,get:function(){return Ce[t]},set:function(e){Ce[t]=e}})},$e=je(Ce),Xe=0;$e.length>Xe;)Be($e[Xe++]);Ue.constructor=Ge,Ge.prototype=Ue,ot(a,"RegExp",Ge)}Ae("RegExp");var qe=RegExp.prototype.exec,ze=q("native-string-replace",String.prototype.replace),Ve=qe,He=function(){var t=/a/,e=/b*/g;return qe.call(t,"a"),qe.call(e,"a"),0!==t.lastIndex||0!==e.lastIndex}(),Ye=Te.UNSUPPORTED_Y||Te.BROKEN_CARET,Ke=void 0!==/()??/.exec("")[1];(He||Ke||Ye)&&(Ve=function(t){var e,n,r,o,i=this,c=Ye&&i.sticky,a=Ie.call(i),u=i.source,s=0,f=t;return c&&(-1===(a=a.replace("y","")).indexOf("g")&&(a+="g"),f=String(t).slice(i.lastIndex),i.lastIndex>0&&(!i.multiline||i.multiline&&"\n"!==t[i.lastIndex-1])&&(u="(?: "+u+")",f=" "+f,s++),n=new RegExp("^(?:"+u+")",a)),Ke&&(n=new RegExp("^"+u+"$(?!\\s)",a)),He&&(e=i.lastIndex),r=qe.call(c?n:i,f),c?r?(r.input=r.input.slice(s),r[0]=r[0].slice(s),r.index=i.lastIndex,i.lastIndex+=r[0].length):i.lastIndex=0:He&&r&&(i.lastIndex=i.global?r.index+r[0].length:e),Ke&&r&&r.length>1&&ze.call(r[0],n,(function(){for(o=1;o<arguments.length-2;o++)void 0===arguments[o]&&(r[o]=void 0)})),r});var We=Ve;Pt({target:"RegExp",proto:!0,forced:/./.exec!==We},{exec:We});var Je=RegExp.prototype,Qe=Je.toString,Ze=u((function(){return"/a/b"!=Qe.call({source:"a",flags:"b"})})),tn="toString"!=Qe.name;(Ze||tn)&&ot(RegExp.prototype,"toString",(function(){var t=j(this),e=String(t.source),n=t.flags;return"/"+e+"/"+String(void 0===n&&t instanceof RegExp&&!("flags"in Je)?Ie.call(t):n)}),{unsafe:!0});var en=Array.isArray||function(t){return"Array"==v(t)},nn=function(t,e,n){var r=x(e);r in t?_.f(t,r,h(0,n)):t[r]=n},rn=Oe("species"),on=function(t,e){var n;return en(t)&&("function"!=typeof(n=t.constructor)||n!==Array&&!en(n.prototype)?b(n)&&null===(n=n[rn])&&(n=void 0):n=void 0),new(void 0===n?Array:n)(0===e?0:e)},cn=Oe("species"),an=function(t){return ge>=51||!u((function(){var e=[];return(e.constructor={})[cn]=function(){return{foo:1}},1!==e[t](Boolean).foo}))},un=Oe("isConcatSpreadable"),sn=ge>=51||!u((function(){var t=[];return t[un]=!1,t.concat()[0]!==t})),fn=an("concat"),ln=function(t){if(!b(t))return!1;var e=t[un];return void 0!==e?!!e:en(t)};function pn(t){return(pn="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(t)}function hn(t,e){for(var n=0;n<e.length;n++){var r=e[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(t,r.key,r)}}Pt({target:"Array",proto:!0,forced:!sn||!fn},{concat:function(t){var e,n,r,o,i,c=O(this),a=on(c,0),u=0;for(e=-1,r=arguments.length;e<r;e++)if(ln(i=-1===e?c:arguments[e])){if(u+(o=pt(i.length))>9007199254740991)throw TypeError("Maximum allowed index exceeded");for(n=0;n<o;n++,u++)n in i&&nn(a,u,i[n])}else{if(u>=9007199254740991)throw TypeError("Maximum allowed index exceeded");nn(a,u++,i)}return a.length=u,a}});var dn="object"===(void 0===r?"undefined":pn(r))&&r.env&&r.env.NODE_DEBUG&&/\bsemver\b/i.test(r.env.NODE_DEBUG)?function(){for(var t,e=arguments.length,n=new Array(e),r=0;r<e;r++)n[r]=arguments[r];return(t=console).error.apply(t,["SEMVER"].concat(n))}:function(){},vn=i((function(t,e){var n=fe.MAX_SAFE_COMPONENT_LENGTH,r=(e=t.exports={}).re=[],o=e.src=[],i=e.t={},c=0,a=function(t,e,n){var a=c++;dn(a,e),i[t]=a,o[a]=e,r[a]=new RegExp(e,n?"g":void 0)};a("NUMERICIDENTIFIER","0|[1-9]\\d*"),a("NUMERICIDENTIFIERLOOSE","[0-9]+"),a("NONNUMERICIDENTIFIER","\\d*[a-zA-Z-][a-zA-Z0-9-]*"),a("MAINVERSION","(".concat(o[i.NUMERICIDENTIFIER],")\\.")+"(".concat(o[i.NUMERICIDENTIFIER],")\\.")+"(".concat(o[i.NUMERICIDENTIFIER],")")),a("MAINVERSIONLOOSE","(".concat(o[i.NUMERICIDENTIFIERLOOSE],")\\.")+"(".concat(o[i.NUMERICIDENTIFIERLOOSE],")\\.")+"(".concat(o[i.NUMERICIDENTIFIERLOOSE],")")),a("PRERELEASEIDENTIFIER","(?:".concat(o[i.NUMERICIDENTIFIER],"|").concat(o[i.NONNUMERICIDENTIFIER],")")),a("PRERELEASEIDENTIFIERLOOSE","(?:".concat(o[i.NUMERICIDENTIFIERLOOSE],"|").concat(o[i.NONNUMERICIDENTIFIER],")")),a("PRERELEASE","(?:-(".concat(o[i.PRERELEASEIDENTIFIER],"(?:\\.").concat(o[i.PRERELEASEIDENTIFIER],")*))")),a("PRERELEASELOOSE","(?:-?(".concat(o[i.PRERELEASEIDENTIFIERLOOSE],"(?:\\.").concat(o[i.PRERELEASEIDENTIFIERLOOSE],")*))")),a("BUILDIDENTIFIER","[0-9A-Za-z-]+"),a("BUILD","(?:\\+(".concat(o[i.BUILDIDENTIFIER],"(?:\\.").concat(o[i.BUILDIDENTIFIER],")*))")),a("FULLPLAIN","v?".concat(o[i.MAINVERSION]).concat(o[i.PRERELEASE],"?").concat(o[i.BUILD],"?")),a("FULL","^".concat(o[i.FULLPLAIN],"$")),a("LOOSEPLAIN","[v=\\s]*".concat(o[i.MAINVERSIONLOOSE]).concat(o[i.PRERELEASELOOSE],"?").concat(o[i.BUILD],"?")),a("LOOSE","^".concat(o[i.LOOSEPLAIN],"$")),a("GTLT","((?:<|>)?=?)"),a("XRANGEIDENTIFIERLOOSE","".concat(o[i.NUMERICIDENTIFIERLOOSE],"|x|X|\\*")),a("XRANGEIDENTIFIER","".concat(o[i.NUMERICIDENTIFIER],"|x|X|\\*")),a("XRANGEPLAIN","[v=\\s]*(".concat(o[i.XRANGEIDENTIFIER],")")+"(?:\\.(".concat(o[i.XRANGEIDENTIFIER],")")+"(?:\\.(".concat(o[i.XRANGEIDENTIFIER],")")+"(?:".concat(o[i.PRERELEASE],")?").concat(o[i.BUILD],"?")+")?)?"),a("XRANGEPLAINLOOSE","[v=\\s]*(".concat(o[i.XRANGEIDENTIFIERLOOSE],")")+"(?:\\.(".concat(o[i.XRANGEIDENTIFIERLOOSE],")")+"(?:\\.(".concat(o[i.XRANGEIDENTIFIERLOOSE],")")+"(?:".concat(o[i.PRERELEASELOOSE],")?").concat(o[i.BUILD],"?")+")?)?"),a("XRANGE","^".concat(o[i.GTLT],"\\s*").concat(o[i.XRANGEPLAIN],"$")),a("XRANGELOOSE","^".concat(o[i.GTLT],"\\s*").concat(o[i.XRANGEPLAINLOOSE],"$")),a("COERCE","".concat("(^|[^\\d])(\\d{1,").concat(n,"})")+"(?:\\.(\\d{1,".concat(n,"}))?")+"(?:\\.(\\d{1,".concat(n,"}))?")+"(?:$|[^\\d])"),a("COERCERTL",o[i.COERCE],!0),a("LONETILDE","(?:~>?)"),a("TILDETRIM","(\\s*)".concat(o[i.LONETILDE],"\\s+"),!0),e.tildeTrimReplace="$1~",a("TILDE","^".concat(o[i.LONETILDE]).concat(o[i.XRANGEPLAIN],"$")),a("TILDELOOSE","^".concat(o[i.LONETILDE]).concat(o[i.XRANGEPLAINLOOSE],"$")),a("LONECARET","(?:\\^)"),a("CARETTRIM","(\\s*)".concat(o[i.LONECARET],"\\s+"),!0),e.caretTrimReplace="$1^",a("CARET","^".concat(o[i.LONECARET]).concat(o[i.XRANGEPLAIN],"$")),a("CARETLOOSE","^".concat(o[i.LONECARET]).concat(o[i.XRANGEPLAINLOOSE],"$")),a("COMPARATORLOOSE","^".concat(o[i.GTLT],"\\s*(").concat(o[i.LOOSEPLAIN],")$|^$")),a("COMPARATOR","^".concat(o[i.GTLT],"\\s*(").concat(o[i.FULLPLAIN],")$|^$")),a("COMPARATORTRIM","(\\s*)".concat(o[i.GTLT],"\\s*(").concat(o[i.LOOSEPLAIN],"|").concat(o[i.XRANGEPLAIN],")"),!0),e.comparatorTrimReplace="$1$2$3",a("HYPHENRANGE","^\\s*(".concat(o[i.XRANGEPLAIN],")")+"\\s+-\\s+"+"(".concat(o[i.XRANGEPLAIN],")")+"\\s*$"),a("HYPHENRANGELOOSE","^\\s*(".concat(o[i.XRANGEPLAINLOOSE],")")+"\\s+-\\s+"+"(".concat(o[i.XRANGEPLAINLOOSE],")")+"\\s*$"),a("STAR","(<|>)?=?\\s*\\*"),a("GTE0","^\\s*>=\\s*0.0.0\\s*$"),a("GTE0PRE","^\\s*>=\\s*0.0.0-0\\s*$")})),gn=Oe("species"),En=!u((function(){var t=/./;return t.exec=function(){var t=[];return t.groups={a:"7"},t},"7"!=="".replace(t,"$<a>")})),yn="$0"==="a".replace(/./,"$0"),mn=Oe("replace"),bn=!!/./[mn]&&""===/./[mn]("a","$0"),xn=!u((function(){var t=/(?:)/,e=t.exec;t.exec=function(){return e.apply(this,arguments)};var n="ab".split(t);return 2!==n.length||"a"!==n[0]||"b"!==n[1]})),On=function(t,e,n,r){var o=Oe(t),i=!u((function(){var e={};return e[o]=function(){return 7},7!=""[t](e)})),c=i&&!u((function(){var e=!1,n=/a/;return"split"===t&&((n={}).constructor={},n.constructor[gn]=function(){return n},n.flags="",n[o]=/./[o]),n.exec=function(){return e=!0,null},n[o](""),!e}));if(!i||!c||"replace"===t&&(!En||!yn||bn)||"split"===t&&!xn){var a=/./[o],s=n(o,""[t],(function(t,e,n,r,o){return e.exec===RegExp.prototype.exec?i&&!o?{done:!0,value:a.call(e,n,r)}:{done:!0,value:t.call(n,e,r)}:{done:!1}}),{REPLACE_KEEPS_$0:yn,REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE:bn}),f=s[0],l=s[1];ot(String.prototype,t,f),ot(RegExp.prototype,o,2==e?function(t,e){return l.call(t,this,e)}:function(t){return l.call(t,this)})}r&&C(RegExp.prototype[o],"sham",!0)},Sn=function(t){return function(e,n){var r,o,i=String(y(e)),c=ft(n),a=i.length;return c<0||c>=a?t?"":void 0:(r=i.charCodeAt(c))<55296||r>56319||c+1===a||(o=i.charCodeAt(c+1))<56320||o>57343?t?i.charAt(c):r:t?i.slice(c,c+2):o-56320+(r-55296<<10)+65536}},Rn={codeAt:Sn(!1),charAt:Sn(!0)},In=Rn.charAt,wn=function(t,e,n){return e+(n?In(t,e).length:1)},Tn=function(t,e){var n=t.exec;if("function"==typeof n){var r=n.call(t,e);if("object"!=typeof r)throw TypeError("RegExp exec method returned something other than an Object or null");return r}if("RegExp"!==v(t))throw TypeError("RegExp#exec called on incompatible receiver");return We.call(t,e)};On("match",1,(function(t,e,n){return[function(e){var n=y(this),r=null==e?void 0:e[t];return void 0!==r?r.call(e,n):new RegExp(e)[t](String(n))},function(t){var r=n(e,t,this);if(r.done)return r.value;var o=j(t),i=String(this);if(!o.global)return Tn(o,i);var c=o.unicode;o.lastIndex=0;for(var a,u=[],s=0;null!==(a=Tn(o,i));){var f=String(a[0]);u[s]=f,""===f&&(o.lastIndex=wn(i,pt(o.lastIndex),c)),s++}return 0===s?null:u}]}));var Nn=Kt.trim;Pt({target:"String",proto:!0,forced:function(t){return u((function(){return!!qt[t]()||"​…᠎"!="​…᠎"[t]()||qt[t].name!==t}))}("trim")},{trim:function(){return Nn(this)}});var An=function(t){if("function"!=typeof t)throw TypeError(String(t)+" is not a function");return t},Ln=function(t,e,n){if(An(t),void 0===e)return t;switch(n){case 0:return function(){return t.call(e)};case 1:return function(n){return t.call(e,n)};case 2:return function(n,r){return t.call(e,n,r)};case 3:return function(n,r,o){return t.call(e,n,r,o)}}return function(){return t.apply(e,arguments)}},jn=[].push,Pn=function(t){var e=1==t,n=2==t,r=3==t,o=4==t,i=6==t,c=7==t,a=5==t||i;return function(u,s,f,l){for(var p,h,d=O(u),v=E(d),g=Ln(s,f,3),y=pt(v.length),m=0,b=l||on,x=e?b(u,y):n||c?b(u,0):void 0;y>m;m++)if((a||m in v)&&(h=g(p=v[m],m,d),t))if(e)x[m]=h;else if(h)switch(t){case 3:return!0;case 5:return p;case 6:return m;case 2:jn.call(x,p)}else switch(t){case 4:return!1;case 7:jn.call(x,p)}return i?-1:r||o?o:x}},_n={forEach:Pn(0),map:Pn(1),filter:Pn(2),some:Pn(3),every:Pn(4),find:Pn(5),findIndex:Pn(6),filterOut:Pn(7)},Cn=_n.map,Un=an("map");Pt({target:"Array",proto:!0,forced:!Un},{map:function(t){return Cn(this,t,arguments.length>1?arguments[1]:void 0)}});var kn=Oe("species"),Dn=Te.UNSUPPORTED_Y,Mn=[].push,Fn=Math.min;On("split",2,(function(t,e,n){var r;return r="c"=="abbc".split(/(b)*/)[1]||4!="test".split(/(?:)/,-1).length||2!="ab".split(/(?:ab)*/).length||4!=".".split(/(.?)(.?)/).length||".".split(/()()/).length>1||"".split(/.?/).length?function(t,n){var r=String(y(this)),o=void 0===n?4294967295:n>>>0;if(0===o)return[];if(void 0===t)return[r];if(!Re(t))return e.call(r,t,o);for(var i,c,a,u=[],s=(t.ignoreCase?"i":"")+(t.multiline?"m":"")+(t.unicode?"u":"")+(t.sticky?"y":""),f=0,l=new RegExp(t.source,s+"g");(i=We.call(l,r))&&!((c=l.lastIndex)>f&&(u.push(r.slice(f,i.index)),i.length>1&&i.index<r.length&&Mn.apply(u,i.slice(1)),a=i[0].length,f=c,u.length>=o));)l.lastIndex===i.index&&l.lastIndex++;return f===r.length?!a&&l.test("")||u.push(""):u.push(r.slice(f)),u.length>o?u.slice(0,o):u}:"0".split(void 0,0).length?function(t,n){return void 0===t&&0===n?[]:e.call(this,t,n)}:e,[function(e,n){var o=y(this),i=null==e?void 0:e[t];return void 0!==i?i.call(e,o,n):r.call(String(o),e,n)},function(t,o){var i=n(r,t,this,o,r!==e);if(i.done)return i.value;var c=j(t),a=String(this),u=function(t,e){var n,r=j(t).constructor;return void 0===r||null==(n=j(r)[kn])?e:An(n)}(c,RegExp),s=c.unicode,f=(c.ignoreCase?"i":"")+(c.multiline?"m":"")+(c.unicode?"u":"")+(Dn?"g":"y"),l=new u(Dn?"^(?:"+c.source+")":c,f),p=void 0===o?4294967295:o>>>0;if(0===p)return[];if(0===a.length)return null===Tn(l,a)?[a]:[];for(var h=0,d=0,v=[];d<a.length;){l.lastIndex=Dn?0:d;var g,E=Tn(l,Dn?a.slice(d):a);if(null===E||(g=Fn(pt(l.lastIndex+(Dn?d:0)),a.length))===h)d=wn(a,d,s);else{if(v.push(a.slice(h,d)),v.length===p)return v;for(var y=1;y<=E.length-1;y++)if(v.push(E[y]),v.length===p)return v;d=h=g}}return v.push(a.slice(h)),v}]}),Dn);var Gn=function(t,e){var n=[][t];return!!n&&u((function(){n.call(null,e||function(){throw 1},1)}))},Bn=[].join,$n=E!=Object,Xn=Gn("join",",");Pt({target:"Array",proto:!0,forced:$n||!Xn},{join:function(t){return Bn.call(m(this),void 0===t?",":t)}});var qn=_n.filter,zn=an("filter");Pt({target:"Array",proto:!0,forced:!zn},{filter:function(t){return qn(this,t,arguments.length>1?arguments[1]:void 0)}});var Vn=["includePrerelease","loose","rtl"],Hn=function(t){return t?"object"!==pn(t)?{loose:!0}:Vn.filter((function(e){return t[e]})).reduce((function(t,e){return t[e]=!0,t}),{}):{}},Yn=/^[0-9]+$/,Kn=function(t,e){var n=Yn.test(t),r=Yn.test(e);return n&&r&&(t=+t,e=+e),t===e?0:n&&!r?-1:r&&!n?1:t<e?-1:1},Wn=Kn,Jn=fe.MAX_LENGTH,Qn=fe.MAX_SAFE_INTEGER,Zn=vn.re,tr=vn.t,er=Wn,nr=function(){function t(e,n){if(function(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}(this,t),n=Hn(n),e instanceof t){if(e.loose===!!n.loose&&e.includePrerelease===!!n.includePrerelease)return e;e=e.version}else if("string"!=typeof e)throw new TypeError("Invalid Version: ".concat(e));if(e.length>Jn)throw new TypeError("version is longer than ".concat(Jn," characters"));dn("SemVer",e,n),this.options=n,this.loose=!!n.loose,this.includePrerelease=!!n.includePrerelease;var r=e.trim().match(n.loose?Zn[tr.LOOSE]:Zn[tr.FULL]);if(!r)throw new TypeError("Invalid Version: ".concat(e));if(this.raw=e,this.major=+r[1],this.minor=+r[2],this.patch=+r[3],this.major>Qn||this.major<0)throw new TypeError("Invalid major version");if(this.minor>Qn||this.minor<0)throw new TypeError("Invalid minor version");if(this.patch>Qn||this.patch<0)throw new TypeError("Invalid patch version");r[4]?this.prerelease=r[4].split(".").map((function(t){if(/^[0-9]+$/.test(t)){var e=+t;if(e>=0&&e<Qn)return e}return t})):this.prerelease=[],this.build=r[5]?r[5].split("."):[],this.format()}var e,n,r;return e=t,(n=[{key:"format",value:function(){return this.version="".concat(this.major,".").concat(this.minor,".").concat(this.patch),this.prerelease.length&&(this.version+="-".concat(this.prerelease.join("."))),this.version}},{key:"toString",value:function(){return this.version}},{key:"compare",value:function(e){if(dn("SemVer.compare",this.version,this.options,e),!(e instanceof t)){if("string"==typeof e&&e===this.version)return 0;e=new t(e,this.options)}return e.version===this.version?0:this.compareMain(e)||this.comparePre(e)}},{key:"compareMain",value:function(e){return e instanceof t||(e=new t(e,this.options)),er(this.major,e.major)||er(this.minor,e.minor)||er(this.patch,e.patch)}},{key:"comparePre",value:function(e){if(e instanceof t||(e=new t(e,this.options)),this.prerelease.length&&!e.prerelease.length)return-1;if(!this.prerelease.length&&e.prerelease.length)return 1;if(!this.prerelease.length&&!e.prerelease.length)return 0;var n=0;do{var r=this.prerelease[n],o=e.prerelease[n];if(dn("prerelease compare",n,r,o),void 0===r&&void 0===o)return 0;if(void 0===o)return 1;if(void 0===r)return-1;if(r!==o)return er(r,o)}while(++n)}},{key:"compareBuild",value:function(e){e instanceof t||(e=new t(e,this.options));var n=0;do{var r=this.build[n],o=e.build[n];if(dn("prerelease compare",n,r,o),void 0===r&&void 0===o)return 0;if(void 0===o)return 1;if(void 0===r)return-1;if(r!==o)return er(r,o)}while(++n)}},{key:"inc",value:function(t,e){switch(t){case"premajor":this.prerelease.length=0,this.patch=0,this.minor=0,this.major++,this.inc("pre",e);break;case"preminor":this.prerelease.length=0,this.patch=0,this.minor++,this.inc("pre",e);break;case"prepatch":this.prerelease.length=0,this.inc("patch",e),this.inc("pre",e);break;case"prerelease":0===this.prerelease.length&&this.inc("patch",e),this.inc("pre",e);break;case"major":0===this.minor&&0===this.patch&&0!==this.prerelease.length||this.major++,this.minor=0,this.patch=0,this.prerelease=[];break;case"minor":0===this.patch&&0!==this.prerelease.length||this.minor++,this.patch=0,this.prerelease=[];break;case"patch":0===this.prerelease.length&&this.patch++,this.prerelease=[];break;case"pre":if(0===this.prerelease.length)this.prerelease=[0];else{for(var n=this.prerelease.length;--n>=0;)"number"==typeof this.prerelease[n]&&(this.prerelease[n]++,n=-2);-1===n&&this.prerelease.push(0)}e&&(this.prerelease[0]===e?isNaN(this.prerelease[1])&&(this.prerelease=[e,0]):this.prerelease=[e,0]);break;default:throw new Error("invalid increment argument: ".concat(t))}return this.format(),this.raw=this.version,this}}])&&hn(e.prototype,n),r&&hn(e,r),t}(),rr=fe.MAX_LENGTH,or=vn.re,ir=vn.t,cr=function(t,e){if(e=Hn(e),t instanceof nr)return t;if("string"!=typeof t)return null;if(t.length>rr)return null;if(!(e.loose?or[ir.LOOSE]:or[ir.FULL]).test(t))return null;try{return new nr(t,e)}catch(t){return null}},ar=function(t,e){var n=cr(t,e);return n?n.version:null},ur=function(t,e){return new nr(t,e).major},sr="1.3.0",fr=function(){function t(t){"function"==typeof t.getVersion&&ar(t.getVersion())?ur(t.getVersion())!==ur(this.getVersion())&&console.warn("Proxying an event bus of version "+t.getVersion()+" with "+this.getVersion()):console.warn("Proxying an event bus with an unknown or invalid version"),this.bus=t}return t.prototype.getVersion=function(){return sr},t.prototype.subscribe=function(t,e){this.bus.subscribe(t,e)},t.prototype.unsubscribe=function(t,e){this.bus.unsubscribe(t,e)},t.prototype.emit=function(t,e){this.bus.emit(t,e)},t}(),lr=Oe("unscopables"),pr=Array.prototype;null==pr[lr]&&_.f(pr,lr,{configurable:!0,value:Xt(null)});var hr,dr,vr,gr=function(t){pr[lr][t]=!0},Er={},yr=!u((function(){function t(){}return t.prototype.constructor=null,Object.getPrototypeOf(new t)!==t.prototype})),mr=K("IE_PROTO"),br=Object.prototype,xr=yr?Object.getPrototypeOf:function(t){return t=O(t),R(t,mr)?t[mr]:"function"==typeof t.constructor&&t instanceof t.constructor?t.constructor.prototype:t instanceof Object?br:null},Or=Oe("iterator"),Sr=!1;[].keys&&("next"in(vr=[].keys())?(dr=xr(xr(vr)))!==Object.prototype&&(hr=dr):Sr=!0),(null==hr||u((function(){var t={};return hr[Or].call(t)!==t})))&&(hr={}),R(hr,Or)||C(hr,Or,(function(){return this}));var Rr={IteratorPrototype:hr,BUGGY_SAFARI_ITERATORS:Sr},Ir=_.f,wr=Oe("toStringTag"),Tr=function(t,e,n){t&&!R(t=n?t:t.prototype,wr)&&Ir(t,wr,{configurable:!0,value:e})},Nr=Rr.IteratorPrototype,Ar=function(){return this},Lr=Rr.IteratorPrototype,jr=Rr.BUGGY_SAFARI_ITERATORS,Pr=Oe("iterator"),_r=function(){return this},Cr=function(t,e,n,r,o,i,c){!function(t,e,n){var r=e+" Iterator";t.prototype=Xt(Nr,{next:h(1,n)}),Tr(t,r,!1),Er[r]=Ar}(n,e,r);var a,u,s,f=function(t){if(t===o&&g)return g;if(!jr&&t in d)return d[t];switch(t){case"keys":case"values":case"entries":return function(){return new n(this,t)}}return function(){return new n(this)}},l=e+" Iterator",p=!1,d=t.prototype,v=d[Pr]||d["@@iterator"]||o&&d[o],g=!jr&&v||f(o),E="Array"==e&&d.entries||v;if(E&&(a=xr(E.call(new t)),Lr!==Object.prototype&&a.next&&(xr(a)!==Lr&&(Ct?Ct(a,Lr):"function"!=typeof a[Pr]&&C(a,Pr,_r)),Tr(a,l,!0))),"values"==o&&v&&"values"!==v.name&&(p=!0,g=function(){return v.call(this)}),d[Pr]!==g&&C(d,Pr,g),Er[e]=g,o)if(u={values:f("values"),keys:i?g:f("keys"),entries:f("entries")},c)for(s in u)(jr||p||!(s in d))&&ot(d,s,u[s]);else Pt({target:e,proto:!0,forced:jr||p},u);return u},Ur=rt.set,kr=rt.getterFor("Array Iterator"),Dr=Cr(Array,"Array",(function(t,e){Ur(this,{type:"Array Iterator",target:m(t),index:0,kind:e})}),(function(){var t=kr(this),e=t.target,n=t.kind,r=t.index++;return!e||r>=e.length?(t.target=void 0,{value:void 0,done:!0}):"keys"==n?{value:r,done:!1}:"values"==n?{value:e[r],done:!1}:{value:[r,e[r]],done:!1}}),"values");Er.Arguments=Er.Array,gr("keys"),gr("values"),gr("entries");var Mr=!u((function(){return Object.isExtensible(Object.preventExtensions({}))})),Fr=i((function(t){var e=_.f,n=H("meta"),r=0,o=Object.isExtensible||function(){return!0},i=function(t){e(t,n,{value:{objectID:"O"+ ++r,weakData:{}}})},c=t.exports={REQUIRED:!1,fastKey:function(t,e){if(!b(t))return"symbol"==typeof t?t:("string"==typeof t?"S":"P")+t;if(!R(t,n)){if(!o(t))return"F";if(!e)return"E";i(t)}return t[n].objectID},getWeakData:function(t,e){if(!R(t,n)){if(!o(t))return!0;if(!e)return!1;i(t)}return t[n].weakData},onFreeze:function(t){return Mr&&c.REQUIRED&&o(t)&&!R(t,n)&&i(t),t}};W[n]=!0})),Gr=Oe("iterator"),Br=Array.prototype,$r={};$r[Oe("toStringTag")]="z";var Xr="[object z]"===String($r),qr=Oe("toStringTag"),zr="Arguments"==v(function(){return arguments}()),Vr=Xr?v:function(t){var e,n,r;return void 0===t?"Undefined":null===t?"Null":"string"==typeof(n=function(t,e){try{return t[e]}catch(t){}}(e=Object(t),qr))?n:zr?v(e):"Object"==(r=v(e))&&"function"==typeof e.callee?"Arguments":r},Hr=Oe("iterator"),Yr=function(t){var e=t.return;if(void 0!==e)return j(e.call(t)).value},Kr=function(t,e){this.stopped=t,this.result=e},Wr=function(t,e,n){var r,o,i,c,a,u,s,f,l=n&&n.that,p=!(!n||!n.AS_ENTRIES),h=!(!n||!n.IS_ITERATOR),d=!(!n||!n.INTERRUPTED),v=Ln(e,l,1+p+d),g=function(t){return r&&Yr(r),new Kr(!0,t)},E=function(t){return p?(j(t),d?v(t[0],t[1],g):v(t[0],t[1])):d?v(t,g):v(t)};if(h)r=t;else{if("function"!=typeof(o=function(t){if(null!=t)return t[Hr]||t["@@iterator"]||Er[Vr(t)]}(t)))throw TypeError("Target is not iterable");if(void 0!==(f=o)&&(Er.Array===f||Br[Gr]===f)){for(i=0,c=pt(t.length);c>i;i++)if((a=E(t[i]))&&a instanceof Kr)return a;return new Kr(!1)}r=o.call(t)}for(u=r.next;!(s=u.call(r)).done;){try{a=E(s.value)}catch(t){throw Yr(r),t}if("object"==typeof a&&a&&a instanceof Kr)return a}return new Kr(!1)},Jr=function(t,e,n){if(!(t instanceof e))throw TypeError("Incorrect "+(n?n+" ":"")+"invocation");return t},Qr=Oe("iterator"),Zr=!1;try{var to=0,eo={next:function(){return{done:!!to++}},return:function(){Zr=!0}};eo[Qr]=function(){return this},Array.from(eo,(function(){throw 2}))}catch(t){}var no=function(t,e,n){for(var r in e)ot(t,r,e[r],n);return t},ro=_.f,oo=Fr.fastKey,io=rt.set,co=rt.getterFor;!function(t,e,n){var r=-1!==t.indexOf("Map"),o=-1!==t.indexOf("Weak"),i=r?"set":"add",c=a[t],s=c&&c.prototype,f=c,l={},p=function(t){var e=s[t];ot(s,t,"add"==t?function(t){return e.call(this,0===t?0:t),this}:"delete"==t?function(t){return!(o&&!b(t))&&e.call(this,0===t?0:t)}:"get"==t?function(t){return o&&!b(t)?void 0:e.call(this,0===t?0:t)}:"has"==t?function(t){return!(o&&!b(t))&&e.call(this,0===t?0:t)}:function(t,n){return e.call(this,0===t?0:t,n),this})};if(Lt(t,"function"!=typeof c||!(o||s.forEach&&!u((function(){(new c).entries().next()})))))f=n.getConstructor(e,t,r,i),Fr.REQUIRED=!0;else if(Lt(t,!0)){var h=new f,d=h[i](o?{}:-0,1)!=h,v=u((function(){h.has(1)})),g=function(t,e){if(!e&&!Zr)return!1;var n=!1;try{var r={};r[Qr]=function(){return{next:function(){return{done:n=!0}}}},t(r)}catch(t){}return n}((function(t){new c(t)})),E=!o&&u((function(){for(var t=new c,e=5;e--;)t[i](e,e);return!t.has(-0)}));g||((f=e((function(e,n){Jr(e,f,t);var o=Ut(new c,e,f);return null!=n&&Wr(n,o[i],{that:o,AS_ENTRIES:r}),o}))).prototype=s,s.constructor=f),(v||E)&&(p("delete"),p("has"),r&&p("get")),(E||d)&&p(i),o&&s.clear&&delete s.clear}l[t]=f,Pt({global:!0,forced:f!=c},l),Tr(f,t),o||n.setStrong(f,t,r)}("Map",(function(t){return function(){return t(this,arguments.length?arguments[0]:void 0)}}),{getConstructor:function(t,e,n,r){var o=t((function(t,i){Jr(t,o,e),io(t,{type:e,index:Xt(null),first:void 0,last:void 0,size:0}),s||(t.size=0),null!=i&&Wr(i,t[r],{that:t,AS_ENTRIES:n})})),i=co(e),c=function(t,e,n){var r,o,c=i(t),u=a(t,e);return u?u.value=n:(c.last=u={index:o=oo(e,!0),key:e,value:n,previous:r=c.last,next:void 0,removed:!1},c.first||(c.first=u),r&&(r.next=u),s?c.size++:t.size++,"F"!==o&&(c.index[o]=u)),t},a=function(t,e){var n,r=i(t),o=oo(e);if("F"!==o)return r.index[o];for(n=r.first;n;n=n.next)if(n.key==e)return n};return no(o.prototype,{clear:function(){for(var t=i(this),e=t.index,n=t.first;n;)n.removed=!0,n.previous&&(n.previous=n.previous.next=void 0),delete e[n.index],n=n.next;t.first=t.last=void 0,s?t.size=0:this.size=0},delete:function(t){var e=i(this),n=a(this,t);if(n){var r=n.next,o=n.previous;delete e.index[n.index],n.removed=!0,o&&(o.next=r),r&&(r.previous=o),e.first==n&&(e.first=r),e.last==n&&(e.last=o),s?e.size--:this.size--}return!!n},forEach:function(t){for(var e,n=i(this),r=Ln(t,arguments.length>1?arguments[1]:void 0,3);e=e?e.next:n.first;)for(r(e.value,e.key,this);e&&e.removed;)e=e.previous},has:function(t){return!!a(this,t)}}),no(o.prototype,n?{get:function(t){var e=a(this,t);return e&&e.value},set:function(t,e){return c(this,0===t?0:t,e)}}:{add:function(t){return c(this,t=0===t?0:t,t)}}),s&&ro(o.prototype,"size",{get:function(){return i(this).size}}),o},setStrong:function(t,e,n){var r=e+" Iterator",o=co(e),i=co(r);Cr(t,e,(function(t,e){io(this,{type:r,target:t,state:o(t),kind:e,last:void 0})}),(function(){for(var t=i(this),e=t.kind,n=t.last;n&&n.removed;)n=n.previous;return t.target&&(t.last=n=n?n.next:t.state.first)?"keys"==e?{value:n.key,done:!1}:"values"==e?{value:n.value,done:!1}:{value:[n.key,n.value],done:!1}:(t.target=void 0,{value:void 0,done:!0})}),n?"entries":"values",!n,!0),Ae(e)}});var ao=Xr?{}.toString:function(){return"[object "+Vr(this)+"]"};Xr||ot(Object.prototype,"toString",ao,{unsafe:!0});var uo=Rn.charAt,so=rt.set,fo=rt.getterFor("String Iterator");Cr(String,"String",(function(t){so(this,{type:"String Iterator",string:String(t),index:0})}),(function(){var t,e=fo(this),n=e.string,r=e.index;return r>=n.length?{value:void 0,done:!0}:(t=uo(n,r),e.index+=t.length,{value:t,done:!1})}));var lo={CSSRuleList:0,CSSStyleDeclaration:0,CSSValueList:0,ClientRectList:0,DOMRectList:0,DOMStringList:0,DOMTokenList:1,DataTransferItemList:0,FileList:0,HTMLAllCollection:0,HTMLCollection:0,HTMLFormElement:0,HTMLSelectElement:0,MediaList:0,MimeTypeArray:0,NamedNodeMap:0,NodeList:1,PaintRequestList:0,Plugin:0,PluginArray:0,SVGLengthList:0,SVGNumberList:0,SVGPathSegList:0,SVGPointList:0,SVGStringList:0,SVGTransformList:0,SourceBufferList:0,StyleSheetList:0,TextTrackCueList:0,TextTrackList:0,TouchList:0},po=Oe("iterator"),ho=Oe("toStringTag"),vo=Dr.values;for(var go in lo){var Eo=a[go],yo=Eo&&Eo.prototype;if(yo){if(yo[po]!==vo)try{C(yo,po,vo)}catch(t){yo[po]=vo}if(yo[ho]||C(yo,ho,go),lo[go])for(var mo in Dr)if(yo[mo]!==Dr[mo])try{C(yo,mo,Dr[mo])}catch(t){yo[mo]=Dr[mo]}}}var bo=_n.forEach,xo=Gn("forEach")?[].forEach:function(t){return bo(this,t,arguments.length>1?arguments[1]:void 0)};for(var Oo in lo){var So=a[Oo],Ro=So&&So.prototype;if(Ro&&Ro.forEach!==xo)try{C(Ro,"forEach",xo)}catch(t){Ro.forEach=xo}}var Io="1.3.0",wo=function(){function t(){this.handlers=new Map}return t.prototype.getVersion=function(){return Io},t.prototype.subscribe=function(t,e){this.handlers.set(t,(this.handlers.get(t)||[]).concat(e))},t.prototype.unsubscribe=function(t,e){this.handlers.set(t,(this.handlers.get(t)||[]).filter((function(t){return t!=e})))},t.prototype.emit=function(t,e){(this.handlers.get(t)||[]).forEach((function(t){try{t(e)}catch(t){console.error("could not invoke event listener",t)}}))},t}();var To=(void 0!==window.OC&&window.OC._eventBus&&void 0===window._nc_event_bus&&(console.warn("found old event bus instance at OC._eventBus. Update your version!"),window._nc_event_bus=window.OC._eventBus),void 0!==window._nc_event_bus?new fr(window._nc_event_bus):window._nc_event_bus=new wo);function No(t,e){To.subscribe(t,e)}function Ao(t,e){To.unsubscribe(t,e)}function Lo(t,e){To.emit(t,e)}}.call(this,n(17),n(57))},43:function(t,e,n){var r=n(4),o=n(28),i="".split;t.exports=r((function(){return!Object("z").propertyIsEnumerable(0)}))?function(t){return"String"==o(t)?i.call(t,""):Object(t)}:Object},44:function(t,e){t.exports=!1},45:function(t,e){t.exports=function(t){if("function"!=typeof t)throw TypeError(String(t)+" is not a function");return t}},47:function(t,e,n){var r=n(44),o=n(53);(t.exports=function(t,e){return o[t]||(o[t]=void 0!==e?e:{})})("versions",[]).push({version:"3.13.1",mode:r?"pure":"global",copyright:"© 2021 Denis Pushkarev (zloirock.ru)"})},48:function(t,e,n){"use strict";var r,o,i=n(61),c=n(86),a=n(47),u=RegExp.prototype.exec,s=a("native-string-replace",String.prototype.replace),f=u,l=(r=/a/,o=/b*/g,u.call(r,"a"),u.call(o,"a"),0!==r.lastIndex||0!==o.lastIndex),p=c.UNSUPPORTED_Y||c.BROKEN_CARET,h=void 0!==/()??/.exec("")[1];(l||h||p)&&(f=function(t){var e,n,r,o,c=this,a=p&&c.sticky,f=i.call(c),d=c.source,v=0,g=t;return a&&(-1===(f=f.replace("y","")).indexOf("g")&&(f+="g"),g=String(t).slice(c.lastIndex),c.lastIndex>0&&(!c.multiline||c.multiline&&"\n"!==t[c.lastIndex-1])&&(d="(?: "+d+")",g=" "+g,v++),n=new RegExp("^(?:"+d+")",f)),h&&(n=new RegExp("^"+d+"$(?!\\s)",f)),l&&(e=c.lastIndex),r=u.call(a?n:c,g),a?r?(r.input=r.input.slice(v),r[0]=r[0].slice(v),r.index=c.lastIndex,c.lastIndex+=r[0].length):c.lastIndex=0:l&&r&&(c.lastIndex=c.global?r.index+r[0].length:e),h&&r&&r.length>1&&s.call(r[0],n,(function(){for(o=1;o<arguments.length-2;o++)void 0===arguments[o]&&(r[o]=void 0)})),r}),t.exports=f},5:function(t,e,n){(function(e){var n=function(t){return t&&t.Math==Math&&t};t.exports=n("object"==typeof globalThis&&globalThis)||n("object"==typeof window&&window)||n("object"==typeof self&&self)||n("object"==typeof e&&e)||function(){return this}()||Function("return this")()}).call(this,n(17))},50:function(t,e,n){var r,o,i=n(5),c=n(88),a=i.process,u=a&&a.versions,s=u&&u.v8;s?o=(r=s.split("."))[0]<4?1:r[0]+r[1]:c&&(!(r=c.match(/Edge\/(\d+)/))||r[1]>=74)&&(r=c.match(/Chrome\/(\d+)/))&&(o=r[1]),t.exports=o&&+o},51:function(t,e,n){"use strict";var r=n(4);t.exports=function(t,e){var n=[][t];return!!n&&r((function(){n.call(null,e||function(){throw 1},1)}))}},52:function(t,e,n){var r=n(5),o=n(18);t.exports=function(t,e){try{o(r,t,e)}catch(n){r[t]=e}return e}},53:function(t,e,n){var r=n(5),o=n(52),i=r["__core-js_shared__"]||o("__core-js_shared__",{});t.exports=i},55:function(t,e){t.exports={}},56:function(t,e){var n=0,r=Math.random();t.exports=function(t){return"Symbol("+String(void 0===t?"":t)+")_"+(++n+r).toString(36)}},57:function(t,e){var n,r,o=t.exports={};function i(){throw new Error("setTimeout has not been defined")}function c(){throw new Error("clearTimeout has not been defined")}function a(t){if(n===setTimeout)return setTimeout(t,0);if((n===i||!n)&&setTimeout)return n=setTimeout,setTimeout(t,0);try{return n(t,0)}catch(e){try{return n.call(null,t,0)}catch(e){return n.call(this,t,0)}}}!function(){try{n="function"==typeof setTimeout?setTimeout:i}catch(t){n=i}try{r="function"==typeof clearTimeout?clearTimeout:c}catch(t){r=c}}();var u,s=[],f=!1,l=-1;function p(){f&&u&&(f=!1,u.length?s=u.concat(s):l=-1,s.length&&h())}function h(){if(!f){var t=a(p);f=!0;for(var e=s.length;e;){for(u=s,s=[];++l<e;)u&&u[l].run();l=-1,e=s.length}u=null,f=!1,function(t){if(r===clearTimeout)return clearTimeout(t);if((r===c||!r)&&clearTimeout)return r=clearTimeout,clearTimeout(t);try{r(t)}catch(e){try{return r.call(null,t)}catch(e){return r.call(this,t)}}}(t)}}function d(t,e){this.fun=t,this.array=e}function v(){}o.nextTick=function(t){var e=new Array(arguments.length-1);if(arguments.length>1)for(var n=1;n<arguments.length;n++)e[n-1]=arguments[n];s.push(new d(t,e)),1!==s.length||f||a(h)},d.prototype.run=function(){this.fun.apply(null,this.array)},o.title="browser",o.browser=!0,o.env={},o.argv=[],o.version="",o.versions={},o.on=v,o.addListener=v,o.once=v,o.off=v,o.removeListener=v,o.removeAllListeners=v,o.emit=v,o.prependListener=v,o.prependOnceListener=v,o.listeners=function(t){return[]},o.binding=function(t){throw new Error("process.binding is not supported")},o.cwd=function(){return"/"},o.chdir=function(t){throw new Error("process.chdir is not supported")},o.umask=function(){return 0}},60:function(t,e,n){var r=n(23),o=Math.max,i=Math.min;t.exports=function(t,e){var n=r(t);return n<0?o(n+e,0):i(n,e)}},61:function(t,e,n){"use strict";var r=n(8);t.exports=function(){var t=r(this),e="";return t.global&&(e+="g"),t.ignoreCase&&(e+="i"),t.multiline&&(e+="m"),t.dotAll&&(e+="s"),t.unicode&&(e+="u"),t.sticky&&(e+="y"),e}},62:function(t,e,n){"use strict";var r=n(87),o=n(8),i=n(15),c=n(23),a=n(20),u=n(95),s=n(122),f=n(90),l=Math.max,p=Math.min;r("replace",2,(function(t,e,n,r){var h=r.REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE,d=r.REPLACE_KEEPS_$0,v=h?"$":"$0";return[function(n,r){var o=a(this),i=null==n?void 0:n[t];return void 0!==i?i.call(n,o,r):e.call(String(o),n,r)},function(t,r){if(!h&&d||"string"==typeof r&&-1===r.indexOf(v)){var a=n(e,t,this,r);if(a.done)return a.value}var g=o(t),E=String(this),y="function"==typeof r;y||(r=String(r));var m=g.global;if(m){var b=g.unicode;g.lastIndex=0}for(var x=[];;){var O=f(g,E);if(null===O)break;if(x.push(O),!m)break;""===String(O[0])&&(g.lastIndex=u(E,i(g.lastIndex),b))}for(var S,R="",I=0,w=0;w<x.length;w++){O=x[w];for(var T=String(O[0]),N=l(p(c(O.index),E.length),0),A=[],L=1;L<O.length;L++)A.push(void 0===(S=O[L])?S:String(S));var j=O.groups;if(y){var P=[T].concat(A,N,E);void 0!==j&&P.push(j);var _=String(r.apply(void 0,P))}else _=s(T,E,N,A,j,r);N>=I&&(R+=E.slice(I,N)+_,I=N+T.length)}return R+E.slice(I)}]}))},63:function(t,e,n){var r=n(28);t.exports=Array.isArray||function(t){return"Array"==r(t)}},64:function(t,e,n){"use strict";var r={}.propertyIsEnumerable,o=Object.getOwnPropertyDescriptor,i=o&&!r.call({1:2},1);e.f=i?function(t){var e=o(this,t);return!!e&&e.enumerable}:r},65:function(t,e,n){var r=n(85),o=n(73).concat("length","prototype");e.f=Object.getOwnPropertyNames||function(t){return r(t,o)}},66:function(t,e,n){var r=n(22),o=n(15),i=n(60),c=function(t){return function(e,n,c){var a,u=r(e),s=o(u.length),f=i(c,s);if(t&&n!=n){for(;s>f;)if((a=u[f++])!=a)return!0}else for(;s>f;f++)if((t||f in u)&&u[f]===n)return t||f||0;return!t&&-1}};t.exports={includes:c(!0),indexOf:c(!1)}},67:function(t,e,n){var r=n(50),o=n(4);t.exports=!!Object.getOwnPropertySymbols&&!o((function(){var t=Symbol();return!String(t)||!(Object(t)instanceof Symbol)||!Symbol.sham&&r&&r<41}))},68:function(t,e,n){var r={};r[n(9)("toStringTag")]="z",t.exports="[object z]"===String(r)},70:function(t,e,n){"use strict";n(91),Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var r,o=(r=n(207))&&r.__esModule?r:{default:r},i=n(76);var c=o.default.create({headers:{requesttoken:(0,i.getRequestToken)()}}),a=Object.assign(c,{CancelToken:o.default.CancelToken,isCancel:o.default.isCancel});(0,i.onRequestTokenUpdate)((function(t){return c.defaults.headers.requesttoken=t}));var u=a;e.default=u},72:function(t,e,n){var r=n(53),o=Function.toString;"function"!=typeof r.inspectSource&&(r.inspectSource=function(t){return o.call(t)}),t.exports=r.inspectSource},73:function(t,e){t.exports=["constructor","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","toLocaleString","toString","valueOf"]},74:function(t,e){e.f=Object.getOwnPropertySymbols},75:function(t,e,n){var r=n(45);t.exports=function(t,e,n){if(r(t),void 0===e)return t;switch(n){case 0:return function(){return t.call(e)};case 1:return function(n){return t.call(e,n)};case 2:return function(n,r){return t.call(e,n,r)};case 3:return function(n,r,o){return t.call(e,n,r,o)}}return function(){return t.apply(e,arguments)}}},76:function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),Object.defineProperty(e,"getRequestToken",{enumerable:!0,get:function(){return r.getRequestToken}}),Object.defineProperty(e,"onRequestTokenUpdate",{enumerable:!0,get:function(){return r.onRequestTokenUpdate}}),Object.defineProperty(e,"getCurrentUser",{enumerable:!0,get:function(){return o.getCurrentUser}});var r=n(174),o=n(175)},77:function(t,e,n){var r=n(11),o=n(4),i=n(102);t.exports=!r&&!o((function(){return 7!=Object.defineProperty(i("div"),"a",{get:function(){return 7}}).a}))},78:function(t,e,n){var r=n(47),o=n(56),i=r("keys");t.exports=function(t){return i[t]||(i[t]=o(t))}},8:function(t,e,n){var r=n(10);t.exports=function(t){if(!r(t))throw TypeError(String(t)+" is not an object");return t}},80:function(t,e,n){var r=n(10),o=n(63),i=n(9)("species");t.exports=function(t,e){var n;return o(t)&&("function"!=typeof(n=t.constructor)||n!==Array&&!o(n.prototype)?r(n)&&null===(n=n[i])&&(n=void 0):n=void 0),new(void 0===n?Array:n)(0===e?0:e)}},85:function(t,e,n){var r=n(13),o=n(22),i=n(66).indexOf,c=n(55);t.exports=function(t,e){var n,a=o(t),u=0,s=[];for(n in a)!r(c,n)&&r(a,n)&&s.push(n);for(;e.length>u;)r(a,n=e[u++])&&(~i(s,n)||s.push(n));return s}},86:function(t,e,n){"use strict";var r=n(4);function o(t,e){return RegExp(t,e)}e.UNSUPPORTED_Y=r((function(){var t=o("a","y");return t.lastIndex=2,null!=t.exec("abcd")})),e.BROKEN_CARET=r((function(){var t=o("^r","gy");return t.lastIndex=2,null!=t.exec("str")}))},87:function(t,e,n){"use strict";n(40);var r=n(21),o=n(48),i=n(4),c=n(9),a=n(18),u=c("species"),s=RegExp.prototype,f=!i((function(){var t=/./;return t.exec=function(){var t=[];return t.groups={a:"7"},t},"7"!=="".replace(t,"$<a>")})),l="$0"==="a".replace(/./,"$0"),p=c("replace"),h=!!/./[p]&&""===/./[p]("a","$0"),d=!i((function(){var t=/(?:)/,e=t.exec;t.exec=function(){return e.apply(this,arguments)};var n="ab".split(t);return 2!==n.length||"a"!==n[0]||"b"!==n[1]}));t.exports=function(t,e,n,p){var v=c(t),g=!i((function(){var e={};return e[v]=function(){return 7},7!=""[t](e)})),E=g&&!i((function(){var e=!1,n=/a/;return"split"===t&&((n={}).constructor={},n.constructor[u]=function(){return n},n.flags="",n[v]=/./[v]),n.exec=function(){return e=!0,null},n[v](""),!e}));if(!g||!E||"replace"===t&&(!f||!l||h)||"split"===t&&!d){var y=/./[v],m=n(v,""[t],(function(t,e,n,r,i){var c=e.exec;return c===o||c===s.exec?g&&!i?{done:!0,value:y.call(e,n,r)}:{done:!0,value:t.call(n,e,r)}:{done:!1}}),{REPLACE_KEEPS_$0:l,REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE:h}),b=m[0],x=m[1];r(String.prototype,t,b),r(s,v,2==e?function(t,e){return x.call(t,this,e)}:function(t){return x.call(t,this)})}p&&a(s[v],"sham",!0)}},88:function(t,e,n){var r=n(32);t.exports=r("navigator","userAgent")||""},89:function(t,e,n){var r=n(23),o=n(20),i=function(t){return function(e,n){var i,c,a=String(o(e)),u=r(n),s=a.length;return u<0||u>=s?t?"":void 0:(i=a.charCodeAt(u))<55296||i>56319||u+1===s||(c=a.charCodeAt(u+1))<56320||c>57343?t?a.charAt(u):i:t?a.slice(u,u+2):c-56320+(i-55296<<10)+65536}};t.exports={codeAt:i(!1),charAt:i(!0)}},9:function(t,e,n){var r=n(5),o=n(47),i=n(13),c=n(56),a=n(67),u=n(111),s=o("wks"),f=r.Symbol,l=u?f:f&&f.withoutSetter||c;t.exports=function(t){return i(s,t)&&(a||"string"==typeof s[t])||(a&&i(f,t)?s[t]=f[t]:s[t]=l("Symbol."+t)),s[t]}},90:function(t,e,n){var r=n(28),o=n(48);t.exports=function(t,e){var n=t.exec;if("function"==typeof n){var i=n.call(t,e);if("object"!=typeof i)throw TypeError("RegExp exec method returned something other than an Object or null");return i}if("RegExp"!==r(t))throw TypeError("RegExp#exec called on incompatible receiver");return o.call(t,e)}},91:function(t,e,n){var r=n(3),o=n(127);r({target:"Object",stat:!0,forced:Object.assign!==o},{assign:o})},92:function(t,e,n){var r=n(85),o=n(73);t.exports=Object.keys||function(t){return r(t,o)}},925:function(t,e,n){"use strict";n.r(e);var r=n(70),o=n.n(r),i=n(12);
/**
* @copyright 2019 Christoph Wurst <christoph@winzerhof-wurst.at>
*
- * @author 2019 Christoph Wurst <christoph@winzerhof-wurst.at>
+ * @author Christoph Wurst <christoph@winzerhof-wurst.at>
+ * @author John Molakvoæ <skjnldsv@protonmail.com>
+ * @author Roeland Jago Douma <roeland@famdouma.nl>
*
* @license GNU AGPL version 3 or any later version
*
@@ -63,238 +19,8 @@ function(e){var t,n,r,i,a,o,s,u,l,c,d,f,h,m,_,p,y,g,v,M="sizzle"+1*new Date,L=e.
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see <http://www.gnu.org/licenses/>.
- */ne.customResults={},ne.resultTypes={};var re=ne,ie=window._theme||{},ae=i(1),oe=i.n(ae);
-/*
- * @copyright 2019 Christoph Wurst <christoph@winzerhof-wurst.at>
- *
- * @author 2019 Christoph Wurst <christoph@winzerhof-wurst.at>
- *
- * @license GNU AGPL version 3 or any later version
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*
- * This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License as
- * published by the Free Software Foundation, either version 3 of the
- * License, or (at your option) any later version.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU Affero General Public License for more details.
- *
- * You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-/**
- * @copyright 2019 Christoph Wurst <christoph@winzerhof-wurst.at>
- *
- * @author 2019 Christoph Wurst <christoph@winzerhof-wurst.at>
- *
- * @license GNU AGPL version 3 or any later version
- *
- * This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License as
- * published by the Free Software Foundation, either version 3 of the
- * License, or (at your option) any later version.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU Affero General Public License for more details.
- *
- * You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see <http://www.gnu.org/licenses/>.
- */
-function se(e){for(var t,n=[],r=0,i=-1,a=0;r<e.length;){t=e.charAt(r);var o=!a&&"."===t||t>="0"&&t<="9";o!==a&&(n[++i]="",a=o),n[i]+=t,r++}return n}var ue={History:{_handlers:[],_pushState:function(e,t,n){var r;if(r="string"==typeof e?e:me.buildQueryString(e),window.history.pushState){if(t=t||location.pathname+"?"+r,navigator.userAgent.toLowerCase().indexOf("firefox")>-1&&parseInt(navigator.userAgent.split("/").pop())<51)for(var i,a=document.querySelectorAll('[fill^="url(#"], [stroke^="url(#"], [filter^="url(#invert"]'),o=0,s=a.length;o<s;o++)(i=a[o]).style.fill=i.style.fill,i.style.stroke=i.style.stroke,i.removeAttribute("filter"),i.setAttribute("filter","url(#invert)");n?window.history.replaceState(e,"",t):window.history.pushState(e,"",t)}else window.location.hash="?"+r,this._cancelPop=!0},pushState:function(e,t){this._pushState(e,t,!1)},replaceState:function(e,t){this._pushState(e,t,!0)},addOnPopStateHandler:function(e){this._handlers.push(e)},_parseHashQuery:function(){var e=window.location.hash,t=e.indexOf("?");return t>=0?e.substr(t+1):e.length?e.substr(1):""},_decodeQuery:function(e){return e.replace(/\+/g," ")},parseUrlQuery:function(){var e,t=this._parseHashQuery();return t&&(e=me.parseQueryString(this._decodeQuery(t))),(e=d.a.extend(e||{},me.parseQueryString(this._decodeQuery(location.search))))||{}},_onPopState:function(e){var t;if(this._cancelPop)this._cancelPop=!1;else if(this._handlers.length){t=e&&e.state,d.a.isString(t)?t=me.parseQueryString(t):t||(t=this.parseUrlQuery()||{});for(var n=0;n<this._handlers.length;n++)this._handlers[n](t)}}},humanFileSize:
-/*
- * @copyright 2019 Christoph Wurst <christoph@winzerhof-wurst.at>
- *
- * @author 2019 Christoph Wurst <christoph@winzerhof-wurst.at>
- *
- * @license GNU AGPL version 3 or any later version
- *
- * This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License as
- * published by the Free Software Foundation, either version 3 of the
- * License, or (at your option) any later version.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU Affero General Public License for more details.
- *
- * You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see <http://www.gnu.org/licenses/>.
- */
-function(e,t){var n=["B","KB","MB","GB","TB"],r=e>0?Math.floor(Math.log(e)/Math.log(1024)):0,i=n[r=Math.min(n.length-1,r)],a=(e/Math.pow(1024,r)).toFixed(1);return!0===t&&0===r?"0.0"!==a?"< 1 KB":"0 KB":(a=r<2?parseFloat(a).toFixed(0):".0"===a.substr(a.length-2,2)?a.substr(0,a.length-2):parseFloat(a).toLocaleString(OC.getCanonicalLocale()))+" "+i},computerFileSize:function(e){if("string"!=typeof e)return null;var t=e.toLowerCase().trim(),n=null,r=t.match(/^[\s+]?([0-9]*)(\.([0-9]+))?( +)?([kmgtp]?b?)$/i);return null===r?null:(n=parseFloat(t),isFinite(n)?(r[5]&&(n*={b:1,k:1024,kb:1024,mb:1048576,m:1048576,gb:1073741824,g:1073741824,tb:1099511627776,t:1099511627776,pb:0x4000000000000,p:0x4000000000000}[r[5]]),n=Math.round(n)):null)},formatDate:function(e,t){return t=t||"LLL",oe()(e).format(t)},relativeModifiedDate:function(e){var n=oe()().diff(oe()(e));return n>=0&&n<45e3?t("core","seconds ago"):oe()(e).fromNow()},isIE:function(){return s()("html").hasClass("ie")},getScrollBarWidth:function(){if(this._scrollBarWidth)return this._scrollBarWidth;var e=document.createElement("p");e.style.width="100%",e.style.height="200px";var t=document.createElement("div");t.style.position="absolute",t.style.top="0px",t.style.left="0px",t.style.visibility="hidden",t.style.width="200px",t.style.height="150px",t.style.overflow="hidden",t.appendChild(e),document.body.appendChild(t);var n=e.offsetWidth;t.style.overflow="scroll";var r=e.offsetWidth;return n===r&&(r=t.clientWidth),document.body.removeChild(t),this._scrollBarWidth=n-r,this._scrollBarWidth},stripTime:function(e){return new Date(e.getFullYear(),e.getMonth(),e.getDate())},naturalSortCompare:function(e,t){var n,r=se(e),i=se(t);for(n=0;r[n]&&i[n];n++)if(r[n]!==i[n]){var a=Number(r[n]),o=Number(i[n]);return a==r[n]&&o==i[n]?a-o:r[n].localeCompare(i[n],me.getLanguage())}return r.length-i.length},waitFor:function(e,t){!function n(){!0!==e()&&setTimeout(n,t)}()},isCookieSetToValue:function(e,t){for(var n=document.cookie.split(";"),r=0;r<n.length;r++){var i=n[r].split("=");if(i[0].trim()===e&&i[1].trim()===t)return!0}return!1}},le=window._oc_debug,ce=window._oc_webroot;
-/*
- * @copyright 2019 Christoph Wurst <christoph@winzerhof-wurst.at>
- *
- * @author 2019 Christoph Wurst <christoph@winzerhof-wurst.at>
- *
- * @license GNU AGPL version 3 or any later version
- *
- * This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License as
- * published by the Free Software Foundation, either version 3 of the
- * License, or (at your option) any later version.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU Affero General Public License for more details.
- *
- * You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see <http://www.gnu.org/licenses/>.
- */if(void 0===ce){var de=(ce=location.pathname).indexOf("/index.php/");ce=-1!==de?ce.substr(0,de):ce.substr(0,ce.lastIndexOf("/"))}var fe,he=ce,me=r.a={coreApps:A.i,menuSpeed:A.j,PERMISSION_ALL:A.a,PERMISSION_CREATE:A.b,PERMISSION_DELETE:A.c,PERMISSION_NONE:A.d,PERMISSION_READ:A.e,PERMISSION_SHARE:A.f,PERMISSION_UPDATE:A.g,TAG_FAVORITE:A.h,fileIsBlacklisted:function(e){return!!e.match(P.blacklist_files_regex)},addScript:function(e,t,n){var r;console.warn("OC.addScript is deprecated, use OCP.Loader.loadScript instead");var i=OC.filePath(e,"js",t+".js");return u[i]?n&&n():(r=s.a.Deferred(),s.a.getScript(i,(function(){return r.resolve()})),u[i]=r),u[i]},addStyle:function(e,t){console.warn("OC.addStyle is deprecated, use OCP.Loader.loadStylesheet instead");var n=OC.filePath(e,"css",t+".css");-1===l.indexOf(n)&&(l.push(n),document.createStyleSheet?document.createStyleSheet(n):(t=s()('<link rel="stylesheet" type="text/css" href="'+n+'"/>'),s()("head").append(t)))},Apps:m.a,AppConfig:y,appConfig:p,appSettings:function(e){if(console.warn("OC.appSettings is deprecated and will be removed with Nextcloud 18"),void 0===e||void 0===e.appid)throw{name:"MissingParameter",message:"The parameter appid is missing"};var n={scriptName:"settings.php",cache:!0};s.a.extend(n,e);var r=s()("#appsettings");if(0===r.length)throw{name:"MissingDOMElement",message:'There has be be an element with id "appsettings" for the popup to show.'};var i=s()("#appsettings_popup");if(0===i.length&&(s()("body").prepend('<div class="popup hidden" id="appsettings_popup"></div>'),(i=s()("#appsettings_popup")).addClass(r.hasClass("topright")?"topright":"bottomleft")),i.is(":visible"))i.hide().remove();else{var a=r.hasClass("topright")?"up":"left";s.a.get(Object(g.a)(n.appid,"",n.scriptName),(function(e){i.html(e).ready((function(){if(i.prepend('<span class="arrow '+a+'"></span><h2>'+t("core","Settings")+'</h2><a class="close"></a>').show(),i.find(".close").bind("click",(function(){i.remove()})),void 0!==n.loadJS){var e;if(!0===n.loadJS)e="settings.js";else{if("string"!=typeof n.loadJS)throw{name:"InvalidParameter",message:'The "loadJS" parameter must be either boolean or a string.'};e=n.loadJS}n.cache&&s.a.ajaxSetup({cache:!0}),s.a.getScript(Object(g.a)(n.appid,"js",e)).fail((function(e,t,n){throw n}))}})).show()}),"html")}},appswebroots:v,Backbone:j,ContactsMenu:C.a,config:P,currentUser:I,dialogs:U,EventSource:B,getCurrentUser:function(){return{uid:I,displayName:R}},isUserAdmin:function(){return X},L10N:Z.a,_ajaxConnectionLostHandler:h,_processAjaxError:function(e){(0!==e.status||"abort"!==e.statusText&&"timeout"!==e.statusText&&!me._reloadCalled)&&(d.a.contains([302,303,307,401],e.status)&&me.currentUser?setTimeout((function(){if(!me._userIsNavigatingAway&&!me._reloadCalled){var e=0,t=setInterval((function(){f.showUpdate(n("core","Problem loading page, reloading in %n second","Problem loading page, reloading in %n seconds",5-e)),e>=5&&(clearInterval(t),me.reload()),e++}),1e3);me._reloadCalled=!0}}),100):0===e.status&&setTimeout((function(){me._userIsNavigatingAway||me._reloadCalled||me._ajaxConnectionLostHandler()}),100))},registerXHRForErrorProcessing:function(e){e.addEventListener&&(e.addEventListener("load",(function(){4===e.readyState&&(e.status>=200&&e.status<300||304===e.status||s()(document).trigger(new s.a.Event("ajaxError"),e))})),e.addEventListener("error",(function(){s()(document).trigger(new s.a.Event("ajaxError"),e)})))},_capabilities:G(),getCapabilities:G,hideMenus:K,registerMenu:function(e,t,n,r){t.addClass("menu");var i="A"===e.prop("tagName")||"BUTTON"===e.prop("tagName");e.on(i?"click.menu":"click.menu keyup.menu",(function(i){i.preventDefault(),i.key&&"Enter"!==i.key||(t.is(V)?K():(V&&K(),!0===r&&t.parent().addClass("openedMenu"),e.attr("aria-expanded",!0),t.slideToggle(A.j,n),V=t,e))}))},showMenu:function(e,t,n){t.is(V)||(K(),V=t,e,t.trigger(new s.a.Event("beforeShow")),t.show(),t.trigger(new s.a.Event("afterShow")),d.a.isFunction(n)&&n())},unregisterMenu:function(e,t){t.is(V)&&K(),e.off("click.menu").removeClass("menutoggle"),t.removeClass("menu")},basename:O.basename,encodePath:O.encodePath,dirname:O.dirname,isSamePath:O.isSamePath,joinPaths:O.joinPaths,getHost:function(){return window.location.host},getHostName:function(){return window.location.hostname},getPort:function(){return window.location.port},getProtocol:function(){return window.location.protocol.split(":")[0]},getCanonicalLocale:Z.b,getLocale:Z.d,getLanguage:Z.c,addTranslations:Z.a.load,buildQueryString:H.a,parseQueryString:H.b,msg:ee,Notification:f,PasswordConfirmation:te.a,Plugins:{_plugins:{},register:function(e,t){var n=this._plugins[e];n||(n=this._plugins[e]=[]),n.push(t)},getPlugins:function(e){return this._plugins[e]||[]},attach:function(e,t,n){for(var r=this.getPlugins(e),i=0;i<r.length;i++)r[i].attach&&r[i].attach(t,n)},detach:function(e,t,n){for(var r=this.getPlugins(e),i=0;i<r.length;i++)r[i].detach&&r[i].detach(t,n)}},search:re,theme:ie,Util:ue,debug:le,filePath:Q.generateFilePath,generateUrl:Q.generateUrl,get:(fe=window,function(e){for(var t=e.split("."),n=t.pop(),r=0;r<t.length;r++)if(!(fe=fe[t[r]]))return!1;return fe[n]}),set:function(e){return function(t,n){for(var r=t.split("."),i=r.pop(),a=0;a<r.length;a++)e[r[a]]||(e[r[a]]={}),e=e[r[a]];return e[i]=n,n}}(window),getRootPath:Q.getRootUrl,imagePath:Q.imagePath,redirect:function(e){window.location=e},reload:function(){window.location.reload()},requestToken:Object($.a)(),linkTo:Q.linkTo,linkToOCS:Q.generateOcsUrl,linkToRemote:Q.generateRemoteUrl,linkToRemoteBase:g.c,webroot:he};
-/**
- * @copyright 2019 Christoph Wurst <christoph@winzerhof-wurst.at>
- *
- * @author 2019 Christoph Wurst <christoph@winzerhof-wurst.at>
- *
- * @license GNU AGPL version 3 or any later version
- *
- * This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License as
- * published by the Free Software Foundation, either version 3 of the
- * License, or (at your option) any later version.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU Affero General Public License for more details.
- *
- * You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see <http://www.gnu.org/licenses/>.
- */Object(a.subscribe)("csrf-token-update",(function(e){OC.requestToken=e.token,console.info("OC.requestToken changed",e.token)}))},function(e,t,n){(function(t){var n=function(e){return e&&e.Math==Math&&e};e.exports=n("object"==typeof globalThis&&globalThis)||n("object"==typeof window&&window)||n("object"==typeof self&&self)||n("object"==typeof t&&t)||Function("return this")()}).call(this,n(14))},function(e,t,n){var r=n(5),i=n(124),a=n(8),o=n(76),s=n(129),u=n(227),l=i("wks"),c=r.Symbol,d=u?c:c&&c.withoutSetter||o;e.exports=function(e){return a(l,e)||(s&&a(c,e)?l[e]=c[e]:l[e]=d("Symbol."+e)),l[e]}},function(e,t){e.exports=function(e){try{return!!e()}catch(e){return!0}}},function(e,t){var n={}.hasOwnProperty;e.exports=function(e,t){return n.call(e,t)}},,function(e,t){e.exports=function(e){return"object"==typeof e?null!==e:"function"==typeof e}},function(e,t,n){"use strict";n.d(t,"i",(function(){return r})),n.d(t,"j",(function(){return i})),n.d(t,"d",(function(){return a})),n.d(t,"b",(function(){return o})),n.d(t,"e",(function(){return s})),n.d(t,"g",(function(){return u})),n.d(t,"c",(function(){return l})),n.d(t,"f",(function(){return c})),n.d(t,"a",(function(){return d})),n.d(t,"h",(function(){return f}));
-/**
- * @copyright 2019 Christoph Wurst <christoph@winzerhof-wurst.at>
- *
- * @author 2019 Christoph Wurst <christoph@winzerhof-wurst.at>
- *
- * @license GNU AGPL version 3 or any later version
- *
- * This program is free software = you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License as
- * published by the Free Software Foundation either version 3 of the
- * License or (at your option) any later version.
- *
- * This program is distributed in the hope that it will be useful
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU Affero General Public License for more details.
- *
- * You should have received a copy of the GNU Affero General Public License
- * along with this program. If not see <http://www.gnu.org/licenses/>.
- */
-var r=["","admin","log","core/search","core","3rdparty"],i=50,a=0,o=4,s=1,u=2,l=8,c=16,d=31,f="_$!<Favorite>!$_"},function(e,t,n){var r=n(15),i=n(120),a=n(20),o=n(72),s=Object.defineProperty;t.f=r?s:function(e,t,n){if(a(e),t=o(t,!0),a(n),i)try{return s(e,t,n)}catch(e){}if("get"in n||"set"in n)throw TypeError("Accessors not supported");return"value"in n&&(e[t]=n.value),e}},function(e,t){e.exports=function(e){try{return!!e()}catch(e){return!0}}},function(e,t){var n;n=function(){return this}();try{n=n||new Function("return this")()}catch(e){"object"==typeof window&&(n=window)}e.exports=n},function(e,t,n){var r=n(7);e.exports=!r((function(){return 7!=Object.defineProperty({},1,{get:function(){return 7}})[1]}))},function(e,t,n){var r=n(15),i=n(12),a=n(43);e.exports=r?function(e,t,n){return i.f(e,t,a(1,n))}:function(e,t,n){return e[t]=n,e}},function(e,t,n){(function(t){var n=function(e){return e&&e.Math==Math&&e};e.exports=n("object"==typeof globalThis&&globalThis)||n("object"==typeof window&&window)||n("object"==typeof self&&self)||n("object"==typeof t&&t)||Function("return this")()}).call(this,n(14))},,function(e,t,n){"use strict";var r=n(445),i=Object.prototype.toString;function a(e){return"[object Array]"===i.call(e)}function o(e){return void 0===e}function s(e){return null!==e&&"object"==typeof e}function u(e){return"[object Function]"===i.call(e)}function l(e,t){if(null!=e)if("object"!=typeof e&&(e=[e]),a(e))for(var n=0,r=e.length;n<r;n++)t.call(null,e[n],n,e);else for(var i in e)Object.prototype.hasOwnProperty.call(e,i)&&t.call(null,e[i],i,e)}e.exports={isArray:a,isArrayBuffer:function(e){return"[object ArrayBuffer]"===i.call(e)},isBuffer:function(e){return null!==e&&!o(e)&&null!==e.constructor&&!o(e.constructor)&&"function"==typeof e.constructor.isBuffer&&e.constructor.isBuffer(e)},isFormData:function(e){return"undefined"!=typeof FormData&&e instanceof FormData},isArrayBufferView:function(e){return"undefined"!=typeof ArrayBuffer&&ArrayBuffer.isView?ArrayBuffer.isView(e):e&&e.buffer&&e.buffer instanceof ArrayBuffer},isString:function(e){return"string"==typeof e},isNumber:function(e){return"number"==typeof e},isObject:s,isUndefined:o,isDate:function(e){return"[object Date]"===i.call(e)},isFile:function(e){return"[object File]"===i.call(e)},isBlob:function(e){return"[object Blob]"===i.call(e)},isFunction:u,isStream:function(e){return s(e)&&u(e.pipe)},isURLSearchParams:function(e){return"undefined"!=typeof URLSearchParams&&e instanceof URLSearchParams},isStandardBrowserEnv:function(){return("undefined"==typeof navigator||"ReactNative"!==navigator.product&&"NativeScript"!==navigator.product&&"NS"!==navigator.product)&&("undefined"!=typeof window&&"undefined"!=typeof document)},forEach:l,merge:function e(){var t={};function n(n,r){"object"==typeof t[r]&&"object"==typeof n?t[r]=e(t[r],n):t[r]=n}for(var r=0,i=arguments.length;r<i;r++)l(arguments[r],n);return t},deepMerge:function e(){var t={};function n(n,r){"object"==typeof t[r]&&"object"==typeof n?t[r]=e(t[r],n):t[r]="object"==typeof n?e({},n):n}for(var r=0,i=arguments.length;r<i;r++)l(arguments[r],n);return t},extend:function(e,t,n){return l(t,(function(t,i){e[i]=n&&"function"==typeof t?r(t,n):t})),e},trim:function(e){return e.replace(/^\s*/,"").replace(/\s*$/,"")}}},function(e,t,n){var r=n(10);e.exports=function(e){if(!r(e))throw TypeError(String(e)+" is not an object");return e}},function(e,t){e.exports=function(e){try{return!!e()}catch(e){return!0}}},function(e,t,n){"use strict";n(477),n(492),n(495),n(196),n(500),n(501),Object.defineProperty(t,"__esModule",{value:!0}),t.getRootUrl=t.generateFilePath=t.imagePath=t.generateUrl=t.generateOcsUrl=t.generateRemoteUrl=t.linkTo=void 0;t.linkTo=function(e,t){return r(e,"",t)};t.generateRemoteUrl=function(e){return window.location.protocol+"//"+window.location.host+function(e){return i()+"/remote.php/"+e}(e)};t.generateOcsUrl=function(e,t){return t=2!==t?1:2,window.location.protocol+"//"+window.location.host+i()+"/ocs/v"+t+".php/"+e+"/"};t.generateUrl=function(e,t,n){var r=Object.assign({escape:!0,noRewrite:!1},n||{}),a=function(e,t){return t=t||{},e.replace(/{([^{}]*)}/g,(function(e,n){var i=t[n];return r.escape?"string"==typeof i||"number"==typeof i?encodeURIComponent(i.toString()):encodeURIComponent(e):"string"==typeof i||"number"==typeof i?i.toString():e}))};return"/"!==e.charAt(0)&&(e="/"+e),!0!==OC.config.modRewriteWorking||r.noRewrite?i()+"/index.php"+a(e,t||{}):i()+a(e,t||{})};t.imagePath=function(e,t){return-1===t.indexOf(".")?r(e,"img",t+".svg"):r(e,"img",t)};var r=function(e,t,n){var r=-1!==OC.coreApps.indexOf(e),a=i();return"php"!==n.substring(n.length-3)||r?"php"===n.substring(n.length-3)||r?(a+="settings"!==e&&"core"!==e&&"search"!==e||"ajax"!==t?"/":"/index.php/",r||(a+="apps/"),""!==e&&(a+=e+="/"),t&&(a+=t+"/"),a+=n):(a=OC.appswebroots[e],t&&(a+="/"+t+"/"),"/"!==a.substring(a.length-1)&&(a+="/"),a+=n):(a+="/index.php/apps/"+e,"index.php"!==n&&(a+="/",t&&(a+=encodeURI(t+"/")),a+=n)),a};t.generateFilePath=r;var i=function(){return OC.webroot};t.getRootUrl=i},,function(e,t,n){(function(t){var n=function(e){return e&&e.Math==Math&&e};e.exports=n("object"==typeof globalThis&&globalThis)||n("object"==typeof window&&window)||n("object"==typeof self&&self)||n("object"==typeof t&&t)||Function("return this")()}).call(this,n(14))},,,function(e,t,n){"use strict";t.__esModule=!0,t.extend=s,t.indexOf=function(e,t){for(var n=0,r=e.length;n<r;n++)if(e[n]===t)return n;return-1},t.escapeExpression=function(e){if("string"!=typeof e){if(e&&e.toHTML)return e.toHTML();if(null==e)return"";if(!e)return e+"";e=""+e}if(!a.test(e))return e;return e.replace(i,o)},t.isEmpty=function(e){return!e&&0!==e||!(!c(e)||0!==e.length)},t.createFrame=function(e){var t=s({},e);return t._parent=e,t},t.blockParams=function(e,t){return e.path=t,e},t.appendContextPath=function(e,t){return(e?e+".":"")+t};var r={"&":"&amp;","<":"&lt;",">":"&gt;",'"':"&quot;","'":"&#x27;","`":"&#x60;","=":"&#x3D;"},i=/[&<>"'`=]/g,a=/[&<>"'`=]/;function o(e){return r[e]}function s(e){for(var t=1;t<arguments.length;t++)for(var n in arguments[t])Object.prototype.hasOwnProperty.call(arguments[t],n)&&(e[n]=arguments[t][n]);return e}var u=Object.prototype.toString;t.toString=u;var l=function(e){return"function"==typeof e};l(/x/)&&(t.isFunction=l=function(e){return"function"==typeof e&&"[object Function]"===u.call(e)}),t.isFunction=l;var c=Array.isArray||function(e){return!(!e||"object"!=typeof e)&&"[object Array]"===u.call(e)};t.isArray=c},function(e,t,n){(function(t){var n=function(e){return e&&e.Math==Math&&e};e.exports=n("object"==typeof globalThis&&globalThis)||n("object"==typeof window&&window)||n("object"==typeof self&&self)||n("object"==typeof t&&t)||Function("return this")()}).call(this,n(14))},,function(e,t){var n={}.hasOwnProperty;e.exports=function(e,t){return n.call(e,t)}},,function(e,t,n){var r=n(5),i=n(118).f,a=n(16),o=n(33),s=n(73),u=n(219),l=n(126);e.exports=function(e,t){var n,c,d,f,h,m=e.target,_=e.global,p=e.stat;if(n=_?r:p?r[m]||s(m,{}):(r[m]||{}).prototype)for(c in t){if(f=t[c],d=e.noTargetGet?(h=i(n,c))&&h.value:n[c],!l(_?c:m+(p?".":"#")+c,e.forced)&&void 0!==d){if(typeof f==typeof d)continue;u(f,d)}(e.sham||d&&d.sham)&&a(f,"sham",!0),o(n,c,f,e)}}},function(e,t,n){var r=n(5),i=n(16),a=n(8),o=n(73),s=n(122),u=n(45),l=u.get,c=u.enforce,d=String(String).split("String");(e.exports=function(e,t,n,s){var u=!!s&&!!s.unsafe,l=!!s&&!!s.enumerable,f=!!s&&!!s.noTargetGet;"function"==typeof n&&("string"!=typeof t||a(n,"name")||i(n,"name",t),c(n).source=d.join("string"==typeof t?t:"")),e!==r?(u?!f&&e[t]&&(l=!0):delete e[t],l?e[t]=n:i(e,t,n)):l?e[t]=n:o(t,n)})(Function.prototype,"toString",(function(){return"function"==typeof this&&l(this).source||s(this)}))},function(e,t){e.exports={}},function(e,t,n){(function(t){var n=function(e){return e&&e.Math==Math&&e};e.exports=n("object"==typeof globalThis&&globalThis)||n("object"==typeof window&&window)||n("object"==typeof self&&self)||n("object"==typeof t&&t)||Function("return this")()}).call(this,n(14))},,,function(e,t,n){(function(r){var i,a,o;o="object"==typeof self&&self.self===self&&self||"object"==typeof r&&r.global===r&&r,i=[n(2),n(0),t],void 0===(a=function(e,t,n){o.Backbone=function(e,t,n,r){var i=e.Backbone,a=Array.prototype.slice;t.VERSION="1.4.0",t.$=r,t.noConflict=function(){return e.Backbone=i,this},t.emulateHTTP=!1,t.emulateJSON=!1;var o,s=t.Events={},u=/\s+/,l=function(e,t,r,i,a){var o,s=0;if(r&&"object"==typeof r){void 0!==i&&"context"in a&&void 0===a.context&&(a.context=i);for(o=n.keys(r);s<o.length;s++)t=l(e,t,o[s],r[o[s]],a)}else if(r&&u.test(r))for(o=r.split(u);s<o.length;s++)t=e(t,o[s],i,a);else t=e(t,r,i,a);return t};s.on=function(e,t,n){return this._events=l(c,this._events||{},e,t,{context:n,ctx:this,listening:o}),o&&((this._listeners||(this._listeners={}))[o.id]=o,o.interop=!1),this},s.listenTo=function(e,t,r){if(!e)return this;var i=e._listenId||(e._listenId=n.uniqueId("l")),a=this._listeningTo||(this._listeningTo={}),s=o=a[i];s||(this._listenId||(this._listenId=n.uniqueId("l")),s=o=a[i]=new p(this,e));var u=d(e,t,r,this);if(o=void 0,u)throw u;return s.interop&&s.on(t,r),this};var c=function(e,t,n,r){if(n){var i=e[t]||(e[t]=[]),a=r.context,o=r.ctx,s=r.listening;s&&s.count++,i.push({callback:n,context:a,ctx:a||o,listening:s})}return e},d=function(e,t,n,r){try{e.on(t,n,r)}catch(e){return e}};s.off=function(e,t,n){return this._events?(this._events=l(f,this._events,e,t,{context:n,listeners:this._listeners}),this):this},s.stopListening=function(e,t,r){var i=this._listeningTo;if(!i)return this;for(var a=e?[e._listenId]:n.keys(i),o=0;o<a.length;o++){var s=i[a[o]];if(!s)break;s.obj.off(t,r,this),s.interop&&s.off(t,r)}return n.isEmpty(i)&&(this._listeningTo=void 0),this};var f=function(e,t,r,i){if(e){var a,o=i.context,s=i.listeners,u=0;if(t||o||r){for(a=t?[t]:n.keys(e);u<a.length;u++){var l=e[t=a[u]];if(!l)break;for(var c=[],d=0;d<l.length;d++){var f=l[d];if(r&&r!==f.callback&&r!==f.callback._callback||o&&o!==f.context)c.push(f);else{var h=f.listening;h&&h.off(t,r)}}c.length?e[t]=c:delete e[t]}return e}for(a=n.keys(s);u<a.length;u++)s[a[u]].cleanup()}};s.once=function(e,t,n){var r=l(h,{},e,t,this.off.bind(this));return"string"==typeof e&&null==n&&(t=void 0),this.on(r,t,n)},s.listenToOnce=function(e,t,n){var r=l(h,{},t,n,this.stopListening.bind(this,e));return this.listenTo(e,r)};var h=function(e,t,r,i){if(r){var a=e[t]=n.once((function(){i(t,a),r.apply(this,arguments)}));a._callback=r}return e};s.trigger=function(e){if(!this._events)return this;for(var t=Math.max(0,arguments.length-1),n=Array(t),r=0;r<t;r++)n[r]=arguments[r+1];return l(m,this._events,e,void 0,n),this};var m=function(e,t,n,r){if(e){var i=e[t],a=e.all;i&&a&&(a=a.slice()),i&&_(i,r),a&&_(a,[t].concat(r))}return e},_=function(e,t){var n,r=-1,i=e.length,a=t[0],o=t[1],s=t[2];switch(t.length){case 0:for(;++r<i;)(n=e[r]).callback.call(n.ctx);return;case 1:for(;++r<i;)(n=e[r]).callback.call(n.ctx,a);return;case 2:for(;++r<i;)(n=e[r]).callback.call(n.ctx,a,o);return;case 3:for(;++r<i;)(n=e[r]).callback.call(n.ctx,a,o,s);return;default:for(;++r<i;)(n=e[r]).callback.apply(n.ctx,t);return}},p=function(e,t){this.id=e._listenId,this.listener=e,this.obj=t,this.interop=!0,this.count=0,this._events=void 0};p.prototype.on=s.on,p.prototype.off=function(e,t){var n;this.interop?(this._events=l(f,this._events,e,t,{context:void 0,listeners:void 0}),n=!this._events):(this.count--,n=0===this.count),n&&this.cleanup()},p.prototype.cleanup=function(){delete this.listener._listeningTo[this.obj._listenId],this.interop||delete this.obj._listeners[this.id]},s.bind=s.on,s.unbind=s.off,n.extend(t,s);var y=t.Model=function(e,t){var r=e||{};t||(t={}),this.preinitialize.apply(this,arguments),this.cid=n.uniqueId(this.cidPrefix),this.attributes={},t.collection&&(this.collection=t.collection),t.parse&&(r=this.parse(r,t)||{});var i=n.result(this,"defaults");r=n.defaults(n.extend({},i,r),i),this.set(r,t),this.changed={},this.initialize.apply(this,arguments)};n.extend(y.prototype,s,{changed:null,validationError:null,idAttribute:"id",cidPrefix:"c",preinitialize:function(){},initialize:function(){},toJSON:function(e){return n.clone(this.attributes)},sync:function(){return t.sync.apply(this,arguments)},get:function(e){return this.attributes[e]},escape:function(e){return n.escape(this.get(e))},has:function(e){return null!=this.get(e)},matches:function(e){return!!n.iteratee(e,this)(this.attributes)},set:function(e,t,r){if(null==e)return this;var i;if("object"==typeof e?(i=e,r=t):(i={})[e]=t,r||(r={}),!this._validate(i,r))return!1;var a=r.unset,o=r.silent,s=[],u=this._changing;this._changing=!0,u||(this._previousAttributes=n.clone(this.attributes),this.changed={});var l=this.attributes,c=this.changed,d=this._previousAttributes;for(var f in i)t=i[f],n.isEqual(l[f],t)||s.push(f),n.isEqual(d[f],t)?delete c[f]:c[f]=t,a?delete l[f]:l[f]=t;if(this.idAttribute in i&&(this.id=this.get(this.idAttribute)),!o){s.length&&(this._pending=r);for(var h=0;h<s.length;h++)this.trigger("change:"+s[h],this,l[s[h]],r)}if(u)return this;if(!o)for(;this._pending;)r=this._pending,this._pending=!1,this.trigger("change",this,r);return this._pending=!1,this._changing=!1,this},unset:function(e,t){return this.set(e,void 0,n.extend({},t,{unset:!0}))},clear:function(e){var t={};for(var r in this.attributes)t[r]=void 0;return this.set(t,n.extend({},e,{unset:!0}))},hasChanged:function(e){return null==e?!n.isEmpty(this.changed):n.has(this.changed,e)},changedAttributes:function(e){if(!e)return!!this.hasChanged()&&n.clone(this.changed);var t,r=this._changing?this._previousAttributes:this.attributes,i={};for(var a in e){var o=e[a];n.isEqual(r[a],o)||(i[a]=o,t=!0)}return!!t&&i},previous:function(e){return null!=e&&this._previousAttributes?this._previousAttributes[e]:null},previousAttributes:function(){return n.clone(this._previousAttributes)},fetch:function(e){e=n.extend({parse:!0},e);var t=this,r=e.success;return e.success=function(n){var i=e.parse?t.parse(n,e):n;if(!t.set(i,e))return!1;r&&r.call(e.context,t,n,e),t.trigger("sync",t,n,e)},$(this,e),this.sync("read",this,e)},save:function(e,t,r){var i;null==e||"object"==typeof e?(i=e,r=t):(i={})[e]=t;var a=(r=n.extend({validate:!0,parse:!0},r)).wait;if(i&&!a){if(!this.set(i,r))return!1}else if(!this._validate(i,r))return!1;var o=this,s=r.success,u=this.attributes;r.success=function(e){o.attributes=u;var t=r.parse?o.parse(e,r):e;if(a&&(t=n.extend({},i,t)),t&&!o.set(t,r))return!1;s&&s.call(r.context,o,e,r),o.trigger("sync",o,e,r)},$(this,r),i&&a&&(this.attributes=n.extend({},u,i));var l=this.isNew()?"create":r.patch?"patch":"update";"patch"!==l||r.attrs||(r.attrs=i);var c=this.sync(l,this,r);return this.attributes=u,c},destroy:function(e){e=e?n.clone(e):{};var t=this,r=e.success,i=e.wait,a=function(){t.stopListening(),t.trigger("destroy",t,t.collection,e)};e.success=function(n){i&&a(),r&&r.call(e.context,t,n,e),t.isNew()||t.trigger("sync",t,n,e)};var o=!1;return this.isNew()?n.defer(e.success):($(this,e),o=this.sync("delete",this,e)),i||a(),o},url:function(){var e=n.result(this,"urlRoot")||n.result(this.collection,"url")||U();if(this.isNew())return e;var t=this.get(this.idAttribute);return e.replace(/[^\/]$/,"$&/")+encodeURIComponent(t)},parse:function(e,t){return e},clone:function(){return new this.constructor(this.attributes)},isNew:function(){return!this.has(this.idAttribute)},isValid:function(e){return this._validate({},n.extend({},e,{validate:!0}))},_validate:function(e,t){if(!t.validate||!this.validate)return!0;e=n.extend({},this.attributes,e);var r=this.validationError=this.validate(e,t)||null;return!r||(this.trigger("invalid",this,r,n.extend(t,{validationError:r})),!1)}});var g=t.Collection=function(e,t){t||(t={}),this.preinitialize.apply(this,arguments),t.model&&(this.model=t.model),void 0!==t.comparator&&(this.comparator=t.comparator),this._reset(),this.initialize.apply(this,arguments),e&&this.reset(e,n.extend({silent:!0},t))},v={add:!0,remove:!0,merge:!0},M={add:!0,remove:!1},L=function(e,t,n){n=Math.min(Math.max(n,0),e.length);var r,i=Array(e.length-n),a=t.length;for(r=0;r<i.length;r++)i[r]=e[r+n];for(r=0;r<a;r++)e[r+n]=t[r];for(r=0;r<i.length;r++)e[r+a+n]=i[r]};n.extend(g.prototype,s,{model:y,preinitialize:function(){},initialize:function(){},toJSON:function(e){return this.map((function(t){return t.toJSON(e)}))},sync:function(){return t.sync.apply(this,arguments)},add:function(e,t){return this.set(e,n.extend({merge:!1},t,M))},remove:function(e,t){t=n.extend({},t);var r=!n.isArray(e);e=r?[e]:e.slice();var i=this._removeModels(e,t);return!t.silent&&i.length&&(t.changes={added:[],merged:[],removed:i},this.trigger("update",this,t)),r?i[0]:i},set:function(e,t){if(null!=e){(t=n.extend({},v,t)).parse&&!this._isModel(e)&&(e=this.parse(e,t)||[]);var r=!n.isArray(e);e=r?[e]:e.slice();var i=t.at;null!=i&&(i=+i),i>this.length&&(i=this.length),i<0&&(i+=this.length+1);var a,o,s=[],u=[],l=[],c=[],d={},f=t.add,h=t.merge,m=t.remove,_=!1,p=this.comparator&&null==i&&!1!==t.sort,y=n.isString(this.comparator)?this.comparator:null;for(o=0;o<e.length;o++){a=e[o];var g=this.get(a);if(g){if(h&&a!==g){var M=this._isModel(a)?a.attributes:a;t.parse&&(M=g.parse(M,t)),g.set(M,t),l.push(g),p&&!_&&(_=g.hasChanged(y))}d[g.cid]||(d[g.cid]=!0,s.push(g)),e[o]=g}else f&&(a=e[o]=this._prepareModel(a,t))&&(u.push(a),this._addReference(a,t),d[a.cid]=!0,s.push(a))}if(m){for(o=0;o<this.length;o++)d[(a=this.models[o]).cid]||c.push(a);c.length&&this._removeModels(c,t)}var Y=!1,k=!p&&f&&m;if(s.length&&k?(Y=this.length!==s.length||n.some(this.models,(function(e,t){return e!==s[t]})),this.models.length=0,L(this.models,s,0),this.length=this.models.length):u.length&&(p&&(_=!0),L(this.models,u,null==i?this.length:i),this.length=this.models.length),_&&this.sort({silent:!0}),!t.silent){for(o=0;o<u.length;o++)null!=i&&(t.index=i+o),(a=u[o]).trigger("add",a,this,t);(_||Y)&&this.trigger("sort",this,t),(u.length||c.length||l.length)&&(t.changes={added:u,removed:c,merged:l},this.trigger("update",this,t))}return r?e[0]:e}},reset:function(e,t){t=t?n.clone(t):{};for(var r=0;r<this.models.length;r++)this._removeReference(this.models[r],t);return t.previousModels=this.models,this._reset(),e=this.add(e,n.extend({silent:!0},t)),t.silent||this.trigger("reset",this,t),e},push:function(e,t){return this.add(e,n.extend({at:this.length},t))},pop:function(e){var t=this.at(this.length-1);return this.remove(t,e)},unshift:function(e,t){return this.add(e,n.extend({at:0},t))},shift:function(e){var t=this.at(0);return this.remove(t,e)},slice:function(){return a.apply(this.models,arguments)},get:function(e){if(null!=e)return this._byId[e]||this._byId[this.modelId(this._isModel(e)?e.attributes:e)]||e.cid&&this._byId[e.cid]},has:function(e){return null!=this.get(e)},at:function(e){return e<0&&(e+=this.length),this.models[e]},where:function(e,t){return this[t?"find":"filter"](e)},findWhere:function(e){return this.where(e,!0)},sort:function(e){var t=this.comparator;if(!t)throw new Error("Cannot sort a set without a comparator");e||(e={});var r=t.length;return n.isFunction(t)&&(t=t.bind(this)),1===r||n.isString(t)?this.models=this.sortBy(t):this.models.sort(t),e.silent||this.trigger("sort",this,e),this},pluck:function(e){return this.map(e+"")},fetch:function(e){var t=(e=n.extend({parse:!0},e)).success,r=this;return e.success=function(n){var i=e.reset?"reset":"set";r[i](n,e),t&&t.call(e.context,r,n,e),r.trigger("sync",r,n,e)},$(this,e),this.sync("read",this,e)},create:function(e,t){var r=(t=t?n.clone(t):{}).wait;if(!(e=this._prepareModel(e,t)))return!1;r||this.add(e,t);var i=this,a=t.success;return t.success=function(e,t,n){r&&i.add(e,n),a&&a.call(n.context,e,t,n)},e.save(null,t),e},parse:function(e,t){return e},clone:function(){return new this.constructor(this.models,{model:this.model,comparator:this.comparator})},modelId:function(e){return e[this.model.prototype.idAttribute||"id"]},values:function(){return new k(this,w)},keys:function(){return new k(this,b)},entries:function(){return new k(this,T)},_reset:function(){this.length=0,this.models=[],this._byId={}},_prepareModel:function(e,t){if(this._isModel(e))return e.collection||(e.collection=this),e;(t=t?n.clone(t):{}).collection=this;var r=new this.model(e,t);return r.validationError?(this.trigger("invalid",this,r.validationError,t),!1):r},_removeModels:function(e,t){for(var n=[],r=0;r<e.length;r++){var i=this.get(e[r]);if(i){var a=this.indexOf(i);this.models.splice(a,1),this.length--,delete this._byId[i.cid];var o=this.modelId(i.attributes);null!=o&&delete this._byId[o],t.silent||(t.index=a,i.trigger("remove",i,this,t)),n.push(i),this._removeReference(i,t)}}return n},_isModel:function(e){return e instanceof y},_addReference:function(e,t){this._byId[e.cid]=e;var n=this.modelId(e.attributes);null!=n&&(this._byId[n]=e),e.on("all",this._onModelEvent,this)},_removeReference:function(e,t){delete this._byId[e.cid];var n=this.modelId(e.attributes);null!=n&&delete this._byId[n],this===e.collection&&delete e.collection,e.off("all",this._onModelEvent,this)},_onModelEvent:function(e,t,n,r){if(t){if(("add"===e||"remove"===e)&&n!==this)return;if("destroy"===e&&this.remove(t,r),"change"===e){var i=this.modelId(t.previousAttributes()),a=this.modelId(t.attributes);i!==a&&(null!=i&&delete this._byId[i],null!=a&&(this._byId[a]=t))}}this.trigger.apply(this,arguments)}});var Y="function"==typeof Symbol&&Symbol.iterator;Y&&(g.prototype[Y]=g.prototype.values);var k=function(e,t){this._collection=e,this._kind=t,this._index=0},w=1,b=2,T=3;Y&&(k.prototype[Y]=function(){return this}),k.prototype.next=function(){if(this._collection){if(this._index<this._collection.length){var e,t=this._collection.at(this._index);if(this._index++,this._kind===w)e=t;else{var n=this._collection.modelId(t.attributes);e=this._kind===b?n:[n,t]}return{value:e,done:!1}}this._collection=void 0}return{value:void 0,done:!0}};var x=t.View=function(e){this.cid=n.uniqueId("view"),this.preinitialize.apply(this,arguments),n.extend(this,n.pick(e,S)),this._ensureElement(),this.initialize.apply(this,arguments)},D=/^(\S+)\s*(.*)$/,S=["model","collection","el","id","attributes","className","tagName","events"];n.extend(x.prototype,s,{tagName:"div",$:function(e){return this.$el.find(e)},preinitialize:function(){},initialize:function(){},render:function(){return this},remove:function(){return this._removeElement(),this.stopListening(),this},_removeElement:function(){this.$el.remove()},setElement:function(e){return this.undelegateEvents(),this._setElement(e),this.delegateEvents(),this},_setElement:function(e){this.$el=e instanceof t.$?e:t.$(e),this.el=this.$el[0]},delegateEvents:function(e){if(e||(e=n.result(this,"events")),!e)return this;for(var t in this.undelegateEvents(),e){var r=e[t];if(n.isFunction(r)||(r=this[r]),r){var i=t.match(D);this.delegate(i[1],i[2],r.bind(this))}}return this},delegate:function(e,t,n){return this.$el.on(e+".delegateEvents"+this.cid,t,n),this},undelegateEvents:function(){return this.$el&&this.$el.off(".delegateEvents"+this.cid),this},undelegate:function(e,t,n){return this.$el.off(e+".delegateEvents"+this.cid,t,n),this},_createElement:function(e){return document.createElement(e)},_ensureElement:function(){if(this.el)this.setElement(n.result(this,"el"));else{var e=n.extend({},n.result(this,"attributes"));this.id&&(e.id=n.result(this,"id")),this.className&&(e.class=n.result(this,"className")),this.setElement(this._createElement(n.result(this,"tagName"))),this._setAttributes(e)}},_setAttributes:function(e){this.$el.attr(e)}});var E=function(e,t,r,i){n.each(r,(function(n,r){t[r]&&(e.prototype[r]=function(e,t,n,r){switch(t){case 1:return function(){return e[n](this[r])};case 2:return function(t){return e[n](this[r],t)};case 3:return function(t,i){return e[n](this[r],j(t,this),i)};case 4:return function(t,i,a){return e[n](this[r],j(t,this),i,a)};default:return function(){var t=a.call(arguments);return t.unshift(this[r]),e[n].apply(e,t)}}}(t,n,r,i))}))},j=function(e,t){return n.isFunction(e)?e:n.isObject(e)&&!t._isModel(e)?O(e):n.isString(e)?function(t){return t.get(e)}:e},O=function(e){var t=n.matches(e);return function(e){return t(e.attributes)}};n.each([[g,{forEach:3,each:3,map:3,collect:3,reduce:0,foldl:0,inject:0,reduceRight:0,foldr:0,find:3,detect:3,filter:3,select:3,reject:3,every:3,all:3,some:3,any:3,include:3,includes:3,contains:3,invoke:0,max:3,min:3,toArray:1,size:1,first:3,head:3,take:3,initial:3,rest:3,tail:3,drop:3,last:3,without:0,difference:0,indexOf:3,shuffle:1,lastIndexOf:3,isEmpty:1,chain:1,sample:3,partition:3,groupBy:3,countBy:3,sortBy:3,indexBy:3,findIndex:3,findLastIndex:3},"models"],[y,{keys:1,values:1,pairs:1,invert:1,pick:0,omit:0,chain:1,isEmpty:1},"attributes"]],(function(e){var t=e[0],r=e[1],i=e[2];t.mixin=function(e){var r=n.reduce(n.functions(e),(function(e,t){return e[t]=0,e}),{});E(t,e,r,i)},E(t,n,r,i)})),t.sync=function(e,r,i){var a=H[e];n.defaults(i||(i={}),{emulateHTTP:t.emulateHTTP,emulateJSON:t.emulateJSON});var o={type:a,dataType:"json"};if(i.url||(o.url=n.result(r,"url")||U()),null!=i.data||!r||"create"!==e&&"update"!==e&&"patch"!==e||(o.contentType="application/json",o.data=JSON.stringify(i.attrs||r.toJSON(i))),i.emulateJSON&&(o.contentType="application/x-www-form-urlencoded",o.data=o.data?{model:o.data}:{}),i.emulateHTTP&&("PUT"===a||"DELETE"===a||"PATCH"===a)){o.type="POST",i.emulateJSON&&(o.data._method=a);var s=i.beforeSend;i.beforeSend=function(e){if(e.setRequestHeader("X-HTTP-Method-Override",a),s)return s.apply(this,arguments)}}"GET"===o.type||i.emulateJSON||(o.processData=!1);var u=i.error;i.error=function(e,t,n){i.textStatus=t,i.errorThrown=n,u&&u.call(i.context,e,t,n)};var l=i.xhr=t.ajax(n.extend(o,i));return r.trigger("request",r,l,i),l};var H={create:"POST",update:"PUT",patch:"PATCH",delete:"DELETE",read:"GET"};t.ajax=function(){return t.$.ajax.apply(t.$,arguments)};var P=t.Router=function(e){e||(e={}),this.preinitialize.apply(this,arguments),e.routes&&(this.routes=e.routes),this._bindRoutes(),this.initialize.apply(this,arguments)},A=/\((.*?)\)/g,C=/(\(\?)?:\w+/g,N=/\*\w+/g,R=/[\-{}\[\]+?.,\\\^$|#\s]/g;n.extend(P.prototype,s,{preinitialize:function(){},initialize:function(){},route:function(e,r,i){n.isRegExp(e)||(e=this._routeToRegExp(e)),n.isFunction(r)&&(i=r,r=""),i||(i=this[r]);var a=this;return t.history.route(e,(function(n){var o=a._extractParameters(e,n);!1!==a.execute(i,o,r)&&(a.trigger.apply(a,["route:"+r].concat(o)),a.trigger("route",r,o),t.history.trigger("route",a,r,o))})),this},execute:function(e,t,n){e&&e.apply(this,t)},navigate:function(e,n){return t.history.navigate(e,n),this},_bindRoutes:function(){if(this.routes){this.routes=n.result(this,"routes");for(var e,t=n.keys(this.routes);null!=(e=t.pop());)this.route(e,this.routes[e])}},_routeToRegExp:function(e){return e=e.replace(R,"\\$&").replace(A,"(?:$1)?").replace(C,(function(e,t){return t?e:"([^/?]+)"})).replace(N,"([^?]*?)"),new RegExp("^"+e+"(?:\\?([\\s\\S]*))?$")},_extractParameters:function(e,t){var r=e.exec(t).slice(1);return n.map(r,(function(e,t){return t===r.length-1?e||null:e?decodeURIComponent(e):null}))}});var I=t.History=function(){this.handlers=[],this.checkUrl=this.checkUrl.bind(this),"undefined"!=typeof window&&(this.location=window.location,this.history=window.history)},F=/^[#\/]|\s+$/g,W=/^\/+|\/+$/g,z=/#.*$/;I.started=!1,n.extend(I.prototype,s,{interval:50,atRoot:function(){return this.location.pathname.replace(/[^\/]$/,"$&/")===this.root&&!this.getSearch()},matchRoot:function(){return this.decodeFragment(this.location.pathname).slice(0,this.root.length-1)+"/"===this.root},decodeFragment:function(e){return decodeURI(e.replace(/%25/g,"%2525"))},getSearch:function(){var e=this.location.href.replace(/#.*/,"").match(/\?.+/);return e?e[0]:""},getHash:function(e){var t=(e||this).location.href.match(/#(.*)$/);return t?t[1]:""},getPath:function(){var e=this.decodeFragment(this.location.pathname+this.getSearch()).slice(this.root.length-1);return"/"===e.charAt(0)?e.slice(1):e},getFragment:function(e){return null==e&&(e=this._usePushState||!this._wantsHashChange?this.getPath():this.getHash()),e.replace(F,"")},start:function(e){if(I.started)throw new Error("Backbone.history has already been started");if(I.started=!0,this.options=n.extend({root:"/"},this.options,e),this.root=this.options.root,this._wantsHashChange=!1!==this.options.hashChange,this._hasHashChange="onhashchange"in window&&(void 0===document.documentMode||document.documentMode>7),this._useHashChange=this._wantsHashChange&&this._hasHashChange,this._wantsPushState=!!this.options.pushState,this._hasPushState=!(!this.history||!this.history.pushState),this._usePushState=this._wantsPushState&&this._hasPushState,this.fragment=this.getFragment(),this.root=("/"+this.root+"/").replace(W,"/"),this._wantsHashChange&&this._wantsPushState){if(!this._hasPushState&&!this.atRoot()){var t=this.root.slice(0,-1)||"/";return this.location.replace(t+"#"+this.getPath()),!0}this._hasPushState&&this.atRoot()&&this.navigate(this.getHash(),{replace:!0})}if(!this._hasHashChange&&this._wantsHashChange&&!this._usePushState){this.iframe=document.createElement("iframe"),this.iframe.src="javascript:0",this.iframe.style.display="none",this.iframe.tabIndex=-1;var r=document.body,i=r.insertBefore(this.iframe,r.firstChild).contentWindow;i.document.open(),i.document.close(),i.location.hash="#"+this.fragment}var a=window.addEventListener||function(e,t){return attachEvent("on"+e,t)};if(this._usePushState?a("popstate",this.checkUrl,!1):this._useHashChange&&!this.iframe?a("hashchange",this.checkUrl,!1):this._wantsHashChange&&(this._checkUrlInterval=setInterval(this.checkUrl,this.interval)),!this.options.silent)return this.loadUrl()},stop:function(){var e=window.removeEventListener||function(e,t){return detachEvent("on"+e,t)};this._usePushState?e("popstate",this.checkUrl,!1):this._useHashChange&&!this.iframe&&e("hashchange",this.checkUrl,!1),this.iframe&&(document.body.removeChild(this.iframe),this.iframe=null),this._checkUrlInterval&&clearInterval(this._checkUrlInterval),I.started=!1},route:function(e,t){this.handlers.unshift({route:e,callback:t})},checkUrl:function(e){var t=this.getFragment();if(t===this.fragment&&this.iframe&&(t=this.getHash(this.iframe.contentWindow)),t===this.fragment)return!1;this.iframe&&this.navigate(t),this.loadUrl()},loadUrl:function(e){return!!this.matchRoot()&&(e=this.fragment=this.getFragment(e),n.some(this.handlers,(function(t){if(t.route.test(e))return t.callback(e),!0})))},navigate:function(e,t){if(!I.started)return!1;t&&!0!==t||(t={trigger:!!t}),e=this.getFragment(e||"");var n=this.root;""!==e&&"?"!==e.charAt(0)||(n=n.slice(0,-1)||"/");var r=n+e;e=e.replace(z,"");var i=this.decodeFragment(e);if(this.fragment!==i){if(this.fragment=i,this._usePushState)this.history[t.replace?"replaceState":"pushState"]({},document.title,r);else{if(!this._wantsHashChange)return this.location.assign(r);if(this._updateHash(this.location,e,t.replace),this.iframe&&e!==this.getHash(this.iframe.contentWindow)){var a=this.iframe.contentWindow;t.replace||(a.document.open(),a.document.close()),this._updateHash(a.location,e,t.replace)}}return t.trigger?this.loadUrl(e):void 0}},_updateHash:function(e,t,n){if(n){var r=e.href.replace(/(javascript:|#).*$/,"");e.replace(r+"#"+t)}else e.hash="#"+t}}),t.history=new I,y.extend=g.extend=P.extend=x.extend=I.extend=function(e,t){var r,i=this;return r=e&&n.has(e,"constructor")?e.constructor:function(){return i.apply(this,arguments)},n.extend(r,i,t),r.prototype=n.create(i.prototype,e),r.prototype.constructor=r,r.__super__=i.prototype,r};var U=function(){throw new Error('A "url" property or function must be specified')},$=function(e,t){var n=t.error;t.error=function(r){n&&n.call(t.context,e,r,t),e.trigger("error",e,r,t)}};return t}(o,n,e,t)}.apply(t,i))||(e.exports=a)}).call(this,n(14))},function(e,t,n){var r=n(13);e.exports=!r((function(){return 7!=Object.defineProperty({},1,{get:function(){return 7}})[1]}))},,function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.subscribe=function(e,t){a.subscribe(e,t)},t.unsubscribe=function(e,t){a.unsubscribe(e,t)},t.emit=function(e,t){a.emit(e,t)};var r=n(213),i=n(215);var a=(void 0!==window.OC&&window.OC._eventBus&&void 0===window._nc_event_bus&&(console.warn("found old event bus instance at OC._eventBus. Update your version!"),window._nc_event_bus=window.OC._eventBus),void 0!==window._nc_event_bus?new r.ProxyBus(window._nc_event_bus):window._nc_event_bus=new i.SimpleBus)},function(e,t,n){"use strict";n.d(t,"b",(function(){return v})),n.d(t,"d",(function(){return M})),n.d(t,"c",(function(){return L}));var r=n(2),i=n.n(r),a=n(0),o=n.n(a),s=n(61),u=n.n(s),l=n(160),c=n.n(l),d=n(156),f=n.n(d),h=n(4);
-/**
- * @copyright 2019 Christoph Wurst <christoph@winzerhof-wurst.at>
- *
- * @author 2019 Christoph Wurst <christoph@winzerhof-wurst.at>
- *
- * @license GNU AGPL version 3 or any later version
- *
- * This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License as
- * published by the Free Software Foundation, either version 3 of the
- * License, or (at your option) any later version.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU Affero General Public License for more details.
- *
- * You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see <http://www.gnu.org/licenses/>.
- */
-window._oc_l10n_registry_translations=window._oc_l10n_registry_translations||{},window._oc_l10n_registry_plural_functions=window._oc_l10n_registry_plural_functions||{};var m=function(e,t,n){_(e)?function(e,t,n){window._oc_l10n_registry_translations[e]=Object.assign(window._oc_l10n_registry_translations[e],t),window._oc_l10n_registry_plural_functions[e]=n}(e,t,n):function(e,t,n){window._oc_l10n_registry_translations[e]=t,window._oc_l10n_registry_plural_functions[e]=n}(e,t,n)},_=function(e){return void 0!==window._oc_l10n_registry_translations[e]&&void 0!==window._oc_l10n_registry_plural_functions[e]},p=function(e){return{translations:window._oc_l10n_registry_translations[e]||{},pluralFunction:window._oc_l10n_registry_plural_functions[e]}};function y(e){return(y="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}var g={load:function(e,t){if(_(e)||"en"===h.a.getLocale()){var n=o.a.Deferred(),r=n.promise();return r.then(t),n.resolve(),r}var i=this,a=h.a.filePath(e,"l10n",h.a.getLocale()+".json");return o.a.get(a).then((function(t){t.translations&&i.register(e,t.translations,t.pluralForm)})).then(t)},register:function(e,t){m(e,t,this._getPlural)},_unregister:function(e){delete window._oc_l10n_registry_translations[e],delete window._oc_l10n_registry_plural_functions[e]},translate:function(e,t,n,r,a){var o=a||{};i.a.defaults(o,{escape:!0});var s=t,l=p(e).translations[t];return void 0!==l&&(s=l),"object"===y(n)||void 0!==r?u.a.sanitize(function(e,t,n){return e.replace(/%n/g,n).replace(/{([^{}]*)}/g,(function(e,n){var r=t[n];return"string"==typeof r||"number"==typeof r?o.escape?u.a.sanitize(f()(r)):u.a.sanitize(r):u.a.sanitize(e)}))}(s,n,r)):u.a.sanitize(s)},translatePlural:function(e,t,n,r,i,a){var s="_"+t+"_::_"+n+"_",u=p(e),l=u.translations[s];if(void 0!==l){var c=l;if(o.a.isArray(c)){var d=u.pluralFunction(r);return this.translate(e,c[d],i,r,a)}}return 1===r?this.translate(e,t,i,r,a):this.translate(e,n,i,r,a)},_getPlural:function(e){var t=h.a.getLanguage();if("pt_BR"===t&&(t="xbr"),void 0===t||""===t)return 1===e?0:1;switch(t.length>3&&(t=t.substring(0,t.lastIndexOf("_"))),t){case"az":case"bo":case"dz":case"id":case"ja":case"jv":case"ka":case"km":case"kn":case"ko":case"ms":case"th":case"tr":case"vi":case"zh":return 0;case"af":case"bn":case"bg":case"ca":case"da":case"de":case"el":case"en":case"eo":case"es":case"et":case"eu":case"fa":case"fi":case"fo":case"fur":case"fy":case"gl":case"gu":case"ha":case"he":case"hu":case"is":case"it":case"ku":case"lb":case"ml":case"mn":case"mr":case"nah":case"nb":case"ne":case"nl":case"nn":case"no":case"oc":case"om":case"or":case"pa":case"pap":case"ps":case"pt":case"so":case"sq":case"sv":case"sw":case"ta":case"te":case"tk":case"ur":case"zu":return 1===e?0:1;case"am":case"bh":case"fil":case"fr":case"gun":case"hi":case"hy":case"ln":case"mg":case"nso":case"xbr":case"ti":case"wa":return 0===e||1===e?0:1;case"be":case"bs":case"hr":case"ru":case"sh":case"sr":case"uk":return e%10==1&&e%100!=11?0:e%10>=2&&e%10<=4&&(e%100<10||e%100>=20)?1:2;case"cs":case"sk":return 1===e?0:e>=2&&e<=4?1:2;case"ga":return 1===e?0:2===e?1:2;case"lt":return e%10==1&&e%100!=11?0:e%10>=2&&(e%100<10||e%100>=20)?1:2;case"sl":return e%100==1?0:e%100==2?1:e%100==3||e%100==4?2:3;case"mk":return e%10==1?0:1;case"mt":return 1===e?0:0===e||e%100>1&&e%100<11?1:e%100>10&&e%100<20?2:3;case"lv":return 0===e?0:e%10==1&&e%100!=11?1:2;case"pl":return 1===e?0:e%10>=2&&e%10<=4&&(e%100<12||e%100>14)?1:2;case"cy":return 1===e?0:2===e?1:8===e||11===e?2:3;case"ro":return 1===e?0:0===e||e%100>0&&e%100<20?1:2;case"ar":return 0===e?0:1===e?1:2===e?2:e%100>=3&&e%100<=10?3:e%100>=11&&e%100<=99?4:5;default:return 0}}},v=(t.a=g,function(){var e=M();return"string"==typeof e?e.replace(/_/g,"-"):e}),M=function(){return o()("html").data("locale")},L=function(){return o()("html").prop("lang")};c.a.registerHelper("t",(function(e,t){return g.translate(e,t)}))},function(e,t){e.exports=function(e,t){return{enumerable:!(1&e),configurable:!(2&e),writable:!(4&e),value:t}}},function(e,t,n){var r=n(119),i=n(71);e.exports=function(e){return r(i(e))}},function(e,t,n){var r,i,a,o=n(218),s=n(5),u=n(10),l=n(16),c=n(8),d=n(74),f=n(46),h=s.WeakMap;if(o){var m=new h,_=m.get,p=m.has,y=m.set;r=function(e,t){return y.call(m,e,t),t},i=function(e){return _.call(m,e)||{}},a=function(e){return p.call(m,e)}}else{var g=d("state");f[g]=!0,r=function(e,t){return l(e,g,t),t},i=function(e){return c(e,g)?e[g]:{}},a=function(e){return c(e,g)}}e.exports={set:r,get:i,has:a,enforce:function(e){return a(e)?i(e):r(e,{})},getterFor:function(e){return function(t){var n;if(!u(t)||(n=i(t)).type!==e)throw TypeError("Incompatible receiver, "+e+" required");return n}}}},function(e,t){e.exports={}},function(e,t,n){var r=n(221),i=n(5),a=function(e){return"function"==typeof e?e:void 0};e.exports=function(e,t){return arguments.length<2?a(r[e])||a(i[e]):r[e]&&r[e][t]||i[e]&&i[e][t]}},function(e,t,n){var r=n(77),i=Math.min;e.exports=function(e){return e>0?i(r(e),9007199254740991):0}},,function(e,t){e.exports=function(e){return"object"==typeof e?null!==e:"function"==typeof e}},function(e,t){var n={}.hasOwnProperty;e.exports=function(e,t){return n.call(e,t)}},function(e,t,n){"use strict";t.__esModule=!0;var r=["description","fileName","lineNumber","endLineNumber","message","name","number","stack"];function i(e,t){var n=t&&t.loc,a=void 0,o=void 0,s=void 0,u=void 0;n&&(a=n.start.line,o=n.end.line,s=n.start.column,u=n.end.column,e+=" - "+a+":"+s);for(var l=Error.prototype.constructor.call(this,e),c=0;c<r.length;c++)this[r[c]]=l[r[c]];Error.captureStackTrace&&Error.captureStackTrace(this,i);try{n&&(this.lineNumber=a,this.endLineNumber=o,Object.defineProperty?(Object.defineProperty(this,"column",{value:s,enumerable:!0}),Object.defineProperty(this,"endColumn",{value:u,enumerable:!0})):(this.column=s,this.endColumn=u))}catch(e){}}i.prototype=new Error,t.default=i,e.exports=t.default},function(e,t,n){var r=n(39),i=n(183),a=n(179);e.exports=r?function(e,t,n){return i.f(e,t,a(1,n))}:function(e,t,n){return e[t]=n,e}},function(e,t,n){var r=n(86);e.exports=function(e){if(!r(e))throw TypeError(String(e)+" is not an object");return e}},function(e,t){e.exports=function(e){try{return!!e()}catch(e){return!0}}},function(e,t){var n={}.hasOwnProperty;e.exports=function(e,t){return n.call(e,t)}},,function(e,t,n){"use strict";n.d(t,"a",(function(){return u})),n.d(t,"b",(function(){return l}));var r,i,a,o=n(41),s=(r=document,i=o.emit,a=r.getElementsByTagName("head")[0].getAttribute("data-requesttoken"),{getToken:function(){return a},setToken:function(e){i("csrf-token-update",{token:a=e})}}),u=s.getToken,l=s.setToken},,function(e,t,n){"use strict";n.r(t),function(e){n.d(t,"getApps",(function(){return s})),n.d(t,"getKeys",(function(){return u})),n.d(t,"getValue",(function(){return l})),n.d(t,"setValue",(function(){return c})),n.d(t,"deleteKey",(function(){return d}));var r=n(0),i=n.n(r),a=n(4);
-/**
- * @copyright Copyright (c) 2016 Joas Schilling <coding@schilljs.com>
- *
- * @license GNU AGPL version 3 or any later version
- *
- * This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License as
- * published by the Free Software Foundation, either version 3 of the
- * License, or (at your option) any later version.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU Affero General Public License for more details.
- *
- * You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see <http://www.gnu.org/licenses/>.
- *
- */
-function o(t,n,r){"post"!==t&&"delete"!==t||!a.a.PasswordConfirmation.requiresPasswordConfirmation()?(r=r||{},i.a.ajax({type:t.toUpperCase(),url:a.a.linkToOCS("apps/provisioning_api/api/v1",2)+"config/apps"+n,data:r.data||{},success:r.success,error:r.error})):a.a.PasswordConfirmation.requirePasswordConfirmation(e.bind(o,this,t,n,r))}function s(e){o("get","",e)}function u(e,t){o("get","/"+e,t)}function l(e,t,n,r){(r=r||{}).data={defaultValue:n},o("get","/"+e+"/"+t,r)}function c(e,t,n,r){(r=r||{}).data={value:n},o("post","/"+e+"/"+t,r)}function d(e,t,n){o("delete","/"+e+"/"+t,n)}}.call(this,n(2))},function(e,t,n){e.exports=function(){"use strict";var e=Object.hasOwnProperty,t=Object.setPrototypeOf,n=Object.isFrozen,r=Object.keys,i=Object.freeze,a=Object.seal,o="undefined"!=typeof Reflect&&Reflect,s=o.apply,u=o.construct;s||(s=function(e,t,n){return e.apply(t,n)}),i||(i=function(e){return e}),a||(a=function(e){return e}),u||(u=function(e,t){return new(Function.prototype.bind.apply(e,[null].concat(function(e){if(Array.isArray(e)){for(var t=0,n=Array(e.length);t<e.length;t++)n[t]=e[t];return n}return Array.from(e)}(t))))});var l=k(Array.prototype.forEach),c=k(Array.prototype.indexOf),d=k(Array.prototype.join),f=k(Array.prototype.pop),h=k(Array.prototype.push),m=k(Array.prototype.slice),_=k(String.prototype.toLowerCase),p=k(String.prototype.match),y=k(String.prototype.replace),g=k(String.prototype.indexOf),v=k(String.prototype.trim),M=k(RegExp.prototype.test),L=w(RegExp),Y=w(TypeError);function k(e){return function(t){for(var n=arguments.length,r=Array(n>1?n-1:0),i=1;i<n;i++)r[i-1]=arguments[i];return s(e,t,r)}}function w(e){return function(){for(var t=arguments.length,n=Array(t),r=0;r<t;r++)n[r]=arguments[r];return u(e,n)}}function b(e,r){t&&t(e,null);for(var i=r.length;i--;){var a=r[i];if("string"==typeof a){var o=_(a);o!==a&&(n(r)||(r[i]=o),a=o)}e[a]=!0}return e}function T(t){var n={},r=void 0;for(r in t)s(e,t,[r])&&(n[r]=t[r]);return n}var x=i(["a","abbr","acronym","address","area","article","aside","audio","b","bdi","bdo","big","blink","blockquote","body","br","button","canvas","caption","center","cite","code","col","colgroup","content","data","datalist","dd","decorator","del","details","dfn","dir","div","dl","dt","element","em","fieldset","figcaption","figure","font","footer","form","h1","h2","h3","h4","h5","h6","head","header","hgroup","hr","html","i","img","input","ins","kbd","label","legend","li","main","map","mark","marquee","menu","menuitem","meter","nav","nobr","ol","optgroup","option","output","p","picture","pre","progress","q","rp","rt","ruby","s","samp","section","select","shadow","small","source","spacer","span","strike","strong","style","sub","summary","sup","table","tbody","td","template","textarea","tfoot","th","thead","time","tr","track","tt","u","ul","var","video","wbr"]),D=i(["svg","a","altglyph","altglyphdef","altglyphitem","animatecolor","animatemotion","animatetransform","audio","canvas","circle","clippath","defs","desc","ellipse","filter","font","g","glyph","glyphref","hkern","image","line","lineargradient","marker","mask","metadata","mpath","path","pattern","polygon","polyline","radialgradient","rect","stop","style","switch","symbol","text","textpath","title","tref","tspan","video","view","vkern"]),S=i(["feBlend","feColorMatrix","feComponentTransfer","feComposite","feConvolveMatrix","feDiffuseLighting","feDisplacementMap","feDistantLight","feFlood","feFuncA","feFuncB","feFuncG","feFuncR","feGaussianBlur","feMerge","feMergeNode","feMorphology","feOffset","fePointLight","feSpecularLighting","feSpotLight","feTile","feTurbulence"]),E=i(["math","menclose","merror","mfenced","mfrac","mglyph","mi","mlabeledtr","mmultiscripts","mn","mo","mover","mpadded","mphantom","mroot","mrow","ms","mspace","msqrt","mstyle","msub","msup","msubsup","mtable","mtd","mtext","mtr","munder","munderover"]),j=i(["#text"]),O=i(["accept","action","align","alt","autocomplete","background","bgcolor","border","cellpadding","cellspacing","checked","cite","class","clear","color","cols","colspan","controls","coords","crossorigin","datetime","default","dir","disabled","download","enctype","face","for","headers","height","hidden","high","href","hreflang","id","integrity","ismap","label","lang","list","loop","low","max","maxlength","media","method","min","minlength","multiple","name","noshade","novalidate","nowrap","open","optimum","pattern","placeholder","poster","preload","pubdate","radiogroup","readonly","rel","required","rev","reversed","role","rows","rowspan","spellcheck","scope","selected","shape","size","sizes","span","srclang","start","src","srcset","step","style","summary","tabindex","title","type","usemap","valign","value","width","xmlns"]),H=i(["accent-height","accumulate","additive","alignment-baseline","ascent","attributename","attributetype","azimuth","basefrequency","baseline-shift","begin","bias","by","class","clip","clip-path","clip-rule","color","color-interpolation","color-interpolation-filters","color-profile","color-rendering","cx","cy","d","dx","dy","diffuseconstant","direction","display","divisor","dur","edgemode","elevation","end","fill","fill-opacity","fill-rule","filter","filterunits","flood-color","flood-opacity","font-family","font-size","font-size-adjust","font-stretch","font-style","font-variant","font-weight","fx","fy","g1","g2","glyph-name","glyphref","gradientunits","gradienttransform","height","href","id","image-rendering","in","in2","k","k1","k2","k3","k4","kerning","keypoints","keysplines","keytimes","lang","lengthadjust","letter-spacing","kernelmatrix","kernelunitlength","lighting-color","local","marker-end","marker-mid","marker-start","markerheight","markerunits","markerwidth","maskcontentunits","maskunits","max","mask","media","method","mode","min","name","numoctaves","offset","operator","opacity","order","orient","orientation","origin","overflow","paint-order","path","pathlength","patterncontentunits","patterntransform","patternunits","points","preservealpha","preserveaspectratio","primitiveunits","r","rx","ry","radius","refx","refy","repeatcount","repeatdur","restart","result","rotate","scale","seed","shape-rendering","specularconstant","specularexponent","spreadmethod","stddeviation","stitchtiles","stop-color","stop-opacity","stroke-dasharray","stroke-dashoffset","stroke-linecap","stroke-linejoin","stroke-miterlimit","stroke-opacity","stroke","stroke-width","style","surfacescale","tabindex","targetx","targety","transform","text-anchor","text-decoration","text-rendering","textlength","type","u1","u2","unicode","values","viewbox","visibility","version","vert-adv-y","vert-origin-x","vert-origin-y","width","word-spacing","wrap","writing-mode","xchannelselector","ychannelselector","x","x1","x2","xmlns","y","y1","y2","z","zoomandpan"]),P=i(["accent","accentunder","align","bevelled","close","columnsalign","columnlines","columnspan","denomalign","depth","dir","display","displaystyle","encoding","fence","frame","height","href","id","largeop","length","linethickness","lspace","lquote","mathbackground","mathcolor","mathsize","mathvariant","maxsize","minsize","movablelimits","notation","numalign","open","rowalign","rowlines","rowspacing","rowspan","rspace","rquote","scriptlevel","scriptminsize","scriptsizemultiplier","selection","separator","separators","stretchy","subscriptshift","supscriptshift","symmetric","voffset","width","xmlns"]),A=i(["xlink:href","xml:id","xlink:title","xml:space","xmlns:xlink"]),C=a(/\{\{[\s\S]*|[\s\S]*\}\}/gm),N=a(/<%[\s\S]*|[\s\S]*%>/gm),R=a(/^data-[\-\w.\u00B7-\uFFFF]/),I=a(/^aria-[\-\w]+$/),F=a(/^(?:(?:(?:f|ht)tps?|mailto|tel|callto|cid|xmpp):|[^a-z]|[a-z+.\-]+(?:[^a-z+.\-:]|$))/i),W=a(/^(?:\w+script|data):/i),z=a(/[\u0000-\u0020\u00A0\u1680\u180E\u2000-\u2029\u205f\u3000]/g),U="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e};function $(e){if(Array.isArray(e)){for(var t=0,n=Array(e.length);t<e.length;t++)n[t]=e[t];return n}return Array.from(e)}var q=function(){return"undefined"==typeof window?null:window},B=function(e,t){if("object"!==(void 0===e?"undefined":U(e))||"function"!=typeof e.createPolicy)return null;var n=null;t.currentScript&&t.currentScript.hasAttribute("data-tt-policy-suffix")&&(n=t.currentScript.getAttribute("data-tt-policy-suffix"));var r="dompurify"+(n?"#"+n:"");try{return e.createPolicy(r,{createHTML:function(e){return e}})}catch(e){return console.warn("TrustedTypes policy "+r+" could not be created."),null}};return function e(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:q(),n=function(t){return e(t)};if(n.version="2.0.8",n.removed=[],!t||!t.document||9!==t.document.nodeType)return n.isSupported=!1,n;var a=t.document,o=!1,s=!1,u=t.document,k=t.DocumentFragment,w=t.HTMLTemplateElement,J=t.Node,G=t.NodeFilter,V=t.NamedNodeMap,K=void 0===V?t.NamedNodeMap||t.MozNamedAttrMap:V,X=t.Text,Z=t.Comment,Q=t.DOMParser,ee=t.trustedTypes;if("function"==typeof w){var te=u.createElement("template");te.content&&te.content.ownerDocument&&(u=te.content.ownerDocument)}var ne=B(ee,a),re=ne?ne.createHTML(""):"",ie=u,ae=ie.implementation,oe=ie.createNodeIterator,se=ie.getElementsByTagName,ue=ie.createDocumentFragment,le=a.importNode,ce={};n.isSupported=ae&&void 0!==ae.createHTMLDocument&&9!==u.documentMode;var de=C,fe=N,he=R,me=I,_e=W,pe=z,ye=F,ge=null,ve=b({},[].concat($(x),$(D),$(S),$(E),$(j))),Me=null,Le=b({},[].concat($(O),$(H),$(P),$(A))),Ye=null,ke=null,we=!0,be=!0,Te=!1,xe=!1,De=!1,Se=!1,Ee=!1,je=!1,Oe=!1,He=!1,Pe=!1,Ae=!1,Ce=!0,Ne=!0,Re=!1,Ie={},Fe=b({},["annotation-xml","audio","colgroup","desc","foreignobject","head","iframe","math","mi","mn","mo","ms","mtext","noembed","noframes","plaintext","script","style","svg","template","thead","title","video","xmp"]),We=b({},["audio","video","img","source","image"]),ze=null,Ue=b({},["alt","class","for","id","label","name","pattern","placeholder","summary","title","value","style","xmlns"]),$e=null,qe=u.createElement("form"),Be=function(e){$e&&$e===e||(e&&"object"===(void 0===e?"undefined":U(e))||(e={}),ge="ALLOWED_TAGS"in e?b({},e.ALLOWED_TAGS):ve,Me="ALLOWED_ATTR"in e?b({},e.ALLOWED_ATTR):Le,ze="ADD_URI_SAFE_ATTR"in e?b(T(Ue),e.ADD_URI_SAFE_ATTR):Ue,Ye="FORBID_TAGS"in e?b({},e.FORBID_TAGS):{},ke="FORBID_ATTR"in e?b({},e.FORBID_ATTR):{},Ie="USE_PROFILES"in e&&e.USE_PROFILES,we=!1!==e.ALLOW_ARIA_ATTR,be=!1!==e.ALLOW_DATA_ATTR,Te=e.ALLOW_UNKNOWN_PROTOCOLS||!1,xe=e.SAFE_FOR_JQUERY||!1,De=e.SAFE_FOR_TEMPLATES||!1,Se=e.WHOLE_DOCUMENT||!1,Oe=e.RETURN_DOM||!1,He=e.RETURN_DOM_FRAGMENT||!1,Pe=e.RETURN_DOM_IMPORT||!1,Ae=e.RETURN_TRUSTED_TYPE||!1,je=e.FORCE_BODY||!1,Ce=!1!==e.SANITIZE_DOM,Ne=!1!==e.KEEP_CONTENT,Re=e.IN_PLACE||!1,ye=e.ALLOWED_URI_REGEXP||ye,De&&(be=!1),He&&(Oe=!0),Ie&&(ge=b({},[].concat($(j))),Me=[],!0===Ie.html&&(b(ge,x),b(Me,O)),!0===Ie.svg&&(b(ge,D),b(Me,H),b(Me,A)),!0===Ie.svgFilters&&(b(ge,S),b(Me,H),b(Me,A)),!0===Ie.mathMl&&(b(ge,E),b(Me,P),b(Me,A))),e.ADD_TAGS&&(ge===ve&&(ge=T(ge)),b(ge,e.ADD_TAGS)),e.ADD_ATTR&&(Me===Le&&(Me=T(Me)),b(Me,e.ADD_ATTR)),e.ADD_URI_SAFE_ATTR&&b(ze,e.ADD_URI_SAFE_ATTR),Ne&&(ge["#text"]=!0),Se&&b(ge,["html","head","body"]),ge.table&&(b(ge,["tbody"]),delete Ye.tbody),i&&i(e),$e=e)},Je=function(e){h(n.removed,{element:e});try{e.parentNode.removeChild(e)}catch(t){e.outerHTML=re}},Ge=function(e,t){try{h(n.removed,{attribute:t.getAttributeNode(e),from:t})}catch(e){h(n.removed,{attribute:null,from:t})}t.removeAttribute(e)},Ve=function(e){var t=void 0,n=void 0;if(je)e="<remove></remove>"+e;else{var r=p(e,/^[\s]+/);n=r&&r[0]}var i=ne?ne.createHTML(e):e;if(o)try{t=(new Q).parseFromString(i,"text/html")}catch(e){}if(s&&b(Ye,["title"]),!t||!t.documentElement){var a=(t=ae.createHTMLDocument("")).body;a.parentNode.removeChild(a.parentNode.firstElementChild),a.outerHTML=i}return e&&n&&t.body.insertBefore(u.createTextNode(n),t.body.childNodes[0]||null),se.call(t,Se?"html":"body")[0]};n.isSupported&&(function(){try{Ve('<svg><p><textarea><img src="</textarea><img src=x abc=1//">').querySelector("svg img")&&(o=!0)}catch(e){}}(),function(){try{var e=Ve("<x/><title>&lt;/title&gt;&lt;img&gt;");M(/<\/title/,e.querySelector("title").innerHTML)&&(s=!0)}catch(e){}}());var Ke=function(e){return oe.call(e.ownerDocument||e,e,G.SHOW_ELEMENT|G.SHOW_COMMENT|G.SHOW_TEXT,(function(){return G.FILTER_ACCEPT}),!1)},Xe=function(e){return!(e instanceof X||e instanceof Z||"string"==typeof e.nodeName&&"string"==typeof e.textContent&&"function"==typeof e.removeChild&&e.attributes instanceof K&&"function"==typeof e.removeAttribute&&"function"==typeof e.setAttribute&&"string"==typeof e.namespaceURI)},Ze=function(e){return"object"===(void 0===J?"undefined":U(J))?e instanceof J:e&&"object"===(void 0===e?"undefined":U(e))&&"number"==typeof e.nodeType&&"string"==typeof e.nodeName},Qe=function(e,t,r){ce[e]&&l(ce[e],(function(e){e.call(n,t,r,$e)}))},et=function(e){var t=void 0;if(Qe("beforeSanitizeElements",e,null),Xe(e))return Je(e),!0;var r=_(e.nodeName);if(Qe("uponSanitizeElement",e,{tagName:r,allowedTags:ge}),("svg"===r||"math"===r)&&0!==e.querySelectorAll("p, br").length)return Je(e),!0;if(!ge[r]||Ye[r]){if(Ne&&!Fe[r]&&"function"==typeof e.insertAdjacentHTML)try{var i=e.innerHTML;e.insertAdjacentHTML("AfterEnd",ne?ne.createHTML(i):i)}catch(e){}return Je(e),!0}return"noscript"===r&&M(/<\/noscript/i,e.innerHTML)||"noembed"===r&&M(/<\/noembed/i,e.innerHTML)?(Je(e),!0):(!xe||e.firstElementChild||e.content&&e.content.firstElementChild||!M(/</g,e.textContent)||(h(n.removed,{element:e.cloneNode()}),e.innerHTML?e.innerHTML=y(e.innerHTML,/</g,"&lt;"):e.innerHTML=y(e.textContent,/</g,"&lt;")),De&&3===e.nodeType&&(t=e.textContent,t=y(t,de," "),t=y(t,fe," "),e.textContent!==t&&(h(n.removed,{element:e.cloneNode()}),e.textContent=t)),Qe("afterSanitizeElements",e,null),!1)},tt=function(e,t,n){if(Ce&&("id"===t||"name"===t)&&(n in u||n in qe))return!1;if(be&&M(he,t));else if(we&&M(me,t));else{if(!Me[t]||ke[t])return!1;if(ze[t]);else if(M(ye,y(n,pe,"")));else if("src"!==t&&"xlink:href"!==t&&"href"!==t||"script"===e||0!==g(n,"data:")||!We[e])if(Te&&!M(_e,y(n,pe,"")));else if(n)return!1}return!0},nt=function(e){var t=void 0,i=void 0,a=void 0,o=void 0,s=void 0;Qe("beforeSanitizeAttributes",e,null);var u=e.attributes;if(u){var l={attrName:"",attrValue:"",keepAttr:!0,allowedAttributes:Me};for(s=u.length;s--;){var h=t=u[s],p=h.name,g=h.namespaceURI;if(i=v(t.value),a=_(p),l.attrName=a,l.attrValue=i,l.keepAttr=!0,l.forceKeepAttr=void 0,Qe("uponSanitizeAttribute",e,l),i=l.attrValue,!l.forceKeepAttr){if("name"===a&&"IMG"===e.nodeName&&u.id)o=u.id,u=m(u,[]),Ge("id",e),Ge(p,e),c(u,o)>s&&e.setAttribute("id",o.value);else{if("INPUT"===e.nodeName&&"type"===a&&"file"===i&&l.keepAttr&&(Me[a]||!ke[a]))continue;"id"===p&&e.setAttribute(p,""),Ge(p,e)}if(l.keepAttr)if(xe&&M(/\/>/i,i))Ge(p,e);else if(M(/svg|math/i,e.namespaceURI)&&M(L("</("+d(r(Fe),"|")+")","i"),i))Ge(p,e);else{De&&(i=y(i,de," "),i=y(i,fe," "));var Y=e.nodeName.toLowerCase();if(tt(Y,a,i))try{g?e.setAttributeNS(g,p,i):e.setAttribute(p,i),f(n.removed)}catch(e){}}}}Qe("afterSanitizeAttributes",e,null)}},rt=function e(t){var n=void 0,r=Ke(t);for(Qe("beforeSanitizeShadowDOM",t,null);n=r.nextNode();)Qe("uponSanitizeShadowNode",n,null),et(n)||(n.content instanceof k&&e(n.content),nt(n));Qe("afterSanitizeShadowDOM",t,null)};return n.sanitize=function(e,r){var i=void 0,o=void 0,s=void 0,u=void 0,l=void 0;if(e||(e="\x3c!--\x3e"),"string"!=typeof e&&!Ze(e)){if("function"!=typeof e.toString)throw Y("toString is not a function");if("string"!=typeof(e=e.toString()))throw Y("dirty is not a string, aborting")}if(!n.isSupported){if("object"===U(t.toStaticHTML)||"function"==typeof t.toStaticHTML){if("string"==typeof e)return t.toStaticHTML(e);if(Ze(e))return t.toStaticHTML(e.outerHTML)}return e}if(Ee||Be(r),n.removed=[],"string"==typeof e&&(Re=!1),Re);else if(e instanceof J)1===(o=(i=Ve("\x3c!--\x3e")).ownerDocument.importNode(e,!0)).nodeType&&"BODY"===o.nodeName||"HTML"===o.nodeName?i=o:i.appendChild(o);else{if(!Oe&&!De&&!Se&&Ae&&-1===e.indexOf("<"))return ne?ne.createHTML(e):e;if(!(i=Ve(e)))return Oe?null:re}i&&je&&Je(i.firstChild);for(var c=Ke(Re?e:i);s=c.nextNode();)3===s.nodeType&&s===u||et(s)||(s.content instanceof k&&rt(s.content),nt(s),u=s);if(u=null,Re)return e;if(Oe){if(He)for(l=ue.call(i.ownerDocument);i.firstChild;)l.appendChild(i.firstChild);else l=i;return Pe&&(l=le.call(a,l,!0)),l}var d=Se?i.outerHTML:i.innerHTML;return De&&(d=y(d,de," "),d=y(d,fe," ")),ne&&Ae?ne.createHTML(d):d},n.setConfig=function(e){Be(e),Ee=!0},n.clearConfig=function(){$e=null,Ee=!1},n.isValidAttribute=function(e,t,n){$e||Be({});var r=_(e),i=_(t);return tt(r,i,n)},n.addHook=function(e,t){"function"==typeof t&&(ce[e]=ce[e]||[],h(ce[e],t))},n.removeHook=function(e){ce[e]&&f(ce[e])},n.removeHooks=function(e){ce[e]&&(ce[e]=[])},n.removeAllHooks=function(){ce={}},n}()}()},function(e,t,n){"use strict";n.d(t,"c",(function(){return s})),n.d(t,"b",(function(){return u})),n.d(t,"a",(function(){return l}));var r=n(2),i=n.n(r),a=n(4),o=n(11),s=function(e){return c()+"/remote.php/"+e},u=function(e,t,n){var r=n||{};i.a.defaults(r,{escape:!0});var o=function(e,t){return t=t||[],e.replace(/{([^{}]*)}/g,(function(e,n){var i=t[n];return r.escape?"string"==typeof i||"number"==typeof i?encodeURIComponent(i):encodeURIComponent(e):"string"==typeof i||"number"==typeof i?i:e}))};return"/"!==e.charAt(0)&&(e="/"+e),!0===a.a.config.modRewriteWorking?c()+o(e,t):c()+"/index.php"+o(e,t)},l=function(e,t,n){var r=-1!==o.i.indexOf(e),i=c();return"php"!==n.substring(n.length-3)||r?"php"===n.substring(n.length-3)||r?(i+="core"!==e&&"search"!==e||"ajax"!==t?"/":"/index.php/",r||(i+="apps/"),""!==e&&(i+=e+="/"),t&&(i+=t+"/"),i+=n):(i=a.a.appswebroots[e],t&&(i+="/"+t+"/"),"/"!==i.substring(i.length-1)&&(i+="/"),i+=n):(i+="/index.php/apps/"+e,"index.php"!==n&&(i+="/",t&&(i+=encodeURI(t+"/")),i+=n)),i},c=function(){return a.a.webroot}},,,function(e,t,n){var r=n(24),i=n(279).f,a=n(93),o=n(281),s=n(173),u=n(551),l=n(560);e.exports=function(e,t){var n,c,d,f,h,m=e.target,_=e.global,p=e.stat;if(n=_?r:p?r[m]||s(m,{}):(r[m]||{}).prototype)for(c in t){if(f=t[c],d=e.noTargetGet?(h=i(n,c))&&h.value:n[c],!l(_?c:m+(p?".":"#")+c,e.forced)&&void 0!==d){if(typeof f==typeof d)continue;u(f,d)}(e.sham||d&&d.sham)&&a(f,"sham",!0),o(n,c,f,e)}}},function(e,t,n){var r=n(50);e.exports=function(e){if(!r(e))throw TypeError(String(e)+" is not an object");return e}},function(e,t,n){var r=n(147),i=Math.min;e.exports=function(e){return e>0?i(r(e),9007199254740991):0}},function(e,t,n){var r=n(24),i=n(284),a=n(51),o=n(285),s=n(290),u=n(562),l=i("wks"),c=r.Symbol,d=u?c:c&&c.withoutSetter||o;e.exports=function(e){return a(l,e)||(s&&a(c,e)?l[e]=c[e]:l[e]=d("Symbol."+e)),l[e]}},function(e,t,n){"use strict";function r(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];if(arguments.length<1)return"";var r=t.filter((function(e){return e.length>0}));if(r.length<1)return"";var i=r[r.length-1],a="/"===r[0].charAt(0),o="/"===i.charAt(i.length-1),s=r.reduce((function(e,t){return e.concat(t.split("/"))}),[]),u=!a,l=s.reduce((function(e,t){return""===t?e:u?(u=!1,e+t):e+"/"+t}),"");return o?l+"/":l}n(544),n(564),n(566),n(567),n(568),n(294),n(572),n(574),Object.defineProperty(t,"__esModule",{value:!0}),t.encodePath=function(e){if(!e)return e;return e.split("/").map(encodeURIComponent).join("/")},t.basename=function(e){return e.replace(/\\/g,"/").replace(/.*\//,"")},t.dirname=function(e){return e.replace(/\\/g,"/").replace(/\/[^\/]*$/,"")},t.joinPaths=r,t.isSamePath=function(e,t){var n=(e||"").split("/").filter((function(e){return"."!==e})),i=(t||"").split("/").filter((function(e){return"."!==e}));return e=r.apply(void 0,n),t=r.apply(void 0,i),e===t}},function(e,t){var n={}.toString;e.exports=function(e){return n.call(e).slice(8,-1)}},function(e,t){e.exports=function(e){if(null==e)throw TypeError("Can't call method on "+e);return e}},function(e,t,n){var r=n(10);e.exports=function(e,t){if(!r(e))return e;var n,i;if(t&&"function"==typeof(n=e.toString)&&!r(i=n.call(e)))return i;if("function"==typeof(n=e.valueOf)&&!r(i=n.call(e)))return i;if(!t&&"function"==typeof(n=e.toString)&&!r(i=n.call(e)))return i;throw TypeError("Can't convert object to primitive value")}},function(e,t,n){var r=n(5),i=n(16);e.exports=function(e,t){try{i(r,e,t)}catch(n){r[e]=t}return t}},function(e,t,n){var r=n(124),i=n(76),a=r("keys");e.exports=function(e){return a[e]||(a[e]=i(e))}},function(e,t){e.exports=!1},function(e,t){var n=0,r=Math.random();e.exports=function(e){return"Symbol("+String(void 0===e?"":e)+")_"+(++n+r).toString(36)}},function(e,t){var n=Math.ceil,r=Math.floor;e.exports=function(e){return isNaN(e=+e)?0:(e>0?r:n)(e)}},function(e,t){e.exports=["constructor","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","toLocaleString","toString","valueOf"]},function(e,t,n){var r=n(71);e.exports=function(e){return Object(r(e))}},function(e,t,n){var r=n(230);e.exports=function(e,t,n){if(r(e),void 0===t)return e;switch(n){case 0:return function(){return e.call(t)};case 1:return function(n){return e.call(t,n)};case 2:return function(n,r){return e.call(t,n,r)};case 3:return function(n,r,i){return e.call(t,n,r,i)}}return function(){return e.apply(t,arguments)}}},function(e,t,n){var r,i=n(20),a=n(234),o=n(78),s=n(46),u=n(236),l=n(121),c=n(74),d=c("IE_PROTO"),f=function(){},h=function(e){return"<script>"+e+"<\/script>"},m=function(){try{r=document.domain&&new ActiveXObject("htmlfile")}catch(e){}var e,t;m=r?function(e){e.write(h("")),e.close();var t=e.parentWindow.Object;return e=null,t}(r):((t=l("iframe")).style.display="none",u.appendChild(t),t.src=String("javascript:"),(e=t.contentWindow.document).open(),e.write(h("document.F=Object")),e.close(),e.F);for(var n=o.length;n--;)delete m.prototype[o[n]];return m()};s[d]=!0,e.exports=Object.create||function(e,t){var n;return null!==e?(f.prototype=i(e),n=new f,f.prototype=null,n[d]=e):n=m(),void 0===t?n:a(n,t)}},function(e,t,n){"use strict";var r=n(32),i=n(237),a=n(137),o=n(138),s=n(83),u=n(16),l=n(33),c=n(6),d=n(75),f=n(34),h=n(136),m=h.IteratorPrototype,_=h.BUGGY_SAFARI_ITERATORS,p=c("iterator"),y=function(){return this};e.exports=function(e,t,n,c,h,g,v){i(n,t,c);var M,L,Y,k=function(e){if(e===h&&D)return D;if(!_&&e in T)return T[e];switch(e){case"keys":case"values":case"entries":return function(){return new n(this,e)}}return function(){return new n(this)}},w=t+" Iterator",b=!1,T=e.prototype,x=T[p]||T["@@iterator"]||h&&T[h],D=!_&&x||k(h),S="Array"==t&&T.entries||x;if(S&&(M=a(S.call(new e)),m!==Object.prototype&&M.next&&(d||a(M)===m||(o?o(M,m):"function"!=typeof M[p]&&u(M,p,y)),s(M,w,!0,!0),d&&(f[w]=y))),"values"==h&&x&&"values"!==x.name&&(b=!0,D=function(){return x.call(this)}),d&&!v||T[p]===D||u(T,p,D),f[t]=D,h)if(L={values:k("values"),keys:g?D:k("keys"),entries:k("entries")},v)for(Y in L)!_&&!b&&Y in T||l(T,Y,L[Y]);else r({target:t,proto:!0,forced:_||b},L);return L}},function(e,t,n){var r=n(12).f,i=n(8),a=n(6)("toStringTag");e.exports=function(e,t,n){e&&!i(e=n?e:e.prototype,a)&&r(e,a,{configurable:!0,value:t})}},function(e,t,n){var r={};r[n(6)("toStringTag")]="z",e.exports="[object z]"===String(r)},function(e,t){e.exports=function(e){if(null==e)throw TypeError("Can't call method on "+e);return e}},function(e,t){e.exports=function(e){return"object"==typeof e?null!==e:"function"==typeof e}},function(e,t,n){var r=n(17),i=n(53),a=n(30),o=n(108),s=n(184),u=n(479),l=u.get,c=u.enforce,d=String(String).split("String");(e.exports=function(e,t,n,s){var u=!!s&&!!s.unsafe,l=!!s&&!!s.enumerable,f=!!s&&!!s.noTargetGet;"function"==typeof n&&("string"!=typeof t||a(n,"name")||i(n,"name",t),c(n).source=d.join("string"==typeof t?t:"")),e!==r?(u?!f&&e[t]&&(l=!0):delete e[t],l?e[t]=n:i(e,t,n)):l?e[t]=n:o(t,n)})(Function.prototype,"toString",(function(){return"function"==typeof this&&l(this).source||s(this)}))},function(e,t){var n=Math.ceil,r=Math.floor;e.exports=function(e){return isNaN(e=+e)?0:(e>0?r:n)(e)}},function(e,t,n){"use strict";
-/*
- * @copyright 2019 Christoph Wurst <christoph@winzerhof-wurst.at>
- *
- * @author 2019 Christoph Wurst <christoph@winzerhof-wurst.at>
- *
- * @license GNU AGPL version 3 or any later version
- *
- * This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License as
- * published by the Free Software Foundation, either version 3 of the
- * License, or (at your option) any later version.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU Affero General Public License for more details.
- *
- * You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see <http://www.gnu.org/licenses/>.
- */t.a={}},function(e,t,n){e.exports=n(160).default},function(e,t,n){var r=n(21);e.exports=!r((function(){return 7!=Object.defineProperty({},1,{get:function(){return 7}})[1]}))},function(e,t){e.exports=function(e){if(null==e)throw TypeError("Can't call method on "+e);return e}},function(e,t,n){var r=n(91),i=n(172),a=n(170);e.exports=r?function(e,t,n){return i.f(e,t,a(1,n))}:function(e,t,n){return e[t]=n,e}},function(e,t,n){var r=n(95);e.exports=!r((function(){return 7!=Object.defineProperty({},1,{get:function(){return 7}})[1]}))},function(e,t){e.exports=function(e){try{return!!e()}catch(e){return!0}}},function(e,t){var n={}.hasOwnProperty;e.exports=function(e,t){return n.call(e,t)}},function(e,t,n){var r=n(55);e.exports=!r((function(){return 7!=Object.defineProperty({},1,{get:function(){return 7}})[1]}))},function(e,t){e.exports=function(e){return"object"==typeof e?null!==e:"function"==typeof e}},,,,,,,function(e,t,n){var r=n(17),i=n(177).f,a=n(53),o=n(87),s=n(108),u=n(483),l=n(489);e.exports=function(e,t){var n,c,d,f,h,m=e.target,_=e.global,p=e.stat;if(n=_?r:p?r[m]||s(m,{}):(r[m]||{}).prototype)for(c in t){if(f=t[c],d=e.noTargetGet?(h=i(n,c))&&h.value:n[c],!l(_?c:m+(p?".":"#")+c,e.forced)&&void 0!==d){if(typeof f==typeof d)continue;u(f,d)}(e.sham||d&&d.sham)&&a(f,"sham",!0),o(n,c,f,e)}}},function(e,t,n){var r=n(180),i=n(85);e.exports=function(e){return r(i(e))}},function(e,t){var n={}.toString;e.exports=function(e){return n.call(e).slice(8,-1)}},function(e,t,n){var r=n(17),i=n(53);e.exports=function(e,t){try{i(r,e,t)}catch(n){r[e]=t}return t}},function(e,t,n){var r={};r[n(110)("toStringTag")]="z",e.exports="[object z]"===String(r)},function(e,t,n){var r=n(17),i=n(186),a=n(30),o=n(187),s=n(195),u=n(496),l=i("wks"),c=r.Symbol,d=u?c:c&&c.withoutSetter||o;e.exports=function(e){return a(l,e)||(s&&a(c,e)?l[e]=c[e]:l[e]=d("Symbol."+e)),l[e]}},function(e,t,n){"use strict";var r,i,a=n(197),o=n(499),s=RegExp.prototype.exec,u=String.prototype.replace,l=s,c=(r=/a/,i=/b*/g,s.call(r,"a"),s.call(i,"a"),0!==r.lastIndex||0!==i.lastIndex),d=o.UNSUPPORTED_Y||o.BROKEN_CARET,f=void 0!==/()??/.exec("")[1];(c||f||d)&&(l=function(e){var t,n,r,i,o=this,l=d&&o.sticky,h=a.call(o),m=o.source,_=0,p=e;return l&&(-1===(h=h.replace("y","")).indexOf("g")&&(h+="g"),p=String(e).slice(o.lastIndex),o.lastIndex>0&&(!o.multiline||o.multiline&&"\n"!==e[o.lastIndex-1])&&(m="(?: "+m+")",p=" "+p,_++),n=new RegExp("^(?:"+m+")",h)),f&&(n=new RegExp("^"+m+"$(?!\\s)",h)),c&&(t=o.lastIndex),r=s.call(l?n:o,p),l?r?(r.input=r.input.slice(_),r[0]=r[0].slice(_),r.index=o.lastIndex,o.lastIndex+=r[0].length):o.lastIndex=0:c&&r&&(o.lastIndex=o.global?r.index+r[0].length:t),f&&r&&r.length>1&&u.call(r[0],n,(function(){for(i=1;i<arguments.length-2;i++)void 0===arguments[i]&&(r[i]=void 0)})),r}),e.exports=l},,,,,,function(e,t){var n,r,i=e.exports={};function a(){throw new Error("setTimeout has not been defined")}function o(){throw new Error("clearTimeout has not been defined")}function s(e){if(n===setTimeout)return setTimeout(e,0);if((n===a||!n)&&setTimeout)return n=setTimeout,setTimeout(e,0);try{return n(e,0)}catch(t){try{return n.call(null,e,0)}catch(t){return n.call(this,e,0)}}}!function(){try{n="function"==typeof setTimeout?setTimeout:a}catch(e){n=a}try{r="function"==typeof clearTimeout?clearTimeout:o}catch(e){r=o}}();var u,l=[],c=!1,d=-1;function f(){c&&u&&(c=!1,u.length?l=u.concat(l):d=-1,l.length&&h())}function h(){if(!c){var e=s(f);c=!0;for(var t=l.length;t;){for(u=l,l=[];++d<t;)u&&u[d].run();d=-1,t=l.length}u=null,c=!1,function(e){if(r===clearTimeout)return clearTimeout(e);if((r===o||!r)&&clearTimeout)return r=clearTimeout,clearTimeout(e);try{r(e)}catch(t){try{return r.call(null,e)}catch(t){return r.call(this,e)}}}(e)}}function m(e,t){this.fun=e,this.array=t}function _(){}i.nextTick=function(e){var t=new Array(arguments.length-1);if(arguments.length>1)for(var n=1;n<arguments.length;n++)t[n-1]=arguments[n];l.push(new m(e,t)),1!==l.length||c||s(h)},m.prototype.run=function(){this.fun.apply(null,this.array)},i.title="browser",i.browser=!0,i.env={},i.argv=[],i.version="",i.versions={},i.on=_,i.addListener=_,i.once=_,i.off=_,i.removeListener=_,i.removeAllListeners=_,i.emit=_,i.prependListener=_,i.prependOnceListener=_,i.listeners=function(e){return[]},i.binding=function(e){throw new Error("process.binding is not supported")},i.cwd=function(){return"/"},i.chdir=function(e){throw new Error("process.chdir is not supported")},i.umask=function(){return 0}},function(e,t,n){var r=n(15),i=n(217),a=n(43),o=n(44),s=n(72),u=n(8),l=n(120),c=Object.getOwnPropertyDescriptor;t.f=r?c:function(e,t){if(e=o(e),t=s(t,!0),l)try{return c(e,t)}catch(e){}if(u(e,t))return a(!i.f.call(e,t),e[t])}},function(e,t,n){var r=n(7),i=n(70),a="".split;e.exports=r((function(){return!Object("z").propertyIsEnumerable(0)}))?function(e){return"String"==i(e)?a.call(e,""):Object(e)}:Object},function(e,t,n){var r=n(15),i=n(7),a=n(121);e.exports=!r&&!i((function(){return 7!=Object.defineProperty(a("div"),"a",{get:function(){return 7}}).a}))},function(e,t,n){var r=n(5),i=n(10),a=r.document,o=i(a)&&i(a.createElement);e.exports=function(e){return o?a.createElement(e):{}}},function(e,t,n){var r=n(123),i=Function.toString;"function"!=typeof r.inspectSource&&(r.inspectSource=function(e){return i.call(e)}),e.exports=r.inspectSource},function(e,t,n){var r=n(5),i=n(73),a=r["__core-js_shared__"]||i("__core-js_shared__",{});e.exports=a},function(e,t,n){var r=n(75),i=n(123);(e.exports=function(e,t){return i[e]||(i[e]=void 0!==t?t:{})})("versions",[]).push({version:"3.6.4",mode:r?"pure":"global",copyright:"© 2020 Denis Pushkarev (zloirock.ru)"})},function(e,t,n){var r=n(8),i=n(44),a=n(223).indexOf,o=n(46);e.exports=function(e,t){var n,s=i(e),u=0,l=[];for(n in s)!r(o,n)&&r(s,n)&&l.push(n);for(;t.length>u;)r(s,n=t[u++])&&(~a(l,n)||l.push(n));return l}},function(e,t,n){var r=n(7),i=/#|\.prototype\./,a=function(e,t){var n=s[o(e)];return n==l||n!=u&&("function"==typeof t?r(t):!!t)},o=a.normalize=function(e){return String(e).replace(i,".").toLowerCase()},s=a.data={},u=a.NATIVE="N",l=a.POLYFILL="P";e.exports=a},function(e,t,n){var r=n(70);e.exports=Array.isArray||function(e){return"Array"==r(e)}},function(e,t,n){var r=n(10),i=n(127),a=n(6)("species");e.exports=function(e,t){var n;return i(e)&&("function"!=typeof(n=e.constructor)||n!==Array&&!i(n.prototype)?r(n)&&null===(n=n[a])&&(n=void 0):n=void 0),new(void 0===n?Array:n)(0===t?0:t)}},function(e,t,n){var r=n(7);e.exports=!!Object.getOwnPropertySymbols&&!r((function(){return!String(Symbol())}))},function(e,t,n){var r=n(7),i=n(6),a=n(131),o=i("species");e.exports=function(e){return a>=51||!r((function(){var t=[];return(t.constructor={})[o]=function(){return{foo:1}},1!==t[e](Boolean).foo}))}},function(e,t,n){var r,i,a=n(5),o=n(228),s=a.process,u=s&&s.versions,l=u&&u.v8;l?i=(r=l.split("."))[0]+r[1]:o&&(!(r=o.match(/Edge\/(\d+)/))||r[1]>=74)&&(r=o.match(/Chrome\/(\d+)/))&&(i=r[1]),e.exports=i&&+i},function(e,t,n){var r=n(80),i=n(119),a=n(79),o=n(48),s=n(128),u=[].push,l=function(e){var t=1==e,n=2==e,l=3==e,c=4==e,d=6==e,f=5==e||d;return function(h,m,_,p){for(var y,g,v=a(h),M=i(v),L=r(m,_,3),Y=o(M.length),k=0,w=p||s,b=t?w(h,Y):n?w(h,0):void 0;Y>k;k++)if((f||k in M)&&(g=L(y=M[k],k,v),e))if(t)b[k]=g;else if(g)switch(e){case 3:return!0;case 5:return y;case 6:return k;case 2:u.call(b,y)}else if(c)return!1;return d?-1:l||c?c:b}};e.exports={forEach:l(0),map:l(1),filter:l(2),some:l(3),every:l(4),find:l(5),findIndex:l(6)}},function(e,t,n){var r=n(15),i=n(7),a=n(8),o=Object.defineProperty,s={},u=function(e){throw e};e.exports=function(e,t){if(a(s,e))return s[e];t||(t={});var n=[][e],l=!!a(t,"ACCESSORS")&&t.ACCESSORS,c=a(t,0)?t[0]:u,d=a(t,1)?t[1]:void 0;return s[e]=!!n&&!i((function(){if(l&&!r)return!0;var e={length:-1};l?o(e,1,{enumerable:!0,get:u}):e[1]=1,n.call(e,c,d)}))}},function(e,t,n){"use strict";var r=n(132).forEach,i=n(232),a=n(133),o=i("forEach"),s=a("forEach");e.exports=o&&s?[].forEach:function(e){return r(this,e,arguments.length>1?arguments[1]:void 0)}},function(e,t,n){"use strict";var r=n(44),i=n(233),a=n(34),o=n(45),s=n(82),u=o.set,l=o.getterFor("Array Iterator");e.exports=s(Array,"Array",(function(e,t){u(this,{type:"Array Iterator",target:r(e),index:0,kind:t})}),(function(){var e=l(this),t=e.target,n=e.kind,r=e.index++;return!t||r>=t.length?(e.target=void 0,{value:void 0,done:!0}):"keys"==n?{value:r,done:!1}:"values"==n?{value:t[r],done:!1}:{value:[r,t[r]],done:!1}}),"values"),a.Arguments=a.Array,i("keys"),i("values"),i("entries")},function(e,t,n){"use strict";var r,i,a,o=n(137),s=n(16),u=n(8),l=n(6),c=n(75),d=l("iterator"),f=!1;[].keys&&("next"in(a=[].keys())?(i=o(o(a)))!==Object.prototype&&(r=i):f=!0),null==r&&(r={}),c||u(r,d)||s(r,d,(function(){return this})),e.exports={IteratorPrototype:r,BUGGY_SAFARI_ITERATORS:f}},function(e,t,n){var r=n(8),i=n(79),a=n(74),o=n(238),s=a("IE_PROTO"),u=Object.prototype;e.exports=o?Object.getPrototypeOf:function(e){return e=i(e),r(e,s)?e[s]:"function"==typeof e.constructor&&e instanceof e.constructor?e.constructor.prototype:e instanceof Object?u:null}},function(e,t,n){var r=n(20),i=n(239);e.exports=Object.setPrototypeOf||("__proto__"in{}?function(){var e,t=!1,n={};try{(e=Object.getOwnPropertyDescriptor(Object.prototype,"__proto__").set).call(n,[]),t=n instanceof Array}catch(e){}return function(n,a){return r(n),i(a),t?e.call(n,a):n.__proto__=a,n}}():void 0)},function(e,t,n){var r=n(46),i=n(10),a=n(8),o=n(12).f,s=n(76),u=n(242),l=s("meta"),c=0,d=Object.isExtensible||function(){return!0},f=function(e){o(e,l,{value:{objectID:"O"+ ++c,weakData:{}}})},h=e.exports={REQUIRED:!1,fastKey:function(e,t){if(!i(e))return"symbol"==typeof e?e:("string"==typeof e?"S":"P")+e;if(!a(e,l)){if(!d(e))return"F";if(!t)return"E";f(e)}return e[l].objectID},getWeakData:function(e,t){if(!a(e,l)){if(!d(e))return!0;if(!t)return!1;f(e)}return e[l].weakData},onFreeze:function(e){return u&&h.REQUIRED&&d(e)&&!a(e,l)&&f(e),e}};r[l]=!0},function(e,t,n){var r=n(20),i=n(243),a=n(48),o=n(80),s=n(244),u=n(245),l=function(e,t){this.stopped=e,this.result=t};(e.exports=function(e,t,n,c,d){var f,h,m,_,p,y,g,v=o(t,n,c?2:1);if(d)f=e;else{if("function"!=typeof(h=s(e)))throw TypeError("Target is not iterable");if(i(h)){for(m=0,_=a(e.length);_>m;m++)if((p=c?v(r(g=e[m])[0],g[1]):v(e[m]))&&p instanceof l)return p;return new l(!1)}f=h.call(e)}for(y=f.next;!(g=y.call(f)).done;)if("object"==typeof(p=u(f,v,g.value,c))&&p&&p instanceof l)return p;return new l(!1)}).stop=function(e){return new l(!0,e)}},function(e,t,n){var r=n(84),i=n(70),a=n(6)("toStringTag"),o="Arguments"==i(function(){return arguments}());e.exports=r?i:function(e){var t,n,r;return void 0===e?"Undefined":null===e?"Null":"string"==typeof(n=function(e,t){try{return e[t]}catch(e){}}(t=Object(e),a))?n:o?i(t):"Object"==(r=i(t))&&"function"==typeof t.callee?"Arguments":r}},function(e,t){e.exports=function(e,t,n){if(!(e instanceof t))throw TypeError("Incorrect "+(n?n+" ":"")+"invocation");return e}},function(e,t){e.exports={CSSRuleList:0,CSSStyleDeclaration:0,CSSValueList:0,ClientRectList:0,DOMRectList:0,DOMStringList:0,DOMTokenList:1,DataTransferItemList:0,FileList:0,HTMLAllCollection:0,HTMLCollection:0,HTMLFormElement:0,HTMLSelectElement:0,MediaList:0,MimeTypeArray:0,NamedNodeMap:0,NodeList:1,PaintRequestList:0,Plugin:0,PluginArray:0,SVGLengthList:0,SVGNumberList:0,SVGPathSegList:0,SVGPointList:0,SVGStringList:0,SVGTransformList:0,SourceBufferList:0,StyleSheetList:0,TextTrackCueList:0,TextTrackList:0,TouchList:0}},function(e,t,n){var r=n(145),i=n(92);e.exports=function(e){return r(i(e))}},function(e,t,n){var r=n(21),i=n(146),a="".split;e.exports=r((function(){return!Object("z").propertyIsEnumerable(0)}))?function(e){return"String"==i(e)?a.call(e,""):Object(e)}:Object},function(e,t){var n={}.toString;e.exports=function(e){return n.call(e).slice(8,-1)}},function(e,t){var n=Math.ceil,r=Math.floor;e.exports=function(e){return isNaN(e=+e)?0:(e>0?r:n)(e)}},function(e,t,n){var r=n(92);e.exports=function(e){return Object(r(e))}},function(e,t,n){"use strict";var r,i,a=n(570),o=n(571),s=RegExp.prototype.exec,u=String.prototype.replace,l=s,c=(r=/a/,i=/b*/g,s.call(r,"a"),s.call(i,"a"),0!==r.lastIndex||0!==i.lastIndex),d=o.UNSUPPORTED_Y||o.BROKEN_CARET,f=void 0!==/()??/.exec("")[1];(c||f||d)&&(l=function(e){var t,n,r,i,o=this,l=d&&o.sticky,h=a.call(o),m=o.source,_=0,p=e;return l&&(-1===(h=h.replace("y","")).indexOf("g")&&(h+="g"),p=String(e).slice(o.lastIndex),o.lastIndex>0&&(!o.multiline||o.multiline&&"\n"!==e[o.lastIndex-1])&&(m="(?: "+m+")",p=" "+p,_++),n=new RegExp("^(?:"+m+")",h)),f&&(n=new RegExp("^"+m+"$(?!\\s)",h)),c&&(t=o.lastIndex),r=s.call(l?n:o,p),l?r?(r.input=r.input.slice(_),r[0]=r[0].slice(_),r.index=o.lastIndex,o.lastIndex+=r[0].length):o.lastIndex=0:c&&r&&(o.lastIndex=o.global?r.index+r[0].length:t),f&&r&&r.length>1&&u.call(r[0],n,(function(){for(i=1;i<arguments.length-2;i++)void 0===arguments[i]&&(r[i]=void 0)})),r}),e.exports=l},function(e,t){e.exports=function(e){return"object"==typeof e?null!==e:"function"==typeof e}},function(e,t,n){var r=n(94),i=n(436),a=n(431);e.exports=r?function(e,t,n){return i.f(e,t,a(1,n))}:function(e,t,n){return e[t]=n,e}},function(e,t,n){var r=n(97),i=n(460),a=n(454);e.exports=r?function(e,t,n){return i.f(e,t,a(1,n))}:function(e,t,n){return e[t]=n,e}},,,,function(e,t,n){"use strict";
-/*!
- * escape-html
- * Copyright(c) 2012-2013 TJ Holowaychuk
- * Copyright(c) 2015 Andreas Lubbe
- * Copyright(c) 2015 Tiancheng "Timothy" Gu
- * MIT Licensed
- */var r=/["'&<>]/;e.exports=function(e){var t,n=""+e,i=r.exec(n);if(!i)return n;var a="",o=0,s=0;for(o=i.index;o<n.length;o++){switch(n.charCodeAt(o)){case 34:t="&quot;";break;case 38:t="&amp;";break;case 39:t="&#39;";break;case 60:t="&lt;";break;case 62:t="&gt;";break;default:continue}s!==o&&(a+=n.substring(s,o)),s=o+1,a+=t}return s!==o?a+n.substring(s,o):a}},,,,function(e,t,n){"use strict";function r(e){return e&&e.__esModule?e:{default:e}}function i(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&(t[n]=e[n]);return t.default=e,t}t.__esModule=!0;var a=i(n(298)),o=r(n(588)),s=r(n(52)),u=i(n(27)),l=i(n(589)),c=r(n(591));function d(){var e=new a.HandlebarsEnvironment;return u.extend(e,a),e.SafeString=o.default,e.Exception=s.default,e.Utils=u,e.escapeExpression=u.escapeExpression,e.VM=l,e.template=function(t){return l.template(t,e)},e}var f=d();f.create=d,c.default(f),f.default=f,t.default=f,e.exports=t.default},,,,,,,,,,function(e,t){e.exports=function(e,t){return{enumerable:!(1&e),configurable:!(2&e),writable:!(4&e),value:t}}},function(e,t,n){var r=n(50);e.exports=function(e,t){if(!r(e))return e;var n,i;if(t&&"function"==typeof(n=e.toString)&&!r(i=n.call(e)))return i;if("function"==typeof(n=e.valueOf)&&!r(i=n.call(e)))return i;if(!t&&"function"==typeof(n=e.toString)&&!r(i=n.call(e)))return i;throw TypeError("Can't convert object to primitive value")}},function(e,t,n){var r=n(91),i=n(280),a=n(66),o=n(171),s=Object.defineProperty;t.f=r?s:function(e,t,n){if(a(e),t=o(t,!0),a(n),i)try{return s(e,t,n)}catch(e){}if("get"in n||"set"in n)throw TypeError("Accessors not supported");return"value"in n&&(e[t]=n.value),e}},function(e,t,n){var r=n(24),i=n(93);e.exports=function(e,t){try{i(r,e,t)}catch(n){r[e]=t}return t}},function(e,t,n){var r=n(21),i=n(68),a=n(291),o=i("species");e.exports=function(e){return a>=51||!r((function(){var t=[];return(t.constructor={})[o]=function(){return{foo:1}},1!==t[e](Boolean).foo}))}},function(e,t){e.exports=function(e){if("function"!=typeof e)throw TypeError(String(e)+" is not a function");return e}},function(e,t,n){var r=n(91),i=n(21),a=n(51),o=Object.defineProperty,s={},u=function(e){throw e};e.exports=function(e,t){if(a(s,e))return s[e];t||(t={});var n=[][e],l=!!a(t,"ACCESSORS")&&t.ACCESSORS,c=a(t,0)?t[0]:u,d=a(t,1)?t[1]:void 0;return s[e]=!!n&&!i((function(){if(l&&!r)return!0;var e={length:-1};l?o(e,1,{enumerable:!0,get:u}):e[1]=1,n.call(e,c,d)}))}},function(e,t,n){var r=n(39),i=n(178),a=n(179),o=n(106),s=n(181),u=n(30),l=n(182),c=Object.getOwnPropertyDescriptor;t.f=r?c:function(e,t){if(e=o(e),t=s(t,!0),l)try{return c(e,t)}catch(e){}if(u(e,t))return a(!i.f.call(e,t),e[t])}},function(e,t,n){"use strict";var r={}.propertyIsEnumerable,i=Object.getOwnPropertyDescriptor,a=i&&!r.call({1:2},1);t.f=a?function(e){var t=i(this,e);return!!t&&t.enumerable}:r},function(e,t){e.exports=function(e,t){return{enumerable:!(1&e),configurable:!(2&e),writable:!(4&e),value:t}}},function(e,t,n){var r=n(13),i=n(107),a="".split;e.exports=r((function(){return!Object("z").propertyIsEnumerable(0)}))?function(e){return"String"==i(e)?a.call(e,""):Object(e)}:Object},function(e,t,n){var r=n(86);e.exports=function(e,t){if(!r(e))return e;var n,i;if(t&&"function"==typeof(n=e.toString)&&!r(i=n.call(e)))return i;if("function"==typeof(n=e.valueOf)&&!r(i=n.call(e)))return i;if(!t&&"function"==typeof(n=e.toString)&&!r(i=n.call(e)))return i;throw TypeError("Can't convert object to primitive value")}},function(e,t,n){var r=n(39),i=n(13),a=n(478);e.exports=!r&&!i((function(){return 7!=Object.defineProperty(a("div"),"a",{get:function(){return 7}}).a}))},function(e,t,n){var r=n(39),i=n(182),a=n(54),o=n(181),s=Object.defineProperty;t.f=r?s:function(e,t,n){if(a(e),t=o(t,!0),a(n),i)try{return s(e,t,n)}catch(e){}if("get"in n||"set"in n)throw TypeError("Accessors not supported");return"value"in n&&(e[t]=n.value),e}},function(e,t,n){var r=n(185),i=Function.toString;"function"!=typeof r.inspectSource&&(r.inspectSource=function(e){return i.call(e)}),e.exports=r.inspectSource},function(e,t,n){var r=n(17),i=n(108),a=r["__core-js_shared__"]||i("__core-js_shared__",{});e.exports=a},function(e,t,n){var r=n(482),i=n(185);(e.exports=function(e,t){return i[e]||(i[e]=void 0!==t?t:{})})("versions",[]).push({version:"3.6.4",mode:r?"pure":"global",copyright:"© 2020 Denis Pushkarev (zloirock.ru)"})},function(e,t){var n=0,r=Math.random();e.exports=function(e){return"Symbol("+String(void 0===e?"":e)+")_"+(++n+r).toString(36)}},function(e,t){e.exports={}},function(e,t,n){var r=n(30),i=n(106),a=n(190).indexOf,o=n(188);e.exports=function(e,t){var n,s=i(e),u=0,l=[];for(n in s)!r(o,n)&&r(s,n)&&l.push(n);for(;t.length>u;)r(s,n=t[u++])&&(~a(l,n)||l.push(n));return l}},function(e,t,n){var r=n(106),i=n(191),a=n(488),o=function(e){return function(t,n,o){var s,u=r(t),l=i(u.length),c=a(o,l);if(e&&n!=n){for(;l>c;)if((s=u[c++])!=s)return!0}else for(;l>c;c++)if((e||c in u)&&u[c]===n)return e||c||0;return!e&&-1}};e.exports={includes:o(!0),indexOf:o(!1)}},function(e,t,n){var r=n(88),i=Math.min;e.exports=function(e){return e>0?i(r(e),9007199254740991):0}},function(e,t){e.exports=["constructor","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","toLocaleString","toString","valueOf"]},function(e,t){t.f=Object.getOwnPropertySymbols},function(e,t,n){var r=n(85);e.exports=function(e){return Object(r(e))}},function(e,t,n){var r=n(13);e.exports=!!Object.getOwnPropertySymbols&&!r((function(){return!String(Symbol())}))},function(e,t,n){"use strict";var r=n(105),i=n(111);r({target:"RegExp",proto:!0,forced:/./.exec!==i},{exec:i})},function(e,t,n){"use strict";var r=n(54);e.exports=function(){var e=r(this),t="";return e.global&&(t+="g"),e.ignoreCase&&(t+="i"),e.multiline&&(t+="m"),e.dotAll&&(t+="s"),e.unicode&&(t+="u"),e.sticky&&(t+="y"),t}},function(e,t,n){var r=n(432),i=n(433);e.exports=function(e){return r(i(e))}},function(e,t,n){var r=n(35),i=n(151);e.exports=function(e,t){try{i(r,e,t)}catch(n){r[e]=t}return t}},function(e,t,n){var r=n(455),i=n(457);e.exports=function(e){return r(i(e))}},function(e,t,n){var r=n(28),i=n(152);e.exports=function(e,t){try{i(r,e,t)}catch(n){r[e]=t}return t}},,,,,function(e,t,n){"use strict";n(597),Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var r,i=(r=n(620))&&r.__esModule?r:{default:r},a=n(209);var o=i.default.create({headers:{requesttoken:(0,a.getRequestToken)()}}),s=Object.assign(o,{CancelToken:i.default.CancelToken,isCancel:i.default.isCancel});(0,a.onRequestTokenUpdate)((function(e){return o.defaults.headers.requesttoken=e}));var u=s;t.default=u},function(e,t,n){"use strict";(function(e){n.d(t,"b",(function(){return r})),n.d(t,"a",(function(){return i}));
-/**
- * @copyright 2019 Christoph Wurst <christoph@winzerhof-wurst.at>
- *
- * @author 2019 Christoph Wurst <christoph@winzerhof-wurst.at>
- *
- * @license GNU AGPL version 3 or any later version
- *
- * This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License as
- * published by the Free Software Foundation, either version 3 of the
- * License, or (at your option) any later version.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU Affero General Public License for more details.
- *
- * You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see <http://www.gnu.org/licenses/>.
- */
-var r=function(e){var t,n,r,i={};if(!e)return null;(t=e.indexOf("?"))>=0&&(e=e.substr(t+1));for(var a=e.replace(/\+/g,"%20").split("&"),o=0;o<a.length;o++){var s=a[o];(n=(t=s.indexOf("="))>=0?[s.substr(0,t),s.substr(t+1)]:[s]).length&&((r=decodeURIComponent(n[0]))&&(n.length>1?i[r]=decodeURIComponent(n[1]):i[r]=null))}return i},i=function(t){return t?e.map(t,(function(e,t){var n=encodeURIComponent(t);return null!=e&&(n+="="+encodeURIComponent(e)),n})).join("&"):""}}).call(this,n(0))},,function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),Object.defineProperty(t,"getRequestToken",{enumerable:!0,get:function(){return r.getRequestToken}}),Object.defineProperty(t,"onRequestTokenUpdate",{enumerable:!0,get:function(){return r.onRequestTokenUpdate}}),Object.defineProperty(t,"getCurrentUser",{enumerable:!0,get:function(){return i.getCurrentUser}});var r=n(637),i=n(669)},function(e,t,n){"use strict";n.d(t,"b",(function(){return s}));var r=n(0),i=n.n(r),a=!1,o={enableDynamicSlideToggle:function(){a=!0},showAppSidebar:function(e){(e||i()("#app-sidebar")).removeClass("disappear").show(),i()("#app-content").trigger(new i.a.Event("appresized"))},hideAppSidebar:function(e){(e||i()("#app-sidebar")).hide().addClass("disappear"),i()("#app-content").trigger(new i.a.Event("appresized"))}},s=function(){var e=i()("[data-apps-slide-toggle]");0===e.length&&i()("#app-navigation").addClass("without-app-settings"),i()(document).click((function(t){a&&(e=i()("[data-apps-slide-toggle]")),e.each((function(e,n){var r=i()(n).data("apps-slide-toggle"),a=i()(r);function o(){a.slideUp(4*OC.menuSpeed,(function(){a.trigger(new i.a.Event("hide"))})),a.removeClass("opened"),i()(n).removeClass("opened")}if(!a.is(":animated"))if(i()(n).is(i()(t.target).closest("[data-apps-slide-toggle]")))a.is(":visible")?o():function(){a.slideDown(4*OC.menuSpeed,(function(){a.trigger(new i.a.Event("show"))})),a.addClass("opened"),i()(n).addClass("opened");var e=i()(r+" [autofocus]");1===e.length&&e.focus()}();else{var s=i()(t.target).closest(r);a.is(":visible")&&s[0]!==a[0]&&o()}}))}))};t.a=o},function(e,t,n){"undefined"==typeof dav&&(dav={}),dav._XML_CHAR_MAP={"<":"&lt;",">":"&gt;","&":"&amp;",'"':"&quot;","'":"&apos;"},dav._escapeXml=function(e){return e.replace(/[<>&"']/g,(function(e){return dav._XML_CHAR_MAP[e]}))},dav.Client=function(e){var t;for(t in e)this[t]=e[t]},dav.Client.prototype={baseUrl:null,userName:null,password:null,xmlNamespaces:{"DAV:":"d"},propFind:function(e,t,n,r){void 0===n&&(n="0"),n=""+n,(r=r||{}).Depth=n,r["Content-Type"]="application/xml; charset=utf-8";var i,a='<?xml version="1.0"?>\n<d:propfind ';for(i in this.xmlNamespaces)a+=" xmlns:"+this.xmlNamespaces[i]+'="'+i+'"';for(var o in a+=">\n <d:prop>\n",t)if(t.hasOwnProperty(o)){var s=this.parseClarkNotation(t[o]);this.xmlNamespaces[s.namespace]?a+=" <"+this.xmlNamespaces[s.namespace]+":"+s.name+" />\n":a+=" <x:"+s.name+' xmlns:x="'+s.namespace+'" />\n'}return a+=" </d:prop>\n",a+="</d:propfind>",this.request("PROPFIND",e,r,a).then(function(e){return"0"===n?{status:e.status,body:e.body[0],xhr:e.xhr}:{status:e.status,body:e.body,xhr:e.xhr}}.bind(this))},_renderPropSet:function(e){var t=" <d:set>\n <d:prop>\n";for(var n in e)if(e.hasOwnProperty(n)){var r,i=this.parseClarkNotation(n),a=e[n];"d:resourcetype"!==(r=this.xmlNamespaces[i.namespace]?this.xmlNamespaces[i.namespace]+":"+i.name:"x:"+i.name+' xmlns:x="'+i.namespace+'"')&&(a=dav._escapeXml(a)),t+=" <"+r+">"+a+"</"+r+">\n"}return t+=" </d:prop>\n",t+=" </d:set>\n"},propPatch:function(e,t,n){(n=n||{})["Content-Type"]="application/xml; charset=utf-8";var r,i='<?xml version="1.0"?>\n<d:propertyupdate ';for(r in this.xmlNamespaces)i+=" xmlns:"+this.xmlNamespaces[r]+'="'+r+'"';return i+=">\n"+this._renderPropSet(t),i+="</d:propertyupdate>",this.request("PROPPATCH",e,n,i).then(function(e){return{status:e.status,body:e.body,xhr:e.xhr}}.bind(this))},mkcol:function(e,t,n){var r="";if((n=n||{})["Content-Type"]="application/xml; charset=utf-8",t){var i;for(i in r='<?xml version="1.0"?>\n<d:mkcol',this.xmlNamespaces)r+=" xmlns:"+this.xmlNamespaces[i]+'="'+i+'"';r+=">\n"+this._renderPropSet(t),r+="</d:mkcol>"}return this.request("MKCOL",e,n,r).then(function(e){return{status:e.status,body:e.body,xhr:e.xhr}}.bind(this))},request:function(e,t,n,r,i,a){var o,s=this,u=this.xhrProvider();for(o in n=n||{},i=i||"",this.userName&&(n.Authorization="Basic "+btoa(this.userName+":"+this.password)),u.open(e,this.resolveUrl(t),!0),n)u.setRequestHeader(o,n[o]);return u.responseType=i,a&&"function"==typeof a.onProgress&&("PUT"===e||"POST"===e?u.upload.addEventListener("progress",(function(e){a.onProgress(e)}),!1):u.addEventListener("progress",(function(e){a.onProgress(e)}),!1)),void 0===r?u.send():u.send(r),new Promise((function(e,t){u.onreadystatechange=function(){if(4===u.readyState){var t=u.response;207===u.status&&(t=s.parseMultiStatus(u.response)),e({body:t,status:u.status,xhr:u})}},u.ontimeout=function(){t(new Error("Timeout exceeded"))}}))},xhrProvider:function(){return new XMLHttpRequest},_parsePropNode:function(e){var t=null;if(e.childNodes&&e.childNodes.length>0){for(var n=[],r=0;r<e.childNodes.length;r++){var i=e.childNodes[r];1===i.nodeType&&n.push(i)}n.length&&(t=n)}return t||e.textContent||e.text||""},parseMultiStatus:function(e){for(var t=(new DOMParser).parseFromString(e,"application/xml"),n=function(e){var t;for(t in this.xmlNamespaces)if(this.xmlNamespaces[t]===e)return t}.bind(this),r=t.evaluate("/d:multistatus/d:response",t,n,XPathResult.ANY_TYPE,null),i=[],a=r.iterateNext();a;){var o={href:null,propStat:[]};o.href=t.evaluate("string(d:href)",a,n,XPathResult.ANY_TYPE,null).stringValue;for(var s=t.evaluate("d:propstat",a,n,XPathResult.ANY_TYPE,null),u=s.iterateNext();u;){for(var l={status:t.evaluate("string(d:status)",u,n,XPathResult.ANY_TYPE,null).stringValue,properties:{}},c=t.evaluate("d:prop/*",u,n,XPathResult.ANY_TYPE,null),d=c.iterateNext();d;){var f=this._parsePropNode(d);l.properties["{"+d.namespaceURI+"}"+d.localName]=f,d=c.iterateNext()}o.propStat.push(l),u=s.iterateNext()}i.push(o),a=r.iterateNext()}return i},resolveUrl:function(e){if(/^https?:\/\//i.test(e))return e;var t=this.parseUrl(this.baseUrl);if(e.charAt("/"))return t.root+e;t.root;return-1!==t.path.lastIndexOf("/")&&t.path.subString(0,t.path.lastIndexOf("/"))+"/",e,e},parseUrl:function(e){var t=e.match(/^(?:([A-Za-z]+):)?(\/{0,3})([0-9.\-A-Za-z]+)(?::(\d+))?(?:\/([^?#]*))?(?:\?([^#]*))?(?:#(.*))?$/),n={url:t[0],scheme:t[1],host:t[3],port:t[4],path:t[5],query:t[6],fragment:t[7]};return n.root=n.scheme+"://"+n.host+(n.port?":"+n.port:""),n},parseClarkNotation:function(e){var t=e.match(/^{([^}]+)}(.*)$/);if(t)return{name:t[2],namespace:t[1]}}},void 0!==e.exports&&(e.exports.Client=dav.Client),e.exports=dav},function(e,n,r){"use strict";var i=r(2),a=r.n(i),o=r(0),s=r.n(o),u=r(1),l=r.n(u),c=r(4);
-/**
- * @copyright 2019 Christoph Wurst <christoph@winzerhof-wurst.at>
- *
- * @author 2019 Christoph Wurst <christoph@winzerhof-wurst.at>
- *
- * @license GNU AGPL version 3 or any later version
- *
- * This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License as
- * published by the Free Software Foundation, either version 3 of the
- * License, or (at your option) any later version.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU Affero General Public License for more details.
- *
- * You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see <http://www.gnu.org/licenses/>.
- */n.a={callback:null,pageLoadTime:null,init:function(){s()(".password-confirm-required").on("click",a.a.bind(this.requirePasswordConfirmation,this)),this.pageLoadTime=l.a.now()},requiresPasswordConfirmation:function(){var e=this.pageLoadTime-1e3*window.nc_pageLoad,t=l.a.now()-(e+1e3*window.nc_lastLogin);return window.backendAllowsPasswordConfirmation&&t>18e5},requirePasswordConfirmation:function(e,n,r){n=void 0!==n?n:{};var i={title:t("core","Authentication required"),text:t("core","This action requires you to confirm your password"),confirm:t("core","Confirm"),label:t("core","Password"),error:""},o=a.a.extend(i,n),u=this;this.requiresPasswordConfirmation()&&c.a.dialogs.prompt(o.text,o.title,(function(e,t){e&&""!==t?u._confirmPassword(t,o):a.a.isFunction(r)&&r()}),!0,o.label,!0).then((function(){var e=s()(".oc-dialog:visible");if(e.find(".ui-icon").remove(),e.addClass("password-confirmation"),""!==o.error){var t=s()("<p></p>").addClass("msg warning").text(o.error);e.find(".oc-dialog-content").append(t)}e.find(".oc-dialog-buttonrow").addClass("aside");var n=e.find("button");n.eq(0).hide(),n.eq(1).text(o.confirm)})),this.callback=e},_confirmPassword:function(e,n){var r=this;s.a.ajax({url:c.a.generateUrl("/login/confirm"),data:{password:e},type:"POST",success:function(e){window.nc_lastLogin=e.lastLogin,a.a.isFunction(r.callback)&&r.callback()},error:function(){n.error=t("core","Failed to authenticate, try again"),c.a.PasswordConfirmation.requirePasswordConfirmation(r.callback,n)}})}}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.ProxyBus=void 0;var r,i=(r=n(214))&&r.__esModule?r:{default:r};function a(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}var o="1.1.3",s=function(){function e(t){!function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,e),function(e,t,n){t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n}(this,"bus",void 0),"function"==typeof t.getVersion&&i.default.valid(t.getVersion())?i.default.major(t.getVersion())!==i.default.major(this.getVersion())&&console.warn("Proxying an event bus of version "+t.getVersion()+" with "+this.getVersion()):console.warn("Proxying an event bus with an unknown or invalid version"),this.bus=t}var t,n,r;return t=e,(n=[{key:"getVersion",value:function(){return o}},{key:"subscribe",value:function(e,t){this.bus.subscribe(e,t)}},{key:"unsubscribe",value:function(e,t){this.bus.unsubscribe(e,t)}},{key:"emit",value:function(e,t){this.bus.emit(e,t)}}])&&a(t.prototype,n),r&&a(t,r),e}();t.ProxyBus=s},function(e,t,n){(function(n){var r;t=e.exports=f,r="object"==typeof n&&n.env&&n.env.NODE_DEBUG&&/\bsemver\b/i.test(n.env.NODE_DEBUG)?function(){var e=Array.prototype.slice.call(arguments,0);e.unshift("SEMVER"),console.log.apply(console,e)}:function(){},t.SEMVER_SPEC_VERSION="2.0.0";var i=Number.MAX_SAFE_INTEGER||9007199254740991,a=t.re=[],o=t.src=[],s=t.tokens={},u=0;function l(e){s[e]=u++}l("NUMERICIDENTIFIER"),o[s.NUMERICIDENTIFIER]="0|[1-9]\\d*",l("NUMERICIDENTIFIERLOOSE"),o[s.NUMERICIDENTIFIERLOOSE]="[0-9]+",l("NONNUMERICIDENTIFIER"),o[s.NONNUMERICIDENTIFIER]="\\d*[a-zA-Z-][a-zA-Z0-9-]*",l("MAINVERSION"),o[s.MAINVERSION]="("+o[s.NUMERICIDENTIFIER]+")\\.("+o[s.NUMERICIDENTIFIER]+")\\.("+o[s.NUMERICIDENTIFIER]+")",l("MAINVERSIONLOOSE"),o[s.MAINVERSIONLOOSE]="("+o[s.NUMERICIDENTIFIERLOOSE]+")\\.("+o[s.NUMERICIDENTIFIERLOOSE]+")\\.("+o[s.NUMERICIDENTIFIERLOOSE]+")",l("PRERELEASEIDENTIFIER"),o[s.PRERELEASEIDENTIFIER]="(?:"+o[s.NUMERICIDENTIFIER]+"|"+o[s.NONNUMERICIDENTIFIER]+")",l("PRERELEASEIDENTIFIERLOOSE"),o[s.PRERELEASEIDENTIFIERLOOSE]="(?:"+o[s.NUMERICIDENTIFIERLOOSE]+"|"+o[s.NONNUMERICIDENTIFIER]+")",l("PRERELEASE"),o[s.PRERELEASE]="(?:-("+o[s.PRERELEASEIDENTIFIER]+"(?:\\."+o[s.PRERELEASEIDENTIFIER]+")*))",l("PRERELEASELOOSE"),o[s.PRERELEASELOOSE]="(?:-?("+o[s.PRERELEASEIDENTIFIERLOOSE]+"(?:\\."+o[s.PRERELEASEIDENTIFIERLOOSE]+")*))",l("BUILDIDENTIFIER"),o[s.BUILDIDENTIFIER]="[0-9A-Za-z-]+",l("BUILD"),o[s.BUILD]="(?:\\+("+o[s.BUILDIDENTIFIER]+"(?:\\."+o[s.BUILDIDENTIFIER]+")*))",l("FULL"),l("FULLPLAIN"),o[s.FULLPLAIN]="v?"+o[s.MAINVERSION]+o[s.PRERELEASE]+"?"+o[s.BUILD]+"?",o[s.FULL]="^"+o[s.FULLPLAIN]+"$",l("LOOSEPLAIN"),o[s.LOOSEPLAIN]="[v=\\s]*"+o[s.MAINVERSIONLOOSE]+o[s.PRERELEASELOOSE]+"?"+o[s.BUILD]+"?",l("LOOSE"),o[s.LOOSE]="^"+o[s.LOOSEPLAIN]+"$",l("GTLT"),o[s.GTLT]="((?:<|>)?=?)",l("XRANGEIDENTIFIERLOOSE"),o[s.XRANGEIDENTIFIERLOOSE]=o[s.NUMERICIDENTIFIERLOOSE]+"|x|X|\\*",l("XRANGEIDENTIFIER"),o[s.XRANGEIDENTIFIER]=o[s.NUMERICIDENTIFIER]+"|x|X|\\*",l("XRANGEPLAIN"),o[s.XRANGEPLAIN]="[v=\\s]*("+o[s.XRANGEIDENTIFIER]+")(?:\\.("+o[s.XRANGEIDENTIFIER]+")(?:\\.("+o[s.XRANGEIDENTIFIER]+")(?:"+o[s.PRERELEASE]+")?"+o[s.BUILD]+"?)?)?",l("XRANGEPLAINLOOSE"),o[s.XRANGEPLAINLOOSE]="[v=\\s]*("+o[s.XRANGEIDENTIFIERLOOSE]+")(?:\\.("+o[s.XRANGEIDENTIFIERLOOSE]+")(?:\\.("+o[s.XRANGEIDENTIFIERLOOSE]+")(?:"+o[s.PRERELEASELOOSE]+")?"+o[s.BUILD]+"?)?)?",l("XRANGE"),o[s.XRANGE]="^"+o[s.GTLT]+"\\s*"+o[s.XRANGEPLAIN]+"$",l("XRANGELOOSE"),o[s.XRANGELOOSE]="^"+o[s.GTLT]+"\\s*"+o[s.XRANGEPLAINLOOSE]+"$",l("COERCE"),o[s.COERCE]="(^|[^\\d])(\\d{1,16})(?:\\.(\\d{1,16}))?(?:\\.(\\d{1,16}))?(?:$|[^\\d])",l("COERCERTL"),a[s.COERCERTL]=new RegExp(o[s.COERCE],"g"),l("LONETILDE"),o[s.LONETILDE]="(?:~>?)",l("TILDETRIM"),o[s.TILDETRIM]="(\\s*)"+o[s.LONETILDE]+"\\s+",a[s.TILDETRIM]=new RegExp(o[s.TILDETRIM],"g");l("TILDE"),o[s.TILDE]="^"+o[s.LONETILDE]+o[s.XRANGEPLAIN]+"$",l("TILDELOOSE"),o[s.TILDELOOSE]="^"+o[s.LONETILDE]+o[s.XRANGEPLAINLOOSE]+"$",l("LONECARET"),o[s.LONECARET]="(?:\\^)",l("CARETTRIM"),o[s.CARETTRIM]="(\\s*)"+o[s.LONECARET]+"\\s+",a[s.CARETTRIM]=new RegExp(o[s.CARETTRIM],"g");l("CARET"),o[s.CARET]="^"+o[s.LONECARET]+o[s.XRANGEPLAIN]+"$",l("CARETLOOSE"),o[s.CARETLOOSE]="^"+o[s.LONECARET]+o[s.XRANGEPLAINLOOSE]+"$",l("COMPARATORLOOSE"),o[s.COMPARATORLOOSE]="^"+o[s.GTLT]+"\\s*("+o[s.LOOSEPLAIN]+")$|^$",l("COMPARATOR"),o[s.COMPARATOR]="^"+o[s.GTLT]+"\\s*("+o[s.FULLPLAIN]+")$|^$",l("COMPARATORTRIM"),o[s.COMPARATORTRIM]="(\\s*)"+o[s.GTLT]+"\\s*("+o[s.LOOSEPLAIN]+"|"+o[s.XRANGEPLAIN]+")",a[s.COMPARATORTRIM]=new RegExp(o[s.COMPARATORTRIM],"g");l("HYPHENRANGE"),o[s.HYPHENRANGE]="^\\s*("+o[s.XRANGEPLAIN]+")\\s+-\\s+("+o[s.XRANGEPLAIN]+")\\s*$",l("HYPHENRANGELOOSE"),o[s.HYPHENRANGELOOSE]="^\\s*("+o[s.XRANGEPLAINLOOSE]+")\\s+-\\s+("+o[s.XRANGEPLAINLOOSE]+")\\s*$",l("STAR"),o[s.STAR]="(<|>)?=?\\s*\\*";for(var c=0;c<u;c++)r(c,o[c]),a[c]||(a[c]=new RegExp(o[c]));function d(e,t){if(t&&"object"==typeof t||(t={loose:!!t,includePrerelease:!1}),e instanceof f)return e;if("string"!=typeof e)return null;if(e.length>256)return null;if(!(t.loose?a[s.LOOSE]:a[s.FULL]).test(e))return null;try{return new f(e,t)}catch(e){return null}}function f(e,t){if(t&&"object"==typeof t||(t={loose:!!t,includePrerelease:!1}),e instanceof f){if(e.loose===t.loose)return e;e=e.version}else if("string"!=typeof e)throw new TypeError("Invalid Version: "+e);if(e.length>256)throw new TypeError("version is longer than 256 characters");if(!(this instanceof f))return new f(e,t);r("SemVer",e,t),this.options=t,this.loose=!!t.loose;var n=e.trim().match(t.loose?a[s.LOOSE]:a[s.FULL]);if(!n)throw new TypeError("Invalid Version: "+e);if(this.raw=e,this.major=+n[1],this.minor=+n[2],this.patch=+n[3],this.major>i||this.major<0)throw new TypeError("Invalid major version");if(this.minor>i||this.minor<0)throw new TypeError("Invalid minor version");if(this.patch>i||this.patch<0)throw new TypeError("Invalid patch version");n[4]?this.prerelease=n[4].split(".").map((function(e){if(/^[0-9]+$/.test(e)){var t=+e;if(t>=0&&t<i)return t}return e})):this.prerelease=[],this.build=n[5]?n[5].split("."):[],this.format()}t.parse=d,t.valid=function(e,t){var n=d(e,t);return n?n.version:null},t.clean=function(e,t){var n=d(e.trim().replace(/^[=v]+/,""),t);return n?n.version:null},t.SemVer=f,f.prototype.format=function(){return this.version=this.major+"."+this.minor+"."+this.patch,this.prerelease.length&&(this.version+="-"+this.prerelease.join(".")),this.version},f.prototype.toString=function(){return this.version},f.prototype.compare=function(e){return r("SemVer.compare",this.version,this.options,e),e instanceof f||(e=new f(e,this.options)),this.compareMain(e)||this.comparePre(e)},f.prototype.compareMain=function(e){return e instanceof f||(e=new f(e,this.options)),m(this.major,e.major)||m(this.minor,e.minor)||m(this.patch,e.patch)},f.prototype.comparePre=function(e){if(e instanceof f||(e=new f(e,this.options)),this.prerelease.length&&!e.prerelease.length)return-1;if(!this.prerelease.length&&e.prerelease.length)return 1;if(!this.prerelease.length&&!e.prerelease.length)return 0;var t=0;do{var n=this.prerelease[t],i=e.prerelease[t];if(r("prerelease compare",t,n,i),void 0===n&&void 0===i)return 0;if(void 0===i)return 1;if(void 0===n)return-1;if(n!==i)return m(n,i)}while(++t)},f.prototype.compareBuild=function(e){e instanceof f||(e=new f(e,this.options));var t=0;do{var n=this.build[t],i=e.build[t];if(r("prerelease compare",t,n,i),void 0===n&&void 0===i)return 0;if(void 0===i)return 1;if(void 0===n)return-1;if(n!==i)return m(n,i)}while(++t)},f.prototype.inc=function(e,t){switch(e){case"premajor":this.prerelease.length=0,this.patch=0,this.minor=0,this.major++,this.inc("pre",t);break;case"preminor":this.prerelease.length=0,this.patch=0,this.minor++,this.inc("pre",t);break;case"prepatch":this.prerelease.length=0,this.inc("patch",t),this.inc("pre",t);break;case"prerelease":0===this.prerelease.length&&this.inc("patch",t),this.inc("pre",t);break;case"major":0===this.minor&&0===this.patch&&0!==this.prerelease.length||this.major++,this.minor=0,this.patch=0,this.prerelease=[];break;case"minor":0===this.patch&&0!==this.prerelease.length||this.minor++,this.patch=0,this.prerelease=[];break;case"patch":0===this.prerelease.length&&this.patch++,this.prerelease=[];break;case"pre":if(0===this.prerelease.length)this.prerelease=[0];else{for(var n=this.prerelease.length;--n>=0;)"number"==typeof this.prerelease[n]&&(this.prerelease[n]++,n=-2);-1===n&&this.prerelease.push(0)}t&&(this.prerelease[0]===t?isNaN(this.prerelease[1])&&(this.prerelease=[t,0]):this.prerelease=[t,0]);break;default:throw new Error("invalid increment argument: "+e)}return this.format(),this.raw=this.version,this},t.inc=function(e,t,n,r){"string"==typeof n&&(r=n,n=void 0);try{return new f(e,n).inc(t,r).version}catch(e){return null}},t.diff=function(e,t){if(g(e,t))return null;var n=d(e),r=d(t),i="";if(n.prerelease.length||r.prerelease.length){i="pre";var a="prerelease"}for(var o in n)if(("major"===o||"minor"===o||"patch"===o)&&n[o]!==r[o])return i+o;return a},t.compareIdentifiers=m;var h=/^[0-9]+$/;function m(e,t){var n=h.test(e),r=h.test(t);return n&&r&&(e=+e,t=+t),e===t?0:n&&!r?-1:r&&!n?1:e<t?-1:1}function _(e,t,n){return new f(e,n).compare(new f(t,n))}function p(e,t,n){return _(e,t,n)>0}function y(e,t,n){return _(e,t,n)<0}function g(e,t,n){return 0===_(e,t,n)}function v(e,t,n){return 0!==_(e,t,n)}function M(e,t,n){return _(e,t,n)>=0}function L(e,t,n){return _(e,t,n)<=0}function Y(e,t,n,r){switch(t){case"===":return"object"==typeof e&&(e=e.version),"object"==typeof n&&(n=n.version),e===n;case"!==":return"object"==typeof e&&(e=e.version),"object"==typeof n&&(n=n.version),e!==n;case"":case"=":case"==":return g(e,n,r);case"!=":return v(e,n,r);case">":return p(e,n,r);case">=":return M(e,n,r);case"<":return y(e,n,r);case"<=":return L(e,n,r);default:throw new TypeError("Invalid operator: "+t)}}function k(e,t){if(t&&"object"==typeof t||(t={loose:!!t,includePrerelease:!1}),e instanceof k){if(e.loose===!!t.loose)return e;e=e.value}if(!(this instanceof k))return new k(e,t);r("comparator",e,t),this.options=t,this.loose=!!t.loose,this.parse(e),this.semver===w?this.value="":this.value=this.operator+this.semver.version,r("comp",this)}t.rcompareIdentifiers=function(e,t){return m(t,e)},t.major=function(e,t){return new f(e,t).major},t.minor=function(e,t){return new f(e,t).minor},t.patch=function(e,t){return new f(e,t).patch},t.compare=_,t.compareLoose=function(e,t){return _(e,t,!0)},t.compareBuild=function(e,t,n){var r=new f(e,n),i=new f(t,n);return r.compare(i)||r.compareBuild(i)},t.rcompare=function(e,t,n){return _(t,e,n)},t.sort=function(e,n){return e.sort((function(e,r){return t.compareBuild(e,r,n)}))},t.rsort=function(e,n){return e.sort((function(e,r){return t.compareBuild(r,e,n)}))},t.gt=p,t.lt=y,t.eq=g,t.neq=v,t.gte=M,t.lte=L,t.cmp=Y,t.Comparator=k;var w={};function b(e,t){if(t&&"object"==typeof t||(t={loose:!!t,includePrerelease:!1}),e instanceof b)return e.loose===!!t.loose&&e.includePrerelease===!!t.includePrerelease?e:new b(e.raw,t);if(e instanceof k)return new b(e.value,t);if(!(this instanceof b))return new b(e,t);if(this.options=t,this.loose=!!t.loose,this.includePrerelease=!!t.includePrerelease,this.raw=e,this.set=e.split(/\s*\|\|\s*/).map((function(e){return this.parseRange(e.trim())}),this).filter((function(e){return e.length})),!this.set.length)throw new TypeError("Invalid SemVer Range: "+e);this.format()}function T(e,t){for(var n=!0,r=e.slice(),i=r.pop();n&&r.length;)n=r.every((function(e){return i.intersects(e,t)})),i=r.pop();return n}function x(e){return!e||"x"===e.toLowerCase()||"*"===e}function D(e,t,n,r,i,a,o,s,u,l,c,d,f){return((t=x(n)?"":x(r)?">="+n+".0.0":x(i)?">="+n+"."+r+".0":">="+t)+" "+(s=x(u)?"":x(l)?"<"+(+u+1)+".0.0":x(c)?"<"+u+"."+(+l+1)+".0":d?"<="+u+"."+l+"."+c+"-"+d:"<="+s)).trim()}function S(e,t,n){for(var i=0;i<e.length;i++)if(!e[i].test(t))return!1;if(t.prerelease.length&&!n.includePrerelease){for(i=0;i<e.length;i++)if(r(e[i].semver),e[i].semver!==w&&e[i].semver.prerelease.length>0){var a=e[i].semver;if(a.major===t.major&&a.minor===t.minor&&a.patch===t.patch)return!0}return!1}return!0}function E(e,t,n){try{t=new b(t,n)}catch(e){return!1}return t.test(e)}function j(e,t,n,r){var i,a,o,s,u;switch(e=new f(e,r),t=new b(t,r),n){case">":i=p,a=L,o=y,s=">",u=">=";break;case"<":i=y,a=M,o=p,s="<",u="<=";break;default:throw new TypeError('Must provide a hilo val of "<" or ">"')}if(E(e,t,r))return!1;for(var l=0;l<t.set.length;++l){var c=t.set[l],d=null,h=null;if(c.forEach((function(e){e.semver===w&&(e=new k(">=0.0.0")),d=d||e,h=h||e,i(e.semver,d.semver,r)?d=e:o(e.semver,h.semver,r)&&(h=e)})),d.operator===s||d.operator===u)return!1;if((!h.operator||h.operator===s)&&a(e,h.semver))return!1;if(h.operator===u&&o(e,h.semver))return!1}return!0}k.prototype.parse=function(e){var t=this.options.loose?a[s.COMPARATORLOOSE]:a[s.COMPARATOR],n=e.match(t);if(!n)throw new TypeError("Invalid comparator: "+e);this.operator=void 0!==n[1]?n[1]:"","="===this.operator&&(this.operator=""),n[2]?this.semver=new f(n[2],this.options.loose):this.semver=w},k.prototype.toString=function(){return this.value},k.prototype.test=function(e){if(r("Comparator.test",e,this.options.loose),this.semver===w||e===w)return!0;if("string"==typeof e)try{e=new f(e,this.options)}catch(e){return!1}return Y(e,this.operator,this.semver,this.options)},k.prototype.intersects=function(e,t){if(!(e instanceof k))throw new TypeError("a Comparator is required");var n;if(t&&"object"==typeof t||(t={loose:!!t,includePrerelease:!1}),""===this.operator)return""===this.value||(n=new b(e.value,t),E(this.value,n,t));if(""===e.operator)return""===e.value||(n=new b(this.value,t),E(e.semver,n,t));var r=!(">="!==this.operator&&">"!==this.operator||">="!==e.operator&&">"!==e.operator),i=!("<="!==this.operator&&"<"!==this.operator||"<="!==e.operator&&"<"!==e.operator),a=this.semver.version===e.semver.version,o=!(">="!==this.operator&&"<="!==this.operator||">="!==e.operator&&"<="!==e.operator),s=Y(this.semver,"<",e.semver,t)&&(">="===this.operator||">"===this.operator)&&("<="===e.operator||"<"===e.operator),u=Y(this.semver,">",e.semver,t)&&("<="===this.operator||"<"===this.operator)&&(">="===e.operator||">"===e.operator);return r||i||a&&o||s||u},t.Range=b,b.prototype.format=function(){return this.range=this.set.map((function(e){return e.join(" ").trim()})).join("||").trim(),this.range},b.prototype.toString=function(){return this.range},b.prototype.parseRange=function(e){var t=this.options.loose;e=e.trim();var n=t?a[s.HYPHENRANGELOOSE]:a[s.HYPHENRANGE];e=e.replace(n,D),r("hyphen replace",e),e=e.replace(a[s.COMPARATORTRIM],"$1$2$3"),r("comparator trim",e,a[s.COMPARATORTRIM]),e=(e=(e=e.replace(a[s.TILDETRIM],"$1~")).replace(a[s.CARETTRIM],"$1^")).split(/\s+/).join(" ");var i=t?a[s.COMPARATORLOOSE]:a[s.COMPARATOR],o=e.split(" ").map((function(e){return function(e,t){return r("comp",e,t),e=function(e,t){return e.trim().split(/\s+/).map((function(e){return function(e,t){r("caret",e,t);var n=t.loose?a[s.CARETLOOSE]:a[s.CARET];return e.replace(n,(function(t,n,i,a,o){var s;return r("caret",e,t,n,i,a,o),x(n)?s="":x(i)?s=">="+n+".0.0 <"+(+n+1)+".0.0":x(a)?s="0"===n?">="+n+"."+i+".0 <"+n+"."+(+i+1)+".0":">="+n+"."+i+".0 <"+(+n+1)+".0.0":o?(r("replaceCaret pr",o),s="0"===n?"0"===i?">="+n+"."+i+"."+a+"-"+o+" <"+n+"."+i+"."+(+a+1):">="+n+"."+i+"."+a+"-"+o+" <"+n+"."+(+i+1)+".0":">="+n+"."+i+"."+a+"-"+o+" <"+(+n+1)+".0.0"):(r("no pr"),s="0"===n?"0"===i?">="+n+"."+i+"."+a+" <"+n+"."+i+"."+(+a+1):">="+n+"."+i+"."+a+" <"+n+"."+(+i+1)+".0":">="+n+"."+i+"."+a+" <"+(+n+1)+".0.0"),r("caret return",s),s}))}(e,t)})).join(" ")}(e,t),r("caret",e),e=function(e,t){return e.trim().split(/\s+/).map((function(e){return function(e,t){var n=t.loose?a[s.TILDELOOSE]:a[s.TILDE];return e.replace(n,(function(t,n,i,a,o){var s;return r("tilde",e,t,n,i,a,o),x(n)?s="":x(i)?s=">="+n+".0.0 <"+(+n+1)+".0.0":x(a)?s=">="+n+"."+i+".0 <"+n+"."+(+i+1)+".0":o?(r("replaceTilde pr",o),s=">="+n+"."+i+"."+a+"-"+o+" <"+n+"."+(+i+1)+".0"):s=">="+n+"."+i+"."+a+" <"+n+"."+(+i+1)+".0",r("tilde return",s),s}))}(e,t)})).join(" ")}(e,t),r("tildes",e),e=function(e,t){return r("replaceXRanges",e,t),e.split(/\s+/).map((function(e){return function(e,t){e=e.trim();var n=t.loose?a[s.XRANGELOOSE]:a[s.XRANGE];return e.replace(n,(function(n,i,a,o,s,u){r("xRange",e,n,i,a,o,s,u);var l=x(a),c=l||x(o),d=c||x(s),f=d;return"="===i&&f&&(i=""),u=t.includePrerelease?"-0":"",l?n=">"===i||"<"===i?"<0.0.0-0":"*":i&&f?(c&&(o=0),s=0,">"===i?(i=">=",c?(a=+a+1,o=0,s=0):(o=+o+1,s=0)):"<="===i&&(i="<",c?a=+a+1:o=+o+1),n=i+a+"."+o+"."+s+u):c?n=">="+a+".0.0"+u+" <"+(+a+1)+".0.0"+u:d&&(n=">="+a+"."+o+".0"+u+" <"+a+"."+(+o+1)+".0"+u),r("xRange return",n),n}))}(e,t)})).join(" ")}(e,t),r("xrange",e),e=function(e,t){return r("replaceStars",e,t),e.trim().replace(a[s.STAR],"")}(e,t),r("stars",e),e}(e,this.options)}),this).join(" ").split(/\s+/);return this.options.loose&&(o=o.filter((function(e){return!!e.match(i)}))),o=o.map((function(e){return new k(e,this.options)}),this)},b.prototype.intersects=function(e,t){if(!(e instanceof b))throw new TypeError("a Range is required");return this.set.some((function(n){return T(n,t)&&e.set.some((function(e){return T(e,t)&&n.every((function(n){return e.every((function(e){return n.intersects(e,t)}))}))}))}))},t.toComparators=function(e,t){return new b(e,t).set.map((function(e){return e.map((function(e){return e.value})).join(" ").trim().split(" ")}))},b.prototype.test=function(e){if(!e)return!1;if("string"==typeof e)try{e=new f(e,this.options)}catch(e){return!1}for(var t=0;t<this.set.length;t++)if(S(this.set[t],e,this.options))return!0;return!1},t.satisfies=E,t.maxSatisfying=function(e,t,n){var r=null,i=null;try{var a=new b(t,n)}catch(e){return null}return e.forEach((function(e){a.test(e)&&(r&&-1!==i.compare(e)||(i=new f(r=e,n)))})),r},t.minSatisfying=function(e,t,n){var r=null,i=null;try{var a=new b(t,n)}catch(e){return null}return e.forEach((function(e){a.test(e)&&(r&&1!==i.compare(e)||(i=new f(r=e,n)))})),r},t.minVersion=function(e,t){e=new b(e,t);var n=new f("0.0.0");if(e.test(n))return n;if(n=new f("0.0.0-0"),e.test(n))return n;n=null;for(var r=0;r<e.set.length;++r){e.set[r].forEach((function(e){var t=new f(e.semver.version);switch(e.operator){case">":0===t.prerelease.length?t.patch++:t.prerelease.push(0),t.raw=t.format();case"":case">=":n&&!p(n,t)||(n=t);break;case"<":case"<=":break;default:throw new Error("Unexpected operation: "+e.operator)}}))}if(n&&e.test(n))return n;return null},t.validRange=function(e,t){try{return new b(e,t).range||"*"}catch(e){return null}},t.ltr=function(e,t,n){return j(e,t,"<",n)},t.gtr=function(e,t,n){return j(e,t,">",n)},t.outside=j,t.prerelease=function(e,t){var n=d(e,t);return n&&n.prerelease.length?n.prerelease:null},t.intersects=function(e,t,n){return e=new b(e,n),t=new b(t,n),e.intersects(t)},t.coerce=function(e,t){if(e instanceof f)return e;"number"==typeof e&&(e=String(e));if("string"!=typeof e)return null;var n=null;if((t=t||{}).rtl){for(var r;(r=a[s.COERCERTL].exec(e))&&(!n||n.index+n[0].length!==e.length);)n&&r.index+r[0].length===n.index+n[0].length||(n=r),a[s.COERCERTL].lastIndex=r.index+r[1].length+r[2].length;a[s.COERCERTL].lastIndex=-1}else n=e.match(a[s.COERCE]);if(null===n)return null;return d(n[2]+"."+(n[3]||"0")+"."+(n[4]||"0"),t)}}).call(this,n(117))},function(e,t,n){"use strict";function r(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}n(216),n(229),n(231),n(135),n(240),n(251),n(253),n(255),n(256),Object.defineProperty(t,"__esModule",{value:!0}),t.SimpleBus=void 0;var i="1.1.3",a=function(){function e(){var t,n,r;!function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,e),t=this,n="handlers",r=new Map,n in t?Object.defineProperty(t,n,{value:r,enumerable:!0,configurable:!0,writable:!0}):t[n]=r}var t,n,a;return t=e,(n=[{key:"getVersion",value:function(){return i}},{key:"subscribe",value:function(e,t){this.handlers.set(e,(this.handlers.get(e)||[]).concat(t))}},{key:"unsubscribe",value:function(e,t){this.handlers.set(e,(this.handlers.get(e)||[]).filter((function(e){return e!=t})))}},{key:"emit",value:function(e,t){(this.handlers.get(e)||[]).forEach((function(e){try{e(t)}catch(e){console.error("could not invoke event listener",e)}}))}}])&&r(t.prototype,n),a&&r(t,a),e}();t.SimpleBus=a},function(e,t,n){"use strict";var r=n(32),i=n(7),a=n(127),o=n(10),s=n(79),u=n(48),l=n(226),c=n(128),d=n(130),f=n(6),h=n(131),m=f("isConcatSpreadable"),_=h>=51||!i((function(){var e=[];return e[m]=!1,e.concat()[0]!==e})),p=d("concat"),y=function(e){if(!o(e))return!1;var t=e[m];return void 0!==t?!!t:a(e)};r({target:"Array",proto:!0,forced:!_||!p},{concat:function(e){var t,n,r,i,a,o=s(this),d=c(o,0),f=0;for(t=-1,r=arguments.length;t<r;t++)if(a=-1===t?o:arguments[t],y(a)){if(f+(i=u(a.length))>9007199254740991)throw TypeError("Maximum allowed index exceeded");for(n=0;n<i;n++,f++)n in a&&l(d,f,a[n])}else{if(f>=9007199254740991)throw TypeError("Maximum allowed index exceeded");l(d,f++,a)}return d.length=f,d}})},function(e,t,n){"use strict";var r={}.propertyIsEnumerable,i=Object.getOwnPropertyDescriptor,a=i&&!r.call({1:2},1);t.f=a?function(e){var t=i(this,e);return!!t&&t.enumerable}:r},function(e,t,n){var r=n(5),i=n(122),a=r.WeakMap;e.exports="function"==typeof a&&/native code/.test(i(a))},function(e,t,n){var r=n(8),i=n(220),a=n(118),o=n(12);e.exports=function(e,t){for(var n=i(t),s=o.f,u=a.f,l=0;l<n.length;l++){var c=n[l];r(e,c)||s(e,c,u(t,c))}}},function(e,t,n){var r=n(47),i=n(222),a=n(225),o=n(20);e.exports=r("Reflect","ownKeys")||function(e){var t=i.f(o(e)),n=a.f;return n?t.concat(n(e)):t}},function(e,t,n){var r=n(5);e.exports=r},function(e,t,n){var r=n(125),i=n(78).concat("length","prototype");t.f=Object.getOwnPropertyNames||function(e){return r(e,i)}},function(e,t,n){var r=n(44),i=n(48),a=n(224),o=function(e){return function(t,n,o){var s,u=r(t),l=i(u.length),c=a(o,l);if(e&&n!=n){for(;l>c;)if((s=u[c++])!=s)return!0}else for(;l>c;c++)if((e||c in u)&&u[c]===n)return e||c||0;return!e&&-1}};e.exports={includes:o(!0),indexOf:o(!1)}},function(e,t,n){var r=n(77),i=Math.max,a=Math.min;e.exports=function(e,t){var n=r(e);return n<0?i(n+t,0):a(n,t)}},function(e,t){t.f=Object.getOwnPropertySymbols},function(e,t,n){"use strict";var r=n(72),i=n(12),a=n(43);e.exports=function(e,t,n){var o=r(t);o in e?i.f(e,o,a(0,n)):e[o]=n}},function(e,t,n){var r=n(129);e.exports=r&&!Symbol.sham&&"symbol"==typeof Symbol.iterator},function(e,t,n){var r=n(47);e.exports=r("navigator","userAgent")||""},function(e,t,n){"use strict";var r=n(32),i=n(132).filter,a=n(130),o=n(133),s=a("filter"),u=o("filter");r({target:"Array",proto:!0,forced:!s||!u},{filter:function(e){return i(this,e,arguments.length>1?arguments[1]:void 0)}})},function(e,t){e.exports=function(e){if("function"!=typeof e)throw TypeError(String(e)+" is not a function");return e}},function(e,t,n){"use strict";var r=n(32),i=n(134);r({target:"Array",proto:!0,forced:[].forEach!=i},{forEach:i})},function(e,t,n){"use strict";var r=n(7);e.exports=function(e,t){var n=[][e];return!!n&&r((function(){n.call(null,t||function(){throw 1},1)}))}},function(e,t,n){var r=n(6),i=n(81),a=n(12),o=r("unscopables"),s=Array.prototype;null==s[o]&&a.f(s,o,{configurable:!0,value:i(null)}),e.exports=function(e){s[o][e]=!0}},function(e,t,n){var r=n(15),i=n(12),a=n(20),o=n(235);e.exports=r?Object.defineProperties:function(e,t){a(e);for(var n,r=o(t),s=r.length,u=0;s>u;)i.f(e,n=r[u++],t[n]);return e}},function(e,t,n){var r=n(125),i=n(78);e.exports=Object.keys||function(e){return r(e,i)}},function(e,t,n){var r=n(47);e.exports=r("document","documentElement")},function(e,t,n){"use strict";var r=n(136).IteratorPrototype,i=n(81),a=n(43),o=n(83),s=n(34),u=function(){return this};e.exports=function(e,t,n){var l=t+" Iterator";return e.prototype=i(r,{next:a(1,n)}),o(e,l,!1,!0),s[l]=u,e}},function(e,t,n){var r=n(7);e.exports=!r((function(){function e(){}return e.prototype.constructor=null,Object.getPrototypeOf(new e)!==e.prototype}))},function(e,t,n){var r=n(10);e.exports=function(e){if(!r(e)&&null!==e)throw TypeError("Can't set "+String(e)+" as a prototype");return e}},function(e,t,n){"use strict";var r=n(241),i=n(248);e.exports=r("Map",(function(e){return function(){return e(this,arguments.length?arguments[0]:void 0)}}),i)},function(e,t,n){"use strict";var r=n(32),i=n(5),a=n(126),o=n(33),s=n(139),u=n(140),l=n(142),c=n(10),d=n(7),f=n(246),h=n(83),m=n(247);e.exports=function(e,t,n){var _=-1!==e.indexOf("Map"),p=-1!==e.indexOf("Weak"),y=_?"set":"add",g=i[e],v=g&&g.prototype,M=g,L={},Y=function(e){var t=v[e];o(v,e,"add"==e?function(e){return t.call(this,0===e?0:e),this}:"delete"==e?function(e){return!(p&&!c(e))&&t.call(this,0===e?0:e)}:"get"==e?function(e){return p&&!c(e)?void 0:t.call(this,0===e?0:e)}:"has"==e?function(e){return!(p&&!c(e))&&t.call(this,0===e?0:e)}:function(e,n){return t.call(this,0===e?0:e,n),this})};if(a(e,"function"!=typeof g||!(p||v.forEach&&!d((function(){(new g).entries().next()})))))M=n.getConstructor(t,e,_,y),s.REQUIRED=!0;else if(a(e,!0)){var k=new M,w=k[y](p?{}:-0,1)!=k,b=d((function(){k.has(1)})),T=f((function(e){new g(e)})),x=!p&&d((function(){for(var e=new g,t=5;t--;)e[y](t,t);return!e.has(-0)}));T||((M=t((function(t,n){l(t,M,e);var r=m(new g,t,M);return null!=n&&u(n,r[y],r,_),r}))).prototype=v,v.constructor=M),(b||x)&&(Y("delete"),Y("has"),_&&Y("get")),(x||w)&&Y(y),p&&v.clear&&delete v.clear}return L[e]=M,r({global:!0,forced:M!=g},L),h(M,e),p||n.setStrong(M,e,_),M}},function(e,t,n){var r=n(7);e.exports=!r((function(){return Object.isExtensible(Object.preventExtensions({}))}))},function(e,t,n){var r=n(6),i=n(34),a=r("iterator"),o=Array.prototype;e.exports=function(e){return void 0!==e&&(i.Array===e||o[a]===e)}},function(e,t,n){var r=n(141),i=n(34),a=n(6)("iterator");e.exports=function(e){if(null!=e)return e[a]||e["@@iterator"]||i[r(e)]}},function(e,t,n){var r=n(20);e.exports=function(e,t,n,i){try{return i?t(r(n)[0],n[1]):t(n)}catch(t){var a=e.return;throw void 0!==a&&r(a.call(e)),t}}},function(e,t,n){var r=n(6)("iterator"),i=!1;try{var a=0,o={next:function(){return{done:!!a++}},return:function(){i=!0}};o[r]=function(){return this},Array.from(o,(function(){throw 2}))}catch(e){}e.exports=function(e,t){if(!t&&!i)return!1;var n=!1;try{var a={};a[r]=function(){return{next:function(){return{done:n=!0}}}},e(a)}catch(e){}return n}},function(e,t,n){var r=n(10),i=n(138);e.exports=function(e,t,n){var a,o;return i&&"function"==typeof(a=t.constructor)&&a!==n&&r(o=a.prototype)&&o!==n.prototype&&i(e,o),e}},function(e,t,n){"use strict";var r=n(12).f,i=n(81),a=n(249),o=n(80),s=n(142),u=n(140),l=n(82),c=n(250),d=n(15),f=n(139).fastKey,h=n(45),m=h.set,_=h.getterFor;e.exports={getConstructor:function(e,t,n,l){var c=e((function(e,r){s(e,c,t),m(e,{type:t,index:i(null),first:void 0,last:void 0,size:0}),d||(e.size=0),null!=r&&u(r,e[l],e,n)})),h=_(t),p=function(e,t,n){var r,i,a=h(e),o=y(e,t);return o?o.value=n:(a.last=o={index:i=f(t,!0),key:t,value:n,previous:r=a.last,next:void 0,removed:!1},a.first||(a.first=o),r&&(r.next=o),d?a.size++:e.size++,"F"!==i&&(a.index[i]=o)),e},y=function(e,t){var n,r=h(e),i=f(t);if("F"!==i)return r.index[i];for(n=r.first;n;n=n.next)if(n.key==t)return n};return a(c.prototype,{clear:function(){for(var e=h(this),t=e.index,n=e.first;n;)n.removed=!0,n.previous&&(n.previous=n.previous.next=void 0),delete t[n.index],n=n.next;e.first=e.last=void 0,d?e.size=0:this.size=0},delete:function(e){var t=h(this),n=y(this,e);if(n){var r=n.next,i=n.previous;delete t.index[n.index],n.removed=!0,i&&(i.next=r),r&&(r.previous=i),t.first==n&&(t.first=r),t.last==n&&(t.last=i),d?t.size--:this.size--}return!!n},forEach:function(e){for(var t,n=h(this),r=o(e,arguments.length>1?arguments[1]:void 0,3);t=t?t.next:n.first;)for(r(t.value,t.key,this);t&&t.removed;)t=t.previous},has:function(e){return!!y(this,e)}}),a(c.prototype,n?{get:function(e){var t=y(this,e);return t&&t.value},set:function(e,t){return p(this,0===e?0:e,t)}}:{add:function(e){return p(this,e=0===e?0:e,e)}}),d&&r(c.prototype,"size",{get:function(){return h(this).size}}),c},setStrong:function(e,t,n){var r=t+" Iterator",i=_(t),a=_(r);l(e,t,(function(e,t){m(this,{type:r,target:e,state:i(e),kind:t,last:void 0})}),(function(){for(var e=a(this),t=e.kind,n=e.last;n&&n.removed;)n=n.previous;return e.target&&(e.last=n=n?n.next:e.state.first)?"keys"==t?{value:n.key,done:!1}:"values"==t?{value:n.value,done:!1}:{value:[n.key,n.value],done:!1}:(e.target=void 0,{value:void 0,done:!0})}),n?"entries":"values",!n,!0),c(t)}}},function(e,t,n){var r=n(33);e.exports=function(e,t,n){for(var i in t)r(e,i,t[i],n);return e}},function(e,t,n){"use strict";var r=n(47),i=n(12),a=n(6),o=n(15),s=a("species");e.exports=function(e){var t=r(e),n=i.f;o&&t&&!t[s]&&n(t,s,{configurable:!0,get:function(){return this}})}},function(e,t,n){var r=n(84),i=n(33),a=n(252);r||i(Object.prototype,"toString",a,{unsafe:!0})},function(e,t,n){"use strict";var r=n(84),i=n(141);e.exports=r?{}.toString:function(){return"[object "+i(this)+"]"}},function(e,t,n){"use strict";var r=n(254).charAt,i=n(45),a=n(82),o=i.set,s=i.getterFor("String Iterator");a(String,"String",(function(e){o(this,{type:"String Iterator",string:String(e),index:0})}),(function(){var e,t=s(this),n=t.string,i=t.index;return i>=n.length?{value:void 0,done:!0}:(e=r(n,i),t.index+=e.length,{value:e,done:!1})}))},function(e,t,n){var r=n(77),i=n(71),a=function(e){return function(t,n){var a,o,s=String(i(t)),u=r(n),l=s.length;return u<0||u>=l?e?"":void 0:(a=s.charCodeAt(u))<55296||a>56319||u+1===l||(o=s.charCodeAt(u+1))<56320||o>57343?e?s.charAt(u):a:e?s.slice(u,u+2):o-56320+(a-55296<<10)+65536}};e.exports={codeAt:a(!1),charAt:a(!0)}},function(e,t,n){var r=n(5),i=n(143),a=n(134),o=n(16);for(var s in i){var u=r[s],l=u&&u.prototype;if(l&&l.forEach!==a)try{o(l,"forEach",a)}catch(e){l.forEach=a}}},function(e,t,n){var r=n(5),i=n(143),a=n(135),o=n(16),s=n(6),u=s("iterator"),l=s("toStringTag"),c=a.values;for(var d in i){var f=r[d],h=f&&f.prototype;if(h){if(h[u]!==c)try{o(h,u,c)}catch(e){h[u]=c}if(h[l]||o(h,l,d),i[d])for(var m in a)if(h[m]!==a[m])try{o(h,m,a[m])}catch(e){h[m]=a[m]}}}},,,,,,,,,,,,,,,,,,,,,,function(e,t){e.exports=function(e){return e.webpackPolyfill||(e.deprecate=function(){},e.paths=[],e.children||(e.children=[]),Object.defineProperty(e,"loaded",{enumerable:!0,get:function(){return e.l}}),Object.defineProperty(e,"id",{enumerable:!0,get:function(){return e.i}}),e.webpackPolyfill=1),e}},function(e,t,n){var r=n(91),i=n(545),a=n(170),o=n(144),s=n(171),u=n(51),l=n(280),c=Object.getOwnPropertyDescriptor;t.f=r?c:function(e,t){if(e=o(e),t=s(t,!0),l)try{return c(e,t)}catch(e){}if(u(e,t))return a(!i.f.call(e,t),e[t])}},function(e,t,n){var r=n(91),i=n(21),a=n(546);e.exports=!r&&!i((function(){return 7!=Object.defineProperty(a("div"),"a",{get:function(){return 7}}).a}))},function(e,t,n){var r=n(24),i=n(93),a=n(51),o=n(173),s=n(282),u=n(547),l=u.get,c=u.enforce,d=String(String).split("String");(e.exports=function(e,t,n,s){var u=!!s&&!!s.unsafe,l=!!s&&!!s.enumerable,f=!!s&&!!s.noTargetGet;"function"==typeof n&&("string"!=typeof t||a(n,"name")||i(n,"name",t),c(n).source=d.join("string"==typeof t?t:"")),e!==r?(u?!f&&e[t]&&(l=!0):delete e[t],l?e[t]=n:i(e,t,n)):l?e[t]=n:o(t,n)})(Function.prototype,"toString",(function(){return"function"==typeof this&&l(this).source||s(this)}))},function(e,t,n){var r=n(283),i=Function.toString;"function"!=typeof r.inspectSource&&(r.inspectSource=function(e){return i.call(e)}),e.exports=r.inspectSource},function(e,t,n){var r=n(24),i=n(173),a=r["__core-js_shared__"]||i("__core-js_shared__",{});e.exports=a},function(e,t,n){var r=n(550),i=n(283);(e.exports=function(e,t){return i[e]||(i[e]=void 0!==t?t:{})})("versions",[]).push({version:"3.6.4",mode:r?"pure":"global",copyright:"© 2020 Denis Pushkarev (zloirock.ru)"})},function(e,t){var n=0,r=Math.random();e.exports=function(e){return"Symbol("+String(void 0===e?"":e)+")_"+(++n+r).toString(36)}},function(e,t){e.exports={}},function(e,t,n){var r=n(553),i=n(24),a=function(e){return"function"==typeof e?e:void 0};e.exports=function(e,t){return arguments.length<2?a(r[e])||a(i[e]):r[e]&&r[e][t]||i[e]&&i[e][t]}},function(e,t,n){var r=n(146);e.exports=Array.isArray||function(e){return"Array"==r(e)}},function(e,t,n){var r=n(50),i=n(288),a=n(68)("species");e.exports=function(e,t){var n;return i(e)&&("function"!=typeof(n=e.constructor)||n!==Array&&!i(n.prototype)?r(n)&&null===(n=n[a])&&(n=void 0):n=void 0),new(void 0===n?Array:n)(0===t?0:t)}},function(e,t,n){var r=n(21);e.exports=!!Object.getOwnPropertySymbols&&!r((function(){return!String(Symbol())}))},function(e,t,n){var r,i,a=n(24),o=n(563),s=a.process,u=s&&s.versions,l=u&&u.v8;l?i=(r=l.split("."))[0]+r[1]:o&&(!(r=o.match(/Edge\/(\d+)/))||r[1]>=74)&&(r=o.match(/Chrome\/(\d+)/))&&(i=r[1]),e.exports=i&&+i},function(e,t,n){var r=n(565),i=n(145),a=n(148),o=n(67),s=n(289),u=[].push,l=function(e){var t=1==e,n=2==e,l=3==e,c=4==e,d=6==e,f=5==e||d;return function(h,m,_,p){for(var y,g,v=a(h),M=i(v),L=r(m,_,3),Y=o(M.length),k=0,w=p||s,b=t?w(h,Y):n?w(h,0):void 0;Y>k;k++)if((f||k in M)&&(g=L(y=M[k],k,v),e))if(t)b[k]=g;else if(g)switch(e){case 3:return!0;case 5:return y;case 6:return k;case 2:u.call(b,y)}else if(c)return!1;return d?-1:l||c?c:b}};e.exports={forEach:l(0),map:l(1),filter:l(2),some:l(3),every:l(4),find:l(5),findIndex:l(6)}},function(e,t,n){"use strict";var r=n(21);e.exports=function(e,t){var n=[][e];return!!n&&r((function(){n.call(null,t||function(){throw 1},1)}))}},function(e,t,n){"use strict";var r=n(65),i=n(149);r({target:"RegExp",proto:!0,forced:/./.exec!==i},{exec:i})},function(e,t,n){"use strict";n(294);var r=n(281),i=n(21),a=n(68),o=n(149),s=n(93),u=a("species"),l=!i((function(){var e=/./;return e.exec=function(){var e=[];return e.groups={a:"7"},e},"7"!=="".replace(e,"$<a>")})),c="$0"==="a".replace(/./,"$0"),d=a("replace"),f=!!/./[d]&&""===/./[d]("a","$0"),h=!i((function(){var e=/(?:)/,t=e.exec;e.exec=function(){return t.apply(this,arguments)};var n="ab".split(e);return 2!==n.length||"a"!==n[0]||"b"!==n[1]}));e.exports=function(e,t,n,d){var m=a(e),_=!i((function(){var t={};return t[m]=function(){return 7},7!=""[e](t)})),p=_&&!i((function(){var t=!1,n=/a/;return"split"===e&&((n={}).constructor={},n.constructor[u]=function(){return n},n.flags="",n[m]=/./[m]),n.exec=function(){return t=!0,null},n[m](""),!t}));if(!_||!p||"replace"===e&&(!l||!c||f)||"split"===e&&!h){var y=/./[m],g=n(m,""[e],(function(e,t,n,r,i){return t.exec===o?_&&!i?{done:!0,value:y.call(t,n,r)}:{done:!0,value:e.call(n,t,r)}:{done:!1}}),{REPLACE_KEEPS_$0:c,REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE:f}),v=g[0],M=g[1];r(String.prototype,e,v),r(RegExp.prototype,m,2==t?function(e,t){return M.call(e,this,t)}:function(e){return M.call(e,this)})}d&&s(RegExp.prototype[m],"sham",!0)}},function(e,t,n){"use strict";var r=n(573).charAt;e.exports=function(e,t,n){return t+(n?r(e,t).length:1)}},function(e,t,n){var r=n(146),i=n(149);e.exports=function(e,t){var n=e.exec;if("function"==typeof n){var a=n.call(e,t);if("object"!=typeof a)throw TypeError("RegExp exec method returned something other than an Object or null");return a}if("RegExp"!==r(e))throw TypeError("RegExp#exec called on incompatible receiver");return i.call(e,t)}},function(e,t,n){"use strict";function r(e){return e&&e.__esModule?e:{default:e}}t.__esModule=!0,t.HandlebarsEnvironment=c;var i=n(27),a=r(n(52)),o=n(299),s=n(585),u=r(n(300)),l=n(301);t.VERSION="4.7.3";t.COMPILER_REVISION=8;t.LAST_COMPATIBLE_COMPILER_REVISION=7;t.REVISION_CHANGES={1:"<= 1.0.rc.2",2:"== 1.0.0-rc.3",3:"== 1.0.0-rc.4",4:"== 1.x.x",5:"== 2.0.0-alpha.x",6:">= 2.0.0-beta.1",7:">= 4.0.0 <4.3.0",8:">= 4.3.0"};function c(e,t,n){this.helpers=e||{},this.partials=t||{},this.decorators=n||{},o.registerDefaultHelpers(this),s.registerDefaultDecorators(this)}c.prototype={constructor:c,logger:u.default,log:u.default.log,registerHelper:function(e,t){if("[object Object]"===i.toString.call(e)){if(t)throw new a.default("Arg not supported with multiple helpers");i.extend(this.helpers,e)}else this.helpers[e]=t},unregisterHelper:function(e){delete this.helpers[e]},registerPartial:function(e,t){if("[object Object]"===i.toString.call(e))i.extend(this.partials,e);else{if(void 0===t)throw new a.default('Attempting to register a partial called "'+e+'" as undefined');this.partials[e]=t}},unregisterPartial:function(e){delete this.partials[e]},registerDecorator:function(e,t){if("[object Object]"===i.toString.call(e)){if(t)throw new a.default("Arg not supported with multiple decorators");i.extend(this.decorators,e)}else this.decorators[e]=t},unregisterDecorator:function(e){delete this.decorators[e]},resetLoggedPropertyAccesses:function(){l.resetLoggedProperties()}};var d=u.default.log;t.log=d,t.createFrame=i.createFrame,t.logger=u.default},function(e,t,n){"use strict";function r(e){return e&&e.__esModule?e:{default:e}}t.__esModule=!0,t.registerDefaultHelpers=function(e){i.default(e),a.default(e),o.default(e),s.default(e),u.default(e),l.default(e),c.default(e)},t.moveHelperToHooks=function(e,t,n){e.helpers[t]&&(e.hooks[t]=e.helpers[t],n||delete e.helpers[t])};var i=r(n(578)),a=r(n(579)),o=r(n(580)),s=r(n(581)),u=r(n(582)),l=r(n(583)),c=r(n(584))},function(e,t,n){"use strict";t.__esModule=!0;var r=n(27),i={methodMap:["debug","info","warn","error"],level:"info",lookupLevel:function(e){if("string"==typeof e){var t=r.indexOf(i.methodMap,e.toLowerCase());e=t>=0?t:parseInt(e,10)}return e},log:function(e){if(e=i.lookupLevel(e),"undefined"!=typeof console&&i.lookupLevel(i.level)<=e){var t=i.methodMap[e];console[t]||(t="log");for(var n=arguments.length,r=Array(n>1?n-1:0),a=1;a<n;a++)r[a-1]=arguments[a];console[t].apply(console,r)}}};t.default=i,e.exports=t.default},function(e,t,n){"use strict";t.__esModule=!0,t.createProtoAccessControl=function(e){var t=Object.create(null);t.constructor=!1,t.__defineGetter__=!1,t.__defineSetter__=!1,t.__lookupGetter__=!1;var n=Object.create(null);return n.__proto__=!1,{properties:{whitelist:r.createNewLookupObject(n,e.allowedProtoProperties),defaultValue:e.allowProtoPropertiesByDefault},methods:{whitelist:r.createNewLookupObject(t,e.allowedProtoMethods),defaultValue:e.allowProtoMethodsByDefault}}},t.resultIsAllowed=function(e,t,n){return o("function"==typeof e?t.methods:t.properties,n)},t.resetLoggedProperties=function(){Object.keys(a).forEach((function(e){delete a[e]}))};var r=n(587),i=function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&(t[n]=e[n]);return t.default=e,t}(n(300)),a=Object.create(null);function o(e,t){return void 0!==e.whitelist[t]?!0===e.whitelist[t]:void 0!==e.defaultValue?e.defaultValue:(function(e){!0!==a[e]&&(a[e]=!0,i.log("error",'Handlebars: Access has been denied to resolve the property "'+e+'" because it is not an "own property" of its parent.\nYou can add a runtime option to disable the check or this warning:\nSee https://handlebarsjs.com/api-reference/runtime-options.html#options-to-control-prototype-access for details'))}(t),!1)}},function(e,t,n){!function(e){"use strict";e.defineLocale("af",{months:"Januarie_Februarie_Maart_April_Mei_Junie_Julie_Augustus_September_Oktober_November_Desember".split("_"),monthsShort:"Jan_Feb_Mrt_Apr_Mei_Jun_Jul_Aug_Sep_Okt_Nov_Des".split("_"),weekdays:"Sondag_Maandag_Dinsdag_Woensdag_Donderdag_Vrydag_Saterdag".split("_"),weekdaysShort:"Son_Maa_Din_Woe_Don_Vry_Sat".split("_"),weekdaysMin:"So_Ma_Di_Wo_Do_Vr_Sa".split("_"),meridiemParse:/vm|nm/i,isPM:function(e){return/^nm$/i.test(e)},meridiem:function(e,t,n){return e<12?n?"vm":"VM":n?"nm":"NM"},longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[Vandag om] LT",nextDay:"[Môre om] LT",nextWeek:"dddd [om] LT",lastDay:"[Gister om] LT",lastWeek:"[Laas] dddd [om] LT",sameElse:"L"},relativeTime:{future:"oor %s",past:"%s gelede",s:"'n paar sekondes",ss:"%d sekondes",m:"'n minuut",mm:"%d minute",h:"'n uur",hh:"%d ure",d:"'n dag",dd:"%d dae",M:"'n maand",MM:"%d maande",y:"'n jaar",yy:"%d jaar"},dayOfMonthOrdinalParse:/\d{1,2}(ste|de)/,ordinal:function(e){return e+(1===e||8===e||e>=20?"ste":"de")},week:{dow:1,doy:4}})}(n(1))},function(e,t,n){!function(e){"use strict";var t={1:"١",2:"٢",3:"٣",4:"٤",5:"٥",6:"٦",7:"٧",8:"٨",9:"٩",0:"٠"},n={"١":"1","٢":"2","٣":"3","٤":"4","٥":"5","٦":"6","٧":"7","٨":"8","٩":"9","٠":"0"},r=function(e){return 0===e?0:1===e?1:2===e?2:e%100>=3&&e%100<=10?3:e%100>=11?4:5},i={s:["أقل من ثانية","ثانية واحدة",["ثانيتان","ثانيتين"],"%d ثوان","%d ثانية","%d ثانية"],m:["أقل من دقيقة","دقيقة واحدة",["دقيقتان","دقيقتين"],"%d دقائق","%d دقيقة","%d دقيقة"],h:["أقل من ساعة","ساعة واحدة",["ساعتان","ساعتين"],"%d ساعات","%d ساعة","%d ساعة"],d:["أقل من يوم","يوم واحد",["يومان","يومين"],"%d أيام","%d يومًا","%d يوم"],M:["أقل من شهر","شهر واحد",["شهران","شهرين"],"%d أشهر","%d شهرا","%d شهر"],y:["أقل من عام","عام واحد",["عامان","عامين"],"%d أعوام","%d عامًا","%d عام"]},a=function(e){return function(t,n,a,o){var s=r(t),u=i[e][r(t)];return 2===s&&(u=u[n?0:1]),u.replace(/%d/i,t)}},o=["يناير","فبراير","مارس","أبريل","مايو","يونيو","يوليو","أغسطس","سبتمبر","أكتوبر","نوفمبر","ديسمبر"];e.defineLocale("ar",{months:o,monthsShort:o,weekdays:"الأحد_الإثنين_الثلاثاء_الأربعاء_الخميس_الجمعة_السبت".split("_"),weekdaysShort:"أحد_إثنين_ثلاثاء_أربعاء_خميس_جمعة_سبت".split("_"),weekdaysMin:"ح_ن_ث_ر_خ_ج_س".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"D/‏M/‏YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},meridiemParse:/ص|م/,isPM:function(e){return"م"===e},meridiem:function(e,t,n){return e<12?"ص":"م"},calendar:{sameDay:"[اليوم عند الساعة] LT",nextDay:"[غدًا عند الساعة] LT",nextWeek:"dddd [عند الساعة] LT",lastDay:"[أمس عند الساعة] LT",lastWeek:"dddd [عند الساعة] LT",sameElse:"L"},relativeTime:{future:"بعد %s",past:"منذ %s",s:a("s"),ss:a("s"),m:a("m"),mm:a("m"),h:a("h"),hh:a("h"),d:a("d"),dd:a("d"),M:a("M"),MM:a("M"),y:a("y"),yy:a("y")},preparse:function(e){return e.replace(/[١٢٣٤٥٦٧٨٩٠]/g,(function(e){return n[e]})).replace(/،/g,",")},postformat:function(e){return e.replace(/\d/g,(function(e){return t[e]})).replace(/,/g,"،")},week:{dow:6,doy:12}})}(n(1))},function(e,t,n){!function(e){"use strict";e.defineLocale("ar-dz",{months:"جانفي_فيفري_مارس_أفريل_ماي_جوان_جويلية_أوت_سبتمبر_أكتوبر_نوفمبر_ديسمبر".split("_"),monthsShort:"جانفي_فيفري_مارس_أفريل_ماي_جوان_جويلية_أوت_سبتمبر_أكتوبر_نوفمبر_ديسمبر".split("_"),weekdays:"الأحد_الإثنين_الثلاثاء_الأربعاء_الخميس_الجمعة_السبت".split("_"),weekdaysShort:"احد_اثنين_ثلاثاء_اربعاء_خميس_جمعة_سبت".split("_"),weekdaysMin:"أح_إث_ثلا_أر_خم_جم_سب".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[اليوم على الساعة] LT",nextDay:"[غدا على الساعة] LT",nextWeek:"dddd [على الساعة] LT",lastDay:"[أمس على الساعة] LT",lastWeek:"dddd [على الساعة] LT",sameElse:"L"},relativeTime:{future:"في %s",past:"منذ %s",s:"ثوان",ss:"%d ثانية",m:"دقيقة",mm:"%d دقائق",h:"ساعة",hh:"%d ساعات",d:"يوم",dd:"%d أيام",M:"شهر",MM:"%d أشهر",y:"سنة",yy:"%d سنوات"},week:{dow:0,doy:4}})}(n(1))},function(e,t,n){!function(e){"use strict";e.defineLocale("ar-kw",{months:"يناير_فبراير_مارس_أبريل_ماي_يونيو_يوليوز_غشت_شتنبر_أكتوبر_نونبر_دجنبر".split("_"),monthsShort:"يناير_فبراير_مارس_أبريل_ماي_يونيو_يوليوز_غشت_شتنبر_أكتوبر_نونبر_دجنبر".split("_"),weekdays:"الأحد_الإتنين_الثلاثاء_الأربعاء_الخميس_الجمعة_السبت".split("_"),weekdaysShort:"احد_اتنين_ثلاثاء_اربعاء_خميس_جمعة_سبت".split("_"),weekdaysMin:"ح_ن_ث_ر_خ_ج_س".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[اليوم على الساعة] LT",nextDay:"[غدا على الساعة] LT",nextWeek:"dddd [على الساعة] LT",lastDay:"[أمس على الساعة] LT",lastWeek:"dddd [على الساعة] LT",sameElse:"L"},relativeTime:{future:"في %s",past:"منذ %s",s:"ثوان",ss:"%d ثانية",m:"دقيقة",mm:"%d دقائق",h:"ساعة",hh:"%d ساعات",d:"يوم",dd:"%d أيام",M:"شهر",MM:"%d أشهر",y:"سنة",yy:"%d سنوات"},week:{dow:0,doy:12}})}(n(1))},function(e,t,n){!function(e){"use strict";var t={1:"1",2:"2",3:"3",4:"4",5:"5",6:"6",7:"7",8:"8",9:"9",0:"0"},n=function(e){return 0===e?0:1===e?1:2===e?2:e%100>=3&&e%100<=10?3:e%100>=11?4:5},r={s:["أقل من ثانية","ثانية واحدة",["ثانيتان","ثانيتين"],"%d ثوان","%d ثانية","%d ثانية"],m:["أقل من دقيقة","دقيقة واحدة",["دقيقتان","دقيقتين"],"%d دقائق","%d دقيقة","%d دقيقة"],h:["أقل من ساعة","ساعة واحدة",["ساعتان","ساعتين"],"%d ساعات","%d ساعة","%d ساعة"],d:["أقل من يوم","يوم واحد",["يومان","يومين"],"%d أيام","%d يومًا","%d يوم"],M:["أقل من شهر","شهر واحد",["شهران","شهرين"],"%d أشهر","%d شهرا","%d شهر"],y:["أقل من عام","عام واحد",["عامان","عامين"],"%d أعوام","%d عامًا","%d عام"]},i=function(e){return function(t,i,a,o){var s=n(t),u=r[e][n(t)];return 2===s&&(u=u[i?0:1]),u.replace(/%d/i,t)}},a=["يناير","فبراير","مارس","أبريل","مايو","يونيو","يوليو","أغسطس","سبتمبر","أكتوبر","نوفمبر","ديسمبر"];e.defineLocale("ar-ly",{months:a,monthsShort:a,weekdays:"الأحد_الإثنين_الثلاثاء_الأربعاء_الخميس_الجمعة_السبت".split("_"),weekdaysShort:"أحد_إثنين_ثلاثاء_أربعاء_خميس_جمعة_سبت".split("_"),weekdaysMin:"ح_ن_ث_ر_خ_ج_س".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"D/‏M/‏YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},meridiemParse:/ص|م/,isPM:function(e){return"م"===e},meridiem:function(e,t,n){return e<12?"ص":"م"},calendar:{sameDay:"[اليوم عند الساعة] LT",nextDay:"[غدًا عند الساعة] LT",nextWeek:"dddd [عند الساعة] LT",lastDay:"[أمس عند الساعة] LT",lastWeek:"dddd [عند الساعة] LT",sameElse:"L"},relativeTime:{future:"بعد %s",past:"منذ %s",s:i("s"),ss:i("s"),m:i("m"),mm:i("m"),h:i("h"),hh:i("h"),d:i("d"),dd:i("d"),M:i("M"),MM:i("M"),y:i("y"),yy:i("y")},preparse:function(e){return e.replace(/،/g,",")},postformat:function(e){return e.replace(/\d/g,(function(e){return t[e]})).replace(/,/g,"،")},week:{dow:6,doy:12}})}(n(1))},function(e,t,n){!function(e){"use strict";e.defineLocale("ar-ma",{months:"يناير_فبراير_مارس_أبريل_ماي_يونيو_يوليوز_غشت_شتنبر_أكتوبر_نونبر_دجنبر".split("_"),monthsShort:"يناير_فبراير_مارس_أبريل_ماي_يونيو_يوليوز_غشت_شتنبر_أكتوبر_نونبر_دجنبر".split("_"),weekdays:"الأحد_الإتنين_الثلاثاء_الأربعاء_الخميس_الجمعة_السبت".split("_"),weekdaysShort:"احد_اتنين_ثلاثاء_اربعاء_خميس_جمعة_سبت".split("_"),weekdaysMin:"ح_ن_ث_ر_خ_ج_س".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[اليوم على الساعة] LT",nextDay:"[غدا على الساعة] LT",nextWeek:"dddd [على الساعة] LT",lastDay:"[أمس على الساعة] LT",lastWeek:"dddd [على الساعة] LT",sameElse:"L"},relativeTime:{future:"في %s",past:"منذ %s",s:"ثوان",ss:"%d ثانية",m:"دقيقة",mm:"%d دقائق",h:"ساعة",hh:"%d ساعات",d:"يوم",dd:"%d أيام",M:"شهر",MM:"%d أشهر",y:"سنة",yy:"%d سنوات"},week:{dow:6,doy:12}})}(n(1))},function(e,t,n){!function(e){"use strict";var t={1:"١",2:"٢",3:"٣",4:"٤",5:"٥",6:"٦",7:"٧",8:"٨",9:"٩",0:"٠"},n={"١":"1","٢":"2","٣":"3","٤":"4","٥":"5","٦":"6","٧":"7","٨":"8","٩":"9","٠":"0"};e.defineLocale("ar-sa",{months:"يناير_فبراير_مارس_أبريل_مايو_يونيو_يوليو_أغسطس_سبتمبر_أكتوبر_نوفمبر_ديسمبر".split("_"),monthsShort:"يناير_فبراير_مارس_أبريل_مايو_يونيو_يوليو_أغسطس_سبتمبر_أكتوبر_نوفمبر_ديسمبر".split("_"),weekdays:"الأحد_الإثنين_الثلاثاء_الأربعاء_الخميس_الجمعة_السبت".split("_"),weekdaysShort:"أحد_إثنين_ثلاثاء_أربعاء_خميس_جمعة_سبت".split("_"),weekdaysMin:"ح_ن_ث_ر_خ_ج_س".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},meridiemParse:/ص|م/,isPM:function(e){return"م"===e},meridiem:function(e,t,n){return e<12?"ص":"م"},calendar:{sameDay:"[اليوم على الساعة] LT",nextDay:"[غدا على الساعة] LT",nextWeek:"dddd [على الساعة] LT",lastDay:"[أمس على الساعة] LT",lastWeek:"dddd [على الساعة] LT",sameElse:"L"},relativeTime:{future:"في %s",past:"منذ %s",s:"ثوان",ss:"%d ثانية",m:"دقيقة",mm:"%d دقائق",h:"ساعة",hh:"%d ساعات",d:"يوم",dd:"%d أيام",M:"شهر",MM:"%d أشهر",y:"سنة",yy:"%d سنوات"},preparse:function(e){return e.replace(/[١٢٣٤٥٦٧٨٩٠]/g,(function(e){return n[e]})).replace(/،/g,",")},postformat:function(e){return e.replace(/\d/g,(function(e){return t[e]})).replace(/,/g,"،")},week:{dow:0,doy:6}})}(n(1))},function(e,t,n){!function(e){"use strict";e.defineLocale("ar-tn",{months:"جانفي_فيفري_مارس_أفريل_ماي_جوان_جويلية_أوت_سبتمبر_أكتوبر_نوفمبر_ديسمبر".split("_"),monthsShort:"جانفي_فيفري_مارس_أفريل_ماي_جوان_جويلية_أوت_سبتمبر_أكتوبر_نوفمبر_ديسمبر".split("_"),weekdays:"الأحد_الإثنين_الثلاثاء_الأربعاء_الخميس_الجمعة_السبت".split("_"),weekdaysShort:"أحد_إثنين_ثلاثاء_أربعاء_خميس_جمعة_سبت".split("_"),weekdaysMin:"ح_ن_ث_ر_خ_ج_س".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[اليوم على الساعة] LT",nextDay:"[غدا على الساعة] LT",nextWeek:"dddd [على الساعة] LT",lastDay:"[أمس على الساعة] LT",lastWeek:"dddd [على الساعة] LT",sameElse:"L"},relativeTime:{future:"في %s",past:"منذ %s",s:"ثوان",ss:"%d ثانية",m:"دقيقة",mm:"%d دقائق",h:"ساعة",hh:"%d ساعات",d:"يوم",dd:"%d أيام",M:"شهر",MM:"%d أشهر",y:"سنة",yy:"%d سنوات"},week:{dow:1,doy:4}})}(n(1))},function(e,t,n){!function(e){"use strict";var t={1:"-inci",5:"-inci",8:"-inci",70:"-inci",80:"-inci",2:"-nci",7:"-nci",20:"-nci",50:"-nci",3:"-üncü",4:"-üncü",100:"-üncü",6:"-ncı",9:"-uncu",10:"-uncu",30:"-uncu",60:"-ıncı",90:"-ıncı"};e.defineLocale("az",{months:"yanvar_fevral_mart_aprel_may_iyun_iyul_avqust_sentyabr_oktyabr_noyabr_dekabr".split("_"),monthsShort:"yan_fev_mar_apr_may_iyn_iyl_avq_sen_okt_noy_dek".split("_"),weekdays:"Bazar_Bazar ertəsi_Çərşənbə axşamı_Çərşənbə_Cümə axşamı_Cümə_Şənbə".split("_"),weekdaysShort:"Baz_BzE_ÇAx_Çər_CAx_Cüm_Şən".split("_"),weekdaysMin:"Bz_BE_ÇA_Çə_CA_Cü_Şə".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[bugün saat] LT",nextDay:"[sabah saat] LT",nextWeek:"[gələn həftə] dddd [saat] LT",lastDay:"[dünən] LT",lastWeek:"[keçən həftə] dddd [saat] LT",sameElse:"L"},relativeTime:{future:"%s sonra",past:"%s əvvəl",s:"birneçə saniyə",ss:"%d saniyə",m:"bir dəqiqə",mm:"%d dəqiqə",h:"bir saat",hh:"%d saat",d:"bir gün",dd:"%d gün",M:"bir ay",MM:"%d ay",y:"bir il",yy:"%d il"},meridiemParse:/gecə|səhər|gündüz|axşam/,isPM:function(e){return/^(gündüz|axşam)$/.test(e)},meridiem:function(e,t,n){return e<4?"gecə":e<12?"səhər":e<17?"gündüz":"axşam"},dayOfMonthOrdinalParse:/\d{1,2}-(ıncı|inci|nci|üncü|ncı|uncu)/,ordinal:function(e){if(0===e)return e+"-ıncı";var n=e%10;return e+(t[n]||t[e%100-n]||t[e>=100?100:null])},week:{dow:1,doy:7}})}(n(1))},function(e,t,n){!function(e){"use strict";function t(e,t,n){var r,i;return"m"===n?t?"хвіліна":"хвіліну":"h"===n?t?"гадзіна":"гадзіну":e+" "+(r=+e,i={ss:t?"секунда_секунды_секунд":"секунду_секунды_секунд",mm:t?"хвіліна_хвіліны_хвілін":"хвіліну_хвіліны_хвілін",hh:t?"гадзіна_гадзіны_гадзін":"гадзіну_гадзіны_гадзін",dd:"дзень_дні_дзён",MM:"месяц_месяцы_месяцаў",yy:"год_гады_гадоў"}[n].split("_"),r%10==1&&r%100!=11?i[0]:r%10>=2&&r%10<=4&&(r%100<10||r%100>=20)?i[1]:i[2])}e.defineLocale("be",{months:{format:"студзеня_лютага_сакавіка_красавіка_траўня_чэрвеня_ліпеня_жніўня_верасня_кастрычніка_лістапада_снежня".split("_"),standalone:"студзень_люты_сакавік_красавік_травень_чэрвень_ліпень_жнівень_верасень_кастрычнік_лістапад_снежань".split("_")},monthsShort:"студ_лют_сак_крас_трав_чэрв_ліп_жнів_вер_каст_ліст_снеж".split("_"),weekdays:{format:"нядзелю_панядзелак_аўторак_сераду_чацвер_пятніцу_суботу".split("_"),standalone:"нядзеля_панядзелак_аўторак_серада_чацвер_пятніца_субота".split("_"),isFormat:/\[ ?[Ууў] ?(?:мінулую|наступную)? ?\] ?dddd/},weekdaysShort:"нд_пн_ат_ср_чц_пт_сб".split("_"),weekdaysMin:"нд_пн_ат_ср_чц_пт_сб".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY г.",LLL:"D MMMM YYYY г., HH:mm",LLLL:"dddd, D MMMM YYYY г., HH:mm"},calendar:{sameDay:"[Сёння ў] LT",nextDay:"[Заўтра ў] LT",lastDay:"[Учора ў] LT",nextWeek:function(){return"[У] dddd [ў] LT"},lastWeek:function(){switch(this.day()){case 0:case 3:case 5:case 6:return"[У мінулую] dddd [ў] LT";case 1:case 2:case 4:return"[У мінулы] dddd [ў] LT"}},sameElse:"L"},relativeTime:{future:"праз %s",past:"%s таму",s:"некалькі секунд",m:t,mm:t,h:t,hh:t,d:"дзень",dd:t,M:"месяц",MM:t,y:"год",yy:t},meridiemParse:/ночы|раніцы|дня|вечара/,isPM:function(e){return/^(дня|вечара)$/.test(e)},meridiem:function(e,t,n){return e<4?"ночы":e<12?"раніцы":e<17?"дня":"вечара"},dayOfMonthOrdinalParse:/\d{1,2}-(і|ы|га)/,ordinal:function(e,t){switch(t){case"M":case"d":case"DDD":case"w":case"W":return e%10!=2&&e%10!=3||e%100==12||e%100==13?e+"-ы":e+"-і";case"D":return e+"-га";default:return e}},week:{dow:1,doy:7}})}(n(1))},function(e,t,n){!function(e){"use strict";e.defineLocale("bg",{months:"януари_февруари_март_април_май_юни_юли_август_септември_октомври_ноември_декември".split("_"),monthsShort:"янр_фев_мар_апр_май_юни_юли_авг_сеп_окт_ное_дек".split("_"),weekdays:"неделя_понеделник_вторник_сряда_четвъртък_петък_събота".split("_"),weekdaysShort:"нед_пон_вто_сря_чет_пет_съб".split("_"),weekdaysMin:"нд_пн_вт_ср_чт_пт_сб".split("_"),longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"D.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY H:mm",LLLL:"dddd, D MMMM YYYY H:mm"},calendar:{sameDay:"[Днес в] LT",nextDay:"[Утре в] LT",nextWeek:"dddd [в] LT",lastDay:"[Вчера в] LT",lastWeek:function(){switch(this.day()){case 0:case 3:case 6:return"[В изминалата] dddd [в] LT";case 1:case 2:case 4:case 5:return"[В изминалия] dddd [в] LT"}},sameElse:"L"},relativeTime:{future:"след %s",past:"преди %s",s:"няколко секунди",ss:"%d секунди",m:"минута",mm:"%d минути",h:"час",hh:"%d часа",d:"ден",dd:"%d дни",M:"месец",MM:"%d месеца",y:"година",yy:"%d години"},dayOfMonthOrdinalParse:/\d{1,2}-(ев|ен|ти|ви|ри|ми)/,ordinal:function(e){var t=e%10,n=e%100;return 0===e?e+"-ев":0===n?e+"-ен":n>10&&n<20?e+"-ти":1===t?e+"-ви":2===t?e+"-ри":7===t||8===t?e+"-ми":e+"-ти"},week:{dow:1,doy:7}})}(n(1))},function(e,t,n){!function(e){"use strict";e.defineLocale("bm",{months:"Zanwuyekalo_Fewuruyekalo_Marisikalo_Awirilikalo_Mɛkalo_Zuwɛnkalo_Zuluyekalo_Utikalo_Sɛtanburukalo_ɔkutɔburukalo_Nowanburukalo_Desanburukalo".split("_"),monthsShort:"Zan_Few_Mar_Awi_Mɛ_Zuw_Zul_Uti_Sɛt_ɔku_Now_Des".split("_"),weekdays:"Kari_Ntɛnɛn_Tarata_Araba_Alamisa_Juma_Sibiri".split("_"),weekdaysShort:"Kar_Ntɛ_Tar_Ara_Ala_Jum_Sib".split("_"),weekdaysMin:"Ka_Nt_Ta_Ar_Al_Ju_Si".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"MMMM [tile] D [san] YYYY",LLL:"MMMM [tile] D [san] YYYY [lɛrɛ] HH:mm",LLLL:"dddd MMMM [tile] D [san] YYYY [lɛrɛ] HH:mm"},calendar:{sameDay:"[Bi lɛrɛ] LT",nextDay:"[Sini lɛrɛ] LT",nextWeek:"dddd [don lɛrɛ] LT",lastDay:"[Kunu lɛrɛ] LT",lastWeek:"dddd [tɛmɛnen lɛrɛ] LT",sameElse:"L"},relativeTime:{future:"%s kɔnɔ",past:"a bɛ %s bɔ",s:"sanga dama dama",ss:"sekondi %d",m:"miniti kelen",mm:"miniti %d",h:"lɛrɛ kelen",hh:"lɛrɛ %d",d:"tile kelen",dd:"tile %d",M:"kalo kelen",MM:"kalo %d",y:"san kelen",yy:"san %d"},week:{dow:1,doy:4}})}(n(1))},function(e,t,n){!function(e){"use strict";var t={1:"১",2:"২",3:"৩",4:"৪",5:"৫",6:"৬",7:"৭",8:"৮",9:"৯",0:"০"},n={"১":"1","২":"2","৩":"3","৪":"4","৫":"5","৬":"6","৭":"7","৮":"8","৯":"9","০":"0"};e.defineLocale("bn",{months:"জানুয়ারী_ফেব্রুয়ারি_মার্চ_এপ্রিল_মে_জুন_জুলাই_আগস্ট_সেপ্টেম্বর_অক্টোবর_নভেম্বর_ডিসেম্বর".split("_"),monthsShort:"জানু_ফেব_মার্চ_এপ্র_মে_জুন_জুল_আগ_সেপ্ট_অক্টো_নভে_ডিসে".split("_"),weekdays:"রবিবার_সোমবার_মঙ্গলবার_বুধবার_বৃহস্পতিবার_শুক্রবার_শনিবার".split("_"),weekdaysShort:"রবি_সোম_মঙ্গল_বুধ_বৃহস্পতি_শুক্র_শনি".split("_"),weekdaysMin:"রবি_সোম_মঙ্গ_বুধ_বৃহঃ_শুক্র_শনি".split("_"),longDateFormat:{LT:"A h:mm সময়",LTS:"A h:mm:ss সময়",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY, A h:mm সময়",LLLL:"dddd, D MMMM YYYY, A h:mm সময়"},calendar:{sameDay:"[আজ] LT",nextDay:"[আগামীকাল] LT",nextWeek:"dddd, LT",lastDay:"[গতকাল] LT",lastWeek:"[গত] dddd, LT",sameElse:"L"},relativeTime:{future:"%s পরে",past:"%s আগে",s:"কয়েক সেকেন্ড",ss:"%d সেকেন্ড",m:"এক মিনিট",mm:"%d মিনিট",h:"এক ঘন্টা",hh:"%d ঘন্টা",d:"এক দিন",dd:"%d দিন",M:"এক মাস",MM:"%d মাস",y:"এক বছর",yy:"%d বছর"},preparse:function(e){return e.replace(/[১২৩৪৫৬৭৮৯০]/g,(function(e){return n[e]}))},postformat:function(e){return e.replace(/\d/g,(function(e){return t[e]}))},meridiemParse:/রাত|সকাল|দুপুর|বিকাল|রাত/,meridiemHour:function(e,t){return 12===e&&(e=0),"রাত"===t&&e>=4||"দুপুর"===t&&e<5||"বিকাল"===t?e+12:e},meridiem:function(e,t,n){return e<4?"রাত":e<10?"সকাল":e<17?"দুপুর":e<20?"বিকাল":"রাত"},week:{dow:0,doy:6}})}(n(1))},function(e,t,n){!function(e){"use strict";var t={1:"༡",2:"༢",3:"༣",4:"༤",5:"༥",6:"༦",7:"༧",8:"༨",9:"༩",0:"༠"},n={"༡":"1","༢":"2","༣":"3","༤":"4","༥":"5","༦":"6","༧":"7","༨":"8","༩":"9","༠":"0"};e.defineLocale("bo",{months:"ཟླ་བ་དང་པོ_ཟླ་བ་གཉིས་པ_ཟླ་བ་གསུམ་པ_ཟླ་བ་བཞི་པ_ཟླ་བ་ལྔ་པ_ཟླ་བ་དྲུག་པ_ཟླ་བ་བདུན་པ_ཟླ་བ་བརྒྱད་པ_ཟླ་བ་དགུ་པ_ཟླ་བ་བཅུ་པ_ཟླ་བ་བཅུ་གཅིག་པ_ཟླ་བ་བཅུ་གཉིས་པ".split("_"),monthsShort:"ཟླ་བ་དང་པོ_ཟླ་བ་གཉིས་པ_ཟླ་བ་གསུམ་པ_ཟླ་བ་བཞི་པ_ཟླ་བ་ལྔ་པ_ཟླ་བ་དྲུག་པ_ཟླ་བ་བདུན་པ_ཟླ་བ་བརྒྱད་པ_ཟླ་བ་དགུ་པ_ཟླ་བ་བཅུ་པ_ཟླ་བ་བཅུ་གཅིག་པ_ཟླ་བ་བཅུ་གཉིས་པ".split("_"),weekdays:"གཟའ་ཉི་མ་_གཟའ་ཟླ་བ་_གཟའ་མིག་དམར་_གཟའ་ལྷག་པ་_གཟའ་ཕུར་བུ_གཟའ་པ་སངས་_གཟའ་སྤེན་པ་".split("_"),weekdaysShort:"ཉི་མ་_ཟླ་བ་_མིག་དམར་_ལྷག་པ་_ཕུར་བུ_པ་སངས་_སྤེན་པ་".split("_"),weekdaysMin:"ཉི་མ་_ཟླ་བ་_མིག་དམར་_ལྷག་པ་_ཕུར་བུ_པ་སངས་_སྤེན་པ་".split("_"),longDateFormat:{LT:"A h:mm",LTS:"A h:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY, A h:mm",LLLL:"dddd, D MMMM YYYY, A h:mm"},calendar:{sameDay:"[དི་རིང] LT",nextDay:"[སང་ཉིན] LT",nextWeek:"[བདུན་ཕྲག་རྗེས་མ], LT",lastDay:"[ཁ་སང] LT",lastWeek:"[བདུན་ཕྲག་མཐའ་མ] dddd, LT",sameElse:"L"},relativeTime:{future:"%s ལ་",past:"%s སྔན་ལ",s:"ལམ་སང",ss:"%d སྐར་ཆ།",m:"སྐར་མ་གཅིག",mm:"%d སྐར་མ",h:"ཆུ་ཚོད་གཅིག",hh:"%d ཆུ་ཚོད",d:"ཉིན་གཅིག",dd:"%d ཉིན་",M:"ཟླ་བ་གཅིག",MM:"%d ཟླ་བ",y:"ལོ་གཅིག",yy:"%d ལོ"},preparse:function(e){return e.replace(/[༡༢༣༤༥༦༧༨༩༠]/g,(function(e){return n[e]}))},postformat:function(e){return e.replace(/\d/g,(function(e){return t[e]}))},meridiemParse:/མཚན་མོ|ཞོགས་ཀས|ཉིན་གུང|དགོང་དག|མཚན་མོ/,meridiemHour:function(e,t){return 12===e&&(e=0),"མཚན་མོ"===t&&e>=4||"ཉིན་གུང"===t&&e<5||"དགོང་དག"===t?e+12:e},meridiem:function(e,t,n){return e<4?"མཚན་མོ":e<10?"ཞོགས་ཀས":e<17?"ཉིན་གུང":e<20?"དགོང་དག":"མཚན་མོ"},week:{dow:0,doy:6}})}(n(1))},function(e,t,n){!function(e){"use strict";function t(e,t,n){return e+" "+function(e,t){return 2===t?function(e){var t={m:"v",b:"v",d:"z"};return void 0===t[e.charAt(0)]?e:t[e.charAt(0)]+e.substring(1)}(e):e}({mm:"munutenn",MM:"miz",dd:"devezh"}[n],e)}e.defineLocale("br",{months:"Genver_C'hwevrer_Meurzh_Ebrel_Mae_Mezheven_Gouere_Eost_Gwengolo_Here_Du_Kerzu".split("_"),monthsShort:"Gen_C'hwe_Meu_Ebr_Mae_Eve_Gou_Eos_Gwe_Her_Du_Ker".split("_"),weekdays:"Sul_Lun_Meurzh_Merc'her_Yaou_Gwener_Sadorn".split("_"),weekdaysShort:"Sul_Lun_Meu_Mer_Yao_Gwe_Sad".split("_"),weekdaysMin:"Su_Lu_Me_Mer_Ya_Gw_Sa".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"h[e]mm A",LTS:"h[e]mm:ss A",L:"DD/MM/YYYY",LL:"D [a viz] MMMM YYYY",LLL:"D [a viz] MMMM YYYY h[e]mm A",LLLL:"dddd, D [a viz] MMMM YYYY h[e]mm A"},calendar:{sameDay:"[Hiziv da] LT",nextDay:"[Warc'hoazh da] LT",nextWeek:"dddd [da] LT",lastDay:"[Dec'h da] LT",lastWeek:"dddd [paset da] LT",sameElse:"L"},relativeTime:{future:"a-benn %s",past:"%s 'zo",s:"un nebeud segondennoù",ss:"%d eilenn",m:"ur vunutenn",mm:t,h:"un eur",hh:"%d eur",d:"un devezh",dd:t,M:"ur miz",MM:t,y:"ur bloaz",yy:function(e){switch(function e(t){return t>9?e(t%10):t}(e)){case 1:case 3:case 4:case 5:case 9:return e+" bloaz";default:return e+" vloaz"}}},dayOfMonthOrdinalParse:/\d{1,2}(añ|vet)/,ordinal:function(e){return e+(1===e?"añ":"vet")},week:{dow:1,doy:4}})}(n(1))},function(e,t,n){!function(e){"use strict";function t(e,t,n){var r=e+" ";switch(n){case"ss":return r+=1===e?"sekunda":2===e||3===e||4===e?"sekunde":"sekundi";case"m":return t?"jedna minuta":"jedne minute";case"mm":return r+=1===e?"minuta":2===e||3===e||4===e?"minute":"minuta";case"h":return t?"jedan sat":"jednog sata";case"hh":return r+=1===e?"sat":2===e||3===e||4===e?"sata":"sati";case"dd":return r+=1===e?"dan":"dana";case"MM":return r+=1===e?"mjesec":2===e||3===e||4===e?"mjeseca":"mjeseci";case"yy":return r+=1===e?"godina":2===e||3===e||4===e?"godine":"godina"}}e.defineLocale("bs",{months:"januar_februar_mart_april_maj_juni_juli_august_septembar_oktobar_novembar_decembar".split("_"),monthsShort:"jan._feb._mar._apr._maj._jun._jul._aug._sep._okt._nov._dec.".split("_"),monthsParseExact:!0,weekdays:"nedjelja_ponedjeljak_utorak_srijeda_četvrtak_petak_subota".split("_"),weekdaysShort:"ned._pon._uto._sri._čet._pet._sub.".split("_"),weekdaysMin:"ne_po_ut_sr_če_pe_su".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY H:mm",LLLL:"dddd, D. MMMM YYYY H:mm"},calendar:{sameDay:"[danas u] LT",nextDay:"[sutra u] LT",nextWeek:function(){switch(this.day()){case 0:return"[u] [nedjelju] [u] LT";case 3:return"[u] [srijedu] [u] LT";case 6:return"[u] [subotu] [u] LT";case 1:case 2:case 4:case 5:return"[u] dddd [u] LT"}},lastDay:"[jučer u] LT",lastWeek:function(){switch(this.day()){case 0:case 3:return"[prošlu] dddd [u] LT";case 6:return"[prošle] [subote] [u] LT";case 1:case 2:case 4:case 5:return"[prošli] dddd [u] LT"}},sameElse:"L"},relativeTime:{future:"za %s",past:"prije %s",s:"par sekundi",ss:t,m:t,mm:t,h:t,hh:t,d:"dan",dd:t,M:"mjesec",MM:t,y:"godinu",yy:t},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:7}})}(n(1))},function(e,t,n){!function(e){"use strict";e.defineLocale("ca",{months:{standalone:"gener_febrer_març_abril_maig_juny_juliol_agost_setembre_octubre_novembre_desembre".split("_"),format:"de gener_de febrer_de març_d'abril_de maig_de juny_de juliol_d'agost_de setembre_d'octubre_de novembre_de desembre".split("_"),isFormat:/D[oD]?(\s)+MMMM/},monthsShort:"gen._febr._març_abr._maig_juny_jul._ag._set._oct._nov._des.".split("_"),monthsParseExact:!0,weekdays:"diumenge_dilluns_dimarts_dimecres_dijous_divendres_dissabte".split("_"),weekdaysShort:"dg._dl._dt._dc._dj._dv._ds.".split("_"),weekdaysMin:"dg_dl_dt_dc_dj_dv_ds".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM [de] YYYY",ll:"D MMM YYYY",LLL:"D MMMM [de] YYYY [a les] H:mm",lll:"D MMM YYYY, H:mm",LLLL:"dddd D MMMM [de] YYYY [a les] H:mm",llll:"ddd D MMM YYYY, H:mm"},calendar:{sameDay:function(){return"[avui a "+(1!==this.hours()?"les":"la")+"] LT"},nextDay:function(){return"[demà a "+(1!==this.hours()?"les":"la")+"] LT"},nextWeek:function(){return"dddd [a "+(1!==this.hours()?"les":"la")+"] LT"},lastDay:function(){return"[ahir a "+(1!==this.hours()?"les":"la")+"] LT"},lastWeek:function(){return"[el] dddd [passat a "+(1!==this.hours()?"les":"la")+"] LT"},sameElse:"L"},relativeTime:{future:"d'aquí %s",past:"fa %s",s:"uns segons",ss:"%d segons",m:"un minut",mm:"%d minuts",h:"una hora",hh:"%d hores",d:"un dia",dd:"%d dies",M:"un mes",MM:"%d mesos",y:"un any",yy:"%d anys"},dayOfMonthOrdinalParse:/\d{1,2}(r|n|t|è|a)/,ordinal:function(e,t){var n=1===e?"r":2===e?"n":3===e?"r":4===e?"t":"è";return"w"!==t&&"W"!==t||(n="a"),e+n},week:{dow:1,doy:4}})}(n(1))},function(e,t,n){!function(e){"use strict";var t="leden_únor_březen_duben_květen_červen_červenec_srpen_září_říjen_listopad_prosinec".split("_"),n="led_úno_bře_dub_kvě_čvn_čvc_srp_zář_říj_lis_pro".split("_"),r=[/^led/i,/^úno/i,/^bře/i,/^dub/i,/^kvě/i,/^(čvn|červen$|června)/i,/^(čvc|červenec|července)/i,/^srp/i,/^zář/i,/^říj/i,/^lis/i,/^pro/i],i=/^(leden|únor|březen|duben|květen|červenec|července|červen|června|srpen|září|říjen|listopad|prosinec|led|úno|bře|dub|kvě|čvn|čvc|srp|zář|říj|lis|pro)/i;function a(e){return e>1&&e<5&&1!=~~(e/10)}function o(e,t,n,r){var i=e+" ";switch(n){case"s":return t||r?"pár sekund":"pár sekundami";case"ss":return t||r?i+(a(e)?"sekundy":"sekund"):i+"sekundami";case"m":return t?"minuta":r?"minutu":"minutou";case"mm":return t||r?i+(a(e)?"minuty":"minut"):i+"minutami";case"h":return t?"hodina":r?"hodinu":"hodinou";case"hh":return t||r?i+(a(e)?"hodiny":"hodin"):i+"hodinami";case"d":return t||r?"den":"dnem";case"dd":return t||r?i+(a(e)?"dny":"dní"):i+"dny";case"M":return t||r?"měsíc":"měsícem";case"MM":return t||r?i+(a(e)?"měsíce":"měsíců"):i+"měsíci";case"y":return t||r?"rok":"rokem";case"yy":return t||r?i+(a(e)?"roky":"let"):i+"lety"}}e.defineLocale("cs",{months:t,monthsShort:n,monthsRegex:i,monthsShortRegex:i,monthsStrictRegex:/^(leden|ledna|února|únor|březen|března|duben|dubna|květen|května|červenec|července|červen|června|srpen|srpna|září|říjen|října|listopadu|listopad|prosinec|prosince)/i,monthsShortStrictRegex:/^(led|úno|bře|dub|kvě|čvn|čvc|srp|zář|říj|lis|pro)/i,monthsParse:r,longMonthsParse:r,shortMonthsParse:r,weekdays:"neděle_pondělí_úterý_středa_čtvrtek_pátek_sobota".split("_"),weekdaysShort:"ne_po_út_st_čt_pá_so".split("_"),weekdaysMin:"ne_po_út_st_čt_pá_so".split("_"),longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY H:mm",LLLL:"dddd D. MMMM YYYY H:mm",l:"D. M. YYYY"},calendar:{sameDay:"[dnes v] LT",nextDay:"[zítra v] LT",nextWeek:function(){switch(this.day()){case 0:return"[v neděli v] LT";case 1:case 2:return"[v] dddd [v] LT";case 3:return"[ve středu v] LT";case 4:return"[ve čtvrtek v] LT";case 5:return"[v pátek v] LT";case 6:return"[v sobotu v] LT"}},lastDay:"[včera v] LT",lastWeek:function(){switch(this.day()){case 0:return"[minulou neděli v] LT";case 1:case 2:return"[minulé] dddd [v] LT";case 3:return"[minulou středu v] LT";case 4:case 5:return"[minulý] dddd [v] LT";case 6:return"[minulou sobotu v] LT"}},sameElse:"L"},relativeTime:{future:"za %s",past:"před %s",s:o,ss:o,m:o,mm:o,h:o,hh:o,d:o,dd:o,M:o,MM:o,y:o,yy:o},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})}(n(1))},function(e,t,n){!function(e){"use strict";e.defineLocale("cv",{months:"кӑрлач_нарӑс_пуш_ака_май_ҫӗртме_утӑ_ҫурла_авӑн_юпа_чӳк_раштав".split("_"),monthsShort:"кӑр_нар_пуш_ака_май_ҫӗр_утӑ_ҫур_авн_юпа_чӳк_раш".split("_"),weekdays:"вырсарникун_тунтикун_ытларикун_юнкун_кӗҫнерникун_эрнекун_шӑматкун".split("_"),weekdaysShort:"выр_тун_ытл_юн_кӗҫ_эрн_шӑм".split("_"),weekdaysMin:"вр_тн_ыт_юн_кҫ_эр_шм".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD-MM-YYYY",LL:"YYYY [ҫулхи] MMMM [уйӑхӗн] D[-мӗшӗ]",LLL:"YYYY [ҫулхи] MMMM [уйӑхӗн] D[-мӗшӗ], HH:mm",LLLL:"dddd, YYYY [ҫулхи] MMMM [уйӑхӗн] D[-мӗшӗ], HH:mm"},calendar:{sameDay:"[Паян] LT [сехетре]",nextDay:"[Ыран] LT [сехетре]",lastDay:"[Ӗнер] LT [сехетре]",nextWeek:"[Ҫитес] dddd LT [сехетре]",lastWeek:"[Иртнӗ] dddd LT [сехетре]",sameElse:"L"},relativeTime:{future:function(e){return e+(/сехет$/i.exec(e)?"рен":/ҫул$/i.exec(e)?"тан":"ран")},past:"%s каялла",s:"пӗр-ик ҫеккунт",ss:"%d ҫеккунт",m:"пӗр минут",mm:"%d минут",h:"пӗр сехет",hh:"%d сехет",d:"пӗр кун",dd:"%d кун",M:"пӗр уйӑх",MM:"%d уйӑх",y:"пӗр ҫул",yy:"%d ҫул"},dayOfMonthOrdinalParse:/\d{1,2}-мӗш/,ordinal:"%d-мӗш",week:{dow:1,doy:7}})}(n(1))},function(e,t,n){!function(e){"use strict";e.defineLocale("cy",{months:"Ionawr_Chwefror_Mawrth_Ebrill_Mai_Mehefin_Gorffennaf_Awst_Medi_Hydref_Tachwedd_Rhagfyr".split("_"),monthsShort:"Ion_Chwe_Maw_Ebr_Mai_Meh_Gor_Aws_Med_Hyd_Tach_Rhag".split("_"),weekdays:"Dydd Sul_Dydd Llun_Dydd Mawrth_Dydd Mercher_Dydd Iau_Dydd Gwener_Dydd Sadwrn".split("_"),weekdaysShort:"Sul_Llun_Maw_Mer_Iau_Gwe_Sad".split("_"),weekdaysMin:"Su_Ll_Ma_Me_Ia_Gw_Sa".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[Heddiw am] LT",nextDay:"[Yfory am] LT",nextWeek:"dddd [am] LT",lastDay:"[Ddoe am] LT",lastWeek:"dddd [diwethaf am] LT",sameElse:"L"},relativeTime:{future:"mewn %s",past:"%s yn ôl",s:"ychydig eiliadau",ss:"%d eiliad",m:"munud",mm:"%d munud",h:"awr",hh:"%d awr",d:"diwrnod",dd:"%d diwrnod",M:"mis",MM:"%d mis",y:"blwyddyn",yy:"%d flynedd"},dayOfMonthOrdinalParse:/\d{1,2}(fed|ain|af|il|ydd|ed|eg)/,ordinal:function(e){var t="";return e>20?t=40===e||50===e||60===e||80===e||100===e?"fed":"ain":e>0&&(t=["","af","il","ydd","ydd","ed","ed","ed","fed","fed","fed","eg","fed","eg","eg","fed","eg","eg","fed","eg","fed"][e]),e+t},week:{dow:1,doy:4}})}(n(1))},function(e,t,n){!function(e){"use strict";e.defineLocale("da",{months:"januar_februar_marts_april_maj_juni_juli_august_september_oktober_november_december".split("_"),monthsShort:"jan_feb_mar_apr_maj_jun_jul_aug_sep_okt_nov_dec".split("_"),weekdays:"søndag_mandag_tirsdag_onsdag_torsdag_fredag_lørdag".split("_"),weekdaysShort:"søn_man_tir_ons_tor_fre_lør".split("_"),weekdaysMin:"sø_ma_ti_on_to_fr_lø".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY HH:mm",LLLL:"dddd [d.] D. MMMM YYYY [kl.] HH:mm"},calendar:{sameDay:"[i dag kl.] LT",nextDay:"[i morgen kl.] LT",nextWeek:"på dddd [kl.] LT",lastDay:"[i går kl.] LT",lastWeek:"[i] dddd[s kl.] LT",sameElse:"L"},relativeTime:{future:"om %s",past:"%s siden",s:"få sekunder",ss:"%d sekunder",m:"et minut",mm:"%d minutter",h:"en time",hh:"%d timer",d:"en dag",dd:"%d dage",M:"en måned",MM:"%d måneder",y:"et år",yy:"%d år"},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})}(n(1))},function(e,t,n){!function(e){"use strict";function t(e,t,n,r){var i={m:["eine Minute","einer Minute"],h:["eine Stunde","einer Stunde"],d:["ein Tag","einem Tag"],dd:[e+" Tage",e+" Tagen"],M:["ein Monat","einem Monat"],MM:[e+" Monate",e+" Monaten"],y:["ein Jahr","einem Jahr"],yy:[e+" Jahre",e+" Jahren"]};return t?i[n][0]:i[n][1]}e.defineLocale("de",{months:"Januar_Februar_März_April_Mai_Juni_Juli_August_September_Oktober_November_Dezember".split("_"),monthsShort:"Jan._Feb._März_Apr._Mai_Juni_Juli_Aug._Sep._Okt._Nov._Dez.".split("_"),monthsParseExact:!0,weekdays:"Sonntag_Montag_Dienstag_Mittwoch_Donnerstag_Freitag_Samstag".split("_"),weekdaysShort:"So._Mo._Di._Mi._Do._Fr._Sa.".split("_"),weekdaysMin:"So_Mo_Di_Mi_Do_Fr_Sa".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY HH:mm",LLLL:"dddd, D. MMMM YYYY HH:mm"},calendar:{sameDay:"[heute um] LT [Uhr]",sameElse:"L",nextDay:"[morgen um] LT [Uhr]",nextWeek:"dddd [um] LT [Uhr]",lastDay:"[gestern um] LT [Uhr]",lastWeek:"[letzten] dddd [um] LT [Uhr]"},relativeTime:{future:"in %s",past:"vor %s",s:"ein paar Sekunden",ss:"%d Sekunden",m:t,mm:"%d Minuten",h:t,hh:"%d Stunden",d:t,dd:t,M:t,MM:t,y:t,yy:t},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})}(n(1))},function(e,t,n){!function(e){"use strict";function t(e,t,n,r){var i={m:["eine Minute","einer Minute"],h:["eine Stunde","einer Stunde"],d:["ein Tag","einem Tag"],dd:[e+" Tage",e+" Tagen"],M:["ein Monat","einem Monat"],MM:[e+" Monate",e+" Monaten"],y:["ein Jahr","einem Jahr"],yy:[e+" Jahre",e+" Jahren"]};return t?i[n][0]:i[n][1]}e.defineLocale("de-at",{months:"Jänner_Februar_März_April_Mai_Juni_Juli_August_September_Oktober_November_Dezember".split("_"),monthsShort:"Jän._Feb._März_Apr._Mai_Juni_Juli_Aug._Sep._Okt._Nov._Dez.".split("_"),monthsParseExact:!0,weekdays:"Sonntag_Montag_Dienstag_Mittwoch_Donnerstag_Freitag_Samstag".split("_"),weekdaysShort:"So._Mo._Di._Mi._Do._Fr._Sa.".split("_"),weekdaysMin:"So_Mo_Di_Mi_Do_Fr_Sa".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY HH:mm",LLLL:"dddd, D. MMMM YYYY HH:mm"},calendar:{sameDay:"[heute um] LT [Uhr]",sameElse:"L",nextDay:"[morgen um] LT [Uhr]",nextWeek:"dddd [um] LT [Uhr]",lastDay:"[gestern um] LT [Uhr]",lastWeek:"[letzten] dddd [um] LT [Uhr]"},relativeTime:{future:"in %s",past:"vor %s",s:"ein paar Sekunden",ss:"%d Sekunden",m:t,mm:"%d Minuten",h:t,hh:"%d Stunden",d:t,dd:t,M:t,MM:t,y:t,yy:t},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})}(n(1))},function(e,t,n){!function(e){"use strict";function t(e,t,n,r){var i={m:["eine Minute","einer Minute"],h:["eine Stunde","einer Stunde"],d:["ein Tag","einem Tag"],dd:[e+" Tage",e+" Tagen"],M:["ein Monat","einem Monat"],MM:[e+" Monate",e+" Monaten"],y:["ein Jahr","einem Jahr"],yy:[e+" Jahre",e+" Jahren"]};return t?i[n][0]:i[n][1]}e.defineLocale("de-ch",{months:"Januar_Februar_März_April_Mai_Juni_Juli_August_September_Oktober_November_Dezember".split("_"),monthsShort:"Jan._Feb._März_Apr._Mai_Juni_Juli_Aug._Sep._Okt._Nov._Dez.".split("_"),monthsParseExact:!0,weekdays:"Sonntag_Montag_Dienstag_Mittwoch_Donnerstag_Freitag_Samstag".split("_"),weekdaysShort:"So_Mo_Di_Mi_Do_Fr_Sa".split("_"),weekdaysMin:"So_Mo_Di_Mi_Do_Fr_Sa".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY HH:mm",LLLL:"dddd, D. MMMM YYYY HH:mm"},calendar:{sameDay:"[heute um] LT [Uhr]",sameElse:"L",nextDay:"[morgen um] LT [Uhr]",nextWeek:"dddd [um] LT [Uhr]",lastDay:"[gestern um] LT [Uhr]",lastWeek:"[letzten] dddd [um] LT [Uhr]"},relativeTime:{future:"in %s",past:"vor %s",s:"ein paar Sekunden",ss:"%d Sekunden",m:t,mm:"%d Minuten",h:t,hh:"%d Stunden",d:t,dd:t,M:t,MM:t,y:t,yy:t},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})}(n(1))},function(e,t,n){!function(e){"use strict";var t=["ޖެނުއަރީ","ފެބްރުއަރީ","މާރިޗު","އޭޕްރީލު","މޭ","ޖޫން","ޖުލައި","އޯގަސްޓު","ސެޕްޓެމްބަރު","އޮކްޓޯބަރު","ނޮވެމްބަރު","ޑިސެމްބަރު"],n=["އާދިއްތަ","ހޯމަ","އަންގާރަ","ބުދަ","ބުރާސްފަތި","ހުކުރު","ހޮނިހިރު"];e.defineLocale("dv",{months:t,monthsShort:t,weekdays:n,weekdaysShort:n,weekdaysMin:"އާދި_ހޯމަ_އަން_ބުދަ_ބުރާ_ހުކު_ހޮނި".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"D/M/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},meridiemParse:/މކ|މފ/,isPM:function(e){return"މފ"===e},meridiem:function(e,t,n){return e<12?"މކ":"މފ"},calendar:{sameDay:"[މިއަދު] LT",nextDay:"[މާދަމާ] LT",nextWeek:"dddd LT",lastDay:"[އިއްޔެ] LT",lastWeek:"[ފާއިތުވި] dddd LT",sameElse:"L"},relativeTime:{future:"ތެރޭގައި %s",past:"ކުރިން %s",s:"ސިކުންތުކޮޅެއް",ss:"d% ސިކުންތު",m:"މިނިޓެއް",mm:"މިނިޓު %d",h:"ގަޑިއިރެއް",hh:"ގަޑިއިރު %d",d:"ދުވަހެއް",dd:"ދުވަސް %d",M:"މަހެއް",MM:"މަސް %d",y:"އަހަރެއް",yy:"އަހަރު %d"},preparse:function(e){return e.replace(/،/g,",")},postformat:function(e){return e.replace(/,/g,"،")},week:{dow:7,doy:12}})}(n(1))},function(e,t,n){!function(e){"use strict";e.defineLocale("el",{monthsNominativeEl:"Ιανουάριος_Φεβρουάριος_Μάρτιος_Απρίλιος_Μάιος_Ιούνιος_Ιούλιος_Αύγουστος_Σεπτέμβριος_Οκτώβριος_Νοέμβριος_Δεκέμβριος".split("_"),monthsGenitiveEl:"Ιανουαρίου_Φεβρουαρίου_Μαρτίου_Απριλίου_Μαΐου_Ιουνίου_Ιουλίου_Αυγούστου_Σεπτεμβρίου_Οκτωβρίου_Νοεμβρίου_Δεκεμβρίου".split("_"),months:function(e,t){return e?"string"==typeof t&&/D/.test(t.substring(0,t.indexOf("MMMM")))?this._monthsGenitiveEl[e.month()]:this._monthsNominativeEl[e.month()]:this._monthsNominativeEl},monthsShort:"Ιαν_Φεβ_Μαρ_Απρ_Μαϊ_Ιουν_Ιουλ_Αυγ_Σεπ_Οκτ_Νοε_Δεκ".split("_"),weekdays:"Κυριακή_Δευτέρα_Τρίτη_Τετάρτη_Πέμπτη_Παρασκευή_Σάββατο".split("_"),weekdaysShort:"Κυρ_Δευ_Τρι_Τετ_Πεμ_Παρ_Σαβ".split("_"),weekdaysMin:"Κυ_Δε_Τρ_Τε_Πε_Πα_Σα".split("_"),meridiem:function(e,t,n){return e>11?n?"μμ":"ΜΜ":n?"πμ":"ΠΜ"},isPM:function(e){return"μ"===(e+"").toLowerCase()[0]},meridiemParse:/[ΠΜ]\.?Μ?\.?/i,longDateFormat:{LT:"h:mm A",LTS:"h:mm:ss A",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY h:mm A",LLLL:"dddd, D MMMM YYYY h:mm A"},calendarEl:{sameDay:"[Σήμερα {}] LT",nextDay:"[Αύριο {}] LT",nextWeek:"dddd [{}] LT",lastDay:"[Χθες {}] LT",lastWeek:function(){switch(this.day()){case 6:return"[το προηγούμενο] dddd [{}] LT";default:return"[την προηγούμενη] dddd [{}] LT"}},sameElse:"L"},calendar:function(e,t){var n,r=this._calendarEl[e],i=t&&t.hours();return((n=r)instanceof Function||"[object Function]"===Object.prototype.toString.call(n))&&(r=r.apply(t)),r.replace("{}",i%12==1?"στη":"στις")},relativeTime:{future:"σε %s",past:"%s πριν",s:"λίγα δευτερόλεπτα",ss:"%d δευτερόλεπτα",m:"ένα λεπτό",mm:"%d λεπτά",h:"μία ώρα",hh:"%d ώρες",d:"μία μέρα",dd:"%d μέρες",M:"ένας μήνας",MM:"%d μήνες",y:"ένας χρόνος",yy:"%d χρόνια"},dayOfMonthOrdinalParse:/\d{1,2}η/,ordinal:"%dη",week:{dow:1,doy:4}})}(n(1))},function(e,t,n){!function(e){"use strict";e.defineLocale("en-SG",{months:"January_February_March_April_May_June_July_August_September_October_November_December".split("_"),monthsShort:"Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec".split("_"),weekdays:"Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),weekdaysShort:"Sun_Mon_Tue_Wed_Thu_Fri_Sat".split("_"),weekdaysMin:"Su_Mo_Tu_We_Th_Fr_Sa".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[Today at] LT",nextDay:"[Tomorrow at] LT",nextWeek:"dddd [at] LT",lastDay:"[Yesterday at] LT",lastWeek:"[Last] dddd [at] LT",sameElse:"L"},relativeTime:{future:"in %s",past:"%s ago",s:"a few seconds",ss:"%d seconds",m:"a minute",mm:"%d minutes",h:"an hour",hh:"%d hours",d:"a day",dd:"%d days",M:"a month",MM:"%d months",y:"a year",yy:"%d years"},dayOfMonthOrdinalParse:/\d{1,2}(st|nd|rd|th)/,ordinal:function(e){var t=e%10;return e+(1==~~(e%100/10)?"th":1===t?"st":2===t?"nd":3===t?"rd":"th")},week:{dow:1,doy:4}})}(n(1))},function(e,t,n){!function(e){"use strict";e.defineLocale("en-au",{months:"January_February_March_April_May_June_July_August_September_October_November_December".split("_"),monthsShort:"Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec".split("_"),weekdays:"Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),weekdaysShort:"Sun_Mon_Tue_Wed_Thu_Fri_Sat".split("_"),weekdaysMin:"Su_Mo_Tu_We_Th_Fr_Sa".split("_"),longDateFormat:{LT:"h:mm A",LTS:"h:mm:ss A",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY h:mm A",LLLL:"dddd, D MMMM YYYY h:mm A"},calendar:{sameDay:"[Today at] LT",nextDay:"[Tomorrow at] LT",nextWeek:"dddd [at] LT",lastDay:"[Yesterday at] LT",lastWeek:"[Last] dddd [at] LT",sameElse:"L"},relativeTime:{future:"in %s",past:"%s ago",s:"a few seconds",ss:"%d seconds",m:"a minute",mm:"%d minutes",h:"an hour",hh:"%d hours",d:"a day",dd:"%d days",M:"a month",MM:"%d months",y:"a year",yy:"%d years"},dayOfMonthOrdinalParse:/\d{1,2}(st|nd|rd|th)/,ordinal:function(e){var t=e%10;return e+(1==~~(e%100/10)?"th":1===t?"st":2===t?"nd":3===t?"rd":"th")},week:{dow:1,doy:4}})}(n(1))},function(e,t,n){!function(e){"use strict";e.defineLocale("en-ca",{months:"January_February_March_April_May_June_July_August_September_October_November_December".split("_"),monthsShort:"Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec".split("_"),weekdays:"Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),weekdaysShort:"Sun_Mon_Tue_Wed_Thu_Fri_Sat".split("_"),weekdaysMin:"Su_Mo_Tu_We_Th_Fr_Sa".split("_"),longDateFormat:{LT:"h:mm A",LTS:"h:mm:ss A",L:"YYYY-MM-DD",LL:"MMMM D, YYYY",LLL:"MMMM D, YYYY h:mm A",LLLL:"dddd, MMMM D, YYYY h:mm A"},calendar:{sameDay:"[Today at] LT",nextDay:"[Tomorrow at] LT",nextWeek:"dddd [at] LT",lastDay:"[Yesterday at] LT",lastWeek:"[Last] dddd [at] LT",sameElse:"L"},relativeTime:{future:"in %s",past:"%s ago",s:"a few seconds",ss:"%d seconds",m:"a minute",mm:"%d minutes",h:"an hour",hh:"%d hours",d:"a day",dd:"%d days",M:"a month",MM:"%d months",y:"a year",yy:"%d years"},dayOfMonthOrdinalParse:/\d{1,2}(st|nd|rd|th)/,ordinal:function(e){var t=e%10;return e+(1==~~(e%100/10)?"th":1===t?"st":2===t?"nd":3===t?"rd":"th")}})}(n(1))},function(e,t,n){!function(e){"use strict";e.defineLocale("en-gb",{months:"January_February_March_April_May_June_July_August_September_October_November_December".split("_"),monthsShort:"Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec".split("_"),weekdays:"Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),weekdaysShort:"Sun_Mon_Tue_Wed_Thu_Fri_Sat".split("_"),weekdaysMin:"Su_Mo_Tu_We_Th_Fr_Sa".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[Today at] LT",nextDay:"[Tomorrow at] LT",nextWeek:"dddd [at] LT",lastDay:"[Yesterday at] LT",lastWeek:"[Last] dddd [at] LT",sameElse:"L"},relativeTime:{future:"in %s",past:"%s ago",s:"a few seconds",ss:"%d seconds",m:"a minute",mm:"%d minutes",h:"an hour",hh:"%d hours",d:"a day",dd:"%d days",M:"a month",MM:"%d months",y:"a year",yy:"%d years"},dayOfMonthOrdinalParse:/\d{1,2}(st|nd|rd|th)/,ordinal:function(e){var t=e%10;return e+(1==~~(e%100/10)?"th":1===t?"st":2===t?"nd":3===t?"rd":"th")},week:{dow:1,doy:4}})}(n(1))},function(e,t,n){!function(e){"use strict";e.defineLocale("en-ie",{months:"January_February_March_April_May_June_July_August_September_October_November_December".split("_"),monthsShort:"Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec".split("_"),weekdays:"Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),weekdaysShort:"Sun_Mon_Tue_Wed_Thu_Fri_Sat".split("_"),weekdaysMin:"Su_Mo_Tu_We_Th_Fr_Sa".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[Today at] LT",nextDay:"[Tomorrow at] LT",nextWeek:"dddd [at] LT",lastDay:"[Yesterday at] LT",lastWeek:"[Last] dddd [at] LT",sameElse:"L"},relativeTime:{future:"in %s",past:"%s ago",s:"a few seconds",ss:"%d seconds",m:"a minute",mm:"%d minutes",h:"an hour",hh:"%d hours",d:"a day",dd:"%d days",M:"a month",MM:"%d months",y:"a year",yy:"%d years"},dayOfMonthOrdinalParse:/\d{1,2}(st|nd|rd|th)/,ordinal:function(e){var t=e%10;return e+(1==~~(e%100/10)?"th":1===t?"st":2===t?"nd":3===t?"rd":"th")},week:{dow:1,doy:4}})}(n(1))},function(e,t,n){!function(e){"use strict";e.defineLocale("en-il",{months:"January_February_March_April_May_June_July_August_September_October_November_December".split("_"),monthsShort:"Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec".split("_"),weekdays:"Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),weekdaysShort:"Sun_Mon_Tue_Wed_Thu_Fri_Sat".split("_"),weekdaysMin:"Su_Mo_Tu_We_Th_Fr_Sa".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[Today at] LT",nextDay:"[Tomorrow at] LT",nextWeek:"dddd [at] LT",lastDay:"[Yesterday at] LT",lastWeek:"[Last] dddd [at] LT",sameElse:"L"},relativeTime:{future:"in %s",past:"%s ago",s:"a few seconds",m:"a minute",mm:"%d minutes",h:"an hour",hh:"%d hours",d:"a day",dd:"%d days",M:"a month",MM:"%d months",y:"a year",yy:"%d years"},dayOfMonthOrdinalParse:/\d{1,2}(st|nd|rd|th)/,ordinal:function(e){var t=e%10;return e+(1==~~(e%100/10)?"th":1===t?"st":2===t?"nd":3===t?"rd":"th")}})}(n(1))},function(e,t,n){!function(e){"use strict";e.defineLocale("en-nz",{months:"January_February_March_April_May_June_July_August_September_October_November_December".split("_"),monthsShort:"Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec".split("_"),weekdays:"Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),weekdaysShort:"Sun_Mon_Tue_Wed_Thu_Fri_Sat".split("_"),weekdaysMin:"Su_Mo_Tu_We_Th_Fr_Sa".split("_"),longDateFormat:{LT:"h:mm A",LTS:"h:mm:ss A",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY h:mm A",LLLL:"dddd, D MMMM YYYY h:mm A"},calendar:{sameDay:"[Today at] LT",nextDay:"[Tomorrow at] LT",nextWeek:"dddd [at] LT",lastDay:"[Yesterday at] LT",lastWeek:"[Last] dddd [at] LT",sameElse:"L"},relativeTime:{future:"in %s",past:"%s ago",s:"a few seconds",ss:"%d seconds",m:"a minute",mm:"%d minutes",h:"an hour",hh:"%d hours",d:"a day",dd:"%d days",M:"a month",MM:"%d months",y:"a year",yy:"%d years"},dayOfMonthOrdinalParse:/\d{1,2}(st|nd|rd|th)/,ordinal:function(e){var t=e%10;return e+(1==~~(e%100/10)?"th":1===t?"st":2===t?"nd":3===t?"rd":"th")},week:{dow:1,doy:4}})}(n(1))},function(e,t,n){!function(e){"use strict";e.defineLocale("eo",{months:"januaro_februaro_marto_aprilo_majo_junio_julio_aŭgusto_septembro_oktobro_novembro_decembro".split("_"),monthsShort:"jan_feb_mar_apr_maj_jun_jul_aŭg_sep_okt_nov_dec".split("_"),weekdays:"dimanĉo_lundo_mardo_merkredo_ĵaŭdo_vendredo_sabato".split("_"),weekdaysShort:"dim_lun_mard_merk_ĵaŭ_ven_sab".split("_"),weekdaysMin:"di_lu_ma_me_ĵa_ve_sa".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"YYYY-MM-DD",LL:"D[-a de] MMMM, YYYY",LLL:"D[-a de] MMMM, YYYY HH:mm",LLLL:"dddd, [la] D[-a de] MMMM, YYYY HH:mm"},meridiemParse:/[ap]\.t\.m/i,isPM:function(e){return"p"===e.charAt(0).toLowerCase()},meridiem:function(e,t,n){return e>11?n?"p.t.m.":"P.T.M.":n?"a.t.m.":"A.T.M."},calendar:{sameDay:"[Hodiaŭ je] LT",nextDay:"[Morgaŭ je] LT",nextWeek:"dddd [je] LT",lastDay:"[Hieraŭ je] LT",lastWeek:"[pasinta] dddd [je] LT",sameElse:"L"},relativeTime:{future:"post %s",past:"antaŭ %s",s:"sekundoj",ss:"%d sekundoj",m:"minuto",mm:"%d minutoj",h:"horo",hh:"%d horoj",d:"tago",dd:"%d tagoj",M:"monato",MM:"%d monatoj",y:"jaro",yy:"%d jaroj"},dayOfMonthOrdinalParse:/\d{1,2}a/,ordinal:"%da",week:{dow:1,doy:7}})}(n(1))},function(e,t,n){!function(e){"use strict";var t="ene._feb._mar._abr._may._jun._jul._ago._sep._oct._nov._dic.".split("_"),n="ene_feb_mar_abr_may_jun_jul_ago_sep_oct_nov_dic".split("_"),r=[/^ene/i,/^feb/i,/^mar/i,/^abr/i,/^may/i,/^jun/i,/^jul/i,/^ago/i,/^sep/i,/^oct/i,/^nov/i,/^dic/i],i=/^(enero|febrero|marzo|abril|mayo|junio|julio|agosto|septiembre|octubre|noviembre|diciembre|ene\.?|feb\.?|mar\.?|abr\.?|may\.?|jun\.?|jul\.?|ago\.?|sep\.?|oct\.?|nov\.?|dic\.?)/i;e.defineLocale("es",{months:"enero_febrero_marzo_abril_mayo_junio_julio_agosto_septiembre_octubre_noviembre_diciembre".split("_"),monthsShort:function(e,r){return e?/-MMM-/.test(r)?n[e.month()]:t[e.month()]:t},monthsRegex:i,monthsShortRegex:i,monthsStrictRegex:/^(enero|febrero|marzo|abril|mayo|junio|julio|agosto|septiembre|octubre|noviembre|diciembre)/i,monthsShortStrictRegex:/^(ene\.?|feb\.?|mar\.?|abr\.?|may\.?|jun\.?|jul\.?|ago\.?|sep\.?|oct\.?|nov\.?|dic\.?)/i,monthsParse:r,longMonthsParse:r,shortMonthsParse:r,weekdays:"domingo_lunes_martes_miércoles_jueves_viernes_sábado".split("_"),weekdaysShort:"dom._lun._mar._mié._jue._vie._sáb.".split("_"),weekdaysMin:"do_lu_ma_mi_ju_vi_sá".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD/MM/YYYY",LL:"D [de] MMMM [de] YYYY",LLL:"D [de] MMMM [de] YYYY H:mm",LLLL:"dddd, D [de] MMMM [de] YYYY H:mm"},calendar:{sameDay:function(){return"[hoy a la"+(1!==this.hours()?"s":"")+"] LT"},nextDay:function(){return"[mañana a la"+(1!==this.hours()?"s":"")+"] LT"},nextWeek:function(){return"dddd [a la"+(1!==this.hours()?"s":"")+"] LT"},lastDay:function(){return"[ayer a la"+(1!==this.hours()?"s":"")+"] LT"},lastWeek:function(){return"[el] dddd [pasado a la"+(1!==this.hours()?"s":"")+"] LT"},sameElse:"L"},relativeTime:{future:"en %s",past:"hace %s",s:"unos segundos",ss:"%d segundos",m:"un minuto",mm:"%d minutos",h:"una hora",hh:"%d horas",d:"un día",dd:"%d días",M:"un mes",MM:"%d meses",y:"un año",yy:"%d años"},dayOfMonthOrdinalParse:/\d{1,2}º/,ordinal:"%dº",week:{dow:1,doy:4}})}(n(1))},function(e,t,n){!function(e){"use strict";var t="ene._feb._mar._abr._may._jun._jul._ago._sep._oct._nov._dic.".split("_"),n="ene_feb_mar_abr_may_jun_jul_ago_sep_oct_nov_dic".split("_"),r=[/^ene/i,/^feb/i,/^mar/i,/^abr/i,/^may/i,/^jun/i,/^jul/i,/^ago/i,/^sep/i,/^oct/i,/^nov/i,/^dic/i],i=/^(enero|febrero|marzo|abril|mayo|junio|julio|agosto|septiembre|octubre|noviembre|diciembre|ene\.?|feb\.?|mar\.?|abr\.?|may\.?|jun\.?|jul\.?|ago\.?|sep\.?|oct\.?|nov\.?|dic\.?)/i;e.defineLocale("es-do",{months:"enero_febrero_marzo_abril_mayo_junio_julio_agosto_septiembre_octubre_noviembre_diciembre".split("_"),monthsShort:function(e,r){return e?/-MMM-/.test(r)?n[e.month()]:t[e.month()]:t},monthsRegex:i,monthsShortRegex:i,monthsStrictRegex:/^(enero|febrero|marzo|abril|mayo|junio|julio|agosto|septiembre|octubre|noviembre|diciembre)/i,monthsShortStrictRegex:/^(ene\.?|feb\.?|mar\.?|abr\.?|may\.?|jun\.?|jul\.?|ago\.?|sep\.?|oct\.?|nov\.?|dic\.?)/i,monthsParse:r,longMonthsParse:r,shortMonthsParse:r,weekdays:"domingo_lunes_martes_miércoles_jueves_viernes_sábado".split("_"),weekdaysShort:"dom._lun._mar._mié._jue._vie._sáb.".split("_"),weekdaysMin:"do_lu_ma_mi_ju_vi_sá".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"h:mm A",LTS:"h:mm:ss A",L:"DD/MM/YYYY",LL:"D [de] MMMM [de] YYYY",LLL:"D [de] MMMM [de] YYYY h:mm A",LLLL:"dddd, D [de] MMMM [de] YYYY h:mm A"},calendar:{sameDay:function(){return"[hoy a la"+(1!==this.hours()?"s":"")+"] LT"},nextDay:function(){return"[mañana a la"+(1!==this.hours()?"s":"")+"] LT"},nextWeek:function(){return"dddd [a la"+(1!==this.hours()?"s":"")+"] LT"},lastDay:function(){return"[ayer a la"+(1!==this.hours()?"s":"")+"] LT"},lastWeek:function(){return"[el] dddd [pasado a la"+(1!==this.hours()?"s":"")+"] LT"},sameElse:"L"},relativeTime:{future:"en %s",past:"hace %s",s:"unos segundos",ss:"%d segundos",m:"un minuto",mm:"%d minutos",h:"una hora",hh:"%d horas",d:"un día",dd:"%d días",M:"un mes",MM:"%d meses",y:"un año",yy:"%d años"},dayOfMonthOrdinalParse:/\d{1,2}º/,ordinal:"%dº",week:{dow:1,doy:4}})}(n(1))},function(e,t,n){!function(e){"use strict";var t="ene._feb._mar._abr._may._jun._jul._ago._sep._oct._nov._dic.".split("_"),n="ene_feb_mar_abr_may_jun_jul_ago_sep_oct_nov_dic".split("_"),r=[/^ene/i,/^feb/i,/^mar/i,/^abr/i,/^may/i,/^jun/i,/^jul/i,/^ago/i,/^sep/i,/^oct/i,/^nov/i,/^dic/i],i=/^(enero|febrero|marzo|abril|mayo|junio|julio|agosto|septiembre|octubre|noviembre|diciembre|ene\.?|feb\.?|mar\.?|abr\.?|may\.?|jun\.?|jul\.?|ago\.?|sep\.?|oct\.?|nov\.?|dic\.?)/i;e.defineLocale("es-us",{months:"enero_febrero_marzo_abril_mayo_junio_julio_agosto_septiembre_octubre_noviembre_diciembre".split("_"),monthsShort:function(e,r){return e?/-MMM-/.test(r)?n[e.month()]:t[e.month()]:t},monthsRegex:i,monthsShortRegex:i,monthsStrictRegex:/^(enero|febrero|marzo|abril|mayo|junio|julio|agosto|septiembre|octubre|noviembre|diciembre)/i,monthsShortStrictRegex:/^(ene\.?|feb\.?|mar\.?|abr\.?|may\.?|jun\.?|jul\.?|ago\.?|sep\.?|oct\.?|nov\.?|dic\.?)/i,monthsParse:r,longMonthsParse:r,shortMonthsParse:r,weekdays:"domingo_lunes_martes_miércoles_jueves_viernes_sábado".split("_"),weekdaysShort:"dom._lun._mar._mié._jue._vie._sáb.".split("_"),weekdaysMin:"do_lu_ma_mi_ju_vi_sá".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"h:mm A",LTS:"h:mm:ss A",L:"MM/DD/YYYY",LL:"D [de] MMMM [de] YYYY",LLL:"D [de] MMMM [de] YYYY h:mm A",LLLL:"dddd, D [de] MMMM [de] YYYY h:mm A"},calendar:{sameDay:function(){return"[hoy a la"+(1!==this.hours()?"s":"")+"] LT"},nextDay:function(){return"[mañana a la"+(1!==this.hours()?"s":"")+"] LT"},nextWeek:function(){return"dddd [a la"+(1!==this.hours()?"s":"")+"] LT"},lastDay:function(){return"[ayer a la"+(1!==this.hours()?"s":"")+"] LT"},lastWeek:function(){return"[el] dddd [pasado a la"+(1!==this.hours()?"s":"")+"] LT"},sameElse:"L"},relativeTime:{future:"en %s",past:"hace %s",s:"unos segundos",ss:"%d segundos",m:"un minuto",mm:"%d minutos",h:"una hora",hh:"%d horas",d:"un día",dd:"%d días",M:"un mes",MM:"%d meses",y:"un año",yy:"%d años"},dayOfMonthOrdinalParse:/\d{1,2}º/,ordinal:"%dº",week:{dow:0,doy:6}})}(n(1))},function(e,t,n){!function(e){"use strict";function t(e,t,n,r){var i={s:["mõne sekundi","mõni sekund","paar sekundit"],ss:[e+"sekundi",e+"sekundit"],m:["ühe minuti","üks minut"],mm:[e+" minuti",e+" minutit"],h:["ühe tunni","tund aega","üks tund"],hh:[e+" tunni",e+" tundi"],d:["ühe päeva","üks päev"],M:["kuu aja","kuu aega","üks kuu"],MM:[e+" kuu",e+" kuud"],y:["ühe aasta","aasta","üks aasta"],yy:[e+" aasta",e+" aastat"]};return t?i[n][2]?i[n][2]:i[n][1]:r?i[n][0]:i[n][1]}e.defineLocale("et",{months:"jaanuar_veebruar_märts_aprill_mai_juuni_juuli_august_september_oktoober_november_detsember".split("_"),monthsShort:"jaan_veebr_märts_apr_mai_juuni_juuli_aug_sept_okt_nov_dets".split("_"),weekdays:"pühapäev_esmaspäev_teisipäev_kolmapäev_neljapäev_reede_laupäev".split("_"),weekdaysShort:"P_E_T_K_N_R_L".split("_"),weekdaysMin:"P_E_T_K_N_R_L".split("_"),longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY H:mm",LLLL:"dddd, D. MMMM YYYY H:mm"},calendar:{sameDay:"[Täna,] LT",nextDay:"[Homme,] LT",nextWeek:"[Järgmine] dddd LT",lastDay:"[Eile,] LT",lastWeek:"[Eelmine] dddd LT",sameElse:"L"},relativeTime:{future:"%s pärast",past:"%s tagasi",s:t,ss:t,m:t,mm:t,h:t,hh:t,d:t,dd:"%d päeva",M:t,MM:t,y:t,yy:t},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})}(n(1))},function(e,t,n){!function(e){"use strict";e.defineLocale("eu",{months:"urtarrila_otsaila_martxoa_apirila_maiatza_ekaina_uztaila_abuztua_iraila_urria_azaroa_abendua".split("_"),monthsShort:"urt._ots._mar._api._mai._eka._uzt._abu._ira._urr._aza._abe.".split("_"),monthsParseExact:!0,weekdays:"igandea_astelehena_asteartea_asteazkena_osteguna_ostirala_larunbata".split("_"),weekdaysShort:"ig._al._ar._az._og._ol._lr.".split("_"),weekdaysMin:"ig_al_ar_az_og_ol_lr".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"YYYY-MM-DD",LL:"YYYY[ko] MMMM[ren] D[a]",LLL:"YYYY[ko] MMMM[ren] D[a] HH:mm",LLLL:"dddd, YYYY[ko] MMMM[ren] D[a] HH:mm",l:"YYYY-M-D",ll:"YYYY[ko] MMM D[a]",lll:"YYYY[ko] MMM D[a] HH:mm",llll:"ddd, YYYY[ko] MMM D[a] HH:mm"},calendar:{sameDay:"[gaur] LT[etan]",nextDay:"[bihar] LT[etan]",nextWeek:"dddd LT[etan]",lastDay:"[atzo] LT[etan]",lastWeek:"[aurreko] dddd LT[etan]",sameElse:"L"},relativeTime:{future:"%s barru",past:"duela %s",s:"segundo batzuk",ss:"%d segundo",m:"minutu bat",mm:"%d minutu",h:"ordu bat",hh:"%d ordu",d:"egun bat",dd:"%d egun",M:"hilabete bat",MM:"%d hilabete",y:"urte bat",yy:"%d urte"},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:7}})}(n(1))},function(e,t,n){!function(e){"use strict";var t={1:"۱",2:"۲",3:"۳",4:"۴",5:"۵",6:"۶",7:"۷",8:"۸",9:"۹",0:"۰"},n={"۱":"1","۲":"2","۳":"3","۴":"4","۵":"5","۶":"6","۷":"7","۸":"8","۹":"9","۰":"0"};e.defineLocale("fa",{months:"ژانویه_فوریه_مارس_آوریل_مه_ژوئن_ژوئیه_اوت_سپتامبر_اکتبر_نوامبر_دسامبر".split("_"),monthsShort:"ژانویه_فوریه_مارس_آوریل_مه_ژوئن_ژوئیه_اوت_سپتامبر_اکتبر_نوامبر_دسامبر".split("_"),weekdays:"یک‌شنبه_دوشنبه_سه‌شنبه_چهارشنبه_پنج‌شنبه_جمعه_شنبه".split("_"),weekdaysShort:"یک‌شنبه_دوشنبه_سه‌شنبه_چهارشنبه_پنج‌شنبه_جمعه_شنبه".split("_"),weekdaysMin:"ی_د_س_چ_پ_ج_ش".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},meridiemParse:/قبل از ظهر|بعد از ظهر/,isPM:function(e){return/بعد از ظهر/.test(e)},meridiem:function(e,t,n){return e<12?"قبل از ظهر":"بعد از ظهر"},calendar:{sameDay:"[امروز ساعت] LT",nextDay:"[فردا ساعت] LT",nextWeek:"dddd [ساعت] LT",lastDay:"[دیروز ساعت] LT",lastWeek:"dddd [پیش] [ساعت] LT",sameElse:"L"},relativeTime:{future:"در %s",past:"%s پیش",s:"چند ثانیه",ss:"ثانیه d%",m:"یک دقیقه",mm:"%d دقیقه",h:"یک ساعت",hh:"%d ساعت",d:"یک روز",dd:"%d روز",M:"یک ماه",MM:"%d ماه",y:"یک سال",yy:"%d سال"},preparse:function(e){return e.replace(/[۰-۹]/g,(function(e){return n[e]})).replace(/،/g,",")},postformat:function(e){return e.replace(/\d/g,(function(e){return t[e]})).replace(/,/g,"،")},dayOfMonthOrdinalParse:/\d{1,2}م/,ordinal:"%dم",week:{dow:6,doy:12}})}(n(1))},function(e,t,n){!function(e){"use strict";var t="nolla yksi kaksi kolme neljä viisi kuusi seitsemän kahdeksan yhdeksän".split(" "),n=["nolla","yhden","kahden","kolmen","neljän","viiden","kuuden",t[7],t[8],t[9]];function r(e,r,i,a){var o="";switch(i){case"s":return a?"muutaman sekunnin":"muutama sekunti";case"ss":return a?"sekunnin":"sekuntia";case"m":return a?"minuutin":"minuutti";case"mm":o=a?"minuutin":"minuuttia";break;case"h":return a?"tunnin":"tunti";case"hh":o=a?"tunnin":"tuntia";break;case"d":return a?"päivän":"päivä";case"dd":o=a?"päivän":"päivää";break;case"M":return a?"kuukauden":"kuukausi";case"MM":o=a?"kuukauden":"kuukautta";break;case"y":return a?"vuoden":"vuosi";case"yy":o=a?"vuoden":"vuotta"}return o=function(e,r){return e<10?r?n[e]:t[e]:e}(e,a)+" "+o}e.defineLocale("fi",{months:"tammikuu_helmikuu_maaliskuu_huhtikuu_toukokuu_kesäkuu_heinäkuu_elokuu_syyskuu_lokakuu_marraskuu_joulukuu".split("_"),monthsShort:"tammi_helmi_maalis_huhti_touko_kesä_heinä_elo_syys_loka_marras_joulu".split("_"),weekdays:"sunnuntai_maanantai_tiistai_keskiviikko_torstai_perjantai_lauantai".split("_"),weekdaysShort:"su_ma_ti_ke_to_pe_la".split("_"),weekdaysMin:"su_ma_ti_ke_to_pe_la".split("_"),longDateFormat:{LT:"HH.mm",LTS:"HH.mm.ss",L:"DD.MM.YYYY",LL:"Do MMMM[ta] YYYY",LLL:"Do MMMM[ta] YYYY, [klo] HH.mm",LLLL:"dddd, Do MMMM[ta] YYYY, [klo] HH.mm",l:"D.M.YYYY",ll:"Do MMM YYYY",lll:"Do MMM YYYY, [klo] HH.mm",llll:"ddd, Do MMM YYYY, [klo] HH.mm"},calendar:{sameDay:"[tänään] [klo] LT",nextDay:"[huomenna] [klo] LT",nextWeek:"dddd [klo] LT",lastDay:"[eilen] [klo] LT",lastWeek:"[viime] dddd[na] [klo] LT",sameElse:"L"},relativeTime:{future:"%s päästä",past:"%s sitten",s:r,ss:r,m:r,mm:r,h:r,hh:r,d:r,dd:r,M:r,MM:r,y:r,yy:r},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})}(n(1))},function(e,t,n){!function(e){"use strict";e.defineLocale("fo",{months:"januar_februar_mars_apríl_mai_juni_juli_august_september_oktober_november_desember".split("_"),monthsShort:"jan_feb_mar_apr_mai_jun_jul_aug_sep_okt_nov_des".split("_"),weekdays:"sunnudagur_mánadagur_týsdagur_mikudagur_hósdagur_fríggjadagur_leygardagur".split("_"),weekdaysShort:"sun_mán_týs_mik_hós_frí_ley".split("_"),weekdaysMin:"su_má_tý_mi_hó_fr_le".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D. MMMM, YYYY HH:mm"},calendar:{sameDay:"[Í dag kl.] LT",nextDay:"[Í morgin kl.] LT",nextWeek:"dddd [kl.] LT",lastDay:"[Í gjár kl.] LT",lastWeek:"[síðstu] dddd [kl] LT",sameElse:"L"},relativeTime:{future:"um %s",past:"%s síðani",s:"fá sekund",ss:"%d sekundir",m:"ein minuttur",mm:"%d minuttir",h:"ein tími",hh:"%d tímar",d:"ein dagur",dd:"%d dagar",M:"ein mánaður",MM:"%d mánaðir",y:"eitt ár",yy:"%d ár"},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})}(n(1))},function(e,t,n){!function(e){"use strict";e.defineLocale("fr",{months:"janvier_février_mars_avril_mai_juin_juillet_août_septembre_octobre_novembre_décembre".split("_"),monthsShort:"janv._févr._mars_avr._mai_juin_juil._août_sept._oct._nov._déc.".split("_"),monthsParseExact:!0,weekdays:"dimanche_lundi_mardi_mercredi_jeudi_vendredi_samedi".split("_"),weekdaysShort:"dim._lun._mar._mer._jeu._ven._sam.".split("_"),weekdaysMin:"di_lu_ma_me_je_ve_sa".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[Aujourd’hui à] LT",nextDay:"[Demain à] LT",nextWeek:"dddd [à] LT",lastDay:"[Hier à] LT",lastWeek:"dddd [dernier à] LT",sameElse:"L"},relativeTime:{future:"dans %s",past:"il y a %s",s:"quelques secondes",ss:"%d secondes",m:"une minute",mm:"%d minutes",h:"une heure",hh:"%d heures",d:"un jour",dd:"%d jours",M:"un mois",MM:"%d mois",y:"un an",yy:"%d ans"},dayOfMonthOrdinalParse:/\d{1,2}(er|)/,ordinal:function(e,t){switch(t){case"D":return e+(1===e?"er":"");default:case"M":case"Q":case"DDD":case"d":return e+(1===e?"er":"e");case"w":case"W":return e+(1===e?"re":"e")}},week:{dow:1,doy:4}})}(n(1))},function(e,t,n){!function(e){"use strict";e.defineLocale("fr-ca",{months:"janvier_février_mars_avril_mai_juin_juillet_août_septembre_octobre_novembre_décembre".split("_"),monthsShort:"janv._févr._mars_avr._mai_juin_juil._août_sept._oct._nov._déc.".split("_"),monthsParseExact:!0,weekdays:"dimanche_lundi_mardi_mercredi_jeudi_vendredi_samedi".split("_"),weekdaysShort:"dim._lun._mar._mer._jeu._ven._sam.".split("_"),weekdaysMin:"di_lu_ma_me_je_ve_sa".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"YYYY-MM-DD",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[Aujourd’hui à] LT",nextDay:"[Demain à] LT",nextWeek:"dddd [à] LT",lastDay:"[Hier à] LT",lastWeek:"dddd [dernier à] LT",sameElse:"L"},relativeTime:{future:"dans %s",past:"il y a %s",s:"quelques secondes",ss:"%d secondes",m:"une minute",mm:"%d minutes",h:"une heure",hh:"%d heures",d:"un jour",dd:"%d jours",M:"un mois",MM:"%d mois",y:"un an",yy:"%d ans"},dayOfMonthOrdinalParse:/\d{1,2}(er|e)/,ordinal:function(e,t){switch(t){default:case"M":case"Q":case"D":case"DDD":case"d":return e+(1===e?"er":"e");case"w":case"W":return e+(1===e?"re":"e")}}})}(n(1))},function(e,t,n){!function(e){"use strict";e.defineLocale("fr-ch",{months:"janvier_février_mars_avril_mai_juin_juillet_août_septembre_octobre_novembre_décembre".split("_"),monthsShort:"janv._févr._mars_avr._mai_juin_juil._août_sept._oct._nov._déc.".split("_"),monthsParseExact:!0,weekdays:"dimanche_lundi_mardi_mercredi_jeudi_vendredi_samedi".split("_"),weekdaysShort:"dim._lun._mar._mer._jeu._ven._sam.".split("_"),weekdaysMin:"di_lu_ma_me_je_ve_sa".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[Aujourd’hui à] LT",nextDay:"[Demain à] LT",nextWeek:"dddd [à] LT",lastDay:"[Hier à] LT",lastWeek:"dddd [dernier à] LT",sameElse:"L"},relativeTime:{future:"dans %s",past:"il y a %s",s:"quelques secondes",ss:"%d secondes",m:"une minute",mm:"%d minutes",h:"une heure",hh:"%d heures",d:"un jour",dd:"%d jours",M:"un mois",MM:"%d mois",y:"un an",yy:"%d ans"},dayOfMonthOrdinalParse:/\d{1,2}(er|e)/,ordinal:function(e,t){switch(t){default:case"M":case"Q":case"D":case"DDD":case"d":return e+(1===e?"er":"e");case"w":case"W":return e+(1===e?"re":"e")}},week:{dow:1,doy:4}})}(n(1))},function(e,t,n){!function(e){"use strict";var t="jan._feb._mrt._apr._mai_jun._jul._aug._sep._okt._nov._des.".split("_"),n="jan_feb_mrt_apr_mai_jun_jul_aug_sep_okt_nov_des".split("_");e.defineLocale("fy",{months:"jannewaris_febrewaris_maart_april_maaie_juny_july_augustus_septimber_oktober_novimber_desimber".split("_"),monthsShort:function(e,r){return e?/-MMM-/.test(r)?n[e.month()]:t[e.month()]:t},monthsParseExact:!0,weekdays:"snein_moandei_tiisdei_woansdei_tongersdei_freed_sneon".split("_"),weekdaysShort:"si._mo._ti._wo._to._fr._so.".split("_"),weekdaysMin:"Si_Mo_Ti_Wo_To_Fr_So".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD-MM-YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[hjoed om] LT",nextDay:"[moarn om] LT",nextWeek:"dddd [om] LT",lastDay:"[juster om] LT",lastWeek:"[ôfrûne] dddd [om] LT",sameElse:"L"},relativeTime:{future:"oer %s",past:"%s lyn",s:"in pear sekonden",ss:"%d sekonden",m:"ien minút",mm:"%d minuten",h:"ien oere",hh:"%d oeren",d:"ien dei",dd:"%d dagen",M:"ien moanne",MM:"%d moannen",y:"ien jier",yy:"%d jierren"},dayOfMonthOrdinalParse:/\d{1,2}(ste|de)/,ordinal:function(e){return e+(1===e||8===e||e>=20?"ste":"de")},week:{dow:1,doy:4}})}(n(1))},function(e,t,n){!function(e){"use strict";e.defineLocale("ga",{months:["Eanáir","Feabhra","Márta","Aibreán","Bealtaine","Méitheamh","Iúil","Lúnasa","Meán Fómhair","Deaireadh Fómhair","Samhain","Nollaig"],monthsShort:["Eaná","Feab","Márt","Aibr","Beal","Méit","Iúil","Lúna","Meán","Deai","Samh","Noll"],monthsParseExact:!0,weekdays:["Dé Domhnaigh","Dé Luain","Dé Máirt","Dé Céadaoin","Déardaoin","Dé hAoine","Dé Satharn"],weekdaysShort:["Dom","Lua","Mái","Céa","Déa","hAo","Sat"],weekdaysMin:["Do","Lu","Má","Ce","Dé","hA","Sa"],longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[Inniu ag] LT",nextDay:"[Amárach ag] LT",nextWeek:"dddd [ag] LT",lastDay:"[Inné aig] LT",lastWeek:"dddd [seo caite] [ag] LT",sameElse:"L"},relativeTime:{future:"i %s",past:"%s ó shin",s:"cúpla soicind",ss:"%d soicind",m:"nóiméad",mm:"%d nóiméad",h:"uair an chloig",hh:"%d uair an chloig",d:"lá",dd:"%d lá",M:"mí",MM:"%d mí",y:"bliain",yy:"%d bliain"},dayOfMonthOrdinalParse:/\d{1,2}(d|na|mh)/,ordinal:function(e){return e+(1===e?"d":e%10==2?"na":"mh")},week:{dow:1,doy:4}})}(n(1))},function(e,t,n){!function(e){"use strict";e.defineLocale("gd",{months:["Am Faoilleach","An Gearran","Am Màrt","An Giblean","An Cèitean","An t-Ògmhios","An t-Iuchar","An Lùnastal","An t-Sultain","An Dàmhair","An t-Samhain","An Dùbhlachd"],monthsShort:["Faoi","Gear","Màrt","Gibl","Cèit","Ògmh","Iuch","Lùn","Sult","Dàmh","Samh","Dùbh"],monthsParseExact:!0,weekdays:["Didòmhnaich","Diluain","Dimàirt","Diciadain","Diardaoin","Dihaoine","Disathairne"],weekdaysShort:["Did","Dil","Dim","Dic","Dia","Dih","Dis"],weekdaysMin:["Dò","Lu","Mà","Ci","Ar","Ha","Sa"],longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[An-diugh aig] LT",nextDay:"[A-màireach aig] LT",nextWeek:"dddd [aig] LT",lastDay:"[An-dè aig] LT",lastWeek:"dddd [seo chaidh] [aig] LT",sameElse:"L"},relativeTime:{future:"ann an %s",past:"bho chionn %s",s:"beagan diogan",ss:"%d diogan",m:"mionaid",mm:"%d mionaidean",h:"uair",hh:"%d uairean",d:"latha",dd:"%d latha",M:"mìos",MM:"%d mìosan",y:"bliadhna",yy:"%d bliadhna"},dayOfMonthOrdinalParse:/\d{1,2}(d|na|mh)/,ordinal:function(e){return e+(1===e?"d":e%10==2?"na":"mh")},week:{dow:1,doy:4}})}(n(1))},function(e,t,n){!function(e){"use strict";e.defineLocale("gl",{months:"xaneiro_febreiro_marzo_abril_maio_xuño_xullo_agosto_setembro_outubro_novembro_decembro".split("_"),monthsShort:"xan._feb._mar._abr._mai._xuñ._xul._ago._set._out._nov._dec.".split("_"),monthsParseExact:!0,weekdays:"domingo_luns_martes_mércores_xoves_venres_sábado".split("_"),weekdaysShort:"dom._lun._mar._mér._xov._ven._sáb.".split("_"),weekdaysMin:"do_lu_ma_mé_xo_ve_sá".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD/MM/YYYY",LL:"D [de] MMMM [de] YYYY",LLL:"D [de] MMMM [de] YYYY H:mm",LLLL:"dddd, D [de] MMMM [de] YYYY H:mm"},calendar:{sameDay:function(){return"[hoxe "+(1!==this.hours()?"ás":"á")+"] LT"},nextDay:function(){return"[mañá "+(1!==this.hours()?"ás":"á")+"] LT"},nextWeek:function(){return"dddd ["+(1!==this.hours()?"ás":"a")+"] LT"},lastDay:function(){return"[onte "+(1!==this.hours()?"á":"a")+"] LT"},lastWeek:function(){return"[o] dddd [pasado "+(1!==this.hours()?"ás":"a")+"] LT"},sameElse:"L"},relativeTime:{future:function(e){return 0===e.indexOf("un")?"n"+e:"en "+e},past:"hai %s",s:"uns segundos",ss:"%d segundos",m:"un minuto",mm:"%d minutos",h:"unha hora",hh:"%d horas",d:"un día",dd:"%d días",M:"un mes",MM:"%d meses",y:"un ano",yy:"%d anos"},dayOfMonthOrdinalParse:/\d{1,2}º/,ordinal:"%dº",week:{dow:1,doy:4}})}(n(1))},function(e,t,n){!function(e){"use strict";function t(e,t,n,r){var i={s:["thodde secondanim","thodde second"],ss:[e+" secondanim",e+" second"],m:["eka mintan","ek minute"],mm:[e+" mintanim",e+" mintam"],h:["eka voran","ek vor"],hh:[e+" voranim",e+" voram"],d:["eka disan","ek dis"],dd:[e+" disanim",e+" dis"],M:["eka mhoinean","ek mhoino"],MM:[e+" mhoineanim",e+" mhoine"],y:["eka vorsan","ek voros"],yy:[e+" vorsanim",e+" vorsam"]};return t?i[n][0]:i[n][1]}e.defineLocale("gom-latn",{months:"Janer_Febrer_Mars_Abril_Mai_Jun_Julai_Agost_Setembr_Otubr_Novembr_Dezembr".split("_"),monthsShort:"Jan._Feb._Mars_Abr._Mai_Jun_Jul._Ago._Set._Otu._Nov._Dez.".split("_"),monthsParseExact:!0,weekdays:"Aitar_Somar_Mongllar_Budvar_Brestar_Sukrar_Son'var".split("_"),weekdaysShort:"Ait._Som._Mon._Bud._Bre._Suk._Son.".split("_"),weekdaysMin:"Ai_Sm_Mo_Bu_Br_Su_Sn".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"A h:mm [vazta]",LTS:"A h:mm:ss [vazta]",L:"DD-MM-YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY A h:mm [vazta]",LLLL:"dddd, MMMM[achea] Do, YYYY, A h:mm [vazta]",llll:"ddd, D MMM YYYY, A h:mm [vazta]"},calendar:{sameDay:"[Aiz] LT",nextDay:"[Faleam] LT",nextWeek:"[Ieta to] dddd[,] LT",lastDay:"[Kal] LT",lastWeek:"[Fatlo] dddd[,] LT",sameElse:"L"},relativeTime:{future:"%s",past:"%s adim",s:t,ss:t,m:t,mm:t,h:t,hh:t,d:t,dd:t,M:t,MM:t,y:t,yy:t},dayOfMonthOrdinalParse:/\d{1,2}(er)/,ordinal:function(e,t){switch(t){case"D":return e+"er";default:case"M":case"Q":case"DDD":case"d":case"w":case"W":return e}},week:{dow:1,doy:4},meridiemParse:/rati|sokalli|donparam|sanje/,meridiemHour:function(e,t){return 12===e&&(e=0),"rati"===t?e<4?e:e+12:"sokalli"===t?e:"donparam"===t?e>12?e:e+12:"sanje"===t?e+12:void 0},meridiem:function(e,t,n){return e<4?"rati":e<12?"sokalli":e<16?"donparam":e<20?"sanje":"rati"}})}(n(1))},function(e,t,n){!function(e){"use strict";var t={1:"૧",2:"૨",3:"૩",4:"૪",5:"૫",6:"૬",7:"૭",8:"૮",9:"૯",0:"૦"},n={"૧":"1","૨":"2","૩":"3","૪":"4","૫":"5","૬":"6","૭":"7","૮":"8","૯":"9","૦":"0"};e.defineLocale("gu",{months:"જાન્યુઆરી_ફેબ્રુઆરી_માર્ચ_એપ્રિલ_મે_જૂન_જુલાઈ_ઑગસ્ટ_સપ્ટેમ્બર_ઑક્ટ્બર_નવેમ્બર_ડિસેમ્બર".split("_"),monthsShort:"જાન્યુ._ફેબ્રુ._માર્ચ_એપ્રિ._મે_જૂન_જુલા._ઑગ._સપ્ટે._ઑક્ટ્._નવે._ડિસે.".split("_"),monthsParseExact:!0,weekdays:"રવિવાર_સોમવાર_મંગળવાર_બુધ્વાર_ગુરુવાર_શુક્રવાર_શનિવાર".split("_"),weekdaysShort:"રવિ_સોમ_મંગળ_બુધ્_ગુરુ_શુક્ર_શનિ".split("_"),weekdaysMin:"ર_સો_મં_બુ_ગુ_શુ_શ".split("_"),longDateFormat:{LT:"A h:mm વાગ્યે",LTS:"A h:mm:ss વાગ્યે",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY, A h:mm વાગ્યે",LLLL:"dddd, D MMMM YYYY, A h:mm વાગ્યે"},calendar:{sameDay:"[આજ] LT",nextDay:"[કાલે] LT",nextWeek:"dddd, LT",lastDay:"[ગઇકાલે] LT",lastWeek:"[પાછલા] dddd, LT",sameElse:"L"},relativeTime:{future:"%s મા",past:"%s પેહલા",s:"અમુક પળો",ss:"%d સેકંડ",m:"એક મિનિટ",mm:"%d મિનિટ",h:"એક કલાક",hh:"%d કલાક",d:"એક દિવસ",dd:"%d દિવસ",M:"એક મહિનો",MM:"%d મહિનો",y:"એક વર્ષ",yy:"%d વર્ષ"},preparse:function(e){return e.replace(/[૧૨૩૪૫૬૭૮૯૦]/g,(function(e){return n[e]}))},postformat:function(e){return e.replace(/\d/g,(function(e){return t[e]}))},meridiemParse:/રાત|બપોર|સવાર|સાંજ/,meridiemHour:function(e,t){return 12===e&&(e=0),"રાત"===t?e<4?e:e+12:"સવાર"===t?e:"બપોર"===t?e>=10?e:e+12:"સાંજ"===t?e+12:void 0},meridiem:function(e,t,n){return e<4?"રાત":e<10?"સવાર":e<17?"બપોર":e<20?"સાંજ":"રાત"},week:{dow:0,doy:6}})}(n(1))},function(e,t,n){!function(e){"use strict";e.defineLocale("he",{months:"ינואר_פברואר_מרץ_אפריל_מאי_יוני_יולי_אוגוסט_ספטמבר_אוקטובר_נובמבר_דצמבר".split("_"),monthsShort:"ינו׳_פבר׳_מרץ_אפר׳_מאי_יוני_יולי_אוג׳_ספט׳_אוק׳_נוב׳_דצמ׳".split("_"),weekdays:"ראשון_שני_שלישי_רביעי_חמישי_שישי_שבת".split("_"),weekdaysShort:"א׳_ב׳_ג׳_ד׳_ה׳_ו׳_ש׳".split("_"),weekdaysMin:"א_ב_ג_ד_ה_ו_ש".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D [ב]MMMM YYYY",LLL:"D [ב]MMMM YYYY HH:mm",LLLL:"dddd, D [ב]MMMM YYYY HH:mm",l:"D/M/YYYY",ll:"D MMM YYYY",lll:"D MMM YYYY HH:mm",llll:"ddd, D MMM YYYY HH:mm"},calendar:{sameDay:"[היום ב־]LT",nextDay:"[מחר ב־]LT",nextWeek:"dddd [בשעה] LT",lastDay:"[אתמול ב־]LT",lastWeek:"[ביום] dddd [האחרון בשעה] LT",sameElse:"L"},relativeTime:{future:"בעוד %s",past:"לפני %s",s:"מספר שניות",ss:"%d שניות",m:"דקה",mm:"%d דקות",h:"שעה",hh:function(e){return 2===e?"שעתיים":e+" שעות"},d:"יום",dd:function(e){return 2===e?"יומיים":e+" ימים"},M:"חודש",MM:function(e){return 2===e?"חודשיים":e+" חודשים"},y:"שנה",yy:function(e){return 2===e?"שנתיים":e%10==0&&10!==e?e+" שנה":e+" שנים"}},meridiemParse:/אחה"צ|לפנה"צ|אחרי הצהריים|לפני הצהריים|לפנות בוקר|בבוקר|בערב/i,isPM:function(e){return/^(אחה"צ|אחרי הצהריים|בערב)$/.test(e)},meridiem:function(e,t,n){return e<5?"לפנות בוקר":e<10?"בבוקר":e<12?n?'לפנה"צ':"לפני הצהריים":e<18?n?'אחה"צ':"אחרי הצהריים":"בערב"}})}(n(1))},function(e,t,n){!function(e){"use strict";var t={1:"१",2:"२",3:"३",4:"४",5:"५",6:"६",7:"७",8:"८",9:"९",0:"०"},n={"१":"1","२":"2","३":"3","४":"4","५":"5","६":"6","७":"7","८":"8","९":"9","०":"0"};e.defineLocale("hi",{months:"जनवरी_फ़रवरी_मार्च_अप्रैल_मई_जून_जुलाई_अगस्त_सितम्बर_अक्टूबर_नवम्बर_दिसम्बर".split("_"),monthsShort:"जन._फ़र._मार्च_अप्रै._मई_जून_जुल._अग._सित._अक्टू._नव._दिस.".split("_"),monthsParseExact:!0,weekdays:"रविवार_सोमवार_मंगलवार_बुधवार_गुरूवार_शुक्रवार_शनिवार".split("_"),weekdaysShort:"रवि_सोम_मंगल_बुध_गुरू_शुक्र_शनि".split("_"),weekdaysMin:"र_सो_मं_बु_गु_शु_श".split("_"),longDateFormat:{LT:"A h:mm बजे",LTS:"A h:mm:ss बजे",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY, A h:mm बजे",LLLL:"dddd, D MMMM YYYY, A h:mm बजे"},calendar:{sameDay:"[आज] LT",nextDay:"[कल] LT",nextWeek:"dddd, LT",lastDay:"[कल] LT",lastWeek:"[पिछले] dddd, LT",sameElse:"L"},relativeTime:{future:"%s में",past:"%s पहले",s:"कुछ ही क्षण",ss:"%d सेकंड",m:"एक मिनट",mm:"%d मिनट",h:"एक घंटा",hh:"%d घंटे",d:"एक दिन",dd:"%d दिन",M:"एक महीने",MM:"%d महीने",y:"एक वर्ष",yy:"%d वर्ष"},preparse:function(e){return e.replace(/[१२३४५६७८९०]/g,(function(e){return n[e]}))},postformat:function(e){return e.replace(/\d/g,(function(e){return t[e]}))},meridiemParse:/रात|सुबह|दोपहर|शाम/,meridiemHour:function(e,t){return 12===e&&(e=0),"रात"===t?e<4?e:e+12:"सुबह"===t?e:"दोपहर"===t?e>=10?e:e+12:"शाम"===t?e+12:void 0},meridiem:function(e,t,n){return e<4?"रात":e<10?"सुबह":e<17?"दोपहर":e<20?"शाम":"रात"},week:{dow:0,doy:6}})}(n(1))},function(e,t,n){!function(e){"use strict";function t(e,t,n){var r=e+" ";switch(n){case"ss":return r+=1===e?"sekunda":2===e||3===e||4===e?"sekunde":"sekundi";case"m":return t?"jedna minuta":"jedne minute";case"mm":return r+=1===e?"minuta":2===e||3===e||4===e?"minute":"minuta";case"h":return t?"jedan sat":"jednog sata";case"hh":return r+=1===e?"sat":2===e||3===e||4===e?"sata":"sati";case"dd":return r+=1===e?"dan":"dana";case"MM":return r+=1===e?"mjesec":2===e||3===e||4===e?"mjeseca":"mjeseci";case"yy":return r+=1===e?"godina":2===e||3===e||4===e?"godine":"godina"}}e.defineLocale("hr",{months:{format:"siječnja_veljače_ožujka_travnja_svibnja_lipnja_srpnja_kolovoza_rujna_listopada_studenoga_prosinca".split("_"),standalone:"siječanj_veljača_ožujak_travanj_svibanj_lipanj_srpanj_kolovoz_rujan_listopad_studeni_prosinac".split("_")},monthsShort:"sij._velj._ožu._tra._svi._lip._srp._kol._ruj._lis._stu._pro.".split("_"),monthsParseExact:!0,weekdays:"nedjelja_ponedjeljak_utorak_srijeda_četvrtak_petak_subota".split("_"),weekdaysShort:"ned._pon._uto._sri._čet._pet._sub.".split("_"),weekdaysMin:"ne_po_ut_sr_če_pe_su".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY H:mm",LLLL:"dddd, D. MMMM YYYY H:mm"},calendar:{sameDay:"[danas u] LT",nextDay:"[sutra u] LT",nextWeek:function(){switch(this.day()){case 0:return"[u] [nedjelju] [u] LT";case 3:return"[u] [srijedu] [u] LT";case 6:return"[u] [subotu] [u] LT";case 1:case 2:case 4:case 5:return"[u] dddd [u] LT"}},lastDay:"[jučer u] LT",lastWeek:function(){switch(this.day()){case 0:case 3:return"[prošlu] dddd [u] LT";case 6:return"[prošle] [subote] [u] LT";case 1:case 2:case 4:case 5:return"[prošli] dddd [u] LT"}},sameElse:"L"},relativeTime:{future:"za %s",past:"prije %s",s:"par sekundi",ss:t,m:t,mm:t,h:t,hh:t,d:"dan",dd:t,M:"mjesec",MM:t,y:"godinu",yy:t},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:7}})}(n(1))},function(e,t,n){!function(e){"use strict";var t="vasárnap hétfőn kedden szerdán csütörtökön pénteken szombaton".split(" ");function n(e,t,n,r){var i=e;switch(n){case"s":return r||t?"néhány másodperc":"néhány másodperce";case"ss":return i+(r||t)?" másodperc":" másodperce";case"m":return"egy"+(r||t?" perc":" perce");case"mm":return i+(r||t?" perc":" perce");case"h":return"egy"+(r||t?" óra":" órája");case"hh":return i+(r||t?" óra":" órája");case"d":return"egy"+(r||t?" nap":" napja");case"dd":return i+(r||t?" nap":" napja");case"M":return"egy"+(r||t?" hónap":" hónapja");case"MM":return i+(r||t?" hónap":" hónapja");case"y":return"egy"+(r||t?" év":" éve");case"yy":return i+(r||t?" év":" éve")}return""}function r(e){return(e?"":"[múlt] ")+"["+t[this.day()]+"] LT[-kor]"}e.defineLocale("hu",{months:"január_február_március_április_május_június_július_augusztus_szeptember_október_november_december".split("_"),monthsShort:"jan_feb_márc_ápr_máj_jún_júl_aug_szept_okt_nov_dec".split("_"),weekdays:"vasárnap_hétfő_kedd_szerda_csütörtök_péntek_szombat".split("_"),weekdaysShort:"vas_hét_kedd_sze_csüt_pén_szo".split("_"),weekdaysMin:"v_h_k_sze_cs_p_szo".split("_"),longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"YYYY.MM.DD.",LL:"YYYY. MMMM D.",LLL:"YYYY. MMMM D. H:mm",LLLL:"YYYY. MMMM D., dddd H:mm"},meridiemParse:/de|du/i,isPM:function(e){return"u"===e.charAt(1).toLowerCase()},meridiem:function(e,t,n){return e<12?!0===n?"de":"DE":!0===n?"du":"DU"},calendar:{sameDay:"[ma] LT[-kor]",nextDay:"[holnap] LT[-kor]",nextWeek:function(){return r.call(this,!0)},lastDay:"[tegnap] LT[-kor]",lastWeek:function(){return r.call(this,!1)},sameElse:"L"},relativeTime:{future:"%s múlva",past:"%s",s:n,ss:n,m:n,mm:n,h:n,hh:n,d:n,dd:n,M:n,MM:n,y:n,yy:n},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})}(n(1))},function(e,t,n){!function(e){"use strict";e.defineLocale("hy-am",{months:{format:"հունվարի_փետրվարի_մարտի_ապրիլի_մայիսի_հունիսի_հուլիսի_օգոստոսի_սեպտեմբերի_հոկտեմբերի_նոյեմբերի_դեկտեմբերի".split("_"),standalone:"հունվար_փետրվար_մարտ_ապրիլ_մայիս_հունիս_հուլիս_օգոստոս_սեպտեմբեր_հոկտեմբեր_նոյեմբեր_դեկտեմբեր".split("_")},monthsShort:"հնվ_փտր_մրտ_ապր_մյս_հնս_հլս_օգս_սպտ_հկտ_նմբ_դկտ".split("_"),weekdays:"կիրակի_երկուշաբթի_երեքշաբթի_չորեքշաբթի_հինգշաբթի_ուրբաթ_շաբաթ".split("_"),weekdaysShort:"կրկ_երկ_երք_չրք_հնգ_ուրբ_շբթ".split("_"),weekdaysMin:"կրկ_երկ_երք_չրք_հնգ_ուրբ_շբթ".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY թ.",LLL:"D MMMM YYYY թ., HH:mm",LLLL:"dddd, D MMMM YYYY թ., HH:mm"},calendar:{sameDay:"[այսօր] LT",nextDay:"[վաղը] LT",lastDay:"[երեկ] LT",nextWeek:function(){return"dddd [օրը ժամը] LT"},lastWeek:function(){return"[անցած] dddd [օրը ժամը] LT"},sameElse:"L"},relativeTime:{future:"%s հետո",past:"%s առաջ",s:"մի քանի վայրկյան",ss:"%d վայրկյան",m:"րոպե",mm:"%d րոպե",h:"ժամ",hh:"%d ժամ",d:"օր",dd:"%d օր",M:"ամիս",MM:"%d ամիս",y:"տարի",yy:"%d տարի"},meridiemParse:/գիշերվա|առավոտվա|ցերեկվա|երեկոյան/,isPM:function(e){return/^(ցերեկվա|երեկոյան)$/.test(e)},meridiem:function(e){return e<4?"գիշերվա":e<12?"առավոտվա":e<17?"ցերեկվա":"երեկոյան"},dayOfMonthOrdinalParse:/\d{1,2}|\d{1,2}-(ին|րդ)/,ordinal:function(e,t){switch(t){case"DDD":case"w":case"W":case"DDDo":return 1===e?e+"-ին":e+"-րդ";default:return e}},week:{dow:1,doy:7}})}(n(1))},function(e,t,n){!function(e){"use strict";e.defineLocale("id",{months:"Januari_Februari_Maret_April_Mei_Juni_Juli_Agustus_September_Oktober_November_Desember".split("_"),monthsShort:"Jan_Feb_Mar_Apr_Mei_Jun_Jul_Agt_Sep_Okt_Nov_Des".split("_"),weekdays:"Minggu_Senin_Selasa_Rabu_Kamis_Jumat_Sabtu".split("_"),weekdaysShort:"Min_Sen_Sel_Rab_Kam_Jum_Sab".split("_"),weekdaysMin:"Mg_Sn_Sl_Rb_Km_Jm_Sb".split("_"),longDateFormat:{LT:"HH.mm",LTS:"HH.mm.ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY [pukul] HH.mm",LLLL:"dddd, D MMMM YYYY [pukul] HH.mm"},meridiemParse:/pagi|siang|sore|malam/,meridiemHour:function(e,t){return 12===e&&(e=0),"pagi"===t?e:"siang"===t?e>=11?e:e+12:"sore"===t||"malam"===t?e+12:void 0},meridiem:function(e,t,n){return e<11?"pagi":e<15?"siang":e<19?"sore":"malam"},calendar:{sameDay:"[Hari ini pukul] LT",nextDay:"[Besok pukul] LT",nextWeek:"dddd [pukul] LT",lastDay:"[Kemarin pukul] LT",lastWeek:"dddd [lalu pukul] LT",sameElse:"L"},relativeTime:{future:"dalam %s",past:"%s yang lalu",s:"beberapa detik",ss:"%d detik",m:"semenit",mm:"%d menit",h:"sejam",hh:"%d jam",d:"sehari",dd:"%d hari",M:"sebulan",MM:"%d bulan",y:"setahun",yy:"%d tahun"},week:{dow:1,doy:7}})}(n(1))},function(e,t,n){!function(e){"use strict";function t(e){return e%100==11||e%10!=1}function n(e,n,r,i){var a=e+" ";switch(r){case"s":return n||i?"nokkrar sekúndur":"nokkrum sekúndum";case"ss":return t(e)?a+(n||i?"sekúndur":"sekúndum"):a+"sekúnda";case"m":return n?"mínúta":"mínútu";case"mm":return t(e)?a+(n||i?"mínútur":"mínútum"):n?a+"mínúta":a+"mínútu";case"hh":return t(e)?a+(n||i?"klukkustundir":"klukkustundum"):a+"klukkustund";case"d":return n?"dagur":i?"dag":"degi";case"dd":return t(e)?n?a+"dagar":a+(i?"daga":"dögum"):n?a+"dagur":a+(i?"dag":"degi");case"M":return n?"mánuður":i?"mánuð":"mánuði";case"MM":return t(e)?n?a+"mánuðir":a+(i?"mánuði":"mánuðum"):n?a+"mánuður":a+(i?"mánuð":"mánuði");case"y":return n||i?"ár":"ári";case"yy":return t(e)?a+(n||i?"ár":"árum"):a+(n||i?"ár":"ári")}}e.defineLocale("is",{months:"janúar_febrúar_mars_apríl_maí_júní_júlí_ágúst_september_október_nóvember_desember".split("_"),monthsShort:"jan_feb_mar_apr_maí_jún_júl_ágú_sep_okt_nóv_des".split("_"),weekdays:"sunnudagur_mánudagur_þriðjudagur_miðvikudagur_fimmtudagur_föstudagur_laugardagur".split("_"),weekdaysShort:"sun_mán_þri_mið_fim_fös_lau".split("_"),weekdaysMin:"Su_Má_Þr_Mi_Fi_Fö_La".split("_"),longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY [kl.] H:mm",LLLL:"dddd, D. MMMM YYYY [kl.] H:mm"},calendar:{sameDay:"[í dag kl.] LT",nextDay:"[á morgun kl.] LT",nextWeek:"dddd [kl.] LT",lastDay:"[í gær kl.] LT",lastWeek:"[síðasta] dddd [kl.] LT",sameElse:"L"},relativeTime:{future:"eftir %s",past:"fyrir %s síðan",s:n,ss:n,m:n,mm:n,h:"klukkustund",hh:n,d:n,dd:n,M:n,MM:n,y:n,yy:n},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})}(n(1))},function(e,t,n){!function(e){"use strict";e.defineLocale("it",{months:"gennaio_febbraio_marzo_aprile_maggio_giugno_luglio_agosto_settembre_ottobre_novembre_dicembre".split("_"),monthsShort:"gen_feb_mar_apr_mag_giu_lug_ago_set_ott_nov_dic".split("_"),weekdays:"domenica_lunedì_martedì_mercoledì_giovedì_venerdì_sabato".split("_"),weekdaysShort:"dom_lun_mar_mer_gio_ven_sab".split("_"),weekdaysMin:"do_lu_ma_me_gi_ve_sa".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[Oggi alle] LT",nextDay:"[Domani alle] LT",nextWeek:"dddd [alle] LT",lastDay:"[Ieri alle] LT",lastWeek:function(){switch(this.day()){case 0:return"[la scorsa] dddd [alle] LT";default:return"[lo scorso] dddd [alle] LT"}},sameElse:"L"},relativeTime:{future:function(e){return(/^[0-9].+$/.test(e)?"tra":"in")+" "+e},past:"%s fa",s:"alcuni secondi",ss:"%d secondi",m:"un minuto",mm:"%d minuti",h:"un'ora",hh:"%d ore",d:"un giorno",dd:"%d giorni",M:"un mese",MM:"%d mesi",y:"un anno",yy:"%d anni"},dayOfMonthOrdinalParse:/\d{1,2}º/,ordinal:"%dº",week:{dow:1,doy:4}})}(n(1))},function(e,t,n){!function(e){"use strict";e.defineLocale("it-ch",{months:"gennaio_febbraio_marzo_aprile_maggio_giugno_luglio_agosto_settembre_ottobre_novembre_dicembre".split("_"),monthsShort:"gen_feb_mar_apr_mag_giu_lug_ago_set_ott_nov_dic".split("_"),weekdays:"domenica_lunedì_martedì_mercoledì_giovedì_venerdì_sabato".split("_"),weekdaysShort:"dom_lun_mar_mer_gio_ven_sab".split("_"),weekdaysMin:"do_lu_ma_me_gi_ve_sa".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[Oggi alle] LT",nextDay:"[Domani alle] LT",nextWeek:"dddd [alle] LT",lastDay:"[Ieri alle] LT",lastWeek:function(){switch(this.day()){case 0:return"[la scorsa] dddd [alle] LT";default:return"[lo scorso] dddd [alle] LT"}},sameElse:"L"},relativeTime:{future:function(e){return(/^[0-9].+$/.test(e)?"tra":"in")+" "+e},past:"%s fa",s:"alcuni secondi",ss:"%d secondi",m:"un minuto",mm:"%d minuti",h:"un'ora",hh:"%d ore",d:"un giorno",dd:"%d giorni",M:"un mese",MM:"%d mesi",y:"un anno",yy:"%d anni"},dayOfMonthOrdinalParse:/\d{1,2}º/,ordinal:"%dº",week:{dow:1,doy:4}})}(n(1))},function(e,t,n){!function(e){"use strict";e.defineLocale("ja",{months:"一月_二月_三月_四月_五月_六月_七月_八月_九月_十月_十一月_十二月".split("_"),monthsShort:"1月_2月_3月_4月_5月_6月_7月_8月_9月_10月_11月_12月".split("_"),weekdays:"日曜日_月曜日_火曜日_水曜日_木曜日_金曜日_土曜日".split("_"),weekdaysShort:"日_月_火_水_木_金_土".split("_"),weekdaysMin:"日_月_火_水_木_金_土".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"YYYY/MM/DD",LL:"YYYY年M月D日",LLL:"YYYY年M月D日 HH:mm",LLLL:"YYYY年M月D日 dddd HH:mm",l:"YYYY/MM/DD",ll:"YYYY年M月D日",lll:"YYYY年M月D日 HH:mm",llll:"YYYY年M月D日(ddd) HH:mm"},meridiemParse:/午前|午後/i,isPM:function(e){return"午後"===e},meridiem:function(e,t,n){return e<12?"午前":"午後"},calendar:{sameDay:"[今日] LT",nextDay:"[明日] LT",nextWeek:function(e){return e.week()<this.week()?"[来週]dddd LT":"dddd LT"},lastDay:"[昨日] LT",lastWeek:function(e){return this.week()<e.week()?"[先週]dddd LT":"dddd LT"},sameElse:"L"},dayOfMonthOrdinalParse:/\d{1,2}日/,ordinal:function(e,t){switch(t){case"d":case"D":case"DDD":return e+"日";default:return e}},relativeTime:{future:"%s後",past:"%s前",s:"数秒",ss:"%d秒",m:"1分",mm:"%d分",h:"1時間",hh:"%d時間",d:"1日",dd:"%d日",M:"1ヶ月",MM:"%dヶ月",y:"1年",yy:"%d年"}})}(n(1))},function(e,t,n){!function(e){"use strict";e.defineLocale("jv",{months:"Januari_Februari_Maret_April_Mei_Juni_Juli_Agustus_September_Oktober_Nopember_Desember".split("_"),monthsShort:"Jan_Feb_Mar_Apr_Mei_Jun_Jul_Ags_Sep_Okt_Nop_Des".split("_"),weekdays:"Minggu_Senen_Seloso_Rebu_Kemis_Jemuwah_Septu".split("_"),weekdaysShort:"Min_Sen_Sel_Reb_Kem_Jem_Sep".split("_"),weekdaysMin:"Mg_Sn_Sl_Rb_Km_Jm_Sp".split("_"),longDateFormat:{LT:"HH.mm",LTS:"HH.mm.ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY [pukul] HH.mm",LLLL:"dddd, D MMMM YYYY [pukul] HH.mm"},meridiemParse:/enjing|siyang|sonten|ndalu/,meridiemHour:function(e,t){return 12===e&&(e=0),"enjing"===t?e:"siyang"===t?e>=11?e:e+12:"sonten"===t||"ndalu"===t?e+12:void 0},meridiem:function(e,t,n){return e<11?"enjing":e<15?"siyang":e<19?"sonten":"ndalu"},calendar:{sameDay:"[Dinten puniko pukul] LT",nextDay:"[Mbenjang pukul] LT",nextWeek:"dddd [pukul] LT",lastDay:"[Kala wingi pukul] LT",lastWeek:"dddd [kepengker pukul] LT",sameElse:"L"},relativeTime:{future:"wonten ing %s",past:"%s ingkang kepengker",s:"sawetawis detik",ss:"%d detik",m:"setunggal menit",mm:"%d menit",h:"setunggal jam",hh:"%d jam",d:"sedinten",dd:"%d dinten",M:"sewulan",MM:"%d wulan",y:"setaun",yy:"%d taun"},week:{dow:1,doy:7}})}(n(1))},function(e,t,n){!function(e){"use strict";e.defineLocale("ka",{months:{standalone:"იანვარი_თებერვალი_მარტი_აპრილი_მაისი_ივნისი_ივლისი_აგვისტო_სექტემბერი_ოქტომბერი_ნოემბერი_დეკემბერი".split("_"),format:"იანვარს_თებერვალს_მარტს_აპრილის_მაისს_ივნისს_ივლისს_აგვისტს_სექტემბერს_ოქტომბერს_ნოემბერს_დეკემბერს".split("_")},monthsShort:"იან_თებ_მარ_აპრ_მაი_ივნ_ივლ_აგვ_სექ_ოქტ_ნოე_დეკ".split("_"),weekdays:{standalone:"კვირა_ორშაბათი_სამშაბათი_ოთხშაბათი_ხუთშაბათი_პარასკევი_შაბათი".split("_"),format:"კვირას_ორშაბათს_სამშაბათს_ოთხშაბათს_ხუთშაბათს_პარასკევს_შაბათს".split("_"),isFormat:/(წინა|შემდეგ)/},weekdaysShort:"კვი_ორშ_სამ_ოთხ_ხუთ_პარ_შაბ".split("_"),weekdaysMin:"კვ_ორ_სა_ოთ_ხუ_პა_შა".split("_"),longDateFormat:{LT:"h:mm A",LTS:"h:mm:ss A",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY h:mm A",LLLL:"dddd, D MMMM YYYY h:mm A"},calendar:{sameDay:"[დღეს] LT[-ზე]",nextDay:"[ხვალ] LT[-ზე]",lastDay:"[გუშინ] LT[-ზე]",nextWeek:"[შემდეგ] dddd LT[-ზე]",lastWeek:"[წინა] dddd LT-ზე",sameElse:"L"},relativeTime:{future:function(e){return/(წამი|წუთი|საათი|წელი)/.test(e)?e.replace(/ი$/,"ში"):e+"ში"},past:function(e){return/(წამი|წუთი|საათი|დღე|თვე)/.test(e)?e.replace(/(ი|ე)$/,"ის წინ"):/წელი/.test(e)?e.replace(/წელი$/,"წლის წინ"):void 0},s:"რამდენიმე წამი",ss:"%d წამი",m:"წუთი",mm:"%d წუთი",h:"საათი",hh:"%d საათი",d:"დღე",dd:"%d დღე",M:"თვე",MM:"%d თვე",y:"წელი",yy:"%d წელი"},dayOfMonthOrdinalParse:/0|1-ლი|მე-\d{1,2}|\d{1,2}-ე/,ordinal:function(e){return 0===e?e:1===e?e+"-ლი":e<20||e<=100&&e%20==0||e%100==0?"მე-"+e:e+"-ე"},week:{dow:1,doy:7}})}(n(1))},function(e,t,n){!function(e){"use strict";var t={0:"-ші",1:"-ші",2:"-ші",3:"-ші",4:"-ші",5:"-ші",6:"-шы",7:"-ші",8:"-ші",9:"-шы",10:"-шы",20:"-шы",30:"-шы",40:"-шы",50:"-ші",60:"-шы",70:"-ші",80:"-ші",90:"-шы",100:"-ші"};e.defineLocale("kk",{months:"қаңтар_ақпан_наурыз_сәуір_мамыр_маусым_шілде_тамыз_қыркүйек_қазан_қараша_желтоқсан".split("_"),monthsShort:"қаң_ақп_нау_сәу_мам_мау_шіл_там_қыр_қаз_қар_жел".split("_"),weekdays:"жексенбі_дүйсенбі_сейсенбі_сәрсенбі_бейсенбі_жұма_сенбі".split("_"),weekdaysShort:"жек_дүй_сей_сәр_бей_жұм_сен".split("_"),weekdaysMin:"жк_дй_сй_ср_бй_жм_сн".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[Бүгін сағат] LT",nextDay:"[Ертең сағат] LT",nextWeek:"dddd [сағат] LT",lastDay:"[Кеше сағат] LT",lastWeek:"[Өткен аптаның] dddd [сағат] LT",sameElse:"L"},relativeTime:{future:"%s ішінде",past:"%s бұрын",s:"бірнеше секунд",ss:"%d секунд",m:"бір минут",mm:"%d минут",h:"бір сағат",hh:"%d сағат",d:"бір күн",dd:"%d күн",M:"бір ай",MM:"%d ай",y:"бір жыл",yy:"%d жыл"},dayOfMonthOrdinalParse:/\d{1,2}-(ші|шы)/,ordinal:function(e){return e+(t[e]||t[e%10]||t[e>=100?100:null])},week:{dow:1,doy:7}})}(n(1))},function(e,t,n){!function(e){"use strict";var t={1:"១",2:"២",3:"៣",4:"៤",5:"៥",6:"៦",7:"៧",8:"៨",9:"៩",0:"០"},n={"១":"1","២":"2","៣":"3","៤":"4","៥":"5","៦":"6","៧":"7","៨":"8","៩":"9","០":"0"};e.defineLocale("km",{months:"មករា_កុម្ភៈ_មីនា_មេសា_ឧសភា_មិថុនា_កក្កដា_សីហា_កញ្ញា_តុលា_វិច្ឆិកា_ធ្នូ".split("_"),monthsShort:"មករា_កុម្ភៈ_មីនា_មេសា_ឧសភា_មិថុនា_កក្កដា_សីហា_កញ្ញា_តុលា_វិច្ឆិកា_ធ្នូ".split("_"),weekdays:"អាទិត្យ_ច័ន្ទ_អង្គារ_ពុធ_ព្រហស្បតិ៍_សុក្រ_សៅរ៍".split("_"),weekdaysShort:"អា_ច_អ_ព_ព្រ_សុ_ស".split("_"),weekdaysMin:"អា_ច_អ_ព_ព្រ_សុ_ស".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},meridiemParse:/ព្រឹក|ល្ងាច/,isPM:function(e){return"ល្ងាច"===e},meridiem:function(e,t,n){return e<12?"ព្រឹក":"ល្ងាច"},calendar:{sameDay:"[ថ្ងៃនេះ ម៉ោង] LT",nextDay:"[ស្អែក ម៉ោង] LT",nextWeek:"dddd [ម៉ោង] LT",lastDay:"[ម្សិលមិញ ម៉ោង] LT",lastWeek:"dddd [សប្តាហ៍មុន] [ម៉ោង] LT",sameElse:"L"},relativeTime:{future:"%sទៀត",past:"%sមុន",s:"ប៉ុន្មានវិនាទី",ss:"%d វិនាទី",m:"មួយនាទី",mm:"%d នាទី",h:"មួយម៉ោង",hh:"%d ម៉ោង",d:"មួយថ្ងៃ",dd:"%d ថ្ងៃ",M:"មួយខែ",MM:"%d ខែ",y:"មួយឆ្នាំ",yy:"%d ឆ្នាំ"},dayOfMonthOrdinalParse:/ទី\d{1,2}/,ordinal:"ទី%d",preparse:function(e){return e.replace(/[១២៣៤៥៦៧៨៩០]/g,(function(e){return n[e]}))},postformat:function(e){return e.replace(/\d/g,(function(e){return t[e]}))},week:{dow:1,doy:4}})}(n(1))},function(e,t,n){!function(e){"use strict";var t={1:"೧",2:"೨",3:"೩",4:"೪",5:"೫",6:"೬",7:"೭",8:"೮",9:"೯",0:"೦"},n={"೧":"1","೨":"2","೩":"3","೪":"4","೫":"5","೬":"6","೭":"7","೮":"8","೯":"9","೦":"0"};e.defineLocale("kn",{months:"ಜನವರಿ_ಫೆಬ್ರವರಿ_ಮಾರ್ಚ್_ಏಪ್ರಿಲ್_ಮೇ_ಜೂನ್_ಜುಲೈ_ಆಗಸ್ಟ್_ಸೆಪ್ಟೆಂಬರ್_ಅಕ್ಟೋಬರ್_ನವೆಂಬರ್_ಡಿಸೆಂಬರ್".split("_"),monthsShort:"ಜನ_ಫೆಬ್ರ_ಮಾರ್ಚ್_ಏಪ್ರಿಲ್_ಮೇ_ಜೂನ್_ಜುಲೈ_ಆಗಸ್ಟ್_ಸೆಪ್ಟೆಂ_ಅಕ್ಟೋ_ನವೆಂ_ಡಿಸೆಂ".split("_"),monthsParseExact:!0,weekdays:"ಭಾನುವಾರ_ಸೋಮವಾರ_ಮಂಗಳವಾರ_ಬುಧವಾರ_ಗುರುವಾರ_ಶುಕ್ರವಾರ_ಶನಿವಾರ".split("_"),weekdaysShort:"ಭಾನು_ಸೋಮ_ಮಂಗಳ_ಬುಧ_ಗುರು_ಶುಕ್ರ_ಶನಿ".split("_"),weekdaysMin:"ಭಾ_ಸೋ_ಮಂ_ಬು_ಗು_ಶು_ಶ".split("_"),longDateFormat:{LT:"A h:mm",LTS:"A h:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY, A h:mm",LLLL:"dddd, D MMMM YYYY, A h:mm"},calendar:{sameDay:"[ಇಂದು] LT",nextDay:"[ನಾಳೆ] LT",nextWeek:"dddd, LT",lastDay:"[ನಿನ್ನೆ] LT",lastWeek:"[ಕೊನೆಯ] dddd, LT",sameElse:"L"},relativeTime:{future:"%s ನಂತರ",past:"%s ಹಿಂದೆ",s:"ಕೆಲವು ಕ್ಷಣಗಳು",ss:"%d ಸೆಕೆಂಡುಗಳು",m:"ಒಂದು ನಿಮಿಷ",mm:"%d ನಿಮಿಷ",h:"ಒಂದು ಗಂಟೆ",hh:"%d ಗಂಟೆ",d:"ಒಂದು ದಿನ",dd:"%d ದಿನ",M:"ಒಂದು ತಿಂಗಳು",MM:"%d ತಿಂಗಳು",y:"ಒಂದು ವರ್ಷ",yy:"%d ವರ್ಷ"},preparse:function(e){return e.replace(/[೧೨೩೪೫೬೭೮೯೦]/g,(function(e){return n[e]}))},postformat:function(e){return e.replace(/\d/g,(function(e){return t[e]}))},meridiemParse:/ರಾತ್ರಿ|ಬೆಳಿಗ್ಗೆ|ಮಧ್ಯಾಹ್ನ|ಸಂಜೆ/,meridiemHour:function(e,t){return 12===e&&(e=0),"ರಾತ್ರಿ"===t?e<4?e:e+12:"ಬೆಳಿಗ್ಗೆ"===t?e:"ಮಧ್ಯಾಹ್ನ"===t?e>=10?e:e+12:"ಸಂಜೆ"===t?e+12:void 0},meridiem:function(e,t,n){return e<4?"ರಾತ್ರಿ":e<10?"ಬೆಳಿಗ್ಗೆ":e<17?"ಮಧ್ಯಾಹ್ನ":e<20?"ಸಂಜೆ":"ರಾತ್ರಿ"},dayOfMonthOrdinalParse:/\d{1,2}(ನೇ)/,ordinal:function(e){return e+"ನೇ"},week:{dow:0,doy:6}})}(n(1))},function(e,t,n){!function(e){"use strict";e.defineLocale("ko",{months:"1월_2월_3월_4월_5월_6월_7월_8월_9월_10월_11월_12월".split("_"),monthsShort:"1월_2월_3월_4월_5월_6월_7월_8월_9월_10월_11월_12월".split("_"),weekdays:"일요일_월요일_화요일_수요일_목요일_금요일_토요일".split("_"),weekdaysShort:"일_월_화_수_목_금_토".split("_"),weekdaysMin:"일_월_화_수_목_금_토".split("_"),longDateFormat:{LT:"A h:mm",LTS:"A h:mm:ss",L:"YYYY.MM.DD.",LL:"YYYY년 MMMM D일",LLL:"YYYY년 MMMM D일 A h:mm",LLLL:"YYYY년 MMMM D일 dddd A h:mm",l:"YYYY.MM.DD.",ll:"YYYY년 MMMM D일",lll:"YYYY년 MMMM D일 A h:mm",llll:"YYYY년 MMMM D일 dddd A h:mm"},calendar:{sameDay:"오늘 LT",nextDay:"내일 LT",nextWeek:"dddd LT",lastDay:"어제 LT",lastWeek:"지난주 dddd LT",sameElse:"L"},relativeTime:{future:"%s 후",past:"%s 전",s:"몇 초",ss:"%d초",m:"1분",mm:"%d분",h:"한 시간",hh:"%d시간",d:"하루",dd:"%d일",M:"한 달",MM:"%d달",y:"일 년",yy:"%d년"},dayOfMonthOrdinalParse:/\d{1,2}(일|월|주)/,ordinal:function(e,t){switch(t){case"d":case"D":case"DDD":return e+"일";case"M":return e+"월";case"w":case"W":return e+"주";default:return e}},meridiemParse:/오전|오후/,isPM:function(e){return"오후"===e},meridiem:function(e,t,n){return e<12?"오전":"오후"}})}(n(1))},function(e,t,n){!function(e){"use strict";var t={1:"١",2:"٢",3:"٣",4:"٤",5:"٥",6:"٦",7:"٧",8:"٨",9:"٩",0:"٠"},n={"١":"1","٢":"2","٣":"3","٤":"4","٥":"5","٦":"6","٧":"7","٨":"8","٩":"9","٠":"0"},r=["کانونی دووەم","شوبات","ئازار","نیسان","ئایار","حوزەیران","تەمموز","ئاب","ئەیلوول","تشرینی یەكەم","تشرینی دووەم","كانونی یەکەم"];e.defineLocale("ku",{months:r,monthsShort:r,weekdays:"یه‌كشه‌ممه‌_دووشه‌ممه‌_سێشه‌ممه‌_چوارشه‌ممه‌_پێنجشه‌ممه‌_هه‌ینی_شه‌ممه‌".split("_"),weekdaysShort:"یه‌كشه‌م_دووشه‌م_سێشه‌م_چوارشه‌م_پێنجشه‌م_هه‌ینی_شه‌ممه‌".split("_"),weekdaysMin:"ی_د_س_چ_پ_ه_ش".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},meridiemParse:/ئێواره‌|به‌یانی/,isPM:function(e){return/ئێواره‌/.test(e)},meridiem:function(e,t,n){return e<12?"به‌یانی":"ئێواره‌"},calendar:{sameDay:"[ئه‌مرۆ كاتژمێر] LT",nextDay:"[به‌یانی كاتژمێر] LT",nextWeek:"dddd [كاتژمێر] LT",lastDay:"[دوێنێ كاتژمێر] LT",lastWeek:"dddd [كاتژمێر] LT",sameElse:"L"},relativeTime:{future:"له‌ %s",past:"%s",s:"چه‌ند چركه‌یه‌ك",ss:"چركه‌ %d",m:"یه‌ك خوله‌ك",mm:"%d خوله‌ك",h:"یه‌ك كاتژمێر",hh:"%d كاتژمێر",d:"یه‌ك ڕۆژ",dd:"%d ڕۆژ",M:"یه‌ك مانگ",MM:"%d مانگ",y:"یه‌ك ساڵ",yy:"%d ساڵ"},preparse:function(e){return e.replace(/[١٢٣٤٥٦٧٨٩٠]/g,(function(e){return n[e]})).replace(/،/g,",")},postformat:function(e){return e.replace(/\d/g,(function(e){return t[e]})).replace(/,/g,"،")},week:{dow:6,doy:12}})}(n(1))},function(e,t,n){!function(e){"use strict";var t={0:"-чү",1:"-чи",2:"-чи",3:"-чү",4:"-чү",5:"-чи",6:"-чы",7:"-чи",8:"-чи",9:"-чу",10:"-чу",20:"-чы",30:"-чу",40:"-чы",50:"-чү",60:"-чы",70:"-чи",80:"-чи",90:"-чу",100:"-чү"};e.defineLocale("ky",{months:"январь_февраль_март_апрель_май_июнь_июль_август_сентябрь_октябрь_ноябрь_декабрь".split("_"),monthsShort:"янв_фев_март_апр_май_июнь_июль_авг_сен_окт_ноя_дек".split("_"),weekdays:"Жекшемби_Дүйшөмбү_Шейшемби_Шаршемби_Бейшемби_Жума_Ишемби".split("_"),weekdaysShort:"Жек_Дүй_Шей_Шар_Бей_Жум_Ише".split("_"),weekdaysMin:"Жк_Дй_Шй_Шр_Бй_Жм_Иш".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[Бүгүн саат] LT",nextDay:"[Эртең саат] LT",nextWeek:"dddd [саат] LT",lastDay:"[Кечээ саат] LT",lastWeek:"[Өткөн аптанын] dddd [күнү] [саат] LT",sameElse:"L"},relativeTime:{future:"%s ичинде",past:"%s мурун",s:"бирнече секунд",ss:"%d секунд",m:"бир мүнөт",mm:"%d мүнөт",h:"бир саат",hh:"%d саат",d:"бир күн",dd:"%d күн",M:"бир ай",MM:"%d ай",y:"бир жыл",yy:"%d жыл"},dayOfMonthOrdinalParse:/\d{1,2}-(чи|чы|чү|чу)/,ordinal:function(e){return e+(t[e]||t[e%10]||t[e>=100?100:null])},week:{dow:1,doy:7}})}(n(1))},function(e,t,n){!function(e){"use strict";function t(e,t,n,r){var i={m:["eng Minutt","enger Minutt"],h:["eng Stonn","enger Stonn"],d:["een Dag","engem Dag"],M:["ee Mount","engem Mount"],y:["ee Joer","engem Joer"]};return t?i[n][0]:i[n][1]}function n(e){if(e=parseInt(e,10),isNaN(e))return!1;if(e<0)return!0;if(e<10)return 4<=e&&e<=7;if(e<100){var t=e%10;return n(0===t?e/10:t)}if(e<1e4){for(;e>=10;)e/=10;return n(e)}return n(e/=1e3)}e.defineLocale("lb",{months:"Januar_Februar_Mäerz_Abrëll_Mee_Juni_Juli_August_September_Oktober_November_Dezember".split("_"),monthsShort:"Jan._Febr._Mrz._Abr._Mee_Jun._Jul._Aug._Sept._Okt._Nov._Dez.".split("_"),monthsParseExact:!0,weekdays:"Sonndeg_Méindeg_Dënschdeg_Mëttwoch_Donneschdeg_Freideg_Samschdeg".split("_"),weekdaysShort:"So._Mé._Dë._Më._Do._Fr._Sa.".split("_"),weekdaysMin:"So_Mé_Dë_Më_Do_Fr_Sa".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"H:mm [Auer]",LTS:"H:mm:ss [Auer]",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY H:mm [Auer]",LLLL:"dddd, D. MMMM YYYY H:mm [Auer]"},calendar:{sameDay:"[Haut um] LT",sameElse:"L",nextDay:"[Muer um] LT",nextWeek:"dddd [um] LT",lastDay:"[Gëschter um] LT",lastWeek:function(){switch(this.day()){case 2:case 4:return"[Leschten] dddd [um] LT";default:return"[Leschte] dddd [um] LT"}}},relativeTime:{future:function(e){return n(e.substr(0,e.indexOf(" ")))?"a "+e:"an "+e},past:function(e){return n(e.substr(0,e.indexOf(" ")))?"viru "+e:"virun "+e},s:"e puer Sekonnen",ss:"%d Sekonnen",m:t,mm:"%d Minutten",h:t,hh:"%d Stonnen",d:t,dd:"%d Deeg",M:t,MM:"%d Méint",y:t,yy:"%d Joer"},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})}(n(1))},function(e,t,n){!function(e){"use strict";e.defineLocale("lo",{months:"ມັງກອນ_ກຸມພາ_ມີນາ_ເມສາ_ພຶດສະພາ_ມິຖຸນາ_ກໍລະກົດ_ສິງຫາ_ກັນຍາ_ຕຸລາ_ພະຈິກ_ທັນວາ".split("_"),monthsShort:"ມັງກອນ_ກຸມພາ_ມີນາ_ເມສາ_ພຶດສະພາ_ມິຖຸນາ_ກໍລະກົດ_ສິງຫາ_ກັນຍາ_ຕຸລາ_ພະຈິກ_ທັນວາ".split("_"),weekdays:"ອາທິດ_ຈັນ_ອັງຄານ_ພຸດ_ພະຫັດ_ສຸກ_ເສົາ".split("_"),weekdaysShort:"ທິດ_ຈັນ_ອັງຄານ_ພຸດ_ພະຫັດ_ສຸກ_ເສົາ".split("_"),weekdaysMin:"ທ_ຈ_ອຄ_ພ_ພຫ_ສກ_ສ".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"ວັນdddd D MMMM YYYY HH:mm"},meridiemParse:/ຕອນເຊົ້າ|ຕອນແລງ/,isPM:function(e){return"ຕອນແລງ"===e},meridiem:function(e,t,n){return e<12?"ຕອນເຊົ້າ":"ຕອນແລງ"},calendar:{sameDay:"[ມື້ນີ້ເວລາ] LT",nextDay:"[ມື້ອື່ນເວລາ] LT",nextWeek:"[ວັນ]dddd[ໜ້າເວລາ] LT",lastDay:"[ມື້ວານນີ້ເວລາ] LT",lastWeek:"[ວັນ]dddd[ແລ້ວນີ້ເວລາ] LT",sameElse:"L"},relativeTime:{future:"ອີກ %s",past:"%sຜ່ານມາ",s:"ບໍ່ເທົ່າໃດວິນາທີ",ss:"%d ວິນາທີ",m:"1 ນາທີ",mm:"%d ນາທີ",h:"1 ຊົ່ວໂມງ",hh:"%d ຊົ່ວໂມງ",d:"1 ມື້",dd:"%d ມື້",M:"1 ເດືອນ",MM:"%d ເດືອນ",y:"1 ປີ",yy:"%d ປີ"},dayOfMonthOrdinalParse:/(ທີ່)\d{1,2}/,ordinal:function(e){return"ທີ່"+e}})}(n(1))},function(e,t,n){!function(e){"use strict";var t={ss:"sekundė_sekundžių_sekundes",m:"minutė_minutės_minutę",mm:"minutės_minučių_minutes",h:"valanda_valandos_valandą",hh:"valandos_valandų_valandas",d:"diena_dienos_dieną",dd:"dienos_dienų_dienas",M:"mėnuo_mėnesio_mėnesį",MM:"mėnesiai_mėnesių_mėnesius",y:"metai_metų_metus",yy:"metai_metų_metus"};function n(e,t,n,r){return t?i(n)[0]:r?i(n)[1]:i(n)[2]}function r(e){return e%10==0||e>10&&e<20}function i(e){return t[e].split("_")}function a(e,t,a,o){var s=e+" ";return 1===e?s+n(0,t,a[0],o):t?s+(r(e)?i(a)[1]:i(a)[0]):o?s+i(a)[1]:s+(r(e)?i(a)[1]:i(a)[2])}e.defineLocale("lt",{months:{format:"sausio_vasario_kovo_balandžio_gegužės_birželio_liepos_rugpjūčio_rugsėjo_spalio_lapkričio_gruodžio".split("_"),standalone:"sausis_vasaris_kovas_balandis_gegužė_birželis_liepa_rugpjūtis_rugsėjis_spalis_lapkritis_gruodis".split("_"),isFormat:/D[oD]?(\[[^\[\]]*\]|\s)+MMMM?|MMMM?(\[[^\[\]]*\]|\s)+D[oD]?/},monthsShort:"sau_vas_kov_bal_geg_bir_lie_rgp_rgs_spa_lap_grd".split("_"),weekdays:{format:"sekmadienį_pirmadienį_antradienį_trečiadienį_ketvirtadienį_penktadienį_šeštadienį".split("_"),standalone:"sekmadienis_pirmadienis_antradienis_trečiadienis_ketvirtadienis_penktadienis_šeštadienis".split("_"),isFormat:/dddd HH:mm/},weekdaysShort:"Sek_Pir_Ant_Tre_Ket_Pen_Šeš".split("_"),weekdaysMin:"S_P_A_T_K_Pn_Š".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"YYYY-MM-DD",LL:"YYYY [m.] MMMM D [d.]",LLL:"YYYY [m.] MMMM D [d.], HH:mm [val.]",LLLL:"YYYY [m.] MMMM D [d.], dddd, HH:mm [val.]",l:"YYYY-MM-DD",ll:"YYYY [m.] MMMM D [d.]",lll:"YYYY [m.] MMMM D [d.], HH:mm [val.]",llll:"YYYY [m.] MMMM D [d.], ddd, HH:mm [val.]"},calendar:{sameDay:"[Šiandien] LT",nextDay:"[Rytoj] LT",nextWeek:"dddd LT",lastDay:"[Vakar] LT",lastWeek:"[Praėjusį] dddd LT",sameElse:"L"},relativeTime:{future:"po %s",past:"prieš %s",s:function(e,t,n,r){return t?"kelios sekundės":r?"kelių sekundžių":"kelias sekundes"},ss:a,m:n,mm:a,h:n,hh:a,d:n,dd:a,M:n,MM:a,y:n,yy:a},dayOfMonthOrdinalParse:/\d{1,2}-oji/,ordinal:function(e){return e+"-oji"},week:{dow:1,doy:4}})}(n(1))},function(e,t,n){!function(e){"use strict";var t={ss:"sekundes_sekundēm_sekunde_sekundes".split("_"),m:"minūtes_minūtēm_minūte_minūtes".split("_"),mm:"minūtes_minūtēm_minūte_minūtes".split("_"),h:"stundas_stundām_stunda_stundas".split("_"),hh:"stundas_stundām_stunda_stundas".split("_"),d:"dienas_dienām_diena_dienas".split("_"),dd:"dienas_dienām_diena_dienas".split("_"),M:"mēneša_mēnešiem_mēnesis_mēneši".split("_"),MM:"mēneša_mēnešiem_mēnesis_mēneši".split("_"),y:"gada_gadiem_gads_gadi".split("_"),yy:"gada_gadiem_gads_gadi".split("_")};function n(e,t,n){return n?t%10==1&&t%100!=11?e[2]:e[3]:t%10==1&&t%100!=11?e[0]:e[1]}function r(e,r,i){return e+" "+n(t[i],e,r)}function i(e,r,i){return n(t[i],e,r)}e.defineLocale("lv",{months:"janvāris_februāris_marts_aprīlis_maijs_jūnijs_jūlijs_augusts_septembris_oktobris_novembris_decembris".split("_"),monthsShort:"jan_feb_mar_apr_mai_jūn_jūl_aug_sep_okt_nov_dec".split("_"),weekdays:"svētdiena_pirmdiena_otrdiena_trešdiena_ceturtdiena_piektdiena_sestdiena".split("_"),weekdaysShort:"Sv_P_O_T_C_Pk_S".split("_"),weekdaysMin:"Sv_P_O_T_C_Pk_S".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY.",LL:"YYYY. [gada] D. MMMM",LLL:"YYYY. [gada] D. MMMM, HH:mm",LLLL:"YYYY. [gada] D. MMMM, dddd, HH:mm"},calendar:{sameDay:"[Šodien pulksten] LT",nextDay:"[Rīt pulksten] LT",nextWeek:"dddd [pulksten] LT",lastDay:"[Vakar pulksten] LT",lastWeek:"[Pagājušā] dddd [pulksten] LT",sameElse:"L"},relativeTime:{future:"pēc %s",past:"pirms %s",s:function(e,t){return t?"dažas sekundes":"dažām sekundēm"},ss:r,m:i,mm:r,h:i,hh:r,d:i,dd:r,M:i,MM:r,y:i,yy:r},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})}(n(1))},function(e,t,n){!function(e){"use strict";var t={words:{ss:["sekund","sekunda","sekundi"],m:["jedan minut","jednog minuta"],mm:["minut","minuta","minuta"],h:["jedan sat","jednog sata"],hh:["sat","sata","sati"],dd:["dan","dana","dana"],MM:["mjesec","mjeseca","mjeseci"],yy:["godina","godine","godina"]},correctGrammaticalCase:function(e,t){return 1===e?t[0]:e>=2&&e<=4?t[1]:t[2]},translate:function(e,n,r){var i=t.words[r];return 1===r.length?n?i[0]:i[1]:e+" "+t.correctGrammaticalCase(e,i)}};e.defineLocale("me",{months:"januar_februar_mart_april_maj_jun_jul_avgust_septembar_oktobar_novembar_decembar".split("_"),monthsShort:"jan._feb._mar._apr._maj_jun_jul_avg._sep._okt._nov._dec.".split("_"),monthsParseExact:!0,weekdays:"nedjelja_ponedjeljak_utorak_srijeda_četvrtak_petak_subota".split("_"),weekdaysShort:"ned._pon._uto._sri._čet._pet._sub.".split("_"),weekdaysMin:"ne_po_ut_sr_če_pe_su".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY H:mm",LLLL:"dddd, D. MMMM YYYY H:mm"},calendar:{sameDay:"[danas u] LT",nextDay:"[sjutra u] LT",nextWeek:function(){switch(this.day()){case 0:return"[u] [nedjelju] [u] LT";case 3:return"[u] [srijedu] [u] LT";case 6:return"[u] [subotu] [u] LT";case 1:case 2:case 4:case 5:return"[u] dddd [u] LT"}},lastDay:"[juče u] LT",lastWeek:function(){return["[prošle] [nedjelje] [u] LT","[prošlog] [ponedjeljka] [u] LT","[prošlog] [utorka] [u] LT","[prošle] [srijede] [u] LT","[prošlog] [četvrtka] [u] LT","[prošlog] [petka] [u] LT","[prošle] [subote] [u] LT"][this.day()]},sameElse:"L"},relativeTime:{future:"za %s",past:"prije %s",s:"nekoliko sekundi",ss:t.translate,m:t.translate,mm:t.translate,h:t.translate,hh:t.translate,d:"dan",dd:t.translate,M:"mjesec",MM:t.translate,y:"godinu",yy:t.translate},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:7}})}(n(1))},function(e,t,n){!function(e){"use strict";e.defineLocale("mi",{months:"Kohi-tāte_Hui-tanguru_Poutū-te-rangi_Paenga-whāwhā_Haratua_Pipiri_Hōngoingoi_Here-turi-kōkā_Mahuru_Whiringa-ā-nuku_Whiringa-ā-rangi_Hakihea".split("_"),monthsShort:"Kohi_Hui_Pou_Pae_Hara_Pipi_Hōngoi_Here_Mahu_Whi-nu_Whi-ra_Haki".split("_"),monthsRegex:/(?:['a-z\u0101\u014D\u016B]+\-?){1,3}/i,monthsStrictRegex:/(?:['a-z\u0101\u014D\u016B]+\-?){1,3}/i,monthsShortRegex:/(?:['a-z\u0101\u014D\u016B]+\-?){1,3}/i,monthsShortStrictRegex:/(?:['a-z\u0101\u014D\u016B]+\-?){1,2}/i,weekdays:"Rātapu_Mane_Tūrei_Wenerei_Tāite_Paraire_Hātarei".split("_"),weekdaysShort:"Ta_Ma_Tū_We_Tāi_Pa_Hā".split("_"),weekdaysMin:"Ta_Ma_Tū_We_Tāi_Pa_Hā".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY [i] HH:mm",LLLL:"dddd, D MMMM YYYY [i] HH:mm"},calendar:{sameDay:"[i teie mahana, i] LT",nextDay:"[apopo i] LT",nextWeek:"dddd [i] LT",lastDay:"[inanahi i] LT",lastWeek:"dddd [whakamutunga i] LT",sameElse:"L"},relativeTime:{future:"i roto i %s",past:"%s i mua",s:"te hēkona ruarua",ss:"%d hēkona",m:"he meneti",mm:"%d meneti",h:"te haora",hh:"%d haora",d:"he ra",dd:"%d ra",M:"he marama",MM:"%d marama",y:"he tau",yy:"%d tau"},dayOfMonthOrdinalParse:/\d{1,2}º/,ordinal:"%dº",week:{dow:1,doy:4}})}(n(1))},function(e,t,n){!function(e){"use strict";e.defineLocale("mk",{months:"јануари_февруари_март_април_мај_јуни_јули_август_септември_октомври_ноември_декември".split("_"),monthsShort:"јан_фев_мар_апр_мај_јун_јул_авг_сеп_окт_ное_дек".split("_"),weekdays:"недела_понеделник_вторник_среда_четврток_петок_сабота".split("_"),weekdaysShort:"нед_пон_вто_сре_чет_пет_саб".split("_"),weekdaysMin:"нe_пo_вт_ср_че_пе_сa".split("_"),longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"D.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY H:mm",LLLL:"dddd, D MMMM YYYY H:mm"},calendar:{sameDay:"[Денес во] LT",nextDay:"[Утре во] LT",nextWeek:"[Во] dddd [во] LT",lastDay:"[Вчера во] LT",lastWeek:function(){switch(this.day()){case 0:case 3:case 6:return"[Изминатата] dddd [во] LT";case 1:case 2:case 4:case 5:return"[Изминатиот] dddd [во] LT"}},sameElse:"L"},relativeTime:{future:"после %s",past:"пред %s",s:"неколку секунди",ss:"%d секунди",m:"минута",mm:"%d минути",h:"час",hh:"%d часа",d:"ден",dd:"%d дена",M:"месец",MM:"%d месеци",y:"година",yy:"%d години"},dayOfMonthOrdinalParse:/\d{1,2}-(ев|ен|ти|ви|ри|ми)/,ordinal:function(e){var t=e%10,n=e%100;return 0===e?e+"-ев":0===n?e+"-ен":n>10&&n<20?e+"-ти":1===t?e+"-ви":2===t?e+"-ри":7===t||8===t?e+"-ми":e+"-ти"},week:{dow:1,doy:7}})}(n(1))},function(e,t,n){!function(e){"use strict";e.defineLocale("ml",{months:"ജനുവരി_ഫെബ്രുവരി_മാർച്ച്_ഏപ്രിൽ_മേയ്_ജൂൺ_ജൂലൈ_ഓഗസ്റ്റ്_സെപ്റ്റംബർ_ഒക്ടോബർ_നവംബർ_ഡിസംബർ".split("_"),monthsShort:"ജനു._ഫെബ്രു._മാർ._ഏപ്രി._മേയ്_ജൂൺ_ജൂലൈ._ഓഗ._സെപ്റ്റ._ഒക്ടോ._നവം._ഡിസം.".split("_"),monthsParseExact:!0,weekdays:"ഞായറാഴ്ച_തിങ്കളാഴ്ച_ചൊവ്വാഴ്ച_ബുധനാഴ്ച_വ്യാഴാഴ്ച_വെള്ളിയാഴ്ച_ശനിയാഴ്ച".split("_"),weekdaysShort:"ഞായർ_തിങ്കൾ_ചൊവ്വ_ബുധൻ_വ്യാഴം_വെള്ളി_ശനി".split("_"),weekdaysMin:"ഞാ_തി_ചൊ_ബു_വ്യാ_വെ_ശ".split("_"),longDateFormat:{LT:"A h:mm -നു",LTS:"A h:mm:ss -നു",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY, A h:mm -നു",LLLL:"dddd, D MMMM YYYY, A h:mm -നു"},calendar:{sameDay:"[ഇന്ന്] LT",nextDay:"[നാളെ] LT",nextWeek:"dddd, LT",lastDay:"[ഇന്നലെ] LT",lastWeek:"[കഴിഞ്ഞ] dddd, LT",sameElse:"L"},relativeTime:{future:"%s കഴിഞ്ഞ്",past:"%s മുൻപ്",s:"അൽപ നിമിഷങ്ങൾ",ss:"%d സെക്കൻഡ്",m:"ഒരു മിനിറ്റ്",mm:"%d മിനിറ്റ്",h:"ഒരു മണിക്കൂർ",hh:"%d മണിക്കൂർ",d:"ഒരു ദിവസം",dd:"%d ദിവസം",M:"ഒരു മാസം",MM:"%d മാസം",y:"ഒരു വർഷം",yy:"%d വർഷം"},meridiemParse:/രാത്രി|രാവിലെ|ഉച്ച കഴിഞ്ഞ്|വൈകുന്നേരം|രാത്രി/i,meridiemHour:function(e,t){return 12===e&&(e=0),"രാത്രി"===t&&e>=4||"ഉച്ച കഴിഞ്ഞ്"===t||"വൈകുന്നേരം"===t?e+12:e},meridiem:function(e,t,n){return e<4?"രാത്രി":e<12?"രാവിലെ":e<17?"ഉച്ച കഴിഞ്ഞ്":e<20?"വൈകുന്നേരം":"രാത്രി"}})}(n(1))},function(e,t,n){!function(e){"use strict";function t(e,t,n,r){switch(n){case"s":return t?"хэдхэн секунд":"хэдхэн секундын";case"ss":return e+(t?" секунд":" секундын");case"m":case"mm":return e+(t?" минут":" минутын");case"h":case"hh":return e+(t?" цаг":" цагийн");case"d":case"dd":return e+(t?" өдөр":" өдрийн");case"M":case"MM":return e+(t?" сар":" сарын");case"y":case"yy":return e+(t?" жил":" жилийн");default:return e}}e.defineLocale("mn",{months:"Нэгдүгээр сар_Хоёрдугаар сар_Гуравдугаар сар_Дөрөвдүгээр сар_Тавдугаар сар_Зургадугаар сар_Долдугаар сар_Наймдугаар сар_Есдүгээр сар_Аравдугаар сар_Арван нэгдүгээр сар_Арван хоёрдугаар сар".split("_"),monthsShort:"1 сар_2 сар_3 сар_4 сар_5 сар_6 сар_7 сар_8 сар_9 сар_10 сар_11 сар_12 сар".split("_"),monthsParseExact:!0,weekdays:"Ням_Даваа_Мягмар_Лхагва_Пүрэв_Баасан_Бямба".split("_"),weekdaysShort:"Ням_Дав_Мяг_Лха_Пүр_Баа_Бям".split("_"),weekdaysMin:"Ня_Да_Мя_Лх_Пү_Ба_Бя".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"YYYY-MM-DD",LL:"YYYY оны MMMMын D",LLL:"YYYY оны MMMMын D HH:mm",LLLL:"dddd, YYYY оны MMMMын D HH:mm"},meridiemParse:/ҮӨ|ҮХ/i,isPM:function(e){return"ҮХ"===e},meridiem:function(e,t,n){return e<12?"ҮӨ":"ҮХ"},calendar:{sameDay:"[Өнөөдөр] LT",nextDay:"[Маргааш] LT",nextWeek:"[Ирэх] dddd LT",lastDay:"[Өчигдөр] LT",lastWeek:"[Өнгөрсөн] dddd LT",sameElse:"L"},relativeTime:{future:"%s дараа",past:"%s өмнө",s:t,ss:t,m:t,mm:t,h:t,hh:t,d:t,dd:t,M:t,MM:t,y:t,yy:t},dayOfMonthOrdinalParse:/\d{1,2} өдөр/,ordinal:function(e,t){switch(t){case"d":case"D":case"DDD":return e+" өдөр";default:return e}}})}(n(1))},function(e,t,n){!function(e){"use strict";var t={1:"१",2:"२",3:"३",4:"४",5:"५",6:"६",7:"७",8:"८",9:"९",0:"०"},n={"१":"1","२":"2","३":"3","४":"4","५":"5","६":"6","७":"7","८":"8","९":"9","०":"0"};function r(e,t,n,r){var i="";if(t)switch(n){case"s":i="काही सेकंद";break;case"ss":i="%d सेकंद";break;case"m":i="एक मिनिट";break;case"mm":i="%d मिनिटे";break;case"h":i="एक तास";break;case"hh":i="%d तास";break;case"d":i="एक दिवस";break;case"dd":i="%d दिवस";break;case"M":i="एक महिना";break;case"MM":i="%d महिने";break;case"y":i="एक वर्ष";break;case"yy":i="%d वर्षे"}else switch(n){case"s":i="काही सेकंदां";break;case"ss":i="%d सेकंदां";break;case"m":i="एका मिनिटा";break;case"mm":i="%d मिनिटां";break;case"h":i="एका तासा";break;case"hh":i="%d तासां";break;case"d":i="एका दिवसा";break;case"dd":i="%d दिवसां";break;case"M":i="एका महिन्या";break;case"MM":i="%d महिन्यां";break;case"y":i="एका वर्षा";break;case"yy":i="%d वर्षां"}return i.replace(/%d/i,e)}e.defineLocale("mr",{months:"जानेवारी_फेब्रुवारी_मार्च_एप्रिल_मे_जून_जुलै_ऑगस्ट_सप्टेंबर_ऑक्टोबर_नोव्हेंबर_डिसेंबर".split("_"),monthsShort:"जाने._फेब्रु._मार्च._एप्रि._मे._जून._जुलै._ऑग._सप्टें._ऑक्टो._नोव्हें._डिसें.".split("_"),monthsParseExact:!0,weekdays:"रविवार_सोमवार_मंगळवार_बुधवार_गुरूवार_शुक्रवार_शनिवार".split("_"),weekdaysShort:"रवि_सोम_मंगळ_बुध_गुरू_शुक्र_शनि".split("_"),weekdaysMin:"र_सो_मं_बु_गु_शु_श".split("_"),longDateFormat:{LT:"A h:mm वाजता",LTS:"A h:mm:ss वाजता",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY, A h:mm वाजता",LLLL:"dddd, D MMMM YYYY, A h:mm वाजता"},calendar:{sameDay:"[आज] LT",nextDay:"[उद्या] LT",nextWeek:"dddd, LT",lastDay:"[काल] LT",lastWeek:"[मागील] dddd, LT",sameElse:"L"},relativeTime:{future:"%sमध्ये",past:"%sपूर्वी",s:r,ss:r,m:r,mm:r,h:r,hh:r,d:r,dd:r,M:r,MM:r,y:r,yy:r},preparse:function(e){return e.replace(/[१२३४५६७८९०]/g,(function(e){return n[e]}))},postformat:function(e){return e.replace(/\d/g,(function(e){return t[e]}))},meridiemParse:/रात्री|सकाळी|दुपारी|सायंकाळी/,meridiemHour:function(e,t){return 12===e&&(e=0),"रात्री"===t?e<4?e:e+12:"सकाळी"===t?e:"दुपारी"===t?e>=10?e:e+12:"सायंकाळी"===t?e+12:void 0},meridiem:function(e,t,n){return e<4?"रात्री":e<10?"सकाळी":e<17?"दुपारी":e<20?"सायंकाळी":"रात्री"},week:{dow:0,doy:6}})}(n(1))},function(e,t,n){!function(e){"use strict";e.defineLocale("ms",{months:"Januari_Februari_Mac_April_Mei_Jun_Julai_Ogos_September_Oktober_November_Disember".split("_"),monthsShort:"Jan_Feb_Mac_Apr_Mei_Jun_Jul_Ogs_Sep_Okt_Nov_Dis".split("_"),weekdays:"Ahad_Isnin_Selasa_Rabu_Khamis_Jumaat_Sabtu".split("_"),weekdaysShort:"Ahd_Isn_Sel_Rab_Kha_Jum_Sab".split("_"),weekdaysMin:"Ah_Is_Sl_Rb_Km_Jm_Sb".split("_"),longDateFormat:{LT:"HH.mm",LTS:"HH.mm.ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY [pukul] HH.mm",LLLL:"dddd, D MMMM YYYY [pukul] HH.mm"},meridiemParse:/pagi|tengahari|petang|malam/,meridiemHour:function(e,t){return 12===e&&(e=0),"pagi"===t?e:"tengahari"===t?e>=11?e:e+12:"petang"===t||"malam"===t?e+12:void 0},meridiem:function(e,t,n){return e<11?"pagi":e<15?"tengahari":e<19?"petang":"malam"},calendar:{sameDay:"[Hari ini pukul] LT",nextDay:"[Esok pukul] LT",nextWeek:"dddd [pukul] LT",lastDay:"[Kelmarin pukul] LT",lastWeek:"dddd [lepas pukul] LT",sameElse:"L"},relativeTime:{future:"dalam %s",past:"%s yang lepas",s:"beberapa saat",ss:"%d saat",m:"seminit",mm:"%d minit",h:"sejam",hh:"%d jam",d:"sehari",dd:"%d hari",M:"sebulan",MM:"%d bulan",y:"setahun",yy:"%d tahun"},week:{dow:1,doy:7}})}(n(1))},function(e,t,n){!function(e){"use strict";e.defineLocale("ms-my",{months:"Januari_Februari_Mac_April_Mei_Jun_Julai_Ogos_September_Oktober_November_Disember".split("_"),monthsShort:"Jan_Feb_Mac_Apr_Mei_Jun_Jul_Ogs_Sep_Okt_Nov_Dis".split("_"),weekdays:"Ahad_Isnin_Selasa_Rabu_Khamis_Jumaat_Sabtu".split("_"),weekdaysShort:"Ahd_Isn_Sel_Rab_Kha_Jum_Sab".split("_"),weekdaysMin:"Ah_Is_Sl_Rb_Km_Jm_Sb".split("_"),longDateFormat:{LT:"HH.mm",LTS:"HH.mm.ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY [pukul] HH.mm",LLLL:"dddd, D MMMM YYYY [pukul] HH.mm"},meridiemParse:/pagi|tengahari|petang|malam/,meridiemHour:function(e,t){return 12===e&&(e=0),"pagi"===t?e:"tengahari"===t?e>=11?e:e+12:"petang"===t||"malam"===t?e+12:void 0},meridiem:function(e,t,n){return e<11?"pagi":e<15?"tengahari":e<19?"petang":"malam"},calendar:{sameDay:"[Hari ini pukul] LT",nextDay:"[Esok pukul] LT",nextWeek:"dddd [pukul] LT",lastDay:"[Kelmarin pukul] LT",lastWeek:"dddd [lepas pukul] LT",sameElse:"L"},relativeTime:{future:"dalam %s",past:"%s yang lepas",s:"beberapa saat",ss:"%d saat",m:"seminit",mm:"%d minit",h:"sejam",hh:"%d jam",d:"sehari",dd:"%d hari",M:"sebulan",MM:"%d bulan",y:"setahun",yy:"%d tahun"},week:{dow:1,doy:7}})}(n(1))},function(e,t,n){!function(e){"use strict";e.defineLocale("mt",{months:"Jannar_Frar_Marzu_April_Mejju_Ġunju_Lulju_Awwissu_Settembru_Ottubru_Novembru_Diċembru".split("_"),monthsShort:"Jan_Fra_Mar_Apr_Mej_Ġun_Lul_Aww_Set_Ott_Nov_Diċ".split("_"),weekdays:"Il-Ħadd_It-Tnejn_It-Tlieta_L-Erbgħa_Il-Ħamis_Il-Ġimgħa_Is-Sibt".split("_"),weekdaysShort:"Ħad_Tne_Tli_Erb_Ħam_Ġim_Sib".split("_"),weekdaysMin:"Ħa_Tn_Tl_Er_Ħa_Ġi_Si".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[Illum fil-]LT",nextDay:"[Għada fil-]LT",nextWeek:"dddd [fil-]LT",lastDay:"[Il-bieraħ fil-]LT",lastWeek:"dddd [li għadda] [fil-]LT",sameElse:"L"},relativeTime:{future:"f’ %s",past:"%s ilu",s:"ftit sekondi",ss:"%d sekondi",m:"minuta",mm:"%d minuti",h:"siegħa",hh:"%d siegħat",d:"ġurnata",dd:"%d ġranet",M:"xahar",MM:"%d xhur",y:"sena",yy:"%d sni"},dayOfMonthOrdinalParse:/\d{1,2}º/,ordinal:"%dº",week:{dow:1,doy:4}})}(n(1))},function(e,t,n){!function(e){"use strict";var t={1:"၁",2:"၂",3:"၃",4:"၄",5:"၅",6:"၆",7:"၇",8:"၈",9:"၉",0:"၀"},n={"၁":"1","၂":"2","၃":"3","၄":"4","၅":"5","၆":"6","၇":"7","၈":"8","၉":"9","၀":"0"};e.defineLocale("my",{months:"ဇန်နဝါရီ_ဖေဖော်ဝါရီ_မတ်_ဧပြီ_မေ_ဇွန်_ဇူလိုင်_သြဂုတ်_စက်တင်ဘာ_အောက်တိုဘာ_နိုဝင်ဘာ_ဒီဇင်ဘာ".split("_"),monthsShort:"ဇန်_ဖေ_မတ်_ပြီ_မေ_ဇွန်_လိုင်_သြ_စက်_အောက်_နို_ဒီ".split("_"),weekdays:"တနင်္ဂနွေ_တနင်္လာ_အင်္ဂါ_ဗုဒ္ဓဟူး_ကြာသပတေး_သောကြာ_စနေ".split("_"),weekdaysShort:"နွေ_လာ_ဂါ_ဟူး_ကြာ_သော_နေ".split("_"),weekdaysMin:"နွေ_လာ_ဂါ_ဟူး_ကြာ_သော_နေ".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[ယနေ.] LT [မှာ]",nextDay:"[မနက်ဖြန်] LT [မှာ]",nextWeek:"dddd LT [မှာ]",lastDay:"[မနေ.က] LT [မှာ]",lastWeek:"[ပြီးခဲ့သော] dddd LT [မှာ]",sameElse:"L"},relativeTime:{future:"လာမည့် %s မှာ",past:"လွန်ခဲ့သော %s က",s:"စက္ကန်.အနည်းငယ်",ss:"%d စက္ကန့်",m:"တစ်မိနစ်",mm:"%d မိနစ်",h:"တစ်နာရီ",hh:"%d နာရီ",d:"တစ်ရက်",dd:"%d ရက်",M:"တစ်လ",MM:"%d လ",y:"တစ်နှစ်",yy:"%d နှစ်"},preparse:function(e){return e.replace(/[၁၂၃၄၅၆၇၈၉၀]/g,(function(e){return n[e]}))},postformat:function(e){return e.replace(/\d/g,(function(e){return t[e]}))},week:{dow:1,doy:4}})}(n(1))},function(e,t,n){!function(e){"use strict";e.defineLocale("nb",{months:"januar_februar_mars_april_mai_juni_juli_august_september_oktober_november_desember".split("_"),monthsShort:"jan._feb._mars_april_mai_juni_juli_aug._sep._okt._nov._des.".split("_"),monthsParseExact:!0,weekdays:"søndag_mandag_tirsdag_onsdag_torsdag_fredag_lørdag".split("_"),weekdaysShort:"sø._ma._ti._on._to._fr._lø.".split("_"),weekdaysMin:"sø_ma_ti_on_to_fr_lø".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY [kl.] HH:mm",LLLL:"dddd D. MMMM YYYY [kl.] HH:mm"},calendar:{sameDay:"[i dag kl.] LT",nextDay:"[i morgen kl.] LT",nextWeek:"dddd [kl.] LT",lastDay:"[i går kl.] LT",lastWeek:"[forrige] dddd [kl.] LT",sameElse:"L"},relativeTime:{future:"om %s",past:"%s siden",s:"noen sekunder",ss:"%d sekunder",m:"ett minutt",mm:"%d minutter",h:"en time",hh:"%d timer",d:"en dag",dd:"%d dager",M:"en måned",MM:"%d måneder",y:"ett år",yy:"%d år"},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})}(n(1))},function(e,t,n){!function(e){"use strict";var t={1:"१",2:"२",3:"३",4:"४",5:"५",6:"६",7:"७",8:"८",9:"९",0:"०"},n={"१":"1","२":"2","३":"3","४":"4","५":"5","६":"6","७":"7","८":"8","९":"9","०":"0"};e.defineLocale("ne",{months:"जनवरी_फेब्रुवरी_मार्च_अप्रिल_मई_जुन_जुलाई_अगष्ट_सेप्टेम्बर_अक्टोबर_नोभेम्बर_डिसेम्बर".split("_"),monthsShort:"जन._फेब्रु._मार्च_अप्रि._मई_जुन_जुलाई._अग._सेप्ट._अक्टो._नोभे._डिसे.".split("_"),monthsParseExact:!0,weekdays:"आइतबार_सोमबार_मङ्गलबार_बुधबार_बिहिबार_शुक्रबार_शनिबार".split("_"),weekdaysShort:"आइत._सोम._मङ्गल._बुध._बिहि._शुक्र._शनि.".split("_"),weekdaysMin:"आ._सो._मं._बु._बि._शु._श.".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"Aको h:mm बजे",LTS:"Aको h:mm:ss बजे",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY, Aको h:mm बजे",LLLL:"dddd, D MMMM YYYY, Aको h:mm बजे"},preparse:function(e){return e.replace(/[१२३४५६७८९०]/g,(function(e){return n[e]}))},postformat:function(e){return e.replace(/\d/g,(function(e){return t[e]}))},meridiemParse:/राति|बिहान|दिउँसो|साँझ/,meridiemHour:function(e,t){return 12===e&&(e=0),"राति"===t?e<4?e:e+12:"बिहान"===t?e:"दिउँसो"===t?e>=10?e:e+12:"साँझ"===t?e+12:void 0},meridiem:function(e,t,n){return e<3?"राति":e<12?"बिहान":e<16?"दिउँसो":e<20?"साँझ":"राति"},calendar:{sameDay:"[आज] LT",nextDay:"[भोलि] LT",nextWeek:"[आउँदो] dddd[,] LT",lastDay:"[हिजो] LT",lastWeek:"[गएको] dddd[,] LT",sameElse:"L"},relativeTime:{future:"%sमा",past:"%s अगाडि",s:"केही क्षण",ss:"%d सेकेण्ड",m:"एक मिनेट",mm:"%d मिनेट",h:"एक घण्टा",hh:"%d घण्टा",d:"एक दिन",dd:"%d दिन",M:"एक महिना",MM:"%d महिना",y:"एक बर्ष",yy:"%d बर्ष"},week:{dow:0,doy:6}})}(n(1))},function(e,t,n){!function(e){"use strict";var t="jan._feb._mrt._apr._mei_jun._jul._aug._sep._okt._nov._dec.".split("_"),n="jan_feb_mrt_apr_mei_jun_jul_aug_sep_okt_nov_dec".split("_"),r=[/^jan/i,/^feb/i,/^maart|mrt.?$/i,/^apr/i,/^mei$/i,/^jun[i.]?$/i,/^jul[i.]?$/i,/^aug/i,/^sep/i,/^okt/i,/^nov/i,/^dec/i],i=/^(januari|februari|maart|april|mei|ju[nl]i|augustus|september|oktober|november|december|jan\.?|feb\.?|mrt\.?|apr\.?|ju[nl]\.?|aug\.?|sep\.?|okt\.?|nov\.?|dec\.?)/i;e.defineLocale("nl",{months:"januari_februari_maart_april_mei_juni_juli_augustus_september_oktober_november_december".split("_"),monthsShort:function(e,r){return e?/-MMM-/.test(r)?n[e.month()]:t[e.month()]:t},monthsRegex:i,monthsShortRegex:i,monthsStrictRegex:/^(januari|februari|maart|april|mei|ju[nl]i|augustus|september|oktober|november|december)/i,monthsShortStrictRegex:/^(jan\.?|feb\.?|mrt\.?|apr\.?|mei|ju[nl]\.?|aug\.?|sep\.?|okt\.?|nov\.?|dec\.?)/i,monthsParse:r,longMonthsParse:r,shortMonthsParse:r,weekdays:"zondag_maandag_dinsdag_woensdag_donderdag_vrijdag_zaterdag".split("_"),weekdaysShort:"zo._ma._di._wo._do._vr._za.".split("_"),weekdaysMin:"zo_ma_di_wo_do_vr_za".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD-MM-YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[vandaag om] LT",nextDay:"[morgen om] LT",nextWeek:"dddd [om] LT",lastDay:"[gisteren om] LT",lastWeek:"[afgelopen] dddd [om] LT",sameElse:"L"},relativeTime:{future:"over %s",past:"%s geleden",s:"een paar seconden",ss:"%d seconden",m:"één minuut",mm:"%d minuten",h:"één uur",hh:"%d uur",d:"één dag",dd:"%d dagen",M:"één maand",MM:"%d maanden",y:"één jaar",yy:"%d jaar"},dayOfMonthOrdinalParse:/\d{1,2}(ste|de)/,ordinal:function(e){return e+(1===e||8===e||e>=20?"ste":"de")},week:{dow:1,doy:4}})}(n(1))},function(e,t,n){!function(e){"use strict";var t="jan._feb._mrt._apr._mei_jun._jul._aug._sep._okt._nov._dec.".split("_"),n="jan_feb_mrt_apr_mei_jun_jul_aug_sep_okt_nov_dec".split("_"),r=[/^jan/i,/^feb/i,/^maart|mrt.?$/i,/^apr/i,/^mei$/i,/^jun[i.]?$/i,/^jul[i.]?$/i,/^aug/i,/^sep/i,/^okt/i,/^nov/i,/^dec/i],i=/^(januari|februari|maart|april|mei|ju[nl]i|augustus|september|oktober|november|december|jan\.?|feb\.?|mrt\.?|apr\.?|ju[nl]\.?|aug\.?|sep\.?|okt\.?|nov\.?|dec\.?)/i;e.defineLocale("nl-be",{months:"januari_februari_maart_april_mei_juni_juli_augustus_september_oktober_november_december".split("_"),monthsShort:function(e,r){return e?/-MMM-/.test(r)?n[e.month()]:t[e.month()]:t},monthsRegex:i,monthsShortRegex:i,monthsStrictRegex:/^(januari|februari|maart|april|mei|ju[nl]i|augustus|september|oktober|november|december)/i,monthsShortStrictRegex:/^(jan\.?|feb\.?|mrt\.?|apr\.?|mei|ju[nl]\.?|aug\.?|sep\.?|okt\.?|nov\.?|dec\.?)/i,monthsParse:r,longMonthsParse:r,shortMonthsParse:r,weekdays:"zondag_maandag_dinsdag_woensdag_donderdag_vrijdag_zaterdag".split("_"),weekdaysShort:"zo._ma._di._wo._do._vr._za.".split("_"),weekdaysMin:"zo_ma_di_wo_do_vr_za".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[vandaag om] LT",nextDay:"[morgen om] LT",nextWeek:"dddd [om] LT",lastDay:"[gisteren om] LT",lastWeek:"[afgelopen] dddd [om] LT",sameElse:"L"},relativeTime:{future:"over %s",past:"%s geleden",s:"een paar seconden",ss:"%d seconden",m:"één minuut",mm:"%d minuten",h:"één uur",hh:"%d uur",d:"één dag",dd:"%d dagen",M:"één maand",MM:"%d maanden",y:"één jaar",yy:"%d jaar"},dayOfMonthOrdinalParse:/\d{1,2}(ste|de)/,ordinal:function(e){return e+(1===e||8===e||e>=20?"ste":"de")},week:{dow:1,doy:4}})}(n(1))},function(e,t,n){!function(e){"use strict";e.defineLocale("nn",{months:"januar_februar_mars_april_mai_juni_juli_august_september_oktober_november_desember".split("_"),monthsShort:"jan_feb_mar_apr_mai_jun_jul_aug_sep_okt_nov_des".split("_"),weekdays:"sundag_måndag_tysdag_onsdag_torsdag_fredag_laurdag".split("_"),weekdaysShort:"sun_mån_tys_ons_tor_fre_lau".split("_"),weekdaysMin:"su_må_ty_on_to_fr_lø".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY [kl.] H:mm",LLLL:"dddd D. MMMM YYYY [kl.] HH:mm"},calendar:{sameDay:"[I dag klokka] LT",nextDay:"[I morgon klokka] LT",nextWeek:"dddd [klokka] LT",lastDay:"[I går klokka] LT",lastWeek:"[Føregåande] dddd [klokka] LT",sameElse:"L"},relativeTime:{future:"om %s",past:"%s sidan",s:"nokre sekund",ss:"%d sekund",m:"eit minutt",mm:"%d minutt",h:"ein time",hh:"%d timar",d:"ein dag",dd:"%d dagar",M:"ein månad",MM:"%d månader",y:"eit år",yy:"%d år"},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})}(n(1))},function(e,t,n){!function(e){"use strict";var t={1:"੧",2:"੨",3:"੩",4:"੪",5:"੫",6:"੬",7:"੭",8:"੮",9:"੯",0:"੦"},n={"੧":"1","੨":"2","੩":"3","੪":"4","੫":"5","੬":"6","੭":"7","੮":"8","੯":"9","੦":"0"};e.defineLocale("pa-in",{months:"ਜਨਵਰੀ_ਫ਼ਰਵਰੀ_ਮਾਰਚ_ਅਪ੍ਰੈਲ_ਮਈ_ਜੂਨ_ਜੁਲਾਈ_ਅਗਸਤ_ਸਤੰਬਰ_ਅਕਤੂਬਰ_ਨਵੰਬਰ_ਦਸੰਬਰ".split("_"),monthsShort:"ਜਨਵਰੀ_ਫ਼ਰਵਰੀ_ਮਾਰਚ_ਅਪ੍ਰੈਲ_ਮਈ_ਜੂਨ_ਜੁਲਾਈ_ਅਗਸਤ_ਸਤੰਬਰ_ਅਕਤੂਬਰ_ਨਵੰਬਰ_ਦਸੰਬਰ".split("_"),weekdays:"ਐਤਵਾਰ_ਸੋਮਵਾਰ_ਮੰਗਲਵਾਰ_ਬੁਧਵਾਰ_ਵੀਰਵਾਰ_ਸ਼ੁੱਕਰਵਾਰ_ਸ਼ਨੀਚਰਵਾਰ".split("_"),weekdaysShort:"ਐਤ_ਸੋਮ_ਮੰਗਲ_ਬੁਧ_ਵੀਰ_ਸ਼ੁਕਰ_ਸ਼ਨੀ".split("_"),weekdaysMin:"ਐਤ_ਸੋਮ_ਮੰਗਲ_ਬੁਧ_ਵੀਰ_ਸ਼ੁਕਰ_ਸ਼ਨੀ".split("_"),longDateFormat:{LT:"A h:mm ਵਜੇ",LTS:"A h:mm:ss ਵਜੇ",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY, A h:mm ਵਜੇ",LLLL:"dddd, D MMMM YYYY, A h:mm ਵਜੇ"},calendar:{sameDay:"[ਅਜ] LT",nextDay:"[ਕਲ] LT",nextWeek:"[ਅਗਲਾ] dddd, LT",lastDay:"[ਕਲ] LT",lastWeek:"[ਪਿਛਲੇ] dddd, LT",sameElse:"L"},relativeTime:{future:"%s ਵਿੱਚ",past:"%s ਪਿਛਲੇ",s:"ਕੁਝ ਸਕਿੰਟ",ss:"%d ਸਕਿੰਟ",m:"ਇਕ ਮਿੰਟ",mm:"%d ਮਿੰਟ",h:"ਇੱਕ ਘੰਟਾ",hh:"%d ਘੰਟੇ",d:"ਇੱਕ ਦਿਨ",dd:"%d ਦਿਨ",M:"ਇੱਕ ਮਹੀਨਾ",MM:"%d ਮਹੀਨੇ",y:"ਇੱਕ ਸਾਲ",yy:"%d ਸਾਲ"},preparse:function(e){return e.replace(/[੧੨੩੪੫੬੭੮੯੦]/g,(function(e){return n[e]}))},postformat:function(e){return e.replace(/\d/g,(function(e){return t[e]}))},meridiemParse:/ਰਾਤ|ਸਵੇਰ|ਦੁਪਹਿਰ|ਸ਼ਾਮ/,meridiemHour:function(e,t){return 12===e&&(e=0),"ਰਾਤ"===t?e<4?e:e+12:"ਸਵੇਰ"===t?e:"ਦੁਪਹਿਰ"===t?e>=10?e:e+12:"ਸ਼ਾਮ"===t?e+12:void 0},meridiem:function(e,t,n){return e<4?"ਰਾਤ":e<10?"ਸਵੇਰ":e<17?"ਦੁਪਹਿਰ":e<20?"ਸ਼ਾਮ":"ਰਾਤ"},week:{dow:0,doy:6}})}(n(1))},function(e,t,n){!function(e){"use strict";var t="styczeń_luty_marzec_kwiecień_maj_czerwiec_lipiec_sierpień_wrzesień_październik_listopad_grudzień".split("_"),n="stycznia_lutego_marca_kwietnia_maja_czerwca_lipca_sierpnia_września_października_listopada_grudnia".split("_");function r(e){return e%10<5&&e%10>1&&~~(e/10)%10!=1}function i(e,t,n){var i=e+" ";switch(n){case"ss":return i+(r(e)?"sekundy":"sekund");case"m":return t?"minuta":"minutę";case"mm":return i+(r(e)?"minuty":"minut");case"h":return t?"godzina":"godzinę";case"hh":return i+(r(e)?"godziny":"godzin");case"MM":return i+(r(e)?"miesiące":"miesięcy");case"yy":return i+(r(e)?"lata":"lat")}}e.defineLocale("pl",{months:function(e,r){return e?""===r?"("+n[e.month()]+"|"+t[e.month()]+")":/D MMMM/.test(r)?n[e.month()]:t[e.month()]:t},monthsShort:"sty_lut_mar_kwi_maj_cze_lip_sie_wrz_paź_lis_gru".split("_"),weekdays:"niedziela_poniedziałek_wtorek_środa_czwartek_piątek_sobota".split("_"),weekdaysShort:"ndz_pon_wt_śr_czw_pt_sob".split("_"),weekdaysMin:"Nd_Pn_Wt_Śr_Cz_Pt_So".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[Dziś o] LT",nextDay:"[Jutro o] LT",nextWeek:function(){switch(this.day()){case 0:return"[W niedzielę o] LT";case 2:return"[We wtorek o] LT";case 3:return"[W środę o] LT";case 6:return"[W sobotę o] LT";default:return"[W] dddd [o] LT"}},lastDay:"[Wczoraj o] LT",lastWeek:function(){switch(this.day()){case 0:return"[W zeszłą niedzielę o] LT";case 3:return"[W zeszłą środę o] LT";case 6:return"[W zeszłą sobotę o] LT";default:return"[W zeszły] dddd [o] LT"}},sameElse:"L"},relativeTime:{future:"za %s",past:"%s temu",s:"kilka sekund",ss:i,m:i,mm:i,h:i,hh:i,d:"1 dzień",dd:"%d dni",M:"miesiąc",MM:i,y:"rok",yy:i},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})}(n(1))},function(e,t,n){!function(e){"use strict";e.defineLocale("pt",{months:"Janeiro_Fevereiro_Março_Abril_Maio_Junho_Julho_Agosto_Setembro_Outubro_Novembro_Dezembro".split("_"),monthsShort:"Jan_Fev_Mar_Abr_Mai_Jun_Jul_Ago_Set_Out_Nov_Dez".split("_"),weekdays:"Domingo_Segunda-feira_Terça-feira_Quarta-feira_Quinta-feira_Sexta-feira_Sábado".split("_"),weekdaysShort:"Dom_Seg_Ter_Qua_Qui_Sex_Sáb".split("_"),weekdaysMin:"Do_2ª_3ª_4ª_5ª_6ª_Sá".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D [de] MMMM [de] YYYY",LLL:"D [de] MMMM [de] YYYY HH:mm",LLLL:"dddd, D [de] MMMM [de] YYYY HH:mm"},calendar:{sameDay:"[Hoje às] LT",nextDay:"[Amanhã às] LT",nextWeek:"dddd [às] LT",lastDay:"[Ontem às] LT",lastWeek:function(){return 0===this.day()||6===this.day()?"[Último] dddd [às] LT":"[Última] dddd [às] LT"},sameElse:"L"},relativeTime:{future:"em %s",past:"há %s",s:"segundos",ss:"%d segundos",m:"um minuto",mm:"%d minutos",h:"uma hora",hh:"%d horas",d:"um dia",dd:"%d dias",M:"um mês",MM:"%d meses",y:"um ano",yy:"%d anos"},dayOfMonthOrdinalParse:/\d{1,2}º/,ordinal:"%dº",week:{dow:1,doy:4}})}(n(1))},function(e,t,n){!function(e){"use strict";e.defineLocale("pt-br",{months:"Janeiro_Fevereiro_Março_Abril_Maio_Junho_Julho_Agosto_Setembro_Outubro_Novembro_Dezembro".split("_"),monthsShort:"Jan_Fev_Mar_Abr_Mai_Jun_Jul_Ago_Set_Out_Nov_Dez".split("_"),weekdays:"Domingo_Segunda-feira_Terça-feira_Quarta-feira_Quinta-feira_Sexta-feira_Sábado".split("_"),weekdaysShort:"Dom_Seg_Ter_Qua_Qui_Sex_Sáb".split("_"),weekdaysMin:"Do_2ª_3ª_4ª_5ª_6ª_Sá".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D [de] MMMM [de] YYYY",LLL:"D [de] MMMM [de] YYYY [às] HH:mm",LLLL:"dddd, D [de] MMMM [de] YYYY [às] HH:mm"},calendar:{sameDay:"[Hoje às] LT",nextDay:"[Amanhã às] LT",nextWeek:"dddd [às] LT",lastDay:"[Ontem às] LT",lastWeek:function(){return 0===this.day()||6===this.day()?"[Último] dddd [às] LT":"[Última] dddd [às] LT"},sameElse:"L"},relativeTime:{future:"em %s",past:"há %s",s:"poucos segundos",ss:"%d segundos",m:"um minuto",mm:"%d minutos",h:"uma hora",hh:"%d horas",d:"um dia",dd:"%d dias",M:"um mês",MM:"%d meses",y:"um ano",yy:"%d anos"},dayOfMonthOrdinalParse:/\d{1,2}º/,ordinal:"%dº"})}(n(1))},function(e,t,n){!function(e){"use strict";function t(e,t,n){var r=" ";return(e%100>=20||e>=100&&e%100==0)&&(r=" de "),e+r+{ss:"secunde",mm:"minute",hh:"ore",dd:"zile",MM:"luni",yy:"ani"}[n]}e.defineLocale("ro",{months:"ianuarie_februarie_martie_aprilie_mai_iunie_iulie_august_septembrie_octombrie_noiembrie_decembrie".split("_"),monthsShort:"ian._febr._mart._apr._mai_iun._iul._aug._sept._oct._nov._dec.".split("_"),monthsParseExact:!0,weekdays:"duminică_luni_marți_miercuri_joi_vineri_sâmbătă".split("_"),weekdaysShort:"Dum_Lun_Mar_Mie_Joi_Vin_Sâm".split("_"),weekdaysMin:"Du_Lu_Ma_Mi_Jo_Vi_Sâ".split("_"),longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY H:mm",LLLL:"dddd, D MMMM YYYY H:mm"},calendar:{sameDay:"[azi la] LT",nextDay:"[mâine la] LT",nextWeek:"dddd [la] LT",lastDay:"[ieri la] LT",lastWeek:"[fosta] dddd [la] LT",sameElse:"L"},relativeTime:{future:"peste %s",past:"%s în urmă",s:"câteva secunde",ss:t,m:"un minut",mm:t,h:"o oră",hh:t,d:"o zi",dd:t,M:"o lună",MM:t,y:"un an",yy:t},week:{dow:1,doy:7}})}(n(1))},function(e,t,n){!function(e){"use strict";function t(e,t,n){var r,i;return"m"===n?t?"минута":"минуту":e+" "+(r=+e,i={ss:t?"секунда_секунды_секунд":"секунду_секунды_секунд",mm:t?"минута_минуты_минут":"минуту_минуты_минут",hh:"час_часа_часов",dd:"день_дня_дней",MM:"месяц_месяца_месяцев",yy:"год_года_лет"}[n].split("_"),r%10==1&&r%100!=11?i[0]:r%10>=2&&r%10<=4&&(r%100<10||r%100>=20)?i[1]:i[2])}var n=[/^янв/i,/^фев/i,/^мар/i,/^апр/i,/^ма[йя]/i,/^июн/i,/^июл/i,/^авг/i,/^сен/i,/^окт/i,/^ноя/i,/^дек/i];e.defineLocale("ru",{months:{format:"января_февраля_марта_апреля_мая_июня_июля_августа_сентября_октября_ноября_декабря".split("_"),standalone:"январь_февраль_март_апрель_май_июнь_июль_август_сентябрь_октябрь_ноябрь_декабрь".split("_")},monthsShort:{format:"янв._февр._мар._апр._мая_июня_июля_авг._сент._окт._нояб._дек.".split("_"),standalone:"янв._февр._март_апр._май_июнь_июль_авг._сент._окт._нояб._дек.".split("_")},weekdays:{standalone:"воскресенье_понедельник_вторник_среда_четверг_пятница_суббота".split("_"),format:"воскресенье_понедельник_вторник_среду_четверг_пятницу_субботу".split("_"),isFormat:/\[ ?[Вв] ?(?:прошлую|следующую|эту)? ?\] ?dddd/},weekdaysShort:"вс_пн_вт_ср_чт_пт_сб".split("_"),weekdaysMin:"вс_пн_вт_ср_чт_пт_сб".split("_"),monthsParse:n,longMonthsParse:n,shortMonthsParse:n,monthsRegex:/^(январ[ья]|янв\.?|феврал[ья]|февр?\.?|марта?|мар\.?|апрел[ья]|апр\.?|ма[йя]|июн[ья]|июн\.?|июл[ья]|июл\.?|августа?|авг\.?|сентябр[ья]|сент?\.?|октябр[ья]|окт\.?|ноябр[ья]|нояб?\.?|декабр[ья]|дек\.?)/i,monthsShortRegex:/^(январ[ья]|янв\.?|феврал[ья]|февр?\.?|марта?|мар\.?|апрел[ья]|апр\.?|ма[йя]|июн[ья]|июн\.?|июл[ья]|июл\.?|августа?|авг\.?|сентябр[ья]|сент?\.?|октябр[ья]|окт\.?|ноябр[ья]|нояб?\.?|декабр[ья]|дек\.?)/i,monthsStrictRegex:/^(январ[яь]|феврал[яь]|марта?|апрел[яь]|ма[яй]|июн[яь]|июл[яь]|августа?|сентябр[яь]|октябр[яь]|ноябр[яь]|декабр[яь])/i,monthsShortStrictRegex:/^(янв\.|февр?\.|мар[т.]|апр\.|ма[яй]|июн[ья.]|июл[ья.]|авг\.|сент?\.|окт\.|нояб?\.|дек\.)/i,longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY г.",LLL:"D MMMM YYYY г., H:mm",LLLL:"dddd, D MMMM YYYY г., H:mm"},calendar:{sameDay:"[Сегодня, в] LT",nextDay:"[Завтра, в] LT",lastDay:"[Вчера, в] LT",nextWeek:function(e){if(e.week()===this.week())return 2===this.day()?"[Во] dddd, [в] LT":"[В] dddd, [в] LT";switch(this.day()){case 0:return"[В следующее] dddd, [в] LT";case 1:case 2:case 4:return"[В следующий] dddd, [в] LT";case 3:case 5:case 6:return"[В следующую] dddd, [в] LT"}},lastWeek:function(e){if(e.week()===this.week())return 2===this.day()?"[Во] dddd, [в] LT":"[В] dddd, [в] LT";switch(this.day()){case 0:return"[В прошлое] dddd, [в] LT";case 1:case 2:case 4:return"[В прошлый] dddd, [в] LT";case 3:case 5:case 6:return"[В прошлую] dddd, [в] LT"}},sameElse:"L"},relativeTime:{future:"через %s",past:"%s назад",s:"несколько секунд",ss:t,m:t,mm:t,h:"час",hh:t,d:"день",dd:t,M:"месяц",MM:t,y:"год",yy:t},meridiemParse:/ночи|утра|дня|вечера/i,isPM:function(e){return/^(дня|вечера)$/.test(e)},meridiem:function(e,t,n){return e<4?"ночи":e<12?"утра":e<17?"дня":"вечера"},dayOfMonthOrdinalParse:/\d{1,2}-(й|го|я)/,ordinal:function(e,t){switch(t){case"M":case"d":case"DDD":return e+"-й";case"D":return e+"-го";case"w":case"W":return e+"-я";default:return e}},week:{dow:1,doy:4}})}(n(1))},function(e,t,n){!function(e){"use strict";var t=["جنوري","فيبروري","مارچ","اپريل","مئي","جون","جولاءِ","آگسٽ","سيپٽمبر","آڪٽوبر","نومبر","ڊسمبر"],n=["آچر","سومر","اڱارو","اربع","خميس","جمع","ڇنڇر"];e.defineLocale("sd",{months:t,monthsShort:t,weekdays:n,weekdaysShort:n,weekdaysMin:n,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd، D MMMM YYYY HH:mm"},meridiemParse:/صبح|شام/,isPM:function(e){return"شام"===e},meridiem:function(e,t,n){return e<12?"صبح":"شام"},calendar:{sameDay:"[اڄ] LT",nextDay:"[سڀاڻي] LT",nextWeek:"dddd [اڳين هفتي تي] LT",lastDay:"[ڪالهه] LT",lastWeek:"[گزريل هفتي] dddd [تي] LT",sameElse:"L"},relativeTime:{future:"%s پوء",past:"%s اڳ",s:"چند سيڪنڊ",ss:"%d سيڪنڊ",m:"هڪ منٽ",mm:"%d منٽ",h:"هڪ ڪلاڪ",hh:"%d ڪلاڪ",d:"هڪ ڏينهن",dd:"%d ڏينهن",M:"هڪ مهينو",MM:"%d مهينا",y:"هڪ سال",yy:"%d سال"},preparse:function(e){return e.replace(/،/g,",")},postformat:function(e){return e.replace(/,/g,"،")},week:{dow:1,doy:4}})}(n(1))},function(e,t,n){!function(e){"use strict";e.defineLocale("se",{months:"ođđajagemánnu_guovvamánnu_njukčamánnu_cuoŋománnu_miessemánnu_geassemánnu_suoidnemánnu_borgemánnu_čakčamánnu_golggotmánnu_skábmamánnu_juovlamánnu".split("_"),monthsShort:"ođđj_guov_njuk_cuo_mies_geas_suoi_borg_čakč_golg_skáb_juov".split("_"),weekdays:"sotnabeaivi_vuossárga_maŋŋebárga_gaskavahkku_duorastat_bearjadat_lávvardat".split("_"),weekdaysShort:"sotn_vuos_maŋ_gask_duor_bear_láv".split("_"),weekdaysMin:"s_v_m_g_d_b_L".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"MMMM D. [b.] YYYY",LLL:"MMMM D. [b.] YYYY [ti.] HH:mm",LLLL:"dddd, MMMM D. [b.] YYYY [ti.] HH:mm"},calendar:{sameDay:"[otne ti] LT",nextDay:"[ihttin ti] LT",nextWeek:"dddd [ti] LT",lastDay:"[ikte ti] LT",lastWeek:"[ovddit] dddd [ti] LT",sameElse:"L"},relativeTime:{future:"%s geažes",past:"maŋit %s",s:"moadde sekunddat",ss:"%d sekunddat",m:"okta minuhta",mm:"%d minuhtat",h:"okta diimmu",hh:"%d diimmut",d:"okta beaivi",dd:"%d beaivvit",M:"okta mánnu",MM:"%d mánut",y:"okta jahki",yy:"%d jagit"},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})}(n(1))},function(e,t,n){!function(e){"use strict";e.defineLocale("si",{months:"ජනවාරි_පෙබරවාරි_මාර්තු_අප්‍රේල්_මැයි_ජූනි_ජූලි_අගෝස්තු_සැප්තැම්බර්_ඔක්තෝබර්_නොවැම්බර්_දෙසැම්බර්".split("_"),monthsShort:"ජන_පෙබ_මාර්_අප්_මැයි_ජූනි_ජූලි_අගෝ_සැප්_ඔක්_නොවැ_දෙසැ".split("_"),weekdays:"ඉරිදා_සඳුදා_අඟහරුවාදා_බදාදා_බ්‍රහස්පතින්දා_සිකුරාදා_සෙනසුරාදා".split("_"),weekdaysShort:"ඉරි_සඳු_අඟ_බදා_බ්‍රහ_සිකු_සෙන".split("_"),weekdaysMin:"ඉ_ස_අ_බ_බ්‍ර_සි_සෙ".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"a h:mm",LTS:"a h:mm:ss",L:"YYYY/MM/DD",LL:"YYYY MMMM D",LLL:"YYYY MMMM D, a h:mm",LLLL:"YYYY MMMM D [වැනි] dddd, a h:mm:ss"},calendar:{sameDay:"[අද] LT[ට]",nextDay:"[හෙට] LT[ට]",nextWeek:"dddd LT[ට]",lastDay:"[ඊයේ] LT[ට]",lastWeek:"[පසුගිය] dddd LT[ට]",sameElse:"L"},relativeTime:{future:"%sකින්",past:"%sකට පෙර",s:"තත්පර කිහිපය",ss:"තත්පර %d",m:"මිනිත්තුව",mm:"මිනිත්තු %d",h:"පැය",hh:"පැය %d",d:"දිනය",dd:"දින %d",M:"මාසය",MM:"මාස %d",y:"වසර",yy:"වසර %d"},dayOfMonthOrdinalParse:/\d{1,2} වැනි/,ordinal:function(e){return e+" වැනි"},meridiemParse:/පෙර වරු|පස් වරු|පෙ.ව|ප.ව./,isPM:function(e){return"ප.ව."===e||"පස් වරු"===e},meridiem:function(e,t,n){return e>11?n?"ප.ව.":"පස් වරු":n?"පෙ.ව.":"පෙර වරු"}})}(n(1))},function(e,t,n){!function(e){"use strict";var t="január_február_marec_apríl_máj_jún_júl_august_september_október_november_december".split("_"),n="jan_feb_mar_apr_máj_jún_júl_aug_sep_okt_nov_dec".split("_");function r(e){return e>1&&e<5}function i(e,t,n,i){var a=e+" ";switch(n){case"s":return t||i?"pár sekúnd":"pár sekundami";case"ss":return t||i?a+(r(e)?"sekundy":"sekúnd"):a+"sekundami";case"m":return t?"minúta":i?"minútu":"minútou";case"mm":return t||i?a+(r(e)?"minúty":"minút"):a+"minútami";case"h":return t?"hodina":i?"hodinu":"hodinou";case"hh":return t||i?a+(r(e)?"hodiny":"hodín"):a+"hodinami";case"d":return t||i?"deň":"dňom";case"dd":return t||i?a+(r(e)?"dni":"dní"):a+"dňami";case"M":return t||i?"mesiac":"mesiacom";case"MM":return t||i?a+(r(e)?"mesiace":"mesiacov"):a+"mesiacmi";case"y":return t||i?"rok":"rokom";case"yy":return t||i?a+(r(e)?"roky":"rokov"):a+"rokmi"}}e.defineLocale("sk",{months:t,monthsShort:n,weekdays:"nedeľa_pondelok_utorok_streda_štvrtok_piatok_sobota".split("_"),weekdaysShort:"ne_po_ut_st_št_pi_so".split("_"),weekdaysMin:"ne_po_ut_st_št_pi_so".split("_"),longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY H:mm",LLLL:"dddd D. MMMM YYYY H:mm"},calendar:{sameDay:"[dnes o] LT",nextDay:"[zajtra o] LT",nextWeek:function(){switch(this.day()){case 0:return"[v nedeľu o] LT";case 1:case 2:return"[v] dddd [o] LT";case 3:return"[v stredu o] LT";case 4:return"[vo štvrtok o] LT";case 5:return"[v piatok o] LT";case 6:return"[v sobotu o] LT"}},lastDay:"[včera o] LT",lastWeek:function(){switch(this.day()){case 0:return"[minulú nedeľu o] LT";case 1:case 2:return"[minulý] dddd [o] LT";case 3:return"[minulú stredu o] LT";case 4:case 5:return"[minulý] dddd [o] LT";case 6:return"[minulú sobotu o] LT"}},sameElse:"L"},relativeTime:{future:"za %s",past:"pred %s",s:i,ss:i,m:i,mm:i,h:i,hh:i,d:i,dd:i,M:i,MM:i,y:i,yy:i},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})}(n(1))},function(e,t,n){!function(e){"use strict";function t(e,t,n,r){var i=e+" ";switch(n){case"s":return t||r?"nekaj sekund":"nekaj sekundami";case"ss":return i+=1===e?t?"sekundo":"sekundi":2===e?t||r?"sekundi":"sekundah":e<5?t||r?"sekunde":"sekundah":"sekund";case"m":return t?"ena minuta":"eno minuto";case"mm":return i+=1===e?t?"minuta":"minuto":2===e?t||r?"minuti":"minutama":e<5?t||r?"minute":"minutami":t||r?"minut":"minutami";case"h":return t?"ena ura":"eno uro";case"hh":return i+=1===e?t?"ura":"uro":2===e?t||r?"uri":"urama":e<5?t||r?"ure":"urami":t||r?"ur":"urami";case"d":return t||r?"en dan":"enim dnem";case"dd":return i+=1===e?t||r?"dan":"dnem":2===e?t||r?"dni":"dnevoma":t||r?"dni":"dnevi";case"M":return t||r?"en mesec":"enim mesecem";case"MM":return i+=1===e?t||r?"mesec":"mesecem":2===e?t||r?"meseca":"mesecema":e<5?t||r?"mesece":"meseci":t||r?"mesecev":"meseci";case"y":return t||r?"eno leto":"enim letom";case"yy":return i+=1===e?t||r?"leto":"letom":2===e?t||r?"leti":"letoma":e<5?t||r?"leta":"leti":t||r?"let":"leti"}}e.defineLocale("sl",{months:"januar_februar_marec_april_maj_junij_julij_avgust_september_oktober_november_december".split("_"),monthsShort:"jan._feb._mar._apr._maj._jun._jul._avg._sep._okt._nov._dec.".split("_"),monthsParseExact:!0,weekdays:"nedelja_ponedeljek_torek_sreda_četrtek_petek_sobota".split("_"),weekdaysShort:"ned._pon._tor._sre._čet._pet._sob.".split("_"),weekdaysMin:"ne_po_to_sr_če_pe_so".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY H:mm",LLLL:"dddd, D. MMMM YYYY H:mm"},calendar:{sameDay:"[danes ob] LT",nextDay:"[jutri ob] LT",nextWeek:function(){switch(this.day()){case 0:return"[v] [nedeljo] [ob] LT";case 3:return"[v] [sredo] [ob] LT";case 6:return"[v] [soboto] [ob] LT";case 1:case 2:case 4:case 5:return"[v] dddd [ob] LT"}},lastDay:"[včeraj ob] LT",lastWeek:function(){switch(this.day()){case 0:return"[prejšnjo] [nedeljo] [ob] LT";case 3:return"[prejšnjo] [sredo] [ob] LT";case 6:return"[prejšnjo] [soboto] [ob] LT";case 1:case 2:case 4:case 5:return"[prejšnji] dddd [ob] LT"}},sameElse:"L"},relativeTime:{future:"čez %s",past:"pred %s",s:t,ss:t,m:t,mm:t,h:t,hh:t,d:t,dd:t,M:t,MM:t,y:t,yy:t},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:7}})}(n(1))},function(e,t,n){!function(e){"use strict";e.defineLocale("sq",{months:"Janar_Shkurt_Mars_Prill_Maj_Qershor_Korrik_Gusht_Shtator_Tetor_Nëntor_Dhjetor".split("_"),monthsShort:"Jan_Shk_Mar_Pri_Maj_Qer_Kor_Gus_Sht_Tet_Nën_Dhj".split("_"),weekdays:"E Diel_E Hënë_E Martë_E Mërkurë_E Enjte_E Premte_E Shtunë".split("_"),weekdaysShort:"Die_Hën_Mar_Mër_Enj_Pre_Sht".split("_"),weekdaysMin:"D_H_Ma_Më_E_P_Sh".split("_"),weekdaysParseExact:!0,meridiemParse:/PD|MD/,isPM:function(e){return"M"===e.charAt(0)},meridiem:function(e,t,n){return e<12?"PD":"MD"},longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[Sot në] LT",nextDay:"[Nesër në] LT",nextWeek:"dddd [në] LT",lastDay:"[Dje në] LT",lastWeek:"dddd [e kaluar në] LT",sameElse:"L"},relativeTime:{future:"në %s",past:"%s më parë",s:"disa sekonda",ss:"%d sekonda",m:"një minutë",mm:"%d minuta",h:"një orë",hh:"%d orë",d:"një ditë",dd:"%d ditë",M:"një muaj",MM:"%d muaj",y:"një vit",yy:"%d vite"},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})}(n(1))},function(e,t,n){!function(e){"use strict";var t={words:{ss:["sekunda","sekunde","sekundi"],m:["jedan minut","jedne minute"],mm:["minut","minute","minuta"],h:["jedan sat","jednog sata"],hh:["sat","sata","sati"],dd:["dan","dana","dana"],MM:["mesec","meseca","meseci"],yy:["godina","godine","godina"]},correctGrammaticalCase:function(e,t){return 1===e?t[0]:e>=2&&e<=4?t[1]:t[2]},translate:function(e,n,r){var i=t.words[r];return 1===r.length?n?i[0]:i[1]:e+" "+t.correctGrammaticalCase(e,i)}};e.defineLocale("sr",{months:"januar_februar_mart_april_maj_jun_jul_avgust_septembar_oktobar_novembar_decembar".split("_"),monthsShort:"jan._feb._mar._apr._maj_jun_jul_avg._sep._okt._nov._dec.".split("_"),monthsParseExact:!0,weekdays:"nedelja_ponedeljak_utorak_sreda_četvrtak_petak_subota".split("_"),weekdaysShort:"ned._pon._uto._sre._čet._pet._sub.".split("_"),weekdaysMin:"ne_po_ut_sr_če_pe_su".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY H:mm",LLLL:"dddd, D. MMMM YYYY H:mm"},calendar:{sameDay:"[danas u] LT",nextDay:"[sutra u] LT",nextWeek:function(){switch(this.day()){case 0:return"[u] [nedelju] [u] LT";case 3:return"[u] [sredu] [u] LT";case 6:return"[u] [subotu] [u] LT";case 1:case 2:case 4:case 5:return"[u] dddd [u] LT"}},lastDay:"[juče u] LT",lastWeek:function(){return["[prošle] [nedelje] [u] LT","[prošlog] [ponedeljka] [u] LT","[prošlog] [utorka] [u] LT","[prošle] [srede] [u] LT","[prošlog] [četvrtka] [u] LT","[prošlog] [petka] [u] LT","[prošle] [subote] [u] LT"][this.day()]},sameElse:"L"},relativeTime:{future:"za %s",past:"pre %s",s:"nekoliko sekundi",ss:t.translate,m:t.translate,mm:t.translate,h:t.translate,hh:t.translate,d:"dan",dd:t.translate,M:"mesec",MM:t.translate,y:"godinu",yy:t.translate},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:7}})}(n(1))},function(e,t,n){!function(e){"use strict";var t={words:{ss:["секунда","секунде","секунди"],m:["један минут","једне минуте"],mm:["минут","минуте","минута"],h:["један сат","једног сата"],hh:["сат","сата","сати"],dd:["дан","дана","дана"],MM:["месец","месеца","месеци"],yy:["година","године","година"]},correctGrammaticalCase:function(e,t){return 1===e?t[0]:e>=2&&e<=4?t[1]:t[2]},translate:function(e,n,r){var i=t.words[r];return 1===r.length?n?i[0]:i[1]:e+" "+t.correctGrammaticalCase(e,i)}};e.defineLocale("sr-cyrl",{months:"јануар_фебруар_март_април_мај_јун_јул_август_септембар_октобар_новембар_децембар".split("_"),monthsShort:"јан._феб._мар._апр._мај_јун_јул_авг._сеп._окт._нов._дец.".split("_"),monthsParseExact:!0,weekdays:"недеља_понедељак_уторак_среда_четвртак_петак_субота".split("_"),weekdaysShort:"нед._пон._уто._сре._чет._пет._суб.".split("_"),weekdaysMin:"не_по_ут_ср_че_пе_су".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY H:mm",LLLL:"dddd, D. MMMM YYYY H:mm"},calendar:{sameDay:"[данас у] LT",nextDay:"[сутра у] LT",nextWeek:function(){switch(this.day()){case 0:return"[у] [недељу] [у] LT";case 3:return"[у] [среду] [у] LT";case 6:return"[у] [суботу] [у] LT";case 1:case 2:case 4:case 5:return"[у] dddd [у] LT"}},lastDay:"[јуче у] LT",lastWeek:function(){return["[прошле] [недеље] [у] LT","[прошлог] [понедељка] [у] LT","[прошлог] [уторка] [у] LT","[прошле] [среде] [у] LT","[прошлог] [четвртка] [у] LT","[прошлог] [петка] [у] LT","[прошле] [суботе] [у] LT"][this.day()]},sameElse:"L"},relativeTime:{future:"за %s",past:"пре %s",s:"неколико секунди",ss:t.translate,m:t.translate,mm:t.translate,h:t.translate,hh:t.translate,d:"дан",dd:t.translate,M:"месец",MM:t.translate,y:"годину",yy:t.translate},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:7}})}(n(1))},function(e,t,n){!function(e){"use strict";e.defineLocale("ss",{months:"Bhimbidvwane_Indlovana_Indlov'lenkhulu_Mabasa_Inkhwekhweti_Inhlaba_Kholwane_Ingci_Inyoni_Imphala_Lweti_Ingongoni".split("_"),monthsShort:"Bhi_Ina_Inu_Mab_Ink_Inh_Kho_Igc_Iny_Imp_Lwe_Igo".split("_"),weekdays:"Lisontfo_Umsombuluko_Lesibili_Lesitsatfu_Lesine_Lesihlanu_Umgcibelo".split("_"),weekdaysShort:"Lis_Umb_Lsb_Les_Lsi_Lsh_Umg".split("_"),weekdaysMin:"Li_Us_Lb_Lt_Ls_Lh_Ug".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"h:mm A",LTS:"h:mm:ss A",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY h:mm A",LLLL:"dddd, D MMMM YYYY h:mm A"},calendar:{sameDay:"[Namuhla nga] LT",nextDay:"[Kusasa nga] LT",nextWeek:"dddd [nga] LT",lastDay:"[Itolo nga] LT",lastWeek:"dddd [leliphelile] [nga] LT",sameElse:"L"},relativeTime:{future:"nga %s",past:"wenteka nga %s",s:"emizuzwana lomcane",ss:"%d mzuzwana",m:"umzuzu",mm:"%d emizuzu",h:"lihora",hh:"%d emahora",d:"lilanga",dd:"%d emalanga",M:"inyanga",MM:"%d tinyanga",y:"umnyaka",yy:"%d iminyaka"},meridiemParse:/ekuseni|emini|entsambama|ebusuku/,meridiem:function(e,t,n){return e<11?"ekuseni":e<15?"emini":e<19?"entsambama":"ebusuku"},meridiemHour:function(e,t){return 12===e&&(e=0),"ekuseni"===t?e:"emini"===t?e>=11?e:e+12:"entsambama"===t||"ebusuku"===t?0===e?0:e+12:void 0},dayOfMonthOrdinalParse:/\d{1,2}/,ordinal:"%d",week:{dow:1,doy:4}})}(n(1))},function(e,t,n){!function(e){"use strict";e.defineLocale("sv",{months:"januari_februari_mars_april_maj_juni_juli_augusti_september_oktober_november_december".split("_"),monthsShort:"jan_feb_mar_apr_maj_jun_jul_aug_sep_okt_nov_dec".split("_"),weekdays:"söndag_måndag_tisdag_onsdag_torsdag_fredag_lördag".split("_"),weekdaysShort:"sön_mån_tis_ons_tor_fre_lör".split("_"),weekdaysMin:"sö_må_ti_on_to_fr_lö".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"YYYY-MM-DD",LL:"D MMMM YYYY",LLL:"D MMMM YYYY [kl.] HH:mm",LLLL:"dddd D MMMM YYYY [kl.] HH:mm",lll:"D MMM YYYY HH:mm",llll:"ddd D MMM YYYY HH:mm"},calendar:{sameDay:"[Idag] LT",nextDay:"[Imorgon] LT",lastDay:"[Igår] LT",nextWeek:"[På] dddd LT",lastWeek:"[I] dddd[s] LT",sameElse:"L"},relativeTime:{future:"om %s",past:"för %s sedan",s:"några sekunder",ss:"%d sekunder",m:"en minut",mm:"%d minuter",h:"en timme",hh:"%d timmar",d:"en dag",dd:"%d dagar",M:"en månad",MM:"%d månader",y:"ett år",yy:"%d år"},dayOfMonthOrdinalParse:/\d{1,2}(e|a)/,ordinal:function(e){var t=e%10;return e+(1==~~(e%100/10)?"e":1===t||2===t?"a":"e")},week:{dow:1,doy:4}})}(n(1))},function(e,t,n){!function(e){"use strict";e.defineLocale("sw",{months:"Januari_Februari_Machi_Aprili_Mei_Juni_Julai_Agosti_Septemba_Oktoba_Novemba_Desemba".split("_"),monthsShort:"Jan_Feb_Mac_Apr_Mei_Jun_Jul_Ago_Sep_Okt_Nov_Des".split("_"),weekdays:"Jumapili_Jumatatu_Jumanne_Jumatano_Alhamisi_Ijumaa_Jumamosi".split("_"),weekdaysShort:"Jpl_Jtat_Jnne_Jtan_Alh_Ijm_Jmos".split("_"),weekdaysMin:"J2_J3_J4_J5_Al_Ij_J1".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[leo saa] LT",nextDay:"[kesho saa] LT",nextWeek:"[wiki ijayo] dddd [saat] LT",lastDay:"[jana] LT",lastWeek:"[wiki iliyopita] dddd [saat] LT",sameElse:"L"},relativeTime:{future:"%s baadaye",past:"tokea %s",s:"hivi punde",ss:"sekunde %d",m:"dakika moja",mm:"dakika %d",h:"saa limoja",hh:"masaa %d",d:"siku moja",dd:"masiku %d",M:"mwezi mmoja",MM:"miezi %d",y:"mwaka mmoja",yy:"miaka %d"},week:{dow:1,doy:7}})}(n(1))},function(e,t,n){!function(e){"use strict";var t={1:"௧",2:"௨",3:"௩",4:"௪",5:"௫",6:"௬",7:"௭",8:"௮",9:"௯",0:"௦"},n={"௧":"1","௨":"2","௩":"3","௪":"4","௫":"5","௬":"6","௭":"7","௮":"8","௯":"9","௦":"0"};e.defineLocale("ta",{months:"ஜனவரி_பிப்ரவரி_மார்ச்_ஏப்ரல்_மே_ஜூன்_ஜூலை_ஆகஸ்ட்_செப்டெம்பர்_அக்டோபர்_நவம்பர்_டிசம்பர்".split("_"),monthsShort:"ஜனவரி_பிப்ரவரி_மார்ச்_ஏப்ரல்_மே_ஜூன்_ஜூலை_ஆகஸ்ட்_செப்டெம்பர்_அக்டோபர்_நவம்பர்_டிசம்பர்".split("_"),weekdays:"ஞாயிற்றுக்கிழமை_திங்கட்கிழமை_செவ்வாய்கிழமை_புதன்கிழமை_வியாழக்கிழமை_வெள்ளிக்கிழமை_சனிக்கிழமை".split("_"),weekdaysShort:"ஞாயிறு_திங்கள்_செவ்வாய்_புதன்_வியாழன்_வெள்ளி_சனி".split("_"),weekdaysMin:"ஞா_தி_செ_பு_வி_வெ_ச".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY, HH:mm",LLLL:"dddd, D MMMM YYYY, HH:mm"},calendar:{sameDay:"[இன்று] LT",nextDay:"[நாளை] LT",nextWeek:"dddd, LT",lastDay:"[நேற்று] LT",lastWeek:"[கடந்த வாரம்] dddd, LT",sameElse:"L"},relativeTime:{future:"%s இல்",past:"%s முன்",s:"ஒரு சில விநாடிகள்",ss:"%d விநாடிகள்",m:"ஒரு நிமிடம்",mm:"%d நிமிடங்கள்",h:"ஒரு மணி நேரம்",hh:"%d மணி நேரம்",d:"ஒரு நாள்",dd:"%d நாட்கள்",M:"ஒரு மாதம்",MM:"%d மாதங்கள்",y:"ஒரு வருடம்",yy:"%d ஆண்டுகள்"},dayOfMonthOrdinalParse:/\d{1,2}வது/,ordinal:function(e){return e+"வது"},preparse:function(e){return e.replace(/[௧௨௩௪௫௬௭௮௯௦]/g,(function(e){return n[e]}))},postformat:function(e){return e.replace(/\d/g,(function(e){return t[e]}))},meridiemParse:/யாமம்|வைகறை|காலை|நண்பகல்|எற்பாடு|மாலை/,meridiem:function(e,t,n){return e<2?" யாமம்":e<6?" வைகறை":e<10?" காலை":e<14?" நண்பகல்":e<18?" எற்பாடு":e<22?" மாலை":" யாமம்"},meridiemHour:function(e,t){return 12===e&&(e=0),"யாமம்"===t?e<2?e:e+12:"வைகறை"===t||"காலை"===t||"நண்பகல்"===t&&e>=10?e:e+12},week:{dow:0,doy:6}})}(n(1))},function(e,t,n){!function(e){"use strict";e.defineLocale("te",{months:"జనవరి_ఫిబ్రవరి_మార్చి_ఏప్రిల్_మే_జూన్_జులై_ఆగస్టు_సెప్టెంబర్_అక్టోబర్_నవంబర్_డిసెంబర్".split("_"),monthsShort:"జన._ఫిబ్ర._మార్చి_ఏప్రి._మే_జూన్_జులై_ఆగ._సెప్._అక్టో._నవ._డిసె.".split("_"),monthsParseExact:!0,weekdays:"ఆదివారం_సోమవారం_మంగళవారం_బుధవారం_గురువారం_శుక్రవారం_శనివారం".split("_"),weekdaysShort:"ఆది_సోమ_మంగళ_బుధ_గురు_శుక్ర_శని".split("_"),weekdaysMin:"ఆ_సో_మం_బు_గు_శు_శ".split("_"),longDateFormat:{LT:"A h:mm",LTS:"A h:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY, A h:mm",LLLL:"dddd, D MMMM YYYY, A h:mm"},calendar:{sameDay:"[నేడు] LT",nextDay:"[రేపు] LT",nextWeek:"dddd, LT",lastDay:"[నిన్న] LT",lastWeek:"[గత] dddd, LT",sameElse:"L"},relativeTime:{future:"%s లో",past:"%s క్రితం",s:"కొన్ని క్షణాలు",ss:"%d సెకన్లు",m:"ఒక నిమిషం",mm:"%d నిమిషాలు",h:"ఒక గంట",hh:"%d గంటలు",d:"ఒక రోజు",dd:"%d రోజులు",M:"ఒక నెల",MM:"%d నెలలు",y:"ఒక సంవత్సరం",yy:"%d సంవత్సరాలు"},dayOfMonthOrdinalParse:/\d{1,2}వ/,ordinal:"%dవ",meridiemParse:/రాత్రి|ఉదయం|మధ్యాహ్నం|సాయంత్రం/,meridiemHour:function(e,t){return 12===e&&(e=0),"రాత్రి"===t?e<4?e:e+12:"ఉదయం"===t?e:"మధ్యాహ్నం"===t?e>=10?e:e+12:"సాయంత్రం"===t?e+12:void 0},meridiem:function(e,t,n){return e<4?"రాత్రి":e<10?"ఉదయం":e<17?"మధ్యాహ్నం":e<20?"సాయంత్రం":"రాత్రి"},week:{dow:0,doy:6}})}(n(1))},function(e,t,n){!function(e){"use strict";e.defineLocale("tet",{months:"Janeiru_Fevereiru_Marsu_Abril_Maiu_Juñu_Jullu_Agustu_Setembru_Outubru_Novembru_Dezembru".split("_"),monthsShort:"Jan_Fev_Mar_Abr_Mai_Jun_Jul_Ago_Set_Out_Nov_Dez".split("_"),weekdays:"Domingu_Segunda_Tersa_Kuarta_Kinta_Sesta_Sabadu".split("_"),weekdaysShort:"Dom_Seg_Ters_Kua_Kint_Sest_Sab".split("_"),weekdaysMin:"Do_Seg_Te_Ku_Ki_Ses_Sa".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[Ohin iha] LT",nextDay:"[Aban iha] LT",nextWeek:"dddd [iha] LT",lastDay:"[Horiseik iha] LT",lastWeek:"dddd [semana kotuk] [iha] LT",sameElse:"L"},relativeTime:{future:"iha %s",past:"%s liuba",s:"minutu balun",ss:"minutu %d",m:"minutu ida",mm:"minutu %d",h:"oras ida",hh:"oras %d",d:"loron ida",dd:"loron %d",M:"fulan ida",MM:"fulan %d",y:"tinan ida",yy:"tinan %d"},dayOfMonthOrdinalParse:/\d{1,2}(st|nd|rd|th)/,ordinal:function(e){var t=e%10;return e+(1==~~(e%100/10)?"th":1===t?"st":2===t?"nd":3===t?"rd":"th")},week:{dow:1,doy:4}})}(n(1))},function(e,t,n){!function(e){"use strict";var t={0:"-ум",1:"-ум",2:"-юм",3:"-юм",4:"-ум",5:"-ум",6:"-ум",7:"-ум",8:"-ум",9:"-ум",10:"-ум",12:"-ум",13:"-ум",20:"-ум",30:"-юм",40:"-ум",50:"-ум",60:"-ум",70:"-ум",80:"-ум",90:"-ум",100:"-ум"};e.defineLocale("tg",{months:"январ_феврал_март_апрел_май_июн_июл_август_сентябр_октябр_ноябр_декабр".split("_"),monthsShort:"янв_фев_мар_апр_май_июн_июл_авг_сен_окт_ноя_дек".split("_"),weekdays:"якшанбе_душанбе_сешанбе_чоршанбе_панҷшанбе_ҷумъа_шанбе".split("_"),weekdaysShort:"яшб_дшб_сшб_чшб_пшб_ҷум_шнб".split("_"),weekdaysMin:"яш_дш_сш_чш_пш_ҷм_шб".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[Имрӯз соати] LT",nextDay:"[Пагоҳ соати] LT",lastDay:"[Дирӯз соати] LT",nextWeek:"dddd[и] [ҳафтаи оянда соати] LT",lastWeek:"dddd[и] [ҳафтаи гузашта соати] LT",sameElse:"L"},relativeTime:{future:"баъди %s",past:"%s пеш",s:"якчанд сония",m:"як дақиқа",mm:"%d дақиқа",h:"як соат",hh:"%d соат",d:"як рӯз",dd:"%d рӯз",M:"як моҳ",MM:"%d моҳ",y:"як сол",yy:"%d сол"},meridiemParse:/шаб|субҳ|рӯз|бегоҳ/,meridiemHour:function(e,t){return 12===e&&(e=0),"шаб"===t?e<4?e:e+12:"субҳ"===t?e:"рӯз"===t?e>=11?e:e+12:"бегоҳ"===t?e+12:void 0},meridiem:function(e,t,n){return e<4?"шаб":e<11?"субҳ":e<16?"рӯз":e<19?"бегоҳ":"шаб"},dayOfMonthOrdinalParse:/\d{1,2}-(ум|юм)/,ordinal:function(e){return e+(t[e]||t[e%10]||t[e>=100?100:null])},week:{dow:1,doy:7}})}(n(1))},function(e,t,n){!function(e){"use strict";e.defineLocale("th",{months:"มกราคม_กุมภาพันธ์_มีนาคม_เมษายน_พฤษภาคม_มิถุนายน_กรกฎาคม_สิงหาคม_กันยายน_ตุลาคม_พฤศจิกายน_ธันวาคม".split("_"),monthsShort:"ม.ค._ก.พ._มี.ค._เม.ย._พ.ค._มิ.ย._ก.ค._ส.ค._ก.ย._ต.ค._พ.ย._ธ.ค.".split("_"),monthsParseExact:!0,weekdays:"อาทิตย์_จันทร์_อังคาร_พุธ_พฤหัสบดี_ศุกร์_เสาร์".split("_"),weekdaysShort:"อาทิตย์_จันทร์_อังคาร_พุธ_พฤหัส_ศุกร์_เสาร์".split("_"),weekdaysMin:"อา._จ._อ._พ._พฤ._ศ._ส.".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY เวลา H:mm",LLLL:"วันddddที่ D MMMM YYYY เวลา H:mm"},meridiemParse:/ก่อนเที่ยง|หลังเที่ยง/,isPM:function(e){return"หลังเที่ยง"===e},meridiem:function(e,t,n){return e<12?"ก่อนเที่ยง":"หลังเที่ยง"},calendar:{sameDay:"[วันนี้ เวลา] LT",nextDay:"[พรุ่งนี้ เวลา] LT",nextWeek:"dddd[หน้า เวลา] LT",lastDay:"[เมื่อวานนี้ เวลา] LT",lastWeek:"[วัน]dddd[ที่แล้ว เวลา] LT",sameElse:"L"},relativeTime:{future:"อีก %s",past:"%sที่แล้ว",s:"ไม่กี่วินาที",ss:"%d วินาที",m:"1 นาที",mm:"%d นาที",h:"1 ชั่วโมง",hh:"%d ชั่วโมง",d:"1 วัน",dd:"%d วัน",M:"1 เดือน",MM:"%d เดือน",y:"1 ปี",yy:"%d ปี"}})}(n(1))},function(e,t,n){!function(e){"use strict";e.defineLocale("tl-ph",{months:"Enero_Pebrero_Marso_Abril_Mayo_Hunyo_Hulyo_Agosto_Setyembre_Oktubre_Nobyembre_Disyembre".split("_"),monthsShort:"Ene_Peb_Mar_Abr_May_Hun_Hul_Ago_Set_Okt_Nob_Dis".split("_"),weekdays:"Linggo_Lunes_Martes_Miyerkules_Huwebes_Biyernes_Sabado".split("_"),weekdaysShort:"Lin_Lun_Mar_Miy_Huw_Biy_Sab".split("_"),weekdaysMin:"Li_Lu_Ma_Mi_Hu_Bi_Sab".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"MM/D/YYYY",LL:"MMMM D, YYYY",LLL:"MMMM D, YYYY HH:mm",LLLL:"dddd, MMMM DD, YYYY HH:mm"},calendar:{sameDay:"LT [ngayong araw]",nextDay:"[Bukas ng] LT",nextWeek:"LT [sa susunod na] dddd",lastDay:"LT [kahapon]",lastWeek:"LT [noong nakaraang] dddd",sameElse:"L"},relativeTime:{future:"sa loob ng %s",past:"%s ang nakalipas",s:"ilang segundo",ss:"%d segundo",m:"isang minuto",mm:"%d minuto",h:"isang oras",hh:"%d oras",d:"isang araw",dd:"%d araw",M:"isang buwan",MM:"%d buwan",y:"isang taon",yy:"%d taon"},dayOfMonthOrdinalParse:/\d{1,2}/,ordinal:function(e){return e},week:{dow:1,doy:4}})}(n(1))},function(e,t,n){!function(e){"use strict";var t="pagh_wa’_cha’_wej_loS_vagh_jav_Soch_chorgh_Hut".split("_");function n(e,n,r,i){var a=function(e){var n=Math.floor(e%1e3/100),r=Math.floor(e%100/10),i=e%10,a="";return n>0&&(a+=t[n]+"vatlh"),r>0&&(a+=(""!==a?" ":"")+t[r]+"maH"),i>0&&(a+=(""!==a?" ":"")+t[i]),""===a?"pagh":a}(e);switch(r){case"ss":return a+" lup";case"mm":return a+" tup";case"hh":return a+" rep";case"dd":return a+" jaj";case"MM":return a+" jar";case"yy":return a+" DIS"}}e.defineLocale("tlh",{months:"tera’ jar wa’_tera’ jar cha’_tera’ jar wej_tera’ jar loS_tera’ jar vagh_tera’ jar jav_tera’ jar Soch_tera’ jar chorgh_tera’ jar Hut_tera’ jar wa’maH_tera’ jar wa’maH wa’_tera’ jar wa’maH cha’".split("_"),monthsShort:"jar wa’_jar cha’_jar wej_jar loS_jar vagh_jar jav_jar Soch_jar chorgh_jar Hut_jar wa’maH_jar wa’maH wa’_jar wa’maH cha’".split("_"),monthsParseExact:!0,weekdays:"lojmItjaj_DaSjaj_povjaj_ghItlhjaj_loghjaj_buqjaj_ghInjaj".split("_"),weekdaysShort:"lojmItjaj_DaSjaj_povjaj_ghItlhjaj_loghjaj_buqjaj_ghInjaj".split("_"),weekdaysMin:"lojmItjaj_DaSjaj_povjaj_ghItlhjaj_loghjaj_buqjaj_ghInjaj".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[DaHjaj] LT",nextDay:"[wa’leS] LT",nextWeek:"LLL",lastDay:"[wa’Hu’] LT",lastWeek:"LLL",sameElse:"L"},relativeTime:{future:function(e){var t=e;return t=-1!==e.indexOf("jaj")?t.slice(0,-3)+"leS":-1!==e.indexOf("jar")?t.slice(0,-3)+"waQ":-1!==e.indexOf("DIS")?t.slice(0,-3)+"nem":t+" pIq"},past:function(e){var t=e;return t=-1!==e.indexOf("jaj")?t.slice(0,-3)+"Hu’":-1!==e.indexOf("jar")?t.slice(0,-3)+"wen":-1!==e.indexOf("DIS")?t.slice(0,-3)+"ben":t+" ret"},s:"puS lup",ss:n,m:"wa’ tup",mm:n,h:"wa’ rep",hh:n,d:"wa’ jaj",dd:n,M:"wa’ jar",MM:n,y:"wa’ DIS",yy:n},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})}(n(1))},function(e,t,n){!function(e){"use strict";var t={1:"'inci",5:"'inci",8:"'inci",70:"'inci",80:"'inci",2:"'nci",7:"'nci",20:"'nci",50:"'nci",3:"'üncü",4:"'üncü",100:"'üncü",6:"'ncı",9:"'uncu",10:"'uncu",30:"'uncu",60:"'ıncı",90:"'ıncı"};e.defineLocale("tr",{months:"Ocak_Şubat_Mart_Nisan_Mayıs_Haziran_Temmuz_Ağustos_Eylül_Ekim_Kasım_Aralık".split("_"),monthsShort:"Oca_Şub_Mar_Nis_May_Haz_Tem_Ağu_Eyl_Eki_Kas_Ara".split("_"),weekdays:"Pazar_Pazartesi_Salı_Çarşamba_Perşembe_Cuma_Cumartesi".split("_"),weekdaysShort:"Paz_Pts_Sal_Çar_Per_Cum_Cts".split("_"),weekdaysMin:"Pz_Pt_Sa_Ça_Pe_Cu_Ct".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[bugün saat] LT",nextDay:"[yarın saat] LT",nextWeek:"[gelecek] dddd [saat] LT",lastDay:"[dün] LT",lastWeek:"[geçen] dddd [saat] LT",sameElse:"L"},relativeTime:{future:"%s sonra",past:"%s önce",s:"birkaç saniye",ss:"%d saniye",m:"bir dakika",mm:"%d dakika",h:"bir saat",hh:"%d saat",d:"bir gün",dd:"%d gün",M:"bir ay",MM:"%d ay",y:"bir yıl",yy:"%d yıl"},ordinal:function(e,n){switch(n){case"d":case"D":case"Do":case"DD":return e;default:if(0===e)return e+"'ıncı";var r=e%10;return e+(t[r]||t[e%100-r]||t[e>=100?100:null])}},week:{dow:1,doy:7}})}(n(1))},function(e,t,n){!function(e){"use strict";function t(e,t,n,r){var i={s:["viensas secunds","'iensas secunds"],ss:[e+" secunds",e+" secunds"],m:["'n míut","'iens míut"],mm:[e+" míuts",e+" míuts"],h:["'n þora","'iensa þora"],hh:[e+" þoras",e+" þoras"],d:["'n ziua","'iensa ziua"],dd:[e+" ziuas",e+" ziuas"],M:["'n mes","'iens mes"],MM:[e+" mesen",e+" mesen"],y:["'n ar","'iens ar"],yy:[e+" ars",e+" ars"]};return r||t?i[n][0]:i[n][1]}e.defineLocale("tzl",{months:"Januar_Fevraglh_Març_Avrïu_Mai_Gün_Julia_Guscht_Setemvar_Listopäts_Noemvar_Zecemvar".split("_"),monthsShort:"Jan_Fev_Mar_Avr_Mai_Gün_Jul_Gus_Set_Lis_Noe_Zec".split("_"),weekdays:"Súladi_Lúneçi_Maitzi_Márcuri_Xhúadi_Viénerçi_Sáturi".split("_"),weekdaysShort:"Súl_Lún_Mai_Már_Xhú_Vié_Sát".split("_"),weekdaysMin:"Sú_Lú_Ma_Má_Xh_Vi_Sá".split("_"),longDateFormat:{LT:"HH.mm",LTS:"HH.mm.ss",L:"DD.MM.YYYY",LL:"D. MMMM [dallas] YYYY",LLL:"D. MMMM [dallas] YYYY HH.mm",LLLL:"dddd, [li] D. MMMM [dallas] YYYY HH.mm"},meridiemParse:/d\'o|d\'a/i,isPM:function(e){return"d'o"===e.toLowerCase()},meridiem:function(e,t,n){return e>11?n?"d'o":"D'O":n?"d'a":"D'A"},calendar:{sameDay:"[oxhi à] LT",nextDay:"[demà à] LT",nextWeek:"dddd [à] LT",lastDay:"[ieiri à] LT",lastWeek:"[sür el] dddd [lasteu à] LT",sameElse:"L"},relativeTime:{future:"osprei %s",past:"ja%s",s:t,ss:t,m:t,mm:t,h:t,hh:t,d:t,dd:t,M:t,MM:t,y:t,yy:t},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})}(n(1))},function(e,t,n){!function(e){"use strict";e.defineLocale("tzm",{months:"ⵉⵏⵏⴰⵢⵔ_ⴱⵕⴰⵢⵕ_ⵎⴰⵕⵚ_ⵉⴱⵔⵉⵔ_ⵎⴰⵢⵢⵓ_ⵢⵓⵏⵢⵓ_ⵢⵓⵍⵢⵓⵣ_ⵖⵓⵛⵜ_ⵛⵓⵜⴰⵏⴱⵉⵔ_ⴽⵟⵓⴱⵕ_ⵏⵓⵡⴰⵏⴱⵉⵔ_ⴷⵓⵊⵏⴱⵉⵔ".split("_"),monthsShort:"ⵉⵏⵏⴰⵢⵔ_ⴱⵕⴰⵢⵕ_ⵎⴰⵕⵚ_ⵉⴱⵔⵉⵔ_ⵎⴰⵢⵢⵓ_ⵢⵓⵏⵢⵓ_ⵢⵓⵍⵢⵓⵣ_ⵖⵓⵛⵜ_ⵛⵓⵜⴰⵏⴱⵉⵔ_ⴽⵟⵓⴱⵕ_ⵏⵓⵡⴰⵏⴱⵉⵔ_ⴷⵓⵊⵏⴱⵉⵔ".split("_"),weekdays:"ⴰⵙⴰⵎⴰⵙ_ⴰⵢⵏⴰⵙ_ⴰⵙⵉⵏⴰⵙ_ⴰⴽⵔⴰⵙ_ⴰⴽⵡⴰⵙ_ⴰⵙⵉⵎⵡⴰⵙ_ⴰⵙⵉⴹⵢⴰⵙ".split("_"),weekdaysShort:"ⴰⵙⴰⵎⴰⵙ_ⴰⵢⵏⴰⵙ_ⴰⵙⵉⵏⴰⵙ_ⴰⴽⵔⴰⵙ_ⴰⴽⵡⴰⵙ_ⴰⵙⵉⵎⵡⴰⵙ_ⴰⵙⵉⴹⵢⴰⵙ".split("_"),weekdaysMin:"ⴰⵙⴰⵎⴰⵙ_ⴰⵢⵏⴰⵙ_ⴰⵙⵉⵏⴰⵙ_ⴰⴽⵔⴰⵙ_ⴰⴽⵡⴰⵙ_ⴰⵙⵉⵎⵡⴰⵙ_ⴰⵙⵉⴹⵢⴰⵙ".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[ⴰⵙⴷⵅ ⴴ] LT",nextDay:"[ⴰⵙⴽⴰ ⴴ] LT",nextWeek:"dddd [ⴴ] LT",lastDay:"[ⴰⵚⴰⵏⵜ ⴴ] LT",lastWeek:"dddd [ⴴ] LT",sameElse:"L"},relativeTime:{future:"ⴷⴰⴷⵅ ⵙ ⵢⴰⵏ %s",past:"ⵢⴰⵏ %s",s:"ⵉⵎⵉⴽ",ss:"%d ⵉⵎⵉⴽ",m:"ⵎⵉⵏⵓⴺ",mm:"%d ⵎⵉⵏⵓⴺ",h:"ⵙⴰⵄⴰ",hh:"%d ⵜⴰⵙⵙⴰⵄⵉⵏ",d:"ⴰⵙⵙ",dd:"%d oⵙⵙⴰⵏ",M:"ⴰⵢoⵓⵔ",MM:"%d ⵉⵢⵢⵉⵔⵏ",y:"ⴰⵙⴳⴰⵙ",yy:"%d ⵉⵙⴳⴰⵙⵏ"},week:{dow:6,doy:12}})}(n(1))},function(e,t,n){!function(e){"use strict";e.defineLocale("tzm-latn",{months:"innayr_brˤayrˤ_marˤsˤ_ibrir_mayyw_ywnyw_ywlywz_ɣwšt_šwtanbir_ktˤwbrˤ_nwwanbir_dwjnbir".split("_"),monthsShort:"innayr_brˤayrˤ_marˤsˤ_ibrir_mayyw_ywnyw_ywlywz_ɣwšt_šwtanbir_ktˤwbrˤ_nwwanbir_dwjnbir".split("_"),weekdays:"asamas_aynas_asinas_akras_akwas_asimwas_asiḍyas".split("_"),weekdaysShort:"asamas_aynas_asinas_akras_akwas_asimwas_asiḍyas".split("_"),weekdaysMin:"asamas_aynas_asinas_akras_akwas_asimwas_asiḍyas".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[asdkh g] LT",nextDay:"[aska g] LT",nextWeek:"dddd [g] LT",lastDay:"[assant g] LT",lastWeek:"dddd [g] LT",sameElse:"L"},relativeTime:{future:"dadkh s yan %s",past:"yan %s",s:"imik",ss:"%d imik",m:"minuḍ",mm:"%d minuḍ",h:"saɛa",hh:"%d tassaɛin",d:"ass",dd:"%d ossan",M:"ayowr",MM:"%d iyyirn",y:"asgas",yy:"%d isgasn"},week:{dow:6,doy:12}})}(n(1))},function(e,t,n){!function(e){"use strict";e.defineLocale("ug-cn",{months:"يانۋار_فېۋرال_مارت_ئاپرېل_ماي_ئىيۇن_ئىيۇل_ئاۋغۇست_سېنتەبىر_ئۆكتەبىر_نويابىر_دېكابىر".split("_"),monthsShort:"يانۋار_فېۋرال_مارت_ئاپرېل_ماي_ئىيۇن_ئىيۇل_ئاۋغۇست_سېنتەبىر_ئۆكتەبىر_نويابىر_دېكابىر".split("_"),weekdays:"يەكشەنبە_دۈشەنبە_سەيشەنبە_چارشەنبە_پەيشەنبە_جۈمە_شەنبە".split("_"),weekdaysShort:"يە_دۈ_سە_چا_پە_جۈ_شە".split("_"),weekdaysMin:"يە_دۈ_سە_چا_پە_جۈ_شە".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"YYYY-MM-DD",LL:"YYYY-يىلىM-ئاينىڭD-كۈنى",LLL:"YYYY-يىلىM-ئاينىڭD-كۈنى، HH:mm",LLLL:"dddd، YYYY-يىلىM-ئاينىڭD-كۈنى، HH:mm"},meridiemParse:/يېرىم كېچە|سەھەر|چۈشتىن بۇرۇن|چۈش|چۈشتىن كېيىن|كەچ/,meridiemHour:function(e,t){return 12===e&&(e=0),"يېرىم كېچە"===t||"سەھەر"===t||"چۈشتىن بۇرۇن"===t?e:"چۈشتىن كېيىن"===t||"كەچ"===t?e+12:e>=11?e:e+12},meridiem:function(e,t,n){var r=100*e+t;return r<600?"يېرىم كېچە":r<900?"سەھەر":r<1130?"چۈشتىن بۇرۇن":r<1230?"چۈش":r<1800?"چۈشتىن كېيىن":"كەچ"},calendar:{sameDay:"[بۈگۈن سائەت] LT",nextDay:"[ئەتە سائەت] LT",nextWeek:"[كېلەركى] dddd [سائەت] LT",lastDay:"[تۆنۈگۈن] LT",lastWeek:"[ئالدىنقى] dddd [سائەت] LT",sameElse:"L"},relativeTime:{future:"%s كېيىن",past:"%s بۇرۇن",s:"نەچچە سېكونت",ss:"%d سېكونت",m:"بىر مىنۇت",mm:"%d مىنۇت",h:"بىر سائەت",hh:"%d سائەت",d:"بىر كۈن",dd:"%d كۈن",M:"بىر ئاي",MM:"%d ئاي",y:"بىر يىل",yy:"%d يىل"},dayOfMonthOrdinalParse:/\d{1,2}(-كۈنى|-ئاي|-ھەپتە)/,ordinal:function(e,t){switch(t){case"d":case"D":case"DDD":return e+"-كۈنى";case"w":case"W":return e+"-ھەپتە";default:return e}},preparse:function(e){return e.replace(/،/g,",")},postformat:function(e){return e.replace(/,/g,"،")},week:{dow:1,doy:7}})}(n(1))},function(e,t,n){!function(e){"use strict";function t(e,t,n){var r,i;return"m"===n?t?"хвилина":"хвилину":"h"===n?t?"година":"годину":e+" "+(r=+e,i={ss:t?"секунда_секунди_секунд":"секунду_секунди_секунд",mm:t?"хвилина_хвилини_хвилин":"хвилину_хвилини_хвилин",hh:t?"година_години_годин":"годину_години_годин",dd:"день_дні_днів",MM:"місяць_місяці_місяців",yy:"рік_роки_років"}[n].split("_"),r%10==1&&r%100!=11?i[0]:r%10>=2&&r%10<=4&&(r%100<10||r%100>=20)?i[1]:i[2])}function n(e){return function(){return e+"о"+(11===this.hours()?"б":"")+"] LT"}}e.defineLocale("uk",{months:{format:"січня_лютого_березня_квітня_травня_червня_липня_серпня_вересня_жовтня_листопада_грудня".split("_"),standalone:"січень_лютий_березень_квітень_травень_червень_липень_серпень_вересень_жовтень_листопад_грудень".split("_")},monthsShort:"січ_лют_бер_квіт_трав_черв_лип_серп_вер_жовт_лист_груд".split("_"),weekdays:function(e,t){var n={nominative:"неділя_понеділок_вівторок_середа_четвер_п’ятниця_субота".split("_"),accusative:"неділю_понеділок_вівторок_середу_четвер_п’ятницю_суботу".split("_"),genitive:"неділі_понеділка_вівторка_середи_четверга_п’ятниці_суботи".split("_")};return!0===e?n.nominative.slice(1,7).concat(n.nominative.slice(0,1)):e?n[/(\[[ВвУу]\]) ?dddd/.test(t)?"accusative":/\[?(?:минулої|наступної)? ?\] ?dddd/.test(t)?"genitive":"nominative"][e.day()]:n.nominative},weekdaysShort:"нд_пн_вт_ср_чт_пт_сб".split("_"),weekdaysMin:"нд_пн_вт_ср_чт_пт_сб".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY р.",LLL:"D MMMM YYYY р., HH:mm",LLLL:"dddd, D MMMM YYYY р., HH:mm"},calendar:{sameDay:n("[Сьогодні "),nextDay:n("[Завтра "),lastDay:n("[Вчора "),nextWeek:n("[У] dddd ["),lastWeek:function(){switch(this.day()){case 0:case 3:case 5:case 6:return n("[Минулої] dddd [").call(this);case 1:case 2:case 4:return n("[Минулого] dddd [").call(this)}},sameElse:"L"},relativeTime:{future:"за %s",past:"%s тому",s:"декілька секунд",ss:t,m:t,mm:t,h:"годину",hh:t,d:"день",dd:t,M:"місяць",MM:t,y:"рік",yy:t},meridiemParse:/ночі|ранку|дня|вечора/,isPM:function(e){return/^(дня|вечора)$/.test(e)},meridiem:function(e,t,n){return e<4?"ночі":e<12?"ранку":e<17?"дня":"вечора"},dayOfMonthOrdinalParse:/\d{1,2}-(й|го)/,ordinal:function(e,t){switch(t){case"M":case"d":case"DDD":case"w":case"W":return e+"-й";case"D":return e+"-го";default:return e}},week:{dow:1,doy:7}})}(n(1))},function(e,t,n){!function(e){"use strict";var t=["جنوری","فروری","مارچ","اپریل","مئی","جون","جولائی","اگست","ستمبر","اکتوبر","نومبر","دسمبر"],n=["اتوار","پیر","منگل","بدھ","جمعرات","جمعہ","ہفتہ"];e.defineLocale("ur",{months:t,monthsShort:t,weekdays:n,weekdaysShort:n,weekdaysMin:n,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd، D MMMM YYYY HH:mm"},meridiemParse:/صبح|شام/,isPM:function(e){return"شام"===e},meridiem:function(e,t,n){return e<12?"صبح":"شام"},calendar:{sameDay:"[آج بوقت] LT",nextDay:"[کل بوقت] LT",nextWeek:"dddd [بوقت] LT",lastDay:"[گذشتہ روز بوقت] LT",lastWeek:"[گذشتہ] dddd [بوقت] LT",sameElse:"L"},relativeTime:{future:"%s بعد",past:"%s قبل",s:"چند سیکنڈ",ss:"%d سیکنڈ",m:"ایک منٹ",mm:"%d منٹ",h:"ایک گھنٹہ",hh:"%d گھنٹے",d:"ایک دن",dd:"%d دن",M:"ایک ماہ",MM:"%d ماہ",y:"ایک سال",yy:"%d سال"},preparse:function(e){return e.replace(/،/g,",")},postformat:function(e){return e.replace(/,/g,"،")},week:{dow:1,doy:4}})}(n(1))},function(e,t,n){!function(e){"use strict";e.defineLocale("uz",{months:"январ_феврал_март_апрел_май_июн_июл_август_сентябр_октябр_ноябр_декабр".split("_"),monthsShort:"янв_фев_мар_апр_май_июн_июл_авг_сен_окт_ноя_дек".split("_"),weekdays:"Якшанба_Душанба_Сешанба_Чоршанба_Пайшанба_Жума_Шанба".split("_"),weekdaysShort:"Якш_Душ_Сеш_Чор_Пай_Жум_Шан".split("_"),weekdaysMin:"Як_Ду_Се_Чо_Па_Жу_Ша".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"D MMMM YYYY, dddd HH:mm"},calendar:{sameDay:"[Бугун соат] LT [да]",nextDay:"[Эртага] LT [да]",nextWeek:"dddd [куни соат] LT [да]",lastDay:"[Кеча соат] LT [да]",lastWeek:"[Утган] dddd [куни соат] LT [да]",sameElse:"L"},relativeTime:{future:"Якин %s ичида",past:"Бир неча %s олдин",s:"фурсат",ss:"%d фурсат",m:"бир дакика",mm:"%d дакика",h:"бир соат",hh:"%d соат",d:"бир кун",dd:"%d кун",M:"бир ой",MM:"%d ой",y:"бир йил",yy:"%d йил"},week:{dow:1,doy:7}})}(n(1))},function(e,t,n){!function(e){"use strict";e.defineLocale("uz-latn",{months:"Yanvar_Fevral_Mart_Aprel_May_Iyun_Iyul_Avgust_Sentabr_Oktabr_Noyabr_Dekabr".split("_"),monthsShort:"Yan_Fev_Mar_Apr_May_Iyun_Iyul_Avg_Sen_Okt_Noy_Dek".split("_"),weekdays:"Yakshanba_Dushanba_Seshanba_Chorshanba_Payshanba_Juma_Shanba".split("_"),weekdaysShort:"Yak_Dush_Sesh_Chor_Pay_Jum_Shan".split("_"),weekdaysMin:"Ya_Du_Se_Cho_Pa_Ju_Sha".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"D MMMM YYYY, dddd HH:mm"},calendar:{sameDay:"[Bugun soat] LT [da]",nextDay:"[Ertaga] LT [da]",nextWeek:"dddd [kuni soat] LT [da]",lastDay:"[Kecha soat] LT [da]",lastWeek:"[O'tgan] dddd [kuni soat] LT [da]",sameElse:"L"},relativeTime:{future:"Yaqin %s ichida",past:"Bir necha %s oldin",s:"soniya",ss:"%d soniya",m:"bir daqiqa",mm:"%d daqiqa",h:"bir soat",hh:"%d soat",d:"bir kun",dd:"%d kun",M:"bir oy",MM:"%d oy",y:"bir yil",yy:"%d yil"},week:{dow:1,doy:7}})}(n(1))},function(e,t,n){!function(e){"use strict";e.defineLocale("vi",{months:"tháng 1_tháng 2_tháng 3_tháng 4_tháng 5_tháng 6_tháng 7_tháng 8_tháng 9_tháng 10_tháng 11_tháng 12".split("_"),monthsShort:"Th01_Th02_Th03_Th04_Th05_Th06_Th07_Th08_Th09_Th10_Th11_Th12".split("_"),monthsParseExact:!0,weekdays:"chủ nhật_thứ hai_thứ ba_thứ tư_thứ năm_thứ sáu_thứ bảy".split("_"),weekdaysShort:"CN_T2_T3_T4_T5_T6_T7".split("_"),weekdaysMin:"CN_T2_T3_T4_T5_T6_T7".split("_"),weekdaysParseExact:!0,meridiemParse:/sa|ch/i,isPM:function(e){return/^ch$/i.test(e)},meridiem:function(e,t,n){return e<12?n?"sa":"SA":n?"ch":"CH"},longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM [năm] YYYY",LLL:"D MMMM [năm] YYYY HH:mm",LLLL:"dddd, D MMMM [năm] YYYY HH:mm",l:"DD/M/YYYY",ll:"D MMM YYYY",lll:"D MMM YYYY HH:mm",llll:"ddd, D MMM YYYY HH:mm"},calendar:{sameDay:"[Hôm nay lúc] LT",nextDay:"[Ngày mai lúc] LT",nextWeek:"dddd [tuần tới lúc] LT",lastDay:"[Hôm qua lúc] LT",lastWeek:"dddd [tuần rồi lúc] LT",sameElse:"L"},relativeTime:{future:"%s tới",past:"%s trước",s:"vài giây",ss:"%d giây",m:"một phút",mm:"%d phút",h:"một giờ",hh:"%d giờ",d:"một ngày",dd:"%d ngày",M:"một tháng",MM:"%d tháng",y:"một năm",yy:"%d năm"},dayOfMonthOrdinalParse:/\d{1,2}/,ordinal:function(e){return e},week:{dow:1,doy:4}})}(n(1))},function(e,t,n){!function(e){"use strict";e.defineLocale("x-pseudo",{months:"J~áñúá~rý_F~ébrú~árý_~Márc~h_Áp~ríl_~Máý_~Júñé~_Júl~ý_Áú~gúst~_Sép~témb~ér_Ó~ctób~ér_Ñ~óvém~bér_~Décé~mbér".split("_"),monthsShort:"J~áñ_~Féb_~Már_~Ápr_~Máý_~Júñ_~Júl_~Áúg_~Sép_~Óct_~Ñóv_~Déc".split("_"),monthsParseExact:!0,weekdays:"S~úñdá~ý_Mó~ñdáý~_Túé~sdáý~_Wéd~ñésd~áý_T~húrs~dáý_~Fríd~áý_S~átúr~dáý".split("_"),weekdaysShort:"S~úñ_~Móñ_~Túé_~Wéd_~Thú_~Frí_~Sát".split("_"),weekdaysMin:"S~ú_Mó~_Tú_~Wé_T~h_Fr~_Sá".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[T~ódá~ý át] LT",nextDay:"[T~ómó~rró~w át] LT",nextWeek:"dddd [át] LT",lastDay:"[Ý~ést~érdá~ý át] LT",lastWeek:"[L~ást] dddd [át] LT",sameElse:"L"},relativeTime:{future:"í~ñ %s",past:"%s á~gó",s:"á ~féw ~sécó~ñds",ss:"%d s~écóñ~ds",m:"á ~míñ~úté",mm:"%d m~íñú~tés",h:"á~ñ hó~úr",hh:"%d h~óúrs",d:"á ~dáý",dd:"%d d~áýs",M:"á ~móñ~th",MM:"%d m~óñt~hs",y:"á ~ýéár",yy:"%d ý~éárs"},dayOfMonthOrdinalParse:/\d{1,2}(th|st|nd|rd)/,ordinal:function(e){var t=e%10;return e+(1==~~(e%100/10)?"th":1===t?"st":2===t?"nd":3===t?"rd":"th")},week:{dow:1,doy:4}})}(n(1))},function(e,t,n){!function(e){"use strict";e.defineLocale("yo",{months:"Sẹ́rẹ́_Èrèlè_Ẹrẹ̀nà_Ìgbé_Èbibi_Òkùdu_Agẹmo_Ògún_Owewe_Ọ̀wàrà_Bélú_Ọ̀pẹ̀̀".split("_"),monthsShort:"Sẹ́r_Èrl_Ẹrn_Ìgb_Èbi_Òkù_Agẹ_Ògú_Owe_Ọ̀wà_Bél_Ọ̀pẹ̀̀".split("_"),weekdays:"Àìkú_Ajé_Ìsẹ́gun_Ọjọ́rú_Ọjọ́bọ_Ẹtì_Àbámẹ́ta".split("_"),weekdaysShort:"Àìk_Ajé_Ìsẹ́_Ọjr_Ọjb_Ẹtì_Àbá".split("_"),weekdaysMin:"Àì_Aj_Ìs_Ọr_Ọb_Ẹt_Àb".split("_"),longDateFormat:{LT:"h:mm A",LTS:"h:mm:ss A",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY h:mm A",LLLL:"dddd, D MMMM YYYY h:mm A"},calendar:{sameDay:"[Ònì ni] LT",nextDay:"[Ọ̀la ni] LT",nextWeek:"dddd [Ọsẹ̀ tón'bọ] [ni] LT",lastDay:"[Àna ni] LT",lastWeek:"dddd [Ọsẹ̀ tólọ́] [ni] LT",sameElse:"L"},relativeTime:{future:"ní %s",past:"%s kọjá",s:"ìsẹjú aayá die",ss:"aayá %d",m:"ìsẹjú kan",mm:"ìsẹjú %d",h:"wákati kan",hh:"wákati %d",d:"ọjọ́ kan",dd:"ọjọ́ %d",M:"osù kan",MM:"osù %d",y:"ọdún kan",yy:"ọdún %d"},dayOfMonthOrdinalParse:/ọjọ́\s\d{1,2}/,ordinal:"ọjọ́ %d",week:{dow:1,doy:4}})}(n(1))},function(e,t,n){!function(e){"use strict";e.defineLocale("zh-cn",{months:"一月_二月_三月_四月_五月_六月_七月_八月_九月_十月_十一月_十二月".split("_"),monthsShort:"1月_2月_3月_4月_5月_6月_7月_8月_9月_10月_11月_12月".split("_"),weekdays:"星期日_星期一_星期二_星期三_星期四_星期五_星期六".split("_"),weekdaysShort:"周日_周一_周二_周三_周四_周五_周六".split("_"),weekdaysMin:"日_一_二_三_四_五_六".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"YYYY/MM/DD",LL:"YYYY年M月D日",LLL:"YYYY年M月D日Ah点mm分",LLLL:"YYYY年M月D日ddddAh点mm分",l:"YYYY/M/D",ll:"YYYY年M月D日",lll:"YYYY年M月D日 HH:mm",llll:"YYYY年M月D日dddd HH:mm"},meridiemParse:/凌晨|早上|上午|中午|下午|晚上/,meridiemHour:function(e,t){return 12===e&&(e=0),"凌晨"===t||"早上"===t||"上午"===t?e:"下午"===t||"晚上"===t?e+12:e>=11?e:e+12},meridiem:function(e,t,n){var r=100*e+t;return r<600?"凌晨":r<900?"早上":r<1130?"上午":r<1230?"中午":r<1800?"下午":"晚上"},calendar:{sameDay:"[今天]LT",nextDay:"[明天]LT",nextWeek:"[下]ddddLT",lastDay:"[昨天]LT",lastWeek:"[上]ddddLT",sameElse:"L"},dayOfMonthOrdinalParse:/\d{1,2}(日|月|周)/,ordinal:function(e,t){switch(t){case"d":case"D":case"DDD":return e+"日";case"M":return e+"月";case"w":case"W":return e+"周";default:return e}},relativeTime:{future:"%s内",past:"%s前",s:"几秒",ss:"%d 秒",m:"1 分钟",mm:"%d 分钟",h:"1 小时",hh:"%d 小时",d:"1 天",dd:"%d 天",M:"1 个月",MM:"%d 个月",y:"1 年",yy:"%d 年"},week:{dow:1,doy:4}})}(n(1))},function(e,t,n){!function(e){"use strict";e.defineLocale("zh-hk",{months:"一月_二月_三月_四月_五月_六月_七月_八月_九月_十月_十一月_十二月".split("_"),monthsShort:"1月_2月_3月_4月_5月_6月_7月_8月_9月_10月_11月_12月".split("_"),weekdays:"星期日_星期一_星期二_星期三_星期四_星期五_星期六".split("_"),weekdaysShort:"週日_週一_週二_週三_週四_週五_週六".split("_"),weekdaysMin:"日_一_二_三_四_五_六".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"YYYY/MM/DD",LL:"YYYY年M月D日",LLL:"YYYY年M月D日 HH:mm",LLLL:"YYYY年M月D日dddd HH:mm",l:"YYYY/M/D",ll:"YYYY年M月D日",lll:"YYYY年M月D日 HH:mm",llll:"YYYY年M月D日dddd HH:mm"},meridiemParse:/凌晨|早上|上午|中午|下午|晚上/,meridiemHour:function(e,t){return 12===e&&(e=0),"凌晨"===t||"早上"===t||"上午"===t?e:"中午"===t?e>=11?e:e+12:"下午"===t||"晚上"===t?e+12:void 0},meridiem:function(e,t,n){var r=100*e+t;return r<600?"凌晨":r<900?"早上":r<1130?"上午":r<1230?"中午":r<1800?"下午":"晚上"},calendar:{sameDay:"[今天]LT",nextDay:"[明天]LT",nextWeek:"[下]ddddLT",lastDay:"[昨天]LT",lastWeek:"[上]ddddLT",sameElse:"L"},dayOfMonthOrdinalParse:/\d{1,2}(日|月|週)/,ordinal:function(e,t){switch(t){case"d":case"D":case"DDD":return e+"日";case"M":return e+"月";case"w":case"W":return e+"週";default:return e}},relativeTime:{future:"%s內",past:"%s前",s:"幾秒",ss:"%d 秒",m:"1 分鐘",mm:"%d 分鐘",h:"1 小時",hh:"%d 小時",d:"1 天",dd:"%d 天",M:"1 個月",MM:"%d 個月",y:"1 年",yy:"%d 年"}})}(n(1))},function(e,t,n){!function(e){"use strict";e.defineLocale("zh-tw",{months:"一月_二月_三月_四月_五月_六月_七月_八月_九月_十月_十一月_十二月".split("_"),monthsShort:"1月_2月_3月_4月_5月_6月_7月_8月_9月_10月_11月_12月".split("_"),weekdays:"星期日_星期一_星期二_星期三_星期四_星期五_星期六".split("_"),weekdaysShort:"週日_週一_週二_週三_週四_週五_週六".split("_"),weekdaysMin:"日_一_二_三_四_五_六".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"YYYY/MM/DD",LL:"YYYY年M月D日",LLL:"YYYY年M月D日 HH:mm",LLLL:"YYYY年M月D日dddd HH:mm",l:"YYYY/M/D",ll:"YYYY年M月D日",lll:"YYYY年M月D日 HH:mm",llll:"YYYY年M月D日dddd HH:mm"},meridiemParse:/凌晨|早上|上午|中午|下午|晚上/,meridiemHour:function(e,t){return 12===e&&(e=0),"凌晨"===t||"早上"===t||"上午"===t?e:"中午"===t?e>=11?e:e+12:"下午"===t||"晚上"===t?e+12:void 0},meridiem:function(e,t,n){var r=100*e+t;return r<600?"凌晨":r<900?"早上":r<1130?"上午":r<1230?"中午":r<1800?"下午":"晚上"},calendar:{sameDay:"[今天] LT",nextDay:"[明天] LT",nextWeek:"[下]dddd LT",lastDay:"[昨天] LT",lastWeek:"[上]dddd LT",sameElse:"L"},dayOfMonthOrdinalParse:/\d{1,2}(日|月|週)/,ordinal:function(e,t){switch(t){case"d":case"D":case"DDD":return e+"日";case"M":return e+"月";case"w":case"W":return e+"週";default:return e}},relativeTime:{future:"%s內",past:"%s前",s:"幾秒",ss:"%d 秒",m:"1 分鐘",mm:"%d 分鐘",h:"1 小時",hh:"%d 小時",d:"1 天",dd:"%d 天",M:"1 個月",MM:"%d 個月",y:"1 年",yy:"%d 年"}})}(n(1))},function(e,t,n){var r=n(94),i=n(430),a=n(431),o=n(198),s=n(434),u=n(96),l=n(435),c=Object.getOwnPropertyDescriptor;t.f=r?c:function(e,t){if(e=o(e),t=s(t,!0),l)try{return c(e,t)}catch(e){}if(u(e,t))return a(!i.f.call(e,t),e[t])}},function(e,t,n){"use strict";var r={}.propertyIsEnumerable,i=Object.getOwnPropertyDescriptor,a=i&&!r.call({1:2},1);t.f=a?function(e){var t=i(this,e);return!!t&&t.enumerable}:r},function(e,t){e.exports=function(e,t){return{enumerable:!(1&e),configurable:!(2&e),writable:!(4&e),value:t}}},function(e,t,n){var r=n(95),i=n(599),a="".split;e.exports=r((function(){return!Object("z").propertyIsEnumerable(0)}))?function(e){return"String"==i(e)?a.call(e,""):Object(e)}:Object},function(e,t){e.exports=function(e){if(null==e)throw TypeError("Can't call method on "+e);return e}},function(e,t,n){var r=n(150);e.exports=function(e,t){if(!r(e))return e;var n,i;if(t&&"function"==typeof(n=e.toString)&&!r(i=n.call(e)))return i;if("function"==typeof(n=e.valueOf)&&!r(i=n.call(e)))return i;if(!t&&"function"==typeof(n=e.toString)&&!r(i=n.call(e)))return i;throw TypeError("Can't convert object to primitive value")}},function(e,t,n){var r=n(94),i=n(95),a=n(600);e.exports=!r&&!i((function(){return 7!=Object.defineProperty(a("div"),"a",{get:function(){return 7}}).a}))},function(e,t,n){var r=n(94),i=n(435),a=n(437),o=n(434),s=Object.defineProperty;t.f=r?s:function(e,t,n){if(a(e),t=o(t,!0),a(n),i)try{return s(e,t,n)}catch(e){}if("get"in n||"set"in n)throw TypeError("Accessors not supported");return"value"in n&&(e[t]=n.value),e}},function(e,t,n){var r=n(150);e.exports=function(e){if(!r(e))throw TypeError(String(e)+" is not an object");return e}},function(e,t,n){var r=n(439),i=Function.toString;"function"!=typeof r.inspectSource&&(r.inspectSource=function(e){return i.call(e)}),e.exports=r.inspectSource},function(e,t,n){var r=n(35),i=n(199),a=r["__core-js_shared__"]||i("__core-js_shared__",{});e.exports=a},function(e,t){e.exports={}},function(e,t,n){var r=n(96),i=n(198),a=n(613).indexOf,o=n(440);e.exports=function(e,t){var n,s=i(e),u=0,l=[];for(n in s)!r(o,n)&&r(s,n)&&l.push(n);for(;t.length>u;)r(s,n=t[u++])&&(~a(l,n)||l.push(n));return l}},function(e,t){var n=Math.ceil,r=Math.floor;e.exports=function(e){return isNaN(e=+e)?0:(e>0?r:n)(e)}},function(e,t){e.exports=["constructor","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","toLocaleString","toString","valueOf"]},function(e,t){t.f=Object.getOwnPropertySymbols},function(e,t,n){"use strict";e.exports=function(e,t){return function(){for(var n=new Array(arguments.length),r=0;r<n.length;r++)n[r]=arguments[r];return e.apply(t,n)}}},function(e,t,n){"use strict";var r=n(19);function i(e){return encodeURIComponent(e).replace(/%40/gi,"@").replace(/%3A/gi,":").replace(/%24/g,"$").replace(/%2C/gi,",").replace(/%20/g,"+").replace(/%5B/gi,"[").replace(/%5D/gi,"]")}e.exports=function(e,t,n){if(!t)return e;var a;if(n)a=n(t);else if(r.isURLSearchParams(t))a=t.toString();else{var o=[];r.forEach(t,(function(e,t){null!=e&&(r.isArray(e)?t+="[]":e=[e],r.forEach(e,(function(e){r.isDate(e)?e=e.toISOString():r.isObject(e)&&(e=JSON.stringify(e)),o.push(i(t)+"="+i(e))})))})),a=o.join("&")}if(a){var s=e.indexOf("#");-1!==s&&(e=e.slice(0,s)),e+=(-1===e.indexOf("?")?"?":"&")+a}return e}},function(e,t,n){"use strict";e.exports=function(e){return!(!e||!e.__CANCEL__)}},function(e,t,n){"use strict";(function(t){var r=n(19),i=n(626),a={"Content-Type":"application/x-www-form-urlencoded"};function o(e,t){!r.isUndefined(e)&&r.isUndefined(e["Content-Type"])&&(e["Content-Type"]=t)}var s,u={adapter:(("undefined"!=typeof XMLHttpRequest||void 0!==t&&"[object process]"===Object.prototype.toString.call(t))&&(s=n(449)),s),transformRequest:[function(e,t){return i(t,"Accept"),i(t,"Content-Type"),r.isFormData(e)||r.isArrayBuffer(e)||r.isBuffer(e)||r.isStream(e)||r.isFile(e)||r.isBlob(e)?e:r.isArrayBufferView(e)?e.buffer:r.isURLSearchParams(e)?(o(t,"application/x-www-form-urlencoded;charset=utf-8"),e.toString()):r.isObject(e)?(o(t,"application/json;charset=utf-8"),JSON.stringify(e)):e}],transformResponse:[function(e){if("string"==typeof e)try{e=JSON.parse(e)}catch(e){}return e}],timeout:0,xsrfCookieName:"XSRF-TOKEN",xsrfHeaderName:"X-XSRF-TOKEN",maxContentLength:-1,validateStatus:function(e){return e>=200&&e<300}};u.headers={common:{Accept:"application/json, text/plain, */*"}},r.forEach(["delete","get","head"],(function(e){u.headers[e]={}})),r.forEach(["post","put","patch"],(function(e){u.headers[e]=r.merge(a)})),e.exports=u}).call(this,n(117))},function(e,t,n){"use strict";var r=n(19),i=n(627),a=n(446),o=n(629),s=n(632),u=n(633),l=n(450);e.exports=function(e){return new Promise((function(t,c){var d=e.data,f=e.headers;r.isFormData(d)&&delete f["Content-Type"];var h=new XMLHttpRequest;if(e.auth){var m=e.auth.username||"",_=e.auth.password||"";f.Authorization="Basic "+btoa(m+":"+_)}var p=o(e.baseURL,e.url);if(h.open(e.method.toUpperCase(),a(p,e.params,e.paramsSerializer),!0),h.timeout=e.timeout,h.onreadystatechange=function(){if(h&&4===h.readyState&&(0!==h.status||h.responseURL&&0===h.responseURL.indexOf("file:"))){var n="getAllResponseHeaders"in h?s(h.getAllResponseHeaders()):null,r={data:e.responseType&&"text"!==e.responseType?h.response:h.responseText,status:h.status,statusText:h.statusText,headers:n,config:e,request:h};i(t,c,r),h=null}},h.onabort=function(){h&&(c(l("Request aborted",e,"ECONNABORTED",h)),h=null)},h.onerror=function(){c(l("Network Error",e,null,h)),h=null},h.ontimeout=function(){var t="timeout of "+e.timeout+"ms exceeded";e.timeoutErrorMessage&&(t=e.timeoutErrorMessage),c(l(t,e,"ECONNABORTED",h)),h=null},r.isStandardBrowserEnv()){var y=n(634),g=(e.withCredentials||u(p))&&e.xsrfCookieName?y.read(e.xsrfCookieName):void 0;g&&(f[e.xsrfHeaderName]=g)}if("setRequestHeader"in h&&r.forEach(f,(function(e,t){void 0===d&&"content-type"===t.toLowerCase()?delete f[t]:h.setRequestHeader(t,e)})),r.isUndefined(e.withCredentials)||(h.withCredentials=!!e.withCredentials),e.responseType)try{h.responseType=e.responseType}catch(t){if("json"!==e.responseType)throw t}"function"==typeof e.onDownloadProgress&&h.addEventListener("progress",e.onDownloadProgress),"function"==typeof e.onUploadProgress&&h.upload&&h.upload.addEventListener("progress",e.onUploadProgress),e.cancelToken&&e.cancelToken.promise.then((function(e){h&&(h.abort(),c(e),h=null)})),void 0===d&&(d=null),h.send(d)}))}},function(e,t,n){"use strict";var r=n(628);e.exports=function(e,t,n,i,a){var o=new Error(e);return r(o,t,n,i,a)}},function(e,t,n){"use strict";var r=n(19);e.exports=function(e,t){t=t||{};var n={},i=["url","method","params","data"],a=["headers","auth","proxy"],o=["baseURL","url","transformRequest","transformResponse","paramsSerializer","timeout","withCredentials","adapter","responseType","xsrfCookieName","xsrfHeaderName","onUploadProgress","onDownloadProgress","maxContentLength","validateStatus","maxRedirects","httpAgent","httpsAgent","cancelToken","socketPath"];r.forEach(i,(function(e){void 0!==t[e]&&(n[e]=t[e])})),r.forEach(a,(function(i){r.isObject(t[i])?n[i]=r.deepMerge(e[i],t[i]):void 0!==t[i]?n[i]=t[i]:r.isObject(e[i])?n[i]=r.deepMerge(e[i]):void 0!==e[i]&&(n[i]=e[i])})),r.forEach(o,(function(r){void 0!==t[r]?n[r]=t[r]:void 0!==e[r]&&(n[r]=e[r])}));var s=i.concat(a).concat(o),u=Object.keys(t).filter((function(e){return-1===s.indexOf(e)}));return r.forEach(u,(function(r){void 0!==t[r]?n[r]=t[r]:void 0!==e[r]&&(n[r]=e[r])})),n}},function(e,t,n){"use strict";function r(e){this.message=e}r.prototype.toString=function(){return"Cancel"+(this.message?": "+this.message:"")},r.prototype.__CANCEL__=!0,e.exports=r},function(e,t,n){var r=n(97),i=n(640),a=n(454),o=n(200),s=n(458),u=n(56),l=n(459),c=Object.getOwnPropertyDescriptor;t.f=r?c:function(e,t){if(e=o(e),t=s(t,!0),l)try{return c(e,t)}catch(e){}if(u(e,t))return a(!i.f.call(e,t),e[t])}},function(e,t){e.exports=function(e,t){return{enumerable:!(1&e),configurable:!(2&e),writable:!(4&e),value:t}}},function(e,t,n){var r=n(55),i=n(456),a="".split;e.exports=r((function(){return!Object("z").propertyIsEnumerable(0)}))?function(e){return"String"==i(e)?a.call(e,""):Object(e)}:Object},function(e,t){var n={}.toString;e.exports=function(e){return n.call(e).slice(8,-1)}},function(e,t){e.exports=function(e){if(null==e)throw TypeError("Can't call method on "+e);return e}},function(e,t,n){var r=n(98);e.exports=function(e,t){if(!r(e))return e;var n,i;if(t&&"function"==typeof(n=e.toString)&&!r(i=n.call(e)))return i;if("function"==typeof(n=e.valueOf)&&!r(i=n.call(e)))return i;if(!t&&"function"==typeof(n=e.toString)&&!r(i=n.call(e)))return i;throw TypeError("Can't convert object to primitive value")}},function(e,t,n){var r=n(97),i=n(55),a=n(641);e.exports=!r&&!i((function(){return 7!=Object.defineProperty(a("div"),"a",{get:function(){return 7}}).a}))},function(e,t,n){var r=n(97),i=n(459),a=n(461),o=n(458),s=Object.defineProperty;t.f=r?s:function(e,t,n){if(a(e),t=o(t,!0),a(n),i)try{return s(e,t,n)}catch(e){}if("get"in n||"set"in n)throw TypeError("Accessors not supported");return"value"in n&&(e[t]=n.value),e}},function(e,t,n){var r=n(98);e.exports=function(e){if(!r(e))throw TypeError(String(e)+" is not an object");return e}},function(e,t,n){var r=n(463),i=Function.toString;"function"!=typeof r.inspectSource&&(r.inspectSource=function(e){return i.call(e)}),e.exports=r.inspectSource},function(e,t,n){var r=n(28),i=n(201),a=r["__core-js_shared__"]||i("__core-js_shared__",{});e.exports=a},function(e,t,n){var r=n(646),i=n(463);(e.exports=function(e,t){return i[e]||(i[e]=void 0!==t?t:{})})("versions",[]).push({version:"3.6.4",mode:r?"pure":"global",copyright:"© 2020 Denis Pushkarev (zloirock.ru)"})},function(e,t){var n=0,r=Math.random();e.exports=function(e){return"Symbol("+String(void 0===e?"":e)+")_"+(++n+r).toString(36)}},function(e,t){e.exports={}},function(e,t,n){var r=n(468),i=Math.min;e.exports=function(e){return e>0?i(r(e),9007199254740991):0}},function(e,t){var n=Math.ceil,r=Math.floor;e.exports=function(e){return isNaN(e=+e)?0:(e>0?r:n)(e)}},function(e,t,n){var r=n(55);e.exports=!!Object.getOwnPropertySymbols&&!r((function(){return!String(Symbol())}))},,,,,,,function(e,n,r){"use strict";(function(e){var i=r(0),a=r.n(i),o=r(38),s=r(4),u=o.Model.extend({defaults:{fullName:"",lastMessage:"",actions:[],hasOneAction:!1,hasTwoActions:!1,hasManyActions:!1},initialize:function(){0===this.get("actions").length?this.set("hasOneAction",!0):1===this.get("actions").length?(this.set("hasTwoActions",!0),this.set("secondAction",this.get("actions")[0])):this.set("hasManyActions",!0)}}),l=o.Collection.extend({model:u}),c=o.View.extend({_collection:void 0,_subViews:[],initialize:function(e){this._collection=e.collection},render:function(){var e=this;return e.$el.html(""),e._subViews=[],e._collection.forEach((function(t){var n=new d({model:t});n.render(),e.$el.append(n.$el),n.on("toggle:actionmenu",e._onChildActionMenuToggle,e),e._subViews.push(n)})),e},_onChildActionMenuToggle:function(e){this._subViews.forEach((function(t){t.trigger("parent:toggle:actionmenu",e)}))}}),d=o.View.extend({className:"contact",_template:void 0,_model:void 0,_actionMenuShown:!1,events:{"click .icon-more":"_onToggleActionsMenu"},contactTemplate:r(577),template:function(e){return this.contactTemplate(e)},initialize:function(e){this._model=e.model,this.on("parent:toggle:actionmenu",this._onOtherActionMenuOpened,this)},render:function(){return this.$el.html(this.template({contact:this._model.toJSON()})),this.delegateEvents(),this.$("div.avatar").imageplaceholder(this._model.get("fullName")),this.$(".top-action").tooltip({placement:"left"}),this.$(".second-action").tooltip({placement:"left"}),this},_onToggleActionsMenu:function(){this._actionMenuShown=!this._actionMenuShown,this._actionMenuShown?this.$(".menu").show():this.$(".menu").hide(),this.trigger("toggle:actionmenu",this.$el)},_onOtherActionMenuOpened:function(e){this.$el.is(e)||(this._actionMenuShown=!1,this.$(".menu").hide())}}),f=o.View.extend({_loadingTemplate:void 0,_errorTemplate:void 0,_contentTemplate:void 0,_contactsTemplate:void 0,_contacts:void 0,_searchTerm:"",events:{"input #contactsmenu-search":"_onSearch"},templates:{loading:r(592),error:r(593),menu:r(594),list:r(595)},_onSearch:e.debounce((function(e){var t=this.$("#contactsmenu-search").val();t!==this._searchTerm&&(this.trigger("search",this.$("#contactsmenu-search").val()),this._searchTerm=t)}),700),loadingTemplate:function(e){return this.templates.loading(e)},errorTemplate:function(n){return this.templates.error(e.extend({couldNotLoadText:t("core","Could not load your contacts")},n))},contentTemplate:function(n){return this.templates.menu(e.extend({searchContactsText:t("core","Search contacts …")},n))},contactsTemplate:function(n){return this.templates.list(e.extend({noContactsFoundText:t("core","No contacts found"),showAllContactsText:t("core","Show all contacts …"),contactsAppMgmtText:t("core","Install the Contacts app")},n))},initialize:function(e){this.options=e},showLoading:function(e){this.render(),this._contacts=void 0,this.$(".content").html(this.loadingTemplate({loadingText:e}))},showError:function(){this.render(),this._contacts=void 0,this.$(".content").html(this.errorTemplate())},showContacts:function(e,t){this._contacts=e.contacts,this.render({contacts:e.contacts});var n=new c({collection:e.contacts});n.render(),this.$(".content").html(this.contactsTemplate({contacts:e.contacts,searchTerm:t,contactsAppEnabled:e.contactsAppEnabled,contactsAppURL:s.a.generateUrl("/apps/contacts"),canInstallApp:s.a.isUserAdmin(),contactsAppMgmtURL:s.a.generateUrl("/settings/apps/social/contacts")})),this.$("#contactsmenu-contacts").html(n.$el)},render:function(e){var t=this.$("#contactsmenu-search").val();return this.$el.html(this.contentTemplate(e)),this.$("#contactsmenu-search").val(t),this.$("#contactsmenu-search").focus(),this}}),h=function(e){this.initialize(e)};h.prototype={$el:void 0,_$trigger:void 0,_view:void 0,_contactsPromise:void 0,initialize:function(e){this.$el=e.el,this._$trigger=e.trigger,this._view=new f({el:this.$el}),this._view.on("search",(function(e){this._loadContacts(e)}),this),s.a.registerMenu(this._$trigger,this.$el,function(){this._toggleVisibility(!0)}.bind(this),!0),this.$el.on("beforeHide",function(){this._toggleVisibility(!1)}.bind(this))},_toggleVisibility:function(e){return e?this._loadContacts():(this.$el.html(""),Promise.resolve())},_getContacts:function(e){var t=s.a.generateUrl("/contactsmenu/contacts");return Promise.resolve(a.a.ajax(t,{method:"POST",data:{filter:e}}))},_loadContacts:function(n){var r=this;return r._contactsPromise||(r._contactsPromise=r._getContacts(n)),e.isUndefined(n)||""===n?r._view.showLoading(t("core","Loading your contacts …")):r._view.showLoading(t("core","Looking for {term} …",{term:n})),r._contactsPromise.then((function(e){e.contacts=new l(e.contacts),r._view.showContacts(e,n)}),(function(e){r._view.showError(),console.error("There was an error loading your contacts",e)})).then((function(){delete r._contactsPromise})).catch(console.error.bind(this))}},n.a=h}).call(this,r(2))},function(e,t,n){"use strict";var r=n(105),i=n(190).indexOf,a=n(490),o=n(491),s=[].indexOf,u=!!s&&1/[1].indexOf(1,-0)<0,l=a("indexOf"),c=o("indexOf",{ACCESSORS:!0,1:0});r({target:"Array",proto:!0,forced:u||!l||!c},{indexOf:function(e){return u?s.apply(this,arguments)||0:i(this,e,arguments.length>1?arguments[1]:void 0)}})},function(e,t,n){var r=n(17),i=n(86),a=r.document,o=i(a)&&i(a.createElement);e.exports=function(e){return o?a.createElement(e):{}}},function(e,t,n){var r,i,a,o=n(480),s=n(17),u=n(86),l=n(53),c=n(30),d=n(481),f=n(188),h=s.WeakMap;if(o){var m=new h,_=m.get,p=m.has,y=m.set;r=function(e,t){return y.call(m,e,t),t},i=function(e){return _.call(m,e)||{}},a=function(e){return p.call(m,e)}}else{var g=d("state");f[g]=!0,r=function(e,t){return l(e,g,t),t},i=function(e){return c(e,g)?e[g]:{}},a=function(e){return c(e,g)}}e.exports={set:r,get:i,has:a,enforce:function(e){return a(e)?i(e):r(e,{})},getterFor:function(e){return function(t){var n;if(!u(t)||(n=i(t)).type!==e)throw TypeError("Incompatible receiver, "+e+" required");return n}}}},function(e,t,n){var r=n(17),i=n(184),a=r.WeakMap;e.exports="function"==typeof a&&/native code/.test(i(a))},function(e,t,n){var r=n(186),i=n(187),a=r("keys");e.exports=function(e){return a[e]||(a[e]=i(e))}},function(e,t){e.exports=!1},function(e,t,n){var r=n(30),i=n(484),a=n(177),o=n(183);e.exports=function(e,t){for(var n=i(t),s=o.f,u=a.f,l=0;l<n.length;l++){var c=n[l];r(e,c)||s(e,c,u(t,c))}}},function(e,t,n){var r=n(485),i=n(487),a=n(193),o=n(54);e.exports=r("Reflect","ownKeys")||function(e){var t=i.f(o(e)),n=a.f;return n?t.concat(n(e)):t}},function(e,t,n){var r=n(486),i=n(17),a=function(e){return"function"==typeof e?e:void 0};e.exports=function(e,t){return arguments.length<2?a(r[e])||a(i[e]):r[e]&&r[e][t]||i[e]&&i[e][t]}},function(e,t,n){var r=n(17);e.exports=r},function(e,t,n){var r=n(189),i=n(192).concat("length","prototype");t.f=Object.getOwnPropertyNames||function(e){return r(e,i)}},function(e,t,n){var r=n(88),i=Math.max,a=Math.min;e.exports=function(e,t){var n=r(e);return n<0?i(n+t,0):a(n,t)}},function(e,t,n){var r=n(13),i=/#|\.prototype\./,a=function(e,t){var n=s[o(e)];return n==l||n!=u&&("function"==typeof t?r(t):!!t)},o=a.normalize=function(e){return String(e).replace(i,".").toLowerCase()},s=a.data={},u=a.NATIVE="N",l=a.POLYFILL="P";e.exports=a},function(e,t,n){"use strict";var r=n(13);e.exports=function(e,t){var n=[][e];return!!n&&r((function(){n.call(null,t||function(){throw 1},1)}))}},function(e,t,n){var r=n(39),i=n(13),a=n(30),o=Object.defineProperty,s={},u=function(e){throw e};e.exports=function(e,t){if(a(s,e))return s[e];t||(t={});var n=[][e],l=!!a(t,"ACCESSORS")&&t.ACCESSORS,c=a(t,0)?t[0]:u,d=a(t,1)?t[1]:void 0;return s[e]=!!n&&!i((function(){if(l&&!r)return!0;var e={length:-1};l?o(e,1,{enumerable:!0,get:u}):e[1]=1,n.call(e,c,d)}))}},function(e,t,n){var r=n(105),i=n(493);r({target:"Object",stat:!0,forced:Object.assign!==i},{assign:i})},function(e,t,n){"use strict";var r=n(39),i=n(13),a=n(494),o=n(193),s=n(178),u=n(194),l=n(180),c=Object.assign,d=Object.defineProperty;e.exports=!c||i((function(){if(r&&1!==c({b:1},c(d({},"a",{enumerable:!0,get:function(){d(this,"b",{value:3,enumerable:!1})}}),{b:2})).b)return!0;var e={},t={},n=Symbol();return e[n]=7,"abcdefghijklmnopqrst".split("").forEach((function(e){t[e]=e})),7!=c({},e)[n]||"abcdefghijklmnopqrst"!=a(c({},t)).join("")}))?function(e,t){for(var n=u(e),i=arguments.length,c=1,d=o.f,f=s.f;i>c;)for(var h,m=l(arguments[c++]),_=d?a(m).concat(d(m)):a(m),p=_.length,y=0;p>y;)h=_[y++],r&&!f.call(m,h)||(n[h]=m[h]);return n}:c},function(e,t,n){var r=n(189),i=n(192);e.exports=Object.keys||function(e){return r(e,i)}},function(e,t,n){var r=n(109),i=n(87),a=n(497);r||i(Object.prototype,"toString",a,{unsafe:!0})},function(e,t,n){var r=n(195);e.exports=r&&!Symbol.sham&&"symbol"==typeof Symbol.iterator},function(e,t,n){"use strict";var r=n(109),i=n(498);e.exports=r?{}.toString:function(){return"[object "+i(this)+"]"}},function(e,t,n){var r=n(109),i=n(107),a=n(110)("toStringTag"),o="Arguments"==i(function(){return arguments}());e.exports=r?i:function(e){var t,n,r;return void 0===e?"Undefined":null===e?"Null":"string"==typeof(n=function(e,t){try{return e[t]}catch(e){}}(t=Object(e),a))?n:o?i(t):"Object"==(r=i(t))&&"function"==typeof t.callee?"Arguments":r}},function(e,t,n){"use strict";var r=n(13);function i(e,t){return RegExp(e,t)}t.UNSUPPORTED_Y=r((function(){var e=i("a","y");return e.lastIndex=2,null!=e.exec("abcd")})),t.BROKEN_CARET=r((function(){var e=i("^r","gy");return e.lastIndex=2,null!=e.exec("str")}))},function(e,t,n){"use strict";var r=n(87),i=n(54),a=n(13),o=n(197),s=RegExp.prototype,u=s.toString,l=a((function(){return"/a/b"!=u.call({source:"a",flags:"b"})})),c="toString"!=u.name;(l||c)&&r(RegExp.prototype,"toString",(function(){var e=i(this),t=String(e.source),n=e.flags;return"/"+t+"/"+String(void 0===n&&e instanceof RegExp&&!("flags"in s)?o.call(e):n)}),{unsafe:!0})},function(e,t,n){"use strict";var r=n(502),i=n(54),a=n(194),o=n(191),s=n(88),u=n(85),l=n(503),c=n(505),d=Math.max,f=Math.min,h=Math.floor,m=/\$([$&'`]|\d\d?|<[^>]*>)/g,_=/\$([$&'`]|\d\d?)/g;r("replace",2,(function(e,t,n,r){var p=r.REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE,y=r.REPLACE_KEEPS_$0,g=p?"$":"$0";return[function(n,r){var i=u(this),a=null==n?void 0:n[e];return void 0!==a?a.call(n,i,r):t.call(String(i),n,r)},function(e,r){if(!p&&y||"string"==typeof r&&-1===r.indexOf(g)){var a=n(t,e,this,r);if(a.done)return a.value}var u=i(e),h=String(this),m="function"==typeof r;m||(r=String(r));var _=u.global;if(_){var M=u.unicode;u.lastIndex=0}for(var L=[];;){var Y=c(u,h);if(null===Y)break;if(L.push(Y),!_)break;""===String(Y[0])&&(u.lastIndex=l(h,o(u.lastIndex),M))}for(var k,w="",b=0,T=0;T<L.length;T++){Y=L[T];for(var x=String(Y[0]),D=d(f(s(Y.index),h.length),0),S=[],E=1;E<Y.length;E++)S.push(void 0===(k=Y[E])?k:String(k));var j=Y.groups;if(m){var O=[x].concat(S,D,h);void 0!==j&&O.push(j);var H=String(r.apply(void 0,O))}else H=v(x,h,D,S,j,r);D>=b&&(w+=h.slice(b,D)+H,b=D+x.length)}return w+h.slice(b)}];function v(e,n,r,i,o,s){var u=r+e.length,l=i.length,c=_;return void 0!==o&&(o=a(o),c=m),t.call(s,c,(function(t,a){var s;switch(a.charAt(0)){case"$":return"$";case"&":return e;case"`":return n.slice(0,r);case"'":return n.slice(u);case"<":s=o[a.slice(1,-1)];break;default:var c=+a;if(0===c)return t;if(c>l){var d=h(c/10);return 0===d?t:d<=l?void 0===i[d-1]?a.charAt(1):i[d-1]+a.charAt(1):t}s=i[c-1]}return void 0===s?"":s}))}}))},function(e,t,n){"use strict";n(196);var r=n(87),i=n(13),a=n(110),o=n(111),s=n(53),u=a("species"),l=!i((function(){var e=/./;return e.exec=function(){var e=[];return e.groups={a:"7"},e},"7"!=="".replace(e,"$<a>")})),c="$0"==="a".replace(/./,"$0"),d=a("replace"),f=!!/./[d]&&""===/./[d]("a","$0"),h=!i((function(){var e=/(?:)/,t=e.exec;e.exec=function(){return t.apply(this,arguments)};var n="ab".split(e);return 2!==n.length||"a"!==n[0]||"b"!==n[1]}));e.exports=function(e,t,n,d){var m=a(e),_=!i((function(){var t={};return t[m]=function(){return 7},7!=""[e](t)})),p=_&&!i((function(){var t=!1,n=/a/;return"split"===e&&((n={}).constructor={},n.constructor[u]=function(){return n},n.flags="",n[m]=/./[m]),n.exec=function(){return t=!0,null},n[m](""),!t}));if(!_||!p||"replace"===e&&(!l||!c||f)||"split"===e&&!h){var y=/./[m],g=n(m,""[e],(function(e,t,n,r,i){return t.exec===o?_&&!i?{done:!0,value:y.call(t,n,r)}:{done:!0,value:e.call(n,t,r)}:{done:!1}}),{REPLACE_KEEPS_$0:c,REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE:f}),v=g[0],M=g[1];r(String.prototype,e,v),r(RegExp.prototype,m,2==t?function(e,t){return M.call(e,this,t)}:function(e){return M.call(e,this)})}d&&s(RegExp.prototype[m],"sham",!0)}},function(e,t,n){"use strict";var r=n(504).charAt;e.exports=function(e,t,n){return t+(n?r(e,t).length:1)}},function(e,t,n){var r=n(88),i=n(85),a=function(e){return function(t,n){var a,o,s=String(i(t)),u=r(n),l=s.length;return u<0||u>=l?e?"":void 0:(a=s.charCodeAt(u))<55296||a>56319||u+1===l||(o=s.charCodeAt(u+1))<56320||o>57343?e?s.charAt(u):a:e?s.slice(u,u+2):o-56320+(a-55296<<10)+65536}};e.exports={codeAt:a(!1),charAt:a(!0)}},function(e,t,n){var r=n(107),i=n(111);e.exports=function(e,t){var n=e.exec;if("function"==typeof n){var a=n.call(e,t);if("object"!=typeof a)throw TypeError("RegExp exec method returned something other than an Object or null");return a}if("RegExp"!==r(e))throw TypeError("RegExp#exec called on incompatible receiver");return i.call(e,t)}},,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,function(e,t,n){"use strict";var r=n(65),i=n(21),a=n(288),o=n(50),s=n(148),u=n(67),l=n(561),c=n(289),d=n(174),f=n(68),h=n(291),m=f("isConcatSpreadable"),_=h>=51||!i((function(){var e=[];return e[m]=!1,e.concat()[0]!==e})),p=d("concat"),y=function(e){if(!o(e))return!1;var t=e[m];return void 0!==t?!!t:a(e)};r({target:"Array",proto:!0,forced:!_||!p},{concat:function(e){var t,n,r,i,a,o=s(this),d=c(o,0),f=0;for(t=-1,r=arguments.length;t<r;t++)if(a=-1===t?o:arguments[t],y(a)){if(f+(i=u(a.length))>9007199254740991)throw TypeError("Maximum allowed index exceeded");for(n=0;n<i;n++,f++)n in a&&l(d,f,a[n])}else{if(f>=9007199254740991)throw TypeError("Maximum allowed index exceeded");l(d,f++,a)}return d.length=f,d}})},function(e,t,n){"use strict";var r={}.propertyIsEnumerable,i=Object.getOwnPropertyDescriptor,a=i&&!r.call({1:2},1);t.f=a?function(e){var t=i(this,e);return!!t&&t.enumerable}:r},function(e,t,n){var r=n(24),i=n(50),a=r.document,o=i(a)&&i(a.createElement);e.exports=function(e){return o?a.createElement(e):{}}},function(e,t,n){var r,i,a,o=n(548),s=n(24),u=n(50),l=n(93),c=n(51),d=n(549),f=n(286),h=s.WeakMap;if(o){var m=new h,_=m.get,p=m.has,y=m.set;r=function(e,t){return y.call(m,e,t),t},i=function(e){return _.call(m,e)||{}},a=function(e){return p.call(m,e)}}else{var g=d("state");f[g]=!0,r=function(e,t){return l(e,g,t),t},i=function(e){return c(e,g)?e[g]:{}},a=function(e){return c(e,g)}}e.exports={set:r,get:i,has:a,enforce:function(e){return a(e)?i(e):r(e,{})},getterFor:function(e){return function(t){var n;if(!u(t)||(n=i(t)).type!==e)throw TypeError("Incompatible receiver, "+e+" required");return n}}}},function(e,t,n){var r=n(24),i=n(282),a=r.WeakMap;e.exports="function"==typeof a&&/native code/.test(i(a))},function(e,t,n){var r=n(284),i=n(285),a=r("keys");e.exports=function(e){return a[e]||(a[e]=i(e))}},function(e,t){e.exports=!1},function(e,t,n){var r=n(51),i=n(552),a=n(279),o=n(172);e.exports=function(e,t){for(var n=i(t),s=o.f,u=a.f,l=0;l<n.length;l++){var c=n[l];r(e,c)||s(e,c,u(t,c))}}},function(e,t,n){var r=n(287),i=n(554),a=n(559),o=n(66);e.exports=r("Reflect","ownKeys")||function(e){var t=i.f(o(e)),n=a.f;return n?t.concat(n(e)):t}},function(e,t,n){var r=n(24);e.exports=r},function(e,t,n){var r=n(555),i=n(558).concat("length","prototype");t.f=Object.getOwnPropertyNames||function(e){return r(e,i)}},function(e,t,n){var r=n(51),i=n(144),a=n(556).indexOf,o=n(286);e.exports=function(e,t){var n,s=i(e),u=0,l=[];for(n in s)!r(o,n)&&r(s,n)&&l.push(n);for(;t.length>u;)r(s,n=t[u++])&&(~a(l,n)||l.push(n));return l}},function(e,t,n){var r=n(144),i=n(67),a=n(557),o=function(e){return function(t,n,o){var s,u=r(t),l=i(u.length),c=a(o,l);if(e&&n!=n){for(;l>c;)if((s=u[c++])!=s)return!0}else for(;l>c;c++)if((e||c in u)&&u[c]===n)return e||c||0;return!e&&-1}};e.exports={includes:o(!0),indexOf:o(!1)}},function(e,t,n){var r=n(147),i=Math.max,a=Math.min;e.exports=function(e,t){var n=r(e);return n<0?i(n+t,0):a(n,t)}},function(e,t){e.exports=["constructor","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","toLocaleString","toString","valueOf"]},function(e,t){t.f=Object.getOwnPropertySymbols},function(e,t,n){var r=n(21),i=/#|\.prototype\./,a=function(e,t){var n=s[o(e)];return n==l||n!=u&&("function"==typeof t?r(t):!!t)},o=a.normalize=function(e){return String(e).replace(i,".").toLowerCase()},s=a.data={},u=a.NATIVE="N",l=a.POLYFILL="P";e.exports=a},function(e,t,n){"use strict";var r=n(171),i=n(172),a=n(170);e.exports=function(e,t,n){var o=r(t);o in e?i.f(e,o,a(0,n)):e[o]=n}},function(e,t,n){var r=n(290);e.exports=r&&!Symbol.sham&&"symbol"==typeof Symbol.iterator},function(e,t,n){var r=n(287);e.exports=r("navigator","userAgent")||""},function(e,t,n){"use strict";var r=n(65),i=n(292).filter,a=n(174),o=n(176),s=a("filter"),u=o("filter");r({target:"Array",proto:!0,forced:!s||!u},{filter:function(e){return i(this,e,arguments.length>1?arguments[1]:void 0)}})},function(e,t,n){var r=n(175);e.exports=function(e,t,n){if(r(e),void 0===t)return e;switch(n){case 0:return function(){return e.call(t)};case 1:return function(n){return e.call(t,n)};case 2:return function(n,r){return e.call(t,n,r)};case 3:return function(n,r,i){return e.call(t,n,r,i)}}return function(){return e.apply(t,arguments)}}},function(e,t,n){"use strict";var r=n(65),i=n(145),a=n(144),o=n(293),s=[].join,u=i!=Object,l=o("join",",");r({target:"Array",proto:!0,forced:u||!l},{join:function(e){return s.call(a(this),void 0===e?",":e)}})},function(e,t,n){"use strict";var r=n(65),i=n(292).map,a=n(174),o=n(176),s=a("map"),u=o("map");r({target:"Array",proto:!0,forced:!s||!u},{map:function(e){return i(this,e,arguments.length>1?arguments[1]:void 0)}})},function(e,t,n){"use strict";var r=n(65),i=n(569).left,a=n(293),o=n(176),s=a("reduce"),u=o("reduce",{1:0});r({target:"Array",proto:!0,forced:!s||!u},{reduce:function(e){return i(this,e,arguments.length,arguments.length>1?arguments[1]:void 0)}})},function(e,t,n){var r=n(175),i=n(148),a=n(145),o=n(67),s=function(e){return function(t,n,s,u){r(n);var l=i(t),c=a(l),d=o(l.length),f=e?d-1:0,h=e?-1:1;if(s<2)for(;;){if(f in c){u=c[f],f+=h;break}if(f+=h,e?f<0:d<=f)throw TypeError("Reduce of empty array with no initial value")}for(;e?f>=0:d>f;f+=h)f in c&&(u=n(u,c[f],f,l));return u}};e.exports={left:s(!1),right:s(!0)}},function(e,t,n){"use strict";var r=n(66);e.exports=function(){var e=r(this),t="";return e.global&&(t+="g"),e.ignoreCase&&(t+="i"),e.multiline&&(t+="m"),e.dotAll&&(t+="s"),e.unicode&&(t+="u"),e.sticky&&(t+="y"),t}},function(e,t,n){"use strict";var r=n(21);function i(e,t){return RegExp(e,t)}t.UNSUPPORTED_Y=r((function(){var e=i("a","y");return e.lastIndex=2,null!=e.exec("abcd")})),t.BROKEN_CARET=r((function(){var e=i("^r","gy");return e.lastIndex=2,null!=e.exec("str")}))},function(e,t,n){"use strict";var r=n(295),i=n(66),a=n(148),o=n(67),s=n(147),u=n(92),l=n(296),c=n(297),d=Math.max,f=Math.min,h=Math.floor,m=/\$([$&'`]|\d\d?|<[^>]*>)/g,_=/\$([$&'`]|\d\d?)/g;r("replace",2,(function(e,t,n,r){var p=r.REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE,y=r.REPLACE_KEEPS_$0,g=p?"$":"$0";return[function(n,r){var i=u(this),a=null==n?void 0:n[e];return void 0!==a?a.call(n,i,r):t.call(String(i),n,r)},function(e,r){if(!p&&y||"string"==typeof r&&-1===r.indexOf(g)){var a=n(t,e,this,r);if(a.done)return a.value}var u=i(e),h=String(this),m="function"==typeof r;m||(r=String(r));var _=u.global;if(_){var M=u.unicode;u.lastIndex=0}for(var L=[];;){var Y=c(u,h);if(null===Y)break;if(L.push(Y),!_)break;""===String(Y[0])&&(u.lastIndex=l(h,o(u.lastIndex),M))}for(var k,w="",b=0,T=0;T<L.length;T++){Y=L[T];for(var x=String(Y[0]),D=d(f(s(Y.index),h.length),0),S=[],E=1;E<Y.length;E++)S.push(void 0===(k=Y[E])?k:String(k));var j=Y.groups;if(m){var O=[x].concat(S,D,h);void 0!==j&&O.push(j);var H=String(r.apply(void 0,O))}else H=v(x,h,D,S,j,r);D>=b&&(w+=h.slice(b,D)+H,b=D+x.length)}return w+h.slice(b)}];function v(e,n,r,i,o,s){var u=r+e.length,l=i.length,c=_;return void 0!==o&&(o=a(o),c=m),t.call(s,c,(function(t,a){var s;switch(a.charAt(0)){case"$":return"$";case"&":return e;case"`":return n.slice(0,r);case"'":return n.slice(u);case"<":s=o[a.slice(1,-1)];break;default:var c=+a;if(0===c)return t;if(c>l){var d=h(c/10);return 0===d?t:d<=l?void 0===i[d-1]?a.charAt(1):i[d-1]+a.charAt(1):t}s=i[c-1]}return void 0===s?"":s}))}}))},function(e,t,n){var r=n(147),i=n(92),a=function(e){return function(t,n){var a,o,s=String(i(t)),u=r(n),l=s.length;return u<0||u>=l?e?"":void 0:(a=s.charCodeAt(u))<55296||a>56319||u+1===l||(o=s.charCodeAt(u+1))<56320||o>57343?e?s.charAt(u):a:e?s.slice(u,u+2):o-56320+(a-55296<<10)+65536}};e.exports={codeAt:a(!1),charAt:a(!0)}},function(e,t,n){"use strict";var r=n(295),i=n(575),a=n(66),o=n(92),s=n(576),u=n(296),l=n(67),c=n(297),d=n(149),f=n(21),h=[].push,m=Math.min,_=!f((function(){return!RegExp(4294967295,"y")}));r("split",2,(function(e,t,n){var r;return r="c"=="abbc".split(/(b)*/)[1]||4!="test".split(/(?:)/,-1).length||2!="ab".split(/(?:ab)*/).length||4!=".".split(/(.?)(.?)/).length||".".split(/()()/).length>1||"".split(/.?/).length?function(e,n){var r=String(o(this)),a=void 0===n?4294967295:n>>>0;if(0===a)return[];if(void 0===e)return[r];if(!i(e))return t.call(r,e,a);for(var s,u,l,c=[],f=(e.ignoreCase?"i":"")+(e.multiline?"m":"")+(e.unicode?"u":"")+(e.sticky?"y":""),m=0,_=new RegExp(e.source,f+"g");(s=d.call(_,r))&&!((u=_.lastIndex)>m&&(c.push(r.slice(m,s.index)),s.length>1&&s.index<r.length&&h.apply(c,s.slice(1)),l=s[0].length,m=u,c.length>=a));)_.lastIndex===s.index&&_.lastIndex++;return m===r.length?!l&&_.test("")||c.push(""):c.push(r.slice(m)),c.length>a?c.slice(0,a):c}:"0".split(void 0,0).length?function(e,n){return void 0===e&&0===n?[]:t.call(this,e,n)}:t,[function(t,n){var i=o(this),a=null==t?void 0:t[e];return void 0!==a?a.call(t,i,n):r.call(String(i),t,n)},function(e,i){var o=n(r,e,this,i,r!==t);if(o.done)return o.value;var d=a(e),f=String(this),h=s(d,RegExp),p=d.unicode,y=(d.ignoreCase?"i":"")+(d.multiline?"m":"")+(d.unicode?"u":"")+(_?"y":"g"),g=new h(_?d:"^(?:"+d.source+")",y),v=void 0===i?4294967295:i>>>0;if(0===v)return[];if(0===f.length)return null===c(g,f)?[f]:[];for(var M=0,L=0,Y=[];L<f.length;){g.lastIndex=_?L:0;var k,w=c(g,_?f:f.slice(L));if(null===w||(k=m(l(g.lastIndex+(_?0:L)),f.length))===M)L=u(f,L,p);else{if(Y.push(f.slice(M,L)),Y.length===v)return Y;for(var b=1;b<=w.length-1;b++)if(Y.push(w[b]),Y.length===v)return Y;L=M=k}}return Y.push(f.slice(M)),Y}]}),!_)},function(e,t,n){var r=n(50),i=n(146),a=n(68)("match");e.exports=function(e){var t;return r(e)&&(void 0!==(t=e[a])?!!t:"RegExp"==i(e))}},function(e,t,n){var r=n(66),i=n(175),a=n(68)("species");e.exports=function(e,t){var n,o=r(e).constructor;return void 0===o||null==(n=r(o)[a])?t:i(n)}},function(e,t,n){var r=n(90);e.exports=(r.default||r).template({1:function(e,t,n,r,i){var a,o=e.lambda,s=e.escapeExpression,u=e.lookupProperty||function(e,t){if(Object.prototype.hasOwnProperty.call(e,t))return e[t]};return'<img src="'+s(o(null!=(a=null!=t?u(t,"contact"):t)?u(a,"avatar"):a,t))+'&size=32" class="avatar" srcset="'+s(o(null!=(a=null!=t?u(t,"contact"):t)?u(a,"avatar"):a,t))+"&size=32 1x, "+s(o(null!=(a=null!=t?u(t,"contact"):t)?u(a,"avatar"):a,t))+"&size=64 2x, "+s(o(null!=(a=null!=t?u(t,"contact"):t)?u(a,"avatar"):a,t))+'&size=128 4x" alt="">\n'},3:function(e,t,n,r,i){return'<div class="avatar"></div>\n'},5:function(e,t,n,r,i){var a,o=e.lambda,s=e.escapeExpression,u=e.lookupProperty||function(e,t){if(Object.prototype.hasOwnProperty.call(e,t))return e[t]};return'<a class="top-action" href="'+s(o(null!=(a=null!=(a=null!=t?u(t,"contact"):t)?u(a,"topAction"):a)?u(a,"hyperlink"):a,t))+'" title="'+s(o(null!=(a=null!=(a=null!=t?u(t,"contact"):t)?u(a,"topAction"):a)?u(a,"title"):a,t))+'">\n\t<img src="'+s(o(null!=(a=null!=(a=null!=t?u(t,"contact"):t)?u(a,"topAction"):a)?u(a,"icon"):a,t))+'" alt="'+s(o(null!=(a=null!=(a=null!=t?u(t,"contact"):t)?u(a,"topAction"):a)?u(a,"title"):a,t))+'">\n</a>\n'},7:function(e,t,n,r,i){var a,o=e.lambda,s=e.escapeExpression,u=e.lookupProperty||function(e,t){if(Object.prototype.hasOwnProperty.call(e,t))return e[t]};return'<a class="second-action" href="'+s(o(null!=(a=null!=(a=null!=t?u(t,"contact"):t)?u(a,"secondAction"):a)?u(a,"hyperlink"):a,t))+'" title="'+s(o(null!=(a=null!=(a=null!=t?u(t,"contact"):t)?u(a,"secondAction"):a)?u(a,"title"):a,t))+'">\n\t<img src="'+s(o(null!=(a=null!=(a=null!=t?u(t,"contact"):t)?u(a,"secondAction"):a)?u(a,"icon"):a,t))+'" alt="'+s(o(null!=(a=null!=(a=null!=t?u(t,"contact"):t)?u(a,"secondAction"):a)?u(a,"title"):a,t))+'">\n</a>\n'},9:function(e,t,n,r,i){var a,o=e.lookupProperty||function(e,t){if(Object.prototype.hasOwnProperty.call(e,t))return e[t]};return'\t<span class="other-actions icon-more"></span>\n\t<div class="menu popovermenu">\n\t\t<ul>\n'+(null!=(a=o(n,"each").call(null!=t?t:e.nullContext||{},null!=(a=null!=t?o(t,"contact"):t)?o(a,"actions"):a,{name:"each",hash:{},fn:e.program(10,i,0),inverse:e.noop,data:i,loc:{start:{line:24,column:3},end:{line:31,column:12}}}))?a:"")+"\t\t</ul>\n\t</div>\n"},10:function(e,t,n,r,i){var a,o=null!=t?t:e.nullContext||{},s=e.hooks.helperMissing,u=e.escapeExpression,l=e.lookupProperty||function(e,t){if(Object.prototype.hasOwnProperty.call(e,t))return e[t]};return'\t\t\t<li>\n\t\t\t\t<a href="'+u("function"==typeof(a=null!=(a=l(n,"hyperlink")||(null!=t?l(t,"hyperlink"):t))?a:s)?a.call(o,{name:"hyperlink",hash:{},data:i,loc:{start:{line:26,column:13},end:{line:26,column:26}}}):a)+'">\n\t\t\t\t\t<img src="'+u("function"==typeof(a=null!=(a=l(n,"icon")||(null!=t?l(t,"icon"):t))?a:s)?a.call(o,{name:"icon",hash:{},data:i,loc:{start:{line:27,column:15},end:{line:27,column:23}}}):a)+'" alt="">\n\t\t\t\t\t<span>'+u("function"==typeof(a=null!=(a=l(n,"title")||(null!=t?l(t,"title"):t))?a:s)?a.call(o,{name:"title",hash:{},data:i,loc:{start:{line:28,column:11},end:{line:28,column:20}}}):a)+"</span>\n\t\t\t\t</a>\n\t\t\t</li>\n"},compiler:[8,">= 4.3.0"],main:function(e,t,n,r,i){var a,o=null!=t?t:e.nullContext||{},s=e.lambda,u=e.escapeExpression,l=e.lookupProperty||function(e,t){if(Object.prototype.hasOwnProperty.call(e,t))return e[t]};return(null!=(a=l(n,"if").call(o,null!=(a=null!=t?l(t,"contact"):t)?l(a,"avatar"):a,{name:"if",hash:{},fn:e.program(1,i,0),inverse:e.program(3,i,0),data:i,loc:{start:{line:1,column:0},end:{line:5,column:7}}}))?a:"")+'<div class="body">\n\t<div class="full-name">'+u(s(null!=(a=null!=t?l(t,"contact"):t)?l(a,"fullName"):a,t))+'</div>\n\t<div class="last-message">'+u(s(null!=(a=null!=t?l(t,"contact"):t)?l(a,"lastMessage"):a,t))+"</div>\n</div>\n"+(null!=(a=l(n,"if").call(o,null!=(a=null!=t?l(t,"contact"):t)?l(a,"topAction"):a,{name:"if",hash:{},fn:e.program(5,i,0),inverse:e.noop,data:i,loc:{start:{line:10,column:0},end:{line:14,column:7}}}))?a:"")+(null!=(a=l(n,"if").call(o,null!=(a=null!=t?l(t,"contact"):t)?l(a,"hasTwoActions"):a,{name:"if",hash:{},fn:e.program(7,i,0),inverse:e.noop,data:i,loc:{start:{line:15,column:0},end:{line:19,column:7}}}))?a:"")+(null!=(a=l(n,"if").call(o,null!=(a=null!=t?l(t,"contact"):t)?l(a,"hasManyActions"):a,{name:"if",hash:{},fn:e.program(9,i,0),inverse:e.noop,data:i,loc:{start:{line:20,column:0},end:{line:34,column:7}}}))?a:"")},useData:!0})},function(e,t,n){"use strict";t.__esModule=!0;var r=n(27);t.default=function(e){e.registerHelper("blockHelperMissing",(function(t,n){var i=n.inverse,a=n.fn;if(!0===t)return a(this);if(!1===t||null==t)return i(this);if(r.isArray(t))return t.length>0?(n.ids&&(n.ids=[n.name]),e.helpers.each(t,n)):i(this);if(n.data&&n.ids){var o=r.createFrame(n.data);o.contextPath=r.appendContextPath(n.data.contextPath,n.name),n={data:o}}return a(t,n)}))},e.exports=t.default},function(e,t,n){"use strict";(function(r){t.__esModule=!0;var i,a=n(27),o=n(52),s=(i=o)&&i.__esModule?i:{default:i};t.default=function(e){e.registerHelper("each",(function(e,t){if(!t)throw new s.default("Must pass iterator to #each");var n,i=t.fn,o=t.inverse,u=0,l="",c=void 0,d=void 0;function f(t,n,r){c&&(c.key=t,c.index=n,c.first=0===n,c.last=!!r,d&&(c.contextPath=d+t)),l+=i(e[t],{data:c,blockParams:a.blockParams([e[t],t],[d+t,null])})}if(t.data&&t.ids&&(d=a.appendContextPath(t.data.contextPath,t.ids[0])+"."),a.isFunction(e)&&(e=e.call(this)),t.data&&(c=a.createFrame(t.data)),e&&"object"==typeof e)if(a.isArray(e))for(var h=e.length;u<h;u++)u in e&&f(u,u,u===e.length-1);else if(r.Symbol&&e[r.Symbol.iterator]){for(var m=[],_=e[r.Symbol.iterator](),p=_.next();!p.done;p=_.next())m.push(p.value);for(h=(e=m).length;u<h;u++)f(u,u,u===e.length-1)}else n=void 0,Object.keys(e).forEach((function(e){void 0!==n&&f(n,u-1),n=e,u++})),void 0!==n&&f(n,u-1,!0);return 0===u&&(l=o(this)),l}))},e.exports=t.default}).call(this,n(14))},function(e,t,n){"use strict";t.__esModule=!0;var r,i=n(52),a=(r=i)&&r.__esModule?r:{default:r};t.default=function(e){e.registerHelper("helperMissing",(function(){if(1!==arguments.length)throw new a.default('Missing helper: "'+arguments[arguments.length-1].name+'"')}))},e.exports=t.default},function(e,t,n){"use strict";t.__esModule=!0;var r,i=n(27),a=n(52),o=(r=a)&&r.__esModule?r:{default:r};t.default=function(e){e.registerHelper("if",(function(e,t){if(2!=arguments.length)throw new o.default("#if requires exactly one argument");return i.isFunction(e)&&(e=e.call(this)),!t.hash.includeZero&&!e||i.isEmpty(e)?t.inverse(this):t.fn(this)})),e.registerHelper("unless",(function(t,n){if(2!=arguments.length)throw new o.default("#unless requires exactly one argument");return e.helpers.if.call(this,t,{fn:n.inverse,inverse:n.fn,hash:n.hash})}))},e.exports=t.default},function(e,t,n){"use strict";t.__esModule=!0,t.default=function(e){e.registerHelper("log",(function(){for(var t=[void 0],n=arguments[arguments.length-1],r=0;r<arguments.length-1;r++)t.push(arguments[r]);var i=1;null!=n.hash.level?i=n.hash.level:n.data&&null!=n.data.level&&(i=n.data.level),t[0]=i,e.log.apply(e,t)}))},e.exports=t.default},function(e,t,n){"use strict";t.__esModule=!0,t.default=function(e){e.registerHelper("lookup",(function(e,t,n){return e?n.lookupProperty(e,t):e}))},e.exports=t.default},function(e,t,n){"use strict";t.__esModule=!0;var r,i=n(27),a=n(52),o=(r=a)&&r.__esModule?r:{default:r};t.default=function(e){e.registerHelper("with",(function(e,t){if(2!=arguments.length)throw new o.default("#with requires exactly one argument");i.isFunction(e)&&(e=e.call(this));var n=t.fn;if(i.isEmpty(e))return t.inverse(this);var r=t.data;return t.data&&t.ids&&((r=i.createFrame(t.data)).contextPath=i.appendContextPath(t.data.contextPath,t.ids[0])),n(e,{data:r,blockParams:i.blockParams([e],[r&&r.contextPath])})}))},e.exports=t.default},function(e,t,n){"use strict";t.__esModule=!0,t.registerDefaultDecorators=function(e){a.default(e)};var r,i=n(586),a=(r=i)&&r.__esModule?r:{default:r}},function(e,t,n){"use strict";t.__esModule=!0;var r=n(27);t.default=function(e){e.registerDecorator("inline",(function(e,t,n,i){var a=e;return t.partials||(t.partials={},a=function(i,a){var o=n.partials;n.partials=r.extend({},o,t.partials);var s=e(i,a);return n.partials=o,s}),t.partials[i.args[0]]=i.fn,a}))},e.exports=t.default},function(e,t,n){"use strict";t.__esModule=!0,t.createNewLookupObject=function(){for(var e=arguments.length,t=Array(e),n=0;n<e;n++)t[n]=arguments[n];return r.extend.apply(void 0,[Object.create(null)].concat(t))};var r=n(27)},function(e,t,n){"use strict";function r(e){this.string=e}t.__esModule=!0,r.prototype.toString=r.prototype.toHTML=function(){return""+this.string},t.default=r,e.exports=t.default},function(e,t,n){"use strict";t.__esModule=!0,t.checkRevision=function(e){var t=e&&e[0]||1,n=s.COMPILER_REVISION;if(t>=s.LAST_COMPATIBLE_COMPILER_REVISION&&t<=s.COMPILER_REVISION)return;if(t<s.LAST_COMPATIBLE_COMPILER_REVISION){var r=s.REVISION_CHANGES[n],i=s.REVISION_CHANGES[t];throw new o.default("Template was precompiled with an older version of Handlebars than the current runtime. Please update your precompiler to a newer version ("+r+") or downgrade your runtime to an older version ("+i+").")}throw new o.default("Template was precompiled with a newer version of Handlebars than the current runtime. Please update your runtime to a newer version ("+e[1]+").")},t.template=function(e,t){if(!t)throw new o.default("No environment passed to template");if(!e||!e.main)throw new o.default("Unknown template object: "+typeof e);e.main.decorator=e.main_d,t.VM.checkRevision(e.compiler);var n=e.compiler&&7===e.compiler[0];var r={strict:function(e,t,n){if(!(e&&t in e))throw new o.default('"'+t+'" not defined in '+e,{loc:n});return e[t]},lookupProperty:function(e,t){var n=e[t];return null==n||Object.prototype.hasOwnProperty.call(e,t)||c.resultIsAllowed(n,r.protoAccessControl,t)?n:void 0},lookup:function(e,t){for(var n=e.length,i=0;i<n;i++){if(null!=(e[i]&&r.lookupProperty(e[i],t)))return e[i][t]}},lambda:function(e,t){return"function"==typeof e?e.call(t):e},escapeExpression:i.escapeExpression,invokePartial:function(n,r,a){a.hash&&(r=i.extend({},r,a.hash),a.ids&&(a.ids[0]=!0)),n=t.VM.resolvePartial.call(this,n,r,a);var s=i.extend({},a,{hooks:this.hooks,protoAccessControl:this.protoAccessControl}),u=t.VM.invokePartial.call(this,n,r,s);if(null==u&&t.compile&&(a.partials[a.name]=t.compile(n,e.compilerOptions,t),u=a.partials[a.name](r,s)),null!=u){if(a.indent){for(var l=u.split("\n"),c=0,d=l.length;c<d&&(l[c]||c+1!==d);c++)l[c]=a.indent+l[c];u=l.join("\n")}return u}throw new o.default("The partial "+a.name+" could not be compiled when running in runtime-only mode")},fn:function(t){var n=e[t];return n.decorator=e[t+"_d"],n},programs:[],program:function(e,t,n,r,i){var a=this.programs[e],o=this.fn(e);return t||i||r||n?a=d(this,e,o,t,n,r,i):a||(a=this.programs[e]=d(this,e,o)),a},data:function(e,t){for(;e&&t--;)e=e._parent;return e},mergeIfNeeded:function(e,t){var n=e||t;return e&&t&&e!==t&&(n=i.extend({},t,e)),n},nullContext:Object.seal({}),noop:t.VM.noop,compilerInfo:e.compiler};function a(t){var n=arguments.length<=1||void 0===arguments[1]?{}:arguments[1],i=n.data;a._setup(n),!n.partial&&e.useData&&(i=h(t,i));var o=void 0,s=e.useBlockParams?[]:void 0;function u(t){return""+e.main(r,t,r.helpers,r.partials,i,s,o)}return e.useDepths&&(o=n.depths?t!=n.depths[0]?[t].concat(n.depths):n.depths:[t]),(u=m(e.main,u,r,n.depths||[],i,s))(t,n)}return a.isTop=!0,a._setup=function(a){if(a.partial)r.protoAccessControl=a.protoAccessControl,r.helpers=a.helpers,r.partials=a.partials,r.decorators=a.decorators,r.hooks=a.hooks;else{var o=i.extend({},t.helpers,a.helpers);!function(e,t){Object.keys(e).forEach((function(n){var r=e[n];e[n]=function(e,t){var n=t.lookupProperty;return l.wrapHelper(e,(function(e){return i.extend({lookupProperty:n},e)}))}(r,t)}))}(o,r),r.helpers=o,e.usePartial&&(r.partials=r.mergeIfNeeded(a.partials,t.partials)),(e.usePartial||e.useDecorators)&&(r.decorators=i.extend({},t.decorators,a.decorators)),r.hooks={},r.protoAccessControl=c.createProtoAccessControl(a);var s=a.allowCallsToHelperMissing||n;u.moveHelperToHooks(r,"helperMissing",s),u.moveHelperToHooks(r,"blockHelperMissing",s)}},a._child=function(t,n,i,a){if(e.useBlockParams&&!i)throw new o.default("must pass block params");if(e.useDepths&&!a)throw new o.default("must pass parent depths");return d(r,t,e[t],n,0,i,a)},a},t.wrapProgram=d,t.resolvePartial=function(e,t,n){e?e.call||n.name||(n.name=e,e=n.partials[e]):e="@partial-block"===n.name?n.data["partial-block"]:n.partials[n.name];return e},t.invokePartial=function(e,t,n){var r=n.data&&n.data["partial-block"];n.partial=!0,n.ids&&(n.data.contextPath=n.ids[0]||n.data.contextPath);var a=void 0;n.fn&&n.fn!==f&&function(){n.data=s.createFrame(n.data);var e=n.fn;a=n.data["partial-block"]=function(t){var n=arguments.length<=1||void 0===arguments[1]?{}:arguments[1];return n.data=s.createFrame(n.data),n.data["partial-block"]=r,e(t,n)},e.partials&&(n.partials=i.extend({},n.partials,e.partials))}();void 0===e&&a&&(e=a);if(void 0===e)throw new o.default("The partial "+n.name+" could not be found");if(e instanceof Function)return e(t,n)},t.noop=f;var r,i=function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&(t[n]=e[n]);return t.default=e,t}(n(27)),a=n(52),o=(r=a)&&r.__esModule?r:{default:r},s=n(298),u=n(299),l=n(590),c=n(301);function d(e,t,n,r,i,a,o){function s(t){var i=arguments.length<=1||void 0===arguments[1]?{}:arguments[1],s=o;return!o||t==o[0]||t===e.nullContext&&null===o[0]||(s=[t].concat(o)),n(e,t,e.helpers,e.partials,i.data||r,a&&[i.blockParams].concat(a),s)}return(s=m(n,s,e,o,r,a)).program=t,s.depth=o?o.length:0,s.blockParams=i||0,s}function f(){return""}function h(e,t){return t&&"root"in t||((t=t?s.createFrame(t):{}).root=e),t}function m(e,t,n,r,a,o){if(e.decorator){var s={};t=e.decorator(t,s,n,r&&r[0],a,o,r),i.extend(t,s)}return t}},function(e,t,n){"use strict";t.__esModule=!0,t.wrapHelper=function(e,t){if("function"!=typeof e)return e;return function(){var n=arguments[arguments.length-1];return arguments[arguments.length-1]=t(n),e.apply(this,arguments)}}},function(e,t,n){"use strict";(function(n){t.__esModule=!0,t.default=function(e){var t=void 0!==n?n:window,r=t.Handlebars;e.noConflict=function(){return t.Handlebars===e&&(t.Handlebars=r),e}},e.exports=t.default}).call(this,n(14))},function(e,t,n){var r=n(90);e.exports=(r.default||r).template({compiler:[8,">= 4.3.0"],main:function(e,t,n,r,i){var a,o=e.lookupProperty||function(e,t){if(Object.prototype.hasOwnProperty.call(e,t))return e[t]};return'<div class="emptycontent">\n\t<div class="icon-loading"></div>\n\t<h2>'+e.escapeExpression("function"==typeof(a=null!=(a=o(n,"loadingText")||(null!=t?o(t,"loadingText"):t))?a:e.hooks.helperMissing)?a.call(null!=t?t:e.nullContext||{},{name:"loadingText",hash:{},data:i,loc:{start:{line:3,column:5},end:{line:3,column:20}}}):a)+"</h2>\n</div>\n"},useData:!0})},function(e,t,n){var r=n(90);e.exports=(r.default||r).template({compiler:[8,">= 4.3.0"],main:function(e,t,n,r,i){var a,o=e.lookupProperty||function(e,t){if(Object.prototype.hasOwnProperty.call(e,t))return e[t]};return'<div class="emptycontent">\n\t<div class="icon-search"></div>\n\t<h2>'+e.escapeExpression("function"==typeof(a=null!=(a=o(n,"couldNotLoadText")||(null!=t?o(t,"couldNotLoadText"):t))?a:e.hooks.helperMissing)?a.call(null!=t?t:e.nullContext||{},{name:"couldNotLoadText",hash:{},data:i,loc:{start:{line:3,column:5},end:{line:3,column:25}}}):a)+"</h2>\n</div>\n"},useData:!0})},function(e,t,n){var r=n(90);e.exports=(r.default||r).template({compiler:[8,">= 4.3.0"],main:function(e,t,n,r,i){var a,o=null!=t?t:e.nullContext||{},s=e.hooks.helperMissing,u=e.escapeExpression,l=e.lookupProperty||function(e,t){if(Object.prototype.hasOwnProperty.call(e,t))return e[t]};return'<label class="hidden-visually" for="contactsmenu-search">'+u("function"==typeof(a=null!=(a=l(n,"searchContactsText")||(null!=t?l(t,"searchContactsText"):t))?a:s)?a.call(o,{name:"searchContactsText",hash:{},data:i,loc:{start:{line:1,column:57},end:{line:1,column:79}}}):a)+'</label>\n<input id="contactsmenu-search" type="search" placeholder="'+u("function"==typeof(a=null!=(a=l(n,"searchContactsText")||(null!=t?l(t,"searchContactsText"):t))?a:s)?a.call(o,{name:"searchContactsText",hash:{},data:i,loc:{start:{line:2,column:59},end:{line:2,column:81}}}):a)+'" value="'+u("function"==typeof(a=null!=(a=l(n,"searchTerm")||(null!=t?l(t,"searchTerm"):t))?a:s)?a.call(o,{name:"searchTerm",hash:{},data:i,loc:{start:{line:2,column:90},end:{line:2,column:104}}}):a)+'">\n<div class="content">\n</div>\n'},useData:!0})},function(e,t,n){var r=n(90);e.exports=(r.default||r).template({1:function(e,t,n,r,i){var a,o=e.lookupProperty||function(e,t){if(Object.prototype.hasOwnProperty.call(e,t))return e[t]};return'<div class="emptycontent">\n\t<div class="icon-search"></div>\n\t<h2>'+e.escapeExpression("function"==typeof(a=null!=(a=o(n,"noContactsFoundText")||(null!=t?o(t,"noContactsFoundText"):t))?a:e.hooks.helperMissing)?a.call(null!=t?t:e.nullContext||{},{name:"noContactsFoundText",hash:{},data:i,loc:{start:{line:4,column:5},end:{line:4,column:28}}}):a)+"</h2>\n</div>\n"},3:function(e,t,n,r,i){var a,o=null!=t?t:e.nullContext||{},s=e.hooks.helperMissing,u=e.escapeExpression,l=e.lookupProperty||function(e,t){if(Object.prototype.hasOwnProperty.call(e,t))return e[t]};return'<div class="footer"><a href="'+u("function"==typeof(a=null!=(a=l(n,"contactsAppURL")||(null!=t?l(t,"contactsAppURL"):t))?a:s)?a.call(o,{name:"contactsAppURL",hash:{},data:i,loc:{start:{line:9,column:29},end:{line:9,column:47}}}):a)+'">'+u("function"==typeof(a=null!=(a=l(n,"showAllContactsText")||(null!=t?l(t,"showAllContactsText"):t))?a:s)?a.call(o,{name:"showAllContactsText",hash:{},data:i,loc:{start:{line:9,column:49},end:{line:9,column:72}}}):a)+"</a></div>\n"},5:function(e,t,n,r,i){var a,o=e.lookupProperty||function(e,t){if(Object.prototype.hasOwnProperty.call(e,t))return e[t]};return null!=(a=o(n,"if").call(null!=t?t:e.nullContext||{},null!=t?o(t,"canInstallApp"):t,{name:"if",hash:{},fn:e.program(6,i,0),inverse:e.noop,data:i,loc:{start:{line:10,column:0},end:{line:12,column:0}}}))?a:""},6:function(e,t,n,r,i){var a,o=null!=t?t:e.nullContext||{},s=e.hooks.helperMissing,u=e.escapeExpression,l=e.lookupProperty||function(e,t){if(Object.prototype.hasOwnProperty.call(e,t))return e[t]};return'<div class="footer"><a href="'+u("function"==typeof(a=null!=(a=l(n,"contactsAppMgmtURL")||(null!=t?l(t,"contactsAppMgmtURL"):t))?a:s)?a.call(o,{name:"contactsAppMgmtURL",hash:{},data:i,loc:{start:{line:11,column:29},end:{line:11,column:51}}}):a)+'">'+u("function"==typeof(a=null!=(a=l(n,"contactsAppMgmtText")||(null!=t?l(t,"contactsAppMgmtText"):t))?a:s)?a.call(o,{name:"contactsAppMgmtText",hash:{},data:i,loc:{start:{line:11,column:53},end:{line:11,column:76}}}):a)+"</a></div>\n"},compiler:[8,">= 4.3.0"],main:function(e,t,n,r,i){var a,o=null!=t?t:e.nullContext||{},s=e.lookupProperty||function(e,t){if(Object.prototype.hasOwnProperty.call(e,t))return e[t]};return(null!=(a=s(n,"unless").call(o,null!=(a=null!=t?s(t,"contacts"):t)?s(a,"length"):a,{name:"unless",hash:{},fn:e.program(1,i,0),inverse:e.noop,data:i,loc:{start:{line:1,column:0},end:{line:6,column:11}}}))?a:"")+'<div id="contactsmenu-contacts"></div>\n'+(null!=(a=s(n,"if").call(o,null!=t?s(t,"contactsAppEnabled"):t,{name:"if",hash:{},fn:e.program(3,i,0),inverse:e.program(5,i,0),data:i,loc:{start:{line:8,column:0},end:{line:12,column:7}}}))?a:"")},useData:!0})},function(e,t,n){var r={"./af":302,"./af.js":302,"./ar":303,"./ar-dz":304,"./ar-dz.js":304,"./ar-kw":305,"./ar-kw.js":305,"./ar-ly":306,"./ar-ly.js":306,"./ar-ma":307,"./ar-ma.js":307,"./ar-sa":308,"./ar-sa.js":308,"./ar-tn":309,"./ar-tn.js":309,"./ar.js":303,"./az":310,"./az.js":310,"./be":311,"./be.js":311,"./bg":312,"./bg.js":312,"./bm":313,"./bm.js":313,"./bn":314,"./bn.js":314,"./bo":315,"./bo.js":315,"./br":316,"./br.js":316,"./bs":317,"./bs.js":317,"./ca":318,"./ca.js":318,"./cs":319,"./cs.js":319,"./cv":320,"./cv.js":320,"./cy":321,"./cy.js":321,"./da":322,"./da.js":322,"./de":323,"./de-at":324,"./de-at.js":324,"./de-ch":325,"./de-ch.js":325,"./de.js":323,"./dv":326,"./dv.js":326,"./el":327,"./el.js":327,"./en-SG":328,"./en-SG.js":328,"./en-au":329,"./en-au.js":329,"./en-ca":330,"./en-ca.js":330,"./en-gb":331,"./en-gb.js":331,"./en-ie":332,"./en-ie.js":332,"./en-il":333,"./en-il.js":333,"./en-nz":334,"./en-nz.js":334,"./eo":335,"./eo.js":335,"./es":336,"./es-do":337,"./es-do.js":337,"./es-us":338,"./es-us.js":338,"./es.js":336,"./et":339,"./et.js":339,"./eu":340,"./eu.js":340,"./fa":341,"./fa.js":341,"./fi":342,"./fi.js":342,"./fo":343,"./fo.js":343,"./fr":344,"./fr-ca":345,"./fr-ca.js":345,"./fr-ch":346,"./fr-ch.js":346,"./fr.js":344,"./fy":347,"./fy.js":347,"./ga":348,"./ga.js":348,"./gd":349,"./gd.js":349,"./gl":350,"./gl.js":350,"./gom-latn":351,"./gom-latn.js":351,"./gu":352,"./gu.js":352,"./he":353,"./he.js":353,"./hi":354,"./hi.js":354,"./hr":355,"./hr.js":355,"./hu":356,"./hu.js":356,"./hy-am":357,"./hy-am.js":357,"./id":358,"./id.js":358,"./is":359,"./is.js":359,"./it":360,"./it-ch":361,"./it-ch.js":361,"./it.js":360,"./ja":362,"./ja.js":362,"./jv":363,"./jv.js":363,"./ka":364,"./ka.js":364,"./kk":365,"./kk.js":365,"./km":366,"./km.js":366,"./kn":367,"./kn.js":367,"./ko":368,"./ko.js":368,"./ku":369,"./ku.js":369,"./ky":370,"./ky.js":370,"./lb":371,"./lb.js":371,"./lo":372,"./lo.js":372,"./lt":373,"./lt.js":373,"./lv":374,"./lv.js":374,"./me":375,"./me.js":375,"./mi":376,"./mi.js":376,"./mk":377,"./mk.js":377,"./ml":378,"./ml.js":378,"./mn":379,"./mn.js":379,"./mr":380,"./mr.js":380,"./ms":381,"./ms-my":382,"./ms-my.js":382,"./ms.js":381,"./mt":383,"./mt.js":383,"./my":384,"./my.js":384,"./nb":385,"./nb.js":385,"./ne":386,"./ne.js":386,"./nl":387,"./nl-be":388,"./nl-be.js":388,"./nl.js":387,"./nn":389,"./nn.js":389,"./pa-in":390,"./pa-in.js":390,"./pl":391,"./pl.js":391,"./pt":392,"./pt-br":393,"./pt-br.js":393,"./pt.js":392,"./ro":394,"./ro.js":394,"./ru":395,"./ru.js":395,"./sd":396,"./sd.js":396,"./se":397,"./se.js":397,"./si":398,"./si.js":398,"./sk":399,"./sk.js":399,"./sl":400,"./sl.js":400,"./sq":401,"./sq.js":401,"./sr":402,"./sr-cyrl":403,"./sr-cyrl.js":403,"./sr.js":402,"./ss":404,"./ss.js":404,"./sv":405,"./sv.js":405,"./sw":406,"./sw.js":406,"./ta":407,"./ta.js":407,"./te":408,"./te.js":408,"./tet":409,"./tet.js":409,"./tg":410,"./tg.js":410,"./th":411,"./th.js":411,"./tl-ph":412,"./tl-ph.js":412,"./tlh":413,"./tlh.js":413,"./tr":414,"./tr.js":414,"./tzl":415,"./tzl.js":415,"./tzm":416,"./tzm-latn":417,"./tzm-latn.js":417,"./tzm.js":416,"./ug-cn":418,"./ug-cn.js":418,"./uk":419,"./uk.js":419,"./ur":420,"./ur.js":420,"./uz":421,"./uz-latn":422,"./uz-latn.js":422,"./uz.js":421,"./vi":423,"./vi.js":423,"./x-pseudo":424,"./x-pseudo.js":424,"./yo":425,"./yo.js":425,"./zh-cn":426,"./zh-cn.js":426,"./zh-hk":427,"./zh-hk.js":427,"./zh-tw":428,"./zh-tw.js":428};function i(e){var t=a(e);return n(t)}function a(e){if(!n.o(r,e)){var t=new Error("Cannot find module '"+e+"'");throw t.code="MODULE_NOT_FOUND",t}return r[e]}i.keys=function(){return Object.keys(r)},i.resolve=a,e.exports=i,i.id=596},function(e,t,n){var r=n(598),i=n(617);r({target:"Object",stat:!0,forced:Object.assign!==i},{assign:i})},function(e,t,n){var r=n(35),i=n(429).f,a=n(151),o=n(601),s=n(199),u=n(608),l=n(616);e.exports=function(e,t){var n,c,d,f,h,m=e.target,_=e.global,p=e.stat;if(n=_?r:p?r[m]||s(m,{}):(r[m]||{}).prototype)for(c in t){if(f=t[c],d=e.noTargetGet?(h=i(n,c))&&h.value:n[c],!l(_?c:m+(p?".":"#")+c,e.forced)&&void 0!==d){if(typeof f==typeof d)continue;u(f,d)}(e.sham||d&&d.sham)&&a(f,"sham",!0),o(n,c,f,e)}}},function(e,t){var n={}.toString;e.exports=function(e){return n.call(e).slice(8,-1)}},function(e,t,n){var r=n(35),i=n(150),a=r.document,o=i(a)&&i(a.createElement);e.exports=function(e){return o?a.createElement(e):{}}},function(e,t,n){var r=n(35),i=n(151),a=n(96),o=n(199),s=n(438),u=n(602),l=u.get,c=u.enforce,d=String(String).split("String");(e.exports=function(e,t,n,s){var u=!!s&&!!s.unsafe,l=!!s&&!!s.enumerable,f=!!s&&!!s.noTargetGet;"function"==typeof n&&("string"!=typeof t||a(n,"name")||i(n,"name",t),c(n).source=d.join("string"==typeof t?t:"")),e!==r?(u?!f&&e[t]&&(l=!0):delete e[t],l?e[t]=n:i(e,t,n)):l?e[t]=n:o(t,n)})(Function.prototype,"toString",(function(){return"function"==typeof this&&l(this).source||s(this)}))},function(e,t,n){var r,i,a,o=n(603),s=n(35),u=n(150),l=n(151),c=n(96),d=n(604),f=n(440),h=s.WeakMap;if(o){var m=new h,_=m.get,p=m.has,y=m.set;r=function(e,t){return y.call(m,e,t),t},i=function(e){return _.call(m,e)||{}},a=function(e){return p.call(m,e)}}else{var g=d("state");f[g]=!0,r=function(e,t){return l(e,g,t),t},i=function(e){return c(e,g)?e[g]:{}},a=function(e){return c(e,g)}}e.exports={set:r,get:i,has:a,enforce:function(e){return a(e)?i(e):r(e,{})},getterFor:function(e){return function(t){var n;if(!u(t)||(n=i(t)).type!==e)throw TypeError("Incompatible receiver, "+e+" required");return n}}}},function(e,t,n){var r=n(35),i=n(438),a=r.WeakMap;e.exports="function"==typeof a&&/native code/.test(i(a))},function(e,t,n){var r=n(605),i=n(607),a=r("keys");e.exports=function(e){return a[e]||(a[e]=i(e))}},function(e,t,n){var r=n(606),i=n(439);(e.exports=function(e,t){return i[e]||(i[e]=void 0!==t?t:{})})("versions",[]).push({version:"3.6.4",mode:r?"pure":"global",copyright:"© 2020 Denis Pushkarev (zloirock.ru)"})},function(e,t){e.exports=!1},function(e,t){var n=0,r=Math.random();e.exports=function(e){return"Symbol("+String(void 0===e?"":e)+")_"+(++n+r).toString(36)}},function(e,t,n){var r=n(96),i=n(609),a=n(429),o=n(436);e.exports=function(e,t){for(var n=i(t),s=o.f,u=a.f,l=0;l<n.length;l++){var c=n[l];r(e,c)||s(e,c,u(t,c))}}},function(e,t,n){var r=n(610),i=n(612),a=n(444),o=n(437);e.exports=r("Reflect","ownKeys")||function(e){var t=i.f(o(e)),n=a.f;return n?t.concat(n(e)):t}},function(e,t,n){var r=n(611),i=n(35),a=function(e){return"function"==typeof e?e:void 0};e.exports=function(e,t){return arguments.length<2?a(r[e])||a(i[e]):r[e]&&r[e][t]||i[e]&&i[e][t]}},function(e,t,n){var r=n(35);e.exports=r},function(e,t,n){var r=n(441),i=n(443).concat("length","prototype");t.f=Object.getOwnPropertyNames||function(e){return r(e,i)}},function(e,t,n){var r=n(198),i=n(614),a=n(615),o=function(e){return function(t,n,o){var s,u=r(t),l=i(u.length),c=a(o,l);if(e&&n!=n){for(;l>c;)if((s=u[c++])!=s)return!0}else for(;l>c;c++)if((e||c in u)&&u[c]===n)return e||c||0;return!e&&-1}};e.exports={includes:o(!0),indexOf:o(!1)}},function(e,t,n){var r=n(442),i=Math.min;e.exports=function(e){return e>0?i(r(e),9007199254740991):0}},function(e,t,n){var r=n(442),i=Math.max,a=Math.min;e.exports=function(e,t){var n=r(e);return n<0?i(n+t,0):a(n,t)}},function(e,t,n){var r=n(95),i=/#|\.prototype\./,a=function(e,t){var n=s[o(e)];return n==l||n!=u&&("function"==typeof t?r(t):!!t)},o=a.normalize=function(e){return String(e).replace(i,".").toLowerCase()},s=a.data={},u=a.NATIVE="N",l=a.POLYFILL="P";e.exports=a},function(e,t,n){"use strict";var r=n(94),i=n(95),a=n(618),o=n(444),s=n(430),u=n(619),l=n(432),c=Object.assign,d=Object.defineProperty;e.exports=!c||i((function(){if(r&&1!==c({b:1},c(d({},"a",{enumerable:!0,get:function(){d(this,"b",{value:3,enumerable:!1})}}),{b:2})).b)return!0;var e={},t={},n=Symbol();return e[n]=7,"abcdefghijklmnopqrst".split("").forEach((function(e){t[e]=e})),7!=c({},e)[n]||"abcdefghijklmnopqrst"!=a(c({},t)).join("")}))?function(e,t){for(var n=u(e),i=arguments.length,c=1,d=o.f,f=s.f;i>c;)for(var h,m=l(arguments[c++]),_=d?a(m).concat(d(m)):a(m),p=_.length,y=0;p>y;)h=_[y++],r&&!f.call(m,h)||(n[h]=m[h]);return n}:c},function(e,t,n){var r=n(441),i=n(443);e.exports=Object.keys||function(e){return r(e,i)}},function(e,t,n){var r=n(433);e.exports=function(e){return Object(r(e))}},function(e,t,n){e.exports=n(621)},function(e,t,n){"use strict";var r=n(19),i=n(445),a=n(622),o=n(451);function s(e){var t=new a(e),n=i(a.prototype.request,t);return r.extend(n,a.prototype,t),r.extend(n,t),n}var u=s(n(448));u.Axios=a,u.create=function(e){return s(o(u.defaults,e))},u.Cancel=n(452),u.CancelToken=n(635),u.isCancel=n(447),u.all=function(e){return Promise.all(e)},u.spread=n(636),e.exports=u,e.exports.default=u},function(e,t,n){"use strict";var r=n(19),i=n(446),a=n(623),o=n(624),s=n(451);function u(e){this.defaults=e,this.interceptors={request:new a,response:new a}}u.prototype.request=function(e){"string"==typeof e?(e=arguments[1]||{}).url=arguments[0]:e=e||{},(e=s(this.defaults,e)).method?e.method=e.method.toLowerCase():this.defaults.method?e.method=this.defaults.method.toLowerCase():e.method="get";var t=[o,void 0],n=Promise.resolve(e);for(this.interceptors.request.forEach((function(e){t.unshift(e.fulfilled,e.rejected)})),this.interceptors.response.forEach((function(e){t.push(e.fulfilled,e.rejected)}));t.length;)n=n.then(t.shift(),t.shift());return n},u.prototype.getUri=function(e){return e=s(this.defaults,e),i(e.url,e.params,e.paramsSerializer).replace(/^\?/,"")},r.forEach(["delete","get","head","options"],(function(e){u.prototype[e]=function(t,n){return this.request(r.merge(n||{},{method:e,url:t}))}})),r.forEach(["post","put","patch"],(function(e){u.prototype[e]=function(t,n,i){return this.request(r.merge(i||{},{method:e,url:t,data:n}))}})),e.exports=u},function(e,t,n){"use strict";var r=n(19);function i(){this.handlers=[]}i.prototype.use=function(e,t){return this.handlers.push({fulfilled:e,rejected:t}),this.handlers.length-1},i.prototype.eject=function(e){this.handlers[e]&&(this.handlers[e]=null)},i.prototype.forEach=function(e){r.forEach(this.handlers,(function(t){null!==t&&e(t)}))},e.exports=i},function(e,t,n){"use strict";var r=n(19),i=n(625),a=n(447),o=n(448);function s(e){e.cancelToken&&e.cancelToken.throwIfRequested()}e.exports=function(e){return s(e),e.headers=e.headers||{},e.data=i(e.data,e.headers,e.transformRequest),e.headers=r.merge(e.headers.common||{},e.headers[e.method]||{},e.headers),r.forEach(["delete","get","head","post","put","patch","common"],(function(t){delete e.headers[t]})),(e.adapter||o.adapter)(e).then((function(t){return s(e),t.data=i(t.data,t.headers,e.transformResponse),t}),(function(t){return a(t)||(s(e),t&&t.response&&(t.response.data=i(t.response.data,t.response.headers,e.transformResponse))),Promise.reject(t)}))}},function(e,t,n){"use strict";var r=n(19);e.exports=function(e,t,n){return r.forEach(n,(function(n){e=n(e,t)})),e}},function(e,t,n){"use strict";var r=n(19);e.exports=function(e,t){r.forEach(e,(function(n,r){r!==t&&r.toUpperCase()===t.toUpperCase()&&(e[t]=n,delete e[r])}))}},function(e,t,n){"use strict";var r=n(450);e.exports=function(e,t,n){var i=n.config.validateStatus;!i||i(n.status)?e(n):t(r("Request failed with status code "+n.status,n.config,null,n.request,n))}},function(e,t,n){"use strict";e.exports=function(e,t,n,r,i){return e.config=t,n&&(e.code=n),e.request=r,e.response=i,e.isAxiosError=!0,e.toJSON=function(){return{message:this.message,name:this.name,description:this.description,number:this.number,fileName:this.fileName,lineNumber:this.lineNumber,columnNumber:this.columnNumber,stack:this.stack,config:this.config,code:this.code}},e}},function(e,t,n){"use strict";var r=n(630),i=n(631);e.exports=function(e,t){return e&&!r(t)?i(e,t):t}},function(e,t,n){"use strict";e.exports=function(e){return/^([a-z][a-z\d\+\-\.]*:)?\/\//i.test(e)}},function(e,t,n){"use strict";e.exports=function(e,t){return t?e.replace(/\/+$/,"")+"/"+t.replace(/^\/+/,""):e}},function(e,t,n){"use strict";var r=n(19),i=["age","authorization","content-length","content-type","etag","expires","from","host","if-modified-since","if-unmodified-since","last-modified","location","max-forwards","proxy-authorization","referer","retry-after","user-agent"];e.exports=function(e){var t,n,a,o={};return e?(r.forEach(e.split("\n"),(function(e){if(a=e.indexOf(":"),t=r.trim(e.substr(0,a)).toLowerCase(),n=r.trim(e.substr(a+1)),t){if(o[t]&&i.indexOf(t)>=0)return;o[t]="set-cookie"===t?(o[t]?o[t]:[]).concat([n]):o[t]?o[t]+", "+n:n}})),o):o}},function(e,t,n){"use strict";var r=n(19);e.exports=r.isStandardBrowserEnv()?function(){var e,t=/(msie|trident)/i.test(navigator.userAgent),n=document.createElement("a");function i(e){var r=e;return t&&(n.setAttribute("href",r),r=n.href),n.setAttribute("href",r),{href:n.href,protocol:n.protocol?n.protocol.replace(/:$/,""):"",host:n.host,search:n.search?n.search.replace(/^\?/,""):"",hash:n.hash?n.hash.replace(/^#/,""):"",hostname:n.hostname,port:n.port,pathname:"/"===n.pathname.charAt(0)?n.pathname:"/"+n.pathname}}return e=i(window.location.href),function(t){var n=r.isString(t)?i(t):t;return n.protocol===e.protocol&&n.host===e.host}}():function(){return!0}},function(e,t,n){"use strict";var r=n(19);e.exports=r.isStandardBrowserEnv()?{write:function(e,t,n,i,a,o){var s=[];s.push(e+"="+encodeURIComponent(t)),r.isNumber(n)&&s.push("expires="+new Date(n).toGMTString()),r.isString(i)&&s.push("path="+i),r.isString(a)&&s.push("domain="+a),!0===o&&s.push("secure"),document.cookie=s.join("; ")},read:function(e){var t=document.cookie.match(new RegExp("(^|;\\s*)("+e+")=([^;]*)"));return t?decodeURIComponent(t[3]):null},remove:function(e){this.write(e,"",Date.now()-864e5)}}:{write:function(){},read:function(){return null},remove:function(){}}},function(e,t,n){"use strict";var r=n(452);function i(e){if("function"!=typeof e)throw new TypeError("executor must be a function.");var t;this.promise=new Promise((function(e){t=e}));var n=this;e((function(e){n.reason||(n.reason=new r(e),t(n.reason))}))}i.prototype.throwIfRequested=function(){if(this.reason)throw this.reason},i.source=function(){var e;return{token:new i((function(t){e=t})),cancel:e}},e.exports=i},function(e,t,n){"use strict";e.exports=function(e){return function(t){return e.apply(null,t)}}},function(e,t,n){"use strict";n(638),Object.defineProperty(t,"__esModule",{value:!0}),t.getRequestToken=function(){return a},t.onRequestTokenUpdate=function(e){o.push(e)};var r=n(41),i=document.getElementsByTagName("head")[0],a=i?i.getAttribute("data-requesttoken"):null,o=[];(0,r.subscribe)("csrf-token-update",(function(e){a=e.token,o.forEach((function(t){try{t(e.token)}catch(e){console.error("error updating CSRF token observer",e)}}))}))},function(e,t,n){"use strict";var r=n(639),i=n(658);r({target:"Array",proto:!0,forced:[].forEach!=i},{forEach:i})},function(e,t,n){var r=n(28),i=n(453).f,a=n(152),o=n(642),s=n(201),u=n(647),l=n(657);e.exports=function(e,t){var n,c,d,f,h,m=e.target,_=e.global,p=e.stat;if(n=_?r:p?r[m]||s(m,{}):(r[m]||{}).prototype)for(c in t){if(f=t[c],d=e.noTargetGet?(h=i(n,c))&&h.value:n[c],!l(_?c:m+(p?".":"#")+c,e.forced)&&void 0!==d){if(typeof f==typeof d)continue;u(f,d)}(e.sham||d&&d.sham)&&a(f,"sham",!0),o(n,c,f,e)}}},function(e,t,n){"use strict";var r={}.propertyIsEnumerable,i=Object.getOwnPropertyDescriptor,a=i&&!r.call({1:2},1);t.f=a?function(e){var t=i(this,e);return!!t&&t.enumerable}:r},function(e,t,n){var r=n(28),i=n(98),a=r.document,o=i(a)&&i(a.createElement);e.exports=function(e){return o?a.createElement(e):{}}},function(e,t,n){var r=n(28),i=n(152),a=n(56),o=n(201),s=n(462),u=n(643),l=u.get,c=u.enforce,d=String(String).split("String");(e.exports=function(e,t,n,s){var u=!!s&&!!s.unsafe,l=!!s&&!!s.enumerable,f=!!s&&!!s.noTargetGet;"function"==typeof n&&("string"!=typeof t||a(n,"name")||i(n,"name",t),c(n).source=d.join("string"==typeof t?t:"")),e!==r?(u?!f&&e[t]&&(l=!0):delete e[t],l?e[t]=n:i(e,t,n)):l?e[t]=n:o(t,n)})(Function.prototype,"toString",(function(){return"function"==typeof this&&l(this).source||s(this)}))},function(e,t,n){var r,i,a,o=n(644),s=n(28),u=n(98),l=n(152),c=n(56),d=n(645),f=n(466),h=s.WeakMap;if(o){var m=new h,_=m.get,p=m.has,y=m.set;r=function(e,t){return y.call(m,e,t),t},i=function(e){return _.call(m,e)||{}},a=function(e){return p.call(m,e)}}else{var g=d("state");f[g]=!0,r=function(e,t){return l(e,g,t),t},i=function(e){return c(e,g)?e[g]:{}},a=function(e){return c(e,g)}}e.exports={set:r,get:i,has:a,enforce:function(e){return a(e)?i(e):r(e,{})},getterFor:function(e){return function(t){var n;if(!u(t)||(n=i(t)).type!==e)throw TypeError("Incompatible receiver, "+e+" required");return n}}}},function(e,t,n){var r=n(28),i=n(462),a=r.WeakMap;e.exports="function"==typeof a&&/native code/.test(i(a))},function(e,t,n){var r=n(464),i=n(465),a=r("keys");e.exports=function(e){return a[e]||(a[e]=i(e))}},function(e,t){e.exports=!1},function(e,t,n){var r=n(56),i=n(648),a=n(453),o=n(460);e.exports=function(e,t){for(var n=i(t),s=o.f,u=a.f,l=0;l<n.length;l++){var c=n[l];r(e,c)||s(e,c,u(t,c))}}},function(e,t,n){var r=n(649),i=n(651),a=n(656),o=n(461);e.exports=r("Reflect","ownKeys")||function(e){var t=i.f(o(e)),n=a.f;return n?t.concat(n(e)):t}},function(e,t,n){var r=n(650),i=n(28),a=function(e){return"function"==typeof e?e:void 0};e.exports=function(e,t){return arguments.length<2?a(r[e])||a(i[e]):r[e]&&r[e][t]||i[e]&&i[e][t]}},function(e,t,n){var r=n(28);e.exports=r},function(e,t,n){var r=n(652),i=n(655).concat("length","prototype");t.f=Object.getOwnPropertyNames||function(e){return r(e,i)}},function(e,t,n){var r=n(56),i=n(200),a=n(653).indexOf,o=n(466);e.exports=function(e,t){var n,s=i(e),u=0,l=[];for(n in s)!r(o,n)&&r(s,n)&&l.push(n);for(;t.length>u;)r(s,n=t[u++])&&(~a(l,n)||l.push(n));return l}},function(e,t,n){var r=n(200),i=n(467),a=n(654),o=function(e){return function(t,n,o){var s,u=r(t),l=i(u.length),c=a(o,l);if(e&&n!=n){for(;l>c;)if((s=u[c++])!=s)return!0}else for(;l>c;c++)if((e||c in u)&&u[c]===n)return e||c||0;return!e&&-1}};e.exports={includes:o(!0),indexOf:o(!1)}},function(e,t,n){var r=n(468),i=Math.max,a=Math.min;e.exports=function(e,t){var n=r(e);return n<0?i(n+t,0):a(n,t)}},function(e,t){e.exports=["constructor","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","toLocaleString","toString","valueOf"]},function(e,t){t.f=Object.getOwnPropertySymbols},function(e,t,n){var r=n(55),i=/#|\.prototype\./,a=function(e,t){var n=s[o(e)];return n==l||n!=u&&("function"==typeof t?r(t):!!t)},o=a.normalize=function(e){return String(e).replace(i,".").toLowerCase()},s=a.data={},u=a.NATIVE="N",l=a.POLYFILL="P";e.exports=a},function(e,t,n){"use strict";var r=n(659).forEach,i=n(667),a=n(668),o=i("forEach"),s=a("forEach");e.exports=o&&s?[].forEach:function(e){return r(this,e,arguments.length>1?arguments[1]:void 0)}},function(e,t,n){var r=n(660),i=n(455),a=n(662),o=n(467),s=n(663),u=[].push,l=function(e){var t=1==e,n=2==e,l=3==e,c=4==e,d=6==e,f=5==e||d;return function(h,m,_,p){for(var y,g,v=a(h),M=i(v),L=r(m,_,3),Y=o(M.length),k=0,w=p||s,b=t?w(h,Y):n?w(h,0):void 0;Y>k;k++)if((f||k in M)&&(g=L(y=M[k],k,v),e))if(t)b[k]=g;else if(g)switch(e){case 3:return!0;case 5:return y;case 6:return k;case 2:u.call(b,y)}else if(c)return!1;return d?-1:l||c?c:b}};e.exports={forEach:l(0),map:l(1),filter:l(2),some:l(3),every:l(4),find:l(5),findIndex:l(6)}},function(e,t,n){var r=n(661);e.exports=function(e,t,n){if(r(e),void 0===t)return e;switch(n){case 0:return function(){return e.call(t)};case 1:return function(n){return e.call(t,n)};case 2:return function(n,r){return e.call(t,n,r)};case 3:return function(n,r,i){return e.call(t,n,r,i)}}return function(){return e.apply(t,arguments)}}},function(e,t){e.exports=function(e){if("function"!=typeof e)throw TypeError(String(e)+" is not a function");return e}},function(e,t,n){var r=n(457);e.exports=function(e){return Object(r(e))}},function(e,t,n){var r=n(98),i=n(664),a=n(665)("species");e.exports=function(e,t){var n;return i(e)&&("function"!=typeof(n=e.constructor)||n!==Array&&!i(n.prototype)?r(n)&&null===(n=n[a])&&(n=void 0):n=void 0),new(void 0===n?Array:n)(0===t?0:t)}},function(e,t,n){var r=n(456);e.exports=Array.isArray||function(e){return"Array"==r(e)}},function(e,t,n){var r=n(28),i=n(464),a=n(56),o=n(465),s=n(469),u=n(666),l=i("wks"),c=r.Symbol,d=u?c:c&&c.withoutSetter||o;e.exports=function(e){return a(l,e)||(s&&a(c,e)?l[e]=c[e]:l[e]=d("Symbol."+e)),l[e]}},function(e,t,n){var r=n(469);e.exports=r&&!Symbol.sham&&"symbol"==typeof Symbol.iterator},function(e,t,n){"use strict";var r=n(55);e.exports=function(e,t){var n=[][e];return!!n&&r((function(){n.call(null,t||function(){throw 1},1)}))}},function(e,t,n){var r=n(97),i=n(55),a=n(56),o=Object.defineProperty,s={},u=function(e){throw e};e.exports=function(e,t){if(a(s,e))return s[e];t||(t={});var n=[][e],l=!!a(t,"ACCESSORS")&&t.ACCESSORS,c=a(t,0)?t[0]:u,d=a(t,1)?t[1]:void 0;return s[e]=!!n&&!i((function(){if(l&&!r)return!0;var e={length:-1};l?o(e,1,{enumerable:!0,get:u}):e[1]=1,n.call(e,c,d)}))}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.getCurrentUser=function(){if(null===i)return null;return{uid:i,displayName:o}};var r=document.getElementsByTagName("head")[0],i=r?r.getAttribute("data-user"):null,a=document.getElementsByTagName("head")[0],o=a?a.getAttribute("data-user-displayname"):null},,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,function(e,t,n){"use strict";n.r(t);var r=n(206),i=n.n(r),a=n(4),o="".concat(a.a.getRootPath(),"/status.php");!function e(){console.info("checking the Nextcloud maintenance status"),i.a.get(o).then((function(e){return e.data})).then((function(t){if(!1===t.maintenance)return console.info("Nextcloud is not in maintenance mode anymore -> reloading"),void window.location.reload();console.info("Nextcloud is still in maintenance mode"),setTimeout(e,2e4)})).catch(console.error.bind(void 0))}()}]);
+const c=Object(i.getRootUrl)()+"/status.php",a=()=>{console.info("checking the Nextcloud maintenance status"),o.a.get(c).then(t=>t.data).then(t=>{if(!1===t.maintenance)return console.info("Nextcloud is not in maintenance mode anymore -> reloading"),void window.location.reload();console.info("Nextcloud is still in maintenance mode"),setTimeout(a,2e4)}).catch(console.error.bind(void 0))};a()},94:function(t,e,n){var r=n(4),o=/#|\.prototype\./,i=function(t,e){var n=a[c(t)];return n==s||n!=u&&("function"==typeof e?r(e):!!e)},c=i.normalize=function(t){return String(t).replace(o,".").toLowerCase()},a=i.data={},u=i.NATIVE="N",s=i.POLYFILL="P";t.exports=i},95:function(t,e,n){"use strict";var r=n(89).charAt;t.exports=function(t,e,n){return e+(n?r(t,e).length:1)}},96:function(t,e,n){var r=n(68),o=n(28),i=n(9)("toStringTag"),c="Arguments"==o(function(){return arguments}());t.exports=r?o:function(t){var e,n,r;return void 0===t?"Undefined":null===t?"Null":"string"==typeof(n=function(t,e){try{return t[e]}catch(t){}}(e=Object(t),i))?n:c?o(e):"Object"==(r=o(e))&&"function"==typeof e.callee?"Arguments":r}}});
//# sourceMappingURL=maintenance.js.map \ No newline at end of file
diff --git a/core/js/dist/maintenance.js.map b/core/js/dist/maintenance.js.map
index a0e58f15b87..bfcf2601664 100644
--- a/core/js/dist/maintenance.js.map
+++ b/core/js/dist/maintenance.js.map
@@ -1 +1 @@
-{"version":3,"sources":["webpack:///webpack/bootstrap","webpack:///./node_modules/jquery/dist/jquery.js","webpack:///./node_modules/moment/moment.js","webpack:///./node_modules/underscore/underscore.js","webpack:///./core/src/OC/legacy-loader.js","webpack:///./core/src/OC/notification.js","webpack:///./core/src/OC/xhr-error.js","webpack:///./core/src/OC/appconfig.js","webpack:///./core/src/OC/appswebroots.js","webpack:///./core/src/OC/backbone-webdav.js","webpack:///./core/src/OC/backbone.js","webpack:///./core/src/OC/config.js","webpack:///./core/src/OC/currentuser.js","webpack:///./core/src/OC/dialogs.js","webpack:///./core/src/OC/eventsource.js","webpack:///./core/src/OC/capabilities.js","webpack:///./core/src/OC/menu.js","webpack:///./core/src/OC/admin.js","webpack:///./core/src/OC/msg.js","webpack:///./core/src/OC/search.js","webpack:///./core/src/OC/theme.js","webpack:///./core/src/OC/util.js","webpack:///./core/src/OC/util-history.js","webpack:///./core/src/Util/human-file-size.js","webpack:///./core/src/OC/debug.js","webpack:///./core/src/OC/webroot.js","webpack:///./core/src/OC/get_set.js","webpack:///./core/src/OC/index.js","webpack:///./core/src/OC/appsettings.js","webpack:///./core/src/OC/host.js","webpack:///./core/src/OC/plugins.js","webpack:///./core/src/OC/navigation.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/global.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/well-known-symbol.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/fails.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/has.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/is-object.js","webpack:///./core/src/OC/constants.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/object-define-property.js","webpack:///./node_modules/@nextcloud/router/node_modules/core-js/internals/fails.js","webpack:///(webpack)/buildin/global.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/descriptors.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/create-non-enumerable-property.js","webpack:///./node_modules/@nextcloud/router/node_modules/core-js/internals/global.js","webpack:///./node_modules/axios/lib/utils.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/an-object.js","webpack:///./node_modules/@nextcloud/paths/node_modules/core-js/internals/fails.js","webpack:///./node_modules/@nextcloud/router/dist/index.js","webpack:///./node_modules/@nextcloud/paths/node_modules/core-js/internals/global.js","webpack:///./node_modules/handlebars/dist/cjs/handlebars/utils.js","webpack:///./node_modules/@nextcloud/auth/node_modules/core-js/internals/global.js","webpack:///./node_modules/@nextcloud/router/node_modules/core-js/internals/has.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/export.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/redefine.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/iterators.js","webpack:///./node_modules/@nextcloud/axios/node_modules/core-js/internals/global.js","webpack:///./node_modules/backbone/backbone.js","webpack:///./node_modules/@nextcloud/router/node_modules/core-js/internals/descriptors.js","webpack:///./node_modules/@nextcloud/event-bus/dist/index.js","webpack:///./core/src/OC/l10n-registry.js","webpack:///./core/src/OC/l10n.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/create-property-descriptor.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/to-indexed-object.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/internal-state.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/hidden-keys.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/get-built-in.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/to-length.js","webpack:///./node_modules/@nextcloud/paths/node_modules/core-js/internals/is-object.js","webpack:///./node_modules/@nextcloud/paths/node_modules/core-js/internals/has.js","webpack:///./node_modules/handlebars/dist/cjs/handlebars/exception.js","webpack:///./node_modules/@nextcloud/router/node_modules/core-js/internals/create-non-enumerable-property.js","webpack:///./node_modules/@nextcloud/router/node_modules/core-js/internals/an-object.js","webpack:///./node_modules/@nextcloud/auth/node_modules/core-js/internals/fails.js","webpack:///./node_modules/@nextcloud/auth/node_modules/core-js/internals/has.js","webpack:///./core/src/OC/requesttoken.js","webpack:///./core/src/OCP/appconfig.js","webpack:///./node_modules/dompurify/dist/purify.js","webpack:///./core/src/OC/routing.js","webpack:///./node_modules/@nextcloud/paths/node_modules/core-js/internals/export.js","webpack:///./node_modules/@nextcloud/paths/node_modules/core-js/internals/an-object.js","webpack:///./node_modules/@nextcloud/paths/node_modules/core-js/internals/to-length.js","webpack:///./node_modules/@nextcloud/paths/node_modules/core-js/internals/well-known-symbol.js","webpack:///./node_modules/@nextcloud/paths/dist/index.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/classof-raw.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/require-object-coercible.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/to-primitive.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/set-global.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/shared-key.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/is-pure.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/uid.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/to-integer.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/enum-bug-keys.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/to-object.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/function-bind-context.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/object-create.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/define-iterator.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/set-to-string-tag.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/to-string-tag-support.js","webpack:///./node_modules/@nextcloud/router/node_modules/core-js/internals/require-object-coercible.js","webpack:///./node_modules/@nextcloud/router/node_modules/core-js/internals/is-object.js","webpack:///./node_modules/@nextcloud/router/node_modules/core-js/internals/redefine.js","webpack:///./node_modules/@nextcloud/router/node_modules/core-js/internals/to-integer.js","webpack:///./core/src/OCA/index.js","webpack:///./node_modules/handlebars/runtime.js","webpack:///./node_modules/@nextcloud/paths/node_modules/core-js/internals/descriptors.js","webpack:///./node_modules/@nextcloud/paths/node_modules/core-js/internals/require-object-coercible.js","webpack:///./node_modules/@nextcloud/paths/node_modules/core-js/internals/create-non-enumerable-property.js","webpack:///./node_modules/@nextcloud/axios/node_modules/core-js/internals/descriptors.js","webpack:///./node_modules/@nextcloud/axios/node_modules/core-js/internals/fails.js","webpack:///./node_modules/@nextcloud/axios/node_modules/core-js/internals/has.js","webpack:///./node_modules/@nextcloud/auth/node_modules/core-js/internals/descriptors.js","webpack:///./node_modules/@nextcloud/auth/node_modules/core-js/internals/is-object.js","webpack:///./node_modules/@nextcloud/router/node_modules/core-js/internals/export.js","webpack:///./node_modules/@nextcloud/router/node_modules/core-js/internals/to-indexed-object.js","webpack:///./node_modules/@nextcloud/router/node_modules/core-js/internals/classof-raw.js","webpack:///./node_modules/@nextcloud/router/node_modules/core-js/internals/set-global.js","webpack:///./node_modules/@nextcloud/router/node_modules/core-js/internals/to-string-tag-support.js","webpack:///./node_modules/@nextcloud/router/node_modules/core-js/internals/well-known-symbol.js","webpack:///./node_modules/@nextcloud/router/node_modules/core-js/internals/regexp-exec.js","webpack:///./node_modules/process/browser.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/object-get-own-property-descriptor.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/indexed-object.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/ie8-dom-define.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/document-create-element.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/inspect-source.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/shared-store.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/shared.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/object-keys-internal.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/is-forced.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/is-array.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/array-species-create.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/native-symbol.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/array-method-has-species-support.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/engine-v8-version.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/array-iteration.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/array-method-uses-to-length.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/array-for-each.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/modules/es.array.iterator.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/iterators-core.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/object-get-prototype-of.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/object-set-prototype-of.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/internal-metadata.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/iterate.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/classof.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/an-instance.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/dom-iterables.js","webpack:///./node_modules/@nextcloud/paths/node_modules/core-js/internals/to-indexed-object.js","webpack:///./node_modules/@nextcloud/paths/node_modules/core-js/internals/indexed-object.js","webpack:///./node_modules/@nextcloud/paths/node_modules/core-js/internals/classof-raw.js","webpack:///./node_modules/@nextcloud/paths/node_modules/core-js/internals/to-integer.js","webpack:///./node_modules/@nextcloud/paths/node_modules/core-js/internals/to-object.js","webpack:///./node_modules/@nextcloud/paths/node_modules/core-js/internals/regexp-exec.js","webpack:///./node_modules/@nextcloud/axios/node_modules/core-js/internals/is-object.js","webpack:///./node_modules/@nextcloud/axios/node_modules/core-js/internals/create-non-enumerable-property.js","webpack:///./node_modules/@nextcloud/auth/node_modules/core-js/internals/create-non-enumerable-property.js","webpack:///./node_modules/escape-html/index.js","webpack:///./node_modules/handlebars/dist/cjs/handlebars.runtime.js","webpack:///./node_modules/@nextcloud/paths/node_modules/core-js/internals/create-property-descriptor.js","webpack:///./node_modules/@nextcloud/paths/node_modules/core-js/internals/to-primitive.js","webpack:///./node_modules/@nextcloud/paths/node_modules/core-js/internals/object-define-property.js","webpack:///./node_modules/@nextcloud/paths/node_modules/core-js/internals/set-global.js","webpack:///./node_modules/@nextcloud/paths/node_modules/core-js/internals/array-method-has-species-support.js","webpack:///./node_modules/@nextcloud/paths/node_modules/core-js/internals/a-function.js","webpack:///./node_modules/@nextcloud/paths/node_modules/core-js/internals/array-method-uses-to-length.js","webpack:///./node_modules/@nextcloud/router/node_modules/core-js/internals/object-get-own-property-descriptor.js","webpack:///./node_modules/@nextcloud/router/node_modules/core-js/internals/object-property-is-enumerable.js","webpack:///./node_modules/@nextcloud/router/node_modules/core-js/internals/create-property-descriptor.js","webpack:///./node_modules/@nextcloud/router/node_modules/core-js/internals/indexed-object.js","webpack:///./node_modules/@nextcloud/router/node_modules/core-js/internals/to-primitive.js","webpack:///./node_modules/@nextcloud/router/node_modules/core-js/internals/ie8-dom-define.js","webpack:///./node_modules/@nextcloud/router/node_modules/core-js/internals/object-define-property.js","webpack:///./node_modules/@nextcloud/router/node_modules/core-js/internals/inspect-source.js","webpack:///./node_modules/@nextcloud/router/node_modules/core-js/internals/shared-store.js","webpack:///./node_modules/@nextcloud/router/node_modules/core-js/internals/shared.js","webpack:///./node_modules/@nextcloud/router/node_modules/core-js/internals/uid.js","webpack:///./node_modules/@nextcloud/router/node_modules/core-js/internals/hidden-keys.js","webpack:///./node_modules/@nextcloud/router/node_modules/core-js/internals/object-keys-internal.js","webpack:///./node_modules/@nextcloud/router/node_modules/core-js/internals/array-includes.js","webpack:///./node_modules/@nextcloud/router/node_modules/core-js/internals/to-length.js","webpack:///./node_modules/@nextcloud/router/node_modules/core-js/internals/enum-bug-keys.js","webpack:///./node_modules/@nextcloud/router/node_modules/core-js/internals/object-get-own-property-symbols.js","webpack:///./node_modules/@nextcloud/router/node_modules/core-js/internals/to-object.js","webpack:///./node_modules/@nextcloud/router/node_modules/core-js/internals/native-symbol.js","webpack:///./node_modules/@nextcloud/router/node_modules/core-js/modules/es.regexp.exec.js","webpack:///./node_modules/@nextcloud/router/node_modules/core-js/internals/regexp-flags.js","webpack:///./node_modules/@nextcloud/axios/node_modules/core-js/internals/to-indexed-object.js","webpack:///./node_modules/@nextcloud/axios/node_modules/core-js/internals/set-global.js","webpack:///./node_modules/@nextcloud/auth/node_modules/core-js/internals/to-indexed-object.js","webpack:///./node_modules/@nextcloud/auth/node_modules/core-js/internals/set-global.js","webpack:///./node_modules/@nextcloud/axios/dist/index.js","webpack:///./core/src/OC/query-string.js","webpack:///./node_modules/@nextcloud/auth/dist/index.js","webpack:///./core/src/OC/apps.js","webpack:///./node_modules/davclient.js/lib/client.js","webpack:///./core/src/OC/password-confirmation.js","webpack:///./node_modules/@nextcloud/event-bus/dist/ProxyBus.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/semver/semver.js","webpack:///./node_modules/@nextcloud/event-bus/dist/SimpleBus.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/modules/es.array.concat.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/object-property-is-enumerable.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/native-weak-map.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/copy-constructor-properties.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/own-keys.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/path.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/object-get-own-property-names.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/array-includes.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/to-absolute-index.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/object-get-own-property-symbols.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/create-property.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/use-symbol-as-uid.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/engine-user-agent.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/modules/es.array.filter.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/a-function.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/modules/es.array.for-each.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/array-method-is-strict.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/add-to-unscopables.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/object-define-properties.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/object-keys.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/html.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/create-iterator-constructor.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/correct-prototype-getter.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/a-possible-prototype.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/modules/es.map.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/collection.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/freezing.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/is-array-iterator-method.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/get-iterator-method.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/call-with-safe-iteration-closing.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/check-correctness-of-iteration.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/inherit-if-required.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/collection-strong.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/redefine-all.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/set-species.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/modules/es.object.to-string.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/object-to-string.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/modules/es.string.iterator.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/string-multibyte.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/modules/web.dom-collections.for-each.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/modules/web.dom-collections.iterator.js","webpack:///(webpack)/buildin/module.js","webpack:///./node_modules/@nextcloud/paths/node_modules/core-js/internals/object-get-own-property-descriptor.js","webpack:///./node_modules/@nextcloud/paths/node_modules/core-js/internals/ie8-dom-define.js","webpack:///./node_modules/@nextcloud/paths/node_modules/core-js/internals/redefine.js","webpack:///./node_modules/@nextcloud/paths/node_modules/core-js/internals/inspect-source.js","webpack:///./node_modules/@nextcloud/paths/node_modules/core-js/internals/shared-store.js","webpack:///./node_modules/@nextcloud/paths/node_modules/core-js/internals/shared.js","webpack:///./node_modules/@nextcloud/paths/node_modules/core-js/internals/uid.js","webpack:///./node_modules/@nextcloud/paths/node_modules/core-js/internals/hidden-keys.js","webpack:///./node_modules/@nextcloud/paths/node_modules/core-js/internals/get-built-in.js","webpack:///./node_modules/@nextcloud/paths/node_modules/core-js/internals/is-array.js","webpack:///./node_modules/@nextcloud/paths/node_modules/core-js/internals/array-species-create.js","webpack:///./node_modules/@nextcloud/paths/node_modules/core-js/internals/native-symbol.js","webpack:///./node_modules/@nextcloud/paths/node_modules/core-js/internals/engine-v8-version.js","webpack:///./node_modules/@nextcloud/paths/node_modules/core-js/internals/array-iteration.js","webpack:///./node_modules/@nextcloud/paths/node_modules/core-js/internals/array-method-is-strict.js","webpack:///./node_modules/@nextcloud/paths/node_modules/core-js/modules/es.regexp.exec.js","webpack:///./node_modules/@nextcloud/paths/node_modules/core-js/internals/fix-regexp-well-known-symbol-logic.js","webpack:///./node_modules/@nextcloud/paths/node_modules/core-js/internals/advance-string-index.js","webpack:///./node_modules/@nextcloud/paths/node_modules/core-js/internals/regexp-exec-abstract.js","webpack:///./node_modules/handlebars/dist/cjs/handlebars/base.js","webpack:///./node_modules/handlebars/dist/cjs/handlebars/helpers.js","webpack:///./node_modules/handlebars/dist/cjs/handlebars/logger.js","webpack:///./node_modules/handlebars/dist/cjs/handlebars/internal/proto-access.js","webpack:///./node_modules/moment/locale/af.js","webpack:///./node_modules/moment/locale/ar.js","webpack:///./node_modules/moment/locale/ar-dz.js","webpack:///./node_modules/moment/locale/ar-kw.js","webpack:///./node_modules/moment/locale/ar-ly.js","webpack:///./node_modules/moment/locale/ar-ma.js","webpack:///./node_modules/moment/locale/ar-sa.js","webpack:///./node_modules/moment/locale/ar-tn.js","webpack:///./node_modules/moment/locale/az.js","webpack:///./node_modules/moment/locale/be.js","webpack:///./node_modules/moment/locale/bg.js","webpack:///./node_modules/moment/locale/bm.js","webpack:///./node_modules/moment/locale/bn.js","webpack:///./node_modules/moment/locale/bo.js","webpack:///./node_modules/moment/locale/br.js","webpack:///./node_modules/moment/locale/bs.js","webpack:///./node_modules/moment/locale/ca.js","webpack:///./node_modules/moment/locale/cs.js","webpack:///./node_modules/moment/locale/cv.js","webpack:///./node_modules/moment/locale/cy.js","webpack:///./node_modules/moment/locale/da.js","webpack:///./node_modules/moment/locale/de.js","webpack:///./node_modules/moment/locale/de-at.js","webpack:///./node_modules/moment/locale/de-ch.js","webpack:///./node_modules/moment/locale/dv.js","webpack:///./node_modules/moment/locale/el.js","webpack:///./node_modules/moment/locale/en-SG.js","webpack:///./node_modules/moment/locale/en-au.js","webpack:///./node_modules/moment/locale/en-ca.js","webpack:///./node_modules/moment/locale/en-gb.js","webpack:///./node_modules/moment/locale/en-ie.js","webpack:///./node_modules/moment/locale/en-il.js","webpack:///./node_modules/moment/locale/en-nz.js","webpack:///./node_modules/moment/locale/eo.js","webpack:///./node_modules/moment/locale/es.js","webpack:///./node_modules/moment/locale/es-do.js","webpack:///./node_modules/moment/locale/es-us.js","webpack:///./node_modules/moment/locale/et.js","webpack:///./node_modules/moment/locale/eu.js","webpack:///./node_modules/moment/locale/fa.js","webpack:///./node_modules/moment/locale/fi.js","webpack:///./node_modules/moment/locale/fo.js","webpack:///./node_modules/moment/locale/fr.js","webpack:///./node_modules/moment/locale/fr-ca.js","webpack:///./node_modules/moment/locale/fr-ch.js","webpack:///./node_modules/moment/locale/fy.js","webpack:///./node_modules/moment/locale/ga.js","webpack:///./node_modules/moment/locale/gd.js","webpack:///./node_modules/moment/locale/gl.js","webpack:///./node_modules/moment/locale/gom-latn.js","webpack:///./node_modules/moment/locale/gu.js","webpack:///./node_modules/moment/locale/he.js","webpack:///./node_modules/moment/locale/hi.js","webpack:///./node_modules/moment/locale/hr.js","webpack:///./node_modules/moment/locale/hu.js","webpack:///./node_modules/moment/locale/hy-am.js","webpack:///./node_modules/moment/locale/id.js","webpack:///./node_modules/moment/locale/is.js","webpack:///./node_modules/moment/locale/it.js","webpack:///./node_modules/moment/locale/it-ch.js","webpack:///./node_modules/moment/locale/ja.js","webpack:///./node_modules/moment/locale/jv.js","webpack:///./node_modules/moment/locale/ka.js","webpack:///./node_modules/moment/locale/kk.js","webpack:///./node_modules/moment/locale/km.js","webpack:///./node_modules/moment/locale/kn.js","webpack:///./node_modules/moment/locale/ko.js","webpack:///./node_modules/moment/locale/ku.js","webpack:///./node_modules/moment/locale/ky.js","webpack:///./node_modules/moment/locale/lb.js","webpack:///./node_modules/moment/locale/lo.js","webpack:///./node_modules/moment/locale/lt.js","webpack:///./node_modules/moment/locale/lv.js","webpack:///./node_modules/moment/locale/me.js","webpack:///./node_modules/moment/locale/mi.js","webpack:///./node_modules/moment/locale/mk.js","webpack:///./node_modules/moment/locale/ml.js","webpack:///./node_modules/moment/locale/mn.js","webpack:///./node_modules/moment/locale/mr.js","webpack:///./node_modules/moment/locale/ms.js","webpack:///./node_modules/moment/locale/ms-my.js","webpack:///./node_modules/moment/locale/mt.js","webpack:///./node_modules/moment/locale/my.js","webpack:///./node_modules/moment/locale/nb.js","webpack:///./node_modules/moment/locale/ne.js","webpack:///./node_modules/moment/locale/nl.js","webpack:///./node_modules/moment/locale/nl-be.js","webpack:///./node_modules/moment/locale/nn.js","webpack:///./node_modules/moment/locale/pa-in.js","webpack:///./node_modules/moment/locale/pl.js","webpack:///./node_modules/moment/locale/pt.js","webpack:///./node_modules/moment/locale/pt-br.js","webpack:///./node_modules/moment/locale/ro.js","webpack:///./node_modules/moment/locale/ru.js","webpack:///./node_modules/moment/locale/sd.js","webpack:///./node_modules/moment/locale/se.js","webpack:///./node_modules/moment/locale/si.js","webpack:///./node_modules/moment/locale/sk.js","webpack:///./node_modules/moment/locale/sl.js","webpack:///./node_modules/moment/locale/sq.js","webpack:///./node_modules/moment/locale/sr.js","webpack:///./node_modules/moment/locale/sr-cyrl.js","webpack:///./node_modules/moment/locale/ss.js","webpack:///./node_modules/moment/locale/sv.js","webpack:///./node_modules/moment/locale/sw.js","webpack:///./node_modules/moment/locale/ta.js","webpack:///./node_modules/moment/locale/te.js","webpack:///./node_modules/moment/locale/tet.js","webpack:///./node_modules/moment/locale/tg.js","webpack:///./node_modules/moment/locale/th.js","webpack:///./node_modules/moment/locale/tl-ph.js","webpack:///./node_modules/moment/locale/tlh.js","webpack:///./node_modules/moment/locale/tr.js","webpack:///./node_modules/moment/locale/tzl.js","webpack:///./node_modules/moment/locale/tzm.js","webpack:///./node_modules/moment/locale/tzm-latn.js","webpack:///./node_modules/moment/locale/ug-cn.js","webpack:///./node_modules/moment/locale/uk.js","webpack:///./node_modules/moment/locale/ur.js","webpack:///./node_modules/moment/locale/uz.js","webpack:///./node_modules/moment/locale/uz-latn.js","webpack:///./node_modules/moment/locale/vi.js","webpack:///./node_modules/moment/locale/x-pseudo.js","webpack:///./node_modules/moment/locale/yo.js","webpack:///./node_modules/moment/locale/zh-cn.js","webpack:///./node_modules/moment/locale/zh-hk.js","webpack:///./node_modules/moment/locale/zh-tw.js","webpack:///./node_modules/@nextcloud/axios/node_modules/core-js/internals/object-get-own-property-descriptor.js","webpack:///./node_modules/@nextcloud/axios/node_modules/core-js/internals/object-property-is-enumerable.js","webpack:///./node_modules/@nextcloud/axios/node_modules/core-js/internals/create-property-descriptor.js","webpack:///./node_modules/@nextcloud/axios/node_modules/core-js/internals/indexed-object.js","webpack:///./node_modules/@nextcloud/axios/node_modules/core-js/internals/require-object-coercible.js","webpack:///./node_modules/@nextcloud/axios/node_modules/core-js/internals/to-primitive.js","webpack:///./node_modules/@nextcloud/axios/node_modules/core-js/internals/ie8-dom-define.js","webpack:///./node_modules/@nextcloud/axios/node_modules/core-js/internals/object-define-property.js","webpack:///./node_modules/@nextcloud/axios/node_modules/core-js/internals/an-object.js","webpack:///./node_modules/@nextcloud/axios/node_modules/core-js/internals/inspect-source.js","webpack:///./node_modules/@nextcloud/axios/node_modules/core-js/internals/shared-store.js","webpack:///./node_modules/@nextcloud/axios/node_modules/core-js/internals/hidden-keys.js","webpack:///./node_modules/@nextcloud/axios/node_modules/core-js/internals/object-keys-internal.js","webpack:///./node_modules/@nextcloud/axios/node_modules/core-js/internals/to-integer.js","webpack:///./node_modules/@nextcloud/axios/node_modules/core-js/internals/enum-bug-keys.js","webpack:///./node_modules/@nextcloud/axios/node_modules/core-js/internals/object-get-own-property-symbols.js","webpack:///./node_modules/axios/lib/helpers/bind.js","webpack:///./node_modules/axios/lib/helpers/buildURL.js","webpack:///./node_modules/axios/lib/cancel/isCancel.js","webpack:///./node_modules/axios/lib/defaults.js","webpack:///./node_modules/axios/lib/adapters/xhr.js","webpack:///./node_modules/axios/lib/core/createError.js","webpack:///./node_modules/axios/lib/core/mergeConfig.js","webpack:///./node_modules/axios/lib/cancel/Cancel.js","webpack:///./node_modules/@nextcloud/auth/node_modules/core-js/internals/object-get-own-property-descriptor.js","webpack:///./node_modules/@nextcloud/auth/node_modules/core-js/internals/create-property-descriptor.js","webpack:///./node_modules/@nextcloud/auth/node_modules/core-js/internals/indexed-object.js","webpack:///./node_modules/@nextcloud/auth/node_modules/core-js/internals/classof-raw.js","webpack:///./node_modules/@nextcloud/auth/node_modules/core-js/internals/require-object-coercible.js","webpack:///./node_modules/@nextcloud/auth/node_modules/core-js/internals/to-primitive.js","webpack:///./node_modules/@nextcloud/auth/node_modules/core-js/internals/ie8-dom-define.js","webpack:///./node_modules/@nextcloud/auth/node_modules/core-js/internals/object-define-property.js","webpack:///./node_modules/@nextcloud/auth/node_modules/core-js/internals/an-object.js","webpack:///./node_modules/@nextcloud/auth/node_modules/core-js/internals/inspect-source.js","webpack:///./node_modules/@nextcloud/auth/node_modules/core-js/internals/shared-store.js","webpack:///./node_modules/@nextcloud/auth/node_modules/core-js/internals/shared.js","webpack:///./node_modules/@nextcloud/auth/node_modules/core-js/internals/uid.js","webpack:///./node_modules/@nextcloud/auth/node_modules/core-js/internals/hidden-keys.js","webpack:///./node_modules/@nextcloud/auth/node_modules/core-js/internals/to-length.js","webpack:///./node_modules/@nextcloud/auth/node_modules/core-js/internals/to-integer.js","webpack:///./node_modules/@nextcloud/auth/node_modules/core-js/internals/native-symbol.js","webpack:///./core/src/OC/contactsmenu.js","webpack:///./node_modules/@nextcloud/router/node_modules/core-js/modules/es.array.index-of.js","webpack:///./node_modules/@nextcloud/router/node_modules/core-js/internals/document-create-element.js","webpack:///./node_modules/@nextcloud/router/node_modules/core-js/internals/internal-state.js","webpack:///./node_modules/@nextcloud/router/node_modules/core-js/internals/native-weak-map.js","webpack:///./node_modules/@nextcloud/router/node_modules/core-js/internals/shared-key.js","webpack:///./node_modules/@nextcloud/router/node_modules/core-js/internals/is-pure.js","webpack:///./node_modules/@nextcloud/router/node_modules/core-js/internals/copy-constructor-properties.js","webpack:///./node_modules/@nextcloud/router/node_modules/core-js/internals/own-keys.js","webpack:///./node_modules/@nextcloud/router/node_modules/core-js/internals/get-built-in.js","webpack:///./node_modules/@nextcloud/router/node_modules/core-js/internals/path.js","webpack:///./node_modules/@nextcloud/router/node_modules/core-js/internals/object-get-own-property-names.js","webpack:///./node_modules/@nextcloud/router/node_modules/core-js/internals/to-absolute-index.js","webpack:///./node_modules/@nextcloud/router/node_modules/core-js/internals/is-forced.js","webpack:///./node_modules/@nextcloud/router/node_modules/core-js/internals/array-method-is-strict.js","webpack:///./node_modules/@nextcloud/router/node_modules/core-js/internals/array-method-uses-to-length.js","webpack:///./node_modules/@nextcloud/router/node_modules/core-js/modules/es.object.assign.js","webpack:///./node_modules/@nextcloud/router/node_modules/core-js/internals/object-assign.js","webpack:///./node_modules/@nextcloud/router/node_modules/core-js/internals/object-keys.js","webpack:///./node_modules/@nextcloud/router/node_modules/core-js/modules/es.object.to-string.js","webpack:///./node_modules/@nextcloud/router/node_modules/core-js/internals/use-symbol-as-uid.js","webpack:///./node_modules/@nextcloud/router/node_modules/core-js/internals/object-to-string.js","webpack:///./node_modules/@nextcloud/router/node_modules/core-js/internals/classof.js","webpack:///./node_modules/@nextcloud/router/node_modules/core-js/internals/regexp-sticky-helpers.js","webpack:///./node_modules/@nextcloud/router/node_modules/core-js/modules/es.regexp.to-string.js","webpack:///./node_modules/@nextcloud/router/node_modules/core-js/modules/es.string.replace.js","webpack:///./node_modules/@nextcloud/router/node_modules/core-js/internals/fix-regexp-well-known-symbol-logic.js","webpack:///./node_modules/@nextcloud/router/node_modules/core-js/internals/advance-string-index.js","webpack:///./node_modules/@nextcloud/router/node_modules/core-js/internals/string-multibyte.js","webpack:///./node_modules/@nextcloud/router/node_modules/core-js/internals/regexp-exec-abstract.js","webpack:///./node_modules/@nextcloud/paths/node_modules/core-js/modules/es.array.concat.js","webpack:///./node_modules/@nextcloud/paths/node_modules/core-js/internals/object-property-is-enumerable.js","webpack:///./node_modules/@nextcloud/paths/node_modules/core-js/internals/document-create-element.js","webpack:///./node_modules/@nextcloud/paths/node_modules/core-js/internals/internal-state.js","webpack:///./node_modules/@nextcloud/paths/node_modules/core-js/internals/native-weak-map.js","webpack:///./node_modules/@nextcloud/paths/node_modules/core-js/internals/shared-key.js","webpack:///./node_modules/@nextcloud/paths/node_modules/core-js/internals/is-pure.js","webpack:///./node_modules/@nextcloud/paths/node_modules/core-js/internals/copy-constructor-properties.js","webpack:///./node_modules/@nextcloud/paths/node_modules/core-js/internals/own-keys.js","webpack:///./node_modules/@nextcloud/paths/node_modules/core-js/internals/path.js","webpack:///./node_modules/@nextcloud/paths/node_modules/core-js/internals/object-get-own-property-names.js","webpack:///./node_modules/@nextcloud/paths/node_modules/core-js/internals/object-keys-internal.js","webpack:///./node_modules/@nextcloud/paths/node_modules/core-js/internals/array-includes.js","webpack:///./node_modules/@nextcloud/paths/node_modules/core-js/internals/to-absolute-index.js","webpack:///./node_modules/@nextcloud/paths/node_modules/core-js/internals/enum-bug-keys.js","webpack:///./node_modules/@nextcloud/paths/node_modules/core-js/internals/object-get-own-property-symbols.js","webpack:///./node_modules/@nextcloud/paths/node_modules/core-js/internals/is-forced.js","webpack:///./node_modules/@nextcloud/paths/node_modules/core-js/internals/create-property.js","webpack:///./node_modules/@nextcloud/paths/node_modules/core-js/internals/use-symbol-as-uid.js","webpack:///./node_modules/@nextcloud/paths/node_modules/core-js/internals/engine-user-agent.js","webpack:///./node_modules/@nextcloud/paths/node_modules/core-js/modules/es.array.filter.js","webpack:///./node_modules/@nextcloud/paths/node_modules/core-js/internals/function-bind-context.js","webpack:///./node_modules/@nextcloud/paths/node_modules/core-js/modules/es.array.join.js","webpack:///./node_modules/@nextcloud/paths/node_modules/core-js/modules/es.array.map.js","webpack:///./node_modules/@nextcloud/paths/node_modules/core-js/modules/es.array.reduce.js","webpack:///./node_modules/@nextcloud/paths/node_modules/core-js/internals/array-reduce.js","webpack:///./node_modules/@nextcloud/paths/node_modules/core-js/internals/regexp-flags.js","webpack:///./node_modules/@nextcloud/paths/node_modules/core-js/internals/regexp-sticky-helpers.js","webpack:///./node_modules/@nextcloud/paths/node_modules/core-js/modules/es.string.replace.js","webpack:///./node_modules/@nextcloud/paths/node_modules/core-js/internals/string-multibyte.js","webpack:///./node_modules/@nextcloud/paths/node_modules/core-js/modules/es.string.split.js","webpack:///./node_modules/@nextcloud/paths/node_modules/core-js/internals/is-regexp.js","webpack:///./node_modules/@nextcloud/paths/node_modules/core-js/internals/species-constructor.js","webpack:///./core/src/OC/contactsmenu/contact.handlebars","webpack:///./node_modules/handlebars/dist/cjs/handlebars/helpers/block-helper-missing.js","webpack:///./node_modules/handlebars/dist/cjs/handlebars/helpers/each.js","webpack:///./node_modules/handlebars/dist/cjs/handlebars/helpers/helper-missing.js","webpack:///./node_modules/handlebars/dist/cjs/handlebars/helpers/if.js","webpack:///./node_modules/handlebars/dist/cjs/handlebars/helpers/log.js","webpack:///./node_modules/handlebars/dist/cjs/handlebars/helpers/lookup.js","webpack:///./node_modules/handlebars/dist/cjs/handlebars/helpers/with.js","webpack:///./node_modules/handlebars/dist/cjs/handlebars/decorators.js","webpack:///./node_modules/handlebars/dist/cjs/handlebars/decorators/inline.js","webpack:///./node_modules/handlebars/dist/cjs/handlebars/internal/create-new-lookup-object.js","webpack:///./node_modules/handlebars/dist/cjs/handlebars/safe-string.js","webpack:///./node_modules/handlebars/dist/cjs/handlebars/runtime.js","webpack:///./node_modules/handlebars/dist/cjs/handlebars/internal/wrapHelper.js","webpack:///./node_modules/handlebars/dist/cjs/handlebars/no-conflict.js","webpack:///./core/src/OC/contactsmenu/loading.handlebars","webpack:///./core/src/OC/contactsmenu/error.handlebars","webpack:///./core/src/OC/contactsmenu/menu.handlebars","webpack:///./core/src/OC/contactsmenu/list.handlebars","webpack:///./node_modules/moment/locale sync ^\\.\\/.*$","webpack:///./node_modules/@nextcloud/axios/node_modules/core-js/modules/es.object.assign.js","webpack:///./node_modules/@nextcloud/axios/node_modules/core-js/internals/export.js","webpack:///./node_modules/@nextcloud/axios/node_modules/core-js/internals/classof-raw.js","webpack:///./node_modules/@nextcloud/axios/node_modules/core-js/internals/document-create-element.js","webpack:///./node_modules/@nextcloud/axios/node_modules/core-js/internals/redefine.js","webpack:///./node_modules/@nextcloud/axios/node_modules/core-js/internals/internal-state.js","webpack:///./node_modules/@nextcloud/axios/node_modules/core-js/internals/native-weak-map.js","webpack:///./node_modules/@nextcloud/axios/node_modules/core-js/internals/shared-key.js","webpack:///./node_modules/@nextcloud/axios/node_modules/core-js/internals/shared.js","webpack:///./node_modules/@nextcloud/axios/node_modules/core-js/internals/is-pure.js","webpack:///./node_modules/@nextcloud/axios/node_modules/core-js/internals/uid.js","webpack:///./node_modules/@nextcloud/axios/node_modules/core-js/internals/copy-constructor-properties.js","webpack:///./node_modules/@nextcloud/axios/node_modules/core-js/internals/own-keys.js","webpack:///./node_modules/@nextcloud/axios/node_modules/core-js/internals/get-built-in.js","webpack:///./node_modules/@nextcloud/axios/node_modules/core-js/internals/path.js","webpack:///./node_modules/@nextcloud/axios/node_modules/core-js/internals/object-get-own-property-names.js","webpack:///./node_modules/@nextcloud/axios/node_modules/core-js/internals/array-includes.js","webpack:///./node_modules/@nextcloud/axios/node_modules/core-js/internals/to-length.js","webpack:///./node_modules/@nextcloud/axios/node_modules/core-js/internals/to-absolute-index.js","webpack:///./node_modules/@nextcloud/axios/node_modules/core-js/internals/is-forced.js","webpack:///./node_modules/@nextcloud/axios/node_modules/core-js/internals/object-assign.js","webpack:///./node_modules/@nextcloud/axios/node_modules/core-js/internals/object-keys.js","webpack:///./node_modules/@nextcloud/axios/node_modules/core-js/internals/to-object.js","webpack:///./node_modules/axios/index.js","webpack:///./node_modules/axios/lib/axios.js","webpack:///./node_modules/axios/lib/core/Axios.js","webpack:///./node_modules/axios/lib/core/InterceptorManager.js","webpack:///./node_modules/axios/lib/core/dispatchRequest.js","webpack:///./node_modules/axios/lib/core/transformData.js","webpack:///./node_modules/axios/lib/helpers/normalizeHeaderName.js","webpack:///./node_modules/axios/lib/core/settle.js","webpack:///./node_modules/axios/lib/core/enhanceError.js","webpack:///./node_modules/axios/lib/core/buildFullPath.js","webpack:///./node_modules/axios/lib/helpers/isAbsoluteURL.js","webpack:///./node_modules/axios/lib/helpers/combineURLs.js","webpack:///./node_modules/axios/lib/helpers/parseHeaders.js","webpack:///./node_modules/axios/lib/helpers/isURLSameOrigin.js","webpack:///./node_modules/axios/lib/helpers/cookies.js","webpack:///./node_modules/axios/lib/cancel/CancelToken.js","webpack:///./node_modules/axios/lib/helpers/spread.js","webpack:///./node_modules/@nextcloud/auth/dist/requesttoken.js","webpack:///./node_modules/@nextcloud/auth/node_modules/core-js/modules/es.array.for-each.js","webpack:///./node_modules/@nextcloud/auth/node_modules/core-js/internals/export.js","webpack:///./node_modules/@nextcloud/auth/node_modules/core-js/internals/object-property-is-enumerable.js","webpack:///./node_modules/@nextcloud/auth/node_modules/core-js/internals/document-create-element.js","webpack:///./node_modules/@nextcloud/auth/node_modules/core-js/internals/redefine.js","webpack:///./node_modules/@nextcloud/auth/node_modules/core-js/internals/internal-state.js","webpack:///./node_modules/@nextcloud/auth/node_modules/core-js/internals/native-weak-map.js","webpack:///./node_modules/@nextcloud/auth/node_modules/core-js/internals/shared-key.js","webpack:///./node_modules/@nextcloud/auth/node_modules/core-js/internals/is-pure.js","webpack:///./node_modules/@nextcloud/auth/node_modules/core-js/internals/copy-constructor-properties.js","webpack:///./node_modules/@nextcloud/auth/node_modules/core-js/internals/own-keys.js","webpack:///./node_modules/@nextcloud/auth/node_modules/core-js/internals/get-built-in.js","webpack:///./node_modules/@nextcloud/auth/node_modules/core-js/internals/path.js","webpack:///./node_modules/@nextcloud/auth/node_modules/core-js/internals/object-get-own-property-names.js","webpack:///./node_modules/@nextcloud/auth/node_modules/core-js/internals/object-keys-internal.js","webpack:///./node_modules/@nextcloud/auth/node_modules/core-js/internals/array-includes.js","webpack:///./node_modules/@nextcloud/auth/node_modules/core-js/internals/to-absolute-index.js","webpack:///./node_modules/@nextcloud/auth/node_modules/core-js/internals/enum-bug-keys.js","webpack:///./node_modules/@nextcloud/auth/node_modules/core-js/internals/object-get-own-property-symbols.js","webpack:///./node_modules/@nextcloud/auth/node_modules/core-js/internals/is-forced.js","webpack:///./node_modules/@nextcloud/auth/node_modules/core-js/internals/array-for-each.js","webpack:///./node_modules/@nextcloud/auth/node_modules/core-js/internals/array-iteration.js","webpack:///./node_modules/@nextcloud/auth/node_modules/core-js/internals/function-bind-context.js","webpack:///./node_modules/@nextcloud/auth/node_modules/core-js/internals/a-function.js","webpack:///./node_modules/@nextcloud/auth/node_modules/core-js/internals/to-object.js","webpack:///./node_modules/@nextcloud/auth/node_modules/core-js/internals/array-species-create.js","webpack:///./node_modules/@nextcloud/auth/node_modules/core-js/internals/is-array.js","webpack:///./node_modules/@nextcloud/auth/node_modules/core-js/internals/well-known-symbol.js","webpack:///./node_modules/@nextcloud/auth/node_modules/core-js/internals/use-symbol-as-uid.js","webpack:///./node_modules/@nextcloud/auth/node_modules/core-js/internals/array-method-is-strict.js","webpack:///./node_modules/@nextcloud/auth/node_modules/core-js/internals/array-method-uses-to-length.js","webpack:///./node_modules/@nextcloud/auth/dist/user.js","webpack:///./core/src/maintenance.js"],"names":["installedModules","__webpack_require__","moduleId","exports","module","i","l","modules","call","m","c","d","name","getter","o","Object","defineProperty","enumerable","get","r","Symbol","toStringTag","value","t","mode","__esModule","ns","create","key","bind","n","object","property","prototype","hasOwnProperty","p","s","global","factory","window","this","noGlobal","arr","slice","concat","push","indexOf","class2type","toString","hasOwn","support","document","jQuery","selector","context","fn","init","rtrim","rmsPrefix","rdashAlpha","fcamelCase","all","letter","toUpperCase","isArraylike","obj","length","type","isWindow","nodeType","jquery","constructor","toArray","num","pushStack","elems","ret","merge","prevObject","each","callback","args","map","elem","apply","arguments","first","eq","last","len","j","end","sort","splice","extend","options","src","copy","copyIsArray","clone","target","deep","isFunction","isPlainObject","isArray","undefined","expando","Math","random","replace","isReady","error","msg","Error","noop","Array","isNumeric","parseFloat","isEmptyObject","globalEval","code","script","indirect","eval","trim","createElement","text","head","appendChild","parentNode","removeChild","camelCase","string","nodeName","toLowerCase","makeArray","results","inArray","second","grep","invert","matches","callbackExpect","arg","guid","proxy","tmp","now","Date","split","Sizzle","Expr","getText","isXML","tokenize","compile","select","outermostContext","sortInput","hasDuplicate","setDocument","docElem","documentIsHTML","rbuggyQSA","rbuggyMatches","contains","preferredDoc","dirruns","done","classCache","createCache","tokenCache","compilerCache","sortOrder","a","b","pop","push_native","list","booleans","whitespace","characterEncoding","identifier","attributes","pseudos","rwhitespace","RegExp","rcomma","rcombinators","rattributeQuotes","rpseudo","ridentifier","matchExpr","rinputs","rheader","rnative","rquickExpr","rsibling","rescape","runescape","funescape","_","escaped","escapedWhitespace","high","String","fromCharCode","unloadHandler","childNodes","e","els","seed","match","groups","old","nid","newContext","newSelector","ownerDocument","exec","getElementById","id","getElementsByTagName","getElementsByClassName","qsa","test","getAttribute","setAttribute","toSelector","testContext","join","querySelectorAll","qsaError","removeAttribute","keys","cache","cacheLength","shift","markFunction","assert","div","addHandle","attrs","handler","attrHandle","siblingCheck","cur","diff","sourceIndex","nextSibling","createInputPseudo","createButtonPseudo","createPositionalPseudo","argument","matchIndexes","documentElement","node","hasCompare","parent","doc","defaultView","top","addEventListener","attachEvent","className","createComment","getById","getElementsByName","find","filter","attrId","getAttributeNode","tag","innerHTML","input","matchesSelector","webkitMatchesSelector","mozMatchesSelector","oMatchesSelector","msMatchesSelector","disconnectedMatch","compareDocumentPosition","adown","bup","compare","sortDetached","aup","ap","bp","unshift","expr","elements","attr","val","specified","uniqueSort","duplicates","detectDuplicates","sortStable","textContent","firstChild","nodeValue","selectors","createPseudo","relative","dir","preFilter","excess","unquoted","nodeNameSelector","pattern","operator","check","result","what","simple","forward","ofType","xml","outerCache","nodeIndex","start","useCache","lastChild","pseudo","setFilters","idx","matched","matcher","unmatched","innerText","lang","elemLang","hash","location","activeElement","hasFocus","href","tabIndex","disabled","checked","selected","selectedIndex","radio","checkbox","file","password","image","submit","reset","tokens","addCombinator","combinator","base","checkNonElements","doneName","oldCache","newCache","elementMatcher","matchers","condense","newUnmatched","mapped","setMatcher","postFilter","postFinder","postSelector","temp","preMap","postMap","preexisting","contexts","multipleContexts","matcherIn","matcherOut","matcherFromTokens","checkContext","leadingRelative","implicitRelative","matchContext","matchAnyContext","filters","parseOnly","soFar","preFilters","cached","setMatchers","elementMatchers","bySet","byElement","superMatcher","outermost","matchedCount","setMatched","contextBackup","dirrunsUnique","matcherFromGroupMatchers","token","compiled","div1","defaultValue","unique","isXMLDoc","rneedsContext","needsContext","rsingleTag","risSimple","winnow","qualifier","not","self","is","rootjQuery","parseHTML","ready","rparentsprev","guaranteedUnique","children","contents","next","prev","sibling","until","truncate","has","targets","closest","pos","index","prevAll","add","addBack","parents","parentsUntil","nextAll","nextUntil","prevUntil","siblings","contentDocument","reverse","readyList","rnotwhite","optionsCache","completed","removeEventListener","Callbacks","flag","createOptions","memory","fired","firing","firingStart","firingLength","firingIndex","stack","once","fire","data","stopOnFalse","disable","remove","empty","lock","locked","fireWith","Deferred","func","tuples","state","promise","always","deferred","fail","then","fns","newDefer","tuple","returned","resolve","reject","progress","notify","pipe","stateString","when","subordinate","progressValues","progressContexts","resolveContexts","resolveValues","remaining","updateFunc","values","notifyWith","resolveWith","readyWait","holdReady","hold","wait","triggerHandler","off","readyState","setTimeout","access","chainable","emptyGet","raw","bulk","Data","uid","acceptData","owner","accepts","descriptor","unlock","defineProperties","set","prop","stored","camel","hasData","discard","data_priv","data_user","rbrace","rmultiDash","dataAttr","parseJSON","removeData","_data","_removeData","camelKey","queue","dequeue","startLength","hooks","_queueHooks","stop","setter","clearQueue","count","defer","pnum","source","cssExpand","isHidden","el","css","rcheckableType","createDocumentFragment","checkClone","cloneNode","noCloneChecked","focusinBubbles","rkeyEvent","rmouseEvent","rfocusMorph","rtypenamespace","returnTrue","returnFalse","safeActiveElement","err","event","types","handleObjIn","eventHandle","events","handleObj","special","handlers","namespaces","origType","elemData","handle","triggered","dispatch","delegateType","bindType","namespace","delegateCount","setup","mappedTypes","origCount","teardown","removeEvent","trigger","onlyHandlers","bubbleType","ontype","eventPath","Event","isTrigger","namespace_re","noBubble","parentWindow","isPropagationStopped","preventDefault","isDefaultPrevented","_default","fix","handlerQueue","delegateTarget","preDispatch","currentTarget","isImmediatePropagationStopped","stopPropagation","postDispatch","sel","button","props","fixHooks","keyHooks","original","which","charCode","keyCode","mouseHooks","eventDoc","body","pageX","clientX","scrollLeft","clientLeft","pageY","clientY","scrollTop","clientTop","originalEvent","fixHook","load","focus","blur","click","beforeunload","returnValue","simulate","bubble","isSimulated","defaultPrevented","timeStamp","stopImmediatePropagation","mouseenter","mouseleave","pointerenter","pointerleave","orig","related","relatedTarget","attaches","on","one","origFn","rxhtmlTag","rtagName","rhtml","rnoInnerhtml","rchecked","rscriptType","rscriptTypeMasked","rcleanScript","wrapMap","option","thead","col","tr","td","manipulationTarget","content","disableScript","restoreScript","setGlobalEval","refElements","cloneCopyEvent","dest","pdataOld","pdataCur","udataOld","udataCur","getAll","optgroup","tbody","tfoot","colgroup","caption","th","dataAndEvents","deepDataAndEvents","srcElements","destElements","inPage","buildFragment","scripts","selection","wrap","fragment","nodes","createTextNode","cleanData","append","domManip","prepend","insertBefore","before","after","keepData","html","replaceWith","replaceChild","detach","hasScripts","iNoClone","_evalUrl","appendTo","prependTo","insertAfter","replaceAll","insert","iframe","elemdisplay","actualDisplay","style","display","getDefaultComputedStyle","defaultDisplay","write","close","rmargin","rnumnonpx","getStyles","opener","getComputedStyle","curCSS","computed","width","minWidth","maxWidth","getPropertyValue","addGetHookIf","conditionFn","hookFn","pixelPositionVal","boxSizingReliableVal","container","computePixelPositionAndBoxSizingReliable","cssText","divStyle","backgroundClip","clearCloneStyle","pixelPosition","boxSizingReliable","reliableMarginRight","marginDiv","marginRight","swap","rdisplayswap","rnumsplit","rrelNum","cssShow","position","visibility","cssNormalTransform","letterSpacing","fontWeight","cssPrefixes","vendorPropName","capName","origName","setPositiveNumber","subtract","max","augmentWidthOrHeight","extra","isBorderBox","styles","getWidthOrHeight","valueIsBorderBox","offsetWidth","offsetHeight","showHide","show","hidden","Tween","easing","cssHooks","opacity","cssNumber","cssProps","margin","padding","border","prefix","suffix","expand","expanded","parts","hide","toggle","unit","propHooks","run","percent","eased","duration","step","tween","fx","linear","swing","cos","PI","fxNow","timerId","rfxtypes","rfxnum","rrun","animationPrefilters","opts","oldfire","anim","dataShow","unqueued","overflow","overflowX","overflowY","createTween","tweeners","scale","maxIterations","createFxNow","genFx","includeWidth","height","animation","collection","Animation","properties","stopped","tick","currentTime","startTime","tweens","specialEasing","originalProperties","originalOptions","gotoEnd","rejectWith","propFilter","timer","complete","tweener","prefilter","speed","opt","speeds","fadeTo","to","animate","optall","doAnimation","finish","stopQueue","timers","cssFn","slideDown","slideUp","slideToggle","fadeIn","fadeOut","fadeToggle","interval","setInterval","clearInterval","slow","fast","delay","time","timeout","clearTimeout","checkOn","optSelected","optDisabled","radioValue","boolHook","removeAttr","nType","attrHooks","bool","nodeHook","propName","attrNames","propFix","rfocusable","removeProp","hasAttribute","rclass","addClass","classes","clazz","finalValue","proceed","removeClass","toggleClass","stateVal","classNames","hasClass","rreturn","valHooks","optionSet","hover","fnOver","fnOut","unbind","delegate","undelegate","nonce","rquery","JSON","parse","parseXML","DOMParser","parseFromString","rhash","rts","rheaders","rnoContent","rprotocol","rurl","prefilters","transports","allTypes","ajaxLocation","ajaxLocParts","addToPrefiltersOrTransports","structure","dataTypeExpression","dataType","dataTypes","inspectPrefiltersOrTransports","jqXHR","inspected","seekingTransport","inspect","prefilterOrFactory","dataTypeOrTransport","ajaxExtend","flatOptions","ajaxSettings","active","lastModified","etag","url","isLocal","processData","async","contentType","json","responseFields","converters","ajaxSetup","settings","ajaxPrefilter","ajaxTransport","ajax","transport","cacheURL","responseHeadersString","responseHeaders","timeoutTimer","fireGlobals","callbackContext","globalEventContext","completeDeferred","statusCode","requestHeaders","requestHeadersNames","strAbort","getResponseHeader","getAllResponseHeaders","setRequestHeader","lname","overrideMimeType","mimeType","status","abort","statusText","finalText","success","method","crossDomain","param","traditional","hasContent","ifModified","headers","beforeSend","send","nativeStatusText","responses","isSuccess","response","modified","ct","finalDataType","firstDataType","ajaxHandleResponses","conv2","current","conv","dataFilter","ajaxConvert","getJSON","getScript","wrapAll","firstElementChild","wrapInner","unwrap","visible","r20","rbracket","rCRLF","rsubmitterTypes","rsubmittable","buildParams","v","encodeURIComponent","serialize","serializeArray","xhr","XMLHttpRequest","xhrId","xhrCallbacks","xhrSuccessStatus","0","1223","xhrSupported","cors","open","username","xhrFields","onload","onerror","responseText","charset","scriptCharset","evt","oldCallbacks","rjsonp","jsonp","jsonpCallback","originalSettings","callbackName","overwritten","responseContainer","jsonProp","keepScripts","parsed","_load","params","animated","getWindow","offset","setOffset","curPosition","curLeft","curCSSTop","curTop","curOffset","curCSSLeft","curElem","left","using","win","box","getBoundingClientRect","pageYOffset","pageXOffset","offsetParent","parentOffset","scrollTo","Height","Width","defaultExtra","funcName","size","andSelf","_jQuery","_$","$","noConflict","w","hookCallback","some","isObject","isUndefined","isNumber","isDate","res","hasOwnProp","valueOf","createUTC","format","locale","strict","createLocalOrUTC","utc","getParsingFlags","_pf","unusedTokens","unusedInput","charsLeftOver","nullInput","invalidMonth","invalidFormat","userInvalidated","iso","parsedDateParts","meridiem","rfc2822","weekdayMismatch","isValid","_isValid","flags","parsedParts","isNowValid","isNaN","_d","getTime","invalidWeekday","_strict","bigHour","isFrozen","createInvalid","NaN","fun","momentProperties","copyConfig","from","_isAMomentObject","_i","_f","_l","_tzm","_isUTC","_offset","_locale","updateInProgress","Moment","config","updateOffset","isMoment","absFloor","number","ceil","floor","toInt","argumentForCoercion","coercedNumber","isFinite","compareArrays","array1","array2","dontConvert","min","lengthDiff","abs","diffs","warn","suppressDeprecationWarnings","console","deprecate","firstTime","deprecationHandler","deprecations","deprecateSimple","Function","mergeConfigs","parentConfig","childConfig","Locale","aliases","addUnitAlias","shorthand","lowerCase","normalizeUnits","units","normalizeObjectUnits","inputObject","normalizedProp","normalizedInput","priorities","addUnitPriority","priority","zeroFill","targetLength","forceSign","absNumber","zerosToFill","pow","substr","formattingTokens","localFormattingTokens","formatFunctions","formatTokenFunctions","addFormatToken","padded","ordinal","localeData","formatMoment","expandFormat","array","mom","output","makeFormatFunction","invalidDate","replaceLongDateFormatTokens","longDateFormat","lastIndex","match1","match2","match3","match4","match6","match1to2","match3to4","match5to6","match1to3","match1to4","match1to6","matchUnsigned","matchSigned","matchOffset","matchShortOffset","matchWord","regexes","addRegexToken","regex","strictRegex","isStrict","getParseRegexForToken","regexEscape","p1","p2","p3","p4","addParseToken","addWeekParseToken","_w","addTimeToArrayFromToken","_a","daysInYear","year","isLeapYear","y","parseTwoDigitYear","parseInt","getSetYear","makeGetSet","keepTime","set$1","month","date","daysInMonth","modMonth","x","mod","monthsShort","months","monthsShortRegex","monthsRegex","monthsParse","MONTHS_IN_FORMAT","defaultLocaleMonths","defaultLocaleMonthsShort","handleStrictParse","monthName","ii","llc","toLocaleLowerCase","_monthsParse","_longMonthsParse","_shortMonthsParse","setMonth","dayOfMonth","getSetMonth","defaultMonthsShortRegex","defaultMonthsRegex","computeMonthsParse","cmpLenRev","shortPieces","longPieces","mixedPieces","_monthsRegex","_monthsShortRegex","_monthsStrictRegex","_monthsShortStrictRegex","createDate","h","M","ms","getFullYear","setFullYear","createUTCDate","UTC","getUTCFullYear","setUTCFullYear","firstWeekOffset","dow","doy","fwd","getUTCDay","dayOfYearFromWeeks","week","weekday","resYear","resDayOfYear","dayOfYear","weekOfYear","resWeek","weekOffset","weeksInYear","weekOffsetNext","shiftWeekdays","ws","weekdaysMin","weekdaysShort","weekdays","weekdaysMinRegex","weekdaysShortRegex","weekdaysRegex","weekdaysParse","defaultLocaleWeekdays","defaultLocaleWeekdaysShort","defaultLocaleWeekdaysMin","handleStrictParse$1","weekdayName","_weekdaysParse","_shortWeekdaysParse","_minWeekdaysParse","day","defaultWeekdaysRegex","defaultWeekdaysShortRegex","defaultWeekdaysMinRegex","computeWeekdaysParse","minp","shortp","longp","minPieces","_weekdaysRegex","_weekdaysShortRegex","_weekdaysMinRegex","_weekdaysStrictRegex","_weekdaysShortStrictRegex","_weekdaysMinStrictRegex","hFormat","hours","lowercase","minutes","matchMeridiem","_meridiemParse","seconds","kInput","_isPm","isPM","_meridiem","pos1","pos2","globalLocale","getSetHour","baseConfig","calendar","sameDay","nextDay","nextWeek","lastDay","lastWeek","sameElse","LTS","LT","L","LL","LLL","LLLL","dayOfMonthOrdinalParse","relativeTime","future","past","ss","mm","hh","dd","MM","yy","meridiemParse","locales","localeFamilies","normalizeLocale","loadLocale","oldLocale","_abbr","getSetGlobalLocale","getLocale","defineLocale","abbr","_config","parentLocale","forEach","names","chooseLocale","checkOverflow","_overflowDayOfYear","_overflowWeeks","_overflowWeekday","defaults","configFromArray","currentDate","expectedWeekday","yearToUse","nowValue","_useUTC","getUTCMonth","getUTCDate","getMonth","getDate","currentDateArray","weekYear","weekdayOverflow","GG","W","E","createLocal","_week","curWeek","gg","_dayOfYear","dayOfYearFromWeekInfo","_nextDay","getDay","setUTCMinutes","getUTCMinutes","extendedIsoRegex","basicIsoRegex","tzRegex","isoDates","isoTimes","aspNetJsonRegex","configFromISO","allowTime","dateFormat","timeFormat","tzFormat","configFromStringAndFormat","untruncateYear","yearStr","obsOffsets","UT","GMT","EDT","EST","CDT","CST","MDT","MST","PDT","PST","configFromRFC2822","monthStr","dayStr","hourStr","minuteStr","secondStr","parsedArray","weekdayStr","parsedInput","checkWeekday","obsOffset","militaryOffset","numOffset","hm","calculateOffset","ISO_8601","RFC_2822","skipped","stringLength","totalParsedInputLength","hour","isPm","meridiemHour","meridiemFixWrap","prepareConfig","preparse","tempConfig","bestMoment","scoreToBeat","currentScore","score","configFromStringAndArray","createFromInputFallback","configFromString","minute","millisecond","configFromObject","configFromInput","isUTC","getOwnPropertyNames","k","isObjectEmpty","prototypeMin","other","prototypeMax","pickBy","moments","ordering","Duration","years","quarters","quarter","weeks","isoWeek","days","milliseconds","unitHasDecimal","isDurationValid","_milliseconds","_days","_months","_bubble","isDuration","absRound","round","separator","utcOffset","sign","offsetFromString","chunkOffset","cloneWithOffset","model","setTime","local","getDateOffset","getTimezoneOffset","isUtc","aspNetRegex","isoRegex","createDuration","diffRes","parseIso","isBefore","positiveMomentsDifference","inp","isAfter","createAdder","direction","period","addSubtract","isAdding","invalid","monthDiff","wholeMonthDiff","anchor","newLocaleData","defaultFormat","defaultFormatUtc","mod$1","dividend","divisor","localStartOfDate","utcStartOfDate","addWeekYearFormatToken","getSetWeekYearHelper","weeksTarget","setWeekAll","dayOfYearData","isoWeekYear","_dayOfMonthOrdinalParse","_ordinalParse","_dayOfMonthOrdinalParseLenient","getSetDayOfMonth","getSetMinute","getSetSecond","parseMs","getSetMillisecond","proto","preParsePostFormat","formats","sod","startOf","calendarFormat","asFloat","that","zoneDelta","endOf","startOfDate","isoWeekday","inputString","postformat","withoutSuffix","humanize","fromNow","toNow","invalidAt","localInput","isBetween","inclusivity","localFrom","localTo","isSame","inputMs","isSameOrAfter","isSameOrBefore","parsingFlags","prioritized","unitsObj","u","getPrioritizedUnits","toObject","toDate","toISOString","keepOffset","zone","toJSON","unix","creationData","isoWeeks","weekInfo","isoWeeksInYear","parseWeekday","parseIsoWeekday","keepLocalTime","keepMinutes","localAdjust","_changeInProgress","parseZone","tZone","hasAlignedHourOffset","isDST","isUtcOffset","zoneAbbr","zoneName","dates","isDSTShifted","_isDSTShifted","proto$1","get$1","field","listMonthsImpl","out","listWeekdaysImpl","localeSorted","_calendar","_longDateFormat","formatUpper","_invalidDate","_ordinal","isFuture","_relativeTime","pastFuture","isFormat","_monthsShort","_monthsParseExact","firstDayOfYear","firstDayOfWeek","_weekdays","_weekdaysMin","_weekdaysShort","_weekdaysParseExact","_fullWeekdaysParse","charAt","isLower","langData","mathAbs","addSubtract$1","absCeil","daysToMonths","monthsToDays","makeAs","alias","as","asMilliseconds","asSeconds","asMinutes","asHours","asDays","asWeeks","asMonths","asQuarters","asYears","makeGetter","thresholds","substituteTimeAgo","abs$1","toISOString$1","Y","D","toFixed","total","totalSign","ymSign","daysSign","hmsSign","proto$2","monthsFromDays","withSuffix","posNegDuration","relativeTime$1","toIsoString","version","updateLocale","tmpLocale","relativeTimeRounding","roundingFunction","relativeTimeThreshold","threshold","limit","myMoment","HTML5_FMT","DATETIME_LOCAL","DATETIME_LOCAL_SECONDS","DATETIME_LOCAL_MS","DATE","TIME","TIME_SECONDS","TIME_MS","WEEK","MONTH","root","previousUnderscore","ArrayProto","ObjProto","SymbolProto","nativeIsArray","nativeKeys","nativeCreate","Ctor","_wrapped","VERSION","builtinIteratee","optimizeCb","argCount","accumulator","cb","iteratee","identity","Infinity","restArguments","startIndex","rest","baseCreate","shallowProperty","path","deepGet","MAX_ARRAY_INDEX","getLength","isArrayLike","collect","currentKey","createReduce","reducer","memo","initial","reduce","foldl","inject","reduceRight","foldr","detect","predicate","findIndex","findKey","negate","every","any","includes","include","item","fromIndex","guard","invoke","contextPath","pluck","where","findWhere","lastComputed","shuffle","sample","rand","sortBy","criteria","right","group","behavior","partition","groupBy","indexBy","countBy","reStrSymbol","isString","pass","take","tail","drop","compact","Boolean","flatten","shallow","isArguments","without","otherArrays","difference","uniq","isSorted","isBoolean","seen","union","arrays","intersection","argsLength","unzip","zip","createPredicateIndexFinder","findLastIndex","sortedIndex","low","mid","createIndexFinder","predicateFind","lastIndexOf","range","chunk","executeBound","sourceFunc","boundFunc","callingContext","TypeError","bound","callArgs","partial","boundArgs","placeholder","bindAll","memoize","hasher","address","throttle","previous","later","leading","throttled","trailing","cancel","debounce","immediate","debounced","callNow","wrapper","compose","times","hasEnumBug","propertyIsEnumerable","nonEnumerableProps","collectNonEnumProps","nonEnumIdx","allKeys","mapObject","pairs","functions","methods","createAssigner","keysFunc","extendOwn","assign","deepEq","keyInObj","pick","omit","tap","interceptor","isMatch","aStack","bStack","areArrays","aCtor","bCtor","isEqual","isEmpty","isElement","nodelist","Int8Array","isSymbol","isNull","constant","propertyOf","accum","escapeMap","unescapeMap","createEscaper","escaper","testRegexp","replaceRegexp","escape","unescape","fallback","idCounter","uniqueId","templateSettings","evaluate","interpolate","noMatch","escapes","escapeRegExp","escapeChar","template","oldSettings","render","variable","chain","instance","_chain","chainResult","mixin","loadedScripts","loadedStyles","updatableNotification","getDefaultNotificationFunction","setDefault","$row","toastify","hideToast","showHtml","isHTML","toast","OCP","Toast","message","toastElement","showUpdate","showTemporary","ajaxConnectionLostHandler","Notification","appConfig","oc_appconfig","AppConfig","getValue","app","setValue","getApps","getKeys","deleteKey","appswebroots","_oc_appswebroots","methodMap","update","patch","delete","read","parsePropFindResult","davProperties","subResult","propStat","propKey","parseIdFromLocation","queryPos","isSuccessStatus","callPropPatch","client","propPatch","changedProp","convertModelAttributesToDavProperties","changed","Backbone","VendorBackbone","davCall","dav","Client","baseUrl","xmlNamespaces","resolveUrl","OC","requestToken","propFind","depth","propsMapping","callPropFind","request","callMkCol","responseJson","locationHeader","callMethod","davSync","isCollection","Collection","hasInnerCollection","usePUT","urlError","stringify","textStatus","errorThrown","_oc_config","rawUid","displayName","currentUser","Dialogs","YES_NO_BUTTONS","OK_BUTTONS","FILEPICKER_TYPE_CHOOSE","FILEPICKER_TYPE_MOVE","FILEPICKER_TYPE_COPY","FILEPICKER_TYPE_COPY_MOVE","FILEPICKER_TYPE_CUSTOM","dialogsCounter","alert","title","modal","OK_BUTTON","info","confirm","confirmDestructive","buttons","confirmHtml","prompt","_getMessageTemplate","$tmpl","dialogName","dialogId","$dlg","octemplate","dialog_name","label","buttonlist","ocdialog","defaultButton","closeOnEscape","filepicker","multiselect","mimetypeFilter","sortField","loading","emptyText","newText","filesClient","OCA","Sharing","PublicApp","fileList","Files","getClient","filelist","allowDirectoryChooser","_getFilePickerTemplate","$filePicker","emptytext","newtext","nameCol","sizeCol","modifiedCol","Util","isIE","$showGridView","_onGridviewChange","_getGridSettings","newButton","registerMenu","$input","newName","lastPos","selectRange","$form","checkInput","filename","trimmedName","blacklist_files_regex","isFileNameValid","tooltip","placement","newname","createDirectory","_fillFilePicker","hideMenus","keypress","$fileListHeader","$filelist","$filelistContainer","$dirTree","_handleTreeListSelect","_handlePickerClick","functionToCall","returnType","datapath","element","selectedName","buttonEnableDisable","dialogType","allowHtml","escapeFunction","confirmClasses","_fileexistsshown","fileexists","replacement","controller","dialogDeferred","crop","img","canvas","getContext","drawImage","resampleHermite","toDataURL","H","W2","H2","getImageData","img2","data2","ratio_w","ratio_h","ratio_w_half","ratio_h_half","x2","weight","weights","weights_alpha","gx_r","gx_g","gx_b","gx_a","center_y","dy","center_x","w0","xx","dx","sqrt","clearRect","putImageData","addConflict","$conflicts","$conflict","$originalDiv","$replacementDiv","humanFileSize","formatDate","mtime","lastModifiedDate","directory","urlSpec","forceIcon","previewpath","generatePreviewUrl","FileReader","reader","blob","Blob","URL","webkitURL","originalUrl","createObjectURL","Image","readAsArrayBuffer","getCroppedPreview","MimeType","getIconUrl","checkboxId","_getFileExistsTemplate","allnewfiles","allexistingfiles","why","onCancel","onContinue","closeButton","$primaryButton","updatePrimaryButton","checkedCount","$checkbox","generateUrl","gridview","post","$filePickerTemplate","filePath","tmpl","$listTmpl","$messageTemplate","$fileexistsTemplate","_getFileList","mimetypes","getFolderContents","files","mimetype","Comparators","fileInfo1","fileInfo2","naturalSortCompare","comparator","file1","file2","isFavorite","fileInfo","tags","TAG_FAVORITE","_fillSlug","entry","simpleSize","sizeColor","icon","filename1","filename2","relativeModifiedDate","previewUrl","$template","paths","getOcDialog","_changeButtonsText","$element","ctrlKey","copyText","folder","moveText","OCEventSource","joinChar","dataStr","typelessListeners","closed","listeners","getToken","useFallBack","EventSource","iframeId","iframeCount","fallBackSources","onmessage","listen","fallBackCallBack","lastLength","capabilities","_oc_capabilities","getCapabilities","currentMenu","lastMenu","menuSpeed","isAdmin","_oc_isadmin","startSaving","startAction","finishedSaving","finishedAction","finishedSuccess","finishedError","search","query","Search","customResults","resultTypes","theme","_theme","chunkify","tz","History","_handlers","_pushState","strParams","buildQueryString","history","pushState","pathname","navigator","userAgent","patterns","fill","stroke","replaceState","_cancelPop","addOnPopStateHandler","_parseHashQuery","_decodeQuery","parseUrlQuery","parseQueryString","_onPopState","skipSmallSizes","humanList","order","log","readableFormat","relativeSize","toLocaleString","getCanonicalLocale","computerFileSize","bytes","timestamp","moment","getScrollBarWidth","_scrollBarWidth","inner","outer","w1","w2","clientWidth","stripTime","aa","bb","aNum","Number","bNum","localeCompare","getLanguage","waitFor","internalCallback","isCookieSetToValue","cookies","cookie","debug","_oc_debug","webroot","_oc_webroot","coreApps","PERMISSION_ALL","PERMISSION_CREATE","PERMISSION_DELETE","PERMISSION_NONE","PERMISSION_READ","PERMISSION_SHARE","PERMISSION_UPDATE","fileIsBlacklisted","Config","addScript","addStyle","createStyleSheet","Apps","appSettings","appid","scriptName","popup","arrowclass","loadJS","scriptname","jqxhr","ContactsMenu","dialogs","getCurrentUser","isUserAdmin","L10N","_ajaxConnectionLostHandler","_processAjaxError","_reloadCalled","_userIsNavigatingAway","reload","registerXHRForErrorProcessing","_capabilities","$toggle","$menuEl","headerMenu","isClickableElement","showMenu","unregisterMenu","basename","encodePath","dirname","isSamePath","joinPaths","getHost","host","getHostName","hostname","getPort","port","getProtocol","protocol","addTranslations","PasswordConfirmation","Plugins","_plugins","register","targetName","plugin","plugins","getPlugins","attach","targetObject","generateFilePath","getRootPath","getRootUrl","imagePath","redirect","targetURL","getRequestToken","linkTo","linkToOCS","generateOcsUrl","linkToRemote","generateRemoteUrl","linkToRemoteBase","subscribe","it","globalThis","shared","NATIVE_SYMBOL","USE_SYMBOL_AS_UID","WellKnownSymbolsStore","createWellKnownSymbol","withoutSetter","DESCRIPTORS","IE8_DOM_DEFINE","anObject","toPrimitive","nativeDefineProperty","f","O","P","Attributes","g","fails","definePropertyModule","createPropertyDescriptor","isArrayBuffer","isBuffer","isFormData","FormData","isArrayBufferView","ArrayBuffer","isView","buffer","isFile","isBlob","isStream","isURLSearchParams","URLSearchParams","isStandardBrowserEnv","product","assignValue","deepMerge","thisArg","str","service","allOptions","noRewrite","_build","vars","modRewriteWorking","isCore","link","substring","encodeURI","escapeExpression","toHTML","possible","badChars","createFrame","frame","_parent","blockParams","ids","appendContextPath","chr","getOwnPropertyDescriptor","createNonEnumerableProperty","redefine","setGlobal","copyConstructorProperties","isForced","targetProperty","sourceProperty","TARGET","GLOBAL","STATIC","stat","noTargetGet","forced","sham","inspectSource","InternalStateModule","getInternalState","enforceInternalState","enforce","TEMPLATE","unsafe","previousBackbone","emulateHTTP","emulateJSON","_listening","Events","eventSplitter","eventsApi","_events","onApi","ctx","listening","_listeners","interop","listenTo","_listenId","listeningTo","_listeningTo","Listening","tryCatchOn","offApi","stopListening","_callback","cleanup","onceMap","listenToOnce","offer","triggerApi","objEvents","allEvents","triggerEvents","ev","a1","a2","a3","listener","Model","preinitialize","cid","cidPrefix","initialize","validationError","idAttribute","sync","_validate","unset","silent","changes","changing","_changing","_previousAttributes","_pending","clear","hasChanged","changedAttributes","previousAttributes","fetch","resp","serverAttrs","wrapError","save","validate","isNew","destroy","models","_reset","setOptions","addOptions","at","singular","removed","_removeModels","added","merged","_isModel","toAdd","toMerge","toRemove","modelMap","sortable","sortAttr","existing","_prepareModel","_addReference","orderChanged","_removeReference","previousModels","_byId","modelId","callbackOpts","CollectionIterator","ITERATOR_VALUES","ITERATOR_KEYS","entries","ITERATOR_KEYSVALUES","_onModelEvent","prevId","$$iterator","iterator","kind","_collection","_kind","_index","View","viewOptions","_ensureElement","delegateEventSplitter","tagName","$el","_removeElement","setElement","undelegateEvents","_setElement","delegateEvents","eventName","_createElement","_setAttributes","addUnderscoreMethods","Class","attribute","defaultVal","addMethod","modelMatcher","Base","mappings","_method","Router","routes","_bindRoutes","optionalParam","namedParam","splatParam","route","isRegExp","_routeToRegExp","router","_extractParameters","execute","navigate","optional","decodeURIComponent","checkUrl","routeStripper","rootStripper","pathStripper","started","atRoot","getSearch","matchRoot","decodeFragment","decodeURI","getHash","getPath","getFragment","_usePushState","_wantsHashChange","hashChange","_hasHashChange","documentMode","_useHashChange","_wantsPushState","_hasPushState","rootPath","iWindow","contentWindow","_checkUrlInterval","loadUrl","detachEvent","decodedFragment","_updateHash","protoProps","staticProps","child","__super__","bus","unsubscribe","emit","_ProxyBus","_SimpleBus","_eventBus","_nc_event_bus","ProxyBus","SimpleBus","_oc_l10n_registry_translations","_oc_l10n_registry_plural_functions","registerAppTranslations","appId","translations","pluralFunction","hasAppTranslations","getAppTranslations","L10n","appName","pluralForm","bundle","_getPlural","_unregister","translate","translation","DOMPurify","sanitize","escapeHTML","translatePlural","textSingular","textPlural","plural","language","Handlebars","registerHelper","bitmap","configurable","writable","IndexedObject","requireObjectCoercible","NATIVE_WEAK_MAP","objectHas","sharedKey","hiddenKeys","WeakMap","store","wmget","wmhas","wmset","metadata","STATE","getterFor","TYPE","aFunction","toInteger","errorProps","Exception","loc","line","endLineNumber","column","endColumn","captureStackTrace","lineNumber","nop","manageFromDocument","setToken","newToken","endpoint","requiresPasswordConfirmation","requirePasswordConfirmation","setPrototypeOf","objectKeys","freeze","seal","_ref","Reflect","construct","thisValue","Func","arr2","_toConsumableArray$1","arrayForEach","unapply","arrayIndexOf","arrayJoin","arrayPop","arrayPush","arraySlice","stringToLowerCase","stringMatch","stringReplace","stringIndexOf","stringTrim","regExpTest","regExpCreate","unconstruct","typeErrorCreate","_len","_key","_len2","_key2","addToSet","lcElement","newObject","svg","svgFilters","mathMl","html$1","svg$1","mathMl$1","MUSTACHE_EXPR","ERB_EXPR","DATA_ATTR","ARIA_ATTR","IS_ALLOWED_URI","IS_SCRIPT_OR_DATA","ATTR_WHITESPACE","_typeof","_toConsumableArray","getGlobal","_createTrustedTypesPolicy","trustedTypes","createPolicy","currentScript","policyName","createHTML","html$$1","createDOMPurify","isSupported","originalDocument","useDOMParser","removeTitle","DocumentFragment","HTMLTemplateElement","Node","NodeFilter","_window$NamedNodeMap","NamedNodeMap","MozNamedAttrMap","Text","Comment","trustedTypesPolicy","emptyHTML","_document","implementation","createNodeIterator","importNode","createHTMLDocument","MUSTACHE_EXPR$$1","ERB_EXPR$$1","DATA_ATTR$$1","ARIA_ATTR$$1","IS_SCRIPT_OR_DATA$$1","ATTR_WHITESPACE$$1","IS_ALLOWED_URI$$1","ALLOWED_TAGS","DEFAULT_ALLOWED_TAGS","ALLOWED_ATTR","DEFAULT_ALLOWED_ATTR","FORBID_TAGS","FORBID_ATTR","ALLOW_ARIA_ATTR","ALLOW_DATA_ATTR","ALLOW_UNKNOWN_PROTOCOLS","SAFE_FOR_JQUERY","SAFE_FOR_TEMPLATES","WHOLE_DOCUMENT","SET_CONFIG","FORCE_BODY","RETURN_DOM","RETURN_DOM_FRAGMENT","RETURN_DOM_IMPORT","RETURN_TRUSTED_TYPE","SANITIZE_DOM","KEEP_CONTENT","IN_PLACE","USE_PROFILES","FORBID_CONTENTS","DATA_URI_TAGS","URI_SAFE_ATTRIBUTES","DEFAULT_URI_SAFE_ATTRIBUTES","CONFIG","formElement","_parseConfig","cfg","ADD_URI_SAFE_ATTR","ALLOWED_URI_REGEXP","ADD_TAGS","ADD_ATTR","table","_forceRemove","outerHTML","_removeAttribute","_initDocument","dirty","leadingWhitespace","dirtyPayload","querySelector","_createIterator","SHOW_ELEMENT","SHOW_COMMENT","SHOW_TEXT","FILTER_ACCEPT","_isClobbered","elm","namespaceURI","_isNode","_executeHook","entryPoint","currentNode","hook","_sanitizeElements","allowedTags","insertAdjacentHTML","htmlToInsert","_isValidAttribute","lcTag","lcName","_sanitizeAttributes","idAttr","hookEvent","attrName","attrValue","keepAttr","allowedAttributes","_attr","forceKeepAttr","setAttributeNS","_sanitizeShadowDOM","shadowNode","shadowIterator","nextNode","importedNode","oldNode","returnNode","toStaticHTML","nodeIterator","serializedHTML","setConfig","clearConfig","isValidAttribute","addHook","hookFunction","removeHook","removeHooks","removeAllHooks","nonEmptyArgs","lastArg","leadingSlash","trailingSlash","sections","acc","section","path1","path2","pathSections1","pathSections2","PREFERRED_STRING","postfix","activeXDocument","enumBugKeys","documentCreateElement","IE_PROTO","EmptyConstructor","scriptTag","NullProtoObject","domain","ActiveXObject","iframeDocument","NullProtoObjectViaActiveX","F","Properties","createIteratorConstructor","getPrototypeOf","setToStringTag","wellKnownSymbol","IS_PURE","Iterators","IteratorsCore","IteratorPrototype","BUGGY_SAFARI_ITERATORS","ITERATOR","returnThis","Iterable","NAME","IteratorConstructor","DEFAULT","IS_SET","FORCED","CurrentIteratorPrototype","KEY","getIterationMethod","KIND","defaultIterator","IterablePrototype","TO_STRING_TAG","INCORRECT_VALUES_NAME","nativeIterator","anyNativeIterator","TAG","re1","re2","regexpFlags","stickyHelpers","nativeExec","nativeReplace","patchedExec","UPDATES_LAST_INDEX_WRONG","UNSUPPORTED_Y","BROKEN_CARET","NPCG_INCLUDED","reCopy","re","sticky","charsAdded","strCopy","multiline","cachedSetTimeout","cachedClearTimeout","process","defaultSetTimout","defaultClearTimeout","runTimeout","currentQueue","draining","queueIndex","cleanUpNextTick","drainQueue","marker","runClearTimeout","Item","nextTick","browser","env","argv","versions","addListener","removeListener","removeAllListeners","prependListener","prependOnceListener","binding","cwd","chdir","umask","propertyIsEnumerableModule","toIndexedObject","nativeGetOwnPropertyDescriptor","classof","EXISTS","functionToString","copyright","feature","detection","normalize","POLYFILL","NATIVE","SPECIES","originalArray","C","getOwnPropertySymbols","V8_VERSION","METHOD_NAME","foo","v8","toLength","arraySpeciesCreate","createMethod","IS_MAP","IS_FILTER","IS_SOME","IS_EVERY","IS_FIND_INDEX","NO_HOLES","$this","callbackfn","specificCreate","boundFunction","thrower","ACCESSORS","argument0","argument1","$forEach","arrayMethodIsStrict","arrayMethodUsesToLength","STRICT_METHOD","USES_TO_LENGTH","addToUnscopables","defineIterator","setInternalState","iterated","Arguments","PrototypeOfArrayIteratorPrototype","arrayIterator","CORRECT_PROTOTYPE_GETTER","ObjectPrototype","aPossiblePrototype","CORRECT_SETTER","__proto__","FREEZING","METADATA","isExtensible","setMetadata","objectID","weakData","meta","REQUIRED","fastKey","getWeakData","onFreeze","isArrayIteratorMethod","getIteratorMethod","callWithSafeIterationClosing","Result","iterable","AS_ENTRIES","IS_ITERATOR","iterFn","TO_STRING_TAG_SUPPORT","classofRaw","CORRECT_ARGUMENTS","tryGet","callee","Constructor","CSSRuleList","CSSStyleDeclaration","CSSValueList","ClientRectList","DOMRectList","DOMStringList","DOMTokenList","DataTransferItemList","FileList","HTMLAllCollection","HTMLCollection","HTMLFormElement","HTMLSelectElement","MediaList","MimeTypeArray","NodeList","PaintRequestList","Plugin","PluginArray","SVGLengthList","SVGNumberList","SVGPathSegList","SVGPointList","SVGStringList","SVGTransformList","SourceBufferList","StyleSheetList","TextTrackCueList","TextTrackList","TouchList","matchHtmlRegExp","charCodeAt","_interopRequireDefault","_interopRequireWildcard","newObj","_handlebarsSafeString2","_handlebarsException2","Utils","runtime","_handlebarsNoConflict2","hb","HandlebarsEnvironment","SafeString","VM","spec","inst","nativePropertyIsEnumerable","NASHORN_BUG","1","V","toAbsoluteIndex","IS_INCLUDES","ignoreCase","dotAll","unicode","default","_axios","_auth","requesttoken","cancelableClient","CancelToken","isCancel","onRequestTokenUpdate","queryString","components","part","build","_requesttoken","_user","dynamicSlideToggleEnabled","enableDynamicSlideToggle","registerAppsSlideToggle","areaSelector","area","hideArea","showArea","_XML_CHAR_MAP","_escapeXml","ch","userName","parseClarkNotation","_renderPropSet","propValue","mkcol","responseType","xhrProvider","btoa","upload","onProgress","Promise","fulfill","onreadystatechange","resultBody","parseMultiStatus","ontimeout","_parsePropNode","propNode","subNodes","xmlBody","resolver","responseIterator","XPathResult","ANY_TYPE","responseNode","iterateNext","stringValue","propStatIterator","propStatNode","propIterator","localName","baseParts","parseUrl","subString","scheme","propertyName","pageLoadTime","serverTimeDiff","nc_pageLoad","timeSinceLogin","nc_lastLogin","backendAllowsPasswordConfirmation","rejectCallback","_confirmPassword","$dialog","$error","$buttons","lastLogin","_semver","_defineProperties","packageJson","_classCallCheck","_defineProperty","getVersion","valid","major","NODE_DEBUG","SEMVER_SPEC_VERSION","MAX_SAFE_INTEGER","R","tok","NUMERICIDENTIFIER","NUMERICIDENTIFIERLOOSE","NONNUMERICIDENTIFIER","MAINVERSION","MAINVERSIONLOOSE","PRERELEASEIDENTIFIER","PRERELEASEIDENTIFIERLOOSE","PRERELEASE","PRERELEASELOOSE","BUILDIDENTIFIER","BUILD","FULLPLAIN","FULL","LOOSEPLAIN","LOOSE","GTLT","XRANGEIDENTIFIERLOOSE","XRANGEIDENTIFIER","XRANGEPLAIN","XRANGEPLAINLOOSE","XRANGE","XRANGELOOSE","COERCE","COERCERTL","LONETILDE","TILDETRIM","TILDE","TILDELOOSE","LONECARET","CARETTRIM","CARET","CARETLOOSE","COMPARATORLOOSE","COMPARATOR","COMPARATORTRIM","HYPHENRANGE","HYPHENRANGELOOSE","STAR","loose","includePrerelease","SemVer","er","minor","prerelease","clean","compareMain","comparePre","compareIdentifiers","compareBuild","inc","release","version1","version2","v1","v2","defaultResult","numeric","anum","bnum","gt","lt","neq","gte","lte","cmp","op","Comparator","comp","semver","ANY","rcompareIdentifiers","compareLoose","versionA","versionB","rcompare","rsort","Range","parseRange","isSatisfiable","comparators","remainingComparators","testComparator","otherComparator","intersects","isX","hyphenReplace","$0","fM","fm","fp","fpr","fb","tM","tm","tp","tpr","tb","testSet","allowed","satisfies","outside","hilo","gtfn","ltefn","ltfn","ecomp","rangeTmp","sameDirectionIncreasing","sameDirectionDecreasing","sameSemVer","differentDirectionsInclusive","oppositeDirectionsLessThan","oppositeDirectionsGreaterThan","comps","hr","compRe","pr","replaceCaret","replaceCarets","replaceTilde","replaceTildes","gtlt","xM","xm","xp","anyX","replaceXRange","replaceXRanges","replaceStars","parseComparator","thisComparators","rangeComparators","thisComparator","rangeComparator","toComparators","maxSatisfying","maxSV","rangeObj","minSatisfying","minSV","minVersion","minver","compver","validRange","ltr","gtr","r1","r2","coerce","rtl","Map","createProperty","arrayMethodHasSpeciesSupport","IS_CONCAT_SPREADABLE","IS_CONCAT_SPREADABLE_SUPPORT","SPECIES_SUPPORT","isConcatSpreadable","spreadable","A","ownKeys","getOwnPropertyDescriptorModule","getBuiltIn","getOwnPropertyNamesModule","getOwnPropertySymbolsModule","internalObjectKeys","integer","propertyKey","$filter","HAS_SPECIES_SUPPORT","UNSCOPABLES","ArrayPrototype","collectionStrong","InternalMetadataModule","iterate","anInstance","checkCorrectnessOfIteration","inheritIfRequired","CONSTRUCTOR_NAME","common","IS_WEAK","ADDER","NativeConstructor","NativePrototype","exported","fixMethod","nativeMethod","getConstructor","HASNT_CHAINING","THROWS_ON_PRIMITIVES","ACCEPT_ITERABLES","BUGGY_ZERO","$instance","dummy","setStrong","preventExtensions","ENTRIES","returnMethod","SAFE_CLOSING","called","iteratorWithReturn","SKIP_CLOSING","ITERATION_SUPPORT","Wrapper","NewTarget","NewTargetPrototype","redefineAll","setSpecies","internalStateGetterFor","define","getEntry","ITERATOR_NAME","getInternalCollectionState","getInternalIteratorState","point","CONVERT_TO_STRING","S","codeAt","DOMIterables","COLLECTION_NAME","CollectionPrototype","ArrayIteratorMethods","ArrayValues","webpackPolyfill","regexpExec","REPLACE_SUPPORTS_NAMED_GROUPS","REPLACE_KEEPS_$0","REPLACE","REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE","SPLIT_WORKS_WITH_OVERWRITTEN_EXEC","originalExec","SYMBOL","DELEGATES_TO_SYMBOL","DELEGATES_TO_EXEC","execCalled","nativeRegExpMethod","regexp","arg2","forceStringMethod","stringMethod","regexMethod","_utils","_exception2","_helpers","_decorators","_logger2","_internalProtoAccess","COMPILER_REVISION","LAST_COMPATIBLE_COMPILER_REVISION","REVISION_CHANGES","2","3","4","5","6","7","8","helpers","partials","decorators","registerDefaultHelpers","registerDefaultDecorators","logger","unregisterHelper","registerPartial","unregisterPartial","registerDecorator","unregisterDecorator","resetLoggedPropertyAccesses","resetLoggedProperties","_helpersBlockHelperMissing2","_helpersEach2","_helpersHelperMissing2","_helpersIf2","_helpersLog2","_helpersLookup2","_helpersWith2","moveHelperToHooks","helperName","keepHelper","level","lookupLevel","levelMap","createProtoAccessControl","runtimeOptions","defaultMethodWhiteList","defaultPropertyWhiteList","whitelist","_createNewLookupObject","createNewLookupObject","allowedProtoProperties","allowProtoPropertiesByDefault","allowedProtoMethods","allowProtoMethodsByDefault","resultIsAllowed","protoAccessControl","checkWhiteList","loggedProperties","protoAccessControlForType","logUnexpecedPropertyAccessOnce","symbolMap","numberMap","plurals","pluralize","weekdaysParseExact","suffixes","70","80","20","50","100","9","10","30","60","90","relativeTimeWithPlural","forms","standalone","lastDigit","last2Digits","relativeTimeWithMutation","mutationTable","softMutation","mutation","lastNumber","monthsParseExact","ll","lll","llll","monthsStrictRegex","monthsShortStrictRegex","longMonthsParse","shortMonthsParse","processRelativeTime","monthsNominativeEl","monthsGenitiveEl","momentToFormat","_monthsGenitiveEl","_monthsNominativeEl","calendarEl","_calendarEl","monthsShortDot","numbersPast","numbersFuture","verbalNumber","monthsShortWithDots","monthsShortWithoutDots","weekEndings","40","isUpper","eifelerRegelAppliesToNumber","translateSingular","relativeTimeWithSingular","translator","words","correctGrammaticalCase","wordKey","relativeTimeMr","monthsNominative","monthsSubjective","12","13","numbersNouns","numberNoun","hundred","ten","word","numberAsNoun","processHoursFunction","utils","encode","paramsSerializer","serializedParams","hashmarkIndex","__CANCEL__","normalizeHeaderName","DEFAULT_CONTENT_TYPE","setContentTypeIfUnset","adapter","transformRequest","transformResponse","xsrfCookieName","xsrfHeaderName","maxContentLength","validateStatus","settle","buildURL","buildFullPath","parseHeaders","isURLSameOrigin","createError","requestData","auth","Authorization","fullPath","baseURL","responseURL","onabort","timeoutErrorMessage","xsrfValue","withCredentials","onDownloadProgress","onUploadProgress","cancelToken","enhanceError","config1","config2","valueFromConfig2Keys","mergeDeepPropertiesKeys","defaultToConfig2Keys","axiosKeys","otherKeys","Cancel","Contact","fullName","lastMessage","actions","hasOneAction","hasTwoActions","hasManyActions","ContactCollection","ContactsListView","_subViews","contact","ContactsListItemView","_onChildActionMenuToggle","$src","view","_template","_model","_actionMenuShown","contactTemplate","require","_onOtherActionMenuOpened","imageplaceholder","_onToggleActionsMenu","ContactsMenuView","_loadingTemplate","_errorTemplate","_contentTemplate","_contactsTemplate","_contacts","_searchTerm","templates","menu","_onSearch","searchTerm","loadingTemplate","errorTemplate","couldNotLoadText","contentTemplate","searchContactsText","contactsTemplate","noContactsFoundText","showAllContactsText","contactsAppMgmtText","showLoading","loadingText","showError","showContacts","viewData","contacts","contactsAppEnabled","contactsAppURL","canInstallApp","contactsAppMgmtURL","searchVal","_$trigger","_view","_contactsPromise","_loadContacts","_toggleVisibility","_getContacts","term","catch","$indexOf","nativeIndexOf","NEGATIVE_ZERO","searchElement","nativeAssign","B","symbol","T","argumentsLength","RE","RegExpPrototype","nativeToString","NOT_GENERIC","INCORRECT_NAME","rf","fixRegExpWellKnownSymbolLogic","advanceStringIndex","regExpExec","SUBSTITUTION_SYMBOLS","SUBSTITUTION_SYMBOLS_NO_NAMED","maybeCallNative","reason","UNSAFE_SUBSTITUTE","searchValue","replaceValue","replacer","rx","functionalReplace","fullUnicode","accumulatedResult","nextSourcePosition","captures","namedCaptures","replacerArgs","getSubstitution","tailPos","symbols","capture","nativeJoin","ES3_STRINGS","$map","$reduce","IS_RIGHT","speciesConstructor","callRegExpExec","SUPPORTS_Y","SPLIT","nativeSplit","internalSplit","lim","lastLastIndex","separatorCopy","splitter","unicodeMatching","q","z","MATCH","defaultConstructor","depth0","stack1","alias1","lambda","alias2","lookupProperty","nullContext","program","helper","helperMissing","alias4","alias3","inverse","_exception","priorKey","execIteration","conditional","includeZero","_decoratorsInline2","_decoratorsInline","sources","checkRevision","compilerInfo","compilerRevision","currentRevision","_base","runtimeVersions","compilerVersions","templateSpec","main","decorator","main_d","compiler","templateWasPrecompiledWithCompilerV7","lookup","depths","invokePartial","resolvePartial","extendedOptions","compilerOptions","indent","lines","programs","declaredBlockParams","programWrapper","wrapProgram","mergeIfNeeded","_setup","useData","initData","useBlockParams","useDepths","executeDecorators","isTop","mergedHelpers","_internalWrapHelper","wrapHelper","passLookupPropertyOption","wrapHelpersToPassLookupProperty","usePartial","useDecorators","keepHelperInHelpers","allowCallsToHelperMissing","_child","currentPartialBlock","partialBlock","prog","currentDepths","transformOptionsFn","$Handlebars","webpackContext","req","webpackContextResolve","Axios","mergeConfig","createInstance","defaultConfig","axios","instanceConfig","promises","spread","InterceptorManager","dispatchRequest","interceptors","fulfilled","rejected","getUri","use","eject","transformData","throwIfCancellationRequested","throwIfRequested","normalizedName","isAxiosError","description","fileName","columnNumber","isAbsoluteURL","combineURLs","requestedURL","relativeURL","ignoreDuplicateOf","originURL","msie","urlParsingNode","resolveURL","requestURL","expires","secure","toGMTString","executor","resolvePromise","observer","observers","tokenElement","uidElement","displayNameElement","maintenance"],"mappings":"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ACX,OAAQ,IACR,UAAW,IACX,aAAc,IACd,UAAW,IACX,aAAc,IACd,UAAW,IACX,OAAQ,IACR,UAAW,IACX,OAAQ,IACR,UAAW,IACX,OAAQ,IACR,UAAW,IACX,OAAQ,IACR,UAAW,IACX,OAAQ,IACR,UAAW,IACX,OAAQ,IACR,UAAW,IACX,aAAc,IACd,UAAW,IACX,aAAc,IACd,UAAW,IACX,OAAQ,IACR,UAAW,IACX,OAAQ,IACR,UAAW,IACX,OAAQ,IACR,UAAW,IACX,OAAQ,IACR,UAAW,IACX,aAAc,IACd,gBAAiB,IACjB,OAAQ,IACR,UAAW,IACX,OAAQ,IACR,UAAW,IACX,OAAQ,IACR,UAAW,IACX,OAAQ,IACR,UAAW,IACX,OAAQ,IACR,UAAW,IACX,UAAW,IACX,aAAc,IACd,OAAQ,IACR,UAAW,IACX,OAAQ,IACR,UAAW,IACX,OAAQ,IACR,UAAW,IACX,aAAc,IACd,UAAW,IACX,OAAQ,IACR,UAAW,IACX,OAAQ,IACR,UAAW,IACX,OAAQ,IACR,UAAW,IACX,OAAQ,IACR,UAAW,IACX,OAAQ,IACR,UAAW,IACX,OAAQ,IACR,UAAW,IACX,OAAQ,IACR,UAAW,IACX,OAAQ,IACR,UAAW,IACX,OAAQ,IACR,UAAW,IACX,OAAQ,IACR,UAAW,IACX,OAAQ,IACR,UAAW,IACX,OAAQ,IACR,UAAW,IACX,OAAQ,IACR,UAAW,IACX,OAAQ,IACR,UAAW,IACX,OAAQ,IACR,UAAW,IACX,OAAQ,IACR,UAAW,IACX,OAAQ,IACR,UAAW,IACX,OAAQ,IACR,UAAW,IACX,OAAQ,IACR,UAAW,IACX,OAAQ,IACR,UAAW,IACX,aAAc,IACd,UAAW,IACX,OAAQ,IACR,UAAW,IACX,OAAQ,IACR,UAAW,IACX,OAAQ,IACR,UAAW,IACX,OAAQ,IACR,UAAW,IACX,OAAQ,IACR,UAAW,IACX,aAAc,IACd,UAAW,IACX,OAAQ,IACR,UAAW,IACX,UAAW,IACX,aAAc,IACd,OAAQ,IACR,UAAW,IACX,OAAQ,IACR,UAAW,IACX,aAAc,IACd,UAAW,IACX,OAAQ,IACR,UAAW,IACX,OAAQ,IACR,UAA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","file":"maintenance.js","sourcesContent":[" \t// The module cache\n \tvar installedModules = {};\n\n \t// The require function\n \tfunction __webpack_require__(moduleId) {\n\n \t\t// Check if module is in cache\n \t\tif(installedModules[moduleId]) {\n \t\t\treturn installedModules[moduleId].exports;\n \t\t}\n \t\t// Create a new module (and put it into the cache)\n \t\tvar module = installedModules[moduleId] = {\n \t\t\ti: moduleId,\n \t\t\tl: false,\n \t\t\texports: {}\n \t\t};\n\n \t\t// Execute the module function\n \t\tmodules[moduleId].call(module.exports, module, module.exports, __webpack_require__);\n\n \t\t// Flag the module as loaded\n \t\tmodule.l = true;\n\n \t\t// Return the exports of the module\n \t\treturn module.exports;\n \t}\n\n\n \t// expose the modules object (__webpack_modules__)\n \t__webpack_require__.m = modules;\n\n \t// expose the module cache\n \t__webpack_require__.c = installedModules;\n\n \t// define getter function for harmony exports\n \t__webpack_require__.d = function(exports, name, getter) {\n \t\tif(!__webpack_require__.o(exports, name)) {\n \t\t\tObject.defineProperty(exports, name, { enumerable: true, get: getter });\n \t\t}\n \t};\n\n \t// define __esModule on exports\n \t__webpack_require__.r = function(exports) {\n \t\tif(typeof Symbol !== 'undefined' && Symbol.toStringTag) {\n \t\t\tObject.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });\n \t\t}\n \t\tObject.defineProperty(exports, '__esModule', { value: true });\n \t};\n\n \t// create a fake namespace object\n \t// mode & 1: value is a module id, require it\n \t// mode & 2: merge all properties of value into the ns\n \t// mode & 4: return value when already ns object\n \t// mode & 8|1: behave like require\n \t__webpack_require__.t = function(value, mode) {\n \t\tif(mode & 1) value = __webpack_require__(value);\n \t\tif(mode & 8) return value;\n \t\tif((mode & 4) && typeof value === 'object' && value && value.__esModule) return value;\n \t\tvar ns = Object.create(null);\n \t\t__webpack_require__.r(ns);\n \t\tObject.defineProperty(ns, 'default', { enumerable: true, value: value });\n \t\tif(mode & 2 && typeof value != 'string') for(var key in value) __webpack_require__.d(ns, key, function(key) { return value[key]; }.bind(null, key));\n \t\treturn ns;\n \t};\n\n \t// getDefaultExport function for compatibility with non-harmony modules\n \t__webpack_require__.n = function(module) {\n \t\tvar getter = module && module.__esModule ?\n \t\t\tfunction getDefault() { return module['default']; } :\n \t\t\tfunction getModuleExports() { return module; };\n \t\t__webpack_require__.d(getter, 'a', getter);\n \t\treturn getter;\n \t};\n\n \t// Object.prototype.hasOwnProperty.call\n \t__webpack_require__.o = function(object, property) { return Object.prototype.hasOwnProperty.call(object, property); };\n\n \t// __webpack_public_path__\n \t__webpack_require__.p = \"\";\n\n\n \t// Load entry module and return exports\n \treturn __webpack_require__(__webpack_require__.s = 1093);\n","/*!\n * jQuery JavaScript Library v2.1.4\n * http://jquery.com/\n *\n * Includes Sizzle.js\n * http://sizzlejs.com/\n *\n * Copyright 2005, 2014 jQuery Foundation, Inc. and other contributors\n * Released under the MIT license\n * http://jquery.org/license\n *\n * Date: 2015-04-28T16:01Z\n */\n\n(function( global, factory ) {\n\n\tif ( typeof module === \"object\" && typeof module.exports === \"object\" ) {\n\t\t// For CommonJS and CommonJS-like environments where a proper `window`\n\t\t// is present, execute the factory and get jQuery.\n\t\t// For environments that do not have a `window` with a `document`\n\t\t// (such as Node.js), expose a factory as module.exports.\n\t\t// This accentuates the need for the creation of a real `window`.\n\t\t// e.g. var jQuery = require(\"jquery\")(window);\n\t\t// See ticket #14549 for more info.\n\t\tmodule.exports = global.document ?\n\t\t\tfactory( global, true ) :\n\t\t\tfunction( w ) {\n\t\t\t\tif ( !w.document ) {\n\t\t\t\t\tthrow new Error( \"jQuery requires a window with a document\" );\n\t\t\t\t}\n\t\t\t\treturn factory( w );\n\t\t\t};\n\t} else {\n\t\tfactory( global );\n\t}\n\n// Pass this if window is not defined yet\n}(typeof window !== \"undefined\" ? window : this, function( window, noGlobal ) {\n\n// Support: Firefox 18+\n// Can't be in strict mode, several libs including ASP.NET trace\n// the stack via arguments.caller.callee and Firefox dies if\n// you try to trace through \"use strict\" call chains. (#13335)\n//\n\nvar arr = [];\n\nvar slice = arr.slice;\n\nvar concat = arr.concat;\n\nvar push = arr.push;\n\nvar indexOf = arr.indexOf;\n\nvar class2type = {};\n\nvar toString = class2type.toString;\n\nvar hasOwn = class2type.hasOwnProperty;\n\nvar support = {};\n\n\n\nvar\n\t// Use the correct document accordingly with window argument (sandbox)\n\tdocument = window.document,\n\n\tversion = \"2.1.4\",\n\n\t// Define a local copy of jQuery\n\tjQuery = function( selector, context ) {\n\t\t// The jQuery object is actually just the init constructor 'enhanced'\n\t\t// Need init if jQuery is called (just allow error to be thrown if not included)\n\t\treturn new jQuery.fn.init( selector, context );\n\t},\n\n\t// Support: Android<4.1\n\t// Make sure we trim BOM and NBSP\n\trtrim = /^[\\s\\uFEFF\\xA0]+|[\\s\\uFEFF\\xA0]+$/g,\n\n\t// Matches dashed string for camelizing\n\trmsPrefix = /^-ms-/,\n\trdashAlpha = /-([\\da-z])/gi,\n\n\t// Used by jQuery.camelCase as callback to replace()\n\tfcamelCase = function( all, letter ) {\n\t\treturn letter.toUpperCase();\n\t};\n\njQuery.fn = jQuery.prototype = {\n\t// The current version of jQuery being used\n\tjquery: version,\n\n\tconstructor: jQuery,\n\n\t// Start with an empty selector\n\tselector: \"\",\n\n\t// The default length of a jQuery object is 0\n\tlength: 0,\n\n\ttoArray: function() {\n\t\treturn slice.call( this );\n\t},\n\n\t// Get the Nth element in the matched element set OR\n\t// Get the whole matched element set as a clean array\n\tget: function( num ) {\n\t\treturn num != null ?\n\n\t\t\t// Return just the one element from the set\n\t\t\t( num < 0 ? this[ num + this.length ] : this[ num ] ) :\n\n\t\t\t// Return all the elements in a clean array\n\t\t\tslice.call( this );\n\t},\n\n\t// Take an array of elements and push it onto the stack\n\t// (returning the new matched element set)\n\tpushStack: function( elems ) {\n\n\t\t// Build a new jQuery matched element set\n\t\tvar ret = jQuery.merge( this.constructor(), elems );\n\n\t\t// Add the old object onto the stack (as a reference)\n\t\tret.prevObject = this;\n\t\tret.context = this.context;\n\n\t\t// Return the newly-formed element set\n\t\treturn ret;\n\t},\n\n\t// Execute a callback for every element in the matched set.\n\t// (You can seed the arguments with an array of args, but this is\n\t// only used internally.)\n\teach: function( callback, args ) {\n\t\treturn jQuery.each( this, callback, args );\n\t},\n\n\tmap: function( callback ) {\n\t\treturn this.pushStack( jQuery.map(this, function( elem, i ) {\n\t\t\treturn callback.call( elem, i, elem );\n\t\t}));\n\t},\n\n\tslice: function() {\n\t\treturn this.pushStack( slice.apply( this, arguments ) );\n\t},\n\n\tfirst: function() {\n\t\treturn this.eq( 0 );\n\t},\n\n\tlast: function() {\n\t\treturn this.eq( -1 );\n\t},\n\n\teq: function( i ) {\n\t\tvar len = this.length,\n\t\t\tj = +i + ( i < 0 ? len : 0 );\n\t\treturn this.pushStack( j >= 0 && j < len ? [ this[j] ] : [] );\n\t},\n\n\tend: function() {\n\t\treturn this.prevObject || this.constructor(null);\n\t},\n\n\t// For internal use only.\n\t// Behaves like an Array's method, not like a jQuery method.\n\tpush: push,\n\tsort: arr.sort,\n\tsplice: arr.splice\n};\n\njQuery.extend = jQuery.fn.extend = function() {\n\tvar options, name, src, copy, copyIsArray, clone,\n\t\ttarget = arguments[0] || {},\n\t\ti = 1,\n\t\tlength = arguments.length,\n\t\tdeep = false;\n\n\t// Handle a deep copy situation\n\tif ( typeof target === \"boolean\" ) {\n\t\tdeep = target;\n\n\t\t// Skip the boolean and the target\n\t\ttarget = arguments[ i ] || {};\n\t\ti++;\n\t}\n\n\t// Handle case when target is a string or something (possible in deep copy)\n\tif ( typeof target !== \"object\" && !jQuery.isFunction(target) ) {\n\t\ttarget = {};\n\t}\n\n\t// Extend jQuery itself if only one argument is passed\n\tif ( i === length ) {\n\t\ttarget = this;\n\t\ti--;\n\t}\n\n\tfor ( ; i < length; i++ ) {\n\t\t// Only deal with non-null/undefined values\n\t\tif ( (options = arguments[ i ]) != null ) {\n\t\t\t// Extend the base object\n\t\t\tfor ( name in options ) {\n\t\t\t\tsrc = target[ name ];\n\t\t\t\tcopy = options[ name ];\n\n\t\t\t\t// Prevent never-ending loop\n\t\t\t\tif ( target === copy ) {\n\t\t\t\t\tcontinue;\n\t\t\t\t}\n\n\t\t\t\t// Recurse if we're merging plain objects or arrays\n\t\t\t\tif ( deep && copy && ( jQuery.isPlainObject(copy) || (copyIsArray = jQuery.isArray(copy)) ) ) {\n\t\t\t\t\tif ( copyIsArray ) {\n\t\t\t\t\t\tcopyIsArray = false;\n\t\t\t\t\t\tclone = src && jQuery.isArray(src) ? src : [];\n\n\t\t\t\t\t} else {\n\t\t\t\t\t\tclone = src && jQuery.isPlainObject(src) ? src : {};\n\t\t\t\t\t}\n\n\t\t\t\t\t// Never move original objects, clone them\n\t\t\t\t\ttarget[ name ] = jQuery.extend( deep, clone, copy );\n\n\t\t\t\t// Don't bring in undefined values\n\t\t\t\t} else if ( copy !== undefined ) {\n\t\t\t\t\ttarget[ name ] = copy;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n\n\t// Return the modified object\n\treturn target;\n};\n\njQuery.extend({\n\t// Unique for each copy of jQuery on the page\n\texpando: \"jQuery\" + ( version + Math.random() ).replace( /\\D/g, \"\" ),\n\n\t// Assume jQuery is ready without the ready module\n\tisReady: true,\n\n\terror: function( msg ) {\n\t\tthrow new Error( msg );\n\t},\n\n\tnoop: function() {},\n\n\tisFunction: function( obj ) {\n\t\treturn jQuery.type(obj) === \"function\";\n\t},\n\n\tisArray: Array.isArray,\n\n\tisWindow: function( obj ) {\n\t\treturn obj != null && obj === obj.window;\n\t},\n\n\tisNumeric: function( obj ) {\n\t\t// parseFloat NaNs numeric-cast false positives (null|true|false|\"\")\n\t\t// ...but misinterprets leading-number strings, particularly hex literals (\"0x...\")\n\t\t// subtraction forces infinities to NaN\n\t\t// adding 1 corrects loss of precision from parseFloat (#15100)\n\t\treturn !jQuery.isArray( obj ) && (obj - parseFloat( obj ) + 1) >= 0;\n\t},\n\n\tisPlainObject: function( obj ) {\n\t\t// Not plain objects:\n\t\t// - Any object or value whose internal [[Class]] property is not \"[object Object]\"\n\t\t// - DOM nodes\n\t\t// - window\n\t\tif ( jQuery.type( obj ) !== \"object\" || obj.nodeType || jQuery.isWindow( obj ) ) {\n\t\t\treturn false;\n\t\t}\n\n\t\tif ( obj.constructor &&\n\t\t\t\t!hasOwn.call( obj.constructor.prototype, \"isPrototypeOf\" ) ) {\n\t\t\treturn false;\n\t\t}\n\n\t\t// If the function hasn't returned already, we're confident that\n\t\t// |obj| is a plain object, created by {} or constructed with new Object\n\t\treturn true;\n\t},\n\n\tisEmptyObject: function( obj ) {\n\t\tvar name;\n\t\tfor ( name in obj ) {\n\t\t\treturn false;\n\t\t}\n\t\treturn true;\n\t},\n\n\ttype: function( obj ) {\n\t\tif ( obj == null ) {\n\t\t\treturn obj + \"\";\n\t\t}\n\t\t// Support: Android<4.0, iOS<6 (functionish RegExp)\n\t\treturn typeof obj === \"object\" || typeof obj === \"function\" ?\n\t\t\tclass2type[ toString.call(obj) ] || \"object\" :\n\t\t\ttypeof obj;\n\t},\n\n\t// Evaluates a script in a global context\n\tglobalEval: function( code ) {\n\t\tvar script,\n\t\t\tindirect = eval;\n\n\t\tcode = jQuery.trim( code );\n\n\t\tif ( code ) {\n\t\t\t// If the code includes a valid, prologue position\n\t\t\t// strict mode pragma, execute code by injecting a\n\t\t\t// script tag into the document.\n\t\t\tif ( code.indexOf(\"use strict\") === 1 ) {\n\t\t\t\tscript = document.createElement(\"script\");\n\t\t\t\tscript.text = code;\n\t\t\t\tdocument.head.appendChild( script ).parentNode.removeChild( script );\n\t\t\t} else {\n\t\t\t// Otherwise, avoid the DOM node creation, insertion\n\t\t\t// and removal by using an indirect global eval\n\t\t\t\tindirect( code );\n\t\t\t}\n\t\t}\n\t},\n\n\t// Convert dashed to camelCase; used by the css and data modules\n\t// Support: IE9-11+\n\t// Microsoft forgot to hump their vendor prefix (#9572)\n\tcamelCase: function( string ) {\n\t\treturn string.replace( rmsPrefix, \"ms-\" ).replace( rdashAlpha, fcamelCase );\n\t},\n\n\tnodeName: function( elem, name ) {\n\t\treturn elem.nodeName && elem.nodeName.toLowerCase() === name.toLowerCase();\n\t},\n\n\t// args is for internal usage only\n\teach: function( obj, callback, args ) {\n\t\tvar value,\n\t\t\ti = 0,\n\t\t\tlength = obj.length,\n\t\t\tisArray = isArraylike( obj );\n\n\t\tif ( args ) {\n\t\t\tif ( isArray ) {\n\t\t\t\tfor ( ; i < length; i++ ) {\n\t\t\t\t\tvalue = callback.apply( obj[ i ], args );\n\n\t\t\t\t\tif ( value === false ) {\n\t\t\t\t\t\tbreak;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t} else {\n\t\t\t\tfor ( i in obj ) {\n\t\t\t\t\tvalue = callback.apply( obj[ i ], args );\n\n\t\t\t\t\tif ( value === false ) {\n\t\t\t\t\t\tbreak;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\n\t\t// A special, fast, case for the most common use of each\n\t\t} else {\n\t\t\tif ( isArray ) {\n\t\t\t\tfor ( ; i < length; i++ ) {\n\t\t\t\t\tvalue = callback.call( obj[ i ], i, obj[ i ] );\n\n\t\t\t\t\tif ( value === false ) {\n\t\t\t\t\t\tbreak;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t} else {\n\t\t\t\tfor ( i in obj ) {\n\t\t\t\t\tvalue = callback.call( obj[ i ], i, obj[ i ] );\n\n\t\t\t\t\tif ( value === false ) {\n\t\t\t\t\t\tbreak;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\treturn obj;\n\t},\n\n\t// Support: Android<4.1\n\ttrim: function( text ) {\n\t\treturn text == null ?\n\t\t\t\"\" :\n\t\t\t( text + \"\" ).replace( rtrim, \"\" );\n\t},\n\n\t// results is for internal usage only\n\tmakeArray: function( arr, results ) {\n\t\tvar ret = results || [];\n\n\t\tif ( arr != null ) {\n\t\t\tif ( isArraylike( Object(arr) ) ) {\n\t\t\t\tjQuery.merge( ret,\n\t\t\t\t\ttypeof arr === \"string\" ?\n\t\t\t\t\t[ arr ] : arr\n\t\t\t\t);\n\t\t\t} else {\n\t\t\t\tpush.call( ret, arr );\n\t\t\t}\n\t\t}\n\n\t\treturn ret;\n\t},\n\n\tinArray: function( elem, arr, i ) {\n\t\treturn arr == null ? -1 : indexOf.call( arr, elem, i );\n\t},\n\n\tmerge: function( first, second ) {\n\t\tvar len = +second.length,\n\t\t\tj = 0,\n\t\t\ti = first.length;\n\n\t\tfor ( ; j < len; j++ ) {\n\t\t\tfirst[ i++ ] = second[ j ];\n\t\t}\n\n\t\tfirst.length = i;\n\n\t\treturn first;\n\t},\n\n\tgrep: function( elems, callback, invert ) {\n\t\tvar callbackInverse,\n\t\t\tmatches = [],\n\t\t\ti = 0,\n\t\t\tlength = elems.length,\n\t\t\tcallbackExpect = !invert;\n\n\t\t// Go through the array, only saving the items\n\t\t// that pass the validator function\n\t\tfor ( ; i < length; i++ ) {\n\t\t\tcallbackInverse = !callback( elems[ i ], i );\n\t\t\tif ( callbackInverse !== callbackExpect ) {\n\t\t\t\tmatches.push( elems[ i ] );\n\t\t\t}\n\t\t}\n\n\t\treturn matches;\n\t},\n\n\t// arg is for internal usage only\n\tmap: function( elems, callback, arg ) {\n\t\tvar value,\n\t\t\ti = 0,\n\t\t\tlength = elems.length,\n\t\t\tisArray = isArraylike( elems ),\n\t\t\tret = [];\n\n\t\t// Go through the array, translating each of the items to their new values\n\t\tif ( isArray ) {\n\t\t\tfor ( ; i < length; i++ ) {\n\t\t\t\tvalue = callback( elems[ i ], i, arg );\n\n\t\t\t\tif ( value != null ) {\n\t\t\t\t\tret.push( value );\n\t\t\t\t}\n\t\t\t}\n\n\t\t// Go through every key on the object,\n\t\t} else {\n\t\t\tfor ( i in elems ) {\n\t\t\t\tvalue = callback( elems[ i ], i, arg );\n\n\t\t\t\tif ( value != null ) {\n\t\t\t\t\tret.push( value );\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\t// Flatten any nested arrays\n\t\treturn concat.apply( [], ret );\n\t},\n\n\t// A global GUID counter for objects\n\tguid: 1,\n\n\t// Bind a function to a context, optionally partially applying any\n\t// arguments.\n\tproxy: function( fn, context ) {\n\t\tvar tmp, args, proxy;\n\n\t\tif ( typeof context === \"string\" ) {\n\t\t\ttmp = fn[ context ];\n\t\t\tcontext = fn;\n\t\t\tfn = tmp;\n\t\t}\n\n\t\t// Quick check to determine if target is callable, in the spec\n\t\t// this throws a TypeError, but we will just return undefined.\n\t\tif ( !jQuery.isFunction( fn ) ) {\n\t\t\treturn undefined;\n\t\t}\n\n\t\t// Simulated bind\n\t\targs = slice.call( arguments, 2 );\n\t\tproxy = function() {\n\t\t\treturn fn.apply( context || this, args.concat( slice.call( arguments ) ) );\n\t\t};\n\n\t\t// Set the guid of unique handler to the same of original handler, so it can be removed\n\t\tproxy.guid = fn.guid = fn.guid || jQuery.guid++;\n\n\t\treturn proxy;\n\t},\n\n\tnow: Date.now,\n\n\t// jQuery.support is not used in Core but other projects attach their\n\t// properties to it so it needs to exist.\n\tsupport: support\n});\n\n// Populate the class2type map\njQuery.each(\"Boolean Number String Function Array Date RegExp Object Error\".split(\" \"), function(i, name) {\n\tclass2type[ \"[object \" + name + \"]\" ] = name.toLowerCase();\n});\n\nfunction isArraylike( obj ) {\n\n\t// Support: iOS 8.2 (not reproducible in simulator)\n\t// `in` check used to prevent JIT error (gh-2145)\n\t// hasOwn isn't used here due to false negatives\n\t// regarding Nodelist length in IE\n\tvar length = \"length\" in obj && obj.length,\n\t\ttype = jQuery.type( obj );\n\n\tif ( type === \"function\" || jQuery.isWindow( obj ) ) {\n\t\treturn false;\n\t}\n\n\tif ( obj.nodeType === 1 && length ) {\n\t\treturn true;\n\t}\n\n\treturn type === \"array\" || length === 0 ||\n\t\ttypeof length === \"number\" && length > 0 && ( length - 1 ) in obj;\n}\nvar Sizzle =\n/*!\n * Sizzle CSS Selector Engine v2.2.0-pre\n * http://sizzlejs.com/\n *\n * Copyright 2008, 2014 jQuery Foundation, Inc. and other contributors\n * Released under the MIT license\n * http://jquery.org/license\n *\n * Date: 2014-12-16\n */\n(function( window ) {\n\nvar i,\n\tsupport,\n\tExpr,\n\tgetText,\n\tisXML,\n\ttokenize,\n\tcompile,\n\tselect,\n\toutermostContext,\n\tsortInput,\n\thasDuplicate,\n\n\t// Local document vars\n\tsetDocument,\n\tdocument,\n\tdocElem,\n\tdocumentIsHTML,\n\trbuggyQSA,\n\trbuggyMatches,\n\tmatches,\n\tcontains,\n\n\t// Instance-specific data\n\texpando = \"sizzle\" + 1 * new Date(),\n\tpreferredDoc = window.document,\n\tdirruns = 0,\n\tdone = 0,\n\tclassCache = createCache(),\n\ttokenCache = createCache(),\n\tcompilerCache = createCache(),\n\tsortOrder = function( a, b ) {\n\t\tif ( a === b ) {\n\t\t\thasDuplicate = true;\n\t\t}\n\t\treturn 0;\n\t},\n\n\t// General-purpose constants\n\tMAX_NEGATIVE = 1 << 31,\n\n\t// Instance methods\n\thasOwn = ({}).hasOwnProperty,\n\tarr = [],\n\tpop = arr.pop,\n\tpush_native = arr.push,\n\tpush = arr.push,\n\tslice = arr.slice,\n\t// Use a stripped-down indexOf as it's faster than native\n\t// http://jsperf.com/thor-indexof-vs-for/5\n\tindexOf = function( list, elem ) {\n\t\tvar i = 0,\n\t\t\tlen = list.length;\n\t\tfor ( ; i < len; i++ ) {\n\t\t\tif ( list[i] === elem ) {\n\t\t\t\treturn i;\n\t\t\t}\n\t\t}\n\t\treturn -1;\n\t},\n\n\tbooleans = \"checked|selected|async|autofocus|autoplay|controls|defer|disabled|hidden|ismap|loop|multiple|open|readonly|required|scoped\",\n\n\t// Regular expressions\n\n\t// Whitespace characters http://www.w3.org/TR/css3-selectors/#whitespace\n\twhitespace = \"[\\\\x20\\\\t\\\\r\\\\n\\\\f]\",\n\t// http://www.w3.org/TR/css3-syntax/#characters\n\tcharacterEncoding = \"(?:\\\\\\\\.|[\\\\w-]|[^\\\\x00-\\\\xa0])+\",\n\n\t// Loosely modeled on CSS identifier characters\n\t// An unquoted value should be a CSS identifier http://www.w3.org/TR/css3-selectors/#attribute-selectors\n\t// Proper syntax: http://www.w3.org/TR/CSS21/syndata.html#value-def-identifier\n\tidentifier = characterEncoding.replace( \"w\", \"w#\" ),\n\n\t// Attribute selectors: http://www.w3.org/TR/selectors/#attribute-selectors\n\tattributes = \"\\\\[\" + whitespace + \"*(\" + characterEncoding + \")(?:\" + whitespace +\n\t\t// Operator (capture 2)\n\t\t\"*([*^$|!~]?=)\" + whitespace +\n\t\t// \"Attribute values must be CSS identifiers [capture 5] or strings [capture 3 or capture 4]\"\n\t\t\"*(?:'((?:\\\\\\\\.|[^\\\\\\\\'])*)'|\\\"((?:\\\\\\\\.|[^\\\\\\\\\\\"])*)\\\"|(\" + identifier + \"))|)\" + whitespace +\n\t\t\"*\\\\]\",\n\n\tpseudos = \":(\" + characterEncoding + \")(?:\\\\((\" +\n\t\t// To reduce the number of selectors needing tokenize in the preFilter, prefer arguments:\n\t\t// 1. quoted (capture 3; capture 4 or capture 5)\n\t\t\"('((?:\\\\\\\\.|[^\\\\\\\\'])*)'|\\\"((?:\\\\\\\\.|[^\\\\\\\\\\\"])*)\\\")|\" +\n\t\t// 2. simple (capture 6)\n\t\t\"((?:\\\\\\\\.|[^\\\\\\\\()[\\\\]]|\" + attributes + \")*)|\" +\n\t\t// 3. anything else (capture 2)\n\t\t\".*\" +\n\t\t\")\\\\)|)\",\n\n\t// Leading and non-escaped trailing whitespace, capturing some non-whitespace characters preceding the latter\n\trwhitespace = new RegExp( whitespace + \"+\", \"g\" ),\n\trtrim = new RegExp( \"^\" + whitespace + \"+|((?:^|[^\\\\\\\\])(?:\\\\\\\\.)*)\" + whitespace + \"+$\", \"g\" ),\n\n\trcomma = new RegExp( \"^\" + whitespace + \"*,\" + whitespace + \"*\" ),\n\trcombinators = new RegExp( \"^\" + whitespace + \"*([>+~]|\" + whitespace + \")\" + whitespace + \"*\" ),\n\n\trattributeQuotes = new RegExp( \"=\" + whitespace + \"*([^\\\\]'\\\"]*?)\" + whitespace + \"*\\\\]\", \"g\" ),\n\n\trpseudo = new RegExp( pseudos ),\n\tridentifier = new RegExp( \"^\" + identifier + \"$\" ),\n\n\tmatchExpr = {\n\t\t\"ID\": new RegExp( \"^#(\" + characterEncoding + \")\" ),\n\t\t\"CLASS\": new RegExp( \"^\\\\.(\" + characterEncoding + \")\" ),\n\t\t\"TAG\": new RegExp( \"^(\" + characterEncoding.replace( \"w\", \"w*\" ) + \")\" ),\n\t\t\"ATTR\": new RegExp( \"^\" + attributes ),\n\t\t\"PSEUDO\": new RegExp( \"^\" + pseudos ),\n\t\t\"CHILD\": new RegExp( \"^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\\\(\" + whitespace +\n\t\t\t\"*(even|odd|(([+-]|)(\\\\d*)n|)\" + whitespace + \"*(?:([+-]|)\" + whitespace +\n\t\t\t\"*(\\\\d+)|))\" + whitespace + \"*\\\\)|)\", \"i\" ),\n\t\t\"bool\": new RegExp( \"^(?:\" + booleans + \")$\", \"i\" ),\n\t\t// For use in libraries implementing .is()\n\t\t// We use this for POS matching in `select`\n\t\t\"needsContext\": new RegExp( \"^\" + whitespace + \"*[>+~]|:(even|odd|eq|gt|lt|nth|first|last)(?:\\\\(\" +\n\t\t\twhitespace + \"*((?:-\\\\d)?\\\\d*)\" + whitespace + \"*\\\\)|)(?=[^-]|$)\", \"i\" )\n\t},\n\n\trinputs = /^(?:input|select|textarea|button)$/i,\n\trheader = /^h\\d$/i,\n\n\trnative = /^[^{]+\\{\\s*\\[native \\w/,\n\n\t// Easily-parseable/retrievable ID or TAG or CLASS selectors\n\trquickExpr = /^(?:#([\\w-]+)|(\\w+)|\\.([\\w-]+))$/,\n\n\trsibling = /[+~]/,\n\trescape = /'|\\\\/g,\n\n\t// CSS escapes http://www.w3.org/TR/CSS21/syndata.html#escaped-characters\n\trunescape = new RegExp( \"\\\\\\\\([\\\\da-f]{1,6}\" + whitespace + \"?|(\" + whitespace + \")|.)\", \"ig\" ),\n\tfunescape = function( _, escaped, escapedWhitespace ) {\n\t\tvar high = \"0x\" + escaped - 0x10000;\n\t\t// NaN means non-codepoint\n\t\t// Support: Firefox<24\n\t\t// Workaround erroneous numeric interpretation of +\"0x\"\n\t\treturn high !== high || escapedWhitespace ?\n\t\t\tescaped :\n\t\t\thigh < 0 ?\n\t\t\t\t// BMP codepoint\n\t\t\t\tString.fromCharCode( high + 0x10000 ) :\n\t\t\t\t// Supplemental Plane codepoint (surrogate pair)\n\t\t\t\tString.fromCharCode( high >> 10 | 0xD800, high & 0x3FF | 0xDC00 );\n\t},\n\n\t// Used for iframes\n\t// See setDocument()\n\t// Removing the function wrapper causes a \"Permission Denied\"\n\t// error in IE\n\tunloadHandler = function() {\n\t\tsetDocument();\n\t};\n\n// Optimize for push.apply( _, NodeList )\ntry {\n\tpush.apply(\n\t\t(arr = slice.call( preferredDoc.childNodes )),\n\t\tpreferredDoc.childNodes\n\t);\n\t// Support: Android<4.0\n\t// Detect silently failing push.apply\n\tarr[ preferredDoc.childNodes.length ].nodeType;\n} catch ( e ) {\n\tpush = { apply: arr.length ?\n\n\t\t// Leverage slice if possible\n\t\tfunction( target, els ) {\n\t\t\tpush_native.apply( target, slice.call(els) );\n\t\t} :\n\n\t\t// Support: IE<9\n\t\t// Otherwise append directly\n\t\tfunction( target, els ) {\n\t\t\tvar j = target.length,\n\t\t\t\ti = 0;\n\t\t\t// Can't trust NodeList.length\n\t\t\twhile ( (target[j++] = els[i++]) ) {}\n\t\t\ttarget.length = j - 1;\n\t\t}\n\t};\n}\n\nfunction Sizzle( selector, context, results, seed ) {\n\tvar match, elem, m, nodeType,\n\t\t// QSA vars\n\t\ti, groups, old, nid, newContext, newSelector;\n\n\tif ( ( context ? context.ownerDocument || context : preferredDoc ) !== document ) {\n\t\tsetDocument( context );\n\t}\n\n\tcontext = context || document;\n\tresults = results || [];\n\tnodeType = context.nodeType;\n\n\tif ( typeof selector !== \"string\" || !selector ||\n\t\tnodeType !== 1 && nodeType !== 9 && nodeType !== 11 ) {\n\n\t\treturn results;\n\t}\n\n\tif ( !seed && documentIsHTML ) {\n\n\t\t// Try to shortcut find operations when possible (e.g., not under DocumentFragment)\n\t\tif ( nodeType !== 11 && (match = rquickExpr.exec( selector )) ) {\n\t\t\t// Speed-up: Sizzle(\"#ID\")\n\t\t\tif ( (m = match[1]) ) {\n\t\t\t\tif ( nodeType === 9 ) {\n\t\t\t\t\telem = context.getElementById( m );\n\t\t\t\t\t// Check parentNode to catch when Blackberry 4.6 returns\n\t\t\t\t\t// nodes that are no longer in the document (jQuery #6963)\n\t\t\t\t\tif ( elem && elem.parentNode ) {\n\t\t\t\t\t\t// Handle the case where IE, Opera, and Webkit return items\n\t\t\t\t\t\t// by name instead of ID\n\t\t\t\t\t\tif ( elem.id === m ) {\n\t\t\t\t\t\t\tresults.push( elem );\n\t\t\t\t\t\t\treturn results;\n\t\t\t\t\t\t}\n\t\t\t\t\t} else {\n\t\t\t\t\t\treturn results;\n\t\t\t\t\t}\n\t\t\t\t} else {\n\t\t\t\t\t// Context is not a document\n\t\t\t\t\tif ( context.ownerDocument && (elem = context.ownerDocument.getElementById( m )) &&\n\t\t\t\t\t\tcontains( context, elem ) && elem.id === m ) {\n\t\t\t\t\t\tresults.push( elem );\n\t\t\t\t\t\treturn results;\n\t\t\t\t\t}\n\t\t\t\t}\n\n\t\t\t// Speed-up: Sizzle(\"TAG\")\n\t\t\t} else if ( match[2] ) {\n\t\t\t\tpush.apply( results, context.getElementsByTagName( selector ) );\n\t\t\t\treturn results;\n\n\t\t\t// Speed-up: Sizzle(\".CLASS\")\n\t\t\t} else if ( (m = match[3]) && support.getElementsByClassName ) {\n\t\t\t\tpush.apply( results, context.getElementsByClassName( m ) );\n\t\t\t\treturn results;\n\t\t\t}\n\t\t}\n\n\t\t// QSA path\n\t\tif ( support.qsa && (!rbuggyQSA || !rbuggyQSA.test( selector )) ) {\n\t\t\tnid = old = expando;\n\t\t\tnewContext = context;\n\t\t\tnewSelector = nodeType !== 1 && selector;\n\n\t\t\t// qSA works strangely on Element-rooted queries\n\t\t\t// We can work around this by specifying an extra ID on the root\n\t\t\t// and working up from there (Thanks to Andrew Dupont for the technique)\n\t\t\t// IE 8 doesn't work on object elements\n\t\t\tif ( nodeType === 1 && context.nodeName.toLowerCase() !== \"object\" ) {\n\t\t\t\tgroups = tokenize( selector );\n\n\t\t\t\tif ( (old = context.getAttribute(\"id\")) ) {\n\t\t\t\t\tnid = old.replace( rescape, \"\\\\$&\" );\n\t\t\t\t} else {\n\t\t\t\t\tcontext.setAttribute( \"id\", nid );\n\t\t\t\t}\n\t\t\t\tnid = \"[id='\" + nid + \"'] \";\n\n\t\t\t\ti = groups.length;\n\t\t\t\twhile ( i-- ) {\n\t\t\t\t\tgroups[i] = nid + toSelector( groups[i] );\n\t\t\t\t}\n\t\t\t\tnewContext = rsibling.test( selector ) && testContext( context.parentNode ) || context;\n\t\t\t\tnewSelector = groups.join(\",\");\n\t\t\t}\n\n\t\t\tif ( newSelector ) {\n\t\t\t\ttry {\n\t\t\t\t\tpush.apply( results,\n\t\t\t\t\t\tnewContext.querySelectorAll( newSelector )\n\t\t\t\t\t);\n\t\t\t\t\treturn results;\n\t\t\t\t} catch(qsaError) {\n\t\t\t\t} finally {\n\t\t\t\t\tif ( !old ) {\n\t\t\t\t\t\tcontext.removeAttribute(\"id\");\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n\n\t// All others\n\treturn select( selector.replace( rtrim, \"$1\" ), context, results, seed );\n}\n\n/**\n * Create key-value caches of limited size\n * @returns {Function(string, Object)} Returns the Object data after storing it on itself with\n *\tproperty name the (space-suffixed) string and (if the cache is larger than Expr.cacheLength)\n *\tdeleting the oldest entry\n */\nfunction createCache() {\n\tvar keys = [];\n\n\tfunction cache( key, value ) {\n\t\t// Use (key + \" \") to avoid collision with native prototype properties (see Issue #157)\n\t\tif ( keys.push( key + \" \" ) > Expr.cacheLength ) {\n\t\t\t// Only keep the most recent entries\n\t\t\tdelete cache[ keys.shift() ];\n\t\t}\n\t\treturn (cache[ key + \" \" ] = value);\n\t}\n\treturn cache;\n}\n\n/**\n * Mark a function for special use by Sizzle\n * @param {Function} fn The function to mark\n */\nfunction markFunction( fn ) {\n\tfn[ expando ] = true;\n\treturn fn;\n}\n\n/**\n * Support testing using an element\n * @param {Function} fn Passed the created div and expects a boolean result\n */\nfunction assert( fn ) {\n\tvar div = document.createElement(\"div\");\n\n\ttry {\n\t\treturn !!fn( div );\n\t} catch (e) {\n\t\treturn false;\n\t} finally {\n\t\t// Remove from its parent by default\n\t\tif ( div.parentNode ) {\n\t\t\tdiv.parentNode.removeChild( div );\n\t\t}\n\t\t// release memory in IE\n\t\tdiv = null;\n\t}\n}\n\n/**\n * Adds the same handler for all of the specified attrs\n * @param {String} attrs Pipe-separated list of attributes\n * @param {Function} handler The method that will be applied\n */\nfunction addHandle( attrs, handler ) {\n\tvar arr = attrs.split(\"|\"),\n\t\ti = attrs.length;\n\n\twhile ( i-- ) {\n\t\tExpr.attrHandle[ arr[i] ] = handler;\n\t}\n}\n\n/**\n * Checks document order of two siblings\n * @param {Element} a\n * @param {Element} b\n * @returns {Number} Returns less than 0 if a precedes b, greater than 0 if a follows b\n */\nfunction siblingCheck( a, b ) {\n\tvar cur = b && a,\n\t\tdiff = cur && a.nodeType === 1 && b.nodeType === 1 &&\n\t\t\t( ~b.sourceIndex || MAX_NEGATIVE ) -\n\t\t\t( ~a.sourceIndex || MAX_NEGATIVE );\n\n\t// Use IE sourceIndex if available on both nodes\n\tif ( diff ) {\n\t\treturn diff;\n\t}\n\n\t// Check if b follows a\n\tif ( cur ) {\n\t\twhile ( (cur = cur.nextSibling) ) {\n\t\t\tif ( cur === b ) {\n\t\t\t\treturn -1;\n\t\t\t}\n\t\t}\n\t}\n\n\treturn a ? 1 : -1;\n}\n\n/**\n * Returns a function to use in pseudos for input types\n * @param {String} type\n */\nfunction createInputPseudo( type ) {\n\treturn function( elem ) {\n\t\tvar name = elem.nodeName.toLowerCase();\n\t\treturn name === \"input\" && elem.type === type;\n\t};\n}\n\n/**\n * Returns a function to use in pseudos for buttons\n * @param {String} type\n */\nfunction createButtonPseudo( type ) {\n\treturn function( elem ) {\n\t\tvar name = elem.nodeName.toLowerCase();\n\t\treturn (name === \"input\" || name === \"button\") && elem.type === type;\n\t};\n}\n\n/**\n * Returns a function to use in pseudos for positionals\n * @param {Function} fn\n */\nfunction createPositionalPseudo( fn ) {\n\treturn markFunction(function( argument ) {\n\t\targument = +argument;\n\t\treturn markFunction(function( seed, matches ) {\n\t\t\tvar j,\n\t\t\t\tmatchIndexes = fn( [], seed.length, argument ),\n\t\t\t\ti = matchIndexes.length;\n\n\t\t\t// Match elements found at the specified indexes\n\t\t\twhile ( i-- ) {\n\t\t\t\tif ( seed[ (j = matchIndexes[i]) ] ) {\n\t\t\t\t\tseed[j] = !(matches[j] = seed[j]);\n\t\t\t\t}\n\t\t\t}\n\t\t});\n\t});\n}\n\n/**\n * Checks a node for validity as a Sizzle context\n * @param {Element|Object=} context\n * @returns {Element|Object|Boolean} The input node if acceptable, otherwise a falsy value\n */\nfunction testContext( context ) {\n\treturn context && typeof context.getElementsByTagName !== \"undefined\" && context;\n}\n\n// Expose support vars for convenience\nsupport = Sizzle.support = {};\n\n/**\n * Detects XML nodes\n * @param {Element|Object} elem An element or a document\n * @returns {Boolean} True iff elem is a non-HTML XML node\n */\nisXML = Sizzle.isXML = function( elem ) {\n\t// documentElement is verified for cases where it doesn't yet exist\n\t// (such as loading iframes in IE - #4833)\n\tvar documentElement = elem && (elem.ownerDocument || elem).documentElement;\n\treturn documentElement ? documentElement.nodeName !== \"HTML\" : false;\n};\n\n/**\n * Sets document-related variables once based on the current document\n * @param {Element|Object} [doc] An element or document object to use to set the document\n * @returns {Object} Returns the current document\n */\nsetDocument = Sizzle.setDocument = function( node ) {\n\tvar hasCompare, parent,\n\t\tdoc = node ? node.ownerDocument || node : preferredDoc;\n\n\t// If no document and documentElement is available, return\n\tif ( doc === document || doc.nodeType !== 9 || !doc.documentElement ) {\n\t\treturn document;\n\t}\n\n\t// Set our document\n\tdocument = doc;\n\tdocElem = doc.documentElement;\n\tparent = doc.defaultView;\n\n\t// Support: IE>8\n\t// If iframe document is assigned to \"document\" variable and if iframe has been reloaded,\n\t// IE will throw \"permission denied\" error when accessing \"document\" variable, see jQuery #13936\n\t// IE6-8 do not support the defaultView property so parent will be undefined\n\tif ( parent && parent !== parent.top ) {\n\t\t// IE11 does not have attachEvent, so all must suffer\n\t\tif ( parent.addEventListener ) {\n\t\t\tparent.addEventListener( \"unload\", unloadHandler, false );\n\t\t} else if ( parent.attachEvent ) {\n\t\t\tparent.attachEvent( \"onunload\", unloadHandler );\n\t\t}\n\t}\n\n\t/* Support tests\n\t---------------------------------------------------------------------- */\n\tdocumentIsHTML = !isXML( doc );\n\n\t/* Attributes\n\t---------------------------------------------------------------------- */\n\n\t// Support: IE<8\n\t// Verify that getAttribute really returns attributes and not properties\n\t// (excepting IE8 booleans)\n\tsupport.attributes = assert(function( div ) {\n\t\tdiv.className = \"i\";\n\t\treturn !div.getAttribute(\"className\");\n\t});\n\n\t/* getElement(s)By*\n\t---------------------------------------------------------------------- */\n\n\t// Check if getElementsByTagName(\"*\") returns only elements\n\tsupport.getElementsByTagName = assert(function( div ) {\n\t\tdiv.appendChild( doc.createComment(\"\") );\n\t\treturn !div.getElementsByTagName(\"*\").length;\n\t});\n\n\t// Support: IE<9\n\tsupport.getElementsByClassName = rnative.test( doc.getElementsByClassName );\n\n\t// Support: IE<10\n\t// Check if getElementById returns elements by name\n\t// The broken getElementById methods don't pick up programatically-set names,\n\t// so use a roundabout getElementsByName test\n\tsupport.getById = assert(function( div ) {\n\t\tdocElem.appendChild( div ).id = expando;\n\t\treturn !doc.getElementsByName || !doc.getElementsByName( expando ).length;\n\t});\n\n\t// ID find and filter\n\tif ( support.getById ) {\n\t\tExpr.find[\"ID\"] = function( id, context ) {\n\t\t\tif ( typeof context.getElementById !== \"undefined\" && documentIsHTML ) {\n\t\t\t\tvar m = context.getElementById( id );\n\t\t\t\t// Check parentNode to catch when Blackberry 4.6 returns\n\t\t\t\t// nodes that are no longer in the document #6963\n\t\t\t\treturn m && m.parentNode ? [ m ] : [];\n\t\t\t}\n\t\t};\n\t\tExpr.filter[\"ID\"] = function( id ) {\n\t\t\tvar attrId = id.replace( runescape, funescape );\n\t\t\treturn function( elem ) {\n\t\t\t\treturn elem.getAttribute(\"id\") === attrId;\n\t\t\t};\n\t\t};\n\t} else {\n\t\t// Support: IE6/7\n\t\t// getElementById is not reliable as a find shortcut\n\t\tdelete Expr.find[\"ID\"];\n\n\t\tExpr.filter[\"ID\"] = function( id ) {\n\t\t\tvar attrId = id.replace( runescape, funescape );\n\t\t\treturn function( elem ) {\n\t\t\t\tvar node = typeof elem.getAttributeNode !== \"undefined\" && elem.getAttributeNode(\"id\");\n\t\t\t\treturn node && node.value === attrId;\n\t\t\t};\n\t\t};\n\t}\n\n\t// Tag\n\tExpr.find[\"TAG\"] = support.getElementsByTagName ?\n\t\tfunction( tag, context ) {\n\t\t\tif ( typeof context.getElementsByTagName !== \"undefined\" ) {\n\t\t\t\treturn context.getElementsByTagName( tag );\n\n\t\t\t// DocumentFragment nodes don't have gEBTN\n\t\t\t} else if ( support.qsa ) {\n\t\t\t\treturn context.querySelectorAll( tag );\n\t\t\t}\n\t\t} :\n\n\t\tfunction( tag, context ) {\n\t\t\tvar elem,\n\t\t\t\ttmp = [],\n\t\t\t\ti = 0,\n\t\t\t\t// By happy coincidence, a (broken) gEBTN appears on DocumentFragment nodes too\n\t\t\t\tresults = context.getElementsByTagName( tag );\n\n\t\t\t// Filter out possible comments\n\t\t\tif ( tag === \"*\" ) {\n\t\t\t\twhile ( (elem = results[i++]) ) {\n\t\t\t\t\tif ( elem.nodeType === 1 ) {\n\t\t\t\t\t\ttmp.push( elem );\n\t\t\t\t\t}\n\t\t\t\t}\n\n\t\t\t\treturn tmp;\n\t\t\t}\n\t\t\treturn results;\n\t\t};\n\n\t// Class\n\tExpr.find[\"CLASS\"] = support.getElementsByClassName && function( className, context ) {\n\t\tif ( documentIsHTML ) {\n\t\t\treturn context.getElementsByClassName( className );\n\t\t}\n\t};\n\n\t/* QSA/matchesSelector\n\t---------------------------------------------------------------------- */\n\n\t// QSA and matchesSelector support\n\n\t// matchesSelector(:active) reports false when true (IE9/Opera 11.5)\n\trbuggyMatches = [];\n\n\t// qSa(:focus) reports false when true (Chrome 21)\n\t// We allow this because of a bug in IE8/9 that throws an error\n\t// whenever `document.activeElement` is accessed on an iframe\n\t// So, we allow :focus to pass through QSA all the time to avoid the IE error\n\t// See http://bugs.jquery.com/ticket/13378\n\trbuggyQSA = [];\n\n\tif ( (support.qsa = rnative.test( doc.querySelectorAll )) ) {\n\t\t// Build QSA regex\n\t\t// Regex strategy adopted from Diego Perini\n\t\tassert(function( div ) {\n\t\t\t// Select is set to empty string on purpose\n\t\t\t// This is to test IE's treatment of not explicitly\n\t\t\t// setting a boolean content attribute,\n\t\t\t// since its presence should be enough\n\t\t\t// http://bugs.jquery.com/ticket/12359\n\t\t\tdocElem.appendChild( div ).innerHTML = \"<a id='\" + expando + \"'></a>\" +\n\t\t\t\t\"<select id='\" + expando + \"-\\f]' msallowcapture=''>\" +\n\t\t\t\t\"<option selected=''></option></select>\";\n\n\t\t\t// Support: IE8, Opera 11-12.16\n\t\t\t// Nothing should be selected when empty strings follow ^= or $= or *=\n\t\t\t// The test attribute must be unknown in Opera but \"safe\" for WinRT\n\t\t\t// http://msdn.microsoft.com/en-us/library/ie/hh465388.aspx#attribute_section\n\t\t\tif ( div.querySelectorAll(\"[msallowcapture^='']\").length ) {\n\t\t\t\trbuggyQSA.push( \"[*^$]=\" + whitespace + \"*(?:''|\\\"\\\")\" );\n\t\t\t}\n\n\t\t\t// Support: IE8\n\t\t\t// Boolean attributes and \"value\" are not treated correctly\n\t\t\tif ( !div.querySelectorAll(\"[selected]\").length ) {\n\t\t\t\trbuggyQSA.push( \"\\\\[\" + whitespace + \"*(?:value|\" + booleans + \")\" );\n\t\t\t}\n\n\t\t\t// Support: Chrome<29, Android<4.2+, Safari<7.0+, iOS<7.0+, PhantomJS<1.9.7+\n\t\t\tif ( !div.querySelectorAll( \"[id~=\" + expando + \"-]\" ).length ) {\n\t\t\t\trbuggyQSA.push(\"~=\");\n\t\t\t}\n\n\t\t\t// Webkit/Opera - :checked should return selected option elements\n\t\t\t// http://www.w3.org/TR/2011/REC-css3-selectors-20110929/#checked\n\t\t\t// IE8 throws error here and will not see later tests\n\t\t\tif ( !div.querySelectorAll(\":checked\").length ) {\n\t\t\t\trbuggyQSA.push(\":checked\");\n\t\t\t}\n\n\t\t\t// Support: Safari 8+, iOS 8+\n\t\t\t// https://bugs.webkit.org/show_bug.cgi?id=136851\n\t\t\t// In-page `selector#id sibing-combinator selector` fails\n\t\t\tif ( !div.querySelectorAll( \"a#\" + expando + \"+*\" ).length ) {\n\t\t\t\trbuggyQSA.push(\".#.+[+~]\");\n\t\t\t}\n\t\t});\n\n\t\tassert(function( div ) {\n\t\t\t// Support: Windows 8 Native Apps\n\t\t\t// The type and name attributes are restricted during .innerHTML assignment\n\t\t\tvar input = doc.createElement(\"input\");\n\t\t\tinput.setAttribute( \"type\", \"hidden\" );\n\t\t\tdiv.appendChild( input ).setAttribute( \"name\", \"D\" );\n\n\t\t\t// Support: IE8\n\t\t\t// Enforce case-sensitivity of name attribute\n\t\t\tif ( div.querySelectorAll(\"[name=d]\").length ) {\n\t\t\t\trbuggyQSA.push( \"name\" + whitespace + \"*[*^$|!~]?=\" );\n\t\t\t}\n\n\t\t\t// FF 3.5 - :enabled/:disabled and hidden elements (hidden elements are still enabled)\n\t\t\t// IE8 throws error here and will not see later tests\n\t\t\tif ( !div.querySelectorAll(\":enabled\").length ) {\n\t\t\t\trbuggyQSA.push( \":enabled\", \":disabled\" );\n\t\t\t}\n\n\t\t\t// Opera 10-11 does not throw on post-comma invalid pseudos\n\t\t\tdiv.querySelectorAll(\"*,:x\");\n\t\t\trbuggyQSA.push(\",.*:\");\n\t\t});\n\t}\n\n\tif ( (support.matchesSelector = rnative.test( (matches = docElem.matches ||\n\t\tdocElem.webkitMatchesSelector ||\n\t\tdocElem.mozMatchesSelector ||\n\t\tdocElem.oMatchesSelector ||\n\t\tdocElem.msMatchesSelector) )) ) {\n\n\t\tassert(function( div ) {\n\t\t\t// Check to see if it's possible to do matchesSelector\n\t\t\t// on a disconnected node (IE 9)\n\t\t\tsupport.disconnectedMatch = matches.call( div, \"div\" );\n\n\t\t\t// This should fail with an exception\n\t\t\t// Gecko does not error, returns false instead\n\t\t\tmatches.call( div, \"[s!='']:x\" );\n\t\t\trbuggyMatches.push( \"!=\", pseudos );\n\t\t});\n\t}\n\n\trbuggyQSA = rbuggyQSA.length && new RegExp( rbuggyQSA.join(\"|\") );\n\trbuggyMatches = rbuggyMatches.length && new RegExp( rbuggyMatches.join(\"|\") );\n\n\t/* Contains\n\t---------------------------------------------------------------------- */\n\thasCompare = rnative.test( docElem.compareDocumentPosition );\n\n\t// Element contains another\n\t// Purposefully does not implement inclusive descendent\n\t// As in, an element does not contain itself\n\tcontains = hasCompare || rnative.test( docElem.contains ) ?\n\t\tfunction( a, b ) {\n\t\t\tvar adown = a.nodeType === 9 ? a.documentElement : a,\n\t\t\t\tbup = b && b.parentNode;\n\t\t\treturn a === bup || !!( bup && bup.nodeType === 1 && (\n\t\t\t\tadown.contains ?\n\t\t\t\t\tadown.contains( bup ) :\n\t\t\t\t\ta.compareDocumentPosition && a.compareDocumentPosition( bup ) & 16\n\t\t\t));\n\t\t} :\n\t\tfunction( a, b ) {\n\t\t\tif ( b ) {\n\t\t\t\twhile ( (b = b.parentNode) ) {\n\t\t\t\t\tif ( b === a ) {\n\t\t\t\t\t\treturn true;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t\treturn false;\n\t\t};\n\n\t/* Sorting\n\t---------------------------------------------------------------------- */\n\n\t// Document order sorting\n\tsortOrder = hasCompare ?\n\tfunction( a, b ) {\n\n\t\t// Flag for duplicate removal\n\t\tif ( a === b ) {\n\t\t\thasDuplicate = true;\n\t\t\treturn 0;\n\t\t}\n\n\t\t// Sort on method existence if only one input has compareDocumentPosition\n\t\tvar compare = !a.compareDocumentPosition - !b.compareDocumentPosition;\n\t\tif ( compare ) {\n\t\t\treturn compare;\n\t\t}\n\n\t\t// Calculate position if both inputs belong to the same document\n\t\tcompare = ( a.ownerDocument || a ) === ( b.ownerDocument || b ) ?\n\t\t\ta.compareDocumentPosition( b ) :\n\n\t\t\t// Otherwise we know they are disconnected\n\t\t\t1;\n\n\t\t// Disconnected nodes\n\t\tif ( compare & 1 ||\n\t\t\t(!support.sortDetached && b.compareDocumentPosition( a ) === compare) ) {\n\n\t\t\t// Choose the first element that is related to our preferred document\n\t\t\tif ( a === doc || a.ownerDocument === preferredDoc && contains(preferredDoc, a) ) {\n\t\t\t\treturn -1;\n\t\t\t}\n\t\t\tif ( b === doc || b.ownerDocument === preferredDoc && contains(preferredDoc, b) ) {\n\t\t\t\treturn 1;\n\t\t\t}\n\n\t\t\t// Maintain original order\n\t\t\treturn sortInput ?\n\t\t\t\t( indexOf( sortInput, a ) - indexOf( sortInput, b ) ) :\n\t\t\t\t0;\n\t\t}\n\n\t\treturn compare & 4 ? -1 : 1;\n\t} :\n\tfunction( a, b ) {\n\t\t// Exit early if the nodes are identical\n\t\tif ( a === b ) {\n\t\t\thasDuplicate = true;\n\t\t\treturn 0;\n\t\t}\n\n\t\tvar cur,\n\t\t\ti = 0,\n\t\t\taup = a.parentNode,\n\t\t\tbup = b.parentNode,\n\t\t\tap = [ a ],\n\t\t\tbp = [ b ];\n\n\t\t// Parentless nodes are either documents or disconnected\n\t\tif ( !aup || !bup ) {\n\t\t\treturn a === doc ? -1 :\n\t\t\t\tb === doc ? 1 :\n\t\t\t\taup ? -1 :\n\t\t\t\tbup ? 1 :\n\t\t\t\tsortInput ?\n\t\t\t\t( indexOf( sortInput, a ) - indexOf( sortInput, b ) ) :\n\t\t\t\t0;\n\n\t\t// If the nodes are siblings, we can do a quick check\n\t\t} else if ( aup === bup ) {\n\t\t\treturn siblingCheck( a, b );\n\t\t}\n\n\t\t// Otherwise we need full lists of their ancestors for comparison\n\t\tcur = a;\n\t\twhile ( (cur = cur.parentNode) ) {\n\t\t\tap.unshift( cur );\n\t\t}\n\t\tcur = b;\n\t\twhile ( (cur = cur.parentNode) ) {\n\t\t\tbp.unshift( cur );\n\t\t}\n\n\t\t// Walk down the tree looking for a discrepancy\n\t\twhile ( ap[i] === bp[i] ) {\n\t\t\ti++;\n\t\t}\n\n\t\treturn i ?\n\t\t\t// Do a sibling check if the nodes have a common ancestor\n\t\t\tsiblingCheck( ap[i], bp[i] ) :\n\n\t\t\t// Otherwise nodes in our document sort first\n\t\t\tap[i] === preferredDoc ? -1 :\n\t\t\tbp[i] === preferredDoc ? 1 :\n\t\t\t0;\n\t};\n\n\treturn doc;\n};\n\nSizzle.matches = function( expr, elements ) {\n\treturn Sizzle( expr, null, null, elements );\n};\n\nSizzle.matchesSelector = function( elem, expr ) {\n\t// Set document vars if needed\n\tif ( ( elem.ownerDocument || elem ) !== document ) {\n\t\tsetDocument( elem );\n\t}\n\n\t// Make sure that attribute selectors are quoted\n\texpr = expr.replace( rattributeQuotes, \"='$1']\" );\n\n\tif ( support.matchesSelector && documentIsHTML &&\n\t\t( !rbuggyMatches || !rbuggyMatches.test( expr ) ) &&\n\t\t( !rbuggyQSA || !rbuggyQSA.test( expr ) ) ) {\n\n\t\ttry {\n\t\t\tvar ret = matches.call( elem, expr );\n\n\t\t\t// IE 9's matchesSelector returns false on disconnected nodes\n\t\t\tif ( ret || support.disconnectedMatch ||\n\t\t\t\t\t// As well, disconnected nodes are said to be in a document\n\t\t\t\t\t// fragment in IE 9\n\t\t\t\t\telem.document && elem.document.nodeType !== 11 ) {\n\t\t\t\treturn ret;\n\t\t\t}\n\t\t} catch (e) {}\n\t}\n\n\treturn Sizzle( expr, document, null, [ elem ] ).length > 0;\n};\n\nSizzle.contains = function( context, elem ) {\n\t// Set document vars if needed\n\tif ( ( context.ownerDocument || context ) !== document ) {\n\t\tsetDocument( context );\n\t}\n\treturn contains( context, elem );\n};\n\nSizzle.attr = function( elem, name ) {\n\t// Set document vars if needed\n\tif ( ( elem.ownerDocument || elem ) !== document ) {\n\t\tsetDocument( elem );\n\t}\n\n\tvar fn = Expr.attrHandle[ name.toLowerCase() ],\n\t\t// Don't get fooled by Object.prototype properties (jQuery #13807)\n\t\tval = fn && hasOwn.call( Expr.attrHandle, name.toLowerCase() ) ?\n\t\t\tfn( elem, name, !documentIsHTML ) :\n\t\t\tundefined;\n\n\treturn val !== undefined ?\n\t\tval :\n\t\tsupport.attributes || !documentIsHTML ?\n\t\t\telem.getAttribute( name ) :\n\t\t\t(val = elem.getAttributeNode(name)) && val.specified ?\n\t\t\t\tval.value :\n\t\t\t\tnull;\n};\n\nSizzle.error = function( msg ) {\n\tthrow new Error( \"Syntax error, unrecognized expression: \" + msg );\n};\n\n/**\n * Document sorting and removing duplicates\n * @param {ArrayLike} results\n */\nSizzle.uniqueSort = function( results ) {\n\tvar elem,\n\t\tduplicates = [],\n\t\tj = 0,\n\t\ti = 0;\n\n\t// Unless we *know* we can detect duplicates, assume their presence\n\thasDuplicate = !support.detectDuplicates;\n\tsortInput = !support.sortStable && results.slice( 0 );\n\tresults.sort( sortOrder );\n\n\tif ( hasDuplicate ) {\n\t\twhile ( (elem = results[i++]) ) {\n\t\t\tif ( elem === results[ i ] ) {\n\t\t\t\tj = duplicates.push( i );\n\t\t\t}\n\t\t}\n\t\twhile ( j-- ) {\n\t\t\tresults.splice( duplicates[ j ], 1 );\n\t\t}\n\t}\n\n\t// Clear input after sorting to release objects\n\t// See https://github.com/jquery/sizzle/pull/225\n\tsortInput = null;\n\n\treturn results;\n};\n\n/**\n * Utility function for retrieving the text value of an array of DOM nodes\n * @param {Array|Element} elem\n */\ngetText = Sizzle.getText = function( elem ) {\n\tvar node,\n\t\tret = \"\",\n\t\ti = 0,\n\t\tnodeType = elem.nodeType;\n\n\tif ( !nodeType ) {\n\t\t// If no nodeType, this is expected to be an array\n\t\twhile ( (node = elem[i++]) ) {\n\t\t\t// Do not traverse comment nodes\n\t\t\tret += getText( node );\n\t\t}\n\t} else if ( nodeType === 1 || nodeType === 9 || nodeType === 11 ) {\n\t\t// Use textContent for elements\n\t\t// innerText usage removed for consistency of new lines (jQuery #11153)\n\t\tif ( typeof elem.textContent === \"string\" ) {\n\t\t\treturn elem.textContent;\n\t\t} else {\n\t\t\t// Traverse its children\n\t\t\tfor ( elem = elem.firstChild; elem; elem = elem.nextSibling ) {\n\t\t\t\tret += getText( elem );\n\t\t\t}\n\t\t}\n\t} else if ( nodeType === 3 || nodeType === 4 ) {\n\t\treturn elem.nodeValue;\n\t}\n\t// Do not include comment or processing instruction nodes\n\n\treturn ret;\n};\n\nExpr = Sizzle.selectors = {\n\n\t// Can be adjusted by the user\n\tcacheLength: 50,\n\n\tcreatePseudo: markFunction,\n\n\tmatch: matchExpr,\n\n\tattrHandle: {},\n\n\tfind: {},\n\n\trelative: {\n\t\t\">\": { dir: \"parentNode\", first: true },\n\t\t\" \": { dir: \"parentNode\" },\n\t\t\"+\": { dir: \"previousSibling\", first: true },\n\t\t\"~\": { dir: \"previousSibling\" }\n\t},\n\n\tpreFilter: {\n\t\t\"ATTR\": function( match ) {\n\t\t\tmatch[1] = match[1].replace( runescape, funescape );\n\n\t\t\t// Move the given value to match[3] whether quoted or unquoted\n\t\t\tmatch[3] = ( match[3] || match[4] || match[5] || \"\" ).replace( runescape, funescape );\n\n\t\t\tif ( match[2] === \"~=\" ) {\n\t\t\t\tmatch[3] = \" \" + match[3] + \" \";\n\t\t\t}\n\n\t\t\treturn match.slice( 0, 4 );\n\t\t},\n\n\t\t\"CHILD\": function( match ) {\n\t\t\t/* matches from matchExpr[\"CHILD\"]\n\t\t\t\t1 type (only|nth|...)\n\t\t\t\t2 what (child|of-type)\n\t\t\t\t3 argument (even|odd|\\d*|\\d*n([+-]\\d+)?|...)\n\t\t\t\t4 xn-component of xn+y argument ([+-]?\\d*n|)\n\t\t\t\t5 sign of xn-component\n\t\t\t\t6 x of xn-component\n\t\t\t\t7 sign of y-component\n\t\t\t\t8 y of y-component\n\t\t\t*/\n\t\t\tmatch[1] = match[1].toLowerCase();\n\n\t\t\tif ( match[1].slice( 0, 3 ) === \"nth\" ) {\n\t\t\t\t// nth-* requires argument\n\t\t\t\tif ( !match[3] ) {\n\t\t\t\t\tSizzle.error( match[0] );\n\t\t\t\t}\n\n\t\t\t\t// numeric x and y parameters for Expr.filter.CHILD\n\t\t\t\t// remember that false/true cast respectively to 0/1\n\t\t\t\tmatch[4] = +( match[4] ? match[5] + (match[6] || 1) : 2 * ( match[3] === \"even\" || match[3] === \"odd\" ) );\n\t\t\t\tmatch[5] = +( ( match[7] + match[8] ) || match[3] === \"odd\" );\n\n\t\t\t// other types prohibit arguments\n\t\t\t} else if ( match[3] ) {\n\t\t\t\tSizzle.error( match[0] );\n\t\t\t}\n\n\t\t\treturn match;\n\t\t},\n\n\t\t\"PSEUDO\": function( match ) {\n\t\t\tvar excess,\n\t\t\t\tunquoted = !match[6] && match[2];\n\n\t\t\tif ( matchExpr[\"CHILD\"].test( match[0] ) ) {\n\t\t\t\treturn null;\n\t\t\t}\n\n\t\t\t// Accept quoted arguments as-is\n\t\t\tif ( match[3] ) {\n\t\t\t\tmatch[2] = match[4] || match[5] || \"\";\n\n\t\t\t// Strip excess characters from unquoted arguments\n\t\t\t} else if ( unquoted && rpseudo.test( unquoted ) &&\n\t\t\t\t// Get excess from tokenize (recursively)\n\t\t\t\t(excess = tokenize( unquoted, true )) &&\n\t\t\t\t// advance to the next closing parenthesis\n\t\t\t\t(excess = unquoted.indexOf( \")\", unquoted.length - excess ) - unquoted.length) ) {\n\n\t\t\t\t// excess is a negative index\n\t\t\t\tmatch[0] = match[0].slice( 0, excess );\n\t\t\t\tmatch[2] = unquoted.slice( 0, excess );\n\t\t\t}\n\n\t\t\t// Return only captures needed by the pseudo filter method (type and argument)\n\t\t\treturn match.slice( 0, 3 );\n\t\t}\n\t},\n\n\tfilter: {\n\n\t\t\"TAG\": function( nodeNameSelector ) {\n\t\t\tvar nodeName = nodeNameSelector.replace( runescape, funescape ).toLowerCase();\n\t\t\treturn nodeNameSelector === \"*\" ?\n\t\t\t\tfunction() { return true; } :\n\t\t\t\tfunction( elem ) {\n\t\t\t\t\treturn elem.nodeName && elem.nodeName.toLowerCase() === nodeName;\n\t\t\t\t};\n\t\t},\n\n\t\t\"CLASS\": function( className ) {\n\t\t\tvar pattern = classCache[ className + \" \" ];\n\n\t\t\treturn pattern ||\n\t\t\t\t(pattern = new RegExp( \"(^|\" + whitespace + \")\" + className + \"(\" + whitespace + \"|$)\" )) &&\n\t\t\t\tclassCache( className, function( elem ) {\n\t\t\t\t\treturn pattern.test( typeof elem.className === \"string\" && elem.className || typeof elem.getAttribute !== \"undefined\" && elem.getAttribute(\"class\") || \"\" );\n\t\t\t\t});\n\t\t},\n\n\t\t\"ATTR\": function( name, operator, check ) {\n\t\t\treturn function( elem ) {\n\t\t\t\tvar result = Sizzle.attr( elem, name );\n\n\t\t\t\tif ( result == null ) {\n\t\t\t\t\treturn operator === \"!=\";\n\t\t\t\t}\n\t\t\t\tif ( !operator ) {\n\t\t\t\t\treturn true;\n\t\t\t\t}\n\n\t\t\t\tresult += \"\";\n\n\t\t\t\treturn operator === \"=\" ? result === check :\n\t\t\t\t\toperator === \"!=\" ? result !== check :\n\t\t\t\t\toperator === \"^=\" ? check && result.indexOf( check ) === 0 :\n\t\t\t\t\toperator === \"*=\" ? check && result.indexOf( check ) > -1 :\n\t\t\t\t\toperator === \"$=\" ? check && result.slice( -check.length ) === check :\n\t\t\t\t\toperator === \"~=\" ? ( \" \" + result.replace( rwhitespace, \" \" ) + \" \" ).indexOf( check ) > -1 :\n\t\t\t\t\toperator === \"|=\" ? result === check || result.slice( 0, check.length + 1 ) === check + \"-\" :\n\t\t\t\t\tfalse;\n\t\t\t};\n\t\t},\n\n\t\t\"CHILD\": function( type, what, argument, first, last ) {\n\t\t\tvar simple = type.slice( 0, 3 ) !== \"nth\",\n\t\t\t\tforward = type.slice( -4 ) !== \"last\",\n\t\t\t\tofType = what === \"of-type\";\n\n\t\t\treturn first === 1 && last === 0 ?\n\n\t\t\t\t// Shortcut for :nth-*(n)\n\t\t\t\tfunction( elem ) {\n\t\t\t\t\treturn !!elem.parentNode;\n\t\t\t\t} :\n\n\t\t\t\tfunction( elem, context, xml ) {\n\t\t\t\t\tvar cache, outerCache, node, diff, nodeIndex, start,\n\t\t\t\t\t\tdir = simple !== forward ? \"nextSibling\" : \"previousSibling\",\n\t\t\t\t\t\tparent = elem.parentNode,\n\t\t\t\t\t\tname = ofType && elem.nodeName.toLowerCase(),\n\t\t\t\t\t\tuseCache = !xml && !ofType;\n\n\t\t\t\t\tif ( parent ) {\n\n\t\t\t\t\t\t// :(first|last|only)-(child|of-type)\n\t\t\t\t\t\tif ( simple ) {\n\t\t\t\t\t\t\twhile ( dir ) {\n\t\t\t\t\t\t\t\tnode = elem;\n\t\t\t\t\t\t\t\twhile ( (node = node[ dir ]) ) {\n\t\t\t\t\t\t\t\t\tif ( ofType ? node.nodeName.toLowerCase() === name : node.nodeType === 1 ) {\n\t\t\t\t\t\t\t\t\t\treturn false;\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t// Reverse direction for :only-* (if we haven't yet done so)\n\t\t\t\t\t\t\t\tstart = dir = type === \"only\" && !start && \"nextSibling\";\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\treturn true;\n\t\t\t\t\t\t}\n\n\t\t\t\t\t\tstart = [ forward ? parent.firstChild : parent.lastChild ];\n\n\t\t\t\t\t\t// non-xml :nth-child(...) stores cache data on `parent`\n\t\t\t\t\t\tif ( forward && useCache ) {\n\t\t\t\t\t\t\t// Seek `elem` from a previously-cached index\n\t\t\t\t\t\t\touterCache = parent[ expando ] || (parent[ expando ] = {});\n\t\t\t\t\t\t\tcache = outerCache[ type ] || [];\n\t\t\t\t\t\t\tnodeIndex = cache[0] === dirruns && cache[1];\n\t\t\t\t\t\t\tdiff = cache[0] === dirruns && cache[2];\n\t\t\t\t\t\t\tnode = nodeIndex && parent.childNodes[ nodeIndex ];\n\n\t\t\t\t\t\t\twhile ( (node = ++nodeIndex && node && node[ dir ] ||\n\n\t\t\t\t\t\t\t\t// Fallback to seeking `elem` from the start\n\t\t\t\t\t\t\t\t(diff = nodeIndex = 0) || start.pop()) ) {\n\n\t\t\t\t\t\t\t\t// When found, cache indexes on `parent` and break\n\t\t\t\t\t\t\t\tif ( node.nodeType === 1 && ++diff && node === elem ) {\n\t\t\t\t\t\t\t\t\touterCache[ type ] = [ dirruns, nodeIndex, diff ];\n\t\t\t\t\t\t\t\t\tbreak;\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t}\n\n\t\t\t\t\t\t// Use previously-cached element index if available\n\t\t\t\t\t\t} else if ( useCache && (cache = (elem[ expando ] || (elem[ expando ] = {}))[ type ]) && cache[0] === dirruns ) {\n\t\t\t\t\t\t\tdiff = cache[1];\n\n\t\t\t\t\t\t// xml :nth-child(...) or :nth-last-child(...) or :nth(-last)?-of-type(...)\n\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t// Use the same loop as above to seek `elem` from the start\n\t\t\t\t\t\t\twhile ( (node = ++nodeIndex && node && node[ dir ] ||\n\t\t\t\t\t\t\t\t(diff = nodeIndex = 0) || start.pop()) ) {\n\n\t\t\t\t\t\t\t\tif ( ( ofType ? node.nodeName.toLowerCase() === name : node.nodeType === 1 ) && ++diff ) {\n\t\t\t\t\t\t\t\t\t// Cache the index of each encountered element\n\t\t\t\t\t\t\t\t\tif ( useCache ) {\n\t\t\t\t\t\t\t\t\t\t(node[ expando ] || (node[ expando ] = {}))[ type ] = [ dirruns, diff ];\n\t\t\t\t\t\t\t\t\t}\n\n\t\t\t\t\t\t\t\t\tif ( node === elem ) {\n\t\t\t\t\t\t\t\t\t\tbreak;\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\n\t\t\t\t\t\t// Incorporate the offset, then check against cycle size\n\t\t\t\t\t\tdiff -= last;\n\t\t\t\t\t\treturn diff === first || ( diff % first === 0 && diff / first >= 0 );\n\t\t\t\t\t}\n\t\t\t\t};\n\t\t},\n\n\t\t\"PSEUDO\": function( pseudo, argument ) {\n\t\t\t// pseudo-class names are case-insensitive\n\t\t\t// http://www.w3.org/TR/selectors/#pseudo-classes\n\t\t\t// Prioritize by case sensitivity in case custom pseudos are added with uppercase letters\n\t\t\t// Remember that setFilters inherits from pseudos\n\t\t\tvar args,\n\t\t\t\tfn = Expr.pseudos[ pseudo ] || Expr.setFilters[ pseudo.toLowerCase() ] ||\n\t\t\t\t\tSizzle.error( \"unsupported pseudo: \" + pseudo );\n\n\t\t\t// The user may use createPseudo to indicate that\n\t\t\t// arguments are needed to create the filter function\n\t\t\t// just as Sizzle does\n\t\t\tif ( fn[ expando ] ) {\n\t\t\t\treturn fn( argument );\n\t\t\t}\n\n\t\t\t// But maintain support for old signatures\n\t\t\tif ( fn.length > 1 ) {\n\t\t\t\targs = [ pseudo, pseudo, \"\", argument ];\n\t\t\t\treturn Expr.setFilters.hasOwnProperty( pseudo.toLowerCase() ) ?\n\t\t\t\t\tmarkFunction(function( seed, matches ) {\n\t\t\t\t\t\tvar idx,\n\t\t\t\t\t\t\tmatched = fn( seed, argument ),\n\t\t\t\t\t\t\ti = matched.length;\n\t\t\t\t\t\twhile ( i-- ) {\n\t\t\t\t\t\t\tidx = indexOf( seed, matched[i] );\n\t\t\t\t\t\t\tseed[ idx ] = !( matches[ idx ] = matched[i] );\n\t\t\t\t\t\t}\n\t\t\t\t\t}) :\n\t\t\t\t\tfunction( elem ) {\n\t\t\t\t\t\treturn fn( elem, 0, args );\n\t\t\t\t\t};\n\t\t\t}\n\n\t\t\treturn fn;\n\t\t}\n\t},\n\n\tpseudos: {\n\t\t// Potentially complex pseudos\n\t\t\"not\": markFunction(function( selector ) {\n\t\t\t// Trim the selector passed to compile\n\t\t\t// to avoid treating leading and trailing\n\t\t\t// spaces as combinators\n\t\t\tvar input = [],\n\t\t\t\tresults = [],\n\t\t\t\tmatcher = compile( selector.replace( rtrim, \"$1\" ) );\n\n\t\t\treturn matcher[ expando ] ?\n\t\t\t\tmarkFunction(function( seed, matches, context, xml ) {\n\t\t\t\t\tvar elem,\n\t\t\t\t\t\tunmatched = matcher( seed, null, xml, [] ),\n\t\t\t\t\t\ti = seed.length;\n\n\t\t\t\t\t// Match elements unmatched by `matcher`\n\t\t\t\t\twhile ( i-- ) {\n\t\t\t\t\t\tif ( (elem = unmatched[i]) ) {\n\t\t\t\t\t\t\tseed[i] = !(matches[i] = elem);\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}) :\n\t\t\t\tfunction( elem, context, xml ) {\n\t\t\t\t\tinput[0] = elem;\n\t\t\t\t\tmatcher( input, null, xml, results );\n\t\t\t\t\t// Don't keep the element (issue #299)\n\t\t\t\t\tinput[0] = null;\n\t\t\t\t\treturn !results.pop();\n\t\t\t\t};\n\t\t}),\n\n\t\t\"has\": markFunction(function( selector ) {\n\t\t\treturn function( elem ) {\n\t\t\t\treturn Sizzle( selector, elem ).length > 0;\n\t\t\t};\n\t\t}),\n\n\t\t\"contains\": markFunction(function( text ) {\n\t\t\ttext = text.replace( runescape, funescape );\n\t\t\treturn function( elem ) {\n\t\t\t\treturn ( elem.textContent || elem.innerText || getText( elem ) ).indexOf( text ) > -1;\n\t\t\t};\n\t\t}),\n\n\t\t// \"Whether an element is represented by a :lang() selector\n\t\t// is based solely on the element's language value\n\t\t// being equal to the identifier C,\n\t\t// or beginning with the identifier C immediately followed by \"-\".\n\t\t// The matching of C against the element's language value is performed case-insensitively.\n\t\t// The identifier C does not have to be a valid language name.\"\n\t\t// http://www.w3.org/TR/selectors/#lang-pseudo\n\t\t\"lang\": markFunction( function( lang ) {\n\t\t\t// lang value must be a valid identifier\n\t\t\tif ( !ridentifier.test(lang || \"\") ) {\n\t\t\t\tSizzle.error( \"unsupported lang: \" + lang );\n\t\t\t}\n\t\t\tlang = lang.replace( runescape, funescape ).toLowerCase();\n\t\t\treturn function( elem ) {\n\t\t\t\tvar elemLang;\n\t\t\t\tdo {\n\t\t\t\t\tif ( (elemLang = documentIsHTML ?\n\t\t\t\t\t\telem.lang :\n\t\t\t\t\t\telem.getAttribute(\"xml:lang\") || elem.getAttribute(\"lang\")) ) {\n\n\t\t\t\t\t\telemLang = elemLang.toLowerCase();\n\t\t\t\t\t\treturn elemLang === lang || elemLang.indexOf( lang + \"-\" ) === 0;\n\t\t\t\t\t}\n\t\t\t\t} while ( (elem = elem.parentNode) && elem.nodeType === 1 );\n\t\t\t\treturn false;\n\t\t\t};\n\t\t}),\n\n\t\t// Miscellaneous\n\t\t\"target\": function( elem ) {\n\t\t\tvar hash = window.location && window.location.hash;\n\t\t\treturn hash && hash.slice( 1 ) === elem.id;\n\t\t},\n\n\t\t\"root\": function( elem ) {\n\t\t\treturn elem === docElem;\n\t\t},\n\n\t\t\"focus\": function( elem ) {\n\t\t\treturn elem === document.activeElement && (!document.hasFocus || document.hasFocus()) && !!(elem.type || elem.href || ~elem.tabIndex);\n\t\t},\n\n\t\t// Boolean properties\n\t\t\"enabled\": function( elem ) {\n\t\t\treturn elem.disabled === false;\n\t\t},\n\n\t\t\"disabled\": function( elem ) {\n\t\t\treturn elem.disabled === true;\n\t\t},\n\n\t\t\"checked\": function( elem ) {\n\t\t\t// In CSS3, :checked should return both checked and selected elements\n\t\t\t// http://www.w3.org/TR/2011/REC-css3-selectors-20110929/#checked\n\t\t\tvar nodeName = elem.nodeName.toLowerCase();\n\t\t\treturn (nodeName === \"input\" && !!elem.checked) || (nodeName === \"option\" && !!elem.selected);\n\t\t},\n\n\t\t\"selected\": function( elem ) {\n\t\t\t// Accessing this property makes selected-by-default\n\t\t\t// options in Safari work properly\n\t\t\tif ( elem.parentNode ) {\n\t\t\t\telem.parentNode.selectedIndex;\n\t\t\t}\n\n\t\t\treturn elem.selected === true;\n\t\t},\n\n\t\t// Contents\n\t\t\"empty\": function( elem ) {\n\t\t\t// http://www.w3.org/TR/selectors/#empty-pseudo\n\t\t\t// :empty is negated by element (1) or content nodes (text: 3; cdata: 4; entity ref: 5),\n\t\t\t// but not by others (comment: 8; processing instruction: 7; etc.)\n\t\t\t// nodeType < 6 works because attributes (2) do not appear as children\n\t\t\tfor ( elem = elem.firstChild; elem; elem = elem.nextSibling ) {\n\t\t\t\tif ( elem.nodeType < 6 ) {\n\t\t\t\t\treturn false;\n\t\t\t\t}\n\t\t\t}\n\t\t\treturn true;\n\t\t},\n\n\t\t\"parent\": function( elem ) {\n\t\t\treturn !Expr.pseudos[\"empty\"]( elem );\n\t\t},\n\n\t\t// Element/input types\n\t\t\"header\": function( elem ) {\n\t\t\treturn rheader.test( elem.nodeName );\n\t\t},\n\n\t\t\"input\": function( elem ) {\n\t\t\treturn rinputs.test( elem.nodeName );\n\t\t},\n\n\t\t\"button\": function( elem ) {\n\t\t\tvar name = elem.nodeName.toLowerCase();\n\t\t\treturn name === \"input\" && elem.type === \"button\" || name === \"button\";\n\t\t},\n\n\t\t\"text\": function( elem ) {\n\t\t\tvar attr;\n\t\t\treturn elem.nodeName.toLowerCase() === \"input\" &&\n\t\t\t\telem.type === \"text\" &&\n\n\t\t\t\t// Support: IE<8\n\t\t\t\t// New HTML5 attribute values (e.g., \"search\") appear with elem.type === \"text\"\n\t\t\t\t( (attr = elem.getAttribute(\"type\")) == null || attr.toLowerCase() === \"text\" );\n\t\t},\n\n\t\t// Position-in-collection\n\t\t\"first\": createPositionalPseudo(function() {\n\t\t\treturn [ 0 ];\n\t\t}),\n\n\t\t\"last\": createPositionalPseudo(function( matchIndexes, length ) {\n\t\t\treturn [ length - 1 ];\n\t\t}),\n\n\t\t\"eq\": createPositionalPseudo(function( matchIndexes, length, argument ) {\n\t\t\treturn [ argument < 0 ? argument + length : argument ];\n\t\t}),\n\n\t\t\"even\": createPositionalPseudo(function( matchIndexes, length ) {\n\t\t\tvar i = 0;\n\t\t\tfor ( ; i < length; i += 2 ) {\n\t\t\t\tmatchIndexes.push( i );\n\t\t\t}\n\t\t\treturn matchIndexes;\n\t\t}),\n\n\t\t\"odd\": createPositionalPseudo(function( matchIndexes, length ) {\n\t\t\tvar i = 1;\n\t\t\tfor ( ; i < length; i += 2 ) {\n\t\t\t\tmatchIndexes.push( i );\n\t\t\t}\n\t\t\treturn matchIndexes;\n\t\t}),\n\n\t\t\"lt\": createPositionalPseudo(function( matchIndexes, length, argument ) {\n\t\t\tvar i = argument < 0 ? argument + length : argument;\n\t\t\tfor ( ; --i >= 0; ) {\n\t\t\t\tmatchIndexes.push( i );\n\t\t\t}\n\t\t\treturn matchIndexes;\n\t\t}),\n\n\t\t\"gt\": createPositionalPseudo(function( matchIndexes, length, argument ) {\n\t\t\tvar i = argument < 0 ? argument + length : argument;\n\t\t\tfor ( ; ++i < length; ) {\n\t\t\t\tmatchIndexes.push( i );\n\t\t\t}\n\t\t\treturn matchIndexes;\n\t\t})\n\t}\n};\n\nExpr.pseudos[\"nth\"] = Expr.pseudos[\"eq\"];\n\n// Add button/input type pseudos\nfor ( i in { radio: true, checkbox: true, file: true, password: true, image: true } ) {\n\tExpr.pseudos[ i ] = createInputPseudo( i );\n}\nfor ( i in { submit: true, reset: true } ) {\n\tExpr.pseudos[ i ] = createButtonPseudo( i );\n}\n\n// Easy API for creating new setFilters\nfunction setFilters() {}\nsetFilters.prototype = Expr.filters = Expr.pseudos;\nExpr.setFilters = new setFilters();\n\ntokenize = Sizzle.tokenize = function( selector, parseOnly ) {\n\tvar matched, match, tokens, type,\n\t\tsoFar, groups, preFilters,\n\t\tcached = tokenCache[ selector + \" \" ];\n\n\tif ( cached ) {\n\t\treturn parseOnly ? 0 : cached.slice( 0 );\n\t}\n\n\tsoFar = selector;\n\tgroups = [];\n\tpreFilters = Expr.preFilter;\n\n\twhile ( soFar ) {\n\n\t\t// Comma and first run\n\t\tif ( !matched || (match = rcomma.exec( soFar )) ) {\n\t\t\tif ( match ) {\n\t\t\t\t// Don't consume trailing commas as valid\n\t\t\t\tsoFar = soFar.slice( match[0].length ) || soFar;\n\t\t\t}\n\t\t\tgroups.push( (tokens = []) );\n\t\t}\n\n\t\tmatched = false;\n\n\t\t// Combinators\n\t\tif ( (match = rcombinators.exec( soFar )) ) {\n\t\t\tmatched = match.shift();\n\t\t\ttokens.push({\n\t\t\t\tvalue: matched,\n\t\t\t\t// Cast descendant combinators to space\n\t\t\t\ttype: match[0].replace( rtrim, \" \" )\n\t\t\t});\n\t\t\tsoFar = soFar.slice( matched.length );\n\t\t}\n\n\t\t// Filters\n\t\tfor ( type in Expr.filter ) {\n\t\t\tif ( (match = matchExpr[ type ].exec( soFar )) && (!preFilters[ type ] ||\n\t\t\t\t(match = preFilters[ type ]( match ))) ) {\n\t\t\t\tmatched = match.shift();\n\t\t\t\ttokens.push({\n\t\t\t\t\tvalue: matched,\n\t\t\t\t\ttype: type,\n\t\t\t\t\tmatches: match\n\t\t\t\t});\n\t\t\t\tsoFar = soFar.slice( matched.length );\n\t\t\t}\n\t\t}\n\n\t\tif ( !matched ) {\n\t\t\tbreak;\n\t\t}\n\t}\n\n\t// Return the length of the invalid excess\n\t// if we're just parsing\n\t// Otherwise, throw an error or return tokens\n\treturn parseOnly ?\n\t\tsoFar.length :\n\t\tsoFar ?\n\t\t\tSizzle.error( selector ) :\n\t\t\t// Cache the tokens\n\t\t\ttokenCache( selector, groups ).slice( 0 );\n};\n\nfunction toSelector( tokens ) {\n\tvar i = 0,\n\t\tlen = tokens.length,\n\t\tselector = \"\";\n\tfor ( ; i < len; i++ ) {\n\t\tselector += tokens[i].value;\n\t}\n\treturn selector;\n}\n\nfunction addCombinator( matcher, combinator, base ) {\n\tvar dir = combinator.dir,\n\t\tcheckNonElements = base && dir === \"parentNode\",\n\t\tdoneName = done++;\n\n\treturn combinator.first ?\n\t\t// Check against closest ancestor/preceding element\n\t\tfunction( elem, context, xml ) {\n\t\t\twhile ( (elem = elem[ dir ]) ) {\n\t\t\t\tif ( elem.nodeType === 1 || checkNonElements ) {\n\t\t\t\t\treturn matcher( elem, context, xml );\n\t\t\t\t}\n\t\t\t}\n\t\t} :\n\n\t\t// Check against all ancestor/preceding elements\n\t\tfunction( elem, context, xml ) {\n\t\t\tvar oldCache, outerCache,\n\t\t\t\tnewCache = [ dirruns, doneName ];\n\n\t\t\t// We can't set arbitrary data on XML nodes, so they don't benefit from dir caching\n\t\t\tif ( xml ) {\n\t\t\t\twhile ( (elem = elem[ dir ]) ) {\n\t\t\t\t\tif ( elem.nodeType === 1 || checkNonElements ) {\n\t\t\t\t\t\tif ( matcher( elem, context, xml ) ) {\n\t\t\t\t\t\t\treturn true;\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t} else {\n\t\t\t\twhile ( (elem = elem[ dir ]) ) {\n\t\t\t\t\tif ( elem.nodeType === 1 || checkNonElements ) {\n\t\t\t\t\t\touterCache = elem[ expando ] || (elem[ expando ] = {});\n\t\t\t\t\t\tif ( (oldCache = outerCache[ dir ]) &&\n\t\t\t\t\t\t\toldCache[ 0 ] === dirruns && oldCache[ 1 ] === doneName ) {\n\n\t\t\t\t\t\t\t// Assign to newCache so results back-propagate to previous elements\n\t\t\t\t\t\t\treturn (newCache[ 2 ] = oldCache[ 2 ]);\n\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t// Reuse newcache so results back-propagate to previous elements\n\t\t\t\t\t\t\touterCache[ dir ] = newCache;\n\n\t\t\t\t\t\t\t// A match means we're done; a fail means we have to keep checking\n\t\t\t\t\t\t\tif ( (newCache[ 2 ] = matcher( elem, context, xml )) ) {\n\t\t\t\t\t\t\t\treturn true;\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t};\n}\n\nfunction elementMatcher( matchers ) {\n\treturn matchers.length > 1 ?\n\t\tfunction( elem, context, xml ) {\n\t\t\tvar i = matchers.length;\n\t\t\twhile ( i-- ) {\n\t\t\t\tif ( !matchers[i]( elem, context, xml ) ) {\n\t\t\t\t\treturn false;\n\t\t\t\t}\n\t\t\t}\n\t\t\treturn true;\n\t\t} :\n\t\tmatchers[0];\n}\n\nfunction multipleContexts( selector, contexts, results ) {\n\tvar i = 0,\n\t\tlen = contexts.length;\n\tfor ( ; i < len; i++ ) {\n\t\tSizzle( selector, contexts[i], results );\n\t}\n\treturn results;\n}\n\nfunction condense( unmatched, map, filter, context, xml ) {\n\tvar elem,\n\t\tnewUnmatched = [],\n\t\ti = 0,\n\t\tlen = unmatched.length,\n\t\tmapped = map != null;\n\n\tfor ( ; i < len; i++ ) {\n\t\tif ( (elem = unmatched[i]) ) {\n\t\t\tif ( !filter || filter( elem, context, xml ) ) {\n\t\t\t\tnewUnmatched.push( elem );\n\t\t\t\tif ( mapped ) {\n\t\t\t\t\tmap.push( i );\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n\n\treturn newUnmatched;\n}\n\nfunction setMatcher( preFilter, selector, matcher, postFilter, postFinder, postSelector ) {\n\tif ( postFilter && !postFilter[ expando ] ) {\n\t\tpostFilter = setMatcher( postFilter );\n\t}\n\tif ( postFinder && !postFinder[ expando ] ) {\n\t\tpostFinder = setMatcher( postFinder, postSelector );\n\t}\n\treturn markFunction(function( seed, results, context, xml ) {\n\t\tvar temp, i, elem,\n\t\t\tpreMap = [],\n\t\t\tpostMap = [],\n\t\t\tpreexisting = results.length,\n\n\t\t\t// Get initial elements from seed or context\n\t\t\telems = seed || multipleContexts( selector || \"*\", context.nodeType ? [ context ] : context, [] ),\n\n\t\t\t// Prefilter to get matcher input, preserving a map for seed-results synchronization\n\t\t\tmatcherIn = preFilter && ( seed || !selector ) ?\n\t\t\t\tcondense( elems, preMap, preFilter, context, xml ) :\n\t\t\t\telems,\n\n\t\t\tmatcherOut = matcher ?\n\t\t\t\t// If we have a postFinder, or filtered seed, or non-seed postFilter or preexisting results,\n\t\t\t\tpostFinder || ( seed ? preFilter : preexisting || postFilter ) ?\n\n\t\t\t\t\t// ...intermediate processing is necessary\n\t\t\t\t\t[] :\n\n\t\t\t\t\t// ...otherwise use results directly\n\t\t\t\t\tresults :\n\t\t\t\tmatcherIn;\n\n\t\t// Find primary matches\n\t\tif ( matcher ) {\n\t\t\tmatcher( matcherIn, matcherOut, context, xml );\n\t\t}\n\n\t\t// Apply postFilter\n\t\tif ( postFilter ) {\n\t\t\ttemp = condense( matcherOut, postMap );\n\t\t\tpostFilter( temp, [], context, xml );\n\n\t\t\t// Un-match failing elements by moving them back to matcherIn\n\t\t\ti = temp.length;\n\t\t\twhile ( i-- ) {\n\t\t\t\tif ( (elem = temp[i]) ) {\n\t\t\t\t\tmatcherOut[ postMap[i] ] = !(matcherIn[ postMap[i] ] = elem);\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\tif ( seed ) {\n\t\t\tif ( postFinder || preFilter ) {\n\t\t\t\tif ( postFinder ) {\n\t\t\t\t\t// Get the final matcherOut by condensing this intermediate into postFinder contexts\n\t\t\t\t\ttemp = [];\n\t\t\t\t\ti = matcherOut.length;\n\t\t\t\t\twhile ( i-- ) {\n\t\t\t\t\t\tif ( (elem = matcherOut[i]) ) {\n\t\t\t\t\t\t\t// Restore matcherIn since elem is not yet a final match\n\t\t\t\t\t\t\ttemp.push( (matcherIn[i] = elem) );\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t\tpostFinder( null, (matcherOut = []), temp, xml );\n\t\t\t\t}\n\n\t\t\t\t// Move matched elements from seed to results to keep them synchronized\n\t\t\t\ti = matcherOut.length;\n\t\t\t\twhile ( i-- ) {\n\t\t\t\t\tif ( (elem = matcherOut[i]) &&\n\t\t\t\t\t\t(temp = postFinder ? indexOf( seed, elem ) : preMap[i]) > -1 ) {\n\n\t\t\t\t\t\tseed[temp] = !(results[temp] = elem);\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\n\t\t// Add elements to results, through postFinder if defined\n\t\t} else {\n\t\t\tmatcherOut = condense(\n\t\t\t\tmatcherOut === results ?\n\t\t\t\t\tmatcherOut.splice( preexisting, matcherOut.length ) :\n\t\t\t\t\tmatcherOut\n\t\t\t);\n\t\t\tif ( postFinder ) {\n\t\t\t\tpostFinder( null, results, matcherOut, xml );\n\t\t\t} else {\n\t\t\t\tpush.apply( results, matcherOut );\n\t\t\t}\n\t\t}\n\t});\n}\n\nfunction matcherFromTokens( tokens ) {\n\tvar checkContext, matcher, j,\n\t\tlen = tokens.length,\n\t\tleadingRelative = Expr.relative[ tokens[0].type ],\n\t\timplicitRelative = leadingRelative || Expr.relative[\" \"],\n\t\ti = leadingRelative ? 1 : 0,\n\n\t\t// The foundational matcher ensures that elements are reachable from top-level context(s)\n\t\tmatchContext = addCombinator( function( elem ) {\n\t\t\treturn elem === checkContext;\n\t\t}, implicitRelative, true ),\n\t\tmatchAnyContext = addCombinator( function( elem ) {\n\t\t\treturn indexOf( checkContext, elem ) > -1;\n\t\t}, implicitRelative, true ),\n\t\tmatchers = [ function( elem, context, xml ) {\n\t\t\tvar ret = ( !leadingRelative && ( xml || context !== outermostContext ) ) || (\n\t\t\t\t(checkContext = context).nodeType ?\n\t\t\t\t\tmatchContext( elem, context, xml ) :\n\t\t\t\t\tmatchAnyContext( elem, context, xml ) );\n\t\t\t// Avoid hanging onto element (issue #299)\n\t\t\tcheckContext = null;\n\t\t\treturn ret;\n\t\t} ];\n\n\tfor ( ; i < len; i++ ) {\n\t\tif ( (matcher = Expr.relative[ tokens[i].type ]) ) {\n\t\t\tmatchers = [ addCombinator(elementMatcher( matchers ), matcher) ];\n\t\t} else {\n\t\t\tmatcher = Expr.filter[ tokens[i].type ].apply( null, tokens[i].matches );\n\n\t\t\t// Return special upon seeing a positional matcher\n\t\t\tif ( matcher[ expando ] ) {\n\t\t\t\t// Find the next relative operator (if any) for proper handling\n\t\t\t\tj = ++i;\n\t\t\t\tfor ( ; j < len; j++ ) {\n\t\t\t\t\tif ( Expr.relative[ tokens[j].type ] ) {\n\t\t\t\t\t\tbreak;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\treturn setMatcher(\n\t\t\t\t\ti > 1 && elementMatcher( matchers ),\n\t\t\t\t\ti > 1 && toSelector(\n\t\t\t\t\t\t// If the preceding token was a descendant combinator, insert an implicit any-element `*`\n\t\t\t\t\t\ttokens.slice( 0, i - 1 ).concat({ value: tokens[ i - 2 ].type === \" \" ? \"*\" : \"\" })\n\t\t\t\t\t).replace( rtrim, \"$1\" ),\n\t\t\t\t\tmatcher,\n\t\t\t\t\ti < j && matcherFromTokens( tokens.slice( i, j ) ),\n\t\t\t\t\tj < len && matcherFromTokens( (tokens = tokens.slice( j )) ),\n\t\t\t\t\tj < len && toSelector( tokens )\n\t\t\t\t);\n\t\t\t}\n\t\t\tmatchers.push( matcher );\n\t\t}\n\t}\n\n\treturn elementMatcher( matchers );\n}\n\nfunction matcherFromGroupMatchers( elementMatchers, setMatchers ) {\n\tvar bySet = setMatchers.length > 0,\n\t\tbyElement = elementMatchers.length > 0,\n\t\tsuperMatcher = function( seed, context, xml, results, outermost ) {\n\t\t\tvar elem, j, matcher,\n\t\t\t\tmatchedCount = 0,\n\t\t\t\ti = \"0\",\n\t\t\t\tunmatched = seed && [],\n\t\t\t\tsetMatched = [],\n\t\t\t\tcontextBackup = outermostContext,\n\t\t\t\t// We must always have either seed elements or outermost context\n\t\t\t\telems = seed || byElement && Expr.find[\"TAG\"]( \"*\", outermost ),\n\t\t\t\t// Use integer dirruns iff this is the outermost matcher\n\t\t\t\tdirrunsUnique = (dirruns += contextBackup == null ? 1 : Math.random() || 0.1),\n\t\t\t\tlen = elems.length;\n\n\t\t\tif ( outermost ) {\n\t\t\t\toutermostContext = context !== document && context;\n\t\t\t}\n\n\t\t\t// Add elements passing elementMatchers directly to results\n\t\t\t// Keep `i` a string if there are no elements so `matchedCount` will be \"00\" below\n\t\t\t// Support: IE<9, Safari\n\t\t\t// Tolerate NodeList properties (IE: \"length\"; Safari: <number>) matching elements by id\n\t\t\tfor ( ; i !== len && (elem = elems[i]) != null; i++ ) {\n\t\t\t\tif ( byElement && elem ) {\n\t\t\t\t\tj = 0;\n\t\t\t\t\twhile ( (matcher = elementMatchers[j++]) ) {\n\t\t\t\t\t\tif ( matcher( elem, context, xml ) ) {\n\t\t\t\t\t\t\tresults.push( elem );\n\t\t\t\t\t\t\tbreak;\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t\tif ( outermost ) {\n\t\t\t\t\t\tdirruns = dirrunsUnique;\n\t\t\t\t\t}\n\t\t\t\t}\n\n\t\t\t\t// Track unmatched elements for set filters\n\t\t\t\tif ( bySet ) {\n\t\t\t\t\t// They will have gone through all possible matchers\n\t\t\t\t\tif ( (elem = !matcher && elem) ) {\n\t\t\t\t\t\tmatchedCount--;\n\t\t\t\t\t}\n\n\t\t\t\t\t// Lengthen the array for every element, matched or not\n\t\t\t\t\tif ( seed ) {\n\t\t\t\t\t\tunmatched.push( elem );\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\n\t\t\t// Apply set filters to unmatched elements\n\t\t\tmatchedCount += i;\n\t\t\tif ( bySet && i !== matchedCount ) {\n\t\t\t\tj = 0;\n\t\t\t\twhile ( (matcher = setMatchers[j++]) ) {\n\t\t\t\t\tmatcher( unmatched, setMatched, context, xml );\n\t\t\t\t}\n\n\t\t\t\tif ( seed ) {\n\t\t\t\t\t// Reintegrate element matches to eliminate the need for sorting\n\t\t\t\t\tif ( matchedCount > 0 ) {\n\t\t\t\t\t\twhile ( i-- ) {\n\t\t\t\t\t\t\tif ( !(unmatched[i] || setMatched[i]) ) {\n\t\t\t\t\t\t\t\tsetMatched[i] = pop.call( results );\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\n\t\t\t\t\t// Discard index placeholder values to get only actual matches\n\t\t\t\t\tsetMatched = condense( setMatched );\n\t\t\t\t}\n\n\t\t\t\t// Add matches to results\n\t\t\t\tpush.apply( results, setMatched );\n\n\t\t\t\t// Seedless set matches succeeding multiple successful matchers stipulate sorting\n\t\t\t\tif ( outermost && !seed && setMatched.length > 0 &&\n\t\t\t\t\t( matchedCount + setMatchers.length ) > 1 ) {\n\n\t\t\t\t\tSizzle.uniqueSort( results );\n\t\t\t\t}\n\t\t\t}\n\n\t\t\t// Override manipulation of globals by nested matchers\n\t\t\tif ( outermost ) {\n\t\t\t\tdirruns = dirrunsUnique;\n\t\t\t\toutermostContext = contextBackup;\n\t\t\t}\n\n\t\t\treturn unmatched;\n\t\t};\n\n\treturn bySet ?\n\t\tmarkFunction( superMatcher ) :\n\t\tsuperMatcher;\n}\n\ncompile = Sizzle.compile = function( selector, match /* Internal Use Only */ ) {\n\tvar i,\n\t\tsetMatchers = [],\n\t\telementMatchers = [],\n\t\tcached = compilerCache[ selector + \" \" ];\n\n\tif ( !cached ) {\n\t\t// Generate a function of recursive functions that can be used to check each element\n\t\tif ( !match ) {\n\t\t\tmatch = tokenize( selector );\n\t\t}\n\t\ti = match.length;\n\t\twhile ( i-- ) {\n\t\t\tcached = matcherFromTokens( match[i] );\n\t\t\tif ( cached[ expando ] ) {\n\t\t\t\tsetMatchers.push( cached );\n\t\t\t} else {\n\t\t\t\telementMatchers.push( cached );\n\t\t\t}\n\t\t}\n\n\t\t// Cache the compiled function\n\t\tcached = compilerCache( selector, matcherFromGroupMatchers( elementMatchers, setMatchers ) );\n\n\t\t// Save selector and tokenization\n\t\tcached.selector = selector;\n\t}\n\treturn cached;\n};\n\n/**\n * A low-level selection function that works with Sizzle's compiled\n * selector functions\n * @param {String|Function} selector A selector or a pre-compiled\n * selector function built with Sizzle.compile\n * @param {Element} context\n * @param {Array} [results]\n * @param {Array} [seed] A set of elements to match against\n */\nselect = Sizzle.select = function( selector, context, results, seed ) {\n\tvar i, tokens, token, type, find,\n\t\tcompiled = typeof selector === \"function\" && selector,\n\t\tmatch = !seed && tokenize( (selector = compiled.selector || selector) );\n\n\tresults = results || [];\n\n\t// Try to minimize operations if there is no seed and only one group\n\tif ( match.length === 1 ) {\n\n\t\t// Take a shortcut and set the context if the root selector is an ID\n\t\ttokens = match[0] = match[0].slice( 0 );\n\t\tif ( tokens.length > 2 && (token = tokens[0]).type === \"ID\" &&\n\t\t\t\tsupport.getById && context.nodeType === 9 && documentIsHTML &&\n\t\t\t\tExpr.relative[ tokens[1].type ] ) {\n\n\t\t\tcontext = ( Expr.find[\"ID\"]( token.matches[0].replace(runescape, funescape), context ) || [] )[0];\n\t\t\tif ( !context ) {\n\t\t\t\treturn results;\n\n\t\t\t// Precompiled matchers will still verify ancestry, so step up a level\n\t\t\t} else if ( compiled ) {\n\t\t\t\tcontext = context.parentNode;\n\t\t\t}\n\n\t\t\tselector = selector.slice( tokens.shift().value.length );\n\t\t}\n\n\t\t// Fetch a seed set for right-to-left matching\n\t\ti = matchExpr[\"needsContext\"].test( selector ) ? 0 : tokens.length;\n\t\twhile ( i-- ) {\n\t\t\ttoken = tokens[i];\n\n\t\t\t// Abort if we hit a combinator\n\t\t\tif ( Expr.relative[ (type = token.type) ] ) {\n\t\t\t\tbreak;\n\t\t\t}\n\t\t\tif ( (find = Expr.find[ type ]) ) {\n\t\t\t\t// Search, expanding context for leading sibling combinators\n\t\t\t\tif ( (seed = find(\n\t\t\t\t\ttoken.matches[0].replace( runescape, funescape ),\n\t\t\t\t\trsibling.test( tokens[0].type ) && testContext( context.parentNode ) || context\n\t\t\t\t)) ) {\n\n\t\t\t\t\t// If seed is empty or no tokens remain, we can return early\n\t\t\t\t\ttokens.splice( i, 1 );\n\t\t\t\t\tselector = seed.length && toSelector( tokens );\n\t\t\t\t\tif ( !selector ) {\n\t\t\t\t\t\tpush.apply( results, seed );\n\t\t\t\t\t\treturn results;\n\t\t\t\t\t}\n\n\t\t\t\t\tbreak;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n\n\t// Compile and execute a filtering function if one is not provided\n\t// Provide `match` to avoid retokenization if we modified the selector above\n\t( compiled || compile( selector, match ) )(\n\t\tseed,\n\t\tcontext,\n\t\t!documentIsHTML,\n\t\tresults,\n\t\trsibling.test( selector ) && testContext( context.parentNode ) || context\n\t);\n\treturn results;\n};\n\n// One-time assignments\n\n// Sort stability\nsupport.sortStable = expando.split(\"\").sort( sortOrder ).join(\"\") === expando;\n\n// Support: Chrome 14-35+\n// Always assume duplicates if they aren't passed to the comparison function\nsupport.detectDuplicates = !!hasDuplicate;\n\n// Initialize against the default document\nsetDocument();\n\n// Support: Webkit<537.32 - Safari 6.0.3/Chrome 25 (fixed in Chrome 27)\n// Detached nodes confoundingly follow *each other*\nsupport.sortDetached = assert(function( div1 ) {\n\t// Should return 1, but returns 4 (following)\n\treturn div1.compareDocumentPosition( document.createElement(\"div\") ) & 1;\n});\n\n// Support: IE<8\n// Prevent attribute/property \"interpolation\"\n// http://msdn.microsoft.com/en-us/library/ms536429%28VS.85%29.aspx\nif ( !assert(function( div ) {\n\tdiv.innerHTML = \"<a href='#'></a>\";\n\treturn div.firstChild.getAttribute(\"href\") === \"#\" ;\n}) ) {\n\taddHandle( \"type|href|height|width\", function( elem, name, isXML ) {\n\t\tif ( !isXML ) {\n\t\t\treturn elem.getAttribute( name, name.toLowerCase() === \"type\" ? 1 : 2 );\n\t\t}\n\t});\n}\n\n// Support: IE<9\n// Use defaultValue in place of getAttribute(\"value\")\nif ( !support.attributes || !assert(function( div ) {\n\tdiv.innerHTML = \"<input/>\";\n\tdiv.firstChild.setAttribute( \"value\", \"\" );\n\treturn div.firstChild.getAttribute( \"value\" ) === \"\";\n}) ) {\n\taddHandle( \"value\", function( elem, name, isXML ) {\n\t\tif ( !isXML && elem.nodeName.toLowerCase() === \"input\" ) {\n\t\t\treturn elem.defaultValue;\n\t\t}\n\t});\n}\n\n// Support: IE<9\n// Use getAttributeNode to fetch booleans when getAttribute lies\nif ( !assert(function( div ) {\n\treturn div.getAttribute(\"disabled\") == null;\n}) ) {\n\taddHandle( booleans, function( elem, name, isXML ) {\n\t\tvar val;\n\t\tif ( !isXML ) {\n\t\t\treturn elem[ name ] === true ? name.toLowerCase() :\n\t\t\t\t\t(val = elem.getAttributeNode( name )) && val.specified ?\n\t\t\t\t\tval.value :\n\t\t\t\tnull;\n\t\t}\n\t});\n}\n\nreturn Sizzle;\n\n})( window );\n\n\n\njQuery.find = Sizzle;\njQuery.expr = Sizzle.selectors;\njQuery.expr[\":\"] = jQuery.expr.pseudos;\njQuery.unique = Sizzle.uniqueSort;\njQuery.text = Sizzle.getText;\njQuery.isXMLDoc = Sizzle.isXML;\njQuery.contains = Sizzle.contains;\n\n\n\nvar rneedsContext = jQuery.expr.match.needsContext;\n\nvar rsingleTag = (/^<(\\w+)\\s*\\/?>(?:<\\/\\1>|)$/);\n\n\n\nvar risSimple = /^.[^:#\\[\\.,]*$/;\n\n// Implement the identical functionality for filter and not\nfunction winnow( elements, qualifier, not ) {\n\tif ( jQuery.isFunction( qualifier ) ) {\n\t\treturn jQuery.grep( elements, function( elem, i ) {\n\t\t\t/* jshint -W018 */\n\t\t\treturn !!qualifier.call( elem, i, elem ) !== not;\n\t\t});\n\n\t}\n\n\tif ( qualifier.nodeType ) {\n\t\treturn jQuery.grep( elements, function( elem ) {\n\t\t\treturn ( elem === qualifier ) !== not;\n\t\t});\n\n\t}\n\n\tif ( typeof qualifier === \"string\" ) {\n\t\tif ( risSimple.test( qualifier ) ) {\n\t\t\treturn jQuery.filter( qualifier, elements, not );\n\t\t}\n\n\t\tqualifier = jQuery.filter( qualifier, elements );\n\t}\n\n\treturn jQuery.grep( elements, function( elem ) {\n\t\treturn ( indexOf.call( qualifier, elem ) >= 0 ) !== not;\n\t});\n}\n\njQuery.filter = function( expr, elems, not ) {\n\tvar elem = elems[ 0 ];\n\n\tif ( not ) {\n\t\texpr = \":not(\" + expr + \")\";\n\t}\n\n\treturn elems.length === 1 && elem.nodeType === 1 ?\n\t\tjQuery.find.matchesSelector( elem, expr ) ? [ elem ] : [] :\n\t\tjQuery.find.matches( expr, jQuery.grep( elems, function( elem ) {\n\t\t\treturn elem.nodeType === 1;\n\t\t}));\n};\n\njQuery.fn.extend({\n\tfind: function( selector ) {\n\t\tvar i,\n\t\t\tlen = this.length,\n\t\t\tret = [],\n\t\t\tself = this;\n\n\t\tif ( typeof selector !== \"string\" ) {\n\t\t\treturn this.pushStack( jQuery( selector ).filter(function() {\n\t\t\t\tfor ( i = 0; i < len; i++ ) {\n\t\t\t\t\tif ( jQuery.contains( self[ i ], this ) ) {\n\t\t\t\t\t\treturn true;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}) );\n\t\t}\n\n\t\tfor ( i = 0; i < len; i++ ) {\n\t\t\tjQuery.find( selector, self[ i ], ret );\n\t\t}\n\n\t\t// Needed because $( selector, context ) becomes $( context ).find( selector )\n\t\tret = this.pushStack( len > 1 ? jQuery.unique( ret ) : ret );\n\t\tret.selector = this.selector ? this.selector + \" \" + selector : selector;\n\t\treturn ret;\n\t},\n\tfilter: function( selector ) {\n\t\treturn this.pushStack( winnow(this, selector || [], false) );\n\t},\n\tnot: function( selector ) {\n\t\treturn this.pushStack( winnow(this, selector || [], true) );\n\t},\n\tis: function( selector ) {\n\t\treturn !!winnow(\n\t\t\tthis,\n\n\t\t\t// If this is a positional/relative selector, check membership in the returned set\n\t\t\t// so $(\"p:first\").is(\"p:last\") won't return true for a doc with two \"p\".\n\t\t\ttypeof selector === \"string\" && rneedsContext.test( selector ) ?\n\t\t\t\tjQuery( selector ) :\n\t\t\t\tselector || [],\n\t\t\tfalse\n\t\t).length;\n\t}\n});\n\n\n// Initialize a jQuery object\n\n\n// A central reference to the root jQuery(document)\nvar rootjQuery,\n\n\t// A simple way to check for HTML strings\n\t// Prioritize #id over <tag> to avoid XSS via location.hash (#9521)\n\t// Strict HTML recognition (#11290: must start with <)\n\trquickExpr = /^(?:\\s*(<[\\w\\W]+>)[^>]*|#([\\w-]*))$/,\n\n\tinit = jQuery.fn.init = function( selector, context ) {\n\t\tvar match, elem;\n\n\t\t// HANDLE: $(\"\"), $(null), $(undefined), $(false)\n\t\tif ( !selector ) {\n\t\t\treturn this;\n\t\t}\n\n\t\t// Handle HTML strings\n\t\tif ( typeof selector === \"string\" ) {\n\t\t\tif ( selector[0] === \"<\" && selector[ selector.length - 1 ] === \">\" && selector.length >= 3 ) {\n\t\t\t\t// Assume that strings that start and end with <> are HTML and skip the regex check\n\t\t\t\tmatch = [ null, selector, null ];\n\n\t\t\t} else {\n\t\t\t\tmatch = rquickExpr.exec( selector );\n\t\t\t}\n\n\t\t\t// Match html or make sure no context is specified for #id\n\t\t\tif ( match && (match[1] || !context) ) {\n\n\t\t\t\t// HANDLE: $(html) -> $(array)\n\t\t\t\tif ( match[1] ) {\n\t\t\t\t\tcontext = context instanceof jQuery ? context[0] : context;\n\n\t\t\t\t\t// Option to run scripts is true for back-compat\n\t\t\t\t\t// Intentionally let the error be thrown if parseHTML is not present\n\t\t\t\t\tjQuery.merge( this, jQuery.parseHTML(\n\t\t\t\t\t\tmatch[1],\n\t\t\t\t\t\tcontext && context.nodeType ? context.ownerDocument || context : document,\n\t\t\t\t\t\ttrue\n\t\t\t\t\t) );\n\n\t\t\t\t\t// HANDLE: $(html, props)\n\t\t\t\t\tif ( rsingleTag.test( match[1] ) && jQuery.isPlainObject( context ) ) {\n\t\t\t\t\t\tfor ( match in context ) {\n\t\t\t\t\t\t\t// Properties of context are called as methods if possible\n\t\t\t\t\t\t\tif ( jQuery.isFunction( this[ match ] ) ) {\n\t\t\t\t\t\t\t\tthis[ match ]( context[ match ] );\n\n\t\t\t\t\t\t\t// ...and otherwise set as attributes\n\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\tthis.attr( match, context[ match ] );\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\n\t\t\t\t\treturn this;\n\n\t\t\t\t// HANDLE: $(#id)\n\t\t\t\t} else {\n\t\t\t\t\telem = document.getElementById( match[2] );\n\n\t\t\t\t\t// Support: Blackberry 4.6\n\t\t\t\t\t// gEBID returns nodes no longer in the document (#6963)\n\t\t\t\t\tif ( elem && elem.parentNode ) {\n\t\t\t\t\t\t// Inject the element directly into the jQuery object\n\t\t\t\t\t\tthis.length = 1;\n\t\t\t\t\t\tthis[0] = elem;\n\t\t\t\t\t}\n\n\t\t\t\t\tthis.context = document;\n\t\t\t\t\tthis.selector = selector;\n\t\t\t\t\treturn this;\n\t\t\t\t}\n\n\t\t\t// HANDLE: $(expr, $(...))\n\t\t\t} else if ( !context || context.jquery ) {\n\t\t\t\treturn ( context || rootjQuery ).find( selector );\n\n\t\t\t// HANDLE: $(expr, context)\n\t\t\t// (which is just equivalent to: $(context).find(expr)\n\t\t\t} else {\n\t\t\t\treturn this.constructor( context ).find( selector );\n\t\t\t}\n\n\t\t// HANDLE: $(DOMElement)\n\t\t} else if ( selector.nodeType ) {\n\t\t\tthis.context = this[0] = selector;\n\t\t\tthis.length = 1;\n\t\t\treturn this;\n\n\t\t// HANDLE: $(function)\n\t\t// Shortcut for document ready\n\t\t} else if ( jQuery.isFunction( selector ) ) {\n\t\t\treturn typeof rootjQuery.ready !== \"undefined\" ?\n\t\t\t\trootjQuery.ready( selector ) :\n\t\t\t\t// Execute immediately if ready is not present\n\t\t\t\tselector( jQuery );\n\t\t}\n\n\t\tif ( selector.selector !== undefined ) {\n\t\t\tthis.selector = selector.selector;\n\t\t\tthis.context = selector.context;\n\t\t}\n\n\t\treturn jQuery.makeArray( selector, this );\n\t};\n\n// Give the init function the jQuery prototype for later instantiation\ninit.prototype = jQuery.fn;\n\n// Initialize central reference\nrootjQuery = jQuery( document );\n\n\nvar rparentsprev = /^(?:parents|prev(?:Until|All))/,\n\t// Methods guaranteed to produce a unique set when starting from a unique set\n\tguaranteedUnique = {\n\t\tchildren: true,\n\t\tcontents: true,\n\t\tnext: true,\n\t\tprev: true\n\t};\n\njQuery.extend({\n\tdir: function( elem, dir, until ) {\n\t\tvar matched = [],\n\t\t\ttruncate = until !== undefined;\n\n\t\twhile ( (elem = elem[ dir ]) && elem.nodeType !== 9 ) {\n\t\t\tif ( elem.nodeType === 1 ) {\n\t\t\t\tif ( truncate && jQuery( elem ).is( until ) ) {\n\t\t\t\t\tbreak;\n\t\t\t\t}\n\t\t\t\tmatched.push( elem );\n\t\t\t}\n\t\t}\n\t\treturn matched;\n\t},\n\n\tsibling: function( n, elem ) {\n\t\tvar matched = [];\n\n\t\tfor ( ; n; n = n.nextSibling ) {\n\t\t\tif ( n.nodeType === 1 && n !== elem ) {\n\t\t\t\tmatched.push( n );\n\t\t\t}\n\t\t}\n\n\t\treturn matched;\n\t}\n});\n\njQuery.fn.extend({\n\thas: function( target ) {\n\t\tvar targets = jQuery( target, this ),\n\t\t\tl = targets.length;\n\n\t\treturn this.filter(function() {\n\t\t\tvar i = 0;\n\t\t\tfor ( ; i < l; i++ ) {\n\t\t\t\tif ( jQuery.contains( this, targets[i] ) ) {\n\t\t\t\t\treturn true;\n\t\t\t\t}\n\t\t\t}\n\t\t});\n\t},\n\n\tclosest: function( selectors, context ) {\n\t\tvar cur,\n\t\t\ti = 0,\n\t\t\tl = this.length,\n\t\t\tmatched = [],\n\t\t\tpos = rneedsContext.test( selectors ) || typeof selectors !== \"string\" ?\n\t\t\t\tjQuery( selectors, context || this.context ) :\n\t\t\t\t0;\n\n\t\tfor ( ; i < l; i++ ) {\n\t\t\tfor ( cur = this[i]; cur && cur !== context; cur = cur.parentNode ) {\n\t\t\t\t// Always skip document fragments\n\t\t\t\tif ( cur.nodeType < 11 && (pos ?\n\t\t\t\t\tpos.index(cur) > -1 :\n\n\t\t\t\t\t// Don't pass non-elements to Sizzle\n\t\t\t\t\tcur.nodeType === 1 &&\n\t\t\t\t\t\tjQuery.find.matchesSelector(cur, selectors)) ) {\n\n\t\t\t\t\tmatched.push( cur );\n\t\t\t\t\tbreak;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\treturn this.pushStack( matched.length > 1 ? jQuery.unique( matched ) : matched );\n\t},\n\n\t// Determine the position of an element within the set\n\tindex: function( elem ) {\n\n\t\t// No argument, return index in parent\n\t\tif ( !elem ) {\n\t\t\treturn ( this[ 0 ] && this[ 0 ].parentNode ) ? this.first().prevAll().length : -1;\n\t\t}\n\n\t\t// Index in selector\n\t\tif ( typeof elem === \"string\" ) {\n\t\t\treturn indexOf.call( jQuery( elem ), this[ 0 ] );\n\t\t}\n\n\t\t// Locate the position of the desired element\n\t\treturn indexOf.call( this,\n\n\t\t\t// If it receives a jQuery object, the first element is used\n\t\t\telem.jquery ? elem[ 0 ] : elem\n\t\t);\n\t},\n\n\tadd: function( selector, context ) {\n\t\treturn this.pushStack(\n\t\t\tjQuery.unique(\n\t\t\t\tjQuery.merge( this.get(), jQuery( selector, context ) )\n\t\t\t)\n\t\t);\n\t},\n\n\taddBack: function( selector ) {\n\t\treturn this.add( selector == null ?\n\t\t\tthis.prevObject : this.prevObject.filter(selector)\n\t\t);\n\t}\n});\n\nfunction sibling( cur, dir ) {\n\twhile ( (cur = cur[dir]) && cur.nodeType !== 1 ) {}\n\treturn cur;\n}\n\njQuery.each({\n\tparent: function( elem ) {\n\t\tvar parent = elem.parentNode;\n\t\treturn parent && parent.nodeType !== 11 ? parent : null;\n\t},\n\tparents: function( elem ) {\n\t\treturn jQuery.dir( elem, \"parentNode\" );\n\t},\n\tparentsUntil: function( elem, i, until ) {\n\t\treturn jQuery.dir( elem, \"parentNode\", until );\n\t},\n\tnext: function( elem ) {\n\t\treturn sibling( elem, \"nextSibling\" );\n\t},\n\tprev: function( elem ) {\n\t\treturn sibling( elem, \"previousSibling\" );\n\t},\n\tnextAll: function( elem ) {\n\t\treturn jQuery.dir( elem, \"nextSibling\" );\n\t},\n\tprevAll: function( elem ) {\n\t\treturn jQuery.dir( elem, \"previousSibling\" );\n\t},\n\tnextUntil: function( elem, i, until ) {\n\t\treturn jQuery.dir( elem, \"nextSibling\", until );\n\t},\n\tprevUntil: function( elem, i, until ) {\n\t\treturn jQuery.dir( elem, \"previousSibling\", until );\n\t},\n\tsiblings: function( elem ) {\n\t\treturn jQuery.sibling( ( elem.parentNode || {} ).firstChild, elem );\n\t},\n\tchildren: function( elem ) {\n\t\treturn jQuery.sibling( elem.firstChild );\n\t},\n\tcontents: function( elem ) {\n\t\treturn elem.contentDocument || jQuery.merge( [], elem.childNodes );\n\t}\n}, function( name, fn ) {\n\tjQuery.fn[ name ] = function( until, selector ) {\n\t\tvar matched = jQuery.map( this, fn, until );\n\n\t\tif ( name.slice( -5 ) !== \"Until\" ) {\n\t\t\tselector = until;\n\t\t}\n\n\t\tif ( selector && typeof selector === \"string\" ) {\n\t\t\tmatched = jQuery.filter( selector, matched );\n\t\t}\n\n\t\tif ( this.length > 1 ) {\n\t\t\t// Remove duplicates\n\t\t\tif ( !guaranteedUnique[ name ] ) {\n\t\t\t\tjQuery.unique( matched );\n\t\t\t}\n\n\t\t\t// Reverse order for parents* and prev-derivatives\n\t\t\tif ( rparentsprev.test( name ) ) {\n\t\t\t\tmatched.reverse();\n\t\t\t}\n\t\t}\n\n\t\treturn this.pushStack( matched );\n\t};\n});\nvar rnotwhite = (/\\S+/g);\n\n\n\n// String to Object options format cache\nvar optionsCache = {};\n\n// Convert String-formatted options into Object-formatted ones and store in cache\nfunction createOptions( options ) {\n\tvar object = optionsCache[ options ] = {};\n\tjQuery.each( options.match( rnotwhite ) || [], function( _, flag ) {\n\t\tobject[ flag ] = true;\n\t});\n\treturn object;\n}\n\n/*\n * Create a callback list using the following parameters:\n *\n *\toptions: an optional list of space-separated options that will change how\n *\t\t\tthe callback list behaves or a more traditional option object\n *\n * By default a callback list will act like an event callback list and can be\n * \"fired\" multiple times.\n *\n * Possible options:\n *\n *\tonce:\t\t\twill ensure the callback list can only be fired once (like a Deferred)\n *\n *\tmemory:\t\t\twill keep track of previous values and will call any callback added\n *\t\t\t\t\tafter the list has been fired right away with the latest \"memorized\"\n *\t\t\t\t\tvalues (like a Deferred)\n *\n *\tunique:\t\t\twill ensure a callback can only be added once (no duplicate in the list)\n *\n *\tstopOnFalse:\tinterrupt callings when a callback returns false\n *\n */\njQuery.Callbacks = function( options ) {\n\n\t// Convert options from String-formatted to Object-formatted if needed\n\t// (we check in cache first)\n\toptions = typeof options === \"string\" ?\n\t\t( optionsCache[ options ] || createOptions( options ) ) :\n\t\tjQuery.extend( {}, options );\n\n\tvar // Last fire value (for non-forgettable lists)\n\t\tmemory,\n\t\t// Flag to know if list was already fired\n\t\tfired,\n\t\t// Flag to know if list is currently firing\n\t\tfiring,\n\t\t// First callback to fire (used internally by add and fireWith)\n\t\tfiringStart,\n\t\t// End of the loop when firing\n\t\tfiringLength,\n\t\t// Index of currently firing callback (modified by remove if needed)\n\t\tfiringIndex,\n\t\t// Actual callback list\n\t\tlist = [],\n\t\t// Stack of fire calls for repeatable lists\n\t\tstack = !options.once && [],\n\t\t// Fire callbacks\n\t\tfire = function( data ) {\n\t\t\tmemory = options.memory && data;\n\t\t\tfired = true;\n\t\t\tfiringIndex = firingStart || 0;\n\t\t\tfiringStart = 0;\n\t\t\tfiringLength = list.length;\n\t\t\tfiring = true;\n\t\t\tfor ( ; list && firingIndex < firingLength; firingIndex++ ) {\n\t\t\t\tif ( list[ firingIndex ].apply( data[ 0 ], data[ 1 ] ) === false && options.stopOnFalse ) {\n\t\t\t\t\tmemory = false; // To prevent further calls using add\n\t\t\t\t\tbreak;\n\t\t\t\t}\n\t\t\t}\n\t\t\tfiring = false;\n\t\t\tif ( list ) {\n\t\t\t\tif ( stack ) {\n\t\t\t\t\tif ( stack.length ) {\n\t\t\t\t\t\tfire( stack.shift() );\n\t\t\t\t\t}\n\t\t\t\t} else if ( memory ) {\n\t\t\t\t\tlist = [];\n\t\t\t\t} else {\n\t\t\t\t\tself.disable();\n\t\t\t\t}\n\t\t\t}\n\t\t},\n\t\t// Actual Callbacks object\n\t\tself = {\n\t\t\t// Add a callback or a collection of callbacks to the list\n\t\t\tadd: function() {\n\t\t\t\tif ( list ) {\n\t\t\t\t\t// First, we save the current length\n\t\t\t\t\tvar start = list.length;\n\t\t\t\t\t(function add( args ) {\n\t\t\t\t\t\tjQuery.each( args, function( _, arg ) {\n\t\t\t\t\t\t\tvar type = jQuery.type( arg );\n\t\t\t\t\t\t\tif ( type === \"function\" ) {\n\t\t\t\t\t\t\t\tif ( !options.unique || !self.has( arg ) ) {\n\t\t\t\t\t\t\t\t\tlist.push( arg );\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t} else if ( arg && arg.length && type !== \"string\" ) {\n\t\t\t\t\t\t\t\t// Inspect recursively\n\t\t\t\t\t\t\t\tadd( arg );\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t});\n\t\t\t\t\t})( arguments );\n\t\t\t\t\t// Do we need to add the callbacks to the\n\t\t\t\t\t// current firing batch?\n\t\t\t\t\tif ( firing ) {\n\t\t\t\t\t\tfiringLength = list.length;\n\t\t\t\t\t// With memory, if we're not firing then\n\t\t\t\t\t// we should call right away\n\t\t\t\t\t} else if ( memory ) {\n\t\t\t\t\t\tfiringStart = start;\n\t\t\t\t\t\tfire( memory );\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\treturn this;\n\t\t\t},\n\t\t\t// Remove a callback from the list\n\t\t\tremove: function() {\n\t\t\t\tif ( list ) {\n\t\t\t\t\tjQuery.each( arguments, function( _, arg ) {\n\t\t\t\t\t\tvar index;\n\t\t\t\t\t\twhile ( ( index = jQuery.inArray( arg, list, index ) ) > -1 ) {\n\t\t\t\t\t\t\tlist.splice( index, 1 );\n\t\t\t\t\t\t\t// Handle firing indexes\n\t\t\t\t\t\t\tif ( firing ) {\n\t\t\t\t\t\t\t\tif ( index <= firingLength ) {\n\t\t\t\t\t\t\t\t\tfiringLength--;\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\tif ( index <= firingIndex ) {\n\t\t\t\t\t\t\t\t\tfiringIndex--;\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t});\n\t\t\t\t}\n\t\t\t\treturn this;\n\t\t\t},\n\t\t\t// Check if a given callback is in the list.\n\t\t\t// If no argument is given, return whether or not list has callbacks attached.\n\t\t\thas: function( fn ) {\n\t\t\t\treturn fn ? jQuery.inArray( fn, list ) > -1 : !!( list && list.length );\n\t\t\t},\n\t\t\t// Remove all callbacks from the list\n\t\t\tempty: function() {\n\t\t\t\tlist = [];\n\t\t\t\tfiringLength = 0;\n\t\t\t\treturn this;\n\t\t\t},\n\t\t\t// Have the list do nothing anymore\n\t\t\tdisable: function() {\n\t\t\t\tlist = stack = memory = undefined;\n\t\t\t\treturn this;\n\t\t\t},\n\t\t\t// Is it disabled?\n\t\t\tdisabled: function() {\n\t\t\t\treturn !list;\n\t\t\t},\n\t\t\t// Lock the list in its current state\n\t\t\tlock: function() {\n\t\t\t\tstack = undefined;\n\t\t\t\tif ( !memory ) {\n\t\t\t\t\tself.disable();\n\t\t\t\t}\n\t\t\t\treturn this;\n\t\t\t},\n\t\t\t// Is it locked?\n\t\t\tlocked: function() {\n\t\t\t\treturn !stack;\n\t\t\t},\n\t\t\t// Call all callbacks with the given context and arguments\n\t\t\tfireWith: function( context, args ) {\n\t\t\t\tif ( list && ( !fired || stack ) ) {\n\t\t\t\t\targs = args || [];\n\t\t\t\t\targs = [ context, args.slice ? args.slice() : args ];\n\t\t\t\t\tif ( firing ) {\n\t\t\t\t\t\tstack.push( args );\n\t\t\t\t\t} else {\n\t\t\t\t\t\tfire( args );\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\treturn this;\n\t\t\t},\n\t\t\t// Call all the callbacks with the given arguments\n\t\t\tfire: function() {\n\t\t\t\tself.fireWith( this, arguments );\n\t\t\t\treturn this;\n\t\t\t},\n\t\t\t// To know if the callbacks have already been called at least once\n\t\t\tfired: function() {\n\t\t\t\treturn !!fired;\n\t\t\t}\n\t\t};\n\n\treturn self;\n};\n\n\njQuery.extend({\n\n\tDeferred: function( func ) {\n\t\tvar tuples = [\n\t\t\t\t// action, add listener, listener list, final state\n\t\t\t\t[ \"resolve\", \"done\", jQuery.Callbacks(\"once memory\"), \"resolved\" ],\n\t\t\t\t[ \"reject\", \"fail\", jQuery.Callbacks(\"once memory\"), \"rejected\" ],\n\t\t\t\t[ \"notify\", \"progress\", jQuery.Callbacks(\"memory\") ]\n\t\t\t],\n\t\t\tstate = \"pending\",\n\t\t\tpromise = {\n\t\t\t\tstate: function() {\n\t\t\t\t\treturn state;\n\t\t\t\t},\n\t\t\t\talways: function() {\n\t\t\t\t\tdeferred.done( arguments ).fail( arguments );\n\t\t\t\t\treturn this;\n\t\t\t\t},\n\t\t\t\tthen: function( /* fnDone, fnFail, fnProgress */ ) {\n\t\t\t\t\tvar fns = arguments;\n\t\t\t\t\treturn jQuery.Deferred(function( newDefer ) {\n\t\t\t\t\t\tjQuery.each( tuples, function( i, tuple ) {\n\t\t\t\t\t\t\tvar fn = jQuery.isFunction( fns[ i ] ) && fns[ i ];\n\t\t\t\t\t\t\t// deferred[ done | fail | progress ] for forwarding actions to newDefer\n\t\t\t\t\t\t\tdeferred[ tuple[1] ](function() {\n\t\t\t\t\t\t\t\tvar returned = fn && fn.apply( this, arguments );\n\t\t\t\t\t\t\t\tif ( returned && jQuery.isFunction( returned.promise ) ) {\n\t\t\t\t\t\t\t\t\treturned.promise()\n\t\t\t\t\t\t\t\t\t\t.done( newDefer.resolve )\n\t\t\t\t\t\t\t\t\t\t.fail( newDefer.reject )\n\t\t\t\t\t\t\t\t\t\t.progress( newDefer.notify );\n\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\tnewDefer[ tuple[ 0 ] + \"With\" ]( this === promise ? newDefer.promise() : this, fn ? [ returned ] : arguments );\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t});\n\t\t\t\t\t\t});\n\t\t\t\t\t\tfns = null;\n\t\t\t\t\t}).promise();\n\t\t\t\t},\n\t\t\t\t// Get a promise for this deferred\n\t\t\t\t// If obj is provided, the promise aspect is added to the object\n\t\t\t\tpromise: function( obj ) {\n\t\t\t\t\treturn obj != null ? jQuery.extend( obj, promise ) : promise;\n\t\t\t\t}\n\t\t\t},\n\t\t\tdeferred = {};\n\n\t\t// Keep pipe for back-compat\n\t\tpromise.pipe = promise.then;\n\n\t\t// Add list-specific methods\n\t\tjQuery.each( tuples, function( i, tuple ) {\n\t\t\tvar list = tuple[ 2 ],\n\t\t\t\tstateString = tuple[ 3 ];\n\n\t\t\t// promise[ done | fail | progress ] = list.add\n\t\t\tpromise[ tuple[1] ] = list.add;\n\n\t\t\t// Handle state\n\t\t\tif ( stateString ) {\n\t\t\t\tlist.add(function() {\n\t\t\t\t\t// state = [ resolved | rejected ]\n\t\t\t\t\tstate = stateString;\n\n\t\t\t\t// [ reject_list | resolve_list ].disable; progress_list.lock\n\t\t\t\t}, tuples[ i ^ 1 ][ 2 ].disable, tuples[ 2 ][ 2 ].lock );\n\t\t\t}\n\n\t\t\t// deferred[ resolve | reject | notify ]\n\t\t\tdeferred[ tuple[0] ] = function() {\n\t\t\t\tdeferred[ tuple[0] + \"With\" ]( this === deferred ? promise : this, arguments );\n\t\t\t\treturn this;\n\t\t\t};\n\t\t\tdeferred[ tuple[0] + \"With\" ] = list.fireWith;\n\t\t});\n\n\t\t// Make the deferred a promise\n\t\tpromise.promise( deferred );\n\n\t\t// Call given func if any\n\t\tif ( func ) {\n\t\t\tfunc.call( deferred, deferred );\n\t\t}\n\n\t\t// All done!\n\t\treturn deferred;\n\t},\n\n\t// Deferred helper\n\twhen: function( subordinate /* , ..., subordinateN */ ) {\n\t\tvar i = 0,\n\t\t\tresolveValues = slice.call( arguments ),\n\t\t\tlength = resolveValues.length,\n\n\t\t\t// the count of uncompleted subordinates\n\t\t\tremaining = length !== 1 || ( subordinate && jQuery.isFunction( subordinate.promise ) ) ? length : 0,\n\n\t\t\t// the master Deferred. If resolveValues consist of only a single Deferred, just use that.\n\t\t\tdeferred = remaining === 1 ? subordinate : jQuery.Deferred(),\n\n\t\t\t// Update function for both resolve and progress values\n\t\t\tupdateFunc = function( i, contexts, values ) {\n\t\t\t\treturn function( value ) {\n\t\t\t\t\tcontexts[ i ] = this;\n\t\t\t\t\tvalues[ i ] = arguments.length > 1 ? slice.call( arguments ) : value;\n\t\t\t\t\tif ( values === progressValues ) {\n\t\t\t\t\t\tdeferred.notifyWith( contexts, values );\n\t\t\t\t\t} else if ( !( --remaining ) ) {\n\t\t\t\t\t\tdeferred.resolveWith( contexts, values );\n\t\t\t\t\t}\n\t\t\t\t};\n\t\t\t},\n\n\t\t\tprogressValues, progressContexts, resolveContexts;\n\n\t\t// Add listeners to Deferred subordinates; treat others as resolved\n\t\tif ( length > 1 ) {\n\t\t\tprogressValues = new Array( length );\n\t\t\tprogressContexts = new Array( length );\n\t\t\tresolveContexts = new Array( length );\n\t\t\tfor ( ; i < length; i++ ) {\n\t\t\t\tif ( resolveValues[ i ] && jQuery.isFunction( resolveValues[ i ].promise ) ) {\n\t\t\t\t\tresolveValues[ i ].promise()\n\t\t\t\t\t\t.done( updateFunc( i, resolveContexts, resolveValues ) )\n\t\t\t\t\t\t.fail( deferred.reject )\n\t\t\t\t\t\t.progress( updateFunc( i, progressContexts, progressValues ) );\n\t\t\t\t} else {\n\t\t\t\t\t--remaining;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\t// If we're not waiting on anything, resolve the master\n\t\tif ( !remaining ) {\n\t\t\tdeferred.resolveWith( resolveContexts, resolveValues );\n\t\t}\n\n\t\treturn deferred.promise();\n\t}\n});\n\n\n// The deferred used on DOM ready\nvar readyList;\n\njQuery.fn.ready = function( fn ) {\n\t// Add the callback\n\tjQuery.ready.promise().done( fn );\n\n\treturn this;\n};\n\njQuery.extend({\n\t// Is the DOM ready to be used? Set to true once it occurs.\n\tisReady: false,\n\n\t// A counter to track how many items to wait for before\n\t// the ready event fires. See #6781\n\treadyWait: 1,\n\n\t// Hold (or release) the ready event\n\tholdReady: function( hold ) {\n\t\tif ( hold ) {\n\t\t\tjQuery.readyWait++;\n\t\t} else {\n\t\t\tjQuery.ready( true );\n\t\t}\n\t},\n\n\t// Handle when the DOM is ready\n\tready: function( wait ) {\n\n\t\t// Abort if there are pending holds or we're already ready\n\t\tif ( wait === true ? --jQuery.readyWait : jQuery.isReady ) {\n\t\t\treturn;\n\t\t}\n\n\t\t// Remember that the DOM is ready\n\t\tjQuery.isReady = true;\n\n\t\t// If a normal DOM Ready event fired, decrement, and wait if need be\n\t\tif ( wait !== true && --jQuery.readyWait > 0 ) {\n\t\t\treturn;\n\t\t}\n\n\t\t// If there are functions bound, to execute\n\t\treadyList.resolveWith( document, [ jQuery ] );\n\n\t\t// Trigger any bound ready events\n\t\tif ( jQuery.fn.triggerHandler ) {\n\t\t\tjQuery( document ).triggerHandler( \"ready\" );\n\t\t\tjQuery( document ).off( \"ready\" );\n\t\t}\n\t}\n});\n\n/**\n * The ready event handler and self cleanup method\n */\nfunction completed() {\n\tdocument.removeEventListener( \"DOMContentLoaded\", completed, false );\n\twindow.removeEventListener( \"load\", completed, false );\n\tjQuery.ready();\n}\n\njQuery.ready.promise = function( obj ) {\n\tif ( !readyList ) {\n\n\t\treadyList = jQuery.Deferred();\n\n\t\t// Catch cases where $(document).ready() is called after the browser event has already occurred.\n\t\t// We once tried to use readyState \"interactive\" here, but it caused issues like the one\n\t\t// discovered by ChrisS here: http://bugs.jquery.com/ticket/12282#comment:15\n\t\tif ( document.readyState === \"complete\" ) {\n\t\t\t// Handle it asynchronously to allow scripts the opportunity to delay ready\n\t\t\tsetTimeout( jQuery.ready );\n\n\t\t} else {\n\n\t\t\t// Use the handy event callback\n\t\t\tdocument.addEventListener( \"DOMContentLoaded\", completed, false );\n\n\t\t\t// A fallback to window.onload, that will always work\n\t\t\twindow.addEventListener( \"load\", completed, false );\n\t\t}\n\t}\n\treturn readyList.promise( obj );\n};\n\n// Kick off the DOM ready check even if the user does not\njQuery.ready.promise();\n\n\n\n\n// Multifunctional method to get and set values of a collection\n// The value/s can optionally be executed if it's a function\nvar access = jQuery.access = function( elems, fn, key, value, chainable, emptyGet, raw ) {\n\tvar i = 0,\n\t\tlen = elems.length,\n\t\tbulk = key == null;\n\n\t// Sets many values\n\tif ( jQuery.type( key ) === \"object\" ) {\n\t\tchainable = true;\n\t\tfor ( i in key ) {\n\t\t\tjQuery.access( elems, fn, i, key[i], true, emptyGet, raw );\n\t\t}\n\n\t// Sets one value\n\t} else if ( value !== undefined ) {\n\t\tchainable = true;\n\n\t\tif ( !jQuery.isFunction( value ) ) {\n\t\t\traw = true;\n\t\t}\n\n\t\tif ( bulk ) {\n\t\t\t// Bulk operations run against the entire set\n\t\t\tif ( raw ) {\n\t\t\t\tfn.call( elems, value );\n\t\t\t\tfn = null;\n\n\t\t\t// ...except when executing function values\n\t\t\t} else {\n\t\t\t\tbulk = fn;\n\t\t\t\tfn = function( elem, key, value ) {\n\t\t\t\t\treturn bulk.call( jQuery( elem ), value );\n\t\t\t\t};\n\t\t\t}\n\t\t}\n\n\t\tif ( fn ) {\n\t\t\tfor ( ; i < len; i++ ) {\n\t\t\t\tfn( elems[i], key, raw ? value : value.call( elems[i], i, fn( elems[i], key ) ) );\n\t\t\t}\n\t\t}\n\t}\n\n\treturn chainable ?\n\t\telems :\n\n\t\t// Gets\n\t\tbulk ?\n\t\t\tfn.call( elems ) :\n\t\t\tlen ? fn( elems[0], key ) : emptyGet;\n};\n\n\n/**\n * Determines whether an object can have data\n */\njQuery.acceptData = function( owner ) {\n\t// Accepts only:\n\t// - Node\n\t// - Node.ELEMENT_NODE\n\t// - Node.DOCUMENT_NODE\n\t// - Object\n\t// - Any\n\t/* jshint -W018 */\n\treturn owner.nodeType === 1 || owner.nodeType === 9 || !( +owner.nodeType );\n};\n\n\nfunction Data() {\n\t// Support: Android<4,\n\t// Old WebKit does not have Object.preventExtensions/freeze method,\n\t// return new empty object instead with no [[set]] accessor\n\tObject.defineProperty( this.cache = {}, 0, {\n\t\tget: function() {\n\t\t\treturn {};\n\t\t}\n\t});\n\n\tthis.expando = jQuery.expando + Data.uid++;\n}\n\nData.uid = 1;\nData.accepts = jQuery.acceptData;\n\nData.prototype = {\n\tkey: function( owner ) {\n\t\t// We can accept data for non-element nodes in modern browsers,\n\t\t// but we should not, see #8335.\n\t\t// Always return the key for a frozen object.\n\t\tif ( !Data.accepts( owner ) ) {\n\t\t\treturn 0;\n\t\t}\n\n\t\tvar descriptor = {},\n\t\t\t// Check if the owner object already has a cache key\n\t\t\tunlock = owner[ this.expando ];\n\n\t\t// If not, create one\n\t\tif ( !unlock ) {\n\t\t\tunlock = Data.uid++;\n\n\t\t\t// Secure it in a non-enumerable, non-writable property\n\t\t\ttry {\n\t\t\t\tdescriptor[ this.expando ] = { value: unlock };\n\t\t\t\tObject.defineProperties( owner, descriptor );\n\n\t\t\t// Support: Android<4\n\t\t\t// Fallback to a less secure definition\n\t\t\t} catch ( e ) {\n\t\t\t\tdescriptor[ this.expando ] = unlock;\n\t\t\t\tjQuery.extend( owner, descriptor );\n\t\t\t}\n\t\t}\n\n\t\t// Ensure the cache object\n\t\tif ( !this.cache[ unlock ] ) {\n\t\t\tthis.cache[ unlock ] = {};\n\t\t}\n\n\t\treturn unlock;\n\t},\n\tset: function( owner, data, value ) {\n\t\tvar prop,\n\t\t\t// There may be an unlock assigned to this node,\n\t\t\t// if there is no entry for this \"owner\", create one inline\n\t\t\t// and set the unlock as though an owner entry had always existed\n\t\t\tunlock = this.key( owner ),\n\t\t\tcache = this.cache[ unlock ];\n\n\t\t// Handle: [ owner, key, value ] args\n\t\tif ( typeof data === \"string\" ) {\n\t\t\tcache[ data ] = value;\n\n\t\t// Handle: [ owner, { properties } ] args\n\t\t} else {\n\t\t\t// Fresh assignments by object are shallow copied\n\t\t\tif ( jQuery.isEmptyObject( cache ) ) {\n\t\t\t\tjQuery.extend( this.cache[ unlock ], data );\n\t\t\t// Otherwise, copy the properties one-by-one to the cache object\n\t\t\t} else {\n\t\t\t\tfor ( prop in data ) {\n\t\t\t\t\tcache[ prop ] = data[ prop ];\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t\treturn cache;\n\t},\n\tget: function( owner, key ) {\n\t\t// Either a valid cache is found, or will be created.\n\t\t// New caches will be created and the unlock returned,\n\t\t// allowing direct access to the newly created\n\t\t// empty data object. A valid owner object must be provided.\n\t\tvar cache = this.cache[ this.key( owner ) ];\n\n\t\treturn key === undefined ?\n\t\t\tcache : cache[ key ];\n\t},\n\taccess: function( owner, key, value ) {\n\t\tvar stored;\n\t\t// In cases where either:\n\t\t//\n\t\t// 1. No key was specified\n\t\t// 2. A string key was specified, but no value provided\n\t\t//\n\t\t// Take the \"read\" path and allow the get method to determine\n\t\t// which value to return, respectively either:\n\t\t//\n\t\t// 1. The entire cache object\n\t\t// 2. The data stored at the key\n\t\t//\n\t\tif ( key === undefined ||\n\t\t\t\t((key && typeof key === \"string\") && value === undefined) ) {\n\n\t\t\tstored = this.get( owner, key );\n\n\t\t\treturn stored !== undefined ?\n\t\t\t\tstored : this.get( owner, jQuery.camelCase(key) );\n\t\t}\n\n\t\t// [*]When the key is not a string, or both a key and value\n\t\t// are specified, set or extend (existing objects) with either:\n\t\t//\n\t\t// 1. An object of properties\n\t\t// 2. A key and value\n\t\t//\n\t\tthis.set( owner, key, value );\n\n\t\t// Since the \"set\" path can have two possible entry points\n\t\t// return the expected data based on which path was taken[*]\n\t\treturn value !== undefined ? value : key;\n\t},\n\tremove: function( owner, key ) {\n\t\tvar i, name, camel,\n\t\t\tunlock = this.key( owner ),\n\t\t\tcache = this.cache[ unlock ];\n\n\t\tif ( key === undefined ) {\n\t\t\tthis.cache[ unlock ] = {};\n\n\t\t} else {\n\t\t\t// Support array or space separated string of keys\n\t\t\tif ( jQuery.isArray( key ) ) {\n\t\t\t\t// If \"name\" is an array of keys...\n\t\t\t\t// When data is initially created, via (\"key\", \"val\") signature,\n\t\t\t\t// keys will be converted to camelCase.\n\t\t\t\t// Since there is no way to tell _how_ a key was added, remove\n\t\t\t\t// both plain key and camelCase key. #12786\n\t\t\t\t// This will only penalize the array argument path.\n\t\t\t\tname = key.concat( key.map( jQuery.camelCase ) );\n\t\t\t} else {\n\t\t\t\tcamel = jQuery.camelCase( key );\n\t\t\t\t// Try the string as a key before any manipulation\n\t\t\t\tif ( key in cache ) {\n\t\t\t\t\tname = [ key, camel ];\n\t\t\t\t} else {\n\t\t\t\t\t// If a key with the spaces exists, use it.\n\t\t\t\t\t// Otherwise, create an array by matching non-whitespace\n\t\t\t\t\tname = camel;\n\t\t\t\t\tname = name in cache ?\n\t\t\t\t\t\t[ name ] : ( name.match( rnotwhite ) || [] );\n\t\t\t\t}\n\t\t\t}\n\n\t\t\ti = name.length;\n\t\t\twhile ( i-- ) {\n\t\t\t\tdelete cache[ name[ i ] ];\n\t\t\t}\n\t\t}\n\t},\n\thasData: function( owner ) {\n\t\treturn !jQuery.isEmptyObject(\n\t\t\tthis.cache[ owner[ this.expando ] ] || {}\n\t\t);\n\t},\n\tdiscard: function( owner ) {\n\t\tif ( owner[ this.expando ] ) {\n\t\t\tdelete this.cache[ owner[ this.expando ] ];\n\t\t}\n\t}\n};\nvar data_priv = new Data();\n\nvar data_user = new Data();\n\n\n\n//\tImplementation Summary\n//\n//\t1. Enforce API surface and semantic compatibility with 1.9.x branch\n//\t2. Improve the module's maintainability by reducing the storage\n//\t\tpaths to a single mechanism.\n//\t3. Use the same single mechanism to support \"private\" and \"user\" data.\n//\t4. _Never_ expose \"private\" data to user code (TODO: Drop _data, _removeData)\n//\t5. Avoid exposing implementation details on user objects (eg. expando properties)\n//\t6. Provide a clear path for implementation upgrade to WeakMap in 2014\n\nvar rbrace = /^(?:\\{[\\w\\W]*\\}|\\[[\\w\\W]*\\])$/,\n\trmultiDash = /([A-Z])/g;\n\nfunction dataAttr( elem, key, data ) {\n\tvar name;\n\n\t// If nothing was found internally, try to fetch any\n\t// data from the HTML5 data-* attribute\n\tif ( data === undefined && elem.nodeType === 1 ) {\n\t\tname = \"data-\" + key.replace( rmultiDash, \"-$1\" ).toLowerCase();\n\t\tdata = elem.getAttribute( name );\n\n\t\tif ( typeof data === \"string\" ) {\n\t\t\ttry {\n\t\t\t\tdata = data === \"true\" ? true :\n\t\t\t\t\tdata === \"false\" ? false :\n\t\t\t\t\tdata === \"null\" ? null :\n\t\t\t\t\t// Only convert to a number if it doesn't change the string\n\t\t\t\t\t+data + \"\" === data ? +data :\n\t\t\t\t\trbrace.test( data ) ? jQuery.parseJSON( data ) :\n\t\t\t\t\tdata;\n\t\t\t} catch( e ) {}\n\n\t\t\t// Make sure we set the data so it isn't changed later\n\t\t\tdata_user.set( elem, key, data );\n\t\t} else {\n\t\t\tdata = undefined;\n\t\t}\n\t}\n\treturn data;\n}\n\njQuery.extend({\n\thasData: function( elem ) {\n\t\treturn data_user.hasData( elem ) || data_priv.hasData( elem );\n\t},\n\n\tdata: function( elem, name, data ) {\n\t\treturn data_user.access( elem, name, data );\n\t},\n\n\tremoveData: function( elem, name ) {\n\t\tdata_user.remove( elem, name );\n\t},\n\n\t// TODO: Now that all calls to _data and _removeData have been replaced\n\t// with direct calls to data_priv methods, these can be deprecated.\n\t_data: function( elem, name, data ) {\n\t\treturn data_priv.access( elem, name, data );\n\t},\n\n\t_removeData: function( elem, name ) {\n\t\tdata_priv.remove( elem, name );\n\t}\n});\n\njQuery.fn.extend({\n\tdata: function( key, value ) {\n\t\tvar i, name, data,\n\t\t\telem = this[ 0 ],\n\t\t\tattrs = elem && elem.attributes;\n\n\t\t// Gets all values\n\t\tif ( key === undefined ) {\n\t\t\tif ( this.length ) {\n\t\t\t\tdata = data_user.get( elem );\n\n\t\t\t\tif ( elem.nodeType === 1 && !data_priv.get( elem, \"hasDataAttrs\" ) ) {\n\t\t\t\t\ti = attrs.length;\n\t\t\t\t\twhile ( i-- ) {\n\n\t\t\t\t\t\t// Support: IE11+\n\t\t\t\t\t\t// The attrs elements can be null (#14894)\n\t\t\t\t\t\tif ( attrs[ i ] ) {\n\t\t\t\t\t\t\tname = attrs[ i ].name;\n\t\t\t\t\t\t\tif ( name.indexOf( \"data-\" ) === 0 ) {\n\t\t\t\t\t\t\t\tname = jQuery.camelCase( name.slice(5) );\n\t\t\t\t\t\t\t\tdataAttr( elem, name, data[ name ] );\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t\tdata_priv.set( elem, \"hasDataAttrs\", true );\n\t\t\t\t}\n\t\t\t}\n\n\t\t\treturn data;\n\t\t}\n\n\t\t// Sets multiple values\n\t\tif ( typeof key === \"object\" ) {\n\t\t\treturn this.each(function() {\n\t\t\t\tdata_user.set( this, key );\n\t\t\t});\n\t\t}\n\n\t\treturn access( this, function( value ) {\n\t\t\tvar data,\n\t\t\t\tcamelKey = jQuery.camelCase( key );\n\n\t\t\t// The calling jQuery object (element matches) is not empty\n\t\t\t// (and therefore has an element appears at this[ 0 ]) and the\n\t\t\t// `value` parameter was not undefined. An empty jQuery object\n\t\t\t// will result in `undefined` for elem = this[ 0 ] which will\n\t\t\t// throw an exception if an attempt to read a data cache is made.\n\t\t\tif ( elem && value === undefined ) {\n\t\t\t\t// Attempt to get data from the cache\n\t\t\t\t// with the key as-is\n\t\t\t\tdata = data_user.get( elem, key );\n\t\t\t\tif ( data !== undefined ) {\n\t\t\t\t\treturn data;\n\t\t\t\t}\n\n\t\t\t\t// Attempt to get data from the cache\n\t\t\t\t// with the key camelized\n\t\t\t\tdata = data_user.get( elem, camelKey );\n\t\t\t\tif ( data !== undefined ) {\n\t\t\t\t\treturn data;\n\t\t\t\t}\n\n\t\t\t\t// Attempt to \"discover\" the data in\n\t\t\t\t// HTML5 custom data-* attrs\n\t\t\t\tdata = dataAttr( elem, camelKey, undefined );\n\t\t\t\tif ( data !== undefined ) {\n\t\t\t\t\treturn data;\n\t\t\t\t}\n\n\t\t\t\t// We tried really hard, but the data doesn't exist.\n\t\t\t\treturn;\n\t\t\t}\n\n\t\t\t// Set the data...\n\t\t\tthis.each(function() {\n\t\t\t\t// First, attempt to store a copy or reference of any\n\t\t\t\t// data that might've been store with a camelCased key.\n\t\t\t\tvar data = data_user.get( this, camelKey );\n\n\t\t\t\t// For HTML5 data-* attribute interop, we have to\n\t\t\t\t// store property names with dashes in a camelCase form.\n\t\t\t\t// This might not apply to all properties...*\n\t\t\t\tdata_user.set( this, camelKey, value );\n\n\t\t\t\t// *... In the case of properties that might _actually_\n\t\t\t\t// have dashes, we need to also store a copy of that\n\t\t\t\t// unchanged property.\n\t\t\t\tif ( key.indexOf(\"-\") !== -1 && data !== undefined ) {\n\t\t\t\t\tdata_user.set( this, key, value );\n\t\t\t\t}\n\t\t\t});\n\t\t}, null, value, arguments.length > 1, null, true );\n\t},\n\n\tremoveData: function( key ) {\n\t\treturn this.each(function() {\n\t\t\tdata_user.remove( this, key );\n\t\t});\n\t}\n});\n\n\njQuery.extend({\n\tqueue: function( elem, type, data ) {\n\t\tvar queue;\n\n\t\tif ( elem ) {\n\t\t\ttype = ( type || \"fx\" ) + \"queue\";\n\t\t\tqueue = data_priv.get( elem, type );\n\n\t\t\t// Speed up dequeue by getting out quickly if this is just a lookup\n\t\t\tif ( data ) {\n\t\t\t\tif ( !queue || jQuery.isArray( data ) ) {\n\t\t\t\t\tqueue = data_priv.access( elem, type, jQuery.makeArray(data) );\n\t\t\t\t} else {\n\t\t\t\t\tqueue.push( data );\n\t\t\t\t}\n\t\t\t}\n\t\t\treturn queue || [];\n\t\t}\n\t},\n\n\tdequeue: function( elem, type ) {\n\t\ttype = type || \"fx\";\n\n\t\tvar queue = jQuery.queue( elem, type ),\n\t\t\tstartLength = queue.length,\n\t\t\tfn = queue.shift(),\n\t\t\thooks = jQuery._queueHooks( elem, type ),\n\t\t\tnext = function() {\n\t\t\t\tjQuery.dequeue( elem, type );\n\t\t\t};\n\n\t\t// If the fx queue is dequeued, always remove the progress sentinel\n\t\tif ( fn === \"inprogress\" ) {\n\t\t\tfn = queue.shift();\n\t\t\tstartLength--;\n\t\t}\n\n\t\tif ( fn ) {\n\n\t\t\t// Add a progress sentinel to prevent the fx queue from being\n\t\t\t// automatically dequeued\n\t\t\tif ( type === \"fx\" ) {\n\t\t\t\tqueue.unshift( \"inprogress\" );\n\t\t\t}\n\n\t\t\t// Clear up the last queue stop function\n\t\t\tdelete hooks.stop;\n\t\t\tfn.call( elem, next, hooks );\n\t\t}\n\n\t\tif ( !startLength && hooks ) {\n\t\t\thooks.empty.fire();\n\t\t}\n\t},\n\n\t// Not public - generate a queueHooks object, or return the current one\n\t_queueHooks: function( elem, type ) {\n\t\tvar key = type + \"queueHooks\";\n\t\treturn data_priv.get( elem, key ) || data_priv.access( elem, key, {\n\t\t\tempty: jQuery.Callbacks(\"once memory\").add(function() {\n\t\t\t\tdata_priv.remove( elem, [ type + \"queue\", key ] );\n\t\t\t})\n\t\t});\n\t}\n});\n\njQuery.fn.extend({\n\tqueue: function( type, data ) {\n\t\tvar setter = 2;\n\n\t\tif ( typeof type !== \"string\" ) {\n\t\t\tdata = type;\n\t\t\ttype = \"fx\";\n\t\t\tsetter--;\n\t\t}\n\n\t\tif ( arguments.length < setter ) {\n\t\t\treturn jQuery.queue( this[0], type );\n\t\t}\n\n\t\treturn data === undefined ?\n\t\t\tthis :\n\t\t\tthis.each(function() {\n\t\t\t\tvar queue = jQuery.queue( this, type, data );\n\n\t\t\t\t// Ensure a hooks for this queue\n\t\t\t\tjQuery._queueHooks( this, type );\n\n\t\t\t\tif ( type === \"fx\" && queue[0] !== \"inprogress\" ) {\n\t\t\t\t\tjQuery.dequeue( this, type );\n\t\t\t\t}\n\t\t\t});\n\t},\n\tdequeue: function( type ) {\n\t\treturn this.each(function() {\n\t\t\tjQuery.dequeue( this, type );\n\t\t});\n\t},\n\tclearQueue: function( type ) {\n\t\treturn this.queue( type || \"fx\", [] );\n\t},\n\t// Get a promise resolved when queues of a certain type\n\t// are emptied (fx is the type by default)\n\tpromise: function( type, obj ) {\n\t\tvar tmp,\n\t\t\tcount = 1,\n\t\t\tdefer = jQuery.Deferred(),\n\t\t\telements = this,\n\t\t\ti = this.length,\n\t\t\tresolve = function() {\n\t\t\t\tif ( !( --count ) ) {\n\t\t\t\t\tdefer.resolveWith( elements, [ elements ] );\n\t\t\t\t}\n\t\t\t};\n\n\t\tif ( typeof type !== \"string\" ) {\n\t\t\tobj = type;\n\t\t\ttype = undefined;\n\t\t}\n\t\ttype = type || \"fx\";\n\n\t\twhile ( i-- ) {\n\t\t\ttmp = data_priv.get( elements[ i ], type + \"queueHooks\" );\n\t\t\tif ( tmp && tmp.empty ) {\n\t\t\t\tcount++;\n\t\t\t\ttmp.empty.add( resolve );\n\t\t\t}\n\t\t}\n\t\tresolve();\n\t\treturn defer.promise( obj );\n\t}\n});\nvar pnum = (/[+-]?(?:\\d*\\.|)\\d+(?:[eE][+-]?\\d+|)/).source;\n\nvar cssExpand = [ \"Top\", \"Right\", \"Bottom\", \"Left\" ];\n\nvar isHidden = function( elem, el ) {\n\t\t// isHidden might be called from jQuery#filter function;\n\t\t// in that case, element will be second argument\n\t\telem = el || elem;\n\t\treturn jQuery.css( elem, \"display\" ) === \"none\" || !jQuery.contains( elem.ownerDocument, elem );\n\t};\n\nvar rcheckableType = (/^(?:checkbox|radio)$/i);\n\n\n\n(function() {\n\tvar fragment = document.createDocumentFragment(),\n\t\tdiv = fragment.appendChild( document.createElement( \"div\" ) ),\n\t\tinput = document.createElement( \"input\" );\n\n\t// Support: Safari<=5.1\n\t// Check state lost if the name is set (#11217)\n\t// Support: Windows Web Apps (WWA)\n\t// `name` and `type` must use .setAttribute for WWA (#14901)\n\tinput.setAttribute( \"type\", \"radio\" );\n\tinput.setAttribute( \"checked\", \"checked\" );\n\tinput.setAttribute( \"name\", \"t\" );\n\n\tdiv.appendChild( input );\n\n\t// Support: Safari<=5.1, Android<4.2\n\t// Older WebKit doesn't clone checked state correctly in fragments\n\tsupport.checkClone = div.cloneNode( true ).cloneNode( true ).lastChild.checked;\n\n\t// Support: IE<=11+\n\t// Make sure textarea (and checkbox) defaultValue is properly cloned\n\tdiv.innerHTML = \"<textarea>x</textarea>\";\n\tsupport.noCloneChecked = !!div.cloneNode( true ).lastChild.defaultValue;\n})();\nvar strundefined = typeof undefined;\n\n\n\nsupport.focusinBubbles = \"onfocusin\" in window;\n\n\nvar\n\trkeyEvent = /^key/,\n\trmouseEvent = /^(?:mouse|pointer|contextmenu)|click/,\n\trfocusMorph = /^(?:focusinfocus|focusoutblur)$/,\n\trtypenamespace = /^([^.]*)(?:\\.(.+)|)$/;\n\nfunction returnTrue() {\n\treturn true;\n}\n\nfunction returnFalse() {\n\treturn false;\n}\n\nfunction safeActiveElement() {\n\ttry {\n\t\treturn document.activeElement;\n\t} catch ( err ) { }\n}\n\n/*\n * Helper functions for managing events -- not part of the public interface.\n * Props to Dean Edwards' addEvent library for many of the ideas.\n */\njQuery.event = {\n\n\tglobal: {},\n\n\tadd: function( elem, types, handler, data, selector ) {\n\n\t\tvar handleObjIn, eventHandle, tmp,\n\t\t\tevents, t, handleObj,\n\t\t\tspecial, handlers, type, namespaces, origType,\n\t\t\telemData = data_priv.get( elem );\n\n\t\t// Don't attach events to noData or text/comment nodes (but allow plain objects)\n\t\tif ( !elemData ) {\n\t\t\treturn;\n\t\t}\n\n\t\t// Caller can pass in an object of custom data in lieu of the handler\n\t\tif ( handler.handler ) {\n\t\t\thandleObjIn = handler;\n\t\t\thandler = handleObjIn.handler;\n\t\t\tselector = handleObjIn.selector;\n\t\t}\n\n\t\t// Make sure that the handler has a unique ID, used to find/remove it later\n\t\tif ( !handler.guid ) {\n\t\t\thandler.guid = jQuery.guid++;\n\t\t}\n\n\t\t// Init the element's event structure and main handler, if this is the first\n\t\tif ( !(events = elemData.events) ) {\n\t\t\tevents = elemData.events = {};\n\t\t}\n\t\tif ( !(eventHandle = elemData.handle) ) {\n\t\t\teventHandle = elemData.handle = function( e ) {\n\t\t\t\t// Discard the second event of a jQuery.event.trigger() and\n\t\t\t\t// when an event is called after a page has unloaded\n\t\t\t\treturn typeof jQuery !== strundefined && jQuery.event.triggered !== e.type ?\n\t\t\t\t\tjQuery.event.dispatch.apply( elem, arguments ) : undefined;\n\t\t\t};\n\t\t}\n\n\t\t// Handle multiple events separated by a space\n\t\ttypes = ( types || \"\" ).match( rnotwhite ) || [ \"\" ];\n\t\tt = types.length;\n\t\twhile ( t-- ) {\n\t\t\ttmp = rtypenamespace.exec( types[t] ) || [];\n\t\t\ttype = origType = tmp[1];\n\t\t\tnamespaces = ( tmp[2] || \"\" ).split( \".\" ).sort();\n\n\t\t\t// There *must* be a type, no attaching namespace-only handlers\n\t\t\tif ( !type ) {\n\t\t\t\tcontinue;\n\t\t\t}\n\n\t\t\t// If event changes its type, use the special event handlers for the changed type\n\t\t\tspecial = jQuery.event.special[ type ] || {};\n\n\t\t\t// If selector defined, determine special event api type, otherwise given type\n\t\t\ttype = ( selector ? special.delegateType : special.bindType ) || type;\n\n\t\t\t// Update special based on newly reset type\n\t\t\tspecial = jQuery.event.special[ type ] || {};\n\n\t\t\t// handleObj is passed to all event handlers\n\t\t\thandleObj = jQuery.extend({\n\t\t\t\ttype: type,\n\t\t\t\torigType: origType,\n\t\t\t\tdata: data,\n\t\t\t\thandler: handler,\n\t\t\t\tguid: handler.guid,\n\t\t\t\tselector: selector,\n\t\t\t\tneedsContext: selector && jQuery.expr.match.needsContext.test( selector ),\n\t\t\t\tnamespace: namespaces.join(\".\")\n\t\t\t}, handleObjIn );\n\n\t\t\t// Init the event handler queue if we're the first\n\t\t\tif ( !(handlers = events[ type ]) ) {\n\t\t\t\thandlers = events[ type ] = [];\n\t\t\t\thandlers.delegateCount = 0;\n\n\t\t\t\t// Only use addEventListener if the special events handler returns false\n\t\t\t\tif ( !special.setup || special.setup.call( elem, data, namespaces, eventHandle ) === false ) {\n\t\t\t\t\tif ( elem.addEventListener ) {\n\t\t\t\t\t\telem.addEventListener( type, eventHandle, false );\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\n\t\t\tif ( special.add ) {\n\t\t\t\tspecial.add.call( elem, handleObj );\n\n\t\t\t\tif ( !handleObj.handler.guid ) {\n\t\t\t\t\thandleObj.handler.guid = handler.guid;\n\t\t\t\t}\n\t\t\t}\n\n\t\t\t// Add to the element's handler list, delegates in front\n\t\t\tif ( selector ) {\n\t\t\t\thandlers.splice( handlers.delegateCount++, 0, handleObj );\n\t\t\t} else {\n\t\t\t\thandlers.push( handleObj );\n\t\t\t}\n\n\t\t\t// Keep track of which events have ever been used, for event optimization\n\t\t\tjQuery.event.global[ type ] = true;\n\t\t}\n\n\t},\n\n\t// Detach an event or set of events from an element\n\tremove: function( elem, types, handler, selector, mappedTypes ) {\n\n\t\tvar j, origCount, tmp,\n\t\t\tevents, t, handleObj,\n\t\t\tspecial, handlers, type, namespaces, origType,\n\t\t\telemData = data_priv.hasData( elem ) && data_priv.get( elem );\n\n\t\tif ( !elemData || !(events = elemData.events) ) {\n\t\t\treturn;\n\t\t}\n\n\t\t// Once for each type.namespace in types; type may be omitted\n\t\ttypes = ( types || \"\" ).match( rnotwhite ) || [ \"\" ];\n\t\tt = types.length;\n\t\twhile ( t-- ) {\n\t\t\ttmp = rtypenamespace.exec( types[t] ) || [];\n\t\t\ttype = origType = tmp[1];\n\t\t\tnamespaces = ( tmp[2] || \"\" ).split( \".\" ).sort();\n\n\t\t\t// Unbind all events (on this namespace, if provided) for the element\n\t\t\tif ( !type ) {\n\t\t\t\tfor ( type in events ) {\n\t\t\t\t\tjQuery.event.remove( elem, type + types[ t ], handler, selector, true );\n\t\t\t\t}\n\t\t\t\tcontinue;\n\t\t\t}\n\n\t\t\tspecial = jQuery.event.special[ type ] || {};\n\t\t\ttype = ( selector ? special.delegateType : special.bindType ) || type;\n\t\t\thandlers = events[ type ] || [];\n\t\t\ttmp = tmp[2] && new RegExp( \"(^|\\\\.)\" + namespaces.join(\"\\\\.(?:.*\\\\.|)\") + \"(\\\\.|$)\" );\n\n\t\t\t// Remove matching events\n\t\t\torigCount = j = handlers.length;\n\t\t\twhile ( j-- ) {\n\t\t\t\thandleObj = handlers[ j ];\n\n\t\t\t\tif ( ( mappedTypes || origType === handleObj.origType ) &&\n\t\t\t\t\t( !handler || handler.guid === handleObj.guid ) &&\n\t\t\t\t\t( !tmp || tmp.test( handleObj.namespace ) ) &&\n\t\t\t\t\t( !selector || selector === handleObj.selector || selector === \"**\" && handleObj.selector ) ) {\n\t\t\t\t\thandlers.splice( j, 1 );\n\n\t\t\t\t\tif ( handleObj.selector ) {\n\t\t\t\t\t\thandlers.delegateCount--;\n\t\t\t\t\t}\n\t\t\t\t\tif ( special.remove ) {\n\t\t\t\t\t\tspecial.remove.call( elem, handleObj );\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\n\t\t\t// Remove generic event handler if we removed something and no more handlers exist\n\t\t\t// (avoids potential for endless recursion during removal of special event handlers)\n\t\t\tif ( origCount && !handlers.length ) {\n\t\t\t\tif ( !special.teardown || special.teardown.call( elem, namespaces, elemData.handle ) === false ) {\n\t\t\t\t\tjQuery.removeEvent( elem, type, elemData.handle );\n\t\t\t\t}\n\n\t\t\t\tdelete events[ type ];\n\t\t\t}\n\t\t}\n\n\t\t// Remove the expando if it's no longer used\n\t\tif ( jQuery.isEmptyObject( events ) ) {\n\t\t\tdelete elemData.handle;\n\t\t\tdata_priv.remove( elem, \"events\" );\n\t\t}\n\t},\n\n\ttrigger: function( event, data, elem, onlyHandlers ) {\n\n\t\tvar i, cur, tmp, bubbleType, ontype, handle, special,\n\t\t\teventPath = [ elem || document ],\n\t\t\ttype = hasOwn.call( event, \"type\" ) ? event.type : event,\n\t\t\tnamespaces = hasOwn.call( event, \"namespace\" ) ? event.namespace.split(\".\") : [];\n\n\t\tcur = tmp = elem = elem || document;\n\n\t\t// Don't do events on text and comment nodes\n\t\tif ( elem.nodeType === 3 || elem.nodeType === 8 ) {\n\t\t\treturn;\n\t\t}\n\n\t\t// focus/blur morphs to focusin/out; ensure we're not firing them right now\n\t\tif ( rfocusMorph.test( type + jQuery.event.triggered ) ) {\n\t\t\treturn;\n\t\t}\n\n\t\tif ( type.indexOf(\".\") >= 0 ) {\n\t\t\t// Namespaced trigger; create a regexp to match event type in handle()\n\t\t\tnamespaces = type.split(\".\");\n\t\t\ttype = namespaces.shift();\n\t\t\tnamespaces.sort();\n\t\t}\n\t\tontype = type.indexOf(\":\") < 0 && \"on\" + type;\n\n\t\t// Caller can pass in a jQuery.Event object, Object, or just an event type string\n\t\tevent = event[ jQuery.expando ] ?\n\t\t\tevent :\n\t\t\tnew jQuery.Event( type, typeof event === \"object\" && event );\n\n\t\t// Trigger bitmask: & 1 for native handlers; & 2 for jQuery (always true)\n\t\tevent.isTrigger = onlyHandlers ? 2 : 3;\n\t\tevent.namespace = namespaces.join(\".\");\n\t\tevent.namespace_re = event.namespace ?\n\t\t\tnew RegExp( \"(^|\\\\.)\" + namespaces.join(\"\\\\.(?:.*\\\\.|)\") + \"(\\\\.|$)\" ) :\n\t\t\tnull;\n\n\t\t// Clean up the event in case it is being reused\n\t\tevent.result = undefined;\n\t\tif ( !event.target ) {\n\t\t\tevent.target = elem;\n\t\t}\n\n\t\t// Clone any incoming data and prepend the event, creating the handler arg list\n\t\tdata = data == null ?\n\t\t\t[ event ] :\n\t\t\tjQuery.makeArray( data, [ event ] );\n\n\t\t// Allow special events to draw outside the lines\n\t\tspecial = jQuery.event.special[ type ] || {};\n\t\tif ( !onlyHandlers && special.trigger && special.trigger.apply( elem, data ) === false ) {\n\t\t\treturn;\n\t\t}\n\n\t\t// Determine event propagation path in advance, per W3C events spec (#9951)\n\t\t// Bubble up to document, then to window; watch for a global ownerDocument var (#9724)\n\t\tif ( !onlyHandlers && !special.noBubble && !jQuery.isWindow( elem ) ) {\n\n\t\t\tbubbleType = special.delegateType || type;\n\t\t\tif ( !rfocusMorph.test( bubbleType + type ) ) {\n\t\t\t\tcur = cur.parentNode;\n\t\t\t}\n\t\t\tfor ( ; cur; cur = cur.parentNode ) {\n\t\t\t\teventPath.push( cur );\n\t\t\t\ttmp = cur;\n\t\t\t}\n\n\t\t\t// Only add window if we got to document (e.g., not plain obj or detached DOM)\n\t\t\tif ( tmp === (elem.ownerDocument || document) ) {\n\t\t\t\teventPath.push( tmp.defaultView || tmp.parentWindow || window );\n\t\t\t}\n\t\t}\n\n\t\t// Fire handlers on the event path\n\t\ti = 0;\n\t\twhile ( (cur = eventPath[i++]) && !event.isPropagationStopped() ) {\n\n\t\t\tevent.type = i > 1 ?\n\t\t\t\tbubbleType :\n\t\t\t\tspecial.bindType || type;\n\n\t\t\t// jQuery handler\n\t\t\thandle = ( data_priv.get( cur, \"events\" ) || {} )[ event.type ] && data_priv.get( cur, \"handle\" );\n\t\t\tif ( handle ) {\n\t\t\t\thandle.apply( cur, data );\n\t\t\t}\n\n\t\t\t// Native handler\n\t\t\thandle = ontype && cur[ ontype ];\n\t\t\tif ( handle && handle.apply && jQuery.acceptData( cur ) ) {\n\t\t\t\tevent.result = handle.apply( cur, data );\n\t\t\t\tif ( event.result === false ) {\n\t\t\t\t\tevent.preventDefault();\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t\tevent.type = type;\n\n\t\t// If nobody prevented the default action, do it now\n\t\tif ( !onlyHandlers && !event.isDefaultPrevented() ) {\n\n\t\t\tif ( (!special._default || special._default.apply( eventPath.pop(), data ) === false) &&\n\t\t\t\tjQuery.acceptData( elem ) ) {\n\n\t\t\t\t// Call a native DOM method on the target with the same name name as the event.\n\t\t\t\t// Don't do default actions on window, that's where global variables be (#6170)\n\t\t\t\tif ( ontype && jQuery.isFunction( elem[ type ] ) && !jQuery.isWindow( elem ) ) {\n\n\t\t\t\t\t// Don't re-trigger an onFOO event when we call its FOO() method\n\t\t\t\t\ttmp = elem[ ontype ];\n\n\t\t\t\t\tif ( tmp ) {\n\t\t\t\t\t\telem[ ontype ] = null;\n\t\t\t\t\t}\n\n\t\t\t\t\t// Prevent re-triggering of the same event, since we already bubbled it above\n\t\t\t\t\tjQuery.event.triggered = type;\n\t\t\t\t\telem[ type ]();\n\t\t\t\t\tjQuery.event.triggered = undefined;\n\n\t\t\t\t\tif ( tmp ) {\n\t\t\t\t\t\telem[ ontype ] = tmp;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\treturn event.result;\n\t},\n\n\tdispatch: function( event ) {\n\n\t\t// Make a writable jQuery.Event from the native event object\n\t\tevent = jQuery.event.fix( event );\n\n\t\tvar i, j, ret, matched, handleObj,\n\t\t\thandlerQueue = [],\n\t\t\targs = slice.call( arguments ),\n\t\t\thandlers = ( data_priv.get( this, \"events\" ) || {} )[ event.type ] || [],\n\t\t\tspecial = jQuery.event.special[ event.type ] || {};\n\n\t\t// Use the fix-ed jQuery.Event rather than the (read-only) native event\n\t\targs[0] = event;\n\t\tevent.delegateTarget = this;\n\n\t\t// Call the preDispatch hook for the mapped type, and let it bail if desired\n\t\tif ( special.preDispatch && special.preDispatch.call( this, event ) === false ) {\n\t\t\treturn;\n\t\t}\n\n\t\t// Determine handlers\n\t\thandlerQueue = jQuery.event.handlers.call( this, event, handlers );\n\n\t\t// Run delegates first; they may want to stop propagation beneath us\n\t\ti = 0;\n\t\twhile ( (matched = handlerQueue[ i++ ]) && !event.isPropagationStopped() ) {\n\t\t\tevent.currentTarget = matched.elem;\n\n\t\t\tj = 0;\n\t\t\twhile ( (handleObj = matched.handlers[ j++ ]) && !event.isImmediatePropagationStopped() ) {\n\n\t\t\t\t// Triggered event must either 1) have no namespace, or 2) have namespace(s)\n\t\t\t\t// a subset or equal to those in the bound event (both can have no namespace).\n\t\t\t\tif ( !event.namespace_re || event.namespace_re.test( handleObj.namespace ) ) {\n\n\t\t\t\t\tevent.handleObj = handleObj;\n\t\t\t\t\tevent.data = handleObj.data;\n\n\t\t\t\t\tret = ( (jQuery.event.special[ handleObj.origType ] || {}).handle || handleObj.handler )\n\t\t\t\t\t\t\t.apply( matched.elem, args );\n\n\t\t\t\t\tif ( ret !== undefined ) {\n\t\t\t\t\t\tif ( (event.result = ret) === false ) {\n\t\t\t\t\t\t\tevent.preventDefault();\n\t\t\t\t\t\t\tevent.stopPropagation();\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\t// Call the postDispatch hook for the mapped type\n\t\tif ( special.postDispatch ) {\n\t\t\tspecial.postDispatch.call( this, event );\n\t\t}\n\n\t\treturn event.result;\n\t},\n\n\thandlers: function( event, handlers ) {\n\t\tvar i, matches, sel, handleObj,\n\t\t\thandlerQueue = [],\n\t\t\tdelegateCount = handlers.delegateCount,\n\t\t\tcur = event.target;\n\n\t\t// Find delegate handlers\n\t\t// Black-hole SVG <use> instance trees (#13180)\n\t\t// Avoid non-left-click bubbling in Firefox (#3861)\n\t\tif ( delegateCount && cur.nodeType && (!event.button || event.type !== \"click\") ) {\n\n\t\t\tfor ( ; cur !== this; cur = cur.parentNode || this ) {\n\n\t\t\t\t// Don't process clicks on disabled elements (#6911, #8165, #11382, #11764)\n\t\t\t\tif ( cur.disabled !== true || event.type !== \"click\" ) {\n\t\t\t\t\tmatches = [];\n\t\t\t\t\tfor ( i = 0; i < delegateCount; i++ ) {\n\t\t\t\t\t\thandleObj = handlers[ i ];\n\n\t\t\t\t\t\t// Don't conflict with Object.prototype properties (#13203)\n\t\t\t\t\t\tsel = handleObj.selector + \" \";\n\n\t\t\t\t\t\tif ( matches[ sel ] === undefined ) {\n\t\t\t\t\t\t\tmatches[ sel ] = handleObj.needsContext ?\n\t\t\t\t\t\t\t\tjQuery( sel, this ).index( cur ) >= 0 :\n\t\t\t\t\t\t\t\tjQuery.find( sel, this, null, [ cur ] ).length;\n\t\t\t\t\t\t}\n\t\t\t\t\t\tif ( matches[ sel ] ) {\n\t\t\t\t\t\t\tmatches.push( handleObj );\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t\tif ( matches.length ) {\n\t\t\t\t\t\thandlerQueue.push({ elem: cur, handlers: matches });\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\t// Add the remaining (directly-bound) handlers\n\t\tif ( delegateCount < handlers.length ) {\n\t\t\thandlerQueue.push({ elem: this, handlers: handlers.slice( delegateCount ) });\n\t\t}\n\n\t\treturn handlerQueue;\n\t},\n\n\t// Includes some event props shared by KeyEvent and MouseEvent\n\tprops: \"altKey bubbles cancelable ctrlKey currentTarget eventPhase metaKey relatedTarget shiftKey target timeStamp view which\".split(\" \"),\n\n\tfixHooks: {},\n\n\tkeyHooks: {\n\t\tprops: \"char charCode key keyCode\".split(\" \"),\n\t\tfilter: function( event, original ) {\n\n\t\t\t// Add which for key events\n\t\t\tif ( event.which == null ) {\n\t\t\t\tevent.which = original.charCode != null ? original.charCode : original.keyCode;\n\t\t\t}\n\n\t\t\treturn event;\n\t\t}\n\t},\n\n\tmouseHooks: {\n\t\tprops: \"button buttons clientX clientY offsetX offsetY pageX pageY screenX screenY toElement\".split(\" \"),\n\t\tfilter: function( event, original ) {\n\t\t\tvar eventDoc, doc, body,\n\t\t\t\tbutton = original.button;\n\n\t\t\t// Calculate pageX/Y if missing and clientX/Y available\n\t\t\tif ( event.pageX == null && original.clientX != null ) {\n\t\t\t\teventDoc = event.target.ownerDocument || document;\n\t\t\t\tdoc = eventDoc.documentElement;\n\t\t\t\tbody = eventDoc.body;\n\n\t\t\t\tevent.pageX = original.clientX + ( doc && doc.scrollLeft || body && body.scrollLeft || 0 ) - ( doc && doc.clientLeft || body && body.clientLeft || 0 );\n\t\t\t\tevent.pageY = original.clientY + ( doc && doc.scrollTop || body && body.scrollTop || 0 ) - ( doc && doc.clientTop || body && body.clientTop || 0 );\n\t\t\t}\n\n\t\t\t// Add which for click: 1 === left; 2 === middle; 3 === right\n\t\t\t// Note: button is not normalized, so don't use it\n\t\t\tif ( !event.which && button !== undefined ) {\n\t\t\t\tevent.which = ( button & 1 ? 1 : ( button & 2 ? 3 : ( button & 4 ? 2 : 0 ) ) );\n\t\t\t}\n\n\t\t\treturn event;\n\t\t}\n\t},\n\n\tfix: function( event ) {\n\t\tif ( event[ jQuery.expando ] ) {\n\t\t\treturn event;\n\t\t}\n\n\t\t// Create a writable copy of the event object and normalize some properties\n\t\tvar i, prop, copy,\n\t\t\ttype = event.type,\n\t\t\toriginalEvent = event,\n\t\t\tfixHook = this.fixHooks[ type ];\n\n\t\tif ( !fixHook ) {\n\t\t\tthis.fixHooks[ type ] = fixHook =\n\t\t\t\trmouseEvent.test( type ) ? this.mouseHooks :\n\t\t\t\trkeyEvent.test( type ) ? this.keyHooks :\n\t\t\t\t{};\n\t\t}\n\t\tcopy = fixHook.props ? this.props.concat( fixHook.props ) : this.props;\n\n\t\tevent = new jQuery.Event( originalEvent );\n\n\t\ti = copy.length;\n\t\twhile ( i-- ) {\n\t\t\tprop = copy[ i ];\n\t\t\tevent[ prop ] = originalEvent[ prop ];\n\t\t}\n\n\t\t// Support: Cordova 2.5 (WebKit) (#13255)\n\t\t// All events should have a target; Cordova deviceready doesn't\n\t\tif ( !event.target ) {\n\t\t\tevent.target = document;\n\t\t}\n\n\t\t// Support: Safari 6.0+, Chrome<28\n\t\t// Target should not be a text node (#504, #13143)\n\t\tif ( event.target.nodeType === 3 ) {\n\t\t\tevent.target = event.target.parentNode;\n\t\t}\n\n\t\treturn fixHook.filter ? fixHook.filter( event, originalEvent ) : event;\n\t},\n\n\tspecial: {\n\t\tload: {\n\t\t\t// Prevent triggered image.load events from bubbling to window.load\n\t\t\tnoBubble: true\n\t\t},\n\t\tfocus: {\n\t\t\t// Fire native event if possible so blur/focus sequence is correct\n\t\t\ttrigger: function() {\n\t\t\t\tif ( this !== safeActiveElement() && this.focus ) {\n\t\t\t\t\tthis.focus();\n\t\t\t\t\treturn false;\n\t\t\t\t}\n\t\t\t},\n\t\t\tdelegateType: \"focusin\"\n\t\t},\n\t\tblur: {\n\t\t\ttrigger: function() {\n\t\t\t\tif ( this === safeActiveElement() && this.blur ) {\n\t\t\t\t\tthis.blur();\n\t\t\t\t\treturn false;\n\t\t\t\t}\n\t\t\t},\n\t\t\tdelegateType: \"focusout\"\n\t\t},\n\t\tclick: {\n\t\t\t// For checkbox, fire native event so checked state will be right\n\t\t\ttrigger: function() {\n\t\t\t\tif ( this.type === \"checkbox\" && this.click && jQuery.nodeName( this, \"input\" ) ) {\n\t\t\t\t\tthis.click();\n\t\t\t\t\treturn false;\n\t\t\t\t}\n\t\t\t},\n\n\t\t\t// For cross-browser consistency, don't fire native .click() on links\n\t\t\t_default: function( event ) {\n\t\t\t\treturn jQuery.nodeName( event.target, \"a\" );\n\t\t\t}\n\t\t},\n\n\t\tbeforeunload: {\n\t\t\tpostDispatch: function( event ) {\n\n\t\t\t\t// Support: Firefox 20+\n\t\t\t\t// Firefox doesn't alert if the returnValue field is not set.\n\t\t\t\tif ( event.result !== undefined && event.originalEvent ) {\n\t\t\t\t\tevent.originalEvent.returnValue = event.result;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\n\tsimulate: function( type, elem, event, bubble ) {\n\t\t// Piggyback on a donor event to simulate a different one.\n\t\t// Fake originalEvent to avoid donor's stopPropagation, but if the\n\t\t// simulated event prevents default then we do the same on the donor.\n\t\tvar e = jQuery.extend(\n\t\t\tnew jQuery.Event(),\n\t\t\tevent,\n\t\t\t{\n\t\t\t\ttype: type,\n\t\t\t\tisSimulated: true,\n\t\t\t\toriginalEvent: {}\n\t\t\t}\n\t\t);\n\t\tif ( bubble ) {\n\t\t\tjQuery.event.trigger( e, null, elem );\n\t\t} else {\n\t\t\tjQuery.event.dispatch.call( elem, e );\n\t\t}\n\t\tif ( e.isDefaultPrevented() ) {\n\t\t\tevent.preventDefault();\n\t\t}\n\t}\n};\n\njQuery.removeEvent = function( elem, type, handle ) {\n\tif ( elem.removeEventListener ) {\n\t\telem.removeEventListener( type, handle, false );\n\t}\n};\n\njQuery.Event = function( src, props ) {\n\t// Allow instantiation without the 'new' keyword\n\tif ( !(this instanceof jQuery.Event) ) {\n\t\treturn new jQuery.Event( src, props );\n\t}\n\n\t// Event object\n\tif ( src && src.type ) {\n\t\tthis.originalEvent = src;\n\t\tthis.type = src.type;\n\n\t\t// Events bubbling up the document may have been marked as prevented\n\t\t// by a handler lower down the tree; reflect the correct value.\n\t\tthis.isDefaultPrevented = src.defaultPrevented ||\n\t\t\t\tsrc.defaultPrevented === undefined &&\n\t\t\t\t// Support: Android<4.0\n\t\t\t\tsrc.returnValue === false ?\n\t\t\treturnTrue :\n\t\t\treturnFalse;\n\n\t// Event type\n\t} else {\n\t\tthis.type = src;\n\t}\n\n\t// Put explicitly provided properties onto the event object\n\tif ( props ) {\n\t\tjQuery.extend( this, props );\n\t}\n\n\t// Create a timestamp if incoming event doesn't have one\n\tthis.timeStamp = src && src.timeStamp || jQuery.now();\n\n\t// Mark it as fixed\n\tthis[ jQuery.expando ] = true;\n};\n\n// jQuery.Event is based on DOM3 Events as specified by the ECMAScript Language Binding\n// http://www.w3.org/TR/2003/WD-DOM-Level-3-Events-20030331/ecma-script-binding.html\njQuery.Event.prototype = {\n\tisDefaultPrevented: returnFalse,\n\tisPropagationStopped: returnFalse,\n\tisImmediatePropagationStopped: returnFalse,\n\n\tpreventDefault: function() {\n\t\tvar e = this.originalEvent;\n\n\t\tthis.isDefaultPrevented = returnTrue;\n\n\t\tif ( e && e.preventDefault ) {\n\t\t\te.preventDefault();\n\t\t}\n\t},\n\tstopPropagation: function() {\n\t\tvar e = this.originalEvent;\n\n\t\tthis.isPropagationStopped = returnTrue;\n\n\t\tif ( e && e.stopPropagation ) {\n\t\t\te.stopPropagation();\n\t\t}\n\t},\n\tstopImmediatePropagation: function() {\n\t\tvar e = this.originalEvent;\n\n\t\tthis.isImmediatePropagationStopped = returnTrue;\n\n\t\tif ( e && e.stopImmediatePropagation ) {\n\t\t\te.stopImmediatePropagation();\n\t\t}\n\n\t\tthis.stopPropagation();\n\t}\n};\n\n// Create mouseenter/leave events using mouseover/out and event-time checks\n// Support: Chrome 15+\njQuery.each({\n\tmouseenter: \"mouseover\",\n\tmouseleave: \"mouseout\",\n\tpointerenter: \"pointerover\",\n\tpointerleave: \"pointerout\"\n}, function( orig, fix ) {\n\tjQuery.event.special[ orig ] = {\n\t\tdelegateType: fix,\n\t\tbindType: fix,\n\n\t\thandle: function( event ) {\n\t\t\tvar ret,\n\t\t\t\ttarget = this,\n\t\t\t\trelated = event.relatedTarget,\n\t\t\t\thandleObj = event.handleObj;\n\n\t\t\t// For mousenter/leave call the handler if related is outside the target.\n\t\t\t// NB: No relatedTarget if the mouse left/entered the browser window\n\t\t\tif ( !related || (related !== target && !jQuery.contains( target, related )) ) {\n\t\t\t\tevent.type = handleObj.origType;\n\t\t\t\tret = handleObj.handler.apply( this, arguments );\n\t\t\t\tevent.type = fix;\n\t\t\t}\n\t\t\treturn ret;\n\t\t}\n\t};\n});\n\n// Support: Firefox, Chrome, Safari\n// Create \"bubbling\" focus and blur events\nif ( !support.focusinBubbles ) {\n\tjQuery.each({ focus: \"focusin\", blur: \"focusout\" }, function( orig, fix ) {\n\n\t\t// Attach a single capturing handler on the document while someone wants focusin/focusout\n\t\tvar handler = function( event ) {\n\t\t\t\tjQuery.event.simulate( fix, event.target, jQuery.event.fix( event ), true );\n\t\t\t};\n\n\t\tjQuery.event.special[ fix ] = {\n\t\t\tsetup: function() {\n\t\t\t\tvar doc = this.ownerDocument || this,\n\t\t\t\t\tattaches = data_priv.access( doc, fix );\n\n\t\t\t\tif ( !attaches ) {\n\t\t\t\t\tdoc.addEventListener( orig, handler, true );\n\t\t\t\t}\n\t\t\t\tdata_priv.access( doc, fix, ( attaches || 0 ) + 1 );\n\t\t\t},\n\t\t\tteardown: function() {\n\t\t\t\tvar doc = this.ownerDocument || this,\n\t\t\t\t\tattaches = data_priv.access( doc, fix ) - 1;\n\n\t\t\t\tif ( !attaches ) {\n\t\t\t\t\tdoc.removeEventListener( orig, handler, true );\n\t\t\t\t\tdata_priv.remove( doc, fix );\n\n\t\t\t\t} else {\n\t\t\t\t\tdata_priv.access( doc, fix, attaches );\n\t\t\t\t}\n\t\t\t}\n\t\t};\n\t});\n}\n\njQuery.fn.extend({\n\n\ton: function( types, selector, data, fn, /*INTERNAL*/ one ) {\n\t\tvar origFn, type;\n\n\t\t// Types can be a map of types/handlers\n\t\tif ( typeof types === \"object\" ) {\n\t\t\t// ( types-Object, selector, data )\n\t\t\tif ( typeof selector !== \"string\" ) {\n\t\t\t\t// ( types-Object, data )\n\t\t\t\tdata = data || selector;\n\t\t\t\tselector = undefined;\n\t\t\t}\n\t\t\tfor ( type in types ) {\n\t\t\t\tthis.on( type, selector, data, types[ type ], one );\n\t\t\t}\n\t\t\treturn this;\n\t\t}\n\n\t\tif ( data == null && fn == null ) {\n\t\t\t// ( types, fn )\n\t\t\tfn = selector;\n\t\t\tdata = selector = undefined;\n\t\t} else if ( fn == null ) {\n\t\t\tif ( typeof selector === \"string\" ) {\n\t\t\t\t// ( types, selector, fn )\n\t\t\t\tfn = data;\n\t\t\t\tdata = undefined;\n\t\t\t} else {\n\t\t\t\t// ( types, data, fn )\n\t\t\t\tfn = data;\n\t\t\t\tdata = selector;\n\t\t\t\tselector = undefined;\n\t\t\t}\n\t\t}\n\t\tif ( fn === false ) {\n\t\t\tfn = returnFalse;\n\t\t} else if ( !fn ) {\n\t\t\treturn this;\n\t\t}\n\n\t\tif ( one === 1 ) {\n\t\t\torigFn = fn;\n\t\t\tfn = function( event ) {\n\t\t\t\t// Can use an empty set, since event contains the info\n\t\t\t\tjQuery().off( event );\n\t\t\t\treturn origFn.apply( this, arguments );\n\t\t\t};\n\t\t\t// Use same guid so caller can remove using origFn\n\t\t\tfn.guid = origFn.guid || ( origFn.guid = jQuery.guid++ );\n\t\t}\n\t\treturn this.each( function() {\n\t\t\tjQuery.event.add( this, types, fn, data, selector );\n\t\t});\n\t},\n\tone: function( types, selector, data, fn ) {\n\t\treturn this.on( types, selector, data, fn, 1 );\n\t},\n\toff: function( types, selector, fn ) {\n\t\tvar handleObj, type;\n\t\tif ( types && types.preventDefault && types.handleObj ) {\n\t\t\t// ( event ) dispatched jQuery.Event\n\t\t\thandleObj = types.handleObj;\n\t\t\tjQuery( types.delegateTarget ).off(\n\t\t\t\thandleObj.namespace ? handleObj.origType + \".\" + handleObj.namespace : handleObj.origType,\n\t\t\t\thandleObj.selector,\n\t\t\t\thandleObj.handler\n\t\t\t);\n\t\t\treturn this;\n\t\t}\n\t\tif ( typeof types === \"object\" ) {\n\t\t\t// ( types-object [, selector] )\n\t\t\tfor ( type in types ) {\n\t\t\t\tthis.off( type, selector, types[ type ] );\n\t\t\t}\n\t\t\treturn this;\n\t\t}\n\t\tif ( selector === false || typeof selector === \"function\" ) {\n\t\t\t// ( types [, fn] )\n\t\t\tfn = selector;\n\t\t\tselector = undefined;\n\t\t}\n\t\tif ( fn === false ) {\n\t\t\tfn = returnFalse;\n\t\t}\n\t\treturn this.each(function() {\n\t\t\tjQuery.event.remove( this, types, fn, selector );\n\t\t});\n\t},\n\n\ttrigger: function( type, data ) {\n\t\treturn this.each(function() {\n\t\t\tjQuery.event.trigger( type, data, this );\n\t\t});\n\t},\n\ttriggerHandler: function( type, data ) {\n\t\tvar elem = this[0];\n\t\tif ( elem ) {\n\t\t\treturn jQuery.event.trigger( type, data, elem, true );\n\t\t}\n\t}\n});\n\n\nvar\n\trxhtmlTag = /<(?!area|br|col|embed|hr|img|input|link|meta|param)(([\\w:]+)[^>]*)\\/>/gi,\n\trtagName = /<([\\w:]+)/,\n\trhtml = /<|&#?\\w+;/,\n\trnoInnerhtml = /<(?:script|style|link)/i,\n\t// checked=\"checked\" or checked\n\trchecked = /checked\\s*(?:[^=]|=\\s*.checked.)/i,\n\trscriptType = /^$|\\/(?:java|ecma)script/i,\n\trscriptTypeMasked = /^true\\/(.*)/,\n\trcleanScript = /^\\s*<!(?:\\[CDATA\\[|--)|(?:\\]\\]|--)>\\s*$/g,\n\n\t// We have to close these tags to support XHTML (#13200)\n\twrapMap = {\n\n\t\t// Support: IE9\n\t\toption: [ 1, \"<select multiple='multiple'>\", \"</select>\" ],\n\n\t\tthead: [ 1, \"<table>\", \"</table>\" ],\n\t\tcol: [ 2, \"<table><colgroup>\", \"</colgroup></table>\" ],\n\t\ttr: [ 2, \"<table><tbody>\", \"</tbody></table>\" ],\n\t\ttd: [ 3, \"<table><tbody><tr>\", \"</tr></tbody></table>\" ],\n\n\t\t_default: [ 0, \"\", \"\" ]\n\t};\n\n// Support: IE9\nwrapMap.optgroup = wrapMap.option;\n\nwrapMap.tbody = wrapMap.tfoot = wrapMap.colgroup = wrapMap.caption = wrapMap.thead;\nwrapMap.th = wrapMap.td;\n\n// Support: 1.x compatibility\n// Manipulating tables requires a tbody\nfunction manipulationTarget( elem, content ) {\n\treturn jQuery.nodeName( elem, \"table\" ) &&\n\t\tjQuery.nodeName( content.nodeType !== 11 ? content : content.firstChild, \"tr\" ) ?\n\n\t\telem.getElementsByTagName(\"tbody\")[0] ||\n\t\t\telem.appendChild( elem.ownerDocument.createElement(\"tbody\") ) :\n\t\telem;\n}\n\n// Replace/restore the type attribute of script elements for safe DOM manipulation\nfunction disableScript( elem ) {\n\telem.type = (elem.getAttribute(\"type\") !== null) + \"/\" + elem.type;\n\treturn elem;\n}\nfunction restoreScript( elem ) {\n\tvar match = rscriptTypeMasked.exec( elem.type );\n\n\tif ( match ) {\n\t\telem.type = match[ 1 ];\n\t} else {\n\t\telem.removeAttribute(\"type\");\n\t}\n\n\treturn elem;\n}\n\n// Mark scripts as having already been evaluated\nfunction setGlobalEval( elems, refElements ) {\n\tvar i = 0,\n\t\tl = elems.length;\n\n\tfor ( ; i < l; i++ ) {\n\t\tdata_priv.set(\n\t\t\telems[ i ], \"globalEval\", !refElements || data_priv.get( refElements[ i ], \"globalEval\" )\n\t\t);\n\t}\n}\n\nfunction cloneCopyEvent( src, dest ) {\n\tvar i, l, type, pdataOld, pdataCur, udataOld, udataCur, events;\n\n\tif ( dest.nodeType !== 1 ) {\n\t\treturn;\n\t}\n\n\t// 1. Copy private data: events, handlers, etc.\n\tif ( data_priv.hasData( src ) ) {\n\t\tpdataOld = data_priv.access( src );\n\t\tpdataCur = data_priv.set( dest, pdataOld );\n\t\tevents = pdataOld.events;\n\n\t\tif ( events ) {\n\t\t\tdelete pdataCur.handle;\n\t\t\tpdataCur.events = {};\n\n\t\t\tfor ( type in events ) {\n\t\t\t\tfor ( i = 0, l = events[ type ].length; i < l; i++ ) {\n\t\t\t\t\tjQuery.event.add( dest, type, events[ type ][ i ] );\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n\n\t// 2. Copy user data\n\tif ( data_user.hasData( src ) ) {\n\t\tudataOld = data_user.access( src );\n\t\tudataCur = jQuery.extend( {}, udataOld );\n\n\t\tdata_user.set( dest, udataCur );\n\t}\n}\n\nfunction getAll( context, tag ) {\n\tvar ret = context.getElementsByTagName ? context.getElementsByTagName( tag || \"*\" ) :\n\t\t\tcontext.querySelectorAll ? context.querySelectorAll( tag || \"*\" ) :\n\t\t\t[];\n\n\treturn tag === undefined || tag && jQuery.nodeName( context, tag ) ?\n\t\tjQuery.merge( [ context ], ret ) :\n\t\tret;\n}\n\n// Fix IE bugs, see support tests\nfunction fixInput( src, dest ) {\n\tvar nodeName = dest.nodeName.toLowerCase();\n\n\t// Fails to persist the checked state of a cloned checkbox or radio button.\n\tif ( nodeName === \"input\" && rcheckableType.test( src.type ) ) {\n\t\tdest.checked = src.checked;\n\n\t// Fails to return the selected option to the default selected state when cloning options\n\t} else if ( nodeName === \"input\" || nodeName === \"textarea\" ) {\n\t\tdest.defaultValue = src.defaultValue;\n\t}\n}\n\njQuery.extend({\n\tclone: function( elem, dataAndEvents, deepDataAndEvents ) {\n\t\tvar i, l, srcElements, destElements,\n\t\t\tclone = elem.cloneNode( true ),\n\t\t\tinPage = jQuery.contains( elem.ownerDocument, elem );\n\n\t\t// Fix IE cloning issues\n\t\tif ( !support.noCloneChecked && ( elem.nodeType === 1 || elem.nodeType === 11 ) &&\n\t\t\t\t!jQuery.isXMLDoc( elem ) ) {\n\n\t\t\t// We eschew Sizzle here for performance reasons: http://jsperf.com/getall-vs-sizzle/2\n\t\t\tdestElements = getAll( clone );\n\t\t\tsrcElements = getAll( elem );\n\n\t\t\tfor ( i = 0, l = srcElements.length; i < l; i++ ) {\n\t\t\t\tfixInput( srcElements[ i ], destElements[ i ] );\n\t\t\t}\n\t\t}\n\n\t\t// Copy the events from the original to the clone\n\t\tif ( dataAndEvents ) {\n\t\t\tif ( deepDataAndEvents ) {\n\t\t\t\tsrcElements = srcElements || getAll( elem );\n\t\t\t\tdestElements = destElements || getAll( clone );\n\n\t\t\t\tfor ( i = 0, l = srcElements.length; i < l; i++ ) {\n\t\t\t\t\tcloneCopyEvent( srcElements[ i ], destElements[ i ] );\n\t\t\t\t}\n\t\t\t} else {\n\t\t\t\tcloneCopyEvent( elem, clone );\n\t\t\t}\n\t\t}\n\n\t\t// Preserve script evaluation history\n\t\tdestElements = getAll( clone, \"script\" );\n\t\tif ( destElements.length > 0 ) {\n\t\t\tsetGlobalEval( destElements, !inPage && getAll( elem, \"script\" ) );\n\t\t}\n\n\t\t// Return the cloned set\n\t\treturn clone;\n\t},\n\n\tbuildFragment: function( elems, context, scripts, selection ) {\n\t\tvar elem, tmp, tag, wrap, contains, j,\n\t\t\tfragment = context.createDocumentFragment(),\n\t\t\tnodes = [],\n\t\t\ti = 0,\n\t\t\tl = elems.length;\n\n\t\tfor ( ; i < l; i++ ) {\n\t\t\telem = elems[ i ];\n\n\t\t\tif ( elem || elem === 0 ) {\n\n\t\t\t\t// Add nodes directly\n\t\t\t\tif ( jQuery.type( elem ) === \"object\" ) {\n\t\t\t\t\t// Support: QtWebKit, PhantomJS\n\t\t\t\t\t// push.apply(_, arraylike) throws on ancient WebKit\n\t\t\t\t\tjQuery.merge( nodes, elem.nodeType ? [ elem ] : elem );\n\n\t\t\t\t// Convert non-html into a text node\n\t\t\t\t} else if ( !rhtml.test( elem ) ) {\n\t\t\t\t\tnodes.push( context.createTextNode( elem ) );\n\n\t\t\t\t// Convert html into DOM nodes\n\t\t\t\t} else {\n\t\t\t\t\ttmp = tmp || fragment.appendChild( context.createElement(\"div\") );\n\n\t\t\t\t\t// Deserialize a standard representation\n\t\t\t\t\ttag = ( rtagName.exec( elem ) || [ \"\", \"\" ] )[ 1 ].toLowerCase();\n\t\t\t\t\twrap = wrapMap[ tag ] || wrapMap._default;\n\t\t\t\t\ttmp.innerHTML = wrap[ 1 ] + elem.replace( rxhtmlTag, \"<$1></$2>\" ) + wrap[ 2 ];\n\n\t\t\t\t\t// Descend through wrappers to the right content\n\t\t\t\t\tj = wrap[ 0 ];\n\t\t\t\t\twhile ( j-- ) {\n\t\t\t\t\t\ttmp = tmp.lastChild;\n\t\t\t\t\t}\n\n\t\t\t\t\t// Support: QtWebKit, PhantomJS\n\t\t\t\t\t// push.apply(_, arraylike) throws on ancient WebKit\n\t\t\t\t\tjQuery.merge( nodes, tmp.childNodes );\n\n\t\t\t\t\t// Remember the top-level container\n\t\t\t\t\ttmp = fragment.firstChild;\n\n\t\t\t\t\t// Ensure the created nodes are orphaned (#12392)\n\t\t\t\t\ttmp.textContent = \"\";\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\t// Remove wrapper from fragment\n\t\tfragment.textContent = \"\";\n\n\t\ti = 0;\n\t\twhile ( (elem = nodes[ i++ ]) ) {\n\n\t\t\t// #4087 - If origin and destination elements are the same, and this is\n\t\t\t// that element, do not do anything\n\t\t\tif ( selection && jQuery.inArray( elem, selection ) !== -1 ) {\n\t\t\t\tcontinue;\n\t\t\t}\n\n\t\t\tcontains = jQuery.contains( elem.ownerDocument, elem );\n\n\t\t\t// Append to fragment\n\t\t\ttmp = getAll( fragment.appendChild( elem ), \"script\" );\n\n\t\t\t// Preserve script evaluation history\n\t\t\tif ( contains ) {\n\t\t\t\tsetGlobalEval( tmp );\n\t\t\t}\n\n\t\t\t// Capture executables\n\t\t\tif ( scripts ) {\n\t\t\t\tj = 0;\n\t\t\t\twhile ( (elem = tmp[ j++ ]) ) {\n\t\t\t\t\tif ( rscriptType.test( elem.type || \"\" ) ) {\n\t\t\t\t\t\tscripts.push( elem );\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\treturn fragment;\n\t},\n\n\tcleanData: function( elems ) {\n\t\tvar data, elem, type, key,\n\t\t\tspecial = jQuery.event.special,\n\t\t\ti = 0;\n\n\t\tfor ( ; (elem = elems[ i ]) !== undefined; i++ ) {\n\t\t\tif ( jQuery.acceptData( elem ) ) {\n\t\t\t\tkey = elem[ data_priv.expando ];\n\n\t\t\t\tif ( key && (data = data_priv.cache[ key ]) ) {\n\t\t\t\t\tif ( data.events ) {\n\t\t\t\t\t\tfor ( type in data.events ) {\n\t\t\t\t\t\t\tif ( special[ type ] ) {\n\t\t\t\t\t\t\t\tjQuery.event.remove( elem, type );\n\n\t\t\t\t\t\t\t// This is a shortcut to avoid jQuery.event.remove's overhead\n\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\tjQuery.removeEvent( elem, type, data.handle );\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t\tif ( data_priv.cache[ key ] ) {\n\t\t\t\t\t\t// Discard any remaining `private` data\n\t\t\t\t\t\tdelete data_priv.cache[ key ];\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t\t// Discard any remaining `user` data\n\t\t\tdelete data_user.cache[ elem[ data_user.expando ] ];\n\t\t}\n\t}\n});\n\njQuery.fn.extend({\n\ttext: function( value ) {\n\t\treturn access( this, function( value ) {\n\t\t\treturn value === undefined ?\n\t\t\t\tjQuery.text( this ) :\n\t\t\t\tthis.empty().each(function() {\n\t\t\t\t\tif ( this.nodeType === 1 || this.nodeType === 11 || this.nodeType === 9 ) {\n\t\t\t\t\t\tthis.textContent = value;\n\t\t\t\t\t}\n\t\t\t\t});\n\t\t}, null, value, arguments.length );\n\t},\n\n\tappend: function() {\n\t\treturn this.domManip( arguments, function( elem ) {\n\t\t\tif ( this.nodeType === 1 || this.nodeType === 11 || this.nodeType === 9 ) {\n\t\t\t\tvar target = manipulationTarget( this, elem );\n\t\t\t\ttarget.appendChild( elem );\n\t\t\t}\n\t\t});\n\t},\n\n\tprepend: function() {\n\t\treturn this.domManip( arguments, function( elem ) {\n\t\t\tif ( this.nodeType === 1 || this.nodeType === 11 || this.nodeType === 9 ) {\n\t\t\t\tvar target = manipulationTarget( this, elem );\n\t\t\t\ttarget.insertBefore( elem, target.firstChild );\n\t\t\t}\n\t\t});\n\t},\n\n\tbefore: function() {\n\t\treturn this.domManip( arguments, function( elem ) {\n\t\t\tif ( this.parentNode ) {\n\t\t\t\tthis.parentNode.insertBefore( elem, this );\n\t\t\t}\n\t\t});\n\t},\n\n\tafter: function() {\n\t\treturn this.domManip( arguments, function( elem ) {\n\t\t\tif ( this.parentNode ) {\n\t\t\t\tthis.parentNode.insertBefore( elem, this.nextSibling );\n\t\t\t}\n\t\t});\n\t},\n\n\tremove: function( selector, keepData /* Internal Use Only */ ) {\n\t\tvar elem,\n\t\t\telems = selector ? jQuery.filter( selector, this ) : this,\n\t\t\ti = 0;\n\n\t\tfor ( ; (elem = elems[i]) != null; i++ ) {\n\t\t\tif ( !keepData && elem.nodeType === 1 ) {\n\t\t\t\tjQuery.cleanData( getAll( elem ) );\n\t\t\t}\n\n\t\t\tif ( elem.parentNode ) {\n\t\t\t\tif ( keepData && jQuery.contains( elem.ownerDocument, elem ) ) {\n\t\t\t\t\tsetGlobalEval( getAll( elem, \"script\" ) );\n\t\t\t\t}\n\t\t\t\telem.parentNode.removeChild( elem );\n\t\t\t}\n\t\t}\n\n\t\treturn this;\n\t},\n\n\tempty: function() {\n\t\tvar elem,\n\t\t\ti = 0;\n\n\t\tfor ( ; (elem = this[i]) != null; i++ ) {\n\t\t\tif ( elem.nodeType === 1 ) {\n\n\t\t\t\t// Prevent memory leaks\n\t\t\t\tjQuery.cleanData( getAll( elem, false ) );\n\n\t\t\t\t// Remove any remaining nodes\n\t\t\t\telem.textContent = \"\";\n\t\t\t}\n\t\t}\n\n\t\treturn this;\n\t},\n\n\tclone: function( dataAndEvents, deepDataAndEvents ) {\n\t\tdataAndEvents = dataAndEvents == null ? false : dataAndEvents;\n\t\tdeepDataAndEvents = deepDataAndEvents == null ? dataAndEvents : deepDataAndEvents;\n\n\t\treturn this.map(function() {\n\t\t\treturn jQuery.clone( this, dataAndEvents, deepDataAndEvents );\n\t\t});\n\t},\n\n\thtml: function( value ) {\n\t\treturn access( this, function( value ) {\n\t\t\tvar elem = this[ 0 ] || {},\n\t\t\t\ti = 0,\n\t\t\t\tl = this.length;\n\n\t\t\tif ( value === undefined && elem.nodeType === 1 ) {\n\t\t\t\treturn elem.innerHTML;\n\t\t\t}\n\n\t\t\t// See if we can take a shortcut and just use innerHTML\n\t\t\tif ( typeof value === \"string\" && !rnoInnerhtml.test( value ) &&\n\t\t\t\t!wrapMap[ ( rtagName.exec( value ) || [ \"\", \"\" ] )[ 1 ].toLowerCase() ] ) {\n\n\t\t\t\tvalue = value.replace( rxhtmlTag, \"<$1></$2>\" );\n\n\t\t\t\ttry {\n\t\t\t\t\tfor ( ; i < l; i++ ) {\n\t\t\t\t\t\telem = this[ i ] || {};\n\n\t\t\t\t\t\t// Remove element nodes and prevent memory leaks\n\t\t\t\t\t\tif ( elem.nodeType === 1 ) {\n\t\t\t\t\t\t\tjQuery.cleanData( getAll( elem, false ) );\n\t\t\t\t\t\t\telem.innerHTML = value;\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\n\t\t\t\t\telem = 0;\n\n\t\t\t\t// If using innerHTML throws an exception, use the fallback method\n\t\t\t\t} catch( e ) {}\n\t\t\t}\n\n\t\t\tif ( elem ) {\n\t\t\t\tthis.empty().append( value );\n\t\t\t}\n\t\t}, null, value, arguments.length );\n\t},\n\n\treplaceWith: function() {\n\t\tvar arg = arguments[ 0 ];\n\n\t\t// Make the changes, replacing each context element with the new content\n\t\tthis.domManip( arguments, function( elem ) {\n\t\t\targ = this.parentNode;\n\n\t\t\tjQuery.cleanData( getAll( this ) );\n\n\t\t\tif ( arg ) {\n\t\t\t\targ.replaceChild( elem, this );\n\t\t\t}\n\t\t});\n\n\t\t// Force removal if there was no new content (e.g., from empty arguments)\n\t\treturn arg && (arg.length || arg.nodeType) ? this : this.remove();\n\t},\n\n\tdetach: function( selector ) {\n\t\treturn this.remove( selector, true );\n\t},\n\n\tdomManip: function( args, callback ) {\n\n\t\t// Flatten any nested arrays\n\t\targs = concat.apply( [], args );\n\n\t\tvar fragment, first, scripts, hasScripts, node, doc,\n\t\t\ti = 0,\n\t\t\tl = this.length,\n\t\t\tset = this,\n\t\t\tiNoClone = l - 1,\n\t\t\tvalue = args[ 0 ],\n\t\t\tisFunction = jQuery.isFunction( value );\n\n\t\t// We can't cloneNode fragments that contain checked, in WebKit\n\t\tif ( isFunction ||\n\t\t\t\t( l > 1 && typeof value === \"string\" &&\n\t\t\t\t\t!support.checkClone && rchecked.test( value ) ) ) {\n\t\t\treturn this.each(function( index ) {\n\t\t\t\tvar self = set.eq( index );\n\t\t\t\tif ( isFunction ) {\n\t\t\t\t\targs[ 0 ] = value.call( this, index, self.html() );\n\t\t\t\t}\n\t\t\t\tself.domManip( args, callback );\n\t\t\t});\n\t\t}\n\n\t\tif ( l ) {\n\t\t\tfragment = jQuery.buildFragment( args, this[ 0 ].ownerDocument, false, this );\n\t\t\tfirst = fragment.firstChild;\n\n\t\t\tif ( fragment.childNodes.length === 1 ) {\n\t\t\t\tfragment = first;\n\t\t\t}\n\n\t\t\tif ( first ) {\n\t\t\t\tscripts = jQuery.map( getAll( fragment, \"script\" ), disableScript );\n\t\t\t\thasScripts = scripts.length;\n\n\t\t\t\t// Use the original fragment for the last item instead of the first because it can end up\n\t\t\t\t// being emptied incorrectly in certain situations (#8070).\n\t\t\t\tfor ( ; i < l; i++ ) {\n\t\t\t\t\tnode = fragment;\n\n\t\t\t\t\tif ( i !== iNoClone ) {\n\t\t\t\t\t\tnode = jQuery.clone( node, true, true );\n\n\t\t\t\t\t\t// Keep references to cloned scripts for later restoration\n\t\t\t\t\t\tif ( hasScripts ) {\n\t\t\t\t\t\t\t// Support: QtWebKit\n\t\t\t\t\t\t\t// jQuery.merge because push.apply(_, arraylike) throws\n\t\t\t\t\t\t\tjQuery.merge( scripts, getAll( node, \"script\" ) );\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\n\t\t\t\t\tcallback.call( this[ i ], node, i );\n\t\t\t\t}\n\n\t\t\t\tif ( hasScripts ) {\n\t\t\t\t\tdoc = scripts[ scripts.length - 1 ].ownerDocument;\n\n\t\t\t\t\t// Reenable scripts\n\t\t\t\t\tjQuery.map( scripts, restoreScript );\n\n\t\t\t\t\t// Evaluate executable scripts on first document insertion\n\t\t\t\t\tfor ( i = 0; i < hasScripts; i++ ) {\n\t\t\t\t\t\tnode = scripts[ i ];\n\t\t\t\t\t\tif ( rscriptType.test( node.type || \"\" ) &&\n\t\t\t\t\t\t\t!data_priv.access( node, \"globalEval\" ) && jQuery.contains( doc, node ) ) {\n\n\t\t\t\t\t\t\tif ( node.src ) {\n\t\t\t\t\t\t\t\t// Optional AJAX dependency, but won't run scripts if not present\n\t\t\t\t\t\t\t\tif ( jQuery._evalUrl ) {\n\t\t\t\t\t\t\t\t\tjQuery._evalUrl( node.src );\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\tjQuery.globalEval( node.textContent.replace( rcleanScript, \"\" ) );\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\treturn this;\n\t}\n});\n\njQuery.each({\n\tappendTo: \"append\",\n\tprependTo: \"prepend\",\n\tinsertBefore: \"before\",\n\tinsertAfter: \"after\",\n\treplaceAll: \"replaceWith\"\n}, function( name, original ) {\n\tjQuery.fn[ name ] = function( selector ) {\n\t\tvar elems,\n\t\t\tret = [],\n\t\t\tinsert = jQuery( selector ),\n\t\t\tlast = insert.length - 1,\n\t\t\ti = 0;\n\n\t\tfor ( ; i <= last; i++ ) {\n\t\t\telems = i === last ? this : this.clone( true );\n\t\t\tjQuery( insert[ i ] )[ original ]( elems );\n\n\t\t\t// Support: QtWebKit\n\t\t\t// .get() because push.apply(_, arraylike) throws\n\t\t\tpush.apply( ret, elems.get() );\n\t\t}\n\n\t\treturn this.pushStack( ret );\n\t};\n});\n\n\nvar iframe,\n\telemdisplay = {};\n\n/**\n * Retrieve the actual display of a element\n * @param {String} name nodeName of the element\n * @param {Object} doc Document object\n */\n// Called only from within defaultDisplay\nfunction actualDisplay( name, doc ) {\n\tvar style,\n\t\telem = jQuery( doc.createElement( name ) ).appendTo( doc.body ),\n\n\t\t// getDefaultComputedStyle might be reliably used only on attached element\n\t\tdisplay = window.getDefaultComputedStyle && ( style = window.getDefaultComputedStyle( elem[ 0 ] ) ) ?\n\n\t\t\t// Use of this method is a temporary fix (more like optimization) until something better comes along,\n\t\t\t// since it was removed from specification and supported only in FF\n\t\t\tstyle.display : jQuery.css( elem[ 0 ], \"display\" );\n\n\t// We don't have any data stored on the element,\n\t// so use \"detach\" method as fast way to get rid of the element\n\telem.detach();\n\n\treturn display;\n}\n\n/**\n * Try to determine the default display value of an element\n * @param {String} nodeName\n */\nfunction defaultDisplay( nodeName ) {\n\tvar doc = document,\n\t\tdisplay = elemdisplay[ nodeName ];\n\n\tif ( !display ) {\n\t\tdisplay = actualDisplay( nodeName, doc );\n\n\t\t// If the simple way fails, read from inside an iframe\n\t\tif ( display === \"none\" || !display ) {\n\n\t\t\t// Use the already-created iframe if possible\n\t\t\tiframe = (iframe || jQuery( \"<iframe frameborder='0' width='0' height='0'/>\" )).appendTo( doc.documentElement );\n\n\t\t\t// Always write a new HTML skeleton so Webkit and Firefox don't choke on reuse\n\t\t\tdoc = iframe[ 0 ].contentDocument;\n\n\t\t\t// Support: IE\n\t\t\tdoc.write();\n\t\t\tdoc.close();\n\n\t\t\tdisplay = actualDisplay( nodeName, doc );\n\t\t\tiframe.detach();\n\t\t}\n\n\t\t// Store the correct default display\n\t\telemdisplay[ nodeName ] = display;\n\t}\n\n\treturn display;\n}\nvar rmargin = (/^margin/);\n\nvar rnumnonpx = new RegExp( \"^(\" + pnum + \")(?!px)[a-z%]+$\", \"i\" );\n\nvar getStyles = function( elem ) {\n\t\t// Support: IE<=11+, Firefox<=30+ (#15098, #14150)\n\t\t// IE throws on elements created in popups\n\t\t// FF meanwhile throws on frame elements through \"defaultView.getComputedStyle\"\n\t\tif ( elem.ownerDocument.defaultView.opener ) {\n\t\t\treturn elem.ownerDocument.defaultView.getComputedStyle( elem, null );\n\t\t}\n\n\t\treturn window.getComputedStyle( elem, null );\n\t};\n\n\n\nfunction curCSS( elem, name, computed ) {\n\tvar width, minWidth, maxWidth, ret,\n\t\tstyle = elem.style;\n\n\tcomputed = computed || getStyles( elem );\n\n\t// Support: IE9\n\t// getPropertyValue is only needed for .css('filter') (#12537)\n\tif ( computed ) {\n\t\tret = computed.getPropertyValue( name ) || computed[ name ];\n\t}\n\n\tif ( computed ) {\n\n\t\tif ( ret === \"\" && !jQuery.contains( elem.ownerDocument, elem ) ) {\n\t\t\tret = jQuery.style( elem, name );\n\t\t}\n\n\t\t// Support: iOS < 6\n\t\t// A tribute to the \"awesome hack by Dean Edwards\"\n\t\t// iOS < 6 (at least) returns percentage for a larger set of values, but width seems to be reliably pixels\n\t\t// this is against the CSSOM draft spec: http://dev.w3.org/csswg/cssom/#resolved-values\n\t\tif ( rnumnonpx.test( ret ) && rmargin.test( name ) ) {\n\n\t\t\t// Remember the original values\n\t\t\twidth = style.width;\n\t\t\tminWidth = style.minWidth;\n\t\t\tmaxWidth = style.maxWidth;\n\n\t\t\t// Put in the new values to get a computed value out\n\t\t\tstyle.minWidth = style.maxWidth = style.width = ret;\n\t\t\tret = computed.width;\n\n\t\t\t// Revert the changed values\n\t\t\tstyle.width = width;\n\t\t\tstyle.minWidth = minWidth;\n\t\t\tstyle.maxWidth = maxWidth;\n\t\t}\n\t}\n\n\treturn ret !== undefined ?\n\t\t// Support: IE\n\t\t// IE returns zIndex value as an integer.\n\t\tret + \"\" :\n\t\tret;\n}\n\n\nfunction addGetHookIf( conditionFn, hookFn ) {\n\t// Define the hook, we'll check on the first run if it's really needed.\n\treturn {\n\t\tget: function() {\n\t\t\tif ( conditionFn() ) {\n\t\t\t\t// Hook not needed (or it's not possible to use it due\n\t\t\t\t// to missing dependency), remove it.\n\t\t\t\tdelete this.get;\n\t\t\t\treturn;\n\t\t\t}\n\n\t\t\t// Hook needed; redefine it so that the support test is not executed again.\n\t\t\treturn (this.get = hookFn).apply( this, arguments );\n\t\t}\n\t};\n}\n\n\n(function() {\n\tvar pixelPositionVal, boxSizingReliableVal,\n\t\tdocElem = document.documentElement,\n\t\tcontainer = document.createElement( \"div\" ),\n\t\tdiv = document.createElement( \"div\" );\n\n\tif ( !div.style ) {\n\t\treturn;\n\t}\n\n\t// Support: IE9-11+\n\t// Style of cloned element affects source element cloned (#8908)\n\tdiv.style.backgroundClip = \"content-box\";\n\tdiv.cloneNode( true ).style.backgroundClip = \"\";\n\tsupport.clearCloneStyle = div.style.backgroundClip === \"content-box\";\n\n\tcontainer.style.cssText = \"border:0;width:0;height:0;top:0;left:-9999px;margin-top:1px;\" +\n\t\t\"position:absolute\";\n\tcontainer.appendChild( div );\n\n\t// Executing both pixelPosition & boxSizingReliable tests require only one layout\n\t// so they're executed at the same time to save the second computation.\n\tfunction computePixelPositionAndBoxSizingReliable() {\n\t\tdiv.style.cssText =\n\t\t\t// Support: Firefox<29, Android 2.3\n\t\t\t// Vendor-prefix box-sizing\n\t\t\t\"-webkit-box-sizing:border-box;-moz-box-sizing:border-box;\" +\n\t\t\t\"box-sizing:border-box;display:block;margin-top:1%;top:1%;\" +\n\t\t\t\"border:1px;padding:1px;width:4px;position:absolute\";\n\t\tdiv.innerHTML = \"\";\n\t\tdocElem.appendChild( container );\n\n\t\tvar divStyle = window.getComputedStyle( div, null );\n\t\tpixelPositionVal = divStyle.top !== \"1%\";\n\t\tboxSizingReliableVal = divStyle.width === \"4px\";\n\n\t\tdocElem.removeChild( container );\n\t}\n\n\t// Support: node.js jsdom\n\t// Don't assume that getComputedStyle is a property of the global object\n\tif ( window.getComputedStyle ) {\n\t\tjQuery.extend( support, {\n\t\t\tpixelPosition: function() {\n\n\t\t\t\t// This test is executed only once but we still do memoizing\n\t\t\t\t// since we can use the boxSizingReliable pre-computing.\n\t\t\t\t// No need to check if the test was already performed, though.\n\t\t\t\tcomputePixelPositionAndBoxSizingReliable();\n\t\t\t\treturn pixelPositionVal;\n\t\t\t},\n\t\t\tboxSizingReliable: function() {\n\t\t\t\tif ( boxSizingReliableVal == null ) {\n\t\t\t\t\tcomputePixelPositionAndBoxSizingReliable();\n\t\t\t\t}\n\t\t\t\treturn boxSizingReliableVal;\n\t\t\t},\n\t\t\treliableMarginRight: function() {\n\n\t\t\t\t// Support: Android 2.3\n\t\t\t\t// Check if div with explicit width and no margin-right incorrectly\n\t\t\t\t// gets computed margin-right based on width of container. (#3333)\n\t\t\t\t// WebKit Bug 13343 - getComputedStyle returns wrong value for margin-right\n\t\t\t\t// This support function is only executed once so no memoizing is needed.\n\t\t\t\tvar ret,\n\t\t\t\t\tmarginDiv = div.appendChild( document.createElement( \"div\" ) );\n\n\t\t\t\t// Reset CSS: box-sizing; display; margin; border; padding\n\t\t\t\tmarginDiv.style.cssText = div.style.cssText =\n\t\t\t\t\t// Support: Firefox<29, Android 2.3\n\t\t\t\t\t// Vendor-prefix box-sizing\n\t\t\t\t\t\"-webkit-box-sizing:content-box;-moz-box-sizing:content-box;\" +\n\t\t\t\t\t\"box-sizing:content-box;display:block;margin:0;border:0;padding:0\";\n\t\t\t\tmarginDiv.style.marginRight = marginDiv.style.width = \"0\";\n\t\t\t\tdiv.style.width = \"1px\";\n\t\t\t\tdocElem.appendChild( container );\n\n\t\t\t\tret = !parseFloat( window.getComputedStyle( marginDiv, null ).marginRight );\n\n\t\t\t\tdocElem.removeChild( container );\n\t\t\t\tdiv.removeChild( marginDiv );\n\n\t\t\t\treturn ret;\n\t\t\t}\n\t\t});\n\t}\n})();\n\n\n// A method for quickly swapping in/out CSS properties to get correct calculations.\njQuery.swap = function( elem, options, callback, args ) {\n\tvar ret, name,\n\t\told = {};\n\n\t// Remember the old values, and insert the new ones\n\tfor ( name in options ) {\n\t\told[ name ] = elem.style[ name ];\n\t\telem.style[ name ] = options[ name ];\n\t}\n\n\tret = callback.apply( elem, args || [] );\n\n\t// Revert the old values\n\tfor ( name in options ) {\n\t\telem.style[ name ] = old[ name ];\n\t}\n\n\treturn ret;\n};\n\n\nvar\n\t// Swappable if display is none or starts with table except \"table\", \"table-cell\", or \"table-caption\"\n\t// See here for display values: https://developer.mozilla.org/en-US/docs/CSS/display\n\trdisplayswap = /^(none|table(?!-c[ea]).+)/,\n\trnumsplit = new RegExp( \"^(\" + pnum + \")(.*)$\", \"i\" ),\n\trrelNum = new RegExp( \"^([+-])=(\" + pnum + \")\", \"i\" ),\n\n\tcssShow = { position: \"absolute\", visibility: \"hidden\", display: \"block\" },\n\tcssNormalTransform = {\n\t\tletterSpacing: \"0\",\n\t\tfontWeight: \"400\"\n\t},\n\n\tcssPrefixes = [ \"Webkit\", \"O\", \"Moz\", \"ms\" ];\n\n// Return a css property mapped to a potentially vendor prefixed property\nfunction vendorPropName( style, name ) {\n\n\t// Shortcut for names that are not vendor prefixed\n\tif ( name in style ) {\n\t\treturn name;\n\t}\n\n\t// Check for vendor prefixed names\n\tvar capName = name[0].toUpperCase() + name.slice(1),\n\t\torigName = name,\n\t\ti = cssPrefixes.length;\n\n\twhile ( i-- ) {\n\t\tname = cssPrefixes[ i ] + capName;\n\t\tif ( name in style ) {\n\t\t\treturn name;\n\t\t}\n\t}\n\n\treturn origName;\n}\n\nfunction setPositiveNumber( elem, value, subtract ) {\n\tvar matches = rnumsplit.exec( value );\n\treturn matches ?\n\t\t// Guard against undefined \"subtract\", e.g., when used as in cssHooks\n\t\tMath.max( 0, matches[ 1 ] - ( subtract || 0 ) ) + ( matches[ 2 ] || \"px\" ) :\n\t\tvalue;\n}\n\nfunction augmentWidthOrHeight( elem, name, extra, isBorderBox, styles ) {\n\tvar i = extra === ( isBorderBox ? \"border\" : \"content\" ) ?\n\t\t// If we already have the right measurement, avoid augmentation\n\t\t4 :\n\t\t// Otherwise initialize for horizontal or vertical properties\n\t\tname === \"width\" ? 1 : 0,\n\n\t\tval = 0;\n\n\tfor ( ; i < 4; i += 2 ) {\n\t\t// Both box models exclude margin, so add it if we want it\n\t\tif ( extra === \"margin\" ) {\n\t\t\tval += jQuery.css( elem, extra + cssExpand[ i ], true, styles );\n\t\t}\n\n\t\tif ( isBorderBox ) {\n\t\t\t// border-box includes padding, so remove it if we want content\n\t\t\tif ( extra === \"content\" ) {\n\t\t\t\tval -= jQuery.css( elem, \"padding\" + cssExpand[ i ], true, styles );\n\t\t\t}\n\n\t\t\t// At this point, extra isn't border nor margin, so remove border\n\t\t\tif ( extra !== \"margin\" ) {\n\t\t\t\tval -= jQuery.css( elem, \"border\" + cssExpand[ i ] + \"Width\", true, styles );\n\t\t\t}\n\t\t} else {\n\t\t\t// At this point, extra isn't content, so add padding\n\t\t\tval += jQuery.css( elem, \"padding\" + cssExpand[ i ], true, styles );\n\n\t\t\t// At this point, extra isn't content nor padding, so add border\n\t\t\tif ( extra !== \"padding\" ) {\n\t\t\t\tval += jQuery.css( elem, \"border\" + cssExpand[ i ] + \"Width\", true, styles );\n\t\t\t}\n\t\t}\n\t}\n\n\treturn val;\n}\n\nfunction getWidthOrHeight( elem, name, extra ) {\n\n\t// Start with offset property, which is equivalent to the border-box value\n\tvar valueIsBorderBox = true,\n\t\tval = name === \"width\" ? elem.offsetWidth : elem.offsetHeight,\n\t\tstyles = getStyles( elem ),\n\t\tisBorderBox = jQuery.css( elem, \"boxSizing\", false, styles ) === \"border-box\";\n\n\t// Some non-html elements return undefined for offsetWidth, so check for null/undefined\n\t// svg - https://bugzilla.mozilla.org/show_bug.cgi?id=649285\n\t// MathML - https://bugzilla.mozilla.org/show_bug.cgi?id=491668\n\tif ( val <= 0 || val == null ) {\n\t\t// Fall back to computed then uncomputed css if necessary\n\t\tval = curCSS( elem, name, styles );\n\t\tif ( val < 0 || val == null ) {\n\t\t\tval = elem.style[ name ];\n\t\t}\n\n\t\t// Computed unit is not pixels. Stop here and return.\n\t\tif ( rnumnonpx.test(val) ) {\n\t\t\treturn val;\n\t\t}\n\n\t\t// Check for style in case a browser which returns unreliable values\n\t\t// for getComputedStyle silently falls back to the reliable elem.style\n\t\tvalueIsBorderBox = isBorderBox &&\n\t\t\t( support.boxSizingReliable() || val === elem.style[ name ] );\n\n\t\t// Normalize \"\", auto, and prepare for extra\n\t\tval = parseFloat( val ) || 0;\n\t}\n\n\t// Use the active box-sizing model to add/subtract irrelevant styles\n\treturn ( val +\n\t\taugmentWidthOrHeight(\n\t\t\telem,\n\t\t\tname,\n\t\t\textra || ( isBorderBox ? \"border\" : \"content\" ),\n\t\t\tvalueIsBorderBox,\n\t\t\tstyles\n\t\t)\n\t) + \"px\";\n}\n\nfunction showHide( elements, show ) {\n\tvar display, elem, hidden,\n\t\tvalues = [],\n\t\tindex = 0,\n\t\tlength = elements.length;\n\n\tfor ( ; index < length; index++ ) {\n\t\telem = elements[ index ];\n\t\tif ( !elem.style ) {\n\t\t\tcontinue;\n\t\t}\n\n\t\tvalues[ index ] = data_priv.get( elem, \"olddisplay\" );\n\t\tdisplay = elem.style.display;\n\t\tif ( show ) {\n\t\t\t// Reset the inline display of this element to learn if it is\n\t\t\t// being hidden by cascaded rules or not\n\t\t\tif ( !values[ index ] && display === \"none\" ) {\n\t\t\t\telem.style.display = \"\";\n\t\t\t}\n\n\t\t\t// Set elements which have been overridden with display: none\n\t\t\t// in a stylesheet to whatever the default browser style is\n\t\t\t// for such an element\n\t\t\tif ( elem.style.display === \"\" && isHidden( elem ) ) {\n\t\t\t\tvalues[ index ] = data_priv.access( elem, \"olddisplay\", defaultDisplay(elem.nodeName) );\n\t\t\t}\n\t\t} else {\n\t\t\thidden = isHidden( elem );\n\n\t\t\tif ( display !== \"none\" || !hidden ) {\n\t\t\t\tdata_priv.set( elem, \"olddisplay\", hidden ? display : jQuery.css( elem, \"display\" ) );\n\t\t\t}\n\t\t}\n\t}\n\n\t// Set the display of most of the elements in a second loop\n\t// to avoid the constant reflow\n\tfor ( index = 0; index < length; index++ ) {\n\t\telem = elements[ index ];\n\t\tif ( !elem.style ) {\n\t\t\tcontinue;\n\t\t}\n\t\tif ( !show || elem.style.display === \"none\" || elem.style.display === \"\" ) {\n\t\t\telem.style.display = show ? values[ index ] || \"\" : \"none\";\n\t\t}\n\t}\n\n\treturn elements;\n}\n\njQuery.extend({\n\n\t// Add in style property hooks for overriding the default\n\t// behavior of getting and setting a style property\n\tcssHooks: {\n\t\topacity: {\n\t\t\tget: function( elem, computed ) {\n\t\t\t\tif ( computed ) {\n\n\t\t\t\t\t// We should always get a number back from opacity\n\t\t\t\t\tvar ret = curCSS( elem, \"opacity\" );\n\t\t\t\t\treturn ret === \"\" ? \"1\" : ret;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\n\t// Don't automatically add \"px\" to these possibly-unitless properties\n\tcssNumber: {\n\t\t\"columnCount\": true,\n\t\t\"fillOpacity\": true,\n\t\t\"flexGrow\": true,\n\t\t\"flexShrink\": true,\n\t\t\"fontWeight\": true,\n\t\t\"lineHeight\": true,\n\t\t\"opacity\": true,\n\t\t\"order\": true,\n\t\t\"orphans\": true,\n\t\t\"widows\": true,\n\t\t\"zIndex\": true,\n\t\t\"zoom\": true\n\t},\n\n\t// Add in properties whose names you wish to fix before\n\t// setting or getting the value\n\tcssProps: {\n\t\t\"float\": \"cssFloat\"\n\t},\n\n\t// Get and set the style property on a DOM Node\n\tstyle: function( elem, name, value, extra ) {\n\n\t\t// Don't set styles on text and comment nodes\n\t\tif ( !elem || elem.nodeType === 3 || elem.nodeType === 8 || !elem.style ) {\n\t\t\treturn;\n\t\t}\n\n\t\t// Make sure that we're working with the right name\n\t\tvar ret, type, hooks,\n\t\t\torigName = jQuery.camelCase( name ),\n\t\t\tstyle = elem.style;\n\n\t\tname = jQuery.cssProps[ origName ] || ( jQuery.cssProps[ origName ] = vendorPropName( style, origName ) );\n\n\t\t// Gets hook for the prefixed version, then unprefixed version\n\t\thooks = jQuery.cssHooks[ name ] || jQuery.cssHooks[ origName ];\n\n\t\t// Check if we're setting a value\n\t\tif ( value !== undefined ) {\n\t\t\ttype = typeof value;\n\n\t\t\t// Convert \"+=\" or \"-=\" to relative numbers (#7345)\n\t\t\tif ( type === \"string\" && (ret = rrelNum.exec( value )) ) {\n\t\t\t\tvalue = ( ret[1] + 1 ) * ret[2] + parseFloat( jQuery.css( elem, name ) );\n\t\t\t\t// Fixes bug #9237\n\t\t\t\ttype = \"number\";\n\t\t\t}\n\n\t\t\t// Make sure that null and NaN values aren't set (#7116)\n\t\t\tif ( value == null || value !== value ) {\n\t\t\t\treturn;\n\t\t\t}\n\n\t\t\t// If a number, add 'px' to the (except for certain CSS properties)\n\t\t\tif ( type === \"number\" && !jQuery.cssNumber[ origName ] ) {\n\t\t\t\tvalue += \"px\";\n\t\t\t}\n\n\t\t\t// Support: IE9-11+\n\t\t\t// background-* props affect original clone's values\n\t\t\tif ( !support.clearCloneStyle && value === \"\" && name.indexOf( \"background\" ) === 0 ) {\n\t\t\t\tstyle[ name ] = \"inherit\";\n\t\t\t}\n\n\t\t\t// If a hook was provided, use that value, otherwise just set the specified value\n\t\t\tif ( !hooks || !(\"set\" in hooks) || (value = hooks.set( elem, value, extra )) !== undefined ) {\n\t\t\t\tstyle[ name ] = value;\n\t\t\t}\n\n\t\t} else {\n\t\t\t// If a hook was provided get the non-computed value from there\n\t\t\tif ( hooks && \"get\" in hooks && (ret = hooks.get( elem, false, extra )) !== undefined ) {\n\t\t\t\treturn ret;\n\t\t\t}\n\n\t\t\t// Otherwise just get the value from the style object\n\t\t\treturn style[ name ];\n\t\t}\n\t},\n\n\tcss: function( elem, name, extra, styles ) {\n\t\tvar val, num, hooks,\n\t\t\torigName = jQuery.camelCase( name );\n\n\t\t// Make sure that we're working with the right name\n\t\tname = jQuery.cssProps[ origName ] || ( jQuery.cssProps[ origName ] = vendorPropName( elem.style, origName ) );\n\n\t\t// Try prefixed name followed by the unprefixed name\n\t\thooks = jQuery.cssHooks[ name ] || jQuery.cssHooks[ origName ];\n\n\t\t// If a hook was provided get the computed value from there\n\t\tif ( hooks && \"get\" in hooks ) {\n\t\t\tval = hooks.get( elem, true, extra );\n\t\t}\n\n\t\t// Otherwise, if a way to get the computed value exists, use that\n\t\tif ( val === undefined ) {\n\t\t\tval = curCSS( elem, name, styles );\n\t\t}\n\n\t\t// Convert \"normal\" to computed value\n\t\tif ( val === \"normal\" && name in cssNormalTransform ) {\n\t\t\tval = cssNormalTransform[ name ];\n\t\t}\n\n\t\t// Make numeric if forced or a qualifier was provided and val looks numeric\n\t\tif ( extra === \"\" || extra ) {\n\t\t\tnum = parseFloat( val );\n\t\t\treturn extra === true || jQuery.isNumeric( num ) ? num || 0 : val;\n\t\t}\n\t\treturn val;\n\t}\n});\n\njQuery.each([ \"height\", \"width\" ], function( i, name ) {\n\tjQuery.cssHooks[ name ] = {\n\t\tget: function( elem, computed, extra ) {\n\t\t\tif ( computed ) {\n\n\t\t\t\t// Certain elements can have dimension info if we invisibly show them\n\t\t\t\t// but it must have a current display style that would benefit\n\t\t\t\treturn rdisplayswap.test( jQuery.css( elem, \"display\" ) ) && elem.offsetWidth === 0 ?\n\t\t\t\t\tjQuery.swap( elem, cssShow, function() {\n\t\t\t\t\t\treturn getWidthOrHeight( elem, name, extra );\n\t\t\t\t\t}) :\n\t\t\t\t\tgetWidthOrHeight( elem, name, extra );\n\t\t\t}\n\t\t},\n\n\t\tset: function( elem, value, extra ) {\n\t\t\tvar styles = extra && getStyles( elem );\n\t\t\treturn setPositiveNumber( elem, value, extra ?\n\t\t\t\taugmentWidthOrHeight(\n\t\t\t\t\telem,\n\t\t\t\t\tname,\n\t\t\t\t\textra,\n\t\t\t\t\tjQuery.css( elem, \"boxSizing\", false, styles ) === \"border-box\",\n\t\t\t\t\tstyles\n\t\t\t\t) : 0\n\t\t\t);\n\t\t}\n\t};\n});\n\n// Support: Android 2.3\njQuery.cssHooks.marginRight = addGetHookIf( support.reliableMarginRight,\n\tfunction( elem, computed ) {\n\t\tif ( computed ) {\n\t\t\treturn jQuery.swap( elem, { \"display\": \"inline-block\" },\n\t\t\t\tcurCSS, [ elem, \"marginRight\" ] );\n\t\t}\n\t}\n);\n\n// These hooks are used by animate to expand properties\njQuery.each({\n\tmargin: \"\",\n\tpadding: \"\",\n\tborder: \"Width\"\n}, function( prefix, suffix ) {\n\tjQuery.cssHooks[ prefix + suffix ] = {\n\t\texpand: function( value ) {\n\t\t\tvar i = 0,\n\t\t\t\texpanded = {},\n\n\t\t\t\t// Assumes a single number if not a string\n\t\t\t\tparts = typeof value === \"string\" ? value.split(\" \") : [ value ];\n\n\t\t\tfor ( ; i < 4; i++ ) {\n\t\t\t\texpanded[ prefix + cssExpand[ i ] + suffix ] =\n\t\t\t\t\tparts[ i ] || parts[ i - 2 ] || parts[ 0 ];\n\t\t\t}\n\n\t\t\treturn expanded;\n\t\t}\n\t};\n\n\tif ( !rmargin.test( prefix ) ) {\n\t\tjQuery.cssHooks[ prefix + suffix ].set = setPositiveNumber;\n\t}\n});\n\njQuery.fn.extend({\n\tcss: function( name, value ) {\n\t\treturn access( this, function( elem, name, value ) {\n\t\t\tvar styles, len,\n\t\t\t\tmap = {},\n\t\t\t\ti = 0;\n\n\t\t\tif ( jQuery.isArray( name ) ) {\n\t\t\t\tstyles = getStyles( elem );\n\t\t\t\tlen = name.length;\n\n\t\t\t\tfor ( ; i < len; i++ ) {\n\t\t\t\t\tmap[ name[ i ] ] = jQuery.css( elem, name[ i ], false, styles );\n\t\t\t\t}\n\n\t\t\t\treturn map;\n\t\t\t}\n\n\t\t\treturn value !== undefined ?\n\t\t\t\tjQuery.style( elem, name, value ) :\n\t\t\t\tjQuery.css( elem, name );\n\t\t}, name, value, arguments.length > 1 );\n\t},\n\tshow: function() {\n\t\treturn showHide( this, true );\n\t},\n\thide: function() {\n\t\treturn showHide( this );\n\t},\n\ttoggle: function( state ) {\n\t\tif ( typeof state === \"boolean\" ) {\n\t\t\treturn state ? this.show() : this.hide();\n\t\t}\n\n\t\treturn this.each(function() {\n\t\t\tif ( isHidden( this ) ) {\n\t\t\t\tjQuery( this ).show();\n\t\t\t} else {\n\t\t\t\tjQuery( this ).hide();\n\t\t\t}\n\t\t});\n\t}\n});\n\n\nfunction Tween( elem, options, prop, end, easing ) {\n\treturn new Tween.prototype.init( elem, options, prop, end, easing );\n}\njQuery.Tween = Tween;\n\nTween.prototype = {\n\tconstructor: Tween,\n\tinit: function( elem, options, prop, end, easing, unit ) {\n\t\tthis.elem = elem;\n\t\tthis.prop = prop;\n\t\tthis.easing = easing || \"swing\";\n\t\tthis.options = options;\n\t\tthis.start = this.now = this.cur();\n\t\tthis.end = end;\n\t\tthis.unit = unit || ( jQuery.cssNumber[ prop ] ? \"\" : \"px\" );\n\t},\n\tcur: function() {\n\t\tvar hooks = Tween.propHooks[ this.prop ];\n\n\t\treturn hooks && hooks.get ?\n\t\t\thooks.get( this ) :\n\t\t\tTween.propHooks._default.get( this );\n\t},\n\trun: function( percent ) {\n\t\tvar eased,\n\t\t\thooks = Tween.propHooks[ this.prop ];\n\n\t\tif ( this.options.duration ) {\n\t\t\tthis.pos = eased = jQuery.easing[ this.easing ](\n\t\t\t\tpercent, this.options.duration * percent, 0, 1, this.options.duration\n\t\t\t);\n\t\t} else {\n\t\t\tthis.pos = eased = percent;\n\t\t}\n\t\tthis.now = ( this.end - this.start ) * eased + this.start;\n\n\t\tif ( this.options.step ) {\n\t\t\tthis.options.step.call( this.elem, this.now, this );\n\t\t}\n\n\t\tif ( hooks && hooks.set ) {\n\t\t\thooks.set( this );\n\t\t} else {\n\t\t\tTween.propHooks._default.set( this );\n\t\t}\n\t\treturn this;\n\t}\n};\n\nTween.prototype.init.prototype = Tween.prototype;\n\nTween.propHooks = {\n\t_default: {\n\t\tget: function( tween ) {\n\t\t\tvar result;\n\n\t\t\tif ( tween.elem[ tween.prop ] != null &&\n\t\t\t\t(!tween.elem.style || tween.elem.style[ tween.prop ] == null) ) {\n\t\t\t\treturn tween.elem[ tween.prop ];\n\t\t\t}\n\n\t\t\t// Passing an empty string as a 3rd parameter to .css will automatically\n\t\t\t// attempt a parseFloat and fallback to a string if the parse fails.\n\t\t\t// Simple values such as \"10px\" are parsed to Float;\n\t\t\t// complex values such as \"rotate(1rad)\" are returned as-is.\n\t\t\tresult = jQuery.css( tween.elem, tween.prop, \"\" );\n\t\t\t// Empty strings, null, undefined and \"auto\" are converted to 0.\n\t\t\treturn !result || result === \"auto\" ? 0 : result;\n\t\t},\n\t\tset: function( tween ) {\n\t\t\t// Use step hook for back compat.\n\t\t\t// Use cssHook if its there.\n\t\t\t// Use .style if available and use plain properties where available.\n\t\t\tif ( jQuery.fx.step[ tween.prop ] ) {\n\t\t\t\tjQuery.fx.step[ tween.prop ]( tween );\n\t\t\t} else if ( tween.elem.style && ( tween.elem.style[ jQuery.cssProps[ tween.prop ] ] != null || jQuery.cssHooks[ tween.prop ] ) ) {\n\t\t\t\tjQuery.style( tween.elem, tween.prop, tween.now + tween.unit );\n\t\t\t} else {\n\t\t\t\ttween.elem[ tween.prop ] = tween.now;\n\t\t\t}\n\t\t}\n\t}\n};\n\n// Support: IE9\n// Panic based approach to setting things on disconnected nodes\nTween.propHooks.scrollTop = Tween.propHooks.scrollLeft = {\n\tset: function( tween ) {\n\t\tif ( tween.elem.nodeType && tween.elem.parentNode ) {\n\t\t\ttween.elem[ tween.prop ] = tween.now;\n\t\t}\n\t}\n};\n\njQuery.easing = {\n\tlinear: function( p ) {\n\t\treturn p;\n\t},\n\tswing: function( p ) {\n\t\treturn 0.5 - Math.cos( p * Math.PI ) / 2;\n\t}\n};\n\njQuery.fx = Tween.prototype.init;\n\n// Back Compat <1.8 extension point\njQuery.fx.step = {};\n\n\n\n\nvar\n\tfxNow, timerId,\n\trfxtypes = /^(?:toggle|show|hide)$/,\n\trfxnum = new RegExp( \"^(?:([+-])=|)(\" + pnum + \")([a-z%]*)$\", \"i\" ),\n\trrun = /queueHooks$/,\n\tanimationPrefilters = [ defaultPrefilter ],\n\ttweeners = {\n\t\t\"*\": [ function( prop, value ) {\n\t\t\tvar tween = this.createTween( prop, value ),\n\t\t\t\ttarget = tween.cur(),\n\t\t\t\tparts = rfxnum.exec( value ),\n\t\t\t\tunit = parts && parts[ 3 ] || ( jQuery.cssNumber[ prop ] ? \"\" : \"px\" ),\n\n\t\t\t\t// Starting value computation is required for potential unit mismatches\n\t\t\t\tstart = ( jQuery.cssNumber[ prop ] || unit !== \"px\" && +target ) &&\n\t\t\t\t\trfxnum.exec( jQuery.css( tween.elem, prop ) ),\n\t\t\t\tscale = 1,\n\t\t\t\tmaxIterations = 20;\n\n\t\t\tif ( start && start[ 3 ] !== unit ) {\n\t\t\t\t// Trust units reported by jQuery.css\n\t\t\t\tunit = unit || start[ 3 ];\n\n\t\t\t\t// Make sure we update the tween properties later on\n\t\t\t\tparts = parts || [];\n\n\t\t\t\t// Iteratively approximate from a nonzero starting point\n\t\t\t\tstart = +target || 1;\n\n\t\t\t\tdo {\n\t\t\t\t\t// If previous iteration zeroed out, double until we get *something*.\n\t\t\t\t\t// Use string for doubling so we don't accidentally see scale as unchanged below\n\t\t\t\t\tscale = scale || \".5\";\n\n\t\t\t\t\t// Adjust and apply\n\t\t\t\t\tstart = start / scale;\n\t\t\t\t\tjQuery.style( tween.elem, prop, start + unit );\n\n\t\t\t\t// Update scale, tolerating zero or NaN from tween.cur(),\n\t\t\t\t// break the loop if scale is unchanged or perfect, or if we've just had enough\n\t\t\t\t} while ( scale !== (scale = tween.cur() / target) && scale !== 1 && --maxIterations );\n\t\t\t}\n\n\t\t\t// Update tween properties\n\t\t\tif ( parts ) {\n\t\t\t\tstart = tween.start = +start || +target || 0;\n\t\t\t\ttween.unit = unit;\n\t\t\t\t// If a +=/-= token was provided, we're doing a relative animation\n\t\t\t\ttween.end = parts[ 1 ] ?\n\t\t\t\t\tstart + ( parts[ 1 ] + 1 ) * parts[ 2 ] :\n\t\t\t\t\t+parts[ 2 ];\n\t\t\t}\n\n\t\t\treturn tween;\n\t\t} ]\n\t};\n\n// Animations created synchronously will run synchronously\nfunction createFxNow() {\n\tsetTimeout(function() {\n\t\tfxNow = undefined;\n\t});\n\treturn ( fxNow = jQuery.now() );\n}\n\n// Generate parameters to create a standard animation\nfunction genFx( type, includeWidth ) {\n\tvar which,\n\t\ti = 0,\n\t\tattrs = { height: type };\n\n\t// If we include width, step value is 1 to do all cssExpand values,\n\t// otherwise step value is 2 to skip over Left and Right\n\tincludeWidth = includeWidth ? 1 : 0;\n\tfor ( ; i < 4 ; i += 2 - includeWidth ) {\n\t\twhich = cssExpand[ i ];\n\t\tattrs[ \"margin\" + which ] = attrs[ \"padding\" + which ] = type;\n\t}\n\n\tif ( includeWidth ) {\n\t\tattrs.opacity = attrs.width = type;\n\t}\n\n\treturn attrs;\n}\n\nfunction createTween( value, prop, animation ) {\n\tvar tween,\n\t\tcollection = ( tweeners[ prop ] || [] ).concat( tweeners[ \"*\" ] ),\n\t\tindex = 0,\n\t\tlength = collection.length;\n\tfor ( ; index < length; index++ ) {\n\t\tif ( (tween = collection[ index ].call( animation, prop, value )) ) {\n\n\t\t\t// We're done with this property\n\t\t\treturn tween;\n\t\t}\n\t}\n}\n\nfunction defaultPrefilter( elem, props, opts ) {\n\t/* jshint validthis: true */\n\tvar prop, value, toggle, tween, hooks, oldfire, display, checkDisplay,\n\t\tanim = this,\n\t\torig = {},\n\t\tstyle = elem.style,\n\t\thidden = elem.nodeType && isHidden( elem ),\n\t\tdataShow = data_priv.get( elem, \"fxshow\" );\n\n\t// Handle queue: false promises\n\tif ( !opts.queue ) {\n\t\thooks = jQuery._queueHooks( elem, \"fx\" );\n\t\tif ( hooks.unqueued == null ) {\n\t\t\thooks.unqueued = 0;\n\t\t\toldfire = hooks.empty.fire;\n\t\t\thooks.empty.fire = function() {\n\t\t\t\tif ( !hooks.unqueued ) {\n\t\t\t\t\toldfire();\n\t\t\t\t}\n\t\t\t};\n\t\t}\n\t\thooks.unqueued++;\n\n\t\tanim.always(function() {\n\t\t\t// Ensure the complete handler is called before this completes\n\t\t\tanim.always(function() {\n\t\t\t\thooks.unqueued--;\n\t\t\t\tif ( !jQuery.queue( elem, \"fx\" ).length ) {\n\t\t\t\t\thooks.empty.fire();\n\t\t\t\t}\n\t\t\t});\n\t\t});\n\t}\n\n\t// Height/width overflow pass\n\tif ( elem.nodeType === 1 && ( \"height\" in props || \"width\" in props ) ) {\n\t\t// Make sure that nothing sneaks out\n\t\t// Record all 3 overflow attributes because IE9-10 do not\n\t\t// change the overflow attribute when overflowX and\n\t\t// overflowY are set to the same value\n\t\topts.overflow = [ style.overflow, style.overflowX, style.overflowY ];\n\n\t\t// Set display property to inline-block for height/width\n\t\t// animations on inline elements that are having width/height animated\n\t\tdisplay = jQuery.css( elem, \"display\" );\n\n\t\t// Test default display if display is currently \"none\"\n\t\tcheckDisplay = display === \"none\" ?\n\t\t\tdata_priv.get( elem, \"olddisplay\" ) || defaultDisplay( elem.nodeName ) : display;\n\n\t\tif ( checkDisplay === \"inline\" && jQuery.css( elem, \"float\" ) === \"none\" ) {\n\t\t\tstyle.display = \"inline-block\";\n\t\t}\n\t}\n\n\tif ( opts.overflow ) {\n\t\tstyle.overflow = \"hidden\";\n\t\tanim.always(function() {\n\t\t\tstyle.overflow = opts.overflow[ 0 ];\n\t\t\tstyle.overflowX = opts.overflow[ 1 ];\n\t\t\tstyle.overflowY = opts.overflow[ 2 ];\n\t\t});\n\t}\n\n\t// show/hide pass\n\tfor ( prop in props ) {\n\t\tvalue = props[ prop ];\n\t\tif ( rfxtypes.exec( value ) ) {\n\t\t\tdelete props[ prop ];\n\t\t\ttoggle = toggle || value === \"toggle\";\n\t\t\tif ( value === ( hidden ? \"hide\" : \"show\" ) ) {\n\n\t\t\t\t// If there is dataShow left over from a stopped hide or show and we are going to proceed with show, we should pretend to be hidden\n\t\t\t\tif ( value === \"show\" && dataShow && dataShow[ prop ] !== undefined ) {\n\t\t\t\t\thidden = true;\n\t\t\t\t} else {\n\t\t\t\t\tcontinue;\n\t\t\t\t}\n\t\t\t}\n\t\t\torig[ prop ] = dataShow && dataShow[ prop ] || jQuery.style( elem, prop );\n\n\t\t// Any non-fx value stops us from restoring the original display value\n\t\t} else {\n\t\t\tdisplay = undefined;\n\t\t}\n\t}\n\n\tif ( !jQuery.isEmptyObject( orig ) ) {\n\t\tif ( dataShow ) {\n\t\t\tif ( \"hidden\" in dataShow ) {\n\t\t\t\thidden = dataShow.hidden;\n\t\t\t}\n\t\t} else {\n\t\t\tdataShow = data_priv.access( elem, \"fxshow\", {} );\n\t\t}\n\n\t\t// Store state if its toggle - enables .stop().toggle() to \"reverse\"\n\t\tif ( toggle ) {\n\t\t\tdataShow.hidden = !hidden;\n\t\t}\n\t\tif ( hidden ) {\n\t\t\tjQuery( elem ).show();\n\t\t} else {\n\t\t\tanim.done(function() {\n\t\t\t\tjQuery( elem ).hide();\n\t\t\t});\n\t\t}\n\t\tanim.done(function() {\n\t\t\tvar prop;\n\n\t\t\tdata_priv.remove( elem, \"fxshow\" );\n\t\t\tfor ( prop in orig ) {\n\t\t\t\tjQuery.style( elem, prop, orig[ prop ] );\n\t\t\t}\n\t\t});\n\t\tfor ( prop in orig ) {\n\t\t\ttween = createTween( hidden ? dataShow[ prop ] : 0, prop, anim );\n\n\t\t\tif ( !( prop in dataShow ) ) {\n\t\t\t\tdataShow[ prop ] = tween.start;\n\t\t\t\tif ( hidden ) {\n\t\t\t\t\ttween.end = tween.start;\n\t\t\t\t\ttween.start = prop === \"width\" || prop === \"height\" ? 1 : 0;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t// If this is a noop like .hide().hide(), restore an overwritten display value\n\t} else if ( (display === \"none\" ? defaultDisplay( elem.nodeName ) : display) === \"inline\" ) {\n\t\tstyle.display = display;\n\t}\n}\n\nfunction propFilter( props, specialEasing ) {\n\tvar index, name, easing, value, hooks;\n\n\t// camelCase, specialEasing and expand cssHook pass\n\tfor ( index in props ) {\n\t\tname = jQuery.camelCase( index );\n\t\teasing = specialEasing[ name ];\n\t\tvalue = props[ index ];\n\t\tif ( jQuery.isArray( value ) ) {\n\t\t\teasing = value[ 1 ];\n\t\t\tvalue = props[ index ] = value[ 0 ];\n\t\t}\n\n\t\tif ( index !== name ) {\n\t\t\tprops[ name ] = value;\n\t\t\tdelete props[ index ];\n\t\t}\n\n\t\thooks = jQuery.cssHooks[ name ];\n\t\tif ( hooks && \"expand\" in hooks ) {\n\t\t\tvalue = hooks.expand( value );\n\t\t\tdelete props[ name ];\n\n\t\t\t// Not quite $.extend, this won't overwrite existing keys.\n\t\t\t// Reusing 'index' because we have the correct \"name\"\n\t\t\tfor ( index in value ) {\n\t\t\t\tif ( !( index in props ) ) {\n\t\t\t\t\tprops[ index ] = value[ index ];\n\t\t\t\t\tspecialEasing[ index ] = easing;\n\t\t\t\t}\n\t\t\t}\n\t\t} else {\n\t\t\tspecialEasing[ name ] = easing;\n\t\t}\n\t}\n}\n\nfunction Animation( elem, properties, options ) {\n\tvar result,\n\t\tstopped,\n\t\tindex = 0,\n\t\tlength = animationPrefilters.length,\n\t\tdeferred = jQuery.Deferred().always( function() {\n\t\t\t// Don't match elem in the :animated selector\n\t\t\tdelete tick.elem;\n\t\t}),\n\t\ttick = function() {\n\t\t\tif ( stopped ) {\n\t\t\t\treturn false;\n\t\t\t}\n\t\t\tvar currentTime = fxNow || createFxNow(),\n\t\t\t\tremaining = Math.max( 0, animation.startTime + animation.duration - currentTime ),\n\t\t\t\t// Support: Android 2.3\n\t\t\t\t// Archaic crash bug won't allow us to use `1 - ( 0.5 || 0 )` (#12497)\n\t\t\t\ttemp = remaining / animation.duration || 0,\n\t\t\t\tpercent = 1 - temp,\n\t\t\t\tindex = 0,\n\t\t\t\tlength = animation.tweens.length;\n\n\t\t\tfor ( ; index < length ; index++ ) {\n\t\t\t\tanimation.tweens[ index ].run( percent );\n\t\t\t}\n\n\t\t\tdeferred.notifyWith( elem, [ animation, percent, remaining ]);\n\n\t\t\tif ( percent < 1 && length ) {\n\t\t\t\treturn remaining;\n\t\t\t} else {\n\t\t\t\tdeferred.resolveWith( elem, [ animation ] );\n\t\t\t\treturn false;\n\t\t\t}\n\t\t},\n\t\tanimation = deferred.promise({\n\t\t\telem: elem,\n\t\t\tprops: jQuery.extend( {}, properties ),\n\t\t\topts: jQuery.extend( true, { specialEasing: {} }, options ),\n\t\t\toriginalProperties: properties,\n\t\t\toriginalOptions: options,\n\t\t\tstartTime: fxNow || createFxNow(),\n\t\t\tduration: options.duration,\n\t\t\ttweens: [],\n\t\t\tcreateTween: function( prop, end ) {\n\t\t\t\tvar tween = jQuery.Tween( elem, animation.opts, prop, end,\n\t\t\t\t\t\tanimation.opts.specialEasing[ prop ] || animation.opts.easing );\n\t\t\t\tanimation.tweens.push( tween );\n\t\t\t\treturn tween;\n\t\t\t},\n\t\t\tstop: function( gotoEnd ) {\n\t\t\t\tvar index = 0,\n\t\t\t\t\t// If we are going to the end, we want to run all the tweens\n\t\t\t\t\t// otherwise we skip this part\n\t\t\t\t\tlength = gotoEnd ? animation.tweens.length : 0;\n\t\t\t\tif ( stopped ) {\n\t\t\t\t\treturn this;\n\t\t\t\t}\n\t\t\t\tstopped = true;\n\t\t\t\tfor ( ; index < length ; index++ ) {\n\t\t\t\t\tanimation.tweens[ index ].run( 1 );\n\t\t\t\t}\n\n\t\t\t\t// Resolve when we played the last frame; otherwise, reject\n\t\t\t\tif ( gotoEnd ) {\n\t\t\t\t\tdeferred.resolveWith( elem, [ animation, gotoEnd ] );\n\t\t\t\t} else {\n\t\t\t\t\tdeferred.rejectWith( elem, [ animation, gotoEnd ] );\n\t\t\t\t}\n\t\t\t\treturn this;\n\t\t\t}\n\t\t}),\n\t\tprops = animation.props;\n\n\tpropFilter( props, animation.opts.specialEasing );\n\n\tfor ( ; index < length ; index++ ) {\n\t\tresult = animationPrefilters[ index ].call( animation, elem, props, animation.opts );\n\t\tif ( result ) {\n\t\t\treturn result;\n\t\t}\n\t}\n\n\tjQuery.map( props, createTween, animation );\n\n\tif ( jQuery.isFunction( animation.opts.start ) ) {\n\t\tanimation.opts.start.call( elem, animation );\n\t}\n\n\tjQuery.fx.timer(\n\t\tjQuery.extend( tick, {\n\t\t\telem: elem,\n\t\t\tanim: animation,\n\t\t\tqueue: animation.opts.queue\n\t\t})\n\t);\n\n\t// attach callbacks from options\n\treturn animation.progress( animation.opts.progress )\n\t\t.done( animation.opts.done, animation.opts.complete )\n\t\t.fail( animation.opts.fail )\n\t\t.always( animation.opts.always );\n}\n\njQuery.Animation = jQuery.extend( Animation, {\n\n\ttweener: function( props, callback ) {\n\t\tif ( jQuery.isFunction( props ) ) {\n\t\t\tcallback = props;\n\t\t\tprops = [ \"*\" ];\n\t\t} else {\n\t\t\tprops = props.split(\" \");\n\t\t}\n\n\t\tvar prop,\n\t\t\tindex = 0,\n\t\t\tlength = props.length;\n\n\t\tfor ( ; index < length ; index++ ) {\n\t\t\tprop = props[ index ];\n\t\t\ttweeners[ prop ] = tweeners[ prop ] || [];\n\t\t\ttweeners[ prop ].unshift( callback );\n\t\t}\n\t},\n\n\tprefilter: function( callback, prepend ) {\n\t\tif ( prepend ) {\n\t\t\tanimationPrefilters.unshift( callback );\n\t\t} else {\n\t\t\tanimationPrefilters.push( callback );\n\t\t}\n\t}\n});\n\njQuery.speed = function( speed, easing, fn ) {\n\tvar opt = speed && typeof speed === \"object\" ? jQuery.extend( {}, speed ) : {\n\t\tcomplete: fn || !fn && easing ||\n\t\t\tjQuery.isFunction( speed ) && speed,\n\t\tduration: speed,\n\t\teasing: fn && easing || easing && !jQuery.isFunction( easing ) && easing\n\t};\n\n\topt.duration = jQuery.fx.off ? 0 : typeof opt.duration === \"number\" ? opt.duration :\n\t\topt.duration in jQuery.fx.speeds ? jQuery.fx.speeds[ opt.duration ] : jQuery.fx.speeds._default;\n\n\t// Normalize opt.queue - true/undefined/null -> \"fx\"\n\tif ( opt.queue == null || opt.queue === true ) {\n\t\topt.queue = \"fx\";\n\t}\n\n\t// Queueing\n\topt.old = opt.complete;\n\n\topt.complete = function() {\n\t\tif ( jQuery.isFunction( opt.old ) ) {\n\t\t\topt.old.call( this );\n\t\t}\n\n\t\tif ( opt.queue ) {\n\t\t\tjQuery.dequeue( this, opt.queue );\n\t\t}\n\t};\n\n\treturn opt;\n};\n\njQuery.fn.extend({\n\tfadeTo: function( speed, to, easing, callback ) {\n\n\t\t// Show any hidden elements after setting opacity to 0\n\t\treturn this.filter( isHidden ).css( \"opacity\", 0 ).show()\n\n\t\t\t// Animate to the value specified\n\t\t\t.end().animate({ opacity: to }, speed, easing, callback );\n\t},\n\tanimate: function( prop, speed, easing, callback ) {\n\t\tvar empty = jQuery.isEmptyObject( prop ),\n\t\t\toptall = jQuery.speed( speed, easing, callback ),\n\t\t\tdoAnimation = function() {\n\t\t\t\t// Operate on a copy of prop so per-property easing won't be lost\n\t\t\t\tvar anim = Animation( this, jQuery.extend( {}, prop ), optall );\n\n\t\t\t\t// Empty animations, or finishing resolves immediately\n\t\t\t\tif ( empty || data_priv.get( this, \"finish\" ) ) {\n\t\t\t\t\tanim.stop( true );\n\t\t\t\t}\n\t\t\t};\n\t\t\tdoAnimation.finish = doAnimation;\n\n\t\treturn empty || optall.queue === false ?\n\t\t\tthis.each( doAnimation ) :\n\t\t\tthis.queue( optall.queue, doAnimation );\n\t},\n\tstop: function( type, clearQueue, gotoEnd ) {\n\t\tvar stopQueue = function( hooks ) {\n\t\t\tvar stop = hooks.stop;\n\t\t\tdelete hooks.stop;\n\t\t\tstop( gotoEnd );\n\t\t};\n\n\t\tif ( typeof type !== \"string\" ) {\n\t\t\tgotoEnd = clearQueue;\n\t\t\tclearQueue = type;\n\t\t\ttype = undefined;\n\t\t}\n\t\tif ( clearQueue && type !== false ) {\n\t\t\tthis.queue( type || \"fx\", [] );\n\t\t}\n\n\t\treturn this.each(function() {\n\t\t\tvar dequeue = true,\n\t\t\t\tindex = type != null && type + \"queueHooks\",\n\t\t\t\ttimers = jQuery.timers,\n\t\t\t\tdata = data_priv.get( this );\n\n\t\t\tif ( index ) {\n\t\t\t\tif ( data[ index ] && data[ index ].stop ) {\n\t\t\t\t\tstopQueue( data[ index ] );\n\t\t\t\t}\n\t\t\t} else {\n\t\t\t\tfor ( index in data ) {\n\t\t\t\t\tif ( data[ index ] && data[ index ].stop && rrun.test( index ) ) {\n\t\t\t\t\t\tstopQueue( data[ index ] );\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\n\t\t\tfor ( index = timers.length; index--; ) {\n\t\t\t\tif ( timers[ index ].elem === this && (type == null || timers[ index ].queue === type) ) {\n\t\t\t\t\ttimers[ index ].anim.stop( gotoEnd );\n\t\t\t\t\tdequeue = false;\n\t\t\t\t\ttimers.splice( index, 1 );\n\t\t\t\t}\n\t\t\t}\n\n\t\t\t// Start the next in the queue if the last step wasn't forced.\n\t\t\t// Timers currently will call their complete callbacks, which\n\t\t\t// will dequeue but only if they were gotoEnd.\n\t\t\tif ( dequeue || !gotoEnd ) {\n\t\t\t\tjQuery.dequeue( this, type );\n\t\t\t}\n\t\t});\n\t},\n\tfinish: function( type ) {\n\t\tif ( type !== false ) {\n\t\t\ttype = type || \"fx\";\n\t\t}\n\t\treturn this.each(function() {\n\t\t\tvar index,\n\t\t\t\tdata = data_priv.get( this ),\n\t\t\t\tqueue = data[ type + \"queue\" ],\n\t\t\t\thooks = data[ type + \"queueHooks\" ],\n\t\t\t\ttimers = jQuery.timers,\n\t\t\t\tlength = queue ? queue.length : 0;\n\n\t\t\t// Enable finishing flag on private data\n\t\t\tdata.finish = true;\n\n\t\t\t// Empty the queue first\n\t\t\tjQuery.queue( this, type, [] );\n\n\t\t\tif ( hooks && hooks.stop ) {\n\t\t\t\thooks.stop.call( this, true );\n\t\t\t}\n\n\t\t\t// Look for any active animations, and finish them\n\t\t\tfor ( index = timers.length; index--; ) {\n\t\t\t\tif ( timers[ index ].elem === this && timers[ index ].queue === type ) {\n\t\t\t\t\ttimers[ index ].anim.stop( true );\n\t\t\t\t\ttimers.splice( index, 1 );\n\t\t\t\t}\n\t\t\t}\n\n\t\t\t// Look for any animations in the old queue and finish them\n\t\t\tfor ( index = 0; index < length; index++ ) {\n\t\t\t\tif ( queue[ index ] && queue[ index ].finish ) {\n\t\t\t\t\tqueue[ index ].finish.call( this );\n\t\t\t\t}\n\t\t\t}\n\n\t\t\t// Turn off finishing flag\n\t\t\tdelete data.finish;\n\t\t});\n\t}\n});\n\njQuery.each([ \"toggle\", \"show\", \"hide\" ], function( i, name ) {\n\tvar cssFn = jQuery.fn[ name ];\n\tjQuery.fn[ name ] = function( speed, easing, callback ) {\n\t\treturn speed == null || typeof speed === \"boolean\" ?\n\t\t\tcssFn.apply( this, arguments ) :\n\t\t\tthis.animate( genFx( name, true ), speed, easing, callback );\n\t};\n});\n\n// Generate shortcuts for custom animations\njQuery.each({\n\tslideDown: genFx(\"show\"),\n\tslideUp: genFx(\"hide\"),\n\tslideToggle: genFx(\"toggle\"),\n\tfadeIn: { opacity: \"show\" },\n\tfadeOut: { opacity: \"hide\" },\n\tfadeToggle: { opacity: \"toggle\" }\n}, function( name, props ) {\n\tjQuery.fn[ name ] = function( speed, easing, callback ) {\n\t\treturn this.animate( props, speed, easing, callback );\n\t};\n});\n\njQuery.timers = [];\njQuery.fx.tick = function() {\n\tvar timer,\n\t\ti = 0,\n\t\ttimers = jQuery.timers;\n\n\tfxNow = jQuery.now();\n\n\tfor ( ; i < timers.length; i++ ) {\n\t\ttimer = timers[ i ];\n\t\t// Checks the timer has not already been removed\n\t\tif ( !timer() && timers[ i ] === timer ) {\n\t\t\ttimers.splice( i--, 1 );\n\t\t}\n\t}\n\n\tif ( !timers.length ) {\n\t\tjQuery.fx.stop();\n\t}\n\tfxNow = undefined;\n};\n\njQuery.fx.timer = function( timer ) {\n\tjQuery.timers.push( timer );\n\tif ( timer() ) {\n\t\tjQuery.fx.start();\n\t} else {\n\t\tjQuery.timers.pop();\n\t}\n};\n\njQuery.fx.interval = 13;\n\njQuery.fx.start = function() {\n\tif ( !timerId ) {\n\t\ttimerId = setInterval( jQuery.fx.tick, jQuery.fx.interval );\n\t}\n};\n\njQuery.fx.stop = function() {\n\tclearInterval( timerId );\n\ttimerId = null;\n};\n\njQuery.fx.speeds = {\n\tslow: 600,\n\tfast: 200,\n\t// Default speed\n\t_default: 400\n};\n\n\n// Based off of the plugin by Clint Helfers, with permission.\n// http://blindsignals.com/index.php/2009/07/jquery-delay/\njQuery.fn.delay = function( time, type ) {\n\ttime = jQuery.fx ? jQuery.fx.speeds[ time ] || time : time;\n\ttype = type || \"fx\";\n\n\treturn this.queue( type, function( next, hooks ) {\n\t\tvar timeout = setTimeout( next, time );\n\t\thooks.stop = function() {\n\t\t\tclearTimeout( timeout );\n\t\t};\n\t});\n};\n\n\n(function() {\n\tvar input = document.createElement( \"input\" ),\n\t\tselect = document.createElement( \"select\" ),\n\t\topt = select.appendChild( document.createElement( \"option\" ) );\n\n\tinput.type = \"checkbox\";\n\n\t// Support: iOS<=5.1, Android<=4.2+\n\t// Default value for a checkbox should be \"on\"\n\tsupport.checkOn = input.value !== \"\";\n\n\t// Support: IE<=11+\n\t// Must access selectedIndex to make default options select\n\tsupport.optSelected = opt.selected;\n\n\t// Support: Android<=2.3\n\t// Options inside disabled selects are incorrectly marked as disabled\n\tselect.disabled = true;\n\tsupport.optDisabled = !opt.disabled;\n\n\t// Support: IE<=11+\n\t// An input loses its value after becoming a radio\n\tinput = document.createElement( \"input\" );\n\tinput.value = \"t\";\n\tinput.type = \"radio\";\n\tsupport.radioValue = input.value === \"t\";\n})();\n\n\nvar nodeHook, boolHook,\n\tattrHandle = jQuery.expr.attrHandle;\n\njQuery.fn.extend({\n\tattr: function( name, value ) {\n\t\treturn access( this, jQuery.attr, name, value, arguments.length > 1 );\n\t},\n\n\tremoveAttr: function( name ) {\n\t\treturn this.each(function() {\n\t\t\tjQuery.removeAttr( this, name );\n\t\t});\n\t}\n});\n\njQuery.extend({\n\tattr: function( elem, name, value ) {\n\t\tvar hooks, ret,\n\t\t\tnType = elem.nodeType;\n\n\t\t// don't get/set attributes on text, comment and attribute nodes\n\t\tif ( !elem || nType === 3 || nType === 8 || nType === 2 ) {\n\t\t\treturn;\n\t\t}\n\n\t\t// Fallback to prop when attributes are not supported\n\t\tif ( typeof elem.getAttribute === strundefined ) {\n\t\t\treturn jQuery.prop( elem, name, value );\n\t\t}\n\n\t\t// All attributes are lowercase\n\t\t// Grab necessary hook if one is defined\n\t\tif ( nType !== 1 || !jQuery.isXMLDoc( elem ) ) {\n\t\t\tname = name.toLowerCase();\n\t\t\thooks = jQuery.attrHooks[ name ] ||\n\t\t\t\t( jQuery.expr.match.bool.test( name ) ? boolHook : nodeHook );\n\t\t}\n\n\t\tif ( value !== undefined ) {\n\n\t\t\tif ( value === null ) {\n\t\t\t\tjQuery.removeAttr( elem, name );\n\n\t\t\t} else if ( hooks && \"set\" in hooks && (ret = hooks.set( elem, value, name )) !== undefined ) {\n\t\t\t\treturn ret;\n\n\t\t\t} else {\n\t\t\t\telem.setAttribute( name, value + \"\" );\n\t\t\t\treturn value;\n\t\t\t}\n\n\t\t} else if ( hooks && \"get\" in hooks && (ret = hooks.get( elem, name )) !== null ) {\n\t\t\treturn ret;\n\n\t\t} else {\n\t\t\tret = jQuery.find.attr( elem, name );\n\n\t\t\t// Non-existent attributes return null, we normalize to undefined\n\t\t\treturn ret == null ?\n\t\t\t\tundefined :\n\t\t\t\tret;\n\t\t}\n\t},\n\n\tremoveAttr: function( elem, value ) {\n\t\tvar name, propName,\n\t\t\ti = 0,\n\t\t\tattrNames = value && value.match( rnotwhite );\n\n\t\tif ( attrNames && elem.nodeType === 1 ) {\n\t\t\twhile ( (name = attrNames[i++]) ) {\n\t\t\t\tpropName = jQuery.propFix[ name ] || name;\n\n\t\t\t\t// Boolean attributes get special treatment (#10870)\n\t\t\t\tif ( jQuery.expr.match.bool.test( name ) ) {\n\t\t\t\t\t// Set corresponding property to false\n\t\t\t\t\telem[ propName ] = false;\n\t\t\t\t}\n\n\t\t\t\telem.removeAttribute( name );\n\t\t\t}\n\t\t}\n\t},\n\n\tattrHooks: {\n\t\ttype: {\n\t\t\tset: function( elem, value ) {\n\t\t\t\tif ( !support.radioValue && value === \"radio\" &&\n\t\t\t\t\tjQuery.nodeName( elem, \"input\" ) ) {\n\t\t\t\t\tvar val = elem.value;\n\t\t\t\t\telem.setAttribute( \"type\", value );\n\t\t\t\t\tif ( val ) {\n\t\t\t\t\t\telem.value = val;\n\t\t\t\t\t}\n\t\t\t\t\treturn value;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n});\n\n// Hooks for boolean attributes\nboolHook = {\n\tset: function( elem, value, name ) {\n\t\tif ( value === false ) {\n\t\t\t// Remove boolean attributes when set to false\n\t\t\tjQuery.removeAttr( elem, name );\n\t\t} else {\n\t\t\telem.setAttribute( name, name );\n\t\t}\n\t\treturn name;\n\t}\n};\njQuery.each( jQuery.expr.match.bool.source.match( /\\w+/g ), function( i, name ) {\n\tvar getter = attrHandle[ name ] || jQuery.find.attr;\n\n\tattrHandle[ name ] = function( elem, name, isXML ) {\n\t\tvar ret, handle;\n\t\tif ( !isXML ) {\n\t\t\t// Avoid an infinite loop by temporarily removing this function from the getter\n\t\t\thandle = attrHandle[ name ];\n\t\t\tattrHandle[ name ] = ret;\n\t\t\tret = getter( elem, name, isXML ) != null ?\n\t\t\t\tname.toLowerCase() :\n\t\t\t\tnull;\n\t\t\tattrHandle[ name ] = handle;\n\t\t}\n\t\treturn ret;\n\t};\n});\n\n\n\n\nvar rfocusable = /^(?:input|select|textarea|button)$/i;\n\njQuery.fn.extend({\n\tprop: function( name, value ) {\n\t\treturn access( this, jQuery.prop, name, value, arguments.length > 1 );\n\t},\n\n\tremoveProp: function( name ) {\n\t\treturn this.each(function() {\n\t\t\tdelete this[ jQuery.propFix[ name ] || name ];\n\t\t});\n\t}\n});\n\njQuery.extend({\n\tpropFix: {\n\t\t\"for\": \"htmlFor\",\n\t\t\"class\": \"className\"\n\t},\n\n\tprop: function( elem, name, value ) {\n\t\tvar ret, hooks, notxml,\n\t\t\tnType = elem.nodeType;\n\n\t\t// Don't get/set properties on text, comment and attribute nodes\n\t\tif ( !elem || nType === 3 || nType === 8 || nType === 2 ) {\n\t\t\treturn;\n\t\t}\n\n\t\tnotxml = nType !== 1 || !jQuery.isXMLDoc( elem );\n\n\t\tif ( notxml ) {\n\t\t\t// Fix name and attach hooks\n\t\t\tname = jQuery.propFix[ name ] || name;\n\t\t\thooks = jQuery.propHooks[ name ];\n\t\t}\n\n\t\tif ( value !== undefined ) {\n\t\t\treturn hooks && \"set\" in hooks && (ret = hooks.set( elem, value, name )) !== undefined ?\n\t\t\t\tret :\n\t\t\t\t( elem[ name ] = value );\n\n\t\t} else {\n\t\t\treturn hooks && \"get\" in hooks && (ret = hooks.get( elem, name )) !== null ?\n\t\t\t\tret :\n\t\t\t\telem[ name ];\n\t\t}\n\t},\n\n\tpropHooks: {\n\t\ttabIndex: {\n\t\t\tget: function( elem ) {\n\t\t\t\treturn elem.hasAttribute( \"tabindex\" ) || rfocusable.test( elem.nodeName ) || elem.href ?\n\t\t\t\t\telem.tabIndex :\n\t\t\t\t\t-1;\n\t\t\t}\n\t\t}\n\t}\n});\n\nif ( !support.optSelected ) {\n\tjQuery.propHooks.selected = {\n\t\tget: function( elem ) {\n\t\t\tvar parent = elem.parentNode;\n\t\t\tif ( parent && parent.parentNode ) {\n\t\t\t\tparent.parentNode.selectedIndex;\n\t\t\t}\n\t\t\treturn null;\n\t\t}\n\t};\n}\n\njQuery.each([\n\t\"tabIndex\",\n\t\"readOnly\",\n\t\"maxLength\",\n\t\"cellSpacing\",\n\t\"cellPadding\",\n\t\"rowSpan\",\n\t\"colSpan\",\n\t\"useMap\",\n\t\"frameBorder\",\n\t\"contentEditable\"\n], function() {\n\tjQuery.propFix[ this.toLowerCase() ] = this;\n});\n\n\n\n\nvar rclass = /[\\t\\r\\n\\f]/g;\n\njQuery.fn.extend({\n\taddClass: function( value ) {\n\t\tvar classes, elem, cur, clazz, j, finalValue,\n\t\t\tproceed = typeof value === \"string\" && value,\n\t\t\ti = 0,\n\t\t\tlen = this.length;\n\n\t\tif ( jQuery.isFunction( value ) ) {\n\t\t\treturn this.each(function( j ) {\n\t\t\t\tjQuery( this ).addClass( value.call( this, j, this.className ) );\n\t\t\t});\n\t\t}\n\n\t\tif ( proceed ) {\n\t\t\t// The disjunction here is for better compressibility (see removeClass)\n\t\t\tclasses = ( value || \"\" ).match( rnotwhite ) || [];\n\n\t\t\tfor ( ; i < len; i++ ) {\n\t\t\t\telem = this[ i ];\n\t\t\t\tcur = elem.nodeType === 1 && ( elem.className ?\n\t\t\t\t\t( \" \" + elem.className + \" \" ).replace( rclass, \" \" ) :\n\t\t\t\t\t\" \"\n\t\t\t\t);\n\n\t\t\t\tif ( cur ) {\n\t\t\t\t\tj = 0;\n\t\t\t\t\twhile ( (clazz = classes[j++]) ) {\n\t\t\t\t\t\tif ( cur.indexOf( \" \" + clazz + \" \" ) < 0 ) {\n\t\t\t\t\t\t\tcur += clazz + \" \";\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\n\t\t\t\t\t// only assign if different to avoid unneeded rendering.\n\t\t\t\t\tfinalValue = jQuery.trim( cur );\n\t\t\t\t\tif ( elem.className !== finalValue ) {\n\t\t\t\t\t\telem.className = finalValue;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\treturn this;\n\t},\n\n\tremoveClass: function( value ) {\n\t\tvar classes, elem, cur, clazz, j, finalValue,\n\t\t\tproceed = arguments.length === 0 || typeof value === \"string\" && value,\n\t\t\ti = 0,\n\t\t\tlen = this.length;\n\n\t\tif ( jQuery.isFunction( value ) ) {\n\t\t\treturn this.each(function( j ) {\n\t\t\t\tjQuery( this ).removeClass( value.call( this, j, this.className ) );\n\t\t\t});\n\t\t}\n\t\tif ( proceed ) {\n\t\t\tclasses = ( value || \"\" ).match( rnotwhite ) || [];\n\n\t\t\tfor ( ; i < len; i++ ) {\n\t\t\t\telem = this[ i ];\n\t\t\t\t// This expression is here for better compressibility (see addClass)\n\t\t\t\tcur = elem.nodeType === 1 && ( elem.className ?\n\t\t\t\t\t( \" \" + elem.className + \" \" ).replace( rclass, \" \" ) :\n\t\t\t\t\t\"\"\n\t\t\t\t);\n\n\t\t\t\tif ( cur ) {\n\t\t\t\t\tj = 0;\n\t\t\t\t\twhile ( (clazz = classes[j++]) ) {\n\t\t\t\t\t\t// Remove *all* instances\n\t\t\t\t\t\twhile ( cur.indexOf( \" \" + clazz + \" \" ) >= 0 ) {\n\t\t\t\t\t\t\tcur = cur.replace( \" \" + clazz + \" \", \" \" );\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\n\t\t\t\t\t// Only assign if different to avoid unneeded rendering.\n\t\t\t\t\tfinalValue = value ? jQuery.trim( cur ) : \"\";\n\t\t\t\t\tif ( elem.className !== finalValue ) {\n\t\t\t\t\t\telem.className = finalValue;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\treturn this;\n\t},\n\n\ttoggleClass: function( value, stateVal ) {\n\t\tvar type = typeof value;\n\n\t\tif ( typeof stateVal === \"boolean\" && type === \"string\" ) {\n\t\t\treturn stateVal ? this.addClass( value ) : this.removeClass( value );\n\t\t}\n\n\t\tif ( jQuery.isFunction( value ) ) {\n\t\t\treturn this.each(function( i ) {\n\t\t\t\tjQuery( this ).toggleClass( value.call(this, i, this.className, stateVal), stateVal );\n\t\t\t});\n\t\t}\n\n\t\treturn this.each(function() {\n\t\t\tif ( type === \"string\" ) {\n\t\t\t\t// Toggle individual class names\n\t\t\t\tvar className,\n\t\t\t\t\ti = 0,\n\t\t\t\t\tself = jQuery( this ),\n\t\t\t\t\tclassNames = value.match( rnotwhite ) || [];\n\n\t\t\t\twhile ( (className = classNames[ i++ ]) ) {\n\t\t\t\t\t// Check each className given, space separated list\n\t\t\t\t\tif ( self.hasClass( className ) ) {\n\t\t\t\t\t\tself.removeClass( className );\n\t\t\t\t\t} else {\n\t\t\t\t\t\tself.addClass( className );\n\t\t\t\t\t}\n\t\t\t\t}\n\n\t\t\t// Toggle whole class name\n\t\t\t} else if ( type === strundefined || type === \"boolean\" ) {\n\t\t\t\tif ( this.className ) {\n\t\t\t\t\t// store className if set\n\t\t\t\t\tdata_priv.set( this, \"__className__\", this.className );\n\t\t\t\t}\n\n\t\t\t\t// If the element has a class name or if we're passed `false`,\n\t\t\t\t// then remove the whole classname (if there was one, the above saved it).\n\t\t\t\t// Otherwise bring back whatever was previously saved (if anything),\n\t\t\t\t// falling back to the empty string if nothing was stored.\n\t\t\t\tthis.className = this.className || value === false ? \"\" : data_priv.get( this, \"__className__\" ) || \"\";\n\t\t\t}\n\t\t});\n\t},\n\n\thasClass: function( selector ) {\n\t\tvar className = \" \" + selector + \" \",\n\t\t\ti = 0,\n\t\t\tl = this.length;\n\t\tfor ( ; i < l; i++ ) {\n\t\t\tif ( this[i].nodeType === 1 && (\" \" + this[i].className + \" \").replace(rclass, \" \").indexOf( className ) >= 0 ) {\n\t\t\t\treturn true;\n\t\t\t}\n\t\t}\n\n\t\treturn false;\n\t}\n});\n\n\n\n\nvar rreturn = /\\r/g;\n\njQuery.fn.extend({\n\tval: function( value ) {\n\t\tvar hooks, ret, isFunction,\n\t\t\telem = this[0];\n\n\t\tif ( !arguments.length ) {\n\t\t\tif ( elem ) {\n\t\t\t\thooks = jQuery.valHooks[ elem.type ] || jQuery.valHooks[ elem.nodeName.toLowerCase() ];\n\n\t\t\t\tif ( hooks && \"get\" in hooks && (ret = hooks.get( elem, \"value\" )) !== undefined ) {\n\t\t\t\t\treturn ret;\n\t\t\t\t}\n\n\t\t\t\tret = elem.value;\n\n\t\t\t\treturn typeof ret === \"string\" ?\n\t\t\t\t\t// Handle most common string cases\n\t\t\t\t\tret.replace(rreturn, \"\") :\n\t\t\t\t\t// Handle cases where value is null/undef or number\n\t\t\t\t\tret == null ? \"\" : ret;\n\t\t\t}\n\n\t\t\treturn;\n\t\t}\n\n\t\tisFunction = jQuery.isFunction( value );\n\n\t\treturn this.each(function( i ) {\n\t\t\tvar val;\n\n\t\t\tif ( this.nodeType !== 1 ) {\n\t\t\t\treturn;\n\t\t\t}\n\n\t\t\tif ( isFunction ) {\n\t\t\t\tval = value.call( this, i, jQuery( this ).val() );\n\t\t\t} else {\n\t\t\t\tval = value;\n\t\t\t}\n\n\t\t\t// Treat null/undefined as \"\"; convert numbers to string\n\t\t\tif ( val == null ) {\n\t\t\t\tval = \"\";\n\n\t\t\t} else if ( typeof val === \"number\" ) {\n\t\t\t\tval += \"\";\n\n\t\t\t} else if ( jQuery.isArray( val ) ) {\n\t\t\t\tval = jQuery.map( val, function( value ) {\n\t\t\t\t\treturn value == null ? \"\" : value + \"\";\n\t\t\t\t});\n\t\t\t}\n\n\t\t\thooks = jQuery.valHooks[ this.type ] || jQuery.valHooks[ this.nodeName.toLowerCase() ];\n\n\t\t\t// If set returns undefined, fall back to normal setting\n\t\t\tif ( !hooks || !(\"set\" in hooks) || hooks.set( this, val, \"value\" ) === undefined ) {\n\t\t\t\tthis.value = val;\n\t\t\t}\n\t\t});\n\t}\n});\n\njQuery.extend({\n\tvalHooks: {\n\t\toption: {\n\t\t\tget: function( elem ) {\n\t\t\t\tvar val = jQuery.find.attr( elem, \"value\" );\n\t\t\t\treturn val != null ?\n\t\t\t\t\tval :\n\t\t\t\t\t// Support: IE10-11+\n\t\t\t\t\t// option.text throws exceptions (#14686, #14858)\n\t\t\t\t\tjQuery.trim( jQuery.text( elem ) );\n\t\t\t}\n\t\t},\n\t\tselect: {\n\t\t\tget: function( elem ) {\n\t\t\t\tvar value, option,\n\t\t\t\t\toptions = elem.options,\n\t\t\t\t\tindex = elem.selectedIndex,\n\t\t\t\t\tone = elem.type === \"select-one\" || index < 0,\n\t\t\t\t\tvalues = one ? null : [],\n\t\t\t\t\tmax = one ? index + 1 : options.length,\n\t\t\t\t\ti = index < 0 ?\n\t\t\t\t\t\tmax :\n\t\t\t\t\t\tone ? index : 0;\n\n\t\t\t\t// Loop through all the selected options\n\t\t\t\tfor ( ; i < max; i++ ) {\n\t\t\t\t\toption = options[ i ];\n\n\t\t\t\t\t// IE6-9 doesn't update selected after form reset (#2551)\n\t\t\t\t\tif ( ( option.selected || i === index ) &&\n\t\t\t\t\t\t\t// Don't return options that are disabled or in a disabled optgroup\n\t\t\t\t\t\t\t( support.optDisabled ? !option.disabled : option.getAttribute( \"disabled\" ) === null ) &&\n\t\t\t\t\t\t\t( !option.parentNode.disabled || !jQuery.nodeName( option.parentNode, \"optgroup\" ) ) ) {\n\n\t\t\t\t\t\t// Get the specific value for the option\n\t\t\t\t\t\tvalue = jQuery( option ).val();\n\n\t\t\t\t\t\t// We don't need an array for one selects\n\t\t\t\t\t\tif ( one ) {\n\t\t\t\t\t\t\treturn value;\n\t\t\t\t\t\t}\n\n\t\t\t\t\t\t// Multi-Selects return an array\n\t\t\t\t\t\tvalues.push( value );\n\t\t\t\t\t}\n\t\t\t\t}\n\n\t\t\t\treturn values;\n\t\t\t},\n\n\t\t\tset: function( elem, value ) {\n\t\t\t\tvar optionSet, option,\n\t\t\t\t\toptions = elem.options,\n\t\t\t\t\tvalues = jQuery.makeArray( value ),\n\t\t\t\t\ti = options.length;\n\n\t\t\t\twhile ( i-- ) {\n\t\t\t\t\toption = options[ i ];\n\t\t\t\t\tif ( (option.selected = jQuery.inArray( option.value, values ) >= 0) ) {\n\t\t\t\t\t\toptionSet = true;\n\t\t\t\t\t}\n\t\t\t\t}\n\n\t\t\t\t// Force browsers to behave consistently when non-matching value is set\n\t\t\t\tif ( !optionSet ) {\n\t\t\t\t\telem.selectedIndex = -1;\n\t\t\t\t}\n\t\t\t\treturn values;\n\t\t\t}\n\t\t}\n\t}\n});\n\n// Radios and checkboxes getter/setter\njQuery.each([ \"radio\", \"checkbox\" ], function() {\n\tjQuery.valHooks[ this ] = {\n\t\tset: function( elem, value ) {\n\t\t\tif ( jQuery.isArray( value ) ) {\n\t\t\t\treturn ( elem.checked = jQuery.inArray( jQuery(elem).val(), value ) >= 0 );\n\t\t\t}\n\t\t}\n\t};\n\tif ( !support.checkOn ) {\n\t\tjQuery.valHooks[ this ].get = function( elem ) {\n\t\t\treturn elem.getAttribute(\"value\") === null ? \"on\" : elem.value;\n\t\t};\n\t}\n});\n\n\n\n\n// Return jQuery for attributes-only inclusion\n\n\njQuery.each( (\"blur focus focusin focusout load resize scroll unload click dblclick \" +\n\t\"mousedown mouseup mousemove mouseover mouseout mouseenter mouseleave \" +\n\t\"change select submit keydown keypress keyup error contextmenu\").split(\" \"), function( i, name ) {\n\n\t// Handle event binding\n\tjQuery.fn[ name ] = function( data, fn ) {\n\t\treturn arguments.length > 0 ?\n\t\t\tthis.on( name, null, data, fn ) :\n\t\t\tthis.trigger( name );\n\t};\n});\n\njQuery.fn.extend({\n\thover: function( fnOver, fnOut ) {\n\t\treturn this.mouseenter( fnOver ).mouseleave( fnOut || fnOver );\n\t},\n\n\tbind: function( types, data, fn ) {\n\t\treturn this.on( types, null, data, fn );\n\t},\n\tunbind: function( types, fn ) {\n\t\treturn this.off( types, null, fn );\n\t},\n\n\tdelegate: function( selector, types, data, fn ) {\n\t\treturn this.on( types, selector, data, fn );\n\t},\n\tundelegate: function( selector, types, fn ) {\n\t\t// ( namespace ) or ( selector, types [, fn] )\n\t\treturn arguments.length === 1 ? this.off( selector, \"**\" ) : this.off( types, selector || \"**\", fn );\n\t}\n});\n\n\nvar nonce = jQuery.now();\n\nvar rquery = (/\\?/);\n\n\n\n// Support: Android 2.3\n// Workaround failure to string-cast null input\njQuery.parseJSON = function( data ) {\n\treturn JSON.parse( data + \"\" );\n};\n\n\n// Cross-browser xml parsing\njQuery.parseXML = function( data ) {\n\tvar xml, tmp;\n\tif ( !data || typeof data !== \"string\" ) {\n\t\treturn null;\n\t}\n\n\t// Support: IE9\n\ttry {\n\t\ttmp = new DOMParser();\n\t\txml = tmp.parseFromString( data, \"text/xml\" );\n\t} catch ( e ) {\n\t\txml = undefined;\n\t}\n\n\tif ( !xml || xml.getElementsByTagName( \"parsererror\" ).length ) {\n\t\tjQuery.error( \"Invalid XML: \" + data );\n\t}\n\treturn xml;\n};\n\n\nvar\n\trhash = /#.*$/,\n\trts = /([?&])_=[^&]*/,\n\trheaders = /^(.*?):[ \\t]*([^\\r\\n]*)$/mg,\n\t// #7653, #8125, #8152: local protocol detection\n\trlocalProtocol = /^(?:about|app|app-storage|.+-extension|file|res|widget):$/,\n\trnoContent = /^(?:GET|HEAD)$/,\n\trprotocol = /^\\/\\//,\n\trurl = /^([\\w.+-]+:)(?:\\/\\/(?:[^\\/?#]*@|)([^\\/?#:]*)(?::(\\d+)|)|)/,\n\n\t/* Prefilters\n\t * 1) They are useful to introduce custom dataTypes (see ajax/jsonp.js for an example)\n\t * 2) These are called:\n\t * - BEFORE asking for a transport\n\t * - AFTER param serialization (s.data is a string if s.processData is true)\n\t * 3) key is the dataType\n\t * 4) the catchall symbol \"*\" can be used\n\t * 5) execution will start with transport dataType and THEN continue down to \"*\" if needed\n\t */\n\tprefilters = {},\n\n\t/* Transports bindings\n\t * 1) key is the dataType\n\t * 2) the catchall symbol \"*\" can be used\n\t * 3) selection will start with transport dataType and THEN go to \"*\" if needed\n\t */\n\ttransports = {},\n\n\t// Avoid comment-prolog char sequence (#10098); must appease lint and evade compression\n\tallTypes = \"*/\".concat( \"*\" ),\n\n\t// Document location\n\tajaxLocation = window.location.href,\n\n\t// Segment location into parts\n\tajaxLocParts = rurl.exec( ajaxLocation.toLowerCase() ) || [];\n\n// Base \"constructor\" for jQuery.ajaxPrefilter and jQuery.ajaxTransport\nfunction addToPrefiltersOrTransports( structure ) {\n\n\t// dataTypeExpression is optional and defaults to \"*\"\n\treturn function( dataTypeExpression, func ) {\n\n\t\tif ( typeof dataTypeExpression !== \"string\" ) {\n\t\t\tfunc = dataTypeExpression;\n\t\t\tdataTypeExpression = \"*\";\n\t\t}\n\n\t\tvar dataType,\n\t\t\ti = 0,\n\t\t\tdataTypes = dataTypeExpression.toLowerCase().match( rnotwhite ) || [];\n\n\t\tif ( jQuery.isFunction( func ) ) {\n\t\t\t// For each dataType in the dataTypeExpression\n\t\t\twhile ( (dataType = dataTypes[i++]) ) {\n\t\t\t\t// Prepend if requested\n\t\t\t\tif ( dataType[0] === \"+\" ) {\n\t\t\t\t\tdataType = dataType.slice( 1 ) || \"*\";\n\t\t\t\t\t(structure[ dataType ] = structure[ dataType ] || []).unshift( func );\n\n\t\t\t\t// Otherwise append\n\t\t\t\t} else {\n\t\t\t\t\t(structure[ dataType ] = structure[ dataType ] || []).push( func );\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t};\n}\n\n// Base inspection function for prefilters and transports\nfunction inspectPrefiltersOrTransports( structure, options, originalOptions, jqXHR ) {\n\n\tvar inspected = {},\n\t\tseekingTransport = ( structure === transports );\n\n\tfunction inspect( dataType ) {\n\t\tvar selected;\n\t\tinspected[ dataType ] = true;\n\t\tjQuery.each( structure[ dataType ] || [], function( _, prefilterOrFactory ) {\n\t\t\tvar dataTypeOrTransport = prefilterOrFactory( options, originalOptions, jqXHR );\n\t\t\tif ( typeof dataTypeOrTransport === \"string\" && !seekingTransport && !inspected[ dataTypeOrTransport ] ) {\n\t\t\t\toptions.dataTypes.unshift( dataTypeOrTransport );\n\t\t\t\tinspect( dataTypeOrTransport );\n\t\t\t\treturn false;\n\t\t\t} else if ( seekingTransport ) {\n\t\t\t\treturn !( selected = dataTypeOrTransport );\n\t\t\t}\n\t\t});\n\t\treturn selected;\n\t}\n\n\treturn inspect( options.dataTypes[ 0 ] ) || !inspected[ \"*\" ] && inspect( \"*\" );\n}\n\n// A special extend for ajax options\n// that takes \"flat\" options (not to be deep extended)\n// Fixes #9887\nfunction ajaxExtend( target, src ) {\n\tvar key, deep,\n\t\tflatOptions = jQuery.ajaxSettings.flatOptions || {};\n\n\tfor ( key in src ) {\n\t\tif ( src[ key ] !== undefined ) {\n\t\t\t( flatOptions[ key ] ? target : ( deep || (deep = {}) ) )[ key ] = src[ key ];\n\t\t}\n\t}\n\tif ( deep ) {\n\t\tjQuery.extend( true, target, deep );\n\t}\n\n\treturn target;\n}\n\n/* Handles responses to an ajax request:\n * - finds the right dataType (mediates between content-type and expected dataType)\n * - returns the corresponding response\n */\nfunction ajaxHandleResponses( s, jqXHR, responses ) {\n\n\tvar ct, type, finalDataType, firstDataType,\n\t\tcontents = s.contents,\n\t\tdataTypes = s.dataTypes;\n\n\t// Remove auto dataType and get content-type in the process\n\twhile ( dataTypes[ 0 ] === \"*\" ) {\n\t\tdataTypes.shift();\n\t\tif ( ct === undefined ) {\n\t\t\tct = s.mimeType || jqXHR.getResponseHeader(\"Content-Type\");\n\t\t}\n\t}\n\n\t// Check if we're dealing with a known content-type\n\tif ( ct ) {\n\t\tfor ( type in contents ) {\n\t\t\tif ( contents[ type ] && contents[ type ].test( ct ) ) {\n\t\t\t\tdataTypes.unshift( type );\n\t\t\t\tbreak;\n\t\t\t}\n\t\t}\n\t}\n\n\t// Check to see if we have a response for the expected dataType\n\tif ( dataTypes[ 0 ] in responses ) {\n\t\tfinalDataType = dataTypes[ 0 ];\n\t} else {\n\t\t// Try convertible dataTypes\n\t\tfor ( type in responses ) {\n\t\t\tif ( !dataTypes[ 0 ] || s.converters[ type + \" \" + dataTypes[0] ] ) {\n\t\t\t\tfinalDataType = type;\n\t\t\t\tbreak;\n\t\t\t}\n\t\t\tif ( !firstDataType ) {\n\t\t\t\tfirstDataType = type;\n\t\t\t}\n\t\t}\n\t\t// Or just use first one\n\t\tfinalDataType = finalDataType || firstDataType;\n\t}\n\n\t// If we found a dataType\n\t// We add the dataType to the list if needed\n\t// and return the corresponding response\n\tif ( finalDataType ) {\n\t\tif ( finalDataType !== dataTypes[ 0 ] ) {\n\t\t\tdataTypes.unshift( finalDataType );\n\t\t}\n\t\treturn responses[ finalDataType ];\n\t}\n}\n\n/* Chain conversions given the request and the original response\n * Also sets the responseXXX fields on the jqXHR instance\n */\nfunction ajaxConvert( s, response, jqXHR, isSuccess ) {\n\tvar conv2, current, conv, tmp, prev,\n\t\tconverters = {},\n\t\t// Work with a copy of dataTypes in case we need to modify it for conversion\n\t\tdataTypes = s.dataTypes.slice();\n\n\t// Create converters map with lowercased keys\n\tif ( dataTypes[ 1 ] ) {\n\t\tfor ( conv in s.converters ) {\n\t\t\tconverters[ conv.toLowerCase() ] = s.converters[ conv ];\n\t\t}\n\t}\n\n\tcurrent = dataTypes.shift();\n\n\t// Convert to each sequential dataType\n\twhile ( current ) {\n\n\t\tif ( s.responseFields[ current ] ) {\n\t\t\tjqXHR[ s.responseFields[ current ] ] = response;\n\t\t}\n\n\t\t// Apply the dataFilter if provided\n\t\tif ( !prev && isSuccess && s.dataFilter ) {\n\t\t\tresponse = s.dataFilter( response, s.dataType );\n\t\t}\n\n\t\tprev = current;\n\t\tcurrent = dataTypes.shift();\n\n\t\tif ( current ) {\n\n\t\t// There's only work to do if current dataType is non-auto\n\t\t\tif ( current === \"*\" ) {\n\n\t\t\t\tcurrent = prev;\n\n\t\t\t// Convert response if prev dataType is non-auto and differs from current\n\t\t\t} else if ( prev !== \"*\" && prev !== current ) {\n\n\t\t\t\t// Seek a direct converter\n\t\t\t\tconv = converters[ prev + \" \" + current ] || converters[ \"* \" + current ];\n\n\t\t\t\t// If none found, seek a pair\n\t\t\t\tif ( !conv ) {\n\t\t\t\t\tfor ( conv2 in converters ) {\n\n\t\t\t\t\t\t// If conv2 outputs current\n\t\t\t\t\t\ttmp = conv2.split( \" \" );\n\t\t\t\t\t\tif ( tmp[ 1 ] === current ) {\n\n\t\t\t\t\t\t\t// If prev can be converted to accepted input\n\t\t\t\t\t\t\tconv = converters[ prev + \" \" + tmp[ 0 ] ] ||\n\t\t\t\t\t\t\t\tconverters[ \"* \" + tmp[ 0 ] ];\n\t\t\t\t\t\t\tif ( conv ) {\n\t\t\t\t\t\t\t\t// Condense equivalence converters\n\t\t\t\t\t\t\t\tif ( conv === true ) {\n\t\t\t\t\t\t\t\t\tconv = converters[ conv2 ];\n\n\t\t\t\t\t\t\t\t// Otherwise, insert the intermediate dataType\n\t\t\t\t\t\t\t\t} else if ( converters[ conv2 ] !== true ) {\n\t\t\t\t\t\t\t\t\tcurrent = tmp[ 0 ];\n\t\t\t\t\t\t\t\t\tdataTypes.unshift( tmp[ 1 ] );\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\tbreak;\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\n\t\t\t\t// Apply converter (if not an equivalence)\n\t\t\t\tif ( conv !== true ) {\n\n\t\t\t\t\t// Unless errors are allowed to bubble, catch and return them\n\t\t\t\t\tif ( conv && s[ \"throws\" ] ) {\n\t\t\t\t\t\tresponse = conv( response );\n\t\t\t\t\t} else {\n\t\t\t\t\t\ttry {\n\t\t\t\t\t\t\tresponse = conv( response );\n\t\t\t\t\t\t} catch ( e ) {\n\t\t\t\t\t\t\treturn { state: \"parsererror\", error: conv ? e : \"No conversion from \" + prev + \" to \" + current };\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n\n\treturn { state: \"success\", data: response };\n}\n\njQuery.extend({\n\n\t// Counter for holding the number of active queries\n\tactive: 0,\n\n\t// Last-Modified header cache for next request\n\tlastModified: {},\n\tetag: {},\n\n\tajaxSettings: {\n\t\turl: ajaxLocation,\n\t\ttype: \"GET\",\n\t\tisLocal: rlocalProtocol.test( ajaxLocParts[ 1 ] ),\n\t\tglobal: true,\n\t\tprocessData: true,\n\t\tasync: true,\n\t\tcontentType: \"application/x-www-form-urlencoded; charset=UTF-8\",\n\t\t/*\n\t\ttimeout: 0,\n\t\tdata: null,\n\t\tdataType: null,\n\t\tusername: null,\n\t\tpassword: null,\n\t\tcache: null,\n\t\tthrows: false,\n\t\ttraditional: false,\n\t\theaders: {},\n\t\t*/\n\n\t\taccepts: {\n\t\t\t\"*\": allTypes,\n\t\t\ttext: \"text/plain\",\n\t\t\thtml: \"text/html\",\n\t\t\txml: \"application/xml, text/xml\",\n\t\t\tjson: \"application/json, text/javascript\"\n\t\t},\n\n\t\tcontents: {\n\t\t\txml: /xml/,\n\t\t\thtml: /html/,\n\t\t\tjson: /json/\n\t\t},\n\n\t\tresponseFields: {\n\t\t\txml: \"responseXML\",\n\t\t\ttext: \"responseText\",\n\t\t\tjson: \"responseJSON\"\n\t\t},\n\n\t\t// Data converters\n\t\t// Keys separate source (or catchall \"*\") and destination types with a single space\n\t\tconverters: {\n\n\t\t\t// Convert anything to text\n\t\t\t\"* text\": String,\n\n\t\t\t// Text to html (true = no transformation)\n\t\t\t\"text html\": true,\n\n\t\t\t// Evaluate text as a json expression\n\t\t\t\"text json\": jQuery.parseJSON,\n\n\t\t\t// Parse text as xml\n\t\t\t\"text xml\": jQuery.parseXML\n\t\t},\n\n\t\t// For options that shouldn't be deep extended:\n\t\t// you can add your own custom options here if\n\t\t// and when you create one that shouldn't be\n\t\t// deep extended (see ajaxExtend)\n\t\tflatOptions: {\n\t\t\turl: true,\n\t\t\tcontext: true\n\t\t}\n\t},\n\n\t// Creates a full fledged settings object into target\n\t// with both ajaxSettings and settings fields.\n\t// If target is omitted, writes into ajaxSettings.\n\tajaxSetup: function( target, settings ) {\n\t\treturn settings ?\n\n\t\t\t// Building a settings object\n\t\t\tajaxExtend( ajaxExtend( target, jQuery.ajaxSettings ), settings ) :\n\n\t\t\t// Extending ajaxSettings\n\t\t\tajaxExtend( jQuery.ajaxSettings, target );\n\t},\n\n\tajaxPrefilter: addToPrefiltersOrTransports( prefilters ),\n\tajaxTransport: addToPrefiltersOrTransports( transports ),\n\n\t// Main method\n\tajax: function( url, options ) {\n\n\t\t// If url is an object, simulate pre-1.5 signature\n\t\tif ( typeof url === \"object\" ) {\n\t\t\toptions = url;\n\t\t\turl = undefined;\n\t\t}\n\n\t\t// Force options to be an object\n\t\toptions = options || {};\n\n\t\tvar transport,\n\t\t\t// URL without anti-cache param\n\t\t\tcacheURL,\n\t\t\t// Response headers\n\t\t\tresponseHeadersString,\n\t\t\tresponseHeaders,\n\t\t\t// timeout handle\n\t\t\ttimeoutTimer,\n\t\t\t// Cross-domain detection vars\n\t\t\tparts,\n\t\t\t// To know if global events are to be dispatched\n\t\t\tfireGlobals,\n\t\t\t// Loop variable\n\t\t\ti,\n\t\t\t// Create the final options object\n\t\t\ts = jQuery.ajaxSetup( {}, options ),\n\t\t\t// Callbacks context\n\t\t\tcallbackContext = s.context || s,\n\t\t\t// Context for global events is callbackContext if it is a DOM node or jQuery collection\n\t\t\tglobalEventContext = s.context && ( callbackContext.nodeType || callbackContext.jquery ) ?\n\t\t\t\tjQuery( callbackContext ) :\n\t\t\t\tjQuery.event,\n\t\t\t// Deferreds\n\t\t\tdeferred = jQuery.Deferred(),\n\t\t\tcompleteDeferred = jQuery.Callbacks(\"once memory\"),\n\t\t\t// Status-dependent callbacks\n\t\t\tstatusCode = s.statusCode || {},\n\t\t\t// Headers (they are sent all at once)\n\t\t\trequestHeaders = {},\n\t\t\trequestHeadersNames = {},\n\t\t\t// The jqXHR state\n\t\t\tstate = 0,\n\t\t\t// Default abort message\n\t\t\tstrAbort = \"canceled\",\n\t\t\t// Fake xhr\n\t\t\tjqXHR = {\n\t\t\t\treadyState: 0,\n\n\t\t\t\t// Builds headers hashtable if needed\n\t\t\t\tgetResponseHeader: function( key ) {\n\t\t\t\t\tvar match;\n\t\t\t\t\tif ( state === 2 ) {\n\t\t\t\t\t\tif ( !responseHeaders ) {\n\t\t\t\t\t\t\tresponseHeaders = {};\n\t\t\t\t\t\t\twhile ( (match = rheaders.exec( responseHeadersString )) ) {\n\t\t\t\t\t\t\t\tresponseHeaders[ match[1].toLowerCase() ] = match[ 2 ];\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t\tmatch = responseHeaders[ key.toLowerCase() ];\n\t\t\t\t\t}\n\t\t\t\t\treturn match == null ? null : match;\n\t\t\t\t},\n\n\t\t\t\t// Raw string\n\t\t\t\tgetAllResponseHeaders: function() {\n\t\t\t\t\treturn state === 2 ? responseHeadersString : null;\n\t\t\t\t},\n\n\t\t\t\t// Caches the header\n\t\t\t\tsetRequestHeader: function( name, value ) {\n\t\t\t\t\tvar lname = name.toLowerCase();\n\t\t\t\t\tif ( !state ) {\n\t\t\t\t\t\tname = requestHeadersNames[ lname ] = requestHeadersNames[ lname ] || name;\n\t\t\t\t\t\trequestHeaders[ name ] = value;\n\t\t\t\t\t}\n\t\t\t\t\treturn this;\n\t\t\t\t},\n\n\t\t\t\t// Overrides response content-type header\n\t\t\t\toverrideMimeType: function( type ) {\n\t\t\t\t\tif ( !state ) {\n\t\t\t\t\t\ts.mimeType = type;\n\t\t\t\t\t}\n\t\t\t\t\treturn this;\n\t\t\t\t},\n\n\t\t\t\t// Status-dependent callbacks\n\t\t\t\tstatusCode: function( map ) {\n\t\t\t\t\tvar code;\n\t\t\t\t\tif ( map ) {\n\t\t\t\t\t\tif ( state < 2 ) {\n\t\t\t\t\t\t\tfor ( code in map ) {\n\t\t\t\t\t\t\t\t// Lazy-add the new callback in a way that preserves old ones\n\t\t\t\t\t\t\t\tstatusCode[ code ] = [ statusCode[ code ], map[ code ] ];\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t// Execute the appropriate callbacks\n\t\t\t\t\t\t\tjqXHR.always( map[ jqXHR.status ] );\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t\treturn this;\n\t\t\t\t},\n\n\t\t\t\t// Cancel the request\n\t\t\t\tabort: function( statusText ) {\n\t\t\t\t\tvar finalText = statusText || strAbort;\n\t\t\t\t\tif ( transport ) {\n\t\t\t\t\t\ttransport.abort( finalText );\n\t\t\t\t\t}\n\t\t\t\t\tdone( 0, finalText );\n\t\t\t\t\treturn this;\n\t\t\t\t}\n\t\t\t};\n\n\t\t// Attach deferreds\n\t\tdeferred.promise( jqXHR ).complete = completeDeferred.add;\n\t\tjqXHR.success = jqXHR.done;\n\t\tjqXHR.error = jqXHR.fail;\n\n\t\t// Remove hash character (#7531: and string promotion)\n\t\t// Add protocol if not provided (prefilters might expect it)\n\t\t// Handle falsy url in the settings object (#10093: consistency with old signature)\n\t\t// We also use the url parameter if available\n\t\ts.url = ( ( url || s.url || ajaxLocation ) + \"\" ).replace( rhash, \"\" )\n\t\t\t.replace( rprotocol, ajaxLocParts[ 1 ] + \"//\" );\n\n\t\t// Alias method option to type as per ticket #12004\n\t\ts.type = options.method || options.type || s.method || s.type;\n\n\t\t// Extract dataTypes list\n\t\ts.dataTypes = jQuery.trim( s.dataType || \"*\" ).toLowerCase().match( rnotwhite ) || [ \"\" ];\n\n\t\t// A cross-domain request is in order when we have a protocol:host:port mismatch\n\t\tif ( s.crossDomain == null ) {\n\t\t\tparts = rurl.exec( s.url.toLowerCase() );\n\t\t\ts.crossDomain = !!( parts &&\n\t\t\t\t( parts[ 1 ] !== ajaxLocParts[ 1 ] || parts[ 2 ] !== ajaxLocParts[ 2 ] ||\n\t\t\t\t\t( parts[ 3 ] || ( parts[ 1 ] === \"http:\" ? \"80\" : \"443\" ) ) !==\n\t\t\t\t\t\t( ajaxLocParts[ 3 ] || ( ajaxLocParts[ 1 ] === \"http:\" ? \"80\" : \"443\" ) ) )\n\t\t\t);\n\t\t}\n\n\t\t// Convert data if not already a string\n\t\tif ( s.data && s.processData && typeof s.data !== \"string\" ) {\n\t\t\ts.data = jQuery.param( s.data, s.traditional );\n\t\t}\n\n\t\t// Apply prefilters\n\t\tinspectPrefiltersOrTransports( prefilters, s, options, jqXHR );\n\n\t\t// If request was aborted inside a prefilter, stop there\n\t\tif ( state === 2 ) {\n\t\t\treturn jqXHR;\n\t\t}\n\n\t\t// We can fire global events as of now if asked to\n\t\t// Don't fire events if jQuery.event is undefined in an AMD-usage scenario (#15118)\n\t\tfireGlobals = jQuery.event && s.global;\n\n\t\t// Watch for a new set of requests\n\t\tif ( fireGlobals && jQuery.active++ === 0 ) {\n\t\t\tjQuery.event.trigger(\"ajaxStart\");\n\t\t}\n\n\t\t// Uppercase the type\n\t\ts.type = s.type.toUpperCase();\n\n\t\t// Determine if request has content\n\t\ts.hasContent = !rnoContent.test( s.type );\n\n\t\t// Save the URL in case we're toying with the If-Modified-Since\n\t\t// and/or If-None-Match header later on\n\t\tcacheURL = s.url;\n\n\t\t// More options handling for requests with no content\n\t\tif ( !s.hasContent ) {\n\n\t\t\t// If data is available, append data to url\n\t\t\tif ( s.data ) {\n\t\t\t\tcacheURL = ( s.url += ( rquery.test( cacheURL ) ? \"&\" : \"?\" ) + s.data );\n\t\t\t\t// #9682: remove data so that it's not used in an eventual retry\n\t\t\t\tdelete s.data;\n\t\t\t}\n\n\t\t\t// Add anti-cache in url if needed\n\t\t\tif ( s.cache === false ) {\n\t\t\t\ts.url = rts.test( cacheURL ) ?\n\n\t\t\t\t\t// If there is already a '_' parameter, set its value\n\t\t\t\t\tcacheURL.replace( rts, \"$1_=\" + nonce++ ) :\n\n\t\t\t\t\t// Otherwise add one to the end\n\t\t\t\t\tcacheURL + ( rquery.test( cacheURL ) ? \"&\" : \"?\" ) + \"_=\" + nonce++;\n\t\t\t}\n\t\t}\n\n\t\t// Set the If-Modified-Since and/or If-None-Match header, if in ifModified mode.\n\t\tif ( s.ifModified ) {\n\t\t\tif ( jQuery.lastModified[ cacheURL ] ) {\n\t\t\t\tjqXHR.setRequestHeader( \"If-Modified-Since\", jQuery.lastModified[ cacheURL ] );\n\t\t\t}\n\t\t\tif ( jQuery.etag[ cacheURL ] ) {\n\t\t\t\tjqXHR.setRequestHeader( \"If-None-Match\", jQuery.etag[ cacheURL ] );\n\t\t\t}\n\t\t}\n\n\t\t// Set the correct header, if data is being sent\n\t\tif ( s.data && s.hasContent && s.contentType !== false || options.contentType ) {\n\t\t\tjqXHR.setRequestHeader( \"Content-Type\", s.contentType );\n\t\t}\n\n\t\t// Set the Accepts header for the server, depending on the dataType\n\t\tjqXHR.setRequestHeader(\n\t\t\t\"Accept\",\n\t\t\ts.dataTypes[ 0 ] && s.accepts[ s.dataTypes[0] ] ?\n\t\t\t\ts.accepts[ s.dataTypes[0] ] + ( s.dataTypes[ 0 ] !== \"*\" ? \", \" + allTypes + \"; q=0.01\" : \"\" ) :\n\t\t\t\ts.accepts[ \"*\" ]\n\t\t);\n\n\t\t// Check for headers option\n\t\tfor ( i in s.headers ) {\n\t\t\tjqXHR.setRequestHeader( i, s.headers[ i ] );\n\t\t}\n\n\t\t// Allow custom headers/mimetypes and early abort\n\t\tif ( s.beforeSend && ( s.beforeSend.call( callbackContext, jqXHR, s ) === false || state === 2 ) ) {\n\t\t\t// Abort if not done already and return\n\t\t\treturn jqXHR.abort();\n\t\t}\n\n\t\t// Aborting is no longer a cancellation\n\t\tstrAbort = \"abort\";\n\n\t\t// Install callbacks on deferreds\n\t\tfor ( i in { success: 1, error: 1, complete: 1 } ) {\n\t\t\tjqXHR[ i ]( s[ i ] );\n\t\t}\n\n\t\t// Get transport\n\t\ttransport = inspectPrefiltersOrTransports( transports, s, options, jqXHR );\n\n\t\t// If no transport, we auto-abort\n\t\tif ( !transport ) {\n\t\t\tdone( -1, \"No Transport\" );\n\t\t} else {\n\t\t\tjqXHR.readyState = 1;\n\n\t\t\t// Send global event\n\t\t\tif ( fireGlobals ) {\n\t\t\t\tglobalEventContext.trigger( \"ajaxSend\", [ jqXHR, s ] );\n\t\t\t}\n\t\t\t// Timeout\n\t\t\tif ( s.async && s.timeout > 0 ) {\n\t\t\t\ttimeoutTimer = setTimeout(function() {\n\t\t\t\t\tjqXHR.abort(\"timeout\");\n\t\t\t\t}, s.timeout );\n\t\t\t}\n\n\t\t\ttry {\n\t\t\t\tstate = 1;\n\t\t\t\ttransport.send( requestHeaders, done );\n\t\t\t} catch ( e ) {\n\t\t\t\t// Propagate exception as error if not done\n\t\t\t\tif ( state < 2 ) {\n\t\t\t\t\tdone( -1, e );\n\t\t\t\t// Simply rethrow otherwise\n\t\t\t\t} else {\n\t\t\t\t\tthrow e;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\t// Callback for when everything is done\n\t\tfunction done( status, nativeStatusText, responses, headers ) {\n\t\t\tvar isSuccess, success, error, response, modified,\n\t\t\t\tstatusText = nativeStatusText;\n\n\t\t\t// Called once\n\t\t\tif ( state === 2 ) {\n\t\t\t\treturn;\n\t\t\t}\n\n\t\t\t// State is \"done\" now\n\t\t\tstate = 2;\n\n\t\t\t// Clear timeout if it exists\n\t\t\tif ( timeoutTimer ) {\n\t\t\t\tclearTimeout( timeoutTimer );\n\t\t\t}\n\n\t\t\t// Dereference transport for early garbage collection\n\t\t\t// (no matter how long the jqXHR object will be used)\n\t\t\ttransport = undefined;\n\n\t\t\t// Cache response headers\n\t\t\tresponseHeadersString = headers || \"\";\n\n\t\t\t// Set readyState\n\t\t\tjqXHR.readyState = status > 0 ? 4 : 0;\n\n\t\t\t// Determine if successful\n\t\t\tisSuccess = status >= 200 && status < 300 || status === 304;\n\n\t\t\t// Get response data\n\t\t\tif ( responses ) {\n\t\t\t\tresponse = ajaxHandleResponses( s, jqXHR, responses );\n\t\t\t}\n\n\t\t\t// Convert no matter what (that way responseXXX fields are always set)\n\t\t\tresponse = ajaxConvert( s, response, jqXHR, isSuccess );\n\n\t\t\t// If successful, handle type chaining\n\t\t\tif ( isSuccess ) {\n\n\t\t\t\t// Set the If-Modified-Since and/or If-None-Match header, if in ifModified mode.\n\t\t\t\tif ( s.ifModified ) {\n\t\t\t\t\tmodified = jqXHR.getResponseHeader(\"Last-Modified\");\n\t\t\t\t\tif ( modified ) {\n\t\t\t\t\t\tjQuery.lastModified[ cacheURL ] = modified;\n\t\t\t\t\t}\n\t\t\t\t\tmodified = jqXHR.getResponseHeader(\"etag\");\n\t\t\t\t\tif ( modified ) {\n\t\t\t\t\t\tjQuery.etag[ cacheURL ] = modified;\n\t\t\t\t\t}\n\t\t\t\t}\n\n\t\t\t\t// if no content\n\t\t\t\tif ( status === 204 || s.type === \"HEAD\" ) {\n\t\t\t\t\tstatusText = \"nocontent\";\n\n\t\t\t\t// if not modified\n\t\t\t\t} else if ( status === 304 ) {\n\t\t\t\t\tstatusText = \"notmodified\";\n\n\t\t\t\t// If we have data, let's convert it\n\t\t\t\t} else {\n\t\t\t\t\tstatusText = response.state;\n\t\t\t\t\tsuccess = response.data;\n\t\t\t\t\terror = response.error;\n\t\t\t\t\tisSuccess = !error;\n\t\t\t\t}\n\t\t\t} else {\n\t\t\t\t// Extract error from statusText and normalize for non-aborts\n\t\t\t\terror = statusText;\n\t\t\t\tif ( status || !statusText ) {\n\t\t\t\t\tstatusText = \"error\";\n\t\t\t\t\tif ( status < 0 ) {\n\t\t\t\t\t\tstatus = 0;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\n\t\t\t// Set data for the fake xhr object\n\t\t\tjqXHR.status = status;\n\t\t\tjqXHR.statusText = ( nativeStatusText || statusText ) + \"\";\n\n\t\t\t// Success/Error\n\t\t\tif ( isSuccess ) {\n\t\t\t\tdeferred.resolveWith( callbackContext, [ success, statusText, jqXHR ] );\n\t\t\t} else {\n\t\t\t\tdeferred.rejectWith( callbackContext, [ jqXHR, statusText, error ] );\n\t\t\t}\n\n\t\t\t// Status-dependent callbacks\n\t\t\tjqXHR.statusCode( statusCode );\n\t\t\tstatusCode = undefined;\n\n\t\t\tif ( fireGlobals ) {\n\t\t\t\tglobalEventContext.trigger( isSuccess ? \"ajaxSuccess\" : \"ajaxError\",\n\t\t\t\t\t[ jqXHR, s, isSuccess ? success : error ] );\n\t\t\t}\n\n\t\t\t// Complete\n\t\t\tcompleteDeferred.fireWith( callbackContext, [ jqXHR, statusText ] );\n\n\t\t\tif ( fireGlobals ) {\n\t\t\t\tglobalEventContext.trigger( \"ajaxComplete\", [ jqXHR, s ] );\n\t\t\t\t// Handle the global AJAX counter\n\t\t\t\tif ( !( --jQuery.active ) ) {\n\t\t\t\t\tjQuery.event.trigger(\"ajaxStop\");\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\treturn jqXHR;\n\t},\n\n\tgetJSON: function( url, data, callback ) {\n\t\treturn jQuery.get( url, data, callback, \"json\" );\n\t},\n\n\tgetScript: function( url, callback ) {\n\t\treturn jQuery.get( url, undefined, callback, \"script\" );\n\t}\n});\n\njQuery.each( [ \"get\", \"post\" ], function( i, method ) {\n\tjQuery[ method ] = function( url, data, callback, type ) {\n\t\t// Shift arguments if data argument was omitted\n\t\tif ( jQuery.isFunction( data ) ) {\n\t\t\ttype = type || callback;\n\t\t\tcallback = data;\n\t\t\tdata = undefined;\n\t\t}\n\n\t\treturn jQuery.ajax({\n\t\t\turl: url,\n\t\t\ttype: method,\n\t\t\tdataType: type,\n\t\t\tdata: data,\n\t\t\tsuccess: callback\n\t\t});\n\t};\n});\n\n\njQuery._evalUrl = function( url ) {\n\treturn jQuery.ajax({\n\t\turl: url,\n\t\ttype: \"GET\",\n\t\tdataType: \"script\",\n\t\tasync: false,\n\t\tglobal: false,\n\t\t\"throws\": true\n\t});\n};\n\n\njQuery.fn.extend({\n\twrapAll: function( html ) {\n\t\tvar wrap;\n\n\t\tif ( jQuery.isFunction( html ) ) {\n\t\t\treturn this.each(function( i ) {\n\t\t\t\tjQuery( this ).wrapAll( html.call(this, i) );\n\t\t\t});\n\t\t}\n\n\t\tif ( this[ 0 ] ) {\n\n\t\t\t// The elements to wrap the target around\n\t\t\twrap = jQuery( html, this[ 0 ].ownerDocument ).eq( 0 ).clone( true );\n\n\t\t\tif ( this[ 0 ].parentNode ) {\n\t\t\t\twrap.insertBefore( this[ 0 ] );\n\t\t\t}\n\n\t\t\twrap.map(function() {\n\t\t\t\tvar elem = this;\n\n\t\t\t\twhile ( elem.firstElementChild ) {\n\t\t\t\t\telem = elem.firstElementChild;\n\t\t\t\t}\n\n\t\t\t\treturn elem;\n\t\t\t}).append( this );\n\t\t}\n\n\t\treturn this;\n\t},\n\n\twrapInner: function( html ) {\n\t\tif ( jQuery.isFunction( html ) ) {\n\t\t\treturn this.each(function( i ) {\n\t\t\t\tjQuery( this ).wrapInner( html.call(this, i) );\n\t\t\t});\n\t\t}\n\n\t\treturn this.each(function() {\n\t\t\tvar self = jQuery( this ),\n\t\t\t\tcontents = self.contents();\n\n\t\t\tif ( contents.length ) {\n\t\t\t\tcontents.wrapAll( html );\n\n\t\t\t} else {\n\t\t\t\tself.append( html );\n\t\t\t}\n\t\t});\n\t},\n\n\twrap: function( html ) {\n\t\tvar isFunction = jQuery.isFunction( html );\n\n\t\treturn this.each(function( i ) {\n\t\t\tjQuery( this ).wrapAll( isFunction ? html.call(this, i) : html );\n\t\t});\n\t},\n\n\tunwrap: function() {\n\t\treturn this.parent().each(function() {\n\t\t\tif ( !jQuery.nodeName( this, \"body\" ) ) {\n\t\t\t\tjQuery( this ).replaceWith( this.childNodes );\n\t\t\t}\n\t\t}).end();\n\t}\n});\n\n\njQuery.expr.filters.hidden = function( elem ) {\n\t// Support: Opera <= 12.12\n\t// Opera reports offsetWidths and offsetHeights less than zero on some elements\n\treturn elem.offsetWidth <= 0 && elem.offsetHeight <= 0;\n};\njQuery.expr.filters.visible = function( elem ) {\n\treturn !jQuery.expr.filters.hidden( elem );\n};\n\n\n\n\nvar r20 = /%20/g,\n\trbracket = /\\[\\]$/,\n\trCRLF = /\\r?\\n/g,\n\trsubmitterTypes = /^(?:submit|button|image|reset|file)$/i,\n\trsubmittable = /^(?:input|select|textarea|keygen)/i;\n\nfunction buildParams( prefix, obj, traditional, add ) {\n\tvar name;\n\n\tif ( jQuery.isArray( obj ) ) {\n\t\t// Serialize array item.\n\t\tjQuery.each( obj, function( i, v ) {\n\t\t\tif ( traditional || rbracket.test( prefix ) ) {\n\t\t\t\t// Treat each array item as a scalar.\n\t\t\t\tadd( prefix, v );\n\n\t\t\t} else {\n\t\t\t\t// Item is non-scalar (array or object), encode its numeric index.\n\t\t\t\tbuildParams( prefix + \"[\" + ( typeof v === \"object\" ? i : \"\" ) + \"]\", v, traditional, add );\n\t\t\t}\n\t\t});\n\n\t} else if ( !traditional && jQuery.type( obj ) === \"object\" ) {\n\t\t// Serialize object item.\n\t\tfor ( name in obj ) {\n\t\t\tbuildParams( prefix + \"[\" + name + \"]\", obj[ name ], traditional, add );\n\t\t}\n\n\t} else {\n\t\t// Serialize scalar item.\n\t\tadd( prefix, obj );\n\t}\n}\n\n// Serialize an array of form elements or a set of\n// key/values into a query string\njQuery.param = function( a, traditional ) {\n\tvar prefix,\n\t\ts = [],\n\t\tadd = function( key, value ) {\n\t\t\t// If value is a function, invoke it and return its value\n\t\t\tvalue = jQuery.isFunction( value ) ? value() : ( value == null ? \"\" : value );\n\t\t\ts[ s.length ] = encodeURIComponent( key ) + \"=\" + encodeURIComponent( value );\n\t\t};\n\n\t// Set traditional to true for jQuery <= 1.3.2 behavior.\n\tif ( traditional === undefined ) {\n\t\ttraditional = jQuery.ajaxSettings && jQuery.ajaxSettings.traditional;\n\t}\n\n\t// If an array was passed in, assume that it is an array of form elements.\n\tif ( jQuery.isArray( a ) || ( a.jquery && !jQuery.isPlainObject( a ) ) ) {\n\t\t// Serialize the form elements\n\t\tjQuery.each( a, function() {\n\t\t\tadd( this.name, this.value );\n\t\t});\n\n\t} else {\n\t\t// If traditional, encode the \"old\" way (the way 1.3.2 or older\n\t\t// did it), otherwise encode params recursively.\n\t\tfor ( prefix in a ) {\n\t\t\tbuildParams( prefix, a[ prefix ], traditional, add );\n\t\t}\n\t}\n\n\t// Return the resulting serialization\n\treturn s.join( \"&\" ).replace( r20, \"+\" );\n};\n\njQuery.fn.extend({\n\tserialize: function() {\n\t\treturn jQuery.param( this.serializeArray() );\n\t},\n\tserializeArray: function() {\n\t\treturn this.map(function() {\n\t\t\t// Can add propHook for \"elements\" to filter or add form elements\n\t\t\tvar elements = jQuery.prop( this, \"elements\" );\n\t\t\treturn elements ? jQuery.makeArray( elements ) : this;\n\t\t})\n\t\t.filter(function() {\n\t\t\tvar type = this.type;\n\n\t\t\t// Use .is( \":disabled\" ) so that fieldset[disabled] works\n\t\t\treturn this.name && !jQuery( this ).is( \":disabled\" ) &&\n\t\t\t\trsubmittable.test( this.nodeName ) && !rsubmitterTypes.test( type ) &&\n\t\t\t\t( this.checked || !rcheckableType.test( type ) );\n\t\t})\n\t\t.map(function( i, elem ) {\n\t\t\tvar val = jQuery( this ).val();\n\n\t\t\treturn val == null ?\n\t\t\t\tnull :\n\t\t\t\tjQuery.isArray( val ) ?\n\t\t\t\t\tjQuery.map( val, function( val ) {\n\t\t\t\t\t\treturn { name: elem.name, value: val.replace( rCRLF, \"\\r\\n\" ) };\n\t\t\t\t\t}) :\n\t\t\t\t\t{ name: elem.name, value: val.replace( rCRLF, \"\\r\\n\" ) };\n\t\t}).get();\n\t}\n});\n\n\njQuery.ajaxSettings.xhr = function() {\n\ttry {\n\t\treturn new XMLHttpRequest();\n\t} catch( e ) {}\n};\n\nvar xhrId = 0,\n\txhrCallbacks = {},\n\txhrSuccessStatus = {\n\t\t// file protocol always yields status code 0, assume 200\n\t\t0: 200,\n\t\t// Support: IE9\n\t\t// #1450: sometimes IE returns 1223 when it should be 204\n\t\t1223: 204\n\t},\n\txhrSupported = jQuery.ajaxSettings.xhr();\n\n// Support: IE9\n// Open requests must be manually aborted on unload (#5280)\n// See https://support.microsoft.com/kb/2856746 for more info\nif ( window.attachEvent ) {\n\twindow.attachEvent( \"onunload\", function() {\n\t\tfor ( var key in xhrCallbacks ) {\n\t\t\txhrCallbacks[ key ]();\n\t\t}\n\t});\n}\n\nsupport.cors = !!xhrSupported && ( \"withCredentials\" in xhrSupported );\nsupport.ajax = xhrSupported = !!xhrSupported;\n\njQuery.ajaxTransport(function( options ) {\n\tvar callback;\n\n\t// Cross domain only allowed if supported through XMLHttpRequest\n\tif ( support.cors || xhrSupported && !options.crossDomain ) {\n\t\treturn {\n\t\t\tsend: function( headers, complete ) {\n\t\t\t\tvar i,\n\t\t\t\t\txhr = options.xhr(),\n\t\t\t\t\tid = ++xhrId;\n\n\t\t\t\txhr.open( options.type, options.url, options.async, options.username, options.password );\n\n\t\t\t\t// Apply custom fields if provided\n\t\t\t\tif ( options.xhrFields ) {\n\t\t\t\t\tfor ( i in options.xhrFields ) {\n\t\t\t\t\t\txhr[ i ] = options.xhrFields[ i ];\n\t\t\t\t\t}\n\t\t\t\t}\n\n\t\t\t\t// Override mime type if needed\n\t\t\t\tif ( options.mimeType && xhr.overrideMimeType ) {\n\t\t\t\t\txhr.overrideMimeType( options.mimeType );\n\t\t\t\t}\n\n\t\t\t\t// X-Requested-With header\n\t\t\t\t// For cross-domain requests, seeing as conditions for a preflight are\n\t\t\t\t// akin to a jigsaw puzzle, we simply never set it to be sure.\n\t\t\t\t// (it can always be set on a per-request basis or even using ajaxSetup)\n\t\t\t\t// For same-domain requests, won't change header if already provided.\n\t\t\t\tif ( !options.crossDomain && !headers[\"X-Requested-With\"] ) {\n\t\t\t\t\theaders[\"X-Requested-With\"] = \"XMLHttpRequest\";\n\t\t\t\t}\n\n\t\t\t\t// Set headers\n\t\t\t\tfor ( i in headers ) {\n\t\t\t\t\txhr.setRequestHeader( i, headers[ i ] );\n\t\t\t\t}\n\n\t\t\t\t// Callback\n\t\t\t\tcallback = function( type ) {\n\t\t\t\t\treturn function() {\n\t\t\t\t\t\tif ( callback ) {\n\t\t\t\t\t\t\tdelete xhrCallbacks[ id ];\n\t\t\t\t\t\t\tcallback = xhr.onload = xhr.onerror = null;\n\n\t\t\t\t\t\t\tif ( type === \"abort\" ) {\n\t\t\t\t\t\t\t\txhr.abort();\n\t\t\t\t\t\t\t} else if ( type === \"error\" ) {\n\t\t\t\t\t\t\t\tcomplete(\n\t\t\t\t\t\t\t\t\t// file: protocol always yields status 0; see #8605, #14207\n\t\t\t\t\t\t\t\t\txhr.status,\n\t\t\t\t\t\t\t\t\txhr.statusText\n\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\tcomplete(\n\t\t\t\t\t\t\t\t\txhrSuccessStatus[ xhr.status ] || xhr.status,\n\t\t\t\t\t\t\t\t\txhr.statusText,\n\t\t\t\t\t\t\t\t\t// Support: IE9\n\t\t\t\t\t\t\t\t\t// Accessing binary-data responseText throws an exception\n\t\t\t\t\t\t\t\t\t// (#11426)\n\t\t\t\t\t\t\t\t\ttypeof xhr.responseText === \"string\" ? {\n\t\t\t\t\t\t\t\t\t\ttext: xhr.responseText\n\t\t\t\t\t\t\t\t\t} : undefined,\n\t\t\t\t\t\t\t\t\txhr.getAllResponseHeaders()\n\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t};\n\t\t\t\t};\n\n\t\t\t\t// Listen to events\n\t\t\t\txhr.onload = callback();\n\t\t\t\txhr.onerror = callback(\"error\");\n\n\t\t\t\t// Create the abort callback\n\t\t\t\tcallback = xhrCallbacks[ id ] = callback(\"abort\");\n\n\t\t\t\ttry {\n\t\t\t\t\t// Do send the request (this may raise an exception)\n\t\t\t\t\txhr.send( options.hasContent && options.data || null );\n\t\t\t\t} catch ( e ) {\n\t\t\t\t\t// #14683: Only rethrow if this hasn't been notified as an error yet\n\t\t\t\t\tif ( callback ) {\n\t\t\t\t\t\tthrow e;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\n\t\t\tabort: function() {\n\t\t\t\tif ( callback ) {\n\t\t\t\t\tcallback();\n\t\t\t\t}\n\t\t\t}\n\t\t};\n\t}\n});\n\n\n\n\n// Install script dataType\njQuery.ajaxSetup({\n\taccepts: {\n\t\tscript: \"text/javascript, application/javascript, application/ecmascript, application/x-ecmascript\"\n\t},\n\tcontents: {\n\t\tscript: /(?:java|ecma)script/\n\t},\n\tconverters: {\n\t\t\"text script\": function( text ) {\n\t\t\tjQuery.globalEval( text );\n\t\t\treturn text;\n\t\t}\n\t}\n});\n\n// Handle cache's special case and crossDomain\njQuery.ajaxPrefilter( \"script\", function( s ) {\n\tif ( s.cache === undefined ) {\n\t\ts.cache = false;\n\t}\n\tif ( s.crossDomain ) {\n\t\ts.type = \"GET\";\n\t}\n});\n\n// Bind script tag hack transport\njQuery.ajaxTransport( \"script\", function( s ) {\n\t// This transport only deals with cross domain requests\n\tif ( s.crossDomain ) {\n\t\tvar script, callback;\n\t\treturn {\n\t\t\tsend: function( _, complete ) {\n\t\t\t\tscript = jQuery(\"<script>\").prop({\n\t\t\t\t\tasync: true,\n\t\t\t\t\tcharset: s.scriptCharset,\n\t\t\t\t\tsrc: s.url\n\t\t\t\t}).on(\n\t\t\t\t\t\"load error\",\n\t\t\t\t\tcallback = function( evt ) {\n\t\t\t\t\t\tscript.remove();\n\t\t\t\t\t\tcallback = null;\n\t\t\t\t\t\tif ( evt ) {\n\t\t\t\t\t\t\tcomplete( evt.type === \"error\" ? 404 : 200, evt.type );\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t);\n\t\t\t\tdocument.head.appendChild( script[ 0 ] );\n\t\t\t},\n\t\t\tabort: function() {\n\t\t\t\tif ( callback ) {\n\t\t\t\t\tcallback();\n\t\t\t\t}\n\t\t\t}\n\t\t};\n\t}\n});\n\n\n\n\nvar oldCallbacks = [],\n\trjsonp = /(=)\\?(?=&|$)|\\?\\?/;\n\n// Default jsonp settings\njQuery.ajaxSetup({\n\tjsonp: \"callback\",\n\tjsonpCallback: function() {\n\t\tvar callback = oldCallbacks.pop() || ( jQuery.expando + \"_\" + ( nonce++ ) );\n\t\tthis[ callback ] = true;\n\t\treturn callback;\n\t}\n});\n\n// Detect, normalize options and install callbacks for jsonp requests\njQuery.ajaxPrefilter( \"json jsonp\", function( s, originalSettings, jqXHR ) {\n\n\tvar callbackName, overwritten, responseContainer,\n\t\tjsonProp = s.jsonp !== false && ( rjsonp.test( s.url ) ?\n\t\t\t\"url\" :\n\t\t\ttypeof s.data === \"string\" && !( s.contentType || \"\" ).indexOf(\"application/x-www-form-urlencoded\") && rjsonp.test( s.data ) && \"data\"\n\t\t);\n\n\t// Handle iff the expected data type is \"jsonp\" or we have a parameter to set\n\tif ( jsonProp || s.dataTypes[ 0 ] === \"jsonp\" ) {\n\n\t\t// Get callback name, remembering preexisting value associated with it\n\t\tcallbackName = s.jsonpCallback = jQuery.isFunction( s.jsonpCallback ) ?\n\t\t\ts.jsonpCallback() :\n\t\t\ts.jsonpCallback;\n\n\t\t// Insert callback into url or form data\n\t\tif ( jsonProp ) {\n\t\t\ts[ jsonProp ] = s[ jsonProp ].replace( rjsonp, \"$1\" + callbackName );\n\t\t} else if ( s.jsonp !== false ) {\n\t\t\ts.url += ( rquery.test( s.url ) ? \"&\" : \"?\" ) + s.jsonp + \"=\" + callbackName;\n\t\t}\n\n\t\t// Use data converter to retrieve json after script execution\n\t\ts.converters[\"script json\"] = function() {\n\t\t\tif ( !responseContainer ) {\n\t\t\t\tjQuery.error( callbackName + \" was not called\" );\n\t\t\t}\n\t\t\treturn responseContainer[ 0 ];\n\t\t};\n\n\t\t// force json dataType\n\t\ts.dataTypes[ 0 ] = \"json\";\n\n\t\t// Install callback\n\t\toverwritten = window[ callbackName ];\n\t\twindow[ callbackName ] = function() {\n\t\t\tresponseContainer = arguments;\n\t\t};\n\n\t\t// Clean-up function (fires after converters)\n\t\tjqXHR.always(function() {\n\t\t\t// Restore preexisting value\n\t\t\twindow[ callbackName ] = overwritten;\n\n\t\t\t// Save back as free\n\t\t\tif ( s[ callbackName ] ) {\n\t\t\t\t// make sure that re-using the options doesn't screw things around\n\t\t\t\ts.jsonpCallback = originalSettings.jsonpCallback;\n\n\t\t\t\t// save the callback name for future use\n\t\t\t\toldCallbacks.push( callbackName );\n\t\t\t}\n\n\t\t\t// Call if it was a function and we have a response\n\t\t\tif ( responseContainer && jQuery.isFunction( overwritten ) ) {\n\t\t\t\toverwritten( responseContainer[ 0 ] );\n\t\t\t}\n\n\t\t\tresponseContainer = overwritten = undefined;\n\t\t});\n\n\t\t// Delegate to script\n\t\treturn \"script\";\n\t}\n});\n\n\n\n\n// data: string of html\n// context (optional): If specified, the fragment will be created in this context, defaults to document\n// keepScripts (optional): If true, will include scripts passed in the html string\njQuery.parseHTML = function( data, context, keepScripts ) {\n\tif ( !data || typeof data !== \"string\" ) {\n\t\treturn null;\n\t}\n\tif ( typeof context === \"boolean\" ) {\n\t\tkeepScripts = context;\n\t\tcontext = false;\n\t}\n\tcontext = context || document;\n\n\tvar parsed = rsingleTag.exec( data ),\n\t\tscripts = !keepScripts && [];\n\n\t// Single tag\n\tif ( parsed ) {\n\t\treturn [ context.createElement( parsed[1] ) ];\n\t}\n\n\tparsed = jQuery.buildFragment( [ data ], context, scripts );\n\n\tif ( scripts && scripts.length ) {\n\t\tjQuery( scripts ).remove();\n\t}\n\n\treturn jQuery.merge( [], parsed.childNodes );\n};\n\n\n// Keep a copy of the old load method\nvar _load = jQuery.fn.load;\n\n/**\n * Load a url into a page\n */\njQuery.fn.load = function( url, params, callback ) {\n\tif ( typeof url !== \"string\" && _load ) {\n\t\treturn _load.apply( this, arguments );\n\t}\n\n\tvar selector, type, response,\n\t\tself = this,\n\t\toff = url.indexOf(\" \");\n\n\tif ( off >= 0 ) {\n\t\tselector = jQuery.trim( url.slice( off ) );\n\t\turl = url.slice( 0, off );\n\t}\n\n\t// If it's a function\n\tif ( jQuery.isFunction( params ) ) {\n\n\t\t// We assume that it's the callback\n\t\tcallback = params;\n\t\tparams = undefined;\n\n\t// Otherwise, build a param string\n\t} else if ( params && typeof params === \"object\" ) {\n\t\ttype = \"POST\";\n\t}\n\n\t// If we have elements to modify, make the request\n\tif ( self.length > 0 ) {\n\t\tjQuery.ajax({\n\t\t\turl: url,\n\n\t\t\t// if \"type\" variable is undefined, then \"GET\" method will be used\n\t\t\ttype: type,\n\t\t\tdataType: \"html\",\n\t\t\tdata: params\n\t\t}).done(function( responseText ) {\n\n\t\t\t// Save response for use in complete callback\n\t\t\tresponse = arguments;\n\n\t\t\tself.html( selector ?\n\n\t\t\t\t// If a selector was specified, locate the right elements in a dummy div\n\t\t\t\t// Exclude scripts to avoid IE 'Permission Denied' errors\n\t\t\t\tjQuery(\"<div>\").append( jQuery.parseHTML( responseText ) ).find( selector ) :\n\n\t\t\t\t// Otherwise use the full result\n\t\t\t\tresponseText );\n\n\t\t}).complete( callback && function( jqXHR, status ) {\n\t\t\tself.each( callback, response || [ jqXHR.responseText, status, jqXHR ] );\n\t\t});\n\t}\n\n\treturn this;\n};\n\n\n\n\n// Attach a bunch of functions for handling common AJAX events\njQuery.each( [ \"ajaxStart\", \"ajaxStop\", \"ajaxComplete\", \"ajaxError\", \"ajaxSuccess\", \"ajaxSend\" ], function( i, type ) {\n\tjQuery.fn[ type ] = function( fn ) {\n\t\treturn this.on( type, fn );\n\t};\n});\n\n\n\n\njQuery.expr.filters.animated = function( elem ) {\n\treturn jQuery.grep(jQuery.timers, function( fn ) {\n\t\treturn elem === fn.elem;\n\t}).length;\n};\n\n\n\n\nvar docElem = window.document.documentElement;\n\n/**\n * Gets a window from an element\n */\nfunction getWindow( elem ) {\n\treturn jQuery.isWindow( elem ) ? elem : elem.nodeType === 9 && elem.defaultView;\n}\n\njQuery.offset = {\n\tsetOffset: function( elem, options, i ) {\n\t\tvar curPosition, curLeft, curCSSTop, curTop, curOffset, curCSSLeft, calculatePosition,\n\t\t\tposition = jQuery.css( elem, \"position\" ),\n\t\t\tcurElem = jQuery( elem ),\n\t\t\tprops = {};\n\n\t\t// Set position first, in-case top/left are set even on static elem\n\t\tif ( position === \"static\" ) {\n\t\t\telem.style.position = \"relative\";\n\t\t}\n\n\t\tcurOffset = curElem.offset();\n\t\tcurCSSTop = jQuery.css( elem, \"top\" );\n\t\tcurCSSLeft = jQuery.css( elem, \"left\" );\n\t\tcalculatePosition = ( position === \"absolute\" || position === \"fixed\" ) &&\n\t\t\t( curCSSTop + curCSSLeft ).indexOf(\"auto\") > -1;\n\n\t\t// Need to be able to calculate position if either\n\t\t// top or left is auto and position is either absolute or fixed\n\t\tif ( calculatePosition ) {\n\t\t\tcurPosition = curElem.position();\n\t\t\tcurTop = curPosition.top;\n\t\t\tcurLeft = curPosition.left;\n\n\t\t} else {\n\t\t\tcurTop = parseFloat( curCSSTop ) || 0;\n\t\t\tcurLeft = parseFloat( curCSSLeft ) || 0;\n\t\t}\n\n\t\tif ( jQuery.isFunction( options ) ) {\n\t\t\toptions = options.call( elem, i, curOffset );\n\t\t}\n\n\t\tif ( options.top != null ) {\n\t\t\tprops.top = ( options.top - curOffset.top ) + curTop;\n\t\t}\n\t\tif ( options.left != null ) {\n\t\t\tprops.left = ( options.left - curOffset.left ) + curLeft;\n\t\t}\n\n\t\tif ( \"using\" in options ) {\n\t\t\toptions.using.call( elem, props );\n\n\t\t} else {\n\t\t\tcurElem.css( props );\n\t\t}\n\t}\n};\n\njQuery.fn.extend({\n\toffset: function( options ) {\n\t\tif ( arguments.length ) {\n\t\t\treturn options === undefined ?\n\t\t\t\tthis :\n\t\t\t\tthis.each(function( i ) {\n\t\t\t\t\tjQuery.offset.setOffset( this, options, i );\n\t\t\t\t});\n\t\t}\n\n\t\tvar docElem, win,\n\t\t\telem = this[ 0 ],\n\t\t\tbox = { top: 0, left: 0 },\n\t\t\tdoc = elem && elem.ownerDocument;\n\n\t\tif ( !doc ) {\n\t\t\treturn;\n\t\t}\n\n\t\tdocElem = doc.documentElement;\n\n\t\t// Make sure it's not a disconnected DOM node\n\t\tif ( !jQuery.contains( docElem, elem ) ) {\n\t\t\treturn box;\n\t\t}\n\n\t\t// Support: BlackBerry 5, iOS 3 (original iPhone)\n\t\t// If we don't have gBCR, just use 0,0 rather than error\n\t\tif ( typeof elem.getBoundingClientRect !== strundefined ) {\n\t\t\tbox = elem.getBoundingClientRect();\n\t\t}\n\t\twin = getWindow( doc );\n\t\treturn {\n\t\t\ttop: box.top + win.pageYOffset - docElem.clientTop,\n\t\t\tleft: box.left + win.pageXOffset - docElem.clientLeft\n\t\t};\n\t},\n\n\tposition: function() {\n\t\tif ( !this[ 0 ] ) {\n\t\t\treturn;\n\t\t}\n\n\t\tvar offsetParent, offset,\n\t\t\telem = this[ 0 ],\n\t\t\tparentOffset = { top: 0, left: 0 };\n\n\t\t// Fixed elements are offset from window (parentOffset = {top:0, left: 0}, because it is its only offset parent\n\t\tif ( jQuery.css( elem, \"position\" ) === \"fixed\" ) {\n\t\t\t// Assume getBoundingClientRect is there when computed position is fixed\n\t\t\toffset = elem.getBoundingClientRect();\n\n\t\t} else {\n\t\t\t// Get *real* offsetParent\n\t\t\toffsetParent = this.offsetParent();\n\n\t\t\t// Get correct offsets\n\t\t\toffset = this.offset();\n\t\t\tif ( !jQuery.nodeName( offsetParent[ 0 ], \"html\" ) ) {\n\t\t\t\tparentOffset = offsetParent.offset();\n\t\t\t}\n\n\t\t\t// Add offsetParent borders\n\t\t\tparentOffset.top += jQuery.css( offsetParent[ 0 ], \"borderTopWidth\", true );\n\t\t\tparentOffset.left += jQuery.css( offsetParent[ 0 ], \"borderLeftWidth\", true );\n\t\t}\n\n\t\t// Subtract parent offsets and element margins\n\t\treturn {\n\t\t\ttop: offset.top - parentOffset.top - jQuery.css( elem, \"marginTop\", true ),\n\t\t\tleft: offset.left - parentOffset.left - jQuery.css( elem, \"marginLeft\", true )\n\t\t};\n\t},\n\n\toffsetParent: function() {\n\t\treturn this.map(function() {\n\t\t\tvar offsetParent = this.offsetParent || docElem;\n\n\t\t\twhile ( offsetParent && ( !jQuery.nodeName( offsetParent, \"html\" ) && jQuery.css( offsetParent, \"position\" ) === \"static\" ) ) {\n\t\t\t\toffsetParent = offsetParent.offsetParent;\n\t\t\t}\n\n\t\t\treturn offsetParent || docElem;\n\t\t});\n\t}\n});\n\n// Create scrollLeft and scrollTop methods\njQuery.each( { scrollLeft: \"pageXOffset\", scrollTop: \"pageYOffset\" }, function( method, prop ) {\n\tvar top = \"pageYOffset\" === prop;\n\n\tjQuery.fn[ method ] = function( val ) {\n\t\treturn access( this, function( elem, method, val ) {\n\t\t\tvar win = getWindow( elem );\n\n\t\t\tif ( val === undefined ) {\n\t\t\t\treturn win ? win[ prop ] : elem[ method ];\n\t\t\t}\n\n\t\t\tif ( win ) {\n\t\t\t\twin.scrollTo(\n\t\t\t\t\t!top ? val : window.pageXOffset,\n\t\t\t\t\ttop ? val : window.pageYOffset\n\t\t\t\t);\n\n\t\t\t} else {\n\t\t\t\telem[ method ] = val;\n\t\t\t}\n\t\t}, method, val, arguments.length, null );\n\t};\n});\n\n// Support: Safari<7+, Chrome<37+\n// Add the top/left cssHooks using jQuery.fn.position\n// Webkit bug: https://bugs.webkit.org/show_bug.cgi?id=29084\n// Blink bug: https://code.google.com/p/chromium/issues/detail?id=229280\n// getComputedStyle returns percent when specified for top/left/bottom/right;\n// rather than make the css module depend on the offset module, just check for it here\njQuery.each( [ \"top\", \"left\" ], function( i, prop ) {\n\tjQuery.cssHooks[ prop ] = addGetHookIf( support.pixelPosition,\n\t\tfunction( elem, computed ) {\n\t\t\tif ( computed ) {\n\t\t\t\tcomputed = curCSS( elem, prop );\n\t\t\t\t// If curCSS returns percentage, fallback to offset\n\t\t\t\treturn rnumnonpx.test( computed ) ?\n\t\t\t\t\tjQuery( elem ).position()[ prop ] + \"px\" :\n\t\t\t\t\tcomputed;\n\t\t\t}\n\t\t}\n\t);\n});\n\n\n// Create innerHeight, innerWidth, height, width, outerHeight and outerWidth methods\njQuery.each( { Height: \"height\", Width: \"width\" }, function( name, type ) {\n\tjQuery.each( { padding: \"inner\" + name, content: type, \"\": \"outer\" + name }, function( defaultExtra, funcName ) {\n\t\t// Margin is only for outerHeight, outerWidth\n\t\tjQuery.fn[ funcName ] = function( margin, value ) {\n\t\t\tvar chainable = arguments.length && ( defaultExtra || typeof margin !== \"boolean\" ),\n\t\t\t\textra = defaultExtra || ( margin === true || value === true ? \"margin\" : \"border\" );\n\n\t\t\treturn access( this, function( elem, type, value ) {\n\t\t\t\tvar doc;\n\n\t\t\t\tif ( jQuery.isWindow( elem ) ) {\n\t\t\t\t\t// As of 5/8/2012 this will yield incorrect results for Mobile Safari, but there\n\t\t\t\t\t// isn't a whole lot we can do. See pull request at this URL for discussion:\n\t\t\t\t\t// https://github.com/jquery/jquery/pull/764\n\t\t\t\t\treturn elem.document.documentElement[ \"client\" + name ];\n\t\t\t\t}\n\n\t\t\t\t// Get document width or height\n\t\t\t\tif ( elem.nodeType === 9 ) {\n\t\t\t\t\tdoc = elem.documentElement;\n\n\t\t\t\t\t// Either scroll[Width/Height] or offset[Width/Height] or client[Width/Height],\n\t\t\t\t\t// whichever is greatest\n\t\t\t\t\treturn Math.max(\n\t\t\t\t\t\telem.body[ \"scroll\" + name ], doc[ \"scroll\" + name ],\n\t\t\t\t\t\telem.body[ \"offset\" + name ], doc[ \"offset\" + name ],\n\t\t\t\t\t\tdoc[ \"client\" + name ]\n\t\t\t\t\t);\n\t\t\t\t}\n\n\t\t\t\treturn value === undefined ?\n\t\t\t\t\t// Get width or height on the element, requesting but not forcing parseFloat\n\t\t\t\t\tjQuery.css( elem, type, extra ) :\n\n\t\t\t\t\t// Set width or height on the element\n\t\t\t\t\tjQuery.style( elem, type, value, extra );\n\t\t\t}, type, chainable ? margin : undefined, chainable, null );\n\t\t};\n\t});\n});\n\n\n// The number of elements contained in the matched element set\njQuery.fn.size = function() {\n\treturn this.length;\n};\n\njQuery.fn.andSelf = jQuery.fn.addBack;\n\n\n\n\n// Register as a named AMD module, since jQuery can be concatenated with other\n// files that may use define, but not via a proper concatenation script that\n// understands anonymous AMD modules. A named AMD is safest and most robust\n// way to register. Lowercase jquery is used because AMD module names are\n// derived from file names, and jQuery is normally delivered in a lowercase\n// file name. Do this after creating the global so that if an AMD module wants\n// to call noConflict to hide this version of jQuery, it will work.\n\n// Note that for maximum portability, libraries that are not jQuery should\n// declare themselves as anonymous modules, and avoid setting a global if an\n// AMD loader is present. jQuery is a special case. For more information, see\n// https://github.com/jrburke/requirejs/wiki/Updating-existing-libraries#wiki-anon\n\nif ( typeof define === \"function\" && define.amd ) {\n\tdefine( \"jquery\", [], function() {\n\t\treturn jQuery;\n\t});\n}\n\n\n\n\nvar\n\t// Map over jQuery in case of overwrite\n\t_jQuery = window.jQuery,\n\n\t// Map over the $ in case of overwrite\n\t_$ = window.$;\n\njQuery.noConflict = function( deep ) {\n\tif ( window.$ === jQuery ) {\n\t\twindow.$ = _$;\n\t}\n\n\tif ( deep && window.jQuery === jQuery ) {\n\t\twindow.jQuery = _jQuery;\n\t}\n\n\treturn jQuery;\n};\n\n// Expose jQuery and $ identifiers, even in AMD\n// (#7102#comment:10, https://github.com/jquery/jquery/pull/557)\n// and CommonJS for browser emulators (#13566)\nif ( typeof noGlobal === strundefined ) {\n\twindow.jQuery = window.$ = jQuery;\n}\n\n\n\n\nreturn jQuery;\n\n}));\n","//! moment.js\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory() :\n typeof define === 'function' && define.amd ? define(factory) :\n global.moment = factory()\n}(this, (function () { 'use strict';\n\n var hookCallback;\n\n function hooks () {\n return hookCallback.apply(null, arguments);\n }\n\n // This is done to register the method called with moment()\n // without creating circular dependencies.\n function setHookCallback (callback) {\n hookCallback = callback;\n }\n\n function isArray(input) {\n return input instanceof Array || Object.prototype.toString.call(input) === '[object Array]';\n }\n\n function isObject(input) {\n // IE8 will treat undefined and null as object if it wasn't for\n // input != null\n return input != null && Object.prototype.toString.call(input) === '[object Object]';\n }\n\n function isObjectEmpty(obj) {\n if (Object.getOwnPropertyNames) {\n return (Object.getOwnPropertyNames(obj).length === 0);\n } else {\n var k;\n for (k in obj) {\n if (obj.hasOwnProperty(k)) {\n return false;\n }\n }\n return true;\n }\n }\n\n function isUndefined(input) {\n return input === void 0;\n }\n\n function isNumber(input) {\n return typeof input === 'number' || Object.prototype.toString.call(input) === '[object Number]';\n }\n\n function isDate(input) {\n return input instanceof Date || Object.prototype.toString.call(input) === '[object Date]';\n }\n\n function map(arr, fn) {\n var res = [], i;\n for (i = 0; i < arr.length; ++i) {\n res.push(fn(arr[i], i));\n }\n return res;\n }\n\n function hasOwnProp(a, b) {\n return Object.prototype.hasOwnProperty.call(a, b);\n }\n\n function extend(a, b) {\n for (var i in b) {\n if (hasOwnProp(b, i)) {\n a[i] = b[i];\n }\n }\n\n if (hasOwnProp(b, 'toString')) {\n a.toString = b.toString;\n }\n\n if (hasOwnProp(b, 'valueOf')) {\n a.valueOf = b.valueOf;\n }\n\n return a;\n }\n\n function createUTC (input, format, locale, strict) {\n return createLocalOrUTC(input, format, locale, strict, true).utc();\n }\n\n function defaultParsingFlags() {\n // We need to deep clone this object.\n return {\n empty : false,\n unusedTokens : [],\n unusedInput : [],\n overflow : -2,\n charsLeftOver : 0,\n nullInput : false,\n invalidMonth : null,\n invalidFormat : false,\n userInvalidated : false,\n iso : false,\n parsedDateParts : [],\n meridiem : null,\n rfc2822 : false,\n weekdayMismatch : false\n };\n }\n\n function getParsingFlags(m) {\n if (m._pf == null) {\n m._pf = defaultParsingFlags();\n }\n return m._pf;\n }\n\n var some;\n if (Array.prototype.some) {\n some = Array.prototype.some;\n } else {\n some = function (fun) {\n var t = Object(this);\n var len = t.length >>> 0;\n\n for (var i = 0; i < len; i++) {\n if (i in t && fun.call(this, t[i], i, t)) {\n return true;\n }\n }\n\n return false;\n };\n }\n\n function isValid(m) {\n if (m._isValid == null) {\n var flags = getParsingFlags(m);\n var parsedParts = some.call(flags.parsedDateParts, function (i) {\n return i != null;\n });\n var isNowValid = !isNaN(m._d.getTime()) &&\n flags.overflow < 0 &&\n !flags.empty &&\n !flags.invalidMonth &&\n !flags.invalidWeekday &&\n !flags.weekdayMismatch &&\n !flags.nullInput &&\n !flags.invalidFormat &&\n !flags.userInvalidated &&\n (!flags.meridiem || (flags.meridiem && parsedParts));\n\n if (m._strict) {\n isNowValid = isNowValid &&\n flags.charsLeftOver === 0 &&\n flags.unusedTokens.length === 0 &&\n flags.bigHour === undefined;\n }\n\n if (Object.isFrozen == null || !Object.isFrozen(m)) {\n m._isValid = isNowValid;\n }\n else {\n return isNowValid;\n }\n }\n return m._isValid;\n }\n\n function createInvalid (flags) {\n var m = createUTC(NaN);\n if (flags != null) {\n extend(getParsingFlags(m), flags);\n }\n else {\n getParsingFlags(m).userInvalidated = true;\n }\n\n return m;\n }\n\n // Plugins that add properties should also add the key here (null value),\n // so we can properly clone ourselves.\n var momentProperties = hooks.momentProperties = [];\n\n function copyConfig(to, from) {\n var i, prop, val;\n\n if (!isUndefined(from._isAMomentObject)) {\n to._isAMomentObject = from._isAMomentObject;\n }\n if (!isUndefined(from._i)) {\n to._i = from._i;\n }\n if (!isUndefined(from._f)) {\n to._f = from._f;\n }\n if (!isUndefined(from._l)) {\n to._l = from._l;\n }\n if (!isUndefined(from._strict)) {\n to._strict = from._strict;\n }\n if (!isUndefined(from._tzm)) {\n to._tzm = from._tzm;\n }\n if (!isUndefined(from._isUTC)) {\n to._isUTC = from._isUTC;\n }\n if (!isUndefined(from._offset)) {\n to._offset = from._offset;\n }\n if (!isUndefined(from._pf)) {\n to._pf = getParsingFlags(from);\n }\n if (!isUndefined(from._locale)) {\n to._locale = from._locale;\n }\n\n if (momentProperties.length > 0) {\n for (i = 0; i < momentProperties.length; i++) {\n prop = momentProperties[i];\n val = from[prop];\n if (!isUndefined(val)) {\n to[prop] = val;\n }\n }\n }\n\n return to;\n }\n\n var updateInProgress = false;\n\n // Moment prototype object\n function Moment(config) {\n copyConfig(this, config);\n this._d = new Date(config._d != null ? config._d.getTime() : NaN);\n if (!this.isValid()) {\n this._d = new Date(NaN);\n }\n // Prevent infinite loop in case updateOffset creates new moment\n // objects.\n if (updateInProgress === false) {\n updateInProgress = true;\n hooks.updateOffset(this);\n updateInProgress = false;\n }\n }\n\n function isMoment (obj) {\n return obj instanceof Moment || (obj != null && obj._isAMomentObject != null);\n }\n\n function absFloor (number) {\n if (number < 0) {\n // -0 -> 0\n return Math.ceil(number) || 0;\n } else {\n return Math.floor(number);\n }\n }\n\n function toInt(argumentForCoercion) {\n var coercedNumber = +argumentForCoercion,\n value = 0;\n\n if (coercedNumber !== 0 && isFinite(coercedNumber)) {\n value = absFloor(coercedNumber);\n }\n\n return value;\n }\n\n // compare two arrays, return the number of differences\n function compareArrays(array1, array2, dontConvert) {\n var len = Math.min(array1.length, array2.length),\n lengthDiff = Math.abs(array1.length - array2.length),\n diffs = 0,\n i;\n for (i = 0; i < len; i++) {\n if ((dontConvert && array1[i] !== array2[i]) ||\n (!dontConvert && toInt(array1[i]) !== toInt(array2[i]))) {\n diffs++;\n }\n }\n return diffs + lengthDiff;\n }\n\n function warn(msg) {\n if (hooks.suppressDeprecationWarnings === false &&\n (typeof console !== 'undefined') && console.warn) {\n console.warn('Deprecation warning: ' + msg);\n }\n }\n\n function deprecate(msg, fn) {\n var firstTime = true;\n\n return extend(function () {\n if (hooks.deprecationHandler != null) {\n hooks.deprecationHandler(null, msg);\n }\n if (firstTime) {\n var args = [];\n var arg;\n for (var i = 0; i < arguments.length; i++) {\n arg = '';\n if (typeof arguments[i] === 'object') {\n arg += '\\n[' + i + '] ';\n for (var key in arguments[0]) {\n arg += key + ': ' + arguments[0][key] + ', ';\n }\n arg = arg.slice(0, -2); // Remove trailing comma and space\n } else {\n arg = arguments[i];\n }\n args.push(arg);\n }\n warn(msg + '\\nArguments: ' + Array.prototype.slice.call(args).join('') + '\\n' + (new Error()).stack);\n firstTime = false;\n }\n return fn.apply(this, arguments);\n }, fn);\n }\n\n var deprecations = {};\n\n function deprecateSimple(name, msg) {\n if (hooks.deprecationHandler != null) {\n hooks.deprecationHandler(name, msg);\n }\n if (!deprecations[name]) {\n warn(msg);\n deprecations[name] = true;\n }\n }\n\n hooks.suppressDeprecationWarnings = false;\n hooks.deprecationHandler = null;\n\n function isFunction(input) {\n return input instanceof Function || Object.prototype.toString.call(input) === '[object Function]';\n }\n\n function set (config) {\n var prop, i;\n for (i in config) {\n prop = config[i];\n if (isFunction(prop)) {\n this[i] = prop;\n } else {\n this['_' + i] = prop;\n }\n }\n this._config = config;\n // Lenient ordinal parsing accepts just a number in addition to\n // number + (possibly) stuff coming from _dayOfMonthOrdinalParse.\n // TODO: Remove \"ordinalParse\" fallback in next major release.\n this._dayOfMonthOrdinalParseLenient = new RegExp(\n (this._dayOfMonthOrdinalParse.source || this._ordinalParse.source) +\n '|' + (/\\d{1,2}/).source);\n }\n\n function mergeConfigs(parentConfig, childConfig) {\n var res = extend({}, parentConfig), prop;\n for (prop in childConfig) {\n if (hasOwnProp(childConfig, prop)) {\n if (isObject(parentConfig[prop]) && isObject(childConfig[prop])) {\n res[prop] = {};\n extend(res[prop], parentConfig[prop]);\n extend(res[prop], childConfig[prop]);\n } else if (childConfig[prop] != null) {\n res[prop] = childConfig[prop];\n } else {\n delete res[prop];\n }\n }\n }\n for (prop in parentConfig) {\n if (hasOwnProp(parentConfig, prop) &&\n !hasOwnProp(childConfig, prop) &&\n isObject(parentConfig[prop])) {\n // make sure changes to properties don't modify parent config\n res[prop] = extend({}, res[prop]);\n }\n }\n return res;\n }\n\n function Locale(config) {\n if (config != null) {\n this.set(config);\n }\n }\n\n var keys;\n\n if (Object.keys) {\n keys = Object.keys;\n } else {\n keys = function (obj) {\n var i, res = [];\n for (i in obj) {\n if (hasOwnProp(obj, i)) {\n res.push(i);\n }\n }\n return res;\n };\n }\n\n var defaultCalendar = {\n sameDay : '[Today at] LT',\n nextDay : '[Tomorrow at] LT',\n nextWeek : 'dddd [at] LT',\n lastDay : '[Yesterday at] LT',\n lastWeek : '[Last] dddd [at] LT',\n sameElse : 'L'\n };\n\n function calendar (key, mom, now) {\n var output = this._calendar[key] || this._calendar['sameElse'];\n return isFunction(output) ? output.call(mom, now) : output;\n }\n\n var defaultLongDateFormat = {\n LTS : 'h:mm:ss A',\n LT : 'h:mm A',\n L : 'MM/DD/YYYY',\n LL : 'MMMM D, YYYY',\n LLL : 'MMMM D, YYYY h:mm A',\n LLLL : 'dddd, MMMM D, YYYY h:mm A'\n };\n\n function longDateFormat (key) {\n var format = this._longDateFormat[key],\n formatUpper = this._longDateFormat[key.toUpperCase()];\n\n if (format || !formatUpper) {\n return format;\n }\n\n this._longDateFormat[key] = formatUpper.replace(/MMMM|MM|DD|dddd/g, function (val) {\n return val.slice(1);\n });\n\n return this._longDateFormat[key];\n }\n\n var defaultInvalidDate = 'Invalid date';\n\n function invalidDate () {\n return this._invalidDate;\n }\n\n var defaultOrdinal = '%d';\n var defaultDayOfMonthOrdinalParse = /\\d{1,2}/;\n\n function ordinal (number) {\n return this._ordinal.replace('%d', number);\n }\n\n var defaultRelativeTime = {\n future : 'in %s',\n past : '%s ago',\n s : 'a few seconds',\n ss : '%d seconds',\n m : 'a minute',\n mm : '%d minutes',\n h : 'an hour',\n hh : '%d hours',\n d : 'a day',\n dd : '%d days',\n M : 'a month',\n MM : '%d months',\n y : 'a year',\n yy : '%d years'\n };\n\n function relativeTime (number, withoutSuffix, string, isFuture) {\n var output = this._relativeTime[string];\n return (isFunction(output)) ?\n output(number, withoutSuffix, string, isFuture) :\n output.replace(/%d/i, number);\n }\n\n function pastFuture (diff, output) {\n var format = this._relativeTime[diff > 0 ? 'future' : 'past'];\n return isFunction(format) ? format(output) : format.replace(/%s/i, output);\n }\n\n var aliases = {};\n\n function addUnitAlias (unit, shorthand) {\n var lowerCase = unit.toLowerCase();\n aliases[lowerCase] = aliases[lowerCase + 's'] = aliases[shorthand] = unit;\n }\n\n function normalizeUnits(units) {\n return typeof units === 'string' ? aliases[units] || aliases[units.toLowerCase()] : undefined;\n }\n\n function normalizeObjectUnits(inputObject) {\n var normalizedInput = {},\n normalizedProp,\n prop;\n\n for (prop in inputObject) {\n if (hasOwnProp(inputObject, prop)) {\n normalizedProp = normalizeUnits(prop);\n if (normalizedProp) {\n normalizedInput[normalizedProp] = inputObject[prop];\n }\n }\n }\n\n return normalizedInput;\n }\n\n var priorities = {};\n\n function addUnitPriority(unit, priority) {\n priorities[unit] = priority;\n }\n\n function getPrioritizedUnits(unitsObj) {\n var units = [];\n for (var u in unitsObj) {\n units.push({unit: u, priority: priorities[u]});\n }\n units.sort(function (a, b) {\n return a.priority - b.priority;\n });\n return units;\n }\n\n function zeroFill(number, targetLength, forceSign) {\n var absNumber = '' + Math.abs(number),\n zerosToFill = targetLength - absNumber.length,\n sign = number >= 0;\n return (sign ? (forceSign ? '+' : '') : '-') +\n Math.pow(10, Math.max(0, zerosToFill)).toString().substr(1) + absNumber;\n }\n\n var formattingTokens = /(\\[[^\\[]*\\])|(\\\\)?([Hh]mm(ss)?|Mo|MM?M?M?|Do|DDDo|DD?D?D?|ddd?d?|do?|w[o|w]?|W[o|W]?|Qo?|YYYYYY|YYYYY|YYYY|YY|gg(ggg?)?|GG(GGG?)?|e|E|a|A|hh?|HH?|kk?|mm?|ss?|S{1,9}|x|X|zz?|ZZ?|.)/g;\n\n var localFormattingTokens = /(\\[[^\\[]*\\])|(\\\\)?(LTS|LT|LL?L?L?|l{1,4})/g;\n\n var formatFunctions = {};\n\n var formatTokenFunctions = {};\n\n // token: 'M'\n // padded: ['MM', 2]\n // ordinal: 'Mo'\n // callback: function () { this.month() + 1 }\n function addFormatToken (token, padded, ordinal, callback) {\n var func = callback;\n if (typeof callback === 'string') {\n func = function () {\n return this[callback]();\n };\n }\n if (token) {\n formatTokenFunctions[token] = func;\n }\n if (padded) {\n formatTokenFunctions[padded[0]] = function () {\n return zeroFill(func.apply(this, arguments), padded[1], padded[2]);\n };\n }\n if (ordinal) {\n formatTokenFunctions[ordinal] = function () {\n return this.localeData().ordinal(func.apply(this, arguments), token);\n };\n }\n }\n\n function removeFormattingTokens(input) {\n if (input.match(/\\[[\\s\\S]/)) {\n return input.replace(/^\\[|\\]$/g, '');\n }\n return input.replace(/\\\\/g, '');\n }\n\n function makeFormatFunction(format) {\n var array = format.match(formattingTokens), i, length;\n\n for (i = 0, length = array.length; i < length; i++) {\n if (formatTokenFunctions[array[i]]) {\n array[i] = formatTokenFunctions[array[i]];\n } else {\n array[i] = removeFormattingTokens(array[i]);\n }\n }\n\n return function (mom) {\n var output = '', i;\n for (i = 0; i < length; i++) {\n output += isFunction(array[i]) ? array[i].call(mom, format) : array[i];\n }\n return output;\n };\n }\n\n // format date using native date object\n function formatMoment(m, format) {\n if (!m.isValid()) {\n return m.localeData().invalidDate();\n }\n\n format = expandFormat(format, m.localeData());\n formatFunctions[format] = formatFunctions[format] || makeFormatFunction(format);\n\n return formatFunctions[format](m);\n }\n\n function expandFormat(format, locale) {\n var i = 5;\n\n function replaceLongDateFormatTokens(input) {\n return locale.longDateFormat(input) || input;\n }\n\n localFormattingTokens.lastIndex = 0;\n while (i >= 0 && localFormattingTokens.test(format)) {\n format = format.replace(localFormattingTokens, replaceLongDateFormatTokens);\n localFormattingTokens.lastIndex = 0;\n i -= 1;\n }\n\n return format;\n }\n\n var match1 = /\\d/; // 0 - 9\n var match2 = /\\d\\d/; // 00 - 99\n var match3 = /\\d{3}/; // 000 - 999\n var match4 = /\\d{4}/; // 0000 - 9999\n var match6 = /[+-]?\\d{6}/; // -999999 - 999999\n var match1to2 = /\\d\\d?/; // 0 - 99\n var match3to4 = /\\d\\d\\d\\d?/; // 999 - 9999\n var match5to6 = /\\d\\d\\d\\d\\d\\d?/; // 99999 - 999999\n var match1to3 = /\\d{1,3}/; // 0 - 999\n var match1to4 = /\\d{1,4}/; // 0 - 9999\n var match1to6 = /[+-]?\\d{1,6}/; // -999999 - 999999\n\n var matchUnsigned = /\\d+/; // 0 - inf\n var matchSigned = /[+-]?\\d+/; // -inf - inf\n\n var matchOffset = /Z|[+-]\\d\\d:?\\d\\d/gi; // +00:00 -00:00 +0000 -0000 or Z\n var matchShortOffset = /Z|[+-]\\d\\d(?::?\\d\\d)?/gi; // +00 -00 +00:00 -00:00 +0000 -0000 or Z\n\n var matchTimestamp = /[+-]?\\d+(\\.\\d{1,3})?/; // 123456789 123456789.123\n\n // any word (or two) characters or numbers including two/three word month in arabic.\n // includes scottish gaelic two word and hyphenated months\n var matchWord = /[0-9]{0,256}['a-z\\u00A0-\\u05FF\\u0700-\\uD7FF\\uF900-\\uFDCF\\uFDF0-\\uFF07\\uFF10-\\uFFEF]{1,256}|[\\u0600-\\u06FF\\/]{1,256}(\\s*?[\\u0600-\\u06FF]{1,256}){1,2}/i;\n\n var regexes = {};\n\n function addRegexToken (token, regex, strictRegex) {\n regexes[token] = isFunction(regex) ? regex : function (isStrict, localeData) {\n return (isStrict && strictRegex) ? strictRegex : regex;\n };\n }\n\n function getParseRegexForToken (token, config) {\n if (!hasOwnProp(regexes, token)) {\n return new RegExp(unescapeFormat(token));\n }\n\n return regexes[token](config._strict, config._locale);\n }\n\n // Code from http://stackoverflow.com/questions/3561493/is-there-a-regexp-escape-function-in-javascript\n function unescapeFormat(s) {\n return regexEscape(s.replace('\\\\', '').replace(/\\\\(\\[)|\\\\(\\])|\\[([^\\]\\[]*)\\]|\\\\(.)/g, function (matched, p1, p2, p3, p4) {\n return p1 || p2 || p3 || p4;\n }));\n }\n\n function regexEscape(s) {\n return s.replace(/[-\\/\\\\^$*+?.()|[\\]{}]/g, '\\\\$&');\n }\n\n var tokens = {};\n\n function addParseToken (token, callback) {\n var i, func = callback;\n if (typeof token === 'string') {\n token = [token];\n }\n if (isNumber(callback)) {\n func = function (input, array) {\n array[callback] = toInt(input);\n };\n }\n for (i = 0; i < token.length; i++) {\n tokens[token[i]] = func;\n }\n }\n\n function addWeekParseToken (token, callback) {\n addParseToken(token, function (input, array, config, token) {\n config._w = config._w || {};\n callback(input, config._w, config, token);\n });\n }\n\n function addTimeToArrayFromToken(token, input, config) {\n if (input != null && hasOwnProp(tokens, token)) {\n tokens[token](input, config._a, config, token);\n }\n }\n\n var YEAR = 0;\n var MONTH = 1;\n var DATE = 2;\n var HOUR = 3;\n var MINUTE = 4;\n var SECOND = 5;\n var MILLISECOND = 6;\n var WEEK = 7;\n var WEEKDAY = 8;\n\n // FORMATTING\n\n addFormatToken('Y', 0, 0, function () {\n var y = this.year();\n return y <= 9999 ? '' + y : '+' + y;\n });\n\n addFormatToken(0, ['YY', 2], 0, function () {\n return this.year() % 100;\n });\n\n addFormatToken(0, ['YYYY', 4], 0, 'year');\n addFormatToken(0, ['YYYYY', 5], 0, 'year');\n addFormatToken(0, ['YYYYYY', 6, true], 0, 'year');\n\n // ALIASES\n\n addUnitAlias('year', 'y');\n\n // PRIORITIES\n\n addUnitPriority('year', 1);\n\n // PARSING\n\n addRegexToken('Y', matchSigned);\n addRegexToken('YY', match1to2, match2);\n addRegexToken('YYYY', match1to4, match4);\n addRegexToken('YYYYY', match1to6, match6);\n addRegexToken('YYYYYY', match1to6, match6);\n\n addParseToken(['YYYYY', 'YYYYYY'], YEAR);\n addParseToken('YYYY', function (input, array) {\n array[YEAR] = input.length === 2 ? hooks.parseTwoDigitYear(input) : toInt(input);\n });\n addParseToken('YY', function (input, array) {\n array[YEAR] = hooks.parseTwoDigitYear(input);\n });\n addParseToken('Y', function (input, array) {\n array[YEAR] = parseInt(input, 10);\n });\n\n // HELPERS\n\n function daysInYear(year) {\n return isLeapYear(year) ? 366 : 365;\n }\n\n function isLeapYear(year) {\n return (year % 4 === 0 && year % 100 !== 0) || year % 400 === 0;\n }\n\n // HOOKS\n\n hooks.parseTwoDigitYear = function (input) {\n return toInt(input) + (toInt(input) > 68 ? 1900 : 2000);\n };\n\n // MOMENTS\n\n var getSetYear = makeGetSet('FullYear', true);\n\n function getIsLeapYear () {\n return isLeapYear(this.year());\n }\n\n function makeGetSet (unit, keepTime) {\n return function (value) {\n if (value != null) {\n set$1(this, unit, value);\n hooks.updateOffset(this, keepTime);\n return this;\n } else {\n return get(this, unit);\n }\n };\n }\n\n function get (mom, unit) {\n return mom.isValid() ?\n mom._d['get' + (mom._isUTC ? 'UTC' : '') + unit]() : NaN;\n }\n\n function set$1 (mom, unit, value) {\n if (mom.isValid() && !isNaN(value)) {\n if (unit === 'FullYear' && isLeapYear(mom.year()) && mom.month() === 1 && mom.date() === 29) {\n mom._d['set' + (mom._isUTC ? 'UTC' : '') + unit](value, mom.month(), daysInMonth(value, mom.month()));\n }\n else {\n mom._d['set' + (mom._isUTC ? 'UTC' : '') + unit](value);\n }\n }\n }\n\n // MOMENTS\n\n function stringGet (units) {\n units = normalizeUnits(units);\n if (isFunction(this[units])) {\n return this[units]();\n }\n return this;\n }\n\n\n function stringSet (units, value) {\n if (typeof units === 'object') {\n units = normalizeObjectUnits(units);\n var prioritized = getPrioritizedUnits(units);\n for (var i = 0; i < prioritized.length; i++) {\n this[prioritized[i].unit](units[prioritized[i].unit]);\n }\n } else {\n units = normalizeUnits(units);\n if (isFunction(this[units])) {\n return this[units](value);\n }\n }\n return this;\n }\n\n function mod(n, x) {\n return ((n % x) + x) % x;\n }\n\n var indexOf;\n\n if (Array.prototype.indexOf) {\n indexOf = Array.prototype.indexOf;\n } else {\n indexOf = function (o) {\n // I know\n var i;\n for (i = 0; i < this.length; ++i) {\n if (this[i] === o) {\n return i;\n }\n }\n return -1;\n };\n }\n\n function daysInMonth(year, month) {\n if (isNaN(year) || isNaN(month)) {\n return NaN;\n }\n var modMonth = mod(month, 12);\n year += (month - modMonth) / 12;\n return modMonth === 1 ? (isLeapYear(year) ? 29 : 28) : (31 - modMonth % 7 % 2);\n }\n\n // FORMATTING\n\n addFormatToken('M', ['MM', 2], 'Mo', function () {\n return this.month() + 1;\n });\n\n addFormatToken('MMM', 0, 0, function (format) {\n return this.localeData().monthsShort(this, format);\n });\n\n addFormatToken('MMMM', 0, 0, function (format) {\n return this.localeData().months(this, format);\n });\n\n // ALIASES\n\n addUnitAlias('month', 'M');\n\n // PRIORITY\n\n addUnitPriority('month', 8);\n\n // PARSING\n\n addRegexToken('M', match1to2);\n addRegexToken('MM', match1to2, match2);\n addRegexToken('MMM', function (isStrict, locale) {\n return locale.monthsShortRegex(isStrict);\n });\n addRegexToken('MMMM', function (isStrict, locale) {\n return locale.monthsRegex(isStrict);\n });\n\n addParseToken(['M', 'MM'], function (input, array) {\n array[MONTH] = toInt(input) - 1;\n });\n\n addParseToken(['MMM', 'MMMM'], function (input, array, config, token) {\n var month = config._locale.monthsParse(input, token, config._strict);\n // if we didn't find a month name, mark the date as invalid.\n if (month != null) {\n array[MONTH] = month;\n } else {\n getParsingFlags(config).invalidMonth = input;\n }\n });\n\n // LOCALES\n\n var MONTHS_IN_FORMAT = /D[oD]?(\\[[^\\[\\]]*\\]|\\s)+MMMM?/;\n var defaultLocaleMonths = 'January_February_March_April_May_June_July_August_September_October_November_December'.split('_');\n function localeMonths (m, format) {\n if (!m) {\n return isArray(this._months) ? this._months :\n this._months['standalone'];\n }\n return isArray(this._months) ? this._months[m.month()] :\n this._months[(this._months.isFormat || MONTHS_IN_FORMAT).test(format) ? 'format' : 'standalone'][m.month()];\n }\n\n var defaultLocaleMonthsShort = 'Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec'.split('_');\n function localeMonthsShort (m, format) {\n if (!m) {\n return isArray(this._monthsShort) ? this._monthsShort :\n this._monthsShort['standalone'];\n }\n return isArray(this._monthsShort) ? this._monthsShort[m.month()] :\n this._monthsShort[MONTHS_IN_FORMAT.test(format) ? 'format' : 'standalone'][m.month()];\n }\n\n function handleStrictParse(monthName, format, strict) {\n var i, ii, mom, llc = monthName.toLocaleLowerCase();\n if (!this._monthsParse) {\n // this is not used\n this._monthsParse = [];\n this._longMonthsParse = [];\n this._shortMonthsParse = [];\n for (i = 0; i < 12; ++i) {\n mom = createUTC([2000, i]);\n this._shortMonthsParse[i] = this.monthsShort(mom, '').toLocaleLowerCase();\n this._longMonthsParse[i] = this.months(mom, '').toLocaleLowerCase();\n }\n }\n\n if (strict) {\n if (format === 'MMM') {\n ii = indexOf.call(this._shortMonthsParse, llc);\n return ii !== -1 ? ii : null;\n } else {\n ii = indexOf.call(this._longMonthsParse, llc);\n return ii !== -1 ? ii : null;\n }\n } else {\n if (format === 'MMM') {\n ii = indexOf.call(this._shortMonthsParse, llc);\n if (ii !== -1) {\n return ii;\n }\n ii = indexOf.call(this._longMonthsParse, llc);\n return ii !== -1 ? ii : null;\n } else {\n ii = indexOf.call(this._longMonthsParse, llc);\n if (ii !== -1) {\n return ii;\n }\n ii = indexOf.call(this._shortMonthsParse, llc);\n return ii !== -1 ? ii : null;\n }\n }\n }\n\n function localeMonthsParse (monthName, format, strict) {\n var i, mom, regex;\n\n if (this._monthsParseExact) {\n return handleStrictParse.call(this, monthName, format, strict);\n }\n\n if (!this._monthsParse) {\n this._monthsParse = [];\n this._longMonthsParse = [];\n this._shortMonthsParse = [];\n }\n\n // TODO: add sorting\n // Sorting makes sure if one month (or abbr) is a prefix of another\n // see sorting in computeMonthsParse\n for (i = 0; i < 12; i++) {\n // make the regex if we don't have it already\n mom = createUTC([2000, i]);\n if (strict && !this._longMonthsParse[i]) {\n this._longMonthsParse[i] = new RegExp('^' + this.months(mom, '').replace('.', '') + '$', 'i');\n this._shortMonthsParse[i] = new RegExp('^' + this.monthsShort(mom, '').replace('.', '') + '$', 'i');\n }\n if (!strict && !this._monthsParse[i]) {\n regex = '^' + this.months(mom, '') + '|^' + this.monthsShort(mom, '');\n this._monthsParse[i] = new RegExp(regex.replace('.', ''), 'i');\n }\n // test the regex\n if (strict && format === 'MMMM' && this._longMonthsParse[i].test(monthName)) {\n return i;\n } else if (strict && format === 'MMM' && this._shortMonthsParse[i].test(monthName)) {\n return i;\n } else if (!strict && this._monthsParse[i].test(monthName)) {\n return i;\n }\n }\n }\n\n // MOMENTS\n\n function setMonth (mom, value) {\n var dayOfMonth;\n\n if (!mom.isValid()) {\n // No op\n return mom;\n }\n\n if (typeof value === 'string') {\n if (/^\\d+$/.test(value)) {\n value = toInt(value);\n } else {\n value = mom.localeData().monthsParse(value);\n // TODO: Another silent failure?\n if (!isNumber(value)) {\n return mom;\n }\n }\n }\n\n dayOfMonth = Math.min(mom.date(), daysInMonth(mom.year(), value));\n mom._d['set' + (mom._isUTC ? 'UTC' : '') + 'Month'](value, dayOfMonth);\n return mom;\n }\n\n function getSetMonth (value) {\n if (value != null) {\n setMonth(this, value);\n hooks.updateOffset(this, true);\n return this;\n } else {\n return get(this, 'Month');\n }\n }\n\n function getDaysInMonth () {\n return daysInMonth(this.year(), this.month());\n }\n\n var defaultMonthsShortRegex = matchWord;\n function monthsShortRegex (isStrict) {\n if (this._monthsParseExact) {\n if (!hasOwnProp(this, '_monthsRegex')) {\n computeMonthsParse.call(this);\n }\n if (isStrict) {\n return this._monthsShortStrictRegex;\n } else {\n return this._monthsShortRegex;\n }\n } else {\n if (!hasOwnProp(this, '_monthsShortRegex')) {\n this._monthsShortRegex = defaultMonthsShortRegex;\n }\n return this._monthsShortStrictRegex && isStrict ?\n this._monthsShortStrictRegex : this._monthsShortRegex;\n }\n }\n\n var defaultMonthsRegex = matchWord;\n function monthsRegex (isStrict) {\n if (this._monthsParseExact) {\n if (!hasOwnProp(this, '_monthsRegex')) {\n computeMonthsParse.call(this);\n }\n if (isStrict) {\n return this._monthsStrictRegex;\n } else {\n return this._monthsRegex;\n }\n } else {\n if (!hasOwnProp(this, '_monthsRegex')) {\n this._monthsRegex = defaultMonthsRegex;\n }\n return this._monthsStrictRegex && isStrict ?\n this._monthsStrictRegex : this._monthsRegex;\n }\n }\n\n function computeMonthsParse () {\n function cmpLenRev(a, b) {\n return b.length - a.length;\n }\n\n var shortPieces = [], longPieces = [], mixedPieces = [],\n i, mom;\n for (i = 0; i < 12; i++) {\n // make the regex if we don't have it already\n mom = createUTC([2000, i]);\n shortPieces.push(this.monthsShort(mom, ''));\n longPieces.push(this.months(mom, ''));\n mixedPieces.push(this.months(mom, ''));\n mixedPieces.push(this.monthsShort(mom, ''));\n }\n // Sorting makes sure if one month (or abbr) is a prefix of another it\n // will match the longer piece.\n shortPieces.sort(cmpLenRev);\n longPieces.sort(cmpLenRev);\n mixedPieces.sort(cmpLenRev);\n for (i = 0; i < 12; i++) {\n shortPieces[i] = regexEscape(shortPieces[i]);\n longPieces[i] = regexEscape(longPieces[i]);\n }\n for (i = 0; i < 24; i++) {\n mixedPieces[i] = regexEscape(mixedPieces[i]);\n }\n\n this._monthsRegex = new RegExp('^(' + mixedPieces.join('|') + ')', 'i');\n this._monthsShortRegex = this._monthsRegex;\n this._monthsStrictRegex = new RegExp('^(' + longPieces.join('|') + ')', 'i');\n this._monthsShortStrictRegex = new RegExp('^(' + shortPieces.join('|') + ')', 'i');\n }\n\n function createDate (y, m, d, h, M, s, ms) {\n // can't just apply() to create a date:\n // https://stackoverflow.com/q/181348\n var date;\n // the date constructor remaps years 0-99 to 1900-1999\n if (y < 100 && y >= 0) {\n // preserve leap years using a full 400 year cycle, then reset\n date = new Date(y + 400, m, d, h, M, s, ms);\n if (isFinite(date.getFullYear())) {\n date.setFullYear(y);\n }\n } else {\n date = new Date(y, m, d, h, M, s, ms);\n }\n\n return date;\n }\n\n function createUTCDate (y) {\n var date;\n // the Date.UTC function remaps years 0-99 to 1900-1999\n if (y < 100 && y >= 0) {\n var args = Array.prototype.slice.call(arguments);\n // preserve leap years using a full 400 year cycle, then reset\n args[0] = y + 400;\n date = new Date(Date.UTC.apply(null, args));\n if (isFinite(date.getUTCFullYear())) {\n date.setUTCFullYear(y);\n }\n } else {\n date = new Date(Date.UTC.apply(null, arguments));\n }\n\n return date;\n }\n\n // start-of-first-week - start-of-year\n function firstWeekOffset(year, dow, doy) {\n var // first-week day -- which january is always in the first week (4 for iso, 1 for other)\n fwd = 7 + dow - doy,\n // first-week day local weekday -- which local weekday is fwd\n fwdlw = (7 + createUTCDate(year, 0, fwd).getUTCDay() - dow) % 7;\n\n return -fwdlw + fwd - 1;\n }\n\n // https://en.wikipedia.org/wiki/ISO_week_date#Calculating_a_date_given_the_year.2C_week_number_and_weekday\n function dayOfYearFromWeeks(year, week, weekday, dow, doy) {\n var localWeekday = (7 + weekday - dow) % 7,\n weekOffset = firstWeekOffset(year, dow, doy),\n dayOfYear = 1 + 7 * (week - 1) + localWeekday + weekOffset,\n resYear, resDayOfYear;\n\n if (dayOfYear <= 0) {\n resYear = year - 1;\n resDayOfYear = daysInYear(resYear) + dayOfYear;\n } else if (dayOfYear > daysInYear(year)) {\n resYear = year + 1;\n resDayOfYear = dayOfYear - daysInYear(year);\n } else {\n resYear = year;\n resDayOfYear = dayOfYear;\n }\n\n return {\n year: resYear,\n dayOfYear: resDayOfYear\n };\n }\n\n function weekOfYear(mom, dow, doy) {\n var weekOffset = firstWeekOffset(mom.year(), dow, doy),\n week = Math.floor((mom.dayOfYear() - weekOffset - 1) / 7) + 1,\n resWeek, resYear;\n\n if (week < 1) {\n resYear = mom.year() - 1;\n resWeek = week + weeksInYear(resYear, dow, doy);\n } else if (week > weeksInYear(mom.year(), dow, doy)) {\n resWeek = week - weeksInYear(mom.year(), dow, doy);\n resYear = mom.year() + 1;\n } else {\n resYear = mom.year();\n resWeek = week;\n }\n\n return {\n week: resWeek,\n year: resYear\n };\n }\n\n function weeksInYear(year, dow, doy) {\n var weekOffset = firstWeekOffset(year, dow, doy),\n weekOffsetNext = firstWeekOffset(year + 1, dow, doy);\n return (daysInYear(year) - weekOffset + weekOffsetNext) / 7;\n }\n\n // FORMATTING\n\n addFormatToken('w', ['ww', 2], 'wo', 'week');\n addFormatToken('W', ['WW', 2], 'Wo', 'isoWeek');\n\n // ALIASES\n\n addUnitAlias('week', 'w');\n addUnitAlias('isoWeek', 'W');\n\n // PRIORITIES\n\n addUnitPriority('week', 5);\n addUnitPriority('isoWeek', 5);\n\n // PARSING\n\n addRegexToken('w', match1to2);\n addRegexToken('ww', match1to2, match2);\n addRegexToken('W', match1to2);\n addRegexToken('WW', match1to2, match2);\n\n addWeekParseToken(['w', 'ww', 'W', 'WW'], function (input, week, config, token) {\n week[token.substr(0, 1)] = toInt(input);\n });\n\n // HELPERS\n\n // LOCALES\n\n function localeWeek (mom) {\n return weekOfYear(mom, this._week.dow, this._week.doy).week;\n }\n\n var defaultLocaleWeek = {\n dow : 0, // Sunday is the first day of the week.\n doy : 6 // The week that contains Jan 6th is the first week of the year.\n };\n\n function localeFirstDayOfWeek () {\n return this._week.dow;\n }\n\n function localeFirstDayOfYear () {\n return this._week.doy;\n }\n\n // MOMENTS\n\n function getSetWeek (input) {\n var week = this.localeData().week(this);\n return input == null ? week : this.add((input - week) * 7, 'd');\n }\n\n function getSetISOWeek (input) {\n var week = weekOfYear(this, 1, 4).week;\n return input == null ? week : this.add((input - week) * 7, 'd');\n }\n\n // FORMATTING\n\n addFormatToken('d', 0, 'do', 'day');\n\n addFormatToken('dd', 0, 0, function (format) {\n return this.localeData().weekdaysMin(this, format);\n });\n\n addFormatToken('ddd', 0, 0, function (format) {\n return this.localeData().weekdaysShort(this, format);\n });\n\n addFormatToken('dddd', 0, 0, function (format) {\n return this.localeData().weekdays(this, format);\n });\n\n addFormatToken('e', 0, 0, 'weekday');\n addFormatToken('E', 0, 0, 'isoWeekday');\n\n // ALIASES\n\n addUnitAlias('day', 'd');\n addUnitAlias('weekday', 'e');\n addUnitAlias('isoWeekday', 'E');\n\n // PRIORITY\n addUnitPriority('day', 11);\n addUnitPriority('weekday', 11);\n addUnitPriority('isoWeekday', 11);\n\n // PARSING\n\n addRegexToken('d', match1to2);\n addRegexToken('e', match1to2);\n addRegexToken('E', match1to2);\n addRegexToken('dd', function (isStrict, locale) {\n return locale.weekdaysMinRegex(isStrict);\n });\n addRegexToken('ddd', function (isStrict, locale) {\n return locale.weekdaysShortRegex(isStrict);\n });\n addRegexToken('dddd', function (isStrict, locale) {\n return locale.weekdaysRegex(isStrict);\n });\n\n addWeekParseToken(['dd', 'ddd', 'dddd'], function (input, week, config, token) {\n var weekday = config._locale.weekdaysParse(input, token, config._strict);\n // if we didn't get a weekday name, mark the date as invalid\n if (weekday != null) {\n week.d = weekday;\n } else {\n getParsingFlags(config).invalidWeekday = input;\n }\n });\n\n addWeekParseToken(['d', 'e', 'E'], function (input, week, config, token) {\n week[token] = toInt(input);\n });\n\n // HELPERS\n\n function parseWeekday(input, locale) {\n if (typeof input !== 'string') {\n return input;\n }\n\n if (!isNaN(input)) {\n return parseInt(input, 10);\n }\n\n input = locale.weekdaysParse(input);\n if (typeof input === 'number') {\n return input;\n }\n\n return null;\n }\n\n function parseIsoWeekday(input, locale) {\n if (typeof input === 'string') {\n return locale.weekdaysParse(input) % 7 || 7;\n }\n return isNaN(input) ? null : input;\n }\n\n // LOCALES\n function shiftWeekdays (ws, n) {\n return ws.slice(n, 7).concat(ws.slice(0, n));\n }\n\n var defaultLocaleWeekdays = 'Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday'.split('_');\n function localeWeekdays (m, format) {\n var weekdays = isArray(this._weekdays) ? this._weekdays :\n this._weekdays[(m && m !== true && this._weekdays.isFormat.test(format)) ? 'format' : 'standalone'];\n return (m === true) ? shiftWeekdays(weekdays, this._week.dow)\n : (m) ? weekdays[m.day()] : weekdays;\n }\n\n var defaultLocaleWeekdaysShort = 'Sun_Mon_Tue_Wed_Thu_Fri_Sat'.split('_');\n function localeWeekdaysShort (m) {\n return (m === true) ? shiftWeekdays(this._weekdaysShort, this._week.dow)\n : (m) ? this._weekdaysShort[m.day()] : this._weekdaysShort;\n }\n\n var defaultLocaleWeekdaysMin = 'Su_Mo_Tu_We_Th_Fr_Sa'.split('_');\n function localeWeekdaysMin (m) {\n return (m === true) ? shiftWeekdays(this._weekdaysMin, this._week.dow)\n : (m) ? this._weekdaysMin[m.day()] : this._weekdaysMin;\n }\n\n function handleStrictParse$1(weekdayName, format, strict) {\n var i, ii, mom, llc = weekdayName.toLocaleLowerCase();\n if (!this._weekdaysParse) {\n this._weekdaysParse = [];\n this._shortWeekdaysParse = [];\n this._minWeekdaysParse = [];\n\n for (i = 0; i < 7; ++i) {\n mom = createUTC([2000, 1]).day(i);\n this._minWeekdaysParse[i] = this.weekdaysMin(mom, '').toLocaleLowerCase();\n this._shortWeekdaysParse[i] = this.weekdaysShort(mom, '').toLocaleLowerCase();\n this._weekdaysParse[i] = this.weekdays(mom, '').toLocaleLowerCase();\n }\n }\n\n if (strict) {\n if (format === 'dddd') {\n ii = indexOf.call(this._weekdaysParse, llc);\n return ii !== -1 ? ii : null;\n } else if (format === 'ddd') {\n ii = indexOf.call(this._shortWeekdaysParse, llc);\n return ii !== -1 ? ii : null;\n } else {\n ii = indexOf.call(this._minWeekdaysParse, llc);\n return ii !== -1 ? ii : null;\n }\n } else {\n if (format === 'dddd') {\n ii = indexOf.call(this._weekdaysParse, llc);\n if (ii !== -1) {\n return ii;\n }\n ii = indexOf.call(this._shortWeekdaysParse, llc);\n if (ii !== -1) {\n return ii;\n }\n ii = indexOf.call(this._minWeekdaysParse, llc);\n return ii !== -1 ? ii : null;\n } else if (format === 'ddd') {\n ii = indexOf.call(this._shortWeekdaysParse, llc);\n if (ii !== -1) {\n return ii;\n }\n ii = indexOf.call(this._weekdaysParse, llc);\n if (ii !== -1) {\n return ii;\n }\n ii = indexOf.call(this._minWeekdaysParse, llc);\n return ii !== -1 ? ii : null;\n } else {\n ii = indexOf.call(this._minWeekdaysParse, llc);\n if (ii !== -1) {\n return ii;\n }\n ii = indexOf.call(this._weekdaysParse, llc);\n if (ii !== -1) {\n return ii;\n }\n ii = indexOf.call(this._shortWeekdaysParse, llc);\n return ii !== -1 ? ii : null;\n }\n }\n }\n\n function localeWeekdaysParse (weekdayName, format, strict) {\n var i, mom, regex;\n\n if (this._weekdaysParseExact) {\n return handleStrictParse$1.call(this, weekdayName, format, strict);\n }\n\n if (!this._weekdaysParse) {\n this._weekdaysParse = [];\n this._minWeekdaysParse = [];\n this._shortWeekdaysParse = [];\n this._fullWeekdaysParse = [];\n }\n\n for (i = 0; i < 7; i++) {\n // make the regex if we don't have it already\n\n mom = createUTC([2000, 1]).day(i);\n if (strict && !this._fullWeekdaysParse[i]) {\n this._fullWeekdaysParse[i] = new RegExp('^' + this.weekdays(mom, '').replace('.', '\\\\.?') + '$', 'i');\n this._shortWeekdaysParse[i] = new RegExp('^' + this.weekdaysShort(mom, '').replace('.', '\\\\.?') + '$', 'i');\n this._minWeekdaysParse[i] = new RegExp('^' + this.weekdaysMin(mom, '').replace('.', '\\\\.?') + '$', 'i');\n }\n if (!this._weekdaysParse[i]) {\n regex = '^' + this.weekdays(mom, '') + '|^' + this.weekdaysShort(mom, '') + '|^' + this.weekdaysMin(mom, '');\n this._weekdaysParse[i] = new RegExp(regex.replace('.', ''), 'i');\n }\n // test the regex\n if (strict && format === 'dddd' && this._fullWeekdaysParse[i].test(weekdayName)) {\n return i;\n } else if (strict && format === 'ddd' && this._shortWeekdaysParse[i].test(weekdayName)) {\n return i;\n } else if (strict && format === 'dd' && this._minWeekdaysParse[i].test(weekdayName)) {\n return i;\n } else if (!strict && this._weekdaysParse[i].test(weekdayName)) {\n return i;\n }\n }\n }\n\n // MOMENTS\n\n function getSetDayOfWeek (input) {\n if (!this.isValid()) {\n return input != null ? this : NaN;\n }\n var day = this._isUTC ? this._d.getUTCDay() : this._d.getDay();\n if (input != null) {\n input = parseWeekday(input, this.localeData());\n return this.add(input - day, 'd');\n } else {\n return day;\n }\n }\n\n function getSetLocaleDayOfWeek (input) {\n if (!this.isValid()) {\n return input != null ? this : NaN;\n }\n var weekday = (this.day() + 7 - this.localeData()._week.dow) % 7;\n return input == null ? weekday : this.add(input - weekday, 'd');\n }\n\n function getSetISODayOfWeek (input) {\n if (!this.isValid()) {\n return input != null ? this : NaN;\n }\n\n // behaves the same as moment#day except\n // as a getter, returns 7 instead of 0 (1-7 range instead of 0-6)\n // as a setter, sunday should belong to the previous week.\n\n if (input != null) {\n var weekday = parseIsoWeekday(input, this.localeData());\n return this.day(this.day() % 7 ? weekday : weekday - 7);\n } else {\n return this.day() || 7;\n }\n }\n\n var defaultWeekdaysRegex = matchWord;\n function weekdaysRegex (isStrict) {\n if (this._weekdaysParseExact) {\n if (!hasOwnProp(this, '_weekdaysRegex')) {\n computeWeekdaysParse.call(this);\n }\n if (isStrict) {\n return this._weekdaysStrictRegex;\n } else {\n return this._weekdaysRegex;\n }\n } else {\n if (!hasOwnProp(this, '_weekdaysRegex')) {\n this._weekdaysRegex = defaultWeekdaysRegex;\n }\n return this._weekdaysStrictRegex && isStrict ?\n this._weekdaysStrictRegex : this._weekdaysRegex;\n }\n }\n\n var defaultWeekdaysShortRegex = matchWord;\n function weekdaysShortRegex (isStrict) {\n if (this._weekdaysParseExact) {\n if (!hasOwnProp(this, '_weekdaysRegex')) {\n computeWeekdaysParse.call(this);\n }\n if (isStrict) {\n return this._weekdaysShortStrictRegex;\n } else {\n return this._weekdaysShortRegex;\n }\n } else {\n if (!hasOwnProp(this, '_weekdaysShortRegex')) {\n this._weekdaysShortRegex = defaultWeekdaysShortRegex;\n }\n return this._weekdaysShortStrictRegex && isStrict ?\n this._weekdaysShortStrictRegex : this._weekdaysShortRegex;\n }\n }\n\n var defaultWeekdaysMinRegex = matchWord;\n function weekdaysMinRegex (isStrict) {\n if (this._weekdaysParseExact) {\n if (!hasOwnProp(this, '_weekdaysRegex')) {\n computeWeekdaysParse.call(this);\n }\n if (isStrict) {\n return this._weekdaysMinStrictRegex;\n } else {\n return this._weekdaysMinRegex;\n }\n } else {\n if (!hasOwnProp(this, '_weekdaysMinRegex')) {\n this._weekdaysMinRegex = defaultWeekdaysMinRegex;\n }\n return this._weekdaysMinStrictRegex && isStrict ?\n this._weekdaysMinStrictRegex : this._weekdaysMinRegex;\n }\n }\n\n\n function computeWeekdaysParse () {\n function cmpLenRev(a, b) {\n return b.length - a.length;\n }\n\n var minPieces = [], shortPieces = [], longPieces = [], mixedPieces = [],\n i, mom, minp, shortp, longp;\n for (i = 0; i < 7; i++) {\n // make the regex if we don't have it already\n mom = createUTC([2000, 1]).day(i);\n minp = this.weekdaysMin(mom, '');\n shortp = this.weekdaysShort(mom, '');\n longp = this.weekdays(mom, '');\n minPieces.push(minp);\n shortPieces.push(shortp);\n longPieces.push(longp);\n mixedPieces.push(minp);\n mixedPieces.push(shortp);\n mixedPieces.push(longp);\n }\n // Sorting makes sure if one weekday (or abbr) is a prefix of another it\n // will match the longer piece.\n minPieces.sort(cmpLenRev);\n shortPieces.sort(cmpLenRev);\n longPieces.sort(cmpLenRev);\n mixedPieces.sort(cmpLenRev);\n for (i = 0; i < 7; i++) {\n shortPieces[i] = regexEscape(shortPieces[i]);\n longPieces[i] = regexEscape(longPieces[i]);\n mixedPieces[i] = regexEscape(mixedPieces[i]);\n }\n\n this._weekdaysRegex = new RegExp('^(' + mixedPieces.join('|') + ')', 'i');\n this._weekdaysShortRegex = this._weekdaysRegex;\n this._weekdaysMinRegex = this._weekdaysRegex;\n\n this._weekdaysStrictRegex = new RegExp('^(' + longPieces.join('|') + ')', 'i');\n this._weekdaysShortStrictRegex = new RegExp('^(' + shortPieces.join('|') + ')', 'i');\n this._weekdaysMinStrictRegex = new RegExp('^(' + minPieces.join('|') + ')', 'i');\n }\n\n // FORMATTING\n\n function hFormat() {\n return this.hours() % 12 || 12;\n }\n\n function kFormat() {\n return this.hours() || 24;\n }\n\n addFormatToken('H', ['HH', 2], 0, 'hour');\n addFormatToken('h', ['hh', 2], 0, hFormat);\n addFormatToken('k', ['kk', 2], 0, kFormat);\n\n addFormatToken('hmm', 0, 0, function () {\n return '' + hFormat.apply(this) + zeroFill(this.minutes(), 2);\n });\n\n addFormatToken('hmmss', 0, 0, function () {\n return '' + hFormat.apply(this) + zeroFill(this.minutes(), 2) +\n zeroFill(this.seconds(), 2);\n });\n\n addFormatToken('Hmm', 0, 0, function () {\n return '' + this.hours() + zeroFill(this.minutes(), 2);\n });\n\n addFormatToken('Hmmss', 0, 0, function () {\n return '' + this.hours() + zeroFill(this.minutes(), 2) +\n zeroFill(this.seconds(), 2);\n });\n\n function meridiem (token, lowercase) {\n addFormatToken(token, 0, 0, function () {\n return this.localeData().meridiem(this.hours(), this.minutes(), lowercase);\n });\n }\n\n meridiem('a', true);\n meridiem('A', false);\n\n // ALIASES\n\n addUnitAlias('hour', 'h');\n\n // PRIORITY\n addUnitPriority('hour', 13);\n\n // PARSING\n\n function matchMeridiem (isStrict, locale) {\n return locale._meridiemParse;\n }\n\n addRegexToken('a', matchMeridiem);\n addRegexToken('A', matchMeridiem);\n addRegexToken('H', match1to2);\n addRegexToken('h', match1to2);\n addRegexToken('k', match1to2);\n addRegexToken('HH', match1to2, match2);\n addRegexToken('hh', match1to2, match2);\n addRegexToken('kk', match1to2, match2);\n\n addRegexToken('hmm', match3to4);\n addRegexToken('hmmss', match5to6);\n addRegexToken('Hmm', match3to4);\n addRegexToken('Hmmss', match5to6);\n\n addParseToken(['H', 'HH'], HOUR);\n addParseToken(['k', 'kk'], function (input, array, config) {\n var kInput = toInt(input);\n array[HOUR] = kInput === 24 ? 0 : kInput;\n });\n addParseToken(['a', 'A'], function (input, array, config) {\n config._isPm = config._locale.isPM(input);\n config._meridiem = input;\n });\n addParseToken(['h', 'hh'], function (input, array, config) {\n array[HOUR] = toInt(input);\n getParsingFlags(config).bigHour = true;\n });\n addParseToken('hmm', function (input, array, config) {\n var pos = input.length - 2;\n array[HOUR] = toInt(input.substr(0, pos));\n array[MINUTE] = toInt(input.substr(pos));\n getParsingFlags(config).bigHour = true;\n });\n addParseToken('hmmss', function (input, array, config) {\n var pos1 = input.length - 4;\n var pos2 = input.length - 2;\n array[HOUR] = toInt(input.substr(0, pos1));\n array[MINUTE] = toInt(input.substr(pos1, 2));\n array[SECOND] = toInt(input.substr(pos2));\n getParsingFlags(config).bigHour = true;\n });\n addParseToken('Hmm', function (input, array, config) {\n var pos = input.length - 2;\n array[HOUR] = toInt(input.substr(0, pos));\n array[MINUTE] = toInt(input.substr(pos));\n });\n addParseToken('Hmmss', function (input, array, config) {\n var pos1 = input.length - 4;\n var pos2 = input.length - 2;\n array[HOUR] = toInt(input.substr(0, pos1));\n array[MINUTE] = toInt(input.substr(pos1, 2));\n array[SECOND] = toInt(input.substr(pos2));\n });\n\n // LOCALES\n\n function localeIsPM (input) {\n // IE8 Quirks Mode & IE7 Standards Mode do not allow accessing strings like arrays\n // Using charAt should be more compatible.\n return ((input + '').toLowerCase().charAt(0) === 'p');\n }\n\n var defaultLocaleMeridiemParse = /[ap]\\.?m?\\.?/i;\n function localeMeridiem (hours, minutes, isLower) {\n if (hours > 11) {\n return isLower ? 'pm' : 'PM';\n } else {\n return isLower ? 'am' : 'AM';\n }\n }\n\n\n // MOMENTS\n\n // Setting the hour should keep the time, because the user explicitly\n // specified which hour they want. So trying to maintain the same hour (in\n // a new timezone) makes sense. Adding/subtracting hours does not follow\n // this rule.\n var getSetHour = makeGetSet('Hours', true);\n\n var baseConfig = {\n calendar: defaultCalendar,\n longDateFormat: defaultLongDateFormat,\n invalidDate: defaultInvalidDate,\n ordinal: defaultOrdinal,\n dayOfMonthOrdinalParse: defaultDayOfMonthOrdinalParse,\n relativeTime: defaultRelativeTime,\n\n months: defaultLocaleMonths,\n monthsShort: defaultLocaleMonthsShort,\n\n week: defaultLocaleWeek,\n\n weekdays: defaultLocaleWeekdays,\n weekdaysMin: defaultLocaleWeekdaysMin,\n weekdaysShort: defaultLocaleWeekdaysShort,\n\n meridiemParse: defaultLocaleMeridiemParse\n };\n\n // internal storage for locale config files\n var locales = {};\n var localeFamilies = {};\n var globalLocale;\n\n function normalizeLocale(key) {\n return key ? key.toLowerCase().replace('_', '-') : key;\n }\n\n // pick the locale from the array\n // try ['en-au', 'en-gb'] as 'en-au', 'en-gb', 'en', as in move through the list trying each\n // substring from most specific to least, but move to the next array item if it's a more specific variant than the current root\n function chooseLocale(names) {\n var i = 0, j, next, locale, split;\n\n while (i < names.length) {\n split = normalizeLocale(names[i]).split('-');\n j = split.length;\n next = normalizeLocale(names[i + 1]);\n next = next ? next.split('-') : null;\n while (j > 0) {\n locale = loadLocale(split.slice(0, j).join('-'));\n if (locale) {\n return locale;\n }\n if (next && next.length >= j && compareArrays(split, next, true) >= j - 1) {\n //the next array item is better than a shallower substring of this one\n break;\n }\n j--;\n }\n i++;\n }\n return globalLocale;\n }\n\n function loadLocale(name) {\n var oldLocale = null;\n // TODO: Find a better way to register and load all the locales in Node\n if (!locales[name] && (typeof module !== 'undefined') &&\n module && module.exports) {\n try {\n oldLocale = globalLocale._abbr;\n var aliasedRequire = require;\n aliasedRequire('./locale/' + name);\n getSetGlobalLocale(oldLocale);\n } catch (e) {}\n }\n return locales[name];\n }\n\n // This function will load locale and then set the global locale. If\n // no arguments are passed in, it will simply return the current global\n // locale key.\n function getSetGlobalLocale (key, values) {\n var data;\n if (key) {\n if (isUndefined(values)) {\n data = getLocale(key);\n }\n else {\n data = defineLocale(key, values);\n }\n\n if (data) {\n // moment.duration._locale = moment._locale = data;\n globalLocale = data;\n }\n else {\n if ((typeof console !== 'undefined') && console.warn) {\n //warn user if arguments are passed but the locale could not be set\n console.warn('Locale ' + key + ' not found. Did you forget to load it?');\n }\n }\n }\n\n return globalLocale._abbr;\n }\n\n function defineLocale (name, config) {\n if (config !== null) {\n var locale, parentConfig = baseConfig;\n config.abbr = name;\n if (locales[name] != null) {\n deprecateSimple('defineLocaleOverride',\n 'use moment.updateLocale(localeName, config) to change ' +\n 'an existing locale. moment.defineLocale(localeName, ' +\n 'config) should only be used for creating a new locale ' +\n 'See http://momentjs.com/guides/#/warnings/define-locale/ for more info.');\n parentConfig = locales[name]._config;\n } else if (config.parentLocale != null) {\n if (locales[config.parentLocale] != null) {\n parentConfig = locales[config.parentLocale]._config;\n } else {\n locale = loadLocale(config.parentLocale);\n if (locale != null) {\n parentConfig = locale._config;\n } else {\n if (!localeFamilies[config.parentLocale]) {\n localeFamilies[config.parentLocale] = [];\n }\n localeFamilies[config.parentLocale].push({\n name: name,\n config: config\n });\n return null;\n }\n }\n }\n locales[name] = new Locale(mergeConfigs(parentConfig, config));\n\n if (localeFamilies[name]) {\n localeFamilies[name].forEach(function (x) {\n defineLocale(x.name, x.config);\n });\n }\n\n // backwards compat for now: also set the locale\n // make sure we set the locale AFTER all child locales have been\n // created, so we won't end up with the child locale set.\n getSetGlobalLocale(name);\n\n\n return locales[name];\n } else {\n // useful for testing\n delete locales[name];\n return null;\n }\n }\n\n function updateLocale(name, config) {\n if (config != null) {\n var locale, tmpLocale, parentConfig = baseConfig;\n // MERGE\n tmpLocale = loadLocale(name);\n if (tmpLocale != null) {\n parentConfig = tmpLocale._config;\n }\n config = mergeConfigs(parentConfig, config);\n locale = new Locale(config);\n locale.parentLocale = locales[name];\n locales[name] = locale;\n\n // backwards compat for now: also set the locale\n getSetGlobalLocale(name);\n } else {\n // pass null for config to unupdate, useful for tests\n if (locales[name] != null) {\n if (locales[name].parentLocale != null) {\n locales[name] = locales[name].parentLocale;\n } else if (locales[name] != null) {\n delete locales[name];\n }\n }\n }\n return locales[name];\n }\n\n // returns locale data\n function getLocale (key) {\n var locale;\n\n if (key && key._locale && key._locale._abbr) {\n key = key._locale._abbr;\n }\n\n if (!key) {\n return globalLocale;\n }\n\n if (!isArray(key)) {\n //short-circuit everything else\n locale = loadLocale(key);\n if (locale) {\n return locale;\n }\n key = [key];\n }\n\n return chooseLocale(key);\n }\n\n function listLocales() {\n return keys(locales);\n }\n\n function checkOverflow (m) {\n var overflow;\n var a = m._a;\n\n if (a && getParsingFlags(m).overflow === -2) {\n overflow =\n a[MONTH] < 0 || a[MONTH] > 11 ? MONTH :\n a[DATE] < 1 || a[DATE] > daysInMonth(a[YEAR], a[MONTH]) ? DATE :\n a[HOUR] < 0 || a[HOUR] > 24 || (a[HOUR] === 24 && (a[MINUTE] !== 0 || a[SECOND] !== 0 || a[MILLISECOND] !== 0)) ? HOUR :\n a[MINUTE] < 0 || a[MINUTE] > 59 ? MINUTE :\n a[SECOND] < 0 || a[SECOND] > 59 ? SECOND :\n a[MILLISECOND] < 0 || a[MILLISECOND] > 999 ? MILLISECOND :\n -1;\n\n if (getParsingFlags(m)._overflowDayOfYear && (overflow < YEAR || overflow > DATE)) {\n overflow = DATE;\n }\n if (getParsingFlags(m)._overflowWeeks && overflow === -1) {\n overflow = WEEK;\n }\n if (getParsingFlags(m)._overflowWeekday && overflow === -1) {\n overflow = WEEKDAY;\n }\n\n getParsingFlags(m).overflow = overflow;\n }\n\n return m;\n }\n\n // Pick the first defined of two or three arguments.\n function defaults(a, b, c) {\n if (a != null) {\n return a;\n }\n if (b != null) {\n return b;\n }\n return c;\n }\n\n function currentDateArray(config) {\n // hooks is actually the exported moment object\n var nowValue = new Date(hooks.now());\n if (config._useUTC) {\n return [nowValue.getUTCFullYear(), nowValue.getUTCMonth(), nowValue.getUTCDate()];\n }\n return [nowValue.getFullYear(), nowValue.getMonth(), nowValue.getDate()];\n }\n\n // convert an array to a date.\n // the array should mirror the parameters below\n // note: all values past the year are optional and will default to the lowest possible value.\n // [year, month, day , hour, minute, second, millisecond]\n function configFromArray (config) {\n var i, date, input = [], currentDate, expectedWeekday, yearToUse;\n\n if (config._d) {\n return;\n }\n\n currentDate = currentDateArray(config);\n\n //compute day of the year from weeks and weekdays\n if (config._w && config._a[DATE] == null && config._a[MONTH] == null) {\n dayOfYearFromWeekInfo(config);\n }\n\n //if the day of the year is set, figure out what it is\n if (config._dayOfYear != null) {\n yearToUse = defaults(config._a[YEAR], currentDate[YEAR]);\n\n if (config._dayOfYear > daysInYear(yearToUse) || config._dayOfYear === 0) {\n getParsingFlags(config)._overflowDayOfYear = true;\n }\n\n date = createUTCDate(yearToUse, 0, config._dayOfYear);\n config._a[MONTH] = date.getUTCMonth();\n config._a[DATE] = date.getUTCDate();\n }\n\n // Default to current date.\n // * if no year, month, day of month are given, default to today\n // * if day of month is given, default month and year\n // * if month is given, default only year\n // * if year is given, don't default anything\n for (i = 0; i < 3 && config._a[i] == null; ++i) {\n config._a[i] = input[i] = currentDate[i];\n }\n\n // Zero out whatever was not defaulted, including time\n for (; i < 7; i++) {\n config._a[i] = input[i] = (config._a[i] == null) ? (i === 2 ? 1 : 0) : config._a[i];\n }\n\n // Check for 24:00:00.000\n if (config._a[HOUR] === 24 &&\n config._a[MINUTE] === 0 &&\n config._a[SECOND] === 0 &&\n config._a[MILLISECOND] === 0) {\n config._nextDay = true;\n config._a[HOUR] = 0;\n }\n\n config._d = (config._useUTC ? createUTCDate : createDate).apply(null, input);\n expectedWeekday = config._useUTC ? config._d.getUTCDay() : config._d.getDay();\n\n // Apply timezone offset from input. The actual utcOffset can be changed\n // with parseZone.\n if (config._tzm != null) {\n config._d.setUTCMinutes(config._d.getUTCMinutes() - config._tzm);\n }\n\n if (config._nextDay) {\n config._a[HOUR] = 24;\n }\n\n // check for mismatching day of week\n if (config._w && typeof config._w.d !== 'undefined' && config._w.d !== expectedWeekday) {\n getParsingFlags(config).weekdayMismatch = true;\n }\n }\n\n function dayOfYearFromWeekInfo(config) {\n var w, weekYear, week, weekday, dow, doy, temp, weekdayOverflow;\n\n w = config._w;\n if (w.GG != null || w.W != null || w.E != null) {\n dow = 1;\n doy = 4;\n\n // TODO: We need to take the current isoWeekYear, but that depends on\n // how we interpret now (local, utc, fixed offset). So create\n // a now version of current config (take local/utc/offset flags, and\n // create now).\n weekYear = defaults(w.GG, config._a[YEAR], weekOfYear(createLocal(), 1, 4).year);\n week = defaults(w.W, 1);\n weekday = defaults(w.E, 1);\n if (weekday < 1 || weekday > 7) {\n weekdayOverflow = true;\n }\n } else {\n dow = config._locale._week.dow;\n doy = config._locale._week.doy;\n\n var curWeek = weekOfYear(createLocal(), dow, doy);\n\n weekYear = defaults(w.gg, config._a[YEAR], curWeek.year);\n\n // Default to current week.\n week = defaults(w.w, curWeek.week);\n\n if (w.d != null) {\n // weekday -- low day numbers are considered next week\n weekday = w.d;\n if (weekday < 0 || weekday > 6) {\n weekdayOverflow = true;\n }\n } else if (w.e != null) {\n // local weekday -- counting starts from beginning of week\n weekday = w.e + dow;\n if (w.e < 0 || w.e > 6) {\n weekdayOverflow = true;\n }\n } else {\n // default to beginning of week\n weekday = dow;\n }\n }\n if (week < 1 || week > weeksInYear(weekYear, dow, doy)) {\n getParsingFlags(config)._overflowWeeks = true;\n } else if (weekdayOverflow != null) {\n getParsingFlags(config)._overflowWeekday = true;\n } else {\n temp = dayOfYearFromWeeks(weekYear, week, weekday, dow, doy);\n config._a[YEAR] = temp.year;\n config._dayOfYear = temp.dayOfYear;\n }\n }\n\n // iso 8601 regex\n // 0000-00-00 0000-W00 or 0000-W00-0 + T + 00 or 00:00 or 00:00:00 or 00:00:00.000 + +00:00 or +0000 or +00)\n var extendedIsoRegex = /^\\s*((?:[+-]\\d{6}|\\d{4})-(?:\\d\\d-\\d\\d|W\\d\\d-\\d|W\\d\\d|\\d\\d\\d|\\d\\d))(?:(T| )(\\d\\d(?::\\d\\d(?::\\d\\d(?:[.,]\\d+)?)?)?)([\\+\\-]\\d\\d(?::?\\d\\d)?|\\s*Z)?)?$/;\n var basicIsoRegex = /^\\s*((?:[+-]\\d{6}|\\d{4})(?:\\d\\d\\d\\d|W\\d\\d\\d|W\\d\\d|\\d\\d\\d|\\d\\d))(?:(T| )(\\d\\d(?:\\d\\d(?:\\d\\d(?:[.,]\\d+)?)?)?)([\\+\\-]\\d\\d(?::?\\d\\d)?|\\s*Z)?)?$/;\n\n var tzRegex = /Z|[+-]\\d\\d(?::?\\d\\d)?/;\n\n var isoDates = [\n ['YYYYYY-MM-DD', /[+-]\\d{6}-\\d\\d-\\d\\d/],\n ['YYYY-MM-DD', /\\d{4}-\\d\\d-\\d\\d/],\n ['GGGG-[W]WW-E', /\\d{4}-W\\d\\d-\\d/],\n ['GGGG-[W]WW', /\\d{4}-W\\d\\d/, false],\n ['YYYY-DDD', /\\d{4}-\\d{3}/],\n ['YYYY-MM', /\\d{4}-\\d\\d/, false],\n ['YYYYYYMMDD', /[+-]\\d{10}/],\n ['YYYYMMDD', /\\d{8}/],\n // YYYYMM is NOT allowed by the standard\n ['GGGG[W]WWE', /\\d{4}W\\d{3}/],\n ['GGGG[W]WW', /\\d{4}W\\d{2}/, false],\n ['YYYYDDD', /\\d{7}/]\n ];\n\n // iso time formats and regexes\n var isoTimes = [\n ['HH:mm:ss.SSSS', /\\d\\d:\\d\\d:\\d\\d\\.\\d+/],\n ['HH:mm:ss,SSSS', /\\d\\d:\\d\\d:\\d\\d,\\d+/],\n ['HH:mm:ss', /\\d\\d:\\d\\d:\\d\\d/],\n ['HH:mm', /\\d\\d:\\d\\d/],\n ['HHmmss.SSSS', /\\d\\d\\d\\d\\d\\d\\.\\d+/],\n ['HHmmss,SSSS', /\\d\\d\\d\\d\\d\\d,\\d+/],\n ['HHmmss', /\\d\\d\\d\\d\\d\\d/],\n ['HHmm', /\\d\\d\\d\\d/],\n ['HH', /\\d\\d/]\n ];\n\n var aspNetJsonRegex = /^\\/?Date\\((\\-?\\d+)/i;\n\n // date from iso format\n function configFromISO(config) {\n var i, l,\n string = config._i,\n match = extendedIsoRegex.exec(string) || basicIsoRegex.exec(string),\n allowTime, dateFormat, timeFormat, tzFormat;\n\n if (match) {\n getParsingFlags(config).iso = true;\n\n for (i = 0, l = isoDates.length; i < l; i++) {\n if (isoDates[i][1].exec(match[1])) {\n dateFormat = isoDates[i][0];\n allowTime = isoDates[i][2] !== false;\n break;\n }\n }\n if (dateFormat == null) {\n config._isValid = false;\n return;\n }\n if (match[3]) {\n for (i = 0, l = isoTimes.length; i < l; i++) {\n if (isoTimes[i][1].exec(match[3])) {\n // match[2] should be 'T' or space\n timeFormat = (match[2] || ' ') + isoTimes[i][0];\n break;\n }\n }\n if (timeFormat == null) {\n config._isValid = false;\n return;\n }\n }\n if (!allowTime && timeFormat != null) {\n config._isValid = false;\n return;\n }\n if (match[4]) {\n if (tzRegex.exec(match[4])) {\n tzFormat = 'Z';\n } else {\n config._isValid = false;\n return;\n }\n }\n config._f = dateFormat + (timeFormat || '') + (tzFormat || '');\n configFromStringAndFormat(config);\n } else {\n config._isValid = false;\n }\n }\n\n // RFC 2822 regex: For details see https://tools.ietf.org/html/rfc2822#section-3.3\n var rfc2822 = /^(?:(Mon|Tue|Wed|Thu|Fri|Sat|Sun),?\\s)?(\\d{1,2})\\s(Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec)\\s(\\d{2,4})\\s(\\d\\d):(\\d\\d)(?::(\\d\\d))?\\s(?:(UT|GMT|[ECMP][SD]T)|([Zz])|([+-]\\d{4}))$/;\n\n function extractFromRFC2822Strings(yearStr, monthStr, dayStr, hourStr, minuteStr, secondStr) {\n var result = [\n untruncateYear(yearStr),\n defaultLocaleMonthsShort.indexOf(monthStr),\n parseInt(dayStr, 10),\n parseInt(hourStr, 10),\n parseInt(minuteStr, 10)\n ];\n\n if (secondStr) {\n result.push(parseInt(secondStr, 10));\n }\n\n return result;\n }\n\n function untruncateYear(yearStr) {\n var year = parseInt(yearStr, 10);\n if (year <= 49) {\n return 2000 + year;\n } else if (year <= 999) {\n return 1900 + year;\n }\n return year;\n }\n\n function preprocessRFC2822(s) {\n // Remove comments and folding whitespace and replace multiple-spaces with a single space\n return s.replace(/\\([^)]*\\)|[\\n\\t]/g, ' ').replace(/(\\s\\s+)/g, ' ').replace(/^\\s\\s*/, '').replace(/\\s\\s*$/, '');\n }\n\n function checkWeekday(weekdayStr, parsedInput, config) {\n if (weekdayStr) {\n // TODO: Replace the vanilla JS Date object with an indepentent day-of-week check.\n var weekdayProvided = defaultLocaleWeekdaysShort.indexOf(weekdayStr),\n weekdayActual = new Date(parsedInput[0], parsedInput[1], parsedInput[2]).getDay();\n if (weekdayProvided !== weekdayActual) {\n getParsingFlags(config).weekdayMismatch = true;\n config._isValid = false;\n return false;\n }\n }\n return true;\n }\n\n var obsOffsets = {\n UT: 0,\n GMT: 0,\n EDT: -4 * 60,\n EST: -5 * 60,\n CDT: -5 * 60,\n CST: -6 * 60,\n MDT: -6 * 60,\n MST: -7 * 60,\n PDT: -7 * 60,\n PST: -8 * 60\n };\n\n function calculateOffset(obsOffset, militaryOffset, numOffset) {\n if (obsOffset) {\n return obsOffsets[obsOffset];\n } else if (militaryOffset) {\n // the only allowed military tz is Z\n return 0;\n } else {\n var hm = parseInt(numOffset, 10);\n var m = hm % 100, h = (hm - m) / 100;\n return h * 60 + m;\n }\n }\n\n // date and time from ref 2822 format\n function configFromRFC2822(config) {\n var match = rfc2822.exec(preprocessRFC2822(config._i));\n if (match) {\n var parsedArray = extractFromRFC2822Strings(match[4], match[3], match[2], match[5], match[6], match[7]);\n if (!checkWeekday(match[1], parsedArray, config)) {\n return;\n }\n\n config._a = parsedArray;\n config._tzm = calculateOffset(match[8], match[9], match[10]);\n\n config._d = createUTCDate.apply(null, config._a);\n config._d.setUTCMinutes(config._d.getUTCMinutes() - config._tzm);\n\n getParsingFlags(config).rfc2822 = true;\n } else {\n config._isValid = false;\n }\n }\n\n // date from iso format or fallback\n function configFromString(config) {\n var matched = aspNetJsonRegex.exec(config._i);\n\n if (matched !== null) {\n config._d = new Date(+matched[1]);\n return;\n }\n\n configFromISO(config);\n if (config._isValid === false) {\n delete config._isValid;\n } else {\n return;\n }\n\n configFromRFC2822(config);\n if (config._isValid === false) {\n delete config._isValid;\n } else {\n return;\n }\n\n // Final attempt, use Input Fallback\n hooks.createFromInputFallback(config);\n }\n\n hooks.createFromInputFallback = deprecate(\n 'value provided is not in a recognized RFC2822 or ISO format. moment construction falls back to js Date(), ' +\n 'which is not reliable across all browsers and versions. Non RFC2822/ISO date formats are ' +\n 'discouraged and will be removed in an upcoming major release. Please refer to ' +\n 'http://momentjs.com/guides/#/warnings/js-date/ for more info.',\n function (config) {\n config._d = new Date(config._i + (config._useUTC ? ' UTC' : ''));\n }\n );\n\n // constant that refers to the ISO standard\n hooks.ISO_8601 = function () {};\n\n // constant that refers to the RFC 2822 form\n hooks.RFC_2822 = function () {};\n\n // date from string and format string\n function configFromStringAndFormat(config) {\n // TODO: Move this to another part of the creation flow to prevent circular deps\n if (config._f === hooks.ISO_8601) {\n configFromISO(config);\n return;\n }\n if (config._f === hooks.RFC_2822) {\n configFromRFC2822(config);\n return;\n }\n config._a = [];\n getParsingFlags(config).empty = true;\n\n // This array is used to make a Date, either with `new Date` or `Date.UTC`\n var string = '' + config._i,\n i, parsedInput, tokens, token, skipped,\n stringLength = string.length,\n totalParsedInputLength = 0;\n\n tokens = expandFormat(config._f, config._locale).match(formattingTokens) || [];\n\n for (i = 0; i < tokens.length; i++) {\n token = tokens[i];\n parsedInput = (string.match(getParseRegexForToken(token, config)) || [])[0];\n // console.log('token', token, 'parsedInput', parsedInput,\n // 'regex', getParseRegexForToken(token, config));\n if (parsedInput) {\n skipped = string.substr(0, string.indexOf(parsedInput));\n if (skipped.length > 0) {\n getParsingFlags(config).unusedInput.push(skipped);\n }\n string = string.slice(string.indexOf(parsedInput) + parsedInput.length);\n totalParsedInputLength += parsedInput.length;\n }\n // don't parse if it's not a known token\n if (formatTokenFunctions[token]) {\n if (parsedInput) {\n getParsingFlags(config).empty = false;\n }\n else {\n getParsingFlags(config).unusedTokens.push(token);\n }\n addTimeToArrayFromToken(token, parsedInput, config);\n }\n else if (config._strict && !parsedInput) {\n getParsingFlags(config).unusedTokens.push(token);\n }\n }\n\n // add remaining unparsed input length to the string\n getParsingFlags(config).charsLeftOver = stringLength - totalParsedInputLength;\n if (string.length > 0) {\n getParsingFlags(config).unusedInput.push(string);\n }\n\n // clear _12h flag if hour is <= 12\n if (config._a[HOUR] <= 12 &&\n getParsingFlags(config).bigHour === true &&\n config._a[HOUR] > 0) {\n getParsingFlags(config).bigHour = undefined;\n }\n\n getParsingFlags(config).parsedDateParts = config._a.slice(0);\n getParsingFlags(config).meridiem = config._meridiem;\n // handle meridiem\n config._a[HOUR] = meridiemFixWrap(config._locale, config._a[HOUR], config._meridiem);\n\n configFromArray(config);\n checkOverflow(config);\n }\n\n\n function meridiemFixWrap (locale, hour, meridiem) {\n var isPm;\n\n if (meridiem == null) {\n // nothing to do\n return hour;\n }\n if (locale.meridiemHour != null) {\n return locale.meridiemHour(hour, meridiem);\n } else if (locale.isPM != null) {\n // Fallback\n isPm = locale.isPM(meridiem);\n if (isPm && hour < 12) {\n hour += 12;\n }\n if (!isPm && hour === 12) {\n hour = 0;\n }\n return hour;\n } else {\n // this is not supposed to happen\n return hour;\n }\n }\n\n // date from string and array of format strings\n function configFromStringAndArray(config) {\n var tempConfig,\n bestMoment,\n\n scoreToBeat,\n i,\n currentScore;\n\n if (config._f.length === 0) {\n getParsingFlags(config).invalidFormat = true;\n config._d = new Date(NaN);\n return;\n }\n\n for (i = 0; i < config._f.length; i++) {\n currentScore = 0;\n tempConfig = copyConfig({}, config);\n if (config._useUTC != null) {\n tempConfig._useUTC = config._useUTC;\n }\n tempConfig._f = config._f[i];\n configFromStringAndFormat(tempConfig);\n\n if (!isValid(tempConfig)) {\n continue;\n }\n\n // if there is any input that was not parsed add a penalty for that format\n currentScore += getParsingFlags(tempConfig).charsLeftOver;\n\n //or tokens\n currentScore += getParsingFlags(tempConfig).unusedTokens.length * 10;\n\n getParsingFlags(tempConfig).score = currentScore;\n\n if (scoreToBeat == null || currentScore < scoreToBeat) {\n scoreToBeat = currentScore;\n bestMoment = tempConfig;\n }\n }\n\n extend(config, bestMoment || tempConfig);\n }\n\n function configFromObject(config) {\n if (config._d) {\n return;\n }\n\n var i = normalizeObjectUnits(config._i);\n config._a = map([i.year, i.month, i.day || i.date, i.hour, i.minute, i.second, i.millisecond], function (obj) {\n return obj && parseInt(obj, 10);\n });\n\n configFromArray(config);\n }\n\n function createFromConfig (config) {\n var res = new Moment(checkOverflow(prepareConfig(config)));\n if (res._nextDay) {\n // Adding is smart enough around DST\n res.add(1, 'd');\n res._nextDay = undefined;\n }\n\n return res;\n }\n\n function prepareConfig (config) {\n var input = config._i,\n format = config._f;\n\n config._locale = config._locale || getLocale(config._l);\n\n if (input === null || (format === undefined && input === '')) {\n return createInvalid({nullInput: true});\n }\n\n if (typeof input === 'string') {\n config._i = input = config._locale.preparse(input);\n }\n\n if (isMoment(input)) {\n return new Moment(checkOverflow(input));\n } else if (isDate(input)) {\n config._d = input;\n } else if (isArray(format)) {\n configFromStringAndArray(config);\n } else if (format) {\n configFromStringAndFormat(config);\n } else {\n configFromInput(config);\n }\n\n if (!isValid(config)) {\n config._d = null;\n }\n\n return config;\n }\n\n function configFromInput(config) {\n var input = config._i;\n if (isUndefined(input)) {\n config._d = new Date(hooks.now());\n } else if (isDate(input)) {\n config._d = new Date(input.valueOf());\n } else if (typeof input === 'string') {\n configFromString(config);\n } else if (isArray(input)) {\n config._a = map(input.slice(0), function (obj) {\n return parseInt(obj, 10);\n });\n configFromArray(config);\n } else if (isObject(input)) {\n configFromObject(config);\n } else if (isNumber(input)) {\n // from milliseconds\n config._d = new Date(input);\n } else {\n hooks.createFromInputFallback(config);\n }\n }\n\n function createLocalOrUTC (input, format, locale, strict, isUTC) {\n var c = {};\n\n if (locale === true || locale === false) {\n strict = locale;\n locale = undefined;\n }\n\n if ((isObject(input) && isObjectEmpty(input)) ||\n (isArray(input) && input.length === 0)) {\n input = undefined;\n }\n // object construction must be done this way.\n // https://github.com/moment/moment/issues/1423\n c._isAMomentObject = true;\n c._useUTC = c._isUTC = isUTC;\n c._l = locale;\n c._i = input;\n c._f = format;\n c._strict = strict;\n\n return createFromConfig(c);\n }\n\n function createLocal (input, format, locale, strict) {\n return createLocalOrUTC(input, format, locale, strict, false);\n }\n\n var prototypeMin = deprecate(\n 'moment().min is deprecated, use moment.max instead. http://momentjs.com/guides/#/warnings/min-max/',\n function () {\n var other = createLocal.apply(null, arguments);\n if (this.isValid() && other.isValid()) {\n return other < this ? this : other;\n } else {\n return createInvalid();\n }\n }\n );\n\n var prototypeMax = deprecate(\n 'moment().max is deprecated, use moment.min instead. http://momentjs.com/guides/#/warnings/min-max/',\n function () {\n var other = createLocal.apply(null, arguments);\n if (this.isValid() && other.isValid()) {\n return other > this ? this : other;\n } else {\n return createInvalid();\n }\n }\n );\n\n // Pick a moment m from moments so that m[fn](other) is true for all\n // other. This relies on the function fn to be transitive.\n //\n // moments should either be an array of moment objects or an array, whose\n // first element is an array of moment objects.\n function pickBy(fn, moments) {\n var res, i;\n if (moments.length === 1 && isArray(moments[0])) {\n moments = moments[0];\n }\n if (!moments.length) {\n return createLocal();\n }\n res = moments[0];\n for (i = 1; i < moments.length; ++i) {\n if (!moments[i].isValid() || moments[i][fn](res)) {\n res = moments[i];\n }\n }\n return res;\n }\n\n // TODO: Use [].sort instead?\n function min () {\n var args = [].slice.call(arguments, 0);\n\n return pickBy('isBefore', args);\n }\n\n function max () {\n var args = [].slice.call(arguments, 0);\n\n return pickBy('isAfter', args);\n }\n\n var now = function () {\n return Date.now ? Date.now() : +(new Date());\n };\n\n var ordering = ['year', 'quarter', 'month', 'week', 'day', 'hour', 'minute', 'second', 'millisecond'];\n\n function isDurationValid(m) {\n for (var key in m) {\n if (!(indexOf.call(ordering, key) !== -1 && (m[key] == null || !isNaN(m[key])))) {\n return false;\n }\n }\n\n var unitHasDecimal = false;\n for (var i = 0; i < ordering.length; ++i) {\n if (m[ordering[i]]) {\n if (unitHasDecimal) {\n return false; // only allow non-integers for smallest unit\n }\n if (parseFloat(m[ordering[i]]) !== toInt(m[ordering[i]])) {\n unitHasDecimal = true;\n }\n }\n }\n\n return true;\n }\n\n function isValid$1() {\n return this._isValid;\n }\n\n function createInvalid$1() {\n return createDuration(NaN);\n }\n\n function Duration (duration) {\n var normalizedInput = normalizeObjectUnits(duration),\n years = normalizedInput.year || 0,\n quarters = normalizedInput.quarter || 0,\n months = normalizedInput.month || 0,\n weeks = normalizedInput.week || normalizedInput.isoWeek || 0,\n days = normalizedInput.day || 0,\n hours = normalizedInput.hour || 0,\n minutes = normalizedInput.minute || 0,\n seconds = normalizedInput.second || 0,\n milliseconds = normalizedInput.millisecond || 0;\n\n this._isValid = isDurationValid(normalizedInput);\n\n // representation for dateAddRemove\n this._milliseconds = +milliseconds +\n seconds * 1e3 + // 1000\n minutes * 6e4 + // 1000 * 60\n hours * 1000 * 60 * 60; //using 1000 * 60 * 60 instead of 36e5 to avoid floating point rounding errors https://github.com/moment/moment/issues/2978\n // Because of dateAddRemove treats 24 hours as different from a\n // day when working around DST, we need to store them separately\n this._days = +days +\n weeks * 7;\n // It is impossible to translate months into days without knowing\n // which months you are are talking about, so we have to store\n // it separately.\n this._months = +months +\n quarters * 3 +\n years * 12;\n\n this._data = {};\n\n this._locale = getLocale();\n\n this._bubble();\n }\n\n function isDuration (obj) {\n return obj instanceof Duration;\n }\n\n function absRound (number) {\n if (number < 0) {\n return Math.round(-1 * number) * -1;\n } else {\n return Math.round(number);\n }\n }\n\n // FORMATTING\n\n function offset (token, separator) {\n addFormatToken(token, 0, 0, function () {\n var offset = this.utcOffset();\n var sign = '+';\n if (offset < 0) {\n offset = -offset;\n sign = '-';\n }\n return sign + zeroFill(~~(offset / 60), 2) + separator + zeroFill(~~(offset) % 60, 2);\n });\n }\n\n offset('Z', ':');\n offset('ZZ', '');\n\n // PARSING\n\n addRegexToken('Z', matchShortOffset);\n addRegexToken('ZZ', matchShortOffset);\n addParseToken(['Z', 'ZZ'], function (input, array, config) {\n config._useUTC = true;\n config._tzm = offsetFromString(matchShortOffset, input);\n });\n\n // HELPERS\n\n // timezone chunker\n // '+10:00' > ['10', '00']\n // '-1530' > ['-15', '30']\n var chunkOffset = /([\\+\\-]|\\d\\d)/gi;\n\n function offsetFromString(matcher, string) {\n var matches = (string || '').match(matcher);\n\n if (matches === null) {\n return null;\n }\n\n var chunk = matches[matches.length - 1] || [];\n var parts = (chunk + '').match(chunkOffset) || ['-', 0, 0];\n var minutes = +(parts[1] * 60) + toInt(parts[2]);\n\n return minutes === 0 ?\n 0 :\n parts[0] === '+' ? minutes : -minutes;\n }\n\n // Return a moment from input, that is local/utc/zone equivalent to model.\n function cloneWithOffset(input, model) {\n var res, diff;\n if (model._isUTC) {\n res = model.clone();\n diff = (isMoment(input) || isDate(input) ? input.valueOf() : createLocal(input).valueOf()) - res.valueOf();\n // Use low-level api, because this fn is low-level api.\n res._d.setTime(res._d.valueOf() + diff);\n hooks.updateOffset(res, false);\n return res;\n } else {\n return createLocal(input).local();\n }\n }\n\n function getDateOffset (m) {\n // On Firefox.24 Date#getTimezoneOffset returns a floating point.\n // https://github.com/moment/moment/pull/1871\n return -Math.round(m._d.getTimezoneOffset() / 15) * 15;\n }\n\n // HOOKS\n\n // This function will be called whenever a moment is mutated.\n // It is intended to keep the offset in sync with the timezone.\n hooks.updateOffset = function () {};\n\n // MOMENTS\n\n // keepLocalTime = true means only change the timezone, without\n // affecting the local hour. So 5:31:26 +0300 --[utcOffset(2, true)]-->\n // 5:31:26 +0200 It is possible that 5:31:26 doesn't exist with offset\n // +0200, so we adjust the time as needed, to be valid.\n //\n // Keeping the time actually adds/subtracts (one hour)\n // from the actual represented time. That is why we call updateOffset\n // a second time. In case it wants us to change the offset again\n // _changeInProgress == true case, then we have to adjust, because\n // there is no such time in the given timezone.\n function getSetOffset (input, keepLocalTime, keepMinutes) {\n var offset = this._offset || 0,\n localAdjust;\n if (!this.isValid()) {\n return input != null ? this : NaN;\n }\n if (input != null) {\n if (typeof input === 'string') {\n input = offsetFromString(matchShortOffset, input);\n if (input === null) {\n return this;\n }\n } else if (Math.abs(input) < 16 && !keepMinutes) {\n input = input * 60;\n }\n if (!this._isUTC && keepLocalTime) {\n localAdjust = getDateOffset(this);\n }\n this._offset = input;\n this._isUTC = true;\n if (localAdjust != null) {\n this.add(localAdjust, 'm');\n }\n if (offset !== input) {\n if (!keepLocalTime || this._changeInProgress) {\n addSubtract(this, createDuration(input - offset, 'm'), 1, false);\n } else if (!this._changeInProgress) {\n this._changeInProgress = true;\n hooks.updateOffset(this, true);\n this._changeInProgress = null;\n }\n }\n return this;\n } else {\n return this._isUTC ? offset : getDateOffset(this);\n }\n }\n\n function getSetZone (input, keepLocalTime) {\n if (input != null) {\n if (typeof input !== 'string') {\n input = -input;\n }\n\n this.utcOffset(input, keepLocalTime);\n\n return this;\n } else {\n return -this.utcOffset();\n }\n }\n\n function setOffsetToUTC (keepLocalTime) {\n return this.utcOffset(0, keepLocalTime);\n }\n\n function setOffsetToLocal (keepLocalTime) {\n if (this._isUTC) {\n this.utcOffset(0, keepLocalTime);\n this._isUTC = false;\n\n if (keepLocalTime) {\n this.subtract(getDateOffset(this), 'm');\n }\n }\n return this;\n }\n\n function setOffsetToParsedOffset () {\n if (this._tzm != null) {\n this.utcOffset(this._tzm, false, true);\n } else if (typeof this._i === 'string') {\n var tZone = offsetFromString(matchOffset, this._i);\n if (tZone != null) {\n this.utcOffset(tZone);\n }\n else {\n this.utcOffset(0, true);\n }\n }\n return this;\n }\n\n function hasAlignedHourOffset (input) {\n if (!this.isValid()) {\n return false;\n }\n input = input ? createLocal(input).utcOffset() : 0;\n\n return (this.utcOffset() - input) % 60 === 0;\n }\n\n function isDaylightSavingTime () {\n return (\n this.utcOffset() > this.clone().month(0).utcOffset() ||\n this.utcOffset() > this.clone().month(5).utcOffset()\n );\n }\n\n function isDaylightSavingTimeShifted () {\n if (!isUndefined(this._isDSTShifted)) {\n return this._isDSTShifted;\n }\n\n var c = {};\n\n copyConfig(c, this);\n c = prepareConfig(c);\n\n if (c._a) {\n var other = c._isUTC ? createUTC(c._a) : createLocal(c._a);\n this._isDSTShifted = this.isValid() &&\n compareArrays(c._a, other.toArray()) > 0;\n } else {\n this._isDSTShifted = false;\n }\n\n return this._isDSTShifted;\n }\n\n function isLocal () {\n return this.isValid() ? !this._isUTC : false;\n }\n\n function isUtcOffset () {\n return this.isValid() ? this._isUTC : false;\n }\n\n function isUtc () {\n return this.isValid() ? this._isUTC && this._offset === 0 : false;\n }\n\n // ASP.NET json date format regex\n var aspNetRegex = /^(\\-|\\+)?(?:(\\d*)[. ])?(\\d+)\\:(\\d+)(?:\\:(\\d+)(\\.\\d*)?)?$/;\n\n // from http://docs.closure-library.googlecode.com/git/closure_goog_date_date.js.source.html\n // somewhat more in line with 4.4.3.2 2004 spec, but allows decimal anywhere\n // and further modified to allow for strings containing both week and day\n var isoRegex = /^(-|\\+)?P(?:([-+]?[0-9,.]*)Y)?(?:([-+]?[0-9,.]*)M)?(?:([-+]?[0-9,.]*)W)?(?:([-+]?[0-9,.]*)D)?(?:T(?:([-+]?[0-9,.]*)H)?(?:([-+]?[0-9,.]*)M)?(?:([-+]?[0-9,.]*)S)?)?$/;\n\n function createDuration (input, key) {\n var duration = input,\n // matching against regexp is expensive, do it on demand\n match = null,\n sign,\n ret,\n diffRes;\n\n if (isDuration(input)) {\n duration = {\n ms : input._milliseconds,\n d : input._days,\n M : input._months\n };\n } else if (isNumber(input)) {\n duration = {};\n if (key) {\n duration[key] = input;\n } else {\n duration.milliseconds = input;\n }\n } else if (!!(match = aspNetRegex.exec(input))) {\n sign = (match[1] === '-') ? -1 : 1;\n duration = {\n y : 0,\n d : toInt(match[DATE]) * sign,\n h : toInt(match[HOUR]) * sign,\n m : toInt(match[MINUTE]) * sign,\n s : toInt(match[SECOND]) * sign,\n ms : toInt(absRound(match[MILLISECOND] * 1000)) * sign // the millisecond decimal point is included in the match\n };\n } else if (!!(match = isoRegex.exec(input))) {\n sign = (match[1] === '-') ? -1 : 1;\n duration = {\n y : parseIso(match[2], sign),\n M : parseIso(match[3], sign),\n w : parseIso(match[4], sign),\n d : parseIso(match[5], sign),\n h : parseIso(match[6], sign),\n m : parseIso(match[7], sign),\n s : parseIso(match[8], sign)\n };\n } else if (duration == null) {// checks for null or undefined\n duration = {};\n } else if (typeof duration === 'object' && ('from' in duration || 'to' in duration)) {\n diffRes = momentsDifference(createLocal(duration.from), createLocal(duration.to));\n\n duration = {};\n duration.ms = diffRes.milliseconds;\n duration.M = diffRes.months;\n }\n\n ret = new Duration(duration);\n\n if (isDuration(input) && hasOwnProp(input, '_locale')) {\n ret._locale = input._locale;\n }\n\n return ret;\n }\n\n createDuration.fn = Duration.prototype;\n createDuration.invalid = createInvalid$1;\n\n function parseIso (inp, sign) {\n // We'd normally use ~~inp for this, but unfortunately it also\n // converts floats to ints.\n // inp may be undefined, so careful calling replace on it.\n var res = inp && parseFloat(inp.replace(',', '.'));\n // apply sign while we're at it\n return (isNaN(res) ? 0 : res) * sign;\n }\n\n function positiveMomentsDifference(base, other) {\n var res = {};\n\n res.months = other.month() - base.month() +\n (other.year() - base.year()) * 12;\n if (base.clone().add(res.months, 'M').isAfter(other)) {\n --res.months;\n }\n\n res.milliseconds = +other - +(base.clone().add(res.months, 'M'));\n\n return res;\n }\n\n function momentsDifference(base, other) {\n var res;\n if (!(base.isValid() && other.isValid())) {\n return {milliseconds: 0, months: 0};\n }\n\n other = cloneWithOffset(other, base);\n if (base.isBefore(other)) {\n res = positiveMomentsDifference(base, other);\n } else {\n res = positiveMomentsDifference(other, base);\n res.milliseconds = -res.milliseconds;\n res.months = -res.months;\n }\n\n return res;\n }\n\n // TODO: remove 'name' arg after deprecation is removed\n function createAdder(direction, name) {\n return function (val, period) {\n var dur, tmp;\n //invert the arguments, but complain about it\n if (period !== null && !isNaN(+period)) {\n deprecateSimple(name, 'moment().' + name + '(period, number) is deprecated. Please use moment().' + name + '(number, period). ' +\n 'See http://momentjs.com/guides/#/warnings/add-inverted-param/ for more info.');\n tmp = val; val = period; period = tmp;\n }\n\n val = typeof val === 'string' ? +val : val;\n dur = createDuration(val, period);\n addSubtract(this, dur, direction);\n return this;\n };\n }\n\n function addSubtract (mom, duration, isAdding, updateOffset) {\n var milliseconds = duration._milliseconds,\n days = absRound(duration._days),\n months = absRound(duration._months);\n\n if (!mom.isValid()) {\n // No op\n return;\n }\n\n updateOffset = updateOffset == null ? true : updateOffset;\n\n if (months) {\n setMonth(mom, get(mom, 'Month') + months * isAdding);\n }\n if (days) {\n set$1(mom, 'Date', get(mom, 'Date') + days * isAdding);\n }\n if (milliseconds) {\n mom._d.setTime(mom._d.valueOf() + milliseconds * isAdding);\n }\n if (updateOffset) {\n hooks.updateOffset(mom, days || months);\n }\n }\n\n var add = createAdder(1, 'add');\n var subtract = createAdder(-1, 'subtract');\n\n function getCalendarFormat(myMoment, now) {\n var diff = myMoment.diff(now, 'days', true);\n return diff < -6 ? 'sameElse' :\n diff < -1 ? 'lastWeek' :\n diff < 0 ? 'lastDay' :\n diff < 1 ? 'sameDay' :\n diff < 2 ? 'nextDay' :\n diff < 7 ? 'nextWeek' : 'sameElse';\n }\n\n function calendar$1 (time, formats) {\n // We want to compare the start of today, vs this.\n // Getting start-of-today depends on whether we're local/utc/offset or not.\n var now = time || createLocal(),\n sod = cloneWithOffset(now, this).startOf('day'),\n format = hooks.calendarFormat(this, sod) || 'sameElse';\n\n var output = formats && (isFunction(formats[format]) ? formats[format].call(this, now) : formats[format]);\n\n return this.format(output || this.localeData().calendar(format, this, createLocal(now)));\n }\n\n function clone () {\n return new Moment(this);\n }\n\n function isAfter (input, units) {\n var localInput = isMoment(input) ? input : createLocal(input);\n if (!(this.isValid() && localInput.isValid())) {\n return false;\n }\n units = normalizeUnits(units) || 'millisecond';\n if (units === 'millisecond') {\n return this.valueOf() > localInput.valueOf();\n } else {\n return localInput.valueOf() < this.clone().startOf(units).valueOf();\n }\n }\n\n function isBefore (input, units) {\n var localInput = isMoment(input) ? input : createLocal(input);\n if (!(this.isValid() && localInput.isValid())) {\n return false;\n }\n units = normalizeUnits(units) || 'millisecond';\n if (units === 'millisecond') {\n return this.valueOf() < localInput.valueOf();\n } else {\n return this.clone().endOf(units).valueOf() < localInput.valueOf();\n }\n }\n\n function isBetween (from, to, units, inclusivity) {\n var localFrom = isMoment(from) ? from : createLocal(from),\n localTo = isMoment(to) ? to : createLocal(to);\n if (!(this.isValid() && localFrom.isValid() && localTo.isValid())) {\n return false;\n }\n inclusivity = inclusivity || '()';\n return (inclusivity[0] === '(' ? this.isAfter(localFrom, units) : !this.isBefore(localFrom, units)) &&\n (inclusivity[1] === ')' ? this.isBefore(localTo, units) : !this.isAfter(localTo, units));\n }\n\n function isSame (input, units) {\n var localInput = isMoment(input) ? input : createLocal(input),\n inputMs;\n if (!(this.isValid() && localInput.isValid())) {\n return false;\n }\n units = normalizeUnits(units) || 'millisecond';\n if (units === 'millisecond') {\n return this.valueOf() === localInput.valueOf();\n } else {\n inputMs = localInput.valueOf();\n return this.clone().startOf(units).valueOf() <= inputMs && inputMs <= this.clone().endOf(units).valueOf();\n }\n }\n\n function isSameOrAfter (input, units) {\n return this.isSame(input, units) || this.isAfter(input, units);\n }\n\n function isSameOrBefore (input, units) {\n return this.isSame(input, units) || this.isBefore(input, units);\n }\n\n function diff (input, units, asFloat) {\n var that,\n zoneDelta,\n output;\n\n if (!this.isValid()) {\n return NaN;\n }\n\n that = cloneWithOffset(input, this);\n\n if (!that.isValid()) {\n return NaN;\n }\n\n zoneDelta = (that.utcOffset() - this.utcOffset()) * 6e4;\n\n units = normalizeUnits(units);\n\n switch (units) {\n case 'year': output = monthDiff(this, that) / 12; break;\n case 'month': output = monthDiff(this, that); break;\n case 'quarter': output = monthDiff(this, that) / 3; break;\n case 'second': output = (this - that) / 1e3; break; // 1000\n case 'minute': output = (this - that) / 6e4; break; // 1000 * 60\n case 'hour': output = (this - that) / 36e5; break; // 1000 * 60 * 60\n case 'day': output = (this - that - zoneDelta) / 864e5; break; // 1000 * 60 * 60 * 24, negate dst\n case 'week': output = (this - that - zoneDelta) / 6048e5; break; // 1000 * 60 * 60 * 24 * 7, negate dst\n default: output = this - that;\n }\n\n return asFloat ? output : absFloor(output);\n }\n\n function monthDiff (a, b) {\n // difference in months\n var wholeMonthDiff = ((b.year() - a.year()) * 12) + (b.month() - a.month()),\n // b is in (anchor - 1 month, anchor + 1 month)\n anchor = a.clone().add(wholeMonthDiff, 'months'),\n anchor2, adjust;\n\n if (b - anchor < 0) {\n anchor2 = a.clone().add(wholeMonthDiff - 1, 'months');\n // linear across the month\n adjust = (b - anchor) / (anchor - anchor2);\n } else {\n anchor2 = a.clone().add(wholeMonthDiff + 1, 'months');\n // linear across the month\n adjust = (b - anchor) / (anchor2 - anchor);\n }\n\n //check for negative zero, return zero if negative zero\n return -(wholeMonthDiff + adjust) || 0;\n }\n\n hooks.defaultFormat = 'YYYY-MM-DDTHH:mm:ssZ';\n hooks.defaultFormatUtc = 'YYYY-MM-DDTHH:mm:ss[Z]';\n\n function toString () {\n return this.clone().locale('en').format('ddd MMM DD YYYY HH:mm:ss [GMT]ZZ');\n }\n\n function toISOString(keepOffset) {\n if (!this.isValid()) {\n return null;\n }\n var utc = keepOffset !== true;\n var m = utc ? this.clone().utc() : this;\n if (m.year() < 0 || m.year() > 9999) {\n return formatMoment(m, utc ? 'YYYYYY-MM-DD[T]HH:mm:ss.SSS[Z]' : 'YYYYYY-MM-DD[T]HH:mm:ss.SSSZ');\n }\n if (isFunction(Date.prototype.toISOString)) {\n // native implementation is ~50x faster, use it when we can\n if (utc) {\n return this.toDate().toISOString();\n } else {\n return new Date(this.valueOf() + this.utcOffset() * 60 * 1000).toISOString().replace('Z', formatMoment(m, 'Z'));\n }\n }\n return formatMoment(m, utc ? 'YYYY-MM-DD[T]HH:mm:ss.SSS[Z]' : 'YYYY-MM-DD[T]HH:mm:ss.SSSZ');\n }\n\n /**\n * Return a human readable representation of a moment that can\n * also be evaluated to get a new moment which is the same\n *\n * @link https://nodejs.org/dist/latest/docs/api/util.html#util_custom_inspect_function_on_objects\n */\n function inspect () {\n if (!this.isValid()) {\n return 'moment.invalid(/* ' + this._i + ' */)';\n }\n var func = 'moment';\n var zone = '';\n if (!this.isLocal()) {\n func = this.utcOffset() === 0 ? 'moment.utc' : 'moment.parseZone';\n zone = 'Z';\n }\n var prefix = '[' + func + '(\"]';\n var year = (0 <= this.year() && this.year() <= 9999) ? 'YYYY' : 'YYYYYY';\n var datetime = '-MM-DD[T]HH:mm:ss.SSS';\n var suffix = zone + '[\")]';\n\n return this.format(prefix + year + datetime + suffix);\n }\n\n function format (inputString) {\n if (!inputString) {\n inputString = this.isUtc() ? hooks.defaultFormatUtc : hooks.defaultFormat;\n }\n var output = formatMoment(this, inputString);\n return this.localeData().postformat(output);\n }\n\n function from (time, withoutSuffix) {\n if (this.isValid() &&\n ((isMoment(time) && time.isValid()) ||\n createLocal(time).isValid())) {\n return createDuration({to: this, from: time}).locale(this.locale()).humanize(!withoutSuffix);\n } else {\n return this.localeData().invalidDate();\n }\n }\n\n function fromNow (withoutSuffix) {\n return this.from(createLocal(), withoutSuffix);\n }\n\n function to (time, withoutSuffix) {\n if (this.isValid() &&\n ((isMoment(time) && time.isValid()) ||\n createLocal(time).isValid())) {\n return createDuration({from: this, to: time}).locale(this.locale()).humanize(!withoutSuffix);\n } else {\n return this.localeData().invalidDate();\n }\n }\n\n function toNow (withoutSuffix) {\n return this.to(createLocal(), withoutSuffix);\n }\n\n // If passed a locale key, it will set the locale for this\n // instance. Otherwise, it will return the locale configuration\n // variables for this instance.\n function locale (key) {\n var newLocaleData;\n\n if (key === undefined) {\n return this._locale._abbr;\n } else {\n newLocaleData = getLocale(key);\n if (newLocaleData != null) {\n this._locale = newLocaleData;\n }\n return this;\n }\n }\n\n var lang = deprecate(\n 'moment().lang() is deprecated. Instead, use moment().localeData() to get the language configuration. Use moment().locale() to change languages.',\n function (key) {\n if (key === undefined) {\n return this.localeData();\n } else {\n return this.locale(key);\n }\n }\n );\n\n function localeData () {\n return this._locale;\n }\n\n var MS_PER_SECOND = 1000;\n var MS_PER_MINUTE = 60 * MS_PER_SECOND;\n var MS_PER_HOUR = 60 * MS_PER_MINUTE;\n var MS_PER_400_YEARS = (365 * 400 + 97) * 24 * MS_PER_HOUR;\n\n // actual modulo - handles negative numbers (for dates before 1970):\n function mod$1(dividend, divisor) {\n return (dividend % divisor + divisor) % divisor;\n }\n\n function localStartOfDate(y, m, d) {\n // the date constructor remaps years 0-99 to 1900-1999\n if (y < 100 && y >= 0) {\n // preserve leap years using a full 400 year cycle, then reset\n return new Date(y + 400, m, d) - MS_PER_400_YEARS;\n } else {\n return new Date(y, m, d).valueOf();\n }\n }\n\n function utcStartOfDate(y, m, d) {\n // Date.UTC remaps years 0-99 to 1900-1999\n if (y < 100 && y >= 0) {\n // preserve leap years using a full 400 year cycle, then reset\n return Date.UTC(y + 400, m, d) - MS_PER_400_YEARS;\n } else {\n return Date.UTC(y, m, d);\n }\n }\n\n function startOf (units) {\n var time;\n units = normalizeUnits(units);\n if (units === undefined || units === 'millisecond' || !this.isValid()) {\n return this;\n }\n\n var startOfDate = this._isUTC ? utcStartOfDate : localStartOfDate;\n\n switch (units) {\n case 'year':\n time = startOfDate(this.year(), 0, 1);\n break;\n case 'quarter':\n time = startOfDate(this.year(), this.month() - this.month() % 3, 1);\n break;\n case 'month':\n time = startOfDate(this.year(), this.month(), 1);\n break;\n case 'week':\n time = startOfDate(this.year(), this.month(), this.date() - this.weekday());\n break;\n case 'isoWeek':\n time = startOfDate(this.year(), this.month(), this.date() - (this.isoWeekday() - 1));\n break;\n case 'day':\n case 'date':\n time = startOfDate(this.year(), this.month(), this.date());\n break;\n case 'hour':\n time = this._d.valueOf();\n time -= mod$1(time + (this._isUTC ? 0 : this.utcOffset() * MS_PER_MINUTE), MS_PER_HOUR);\n break;\n case 'minute':\n time = this._d.valueOf();\n time -= mod$1(time, MS_PER_MINUTE);\n break;\n case 'second':\n time = this._d.valueOf();\n time -= mod$1(time, MS_PER_SECOND);\n break;\n }\n\n this._d.setTime(time);\n hooks.updateOffset(this, true);\n return this;\n }\n\n function endOf (units) {\n var time;\n units = normalizeUnits(units);\n if (units === undefined || units === 'millisecond' || !this.isValid()) {\n return this;\n }\n\n var startOfDate = this._isUTC ? utcStartOfDate : localStartOfDate;\n\n switch (units) {\n case 'year':\n time = startOfDate(this.year() + 1, 0, 1) - 1;\n break;\n case 'quarter':\n time = startOfDate(this.year(), this.month() - this.month() % 3 + 3, 1) - 1;\n break;\n case 'month':\n time = startOfDate(this.year(), this.month() + 1, 1) - 1;\n break;\n case 'week':\n time = startOfDate(this.year(), this.month(), this.date() - this.weekday() + 7) - 1;\n break;\n case 'isoWeek':\n time = startOfDate(this.year(), this.month(), this.date() - (this.isoWeekday() - 1) + 7) - 1;\n break;\n case 'day':\n case 'date':\n time = startOfDate(this.year(), this.month(), this.date() + 1) - 1;\n break;\n case 'hour':\n time = this._d.valueOf();\n time += MS_PER_HOUR - mod$1(time + (this._isUTC ? 0 : this.utcOffset() * MS_PER_MINUTE), MS_PER_HOUR) - 1;\n break;\n case 'minute':\n time = this._d.valueOf();\n time += MS_PER_MINUTE - mod$1(time, MS_PER_MINUTE) - 1;\n break;\n case 'second':\n time = this._d.valueOf();\n time += MS_PER_SECOND - mod$1(time, MS_PER_SECOND) - 1;\n break;\n }\n\n this._d.setTime(time);\n hooks.updateOffset(this, true);\n return this;\n }\n\n function valueOf () {\n return this._d.valueOf() - ((this._offset || 0) * 60000);\n }\n\n function unix () {\n return Math.floor(this.valueOf() / 1000);\n }\n\n function toDate () {\n return new Date(this.valueOf());\n }\n\n function toArray () {\n var m = this;\n return [m.year(), m.month(), m.date(), m.hour(), m.minute(), m.second(), m.millisecond()];\n }\n\n function toObject () {\n var m = this;\n return {\n years: m.year(),\n months: m.month(),\n date: m.date(),\n hours: m.hours(),\n minutes: m.minutes(),\n seconds: m.seconds(),\n milliseconds: m.milliseconds()\n };\n }\n\n function toJSON () {\n // new Date(NaN).toJSON() === null\n return this.isValid() ? this.toISOString() : null;\n }\n\n function isValid$2 () {\n return isValid(this);\n }\n\n function parsingFlags () {\n return extend({}, getParsingFlags(this));\n }\n\n function invalidAt () {\n return getParsingFlags(this).overflow;\n }\n\n function creationData() {\n return {\n input: this._i,\n format: this._f,\n locale: this._locale,\n isUTC: this._isUTC,\n strict: this._strict\n };\n }\n\n // FORMATTING\n\n addFormatToken(0, ['gg', 2], 0, function () {\n return this.weekYear() % 100;\n });\n\n addFormatToken(0, ['GG', 2], 0, function () {\n return this.isoWeekYear() % 100;\n });\n\n function addWeekYearFormatToken (token, getter) {\n addFormatToken(0, [token, token.length], 0, getter);\n }\n\n addWeekYearFormatToken('gggg', 'weekYear');\n addWeekYearFormatToken('ggggg', 'weekYear');\n addWeekYearFormatToken('GGGG', 'isoWeekYear');\n addWeekYearFormatToken('GGGGG', 'isoWeekYear');\n\n // ALIASES\n\n addUnitAlias('weekYear', 'gg');\n addUnitAlias('isoWeekYear', 'GG');\n\n // PRIORITY\n\n addUnitPriority('weekYear', 1);\n addUnitPriority('isoWeekYear', 1);\n\n\n // PARSING\n\n addRegexToken('G', matchSigned);\n addRegexToken('g', matchSigned);\n addRegexToken('GG', match1to2, match2);\n addRegexToken('gg', match1to2, match2);\n addRegexToken('GGGG', match1to4, match4);\n addRegexToken('gggg', match1to4, match4);\n addRegexToken('GGGGG', match1to6, match6);\n addRegexToken('ggggg', match1to6, match6);\n\n addWeekParseToken(['gggg', 'ggggg', 'GGGG', 'GGGGG'], function (input, week, config, token) {\n week[token.substr(0, 2)] = toInt(input);\n });\n\n addWeekParseToken(['gg', 'GG'], function (input, week, config, token) {\n week[token] = hooks.parseTwoDigitYear(input);\n });\n\n // MOMENTS\n\n function getSetWeekYear (input) {\n return getSetWeekYearHelper.call(this,\n input,\n this.week(),\n this.weekday(),\n this.localeData()._week.dow,\n this.localeData()._week.doy);\n }\n\n function getSetISOWeekYear (input) {\n return getSetWeekYearHelper.call(this,\n input, this.isoWeek(), this.isoWeekday(), 1, 4);\n }\n\n function getISOWeeksInYear () {\n return weeksInYear(this.year(), 1, 4);\n }\n\n function getWeeksInYear () {\n var weekInfo = this.localeData()._week;\n return weeksInYear(this.year(), weekInfo.dow, weekInfo.doy);\n }\n\n function getSetWeekYearHelper(input, week, weekday, dow, doy) {\n var weeksTarget;\n if (input == null) {\n return weekOfYear(this, dow, doy).year;\n } else {\n weeksTarget = weeksInYear(input, dow, doy);\n if (week > weeksTarget) {\n week = weeksTarget;\n }\n return setWeekAll.call(this, input, week, weekday, dow, doy);\n }\n }\n\n function setWeekAll(weekYear, week, weekday, dow, doy) {\n var dayOfYearData = dayOfYearFromWeeks(weekYear, week, weekday, dow, doy),\n date = createUTCDate(dayOfYearData.year, 0, dayOfYearData.dayOfYear);\n\n this.year(date.getUTCFullYear());\n this.month(date.getUTCMonth());\n this.date(date.getUTCDate());\n return this;\n }\n\n // FORMATTING\n\n addFormatToken('Q', 0, 'Qo', 'quarter');\n\n // ALIASES\n\n addUnitAlias('quarter', 'Q');\n\n // PRIORITY\n\n addUnitPriority('quarter', 7);\n\n // PARSING\n\n addRegexToken('Q', match1);\n addParseToken('Q', function (input, array) {\n array[MONTH] = (toInt(input) - 1) * 3;\n });\n\n // MOMENTS\n\n function getSetQuarter (input) {\n return input == null ? Math.ceil((this.month() + 1) / 3) : this.month((input - 1) * 3 + this.month() % 3);\n }\n\n // FORMATTING\n\n addFormatToken('D', ['DD', 2], 'Do', 'date');\n\n // ALIASES\n\n addUnitAlias('date', 'D');\n\n // PRIORITY\n addUnitPriority('date', 9);\n\n // PARSING\n\n addRegexToken('D', match1to2);\n addRegexToken('DD', match1to2, match2);\n addRegexToken('Do', function (isStrict, locale) {\n // TODO: Remove \"ordinalParse\" fallback in next major release.\n return isStrict ?\n (locale._dayOfMonthOrdinalParse || locale._ordinalParse) :\n locale._dayOfMonthOrdinalParseLenient;\n });\n\n addParseToken(['D', 'DD'], DATE);\n addParseToken('Do', function (input, array) {\n array[DATE] = toInt(input.match(match1to2)[0]);\n });\n\n // MOMENTS\n\n var getSetDayOfMonth = makeGetSet('Date', true);\n\n // FORMATTING\n\n addFormatToken('DDD', ['DDDD', 3], 'DDDo', 'dayOfYear');\n\n // ALIASES\n\n addUnitAlias('dayOfYear', 'DDD');\n\n // PRIORITY\n addUnitPriority('dayOfYear', 4);\n\n // PARSING\n\n addRegexToken('DDD', match1to3);\n addRegexToken('DDDD', match3);\n addParseToken(['DDD', 'DDDD'], function (input, array, config) {\n config._dayOfYear = toInt(input);\n });\n\n // HELPERS\n\n // MOMENTS\n\n function getSetDayOfYear (input) {\n var dayOfYear = Math.round((this.clone().startOf('day') - this.clone().startOf('year')) / 864e5) + 1;\n return input == null ? dayOfYear : this.add((input - dayOfYear), 'd');\n }\n\n // FORMATTING\n\n addFormatToken('m', ['mm', 2], 0, 'minute');\n\n // ALIASES\n\n addUnitAlias('minute', 'm');\n\n // PRIORITY\n\n addUnitPriority('minute', 14);\n\n // PARSING\n\n addRegexToken('m', match1to2);\n addRegexToken('mm', match1to2, match2);\n addParseToken(['m', 'mm'], MINUTE);\n\n // MOMENTS\n\n var getSetMinute = makeGetSet('Minutes', false);\n\n // FORMATTING\n\n addFormatToken('s', ['ss', 2], 0, 'second');\n\n // ALIASES\n\n addUnitAlias('second', 's');\n\n // PRIORITY\n\n addUnitPriority('second', 15);\n\n // PARSING\n\n addRegexToken('s', match1to2);\n addRegexToken('ss', match1to2, match2);\n addParseToken(['s', 'ss'], SECOND);\n\n // MOMENTS\n\n var getSetSecond = makeGetSet('Seconds', false);\n\n // FORMATTING\n\n addFormatToken('S', 0, 0, function () {\n return ~~(this.millisecond() / 100);\n });\n\n addFormatToken(0, ['SS', 2], 0, function () {\n return ~~(this.millisecond() / 10);\n });\n\n addFormatToken(0, ['SSS', 3], 0, 'millisecond');\n addFormatToken(0, ['SSSS', 4], 0, function () {\n return this.millisecond() * 10;\n });\n addFormatToken(0, ['SSSSS', 5], 0, function () {\n return this.millisecond() * 100;\n });\n addFormatToken(0, ['SSSSSS', 6], 0, function () {\n return this.millisecond() * 1000;\n });\n addFormatToken(0, ['SSSSSSS', 7], 0, function () {\n return this.millisecond() * 10000;\n });\n addFormatToken(0, ['SSSSSSSS', 8], 0, function () {\n return this.millisecond() * 100000;\n });\n addFormatToken(0, ['SSSSSSSSS', 9], 0, function () {\n return this.millisecond() * 1000000;\n });\n\n\n // ALIASES\n\n addUnitAlias('millisecond', 'ms');\n\n // PRIORITY\n\n addUnitPriority('millisecond', 16);\n\n // PARSING\n\n addRegexToken('S', match1to3, match1);\n addRegexToken('SS', match1to3, match2);\n addRegexToken('SSS', match1to3, match3);\n\n var token;\n for (token = 'SSSS'; token.length <= 9; token += 'S') {\n addRegexToken(token, matchUnsigned);\n }\n\n function parseMs(input, array) {\n array[MILLISECOND] = toInt(('0.' + input) * 1000);\n }\n\n for (token = 'S'; token.length <= 9; token += 'S') {\n addParseToken(token, parseMs);\n }\n // MOMENTS\n\n var getSetMillisecond = makeGetSet('Milliseconds', false);\n\n // FORMATTING\n\n addFormatToken('z', 0, 0, 'zoneAbbr');\n addFormatToken('zz', 0, 0, 'zoneName');\n\n // MOMENTS\n\n function getZoneAbbr () {\n return this._isUTC ? 'UTC' : '';\n }\n\n function getZoneName () {\n return this._isUTC ? 'Coordinated Universal Time' : '';\n }\n\n var proto = Moment.prototype;\n\n proto.add = add;\n proto.calendar = calendar$1;\n proto.clone = clone;\n proto.diff = diff;\n proto.endOf = endOf;\n proto.format = format;\n proto.from = from;\n proto.fromNow = fromNow;\n proto.to = to;\n proto.toNow = toNow;\n proto.get = stringGet;\n proto.invalidAt = invalidAt;\n proto.isAfter = isAfter;\n proto.isBefore = isBefore;\n proto.isBetween = isBetween;\n proto.isSame = isSame;\n proto.isSameOrAfter = isSameOrAfter;\n proto.isSameOrBefore = isSameOrBefore;\n proto.isValid = isValid$2;\n proto.lang = lang;\n proto.locale = locale;\n proto.localeData = localeData;\n proto.max = prototypeMax;\n proto.min = prototypeMin;\n proto.parsingFlags = parsingFlags;\n proto.set = stringSet;\n proto.startOf = startOf;\n proto.subtract = subtract;\n proto.toArray = toArray;\n proto.toObject = toObject;\n proto.toDate = toDate;\n proto.toISOString = toISOString;\n proto.inspect = inspect;\n proto.toJSON = toJSON;\n proto.toString = toString;\n proto.unix = unix;\n proto.valueOf = valueOf;\n proto.creationData = creationData;\n proto.year = getSetYear;\n proto.isLeapYear = getIsLeapYear;\n proto.weekYear = getSetWeekYear;\n proto.isoWeekYear = getSetISOWeekYear;\n proto.quarter = proto.quarters = getSetQuarter;\n proto.month = getSetMonth;\n proto.daysInMonth = getDaysInMonth;\n proto.week = proto.weeks = getSetWeek;\n proto.isoWeek = proto.isoWeeks = getSetISOWeek;\n proto.weeksInYear = getWeeksInYear;\n proto.isoWeeksInYear = getISOWeeksInYear;\n proto.date = getSetDayOfMonth;\n proto.day = proto.days = getSetDayOfWeek;\n proto.weekday = getSetLocaleDayOfWeek;\n proto.isoWeekday = getSetISODayOfWeek;\n proto.dayOfYear = getSetDayOfYear;\n proto.hour = proto.hours = getSetHour;\n proto.minute = proto.minutes = getSetMinute;\n proto.second = proto.seconds = getSetSecond;\n proto.millisecond = proto.milliseconds = getSetMillisecond;\n proto.utcOffset = getSetOffset;\n proto.utc = setOffsetToUTC;\n proto.local = setOffsetToLocal;\n proto.parseZone = setOffsetToParsedOffset;\n proto.hasAlignedHourOffset = hasAlignedHourOffset;\n proto.isDST = isDaylightSavingTime;\n proto.isLocal = isLocal;\n proto.isUtcOffset = isUtcOffset;\n proto.isUtc = isUtc;\n proto.isUTC = isUtc;\n proto.zoneAbbr = getZoneAbbr;\n proto.zoneName = getZoneName;\n proto.dates = deprecate('dates accessor is deprecated. Use date instead.', getSetDayOfMonth);\n proto.months = deprecate('months accessor is deprecated. Use month instead', getSetMonth);\n proto.years = deprecate('years accessor is deprecated. Use year instead', getSetYear);\n proto.zone = deprecate('moment().zone is deprecated, use moment().utcOffset instead. http://momentjs.com/guides/#/warnings/zone/', getSetZone);\n proto.isDSTShifted = deprecate('isDSTShifted is deprecated. See http://momentjs.com/guides/#/warnings/dst-shifted/ for more information', isDaylightSavingTimeShifted);\n\n function createUnix (input) {\n return createLocal(input * 1000);\n }\n\n function createInZone () {\n return createLocal.apply(null, arguments).parseZone();\n }\n\n function preParsePostFormat (string) {\n return string;\n }\n\n var proto$1 = Locale.prototype;\n\n proto$1.calendar = calendar;\n proto$1.longDateFormat = longDateFormat;\n proto$1.invalidDate = invalidDate;\n proto$1.ordinal = ordinal;\n proto$1.preparse = preParsePostFormat;\n proto$1.postformat = preParsePostFormat;\n proto$1.relativeTime = relativeTime;\n proto$1.pastFuture = pastFuture;\n proto$1.set = set;\n\n proto$1.months = localeMonths;\n proto$1.monthsShort = localeMonthsShort;\n proto$1.monthsParse = localeMonthsParse;\n proto$1.monthsRegex = monthsRegex;\n proto$1.monthsShortRegex = monthsShortRegex;\n proto$1.week = localeWeek;\n proto$1.firstDayOfYear = localeFirstDayOfYear;\n proto$1.firstDayOfWeek = localeFirstDayOfWeek;\n\n proto$1.weekdays = localeWeekdays;\n proto$1.weekdaysMin = localeWeekdaysMin;\n proto$1.weekdaysShort = localeWeekdaysShort;\n proto$1.weekdaysParse = localeWeekdaysParse;\n\n proto$1.weekdaysRegex = weekdaysRegex;\n proto$1.weekdaysShortRegex = weekdaysShortRegex;\n proto$1.weekdaysMinRegex = weekdaysMinRegex;\n\n proto$1.isPM = localeIsPM;\n proto$1.meridiem = localeMeridiem;\n\n function get$1 (format, index, field, setter) {\n var locale = getLocale();\n var utc = createUTC().set(setter, index);\n return locale[field](utc, format);\n }\n\n function listMonthsImpl (format, index, field) {\n if (isNumber(format)) {\n index = format;\n format = undefined;\n }\n\n format = format || '';\n\n if (index != null) {\n return get$1(format, index, field, 'month');\n }\n\n var i;\n var out = [];\n for (i = 0; i < 12; i++) {\n out[i] = get$1(format, i, field, 'month');\n }\n return out;\n }\n\n // ()\n // (5)\n // (fmt, 5)\n // (fmt)\n // (true)\n // (true, 5)\n // (true, fmt, 5)\n // (true, fmt)\n function listWeekdaysImpl (localeSorted, format, index, field) {\n if (typeof localeSorted === 'boolean') {\n if (isNumber(format)) {\n index = format;\n format = undefined;\n }\n\n format = format || '';\n } else {\n format = localeSorted;\n index = format;\n localeSorted = false;\n\n if (isNumber(format)) {\n index = format;\n format = undefined;\n }\n\n format = format || '';\n }\n\n var locale = getLocale(),\n shift = localeSorted ? locale._week.dow : 0;\n\n if (index != null) {\n return get$1(format, (index + shift) % 7, field, 'day');\n }\n\n var i;\n var out = [];\n for (i = 0; i < 7; i++) {\n out[i] = get$1(format, (i + shift) % 7, field, 'day');\n }\n return out;\n }\n\n function listMonths (format, index) {\n return listMonthsImpl(format, index, 'months');\n }\n\n function listMonthsShort (format, index) {\n return listMonthsImpl(format, index, 'monthsShort');\n }\n\n function listWeekdays (localeSorted, format, index) {\n return listWeekdaysImpl(localeSorted, format, index, 'weekdays');\n }\n\n function listWeekdaysShort (localeSorted, format, index) {\n return listWeekdaysImpl(localeSorted, format, index, 'weekdaysShort');\n }\n\n function listWeekdaysMin (localeSorted, format, index) {\n return listWeekdaysImpl(localeSorted, format, index, 'weekdaysMin');\n }\n\n getSetGlobalLocale('en', {\n dayOfMonthOrdinalParse: /\\d{1,2}(th|st|nd|rd)/,\n ordinal : function (number) {\n var b = number % 10,\n output = (toInt(number % 100 / 10) === 1) ? 'th' :\n (b === 1) ? 'st' :\n (b === 2) ? 'nd' :\n (b === 3) ? 'rd' : 'th';\n return number + output;\n }\n });\n\n // Side effect imports\n\n hooks.lang = deprecate('moment.lang is deprecated. Use moment.locale instead.', getSetGlobalLocale);\n hooks.langData = deprecate('moment.langData is deprecated. Use moment.localeData instead.', getLocale);\n\n var mathAbs = Math.abs;\n\n function abs () {\n var data = this._data;\n\n this._milliseconds = mathAbs(this._milliseconds);\n this._days = mathAbs(this._days);\n this._months = mathAbs(this._months);\n\n data.milliseconds = mathAbs(data.milliseconds);\n data.seconds = mathAbs(data.seconds);\n data.minutes = mathAbs(data.minutes);\n data.hours = mathAbs(data.hours);\n data.months = mathAbs(data.months);\n data.years = mathAbs(data.years);\n\n return this;\n }\n\n function addSubtract$1 (duration, input, value, direction) {\n var other = createDuration(input, value);\n\n duration._milliseconds += direction * other._milliseconds;\n duration._days += direction * other._days;\n duration._months += direction * other._months;\n\n return duration._bubble();\n }\n\n // supports only 2.0-style add(1, 's') or add(duration)\n function add$1 (input, value) {\n return addSubtract$1(this, input, value, 1);\n }\n\n // supports only 2.0-style subtract(1, 's') or subtract(duration)\n function subtract$1 (input, value) {\n return addSubtract$1(this, input, value, -1);\n }\n\n function absCeil (number) {\n if (number < 0) {\n return Math.floor(number);\n } else {\n return Math.ceil(number);\n }\n }\n\n function bubble () {\n var milliseconds = this._milliseconds;\n var days = this._days;\n var months = this._months;\n var data = this._data;\n var seconds, minutes, hours, years, monthsFromDays;\n\n // if we have a mix of positive and negative values, bubble down first\n // check: https://github.com/moment/moment/issues/2166\n if (!((milliseconds >= 0 && days >= 0 && months >= 0) ||\n (milliseconds <= 0 && days <= 0 && months <= 0))) {\n milliseconds += absCeil(monthsToDays(months) + days) * 864e5;\n days = 0;\n months = 0;\n }\n\n // The following code bubbles up values, see the tests for\n // examples of what that means.\n data.milliseconds = milliseconds % 1000;\n\n seconds = absFloor(milliseconds / 1000);\n data.seconds = seconds % 60;\n\n minutes = absFloor(seconds / 60);\n data.minutes = minutes % 60;\n\n hours = absFloor(minutes / 60);\n data.hours = hours % 24;\n\n days += absFloor(hours / 24);\n\n // convert days to months\n monthsFromDays = absFloor(daysToMonths(days));\n months += monthsFromDays;\n days -= absCeil(monthsToDays(monthsFromDays));\n\n // 12 months -> 1 year\n years = absFloor(months / 12);\n months %= 12;\n\n data.days = days;\n data.months = months;\n data.years = years;\n\n return this;\n }\n\n function daysToMonths (days) {\n // 400 years have 146097 days (taking into account leap year rules)\n // 400 years have 12 months === 4800\n return days * 4800 / 146097;\n }\n\n function monthsToDays (months) {\n // the reverse of daysToMonths\n return months * 146097 / 4800;\n }\n\n function as (units) {\n if (!this.isValid()) {\n return NaN;\n }\n var days;\n var months;\n var milliseconds = this._milliseconds;\n\n units = normalizeUnits(units);\n\n if (units === 'month' || units === 'quarter' || units === 'year') {\n days = this._days + milliseconds / 864e5;\n months = this._months + daysToMonths(days);\n switch (units) {\n case 'month': return months;\n case 'quarter': return months / 3;\n case 'year': return months / 12;\n }\n } else {\n // handle milliseconds separately because of floating point math errors (issue #1867)\n days = this._days + Math.round(monthsToDays(this._months));\n switch (units) {\n case 'week' : return days / 7 + milliseconds / 6048e5;\n case 'day' : return days + milliseconds / 864e5;\n case 'hour' : return days * 24 + milliseconds / 36e5;\n case 'minute' : return days * 1440 + milliseconds / 6e4;\n case 'second' : return days * 86400 + milliseconds / 1000;\n // Math.floor prevents floating point math errors here\n case 'millisecond': return Math.floor(days * 864e5) + milliseconds;\n default: throw new Error('Unknown unit ' + units);\n }\n }\n }\n\n // TODO: Use this.as('ms')?\n function valueOf$1 () {\n if (!this.isValid()) {\n return NaN;\n }\n return (\n this._milliseconds +\n this._days * 864e5 +\n (this._months % 12) * 2592e6 +\n toInt(this._months / 12) * 31536e6\n );\n }\n\n function makeAs (alias) {\n return function () {\n return this.as(alias);\n };\n }\n\n var asMilliseconds = makeAs('ms');\n var asSeconds = makeAs('s');\n var asMinutes = makeAs('m');\n var asHours = makeAs('h');\n var asDays = makeAs('d');\n var asWeeks = makeAs('w');\n var asMonths = makeAs('M');\n var asQuarters = makeAs('Q');\n var asYears = makeAs('y');\n\n function clone$1 () {\n return createDuration(this);\n }\n\n function get$2 (units) {\n units = normalizeUnits(units);\n return this.isValid() ? this[units + 's']() : NaN;\n }\n\n function makeGetter(name) {\n return function () {\n return this.isValid() ? this._data[name] : NaN;\n };\n }\n\n var milliseconds = makeGetter('milliseconds');\n var seconds = makeGetter('seconds');\n var minutes = makeGetter('minutes');\n var hours = makeGetter('hours');\n var days = makeGetter('days');\n var months = makeGetter('months');\n var years = makeGetter('years');\n\n function weeks () {\n return absFloor(this.days() / 7);\n }\n\n var round = Math.round;\n var thresholds = {\n ss: 44, // a few seconds to seconds\n s : 45, // seconds to minute\n m : 45, // minutes to hour\n h : 22, // hours to day\n d : 26, // days to month\n M : 11 // months to year\n };\n\n // helper function for moment.fn.from, moment.fn.fromNow, and moment.duration.fn.humanize\n function substituteTimeAgo(string, number, withoutSuffix, isFuture, locale) {\n return locale.relativeTime(number || 1, !!withoutSuffix, string, isFuture);\n }\n\n function relativeTime$1 (posNegDuration, withoutSuffix, locale) {\n var duration = createDuration(posNegDuration).abs();\n var seconds = round(duration.as('s'));\n var minutes = round(duration.as('m'));\n var hours = round(duration.as('h'));\n var days = round(duration.as('d'));\n var months = round(duration.as('M'));\n var years = round(duration.as('y'));\n\n var a = seconds <= thresholds.ss && ['s', seconds] ||\n seconds < thresholds.s && ['ss', seconds] ||\n minutes <= 1 && ['m'] ||\n minutes < thresholds.m && ['mm', minutes] ||\n hours <= 1 && ['h'] ||\n hours < thresholds.h && ['hh', hours] ||\n days <= 1 && ['d'] ||\n days < thresholds.d && ['dd', days] ||\n months <= 1 && ['M'] ||\n months < thresholds.M && ['MM', months] ||\n years <= 1 && ['y'] || ['yy', years];\n\n a[2] = withoutSuffix;\n a[3] = +posNegDuration > 0;\n a[4] = locale;\n return substituteTimeAgo.apply(null, a);\n }\n\n // This function allows you to set the rounding function for relative time strings\n function getSetRelativeTimeRounding (roundingFunction) {\n if (roundingFunction === undefined) {\n return round;\n }\n if (typeof(roundingFunction) === 'function') {\n round = roundingFunction;\n return true;\n }\n return false;\n }\n\n // This function allows you to set a threshold for relative time strings\n function getSetRelativeTimeThreshold (threshold, limit) {\n if (thresholds[threshold] === undefined) {\n return false;\n }\n if (limit === undefined) {\n return thresholds[threshold];\n }\n thresholds[threshold] = limit;\n if (threshold === 's') {\n thresholds.ss = limit - 1;\n }\n return true;\n }\n\n function humanize (withSuffix) {\n if (!this.isValid()) {\n return this.localeData().invalidDate();\n }\n\n var locale = this.localeData();\n var output = relativeTime$1(this, !withSuffix, locale);\n\n if (withSuffix) {\n output = locale.pastFuture(+this, output);\n }\n\n return locale.postformat(output);\n }\n\n var abs$1 = Math.abs;\n\n function sign(x) {\n return ((x > 0) - (x < 0)) || +x;\n }\n\n function toISOString$1() {\n // for ISO strings we do not use the normal bubbling rules:\n // * milliseconds bubble up until they become hours\n // * days do not bubble at all\n // * months bubble up until they become years\n // This is because there is no context-free conversion between hours and days\n // (think of clock changes)\n // and also not between days and months (28-31 days per month)\n if (!this.isValid()) {\n return this.localeData().invalidDate();\n }\n\n var seconds = abs$1(this._milliseconds) / 1000;\n var days = abs$1(this._days);\n var months = abs$1(this._months);\n var minutes, hours, years;\n\n // 3600 seconds -> 60 minutes -> 1 hour\n minutes = absFloor(seconds / 60);\n hours = absFloor(minutes / 60);\n seconds %= 60;\n minutes %= 60;\n\n // 12 months -> 1 year\n years = absFloor(months / 12);\n months %= 12;\n\n\n // inspired by https://github.com/dordille/moment-isoduration/blob/master/moment.isoduration.js\n var Y = years;\n var M = months;\n var D = days;\n var h = hours;\n var m = minutes;\n var s = seconds ? seconds.toFixed(3).replace(/\\.?0+$/, '') : '';\n var total = this.asSeconds();\n\n if (!total) {\n // this is the same as C#'s (Noda) and python (isodate)...\n // but not other JS (goog.date)\n return 'P0D';\n }\n\n var totalSign = total < 0 ? '-' : '';\n var ymSign = sign(this._months) !== sign(total) ? '-' : '';\n var daysSign = sign(this._days) !== sign(total) ? '-' : '';\n var hmsSign = sign(this._milliseconds) !== sign(total) ? '-' : '';\n\n return totalSign + 'P' +\n (Y ? ymSign + Y + 'Y' : '') +\n (M ? ymSign + M + 'M' : '') +\n (D ? daysSign + D + 'D' : '') +\n ((h || m || s) ? 'T' : '') +\n (h ? hmsSign + h + 'H' : '') +\n (m ? hmsSign + m + 'M' : '') +\n (s ? hmsSign + s + 'S' : '');\n }\n\n var proto$2 = Duration.prototype;\n\n proto$2.isValid = isValid$1;\n proto$2.abs = abs;\n proto$2.add = add$1;\n proto$2.subtract = subtract$1;\n proto$2.as = as;\n proto$2.asMilliseconds = asMilliseconds;\n proto$2.asSeconds = asSeconds;\n proto$2.asMinutes = asMinutes;\n proto$2.asHours = asHours;\n proto$2.asDays = asDays;\n proto$2.asWeeks = asWeeks;\n proto$2.asMonths = asMonths;\n proto$2.asQuarters = asQuarters;\n proto$2.asYears = asYears;\n proto$2.valueOf = valueOf$1;\n proto$2._bubble = bubble;\n proto$2.clone = clone$1;\n proto$2.get = get$2;\n proto$2.milliseconds = milliseconds;\n proto$2.seconds = seconds;\n proto$2.minutes = minutes;\n proto$2.hours = hours;\n proto$2.days = days;\n proto$2.weeks = weeks;\n proto$2.months = months;\n proto$2.years = years;\n proto$2.humanize = humanize;\n proto$2.toISOString = toISOString$1;\n proto$2.toString = toISOString$1;\n proto$2.toJSON = toISOString$1;\n proto$2.locale = locale;\n proto$2.localeData = localeData;\n\n proto$2.toIsoString = deprecate('toIsoString() is deprecated. Please use toISOString() instead (notice the capitals)', toISOString$1);\n proto$2.lang = lang;\n\n // Side effect imports\n\n // FORMATTING\n\n addFormatToken('X', 0, 0, 'unix');\n addFormatToken('x', 0, 0, 'valueOf');\n\n // PARSING\n\n addRegexToken('x', matchSigned);\n addRegexToken('X', matchTimestamp);\n addParseToken('X', function (input, array, config) {\n config._d = new Date(parseFloat(input, 10) * 1000);\n });\n addParseToken('x', function (input, array, config) {\n config._d = new Date(toInt(input));\n });\n\n // Side effect imports\n\n\n hooks.version = '2.24.0';\n\n setHookCallback(createLocal);\n\n hooks.fn = proto;\n hooks.min = min;\n hooks.max = max;\n hooks.now = now;\n hooks.utc = createUTC;\n hooks.unix = createUnix;\n hooks.months = listMonths;\n hooks.isDate = isDate;\n hooks.locale = getSetGlobalLocale;\n hooks.invalid = createInvalid;\n hooks.duration = createDuration;\n hooks.isMoment = isMoment;\n hooks.weekdays = listWeekdays;\n hooks.parseZone = createInZone;\n hooks.localeData = getLocale;\n hooks.isDuration = isDuration;\n hooks.monthsShort = listMonthsShort;\n hooks.weekdaysMin = listWeekdaysMin;\n hooks.defineLocale = defineLocale;\n hooks.updateLocale = updateLocale;\n hooks.locales = listLocales;\n hooks.weekdaysShort = listWeekdaysShort;\n hooks.normalizeUnits = normalizeUnits;\n hooks.relativeTimeRounding = getSetRelativeTimeRounding;\n hooks.relativeTimeThreshold = getSetRelativeTimeThreshold;\n hooks.calendarFormat = getCalendarFormat;\n hooks.prototype = proto;\n\n // currently HTML5 input type only supports 24-hour formats\n hooks.HTML5_FMT = {\n DATETIME_LOCAL: 'YYYY-MM-DDTHH:mm', // <input type=\"datetime-local\" />\n DATETIME_LOCAL_SECONDS: 'YYYY-MM-DDTHH:mm:ss', // <input type=\"datetime-local\" step=\"1\" />\n DATETIME_LOCAL_MS: 'YYYY-MM-DDTHH:mm:ss.SSS', // <input type=\"datetime-local\" step=\"0.001\" />\n DATE: 'YYYY-MM-DD', // <input type=\"date\" />\n TIME: 'HH:mm', // <input type=\"time\" />\n TIME_SECONDS: 'HH:mm:ss', // <input type=\"time\" step=\"1\" />\n TIME_MS: 'HH:mm:ss.SSS', // <input type=\"time\" step=\"0.001\" />\n WEEK: 'GGGG-[W]WW', // <input type=\"week\" />\n MONTH: 'YYYY-MM' // <input type=\"month\" />\n };\n\n return hooks;\n\n})));\n","// Underscore.js 1.9.2\n// https://underscorejs.org\n// (c) 2009-2018 Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors\n// Underscore may be freely distributed under the MIT license.\n\n(function() {\n\n // Baseline setup\n // --------------\n\n // Establish the root object, `window` (`self`) in the browser, `global`\n // on the server, or `this` in some virtual machines. We use `self`\n // instead of `window` for `WebWorker` support.\n var root = typeof self == 'object' && self.self === self && self ||\n typeof global == 'object' && global.global === global && global ||\n this ||\n {};\n\n // Save the previous value of the `_` variable.\n var previousUnderscore = root._;\n\n // Save bytes in the minified (but not gzipped) version:\n var ArrayProto = Array.prototype, ObjProto = Object.prototype;\n var SymbolProto = typeof Symbol !== 'undefined' ? Symbol.prototype : null;\n\n // Create quick reference variables for speed access to core prototypes.\n var push = ArrayProto.push,\n slice = ArrayProto.slice,\n toString = ObjProto.toString,\n hasOwnProperty = ObjProto.hasOwnProperty;\n\n // All **ECMAScript 5** native function implementations that we hope to use\n // are declared here.\n var nativeIsArray = Array.isArray,\n nativeKeys = Object.keys,\n nativeCreate = Object.create;\n\n // Naked function reference for surrogate-prototype-swapping.\n var Ctor = function(){};\n\n // Create a safe reference to the Underscore object for use below.\n var _ = function(obj) {\n if (obj instanceof _) return obj;\n if (!(this instanceof _)) return new _(obj);\n this._wrapped = obj;\n };\n\n // Export the Underscore object for **Node.js**, with\n // backwards-compatibility for their old module API. If we're in\n // the browser, add `_` as a global object.\n // (`nodeType` is checked to ensure that `module`\n // and `exports` are not HTML elements.)\n if (typeof exports != 'undefined' && !exports.nodeType) {\n if (typeof module != 'undefined' && !module.nodeType && module.exports) {\n exports = module.exports = _;\n }\n exports._ = _;\n } else {\n root._ = _;\n }\n\n // Current version.\n _.VERSION = '1.9.2';\n\n // Internal function that returns an efficient (for current engines) version\n // of the passed-in callback, to be repeatedly applied in other Underscore\n // functions.\n var optimizeCb = function(func, context, argCount) {\n if (context === void 0) return func;\n switch (argCount == null ? 3 : argCount) {\n case 1: return function(value) {\n return func.call(context, value);\n };\n // The 2-argument case is omitted because we’re not using it.\n case 3: return function(value, index, collection) {\n return func.call(context, value, index, collection);\n };\n case 4: return function(accumulator, value, index, collection) {\n return func.call(context, accumulator, value, index, collection);\n };\n }\n return function() {\n return func.apply(context, arguments);\n };\n };\n\n var builtinIteratee;\n\n // An internal function to generate callbacks that can be applied to each\n // element in a collection, returning the desired result — either `identity`,\n // an arbitrary callback, a property matcher, or a property accessor.\n var cb = function(value, context, argCount) {\n if (_.iteratee !== builtinIteratee) return _.iteratee(value, context);\n if (value == null) return _.identity;\n if (_.isFunction(value)) return optimizeCb(value, context, argCount);\n if (_.isObject(value) && !_.isArray(value)) return _.matcher(value);\n return _.property(value);\n };\n\n // External wrapper for our callback generator. Users may customize\n // `_.iteratee` if they want additional predicate/iteratee shorthand styles.\n // This abstraction hides the internal-only argCount argument.\n _.iteratee = builtinIteratee = function(value, context) {\n return cb(value, context, Infinity);\n };\n\n // Some functions take a variable number of arguments, or a few expected\n // arguments at the beginning and then a variable number of values to operate\n // on. This helper accumulates all remaining arguments past the function’s\n // argument length (or an explicit `startIndex`), into an array that becomes\n // the last argument. Similar to ES6’s \"rest parameter\".\n var restArguments = function(func, startIndex) {\n startIndex = startIndex == null ? func.length - 1 : +startIndex;\n return function() {\n var length = Math.max(arguments.length - startIndex, 0),\n rest = Array(length),\n index = 0;\n for (; index < length; index++) {\n rest[index] = arguments[index + startIndex];\n }\n switch (startIndex) {\n case 0: return func.call(this, rest);\n case 1: return func.call(this, arguments[0], rest);\n case 2: return func.call(this, arguments[0], arguments[1], rest);\n }\n var args = Array(startIndex + 1);\n for (index = 0; index < startIndex; index++) {\n args[index] = arguments[index];\n }\n args[startIndex] = rest;\n return func.apply(this, args);\n };\n };\n\n // An internal function for creating a new object that inherits from another.\n var baseCreate = function(prototype) {\n if (!_.isObject(prototype)) return {};\n if (nativeCreate) return nativeCreate(prototype);\n Ctor.prototype = prototype;\n var result = new Ctor;\n Ctor.prototype = null;\n return result;\n };\n\n var shallowProperty = function(key) {\n return function(obj) {\n return obj == null ? void 0 : obj[key];\n };\n };\n\n var has = function(obj, path) {\n return obj != null && hasOwnProperty.call(obj, path);\n }\n\n var deepGet = function(obj, path) {\n var length = path.length;\n for (var i = 0; i < length; i++) {\n if (obj == null) return void 0;\n obj = obj[path[i]];\n }\n return length ? obj : void 0;\n };\n\n // Helper for collection methods to determine whether a collection\n // should be iterated as an array or as an object.\n // Related: https://people.mozilla.org/~jorendorff/es6-draft.html#sec-tolength\n // Avoids a very nasty iOS 8 JIT bug on ARM-64. #2094\n var MAX_ARRAY_INDEX = Math.pow(2, 53) - 1;\n var getLength = shallowProperty('length');\n var isArrayLike = function(collection) {\n var length = getLength(collection);\n return typeof length == 'number' && length >= 0 && length <= MAX_ARRAY_INDEX;\n };\n\n // Collection Functions\n // --------------------\n\n // The cornerstone, an `each` implementation, aka `forEach`.\n // Handles raw objects in addition to array-likes. Treats all\n // sparse array-likes as if they were dense.\n _.each = _.forEach = function(obj, iteratee, context) {\n iteratee = optimizeCb(iteratee, context);\n var i, length;\n if (isArrayLike(obj)) {\n for (i = 0, length = obj.length; i < length; i++) {\n iteratee(obj[i], i, obj);\n }\n } else {\n var keys = _.keys(obj);\n for (i = 0, length = keys.length; i < length; i++) {\n iteratee(obj[keys[i]], keys[i], obj);\n }\n }\n return obj;\n };\n\n // Return the results of applying the iteratee to each element.\n _.map = _.collect = function(obj, iteratee, context) {\n iteratee = cb(iteratee, context);\n var keys = !isArrayLike(obj) && _.keys(obj),\n length = (keys || obj).length,\n results = Array(length);\n for (var index = 0; index < length; index++) {\n var currentKey = keys ? keys[index] : index;\n results[index] = iteratee(obj[currentKey], currentKey, obj);\n }\n return results;\n };\n\n // Create a reducing function iterating left or right.\n var createReduce = function(dir) {\n // Wrap code that reassigns argument variables in a separate function than\n // the one that accesses `arguments.length` to avoid a perf hit. (#1991)\n var reducer = function(obj, iteratee, memo, initial) {\n var keys = !isArrayLike(obj) && _.keys(obj),\n length = (keys || obj).length,\n index = dir > 0 ? 0 : length - 1;\n if (!initial) {\n memo = obj[keys ? keys[index] : index];\n index += dir;\n }\n for (; index >= 0 && index < length; index += dir) {\n var currentKey = keys ? keys[index] : index;\n memo = iteratee(memo, obj[currentKey], currentKey, obj);\n }\n return memo;\n };\n\n return function(obj, iteratee, memo, context) {\n var initial = arguments.length >= 3;\n return reducer(obj, optimizeCb(iteratee, context, 4), memo, initial);\n };\n };\n\n // **Reduce** builds up a single result from a list of values, aka `inject`,\n // or `foldl`.\n _.reduce = _.foldl = _.inject = createReduce(1);\n\n // The right-associative version of reduce, also known as `foldr`.\n _.reduceRight = _.foldr = createReduce(-1);\n\n // Return the first value which passes a truth test. Aliased as `detect`.\n _.find = _.detect = function(obj, predicate, context) {\n var keyFinder = isArrayLike(obj) ? _.findIndex : _.findKey;\n var key = keyFinder(obj, predicate, context);\n if (key !== void 0 && key !== -1) return obj[key];\n };\n\n // Return all the elements that pass a truth test.\n // Aliased as `select`.\n _.filter = _.select = function(obj, predicate, context) {\n var results = [];\n predicate = cb(predicate, context);\n _.each(obj, function(value, index, list) {\n if (predicate(value, index, list)) results.push(value);\n });\n return results;\n };\n\n // Return all the elements for which a truth test fails.\n _.reject = function(obj, predicate, context) {\n return _.filter(obj, _.negate(cb(predicate)), context);\n };\n\n // Determine whether all of the elements match a truth test.\n // Aliased as `all`.\n _.every = _.all = function(obj, predicate, context) {\n predicate = cb(predicate, context);\n var keys = !isArrayLike(obj) && _.keys(obj),\n length = (keys || obj).length;\n for (var index = 0; index < length; index++) {\n var currentKey = keys ? keys[index] : index;\n if (!predicate(obj[currentKey], currentKey, obj)) return false;\n }\n return true;\n };\n\n // Determine if at least one element in the object matches a truth test.\n // Aliased as `any`.\n _.some = _.any = function(obj, predicate, context) {\n predicate = cb(predicate, context);\n var keys = !isArrayLike(obj) && _.keys(obj),\n length = (keys || obj).length;\n for (var index = 0; index < length; index++) {\n var currentKey = keys ? keys[index] : index;\n if (predicate(obj[currentKey], currentKey, obj)) return true;\n }\n return false;\n };\n\n // Determine if the array or object contains a given item (using `===`).\n // Aliased as `includes` and `include`.\n _.contains = _.includes = _.include = function(obj, item, fromIndex, guard) {\n if (!isArrayLike(obj)) obj = _.values(obj);\n if (typeof fromIndex != 'number' || guard) fromIndex = 0;\n return _.indexOf(obj, item, fromIndex) >= 0;\n };\n\n // Invoke a method (with arguments) on every item in a collection.\n _.invoke = restArguments(function(obj, path, args) {\n var contextPath, func;\n if (_.isFunction(path)) {\n func = path;\n } else if (_.isArray(path)) {\n contextPath = path.slice(0, -1);\n path = path[path.length - 1];\n }\n return _.map(obj, function(context) {\n var method = func;\n if (!method) {\n if (contextPath && contextPath.length) {\n context = deepGet(context, contextPath);\n }\n if (context == null) return void 0;\n method = context[path];\n }\n return method == null ? method : method.apply(context, args);\n });\n });\n\n // Convenience version of a common use case of `map`: fetching a property.\n _.pluck = function(obj, key) {\n return _.map(obj, _.property(key));\n };\n\n // Convenience version of a common use case of `filter`: selecting only objects\n // containing specific `key:value` pairs.\n _.where = function(obj, attrs) {\n return _.filter(obj, _.matcher(attrs));\n };\n\n // Convenience version of a common use case of `find`: getting the first object\n // containing specific `key:value` pairs.\n _.findWhere = function(obj, attrs) {\n return _.find(obj, _.matcher(attrs));\n };\n\n // Return the maximum element (or element-based computation).\n _.max = function(obj, iteratee, context) {\n var result = -Infinity, lastComputed = -Infinity,\n value, computed;\n if (iteratee == null || typeof iteratee == 'number' && typeof obj[0] != 'object' && obj != null) {\n obj = isArrayLike(obj) ? obj : _.values(obj);\n for (var i = 0, length = obj.length; i < length; i++) {\n value = obj[i];\n if (value != null && value > result) {\n result = value;\n }\n }\n } else {\n iteratee = cb(iteratee, context);\n _.each(obj, function(v, index, list) {\n computed = iteratee(v, index, list);\n if (computed > lastComputed || computed === -Infinity && result === -Infinity) {\n result = v;\n lastComputed = computed;\n }\n });\n }\n return result;\n };\n\n // Return the minimum element (or element-based computation).\n _.min = function(obj, iteratee, context) {\n var result = Infinity, lastComputed = Infinity,\n value, computed;\n if (iteratee == null || typeof iteratee == 'number' && typeof obj[0] != 'object' && obj != null) {\n obj = isArrayLike(obj) ? obj : _.values(obj);\n for (var i = 0, length = obj.length; i < length; i++) {\n value = obj[i];\n if (value != null && value < result) {\n result = value;\n }\n }\n } else {\n iteratee = cb(iteratee, context);\n _.each(obj, function(v, index, list) {\n computed = iteratee(v, index, list);\n if (computed < lastComputed || computed === Infinity && result === Infinity) {\n result = v;\n lastComputed = computed;\n }\n });\n }\n return result;\n };\n\n // Shuffle a collection.\n _.shuffle = function(obj) {\n return _.sample(obj, Infinity);\n };\n\n // Sample **n** random values from a collection using the modern version of the\n // [Fisher-Yates shuffle](https://en.wikipedia.org/wiki/Fisher–Yates_shuffle).\n // If **n** is not specified, returns a single random element.\n // The internal `guard` argument allows it to work with `map`.\n _.sample = function(obj, n, guard) {\n if (n == null || guard) {\n if (!isArrayLike(obj)) obj = _.values(obj);\n return obj[_.random(obj.length - 1)];\n }\n var sample = isArrayLike(obj) ? _.clone(obj) : _.values(obj);\n var length = getLength(sample);\n n = Math.max(Math.min(n, length), 0);\n var last = length - 1;\n for (var index = 0; index < n; index++) {\n var rand = _.random(index, last);\n var temp = sample[index];\n sample[index] = sample[rand];\n sample[rand] = temp;\n }\n return sample.slice(0, n);\n };\n\n // Sort the object's values by a criterion produced by an iteratee.\n _.sortBy = function(obj, iteratee, context) {\n var index = 0;\n iteratee = cb(iteratee, context);\n return _.pluck(_.map(obj, function(value, key, list) {\n return {\n value: value,\n index: index++,\n criteria: iteratee(value, key, list)\n };\n }).sort(function(left, right) {\n var a = left.criteria;\n var b = right.criteria;\n if (a !== b) {\n if (a > b || a === void 0) return 1;\n if (a < b || b === void 0) return -1;\n }\n return left.index - right.index;\n }), 'value');\n };\n\n // An internal function used for aggregate \"group by\" operations.\n var group = function(behavior, partition) {\n return function(obj, iteratee, context) {\n var result = partition ? [[], []] : {};\n iteratee = cb(iteratee, context);\n _.each(obj, function(value, index) {\n var key = iteratee(value, index, obj);\n behavior(result, value, key);\n });\n return result;\n };\n };\n\n // Groups the object's values by a criterion. Pass either a string attribute\n // to group by, or a function that returns the criterion.\n _.groupBy = group(function(result, value, key) {\n if (has(result, key)) result[key].push(value); else result[key] = [value];\n });\n\n // Indexes the object's values by a criterion, similar to `groupBy`, but for\n // when you know that your index values will be unique.\n _.indexBy = group(function(result, value, key) {\n result[key] = value;\n });\n\n // Counts instances of an object that group by a certain criterion. Pass\n // either a string attribute to count by, or a function that returns the\n // criterion.\n _.countBy = group(function(result, value, key) {\n if (has(result, key)) result[key]++; else result[key] = 1;\n });\n\n var reStrSymbol = /[^\\ud800-\\udfff]|[\\ud800-\\udbff][\\udc00-\\udfff]|[\\ud800-\\udfff]/g;\n // Safely create a real, live array from anything iterable.\n _.toArray = function(obj) {\n if (!obj) return [];\n if (_.isArray(obj)) return slice.call(obj);\n if (_.isString(obj)) {\n // Keep surrogate pair characters together\n return obj.match(reStrSymbol);\n }\n if (isArrayLike(obj)) return _.map(obj, _.identity);\n return _.values(obj);\n };\n\n // Return the number of elements in an object.\n _.size = function(obj) {\n if (obj == null) return 0;\n return isArrayLike(obj) ? obj.length : _.keys(obj).length;\n };\n\n // Split a collection into two arrays: one whose elements all satisfy the given\n // predicate, and one whose elements all do not satisfy the predicate.\n _.partition = group(function(result, value, pass) {\n result[pass ? 0 : 1].push(value);\n }, true);\n\n // Array Functions\n // ---------------\n\n // Get the first element of an array. Passing **n** will return the first N\n // values in the array. Aliased as `head` and `take`. The **guard** check\n // allows it to work with `_.map`.\n _.first = _.head = _.take = function(array, n, guard) {\n if (array == null || array.length < 1) return n == null ? void 0 : [];\n if (n == null || guard) return array[0];\n return _.initial(array, array.length - n);\n };\n\n // Returns everything but the last entry of the array. Especially useful on\n // the arguments object. Passing **n** will return all the values in\n // the array, excluding the last N.\n _.initial = function(array, n, guard) {\n return slice.call(array, 0, Math.max(0, array.length - (n == null || guard ? 1 : n)));\n };\n\n // Get the last element of an array. Passing **n** will return the last N\n // values in the array.\n _.last = function(array, n, guard) {\n if (array == null || array.length < 1) return n == null ? void 0 : [];\n if (n == null || guard) return array[array.length - 1];\n return _.rest(array, Math.max(0, array.length - n));\n };\n\n // Returns everything but the first entry of the array. Aliased as `tail` and `drop`.\n // Especially useful on the arguments object. Passing an **n** will return\n // the rest N values in the array.\n _.rest = _.tail = _.drop = function(array, n, guard) {\n return slice.call(array, n == null || guard ? 1 : n);\n };\n\n // Trim out all falsy values from an array.\n _.compact = function(array) {\n return _.filter(array, Boolean);\n };\n\n // Internal implementation of a recursive `flatten` function.\n var flatten = function(input, shallow, strict, output) {\n output = output || [];\n var idx = output.length;\n for (var i = 0, length = getLength(input); i < length; i++) {\n var value = input[i];\n if (isArrayLike(value) && (_.isArray(value) || _.isArguments(value))) {\n // Flatten current level of array or arguments object.\n if (shallow) {\n var j = 0, len = value.length;\n while (j < len) output[idx++] = value[j++];\n } else {\n flatten(value, shallow, strict, output);\n idx = output.length;\n }\n } else if (!strict) {\n output[idx++] = value;\n }\n }\n return output;\n };\n\n // Flatten out an array, either recursively (by default), or just one level.\n _.flatten = function(array, shallow) {\n return flatten(array, shallow, false);\n };\n\n // Return a version of the array that does not contain the specified value(s).\n _.without = restArguments(function(array, otherArrays) {\n return _.difference(array, otherArrays);\n });\n\n // Produce a duplicate-free version of the array. If the array has already\n // been sorted, you have the option of using a faster algorithm.\n // The faster algorithm will not work with an iteratee if the iteratee\n // is not a one-to-one function, so providing an iteratee will disable\n // the faster algorithm.\n // Aliased as `unique`.\n _.uniq = _.unique = function(array, isSorted, iteratee, context) {\n if (!_.isBoolean(isSorted)) {\n context = iteratee;\n iteratee = isSorted;\n isSorted = false;\n }\n if (iteratee != null) iteratee = cb(iteratee, context);\n var result = [];\n var seen = [];\n for (var i = 0, length = getLength(array); i < length; i++) {\n var value = array[i],\n computed = iteratee ? iteratee(value, i, array) : value;\n if (isSorted && !iteratee) {\n if (!i || seen !== computed) result.push(value);\n seen = computed;\n } else if (iteratee) {\n if (!_.contains(seen, computed)) {\n seen.push(computed);\n result.push(value);\n }\n } else if (!_.contains(result, value)) {\n result.push(value);\n }\n }\n return result;\n };\n\n // Produce an array that contains the union: each distinct element from all of\n // the passed-in arrays.\n _.union = restArguments(function(arrays) {\n return _.uniq(flatten(arrays, true, true));\n });\n\n // Produce an array that contains every item shared between all the\n // passed-in arrays.\n _.intersection = function(array) {\n var result = [];\n var argsLength = arguments.length;\n for (var i = 0, length = getLength(array); i < length; i++) {\n var item = array[i];\n if (_.contains(result, item)) continue;\n var j;\n for (j = 1; j < argsLength; j++) {\n if (!_.contains(arguments[j], item)) break;\n }\n if (j === argsLength) result.push(item);\n }\n return result;\n };\n\n // Take the difference between one array and a number of other arrays.\n // Only the elements present in just the first array will remain.\n _.difference = restArguments(function(array, rest) {\n rest = flatten(rest, true, true);\n return _.filter(array, function(value){\n return !_.contains(rest, value);\n });\n });\n\n // Complement of _.zip. Unzip accepts an array of arrays and groups\n // each array's elements on shared indices.\n _.unzip = function(array) {\n var length = array && _.max(array, getLength).length || 0;\n var result = Array(length);\n\n for (var index = 0; index < length; index++) {\n result[index] = _.pluck(array, index);\n }\n return result;\n };\n\n // Zip together multiple lists into a single array -- elements that share\n // an index go together.\n _.zip = restArguments(_.unzip);\n\n // Converts lists into objects. Pass either a single array of `[key, value]`\n // pairs, or two parallel arrays of the same length -- one of keys, and one of\n // the corresponding values. Passing by pairs is the reverse of _.pairs.\n _.object = function(list, values) {\n var result = {};\n for (var i = 0, length = getLength(list); i < length; i++) {\n if (values) {\n result[list[i]] = values[i];\n } else {\n result[list[i][0]] = list[i][1];\n }\n }\n return result;\n };\n\n // Generator function to create the findIndex and findLastIndex functions.\n var createPredicateIndexFinder = function(dir) {\n return function(array, predicate, context) {\n predicate = cb(predicate, context);\n var length = getLength(array);\n var index = dir > 0 ? 0 : length - 1;\n for (; index >= 0 && index < length; index += dir) {\n if (predicate(array[index], index, array)) return index;\n }\n return -1;\n };\n };\n\n // Returns the first index on an array-like that passes a predicate test.\n _.findIndex = createPredicateIndexFinder(1);\n _.findLastIndex = createPredicateIndexFinder(-1);\n\n // Use a comparator function to figure out the smallest index at which\n // an object should be inserted so as to maintain order. Uses binary search.\n _.sortedIndex = function(array, obj, iteratee, context) {\n iteratee = cb(iteratee, context, 1);\n var value = iteratee(obj);\n var low = 0, high = getLength(array);\n while (low < high) {\n var mid = Math.floor((low + high) / 2);\n if (iteratee(array[mid]) < value) low = mid + 1; else high = mid;\n }\n return low;\n };\n\n // Generator function to create the indexOf and lastIndexOf functions.\n var createIndexFinder = function(dir, predicateFind, sortedIndex) {\n return function(array, item, idx) {\n var i = 0, length = getLength(array);\n if (typeof idx == 'number') {\n if (dir > 0) {\n i = idx >= 0 ? idx : Math.max(idx + length, i);\n } else {\n length = idx >= 0 ? Math.min(idx + 1, length) : idx + length + 1;\n }\n } else if (sortedIndex && idx && length) {\n idx = sortedIndex(array, item);\n return array[idx] === item ? idx : -1;\n }\n if (item !== item) {\n idx = predicateFind(slice.call(array, i, length), _.isNaN);\n return idx >= 0 ? idx + i : -1;\n }\n for (idx = dir > 0 ? i : length - 1; idx >= 0 && idx < length; idx += dir) {\n if (array[idx] === item) return idx;\n }\n return -1;\n };\n };\n\n // Return the position of the first occurrence of an item in an array,\n // or -1 if the item is not included in the array.\n // If the array is large and already in sort order, pass `true`\n // for **isSorted** to use binary search.\n _.indexOf = createIndexFinder(1, _.findIndex, _.sortedIndex);\n _.lastIndexOf = createIndexFinder(-1, _.findLastIndex);\n\n // Generate an integer Array containing an arithmetic progression. A port of\n // the native Python `range()` function. See\n // [the Python documentation](https://docs.python.org/library/functions.html#range).\n _.range = function(start, stop, step) {\n if (stop == null) {\n stop = start || 0;\n start = 0;\n }\n if (!step) {\n step = stop < start ? -1 : 1;\n }\n\n var length = Math.max(Math.ceil((stop - start) / step), 0);\n var range = Array(length);\n\n for (var idx = 0; idx < length; idx++, start += step) {\n range[idx] = start;\n }\n\n return range;\n };\n\n // Chunk a single array into multiple arrays, each containing `count` or fewer\n // items.\n _.chunk = function(array, count) {\n if (count == null || count < 1) return [];\n var result = [];\n var i = 0, length = array.length;\n while (i < length) {\n result.push(slice.call(array, i, i += count));\n }\n return result;\n };\n\n // Function (ahem) Functions\n // ------------------\n\n // Determines whether to execute a function as a constructor\n // or a normal function with the provided arguments.\n var executeBound = function(sourceFunc, boundFunc, context, callingContext, args) {\n if (!(callingContext instanceof boundFunc)) return sourceFunc.apply(context, args);\n var self = baseCreate(sourceFunc.prototype);\n var result = sourceFunc.apply(self, args);\n if (_.isObject(result)) return result;\n return self;\n };\n\n // Create a function bound to a given object (assigning `this`, and arguments,\n // optionally). Delegates to **ECMAScript 5**'s native `Function.bind` if\n // available.\n _.bind = restArguments(function(func, context, args) {\n if (!_.isFunction(func)) throw new TypeError('Bind must be called on a function');\n var bound = restArguments(function(callArgs) {\n return executeBound(func, bound, context, this, args.concat(callArgs));\n });\n return bound;\n });\n\n // Partially apply a function by creating a version that has had some of its\n // arguments pre-filled, without changing its dynamic `this` context. _ acts\n // as a placeholder by default, allowing any combination of arguments to be\n // pre-filled. Set `_.partial.placeholder` for a custom placeholder argument.\n _.partial = restArguments(function(func, boundArgs) {\n var placeholder = _.partial.placeholder;\n var bound = function() {\n var position = 0, length = boundArgs.length;\n var args = Array(length);\n for (var i = 0; i < length; i++) {\n args[i] = boundArgs[i] === placeholder ? arguments[position++] : boundArgs[i];\n }\n while (position < arguments.length) args.push(arguments[position++]);\n return executeBound(func, bound, this, this, args);\n };\n return bound;\n });\n\n _.partial.placeholder = _;\n\n // Bind a number of an object's methods to that object. Remaining arguments\n // are the method names to be bound. Useful for ensuring that all callbacks\n // defined on an object belong to it.\n _.bindAll = restArguments(function(obj, keys) {\n keys = flatten(keys, false, false);\n var index = keys.length;\n if (index < 1) throw new Error('bindAll must be passed function names');\n while (index--) {\n var key = keys[index];\n obj[key] = _.bind(obj[key], obj);\n }\n });\n\n // Memoize an expensive function by storing its results.\n _.memoize = function(func, hasher) {\n var memoize = function(key) {\n var cache = memoize.cache;\n var address = '' + (hasher ? hasher.apply(this, arguments) : key);\n if (!has(cache, address)) cache[address] = func.apply(this, arguments);\n return cache[address];\n };\n memoize.cache = {};\n return memoize;\n };\n\n // Delays a function for the given number of milliseconds, and then calls\n // it with the arguments supplied.\n _.delay = restArguments(function(func, wait, args) {\n return setTimeout(function() {\n return func.apply(null, args);\n }, wait);\n });\n\n // Defers a function, scheduling it to run after the current call stack has\n // cleared.\n _.defer = _.partial(_.delay, _, 1);\n\n // Returns a function, that, when invoked, will only be triggered at most once\n // during a given window of time. Normally, the throttled function will run\n // as much as it can, without ever going more than once per `wait` duration;\n // but if you'd like to disable the execution on the leading edge, pass\n // `{leading: false}`. To disable execution on the trailing edge, ditto.\n _.throttle = function(func, wait, options) {\n var timeout, context, args, result;\n var previous = 0;\n if (!options) options = {};\n\n var later = function() {\n previous = options.leading === false ? 0 : _.now();\n timeout = null;\n result = func.apply(context, args);\n if (!timeout) context = args = null;\n };\n\n var throttled = function() {\n var now = _.now();\n if (!previous && options.leading === false) previous = now;\n var remaining = wait - (now - previous);\n context = this;\n args = arguments;\n if (remaining <= 0 || remaining > wait) {\n if (timeout) {\n clearTimeout(timeout);\n timeout = null;\n }\n previous = now;\n result = func.apply(context, args);\n if (!timeout) context = args = null;\n } else if (!timeout && options.trailing !== false) {\n timeout = setTimeout(later, remaining);\n }\n return result;\n };\n\n throttled.cancel = function() {\n clearTimeout(timeout);\n previous = 0;\n timeout = context = args = null;\n };\n\n return throttled;\n };\n\n // Returns a function, that, as long as it continues to be invoked, will not\n // be triggered. The function will be called after it stops being called for\n // N milliseconds. If `immediate` is passed, trigger the function on the\n // leading edge, instead of the trailing.\n _.debounce = function(func, wait, immediate) {\n var timeout, result;\n\n var later = function(context, args) {\n timeout = null;\n if (args) result = func.apply(context, args);\n };\n\n var debounced = restArguments(function(args) {\n if (timeout) clearTimeout(timeout);\n if (immediate) {\n var callNow = !timeout;\n timeout = setTimeout(later, wait);\n if (callNow) result = func.apply(this, args);\n } else {\n timeout = _.delay(later, wait, this, args);\n }\n\n return result;\n });\n\n debounced.cancel = function() {\n clearTimeout(timeout);\n timeout = null;\n };\n\n return debounced;\n };\n\n // Returns the first function passed as an argument to the second,\n // allowing you to adjust arguments, run code before and after, and\n // conditionally execute the original function.\n _.wrap = function(func, wrapper) {\n return _.partial(wrapper, func);\n };\n\n // Returns a negated version of the passed-in predicate.\n _.negate = function(predicate) {\n return function() {\n return !predicate.apply(this, arguments);\n };\n };\n\n // Returns a function that is the composition of a list of functions, each\n // consuming the return value of the function that follows.\n _.compose = function() {\n var args = arguments;\n var start = args.length - 1;\n return function() {\n var i = start;\n var result = args[start].apply(this, arguments);\n while (i--) result = args[i].call(this, result);\n return result;\n };\n };\n\n // Returns a function that will only be executed on and after the Nth call.\n _.after = function(times, func) {\n return function() {\n if (--times < 1) {\n return func.apply(this, arguments);\n }\n };\n };\n\n // Returns a function that will only be executed up to (but not including) the Nth call.\n _.before = function(times, func) {\n var memo;\n return function() {\n if (--times > 0) {\n memo = func.apply(this, arguments);\n }\n if (times <= 1) func = null;\n return memo;\n };\n };\n\n // Returns a function that will be executed at most one time, no matter how\n // often you call it. Useful for lazy initialization.\n _.once = _.partial(_.before, 2);\n\n _.restArguments = restArguments;\n\n // Object Functions\n // ----------------\n\n // Keys in IE < 9 that won't be iterated by `for key in ...` and thus missed.\n var hasEnumBug = !{toString: null}.propertyIsEnumerable('toString');\n var nonEnumerableProps = ['valueOf', 'isPrototypeOf', 'toString',\n 'propertyIsEnumerable', 'hasOwnProperty', 'toLocaleString'];\n\n var collectNonEnumProps = function(obj, keys) {\n var nonEnumIdx = nonEnumerableProps.length;\n var constructor = obj.constructor;\n var proto = _.isFunction(constructor) && constructor.prototype || ObjProto;\n\n // Constructor is a special case.\n var prop = 'constructor';\n if (has(obj, prop) && !_.contains(keys, prop)) keys.push(prop);\n\n while (nonEnumIdx--) {\n prop = nonEnumerableProps[nonEnumIdx];\n if (prop in obj && obj[prop] !== proto[prop] && !_.contains(keys, prop)) {\n keys.push(prop);\n }\n }\n };\n\n // Retrieve the names of an object's own properties.\n // Delegates to **ECMAScript 5**'s native `Object.keys`.\n _.keys = function(obj) {\n if (!_.isObject(obj)) return [];\n if (nativeKeys) return nativeKeys(obj);\n var keys = [];\n for (var key in obj) if (has(obj, key)) keys.push(key);\n // Ahem, IE < 9.\n if (hasEnumBug) collectNonEnumProps(obj, keys);\n return keys;\n };\n\n // Retrieve all the property names of an object.\n _.allKeys = function(obj) {\n if (!_.isObject(obj)) return [];\n var keys = [];\n for (var key in obj) keys.push(key);\n // Ahem, IE < 9.\n if (hasEnumBug) collectNonEnumProps(obj, keys);\n return keys;\n };\n\n // Retrieve the values of an object's properties.\n _.values = function(obj) {\n var keys = _.keys(obj);\n var length = keys.length;\n var values = Array(length);\n for (var i = 0; i < length; i++) {\n values[i] = obj[keys[i]];\n }\n return values;\n };\n\n // Returns the results of applying the iteratee to each element of the object.\n // In contrast to _.map it returns an object.\n _.mapObject = function(obj, iteratee, context) {\n iteratee = cb(iteratee, context);\n var keys = _.keys(obj),\n length = keys.length,\n results = {};\n for (var index = 0; index < length; index++) {\n var currentKey = keys[index];\n results[currentKey] = iteratee(obj[currentKey], currentKey, obj);\n }\n return results;\n };\n\n // Convert an object into a list of `[key, value]` pairs.\n // The opposite of _.object.\n _.pairs = function(obj) {\n var keys = _.keys(obj);\n var length = keys.length;\n var pairs = Array(length);\n for (var i = 0; i < length; i++) {\n pairs[i] = [keys[i], obj[keys[i]]];\n }\n return pairs;\n };\n\n // Invert the keys and values of an object. The values must be serializable.\n _.invert = function(obj) {\n var result = {};\n var keys = _.keys(obj);\n for (var i = 0, length = keys.length; i < length; i++) {\n result[obj[keys[i]]] = keys[i];\n }\n return result;\n };\n\n // Return a sorted list of the function names available on the object.\n // Aliased as `methods`.\n _.functions = _.methods = function(obj) {\n var names = [];\n for (var key in obj) {\n if (_.isFunction(obj[key])) names.push(key);\n }\n return names.sort();\n };\n\n // An internal function for creating assigner functions.\n var createAssigner = function(keysFunc, defaults) {\n return function(obj) {\n var length = arguments.length;\n if (defaults) obj = Object(obj);\n if (length < 2 || obj == null) return obj;\n for (var index = 1; index < length; index++) {\n var source = arguments[index],\n keys = keysFunc(source),\n l = keys.length;\n for (var i = 0; i < l; i++) {\n var key = keys[i];\n if (!defaults || obj[key] === void 0) obj[key] = source[key];\n }\n }\n return obj;\n };\n };\n\n // Extend a given object with all the properties in passed-in object(s).\n _.extend = createAssigner(_.allKeys);\n\n // Assigns a given object with all the own properties in the passed-in object(s).\n // (https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Object/assign)\n _.extendOwn = _.assign = createAssigner(_.keys);\n\n // Returns the first key on an object that passes a predicate test.\n _.findKey = function(obj, predicate, context) {\n predicate = cb(predicate, context);\n var keys = _.keys(obj), key;\n for (var i = 0, length = keys.length; i < length; i++) {\n key = keys[i];\n if (predicate(obj[key], key, obj)) return key;\n }\n };\n\n // Internal pick helper function to determine if `obj` has key `key`.\n var keyInObj = function(value, key, obj) {\n return key in obj;\n };\n\n // Return a copy of the object only containing the whitelisted properties.\n _.pick = restArguments(function(obj, keys) {\n var result = {}, iteratee = keys[0];\n if (obj == null) return result;\n if (_.isFunction(iteratee)) {\n if (keys.length > 1) iteratee = optimizeCb(iteratee, keys[1]);\n keys = _.allKeys(obj);\n } else {\n iteratee = keyInObj;\n keys = flatten(keys, false, false);\n obj = Object(obj);\n }\n for (var i = 0, length = keys.length; i < length; i++) {\n var key = keys[i];\n var value = obj[key];\n if (iteratee(value, key, obj)) result[key] = value;\n }\n return result;\n });\n\n // Return a copy of the object without the blacklisted properties.\n _.omit = restArguments(function(obj, keys) {\n var iteratee = keys[0], context;\n if (_.isFunction(iteratee)) {\n iteratee = _.negate(iteratee);\n if (keys.length > 1) context = keys[1];\n } else {\n keys = _.map(flatten(keys, false, false), String);\n iteratee = function(value, key) {\n return !_.contains(keys, key);\n };\n }\n return _.pick(obj, iteratee, context);\n });\n\n // Fill in a given object with default properties.\n _.defaults = createAssigner(_.allKeys, true);\n\n // Creates an object that inherits from the given prototype object.\n // If additional properties are provided then they will be added to the\n // created object.\n _.create = function(prototype, props) {\n var result = baseCreate(prototype);\n if (props) _.extendOwn(result, props);\n return result;\n };\n\n // Create a (shallow-cloned) duplicate of an object.\n _.clone = function(obj) {\n if (!_.isObject(obj)) return obj;\n return _.isArray(obj) ? obj.slice() : _.extend({}, obj);\n };\n\n // Invokes interceptor with the obj, and then returns obj.\n // The primary purpose of this method is to \"tap into\" a method chain, in\n // order to perform operations on intermediate results within the chain.\n _.tap = function(obj, interceptor) {\n interceptor(obj);\n return obj;\n };\n\n // Returns whether an object has a given set of `key:value` pairs.\n _.isMatch = function(object, attrs) {\n var keys = _.keys(attrs), length = keys.length;\n if (object == null) return !length;\n var obj = Object(object);\n for (var i = 0; i < length; i++) {\n var key = keys[i];\n if (attrs[key] !== obj[key] || !(key in obj)) return false;\n }\n return true;\n };\n\n\n // Internal recursive comparison function for `isEqual`.\n var eq, deepEq;\n eq = function(a, b, aStack, bStack) {\n // Identical objects are equal. `0 === -0`, but they aren't identical.\n // See the [Harmony `egal` proposal](https://wiki.ecmascript.org/doku.php?id=harmony:egal).\n if (a === b) return a !== 0 || 1 / a === 1 / b;\n // `null` or `undefined` only equal to itself (strict comparison).\n if (a == null || b == null) return false;\n // `NaN`s are equivalent, but non-reflexive.\n if (a !== a) return b !== b;\n // Exhaust primitive checks\n var type = typeof a;\n if (type !== 'function' && type !== 'object' && typeof b != 'object') return false;\n return deepEq(a, b, aStack, bStack);\n };\n\n // Internal recursive comparison function for `isEqual`.\n deepEq = function(a, b, aStack, bStack) {\n // Unwrap any wrapped objects.\n if (a instanceof _) a = a._wrapped;\n if (b instanceof _) b = b._wrapped;\n // Compare `[[Class]]` names.\n var className = toString.call(a);\n if (className !== toString.call(b)) return false;\n switch (className) {\n // Strings, numbers, regular expressions, dates, and booleans are compared by value.\n case '[object RegExp]':\n // RegExps are coerced to strings for comparison (Note: '' + /a/i === '/a/i')\n case '[object String]':\n // Primitives and their corresponding object wrappers are equivalent; thus, `\"5\"` is\n // equivalent to `new String(\"5\")`.\n return '' + a === '' + b;\n case '[object Number]':\n // `NaN`s are equivalent, but non-reflexive.\n // Object(NaN) is equivalent to NaN.\n if (+a !== +a) return +b !== +b;\n // An `egal` comparison is performed for other numeric values.\n return +a === 0 ? 1 / +a === 1 / b : +a === +b;\n case '[object Date]':\n case '[object Boolean]':\n // Coerce dates and booleans to numeric primitive values. Dates are compared by their\n // millisecond representations. Note that invalid dates with millisecond representations\n // of `NaN` are not equivalent.\n return +a === +b;\n case '[object Symbol]':\n return SymbolProto.valueOf.call(a) === SymbolProto.valueOf.call(b);\n }\n\n var areArrays = className === '[object Array]';\n if (!areArrays) {\n if (typeof a != 'object' || typeof b != 'object') return false;\n\n // Objects with different constructors are not equivalent, but `Object`s or `Array`s\n // from different frames are.\n var aCtor = a.constructor, bCtor = b.constructor;\n if (aCtor !== bCtor && !(_.isFunction(aCtor) && aCtor instanceof aCtor &&\n _.isFunction(bCtor) && bCtor instanceof bCtor)\n && ('constructor' in a && 'constructor' in b)) {\n return false;\n }\n }\n // Assume equality for cyclic structures. The algorithm for detecting cyclic\n // structures is adapted from ES 5.1 section 15.12.3, abstract operation `JO`.\n\n // Initializing stack of traversed objects.\n // It's done here since we only need them for objects and arrays comparison.\n aStack = aStack || [];\n bStack = bStack || [];\n var length = aStack.length;\n while (length--) {\n // Linear search. Performance is inversely proportional to the number of\n // unique nested structures.\n if (aStack[length] === a) return bStack[length] === b;\n }\n\n // Add the first object to the stack of traversed objects.\n aStack.push(a);\n bStack.push(b);\n\n // Recursively compare objects and arrays.\n if (areArrays) {\n // Compare array lengths to determine if a deep comparison is necessary.\n length = a.length;\n if (length !== b.length) return false;\n // Deep compare the contents, ignoring non-numeric properties.\n while (length--) {\n if (!eq(a[length], b[length], aStack, bStack)) return false;\n }\n } else {\n // Deep compare objects.\n var keys = _.keys(a), key;\n length = keys.length;\n // Ensure that both objects contain the same number of properties before comparing deep equality.\n if (_.keys(b).length !== length) return false;\n while (length--) {\n // Deep compare each member\n key = keys[length];\n if (!(has(b, key) && eq(a[key], b[key], aStack, bStack))) return false;\n }\n }\n // Remove the first object from the stack of traversed objects.\n aStack.pop();\n bStack.pop();\n return true;\n };\n\n // Perform a deep comparison to check if two objects are equal.\n _.isEqual = function(a, b) {\n return eq(a, b);\n };\n\n // Is a given array, string, or object empty?\n // An \"empty\" object has no enumerable own-properties.\n _.isEmpty = function(obj) {\n if (obj == null) return true;\n if (isArrayLike(obj) && (_.isArray(obj) || _.isString(obj) || _.isArguments(obj))) return obj.length === 0;\n return _.keys(obj).length === 0;\n };\n\n // Is a given value a DOM element?\n _.isElement = function(obj) {\n return !!(obj && obj.nodeType === 1);\n };\n\n // Is a given value an array?\n // Delegates to ECMA5's native Array.isArray\n _.isArray = nativeIsArray || function(obj) {\n return toString.call(obj) === '[object Array]';\n };\n\n // Is a given variable an object?\n _.isObject = function(obj) {\n var type = typeof obj;\n return type === 'function' || type === 'object' && !!obj;\n };\n\n // Add some isType methods: isArguments, isFunction, isString, isNumber, isDate, isRegExp, isError, isMap, isWeakMap, isSet, isWeakSet.\n _.each(['Arguments', 'Function', 'String', 'Number', 'Date', 'RegExp', 'Error', 'Symbol', 'Map', 'WeakMap', 'Set', 'WeakSet'], function(name) {\n _['is' + name] = function(obj) {\n return toString.call(obj) === '[object ' + name + ']';\n };\n });\n\n // Define a fallback version of the method in browsers (ahem, IE < 9), where\n // there isn't any inspectable \"Arguments\" type.\n if (!_.isArguments(arguments)) {\n _.isArguments = function(obj) {\n return has(obj, 'callee');\n };\n }\n\n // Optimize `isFunction` if appropriate. Work around some typeof bugs in old v8,\n // IE 11 (#1621), Safari 8 (#1929), and PhantomJS (#2236).\n var nodelist = root.document && root.document.childNodes;\n if (typeof /./ != 'function' && typeof Int8Array != 'object' && typeof nodelist != 'function') {\n _.isFunction = function(obj) {\n return typeof obj == 'function' || false;\n };\n }\n\n // Is a given object a finite number?\n _.isFinite = function(obj) {\n return !_.isSymbol(obj) && isFinite(obj) && !isNaN(parseFloat(obj));\n };\n\n // Is the given value `NaN`?\n _.isNaN = function(obj) {\n return _.isNumber(obj) && isNaN(obj);\n };\n\n // Is a given value a boolean?\n _.isBoolean = function(obj) {\n return obj === true || obj === false || toString.call(obj) === '[object Boolean]';\n };\n\n // Is a given value equal to null?\n _.isNull = function(obj) {\n return obj === null;\n };\n\n // Is a given variable undefined?\n _.isUndefined = function(obj) {\n return obj === void 0;\n };\n\n // Shortcut function for checking if an object has a given property directly\n // on itself (in other words, not on a prototype).\n _.has = function(obj, path) {\n if (!_.isArray(path)) {\n return has(obj, path);\n }\n var length = path.length;\n for (var i = 0; i < length; i++) {\n var key = path[i];\n if (obj == null || !hasOwnProperty.call(obj, key)) {\n return false;\n }\n obj = obj[key];\n }\n return !!length;\n };\n\n // Utility Functions\n // -----------------\n\n // Run Underscore.js in *noConflict* mode, returning the `_` variable to its\n // previous owner. Returns a reference to the Underscore object.\n _.noConflict = function() {\n root._ = previousUnderscore;\n return this;\n };\n\n // Keep the identity function around for default iteratees.\n _.identity = function(value) {\n return value;\n };\n\n // Predicate-generating functions. Often useful outside of Underscore.\n _.constant = function(value) {\n return function() {\n return value;\n };\n };\n\n _.noop = function(){};\n\n // Creates a function that, when passed an object, will traverse that object’s\n // properties down the given `path`, specified as an array of keys or indexes.\n _.property = function(path) {\n if (!_.isArray(path)) {\n return shallowProperty(path);\n }\n return function(obj) {\n return deepGet(obj, path);\n };\n };\n\n // Generates a function for a given object that returns a given property.\n _.propertyOf = function(obj) {\n if (obj == null) {\n return function(){};\n }\n return function(path) {\n return !_.isArray(path) ? obj[path] : deepGet(obj, path);\n };\n };\n\n // Returns a predicate for checking whether an object has a given set of\n // `key:value` pairs.\n _.matcher = _.matches = function(attrs) {\n attrs = _.extendOwn({}, attrs);\n return function(obj) {\n return _.isMatch(obj, attrs);\n };\n };\n\n // Run a function **n** times.\n _.times = function(n, iteratee, context) {\n var accum = Array(Math.max(0, n));\n iteratee = optimizeCb(iteratee, context, 1);\n for (var i = 0; i < n; i++) accum[i] = iteratee(i);\n return accum;\n };\n\n // Return a random integer between min and max (inclusive).\n _.random = function(min, max) {\n if (max == null) {\n max = min;\n min = 0;\n }\n return min + Math.floor(Math.random() * (max - min + 1));\n };\n\n // A (possibly faster) way to get the current timestamp as an integer.\n _.now = Date.now || function() {\n return new Date().getTime();\n };\n\n // List of HTML entities for escaping.\n var escapeMap = {\n '&': '&amp;',\n '<': '&lt;',\n '>': '&gt;',\n '\"': '&quot;',\n \"'\": '&#x27;',\n '`': '&#x60;'\n };\n var unescapeMap = _.invert(escapeMap);\n\n // Functions for escaping and unescaping strings to/from HTML interpolation.\n var createEscaper = function(map) {\n var escaper = function(match) {\n return map[match];\n };\n // Regexes for identifying a key that needs to be escaped.\n var source = '(?:' + _.keys(map).join('|') + ')';\n var testRegexp = RegExp(source);\n var replaceRegexp = RegExp(source, 'g');\n return function(string) {\n string = string == null ? '' : '' + string;\n return testRegexp.test(string) ? string.replace(replaceRegexp, escaper) : string;\n };\n };\n _.escape = createEscaper(escapeMap);\n _.unescape = createEscaper(unescapeMap);\n\n // Traverses the children of `obj` along `path`. If a child is a function, it\n // is invoked with its parent as context. Returns the value of the final\n // child, or `fallback` if any child is undefined.\n _.result = function(obj, path, fallback) {\n if (!_.isArray(path)) path = [path];\n var length = path.length;\n if (!length) {\n return _.isFunction(fallback) ? fallback.call(obj) : fallback;\n }\n for (var i = 0; i < length; i++) {\n var prop = obj == null ? void 0 : obj[path[i]];\n if (prop === void 0) {\n prop = fallback;\n i = length; // Ensure we don't continue iterating.\n }\n obj = _.isFunction(prop) ? prop.call(obj) : prop;\n }\n return obj;\n };\n\n // Generate a unique integer id (unique within the entire client session).\n // Useful for temporary DOM ids.\n var idCounter = 0;\n _.uniqueId = function(prefix) {\n var id = ++idCounter + '';\n return prefix ? prefix + id : id;\n };\n\n // By default, Underscore uses ERB-style template delimiters, change the\n // following template settings to use alternative delimiters.\n _.templateSettings = {\n evaluate: /<%([\\s\\S]+?)%>/g,\n interpolate: /<%=([\\s\\S]+?)%>/g,\n escape: /<%-([\\s\\S]+?)%>/g\n };\n\n // When customizing `templateSettings`, if you don't want to define an\n // interpolation, evaluation or escaping regex, we need one that is\n // guaranteed not to match.\n var noMatch = /(.)^/;\n\n // Certain characters need to be escaped so that they can be put into a\n // string literal.\n var escapes = {\n \"'\": \"'\",\n '\\\\': '\\\\',\n '\\r': 'r',\n '\\n': 'n',\n '\\u2028': 'u2028',\n '\\u2029': 'u2029'\n };\n\n var escapeRegExp = /\\\\|'|\\r|\\n|\\u2028|\\u2029/g;\n\n var escapeChar = function(match) {\n return '\\\\' + escapes[match];\n };\n\n // JavaScript micro-templating, similar to John Resig's implementation.\n // Underscore templating handles arbitrary delimiters, preserves whitespace,\n // and correctly escapes quotes within interpolated code.\n // NB: `oldSettings` only exists for backwards compatibility.\n _.template = function(text, settings, oldSettings) {\n if (!settings && oldSettings) settings = oldSettings;\n settings = _.defaults({}, settings, _.templateSettings);\n\n // Combine delimiters into one regular expression via alternation.\n var matcher = RegExp([\n (settings.escape || noMatch).source,\n (settings.interpolate || noMatch).source,\n (settings.evaluate || noMatch).source\n ].join('|') + '|$', 'g');\n\n // Compile the template source, escaping string literals appropriately.\n var index = 0;\n var source = \"__p+='\";\n text.replace(matcher, function(match, escape, interpolate, evaluate, offset) {\n source += text.slice(index, offset).replace(escapeRegExp, escapeChar);\n index = offset + match.length;\n\n if (escape) {\n source += \"'+\\n((__t=(\" + escape + \"))==null?'':_.escape(__t))+\\n'\";\n } else if (interpolate) {\n source += \"'+\\n((__t=(\" + interpolate + \"))==null?'':__t)+\\n'\";\n } else if (evaluate) {\n source += \"';\\n\" + evaluate + \"\\n__p+='\";\n }\n\n // Adobe VMs need the match returned to produce the correct offset.\n return match;\n });\n source += \"';\\n\";\n\n // If a variable is not specified, place data values in local scope.\n if (!settings.variable) source = 'with(obj||{}){\\n' + source + '}\\n';\n\n source = \"var __t,__p='',__j=Array.prototype.join,\" +\n \"print=function(){__p+=__j.call(arguments,'');};\\n\" +\n source + 'return __p;\\n';\n\n var render;\n try {\n render = new Function(settings.variable || 'obj', '_', source);\n } catch (e) {\n e.source = source;\n throw e;\n }\n\n var template = function(data) {\n return render.call(this, data, _);\n };\n\n // Provide the compiled source as a convenience for precompilation.\n var argument = settings.variable || 'obj';\n template.source = 'function(' + argument + '){\\n' + source + '}';\n\n return template;\n };\n\n // Add a \"chain\" function. Start chaining a wrapped Underscore object.\n _.chain = function(obj) {\n var instance = _(obj);\n instance._chain = true;\n return instance;\n };\n\n // OOP\n // ---------------\n // If Underscore is called as a function, it returns a wrapped object that\n // can be used OO-style. This wrapper holds altered versions of all the\n // underscore functions. Wrapped objects may be chained.\n\n // Helper function to continue chaining intermediate results.\n var chainResult = function(instance, obj) {\n return instance._chain ? _(obj).chain() : obj;\n };\n\n // Add your own custom functions to the Underscore object.\n _.mixin = function(obj) {\n _.each(_.functions(obj), function(name) {\n var func = _[name] = obj[name];\n _.prototype[name] = function() {\n var args = [this._wrapped];\n push.apply(args, arguments);\n return chainResult(this, func.apply(_, args));\n };\n });\n return _;\n };\n\n // Add all of the Underscore functions to the wrapper object.\n _.mixin(_);\n\n // Add all mutator Array functions to the wrapper.\n _.each(['pop', 'push', 'reverse', 'shift', 'sort', 'splice', 'unshift'], function(name) {\n var method = ArrayProto[name];\n _.prototype[name] = function() {\n var obj = this._wrapped;\n method.apply(obj, arguments);\n if ((name === 'shift' || name === 'splice') && obj.length === 0) delete obj[0];\n return chainResult(this, obj);\n };\n });\n\n // Add all accessor Array functions to the wrapper.\n _.each(['concat', 'join', 'slice'], function(name) {\n var method = ArrayProto[name];\n _.prototype[name] = function() {\n return chainResult(this, method.apply(this._wrapped, arguments));\n };\n });\n\n // Extracts the result from a wrapped and chained object.\n _.prototype.value = function() {\n return this._wrapped;\n };\n\n // Provide unwrapping proxy for some methods used in engine operations\n // such as arithmetic and JSON stringification.\n _.prototype.valueOf = _.prototype.toJSON = _.prototype.value;\n\n _.prototype.toString = function() {\n return String(this._wrapped);\n };\n\n // AMD registration happens at the end for compatibility with AMD loaders\n // that may not enforce next-turn semantics on modules. Even though general\n // practice for AMD registration is to be anonymous, underscore registers\n // as a named module because, like jQuery, it is a base library that is\n // popular enough to be bundled in a third party lib, but not be part of\n // an AMD load request. Those cases could generate an error when an\n // anonymous define() is called outside of a loader request.\n if (typeof define == 'function' && define.amd) {\n define('underscore', [], function() {\n return _;\n });\n }\n}());\n","/**\n * @copyright 2019 Christoph Wurst <christoph@winzerhof-wurst.at>\n *\n * @author 2019 Christoph Wurst <christoph@winzerhof-wurst.at>\n *\n * @license GNU AGPL version 3 or any later version\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see <http://www.gnu.org/licenses/>.\n */\n\nimport $ from 'jquery'\n\nconst loadedScripts = {}\nconst loadedStyles = []\n\n/**\n * Load a script for the server and load it. If the script is already loaded,\n * the event handler will be called directly\n * @param {string} app the app id to which the script belongs\n * @param {string} script the filename of the script\n * @param {Function} ready event handler to be called when the script is loaded\n * @returns {jQuery.Deferred}\n * @deprecated 16.0.0 Use OCP.Loader.loadScript\n */\nexport const addScript = (app, script, ready) => {\n\tconsole.warn('OC.addScript is deprecated, use OCP.Loader.loadScript instead')\n\n\tlet deferred\n\tconst path = OC.filePath(app, 'js', script + '.js')\n\tif (!loadedScripts[path]) {\n\t\tdeferred = $.Deferred()\n\t\t$.getScript(path, () => deferred.resolve())\n\t\tloadedScripts[path] = deferred\n\t} else {\n\t\tif (ready) {\n\t\t\tready()\n\t\t}\n\t}\n\treturn loadedScripts[path]\n}\n\n/**\n * Loads a CSS file\n * @param {string} app the app id to which the css style belongs\n * @param {string} style the filename of the css file\n * @deprecated 16.0.0 Use OCP.Loader.loadStylesheet\n */\nexport const addStyle = (app, style) => {\n\tconsole.warn('OC.addStyle is deprecated, use OCP.Loader.loadStylesheet instead')\n\n\tconst path = OC.filePath(app, 'css', style + '.css')\n\tif (loadedStyles.indexOf(path) === -1) {\n\t\tloadedStyles.push(path)\n\t\tif (document.createStyleSheet) {\n\t\t\tdocument.createStyleSheet(path)\n\t\t} else {\n\t\t\tstyle = $('<link rel=\"stylesheet\" type=\"text/css\" href=\"' + path + '\"/>')\n\t\t\t$('head').append(style)\n\t\t}\n\t}\n}\n","/**\n * @copyright 2019 Christoph Wurst <christoph@winzerhof-wurst.at>\n *\n * @author 2019 Christoph Wurst <christoph@winzerhof-wurst.at>\n *\n * @license GNU AGPL version 3 or any later version\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see <http://www.gnu.org/licenses/>.\n */\n\nimport _ from 'underscore'\nimport $ from 'jquery'\n\n/**\n * @todo Write documentation\n * @deprecated 17.0.0 use OCP.Toast\n * @namespace OC.Notification\n */\nexport default {\n\n\tupdatableNotification: null,\n\n\tgetDefaultNotificationFunction: null,\n\n\t/**\n\t * @param {Function} callback callback function\n\t * @deprecated 17.0.0 use OCP.Toast\n\t */\n\tsetDefault: function(callback) {\n\t\tthis.getDefaultNotificationFunction = callback\n\t},\n\n\t/**\n\t * Hides a notification.\n\t *\n\t * If a row is given, only hide that one.\n\t * If no row is given, hide all notifications.\n\t *\n\t * @param {jQuery} [$row] notification row\n\t * @param {Function} [callback] callback\n\t * @deprecated 17.0.0 use OCP.Toast\n\t */\n\thide: function($row, callback) {\n\t\tif (_.isFunction($row)) {\n\t\t\t// first arg is the callback\n\t\t\tcallback = $row\n\t\t\t$row = undefined\n\t\t}\n\n\t\tif (!$row) {\n\t\t\tconsole.error('Missing argument $row in OC.Notification.hide() call, caller needs to be adjusted to only dismiss its own notification')\n\t\t\treturn\n\t\t}\n\n\t\t// remove the row directly\n\t\t$row.each(function() {\n\t\t\t$(this)[0].toastify.hideToast()\n\t\t\tif (this === this.updatableNotification) {\n\t\t\t\tthis.updatableNotification = null\n\t\t\t}\n\t\t})\n\t\tif (callback) {\n\t\t\tcallback.call()\n\t\t}\n\t\tif (this.getDefaultNotificationFunction) {\n\t\t\tthis.getDefaultNotificationFunction()\n\t\t}\n\t},\n\n\t/**\n\t * Shows a notification as HTML without being sanitized before.\n\t * If you pass unsanitized user input this may lead to a XSS vulnerability.\n\t * Consider using show() instead of showHTML()\n\t *\n\t * @param {string} html Message to display\n\t * @param {Object} [options] options\n\t * @param {string} [options.type] notification type\n\t * @param {int} [options.timeout=0] timeout value, defaults to 0 (permanent)\n\t * @returns {jQuery} jQuery element for notification row\n\t * @deprecated 17.0.0 use OCP.Toast\n\t */\n\tshowHtml: function(html, options) {\n\t\toptions = options || {}\n\t\toptions.isHTML = true\n\t\toptions.timeout = (!options.timeout) ? -1 : options.timeout\n\t\tconst toast = window.OCP.Toast.message(html, options)\n\t\treturn $(toast.toastElement)\n\t},\n\n\t/**\n\t * Shows a sanitized notification\n\t *\n\t * @param {string} text Message to display\n\t * @param {Object} [options] options\n\t * @param {string} [options.type] notification type\n\t * @param {int} [options.timeout=0] timeout value, defaults to 0 (permanent)\n\t * @returns {jQuery} jQuery element for notification row\n\t * @deprecated 17.0.0 use OCP.Toast\n\t */\n\tshow: function(text, options) {\n\t\toptions = options || {}\n\t\toptions.timeout = (!options.timeout) ? -1 : options.timeout\n\t\tconst toast = window.OCP.Toast.message(text, options)\n\t\treturn $(toast.toastElement)\n\t},\n\n\t/**\n\t * Updates (replaces) a sanitized notification.\n\t *\n\t * @param {string} text Message to display\n\t * @returns {jQuery} JQuery element for notificaiton row\n\t * @deprecated 17.0.0 use OCP.Toast\n\t */\n\tshowUpdate: function(text) {\n\t\tif (this.updatableNotification) {\n\t\t\tthis.updatableNotification.hideToast()\n\t\t}\n\t\tthis.updatableNotification = OCP.Toast.message(text, { timeout: -1 })\n\t\treturn $(this.updatableNotification.toastElement)\n\t},\n\n\t/**\n\t * Shows a notification that disappears after x seconds, default is\n\t * 7 seconds\n\t *\n\t * @param {string} text Message to show\n\t * @param {array} [options] options array\n\t * @param {int} [options.timeout=7] timeout in seconds, if this is 0 it will show the message permanently\n\t * @param {boolean} [options.isHTML=false] an indicator for HTML notifications (true) or text (false)\n\t * @param {string} [options.type] notification type\n\t * @returns {JQuery<any>} the toast element\n\t * @deprecated 17.0.0 use OCP.Toast\n\t */\n\tshowTemporary: function(text, options) {\n\t\toptions = options || {}\n\t\toptions.timeout = options.timeout || 7\n\t\tconst toast = window.OCP.Toast.message(text, options)\n\t\treturn $(toast.toastElement)\n\t},\n\n\t/**\n\t * Returns whether a notification is hidden.\n\t * @returns {boolean}\n\t * @deprecated 17.0.0 use OCP.Toast\n\t */\n\tisHidden: function() {\n\t\treturn !$('#content').find('.toastify').length\n\t},\n}\n","/**\n * @copyright 2019 Christoph Wurst <christoph@winzerhof-wurst.at>\n *\n * @author 2019 Christoph Wurst <christoph@winzerhof-wurst.at>\n *\n * @license GNU AGPL version 3 or any later version\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see <http://www.gnu.org/licenses/>.\n */\n\nimport _ from 'underscore'\nimport $ from 'jquery'\n\nimport OC from './index'\nimport Notification from './notification'\n\n/**\n * Warn users that the connection to the server was lost temporarily\n *\n * This function is throttled to prevent stacked notfications.\n * After 7sec the first notification is gone, then we can show another one\n * if necessary.\n */\nexport const ajaxConnectionLostHandler = _.throttle(() => {\n\tNotification.showTemporary(t('core', 'Connection to server lost'))\n}, 7 * 1000, { trailing: false })\n\n/**\n * Process ajax error, redirects to main page\n * if an error/auth error status was returned.\n * @param {XMLHttpRequest} xhr xhr request\n */\nexport const processAjaxError = xhr => {\n\t// purposefully aborted request ?\n\t// OC._userIsNavigatingAway needed to distinguish ajax calls cancelled by navigating away\n\t// from calls cancelled by failed cross-domain ajax due to SSO redirect\n\tif (xhr.status === 0 && (xhr.statusText === 'abort' || xhr.statusText === 'timeout' || OC._reloadCalled)) {\n\t\treturn\n\t}\n\n\tif (_.contains([302, 303, 307, 401], xhr.status) && OC.currentUser) {\n\t\t// sometimes \"beforeunload\" happens later, so need to defer the reload a bit\n\t\tsetTimeout(function() {\n\t\t\tif (!OC._userIsNavigatingAway && !OC._reloadCalled) {\n\t\t\t\tlet timer = 0\n\t\t\t\tconst seconds = 5\n\t\t\t\tconst interval = setInterval(function() {\n\t\t\t\t\tNotification.showUpdate(n('core', 'Problem loading page, reloading in %n second', 'Problem loading page, reloading in %n seconds', seconds - timer))\n\t\t\t\t\tif (timer >= seconds) {\n\t\t\t\t\t\tclearInterval(interval)\n\t\t\t\t\t\tOC.reload()\n\t\t\t\t\t}\n\t\t\t\t\ttimer++\n\t\t\t\t}, 1000 // 1 second interval\n\t\t\t\t)\n\n\t\t\t\t// only call reload once\n\t\t\t\tOC._reloadCalled = true\n\t\t\t}\n\t\t}, 100)\n\t} else if (xhr.status === 0) {\n\t\t// Connection lost (e.g. WiFi disconnected or server is down)\n\t\tsetTimeout(function() {\n\t\t\tif (!OC._userIsNavigatingAway && !OC._reloadCalled) {\n\t\t\t\t// TODO: call method above directly\n\t\t\t\tOC._ajaxConnectionLostHandler()\n\t\t\t}\n\t\t}, 100)\n\t}\n}\n\n/**\n * Registers XmlHttpRequest object for global error processing.\n *\n * This means that if this XHR object returns 401 or session timeout errors,\n * the current page will automatically be reloaded.\n *\n * @param {XMLHttpRequest} xhr xhr request\n */\nexport const registerXHRForErrorProcessing = xhr => {\n\tconst loadCallback = () => {\n\t\tif (xhr.readyState !== 4) {\n\t\t\treturn\n\t\t}\n\n\t\tif ((xhr.status >= 200 && xhr.status < 300) || xhr.status === 304) {\n\t\t\treturn\n\t\t}\n\n\t\t// fire jquery global ajax error handler\n\t\t$(document).trigger(new $.Event('ajaxError'), xhr)\n\t}\n\n\tconst errorCallback = () => {\n\t\t// fire jquery global ajax error handler\n\t\t$(document).trigger(new $.Event('ajaxError'), xhr)\n\t}\n\n\tif (xhr.addEventListener) {\n\t\txhr.addEventListener('load', loadCallback)\n\t\txhr.addEventListener('error', errorCallback)\n\t}\n\n}\n","/* eslint-disable */\n/**\n * @copyright Copyright (c) 2016 Joas Schilling <coding@schilljs.com>\n *\n * @license GNU AGPL version 3 or any later version\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see <http://www.gnu.org/licenses/>.\n *\n */\n\n import { getValue, setValue, getApps, getKeys, deleteKey } from '../OCP/appconfig'\n\nexport const appConfig = window.oc_appconfig || {}\n\n/**\n * @namespace\n * @deprecated 16.0.0 Use OCP.AppConfig instead\n */\nexport const AppConfig = {\n\t/**\n\t * @deprecated Use OCP.AppConfig.getValue() instead\n\t */\n\tgetValue: function(app, key, defaultValue, callback) {\n\t\tgetValue(app, key, defaultValue, {\n\t\t\tsuccess: callback\n\t\t})\n\t},\n\n\t/**\n\t * @deprecated Use OCP.AppConfig.setValue() instead\n\t */\n\tsetValue: function(app, key, value) {\n\t\tsetValue(app, key, value)\n\t},\n\n\t/**\n\t * @deprecated Use OCP.AppConfig.getApps() instead\n\t */\n\tgetApps: function(callback) {\n\t\tgetApps({\n\t\t\tsuccess: callback\n\t\t})\n\t},\n\n\t/**\n\t * @deprecated Use OCP.AppConfig.getKeys() instead\n\t */\n\tgetKeys: function(app, callback) {\n\t\tgetKeys(app, {\n\t\t\tsuccess: callback\n\t\t})\n\t},\n\n\t/**\n\t * @deprecated Use OCP.AppConfig.deleteKey() instead\n\t */\n\tdeleteKey: function(app, key) {\n\t\tdeleteKey(app, key)\n\t}\n\n}\n","/*\n * @copyright 2019 Christoph Wurst <christoph@winzerhof-wurst.at>\n *\n * @author 2019 Christoph Wurst <christoph@winzerhof-wurst.at>\n *\n * @license GNU AGPL version 3 or any later version\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see <http://www.gnu.org/licenses/>.\n */\n\nconst appswebroots = (window._oc_appswebroots !== undefined) ? window._oc_appswebroots : false\n\nexport default appswebroots\n","/* eslint-disable */\n/*\n * Copyright (c) 2015\n *\n * This file is licensed under the Affero General Public License version 3\n * or later.\n *\n * See the COPYING-README file.\n *\n */\n\n/**\n * Webdav transport for Backbone.\n *\n * This makes it possible to use Webdav endpoints when\n * working with Backbone models and collections.\n *\n * Requires the davclient.js library.\n *\n * Usage example:\n *\n * var PersonModel = OC.Backbone.Model.extend({\n * // make it use the DAV transport\n * sync: OC.Backbone.davSync,\n *\n * // DAV properties mapping\n * davProperties: {\n * 'id': '{http://example.com/ns}id',\n * 'firstName': '{http://example.com/ns}first-name',\n * 'lastName': '{http://example.com/ns}last-name',\n * 'age': '{http://example.com/ns}age'\n * },\n *\n * // additional parsing, if needed\n * parse: function(props) {\n * // additional parsing (DAV property values are always strings)\n * props.age = parseInt(props.age, 10);\n * return props;\n * }\n * });\n *\n * var PersonCollection = OC.Backbone.Collection.extend({\n * // make it use the DAV transport\n * sync: OC.Backbone.davSync,\n *\n * // use person model\n * // note that davProperties will be inherited\n * model: PersonModel,\n *\n * // DAV collection URL\n * url: function() {\n * return OC.linkToRemote('dav') + '/person/';\n * },\n * });\n */\n\nimport _ from 'underscore'\nimport dav from 'davclient.js'\n\nconst methodMap = {\n\tcreate: 'POST',\n\tupdate: 'PROPPATCH',\n\tpatch: 'PROPPATCH',\n\tdelete: 'DELETE',\n\tread: 'PROPFIND'\n}\n\n// Throw an error when a URL is needed, and none is supplied.\nfunction urlError() {\n\tthrow new Error('A \"url\" property or function must be specified')\n}\n\n/**\n * Convert a single propfind result to JSON\n *\n * @param {Object} result\n * @param {Object} davProperties properties mapping\n */\nfunction parsePropFindResult(result, davProperties) {\n\tif (_.isArray(result)) {\n\t\treturn _.map(result, function(subResult) {\n\t\t\treturn parsePropFindResult(subResult, davProperties)\n\t\t})\n\t}\n\tvar props = {\n\t\thref: result.href\n\t}\n\n\t_.each(result.propStat, function(propStat) {\n\t\tif (propStat.status !== 'HTTP/1.1 200 OK') {\n\t\t\treturn\n\t\t}\n\n\t\tfor (var key in propStat.properties) {\n\t\t\tvar propKey = key\n\t\t\tif (key in davProperties) {\n\t\t\t\tpropKey = davProperties[key]\n\t\t\t}\n\t\t\tprops[propKey] = propStat.properties[key]\n\t\t}\n\t})\n\n\tif (!props.id) {\n\t\t// parse id from href\n\t\tprops.id = parseIdFromLocation(props.href)\n\t}\n\n\treturn props\n}\n\n/**\n * Parse ID from location\n *\n * @param {string} url url\n * @returns {string} id\n */\nfunction parseIdFromLocation(url) {\n\tvar queryPos = url.indexOf('?')\n\tif (queryPos > 0) {\n\t\turl = url.substr(0, queryPos)\n\t}\n\n\tvar parts = url.split('/')\n\tvar result\n\tdo {\n\t\tresult = parts[parts.length - 1]\n\t\tparts.pop()\n\t\t// note: first result can be empty when there is a trailing slash,\n\t\t// so we take the part before that\n\t} while (!result && parts.length > 0)\n\n\treturn result\n}\n\nfunction isSuccessStatus(status) {\n\treturn status >= 200 && status <= 299\n}\n\nfunction convertModelAttributesToDavProperties(attrs, davProperties) {\n\tvar props = {}\n\tvar key\n\tfor (key in attrs) {\n\t\tvar changedProp = davProperties[key]\n\t\tvar value = attrs[key]\n\t\tif (!changedProp) {\n\t\t\tconsole.warn('No matching DAV property for property \"' + key)\n\t\t\tchangedProp = key\n\t\t}\n\t\tif (_.isBoolean(value) || _.isNumber(value)) {\n\t\t\t// convert to string\n\t\t\tvalue = '' + value\n\t\t}\n\t\tprops[changedProp] = value\n\t}\n\treturn props\n}\n\nfunction callPropFind(client, options, model, headers) {\n\treturn client.propFind(\n\t\toptions.url,\n\t\t_.values(options.davProperties) || [],\n\t\toptions.depth,\n\t\theaders\n\t).then(function(response) {\n\t\tif (isSuccessStatus(response.status)) {\n\t\t\tif (_.isFunction(options.success)) {\n\t\t\t\tvar propsMapping = _.invert(options.davProperties)\n\t\t\t\tvar results = parsePropFindResult(response.body, propsMapping)\n\t\t\t\tif (options.depth > 0) {\n\t\t\t\t\t// discard root entry\n\t\t\t\t\tresults.shift()\n\t\t\t\t}\n\n\t\t\t\toptions.success(results)\n\n\t\t\t}\n\t\t} else if (_.isFunction(options.error)) {\n\t\t\toptions.error(response)\n\t\t}\n\t})\n}\n\nfunction callPropPatch(client, options, model, headers) {\n\treturn client.propPatch(\n\t\toptions.url,\n\t\tconvertModelAttributesToDavProperties(model.changed, options.davProperties),\n\t\theaders\n\t).then(function(result) {\n\t\tif (isSuccessStatus(result.status)) {\n\t\t\tif (_.isFunction(options.success)) {\n\t\t\t\t// pass the object's own values because the server\n\t\t\t\t// does not return the updated model\n\t\t\t\toptions.success(model.toJSON())\n\t\t\t}\n\t\t} else if (_.isFunction(options.error)) {\n\t\t\toptions.error(result)\n\t\t}\n\t})\n\n}\n\nfunction callMkCol(client, options, model, headers) {\n\t// call MKCOL without data, followed by PROPPATCH\n\treturn client.request(\n\t\toptions.type,\n\t\toptions.url,\n\t\theaders,\n\t\tnull\n\t).then(function(result) {\n\t\tif (!isSuccessStatus(result.status)) {\n\t\t\tif (_.isFunction(options.error)) {\n\t\t\t\toptions.error(result)\n\t\t\t}\n\t\t\treturn\n\t\t}\n\n\t\tcallPropPatch(client, options, model, headers)\n\t})\n}\n\nfunction callMethod(client, options, model, headers) {\n\theaders['Content-Type'] = 'application/json'\n\treturn client.request(\n\t\toptions.type,\n\t\toptions.url,\n\t\theaders,\n\t\toptions.data\n\t).then(function(result) {\n\t\tif (!isSuccessStatus(result.status)) {\n\t\t\tif (_.isFunction(options.error)) {\n\t\t\t\toptions.error(result)\n\t\t\t}\n\t\t\treturn\n\t\t}\n\n\t\tif (_.isFunction(options.success)) {\n\t\t\tif (options.type === 'PUT' || options.type === 'POST' || options.type === 'MKCOL') {\n\t\t\t\t// pass the object's own values because the server\n\t\t\t\t// does not return anything\n\t\t\t\tvar responseJson = result.body || model.toJSON()\n\t\t\t\tvar locationHeader = result.xhr.getResponseHeader('Content-Location')\n\t\t\t\tif (options.type === 'POST' && locationHeader) {\n\t\t\t\t\tresponseJson.id = parseIdFromLocation(locationHeader)\n\t\t\t\t}\n\t\t\t\toptions.success(responseJson)\n\t\t\t\treturn\n\t\t\t}\n\t\t\t// if multi-status, parse\n\t\t\tif (result.status === 207) {\n\t\t\t\tvar propsMapping = _.invert(options.davProperties)\n\t\t\t\toptions.success(parsePropFindResult(result.body, propsMapping))\n\t\t\t} else {\n\t\t\t\toptions.success(result.body)\n\t\t\t}\n\t\t}\n\t})\n}\n\nexport const davCall = (options, model) => {\n\tvar client = new dav.Client({\n\t\tbaseUrl: options.url,\n\t\txmlNamespaces: _.extend({\n\t\t\t'DAV:': 'd',\n\t\t\t'http://owncloud.org/ns': 'oc'\n\t\t}, options.xmlNamespaces || {})\n\t})\n\tclient.resolveUrl = function() {\n\t\treturn options.url\n\t}\n\tvar headers = _.extend({\n\t\t'X-Requested-With': 'XMLHttpRequest',\n\t\t'requesttoken': OC.requestToken\n\t}, options.headers)\n\tif (options.type === 'PROPFIND') {\n\t\treturn callPropFind(client, options, model, headers)\n\t} else if (options.type === 'PROPPATCH') {\n\t\treturn callPropPatch(client, options, model, headers)\n\t} else if (options.type === 'MKCOL') {\n\t\treturn callMkCol(client, options, model, headers)\n\t} else {\n\t\treturn callMethod(client, options, model, headers)\n\t}\n}\n\n/**\n * DAV transport\n */\nexport const davSync = Backbone => (method, model, options) => {\n\tvar params = { type: methodMap[method] || method }\n\tvar isCollection = (model instanceof Backbone.Collection)\n\n\tif (method === 'update') {\n\t\t// if a model has an inner collection, it must define an\n\t\t// attribute \"hasInnerCollection\" that evaluates to true\n\t\tif (model.hasInnerCollection) {\n\t\t\t// if the model itself is a Webdav collection, use MKCOL\n\t\t\tparams.type = 'MKCOL'\n\t\t} else if (model.usePUT || (model.collection && model.collection.usePUT)) {\n\t\t\t// use PUT instead of PROPPATCH\n\t\t\tparams.type = 'PUT'\n\t\t}\n\t}\n\n\t// Ensure that we have a URL.\n\tif (!options.url) {\n\t\tparams.url = _.result(model, 'url') || urlError()\n\t}\n\n\t// Ensure that we have the appropriate request data.\n\tif (options.data == null && model && (method === 'create' || method === 'update' || method === 'patch')) {\n\t\tparams.data = JSON.stringify(options.attrs || model.toJSON(options))\n\t}\n\n\t// Don't process data on a non-GET request.\n\tif (params.type !== 'PROPFIND') {\n\t\tparams.processData = false\n\t}\n\n\tif (params.type === 'PROPFIND' || params.type === 'PROPPATCH') {\n\t\tvar davProperties = model.davProperties\n\t\tif (!davProperties && model.model) {\n\t\t\t// use dav properties from model in case of collection\n\t\t\tdavProperties = model.model.prototype.davProperties\n\t\t}\n\t\tif (davProperties) {\n\t\t\tif (_.isFunction(davProperties)) {\n\t\t\t\tparams.davProperties = davProperties.call(model)\n\t\t\t} else {\n\t\t\t\tparams.davProperties = davProperties\n\t\t\t}\n\t\t}\n\n\t\tparams.davProperties = _.extend(params.davProperties || {}, options.davProperties)\n\n\t\tif (_.isUndefined(options.depth)) {\n\t\t\tif (isCollection) {\n\t\t\t\toptions.depth = 1\n\t\t\t} else {\n\t\t\t\toptions.depth = 0\n\t\t\t}\n\t\t}\n\t}\n\n\t// Pass along `textStatus` and `errorThrown` from jQuery.\n\tvar error = options.error\n\toptions.error = function(xhr, textStatus, errorThrown) {\n\t\toptions.textStatus = textStatus\n\t\toptions.errorThrown = errorThrown\n\t\tif (error) {\n\t\t\terror.call(options.context, xhr, textStatus, errorThrown)\n\t\t}\n\t}\n\n\t// Make the request, allowing the user to override any Ajax options.\n\tvar xhr = options.xhr = Backbone.davCall(_.extend(params, options), model)\n\tmodel.trigger('request', model, xhr, options)\n\treturn xhr\n}\n","/**\n * @copyright 2019 Christoph Wurst <christoph@winzerhof-wurst.at>\n *\n * @author 2019 Christoph Wurst <christoph@winzerhof-wurst.at>\n *\n * @license GNU AGPL version 3 or any later version\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see <http://www.gnu.org/licenses/>.\n */\n\nimport VendorBackbone from 'backbone'\nimport { davCall, davSync } from './backbone-webdav'\n\nconst Backbone = VendorBackbone.noConflict()\n\n// Patch Backbone for DAV\nObject.assign(Backbone, {\n\tdavCall,\n\tdavSync: davSync(Backbone),\n})\n\nexport default Backbone\n","/*\n * @copyright 2019 Christoph Wurst <christoph@winzerhof-wurst.at>\n *\n * @author 2019 Christoph Wurst <christoph@winzerhof-wurst.at>\n *\n * @license GNU AGPL version 3 or any later version\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see <http://www.gnu.org/licenses/>.\n */\n\nconst config = window._oc_config || {}\n\nexport default config\n","/*\n * @copyright 2019 Christoph Wurst <christoph@winzerhof-wurst.at>\n *\n * @author 2019 Christoph Wurst <christoph@winzerhof-wurst.at>\n *\n * @license GNU AGPL version 3 or any later version\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see <http://www.gnu.org/licenses/>.\n */\n\nconst rawUid = document\n\t.getElementsByTagName('head')[0]\n\t.getAttribute('data-user')\nconst displayName = document\n\t.getElementsByTagName('head')[0]\n\t.getAttribute('data-user-displayname')\n\nexport const currentUser = rawUid !== undefined ? rawUid : false\n\nexport const getCurrentUser = () => {\n\treturn {\n\t\tuid: currentUser,\n\t\tdisplayName,\n\t}\n}\n","/* eslint-disable */\n/*\n * @copyright 2019 Christoph Wurst <christoph@winzerhof-wurst.at>\n * @copyright Copyright (c) 2019 Gary Kim <gary@garykim.dev>\n *\n * @author 2019 Christoph Wurst <christoph@winzerhof-wurst.at>\n * @author Gary Kim <gary@garykim.dev>\n *\n * @license GNU AGPL version 3 or any later version\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see <http://www.gnu.org/licenses/>.\n */\n\nimport _ from 'underscore'\nimport $ from 'jquery'\n\nimport OC from './index'\nimport OCA from '../OCA/index'\n\n/**\n * this class to ease the usage of jquery dialogs\n */\nconst Dialogs = {\n\t// dialog button types\n\tYES_NO_BUTTONS: 70,\n\tOK_BUTTONS: 71,\n\n\tFILEPICKER_TYPE_CHOOSE: 1,\n\tFILEPICKER_TYPE_MOVE: 2,\n\tFILEPICKER_TYPE_COPY: 3,\n\tFILEPICKER_TYPE_COPY_MOVE: 4,\n\tFILEPICKER_TYPE_CUSTOM: 5,\n\n\t// used to name each dialog\n\tdialogsCounter: 0,\n\n\t/**\n\t * displays alert dialog\n\t * @param {string} text content of dialog\n\t * @param {string} title dialog title\n\t * @param {function} callback which will be triggered when user presses OK\n\t * @param {boolean} [modal] make the dialog modal\n\t */\n\talert: function(text, title, callback, modal) {\n\t\tthis.message(\n\t\t\ttext,\n\t\t\ttitle,\n\t\t\t'alert',\n\t\t\tDialogs.OK_BUTTON,\n\t\t\tcallback,\n\t\t\tmodal\n\t\t)\n\t},\n\t/**\n\t * displays info dialog\n\t * @param {string} text content of dialog\n\t * @param {string} title dialog title\n\t * @param {function} callback which will be triggered when user presses OK\n\t * @param {boolean} [modal] make the dialog modal\n\t */\n\tinfo: function(text, title, callback, modal) {\n\t\tthis.message(text, title, 'info', Dialogs.OK_BUTTON, callback, modal)\n\t},\n\n\t/**\n\t * displays confirmation dialog\n\t * @param {string} text content of dialog\n\t * @param {string} title dialog title\n\t * @param {function} callback which will be triggered when user presses OK (true or false would be passed to callback respectively)\n\t * @param {boolean} [modal] make the dialog modal\n\t * @returns {Promise}\n\t */\n\tconfirm: function(text, title, callback, modal) {\n\t\treturn this.message(\n\t\t\ttext,\n\t\t\ttitle,\n\t\t\t'notice',\n\t\t\tDialogs.YES_NO_BUTTONS,\n\t\t\tcallback,\n\t\t\tmodal\n\t\t)\n\t},\n\t/**\n\t * displays confirmation dialog\n\t * @param {string} text content of dialog\n\t * @param {string} title dialog title\n\t * @param {{type: Int, confirm: String, cancel: String, confirmClasses: String}} buttons text content of buttons\n\t * @param {function} callback which will be triggered when user presses OK (true or false would be passed to callback respectively)\n\t * @param {boolean} [modal] make the dialog modal\n\t * @returns {Promise}\n\t */\n\tconfirmDestructive: function(text, title, buttons, callback, modal) {\n\t\treturn this.message(\n\t\t\ttext,\n\t\t\ttitle,\n\t\t\t'none',\n\t\t\tbuttons,\n\t\t\tcallback,\n\t\t\tmodal\n\t\t)\n\t},\n\t/**\n\t * displays confirmation dialog\n\t * @param {string} text content of dialog\n\t * @param {string} title dialog title\n\t * @param {function} callback which will be triggered when user presses OK (true or false would be passed to callback respectively)\n\t * @param {boolean} [modal] make the dialog modal\n\t * @returns {Promise}\n\t */\n\tconfirmHtml: function(text, title, callback, modal) {\n\t\treturn this.message(\n\t\t\ttext,\n\t\t\ttitle,\n\t\t\t'notice',\n\t\t\tDialogs.YES_NO_BUTTONS,\n\t\t\tcallback,\n\t\t\tmodal,\n\t\t\ttrue\n\t\t)\n\t},\n\t/**\n\t * displays prompt dialog\n\t * @param {string} text content of dialog\n\t * @param {string} title dialog title\n\t * @param {function} callback which will be triggered when user presses OK (true or false would be passed to callback respectively)\n\t * @param {boolean} [modal] make the dialog modal\n\t * @param {string} name name of the input field\n\t * @param {boolean} password whether the input should be a password input\n\t * @returns {Promise}\n\t */\n\tprompt: function(text, title, callback, modal, name, password) {\n\t\treturn $.when(this._getMessageTemplate()).then(function($tmpl) {\n\t\t\tvar dialogName = 'oc-dialog-' + Dialogs.dialogsCounter + '-content'\n\t\t\tvar dialogId = '#' + dialogName\n\t\t\tvar $dlg = $tmpl.octemplate({\n\t\t\t\tdialog_name: dialogName,\n\t\t\t\ttitle: title,\n\t\t\t\tmessage: text,\n\t\t\t\ttype: 'notice'\n\t\t\t})\n\t\t\tvar input = $('<input/>')\n\t\t\tinput.attr('type', password ? 'password' : 'text').attr('id', dialogName + '-input').attr('placeholder', name)\n\t\t\tvar label = $('<label/>').attr('for', dialogName + '-input').text(name + ': ')\n\t\t\t$dlg.append(label)\n\t\t\t$dlg.append(input)\n\t\t\tif (modal === undefined) {\n\t\t\t\tmodal = false\n\t\t\t}\n\t\t\t$('body').append($dlg)\n\n\t\t\t// wrap callback in _.once():\n\t\t\t// only call callback once and not twice (button handler and close\n\t\t\t// event) but call it for the close event, if ESC or the x is hit\n\t\t\tif (callback !== undefined) {\n\t\t\t\tcallback = _.once(callback)\n\t\t\t}\n\n\t\t\tvar buttonlist = [{\n\t\t\t\ttext: t('core', 'No'),\n\t\t\t\tclick: function() {\n\t\t\t\t\tif (callback !== undefined) {\n\t\t\t\t\t\t// eslint-disable-next-line standard/no-callback-literal\n\t\t\t\t\t\tcallback(false, input.val())\n\t\t\t\t\t}\n\t\t\t\t\t$(dialogId).ocdialog('close')\n\t\t\t\t}\n\t\t\t}, {\n\t\t\t\ttext: t('core', 'Yes'),\n\t\t\t\tclick: function() {\n\t\t\t\t\tif (callback !== undefined) {\n\t\t\t\t\t\t// eslint-disable-next-line standard/no-callback-literal\n\t\t\t\t\t\tcallback(true, input.val())\n\t\t\t\t\t}\n\t\t\t\t\t$(dialogId).ocdialog('close')\n\t\t\t\t},\n\t\t\t\tdefaultButton: true\n\t\t\t}]\n\n\t\t\t$(dialogId).ocdialog({\n\t\t\t\tcloseOnEscape: true,\n\t\t\t\tmodal: modal,\n\t\t\t\tbuttons: buttonlist,\n\t\t\t\tclose: function() {\n\t\t\t\t\t// callback is already fired if Yes/No is clicked directly\n\t\t\t\t\tif (callback !== undefined) {\n\t\t\t\t\t\t// eslint-disable-next-line standard/no-callback-literal\n\t\t\t\t\t\tcallback(false, input.val())\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t})\n\t\t\tinput.focus()\n\t\t\tDialogs.dialogsCounter++\n\t\t})\n\t},\n\t/**\n\t * show a file picker to pick a file from\n\t *\n\t * In order to pick several types of mime types they need to be passed as an\n\t * array of strings.\n\t *\n\t * When no mime type filter is given only files can be selected. In order to\n\t * be able to select both files and folders \"['*', 'httpd/unix-directory']\"\n\t * should be used instead.\n\t *\n\t * @param {string} title dialog title\n\t * @param {function} callback which will be triggered when user presses Choose\n\t * @param {boolean} [multiselect] whether it should be possible to select multiple files\n\t * @param {string[]} [mimetypeFilter] mimetype to filter by - directories will always be included\n\t * @param {boolean} [modal] make the dialog modal\n\t * @param {string} [type] Type of file picker : Choose, copy, move, copy and move\n\t * @param {string} [path] path to the folder that the the file can be picket from\n\t * @param {Object} [options] additonal options that need to be set\n\t */\n\tfilepicker: function(title, callback, multiselect, mimetypeFilter, modal, type, path, options) {\n\t\tvar self = this\n\n\t\tthis.filepicker.sortField = 'name'\n\t\tthis.filepicker.sortOrder = 'asc'\n\t\t// avoid opening the picker twice\n\t\tif (this.filepicker.loading) {\n\t\t\treturn\n\t\t}\n\n\t\tif (type === undefined) {\n\t\t\ttype = this.FILEPICKER_TYPE_CHOOSE\n\t\t}\n\n\t\tvar emptyText = t('core', 'No files in here')\n\t\tvar newText = t('files', 'New folder')\n\t\tif (type === this.FILEPICKER_TYPE_COPY || type === this.FILEPICKER_TYPE_MOVE || type === this.FILEPICKER_TYPE_COPY_MOVE) {\n\t\t\temptyText = t('core', 'No more subfolders in here')\n\t\t}\n\n\t\tthis.filepicker.loading = true\n\t\tthis.filepicker.filesClient = (OCA.Sharing && OCA.Sharing.PublicApp && OCA.Sharing.PublicApp.fileList) ? OCA.Sharing.PublicApp.fileList.filesClient : OC.Files.getClient()\n\n\t\tthis.filelist = null\n\t\tpath = path || ''\n\t\toptions = Object.assign({\n\t\t\tallowDirectoryChooser: false\n\t\t}, options)\n\n\t\t$.when(this._getFilePickerTemplate()).then(function($tmpl) {\n\t\t\tself.filepicker.loading = false\n\t\t\tvar dialogName = 'oc-dialog-filepicker-content'\n\t\t\tif (self.$filePicker) {\n\t\t\t\tself.$filePicker.ocdialog('close')\n\t\t\t}\n\n\t\t\tif (mimetypeFilter === undefined || mimetypeFilter === null) {\n\t\t\t\tmimetypeFilter = []\n\t\t\t}\n\t\t\tif (typeof (mimetypeFilter) === 'string') {\n\t\t\t\tmimetypeFilter = [mimetypeFilter]\n\t\t\t}\n\n\t\t\tself.$filePicker = $tmpl.octemplate({\n\t\t\t\tdialog_name: dialogName,\n\t\t\t\ttitle: title,\n\t\t\t\temptytext: emptyText,\n\t\t\t\tnewtext: newText,\n\t\t\t\tnameCol: t('core', 'Name'),\n\t\t\t\tsizeCol: t('core', 'Size'),\n\t\t\t\tmodifiedCol: t('core', 'Modified')\n\t\t\t}).data('path', path).data('multiselect', multiselect).data('mimetype', mimetypeFilter).data('allowDirectoryChooser', options.allowDirectoryChooser)\n\n\t\t\tif (modal === undefined) {\n\t\t\t\tmodal = false\n\t\t\t}\n\t\t\tif (multiselect === undefined) {\n\t\t\t\tmultiselect = false\n\t\t\t}\n\n\t\t\t// No grid for IE!\n\t\t\tif (OC.Util.isIE()) {\n\t\t\t\tself.$filePicker.find('#picker-view-toggle').remove()\n\t\t\t\tself.$filePicker.find('#picker-filestable').removeClass('view-grid')\n\t\t\t}\n\n\t\t\t$('body').append(self.$filePicker)\n\n\t\t\tself.$showGridView = $('input#picker-showgridview')\n\t\t\tself.$showGridView.on('change', _.bind(self._onGridviewChange, self))\n\n\t\t\tif (!OC.Util.isIE()) {\n\t\t\t\tself._getGridSettings()\n\t\t\t}\n\n\t\t\tvar newButton = self.$filePicker.find('.actions.creatable .button-add')\n\t\t\tif (type === self.FILEPICKER_TYPE_CHOOSE && !options.allowDirectoryChooser) {\n\t\t\t\tnewButton.hide()\n\t\t\t}\n\t\t\tnewButton.on('focus', function() {\n\t\t\t\tself.$filePicker.ocdialog('setEnterCallback', function() {\n\t\t\t\t\tevent.stopImmediatePropagation()\n\t\t\t\t\tevent.preventDefault()\n\t\t\t\t\tnewButton.click()\n\t\t\t\t})\n\t\t\t})\n\t\t\tnewButton.on('blur', function() {\n\t\t\t\tself.$filePicker.ocdialog('unsetEnterCallback')\n\t\t\t})\n\n\t\t\tOC.registerMenu(newButton, self.$filePicker.find('.menu'), function() {\n\t\t\t\t$input.focus()\n\t\t\t\tself.$filePicker.ocdialog('setEnterCallback', function() {\n\t\t\t\t\tevent.stopImmediatePropagation()\n\t\t\t\t\tevent.preventDefault()\n\t\t\t\t\tself.$filePicker.submit()\n\t\t\t\t})\n\t\t\t\tvar newName = $input.val()\n\t\t\t\tvar lastPos = newName.lastIndexOf('.')\n\t\t\t\tif (lastPos === -1) {\n\t\t\t\t\tlastPos = newName.length\n\t\t\t\t}\n\t\t\t\t$input.selectRange(0, lastPos)\n\t\t\t})\n\t\t\tvar $form = self.$filePicker.find('.filenameform')\n\t\t\tvar $input = $form.find('input[type=\\'text\\']')\n\t\t\tvar $submit = $form.find('input[type=\\'submit\\']')\n\t\t\t$submit.on('click', function(event) {\n\t\t\t\tevent.stopImmediatePropagation()\n\t\t\t\tevent.preventDefault()\n\t\t\t\t$form.submit()\n\t\t\t})\n\n\n\t\t\t/**\n\t\t\t * Checks whether the given file name is valid.\n\t\t\t *\n\t\t\t * @param name file name to check\n\t\t\t * @return true if the file name is valid.\n\t\t\t * @throws a string exception with an error message if\n\t\t\t * the file name is not valid\n\t\t\t *\n\t\t\t * NOTE: This function is duplicated in the files app:\n\t\t\t * https://github.com/nextcloud/server/blob/b9bc2417e7a8dc81feb0abe20359bedaf864f790/apps/files/js/files.js#L127-L148\n\t\t\t */\n\t\t\tvar isFileNameValid = function (name) {\n\t\t\t\tvar trimmedName = name.trim();\n\t\t\t\tif (trimmedName === '.' || trimmedName === '..')\n\t\t\t\t{\n\t\t\t\t\tthrow t('files', '\"{name}\" is an invalid file name.', {name: name})\n\t\t\t\t} else if (trimmedName.length === 0) {\n\t\t\t\t\tthrow t('files', 'File name cannot be empty.')\n\t\t\t\t} else if (trimmedName.indexOf('/') !== -1) {\n\t\t\t\t\tthrow t('files', '\"/\" is not allowed inside a file name.')\n\t\t\t\t} else if (!!(trimmedName.match(OC.config.blacklist_files_regex))) {\n\t\t\t\t\tthrow t('files', '\"{name}\" is not an allowed filetype', {name: name})\n\t\t\t\t}\n\n\t\t\t\treturn true\n\t\t\t}\n\n\t\t\tvar checkInput = function() {\n\t\t\t\tvar filename = $input.val()\n\t\t\t\ttry {\n\t\t\t\t\tif (!isFileNameValid(filename)) {\n\t\t\t\t\t\t// isFileNameValid(filename) throws an exception itself\n\t\t\t\t\t} else if (self.filelist.find(function(file) {\n\t\t\t\t\t\treturn file.name === this\n\t\t\t\t\t}, filename)) {\n\t\t\t\t\t\tthrow t('files', '{newName} already exists', { newName: filename }, undefined, {\n\t\t\t\t\t\t\tescape: false\n\t\t\t\t\t\t})\n\t\t\t\t\t} else {\n\t\t\t\t\t\treturn true\n\t\t\t\t\t}\n\t\t\t\t} catch (error) {\n\t\t\t\t\t$input.attr('title', error)\n\t\t\t\t\t$input.tooltip({\n\t\t\t\t\t\tplacement: 'right',\n\t\t\t\t\t\ttrigger: 'manual',\n\t\t\t\t\t\t'container': '.newFolderMenu'\n\t\t\t\t\t})\n\t\t\t\t\t$input.tooltip('fixTitle')\n\t\t\t\t\t$input.tooltip('show')\n\t\t\t\t\t$input.addClass('error')\n\t\t\t\t}\n\t\t\t\treturn false\n\t\t\t}\n\n\t\t\t$form.on('submit', function(event) {\n\t\t\t\tevent.stopPropagation()\n\t\t\t\tevent.preventDefault()\n\n\t\t\t\tif (checkInput()) {\n\t\t\t\t\tvar newname = $input.val()\n\t\t\t\t\tself.filepicker.filesClient.createDirectory(self.$filePicker.data('path') + \"/\" + newname).always(function (status) {\n\t\t\t\t\t\tself._fillFilePicker(self.$filePicker.data('path') + \"/\" + newname)\n\t\t\t\t\t})\n\t\t\t\t\tOC.hideMenus()\n\t\t\t\t\tself.$filePicker.ocdialog('unsetEnterCallback')\n\t\t\t\t\tself.$filePicker.click()\n\t\t\t\t\t$input.val(newText)\n\t\t\t\t}\n\t\t\t})\n\t\t\t$input.keypress(function(event) {\n\t\t\t\tif (event.keyCode === 13 || event.which === 13) {\n\t\t\t\t\tevent.stopImmediatePropagation()\n\t\t\t\t\tevent.preventDefault()\n\t\t\t\t\t$form.submit()\n\t\t\t\t}\n\t\t\t})\n\n\t\t\tself.$filePicker.ready(function() {\n\t\t\t\tself.$fileListHeader = self.$filePicker.find('.filelist thead tr')\n\t\t\t\tself.$filelist = self.$filePicker.find('.filelist tbody')\n\t\t\t\tself.$filelistContainer = self.$filePicker.find('.filelist-container')\n\t\t\t\tself.$dirTree = self.$filePicker.find('.dirtree')\n\t\t\t\tself.$dirTree.on('click', 'div:not(:last-child)', self, function(event) {\n\t\t\t\t\tself._handleTreeListSelect(event, type)\n\t\t\t\t})\n\t\t\t\tself.$filelist.on('click', 'tr', function(event) {\n\t\t\t\t\tself._handlePickerClick(event, $(this), type)\n\t\t\t\t})\n\t\t\t\tself.$fileListHeader.on('click', 'a', function(event) {\n\t\t\t\t\tvar dir = self.$filePicker.data('path')\n\t\t\t\t\tself.filepicker.sortField = $(event.currentTarget).data('sort')\n\t\t\t\t\tself.filepicker.sortOrder = self.filepicker.sortOrder === 'asc' ? 'desc' : 'asc'\n\t\t\t\t\tself._fillFilePicker(dir)\n\t\t\t\t})\n\t\t\t\tself._fillFilePicker(path)\n\t\t\t})\n\n\t\t\t// build buttons\n\t\t\tvar functionToCall = function(returnType) {\n\t\t\t\tif (callback !== undefined) {\n\t\t\t\t\tvar datapath\n\t\t\t\t\tif (multiselect === true) {\n\t\t\t\t\t\tdatapath = []\n\t\t\t\t\t\tself.$filelist.find('tr.filepicker_element_selected').each(function(index, element) {\n\t\t\t\t\t\t\tdatapath.push(self.$filePicker.data('path') + '/' + $(element).data('entryname'))\n\t\t\t\t\t\t})\n\t\t\t\t\t} else {\n\t\t\t\t\t\tdatapath = self.$filePicker.data('path')\n\t\t\t\t\t\tvar selectedName = self.$filelist.find('tr.filepicker_element_selected').data('entryname')\n\t\t\t\t\t\tif (selectedName) {\n\t\t\t\t\t\t\tdatapath += '/' + selectedName\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t\tcallback(datapath, returnType)\n\t\t\t\t\tself.$filePicker.ocdialog('close')\n\t\t\t\t}\n\t\t\t}\n\n\t\t\tvar chooseCallback = function() {\n\t\t\t\tfunctionToCall(Dialogs.FILEPICKER_TYPE_CHOOSE)\n\t\t\t}\n\n\t\t\tvar copyCallback = function() {\n\t\t\t\tfunctionToCall(Dialogs.FILEPICKER_TYPE_COPY)\n\t\t\t}\n\n\t\t\tvar moveCallback = function() {\n\t\t\t\tfunctionToCall(Dialogs.FILEPICKER_TYPE_MOVE)\n\t\t\t}\n\n\t\t\tvar buttonlist = []\n\t\t\tif (type === Dialogs.FILEPICKER_TYPE_CHOOSE) {\n\t\t\t\tbuttonlist.push({\n\t\t\t\t\ttext: t('core', 'Choose'),\n\t\t\t\t\tclick: chooseCallback,\n\t\t\t\t\tdefaultButton: true\n\t\t\t\t})\n\t\t\t} else if (type === Dialogs.FILEPICKER_TYPE_CUSTOM) {\n\t\t\t\toptions.buttons.forEach(function(button) {\n\t\t\t\t\tbuttonlist.push({\n\t\t\t\t\t\ttext: button.text,\n\t\t\t\t\t\tclick: function() {\n\t\t\t\t\t\t\tfunctionToCall(button.type)\n\t\t\t\t\t\t},\n\t\t\t\t\t\tdefaultButton: button.defaultButton\n\t\t\t\t\t})\n\t\t\t\t})\n\t\t\t} else {\n\t\t\t\tif (type === Dialogs.FILEPICKER_TYPE_COPY || type === Dialogs.FILEPICKER_TYPE_COPY_MOVE) {\n\t\t\t\t\tbuttonlist.push({\n\t\t\t\t\t\ttext: t('core', 'Copy'),\n\t\t\t\t\t\tclick: copyCallback,\n\t\t\t\t\t\tdefaultButton: false\n\t\t\t\t\t})\n\t\t\t\t}\n\t\t\t\tif (type === Dialogs.FILEPICKER_TYPE_MOVE || type === Dialogs.FILEPICKER_TYPE_COPY_MOVE) {\n\t\t\t\t\tbuttonlist.push({\n\t\t\t\t\t\ttext: t('core', 'Move'),\n\t\t\t\t\t\tclick: moveCallback,\n\t\t\t\t\t\tdefaultButton: true\n\t\t\t\t\t})\n\t\t\t\t}\n\t\t\t}\n\n\t\t\tself.$filePicker.ocdialog({\n\t\t\t\tcloseOnEscape: true,\n\t\t\t\t// max-width of 600\n\t\t\t\twidth: 600,\n\t\t\t\theight: 500,\n\t\t\t\tmodal: modal,\n\t\t\t\tbuttons: buttonlist,\n\t\t\t\tstyle: {\n\t\t\t\t\tbuttons: 'aside'\n\t\t\t\t},\n\t\t\t\tclose: function() {\n\t\t\t\t\ttry {\n\t\t\t\t\t\t$(this).ocdialog('destroy').remove()\n\t\t\t\t\t} catch (e) {\n\t\t\t\t\t}\n\t\t\t\t\tself.$filePicker = null\n\t\t\t\t}\n\t\t\t})\n\n\t\t\t// We can access primary class only from oc-dialog.\n\t\t\t// Hence this is one of the approach to get the choose button.\n\t\t\tvar getOcDialog = self.$filePicker.closest('.oc-dialog')\n\t\t\tvar buttonEnableDisable = getOcDialog.find('.primary')\n\t\t\tif (self.$filePicker.data('mimetype').indexOf('httpd/unix-directory') !== -1 || self.$filePicker.data('allowDirectoryChooser')) {\n\t\t\t\tbuttonEnableDisable.prop('disabled', false)\n\t\t\t} else {\n\t\t\t\tbuttonEnableDisable.prop('disabled', true)\n\t\t\t}\n\t\t})\n\t\t\t.fail(function(status, error) {\n\t\t\t\t// If the method is called while navigating away\n\t\t\t\t// from the page, it is probably not needed ;)\n\t\t\t\tself.filepicker.loading = false\n\t\t\t\tif (status !== 0) {\n\t\t\t\t\talert(t('core', 'Error loading file picker template: {error}', { error: error }))\n\t\t\t\t}\n\t\t\t})\n\t},\n\t/**\n\t * Displays raw dialog\n\t * You better use a wrapper instead ...\n\t */\n\tmessage: function(content, title, dialogType, buttons, callback, modal, allowHtml) {\n\t\treturn $.when(this._getMessageTemplate()).then(function($tmpl) {\n\t\t\tvar dialogName = 'oc-dialog-' + Dialogs.dialogsCounter + '-content'\n\t\t\tvar dialogId = '#' + dialogName\n\t\t\tvar $dlg = $tmpl.octemplate({\n\t\t\t\tdialog_name: dialogName,\n\t\t\t\ttitle: title,\n\t\t\t\tmessage: content,\n\t\t\t\ttype: dialogType\n\t\t\t}, allowHtml ? { escapeFunction: '' } : {})\n\t\t\tif (modal === undefined) {\n\t\t\t\tmodal = false\n\t\t\t}\n\t\t\t$('body').append($dlg)\n\t\t\tvar buttonlist = []\n\t\t\tswitch (buttons) {\n\t\t\tcase Dialogs.YES_NO_BUTTONS:\n\t\t\t\tbuttonlist = [{\n\t\t\t\t\ttext: t('core', 'No'),\n\t\t\t\t\tclick: function() {\n\t\t\t\t\t\tif (callback !== undefined) {\n\t\t\t\t\t\t\tcallback(false)\n\t\t\t\t\t\t}\n\t\t\t\t\t\t$(dialogId).ocdialog('close')\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\ttext: t('core', 'Yes'),\n\t\t\t\t\tclick: function() {\n\t\t\t\t\t\tif (callback !== undefined) {\n\t\t\t\t\t\t\tcallback(true)\n\t\t\t\t\t\t}\n\t\t\t\t\t\t$(dialogId).ocdialog('close')\n\t\t\t\t\t},\n\t\t\t\t\tdefaultButton: true\n\t\t\t\t}]\n\t\t\t\tbreak\n\t\t\tcase Dialogs.OK_BUTTON:\n\t\t\t\tvar functionToCall = function() {\n\t\t\t\t\t$(dialogId).ocdialog('close')\n\t\t\t\t\tif (callback !== undefined) {\n\t\t\t\t\t\tcallback()\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\tbuttonlist[0] = {\n\t\t\t\t\ttext: t('core', 'OK'),\n\t\t\t\t\tclick: functionToCall,\n\t\t\t\t\tdefaultButton: true\n\t\t\t\t}\n\t\t\t\tbreak\n\t\t\tdefault:\n\t\t\t\tif (typeof(buttons) === 'object') {\n\t\t\t\t\tswitch (buttons.type) {\n\t\t\t\t\t\tcase Dialogs.YES_NO_BUTTONS:\n\t\t\t\t\t\t\tbuttonlist = [{\n\t\t\t\t\t\t\t\ttext: buttons.cancel || t('core', 'No'),\n\t\t\t\t\t\t\t\tclick: function() {\n\t\t\t\t\t\t\t\t\tif (callback !== undefined) {\n\t\t\t\t\t\t\t\t\t\tcallback(false)\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t$(dialogId).ocdialog('close')\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\ttext: buttons.confirm || t('core', 'Yes'),\n\t\t\t\t\t\t\t\t\tclick: function() {\n\t\t\t\t\t\t\t\t\t\tif (callback !== undefined) {\n\t\t\t\t\t\t\t\t\t\t\tcallback(true)\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t$(dialogId).ocdialog('close')\n\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\tdefaultButton: true,\n\t\t\t\t\t\t\t\t\tclasses: buttons.confirmClasses\n\t\t\t\t\t\t\t\t}]\n\t\t\t\t\t\t\tbreak\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\tbreak\n\t\t\t}\n\n\t\t\t$(dialogId).ocdialog({\n\t\t\t\tcloseOnEscape: true,\n\t\t\t\tmodal: modal,\n\t\t\t\tbuttons: buttonlist\n\t\t\t})\n\t\t\tDialogs.dialogsCounter++\n\t\t})\n\t\t\t.fail(function(status, error) {\n\t\t\t\t// If the method is called while navigating away from\n\t\t\t\t// the page, we still want to deliver the message.\n\t\t\t\tif (status === 0) {\n\t\t\t\t\talert(title + ': ' + content)\n\t\t\t\t} else {\n\t\t\t\t\talert(t('core', 'Error loading message template: {error}', { error: error }))\n\t\t\t\t}\n\t\t\t})\n\t},\n\t_fileexistsshown: false,\n\t/**\n\t * Displays file exists dialog\n\t * @param {object} data upload object\n\t * @param {object} original file with name, size and mtime\n\t * @param {object} replacement file with name, size and mtime\n\t * @param {object} controller with onCancel, onSkip, onReplace and onRename methods\n\t * @returns {Promise} jquery promise that resolves after the dialog template was loaded\n\t */\n\tfileexists: function(data, original, replacement, controller) {\n\t\tvar self = this\n\t\tvar dialogDeferred = new $.Deferred()\n\n\t\tvar getCroppedPreview = function(file) {\n\t\t\tvar deferred = new $.Deferred()\n\t\t\t// Only process image files.\n\t\t\tvar type = file.type && file.type.split('/').shift()\n\t\t\tif (window.FileReader && type === 'image') {\n\t\t\t\tvar reader = new FileReader()\n\t\t\t\treader.onload = function(e) {\n\t\t\t\t\tvar blob = new Blob([e.target.result])\n\t\t\t\t\twindow.URL = window.URL || window.webkitURL\n\t\t\t\t\tvar originalUrl = window.URL.createObjectURL(blob)\n\t\t\t\t\tvar image = new Image()\n\t\t\t\t\timage.src = originalUrl\n\t\t\t\t\timage.onload = function() {\n\t\t\t\t\t\tvar url = crop(image)\n\t\t\t\t\t\tdeferred.resolve(url)\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\treader.readAsArrayBuffer(file)\n\t\t\t} else {\n\t\t\t\tdeferred.reject()\n\t\t\t}\n\t\t\treturn deferred\n\t\t}\n\n\t\tvar crop = function(img) {\n\t\t\tvar canvas = document.createElement('canvas')\n\t\t\tvar targetSize = 96\n\t\t\tvar width = img.width\n\t\t\tvar height = img.height\n\t\t\tvar x; var y; var size\n\n\t\t\t// Calculate the width and height, constraining the proportions\n\t\t\tif (width > height) {\n\t\t\t\ty = 0\n\t\t\t\tx = (width - height) / 2\n\t\t\t} else {\n\t\t\t\ty = (height - width) / 2\n\t\t\t\tx = 0\n\t\t\t}\n\t\t\tsize = Math.min(width, height)\n\n\t\t\t// Set canvas size to the cropped area\n\t\t\tcanvas.width = size\n\t\t\tcanvas.height = size\n\t\t\tvar ctx = canvas.getContext('2d')\n\t\t\tctx.drawImage(img, x, y, size, size, 0, 0, size, size)\n\n\t\t\t// Resize the canvas to match the destination (right size uses 96px)\n\t\t\tresampleHermite(canvas, size, size, targetSize, targetSize)\n\n\t\t\treturn canvas.toDataURL('image/png', 0.7)\n\t\t}\n\n\t\t/**\n\t\t * Fast image resize/resample using Hermite filter with JavaScript.\n\t\t *\n\t\t * @author: ViliusL\n\t\t *\n\t\t * @param {*} canvas\n\t\t * @param {number} W\n\t\t * @param {number} H\n\t\t * @param {number} W2\n\t\t * @param {number} H2\n\t\t */\n\t\tvar resampleHermite = function(canvas, W, H, W2, H2) {\n\t\t\tW2 = Math.round(W2)\n\t\t\tH2 = Math.round(H2)\n\t\t\tvar img = canvas.getContext('2d').getImageData(0, 0, W, H)\n\t\t\tvar img2 = canvas.getContext('2d').getImageData(0, 0, W2, H2)\n\t\t\tvar data = img.data\n\t\t\tvar data2 = img2.data\n\t\t\tvar ratio_w = W / W2\n\t\t\tvar ratio_h = H / H2\n\t\t\tvar ratio_w_half = Math.ceil(ratio_w / 2)\n\t\t\tvar ratio_h_half = Math.ceil(ratio_h / 2)\n\n\t\t\tfor (var j = 0; j < H2; j++) {\n\t\t\t\tfor (var i = 0; i < W2; i++) {\n\t\t\t\t\tvar x2 = (i + j * W2) * 4\n\t\t\t\t\tvar weight = 0\n\t\t\t\t\tvar weights = 0\n\t\t\t\t\tvar weights_alpha = 0\n\t\t\t\t\tvar gx_r = 0\n\t\t\t\t\tvar gx_g = 0\n\t\t\t\t\tvar gx_b = 0\n\t\t\t\t\tvar gx_a = 0\n\t\t\t\t\tvar center_y = (j + 0.5) * ratio_h\n\t\t\t\t\tfor (var yy = Math.floor(j * ratio_h); yy < (j + 1) * ratio_h; yy++) {\n\t\t\t\t\t\tvar dy = Math.abs(center_y - (yy + 0.5)) / ratio_h_half\n\t\t\t\t\t\tvar center_x = (i + 0.5) * ratio_w\n\t\t\t\t\t\tvar w0 = dy * dy // pre-calc part of w\n\t\t\t\t\t\tfor (var xx = Math.floor(i * ratio_w); xx < (i + 1) * ratio_w; xx++) {\n\t\t\t\t\t\t\tvar dx = Math.abs(center_x - (xx + 0.5)) / ratio_w_half\n\t\t\t\t\t\t\tvar w = Math.sqrt(w0 + dx * dx)\n\t\t\t\t\t\t\tif (w >= -1 && w <= 1) {\n\t\t\t\t\t\t\t\t// hermite filter\n\t\t\t\t\t\t\t\tweight = 2 * w * w * w - 3 * w * w + 1\n\t\t\t\t\t\t\t\tif (weight > 0) {\n\t\t\t\t\t\t\t\t\tdx = 4 * (xx + yy * W)\n\t\t\t\t\t\t\t\t\t// alpha\n\t\t\t\t\t\t\t\t\tgx_a += weight * data[dx + 3]\n\t\t\t\t\t\t\t\t\tweights_alpha += weight\n\t\t\t\t\t\t\t\t\t// colors\n\t\t\t\t\t\t\t\t\tif (data[dx + 3] < 255) { weight = weight * data[dx + 3] / 250 }\n\t\t\t\t\t\t\t\t\tgx_r += weight * data[dx]\n\t\t\t\t\t\t\t\t\tgx_g += weight * data[dx + 1]\n\t\t\t\t\t\t\t\t\tgx_b += weight * data[dx + 2]\n\t\t\t\t\t\t\t\t\tweights += weight\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t\tdata2[x2] = gx_r / weights\n\t\t\t\t\tdata2[x2 + 1] = gx_g / weights\n\t\t\t\t\tdata2[x2 + 2] = gx_b / weights\n\t\t\t\t\tdata2[x2 + 3] = gx_a / weights_alpha\n\t\t\t\t}\n\t\t\t}\n\t\t\tcanvas.getContext('2d').clearRect(0, 0, Math.max(W, W2), Math.max(H, H2))\n\t\t\tcanvas.width = W2\n\t\t\tcanvas.height = H2\n\t\t\tcanvas.getContext('2d').putImageData(img2, 0, 0)\n\t\t}\n\n\t\tvar addConflict = function($conflicts, original, replacement) {\n\n\t\t\tvar $conflict = $conflicts.find('.template').clone().removeClass('template').addClass('conflict')\n\t\t\tvar $originalDiv = $conflict.find('.original')\n\t\t\tvar $replacementDiv = $conflict.find('.replacement')\n\n\t\t\t$conflict.data('data', data)\n\n\t\t\t$conflict.find('.filename').text(original.name)\n\t\t\t$originalDiv.find('.size').text(OC.Util.humanFileSize(original.size))\n\t\t\t$originalDiv.find('.mtime').text(formatDate(original.mtime))\n\t\t\t// ie sucks\n\t\t\tif (replacement.size && replacement.lastModifiedDate) {\n\t\t\t\t$replacementDiv.find('.size').text(OC.Util.humanFileSize(replacement.size))\n\t\t\t\t$replacementDiv.find('.mtime').text(formatDate(replacement.lastModifiedDate))\n\t\t\t}\n\t\t\tvar path = original.directory + '/' + original.name\n\t\t\tvar urlSpec = {\n\t\t\t\tfile: path,\n\t\t\t\tx: 96,\n\t\t\t\ty: 96,\n\t\t\t\tc: original.etag,\n\t\t\t\tforceIcon: 0\n\t\t\t}\n\t\t\tvar previewpath = Files.generatePreviewUrl(urlSpec)\n\t\t\t// Escaping single quotes\n\t\t\tpreviewpath = previewpath.replace(/'/g, '%27')\n\t\t\t$originalDiv.find('.icon').css({ 'background-image': \"url('\" + previewpath + \"')\" })\n\t\t\tgetCroppedPreview(replacement).then(\n\t\t\t\tfunction(path) {\n\t\t\t\t\t$replacementDiv.find('.icon').css('background-image', 'url(' + path + ')')\n\t\t\t\t}, function() {\n\t\t\t\t\tpath = OC.MimeType.getIconUrl(replacement.type)\n\t\t\t\t\t$replacementDiv.find('.icon').css('background-image', 'url(' + path + ')')\n\t\t\t\t}\n\t\t\t)\n\t\t\t// connect checkboxes with labels\n\t\t\tvar checkboxId = $conflicts.find('.conflict').length\n\t\t\t$originalDiv.find('input:checkbox').attr('id', 'checkbox_original_' + checkboxId)\n\t\t\t$replacementDiv.find('input:checkbox').attr('id', 'checkbox_replacement_' + checkboxId)\n\n\t\t\t$conflicts.append($conflict)\n\n\t\t\t// set more recent mtime bold\n\t\t\t// ie sucks\n\t\t\tif (replacement.lastModifiedDate && replacement.lastModifiedDate.getTime() > original.mtime) {\n\t\t\t\t$replacementDiv.find('.mtime').css('font-weight', 'bold')\n\t\t\t} else if (replacement.lastModifiedDate && replacement.lastModifiedDate.getTime() < original.mtime) {\n\t\t\t\t$originalDiv.find('.mtime').css('font-weight', 'bold')\n\t\t\t} else {\n\t\t\t\t// TODO add to same mtime collection?\n\t\t\t}\n\n\t\t\t// set bigger size bold\n\t\t\tif (replacement.size && replacement.size > original.size) {\n\t\t\t\t$replacementDiv.find('.size').css('font-weight', 'bold')\n\t\t\t} else if (replacement.size && replacement.size < original.size) {\n\t\t\t\t$originalDiv.find('.size').css('font-weight', 'bold')\n\t\t\t} else {\n\t\t\t\t// TODO add to same size collection?\n\t\t\t}\n\n\t\t\t// TODO show skip action for files with same size and mtime in bottom row\n\n\t\t\t// always keep readonly files\n\n\t\t\tif (original.status === 'readonly') {\n\t\t\t\t$originalDiv\n\t\t\t\t\t.addClass('readonly')\n\t\t\t\t\t.find('input[type=\"checkbox\"]')\n\t\t\t\t\t.prop('checked', true)\n\t\t\t\t\t.prop('disabled', true)\n\t\t\t\t$originalDiv.find('.message')\n\t\t\t\t\t.text(t('core', 'read-only'))\n\t\t\t}\n\t\t}\n\t\t// var selection = controller.getSelection(data.originalFiles);\n\t\t// if (selection.defaultAction) {\n\t\t//\tcontroller[selection.defaultAction](data);\n\t\t// } else {\n\t\tvar dialogName = 'oc-dialog-fileexists-content'\n\t\tvar dialogId = '#' + dialogName\n\t\tif (this._fileexistsshown) {\n\t\t\t// add conflict\n\n\t\t\tvar $conflicts = $(dialogId + ' .conflicts')\n\t\t\taddConflict($conflicts, original, replacement)\n\n\t\t\tvar count = $(dialogId + ' .conflict').length\n\t\t\tvar title = n('core',\n\t\t\t\t'{count} file conflict',\n\t\t\t\t'{count} file conflicts',\n\t\t\t\tcount,\n\t\t\t\t{ count: count }\n\t\t\t)\n\t\t\t$(dialogId).parent().children('.oc-dialog-title').text(title)\n\n\t\t\t// recalculate dimensions\n\t\t\t$(window).trigger('resize')\n\t\t\tdialogDeferred.resolve()\n\t\t} else {\n\t\t\t// create dialog\n\t\t\tthis._fileexistsshown = true\n\t\t\t$.when(this._getFileExistsTemplate()).then(function($tmpl) {\n\t\t\t\tvar title = t('core', 'One file conflict')\n\t\t\t\tvar $dlg = $tmpl.octemplate({\n\t\t\t\t\tdialog_name: dialogName,\n\t\t\t\t\ttitle: title,\n\t\t\t\t\ttype: 'fileexists',\n\n\t\t\t\t\tallnewfiles: t('core', 'New Files'),\n\t\t\t\t\tallexistingfiles: t('core', 'Already existing files'),\n\n\t\t\t\t\twhy: t('core', 'Which files do you want to keep?'),\n\t\t\t\t\twhat: t('core', 'If you select both versions, the copied file will have a number added to its name.')\n\t\t\t\t})\n\t\t\t\t$('body').append($dlg)\n\n\t\t\t\tif (original && replacement) {\n\t\t\t\t\tvar $conflicts = $dlg.find('.conflicts')\n\t\t\t\t\taddConflict($conflicts, original, replacement)\n\t\t\t\t}\n\n\t\t\t\tvar buttonlist = [{\n\t\t\t\t\ttext: t('core', 'Cancel'),\n\t\t\t\t\tclasses: 'cancel',\n\t\t\t\t\tclick: function() {\n\t\t\t\t\t\tif (typeof controller.onCancel !== 'undefined') {\n\t\t\t\t\t\t\tcontroller.onCancel(data)\n\t\t\t\t\t\t}\n\t\t\t\t\t\t$(dialogId).ocdialog('close')\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\ttext: t('core', 'Continue'),\n\t\t\t\t\tclasses: 'continue',\n\t\t\t\t\tclick: function() {\n\t\t\t\t\t\tif (typeof controller.onContinue !== 'undefined') {\n\t\t\t\t\t\t\tcontroller.onContinue($(dialogId + ' .conflict'))\n\t\t\t\t\t\t}\n\t\t\t\t\t\t$(dialogId).ocdialog('close')\n\t\t\t\t\t}\n\t\t\t\t}]\n\n\t\t\t\t$(dialogId).ocdialog({\n\t\t\t\t\twidth: 500,\n\t\t\t\t\tcloseOnEscape: true,\n\t\t\t\t\tmodal: true,\n\t\t\t\t\tbuttons: buttonlist,\n\t\t\t\t\tcloseButton: null,\n\t\t\t\t\tclose: function() {\n\t\t\t\t\t\tself._fileexistsshown = false\n\t\t\t\t\t\t$(this).ocdialog('destroy').remove()\n\t\t\t\t\t}\n\t\t\t\t})\n\n\t\t\t\t$(dialogId).css('height', 'auto')\n\n\t\t\t\tvar $primaryButton = $dlg.closest('.oc-dialog').find('button.continue')\n\t\t\t\t$primaryButton.prop('disabled', true)\n\n\t\t\t\tfunction updatePrimaryButton() {\n\t\t\t\t\tvar checkedCount = $dlg.find('.conflicts .checkbox:checked').length\n\t\t\t\t\t$primaryButton.prop('disabled', checkedCount === 0)\n\t\t\t\t}\n\n\t\t\t\t// add checkbox toggling actions\n\t\t\t\t$(dialogId).find('.allnewfiles').on('click', function() {\n\t\t\t\t\tvar $checkboxes = $(dialogId).find('.conflict .replacement input[type=\"checkbox\"]')\n\t\t\t\t\t$checkboxes.prop('checked', $(this).prop('checked'))\n\t\t\t\t})\n\t\t\t\t$(dialogId).find('.allexistingfiles').on('click', function() {\n\t\t\t\t\tvar $checkboxes = $(dialogId).find('.conflict .original:not(.readonly) input[type=\"checkbox\"]')\n\t\t\t\t\t$checkboxes.prop('checked', $(this).prop('checked'))\n\t\t\t\t})\n\t\t\t\t$(dialogId).find('.conflicts').on('click', '.replacement,.original:not(.readonly)', function() {\n\t\t\t\t\tvar $checkbox = $(this).find('input[type=\"checkbox\"]')\n\t\t\t\t\t$checkbox.prop('checked', !$checkbox.prop('checked'))\n\t\t\t\t})\n\t\t\t\t$(dialogId).find('.conflicts').on('click', '.replacement input[type=\"checkbox\"],.original:not(.readonly) input[type=\"checkbox\"]', function() {\n\t\t\t\t\tvar $checkbox = $(this)\n\t\t\t\t\t$checkbox.prop('checked', !$checkbox.prop('checked'))\n\t\t\t\t})\n\n\t\t\t\t// update counters\n\t\t\t\t$(dialogId).on('click', '.replacement,.allnewfiles', function() {\n\t\t\t\t\tvar count = $(dialogId).find('.conflict .replacement input[type=\"checkbox\"]:checked').length\n\t\t\t\t\tif (count === $(dialogId + ' .conflict').length) {\n\t\t\t\t\t\t$(dialogId).find('.allnewfiles').prop('checked', true)\n\t\t\t\t\t\t$(dialogId).find('.allnewfiles + .count').text(t('core', '(all selected)'))\n\t\t\t\t\t} else if (count > 0) {\n\t\t\t\t\t\t$(dialogId).find('.allnewfiles').prop('checked', false)\n\t\t\t\t\t\t$(dialogId).find('.allnewfiles + .count').text(t('core', '({count} selected)', { count: count }))\n\t\t\t\t\t} else {\n\t\t\t\t\t\t$(dialogId).find('.allnewfiles').prop('checked', false)\n\t\t\t\t\t\t$(dialogId).find('.allnewfiles + .count').text('')\n\t\t\t\t\t}\n\t\t\t\t\tupdatePrimaryButton()\n\t\t\t\t})\n\t\t\t\t$(dialogId).on('click', '.original,.allexistingfiles', function() {\n\t\t\t\t\tvar count = $(dialogId).find('.conflict .original input[type=\"checkbox\"]:checked').length\n\t\t\t\t\tif (count === $(dialogId + ' .conflict').length) {\n\t\t\t\t\t\t$(dialogId).find('.allexistingfiles').prop('checked', true)\n\t\t\t\t\t\t$(dialogId).find('.allexistingfiles + .count').text(t('core', '(all selected)'))\n\t\t\t\t\t} else if (count > 0) {\n\t\t\t\t\t\t$(dialogId).find('.allexistingfiles').prop('checked', false)\n\t\t\t\t\t\t$(dialogId).find('.allexistingfiles + .count')\n\t\t\t\t\t\t\t.text(t('core', '({count} selected)', { count: count }))\n\t\t\t\t\t} else {\n\t\t\t\t\t\t$(dialogId).find('.allexistingfiles').prop('checked', false)\n\t\t\t\t\t\t$(dialogId).find('.allexistingfiles + .count').text('')\n\t\t\t\t\t}\n\t\t\t\t\tupdatePrimaryButton()\n\t\t\t\t})\n\n\t\t\t\tdialogDeferred.resolve()\n\t\t\t})\n\t\t\t\t.fail(function() {\n\t\t\t\t\tdialogDeferred.reject()\n\t\t\t\t\talert(t('core', 'Error loading file exists template'))\n\t\t\t\t})\n\t\t}\n\t\t// }\n\t\treturn dialogDeferred.promise()\n\t},\n\t// get the gridview setting and set the input accordingly\n\t_getGridSettings: function() {\n\t\tvar self = this\n\t\t$.get(OC.generateUrl('/apps/files/api/v1/showgridview'), function(response) {\n\t\t\tself.$showGridView.get(0).checked = response.gridview\n\t\t\tself.$showGridView.next('#picker-view-toggle')\n\t\t\t\t.removeClass('icon-toggle-filelist icon-toggle-pictures')\n\t\t\t\t.addClass(response.gridview ? 'icon-toggle-filelist' : 'icon-toggle-pictures')\n\t\t\t$('.list-container').toggleClass('view-grid', response.gridview)\n\t\t})\n\t},\n\t_onGridviewChange: function() {\n\t\tvar show = this.$showGridView.is(':checked')\n\t\t// only save state if user is logged in\n\t\tif (OC.currentUser) {\n\t\t\t$.post(OC.generateUrl('/apps/files/api/v1/showgridview'), {\n\t\t\t\tshow: show\n\t\t\t})\n\t\t}\n\t\tthis.$showGridView.next('#picker-view-toggle')\n\t\t\t.removeClass('icon-toggle-filelist icon-toggle-pictures')\n\t\t\t.addClass(show ? 'icon-toggle-filelist' : 'icon-toggle-pictures')\n\t\t$('.list-container').toggleClass('view-grid', show)\n\t},\n\t_getFilePickerTemplate: function() {\n\t\tvar defer = $.Deferred()\n\t\tif (!this.$filePickerTemplate) {\n\t\t\tvar self = this\n\t\t\t$.get(OC.filePath('core', 'templates', 'filepicker.html'), function(tmpl) {\n\t\t\t\tself.$filePickerTemplate = $(tmpl)\n\t\t\t\tself.$listTmpl = self.$filePickerTemplate.find('.filelist tbody tr:first-child').detach()\n\t\t\t\tdefer.resolve(self.$filePickerTemplate)\n\t\t\t})\n\t\t\t\t.fail(function(jqXHR, textStatus, errorThrown) {\n\t\t\t\t\tdefer.reject(jqXHR.status, errorThrown)\n\t\t\t\t})\n\t\t} else {\n\t\t\tdefer.resolve(this.$filePickerTemplate)\n\t\t}\n\t\treturn defer.promise()\n\t},\n\t_getMessageTemplate: function() {\n\t\tvar defer = $.Deferred()\n\t\tif (!this.$messageTemplate) {\n\t\t\tvar self = this\n\t\t\t$.get(OC.filePath('core', 'templates', 'message.html'), function(tmpl) {\n\t\t\t\tself.$messageTemplate = $(tmpl)\n\t\t\t\tdefer.resolve(self.$messageTemplate)\n\t\t\t})\n\t\t\t\t.fail(function(jqXHR, textStatus, errorThrown) {\n\t\t\t\t\tdefer.reject(jqXHR.status, errorThrown)\n\t\t\t\t})\n\t\t} else {\n\t\t\tdefer.resolve(this.$messageTemplate)\n\t\t}\n\t\treturn defer.promise()\n\t},\n\t_getFileExistsTemplate: function() {\n\t\tvar defer = $.Deferred()\n\t\tif (!this.$fileexistsTemplate) {\n\t\t\tvar self = this\n\t\t\t$.get(OC.filePath('files', 'templates', 'fileexists.html'), function(tmpl) {\n\t\t\t\tself.$fileexistsTemplate = $(tmpl)\n\t\t\t\tdefer.resolve(self.$fileexistsTemplate)\n\t\t\t})\n\t\t\t\t.fail(function() {\n\t\t\t\t\tdefer.reject()\n\t\t\t\t})\n\t\t} else {\n\t\t\tdefer.resolve(this.$fileexistsTemplate)\n\t\t}\n\t\treturn defer.promise()\n\t},\n\t_getFileList: function(dir, mimeType) { // this is only used by the spreedme app atm\n\t\tif (typeof (mimeType) === 'string') {\n\t\t\tmimeType = [mimeType]\n\t\t}\n\n\t\treturn $.getJSON(\n\t\t\tOC.filePath('files', 'ajax', 'list.php'),\n\t\t\t{\n\t\t\t\tdir: dir,\n\t\t\t\tmimetypes: JSON.stringify(mimeType)\n\t\t\t}\n\t\t)\n\t},\n\n\t/**\n\t * fills the filepicker with files\n\t */\n\t_fillFilePicker: function(dir) {\n\t\tvar self = this\n\t\tthis.$filelist.empty()\n\t\tthis.$filePicker.find('.emptycontent').hide()\n\t\tthis.$filelistContainer.addClass('icon-loading')\n\t\tthis.$filePicker.data('path', dir)\n\t\tvar filter = this.$filePicker.data('mimetype')\n\t\tif (typeof (filter) === 'string') {\n\t\t\tfilter = [filter]\n\t\t}\n\t\tself.$fileListHeader.find('.sort-indicator').addClass('hidden').removeClass('icon-triangle-n').removeClass('icon-triangle-s')\n\t\tself.$fileListHeader.find('[data-sort=' + self.filepicker.sortField + '] .sort-indicator').removeClass('hidden')\n\t\tif (self.filepicker.sortOrder === 'asc') {\n\t\t\tself.$fileListHeader.find('[data-sort=' + self.filepicker.sortField + '] .sort-indicator').addClass('icon-triangle-n')\n\t\t} else {\n\t\t\tself.$fileListHeader.find('[data-sort=' + self.filepicker.sortField + '] .sort-indicator').addClass('icon-triangle-s')\n\t\t}\n\t\tself.filepicker.filesClient.getFolderContents(dir).then(function(status, files) {\n\t\t\tself.filelist = files\n\t\t\tif (filter && filter.length > 0 && filter.indexOf('*') === -1) {\n\t\t\t\tfiles = files.filter(function(file) {\n\t\t\t\t\treturn file.type === 'dir' || filter.indexOf(file.mimetype) !== -1\n\t\t\t\t})\n\t\t\t}\n\n\t\t\tvar Comparators = {\n\t\t\t\tname: function(fileInfo1, fileInfo2) {\n\t\t\t\t\tif (fileInfo1.type === 'dir' && fileInfo2.type !== 'dir') {\n\t\t\t\t\t\treturn -1\n\t\t\t\t\t}\n\t\t\t\t\tif (fileInfo1.type !== 'dir' && fileInfo2.type === 'dir') {\n\t\t\t\t\t\treturn 1\n\t\t\t\t\t}\n\t\t\t\t\treturn OC.Util.naturalSortCompare(fileInfo1.name, fileInfo2.name)\n\t\t\t\t},\n\t\t\t\tsize: function(fileInfo1, fileInfo2) {\n\t\t\t\t\treturn fileInfo1.size - fileInfo2.size\n\t\t\t\t},\n\t\t\t\tmtime: function(fileInfo1, fileInfo2) {\n\t\t\t\t\treturn fileInfo1.mtime - fileInfo2.mtime\n\t\t\t\t}\n\t\t\t}\n\t\t\tvar comparator = Comparators[self.filepicker.sortField] || Comparators.name\n\t\t\tfiles = files.sort(function(file1, file2) {\n\t\t\t\tvar isFavorite = function(fileInfo) {\n\t\t\t\t\treturn fileInfo.tags && fileInfo.tags.indexOf(OC.TAG_FAVORITE) >= 0\n\t\t\t\t}\n\n\t\t\t\tif (isFavorite(file1) && !isFavorite(file2)) {\n\t\t\t\t\treturn -1\n\t\t\t\t} else if (!isFavorite(file1) && isFavorite(file2)) {\n\t\t\t\t\treturn 1\n\t\t\t\t}\n\n\t\t\t\treturn self.filepicker.sortOrder === 'asc' ? comparator(file1, file2) : -comparator(file1, file2)\n\t\t\t})\n\n\t\t\tself._fillSlug()\n\n\t\t\tif (files.length === 0) {\n\t\t\t\tself.$filePicker.find('.emptycontent').show()\n\t\t\t\tself.$fileListHeader.hide()\n\t\t\t} else {\n\t\t\t\tself.$filePicker.find('.emptycontent').hide()\n\t\t\t\tself.$fileListHeader.show()\n\t\t\t}\n\n\t\t\t$.each(files, function(idx, entry) {\n\t\t\t\tentry.icon = OC.MimeType.getIconUrl(entry.mimetype)\n\t\t\t\tvar simpleSize, sizeColor\n\t\t\t\tif (typeof (entry.size) !== 'undefined' && entry.size >= 0) {\n\t\t\t\t\tsimpleSize = OC.Util.humanFileSize(parseInt(entry.size, 10), true)\n\t\t\t\t\tsizeColor = Math.round(160 - Math.pow((entry.size / (1024 * 1024)), 2))\n\t\t\t\t} else {\n\t\t\t\t\tsimpleSize = t('files', 'Pending')\n\t\t\t\t\tsizeColor = 80\n\t\t\t\t}\n\n\t\t\t\t// split the filename in half if the size is bigger than 20 char\n\t\t\t\t// for ellipsis\n\t\t\t\tif (entry.name.length >= 10) {\n\t\t\t\t\t// leave maximum 10 letters\n\t\t\t\t\tvar split = Math.min(Math.floor(entry.name.length / 2), 10)\n\t\t\t\t\tvar filename1 = entry.name.substr(0, entry.name.length - split)\n\t\t\t\t\tvar filename2 = entry.name.substr(entry.name.length - split)\n\t\t\t\t} else {\n\t\t\t\t\tvar filename1 = entry.name\n\t\t\t\t\tvar filename2 = ''\n\t\t\t\t}\n\n\t\t\t\tvar $row = self.$listTmpl.octemplate({\n\t\t\t\t\ttype: entry.type,\n\t\t\t\t\tdir: dir,\n\t\t\t\t\tfilename: entry.name,\n\t\t\t\t\tfilename1: filename1,\n\t\t\t\t\tfilename2: filename2,\n\t\t\t\t\tdate: OC.Util.relativeModifiedDate(entry.mtime),\n\t\t\t\t\tsize: simpleSize,\n\t\t\t\t\tsizeColor: sizeColor,\n\t\t\t\t\ticon: entry.icon\n\t\t\t\t})\n\t\t\t\tif (entry.type === 'file') {\n\t\t\t\t\tvar urlSpec = {\n\t\t\t\t\t\tfile: dir + '/' + entry.name,\n\t\t\t\t\t\tx: 100,\n\t\t\t\t\t\ty: 100\n\t\t\t\t\t}\n\t\t\t\t\tvar img = new Image()\n\t\t\t\t\tvar previewUrl = OC.generateUrl('/core/preview.png?') + $.param(urlSpec)\n\t\t\t\t\timg.onload = function() {\n\t\t\t\t\t\tif (img.width > 5) {\n\t\t\t\t\t\t\t$row.find('td.filename').attr('style', 'background-image:url(' + previewUrl + ')')\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t\timg.src = previewUrl\n\t\t\t\t}\n\t\t\t\tself.$filelist.append($row)\n\t\t\t})\n\n\t\t\tself.$filelistContainer.removeClass('icon-loading')\n\t\t})\n\t},\n\t/**\n\t * fills the tree list with directories\n\t */\n\t_fillSlug: function() {\n\t\tthis.$dirTree.empty()\n\t\tvar self = this\n\t\tvar dir\n\t\tvar path = this.$filePicker.data('path')\n\t\tvar $template = $('<div data-dir=\"{dir}\"><a>{name}</a></div>').addClass('crumb')\n\t\tif (path) {\n\t\t\tvar paths = path.split('/')\n\t\t\t$.each(paths, function(index, dir) {\n\t\t\t\tdir = paths.pop()\n\t\t\t\tif (dir === '') {\n\t\t\t\t\treturn false\n\t\t\t\t}\n\t\t\t\tself.$dirTree.prepend($template.octemplate({\n\t\t\t\t\tdir: paths.join('/') + '/' + dir,\n\t\t\t\t\tname: dir\n\t\t\t\t}))\n\t\t\t})\n\t\t}\n\t\t$template.octemplate({\n\t\t\tdir: '',\n\t\t\tname: '' // Ugly but works ;)\n\t\t}, { escapeFunction: null }).prependTo(this.$dirTree)\n\t},\n\t/**\n\t * handle selection made in the tree list\n\t */\n\t_handleTreeListSelect: function(event, type) {\n\t\tvar self = event.data\n\t\tvar dir = $(event.target).closest('.crumb').data('dir')\n\t\tself._fillFilePicker(dir)\n\t\tvar getOcDialog = (event.target).closest('.oc-dialog')\n\t\tvar buttonEnableDisable = $('.primary', getOcDialog)\n\t\tthis._changeButtonsText(type, dir.split(/[/]+/).pop())\n\t\tif (this.$filePicker.data('mimetype').indexOf('httpd/unix-directory') !== -1 || this.$filePicker.data('allowDirectoryChooser')) {\n\t\t\tbuttonEnableDisable.prop('disabled', false)\n\t\t} else {\n\t\t\tbuttonEnableDisable.prop('disabled', true)\n\t\t}\n\t},\n\t/**\n\t * handle clicks made in the filepicker\n\t */\n\t_handlePickerClick: function(event, $element, type) {\n\t\tvar getOcDialog = this.$filePicker.closest('.oc-dialog')\n\t\tvar buttonEnableDisable = getOcDialog.find('.primary')\n\t\tif ($element.data('type') === 'file') {\n\t\t\tif (this.$filePicker.data('multiselect') !== true || !event.ctrlKey) {\n\t\t\t\tthis.$filelist.find('.filepicker_element_selected').removeClass('filepicker_element_selected')\n\t\t\t}\n\t\t\t$element.toggleClass('filepicker_element_selected')\n\t\t\tbuttonEnableDisable.prop('disabled', false)\n\t\t} else if ($element.data('type') === 'dir') {\n\t\t\tthis._fillFilePicker(this.$filePicker.data('path') + '/' + $element.data('entryname'))\n\t\t\tthis._changeButtonsText(type, $element.data('entryname'))\n\t\t\tif (this.$filePicker.data('mimetype').indexOf('httpd/unix-directory') !== -1 || this.$filePicker.data('allowDirectoryChooser')) {\n\t\t\t\tbuttonEnableDisable.prop('disabled', false)\n\t\t\t} else {\n\t\t\t\tbuttonEnableDisable.prop('disabled', true)\n\t\t\t}\n\t\t}\n\t},\n\n\t/**\n\t * Handle\n\t * @param type of action\n\t * @param dir on which to change buttons text\n\t * @private\n\t */\n\t_changeButtonsText: function(type, dir) {\n\t\tvar copyText = dir === '' ? t('core', 'Copy') : t('core', 'Copy to {folder}', { folder: dir })\n\t\tvar moveText = dir === '' ? t('core', 'Move') : t('core', 'Move to {folder}', { folder: dir })\n\t\tvar buttons = $('.oc-dialog-buttonrow button')\n\t\tswitch (type) {\n\t\t\tcase this.FILEPICKER_TYPE_CHOOSE:\n\t\t\t\tbreak\n\t\t\tcase this.FILEPICKER_TYPE_CUSTOM:\n\t\t\t\tbreak\n\t\t\tcase this.FILEPICKER_TYPE_COPY:\n\t\t\t\tbuttons.text(copyText)\n\t\t\t\tbreak\n\t\t\tcase this.FILEPICKER_TYPE_MOVE:\n\t\t\t\tbuttons.text(moveText)\n\t\t\t\tbreak\n\t\t\tcase this.FILEPICKER_TYPE_COPY_MOVE:\n\t\t\t\tbuttons.eq(0).text(copyText)\n\t\t\t\tbuttons.eq(1).text(moveText)\n\t\t\t\tbreak\n\t\t}\n\t}\n}\n\nexport default Dialogs\n","/* eslint-disable */\n/**\n * ownCloud\n *\n * @author Robin Appelman\n * @copyright 2012 Robin Appelman icewind1991@gmail.com\n *\n * This library is free software; you can redistribute it and/or\n * modify it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE\n * License as published by the Free Software Foundation; either\n * version 3 of the License, or any later version.\n *\n * This library is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU AFFERO GENERAL PUBLIC LICENSE for more details.\n *\n * You should have received a copy of the GNU Affero General Public\n * License along with this library. If not, see <http://www.gnu.org/licenses/>.\n *\n */\n\n/**\n * Wrapper for server side events\n * (http://en.wikipedia.org/wiki/Server-sent_events)\n * includes a fallback for older browsers and IE\n *\n * use server side events with caution, too many open requests can hang the\n * server\n */\n\n/* global EventSource */\n\nimport $ from 'jquery'\n\nimport { getToken } from './requesttoken'\n\n/**\n * Create a new event source\n * @param {string} src\n * @param {object} [data] to be send as GET\n *\n * @constructs OCEventSource\n */\nconst OCEventSource = function(src, data) {\n\tvar dataStr = ''\n\tvar name\n\tvar joinChar\n\tthis.typelessListeners = []\n\tthis.closed = false\n\tthis.listeners = {}\n\tif (data) {\n\t\tfor (name in data) {\n\t\t\tdataStr += name + '=' + encodeURIComponent(data[name]) + '&'\n\t\t}\n\t}\n\tdataStr += 'requesttoken=' + encodeURIComponent(getToken())\n\tif (!this.useFallBack && typeof EventSource !== 'undefined') {\n\t\tjoinChar = '&'\n\t\tif (src.indexOf('?') === -1) {\n\t\t\tjoinChar = '?'\n\t\t}\n\t\tthis.source = new EventSource(src + joinChar + dataStr)\n\t\tthis.source.onmessage = function(e) {\n\t\t\tfor (var i = 0; i < this.typelessListeners.length; i++) {\n\t\t\t\tthis.typelessListeners[i](JSON.parse(e.data))\n\t\t\t}\n\t\t}.bind(this)\n\t} else {\n\t\tvar iframeId = 'oc_eventsource_iframe_' + OCEventSource.iframeCount\n\t\tOCEventSource.fallBackSources[OCEventSource.iframeCount] = this\n\t\tthis.iframe = $('<iframe/>')\n\t\tthis.iframe.attr('id', iframeId)\n\t\tthis.iframe.hide()\n\n\t\tjoinChar = '&'\n\t\tif (src.indexOf('?') === -1) {\n\t\t\tjoinChar = '?'\n\t\t}\n\t\tthis.iframe.attr('src', src + joinChar + 'fallback=true&fallback_id=' + OCEventSource.iframeCount + '&' + dataStr)\n\t\t$('body').append(this.iframe)\n\t\tthis.useFallBack = true\n\t\tOCEventSource.iframeCount++\n\t}\n\t// add close listener\n\tthis.listen('__internal__', function(data) {\n\t\tif (data === 'close') {\n\t\t\tthis.close()\n\t\t}\n\t}.bind(this))\n}\nOCEventSource.fallBackSources = []\nOCEventSource.iframeCount = 0// number of fallback iframes\nOCEventSource.fallBackCallBack = function(id, type, data) {\n\tOCEventSource.fallBackSources[id].fallBackCallBack(type, data)\n}\nOCEventSource.prototype = {\n\ttypelessListeners: [],\n\tiframe: null,\n\tlisteners: {}, // only for fallback\n\tuseFallBack: false,\n\t/**\n\t * Fallback callback for browsers that don't have the\n\t * native EventSource object.\n\t *\n\t * Calls the registered listeners.\n\t *\n\t * @private\n\t * @param {String} type event type\n\t * @param {Object} data received data\n\t */\n\tfallBackCallBack: function(type, data) {\n\t\tvar i\n\t\t// ignore messages that might appear after closing\n\t\tif (this.closed) {\n\t\t\treturn\n\t\t}\n\t\tif (type) {\n\t\t\tif (typeof this.listeners.done !== 'undefined') {\n\t\t\t\tfor (i = 0; i < this.listeners[type].length; i++) {\n\t\t\t\t\tthis.listeners[type][i](data)\n\t\t\t\t}\n\t\t\t}\n\t\t} else {\n\t\t\tfor (i = 0; i < this.typelessListeners.length; i++) {\n\t\t\t\tthis.typelessListeners[i](data)\n\t\t\t}\n\t\t}\n\t},\n\tlastLength: 0, // for fallback\n\t/**\n\t * Listen to a given type of events.\n\t *\n\t * @param {String} type event type\n\t * @param {Function} callback event callback\n\t */\n\tlisten: function(type, callback) {\n\t\tif (callback && callback.call) {\n\n\t\t\tif (type) {\n\t\t\t\tif (this.useFallBack) {\n\t\t\t\t\tif (!this.listeners[type]) {\n\t\t\t\t\t\tthis.listeners[type] = []\n\t\t\t\t\t}\n\t\t\t\t\tthis.listeners[type].push(callback)\n\t\t\t\t} else {\n\t\t\t\t\tthis.source.addEventListener(type, function(e) {\n\t\t\t\t\t\tif (typeof e.data !== 'undefined') {\n\t\t\t\t\t\t\tcallback(JSON.parse(e.data))\n\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\tcallback('')\n\t\t\t\t\t\t}\n\t\t\t\t\t}, false)\n\t\t\t\t}\n\t\t\t} else {\n\t\t\t\tthis.typelessListeners.push(callback)\n\t\t\t}\n\t\t}\n\t},\n\t/**\n\t * Closes this event source.\n\t */\n\tclose: function() {\n\t\tthis.closed = true\n\t\tif (typeof this.source !== 'undefined') {\n\t\t\tthis.source.close()\n\t\t}\n\t}\n}\n\nexport default OCEventSource\n","/*\n * @copyright 2019 Christoph Wurst <christoph@winzerhof-wurst.at>\n *\n * @author 2019 Christoph Wurst <christoph@winzerhof-wurst.at>\n *\n * @license GNU AGPL version 3 or any later version\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see <http://www.gnu.org/licenses/>.\n */\n\nconst capabilities = window._oc_capabilities || {}\n\n/**\n * Returns the capabilities\n *\n * @returns {Array} capabilities\n *\n * @since 14.0\n */\nexport const getCapabilities = () => capabilities\n","/**\n * @copyright 2019 Christoph Wurst <christoph@winzerhof-wurst.at>\n *\n * @author 2019 Christoph Wurst <christoph@winzerhof-wurst.at>\n *\n * @license GNU AGPL version 3 or any later version\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see <http://www.gnu.org/licenses/>.\n */\n\nimport _ from 'underscore'\nimport $ from 'jquery'\n\nimport { menuSpeed } from './constants'\n\nexport let currentMenu = null\nexport let currentMenuToggle = null\n\n/**\n * For menu toggling\n *\n * @param {jQuery} $toggle the toggle element\n * @param {jQuery} $menuEl the menu container element\n * @param {function|undefined} toggle callback invoked everytime the menu is opened\n * @param {boolean} headerMenu is this a top right header menu?\n * @returns {undefined}\n */\nexport const registerMenu = function($toggle, $menuEl, toggle, headerMenu) {\n\t$menuEl.addClass('menu')\n\tconst isClickableElement = $toggle.prop('tagName') === 'A' || $toggle.prop('tagName') === 'BUTTON'\n\n\t// On link and button, the enter key trigger a click event\n\t// Only use the click to avoid two fired events\n\t$toggle.on(isClickableElement ? 'click.menu' : 'click.menu keyup.menu', function(event) {\n\t\t// prevent the link event (append anchor to URL)\n\t\tevent.preventDefault()\n\n\t\t// allow enter key as a trigger\n\t\tif (event.key && event.key !== 'Enter') {\n\t\t\treturn\n\t\t}\n\n\t\tif ($menuEl.is(currentMenu)) {\n\t\t\thideMenus()\n\t\t\treturn\n\t\t} else if (currentMenu) {\n\t\t\t// another menu was open?\n\t\t\t// close it\n\t\t\thideMenus()\n\t\t}\n\n\t\tif (headerMenu === true) {\n\t\t\t$menuEl.parent().addClass('openedMenu')\n\t\t}\n\n\t\t// Set menu to expanded\n\t\t$toggle.attr('aria-expanded', true)\n\n\t\t$menuEl.slideToggle(menuSpeed, toggle)\n\t\tcurrentMenu = $menuEl\n\t\tcurrentMenuToggle = $toggle\n\t})\n}\n\n/**\n * Unregister a previously registered menu\n *\n * @param {jQuery} $toggle the toggle element\n * @param {jQuery} $menuEl the menu container element\n */\nexport const unregisterMenu = ($toggle, $menuEl) => {\n\t// close menu if opened\n\tif ($menuEl.is(currentMenu)) {\n\t\thideMenus()\n\t}\n\t$toggle.off('click.menu').removeClass('menutoggle')\n\t$menuEl.removeClass('menu')\n}\n\n/**\n * Hides any open menus\n *\n * @param {Function} complete callback when the hiding animation is done\n */\nexport const hideMenus = function(complete) {\n\tif (currentMenu) {\n\t\tconst lastMenu = currentMenu\n\t\tcurrentMenu.trigger(new $.Event('beforeHide'))\n\t\tcurrentMenu.slideUp(menuSpeed, function() {\n\t\t\tlastMenu.trigger(new $.Event('afterHide'))\n\t\t\tif (complete) {\n\t\t\t\tcomplete.apply(this, arguments)\n\t\t\t}\n\t\t})\n\t}\n\n\t// Set menu to closed\n\t$('.menutoggle').attr('aria-expanded', false)\n\n\t$('.openedMenu').removeClass('openedMenu')\n\tcurrentMenu = null\n\tcurrentMenuToggle = null\n}\n\n/**\n * Shows a given element as menu\n *\n * @param {Object} [$toggle=null] menu toggle\n * @param {Object} $menuEl menu element\n * @param {Function} complete callback when the showing animation is done\n */\nexport const showMenu = ($toggle, $menuEl, complete) => {\n\tif ($menuEl.is(currentMenu)) {\n\t\treturn\n\t}\n\thideMenus()\n\tcurrentMenu = $menuEl\n\tcurrentMenuToggle = $toggle\n\t$menuEl.trigger(new $.Event('beforeShow'))\n\t$menuEl.show()\n\t$menuEl.trigger(new $.Event('afterShow'))\n\t// no animation\n\tif (_.isFunction(complete)) {\n\t\tcomplete()\n\t}\n}\n","/*\n * @copyright 2019 Christoph Wurst <christoph@winzerhof-wurst.at>\n *\n * @author 2019 Christoph Wurst <christoph@winzerhof-wurst.at>\n *\n * @license GNU AGPL version 3 or any later version\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see <http://www.gnu.org/licenses/>.\n */\n\nconst isAdmin = !!window._oc_isadmin\n\n/**\n * Returns whether the current user is an administrator\n *\n * @returns {bool} true if the user is an admin, false otherwise\n * @since 9.0.0\n */\nexport const isUserAdmin = () => isAdmin\n","/*\n * @copyright 2019 Christoph Wurst <christoph@winzerhof-wurst.at>\n *\n * @author 2019 Christoph Wurst <christoph@winzerhof-wurst.at>\n *\n * @license GNU AGPL version 3 or any later version\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see <http://www.gnu.org/licenses/>.\n */\n\nimport $ from 'jquery'\n\n/**\n * A little class to manage a status field for a \"saving\" process.\n * It can be used to display a starting message (e.g. \"Saving...\") and then\n * replace it with a green success message or a red error message.\n *\n * @namespace OC.msg\n */\nexport default {\n\t/**\n\t * Displayes a \"Saving...\" message in the given message placeholder\n\t *\n\t * @param {Object} selector Placeholder to display the message in\n\t */\n\tstartSaving: function(selector) {\n\t\tthis.startAction(selector, t('core', 'Saving …'))\n\t},\n\n\t/**\n\t * Displayes a custom message in the given message placeholder\n\t *\n\t * @param {Object} selector Placeholder to display the message in\n\t * @param {string} message Plain text message to display (no HTML allowed)\n\t */\n\tstartAction: function(selector, message) {\n\t\t$(selector).text(message)\n\t\t\t.removeClass('success')\n\t\t\t.removeClass('error')\n\t\t\t.stop(true, true)\n\t\t\t.show()\n\t},\n\n\t/**\n\t * Displayes an success/error message in the given selector\n\t *\n\t * @param {Object} selector Placeholder to display the message in\n\t * @param {Object} response Response of the server\n\t * @param {Object} response.data Data of the servers response\n\t * @param {string} response.data.message Plain text message to display (no HTML allowed)\n\t * @param {string} response.status is being used to decide whether the message\n\t * is displayed as an error/success\n\t */\n\tfinishedSaving: function(selector, response) {\n\t\tthis.finishedAction(selector, response)\n\t},\n\n\t/**\n\t * Displayes an success/error message in the given selector\n\t *\n\t * @param {Object} selector Placeholder to display the message in\n\t * @param {Object} response Response of the server\n\t * @param {Object} response.data Data of the servers response\n\t * @param {string} response.data.message Plain text message to display (no HTML allowed)\n\t * @param {string} response.status is being used to decide whether the message\n\t * is displayed as an error/success\n\t */\n\tfinishedAction: function(selector, response) {\n\t\tif (response.status === 'success') {\n\t\t\tthis.finishedSuccess(selector, response.data.message)\n\t\t} else {\n\t\t\tthis.finishedError(selector, response.data.message)\n\t\t}\n\t},\n\n\t/**\n\t * Displayes an success message in the given selector\n\t *\n\t * @param {Object} selector Placeholder to display the message in\n\t * @param {string} message Plain text success message to display (no HTML allowed)\n\t */\n\tfinishedSuccess: function(selector, message) {\n\t\t$(selector).text(message)\n\t\t\t.addClass('success')\n\t\t\t.removeClass('error')\n\t\t\t.stop(true, true)\n\t\t\t.delay(3000)\n\t\t\t.fadeOut(900)\n\t\t\t.show()\n\t},\n\n\t/**\n\t * Displayes an error message in the given selector\n\t *\n\t * @param {Object} selector Placeholder to display the message in\n\t * @param {string} message Plain text error message to display (no HTML allowed)\n\t */\n\tfinishedError: function(selector, message) {\n\t\t$(selector).text(message)\n\t\t\t.addClass('error')\n\t\t\t.removeClass('success')\n\t\t\t.show()\n\t},\n}\n","/**\n * @copyright 2019 Christoph Wurst <christoph@winzerhof-wurst.at>\n *\n * @author 2019 Christoph Wurst <christoph@winzerhof-wurst.at>\n *\n * @license GNU AGPL version 3 or any later version\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see <http://www.gnu.org/licenses/>.\n */\n\nimport OC from './index'\n\n/**\n * Do a search query and display the results\n * @param {string} query the search query\n */\nconst search = function(query) {\n\tOC.Search.search(query, null, 0, 30)\n}\n\n/**\n * @namespace OC.search\n */\nsearch.customResults = {}\n/**\n * @deprecated use get/setFormatter() instead\n */\nsearch.resultTypes = {}\n\nexport default search\n","/*\n * @copyright 2019 Christoph Wurst <christoph@winzerhof-wurst.at>\n *\n * @author 2019 Christoph Wurst <christoph@winzerhof-wurst.at>\n *\n * @license GNU AGPL version 3 or any later version\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see <http://www.gnu.org/licenses/>.\n */\n\nexport const theme = window._theme || {}\n","/**\n * @copyright 2019 Christoph Wurst <christoph@winzerhof-wurst.at>\n *\n * @author 2019 Christoph Wurst <christoph@winzerhof-wurst.at>\n *\n * @license GNU AGPL version 3 or any later version\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see <http://www.gnu.org/licenses/>.\n */\n\nimport $ from 'jquery'\nimport moment from 'moment'\n\nimport History from './util-history'\nimport OC from './index'\nimport humanFileSize from '../Util/human-file-size'\n\nfunction chunkify(t) {\n\t// Adapted from http://my.opera.com/GreyWyvern/blog/show.dml/1671288\n\tconst tz = []\n\tlet x = 0\n\tlet y = -1\n\tlet n = 0\n\tlet c\n\n\twhile (x < t.length) {\n\t\tc = t.charAt(x)\n\t\t// only include the dot in strings\n\t\tconst m = ((!n && c === '.') || (c >= '0' && c <= '9'))\n\t\tif (m !== n) {\n\t\t\t// next chunk\n\t\t\ty++\n\t\t\ttz[y] = ''\n\t\t\tn = m\n\t\t}\n\t\ttz[y] += c\n\t\tx++\n\t}\n\treturn tz\n}\n\n/**\n * Utility functions\n * @namespace OC.Util\n */\nexport default {\n\n\tHistory,\n\n\thumanFileSize,\n\n\t/**\n\t * Returns a file size in bytes from a humanly readable string\n\t * Makes 2kB to 2048.\n\t * Inspired by computerFileSize in helper.php\n\t * @param {string} string file size in human readable format\n\t * @returns {number} or null if string could not be parsed\n\t *\n\t *\n\t */\n\tcomputerFileSize: function(string) {\n\t\tif (typeof string !== 'string') {\n\t\t\treturn null\n\t\t}\n\n\t\tconst s = string.toLowerCase().trim()\n\t\tlet bytes = null\n\n\t\tconst bytesArray = {\n\t\t\t'b': 1,\n\t\t\t'k': 1024,\n\t\t\t'kb': 1024,\n\t\t\t'mb': 1024 * 1024,\n\t\t\t'm': 1024 * 1024,\n\t\t\t'gb': 1024 * 1024 * 1024,\n\t\t\t'g': 1024 * 1024 * 1024,\n\t\t\t'tb': 1024 * 1024 * 1024 * 1024,\n\t\t\t't': 1024 * 1024 * 1024 * 1024,\n\t\t\t'pb': 1024 * 1024 * 1024 * 1024 * 1024,\n\t\t\t'p': 1024 * 1024 * 1024 * 1024 * 1024,\n\t\t}\n\n\t\tconst matches = s.match(/^[\\s+]?([0-9]*)(\\.([0-9]+))?( +)?([kmgtp]?b?)$/i)\n\t\tif (matches !== null) {\n\t\t\tbytes = parseFloat(s)\n\t\t\tif (!isFinite(bytes)) {\n\t\t\t\treturn null\n\t\t\t}\n\t\t} else {\n\t\t\treturn null\n\t\t}\n\t\tif (matches[5]) {\n\t\t\tbytes = bytes * bytesArray[matches[5]]\n\t\t}\n\n\t\tbytes = Math.round(bytes)\n\t\treturn bytes\n\t},\n\n\t/**\n\t * @param {string|number} timestamp timestamp\n\t * @param {string} format date format, see momentjs docs\n\t * @returns {string} timestamp formatted as requested\n\t */\n\tformatDate: function(timestamp, format) {\n\t\tformat = format || 'LLL'\n\t\treturn moment(timestamp).format(format)\n\t},\n\n\t/**\n\t * @param {string|number} timestamp timestamp\n\t * @returns {string} human readable difference from now\n\t */\n\trelativeModifiedDate: function(timestamp) {\n\t\tconst diff = moment().diff(moment(timestamp))\n\t\tif (diff >= 0 && diff < 45000) {\n\t\t\treturn t('core', 'seconds ago')\n\t\t}\n\t\treturn moment(timestamp).fromNow()\n\t},\n\n\t/**\n\t * Returns whether this is IE\n\t *\n\t * @returns {bool} true if this is IE, false otherwise\n\t */\n\tisIE: function() {\n\t\treturn $('html').hasClass('ie')\n\t},\n\n\t/**\n\t * Returns the width of a generic browser scrollbar\n\t *\n\t * @returns {int} width of scrollbar\n\t */\n\tgetScrollBarWidth: function() {\n\t\tif (this._scrollBarWidth) {\n\t\t\treturn this._scrollBarWidth\n\t\t}\n\n\t\tconst inner = document.createElement('p')\n\t\tinner.style.width = '100%'\n\t\tinner.style.height = '200px'\n\n\t\tconst outer = document.createElement('div')\n\t\touter.style.position = 'absolute'\n\t\touter.style.top = '0px'\n\t\touter.style.left = '0px'\n\t\touter.style.visibility = 'hidden'\n\t\touter.style.width = '200px'\n\t\touter.style.height = '150px'\n\t\touter.style.overflow = 'hidden'\n\t\touter.appendChild(inner)\n\n\t\tdocument.body.appendChild(outer)\n\t\tconst w1 = inner.offsetWidth\n\t\touter.style.overflow = 'scroll'\n\t\tlet w2 = inner.offsetWidth\n\t\tif (w1 === w2) {\n\t\t\tw2 = outer.clientWidth\n\t\t}\n\n\t\tdocument.body.removeChild(outer)\n\n\t\tthis._scrollBarWidth = (w1 - w2)\n\n\t\treturn this._scrollBarWidth\n\t},\n\n\t/**\n\t * Remove the time component from a given date\n\t *\n\t * @param {Date} date date\n\t * @returns {Date} date with stripped time\n\t */\n\tstripTime: function(date) {\n\t\t// FIXME: likely to break when crossing DST\n\t\t// would be better to use a library like momentJS\n\t\treturn new Date(date.getFullYear(), date.getMonth(), date.getDate())\n\t},\n\n\t/**\n\t * Compare two strings to provide a natural sort\n\t * @param {string} a first string to compare\n\t * @param {string} b second string to compare\n\t * @returns {number} -1 if b comes before a, 1 if a comes before b\n\t * or 0 if the strings are identical\n\t */\n\tnaturalSortCompare: function(a, b) {\n\t\tlet x\n\t\tconst aa = chunkify(a)\n\t\tconst bb = chunkify(b)\n\n\t\tfor (x = 0; aa[x] && bb[x]; x++) {\n\t\t\tif (aa[x] !== bb[x]) {\n\t\t\t\tconst aNum = Number(aa[x]); const bNum = Number(bb[x])\n\t\t\t\t// note: == is correct here\n\t\t\t\t/* eslint-disable-next-line */\n\t\t\t\tif (aNum == aa[x] && bNum == bb[x]) {\n\t\t\t\t\treturn aNum - bNum\n\t\t\t\t} else {\n\t\t\t\t\t// Note: This locale setting isn't supported by all browsers but for the ones\n\t\t\t\t\t// that do there will be more consistency between client-server sorting\n\t\t\t\t\treturn aa[x].localeCompare(bb[x], OC.getLanguage())\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t\treturn aa.length - bb.length\n\t},\n\n\t/**\n\t * Calls the callback in a given interval until it returns true\n\t * @param {function} callback function to call on success\n\t * @param {integer} interval in milliseconds\n\t */\n\twaitFor: function(callback, interval) {\n\t\tconst internalCallback = function() {\n\t\t\tif (callback() !== true) {\n\t\t\t\tsetTimeout(internalCallback, interval)\n\t\t\t}\n\t\t}\n\n\t\tinternalCallback()\n\t},\n\n\t/**\n\t * Checks if a cookie with the given name is present and is set to the provided value.\n\t * @param {string} name name of the cookie\n\t * @param {string} value value of the cookie\n\t * @returns {boolean} true if the cookie with the given name has the given value\n\t */\n\tisCookieSetToValue: function(name, value) {\n\t\tconst cookies = document.cookie.split(';')\n\t\tfor (let i = 0; i < cookies.length; i++) {\n\t\t\tconst cookie = cookies[i].split('=')\n\t\t\tif (cookie[0].trim() === name && cookie[1].trim() === value) {\n\t\t\t\treturn true\n\t\t\t}\n\t\t}\n\t\treturn false\n\t},\n}\n","/**\n * @copyright 2019 Christoph Wurst <christoph@winzerhof-wurst.at>\n *\n * @author 2019 Christoph Wurst <christoph@winzerhof-wurst.at>\n *\n * @license GNU AGPL version 3 or any later version\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see <http://www.gnu.org/licenses/>.\n */\n\nimport _ from 'underscore'\nimport OC from './index'\n\n/**\n * Utility class for the history API,\n * includes fallback to using the URL hash when\n * the browser doesn't support the history API.\n *\n * @namespace OC.Util.History\n */\nexport default {\n\n\t_handlers: [],\n\n\t/**\n\t * Push the current URL parameters to the history stack\n\t * and change the visible URL.\n\t * Note: this includes a workaround for IE8/IE9 that uses\n\t * the hash part instead of the search part.\n\t *\n\t * @param {Object|string} params to append to the URL, can be either a string\n\t * or a map\n\t * @param {string} [url] URL to be used, otherwise the current URL will be used,\n\t * using the params as query string\n\t * @param {boolean} [replace=false] whether to replace instead of pushing\n\t */\n\t_pushState: function(params, url, replace) {\n\t\tlet strParams\n\t\tif (typeof (params) === 'string') {\n\t\t\tstrParams = params\n\t\t} else {\n\t\t\tstrParams = OC.buildQueryString(params)\n\t\t}\n\n\t\tif (window.history.pushState) {\n\t\t\turl = url || location.pathname + '?' + strParams\n\t\t\t// Workaround for bug with SVG and window.history.pushState on Firefox < 51\n\t\t\t// https://bugzilla.mozilla.org/show_bug.cgi?id=652991\n\t\t\tconst isFirefox = navigator.userAgent.toLowerCase().indexOf('firefox') > -1\n\t\t\tif (isFirefox && parseInt(navigator.userAgent.split('/').pop()) < 51) {\n\t\t\t\tconst patterns = document.querySelectorAll('[fill^=\"url(#\"], [stroke^=\"url(#\"], [filter^=\"url(#invert\"]')\n\t\t\t\tfor (let i = 0, ii = patterns.length, pattern; i < ii; i++) {\n\t\t\t\t\tpattern = patterns[i]\n\t\t\t\t\t// eslint-disable-next-line no-self-assign\n\t\t\t\t\tpattern.style.fill = pattern.style.fill\n\t\t\t\t\t// eslint-disable-next-line no-self-assign\n\t\t\t\t\tpattern.style.stroke = pattern.style.stroke\n\t\t\t\t\tpattern.removeAttribute('filter')\n\t\t\t\t\tpattern.setAttribute('filter', 'url(#invert)')\n\t\t\t\t}\n\t\t\t}\n\t\t\tif (replace) {\n\t\t\t\twindow.history.replaceState(params, '', url)\n\t\t\t} else {\n\t\t\t\twindow.history.pushState(params, '', url)\n\t\t\t}\n\t\t} else {\n\t\t\t// use URL hash for IE8\n\t\t\twindow.location.hash = '?' + strParams\n\t\t\t// inhibit next onhashchange that just added itself\n\t\t\t// to the event queue\n\t\t\tthis._cancelPop = true\n\t\t}\n\t},\n\n\t/**\n\t * Push the current URL parameters to the history stack\n\t * and change the visible URL.\n\t * Note: this includes a workaround for IE8/IE9 that uses\n\t * the hash part instead of the search part.\n\t *\n\t * @param {Object|string} params to append to the URL, can be either a string or a map\n\t * @param {string} [url] URL to be used, otherwise the current URL will be used, using the params as query string\n\t */\n\tpushState: function(params, url) {\n\t\tthis._pushState(params, url, false)\n\t},\n\n\t/**\n\t * Push the current URL parameters to the history stack\n\t * and change the visible URL.\n\t * Note: this includes a workaround for IE8/IE9 that uses\n\t * the hash part instead of the search part.\n\t *\n\t * @param {Object|string} params to append to the URL, can be either a string\n\t * or a map\n\t * @param {string} [url] URL to be used, otherwise the current URL will be used,\n\t * using the params as query string\n\t */\n\treplaceState: function(params, url) {\n\t\tthis._pushState(params, url, true)\n\t},\n\n\t/**\n\t * Add a popstate handler\n\t *\n\t * @param {Function} handler handler\n\t */\n\taddOnPopStateHandler: function(handler) {\n\t\tthis._handlers.push(handler)\n\t},\n\n\t/**\n\t * Parse a query string from the hash part of the URL.\n\t * (workaround for IE8 / IE9)\n\t * @returns {string}\n\t */\n\t_parseHashQuery: function() {\n\t\tconst hash = window.location.hash\n\t\tconst pos = hash.indexOf('?')\n\t\tif (pos >= 0) {\n\t\t\treturn hash.substr(pos + 1)\n\t\t}\n\t\tif (hash.length) {\n\t\t\t// remove hash sign\n\t\t\treturn hash.substr(1)\n\t\t}\n\t\treturn ''\n\t},\n\n\t_decodeQuery: function(query) {\n\t\treturn query.replace(/\\+/g, ' ')\n\t},\n\n\t/**\n\t * Parse the query/search part of the URL.\n\t * Also try and parse it from the URL hash (for IE8)\n\t *\n\t * @returns {Object} map of parameters\n\t */\n\tparseUrlQuery: function() {\n\t\tconst query = this._parseHashQuery()\n\t\tlet params\n\t\t// try and parse from URL hash first\n\t\tif (query) {\n\t\t\tparams = OC.parseQueryString(this._decodeQuery(query))\n\t\t}\n\t\t// else read from query attributes\n\t\tparams = _.extend(params || {}, OC.parseQueryString(this._decodeQuery(location.search)))\n\t\treturn params || {}\n\t},\n\n\t_onPopState: function(e) {\n\t\tif (this._cancelPop) {\n\t\t\tthis._cancelPop = false\n\t\t\treturn\n\t\t}\n\t\tlet params\n\t\tif (!this._handlers.length) {\n\t\t\treturn\n\t\t}\n\t\tparams = (e && e.state)\n\t\tif (_.isString(params)) {\n\t\t\tparams = OC.parseQueryString(params)\n\t\t} else if (!params) {\n\t\t\tparams = this.parseUrlQuery() || {}\n\t\t}\n\t\tfor (let i = 0; i < this._handlers.length; i++) {\n\t\t\tthis._handlers[i](params)\n\t\t}\n\t},\n}\n","/*\n * @copyright 2019 Christoph Wurst <christoph@winzerhof-wurst.at>\n *\n * @author 2019 Christoph Wurst <christoph@winzerhof-wurst.at>\n *\n * @license GNU AGPL version 3 or any later version\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see <http://www.gnu.org/licenses/>.\n */\n\n/**\n * Returns a human readable file size\n * @param {number} size Size in bytes\n * @param {boolean} skipSmallSizes return '< 1 kB' for small files\n * @returns {string}\n */\nexport default function humanFileSize(size, skipSmallSizes) {\n\tconst humanList = ['B', 'KB', 'MB', 'GB', 'TB']\n\t// Calculate Log with base 1024: size = 1024 ** order\n\tlet order = size > 0 ? Math.floor(Math.log(size) / Math.log(1024)) : 0\n\t// Stay in range of the byte sizes that are defined\n\torder = Math.min(humanList.length - 1, order)\n\tconst readableFormat = humanList[order]\n\tlet relativeSize = (size / Math.pow(1024, order)).toFixed(1)\n\tif (skipSmallSizes === true && order === 0) {\n\t\tif (relativeSize !== '0.0') {\n\t\t\treturn '< 1 KB'\n\t\t} else {\n\t\t\treturn '0 KB'\n\t\t}\n\t}\n\tif (order < 2) {\n\t\trelativeSize = parseFloat(relativeSize).toFixed(0)\n\t} else if (relativeSize.substr(relativeSize.length - 2, 2) === '.0') {\n\t\trelativeSize = relativeSize.substr(0, relativeSize.length - 2)\n\t} else {\n\t\trelativeSize = parseFloat(relativeSize).toLocaleString(OC.getCanonicalLocale())\n\t}\n\treturn relativeSize + ' ' + readableFormat\n}\n","/*\n * @copyright 2019 Christoph Wurst <christoph@winzerhof-wurst.at>\n *\n * @author 2019 Christoph Wurst <christoph@winzerhof-wurst.at>\n *\n * @license GNU AGPL version 3 or any later version\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see <http://www.gnu.org/licenses/>.\n */\n\nconst base = window._oc_debug\n\nexport const debug = base\n","/*\n * @copyright 2019 Christoph Wurst <christoph@winzerhof-wurst.at>\n *\n * @author 2019 Christoph Wurst <christoph@winzerhof-wurst.at>\n *\n * @license GNU AGPL version 3 or any later version\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see <http://www.gnu.org/licenses/>.\n */\n\nlet webroot = window._oc_webroot\n\nif (typeof webroot === 'undefined') {\n\twebroot = location.pathname\n\tconst pos = webroot.indexOf('/index.php/')\n\tif (pos !== -1) {\n\t\twebroot = webroot.substr(0, pos)\n\t} else {\n\t\twebroot = webroot.substr(0, webroot.lastIndexOf('/'))\n\t}\n}\n\nexport default webroot\n","/**\n * @copyright 2019 Christoph Wurst <christoph@winzerhof-wurst.at>\n *\n * @author 2019 Christoph Wurst <christoph@winzerhof-wurst.at>\n *\n * @license GNU AGPL version 3 or any later version\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see <http://www.gnu.org/licenses/>.\n */\n\n/**\n * Get a variable by name\n * @param {string} context context\n * @returns {Function} getter\n * @deprecated 19.0.0 use https://lodash.com/docs#get\n */\nexport const get = context => name => {\n\tconst namespaces = name.split('.')\n\tconst tail = namespaces.pop()\n\n\tfor (let i = 0; i < namespaces.length; i++) {\n\t\tcontext = context[namespaces[i]]\n\t\tif (!context) {\n\t\t\treturn false\n\t\t}\n\t}\n\treturn context[tail]\n}\n\n/**\n * Set a variable by name\n * @param {string} context context\n * @returns {Function} setter\n * @deprecated 19.0.0 use https://lodash.com/docs#set\n */\nexport const set = context => (name, value) => {\n\tconst namespaces = name.split('.')\n\tconst tail = namespaces.pop()\n\n\tfor (let i = 0; i < namespaces.length; i++) {\n\t\tif (!context[namespaces[i]]) {\n\t\t\tcontext[namespaces[i]] = {}\n\t\t}\n\t\tcontext = context[namespaces[i]]\n\t}\n\tcontext[tail] = value\n\treturn value\n}\n","/**\n * @copyright 2019 Christoph Wurst <christoph@winzerhof-wurst.at>\n *\n * @author 2019 Christoph Wurst <christoph@winzerhof-wurst.at>\n *\n * @license GNU AGPL version 3 or any later version\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see <http://www.gnu.org/licenses/>.\n */\n\nimport { subscribe } from '@nextcloud/event-bus'\n\nimport { addScript, addStyle } from './legacy-loader'\nimport {\n\tajaxConnectionLostHandler,\n\tprocessAjaxError,\n\tregisterXHRForErrorProcessing,\n} from './xhr-error'\nimport Apps from './apps'\nimport { AppConfig, appConfig } from './appconfig'\nimport { appSettings } from './appsettings'\nimport appswebroots from './appswebroots'\nimport Backbone from './backbone'\nimport {\n\tbasename,\n\tdirname,\n\tencodePath,\n\tisSamePath,\n\tjoinPaths,\n} from '@nextcloud/paths'\nimport {\n\tbuild as buildQueryString,\n\tparse as parseQueryString,\n} from './query-string'\nimport Config from './config'\nimport {\n\tcoreApps,\n\tmenuSpeed,\n\tPERMISSION_ALL,\n\tPERMISSION_CREATE,\n\tPERMISSION_DELETE,\n\tPERMISSION_NONE,\n\tPERMISSION_READ,\n\tPERMISSION_SHARE,\n\tPERMISSION_UPDATE,\n\tTAG_FAVORITE,\n} from './constants'\nimport ContactsMenu from './contactsmenu'\nimport { currentUser, getCurrentUser } from './currentuser'\nimport Dialogs from './dialogs'\nimport EventSource from './eventsource'\nimport { get, set } from './get_set'\nimport { getCapabilities } from './capabilities'\nimport {\n\tgetHost,\n\tgetHostName,\n\tgetPort,\n\tgetProtocol,\n} from './host'\nimport {\n\tgetToken as getRequestToken,\n} from './requesttoken'\nimport {\n\thideMenus,\n\tregisterMenu,\n\tshowMenu,\n\tunregisterMenu,\n} from './menu'\nimport { isUserAdmin } from './admin'\nimport L10N, {\n\tgetCanonicalLocale,\n\tgetLanguage,\n\tgetLocale,\n} from './l10n'\n\nimport {\n\tgenerateUrl,\n\tgenerateFilePath,\n\tgenerateOcsUrl,\n\tgenerateRemoteUrl,\n\tgetRootUrl,\n\timagePath,\n\tlinkTo,\n} from '@nextcloud/router'\n\nimport {\n\tlinkToRemoteBase,\n} from './routing'\nimport msg from './msg'\nimport Notification from './notification'\nimport PasswordConfirmation from './password-confirmation'\nimport Plugins from './plugins'\nimport search from './search'\nimport { theme } from './theme'\nimport Util from './util'\nimport { debug } from './debug'\nimport { redirect, reload } from './navigation'\nimport webroot from './webroot'\n\n/** @namespace OC */\nexport default {\n\t/*\n\t * Constants\n\t */\n\tcoreApps,\n\tmenuSpeed,\n\tPERMISSION_ALL,\n\tPERMISSION_CREATE,\n\tPERMISSION_DELETE,\n\tPERMISSION_NONE,\n\tPERMISSION_READ,\n\tPERMISSION_SHARE,\n\tPERMISSION_UPDATE,\n\tTAG_FAVORITE,\n\n\t/*\n\t * Deprecated helpers to be removed\n\t */\n\t/**\n\t * Check if a user file is allowed to be handled.\n\t * @param {string} file to check\n\t * @returns {Boolean}\n\t * @deprecated 17.0.0\n\t */\n\tfileIsBlacklisted: file => !!(file.match(Config.blacklist_files_regex)),\n\n\taddScript,\n\taddStyle,\n\tApps,\n\tAppConfig,\n\tappConfig,\n\tappSettings,\n\tappswebroots,\n\tBackbone,\n\tContactsMenu,\n\tconfig: Config,\n\t/**\n\t * Currently logged in user or null if none\n\t *\n\t * @type String\n\t * @deprecated use `getCurrentUser` from https://www.npmjs.com/package/@nextcloud/auth\n\t */\n\tcurrentUser,\n\tdialogs: Dialogs,\n\tEventSource,\n\t/**\n\t * Returns the currently logged in user or null if there is no logged in\n\t * user (public page mode)\n\t *\n\t * @since 9.0.0\n\t * @deprecated 19.0.0 use `getCurrentUser` from https://www.npmjs.com/package/@nextcloud/auth\n\t */\n\tgetCurrentUser,\n\tisUserAdmin,\n\tL10N,\n\n\t/**\n\t * Ajax error handlers\n\t * @todo remove from here and keep internally -> requires new tests\n\t */\n\t_ajaxConnectionLostHandler: ajaxConnectionLostHandler,\n\t_processAjaxError: processAjaxError,\n\tregisterXHRForErrorProcessing,\n\n\t/**\n\t * Capabilities\n\t *\n\t * @type {Array}\n\t * @deprecated 17.0.0 use OC.getCapabilities() instead\n\t */\n\t_capabilities: getCapabilities(),\n\tgetCapabilities,\n\n\t/*\n\t * Legacy menu helpers\n\t */\n\thideMenus,\n\tregisterMenu,\n\tshowMenu,\n\tunregisterMenu,\n\n\t/*\n\t * Path helpers\n\t */\n\t/**\n\t * @deprecated 18.0.0 use https://www.npmjs.com/package/@nextcloud/paths\n\t */\n\tbasename,\n\t/**\n\t * @deprecated 18.0.0 use https://www.npmjs.com/package/@nextcloud/paths\n\t */\n\tencodePath,\n\t/**\n\t * @deprecated 18.0.0 use https://www.npmjs.com/package/@nextcloud/paths\n\t */\n\tdirname,\n\t/**\n\t * @deprecated 18.0.0 use https://www.npmjs.com/package/@nextcloud/paths\n\t */\n\tisSamePath,\n\t/**\n\t * @deprecated 18.0.0 use https://www.npmjs.com/package/@nextcloud/paths\n\t */\n\tjoinPaths,\n\n\t/**\n\t * Host (url) helpers\n\t */\n\tgetHost,\n\tgetHostName,\n\tgetPort,\n\tgetProtocol,\n\n\t/**\n\t * L10n\n\t */\n\tgetCanonicalLocale,\n\tgetLocale,\n\tgetLanguage,\n\t/**\n\t * Loads translations for the given app asynchronously.\n\t *\n\t * @param {String} app app name\n\t * @param {Function} callback callback to call after loading\n\t * @return {Promise}\n\t * @deprecated 17.0.0 use OC.L10N.load instead\n\t */\n\taddTranslations: L10N.load,\n\n\t/**\n\t * Query string helpers\n\t */\n\tbuildQueryString,\n\tparseQueryString,\n\n\tmsg,\n\tNotification,\n\tPasswordConfirmation,\n\tPlugins,\n\tsearch,\n\ttheme,\n\tUtil,\n\tdebug,\n\t/**\n\t * @deprecated 19.0.0 use `generateFilePath` from https://www.npmjs.com/package/@nextcloud/router\n\t */\n\tfilePath: generateFilePath,\n\t/**\n\t * @deprecated 19.0.0 use `generateUrl` from https://www.npmjs.com/package/@nextcloud/router\n\t */\n\tgenerateUrl,\n\t/**\n\t * @deprecated 19.0.0 use https://lodash.com/docs#get\n\t */\n\tget: get(window),\n\t/**\n\t * @deprecated 19.0.0 use https://lodash.com/docs#set\n\t */\n\tset: set(window),\n\t/**\n\t * @deprecated 19.0.0 use `getRootUrl` from https://www.npmjs.com/package/@nextcloud/router\n\t */\n\tgetRootPath: getRootUrl,\n\t/**\n\t * @deprecated 19.0.0 use `imagePath` from https://www.npmjs.com/package/@nextcloud/router\n\t */\n\timagePath,\n\tredirect,\n\treload,\n\trequestToken: getRequestToken(),\n\t/**\n\t * @deprecated 19.0.0 use `linkTo` from https://www.npmjs.com/package/@nextcloud/router\n\t */\n\tlinkTo,\n\t/**\n\t * @deprecated 19.0.0 use `generateOcsUrl` from https://www.npmjs.com/package/@nextcloud/router\n\t */\n\tlinkToOCS: generateOcsUrl,\n\t/**\n\t * @deprecated 19.0.0 use `generateRemoteUrl` from https://www.npmjs.com/package/@nextcloud/router\n\t */\n\tlinkToRemote: generateRemoteUrl,\n\tlinkToRemoteBase,\n\t/**\n\t * Relative path to Nextcloud root.\n\t * For example: \"/nextcloud\"\n\t *\n\t * @type string\n\t *\n\t * @deprecated 19.0.0 use `getRootUrl` from https://www.npmjs.com/package/@nextcloud/router\n\t * @see OC#getRootPath\n\t */\n\twebroot,\n}\n\n// Keep the request token prop in sync\nsubscribe('csrf-token-update', e => {\n\tOC.requestToken = e.token\n\n\t// Logging might help debug (Sentry) issues\n\tconsole.info('OC.requestToken changed', e.token)\n})\n","/* eslint-disable */\n/**\n * @copyright 2019 Christoph Wurst <christoph@winzerhof-wurst.at>\n *\n * @author 2019 Christoph Wurst <christoph@winzerhof-wurst.at>\n *\n * @license GNU AGPL version 3 or any later version\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see <http://www.gnu.org/licenses/>.\n */\nimport $ from 'jquery'\nimport { filePath } from './routing'\n\n/**\n * Opens a popup with the setting for an app.\n * @param {string} appid The ID of the app e.g. 'calendar', 'contacts' or 'files'.\n * @param {boolean|string} loadJS If true 'js/settings.js' is loaded. If it's a string\n * it will attempt to load a script by that name in the 'js' directory.\n * @param {boolean} [cache] If true the javascript file won't be forced refreshed. Defaults to true.\n * @param {string} [scriptName] The name of the PHP file to load. Defaults to 'settings.php' in\n * the root of the app directory hierarchy.\n *\n * @deprecated 17.0.0 this method is unused and will be removed with Nextcloud 18\n */\nexport const appSettings = args => {\n\tconsole.warn('OC.appSettings is deprecated and will be removed with Nextcloud 18')\n\n\tif (typeof args === 'undefined' || typeof args.appid === 'undefined') {\n\t\tthrow {\n\t\t\tname: 'MissingParameter',\n\t\t\tmessage: 'The parameter appid is missing'\n\t\t}\n\t}\n\tvar props = { scriptName: 'settings.php', cache: true }\n\t$.extend(props, args)\n\tvar settings = $('#appsettings')\n\tif (settings.length === 0) {\n\t\tthrow {\n\t\t\tname: 'MissingDOMElement',\n\t\t\tmessage: 'There has be be an element with id \"appsettings\" for the popup to show.'\n\t\t}\n\t}\n\tvar popup = $('#appsettings_popup')\n\tif (popup.length === 0) {\n\t\t$('body').prepend('<div class=\"popup hidden\" id=\"appsettings_popup\"></div>')\n\t\tpopup = $('#appsettings_popup')\n\t\tpopup.addClass(settings.hasClass('topright') ? 'topright' : 'bottomleft')\n\t}\n\tif (popup.is(':visible')) {\n\t\tpopup.hide().remove()\n\t} else {\n\t\tconst arrowclass = settings.hasClass('topright') ? 'up' : 'left'\n\t\t$.get(filePath(props.appid, '', props.scriptName), function(data) {\n\t\t\tpopup.html(data).ready(function() {\n\t\t\t\tpopup.prepend('<span class=\"arrow ' + arrowclass + '\"></span><h2>' + t('core', 'Settings') + '</h2><a class=\"close\"></a>').show()\n\t\t\t\tpopup.find('.close').bind('click', function() {\n\t\t\t\t\tpopup.remove()\n\t\t\t\t})\n\t\t\t\tif (typeof props.loadJS !== 'undefined') {\n\t\t\t\t\tvar scriptname\n\t\t\t\t\tif (props.loadJS === true) {\n\t\t\t\t\t\tscriptname = 'settings.js'\n\t\t\t\t\t} else if (typeof props.loadJS === 'string') {\n\t\t\t\t\t\tscriptname = props.loadJS\n\t\t\t\t\t} else {\n\t\t\t\t\t\tthrow {\n\t\t\t\t\t\t\tname: 'InvalidParameter',\n\t\t\t\t\t\t\tmessage: 'The \"loadJS\" parameter must be either boolean or a string.'\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t\tif (props.cache) {\n\t\t\t\t\t\t$.ajaxSetup({ cache: true })\n\t\t\t\t\t}\n\t\t\t\t\t$.getScript(filePath(props.appid, 'js', scriptname))\n\t\t\t\t\t\t.fail(function(jqxhr, settings, e) {\n\t\t\t\t\t\t\tthrow e\n\t\t\t\t\t\t})\n\t\t\t\t}\n\t\t\t}).show()\n\t\t}, 'html')\n\t}\n}\n","/*\n * @copyright 2019 Christoph Wurst <christoph@winzerhof-wurst.at>\n *\n * @author 2019 Christoph Wurst <christoph@winzerhof-wurst.at>\n *\n * @license GNU AGPL version 3 or any later version\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see <http://www.gnu.org/licenses/>.\n */\n\n/**\n * Protocol that is used to access this Nextcloud instance\n * @returns {string} Used protocol\n * @deprecated 17.0.0 use window.location.protocol directly\n */\nexport const getProtocol = () => window.location.protocol.split(':')[0]\n\n/**\n * Returns the host used to access this Nextcloud instance\n * Host is sometimes the same as the hostname but now always.\n *\n * Examples:\n * http://example.com => example.com\n * https://example.com => example.com\n * http://example.com:8080 => example.com:8080\n *\n * @returns {string} host\n *\n * @since 8.2\n * @deprecated 17.0.0 use window.location.host directly\n */\nexport const getHost = () => window.location.host\n\n/**\n * Returns the hostname used to access this Nextcloud instance\n * The hostname is always stripped of the port\n *\n * @returns {string} hostname\n * @since 9.0\n * @deprecated 17.0.0 use window.location.hostname directly\n */\nexport const getHostName = () => window.location.hostname\n\n/**\n * Returns the port number used to access this Nextcloud instance\n *\n * @returns {int} port number\n *\n * @since 8.2\n * @deprecated 17.0.0 use window.location.port directly\n */\nexport const getPort = () => window.location.port\n","/*\n * @copyright 2019 Christoph Wurst <christoph@winzerhof-wurst.at>\n *\n * @author 2019 Christoph Wurst <christoph@winzerhof-wurst.at>\n *\n * @license GNU AGPL version 3 or any later version\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see <http://www.gnu.org/licenses/>.\n */\n\n/**\n * @namespace OC.Plugins\n */\nexport default {\n\n\t/**\n\t * @type Array.<OC.Plugin>\n\t */\n\t_plugins: {},\n\n\t/**\n\t * Register plugin\n\t *\n\t * @param {String} targetName app name / class name to hook into\n\t * @param {OC.Plugin} plugin plugin\n\t */\n\tregister: function(targetName, plugin) {\n\t\tlet plugins = this._plugins[targetName]\n\t\tif (!plugins) {\n\t\t\tplugins = this._plugins[targetName] = []\n\t\t}\n\t\tplugins.push(plugin)\n\t},\n\n\t/**\n\t * Returns all plugin registered to the given target\n\t * name / app name / class name.\n\t *\n\t * @param {String} targetName app name / class name to hook into\n\t * @returns {Array.<OC.Plugin>} array of plugins\n\t */\n\tgetPlugins: function(targetName) {\n\t\treturn this._plugins[targetName] || []\n\t},\n\n\t/**\n\t * Call attach() on all plugins registered to the given target name.\n\t *\n\t * @param {String} targetName app name / class name\n\t * @param {Object} targetObject to be extended\n\t * @param {Object} [options] options\n\t */\n\tattach: function(targetName, targetObject, options) {\n\t\tconst plugins = this.getPlugins(targetName)\n\t\tfor (let i = 0; i < plugins.length; i++) {\n\t\t\tif (plugins[i].attach) {\n\t\t\t\tplugins[i].attach(targetObject, options)\n\t\t\t}\n\t\t}\n\t},\n\n\t/**\n\t * Call detach() on all plugins registered to the given target name.\n\t *\n\t * @param {String} targetName app name / class name\n\t * @param {Object} targetObject to be extended\n\t * @param {Object} [options] options\n\t */\n\tdetach: function(targetName, targetObject, options) {\n\t\tconst plugins = this.getPlugins(targetName)\n\t\tfor (let i = 0; i < plugins.length; i++) {\n\t\t\tif (plugins[i].detach) {\n\t\t\t\tplugins[i].detach(targetObject, options)\n\t\t\t}\n\t\t}\n\t},\n\n}\n","/**\n * @copyright 2019 Christoph Wurst <christoph@winzerhof-wurst.at>\n *\n * @author 2019 Christoph Wurst <christoph@winzerhof-wurst.at>\n *\n * @license GNU AGPL version 3 or any later version\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see <http://www.gnu.org/licenses/>.\n */\n\n/**\n * Redirect to the target URL, can also be used for downloads.\n * @param {string} targetURL URL to redirect to\n * @deprecated 17.0.0 use window.location directly\n */\nexport const redirect = targetURL => { window.location = targetURL }\n\n/**\n * Reloads the current page\n * @deprecated 17.0.0 use window.location.reload directly\n */\nexport const reload = () => { window.location.reload() }\n","var check = function (it) {\n return it && it.Math == Math && it;\n};\n\n// https://github.com/zloirock/core-js/issues/86#issuecomment-115759028\nmodule.exports =\n // eslint-disable-next-line no-undef\n check(typeof globalThis == 'object' && globalThis) ||\n check(typeof window == 'object' && window) ||\n check(typeof self == 'object' && self) ||\n check(typeof global == 'object' && global) ||\n // eslint-disable-next-line no-new-func\n Function('return this')();\n","var global = require('../internals/global');\nvar shared = require('../internals/shared');\nvar has = require('../internals/has');\nvar uid = require('../internals/uid');\nvar NATIVE_SYMBOL = require('../internals/native-symbol');\nvar USE_SYMBOL_AS_UID = require('../internals/use-symbol-as-uid');\n\nvar WellKnownSymbolsStore = shared('wks');\nvar Symbol = global.Symbol;\nvar createWellKnownSymbol = USE_SYMBOL_AS_UID ? Symbol : Symbol && Symbol.withoutSetter || uid;\n\nmodule.exports = function (name) {\n if (!has(WellKnownSymbolsStore, name)) {\n if (NATIVE_SYMBOL && has(Symbol, name)) WellKnownSymbolsStore[name] = Symbol[name];\n else WellKnownSymbolsStore[name] = createWellKnownSymbol('Symbol.' + name);\n } return WellKnownSymbolsStore[name];\n};\n","module.exports = function (exec) {\n try {\n return !!exec();\n } catch (error) {\n return true;\n }\n};\n","var hasOwnProperty = {}.hasOwnProperty;\n\nmodule.exports = function (it, key) {\n return hasOwnProperty.call(it, key);\n};\n","module.exports = function (it) {\n return typeof it === 'object' ? it !== null : typeof it === 'function';\n};\n","/**\n * @copyright 2019 Christoph Wurst <christoph@winzerhof-wurst.at>\n *\n * @author 2019 Christoph Wurst <christoph@winzerhof-wurst.at>\n *\n * @license GNU AGPL version 3 or any later version\n *\n * This program is free software = you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation either version 3 of the\n * License or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not see <http://www.gnu.org/licenses/>.\n */\n\nexport const coreApps = ['', 'admin', 'log', 'core/search', 'core', '3rdparty']\nexport const menuSpeed = 50\nexport const PERMISSION_NONE = 0\nexport const PERMISSION_CREATE = 4\nexport const PERMISSION_READ = 1\nexport const PERMISSION_UPDATE = 2\nexport const PERMISSION_DELETE = 8\nexport const PERMISSION_SHARE = 16\nexport const PERMISSION_ALL = 31\nexport const TAG_FAVORITE = '_$!<Favorite>!$_'\n","var DESCRIPTORS = require('../internals/descriptors');\nvar IE8_DOM_DEFINE = require('../internals/ie8-dom-define');\nvar anObject = require('../internals/an-object');\nvar toPrimitive = require('../internals/to-primitive');\n\nvar nativeDefineProperty = Object.defineProperty;\n\n// `Object.defineProperty` method\n// https://tc39.github.io/ecma262/#sec-object.defineproperty\nexports.f = DESCRIPTORS ? nativeDefineProperty : function defineProperty(O, P, Attributes) {\n anObject(O);\n P = toPrimitive(P, true);\n anObject(Attributes);\n if (IE8_DOM_DEFINE) try {\n return nativeDefineProperty(O, P, Attributes);\n } catch (error) { /* empty */ }\n if ('get' in Attributes || 'set' in Attributes) throw TypeError('Accessors not supported');\n if ('value' in Attributes) O[P] = Attributes.value;\n return O;\n};\n","module.exports = function (exec) {\n try {\n return !!exec();\n } catch (error) {\n return true;\n }\n};\n","var g;\n\n// This works in non-strict mode\ng = (function() {\n\treturn this;\n})();\n\ntry {\n\t// This works if eval is allowed (see CSP)\n\tg = g || new Function(\"return this\")();\n} catch (e) {\n\t// This works if the window reference is available\n\tif (typeof window === \"object\") g = window;\n}\n\n// g can still be undefined, but nothing to do about it...\n// We return undefined, instead of nothing here, so it's\n// easier to handle this case. if(!global) { ...}\n\nmodule.exports = g;\n","var fails = require('../internals/fails');\n\n// Thank's IE8 for his funny defineProperty\nmodule.exports = !fails(function () {\n return Object.defineProperty({}, 1, { get: function () { return 7; } })[1] != 7;\n});\n","var DESCRIPTORS = require('../internals/descriptors');\nvar definePropertyModule = require('../internals/object-define-property');\nvar createPropertyDescriptor = require('../internals/create-property-descriptor');\n\nmodule.exports = DESCRIPTORS ? function (object, key, value) {\n return definePropertyModule.f(object, key, createPropertyDescriptor(1, value));\n} : function (object, key, value) {\n object[key] = value;\n return object;\n};\n","var check = function (it) {\n return it && it.Math == Math && it;\n};\n\n// https://github.com/zloirock/core-js/issues/86#issuecomment-115759028\nmodule.exports =\n // eslint-disable-next-line no-undef\n check(typeof globalThis == 'object' && globalThis) ||\n check(typeof window == 'object' && window) ||\n check(typeof self == 'object' && self) ||\n check(typeof global == 'object' && global) ||\n // eslint-disable-next-line no-new-func\n Function('return this')();\n","'use strict';\n\nvar bind = require('./helpers/bind');\n\n/*global toString:true*/\n\n// utils is a library of generic helper functions non-specific to axios\n\nvar toString = Object.prototype.toString;\n\n/**\n * Determine if a value is an Array\n *\n * @param {Object} val The value to test\n * @returns {boolean} True if value is an Array, otherwise false\n */\nfunction isArray(val) {\n return toString.call(val) === '[object Array]';\n}\n\n/**\n * Determine if a value is undefined\n *\n * @param {Object} val The value to test\n * @returns {boolean} True if the value is undefined, otherwise false\n */\nfunction isUndefined(val) {\n return typeof val === 'undefined';\n}\n\n/**\n * Determine if a value is a Buffer\n *\n * @param {Object} val The value to test\n * @returns {boolean} True if value is a Buffer, otherwise false\n */\nfunction isBuffer(val) {\n return val !== null && !isUndefined(val) && val.constructor !== null && !isUndefined(val.constructor)\n && typeof val.constructor.isBuffer === 'function' && val.constructor.isBuffer(val);\n}\n\n/**\n * Determine if a value is an ArrayBuffer\n *\n * @param {Object} val The value to test\n * @returns {boolean} True if value is an ArrayBuffer, otherwise false\n */\nfunction isArrayBuffer(val) {\n return toString.call(val) === '[object ArrayBuffer]';\n}\n\n/**\n * Determine if a value is a FormData\n *\n * @param {Object} val The value to test\n * @returns {boolean} True if value is an FormData, otherwise false\n */\nfunction isFormData(val) {\n return (typeof FormData !== 'undefined') && (val instanceof FormData);\n}\n\n/**\n * Determine if a value is a view on an ArrayBuffer\n *\n * @param {Object} val The value to test\n * @returns {boolean} True if value is a view on an ArrayBuffer, otherwise false\n */\nfunction isArrayBufferView(val) {\n var result;\n if ((typeof ArrayBuffer !== 'undefined') && (ArrayBuffer.isView)) {\n result = ArrayBuffer.isView(val);\n } else {\n result = (val) && (val.buffer) && (val.buffer instanceof ArrayBuffer);\n }\n return result;\n}\n\n/**\n * Determine if a value is a String\n *\n * @param {Object} val The value to test\n * @returns {boolean} True if value is a String, otherwise false\n */\nfunction isString(val) {\n return typeof val === 'string';\n}\n\n/**\n * Determine if a value is a Number\n *\n * @param {Object} val The value to test\n * @returns {boolean} True if value is a Number, otherwise false\n */\nfunction isNumber(val) {\n return typeof val === 'number';\n}\n\n/**\n * Determine if a value is an Object\n *\n * @param {Object} val The value to test\n * @returns {boolean} True if value is an Object, otherwise false\n */\nfunction isObject(val) {\n return val !== null && typeof val === 'object';\n}\n\n/**\n * Determine if a value is a Date\n *\n * @param {Object} val The value to test\n * @returns {boolean} True if value is a Date, otherwise false\n */\nfunction isDate(val) {\n return toString.call(val) === '[object Date]';\n}\n\n/**\n * Determine if a value is a File\n *\n * @param {Object} val The value to test\n * @returns {boolean} True if value is a File, otherwise false\n */\nfunction isFile(val) {\n return toString.call(val) === '[object File]';\n}\n\n/**\n * Determine if a value is a Blob\n *\n * @param {Object} val The value to test\n * @returns {boolean} True if value is a Blob, otherwise false\n */\nfunction isBlob(val) {\n return toString.call(val) === '[object Blob]';\n}\n\n/**\n * Determine if a value is a Function\n *\n * @param {Object} val The value to test\n * @returns {boolean} True if value is a Function, otherwise false\n */\nfunction isFunction(val) {\n return toString.call(val) === '[object Function]';\n}\n\n/**\n * Determine if a value is a Stream\n *\n * @param {Object} val The value to test\n * @returns {boolean} True if value is a Stream, otherwise false\n */\nfunction isStream(val) {\n return isObject(val) && isFunction(val.pipe);\n}\n\n/**\n * Determine if a value is a URLSearchParams object\n *\n * @param {Object} val The value to test\n * @returns {boolean} True if value is a URLSearchParams object, otherwise false\n */\nfunction isURLSearchParams(val) {\n return typeof URLSearchParams !== 'undefined' && val instanceof URLSearchParams;\n}\n\n/**\n * Trim excess whitespace off the beginning and end of a string\n *\n * @param {String} str The String to trim\n * @returns {String} The String freed of excess whitespace\n */\nfunction trim(str) {\n return str.replace(/^\\s*/, '').replace(/\\s*$/, '');\n}\n\n/**\n * Determine if we're running in a standard browser environment\n *\n * This allows axios to run in a web worker, and react-native.\n * Both environments support XMLHttpRequest, but not fully standard globals.\n *\n * web workers:\n * typeof window -> undefined\n * typeof document -> undefined\n *\n * react-native:\n * navigator.product -> 'ReactNative'\n * nativescript\n * navigator.product -> 'NativeScript' or 'NS'\n */\nfunction isStandardBrowserEnv() {\n if (typeof navigator !== 'undefined' && (navigator.product === 'ReactNative' ||\n navigator.product === 'NativeScript' ||\n navigator.product === 'NS')) {\n return false;\n }\n return (\n typeof window !== 'undefined' &&\n typeof document !== 'undefined'\n );\n}\n\n/**\n * Iterate over an Array or an Object invoking a function for each item.\n *\n * If `obj` is an Array callback will be called passing\n * the value, index, and complete array for each item.\n *\n * If 'obj' is an Object callback will be called passing\n * the value, key, and complete object for each property.\n *\n * @param {Object|Array} obj The object to iterate\n * @param {Function} fn The callback to invoke for each item\n */\nfunction forEach(obj, fn) {\n // Don't bother if no value provided\n if (obj === null || typeof obj === 'undefined') {\n return;\n }\n\n // Force an array if not already something iterable\n if (typeof obj !== 'object') {\n /*eslint no-param-reassign:0*/\n obj = [obj];\n }\n\n if (isArray(obj)) {\n // Iterate over array values\n for (var i = 0, l = obj.length; i < l; i++) {\n fn.call(null, obj[i], i, obj);\n }\n } else {\n // Iterate over object keys\n for (var key in obj) {\n if (Object.prototype.hasOwnProperty.call(obj, key)) {\n fn.call(null, obj[key], key, obj);\n }\n }\n }\n}\n\n/**\n * Accepts varargs expecting each argument to be an object, then\n * immutably merges the properties of each object and returns result.\n *\n * When multiple objects contain the same key the later object in\n * the arguments list will take precedence.\n *\n * Example:\n *\n * ```js\n * var result = merge({foo: 123}, {foo: 456});\n * console.log(result.foo); // outputs 456\n * ```\n *\n * @param {Object} obj1 Object to merge\n * @returns {Object} Result of all merge properties\n */\nfunction merge(/* obj1, obj2, obj3, ... */) {\n var result = {};\n function assignValue(val, key) {\n if (typeof result[key] === 'object' && typeof val === 'object') {\n result[key] = merge(result[key], val);\n } else {\n result[key] = val;\n }\n }\n\n for (var i = 0, l = arguments.length; i < l; i++) {\n forEach(arguments[i], assignValue);\n }\n return result;\n}\n\n/**\n * Function equal to merge with the difference being that no reference\n * to original objects is kept.\n *\n * @see merge\n * @param {Object} obj1 Object to merge\n * @returns {Object} Result of all merge properties\n */\nfunction deepMerge(/* obj1, obj2, obj3, ... */) {\n var result = {};\n function assignValue(val, key) {\n if (typeof result[key] === 'object' && typeof val === 'object') {\n result[key] = deepMerge(result[key], val);\n } else if (typeof val === 'object') {\n result[key] = deepMerge({}, val);\n } else {\n result[key] = val;\n }\n }\n\n for (var i = 0, l = arguments.length; i < l; i++) {\n forEach(arguments[i], assignValue);\n }\n return result;\n}\n\n/**\n * Extends object a by mutably adding to it the properties of object b.\n *\n * @param {Object} a The object to be extended\n * @param {Object} b The object to copy properties from\n * @param {Object} thisArg The object to bind function to\n * @return {Object} The resulting value of object a\n */\nfunction extend(a, b, thisArg) {\n forEach(b, function assignValue(val, key) {\n if (thisArg && typeof val === 'function') {\n a[key] = bind(val, thisArg);\n } else {\n a[key] = val;\n }\n });\n return a;\n}\n\nmodule.exports = {\n isArray: isArray,\n isArrayBuffer: isArrayBuffer,\n isBuffer: isBuffer,\n isFormData: isFormData,\n isArrayBufferView: isArrayBufferView,\n isString: isString,\n isNumber: isNumber,\n isObject: isObject,\n isUndefined: isUndefined,\n isDate: isDate,\n isFile: isFile,\n isBlob: isBlob,\n isFunction: isFunction,\n isStream: isStream,\n isURLSearchParams: isURLSearchParams,\n isStandardBrowserEnv: isStandardBrowserEnv,\n forEach: forEach,\n merge: merge,\n deepMerge: deepMerge,\n extend: extend,\n trim: trim\n};\n","var isObject = require('../internals/is-object');\n\nmodule.exports = function (it) {\n if (!isObject(it)) {\n throw TypeError(String(it) + ' is not an object');\n } return it;\n};\n","module.exports = function (exec) {\n try {\n return !!exec();\n } catch (error) {\n return true;\n }\n};\n","\"use strict\";\n\nrequire(\"core-js/modules/es.array.index-of\");\n\nrequire(\"core-js/modules/es.object.assign\");\n\nrequire(\"core-js/modules/es.object.to-string\");\n\nrequire(\"core-js/modules/es.regexp.exec\");\n\nrequire(\"core-js/modules/es.regexp.to-string\");\n\nrequire(\"core-js/modules/es.string.replace\");\n\nObject.defineProperty(exports, \"__esModule\", {\n value: true\n});\nexports.getRootUrl = exports.generateFilePath = exports.imagePath = exports.generateUrl = exports.generateOcsUrl = exports.generateRemoteUrl = exports.linkTo = void 0;\n\n/// <reference types=\"@nextcloud/typings\" />\n\n/**\n * Get an absolute url to a file in an app\n *\n * @param {string} app the id of the app the file belongs to\n * @param {string} file the file path relative to the app folder\n * @return {string} Absolute URL to a file\n */\nvar linkTo = function linkTo(app, file) {\n return generateFilePath(app, '', file);\n};\n/**\n * Creates a relative url for remote use\n *\n * @param {string} service id\n * @return {string} the url\n */\n\n\nexports.linkTo = linkTo;\n\nvar linkToRemoteBase = function linkToRemoteBase(service) {\n return getRootUrl() + '/remote.php/' + service;\n};\n/**\n * @brief Creates an absolute url for remote use\n * @param {string} service id\n * @return {string} the url\n */\n\n\nvar generateRemoteUrl = function generateRemoteUrl(service) {\n return window.location.protocol + '//' + window.location.host + linkToRemoteBase(service);\n};\n/**\n * Get the base path for the given OCS API service\n *\n * @param {string} service name\n * @param {int} version OCS API version\n * @return {string} OCS API base path\n */\n\n\nexports.generateRemoteUrl = generateRemoteUrl;\n\nvar generateOcsUrl = function generateOcsUrl(service, version) {\n version = version !== 2 ? 1 : 2;\n return window.location.protocol + '//' + window.location.host + getRootUrl() + '/ocs/v' + version + '.php/' + service + '/';\n};\n\nexports.generateOcsUrl = generateOcsUrl;\n\n/**\n * Generate the absolute url for the given relative url, which can contain parameters\n *\n * Parameters will be URL encoded automatically\n *\n * @return {string} Absolute URL for the given relative URL\n */\nvar generateUrl = function generateUrl(url, params, options) {\n var allOptions = Object.assign({\n escape: true,\n noRewrite: false\n }, options || {});\n\n var _build = function _build(text, vars) {\n vars = vars || {};\n return text.replace(/{([^{}]*)}/g, function (a, b) {\n var r = vars[b];\n\n if (allOptions.escape) {\n return typeof r === 'string' || typeof r === 'number' ? encodeURIComponent(r.toString()) : encodeURIComponent(a);\n } else {\n return typeof r === 'string' || typeof r === 'number' ? r.toString() : a;\n }\n });\n };\n\n if (url.charAt(0) !== '/') {\n url = '/' + url;\n }\n\n if (OC.config.modRewriteWorking === true && !allOptions.noRewrite) {\n return getRootUrl() + _build(url, params || {});\n }\n\n return getRootUrl() + '/index.php' + _build(url, params || {});\n};\n/**\n * Get the absolute path to an image file\n * if no extension is given for the image, it will automatically decide\n * between .png and .svg based on what the browser supports\n *\n * @param {string} app the app id to which the image belongs\n * @param {string} file the name of the image file\n * @return {string}\n */\n\n\nexports.generateUrl = generateUrl;\n\nvar imagePath = function imagePath(app, file) {\n if (file.indexOf('.') === -1) {\n //if no extension is given, use svg\n return generateFilePath(app, 'img', file + '.svg');\n }\n\n return generateFilePath(app, 'img', file);\n};\n/**\n * Get the absolute url for a file in an app\n *\n * @param {string} app the id of the app\n * @param {string} type the type of the file to link to (e.g. css,img,ajax.template)\n * @param {string} file the filename\n * @return {string} Absolute URL for a file in an app\n */\n\n\nexports.imagePath = imagePath;\n\nvar generateFilePath = function generateFilePath(app, type, file) {\n var isCore = OC.coreApps.indexOf(app) !== -1;\n var link = getRootUrl();\n\n if (file.substring(file.length - 3) === 'php' && !isCore) {\n link += '/index.php/apps/' + app;\n\n if (file !== 'index.php') {\n link += '/';\n\n if (type) {\n link += encodeURI(type + '/');\n }\n\n link += file;\n }\n } else if (file.substring(file.length - 3) !== 'php' && !isCore) {\n link = OC.appswebroots[app];\n\n if (type) {\n link += '/' + type + '/';\n }\n\n if (link.substring(link.length - 1) !== '/') {\n link += '/';\n }\n\n link += file;\n } else {\n if ((app === 'settings' || app === 'core' || app === 'search') && type === 'ajax') {\n link += '/index.php/';\n } else {\n link += '/';\n }\n\n if (!isCore) {\n link += 'apps/';\n }\n\n if (app !== '') {\n app += '/';\n link += app;\n }\n\n if (type) {\n link += type + '/';\n }\n\n link += file;\n }\n\n return link;\n};\n/**\n * Return the web root path where this Nextcloud instance\n * is accessible, with a leading slash.\n * For example \"/nextcloud\".\n *\n * @return {string} web root path\n */\n\n\nexports.generateFilePath = generateFilePath;\n\nvar getRootUrl = function getRootUrl() {\n return OC.webroot;\n};\n\nexports.getRootUrl = getRootUrl;\n//# sourceMappingURL=index.js.map","var check = function (it) {\n return it && it.Math == Math && it;\n};\n\n// https://github.com/zloirock/core-js/issues/86#issuecomment-115759028\nmodule.exports =\n // eslint-disable-next-line no-undef\n check(typeof globalThis == 'object' && globalThis) ||\n check(typeof window == 'object' && window) ||\n check(typeof self == 'object' && self) ||\n check(typeof global == 'object' && global) ||\n // eslint-disable-next-line no-new-func\n Function('return this')();\n","'use strict';\n\nexports.__esModule = true;\nexports.extend = extend;\nexports.indexOf = indexOf;\nexports.escapeExpression = escapeExpression;\nexports.isEmpty = isEmpty;\nexports.createFrame = createFrame;\nexports.blockParams = blockParams;\nexports.appendContextPath = appendContextPath;\nvar escape = {\n '&': '&amp;',\n '<': '&lt;',\n '>': '&gt;',\n '\"': '&quot;',\n \"'\": '&#x27;',\n '`': '&#x60;',\n '=': '&#x3D;'\n};\n\nvar badChars = /[&<>\"'`=]/g,\n possible = /[&<>\"'`=]/;\n\nfunction escapeChar(chr) {\n return escape[chr];\n}\n\nfunction extend(obj /* , ...source */) {\n for (var i = 1; i < arguments.length; i++) {\n for (var key in arguments[i]) {\n if (Object.prototype.hasOwnProperty.call(arguments[i], key)) {\n obj[key] = arguments[i][key];\n }\n }\n }\n\n return obj;\n}\n\nvar toString = Object.prototype.toString;\n\nexports.toString = toString;\n// Sourced from lodash\n// https://github.com/bestiejs/lodash/blob/master/LICENSE.txt\n/* eslint-disable func-style */\nvar isFunction = function isFunction(value) {\n return typeof value === 'function';\n};\n// fallback for older versions of Chrome and Safari\n/* istanbul ignore next */\nif (isFunction(/x/)) {\n exports.isFunction = isFunction = function (value) {\n return typeof value === 'function' && toString.call(value) === '[object Function]';\n };\n}\nexports.isFunction = isFunction;\n\n/* eslint-enable func-style */\n\n/* istanbul ignore next */\nvar isArray = Array.isArray || function (value) {\n return value && typeof value === 'object' ? toString.call(value) === '[object Array]' : false;\n};\n\nexports.isArray = isArray;\n// Older IE versions do not directly support indexOf so we must implement our own, sadly.\n\nfunction indexOf(array, value) {\n for (var i = 0, len = array.length; i < len; i++) {\n if (array[i] === value) {\n return i;\n }\n }\n return -1;\n}\n\nfunction escapeExpression(string) {\n if (typeof string !== 'string') {\n // don't escape SafeStrings, since they're already safe\n if (string && string.toHTML) {\n return string.toHTML();\n } else if (string == null) {\n return '';\n } else if (!string) {\n return string + '';\n }\n\n // Force a string conversion as this will be done by the append regardless and\n // the regex test will do this transparently behind the scenes, causing issues if\n // an object's to string has escaped characters in it.\n string = '' + string;\n }\n\n if (!possible.test(string)) {\n return string;\n }\n return string.replace(badChars, escapeChar);\n}\n\nfunction isEmpty(value) {\n if (!value && value !== 0) {\n return true;\n } else if (isArray(value) && value.length === 0) {\n return true;\n } else {\n return false;\n }\n}\n\nfunction createFrame(object) {\n var frame = extend({}, object);\n frame._parent = object;\n return frame;\n}\n\nfunction blockParams(params, ids) {\n params.path = ids;\n return params;\n}\n\nfunction appendContextPath(contextPath, id) {\n return (contextPath ? contextPath + '.' : '') + id;\n}\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uL2xpYi9oYW5kbGViYXJzL3V0aWxzLmpzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7Ozs7Ozs7Ozs7QUFBQSxJQUFNLE1BQU0sR0FBRztBQUNiLEtBQUcsRUFBRSxPQUFPO0FBQ1osS0FBRyxFQUFFLE1BQU07QUFDWCxLQUFHLEVBQUUsTUFBTTtBQUNYLEtBQUcsRUFBRSxRQUFRO0FBQ2IsS0FBRyxFQUFFLFFBQVE7QUFDYixLQUFHLEVBQUUsUUFBUTtBQUNiLEtBQUcsRUFBRSxRQUFRO0NBQ2QsQ0FBQzs7QUFFRixJQUFNLFFBQVEsR0FBRyxZQUFZO0lBQzNCLFFBQVEsR0FBRyxXQUFXLENBQUM7O0FBRXpCLFNBQVMsVUFBVSxDQUFDLEdBQUcsRUFBRTtBQUN2QixTQUFPLE1BQU0sQ0FBQyxHQUFHLENBQUMsQ0FBQztDQUNwQjs7QUFFTSxTQUFTLE1BQU0sQ0FBQyxHQUFHLG9CQUFvQjtBQUM1QyxPQUFLLElBQUksQ0FBQyxHQUFHLENBQUMsRUFBRSxDQUFDLEdBQUcsU0FBUyxDQUFDLE1BQU0sRUFBRSxDQUFDLEVBQUUsRUFBRTtBQUN6QyxTQUFLLElBQUksR0FBRyxJQUFJLFNBQVMsQ0FBQyxDQUFDLENBQUMsRUFBRTtBQUM1QixVQUFJLE1BQU0sQ0FBQyxTQUFTLENBQUMsY0FBYyxDQUFDLElBQUksQ0FBQyxTQUFTLENBQUMsQ0FBQyxDQUFDLEVBQUUsR0FBRyxDQUFDLEVBQUU7QUFDM0QsV0FBRyxDQUFDLEdBQUcsQ0FBQyxHQUFHLFNBQVMsQ0FBQyxDQUFDLENBQUMsQ0FBQyxHQUFHLENBQUMsQ0FBQztPQUM5QjtLQUNGO0dBQ0Y7O0FBRUQsU0FBTyxHQUFHLENBQUM7Q0FDWjs7QUFFTSxJQUFJLFFBQVEsR0FBRyxNQUFNLENBQUMsU0FBUyxDQUFDLFFBQVEsQ0FBQzs7Ozs7O0FBS2hELElBQUksVUFBVSxHQUFHLG9CQUFTLEtBQUssRUFBRTtBQUMvQixTQUFPLE9BQU8sS0FBSyxLQUFLLFVBQVUsQ0FBQztDQUNwQyxDQUFDOzs7QUFHRixJQUFJLFVBQVUsQ0FBQyxHQUFHLENBQUMsRUFBRTtBQUNuQixVQU9PLFVBQVUsR0FQakIsVUFBVSxHQUFHLFVBQVMsS0FBSyxFQUFFO0FBQzNCLFdBQ0UsT0FBTyxLQUFLLEtBQUssVUFBVSxJQUMzQixRQUFRLENBQUMsSUFBSSxDQUFDLEtBQUssQ0FBQyxLQUFLLG1CQUFtQixDQUM1QztHQUNILENBQUM7Q0FDSDtRQUNRLFVBQVUsR0FBVixVQUFVOzs7OztBQUlaLElBQU0sT0FBTyxHQUNsQixLQUFLLENBQUMsT0FBTyxJQUNiLFVBQVMsS0FBSyxFQUFFO0FBQ2QsU0FBTyxLQUFLLElBQUksT0FBTyxLQUFLLEtBQUssUUFBUSxHQUNyQyxRQUFRLENBQUMsSUFBSSxDQUFDLEtBQUssQ0FBQyxLQUFLLGdCQUFnQixHQUN6QyxLQUFLLENBQUM7Q0FDWCxDQUFDOzs7OztBQUdHLFNBQVMsT0FBTyxDQUFDLEtBQUssRUFBRSxLQUFLLEVBQUU7QUFDcEMsT0FBSyxJQUFJLENBQUMsR0FBRyxDQUFDLEVBQUUsR0FBRyxHQUFHLEtBQUssQ0FBQyxNQUFNLEVBQUUsQ0FBQyxHQUFHLEdBQUcsRUFBRSxDQUFDLEVBQUUsRUFBRTtBQUNoRCxRQUFJLEtBQUssQ0FBQyxDQUFDLENBQUMsS0FBSyxLQUFLLEVBQUU7QUFDdEIsYUFBTyxDQUFDLENBQUM7S0FDVjtHQUNGO0FBQ0QsU0FBTyxDQUFDLENBQUMsQ0FBQztDQUNYOztBQUVNLFNBQVMsZ0JBQWdCLENBQUMsTUFBTSxFQUFFO0FBQ3ZDLE1BQUksT0FBTyxNQUFNLEtBQUssUUFBUSxFQUFFOztBQUU5QixRQUFJLE1BQU0sSUFBSSxNQUFNLENBQUMsTUFBTSxFQUFFO0FBQzNCLGFBQU8sTUFBTSxDQUFDLE1BQU0sRUFBRSxDQUFDO0tBQ3hCLE1BQU0sSUFBSSxNQUFNLElBQUksSUFBSSxFQUFFO0FBQ3pCLGFBQU8sRUFBRSxDQUFDO0tBQ1gsTUFBTSxJQUFJLENBQUMsTUFBTSxFQUFFO0FBQ2xCLGFBQU8sTUFBTSxHQUFHLEVBQUUsQ0FBQztLQUNwQjs7Ozs7QUFLRCxVQUFNLEdBQUcsRUFBRSxHQUFHLE1BQU0sQ0FBQztHQUN0Qjs7QUFFRCxNQUFJLENBQUMsUUFBUSxDQUFDLElBQUksQ0FBQyxNQUFNLENBQUMsRUFBRTtBQUMxQixXQUFPLE1BQU0sQ0FBQztHQUNmO0FBQ0QsU0FBTyxNQUFNLENBQUMsT0FBTyxDQUFDLFFBQVEsRUFBRSxVQUFVLENBQUMsQ0FBQztDQUM3Qzs7QUFFTSxTQUFTLE9BQU8sQ0FBQyxLQUFLLEVBQUU7QUFDN0IsTUFBSSxDQUFDLEtBQUssSUFBSSxLQUFLLEtBQUssQ0FBQyxFQUFFO0FBQ3pCLFdBQU8sSUFBSSxDQUFDO0dBQ2IsTUFBTSxJQUFJLE9BQU8sQ0FBQyxLQUFLLENBQUMsSUFBSSxLQUFLLENBQUMsTUFBTSxLQUFLLENBQUMsRUFBRTtBQUMvQyxXQUFPLElBQUksQ0FBQztHQUNiLE1BQU07QUFDTCxXQUFPLEtBQUssQ0FBQztHQUNkO0NBQ0Y7O0FBRU0sU0FBUyxXQUFXLENBQUMsTUFBTSxFQUFFO0FBQ2xDLE1BQUksS0FBSyxHQUFHLE1BQU0sQ0FBQyxFQUFFLEVBQUUsTUFBTSxDQUFDLENBQUM7QUFDL0IsT0FBSyxDQUFDLE9BQU8sR0FBRyxNQUFNLENBQUM7QUFDdkIsU0FBTyxLQUFLLENBQUM7Q0FDZDs7QUFFTSxTQUFTLFdBQVcsQ0FBQyxNQUFNLEVBQUUsR0FBRyxFQUFFO0FBQ3ZDLFFBQU0sQ0FBQyxJQUFJLEdBQUcsR0FBRyxDQUFDO0FBQ2xCLFNBQU8sTUFBTSxDQUFDO0NBQ2Y7O0FBRU0sU0FBUyxpQkFBaUIsQ0FBQyxXQUFXLEVBQUUsRUFBRSxFQUFFO0FBQ2pELFNBQU8sQ0FBQyxXQUFXLEdBQUcsV0FBVyxHQUFHLEdBQUcsR0FBRyxFQUFFLENBQUEsR0FBSSxFQUFFLENBQUM7Q0FDcEQiLCJmaWxlIjoidXRpbHMuanMiLCJzb3VyY2VzQ29udGVudCI6WyJjb25zdCBlc2NhcGUgPSB7XG4gICcmJzogJyZhbXA7JyxcbiAgJzwnOiAnJmx0OycsXG4gICc+JzogJyZndDsnLFxuICAnXCInOiAnJnF1b3Q7JyxcbiAgXCInXCI6ICcmI3gyNzsnLFxuICAnYCc6ICcmI3g2MDsnLFxuICAnPSc6ICcmI3gzRDsnXG59O1xuXG5jb25zdCBiYWRDaGFycyA9IC9bJjw+XCInYD1dL2csXG4gIHBvc3NpYmxlID0gL1smPD5cIidgPV0vO1xuXG5mdW5jdGlvbiBlc2NhcGVDaGFyKGNocikge1xuICByZXR1cm4gZXNjYXBlW2Nocl07XG59XG5cbmV4cG9ydCBmdW5jdGlvbiBleHRlbmQob2JqIC8qICwgLi4uc291cmNlICovKSB7XG4gIGZvciAobGV0IGkgPSAxOyBpIDwgYXJndW1lbnRzLmxlbmd0aDsgaSsrKSB7XG4gICAgZm9yIChsZXQga2V5IGluIGFyZ3VtZW50c1tpXSkge1xuICAgICAgaWYgKE9iamVjdC5wcm90b3R5cGUuaGFzT3duUHJvcGVydHkuY2FsbChhcmd1bWVudHNbaV0sIGtleSkpIHtcbiAgICAgICAgb2JqW2tleV0gPSBhcmd1bWVudHNbaV1ba2V5XTtcbiAgICAgIH1cbiAgICB9XG4gIH1cblxuICByZXR1cm4gb2JqO1xufVxuXG5leHBvcnQgbGV0IHRvU3RyaW5nID0gT2JqZWN0LnByb3RvdHlwZS50b1N0cmluZztcblxuLy8gU291cmNlZCBmcm9tIGxvZGFzaFxuLy8gaHR0cHM6Ly9naXRodWIuY29tL2Jlc3RpZWpzL2xvZGFzaC9ibG9iL21hc3Rlci9MSUNFTlNFLnR4dFxuLyogZXNsaW50LWRpc2FibGUgZnVuYy1zdHlsZSAqL1xubGV0IGlzRnVuY3Rpb24gPSBmdW5jdGlvbih2YWx1ZSkge1xuICByZXR1cm4gdHlwZW9mIHZhbHVlID09PSAnZnVuY3Rpb24nO1xufTtcbi8vIGZhbGxiYWNrIGZvciBvbGRlciB2ZXJzaW9ucyBvZiBDaHJvbWUgYW5kIFNhZmFyaVxuLyogaXN0YW5idWwgaWdub3JlIG5leHQgKi9cbmlmIChpc0Z1bmN0aW9uKC94LykpIHtcbiAgaXNGdW5jdGlvbiA9IGZ1bmN0aW9uKHZhbHVlKSB7XG4gICAgcmV0dXJuIChcbiAgICAgIHR5cGVvZiB2YWx1ZSA9PT0gJ2Z1bmN0aW9uJyAmJlxuICAgICAgdG9TdHJpbmcuY2FsbCh2YWx1ZSkgPT09ICdbb2JqZWN0IEZ1bmN0aW9uXSdcbiAgICApO1xuICB9O1xufVxuZXhwb3J0IHsgaXNGdW5jdGlvbiB9O1xuLyogZXNsaW50LWVuYWJsZSBmdW5jLXN0eWxlICovXG5cbi8qIGlzdGFuYnVsIGlnbm9yZSBuZXh0ICovXG5leHBvcnQgY29uc3QgaXNBcnJheSA9XG4gIEFycmF5LmlzQXJyYXkgfHxcbiAgZnVuY3Rpb24odmFsdWUpIHtcbiAgICByZXR1cm4gdmFsdWUgJiYgdHlwZW9mIHZhbHVlID09PSAnb2JqZWN0J1xuICAgICAgPyB0b1N0cmluZy5jYWxsKHZhbHVlKSA9PT0gJ1tvYmplY3QgQXJyYXldJ1xuICAgICAgOiBmYWxzZTtcbiAgfTtcblxuLy8gT2xkZXIgSUUgdmVyc2lvbnMgZG8gbm90IGRpcmVjdGx5IHN1cHBvcnQgaW5kZXhPZiBzbyB3ZSBtdXN0IGltcGxlbWVudCBvdXIgb3duLCBzYWRseS5cbmV4cG9ydCBmdW5jdGlvbiBpbmRleE9mKGFycmF5LCB2YWx1ZSkge1xuICBmb3IgKGxldCBpID0gMCwgbGVuID0gYXJyYXkubGVuZ3RoOyBpIDwgbGVuOyBpKyspIHtcbiAgICBpZiAoYXJyYXlbaV0gPT09IHZhbHVlKSB7XG4gICAgICByZXR1cm4gaTtcbiAgICB9XG4gIH1cbiAgcmV0dXJuIC0xO1xufVxuXG5leHBvcnQgZnVuY3Rpb24gZXNjYXBlRXhwcmVzc2lvbihzdHJpbmcpIHtcbiAgaWYgKHR5cGVvZiBzdHJpbmcgIT09ICdzdHJpbmcnKSB7XG4gICAgLy8gZG9uJ3QgZXNjYXBlIFNhZmVTdHJpbmdzLCBzaW5jZSB0aGV5J3JlIGFscmVhZHkgc2FmZVxuICAgIGlmIChzdHJpbmcgJiYgc3RyaW5nLnRvSFRNTCkge1xuICAgICAgcmV0dXJuIHN0cmluZy50b0hUTUwoKTtcbiAgICB9IGVsc2UgaWYgKHN0cmluZyA9PSBudWxsKSB7XG4gICAgICByZXR1cm4gJyc7XG4gICAgfSBlbHNlIGlmICghc3RyaW5nKSB7XG4gICAgICByZXR1cm4gc3RyaW5nICsgJyc7XG4gICAgfVxuXG4gICAgLy8gRm9yY2UgYSBzdHJpbmcgY29udmVyc2lvbiBhcyB0aGlzIHdpbGwgYmUgZG9uZSBieSB0aGUgYXBwZW5kIHJlZ2FyZGxlc3MgYW5kXG4gICAgLy8gdGhlIHJlZ2V4IHRlc3Qgd2lsbCBkbyB0aGlzIHRyYW5zcGFyZW50bHkgYmVoaW5kIHRoZSBzY2VuZXMsIGNhdXNpbmcgaXNzdWVzIGlmXG4gICAgLy8gYW4gb2JqZWN0J3MgdG8gc3RyaW5nIGhhcyBlc2NhcGVkIGNoYXJhY3RlcnMgaW4gaXQuXG4gICAgc3RyaW5nID0gJycgKyBzdHJpbmc7XG4gIH1cblxuICBpZiAoIXBvc3NpYmxlLnRlc3Qoc3RyaW5nKSkge1xuICAgIHJldHVybiBzdHJpbmc7XG4gIH1cbiAgcmV0dXJuIHN0cmluZy5yZXBsYWNlKGJhZENoYXJzLCBlc2NhcGVDaGFyKTtcbn1cblxuZXhwb3J0IGZ1bmN0aW9uIGlzRW1wdHkodmFsdWUpIHtcbiAgaWYgKCF2YWx1ZSAmJiB2YWx1ZSAhPT0gMCkge1xuICAgIHJldHVybiB0cnVlO1xuICB9IGVsc2UgaWYgKGlzQXJyYXkodmFsdWUpICYmIHZhbHVlLmxlbmd0aCA9PT0gMCkge1xuICAgIHJldHVybiB0cnVlO1xuICB9IGVsc2Uge1xuICAgIHJldHVybiBmYWxzZTtcbiAgfVxufVxuXG5leHBvcnQgZnVuY3Rpb24gY3JlYXRlRnJhbWUob2JqZWN0KSB7XG4gIGxldCBmcmFtZSA9IGV4dGVuZCh7fSwgb2JqZWN0KTtcbiAgZnJhbWUuX3BhcmVudCA9IG9iamVjdDtcbiAgcmV0dXJuIGZyYW1lO1xufVxuXG5leHBvcnQgZnVuY3Rpb24gYmxvY2tQYXJhbXMocGFyYW1zLCBpZHMpIHtcbiAgcGFyYW1zLnBhdGggPSBpZHM7XG4gIHJldHVybiBwYXJhbXM7XG59XG5cbmV4cG9ydCBmdW5jdGlvbiBhcHBlbmRDb250ZXh0UGF0aChjb250ZXh0UGF0aCwgaWQpIHtcbiAgcmV0dXJuIChjb250ZXh0UGF0aCA/IGNvbnRleHRQYXRoICsgJy4nIDogJycpICsgaWQ7XG59XG4iXX0=\n","var check = function (it) {\n return it && it.Math == Math && it;\n};\n\n// https://github.com/zloirock/core-js/issues/86#issuecomment-115759028\nmodule.exports =\n // eslint-disable-next-line no-undef\n check(typeof globalThis == 'object' && globalThis) ||\n check(typeof window == 'object' && window) ||\n check(typeof self == 'object' && self) ||\n check(typeof global == 'object' && global) ||\n // eslint-disable-next-line no-new-func\n Function('return this')();\n","var hasOwnProperty = {}.hasOwnProperty;\n\nmodule.exports = function (it, key) {\n return hasOwnProperty.call(it, key);\n};\n","var global = require('../internals/global');\nvar getOwnPropertyDescriptor = require('../internals/object-get-own-property-descriptor').f;\nvar createNonEnumerableProperty = require('../internals/create-non-enumerable-property');\nvar redefine = require('../internals/redefine');\nvar setGlobal = require('../internals/set-global');\nvar copyConstructorProperties = require('../internals/copy-constructor-properties');\nvar isForced = require('../internals/is-forced');\n\n/*\n options.target - name of the target object\n options.global - target is the global object\n options.stat - export as static methods of target\n options.proto - export as prototype methods of target\n options.real - real prototype method for the `pure` version\n options.forced - export even if the native feature is available\n options.bind - bind methods to the target, required for the `pure` version\n options.wrap - wrap constructors to preventing global pollution, required for the `pure` version\n options.unsafe - use the simple assignment of property instead of delete + defineProperty\n options.sham - add a flag to not completely full polyfills\n options.enumerable - export as enumerable property\n options.noTargetGet - prevent calling a getter on target\n*/\nmodule.exports = function (options, source) {\n var TARGET = options.target;\n var GLOBAL = options.global;\n var STATIC = options.stat;\n var FORCED, target, key, targetProperty, sourceProperty, descriptor;\n if (GLOBAL) {\n target = global;\n } else if (STATIC) {\n target = global[TARGET] || setGlobal(TARGET, {});\n } else {\n target = (global[TARGET] || {}).prototype;\n }\n if (target) for (key in source) {\n sourceProperty = source[key];\n if (options.noTargetGet) {\n descriptor = getOwnPropertyDescriptor(target, key);\n targetProperty = descriptor && descriptor.value;\n } else targetProperty = target[key];\n FORCED = isForced(GLOBAL ? key : TARGET + (STATIC ? '.' : '#') + key, options.forced);\n // contained in target\n if (!FORCED && targetProperty !== undefined) {\n if (typeof sourceProperty === typeof targetProperty) continue;\n copyConstructorProperties(sourceProperty, targetProperty);\n }\n // add a flag to not completely full polyfills\n if (options.sham || (targetProperty && targetProperty.sham)) {\n createNonEnumerableProperty(sourceProperty, 'sham', true);\n }\n // extend global\n redefine(target, key, sourceProperty, options);\n }\n};\n","var global = require('../internals/global');\nvar createNonEnumerableProperty = require('../internals/create-non-enumerable-property');\nvar has = require('../internals/has');\nvar setGlobal = require('../internals/set-global');\nvar inspectSource = require('../internals/inspect-source');\nvar InternalStateModule = require('../internals/internal-state');\n\nvar getInternalState = InternalStateModule.get;\nvar enforceInternalState = InternalStateModule.enforce;\nvar TEMPLATE = String(String).split('String');\n\n(module.exports = function (O, key, value, options) {\n var unsafe = options ? !!options.unsafe : false;\n var simple = options ? !!options.enumerable : false;\n var noTargetGet = options ? !!options.noTargetGet : false;\n if (typeof value == 'function') {\n if (typeof key == 'string' && !has(value, 'name')) createNonEnumerableProperty(value, 'name', key);\n enforceInternalState(value).source = TEMPLATE.join(typeof key == 'string' ? key : '');\n }\n if (O === global) {\n if (simple) O[key] = value;\n else setGlobal(key, value);\n return;\n } else if (!unsafe) {\n delete O[key];\n } else if (!noTargetGet && O[key]) {\n simple = true;\n }\n if (simple) O[key] = value;\n else createNonEnumerableProperty(O, key, value);\n// add fake Function#toString for correct work wrapped methods / constructors with methods like LoDash isNative\n})(Function.prototype, 'toString', function toString() {\n return typeof this == 'function' && getInternalState(this).source || inspectSource(this);\n});\n","module.exports = {};\n","var check = function (it) {\n return it && it.Math == Math && it;\n};\n\n// https://github.com/zloirock/core-js/issues/86#issuecomment-115759028\nmodule.exports =\n // eslint-disable-next-line no-undef\n check(typeof globalThis == 'object' && globalThis) ||\n check(typeof window == 'object' && window) ||\n check(typeof self == 'object' && self) ||\n check(typeof global == 'object' && global) ||\n // eslint-disable-next-line no-new-func\n Function('return this')();\n","// Backbone.js 1.4.0\n\n// (c) 2010-2019 Jeremy Ashkenas and DocumentCloud\n// Backbone may be freely distributed under the MIT license.\n// For all details and documentation:\n// http://backbonejs.org\n\n(function(factory) {\n\n // Establish the root object, `window` (`self`) in the browser, or `global` on the server.\n // We use `self` instead of `window` for `WebWorker` support.\n var root = typeof self == 'object' && self.self === self && self ||\n typeof global == 'object' && global.global === global && global;\n\n // Set up Backbone appropriately for the environment. Start with AMD.\n if (typeof define === 'function' && define.amd) {\n define(['underscore', 'jquery', 'exports'], function(_, $, exports) {\n // Export global even in AMD case in case this script is loaded with\n // others that may still expect a global Backbone.\n root.Backbone = factory(root, exports, _, $);\n });\n\n // Next for Node.js or CommonJS. jQuery may not be needed as a module.\n } else if (typeof exports !== 'undefined') {\n var _ = require('underscore'), $;\n try { $ = require('jquery'); } catch (e) {}\n factory(root, exports, _, $);\n\n // Finally, as a browser global.\n } else {\n root.Backbone = factory(root, {}, root._, root.jQuery || root.Zepto || root.ender || root.$);\n }\n\n})(function(root, Backbone, _, $) {\n\n // Initial Setup\n // -------------\n\n // Save the previous value of the `Backbone` variable, so that it can be\n // restored later on, if `noConflict` is used.\n var previousBackbone = root.Backbone;\n\n // Create a local reference to a common array method we'll want to use later.\n var slice = Array.prototype.slice;\n\n // Current version of the library. Keep in sync with `package.json`.\n Backbone.VERSION = '1.4.0';\n\n // For Backbone's purposes, jQuery, Zepto, Ender, or My Library (kidding) owns\n // the `$` variable.\n Backbone.$ = $;\n\n // Runs Backbone.js in *noConflict* mode, returning the `Backbone` variable\n // to its previous owner. Returns a reference to this Backbone object.\n Backbone.noConflict = function() {\n root.Backbone = previousBackbone;\n return this;\n };\n\n // Turn on `emulateHTTP` to support legacy HTTP servers. Setting this option\n // will fake `\"PATCH\"`, `\"PUT\"` and `\"DELETE\"` requests via the `_method` parameter and\n // set a `X-Http-Method-Override` header.\n Backbone.emulateHTTP = false;\n\n // Turn on `emulateJSON` to support legacy servers that can't deal with direct\n // `application/json` requests ... this will encode the body as\n // `application/x-www-form-urlencoded` instead and will send the model in a\n // form param named `model`.\n Backbone.emulateJSON = false;\n\n // Backbone.Events\n // ---------------\n\n // A module that can be mixed in to *any object* in order to provide it with\n // a custom event channel. You may bind a callback to an event with `on` or\n // remove with `off`; `trigger`-ing an event fires all callbacks in\n // succession.\n //\n // var object = {};\n // _.extend(object, Backbone.Events);\n // object.on('expand', function(){ alert('expanded'); });\n // object.trigger('expand');\n //\n var Events = Backbone.Events = {};\n\n // Regular expression used to split event strings.\n var eventSplitter = /\\s+/;\n\n // A private global variable to share between listeners and listenees.\n var _listening;\n\n // Iterates over the standard `event, callback` (as well as the fancy multiple\n // space-separated events `\"change blur\", callback` and jQuery-style event\n // maps `{event: callback}`).\n var eventsApi = function(iteratee, events, name, callback, opts) {\n var i = 0, names;\n if (name && typeof name === 'object') {\n // Handle event maps.\n if (callback !== void 0 && 'context' in opts && opts.context === void 0) opts.context = callback;\n for (names = _.keys(name); i < names.length ; i++) {\n events = eventsApi(iteratee, events, names[i], name[names[i]], opts);\n }\n } else if (name && eventSplitter.test(name)) {\n // Handle space-separated event names by delegating them individually.\n for (names = name.split(eventSplitter); i < names.length; i++) {\n events = iteratee(events, names[i], callback, opts);\n }\n } else {\n // Finally, standard events.\n events = iteratee(events, name, callback, opts);\n }\n return events;\n };\n\n // Bind an event to a `callback` function. Passing `\"all\"` will bind\n // the callback to all events fired.\n Events.on = function(name, callback, context) {\n this._events = eventsApi(onApi, this._events || {}, name, callback, {\n context: context,\n ctx: this,\n listening: _listening\n });\n\n if (_listening) {\n var listeners = this._listeners || (this._listeners = {});\n listeners[_listening.id] = _listening;\n // Allow the listening to use a counter, instead of tracking\n // callbacks for library interop\n _listening.interop = false;\n }\n\n return this;\n };\n\n // Inversion-of-control versions of `on`. Tell *this* object to listen to\n // an event in another object... keeping track of what it's listening to\n // for easier unbinding later.\n Events.listenTo = function(obj, name, callback) {\n if (!obj) return this;\n var id = obj._listenId || (obj._listenId = _.uniqueId('l'));\n var listeningTo = this._listeningTo || (this._listeningTo = {});\n var listening = _listening = listeningTo[id];\n\n // This object is not listening to any other events on `obj` yet.\n // Setup the necessary references to track the listening callbacks.\n if (!listening) {\n this._listenId || (this._listenId = _.uniqueId('l'));\n listening = _listening = listeningTo[id] = new Listening(this, obj);\n }\n\n // Bind callbacks on obj.\n var error = tryCatchOn(obj, name, callback, this);\n _listening = void 0;\n\n if (error) throw error;\n // If the target obj is not Backbone.Events, track events manually.\n if (listening.interop) listening.on(name, callback);\n\n return this;\n };\n\n // The reducing API that adds a callback to the `events` object.\n var onApi = function(events, name, callback, options) {\n if (callback) {\n var handlers = events[name] || (events[name] = []);\n var context = options.context, ctx = options.ctx, listening = options.listening;\n if (listening) listening.count++;\n\n handlers.push({callback: callback, context: context, ctx: context || ctx, listening: listening});\n }\n return events;\n };\n\n // An try-catch guarded #on function, to prevent poisoning the global\n // `_listening` variable.\n var tryCatchOn = function(obj, name, callback, context) {\n try {\n obj.on(name, callback, context);\n } catch (e) {\n return e;\n }\n };\n\n // Remove one or many callbacks. If `context` is null, removes all\n // callbacks with that function. If `callback` is null, removes all\n // callbacks for the event. If `name` is null, removes all bound\n // callbacks for all events.\n Events.off = function(name, callback, context) {\n if (!this._events) return this;\n this._events = eventsApi(offApi, this._events, name, callback, {\n context: context,\n listeners: this._listeners\n });\n\n return this;\n };\n\n // Tell this object to stop listening to either specific events ... or\n // to every object it's currently listening to.\n Events.stopListening = function(obj, name, callback) {\n var listeningTo = this._listeningTo;\n if (!listeningTo) return this;\n\n var ids = obj ? [obj._listenId] : _.keys(listeningTo);\n for (var i = 0; i < ids.length; i++) {\n var listening = listeningTo[ids[i]];\n\n // If listening doesn't exist, this object is not currently\n // listening to obj. Break out early.\n if (!listening) break;\n\n listening.obj.off(name, callback, this);\n if (listening.interop) listening.off(name, callback);\n }\n if (_.isEmpty(listeningTo)) this._listeningTo = void 0;\n\n return this;\n };\n\n // The reducing API that removes a callback from the `events` object.\n var offApi = function(events, name, callback, options) {\n if (!events) return;\n\n var context = options.context, listeners = options.listeners;\n var i = 0, names;\n\n // Delete all event listeners and \"drop\" events.\n if (!name && !context && !callback) {\n for (names = _.keys(listeners); i < names.length; i++) {\n listeners[names[i]].cleanup();\n }\n return;\n }\n\n names = name ? [name] : _.keys(events);\n for (; i < names.length; i++) {\n name = names[i];\n var handlers = events[name];\n\n // Bail out if there are no events stored.\n if (!handlers) break;\n\n // Find any remaining events.\n var remaining = [];\n for (var j = 0; j < handlers.length; j++) {\n var handler = handlers[j];\n if (\n callback && callback !== handler.callback &&\n callback !== handler.callback._callback ||\n context && context !== handler.context\n ) {\n remaining.push(handler);\n } else {\n var listening = handler.listening;\n if (listening) listening.off(name, callback);\n }\n }\n\n // Replace events if there are any remaining. Otherwise, clean up.\n if (remaining.length) {\n events[name] = remaining;\n } else {\n delete events[name];\n }\n }\n\n return events;\n };\n\n // Bind an event to only be triggered a single time. After the first time\n // the callback is invoked, its listener will be removed. If multiple events\n // are passed in using the space-separated syntax, the handler will fire\n // once for each event, not once for a combination of all events.\n Events.once = function(name, callback, context) {\n // Map the event into a `{event: once}` object.\n var events = eventsApi(onceMap, {}, name, callback, this.off.bind(this));\n if (typeof name === 'string' && context == null) callback = void 0;\n return this.on(events, callback, context);\n };\n\n // Inversion-of-control versions of `once`.\n Events.listenToOnce = function(obj, name, callback) {\n // Map the event into a `{event: once}` object.\n var events = eventsApi(onceMap, {}, name, callback, this.stopListening.bind(this, obj));\n return this.listenTo(obj, events);\n };\n\n // Reduces the event callbacks into a map of `{event: onceWrapper}`.\n // `offer` unbinds the `onceWrapper` after it has been called.\n var onceMap = function(map, name, callback, offer) {\n if (callback) {\n var once = map[name] = _.once(function() {\n offer(name, once);\n callback.apply(this, arguments);\n });\n once._callback = callback;\n }\n return map;\n };\n\n // Trigger one or many events, firing all bound callbacks. Callbacks are\n // passed the same arguments as `trigger` is, apart from the event name\n // (unless you're listening on `\"all\"`, which will cause your callback to\n // receive the true name of the event as the first argument).\n Events.trigger = function(name) {\n if (!this._events) return this;\n\n var length = Math.max(0, arguments.length - 1);\n var args = Array(length);\n for (var i = 0; i < length; i++) args[i] = arguments[i + 1];\n\n eventsApi(triggerApi, this._events, name, void 0, args);\n return this;\n };\n\n // Handles triggering the appropriate event callbacks.\n var triggerApi = function(objEvents, name, callback, args) {\n if (objEvents) {\n var events = objEvents[name];\n var allEvents = objEvents.all;\n if (events && allEvents) allEvents = allEvents.slice();\n if (events) triggerEvents(events, args);\n if (allEvents) triggerEvents(allEvents, [name].concat(args));\n }\n return objEvents;\n };\n\n // A difficult-to-believe, but optimized internal dispatch function for\n // triggering events. Tries to keep the usual cases speedy (most internal\n // Backbone events have 3 arguments).\n var triggerEvents = function(events, args) {\n var ev, i = -1, l = events.length, a1 = args[0], a2 = args[1], a3 = args[2];\n switch (args.length) {\n case 0: while (++i < l) (ev = events[i]).callback.call(ev.ctx); return;\n case 1: while (++i < l) (ev = events[i]).callback.call(ev.ctx, a1); return;\n case 2: while (++i < l) (ev = events[i]).callback.call(ev.ctx, a1, a2); return;\n case 3: while (++i < l) (ev = events[i]).callback.call(ev.ctx, a1, a2, a3); return;\n default: while (++i < l) (ev = events[i]).callback.apply(ev.ctx, args); return;\n }\n };\n\n // A listening class that tracks and cleans up memory bindings\n // when all callbacks have been offed.\n var Listening = function(listener, obj) {\n this.id = listener._listenId;\n this.listener = listener;\n this.obj = obj;\n this.interop = true;\n this.count = 0;\n this._events = void 0;\n };\n\n Listening.prototype.on = Events.on;\n\n // Offs a callback (or several).\n // Uses an optimized counter if the listenee uses Backbone.Events.\n // Otherwise, falls back to manual tracking to support events\n // library interop.\n Listening.prototype.off = function(name, callback) {\n var cleanup;\n if (this.interop) {\n this._events = eventsApi(offApi, this._events, name, callback, {\n context: void 0,\n listeners: void 0\n });\n cleanup = !this._events;\n } else {\n this.count--;\n cleanup = this.count === 0;\n }\n if (cleanup) this.cleanup();\n };\n\n // Cleans up memory bindings between the listener and the listenee.\n Listening.prototype.cleanup = function() {\n delete this.listener._listeningTo[this.obj._listenId];\n if (!this.interop) delete this.obj._listeners[this.id];\n };\n\n // Aliases for backwards compatibility.\n Events.bind = Events.on;\n Events.unbind = Events.off;\n\n // Allow the `Backbone` object to serve as a global event bus, for folks who\n // want global \"pubsub\" in a convenient place.\n _.extend(Backbone, Events);\n\n // Backbone.Model\n // --------------\n\n // Backbone **Models** are the basic data object in the framework --\n // frequently representing a row in a table in a database on your server.\n // A discrete chunk of data and a bunch of useful, related methods for\n // performing computations and transformations on that data.\n\n // Create a new model with the specified attributes. A client id (`cid`)\n // is automatically generated and assigned for you.\n var Model = Backbone.Model = function(attributes, options) {\n var attrs = attributes || {};\n options || (options = {});\n this.preinitialize.apply(this, arguments);\n this.cid = _.uniqueId(this.cidPrefix);\n this.attributes = {};\n if (options.collection) this.collection = options.collection;\n if (options.parse) attrs = this.parse(attrs, options) || {};\n var defaults = _.result(this, 'defaults');\n attrs = _.defaults(_.extend({}, defaults, attrs), defaults);\n this.set(attrs, options);\n this.changed = {};\n this.initialize.apply(this, arguments);\n };\n\n // Attach all inheritable methods to the Model prototype.\n _.extend(Model.prototype, Events, {\n\n // A hash of attributes whose current and previous value differ.\n changed: null,\n\n // The value returned during the last failed validation.\n validationError: null,\n\n // The default name for the JSON `id` attribute is `\"id\"`. MongoDB and\n // CouchDB users may want to set this to `\"_id\"`.\n idAttribute: 'id',\n\n // The prefix is used to create the client id which is used to identify models locally.\n // You may want to override this if you're experiencing name clashes with model ids.\n cidPrefix: 'c',\n\n // preinitialize is an empty function by default. You can override it with a function\n // or object. preinitialize will run before any instantiation logic is run in the Model.\n preinitialize: function(){},\n\n // Initialize is an empty function by default. Override it with your own\n // initialization logic.\n initialize: function(){},\n\n // Return a copy of the model's `attributes` object.\n toJSON: function(options) {\n return _.clone(this.attributes);\n },\n\n // Proxy `Backbone.sync` by default -- but override this if you need\n // custom syncing semantics for *this* particular model.\n sync: function() {\n return Backbone.sync.apply(this, arguments);\n },\n\n // Get the value of an attribute.\n get: function(attr) {\n return this.attributes[attr];\n },\n\n // Get the HTML-escaped value of an attribute.\n escape: function(attr) {\n return _.escape(this.get(attr));\n },\n\n // Returns `true` if the attribute contains a value that is not null\n // or undefined.\n has: function(attr) {\n return this.get(attr) != null;\n },\n\n // Special-cased proxy to underscore's `_.matches` method.\n matches: function(attrs) {\n return !!_.iteratee(attrs, this)(this.attributes);\n },\n\n // Set a hash of model attributes on the object, firing `\"change\"`. This is\n // the core primitive operation of a model, updating the data and notifying\n // anyone who needs to know about the change in state. The heart of the beast.\n set: function(key, val, options) {\n if (key == null) return this;\n\n // Handle both `\"key\", value` and `{key: value}` -style arguments.\n var attrs;\n if (typeof key === 'object') {\n attrs = key;\n options = val;\n } else {\n (attrs = {})[key] = val;\n }\n\n options || (options = {});\n\n // Run validation.\n if (!this._validate(attrs, options)) return false;\n\n // Extract attributes and options.\n var unset = options.unset;\n var silent = options.silent;\n var changes = [];\n var changing = this._changing;\n this._changing = true;\n\n if (!changing) {\n this._previousAttributes = _.clone(this.attributes);\n this.changed = {};\n }\n\n var current = this.attributes;\n var changed = this.changed;\n var prev = this._previousAttributes;\n\n // For each `set` attribute, update or delete the current value.\n for (var attr in attrs) {\n val = attrs[attr];\n if (!_.isEqual(current[attr], val)) changes.push(attr);\n if (!_.isEqual(prev[attr], val)) {\n changed[attr] = val;\n } else {\n delete changed[attr];\n }\n unset ? delete current[attr] : current[attr] = val;\n }\n\n // Update the `id`.\n if (this.idAttribute in attrs) this.id = this.get(this.idAttribute);\n\n // Trigger all relevant attribute changes.\n if (!silent) {\n if (changes.length) this._pending = options;\n for (var i = 0; i < changes.length; i++) {\n this.trigger('change:' + changes[i], this, current[changes[i]], options);\n }\n }\n\n // You might be wondering why there's a `while` loop here. Changes can\n // be recursively nested within `\"change\"` events.\n if (changing) return this;\n if (!silent) {\n while (this._pending) {\n options = this._pending;\n this._pending = false;\n this.trigger('change', this, options);\n }\n }\n this._pending = false;\n this._changing = false;\n return this;\n },\n\n // Remove an attribute from the model, firing `\"change\"`. `unset` is a noop\n // if the attribute doesn't exist.\n unset: function(attr, options) {\n return this.set(attr, void 0, _.extend({}, options, {unset: true}));\n },\n\n // Clear all attributes on the model, firing `\"change\"`.\n clear: function(options) {\n var attrs = {};\n for (var key in this.attributes) attrs[key] = void 0;\n return this.set(attrs, _.extend({}, options, {unset: true}));\n },\n\n // Determine if the model has changed since the last `\"change\"` event.\n // If you specify an attribute name, determine if that attribute has changed.\n hasChanged: function(attr) {\n if (attr == null) return !_.isEmpty(this.changed);\n return _.has(this.changed, attr);\n },\n\n // Return an object containing all the attributes that have changed, or\n // false if there are no changed attributes. Useful for determining what\n // parts of a view need to be updated and/or what attributes need to be\n // persisted to the server. Unset attributes will be set to undefined.\n // You can also pass an attributes object to diff against the model,\n // determining if there *would be* a change.\n changedAttributes: function(diff) {\n if (!diff) return this.hasChanged() ? _.clone(this.changed) : false;\n var old = this._changing ? this._previousAttributes : this.attributes;\n var changed = {};\n var hasChanged;\n for (var attr in diff) {\n var val = diff[attr];\n if (_.isEqual(old[attr], val)) continue;\n changed[attr] = val;\n hasChanged = true;\n }\n return hasChanged ? changed : false;\n },\n\n // Get the previous value of an attribute, recorded at the time the last\n // `\"change\"` event was fired.\n previous: function(attr) {\n if (attr == null || !this._previousAttributes) return null;\n return this._previousAttributes[attr];\n },\n\n // Get all of the attributes of the model at the time of the previous\n // `\"change\"` event.\n previousAttributes: function() {\n return _.clone(this._previousAttributes);\n },\n\n // Fetch the model from the server, merging the response with the model's\n // local attributes. Any changed attributes will trigger a \"change\" event.\n fetch: function(options) {\n options = _.extend({parse: true}, options);\n var model = this;\n var success = options.success;\n options.success = function(resp) {\n var serverAttrs = options.parse ? model.parse(resp, options) : resp;\n if (!model.set(serverAttrs, options)) return false;\n if (success) success.call(options.context, model, resp, options);\n model.trigger('sync', model, resp, options);\n };\n wrapError(this, options);\n return this.sync('read', this, options);\n },\n\n // Set a hash of model attributes, and sync the model to the server.\n // If the server returns an attributes hash that differs, the model's\n // state will be `set` again.\n save: function(key, val, options) {\n // Handle both `\"key\", value` and `{key: value}` -style arguments.\n var attrs;\n if (key == null || typeof key === 'object') {\n attrs = key;\n options = val;\n } else {\n (attrs = {})[key] = val;\n }\n\n options = _.extend({validate: true, parse: true}, options);\n var wait = options.wait;\n\n // If we're not waiting and attributes exist, save acts as\n // `set(attr).save(null, opts)` with validation. Otherwise, check if\n // the model will be valid when the attributes, if any, are set.\n if (attrs && !wait) {\n if (!this.set(attrs, options)) return false;\n } else if (!this._validate(attrs, options)) {\n return false;\n }\n\n // After a successful server-side save, the client is (optionally)\n // updated with the server-side state.\n var model = this;\n var success = options.success;\n var attributes = this.attributes;\n options.success = function(resp) {\n // Ensure attributes are restored during synchronous saves.\n model.attributes = attributes;\n var serverAttrs = options.parse ? model.parse(resp, options) : resp;\n if (wait) serverAttrs = _.extend({}, attrs, serverAttrs);\n if (serverAttrs && !model.set(serverAttrs, options)) return false;\n if (success) success.call(options.context, model, resp, options);\n model.trigger('sync', model, resp, options);\n };\n wrapError(this, options);\n\n // Set temporary attributes if `{wait: true}` to properly find new ids.\n if (attrs && wait) this.attributes = _.extend({}, attributes, attrs);\n\n var method = this.isNew() ? 'create' : options.patch ? 'patch' : 'update';\n if (method === 'patch' && !options.attrs) options.attrs = attrs;\n var xhr = this.sync(method, this, options);\n\n // Restore attributes.\n this.attributes = attributes;\n\n return xhr;\n },\n\n // Destroy this model on the server if it was already persisted.\n // Optimistically removes the model from its collection, if it has one.\n // If `wait: true` is passed, waits for the server to respond before removal.\n destroy: function(options) {\n options = options ? _.clone(options) : {};\n var model = this;\n var success = options.success;\n var wait = options.wait;\n\n var destroy = function() {\n model.stopListening();\n model.trigger('destroy', model, model.collection, options);\n };\n\n options.success = function(resp) {\n if (wait) destroy();\n if (success) success.call(options.context, model, resp, options);\n if (!model.isNew()) model.trigger('sync', model, resp, options);\n };\n\n var xhr = false;\n if (this.isNew()) {\n _.defer(options.success);\n } else {\n wrapError(this, options);\n xhr = this.sync('delete', this, options);\n }\n if (!wait) destroy();\n return xhr;\n },\n\n // Default URL for the model's representation on the server -- if you're\n // using Backbone's restful methods, override this to change the endpoint\n // that will be called.\n url: function() {\n var base =\n _.result(this, 'urlRoot') ||\n _.result(this.collection, 'url') ||\n urlError();\n if (this.isNew()) return base;\n var id = this.get(this.idAttribute);\n return base.replace(/[^\\/]$/, '$&/') + encodeURIComponent(id);\n },\n\n // **parse** converts a response into the hash of attributes to be `set` on\n // the model. The default implementation is just to pass the response along.\n parse: function(resp, options) {\n return resp;\n },\n\n // Create a new model with identical attributes to this one.\n clone: function() {\n return new this.constructor(this.attributes);\n },\n\n // A model is new if it has never been saved to the server, and lacks an id.\n isNew: function() {\n return !this.has(this.idAttribute);\n },\n\n // Check if the model is currently in a valid state.\n isValid: function(options) {\n return this._validate({}, _.extend({}, options, {validate: true}));\n },\n\n // Run validation against the next complete set of model attributes,\n // returning `true` if all is well. Otherwise, fire an `\"invalid\"` event.\n _validate: function(attrs, options) {\n if (!options.validate || !this.validate) return true;\n attrs = _.extend({}, this.attributes, attrs);\n var error = this.validationError = this.validate(attrs, options) || null;\n if (!error) return true;\n this.trigger('invalid', this, error, _.extend(options, {validationError: error}));\n return false;\n }\n\n });\n\n // Backbone.Collection\n // -------------------\n\n // If models tend to represent a single row of data, a Backbone Collection is\n // more analogous to a table full of data ... or a small slice or page of that\n // table, or a collection of rows that belong together for a particular reason\n // -- all of the messages in this particular folder, all of the documents\n // belonging to this particular author, and so on. Collections maintain\n // indexes of their models, both in order, and for lookup by `id`.\n\n // Create a new **Collection**, perhaps to contain a specific type of `model`.\n // If a `comparator` is specified, the Collection will maintain\n // its models in sort order, as they're added and removed.\n var Collection = Backbone.Collection = function(models, options) {\n options || (options = {});\n this.preinitialize.apply(this, arguments);\n if (options.model) this.model = options.model;\n if (options.comparator !== void 0) this.comparator = options.comparator;\n this._reset();\n this.initialize.apply(this, arguments);\n if (models) this.reset(models, _.extend({silent: true}, options));\n };\n\n // Default options for `Collection#set`.\n var setOptions = {add: true, remove: true, merge: true};\n var addOptions = {add: true, remove: false};\n\n // Splices `insert` into `array` at index `at`.\n var splice = function(array, insert, at) {\n at = Math.min(Math.max(at, 0), array.length);\n var tail = Array(array.length - at);\n var length = insert.length;\n var i;\n for (i = 0; i < tail.length; i++) tail[i] = array[i + at];\n for (i = 0; i < length; i++) array[i + at] = insert[i];\n for (i = 0; i < tail.length; i++) array[i + length + at] = tail[i];\n };\n\n // Define the Collection's inheritable methods.\n _.extend(Collection.prototype, Events, {\n\n // The default model for a collection is just a **Backbone.Model**.\n // This should be overridden in most cases.\n model: Model,\n\n\n // preinitialize is an empty function by default. You can override it with a function\n // or object. preinitialize will run before any instantiation logic is run in the Collection.\n preinitialize: function(){},\n\n // Initialize is an empty function by default. Override it with your own\n // initialization logic.\n initialize: function(){},\n\n // The JSON representation of a Collection is an array of the\n // models' attributes.\n toJSON: function(options) {\n return this.map(function(model) { return model.toJSON(options); });\n },\n\n // Proxy `Backbone.sync` by default.\n sync: function() {\n return Backbone.sync.apply(this, arguments);\n },\n\n // Add a model, or list of models to the set. `models` may be Backbone\n // Models or raw JavaScript objects to be converted to Models, or any\n // combination of the two.\n add: function(models, options) {\n return this.set(models, _.extend({merge: false}, options, addOptions));\n },\n\n // Remove a model, or a list of models from the set.\n remove: function(models, options) {\n options = _.extend({}, options);\n var singular = !_.isArray(models);\n models = singular ? [models] : models.slice();\n var removed = this._removeModels(models, options);\n if (!options.silent && removed.length) {\n options.changes = {added: [], merged: [], removed: removed};\n this.trigger('update', this, options);\n }\n return singular ? removed[0] : removed;\n },\n\n // Update a collection by `set`-ing a new list of models, adding new ones,\n // removing models that are no longer present, and merging models that\n // already exist in the collection, as necessary. Similar to **Model#set**,\n // the core operation for updating the data contained by the collection.\n set: function(models, options) {\n if (models == null) return;\n\n options = _.extend({}, setOptions, options);\n if (options.parse && !this._isModel(models)) {\n models = this.parse(models, options) || [];\n }\n\n var singular = !_.isArray(models);\n models = singular ? [models] : models.slice();\n\n var at = options.at;\n if (at != null) at = +at;\n if (at > this.length) at = this.length;\n if (at < 0) at += this.length + 1;\n\n var set = [];\n var toAdd = [];\n var toMerge = [];\n var toRemove = [];\n var modelMap = {};\n\n var add = options.add;\n var merge = options.merge;\n var remove = options.remove;\n\n var sort = false;\n var sortable = this.comparator && at == null && options.sort !== false;\n var sortAttr = _.isString(this.comparator) ? this.comparator : null;\n\n // Turn bare objects into model references, and prevent invalid models\n // from being added.\n var model, i;\n for (i = 0; i < models.length; i++) {\n model = models[i];\n\n // If a duplicate is found, prevent it from being added and\n // optionally merge it into the existing model.\n var existing = this.get(model);\n if (existing) {\n if (merge && model !== existing) {\n var attrs = this._isModel(model) ? model.attributes : model;\n if (options.parse) attrs = existing.parse(attrs, options);\n existing.set(attrs, options);\n toMerge.push(existing);\n if (sortable && !sort) sort = existing.hasChanged(sortAttr);\n }\n if (!modelMap[existing.cid]) {\n modelMap[existing.cid] = true;\n set.push(existing);\n }\n models[i] = existing;\n\n // If this is a new, valid model, push it to the `toAdd` list.\n } else if (add) {\n model = models[i] = this._prepareModel(model, options);\n if (model) {\n toAdd.push(model);\n this._addReference(model, options);\n modelMap[model.cid] = true;\n set.push(model);\n }\n }\n }\n\n // Remove stale models.\n if (remove) {\n for (i = 0; i < this.length; i++) {\n model = this.models[i];\n if (!modelMap[model.cid]) toRemove.push(model);\n }\n if (toRemove.length) this._removeModels(toRemove, options);\n }\n\n // See if sorting is needed, update `length` and splice in new models.\n var orderChanged = false;\n var replace = !sortable && add && remove;\n if (set.length && replace) {\n orderChanged = this.length !== set.length || _.some(this.models, function(m, index) {\n return m !== set[index];\n });\n this.models.length = 0;\n splice(this.models, set, 0);\n this.length = this.models.length;\n } else if (toAdd.length) {\n if (sortable) sort = true;\n splice(this.models, toAdd, at == null ? this.length : at);\n this.length = this.models.length;\n }\n\n // Silently sort the collection if appropriate.\n if (sort) this.sort({silent: true});\n\n // Unless silenced, it's time to fire all appropriate add/sort/update events.\n if (!options.silent) {\n for (i = 0; i < toAdd.length; i++) {\n if (at != null) options.index = at + i;\n model = toAdd[i];\n model.trigger('add', model, this, options);\n }\n if (sort || orderChanged) this.trigger('sort', this, options);\n if (toAdd.length || toRemove.length || toMerge.length) {\n options.changes = {\n added: toAdd,\n removed: toRemove,\n merged: toMerge\n };\n this.trigger('update', this, options);\n }\n }\n\n // Return the added (or merged) model (or models).\n return singular ? models[0] : models;\n },\n\n // When you have more items than you want to add or remove individually,\n // you can reset the entire set with a new list of models, without firing\n // any granular `add` or `remove` events. Fires `reset` when finished.\n // Useful for bulk operations and optimizations.\n reset: function(models, options) {\n options = options ? _.clone(options) : {};\n for (var i = 0; i < this.models.length; i++) {\n this._removeReference(this.models[i], options);\n }\n options.previousModels = this.models;\n this._reset();\n models = this.add(models, _.extend({silent: true}, options));\n if (!options.silent) this.trigger('reset', this, options);\n return models;\n },\n\n // Add a model to the end of the collection.\n push: function(model, options) {\n return this.add(model, _.extend({at: this.length}, options));\n },\n\n // Remove a model from the end of the collection.\n pop: function(options) {\n var model = this.at(this.length - 1);\n return this.remove(model, options);\n },\n\n // Add a model to the beginning of the collection.\n unshift: function(model, options) {\n return this.add(model, _.extend({at: 0}, options));\n },\n\n // Remove a model from the beginning of the collection.\n shift: function(options) {\n var model = this.at(0);\n return this.remove(model, options);\n },\n\n // Slice out a sub-array of models from the collection.\n slice: function() {\n return slice.apply(this.models, arguments);\n },\n\n // Get a model from the set by id, cid, model object with id or cid\n // properties, or an attributes object that is transformed through modelId.\n get: function(obj) {\n if (obj == null) return void 0;\n return this._byId[obj] ||\n this._byId[this.modelId(this._isModel(obj) ? obj.attributes : obj)] ||\n obj.cid && this._byId[obj.cid];\n },\n\n // Returns `true` if the model is in the collection.\n has: function(obj) {\n return this.get(obj) != null;\n },\n\n // Get the model at the given index.\n at: function(index) {\n if (index < 0) index += this.length;\n return this.models[index];\n },\n\n // Return models with matching attributes. Useful for simple cases of\n // `filter`.\n where: function(attrs, first) {\n return this[first ? 'find' : 'filter'](attrs);\n },\n\n // Return the first model with matching attributes. Useful for simple cases\n // of `find`.\n findWhere: function(attrs) {\n return this.where(attrs, true);\n },\n\n // Force the collection to re-sort itself. You don't need to call this under\n // normal circumstances, as the set will maintain sort order as each item\n // is added.\n sort: function(options) {\n var comparator = this.comparator;\n if (!comparator) throw new Error('Cannot sort a set without a comparator');\n options || (options = {});\n\n var length = comparator.length;\n if (_.isFunction(comparator)) comparator = comparator.bind(this);\n\n // Run sort based on type of `comparator`.\n if (length === 1 || _.isString(comparator)) {\n this.models = this.sortBy(comparator);\n } else {\n this.models.sort(comparator);\n }\n if (!options.silent) this.trigger('sort', this, options);\n return this;\n },\n\n // Pluck an attribute from each model in the collection.\n pluck: function(attr) {\n return this.map(attr + '');\n },\n\n // Fetch the default set of models for this collection, resetting the\n // collection when they arrive. If `reset: true` is passed, the response\n // data will be passed through the `reset` method instead of `set`.\n fetch: function(options) {\n options = _.extend({parse: true}, options);\n var success = options.success;\n var collection = this;\n options.success = function(resp) {\n var method = options.reset ? 'reset' : 'set';\n collection[method](resp, options);\n if (success) success.call(options.context, collection, resp, options);\n collection.trigger('sync', collection, resp, options);\n };\n wrapError(this, options);\n return this.sync('read', this, options);\n },\n\n // Create a new instance of a model in this collection. Add the model to the\n // collection immediately, unless `wait: true` is passed, in which case we\n // wait for the server to agree.\n create: function(model, options) {\n options = options ? _.clone(options) : {};\n var wait = options.wait;\n model = this._prepareModel(model, options);\n if (!model) return false;\n if (!wait) this.add(model, options);\n var collection = this;\n var success = options.success;\n options.success = function(m, resp, callbackOpts) {\n if (wait) collection.add(m, callbackOpts);\n if (success) success.call(callbackOpts.context, m, resp, callbackOpts);\n };\n model.save(null, options);\n return model;\n },\n\n // **parse** converts a response into a list of models to be added to the\n // collection. The default implementation is just to pass it through.\n parse: function(resp, options) {\n return resp;\n },\n\n // Create a new collection with an identical list of models as this one.\n clone: function() {\n return new this.constructor(this.models, {\n model: this.model,\n comparator: this.comparator\n });\n },\n\n // Define how to uniquely identify models in the collection.\n modelId: function(attrs) {\n return attrs[this.model.prototype.idAttribute || 'id'];\n },\n\n // Get an iterator of all models in this collection.\n values: function() {\n return new CollectionIterator(this, ITERATOR_VALUES);\n },\n\n // Get an iterator of all model IDs in this collection.\n keys: function() {\n return new CollectionIterator(this, ITERATOR_KEYS);\n },\n\n // Get an iterator of all [ID, model] tuples in this collection.\n entries: function() {\n return new CollectionIterator(this, ITERATOR_KEYSVALUES);\n },\n\n // Private method to reset all internal state. Called when the collection\n // is first initialized or reset.\n _reset: function() {\n this.length = 0;\n this.models = [];\n this._byId = {};\n },\n\n // Prepare a hash of attributes (or other model) to be added to this\n // collection.\n _prepareModel: function(attrs, options) {\n if (this._isModel(attrs)) {\n if (!attrs.collection) attrs.collection = this;\n return attrs;\n }\n options = options ? _.clone(options) : {};\n options.collection = this;\n var model = new this.model(attrs, options);\n if (!model.validationError) return model;\n this.trigger('invalid', this, model.validationError, options);\n return false;\n },\n\n // Internal method called by both remove and set.\n _removeModels: function(models, options) {\n var removed = [];\n for (var i = 0; i < models.length; i++) {\n var model = this.get(models[i]);\n if (!model) continue;\n\n var index = this.indexOf(model);\n this.models.splice(index, 1);\n this.length--;\n\n // Remove references before triggering 'remove' event to prevent an\n // infinite loop. #3693\n delete this._byId[model.cid];\n var id = this.modelId(model.attributes);\n if (id != null) delete this._byId[id];\n\n if (!options.silent) {\n options.index = index;\n model.trigger('remove', model, this, options);\n }\n\n removed.push(model);\n this._removeReference(model, options);\n }\n return removed;\n },\n\n // Method for checking whether an object should be considered a model for\n // the purposes of adding to the collection.\n _isModel: function(model) {\n return model instanceof Model;\n },\n\n // Internal method to create a model's ties to a collection.\n _addReference: function(model, options) {\n this._byId[model.cid] = model;\n var id = this.modelId(model.attributes);\n if (id != null) this._byId[id] = model;\n model.on('all', this._onModelEvent, this);\n },\n\n // Internal method to sever a model's ties to a collection.\n _removeReference: function(model, options) {\n delete this._byId[model.cid];\n var id = this.modelId(model.attributes);\n if (id != null) delete this._byId[id];\n if (this === model.collection) delete model.collection;\n model.off('all', this._onModelEvent, this);\n },\n\n // Internal method called every time a model in the set fires an event.\n // Sets need to update their indexes when models change ids. All other\n // events simply proxy through. \"add\" and \"remove\" events that originate\n // in other collections are ignored.\n _onModelEvent: function(event, model, collection, options) {\n if (model) {\n if ((event === 'add' || event === 'remove') && collection !== this) return;\n if (event === 'destroy') this.remove(model, options);\n if (event === 'change') {\n var prevId = this.modelId(model.previousAttributes());\n var id = this.modelId(model.attributes);\n if (prevId !== id) {\n if (prevId != null) delete this._byId[prevId];\n if (id != null) this._byId[id] = model;\n }\n }\n }\n this.trigger.apply(this, arguments);\n }\n\n });\n\n // Defining an @@iterator method implements JavaScript's Iterable protocol.\n // In modern ES2015 browsers, this value is found at Symbol.iterator.\n /* global Symbol */\n var $$iterator = typeof Symbol === 'function' && Symbol.iterator;\n if ($$iterator) {\n Collection.prototype[$$iterator] = Collection.prototype.values;\n }\n\n // CollectionIterator\n // ------------------\n\n // A CollectionIterator implements JavaScript's Iterator protocol, allowing the\n // use of `for of` loops in modern browsers and interoperation between\n // Backbone.Collection and other JavaScript functions and third-party libraries\n // which can operate on Iterables.\n var CollectionIterator = function(collection, kind) {\n this._collection = collection;\n this._kind = kind;\n this._index = 0;\n };\n\n // This \"enum\" defines the three possible kinds of values which can be emitted\n // by a CollectionIterator that correspond to the values(), keys() and entries()\n // methods on Collection, respectively.\n var ITERATOR_VALUES = 1;\n var ITERATOR_KEYS = 2;\n var ITERATOR_KEYSVALUES = 3;\n\n // All Iterators should themselves be Iterable.\n if ($$iterator) {\n CollectionIterator.prototype[$$iterator] = function() {\n return this;\n };\n }\n\n CollectionIterator.prototype.next = function() {\n if (this._collection) {\n\n // Only continue iterating if the iterated collection is long enough.\n if (this._index < this._collection.length) {\n var model = this._collection.at(this._index);\n this._index++;\n\n // Construct a value depending on what kind of values should be iterated.\n var value;\n if (this._kind === ITERATOR_VALUES) {\n value = model;\n } else {\n var id = this._collection.modelId(model.attributes);\n if (this._kind === ITERATOR_KEYS) {\n value = id;\n } else { // ITERATOR_KEYSVALUES\n value = [id, model];\n }\n }\n return {value: value, done: false};\n }\n\n // Once exhausted, remove the reference to the collection so future\n // calls to the next method always return done.\n this._collection = void 0;\n }\n\n return {value: void 0, done: true};\n };\n\n // Backbone.View\n // -------------\n\n // Backbone Views are almost more convention than they are actual code. A View\n // is simply a JavaScript object that represents a logical chunk of UI in the\n // DOM. This might be a single item, an entire list, a sidebar or panel, or\n // even the surrounding frame which wraps your whole app. Defining a chunk of\n // UI as a **View** allows you to define your DOM events declaratively, without\n // having to worry about render order ... and makes it easy for the view to\n // react to specific changes in the state of your models.\n\n // Creating a Backbone.View creates its initial element outside of the DOM,\n // if an existing element is not provided...\n var View = Backbone.View = function(options) {\n this.cid = _.uniqueId('view');\n this.preinitialize.apply(this, arguments);\n _.extend(this, _.pick(options, viewOptions));\n this._ensureElement();\n this.initialize.apply(this, arguments);\n };\n\n // Cached regex to split keys for `delegate`.\n var delegateEventSplitter = /^(\\S+)\\s*(.*)$/;\n\n // List of view options to be set as properties.\n var viewOptions = ['model', 'collection', 'el', 'id', 'attributes', 'className', 'tagName', 'events'];\n\n // Set up all inheritable **Backbone.View** properties and methods.\n _.extend(View.prototype, Events, {\n\n // The default `tagName` of a View's element is `\"div\"`.\n tagName: 'div',\n\n // jQuery delegate for element lookup, scoped to DOM elements within the\n // current view. This should be preferred to global lookups where possible.\n $: function(selector) {\n return this.$el.find(selector);\n },\n\n // preinitialize is an empty function by default. You can override it with a function\n // or object. preinitialize will run before any instantiation logic is run in the View\n preinitialize: function(){},\n\n // Initialize is an empty function by default. Override it with your own\n // initialization logic.\n initialize: function(){},\n\n // **render** is the core function that your view should override, in order\n // to populate its element (`this.el`), with the appropriate HTML. The\n // convention is for **render** to always return `this`.\n render: function() {\n return this;\n },\n\n // Remove this view by taking the element out of the DOM, and removing any\n // applicable Backbone.Events listeners.\n remove: function() {\n this._removeElement();\n this.stopListening();\n return this;\n },\n\n // Remove this view's element from the document and all event listeners\n // attached to it. Exposed for subclasses using an alternative DOM\n // manipulation API.\n _removeElement: function() {\n this.$el.remove();\n },\n\n // Change the view's element (`this.el` property) and re-delegate the\n // view's events on the new element.\n setElement: function(element) {\n this.undelegateEvents();\n this._setElement(element);\n this.delegateEvents();\n return this;\n },\n\n // Creates the `this.el` and `this.$el` references for this view using the\n // given `el`. `el` can be a CSS selector or an HTML string, a jQuery\n // context or an element. Subclasses can override this to utilize an\n // alternative DOM manipulation API and are only required to set the\n // `this.el` property.\n _setElement: function(el) {\n this.$el = el instanceof Backbone.$ ? el : Backbone.$(el);\n this.el = this.$el[0];\n },\n\n // Set callbacks, where `this.events` is a hash of\n //\n // *{\"event selector\": \"callback\"}*\n //\n // {\n // 'mousedown .title': 'edit',\n // 'click .button': 'save',\n // 'click .open': function(e) { ... }\n // }\n //\n // pairs. Callbacks will be bound to the view, with `this` set properly.\n // Uses event delegation for efficiency.\n // Omitting the selector binds the event to `this.el`.\n delegateEvents: function(events) {\n events || (events = _.result(this, 'events'));\n if (!events) return this;\n this.undelegateEvents();\n for (var key in events) {\n var method = events[key];\n if (!_.isFunction(method)) method = this[method];\n if (!method) continue;\n var match = key.match(delegateEventSplitter);\n this.delegate(match[1], match[2], method.bind(this));\n }\n return this;\n },\n\n // Add a single event listener to the view's element (or a child element\n // using `selector`). This only works for delegate-able events: not `focus`,\n // `blur`, and not `change`, `submit`, and `reset` in Internet Explorer.\n delegate: function(eventName, selector, listener) {\n this.$el.on(eventName + '.delegateEvents' + this.cid, selector, listener);\n return this;\n },\n\n // Clears all callbacks previously bound to the view by `delegateEvents`.\n // You usually don't need to use this, but may wish to if you have multiple\n // Backbone views attached to the same DOM element.\n undelegateEvents: function() {\n if (this.$el) this.$el.off('.delegateEvents' + this.cid);\n return this;\n },\n\n // A finer-grained `undelegateEvents` for removing a single delegated event.\n // `selector` and `listener` are both optional.\n undelegate: function(eventName, selector, listener) {\n this.$el.off(eventName + '.delegateEvents' + this.cid, selector, listener);\n return this;\n },\n\n // Produces a DOM element to be assigned to your view. Exposed for\n // subclasses using an alternative DOM manipulation API.\n _createElement: function(tagName) {\n return document.createElement(tagName);\n },\n\n // Ensure that the View has a DOM element to render into.\n // If `this.el` is a string, pass it through `$()`, take the first\n // matching element, and re-assign it to `el`. Otherwise, create\n // an element from the `id`, `className` and `tagName` properties.\n _ensureElement: function() {\n if (!this.el) {\n var attrs = _.extend({}, _.result(this, 'attributes'));\n if (this.id) attrs.id = _.result(this, 'id');\n if (this.className) attrs['class'] = _.result(this, 'className');\n this.setElement(this._createElement(_.result(this, 'tagName')));\n this._setAttributes(attrs);\n } else {\n this.setElement(_.result(this, 'el'));\n }\n },\n\n // Set attributes from a hash on this view's element. Exposed for\n // subclasses using an alternative DOM manipulation API.\n _setAttributes: function(attributes) {\n this.$el.attr(attributes);\n }\n\n });\n\n // Proxy Backbone class methods to Underscore functions, wrapping the model's\n // `attributes` object or collection's `models` array behind the scenes.\n //\n // collection.filter(function(model) { return model.get('age') > 10 });\n // collection.each(this.addView);\n //\n // `Function#apply` can be slow so we use the method's arg count, if we know it.\n var addMethod = function(base, length, method, attribute) {\n switch (length) {\n case 1: return function() {\n return base[method](this[attribute]);\n };\n case 2: return function(value) {\n return base[method](this[attribute], value);\n };\n case 3: return function(iteratee, context) {\n return base[method](this[attribute], cb(iteratee, this), context);\n };\n case 4: return function(iteratee, defaultVal, context) {\n return base[method](this[attribute], cb(iteratee, this), defaultVal, context);\n };\n default: return function() {\n var args = slice.call(arguments);\n args.unshift(this[attribute]);\n return base[method].apply(base, args);\n };\n }\n };\n\n var addUnderscoreMethods = function(Class, base, methods, attribute) {\n _.each(methods, function(length, method) {\n if (base[method]) Class.prototype[method] = addMethod(base, length, method, attribute);\n });\n };\n\n // Support `collection.sortBy('attr')` and `collection.findWhere({id: 1})`.\n var cb = function(iteratee, instance) {\n if (_.isFunction(iteratee)) return iteratee;\n if (_.isObject(iteratee) && !instance._isModel(iteratee)) return modelMatcher(iteratee);\n if (_.isString(iteratee)) return function(model) { return model.get(iteratee); };\n return iteratee;\n };\n var modelMatcher = function(attrs) {\n var matcher = _.matches(attrs);\n return function(model) {\n return matcher(model.attributes);\n };\n };\n\n // Underscore methods that we want to implement on the Collection.\n // 90% of the core usefulness of Backbone Collections is actually implemented\n // right here:\n var collectionMethods = {forEach: 3, each: 3, map: 3, collect: 3, reduce: 0,\n foldl: 0, inject: 0, reduceRight: 0, foldr: 0, find: 3, detect: 3, filter: 3,\n select: 3, reject: 3, every: 3, all: 3, some: 3, any: 3, include: 3, includes: 3,\n contains: 3, invoke: 0, max: 3, min: 3, toArray: 1, size: 1, first: 3,\n head: 3, take: 3, initial: 3, rest: 3, tail: 3, drop: 3, last: 3,\n without: 0, difference: 0, indexOf: 3, shuffle: 1, lastIndexOf: 3,\n isEmpty: 1, chain: 1, sample: 3, partition: 3, groupBy: 3, countBy: 3,\n sortBy: 3, indexBy: 3, findIndex: 3, findLastIndex: 3};\n\n\n // Underscore methods that we want to implement on the Model, mapped to the\n // number of arguments they take.\n var modelMethods = {keys: 1, values: 1, pairs: 1, invert: 1, pick: 0,\n omit: 0, chain: 1, isEmpty: 1};\n\n // Mix in each Underscore method as a proxy to `Collection#models`.\n\n _.each([\n [Collection, collectionMethods, 'models'],\n [Model, modelMethods, 'attributes']\n ], function(config) {\n var Base = config[0],\n methods = config[1],\n attribute = config[2];\n\n Base.mixin = function(obj) {\n var mappings = _.reduce(_.functions(obj), function(memo, name) {\n memo[name] = 0;\n return memo;\n }, {});\n addUnderscoreMethods(Base, obj, mappings, attribute);\n };\n\n addUnderscoreMethods(Base, _, methods, attribute);\n });\n\n // Backbone.sync\n // -------------\n\n // Override this function to change the manner in which Backbone persists\n // models to the server. You will be passed the type of request, and the\n // model in question. By default, makes a RESTful Ajax request\n // to the model's `url()`. Some possible customizations could be:\n //\n // * Use `setTimeout` to batch rapid-fire updates into a single request.\n // * Send up the models as XML instead of JSON.\n // * Persist models via WebSockets instead of Ajax.\n //\n // Turn on `Backbone.emulateHTTP` in order to send `PUT` and `DELETE` requests\n // as `POST`, with a `_method` parameter containing the true HTTP method,\n // as well as all requests with the body as `application/x-www-form-urlencoded`\n // instead of `application/json` with the model in a param named `model`.\n // Useful when interfacing with server-side languages like **PHP** that make\n // it difficult to read the body of `PUT` requests.\n Backbone.sync = function(method, model, options) {\n var type = methodMap[method];\n\n // Default options, unless specified.\n _.defaults(options || (options = {}), {\n emulateHTTP: Backbone.emulateHTTP,\n emulateJSON: Backbone.emulateJSON\n });\n\n // Default JSON-request options.\n var params = {type: type, dataType: 'json'};\n\n // Ensure that we have a URL.\n if (!options.url) {\n params.url = _.result(model, 'url') || urlError();\n }\n\n // Ensure that we have the appropriate request data.\n if (options.data == null && model && (method === 'create' || method === 'update' || method === 'patch')) {\n params.contentType = 'application/json';\n params.data = JSON.stringify(options.attrs || model.toJSON(options));\n }\n\n // For older servers, emulate JSON by encoding the request into an HTML-form.\n if (options.emulateJSON) {\n params.contentType = 'application/x-www-form-urlencoded';\n params.data = params.data ? {model: params.data} : {};\n }\n\n // For older servers, emulate HTTP by mimicking the HTTP method with `_method`\n // And an `X-HTTP-Method-Override` header.\n if (options.emulateHTTP && (type === 'PUT' || type === 'DELETE' || type === 'PATCH')) {\n params.type = 'POST';\n if (options.emulateJSON) params.data._method = type;\n var beforeSend = options.beforeSend;\n options.beforeSend = function(xhr) {\n xhr.setRequestHeader('X-HTTP-Method-Override', type);\n if (beforeSend) return beforeSend.apply(this, arguments);\n };\n }\n\n // Don't process data on a non-GET request.\n if (params.type !== 'GET' && !options.emulateJSON) {\n params.processData = false;\n }\n\n // Pass along `textStatus` and `errorThrown` from jQuery.\n var error = options.error;\n options.error = function(xhr, textStatus, errorThrown) {\n options.textStatus = textStatus;\n options.errorThrown = errorThrown;\n if (error) error.call(options.context, xhr, textStatus, errorThrown);\n };\n\n // Make the request, allowing the user to override any Ajax options.\n var xhr = options.xhr = Backbone.ajax(_.extend(params, options));\n model.trigger('request', model, xhr, options);\n return xhr;\n };\n\n // Map from CRUD to HTTP for our default `Backbone.sync` implementation.\n var methodMap = {\n create: 'POST',\n update: 'PUT',\n patch: 'PATCH',\n delete: 'DELETE',\n read: 'GET'\n };\n\n // Set the default implementation of `Backbone.ajax` to proxy through to `$`.\n // Override this if you'd like to use a different library.\n Backbone.ajax = function() {\n return Backbone.$.ajax.apply(Backbone.$, arguments);\n };\n\n // Backbone.Router\n // ---------------\n\n // Routers map faux-URLs to actions, and fire events when routes are\n // matched. Creating a new one sets its `routes` hash, if not set statically.\n var Router = Backbone.Router = function(options) {\n options || (options = {});\n this.preinitialize.apply(this, arguments);\n if (options.routes) this.routes = options.routes;\n this._bindRoutes();\n this.initialize.apply(this, arguments);\n };\n\n // Cached regular expressions for matching named param parts and splatted\n // parts of route strings.\n var optionalParam = /\\((.*?)\\)/g;\n var namedParam = /(\\(\\?)?:\\w+/g;\n var splatParam = /\\*\\w+/g;\n var escapeRegExp = /[\\-{}\\[\\]+?.,\\\\\\^$|#\\s]/g;\n\n // Set up all inheritable **Backbone.Router** properties and methods.\n _.extend(Router.prototype, Events, {\n\n // preinitialize is an empty function by default. You can override it with a function\n // or object. preinitialize will run before any instantiation logic is run in the Router.\n preinitialize: function(){},\n\n // Initialize is an empty function by default. Override it with your own\n // initialization logic.\n initialize: function(){},\n\n // Manually bind a single named route to a callback. For example:\n //\n // this.route('search/:query/p:num', 'search', function(query, num) {\n // ...\n // });\n //\n route: function(route, name, callback) {\n if (!_.isRegExp(route)) route = this._routeToRegExp(route);\n if (_.isFunction(name)) {\n callback = name;\n name = '';\n }\n if (!callback) callback = this[name];\n var router = this;\n Backbone.history.route(route, function(fragment) {\n var args = router._extractParameters(route, fragment);\n if (router.execute(callback, args, name) !== false) {\n router.trigger.apply(router, ['route:' + name].concat(args));\n router.trigger('route', name, args);\n Backbone.history.trigger('route', router, name, args);\n }\n });\n return this;\n },\n\n // Execute a route handler with the provided parameters. This is an\n // excellent place to do pre-route setup or post-route cleanup.\n execute: function(callback, args, name) {\n if (callback) callback.apply(this, args);\n },\n\n // Simple proxy to `Backbone.history` to save a fragment into the history.\n navigate: function(fragment, options) {\n Backbone.history.navigate(fragment, options);\n return this;\n },\n\n // Bind all defined routes to `Backbone.history`. We have to reverse the\n // order of the routes here to support behavior where the most general\n // routes can be defined at the bottom of the route map.\n _bindRoutes: function() {\n if (!this.routes) return;\n this.routes = _.result(this, 'routes');\n var route, routes = _.keys(this.routes);\n while ((route = routes.pop()) != null) {\n this.route(route, this.routes[route]);\n }\n },\n\n // Convert a route string into a regular expression, suitable for matching\n // against the current location hash.\n _routeToRegExp: function(route) {\n route = route.replace(escapeRegExp, '\\\\$&')\n .replace(optionalParam, '(?:$1)?')\n .replace(namedParam, function(match, optional) {\n return optional ? match : '([^/?]+)';\n })\n .replace(splatParam, '([^?]*?)');\n return new RegExp('^' + route + '(?:\\\\?([\\\\s\\\\S]*))?$');\n },\n\n // Given a route, and a URL fragment that it matches, return the array of\n // extracted decoded parameters. Empty or unmatched parameters will be\n // treated as `null` to normalize cross-browser behavior.\n _extractParameters: function(route, fragment) {\n var params = route.exec(fragment).slice(1);\n return _.map(params, function(param, i) {\n // Don't decode the search params.\n if (i === params.length - 1) return param || null;\n return param ? decodeURIComponent(param) : null;\n });\n }\n\n });\n\n // Backbone.History\n // ----------------\n\n // Handles cross-browser history management, based on either\n // [pushState](http://diveintohtml5.info/history.html) and real URLs, or\n // [onhashchange](https://developer.mozilla.org/en-US/docs/DOM/window.onhashchange)\n // and URL fragments. If the browser supports neither (old IE, natch),\n // falls back to polling.\n var History = Backbone.History = function() {\n this.handlers = [];\n this.checkUrl = this.checkUrl.bind(this);\n\n // Ensure that `History` can be used outside of the browser.\n if (typeof window !== 'undefined') {\n this.location = window.location;\n this.history = window.history;\n }\n };\n\n // Cached regex for stripping a leading hash/slash and trailing space.\n var routeStripper = /^[#\\/]|\\s+$/g;\n\n // Cached regex for stripping leading and trailing slashes.\n var rootStripper = /^\\/+|\\/+$/g;\n\n // Cached regex for stripping urls of hash.\n var pathStripper = /#.*$/;\n\n // Has the history handling already been started?\n History.started = false;\n\n // Set up all inheritable **Backbone.History** properties and methods.\n _.extend(History.prototype, Events, {\n\n // The default interval to poll for hash changes, if necessary, is\n // twenty times a second.\n interval: 50,\n\n // Are we at the app root?\n atRoot: function() {\n var path = this.location.pathname.replace(/[^\\/]$/, '$&/');\n return path === this.root && !this.getSearch();\n },\n\n // Does the pathname match the root?\n matchRoot: function() {\n var path = this.decodeFragment(this.location.pathname);\n var rootPath = path.slice(0, this.root.length - 1) + '/';\n return rootPath === this.root;\n },\n\n // Unicode characters in `location.pathname` are percent encoded so they're\n // decoded for comparison. `%25` should not be decoded since it may be part\n // of an encoded parameter.\n decodeFragment: function(fragment) {\n return decodeURI(fragment.replace(/%25/g, '%2525'));\n },\n\n // In IE6, the hash fragment and search params are incorrect if the\n // fragment contains `?`.\n getSearch: function() {\n var match = this.location.href.replace(/#.*/, '').match(/\\?.+/);\n return match ? match[0] : '';\n },\n\n // Gets the true hash value. Cannot use location.hash directly due to bug\n // in Firefox where location.hash will always be decoded.\n getHash: function(window) {\n var match = (window || this).location.href.match(/#(.*)$/);\n return match ? match[1] : '';\n },\n\n // Get the pathname and search params, without the root.\n getPath: function() {\n var path = this.decodeFragment(\n this.location.pathname + this.getSearch()\n ).slice(this.root.length - 1);\n return path.charAt(0) === '/' ? path.slice(1) : path;\n },\n\n // Get the cross-browser normalized URL fragment from the path or hash.\n getFragment: function(fragment) {\n if (fragment == null) {\n if (this._usePushState || !this._wantsHashChange) {\n fragment = this.getPath();\n } else {\n fragment = this.getHash();\n }\n }\n return fragment.replace(routeStripper, '');\n },\n\n // Start the hash change handling, returning `true` if the current URL matches\n // an existing route, and `false` otherwise.\n start: function(options) {\n if (History.started) throw new Error('Backbone.history has already been started');\n History.started = true;\n\n // Figure out the initial configuration. Do we need an iframe?\n // Is pushState desired ... is it available?\n this.options = _.extend({root: '/'}, this.options, options);\n this.root = this.options.root;\n this._wantsHashChange = this.options.hashChange !== false;\n this._hasHashChange = 'onhashchange' in window && (document.documentMode === void 0 || document.documentMode > 7);\n this._useHashChange = this._wantsHashChange && this._hasHashChange;\n this._wantsPushState = !!this.options.pushState;\n this._hasPushState = !!(this.history && this.history.pushState);\n this._usePushState = this._wantsPushState && this._hasPushState;\n this.fragment = this.getFragment();\n\n // Normalize root to always include a leading and trailing slash.\n this.root = ('/' + this.root + '/').replace(rootStripper, '/');\n\n // Transition from hashChange to pushState or vice versa if both are\n // requested.\n if (this._wantsHashChange && this._wantsPushState) {\n\n // If we've started off with a route from a `pushState`-enabled\n // browser, but we're currently in a browser that doesn't support it...\n if (!this._hasPushState && !this.atRoot()) {\n var rootPath = this.root.slice(0, -1) || '/';\n this.location.replace(rootPath + '#' + this.getPath());\n // Return immediately as browser will do redirect to new url\n return true;\n\n // Or if we've started out with a hash-based route, but we're currently\n // in a browser where it could be `pushState`-based instead...\n } else if (this._hasPushState && this.atRoot()) {\n this.navigate(this.getHash(), {replace: true});\n }\n\n }\n\n // Proxy an iframe to handle location events if the browser doesn't\n // support the `hashchange` event, HTML5 history, or the user wants\n // `hashChange` but not `pushState`.\n if (!this._hasHashChange && this._wantsHashChange && !this._usePushState) {\n this.iframe = document.createElement('iframe');\n this.iframe.src = 'javascript:0';\n this.iframe.style.display = 'none';\n this.iframe.tabIndex = -1;\n var body = document.body;\n // Using `appendChild` will throw on IE < 9 if the document is not ready.\n var iWindow = body.insertBefore(this.iframe, body.firstChild).contentWindow;\n iWindow.document.open();\n iWindow.document.close();\n iWindow.location.hash = '#' + this.fragment;\n }\n\n // Add a cross-platform `addEventListener` shim for older browsers.\n var addEventListener = window.addEventListener || function(eventName, listener) {\n return attachEvent('on' + eventName, listener);\n };\n\n // Depending on whether we're using pushState or hashes, and whether\n // 'onhashchange' is supported, determine how we check the URL state.\n if (this._usePushState) {\n addEventListener('popstate', this.checkUrl, false);\n } else if (this._useHashChange && !this.iframe) {\n addEventListener('hashchange', this.checkUrl, false);\n } else if (this._wantsHashChange) {\n this._checkUrlInterval = setInterval(this.checkUrl, this.interval);\n }\n\n if (!this.options.silent) return this.loadUrl();\n },\n\n // Disable Backbone.history, perhaps temporarily. Not useful in a real app,\n // but possibly useful for unit testing Routers.\n stop: function() {\n // Add a cross-platform `removeEventListener` shim for older browsers.\n var removeEventListener = window.removeEventListener || function(eventName, listener) {\n return detachEvent('on' + eventName, listener);\n };\n\n // Remove window listeners.\n if (this._usePushState) {\n removeEventListener('popstate', this.checkUrl, false);\n } else if (this._useHashChange && !this.iframe) {\n removeEventListener('hashchange', this.checkUrl, false);\n }\n\n // Clean up the iframe if necessary.\n if (this.iframe) {\n document.body.removeChild(this.iframe);\n this.iframe = null;\n }\n\n // Some environments will throw when clearing an undefined interval.\n if (this._checkUrlInterval) clearInterval(this._checkUrlInterval);\n History.started = false;\n },\n\n // Add a route to be tested when the fragment changes. Routes added later\n // may override previous routes.\n route: function(route, callback) {\n this.handlers.unshift({route: route, callback: callback});\n },\n\n // Checks the current URL to see if it has changed, and if it has,\n // calls `loadUrl`, normalizing across the hidden iframe.\n checkUrl: function(e) {\n var current = this.getFragment();\n\n // If the user pressed the back button, the iframe's hash will have\n // changed and we should use that for comparison.\n if (current === this.fragment && this.iframe) {\n current = this.getHash(this.iframe.contentWindow);\n }\n\n if (current === this.fragment) return false;\n if (this.iframe) this.navigate(current);\n this.loadUrl();\n },\n\n // Attempt to load the current URL fragment. If a route succeeds with a\n // match, returns `true`. If no defined routes matches the fragment,\n // returns `false`.\n loadUrl: function(fragment) {\n // If the root doesn't match, no routes can match either.\n if (!this.matchRoot()) return false;\n fragment = this.fragment = this.getFragment(fragment);\n return _.some(this.handlers, function(handler) {\n if (handler.route.test(fragment)) {\n handler.callback(fragment);\n return true;\n }\n });\n },\n\n // Save a fragment into the hash history, or replace the URL state if the\n // 'replace' option is passed. You are responsible for properly URL-encoding\n // the fragment in advance.\n //\n // The options object can contain `trigger: true` if you wish to have the\n // route callback be fired (not usually desirable), or `replace: true`, if\n // you wish to modify the current URL without adding an entry to the history.\n navigate: function(fragment, options) {\n if (!History.started) return false;\n if (!options || options === true) options = {trigger: !!options};\n\n // Normalize the fragment.\n fragment = this.getFragment(fragment || '');\n\n // Don't include a trailing slash on the root.\n var rootPath = this.root;\n if (fragment === '' || fragment.charAt(0) === '?') {\n rootPath = rootPath.slice(0, -1) || '/';\n }\n var url = rootPath + fragment;\n\n // Strip the fragment of the query and hash for matching.\n fragment = fragment.replace(pathStripper, '');\n\n // Decode for matching.\n var decodedFragment = this.decodeFragment(fragment);\n\n if (this.fragment === decodedFragment) return;\n this.fragment = decodedFragment;\n\n // If pushState is available, we use it to set the fragment as a real URL.\n if (this._usePushState) {\n this.history[options.replace ? 'replaceState' : 'pushState']({}, document.title, url);\n\n // If hash changes haven't been explicitly disabled, update the hash\n // fragment to store history.\n } else if (this._wantsHashChange) {\n this._updateHash(this.location, fragment, options.replace);\n if (this.iframe && fragment !== this.getHash(this.iframe.contentWindow)) {\n var iWindow = this.iframe.contentWindow;\n\n // Opening and closing the iframe tricks IE7 and earlier to push a\n // history entry on hash-tag change. When replace is true, we don't\n // want this.\n if (!options.replace) {\n iWindow.document.open();\n iWindow.document.close();\n }\n\n this._updateHash(iWindow.location, fragment, options.replace);\n }\n\n // If you've told us that you explicitly don't want fallback hashchange-\n // based history, then `navigate` becomes a page refresh.\n } else {\n return this.location.assign(url);\n }\n if (options.trigger) return this.loadUrl(fragment);\n },\n\n // Update the hash location, either replacing the current entry, or adding\n // a new one to the browser history.\n _updateHash: function(location, fragment, replace) {\n if (replace) {\n var href = location.href.replace(/(javascript:|#).*$/, '');\n location.replace(href + '#' + fragment);\n } else {\n // Some browsers require that `hash` contains a leading #.\n location.hash = '#' + fragment;\n }\n }\n\n });\n\n // Create the default Backbone.history.\n Backbone.history = new History;\n\n // Helpers\n // -------\n\n // Helper function to correctly set up the prototype chain for subclasses.\n // Similar to `goog.inherits`, but uses a hash of prototype properties and\n // class properties to be extended.\n var extend = function(protoProps, staticProps) {\n var parent = this;\n var child;\n\n // The constructor function for the new subclass is either defined by you\n // (the \"constructor\" property in your `extend` definition), or defaulted\n // by us to simply call the parent constructor.\n if (protoProps && _.has(protoProps, 'constructor')) {\n child = protoProps.constructor;\n } else {\n child = function(){ return parent.apply(this, arguments); };\n }\n\n // Add static properties to the constructor function, if supplied.\n _.extend(child, parent, staticProps);\n\n // Set the prototype chain to inherit from `parent`, without calling\n // `parent`'s constructor function and add the prototype properties.\n child.prototype = _.create(parent.prototype, protoProps);\n child.prototype.constructor = child;\n\n // Set a convenience property in case the parent's prototype is needed\n // later.\n child.__super__ = parent.prototype;\n\n return child;\n };\n\n // Set up inheritance for the model, collection, router, view and history.\n Model.extend = Collection.extend = Router.extend = View.extend = History.extend = extend;\n\n // Throw an error when a URL is needed, and none is supplied.\n var urlError = function() {\n throw new Error('A \"url\" property or function must be specified');\n };\n\n // Wrap an optional error callback with a fallback error event.\n var wrapError = function(model, options) {\n var error = options.error;\n options.error = function(resp) {\n if (error) error.call(options.context, model, resp, options);\n model.trigger('error', model, resp, options);\n };\n };\n\n return Backbone;\n});\n","var fails = require('../internals/fails');\n\n// Thank's IE8 for his funny defineProperty\nmodule.exports = !fails(function () {\n return Object.defineProperty({}, 1, { get: function () { return 7; } })[1] != 7;\n});\n","\"use strict\";\n\nObject.defineProperty(exports, \"__esModule\", {\n value: true\n});\nexports.subscribe = subscribe;\nexports.unsubscribe = unsubscribe;\nexports.emit = emit;\n\nvar _ProxyBus = require(\"./ProxyBus\");\n\nvar _SimpleBus = require(\"./SimpleBus\");\n\nfunction getBus() {\n if (typeof window.OC !== 'undefined' && window.OC._eventBus && typeof window._nc_event_bus === 'undefined') {\n console.warn('found old event bus instance at OC._eventBus. Update your version!');\n window._nc_event_bus = window.OC._eventBus;\n } // Either use an existing event bus instance or create one\n\n\n if (typeof window._nc_event_bus !== 'undefined') {\n return new _ProxyBus.ProxyBus(window._nc_event_bus);\n } else {\n return window._nc_event_bus = new _SimpleBus.SimpleBus();\n }\n}\n\nvar bus = getBus();\n/**\n * Register an event listener\n *\n * @param name name of the event\n * @param handler callback invoked for every matching event emitted on the bus\n */\n\nfunction subscribe(name, handler) {\n bus.subscribe(name, handler);\n}\n/**\n * Unregister a previously registered event listener\n *\n * Note: doesn't work with anonymous functions (closures). Use method of an object or store listener function in variable.\n *\n * @param name name of the event\n * @param handler callback passed to `subscribed`\n */\n\n\nfunction unsubscribe(name, handler) {\n bus.unsubscribe(name, handler);\n}\n/**\n * Emit an event\n *\n * @param name name of the event\n * @param event event payload\n */\n\n\nfunction emit(name, event) {\n bus.emit(name, event);\n}\n//# sourceMappingURL=index.js.map","/**\n * @copyright 2019 Christoph Wurst <christoph@winzerhof-wurst.at>\n *\n * @author 2019 Christoph Wurst <christoph@winzerhof-wurst.at>\n *\n * @license GNU AGPL version 3 or any later version\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see <http://www.gnu.org/licenses/>.\n */\n\n// This var is global because it's shared across webpack bundles\nwindow._oc_l10n_registry_translations = window._oc_l10n_registry_translations || {}\nwindow._oc_l10n_registry_plural_functions = window._oc_l10n_registry_plural_functions || {}\n\n/**\n * @param {String} appId the app id\n * @param {Object} translations the translations list\n * @param {Function} pluralFunction the translations list\n */\nconst register = (appId, translations, pluralFunction) => {\n\twindow._oc_l10n_registry_translations[appId] = translations\n\twindow._oc_l10n_registry_plural_functions[appId] = pluralFunction\n}\n\n/**\n * @param {String} appId the app id\n * @param {Object} translations the translations list\n * @param {Function} pluralFunction the translations list\n */\nconst extend = (appId, translations, pluralFunction) => {\n\twindow._oc_l10n_registry_translations[appId] = Object.assign(\n\t\twindow._oc_l10n_registry_translations[appId],\n\t\ttranslations\n\t)\n\twindow._oc_l10n_registry_plural_functions[appId] = pluralFunction\n}\n\n/**\n * @param {String} appId the app id\n * @param {Object} translations the translations list\n * @param {Function} pluralFunction the translations list\n */\nexport const registerAppTranslations = (appId, translations, pluralFunction) => {\n\tif (!hasAppTranslations(appId)) {\n\t\tregister(appId, translations, pluralFunction)\n\t} else {\n\t\textend(appId, translations, pluralFunction)\n\t}\n}\n\n/**\n * @param {String} appId the app id\n */\nexport const unregisterAppTranslations = appId => {\n\tdelete window._oc_l10n_registry_translations[appId]\n\tdelete window._oc_l10n_registry_plural_functions[appId]\n}\n\n/**\n * @param {String} appId the app id\n * @returns {Boolean}\n */\nexport const hasAppTranslations = appId => {\n\treturn window._oc_l10n_registry_translations[appId] !== undefined\n\t\t&& window._oc_l10n_registry_plural_functions[appId] !== undefined\n}\n\n/**\n * @param {String} appId the app id\n * @returns {Object}\n */\nexport const getAppTranslations = appId => {\n\treturn {\n\t\ttranslations: window._oc_l10n_registry_translations[appId] || {},\n\t\tpluralFunction: window._oc_l10n_registry_plural_functions[appId],\n\t}\n}\n","/**\n * Copyright (c) 2014 Vincent Petry <pvince81@owncloud.com>\n *\n * This file is licensed under the Affero General Public License version 3\n * or later.\n *\n * See the COPYING-README file.\n *\n */\n\nimport _ from 'underscore'\nimport $ from 'jquery'\nimport DOMPurify from 'dompurify'\nimport Handlebars from 'handlebars'\nimport escapeHTML from 'escape-html'\n\nimport OC from './index'\nimport {\n\tgetAppTranslations,\n\thasAppTranslations,\n\tregisterAppTranslations,\n\tunregisterAppTranslations,\n} from './l10n-registry'\n\n/**\n * L10N namespace with localization functions.\n *\n * @namespace OC.L10n\n */\nconst L10n = {\n\n\t/**\n\t * Load an app's translation bundle if not loaded already.\n\t *\n\t * @param {String} appName name of the app\n\t * @param {Function} callback callback to be called when\n\t * the translations are loaded\n\t * @returns {Promise} promise\n\t */\n\tload: function(appName, callback) {\n\t\t// already available ?\n\t\tif (hasAppTranslations(appName) || OC.getLocale() === 'en') {\n\t\t\tconst deferred = $.Deferred()\n\t\t\tconst promise = deferred.promise()\n\t\t\tpromise.then(callback)\n\t\t\tdeferred.resolve()\n\t\t\treturn promise\n\t\t}\n\n\t\tconst self = this\n\t\tconst url = OC.filePath(appName, 'l10n', OC.getLocale() + '.json')\n\n\t\t// load JSON translation bundle per AJAX\n\t\treturn $.get(url)\n\t\t\t.then(\n\t\t\t\tfunction(result) {\n\t\t\t\t\tif (result.translations) {\n\t\t\t\t\t\tself.register(appName, result.translations, result.pluralForm)\n\t\t\t\t\t}\n\t\t\t\t})\n\t\t\t.then(callback)\n\t},\n\n\t/**\n\t * Register an app's translation bundle.\n\t *\n\t * @param {String} appName name of the app\n\t * @param {Object<String,String>} bundle bundle\n\t */\n\tregister: function(appName, bundle) {\n\t\tregisterAppTranslations(appName, bundle, this._getPlural)\n\t},\n\n\t/**\n\t * @private do not use this\n\t */\n\t_unregister: unregisterAppTranslations,\n\n\t/**\n\t * Translate a string\n\t * @param {string} app the id of the app for which to translate the string\n\t * @param {string} text the string to translate\n\t * @param {Object} [vars] map of placeholder key to value\n\t * @param {number} [count] number to replace %n with\n\t * @param {array} [options] options array\n\t * @param {bool} [options.escape=true] enable/disable auto escape of placeholders (by default enabled)\n\t * @returns {string}\n\t */\n\ttranslate: function(app, text, vars, count, options) {\n\t\tconst defaultOptions = {\n\t\t\tescape: true,\n\t\t}\n\t\tconst allOptions = options || {}\n\t\t_.defaults(allOptions, defaultOptions)\n\n\t\t// TODO: cache this function to avoid inline recreation\n\t\t// of the same function over and over again in case\n\t\t// translate() is used in a loop\n\t\tconst _build = function(text, vars, count) {\n\t\t\treturn text.replace(/%n/g, count).replace(/{([^{}]*)}/g,\n\t\t\t\tfunction(a, b) {\n\t\t\t\t\tconst r = vars[b]\n\t\t\t\t\tif (typeof r === 'string' || typeof r === 'number') {\n\t\t\t\t\t\tif (allOptions.escape) {\n\t\t\t\t\t\t\treturn DOMPurify.sanitize(escapeHTML(r))\n\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\treturn DOMPurify.sanitize(r)\n\t\t\t\t\t\t}\n\t\t\t\t\t} else {\n\t\t\t\t\t\treturn DOMPurify.sanitize(a)\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t)\n\t\t}\n\t\tlet translation = text\n\t\tconst bundle = getAppTranslations(app)\n\t\tconst value = bundle.translations[text]\n\t\tif (typeof (value) !== 'undefined') {\n\t\t\ttranslation = value\n\t\t}\n\n\t\tif (typeof vars === 'object' || count !== undefined) {\n\t\t\treturn DOMPurify.sanitize(_build(translation, vars, count))\n\t\t} else {\n\t\t\treturn DOMPurify.sanitize(translation)\n\t\t}\n\t},\n\n\t/**\n\t * Translate a plural string\n\t * @param {string} app the id of the app for which to translate the string\n\t * @param {string} textSingular the string to translate for exactly one object\n\t * @param {string} textPlural the string to translate for n objects\n\t * @param {number} count number to determine whether to use singular or plural\n\t * @param {Object} [vars] map of placeholder key to value\n\t * @param {array} [options] options array\n\t * @param {bool} [options.escape=true] enable/disable auto escape of placeholders (by default enabled)\n\t * @returns {string} Translated string\n\t */\n\ttranslatePlural: function(app, textSingular, textPlural, count, vars, options) {\n\t\tconst identifier = '_' + textSingular + '_::_' + textPlural + '_'\n\t\tconst bundle = getAppTranslations(app)\n\t\tconst value = bundle.translations[identifier]\n\t\tif (typeof (value) !== 'undefined') {\n\t\t\tconst translation = value\n\t\t\tif ($.isArray(translation)) {\n\t\t\t\tconst plural = bundle.pluralFunction(count)\n\t\t\t\treturn this.translate(app, translation[plural], vars, count, options)\n\t\t\t}\n\t\t}\n\n\t\tif (count === 1) {\n\t\t\treturn this.translate(app, textSingular, vars, count, options)\n\t\t} else {\n\t\t\treturn this.translate(app, textPlural, vars, count, options)\n\t\t}\n\t},\n\n\t/**\n\t * The plural function taken from symfony\n\t *\n\t * @param {number} number the number of elements\n\t * @returns {number}\n\t * @private\n\t */\n\t_getPlural: function(number) {\n\t\tlet language = OC.getLanguage()\n\t\tif (language === 'pt_BR') {\n\t\t\t// temporary set a locale for brazilian\n\t\t\tlanguage = 'xbr'\n\t\t}\n\n\t\tif (typeof language === 'undefined' || language === '') {\n\t\t\treturn (number === 1) ? 0 : 1\n\t\t}\n\n\t\tif (language.length > 3) {\n\t\t\tlanguage = language.substring(0, language.lastIndexOf('_'))\n\t\t}\n\n\t\t/*\n\t\t * The plural rules are derived from code of the Zend Framework (2010-09-25),\n\t\t * which is subject to the new BSD license (http://framework.zend.com/license/new-bsd).\n\t\t * Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)\n\t\t */\n\t\tswitch (language) {\n\t\tcase 'az':\n\t\tcase 'bo':\n\t\tcase 'dz':\n\t\tcase 'id':\n\t\tcase 'ja':\n\t\tcase 'jv':\n\t\tcase 'ka':\n\t\tcase 'km':\n\t\tcase 'kn':\n\t\tcase 'ko':\n\t\tcase 'ms':\n\t\tcase 'th':\n\t\tcase 'tr':\n\t\tcase 'vi':\n\t\tcase 'zh':\n\t\t\treturn 0\n\n\t\tcase 'af':\n\t\tcase 'bn':\n\t\tcase 'bg':\n\t\tcase 'ca':\n\t\tcase 'da':\n\t\tcase 'de':\n\t\tcase 'el':\n\t\tcase 'en':\n\t\tcase 'eo':\n\t\tcase 'es':\n\t\tcase 'et':\n\t\tcase 'eu':\n\t\tcase 'fa':\n\t\tcase 'fi':\n\t\tcase 'fo':\n\t\tcase 'fur':\n\t\tcase 'fy':\n\t\tcase 'gl':\n\t\tcase 'gu':\n\t\tcase 'ha':\n\t\tcase 'he':\n\t\tcase 'hu':\n\t\tcase 'is':\n\t\tcase 'it':\n\t\tcase 'ku':\n\t\tcase 'lb':\n\t\tcase 'ml':\n\t\tcase 'mn':\n\t\tcase 'mr':\n\t\tcase 'nah':\n\t\tcase 'nb':\n\t\tcase 'ne':\n\t\tcase 'nl':\n\t\tcase 'nn':\n\t\tcase 'no':\n\t\tcase 'oc':\n\t\tcase 'om':\n\t\tcase 'or':\n\t\tcase 'pa':\n\t\tcase 'pap':\n\t\tcase 'ps':\n\t\tcase 'pt':\n\t\tcase 'so':\n\t\tcase 'sq':\n\t\tcase 'sv':\n\t\tcase 'sw':\n\t\tcase 'ta':\n\t\tcase 'te':\n\t\tcase 'tk':\n\t\tcase 'ur':\n\t\tcase 'zu':\n\t\t\treturn (number === 1) ? 0 : 1\n\n\t\tcase 'am':\n\t\tcase 'bh':\n\t\tcase 'fil':\n\t\tcase 'fr':\n\t\tcase 'gun':\n\t\tcase 'hi':\n\t\tcase 'hy':\n\t\tcase 'ln':\n\t\tcase 'mg':\n\t\tcase 'nso':\n\t\tcase 'xbr':\n\t\tcase 'ti':\n\t\tcase 'wa':\n\t\t\treturn ((number === 0) || (number === 1)) ? 0 : 1\n\n\t\tcase 'be':\n\t\tcase 'bs':\n\t\tcase 'hr':\n\t\tcase 'ru':\n\t\tcase 'sh':\n\t\tcase 'sr':\n\t\tcase 'uk':\n\t\t\treturn ((number % 10 === 1) && (number % 100 !== 11)) ? 0 : (((number % 10 >= 2) && (number % 10 <= 4) && ((number % 100 < 10) || (number % 100 >= 20))) ? 1 : 2)\n\n\t\tcase 'cs':\n\t\tcase 'sk':\n\t\t\treturn (number === 1) ? 0 : (((number >= 2) && (number <= 4)) ? 1 : 2)\n\n\t\tcase 'ga':\n\t\t\treturn (number === 1) ? 0 : ((number === 2) ? 1 : 2)\n\n\t\tcase 'lt':\n\t\t\treturn ((number % 10 === 1) && (number % 100 !== 11)) ? 0 : (((number % 10 >= 2) && ((number % 100 < 10) || (number % 100 >= 20))) ? 1 : 2)\n\n\t\tcase 'sl':\n\t\t\treturn (number % 100 === 1) ? 0 : ((number % 100 === 2) ? 1 : (((number % 100 === 3) || (number % 100 === 4)) ? 2 : 3))\n\n\t\tcase 'mk':\n\t\t\treturn (number % 10 === 1) ? 0 : 1\n\n\t\tcase 'mt':\n\t\t\treturn (number === 1) ? 0 : (((number === 0) || ((number % 100 > 1) && (number % 100 < 11))) ? 1 : (((number % 100 > 10) && (number % 100 < 20)) ? 2 : 3))\n\n\t\tcase 'lv':\n\t\t\treturn (number === 0) ? 0 : (((number % 10 === 1) && (number % 100 !== 11)) ? 1 : 2)\n\n\t\tcase 'pl':\n\t\t\treturn (number === 1) ? 0 : (((number % 10 >= 2) && (number % 10 <= 4) && ((number % 100 < 12) || (number % 100 > 14))) ? 1 : 2)\n\n\t\tcase 'cy':\n\t\t\treturn (number === 1) ? 0 : ((number === 2) ? 1 : (((number === 8) || (number === 11)) ? 2 : 3))\n\n\t\tcase 'ro':\n\t\t\treturn (number === 1) ? 0 : (((number === 0) || ((number % 100 > 0) && (number % 100 < 20))) ? 1 : 2)\n\n\t\tcase 'ar':\n\t\t\treturn (number === 0) ? 0 : ((number === 1) ? 1 : ((number === 2) ? 2 : (((number % 100 >= 3) && (number % 100 <= 10)) ? 3 : (((number % 100 >= 11) && (number % 100 <= 99)) ? 4 : 5))))\n\n\t\tdefault:\n\t\t\treturn 0\n\t\t}\n\t},\n}\n\nexport default L10n\n\n/**\n * Returns the user's locale as a BCP 47 compliant language tag\n *\n * @returns {String} locale string\n */\nexport const getCanonicalLocale = () => {\n\tconst locale = getLocale()\n\treturn typeof locale === 'string' ? locale.replace(/_/g, '-') : locale\n}\n\n/**\n * Returns the user's locale\n *\n * @returns {String} locale string\n */\nexport const getLocale = () => $('html').data('locale')\n\n/**\n * Returns the user's language\n *\n * @returns {String} language string\n */\nexport const getLanguage = () => $('html').prop('lang')\n\nHandlebars.registerHelper('t', function(app, text) {\n\treturn L10n.translate(app, text)\n})\n","module.exports = function (bitmap, value) {\n return {\n enumerable: !(bitmap & 1),\n configurable: !(bitmap & 2),\n writable: !(bitmap & 4),\n value: value\n };\n};\n","// toObject with fallback for non-array-like ES3 strings\nvar IndexedObject = require('../internals/indexed-object');\nvar requireObjectCoercible = require('../internals/require-object-coercible');\n\nmodule.exports = function (it) {\n return IndexedObject(requireObjectCoercible(it));\n};\n","var NATIVE_WEAK_MAP = require('../internals/native-weak-map');\nvar global = require('../internals/global');\nvar isObject = require('../internals/is-object');\nvar createNonEnumerableProperty = require('../internals/create-non-enumerable-property');\nvar objectHas = require('../internals/has');\nvar sharedKey = require('../internals/shared-key');\nvar hiddenKeys = require('../internals/hidden-keys');\n\nvar WeakMap = global.WeakMap;\nvar set, get, has;\n\nvar enforce = function (it) {\n return has(it) ? get(it) : set(it, {});\n};\n\nvar getterFor = function (TYPE) {\n return function (it) {\n var state;\n if (!isObject(it) || (state = get(it)).type !== TYPE) {\n throw TypeError('Incompatible receiver, ' + TYPE + ' required');\n } return state;\n };\n};\n\nif (NATIVE_WEAK_MAP) {\n var store = new WeakMap();\n var wmget = store.get;\n var wmhas = store.has;\n var wmset = store.set;\n set = function (it, metadata) {\n wmset.call(store, it, metadata);\n return metadata;\n };\n get = function (it) {\n return wmget.call(store, it) || {};\n };\n has = function (it) {\n return wmhas.call(store, it);\n };\n} else {\n var STATE = sharedKey('state');\n hiddenKeys[STATE] = true;\n set = function (it, metadata) {\n createNonEnumerableProperty(it, STATE, metadata);\n return metadata;\n };\n get = function (it) {\n return objectHas(it, STATE) ? it[STATE] : {};\n };\n has = function (it) {\n return objectHas(it, STATE);\n };\n}\n\nmodule.exports = {\n set: set,\n get: get,\n has: has,\n enforce: enforce,\n getterFor: getterFor\n};\n","module.exports = {};\n","var path = require('../internals/path');\nvar global = require('../internals/global');\n\nvar aFunction = function (variable) {\n return typeof variable == 'function' ? variable : undefined;\n};\n\nmodule.exports = function (namespace, method) {\n return arguments.length < 2 ? aFunction(path[namespace]) || aFunction(global[namespace])\n : path[namespace] && path[namespace][method] || global[namespace] && global[namespace][method];\n};\n","var toInteger = require('../internals/to-integer');\n\nvar min = Math.min;\n\n// `ToLength` abstract operation\n// https://tc39.github.io/ecma262/#sec-tolength\nmodule.exports = function (argument) {\n return argument > 0 ? min(toInteger(argument), 0x1FFFFFFFFFFFFF) : 0; // 2 ** 53 - 1 == 9007199254740991\n};\n","module.exports = function (it) {\n return typeof it === 'object' ? it !== null : typeof it === 'function';\n};\n","var hasOwnProperty = {}.hasOwnProperty;\n\nmodule.exports = function (it, key) {\n return hasOwnProperty.call(it, key);\n};\n","'use strict';\n\nexports.__esModule = true;\nvar errorProps = ['description', 'fileName', 'lineNumber', 'endLineNumber', 'message', 'name', 'number', 'stack'];\n\nfunction Exception(message, node) {\n var loc = node && node.loc,\n line = undefined,\n endLineNumber = undefined,\n column = undefined,\n endColumn = undefined;\n\n if (loc) {\n line = loc.start.line;\n endLineNumber = loc.end.line;\n column = loc.start.column;\n endColumn = loc.end.column;\n\n message += ' - ' + line + ':' + column;\n }\n\n var tmp = Error.prototype.constructor.call(this, message);\n\n // Unfortunately errors are not enumerable in Chrome (at least), so `for prop in tmp` doesn't work.\n for (var idx = 0; idx < errorProps.length; idx++) {\n this[errorProps[idx]] = tmp[errorProps[idx]];\n }\n\n /* istanbul ignore else */\n if (Error.captureStackTrace) {\n Error.captureStackTrace(this, Exception);\n }\n\n try {\n if (loc) {\n this.lineNumber = line;\n this.endLineNumber = endLineNumber;\n\n // Work around issue under safari where we can't directly set the column value\n /* istanbul ignore next */\n if (Object.defineProperty) {\n Object.defineProperty(this, 'column', {\n value: column,\n enumerable: true\n });\n Object.defineProperty(this, 'endColumn', {\n value: endColumn,\n enumerable: true\n });\n } else {\n this.column = column;\n this.endColumn = endColumn;\n }\n }\n } catch (nop) {\n /* Ignore if the browser is very particular */\n }\n}\n\nException.prototype = new Error();\n\nexports['default'] = Exception;\nmodule.exports = exports['default'];\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uL2xpYi9oYW5kbGViYXJzL2V4Y2VwdGlvbi5qcyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiOzs7QUFBQSxJQUFNLFVBQVUsR0FBRyxDQUNqQixhQUFhLEVBQ2IsVUFBVSxFQUNWLFlBQVksRUFDWixlQUFlLEVBQ2YsU0FBUyxFQUNULE1BQU0sRUFDTixRQUFRLEVBQ1IsT0FBTyxDQUNSLENBQUM7O0FBRUYsU0FBUyxTQUFTLENBQUMsT0FBTyxFQUFFLElBQUksRUFBRTtBQUNoQyxNQUFJLEdBQUcsR0FBRyxJQUFJLElBQUksSUFBSSxDQUFDLEdBQUc7TUFDeEIsSUFBSSxZQUFBO01BQ0osYUFBYSxZQUFBO01BQ2IsTUFBTSxZQUFBO01BQ04sU0FBUyxZQUFBLENBQUM7O0FBRVosTUFBSSxHQUFHLEVBQUU7QUFDUCxRQUFJLEdBQUcsR0FBRyxDQUFDLEtBQUssQ0FBQyxJQUFJLENBQUM7QUFDdEIsaUJBQWEsR0FBRyxHQUFHLENBQUMsR0FBRyxDQUFDLElBQUksQ0FBQztBQUM3QixVQUFNLEdBQUcsR0FBRyxDQUFDLEtBQUssQ0FBQyxNQUFNLENBQUM7QUFDMUIsYUFBUyxHQUFHLEdBQUcsQ0FBQyxHQUFHLENBQUMsTUFBTSxDQUFDOztBQUUzQixXQUFPLElBQUksS0FBSyxHQUFHLElBQUksR0FBRyxHQUFHLEdBQUcsTUFBTSxDQUFDO0dBQ3hDOztBQUVELE1BQUksR0FBRyxHQUFHLEtBQUssQ0FBQyxTQUFTLENBQUMsV0FBVyxDQUFDLElBQUksQ0FBQyxJQUFJLEVBQUUsT0FBTyxDQUFDLENBQUM7OztBQUcxRCxPQUFLLElBQUksR0FBRyxHQUFHLENBQUMsRUFBRSxHQUFHLEdBQUcsVUFBVSxDQUFDLE1BQU0sRUFBRSxHQUFHLEVBQUUsRUFBRTtBQUNoRCxRQUFJLENBQUMsVUFBVSxDQUFDLEdBQUcsQ0FBQyxDQUFDLEdBQUcsR0FBRyxDQUFDLFVBQVUsQ0FBQyxHQUFHLENBQUMsQ0FBQyxDQUFDO0dBQzlDOzs7QUFHRCxNQUFJLEtBQUssQ0FBQyxpQkFBaUIsRUFBRTtBQUMzQixTQUFLLENBQUMsaUJBQWlCLENBQUMsSUFBSSxFQUFFLFNBQVMsQ0FBQyxDQUFDO0dBQzFDOztBQUVELE1BQUk7QUFDRixRQUFJLEdBQUcsRUFBRTtBQUNQLFVBQUksQ0FBQyxVQUFVLEdBQUcsSUFBSSxDQUFDO0FBQ3ZCLFVBQUksQ0FBQyxhQUFhLEdBQUcsYUFBYSxDQUFDOzs7O0FBSW5DLFVBQUksTUFBTSxDQUFDLGNBQWMsRUFBRTtBQUN6QixjQUFNLENBQUMsY0FBYyxDQUFDLElBQUksRUFBRSxRQUFRLEVBQUU7QUFDcEMsZUFBSyxFQUFFLE1BQU07QUFDYixvQkFBVSxFQUFFLElBQUk7U0FDakIsQ0FBQyxDQUFDO0FBQ0gsY0FBTSxDQUFDLGNBQWMsQ0FBQyxJQUFJLEVBQUUsV0FBVyxFQUFFO0FBQ3ZDLGVBQUssRUFBRSxTQUFTO0FBQ2hCLG9CQUFVLEVBQUUsSUFBSTtTQUNqQixDQUFDLENBQUM7T0FDSixNQUFNO0FBQ0wsWUFBSSxDQUFDLE1BQU0sR0FBRyxNQUFNLENBQUM7QUFDckIsWUFBSSxDQUFDLFNBQVMsR0FBRyxTQUFTLENBQUM7T0FDNUI7S0FDRjtHQUNGLENBQUMsT0FBTyxHQUFHLEVBQUU7O0dBRWI7Q0FDRjs7QUFFRCxTQUFTLENBQUMsU0FBUyxHQUFHLElBQUksS0FBSyxFQUFFLENBQUM7O3FCQUVuQixTQUFTIiwiZmlsZSI6ImV4Y2VwdGlvbi5qcyIsInNvdXJjZXNDb250ZW50IjpbImNvbnN0IGVycm9yUHJvcHMgPSBbXG4gICdkZXNjcmlwdGlvbicsXG4gICdmaWxlTmFtZScsXG4gICdsaW5lTnVtYmVyJyxcbiAgJ2VuZExpbmVOdW1iZXInLFxuICAnbWVzc2FnZScsXG4gICduYW1lJyxcbiAgJ251bWJlcicsXG4gICdzdGFjaydcbl07XG5cbmZ1bmN0aW9uIEV4Y2VwdGlvbihtZXNzYWdlLCBub2RlKSB7XG4gIGxldCBsb2MgPSBub2RlICYmIG5vZGUubG9jLFxuICAgIGxpbmUsXG4gICAgZW5kTGluZU51bWJlcixcbiAgICBjb2x1bW4sXG4gICAgZW5kQ29sdW1uO1xuXG4gIGlmIChsb2MpIHtcbiAgICBsaW5lID0gbG9jLnN0YXJ0LmxpbmU7XG4gICAgZW5kTGluZU51bWJlciA9IGxvYy5lbmQubGluZTtcbiAgICBjb2x1bW4gPSBsb2Muc3RhcnQuY29sdW1uO1xuICAgIGVuZENvbHVtbiA9IGxvYy5lbmQuY29sdW1uO1xuXG4gICAgbWVzc2FnZSArPSAnIC0gJyArIGxpbmUgKyAnOicgKyBjb2x1bW47XG4gIH1cblxuICBsZXQgdG1wID0gRXJyb3IucHJvdG90eXBlLmNvbnN0cnVjdG9yLmNhbGwodGhpcywgbWVzc2FnZSk7XG5cbiAgLy8gVW5mb3J0dW5hdGVseSBlcnJvcnMgYXJlIG5vdCBlbnVtZXJhYmxlIGluIENocm9tZSAoYXQgbGVhc3QpLCBzbyBgZm9yIHByb3AgaW4gdG1wYCBkb2Vzbid0IHdvcmsuXG4gIGZvciAobGV0IGlkeCA9IDA7IGlkeCA8IGVycm9yUHJvcHMubGVuZ3RoOyBpZHgrKykge1xuICAgIHRoaXNbZXJyb3JQcm9wc1tpZHhdXSA9IHRtcFtlcnJvclByb3BzW2lkeF1dO1xuICB9XG5cbiAgLyogaXN0YW5idWwgaWdub3JlIGVsc2UgKi9cbiAgaWYgKEVycm9yLmNhcHR1cmVTdGFja1RyYWNlKSB7XG4gICAgRXJyb3IuY2FwdHVyZVN0YWNrVHJhY2UodGhpcywgRXhjZXB0aW9uKTtcbiAgfVxuXG4gIHRyeSB7XG4gICAgaWYgKGxvYykge1xuICAgICAgdGhpcy5saW5lTnVtYmVyID0gbGluZTtcbiAgICAgIHRoaXMuZW5kTGluZU51bWJlciA9IGVuZExpbmVOdW1iZXI7XG5cbiAgICAgIC8vIFdvcmsgYXJvdW5kIGlzc3VlIHVuZGVyIHNhZmFyaSB3aGVyZSB3ZSBjYW4ndCBkaXJlY3RseSBzZXQgdGhlIGNvbHVtbiB2YWx1ZVxuICAgICAgLyogaXN0YW5idWwgaWdub3JlIG5leHQgKi9cbiAgICAgIGlmIChPYmplY3QuZGVmaW5lUHJvcGVydHkpIHtcbiAgICAgICAgT2JqZWN0LmRlZmluZVByb3BlcnR5KHRoaXMsICdjb2x1bW4nLCB7XG4gICAgICAgICAgdmFsdWU6IGNvbHVtbixcbiAgICAgICAgICBlbnVtZXJhYmxlOiB0cnVlXG4gICAgICAgIH0pO1xuICAgICAgICBPYmplY3QuZGVmaW5lUHJvcGVydHkodGhpcywgJ2VuZENvbHVtbicsIHtcbiAgICAgICAgICB2YWx1ZTogZW5kQ29sdW1uLFxuICAgICAgICAgIGVudW1lcmFibGU6IHRydWVcbiAgICAgICAgfSk7XG4gICAgICB9IGVsc2Uge1xuICAgICAgICB0aGlzLmNvbHVtbiA9IGNvbHVtbjtcbiAgICAgICAgdGhpcy5lbmRDb2x1bW4gPSBlbmRDb2x1bW47XG4gICAgICB9XG4gICAgfVxuICB9IGNhdGNoIChub3ApIHtcbiAgICAvKiBJZ25vcmUgaWYgdGhlIGJyb3dzZXIgaXMgdmVyeSBwYXJ0aWN1bGFyICovXG4gIH1cbn1cblxuRXhjZXB0aW9uLnByb3RvdHlwZSA9IG5ldyBFcnJvcigpO1xuXG5leHBvcnQgZGVmYXVsdCBFeGNlcHRpb247XG4iXX0=\n","var DESCRIPTORS = require('../internals/descriptors');\nvar definePropertyModule = require('../internals/object-define-property');\nvar createPropertyDescriptor = require('../internals/create-property-descriptor');\n\nmodule.exports = DESCRIPTORS ? function (object, key, value) {\n return definePropertyModule.f(object, key, createPropertyDescriptor(1, value));\n} : function (object, key, value) {\n object[key] = value;\n return object;\n};\n","var isObject = require('../internals/is-object');\n\nmodule.exports = function (it) {\n if (!isObject(it)) {\n throw TypeError(String(it) + ' is not an object');\n } return it;\n};\n","module.exports = function (exec) {\n try {\n return !!exec();\n } catch (error) {\n return true;\n }\n};\n","var hasOwnProperty = {}.hasOwnProperty;\n\nmodule.exports = function (it, key) {\n return hasOwnProperty.call(it, key);\n};\n","/**\n * @copyright 2019 Christoph Wurst <christoph@winzerhof-wurst.at>\n *\n * @author 2019 Christoph Wurst <christoph@winzerhof-wurst.at>\n *\n * @license GNU AGPL version 3 or any later version\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see <http://www.gnu.org/licenses/>.\n */\n\nimport { emit } from '@nextcloud/event-bus'\n\n/**\n * @private\n * @param {Document} global the document to read the initial value from\n * @param {Function} emit the function to invoke for every new token\n * @returns {Object}\n */\nexport const manageToken = (global, emit) => {\n\tlet token = global.getElementsByTagName('head')[0].getAttribute('data-requesttoken')\n\n\treturn {\n\t\tgetToken: () => token,\n\t\tsetToken: newToken => {\n\t\t\ttoken = newToken\n\n\t\t\temit('csrf-token-update', {\n\t\t\t\ttoken,\n\t\t\t})\n\t\t},\n\t}\n}\n\nconst manageFromDocument = manageToken(document, emit)\n\n/**\n * @returns {string}\n */\nexport const getToken = manageFromDocument.getToken\n\n/**\n * @param {String} newToken new token\n */\nexport const setToken = manageFromDocument.setToken\n","/**\n * @copyright Copyright (c) 2016 Joas Schilling <coding@schilljs.com>\n *\n * @license GNU AGPL version 3 or any later version\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see <http://www.gnu.org/licenses/>.\n *\n */\n\nimport $ from 'jquery'\n\nimport OC from '../OC/index'\n\n/**\n * @param {string} method 'post' or 'delete'\n * @param {string} endpoint endpoint\n * @param {Object} [options] destructuring object\n * @param {Object} [options.data] option data\n * @param {function} [options.success] success callback\n * @param {function} [options.error] error callback\n * @internal\n */\nfunction call(method, endpoint, options) {\n\tif ((method === 'post' || method === 'delete') && OC.PasswordConfirmation.requiresPasswordConfirmation()) {\n\t\tOC.PasswordConfirmation.requirePasswordConfirmation(_.bind(call, this, method, endpoint, options))\n\t\treturn\n\t}\n\n\toptions = options || {}\n\t$.ajax({\n\t\ttype: method.toUpperCase(),\n\t\turl: OC.linkToOCS('apps/provisioning_api/api/v1', 2) + 'config/apps' + endpoint,\n\t\tdata: options.data || {},\n\t\tsuccess: options.success,\n\t\terror: options.error,\n\t})\n}\n\n/**\n * @param {Object} [options] destructuring object\n * @param {function} [options.success] success callback\n * @since 11.0.0\n */\nexport function getApps(options) {\n\tcall('get', '', options)\n}\n\n/**\n * @param {string} app app id\n * @param {Object} [options] destructuring object\n * @param {function} [options.success] success callback\n * @param {function} [options.error] error callback\n * @since 11.0.0\n */\nexport function getKeys(app, options) {\n\tcall('get', '/' + app, options)\n}\n\n/**\n * @param {string} app app id\n * @param {string} key key\n * @param {string|function} defaultValue default value\n * @param {Object} [options] destructuring object\n * @param {function} [options.success] success callback\n * @param {function} [options.error] error callback\n * @since 11.0.0\n */\nexport function getValue(app, key, defaultValue, options) {\n\toptions = options || {}\n\toptions.data = {\n\t\tdefaultValue: defaultValue,\n\t}\n\n\tcall('get', '/' + app + '/' + key, options)\n}\n\n/**\n * @param {string} app app id\n * @param {string} key key\n * @param {string} value value\n * @param {Object} [options] destructuring object\n * @param {function} [options.success] success callback\n * @param {function} [options.error] error callback\n * @since 11.0.0\n */\nexport function setValue(app, key, value, options) {\n\toptions = options || {}\n\toptions.data = {\n\t\tvalue: value,\n\t}\n\n\tcall('post', '/' + app + '/' + key, options)\n}\n\n/**\n * @param {string} app app id\n * @param {string} key key\n * @param {Object} [options] destructuring object\n * @param {function} [options.success] success callback\n * @param {function} [options.error] error callback\n * @since 11.0.0\n */\nexport function deleteKey(app, key, options) {\n\tcall('delete', '/' + app + '/' + key, options)\n}\n","(function (global, factory) {\n\ttypeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory() :\n\ttypeof define === 'function' && define.amd ? define(factory) :\n\t(global.DOMPurify = factory());\n}(this, (function () { 'use strict';\n\nfunction _toConsumableArray$1(arr) { if (Array.isArray(arr)) { for (var i = 0, arr2 = Array(arr.length); i < arr.length; i++) { arr2[i] = arr[i]; } return arr2; } else { return Array.from(arr); } }\n\nvar hasOwnProperty = Object.hasOwnProperty;\nvar setPrototypeOf = Object.setPrototypeOf;\nvar isFrozen = Object.isFrozen;\nvar objectKeys = Object.keys;\nvar freeze = Object.freeze;\nvar seal = Object.seal; // eslint-disable-line import/no-mutable-exports\n\nvar _ref = typeof Reflect !== 'undefined' && Reflect;\nvar apply = _ref.apply;\nvar construct = _ref.construct;\n\nif (!apply) {\n apply = function apply(fun, thisValue, args) {\n return fun.apply(thisValue, args);\n };\n}\n\nif (!freeze) {\n freeze = function freeze(x) {\n return x;\n };\n}\n\nif (!seal) {\n seal = function seal(x) {\n return x;\n };\n}\n\nif (!construct) {\n construct = function construct(Func, args) {\n return new (Function.prototype.bind.apply(Func, [null].concat(_toConsumableArray$1(args))))();\n };\n}\n\nvar arrayForEach = unapply(Array.prototype.forEach);\nvar arrayIndexOf = unapply(Array.prototype.indexOf);\nvar arrayJoin = unapply(Array.prototype.join);\nvar arrayPop = unapply(Array.prototype.pop);\nvar arrayPush = unapply(Array.prototype.push);\nvar arraySlice = unapply(Array.prototype.slice);\n\nvar stringToLowerCase = unapply(String.prototype.toLowerCase);\nvar stringMatch = unapply(String.prototype.match);\nvar stringReplace = unapply(String.prototype.replace);\nvar stringIndexOf = unapply(String.prototype.indexOf);\nvar stringTrim = unapply(String.prototype.trim);\n\nvar regExpTest = unapply(RegExp.prototype.test);\nvar regExpCreate = unconstruct(RegExp);\n\nvar typeErrorCreate = unconstruct(TypeError);\n\nfunction unapply(func) {\n return function (thisArg) {\n for (var _len = arguments.length, args = Array(_len > 1 ? _len - 1 : 0), _key = 1; _key < _len; _key++) {\n args[_key - 1] = arguments[_key];\n }\n\n return apply(func, thisArg, args);\n };\n}\n\nfunction unconstruct(func) {\n return function () {\n for (var _len2 = arguments.length, args = Array(_len2), _key2 = 0; _key2 < _len2; _key2++) {\n args[_key2] = arguments[_key2];\n }\n\n return construct(func, args);\n };\n}\n\n/* Add properties to a lookup table */\nfunction addToSet(set, array) {\n if (setPrototypeOf) {\n // Make 'in' and truthy checks like Boolean(set.constructor)\n // independent of any properties defined on Object.prototype.\n // Prevent prototype setters from intercepting set as a this value.\n setPrototypeOf(set, null);\n }\n\n var l = array.length;\n while (l--) {\n var element = array[l];\n if (typeof element === 'string') {\n var lcElement = stringToLowerCase(element);\n if (lcElement !== element) {\n // Config presets (e.g. tags.js, attrs.js) are immutable.\n if (!isFrozen(array)) {\n array[l] = lcElement;\n }\n\n element = lcElement;\n }\n }\n\n set[element] = true;\n }\n\n return set;\n}\n\n/* Shallow clone an object */\nfunction clone(object) {\n var newObject = {};\n\n var property = void 0;\n for (property in object) {\n if (apply(hasOwnProperty, object, [property])) {\n newObject[property] = object[property];\n }\n }\n\n return newObject;\n}\n\nvar html = freeze(['a', 'abbr', 'acronym', 'address', 'area', 'article', 'aside', 'audio', 'b', 'bdi', 'bdo', 'big', 'blink', 'blockquote', 'body', 'br', 'button', 'canvas', 'caption', 'center', 'cite', 'code', 'col', 'colgroup', 'content', 'data', 'datalist', 'dd', 'decorator', 'del', 'details', 'dfn', 'dir', 'div', 'dl', 'dt', 'element', 'em', 'fieldset', 'figcaption', 'figure', 'font', 'footer', 'form', 'h1', 'h2', 'h3', 'h4', 'h5', 'h6', 'head', 'header', 'hgroup', 'hr', 'html', 'i', 'img', 'input', 'ins', 'kbd', 'label', 'legend', 'li', 'main', 'map', 'mark', 'marquee', 'menu', 'menuitem', 'meter', 'nav', 'nobr', 'ol', 'optgroup', 'option', 'output', 'p', 'picture', 'pre', 'progress', 'q', 'rp', 'rt', 'ruby', 's', 'samp', 'section', 'select', 'shadow', 'small', 'source', 'spacer', 'span', 'strike', 'strong', 'style', 'sub', 'summary', 'sup', 'table', 'tbody', 'td', 'template', 'textarea', 'tfoot', 'th', 'thead', 'time', 'tr', 'track', 'tt', 'u', 'ul', 'var', 'video', 'wbr']);\n\n// SVG\nvar svg = freeze(['svg', 'a', 'altglyph', 'altglyphdef', 'altglyphitem', 'animatecolor', 'animatemotion', 'animatetransform', 'audio', 'canvas', 'circle', 'clippath', 'defs', 'desc', 'ellipse', 'filter', 'font', 'g', 'glyph', 'glyphref', 'hkern', 'image', 'line', 'lineargradient', 'marker', 'mask', 'metadata', 'mpath', 'path', 'pattern', 'polygon', 'polyline', 'radialgradient', 'rect', 'stop', 'style', 'switch', 'symbol', 'text', 'textpath', 'title', 'tref', 'tspan', 'video', 'view', 'vkern']);\n\nvar svgFilters = freeze(['feBlend', 'feColorMatrix', 'feComponentTransfer', 'feComposite', 'feConvolveMatrix', 'feDiffuseLighting', 'feDisplacementMap', 'feDistantLight', 'feFlood', 'feFuncA', 'feFuncB', 'feFuncG', 'feFuncR', 'feGaussianBlur', 'feMerge', 'feMergeNode', 'feMorphology', 'feOffset', 'fePointLight', 'feSpecularLighting', 'feSpotLight', 'feTile', 'feTurbulence']);\n\nvar mathMl = freeze(['math', 'menclose', 'merror', 'mfenced', 'mfrac', 'mglyph', 'mi', 'mlabeledtr', 'mmultiscripts', 'mn', 'mo', 'mover', 'mpadded', 'mphantom', 'mroot', 'mrow', 'ms', 'mspace', 'msqrt', 'mstyle', 'msub', 'msup', 'msubsup', 'mtable', 'mtd', 'mtext', 'mtr', 'munder', 'munderover']);\n\nvar text = freeze(['#text']);\n\nvar html$1 = freeze(['accept', 'action', 'align', 'alt', 'autocomplete', 'background', 'bgcolor', 'border', 'cellpadding', 'cellspacing', 'checked', 'cite', 'class', 'clear', 'color', 'cols', 'colspan', 'controls', 'coords', 'crossorigin', 'datetime', 'default', 'dir', 'disabled', 'download', 'enctype', 'face', 'for', 'headers', 'height', 'hidden', 'high', 'href', 'hreflang', 'id', 'integrity', 'ismap', 'label', 'lang', 'list', 'loop', 'low', 'max', 'maxlength', 'media', 'method', 'min', 'minlength', 'multiple', 'name', 'noshade', 'novalidate', 'nowrap', 'open', 'optimum', 'pattern', 'placeholder', 'poster', 'preload', 'pubdate', 'radiogroup', 'readonly', 'rel', 'required', 'rev', 'reversed', 'role', 'rows', 'rowspan', 'spellcheck', 'scope', 'selected', 'shape', 'size', 'sizes', 'span', 'srclang', 'start', 'src', 'srcset', 'step', 'style', 'summary', 'tabindex', 'title', 'type', 'usemap', 'valign', 'value', 'width', 'xmlns']);\n\nvar svg$1 = freeze(['accent-height', 'accumulate', 'additive', 'alignment-baseline', 'ascent', 'attributename', 'attributetype', 'azimuth', 'basefrequency', 'baseline-shift', 'begin', 'bias', 'by', 'class', 'clip', 'clip-path', 'clip-rule', 'color', 'color-interpolation', 'color-interpolation-filters', 'color-profile', 'color-rendering', 'cx', 'cy', 'd', 'dx', 'dy', 'diffuseconstant', 'direction', 'display', 'divisor', 'dur', 'edgemode', 'elevation', 'end', 'fill', 'fill-opacity', 'fill-rule', 'filter', 'filterunits', 'flood-color', 'flood-opacity', 'font-family', 'font-size', 'font-size-adjust', 'font-stretch', 'font-style', 'font-variant', 'font-weight', 'fx', 'fy', 'g1', 'g2', 'glyph-name', 'glyphref', 'gradientunits', 'gradienttransform', 'height', 'href', 'id', 'image-rendering', 'in', 'in2', 'k', 'k1', 'k2', 'k3', 'k4', 'kerning', 'keypoints', 'keysplines', 'keytimes', 'lang', 'lengthadjust', 'letter-spacing', 'kernelmatrix', 'kernelunitlength', 'lighting-color', 'local', 'marker-end', 'marker-mid', 'marker-start', 'markerheight', 'markerunits', 'markerwidth', 'maskcontentunits', 'maskunits', 'max', 'mask', 'media', 'method', 'mode', 'min', 'name', 'numoctaves', 'offset', 'operator', 'opacity', 'order', 'orient', 'orientation', 'origin', 'overflow', 'paint-order', 'path', 'pathlength', 'patterncontentunits', 'patterntransform', 'patternunits', 'points', 'preservealpha', 'preserveaspectratio', 'primitiveunits', 'r', 'rx', 'ry', 'radius', 'refx', 'refy', 'repeatcount', 'repeatdur', 'restart', 'result', 'rotate', 'scale', 'seed', 'shape-rendering', 'specularconstant', 'specularexponent', 'spreadmethod', 'stddeviation', 'stitchtiles', 'stop-color', 'stop-opacity', 'stroke-dasharray', 'stroke-dashoffset', 'stroke-linecap', 'stroke-linejoin', 'stroke-miterlimit', 'stroke-opacity', 'stroke', 'stroke-width', 'style', 'surfacescale', 'tabindex', 'targetx', 'targety', 'transform', 'text-anchor', 'text-decoration', 'text-rendering', 'textlength', 'type', 'u1', 'u2', 'unicode', 'values', 'viewbox', 'visibility', 'version', 'vert-adv-y', 'vert-origin-x', 'vert-origin-y', 'width', 'word-spacing', 'wrap', 'writing-mode', 'xchannelselector', 'ychannelselector', 'x', 'x1', 'x2', 'xmlns', 'y', 'y1', 'y2', 'z', 'zoomandpan']);\n\nvar mathMl$1 = freeze(['accent', 'accentunder', 'align', 'bevelled', 'close', 'columnsalign', 'columnlines', 'columnspan', 'denomalign', 'depth', 'dir', 'display', 'displaystyle', 'encoding', 'fence', 'frame', 'height', 'href', 'id', 'largeop', 'length', 'linethickness', 'lspace', 'lquote', 'mathbackground', 'mathcolor', 'mathsize', 'mathvariant', 'maxsize', 'minsize', 'movablelimits', 'notation', 'numalign', 'open', 'rowalign', 'rowlines', 'rowspacing', 'rowspan', 'rspace', 'rquote', 'scriptlevel', 'scriptminsize', 'scriptsizemultiplier', 'selection', 'separator', 'separators', 'stretchy', 'subscriptshift', 'supscriptshift', 'symmetric', 'voffset', 'width', 'xmlns']);\n\nvar xml = freeze(['xlink:href', 'xml:id', 'xlink:title', 'xml:space', 'xmlns:xlink']);\n\nvar MUSTACHE_EXPR = seal(/\\{\\{[\\s\\S]*|[\\s\\S]*\\}\\}/gm); // Specify template detection regex for SAFE_FOR_TEMPLATES mode\nvar ERB_EXPR = seal(/<%[\\s\\S]*|[\\s\\S]*%>/gm);\nvar DATA_ATTR = seal(/^data-[\\-\\w.\\u00B7-\\uFFFF]/); // eslint-disable-line no-useless-escape\nvar ARIA_ATTR = seal(/^aria-[\\-\\w]+$/); // eslint-disable-line no-useless-escape\nvar IS_ALLOWED_URI = seal(/^(?:(?:(?:f|ht)tps?|mailto|tel|callto|cid|xmpp):|[^a-z]|[a-z+.\\-]+(?:[^a-z+.\\-:]|$))/i // eslint-disable-line no-useless-escape\n);\nvar IS_SCRIPT_OR_DATA = seal(/^(?:\\w+script|data):/i);\nvar ATTR_WHITESPACE = seal(/[\\u0000-\\u0020\\u00A0\\u1680\\u180E\\u2000-\\u2029\\u205f\\u3000]/g // eslint-disable-line no-control-regex\n);\n\nvar _typeof = typeof Symbol === \"function\" && typeof Symbol.iterator === \"symbol\" ? function (obj) { return typeof obj; } : function (obj) { return obj && typeof Symbol === \"function\" && obj.constructor === Symbol && obj !== Symbol.prototype ? \"symbol\" : typeof obj; };\n\nfunction _toConsumableArray(arr) { if (Array.isArray(arr)) { for (var i = 0, arr2 = Array(arr.length); i < arr.length; i++) { arr2[i] = arr[i]; } return arr2; } else { return Array.from(arr); } }\n\nvar getGlobal = function getGlobal() {\n return typeof window === 'undefined' ? null : window;\n};\n\n/**\n * Creates a no-op policy for internal use only.\n * Don't export this function outside this module!\n * @param {?TrustedTypePolicyFactory} trustedTypes The policy factory.\n * @param {Document} document The document object (to determine policy name suffix)\n * @return {?TrustedTypePolicy} The policy created (or null, if Trusted Types\n * are not supported).\n */\nvar _createTrustedTypesPolicy = function _createTrustedTypesPolicy(trustedTypes, document) {\n if ((typeof trustedTypes === 'undefined' ? 'undefined' : _typeof(trustedTypes)) !== 'object' || typeof trustedTypes.createPolicy !== 'function') {\n return null;\n }\n\n // Allow the callers to control the unique policy name\n // by adding a data-tt-policy-suffix to the script element with the DOMPurify.\n // Policy creation with duplicate names throws in Trusted Types.\n var suffix = null;\n var ATTR_NAME = 'data-tt-policy-suffix';\n if (document.currentScript && document.currentScript.hasAttribute(ATTR_NAME)) {\n suffix = document.currentScript.getAttribute(ATTR_NAME);\n }\n\n var policyName = 'dompurify' + (suffix ? '#' + suffix : '');\n\n try {\n return trustedTypes.createPolicy(policyName, {\n createHTML: function createHTML(html$$1) {\n return html$$1;\n }\n });\n } catch (error) {\n // Policy creation failed (most likely another DOMPurify script has\n // already run). Skip creating the policy, as this will only cause errors\n // if TT are enforced.\n console.warn('TrustedTypes policy ' + policyName + ' could not be created.');\n return null;\n }\n};\n\nfunction createDOMPurify() {\n var window = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : getGlobal();\n\n var DOMPurify = function DOMPurify(root) {\n return createDOMPurify(root);\n };\n\n /**\n * Version label, exposed for easier checks\n * if DOMPurify is up to date or not\n */\n DOMPurify.version = '2.0.8';\n\n /**\n * Array of elements that DOMPurify removed during sanitation.\n * Empty if nothing was removed.\n */\n DOMPurify.removed = [];\n\n if (!window || !window.document || window.document.nodeType !== 9) {\n // Not running in a browser, provide a factory function\n // so that you can pass your own Window\n DOMPurify.isSupported = false;\n\n return DOMPurify;\n }\n\n var originalDocument = window.document;\n var useDOMParser = false;\n var removeTitle = false;\n\n var document = window.document;\n var DocumentFragment = window.DocumentFragment,\n HTMLTemplateElement = window.HTMLTemplateElement,\n Node = window.Node,\n NodeFilter = window.NodeFilter,\n _window$NamedNodeMap = window.NamedNodeMap,\n NamedNodeMap = _window$NamedNodeMap === undefined ? window.NamedNodeMap || window.MozNamedAttrMap : _window$NamedNodeMap,\n Text = window.Text,\n Comment = window.Comment,\n DOMParser = window.DOMParser,\n trustedTypes = window.trustedTypes;\n\n // As per issue #47, the web-components registry is inherited by a\n // new document created via createHTMLDocument. As per the spec\n // (http://w3c.github.io/webcomponents/spec/custom/#creating-and-passing-registries)\n // a new empty registry is used when creating a template contents owner\n // document, so we use that as our parent document to ensure nothing\n // is inherited.\n\n if (typeof HTMLTemplateElement === 'function') {\n var template = document.createElement('template');\n if (template.content && template.content.ownerDocument) {\n document = template.content.ownerDocument;\n }\n }\n\n var trustedTypesPolicy = _createTrustedTypesPolicy(trustedTypes, originalDocument);\n var emptyHTML = trustedTypesPolicy ? trustedTypesPolicy.createHTML('') : '';\n\n var _document = document,\n implementation = _document.implementation,\n createNodeIterator = _document.createNodeIterator,\n getElementsByTagName = _document.getElementsByTagName,\n createDocumentFragment = _document.createDocumentFragment;\n var importNode = originalDocument.importNode;\n\n\n var hooks = {};\n\n /**\n * Expose whether this browser supports running the full DOMPurify.\n */\n DOMPurify.isSupported = implementation && typeof implementation.createHTMLDocument !== 'undefined' && document.documentMode !== 9;\n\n var MUSTACHE_EXPR$$1 = MUSTACHE_EXPR,\n ERB_EXPR$$1 = ERB_EXPR,\n DATA_ATTR$$1 = DATA_ATTR,\n ARIA_ATTR$$1 = ARIA_ATTR,\n IS_SCRIPT_OR_DATA$$1 = IS_SCRIPT_OR_DATA,\n ATTR_WHITESPACE$$1 = ATTR_WHITESPACE;\n var IS_ALLOWED_URI$$1 = IS_ALLOWED_URI;\n\n /**\n * We consider the elements and attributes below to be safe. Ideally\n * don't add any new ones but feel free to remove unwanted ones.\n */\n\n /* allowed element names */\n\n var ALLOWED_TAGS = null;\n var DEFAULT_ALLOWED_TAGS = addToSet({}, [].concat(_toConsumableArray(html), _toConsumableArray(svg), _toConsumableArray(svgFilters), _toConsumableArray(mathMl), _toConsumableArray(text)));\n\n /* Allowed attribute names */\n var ALLOWED_ATTR = null;\n var DEFAULT_ALLOWED_ATTR = addToSet({}, [].concat(_toConsumableArray(html$1), _toConsumableArray(svg$1), _toConsumableArray(mathMl$1), _toConsumableArray(xml)));\n\n /* Explicitly forbidden tags (overrides ALLOWED_TAGS/ADD_TAGS) */\n var FORBID_TAGS = null;\n\n /* Explicitly forbidden attributes (overrides ALLOWED_ATTR/ADD_ATTR) */\n var FORBID_ATTR = null;\n\n /* Decide if ARIA attributes are okay */\n var ALLOW_ARIA_ATTR = true;\n\n /* Decide if custom data attributes are okay */\n var ALLOW_DATA_ATTR = true;\n\n /* Decide if unknown protocols are okay */\n var ALLOW_UNKNOWN_PROTOCOLS = false;\n\n /* Output should be safe for jQuery's $() factory? */\n var SAFE_FOR_JQUERY = false;\n\n /* Output should be safe for common template engines.\n * This means, DOMPurify removes data attributes, mustaches and ERB\n */\n var SAFE_FOR_TEMPLATES = false;\n\n /* Decide if document with <html>... should be returned */\n var WHOLE_DOCUMENT = false;\n\n /* Track whether config is already set on this instance of DOMPurify. */\n var SET_CONFIG = false;\n\n /* Decide if all elements (e.g. style, script) must be children of\n * document.body. By default, browsers might move them to document.head */\n var FORCE_BODY = false;\n\n /* Decide if a DOM `HTMLBodyElement` should be returned, instead of a html\n * string (or a TrustedHTML object if Trusted Types are supported).\n * If `WHOLE_DOCUMENT` is enabled a `HTMLHtmlElement` will be returned instead\n */\n var RETURN_DOM = false;\n\n /* Decide if a DOM `DocumentFragment` should be returned, instead of a html\n * string (or a TrustedHTML object if Trusted Types are supported) */\n var RETURN_DOM_FRAGMENT = false;\n\n /* If `RETURN_DOM` or `RETURN_DOM_FRAGMENT` is enabled, decide if the returned DOM\n * `Node` is imported into the current `Document`. If this flag is not enabled the\n * `Node` will belong (its ownerDocument) to a fresh `HTMLDocument`, created by\n * DOMPurify. */\n var RETURN_DOM_IMPORT = false;\n\n /* Try to return a Trusted Type object instead of a string, retrun a string in\n * case Trusted Types are not supported */\n var RETURN_TRUSTED_TYPE = false;\n\n /* Output should be free from DOM clobbering attacks? */\n var SANITIZE_DOM = true;\n\n /* Keep element content when removing element? */\n var KEEP_CONTENT = true;\n\n /* If a `Node` is passed to sanitize(), then performs sanitization in-place instead\n * of importing it into a new Document and returning a sanitized copy */\n var IN_PLACE = false;\n\n /* Allow usage of profiles like html, svg and mathMl */\n var USE_PROFILES = {};\n\n /* Tags to ignore content of when KEEP_CONTENT is true */\n var FORBID_CONTENTS = addToSet({}, ['annotation-xml', 'audio', 'colgroup', 'desc', 'foreignobject', 'head', 'iframe', 'math', 'mi', 'mn', 'mo', 'ms', 'mtext', 'noembed', 'noframes', 'plaintext', 'script', 'style', 'svg', 'template', 'thead', 'title', 'video', 'xmp']);\n\n /* Tags that are safe for data: URIs */\n var DATA_URI_TAGS = addToSet({}, ['audio', 'video', 'img', 'source', 'image']);\n\n /* Attributes safe for values like \"javascript:\" */\n var URI_SAFE_ATTRIBUTES = null;\n var DEFAULT_URI_SAFE_ATTRIBUTES = addToSet({}, ['alt', 'class', 'for', 'id', 'label', 'name', 'pattern', 'placeholder', 'summary', 'title', 'value', 'style', 'xmlns']);\n\n /* Keep a reference to config to pass to hooks */\n var CONFIG = null;\n\n /* Ideally, do not touch anything below this line */\n /* ______________________________________________ */\n\n var formElement = document.createElement('form');\n\n /**\n * _parseConfig\n *\n * @param {Object} cfg optional config literal\n */\n // eslint-disable-next-line complexity\n var _parseConfig = function _parseConfig(cfg) {\n if (CONFIG && CONFIG === cfg) {\n return;\n }\n\n /* Shield configuration object from tampering */\n if (!cfg || (typeof cfg === 'undefined' ? 'undefined' : _typeof(cfg)) !== 'object') {\n cfg = {};\n }\n\n /* Set configuration parameters */\n ALLOWED_TAGS = 'ALLOWED_TAGS' in cfg ? addToSet({}, cfg.ALLOWED_TAGS) : DEFAULT_ALLOWED_TAGS;\n ALLOWED_ATTR = 'ALLOWED_ATTR' in cfg ? addToSet({}, cfg.ALLOWED_ATTR) : DEFAULT_ALLOWED_ATTR;\n URI_SAFE_ATTRIBUTES = 'ADD_URI_SAFE_ATTR' in cfg ? addToSet(clone(DEFAULT_URI_SAFE_ATTRIBUTES), cfg.ADD_URI_SAFE_ATTR) : DEFAULT_URI_SAFE_ATTRIBUTES;\n FORBID_TAGS = 'FORBID_TAGS' in cfg ? addToSet({}, cfg.FORBID_TAGS) : {};\n FORBID_ATTR = 'FORBID_ATTR' in cfg ? addToSet({}, cfg.FORBID_ATTR) : {};\n USE_PROFILES = 'USE_PROFILES' in cfg ? cfg.USE_PROFILES : false;\n ALLOW_ARIA_ATTR = cfg.ALLOW_ARIA_ATTR !== false; // Default true\n ALLOW_DATA_ATTR = cfg.ALLOW_DATA_ATTR !== false; // Default true\n ALLOW_UNKNOWN_PROTOCOLS = cfg.ALLOW_UNKNOWN_PROTOCOLS || false; // Default false\n SAFE_FOR_JQUERY = cfg.SAFE_FOR_JQUERY || false; // Default false\n SAFE_FOR_TEMPLATES = cfg.SAFE_FOR_TEMPLATES || false; // Default false\n WHOLE_DOCUMENT = cfg.WHOLE_DOCUMENT || false; // Default false\n RETURN_DOM = cfg.RETURN_DOM || false; // Default false\n RETURN_DOM_FRAGMENT = cfg.RETURN_DOM_FRAGMENT || false; // Default false\n RETURN_DOM_IMPORT = cfg.RETURN_DOM_IMPORT || false; // Default false\n RETURN_TRUSTED_TYPE = cfg.RETURN_TRUSTED_TYPE || false; // Default false\n FORCE_BODY = cfg.FORCE_BODY || false; // Default false\n SANITIZE_DOM = cfg.SANITIZE_DOM !== false; // Default true\n KEEP_CONTENT = cfg.KEEP_CONTENT !== false; // Default true\n IN_PLACE = cfg.IN_PLACE || false; // Default false\n IS_ALLOWED_URI$$1 = cfg.ALLOWED_URI_REGEXP || IS_ALLOWED_URI$$1;\n if (SAFE_FOR_TEMPLATES) {\n ALLOW_DATA_ATTR = false;\n }\n\n if (RETURN_DOM_FRAGMENT) {\n RETURN_DOM = true;\n }\n\n /* Parse profile info */\n if (USE_PROFILES) {\n ALLOWED_TAGS = addToSet({}, [].concat(_toConsumableArray(text)));\n ALLOWED_ATTR = [];\n if (USE_PROFILES.html === true) {\n addToSet(ALLOWED_TAGS, html);\n addToSet(ALLOWED_ATTR, html$1);\n }\n\n if (USE_PROFILES.svg === true) {\n addToSet(ALLOWED_TAGS, svg);\n addToSet(ALLOWED_ATTR, svg$1);\n addToSet(ALLOWED_ATTR, xml);\n }\n\n if (USE_PROFILES.svgFilters === true) {\n addToSet(ALLOWED_TAGS, svgFilters);\n addToSet(ALLOWED_ATTR, svg$1);\n addToSet(ALLOWED_ATTR, xml);\n }\n\n if (USE_PROFILES.mathMl === true) {\n addToSet(ALLOWED_TAGS, mathMl);\n addToSet(ALLOWED_ATTR, mathMl$1);\n addToSet(ALLOWED_ATTR, xml);\n }\n }\n\n /* Merge configuration parameters */\n if (cfg.ADD_TAGS) {\n if (ALLOWED_TAGS === DEFAULT_ALLOWED_TAGS) {\n ALLOWED_TAGS = clone(ALLOWED_TAGS);\n }\n\n addToSet(ALLOWED_TAGS, cfg.ADD_TAGS);\n }\n\n if (cfg.ADD_ATTR) {\n if (ALLOWED_ATTR === DEFAULT_ALLOWED_ATTR) {\n ALLOWED_ATTR = clone(ALLOWED_ATTR);\n }\n\n addToSet(ALLOWED_ATTR, cfg.ADD_ATTR);\n }\n\n if (cfg.ADD_URI_SAFE_ATTR) {\n addToSet(URI_SAFE_ATTRIBUTES, cfg.ADD_URI_SAFE_ATTR);\n }\n\n /* Add #text in case KEEP_CONTENT is set to true */\n if (KEEP_CONTENT) {\n ALLOWED_TAGS['#text'] = true;\n }\n\n /* Add html, head and body to ALLOWED_TAGS in case WHOLE_DOCUMENT is true */\n if (WHOLE_DOCUMENT) {\n addToSet(ALLOWED_TAGS, ['html', 'head', 'body']);\n }\n\n /* Add tbody to ALLOWED_TAGS in case tables are permitted, see #286, #365 */\n if (ALLOWED_TAGS.table) {\n addToSet(ALLOWED_TAGS, ['tbody']);\n delete FORBID_TAGS.tbody;\n }\n\n // Prevent further manipulation of configuration.\n // Not available in IE8, Safari 5, etc.\n if (freeze) {\n freeze(cfg);\n }\n\n CONFIG = cfg;\n };\n\n /**\n * _forceRemove\n *\n * @param {Node} node a DOM node\n */\n var _forceRemove = function _forceRemove(node) {\n arrayPush(DOMPurify.removed, { element: node });\n try {\n node.parentNode.removeChild(node);\n } catch (error) {\n node.outerHTML = emptyHTML;\n }\n };\n\n /**\n * _removeAttribute\n *\n * @param {String} name an Attribute name\n * @param {Node} node a DOM node\n */\n var _removeAttribute = function _removeAttribute(name, node) {\n try {\n arrayPush(DOMPurify.removed, {\n attribute: node.getAttributeNode(name),\n from: node\n });\n } catch (error) {\n arrayPush(DOMPurify.removed, {\n attribute: null,\n from: node\n });\n }\n\n node.removeAttribute(name);\n };\n\n /**\n * _initDocument\n *\n * @param {String} dirty a string of dirty markup\n * @return {Document} a DOM, filled with the dirty markup\n */\n var _initDocument = function _initDocument(dirty) {\n /* Create a HTML document */\n var doc = void 0;\n var leadingWhitespace = void 0;\n\n if (FORCE_BODY) {\n dirty = '<remove></remove>' + dirty;\n } else {\n /* If FORCE_BODY isn't used, leading whitespace needs to be preserved manually */\n var matches = stringMatch(dirty, /^[\\s]+/);\n leadingWhitespace = matches && matches[0];\n }\n\n var dirtyPayload = trustedTypesPolicy ? trustedTypesPolicy.createHTML(dirty) : dirty;\n /* Use DOMParser to workaround Firefox bug (see comment below) */\n if (useDOMParser) {\n try {\n doc = new DOMParser().parseFromString(dirtyPayload, 'text/html');\n } catch (error) {}\n }\n\n /* Remove title to fix a mXSS bug in older MS Edge */\n if (removeTitle) {\n addToSet(FORBID_TAGS, ['title']);\n }\n\n /* Otherwise use createHTMLDocument, because DOMParser is unsafe in\n Safari (see comment below) */\n if (!doc || !doc.documentElement) {\n doc = implementation.createHTMLDocument('');\n var _doc = doc,\n body = _doc.body;\n\n body.parentNode.removeChild(body.parentNode.firstElementChild);\n body.outerHTML = dirtyPayload;\n }\n\n if (dirty && leadingWhitespace) {\n doc.body.insertBefore(document.createTextNode(leadingWhitespace), doc.body.childNodes[0] || null);\n }\n\n /* Work on whole document or just its body */\n return getElementsByTagName.call(doc, WHOLE_DOCUMENT ? 'html' : 'body')[0];\n };\n\n // Firefox uses a different parser for innerHTML rather than\n // DOMParser (see https://bugzilla.mozilla.org/show_bug.cgi?id=1205631)\n // which means that you *must* use DOMParser, otherwise the output may\n // not be safe if used in a document.write context later.\n //\n // So we feature detect the Firefox bug and use the DOMParser if necessary.\n //\n // Chrome 77 and other versions ship an mXSS bug that caused a bypass to\n // happen. We now check for the mXSS trigger and react accordingly.\n if (DOMPurify.isSupported) {\n (function () {\n try {\n var doc = _initDocument('<svg><p><textarea><img src=\"</textarea><img src=x abc=1//\">');\n if (doc.querySelector('svg img')) {\n useDOMParser = true;\n }\n } catch (error) {}\n })();\n\n (function () {\n try {\n var doc = _initDocument('<x/><title>&lt;/title&gt;&lt;img&gt;');\n if (regExpTest(/<\\/title/, doc.querySelector('title').innerHTML)) {\n removeTitle = true;\n }\n } catch (error) {}\n })();\n }\n\n /**\n * _createIterator\n *\n * @param {Document} root document/fragment to create iterator for\n * @return {Iterator} iterator instance\n */\n var _createIterator = function _createIterator(root) {\n return createNodeIterator.call(root.ownerDocument || root, root, NodeFilter.SHOW_ELEMENT | NodeFilter.SHOW_COMMENT | NodeFilter.SHOW_TEXT, function () {\n return NodeFilter.FILTER_ACCEPT;\n }, false);\n };\n\n /**\n * _isClobbered\n *\n * @param {Node} elm element to check for clobbering attacks\n * @return {Boolean} true if clobbered, false if safe\n */\n var _isClobbered = function _isClobbered(elm) {\n if (elm instanceof Text || elm instanceof Comment) {\n return false;\n }\n\n if (typeof elm.nodeName !== 'string' || typeof elm.textContent !== 'string' || typeof elm.removeChild !== 'function' || !(elm.attributes instanceof NamedNodeMap) || typeof elm.removeAttribute !== 'function' || typeof elm.setAttribute !== 'function' || typeof elm.namespaceURI !== 'string') {\n return true;\n }\n\n return false;\n };\n\n /**\n * _isNode\n *\n * @param {Node} obj object to check whether it's a DOM node\n * @return {Boolean} true is object is a DOM node\n */\n var _isNode = function _isNode(obj) {\n return (typeof Node === 'undefined' ? 'undefined' : _typeof(Node)) === 'object' ? obj instanceof Node : obj && (typeof obj === 'undefined' ? 'undefined' : _typeof(obj)) === 'object' && typeof obj.nodeType === 'number' && typeof obj.nodeName === 'string';\n };\n\n /**\n * _executeHook\n * Execute user configurable hooks\n *\n * @param {String} entryPoint Name of the hook's entry point\n * @param {Node} currentNode node to work on with the hook\n * @param {Object} data additional hook parameters\n */\n var _executeHook = function _executeHook(entryPoint, currentNode, data) {\n if (!hooks[entryPoint]) {\n return;\n }\n\n arrayForEach(hooks[entryPoint], function (hook) {\n hook.call(DOMPurify, currentNode, data, CONFIG);\n });\n };\n\n /**\n * _sanitizeElements\n *\n * @protect nodeName\n * @protect textContent\n * @protect removeChild\n *\n * @param {Node} currentNode to check for permission to exist\n * @return {Boolean} true if node was killed, false if left alive\n */\n // eslint-disable-next-line complexity\n var _sanitizeElements = function _sanitizeElements(currentNode) {\n var content = void 0;\n\n /* Execute a hook if present */\n _executeHook('beforeSanitizeElements', currentNode, null);\n\n /* Check if element is clobbered or can clobber */\n if (_isClobbered(currentNode)) {\n _forceRemove(currentNode);\n return true;\n }\n\n /* Now let's check the element's type and name */\n var tagName = stringToLowerCase(currentNode.nodeName);\n\n /* Execute a hook if present */\n _executeHook('uponSanitizeElement', currentNode, {\n tagName: tagName,\n allowedTags: ALLOWED_TAGS\n });\n\n /* Take care of an mXSS pattern using p, br inside svg, math */\n if ((tagName === 'svg' || tagName === 'math') && currentNode.querySelectorAll('p, br').length !== 0) {\n _forceRemove(currentNode);\n return true;\n }\n\n /* Remove element if anything forbids its presence */\n if (!ALLOWED_TAGS[tagName] || FORBID_TAGS[tagName]) {\n /* Keep content except for black-listed elements */\n if (KEEP_CONTENT && !FORBID_CONTENTS[tagName] && typeof currentNode.insertAdjacentHTML === 'function') {\n try {\n var htmlToInsert = currentNode.innerHTML;\n currentNode.insertAdjacentHTML('AfterEnd', trustedTypesPolicy ? trustedTypesPolicy.createHTML(htmlToInsert) : htmlToInsert);\n } catch (error) {}\n }\n\n _forceRemove(currentNode);\n return true;\n }\n\n /* Remove in case a noscript/noembed XSS is suspected */\n if (tagName === 'noscript' && regExpTest(/<\\/noscript/i, currentNode.innerHTML)) {\n _forceRemove(currentNode);\n return true;\n }\n\n if (tagName === 'noembed' && regExpTest(/<\\/noembed/i, currentNode.innerHTML)) {\n _forceRemove(currentNode);\n return true;\n }\n\n /* Convert markup to cover jQuery behavior */\n if (SAFE_FOR_JQUERY && !currentNode.firstElementChild && (!currentNode.content || !currentNode.content.firstElementChild) && regExpTest(/</g, currentNode.textContent)) {\n arrayPush(DOMPurify.removed, { element: currentNode.cloneNode() });\n if (currentNode.innerHTML) {\n currentNode.innerHTML = stringReplace(currentNode.innerHTML, /</g, '&lt;');\n } else {\n currentNode.innerHTML = stringReplace(currentNode.textContent, /</g, '&lt;');\n }\n }\n\n /* Sanitize element content to be template-safe */\n if (SAFE_FOR_TEMPLATES && currentNode.nodeType === 3) {\n /* Get the element's text content */\n content = currentNode.textContent;\n content = stringReplace(content, MUSTACHE_EXPR$$1, ' ');\n content = stringReplace(content, ERB_EXPR$$1, ' ');\n if (currentNode.textContent !== content) {\n arrayPush(DOMPurify.removed, { element: currentNode.cloneNode() });\n currentNode.textContent = content;\n }\n }\n\n /* Execute a hook if present */\n _executeHook('afterSanitizeElements', currentNode, null);\n\n return false;\n };\n\n /**\n * _isValidAttribute\n *\n * @param {string} lcTag Lowercase tag name of containing element.\n * @param {string} lcName Lowercase attribute name.\n * @param {string} value Attribute value.\n * @return {Boolean} Returns true if `value` is valid, otherwise false.\n */\n // eslint-disable-next-line complexity\n var _isValidAttribute = function _isValidAttribute(lcTag, lcName, value) {\n /* Make sure attribute cannot clobber */\n if (SANITIZE_DOM && (lcName === 'id' || lcName === 'name') && (value in document || value in formElement)) {\n return false;\n }\n\n /* Allow valid data-* attributes: At least one character after \"-\"\n (https://html.spec.whatwg.org/multipage/dom.html#embedding-custom-non-visible-data-with-the-data-*-attributes)\n XML-compatible (https://html.spec.whatwg.org/multipage/infrastructure.html#xml-compatible and http://www.w3.org/TR/xml/#d0e804)\n We don't need to check the value; it's always URI safe. */\n if (ALLOW_DATA_ATTR && regExpTest(DATA_ATTR$$1, lcName)) {\n // This attribute is safe\n } else if (ALLOW_ARIA_ATTR && regExpTest(ARIA_ATTR$$1, lcName)) {\n // This attribute is safe\n /* Otherwise, check the name is permitted */\n } else if (!ALLOWED_ATTR[lcName] || FORBID_ATTR[lcName]) {\n return false;\n\n /* Check value is safe. First, is attr inert? If so, is safe */\n } else if (URI_SAFE_ATTRIBUTES[lcName]) {\n // This attribute is safe\n /* Check no script, data or unknown possibly unsafe URI\n unless we know URI values are safe for that attribute */\n } else if (regExpTest(IS_ALLOWED_URI$$1, stringReplace(value, ATTR_WHITESPACE$$1, ''))) {\n // This attribute is safe\n /* Keep image data URIs alive if src/xlink:href is allowed */\n /* Further prevent gadget XSS for dynamically built script tags */\n } else if ((lcName === 'src' || lcName === 'xlink:href' || lcName === 'href') && lcTag !== 'script' && stringIndexOf(value, 'data:') === 0 && DATA_URI_TAGS[lcTag]) {\n // This attribute is safe\n /* Allow unknown protocols: This provides support for links that\n are handled by protocol handlers which may be unknown ahead of\n time, e.g. fb:, spotify: */\n } else if (ALLOW_UNKNOWN_PROTOCOLS && !regExpTest(IS_SCRIPT_OR_DATA$$1, stringReplace(value, ATTR_WHITESPACE$$1, ''))) {\n // This attribute is safe\n /* Check for binary attributes */\n // eslint-disable-next-line no-negated-condition\n } else if (!value) {\n // Binary attributes are safe at this point\n /* Anything else, presume unsafe, do not add it back */\n } else {\n return false;\n }\n\n return true;\n };\n\n /**\n * _sanitizeAttributes\n *\n * @protect attributes\n * @protect nodeName\n * @protect removeAttribute\n * @protect setAttribute\n *\n * @param {Node} currentNode to sanitize\n */\n // eslint-disable-next-line complexity\n var _sanitizeAttributes = function _sanitizeAttributes(currentNode) {\n var attr = void 0;\n var value = void 0;\n var lcName = void 0;\n var idAttr = void 0;\n var l = void 0;\n /* Execute a hook if present */\n _executeHook('beforeSanitizeAttributes', currentNode, null);\n\n var attributes = currentNode.attributes;\n\n /* Check if we have attributes; if not we might have a text node */\n\n if (!attributes) {\n return;\n }\n\n var hookEvent = {\n attrName: '',\n attrValue: '',\n keepAttr: true,\n allowedAttributes: ALLOWED_ATTR\n };\n l = attributes.length;\n\n /* Go backwards over all attributes; safely remove bad ones */\n while (l--) {\n attr = attributes[l];\n var _attr = attr,\n name = _attr.name,\n namespaceURI = _attr.namespaceURI;\n\n value = stringTrim(attr.value);\n lcName = stringToLowerCase(name);\n\n /* Execute a hook if present */\n hookEvent.attrName = lcName;\n hookEvent.attrValue = value;\n hookEvent.keepAttr = true;\n hookEvent.forceKeepAttr = undefined; // Allows developers to see this is a property they can set\n _executeHook('uponSanitizeAttribute', currentNode, hookEvent);\n value = hookEvent.attrValue;\n /* Did the hooks approve of the attribute? */\n if (hookEvent.forceKeepAttr) {\n continue;\n }\n\n /* Remove attribute */\n // Safari (iOS + Mac), last tested v8.0.5, crashes if you try to\n // remove a \"name\" attribute from an <img> tag that has an \"id\"\n // attribute at the time.\n if (lcName === 'name' && currentNode.nodeName === 'IMG' && attributes.id) {\n idAttr = attributes.id;\n attributes = arraySlice(attributes, []);\n _removeAttribute('id', currentNode);\n _removeAttribute(name, currentNode);\n if (arrayIndexOf(attributes, idAttr) > l) {\n currentNode.setAttribute('id', idAttr.value);\n }\n } else if (\n // This works around a bug in Safari, where input[type=file]\n // cannot be dynamically set after type has been removed\n currentNode.nodeName === 'INPUT' && lcName === 'type' && value === 'file' && hookEvent.keepAttr && (ALLOWED_ATTR[lcName] || !FORBID_ATTR[lcName])) {\n continue;\n } else {\n // This avoids a crash in Safari v9.0 with double-ids.\n // The trick is to first set the id to be empty and then to\n // remove the attribute\n if (name === 'id') {\n currentNode.setAttribute(name, '');\n }\n\n _removeAttribute(name, currentNode);\n }\n\n /* Did the hooks approve of the attribute? */\n if (!hookEvent.keepAttr) {\n continue;\n }\n\n /* Work around a security issue in jQuery 3.0 */\n if (SAFE_FOR_JQUERY && regExpTest(/\\/>/i, value)) {\n _removeAttribute(name, currentNode);\n continue;\n }\n\n /* Take care of an mXSS pattern using namespace switches */\n if (regExpTest(/svg|math/i, currentNode.namespaceURI) && regExpTest(regExpCreate('</(' + arrayJoin(objectKeys(FORBID_CONTENTS), '|') + ')', 'i'), value)) {\n _removeAttribute(name, currentNode);\n continue;\n }\n\n /* Sanitize attribute content to be template-safe */\n if (SAFE_FOR_TEMPLATES) {\n value = stringReplace(value, MUSTACHE_EXPR$$1, ' ');\n value = stringReplace(value, ERB_EXPR$$1, ' ');\n }\n\n /* Is `value` valid for this attribute? */\n var lcTag = currentNode.nodeName.toLowerCase();\n if (!_isValidAttribute(lcTag, lcName, value)) {\n continue;\n }\n\n /* Handle invalid data-* attribute set by try-catching it */\n try {\n if (namespaceURI) {\n currentNode.setAttributeNS(namespaceURI, name, value);\n } else {\n /* Fallback to setAttribute() for browser-unrecognized namespaces e.g. \"x-schema\". */\n currentNode.setAttribute(name, value);\n }\n\n arrayPop(DOMPurify.removed);\n } catch (error) {}\n }\n\n /* Execute a hook if present */\n _executeHook('afterSanitizeAttributes', currentNode, null);\n };\n\n /**\n * _sanitizeShadowDOM\n *\n * @param {DocumentFragment} fragment to iterate over recursively\n */\n var _sanitizeShadowDOM = function _sanitizeShadowDOM(fragment) {\n var shadowNode = void 0;\n var shadowIterator = _createIterator(fragment);\n\n /* Execute a hook if present */\n _executeHook('beforeSanitizeShadowDOM', fragment, null);\n\n while (shadowNode = shadowIterator.nextNode()) {\n /* Execute a hook if present */\n _executeHook('uponSanitizeShadowNode', shadowNode, null);\n\n /* Sanitize tags and elements */\n if (_sanitizeElements(shadowNode)) {\n continue;\n }\n\n /* Deep shadow DOM detected */\n if (shadowNode.content instanceof DocumentFragment) {\n _sanitizeShadowDOM(shadowNode.content);\n }\n\n /* Check attributes, sanitize if necessary */\n _sanitizeAttributes(shadowNode);\n }\n\n /* Execute a hook if present */\n _executeHook('afterSanitizeShadowDOM', fragment, null);\n };\n\n /**\n * Sanitize\n * Public method providing core sanitation functionality\n *\n * @param {String|Node} dirty string or DOM node\n * @param {Object} configuration object\n */\n // eslint-disable-next-line complexity\n DOMPurify.sanitize = function (dirty, cfg) {\n var body = void 0;\n var importedNode = void 0;\n var currentNode = void 0;\n var oldNode = void 0;\n var returnNode = void 0;\n /* Make sure we have a string to sanitize.\n DO NOT return early, as this will return the wrong type if\n the user has requested a DOM object rather than a string */\n if (!dirty) {\n dirty = '<!-->';\n }\n\n /* Stringify, in case dirty is an object */\n if (typeof dirty !== 'string' && !_isNode(dirty)) {\n // eslint-disable-next-line no-negated-condition\n if (typeof dirty.toString !== 'function') {\n throw typeErrorCreate('toString is not a function');\n } else {\n dirty = dirty.toString();\n if (typeof dirty !== 'string') {\n throw typeErrorCreate('dirty is not a string, aborting');\n }\n }\n }\n\n /* Check we can run. Otherwise fall back or ignore */\n if (!DOMPurify.isSupported) {\n if (_typeof(window.toStaticHTML) === 'object' || typeof window.toStaticHTML === 'function') {\n if (typeof dirty === 'string') {\n return window.toStaticHTML(dirty);\n }\n\n if (_isNode(dirty)) {\n return window.toStaticHTML(dirty.outerHTML);\n }\n }\n\n return dirty;\n }\n\n /* Assign config vars */\n if (!SET_CONFIG) {\n _parseConfig(cfg);\n }\n\n /* Clean up removed elements */\n DOMPurify.removed = [];\n\n /* Check if dirty is correctly typed for IN_PLACE */\n if (typeof dirty === 'string') {\n IN_PLACE = false;\n }\n\n if (IN_PLACE) {\n /* No special handling necessary for in-place sanitization */\n } else if (dirty instanceof Node) {\n /* If dirty is a DOM element, append to an empty document to avoid\n elements being stripped by the parser */\n body = _initDocument('<!-->');\n importedNode = body.ownerDocument.importNode(dirty, true);\n if (importedNode.nodeType === 1 && importedNode.nodeName === 'BODY') {\n /* Node is already a body, use as is */\n body = importedNode;\n } else if (importedNode.nodeName === 'HTML') {\n body = importedNode;\n } else {\n // eslint-disable-next-line unicorn/prefer-node-append\n body.appendChild(importedNode);\n }\n } else {\n /* Exit directly if we have nothing to do */\n if (!RETURN_DOM && !SAFE_FOR_TEMPLATES && !WHOLE_DOCUMENT && RETURN_TRUSTED_TYPE && dirty.indexOf('<') === -1) {\n return trustedTypesPolicy ? trustedTypesPolicy.createHTML(dirty) : dirty;\n }\n\n /* Initialize the document to work on */\n body = _initDocument(dirty);\n\n /* Check we have a DOM node from the data */\n if (!body) {\n return RETURN_DOM ? null : emptyHTML;\n }\n }\n\n /* Remove first element node (ours) if FORCE_BODY is set */\n if (body && FORCE_BODY) {\n _forceRemove(body.firstChild);\n }\n\n /* Get node iterator */\n var nodeIterator = _createIterator(IN_PLACE ? dirty : body);\n\n /* Now start iterating over the created document */\n while (currentNode = nodeIterator.nextNode()) {\n /* Fix IE's strange behavior with manipulated textNodes #89 */\n if (currentNode.nodeType === 3 && currentNode === oldNode) {\n continue;\n }\n\n /* Sanitize tags and elements */\n if (_sanitizeElements(currentNode)) {\n continue;\n }\n\n /* Shadow DOM detected, sanitize it */\n if (currentNode.content instanceof DocumentFragment) {\n _sanitizeShadowDOM(currentNode.content);\n }\n\n /* Check attributes, sanitize if necessary */\n _sanitizeAttributes(currentNode);\n\n oldNode = currentNode;\n }\n\n oldNode = null;\n\n /* If we sanitized `dirty` in-place, return it. */\n if (IN_PLACE) {\n return dirty;\n }\n\n /* Return sanitized string or DOM */\n if (RETURN_DOM) {\n if (RETURN_DOM_FRAGMENT) {\n returnNode = createDocumentFragment.call(body.ownerDocument);\n\n while (body.firstChild) {\n // eslint-disable-next-line unicorn/prefer-node-append\n returnNode.appendChild(body.firstChild);\n }\n } else {\n returnNode = body;\n }\n\n if (RETURN_DOM_IMPORT) {\n /* AdoptNode() is not used because internal state is not reset\n (e.g. the past names map of a HTMLFormElement), this is safe\n in theory but we would rather not risk another attack vector.\n The state that is cloned by importNode() is explicitly defined\n by the specs. */\n returnNode = importNode.call(originalDocument, returnNode, true);\n }\n\n return returnNode;\n }\n\n var serializedHTML = WHOLE_DOCUMENT ? body.outerHTML : body.innerHTML;\n\n /* Sanitize final string template-safe */\n if (SAFE_FOR_TEMPLATES) {\n serializedHTML = stringReplace(serializedHTML, MUSTACHE_EXPR$$1, ' ');\n serializedHTML = stringReplace(serializedHTML, ERB_EXPR$$1, ' ');\n }\n\n return trustedTypesPolicy && RETURN_TRUSTED_TYPE ? trustedTypesPolicy.createHTML(serializedHTML) : serializedHTML;\n };\n\n /**\n * Public method to set the configuration once\n * setConfig\n *\n * @param {Object} cfg configuration object\n */\n DOMPurify.setConfig = function (cfg) {\n _parseConfig(cfg);\n SET_CONFIG = true;\n };\n\n /**\n * Public method to remove the configuration\n * clearConfig\n *\n */\n DOMPurify.clearConfig = function () {\n CONFIG = null;\n SET_CONFIG = false;\n };\n\n /**\n * Public method to check if an attribute value is valid.\n * Uses last set config, if any. Otherwise, uses config defaults.\n * isValidAttribute\n *\n * @param {string} tag Tag name of containing element.\n * @param {string} attr Attribute name.\n * @param {string} value Attribute value.\n * @return {Boolean} Returns true if `value` is valid. Otherwise, returns false.\n */\n DOMPurify.isValidAttribute = function (tag, attr, value) {\n /* Initialize shared config vars if necessary. */\n if (!CONFIG) {\n _parseConfig({});\n }\n\n var lcTag = stringToLowerCase(tag);\n var lcName = stringToLowerCase(attr);\n return _isValidAttribute(lcTag, lcName, value);\n };\n\n /**\n * AddHook\n * Public method to add DOMPurify hooks\n *\n * @param {String} entryPoint entry point for the hook to add\n * @param {Function} hookFunction function to execute\n */\n DOMPurify.addHook = function (entryPoint, hookFunction) {\n if (typeof hookFunction !== 'function') {\n return;\n }\n\n hooks[entryPoint] = hooks[entryPoint] || [];\n arrayPush(hooks[entryPoint], hookFunction);\n };\n\n /**\n * RemoveHook\n * Public method to remove a DOMPurify hook at a given entryPoint\n * (pops it from the stack of hooks if more are present)\n *\n * @param {String} entryPoint entry point for the hook to remove\n */\n DOMPurify.removeHook = function (entryPoint) {\n if (hooks[entryPoint]) {\n arrayPop(hooks[entryPoint]);\n }\n };\n\n /**\n * RemoveHooks\n * Public method to remove all DOMPurify hooks at a given entryPoint\n *\n * @param {String} entryPoint entry point for the hooks to remove\n */\n DOMPurify.removeHooks = function (entryPoint) {\n if (hooks[entryPoint]) {\n hooks[entryPoint] = [];\n }\n };\n\n /**\n * RemoveAllHooks\n * Public method to remove all DOMPurify hooks\n *\n */\n DOMPurify.removeAllHooks = function () {\n hooks = {};\n };\n\n return DOMPurify;\n}\n\nvar purify = createDOMPurify();\n\nreturn purify;\n\n})));\n//# sourceMappingURL=purify.js.map\n","/**\n * @copyright 2019 Christoph Wurst <christoph@winzerhof-wurst.at>\n *\n * @author 2019 Christoph Wurst <christoph@winzerhof-wurst.at>\n *\n * @license GNU AGPL version 3 or any later version\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see <http://www.gnu.org/licenses/>.\n */\n\nimport _ from 'underscore'\n\nimport OC from './index'\nimport { coreApps } from './constants'\n\n/**\n * Get an absolute url to a file in an app\n * @param {string} app the id of the app the file belongs to\n * @param {string} file the file path relative to the app folder\n * @returns {string} Absolute URL to a file\n */\nexport const linkTo = (app, file) => filePath(app, '', file)\n\n/**\n * Creates a relative url for remote use\n * @param {string} service id\n * @returns {string} the url\n */\nexport const linkToRemoteBase = service => getRootPath() + '/remote.php/' + service\n\n/**\n * @brief Creates an absolute url for remote use\n * @param {string} service id\n * @returns {string} the url\n */\nexport const linkToRemote = service => window.location.protocol + '//' + window.location.host + linkToRemoteBase(service)\n\n/**\n * Gets the base path for the given OCS API service.\n * @param {string} service name\n * @param {int} version OCS API version\n * @returns {string} OCS API base path\n */\nexport const linkToOCS = (service, version) => {\n\tversion = (version !== 2) ? 1 : 2\n\treturn window.location.protocol + '//' + window.location.host + getRootPath() + '/ocs/v' + version + '.php/' + service + '/'\n}\n\n/**\n * Generates the absolute url for the given relative url, which can contain parameters.\n * Parameters will be URL encoded automatically.\n * @param {string} url the url\n * @param {Object} [params] params\n * @param {Object} [options] destructuring object\n * @param {bool} [options.escape=true] enable/disable auto escape of placeholders (by default enabled)\n * @returns {string} Absolute URL for the given relative URL\n */\nexport const generateUrl = (url, params, options) => {\n\tconst defaultOptions = {\n\t\tescape: true,\n\t}\n\tconst allOptions = options || {}\n\t_.defaults(allOptions, defaultOptions)\n\n\tconst _build = function(text, vars) {\n\t\tvars = vars || []\n\t\treturn text.replace(/{([^{}]*)}/g,\n\t\t\tfunction(a, b) {\n\t\t\t\tconst r = (vars[b])\n\t\t\t\tif (allOptions.escape) {\n\t\t\t\t\treturn (typeof r === 'string' || typeof r === 'number') ? encodeURIComponent(r) : encodeURIComponent(a)\n\t\t\t\t} else {\n\t\t\t\t\treturn (typeof r === 'string' || typeof r === 'number') ? r : a\n\t\t\t\t}\n\t\t\t}\n\t\t)\n\t}\n\tif (url.charAt(0) !== '/') {\n\t\turl = '/' + url\n\n\t}\n\n\tif (OC.config.modRewriteWorking === true) {\n\t\treturn getRootPath() + _build(url, params)\n\t}\n\n\treturn getRootPath() + '/index.php' + _build(url, params)\n}\n\n/**\n * get the absolute path to an image file\n * if no extension is given for the image, it will automatically decide\n * between .png and .svg based on what the browser supports\n *\n * @param {string} app the app id to which the image belongs\n * @param {string} file the name of the image file\n * @returns {string}\n * @deprecated 19.0.0 use `imagePath` from https://www.npmjs.com/package/@nextcloud/router\n */\nexport const imagePath = (app, file) => {\n\tif (file.indexOf('.') === -1) {\n\t\t// if no extension is given, use svg\n\t\treturn filePath(app, 'img', file + '.svg')\n\t}\n\n\treturn filePath(app, 'img', file)\n}\n\n/**\n * Get the absolute url for a file in an app\n * @param {string} app the id of the app\n * @param {string} type the type of the file to link to (e.g. css,img,ajax.template)\n * @param {string} file the filename\n * @returns {string} Absolute URL for a file in an app\n * @deprecated 19.0.0 use `generateFilePath` from https://www.npmjs.com/package/@nextcloud/router\n */\nexport const filePath = (app, type, file) => {\n\tconst isCore = coreApps.indexOf(app) !== -1\n\tlet link = getRootPath()\n\tif (file.substring(file.length - 3) === 'php' && !isCore) {\n\t\tlink += '/index.php/apps/' + app\n\t\tif (file !== 'index.php') {\n\t\t\tlink += '/'\n\t\t\tif (type) {\n\t\t\t\tlink += encodeURI(type + '/')\n\t\t\t}\n\t\t\tlink += file\n\t\t}\n\t} else if (file.substring(file.length - 3) !== 'php' && !isCore) {\n\t\tlink = OC.appswebroots[app]\n\t\tif (type) {\n\t\t\tlink += '/' + type + '/'\n\t\t}\n\t\tif (link.substring(link.length - 1) !== '/') {\n\t\t\tlink += '/'\n\t\t}\n\t\tlink += file\n\t} else {\n\t\tif ((app === 'core' || app === 'search') && type === 'ajax') {\n\t\t\tlink += '/index.php/'\n\t\t} else {\n\t\t\tlink += '/'\n\t\t}\n\t\tif (!isCore) {\n\t\t\tlink += 'apps/'\n\t\t}\n\t\tif (app !== '') {\n\t\t\tapp += '/'\n\t\t\tlink += app\n\t\t}\n\t\tif (type) {\n\t\t\tlink += type + '/'\n\t\t}\n\t\tlink += file\n\t}\n\treturn link\n}\n\n/**\n * Returns the web root path where this Nextcloud instance\n * is accessible, with a leading slash.\n * For example \"/nextcloud\".\n *\n * @returns {string} web root path\n *\n * @deprecated 19.0.0 use `getRootUrl` from https://www.npmjs.com/package/@nextcloud/router\n * @since 8.2\n */\nexport const getRootPath = () => OC.webroot\n","var global = require('../internals/global');\nvar getOwnPropertyDescriptor = require('../internals/object-get-own-property-descriptor').f;\nvar createNonEnumerableProperty = require('../internals/create-non-enumerable-property');\nvar redefine = require('../internals/redefine');\nvar setGlobal = require('../internals/set-global');\nvar copyConstructorProperties = require('../internals/copy-constructor-properties');\nvar isForced = require('../internals/is-forced');\n\n/*\n options.target - name of the target object\n options.global - target is the global object\n options.stat - export as static methods of target\n options.proto - export as prototype methods of target\n options.real - real prototype method for the `pure` version\n options.forced - export even if the native feature is available\n options.bind - bind methods to the target, required for the `pure` version\n options.wrap - wrap constructors to preventing global pollution, required for the `pure` version\n options.unsafe - use the simple assignment of property instead of delete + defineProperty\n options.sham - add a flag to not completely full polyfills\n options.enumerable - export as enumerable property\n options.noTargetGet - prevent calling a getter on target\n*/\nmodule.exports = function (options, source) {\n var TARGET = options.target;\n var GLOBAL = options.global;\n var STATIC = options.stat;\n var FORCED, target, key, targetProperty, sourceProperty, descriptor;\n if (GLOBAL) {\n target = global;\n } else if (STATIC) {\n target = global[TARGET] || setGlobal(TARGET, {});\n } else {\n target = (global[TARGET] || {}).prototype;\n }\n if (target) for (key in source) {\n sourceProperty = source[key];\n if (options.noTargetGet) {\n descriptor = getOwnPropertyDescriptor(target, key);\n targetProperty = descriptor && descriptor.value;\n } else targetProperty = target[key];\n FORCED = isForced(GLOBAL ? key : TARGET + (STATIC ? '.' : '#') + key, options.forced);\n // contained in target\n if (!FORCED && targetProperty !== undefined) {\n if (typeof sourceProperty === typeof targetProperty) continue;\n copyConstructorProperties(sourceProperty, targetProperty);\n }\n // add a flag to not completely full polyfills\n if (options.sham || (targetProperty && targetProperty.sham)) {\n createNonEnumerableProperty(sourceProperty, 'sham', true);\n }\n // extend global\n redefine(target, key, sourceProperty, options);\n }\n};\n","var isObject = require('../internals/is-object');\n\nmodule.exports = function (it) {\n if (!isObject(it)) {\n throw TypeError(String(it) + ' is not an object');\n } return it;\n};\n","var toInteger = require('../internals/to-integer');\n\nvar min = Math.min;\n\n// `ToLength` abstract operation\n// https://tc39.github.io/ecma262/#sec-tolength\nmodule.exports = function (argument) {\n return argument > 0 ? min(toInteger(argument), 0x1FFFFFFFFFFFFF) : 0; // 2 ** 53 - 1 == 9007199254740991\n};\n","var global = require('../internals/global');\nvar shared = require('../internals/shared');\nvar has = require('../internals/has');\nvar uid = require('../internals/uid');\nvar NATIVE_SYMBOL = require('../internals/native-symbol');\nvar USE_SYMBOL_AS_UID = require('../internals/use-symbol-as-uid');\n\nvar WellKnownSymbolsStore = shared('wks');\nvar Symbol = global.Symbol;\nvar createWellKnownSymbol = USE_SYMBOL_AS_UID ? Symbol : Symbol && Symbol.withoutSetter || uid;\n\nmodule.exports = function (name) {\n if (!has(WellKnownSymbolsStore, name)) {\n if (NATIVE_SYMBOL && has(Symbol, name)) WellKnownSymbolsStore[name] = Symbol[name];\n else WellKnownSymbolsStore[name] = createWellKnownSymbol('Symbol.' + name);\n } return WellKnownSymbolsStore[name];\n};\n","\"use strict\";\n\nrequire(\"core-js/modules/es.array.concat\");\n\nrequire(\"core-js/modules/es.array.filter\");\n\nrequire(\"core-js/modules/es.array.join\");\n\nrequire(\"core-js/modules/es.array.map\");\n\nrequire(\"core-js/modules/es.array.reduce\");\n\nrequire(\"core-js/modules/es.regexp.exec\");\n\nrequire(\"core-js/modules/es.string.replace\");\n\nrequire(\"core-js/modules/es.string.split\");\n\nObject.defineProperty(exports, \"__esModule\", {\n value: true\n});\nexports.encodePath = encodePath;\nexports.basename = basename;\nexports.dirname = dirname;\nexports.joinPaths = joinPaths;\nexports.isSamePath = isSamePath;\n\n/**\n * URI-Encodes a file path but keep the path slashes.\n */\nfunction encodePath(path) {\n if (!path) {\n return path;\n }\n\n return path.split('/').map(encodeURIComponent).join('/');\n}\n/**\n * Returns the base name of the given path.\n * For example for \"/abc/somefile.txt\" it will return \"somefile.txt\"\n */\n\n\nfunction basename(path) {\n return path.replace(/\\\\/g, '/').replace(/.*\\//, '');\n}\n/**\n * Returns the dir name of the given path.\n * For example for \"/abc/somefile.txt\" it will return \"/abc\"\n */\n\n\nfunction dirname(path) {\n return path.replace(/\\\\/g, '/').replace(/\\/[^\\/]*$/, '');\n}\n/**\n * Join path sections\n */\n\n\nfunction joinPaths() {\n for (var _len = arguments.length, args = new Array(_len), _key = 0; _key < _len; _key++) {\n args[_key] = arguments[_key];\n }\n\n if (arguments.length < 1) {\n return '';\n } // discard empty arguments\n\n\n var nonEmptyArgs = args.filter(function (arg) {\n return arg.length > 0;\n });\n\n if (nonEmptyArgs.length < 1) {\n return '';\n }\n\n var lastArg = nonEmptyArgs[nonEmptyArgs.length - 1];\n var leadingSlash = nonEmptyArgs[0].charAt(0) === '/';\n var trailingSlash = lastArg.charAt(lastArg.length - 1) === '/';\n var sections = nonEmptyArgs.reduce(function (acc, section) {\n return acc.concat(section.split('/'));\n }, []);\n var first = !leadingSlash;\n var path = sections.reduce(function (acc, section) {\n if (section === '') {\n return acc;\n }\n\n if (first) {\n first = false;\n return acc + section;\n }\n\n return acc + '/' + section;\n }, '');\n\n if (trailingSlash) {\n // add it back\n return path + '/';\n }\n\n return path;\n}\n/**\n * Returns whether the given paths are the same, without\n * leading, trailing or doubled slashes and also removing\n * the dot sections.\n */\n\n\nfunction isSamePath(path1, path2) {\n var pathSections1 = (path1 || '').split('/').filter(function (p) {\n return p !== '.';\n });\n var pathSections2 = (path2 || '').split('/').filter(function (p) {\n return p !== '.';\n });\n path1 = joinPaths.apply(undefined, pathSections1);\n path2 = joinPaths.apply(undefined, pathSections2);\n return path1 === path2;\n}\n//# sourceMappingURL=index.js.map","var toString = {}.toString;\n\nmodule.exports = function (it) {\n return toString.call(it).slice(8, -1);\n};\n","// `RequireObjectCoercible` abstract operation\n// https://tc39.github.io/ecma262/#sec-requireobjectcoercible\nmodule.exports = function (it) {\n if (it == undefined) throw TypeError(\"Can't call method on \" + it);\n return it;\n};\n","var isObject = require('../internals/is-object');\n\n// `ToPrimitive` abstract operation\n// https://tc39.github.io/ecma262/#sec-toprimitive\n// instead of the ES6 spec version, we didn't implement @@toPrimitive case\n// and the second argument - flag - preferred type is a string\nmodule.exports = function (input, PREFERRED_STRING) {\n if (!isObject(input)) return input;\n var fn, val;\n if (PREFERRED_STRING && typeof (fn = input.toString) == 'function' && !isObject(val = fn.call(input))) return val;\n if (typeof (fn = input.valueOf) == 'function' && !isObject(val = fn.call(input))) return val;\n if (!PREFERRED_STRING && typeof (fn = input.toString) == 'function' && !isObject(val = fn.call(input))) return val;\n throw TypeError(\"Can't convert object to primitive value\");\n};\n","var global = require('../internals/global');\nvar createNonEnumerableProperty = require('../internals/create-non-enumerable-property');\n\nmodule.exports = function (key, value) {\n try {\n createNonEnumerableProperty(global, key, value);\n } catch (error) {\n global[key] = value;\n } return value;\n};\n","var shared = require('../internals/shared');\nvar uid = require('../internals/uid');\n\nvar keys = shared('keys');\n\nmodule.exports = function (key) {\n return keys[key] || (keys[key] = uid(key));\n};\n","module.exports = false;\n","var id = 0;\nvar postfix = Math.random();\n\nmodule.exports = function (key) {\n return 'Symbol(' + String(key === undefined ? '' : key) + ')_' + (++id + postfix).toString(36);\n};\n","var ceil = Math.ceil;\nvar floor = Math.floor;\n\n// `ToInteger` abstract operation\n// https://tc39.github.io/ecma262/#sec-tointeger\nmodule.exports = function (argument) {\n return isNaN(argument = +argument) ? 0 : (argument > 0 ? floor : ceil)(argument);\n};\n","// IE8- don't enum bug keys\nmodule.exports = [\n 'constructor',\n 'hasOwnProperty',\n 'isPrototypeOf',\n 'propertyIsEnumerable',\n 'toLocaleString',\n 'toString',\n 'valueOf'\n];\n","var requireObjectCoercible = require('../internals/require-object-coercible');\n\n// `ToObject` abstract operation\n// https://tc39.github.io/ecma262/#sec-toobject\nmodule.exports = function (argument) {\n return Object(requireObjectCoercible(argument));\n};\n","var aFunction = require('../internals/a-function');\n\n// optional / simple context binding\nmodule.exports = function (fn, that, length) {\n aFunction(fn);\n if (that === undefined) return fn;\n switch (length) {\n case 0: return function () {\n return fn.call(that);\n };\n case 1: return function (a) {\n return fn.call(that, a);\n };\n case 2: return function (a, b) {\n return fn.call(that, a, b);\n };\n case 3: return function (a, b, c) {\n return fn.call(that, a, b, c);\n };\n }\n return function (/* ...args */) {\n return fn.apply(that, arguments);\n };\n};\n","var anObject = require('../internals/an-object');\nvar defineProperties = require('../internals/object-define-properties');\nvar enumBugKeys = require('../internals/enum-bug-keys');\nvar hiddenKeys = require('../internals/hidden-keys');\nvar html = require('../internals/html');\nvar documentCreateElement = require('../internals/document-create-element');\nvar sharedKey = require('../internals/shared-key');\n\nvar GT = '>';\nvar LT = '<';\nvar PROTOTYPE = 'prototype';\nvar SCRIPT = 'script';\nvar IE_PROTO = sharedKey('IE_PROTO');\n\nvar EmptyConstructor = function () { /* empty */ };\n\nvar scriptTag = function (content) {\n return LT + SCRIPT + GT + content + LT + '/' + SCRIPT + GT;\n};\n\n// Create object with fake `null` prototype: use ActiveX Object with cleared prototype\nvar NullProtoObjectViaActiveX = function (activeXDocument) {\n activeXDocument.write(scriptTag(''));\n activeXDocument.close();\n var temp = activeXDocument.parentWindow.Object;\n activeXDocument = null; // avoid memory leak\n return temp;\n};\n\n// Create object with fake `null` prototype: use iframe Object with cleared prototype\nvar NullProtoObjectViaIFrame = function () {\n // Thrash, waste and sodomy: IE GC bug\n var iframe = documentCreateElement('iframe');\n var JS = 'java' + SCRIPT + ':';\n var iframeDocument;\n iframe.style.display = 'none';\n html.appendChild(iframe);\n // https://github.com/zloirock/core-js/issues/475\n iframe.src = String(JS);\n iframeDocument = iframe.contentWindow.document;\n iframeDocument.open();\n iframeDocument.write(scriptTag('document.F=Object'));\n iframeDocument.close();\n return iframeDocument.F;\n};\n\n// Check for document.domain and active x support\n// No need to use active x approach when document.domain is not set\n// see https://github.com/es-shims/es5-shim/issues/150\n// variation of https://github.com/kitcambridge/es5-shim/commit/4f738ac066346\n// avoid IE GC bug\nvar activeXDocument;\nvar NullProtoObject = function () {\n try {\n /* global ActiveXObject */\n activeXDocument = document.domain && new ActiveXObject('htmlfile');\n } catch (error) { /* ignore */ }\n NullProtoObject = activeXDocument ? NullProtoObjectViaActiveX(activeXDocument) : NullProtoObjectViaIFrame();\n var length = enumBugKeys.length;\n while (length--) delete NullProtoObject[PROTOTYPE][enumBugKeys[length]];\n return NullProtoObject();\n};\n\nhiddenKeys[IE_PROTO] = true;\n\n// `Object.create` method\n// https://tc39.github.io/ecma262/#sec-object.create\nmodule.exports = Object.create || function create(O, Properties) {\n var result;\n if (O !== null) {\n EmptyConstructor[PROTOTYPE] = anObject(O);\n result = new EmptyConstructor();\n EmptyConstructor[PROTOTYPE] = null;\n // add \"__proto__\" for Object.getPrototypeOf polyfill\n result[IE_PROTO] = O;\n } else result = NullProtoObject();\n return Properties === undefined ? result : defineProperties(result, Properties);\n};\n","'use strict';\nvar $ = require('../internals/export');\nvar createIteratorConstructor = require('../internals/create-iterator-constructor');\nvar getPrototypeOf = require('../internals/object-get-prototype-of');\nvar setPrototypeOf = require('../internals/object-set-prototype-of');\nvar setToStringTag = require('../internals/set-to-string-tag');\nvar createNonEnumerableProperty = require('../internals/create-non-enumerable-property');\nvar redefine = require('../internals/redefine');\nvar wellKnownSymbol = require('../internals/well-known-symbol');\nvar IS_PURE = require('../internals/is-pure');\nvar Iterators = require('../internals/iterators');\nvar IteratorsCore = require('../internals/iterators-core');\n\nvar IteratorPrototype = IteratorsCore.IteratorPrototype;\nvar BUGGY_SAFARI_ITERATORS = IteratorsCore.BUGGY_SAFARI_ITERATORS;\nvar ITERATOR = wellKnownSymbol('iterator');\nvar KEYS = 'keys';\nvar VALUES = 'values';\nvar ENTRIES = 'entries';\n\nvar returnThis = function () { return this; };\n\nmodule.exports = function (Iterable, NAME, IteratorConstructor, next, DEFAULT, IS_SET, FORCED) {\n createIteratorConstructor(IteratorConstructor, NAME, next);\n\n var getIterationMethod = function (KIND) {\n if (KIND === DEFAULT && defaultIterator) return defaultIterator;\n if (!BUGGY_SAFARI_ITERATORS && KIND in IterablePrototype) return IterablePrototype[KIND];\n switch (KIND) {\n case KEYS: return function keys() { return new IteratorConstructor(this, KIND); };\n case VALUES: return function values() { return new IteratorConstructor(this, KIND); };\n case ENTRIES: return function entries() { return new IteratorConstructor(this, KIND); };\n } return function () { return new IteratorConstructor(this); };\n };\n\n var TO_STRING_TAG = NAME + ' Iterator';\n var INCORRECT_VALUES_NAME = false;\n var IterablePrototype = Iterable.prototype;\n var nativeIterator = IterablePrototype[ITERATOR]\n || IterablePrototype['@@iterator']\n || DEFAULT && IterablePrototype[DEFAULT];\n var defaultIterator = !BUGGY_SAFARI_ITERATORS && nativeIterator || getIterationMethod(DEFAULT);\n var anyNativeIterator = NAME == 'Array' ? IterablePrototype.entries || nativeIterator : nativeIterator;\n var CurrentIteratorPrototype, methods, KEY;\n\n // fix native\n if (anyNativeIterator) {\n CurrentIteratorPrototype = getPrototypeOf(anyNativeIterator.call(new Iterable()));\n if (IteratorPrototype !== Object.prototype && CurrentIteratorPrototype.next) {\n if (!IS_PURE && getPrototypeOf(CurrentIteratorPrototype) !== IteratorPrototype) {\n if (setPrototypeOf) {\n setPrototypeOf(CurrentIteratorPrototype, IteratorPrototype);\n } else if (typeof CurrentIteratorPrototype[ITERATOR] != 'function') {\n createNonEnumerableProperty(CurrentIteratorPrototype, ITERATOR, returnThis);\n }\n }\n // Set @@toStringTag to native iterators\n setToStringTag(CurrentIteratorPrototype, TO_STRING_TAG, true, true);\n if (IS_PURE) Iterators[TO_STRING_TAG] = returnThis;\n }\n }\n\n // fix Array#{values, @@iterator}.name in V8 / FF\n if (DEFAULT == VALUES && nativeIterator && nativeIterator.name !== VALUES) {\n INCORRECT_VALUES_NAME = true;\n defaultIterator = function values() { return nativeIterator.call(this); };\n }\n\n // define iterator\n if ((!IS_PURE || FORCED) && IterablePrototype[ITERATOR] !== defaultIterator) {\n createNonEnumerableProperty(IterablePrototype, ITERATOR, defaultIterator);\n }\n Iterators[NAME] = defaultIterator;\n\n // export additional methods\n if (DEFAULT) {\n methods = {\n values: getIterationMethod(VALUES),\n keys: IS_SET ? defaultIterator : getIterationMethod(KEYS),\n entries: getIterationMethod(ENTRIES)\n };\n if (FORCED) for (KEY in methods) {\n if (BUGGY_SAFARI_ITERATORS || INCORRECT_VALUES_NAME || !(KEY in IterablePrototype)) {\n redefine(IterablePrototype, KEY, methods[KEY]);\n }\n } else $({ target: NAME, proto: true, forced: BUGGY_SAFARI_ITERATORS || INCORRECT_VALUES_NAME }, methods);\n }\n\n return methods;\n};\n","var defineProperty = require('../internals/object-define-property').f;\nvar has = require('../internals/has');\nvar wellKnownSymbol = require('../internals/well-known-symbol');\n\nvar TO_STRING_TAG = wellKnownSymbol('toStringTag');\n\nmodule.exports = function (it, TAG, STATIC) {\n if (it && !has(it = STATIC ? it : it.prototype, TO_STRING_TAG)) {\n defineProperty(it, TO_STRING_TAG, { configurable: true, value: TAG });\n }\n};\n","var wellKnownSymbol = require('../internals/well-known-symbol');\n\nvar TO_STRING_TAG = wellKnownSymbol('toStringTag');\nvar test = {};\n\ntest[TO_STRING_TAG] = 'z';\n\nmodule.exports = String(test) === '[object z]';\n","// `RequireObjectCoercible` abstract operation\n// https://tc39.github.io/ecma262/#sec-requireobjectcoercible\nmodule.exports = function (it) {\n if (it == undefined) throw TypeError(\"Can't call method on \" + it);\n return it;\n};\n","module.exports = function (it) {\n return typeof it === 'object' ? it !== null : typeof it === 'function';\n};\n","var global = require('../internals/global');\nvar createNonEnumerableProperty = require('../internals/create-non-enumerable-property');\nvar has = require('../internals/has');\nvar setGlobal = require('../internals/set-global');\nvar inspectSource = require('../internals/inspect-source');\nvar InternalStateModule = require('../internals/internal-state');\n\nvar getInternalState = InternalStateModule.get;\nvar enforceInternalState = InternalStateModule.enforce;\nvar TEMPLATE = String(String).split('String');\n\n(module.exports = function (O, key, value, options) {\n var unsafe = options ? !!options.unsafe : false;\n var simple = options ? !!options.enumerable : false;\n var noTargetGet = options ? !!options.noTargetGet : false;\n if (typeof value == 'function') {\n if (typeof key == 'string' && !has(value, 'name')) createNonEnumerableProperty(value, 'name', key);\n enforceInternalState(value).source = TEMPLATE.join(typeof key == 'string' ? key : '');\n }\n if (O === global) {\n if (simple) O[key] = value;\n else setGlobal(key, value);\n return;\n } else if (!unsafe) {\n delete O[key];\n } else if (!noTargetGet && O[key]) {\n simple = true;\n }\n if (simple) O[key] = value;\n else createNonEnumerableProperty(O, key, value);\n// add fake Function#toString for correct work wrapped methods / constructors with methods like LoDash isNative\n})(Function.prototype, 'toString', function toString() {\n return typeof this == 'function' && getInternalState(this).source || inspectSource(this);\n});\n","var ceil = Math.ceil;\nvar floor = Math.floor;\n\n// `ToInteger` abstract operation\n// https://tc39.github.io/ecma262/#sec-tointeger\nmodule.exports = function (argument) {\n return isNaN(argument = +argument) ? 0 : (argument > 0 ? floor : ceil)(argument);\n};\n","/*\n * @copyright 2019 Christoph Wurst <christoph@winzerhof-wurst.at>\n *\n * @author 2019 Christoph Wurst <christoph@winzerhof-wurst.at>\n *\n * @license GNU AGPL version 3 or any later version\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see <http://www.gnu.org/licenses/>.\n */\n\n/**\n * Namespace for apps\n * @namespace OCA\n */\nexport default {}\n","// Create a simple path alias to allow browserify to resolve\n// the runtime on a supported path.\nmodule.exports = require('./dist/cjs/handlebars.runtime')['default'];\n","var fails = require('../internals/fails');\n\n// Thank's IE8 for his funny defineProperty\nmodule.exports = !fails(function () {\n return Object.defineProperty({}, 1, { get: function () { return 7; } })[1] != 7;\n});\n","// `RequireObjectCoercible` abstract operation\n// https://tc39.github.io/ecma262/#sec-requireobjectcoercible\nmodule.exports = function (it) {\n if (it == undefined) throw TypeError(\"Can't call method on \" + it);\n return it;\n};\n","var DESCRIPTORS = require('../internals/descriptors');\nvar definePropertyModule = require('../internals/object-define-property');\nvar createPropertyDescriptor = require('../internals/create-property-descriptor');\n\nmodule.exports = DESCRIPTORS ? function (object, key, value) {\n return definePropertyModule.f(object, key, createPropertyDescriptor(1, value));\n} : function (object, key, value) {\n object[key] = value;\n return object;\n};\n","var fails = require('../internals/fails');\n\n// Thank's IE8 for his funny defineProperty\nmodule.exports = !fails(function () {\n return Object.defineProperty({}, 1, { get: function () { return 7; } })[1] != 7;\n});\n","module.exports = function (exec) {\n try {\n return !!exec();\n } catch (error) {\n return true;\n }\n};\n","var hasOwnProperty = {}.hasOwnProperty;\n\nmodule.exports = function (it, key) {\n return hasOwnProperty.call(it, key);\n};\n","var fails = require('../internals/fails');\n\n// Thank's IE8 for his funny defineProperty\nmodule.exports = !fails(function () {\n return Object.defineProperty({}, 1, { get: function () { return 7; } })[1] != 7;\n});\n","module.exports = function (it) {\n return typeof it === 'object' ? it !== null : typeof it === 'function';\n};\n","var global = require('../internals/global');\nvar getOwnPropertyDescriptor = require('../internals/object-get-own-property-descriptor').f;\nvar createNonEnumerableProperty = require('../internals/create-non-enumerable-property');\nvar redefine = require('../internals/redefine');\nvar setGlobal = require('../internals/set-global');\nvar copyConstructorProperties = require('../internals/copy-constructor-properties');\nvar isForced = require('../internals/is-forced');\n\n/*\n options.target - name of the target object\n options.global - target is the global object\n options.stat - export as static methods of target\n options.proto - export as prototype methods of target\n options.real - real prototype method for the `pure` version\n options.forced - export even if the native feature is available\n options.bind - bind methods to the target, required for the `pure` version\n options.wrap - wrap constructors to preventing global pollution, required for the `pure` version\n options.unsafe - use the simple assignment of property instead of delete + defineProperty\n options.sham - add a flag to not completely full polyfills\n options.enumerable - export as enumerable property\n options.noTargetGet - prevent calling a getter on target\n*/\nmodule.exports = function (options, source) {\n var TARGET = options.target;\n var GLOBAL = options.global;\n var STATIC = options.stat;\n var FORCED, target, key, targetProperty, sourceProperty, descriptor;\n if (GLOBAL) {\n target = global;\n } else if (STATIC) {\n target = global[TARGET] || setGlobal(TARGET, {});\n } else {\n target = (global[TARGET] || {}).prototype;\n }\n if (target) for (key in source) {\n sourceProperty = source[key];\n if (options.noTargetGet) {\n descriptor = getOwnPropertyDescriptor(target, key);\n targetProperty = descriptor && descriptor.value;\n } else targetProperty = target[key];\n FORCED = isForced(GLOBAL ? key : TARGET + (STATIC ? '.' : '#') + key, options.forced);\n // contained in target\n if (!FORCED && targetProperty !== undefined) {\n if (typeof sourceProperty === typeof targetProperty) continue;\n copyConstructorProperties(sourceProperty, targetProperty);\n }\n // add a flag to not completely full polyfills\n if (options.sham || (targetProperty && targetProperty.sham)) {\n createNonEnumerableProperty(sourceProperty, 'sham', true);\n }\n // extend global\n redefine(target, key, sourceProperty, options);\n }\n};\n","// toObject with fallback for non-array-like ES3 strings\nvar IndexedObject = require('../internals/indexed-object');\nvar requireObjectCoercible = require('../internals/require-object-coercible');\n\nmodule.exports = function (it) {\n return IndexedObject(requireObjectCoercible(it));\n};\n","var toString = {}.toString;\n\nmodule.exports = function (it) {\n return toString.call(it).slice(8, -1);\n};\n","var global = require('../internals/global');\nvar createNonEnumerableProperty = require('../internals/create-non-enumerable-property');\n\nmodule.exports = function (key, value) {\n try {\n createNonEnumerableProperty(global, key, value);\n } catch (error) {\n global[key] = value;\n } return value;\n};\n","var wellKnownSymbol = require('../internals/well-known-symbol');\n\nvar TO_STRING_TAG = wellKnownSymbol('toStringTag');\nvar test = {};\n\ntest[TO_STRING_TAG] = 'z';\n\nmodule.exports = String(test) === '[object z]';\n","var global = require('../internals/global');\nvar shared = require('../internals/shared');\nvar has = require('../internals/has');\nvar uid = require('../internals/uid');\nvar NATIVE_SYMBOL = require('../internals/native-symbol');\nvar USE_SYMBOL_AS_UID = require('../internals/use-symbol-as-uid');\n\nvar WellKnownSymbolsStore = shared('wks');\nvar Symbol = global.Symbol;\nvar createWellKnownSymbol = USE_SYMBOL_AS_UID ? Symbol : Symbol && Symbol.withoutSetter || uid;\n\nmodule.exports = function (name) {\n if (!has(WellKnownSymbolsStore, name)) {\n if (NATIVE_SYMBOL && has(Symbol, name)) WellKnownSymbolsStore[name] = Symbol[name];\n else WellKnownSymbolsStore[name] = createWellKnownSymbol('Symbol.' + name);\n } return WellKnownSymbolsStore[name];\n};\n","'use strict';\nvar regexpFlags = require('./regexp-flags');\nvar stickyHelpers = require('./regexp-sticky-helpers');\n\nvar nativeExec = RegExp.prototype.exec;\n// This always refers to the native implementation, because the\n// String#replace polyfill uses ./fix-regexp-well-known-symbol-logic.js,\n// which loads this file before patching the method.\nvar nativeReplace = String.prototype.replace;\n\nvar patchedExec = nativeExec;\n\nvar UPDATES_LAST_INDEX_WRONG = (function () {\n var re1 = /a/;\n var re2 = /b*/g;\n nativeExec.call(re1, 'a');\n nativeExec.call(re2, 'a');\n return re1.lastIndex !== 0 || re2.lastIndex !== 0;\n})();\n\nvar UNSUPPORTED_Y = stickyHelpers.UNSUPPORTED_Y || stickyHelpers.BROKEN_CARET;\n\n// nonparticipating capturing group, copied from es5-shim's String#split patch.\nvar NPCG_INCLUDED = /()??/.exec('')[1] !== undefined;\n\nvar PATCH = UPDATES_LAST_INDEX_WRONG || NPCG_INCLUDED || UNSUPPORTED_Y;\n\nif (PATCH) {\n patchedExec = function exec(str) {\n var re = this;\n var lastIndex, reCopy, match, i;\n var sticky = UNSUPPORTED_Y && re.sticky;\n var flags = regexpFlags.call(re);\n var source = re.source;\n var charsAdded = 0;\n var strCopy = str;\n\n if (sticky) {\n flags = flags.replace('y', '');\n if (flags.indexOf('g') === -1) {\n flags += 'g';\n }\n\n strCopy = String(str).slice(re.lastIndex);\n // Support anchored sticky behavior.\n if (re.lastIndex > 0 && (!re.multiline || re.multiline && str[re.lastIndex - 1] !== '\\n')) {\n source = '(?: ' + source + ')';\n strCopy = ' ' + strCopy;\n charsAdded++;\n }\n // ^(? + rx + ) is needed, in combination with some str slicing, to\n // simulate the 'y' flag.\n reCopy = new RegExp('^(?:' + source + ')', flags);\n }\n\n if (NPCG_INCLUDED) {\n reCopy = new RegExp('^' + source + '$(?!\\\\s)', flags);\n }\n if (UPDATES_LAST_INDEX_WRONG) lastIndex = re.lastIndex;\n\n match = nativeExec.call(sticky ? reCopy : re, strCopy);\n\n if (sticky) {\n if (match) {\n match.input = match.input.slice(charsAdded);\n match[0] = match[0].slice(charsAdded);\n match.index = re.lastIndex;\n re.lastIndex += match[0].length;\n } else re.lastIndex = 0;\n } else if (UPDATES_LAST_INDEX_WRONG && match) {\n re.lastIndex = re.global ? match.index + match[0].length : lastIndex;\n }\n if (NPCG_INCLUDED && match && match.length > 1) {\n // Fix browsers whose `exec` methods don't consistently return `undefined`\n // for NPCG, like IE8. NOTE: This doesn' work for /(.?)?/\n nativeReplace.call(match[0], reCopy, function () {\n for (i = 1; i < arguments.length - 2; i++) {\n if (arguments[i] === undefined) match[i] = undefined;\n }\n });\n }\n\n return match;\n };\n}\n\nmodule.exports = patchedExec;\n","// shim for using process in browser\nvar process = module.exports = {};\n\n// cached from whatever global is present so that test runners that stub it\n// don't break things. But we need to wrap it in a try catch in case it is\n// wrapped in strict mode code which doesn't define any globals. It's inside a\n// function because try/catches deoptimize in certain engines.\n\nvar cachedSetTimeout;\nvar cachedClearTimeout;\n\nfunction defaultSetTimout() {\n throw new Error('setTimeout has not been defined');\n}\nfunction defaultClearTimeout () {\n throw new Error('clearTimeout has not been defined');\n}\n(function () {\n try {\n if (typeof setTimeout === 'function') {\n cachedSetTimeout = setTimeout;\n } else {\n cachedSetTimeout = defaultSetTimout;\n }\n } catch (e) {\n cachedSetTimeout = defaultSetTimout;\n }\n try {\n if (typeof clearTimeout === 'function') {\n cachedClearTimeout = clearTimeout;\n } else {\n cachedClearTimeout = defaultClearTimeout;\n }\n } catch (e) {\n cachedClearTimeout = defaultClearTimeout;\n }\n} ())\nfunction runTimeout(fun) {\n if (cachedSetTimeout === setTimeout) {\n //normal enviroments in sane situations\n return setTimeout(fun, 0);\n }\n // if setTimeout wasn't available but was latter defined\n if ((cachedSetTimeout === defaultSetTimout || !cachedSetTimeout) && setTimeout) {\n cachedSetTimeout = setTimeout;\n return setTimeout(fun, 0);\n }\n try {\n // when when somebody has screwed with setTimeout but no I.E. maddness\n return cachedSetTimeout(fun, 0);\n } catch(e){\n try {\n // When we are in I.E. but the script has been evaled so I.E. doesn't trust the global object when called normally\n return cachedSetTimeout.call(null, fun, 0);\n } catch(e){\n // same as above but when it's a version of I.E. that must have the global object for 'this', hopfully our context correct otherwise it will throw a global error\n return cachedSetTimeout.call(this, fun, 0);\n }\n }\n\n\n}\nfunction runClearTimeout(marker) {\n if (cachedClearTimeout === clearTimeout) {\n //normal enviroments in sane situations\n return clearTimeout(marker);\n }\n // if clearTimeout wasn't available but was latter defined\n if ((cachedClearTimeout === defaultClearTimeout || !cachedClearTimeout) && clearTimeout) {\n cachedClearTimeout = clearTimeout;\n return clearTimeout(marker);\n }\n try {\n // when when somebody has screwed with setTimeout but no I.E. maddness\n return cachedClearTimeout(marker);\n } catch (e){\n try {\n // When we are in I.E. but the script has been evaled so I.E. doesn't trust the global object when called normally\n return cachedClearTimeout.call(null, marker);\n } catch (e){\n // same as above but when it's a version of I.E. that must have the global object for 'this', hopfully our context correct otherwise it will throw a global error.\n // Some versions of I.E. have different rules for clearTimeout vs setTimeout\n return cachedClearTimeout.call(this, marker);\n }\n }\n\n\n\n}\nvar queue = [];\nvar draining = false;\nvar currentQueue;\nvar queueIndex = -1;\n\nfunction cleanUpNextTick() {\n if (!draining || !currentQueue) {\n return;\n }\n draining = false;\n if (currentQueue.length) {\n queue = currentQueue.concat(queue);\n } else {\n queueIndex = -1;\n }\n if (queue.length) {\n drainQueue();\n }\n}\n\nfunction drainQueue() {\n if (draining) {\n return;\n }\n var timeout = runTimeout(cleanUpNextTick);\n draining = true;\n\n var len = queue.length;\n while(len) {\n currentQueue = queue;\n queue = [];\n while (++queueIndex < len) {\n if (currentQueue) {\n currentQueue[queueIndex].run();\n }\n }\n queueIndex = -1;\n len = queue.length;\n }\n currentQueue = null;\n draining = false;\n runClearTimeout(timeout);\n}\n\nprocess.nextTick = function (fun) {\n var args = new Array(arguments.length - 1);\n if (arguments.length > 1) {\n for (var i = 1; i < arguments.length; i++) {\n args[i - 1] = arguments[i];\n }\n }\n queue.push(new Item(fun, args));\n if (queue.length === 1 && !draining) {\n runTimeout(drainQueue);\n }\n};\n\n// v8 likes predictible objects\nfunction Item(fun, array) {\n this.fun = fun;\n this.array = array;\n}\nItem.prototype.run = function () {\n this.fun.apply(null, this.array);\n};\nprocess.title = 'browser';\nprocess.browser = true;\nprocess.env = {};\nprocess.argv = [];\nprocess.version = ''; // empty string to avoid regexp issues\nprocess.versions = {};\n\nfunction noop() {}\n\nprocess.on = noop;\nprocess.addListener = noop;\nprocess.once = noop;\nprocess.off = noop;\nprocess.removeListener = noop;\nprocess.removeAllListeners = noop;\nprocess.emit = noop;\nprocess.prependListener = noop;\nprocess.prependOnceListener = noop;\n\nprocess.listeners = function (name) { return [] }\n\nprocess.binding = function (name) {\n throw new Error('process.binding is not supported');\n};\n\nprocess.cwd = function () { return '/' };\nprocess.chdir = function (dir) {\n throw new Error('process.chdir is not supported');\n};\nprocess.umask = function() { return 0; };\n","var DESCRIPTORS = require('../internals/descriptors');\nvar propertyIsEnumerableModule = require('../internals/object-property-is-enumerable');\nvar createPropertyDescriptor = require('../internals/create-property-descriptor');\nvar toIndexedObject = require('../internals/to-indexed-object');\nvar toPrimitive = require('../internals/to-primitive');\nvar has = require('../internals/has');\nvar IE8_DOM_DEFINE = require('../internals/ie8-dom-define');\n\nvar nativeGetOwnPropertyDescriptor = Object.getOwnPropertyDescriptor;\n\n// `Object.getOwnPropertyDescriptor` method\n// https://tc39.github.io/ecma262/#sec-object.getownpropertydescriptor\nexports.f = DESCRIPTORS ? nativeGetOwnPropertyDescriptor : function getOwnPropertyDescriptor(O, P) {\n O = toIndexedObject(O);\n P = toPrimitive(P, true);\n if (IE8_DOM_DEFINE) try {\n return nativeGetOwnPropertyDescriptor(O, P);\n } catch (error) { /* empty */ }\n if (has(O, P)) return createPropertyDescriptor(!propertyIsEnumerableModule.f.call(O, P), O[P]);\n};\n","var fails = require('../internals/fails');\nvar classof = require('../internals/classof-raw');\n\nvar split = ''.split;\n\n// fallback for non-array-like ES3 and non-enumerable old V8 strings\nmodule.exports = fails(function () {\n // throws an error in rhino, see https://github.com/mozilla/rhino/issues/346\n // eslint-disable-next-line no-prototype-builtins\n return !Object('z').propertyIsEnumerable(0);\n}) ? function (it) {\n return classof(it) == 'String' ? split.call(it, '') : Object(it);\n} : Object;\n","var DESCRIPTORS = require('../internals/descriptors');\nvar fails = require('../internals/fails');\nvar createElement = require('../internals/document-create-element');\n\n// Thank's IE8 for his funny defineProperty\nmodule.exports = !DESCRIPTORS && !fails(function () {\n return Object.defineProperty(createElement('div'), 'a', {\n get: function () { return 7; }\n }).a != 7;\n});\n","var global = require('../internals/global');\nvar isObject = require('../internals/is-object');\n\nvar document = global.document;\n// typeof document.createElement is 'object' in old IE\nvar EXISTS = isObject(document) && isObject(document.createElement);\n\nmodule.exports = function (it) {\n return EXISTS ? document.createElement(it) : {};\n};\n","var store = require('../internals/shared-store');\n\nvar functionToString = Function.toString;\n\n// this helper broken in `3.4.1-3.4.4`, so we can't use `shared` helper\nif (typeof store.inspectSource != 'function') {\n store.inspectSource = function (it) {\n return functionToString.call(it);\n };\n}\n\nmodule.exports = store.inspectSource;\n","var global = require('../internals/global');\nvar setGlobal = require('../internals/set-global');\n\nvar SHARED = '__core-js_shared__';\nvar store = global[SHARED] || setGlobal(SHARED, {});\n\nmodule.exports = store;\n","var IS_PURE = require('../internals/is-pure');\nvar store = require('../internals/shared-store');\n\n(module.exports = function (key, value) {\n return store[key] || (store[key] = value !== undefined ? value : {});\n})('versions', []).push({\n version: '3.6.4',\n mode: IS_PURE ? 'pure' : 'global',\n copyright: '© 2020 Denis Pushkarev (zloirock.ru)'\n});\n","var has = require('../internals/has');\nvar toIndexedObject = require('../internals/to-indexed-object');\nvar indexOf = require('../internals/array-includes').indexOf;\nvar hiddenKeys = require('../internals/hidden-keys');\n\nmodule.exports = function (object, names) {\n var O = toIndexedObject(object);\n var i = 0;\n var result = [];\n var key;\n for (key in O) !has(hiddenKeys, key) && has(O, key) && result.push(key);\n // Don't enum bug & hidden keys\n while (names.length > i) if (has(O, key = names[i++])) {\n ~indexOf(result, key) || result.push(key);\n }\n return result;\n};\n","var fails = require('../internals/fails');\n\nvar replacement = /#|\\.prototype\\./;\n\nvar isForced = function (feature, detection) {\n var value = data[normalize(feature)];\n return value == POLYFILL ? true\n : value == NATIVE ? false\n : typeof detection == 'function' ? fails(detection)\n : !!detection;\n};\n\nvar normalize = isForced.normalize = function (string) {\n return String(string).replace(replacement, '.').toLowerCase();\n};\n\nvar data = isForced.data = {};\nvar NATIVE = isForced.NATIVE = 'N';\nvar POLYFILL = isForced.POLYFILL = 'P';\n\nmodule.exports = isForced;\n","var classof = require('../internals/classof-raw');\n\n// `IsArray` abstract operation\n// https://tc39.github.io/ecma262/#sec-isarray\nmodule.exports = Array.isArray || function isArray(arg) {\n return classof(arg) == 'Array';\n};\n","var isObject = require('../internals/is-object');\nvar isArray = require('../internals/is-array');\nvar wellKnownSymbol = require('../internals/well-known-symbol');\n\nvar SPECIES = wellKnownSymbol('species');\n\n// `ArraySpeciesCreate` abstract operation\n// https://tc39.github.io/ecma262/#sec-arrayspeciescreate\nmodule.exports = function (originalArray, length) {\n var C;\n if (isArray(originalArray)) {\n C = originalArray.constructor;\n // cross-realm fallback\n if (typeof C == 'function' && (C === Array || isArray(C.prototype))) C = undefined;\n else if (isObject(C)) {\n C = C[SPECIES];\n if (C === null) C = undefined;\n }\n } return new (C === undefined ? Array : C)(length === 0 ? 0 : length);\n};\n","var fails = require('../internals/fails');\n\nmodule.exports = !!Object.getOwnPropertySymbols && !fails(function () {\n // Chrome 38 Symbol has incorrect toString conversion\n // eslint-disable-next-line no-undef\n return !String(Symbol());\n});\n","var fails = require('../internals/fails');\nvar wellKnownSymbol = require('../internals/well-known-symbol');\nvar V8_VERSION = require('../internals/engine-v8-version');\n\nvar SPECIES = wellKnownSymbol('species');\n\nmodule.exports = function (METHOD_NAME) {\n // We can't use this feature detection in V8 since it causes\n // deoptimization and serious performance degradation\n // https://github.com/zloirock/core-js/issues/677\n return V8_VERSION >= 51 || !fails(function () {\n var array = [];\n var constructor = array.constructor = {};\n constructor[SPECIES] = function () {\n return { foo: 1 };\n };\n return array[METHOD_NAME](Boolean).foo !== 1;\n });\n};\n","var global = require('../internals/global');\nvar userAgent = require('../internals/engine-user-agent');\n\nvar process = global.process;\nvar versions = process && process.versions;\nvar v8 = versions && versions.v8;\nvar match, version;\n\nif (v8) {\n match = v8.split('.');\n version = match[0] + match[1];\n} else if (userAgent) {\n match = userAgent.match(/Edge\\/(\\d+)/);\n if (!match || match[1] >= 74) {\n match = userAgent.match(/Chrome\\/(\\d+)/);\n if (match) version = match[1];\n }\n}\n\nmodule.exports = version && +version;\n","var bind = require('../internals/function-bind-context');\nvar IndexedObject = require('../internals/indexed-object');\nvar toObject = require('../internals/to-object');\nvar toLength = require('../internals/to-length');\nvar arraySpeciesCreate = require('../internals/array-species-create');\n\nvar push = [].push;\n\n// `Array.prototype.{ forEach, map, filter, some, every, find, findIndex }` methods implementation\nvar createMethod = function (TYPE) {\n var IS_MAP = TYPE == 1;\n var IS_FILTER = TYPE == 2;\n var IS_SOME = TYPE == 3;\n var IS_EVERY = TYPE == 4;\n var IS_FIND_INDEX = TYPE == 6;\n var NO_HOLES = TYPE == 5 || IS_FIND_INDEX;\n return function ($this, callbackfn, that, specificCreate) {\n var O = toObject($this);\n var self = IndexedObject(O);\n var boundFunction = bind(callbackfn, that, 3);\n var length = toLength(self.length);\n var index = 0;\n var create = specificCreate || arraySpeciesCreate;\n var target = IS_MAP ? create($this, length) : IS_FILTER ? create($this, 0) : undefined;\n var value, result;\n for (;length > index; index++) if (NO_HOLES || index in self) {\n value = self[index];\n result = boundFunction(value, index, O);\n if (TYPE) {\n if (IS_MAP) target[index] = result; // map\n else if (result) switch (TYPE) {\n case 3: return true; // some\n case 5: return value; // find\n case 6: return index; // findIndex\n case 2: push.call(target, value); // filter\n } else if (IS_EVERY) return false; // every\n }\n }\n return IS_FIND_INDEX ? -1 : IS_SOME || IS_EVERY ? IS_EVERY : target;\n };\n};\n\nmodule.exports = {\n // `Array.prototype.forEach` method\n // https://tc39.github.io/ecma262/#sec-array.prototype.foreach\n forEach: createMethod(0),\n // `Array.prototype.map` method\n // https://tc39.github.io/ecma262/#sec-array.prototype.map\n map: createMethod(1),\n // `Array.prototype.filter` method\n // https://tc39.github.io/ecma262/#sec-array.prototype.filter\n filter: createMethod(2),\n // `Array.prototype.some` method\n // https://tc39.github.io/ecma262/#sec-array.prototype.some\n some: createMethod(3),\n // `Array.prototype.every` method\n // https://tc39.github.io/ecma262/#sec-array.prototype.every\n every: createMethod(4),\n // `Array.prototype.find` method\n // https://tc39.github.io/ecma262/#sec-array.prototype.find\n find: createMethod(5),\n // `Array.prototype.findIndex` method\n // https://tc39.github.io/ecma262/#sec-array.prototype.findIndex\n findIndex: createMethod(6)\n};\n","var DESCRIPTORS = require('../internals/descriptors');\nvar fails = require('../internals/fails');\nvar has = require('../internals/has');\n\nvar defineProperty = Object.defineProperty;\nvar cache = {};\n\nvar thrower = function (it) { throw it; };\n\nmodule.exports = function (METHOD_NAME, options) {\n if (has(cache, METHOD_NAME)) return cache[METHOD_NAME];\n if (!options) options = {};\n var method = [][METHOD_NAME];\n var ACCESSORS = has(options, 'ACCESSORS') ? options.ACCESSORS : false;\n var argument0 = has(options, 0) ? options[0] : thrower;\n var argument1 = has(options, 1) ? options[1] : undefined;\n\n return cache[METHOD_NAME] = !!method && !fails(function () {\n if (ACCESSORS && !DESCRIPTORS) return true;\n var O = { length: -1 };\n\n if (ACCESSORS) defineProperty(O, 1, { enumerable: true, get: thrower });\n else O[1] = 1;\n\n method.call(O, argument0, argument1);\n });\n};\n","'use strict';\nvar $forEach = require('../internals/array-iteration').forEach;\nvar arrayMethodIsStrict = require('../internals/array-method-is-strict');\nvar arrayMethodUsesToLength = require('../internals/array-method-uses-to-length');\n\nvar STRICT_METHOD = arrayMethodIsStrict('forEach');\nvar USES_TO_LENGTH = arrayMethodUsesToLength('forEach');\n\n// `Array.prototype.forEach` method implementation\n// https://tc39.github.io/ecma262/#sec-array.prototype.foreach\nmodule.exports = (!STRICT_METHOD || !USES_TO_LENGTH) ? function forEach(callbackfn /* , thisArg */) {\n return $forEach(this, callbackfn, arguments.length > 1 ? arguments[1] : undefined);\n} : [].forEach;\n","'use strict';\nvar toIndexedObject = require('../internals/to-indexed-object');\nvar addToUnscopables = require('../internals/add-to-unscopables');\nvar Iterators = require('../internals/iterators');\nvar InternalStateModule = require('../internals/internal-state');\nvar defineIterator = require('../internals/define-iterator');\n\nvar ARRAY_ITERATOR = 'Array Iterator';\nvar setInternalState = InternalStateModule.set;\nvar getInternalState = InternalStateModule.getterFor(ARRAY_ITERATOR);\n\n// `Array.prototype.entries` method\n// https://tc39.github.io/ecma262/#sec-array.prototype.entries\n// `Array.prototype.keys` method\n// https://tc39.github.io/ecma262/#sec-array.prototype.keys\n// `Array.prototype.values` method\n// https://tc39.github.io/ecma262/#sec-array.prototype.values\n// `Array.prototype[@@iterator]` method\n// https://tc39.github.io/ecma262/#sec-array.prototype-@@iterator\n// `CreateArrayIterator` internal method\n// https://tc39.github.io/ecma262/#sec-createarrayiterator\nmodule.exports = defineIterator(Array, 'Array', function (iterated, kind) {\n setInternalState(this, {\n type: ARRAY_ITERATOR,\n target: toIndexedObject(iterated), // target\n index: 0, // next index\n kind: kind // kind\n });\n// `%ArrayIteratorPrototype%.next` method\n// https://tc39.github.io/ecma262/#sec-%arrayiteratorprototype%.next\n}, function () {\n var state = getInternalState(this);\n var target = state.target;\n var kind = state.kind;\n var index = state.index++;\n if (!target || index >= target.length) {\n state.target = undefined;\n return { value: undefined, done: true };\n }\n if (kind == 'keys') return { value: index, done: false };\n if (kind == 'values') return { value: target[index], done: false };\n return { value: [index, target[index]], done: false };\n}, 'values');\n\n// argumentsList[@@iterator] is %ArrayProto_values%\n// https://tc39.github.io/ecma262/#sec-createunmappedargumentsobject\n// https://tc39.github.io/ecma262/#sec-createmappedargumentsobject\nIterators.Arguments = Iterators.Array;\n\n// https://tc39.github.io/ecma262/#sec-array.prototype-@@unscopables\naddToUnscopables('keys');\naddToUnscopables('values');\naddToUnscopables('entries');\n","'use strict';\nvar getPrototypeOf = require('../internals/object-get-prototype-of');\nvar createNonEnumerableProperty = require('../internals/create-non-enumerable-property');\nvar has = require('../internals/has');\nvar wellKnownSymbol = require('../internals/well-known-symbol');\nvar IS_PURE = require('../internals/is-pure');\n\nvar ITERATOR = wellKnownSymbol('iterator');\nvar BUGGY_SAFARI_ITERATORS = false;\n\nvar returnThis = function () { return this; };\n\n// `%IteratorPrototype%` object\n// https://tc39.github.io/ecma262/#sec-%iteratorprototype%-object\nvar IteratorPrototype, PrototypeOfArrayIteratorPrototype, arrayIterator;\n\nif ([].keys) {\n arrayIterator = [].keys();\n // Safari 8 has buggy iterators w/o `next`\n if (!('next' in arrayIterator)) BUGGY_SAFARI_ITERATORS = true;\n else {\n PrototypeOfArrayIteratorPrototype = getPrototypeOf(getPrototypeOf(arrayIterator));\n if (PrototypeOfArrayIteratorPrototype !== Object.prototype) IteratorPrototype = PrototypeOfArrayIteratorPrototype;\n }\n}\n\nif (IteratorPrototype == undefined) IteratorPrototype = {};\n\n// 25.1.2.1.1 %IteratorPrototype%[@@iterator]()\nif (!IS_PURE && !has(IteratorPrototype, ITERATOR)) {\n createNonEnumerableProperty(IteratorPrototype, ITERATOR, returnThis);\n}\n\nmodule.exports = {\n IteratorPrototype: IteratorPrototype,\n BUGGY_SAFARI_ITERATORS: BUGGY_SAFARI_ITERATORS\n};\n","var has = require('../internals/has');\nvar toObject = require('../internals/to-object');\nvar sharedKey = require('../internals/shared-key');\nvar CORRECT_PROTOTYPE_GETTER = require('../internals/correct-prototype-getter');\n\nvar IE_PROTO = sharedKey('IE_PROTO');\nvar ObjectPrototype = Object.prototype;\n\n// `Object.getPrototypeOf` method\n// https://tc39.github.io/ecma262/#sec-object.getprototypeof\nmodule.exports = CORRECT_PROTOTYPE_GETTER ? Object.getPrototypeOf : function (O) {\n O = toObject(O);\n if (has(O, IE_PROTO)) return O[IE_PROTO];\n if (typeof O.constructor == 'function' && O instanceof O.constructor) {\n return O.constructor.prototype;\n } return O instanceof Object ? ObjectPrototype : null;\n};\n","var anObject = require('../internals/an-object');\nvar aPossiblePrototype = require('../internals/a-possible-prototype');\n\n// `Object.setPrototypeOf` method\n// https://tc39.github.io/ecma262/#sec-object.setprototypeof\n// Works with __proto__ only. Old v8 can't work with null proto objects.\n/* eslint-disable no-proto */\nmodule.exports = Object.setPrototypeOf || ('__proto__' in {} ? function () {\n var CORRECT_SETTER = false;\n var test = {};\n var setter;\n try {\n setter = Object.getOwnPropertyDescriptor(Object.prototype, '__proto__').set;\n setter.call(test, []);\n CORRECT_SETTER = test instanceof Array;\n } catch (error) { /* empty */ }\n return function setPrototypeOf(O, proto) {\n anObject(O);\n aPossiblePrototype(proto);\n if (CORRECT_SETTER) setter.call(O, proto);\n else O.__proto__ = proto;\n return O;\n };\n}() : undefined);\n","var hiddenKeys = require('../internals/hidden-keys');\nvar isObject = require('../internals/is-object');\nvar has = require('../internals/has');\nvar defineProperty = require('../internals/object-define-property').f;\nvar uid = require('../internals/uid');\nvar FREEZING = require('../internals/freezing');\n\nvar METADATA = uid('meta');\nvar id = 0;\n\nvar isExtensible = Object.isExtensible || function () {\n return true;\n};\n\nvar setMetadata = function (it) {\n defineProperty(it, METADATA, { value: {\n objectID: 'O' + ++id, // object ID\n weakData: {} // weak collections IDs\n } });\n};\n\nvar fastKey = function (it, create) {\n // return a primitive with prefix\n if (!isObject(it)) return typeof it == 'symbol' ? it : (typeof it == 'string' ? 'S' : 'P') + it;\n if (!has(it, METADATA)) {\n // can't set metadata to uncaught frozen object\n if (!isExtensible(it)) return 'F';\n // not necessary to add metadata\n if (!create) return 'E';\n // add missing metadata\n setMetadata(it);\n // return object ID\n } return it[METADATA].objectID;\n};\n\nvar getWeakData = function (it, create) {\n if (!has(it, METADATA)) {\n // can't set metadata to uncaught frozen object\n if (!isExtensible(it)) return true;\n // not necessary to add metadata\n if (!create) return false;\n // add missing metadata\n setMetadata(it);\n // return the store of weak collections IDs\n } return it[METADATA].weakData;\n};\n\n// add metadata on freeze-family methods calling\nvar onFreeze = function (it) {\n if (FREEZING && meta.REQUIRED && isExtensible(it) && !has(it, METADATA)) setMetadata(it);\n return it;\n};\n\nvar meta = module.exports = {\n REQUIRED: false,\n fastKey: fastKey,\n getWeakData: getWeakData,\n onFreeze: onFreeze\n};\n\nhiddenKeys[METADATA] = true;\n","var anObject = require('../internals/an-object');\nvar isArrayIteratorMethod = require('../internals/is-array-iterator-method');\nvar toLength = require('../internals/to-length');\nvar bind = require('../internals/function-bind-context');\nvar getIteratorMethod = require('../internals/get-iterator-method');\nvar callWithSafeIterationClosing = require('../internals/call-with-safe-iteration-closing');\n\nvar Result = function (stopped, result) {\n this.stopped = stopped;\n this.result = result;\n};\n\nvar iterate = module.exports = function (iterable, fn, that, AS_ENTRIES, IS_ITERATOR) {\n var boundFunction = bind(fn, that, AS_ENTRIES ? 2 : 1);\n var iterator, iterFn, index, length, result, next, step;\n\n if (IS_ITERATOR) {\n iterator = iterable;\n } else {\n iterFn = getIteratorMethod(iterable);\n if (typeof iterFn != 'function') throw TypeError('Target is not iterable');\n // optimisation for array iterators\n if (isArrayIteratorMethod(iterFn)) {\n for (index = 0, length = toLength(iterable.length); length > index; index++) {\n result = AS_ENTRIES\n ? boundFunction(anObject(step = iterable[index])[0], step[1])\n : boundFunction(iterable[index]);\n if (result && result instanceof Result) return result;\n } return new Result(false);\n }\n iterator = iterFn.call(iterable);\n }\n\n next = iterator.next;\n while (!(step = next.call(iterator)).done) {\n result = callWithSafeIterationClosing(iterator, boundFunction, step.value, AS_ENTRIES);\n if (typeof result == 'object' && result && result instanceof Result) return result;\n } return new Result(false);\n};\n\niterate.stop = function (result) {\n return new Result(true, result);\n};\n","var TO_STRING_TAG_SUPPORT = require('../internals/to-string-tag-support');\nvar classofRaw = require('../internals/classof-raw');\nvar wellKnownSymbol = require('../internals/well-known-symbol');\n\nvar TO_STRING_TAG = wellKnownSymbol('toStringTag');\n// ES3 wrong here\nvar CORRECT_ARGUMENTS = classofRaw(function () { return arguments; }()) == 'Arguments';\n\n// fallback for IE11 Script Access Denied error\nvar tryGet = function (it, key) {\n try {\n return it[key];\n } catch (error) { /* empty */ }\n};\n\n// getting tag from ES6+ `Object.prototype.toString`\nmodule.exports = TO_STRING_TAG_SUPPORT ? classofRaw : function (it) {\n var O, tag, result;\n return it === undefined ? 'Undefined' : it === null ? 'Null'\n // @@toStringTag case\n : typeof (tag = tryGet(O = Object(it), TO_STRING_TAG)) == 'string' ? tag\n // builtinTag case\n : CORRECT_ARGUMENTS ? classofRaw(O)\n // ES3 arguments fallback\n : (result = classofRaw(O)) == 'Object' && typeof O.callee == 'function' ? 'Arguments' : result;\n};\n","module.exports = function (it, Constructor, name) {\n if (!(it instanceof Constructor)) {\n throw TypeError('Incorrect ' + (name ? name + ' ' : '') + 'invocation');\n } return it;\n};\n","// iterable DOM collections\n// flag - `iterable` interface - 'entries', 'keys', 'values', 'forEach' methods\nmodule.exports = {\n CSSRuleList: 0,\n CSSStyleDeclaration: 0,\n CSSValueList: 0,\n ClientRectList: 0,\n DOMRectList: 0,\n DOMStringList: 0,\n DOMTokenList: 1,\n DataTransferItemList: 0,\n FileList: 0,\n HTMLAllCollection: 0,\n HTMLCollection: 0,\n HTMLFormElement: 0,\n HTMLSelectElement: 0,\n MediaList: 0,\n MimeTypeArray: 0,\n NamedNodeMap: 0,\n NodeList: 1,\n PaintRequestList: 0,\n Plugin: 0,\n PluginArray: 0,\n SVGLengthList: 0,\n SVGNumberList: 0,\n SVGPathSegList: 0,\n SVGPointList: 0,\n SVGStringList: 0,\n SVGTransformList: 0,\n SourceBufferList: 0,\n StyleSheetList: 0,\n TextTrackCueList: 0,\n TextTrackList: 0,\n TouchList: 0\n};\n","// toObject with fallback for non-array-like ES3 strings\nvar IndexedObject = require('../internals/indexed-object');\nvar requireObjectCoercible = require('../internals/require-object-coercible');\n\nmodule.exports = function (it) {\n return IndexedObject(requireObjectCoercible(it));\n};\n","var fails = require('../internals/fails');\nvar classof = require('../internals/classof-raw');\n\nvar split = ''.split;\n\n// fallback for non-array-like ES3 and non-enumerable old V8 strings\nmodule.exports = fails(function () {\n // throws an error in rhino, see https://github.com/mozilla/rhino/issues/346\n // eslint-disable-next-line no-prototype-builtins\n return !Object('z').propertyIsEnumerable(0);\n}) ? function (it) {\n return classof(it) == 'String' ? split.call(it, '') : Object(it);\n} : Object;\n","var toString = {}.toString;\n\nmodule.exports = function (it) {\n return toString.call(it).slice(8, -1);\n};\n","var ceil = Math.ceil;\nvar floor = Math.floor;\n\n// `ToInteger` abstract operation\n// https://tc39.github.io/ecma262/#sec-tointeger\nmodule.exports = function (argument) {\n return isNaN(argument = +argument) ? 0 : (argument > 0 ? floor : ceil)(argument);\n};\n","var requireObjectCoercible = require('../internals/require-object-coercible');\n\n// `ToObject` abstract operation\n// https://tc39.github.io/ecma262/#sec-toobject\nmodule.exports = function (argument) {\n return Object(requireObjectCoercible(argument));\n};\n","'use strict';\nvar regexpFlags = require('./regexp-flags');\nvar stickyHelpers = require('./regexp-sticky-helpers');\n\nvar nativeExec = RegExp.prototype.exec;\n// This always refers to the native implementation, because the\n// String#replace polyfill uses ./fix-regexp-well-known-symbol-logic.js,\n// which loads this file before patching the method.\nvar nativeReplace = String.prototype.replace;\n\nvar patchedExec = nativeExec;\n\nvar UPDATES_LAST_INDEX_WRONG = (function () {\n var re1 = /a/;\n var re2 = /b*/g;\n nativeExec.call(re1, 'a');\n nativeExec.call(re2, 'a');\n return re1.lastIndex !== 0 || re2.lastIndex !== 0;\n})();\n\nvar UNSUPPORTED_Y = stickyHelpers.UNSUPPORTED_Y || stickyHelpers.BROKEN_CARET;\n\n// nonparticipating capturing group, copied from es5-shim's String#split patch.\nvar NPCG_INCLUDED = /()??/.exec('')[1] !== undefined;\n\nvar PATCH = UPDATES_LAST_INDEX_WRONG || NPCG_INCLUDED || UNSUPPORTED_Y;\n\nif (PATCH) {\n patchedExec = function exec(str) {\n var re = this;\n var lastIndex, reCopy, match, i;\n var sticky = UNSUPPORTED_Y && re.sticky;\n var flags = regexpFlags.call(re);\n var source = re.source;\n var charsAdded = 0;\n var strCopy = str;\n\n if (sticky) {\n flags = flags.replace('y', '');\n if (flags.indexOf('g') === -1) {\n flags += 'g';\n }\n\n strCopy = String(str).slice(re.lastIndex);\n // Support anchored sticky behavior.\n if (re.lastIndex > 0 && (!re.multiline || re.multiline && str[re.lastIndex - 1] !== '\\n')) {\n source = '(?: ' + source + ')';\n strCopy = ' ' + strCopy;\n charsAdded++;\n }\n // ^(? + rx + ) is needed, in combination with some str slicing, to\n // simulate the 'y' flag.\n reCopy = new RegExp('^(?:' + source + ')', flags);\n }\n\n if (NPCG_INCLUDED) {\n reCopy = new RegExp('^' + source + '$(?!\\\\s)', flags);\n }\n if (UPDATES_LAST_INDEX_WRONG) lastIndex = re.lastIndex;\n\n match = nativeExec.call(sticky ? reCopy : re, strCopy);\n\n if (sticky) {\n if (match) {\n match.input = match.input.slice(charsAdded);\n match[0] = match[0].slice(charsAdded);\n match.index = re.lastIndex;\n re.lastIndex += match[0].length;\n } else re.lastIndex = 0;\n } else if (UPDATES_LAST_INDEX_WRONG && match) {\n re.lastIndex = re.global ? match.index + match[0].length : lastIndex;\n }\n if (NPCG_INCLUDED && match && match.length > 1) {\n // Fix browsers whose `exec` methods don't consistently return `undefined`\n // for NPCG, like IE8. NOTE: This doesn' work for /(.?)?/\n nativeReplace.call(match[0], reCopy, function () {\n for (i = 1; i < arguments.length - 2; i++) {\n if (arguments[i] === undefined) match[i] = undefined;\n }\n });\n }\n\n return match;\n };\n}\n\nmodule.exports = patchedExec;\n","module.exports = function (it) {\n return typeof it === 'object' ? it !== null : typeof it === 'function';\n};\n","var DESCRIPTORS = require('../internals/descriptors');\nvar definePropertyModule = require('../internals/object-define-property');\nvar createPropertyDescriptor = require('../internals/create-property-descriptor');\n\nmodule.exports = DESCRIPTORS ? function (object, key, value) {\n return definePropertyModule.f(object, key, createPropertyDescriptor(1, value));\n} : function (object, key, value) {\n object[key] = value;\n return object;\n};\n","var DESCRIPTORS = require('../internals/descriptors');\nvar definePropertyModule = require('../internals/object-define-property');\nvar createPropertyDescriptor = require('../internals/create-property-descriptor');\n\nmodule.exports = DESCRIPTORS ? function (object, key, value) {\n return definePropertyModule.f(object, key, createPropertyDescriptor(1, value));\n} : function (object, key, value) {\n object[key] = value;\n return object;\n};\n","/*!\n * escape-html\n * Copyright(c) 2012-2013 TJ Holowaychuk\n * Copyright(c) 2015 Andreas Lubbe\n * Copyright(c) 2015 Tiancheng \"Timothy\" Gu\n * MIT Licensed\n */\n\n'use strict';\n\n/**\n * Module variables.\n * @private\n */\n\nvar matchHtmlRegExp = /[\"'&<>]/;\n\n/**\n * Module exports.\n * @public\n */\n\nmodule.exports = escapeHtml;\n\n/**\n * Escape special characters in the given string of html.\n *\n * @param {string} string The string to escape for inserting into HTML\n * @return {string}\n * @public\n */\n\nfunction escapeHtml(string) {\n var str = '' + string;\n var match = matchHtmlRegExp.exec(str);\n\n if (!match) {\n return str;\n }\n\n var escape;\n var html = '';\n var index = 0;\n var lastIndex = 0;\n\n for (index = match.index; index < str.length; index++) {\n switch (str.charCodeAt(index)) {\n case 34: // \"\n escape = '&quot;';\n break;\n case 38: // &\n escape = '&amp;';\n break;\n case 39: // '\n escape = '&#39;';\n break;\n case 60: // <\n escape = '&lt;';\n break;\n case 62: // >\n escape = '&gt;';\n break;\n default:\n continue;\n }\n\n if (lastIndex !== index) {\n html += str.substring(lastIndex, index);\n }\n\n lastIndex = index + 1;\n html += escape;\n }\n\n return lastIndex !== index\n ? html + str.substring(lastIndex, index)\n : html;\n}\n","'use strict';\n\nexports.__esModule = true;\n// istanbul ignore next\n\nfunction _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { 'default': obj }; }\n\n// istanbul ignore next\n\nfunction _interopRequireWildcard(obj) { if (obj && obj.__esModule) { return obj; } else { var newObj = {}; if (obj != null) { for (var key in obj) { if (Object.prototype.hasOwnProperty.call(obj, key)) newObj[key] = obj[key]; } } newObj['default'] = obj; return newObj; } }\n\nvar _handlebarsBase = require('./handlebars/base');\n\nvar base = _interopRequireWildcard(_handlebarsBase);\n\n// Each of these augment the Handlebars object. No need to setup here.\n// (This is done to easily share code between commonjs and browse envs)\n\nvar _handlebarsSafeString = require('./handlebars/safe-string');\n\nvar _handlebarsSafeString2 = _interopRequireDefault(_handlebarsSafeString);\n\nvar _handlebarsException = require('./handlebars/exception');\n\nvar _handlebarsException2 = _interopRequireDefault(_handlebarsException);\n\nvar _handlebarsUtils = require('./handlebars/utils');\n\nvar Utils = _interopRequireWildcard(_handlebarsUtils);\n\nvar _handlebarsRuntime = require('./handlebars/runtime');\n\nvar runtime = _interopRequireWildcard(_handlebarsRuntime);\n\nvar _handlebarsNoConflict = require('./handlebars/no-conflict');\n\nvar _handlebarsNoConflict2 = _interopRequireDefault(_handlebarsNoConflict);\n\n// For compatibility and usage outside of module systems, make the Handlebars object a namespace\nfunction create() {\n var hb = new base.HandlebarsEnvironment();\n\n Utils.extend(hb, base);\n hb.SafeString = _handlebarsSafeString2['default'];\n hb.Exception = _handlebarsException2['default'];\n hb.Utils = Utils;\n hb.escapeExpression = Utils.escapeExpression;\n\n hb.VM = runtime;\n hb.template = function (spec) {\n return runtime.template(spec, hb);\n };\n\n return hb;\n}\n\nvar inst = create();\ninst.create = create;\n\n_handlebarsNoConflict2['default'](inst);\n\ninst['default'] = inst;\n\nexports['default'] = inst;\nmodule.exports = exports['default'];\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uL2xpYi9oYW5kbGViYXJzLnJ1bnRpbWUuanMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6Ijs7Ozs7Ozs7Ozs7OEJBQXNCLG1CQUFtQjs7SUFBN0IsSUFBSTs7Ozs7b0NBSU8sMEJBQTBCOzs7O21DQUMzQix3QkFBd0I7Ozs7K0JBQ3ZCLG9CQUFvQjs7SUFBL0IsS0FBSzs7aUNBQ1Esc0JBQXNCOztJQUFuQyxPQUFPOztvQ0FFSSwwQkFBMEI7Ozs7O0FBR2pELFNBQVMsTUFBTSxHQUFHO0FBQ2hCLE1BQUksRUFBRSxHQUFHLElBQUksSUFBSSxDQUFDLHFCQUFxQixFQUFFLENBQUM7O0FBRTFDLE9BQUssQ0FBQyxNQUFNLENBQUMsRUFBRSxFQUFFLElBQUksQ0FBQyxDQUFDO0FBQ3ZCLElBQUUsQ0FBQyxVQUFVLG9DQUFhLENBQUM7QUFDM0IsSUFBRSxDQUFDLFNBQVMsbUNBQVksQ0FBQztBQUN6QixJQUFFLENBQUMsS0FBSyxHQUFHLEtBQUssQ0FBQztBQUNqQixJQUFFLENBQUMsZ0JBQWdCLEdBQUcsS0FBSyxDQUFDLGdCQUFnQixDQUFDOztBQUU3QyxJQUFFLENBQUMsRUFBRSxHQUFHLE9BQU8sQ0FBQztBQUNoQixJQUFFLENBQUMsUUFBUSxHQUFHLFVBQVMsSUFBSSxFQUFFO0FBQzNCLFdBQU8sT0FBTyxDQUFDLFFBQVEsQ0FBQyxJQUFJLEVBQUUsRUFBRSxDQUFDLENBQUM7R0FDbkMsQ0FBQzs7QUFFRixTQUFPLEVBQUUsQ0FBQztDQUNYOztBQUVELElBQUksSUFBSSxHQUFHLE1BQU0sRUFBRSxDQUFDO0FBQ3BCLElBQUksQ0FBQyxNQUFNLEdBQUcsTUFBTSxDQUFDOztBQUVyQixrQ0FBVyxJQUFJLENBQUMsQ0FBQzs7QUFFakIsSUFBSSxDQUFDLFNBQVMsQ0FBQyxHQUFHLElBQUksQ0FBQzs7cUJBRVIsSUFBSSIsImZpbGUiOiJoYW5kbGViYXJzLnJ1bnRpbWUuanMiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgKiBhcyBiYXNlIGZyb20gJy4vaGFuZGxlYmFycy9iYXNlJztcblxuLy8gRWFjaCBvZiB0aGVzZSBhdWdtZW50IHRoZSBIYW5kbGViYXJzIG9iamVjdC4gTm8gbmVlZCB0byBzZXR1cCBoZXJlLlxuLy8gKFRoaXMgaXMgZG9uZSB0byBlYXNpbHkgc2hhcmUgY29kZSBiZXR3ZWVuIGNvbW1vbmpzIGFuZCBicm93c2UgZW52cylcbmltcG9ydCBTYWZlU3RyaW5nIGZyb20gJy4vaGFuZGxlYmFycy9zYWZlLXN0cmluZyc7XG5pbXBvcnQgRXhjZXB0aW9uIGZyb20gJy4vaGFuZGxlYmFycy9leGNlcHRpb24nO1xuaW1wb3J0ICogYXMgVXRpbHMgZnJvbSAnLi9oYW5kbGViYXJzL3V0aWxzJztcbmltcG9ydCAqIGFzIHJ1bnRpbWUgZnJvbSAnLi9oYW5kbGViYXJzL3J1bnRpbWUnO1xuXG5pbXBvcnQgbm9Db25mbGljdCBmcm9tICcuL2hhbmRsZWJhcnMvbm8tY29uZmxpY3QnO1xuXG4vLyBGb3IgY29tcGF0aWJpbGl0eSBhbmQgdXNhZ2Ugb3V0c2lkZSBvZiBtb2R1bGUgc3lzdGVtcywgbWFrZSB0aGUgSGFuZGxlYmFycyBvYmplY3QgYSBuYW1lc3BhY2VcbmZ1bmN0aW9uIGNyZWF0ZSgpIHtcbiAgbGV0IGhiID0gbmV3IGJhc2UuSGFuZGxlYmFyc0Vudmlyb25tZW50KCk7XG5cbiAgVXRpbHMuZXh0ZW5kKGhiLCBiYXNlKTtcbiAgaGIuU2FmZVN0cmluZyA9IFNhZmVTdHJpbmc7XG4gIGhiLkV4Y2VwdGlvbiA9IEV4Y2VwdGlvbjtcbiAgaGIuVXRpbHMgPSBVdGlscztcbiAgaGIuZXNjYXBlRXhwcmVzc2lvbiA9IFV0aWxzLmVzY2FwZUV4cHJlc3Npb247XG5cbiAgaGIuVk0gPSBydW50aW1lO1xuICBoYi50ZW1wbGF0ZSA9IGZ1bmN0aW9uKHNwZWMpIHtcbiAgICByZXR1cm4gcnVudGltZS50ZW1wbGF0ZShzcGVjLCBoYik7XG4gIH07XG5cbiAgcmV0dXJuIGhiO1xufVxuXG5sZXQgaW5zdCA9IGNyZWF0ZSgpO1xuaW5zdC5jcmVhdGUgPSBjcmVhdGU7XG5cbm5vQ29uZmxpY3QoaW5zdCk7XG5cbmluc3RbJ2RlZmF1bHQnXSA9IGluc3Q7XG5cbmV4cG9ydCBkZWZhdWx0IGluc3Q7XG4iXX0=\n","module.exports = function (bitmap, value) {\n return {\n enumerable: !(bitmap & 1),\n configurable: !(bitmap & 2),\n writable: !(bitmap & 4),\n value: value\n };\n};\n","var isObject = require('../internals/is-object');\n\n// `ToPrimitive` abstract operation\n// https://tc39.github.io/ecma262/#sec-toprimitive\n// instead of the ES6 spec version, we didn't implement @@toPrimitive case\n// and the second argument - flag - preferred type is a string\nmodule.exports = function (input, PREFERRED_STRING) {\n if (!isObject(input)) return input;\n var fn, val;\n if (PREFERRED_STRING && typeof (fn = input.toString) == 'function' && !isObject(val = fn.call(input))) return val;\n if (typeof (fn = input.valueOf) == 'function' && !isObject(val = fn.call(input))) return val;\n if (!PREFERRED_STRING && typeof (fn = input.toString) == 'function' && !isObject(val = fn.call(input))) return val;\n throw TypeError(\"Can't convert object to primitive value\");\n};\n","var DESCRIPTORS = require('../internals/descriptors');\nvar IE8_DOM_DEFINE = require('../internals/ie8-dom-define');\nvar anObject = require('../internals/an-object');\nvar toPrimitive = require('../internals/to-primitive');\n\nvar nativeDefineProperty = Object.defineProperty;\n\n// `Object.defineProperty` method\n// https://tc39.github.io/ecma262/#sec-object.defineproperty\nexports.f = DESCRIPTORS ? nativeDefineProperty : function defineProperty(O, P, Attributes) {\n anObject(O);\n P = toPrimitive(P, true);\n anObject(Attributes);\n if (IE8_DOM_DEFINE) try {\n return nativeDefineProperty(O, P, Attributes);\n } catch (error) { /* empty */ }\n if ('get' in Attributes || 'set' in Attributes) throw TypeError('Accessors not supported');\n if ('value' in Attributes) O[P] = Attributes.value;\n return O;\n};\n","var global = require('../internals/global');\nvar createNonEnumerableProperty = require('../internals/create-non-enumerable-property');\n\nmodule.exports = function (key, value) {\n try {\n createNonEnumerableProperty(global, key, value);\n } catch (error) {\n global[key] = value;\n } return value;\n};\n","var fails = require('../internals/fails');\nvar wellKnownSymbol = require('../internals/well-known-symbol');\nvar V8_VERSION = require('../internals/engine-v8-version');\n\nvar SPECIES = wellKnownSymbol('species');\n\nmodule.exports = function (METHOD_NAME) {\n // We can't use this feature detection in V8 since it causes\n // deoptimization and serious performance degradation\n // https://github.com/zloirock/core-js/issues/677\n return V8_VERSION >= 51 || !fails(function () {\n var array = [];\n var constructor = array.constructor = {};\n constructor[SPECIES] = function () {\n return { foo: 1 };\n };\n return array[METHOD_NAME](Boolean).foo !== 1;\n });\n};\n","module.exports = function (it) {\n if (typeof it != 'function') {\n throw TypeError(String(it) + ' is not a function');\n } return it;\n};\n","var DESCRIPTORS = require('../internals/descriptors');\nvar fails = require('../internals/fails');\nvar has = require('../internals/has');\n\nvar defineProperty = Object.defineProperty;\nvar cache = {};\n\nvar thrower = function (it) { throw it; };\n\nmodule.exports = function (METHOD_NAME, options) {\n if (has(cache, METHOD_NAME)) return cache[METHOD_NAME];\n if (!options) options = {};\n var method = [][METHOD_NAME];\n var ACCESSORS = has(options, 'ACCESSORS') ? options.ACCESSORS : false;\n var argument0 = has(options, 0) ? options[0] : thrower;\n var argument1 = has(options, 1) ? options[1] : undefined;\n\n return cache[METHOD_NAME] = !!method && !fails(function () {\n if (ACCESSORS && !DESCRIPTORS) return true;\n var O = { length: -1 };\n\n if (ACCESSORS) defineProperty(O, 1, { enumerable: true, get: thrower });\n else O[1] = 1;\n\n method.call(O, argument0, argument1);\n });\n};\n","var DESCRIPTORS = require('../internals/descriptors');\nvar propertyIsEnumerableModule = require('../internals/object-property-is-enumerable');\nvar createPropertyDescriptor = require('../internals/create-property-descriptor');\nvar toIndexedObject = require('../internals/to-indexed-object');\nvar toPrimitive = require('../internals/to-primitive');\nvar has = require('../internals/has');\nvar IE8_DOM_DEFINE = require('../internals/ie8-dom-define');\n\nvar nativeGetOwnPropertyDescriptor = Object.getOwnPropertyDescriptor;\n\n// `Object.getOwnPropertyDescriptor` method\n// https://tc39.github.io/ecma262/#sec-object.getownpropertydescriptor\nexports.f = DESCRIPTORS ? nativeGetOwnPropertyDescriptor : function getOwnPropertyDescriptor(O, P) {\n O = toIndexedObject(O);\n P = toPrimitive(P, true);\n if (IE8_DOM_DEFINE) try {\n return nativeGetOwnPropertyDescriptor(O, P);\n } catch (error) { /* empty */ }\n if (has(O, P)) return createPropertyDescriptor(!propertyIsEnumerableModule.f.call(O, P), O[P]);\n};\n","'use strict';\nvar nativePropertyIsEnumerable = {}.propertyIsEnumerable;\nvar getOwnPropertyDescriptor = Object.getOwnPropertyDescriptor;\n\n// Nashorn ~ JDK8 bug\nvar NASHORN_BUG = getOwnPropertyDescriptor && !nativePropertyIsEnumerable.call({ 1: 2 }, 1);\n\n// `Object.prototype.propertyIsEnumerable` method implementation\n// https://tc39.github.io/ecma262/#sec-object.prototype.propertyisenumerable\nexports.f = NASHORN_BUG ? function propertyIsEnumerable(V) {\n var descriptor = getOwnPropertyDescriptor(this, V);\n return !!descriptor && descriptor.enumerable;\n} : nativePropertyIsEnumerable;\n","module.exports = function (bitmap, value) {\n return {\n enumerable: !(bitmap & 1),\n configurable: !(bitmap & 2),\n writable: !(bitmap & 4),\n value: value\n };\n};\n","var fails = require('../internals/fails');\nvar classof = require('../internals/classof-raw');\n\nvar split = ''.split;\n\n// fallback for non-array-like ES3 and non-enumerable old V8 strings\nmodule.exports = fails(function () {\n // throws an error in rhino, see https://github.com/mozilla/rhino/issues/346\n // eslint-disable-next-line no-prototype-builtins\n return !Object('z').propertyIsEnumerable(0);\n}) ? function (it) {\n return classof(it) == 'String' ? split.call(it, '') : Object(it);\n} : Object;\n","var isObject = require('../internals/is-object');\n\n// `ToPrimitive` abstract operation\n// https://tc39.github.io/ecma262/#sec-toprimitive\n// instead of the ES6 spec version, we didn't implement @@toPrimitive case\n// and the second argument - flag - preferred type is a string\nmodule.exports = function (input, PREFERRED_STRING) {\n if (!isObject(input)) return input;\n var fn, val;\n if (PREFERRED_STRING && typeof (fn = input.toString) == 'function' && !isObject(val = fn.call(input))) return val;\n if (typeof (fn = input.valueOf) == 'function' && !isObject(val = fn.call(input))) return val;\n if (!PREFERRED_STRING && typeof (fn = input.toString) == 'function' && !isObject(val = fn.call(input))) return val;\n throw TypeError(\"Can't convert object to primitive value\");\n};\n","var DESCRIPTORS = require('../internals/descriptors');\nvar fails = require('../internals/fails');\nvar createElement = require('../internals/document-create-element');\n\n// Thank's IE8 for his funny defineProperty\nmodule.exports = !DESCRIPTORS && !fails(function () {\n return Object.defineProperty(createElement('div'), 'a', {\n get: function () { return 7; }\n }).a != 7;\n});\n","var DESCRIPTORS = require('../internals/descriptors');\nvar IE8_DOM_DEFINE = require('../internals/ie8-dom-define');\nvar anObject = require('../internals/an-object');\nvar toPrimitive = require('../internals/to-primitive');\n\nvar nativeDefineProperty = Object.defineProperty;\n\n// `Object.defineProperty` method\n// https://tc39.github.io/ecma262/#sec-object.defineproperty\nexports.f = DESCRIPTORS ? nativeDefineProperty : function defineProperty(O, P, Attributes) {\n anObject(O);\n P = toPrimitive(P, true);\n anObject(Attributes);\n if (IE8_DOM_DEFINE) try {\n return nativeDefineProperty(O, P, Attributes);\n } catch (error) { /* empty */ }\n if ('get' in Attributes || 'set' in Attributes) throw TypeError('Accessors not supported');\n if ('value' in Attributes) O[P] = Attributes.value;\n return O;\n};\n","var store = require('../internals/shared-store');\n\nvar functionToString = Function.toString;\n\n// this helper broken in `3.4.1-3.4.4`, so we can't use `shared` helper\nif (typeof store.inspectSource != 'function') {\n store.inspectSource = function (it) {\n return functionToString.call(it);\n };\n}\n\nmodule.exports = store.inspectSource;\n","var global = require('../internals/global');\nvar setGlobal = require('../internals/set-global');\n\nvar SHARED = '__core-js_shared__';\nvar store = global[SHARED] || setGlobal(SHARED, {});\n\nmodule.exports = store;\n","var IS_PURE = require('../internals/is-pure');\nvar store = require('../internals/shared-store');\n\n(module.exports = function (key, value) {\n return store[key] || (store[key] = value !== undefined ? value : {});\n})('versions', []).push({\n version: '3.6.4',\n mode: IS_PURE ? 'pure' : 'global',\n copyright: '© 2020 Denis Pushkarev (zloirock.ru)'\n});\n","var id = 0;\nvar postfix = Math.random();\n\nmodule.exports = function (key) {\n return 'Symbol(' + String(key === undefined ? '' : key) + ')_' + (++id + postfix).toString(36);\n};\n","module.exports = {};\n","var has = require('../internals/has');\nvar toIndexedObject = require('../internals/to-indexed-object');\nvar indexOf = require('../internals/array-includes').indexOf;\nvar hiddenKeys = require('../internals/hidden-keys');\n\nmodule.exports = function (object, names) {\n var O = toIndexedObject(object);\n var i = 0;\n var result = [];\n var key;\n for (key in O) !has(hiddenKeys, key) && has(O, key) && result.push(key);\n // Don't enum bug & hidden keys\n while (names.length > i) if (has(O, key = names[i++])) {\n ~indexOf(result, key) || result.push(key);\n }\n return result;\n};\n","var toIndexedObject = require('../internals/to-indexed-object');\nvar toLength = require('../internals/to-length');\nvar toAbsoluteIndex = require('../internals/to-absolute-index');\n\n// `Array.prototype.{ indexOf, includes }` methods implementation\nvar createMethod = function (IS_INCLUDES) {\n return function ($this, el, fromIndex) {\n var O = toIndexedObject($this);\n var length = toLength(O.length);\n var index = toAbsoluteIndex(fromIndex, length);\n var value;\n // Array#includes uses SameValueZero equality algorithm\n // eslint-disable-next-line no-self-compare\n if (IS_INCLUDES && el != el) while (length > index) {\n value = O[index++];\n // eslint-disable-next-line no-self-compare\n if (value != value) return true;\n // Array#indexOf ignores holes, Array#includes - not\n } else for (;length > index; index++) {\n if ((IS_INCLUDES || index in O) && O[index] === el) return IS_INCLUDES || index || 0;\n } return !IS_INCLUDES && -1;\n };\n};\n\nmodule.exports = {\n // `Array.prototype.includes` method\n // https://tc39.github.io/ecma262/#sec-array.prototype.includes\n includes: createMethod(true),\n // `Array.prototype.indexOf` method\n // https://tc39.github.io/ecma262/#sec-array.prototype.indexof\n indexOf: createMethod(false)\n};\n","var toInteger = require('../internals/to-integer');\n\nvar min = Math.min;\n\n// `ToLength` abstract operation\n// https://tc39.github.io/ecma262/#sec-tolength\nmodule.exports = function (argument) {\n return argument > 0 ? min(toInteger(argument), 0x1FFFFFFFFFFFFF) : 0; // 2 ** 53 - 1 == 9007199254740991\n};\n","// IE8- don't enum bug keys\nmodule.exports = [\n 'constructor',\n 'hasOwnProperty',\n 'isPrototypeOf',\n 'propertyIsEnumerable',\n 'toLocaleString',\n 'toString',\n 'valueOf'\n];\n","exports.f = Object.getOwnPropertySymbols;\n","var requireObjectCoercible = require('../internals/require-object-coercible');\n\n// `ToObject` abstract operation\n// https://tc39.github.io/ecma262/#sec-toobject\nmodule.exports = function (argument) {\n return Object(requireObjectCoercible(argument));\n};\n","var fails = require('../internals/fails');\n\nmodule.exports = !!Object.getOwnPropertySymbols && !fails(function () {\n // Chrome 38 Symbol has incorrect toString conversion\n // eslint-disable-next-line no-undef\n return !String(Symbol());\n});\n","'use strict';\nvar $ = require('../internals/export');\nvar exec = require('../internals/regexp-exec');\n\n$({ target: 'RegExp', proto: true, forced: /./.exec !== exec }, {\n exec: exec\n});\n","'use strict';\nvar anObject = require('../internals/an-object');\n\n// `RegExp.prototype.flags` getter implementation\n// https://tc39.github.io/ecma262/#sec-get-regexp.prototype.flags\nmodule.exports = function () {\n var that = anObject(this);\n var result = '';\n if (that.global) result += 'g';\n if (that.ignoreCase) result += 'i';\n if (that.multiline) result += 'm';\n if (that.dotAll) result += 's';\n if (that.unicode) result += 'u';\n if (that.sticky) result += 'y';\n return result;\n};\n","// toObject with fallback for non-array-like ES3 strings\nvar IndexedObject = require('../internals/indexed-object');\nvar requireObjectCoercible = require('../internals/require-object-coercible');\n\nmodule.exports = function (it) {\n return IndexedObject(requireObjectCoercible(it));\n};\n","var global = require('../internals/global');\nvar createNonEnumerableProperty = require('../internals/create-non-enumerable-property');\n\nmodule.exports = function (key, value) {\n try {\n createNonEnumerableProperty(global, key, value);\n } catch (error) {\n global[key] = value;\n } return value;\n};\n","// toObject with fallback for non-array-like ES3 strings\nvar IndexedObject = require('../internals/indexed-object');\nvar requireObjectCoercible = require('../internals/require-object-coercible');\n\nmodule.exports = function (it) {\n return IndexedObject(requireObjectCoercible(it));\n};\n","var global = require('../internals/global');\nvar createNonEnumerableProperty = require('../internals/create-non-enumerable-property');\n\nmodule.exports = function (key, value) {\n try {\n createNonEnumerableProperty(global, key, value);\n } catch (error) {\n global[key] = value;\n } return value;\n};\n","\"use strict\";\n\nrequire(\"core-js/modules/es.object.assign\");\n\nObject.defineProperty(exports, \"__esModule\", {\n value: true\n});\nexports.default = void 0;\n\nvar _axios = _interopRequireDefault(require(\"axios\"));\n\nvar _auth = require(\"@nextcloud/auth\");\n\nfunction _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }\n\nvar client = _axios.default.create({\n headers: {\n requesttoken: (0, _auth.getRequestToken)()\n }\n});\n\nvar cancelableClient = Object.assign(client, {\n CancelToken: _axios.default.CancelToken,\n isCancel: _axios.default.isCancel\n});\n(0, _auth.onRequestTokenUpdate)(function (token) {\n return client.defaults.headers.requesttoken = token;\n});\nvar _default = cancelableClient;\nexports.default = _default;\n//# sourceMappingURL=index.js.map","/**\n * @copyright 2019 Christoph Wurst <christoph@winzerhof-wurst.at>\n *\n * @author 2019 Christoph Wurst <christoph@winzerhof-wurst.at>\n *\n * @license GNU AGPL version 3 or any later version\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see <http://www.gnu.org/licenses/>.\n */\n\n/**\n * Parses a URL query string into a JS map\n * @param {string} queryString query string in the format param1=1234&param2=abcde&param3=xyz\n * @returns {Object.<string, string>} map containing key/values matching the URL parameters\n */\nexport const parse = queryString => {\n\tlet pos\n\tlet components\n\tconst result = {}\n\tlet key\n\tif (!queryString) {\n\t\treturn null\n\t}\n\tpos = queryString.indexOf('?')\n\tif (pos >= 0) {\n\t\tqueryString = queryString.substr(pos + 1)\n\t}\n\tconst parts = queryString.replace(/\\+/g, '%20').split('&')\n\tfor (let i = 0; i < parts.length; i++) {\n\t\t// split on first equal sign\n\t\tconst part = parts[i]\n\t\tpos = part.indexOf('=')\n\t\tif (pos >= 0) {\n\t\t\tcomponents = [\n\t\t\t\tpart.substr(0, pos),\n\t\t\t\tpart.substr(pos + 1),\n\t\t\t]\n\t\t} else {\n\t\t\t// key only\n\t\t\tcomponents = [part]\n\t\t}\n\t\tif (!components.length) {\n\t\t\tcontinue\n\t\t}\n\t\tkey = decodeURIComponent(components[0])\n\t\tif (!key) {\n\t\t\tcontinue\n\t\t}\n\t\t// if equal sign was there, return string\n\t\tif (components.length > 1) {\n\t\t\tresult[key] = decodeURIComponent(components[1])\n\t\t} else {\n\t\t\t// no equal sign => null value\n\t\t\tresult[key] = null\n\t\t}\n\t}\n\treturn result\n}\n\n/**\n * Builds a URL query from a JS map.\n * @param {Object.<string, string>} params map containing key/values matching the URL parameters\n * @returns {string} String containing a URL query (without question) mark\n */\nexport const build = params => {\n\tif (!params) {\n\t\treturn ''\n\t}\n\treturn $.map(params, function(value, key) {\n\t\tlet s = encodeURIComponent(key)\n\t\tif (value !== null && typeof (value) !== 'undefined') {\n\t\t\ts += '=' + encodeURIComponent(value)\n\t\t}\n\t\treturn s\n\t}).join('&')\n}\n","\"use strict\";\n\nObject.defineProperty(exports, \"__esModule\", {\n value: true\n});\nObject.defineProperty(exports, \"getRequestToken\", {\n enumerable: true,\n get: function get() {\n return _requesttoken.getRequestToken;\n }\n});\nObject.defineProperty(exports, \"onRequestTokenUpdate\", {\n enumerable: true,\n get: function get() {\n return _requesttoken.onRequestTokenUpdate;\n }\n});\nObject.defineProperty(exports, \"getCurrentUser\", {\n enumerable: true,\n get: function get() {\n return _user.getCurrentUser;\n }\n});\n\nvar _requesttoken = require(\"./requesttoken\");\n\nvar _user = require(\"./user\");\n//# sourceMappingURL=index.js.map","/**\n * ownCloud - core\n *\n * This file is licensed under the Affero General Public License version 3 or\n * later. See the COPYING file.\n *\n * @author Bernhard Posselt <dev@bernhard-posselt.com>\n * @copyright Bernhard Posselt 2014\n */\n\nimport $ from 'jquery'\n\nlet dynamicSlideToggleEnabled = false\n\nconst Apps = {\n\tenableDynamicSlideToggle: function() {\n\t\tdynamicSlideToggleEnabled = true\n\t},\n}\n\n/**\n * Shows the #app-sidebar and add .with-app-sidebar to subsequent siblings\n *\n * @param {Object} [$el] sidebar element to show, defaults to $('#app-sidebar')\n */\nApps.showAppSidebar = function($el) {\n\tconst $appSidebar = $el || $('#app-sidebar')\n\t$appSidebar.removeClass('disappear').show()\n\t$('#app-content').trigger(new $.Event('appresized'))\n}\n\n/**\n * Shows the #app-sidebar and removes .with-app-sidebar from subsequent\n * siblings\n *\n * @param {Object} [$el] sidebar element to hide, defaults to $('#app-sidebar')\n */\nApps.hideAppSidebar = function($el) {\n\tconst $appSidebar = $el || $('#app-sidebar')\n\t$appSidebar.hide().addClass('disappear')\n\t$('#app-content').trigger(new $.Event('appresized'))\n}\n\n/**\n * Provides a way to slide down a target area through a button and slide it\n * up if the user clicks somewhere else. Used for the news app settings and\n * add new field.\n *\n * Usage:\n * <button data-apps-slide-toggle=\".slide-area\">slide</button>\n * <div class=\".slide-area\" class=\"hidden\">I'm sliding up</div>\n */\nexport const registerAppsSlideToggle = () => {\n\tlet buttons = $('[data-apps-slide-toggle]')\n\n\tif (buttons.length === 0) {\n\t\t$('#app-navigation').addClass('without-app-settings')\n\t}\n\n\t$(document).click(function(event) {\n\n\t\tif (dynamicSlideToggleEnabled) {\n\t\t\tbuttons = $('[data-apps-slide-toggle]')\n\t\t}\n\n\t\tbuttons.each(function(index, button) {\n\n\t\t\tconst areaSelector = $(button).data('apps-slide-toggle')\n\t\t\tconst area = $(areaSelector)\n\n\t\t\tfunction hideArea() {\n\t\t\t\tarea.slideUp(OC.menuSpeed * 4, function() {\n\t\t\t\t\tarea.trigger(new $.Event('hide'))\n\t\t\t\t})\n\t\t\t\tarea.removeClass('opened')\n\t\t\t\t$(button).removeClass('opened')\n\t\t\t}\n\n\t\t\tfunction showArea() {\n\t\t\t\tarea.slideDown(OC.menuSpeed * 4, function() {\n\t\t\t\t\tarea.trigger(new $.Event('show'))\n\t\t\t\t})\n\t\t\t\tarea.addClass('opened')\n\t\t\t\t$(button).addClass('opened')\n\t\t\t\tconst input = $(areaSelector + ' [autofocus]')\n\t\t\t\tif (input.length === 1) {\n\t\t\t\t\tinput.focus()\n\t\t\t\t}\n\t\t\t}\n\n\t\t\t// do nothing if the area is animated\n\t\t\tif (!area.is(':animated')) {\n\n\t\t\t\t// button toggles the area\n\t\t\t\tif ($(button).is($(event.target).closest('[data-apps-slide-toggle]'))) {\n\t\t\t\t\tif (area.is(':visible')) {\n\t\t\t\t\t\thideArea()\n\t\t\t\t\t} else {\n\t\t\t\t\t\tshowArea()\n\t\t\t\t\t}\n\n\t\t\t\t\t// all other areas that have not been clicked but are open\n\t\t\t\t\t// should be slid up\n\t\t\t\t} else {\n\t\t\t\t\tconst closest = $(event.target).closest(areaSelector)\n\t\t\t\t\tif (area.is(':visible') && closest[0] !== area[0]) {\n\t\t\t\t\t\thideArea()\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t})\n\n\t})\n}\n\nexport default Apps\n","/*\n * vim: expandtab shiftwidth=4 softtabstop=4\n */\n\n/* global dav */\nif (typeof dav === 'undefined') { dav = {}; };\n\ndav._XML_CHAR_MAP = {\n '<': '&lt;',\n '>': '&gt;',\n '&': '&amp;',\n '\"': '&quot;',\n \"'\": '&apos;'\n};\n\ndav._escapeXml = function(s) {\n return s.replace(/[<>&\"']/g, function (ch) {\n return dav._XML_CHAR_MAP[ch];\n });\n};\n\ndav.Client = function(options) {\n var i;\n for(i in options) {\n this[i] = options[i];\n }\n\n};\n\ndav.Client.prototype = {\n\n baseUrl : null,\n\n userName : null,\n\n password : null,\n\n\n xmlNamespaces : {\n 'DAV:' : 'd'\n },\n\n /**\n * Generates a propFind request.\n *\n * @param {string} url Url to do the propfind request on\n * @param {Array} properties List of properties to retrieve.\n * @param {string} depth \"0\", \"1\" or \"infinity\"\n * @param {Object} [headers] headers\n * @return {Promise}\n */\n propFind : function(url, properties, depth, headers) {\n\n if(typeof depth === \"undefined\") {\n depth = '0';\n }\n\n // depth header must be a string, in case a number was passed in\n depth = '' + depth;\n\n headers = headers || {};\n\n headers['Depth'] = depth;\n headers['Content-Type'] = 'application/xml; charset=utf-8';\n\n var body =\n '<?xml version=\"1.0\"?>\\n' +\n '<d:propfind ';\n var namespace;\n for (namespace in this.xmlNamespaces) {\n body += ' xmlns:' + this.xmlNamespaces[namespace] + '=\"' + namespace + '\"';\n }\n body += '>\\n' +\n ' <d:prop>\\n';\n\n for(var ii in properties) {\n if (!properties.hasOwnProperty(ii)) {\n continue;\n }\n\n var property = this.parseClarkNotation(properties[ii]);\n if (this.xmlNamespaces[property.namespace]) {\n body+=' <' + this.xmlNamespaces[property.namespace] + ':' + property.name + ' />\\n';\n } else {\n body+=' <x:' + property.name + ' xmlns:x=\"' + property.namespace + '\" />\\n';\n }\n\n }\n body+=' </d:prop>\\n';\n body+='</d:propfind>';\n\n return this.request('PROPFIND', url, headers, body).then(\n function(result) {\n\n if (depth === '0') {\n return {\n status: result.status,\n body: result.body[0],\n xhr: result.xhr\n };\n } else {\n return {\n status: result.status,\n body: result.body,\n xhr: result.xhr\n };\n }\n\n }.bind(this)\n );\n\n },\n\n /**\n * Renders a \"d:set\" block for the given properties.\n *\n * @param {Object.<String,String>} properties\n * @return {String} XML \"<d:set>\" block\n */\n _renderPropSet: function(properties) {\n var body = ' <d:set>\\n' +\n ' <d:prop>\\n';\n\n for(var ii in properties) {\n if (!properties.hasOwnProperty(ii)) {\n continue;\n }\n\n var property = this.parseClarkNotation(ii);\n var propName;\n var propValue = properties[ii];\n if (this.xmlNamespaces[property.namespace]) {\n propName = this.xmlNamespaces[property.namespace] + ':' + property.name;\n } else {\n propName = 'x:' + property.name + ' xmlns:x=\"' + property.namespace + '\"';\n }\n\n // FIXME: hard-coded for now until we allow properties to\n // specify whether to be escaped or not\n if (propName !== 'd:resourcetype') {\n propValue = dav._escapeXml(propValue);\n }\n body += ' <' + propName + '>' + propValue + '</' + propName + '>\\n';\n }\n body +=' </d:prop>\\n';\n body +=' </d:set>\\n';\n return body;\n },\n\n /**\n * Generates a propPatch request.\n *\n * @param {string} url Url to do the proppatch request on\n * @param {Object.<String,String>} properties List of properties to store.\n * @param {Object} [headers] headers\n * @return {Promise}\n */\n propPatch : function(url, properties, headers) {\n headers = headers || {};\n\n headers['Content-Type'] = 'application/xml; charset=utf-8';\n\n var body =\n '<?xml version=\"1.0\"?>\\n' +\n '<d:propertyupdate ';\n var namespace;\n for (namespace in this.xmlNamespaces) {\n body += ' xmlns:' + this.xmlNamespaces[namespace] + '=\"' + namespace + '\"';\n }\n body += '>\\n' + this._renderPropSet(properties);\n body += '</d:propertyupdate>';\n\n return this.request('PROPPATCH', url, headers, body).then(\n function(result) {\n return {\n status: result.status,\n body: result.body,\n xhr: result.xhr\n };\n }.bind(this)\n );\n\n },\n\n /**\n * Generates a MKCOL request.\n * If attributes are given, it will use an extended MKCOL request.\n *\n * @param {string} url Url to do the proppatch request on\n * @param {Object.<String,String>} [properties] list of properties to store.\n * @param {Object} [headers] headers\n * @return {Promise}\n */\n mkcol : function(url, properties, headers) {\n var body = '';\n headers = headers || {};\n headers['Content-Type'] = 'application/xml; charset=utf-8';\n\n if (properties) {\n body =\n '<?xml version=\"1.0\"?>\\n' +\n '<d:mkcol';\n var namespace;\n for (namespace in this.xmlNamespaces) {\n body += ' xmlns:' + this.xmlNamespaces[namespace] + '=\"' + namespace + '\"';\n }\n body += '>\\n' + this._renderPropSet(properties);\n body +='</d:mkcol>';\n }\n\n return this.request('MKCOL', url, headers, body).then(\n function(result) {\n return {\n status: result.status,\n body: result.body,\n xhr: result.xhr\n };\n }.bind(this)\n );\n\n },\n\n /**\n * Performs a HTTP request, and returns a Promise\n *\n * @param {string} method HTTP method\n * @param {string} url Relative or absolute url\n * @param {Object} headers HTTP headers as an object.\n * @param {string} body HTTP request body.\n * @param {string} responseType HTTP request response type.\n * @param {Object} options\n * @param {Function} options.onProgress progress callback\n * @return {Promise}\n */\n request : function(method, url, headers, body, responseType, options) {\n\n var self = this;\n var xhr = this.xhrProvider();\n headers = headers || {};\n responseType = responseType || \"\";\n \n if (this.userName) {\n headers['Authorization'] = 'Basic ' + btoa(this.userName + ':' + this.password);\n // xhr.open(method, this.resolveUrl(url), true, this.userName, this.password);\n }\n xhr.open(method, this.resolveUrl(url), true);\n var ii;\n for(ii in headers) {\n xhr.setRequestHeader(ii, headers[ii]);\n }\n xhr.responseType = responseType;\n\n if (options && typeof(options.onProgress) === 'function') {\n if (method === 'PUT' || method === 'POST') {\n xhr.upload.addEventListener('progress', function (e) {\n options.onProgress(e)\n }, false)\n }\n else {\n xhr.addEventListener('progress', function (e) {\n options.onProgress(e)\n }, false)\n }\n }\n\n // Work around for edge\n if (body === undefined) {\n xhr.send();\n } else {\n xhr.send(body);\n }\n\n return new Promise(function(fulfill, reject) {\n\n xhr.onreadystatechange = function() {\n\n if (xhr.readyState !== 4) {\n return;\n }\n\n var resultBody = xhr.response;\n if (xhr.status === 207) {\n resultBody = self.parseMultiStatus(xhr.response);\n }\n\n fulfill({\n body: resultBody,\n status: xhr.status,\n xhr: xhr\n });\n\n };\n\n xhr.ontimeout = function() {\n\n reject(new Error('Timeout exceeded'));\n\n };\n\n });\n\n },\n\n /**\n * Returns an XMLHttpRequest object.\n *\n * This is in its own method, so it can be easily overridden.\n *\n * @return {XMLHttpRequest}\n */\n xhrProvider : function() {\n\n return new XMLHttpRequest();\n\n },\n\n /**\n * Parses a property node.\n *\n * Either returns a string if the node only contains text, or returns an\n * array of non-text subnodes.\n *\n * @param {Object} propNode node to parse\n * @return {string|Array} text content as string or array of subnodes, excluding text nodes\n */\n _parsePropNode: function(propNode) {\n var content = null;\n if (propNode.childNodes && propNode.childNodes.length > 0) {\n var subNodes = [];\n // filter out text nodes\n for (var j = 0; j < propNode.childNodes.length; j++) {\n var node = propNode.childNodes[j];\n if (node.nodeType === 1) {\n subNodes.push(node);\n }\n }\n if (subNodes.length) {\n content = subNodes;\n }\n }\n\n return content || propNode.textContent || propNode.text || '';\n },\n\n /**\n * Parses a multi-status response body.\n *\n * @param {string} xmlBody\n * @param {Array}\n */\n parseMultiStatus : function(xmlBody) {\n\n var parser = new DOMParser();\n var doc = parser.parseFromString(xmlBody, \"application/xml\");\n\n var resolver = function(foo) {\n var ii;\n for(ii in this.xmlNamespaces) {\n if (this.xmlNamespaces[ii] === foo) {\n return ii;\n }\n }\n }.bind(this);\n\n var responseIterator = doc.evaluate('/d:multistatus/d:response', doc, resolver, XPathResult.ANY_TYPE, null);\n\n var result = [];\n var responseNode = responseIterator.iterateNext();\n\n while(responseNode) {\n\n var response = {\n href : null,\n propStat : []\n };\n\n response.href = doc.evaluate('string(d:href)', responseNode, resolver, XPathResult.ANY_TYPE, null).stringValue;\n\n var propStatIterator = doc.evaluate('d:propstat', responseNode, resolver, XPathResult.ANY_TYPE, null);\n var propStatNode = propStatIterator.iterateNext();\n\n while(propStatNode) {\n var propStat = {\n status : doc.evaluate('string(d:status)', propStatNode, resolver, XPathResult.ANY_TYPE, null).stringValue,\n properties : {},\n };\n\n var propIterator = doc.evaluate('d:prop/*', propStatNode, resolver, XPathResult.ANY_TYPE, null);\n\n var propNode = propIterator.iterateNext();\n while(propNode) {\n var content = this._parsePropNode(propNode);\n propStat.properties['{' + propNode.namespaceURI + '}' + propNode.localName] = content;\n propNode = propIterator.iterateNext();\n\n }\n response.propStat.push(propStat);\n propStatNode = propStatIterator.iterateNext();\n\n\n }\n\n result.push(response);\n responseNode = responseIterator.iterateNext();\n\n }\n\n return result;\n\n },\n\n /**\n * Takes a relative url, and maps it to an absolute url, using the baseUrl\n *\n * @param {string} url\n * @return {string}\n */\n resolveUrl : function(url) {\n\n // Note: this is rudamentary.. not sure yet if it handles every case.\n if (/^https?:\\/\\//i.test(url)) {\n // absolute\n return url;\n }\n\n var baseParts = this.parseUrl(this.baseUrl);\n if (url.charAt('/')) {\n // Url starts with a slash\n return baseParts.root + url;\n }\n\n // Url does not start with a slash, we need grab the base url right up until the last slash.\n var newUrl = baseParts.root + '/';\n if (baseParts.path.lastIndexOf('/')!==-1) {\n newUrl = newUrl = baseParts.path.subString(0, baseParts.path.lastIndexOf('/')) + '/';\n }\n newUrl+=url;\n return url;\n\n },\n\n /**\n * Parses a url and returns its individual components.\n *\n * @param {String} url\n * @return {Object}\n */\n parseUrl : function(url) {\n\n var parts = url.match(/^(?:([A-Za-z]+):)?(\\/{0,3})([0-9.\\-A-Za-z]+)(?::(\\d+))?(?:\\/([^?#]*))?(?:\\?([^#]*))?(?:#(.*))?$/);\n var result = {\n url : parts[0],\n scheme : parts[1],\n host : parts[3],\n port : parts[4],\n path : parts[5],\n query : parts[6],\n fragment : parts[7],\n };\n result.root =\n result.scheme + '://' +\n result.host +\n (result.port ? ':' + result.port : '');\n\n return result;\n\n },\n\n parseClarkNotation : function(propertyName) {\n\n var result = propertyName.match(/^{([^}]+)}(.*)$/);\n if (!result) {\n return;\n }\n\n return {\n name : result[2],\n namespace : result[1]\n };\n\n }\n\n};\n\nif (typeof module !== 'undefined' && typeof module.exports !== 'undefined') {\n module.exports.Client = dav.Client;\n}\n\n\n/*** EXPORTS FROM exports-loader ***/\nmodule.exports = dav;","/**\n * @copyright 2019 Christoph Wurst <christoph@winzerhof-wurst.at>\n *\n * @author 2019 Christoph Wurst <christoph@winzerhof-wurst.at>\n *\n * @license GNU AGPL version 3 or any later version\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see <http://www.gnu.org/licenses/>.\n */\n\nimport _ from 'underscore'\nimport $ from 'jquery'\nimport moment from 'moment'\n\nimport OC from './index'\n\n/**\n * @namespace OC.PasswordConfirmation\n */\nexport default {\n\tcallback: null,\n\n\tpageLoadTime: null,\n\n\tinit: function() {\n\t\t$('.password-confirm-required').on('click', _.bind(this.requirePasswordConfirmation, this))\n\t\tthis.pageLoadTime = moment.now()\n\t},\n\n\trequiresPasswordConfirmation: function() {\n\t\tconst serverTimeDiff = this.pageLoadTime - (window.nc_pageLoad * 1000)\n\t\tconst timeSinceLogin = moment.now() - (serverTimeDiff + (window.nc_lastLogin * 1000))\n\n\t\t// if timeSinceLogin > 30 minutes and user backend allows password confirmation\n\t\treturn (window.backendAllowsPasswordConfirmation && timeSinceLogin > 30 * 60 * 1000)\n\t},\n\n\t/**\n\t * @param {Function} callback success callback function\n\t * @param {Object} options options\n\t * @param {Function} rejectCallback error callback function\n\t */\n\trequirePasswordConfirmation: function(callback, options, rejectCallback) {\n\t\toptions = typeof options !== 'undefined' ? options : {}\n\t\tconst defaults = {\n\t\t\ttitle: t('core', 'Authentication required'),\n\t\t\ttext: t(\n\t\t\t\t'core',\n\t\t\t\t'This action requires you to confirm your password'\n\t\t\t),\n\t\t\tconfirm: t('core', 'Confirm'),\n\t\t\tlabel: t('core', 'Password'),\n\t\t\terror: '',\n\t\t}\n\n\t\tconst config = _.extend(defaults, options)\n\n\t\tconst self = this\n\n\t\tif (this.requiresPasswordConfirmation()) {\n\t\t\tOC.dialogs.prompt(\n\t\t\t\tconfig.text,\n\t\t\t\tconfig.title,\n\t\t\t\tfunction(result, password) {\n\t\t\t\t\tif (result && password !== '') {\n\t\t\t\t\t\tself._confirmPassword(password, config)\n\t\t\t\t\t} else if (_.isFunction(rejectCallback)) {\n\t\t\t\t\t\trejectCallback()\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\ttrue,\n\t\t\t\tconfig.label,\n\t\t\t\ttrue\n\t\t\t).then(function() {\n\t\t\t\tconst $dialog = $('.oc-dialog:visible')\n\t\t\t\t$dialog.find('.ui-icon').remove()\n\t\t\t\t$dialog.addClass('password-confirmation')\n\t\t\t\tif (config.error !== '') {\n\t\t\t\t\tconst $error = $('<p></p>').addClass('msg warning').text(config.error)\n\t\t\t\t\t$dialog.find('.oc-dialog-content').append($error)\n\t\t\t\t}\n\t\t\t\t$dialog.find('.oc-dialog-buttonrow').addClass('aside')\n\n\t\t\t\tconst $buttons = $dialog.find('button')\n\t\t\t\t$buttons.eq(0).hide()\n\t\t\t\t$buttons.eq(1).text(config.confirm)\n\t\t\t})\n\t\t}\n\n\t\tthis.callback = callback\n\t},\n\n\t_confirmPassword: function(password, config) {\n\t\tconst self = this\n\n\t\t$.ajax({\n\t\t\turl: OC.generateUrl('/login/confirm'),\n\t\t\tdata: {\n\t\t\t\tpassword: password,\n\t\t\t},\n\t\t\ttype: 'POST',\n\t\t\tsuccess: function(response) {\n\t\t\t\twindow.nc_lastLogin = response.lastLogin\n\n\t\t\t\tif (_.isFunction(self.callback)) {\n\t\t\t\t\tself.callback()\n\t\t\t\t}\n\t\t\t},\n\t\t\terror: function() {\n\t\t\t\tconfig.error = t('core', 'Failed to authenticate, try again')\n\t\t\t\tOC.PasswordConfirmation.requirePasswordConfirmation(self.callback, config)\n\t\t\t},\n\t\t})\n\t},\n}\n","\"use strict\";\n\nObject.defineProperty(exports, \"__esModule\", {\n value: true\n});\nexports.ProxyBus = void 0;\n\nvar _semver = _interopRequireDefault(require(\"semver\"));\n\nfunction _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }\n\nfunction _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError(\"Cannot call a class as a function\"); } }\n\nfunction _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if (\"value\" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } }\n\nfunction _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); return Constructor; }\n\nfunction _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }\n\nvar packageJson = {\n name: \"@nextcloud/event-bus\",\n version: \"1.1.3\",\n description: \"\",\n main: \"dist/index.js\",\n types: \"dist/index.d.ts\",\n scripts: {\n build: \"babel ./lib --out-dir dist --extensions '.ts,.tsx' --source-maps && tsc --emitDeclarationOnly\",\n \"build:doc\": \"typedoc --excludeNotExported --mode file --out dist/doc lib/index.ts && touch dist/doc/.nojekyll\",\n \"check-types\": \"tsc\",\n dev: \"babel ./lib --out-dir dist --extensions '.ts,.tsx' --watch\",\n test: \"jest\",\n \"test:watch\": \"jest --watchAll\"\n },\n keywords: [\"nextcloud\"],\n homepage: \"https://github.com/nextcloud/nextcloud-event-bus#readme\",\n author: \"Christoph Wurst\",\n license: \"GPL-3.0-or-later\",\n repository: {\n type: \"git\",\n url: \"https://github.com/nextcloud/nextcloud-event-bus\"\n },\n dependencies: {\n \"@types/semver\": \"^6.2.1\",\n \"core-js\": \"^3.6.2\",\n semver: \"^6.3.0\"\n },\n devDependencies: {\n \"@babel/cli\": \"^7.6.0\",\n \"@babel/core\": \"^7.6.0\",\n \"@babel/plugin-proposal-class-properties\": \"^7.5.5\",\n \"@babel/preset-env\": \"^7.6.0\",\n \"@babel/preset-typescript\": \"^7.6.0\",\n \"@nextcloud/browserslist-config\": \"^1.0.0\",\n \"babel-jest\": \"^25.1.0\",\n \"babel-plugin-inline-json-import\": \"^0.3.2\",\n jest: \"^25.1.0\",\n typedoc: \"^0.16.7\",\n typescript: \"^3.6.3\"\n },\n browserslist: [\"extends @nextcloud/browserslist-config\"]\n};\n\nvar ProxyBus = /*#__PURE__*/function () {\n function ProxyBus(bus) {\n _classCallCheck(this, ProxyBus);\n\n _defineProperty(this, \"bus\", void 0);\n\n if (typeof bus.getVersion !== 'function' || !_semver.default.valid(bus.getVersion())) {\n console.warn('Proxying an event bus with an unknown or invalid version');\n } else if (_semver.default.major(bus.getVersion()) !== _semver.default.major(this.getVersion())) {\n console.warn('Proxying an event bus of version ' + bus.getVersion() + ' with ' + this.getVersion());\n }\n\n this.bus = bus;\n }\n\n _createClass(ProxyBus, [{\n key: \"getVersion\",\n value: function getVersion() {\n return packageJson.version;\n }\n }, {\n key: \"subscribe\",\n value: function subscribe(name, handler) {\n this.bus.subscribe(name, handler);\n }\n }, {\n key: \"unsubscribe\",\n value: function unsubscribe(name, handler) {\n this.bus.unsubscribe(name, handler);\n }\n }, {\n key: \"emit\",\n value: function emit(name, event) {\n this.bus.emit(name, event);\n }\n }]);\n\n return ProxyBus;\n}();\n\nexports.ProxyBus = ProxyBus;\n//# sourceMappingURL=ProxyBus.js.map","exports = module.exports = SemVer\n\nvar debug\n/* istanbul ignore next */\nif (typeof process === 'object' &&\n process.env &&\n process.env.NODE_DEBUG &&\n /\\bsemver\\b/i.test(process.env.NODE_DEBUG)) {\n debug = function () {\n var args = Array.prototype.slice.call(arguments, 0)\n args.unshift('SEMVER')\n console.log.apply(console, args)\n }\n} else {\n debug = function () {}\n}\n\n// Note: this is the semver.org version of the spec that it implements\n// Not necessarily the package version of this code.\nexports.SEMVER_SPEC_VERSION = '2.0.0'\n\nvar MAX_LENGTH = 256\nvar MAX_SAFE_INTEGER = Number.MAX_SAFE_INTEGER ||\n /* istanbul ignore next */ 9007199254740991\n\n// Max safe segment length for coercion.\nvar MAX_SAFE_COMPONENT_LENGTH = 16\n\n// The actual regexps go on exports.re\nvar re = exports.re = []\nvar src = exports.src = []\nvar t = exports.tokens = {}\nvar R = 0\n\nfunction tok (n) {\n t[n] = R++\n}\n\n// The following Regular Expressions can be used for tokenizing,\n// validating, and parsing SemVer version strings.\n\n// ## Numeric Identifier\n// A single `0`, or a non-zero digit followed by zero or more digits.\n\ntok('NUMERICIDENTIFIER')\nsrc[t.NUMERICIDENTIFIER] = '0|[1-9]\\\\d*'\ntok('NUMERICIDENTIFIERLOOSE')\nsrc[t.NUMERICIDENTIFIERLOOSE] = '[0-9]+'\n\n// ## Non-numeric Identifier\n// Zero or more digits, followed by a letter or hyphen, and then zero or\n// more letters, digits, or hyphens.\n\ntok('NONNUMERICIDENTIFIER')\nsrc[t.NONNUMERICIDENTIFIER] = '\\\\d*[a-zA-Z-][a-zA-Z0-9-]*'\n\n// ## Main Version\n// Three dot-separated numeric identifiers.\n\ntok('MAINVERSION')\nsrc[t.MAINVERSION] = '(' + src[t.NUMERICIDENTIFIER] + ')\\\\.' +\n '(' + src[t.NUMERICIDENTIFIER] + ')\\\\.' +\n '(' + src[t.NUMERICIDENTIFIER] + ')'\n\ntok('MAINVERSIONLOOSE')\nsrc[t.MAINVERSIONLOOSE] = '(' + src[t.NUMERICIDENTIFIERLOOSE] + ')\\\\.' +\n '(' + src[t.NUMERICIDENTIFIERLOOSE] + ')\\\\.' +\n '(' + src[t.NUMERICIDENTIFIERLOOSE] + ')'\n\n// ## Pre-release Version Identifier\n// A numeric identifier, or a non-numeric identifier.\n\ntok('PRERELEASEIDENTIFIER')\nsrc[t.PRERELEASEIDENTIFIER] = '(?:' + src[t.NUMERICIDENTIFIER] +\n '|' + src[t.NONNUMERICIDENTIFIER] + ')'\n\ntok('PRERELEASEIDENTIFIERLOOSE')\nsrc[t.PRERELEASEIDENTIFIERLOOSE] = '(?:' + src[t.NUMERICIDENTIFIERLOOSE] +\n '|' + src[t.NONNUMERICIDENTIFIER] + ')'\n\n// ## Pre-release Version\n// Hyphen, followed by one or more dot-separated pre-release version\n// identifiers.\n\ntok('PRERELEASE')\nsrc[t.PRERELEASE] = '(?:-(' + src[t.PRERELEASEIDENTIFIER] +\n '(?:\\\\.' + src[t.PRERELEASEIDENTIFIER] + ')*))'\n\ntok('PRERELEASELOOSE')\nsrc[t.PRERELEASELOOSE] = '(?:-?(' + src[t.PRERELEASEIDENTIFIERLOOSE] +\n '(?:\\\\.' + src[t.PRERELEASEIDENTIFIERLOOSE] + ')*))'\n\n// ## Build Metadata Identifier\n// Any combination of digits, letters, or hyphens.\n\ntok('BUILDIDENTIFIER')\nsrc[t.BUILDIDENTIFIER] = '[0-9A-Za-z-]+'\n\n// ## Build Metadata\n// Plus sign, followed by one or more period-separated build metadata\n// identifiers.\n\ntok('BUILD')\nsrc[t.BUILD] = '(?:\\\\+(' + src[t.BUILDIDENTIFIER] +\n '(?:\\\\.' + src[t.BUILDIDENTIFIER] + ')*))'\n\n// ## Full Version String\n// A main version, followed optionally by a pre-release version and\n// build metadata.\n\n// Note that the only major, minor, patch, and pre-release sections of\n// the version string are capturing groups. The build metadata is not a\n// capturing group, because it should not ever be used in version\n// comparison.\n\ntok('FULL')\ntok('FULLPLAIN')\nsrc[t.FULLPLAIN] = 'v?' + src[t.MAINVERSION] +\n src[t.PRERELEASE] + '?' +\n src[t.BUILD] + '?'\n\nsrc[t.FULL] = '^' + src[t.FULLPLAIN] + '$'\n\n// like full, but allows v1.2.3 and =1.2.3, which people do sometimes.\n// also, 1.0.0alpha1 (prerelease without the hyphen) which is pretty\n// common in the npm registry.\ntok('LOOSEPLAIN')\nsrc[t.LOOSEPLAIN] = '[v=\\\\s]*' + src[t.MAINVERSIONLOOSE] +\n src[t.PRERELEASELOOSE] + '?' +\n src[t.BUILD] + '?'\n\ntok('LOOSE')\nsrc[t.LOOSE] = '^' + src[t.LOOSEPLAIN] + '$'\n\ntok('GTLT')\nsrc[t.GTLT] = '((?:<|>)?=?)'\n\n// Something like \"2.*\" or \"1.2.x\".\n// Note that \"x.x\" is a valid xRange identifer, meaning \"any version\"\n// Only the first item is strictly required.\ntok('XRANGEIDENTIFIERLOOSE')\nsrc[t.XRANGEIDENTIFIERLOOSE] = src[t.NUMERICIDENTIFIERLOOSE] + '|x|X|\\\\*'\ntok('XRANGEIDENTIFIER')\nsrc[t.XRANGEIDENTIFIER] = src[t.NUMERICIDENTIFIER] + '|x|X|\\\\*'\n\ntok('XRANGEPLAIN')\nsrc[t.XRANGEPLAIN] = '[v=\\\\s]*(' + src[t.XRANGEIDENTIFIER] + ')' +\n '(?:\\\\.(' + src[t.XRANGEIDENTIFIER] + ')' +\n '(?:\\\\.(' + src[t.XRANGEIDENTIFIER] + ')' +\n '(?:' + src[t.PRERELEASE] + ')?' +\n src[t.BUILD] + '?' +\n ')?)?'\n\ntok('XRANGEPLAINLOOSE')\nsrc[t.XRANGEPLAINLOOSE] = '[v=\\\\s]*(' + src[t.XRANGEIDENTIFIERLOOSE] + ')' +\n '(?:\\\\.(' + src[t.XRANGEIDENTIFIERLOOSE] + ')' +\n '(?:\\\\.(' + src[t.XRANGEIDENTIFIERLOOSE] + ')' +\n '(?:' + src[t.PRERELEASELOOSE] + ')?' +\n src[t.BUILD] + '?' +\n ')?)?'\n\ntok('XRANGE')\nsrc[t.XRANGE] = '^' + src[t.GTLT] + '\\\\s*' + src[t.XRANGEPLAIN] + '$'\ntok('XRANGELOOSE')\nsrc[t.XRANGELOOSE] = '^' + src[t.GTLT] + '\\\\s*' + src[t.XRANGEPLAINLOOSE] + '$'\n\n// Coercion.\n// Extract anything that could conceivably be a part of a valid semver\ntok('COERCE')\nsrc[t.COERCE] = '(^|[^\\\\d])' +\n '(\\\\d{1,' + MAX_SAFE_COMPONENT_LENGTH + '})' +\n '(?:\\\\.(\\\\d{1,' + MAX_SAFE_COMPONENT_LENGTH + '}))?' +\n '(?:\\\\.(\\\\d{1,' + MAX_SAFE_COMPONENT_LENGTH + '}))?' +\n '(?:$|[^\\\\d])'\ntok('COERCERTL')\nre[t.COERCERTL] = new RegExp(src[t.COERCE], 'g')\n\n// Tilde ranges.\n// Meaning is \"reasonably at or greater than\"\ntok('LONETILDE')\nsrc[t.LONETILDE] = '(?:~>?)'\n\ntok('TILDETRIM')\nsrc[t.TILDETRIM] = '(\\\\s*)' + src[t.LONETILDE] + '\\\\s+'\nre[t.TILDETRIM] = new RegExp(src[t.TILDETRIM], 'g')\nvar tildeTrimReplace = '$1~'\n\ntok('TILDE')\nsrc[t.TILDE] = '^' + src[t.LONETILDE] + src[t.XRANGEPLAIN] + '$'\ntok('TILDELOOSE')\nsrc[t.TILDELOOSE] = '^' + src[t.LONETILDE] + src[t.XRANGEPLAINLOOSE] + '$'\n\n// Caret ranges.\n// Meaning is \"at least and backwards compatible with\"\ntok('LONECARET')\nsrc[t.LONECARET] = '(?:\\\\^)'\n\ntok('CARETTRIM')\nsrc[t.CARETTRIM] = '(\\\\s*)' + src[t.LONECARET] + '\\\\s+'\nre[t.CARETTRIM] = new RegExp(src[t.CARETTRIM], 'g')\nvar caretTrimReplace = '$1^'\n\ntok('CARET')\nsrc[t.CARET] = '^' + src[t.LONECARET] + src[t.XRANGEPLAIN] + '$'\ntok('CARETLOOSE')\nsrc[t.CARETLOOSE] = '^' + src[t.LONECARET] + src[t.XRANGEPLAINLOOSE] + '$'\n\n// A simple gt/lt/eq thing, or just \"\" to indicate \"any version\"\ntok('COMPARATORLOOSE')\nsrc[t.COMPARATORLOOSE] = '^' + src[t.GTLT] + '\\\\s*(' + src[t.LOOSEPLAIN] + ')$|^$'\ntok('COMPARATOR')\nsrc[t.COMPARATOR] = '^' + src[t.GTLT] + '\\\\s*(' + src[t.FULLPLAIN] + ')$|^$'\n\n// An expression to strip any whitespace between the gtlt and the thing\n// it modifies, so that `> 1.2.3` ==> `>1.2.3`\ntok('COMPARATORTRIM')\nsrc[t.COMPARATORTRIM] = '(\\\\s*)' + src[t.GTLT] +\n '\\\\s*(' + src[t.LOOSEPLAIN] + '|' + src[t.XRANGEPLAIN] + ')'\n\n// this one has to use the /g flag\nre[t.COMPARATORTRIM] = new RegExp(src[t.COMPARATORTRIM], 'g')\nvar comparatorTrimReplace = '$1$2$3'\n\n// Something like `1.2.3 - 1.2.4`\n// Note that these all use the loose form, because they'll be\n// checked against either the strict or loose comparator form\n// later.\ntok('HYPHENRANGE')\nsrc[t.HYPHENRANGE] = '^\\\\s*(' + src[t.XRANGEPLAIN] + ')' +\n '\\\\s+-\\\\s+' +\n '(' + src[t.XRANGEPLAIN] + ')' +\n '\\\\s*$'\n\ntok('HYPHENRANGELOOSE')\nsrc[t.HYPHENRANGELOOSE] = '^\\\\s*(' + src[t.XRANGEPLAINLOOSE] + ')' +\n '\\\\s+-\\\\s+' +\n '(' + src[t.XRANGEPLAINLOOSE] + ')' +\n '\\\\s*$'\n\n// Star ranges basically just allow anything at all.\ntok('STAR')\nsrc[t.STAR] = '(<|>)?=?\\\\s*\\\\*'\n\n// Compile to actual regexp objects.\n// All are flag-free, unless they were created above with a flag.\nfor (var i = 0; i < R; i++) {\n debug(i, src[i])\n if (!re[i]) {\n re[i] = new RegExp(src[i])\n }\n}\n\nexports.parse = parse\nfunction parse (version, options) {\n if (!options || typeof options !== 'object') {\n options = {\n loose: !!options,\n includePrerelease: false\n }\n }\n\n if (version instanceof SemVer) {\n return version\n }\n\n if (typeof version !== 'string') {\n return null\n }\n\n if (version.length > MAX_LENGTH) {\n return null\n }\n\n var r = options.loose ? re[t.LOOSE] : re[t.FULL]\n if (!r.test(version)) {\n return null\n }\n\n try {\n return new SemVer(version, options)\n } catch (er) {\n return null\n }\n}\n\nexports.valid = valid\nfunction valid (version, options) {\n var v = parse(version, options)\n return v ? v.version : null\n}\n\nexports.clean = clean\nfunction clean (version, options) {\n var s = parse(version.trim().replace(/^[=v]+/, ''), options)\n return s ? s.version : null\n}\n\nexports.SemVer = SemVer\n\nfunction SemVer (version, options) {\n if (!options || typeof options !== 'object') {\n options = {\n loose: !!options,\n includePrerelease: false\n }\n }\n if (version instanceof SemVer) {\n if (version.loose === options.loose) {\n return version\n } else {\n version = version.version\n }\n } else if (typeof version !== 'string') {\n throw new TypeError('Invalid Version: ' + version)\n }\n\n if (version.length > MAX_LENGTH) {\n throw new TypeError('version is longer than ' + MAX_LENGTH + ' characters')\n }\n\n if (!(this instanceof SemVer)) {\n return new SemVer(version, options)\n }\n\n debug('SemVer', version, options)\n this.options = options\n this.loose = !!options.loose\n\n var m = version.trim().match(options.loose ? re[t.LOOSE] : re[t.FULL])\n\n if (!m) {\n throw new TypeError('Invalid Version: ' + version)\n }\n\n this.raw = version\n\n // these are actually numbers\n this.major = +m[1]\n this.minor = +m[2]\n this.patch = +m[3]\n\n if (this.major > MAX_SAFE_INTEGER || this.major < 0) {\n throw new TypeError('Invalid major version')\n }\n\n if (this.minor > MAX_SAFE_INTEGER || this.minor < 0) {\n throw new TypeError('Invalid minor version')\n }\n\n if (this.patch > MAX_SAFE_INTEGER || this.patch < 0) {\n throw new TypeError('Invalid patch version')\n }\n\n // numberify any prerelease numeric ids\n if (!m[4]) {\n this.prerelease = []\n } else {\n this.prerelease = m[4].split('.').map(function (id) {\n if (/^[0-9]+$/.test(id)) {\n var num = +id\n if (num >= 0 && num < MAX_SAFE_INTEGER) {\n return num\n }\n }\n return id\n })\n }\n\n this.build = m[5] ? m[5].split('.') : []\n this.format()\n}\n\nSemVer.prototype.format = function () {\n this.version = this.major + '.' + this.minor + '.' + this.patch\n if (this.prerelease.length) {\n this.version += '-' + this.prerelease.join('.')\n }\n return this.version\n}\n\nSemVer.prototype.toString = function () {\n return this.version\n}\n\nSemVer.prototype.compare = function (other) {\n debug('SemVer.compare', this.version, this.options, other)\n if (!(other instanceof SemVer)) {\n other = new SemVer(other, this.options)\n }\n\n return this.compareMain(other) || this.comparePre(other)\n}\n\nSemVer.prototype.compareMain = function (other) {\n if (!(other instanceof SemVer)) {\n other = new SemVer(other, this.options)\n }\n\n return compareIdentifiers(this.major, other.major) ||\n compareIdentifiers(this.minor, other.minor) ||\n compareIdentifiers(this.patch, other.patch)\n}\n\nSemVer.prototype.comparePre = function (other) {\n if (!(other instanceof SemVer)) {\n other = new SemVer(other, this.options)\n }\n\n // NOT having a prerelease is > having one\n if (this.prerelease.length && !other.prerelease.length) {\n return -1\n } else if (!this.prerelease.length && other.prerelease.length) {\n return 1\n } else if (!this.prerelease.length && !other.prerelease.length) {\n return 0\n }\n\n var i = 0\n do {\n var a = this.prerelease[i]\n var b = other.prerelease[i]\n debug('prerelease compare', i, a, b)\n if (a === undefined && b === undefined) {\n return 0\n } else if (b === undefined) {\n return 1\n } else if (a === undefined) {\n return -1\n } else if (a === b) {\n continue\n } else {\n return compareIdentifiers(a, b)\n }\n } while (++i)\n}\n\nSemVer.prototype.compareBuild = function (other) {\n if (!(other instanceof SemVer)) {\n other = new SemVer(other, this.options)\n }\n\n var i = 0\n do {\n var a = this.build[i]\n var b = other.build[i]\n debug('prerelease compare', i, a, b)\n if (a === undefined && b === undefined) {\n return 0\n } else if (b === undefined) {\n return 1\n } else if (a === undefined) {\n return -1\n } else if (a === b) {\n continue\n } else {\n return compareIdentifiers(a, b)\n }\n } while (++i)\n}\n\n// preminor will bump the version up to the next minor release, and immediately\n// down to pre-release. premajor and prepatch work the same way.\nSemVer.prototype.inc = function (release, identifier) {\n switch (release) {\n case 'premajor':\n this.prerelease.length = 0\n this.patch = 0\n this.minor = 0\n this.major++\n this.inc('pre', identifier)\n break\n case 'preminor':\n this.prerelease.length = 0\n this.patch = 0\n this.minor++\n this.inc('pre', identifier)\n break\n case 'prepatch':\n // If this is already a prerelease, it will bump to the next version\n // drop any prereleases that might already exist, since they are not\n // relevant at this point.\n this.prerelease.length = 0\n this.inc('patch', identifier)\n this.inc('pre', identifier)\n break\n // If the input is a non-prerelease version, this acts the same as\n // prepatch.\n case 'prerelease':\n if (this.prerelease.length === 0) {\n this.inc('patch', identifier)\n }\n this.inc('pre', identifier)\n break\n\n case 'major':\n // If this is a pre-major version, bump up to the same major version.\n // Otherwise increment major.\n // 1.0.0-5 bumps to 1.0.0\n // 1.1.0 bumps to 2.0.0\n if (this.minor !== 0 ||\n this.patch !== 0 ||\n this.prerelease.length === 0) {\n this.major++\n }\n this.minor = 0\n this.patch = 0\n this.prerelease = []\n break\n case 'minor':\n // If this is a pre-minor version, bump up to the same minor version.\n // Otherwise increment minor.\n // 1.2.0-5 bumps to 1.2.0\n // 1.2.1 bumps to 1.3.0\n if (this.patch !== 0 || this.prerelease.length === 0) {\n this.minor++\n }\n this.patch = 0\n this.prerelease = []\n break\n case 'patch':\n // If this is not a pre-release version, it will increment the patch.\n // If it is a pre-release it will bump up to the same patch version.\n // 1.2.0-5 patches to 1.2.0\n // 1.2.0 patches to 1.2.1\n if (this.prerelease.length === 0) {\n this.patch++\n }\n this.prerelease = []\n break\n // This probably shouldn't be used publicly.\n // 1.0.0 \"pre\" would become 1.0.0-0 which is the wrong direction.\n case 'pre':\n if (this.prerelease.length === 0) {\n this.prerelease = [0]\n } else {\n var i = this.prerelease.length\n while (--i >= 0) {\n if (typeof this.prerelease[i] === 'number') {\n this.prerelease[i]++\n i = -2\n }\n }\n if (i === -1) {\n // didn't increment anything\n this.prerelease.push(0)\n }\n }\n if (identifier) {\n // 1.2.0-beta.1 bumps to 1.2.0-beta.2,\n // 1.2.0-beta.fooblz or 1.2.0-beta bumps to 1.2.0-beta.0\n if (this.prerelease[0] === identifier) {\n if (isNaN(this.prerelease[1])) {\n this.prerelease = [identifier, 0]\n }\n } else {\n this.prerelease = [identifier, 0]\n }\n }\n break\n\n default:\n throw new Error('invalid increment argument: ' + release)\n }\n this.format()\n this.raw = this.version\n return this\n}\n\nexports.inc = inc\nfunction inc (version, release, loose, identifier) {\n if (typeof (loose) === 'string') {\n identifier = loose\n loose = undefined\n }\n\n try {\n return new SemVer(version, loose).inc(release, identifier).version\n } catch (er) {\n return null\n }\n}\n\nexports.diff = diff\nfunction diff (version1, version2) {\n if (eq(version1, version2)) {\n return null\n } else {\n var v1 = parse(version1)\n var v2 = parse(version2)\n var prefix = ''\n if (v1.prerelease.length || v2.prerelease.length) {\n prefix = 'pre'\n var defaultResult = 'prerelease'\n }\n for (var key in v1) {\n if (key === 'major' || key === 'minor' || key === 'patch') {\n if (v1[key] !== v2[key]) {\n return prefix + key\n }\n }\n }\n return defaultResult // may be undefined\n }\n}\n\nexports.compareIdentifiers = compareIdentifiers\n\nvar numeric = /^[0-9]+$/\nfunction compareIdentifiers (a, b) {\n var anum = numeric.test(a)\n var bnum = numeric.test(b)\n\n if (anum && bnum) {\n a = +a\n b = +b\n }\n\n return a === b ? 0\n : (anum && !bnum) ? -1\n : (bnum && !anum) ? 1\n : a < b ? -1\n : 1\n}\n\nexports.rcompareIdentifiers = rcompareIdentifiers\nfunction rcompareIdentifiers (a, b) {\n return compareIdentifiers(b, a)\n}\n\nexports.major = major\nfunction major (a, loose) {\n return new SemVer(a, loose).major\n}\n\nexports.minor = minor\nfunction minor (a, loose) {\n return new SemVer(a, loose).minor\n}\n\nexports.patch = patch\nfunction patch (a, loose) {\n return new SemVer(a, loose).patch\n}\n\nexports.compare = compare\nfunction compare (a, b, loose) {\n return new SemVer(a, loose).compare(new SemVer(b, loose))\n}\n\nexports.compareLoose = compareLoose\nfunction compareLoose (a, b) {\n return compare(a, b, true)\n}\n\nexports.compareBuild = compareBuild\nfunction compareBuild (a, b, loose) {\n var versionA = new SemVer(a, loose)\n var versionB = new SemVer(b, loose)\n return versionA.compare(versionB) || versionA.compareBuild(versionB)\n}\n\nexports.rcompare = rcompare\nfunction rcompare (a, b, loose) {\n return compare(b, a, loose)\n}\n\nexports.sort = sort\nfunction sort (list, loose) {\n return list.sort(function (a, b) {\n return exports.compareBuild(a, b, loose)\n })\n}\n\nexports.rsort = rsort\nfunction rsort (list, loose) {\n return list.sort(function (a, b) {\n return exports.compareBuild(b, a, loose)\n })\n}\n\nexports.gt = gt\nfunction gt (a, b, loose) {\n return compare(a, b, loose) > 0\n}\n\nexports.lt = lt\nfunction lt (a, b, loose) {\n return compare(a, b, loose) < 0\n}\n\nexports.eq = eq\nfunction eq (a, b, loose) {\n return compare(a, b, loose) === 0\n}\n\nexports.neq = neq\nfunction neq (a, b, loose) {\n return compare(a, b, loose) !== 0\n}\n\nexports.gte = gte\nfunction gte (a, b, loose) {\n return compare(a, b, loose) >= 0\n}\n\nexports.lte = lte\nfunction lte (a, b, loose) {\n return compare(a, b, loose) <= 0\n}\n\nexports.cmp = cmp\nfunction cmp (a, op, b, loose) {\n switch (op) {\n case '===':\n if (typeof a === 'object')\n a = a.version\n if (typeof b === 'object')\n b = b.version\n return a === b\n\n case '!==':\n if (typeof a === 'object')\n a = a.version\n if (typeof b === 'object')\n b = b.version\n return a !== b\n\n case '':\n case '=':\n case '==':\n return eq(a, b, loose)\n\n case '!=':\n return neq(a, b, loose)\n\n case '>':\n return gt(a, b, loose)\n\n case '>=':\n return gte(a, b, loose)\n\n case '<':\n return lt(a, b, loose)\n\n case '<=':\n return lte(a, b, loose)\n\n default:\n throw new TypeError('Invalid operator: ' + op)\n }\n}\n\nexports.Comparator = Comparator\nfunction Comparator (comp, options) {\n if (!options || typeof options !== 'object') {\n options = {\n loose: !!options,\n includePrerelease: false\n }\n }\n\n if (comp instanceof Comparator) {\n if (comp.loose === !!options.loose) {\n return comp\n } else {\n comp = comp.value\n }\n }\n\n if (!(this instanceof Comparator)) {\n return new Comparator(comp, options)\n }\n\n debug('comparator', comp, options)\n this.options = options\n this.loose = !!options.loose\n this.parse(comp)\n\n if (this.semver === ANY) {\n this.value = ''\n } else {\n this.value = this.operator + this.semver.version\n }\n\n debug('comp', this)\n}\n\nvar ANY = {}\nComparator.prototype.parse = function (comp) {\n var r = this.options.loose ? re[t.COMPARATORLOOSE] : re[t.COMPARATOR]\n var m = comp.match(r)\n\n if (!m) {\n throw new TypeError('Invalid comparator: ' + comp)\n }\n\n this.operator = m[1] !== undefined ? m[1] : ''\n if (this.operator === '=') {\n this.operator = ''\n }\n\n // if it literally is just '>' or '' then allow anything.\n if (!m[2]) {\n this.semver = ANY\n } else {\n this.semver = new SemVer(m[2], this.options.loose)\n }\n}\n\nComparator.prototype.toString = function () {\n return this.value\n}\n\nComparator.prototype.test = function (version) {\n debug('Comparator.test', version, this.options.loose)\n\n if (this.semver === ANY || version === ANY) {\n return true\n }\n\n if (typeof version === 'string') {\n try {\n version = new SemVer(version, this.options)\n } catch (er) {\n return false\n }\n }\n\n return cmp(version, this.operator, this.semver, this.options)\n}\n\nComparator.prototype.intersects = function (comp, options) {\n if (!(comp instanceof Comparator)) {\n throw new TypeError('a Comparator is required')\n }\n\n if (!options || typeof options !== 'object') {\n options = {\n loose: !!options,\n includePrerelease: false\n }\n }\n\n var rangeTmp\n\n if (this.operator === '') {\n if (this.value === '') {\n return true\n }\n rangeTmp = new Range(comp.value, options)\n return satisfies(this.value, rangeTmp, options)\n } else if (comp.operator === '') {\n if (comp.value === '') {\n return true\n }\n rangeTmp = new Range(this.value, options)\n return satisfies(comp.semver, rangeTmp, options)\n }\n\n var sameDirectionIncreasing =\n (this.operator === '>=' || this.operator === '>') &&\n (comp.operator === '>=' || comp.operator === '>')\n var sameDirectionDecreasing =\n (this.operator === '<=' || this.operator === '<') &&\n (comp.operator === '<=' || comp.operator === '<')\n var sameSemVer = this.semver.version === comp.semver.version\n var differentDirectionsInclusive =\n (this.operator === '>=' || this.operator === '<=') &&\n (comp.operator === '>=' || comp.operator === '<=')\n var oppositeDirectionsLessThan =\n cmp(this.semver, '<', comp.semver, options) &&\n ((this.operator === '>=' || this.operator === '>') &&\n (comp.operator === '<=' || comp.operator === '<'))\n var oppositeDirectionsGreaterThan =\n cmp(this.semver, '>', comp.semver, options) &&\n ((this.operator === '<=' || this.operator === '<') &&\n (comp.operator === '>=' || comp.operator === '>'))\n\n return sameDirectionIncreasing || sameDirectionDecreasing ||\n (sameSemVer && differentDirectionsInclusive) ||\n oppositeDirectionsLessThan || oppositeDirectionsGreaterThan\n}\n\nexports.Range = Range\nfunction Range (range, options) {\n if (!options || typeof options !== 'object') {\n options = {\n loose: !!options,\n includePrerelease: false\n }\n }\n\n if (range instanceof Range) {\n if (range.loose === !!options.loose &&\n range.includePrerelease === !!options.includePrerelease) {\n return range\n } else {\n return new Range(range.raw, options)\n }\n }\n\n if (range instanceof Comparator) {\n return new Range(range.value, options)\n }\n\n if (!(this instanceof Range)) {\n return new Range(range, options)\n }\n\n this.options = options\n this.loose = !!options.loose\n this.includePrerelease = !!options.includePrerelease\n\n // First, split based on boolean or ||\n this.raw = range\n this.set = range.split(/\\s*\\|\\|\\s*/).map(function (range) {\n return this.parseRange(range.trim())\n }, this).filter(function (c) {\n // throw out any that are not relevant for whatever reason\n return c.length\n })\n\n if (!this.set.length) {\n throw new TypeError('Invalid SemVer Range: ' + range)\n }\n\n this.format()\n}\n\nRange.prototype.format = function () {\n this.range = this.set.map(function (comps) {\n return comps.join(' ').trim()\n }).join('||').trim()\n return this.range\n}\n\nRange.prototype.toString = function () {\n return this.range\n}\n\nRange.prototype.parseRange = function (range) {\n var loose = this.options.loose\n range = range.trim()\n // `1.2.3 - 1.2.4` => `>=1.2.3 <=1.2.4`\n var hr = loose ? re[t.HYPHENRANGELOOSE] : re[t.HYPHENRANGE]\n range = range.replace(hr, hyphenReplace)\n debug('hyphen replace', range)\n // `> 1.2.3 < 1.2.5` => `>1.2.3 <1.2.5`\n range = range.replace(re[t.COMPARATORTRIM], comparatorTrimReplace)\n debug('comparator trim', range, re[t.COMPARATORTRIM])\n\n // `~ 1.2.3` => `~1.2.3`\n range = range.replace(re[t.TILDETRIM], tildeTrimReplace)\n\n // `^ 1.2.3` => `^1.2.3`\n range = range.replace(re[t.CARETTRIM], caretTrimReplace)\n\n // normalize spaces\n range = range.split(/\\s+/).join(' ')\n\n // At this point, the range is completely trimmed and\n // ready to be split into comparators.\n\n var compRe = loose ? re[t.COMPARATORLOOSE] : re[t.COMPARATOR]\n var set = range.split(' ').map(function (comp) {\n return parseComparator(comp, this.options)\n }, this).join(' ').split(/\\s+/)\n if (this.options.loose) {\n // in loose mode, throw out any that are not valid comparators\n set = set.filter(function (comp) {\n return !!comp.match(compRe)\n })\n }\n set = set.map(function (comp) {\n return new Comparator(comp, this.options)\n }, this)\n\n return set\n}\n\nRange.prototype.intersects = function (range, options) {\n if (!(range instanceof Range)) {\n throw new TypeError('a Range is required')\n }\n\n return this.set.some(function (thisComparators) {\n return (\n isSatisfiable(thisComparators, options) &&\n range.set.some(function (rangeComparators) {\n return (\n isSatisfiable(rangeComparators, options) &&\n thisComparators.every(function (thisComparator) {\n return rangeComparators.every(function (rangeComparator) {\n return thisComparator.intersects(rangeComparator, options)\n })\n })\n )\n })\n )\n })\n}\n\n// take a set of comparators and determine whether there\n// exists a version which can satisfy it\nfunction isSatisfiable (comparators, options) {\n var result = true\n var remainingComparators = comparators.slice()\n var testComparator = remainingComparators.pop()\n\n while (result && remainingComparators.length) {\n result = remainingComparators.every(function (otherComparator) {\n return testComparator.intersects(otherComparator, options)\n })\n\n testComparator = remainingComparators.pop()\n }\n\n return result\n}\n\n// Mostly just for testing and legacy API reasons\nexports.toComparators = toComparators\nfunction toComparators (range, options) {\n return new Range(range, options).set.map(function (comp) {\n return comp.map(function (c) {\n return c.value\n }).join(' ').trim().split(' ')\n })\n}\n\n// comprised of xranges, tildes, stars, and gtlt's at this point.\n// already replaced the hyphen ranges\n// turn into a set of JUST comparators.\nfunction parseComparator (comp, options) {\n debug('comp', comp, options)\n comp = replaceCarets(comp, options)\n debug('caret', comp)\n comp = replaceTildes(comp, options)\n debug('tildes', comp)\n comp = replaceXRanges(comp, options)\n debug('xrange', comp)\n comp = replaceStars(comp, options)\n debug('stars', comp)\n return comp\n}\n\nfunction isX (id) {\n return !id || id.toLowerCase() === 'x' || id === '*'\n}\n\n// ~, ~> --> * (any, kinda silly)\n// ~2, ~2.x, ~2.x.x, ~>2, ~>2.x ~>2.x.x --> >=2.0.0 <3.0.0\n// ~2.0, ~2.0.x, ~>2.0, ~>2.0.x --> >=2.0.0 <2.1.0\n// ~1.2, ~1.2.x, ~>1.2, ~>1.2.x --> >=1.2.0 <1.3.0\n// ~1.2.3, ~>1.2.3 --> >=1.2.3 <1.3.0\n// ~1.2.0, ~>1.2.0 --> >=1.2.0 <1.3.0\nfunction replaceTildes (comp, options) {\n return comp.trim().split(/\\s+/).map(function (comp) {\n return replaceTilde(comp, options)\n }).join(' ')\n}\n\nfunction replaceTilde (comp, options) {\n var r = options.loose ? re[t.TILDELOOSE] : re[t.TILDE]\n return comp.replace(r, function (_, M, m, p, pr) {\n debug('tilde', comp, _, M, m, p, pr)\n var ret\n\n if (isX(M)) {\n ret = ''\n } else if (isX(m)) {\n ret = '>=' + M + '.0.0 <' + (+M + 1) + '.0.0'\n } else if (isX(p)) {\n // ~1.2 == >=1.2.0 <1.3.0\n ret = '>=' + M + '.' + m + '.0 <' + M + '.' + (+m + 1) + '.0'\n } else if (pr) {\n debug('replaceTilde pr', pr)\n ret = '>=' + M + '.' + m + '.' + p + '-' + pr +\n ' <' + M + '.' + (+m + 1) + '.0'\n } else {\n // ~1.2.3 == >=1.2.3 <1.3.0\n ret = '>=' + M + '.' + m + '.' + p +\n ' <' + M + '.' + (+m + 1) + '.0'\n }\n\n debug('tilde return', ret)\n return ret\n })\n}\n\n// ^ --> * (any, kinda silly)\n// ^2, ^2.x, ^2.x.x --> >=2.0.0 <3.0.0\n// ^2.0, ^2.0.x --> >=2.0.0 <3.0.0\n// ^1.2, ^1.2.x --> >=1.2.0 <2.0.0\n// ^1.2.3 --> >=1.2.3 <2.0.0\n// ^1.2.0 --> >=1.2.0 <2.0.0\nfunction replaceCarets (comp, options) {\n return comp.trim().split(/\\s+/).map(function (comp) {\n return replaceCaret(comp, options)\n }).join(' ')\n}\n\nfunction replaceCaret (comp, options) {\n debug('caret', comp, options)\n var r = options.loose ? re[t.CARETLOOSE] : re[t.CARET]\n return comp.replace(r, function (_, M, m, p, pr) {\n debug('caret', comp, _, M, m, p, pr)\n var ret\n\n if (isX(M)) {\n ret = ''\n } else if (isX(m)) {\n ret = '>=' + M + '.0.0 <' + (+M + 1) + '.0.0'\n } else if (isX(p)) {\n if (M === '0') {\n ret = '>=' + M + '.' + m + '.0 <' + M + '.' + (+m + 1) + '.0'\n } else {\n ret = '>=' + M + '.' + m + '.0 <' + (+M + 1) + '.0.0'\n }\n } else if (pr) {\n debug('replaceCaret pr', pr)\n if (M === '0') {\n if (m === '0') {\n ret = '>=' + M + '.' + m + '.' + p + '-' + pr +\n ' <' + M + '.' + m + '.' + (+p + 1)\n } else {\n ret = '>=' + M + '.' + m + '.' + p + '-' + pr +\n ' <' + M + '.' + (+m + 1) + '.0'\n }\n } else {\n ret = '>=' + M + '.' + m + '.' + p + '-' + pr +\n ' <' + (+M + 1) + '.0.0'\n }\n } else {\n debug('no pr')\n if (M === '0') {\n if (m === '0') {\n ret = '>=' + M + '.' + m + '.' + p +\n ' <' + M + '.' + m + '.' + (+p + 1)\n } else {\n ret = '>=' + M + '.' + m + '.' + p +\n ' <' + M + '.' + (+m + 1) + '.0'\n }\n } else {\n ret = '>=' + M + '.' + m + '.' + p +\n ' <' + (+M + 1) + '.0.0'\n }\n }\n\n debug('caret return', ret)\n return ret\n })\n}\n\nfunction replaceXRanges (comp, options) {\n debug('replaceXRanges', comp, options)\n return comp.split(/\\s+/).map(function (comp) {\n return replaceXRange(comp, options)\n }).join(' ')\n}\n\nfunction replaceXRange (comp, options) {\n comp = comp.trim()\n var r = options.loose ? re[t.XRANGELOOSE] : re[t.XRANGE]\n return comp.replace(r, function (ret, gtlt, M, m, p, pr) {\n debug('xRange', comp, ret, gtlt, M, m, p, pr)\n var xM = isX(M)\n var xm = xM || isX(m)\n var xp = xm || isX(p)\n var anyX = xp\n\n if (gtlt === '=' && anyX) {\n gtlt = ''\n }\n\n // if we're including prereleases in the match, then we need\n // to fix this to -0, the lowest possible prerelease value\n pr = options.includePrerelease ? '-0' : ''\n\n if (xM) {\n if (gtlt === '>' || gtlt === '<') {\n // nothing is allowed\n ret = '<0.0.0-0'\n } else {\n // nothing is forbidden\n ret = '*'\n }\n } else if (gtlt && anyX) {\n // we know patch is an x, because we have any x at all.\n // replace X with 0\n if (xm) {\n m = 0\n }\n p = 0\n\n if (gtlt === '>') {\n // >1 => >=2.0.0\n // >1.2 => >=1.3.0\n // >1.2.3 => >= 1.2.4\n gtlt = '>='\n if (xm) {\n M = +M + 1\n m = 0\n p = 0\n } else {\n m = +m + 1\n p = 0\n }\n } else if (gtlt === '<=') {\n // <=0.7.x is actually <0.8.0, since any 0.7.x should\n // pass. Similarly, <=7.x is actually <8.0.0, etc.\n gtlt = '<'\n if (xm) {\n M = +M + 1\n } else {\n m = +m + 1\n }\n }\n\n ret = gtlt + M + '.' + m + '.' + p + pr\n } else if (xm) {\n ret = '>=' + M + '.0.0' + pr + ' <' + (+M + 1) + '.0.0' + pr\n } else if (xp) {\n ret = '>=' + M + '.' + m + '.0' + pr +\n ' <' + M + '.' + (+m + 1) + '.0' + pr\n }\n\n debug('xRange return', ret)\n\n return ret\n })\n}\n\n// Because * is AND-ed with everything else in the comparator,\n// and '' means \"any version\", just remove the *s entirely.\nfunction replaceStars (comp, options) {\n debug('replaceStars', comp, options)\n // Looseness is ignored here. star is always as loose as it gets!\n return comp.trim().replace(re[t.STAR], '')\n}\n\n// This function is passed to string.replace(re[t.HYPHENRANGE])\n// M, m, patch, prerelease, build\n// 1.2 - 3.4.5 => >=1.2.0 <=3.4.5\n// 1.2.3 - 3.4 => >=1.2.0 <3.5.0 Any 3.4.x will do\n// 1.2 - 3.4 => >=1.2.0 <3.5.0\nfunction hyphenReplace ($0,\n from, fM, fm, fp, fpr, fb,\n to, tM, tm, tp, tpr, tb) {\n if (isX(fM)) {\n from = ''\n } else if (isX(fm)) {\n from = '>=' + fM + '.0.0'\n } else if (isX(fp)) {\n from = '>=' + fM + '.' + fm + '.0'\n } else {\n from = '>=' + from\n }\n\n if (isX(tM)) {\n to = ''\n } else if (isX(tm)) {\n to = '<' + (+tM + 1) + '.0.0'\n } else if (isX(tp)) {\n to = '<' + tM + '.' + (+tm + 1) + '.0'\n } else if (tpr) {\n to = '<=' + tM + '.' + tm + '.' + tp + '-' + tpr\n } else {\n to = '<=' + to\n }\n\n return (from + ' ' + to).trim()\n}\n\n// if ANY of the sets match ALL of its comparators, then pass\nRange.prototype.test = function (version) {\n if (!version) {\n return false\n }\n\n if (typeof version === 'string') {\n try {\n version = new SemVer(version, this.options)\n } catch (er) {\n return false\n }\n }\n\n for (var i = 0; i < this.set.length; i++) {\n if (testSet(this.set[i], version, this.options)) {\n return true\n }\n }\n return false\n}\n\nfunction testSet (set, version, options) {\n for (var i = 0; i < set.length; i++) {\n if (!set[i].test(version)) {\n return false\n }\n }\n\n if (version.prerelease.length && !options.includePrerelease) {\n // Find the set of versions that are allowed to have prereleases\n // For example, ^1.2.3-pr.1 desugars to >=1.2.3-pr.1 <2.0.0\n // That should allow `1.2.3-pr.2` to pass.\n // However, `1.2.4-alpha.notready` should NOT be allowed,\n // even though it's within the range set by the comparators.\n for (i = 0; i < set.length; i++) {\n debug(set[i].semver)\n if (set[i].semver === ANY) {\n continue\n }\n\n if (set[i].semver.prerelease.length > 0) {\n var allowed = set[i].semver\n if (allowed.major === version.major &&\n allowed.minor === version.minor &&\n allowed.patch === version.patch) {\n return true\n }\n }\n }\n\n // Version has a -pre, but it's not one of the ones we like.\n return false\n }\n\n return true\n}\n\nexports.satisfies = satisfies\nfunction satisfies (version, range, options) {\n try {\n range = new Range(range, options)\n } catch (er) {\n return false\n }\n return range.test(version)\n}\n\nexports.maxSatisfying = maxSatisfying\nfunction maxSatisfying (versions, range, options) {\n var max = null\n var maxSV = null\n try {\n var rangeObj = new Range(range, options)\n } catch (er) {\n return null\n }\n versions.forEach(function (v) {\n if (rangeObj.test(v)) {\n // satisfies(v, range, options)\n if (!max || maxSV.compare(v) === -1) {\n // compare(max, v, true)\n max = v\n maxSV = new SemVer(max, options)\n }\n }\n })\n return max\n}\n\nexports.minSatisfying = minSatisfying\nfunction minSatisfying (versions, range, options) {\n var min = null\n var minSV = null\n try {\n var rangeObj = new Range(range, options)\n } catch (er) {\n return null\n }\n versions.forEach(function (v) {\n if (rangeObj.test(v)) {\n // satisfies(v, range, options)\n if (!min || minSV.compare(v) === 1) {\n // compare(min, v, true)\n min = v\n minSV = new SemVer(min, options)\n }\n }\n })\n return min\n}\n\nexports.minVersion = minVersion\nfunction minVersion (range, loose) {\n range = new Range(range, loose)\n\n var minver = new SemVer('0.0.0')\n if (range.test(minver)) {\n return minver\n }\n\n minver = new SemVer('0.0.0-0')\n if (range.test(minver)) {\n return minver\n }\n\n minver = null\n for (var i = 0; i < range.set.length; ++i) {\n var comparators = range.set[i]\n\n comparators.forEach(function (comparator) {\n // Clone to avoid manipulating the comparator's semver object.\n var compver = new SemVer(comparator.semver.version)\n switch (comparator.operator) {\n case '>':\n if (compver.prerelease.length === 0) {\n compver.patch++\n } else {\n compver.prerelease.push(0)\n }\n compver.raw = compver.format()\n /* fallthrough */\n case '':\n case '>=':\n if (!minver || gt(minver, compver)) {\n minver = compver\n }\n break\n case '<':\n case '<=':\n /* Ignore maximum versions */\n break\n /* istanbul ignore next */\n default:\n throw new Error('Unexpected operation: ' + comparator.operator)\n }\n })\n }\n\n if (minver && range.test(minver)) {\n return minver\n }\n\n return null\n}\n\nexports.validRange = validRange\nfunction validRange (range, options) {\n try {\n // Return '*' instead of '' so that truthiness works.\n // This will throw if it's invalid anyway\n return new Range(range, options).range || '*'\n } catch (er) {\n return null\n }\n}\n\n// Determine if version is less than all the versions possible in the range\nexports.ltr = ltr\nfunction ltr (version, range, options) {\n return outside(version, range, '<', options)\n}\n\n// Determine if version is greater than all the versions possible in the range.\nexports.gtr = gtr\nfunction gtr (version, range, options) {\n return outside(version, range, '>', options)\n}\n\nexports.outside = outside\nfunction outside (version, range, hilo, options) {\n version = new SemVer(version, options)\n range = new Range(range, options)\n\n var gtfn, ltefn, ltfn, comp, ecomp\n switch (hilo) {\n case '>':\n gtfn = gt\n ltefn = lte\n ltfn = lt\n comp = '>'\n ecomp = '>='\n break\n case '<':\n gtfn = lt\n ltefn = gte\n ltfn = gt\n comp = '<'\n ecomp = '<='\n break\n default:\n throw new TypeError('Must provide a hilo val of \"<\" or \">\"')\n }\n\n // If it satisifes the range it is not outside\n if (satisfies(version, range, options)) {\n return false\n }\n\n // From now on, variable terms are as if we're in \"gtr\" mode.\n // but note that everything is flipped for the \"ltr\" function.\n\n for (var i = 0; i < range.set.length; ++i) {\n var comparators = range.set[i]\n\n var high = null\n var low = null\n\n comparators.forEach(function (comparator) {\n if (comparator.semver === ANY) {\n comparator = new Comparator('>=0.0.0')\n }\n high = high || comparator\n low = low || comparator\n if (gtfn(comparator.semver, high.semver, options)) {\n high = comparator\n } else if (ltfn(comparator.semver, low.semver, options)) {\n low = comparator\n }\n })\n\n // If the edge version comparator has a operator then our version\n // isn't outside it\n if (high.operator === comp || high.operator === ecomp) {\n return false\n }\n\n // If the lowest version comparator has an operator and our version\n // is less than it then it isn't higher than the range\n if ((!low.operator || low.operator === comp) &&\n ltefn(version, low.semver)) {\n return false\n } else if (low.operator === ecomp && ltfn(version, low.semver)) {\n return false\n }\n }\n return true\n}\n\nexports.prerelease = prerelease\nfunction prerelease (version, options) {\n var parsed = parse(version, options)\n return (parsed && parsed.prerelease.length) ? parsed.prerelease : null\n}\n\nexports.intersects = intersects\nfunction intersects (r1, r2, options) {\n r1 = new Range(r1, options)\n r2 = new Range(r2, options)\n return r1.intersects(r2)\n}\n\nexports.coerce = coerce\nfunction coerce (version, options) {\n if (version instanceof SemVer) {\n return version\n }\n\n if (typeof version === 'number') {\n version = String(version)\n }\n\n if (typeof version !== 'string') {\n return null\n }\n\n options = options || {}\n\n var match = null\n if (!options.rtl) {\n match = version.match(re[t.COERCE])\n } else {\n // Find the right-most coercible string that does not share\n // a terminus with a more left-ward coercible string.\n // Eg, '1.2.3.4' wants to coerce '2.3.4', not '3.4' or '4'\n //\n // Walk through the string checking with a /g regexp\n // Manually set the index so as to pick up overlapping matches.\n // Stop when we get a match that ends at the string end, since no\n // coercible string can be more right-ward without the same terminus.\n var next\n while ((next = re[t.COERCERTL].exec(version)) &&\n (!match || match.index + match[0].length !== version.length)\n ) {\n if (!match ||\n next.index + next[0].length !== match.index + match[0].length) {\n match = next\n }\n re[t.COERCERTL].lastIndex = next.index + next[1].length + next[2].length\n }\n // leave it in a clean state\n re[t.COERCERTL].lastIndex = -1\n }\n\n if (match === null) {\n return null\n }\n\n return parse(match[2] +\n '.' + (match[3] || '0') +\n '.' + (match[4] || '0'), options)\n}\n","\"use strict\";\n\nrequire(\"core-js/modules/es.array.concat\");\n\nrequire(\"core-js/modules/es.array.filter\");\n\nrequire(\"core-js/modules/es.array.for-each\");\n\nrequire(\"core-js/modules/es.array.iterator\");\n\nrequire(\"core-js/modules/es.map\");\n\nrequire(\"core-js/modules/es.object.to-string\");\n\nrequire(\"core-js/modules/es.string.iterator\");\n\nrequire(\"core-js/modules/web.dom-collections.for-each\");\n\nrequire(\"core-js/modules/web.dom-collections.iterator\");\n\nObject.defineProperty(exports, \"__esModule\", {\n value: true\n});\nexports.SimpleBus = void 0;\n\nfunction _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError(\"Cannot call a class as a function\"); } }\n\nfunction _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if (\"value\" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } }\n\nfunction _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); return Constructor; }\n\nfunction _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }\n\nvar packageJson = {\n name: \"@nextcloud/event-bus\",\n version: \"1.1.3\",\n description: \"\",\n main: \"dist/index.js\",\n types: \"dist/index.d.ts\",\n scripts: {\n build: \"babel ./lib --out-dir dist --extensions '.ts,.tsx' --source-maps && tsc --emitDeclarationOnly\",\n \"build:doc\": \"typedoc --excludeNotExported --mode file --out dist/doc lib/index.ts && touch dist/doc/.nojekyll\",\n \"check-types\": \"tsc\",\n dev: \"babel ./lib --out-dir dist --extensions '.ts,.tsx' --watch\",\n test: \"jest\",\n \"test:watch\": \"jest --watchAll\"\n },\n keywords: [\"nextcloud\"],\n homepage: \"https://github.com/nextcloud/nextcloud-event-bus#readme\",\n author: \"Christoph Wurst\",\n license: \"GPL-3.0-or-later\",\n repository: {\n type: \"git\",\n url: \"https://github.com/nextcloud/nextcloud-event-bus\"\n },\n dependencies: {\n \"@types/semver\": \"^6.2.1\",\n \"core-js\": \"^3.6.2\",\n semver: \"^6.3.0\"\n },\n devDependencies: {\n \"@babel/cli\": \"^7.6.0\",\n \"@babel/core\": \"^7.6.0\",\n \"@babel/plugin-proposal-class-properties\": \"^7.5.5\",\n \"@babel/preset-env\": \"^7.6.0\",\n \"@babel/preset-typescript\": \"^7.6.0\",\n \"@nextcloud/browserslist-config\": \"^1.0.0\",\n \"babel-jest\": \"^25.1.0\",\n \"babel-plugin-inline-json-import\": \"^0.3.2\",\n jest: \"^25.1.0\",\n typedoc: \"^0.16.7\",\n typescript: \"^3.6.3\"\n },\n browserslist: [\"extends @nextcloud/browserslist-config\"]\n};\n\nvar SimpleBus = /*#__PURE__*/function () {\n function SimpleBus() {\n _classCallCheck(this, SimpleBus);\n\n _defineProperty(this, \"handlers\", new Map());\n }\n\n _createClass(SimpleBus, [{\n key: \"getVersion\",\n value: function getVersion() {\n return packageJson.version;\n }\n }, {\n key: \"subscribe\",\n value: function subscribe(name, handler) {\n this.handlers.set(name, (this.handlers.get(name) || []).concat(handler));\n }\n }, {\n key: \"unsubscribe\",\n value: function unsubscribe(name, handler) {\n this.handlers.set(name, (this.handlers.get(name) || []).filter(function (h) {\n return h != handler;\n }));\n }\n }, {\n key: \"emit\",\n value: function emit(name, event) {\n (this.handlers.get(name) || []).forEach(function (h) {\n try {\n h(event);\n } catch (e) {\n console.error('could not invoke event listener', e);\n }\n });\n }\n }]);\n\n return SimpleBus;\n}();\n\nexports.SimpleBus = SimpleBus;\n//# sourceMappingURL=SimpleBus.js.map","'use strict';\nvar $ = require('../internals/export');\nvar fails = require('../internals/fails');\nvar isArray = require('../internals/is-array');\nvar isObject = require('../internals/is-object');\nvar toObject = require('../internals/to-object');\nvar toLength = require('../internals/to-length');\nvar createProperty = require('../internals/create-property');\nvar arraySpeciesCreate = require('../internals/array-species-create');\nvar arrayMethodHasSpeciesSupport = require('../internals/array-method-has-species-support');\nvar wellKnownSymbol = require('../internals/well-known-symbol');\nvar V8_VERSION = require('../internals/engine-v8-version');\n\nvar IS_CONCAT_SPREADABLE = wellKnownSymbol('isConcatSpreadable');\nvar MAX_SAFE_INTEGER = 0x1FFFFFFFFFFFFF;\nvar MAXIMUM_ALLOWED_INDEX_EXCEEDED = 'Maximum allowed index exceeded';\n\n// We can't use this feature detection in V8 since it causes\n// deoptimization and serious performance degradation\n// https://github.com/zloirock/core-js/issues/679\nvar IS_CONCAT_SPREADABLE_SUPPORT = V8_VERSION >= 51 || !fails(function () {\n var array = [];\n array[IS_CONCAT_SPREADABLE] = false;\n return array.concat()[0] !== array;\n});\n\nvar SPECIES_SUPPORT = arrayMethodHasSpeciesSupport('concat');\n\nvar isConcatSpreadable = function (O) {\n if (!isObject(O)) return false;\n var spreadable = O[IS_CONCAT_SPREADABLE];\n return spreadable !== undefined ? !!spreadable : isArray(O);\n};\n\nvar FORCED = !IS_CONCAT_SPREADABLE_SUPPORT || !SPECIES_SUPPORT;\n\n// `Array.prototype.concat` method\n// https://tc39.github.io/ecma262/#sec-array.prototype.concat\n// with adding support of @@isConcatSpreadable and @@species\n$({ target: 'Array', proto: true, forced: FORCED }, {\n concat: function concat(arg) { // eslint-disable-line no-unused-vars\n var O = toObject(this);\n var A = arraySpeciesCreate(O, 0);\n var n = 0;\n var i, k, length, len, E;\n for (i = -1, length = arguments.length; i < length; i++) {\n E = i === -1 ? O : arguments[i];\n if (isConcatSpreadable(E)) {\n len = toLength(E.length);\n if (n + len > MAX_SAFE_INTEGER) throw TypeError(MAXIMUM_ALLOWED_INDEX_EXCEEDED);\n for (k = 0; k < len; k++, n++) if (k in E) createProperty(A, n, E[k]);\n } else {\n if (n >= MAX_SAFE_INTEGER) throw TypeError(MAXIMUM_ALLOWED_INDEX_EXCEEDED);\n createProperty(A, n++, E);\n }\n }\n A.length = n;\n return A;\n }\n});\n","'use strict';\nvar nativePropertyIsEnumerable = {}.propertyIsEnumerable;\nvar getOwnPropertyDescriptor = Object.getOwnPropertyDescriptor;\n\n// Nashorn ~ JDK8 bug\nvar NASHORN_BUG = getOwnPropertyDescriptor && !nativePropertyIsEnumerable.call({ 1: 2 }, 1);\n\n// `Object.prototype.propertyIsEnumerable` method implementation\n// https://tc39.github.io/ecma262/#sec-object.prototype.propertyisenumerable\nexports.f = NASHORN_BUG ? function propertyIsEnumerable(V) {\n var descriptor = getOwnPropertyDescriptor(this, V);\n return !!descriptor && descriptor.enumerable;\n} : nativePropertyIsEnumerable;\n","var global = require('../internals/global');\nvar inspectSource = require('../internals/inspect-source');\n\nvar WeakMap = global.WeakMap;\n\nmodule.exports = typeof WeakMap === 'function' && /native code/.test(inspectSource(WeakMap));\n","var has = require('../internals/has');\nvar ownKeys = require('../internals/own-keys');\nvar getOwnPropertyDescriptorModule = require('../internals/object-get-own-property-descriptor');\nvar definePropertyModule = require('../internals/object-define-property');\n\nmodule.exports = function (target, source) {\n var keys = ownKeys(source);\n var defineProperty = definePropertyModule.f;\n var getOwnPropertyDescriptor = getOwnPropertyDescriptorModule.f;\n for (var i = 0; i < keys.length; i++) {\n var key = keys[i];\n if (!has(target, key)) defineProperty(target, key, getOwnPropertyDescriptor(source, key));\n }\n};\n","var getBuiltIn = require('../internals/get-built-in');\nvar getOwnPropertyNamesModule = require('../internals/object-get-own-property-names');\nvar getOwnPropertySymbolsModule = require('../internals/object-get-own-property-symbols');\nvar anObject = require('../internals/an-object');\n\n// all object keys, includes non-enumerable and symbols\nmodule.exports = getBuiltIn('Reflect', 'ownKeys') || function ownKeys(it) {\n var keys = getOwnPropertyNamesModule.f(anObject(it));\n var getOwnPropertySymbols = getOwnPropertySymbolsModule.f;\n return getOwnPropertySymbols ? keys.concat(getOwnPropertySymbols(it)) : keys;\n};\n","var global = require('../internals/global');\n\nmodule.exports = global;\n","var internalObjectKeys = require('../internals/object-keys-internal');\nvar enumBugKeys = require('../internals/enum-bug-keys');\n\nvar hiddenKeys = enumBugKeys.concat('length', 'prototype');\n\n// `Object.getOwnPropertyNames` method\n// https://tc39.github.io/ecma262/#sec-object.getownpropertynames\nexports.f = Object.getOwnPropertyNames || function getOwnPropertyNames(O) {\n return internalObjectKeys(O, hiddenKeys);\n};\n","var toIndexedObject = require('../internals/to-indexed-object');\nvar toLength = require('../internals/to-length');\nvar toAbsoluteIndex = require('../internals/to-absolute-index');\n\n// `Array.prototype.{ indexOf, includes }` methods implementation\nvar createMethod = function (IS_INCLUDES) {\n return function ($this, el, fromIndex) {\n var O = toIndexedObject($this);\n var length = toLength(O.length);\n var index = toAbsoluteIndex(fromIndex, length);\n var value;\n // Array#includes uses SameValueZero equality algorithm\n // eslint-disable-next-line no-self-compare\n if (IS_INCLUDES && el != el) while (length > index) {\n value = O[index++];\n // eslint-disable-next-line no-self-compare\n if (value != value) return true;\n // Array#indexOf ignores holes, Array#includes - not\n } else for (;length > index; index++) {\n if ((IS_INCLUDES || index in O) && O[index] === el) return IS_INCLUDES || index || 0;\n } return !IS_INCLUDES && -1;\n };\n};\n\nmodule.exports = {\n // `Array.prototype.includes` method\n // https://tc39.github.io/ecma262/#sec-array.prototype.includes\n includes: createMethod(true),\n // `Array.prototype.indexOf` method\n // https://tc39.github.io/ecma262/#sec-array.prototype.indexof\n indexOf: createMethod(false)\n};\n","var toInteger = require('../internals/to-integer');\n\nvar max = Math.max;\nvar min = Math.min;\n\n// Helper for a popular repeating case of the spec:\n// Let integer be ? ToInteger(index).\n// If integer < 0, let result be max((length + integer), 0); else let result be min(integer, length).\nmodule.exports = function (index, length) {\n var integer = toInteger(index);\n return integer < 0 ? max(integer + length, 0) : min(integer, length);\n};\n","exports.f = Object.getOwnPropertySymbols;\n","'use strict';\nvar toPrimitive = require('../internals/to-primitive');\nvar definePropertyModule = require('../internals/object-define-property');\nvar createPropertyDescriptor = require('../internals/create-property-descriptor');\n\nmodule.exports = function (object, key, value) {\n var propertyKey = toPrimitive(key);\n if (propertyKey in object) definePropertyModule.f(object, propertyKey, createPropertyDescriptor(0, value));\n else object[propertyKey] = value;\n};\n","var NATIVE_SYMBOL = require('../internals/native-symbol');\n\nmodule.exports = NATIVE_SYMBOL\n // eslint-disable-next-line no-undef\n && !Symbol.sham\n // eslint-disable-next-line no-undef\n && typeof Symbol.iterator == 'symbol';\n","var getBuiltIn = require('../internals/get-built-in');\n\nmodule.exports = getBuiltIn('navigator', 'userAgent') || '';\n","'use strict';\nvar $ = require('../internals/export');\nvar $filter = require('../internals/array-iteration').filter;\nvar arrayMethodHasSpeciesSupport = require('../internals/array-method-has-species-support');\nvar arrayMethodUsesToLength = require('../internals/array-method-uses-to-length');\n\nvar HAS_SPECIES_SUPPORT = arrayMethodHasSpeciesSupport('filter');\n// Edge 14- issue\nvar USES_TO_LENGTH = arrayMethodUsesToLength('filter');\n\n// `Array.prototype.filter` method\n// https://tc39.github.io/ecma262/#sec-array.prototype.filter\n// with adding support of @@species\n$({ target: 'Array', proto: true, forced: !HAS_SPECIES_SUPPORT || !USES_TO_LENGTH }, {\n filter: function filter(callbackfn /* , thisArg */) {\n return $filter(this, callbackfn, arguments.length > 1 ? arguments[1] : undefined);\n }\n});\n","module.exports = function (it) {\n if (typeof it != 'function') {\n throw TypeError(String(it) + ' is not a function');\n } return it;\n};\n","'use strict';\nvar $ = require('../internals/export');\nvar forEach = require('../internals/array-for-each');\n\n// `Array.prototype.forEach` method\n// https://tc39.github.io/ecma262/#sec-array.prototype.foreach\n$({ target: 'Array', proto: true, forced: [].forEach != forEach }, {\n forEach: forEach\n});\n","'use strict';\nvar fails = require('../internals/fails');\n\nmodule.exports = function (METHOD_NAME, argument) {\n var method = [][METHOD_NAME];\n return !!method && fails(function () {\n // eslint-disable-next-line no-useless-call,no-throw-literal\n method.call(null, argument || function () { throw 1; }, 1);\n });\n};\n","var wellKnownSymbol = require('../internals/well-known-symbol');\nvar create = require('../internals/object-create');\nvar definePropertyModule = require('../internals/object-define-property');\n\nvar UNSCOPABLES = wellKnownSymbol('unscopables');\nvar ArrayPrototype = Array.prototype;\n\n// Array.prototype[@@unscopables]\n// https://tc39.github.io/ecma262/#sec-array.prototype-@@unscopables\nif (ArrayPrototype[UNSCOPABLES] == undefined) {\n definePropertyModule.f(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 DESCRIPTORS = require('../internals/descriptors');\nvar definePropertyModule = require('../internals/object-define-property');\nvar anObject = require('../internals/an-object');\nvar objectKeys = require('../internals/object-keys');\n\n// `Object.defineProperties` method\n// https://tc39.github.io/ecma262/#sec-object.defineproperties\nmodule.exports = DESCRIPTORS ? Object.defineProperties : function defineProperties(O, Properties) {\n anObject(O);\n var keys = objectKeys(Properties);\n var length = keys.length;\n var index = 0;\n var key;\n while (length > index) definePropertyModule.f(O, key = keys[index++], Properties[key]);\n return O;\n};\n","var internalObjectKeys = require('../internals/object-keys-internal');\nvar enumBugKeys = require('../internals/enum-bug-keys');\n\n// `Object.keys` method\n// https://tc39.github.io/ecma262/#sec-object.keys\nmodule.exports = Object.keys || function keys(O) {\n return internalObjectKeys(O, enumBugKeys);\n};\n","var getBuiltIn = require('../internals/get-built-in');\n\nmodule.exports = getBuiltIn('document', 'documentElement');\n","'use strict';\nvar IteratorPrototype = require('../internals/iterators-core').IteratorPrototype;\nvar create = require('../internals/object-create');\nvar createPropertyDescriptor = require('../internals/create-property-descriptor');\nvar setToStringTag = require('../internals/set-to-string-tag');\nvar Iterators = require('../internals/iterators');\n\nvar returnThis = function () { return this; };\n\nmodule.exports = function (IteratorConstructor, NAME, next) {\n var TO_STRING_TAG = NAME + ' Iterator';\n IteratorConstructor.prototype = create(IteratorPrototype, { next: createPropertyDescriptor(1, next) });\n setToStringTag(IteratorConstructor, TO_STRING_TAG, false, true);\n Iterators[TO_STRING_TAG] = returnThis;\n return IteratorConstructor;\n};\n","var fails = require('../internals/fails');\n\nmodule.exports = !fails(function () {\n function F() { /* empty */ }\n F.prototype.constructor = null;\n return Object.getPrototypeOf(new F()) !== F.prototype;\n});\n","var isObject = require('../internals/is-object');\n\nmodule.exports = function (it) {\n if (!isObject(it) && it !== null) {\n throw TypeError(\"Can't set \" + String(it) + ' as a prototype');\n } return it;\n};\n","'use strict';\nvar collection = require('../internals/collection');\nvar collectionStrong = require('../internals/collection-strong');\n\n// `Map` constructor\n// https://tc39.github.io/ecma262/#sec-map-objects\nmodule.exports = collection('Map', function (init) {\n return function Map() { return init(this, arguments.length ? arguments[0] : undefined); };\n}, collectionStrong);\n","'use strict';\nvar $ = require('../internals/export');\nvar global = require('../internals/global');\nvar isForced = require('../internals/is-forced');\nvar redefine = require('../internals/redefine');\nvar InternalMetadataModule = require('../internals/internal-metadata');\nvar iterate = require('../internals/iterate');\nvar anInstance = require('../internals/an-instance');\nvar isObject = require('../internals/is-object');\nvar fails = require('../internals/fails');\nvar checkCorrectnessOfIteration = require('../internals/check-correctness-of-iteration');\nvar setToStringTag = require('../internals/set-to-string-tag');\nvar inheritIfRequired = require('../internals/inherit-if-required');\n\nmodule.exports = function (CONSTRUCTOR_NAME, wrapper, common) {\n var IS_MAP = CONSTRUCTOR_NAME.indexOf('Map') !== -1;\n var IS_WEAK = CONSTRUCTOR_NAME.indexOf('Weak') !== -1;\n var ADDER = IS_MAP ? 'set' : 'add';\n var NativeConstructor = global[CONSTRUCTOR_NAME];\n var NativePrototype = NativeConstructor && NativeConstructor.prototype;\n var Constructor = NativeConstructor;\n var exported = {};\n\n var fixMethod = function (KEY) {\n var nativeMethod = NativePrototype[KEY];\n redefine(NativePrototype, KEY,\n KEY == 'add' ? function add(value) {\n nativeMethod.call(this, value === 0 ? 0 : value);\n return this;\n } : KEY == 'delete' ? function (key) {\n return IS_WEAK && !isObject(key) ? false : nativeMethod.call(this, key === 0 ? 0 : key);\n } : KEY == 'get' ? function get(key) {\n return IS_WEAK && !isObject(key) ? undefined : nativeMethod.call(this, key === 0 ? 0 : key);\n } : KEY == 'has' ? function has(key) {\n return IS_WEAK && !isObject(key) ? false : nativeMethod.call(this, key === 0 ? 0 : key);\n } : function set(key, value) {\n nativeMethod.call(this, key === 0 ? 0 : key, value);\n return this;\n }\n );\n };\n\n // eslint-disable-next-line max-len\n if (isForced(CONSTRUCTOR_NAME, typeof NativeConstructor != 'function' || !(IS_WEAK || NativePrototype.forEach && !fails(function () {\n new NativeConstructor().entries().next();\n })))) {\n // create collection constructor\n Constructor = common.getConstructor(wrapper, CONSTRUCTOR_NAME, IS_MAP, ADDER);\n InternalMetadataModule.REQUIRED = true;\n } else if (isForced(CONSTRUCTOR_NAME, true)) {\n var instance = new Constructor();\n // early implementations not supports chaining\n var HASNT_CHAINING = instance[ADDER](IS_WEAK ? {} : -0, 1) != instance;\n // V8 ~ Chromium 40- weak-collections throws on primitives, but should return false\n var THROWS_ON_PRIMITIVES = fails(function () { instance.has(1); });\n // most early implementations doesn't supports iterables, most modern - not close it correctly\n // eslint-disable-next-line no-new\n var ACCEPT_ITERABLES = checkCorrectnessOfIteration(function (iterable) { new NativeConstructor(iterable); });\n // for early implementations -0 and +0 not the same\n var BUGGY_ZERO = !IS_WEAK && fails(function () {\n // V8 ~ Chromium 42- fails only with 5+ elements\n var $instance = new NativeConstructor();\n var index = 5;\n while (index--) $instance[ADDER](index, index);\n return !$instance.has(-0);\n });\n\n if (!ACCEPT_ITERABLES) {\n Constructor = wrapper(function (dummy, iterable) {\n anInstance(dummy, Constructor, CONSTRUCTOR_NAME);\n var that = inheritIfRequired(new NativeConstructor(), dummy, Constructor);\n if (iterable != undefined) iterate(iterable, that[ADDER], that, IS_MAP);\n return that;\n });\n Constructor.prototype = NativePrototype;\n NativePrototype.constructor = Constructor;\n }\n\n if (THROWS_ON_PRIMITIVES || BUGGY_ZERO) {\n fixMethod('delete');\n fixMethod('has');\n IS_MAP && fixMethod('get');\n }\n\n if (BUGGY_ZERO || HASNT_CHAINING) fixMethod(ADDER);\n\n // weak collections should not contains .clear method\n if (IS_WEAK && NativePrototype.clear) delete NativePrototype.clear;\n }\n\n exported[CONSTRUCTOR_NAME] = Constructor;\n $({ global: true, forced: Constructor != NativeConstructor }, exported);\n\n setToStringTag(Constructor, CONSTRUCTOR_NAME);\n\n if (!IS_WEAK) common.setStrong(Constructor, CONSTRUCTOR_NAME, IS_MAP);\n\n return Constructor;\n};\n","var fails = require('../internals/fails');\n\nmodule.exports = !fails(function () {\n return Object.isExtensible(Object.preventExtensions({}));\n});\n","var wellKnownSymbol = require('../internals/well-known-symbol');\nvar Iterators = require('../internals/iterators');\n\nvar ITERATOR = wellKnownSymbol('iterator');\nvar ArrayPrototype = Array.prototype;\n\n// check on default Array iterator\nmodule.exports = function (it) {\n return it !== undefined && (Iterators.Array === it || ArrayPrototype[ITERATOR] === it);\n};\n","var classof = require('../internals/classof');\nvar Iterators = require('../internals/iterators');\nvar wellKnownSymbol = require('../internals/well-known-symbol');\n\nvar ITERATOR = wellKnownSymbol('iterator');\n\nmodule.exports = function (it) {\n if (it != undefined) return it[ITERATOR]\n || it['@@iterator']\n || Iterators[classof(it)];\n};\n","var anObject = require('../internals/an-object');\n\n// call something on iterator step with safe closing on error\nmodule.exports = function (iterator, fn, value, ENTRIES) {\n try {\n return ENTRIES ? fn(anObject(value)[0], value[1]) : fn(value);\n // 7.4.6 IteratorClose(iterator, completion)\n } catch (error) {\n var returnMethod = iterator['return'];\n if (returnMethod !== undefined) anObject(returnMethod.call(iterator));\n throw error;\n }\n};\n","var wellKnownSymbol = require('../internals/well-known-symbol');\n\nvar ITERATOR = wellKnownSymbol('iterator');\nvar SAFE_CLOSING = false;\n\ntry {\n var called = 0;\n var iteratorWithReturn = {\n next: function () {\n return { done: !!called++ };\n },\n 'return': function () {\n SAFE_CLOSING = true;\n }\n };\n iteratorWithReturn[ITERATOR] = function () {\n return this;\n };\n // eslint-disable-next-line no-throw-literal\n Array.from(iteratorWithReturn, function () { throw 2; });\n} catch (error) { /* empty */ }\n\nmodule.exports = function (exec, SKIP_CLOSING) {\n if (!SKIP_CLOSING && !SAFE_CLOSING) return false;\n var ITERATION_SUPPORT = false;\n try {\n var object = {};\n object[ITERATOR] = function () {\n return {\n next: function () {\n return { done: ITERATION_SUPPORT = true };\n }\n };\n };\n exec(object);\n } catch (error) { /* empty */ }\n return ITERATION_SUPPORT;\n};\n","var isObject = require('../internals/is-object');\nvar setPrototypeOf = require('../internals/object-set-prototype-of');\n\n// makes subclassing work correct for wrapped built-ins\nmodule.exports = function ($this, dummy, Wrapper) {\n var NewTarget, NewTargetPrototype;\n if (\n // it can work only with native `setPrototypeOf`\n setPrototypeOf &&\n // we haven't completely correct pre-ES6 way for getting `new.target`, so use this\n typeof (NewTarget = dummy.constructor) == 'function' &&\n NewTarget !== Wrapper &&\n isObject(NewTargetPrototype = NewTarget.prototype) &&\n NewTargetPrototype !== Wrapper.prototype\n ) setPrototypeOf($this, NewTargetPrototype);\n return $this;\n};\n","'use strict';\nvar defineProperty = require('../internals/object-define-property').f;\nvar create = require('../internals/object-create');\nvar redefineAll = require('../internals/redefine-all');\nvar bind = require('../internals/function-bind-context');\nvar anInstance = require('../internals/an-instance');\nvar iterate = require('../internals/iterate');\nvar defineIterator = require('../internals/define-iterator');\nvar setSpecies = require('../internals/set-species');\nvar DESCRIPTORS = require('../internals/descriptors');\nvar fastKey = require('../internals/internal-metadata').fastKey;\nvar InternalStateModule = require('../internals/internal-state');\n\nvar setInternalState = InternalStateModule.set;\nvar internalStateGetterFor = InternalStateModule.getterFor;\n\nmodule.exports = {\n getConstructor: function (wrapper, CONSTRUCTOR_NAME, IS_MAP, ADDER) {\n var C = wrapper(function (that, iterable) {\n anInstance(that, C, CONSTRUCTOR_NAME);\n setInternalState(that, {\n type: CONSTRUCTOR_NAME,\n index: create(null),\n first: undefined,\n last: undefined,\n size: 0\n });\n if (!DESCRIPTORS) that.size = 0;\n if (iterable != undefined) iterate(iterable, that[ADDER], that, IS_MAP);\n });\n\n var getInternalState = internalStateGetterFor(CONSTRUCTOR_NAME);\n\n var define = function (that, key, value) {\n var state = getInternalState(that);\n var entry = getEntry(that, key);\n var previous, index;\n // change existing entry\n if (entry) {\n entry.value = value;\n // create new entry\n } else {\n state.last = entry = {\n index: index = fastKey(key, true),\n key: key,\n value: value,\n previous: previous = state.last,\n next: undefined,\n removed: false\n };\n if (!state.first) state.first = entry;\n if (previous) previous.next = entry;\n if (DESCRIPTORS) state.size++;\n else that.size++;\n // add to index\n if (index !== 'F') state.index[index] = entry;\n } return that;\n };\n\n var getEntry = function (that, key) {\n var state = getInternalState(that);\n // fast case\n var index = fastKey(key);\n var entry;\n if (index !== 'F') return state.index[index];\n // frozen object case\n for (entry = state.first; entry; entry = entry.next) {\n if (entry.key == key) return entry;\n }\n };\n\n redefineAll(C.prototype, {\n // 23.1.3.1 Map.prototype.clear()\n // 23.2.3.2 Set.prototype.clear()\n clear: function clear() {\n var that = this;\n var state = getInternalState(that);\n var data = state.index;\n var entry = state.first;\n while (entry) {\n entry.removed = true;\n if (entry.previous) entry.previous = entry.previous.next = undefined;\n delete data[entry.index];\n entry = entry.next;\n }\n state.first = state.last = undefined;\n if (DESCRIPTORS) state.size = 0;\n else that.size = 0;\n },\n // 23.1.3.3 Map.prototype.delete(key)\n // 23.2.3.4 Set.prototype.delete(value)\n 'delete': function (key) {\n var that = this;\n var state = getInternalState(that);\n var entry = getEntry(that, key);\n if (entry) {\n var next = entry.next;\n var prev = entry.previous;\n delete state.index[entry.index];\n entry.removed = true;\n if (prev) prev.next = next;\n if (next) next.previous = prev;\n if (state.first == entry) state.first = next;\n if (state.last == entry) state.last = prev;\n if (DESCRIPTORS) state.size--;\n else that.size--;\n } return !!entry;\n },\n // 23.2.3.6 Set.prototype.forEach(callbackfn, thisArg = undefined)\n // 23.1.3.5 Map.prototype.forEach(callbackfn, thisArg = undefined)\n forEach: function forEach(callbackfn /* , that = undefined */) {\n var state = getInternalState(this);\n var boundFunction = bind(callbackfn, arguments.length > 1 ? arguments[1] : undefined, 3);\n var entry;\n while (entry = entry ? entry.next : state.first) {\n boundFunction(entry.value, entry.key, this);\n // revert to the last existing entry\n while (entry && entry.removed) entry = entry.previous;\n }\n },\n // 23.1.3.7 Map.prototype.has(key)\n // 23.2.3.7 Set.prototype.has(value)\n has: function has(key) {\n return !!getEntry(this, key);\n }\n });\n\n redefineAll(C.prototype, IS_MAP ? {\n // 23.1.3.6 Map.prototype.get(key)\n get: function get(key) {\n var entry = getEntry(this, key);\n return entry && entry.value;\n },\n // 23.1.3.9 Map.prototype.set(key, value)\n set: function set(key, value) {\n return define(this, key === 0 ? 0 : key, value);\n }\n } : {\n // 23.2.3.1 Set.prototype.add(value)\n add: function add(value) {\n return define(this, value = value === 0 ? 0 : value, value);\n }\n });\n if (DESCRIPTORS) defineProperty(C.prototype, 'size', {\n get: function () {\n return getInternalState(this).size;\n }\n });\n return C;\n },\n setStrong: function (C, CONSTRUCTOR_NAME, IS_MAP) {\n var ITERATOR_NAME = CONSTRUCTOR_NAME + ' Iterator';\n var getInternalCollectionState = internalStateGetterFor(CONSTRUCTOR_NAME);\n var getInternalIteratorState = internalStateGetterFor(ITERATOR_NAME);\n // add .keys, .values, .entries, [@@iterator]\n // 23.1.3.4, 23.1.3.8, 23.1.3.11, 23.1.3.12, 23.2.3.5, 23.2.3.8, 23.2.3.10, 23.2.3.11\n defineIterator(C, CONSTRUCTOR_NAME, function (iterated, kind) {\n setInternalState(this, {\n type: ITERATOR_NAME,\n target: iterated,\n state: getInternalCollectionState(iterated),\n kind: kind,\n last: undefined\n });\n }, function () {\n var state = getInternalIteratorState(this);\n var kind = state.kind;\n var entry = state.last;\n // revert to the last existing entry\n while (entry && entry.removed) entry = entry.previous;\n // get next entry\n if (!state.target || !(state.last = entry = entry ? entry.next : state.state.first)) {\n // or finish the iteration\n state.target = undefined;\n return { value: undefined, done: true };\n }\n // return step by kind\n if (kind == 'keys') return { value: entry.key, done: false };\n if (kind == 'values') return { value: entry.value, done: false };\n return { value: [entry.key, entry.value], done: false };\n }, IS_MAP ? 'entries' : 'values', !IS_MAP, true);\n\n // add [@@species], 23.1.2.2, 23.2.2.2\n setSpecies(CONSTRUCTOR_NAME);\n }\n};\n","var redefine = require('../internals/redefine');\n\nmodule.exports = function (target, src, options) {\n for (var key in src) redefine(target, key, src[key], options);\n return target;\n};\n","'use strict';\nvar getBuiltIn = require('../internals/get-built-in');\nvar definePropertyModule = require('../internals/object-define-property');\nvar wellKnownSymbol = require('../internals/well-known-symbol');\nvar DESCRIPTORS = require('../internals/descriptors');\n\nvar SPECIES = wellKnownSymbol('species');\n\nmodule.exports = function (CONSTRUCTOR_NAME) {\n var Constructor = getBuiltIn(CONSTRUCTOR_NAME);\n var defineProperty = definePropertyModule.f;\n\n if (DESCRIPTORS && Constructor && !Constructor[SPECIES]) {\n defineProperty(Constructor, SPECIES, {\n configurable: true,\n get: function () { return this; }\n });\n }\n};\n","var TO_STRING_TAG_SUPPORT = require('../internals/to-string-tag-support');\nvar redefine = require('../internals/redefine');\nvar toString = require('../internals/object-to-string');\n\n// `Object.prototype.toString` method\n// https://tc39.github.io/ecma262/#sec-object.prototype.tostring\nif (!TO_STRING_TAG_SUPPORT) {\n redefine(Object.prototype, 'toString', toString, { unsafe: true });\n}\n","'use strict';\nvar TO_STRING_TAG_SUPPORT = require('../internals/to-string-tag-support');\nvar classof = require('../internals/classof');\n\n// `Object.prototype.toString` method implementation\n// https://tc39.github.io/ecma262/#sec-object.prototype.tostring\nmodule.exports = TO_STRING_TAG_SUPPORT ? {}.toString : function toString() {\n return '[object ' + classof(this) + ']';\n};\n","'use strict';\nvar charAt = require('../internals/string-multibyte').charAt;\nvar InternalStateModule = require('../internals/internal-state');\nvar defineIterator = require('../internals/define-iterator');\n\nvar STRING_ITERATOR = 'String Iterator';\nvar setInternalState = InternalStateModule.set;\nvar getInternalState = InternalStateModule.getterFor(STRING_ITERATOR);\n\n// `String.prototype[@@iterator]` method\n// https://tc39.github.io/ecma262/#sec-string.prototype-@@iterator\ndefineIterator(String, 'String', function (iterated) {\n setInternalState(this, {\n type: STRING_ITERATOR,\n string: String(iterated),\n index: 0\n });\n// `%StringIteratorPrototype%.next` method\n// https://tc39.github.io/ecma262/#sec-%stringiteratorprototype%.next\n}, function next() {\n var state = getInternalState(this);\n var string = state.string;\n var index = state.index;\n var point;\n if (index >= string.length) return { value: undefined, done: true };\n point = charAt(string, index);\n state.index += point.length;\n return { value: point, done: false };\n});\n","var toInteger = require('../internals/to-integer');\nvar requireObjectCoercible = require('../internals/require-object-coercible');\n\n// `String.prototype.{ codePointAt, at }` methods implementation\nvar createMethod = function (CONVERT_TO_STRING) {\n return function ($this, pos) {\n var S = String(requireObjectCoercible($this));\n var position = toInteger(pos);\n var size = S.length;\n var first, second;\n if (position < 0 || position >= size) return CONVERT_TO_STRING ? '' : undefined;\n first = S.charCodeAt(position);\n return first < 0xD800 || first > 0xDBFF || position + 1 === size\n || (second = S.charCodeAt(position + 1)) < 0xDC00 || second > 0xDFFF\n ? CONVERT_TO_STRING ? S.charAt(position) : first\n : CONVERT_TO_STRING ? S.slice(position, position + 2) : (first - 0xD800 << 10) + (second - 0xDC00) + 0x10000;\n };\n};\n\nmodule.exports = {\n // `String.prototype.codePointAt` method\n // https://tc39.github.io/ecma262/#sec-string.prototype.codepointat\n codeAt: createMethod(false),\n // `String.prototype.at` method\n // https://github.com/mathiasbynens/String.prototype.at\n charAt: createMethod(true)\n};\n","var global = require('../internals/global');\nvar DOMIterables = require('../internals/dom-iterables');\nvar forEach = require('../internals/array-for-each');\nvar createNonEnumerableProperty = require('../internals/create-non-enumerable-property');\n\nfor (var COLLECTION_NAME in DOMIterables) {\n var Collection = global[COLLECTION_NAME];\n var CollectionPrototype = Collection && Collection.prototype;\n // some Chrome versions have non-configurable methods on DOMTokenList\n if (CollectionPrototype && CollectionPrototype.forEach !== forEach) try {\n createNonEnumerableProperty(CollectionPrototype, 'forEach', forEach);\n } catch (error) {\n CollectionPrototype.forEach = forEach;\n }\n}\n","var global = require('../internals/global');\nvar DOMIterables = require('../internals/dom-iterables');\nvar ArrayIteratorMethods = require('../modules/es.array.iterator');\nvar createNonEnumerableProperty = require('../internals/create-non-enumerable-property');\nvar wellKnownSymbol = require('../internals/well-known-symbol');\n\nvar ITERATOR = wellKnownSymbol('iterator');\nvar TO_STRING_TAG = wellKnownSymbol('toStringTag');\nvar ArrayValues = ArrayIteratorMethods.values;\n\nfor (var COLLECTION_NAME in DOMIterables) {\n var Collection = global[COLLECTION_NAME];\n var CollectionPrototype = Collection && Collection.prototype;\n if (CollectionPrototype) {\n // some Chrome versions have non-configurable methods on DOMTokenList\n if (CollectionPrototype[ITERATOR] !== ArrayValues) try {\n createNonEnumerableProperty(CollectionPrototype, ITERATOR, ArrayValues);\n } catch (error) {\n CollectionPrototype[ITERATOR] = ArrayValues;\n }\n if (!CollectionPrototype[TO_STRING_TAG]) {\n createNonEnumerableProperty(CollectionPrototype, TO_STRING_TAG, COLLECTION_NAME);\n }\n if (DOMIterables[COLLECTION_NAME]) for (var METHOD_NAME in ArrayIteratorMethods) {\n // some Chrome versions have non-configurable methods on DOMTokenList\n if (CollectionPrototype[METHOD_NAME] !== ArrayIteratorMethods[METHOD_NAME]) try {\n createNonEnumerableProperty(CollectionPrototype, METHOD_NAME, ArrayIteratorMethods[METHOD_NAME]);\n } catch (error) {\n CollectionPrototype[METHOD_NAME] = ArrayIteratorMethods[METHOD_NAME];\n }\n }\n }\n}\n","module.exports = function(module) {\n\tif (!module.webpackPolyfill) {\n\t\tmodule.deprecate = function() {};\n\t\tmodule.paths = [];\n\t\t// module.parent = undefined by default\n\t\tif (!module.children) module.children = [];\n\t\tObject.defineProperty(module, \"loaded\", {\n\t\t\tenumerable: true,\n\t\t\tget: function() {\n\t\t\t\treturn module.l;\n\t\t\t}\n\t\t});\n\t\tObject.defineProperty(module, \"id\", {\n\t\t\tenumerable: true,\n\t\t\tget: function() {\n\t\t\t\treturn module.i;\n\t\t\t}\n\t\t});\n\t\tmodule.webpackPolyfill = 1;\n\t}\n\treturn module;\n};\n","var DESCRIPTORS = require('../internals/descriptors');\nvar propertyIsEnumerableModule = require('../internals/object-property-is-enumerable');\nvar createPropertyDescriptor = require('../internals/create-property-descriptor');\nvar toIndexedObject = require('../internals/to-indexed-object');\nvar toPrimitive = require('../internals/to-primitive');\nvar has = require('../internals/has');\nvar IE8_DOM_DEFINE = require('../internals/ie8-dom-define');\n\nvar nativeGetOwnPropertyDescriptor = Object.getOwnPropertyDescriptor;\n\n// `Object.getOwnPropertyDescriptor` method\n// https://tc39.github.io/ecma262/#sec-object.getownpropertydescriptor\nexports.f = DESCRIPTORS ? nativeGetOwnPropertyDescriptor : function getOwnPropertyDescriptor(O, P) {\n O = toIndexedObject(O);\n P = toPrimitive(P, true);\n if (IE8_DOM_DEFINE) try {\n return nativeGetOwnPropertyDescriptor(O, P);\n } catch (error) { /* empty */ }\n if (has(O, P)) return createPropertyDescriptor(!propertyIsEnumerableModule.f.call(O, P), O[P]);\n};\n","var DESCRIPTORS = require('../internals/descriptors');\nvar fails = require('../internals/fails');\nvar createElement = require('../internals/document-create-element');\n\n// Thank's IE8 for his funny defineProperty\nmodule.exports = !DESCRIPTORS && !fails(function () {\n return Object.defineProperty(createElement('div'), 'a', {\n get: function () { return 7; }\n }).a != 7;\n});\n","var global = require('../internals/global');\nvar createNonEnumerableProperty = require('../internals/create-non-enumerable-property');\nvar has = require('../internals/has');\nvar setGlobal = require('../internals/set-global');\nvar inspectSource = require('../internals/inspect-source');\nvar InternalStateModule = require('../internals/internal-state');\n\nvar getInternalState = InternalStateModule.get;\nvar enforceInternalState = InternalStateModule.enforce;\nvar TEMPLATE = String(String).split('String');\n\n(module.exports = function (O, key, value, options) {\n var unsafe = options ? !!options.unsafe : false;\n var simple = options ? !!options.enumerable : false;\n var noTargetGet = options ? !!options.noTargetGet : false;\n if (typeof value == 'function') {\n if (typeof key == 'string' && !has(value, 'name')) createNonEnumerableProperty(value, 'name', key);\n enforceInternalState(value).source = TEMPLATE.join(typeof key == 'string' ? key : '');\n }\n if (O === global) {\n if (simple) O[key] = value;\n else setGlobal(key, value);\n return;\n } else if (!unsafe) {\n delete O[key];\n } else if (!noTargetGet && O[key]) {\n simple = true;\n }\n if (simple) O[key] = value;\n else createNonEnumerableProperty(O, key, value);\n// add fake Function#toString for correct work wrapped methods / constructors with methods like LoDash isNative\n})(Function.prototype, 'toString', function toString() {\n return typeof this == 'function' && getInternalState(this).source || inspectSource(this);\n});\n","var store = require('../internals/shared-store');\n\nvar functionToString = Function.toString;\n\n// this helper broken in `3.4.1-3.4.4`, so we can't use `shared` helper\nif (typeof store.inspectSource != 'function') {\n store.inspectSource = function (it) {\n return functionToString.call(it);\n };\n}\n\nmodule.exports = store.inspectSource;\n","var global = require('../internals/global');\nvar setGlobal = require('../internals/set-global');\n\nvar SHARED = '__core-js_shared__';\nvar store = global[SHARED] || setGlobal(SHARED, {});\n\nmodule.exports = store;\n","var IS_PURE = require('../internals/is-pure');\nvar store = require('../internals/shared-store');\n\n(module.exports = function (key, value) {\n return store[key] || (store[key] = value !== undefined ? value : {});\n})('versions', []).push({\n version: '3.6.4',\n mode: IS_PURE ? 'pure' : 'global',\n copyright: '© 2020 Denis Pushkarev (zloirock.ru)'\n});\n","var id = 0;\nvar postfix = Math.random();\n\nmodule.exports = function (key) {\n return 'Symbol(' + String(key === undefined ? '' : key) + ')_' + (++id + postfix).toString(36);\n};\n","module.exports = {};\n","var path = require('../internals/path');\nvar global = require('../internals/global');\n\nvar aFunction = function (variable) {\n return typeof variable == 'function' ? variable : undefined;\n};\n\nmodule.exports = function (namespace, method) {\n return arguments.length < 2 ? aFunction(path[namespace]) || aFunction(global[namespace])\n : path[namespace] && path[namespace][method] || global[namespace] && global[namespace][method];\n};\n","var classof = require('../internals/classof-raw');\n\n// `IsArray` abstract operation\n// https://tc39.github.io/ecma262/#sec-isarray\nmodule.exports = Array.isArray || function isArray(arg) {\n return classof(arg) == 'Array';\n};\n","var isObject = require('../internals/is-object');\nvar isArray = require('../internals/is-array');\nvar wellKnownSymbol = require('../internals/well-known-symbol');\n\nvar SPECIES = wellKnownSymbol('species');\n\n// `ArraySpeciesCreate` abstract operation\n// https://tc39.github.io/ecma262/#sec-arrayspeciescreate\nmodule.exports = function (originalArray, length) {\n var C;\n if (isArray(originalArray)) {\n C = originalArray.constructor;\n // cross-realm fallback\n if (typeof C == 'function' && (C === Array || isArray(C.prototype))) C = undefined;\n else if (isObject(C)) {\n C = C[SPECIES];\n if (C === null) C = undefined;\n }\n } return new (C === undefined ? Array : C)(length === 0 ? 0 : length);\n};\n","var fails = require('../internals/fails');\n\nmodule.exports = !!Object.getOwnPropertySymbols && !fails(function () {\n // Chrome 38 Symbol has incorrect toString conversion\n // eslint-disable-next-line no-undef\n return !String(Symbol());\n});\n","var global = require('../internals/global');\nvar userAgent = require('../internals/engine-user-agent');\n\nvar process = global.process;\nvar versions = process && process.versions;\nvar v8 = versions && versions.v8;\nvar match, version;\n\nif (v8) {\n match = v8.split('.');\n version = match[0] + match[1];\n} else if (userAgent) {\n match = userAgent.match(/Edge\\/(\\d+)/);\n if (!match || match[1] >= 74) {\n match = userAgent.match(/Chrome\\/(\\d+)/);\n if (match) version = match[1];\n }\n}\n\nmodule.exports = version && +version;\n","var bind = require('../internals/function-bind-context');\nvar IndexedObject = require('../internals/indexed-object');\nvar toObject = require('../internals/to-object');\nvar toLength = require('../internals/to-length');\nvar arraySpeciesCreate = require('../internals/array-species-create');\n\nvar push = [].push;\n\n// `Array.prototype.{ forEach, map, filter, some, every, find, findIndex }` methods implementation\nvar createMethod = function (TYPE) {\n var IS_MAP = TYPE == 1;\n var IS_FILTER = TYPE == 2;\n var IS_SOME = TYPE == 3;\n var IS_EVERY = TYPE == 4;\n var IS_FIND_INDEX = TYPE == 6;\n var NO_HOLES = TYPE == 5 || IS_FIND_INDEX;\n return function ($this, callbackfn, that, specificCreate) {\n var O = toObject($this);\n var self = IndexedObject(O);\n var boundFunction = bind(callbackfn, that, 3);\n var length = toLength(self.length);\n var index = 0;\n var create = specificCreate || arraySpeciesCreate;\n var target = IS_MAP ? create($this, length) : IS_FILTER ? create($this, 0) : undefined;\n var value, result;\n for (;length > index; index++) if (NO_HOLES || index in self) {\n value = self[index];\n result = boundFunction(value, index, O);\n if (TYPE) {\n if (IS_MAP) target[index] = result; // map\n else if (result) switch (TYPE) {\n case 3: return true; // some\n case 5: return value; // find\n case 6: return index; // findIndex\n case 2: push.call(target, value); // filter\n } else if (IS_EVERY) return false; // every\n }\n }\n return IS_FIND_INDEX ? -1 : IS_SOME || IS_EVERY ? IS_EVERY : target;\n };\n};\n\nmodule.exports = {\n // `Array.prototype.forEach` method\n // https://tc39.github.io/ecma262/#sec-array.prototype.foreach\n forEach: createMethod(0),\n // `Array.prototype.map` method\n // https://tc39.github.io/ecma262/#sec-array.prototype.map\n map: createMethod(1),\n // `Array.prototype.filter` method\n // https://tc39.github.io/ecma262/#sec-array.prototype.filter\n filter: createMethod(2),\n // `Array.prototype.some` method\n // https://tc39.github.io/ecma262/#sec-array.prototype.some\n some: createMethod(3),\n // `Array.prototype.every` method\n // https://tc39.github.io/ecma262/#sec-array.prototype.every\n every: createMethod(4),\n // `Array.prototype.find` method\n // https://tc39.github.io/ecma262/#sec-array.prototype.find\n find: createMethod(5),\n // `Array.prototype.findIndex` method\n // https://tc39.github.io/ecma262/#sec-array.prototype.findIndex\n findIndex: createMethod(6)\n};\n","'use strict';\nvar fails = require('../internals/fails');\n\nmodule.exports = function (METHOD_NAME, argument) {\n var method = [][METHOD_NAME];\n return !!method && fails(function () {\n // eslint-disable-next-line no-useless-call,no-throw-literal\n method.call(null, argument || function () { throw 1; }, 1);\n });\n};\n","'use strict';\nvar $ = require('../internals/export');\nvar exec = require('../internals/regexp-exec');\n\n$({ target: 'RegExp', proto: true, forced: /./.exec !== exec }, {\n exec: exec\n});\n","'use strict';\n// TODO: Remove from `core-js@4` since it's moved to entry points\nrequire('../modules/es.regexp.exec');\nvar redefine = require('../internals/redefine');\nvar fails = require('../internals/fails');\nvar wellKnownSymbol = require('../internals/well-known-symbol');\nvar regexpExec = require('../internals/regexp-exec');\nvar createNonEnumerableProperty = require('../internals/create-non-enumerable-property');\n\nvar SPECIES = wellKnownSymbol('species');\n\nvar REPLACE_SUPPORTS_NAMED_GROUPS = !fails(function () {\n // #replace needs built-in support for named groups.\n // #match works fine because it just return the exec results, even if it has\n // a \"grops\" property.\n var re = /./;\n re.exec = function () {\n var result = [];\n result.groups = { a: '7' };\n return result;\n };\n return ''.replace(re, '$<a>') !== '7';\n});\n\n// IE <= 11 replaces $0 with the whole match, as if it was $&\n// https://stackoverflow.com/questions/6024666/getting-ie-to-replace-a-regex-with-the-literal-string-0\nvar REPLACE_KEEPS_$0 = (function () {\n return 'a'.replace(/./, '$0') === '$0';\n})();\n\nvar REPLACE = wellKnownSymbol('replace');\n// Safari <= 13.0.3(?) substitutes nth capture where n>m with an empty string\nvar REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE = (function () {\n if (/./[REPLACE]) {\n return /./[REPLACE]('a', '$0') === '';\n }\n return false;\n})();\n\n// Chrome 51 has a buggy \"split\" implementation when RegExp#exec !== nativeExec\n// Weex JS has frozen built-in prototypes, so use try / catch wrapper\nvar SPLIT_WORKS_WITH_OVERWRITTEN_EXEC = !fails(function () {\n var re = /(?:)/;\n var originalExec = re.exec;\n re.exec = function () { return originalExec.apply(this, arguments); };\n var result = 'ab'.split(re);\n return result.length !== 2 || result[0] !== 'a' || result[1] !== 'b';\n});\n\nmodule.exports = function (KEY, length, exec, sham) {\n var SYMBOL = wellKnownSymbol(KEY);\n\n var DELEGATES_TO_SYMBOL = !fails(function () {\n // String methods call symbol-named RegEp methods\n var O = {};\n O[SYMBOL] = function () { return 7; };\n return ''[KEY](O) != 7;\n });\n\n var DELEGATES_TO_EXEC = DELEGATES_TO_SYMBOL && !fails(function () {\n // Symbol-named RegExp methods call .exec\n var execCalled = false;\n var re = /a/;\n\n if (KEY === 'split') {\n // We can't use real regex here since it causes deoptimization\n // and serious performance degradation in V8\n // https://github.com/zloirock/core-js/issues/306\n re = {};\n // RegExp[@@split] doesn't call the regex's exec method, but first creates\n // a new one. We need to return the patched regex when creating the new one.\n re.constructor = {};\n re.constructor[SPECIES] = function () { return re; };\n re.flags = '';\n re[SYMBOL] = /./[SYMBOL];\n }\n\n re.exec = function () { execCalled = true; return null; };\n\n re[SYMBOL]('');\n return !execCalled;\n });\n\n if (\n !DELEGATES_TO_SYMBOL ||\n !DELEGATES_TO_EXEC ||\n (KEY === 'replace' && !(\n REPLACE_SUPPORTS_NAMED_GROUPS &&\n REPLACE_KEEPS_$0 &&\n !REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE\n )) ||\n (KEY === 'split' && !SPLIT_WORKS_WITH_OVERWRITTEN_EXEC)\n ) {\n var nativeRegExpMethod = /./[SYMBOL];\n var methods = exec(SYMBOL, ''[KEY], function (nativeMethod, regexp, str, arg2, forceStringMethod) {\n if (regexp.exec === regexpExec) {\n if (DELEGATES_TO_SYMBOL && !forceStringMethod) {\n // The native String method already delegates to @@method (this\n // polyfilled function), leasing to infinite recursion.\n // We avoid it by directly calling the native @@method method.\n return { done: true, value: nativeRegExpMethod.call(regexp, str, arg2) };\n }\n return { done: true, value: nativeMethod.call(str, regexp, arg2) };\n }\n return { done: false };\n }, {\n REPLACE_KEEPS_$0: REPLACE_KEEPS_$0,\n REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE: REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE\n });\n var stringMethod = methods[0];\n var regexMethod = methods[1];\n\n redefine(String.prototype, KEY, stringMethod);\n redefine(RegExp.prototype, SYMBOL, length == 2\n // 21.2.5.8 RegExp.prototype[@@replace](string, replaceValue)\n // 21.2.5.11 RegExp.prototype[@@split](string, limit)\n ? function (string, arg) { return regexMethod.call(string, this, arg); }\n // 21.2.5.6 RegExp.prototype[@@match](string)\n // 21.2.5.9 RegExp.prototype[@@search](string)\n : function (string) { return regexMethod.call(string, this); }\n );\n }\n\n if (sham) createNonEnumerableProperty(RegExp.prototype[SYMBOL], 'sham', true);\n};\n","'use strict';\nvar charAt = require('../internals/string-multibyte').charAt;\n\n// `AdvanceStringIndex` abstract operation\n// https://tc39.github.io/ecma262/#sec-advancestringindex\nmodule.exports = function (S, index, unicode) {\n return index + (unicode ? charAt(S, index).length : 1);\n};\n","var classof = require('./classof-raw');\nvar regexpExec = require('./regexp-exec');\n\n// `RegExpExec` abstract operation\n// https://tc39.github.io/ecma262/#sec-regexpexec\nmodule.exports = function (R, S) {\n var exec = R.exec;\n if (typeof exec === 'function') {\n var result = exec.call(R, S);\n if (typeof result !== 'object') {\n throw TypeError('RegExp exec method returned something other than an Object or null');\n }\n return result;\n }\n\n if (classof(R) !== 'RegExp') {\n throw TypeError('RegExp#exec called on incompatible receiver');\n }\n\n return regexpExec.call(R, S);\n};\n\n","'use strict';\n\nexports.__esModule = true;\nexports.HandlebarsEnvironment = HandlebarsEnvironment;\n// istanbul ignore next\n\nfunction _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { 'default': obj }; }\n\nvar _utils = require('./utils');\n\nvar _exception = require('./exception');\n\nvar _exception2 = _interopRequireDefault(_exception);\n\nvar _helpers = require('./helpers');\n\nvar _decorators = require('./decorators');\n\nvar _logger = require('./logger');\n\nvar _logger2 = _interopRequireDefault(_logger);\n\nvar _internalProtoAccess = require('./internal/proto-access');\n\nvar VERSION = '4.7.3';\nexports.VERSION = VERSION;\nvar COMPILER_REVISION = 8;\nexports.COMPILER_REVISION = COMPILER_REVISION;\nvar LAST_COMPATIBLE_COMPILER_REVISION = 7;\n\nexports.LAST_COMPATIBLE_COMPILER_REVISION = LAST_COMPATIBLE_COMPILER_REVISION;\nvar REVISION_CHANGES = {\n 1: '<= 1.0.rc.2', // 1.0.rc.2 is actually rev2 but doesn't report it\n 2: '== 1.0.0-rc.3',\n 3: '== 1.0.0-rc.4',\n 4: '== 1.x.x',\n 5: '== 2.0.0-alpha.x',\n 6: '>= 2.0.0-beta.1',\n 7: '>= 4.0.0 <4.3.0',\n 8: '>= 4.3.0'\n};\n\nexports.REVISION_CHANGES = REVISION_CHANGES;\nvar objectType = '[object Object]';\n\nfunction HandlebarsEnvironment(helpers, partials, decorators) {\n this.helpers = helpers || {};\n this.partials = partials || {};\n this.decorators = decorators || {};\n\n _helpers.registerDefaultHelpers(this);\n _decorators.registerDefaultDecorators(this);\n}\n\nHandlebarsEnvironment.prototype = {\n constructor: HandlebarsEnvironment,\n\n logger: _logger2['default'],\n log: _logger2['default'].log,\n\n registerHelper: function registerHelper(name, fn) {\n if (_utils.toString.call(name) === objectType) {\n if (fn) {\n throw new _exception2['default']('Arg not supported with multiple helpers');\n }\n _utils.extend(this.helpers, name);\n } else {\n this.helpers[name] = fn;\n }\n },\n unregisterHelper: function unregisterHelper(name) {\n delete this.helpers[name];\n },\n\n registerPartial: function registerPartial(name, partial) {\n if (_utils.toString.call(name) === objectType) {\n _utils.extend(this.partials, name);\n } else {\n if (typeof partial === 'undefined') {\n throw new _exception2['default']('Attempting to register a partial called \"' + name + '\" as undefined');\n }\n this.partials[name] = partial;\n }\n },\n unregisterPartial: function unregisterPartial(name) {\n delete this.partials[name];\n },\n\n registerDecorator: function registerDecorator(name, fn) {\n if (_utils.toString.call(name) === objectType) {\n if (fn) {\n throw new _exception2['default']('Arg not supported with multiple decorators');\n }\n _utils.extend(this.decorators, name);\n } else {\n this.decorators[name] = fn;\n }\n },\n unregisterDecorator: function unregisterDecorator(name) {\n delete this.decorators[name];\n },\n /**\n * Reset the memory of illegal property accesses that have already been logged.\n * @deprecated should only be used in handlebars test-cases\n */\n resetLoggedPropertyAccesses: function resetLoggedPropertyAccesses() {\n _internalProtoAccess.resetLoggedProperties();\n }\n};\n\nvar log = _logger2['default'].log;\n\nexports.log = log;\nexports.createFrame = _utils.createFrame;\nexports.logger = _logger2['default'];\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uL2xpYi9oYW5kbGViYXJzL2Jhc2UuanMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6Ijs7Ozs7Ozs7cUJBQThDLFNBQVM7O3lCQUNqQyxhQUFhOzs7O3VCQUNJLFdBQVc7OzBCQUNSLGNBQWM7O3NCQUNyQyxVQUFVOzs7O21DQUNTLHlCQUF5Qjs7QUFFeEQsSUFBTSxPQUFPLEdBQUcsT0FBTyxDQUFDOztBQUN4QixJQUFNLGlCQUFpQixHQUFHLENBQUMsQ0FBQzs7QUFDNUIsSUFBTSxpQ0FBaUMsR0FBRyxDQUFDLENBQUM7OztBQUU1QyxJQUFNLGdCQUFnQixHQUFHO0FBQzlCLEdBQUMsRUFBRSxhQUFhO0FBQ2hCLEdBQUMsRUFBRSxlQUFlO0FBQ2xCLEdBQUMsRUFBRSxlQUFlO0FBQ2xCLEdBQUMsRUFBRSxVQUFVO0FBQ2IsR0FBQyxFQUFFLGtCQUFrQjtBQUNyQixHQUFDLEVBQUUsaUJBQWlCO0FBQ3BCLEdBQUMsRUFBRSxpQkFBaUI7QUFDcEIsR0FBQyxFQUFFLFVBQVU7Q0FDZCxDQUFDOzs7QUFFRixJQUFNLFVBQVUsR0FBRyxpQkFBaUIsQ0FBQzs7QUFFOUIsU0FBUyxxQkFBcUIsQ0FBQyxPQUFPLEVBQUUsUUFBUSxFQUFFLFVBQVUsRUFBRTtBQUNuRSxNQUFJLENBQUMsT0FBTyxHQUFHLE9BQU8sSUFBSSxFQUFFLENBQUM7QUFDN0IsTUFBSSxDQUFDLFFBQVEsR0FBRyxRQUFRLElBQUksRUFBRSxDQUFDO0FBQy9CLE1BQUksQ0FBQyxVQUFVLEdBQUcsVUFBVSxJQUFJLEVBQUUsQ0FBQzs7QUFFbkMsa0NBQXVCLElBQUksQ0FBQyxDQUFDO0FBQzdCLHdDQUEwQixJQUFJLENBQUMsQ0FBQztDQUNqQzs7QUFFRCxxQkFBcUIsQ0FBQyxTQUFTLEdBQUc7QUFDaEMsYUFBVyxFQUFFLHFCQUFxQjs7QUFFbEMsUUFBTSxxQkFBUTtBQUNkLEtBQUcsRUFBRSxvQkFBTyxHQUFHOztBQUVmLGdCQUFjLEVBQUUsd0JBQVMsSUFBSSxFQUFFLEVBQUUsRUFBRTtBQUNqQyxRQUFJLGdCQUFTLElBQUksQ0FBQyxJQUFJLENBQUMsS0FBSyxVQUFVLEVBQUU7QUFDdEMsVUFBSSxFQUFFLEVBQUU7QUFDTixjQUFNLDJCQUFjLHlDQUF5QyxDQUFDLENBQUM7T0FDaEU7QUFDRCxvQkFBTyxJQUFJLENBQUMsT0FBTyxFQUFFLElBQUksQ0FBQyxDQUFDO0tBQzVCLE1BQU07QUFDTCxVQUFJLENBQUMsT0FBTyxDQUFDLElBQUksQ0FBQyxHQUFHLEVBQUUsQ0FBQztLQUN6QjtHQUNGO0FBQ0Qsa0JBQWdCLEVBQUUsMEJBQVMsSUFBSSxFQUFFO0FBQy9CLFdBQU8sSUFBSSxDQUFDLE9BQU8sQ0FBQyxJQUFJLENBQUMsQ0FBQztHQUMzQjs7QUFFRCxpQkFBZSxFQUFFLHlCQUFTLElBQUksRUFBRSxPQUFPLEVBQUU7QUFDdkMsUUFBSSxnQkFBUyxJQUFJLENBQUMsSUFBSSxDQUFDLEtBQUssVUFBVSxFQUFFO0FBQ3RDLG9CQUFPLElBQUksQ0FBQyxRQUFRLEVBQUUsSUFBSSxDQUFDLENBQUM7S0FDN0IsTUFBTTtBQUNMLFVBQUksT0FBTyxPQUFPLEtBQUssV0FBVyxFQUFFO0FBQ2xDLGNBQU0seUVBQ3dDLElBQUksb0JBQ2pELENBQUM7T0FDSDtBQUNELFVBQUksQ0FBQyxRQUFRLENBQUMsSUFBSSxDQUFDLEdBQUcsT0FBTyxDQUFDO0tBQy9CO0dBQ0Y7QUFDRCxtQkFBaUIsRUFBRSwyQkFBUyxJQUFJLEVBQUU7QUFDaEMsV0FBTyxJQUFJLENBQUMsUUFBUSxDQUFDLElBQUksQ0FBQyxDQUFDO0dBQzVCOztBQUVELG1CQUFpQixFQUFFLDJCQUFTLElBQUksRUFBRSxFQUFFLEVBQUU7QUFDcEMsUUFBSSxnQkFBUyxJQUFJLENBQUMsSUFBSSxDQUFDLEtBQUssVUFBVSxFQUFFO0FBQ3RDLFVBQUksRUFBRSxFQUFFO0FBQ04sY0FBTSwyQkFBYyw0Q0FBNEMsQ0FBQyxDQUFDO09BQ25FO0FBQ0Qsb0JBQU8sSUFBSSxDQUFDLFVBQVUsRUFBRSxJQUFJLENBQUMsQ0FBQztLQUMvQixNQUFNO0FBQ0wsVUFBSSxDQUFDLFVBQVUsQ0FBQyxJQUFJLENBQUMsR0FBRyxFQUFFLENBQUM7S0FDNUI7R0FDRjtBQUNELHFCQUFtQixFQUFFLDZCQUFTLElBQUksRUFBRTtBQUNsQyxXQUFPLElBQUksQ0FBQyxVQUFVLENBQUMsSUFBSSxDQUFDLENBQUM7R0FDOUI7Ozs7O0FBS0QsNkJBQTJCLEVBQUEsdUNBQUc7QUFDNUIsZ0RBQXVCLENBQUM7R0FDekI7Q0FDRixDQUFDOztBQUVLLElBQUksR0FBRyxHQUFHLG9CQUFPLEdBQUcsQ0FBQzs7O1FBRW5CLFdBQVc7UUFBRSxNQUFNIiwiZmlsZSI6ImJhc2UuanMiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBjcmVhdGVGcmFtZSwgZXh0ZW5kLCB0b1N0cmluZyB9IGZyb20gJy4vdXRpbHMnO1xuaW1wb3J0IEV4Y2VwdGlvbiBmcm9tICcuL2V4Y2VwdGlvbic7XG5pbXBvcnQgeyByZWdpc3RlckRlZmF1bHRIZWxwZXJzIH0gZnJvbSAnLi9oZWxwZXJzJztcbmltcG9ydCB7IHJlZ2lzdGVyRGVmYXVsdERlY29yYXRvcnMgfSBmcm9tICcuL2RlY29yYXRvcnMnO1xuaW1wb3J0IGxvZ2dlciBmcm9tICcuL2xvZ2dlcic7XG5pbXBvcnQgeyByZXNldExvZ2dlZFByb3BlcnRpZXMgfSBmcm9tICcuL2ludGVybmFsL3Byb3RvLWFjY2Vzcyc7XG5cbmV4cG9ydCBjb25zdCBWRVJTSU9OID0gJzQuNy4zJztcbmV4cG9ydCBjb25zdCBDT01QSUxFUl9SRVZJU0lPTiA9IDg7XG5leHBvcnQgY29uc3QgTEFTVF9DT01QQVRJQkxFX0NPTVBJTEVSX1JFVklTSU9OID0gNztcblxuZXhwb3J0IGNvbnN0IFJFVklTSU9OX0NIQU5HRVMgPSB7XG4gIDE6ICc8PSAxLjAucmMuMicsIC8vIDEuMC5yYy4yIGlzIGFjdHVhbGx5IHJldjIgYnV0IGRvZXNuJ3QgcmVwb3J0IGl0XG4gIDI6ICc9PSAxLjAuMC1yYy4zJyxcbiAgMzogJz09IDEuMC4wLXJjLjQnLFxuICA0OiAnPT0gMS54LngnLFxuICA1OiAnPT0gMi4wLjAtYWxwaGEueCcsXG4gIDY6ICc+PSAyLjAuMC1iZXRhLjEnLFxuICA3OiAnPj0gNC4wLjAgPDQuMy4wJyxcbiAgODogJz49IDQuMy4wJ1xufTtcblxuY29uc3Qgb2JqZWN0VHlwZSA9ICdbb2JqZWN0IE9iamVjdF0nO1xuXG5leHBvcnQgZnVuY3Rpb24gSGFuZGxlYmFyc0Vudmlyb25tZW50KGhlbHBlcnMsIHBhcnRpYWxzLCBkZWNvcmF0b3JzKSB7XG4gIHRoaXMuaGVscGVycyA9IGhlbHBlcnMgfHwge307XG4gIHRoaXMucGFydGlhbHMgPSBwYXJ0aWFscyB8fCB7fTtcbiAgdGhpcy5kZWNvcmF0b3JzID0gZGVjb3JhdG9ycyB8fCB7fTtcblxuICByZWdpc3RlckRlZmF1bHRIZWxwZXJzKHRoaXMpO1xuICByZWdpc3RlckRlZmF1bHREZWNvcmF0b3JzKHRoaXMpO1xufVxuXG5IYW5kbGViYXJzRW52aXJvbm1lbnQucHJvdG90eXBlID0ge1xuICBjb25zdHJ1Y3RvcjogSGFuZGxlYmFyc0Vudmlyb25tZW50LFxuXG4gIGxvZ2dlcjogbG9nZ2VyLFxuICBsb2c6IGxvZ2dlci5sb2csXG5cbiAgcmVnaXN0ZXJIZWxwZXI6IGZ1bmN0aW9uKG5hbWUsIGZuKSB7XG4gICAgaWYgKHRvU3RyaW5nLmNhbGwobmFtZSkgPT09IG9iamVjdFR5cGUpIHtcbiAgICAgIGlmIChmbikge1xuICAgICAgICB0aHJvdyBuZXcgRXhjZXB0aW9uKCdBcmcgbm90IHN1cHBvcnRlZCB3aXRoIG11bHRpcGxlIGhlbHBlcnMnKTtcbiAgICAgIH1cbiAgICAgIGV4dGVuZCh0aGlzLmhlbHBlcnMsIG5hbWUpO1xuICAgIH0gZWxzZSB7XG4gICAgICB0aGlzLmhlbHBlcnNbbmFtZV0gPSBmbjtcbiAgICB9XG4gIH0sXG4gIHVucmVnaXN0ZXJIZWxwZXI6IGZ1bmN0aW9uKG5hbWUpIHtcbiAgICBkZWxldGUgdGhpcy5oZWxwZXJzW25hbWVdO1xuICB9LFxuXG4gIHJlZ2lzdGVyUGFydGlhbDogZnVuY3Rpb24obmFtZSwgcGFydGlhbCkge1xuICAgIGlmICh0b1N0cmluZy5jYWxsKG5hbWUpID09PSBvYmplY3RUeXBlKSB7XG4gICAgICBleHRlbmQodGhpcy5wYXJ0aWFscywgbmFtZSk7XG4gICAgfSBlbHNlIHtcbiAgICAgIGlmICh0eXBlb2YgcGFydGlhbCA9PT0gJ3VuZGVmaW5lZCcpIHtcbiAgICAgICAgdGhyb3cgbmV3IEV4Y2VwdGlvbihcbiAgICAgICAgICBgQXR0ZW1wdGluZyB0byByZWdpc3RlciBhIHBhcnRpYWwgY2FsbGVkIFwiJHtuYW1lfVwiIGFzIHVuZGVmaW5lZGBcbiAgICAgICAgKTtcbiAgICAgIH1cbiAgICAgIHRoaXMucGFydGlhbHNbbmFtZV0gPSBwYXJ0aWFsO1xuICAgIH1cbiAgfSxcbiAgdW5yZWdpc3RlclBhcnRpYWw6IGZ1bmN0aW9uKG5hbWUpIHtcbiAgICBkZWxldGUgdGhpcy5wYXJ0aWFsc1tuYW1lXTtcbiAgfSxcblxuICByZWdpc3RlckRlY29yYXRvcjogZnVuY3Rpb24obmFtZSwgZm4pIHtcbiAgICBpZiAodG9TdHJpbmcuY2FsbChuYW1lKSA9PT0gb2JqZWN0VHlwZSkge1xuICAgICAgaWYgKGZuKSB7XG4gICAgICAgIHRocm93IG5ldyBFeGNlcHRpb24oJ0FyZyBub3Qgc3VwcG9ydGVkIHdpdGggbXVsdGlwbGUgZGVjb3JhdG9ycycpO1xuICAgICAgfVxuICAgICAgZXh0ZW5kKHRoaXMuZGVjb3JhdG9ycywgbmFtZSk7XG4gICAgfSBlbHNlIHtcbiAgICAgIHRoaXMuZGVjb3JhdG9yc1tuYW1lXSA9IGZuO1xuICAgIH1cbiAgfSxcbiAgdW5yZWdpc3RlckRlY29yYXRvcjogZnVuY3Rpb24obmFtZSkge1xuICAgIGRlbGV0ZSB0aGlzLmRlY29yYXRvcnNbbmFtZV07XG4gIH0sXG4gIC8qKlxuICAgKiBSZXNldCB0aGUgbWVtb3J5IG9mIGlsbGVnYWwgcHJvcGVydHkgYWNjZXNzZXMgdGhhdCBoYXZlIGFscmVhZHkgYmVlbiBsb2dnZWQuXG4gICAqIEBkZXByZWNhdGVkIHNob3VsZCBvbmx5IGJlIHVzZWQgaW4gaGFuZGxlYmFycyB0ZXN0LWNhc2VzXG4gICAqL1xuICByZXNldExvZ2dlZFByb3BlcnR5QWNjZXNzZXMoKSB7XG4gICAgcmVzZXRMb2dnZWRQcm9wZXJ0aWVzKCk7XG4gIH1cbn07XG5cbmV4cG9ydCBsZXQgbG9nID0gbG9nZ2VyLmxvZztcblxuZXhwb3J0IHsgY3JlYXRlRnJhbWUsIGxvZ2dlciB9O1xuIl19\n","'use strict';\n\nexports.__esModule = true;\nexports.registerDefaultHelpers = registerDefaultHelpers;\nexports.moveHelperToHooks = moveHelperToHooks;\n// istanbul ignore next\n\nfunction _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { 'default': obj }; }\n\nvar _helpersBlockHelperMissing = require('./helpers/block-helper-missing');\n\nvar _helpersBlockHelperMissing2 = _interopRequireDefault(_helpersBlockHelperMissing);\n\nvar _helpersEach = require('./helpers/each');\n\nvar _helpersEach2 = _interopRequireDefault(_helpersEach);\n\nvar _helpersHelperMissing = require('./helpers/helper-missing');\n\nvar _helpersHelperMissing2 = _interopRequireDefault(_helpersHelperMissing);\n\nvar _helpersIf = require('./helpers/if');\n\nvar _helpersIf2 = _interopRequireDefault(_helpersIf);\n\nvar _helpersLog = require('./helpers/log');\n\nvar _helpersLog2 = _interopRequireDefault(_helpersLog);\n\nvar _helpersLookup = require('./helpers/lookup');\n\nvar _helpersLookup2 = _interopRequireDefault(_helpersLookup);\n\nvar _helpersWith = require('./helpers/with');\n\nvar _helpersWith2 = _interopRequireDefault(_helpersWith);\n\nfunction registerDefaultHelpers(instance) {\n _helpersBlockHelperMissing2['default'](instance);\n _helpersEach2['default'](instance);\n _helpersHelperMissing2['default'](instance);\n _helpersIf2['default'](instance);\n _helpersLog2['default'](instance);\n _helpersLookup2['default'](instance);\n _helpersWith2['default'](instance);\n}\n\nfunction moveHelperToHooks(instance, helperName, keepHelper) {\n if (instance.helpers[helperName]) {\n instance.hooks[helperName] = instance.helpers[helperName];\n if (!keepHelper) {\n delete instance.helpers[helperName];\n }\n }\n}\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uL2xpYi9oYW5kbGViYXJzL2hlbHBlcnMuanMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6Ijs7Ozs7Ozs7O3lDQUF1QyxnQ0FBZ0M7Ozs7MkJBQzlDLGdCQUFnQjs7OztvQ0FDUCwwQkFBMEI7Ozs7eUJBQ3JDLGNBQWM7Ozs7MEJBQ2IsZUFBZTs7Ozs2QkFDWixrQkFBa0I7Ozs7MkJBQ3BCLGdCQUFnQjs7OztBQUVsQyxTQUFTLHNCQUFzQixDQUFDLFFBQVEsRUFBRTtBQUMvQyx5Q0FBMkIsUUFBUSxDQUFDLENBQUM7QUFDckMsMkJBQWEsUUFBUSxDQUFDLENBQUM7QUFDdkIsb0NBQXNCLFFBQVEsQ0FBQyxDQUFDO0FBQ2hDLHlCQUFXLFFBQVEsQ0FBQyxDQUFDO0FBQ3JCLDBCQUFZLFFBQVEsQ0FBQyxDQUFDO0FBQ3RCLDZCQUFlLFFBQVEsQ0FBQyxDQUFDO0FBQ3pCLDJCQUFhLFFBQVEsQ0FBQyxDQUFDO0NBQ3hCOztBQUVNLFNBQVMsaUJBQWlCLENBQUMsUUFBUSxFQUFFLFVBQVUsRUFBRSxVQUFVLEVBQUU7QUFDbEUsTUFBSSxRQUFRLENBQUMsT0FBTyxDQUFDLFVBQVUsQ0FBQyxFQUFFO0FBQ2hDLFlBQVEsQ0FBQyxLQUFLLENBQUMsVUFBVSxDQUFDLEdBQUcsUUFBUSxDQUFDLE9BQU8sQ0FBQyxVQUFVLENBQUMsQ0FBQztBQUMxRCxRQUFJLENBQUMsVUFBVSxFQUFFO0FBQ2YsYUFBTyxRQUFRLENBQUMsT0FBTyxDQUFDLFVBQVUsQ0FBQyxDQUFDO0tBQ3JDO0dBQ0Y7Q0FDRiIsImZpbGUiOiJoZWxwZXJzLmpzIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHJlZ2lzdGVyQmxvY2tIZWxwZXJNaXNzaW5nIGZyb20gJy4vaGVscGVycy9ibG9jay1oZWxwZXItbWlzc2luZyc7XG5pbXBvcnQgcmVnaXN0ZXJFYWNoIGZyb20gJy4vaGVscGVycy9lYWNoJztcbmltcG9ydCByZWdpc3RlckhlbHBlck1pc3NpbmcgZnJvbSAnLi9oZWxwZXJzL2hlbHBlci1taXNzaW5nJztcbmltcG9ydCByZWdpc3RlcklmIGZyb20gJy4vaGVscGVycy9pZic7XG5pbXBvcnQgcmVnaXN0ZXJMb2cgZnJvbSAnLi9oZWxwZXJzL2xvZyc7XG5pbXBvcnQgcmVnaXN0ZXJMb29rdXAgZnJvbSAnLi9oZWxwZXJzL2xvb2t1cCc7XG5pbXBvcnQgcmVnaXN0ZXJXaXRoIGZyb20gJy4vaGVscGVycy93aXRoJztcblxuZXhwb3J0IGZ1bmN0aW9uIHJlZ2lzdGVyRGVmYXVsdEhlbHBlcnMoaW5zdGFuY2UpIHtcbiAgcmVnaXN0ZXJCbG9ja0hlbHBlck1pc3NpbmcoaW5zdGFuY2UpO1xuICByZWdpc3RlckVhY2goaW5zdGFuY2UpO1xuICByZWdpc3RlckhlbHBlck1pc3NpbmcoaW5zdGFuY2UpO1xuICByZWdpc3RlcklmKGluc3RhbmNlKTtcbiAgcmVnaXN0ZXJMb2coaW5zdGFuY2UpO1xuICByZWdpc3Rlckxvb2t1cChpbnN0YW5jZSk7XG4gIHJlZ2lzdGVyV2l0aChpbnN0YW5jZSk7XG59XG5cbmV4cG9ydCBmdW5jdGlvbiBtb3ZlSGVscGVyVG9Ib29rcyhpbnN0YW5jZSwgaGVscGVyTmFtZSwga2VlcEhlbHBlcikge1xuICBpZiAoaW5zdGFuY2UuaGVscGVyc1toZWxwZXJOYW1lXSkge1xuICAgIGluc3RhbmNlLmhvb2tzW2hlbHBlck5hbWVdID0gaW5zdGFuY2UuaGVscGVyc1toZWxwZXJOYW1lXTtcbiAgICBpZiAoIWtlZXBIZWxwZXIpIHtcbiAgICAgIGRlbGV0ZSBpbnN0YW5jZS5oZWxwZXJzW2hlbHBlck5hbWVdO1xuICAgIH1cbiAgfVxufVxuIl19\n","'use strict';\n\nexports.__esModule = true;\n\nvar _utils = require('./utils');\n\nvar logger = {\n methodMap: ['debug', 'info', 'warn', 'error'],\n level: 'info',\n\n // Maps a given level value to the `methodMap` indexes above.\n lookupLevel: function lookupLevel(level) {\n if (typeof level === 'string') {\n var levelMap = _utils.indexOf(logger.methodMap, level.toLowerCase());\n if (levelMap >= 0) {\n level = levelMap;\n } else {\n level = parseInt(level, 10);\n }\n }\n\n return level;\n },\n\n // Can be overridden in the host environment\n log: function log(level) {\n level = logger.lookupLevel(level);\n\n if (typeof console !== 'undefined' && logger.lookupLevel(logger.level) <= level) {\n var method = logger.methodMap[level];\n // eslint-disable-next-line no-console\n if (!console[method]) {\n method = 'log';\n }\n\n for (var _len = arguments.length, message = Array(_len > 1 ? _len - 1 : 0), _key = 1; _key < _len; _key++) {\n message[_key - 1] = arguments[_key];\n }\n\n console[method].apply(console, message); // eslint-disable-line no-console\n }\n }\n};\n\nexports['default'] = logger;\nmodule.exports = exports['default'];\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uL2xpYi9oYW5kbGViYXJzL2xvZ2dlci5qcyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiOzs7O3FCQUF3QixTQUFTOztBQUVqQyxJQUFJLE1BQU0sR0FBRztBQUNYLFdBQVMsRUFBRSxDQUFDLE9BQU8sRUFBRSxNQUFNLEVBQUUsTUFBTSxFQUFFLE9BQU8sQ0FBQztBQUM3QyxPQUFLLEVBQUUsTUFBTTs7O0FBR2IsYUFBVyxFQUFFLHFCQUFTLEtBQUssRUFBRTtBQUMzQixRQUFJLE9BQU8sS0FBSyxLQUFLLFFBQVEsRUFBRTtBQUM3QixVQUFJLFFBQVEsR0FBRyxlQUFRLE1BQU0sQ0FBQyxTQUFTLEVBQUUsS0FBSyxDQUFDLFdBQVcsRUFBRSxDQUFDLENBQUM7QUFDOUQsVUFBSSxRQUFRLElBQUksQ0FBQyxFQUFFO0FBQ2pCLGFBQUssR0FBRyxRQUFRLENBQUM7T0FDbEIsTUFBTTtBQUNMLGFBQUssR0FBRyxRQUFRLENBQUMsS0FBSyxFQUFFLEVBQUUsQ0FBQyxDQUFDO09BQzdCO0tBQ0Y7O0FBRUQsV0FBTyxLQUFLLENBQUM7R0FDZDs7O0FBR0QsS0FBRyxFQUFFLGFBQVMsS0FBSyxFQUFjO0FBQy9CLFNBQUssR0FBRyxNQUFNLENBQUMsV0FBVyxDQUFDLEtBQUssQ0FBQyxDQUFDOztBQUVsQyxRQUNFLE9BQU8sT0FBTyxLQUFLLFdBQVcsSUFDOUIsTUFBTSxDQUFDLFdBQVcsQ0FBQyxNQUFNLENBQUMsS0FBSyxDQUFDLElBQUksS0FBSyxFQUN6QztBQUNBLFVBQUksTUFBTSxHQUFHLE1BQU0sQ0FBQyxTQUFTLENBQUMsS0FBSyxDQUFDLENBQUM7O0FBRXJDLFVBQUksQ0FBQyxPQUFPLENBQUMsTUFBTSxDQUFDLEVBQUU7QUFDcEIsY0FBTSxHQUFHLEtBQUssQ0FBQztPQUNoQjs7d0NBWG1CLE9BQU87QUFBUCxlQUFPOzs7QUFZM0IsYUFBTyxDQUFDLE1BQU0sT0FBQyxDQUFmLE9BQU8sRUFBWSxPQUFPLENBQUMsQ0FBQztLQUM3QjtHQUNGO0NBQ0YsQ0FBQzs7cUJBRWEsTUFBTSIsImZpbGUiOiJsb2dnZXIuanMiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBpbmRleE9mIH0gZnJvbSAnLi91dGlscyc7XG5cbmxldCBsb2dnZXIgPSB7XG4gIG1ldGhvZE1hcDogWydkZWJ1ZycsICdpbmZvJywgJ3dhcm4nLCAnZXJyb3InXSxcbiAgbGV2ZWw6ICdpbmZvJyxcblxuICAvLyBNYXBzIGEgZ2l2ZW4gbGV2ZWwgdmFsdWUgdG8gdGhlIGBtZXRob2RNYXBgIGluZGV4ZXMgYWJvdmUuXG4gIGxvb2t1cExldmVsOiBmdW5jdGlvbihsZXZlbCkge1xuICAgIGlmICh0eXBlb2YgbGV2ZWwgPT09ICdzdHJpbmcnKSB7XG4gICAgICBsZXQgbGV2ZWxNYXAgPSBpbmRleE9mKGxvZ2dlci5tZXRob2RNYXAsIGxldmVsLnRvTG93ZXJDYXNlKCkpO1xuICAgICAgaWYgKGxldmVsTWFwID49IDApIHtcbiAgICAgICAgbGV2ZWwgPSBsZXZlbE1hcDtcbiAgICAgIH0gZWxzZSB7XG4gICAgICAgIGxldmVsID0gcGFyc2VJbnQobGV2ZWwsIDEwKTtcbiAgICAgIH1cbiAgICB9XG5cbiAgICByZXR1cm4gbGV2ZWw7XG4gIH0sXG5cbiAgLy8gQ2FuIGJlIG92ZXJyaWRkZW4gaW4gdGhlIGhvc3QgZW52aXJvbm1lbnRcbiAgbG9nOiBmdW5jdGlvbihsZXZlbCwgLi4ubWVzc2FnZSkge1xuICAgIGxldmVsID0gbG9nZ2VyLmxvb2t1cExldmVsKGxldmVsKTtcblxuICAgIGlmIChcbiAgICAgIHR5cGVvZiBjb25zb2xlICE9PSAndW5kZWZpbmVkJyAmJlxuICAgICAgbG9nZ2VyLmxvb2t1cExldmVsKGxvZ2dlci5sZXZlbCkgPD0gbGV2ZWxcbiAgICApIHtcbiAgICAgIGxldCBtZXRob2QgPSBsb2dnZXIubWV0aG9kTWFwW2xldmVsXTtcbiAgICAgIC8vIGVzbGludC1kaXNhYmxlLW5leHQtbGluZSBuby1jb25zb2xlXG4gICAgICBpZiAoIWNvbnNvbGVbbWV0aG9kXSkge1xuICAgICAgICBtZXRob2QgPSAnbG9nJztcbiAgICAgIH1cbiAgICAgIGNvbnNvbGVbbWV0aG9kXSguLi5tZXNzYWdlKTsgLy8gZXNsaW50LWRpc2FibGUtbGluZSBuby1jb25zb2xlXG4gICAgfVxuICB9XG59O1xuXG5leHBvcnQgZGVmYXVsdCBsb2dnZXI7XG4iXX0=\n","'use strict';\n\nexports.__esModule = true;\nexports.createProtoAccessControl = createProtoAccessControl;\nexports.resultIsAllowed = resultIsAllowed;\nexports.resetLoggedProperties = resetLoggedProperties;\n// istanbul ignore next\n\nfunction _interopRequireWildcard(obj) { if (obj && obj.__esModule) { return obj; } else { var newObj = {}; if (obj != null) { for (var key in obj) { if (Object.prototype.hasOwnProperty.call(obj, key)) newObj[key] = obj[key]; } } newObj['default'] = obj; return newObj; } }\n\nvar _createNewLookupObject = require('./create-new-lookup-object');\n\nvar _logger = require('../logger');\n\nvar logger = _interopRequireWildcard(_logger);\n\nvar loggedProperties = Object.create(null);\n\nfunction createProtoAccessControl(runtimeOptions) {\n var defaultMethodWhiteList = Object.create(null);\n defaultMethodWhiteList['constructor'] = false;\n defaultMethodWhiteList['__defineGetter__'] = false;\n defaultMethodWhiteList['__defineSetter__'] = false;\n defaultMethodWhiteList['__lookupGetter__'] = false;\n\n var defaultPropertyWhiteList = Object.create(null);\n // eslint-disable-next-line no-proto\n defaultPropertyWhiteList['__proto__'] = false;\n\n return {\n properties: {\n whitelist: _createNewLookupObject.createNewLookupObject(defaultPropertyWhiteList, runtimeOptions.allowedProtoProperties),\n defaultValue: runtimeOptions.allowProtoPropertiesByDefault\n },\n methods: {\n whitelist: _createNewLookupObject.createNewLookupObject(defaultMethodWhiteList, runtimeOptions.allowedProtoMethods),\n defaultValue: runtimeOptions.allowProtoMethodsByDefault\n }\n };\n}\n\nfunction resultIsAllowed(result, protoAccessControl, propertyName) {\n if (typeof result === 'function') {\n return checkWhiteList(protoAccessControl.methods, propertyName);\n } else {\n return checkWhiteList(protoAccessControl.properties, propertyName);\n }\n}\n\nfunction checkWhiteList(protoAccessControlForType, propertyName) {\n if (protoAccessControlForType.whitelist[propertyName] !== undefined) {\n return protoAccessControlForType.whitelist[propertyName] === true;\n }\n if (protoAccessControlForType.defaultValue !== undefined) {\n return protoAccessControlForType.defaultValue;\n }\n logUnexpecedPropertyAccessOnce(propertyName);\n return false;\n}\n\nfunction logUnexpecedPropertyAccessOnce(propertyName) {\n if (loggedProperties[propertyName] !== true) {\n loggedProperties[propertyName] = true;\n logger.log('error', 'Handlebars: Access has been denied to resolve the property \"' + propertyName + '\" because it is not an \"own property\" of its parent.\\n' + 'You can add a runtime option to disable the check or this warning:\\n' + 'See https://handlebarsjs.com/api-reference/runtime-options.html#options-to-control-prototype-access for details');\n }\n}\n\nfunction resetLoggedProperties() {\n Object.keys(loggedProperties).forEach(function (propertyName) {\n delete loggedProperties[propertyName];\n });\n}\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uL2xpYi9oYW5kbGViYXJzL2ludGVybmFsL3Byb3RvLWFjY2Vzcy5qcyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiOzs7Ozs7Ozs7O3FDQUFzQyw0QkFBNEI7O3NCQUMxQyxXQUFXOztJQUF2QixNQUFNOztBQUVsQixJQUFNLGdCQUFnQixHQUFHLE1BQU0sQ0FBQyxNQUFNLENBQUMsSUFBSSxDQUFDLENBQUM7O0FBRXRDLFNBQVMsd0JBQXdCLENBQUMsY0FBYyxFQUFFO0FBQ3ZELE1BQUksc0JBQXNCLEdBQUcsTUFBTSxDQUFDLE1BQU0sQ0FBQyxJQUFJLENBQUMsQ0FBQztBQUNqRCx3QkFBc0IsQ0FBQyxhQUFhLENBQUMsR0FBRyxLQUFLLENBQUM7QUFDOUMsd0JBQXNCLENBQUMsa0JBQWtCLENBQUMsR0FBRyxLQUFLLENBQUM7QUFDbkQsd0JBQXNCLENBQUMsa0JBQWtCLENBQUMsR0FBRyxLQUFLLENBQUM7QUFDbkQsd0JBQXNCLENBQUMsa0JBQWtCLENBQUMsR0FBRyxLQUFLLENBQUM7O0FBRW5ELE1BQUksd0JBQXdCLEdBQUcsTUFBTSxDQUFDLE1BQU0sQ0FBQyxJQUFJLENBQUMsQ0FBQzs7QUFFbkQsMEJBQXdCLENBQUMsV0FBVyxDQUFDLEdBQUcsS0FBSyxDQUFDOztBQUU5QyxTQUFPO0FBQ0wsY0FBVSxFQUFFO0FBQ1YsZUFBUyxFQUFFLDZDQUNULHdCQUF3QixFQUN4QixjQUFjLENBQUMsc0JBQXNCLENBQ3RDO0FBQ0Qsa0JBQVksRUFBRSxjQUFjLENBQUMsNkJBQTZCO0tBQzNEO0FBQ0QsV0FBTyxFQUFFO0FBQ1AsZUFBUyxFQUFFLDZDQUNULHNCQUFzQixFQUN0QixjQUFjLENBQUMsbUJBQW1CLENBQ25DO0FBQ0Qsa0JBQVksRUFBRSxjQUFjLENBQUMsMEJBQTBCO0tBQ3hEO0dBQ0YsQ0FBQztDQUNIOztBQUVNLFNBQVMsZUFBZSxDQUFDLE1BQU0sRUFBRSxrQkFBa0IsRUFBRSxZQUFZLEVBQUU7QUFDeEUsTUFBSSxPQUFPLE1BQU0sS0FBSyxVQUFVLEVBQUU7QUFDaEMsV0FBTyxjQUFjLENBQUMsa0JBQWtCLENBQUMsT0FBTyxFQUFFLFlBQVksQ0FBQyxDQUFDO0dBQ2pFLE1BQU07QUFDTCxXQUFPLGNBQWMsQ0FBQyxrQkFBa0IsQ0FBQyxVQUFVLEVBQUUsWUFBWSxDQUFDLENBQUM7R0FDcEU7Q0FDRjs7QUFFRCxTQUFTLGNBQWMsQ0FBQyx5QkFBeUIsRUFBRSxZQUFZLEVBQUU7QUFDL0QsTUFBSSx5QkFBeUIsQ0FBQyxTQUFTLENBQUMsWUFBWSxDQUFDLEtBQUssU0FBUyxFQUFFO0FBQ25FLFdBQU8seUJBQXlCLENBQUMsU0FBUyxDQUFDLFlBQVksQ0FBQyxLQUFLLElBQUksQ0FBQztHQUNuRTtBQUNELE1BQUkseUJBQXlCLENBQUMsWUFBWSxLQUFLLFNBQVMsRUFBRTtBQUN4RCxXQUFPLHlCQUF5QixDQUFDLFlBQVksQ0FBQztHQUMvQztBQUNELGdDQUE4QixDQUFDLFlBQVksQ0FBQyxDQUFDO0FBQzdDLFNBQU8sS0FBSyxDQUFDO0NBQ2Q7O0FBRUQsU0FBUyw4QkFBOEIsQ0FBQyxZQUFZLEVBQUU7QUFDcEQsTUFBSSxnQkFBZ0IsQ0FBQyxZQUFZLENBQUMsS0FBSyxJQUFJLEVBQUU7QUFDM0Msb0JBQWdCLENBQUMsWUFBWSxDQUFDLEdBQUcsSUFBSSxDQUFDO0FBQ3RDLFVBQU0sQ0FBQyxHQUFHLENBQ1IsT0FBTyxFQUNQLGlFQUErRCxZQUFZLG9JQUNILG9IQUMyQyxDQUNwSCxDQUFDO0dBQ0g7Q0FDRjs7QUFFTSxTQUFTLHFCQUFxQixHQUFHO0FBQ3RDLFFBQU0sQ0FBQyxJQUFJLENBQUMsZ0JBQWdCLENBQUMsQ0FBQyxPQUFPLENBQUMsVUFBQSxZQUFZLEVBQUk7QUFDcEQsV0FBTyxnQkFBZ0IsQ0FBQyxZQUFZLENBQUMsQ0FBQztHQUN2QyxDQUFDLENBQUM7Q0FDSiIsImZpbGUiOiJwcm90by1hY2Nlc3MuanMiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBjcmVhdGVOZXdMb29rdXBPYmplY3QgfSBmcm9tICcuL2NyZWF0ZS1uZXctbG9va3VwLW9iamVjdCc7XG5pbXBvcnQgKiBhcyBsb2dnZXIgZnJvbSAnLi4vbG9nZ2VyJztcblxuY29uc3QgbG9nZ2VkUHJvcGVydGllcyA9IE9iamVjdC5jcmVhdGUobnVsbCk7XG5cbmV4cG9ydCBmdW5jdGlvbiBjcmVhdGVQcm90b0FjY2Vzc0NvbnRyb2wocnVudGltZU9wdGlvbnMpIHtcbiAgbGV0IGRlZmF1bHRNZXRob2RXaGl0ZUxpc3QgPSBPYmplY3QuY3JlYXRlKG51bGwpO1xuICBkZWZhdWx0TWV0aG9kV2hpdGVMaXN0Wydjb25zdHJ1Y3RvciddID0gZmFsc2U7XG4gIGRlZmF1bHRNZXRob2RXaGl0ZUxpc3RbJ19fZGVmaW5lR2V0dGVyX18nXSA9IGZhbHNlO1xuICBkZWZhdWx0TWV0aG9kV2hpdGVMaXN0WydfX2RlZmluZVNldHRlcl9fJ10gPSBmYWxzZTtcbiAgZGVmYXVsdE1ldGhvZFdoaXRlTGlzdFsnX19sb29rdXBHZXR0ZXJfXyddID0gZmFsc2U7XG5cbiAgbGV0IGRlZmF1bHRQcm9wZXJ0eVdoaXRlTGlzdCA9IE9iamVjdC5jcmVhdGUobnVsbCk7XG4gIC8vIGVzbGludC1kaXNhYmxlLW5leHQtbGluZSBuby1wcm90b1xuICBkZWZhdWx0UHJvcGVydHlXaGl0ZUxpc3RbJ19fcHJvdG9fXyddID0gZmFsc2U7XG5cbiAgcmV0dXJuIHtcbiAgICBwcm9wZXJ0aWVzOiB7XG4gICAgICB3aGl0ZWxpc3Q6IGNyZWF0ZU5ld0xvb2t1cE9iamVjdChcbiAgICAgICAgZGVmYXVsdFByb3BlcnR5V2hpdGVMaXN0LFxuICAgICAgICBydW50aW1lT3B0aW9ucy5hbGxvd2VkUHJvdG9Qcm9wZXJ0aWVzXG4gICAgICApLFxuICAgICAgZGVmYXVsdFZhbHVlOiBydW50aW1lT3B0aW9ucy5hbGxvd1Byb3RvUHJvcGVydGllc0J5RGVmYXVsdFxuICAgIH0sXG4gICAgbWV0aG9kczoge1xuICAgICAgd2hpdGVsaXN0OiBjcmVhdGVOZXdMb29rdXBPYmplY3QoXG4gICAgICAgIGRlZmF1bHRNZXRob2RXaGl0ZUxpc3QsXG4gICAgICAgIHJ1bnRpbWVPcHRpb25zLmFsbG93ZWRQcm90b01ldGhvZHNcbiAgICAgICksXG4gICAgICBkZWZhdWx0VmFsdWU6IHJ1bnRpbWVPcHRpb25zLmFsbG93UHJvdG9NZXRob2RzQnlEZWZhdWx0XG4gICAgfVxuICB9O1xufVxuXG5leHBvcnQgZnVuY3Rpb24gcmVzdWx0SXNBbGxvd2VkKHJlc3VsdCwgcHJvdG9BY2Nlc3NDb250cm9sLCBwcm9wZXJ0eU5hbWUpIHtcbiAgaWYgKHR5cGVvZiByZXN1bHQgPT09ICdmdW5jdGlvbicpIHtcbiAgICByZXR1cm4gY2hlY2tXaGl0ZUxpc3QocHJvdG9BY2Nlc3NDb250cm9sLm1ldGhvZHMsIHByb3BlcnR5TmFtZSk7XG4gIH0gZWxzZSB7XG4gICAgcmV0dXJuIGNoZWNrV2hpdGVMaXN0KHByb3RvQWNjZXNzQ29udHJvbC5wcm9wZXJ0aWVzLCBwcm9wZXJ0eU5hbWUpO1xuICB9XG59XG5cbmZ1bmN0aW9uIGNoZWNrV2hpdGVMaXN0KHByb3RvQWNjZXNzQ29udHJvbEZvclR5cGUsIHByb3BlcnR5TmFtZSkge1xuICBpZiAocHJvdG9BY2Nlc3NDb250cm9sRm9yVHlwZS53aGl0ZWxpc3RbcHJvcGVydHlOYW1lXSAhPT0gdW5kZWZpbmVkKSB7XG4gICAgcmV0dXJuIHByb3RvQWNjZXNzQ29udHJvbEZvclR5cGUud2hpdGVsaXN0W3Byb3BlcnR5TmFtZV0gPT09IHRydWU7XG4gIH1cbiAgaWYgKHByb3RvQWNjZXNzQ29udHJvbEZvclR5cGUuZGVmYXVsdFZhbHVlICE9PSB1bmRlZmluZWQpIHtcbiAgICByZXR1cm4gcHJvdG9BY2Nlc3NDb250cm9sRm9yVHlwZS5kZWZhdWx0VmFsdWU7XG4gIH1cbiAgbG9nVW5leHBlY2VkUHJvcGVydHlBY2Nlc3NPbmNlKHByb3BlcnR5TmFtZSk7XG4gIHJldHVybiBmYWxzZTtcbn1cblxuZnVuY3Rpb24gbG9nVW5leHBlY2VkUHJvcGVydHlBY2Nlc3NPbmNlKHByb3BlcnR5TmFtZSkge1xuICBpZiAobG9nZ2VkUHJvcGVydGllc1twcm9wZXJ0eU5hbWVdICE9PSB0cnVlKSB7XG4gICAgbG9nZ2VkUHJvcGVydGllc1twcm9wZXJ0eU5hbWVdID0gdHJ1ZTtcbiAgICBsb2dnZXIubG9nKFxuICAgICAgJ2Vycm9yJyxcbiAgICAgIGBIYW5kbGViYXJzOiBBY2Nlc3MgaGFzIGJlZW4gZGVuaWVkIHRvIHJlc29sdmUgdGhlIHByb3BlcnR5IFwiJHtwcm9wZXJ0eU5hbWV9XCIgYmVjYXVzZSBpdCBpcyBub3QgYW4gXCJvd24gcHJvcGVydHlcIiBvZiBpdHMgcGFyZW50LlxcbmAgK1xuICAgICAgICBgWW91IGNhbiBhZGQgYSBydW50aW1lIG9wdGlvbiB0byBkaXNhYmxlIHRoZSBjaGVjayBvciB0aGlzIHdhcm5pbmc6XFxuYCArXG4gICAgICAgIGBTZWUgaHR0cHM6Ly9oYW5kbGViYXJzanMuY29tL2FwaS1yZWZlcmVuY2UvcnVudGltZS1vcHRpb25zLmh0bWwjb3B0aW9ucy10by1jb250cm9sLXByb3RvdHlwZS1hY2Nlc3MgZm9yIGRldGFpbHNgXG4gICAgKTtcbiAgfVxufVxuXG5leHBvcnQgZnVuY3Rpb24gcmVzZXRMb2dnZWRQcm9wZXJ0aWVzKCkge1xuICBPYmplY3Qua2V5cyhsb2dnZWRQcm9wZXJ0aWVzKS5mb3JFYWNoKHByb3BlcnR5TmFtZSA9PiB7XG4gICAgZGVsZXRlIGxvZ2dlZFByb3BlcnRpZXNbcHJvcGVydHlOYW1lXTtcbiAgfSk7XG59XG4iXX0=\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n var af = moment.defineLocale('af', {\n months : 'Januarie_Februarie_Maart_April_Mei_Junie_Julie_Augustus_September_Oktober_November_Desember'.split('_'),\n monthsShort : 'Jan_Feb_Mrt_Apr_Mei_Jun_Jul_Aug_Sep_Okt_Nov_Des'.split('_'),\n weekdays : 'Sondag_Maandag_Dinsdag_Woensdag_Donderdag_Vrydag_Saterdag'.split('_'),\n weekdaysShort : 'Son_Maa_Din_Woe_Don_Vry_Sat'.split('_'),\n weekdaysMin : 'So_Ma_Di_Wo_Do_Vr_Sa'.split('_'),\n meridiemParse: /vm|nm/i,\n isPM : function (input) {\n return /^nm$/i.test(input);\n },\n meridiem : function (hours, minutes, isLower) {\n if (hours < 12) {\n return isLower ? 'vm' : 'VM';\n } else {\n return isLower ? 'nm' : 'NM';\n }\n },\n longDateFormat : {\n LT : 'HH:mm',\n LTS : 'HH:mm:ss',\n L : 'DD/MM/YYYY',\n LL : 'D MMMM YYYY',\n LLL : 'D MMMM YYYY HH:mm',\n LLLL : 'dddd, D MMMM YYYY HH:mm'\n },\n calendar : {\n sameDay : '[Vandag om] LT',\n nextDay : '[Môre om] LT',\n nextWeek : 'dddd [om] LT',\n lastDay : '[Gister om] LT',\n lastWeek : '[Laas] dddd [om] LT',\n sameElse : 'L'\n },\n relativeTime : {\n future : 'oor %s',\n past : '%s gelede',\n s : '\\'n paar sekondes',\n ss : '%d sekondes',\n m : '\\'n minuut',\n mm : '%d minute',\n h : '\\'n uur',\n hh : '%d ure',\n d : '\\'n dag',\n dd : '%d dae',\n M : '\\'n maand',\n MM : '%d maande',\n y : '\\'n jaar',\n yy : '%d jaar'\n },\n dayOfMonthOrdinalParse: /\\d{1,2}(ste|de)/,\n ordinal : function (number) {\n return number + ((number === 1 || number === 8 || number >= 20) ? 'ste' : 'de'); // Thanks to Joris Röling : https://github.com/jjupiter\n },\n week : {\n dow : 1, // Maandag is die eerste dag van die week.\n doy : 4 // Die week wat die 4de Januarie bevat is die eerste week van die jaar.\n }\n });\n\n return af;\n\n})));\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n var symbolMap = {\n '1': '١',\n '2': '٢',\n '3': '٣',\n '4': '٤',\n '5': '٥',\n '6': '٦',\n '7': '٧',\n '8': '٨',\n '9': '٩',\n '0': '٠'\n }, numberMap = {\n '١': '1',\n '٢': '2',\n '٣': '3',\n '٤': '4',\n '٥': '5',\n '٦': '6',\n '٧': '7',\n '٨': '8',\n '٩': '9',\n '٠': '0'\n }, pluralForm = function (n) {\n return n === 0 ? 0 : n === 1 ? 1 : n === 2 ? 2 : n % 100 >= 3 && n % 100 <= 10 ? 3 : n % 100 >= 11 ? 4 : 5;\n }, plurals = {\n s : ['أقل من ثانية', 'ثانية واحدة', ['ثانيتان', 'ثانيتين'], '%d ثوان', '%d ثانية', '%d ثانية'],\n m : ['أقل من دقيقة', 'دقيقة واحدة', ['دقيقتان', 'دقيقتين'], '%d دقائق', '%d دقيقة', '%d دقيقة'],\n h : ['أقل من ساعة', 'ساعة واحدة', ['ساعتان', 'ساعتين'], '%d ساعات', '%d ساعة', '%d ساعة'],\n d : ['أقل من يوم', 'يوم واحد', ['يومان', 'يومين'], '%d أيام', '%d يومًا', '%d يوم'],\n M : ['أقل من شهر', 'شهر واحد', ['شهران', 'شهرين'], '%d أشهر', '%d شهرا', '%d شهر'],\n y : ['أقل من عام', 'عام واحد', ['عامان', 'عامين'], '%d أعوام', '%d عامًا', '%d عام']\n }, pluralize = function (u) {\n return function (number, withoutSuffix, string, isFuture) {\n var f = pluralForm(number),\n str = plurals[u][pluralForm(number)];\n if (f === 2) {\n str = str[withoutSuffix ? 0 : 1];\n }\n return str.replace(/%d/i, number);\n };\n }, months = [\n 'يناير',\n 'فبراير',\n 'مارس',\n 'أبريل',\n 'مايو',\n 'يونيو',\n 'يوليو',\n 'أغسطس',\n 'سبتمبر',\n 'أكتوبر',\n 'نوفمبر',\n 'ديسمبر'\n ];\n\n var ar = moment.defineLocale('ar', {\n months : months,\n monthsShort : months,\n weekdays : 'الأحد_الإثنين_الثلاثاء_الأربعاء_الخميس_الجمعة_السبت'.split('_'),\n weekdaysShort : 'أحد_إثنين_ثلاثاء_أربعاء_خميس_جمعة_سبت'.split('_'),\n weekdaysMin : 'ح_ن_ث_ر_خ_ج_س'.split('_'),\n weekdaysParseExact : true,\n longDateFormat : {\n LT : 'HH:mm',\n LTS : 'HH:mm:ss',\n L : 'D/\\u200FM/\\u200FYYYY',\n LL : 'D MMMM YYYY',\n LLL : 'D MMMM YYYY HH:mm',\n LLLL : 'dddd D MMMM YYYY HH:mm'\n },\n meridiemParse: /ص|م/,\n isPM : function (input) {\n return 'م' === input;\n },\n meridiem : function (hour, minute, isLower) {\n if (hour < 12) {\n return 'ص';\n } else {\n return 'م';\n }\n },\n calendar : {\n sameDay: '[اليوم عند الساعة] LT',\n nextDay: '[غدًا عند الساعة] LT',\n nextWeek: 'dddd [عند الساعة] LT',\n lastDay: '[أمس عند الساعة] LT',\n lastWeek: 'dddd [عند الساعة] LT',\n sameElse: 'L'\n },\n relativeTime : {\n future : 'بعد %s',\n past : 'منذ %s',\n s : pluralize('s'),\n ss : pluralize('s'),\n m : pluralize('m'),\n mm : pluralize('m'),\n h : pluralize('h'),\n hh : pluralize('h'),\n d : pluralize('d'),\n dd : pluralize('d'),\n M : pluralize('M'),\n MM : pluralize('M'),\n y : pluralize('y'),\n yy : pluralize('y')\n },\n preparse: function (string) {\n return string.replace(/[١٢٣٤٥٦٧٨٩٠]/g, function (match) {\n return numberMap[match];\n }).replace(/،/g, ',');\n },\n postformat: function (string) {\n return string.replace(/\\d/g, function (match) {\n return symbolMap[match];\n }).replace(/,/g, '،');\n },\n week : {\n dow : 6, // Saturday is the first day of the week.\n doy : 12 // The week that contains Jan 12th is the first week of the year.\n }\n });\n\n return ar;\n\n})));\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n var arDz = moment.defineLocale('ar-dz', {\n months : 'جانفي_فيفري_مارس_أفريل_ماي_جوان_جويلية_أوت_سبتمبر_أكتوبر_نوفمبر_ديسمبر'.split('_'),\n monthsShort : 'جانفي_فيفري_مارس_أفريل_ماي_جوان_جويلية_أوت_سبتمبر_أكتوبر_نوفمبر_ديسمبر'.split('_'),\n weekdays : 'الأحد_الإثنين_الثلاثاء_الأربعاء_الخميس_الجمعة_السبت'.split('_'),\n weekdaysShort : 'احد_اثنين_ثلاثاء_اربعاء_خميس_جمعة_سبت'.split('_'),\n weekdaysMin : 'أح_إث_ثلا_أر_خم_جم_سب'.split('_'),\n weekdaysParseExact : true,\n longDateFormat : {\n LT : 'HH:mm',\n LTS : 'HH:mm:ss',\n L : 'DD/MM/YYYY',\n LL : 'D MMMM YYYY',\n LLL : 'D MMMM YYYY HH:mm',\n LLLL : 'dddd D MMMM YYYY HH:mm'\n },\n calendar : {\n sameDay: '[اليوم على الساعة] LT',\n nextDay: '[غدا على الساعة] LT',\n nextWeek: 'dddd [على الساعة] LT',\n lastDay: '[أمس على الساعة] LT',\n lastWeek: 'dddd [على الساعة] LT',\n sameElse: 'L'\n },\n relativeTime : {\n future : 'في %s',\n past : 'منذ %s',\n s : 'ثوان',\n ss : '%d ثانية',\n m : 'دقيقة',\n mm : '%d دقائق',\n h : 'ساعة',\n hh : '%d ساعات',\n d : 'يوم',\n dd : '%d أيام',\n M : 'شهر',\n MM : '%d أشهر',\n y : 'سنة',\n yy : '%d سنوات'\n },\n week : {\n dow : 0, // Sunday is the first day of the week.\n doy : 4 // The week that contains Jan 4th is the first week of the year.\n }\n });\n\n return arDz;\n\n})));\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n var arKw = moment.defineLocale('ar-kw', {\n months : 'يناير_فبراير_مارس_أبريل_ماي_يونيو_يوليوز_غشت_شتنبر_أكتوبر_نونبر_دجنبر'.split('_'),\n monthsShort : 'يناير_فبراير_مارس_أبريل_ماي_يونيو_يوليوز_غشت_شتنبر_أكتوبر_نونبر_دجنبر'.split('_'),\n weekdays : 'الأحد_الإتنين_الثلاثاء_الأربعاء_الخميس_الجمعة_السبت'.split('_'),\n weekdaysShort : 'احد_اتنين_ثلاثاء_اربعاء_خميس_جمعة_سبت'.split('_'),\n weekdaysMin : 'ح_ن_ث_ر_خ_ج_س'.split('_'),\n weekdaysParseExact : true,\n longDateFormat : {\n LT : 'HH:mm',\n LTS : 'HH:mm:ss',\n L : 'DD/MM/YYYY',\n LL : 'D MMMM YYYY',\n LLL : 'D MMMM YYYY HH:mm',\n LLLL : 'dddd D MMMM YYYY HH:mm'\n },\n calendar : {\n sameDay: '[اليوم على الساعة] LT',\n nextDay: '[غدا على الساعة] LT',\n nextWeek: 'dddd [على الساعة] LT',\n lastDay: '[أمس على الساعة] LT',\n lastWeek: 'dddd [على الساعة] LT',\n sameElse: 'L'\n },\n relativeTime : {\n future : 'في %s',\n past : 'منذ %s',\n s : 'ثوان',\n ss : '%d ثانية',\n m : 'دقيقة',\n mm : '%d دقائق',\n h : 'ساعة',\n hh : '%d ساعات',\n d : 'يوم',\n dd : '%d أيام',\n M : 'شهر',\n MM : '%d أشهر',\n y : 'سنة',\n yy : '%d سنوات'\n },\n week : {\n dow : 0, // Sunday is the first day of the week.\n doy : 12 // The week that contains Jan 12th is the first week of the year.\n }\n });\n\n return arKw;\n\n})));\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n var symbolMap = {\n '1': '1',\n '2': '2',\n '3': '3',\n '4': '4',\n '5': '5',\n '6': '6',\n '7': '7',\n '8': '8',\n '9': '9',\n '0': '0'\n }, pluralForm = function (n) {\n return n === 0 ? 0 : n === 1 ? 1 : n === 2 ? 2 : n % 100 >= 3 && n % 100 <= 10 ? 3 : n % 100 >= 11 ? 4 : 5;\n }, plurals = {\n s : ['أقل من ثانية', 'ثانية واحدة', ['ثانيتان', 'ثانيتين'], '%d ثوان', '%d ثانية', '%d ثانية'],\n m : ['أقل من دقيقة', 'دقيقة واحدة', ['دقيقتان', 'دقيقتين'], '%d دقائق', '%d دقيقة', '%d دقيقة'],\n h : ['أقل من ساعة', 'ساعة واحدة', ['ساعتان', 'ساعتين'], '%d ساعات', '%d ساعة', '%d ساعة'],\n d : ['أقل من يوم', 'يوم واحد', ['يومان', 'يومين'], '%d أيام', '%d يومًا', '%d يوم'],\n M : ['أقل من شهر', 'شهر واحد', ['شهران', 'شهرين'], '%d أشهر', '%d شهرا', '%d شهر'],\n y : ['أقل من عام', 'عام واحد', ['عامان', 'عامين'], '%d أعوام', '%d عامًا', '%d عام']\n }, pluralize = function (u) {\n return function (number, withoutSuffix, string, isFuture) {\n var f = pluralForm(number),\n str = plurals[u][pluralForm(number)];\n if (f === 2) {\n str = str[withoutSuffix ? 0 : 1];\n }\n return str.replace(/%d/i, number);\n };\n }, months = [\n 'يناير',\n 'فبراير',\n 'مارس',\n 'أبريل',\n 'مايو',\n 'يونيو',\n 'يوليو',\n 'أغسطس',\n 'سبتمبر',\n 'أكتوبر',\n 'نوفمبر',\n 'ديسمبر'\n ];\n\n var arLy = moment.defineLocale('ar-ly', {\n months : months,\n monthsShort : months,\n weekdays : 'الأحد_الإثنين_الثلاثاء_الأربعاء_الخميس_الجمعة_السبت'.split('_'),\n weekdaysShort : 'أحد_إثنين_ثلاثاء_أربعاء_خميس_جمعة_سبت'.split('_'),\n weekdaysMin : 'ح_ن_ث_ر_خ_ج_س'.split('_'),\n weekdaysParseExact : true,\n longDateFormat : {\n LT : 'HH:mm',\n LTS : 'HH:mm:ss',\n L : 'D/\\u200FM/\\u200FYYYY',\n LL : 'D MMMM YYYY',\n LLL : 'D MMMM YYYY HH:mm',\n LLLL : 'dddd D MMMM YYYY HH:mm'\n },\n meridiemParse: /ص|م/,\n isPM : function (input) {\n return 'م' === input;\n },\n meridiem : function (hour, minute, isLower) {\n if (hour < 12) {\n return 'ص';\n } else {\n return 'م';\n }\n },\n calendar : {\n sameDay: '[اليوم عند الساعة] LT',\n nextDay: '[غدًا عند الساعة] LT',\n nextWeek: 'dddd [عند الساعة] LT',\n lastDay: '[أمس عند الساعة] LT',\n lastWeek: 'dddd [عند الساعة] LT',\n sameElse: 'L'\n },\n relativeTime : {\n future : 'بعد %s',\n past : 'منذ %s',\n s : pluralize('s'),\n ss : pluralize('s'),\n m : pluralize('m'),\n mm : pluralize('m'),\n h : pluralize('h'),\n hh : pluralize('h'),\n d : pluralize('d'),\n dd : pluralize('d'),\n M : pluralize('M'),\n MM : pluralize('M'),\n y : pluralize('y'),\n yy : pluralize('y')\n },\n preparse: function (string) {\n return string.replace(/،/g, ',');\n },\n postformat: function (string) {\n return string.replace(/\\d/g, function (match) {\n return symbolMap[match];\n }).replace(/,/g, '،');\n },\n week : {\n dow : 6, // Saturday is the first day of the week.\n doy : 12 // The week that contains Jan 12th is the first week of the year.\n }\n });\n\n return arLy;\n\n})));\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n var arMa = moment.defineLocale('ar-ma', {\n months : 'يناير_فبراير_مارس_أبريل_ماي_يونيو_يوليوز_غشت_شتنبر_أكتوبر_نونبر_دجنبر'.split('_'),\n monthsShort : 'يناير_فبراير_مارس_أبريل_ماي_يونيو_يوليوز_غشت_شتنبر_أكتوبر_نونبر_دجنبر'.split('_'),\n weekdays : 'الأحد_الإتنين_الثلاثاء_الأربعاء_الخميس_الجمعة_السبت'.split('_'),\n weekdaysShort : 'احد_اتنين_ثلاثاء_اربعاء_خميس_جمعة_سبت'.split('_'),\n weekdaysMin : 'ح_ن_ث_ر_خ_ج_س'.split('_'),\n weekdaysParseExact : true,\n longDateFormat : {\n LT : 'HH:mm',\n LTS : 'HH:mm:ss',\n L : 'DD/MM/YYYY',\n LL : 'D MMMM YYYY',\n LLL : 'D MMMM YYYY HH:mm',\n LLLL : 'dddd D MMMM YYYY HH:mm'\n },\n calendar : {\n sameDay: '[اليوم على الساعة] LT',\n nextDay: '[غدا على الساعة] LT',\n nextWeek: 'dddd [على الساعة] LT',\n lastDay: '[أمس على الساعة] LT',\n lastWeek: 'dddd [على الساعة] LT',\n sameElse: 'L'\n },\n relativeTime : {\n future : 'في %s',\n past : 'منذ %s',\n s : 'ثوان',\n ss : '%d ثانية',\n m : 'دقيقة',\n mm : '%d دقائق',\n h : 'ساعة',\n hh : '%d ساعات',\n d : 'يوم',\n dd : '%d أيام',\n M : 'شهر',\n MM : '%d أشهر',\n y : 'سنة',\n yy : '%d سنوات'\n },\n week : {\n dow : 6, // Saturday is the first day of the week.\n doy : 12 // The week that contains Jan 12th is the first week of the year.\n }\n });\n\n return arMa;\n\n})));\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n var symbolMap = {\n '1': '١',\n '2': '٢',\n '3': '٣',\n '4': '٤',\n '5': '٥',\n '6': '٦',\n '7': '٧',\n '8': '٨',\n '9': '٩',\n '0': '٠'\n }, numberMap = {\n '١': '1',\n '٢': '2',\n '٣': '3',\n '٤': '4',\n '٥': '5',\n '٦': '6',\n '٧': '7',\n '٨': '8',\n '٩': '9',\n '٠': '0'\n };\n\n var arSa = moment.defineLocale('ar-sa', {\n months : 'يناير_فبراير_مارس_أبريل_مايو_يونيو_يوليو_أغسطس_سبتمبر_أكتوبر_نوفمبر_ديسمبر'.split('_'),\n monthsShort : 'يناير_فبراير_مارس_أبريل_مايو_يونيو_يوليو_أغسطس_سبتمبر_أكتوبر_نوفمبر_ديسمبر'.split('_'),\n weekdays : 'الأحد_الإثنين_الثلاثاء_الأربعاء_الخميس_الجمعة_السبت'.split('_'),\n weekdaysShort : 'أحد_إثنين_ثلاثاء_أربعاء_خميس_جمعة_سبت'.split('_'),\n weekdaysMin : 'ح_ن_ث_ر_خ_ج_س'.split('_'),\n weekdaysParseExact : true,\n longDateFormat : {\n LT : 'HH:mm',\n LTS : 'HH:mm:ss',\n L : 'DD/MM/YYYY',\n LL : 'D MMMM YYYY',\n LLL : 'D MMMM YYYY HH:mm',\n LLLL : 'dddd D MMMM YYYY HH:mm'\n },\n meridiemParse: /ص|م/,\n isPM : function (input) {\n return 'م' === input;\n },\n meridiem : function (hour, minute, isLower) {\n if (hour < 12) {\n return 'ص';\n } else {\n return 'م';\n }\n },\n calendar : {\n sameDay: '[اليوم على الساعة] LT',\n nextDay: '[غدا على الساعة] LT',\n nextWeek: 'dddd [على الساعة] LT',\n lastDay: '[أمس على الساعة] LT',\n lastWeek: 'dddd [على الساعة] LT',\n sameElse: 'L'\n },\n relativeTime : {\n future : 'في %s',\n past : 'منذ %s',\n s : 'ثوان',\n ss : '%d ثانية',\n m : 'دقيقة',\n mm : '%d دقائق',\n h : 'ساعة',\n hh : '%d ساعات',\n d : 'يوم',\n dd : '%d أيام',\n M : 'شهر',\n MM : '%d أشهر',\n y : 'سنة',\n yy : '%d سنوات'\n },\n preparse: function (string) {\n return string.replace(/[١٢٣٤٥٦٧٨٩٠]/g, function (match) {\n return numberMap[match];\n }).replace(/،/g, ',');\n },\n postformat: function (string) {\n return string.replace(/\\d/g, function (match) {\n return symbolMap[match];\n }).replace(/,/g, '،');\n },\n week : {\n dow : 0, // Sunday is the first day of the week.\n doy : 6 // The week that contains Jan 6th is the first week of the year.\n }\n });\n\n return arSa;\n\n})));\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n var arTn = moment.defineLocale('ar-tn', {\n months: 'جانفي_فيفري_مارس_أفريل_ماي_جوان_جويلية_أوت_سبتمبر_أكتوبر_نوفمبر_ديسمبر'.split('_'),\n monthsShort: 'جانفي_فيفري_مارس_أفريل_ماي_جوان_جويلية_أوت_سبتمبر_أكتوبر_نوفمبر_ديسمبر'.split('_'),\n weekdays: 'الأحد_الإثنين_الثلاثاء_الأربعاء_الخميس_الجمعة_السبت'.split('_'),\n weekdaysShort: 'أحد_إثنين_ثلاثاء_أربعاء_خميس_جمعة_سبت'.split('_'),\n weekdaysMin: 'ح_ن_ث_ر_خ_ج_س'.split('_'),\n weekdaysParseExact : true,\n longDateFormat: {\n LT: 'HH:mm',\n LTS: 'HH:mm:ss',\n L: 'DD/MM/YYYY',\n LL: 'D MMMM YYYY',\n LLL: 'D MMMM YYYY HH:mm',\n LLLL: 'dddd D MMMM YYYY HH:mm'\n },\n calendar: {\n sameDay: '[اليوم على الساعة] LT',\n nextDay: '[غدا على الساعة] LT',\n nextWeek: 'dddd [على الساعة] LT',\n lastDay: '[أمس على الساعة] LT',\n lastWeek: 'dddd [على الساعة] LT',\n sameElse: 'L'\n },\n relativeTime: {\n future: 'في %s',\n past: 'منذ %s',\n s: 'ثوان',\n ss : '%d ثانية',\n m: 'دقيقة',\n mm: '%d دقائق',\n h: 'ساعة',\n hh: '%d ساعات',\n d: 'يوم',\n dd: '%d أيام',\n M: 'شهر',\n MM: '%d أشهر',\n y: 'سنة',\n yy: '%d سنوات'\n },\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 4 // The week that contains Jan 4th is the first week of the year.\n }\n });\n\n return arTn;\n\n})));\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n var suffixes = {\n 1: '-inci',\n 5: '-inci',\n 8: '-inci',\n 70: '-inci',\n 80: '-inci',\n 2: '-nci',\n 7: '-nci',\n 20: '-nci',\n 50: '-nci',\n 3: '-üncü',\n 4: '-üncü',\n 100: '-üncü',\n 6: '-ncı',\n 9: '-uncu',\n 10: '-uncu',\n 30: '-uncu',\n 60: '-ıncı',\n 90: '-ıncı'\n };\n\n var az = moment.defineLocale('az', {\n months : 'yanvar_fevral_mart_aprel_may_iyun_iyul_avqust_sentyabr_oktyabr_noyabr_dekabr'.split('_'),\n monthsShort : 'yan_fev_mar_apr_may_iyn_iyl_avq_sen_okt_noy_dek'.split('_'),\n weekdays : 'Bazar_Bazar ertəsi_Çərşənbə axşamı_Çərşənbə_Cümə axşamı_Cümə_Şənbə'.split('_'),\n weekdaysShort : 'Baz_BzE_ÇAx_Çər_CAx_Cüm_Şən'.split('_'),\n weekdaysMin : 'Bz_BE_ÇA_Çə_CA_Cü_Şə'.split('_'),\n weekdaysParseExact : true,\n longDateFormat : {\n LT : 'HH:mm',\n LTS : 'HH:mm:ss',\n L : 'DD.MM.YYYY',\n LL : 'D MMMM YYYY',\n LLL : 'D MMMM YYYY HH:mm',\n LLLL : 'dddd, D MMMM YYYY HH:mm'\n },\n calendar : {\n sameDay : '[bugün saat] LT',\n nextDay : '[sabah saat] LT',\n nextWeek : '[gələn həftə] dddd [saat] LT',\n lastDay : '[dünən] LT',\n lastWeek : '[keçən həftə] dddd [saat] LT',\n sameElse : 'L'\n },\n relativeTime : {\n future : '%s sonra',\n past : '%s əvvəl',\n s : 'birneçə saniyə',\n ss : '%d saniyə',\n m : 'bir dəqiqə',\n mm : '%d dəqiqə',\n h : 'bir saat',\n hh : '%d saat',\n d : 'bir gün',\n dd : '%d gün',\n M : 'bir ay',\n MM : '%d ay',\n y : 'bir il',\n yy : '%d il'\n },\n meridiemParse: /gecə|səhər|gündüz|axşam/,\n isPM : function (input) {\n return /^(gündüz|axşam)$/.test(input);\n },\n meridiem : function (hour, minute, isLower) {\n if (hour < 4) {\n return 'gecə';\n } else if (hour < 12) {\n return 'səhər';\n } else if (hour < 17) {\n return 'gündüz';\n } else {\n return 'axşam';\n }\n },\n dayOfMonthOrdinalParse: /\\d{1,2}-(ıncı|inci|nci|üncü|ncı|uncu)/,\n ordinal : function (number) {\n if (number === 0) { // special case for zero\n return number + '-ıncı';\n }\n var a = number % 10,\n b = number % 100 - a,\n c = number >= 100 ? 100 : null;\n return number + (suffixes[a] || suffixes[b] || suffixes[c]);\n },\n week : {\n dow : 1, // Monday is the first day of the week.\n doy : 7 // The week that contains Jan 7th is the first week of the year.\n }\n });\n\n return az;\n\n})));\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n function plural(word, num) {\n var forms = word.split('_');\n return num % 10 === 1 && num % 100 !== 11 ? forms[0] : (num % 10 >= 2 && num % 10 <= 4 && (num % 100 < 10 || num % 100 >= 20) ? forms[1] : forms[2]);\n }\n function relativeTimeWithPlural(number, withoutSuffix, key) {\n var format = {\n 'ss': withoutSuffix ? 'секунда_секунды_секунд' : 'секунду_секунды_секунд',\n 'mm': withoutSuffix ? 'хвіліна_хвіліны_хвілін' : 'хвіліну_хвіліны_хвілін',\n 'hh': withoutSuffix ? 'гадзіна_гадзіны_гадзін' : 'гадзіну_гадзіны_гадзін',\n 'dd': 'дзень_дні_дзён',\n 'MM': 'месяц_месяцы_месяцаў',\n 'yy': 'год_гады_гадоў'\n };\n if (key === 'm') {\n return withoutSuffix ? 'хвіліна' : 'хвіліну';\n }\n else if (key === 'h') {\n return withoutSuffix ? 'гадзіна' : 'гадзіну';\n }\n else {\n return number + ' ' + plural(format[key], +number);\n }\n }\n\n var be = moment.defineLocale('be', {\n months : {\n format: 'студзеня_лютага_сакавіка_красавіка_траўня_чэрвеня_ліпеня_жніўня_верасня_кастрычніка_лістапада_снежня'.split('_'),\n standalone: 'студзень_люты_сакавік_красавік_травень_чэрвень_ліпень_жнівень_верасень_кастрычнік_лістапад_снежань'.split('_')\n },\n monthsShort : 'студ_лют_сак_крас_трав_чэрв_ліп_жнів_вер_каст_ліст_снеж'.split('_'),\n weekdays : {\n format: 'нядзелю_панядзелак_аўторак_сераду_чацвер_пятніцу_суботу'.split('_'),\n standalone: 'нядзеля_панядзелак_аўторак_серада_чацвер_пятніца_субота'.split('_'),\n isFormat: /\\[ ?[Ууў] ?(?:мінулую|наступную)? ?\\] ?dddd/\n },\n weekdaysShort : 'нд_пн_ат_ср_чц_пт_сб'.split('_'),\n weekdaysMin : 'нд_пн_ат_ср_чц_пт_сб'.split('_'),\n longDateFormat : {\n LT : 'HH:mm',\n LTS : 'HH:mm:ss',\n L : 'DD.MM.YYYY',\n LL : 'D MMMM YYYY г.',\n LLL : 'D MMMM YYYY г., HH:mm',\n LLLL : 'dddd, D MMMM YYYY г., HH:mm'\n },\n calendar : {\n sameDay: '[Сёння ў] LT',\n nextDay: '[Заўтра ў] LT',\n lastDay: '[Учора ў] LT',\n nextWeek: function () {\n return '[У] dddd [ў] LT';\n },\n lastWeek: function () {\n switch (this.day()) {\n case 0:\n case 3:\n case 5:\n case 6:\n return '[У мінулую] dddd [ў] LT';\n case 1:\n case 2:\n case 4:\n return '[У мінулы] dddd [ў] LT';\n }\n },\n sameElse: 'L'\n },\n relativeTime : {\n future : 'праз %s',\n past : '%s таму',\n s : 'некалькі секунд',\n m : relativeTimeWithPlural,\n mm : relativeTimeWithPlural,\n h : relativeTimeWithPlural,\n hh : relativeTimeWithPlural,\n d : 'дзень',\n dd : relativeTimeWithPlural,\n M : 'месяц',\n MM : relativeTimeWithPlural,\n y : 'год',\n yy : relativeTimeWithPlural\n },\n meridiemParse: /ночы|раніцы|дня|вечара/,\n isPM : function (input) {\n return /^(дня|вечара)$/.test(input);\n },\n meridiem : function (hour, minute, isLower) {\n if (hour < 4) {\n return 'ночы';\n } else if (hour < 12) {\n return 'раніцы';\n } else if (hour < 17) {\n return 'дня';\n } else {\n return 'вечара';\n }\n },\n dayOfMonthOrdinalParse: /\\d{1,2}-(і|ы|га)/,\n ordinal: function (number, period) {\n switch (period) {\n case 'M':\n case 'd':\n case 'DDD':\n case 'w':\n case 'W':\n return (number % 10 === 2 || number % 10 === 3) && (number % 100 !== 12 && number % 100 !== 13) ? number + '-і' : number + '-ы';\n case 'D':\n return number + '-га';\n default:\n return number;\n }\n },\n week : {\n dow : 1, // Monday is the first day of the week.\n doy : 7 // The week that contains Jan 7th is the first week of the year.\n }\n });\n\n return be;\n\n})));\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n var bg = moment.defineLocale('bg', {\n months : 'януари_февруари_март_април_май_юни_юли_август_септември_октомври_ноември_декември'.split('_'),\n monthsShort : 'янр_фев_мар_апр_май_юни_юли_авг_сеп_окт_ное_дек'.split('_'),\n weekdays : 'неделя_понеделник_вторник_сряда_четвъртък_петък_събота'.split('_'),\n weekdaysShort : 'нед_пон_вто_сря_чет_пет_съб'.split('_'),\n weekdaysMin : 'нд_пн_вт_ср_чт_пт_сб'.split('_'),\n longDateFormat : {\n LT : 'H:mm',\n LTS : 'H:mm:ss',\n L : 'D.MM.YYYY',\n LL : 'D MMMM YYYY',\n LLL : 'D MMMM YYYY H:mm',\n LLLL : 'dddd, D MMMM YYYY H:mm'\n },\n calendar : {\n sameDay : '[Днес в] LT',\n nextDay : '[Утре в] LT',\n nextWeek : 'dddd [в] LT',\n lastDay : '[Вчера в] LT',\n lastWeek : function () {\n switch (this.day()) {\n case 0:\n case 3:\n case 6:\n return '[В изминалата] dddd [в] LT';\n case 1:\n case 2:\n case 4:\n case 5:\n return '[В изминалия] dddd [в] LT';\n }\n },\n sameElse : 'L'\n },\n relativeTime : {\n future : 'след %s',\n past : 'преди %s',\n s : 'няколко секунди',\n ss : '%d секунди',\n m : 'минута',\n mm : '%d минути',\n h : 'час',\n hh : '%d часа',\n d : 'ден',\n dd : '%d дни',\n M : 'месец',\n MM : '%d месеца',\n y : 'година',\n yy : '%d години'\n },\n dayOfMonthOrdinalParse: /\\d{1,2}-(ев|ен|ти|ви|ри|ми)/,\n ordinal : function (number) {\n var lastDigit = number % 10,\n last2Digits = number % 100;\n if (number === 0) {\n return number + '-ев';\n } else if (last2Digits === 0) {\n return number + '-ен';\n } else if (last2Digits > 10 && last2Digits < 20) {\n return number + '-ти';\n } else if (lastDigit === 1) {\n return number + '-ви';\n } else if (lastDigit === 2) {\n return number + '-ри';\n } else if (lastDigit === 7 || lastDigit === 8) {\n return number + '-ми';\n } else {\n return number + '-ти';\n }\n },\n week : {\n dow : 1, // Monday is the first day of the week.\n doy : 7 // The week that contains Jan 7th is the first week of the year.\n }\n });\n\n return bg;\n\n})));\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n var bm = moment.defineLocale('bm', {\n months : 'Zanwuyekalo_Fewuruyekalo_Marisikalo_Awirilikalo_Mɛkalo_Zuwɛnkalo_Zuluyekalo_Utikalo_Sɛtanburukalo_ɔkutɔburukalo_Nowanburukalo_Desanburukalo'.split('_'),\n monthsShort : 'Zan_Few_Mar_Awi_Mɛ_Zuw_Zul_Uti_Sɛt_ɔku_Now_Des'.split('_'),\n weekdays : 'Kari_Ntɛnɛn_Tarata_Araba_Alamisa_Juma_Sibiri'.split('_'),\n weekdaysShort : 'Kar_Ntɛ_Tar_Ara_Ala_Jum_Sib'.split('_'),\n weekdaysMin : 'Ka_Nt_Ta_Ar_Al_Ju_Si'.split('_'),\n longDateFormat : {\n LT : 'HH:mm',\n LTS : 'HH:mm:ss',\n L : 'DD/MM/YYYY',\n LL : 'MMMM [tile] D [san] YYYY',\n LLL : 'MMMM [tile] D [san] YYYY [lɛrɛ] HH:mm',\n LLLL : 'dddd MMMM [tile] D [san] YYYY [lɛrɛ] HH:mm'\n },\n calendar : {\n sameDay : '[Bi lɛrɛ] LT',\n nextDay : '[Sini lɛrɛ] LT',\n nextWeek : 'dddd [don lɛrɛ] LT',\n lastDay : '[Kunu lɛrɛ] LT',\n lastWeek : 'dddd [tɛmɛnen lɛrɛ] LT',\n sameElse : 'L'\n },\n relativeTime : {\n future : '%s kɔnɔ',\n past : 'a bɛ %s bɔ',\n s : 'sanga dama dama',\n ss : 'sekondi %d',\n m : 'miniti kelen',\n mm : 'miniti %d',\n h : 'lɛrɛ kelen',\n hh : 'lɛrɛ %d',\n d : 'tile kelen',\n dd : 'tile %d',\n M : 'kalo kelen',\n MM : 'kalo %d',\n y : 'san kelen',\n yy : 'san %d'\n },\n week : {\n dow : 1, // Monday is the first day of the week.\n doy : 4 // The week that contains Jan 4th is the first week of the year.\n }\n });\n\n return bm;\n\n})));\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n var symbolMap = {\n '1': '১',\n '2': '২',\n '3': '৩',\n '4': '৪',\n '5': '৫',\n '6': '৬',\n '7': '৭',\n '8': '৮',\n '9': '৯',\n '0': '০'\n },\n numberMap = {\n '১': '1',\n '২': '2',\n '৩': '3',\n '৪': '4',\n '৫': '5',\n '৬': '6',\n '৭': '7',\n '৮': '8',\n '৯': '9',\n '০': '0'\n };\n\n var bn = moment.defineLocale('bn', {\n months : 'জানুয়ারী_ফেব্রুয়ারি_মার্চ_এপ্রিল_মে_জুন_জুলাই_আগস্ট_সেপ্টেম্বর_অক্টোবর_নভেম্বর_ডিসেম্বর'.split('_'),\n monthsShort : 'জানু_ফেব_মার্চ_এপ্র_মে_জুন_জুল_আগ_সেপ্ট_অক্টো_নভে_ডিসে'.split('_'),\n weekdays : 'রবিবার_সোমবার_মঙ্গলবার_বুধবার_বৃহস্পতিবার_শুক্রবার_শনিবার'.split('_'),\n weekdaysShort : 'রবি_সোম_মঙ্গল_বুধ_বৃহস্পতি_শুক্র_শনি'.split('_'),\n weekdaysMin : 'রবি_সোম_মঙ্গ_বুধ_বৃহঃ_শুক্র_শনি'.split('_'),\n longDateFormat : {\n LT : 'A h:mm সময়',\n LTS : 'A h:mm:ss সময়',\n L : 'DD/MM/YYYY',\n LL : 'D MMMM YYYY',\n LLL : 'D MMMM YYYY, A h:mm সময়',\n LLLL : 'dddd, D MMMM YYYY, A h:mm সময়'\n },\n calendar : {\n sameDay : '[আজ] LT',\n nextDay : '[আগামীকাল] LT',\n nextWeek : 'dddd, LT',\n lastDay : '[গতকাল] LT',\n lastWeek : '[গত] dddd, LT',\n sameElse : 'L'\n },\n relativeTime : {\n future : '%s পরে',\n past : '%s আগে',\n s : 'কয়েক সেকেন্ড',\n ss : '%d সেকেন্ড',\n m : 'এক মিনিট',\n mm : '%d মিনিট',\n h : 'এক ঘন্টা',\n hh : '%d ঘন্টা',\n d : 'এক দিন',\n dd : '%d দিন',\n M : 'এক মাস',\n MM : '%d মাস',\n y : 'এক বছর',\n yy : '%d বছর'\n },\n preparse: function (string) {\n return string.replace(/[১২৩৪৫৬৭৮৯০]/g, function (match) {\n return numberMap[match];\n });\n },\n postformat: function (string) {\n return string.replace(/\\d/g, function (match) {\n return symbolMap[match];\n });\n },\n meridiemParse: /রাত|সকাল|দুপুর|বিকাল|রাত/,\n meridiemHour : function (hour, meridiem) {\n if (hour === 12) {\n hour = 0;\n }\n if ((meridiem === 'রাত' && hour >= 4) ||\n (meridiem === 'দুপুর' && hour < 5) ||\n meridiem === 'বিকাল') {\n return hour + 12;\n } else {\n return hour;\n }\n },\n meridiem : function (hour, minute, isLower) {\n if (hour < 4) {\n return 'রাত';\n } else if (hour < 10) {\n return 'সকাল';\n } else if (hour < 17) {\n return 'দুপুর';\n } else if (hour < 20) {\n return 'বিকাল';\n } else {\n return 'রাত';\n }\n },\n week : {\n dow : 0, // Sunday is the first day of the week.\n doy : 6 // The week that contains Jan 6th is the first week of the year.\n }\n });\n\n return bn;\n\n})));\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n var symbolMap = {\n '1': '༡',\n '2': '༢',\n '3': '༣',\n '4': '༤',\n '5': '༥',\n '6': '༦',\n '7': '༧',\n '8': '༨',\n '9': '༩',\n '0': '༠'\n },\n numberMap = {\n '༡': '1',\n '༢': '2',\n '༣': '3',\n '༤': '4',\n '༥': '5',\n '༦': '6',\n '༧': '7',\n '༨': '8',\n '༩': '9',\n '༠': '0'\n };\n\n var bo = moment.defineLocale('bo', {\n months : 'ཟླ་བ་དང་པོ_ཟླ་བ་གཉིས་པ_ཟླ་བ་གསུམ་པ_ཟླ་བ་བཞི་པ_ཟླ་བ་ལྔ་པ_ཟླ་བ་དྲུག་པ_ཟླ་བ་བདུན་པ_ཟླ་བ་བརྒྱད་པ_ཟླ་བ་དགུ་པ_ཟླ་བ་བཅུ་པ_ཟླ་བ་བཅུ་གཅིག་པ_ཟླ་བ་བཅུ་གཉིས་པ'.split('_'),\n monthsShort : 'ཟླ་བ་དང་པོ_ཟླ་བ་གཉིས་པ_ཟླ་བ་གསུམ་པ_ཟླ་བ་བཞི་པ_ཟླ་བ་ལྔ་པ_ཟླ་བ་དྲུག་པ_ཟླ་བ་བདུན་པ_ཟླ་བ་བརྒྱད་པ_ཟླ་བ་དགུ་པ_ཟླ་བ་བཅུ་པ_ཟླ་བ་བཅུ་གཅིག་པ_ཟླ་བ་བཅུ་གཉིས་པ'.split('_'),\n weekdays : 'གཟའ་ཉི་མ་_གཟའ་ཟླ་བ་_གཟའ་མིག་དམར་_གཟའ་ལྷག་པ་_གཟའ་ཕུར་བུ_གཟའ་པ་སངས་_གཟའ་སྤེན་པ་'.split('_'),\n weekdaysShort : 'ཉི་མ་_ཟླ་བ་_མིག་དམར་_ལྷག་པ་_ཕུར་བུ_པ་སངས་_སྤེན་པ་'.split('_'),\n weekdaysMin : 'ཉི་མ་_ཟླ་བ་_མིག་དམར་_ལྷག་པ་_ཕུར་བུ_པ་སངས་_སྤེན་པ་'.split('_'),\n longDateFormat : {\n LT : 'A h:mm',\n LTS : 'A h:mm:ss',\n L : 'DD/MM/YYYY',\n LL : 'D MMMM YYYY',\n LLL : 'D MMMM YYYY, A h:mm',\n LLLL : 'dddd, D MMMM YYYY, A h:mm'\n },\n calendar : {\n sameDay : '[དི་རིང] LT',\n nextDay : '[སང་ཉིན] LT',\n nextWeek : '[བདུན་ཕྲག་རྗེས་མ], LT',\n lastDay : '[ཁ་སང] LT',\n lastWeek : '[བདུན་ཕྲག་མཐའ་མ] dddd, LT',\n sameElse : 'L'\n },\n relativeTime : {\n future : '%s ལ་',\n past : '%s སྔན་ལ',\n s : 'ལམ་སང',\n ss : '%d སྐར་ཆ།',\n m : 'སྐར་མ་གཅིག',\n mm : '%d སྐར་མ',\n h : 'ཆུ་ཚོད་གཅིག',\n hh : '%d ཆུ་ཚོད',\n d : 'ཉིན་གཅིག',\n dd : '%d ཉིན་',\n M : 'ཟླ་བ་གཅིག',\n MM : '%d ཟླ་བ',\n y : 'ལོ་གཅིག',\n yy : '%d ལོ'\n },\n preparse: function (string) {\n return string.replace(/[༡༢༣༤༥༦༧༨༩༠]/g, function (match) {\n return numberMap[match];\n });\n },\n postformat: function (string) {\n return string.replace(/\\d/g, function (match) {\n return symbolMap[match];\n });\n },\n meridiemParse: /མཚན་མོ|ཞོགས་ཀས|ཉིན་གུང|དགོང་དག|མཚན་མོ/,\n meridiemHour : function (hour, meridiem) {\n if (hour === 12) {\n hour = 0;\n }\n if ((meridiem === 'མཚན་མོ' && hour >= 4) ||\n (meridiem === 'ཉིན་གུང' && hour < 5) ||\n meridiem === 'དགོང་དག') {\n return hour + 12;\n } else {\n return hour;\n }\n },\n meridiem : function (hour, minute, isLower) {\n if (hour < 4) {\n return 'མཚན་མོ';\n } else if (hour < 10) {\n return 'ཞོགས་ཀས';\n } else if (hour < 17) {\n return 'ཉིན་གུང';\n } else if (hour < 20) {\n return 'དགོང་དག';\n } else {\n return 'མཚན་མོ';\n }\n },\n week : {\n dow : 0, // Sunday is the first day of the week.\n doy : 6 // The week that contains Jan 6th is the first week of the year.\n }\n });\n\n return bo;\n\n})));\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n function relativeTimeWithMutation(number, withoutSuffix, key) {\n var format = {\n 'mm': 'munutenn',\n 'MM': 'miz',\n 'dd': 'devezh'\n };\n return number + ' ' + mutation(format[key], number);\n }\n function specialMutationForYears(number) {\n switch (lastNumber(number)) {\n case 1:\n case 3:\n case 4:\n case 5:\n case 9:\n return number + ' bloaz';\n default:\n return number + ' vloaz';\n }\n }\n function lastNumber(number) {\n if (number > 9) {\n return lastNumber(number % 10);\n }\n return number;\n }\n function mutation(text, number) {\n if (number === 2) {\n return softMutation(text);\n }\n return text;\n }\n function softMutation(text) {\n var mutationTable = {\n 'm': 'v',\n 'b': 'v',\n 'd': 'z'\n };\n if (mutationTable[text.charAt(0)] === undefined) {\n return text;\n }\n return mutationTable[text.charAt(0)] + text.substring(1);\n }\n\n var br = moment.defineLocale('br', {\n months : 'Genver_C\\'hwevrer_Meurzh_Ebrel_Mae_Mezheven_Gouere_Eost_Gwengolo_Here_Du_Kerzu'.split('_'),\n monthsShort : 'Gen_C\\'hwe_Meu_Ebr_Mae_Eve_Gou_Eos_Gwe_Her_Du_Ker'.split('_'),\n weekdays : 'Sul_Lun_Meurzh_Merc\\'her_Yaou_Gwener_Sadorn'.split('_'),\n weekdaysShort : 'Sul_Lun_Meu_Mer_Yao_Gwe_Sad'.split('_'),\n weekdaysMin : 'Su_Lu_Me_Mer_Ya_Gw_Sa'.split('_'),\n weekdaysParseExact : true,\n longDateFormat : {\n LT : 'h[e]mm A',\n LTS : 'h[e]mm:ss A',\n L : 'DD/MM/YYYY',\n LL : 'D [a viz] MMMM YYYY',\n LLL : 'D [a viz] MMMM YYYY h[e]mm A',\n LLLL : 'dddd, D [a viz] MMMM YYYY h[e]mm A'\n },\n calendar : {\n sameDay : '[Hiziv da] LT',\n nextDay : '[Warc\\'hoazh da] LT',\n nextWeek : 'dddd [da] LT',\n lastDay : '[Dec\\'h da] LT',\n lastWeek : 'dddd [paset da] LT',\n sameElse : 'L'\n },\n relativeTime : {\n future : 'a-benn %s',\n past : '%s \\'zo',\n s : 'un nebeud segondennoù',\n ss : '%d eilenn',\n m : 'ur vunutenn',\n mm : relativeTimeWithMutation,\n h : 'un eur',\n hh : '%d eur',\n d : 'un devezh',\n dd : relativeTimeWithMutation,\n M : 'ur miz',\n MM : relativeTimeWithMutation,\n y : 'ur bloaz',\n yy : specialMutationForYears\n },\n dayOfMonthOrdinalParse: /\\d{1,2}(añ|vet)/,\n ordinal : function (number) {\n var output = (number === 1) ? 'añ' : 'vet';\n return number + output;\n },\n week : {\n dow : 1, // Monday is the first day of the week.\n doy : 4 // The week that contains Jan 4th is the first week of the year.\n }\n });\n\n return br;\n\n})));\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n function translate(number, withoutSuffix, key) {\n var result = number + ' ';\n switch (key) {\n case 'ss':\n if (number === 1) {\n result += 'sekunda';\n } else if (number === 2 || number === 3 || number === 4) {\n result += 'sekunde';\n } else {\n result += 'sekundi';\n }\n return result;\n case 'm':\n return withoutSuffix ? 'jedna minuta' : 'jedne minute';\n case 'mm':\n if (number === 1) {\n result += 'minuta';\n } else if (number === 2 || number === 3 || number === 4) {\n result += 'minute';\n } else {\n result += 'minuta';\n }\n return result;\n case 'h':\n return withoutSuffix ? 'jedan sat' : 'jednog sata';\n case 'hh':\n if (number === 1) {\n result += 'sat';\n } else if (number === 2 || number === 3 || number === 4) {\n result += 'sata';\n } else {\n result += 'sati';\n }\n return result;\n case 'dd':\n if (number === 1) {\n result += 'dan';\n } else {\n result += 'dana';\n }\n return result;\n case 'MM':\n if (number === 1) {\n result += 'mjesec';\n } else if (number === 2 || number === 3 || number === 4) {\n result += 'mjeseca';\n } else {\n result += 'mjeseci';\n }\n return result;\n case 'yy':\n if (number === 1) {\n result += 'godina';\n } else if (number === 2 || number === 3 || number === 4) {\n result += 'godine';\n } else {\n result += 'godina';\n }\n return result;\n }\n }\n\n var bs = moment.defineLocale('bs', {\n months : 'januar_februar_mart_april_maj_juni_juli_august_septembar_oktobar_novembar_decembar'.split('_'),\n monthsShort : 'jan._feb._mar._apr._maj._jun._jul._aug._sep._okt._nov._dec.'.split('_'),\n monthsParseExact: true,\n weekdays : 'nedjelja_ponedjeljak_utorak_srijeda_četvrtak_petak_subota'.split('_'),\n weekdaysShort : 'ned._pon._uto._sri._čet._pet._sub.'.split('_'),\n weekdaysMin : 'ne_po_ut_sr_če_pe_su'.split('_'),\n weekdaysParseExact : true,\n longDateFormat : {\n LT : 'H:mm',\n LTS : 'H:mm:ss',\n L : 'DD.MM.YYYY',\n LL : 'D. MMMM YYYY',\n LLL : 'D. MMMM YYYY H:mm',\n LLLL : 'dddd, D. MMMM YYYY H:mm'\n },\n calendar : {\n sameDay : '[danas u] LT',\n nextDay : '[sutra u] LT',\n nextWeek : function () {\n switch (this.day()) {\n case 0:\n return '[u] [nedjelju] [u] LT';\n case 3:\n return '[u] [srijedu] [u] LT';\n case 6:\n return '[u] [subotu] [u] LT';\n case 1:\n case 2:\n case 4:\n case 5:\n return '[u] dddd [u] LT';\n }\n },\n lastDay : '[jučer u] LT',\n lastWeek : function () {\n switch (this.day()) {\n case 0:\n case 3:\n return '[prošlu] dddd [u] LT';\n case 6:\n return '[prošle] [subote] [u] LT';\n case 1:\n case 2:\n case 4:\n case 5:\n return '[prošli] dddd [u] LT';\n }\n },\n sameElse : 'L'\n },\n relativeTime : {\n future : 'za %s',\n past : 'prije %s',\n s : 'par sekundi',\n ss : translate,\n m : translate,\n mm : translate,\n h : translate,\n hh : translate,\n d : 'dan',\n dd : translate,\n M : 'mjesec',\n MM : translate,\n y : 'godinu',\n yy : translate\n },\n dayOfMonthOrdinalParse: /\\d{1,2}\\./,\n ordinal : '%d.',\n week : {\n dow : 1, // Monday is the first day of the week.\n doy : 7 // The week that contains Jan 7th is the first week of the year.\n }\n });\n\n return bs;\n\n})));\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n var ca = moment.defineLocale('ca', {\n months : {\n standalone: 'gener_febrer_març_abril_maig_juny_juliol_agost_setembre_octubre_novembre_desembre'.split('_'),\n format: 'de gener_de febrer_de març_d\\'abril_de maig_de juny_de juliol_d\\'agost_de setembre_d\\'octubre_de novembre_de desembre'.split('_'),\n isFormat: /D[oD]?(\\s)+MMMM/\n },\n monthsShort : 'gen._febr._març_abr._maig_juny_jul._ag._set._oct._nov._des.'.split('_'),\n monthsParseExact : true,\n weekdays : 'diumenge_dilluns_dimarts_dimecres_dijous_divendres_dissabte'.split('_'),\n weekdaysShort : 'dg._dl._dt._dc._dj._dv._ds.'.split('_'),\n weekdaysMin : 'dg_dl_dt_dc_dj_dv_ds'.split('_'),\n weekdaysParseExact : true,\n longDateFormat : {\n LT : 'H:mm',\n LTS : 'H:mm:ss',\n L : 'DD/MM/YYYY',\n LL : 'D MMMM [de] YYYY',\n ll : 'D MMM YYYY',\n LLL : 'D MMMM [de] YYYY [a les] H:mm',\n lll : 'D MMM YYYY, H:mm',\n LLLL : 'dddd D MMMM [de] YYYY [a les] H:mm',\n llll : 'ddd D MMM YYYY, H:mm'\n },\n calendar : {\n sameDay : function () {\n return '[avui a ' + ((this.hours() !== 1) ? 'les' : 'la') + '] LT';\n },\n nextDay : function () {\n return '[demà a ' + ((this.hours() !== 1) ? 'les' : 'la') + '] LT';\n },\n nextWeek : function () {\n return 'dddd [a ' + ((this.hours() !== 1) ? 'les' : 'la') + '] LT';\n },\n lastDay : function () {\n return '[ahir a ' + ((this.hours() !== 1) ? 'les' : 'la') + '] LT';\n },\n lastWeek : function () {\n return '[el] dddd [passat a ' + ((this.hours() !== 1) ? 'les' : 'la') + '] LT';\n },\n sameElse : 'L'\n },\n relativeTime : {\n future : 'd\\'aquí %s',\n past : 'fa %s',\n s : 'uns segons',\n ss : '%d segons',\n m : 'un minut',\n mm : '%d minuts',\n h : 'una hora',\n hh : '%d hores',\n d : 'un dia',\n dd : '%d dies',\n M : 'un mes',\n MM : '%d mesos',\n y : 'un any',\n yy : '%d anys'\n },\n dayOfMonthOrdinalParse: /\\d{1,2}(r|n|t|è|a)/,\n ordinal : function (number, period) {\n var output = (number === 1) ? 'r' :\n (number === 2) ? 'n' :\n (number === 3) ? 'r' :\n (number === 4) ? 't' : 'è';\n if (period === 'w' || period === 'W') {\n output = 'a';\n }\n return number + output;\n },\n week : {\n dow : 1, // Monday is the first day of the week.\n doy : 4 // The week that contains Jan 4th is the first week of the year.\n }\n });\n\n return ca;\n\n})));\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n var months = 'leden_únor_březen_duben_květen_červen_červenec_srpen_září_říjen_listopad_prosinec'.split('_'),\n monthsShort = 'led_úno_bře_dub_kvě_čvn_čvc_srp_zář_říj_lis_pro'.split('_');\n\n var monthsParse = [/^led/i, /^úno/i, /^bře/i, /^dub/i, /^kvě/i, /^(čvn|červen$|června)/i, /^(čvc|červenec|července)/i, /^srp/i, /^zář/i, /^říj/i, /^lis/i, /^pro/i];\n // NOTE: 'červen' is substring of 'červenec'; therefore 'červenec' must precede 'červen' in the regex to be fully matched.\n // Otherwise parser matches '1. červenec' as '1. červen' + 'ec'.\n var monthsRegex = /^(leden|únor|březen|duben|květen|červenec|července|červen|června|srpen|září|říjen|listopad|prosinec|led|úno|bře|dub|kvě|čvn|čvc|srp|zář|říj|lis|pro)/i;\n\n function plural(n) {\n return (n > 1) && (n < 5) && (~~(n / 10) !== 1);\n }\n function translate(number, withoutSuffix, key, isFuture) {\n var result = number + ' ';\n switch (key) {\n case 's': // a few seconds / in a few seconds / a few seconds ago\n return (withoutSuffix || isFuture) ? 'pár sekund' : 'pár sekundami';\n case 'ss': // 9 seconds / in 9 seconds / 9 seconds ago\n if (withoutSuffix || isFuture) {\n return result + (plural(number) ? 'sekundy' : 'sekund');\n } else {\n return result + 'sekundami';\n }\n break;\n case 'm': // a minute / in a minute / a minute ago\n return withoutSuffix ? 'minuta' : (isFuture ? 'minutu' : 'minutou');\n case 'mm': // 9 minutes / in 9 minutes / 9 minutes ago\n if (withoutSuffix || isFuture) {\n return result + (plural(number) ? 'minuty' : 'minut');\n } else {\n return result + 'minutami';\n }\n break;\n case 'h': // an hour / in an hour / an hour ago\n return withoutSuffix ? 'hodina' : (isFuture ? 'hodinu' : 'hodinou');\n case 'hh': // 9 hours / in 9 hours / 9 hours ago\n if (withoutSuffix || isFuture) {\n return result + (plural(number) ? 'hodiny' : 'hodin');\n } else {\n return result + 'hodinami';\n }\n break;\n case 'd': // a day / in a day / a day ago\n return (withoutSuffix || isFuture) ? 'den' : 'dnem';\n case 'dd': // 9 days / in 9 days / 9 days ago\n if (withoutSuffix || isFuture) {\n return result + (plural(number) ? 'dny' : 'dní');\n } else {\n return result + 'dny';\n }\n break;\n case 'M': // a month / in a month / a month ago\n return (withoutSuffix || isFuture) ? 'měsíc' : 'měsícem';\n case 'MM': // 9 months / in 9 months / 9 months ago\n if (withoutSuffix || isFuture) {\n return result + (plural(number) ? 'měsíce' : 'měsíců');\n } else {\n return result + 'měsíci';\n }\n break;\n case 'y': // a year / in a year / a year ago\n return (withoutSuffix || isFuture) ? 'rok' : 'rokem';\n case 'yy': // 9 years / in 9 years / 9 years ago\n if (withoutSuffix || isFuture) {\n return result + (plural(number) ? 'roky' : 'let');\n } else {\n return result + 'lety';\n }\n break;\n }\n }\n\n var cs = moment.defineLocale('cs', {\n months : months,\n monthsShort : monthsShort,\n monthsRegex : monthsRegex,\n monthsShortRegex : monthsRegex,\n // NOTE: 'červen' is substring of 'červenec'; therefore 'červenec' must precede 'červen' in the regex to be fully matched.\n // Otherwise parser matches '1. červenec' as '1. červen' + 'ec'.\n monthsStrictRegex : /^(leden|ledna|února|únor|březen|března|duben|dubna|květen|května|červenec|července|červen|června|srpen|srpna|září|říjen|října|listopadu|listopad|prosinec|prosince)/i,\n monthsShortStrictRegex : /^(led|úno|bře|dub|kvě|čvn|čvc|srp|zář|říj|lis|pro)/i,\n monthsParse : monthsParse,\n longMonthsParse : monthsParse,\n shortMonthsParse : monthsParse,\n weekdays : 'neděle_pondělí_úterý_středa_čtvrtek_pátek_sobota'.split('_'),\n weekdaysShort : 'ne_po_út_st_čt_pá_so'.split('_'),\n weekdaysMin : 'ne_po_út_st_čt_pá_so'.split('_'),\n longDateFormat : {\n LT: 'H:mm',\n LTS : 'H:mm:ss',\n L : 'DD.MM.YYYY',\n LL : 'D. MMMM YYYY',\n LLL : 'D. MMMM YYYY H:mm',\n LLLL : 'dddd D. MMMM YYYY H:mm',\n l : 'D. M. YYYY'\n },\n calendar : {\n sameDay: '[dnes v] LT',\n nextDay: '[zítra v] LT',\n nextWeek: function () {\n switch (this.day()) {\n case 0:\n return '[v neděli v] LT';\n case 1:\n case 2:\n return '[v] dddd [v] LT';\n case 3:\n return '[ve středu v] LT';\n case 4:\n return '[ve čtvrtek v] LT';\n case 5:\n return '[v pátek v] LT';\n case 6:\n return '[v sobotu v] LT';\n }\n },\n lastDay: '[včera v] LT',\n lastWeek: function () {\n switch (this.day()) {\n case 0:\n return '[minulou neděli v] LT';\n case 1:\n case 2:\n return '[minulé] dddd [v] LT';\n case 3:\n return '[minulou středu v] LT';\n case 4:\n case 5:\n return '[minulý] dddd [v] LT';\n case 6:\n return '[minulou sobotu v] LT';\n }\n },\n sameElse: 'L'\n },\n relativeTime : {\n future : 'za %s',\n past : 'před %s',\n s : translate,\n ss : translate,\n m : translate,\n mm : translate,\n h : translate,\n hh : translate,\n d : translate,\n dd : translate,\n M : translate,\n MM : translate,\n y : translate,\n yy : translate\n },\n dayOfMonthOrdinalParse : /\\d{1,2}\\./,\n ordinal : '%d.',\n week : {\n dow : 1, // Monday is the first day of the week.\n doy : 4 // The week that contains Jan 4th is the first week of the year.\n }\n });\n\n return cs;\n\n})));\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n var cv = moment.defineLocale('cv', {\n months : 'кӑрлач_нарӑс_пуш_ака_май_ҫӗртме_утӑ_ҫурла_авӑн_юпа_чӳк_раштав'.split('_'),\n monthsShort : 'кӑр_нар_пуш_ака_май_ҫӗр_утӑ_ҫур_авн_юпа_чӳк_раш'.split('_'),\n weekdays : 'вырсарникун_тунтикун_ытларикун_юнкун_кӗҫнерникун_эрнекун_шӑматкун'.split('_'),\n weekdaysShort : 'выр_тун_ытл_юн_кӗҫ_эрн_шӑм'.split('_'),\n weekdaysMin : 'вр_тн_ыт_юн_кҫ_эр_шм'.split('_'),\n longDateFormat : {\n LT : 'HH:mm',\n LTS : 'HH:mm:ss',\n L : 'DD-MM-YYYY',\n LL : 'YYYY [ҫулхи] MMMM [уйӑхӗн] D[-мӗшӗ]',\n LLL : 'YYYY [ҫулхи] MMMM [уйӑхӗн] D[-мӗшӗ], HH:mm',\n LLLL : 'dddd, YYYY [ҫулхи] MMMM [уйӑхӗн] D[-мӗшӗ], HH:mm'\n },\n calendar : {\n sameDay: '[Паян] LT [сехетре]',\n nextDay: '[Ыран] LT [сехетре]',\n lastDay: '[Ӗнер] LT [сехетре]',\n nextWeek: '[Ҫитес] dddd LT [сехетре]',\n lastWeek: '[Иртнӗ] dddd LT [сехетре]',\n sameElse: 'L'\n },\n relativeTime : {\n future : function (output) {\n var affix = /сехет$/i.exec(output) ? 'рен' : /ҫул$/i.exec(output) ? 'тан' : 'ран';\n return output + affix;\n },\n past : '%s каялла',\n s : 'пӗр-ик ҫеккунт',\n ss : '%d ҫеккунт',\n m : 'пӗр минут',\n mm : '%d минут',\n h : 'пӗр сехет',\n hh : '%d сехет',\n d : 'пӗр кун',\n dd : '%d кун',\n M : 'пӗр уйӑх',\n MM : '%d уйӑх',\n y : 'пӗр ҫул',\n yy : '%d ҫул'\n },\n dayOfMonthOrdinalParse: /\\d{1,2}-мӗш/,\n ordinal : '%d-мӗш',\n week : {\n dow : 1, // Monday is the first day of the week.\n doy : 7 // The week that contains Jan 7th is the first week of the year.\n }\n });\n\n return cv;\n\n})));\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n var cy = moment.defineLocale('cy', {\n months: 'Ionawr_Chwefror_Mawrth_Ebrill_Mai_Mehefin_Gorffennaf_Awst_Medi_Hydref_Tachwedd_Rhagfyr'.split('_'),\n monthsShort: 'Ion_Chwe_Maw_Ebr_Mai_Meh_Gor_Aws_Med_Hyd_Tach_Rhag'.split('_'),\n weekdays: 'Dydd Sul_Dydd Llun_Dydd Mawrth_Dydd Mercher_Dydd Iau_Dydd Gwener_Dydd Sadwrn'.split('_'),\n weekdaysShort: 'Sul_Llun_Maw_Mer_Iau_Gwe_Sad'.split('_'),\n weekdaysMin: 'Su_Ll_Ma_Me_Ia_Gw_Sa'.split('_'),\n weekdaysParseExact : true,\n // time formats are the same as en-gb\n longDateFormat: {\n LT: 'HH:mm',\n LTS : 'HH:mm:ss',\n L: 'DD/MM/YYYY',\n LL: 'D MMMM YYYY',\n LLL: 'D MMMM YYYY HH:mm',\n LLLL: 'dddd, D MMMM YYYY HH:mm'\n },\n calendar: {\n sameDay: '[Heddiw am] LT',\n nextDay: '[Yfory am] LT',\n nextWeek: 'dddd [am] LT',\n lastDay: '[Ddoe am] LT',\n lastWeek: 'dddd [diwethaf am] LT',\n sameElse: 'L'\n },\n relativeTime: {\n future: 'mewn %s',\n past: '%s yn ôl',\n s: 'ychydig eiliadau',\n ss: '%d eiliad',\n m: 'munud',\n mm: '%d munud',\n h: 'awr',\n hh: '%d awr',\n d: 'diwrnod',\n dd: '%d diwrnod',\n M: 'mis',\n MM: '%d mis',\n y: 'blwyddyn',\n yy: '%d flynedd'\n },\n dayOfMonthOrdinalParse: /\\d{1,2}(fed|ain|af|il|ydd|ed|eg)/,\n // traditional ordinal numbers above 31 are not commonly used in colloquial Welsh\n ordinal: function (number) {\n var b = number,\n output = '',\n lookup = [\n '', 'af', 'il', 'ydd', 'ydd', 'ed', 'ed', 'ed', 'fed', 'fed', 'fed', // 1af to 10fed\n 'eg', 'fed', 'eg', 'eg', 'fed', 'eg', 'eg', 'fed', 'eg', 'fed' // 11eg to 20fed\n ];\n if (b > 20) {\n if (b === 40 || b === 50 || b === 60 || b === 80 || b === 100) {\n output = 'fed'; // not 30ain, 70ain or 90ain\n } else {\n output = 'ain';\n }\n } else if (b > 0) {\n output = lookup[b];\n }\n return number + output;\n },\n week : {\n dow : 1, // Monday is the first day of the week.\n doy : 4 // The week that contains Jan 4th is the first week of the year.\n }\n });\n\n return cy;\n\n})));\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n var da = moment.defineLocale('da', {\n months : 'januar_februar_marts_april_maj_juni_juli_august_september_oktober_november_december'.split('_'),\n monthsShort : 'jan_feb_mar_apr_maj_jun_jul_aug_sep_okt_nov_dec'.split('_'),\n weekdays : 'søndag_mandag_tirsdag_onsdag_torsdag_fredag_lørdag'.split('_'),\n weekdaysShort : 'søn_man_tir_ons_tor_fre_lør'.split('_'),\n weekdaysMin : 'sø_ma_ti_on_to_fr_lø'.split('_'),\n longDateFormat : {\n LT : 'HH:mm',\n LTS : 'HH:mm:ss',\n L : 'DD.MM.YYYY',\n LL : 'D. MMMM YYYY',\n LLL : 'D. MMMM YYYY HH:mm',\n LLLL : 'dddd [d.] D. MMMM YYYY [kl.] HH:mm'\n },\n calendar : {\n sameDay : '[i dag kl.] LT',\n nextDay : '[i morgen kl.] LT',\n nextWeek : 'på dddd [kl.] LT',\n lastDay : '[i går kl.] LT',\n lastWeek : '[i] dddd[s kl.] LT',\n sameElse : 'L'\n },\n relativeTime : {\n future : 'om %s',\n past : '%s siden',\n s : 'få sekunder',\n ss : '%d sekunder',\n m : 'et minut',\n mm : '%d minutter',\n h : 'en time',\n hh : '%d timer',\n d : 'en dag',\n dd : '%d dage',\n M : 'en måned',\n MM : '%d måneder',\n y : 'et år',\n yy : '%d år'\n },\n dayOfMonthOrdinalParse: /\\d{1,2}\\./,\n ordinal : '%d.',\n week : {\n dow : 1, // Monday is the first day of the week.\n doy : 4 // The week that contains Jan 4th is the first week of the year.\n }\n });\n\n return da;\n\n})));\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n function processRelativeTime(number, withoutSuffix, key, isFuture) {\n var format = {\n 'm': ['eine Minute', 'einer Minute'],\n 'h': ['eine Stunde', 'einer Stunde'],\n 'd': ['ein Tag', 'einem Tag'],\n 'dd': [number + ' Tage', number + ' Tagen'],\n 'M': ['ein Monat', 'einem Monat'],\n 'MM': [number + ' Monate', number + ' Monaten'],\n 'y': ['ein Jahr', 'einem Jahr'],\n 'yy': [number + ' Jahre', number + ' Jahren']\n };\n return withoutSuffix ? format[key][0] : format[key][1];\n }\n\n var de = moment.defineLocale('de', {\n months : 'Januar_Februar_März_April_Mai_Juni_Juli_August_September_Oktober_November_Dezember'.split('_'),\n monthsShort : 'Jan._Feb._März_Apr._Mai_Juni_Juli_Aug._Sep._Okt._Nov._Dez.'.split('_'),\n monthsParseExact : true,\n weekdays : 'Sonntag_Montag_Dienstag_Mittwoch_Donnerstag_Freitag_Samstag'.split('_'),\n weekdaysShort : 'So._Mo._Di._Mi._Do._Fr._Sa.'.split('_'),\n weekdaysMin : 'So_Mo_Di_Mi_Do_Fr_Sa'.split('_'),\n weekdaysParseExact : true,\n longDateFormat : {\n LT: 'HH:mm',\n LTS: 'HH:mm:ss',\n L : 'DD.MM.YYYY',\n LL : 'D. MMMM YYYY',\n LLL : 'D. MMMM YYYY HH:mm',\n LLLL : 'dddd, D. MMMM YYYY HH:mm'\n },\n calendar : {\n sameDay: '[heute um] LT [Uhr]',\n sameElse: 'L',\n nextDay: '[morgen um] LT [Uhr]',\n nextWeek: 'dddd [um] LT [Uhr]',\n lastDay: '[gestern um] LT [Uhr]',\n lastWeek: '[letzten] dddd [um] LT [Uhr]'\n },\n relativeTime : {\n future : 'in %s',\n past : 'vor %s',\n s : 'ein paar Sekunden',\n ss : '%d Sekunden',\n m : processRelativeTime,\n mm : '%d Minuten',\n h : processRelativeTime,\n hh : '%d Stunden',\n d : processRelativeTime,\n dd : processRelativeTime,\n M : processRelativeTime,\n MM : processRelativeTime,\n y : processRelativeTime,\n yy : processRelativeTime\n },\n dayOfMonthOrdinalParse: /\\d{1,2}\\./,\n ordinal : '%d.',\n week : {\n dow : 1, // Monday is the first day of the week.\n doy : 4 // The week that contains Jan 4th is the first week of the year.\n }\n });\n\n return de;\n\n})));\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n function processRelativeTime(number, withoutSuffix, key, isFuture) {\n var format = {\n 'm': ['eine Minute', 'einer Minute'],\n 'h': ['eine Stunde', 'einer Stunde'],\n 'd': ['ein Tag', 'einem Tag'],\n 'dd': [number + ' Tage', number + ' Tagen'],\n 'M': ['ein Monat', 'einem Monat'],\n 'MM': [number + ' Monate', number + ' Monaten'],\n 'y': ['ein Jahr', 'einem Jahr'],\n 'yy': [number + ' Jahre', number + ' Jahren']\n };\n return withoutSuffix ? format[key][0] : format[key][1];\n }\n\n var deAt = moment.defineLocale('de-at', {\n months : 'Jänner_Februar_März_April_Mai_Juni_Juli_August_September_Oktober_November_Dezember'.split('_'),\n monthsShort : 'Jän._Feb._März_Apr._Mai_Juni_Juli_Aug._Sep._Okt._Nov._Dez.'.split('_'),\n monthsParseExact : true,\n weekdays : 'Sonntag_Montag_Dienstag_Mittwoch_Donnerstag_Freitag_Samstag'.split('_'),\n weekdaysShort : 'So._Mo._Di._Mi._Do._Fr._Sa.'.split('_'),\n weekdaysMin : 'So_Mo_Di_Mi_Do_Fr_Sa'.split('_'),\n weekdaysParseExact : true,\n longDateFormat : {\n LT: 'HH:mm',\n LTS: 'HH:mm:ss',\n L : 'DD.MM.YYYY',\n LL : 'D. MMMM YYYY',\n LLL : 'D. MMMM YYYY HH:mm',\n LLLL : 'dddd, D. MMMM YYYY HH:mm'\n },\n calendar : {\n sameDay: '[heute um] LT [Uhr]',\n sameElse: 'L',\n nextDay: '[morgen um] LT [Uhr]',\n nextWeek: 'dddd [um] LT [Uhr]',\n lastDay: '[gestern um] LT [Uhr]',\n lastWeek: '[letzten] dddd [um] LT [Uhr]'\n },\n relativeTime : {\n future : 'in %s',\n past : 'vor %s',\n s : 'ein paar Sekunden',\n ss : '%d Sekunden',\n m : processRelativeTime,\n mm : '%d Minuten',\n h : processRelativeTime,\n hh : '%d Stunden',\n d : processRelativeTime,\n dd : processRelativeTime,\n M : processRelativeTime,\n MM : processRelativeTime,\n y : processRelativeTime,\n yy : processRelativeTime\n },\n dayOfMonthOrdinalParse: /\\d{1,2}\\./,\n ordinal : '%d.',\n week : {\n dow : 1, // Monday is the first day of the week.\n doy : 4 // The week that contains Jan 4th is the first week of the year.\n }\n });\n\n return deAt;\n\n})));\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n function processRelativeTime(number, withoutSuffix, key, isFuture) {\n var format = {\n 'm': ['eine Minute', 'einer Minute'],\n 'h': ['eine Stunde', 'einer Stunde'],\n 'd': ['ein Tag', 'einem Tag'],\n 'dd': [number + ' Tage', number + ' Tagen'],\n 'M': ['ein Monat', 'einem Monat'],\n 'MM': [number + ' Monate', number + ' Monaten'],\n 'y': ['ein Jahr', 'einem Jahr'],\n 'yy': [number + ' Jahre', number + ' Jahren']\n };\n return withoutSuffix ? format[key][0] : format[key][1];\n }\n\n var deCh = moment.defineLocale('de-ch', {\n months : 'Januar_Februar_März_April_Mai_Juni_Juli_August_September_Oktober_November_Dezember'.split('_'),\n monthsShort : 'Jan._Feb._März_Apr._Mai_Juni_Juli_Aug._Sep._Okt._Nov._Dez.'.split('_'),\n monthsParseExact : true,\n weekdays : 'Sonntag_Montag_Dienstag_Mittwoch_Donnerstag_Freitag_Samstag'.split('_'),\n weekdaysShort : 'So_Mo_Di_Mi_Do_Fr_Sa'.split('_'),\n weekdaysMin : 'So_Mo_Di_Mi_Do_Fr_Sa'.split('_'),\n weekdaysParseExact : true,\n longDateFormat : {\n LT: 'HH:mm',\n LTS: 'HH:mm:ss',\n L : 'DD.MM.YYYY',\n LL : 'D. MMMM YYYY',\n LLL : 'D. MMMM YYYY HH:mm',\n LLLL : 'dddd, D. MMMM YYYY HH:mm'\n },\n calendar : {\n sameDay: '[heute um] LT [Uhr]',\n sameElse: 'L',\n nextDay: '[morgen um] LT [Uhr]',\n nextWeek: 'dddd [um] LT [Uhr]',\n lastDay: '[gestern um] LT [Uhr]',\n lastWeek: '[letzten] dddd [um] LT [Uhr]'\n },\n relativeTime : {\n future : 'in %s',\n past : 'vor %s',\n s : 'ein paar Sekunden',\n ss : '%d Sekunden',\n m : processRelativeTime,\n mm : '%d Minuten',\n h : processRelativeTime,\n hh : '%d Stunden',\n d : processRelativeTime,\n dd : processRelativeTime,\n M : processRelativeTime,\n MM : processRelativeTime,\n y : processRelativeTime,\n yy : processRelativeTime\n },\n dayOfMonthOrdinalParse: /\\d{1,2}\\./,\n ordinal : '%d.',\n week : {\n dow : 1, // Monday is the first day of the week.\n doy : 4 // The week that contains Jan 4th is the first week of the year.\n }\n });\n\n return deCh;\n\n})));\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n var months = [\n 'ޖެނުއަރީ',\n 'ފެބްރުއަރީ',\n 'މާރިޗު',\n 'އޭޕްރީލު',\n 'މޭ',\n 'ޖޫން',\n 'ޖުލައި',\n 'އޯގަސްޓު',\n 'ސެޕްޓެމްބަރު',\n 'އޮކްޓޯބަރު',\n 'ނޮވެމްބަރު',\n 'ޑިސެމްބަރު'\n ], weekdays = [\n 'އާދިއްތަ',\n 'ހޯމަ',\n 'އަންގާރަ',\n 'ބުދަ',\n 'ބުރާސްފަތި',\n 'ހުކުރު',\n 'ހޮނިހިރު'\n ];\n\n var dv = moment.defineLocale('dv', {\n months : months,\n monthsShort : months,\n weekdays : weekdays,\n weekdaysShort : weekdays,\n weekdaysMin : 'އާދި_ހޯމަ_އަން_ބުދަ_ބުރާ_ހުކު_ހޮނި'.split('_'),\n longDateFormat : {\n\n LT : 'HH:mm',\n LTS : 'HH:mm:ss',\n L : 'D/M/YYYY',\n LL : 'D MMMM YYYY',\n LLL : 'D MMMM YYYY HH:mm',\n LLLL : 'dddd D MMMM YYYY HH:mm'\n },\n meridiemParse: /މކ|މފ/,\n isPM : function (input) {\n return 'މފ' === input;\n },\n meridiem : function (hour, minute, isLower) {\n if (hour < 12) {\n return 'މކ';\n } else {\n return 'މފ';\n }\n },\n calendar : {\n sameDay : '[މިއަދު] LT',\n nextDay : '[މާދަމާ] LT',\n nextWeek : 'dddd LT',\n lastDay : '[އިއްޔެ] LT',\n lastWeek : '[ފާއިތުވި] dddd LT',\n sameElse : 'L'\n },\n relativeTime : {\n future : 'ތެރޭގައި %s',\n past : 'ކުރިން %s',\n s : 'ސިކުންތުކޮޅެއް',\n ss : 'd% ސިކުންތު',\n m : 'މިނިޓެއް',\n mm : 'މިނިޓު %d',\n h : 'ގަޑިއިރެއް',\n hh : 'ގަޑިއިރު %d',\n d : 'ދުވަހެއް',\n dd : 'ދުވަސް %d',\n M : 'މަހެއް',\n MM : 'މަސް %d',\n y : 'އަހަރެއް',\n yy : 'އަހަރު %d'\n },\n preparse: function (string) {\n return string.replace(/،/g, ',');\n },\n postformat: function (string) {\n return string.replace(/,/g, '،');\n },\n week : {\n dow : 7, // Sunday is the first day of the week.\n doy : 12 // The week that contains Jan 12th is the first week of the year.\n }\n });\n\n return dv;\n\n})));\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n function isFunction(input) {\n return input instanceof Function || Object.prototype.toString.call(input) === '[object Function]';\n }\n\n\n var el = moment.defineLocale('el', {\n monthsNominativeEl : 'Ιανουάριος_Φεβρουάριος_Μάρτιος_Απρίλιος_Μάιος_Ιούνιος_Ιούλιος_Αύγουστος_Σεπτέμβριος_Οκτώβριος_Νοέμβριος_Δεκέμβριος'.split('_'),\n monthsGenitiveEl : 'Ιανουαρίου_Φεβρουαρίου_Μαρτίου_Απριλίου_Μαΐου_Ιουνίου_Ιουλίου_Αυγούστου_Σεπτεμβρίου_Οκτωβρίου_Νοεμβρίου_Δεκεμβρίου'.split('_'),\n months : function (momentToFormat, format) {\n if (!momentToFormat) {\n return this._monthsNominativeEl;\n } else if (typeof format === 'string' && /D/.test(format.substring(0, format.indexOf('MMMM')))) { // if there is a day number before 'MMMM'\n return this._monthsGenitiveEl[momentToFormat.month()];\n } else {\n return this._monthsNominativeEl[momentToFormat.month()];\n }\n },\n monthsShort : 'Ιαν_Φεβ_Μαρ_Απρ_Μαϊ_Ιουν_Ιουλ_Αυγ_Σεπ_Οκτ_Νοε_Δεκ'.split('_'),\n weekdays : 'Κυριακή_Δευτέρα_Τρίτη_Τετάρτη_Πέμπτη_Παρασκευή_Σάββατο'.split('_'),\n weekdaysShort : 'Κυρ_Δευ_Τρι_Τετ_Πεμ_Παρ_Σαβ'.split('_'),\n weekdaysMin : 'Κυ_Δε_Τρ_Τε_Πε_Πα_Σα'.split('_'),\n meridiem : function (hours, minutes, isLower) {\n if (hours > 11) {\n return isLower ? 'μμ' : 'ΜΜ';\n } else {\n return isLower ? 'πμ' : 'ΠΜ';\n }\n },\n isPM : function (input) {\n return ((input + '').toLowerCase()[0] === 'μ');\n },\n meridiemParse : /[ΠΜ]\\.?Μ?\\.?/i,\n longDateFormat : {\n LT : 'h:mm A',\n LTS : 'h:mm:ss A',\n L : 'DD/MM/YYYY',\n LL : 'D MMMM YYYY',\n LLL : 'D MMMM YYYY h:mm A',\n LLLL : 'dddd, D MMMM YYYY h:mm A'\n },\n calendarEl : {\n sameDay : '[Σήμερα {}] LT',\n nextDay : '[Αύριο {}] LT',\n nextWeek : 'dddd [{}] LT',\n lastDay : '[Χθες {}] LT',\n lastWeek : function () {\n switch (this.day()) {\n case 6:\n return '[το προηγούμενο] dddd [{}] LT';\n default:\n return '[την προηγούμενη] dddd [{}] LT';\n }\n },\n sameElse : 'L'\n },\n calendar : function (key, mom) {\n var output = this._calendarEl[key],\n hours = mom && mom.hours();\n if (isFunction(output)) {\n output = output.apply(mom);\n }\n return output.replace('{}', (hours % 12 === 1 ? 'στη' : 'στις'));\n },\n relativeTime : {\n future : 'σε %s',\n past : '%s πριν',\n s : 'λίγα δευτερόλεπτα',\n ss : '%d δευτερόλεπτα',\n m : 'ένα λεπτό',\n mm : '%d λεπτά',\n h : 'μία ώρα',\n hh : '%d ώρες',\n d : 'μία μέρα',\n dd : '%d μέρες',\n M : 'ένας μήνας',\n MM : '%d μήνες',\n y : 'ένας χρόνος',\n yy : '%d χρόνια'\n },\n dayOfMonthOrdinalParse: /\\d{1,2}η/,\n ordinal: '%dη',\n week : {\n dow : 1, // Monday is the first day of the week.\n doy : 4 // The week that contains Jan 4st is the first week of the year.\n }\n });\n\n return el;\n\n})));\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n var enSG = moment.defineLocale('en-SG', {\n months : 'January_February_March_April_May_June_July_August_September_October_November_December'.split('_'),\n monthsShort : 'Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec'.split('_'),\n weekdays : 'Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday'.split('_'),\n weekdaysShort : 'Sun_Mon_Tue_Wed_Thu_Fri_Sat'.split('_'),\n weekdaysMin : 'Su_Mo_Tu_We_Th_Fr_Sa'.split('_'),\n longDateFormat : {\n LT : 'HH:mm',\n LTS : 'HH:mm:ss',\n L : 'DD/MM/YYYY',\n LL : 'D MMMM YYYY',\n LLL : 'D MMMM YYYY HH:mm',\n LLLL : 'dddd, D MMMM YYYY HH:mm'\n },\n calendar : {\n sameDay : '[Today at] LT',\n nextDay : '[Tomorrow at] LT',\n nextWeek : 'dddd [at] LT',\n lastDay : '[Yesterday at] LT',\n lastWeek : '[Last] dddd [at] LT',\n sameElse : 'L'\n },\n relativeTime : {\n future : 'in %s',\n past : '%s ago',\n s : 'a few seconds',\n ss : '%d seconds',\n m : 'a minute',\n mm : '%d minutes',\n h : 'an hour',\n hh : '%d hours',\n d : 'a day',\n dd : '%d days',\n M : 'a month',\n MM : '%d months',\n y : 'a year',\n yy : '%d years'\n },\n dayOfMonthOrdinalParse: /\\d{1,2}(st|nd|rd|th)/,\n ordinal : function (number) {\n var b = number % 10,\n output = (~~(number % 100 / 10) === 1) ? 'th' :\n (b === 1) ? 'st' :\n (b === 2) ? 'nd' :\n (b === 3) ? 'rd' : 'th';\n return number + output;\n },\n week : {\n dow : 1, // Monday is the first day of the week.\n doy : 4 // The week that contains Jan 4th is the first week of the year.\n }\n });\n\n return enSG;\n\n})));\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n var enAu = moment.defineLocale('en-au', {\n months : 'January_February_March_April_May_June_July_August_September_October_November_December'.split('_'),\n monthsShort : 'Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec'.split('_'),\n weekdays : 'Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday'.split('_'),\n weekdaysShort : 'Sun_Mon_Tue_Wed_Thu_Fri_Sat'.split('_'),\n weekdaysMin : 'Su_Mo_Tu_We_Th_Fr_Sa'.split('_'),\n longDateFormat : {\n LT : 'h:mm A',\n LTS : 'h:mm:ss A',\n L : 'DD/MM/YYYY',\n LL : 'D MMMM YYYY',\n LLL : 'D MMMM YYYY h:mm A',\n LLLL : 'dddd, D MMMM YYYY h:mm A'\n },\n calendar : {\n sameDay : '[Today at] LT',\n nextDay : '[Tomorrow at] LT',\n nextWeek : 'dddd [at] LT',\n lastDay : '[Yesterday at] LT',\n lastWeek : '[Last] dddd [at] LT',\n sameElse : 'L'\n },\n relativeTime : {\n future : 'in %s',\n past : '%s ago',\n s : 'a few seconds',\n ss : '%d seconds',\n m : 'a minute',\n mm : '%d minutes',\n h : 'an hour',\n hh : '%d hours',\n d : 'a day',\n dd : '%d days',\n M : 'a month',\n MM : '%d months',\n y : 'a year',\n yy : '%d years'\n },\n dayOfMonthOrdinalParse: /\\d{1,2}(st|nd|rd|th)/,\n ordinal : function (number) {\n var b = number % 10,\n output = (~~(number % 100 / 10) === 1) ? 'th' :\n (b === 1) ? 'st' :\n (b === 2) ? 'nd' :\n (b === 3) ? 'rd' : 'th';\n return number + output;\n },\n week : {\n dow : 1, // Monday is the first day of the week.\n doy : 4 // The week that contains Jan 4th is the first week of the year.\n }\n });\n\n return enAu;\n\n})));\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n var enCa = moment.defineLocale('en-ca', {\n months : 'January_February_March_April_May_June_July_August_September_October_November_December'.split('_'),\n monthsShort : 'Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec'.split('_'),\n weekdays : 'Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday'.split('_'),\n weekdaysShort : 'Sun_Mon_Tue_Wed_Thu_Fri_Sat'.split('_'),\n weekdaysMin : 'Su_Mo_Tu_We_Th_Fr_Sa'.split('_'),\n longDateFormat : {\n LT : 'h:mm A',\n LTS : 'h:mm:ss A',\n L : 'YYYY-MM-DD',\n LL : 'MMMM D, YYYY',\n LLL : 'MMMM D, YYYY h:mm A',\n LLLL : 'dddd, MMMM D, YYYY h:mm A'\n },\n calendar : {\n sameDay : '[Today at] LT',\n nextDay : '[Tomorrow at] LT',\n nextWeek : 'dddd [at] LT',\n lastDay : '[Yesterday at] LT',\n lastWeek : '[Last] dddd [at] LT',\n sameElse : 'L'\n },\n relativeTime : {\n future : 'in %s',\n past : '%s ago',\n s : 'a few seconds',\n ss : '%d seconds',\n m : 'a minute',\n mm : '%d minutes',\n h : 'an hour',\n hh : '%d hours',\n d : 'a day',\n dd : '%d days',\n M : 'a month',\n MM : '%d months',\n y : 'a year',\n yy : '%d years'\n },\n dayOfMonthOrdinalParse: /\\d{1,2}(st|nd|rd|th)/,\n ordinal : function (number) {\n var b = number % 10,\n output = (~~(number % 100 / 10) === 1) ? 'th' :\n (b === 1) ? 'st' :\n (b === 2) ? 'nd' :\n (b === 3) ? 'rd' : 'th';\n return number + output;\n }\n });\n\n return enCa;\n\n})));\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n var enGb = moment.defineLocale('en-gb', {\n months : 'January_February_March_April_May_June_July_August_September_October_November_December'.split('_'),\n monthsShort : 'Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec'.split('_'),\n weekdays : 'Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday'.split('_'),\n weekdaysShort : 'Sun_Mon_Tue_Wed_Thu_Fri_Sat'.split('_'),\n weekdaysMin : 'Su_Mo_Tu_We_Th_Fr_Sa'.split('_'),\n longDateFormat : {\n LT : 'HH:mm',\n LTS : 'HH:mm:ss',\n L : 'DD/MM/YYYY',\n LL : 'D MMMM YYYY',\n LLL : 'D MMMM YYYY HH:mm',\n LLLL : 'dddd, D MMMM YYYY HH:mm'\n },\n calendar : {\n sameDay : '[Today at] LT',\n nextDay : '[Tomorrow at] LT',\n nextWeek : 'dddd [at] LT',\n lastDay : '[Yesterday at] LT',\n lastWeek : '[Last] dddd [at] LT',\n sameElse : 'L'\n },\n relativeTime : {\n future : 'in %s',\n past : '%s ago',\n s : 'a few seconds',\n ss : '%d seconds',\n m : 'a minute',\n mm : '%d minutes',\n h : 'an hour',\n hh : '%d hours',\n d : 'a day',\n dd : '%d days',\n M : 'a month',\n MM : '%d months',\n y : 'a year',\n yy : '%d years'\n },\n dayOfMonthOrdinalParse: /\\d{1,2}(st|nd|rd|th)/,\n ordinal : function (number) {\n var b = number % 10,\n output = (~~(number % 100 / 10) === 1) ? 'th' :\n (b === 1) ? 'st' :\n (b === 2) ? 'nd' :\n (b === 3) ? 'rd' : 'th';\n return number + output;\n },\n week : {\n dow : 1, // Monday is the first day of the week.\n doy : 4 // The week that contains Jan 4th is the first week of the year.\n }\n });\n\n return enGb;\n\n})));\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n var enIe = moment.defineLocale('en-ie', {\n months : 'January_February_March_April_May_June_July_August_September_October_November_December'.split('_'),\n monthsShort : 'Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec'.split('_'),\n weekdays : 'Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday'.split('_'),\n weekdaysShort : 'Sun_Mon_Tue_Wed_Thu_Fri_Sat'.split('_'),\n weekdaysMin : 'Su_Mo_Tu_We_Th_Fr_Sa'.split('_'),\n longDateFormat : {\n LT : 'HH:mm',\n LTS : 'HH:mm:ss',\n L : 'DD/MM/YYYY',\n LL : 'D MMMM YYYY',\n LLL : 'D MMMM YYYY HH:mm',\n LLLL : 'dddd D MMMM YYYY HH:mm'\n },\n calendar : {\n sameDay : '[Today at] LT',\n nextDay : '[Tomorrow at] LT',\n nextWeek : 'dddd [at] LT',\n lastDay : '[Yesterday at] LT',\n lastWeek : '[Last] dddd [at] LT',\n sameElse : 'L'\n },\n relativeTime : {\n future : 'in %s',\n past : '%s ago',\n s : 'a few seconds',\n ss : '%d seconds',\n m : 'a minute',\n mm : '%d minutes',\n h : 'an hour',\n hh : '%d hours',\n d : 'a day',\n dd : '%d days',\n M : 'a month',\n MM : '%d months',\n y : 'a year',\n yy : '%d years'\n },\n dayOfMonthOrdinalParse: /\\d{1,2}(st|nd|rd|th)/,\n ordinal : function (number) {\n var b = number % 10,\n output = (~~(number % 100 / 10) === 1) ? 'th' :\n (b === 1) ? 'st' :\n (b === 2) ? 'nd' :\n (b === 3) ? 'rd' : 'th';\n return number + output;\n },\n week : {\n dow : 1, // Monday is the first day of the week.\n doy : 4 // The week that contains Jan 4th is the first week of the year.\n }\n });\n\n return enIe;\n\n})));\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n var enIl = moment.defineLocale('en-il', {\n months : 'January_February_March_April_May_June_July_August_September_October_November_December'.split('_'),\n monthsShort : 'Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec'.split('_'),\n weekdays : 'Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday'.split('_'),\n weekdaysShort : 'Sun_Mon_Tue_Wed_Thu_Fri_Sat'.split('_'),\n weekdaysMin : 'Su_Mo_Tu_We_Th_Fr_Sa'.split('_'),\n longDateFormat : {\n LT : 'HH:mm',\n LTS : 'HH:mm:ss',\n L : 'DD/MM/YYYY',\n LL : 'D MMMM YYYY',\n LLL : 'D MMMM YYYY HH:mm',\n LLLL : 'dddd, D MMMM YYYY HH:mm'\n },\n calendar : {\n sameDay : '[Today at] LT',\n nextDay : '[Tomorrow at] LT',\n nextWeek : 'dddd [at] LT',\n lastDay : '[Yesterday at] LT',\n lastWeek : '[Last] dddd [at] LT',\n sameElse : 'L'\n },\n relativeTime : {\n future : 'in %s',\n past : '%s ago',\n s : 'a few seconds',\n m : 'a minute',\n mm : '%d minutes',\n h : 'an hour',\n hh : '%d hours',\n d : 'a day',\n dd : '%d days',\n M : 'a month',\n MM : '%d months',\n y : 'a year',\n yy : '%d years'\n },\n dayOfMonthOrdinalParse: /\\d{1,2}(st|nd|rd|th)/,\n ordinal : function (number) {\n var b = number % 10,\n output = (~~(number % 100 / 10) === 1) ? 'th' :\n (b === 1) ? 'st' :\n (b === 2) ? 'nd' :\n (b === 3) ? 'rd' : 'th';\n return number + output;\n }\n });\n\n return enIl;\n\n})));\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n var enNz = moment.defineLocale('en-nz', {\n months : 'January_February_March_April_May_June_July_August_September_October_November_December'.split('_'),\n monthsShort : 'Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec'.split('_'),\n weekdays : 'Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday'.split('_'),\n weekdaysShort : 'Sun_Mon_Tue_Wed_Thu_Fri_Sat'.split('_'),\n weekdaysMin : 'Su_Mo_Tu_We_Th_Fr_Sa'.split('_'),\n longDateFormat : {\n LT : 'h:mm A',\n LTS : 'h:mm:ss A',\n L : 'DD/MM/YYYY',\n LL : 'D MMMM YYYY',\n LLL : 'D MMMM YYYY h:mm A',\n LLLL : 'dddd, D MMMM YYYY h:mm A'\n },\n calendar : {\n sameDay : '[Today at] LT',\n nextDay : '[Tomorrow at] LT',\n nextWeek : 'dddd [at] LT',\n lastDay : '[Yesterday at] LT',\n lastWeek : '[Last] dddd [at] LT',\n sameElse : 'L'\n },\n relativeTime : {\n future : 'in %s',\n past : '%s ago',\n s : 'a few seconds',\n ss : '%d seconds',\n m : 'a minute',\n mm : '%d minutes',\n h : 'an hour',\n hh : '%d hours',\n d : 'a day',\n dd : '%d days',\n M : 'a month',\n MM : '%d months',\n y : 'a year',\n yy : '%d years'\n },\n dayOfMonthOrdinalParse: /\\d{1,2}(st|nd|rd|th)/,\n ordinal : function (number) {\n var b = number % 10,\n output = (~~(number % 100 / 10) === 1) ? 'th' :\n (b === 1) ? 'st' :\n (b === 2) ? 'nd' :\n (b === 3) ? 'rd' : 'th';\n return number + output;\n },\n week : {\n dow : 1, // Monday is the first day of the week.\n doy : 4 // The week that contains Jan 4th is the first week of the year.\n }\n });\n\n return enNz;\n\n})));\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n var eo = moment.defineLocale('eo', {\n months : 'januaro_februaro_marto_aprilo_majo_junio_julio_aŭgusto_septembro_oktobro_novembro_decembro'.split('_'),\n monthsShort : 'jan_feb_mar_apr_maj_jun_jul_aŭg_sep_okt_nov_dec'.split('_'),\n weekdays : 'dimanĉo_lundo_mardo_merkredo_ĵaŭdo_vendredo_sabato'.split('_'),\n weekdaysShort : 'dim_lun_mard_merk_ĵaŭ_ven_sab'.split('_'),\n weekdaysMin : 'di_lu_ma_me_ĵa_ve_sa'.split('_'),\n longDateFormat : {\n LT : 'HH:mm',\n LTS : 'HH:mm:ss',\n L : 'YYYY-MM-DD',\n LL : 'D[-a de] MMMM, YYYY',\n LLL : 'D[-a de] MMMM, YYYY HH:mm',\n LLLL : 'dddd, [la] D[-a de] MMMM, YYYY HH:mm'\n },\n meridiemParse: /[ap]\\.t\\.m/i,\n isPM: function (input) {\n return input.charAt(0).toLowerCase() === 'p';\n },\n meridiem : function (hours, minutes, isLower) {\n if (hours > 11) {\n return isLower ? 'p.t.m.' : 'P.T.M.';\n } else {\n return isLower ? 'a.t.m.' : 'A.T.M.';\n }\n },\n calendar : {\n sameDay : '[Hodiaŭ je] LT',\n nextDay : '[Morgaŭ je] LT',\n nextWeek : 'dddd [je] LT',\n lastDay : '[Hieraŭ je] LT',\n lastWeek : '[pasinta] dddd [je] LT',\n sameElse : 'L'\n },\n relativeTime : {\n future : 'post %s',\n past : 'antaŭ %s',\n s : 'sekundoj',\n ss : '%d sekundoj',\n m : 'minuto',\n mm : '%d minutoj',\n h : 'horo',\n hh : '%d horoj',\n d : 'tago',//ne 'diurno', ĉar estas uzita por proksimumo\n dd : '%d tagoj',\n M : 'monato',\n MM : '%d monatoj',\n y : 'jaro',\n yy : '%d jaroj'\n },\n dayOfMonthOrdinalParse: /\\d{1,2}a/,\n ordinal : '%da',\n week : {\n dow : 1, // Monday is the first day of the week.\n doy : 7 // The week that contains Jan 7th is the first week of the year.\n }\n });\n\n return eo;\n\n})));\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n var monthsShortDot = 'ene._feb._mar._abr._may._jun._jul._ago._sep._oct._nov._dic.'.split('_'),\n monthsShort = 'ene_feb_mar_abr_may_jun_jul_ago_sep_oct_nov_dic'.split('_');\n\n var monthsParse = [/^ene/i, /^feb/i, /^mar/i, /^abr/i, /^may/i, /^jun/i, /^jul/i, /^ago/i, /^sep/i, /^oct/i, /^nov/i, /^dic/i];\n var monthsRegex = /^(enero|febrero|marzo|abril|mayo|junio|julio|agosto|septiembre|octubre|noviembre|diciembre|ene\\.?|feb\\.?|mar\\.?|abr\\.?|may\\.?|jun\\.?|jul\\.?|ago\\.?|sep\\.?|oct\\.?|nov\\.?|dic\\.?)/i;\n\n var es = moment.defineLocale('es', {\n months : 'enero_febrero_marzo_abril_mayo_junio_julio_agosto_septiembre_octubre_noviembre_diciembre'.split('_'),\n monthsShort : function (m, format) {\n if (!m) {\n return monthsShortDot;\n } else if (/-MMM-/.test(format)) {\n return monthsShort[m.month()];\n } else {\n return monthsShortDot[m.month()];\n }\n },\n monthsRegex : monthsRegex,\n monthsShortRegex : monthsRegex,\n monthsStrictRegex : /^(enero|febrero|marzo|abril|mayo|junio|julio|agosto|septiembre|octubre|noviembre|diciembre)/i,\n monthsShortStrictRegex : /^(ene\\.?|feb\\.?|mar\\.?|abr\\.?|may\\.?|jun\\.?|jul\\.?|ago\\.?|sep\\.?|oct\\.?|nov\\.?|dic\\.?)/i,\n monthsParse : monthsParse,\n longMonthsParse : monthsParse,\n shortMonthsParse : monthsParse,\n weekdays : 'domingo_lunes_martes_miércoles_jueves_viernes_sábado'.split('_'),\n weekdaysShort : 'dom._lun._mar._mié._jue._vie._sáb.'.split('_'),\n weekdaysMin : 'do_lu_ma_mi_ju_vi_sá'.split('_'),\n weekdaysParseExact : true,\n longDateFormat : {\n LT : 'H:mm',\n LTS : 'H:mm:ss',\n L : 'DD/MM/YYYY',\n LL : 'D [de] MMMM [de] YYYY',\n LLL : 'D [de] MMMM [de] YYYY H:mm',\n LLLL : 'dddd, D [de] MMMM [de] YYYY H:mm'\n },\n calendar : {\n sameDay : function () {\n return '[hoy a la' + ((this.hours() !== 1) ? 's' : '') + '] LT';\n },\n nextDay : function () {\n return '[mañana a la' + ((this.hours() !== 1) ? 's' : '') + '] LT';\n },\n nextWeek : function () {\n return 'dddd [a la' + ((this.hours() !== 1) ? 's' : '') + '] LT';\n },\n lastDay : function () {\n return '[ayer a la' + ((this.hours() !== 1) ? 's' : '') + '] LT';\n },\n lastWeek : function () {\n return '[el] dddd [pasado a la' + ((this.hours() !== 1) ? 's' : '') + '] LT';\n },\n sameElse : 'L'\n },\n relativeTime : {\n future : 'en %s',\n past : 'hace %s',\n s : 'unos segundos',\n ss : '%d segundos',\n m : 'un minuto',\n mm : '%d minutos',\n h : 'una hora',\n hh : '%d horas',\n d : 'un día',\n dd : '%d días',\n M : 'un mes',\n MM : '%d meses',\n y : 'un año',\n yy : '%d años'\n },\n dayOfMonthOrdinalParse : /\\d{1,2}º/,\n ordinal : '%dº',\n week : {\n dow : 1, // Monday is the first day of the week.\n doy : 4 // The week that contains Jan 4th is the first week of the year.\n }\n });\n\n return es;\n\n})));\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n var monthsShortDot = 'ene._feb._mar._abr._may._jun._jul._ago._sep._oct._nov._dic.'.split('_'),\n monthsShort = 'ene_feb_mar_abr_may_jun_jul_ago_sep_oct_nov_dic'.split('_');\n\n var monthsParse = [/^ene/i, /^feb/i, /^mar/i, /^abr/i, /^may/i, /^jun/i, /^jul/i, /^ago/i, /^sep/i, /^oct/i, /^nov/i, /^dic/i];\n var monthsRegex = /^(enero|febrero|marzo|abril|mayo|junio|julio|agosto|septiembre|octubre|noviembre|diciembre|ene\\.?|feb\\.?|mar\\.?|abr\\.?|may\\.?|jun\\.?|jul\\.?|ago\\.?|sep\\.?|oct\\.?|nov\\.?|dic\\.?)/i;\n\n var esDo = moment.defineLocale('es-do', {\n months : 'enero_febrero_marzo_abril_mayo_junio_julio_agosto_septiembre_octubre_noviembre_diciembre'.split('_'),\n monthsShort : function (m, format) {\n if (!m) {\n return monthsShortDot;\n } else if (/-MMM-/.test(format)) {\n return monthsShort[m.month()];\n } else {\n return monthsShortDot[m.month()];\n }\n },\n monthsRegex: monthsRegex,\n monthsShortRegex: monthsRegex,\n monthsStrictRegex: /^(enero|febrero|marzo|abril|mayo|junio|julio|agosto|septiembre|octubre|noviembre|diciembre)/i,\n monthsShortStrictRegex: /^(ene\\.?|feb\\.?|mar\\.?|abr\\.?|may\\.?|jun\\.?|jul\\.?|ago\\.?|sep\\.?|oct\\.?|nov\\.?|dic\\.?)/i,\n monthsParse: monthsParse,\n longMonthsParse: monthsParse,\n shortMonthsParse: monthsParse,\n weekdays : 'domingo_lunes_martes_miércoles_jueves_viernes_sábado'.split('_'),\n weekdaysShort : 'dom._lun._mar._mié._jue._vie._sáb.'.split('_'),\n weekdaysMin : 'do_lu_ma_mi_ju_vi_sá'.split('_'),\n weekdaysParseExact : true,\n longDateFormat : {\n LT : 'h:mm A',\n LTS : 'h:mm:ss A',\n L : 'DD/MM/YYYY',\n LL : 'D [de] MMMM [de] YYYY',\n LLL : 'D [de] MMMM [de] YYYY h:mm A',\n LLLL : 'dddd, D [de] MMMM [de] YYYY h:mm A'\n },\n calendar : {\n sameDay : function () {\n return '[hoy a la' + ((this.hours() !== 1) ? 's' : '') + '] LT';\n },\n nextDay : function () {\n return '[mañana a la' + ((this.hours() !== 1) ? 's' : '') + '] LT';\n },\n nextWeek : function () {\n return 'dddd [a la' + ((this.hours() !== 1) ? 's' : '') + '] LT';\n },\n lastDay : function () {\n return '[ayer a la' + ((this.hours() !== 1) ? 's' : '') + '] LT';\n },\n lastWeek : function () {\n return '[el] dddd [pasado a la' + ((this.hours() !== 1) ? 's' : '') + '] LT';\n },\n sameElse : 'L'\n },\n relativeTime : {\n future : 'en %s',\n past : 'hace %s',\n s : 'unos segundos',\n ss : '%d segundos',\n m : 'un minuto',\n mm : '%d minutos',\n h : 'una hora',\n hh : '%d horas',\n d : 'un día',\n dd : '%d días',\n M : 'un mes',\n MM : '%d meses',\n y : 'un año',\n yy : '%d años'\n },\n dayOfMonthOrdinalParse : /\\d{1,2}º/,\n ordinal : '%dº',\n week : {\n dow : 1, // Monday is the first day of the week.\n doy : 4 // The week that contains Jan 4th is the first week of the year.\n }\n });\n\n return esDo;\n\n})));\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n var monthsShortDot = 'ene._feb._mar._abr._may._jun._jul._ago._sep._oct._nov._dic.'.split('_'),\n monthsShort = 'ene_feb_mar_abr_may_jun_jul_ago_sep_oct_nov_dic'.split('_');\n\n var monthsParse = [/^ene/i, /^feb/i, /^mar/i, /^abr/i, /^may/i, /^jun/i, /^jul/i, /^ago/i, /^sep/i, /^oct/i, /^nov/i, /^dic/i];\n var monthsRegex = /^(enero|febrero|marzo|abril|mayo|junio|julio|agosto|septiembre|octubre|noviembre|diciembre|ene\\.?|feb\\.?|mar\\.?|abr\\.?|may\\.?|jun\\.?|jul\\.?|ago\\.?|sep\\.?|oct\\.?|nov\\.?|dic\\.?)/i;\n\n var esUs = moment.defineLocale('es-us', {\n months : 'enero_febrero_marzo_abril_mayo_junio_julio_agosto_septiembre_octubre_noviembre_diciembre'.split('_'),\n monthsShort : function (m, format) {\n if (!m) {\n return monthsShortDot;\n } else if (/-MMM-/.test(format)) {\n return monthsShort[m.month()];\n } else {\n return monthsShortDot[m.month()];\n }\n },\n monthsRegex: monthsRegex,\n monthsShortRegex: monthsRegex,\n monthsStrictRegex: /^(enero|febrero|marzo|abril|mayo|junio|julio|agosto|septiembre|octubre|noviembre|diciembre)/i,\n monthsShortStrictRegex: /^(ene\\.?|feb\\.?|mar\\.?|abr\\.?|may\\.?|jun\\.?|jul\\.?|ago\\.?|sep\\.?|oct\\.?|nov\\.?|dic\\.?)/i,\n monthsParse: monthsParse,\n longMonthsParse: monthsParse,\n shortMonthsParse: monthsParse,\n weekdays : 'domingo_lunes_martes_miércoles_jueves_viernes_sábado'.split('_'),\n weekdaysShort : 'dom._lun._mar._mié._jue._vie._sáb.'.split('_'),\n weekdaysMin : 'do_lu_ma_mi_ju_vi_sá'.split('_'),\n weekdaysParseExact : true,\n longDateFormat : {\n LT : 'h:mm A',\n LTS : 'h:mm:ss A',\n L : 'MM/DD/YYYY',\n LL : 'D [de] MMMM [de] YYYY',\n LLL : 'D [de] MMMM [de] YYYY h:mm A',\n LLLL : 'dddd, D [de] MMMM [de] YYYY h:mm A'\n },\n calendar : {\n sameDay : function () {\n return '[hoy a la' + ((this.hours() !== 1) ? 's' : '') + '] LT';\n },\n nextDay : function () {\n return '[mañana a la' + ((this.hours() !== 1) ? 's' : '') + '] LT';\n },\n nextWeek : function () {\n return 'dddd [a la' + ((this.hours() !== 1) ? 's' : '') + '] LT';\n },\n lastDay : function () {\n return '[ayer a la' + ((this.hours() !== 1) ? 's' : '') + '] LT';\n },\n lastWeek : function () {\n return '[el] dddd [pasado a la' + ((this.hours() !== 1) ? 's' : '') + '] LT';\n },\n sameElse : 'L'\n },\n relativeTime : {\n future : 'en %s',\n past : 'hace %s',\n s : 'unos segundos',\n ss : '%d segundos',\n m : 'un minuto',\n mm : '%d minutos',\n h : 'una hora',\n hh : '%d horas',\n d : 'un día',\n dd : '%d días',\n M : 'un mes',\n MM : '%d meses',\n y : 'un año',\n yy : '%d años'\n },\n dayOfMonthOrdinalParse : /\\d{1,2}º/,\n ordinal : '%dº',\n week : {\n dow : 0, // Sunday is the first day of the week.\n doy : 6 // The week that contains Jan 6th is the first week of the year.\n }\n });\n\n return esUs;\n\n})));\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n function processRelativeTime(number, withoutSuffix, key, isFuture) {\n var format = {\n 's' : ['mõne sekundi', 'mõni sekund', 'paar sekundit'],\n 'ss': [number + 'sekundi', number + 'sekundit'],\n 'm' : ['ühe minuti', 'üks minut'],\n 'mm': [number + ' minuti', number + ' minutit'],\n 'h' : ['ühe tunni', 'tund aega', 'üks tund'],\n 'hh': [number + ' tunni', number + ' tundi'],\n 'd' : ['ühe päeva', 'üks päev'],\n 'M' : ['kuu aja', 'kuu aega', 'üks kuu'],\n 'MM': [number + ' kuu', number + ' kuud'],\n 'y' : ['ühe aasta', 'aasta', 'üks aasta'],\n 'yy': [number + ' aasta', number + ' aastat']\n };\n if (withoutSuffix) {\n return format[key][2] ? format[key][2] : format[key][1];\n }\n return isFuture ? format[key][0] : format[key][1];\n }\n\n var et = moment.defineLocale('et', {\n months : 'jaanuar_veebruar_märts_aprill_mai_juuni_juuli_august_september_oktoober_november_detsember'.split('_'),\n monthsShort : 'jaan_veebr_märts_apr_mai_juuni_juuli_aug_sept_okt_nov_dets'.split('_'),\n weekdays : 'pühapäev_esmaspäev_teisipäev_kolmapäev_neljapäev_reede_laupäev'.split('_'),\n weekdaysShort : 'P_E_T_K_N_R_L'.split('_'),\n weekdaysMin : 'P_E_T_K_N_R_L'.split('_'),\n longDateFormat : {\n LT : 'H:mm',\n LTS : 'H:mm:ss',\n L : 'DD.MM.YYYY',\n LL : 'D. MMMM YYYY',\n LLL : 'D. MMMM YYYY H:mm',\n LLLL : 'dddd, D. MMMM YYYY H:mm'\n },\n calendar : {\n sameDay : '[Täna,] LT',\n nextDay : '[Homme,] LT',\n nextWeek : '[Järgmine] dddd LT',\n lastDay : '[Eile,] LT',\n lastWeek : '[Eelmine] dddd LT',\n sameElse : 'L'\n },\n relativeTime : {\n future : '%s pärast',\n past : '%s tagasi',\n s : processRelativeTime,\n ss : processRelativeTime,\n m : processRelativeTime,\n mm : processRelativeTime,\n h : processRelativeTime,\n hh : processRelativeTime,\n d : processRelativeTime,\n dd : '%d päeva',\n M : processRelativeTime,\n MM : processRelativeTime,\n y : processRelativeTime,\n yy : processRelativeTime\n },\n dayOfMonthOrdinalParse: /\\d{1,2}\\./,\n ordinal : '%d.',\n week : {\n dow : 1, // Monday is the first day of the week.\n doy : 4 // The week that contains Jan 4th is the first week of the year.\n }\n });\n\n return et;\n\n})));\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n var eu = moment.defineLocale('eu', {\n months : 'urtarrila_otsaila_martxoa_apirila_maiatza_ekaina_uztaila_abuztua_iraila_urria_azaroa_abendua'.split('_'),\n monthsShort : 'urt._ots._mar._api._mai._eka._uzt._abu._ira._urr._aza._abe.'.split('_'),\n monthsParseExact : true,\n weekdays : 'igandea_astelehena_asteartea_asteazkena_osteguna_ostirala_larunbata'.split('_'),\n weekdaysShort : 'ig._al._ar._az._og._ol._lr.'.split('_'),\n weekdaysMin : 'ig_al_ar_az_og_ol_lr'.split('_'),\n weekdaysParseExact : true,\n longDateFormat : {\n LT : 'HH:mm',\n LTS : 'HH:mm:ss',\n L : 'YYYY-MM-DD',\n LL : 'YYYY[ko] MMMM[ren] D[a]',\n LLL : 'YYYY[ko] MMMM[ren] D[a] HH:mm',\n LLLL : 'dddd, YYYY[ko] MMMM[ren] D[a] HH:mm',\n l : 'YYYY-M-D',\n ll : 'YYYY[ko] MMM D[a]',\n lll : 'YYYY[ko] MMM D[a] HH:mm',\n llll : 'ddd, YYYY[ko] MMM D[a] HH:mm'\n },\n calendar : {\n sameDay : '[gaur] LT[etan]',\n nextDay : '[bihar] LT[etan]',\n nextWeek : 'dddd LT[etan]',\n lastDay : '[atzo] LT[etan]',\n lastWeek : '[aurreko] dddd LT[etan]',\n sameElse : 'L'\n },\n relativeTime : {\n future : '%s barru',\n past : 'duela %s',\n s : 'segundo batzuk',\n ss : '%d segundo',\n m : 'minutu bat',\n mm : '%d minutu',\n h : 'ordu bat',\n hh : '%d ordu',\n d : 'egun bat',\n dd : '%d egun',\n M : 'hilabete bat',\n MM : '%d hilabete',\n y : 'urte bat',\n yy : '%d urte'\n },\n dayOfMonthOrdinalParse: /\\d{1,2}\\./,\n ordinal : '%d.',\n week : {\n dow : 1, // Monday is the first day of the week.\n doy : 7 // The week that contains Jan 7th is the first week of the year.\n }\n });\n\n return eu;\n\n})));\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n var symbolMap = {\n '1': '۱',\n '2': '۲',\n '3': '۳',\n '4': '۴',\n '5': '۵',\n '6': '۶',\n '7': '۷',\n '8': '۸',\n '9': '۹',\n '0': '۰'\n }, numberMap = {\n '۱': '1',\n '۲': '2',\n '۳': '3',\n '۴': '4',\n '۵': '5',\n '۶': '6',\n '۷': '7',\n '۸': '8',\n '۹': '9',\n '۰': '0'\n };\n\n var fa = moment.defineLocale('fa', {\n months : 'ژانویه_فوریه_مارس_آوریل_مه_ژوئن_ژوئیه_اوت_سپتامبر_اکتبر_نوامبر_دسامبر'.split('_'),\n monthsShort : 'ژانویه_فوریه_مارس_آوریل_مه_ژوئن_ژوئیه_اوت_سپتامبر_اکتبر_نوامبر_دسامبر'.split('_'),\n weekdays : 'یک\\u200cشنبه_دوشنبه_سه\\u200cشنبه_چهارشنبه_پنج\\u200cشنبه_جمعه_شنبه'.split('_'),\n weekdaysShort : 'یک\\u200cشنبه_دوشنبه_سه\\u200cشنبه_چهارشنبه_پنج\\u200cشنبه_جمعه_شنبه'.split('_'),\n weekdaysMin : 'ی_د_س_چ_پ_ج_ش'.split('_'),\n weekdaysParseExact : true,\n longDateFormat : {\n LT : 'HH:mm',\n LTS : 'HH:mm:ss',\n L : 'DD/MM/YYYY',\n LL : 'D MMMM YYYY',\n LLL : 'D MMMM YYYY HH:mm',\n LLLL : 'dddd, D MMMM YYYY HH:mm'\n },\n meridiemParse: /قبل از ظهر|بعد از ظهر/,\n isPM: function (input) {\n return /بعد از ظهر/.test(input);\n },\n meridiem : function (hour, minute, isLower) {\n if (hour < 12) {\n return 'قبل از ظهر';\n } else {\n return 'بعد از ظهر';\n }\n },\n calendar : {\n sameDay : '[امروز ساعت] LT',\n nextDay : '[فردا ساعت] LT',\n nextWeek : 'dddd [ساعت] LT',\n lastDay : '[دیروز ساعت] LT',\n lastWeek : 'dddd [پیش] [ساعت] LT',\n sameElse : 'L'\n },\n relativeTime : {\n future : 'در %s',\n past : '%s پیش',\n s : 'چند ثانیه',\n ss : 'ثانیه d%',\n m : 'یک دقیقه',\n mm : '%d دقیقه',\n h : 'یک ساعت',\n hh : '%d ساعت',\n d : 'یک روز',\n dd : '%d روز',\n M : 'یک ماه',\n MM : '%d ماه',\n y : 'یک سال',\n yy : '%d سال'\n },\n preparse: function (string) {\n return string.replace(/[۰-۹]/g, function (match) {\n return numberMap[match];\n }).replace(/،/g, ',');\n },\n postformat: function (string) {\n return string.replace(/\\d/g, function (match) {\n return symbolMap[match];\n }).replace(/,/g, '،');\n },\n dayOfMonthOrdinalParse: /\\d{1,2}م/,\n ordinal : '%dم',\n week : {\n dow : 6, // Saturday is the first day of the week.\n doy : 12 // The week that contains Jan 12th is the first week of the year.\n }\n });\n\n return fa;\n\n})));\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n var numbersPast = 'nolla yksi kaksi kolme neljä viisi kuusi seitsemän kahdeksan yhdeksän'.split(' '),\n numbersFuture = [\n 'nolla', 'yhden', 'kahden', 'kolmen', 'neljän', 'viiden', 'kuuden',\n numbersPast[7], numbersPast[8], numbersPast[9]\n ];\n function translate(number, withoutSuffix, key, isFuture) {\n var result = '';\n switch (key) {\n case 's':\n return isFuture ? 'muutaman sekunnin' : 'muutama sekunti';\n case 'ss':\n return isFuture ? 'sekunnin' : 'sekuntia';\n case 'm':\n return isFuture ? 'minuutin' : 'minuutti';\n case 'mm':\n result = isFuture ? 'minuutin' : 'minuuttia';\n break;\n case 'h':\n return isFuture ? 'tunnin' : 'tunti';\n case 'hh':\n result = isFuture ? 'tunnin' : 'tuntia';\n break;\n case 'd':\n return isFuture ? 'päivän' : 'päivä';\n case 'dd':\n result = isFuture ? 'päivän' : 'päivää';\n break;\n case 'M':\n return isFuture ? 'kuukauden' : 'kuukausi';\n case 'MM':\n result = isFuture ? 'kuukauden' : 'kuukautta';\n break;\n case 'y':\n return isFuture ? 'vuoden' : 'vuosi';\n case 'yy':\n result = isFuture ? 'vuoden' : 'vuotta';\n break;\n }\n result = verbalNumber(number, isFuture) + ' ' + result;\n return result;\n }\n function verbalNumber(number, isFuture) {\n return number < 10 ? (isFuture ? numbersFuture[number] : numbersPast[number]) : number;\n }\n\n var fi = moment.defineLocale('fi', {\n months : 'tammikuu_helmikuu_maaliskuu_huhtikuu_toukokuu_kesäkuu_heinäkuu_elokuu_syyskuu_lokakuu_marraskuu_joulukuu'.split('_'),\n monthsShort : 'tammi_helmi_maalis_huhti_touko_kesä_heinä_elo_syys_loka_marras_joulu'.split('_'),\n weekdays : 'sunnuntai_maanantai_tiistai_keskiviikko_torstai_perjantai_lauantai'.split('_'),\n weekdaysShort : 'su_ma_ti_ke_to_pe_la'.split('_'),\n weekdaysMin : 'su_ma_ti_ke_to_pe_la'.split('_'),\n longDateFormat : {\n LT : 'HH.mm',\n LTS : 'HH.mm.ss',\n L : 'DD.MM.YYYY',\n LL : 'Do MMMM[ta] YYYY',\n LLL : 'Do MMMM[ta] YYYY, [klo] HH.mm',\n LLLL : 'dddd, Do MMMM[ta] YYYY, [klo] HH.mm',\n l : 'D.M.YYYY',\n ll : 'Do MMM YYYY',\n lll : 'Do MMM YYYY, [klo] HH.mm',\n llll : 'ddd, Do MMM YYYY, [klo] HH.mm'\n },\n calendar : {\n sameDay : '[tänään] [klo] LT',\n nextDay : '[huomenna] [klo] LT',\n nextWeek : 'dddd [klo] LT',\n lastDay : '[eilen] [klo] LT',\n lastWeek : '[viime] dddd[na] [klo] LT',\n sameElse : 'L'\n },\n relativeTime : {\n future : '%s päästä',\n past : '%s sitten',\n s : translate,\n ss : translate,\n m : translate,\n mm : translate,\n h : translate,\n hh : translate,\n d : translate,\n dd : translate,\n M : translate,\n MM : translate,\n y : translate,\n yy : translate\n },\n dayOfMonthOrdinalParse: /\\d{1,2}\\./,\n ordinal : '%d.',\n week : {\n dow : 1, // Monday is the first day of the week.\n doy : 4 // The week that contains Jan 4th is the first week of the year.\n }\n });\n\n return fi;\n\n})));\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n var fo = moment.defineLocale('fo', {\n months : 'januar_februar_mars_apríl_mai_juni_juli_august_september_oktober_november_desember'.split('_'),\n monthsShort : 'jan_feb_mar_apr_mai_jun_jul_aug_sep_okt_nov_des'.split('_'),\n weekdays : 'sunnudagur_mánadagur_týsdagur_mikudagur_hósdagur_fríggjadagur_leygardagur'.split('_'),\n weekdaysShort : 'sun_mán_týs_mik_hós_frí_ley'.split('_'),\n weekdaysMin : 'su_má_tý_mi_hó_fr_le'.split('_'),\n longDateFormat : {\n LT : 'HH:mm',\n LTS : 'HH:mm:ss',\n L : 'DD/MM/YYYY',\n LL : 'D MMMM YYYY',\n LLL : 'D MMMM YYYY HH:mm',\n LLLL : 'dddd D. MMMM, YYYY HH:mm'\n },\n calendar : {\n sameDay : '[Í dag kl.] LT',\n nextDay : '[Í morgin kl.] LT',\n nextWeek : 'dddd [kl.] LT',\n lastDay : '[Í gjár kl.] LT',\n lastWeek : '[síðstu] dddd [kl] LT',\n sameElse : 'L'\n },\n relativeTime : {\n future : 'um %s',\n past : '%s síðani',\n s : 'fá sekund',\n ss : '%d sekundir',\n m : 'ein minuttur',\n mm : '%d minuttir',\n h : 'ein tími',\n hh : '%d tímar',\n d : 'ein dagur',\n dd : '%d dagar',\n M : 'ein mánaður',\n MM : '%d mánaðir',\n y : 'eitt ár',\n yy : '%d ár'\n },\n dayOfMonthOrdinalParse: /\\d{1,2}\\./,\n ordinal : '%d.',\n week : {\n dow : 1, // Monday is the first day of the week.\n doy : 4 // The week that contains Jan 4th is the first week of the year.\n }\n });\n\n return fo;\n\n})));\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n var fr = moment.defineLocale('fr', {\n months : 'janvier_février_mars_avril_mai_juin_juillet_août_septembre_octobre_novembre_décembre'.split('_'),\n monthsShort : 'janv._févr._mars_avr._mai_juin_juil._août_sept._oct._nov._déc.'.split('_'),\n monthsParseExact : true,\n weekdays : 'dimanche_lundi_mardi_mercredi_jeudi_vendredi_samedi'.split('_'),\n weekdaysShort : 'dim._lun._mar._mer._jeu._ven._sam.'.split('_'),\n weekdaysMin : 'di_lu_ma_me_je_ve_sa'.split('_'),\n weekdaysParseExact : true,\n longDateFormat : {\n LT : 'HH:mm',\n LTS : 'HH:mm:ss',\n L : 'DD/MM/YYYY',\n LL : 'D MMMM YYYY',\n LLL : 'D MMMM YYYY HH:mm',\n LLLL : 'dddd D MMMM YYYY HH:mm'\n },\n calendar : {\n sameDay : '[Aujourd’hui à] LT',\n nextDay : '[Demain à] LT',\n nextWeek : 'dddd [à] LT',\n lastDay : '[Hier à] LT',\n lastWeek : 'dddd [dernier à] LT',\n sameElse : 'L'\n },\n relativeTime : {\n future : 'dans %s',\n past : 'il y a %s',\n s : 'quelques secondes',\n ss : '%d secondes',\n m : 'une minute',\n mm : '%d minutes',\n h : 'une heure',\n hh : '%d heures',\n d : 'un jour',\n dd : '%d jours',\n M : 'un mois',\n MM : '%d mois',\n y : 'un an',\n yy : '%d ans'\n },\n dayOfMonthOrdinalParse: /\\d{1,2}(er|)/,\n ordinal : function (number, period) {\n switch (period) {\n // TODO: Return 'e' when day of month > 1. Move this case inside\n // block for masculine words below.\n // See https://github.com/moment/moment/issues/3375\n case 'D':\n return number + (number === 1 ? 'er' : '');\n\n // Words with masculine grammatical gender: mois, trimestre, jour\n default:\n case 'M':\n case 'Q':\n case 'DDD':\n case 'd':\n return number + (number === 1 ? 'er' : 'e');\n\n // Words with feminine grammatical gender: semaine\n case 'w':\n case 'W':\n return number + (number === 1 ? 're' : 'e');\n }\n },\n week : {\n dow : 1, // Monday is the first day of the week.\n doy : 4 // The week that contains Jan 4th is the first week of the year.\n }\n });\n\n return fr;\n\n})));\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n var frCa = moment.defineLocale('fr-ca', {\n months : 'janvier_février_mars_avril_mai_juin_juillet_août_septembre_octobre_novembre_décembre'.split('_'),\n monthsShort : 'janv._févr._mars_avr._mai_juin_juil._août_sept._oct._nov._déc.'.split('_'),\n monthsParseExact : true,\n weekdays : 'dimanche_lundi_mardi_mercredi_jeudi_vendredi_samedi'.split('_'),\n weekdaysShort : 'dim._lun._mar._mer._jeu._ven._sam.'.split('_'),\n weekdaysMin : 'di_lu_ma_me_je_ve_sa'.split('_'),\n weekdaysParseExact : true,\n longDateFormat : {\n LT : 'HH:mm',\n LTS : 'HH:mm:ss',\n L : 'YYYY-MM-DD',\n LL : 'D MMMM YYYY',\n LLL : 'D MMMM YYYY HH:mm',\n LLLL : 'dddd D MMMM YYYY HH:mm'\n },\n calendar : {\n sameDay : '[Aujourd’hui à] LT',\n nextDay : '[Demain à] LT',\n nextWeek : 'dddd [à] LT',\n lastDay : '[Hier à] LT',\n lastWeek : 'dddd [dernier à] LT',\n sameElse : 'L'\n },\n relativeTime : {\n future : 'dans %s',\n past : 'il y a %s',\n s : 'quelques secondes',\n ss : '%d secondes',\n m : 'une minute',\n mm : '%d minutes',\n h : 'une heure',\n hh : '%d heures',\n d : 'un jour',\n dd : '%d jours',\n M : 'un mois',\n MM : '%d mois',\n y : 'un an',\n yy : '%d ans'\n },\n dayOfMonthOrdinalParse: /\\d{1,2}(er|e)/,\n ordinal : function (number, period) {\n switch (period) {\n // Words with masculine grammatical gender: mois, trimestre, jour\n default:\n case 'M':\n case 'Q':\n case 'D':\n case 'DDD':\n case 'd':\n return number + (number === 1 ? 'er' : 'e');\n\n // Words with feminine grammatical gender: semaine\n case 'w':\n case 'W':\n return number + (number === 1 ? 're' : 'e');\n }\n }\n });\n\n return frCa;\n\n})));\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n var frCh = moment.defineLocale('fr-ch', {\n months : 'janvier_février_mars_avril_mai_juin_juillet_août_septembre_octobre_novembre_décembre'.split('_'),\n monthsShort : 'janv._févr._mars_avr._mai_juin_juil._août_sept._oct._nov._déc.'.split('_'),\n monthsParseExact : true,\n weekdays : 'dimanche_lundi_mardi_mercredi_jeudi_vendredi_samedi'.split('_'),\n weekdaysShort : 'dim._lun._mar._mer._jeu._ven._sam.'.split('_'),\n weekdaysMin : 'di_lu_ma_me_je_ve_sa'.split('_'),\n weekdaysParseExact : true,\n longDateFormat : {\n LT : 'HH:mm',\n LTS : 'HH:mm:ss',\n L : 'DD.MM.YYYY',\n LL : 'D MMMM YYYY',\n LLL : 'D MMMM YYYY HH:mm',\n LLLL : 'dddd D MMMM YYYY HH:mm'\n },\n calendar : {\n sameDay : '[Aujourd’hui à] LT',\n nextDay : '[Demain à] LT',\n nextWeek : 'dddd [à] LT',\n lastDay : '[Hier à] LT',\n lastWeek : 'dddd [dernier à] LT',\n sameElse : 'L'\n },\n relativeTime : {\n future : 'dans %s',\n past : 'il y a %s',\n s : 'quelques secondes',\n ss : '%d secondes',\n m : 'une minute',\n mm : '%d minutes',\n h : 'une heure',\n hh : '%d heures',\n d : 'un jour',\n dd : '%d jours',\n M : 'un mois',\n MM : '%d mois',\n y : 'un an',\n yy : '%d ans'\n },\n dayOfMonthOrdinalParse: /\\d{1,2}(er|e)/,\n ordinal : function (number, period) {\n switch (period) {\n // Words with masculine grammatical gender: mois, trimestre, jour\n default:\n case 'M':\n case 'Q':\n case 'D':\n case 'DDD':\n case 'd':\n return number + (number === 1 ? 'er' : 'e');\n\n // Words with feminine grammatical gender: semaine\n case 'w':\n case 'W':\n return number + (number === 1 ? 're' : 'e');\n }\n },\n week : {\n dow : 1, // Monday is the first day of the week.\n doy : 4 // The week that contains Jan 4th is the first week of the year.\n }\n });\n\n return frCh;\n\n})));\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n var monthsShortWithDots = 'jan._feb._mrt._apr._mai_jun._jul._aug._sep._okt._nov._des.'.split('_'),\n monthsShortWithoutDots = 'jan_feb_mrt_apr_mai_jun_jul_aug_sep_okt_nov_des'.split('_');\n\n var fy = moment.defineLocale('fy', {\n months : 'jannewaris_febrewaris_maart_april_maaie_juny_july_augustus_septimber_oktober_novimber_desimber'.split('_'),\n monthsShort : function (m, format) {\n if (!m) {\n return monthsShortWithDots;\n } else if (/-MMM-/.test(format)) {\n return monthsShortWithoutDots[m.month()];\n } else {\n return monthsShortWithDots[m.month()];\n }\n },\n monthsParseExact : true,\n weekdays : 'snein_moandei_tiisdei_woansdei_tongersdei_freed_sneon'.split('_'),\n weekdaysShort : 'si._mo._ti._wo._to._fr._so.'.split('_'),\n weekdaysMin : 'Si_Mo_Ti_Wo_To_Fr_So'.split('_'),\n weekdaysParseExact : true,\n longDateFormat : {\n LT : 'HH:mm',\n LTS : 'HH:mm:ss',\n L : 'DD-MM-YYYY',\n LL : 'D MMMM YYYY',\n LLL : 'D MMMM YYYY HH:mm',\n LLLL : 'dddd D MMMM YYYY HH:mm'\n },\n calendar : {\n sameDay: '[hjoed om] LT',\n nextDay: '[moarn om] LT',\n nextWeek: 'dddd [om] LT',\n lastDay: '[juster om] LT',\n lastWeek: '[ôfrûne] dddd [om] LT',\n sameElse: 'L'\n },\n relativeTime : {\n future : 'oer %s',\n past : '%s lyn',\n s : 'in pear sekonden',\n ss : '%d sekonden',\n m : 'ien minút',\n mm : '%d minuten',\n h : 'ien oere',\n hh : '%d oeren',\n d : 'ien dei',\n dd : '%d dagen',\n M : 'ien moanne',\n MM : '%d moannen',\n y : 'ien jier',\n yy : '%d jierren'\n },\n dayOfMonthOrdinalParse: /\\d{1,2}(ste|de)/,\n ordinal : function (number) {\n return number + ((number === 1 || number === 8 || number >= 20) ? 'ste' : 'de');\n },\n week : {\n dow : 1, // Monday is the first day of the week.\n doy : 4 // The week that contains Jan 4th is the first week of the year.\n }\n });\n\n return fy;\n\n})));\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n\n var months = [\n 'Eanáir', 'Feabhra', 'Márta', 'Aibreán', 'Bealtaine', 'Méitheamh', 'Iúil', 'Lúnasa', 'Meán Fómhair', 'Deaireadh Fómhair', 'Samhain', 'Nollaig'\n ];\n\n var monthsShort = ['Eaná', 'Feab', 'Márt', 'Aibr', 'Beal', 'Méit', 'Iúil', 'Lúna', 'Meán', 'Deai', 'Samh', 'Noll'];\n\n var weekdays = ['Dé Domhnaigh', 'Dé Luain', 'Dé Máirt', 'Dé Céadaoin', 'Déardaoin', 'Dé hAoine', 'Dé Satharn'];\n\n var weekdaysShort = ['Dom', 'Lua', 'Mái', 'Céa', 'Déa', 'hAo', 'Sat'];\n\n var weekdaysMin = ['Do', 'Lu', 'Má', 'Ce', 'Dé', 'hA', 'Sa'];\n\n var ga = moment.defineLocale('ga', {\n months: months,\n monthsShort: monthsShort,\n monthsParseExact: true,\n weekdays: weekdays,\n weekdaysShort: weekdaysShort,\n weekdaysMin: weekdaysMin,\n longDateFormat: {\n LT: 'HH:mm',\n LTS: 'HH:mm:ss',\n L: 'DD/MM/YYYY',\n LL: 'D MMMM YYYY',\n LLL: 'D MMMM YYYY HH:mm',\n LLLL: 'dddd, D MMMM YYYY HH:mm'\n },\n calendar: {\n sameDay: '[Inniu ag] LT',\n nextDay: '[Amárach ag] LT',\n nextWeek: 'dddd [ag] LT',\n lastDay: '[Inné aig] LT',\n lastWeek: 'dddd [seo caite] [ag] LT',\n sameElse: 'L'\n },\n relativeTime: {\n future: 'i %s',\n past: '%s ó shin',\n s: 'cúpla soicind',\n ss: '%d soicind',\n m: 'nóiméad',\n mm: '%d nóiméad',\n h: 'uair an chloig',\n hh: '%d uair an chloig',\n d: 'lá',\n dd: '%d lá',\n M: 'mí',\n MM: '%d mí',\n y: 'bliain',\n yy: '%d bliain'\n },\n dayOfMonthOrdinalParse: /\\d{1,2}(d|na|mh)/,\n ordinal: function (number) {\n var output = number === 1 ? 'd' : number % 10 === 2 ? 'na' : 'mh';\n return number + output;\n },\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 4 // The week that contains Jan 4th is the first week of the year.\n }\n });\n\n return ga;\n\n})));\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n var months = [\n 'Am Faoilleach', 'An Gearran', 'Am Màrt', 'An Giblean', 'An Cèitean', 'An t-Ògmhios', 'An t-Iuchar', 'An Lùnastal', 'An t-Sultain', 'An Dàmhair', 'An t-Samhain', 'An Dùbhlachd'\n ];\n\n var monthsShort = ['Faoi', 'Gear', 'Màrt', 'Gibl', 'Cèit', 'Ògmh', 'Iuch', 'Lùn', 'Sult', 'Dàmh', 'Samh', 'Dùbh'];\n\n var weekdays = ['Didòmhnaich', 'Diluain', 'Dimàirt', 'Diciadain', 'Diardaoin', 'Dihaoine', 'Disathairne'];\n\n var weekdaysShort = ['Did', 'Dil', 'Dim', 'Dic', 'Dia', 'Dih', 'Dis'];\n\n var weekdaysMin = ['Dò', 'Lu', 'Mà', 'Ci', 'Ar', 'Ha', 'Sa'];\n\n var gd = moment.defineLocale('gd', {\n months : months,\n monthsShort : monthsShort,\n monthsParseExact : true,\n weekdays : weekdays,\n weekdaysShort : weekdaysShort,\n weekdaysMin : weekdaysMin,\n longDateFormat : {\n LT : 'HH:mm',\n LTS : 'HH:mm:ss',\n L : 'DD/MM/YYYY',\n LL : 'D MMMM YYYY',\n LLL : 'D MMMM YYYY HH:mm',\n LLLL : 'dddd, D MMMM YYYY HH:mm'\n },\n calendar : {\n sameDay : '[An-diugh aig] LT',\n nextDay : '[A-màireach aig] LT',\n nextWeek : 'dddd [aig] LT',\n lastDay : '[An-dè aig] LT',\n lastWeek : 'dddd [seo chaidh] [aig] LT',\n sameElse : 'L'\n },\n relativeTime : {\n future : 'ann an %s',\n past : 'bho chionn %s',\n s : 'beagan diogan',\n ss : '%d diogan',\n m : 'mionaid',\n mm : '%d mionaidean',\n h : 'uair',\n hh : '%d uairean',\n d : 'latha',\n dd : '%d latha',\n M : 'mìos',\n MM : '%d mìosan',\n y : 'bliadhna',\n yy : '%d bliadhna'\n },\n dayOfMonthOrdinalParse : /\\d{1,2}(d|na|mh)/,\n ordinal : function (number) {\n var output = number === 1 ? 'd' : number % 10 === 2 ? 'na' : 'mh';\n return number + output;\n },\n week : {\n dow : 1, // Monday is the first day of the week.\n doy : 4 // The week that contains Jan 4th is the first week of the year.\n }\n });\n\n return gd;\n\n})));\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n var gl = moment.defineLocale('gl', {\n months : 'xaneiro_febreiro_marzo_abril_maio_xuño_xullo_agosto_setembro_outubro_novembro_decembro'.split('_'),\n monthsShort : 'xan._feb._mar._abr._mai._xuñ._xul._ago._set._out._nov._dec.'.split('_'),\n monthsParseExact: true,\n weekdays : 'domingo_luns_martes_mércores_xoves_venres_sábado'.split('_'),\n weekdaysShort : 'dom._lun._mar._mér._xov._ven._sáb.'.split('_'),\n weekdaysMin : 'do_lu_ma_mé_xo_ve_sá'.split('_'),\n weekdaysParseExact : true,\n longDateFormat : {\n LT : 'H:mm',\n LTS : 'H:mm:ss',\n L : 'DD/MM/YYYY',\n LL : 'D [de] MMMM [de] YYYY',\n LLL : 'D [de] MMMM [de] YYYY H:mm',\n LLLL : 'dddd, D [de] MMMM [de] YYYY H:mm'\n },\n calendar : {\n sameDay : function () {\n return '[hoxe ' + ((this.hours() !== 1) ? 'ás' : 'á') + '] LT';\n },\n nextDay : function () {\n return '[mañá ' + ((this.hours() !== 1) ? 'ás' : 'á') + '] LT';\n },\n nextWeek : function () {\n return 'dddd [' + ((this.hours() !== 1) ? 'ás' : 'a') + '] LT';\n },\n lastDay : function () {\n return '[onte ' + ((this.hours() !== 1) ? 'á' : 'a') + '] LT';\n },\n lastWeek : function () {\n return '[o] dddd [pasado ' + ((this.hours() !== 1) ? 'ás' : 'a') + '] LT';\n },\n sameElse : 'L'\n },\n relativeTime : {\n future : function (str) {\n if (str.indexOf('un') === 0) {\n return 'n' + str;\n }\n return 'en ' + str;\n },\n past : 'hai %s',\n s : 'uns segundos',\n ss : '%d segundos',\n m : 'un minuto',\n mm : '%d minutos',\n h : 'unha hora',\n hh : '%d horas',\n d : 'un día',\n dd : '%d días',\n M : 'un mes',\n MM : '%d meses',\n y : 'un ano',\n yy : '%d anos'\n },\n dayOfMonthOrdinalParse : /\\d{1,2}º/,\n ordinal : '%dº',\n week : {\n dow : 1, // Monday is the first day of the week.\n doy : 4 // The week that contains Jan 4th is the first week of the year.\n }\n });\n\n return gl;\n\n})));\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n function processRelativeTime(number, withoutSuffix, key, isFuture) {\n var format = {\n 's': ['thodde secondanim', 'thodde second'],\n 'ss': [number + ' secondanim', number + ' second'],\n 'm': ['eka mintan', 'ek minute'],\n 'mm': [number + ' mintanim', number + ' mintam'],\n 'h': ['eka voran', 'ek vor'],\n 'hh': [number + ' voranim', number + ' voram'],\n 'd': ['eka disan', 'ek dis'],\n 'dd': [number + ' disanim', number + ' dis'],\n 'M': ['eka mhoinean', 'ek mhoino'],\n 'MM': [number + ' mhoineanim', number + ' mhoine'],\n 'y': ['eka vorsan', 'ek voros'],\n 'yy': [number + ' vorsanim', number + ' vorsam']\n };\n return withoutSuffix ? format[key][0] : format[key][1];\n }\n\n var gomLatn = moment.defineLocale('gom-latn', {\n months : 'Janer_Febrer_Mars_Abril_Mai_Jun_Julai_Agost_Setembr_Otubr_Novembr_Dezembr'.split('_'),\n monthsShort : 'Jan._Feb._Mars_Abr._Mai_Jun_Jul._Ago._Set._Otu._Nov._Dez.'.split('_'),\n monthsParseExact : true,\n weekdays : 'Aitar_Somar_Mongllar_Budvar_Brestar_Sukrar_Son\\'var'.split('_'),\n weekdaysShort : 'Ait._Som._Mon._Bud._Bre._Suk._Son.'.split('_'),\n weekdaysMin : 'Ai_Sm_Mo_Bu_Br_Su_Sn'.split('_'),\n weekdaysParseExact : true,\n longDateFormat : {\n LT : 'A h:mm [vazta]',\n LTS : 'A h:mm:ss [vazta]',\n L : 'DD-MM-YYYY',\n LL : 'D MMMM YYYY',\n LLL : 'D MMMM YYYY A h:mm [vazta]',\n LLLL : 'dddd, MMMM[achea] Do, YYYY, A h:mm [vazta]',\n llll: 'ddd, D MMM YYYY, A h:mm [vazta]'\n },\n calendar : {\n sameDay: '[Aiz] LT',\n nextDay: '[Faleam] LT',\n nextWeek: '[Ieta to] dddd[,] LT',\n lastDay: '[Kal] LT',\n lastWeek: '[Fatlo] dddd[,] LT',\n sameElse: 'L'\n },\n relativeTime : {\n future : '%s',\n past : '%s adim',\n s : processRelativeTime,\n ss : processRelativeTime,\n m : processRelativeTime,\n mm : processRelativeTime,\n h : processRelativeTime,\n hh : processRelativeTime,\n d : processRelativeTime,\n dd : processRelativeTime,\n M : processRelativeTime,\n MM : processRelativeTime,\n y : processRelativeTime,\n yy : processRelativeTime\n },\n dayOfMonthOrdinalParse : /\\d{1,2}(er)/,\n ordinal : function (number, period) {\n switch (period) {\n // the ordinal 'er' only applies to day of the month\n case 'D':\n return number + 'er';\n default:\n case 'M':\n case 'Q':\n case 'DDD':\n case 'd':\n case 'w':\n case 'W':\n return number;\n }\n },\n week : {\n dow : 1, // Monday is the first day of the week.\n doy : 4 // The week that contains Jan 4th is the first week of the year.\n },\n meridiemParse: /rati|sokalli|donparam|sanje/,\n meridiemHour : function (hour, meridiem) {\n if (hour === 12) {\n hour = 0;\n }\n if (meridiem === 'rati') {\n return hour < 4 ? hour : hour + 12;\n } else if (meridiem === 'sokalli') {\n return hour;\n } else if (meridiem === 'donparam') {\n return hour > 12 ? hour : hour + 12;\n } else if (meridiem === 'sanje') {\n return hour + 12;\n }\n },\n meridiem : function (hour, minute, isLower) {\n if (hour < 4) {\n return 'rati';\n } else if (hour < 12) {\n return 'sokalli';\n } else if (hour < 16) {\n return 'donparam';\n } else if (hour < 20) {\n return 'sanje';\n } else {\n return 'rati';\n }\n }\n });\n\n return gomLatn;\n\n})));\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n var symbolMap = {\n '1': '૧',\n '2': '૨',\n '3': '૩',\n '4': '૪',\n '5': '૫',\n '6': '૬',\n '7': '૭',\n '8': '૮',\n '9': '૯',\n '0': '૦'\n },\n numberMap = {\n '૧': '1',\n '૨': '2',\n '૩': '3',\n '૪': '4',\n '૫': '5',\n '૬': '6',\n '૭': '7',\n '૮': '8',\n '૯': '9',\n '૦': '0'\n };\n\n var gu = moment.defineLocale('gu', {\n months: 'જાન્યુઆરી_ફેબ્રુઆરી_માર્ચ_એપ્રિલ_મે_જૂન_જુલાઈ_ઑગસ્ટ_સપ્ટેમ્બર_ઑક્ટ્બર_નવેમ્બર_ડિસેમ્બર'.split('_'),\n monthsShort: 'જાન્યુ._ફેબ્રુ._માર્ચ_એપ્રિ._મે_જૂન_જુલા._ઑગ._સપ્ટે._ઑક્ટ્._નવે._ડિસે.'.split('_'),\n monthsParseExact: true,\n weekdays: 'રવિવાર_સોમવાર_મંગળવાર_બુધ્વાર_ગુરુવાર_શુક્રવાર_શનિવાર'.split('_'),\n weekdaysShort: 'રવિ_સોમ_મંગળ_બુધ્_ગુરુ_શુક્ર_શનિ'.split('_'),\n weekdaysMin: 'ર_સો_મં_બુ_ગુ_શુ_શ'.split('_'),\n longDateFormat: {\n LT: 'A h:mm વાગ્યે',\n LTS: 'A h:mm:ss વાગ્યે',\n L: 'DD/MM/YYYY',\n LL: 'D MMMM YYYY',\n LLL: 'D MMMM YYYY, A h:mm વાગ્યે',\n LLLL: 'dddd, D MMMM YYYY, A h:mm વાગ્યે'\n },\n calendar: {\n sameDay: '[આજ] LT',\n nextDay: '[કાલે] LT',\n nextWeek: 'dddd, LT',\n lastDay: '[ગઇકાલે] LT',\n lastWeek: '[પાછલા] dddd, LT',\n sameElse: 'L'\n },\n relativeTime: {\n future: '%s મા',\n past: '%s પેહલા',\n s: 'અમુક પળો',\n ss: '%d સેકંડ',\n m: 'એક મિનિટ',\n mm: '%d મિનિટ',\n h: 'એક કલાક',\n hh: '%d કલાક',\n d: 'એક દિવસ',\n dd: '%d દિવસ',\n M: 'એક મહિનો',\n MM: '%d મહિનો',\n y: 'એક વર્ષ',\n yy: '%d વર્ષ'\n },\n preparse: function (string) {\n return string.replace(/[૧૨૩૪૫૬૭૮૯૦]/g, function (match) {\n return numberMap[match];\n });\n },\n postformat: function (string) {\n return string.replace(/\\d/g, function (match) {\n return symbolMap[match];\n });\n },\n // Gujarati notation for meridiems are quite fuzzy in practice. While there exists\n // a rigid notion of a 'Pahar' it is not used as rigidly in modern Gujarati.\n meridiemParse: /રાત|બપોર|સવાર|સાંજ/,\n meridiemHour: function (hour, meridiem) {\n if (hour === 12) {\n hour = 0;\n }\n if (meridiem === 'રાત') {\n return hour < 4 ? hour : hour + 12;\n } else if (meridiem === 'સવાર') {\n return hour;\n } else if (meridiem === 'બપોર') {\n return hour >= 10 ? hour : hour + 12;\n } else if (meridiem === 'સાંજ') {\n return hour + 12;\n }\n },\n meridiem: function (hour, minute, isLower) {\n if (hour < 4) {\n return 'રાત';\n } else if (hour < 10) {\n return 'સવાર';\n } else if (hour < 17) {\n return 'બપોર';\n } else if (hour < 20) {\n return 'સાંજ';\n } else {\n return 'રાત';\n }\n },\n week: {\n dow: 0, // Sunday is the first day of the week.\n doy: 6 // The week that contains Jan 6th is the first week of the year.\n }\n });\n\n return gu;\n\n})));\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n var he = moment.defineLocale('he', {\n months : 'ינואר_פברואר_מרץ_אפריל_מאי_יוני_יולי_אוגוסט_ספטמבר_אוקטובר_נובמבר_דצמבר'.split('_'),\n monthsShort : 'ינו׳_פבר׳_מרץ_אפר׳_מאי_יוני_יולי_אוג׳_ספט׳_אוק׳_נוב׳_דצמ׳'.split('_'),\n weekdays : 'ראשון_שני_שלישי_רביעי_חמישי_שישי_שבת'.split('_'),\n weekdaysShort : 'א׳_ב׳_ג׳_ד׳_ה׳_ו׳_ש׳'.split('_'),\n weekdaysMin : 'א_ב_ג_ד_ה_ו_ש'.split('_'),\n longDateFormat : {\n LT : 'HH:mm',\n LTS : 'HH:mm:ss',\n L : 'DD/MM/YYYY',\n LL : 'D [ב]MMMM YYYY',\n LLL : 'D [ב]MMMM YYYY HH:mm',\n LLLL : 'dddd, D [ב]MMMM YYYY HH:mm',\n l : 'D/M/YYYY',\n ll : 'D MMM YYYY',\n lll : 'D MMM YYYY HH:mm',\n llll : 'ddd, D MMM YYYY HH:mm'\n },\n calendar : {\n sameDay : '[היום ב־]LT',\n nextDay : '[מחר ב־]LT',\n nextWeek : 'dddd [בשעה] LT',\n lastDay : '[אתמול ב־]LT',\n lastWeek : '[ביום] dddd [האחרון בשעה] LT',\n sameElse : 'L'\n },\n relativeTime : {\n future : 'בעוד %s',\n past : 'לפני %s',\n s : 'מספר שניות',\n ss : '%d שניות',\n m : 'דקה',\n mm : '%d דקות',\n h : 'שעה',\n hh : function (number) {\n if (number === 2) {\n return 'שעתיים';\n }\n return number + ' שעות';\n },\n d : 'יום',\n dd : function (number) {\n if (number === 2) {\n return 'יומיים';\n }\n return number + ' ימים';\n },\n M : 'חודש',\n MM : function (number) {\n if (number === 2) {\n return 'חודשיים';\n }\n return number + ' חודשים';\n },\n y : 'שנה',\n yy : function (number) {\n if (number === 2) {\n return 'שנתיים';\n } else if (number % 10 === 0 && number !== 10) {\n return number + ' שנה';\n }\n return number + ' שנים';\n }\n },\n meridiemParse: /אחה\"צ|לפנה\"צ|אחרי הצהריים|לפני הצהריים|לפנות בוקר|בבוקר|בערב/i,\n isPM : function (input) {\n return /^(אחה\"צ|אחרי הצהריים|בערב)$/.test(input);\n },\n meridiem : function (hour, minute, isLower) {\n if (hour < 5) {\n return 'לפנות בוקר';\n } else if (hour < 10) {\n return 'בבוקר';\n } else if (hour < 12) {\n return isLower ? 'לפנה\"צ' : 'לפני הצהריים';\n } else if (hour < 18) {\n return isLower ? 'אחה\"צ' : 'אחרי הצהריים';\n } else {\n return 'בערב';\n }\n }\n });\n\n return he;\n\n})));\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n var symbolMap = {\n '1': '१',\n '2': '२',\n '3': '३',\n '4': '४',\n '5': '५',\n '6': '६',\n '7': '७',\n '8': '८',\n '9': '९',\n '0': '०'\n },\n numberMap = {\n '१': '1',\n '२': '2',\n '३': '3',\n '४': '4',\n '५': '5',\n '६': '6',\n '७': '7',\n '८': '8',\n '९': '9',\n '०': '0'\n };\n\n var hi = moment.defineLocale('hi', {\n months : 'जनवरी_फ़रवरी_मार्च_अप्रैल_मई_जून_जुलाई_अगस्त_सितम्बर_अक्टूबर_नवम्बर_दिसम्बर'.split('_'),\n monthsShort : 'जन._फ़र._मार्च_अप्रै._मई_जून_जुल._अग._सित._अक्टू._नव._दिस.'.split('_'),\n monthsParseExact: true,\n weekdays : 'रविवार_सोमवार_मंगलवार_बुधवार_गुरूवार_शुक्रवार_शनिवार'.split('_'),\n weekdaysShort : 'रवि_सोम_मंगल_बुध_गुरू_शुक्र_शनि'.split('_'),\n weekdaysMin : 'र_सो_मं_बु_गु_शु_श'.split('_'),\n longDateFormat : {\n LT : 'A h:mm बजे',\n LTS : 'A h:mm:ss बजे',\n L : 'DD/MM/YYYY',\n LL : 'D MMMM YYYY',\n LLL : 'D MMMM YYYY, A h:mm बजे',\n LLLL : 'dddd, D MMMM YYYY, A h:mm बजे'\n },\n calendar : {\n sameDay : '[आज] LT',\n nextDay : '[कल] LT',\n nextWeek : 'dddd, LT',\n lastDay : '[कल] LT',\n lastWeek : '[पिछले] dddd, LT',\n sameElse : 'L'\n },\n relativeTime : {\n future : '%s में',\n past : '%s पहले',\n s : 'कुछ ही क्षण',\n ss : '%d सेकंड',\n m : 'एक मिनट',\n mm : '%d मिनट',\n h : 'एक घंटा',\n hh : '%d घंटे',\n d : 'एक दिन',\n dd : '%d दिन',\n M : 'एक महीने',\n MM : '%d महीने',\n y : 'एक वर्ष',\n yy : '%d वर्ष'\n },\n preparse: function (string) {\n return string.replace(/[१२३४५६७८९०]/g, function (match) {\n return numberMap[match];\n });\n },\n postformat: function (string) {\n return string.replace(/\\d/g, function (match) {\n return symbolMap[match];\n });\n },\n // Hindi notation for meridiems are quite fuzzy in practice. While there exists\n // a rigid notion of a 'Pahar' it is not used as rigidly in modern Hindi.\n meridiemParse: /रात|सुबह|दोपहर|शाम/,\n meridiemHour : function (hour, meridiem) {\n if (hour === 12) {\n hour = 0;\n }\n if (meridiem === 'रात') {\n return hour < 4 ? hour : hour + 12;\n } else if (meridiem === 'सुबह') {\n return hour;\n } else if (meridiem === 'दोपहर') {\n return hour >= 10 ? hour : hour + 12;\n } else if (meridiem === 'शाम') {\n return hour + 12;\n }\n },\n meridiem : function (hour, minute, isLower) {\n if (hour < 4) {\n return 'रात';\n } else if (hour < 10) {\n return 'सुबह';\n } else if (hour < 17) {\n return 'दोपहर';\n } else if (hour < 20) {\n return 'शाम';\n } else {\n return 'रात';\n }\n },\n week : {\n dow : 0, // Sunday is the first day of the week.\n doy : 6 // The week that contains Jan 6th is the first week of the year.\n }\n });\n\n return hi;\n\n})));\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n function translate(number, withoutSuffix, key) {\n var result = number + ' ';\n switch (key) {\n case 'ss':\n if (number === 1) {\n result += 'sekunda';\n } else if (number === 2 || number === 3 || number === 4) {\n result += 'sekunde';\n } else {\n result += 'sekundi';\n }\n return result;\n case 'm':\n return withoutSuffix ? 'jedna minuta' : 'jedne minute';\n case 'mm':\n if (number === 1) {\n result += 'minuta';\n } else if (number === 2 || number === 3 || number === 4) {\n result += 'minute';\n } else {\n result += 'minuta';\n }\n return result;\n case 'h':\n return withoutSuffix ? 'jedan sat' : 'jednog sata';\n case 'hh':\n if (number === 1) {\n result += 'sat';\n } else if (number === 2 || number === 3 || number === 4) {\n result += 'sata';\n } else {\n result += 'sati';\n }\n return result;\n case 'dd':\n if (number === 1) {\n result += 'dan';\n } else {\n result += 'dana';\n }\n return result;\n case 'MM':\n if (number === 1) {\n result += 'mjesec';\n } else if (number === 2 || number === 3 || number === 4) {\n result += 'mjeseca';\n } else {\n result += 'mjeseci';\n }\n return result;\n case 'yy':\n if (number === 1) {\n result += 'godina';\n } else if (number === 2 || number === 3 || number === 4) {\n result += 'godine';\n } else {\n result += 'godina';\n }\n return result;\n }\n }\n\n var hr = moment.defineLocale('hr', {\n months : {\n format: 'siječnja_veljače_ožujka_travnja_svibnja_lipnja_srpnja_kolovoza_rujna_listopada_studenoga_prosinca'.split('_'),\n standalone: 'siječanj_veljača_ožujak_travanj_svibanj_lipanj_srpanj_kolovoz_rujan_listopad_studeni_prosinac'.split('_')\n },\n monthsShort : 'sij._velj._ožu._tra._svi._lip._srp._kol._ruj._lis._stu._pro.'.split('_'),\n monthsParseExact: true,\n weekdays : 'nedjelja_ponedjeljak_utorak_srijeda_četvrtak_petak_subota'.split('_'),\n weekdaysShort : 'ned._pon._uto._sri._čet._pet._sub.'.split('_'),\n weekdaysMin : 'ne_po_ut_sr_če_pe_su'.split('_'),\n weekdaysParseExact : true,\n longDateFormat : {\n LT : 'H:mm',\n LTS : 'H:mm:ss',\n L : 'DD.MM.YYYY',\n LL : 'D. MMMM YYYY',\n LLL : 'D. MMMM YYYY H:mm',\n LLLL : 'dddd, D. MMMM YYYY H:mm'\n },\n calendar : {\n sameDay : '[danas u] LT',\n nextDay : '[sutra u] LT',\n nextWeek : function () {\n switch (this.day()) {\n case 0:\n return '[u] [nedjelju] [u] LT';\n case 3:\n return '[u] [srijedu] [u] LT';\n case 6:\n return '[u] [subotu] [u] LT';\n case 1:\n case 2:\n case 4:\n case 5:\n return '[u] dddd [u] LT';\n }\n },\n lastDay : '[jučer u] LT',\n lastWeek : function () {\n switch (this.day()) {\n case 0:\n case 3:\n return '[prošlu] dddd [u] LT';\n case 6:\n return '[prošle] [subote] [u] LT';\n case 1:\n case 2:\n case 4:\n case 5:\n return '[prošli] dddd [u] LT';\n }\n },\n sameElse : 'L'\n },\n relativeTime : {\n future : 'za %s',\n past : 'prije %s',\n s : 'par sekundi',\n ss : translate,\n m : translate,\n mm : translate,\n h : translate,\n hh : translate,\n d : 'dan',\n dd : translate,\n M : 'mjesec',\n MM : translate,\n y : 'godinu',\n yy : translate\n },\n dayOfMonthOrdinalParse: /\\d{1,2}\\./,\n ordinal : '%d.',\n week : {\n dow : 1, // Monday is the first day of the week.\n doy : 7 // The week that contains Jan 7th is the first week of the year.\n }\n });\n\n return hr;\n\n})));\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n var weekEndings = 'vasárnap hétfőn kedden szerdán csütörtökön pénteken szombaton'.split(' ');\n function translate(number, withoutSuffix, key, isFuture) {\n var num = number;\n switch (key) {\n case 's':\n return (isFuture || withoutSuffix) ? 'néhány másodperc' : 'néhány másodperce';\n case 'ss':\n return num + (isFuture || withoutSuffix) ? ' másodperc' : ' másodperce';\n case 'm':\n return 'egy' + (isFuture || withoutSuffix ? ' perc' : ' perce');\n case 'mm':\n return num + (isFuture || withoutSuffix ? ' perc' : ' perce');\n case 'h':\n return 'egy' + (isFuture || withoutSuffix ? ' óra' : ' órája');\n case 'hh':\n return num + (isFuture || withoutSuffix ? ' óra' : ' órája');\n case 'd':\n return 'egy' + (isFuture || withoutSuffix ? ' nap' : ' napja');\n case 'dd':\n return num + (isFuture || withoutSuffix ? ' nap' : ' napja');\n case 'M':\n return 'egy' + (isFuture || withoutSuffix ? ' hónap' : ' hónapja');\n case 'MM':\n return num + (isFuture || withoutSuffix ? ' hónap' : ' hónapja');\n case 'y':\n return 'egy' + (isFuture || withoutSuffix ? ' év' : ' éve');\n case 'yy':\n return num + (isFuture || withoutSuffix ? ' év' : ' éve');\n }\n return '';\n }\n function week(isFuture) {\n return (isFuture ? '' : '[múlt] ') + '[' + weekEndings[this.day()] + '] LT[-kor]';\n }\n\n var hu = moment.defineLocale('hu', {\n months : 'január_február_március_április_május_június_július_augusztus_szeptember_október_november_december'.split('_'),\n monthsShort : 'jan_feb_márc_ápr_máj_jún_júl_aug_szept_okt_nov_dec'.split('_'),\n weekdays : 'vasárnap_hétfő_kedd_szerda_csütörtök_péntek_szombat'.split('_'),\n weekdaysShort : 'vas_hét_kedd_sze_csüt_pén_szo'.split('_'),\n weekdaysMin : 'v_h_k_sze_cs_p_szo'.split('_'),\n longDateFormat : {\n LT : 'H:mm',\n LTS : 'H:mm:ss',\n L : 'YYYY.MM.DD.',\n LL : 'YYYY. MMMM D.',\n LLL : 'YYYY. MMMM D. H:mm',\n LLLL : 'YYYY. MMMM D., dddd H:mm'\n },\n meridiemParse: /de|du/i,\n isPM: function (input) {\n return input.charAt(1).toLowerCase() === 'u';\n },\n meridiem : function (hours, minutes, isLower) {\n if (hours < 12) {\n return isLower === true ? 'de' : 'DE';\n } else {\n return isLower === true ? 'du' : 'DU';\n }\n },\n calendar : {\n sameDay : '[ma] LT[-kor]',\n nextDay : '[holnap] LT[-kor]',\n nextWeek : function () {\n return week.call(this, true);\n },\n lastDay : '[tegnap] LT[-kor]',\n lastWeek : function () {\n return week.call(this, false);\n },\n sameElse : 'L'\n },\n relativeTime : {\n future : '%s múlva',\n past : '%s',\n s : translate,\n ss : translate,\n m : translate,\n mm : translate,\n h : translate,\n hh : translate,\n d : translate,\n dd : translate,\n M : translate,\n MM : translate,\n y : translate,\n yy : translate\n },\n dayOfMonthOrdinalParse: /\\d{1,2}\\./,\n ordinal : '%d.',\n week : {\n dow : 1, // Monday is the first day of the week.\n doy : 4 // The week that contains Jan 4th is the first week of the year.\n }\n });\n\n return hu;\n\n})));\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n var hyAm = moment.defineLocale('hy-am', {\n months : {\n format: 'հունվարի_փետրվարի_մարտի_ապրիլի_մայիսի_հունիսի_հուլիսի_օգոստոսի_սեպտեմբերի_հոկտեմբերի_նոյեմբերի_դեկտեմբերի'.split('_'),\n standalone: 'հունվար_փետրվար_մարտ_ապրիլ_մայիս_հունիս_հուլիս_օգոստոս_սեպտեմբեր_հոկտեմբեր_նոյեմբեր_դեկտեմբեր'.split('_')\n },\n monthsShort : 'հնվ_փտր_մրտ_ապր_մյս_հնս_հլս_օգս_սպտ_հկտ_նմբ_դկտ'.split('_'),\n weekdays : 'կիրակի_երկուշաբթի_երեքշաբթի_չորեքշաբթի_հինգշաբթի_ուրբաթ_շաբաթ'.split('_'),\n weekdaysShort : 'կրկ_երկ_երք_չրք_հնգ_ուրբ_շբթ'.split('_'),\n weekdaysMin : 'կրկ_երկ_երք_չրք_հնգ_ուրբ_շբթ'.split('_'),\n longDateFormat : {\n LT : 'HH:mm',\n LTS : 'HH:mm:ss',\n L : 'DD.MM.YYYY',\n LL : 'D MMMM YYYY թ.',\n LLL : 'D MMMM YYYY թ., HH:mm',\n LLLL : 'dddd, D MMMM YYYY թ., HH:mm'\n },\n calendar : {\n sameDay: '[այսօր] LT',\n nextDay: '[վաղը] LT',\n lastDay: '[երեկ] LT',\n nextWeek: function () {\n return 'dddd [օրը ժամը] LT';\n },\n lastWeek: function () {\n return '[անցած] dddd [օրը ժամը] LT';\n },\n sameElse: 'L'\n },\n relativeTime : {\n future : '%s հետո',\n past : '%s առաջ',\n s : 'մի քանի վայրկյան',\n ss : '%d վայրկյան',\n m : 'րոպե',\n mm : '%d րոպե',\n h : 'ժամ',\n hh : '%d ժամ',\n d : 'օր',\n dd : '%d օր',\n M : 'ամիս',\n MM : '%d ամիս',\n y : 'տարի',\n yy : '%d տարի'\n },\n meridiemParse: /գիշերվա|առավոտվա|ցերեկվա|երեկոյան/,\n isPM: function (input) {\n return /^(ցերեկվա|երեկոյան)$/.test(input);\n },\n meridiem : function (hour) {\n if (hour < 4) {\n return 'գիշերվա';\n } else if (hour < 12) {\n return 'առավոտվա';\n } else if (hour < 17) {\n return 'ցերեկվա';\n } else {\n return 'երեկոյան';\n }\n },\n dayOfMonthOrdinalParse: /\\d{1,2}|\\d{1,2}-(ին|րդ)/,\n ordinal: function (number, period) {\n switch (period) {\n case 'DDD':\n case 'w':\n case 'W':\n case 'DDDo':\n if (number === 1) {\n return number + '-ին';\n }\n return number + '-րդ';\n default:\n return number;\n }\n },\n week : {\n dow : 1, // Monday is the first day of the week.\n doy : 7 // The week that contains Jan 7th is the first week of the year.\n }\n });\n\n return hyAm;\n\n})));\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n var id = moment.defineLocale('id', {\n months : 'Januari_Februari_Maret_April_Mei_Juni_Juli_Agustus_September_Oktober_November_Desember'.split('_'),\n monthsShort : 'Jan_Feb_Mar_Apr_Mei_Jun_Jul_Agt_Sep_Okt_Nov_Des'.split('_'),\n weekdays : 'Minggu_Senin_Selasa_Rabu_Kamis_Jumat_Sabtu'.split('_'),\n weekdaysShort : 'Min_Sen_Sel_Rab_Kam_Jum_Sab'.split('_'),\n weekdaysMin : 'Mg_Sn_Sl_Rb_Km_Jm_Sb'.split('_'),\n longDateFormat : {\n LT : 'HH.mm',\n LTS : 'HH.mm.ss',\n L : 'DD/MM/YYYY',\n LL : 'D MMMM YYYY',\n LLL : 'D MMMM YYYY [pukul] HH.mm',\n LLLL : 'dddd, D MMMM YYYY [pukul] HH.mm'\n },\n meridiemParse: /pagi|siang|sore|malam/,\n meridiemHour : function (hour, meridiem) {\n if (hour === 12) {\n hour = 0;\n }\n if (meridiem === 'pagi') {\n return hour;\n } else if (meridiem === 'siang') {\n return hour >= 11 ? hour : hour + 12;\n } else if (meridiem === 'sore' || meridiem === 'malam') {\n return hour + 12;\n }\n },\n meridiem : function (hours, minutes, isLower) {\n if (hours < 11) {\n return 'pagi';\n } else if (hours < 15) {\n return 'siang';\n } else if (hours < 19) {\n return 'sore';\n } else {\n return 'malam';\n }\n },\n calendar : {\n sameDay : '[Hari ini pukul] LT',\n nextDay : '[Besok pukul] LT',\n nextWeek : 'dddd [pukul] LT',\n lastDay : '[Kemarin pukul] LT',\n lastWeek : 'dddd [lalu pukul] LT',\n sameElse : 'L'\n },\n relativeTime : {\n future : 'dalam %s',\n past : '%s yang lalu',\n s : 'beberapa detik',\n ss : '%d detik',\n m : 'semenit',\n mm : '%d menit',\n h : 'sejam',\n hh : '%d jam',\n d : 'sehari',\n dd : '%d hari',\n M : 'sebulan',\n MM : '%d bulan',\n y : 'setahun',\n yy : '%d tahun'\n },\n week : {\n dow : 1, // Monday is the first day of the week.\n doy : 7 // The week that contains Jan 7th is the first week of the year.\n }\n });\n\n return id;\n\n})));\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n function plural(n) {\n if (n % 100 === 11) {\n return true;\n } else if (n % 10 === 1) {\n return false;\n }\n return true;\n }\n function translate(number, withoutSuffix, key, isFuture) {\n var result = number + ' ';\n switch (key) {\n case 's':\n return withoutSuffix || isFuture ? 'nokkrar sekúndur' : 'nokkrum sekúndum';\n case 'ss':\n if (plural(number)) {\n return result + (withoutSuffix || isFuture ? 'sekúndur' : 'sekúndum');\n }\n return result + 'sekúnda';\n case 'm':\n return withoutSuffix ? 'mínúta' : 'mínútu';\n case 'mm':\n if (plural(number)) {\n return result + (withoutSuffix || isFuture ? 'mínútur' : 'mínútum');\n } else if (withoutSuffix) {\n return result + 'mínúta';\n }\n return result + 'mínútu';\n case 'hh':\n if (plural(number)) {\n return result + (withoutSuffix || isFuture ? 'klukkustundir' : 'klukkustundum');\n }\n return result + 'klukkustund';\n case 'd':\n if (withoutSuffix) {\n return 'dagur';\n }\n return isFuture ? 'dag' : 'degi';\n case 'dd':\n if (plural(number)) {\n if (withoutSuffix) {\n return result + 'dagar';\n }\n return result + (isFuture ? 'daga' : 'dögum');\n } else if (withoutSuffix) {\n return result + 'dagur';\n }\n return result + (isFuture ? 'dag' : 'degi');\n case 'M':\n if (withoutSuffix) {\n return 'mánuður';\n }\n return isFuture ? 'mánuð' : 'mánuði';\n case 'MM':\n if (plural(number)) {\n if (withoutSuffix) {\n return result + 'mánuðir';\n }\n return result + (isFuture ? 'mánuði' : 'mánuðum');\n } else if (withoutSuffix) {\n return result + 'mánuður';\n }\n return result + (isFuture ? 'mánuð' : 'mánuði');\n case 'y':\n return withoutSuffix || isFuture ? 'ár' : 'ári';\n case 'yy':\n if (plural(number)) {\n return result + (withoutSuffix || isFuture ? 'ár' : 'árum');\n }\n return result + (withoutSuffix || isFuture ? 'ár' : 'ári');\n }\n }\n\n var is = moment.defineLocale('is', {\n months : 'janúar_febrúar_mars_apríl_maí_júní_júlí_ágúst_september_október_nóvember_desember'.split('_'),\n monthsShort : 'jan_feb_mar_apr_maí_jún_júl_ágú_sep_okt_nóv_des'.split('_'),\n weekdays : 'sunnudagur_mánudagur_þriðjudagur_miðvikudagur_fimmtudagur_föstudagur_laugardagur'.split('_'),\n weekdaysShort : 'sun_mán_þri_mið_fim_fös_lau'.split('_'),\n weekdaysMin : 'Su_Má_Þr_Mi_Fi_Fö_La'.split('_'),\n longDateFormat : {\n LT : 'H:mm',\n LTS : 'H:mm:ss',\n L : 'DD.MM.YYYY',\n LL : 'D. MMMM YYYY',\n LLL : 'D. MMMM YYYY [kl.] H:mm',\n LLLL : 'dddd, D. MMMM YYYY [kl.] H:mm'\n },\n calendar : {\n sameDay : '[í dag kl.] LT',\n nextDay : '[á morgun kl.] LT',\n nextWeek : 'dddd [kl.] LT',\n lastDay : '[í gær kl.] LT',\n lastWeek : '[síðasta] dddd [kl.] LT',\n sameElse : 'L'\n },\n relativeTime : {\n future : 'eftir %s',\n past : 'fyrir %s síðan',\n s : translate,\n ss : translate,\n m : translate,\n mm : translate,\n h : 'klukkustund',\n hh : translate,\n d : translate,\n dd : translate,\n M : translate,\n MM : translate,\n y : translate,\n yy : translate\n },\n dayOfMonthOrdinalParse: /\\d{1,2}\\./,\n ordinal : '%d.',\n week : {\n dow : 1, // Monday is the first day of the week.\n doy : 4 // The week that contains Jan 4th is the first week of the year.\n }\n });\n\n return is;\n\n})));\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n var it = moment.defineLocale('it', {\n months : 'gennaio_febbraio_marzo_aprile_maggio_giugno_luglio_agosto_settembre_ottobre_novembre_dicembre'.split('_'),\n monthsShort : 'gen_feb_mar_apr_mag_giu_lug_ago_set_ott_nov_dic'.split('_'),\n weekdays : 'domenica_lunedì_martedì_mercoledì_giovedì_venerdì_sabato'.split('_'),\n weekdaysShort : 'dom_lun_mar_mer_gio_ven_sab'.split('_'),\n weekdaysMin : 'do_lu_ma_me_gi_ve_sa'.split('_'),\n longDateFormat : {\n LT : 'HH:mm',\n LTS : 'HH:mm:ss',\n L : 'DD/MM/YYYY',\n LL : 'D MMMM YYYY',\n LLL : 'D MMMM YYYY HH:mm',\n LLLL : 'dddd D MMMM YYYY HH:mm'\n },\n calendar : {\n sameDay: '[Oggi alle] LT',\n nextDay: '[Domani alle] LT',\n nextWeek: 'dddd [alle] LT',\n lastDay: '[Ieri alle] LT',\n lastWeek: function () {\n switch (this.day()) {\n case 0:\n return '[la scorsa] dddd [alle] LT';\n default:\n return '[lo scorso] dddd [alle] LT';\n }\n },\n sameElse: 'L'\n },\n relativeTime : {\n future : function (s) {\n return ((/^[0-9].+$/).test(s) ? 'tra' : 'in') + ' ' + s;\n },\n past : '%s fa',\n s : 'alcuni secondi',\n ss : '%d secondi',\n m : 'un minuto',\n mm : '%d minuti',\n h : 'un\\'ora',\n hh : '%d ore',\n d : 'un giorno',\n dd : '%d giorni',\n M : 'un mese',\n MM : '%d mesi',\n y : 'un anno',\n yy : '%d anni'\n },\n dayOfMonthOrdinalParse : /\\d{1,2}º/,\n ordinal: '%dº',\n week : {\n dow : 1, // Monday is the first day of the week.\n doy : 4 // The week that contains Jan 4th is the first week of the year.\n }\n });\n\n return it;\n\n})));\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n var itCh = moment.defineLocale('it-ch', {\n months : 'gennaio_febbraio_marzo_aprile_maggio_giugno_luglio_agosto_settembre_ottobre_novembre_dicembre'.split('_'),\n monthsShort : 'gen_feb_mar_apr_mag_giu_lug_ago_set_ott_nov_dic'.split('_'),\n weekdays : 'domenica_lunedì_martedì_mercoledì_giovedì_venerdì_sabato'.split('_'),\n weekdaysShort : 'dom_lun_mar_mer_gio_ven_sab'.split('_'),\n weekdaysMin : 'do_lu_ma_me_gi_ve_sa'.split('_'),\n longDateFormat : {\n LT : 'HH:mm',\n LTS : 'HH:mm:ss',\n L : 'DD.MM.YYYY',\n LL : 'D MMMM YYYY',\n LLL : 'D MMMM YYYY HH:mm',\n LLLL : 'dddd D MMMM YYYY HH:mm'\n },\n calendar : {\n sameDay: '[Oggi alle] LT',\n nextDay: '[Domani alle] LT',\n nextWeek: 'dddd [alle] LT',\n lastDay: '[Ieri alle] LT',\n lastWeek: function () {\n switch (this.day()) {\n case 0:\n return '[la scorsa] dddd [alle] LT';\n default:\n return '[lo scorso] dddd [alle] LT';\n }\n },\n sameElse: 'L'\n },\n relativeTime : {\n future : function (s) {\n return ((/^[0-9].+$/).test(s) ? 'tra' : 'in') + ' ' + s;\n },\n past : '%s fa',\n s : 'alcuni secondi',\n ss : '%d secondi',\n m : 'un minuto',\n mm : '%d minuti',\n h : 'un\\'ora',\n hh : '%d ore',\n d : 'un giorno',\n dd : '%d giorni',\n M : 'un mese',\n MM : '%d mesi',\n y : 'un anno',\n yy : '%d anni'\n },\n dayOfMonthOrdinalParse : /\\d{1,2}º/,\n ordinal: '%dº',\n week : {\n dow : 1, // Monday is the first day of the week.\n doy : 4 // The week that contains Jan 4th is the first week of the year.\n }\n });\n\n return itCh;\n\n})));\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n var ja = moment.defineLocale('ja', {\n months : '一月_二月_三月_四月_五月_六月_七月_八月_九月_十月_十一月_十二月'.split('_'),\n monthsShort : '1月_2月_3月_4月_5月_6月_7月_8月_9月_10月_11月_12月'.split('_'),\n weekdays : '日曜日_月曜日_火曜日_水曜日_木曜日_金曜日_土曜日'.split('_'),\n weekdaysShort : '日_月_火_水_木_金_土'.split('_'),\n weekdaysMin : '日_月_火_水_木_金_土'.split('_'),\n longDateFormat : {\n LT : 'HH:mm',\n LTS : 'HH:mm:ss',\n L : 'YYYY/MM/DD',\n LL : 'YYYY年M月D日',\n LLL : 'YYYY年M月D日 HH:mm',\n LLLL : 'YYYY年M月D日 dddd HH:mm',\n l : 'YYYY/MM/DD',\n ll : 'YYYY年M月D日',\n lll : 'YYYY年M月D日 HH:mm',\n llll : 'YYYY年M月D日(ddd) HH:mm'\n },\n meridiemParse: /午前|午後/i,\n isPM : function (input) {\n return input === '午後';\n },\n meridiem : function (hour, minute, isLower) {\n if (hour < 12) {\n return '午前';\n } else {\n return '午後';\n }\n },\n calendar : {\n sameDay : '[今日] LT',\n nextDay : '[明日] LT',\n nextWeek : function (now) {\n if (now.week() < this.week()) {\n return '[来週]dddd LT';\n } else {\n return 'dddd LT';\n }\n },\n lastDay : '[昨日] LT',\n lastWeek : function (now) {\n if (this.week() < now.week()) {\n return '[先週]dddd LT';\n } else {\n return 'dddd LT';\n }\n },\n sameElse : 'L'\n },\n dayOfMonthOrdinalParse : /\\d{1,2}日/,\n ordinal : function (number, period) {\n switch (period) {\n case 'd':\n case 'D':\n case 'DDD':\n return number + '日';\n default:\n return number;\n }\n },\n relativeTime : {\n future : '%s後',\n past : '%s前',\n s : '数秒',\n ss : '%d秒',\n m : '1分',\n mm : '%d分',\n h : '1時間',\n hh : '%d時間',\n d : '1日',\n dd : '%d日',\n M : '1ヶ月',\n MM : '%dヶ月',\n y : '1年',\n yy : '%d年'\n }\n });\n\n return ja;\n\n})));\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n var jv = moment.defineLocale('jv', {\n months : 'Januari_Februari_Maret_April_Mei_Juni_Juli_Agustus_September_Oktober_Nopember_Desember'.split('_'),\n monthsShort : 'Jan_Feb_Mar_Apr_Mei_Jun_Jul_Ags_Sep_Okt_Nop_Des'.split('_'),\n weekdays : 'Minggu_Senen_Seloso_Rebu_Kemis_Jemuwah_Septu'.split('_'),\n weekdaysShort : 'Min_Sen_Sel_Reb_Kem_Jem_Sep'.split('_'),\n weekdaysMin : 'Mg_Sn_Sl_Rb_Km_Jm_Sp'.split('_'),\n longDateFormat : {\n LT : 'HH.mm',\n LTS : 'HH.mm.ss',\n L : 'DD/MM/YYYY',\n LL : 'D MMMM YYYY',\n LLL : 'D MMMM YYYY [pukul] HH.mm',\n LLLL : 'dddd, D MMMM YYYY [pukul] HH.mm'\n },\n meridiemParse: /enjing|siyang|sonten|ndalu/,\n meridiemHour : function (hour, meridiem) {\n if (hour === 12) {\n hour = 0;\n }\n if (meridiem === 'enjing') {\n return hour;\n } else if (meridiem === 'siyang') {\n return hour >= 11 ? hour : hour + 12;\n } else if (meridiem === 'sonten' || meridiem === 'ndalu') {\n return hour + 12;\n }\n },\n meridiem : function (hours, minutes, isLower) {\n if (hours < 11) {\n return 'enjing';\n } else if (hours < 15) {\n return 'siyang';\n } else if (hours < 19) {\n return 'sonten';\n } else {\n return 'ndalu';\n }\n },\n calendar : {\n sameDay : '[Dinten puniko pukul] LT',\n nextDay : '[Mbenjang pukul] LT',\n nextWeek : 'dddd [pukul] LT',\n lastDay : '[Kala wingi pukul] LT',\n lastWeek : 'dddd [kepengker pukul] LT',\n sameElse : 'L'\n },\n relativeTime : {\n future : 'wonten ing %s',\n past : '%s ingkang kepengker',\n s : 'sawetawis detik',\n ss : '%d detik',\n m : 'setunggal menit',\n mm : '%d menit',\n h : 'setunggal jam',\n hh : '%d jam',\n d : 'sedinten',\n dd : '%d dinten',\n M : 'sewulan',\n MM : '%d wulan',\n y : 'setaun',\n yy : '%d taun'\n },\n week : {\n dow : 1, // Monday is the first day of the week.\n doy : 7 // The week that contains Jan 7th is the first week of the year.\n }\n });\n\n return jv;\n\n})));\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n var ka = moment.defineLocale('ka', {\n months : {\n standalone: 'იანვარი_თებერვალი_მარტი_აპრილი_მაისი_ივნისი_ივლისი_აგვისტო_სექტემბერი_ოქტომბერი_ნოემბერი_დეკემბერი'.split('_'),\n format: 'იანვარს_თებერვალს_მარტს_აპრილის_მაისს_ივნისს_ივლისს_აგვისტს_სექტემბერს_ოქტომბერს_ნოემბერს_დეკემბერს'.split('_')\n },\n monthsShort : 'იან_თებ_მარ_აპრ_მაი_ივნ_ივლ_აგვ_სექ_ოქტ_ნოე_დეკ'.split('_'),\n weekdays : {\n standalone: 'კვირა_ორშაბათი_სამშაბათი_ოთხშაბათი_ხუთშაბათი_პარასკევი_შაბათი'.split('_'),\n format: 'კვირას_ორშაბათს_სამშაბათს_ოთხშაბათს_ხუთშაბათს_პარასკევს_შაბათს'.split('_'),\n isFormat: /(წინა|შემდეგ)/\n },\n weekdaysShort : 'კვი_ორშ_სამ_ოთხ_ხუთ_პარ_შაბ'.split('_'),\n weekdaysMin : 'კვ_ორ_სა_ოთ_ხუ_პა_შა'.split('_'),\n longDateFormat : {\n LT : 'h:mm A',\n LTS : 'h:mm:ss A',\n L : 'DD/MM/YYYY',\n LL : 'D MMMM YYYY',\n LLL : 'D MMMM YYYY h:mm A',\n LLLL : 'dddd, D MMMM YYYY h:mm A'\n },\n calendar : {\n sameDay : '[დღეს] LT[-ზე]',\n nextDay : '[ხვალ] LT[-ზე]',\n lastDay : '[გუშინ] LT[-ზე]',\n nextWeek : '[შემდეგ] dddd LT[-ზე]',\n lastWeek : '[წინა] dddd LT-ზე',\n sameElse : 'L'\n },\n relativeTime : {\n future : function (s) {\n return (/(წამი|წუთი|საათი|წელი)/).test(s) ?\n s.replace(/ი$/, 'ში') :\n s + 'ში';\n },\n past : function (s) {\n if ((/(წამი|წუთი|საათი|დღე|თვე)/).test(s)) {\n return s.replace(/(ი|ე)$/, 'ის წინ');\n }\n if ((/წელი/).test(s)) {\n return s.replace(/წელი$/, 'წლის წინ');\n }\n },\n s : 'რამდენიმე წამი',\n ss : '%d წამი',\n m : 'წუთი',\n mm : '%d წუთი',\n h : 'საათი',\n hh : '%d საათი',\n d : 'დღე',\n dd : '%d დღე',\n M : 'თვე',\n MM : '%d თვე',\n y : 'წელი',\n yy : '%d წელი'\n },\n dayOfMonthOrdinalParse: /0|1-ლი|მე-\\d{1,2}|\\d{1,2}-ე/,\n ordinal : function (number) {\n if (number === 0) {\n return number;\n }\n if (number === 1) {\n return number + '-ლი';\n }\n if ((number < 20) || (number <= 100 && (number % 20 === 0)) || (number % 100 === 0)) {\n return 'მე-' + number;\n }\n return number + '-ე';\n },\n week : {\n dow : 1,\n doy : 7\n }\n });\n\n return ka;\n\n})));\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n var suffixes = {\n 0: '-ші',\n 1: '-ші',\n 2: '-ші',\n 3: '-ші',\n 4: '-ші',\n 5: '-ші',\n 6: '-шы',\n 7: '-ші',\n 8: '-ші',\n 9: '-шы',\n 10: '-шы',\n 20: '-шы',\n 30: '-шы',\n 40: '-шы',\n 50: '-ші',\n 60: '-шы',\n 70: '-ші',\n 80: '-ші',\n 90: '-шы',\n 100: '-ші'\n };\n\n var kk = moment.defineLocale('kk', {\n months : 'қаңтар_ақпан_наурыз_сәуір_мамыр_маусым_шілде_тамыз_қыркүйек_қазан_қараша_желтоқсан'.split('_'),\n monthsShort : 'қаң_ақп_нау_сәу_мам_мау_шіл_там_қыр_қаз_қар_жел'.split('_'),\n weekdays : 'жексенбі_дүйсенбі_сейсенбі_сәрсенбі_бейсенбі_жұма_сенбі'.split('_'),\n weekdaysShort : 'жек_дүй_сей_сәр_бей_жұм_сен'.split('_'),\n weekdaysMin : 'жк_дй_сй_ср_бй_жм_сн'.split('_'),\n longDateFormat : {\n LT : 'HH:mm',\n LTS : 'HH:mm:ss',\n L : 'DD.MM.YYYY',\n LL : 'D MMMM YYYY',\n LLL : 'D MMMM YYYY HH:mm',\n LLLL : 'dddd, D MMMM YYYY HH:mm'\n },\n calendar : {\n sameDay : '[Бүгін сағат] LT',\n nextDay : '[Ертең сағат] LT',\n nextWeek : 'dddd [сағат] LT',\n lastDay : '[Кеше сағат] LT',\n lastWeek : '[Өткен аптаның] dddd [сағат] LT',\n sameElse : 'L'\n },\n relativeTime : {\n future : '%s ішінде',\n past : '%s бұрын',\n s : 'бірнеше секунд',\n ss : '%d секунд',\n m : 'бір минут',\n mm : '%d минут',\n h : 'бір сағат',\n hh : '%d сағат',\n d : 'бір күн',\n dd : '%d күн',\n M : 'бір ай',\n MM : '%d ай',\n y : 'бір жыл',\n yy : '%d жыл'\n },\n dayOfMonthOrdinalParse: /\\d{1,2}-(ші|шы)/,\n ordinal : function (number) {\n var a = number % 10,\n b = number >= 100 ? 100 : null;\n return number + (suffixes[number] || suffixes[a] || suffixes[b]);\n },\n week : {\n dow : 1, // Monday is the first day of the week.\n doy : 7 // The week that contains Jan 7th is the first week of the year.\n }\n });\n\n return kk;\n\n})));\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n var symbolMap = {\n '1': '១',\n '2': '២',\n '3': '៣',\n '4': '៤',\n '5': '៥',\n '6': '៦',\n '7': '៧',\n '8': '៨',\n '9': '៩',\n '0': '០'\n }, numberMap = {\n '១': '1',\n '២': '2',\n '៣': '3',\n '៤': '4',\n '៥': '5',\n '៦': '6',\n '៧': '7',\n '៨': '8',\n '៩': '9',\n '០': '0'\n };\n\n var km = moment.defineLocale('km', {\n months: 'មករា_កុម្ភៈ_មីនា_មេសា_ឧសភា_មិថុនា_កក្កដា_សីហា_កញ្ញា_តុលា_វិច្ឆិកា_ធ្នូ'.split(\n '_'\n ),\n monthsShort: 'មករា_កុម្ភៈ_មីនា_មេសា_ឧសភា_មិថុនា_កក្កដា_សីហា_កញ្ញា_តុលា_វិច្ឆិកា_ធ្នូ'.split(\n '_'\n ),\n weekdays: 'អាទិត្យ_ច័ន្ទ_អង្គារ_ពុធ_ព្រហស្បតិ៍_សុក្រ_សៅរ៍'.split('_'),\n weekdaysShort: 'អា_ច_អ_ព_ព្រ_សុ_ស'.split('_'),\n weekdaysMin: 'អា_ច_អ_ព_ព្រ_សុ_ស'.split('_'),\n weekdaysParseExact: true,\n longDateFormat: {\n LT: 'HH:mm',\n LTS: 'HH:mm:ss',\n L: 'DD/MM/YYYY',\n LL: 'D MMMM YYYY',\n LLL: 'D MMMM YYYY HH:mm',\n LLLL: 'dddd, D MMMM YYYY HH:mm'\n },\n meridiemParse: /ព្រឹក|ល្ងាច/,\n isPM: function (input) {\n return input === 'ល្ងាច';\n },\n meridiem: function (hour, minute, isLower) {\n if (hour < 12) {\n return 'ព្រឹក';\n } else {\n return 'ល្ងាច';\n }\n },\n calendar: {\n sameDay: '[ថ្ងៃនេះ ម៉ោង] LT',\n nextDay: '[ស្អែក ម៉ោង] LT',\n nextWeek: 'dddd [ម៉ោង] LT',\n lastDay: '[ម្សិលមិញ ម៉ោង] LT',\n lastWeek: 'dddd [សប្តាហ៍មុន] [ម៉ោង] LT',\n sameElse: 'L'\n },\n relativeTime: {\n future: '%sទៀត',\n past: '%sមុន',\n s: 'ប៉ុន្មានវិនាទី',\n ss: '%d វិនាទី',\n m: 'មួយនាទី',\n mm: '%d នាទី',\n h: 'មួយម៉ោង',\n hh: '%d ម៉ោង',\n d: 'មួយថ្ងៃ',\n dd: '%d ថ្ងៃ',\n M: 'មួយខែ',\n MM: '%d ខែ',\n y: 'មួយឆ្នាំ',\n yy: '%d ឆ្នាំ'\n },\n dayOfMonthOrdinalParse : /ទី\\d{1,2}/,\n ordinal : 'ទី%d',\n preparse: function (string) {\n return string.replace(/[១២៣៤៥៦៧៨៩០]/g, function (match) {\n return numberMap[match];\n });\n },\n postformat: function (string) {\n return string.replace(/\\d/g, function (match) {\n return symbolMap[match];\n });\n },\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 4 // The week that contains Jan 4th is the first week of the year.\n }\n });\n\n return km;\n\n})));\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n var symbolMap = {\n '1': '೧',\n '2': '೨',\n '3': '೩',\n '4': '೪',\n '5': '೫',\n '6': '೬',\n '7': '೭',\n '8': '೮',\n '9': '೯',\n '0': '೦'\n },\n numberMap = {\n '೧': '1',\n '೨': '2',\n '೩': '3',\n '೪': '4',\n '೫': '5',\n '೬': '6',\n '೭': '7',\n '೮': '8',\n '೯': '9',\n '೦': '0'\n };\n\n var kn = moment.defineLocale('kn', {\n months : 'ಜನವರಿ_ಫೆಬ್ರವರಿ_ಮಾರ್ಚ್_ಏಪ್ರಿಲ್_ಮೇ_ಜೂನ್_ಜುಲೈ_ಆಗಸ್ಟ್_ಸೆಪ್ಟೆಂಬರ್_ಅಕ್ಟೋಬರ್_ನವೆಂಬರ್_ಡಿಸೆಂಬರ್'.split('_'),\n monthsShort : 'ಜನ_ಫೆಬ್ರ_ಮಾರ್ಚ್_ಏಪ್ರಿಲ್_ಮೇ_ಜೂನ್_ಜುಲೈ_ಆಗಸ್ಟ್_ಸೆಪ್ಟೆಂ_ಅಕ್ಟೋ_ನವೆಂ_ಡಿಸೆಂ'.split('_'),\n monthsParseExact: true,\n weekdays : 'ಭಾನುವಾರ_ಸೋಮವಾರ_ಮಂಗಳವಾರ_ಬುಧವಾರ_ಗುರುವಾರ_ಶುಕ್ರವಾರ_ಶನಿವಾರ'.split('_'),\n weekdaysShort : 'ಭಾನು_ಸೋಮ_ಮಂಗಳ_ಬುಧ_ಗುರು_ಶುಕ್ರ_ಶನಿ'.split('_'),\n weekdaysMin : 'ಭಾ_ಸೋ_ಮಂ_ಬು_ಗು_ಶು_ಶ'.split('_'),\n longDateFormat : {\n LT : 'A h:mm',\n LTS : 'A h:mm:ss',\n L : 'DD/MM/YYYY',\n LL : 'D MMMM YYYY',\n LLL : 'D MMMM YYYY, A h:mm',\n LLLL : 'dddd, D MMMM YYYY, A h:mm'\n },\n calendar : {\n sameDay : '[ಇಂದು] LT',\n nextDay : '[ನಾಳೆ] LT',\n nextWeek : 'dddd, LT',\n lastDay : '[ನಿನ್ನೆ] LT',\n lastWeek : '[ಕೊನೆಯ] dddd, LT',\n sameElse : 'L'\n },\n relativeTime : {\n future : '%s ನಂತರ',\n past : '%s ಹಿಂದೆ',\n s : 'ಕೆಲವು ಕ್ಷಣಗಳು',\n ss : '%d ಸೆಕೆಂಡುಗಳು',\n m : 'ಒಂದು ನಿಮಿಷ',\n mm : '%d ನಿಮಿಷ',\n h : 'ಒಂದು ಗಂಟೆ',\n hh : '%d ಗಂಟೆ',\n d : 'ಒಂದು ದಿನ',\n dd : '%d ದಿನ',\n M : 'ಒಂದು ತಿಂಗಳು',\n MM : '%d ತಿಂಗಳು',\n y : 'ಒಂದು ವರ್ಷ',\n yy : '%d ವರ್ಷ'\n },\n preparse: function (string) {\n return string.replace(/[೧೨೩೪೫೬೭೮೯೦]/g, function (match) {\n return numberMap[match];\n });\n },\n postformat: function (string) {\n return string.replace(/\\d/g, function (match) {\n return symbolMap[match];\n });\n },\n meridiemParse: /ರಾತ್ರಿ|ಬೆಳಿಗ್ಗೆ|ಮಧ್ಯಾಹ್ನ|ಸಂಜೆ/,\n meridiemHour : function (hour, meridiem) {\n if (hour === 12) {\n hour = 0;\n }\n if (meridiem === 'ರಾತ್ರಿ') {\n return hour < 4 ? hour : hour + 12;\n } else if (meridiem === 'ಬೆಳಿಗ್ಗೆ') {\n return hour;\n } else if (meridiem === 'ಮಧ್ಯಾಹ್ನ') {\n return hour >= 10 ? hour : hour + 12;\n } else if (meridiem === 'ಸಂಜೆ') {\n return hour + 12;\n }\n },\n meridiem : function (hour, minute, isLower) {\n if (hour < 4) {\n return 'ರಾತ್ರಿ';\n } else if (hour < 10) {\n return 'ಬೆಳಿಗ್ಗೆ';\n } else if (hour < 17) {\n return 'ಮಧ್ಯಾಹ್ನ';\n } else if (hour < 20) {\n return 'ಸಂಜೆ';\n } else {\n return 'ರಾತ್ರಿ';\n }\n },\n dayOfMonthOrdinalParse: /\\d{1,2}(ನೇ)/,\n ordinal : function (number) {\n return number + 'ನೇ';\n },\n week : {\n dow : 0, // Sunday is the first day of the week.\n doy : 6 // The week that contains Jan 6th is the first week of the year.\n }\n });\n\n return kn;\n\n})));\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n var ko = moment.defineLocale('ko', {\n months : '1월_2월_3월_4월_5월_6월_7월_8월_9월_10월_11월_12월'.split('_'),\n monthsShort : '1월_2월_3월_4월_5월_6월_7월_8월_9월_10월_11월_12월'.split('_'),\n weekdays : '일요일_월요일_화요일_수요일_목요일_금요일_토요일'.split('_'),\n weekdaysShort : '일_월_화_수_목_금_토'.split('_'),\n weekdaysMin : '일_월_화_수_목_금_토'.split('_'),\n longDateFormat : {\n LT : 'A h:mm',\n LTS : 'A h:mm:ss',\n L : 'YYYY.MM.DD.',\n LL : 'YYYY년 MMMM D일',\n LLL : 'YYYY년 MMMM D일 A h:mm',\n LLLL : 'YYYY년 MMMM D일 dddd A h:mm',\n l : 'YYYY.MM.DD.',\n ll : 'YYYY년 MMMM D일',\n lll : 'YYYY년 MMMM D일 A h:mm',\n llll : 'YYYY년 MMMM D일 dddd A h:mm'\n },\n calendar : {\n sameDay : '오늘 LT',\n nextDay : '내일 LT',\n nextWeek : 'dddd LT',\n lastDay : '어제 LT',\n lastWeek : '지난주 dddd LT',\n sameElse : 'L'\n },\n relativeTime : {\n future : '%s 후',\n past : '%s 전',\n s : '몇 초',\n ss : '%d초',\n m : '1분',\n mm : '%d분',\n h : '한 시간',\n hh : '%d시간',\n d : '하루',\n dd : '%d일',\n M : '한 달',\n MM : '%d달',\n y : '일 년',\n yy : '%d년'\n },\n dayOfMonthOrdinalParse : /\\d{1,2}(일|월|주)/,\n ordinal : function (number, period) {\n switch (period) {\n case 'd':\n case 'D':\n case 'DDD':\n return number + '일';\n case 'M':\n return number + '월';\n case 'w':\n case 'W':\n return number + '주';\n default:\n return number;\n }\n },\n meridiemParse : /오전|오후/,\n isPM : function (token) {\n return token === '오후';\n },\n meridiem : function (hour, minute, isUpper) {\n return hour < 12 ? '오전' : '오후';\n }\n });\n\n return ko;\n\n})));\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n var symbolMap = {\n '1': '١',\n '2': '٢',\n '3': '٣',\n '4': '٤',\n '5': '٥',\n '6': '٦',\n '7': '٧',\n '8': '٨',\n '9': '٩',\n '0': '٠'\n }, numberMap = {\n '١': '1',\n '٢': '2',\n '٣': '3',\n '٤': '4',\n '٥': '5',\n '٦': '6',\n '٧': '7',\n '٨': '8',\n '٩': '9',\n '٠': '0'\n },\n months = [\n 'کانونی دووەم',\n 'شوبات',\n 'ئازار',\n 'نیسان',\n 'ئایار',\n 'حوزەیران',\n 'تەمموز',\n 'ئاب',\n 'ئەیلوول',\n 'تشرینی یەكەم',\n 'تشرینی دووەم',\n 'كانونی یەکەم'\n ];\n\n\n var ku = moment.defineLocale('ku', {\n months : months,\n monthsShort : months,\n weekdays : 'یه‌كشه‌ممه‌_دووشه‌ممه‌_سێشه‌ممه‌_چوارشه‌ممه‌_پێنجشه‌ممه‌_هه‌ینی_شه‌ممه‌'.split('_'),\n weekdaysShort : 'یه‌كشه‌م_دووشه‌م_سێشه‌م_چوارشه‌م_پێنجشه‌م_هه‌ینی_شه‌ممه‌'.split('_'),\n weekdaysMin : 'ی_د_س_چ_پ_ه_ش'.split('_'),\n weekdaysParseExact : true,\n longDateFormat : {\n LT : 'HH:mm',\n LTS : 'HH:mm:ss',\n L : 'DD/MM/YYYY',\n LL : 'D MMMM YYYY',\n LLL : 'D MMMM YYYY HH:mm',\n LLLL : 'dddd, D MMMM YYYY HH:mm'\n },\n meridiemParse: /ئێواره‌|به‌یانی/,\n isPM: function (input) {\n return /ئێواره‌/.test(input);\n },\n meridiem : function (hour, minute, isLower) {\n if (hour < 12) {\n return 'به‌یانی';\n } else {\n return 'ئێواره‌';\n }\n },\n calendar : {\n sameDay : '[ئه‌مرۆ كاتژمێر] LT',\n nextDay : '[به‌یانی كاتژمێر] LT',\n nextWeek : 'dddd [كاتژمێر] LT',\n lastDay : '[دوێنێ كاتژمێر] LT',\n lastWeek : 'dddd [كاتژمێر] LT',\n sameElse : 'L'\n },\n relativeTime : {\n future : 'له‌ %s',\n past : '%s',\n s : 'چه‌ند چركه‌یه‌ك',\n ss : 'چركه‌ %d',\n m : 'یه‌ك خوله‌ك',\n mm : '%d خوله‌ك',\n h : 'یه‌ك كاتژمێر',\n hh : '%d كاتژمێر',\n d : 'یه‌ك ڕۆژ',\n dd : '%d ڕۆژ',\n M : 'یه‌ك مانگ',\n MM : '%d مانگ',\n y : 'یه‌ك ساڵ',\n yy : '%d ساڵ'\n },\n preparse: function (string) {\n return string.replace(/[١٢٣٤٥٦٧٨٩٠]/g, function (match) {\n return numberMap[match];\n }).replace(/،/g, ',');\n },\n postformat: function (string) {\n return string.replace(/\\d/g, function (match) {\n return symbolMap[match];\n }).replace(/,/g, '،');\n },\n week : {\n dow : 6, // Saturday is the first day of the week.\n doy : 12 // The week that contains Jan 12th is the first week of the year.\n }\n });\n\n return ku;\n\n})));\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n var suffixes = {\n 0: '-чү',\n 1: '-чи',\n 2: '-чи',\n 3: '-чү',\n 4: '-чү',\n 5: '-чи',\n 6: '-чы',\n 7: '-чи',\n 8: '-чи',\n 9: '-чу',\n 10: '-чу',\n 20: '-чы',\n 30: '-чу',\n 40: '-чы',\n 50: '-чү',\n 60: '-чы',\n 70: '-чи',\n 80: '-чи',\n 90: '-чу',\n 100: '-чү'\n };\n\n var ky = moment.defineLocale('ky', {\n months : 'январь_февраль_март_апрель_май_июнь_июль_август_сентябрь_октябрь_ноябрь_декабрь'.split('_'),\n monthsShort : 'янв_фев_март_апр_май_июнь_июль_авг_сен_окт_ноя_дек'.split('_'),\n weekdays : 'Жекшемби_Дүйшөмбү_Шейшемби_Шаршемби_Бейшемби_Жума_Ишемби'.split('_'),\n weekdaysShort : 'Жек_Дүй_Шей_Шар_Бей_Жум_Ише'.split('_'),\n weekdaysMin : 'Жк_Дй_Шй_Шр_Бй_Жм_Иш'.split('_'),\n longDateFormat : {\n LT : 'HH:mm',\n LTS : 'HH:mm:ss',\n L : 'DD.MM.YYYY',\n LL : 'D MMMM YYYY',\n LLL : 'D MMMM YYYY HH:mm',\n LLLL : 'dddd, D MMMM YYYY HH:mm'\n },\n calendar : {\n sameDay : '[Бүгүн саат] LT',\n nextDay : '[Эртең саат] LT',\n nextWeek : 'dddd [саат] LT',\n lastDay : '[Кечээ саат] LT',\n lastWeek : '[Өткөн аптанын] dddd [күнү] [саат] LT',\n sameElse : 'L'\n },\n relativeTime : {\n future : '%s ичинде',\n past : '%s мурун',\n s : 'бирнече секунд',\n ss : '%d секунд',\n m : 'бир мүнөт',\n mm : '%d мүнөт',\n h : 'бир саат',\n hh : '%d саат',\n d : 'бир күн',\n dd : '%d күн',\n M : 'бир ай',\n MM : '%d ай',\n y : 'бир жыл',\n yy : '%d жыл'\n },\n dayOfMonthOrdinalParse: /\\d{1,2}-(чи|чы|чү|чу)/,\n ordinal : function (number) {\n var a = number % 10,\n b = number >= 100 ? 100 : null;\n return number + (suffixes[number] || suffixes[a] || suffixes[b]);\n },\n week : {\n dow : 1, // Monday is the first day of the week.\n doy : 7 // The week that contains Jan 7th is the first week of the year.\n }\n });\n\n return ky;\n\n})));\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n function processRelativeTime(number, withoutSuffix, key, isFuture) {\n var format = {\n 'm': ['eng Minutt', 'enger Minutt'],\n 'h': ['eng Stonn', 'enger Stonn'],\n 'd': ['een Dag', 'engem Dag'],\n 'M': ['ee Mount', 'engem Mount'],\n 'y': ['ee Joer', 'engem Joer']\n };\n return withoutSuffix ? format[key][0] : format[key][1];\n }\n function processFutureTime(string) {\n var number = string.substr(0, string.indexOf(' '));\n if (eifelerRegelAppliesToNumber(number)) {\n return 'a ' + string;\n }\n return 'an ' + string;\n }\n function processPastTime(string) {\n var number = string.substr(0, string.indexOf(' '));\n if (eifelerRegelAppliesToNumber(number)) {\n return 'viru ' + string;\n }\n return 'virun ' + string;\n }\n /**\n * Returns true if the word before the given number loses the '-n' ending.\n * e.g. 'an 10 Deeg' but 'a 5 Deeg'\n *\n * @param number {integer}\n * @returns {boolean}\n */\n function eifelerRegelAppliesToNumber(number) {\n number = parseInt(number, 10);\n if (isNaN(number)) {\n return false;\n }\n if (number < 0) {\n // Negative Number --> always true\n return true;\n } else if (number < 10) {\n // Only 1 digit\n if (4 <= number && number <= 7) {\n return true;\n }\n return false;\n } else if (number < 100) {\n // 2 digits\n var lastDigit = number % 10, firstDigit = number / 10;\n if (lastDigit === 0) {\n return eifelerRegelAppliesToNumber(firstDigit);\n }\n return eifelerRegelAppliesToNumber(lastDigit);\n } else if (number < 10000) {\n // 3 or 4 digits --> recursively check first digit\n while (number >= 10) {\n number = number / 10;\n }\n return eifelerRegelAppliesToNumber(number);\n } else {\n // Anything larger than 4 digits: recursively check first n-3 digits\n number = number / 1000;\n return eifelerRegelAppliesToNumber(number);\n }\n }\n\n var lb = moment.defineLocale('lb', {\n months: 'Januar_Februar_Mäerz_Abrëll_Mee_Juni_Juli_August_September_Oktober_November_Dezember'.split('_'),\n monthsShort: 'Jan._Febr._Mrz._Abr._Mee_Jun._Jul._Aug._Sept._Okt._Nov._Dez.'.split('_'),\n monthsParseExact : true,\n weekdays: 'Sonndeg_Méindeg_Dënschdeg_Mëttwoch_Donneschdeg_Freideg_Samschdeg'.split('_'),\n weekdaysShort: 'So._Mé._Dë._Më._Do._Fr._Sa.'.split('_'),\n weekdaysMin: 'So_Mé_Dë_Më_Do_Fr_Sa'.split('_'),\n weekdaysParseExact : true,\n longDateFormat: {\n LT: 'H:mm [Auer]',\n LTS: 'H:mm:ss [Auer]',\n L: 'DD.MM.YYYY',\n LL: 'D. MMMM YYYY',\n LLL: 'D. MMMM YYYY H:mm [Auer]',\n LLLL: 'dddd, D. MMMM YYYY H:mm [Auer]'\n },\n calendar: {\n sameDay: '[Haut um] LT',\n sameElse: 'L',\n nextDay: '[Muer um] LT',\n nextWeek: 'dddd [um] LT',\n lastDay: '[Gëschter um] LT',\n lastWeek: function () {\n // Different date string for 'Dënschdeg' (Tuesday) and 'Donneschdeg' (Thursday) due to phonological rule\n switch (this.day()) {\n case 2:\n case 4:\n return '[Leschten] dddd [um] LT';\n default:\n return '[Leschte] dddd [um] LT';\n }\n }\n },\n relativeTime : {\n future : processFutureTime,\n past : processPastTime,\n s : 'e puer Sekonnen',\n ss : '%d Sekonnen',\n m : processRelativeTime,\n mm : '%d Minutten',\n h : processRelativeTime,\n hh : '%d Stonnen',\n d : processRelativeTime,\n dd : '%d Deeg',\n M : processRelativeTime,\n MM : '%d Méint',\n y : processRelativeTime,\n yy : '%d Joer'\n },\n dayOfMonthOrdinalParse: /\\d{1,2}\\./,\n ordinal: '%d.',\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 4 // The week that contains Jan 4th is the first week of the year.\n }\n });\n\n return lb;\n\n})));\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n var lo = moment.defineLocale('lo', {\n months : 'ມັງກອນ_ກຸມພາ_ມີນາ_ເມສາ_ພຶດສະພາ_ມິຖຸນາ_ກໍລະກົດ_ສິງຫາ_ກັນຍາ_ຕຸລາ_ພະຈິກ_ທັນວາ'.split('_'),\n monthsShort : 'ມັງກອນ_ກຸມພາ_ມີນາ_ເມສາ_ພຶດສະພາ_ມິຖຸນາ_ກໍລະກົດ_ສິງຫາ_ກັນຍາ_ຕຸລາ_ພະຈິກ_ທັນວາ'.split('_'),\n weekdays : 'ອາທິດ_ຈັນ_ອັງຄານ_ພຸດ_ພະຫັດ_ສຸກ_ເສົາ'.split('_'),\n weekdaysShort : 'ທິດ_ຈັນ_ອັງຄານ_ພຸດ_ພະຫັດ_ສຸກ_ເສົາ'.split('_'),\n weekdaysMin : 'ທ_ຈ_ອຄ_ພ_ພຫ_ສກ_ສ'.split('_'),\n weekdaysParseExact : true,\n longDateFormat : {\n LT : 'HH:mm',\n LTS : 'HH:mm:ss',\n L : 'DD/MM/YYYY',\n LL : 'D MMMM YYYY',\n LLL : 'D MMMM YYYY HH:mm',\n LLLL : 'ວັນdddd D MMMM YYYY HH:mm'\n },\n meridiemParse: /ຕອນເຊົ້າ|ຕອນແລງ/,\n isPM: function (input) {\n return input === 'ຕອນແລງ';\n },\n meridiem : function (hour, minute, isLower) {\n if (hour < 12) {\n return 'ຕອນເຊົ້າ';\n } else {\n return 'ຕອນແລງ';\n }\n },\n calendar : {\n sameDay : '[ມື້ນີ້ເວລາ] LT',\n nextDay : '[ມື້ອື່ນເວລາ] LT',\n nextWeek : '[ວັນ]dddd[ໜ້າເວລາ] LT',\n lastDay : '[ມື້ວານນີ້ເວລາ] LT',\n lastWeek : '[ວັນ]dddd[ແລ້ວນີ້ເວລາ] LT',\n sameElse : 'L'\n },\n relativeTime : {\n future : 'ອີກ %s',\n past : '%sຜ່ານມາ',\n s : 'ບໍ່ເທົ່າໃດວິນາທີ',\n ss : '%d ວິນາທີ' ,\n m : '1 ນາທີ',\n mm : '%d ນາທີ',\n h : '1 ຊົ່ວໂມງ',\n hh : '%d ຊົ່ວໂມງ',\n d : '1 ມື້',\n dd : '%d ມື້',\n M : '1 ເດືອນ',\n MM : '%d ເດືອນ',\n y : '1 ປີ',\n yy : '%d ປີ'\n },\n dayOfMonthOrdinalParse: /(ທີ່)\\d{1,2}/,\n ordinal : function (number) {\n return 'ທີ່' + number;\n }\n });\n\n return lo;\n\n})));\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n var units = {\n 'ss' : 'sekundė_sekundžių_sekundes',\n 'm' : 'minutė_minutės_minutę',\n 'mm': 'minutės_minučių_minutes',\n 'h' : 'valanda_valandos_valandą',\n 'hh': 'valandos_valandų_valandas',\n 'd' : 'diena_dienos_dieną',\n 'dd': 'dienos_dienų_dienas',\n 'M' : 'mėnuo_mėnesio_mėnesį',\n 'MM': 'mėnesiai_mėnesių_mėnesius',\n 'y' : 'metai_metų_metus',\n 'yy': 'metai_metų_metus'\n };\n function translateSeconds(number, withoutSuffix, key, isFuture) {\n if (withoutSuffix) {\n return 'kelios sekundės';\n } else {\n return isFuture ? 'kelių sekundžių' : 'kelias sekundes';\n }\n }\n function translateSingular(number, withoutSuffix, key, isFuture) {\n return withoutSuffix ? forms(key)[0] : (isFuture ? forms(key)[1] : forms(key)[2]);\n }\n function special(number) {\n return number % 10 === 0 || (number > 10 && number < 20);\n }\n function forms(key) {\n return units[key].split('_');\n }\n function translate(number, withoutSuffix, key, isFuture) {\n var result = number + ' ';\n if (number === 1) {\n return result + translateSingular(number, withoutSuffix, key[0], isFuture);\n } else if (withoutSuffix) {\n return result + (special(number) ? forms(key)[1] : forms(key)[0]);\n } else {\n if (isFuture) {\n return result + forms(key)[1];\n } else {\n return result + (special(number) ? forms(key)[1] : forms(key)[2]);\n }\n }\n }\n var lt = moment.defineLocale('lt', {\n months : {\n format: 'sausio_vasario_kovo_balandžio_gegužės_birželio_liepos_rugpjūčio_rugsėjo_spalio_lapkričio_gruodžio'.split('_'),\n standalone: 'sausis_vasaris_kovas_balandis_gegužė_birželis_liepa_rugpjūtis_rugsėjis_spalis_lapkritis_gruodis'.split('_'),\n isFormat: /D[oD]?(\\[[^\\[\\]]*\\]|\\s)+MMMM?|MMMM?(\\[[^\\[\\]]*\\]|\\s)+D[oD]?/\n },\n monthsShort : 'sau_vas_kov_bal_geg_bir_lie_rgp_rgs_spa_lap_grd'.split('_'),\n weekdays : {\n format: 'sekmadienį_pirmadienį_antradienį_trečiadienį_ketvirtadienį_penktadienį_šeštadienį'.split('_'),\n standalone: 'sekmadienis_pirmadienis_antradienis_trečiadienis_ketvirtadienis_penktadienis_šeštadienis'.split('_'),\n isFormat: /dddd HH:mm/\n },\n weekdaysShort : 'Sek_Pir_Ant_Tre_Ket_Pen_Šeš'.split('_'),\n weekdaysMin : 'S_P_A_T_K_Pn_Š'.split('_'),\n weekdaysParseExact : true,\n longDateFormat : {\n LT : 'HH:mm',\n LTS : 'HH:mm:ss',\n L : 'YYYY-MM-DD',\n LL : 'YYYY [m.] MMMM D [d.]',\n LLL : 'YYYY [m.] MMMM D [d.], HH:mm [val.]',\n LLLL : 'YYYY [m.] MMMM D [d.], dddd, HH:mm [val.]',\n l : 'YYYY-MM-DD',\n ll : 'YYYY [m.] MMMM D [d.]',\n lll : 'YYYY [m.] MMMM D [d.], HH:mm [val.]',\n llll : 'YYYY [m.] MMMM D [d.], ddd, HH:mm [val.]'\n },\n calendar : {\n sameDay : '[Šiandien] LT',\n nextDay : '[Rytoj] LT',\n nextWeek : 'dddd LT',\n lastDay : '[Vakar] LT',\n lastWeek : '[Praėjusį] dddd LT',\n sameElse : 'L'\n },\n relativeTime : {\n future : 'po %s',\n past : 'prieš %s',\n s : translateSeconds,\n ss : translate,\n m : translateSingular,\n mm : translate,\n h : translateSingular,\n hh : translate,\n d : translateSingular,\n dd : translate,\n M : translateSingular,\n MM : translate,\n y : translateSingular,\n yy : translate\n },\n dayOfMonthOrdinalParse: /\\d{1,2}-oji/,\n ordinal : function (number) {\n return number + '-oji';\n },\n week : {\n dow : 1, // Monday is the first day of the week.\n doy : 4 // The week that contains Jan 4th is the first week of the year.\n }\n });\n\n return lt;\n\n})));\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n var units = {\n 'ss': 'sekundes_sekundēm_sekunde_sekundes'.split('_'),\n 'm': 'minūtes_minūtēm_minūte_minūtes'.split('_'),\n 'mm': 'minūtes_minūtēm_minūte_minūtes'.split('_'),\n 'h': 'stundas_stundām_stunda_stundas'.split('_'),\n 'hh': 'stundas_stundām_stunda_stundas'.split('_'),\n 'd': 'dienas_dienām_diena_dienas'.split('_'),\n 'dd': 'dienas_dienām_diena_dienas'.split('_'),\n 'M': 'mēneša_mēnešiem_mēnesis_mēneši'.split('_'),\n 'MM': 'mēneša_mēnešiem_mēnesis_mēneši'.split('_'),\n 'y': 'gada_gadiem_gads_gadi'.split('_'),\n 'yy': 'gada_gadiem_gads_gadi'.split('_')\n };\n /**\n * @param withoutSuffix boolean true = a length of time; false = before/after a period of time.\n */\n function format(forms, number, withoutSuffix) {\n if (withoutSuffix) {\n // E.g. \"21 minūte\", \"3 minūtes\".\n return number % 10 === 1 && number % 100 !== 11 ? forms[2] : forms[3];\n } else {\n // E.g. \"21 minūtes\" as in \"pēc 21 minūtes\".\n // E.g. \"3 minūtēm\" as in \"pēc 3 minūtēm\".\n return number % 10 === 1 && number % 100 !== 11 ? forms[0] : forms[1];\n }\n }\n function relativeTimeWithPlural(number, withoutSuffix, key) {\n return number + ' ' + format(units[key], number, withoutSuffix);\n }\n function relativeTimeWithSingular(number, withoutSuffix, key) {\n return format(units[key], number, withoutSuffix);\n }\n function relativeSeconds(number, withoutSuffix) {\n return withoutSuffix ? 'dažas sekundes' : 'dažām sekundēm';\n }\n\n var lv = moment.defineLocale('lv', {\n months : 'janvāris_februāris_marts_aprīlis_maijs_jūnijs_jūlijs_augusts_septembris_oktobris_novembris_decembris'.split('_'),\n monthsShort : 'jan_feb_mar_apr_mai_jūn_jūl_aug_sep_okt_nov_dec'.split('_'),\n weekdays : 'svētdiena_pirmdiena_otrdiena_trešdiena_ceturtdiena_piektdiena_sestdiena'.split('_'),\n weekdaysShort : 'Sv_P_O_T_C_Pk_S'.split('_'),\n weekdaysMin : 'Sv_P_O_T_C_Pk_S'.split('_'),\n weekdaysParseExact : true,\n longDateFormat : {\n LT : 'HH:mm',\n LTS : 'HH:mm:ss',\n L : 'DD.MM.YYYY.',\n LL : 'YYYY. [gada] D. MMMM',\n LLL : 'YYYY. [gada] D. MMMM, HH:mm',\n LLLL : 'YYYY. [gada] D. MMMM, dddd, HH:mm'\n },\n calendar : {\n sameDay : '[Šodien pulksten] LT',\n nextDay : '[Rīt pulksten] LT',\n nextWeek : 'dddd [pulksten] LT',\n lastDay : '[Vakar pulksten] LT',\n lastWeek : '[Pagājušā] dddd [pulksten] LT',\n sameElse : 'L'\n },\n relativeTime : {\n future : 'pēc %s',\n past : 'pirms %s',\n s : relativeSeconds,\n ss : relativeTimeWithPlural,\n m : relativeTimeWithSingular,\n mm : relativeTimeWithPlural,\n h : relativeTimeWithSingular,\n hh : relativeTimeWithPlural,\n d : relativeTimeWithSingular,\n dd : relativeTimeWithPlural,\n M : relativeTimeWithSingular,\n MM : relativeTimeWithPlural,\n y : relativeTimeWithSingular,\n yy : relativeTimeWithPlural\n },\n dayOfMonthOrdinalParse: /\\d{1,2}\\./,\n ordinal : '%d.',\n week : {\n dow : 1, // Monday is the first day of the week.\n doy : 4 // The week that contains Jan 4th is the first week of the year.\n }\n });\n\n return lv;\n\n})));\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n var translator = {\n words: { //Different grammatical cases\n ss: ['sekund', 'sekunda', 'sekundi'],\n m: ['jedan minut', 'jednog minuta'],\n mm: ['minut', 'minuta', 'minuta'],\n h: ['jedan sat', 'jednog sata'],\n hh: ['sat', 'sata', 'sati'],\n dd: ['dan', 'dana', 'dana'],\n MM: ['mjesec', 'mjeseca', 'mjeseci'],\n yy: ['godina', 'godine', 'godina']\n },\n correctGrammaticalCase: function (number, wordKey) {\n return number === 1 ? wordKey[0] : (number >= 2 && number <= 4 ? wordKey[1] : wordKey[2]);\n },\n translate: function (number, withoutSuffix, key) {\n var wordKey = translator.words[key];\n if (key.length === 1) {\n return withoutSuffix ? wordKey[0] : wordKey[1];\n } else {\n return number + ' ' + translator.correctGrammaticalCase(number, wordKey);\n }\n }\n };\n\n var me = moment.defineLocale('me', {\n months: 'januar_februar_mart_april_maj_jun_jul_avgust_septembar_oktobar_novembar_decembar'.split('_'),\n monthsShort: 'jan._feb._mar._apr._maj_jun_jul_avg._sep._okt._nov._dec.'.split('_'),\n monthsParseExact : true,\n weekdays: 'nedjelja_ponedjeljak_utorak_srijeda_četvrtak_petak_subota'.split('_'),\n weekdaysShort: 'ned._pon._uto._sri._čet._pet._sub.'.split('_'),\n weekdaysMin: 'ne_po_ut_sr_če_pe_su'.split('_'),\n weekdaysParseExact : true,\n longDateFormat: {\n LT: 'H:mm',\n LTS : 'H:mm:ss',\n L: 'DD.MM.YYYY',\n LL: 'D. MMMM YYYY',\n LLL: 'D. MMMM YYYY H:mm',\n LLLL: 'dddd, D. MMMM YYYY H:mm'\n },\n calendar: {\n sameDay: '[danas u] LT',\n nextDay: '[sjutra u] LT',\n\n nextWeek: function () {\n switch (this.day()) {\n case 0:\n return '[u] [nedjelju] [u] LT';\n case 3:\n return '[u] [srijedu] [u] LT';\n case 6:\n return '[u] [subotu] [u] LT';\n case 1:\n case 2:\n case 4:\n case 5:\n return '[u] dddd [u] LT';\n }\n },\n lastDay : '[juče u] LT',\n lastWeek : function () {\n var lastWeekDays = [\n '[prošle] [nedjelje] [u] LT',\n '[prošlog] [ponedjeljka] [u] LT',\n '[prošlog] [utorka] [u] LT',\n '[prošle] [srijede] [u] LT',\n '[prošlog] [četvrtka] [u] LT',\n '[prošlog] [petka] [u] LT',\n '[prošle] [subote] [u] LT'\n ];\n return lastWeekDays[this.day()];\n },\n sameElse : 'L'\n },\n relativeTime : {\n future : 'za %s',\n past : 'prije %s',\n s : 'nekoliko sekundi',\n ss : translator.translate,\n m : translator.translate,\n mm : translator.translate,\n h : translator.translate,\n hh : translator.translate,\n d : 'dan',\n dd : translator.translate,\n M : 'mjesec',\n MM : translator.translate,\n y : 'godinu',\n yy : translator.translate\n },\n dayOfMonthOrdinalParse: /\\d{1,2}\\./,\n ordinal : '%d.',\n week : {\n dow : 1, // Monday is the first day of the week.\n doy : 7 // The week that contains Jan 7th is the first week of the year.\n }\n });\n\n return me;\n\n})));\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n var mi = moment.defineLocale('mi', {\n months: 'Kohi-tāte_Hui-tanguru_Poutū-te-rangi_Paenga-whāwhā_Haratua_Pipiri_Hōngoingoi_Here-turi-kōkā_Mahuru_Whiringa-ā-nuku_Whiringa-ā-rangi_Hakihea'.split('_'),\n monthsShort: 'Kohi_Hui_Pou_Pae_Hara_Pipi_Hōngoi_Here_Mahu_Whi-nu_Whi-ra_Haki'.split('_'),\n monthsRegex: /(?:['a-z\\u0101\\u014D\\u016B]+\\-?){1,3}/i,\n monthsStrictRegex: /(?:['a-z\\u0101\\u014D\\u016B]+\\-?){1,3}/i,\n monthsShortRegex: /(?:['a-z\\u0101\\u014D\\u016B]+\\-?){1,3}/i,\n monthsShortStrictRegex: /(?:['a-z\\u0101\\u014D\\u016B]+\\-?){1,2}/i,\n weekdays: 'Rātapu_Mane_Tūrei_Wenerei_Tāite_Paraire_Hātarei'.split('_'),\n weekdaysShort: 'Ta_Ma_Tū_We_Tāi_Pa_Hā'.split('_'),\n weekdaysMin: 'Ta_Ma_Tū_We_Tāi_Pa_Hā'.split('_'),\n longDateFormat: {\n LT: 'HH:mm',\n LTS: 'HH:mm:ss',\n L: 'DD/MM/YYYY',\n LL: 'D MMMM YYYY',\n LLL: 'D MMMM YYYY [i] HH:mm',\n LLLL: 'dddd, D MMMM YYYY [i] HH:mm'\n },\n calendar: {\n sameDay: '[i teie mahana, i] LT',\n nextDay: '[apopo i] LT',\n nextWeek: 'dddd [i] LT',\n lastDay: '[inanahi i] LT',\n lastWeek: 'dddd [whakamutunga i] LT',\n sameElse: 'L'\n },\n relativeTime: {\n future: 'i roto i %s',\n past: '%s i mua',\n s: 'te hēkona ruarua',\n ss: '%d hēkona',\n m: 'he meneti',\n mm: '%d meneti',\n h: 'te haora',\n hh: '%d haora',\n d: 'he ra',\n dd: '%d ra',\n M: 'he marama',\n MM: '%d marama',\n y: 'he tau',\n yy: '%d tau'\n },\n dayOfMonthOrdinalParse: /\\d{1,2}º/,\n ordinal: '%dº',\n week : {\n dow : 1, // Monday is the first day of the week.\n doy : 4 // The week that contains Jan 4th is the first week of the year.\n }\n });\n\n return mi;\n\n})));\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n var mk = moment.defineLocale('mk', {\n months : 'јануари_февруари_март_април_мај_јуни_јули_август_септември_октомври_ноември_декември'.split('_'),\n monthsShort : 'јан_фев_мар_апр_мај_јун_јул_авг_сеп_окт_ное_дек'.split('_'),\n weekdays : 'недела_понеделник_вторник_среда_четврток_петок_сабота'.split('_'),\n weekdaysShort : 'нед_пон_вто_сре_чет_пет_саб'.split('_'),\n weekdaysMin : 'нe_пo_вт_ср_че_пе_сa'.split('_'),\n longDateFormat : {\n LT : 'H:mm',\n LTS : 'H:mm:ss',\n L : 'D.MM.YYYY',\n LL : 'D MMMM YYYY',\n LLL : 'D MMMM YYYY H:mm',\n LLLL : 'dddd, D MMMM YYYY H:mm'\n },\n calendar : {\n sameDay : '[Денес во] LT',\n nextDay : '[Утре во] LT',\n nextWeek : '[Во] dddd [во] LT',\n lastDay : '[Вчера во] LT',\n lastWeek : function () {\n switch (this.day()) {\n case 0:\n case 3:\n case 6:\n return '[Изминатата] dddd [во] LT';\n case 1:\n case 2:\n case 4:\n case 5:\n return '[Изминатиот] dddd [во] LT';\n }\n },\n sameElse : 'L'\n },\n relativeTime : {\n future : 'после %s',\n past : 'пред %s',\n s : 'неколку секунди',\n ss : '%d секунди',\n m : 'минута',\n mm : '%d минути',\n h : 'час',\n hh : '%d часа',\n d : 'ден',\n dd : '%d дена',\n M : 'месец',\n MM : '%d месеци',\n y : 'година',\n yy : '%d години'\n },\n dayOfMonthOrdinalParse: /\\d{1,2}-(ев|ен|ти|ви|ри|ми)/,\n ordinal : function (number) {\n var lastDigit = number % 10,\n last2Digits = number % 100;\n if (number === 0) {\n return number + '-ев';\n } else if (last2Digits === 0) {\n return number + '-ен';\n } else if (last2Digits > 10 && last2Digits < 20) {\n return number + '-ти';\n } else if (lastDigit === 1) {\n return number + '-ви';\n } else if (lastDigit === 2) {\n return number + '-ри';\n } else if (lastDigit === 7 || lastDigit === 8) {\n return number + '-ми';\n } else {\n return number + '-ти';\n }\n },\n week : {\n dow : 1, // Monday is the first day of the week.\n doy : 7 // The week that contains Jan 7th is the first week of the year.\n }\n });\n\n return mk;\n\n})));\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n var ml = moment.defineLocale('ml', {\n months : 'ജനുവരി_ഫെബ്രുവരി_മാർച്ച്_ഏപ്രിൽ_മേയ്_ജൂൺ_ജൂലൈ_ഓഗസ്റ്റ്_സെപ്റ്റംബർ_ഒക്ടോബർ_നവംബർ_ഡിസംബർ'.split('_'),\n monthsShort : 'ജനു._ഫെബ്രു._മാർ._ഏപ്രി._മേയ്_ജൂൺ_ജൂലൈ._ഓഗ._സെപ്റ്റ._ഒക്ടോ._നവം._ഡിസം.'.split('_'),\n monthsParseExact : true,\n weekdays : 'ഞായറാഴ്ച_തിങ്കളാഴ്ച_ചൊവ്വാഴ്ച_ബുധനാഴ്ച_വ്യാഴാഴ്ച_വെള്ളിയാഴ്ച_ശനിയാഴ്ച'.split('_'),\n weekdaysShort : 'ഞായർ_തിങ്കൾ_ചൊവ്വ_ബുധൻ_വ്യാഴം_വെള്ളി_ശനി'.split('_'),\n weekdaysMin : 'ഞാ_തി_ചൊ_ബു_വ്യാ_വെ_ശ'.split('_'),\n longDateFormat : {\n LT : 'A h:mm -നു',\n LTS : 'A h:mm:ss -നു',\n L : 'DD/MM/YYYY',\n LL : 'D MMMM YYYY',\n LLL : 'D MMMM YYYY, A h:mm -നു',\n LLLL : 'dddd, D MMMM YYYY, A h:mm -നു'\n },\n calendar : {\n sameDay : '[ഇന്ന്] LT',\n nextDay : '[നാളെ] LT',\n nextWeek : 'dddd, LT',\n lastDay : '[ഇന്നലെ] LT',\n lastWeek : '[കഴിഞ്ഞ] dddd, LT',\n sameElse : 'L'\n },\n relativeTime : {\n future : '%s കഴിഞ്ഞ്',\n past : '%s മുൻപ്',\n s : 'അൽപ നിമിഷങ്ങൾ',\n ss : '%d സെക്കൻഡ്',\n m : 'ഒരു മിനിറ്റ്',\n mm : '%d മിനിറ്റ്',\n h : 'ഒരു മണിക്കൂർ',\n hh : '%d മണിക്കൂർ',\n d : 'ഒരു ദിവസം',\n dd : '%d ദിവസം',\n M : 'ഒരു മാസം',\n MM : '%d മാസം',\n y : 'ഒരു വർഷം',\n yy : '%d വർഷം'\n },\n meridiemParse: /രാത്രി|രാവിലെ|ഉച്ച കഴിഞ്ഞ്|വൈകുന്നേരം|രാത്രി/i,\n meridiemHour : function (hour, meridiem) {\n if (hour === 12) {\n hour = 0;\n }\n if ((meridiem === 'രാത്രി' && hour >= 4) ||\n meridiem === 'ഉച്ച കഴിഞ്ഞ്' ||\n meridiem === 'വൈകുന്നേരം') {\n return hour + 12;\n } else {\n return hour;\n }\n },\n meridiem : function (hour, minute, isLower) {\n if (hour < 4) {\n return 'രാത്രി';\n } else if (hour < 12) {\n return 'രാവിലെ';\n } else if (hour < 17) {\n return 'ഉച്ച കഴിഞ്ഞ്';\n } else if (hour < 20) {\n return 'വൈകുന്നേരം';\n } else {\n return 'രാത്രി';\n }\n }\n });\n\n return ml;\n\n})));\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n function translate(number, withoutSuffix, key, isFuture) {\n switch (key) {\n case 's':\n return withoutSuffix ? 'хэдхэн секунд' : 'хэдхэн секундын';\n case 'ss':\n return number + (withoutSuffix ? ' секунд' : ' секундын');\n case 'm':\n case 'mm':\n return number + (withoutSuffix ? ' минут' : ' минутын');\n case 'h':\n case 'hh':\n return number + (withoutSuffix ? ' цаг' : ' цагийн');\n case 'd':\n case 'dd':\n return number + (withoutSuffix ? ' өдөр' : ' өдрийн');\n case 'M':\n case 'MM':\n return number + (withoutSuffix ? ' сар' : ' сарын');\n case 'y':\n case 'yy':\n return number + (withoutSuffix ? ' жил' : ' жилийн');\n default:\n return number;\n }\n }\n\n var mn = moment.defineLocale('mn', {\n months : 'Нэгдүгээр сар_Хоёрдугаар сар_Гуравдугаар сар_Дөрөвдүгээр сар_Тавдугаар сар_Зургадугаар сар_Долдугаар сар_Наймдугаар сар_Есдүгээр сар_Аравдугаар сар_Арван нэгдүгээр сар_Арван хоёрдугаар сар'.split('_'),\n monthsShort : '1 сар_2 сар_3 сар_4 сар_5 сар_6 сар_7 сар_8 сар_9 сар_10 сар_11 сар_12 сар'.split('_'),\n monthsParseExact : true,\n weekdays : 'Ням_Даваа_Мягмар_Лхагва_Пүрэв_Баасан_Бямба'.split('_'),\n weekdaysShort : 'Ням_Дав_Мяг_Лха_Пүр_Баа_Бям'.split('_'),\n weekdaysMin : 'Ня_Да_Мя_Лх_Пү_Ба_Бя'.split('_'),\n weekdaysParseExact : true,\n longDateFormat : {\n LT : 'HH:mm',\n LTS : 'HH:mm:ss',\n L : 'YYYY-MM-DD',\n LL : 'YYYY оны MMMMын D',\n LLL : 'YYYY оны MMMMын D HH:mm',\n LLLL : 'dddd, YYYY оны MMMMын D HH:mm'\n },\n meridiemParse: /ҮӨ|ҮХ/i,\n isPM : function (input) {\n return input === 'ҮХ';\n },\n meridiem : function (hour, minute, isLower) {\n if (hour < 12) {\n return 'ҮӨ';\n } else {\n return 'ҮХ';\n }\n },\n calendar : {\n sameDay : '[Өнөөдөр] LT',\n nextDay : '[Маргааш] LT',\n nextWeek : '[Ирэх] dddd LT',\n lastDay : '[Өчигдөр] LT',\n lastWeek : '[Өнгөрсөн] dddd LT',\n sameElse : 'L'\n },\n relativeTime : {\n future : '%s дараа',\n past : '%s өмнө',\n s : translate,\n ss : translate,\n m : translate,\n mm : translate,\n h : translate,\n hh : translate,\n d : translate,\n dd : translate,\n M : translate,\n MM : translate,\n y : translate,\n yy : translate\n },\n dayOfMonthOrdinalParse: /\\d{1,2} өдөр/,\n ordinal : function (number, period) {\n switch (period) {\n case 'd':\n case 'D':\n case 'DDD':\n return number + ' өдөр';\n default:\n return number;\n }\n }\n });\n\n return mn;\n\n})));\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n var symbolMap = {\n '1': '१',\n '2': '२',\n '3': '३',\n '4': '४',\n '5': '५',\n '6': '६',\n '7': '७',\n '8': '८',\n '9': '९',\n '0': '०'\n },\n numberMap = {\n '१': '1',\n '२': '2',\n '३': '3',\n '४': '4',\n '५': '5',\n '६': '6',\n '७': '7',\n '८': '8',\n '९': '9',\n '०': '0'\n };\n\n function relativeTimeMr(number, withoutSuffix, string, isFuture)\n {\n var output = '';\n if (withoutSuffix) {\n switch (string) {\n case 's': output = 'काही सेकंद'; break;\n case 'ss': output = '%d सेकंद'; break;\n case 'm': output = 'एक मिनिट'; break;\n case 'mm': output = '%d मिनिटे'; break;\n case 'h': output = 'एक तास'; break;\n case 'hh': output = '%d तास'; break;\n case 'd': output = 'एक दिवस'; break;\n case 'dd': output = '%d दिवस'; break;\n case 'M': output = 'एक महिना'; break;\n case 'MM': output = '%d महिने'; break;\n case 'y': output = 'एक वर्ष'; break;\n case 'yy': output = '%d वर्षे'; break;\n }\n }\n else {\n switch (string) {\n case 's': output = 'काही सेकंदां'; break;\n case 'ss': output = '%d सेकंदां'; break;\n case 'm': output = 'एका मिनिटा'; break;\n case 'mm': output = '%d मिनिटां'; break;\n case 'h': output = 'एका तासा'; break;\n case 'hh': output = '%d तासां'; break;\n case 'd': output = 'एका दिवसा'; break;\n case 'dd': output = '%d दिवसां'; break;\n case 'M': output = 'एका महिन्या'; break;\n case 'MM': output = '%d महिन्यां'; break;\n case 'y': output = 'एका वर्षा'; break;\n case 'yy': output = '%d वर्षां'; break;\n }\n }\n return output.replace(/%d/i, number);\n }\n\n var mr = moment.defineLocale('mr', {\n months : 'जानेवारी_फेब्रुवारी_मार्च_एप्रिल_मे_जून_जुलै_ऑगस्ट_सप्टेंबर_ऑक्टोबर_नोव्हेंबर_डिसेंबर'.split('_'),\n monthsShort: 'जाने._फेब्रु._मार्च._एप्रि._मे._जून._जुलै._ऑग._सप्टें._ऑक्टो._नोव्हें._डिसें.'.split('_'),\n monthsParseExact : true,\n weekdays : 'रविवार_सोमवार_मंगळवार_बुधवार_गुरूवार_शुक्रवार_शनिवार'.split('_'),\n weekdaysShort : 'रवि_सोम_मंगळ_बुध_गुरू_शुक्र_शनि'.split('_'),\n weekdaysMin : 'र_सो_मं_बु_गु_शु_श'.split('_'),\n longDateFormat : {\n LT : 'A h:mm वाजता',\n LTS : 'A h:mm:ss वाजता',\n L : 'DD/MM/YYYY',\n LL : 'D MMMM YYYY',\n LLL : 'D MMMM YYYY, A h:mm वाजता',\n LLLL : 'dddd, D MMMM YYYY, A h:mm वाजता'\n },\n calendar : {\n sameDay : '[आज] LT',\n nextDay : '[उद्या] LT',\n nextWeek : 'dddd, LT',\n lastDay : '[काल] LT',\n lastWeek: '[मागील] dddd, LT',\n sameElse : 'L'\n },\n relativeTime : {\n future: '%sमध्ये',\n past: '%sपूर्वी',\n s: relativeTimeMr,\n ss: relativeTimeMr,\n m: relativeTimeMr,\n mm: relativeTimeMr,\n h: relativeTimeMr,\n hh: relativeTimeMr,\n d: relativeTimeMr,\n dd: relativeTimeMr,\n M: relativeTimeMr,\n MM: relativeTimeMr,\n y: relativeTimeMr,\n yy: relativeTimeMr\n },\n preparse: function (string) {\n return string.replace(/[१२३४५६७८९०]/g, function (match) {\n return numberMap[match];\n });\n },\n postformat: function (string) {\n return string.replace(/\\d/g, function (match) {\n return symbolMap[match];\n });\n },\n meridiemParse: /रात्री|सकाळी|दुपारी|सायंकाळी/,\n meridiemHour : function (hour, meridiem) {\n if (hour === 12) {\n hour = 0;\n }\n if (meridiem === 'रात्री') {\n return hour < 4 ? hour : hour + 12;\n } else if (meridiem === 'सकाळी') {\n return hour;\n } else if (meridiem === 'दुपारी') {\n return hour >= 10 ? hour : hour + 12;\n } else if (meridiem === 'सायंकाळी') {\n return hour + 12;\n }\n },\n meridiem: function (hour, minute, isLower) {\n if (hour < 4) {\n return 'रात्री';\n } else if (hour < 10) {\n return 'सकाळी';\n } else if (hour < 17) {\n return 'दुपारी';\n } else if (hour < 20) {\n return 'सायंकाळी';\n } else {\n return 'रात्री';\n }\n },\n week : {\n dow : 0, // Sunday is the first day of the week.\n doy : 6 // The week that contains Jan 6th is the first week of the year.\n }\n });\n\n return mr;\n\n})));\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n var ms = moment.defineLocale('ms', {\n months : 'Januari_Februari_Mac_April_Mei_Jun_Julai_Ogos_September_Oktober_November_Disember'.split('_'),\n monthsShort : 'Jan_Feb_Mac_Apr_Mei_Jun_Jul_Ogs_Sep_Okt_Nov_Dis'.split('_'),\n weekdays : 'Ahad_Isnin_Selasa_Rabu_Khamis_Jumaat_Sabtu'.split('_'),\n weekdaysShort : 'Ahd_Isn_Sel_Rab_Kha_Jum_Sab'.split('_'),\n weekdaysMin : 'Ah_Is_Sl_Rb_Km_Jm_Sb'.split('_'),\n longDateFormat : {\n LT : 'HH.mm',\n LTS : 'HH.mm.ss',\n L : 'DD/MM/YYYY',\n LL : 'D MMMM YYYY',\n LLL : 'D MMMM YYYY [pukul] HH.mm',\n LLLL : 'dddd, D MMMM YYYY [pukul] HH.mm'\n },\n meridiemParse: /pagi|tengahari|petang|malam/,\n meridiemHour: function (hour, meridiem) {\n if (hour === 12) {\n hour = 0;\n }\n if (meridiem === 'pagi') {\n return hour;\n } else if (meridiem === 'tengahari') {\n return hour >= 11 ? hour : hour + 12;\n } else if (meridiem === 'petang' || meridiem === 'malam') {\n return hour + 12;\n }\n },\n meridiem : function (hours, minutes, isLower) {\n if (hours < 11) {\n return 'pagi';\n } else if (hours < 15) {\n return 'tengahari';\n } else if (hours < 19) {\n return 'petang';\n } else {\n return 'malam';\n }\n },\n calendar : {\n sameDay : '[Hari ini pukul] LT',\n nextDay : '[Esok pukul] LT',\n nextWeek : 'dddd [pukul] LT',\n lastDay : '[Kelmarin pukul] LT',\n lastWeek : 'dddd [lepas pukul] LT',\n sameElse : 'L'\n },\n relativeTime : {\n future : 'dalam %s',\n past : '%s yang lepas',\n s : 'beberapa saat',\n ss : '%d saat',\n m : 'seminit',\n mm : '%d minit',\n h : 'sejam',\n hh : '%d jam',\n d : 'sehari',\n dd : '%d hari',\n M : 'sebulan',\n MM : '%d bulan',\n y : 'setahun',\n yy : '%d tahun'\n },\n week : {\n dow : 1, // Monday is the first day of the week.\n doy : 7 // The week that contains Jan 7th is the first week of the year.\n }\n });\n\n return ms;\n\n})));\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n var msMy = moment.defineLocale('ms-my', {\n months : 'Januari_Februari_Mac_April_Mei_Jun_Julai_Ogos_September_Oktober_November_Disember'.split('_'),\n monthsShort : 'Jan_Feb_Mac_Apr_Mei_Jun_Jul_Ogs_Sep_Okt_Nov_Dis'.split('_'),\n weekdays : 'Ahad_Isnin_Selasa_Rabu_Khamis_Jumaat_Sabtu'.split('_'),\n weekdaysShort : 'Ahd_Isn_Sel_Rab_Kha_Jum_Sab'.split('_'),\n weekdaysMin : 'Ah_Is_Sl_Rb_Km_Jm_Sb'.split('_'),\n longDateFormat : {\n LT : 'HH.mm',\n LTS : 'HH.mm.ss',\n L : 'DD/MM/YYYY',\n LL : 'D MMMM YYYY',\n LLL : 'D MMMM YYYY [pukul] HH.mm',\n LLLL : 'dddd, D MMMM YYYY [pukul] HH.mm'\n },\n meridiemParse: /pagi|tengahari|petang|malam/,\n meridiemHour: function (hour, meridiem) {\n if (hour === 12) {\n hour = 0;\n }\n if (meridiem === 'pagi') {\n return hour;\n } else if (meridiem === 'tengahari') {\n return hour >= 11 ? hour : hour + 12;\n } else if (meridiem === 'petang' || meridiem === 'malam') {\n return hour + 12;\n }\n },\n meridiem : function (hours, minutes, isLower) {\n if (hours < 11) {\n return 'pagi';\n } else if (hours < 15) {\n return 'tengahari';\n } else if (hours < 19) {\n return 'petang';\n } else {\n return 'malam';\n }\n },\n calendar : {\n sameDay : '[Hari ini pukul] LT',\n nextDay : '[Esok pukul] LT',\n nextWeek : 'dddd [pukul] LT',\n lastDay : '[Kelmarin pukul] LT',\n lastWeek : 'dddd [lepas pukul] LT',\n sameElse : 'L'\n },\n relativeTime : {\n future : 'dalam %s',\n past : '%s yang lepas',\n s : 'beberapa saat',\n ss : '%d saat',\n m : 'seminit',\n mm : '%d minit',\n h : 'sejam',\n hh : '%d jam',\n d : 'sehari',\n dd : '%d hari',\n M : 'sebulan',\n MM : '%d bulan',\n y : 'setahun',\n yy : '%d tahun'\n },\n week : {\n dow : 1, // Monday is the first day of the week.\n doy : 7 // The week that contains Jan 7th is the first week of the year.\n }\n });\n\n return msMy;\n\n})));\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n var mt = moment.defineLocale('mt', {\n months : 'Jannar_Frar_Marzu_April_Mejju_Ġunju_Lulju_Awwissu_Settembru_Ottubru_Novembru_Diċembru'.split('_'),\n monthsShort : 'Jan_Fra_Mar_Apr_Mej_Ġun_Lul_Aww_Set_Ott_Nov_Diċ'.split('_'),\n weekdays : 'Il-Ħadd_It-Tnejn_It-Tlieta_L-Erbgħa_Il-Ħamis_Il-Ġimgħa_Is-Sibt'.split('_'),\n weekdaysShort : 'Ħad_Tne_Tli_Erb_Ħam_Ġim_Sib'.split('_'),\n weekdaysMin : 'Ħa_Tn_Tl_Er_Ħa_Ġi_Si'.split('_'),\n longDateFormat : {\n LT : 'HH:mm',\n LTS : 'HH:mm:ss',\n L : 'DD/MM/YYYY',\n LL : 'D MMMM YYYY',\n LLL : 'D MMMM YYYY HH:mm',\n LLLL : 'dddd, D MMMM YYYY HH:mm'\n },\n calendar : {\n sameDay : '[Illum fil-]LT',\n nextDay : '[Għada fil-]LT',\n nextWeek : 'dddd [fil-]LT',\n lastDay : '[Il-bieraħ fil-]LT',\n lastWeek : 'dddd [li għadda] [fil-]LT',\n sameElse : 'L'\n },\n relativeTime : {\n future : 'f’ %s',\n past : '%s ilu',\n s : 'ftit sekondi',\n ss : '%d sekondi',\n m : 'minuta',\n mm : '%d minuti',\n h : 'siegħa',\n hh : '%d siegħat',\n d : 'ġurnata',\n dd : '%d ġranet',\n M : 'xahar',\n MM : '%d xhur',\n y : 'sena',\n yy : '%d sni'\n },\n dayOfMonthOrdinalParse : /\\d{1,2}º/,\n ordinal: '%dº',\n week : {\n dow : 1, // Monday is the first day of the week.\n doy : 4 // The week that contains Jan 4th is the first week of the year.\n }\n });\n\n return mt;\n\n})));\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n var symbolMap = {\n '1': '၁',\n '2': '၂',\n '3': '၃',\n '4': '၄',\n '5': '၅',\n '6': '၆',\n '7': '၇',\n '8': '၈',\n '9': '၉',\n '0': '၀'\n }, numberMap = {\n '၁': '1',\n '၂': '2',\n '၃': '3',\n '၄': '4',\n '၅': '5',\n '၆': '6',\n '၇': '7',\n '၈': '8',\n '၉': '9',\n '၀': '0'\n };\n\n var my = moment.defineLocale('my', {\n months: 'ဇန်နဝါရီ_ဖေဖော်ဝါရီ_မတ်_ဧပြီ_မေ_ဇွန်_ဇူလိုင်_သြဂုတ်_စက်တင်ဘာ_အောက်တိုဘာ_နိုဝင်ဘာ_ဒီဇင်ဘာ'.split('_'),\n monthsShort: 'ဇန်_ဖေ_မတ်_ပြီ_မေ_ဇွန်_လိုင်_သြ_စက်_အောက်_နို_ဒီ'.split('_'),\n weekdays: 'တနင်္ဂနွေ_တနင်္လာ_အင်္ဂါ_ဗုဒ္ဓဟူး_ကြာသပတေး_သောကြာ_စနေ'.split('_'),\n weekdaysShort: 'နွေ_လာ_ဂါ_ဟူး_ကြာ_သော_နေ'.split('_'),\n weekdaysMin: 'နွေ_လာ_ဂါ_ဟူး_ကြာ_သော_နေ'.split('_'),\n\n longDateFormat: {\n LT: 'HH:mm',\n LTS: 'HH:mm:ss',\n L: 'DD/MM/YYYY',\n LL: 'D MMMM YYYY',\n LLL: 'D MMMM YYYY HH:mm',\n LLLL: 'dddd D MMMM YYYY HH:mm'\n },\n calendar: {\n sameDay: '[ယနေ.] LT [မှာ]',\n nextDay: '[မနက်ဖြန်] LT [မှာ]',\n nextWeek: 'dddd LT [မှာ]',\n lastDay: '[မနေ.က] LT [မှာ]',\n lastWeek: '[ပြီးခဲ့သော] dddd LT [မှာ]',\n sameElse: 'L'\n },\n relativeTime: {\n future: 'လာမည့် %s မှာ',\n past: 'လွန်ခဲ့သော %s က',\n s: 'စက္ကန်.အနည်းငယ်',\n ss : '%d စက္ကန့်',\n m: 'တစ်မိနစ်',\n mm: '%d မိနစ်',\n h: 'တစ်နာရီ',\n hh: '%d နာရီ',\n d: 'တစ်ရက်',\n dd: '%d ရက်',\n M: 'တစ်လ',\n MM: '%d လ',\n y: 'တစ်နှစ်',\n yy: '%d နှစ်'\n },\n preparse: function (string) {\n return string.replace(/[၁၂၃၄၅၆၇၈၉၀]/g, function (match) {\n return numberMap[match];\n });\n },\n postformat: function (string) {\n return string.replace(/\\d/g, function (match) {\n return symbolMap[match];\n });\n },\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 4 // The week that contains Jan 4th is the first week of the year.\n }\n });\n\n return my;\n\n})));\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n var nb = moment.defineLocale('nb', {\n months : 'januar_februar_mars_april_mai_juni_juli_august_september_oktober_november_desember'.split('_'),\n monthsShort : 'jan._feb._mars_april_mai_juni_juli_aug._sep._okt._nov._des.'.split('_'),\n monthsParseExact : true,\n weekdays : 'søndag_mandag_tirsdag_onsdag_torsdag_fredag_lørdag'.split('_'),\n weekdaysShort : 'sø._ma._ti._on._to._fr._lø.'.split('_'),\n weekdaysMin : 'sø_ma_ti_on_to_fr_lø'.split('_'),\n weekdaysParseExact : true,\n longDateFormat : {\n LT : 'HH:mm',\n LTS : 'HH:mm:ss',\n L : 'DD.MM.YYYY',\n LL : 'D. MMMM YYYY',\n LLL : 'D. MMMM YYYY [kl.] HH:mm',\n LLLL : 'dddd D. MMMM YYYY [kl.] HH:mm'\n },\n calendar : {\n sameDay: '[i dag kl.] LT',\n nextDay: '[i morgen kl.] LT',\n nextWeek: 'dddd [kl.] LT',\n lastDay: '[i går kl.] LT',\n lastWeek: '[forrige] dddd [kl.] LT',\n sameElse: 'L'\n },\n relativeTime : {\n future : 'om %s',\n past : '%s siden',\n s : 'noen sekunder',\n ss : '%d sekunder',\n m : 'ett minutt',\n mm : '%d minutter',\n h : 'en time',\n hh : '%d timer',\n d : 'en dag',\n dd : '%d dager',\n M : 'en måned',\n MM : '%d måneder',\n y : 'ett år',\n yy : '%d år'\n },\n dayOfMonthOrdinalParse: /\\d{1,2}\\./,\n ordinal : '%d.',\n week : {\n dow : 1, // Monday is the first day of the week.\n doy : 4 // The week that contains Jan 4th is the first week of the year.\n }\n });\n\n return nb;\n\n})));\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n var symbolMap = {\n '1': '१',\n '2': '२',\n '3': '३',\n '4': '४',\n '5': '५',\n '6': '६',\n '7': '७',\n '8': '८',\n '9': '९',\n '0': '०'\n },\n numberMap = {\n '१': '1',\n '२': '2',\n '३': '3',\n '४': '4',\n '५': '5',\n '६': '6',\n '७': '7',\n '८': '8',\n '९': '9',\n '०': '0'\n };\n\n var ne = moment.defineLocale('ne', {\n months : 'जनवरी_फेब्रुवरी_मार्च_अप्रिल_मई_जुन_जुलाई_अगष्ट_सेप्टेम्बर_अक्टोबर_नोभेम्बर_डिसेम्बर'.split('_'),\n monthsShort : 'जन._फेब्रु._मार्च_अप्रि._मई_जुन_जुलाई._अग._सेप्ट._अक्टो._नोभे._डिसे.'.split('_'),\n monthsParseExact : true,\n weekdays : 'आइतबार_सोमबार_मङ्गलबार_बुधबार_बिहिबार_शुक्रबार_शनिबार'.split('_'),\n weekdaysShort : 'आइत._सोम._मङ्गल._बुध._बिहि._शुक्र._शनि.'.split('_'),\n weekdaysMin : 'आ._सो._मं._बु._बि._शु._श.'.split('_'),\n weekdaysParseExact : true,\n longDateFormat : {\n LT : 'Aको h:mm बजे',\n LTS : 'Aको h:mm:ss बजे',\n L : 'DD/MM/YYYY',\n LL : 'D MMMM YYYY',\n LLL : 'D MMMM YYYY, Aको h:mm बजे',\n LLLL : 'dddd, D MMMM YYYY, Aको h:mm बजे'\n },\n preparse: function (string) {\n return string.replace(/[१२३४५६७८९०]/g, function (match) {\n return numberMap[match];\n });\n },\n postformat: function (string) {\n return string.replace(/\\d/g, function (match) {\n return symbolMap[match];\n });\n },\n meridiemParse: /राति|बिहान|दिउँसो|साँझ/,\n meridiemHour : function (hour, meridiem) {\n if (hour === 12) {\n hour = 0;\n }\n if (meridiem === 'राति') {\n return hour < 4 ? hour : hour + 12;\n } else if (meridiem === 'बिहान') {\n return hour;\n } else if (meridiem === 'दिउँसो') {\n return hour >= 10 ? hour : hour + 12;\n } else if (meridiem === 'साँझ') {\n return hour + 12;\n }\n },\n meridiem : function (hour, minute, isLower) {\n if (hour < 3) {\n return 'राति';\n } else if (hour < 12) {\n return 'बिहान';\n } else if (hour < 16) {\n return 'दिउँसो';\n } else if (hour < 20) {\n return 'साँझ';\n } else {\n return 'राति';\n }\n },\n calendar : {\n sameDay : '[आज] LT',\n nextDay : '[भोलि] LT',\n nextWeek : '[आउँदो] dddd[,] LT',\n lastDay : '[हिजो] LT',\n lastWeek : '[गएको] dddd[,] LT',\n sameElse : 'L'\n },\n relativeTime : {\n future : '%sमा',\n past : '%s अगाडि',\n s : 'केही क्षण',\n ss : '%d सेकेण्ड',\n m : 'एक मिनेट',\n mm : '%d मिनेट',\n h : 'एक घण्टा',\n hh : '%d घण्टा',\n d : 'एक दिन',\n dd : '%d दिन',\n M : 'एक महिना',\n MM : '%d महिना',\n y : 'एक बर्ष',\n yy : '%d बर्ष'\n },\n week : {\n dow : 0, // Sunday is the first day of the week.\n doy : 6 // The week that contains Jan 6th is the first week of the year.\n }\n });\n\n return ne;\n\n})));\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n var monthsShortWithDots = 'jan._feb._mrt._apr._mei_jun._jul._aug._sep._okt._nov._dec.'.split('_'),\n monthsShortWithoutDots = 'jan_feb_mrt_apr_mei_jun_jul_aug_sep_okt_nov_dec'.split('_');\n\n var monthsParse = [/^jan/i, /^feb/i, /^maart|mrt.?$/i, /^apr/i, /^mei$/i, /^jun[i.]?$/i, /^jul[i.]?$/i, /^aug/i, /^sep/i, /^okt/i, /^nov/i, /^dec/i];\n var monthsRegex = /^(januari|februari|maart|april|mei|ju[nl]i|augustus|september|oktober|november|december|jan\\.?|feb\\.?|mrt\\.?|apr\\.?|ju[nl]\\.?|aug\\.?|sep\\.?|okt\\.?|nov\\.?|dec\\.?)/i;\n\n var nl = moment.defineLocale('nl', {\n months : 'januari_februari_maart_april_mei_juni_juli_augustus_september_oktober_november_december'.split('_'),\n monthsShort : function (m, format) {\n if (!m) {\n return monthsShortWithDots;\n } else if (/-MMM-/.test(format)) {\n return monthsShortWithoutDots[m.month()];\n } else {\n return monthsShortWithDots[m.month()];\n }\n },\n\n monthsRegex: monthsRegex,\n monthsShortRegex: monthsRegex,\n monthsStrictRegex: /^(januari|februari|maart|april|mei|ju[nl]i|augustus|september|oktober|november|december)/i,\n monthsShortStrictRegex: /^(jan\\.?|feb\\.?|mrt\\.?|apr\\.?|mei|ju[nl]\\.?|aug\\.?|sep\\.?|okt\\.?|nov\\.?|dec\\.?)/i,\n\n monthsParse : monthsParse,\n longMonthsParse : monthsParse,\n shortMonthsParse : monthsParse,\n\n weekdays : 'zondag_maandag_dinsdag_woensdag_donderdag_vrijdag_zaterdag'.split('_'),\n weekdaysShort : 'zo._ma._di._wo._do._vr._za.'.split('_'),\n weekdaysMin : 'zo_ma_di_wo_do_vr_za'.split('_'),\n weekdaysParseExact : true,\n longDateFormat : {\n LT : 'HH:mm',\n LTS : 'HH:mm:ss',\n L : 'DD-MM-YYYY',\n LL : 'D MMMM YYYY',\n LLL : 'D MMMM YYYY HH:mm',\n LLLL : 'dddd D MMMM YYYY HH:mm'\n },\n calendar : {\n sameDay: '[vandaag om] LT',\n nextDay: '[morgen om] LT',\n nextWeek: 'dddd [om] LT',\n lastDay: '[gisteren om] LT',\n lastWeek: '[afgelopen] dddd [om] LT',\n sameElse: 'L'\n },\n relativeTime : {\n future : 'over %s',\n past : '%s geleden',\n s : 'een paar seconden',\n ss : '%d seconden',\n m : 'één minuut',\n mm : '%d minuten',\n h : 'één uur',\n hh : '%d uur',\n d : 'één dag',\n dd : '%d dagen',\n M : 'één maand',\n MM : '%d maanden',\n y : 'één jaar',\n yy : '%d jaar'\n },\n dayOfMonthOrdinalParse: /\\d{1,2}(ste|de)/,\n ordinal : function (number) {\n return number + ((number === 1 || number === 8 || number >= 20) ? 'ste' : 'de');\n },\n week : {\n dow : 1, // Monday is the first day of the week.\n doy : 4 // The week that contains Jan 4th is the first week of the year.\n }\n });\n\n return nl;\n\n})));\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n var monthsShortWithDots = 'jan._feb._mrt._apr._mei_jun._jul._aug._sep._okt._nov._dec.'.split('_'),\n monthsShortWithoutDots = 'jan_feb_mrt_apr_mei_jun_jul_aug_sep_okt_nov_dec'.split('_');\n\n var monthsParse = [/^jan/i, /^feb/i, /^maart|mrt.?$/i, /^apr/i, /^mei$/i, /^jun[i.]?$/i, /^jul[i.]?$/i, /^aug/i, /^sep/i, /^okt/i, /^nov/i, /^dec/i];\n var monthsRegex = /^(januari|februari|maart|april|mei|ju[nl]i|augustus|september|oktober|november|december|jan\\.?|feb\\.?|mrt\\.?|apr\\.?|ju[nl]\\.?|aug\\.?|sep\\.?|okt\\.?|nov\\.?|dec\\.?)/i;\n\n var nlBe = moment.defineLocale('nl-be', {\n months : 'januari_februari_maart_april_mei_juni_juli_augustus_september_oktober_november_december'.split('_'),\n monthsShort : function (m, format) {\n if (!m) {\n return monthsShortWithDots;\n } else if (/-MMM-/.test(format)) {\n return monthsShortWithoutDots[m.month()];\n } else {\n return monthsShortWithDots[m.month()];\n }\n },\n\n monthsRegex: monthsRegex,\n monthsShortRegex: monthsRegex,\n monthsStrictRegex: /^(januari|februari|maart|april|mei|ju[nl]i|augustus|september|oktober|november|december)/i,\n monthsShortStrictRegex: /^(jan\\.?|feb\\.?|mrt\\.?|apr\\.?|mei|ju[nl]\\.?|aug\\.?|sep\\.?|okt\\.?|nov\\.?|dec\\.?)/i,\n\n monthsParse : monthsParse,\n longMonthsParse : monthsParse,\n shortMonthsParse : monthsParse,\n\n weekdays : 'zondag_maandag_dinsdag_woensdag_donderdag_vrijdag_zaterdag'.split('_'),\n weekdaysShort : 'zo._ma._di._wo._do._vr._za.'.split('_'),\n weekdaysMin : 'zo_ma_di_wo_do_vr_za'.split('_'),\n weekdaysParseExact : true,\n longDateFormat : {\n LT : 'HH:mm',\n LTS : 'HH:mm:ss',\n L : 'DD/MM/YYYY',\n LL : 'D MMMM YYYY',\n LLL : 'D MMMM YYYY HH:mm',\n LLLL : 'dddd D MMMM YYYY HH:mm'\n },\n calendar : {\n sameDay: '[vandaag om] LT',\n nextDay: '[morgen om] LT',\n nextWeek: 'dddd [om] LT',\n lastDay: '[gisteren om] LT',\n lastWeek: '[afgelopen] dddd [om] LT',\n sameElse: 'L'\n },\n relativeTime : {\n future : 'over %s',\n past : '%s geleden',\n s : 'een paar seconden',\n ss : '%d seconden',\n m : 'één minuut',\n mm : '%d minuten',\n h : 'één uur',\n hh : '%d uur',\n d : 'één dag',\n dd : '%d dagen',\n M : 'één maand',\n MM : '%d maanden',\n y : 'één jaar',\n yy : '%d jaar'\n },\n dayOfMonthOrdinalParse: /\\d{1,2}(ste|de)/,\n ordinal : function (number) {\n return number + ((number === 1 || number === 8 || number >= 20) ? 'ste' : 'de');\n },\n week : {\n dow : 1, // Monday is the first day of the week.\n doy : 4 // The week that contains Jan 4th is the first week of the year.\n }\n });\n\n return nlBe;\n\n})));\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n var nn = moment.defineLocale('nn', {\n months : 'januar_februar_mars_april_mai_juni_juli_august_september_oktober_november_desember'.split('_'),\n monthsShort : 'jan_feb_mar_apr_mai_jun_jul_aug_sep_okt_nov_des'.split('_'),\n weekdays : 'sundag_måndag_tysdag_onsdag_torsdag_fredag_laurdag'.split('_'),\n weekdaysShort : 'sun_mån_tys_ons_tor_fre_lau'.split('_'),\n weekdaysMin : 'su_må_ty_on_to_fr_lø'.split('_'),\n longDateFormat : {\n LT : 'HH:mm',\n LTS : 'HH:mm:ss',\n L : 'DD.MM.YYYY',\n LL : 'D. MMMM YYYY',\n LLL : 'D. MMMM YYYY [kl.] H:mm',\n LLLL : 'dddd D. MMMM YYYY [kl.] HH:mm'\n },\n calendar : {\n sameDay: '[I dag klokka] LT',\n nextDay: '[I morgon klokka] LT',\n nextWeek: 'dddd [klokka] LT',\n lastDay: '[I går klokka] LT',\n lastWeek: '[Føregåande] dddd [klokka] LT',\n sameElse: 'L'\n },\n relativeTime : {\n future : 'om %s',\n past : '%s sidan',\n s : 'nokre sekund',\n ss : '%d sekund',\n m : 'eit minutt',\n mm : '%d minutt',\n h : 'ein time',\n hh : '%d timar',\n d : 'ein dag',\n dd : '%d dagar',\n M : 'ein månad',\n MM : '%d månader',\n y : 'eit år',\n yy : '%d år'\n },\n dayOfMonthOrdinalParse: /\\d{1,2}\\./,\n ordinal : '%d.',\n week : {\n dow : 1, // Monday is the first day of the week.\n doy : 4 // The week that contains Jan 4th is the first week of the year.\n }\n });\n\n return nn;\n\n})));\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n var symbolMap = {\n '1': '੧',\n '2': '੨',\n '3': '੩',\n '4': '੪',\n '5': '੫',\n '6': '੬',\n '7': '੭',\n '8': '੮',\n '9': '੯',\n '0': '੦'\n },\n numberMap = {\n '੧': '1',\n '੨': '2',\n '੩': '3',\n '੪': '4',\n '੫': '5',\n '੬': '6',\n '੭': '7',\n '੮': '8',\n '੯': '9',\n '੦': '0'\n };\n\n var paIn = moment.defineLocale('pa-in', {\n // There are months name as per Nanakshahi Calendar but they are not used as rigidly in modern Punjabi.\n months : 'ਜਨਵਰੀ_ਫ਼ਰਵਰੀ_ਮਾਰਚ_ਅਪ੍ਰੈਲ_ਮਈ_ਜੂਨ_ਜੁਲਾਈ_ਅਗਸਤ_ਸਤੰਬਰ_ਅਕਤੂਬਰ_ਨਵੰਬਰ_ਦਸੰਬਰ'.split('_'),\n monthsShort : 'ਜਨਵਰੀ_ਫ਼ਰਵਰੀ_ਮਾਰਚ_ਅਪ੍ਰੈਲ_ਮਈ_ਜੂਨ_ਜੁਲਾਈ_ਅਗਸਤ_ਸਤੰਬਰ_ਅਕਤੂਬਰ_ਨਵੰਬਰ_ਦਸੰਬਰ'.split('_'),\n weekdays : 'ਐਤਵਾਰ_ਸੋਮਵਾਰ_ਮੰਗਲਵਾਰ_ਬੁਧਵਾਰ_ਵੀਰਵਾਰ_ਸ਼ੁੱਕਰਵਾਰ_ਸ਼ਨੀਚਰਵਾਰ'.split('_'),\n weekdaysShort : 'ਐਤ_ਸੋਮ_ਮੰਗਲ_ਬੁਧ_ਵੀਰ_ਸ਼ੁਕਰ_ਸ਼ਨੀ'.split('_'),\n weekdaysMin : 'ਐਤ_ਸੋਮ_ਮੰਗਲ_ਬੁਧ_ਵੀਰ_ਸ਼ੁਕਰ_ਸ਼ਨੀ'.split('_'),\n longDateFormat : {\n LT : 'A h:mm ਵਜੇ',\n LTS : 'A h:mm:ss ਵਜੇ',\n L : 'DD/MM/YYYY',\n LL : 'D MMMM YYYY',\n LLL : 'D MMMM YYYY, A h:mm ਵਜੇ',\n LLLL : 'dddd, D MMMM YYYY, A h:mm ਵਜੇ'\n },\n calendar : {\n sameDay : '[ਅਜ] LT',\n nextDay : '[ਕਲ] LT',\n nextWeek : '[ਅਗਲਾ] dddd, LT',\n lastDay : '[ਕਲ] LT',\n lastWeek : '[ਪਿਛਲੇ] dddd, LT',\n sameElse : 'L'\n },\n relativeTime : {\n future : '%s ਵਿੱਚ',\n past : '%s ਪਿਛਲੇ',\n s : 'ਕੁਝ ਸਕਿੰਟ',\n ss : '%d ਸਕਿੰਟ',\n m : 'ਇਕ ਮਿੰਟ',\n mm : '%d ਮਿੰਟ',\n h : 'ਇੱਕ ਘੰਟਾ',\n hh : '%d ਘੰਟੇ',\n d : 'ਇੱਕ ਦਿਨ',\n dd : '%d ਦਿਨ',\n M : 'ਇੱਕ ਮਹੀਨਾ',\n MM : '%d ਮਹੀਨੇ',\n y : 'ਇੱਕ ਸਾਲ',\n yy : '%d ਸਾਲ'\n },\n preparse: function (string) {\n return string.replace(/[੧੨੩੪੫੬੭੮੯੦]/g, function (match) {\n return numberMap[match];\n });\n },\n postformat: function (string) {\n return string.replace(/\\d/g, function (match) {\n return symbolMap[match];\n });\n },\n // Punjabi notation for meridiems are quite fuzzy in practice. While there exists\n // a rigid notion of a 'Pahar' it is not used as rigidly in modern Punjabi.\n meridiemParse: /ਰਾਤ|ਸਵੇਰ|ਦੁਪਹਿਰ|ਸ਼ਾਮ/,\n meridiemHour : function (hour, meridiem) {\n if (hour === 12) {\n hour = 0;\n }\n if (meridiem === 'ਰਾਤ') {\n return hour < 4 ? hour : hour + 12;\n } else if (meridiem === 'ਸਵੇਰ') {\n return hour;\n } else if (meridiem === 'ਦੁਪਹਿਰ') {\n return hour >= 10 ? hour : hour + 12;\n } else if (meridiem === 'ਸ਼ਾਮ') {\n return hour + 12;\n }\n },\n meridiem : function (hour, minute, isLower) {\n if (hour < 4) {\n return 'ਰਾਤ';\n } else if (hour < 10) {\n return 'ਸਵੇਰ';\n } else if (hour < 17) {\n return 'ਦੁਪਹਿਰ';\n } else if (hour < 20) {\n return 'ਸ਼ਾਮ';\n } else {\n return 'ਰਾਤ';\n }\n },\n week : {\n dow : 0, // Sunday is the first day of the week.\n doy : 6 // The week that contains Jan 6th is the first week of the year.\n }\n });\n\n return paIn;\n\n})));\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n var monthsNominative = 'styczeń_luty_marzec_kwiecień_maj_czerwiec_lipiec_sierpień_wrzesień_październik_listopad_grudzień'.split('_'),\n monthsSubjective = 'stycznia_lutego_marca_kwietnia_maja_czerwca_lipca_sierpnia_września_października_listopada_grudnia'.split('_');\n function plural(n) {\n return (n % 10 < 5) && (n % 10 > 1) && ((~~(n / 10) % 10) !== 1);\n }\n function translate(number, withoutSuffix, key) {\n var result = number + ' ';\n switch (key) {\n case 'ss':\n return result + (plural(number) ? 'sekundy' : 'sekund');\n case 'm':\n return withoutSuffix ? 'minuta' : 'minutę';\n case 'mm':\n return result + (plural(number) ? 'minuty' : 'minut');\n case 'h':\n return withoutSuffix ? 'godzina' : 'godzinę';\n case 'hh':\n return result + (plural(number) ? 'godziny' : 'godzin');\n case 'MM':\n return result + (plural(number) ? 'miesiące' : 'miesięcy');\n case 'yy':\n return result + (plural(number) ? 'lata' : 'lat');\n }\n }\n\n var pl = moment.defineLocale('pl', {\n months : function (momentToFormat, format) {\n if (!momentToFormat) {\n return monthsNominative;\n } else if (format === '') {\n // Hack: if format empty we know this is used to generate\n // RegExp by moment. Give then back both valid forms of months\n // in RegExp ready format.\n return '(' + monthsSubjective[momentToFormat.month()] + '|' + monthsNominative[momentToFormat.month()] + ')';\n } else if (/D MMMM/.test(format)) {\n return monthsSubjective[momentToFormat.month()];\n } else {\n return monthsNominative[momentToFormat.month()];\n }\n },\n monthsShort : 'sty_lut_mar_kwi_maj_cze_lip_sie_wrz_paź_lis_gru'.split('_'),\n weekdays : 'niedziela_poniedziałek_wtorek_środa_czwartek_piątek_sobota'.split('_'),\n weekdaysShort : 'ndz_pon_wt_śr_czw_pt_sob'.split('_'),\n weekdaysMin : 'Nd_Pn_Wt_Śr_Cz_Pt_So'.split('_'),\n longDateFormat : {\n LT : 'HH:mm',\n LTS : 'HH:mm:ss',\n L : 'DD.MM.YYYY',\n LL : 'D MMMM YYYY',\n LLL : 'D MMMM YYYY HH:mm',\n LLLL : 'dddd, D MMMM YYYY HH:mm'\n },\n calendar : {\n sameDay: '[Dziś o] LT',\n nextDay: '[Jutro o] LT',\n nextWeek: function () {\n switch (this.day()) {\n case 0:\n return '[W niedzielę o] LT';\n\n case 2:\n return '[We wtorek o] LT';\n\n case 3:\n return '[W środę o] LT';\n\n case 6:\n return '[W sobotę o] LT';\n\n default:\n return '[W] dddd [o] LT';\n }\n },\n lastDay: '[Wczoraj o] LT',\n lastWeek: function () {\n switch (this.day()) {\n case 0:\n return '[W zeszłą niedzielę o] LT';\n case 3:\n return '[W zeszłą środę o] LT';\n case 6:\n return '[W zeszłą sobotę o] LT';\n default:\n return '[W zeszły] dddd [o] LT';\n }\n },\n sameElse: 'L'\n },\n relativeTime : {\n future : 'za %s',\n past : '%s temu',\n s : 'kilka sekund',\n ss : translate,\n m : translate,\n mm : translate,\n h : translate,\n hh : translate,\n d : '1 dzień',\n dd : '%d dni',\n M : 'miesiąc',\n MM : translate,\n y : 'rok',\n yy : translate\n },\n dayOfMonthOrdinalParse: /\\d{1,2}\\./,\n ordinal : '%d.',\n week : {\n dow : 1, // Monday is the first day of the week.\n doy : 4 // The week that contains Jan 4th is the first week of the year.\n }\n });\n\n return pl;\n\n})));\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n var pt = moment.defineLocale('pt', {\n months : 'Janeiro_Fevereiro_Março_Abril_Maio_Junho_Julho_Agosto_Setembro_Outubro_Novembro_Dezembro'.split('_'),\n monthsShort : 'Jan_Fev_Mar_Abr_Mai_Jun_Jul_Ago_Set_Out_Nov_Dez'.split('_'),\n weekdays : 'Domingo_Segunda-feira_Terça-feira_Quarta-feira_Quinta-feira_Sexta-feira_Sábado'.split('_'),\n weekdaysShort : 'Dom_Seg_Ter_Qua_Qui_Sex_Sáb'.split('_'),\n weekdaysMin : 'Do_2ª_3ª_4ª_5ª_6ª_Sá'.split('_'),\n weekdaysParseExact : true,\n longDateFormat : {\n LT : 'HH:mm',\n LTS : 'HH:mm:ss',\n L : 'DD/MM/YYYY',\n LL : 'D [de] MMMM [de] YYYY',\n LLL : 'D [de] MMMM [de] YYYY HH:mm',\n LLLL : 'dddd, D [de] MMMM [de] YYYY HH:mm'\n },\n calendar : {\n sameDay: '[Hoje às] LT',\n nextDay: '[Amanhã às] LT',\n nextWeek: 'dddd [às] LT',\n lastDay: '[Ontem às] LT',\n lastWeek: function () {\n return (this.day() === 0 || this.day() === 6) ?\n '[Último] dddd [às] LT' : // Saturday + Sunday\n '[Última] dddd [às] LT'; // Monday - Friday\n },\n sameElse: 'L'\n },\n relativeTime : {\n future : 'em %s',\n past : 'há %s',\n s : 'segundos',\n ss : '%d segundos',\n m : 'um minuto',\n mm : '%d minutos',\n h : 'uma hora',\n hh : '%d horas',\n d : 'um dia',\n dd : '%d dias',\n M : 'um mês',\n MM : '%d meses',\n y : 'um ano',\n yy : '%d anos'\n },\n dayOfMonthOrdinalParse: /\\d{1,2}º/,\n ordinal : '%dº',\n week : {\n dow : 1, // Monday is the first day of the week.\n doy : 4 // The week that contains Jan 4th is the first week of the year.\n }\n });\n\n return pt;\n\n})));\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n var ptBr = moment.defineLocale('pt-br', {\n months : 'Janeiro_Fevereiro_Março_Abril_Maio_Junho_Julho_Agosto_Setembro_Outubro_Novembro_Dezembro'.split('_'),\n monthsShort : 'Jan_Fev_Mar_Abr_Mai_Jun_Jul_Ago_Set_Out_Nov_Dez'.split('_'),\n weekdays : 'Domingo_Segunda-feira_Terça-feira_Quarta-feira_Quinta-feira_Sexta-feira_Sábado'.split('_'),\n weekdaysShort : 'Dom_Seg_Ter_Qua_Qui_Sex_Sáb'.split('_'),\n weekdaysMin : 'Do_2ª_3ª_4ª_5ª_6ª_Sá'.split('_'),\n weekdaysParseExact : true,\n longDateFormat : {\n LT : 'HH:mm',\n LTS : 'HH:mm:ss',\n L : 'DD/MM/YYYY',\n LL : 'D [de] MMMM [de] YYYY',\n LLL : 'D [de] MMMM [de] YYYY [às] HH:mm',\n LLLL : 'dddd, D [de] MMMM [de] YYYY [às] HH:mm'\n },\n calendar : {\n sameDay: '[Hoje às] LT',\n nextDay: '[Amanhã às] LT',\n nextWeek: 'dddd [às] LT',\n lastDay: '[Ontem às] LT',\n lastWeek: function () {\n return (this.day() === 0 || this.day() === 6) ?\n '[Último] dddd [às] LT' : // Saturday + Sunday\n '[Última] dddd [às] LT'; // Monday - Friday\n },\n sameElse: 'L'\n },\n relativeTime : {\n future : 'em %s',\n past : 'há %s',\n s : 'poucos segundos',\n ss : '%d segundos',\n m : 'um minuto',\n mm : '%d minutos',\n h : 'uma hora',\n hh : '%d horas',\n d : 'um dia',\n dd : '%d dias',\n M : 'um mês',\n MM : '%d meses',\n y : 'um ano',\n yy : '%d anos'\n },\n dayOfMonthOrdinalParse: /\\d{1,2}º/,\n ordinal : '%dº'\n });\n\n return ptBr;\n\n})));\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n function relativeTimeWithPlural(number, withoutSuffix, key) {\n var format = {\n 'ss': 'secunde',\n 'mm': 'minute',\n 'hh': 'ore',\n 'dd': 'zile',\n 'MM': 'luni',\n 'yy': 'ani'\n },\n separator = ' ';\n if (number % 100 >= 20 || (number >= 100 && number % 100 === 0)) {\n separator = ' de ';\n }\n return number + separator + format[key];\n }\n\n var ro = moment.defineLocale('ro', {\n months : 'ianuarie_februarie_martie_aprilie_mai_iunie_iulie_august_septembrie_octombrie_noiembrie_decembrie'.split('_'),\n monthsShort : 'ian._febr._mart._apr._mai_iun._iul._aug._sept._oct._nov._dec.'.split('_'),\n monthsParseExact: true,\n weekdays : 'duminică_luni_marți_miercuri_joi_vineri_sâmbătă'.split('_'),\n weekdaysShort : 'Dum_Lun_Mar_Mie_Joi_Vin_Sâm'.split('_'),\n weekdaysMin : 'Du_Lu_Ma_Mi_Jo_Vi_Sâ'.split('_'),\n longDateFormat : {\n LT : 'H:mm',\n LTS : 'H:mm:ss',\n L : 'DD.MM.YYYY',\n LL : 'D MMMM YYYY',\n LLL : 'D MMMM YYYY H:mm',\n LLLL : 'dddd, D MMMM YYYY H:mm'\n },\n calendar : {\n sameDay: '[azi la] LT',\n nextDay: '[mâine la] LT',\n nextWeek: 'dddd [la] LT',\n lastDay: '[ieri la] LT',\n lastWeek: '[fosta] dddd [la] LT',\n sameElse: 'L'\n },\n relativeTime : {\n future : 'peste %s',\n past : '%s în urmă',\n s : 'câteva secunde',\n ss : relativeTimeWithPlural,\n m : 'un minut',\n mm : relativeTimeWithPlural,\n h : 'o oră',\n hh : relativeTimeWithPlural,\n d : 'o zi',\n dd : relativeTimeWithPlural,\n M : 'o lună',\n MM : relativeTimeWithPlural,\n y : 'un an',\n yy : relativeTimeWithPlural\n },\n week : {\n dow : 1, // Monday is the first day of the week.\n doy : 7 // The week that contains Jan 7th is the first week of the year.\n }\n });\n\n return ro;\n\n})));\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n function plural(word, num) {\n var forms = word.split('_');\n return num % 10 === 1 && num % 100 !== 11 ? forms[0] : (num % 10 >= 2 && num % 10 <= 4 && (num % 100 < 10 || num % 100 >= 20) ? forms[1] : forms[2]);\n }\n function relativeTimeWithPlural(number, withoutSuffix, key) {\n var format = {\n 'ss': withoutSuffix ? 'секунда_секунды_секунд' : 'секунду_секунды_секунд',\n 'mm': withoutSuffix ? 'минута_минуты_минут' : 'минуту_минуты_минут',\n 'hh': 'час_часа_часов',\n 'dd': 'день_дня_дней',\n 'MM': 'месяц_месяца_месяцев',\n 'yy': 'год_года_лет'\n };\n if (key === 'm') {\n return withoutSuffix ? 'минута' : 'минуту';\n }\n else {\n return number + ' ' + plural(format[key], +number);\n }\n }\n var monthsParse = [/^янв/i, /^фев/i, /^мар/i, /^апр/i, /^ма[йя]/i, /^июн/i, /^июл/i, /^авг/i, /^сен/i, /^окт/i, /^ноя/i, /^дек/i];\n\n // http://new.gramota.ru/spravka/rules/139-prop : § 103\n // Сокращения месяцев: http://new.gramota.ru/spravka/buro/search-answer?s=242637\n // CLDR data: http://www.unicode.org/cldr/charts/28/summary/ru.html#1753\n var ru = moment.defineLocale('ru', {\n months : {\n format: 'января_февраля_марта_апреля_мая_июня_июля_августа_сентября_октября_ноября_декабря'.split('_'),\n standalone: 'январь_февраль_март_апрель_май_июнь_июль_август_сентябрь_октябрь_ноябрь_декабрь'.split('_')\n },\n monthsShort : {\n // по CLDR именно \"июл.\" и \"июн.\", но какой смысл менять букву на точку ?\n format: 'янв._февр._мар._апр._мая_июня_июля_авг._сент._окт._нояб._дек.'.split('_'),\n standalone: 'янв._февр._март_апр._май_июнь_июль_авг._сент._окт._нояб._дек.'.split('_')\n },\n weekdays : {\n standalone: 'воскресенье_понедельник_вторник_среда_четверг_пятница_суббота'.split('_'),\n format: 'воскресенье_понедельник_вторник_среду_четверг_пятницу_субботу'.split('_'),\n isFormat: /\\[ ?[Вв] ?(?:прошлую|следующую|эту)? ?\\] ?dddd/\n },\n weekdaysShort : 'вс_пн_вт_ср_чт_пт_сб'.split('_'),\n weekdaysMin : 'вс_пн_вт_ср_чт_пт_сб'.split('_'),\n monthsParse : monthsParse,\n longMonthsParse : monthsParse,\n shortMonthsParse : monthsParse,\n\n // полные названия с падежами, по три буквы, для некоторых, по 4 буквы, сокращения с точкой и без точки\n monthsRegex: /^(январ[ья]|янв\\.?|феврал[ья]|февр?\\.?|марта?|мар\\.?|апрел[ья]|апр\\.?|ма[йя]|июн[ья]|июн\\.?|июл[ья]|июл\\.?|августа?|авг\\.?|сентябр[ья]|сент?\\.?|октябр[ья]|окт\\.?|ноябр[ья]|нояб?\\.?|декабр[ья]|дек\\.?)/i,\n\n // копия предыдущего\n monthsShortRegex: /^(январ[ья]|янв\\.?|феврал[ья]|февр?\\.?|марта?|мар\\.?|апрел[ья]|апр\\.?|ма[йя]|июн[ья]|июн\\.?|июл[ья]|июл\\.?|августа?|авг\\.?|сентябр[ья]|сент?\\.?|октябр[ья]|окт\\.?|ноябр[ья]|нояб?\\.?|декабр[ья]|дек\\.?)/i,\n\n // полные названия с падежами\n monthsStrictRegex: /^(январ[яь]|феврал[яь]|марта?|апрел[яь]|ма[яй]|июн[яь]|июл[яь]|августа?|сентябр[яь]|октябр[яь]|ноябр[яь]|декабр[яь])/i,\n\n // Выражение, которое соотвествует только сокращённым формам\n monthsShortStrictRegex: /^(янв\\.|февр?\\.|мар[т.]|апр\\.|ма[яй]|июн[ья.]|июл[ья.]|авг\\.|сент?\\.|окт\\.|нояб?\\.|дек\\.)/i,\n longDateFormat : {\n LT : 'H:mm',\n LTS : 'H:mm:ss',\n L : 'DD.MM.YYYY',\n LL : 'D MMMM YYYY г.',\n LLL : 'D MMMM YYYY г., H:mm',\n LLLL : 'dddd, D MMMM YYYY г., H:mm'\n },\n calendar : {\n sameDay: '[Сегодня, в] LT',\n nextDay: '[Завтра, в] LT',\n lastDay: '[Вчера, в] LT',\n nextWeek: function (now) {\n if (now.week() !== this.week()) {\n switch (this.day()) {\n case 0:\n return '[В следующее] dddd, [в] LT';\n case 1:\n case 2:\n case 4:\n return '[В следующий] dddd, [в] LT';\n case 3:\n case 5:\n case 6:\n return '[В следующую] dddd, [в] LT';\n }\n } else {\n if (this.day() === 2) {\n return '[Во] dddd, [в] LT';\n } else {\n return '[В] dddd, [в] LT';\n }\n }\n },\n lastWeek: function (now) {\n if (now.week() !== this.week()) {\n switch (this.day()) {\n case 0:\n return '[В прошлое] dddd, [в] LT';\n case 1:\n case 2:\n case 4:\n return '[В прошлый] dddd, [в] LT';\n case 3:\n case 5:\n case 6:\n return '[В прошлую] dddd, [в] LT';\n }\n } else {\n if (this.day() === 2) {\n return '[Во] dddd, [в] LT';\n } else {\n return '[В] dddd, [в] LT';\n }\n }\n },\n sameElse: 'L'\n },\n relativeTime : {\n future : 'через %s',\n past : '%s назад',\n s : 'несколько секунд',\n ss : relativeTimeWithPlural,\n m : relativeTimeWithPlural,\n mm : relativeTimeWithPlural,\n h : 'час',\n hh : relativeTimeWithPlural,\n d : 'день',\n dd : relativeTimeWithPlural,\n M : 'месяц',\n MM : relativeTimeWithPlural,\n y : 'год',\n yy : relativeTimeWithPlural\n },\n meridiemParse: /ночи|утра|дня|вечера/i,\n isPM : function (input) {\n return /^(дня|вечера)$/.test(input);\n },\n meridiem : function (hour, minute, isLower) {\n if (hour < 4) {\n return 'ночи';\n } else if (hour < 12) {\n return 'утра';\n } else if (hour < 17) {\n return 'дня';\n } else {\n return 'вечера';\n }\n },\n dayOfMonthOrdinalParse: /\\d{1,2}-(й|го|я)/,\n ordinal: function (number, period) {\n switch (period) {\n case 'M':\n case 'd':\n case 'DDD':\n return number + '-й';\n case 'D':\n return number + '-го';\n case 'w':\n case 'W':\n return number + '-я';\n default:\n return number;\n }\n },\n week : {\n dow : 1, // Monday is the first day of the week.\n doy : 4 // The week that contains Jan 4th is the first week of the year.\n }\n });\n\n return ru;\n\n})));\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n var months = [\n 'جنوري',\n 'فيبروري',\n 'مارچ',\n 'اپريل',\n 'مئي',\n 'جون',\n 'جولاءِ',\n 'آگسٽ',\n 'سيپٽمبر',\n 'آڪٽوبر',\n 'نومبر',\n 'ڊسمبر'\n ];\n var days = [\n 'آچر',\n 'سومر',\n 'اڱارو',\n 'اربع',\n 'خميس',\n 'جمع',\n 'ڇنڇر'\n ];\n\n var sd = moment.defineLocale('sd', {\n months : months,\n monthsShort : months,\n weekdays : days,\n weekdaysShort : days,\n weekdaysMin : days,\n longDateFormat : {\n LT : 'HH:mm',\n LTS : 'HH:mm:ss',\n L : 'DD/MM/YYYY',\n LL : 'D MMMM YYYY',\n LLL : 'D MMMM YYYY HH:mm',\n LLLL : 'dddd، D MMMM YYYY HH:mm'\n },\n meridiemParse: /صبح|شام/,\n isPM : function (input) {\n return 'شام' === input;\n },\n meridiem : function (hour, minute, isLower) {\n if (hour < 12) {\n return 'صبح';\n }\n return 'شام';\n },\n calendar : {\n sameDay : '[اڄ] LT',\n nextDay : '[سڀاڻي] LT',\n nextWeek : 'dddd [اڳين هفتي تي] LT',\n lastDay : '[ڪالهه] LT',\n lastWeek : '[گزريل هفتي] dddd [تي] LT',\n sameElse : 'L'\n },\n relativeTime : {\n future : '%s پوء',\n past : '%s اڳ',\n s : 'چند سيڪنڊ',\n ss : '%d سيڪنڊ',\n m : 'هڪ منٽ',\n mm : '%d منٽ',\n h : 'هڪ ڪلاڪ',\n hh : '%d ڪلاڪ',\n d : 'هڪ ڏينهن',\n dd : '%d ڏينهن',\n M : 'هڪ مهينو',\n MM : '%d مهينا',\n y : 'هڪ سال',\n yy : '%d سال'\n },\n preparse: function (string) {\n return string.replace(/،/g, ',');\n },\n postformat: function (string) {\n return string.replace(/,/g, '،');\n },\n week : {\n dow : 1, // Monday is the first day of the week.\n doy : 4 // The week that contains Jan 4th is the first week of the year.\n }\n });\n\n return sd;\n\n})));\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n var se = moment.defineLocale('se', {\n months : 'ođđajagemánnu_guovvamánnu_njukčamánnu_cuoŋománnu_miessemánnu_geassemánnu_suoidnemánnu_borgemánnu_čakčamánnu_golggotmánnu_skábmamánnu_juovlamánnu'.split('_'),\n monthsShort : 'ođđj_guov_njuk_cuo_mies_geas_suoi_borg_čakč_golg_skáb_juov'.split('_'),\n weekdays : 'sotnabeaivi_vuossárga_maŋŋebárga_gaskavahkku_duorastat_bearjadat_lávvardat'.split('_'),\n weekdaysShort : 'sotn_vuos_maŋ_gask_duor_bear_láv'.split('_'),\n weekdaysMin : 's_v_m_g_d_b_L'.split('_'),\n longDateFormat : {\n LT : 'HH:mm',\n LTS : 'HH:mm:ss',\n L : 'DD.MM.YYYY',\n LL : 'MMMM D. [b.] YYYY',\n LLL : 'MMMM D. [b.] YYYY [ti.] HH:mm',\n LLLL : 'dddd, MMMM D. [b.] YYYY [ti.] HH:mm'\n },\n calendar : {\n sameDay: '[otne ti] LT',\n nextDay: '[ihttin ti] LT',\n nextWeek: 'dddd [ti] LT',\n lastDay: '[ikte ti] LT',\n lastWeek: '[ovddit] dddd [ti] LT',\n sameElse: 'L'\n },\n relativeTime : {\n future : '%s geažes',\n past : 'maŋit %s',\n s : 'moadde sekunddat',\n ss: '%d sekunddat',\n m : 'okta minuhta',\n mm : '%d minuhtat',\n h : 'okta diimmu',\n hh : '%d diimmut',\n d : 'okta beaivi',\n dd : '%d beaivvit',\n M : 'okta mánnu',\n MM : '%d mánut',\n y : 'okta jahki',\n yy : '%d jagit'\n },\n dayOfMonthOrdinalParse: /\\d{1,2}\\./,\n ordinal : '%d.',\n week : {\n dow : 1, // Monday is the first day of the week.\n doy : 4 // The week that contains Jan 4th is the first week of the year.\n }\n });\n\n return se;\n\n})));\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n /*jshint -W100*/\n var si = moment.defineLocale('si', {\n months : 'ජනවාරි_පෙබරවාරි_මාර්තු_අප්‍රේල්_මැයි_ජූනි_ජූලි_අගෝස්තු_සැප්තැම්බර්_ඔක්තෝබර්_නොවැම්බර්_දෙසැම්බර්'.split('_'),\n monthsShort : 'ජන_පෙබ_මාර්_අප්_මැයි_ජූනි_ජූලි_අගෝ_සැප්_ඔක්_නොවැ_දෙසැ'.split('_'),\n weekdays : 'ඉරිදා_සඳුදා_අඟහරුවාදා_බදාදා_බ්‍රහස්පතින්දා_සිකුරාදා_සෙනසුරාදා'.split('_'),\n weekdaysShort : 'ඉරි_සඳු_අඟ_බදා_බ්‍රහ_සිකු_සෙන'.split('_'),\n weekdaysMin : 'ඉ_ස_අ_බ_බ්‍ර_සි_සෙ'.split('_'),\n weekdaysParseExact : true,\n longDateFormat : {\n LT : 'a h:mm',\n LTS : 'a h:mm:ss',\n L : 'YYYY/MM/DD',\n LL : 'YYYY MMMM D',\n LLL : 'YYYY MMMM D, a h:mm',\n LLLL : 'YYYY MMMM D [වැනි] dddd, a h:mm:ss'\n },\n calendar : {\n sameDay : '[අද] LT[ට]',\n nextDay : '[හෙට] LT[ට]',\n nextWeek : 'dddd LT[ට]',\n lastDay : '[ඊයේ] LT[ට]',\n lastWeek : '[පසුගිය] dddd LT[ට]',\n sameElse : 'L'\n },\n relativeTime : {\n future : '%sකින්',\n past : '%sකට පෙර',\n s : 'තත්පර කිහිපය',\n ss : 'තත්පර %d',\n m : 'මිනිත්තුව',\n mm : 'මිනිත්තු %d',\n h : 'පැය',\n hh : 'පැය %d',\n d : 'දිනය',\n dd : 'දින %d',\n M : 'මාසය',\n MM : 'මාස %d',\n y : 'වසර',\n yy : 'වසර %d'\n },\n dayOfMonthOrdinalParse: /\\d{1,2} වැනි/,\n ordinal : function (number) {\n return number + ' වැනි';\n },\n meridiemParse : /පෙර වරු|පස් වරු|පෙ.ව|ප.ව./,\n isPM : function (input) {\n return input === 'ප.ව.' || input === 'පස් වරු';\n },\n meridiem : function (hours, minutes, isLower) {\n if (hours > 11) {\n return isLower ? 'ප.ව.' : 'පස් වරු';\n } else {\n return isLower ? 'පෙ.ව.' : 'පෙර වරු';\n }\n }\n });\n\n return si;\n\n})));\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n var months = 'január_február_marec_apríl_máj_jún_júl_august_september_október_november_december'.split('_'),\n monthsShort = 'jan_feb_mar_apr_máj_jún_júl_aug_sep_okt_nov_dec'.split('_');\n function plural(n) {\n return (n > 1) && (n < 5);\n }\n function translate(number, withoutSuffix, key, isFuture) {\n var result = number + ' ';\n switch (key) {\n case 's': // a few seconds / in a few seconds / a few seconds ago\n return (withoutSuffix || isFuture) ? 'pár sekúnd' : 'pár sekundami';\n case 'ss': // 9 seconds / in 9 seconds / 9 seconds ago\n if (withoutSuffix || isFuture) {\n return result + (plural(number) ? 'sekundy' : 'sekúnd');\n } else {\n return result + 'sekundami';\n }\n break;\n case 'm': // a minute / in a minute / a minute ago\n return withoutSuffix ? 'minúta' : (isFuture ? 'minútu' : 'minútou');\n case 'mm': // 9 minutes / in 9 minutes / 9 minutes ago\n if (withoutSuffix || isFuture) {\n return result + (plural(number) ? 'minúty' : 'minút');\n } else {\n return result + 'minútami';\n }\n break;\n case 'h': // an hour / in an hour / an hour ago\n return withoutSuffix ? 'hodina' : (isFuture ? 'hodinu' : 'hodinou');\n case 'hh': // 9 hours / in 9 hours / 9 hours ago\n if (withoutSuffix || isFuture) {\n return result + (plural(number) ? 'hodiny' : 'hodín');\n } else {\n return result + 'hodinami';\n }\n break;\n case 'd': // a day / in a day / a day ago\n return (withoutSuffix || isFuture) ? 'deň' : 'dňom';\n case 'dd': // 9 days / in 9 days / 9 days ago\n if (withoutSuffix || isFuture) {\n return result + (plural(number) ? 'dni' : 'dní');\n } else {\n return result + 'dňami';\n }\n break;\n case 'M': // a month / in a month / a month ago\n return (withoutSuffix || isFuture) ? 'mesiac' : 'mesiacom';\n case 'MM': // 9 months / in 9 months / 9 months ago\n if (withoutSuffix || isFuture) {\n return result + (plural(number) ? 'mesiace' : 'mesiacov');\n } else {\n return result + 'mesiacmi';\n }\n break;\n case 'y': // a year / in a year / a year ago\n return (withoutSuffix || isFuture) ? 'rok' : 'rokom';\n case 'yy': // 9 years / in 9 years / 9 years ago\n if (withoutSuffix || isFuture) {\n return result + (plural(number) ? 'roky' : 'rokov');\n } else {\n return result + 'rokmi';\n }\n break;\n }\n }\n\n var sk = moment.defineLocale('sk', {\n months : months,\n monthsShort : monthsShort,\n weekdays : 'nedeľa_pondelok_utorok_streda_štvrtok_piatok_sobota'.split('_'),\n weekdaysShort : 'ne_po_ut_st_št_pi_so'.split('_'),\n weekdaysMin : 'ne_po_ut_st_št_pi_so'.split('_'),\n longDateFormat : {\n LT: 'H:mm',\n LTS : 'H:mm:ss',\n L : 'DD.MM.YYYY',\n LL : 'D. MMMM YYYY',\n LLL : 'D. MMMM YYYY H:mm',\n LLLL : 'dddd D. MMMM YYYY H:mm'\n },\n calendar : {\n sameDay: '[dnes o] LT',\n nextDay: '[zajtra o] LT',\n nextWeek: function () {\n switch (this.day()) {\n case 0:\n return '[v nedeľu o] LT';\n case 1:\n case 2:\n return '[v] dddd [o] LT';\n case 3:\n return '[v stredu o] LT';\n case 4:\n return '[vo štvrtok o] LT';\n case 5:\n return '[v piatok o] LT';\n case 6:\n return '[v sobotu o] LT';\n }\n },\n lastDay: '[včera o] LT',\n lastWeek: function () {\n switch (this.day()) {\n case 0:\n return '[minulú nedeľu o] LT';\n case 1:\n case 2:\n return '[minulý] dddd [o] LT';\n case 3:\n return '[minulú stredu o] LT';\n case 4:\n case 5:\n return '[minulý] dddd [o] LT';\n case 6:\n return '[minulú sobotu o] LT';\n }\n },\n sameElse: 'L'\n },\n relativeTime : {\n future : 'za %s',\n past : 'pred %s',\n s : translate,\n ss : translate,\n m : translate,\n mm : translate,\n h : translate,\n hh : translate,\n d : translate,\n dd : translate,\n M : translate,\n MM : translate,\n y : translate,\n yy : translate\n },\n dayOfMonthOrdinalParse: /\\d{1,2}\\./,\n ordinal : '%d.',\n week : {\n dow : 1, // Monday is the first day of the week.\n doy : 4 // The week that contains Jan 4th is the first week of the year.\n }\n });\n\n return sk;\n\n})));\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n function processRelativeTime(number, withoutSuffix, key, isFuture) {\n var result = number + ' ';\n switch (key) {\n case 's':\n return withoutSuffix || isFuture ? 'nekaj sekund' : 'nekaj sekundami';\n case 'ss':\n if (number === 1) {\n result += withoutSuffix ? 'sekundo' : 'sekundi';\n } else if (number === 2) {\n result += withoutSuffix || isFuture ? 'sekundi' : 'sekundah';\n } else if (number < 5) {\n result += withoutSuffix || isFuture ? 'sekunde' : 'sekundah';\n } else {\n result += 'sekund';\n }\n return result;\n case 'm':\n return withoutSuffix ? 'ena minuta' : 'eno minuto';\n case 'mm':\n if (number === 1) {\n result += withoutSuffix ? 'minuta' : 'minuto';\n } else if (number === 2) {\n result += withoutSuffix || isFuture ? 'minuti' : 'minutama';\n } else if (number < 5) {\n result += withoutSuffix || isFuture ? 'minute' : 'minutami';\n } else {\n result += withoutSuffix || isFuture ? 'minut' : 'minutami';\n }\n return result;\n case 'h':\n return withoutSuffix ? 'ena ura' : 'eno uro';\n case 'hh':\n if (number === 1) {\n result += withoutSuffix ? 'ura' : 'uro';\n } else if (number === 2) {\n result += withoutSuffix || isFuture ? 'uri' : 'urama';\n } else if (number < 5) {\n result += withoutSuffix || isFuture ? 'ure' : 'urami';\n } else {\n result += withoutSuffix || isFuture ? 'ur' : 'urami';\n }\n return result;\n case 'd':\n return withoutSuffix || isFuture ? 'en dan' : 'enim dnem';\n case 'dd':\n if (number === 1) {\n result += withoutSuffix || isFuture ? 'dan' : 'dnem';\n } else if (number === 2) {\n result += withoutSuffix || isFuture ? 'dni' : 'dnevoma';\n } else {\n result += withoutSuffix || isFuture ? 'dni' : 'dnevi';\n }\n return result;\n case 'M':\n return withoutSuffix || isFuture ? 'en mesec' : 'enim mesecem';\n case 'MM':\n if (number === 1) {\n result += withoutSuffix || isFuture ? 'mesec' : 'mesecem';\n } else if (number === 2) {\n result += withoutSuffix || isFuture ? 'meseca' : 'mesecema';\n } else if (number < 5) {\n result += withoutSuffix || isFuture ? 'mesece' : 'meseci';\n } else {\n result += withoutSuffix || isFuture ? 'mesecev' : 'meseci';\n }\n return result;\n case 'y':\n return withoutSuffix || isFuture ? 'eno leto' : 'enim letom';\n case 'yy':\n if (number === 1) {\n result += withoutSuffix || isFuture ? 'leto' : 'letom';\n } else if (number === 2) {\n result += withoutSuffix || isFuture ? 'leti' : 'letoma';\n } else if (number < 5) {\n result += withoutSuffix || isFuture ? 'leta' : 'leti';\n } else {\n result += withoutSuffix || isFuture ? 'let' : 'leti';\n }\n return result;\n }\n }\n\n var sl = moment.defineLocale('sl', {\n months : 'januar_februar_marec_april_maj_junij_julij_avgust_september_oktober_november_december'.split('_'),\n monthsShort : 'jan._feb._mar._apr._maj._jun._jul._avg._sep._okt._nov._dec.'.split('_'),\n monthsParseExact: true,\n weekdays : 'nedelja_ponedeljek_torek_sreda_četrtek_petek_sobota'.split('_'),\n weekdaysShort : 'ned._pon._tor._sre._čet._pet._sob.'.split('_'),\n weekdaysMin : 'ne_po_to_sr_če_pe_so'.split('_'),\n weekdaysParseExact : true,\n longDateFormat : {\n LT : 'H:mm',\n LTS : 'H:mm:ss',\n L : 'DD.MM.YYYY',\n LL : 'D. MMMM YYYY',\n LLL : 'D. MMMM YYYY H:mm',\n LLLL : 'dddd, D. MMMM YYYY H:mm'\n },\n calendar : {\n sameDay : '[danes ob] LT',\n nextDay : '[jutri ob] LT',\n\n nextWeek : function () {\n switch (this.day()) {\n case 0:\n return '[v] [nedeljo] [ob] LT';\n case 3:\n return '[v] [sredo] [ob] LT';\n case 6:\n return '[v] [soboto] [ob] LT';\n case 1:\n case 2:\n case 4:\n case 5:\n return '[v] dddd [ob] LT';\n }\n },\n lastDay : '[včeraj ob] LT',\n lastWeek : function () {\n switch (this.day()) {\n case 0:\n return '[prejšnjo] [nedeljo] [ob] LT';\n case 3:\n return '[prejšnjo] [sredo] [ob] LT';\n case 6:\n return '[prejšnjo] [soboto] [ob] LT';\n case 1:\n case 2:\n case 4:\n case 5:\n return '[prejšnji] dddd [ob] LT';\n }\n },\n sameElse : 'L'\n },\n relativeTime : {\n future : 'čez %s',\n past : 'pred %s',\n s : processRelativeTime,\n ss : processRelativeTime,\n m : processRelativeTime,\n mm : processRelativeTime,\n h : processRelativeTime,\n hh : processRelativeTime,\n d : processRelativeTime,\n dd : processRelativeTime,\n M : processRelativeTime,\n MM : processRelativeTime,\n y : processRelativeTime,\n yy : processRelativeTime\n },\n dayOfMonthOrdinalParse: /\\d{1,2}\\./,\n ordinal : '%d.',\n week : {\n dow : 1, // Monday is the first day of the week.\n doy : 7 // The week that contains Jan 7th is the first week of the year.\n }\n });\n\n return sl;\n\n})));\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n var sq = moment.defineLocale('sq', {\n months : 'Janar_Shkurt_Mars_Prill_Maj_Qershor_Korrik_Gusht_Shtator_Tetor_Nëntor_Dhjetor'.split('_'),\n monthsShort : 'Jan_Shk_Mar_Pri_Maj_Qer_Kor_Gus_Sht_Tet_Nën_Dhj'.split('_'),\n weekdays : 'E Diel_E Hënë_E Martë_E Mërkurë_E Enjte_E Premte_E Shtunë'.split('_'),\n weekdaysShort : 'Die_Hën_Mar_Mër_Enj_Pre_Sht'.split('_'),\n weekdaysMin : 'D_H_Ma_Më_E_P_Sh'.split('_'),\n weekdaysParseExact : true,\n meridiemParse: /PD|MD/,\n isPM: function (input) {\n return input.charAt(0) === 'M';\n },\n meridiem : function (hours, minutes, isLower) {\n return hours < 12 ? 'PD' : 'MD';\n },\n longDateFormat : {\n LT : 'HH:mm',\n LTS : 'HH:mm:ss',\n L : 'DD/MM/YYYY',\n LL : 'D MMMM YYYY',\n LLL : 'D MMMM YYYY HH:mm',\n LLLL : 'dddd, D MMMM YYYY HH:mm'\n },\n calendar : {\n sameDay : '[Sot në] LT',\n nextDay : '[Nesër në] LT',\n nextWeek : 'dddd [në] LT',\n lastDay : '[Dje në] LT',\n lastWeek : 'dddd [e kaluar në] LT',\n sameElse : 'L'\n },\n relativeTime : {\n future : 'në %s',\n past : '%s më parë',\n s : 'disa sekonda',\n ss : '%d sekonda',\n m : 'një minutë',\n mm : '%d minuta',\n h : 'një orë',\n hh : '%d orë',\n d : 'një ditë',\n dd : '%d ditë',\n M : 'një muaj',\n MM : '%d muaj',\n y : 'një vit',\n yy : '%d vite'\n },\n dayOfMonthOrdinalParse: /\\d{1,2}\\./,\n ordinal : '%d.',\n week : {\n dow : 1, // Monday is the first day of the week.\n doy : 4 // The week that contains Jan 4th is the first week of the year.\n }\n });\n\n return sq;\n\n})));\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n var translator = {\n words: { //Different grammatical cases\n ss: ['sekunda', 'sekunde', 'sekundi'],\n m: ['jedan minut', 'jedne minute'],\n mm: ['minut', 'minute', 'minuta'],\n h: ['jedan sat', 'jednog sata'],\n hh: ['sat', 'sata', 'sati'],\n dd: ['dan', 'dana', 'dana'],\n MM: ['mesec', 'meseca', 'meseci'],\n yy: ['godina', 'godine', 'godina']\n },\n correctGrammaticalCase: function (number, wordKey) {\n return number === 1 ? wordKey[0] : (number >= 2 && number <= 4 ? wordKey[1] : wordKey[2]);\n },\n translate: function (number, withoutSuffix, key) {\n var wordKey = translator.words[key];\n if (key.length === 1) {\n return withoutSuffix ? wordKey[0] : wordKey[1];\n } else {\n return number + ' ' + translator.correctGrammaticalCase(number, wordKey);\n }\n }\n };\n\n var sr = moment.defineLocale('sr', {\n months: 'januar_februar_mart_april_maj_jun_jul_avgust_septembar_oktobar_novembar_decembar'.split('_'),\n monthsShort: 'jan._feb._mar._apr._maj_jun_jul_avg._sep._okt._nov._dec.'.split('_'),\n monthsParseExact: true,\n weekdays: 'nedelja_ponedeljak_utorak_sreda_četvrtak_petak_subota'.split('_'),\n weekdaysShort: 'ned._pon._uto._sre._čet._pet._sub.'.split('_'),\n weekdaysMin: 'ne_po_ut_sr_če_pe_su'.split('_'),\n weekdaysParseExact : true,\n longDateFormat: {\n LT: 'H:mm',\n LTS : 'H:mm:ss',\n L: 'DD.MM.YYYY',\n LL: 'D. MMMM YYYY',\n LLL: 'D. MMMM YYYY H:mm',\n LLLL: 'dddd, D. MMMM YYYY H:mm'\n },\n calendar: {\n sameDay: '[danas u] LT',\n nextDay: '[sutra u] LT',\n nextWeek: function () {\n switch (this.day()) {\n case 0:\n return '[u] [nedelju] [u] LT';\n case 3:\n return '[u] [sredu] [u] LT';\n case 6:\n return '[u] [subotu] [u] LT';\n case 1:\n case 2:\n case 4:\n case 5:\n return '[u] dddd [u] LT';\n }\n },\n lastDay : '[juče u] LT',\n lastWeek : function () {\n var lastWeekDays = [\n '[prošle] [nedelje] [u] LT',\n '[prošlog] [ponedeljka] [u] LT',\n '[prošlog] [utorka] [u] LT',\n '[prošle] [srede] [u] LT',\n '[prošlog] [četvrtka] [u] LT',\n '[prošlog] [petka] [u] LT',\n '[prošle] [subote] [u] LT'\n ];\n return lastWeekDays[this.day()];\n },\n sameElse : 'L'\n },\n relativeTime : {\n future : 'za %s',\n past : 'pre %s',\n s : 'nekoliko sekundi',\n ss : translator.translate,\n m : translator.translate,\n mm : translator.translate,\n h : translator.translate,\n hh : translator.translate,\n d : 'dan',\n dd : translator.translate,\n M : 'mesec',\n MM : translator.translate,\n y : 'godinu',\n yy : translator.translate\n },\n dayOfMonthOrdinalParse: /\\d{1,2}\\./,\n ordinal : '%d.',\n week : {\n dow : 1, // Monday is the first day of the week.\n doy : 7 // The week that contains Jan 7th is the first week of the year.\n }\n });\n\n return sr;\n\n})));\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n var translator = {\n words: { //Different grammatical cases\n ss: ['секунда', 'секунде', 'секунди'],\n m: ['један минут', 'једне минуте'],\n mm: ['минут', 'минуте', 'минута'],\n h: ['један сат', 'једног сата'],\n hh: ['сат', 'сата', 'сати'],\n dd: ['дан', 'дана', 'дана'],\n MM: ['месец', 'месеца', 'месеци'],\n yy: ['година', 'године', 'година']\n },\n correctGrammaticalCase: function (number, wordKey) {\n return number === 1 ? wordKey[0] : (number >= 2 && number <= 4 ? wordKey[1] : wordKey[2]);\n },\n translate: function (number, withoutSuffix, key) {\n var wordKey = translator.words[key];\n if (key.length === 1) {\n return withoutSuffix ? wordKey[0] : wordKey[1];\n } else {\n return number + ' ' + translator.correctGrammaticalCase(number, wordKey);\n }\n }\n };\n\n var srCyrl = moment.defineLocale('sr-cyrl', {\n months: 'јануар_фебруар_март_април_мај_јун_јул_август_септембар_октобар_новембар_децембар'.split('_'),\n monthsShort: 'јан._феб._мар._апр._мај_јун_јул_авг._сеп._окт._нов._дец.'.split('_'),\n monthsParseExact: true,\n weekdays: 'недеља_понедељак_уторак_среда_четвртак_петак_субота'.split('_'),\n weekdaysShort: 'нед._пон._уто._сре._чет._пет._суб.'.split('_'),\n weekdaysMin: 'не_по_ут_ср_че_пе_су'.split('_'),\n weekdaysParseExact : true,\n longDateFormat: {\n LT: 'H:mm',\n LTS : 'H:mm:ss',\n L: 'DD.MM.YYYY',\n LL: 'D. MMMM YYYY',\n LLL: 'D. MMMM YYYY H:mm',\n LLLL: 'dddd, D. MMMM YYYY H:mm'\n },\n calendar: {\n sameDay: '[данас у] LT',\n nextDay: '[сутра у] LT',\n nextWeek: function () {\n switch (this.day()) {\n case 0:\n return '[у] [недељу] [у] LT';\n case 3:\n return '[у] [среду] [у] LT';\n case 6:\n return '[у] [суботу] [у] LT';\n case 1:\n case 2:\n case 4:\n case 5:\n return '[у] dddd [у] LT';\n }\n },\n lastDay : '[јуче у] LT',\n lastWeek : function () {\n var lastWeekDays = [\n '[прошле] [недеље] [у] LT',\n '[прошлог] [понедељка] [у] LT',\n '[прошлог] [уторка] [у] LT',\n '[прошле] [среде] [у] LT',\n '[прошлог] [четвртка] [у] LT',\n '[прошлог] [петка] [у] LT',\n '[прошле] [суботе] [у] LT'\n ];\n return lastWeekDays[this.day()];\n },\n sameElse : 'L'\n },\n relativeTime : {\n future : 'за %s',\n past : 'пре %s',\n s : 'неколико секунди',\n ss : translator.translate,\n m : translator.translate,\n mm : translator.translate,\n h : translator.translate,\n hh : translator.translate,\n d : 'дан',\n dd : translator.translate,\n M : 'месец',\n MM : translator.translate,\n y : 'годину',\n yy : translator.translate\n },\n dayOfMonthOrdinalParse: /\\d{1,2}\\./,\n ordinal : '%d.',\n week : {\n dow : 1, // Monday is the first day of the week.\n doy : 7 // The week that contains Jan 7th is the first week of the year.\n }\n });\n\n return srCyrl;\n\n})));\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n var ss = moment.defineLocale('ss', {\n months : \"Bhimbidvwane_Indlovana_Indlov'lenkhulu_Mabasa_Inkhwekhweti_Inhlaba_Kholwane_Ingci_Inyoni_Imphala_Lweti_Ingongoni\".split('_'),\n monthsShort : 'Bhi_Ina_Inu_Mab_Ink_Inh_Kho_Igc_Iny_Imp_Lwe_Igo'.split('_'),\n weekdays : 'Lisontfo_Umsombuluko_Lesibili_Lesitsatfu_Lesine_Lesihlanu_Umgcibelo'.split('_'),\n weekdaysShort : 'Lis_Umb_Lsb_Les_Lsi_Lsh_Umg'.split('_'),\n weekdaysMin : 'Li_Us_Lb_Lt_Ls_Lh_Ug'.split('_'),\n weekdaysParseExact : true,\n longDateFormat : {\n LT : 'h:mm A',\n LTS : 'h:mm:ss A',\n L : 'DD/MM/YYYY',\n LL : 'D MMMM YYYY',\n LLL : 'D MMMM YYYY h:mm A',\n LLLL : 'dddd, D MMMM YYYY h:mm A'\n },\n calendar : {\n sameDay : '[Namuhla nga] LT',\n nextDay : '[Kusasa nga] LT',\n nextWeek : 'dddd [nga] LT',\n lastDay : '[Itolo nga] LT',\n lastWeek : 'dddd [leliphelile] [nga] LT',\n sameElse : 'L'\n },\n relativeTime : {\n future : 'nga %s',\n past : 'wenteka nga %s',\n s : 'emizuzwana lomcane',\n ss : '%d mzuzwana',\n m : 'umzuzu',\n mm : '%d emizuzu',\n h : 'lihora',\n hh : '%d emahora',\n d : 'lilanga',\n dd : '%d emalanga',\n M : 'inyanga',\n MM : '%d tinyanga',\n y : 'umnyaka',\n yy : '%d iminyaka'\n },\n meridiemParse: /ekuseni|emini|entsambama|ebusuku/,\n meridiem : function (hours, minutes, isLower) {\n if (hours < 11) {\n return 'ekuseni';\n } else if (hours < 15) {\n return 'emini';\n } else if (hours < 19) {\n return 'entsambama';\n } else {\n return 'ebusuku';\n }\n },\n meridiemHour : function (hour, meridiem) {\n if (hour === 12) {\n hour = 0;\n }\n if (meridiem === 'ekuseni') {\n return hour;\n } else if (meridiem === 'emini') {\n return hour >= 11 ? hour : hour + 12;\n } else if (meridiem === 'entsambama' || meridiem === 'ebusuku') {\n if (hour === 0) {\n return 0;\n }\n return hour + 12;\n }\n },\n dayOfMonthOrdinalParse: /\\d{1,2}/,\n ordinal : '%d',\n week : {\n dow : 1, // Monday is the first day of the week.\n doy : 4 // The week that contains Jan 4th is the first week of the year.\n }\n });\n\n return ss;\n\n})));\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n var sv = moment.defineLocale('sv', {\n months : 'januari_februari_mars_april_maj_juni_juli_augusti_september_oktober_november_december'.split('_'),\n monthsShort : 'jan_feb_mar_apr_maj_jun_jul_aug_sep_okt_nov_dec'.split('_'),\n weekdays : 'söndag_måndag_tisdag_onsdag_torsdag_fredag_lördag'.split('_'),\n weekdaysShort : 'sön_mån_tis_ons_tor_fre_lör'.split('_'),\n weekdaysMin : 'sö_må_ti_on_to_fr_lö'.split('_'),\n longDateFormat : {\n LT : 'HH:mm',\n LTS : 'HH:mm:ss',\n L : 'YYYY-MM-DD',\n LL : 'D MMMM YYYY',\n LLL : 'D MMMM YYYY [kl.] HH:mm',\n LLLL : 'dddd D MMMM YYYY [kl.] HH:mm',\n lll : 'D MMM YYYY HH:mm',\n llll : 'ddd D MMM YYYY HH:mm'\n },\n calendar : {\n sameDay: '[Idag] LT',\n nextDay: '[Imorgon] LT',\n lastDay: '[Igår] LT',\n nextWeek: '[På] dddd LT',\n lastWeek: '[I] dddd[s] LT',\n sameElse: 'L'\n },\n relativeTime : {\n future : 'om %s',\n past : 'för %s sedan',\n s : 'några sekunder',\n ss : '%d sekunder',\n m : 'en minut',\n mm : '%d minuter',\n h : 'en timme',\n hh : '%d timmar',\n d : 'en dag',\n dd : '%d dagar',\n M : 'en månad',\n MM : '%d månader',\n y : 'ett år',\n yy : '%d år'\n },\n dayOfMonthOrdinalParse: /\\d{1,2}(e|a)/,\n ordinal : function (number) {\n var b = number % 10,\n output = (~~(number % 100 / 10) === 1) ? 'e' :\n (b === 1) ? 'a' :\n (b === 2) ? 'a' :\n (b === 3) ? 'e' : 'e';\n return number + output;\n },\n week : {\n dow : 1, // Monday is the first day of the week.\n doy : 4 // The week that contains Jan 4th is the first week of the year.\n }\n });\n\n return sv;\n\n})));\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n var sw = moment.defineLocale('sw', {\n months : 'Januari_Februari_Machi_Aprili_Mei_Juni_Julai_Agosti_Septemba_Oktoba_Novemba_Desemba'.split('_'),\n monthsShort : 'Jan_Feb_Mac_Apr_Mei_Jun_Jul_Ago_Sep_Okt_Nov_Des'.split('_'),\n weekdays : 'Jumapili_Jumatatu_Jumanne_Jumatano_Alhamisi_Ijumaa_Jumamosi'.split('_'),\n weekdaysShort : 'Jpl_Jtat_Jnne_Jtan_Alh_Ijm_Jmos'.split('_'),\n weekdaysMin : 'J2_J3_J4_J5_Al_Ij_J1'.split('_'),\n weekdaysParseExact : true,\n longDateFormat : {\n LT : 'HH:mm',\n LTS : 'HH:mm:ss',\n L : 'DD.MM.YYYY',\n LL : 'D MMMM YYYY',\n LLL : 'D MMMM YYYY HH:mm',\n LLLL : 'dddd, D MMMM YYYY HH:mm'\n },\n calendar : {\n sameDay : '[leo saa] LT',\n nextDay : '[kesho saa] LT',\n nextWeek : '[wiki ijayo] dddd [saat] LT',\n lastDay : '[jana] LT',\n lastWeek : '[wiki iliyopita] dddd [saat] LT',\n sameElse : 'L'\n },\n relativeTime : {\n future : '%s baadaye',\n past : 'tokea %s',\n s : 'hivi punde',\n ss : 'sekunde %d',\n m : 'dakika moja',\n mm : 'dakika %d',\n h : 'saa limoja',\n hh : 'masaa %d',\n d : 'siku moja',\n dd : 'masiku %d',\n M : 'mwezi mmoja',\n MM : 'miezi %d',\n y : 'mwaka mmoja',\n yy : 'miaka %d'\n },\n week : {\n dow : 1, // Monday is the first day of the week.\n doy : 7 // The week that contains Jan 7th is the first week of the year.\n }\n });\n\n return sw;\n\n})));\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n var symbolMap = {\n '1': '௧',\n '2': '௨',\n '3': '௩',\n '4': '௪',\n '5': '௫',\n '6': '௬',\n '7': '௭',\n '8': '௮',\n '9': '௯',\n '0': '௦'\n }, numberMap = {\n '௧': '1',\n '௨': '2',\n '௩': '3',\n '௪': '4',\n '௫': '5',\n '௬': '6',\n '௭': '7',\n '௮': '8',\n '௯': '9',\n '௦': '0'\n };\n\n var ta = moment.defineLocale('ta', {\n months : 'ஜனவரி_பிப்ரவரி_மார்ச்_ஏப்ரல்_மே_ஜூன்_ஜூலை_ஆகஸ்ட்_செப்டெம்பர்_அக்டோபர்_நவம்பர்_டிசம்பர்'.split('_'),\n monthsShort : 'ஜனவரி_பிப்ரவரி_மார்ச்_ஏப்ரல்_மே_ஜூன்_ஜூலை_ஆகஸ்ட்_செப்டெம்பர்_அக்டோபர்_நவம்பர்_டிசம்பர்'.split('_'),\n weekdays : 'ஞாயிற்றுக்கிழமை_திங்கட்கிழமை_செவ்வாய்கிழமை_புதன்கிழமை_வியாழக்கிழமை_வெள்ளிக்கிழமை_சனிக்கிழமை'.split('_'),\n weekdaysShort : 'ஞாயிறு_திங்கள்_செவ்வாய்_புதன்_வியாழன்_வெள்ளி_சனி'.split('_'),\n weekdaysMin : 'ஞா_தி_செ_பு_வி_வெ_ச'.split('_'),\n longDateFormat : {\n LT : 'HH:mm',\n LTS : 'HH:mm:ss',\n L : 'DD/MM/YYYY',\n LL : 'D MMMM YYYY',\n LLL : 'D MMMM YYYY, HH:mm',\n LLLL : 'dddd, D MMMM YYYY, HH:mm'\n },\n calendar : {\n sameDay : '[இன்று] LT',\n nextDay : '[நாளை] LT',\n nextWeek : 'dddd, LT',\n lastDay : '[நேற்று] LT',\n lastWeek : '[கடந்த வாரம்] dddd, LT',\n sameElse : 'L'\n },\n relativeTime : {\n future : '%s இல்',\n past : '%s முன்',\n s : 'ஒரு சில விநாடிகள்',\n ss : '%d விநாடிகள்',\n m : 'ஒரு நிமிடம்',\n mm : '%d நிமிடங்கள்',\n h : 'ஒரு மணி நேரம்',\n hh : '%d மணி நேரம்',\n d : 'ஒரு நாள்',\n dd : '%d நாட்கள்',\n M : 'ஒரு மாதம்',\n MM : '%d மாதங்கள்',\n y : 'ஒரு வருடம்',\n yy : '%d ஆண்டுகள்'\n },\n dayOfMonthOrdinalParse: /\\d{1,2}வது/,\n ordinal : function (number) {\n return number + 'வது';\n },\n preparse: function (string) {\n return string.replace(/[௧௨௩௪௫௬௭௮௯௦]/g, function (match) {\n return numberMap[match];\n });\n },\n postformat: function (string) {\n return string.replace(/\\d/g, function (match) {\n return symbolMap[match];\n });\n },\n // refer http://ta.wikipedia.org/s/1er1\n meridiemParse: /யாமம்|வைகறை|காலை|நண்பகல்|எற்பாடு|மாலை/,\n meridiem : function (hour, minute, isLower) {\n if (hour < 2) {\n return ' யாமம்';\n } else if (hour < 6) {\n return ' வைகறை'; // வைகறை\n } else if (hour < 10) {\n return ' காலை'; // காலை\n } else if (hour < 14) {\n return ' நண்பகல்'; // நண்பகல்\n } else if (hour < 18) {\n return ' எற்பாடு'; // எற்பாடு\n } else if (hour < 22) {\n return ' மாலை'; // மாலை\n } else {\n return ' யாமம்';\n }\n },\n meridiemHour : function (hour, meridiem) {\n if (hour === 12) {\n hour = 0;\n }\n if (meridiem === 'யாமம்') {\n return hour < 2 ? hour : hour + 12;\n } else if (meridiem === 'வைகறை' || meridiem === 'காலை') {\n return hour;\n } else if (meridiem === 'நண்பகல்') {\n return hour >= 10 ? hour : hour + 12;\n } else {\n return hour + 12;\n }\n },\n week : {\n dow : 0, // Sunday is the first day of the week.\n doy : 6 // The week that contains Jan 6th is the first week of the year.\n }\n });\n\n return ta;\n\n})));\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n var te = moment.defineLocale('te', {\n months : 'జనవరి_ఫిబ్రవరి_మార్చి_ఏప్రిల్_మే_జూన్_జులై_ఆగస్టు_సెప్టెంబర్_అక్టోబర్_నవంబర్_డిసెంబర్'.split('_'),\n monthsShort : 'జన._ఫిబ్ర._మార్చి_ఏప్రి._మే_జూన్_జులై_ఆగ._సెప్._అక్టో._నవ._డిసె.'.split('_'),\n monthsParseExact : true,\n weekdays : 'ఆదివారం_సోమవారం_మంగళవారం_బుధవారం_గురువారం_శుక్రవారం_శనివారం'.split('_'),\n weekdaysShort : 'ఆది_సోమ_మంగళ_బుధ_గురు_శుక్ర_శని'.split('_'),\n weekdaysMin : 'ఆ_సో_మం_బు_గు_శు_శ'.split('_'),\n longDateFormat : {\n LT : 'A h:mm',\n LTS : 'A h:mm:ss',\n L : 'DD/MM/YYYY',\n LL : 'D MMMM YYYY',\n LLL : 'D MMMM YYYY, A h:mm',\n LLLL : 'dddd, D MMMM YYYY, A h:mm'\n },\n calendar : {\n sameDay : '[నేడు] LT',\n nextDay : '[రేపు] LT',\n nextWeek : 'dddd, LT',\n lastDay : '[నిన్న] LT',\n lastWeek : '[గత] dddd, LT',\n sameElse : 'L'\n },\n relativeTime : {\n future : '%s లో',\n past : '%s క్రితం',\n s : 'కొన్ని క్షణాలు',\n ss : '%d సెకన్లు',\n m : 'ఒక నిమిషం',\n mm : '%d నిమిషాలు',\n h : 'ఒక గంట',\n hh : '%d గంటలు',\n d : 'ఒక రోజు',\n dd : '%d రోజులు',\n M : 'ఒక నెల',\n MM : '%d నెలలు',\n y : 'ఒక సంవత్సరం',\n yy : '%d సంవత్సరాలు'\n },\n dayOfMonthOrdinalParse : /\\d{1,2}వ/,\n ordinal : '%dవ',\n meridiemParse: /రాత్రి|ఉదయం|మధ్యాహ్నం|సాయంత్రం/,\n meridiemHour : function (hour, meridiem) {\n if (hour === 12) {\n hour = 0;\n }\n if (meridiem === 'రాత్రి') {\n return hour < 4 ? hour : hour + 12;\n } else if (meridiem === 'ఉదయం') {\n return hour;\n } else if (meridiem === 'మధ్యాహ్నం') {\n return hour >= 10 ? hour : hour + 12;\n } else if (meridiem === 'సాయంత్రం') {\n return hour + 12;\n }\n },\n meridiem : function (hour, minute, isLower) {\n if (hour < 4) {\n return 'రాత్రి';\n } else if (hour < 10) {\n return 'ఉదయం';\n } else if (hour < 17) {\n return 'మధ్యాహ్నం';\n } else if (hour < 20) {\n return 'సాయంత్రం';\n } else {\n return 'రాత్రి';\n }\n },\n week : {\n dow : 0, // Sunday is the first day of the week.\n doy : 6 // The week that contains Jan 6th is the first week of the year.\n }\n });\n\n return te;\n\n})));\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n var tet = moment.defineLocale('tet', {\n months : 'Janeiru_Fevereiru_Marsu_Abril_Maiu_Juñu_Jullu_Agustu_Setembru_Outubru_Novembru_Dezembru'.split('_'),\n monthsShort : 'Jan_Fev_Mar_Abr_Mai_Jun_Jul_Ago_Set_Out_Nov_Dez'.split('_'),\n weekdays : 'Domingu_Segunda_Tersa_Kuarta_Kinta_Sesta_Sabadu'.split('_'),\n weekdaysShort : 'Dom_Seg_Ters_Kua_Kint_Sest_Sab'.split('_'),\n weekdaysMin : 'Do_Seg_Te_Ku_Ki_Ses_Sa'.split('_'),\n longDateFormat : {\n LT : 'HH:mm',\n LTS : 'HH:mm:ss',\n L : 'DD/MM/YYYY',\n LL : 'D MMMM YYYY',\n LLL : 'D MMMM YYYY HH:mm',\n LLLL : 'dddd, D MMMM YYYY HH:mm'\n },\n calendar : {\n sameDay: '[Ohin iha] LT',\n nextDay: '[Aban iha] LT',\n nextWeek: 'dddd [iha] LT',\n lastDay: '[Horiseik iha] LT',\n lastWeek: 'dddd [semana kotuk] [iha] LT',\n sameElse: 'L'\n },\n relativeTime : {\n future : 'iha %s',\n past : '%s liuba',\n s : 'minutu balun',\n ss : 'minutu %d',\n m : 'minutu ida',\n mm : 'minutu %d',\n h : 'oras ida',\n hh : 'oras %d',\n d : 'loron ida',\n dd : 'loron %d',\n M : 'fulan ida',\n MM : 'fulan %d',\n y : 'tinan ida',\n yy : 'tinan %d'\n },\n dayOfMonthOrdinalParse: /\\d{1,2}(st|nd|rd|th)/,\n ordinal : function (number) {\n var b = number % 10,\n output = (~~(number % 100 / 10) === 1) ? 'th' :\n (b === 1) ? 'st' :\n (b === 2) ? 'nd' :\n (b === 3) ? 'rd' : 'th';\n return number + output;\n },\n week : {\n dow : 1, // Monday is the first day of the week.\n doy : 4 // The week that contains Jan 4th is the first week of the year.\n }\n });\n\n return tet;\n\n})));\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n var suffixes = {\n 0: '-ум',\n 1: '-ум',\n 2: '-юм',\n 3: '-юм',\n 4: '-ум',\n 5: '-ум',\n 6: '-ум',\n 7: '-ум',\n 8: '-ум',\n 9: '-ум',\n 10: '-ум',\n 12: '-ум',\n 13: '-ум',\n 20: '-ум',\n 30: '-юм',\n 40: '-ум',\n 50: '-ум',\n 60: '-ум',\n 70: '-ум',\n 80: '-ум',\n 90: '-ум',\n 100: '-ум'\n };\n\n var tg = moment.defineLocale('tg', {\n months : 'январ_феврал_март_апрел_май_июн_июл_август_сентябр_октябр_ноябр_декабр'.split('_'),\n monthsShort : 'янв_фев_мар_апр_май_июн_июл_авг_сен_окт_ноя_дек'.split('_'),\n weekdays : 'якшанбе_душанбе_сешанбе_чоршанбе_панҷшанбе_ҷумъа_шанбе'.split('_'),\n weekdaysShort : 'яшб_дшб_сшб_чшб_пшб_ҷум_шнб'.split('_'),\n weekdaysMin : 'яш_дш_сш_чш_пш_ҷм_шб'.split('_'),\n longDateFormat : {\n LT : 'HH:mm',\n LTS : 'HH:mm:ss',\n L : 'DD/MM/YYYY',\n LL : 'D MMMM YYYY',\n LLL : 'D MMMM YYYY HH:mm',\n LLLL : 'dddd, D MMMM YYYY HH:mm'\n },\n calendar : {\n sameDay : '[Имрӯз соати] LT',\n nextDay : '[Пагоҳ соати] LT',\n lastDay : '[Дирӯз соати] LT',\n nextWeek : 'dddd[и] [ҳафтаи оянда соати] LT',\n lastWeek : 'dddd[и] [ҳафтаи гузашта соати] LT',\n sameElse : 'L'\n },\n relativeTime : {\n future : 'баъди %s',\n past : '%s пеш',\n s : 'якчанд сония',\n m : 'як дақиқа',\n mm : '%d дақиқа',\n h : 'як соат',\n hh : '%d соат',\n d : 'як рӯз',\n dd : '%d рӯз',\n M : 'як моҳ',\n MM : '%d моҳ',\n y : 'як сол',\n yy : '%d сол'\n },\n meridiemParse: /шаб|субҳ|рӯз|бегоҳ/,\n meridiemHour: function (hour, meridiem) {\n if (hour === 12) {\n hour = 0;\n }\n if (meridiem === 'шаб') {\n return hour < 4 ? hour : hour + 12;\n } else if (meridiem === 'субҳ') {\n return hour;\n } else if (meridiem === 'рӯз') {\n return hour >= 11 ? hour : hour + 12;\n } else if (meridiem === 'бегоҳ') {\n return hour + 12;\n }\n },\n meridiem: function (hour, minute, isLower) {\n if (hour < 4) {\n return 'шаб';\n } else if (hour < 11) {\n return 'субҳ';\n } else if (hour < 16) {\n return 'рӯз';\n } else if (hour < 19) {\n return 'бегоҳ';\n } else {\n return 'шаб';\n }\n },\n dayOfMonthOrdinalParse: /\\d{1,2}-(ум|юм)/,\n ordinal: function (number) {\n var a = number % 10,\n b = number >= 100 ? 100 : null;\n return number + (suffixes[number] || suffixes[a] || suffixes[b]);\n },\n week : {\n dow : 1, // Monday is the first day of the week.\n doy : 7 // The week that contains Jan 1th is the first week of the year.\n }\n });\n\n return tg;\n\n})));\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n var th = moment.defineLocale('th', {\n months : 'มกราคม_กุมภาพันธ์_มีนาคม_เมษายน_พฤษภาคม_มิถุนายน_กรกฎาคม_สิงหาคม_กันยายน_ตุลาคม_พฤศจิกายน_ธันวาคม'.split('_'),\n monthsShort : 'ม.ค._ก.พ._มี.ค._เม.ย._พ.ค._มิ.ย._ก.ค._ส.ค._ก.ย._ต.ค._พ.ย._ธ.ค.'.split('_'),\n monthsParseExact: true,\n weekdays : 'อาทิตย์_จันทร์_อังคาร_พุธ_พฤหัสบดี_ศุกร์_เสาร์'.split('_'),\n weekdaysShort : 'อาทิตย์_จันทร์_อังคาร_พุธ_พฤหัส_ศุกร์_เสาร์'.split('_'), // yes, three characters difference\n weekdaysMin : 'อา._จ._อ._พ._พฤ._ศ._ส.'.split('_'),\n weekdaysParseExact : true,\n longDateFormat : {\n LT : 'H:mm',\n LTS : 'H:mm:ss',\n L : 'DD/MM/YYYY',\n LL : 'D MMMM YYYY',\n LLL : 'D MMMM YYYY เวลา H:mm',\n LLLL : 'วันddddที่ D MMMM YYYY เวลา H:mm'\n },\n meridiemParse: /ก่อนเที่ยง|หลังเที่ยง/,\n isPM: function (input) {\n return input === 'หลังเที่ยง';\n },\n meridiem : function (hour, minute, isLower) {\n if (hour < 12) {\n return 'ก่อนเที่ยง';\n } else {\n return 'หลังเที่ยง';\n }\n },\n calendar : {\n sameDay : '[วันนี้ เวลา] LT',\n nextDay : '[พรุ่งนี้ เวลา] LT',\n nextWeek : 'dddd[หน้า เวลา] LT',\n lastDay : '[เมื่อวานนี้ เวลา] LT',\n lastWeek : '[วัน]dddd[ที่แล้ว เวลา] LT',\n sameElse : 'L'\n },\n relativeTime : {\n future : 'อีก %s',\n past : '%sที่แล้ว',\n s : 'ไม่กี่วินาที',\n ss : '%d วินาที',\n m : '1 นาที',\n mm : '%d นาที',\n h : '1 ชั่วโมง',\n hh : '%d ชั่วโมง',\n d : '1 วัน',\n dd : '%d วัน',\n M : '1 เดือน',\n MM : '%d เดือน',\n y : '1 ปี',\n yy : '%d ปี'\n }\n });\n\n return th;\n\n})));\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n var tlPh = moment.defineLocale('tl-ph', {\n months : 'Enero_Pebrero_Marso_Abril_Mayo_Hunyo_Hulyo_Agosto_Setyembre_Oktubre_Nobyembre_Disyembre'.split('_'),\n monthsShort : 'Ene_Peb_Mar_Abr_May_Hun_Hul_Ago_Set_Okt_Nob_Dis'.split('_'),\n weekdays : 'Linggo_Lunes_Martes_Miyerkules_Huwebes_Biyernes_Sabado'.split('_'),\n weekdaysShort : 'Lin_Lun_Mar_Miy_Huw_Biy_Sab'.split('_'),\n weekdaysMin : 'Li_Lu_Ma_Mi_Hu_Bi_Sab'.split('_'),\n longDateFormat : {\n LT : 'HH:mm',\n LTS : 'HH:mm:ss',\n L : 'MM/D/YYYY',\n LL : 'MMMM D, YYYY',\n LLL : 'MMMM D, YYYY HH:mm',\n LLLL : 'dddd, MMMM DD, YYYY HH:mm'\n },\n calendar : {\n sameDay: 'LT [ngayong araw]',\n nextDay: '[Bukas ng] LT',\n nextWeek: 'LT [sa susunod na] dddd',\n lastDay: 'LT [kahapon]',\n lastWeek: 'LT [noong nakaraang] dddd',\n sameElse: 'L'\n },\n relativeTime : {\n future : 'sa loob ng %s',\n past : '%s ang nakalipas',\n s : 'ilang segundo',\n ss : '%d segundo',\n m : 'isang minuto',\n mm : '%d minuto',\n h : 'isang oras',\n hh : '%d oras',\n d : 'isang araw',\n dd : '%d araw',\n M : 'isang buwan',\n MM : '%d buwan',\n y : 'isang taon',\n yy : '%d taon'\n },\n dayOfMonthOrdinalParse: /\\d{1,2}/,\n ordinal : function (number) {\n return number;\n },\n week : {\n dow : 1, // Monday is the first day of the week.\n doy : 4 // The week that contains Jan 4th is the first week of the year.\n }\n });\n\n return tlPh;\n\n})));\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n var numbersNouns = 'pagh_wa’_cha’_wej_loS_vagh_jav_Soch_chorgh_Hut'.split('_');\n\n function translateFuture(output) {\n var time = output;\n time = (output.indexOf('jaj') !== -1) ?\n time.slice(0, -3) + 'leS' :\n (output.indexOf('jar') !== -1) ?\n time.slice(0, -3) + 'waQ' :\n (output.indexOf('DIS') !== -1) ?\n time.slice(0, -3) + 'nem' :\n time + ' pIq';\n return time;\n }\n\n function translatePast(output) {\n var time = output;\n time = (output.indexOf('jaj') !== -1) ?\n time.slice(0, -3) + 'Hu’' :\n (output.indexOf('jar') !== -1) ?\n time.slice(0, -3) + 'wen' :\n (output.indexOf('DIS') !== -1) ?\n time.slice(0, -3) + 'ben' :\n time + ' ret';\n return time;\n }\n\n function translate(number, withoutSuffix, string, isFuture) {\n var numberNoun = numberAsNoun(number);\n switch (string) {\n case 'ss':\n return numberNoun + ' lup';\n case 'mm':\n return numberNoun + ' tup';\n case 'hh':\n return numberNoun + ' rep';\n case 'dd':\n return numberNoun + ' jaj';\n case 'MM':\n return numberNoun + ' jar';\n case 'yy':\n return numberNoun + ' DIS';\n }\n }\n\n function numberAsNoun(number) {\n var hundred = Math.floor((number % 1000) / 100),\n ten = Math.floor((number % 100) / 10),\n one = number % 10,\n word = '';\n if (hundred > 0) {\n word += numbersNouns[hundred] + 'vatlh';\n }\n if (ten > 0) {\n word += ((word !== '') ? ' ' : '') + numbersNouns[ten] + 'maH';\n }\n if (one > 0) {\n word += ((word !== '') ? ' ' : '') + numbersNouns[one];\n }\n return (word === '') ? 'pagh' : word;\n }\n\n var tlh = moment.defineLocale('tlh', {\n months : 'tera’ jar wa’_tera’ jar cha’_tera’ jar wej_tera’ jar loS_tera’ jar vagh_tera’ jar jav_tera’ jar Soch_tera’ jar chorgh_tera’ jar Hut_tera’ jar wa’maH_tera’ jar wa’maH wa’_tera’ jar wa’maH cha’'.split('_'),\n monthsShort : 'jar wa’_jar cha’_jar wej_jar loS_jar vagh_jar jav_jar Soch_jar chorgh_jar Hut_jar wa’maH_jar wa’maH wa’_jar wa’maH cha’'.split('_'),\n monthsParseExact : true,\n weekdays : 'lojmItjaj_DaSjaj_povjaj_ghItlhjaj_loghjaj_buqjaj_ghInjaj'.split('_'),\n weekdaysShort : 'lojmItjaj_DaSjaj_povjaj_ghItlhjaj_loghjaj_buqjaj_ghInjaj'.split('_'),\n weekdaysMin : 'lojmItjaj_DaSjaj_povjaj_ghItlhjaj_loghjaj_buqjaj_ghInjaj'.split('_'),\n longDateFormat : {\n LT : 'HH:mm',\n LTS : 'HH:mm:ss',\n L : 'DD.MM.YYYY',\n LL : 'D MMMM YYYY',\n LLL : 'D MMMM YYYY HH:mm',\n LLLL : 'dddd, D MMMM YYYY HH:mm'\n },\n calendar : {\n sameDay: '[DaHjaj] LT',\n nextDay: '[wa’leS] LT',\n nextWeek: 'LLL',\n lastDay: '[wa’Hu’] LT',\n lastWeek: 'LLL',\n sameElse: 'L'\n },\n relativeTime : {\n future : translateFuture,\n past : translatePast,\n s : 'puS lup',\n ss : translate,\n m : 'wa’ tup',\n mm : translate,\n h : 'wa’ rep',\n hh : translate,\n d : 'wa’ jaj',\n dd : translate,\n M : 'wa’ jar',\n MM : translate,\n y : 'wa’ DIS',\n yy : translate\n },\n dayOfMonthOrdinalParse: /\\d{1,2}\\./,\n ordinal : '%d.',\n week : {\n dow : 1, // Monday is the first day of the week.\n doy : 4 // The week that contains Jan 4th is the first week of the year.\n }\n });\n\n return tlh;\n\n})));\n","\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n var suffixes = {\n 1: '\\'inci',\n 5: '\\'inci',\n 8: '\\'inci',\n 70: '\\'inci',\n 80: '\\'inci',\n 2: '\\'nci',\n 7: '\\'nci',\n 20: '\\'nci',\n 50: '\\'nci',\n 3: '\\'üncü',\n 4: '\\'üncü',\n 100: '\\'üncü',\n 6: '\\'ncı',\n 9: '\\'uncu',\n 10: '\\'uncu',\n 30: '\\'uncu',\n 60: '\\'ıncı',\n 90: '\\'ıncı'\n };\n\n var tr = moment.defineLocale('tr', {\n months : 'Ocak_Şubat_Mart_Nisan_Mayıs_Haziran_Temmuz_Ağustos_Eylül_Ekim_Kasım_Aralık'.split('_'),\n monthsShort : 'Oca_Şub_Mar_Nis_May_Haz_Tem_Ağu_Eyl_Eki_Kas_Ara'.split('_'),\n weekdays : 'Pazar_Pazartesi_Salı_Çarşamba_Perşembe_Cuma_Cumartesi'.split('_'),\n weekdaysShort : 'Paz_Pts_Sal_Çar_Per_Cum_Cts'.split('_'),\n weekdaysMin : 'Pz_Pt_Sa_Ça_Pe_Cu_Ct'.split('_'),\n longDateFormat : {\n LT : 'HH:mm',\n LTS : 'HH:mm:ss',\n L : 'DD.MM.YYYY',\n LL : 'D MMMM YYYY',\n LLL : 'D MMMM YYYY HH:mm',\n LLLL : 'dddd, D MMMM YYYY HH:mm'\n },\n calendar : {\n sameDay : '[bugün saat] LT',\n nextDay : '[yarın saat] LT',\n nextWeek : '[gelecek] dddd [saat] LT',\n lastDay : '[dün] LT',\n lastWeek : '[geçen] dddd [saat] LT',\n sameElse : 'L'\n },\n relativeTime : {\n future : '%s sonra',\n past : '%s önce',\n s : 'birkaç saniye',\n ss : '%d saniye',\n m : 'bir dakika',\n mm : '%d dakika',\n h : 'bir saat',\n hh : '%d saat',\n d : 'bir gün',\n dd : '%d gün',\n M : 'bir ay',\n MM : '%d ay',\n y : 'bir yıl',\n yy : '%d yıl'\n },\n ordinal: function (number, period) {\n switch (period) {\n case 'd':\n case 'D':\n case 'Do':\n case 'DD':\n return number;\n default:\n if (number === 0) { // special case for zero\n return number + '\\'ıncı';\n }\n var a = number % 10,\n b = number % 100 - a,\n c = number >= 100 ? 100 : null;\n return number + (suffixes[a] || suffixes[b] || suffixes[c]);\n }\n },\n week : {\n dow : 1, // Monday is the first day of the week.\n doy : 7 // The week that contains Jan 7th is the first week of the year.\n }\n });\n\n return tr;\n\n})));\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n // After the year there should be a slash and the amount of years since December 26, 1979 in Roman numerals.\n // This is currently too difficult (maybe even impossible) to add.\n var tzl = moment.defineLocale('tzl', {\n months : 'Januar_Fevraglh_Març_Avrïu_Mai_Gün_Julia_Guscht_Setemvar_Listopäts_Noemvar_Zecemvar'.split('_'),\n monthsShort : 'Jan_Fev_Mar_Avr_Mai_Gün_Jul_Gus_Set_Lis_Noe_Zec'.split('_'),\n weekdays : 'Súladi_Lúneçi_Maitzi_Márcuri_Xhúadi_Viénerçi_Sáturi'.split('_'),\n weekdaysShort : 'Súl_Lún_Mai_Már_Xhú_Vié_Sát'.split('_'),\n weekdaysMin : 'Sú_Lú_Ma_Má_Xh_Vi_Sá'.split('_'),\n longDateFormat : {\n LT : 'HH.mm',\n LTS : 'HH.mm.ss',\n L : 'DD.MM.YYYY',\n LL : 'D. MMMM [dallas] YYYY',\n LLL : 'D. MMMM [dallas] YYYY HH.mm',\n LLLL : 'dddd, [li] D. MMMM [dallas] YYYY HH.mm'\n },\n meridiemParse: /d\\'o|d\\'a/i,\n isPM : function (input) {\n return 'd\\'o' === input.toLowerCase();\n },\n meridiem : function (hours, minutes, isLower) {\n if (hours > 11) {\n return isLower ? 'd\\'o' : 'D\\'O';\n } else {\n return isLower ? 'd\\'a' : 'D\\'A';\n }\n },\n calendar : {\n sameDay : '[oxhi à] LT',\n nextDay : '[demà à] LT',\n nextWeek : 'dddd [à] LT',\n lastDay : '[ieiri à] LT',\n lastWeek : '[sür el] dddd [lasteu à] LT',\n sameElse : 'L'\n },\n relativeTime : {\n future : 'osprei %s',\n past : 'ja%s',\n s : processRelativeTime,\n ss : processRelativeTime,\n m : processRelativeTime,\n mm : processRelativeTime,\n h : processRelativeTime,\n hh : processRelativeTime,\n d : processRelativeTime,\n dd : processRelativeTime,\n M : processRelativeTime,\n MM : processRelativeTime,\n y : processRelativeTime,\n yy : processRelativeTime\n },\n dayOfMonthOrdinalParse: /\\d{1,2}\\./,\n ordinal : '%d.',\n week : {\n dow : 1, // Monday is the first day of the week.\n doy : 4 // The week that contains Jan 4th is the first week of the year.\n }\n });\n\n function processRelativeTime(number, withoutSuffix, key, isFuture) {\n var format = {\n 's': ['viensas secunds', '\\'iensas secunds'],\n 'ss': [number + ' secunds', '' + number + ' secunds'],\n 'm': ['\\'n míut', '\\'iens míut'],\n 'mm': [number + ' míuts', '' + number + ' míuts'],\n 'h': ['\\'n þora', '\\'iensa þora'],\n 'hh': [number + ' þoras', '' + number + ' þoras'],\n 'd': ['\\'n ziua', '\\'iensa ziua'],\n 'dd': [number + ' ziuas', '' + number + ' ziuas'],\n 'M': ['\\'n mes', '\\'iens mes'],\n 'MM': [number + ' mesen', '' + number + ' mesen'],\n 'y': ['\\'n ar', '\\'iens ar'],\n 'yy': [number + ' ars', '' + number + ' ars']\n };\n return isFuture ? format[key][0] : (withoutSuffix ? format[key][0] : format[key][1]);\n }\n\n return tzl;\n\n})));\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n var tzm = moment.defineLocale('tzm', {\n months : 'ⵉⵏⵏⴰⵢⵔ_ⴱⵕⴰⵢⵕ_ⵎⴰⵕⵚ_ⵉⴱⵔⵉⵔ_ⵎⴰⵢⵢⵓ_ⵢⵓⵏⵢⵓ_ⵢⵓⵍⵢⵓⵣ_ⵖⵓⵛⵜ_ⵛⵓⵜⴰⵏⴱⵉⵔ_ⴽⵟⵓⴱⵕ_ⵏⵓⵡⴰⵏⴱⵉⵔ_ⴷⵓⵊⵏⴱⵉⵔ'.split('_'),\n monthsShort : 'ⵉⵏⵏⴰⵢⵔ_ⴱⵕⴰⵢⵕ_ⵎⴰⵕⵚ_ⵉⴱⵔⵉⵔ_ⵎⴰⵢⵢⵓ_ⵢⵓⵏⵢⵓ_ⵢⵓⵍⵢⵓⵣ_ⵖⵓⵛⵜ_ⵛⵓⵜⴰⵏⴱⵉⵔ_ⴽⵟⵓⴱⵕ_ⵏⵓⵡⴰⵏⴱⵉⵔ_ⴷⵓⵊⵏⴱⵉⵔ'.split('_'),\n weekdays : 'ⴰⵙⴰⵎⴰⵙ_ⴰⵢⵏⴰⵙ_ⴰⵙⵉⵏⴰⵙ_ⴰⴽⵔⴰⵙ_ⴰⴽⵡⴰⵙ_ⴰⵙⵉⵎⵡⴰⵙ_ⴰⵙⵉⴹⵢⴰⵙ'.split('_'),\n weekdaysShort : 'ⴰⵙⴰⵎⴰⵙ_ⴰⵢⵏⴰⵙ_ⴰⵙⵉⵏⴰⵙ_ⴰⴽⵔⴰⵙ_ⴰⴽⵡⴰⵙ_ⴰⵙⵉⵎⵡⴰⵙ_ⴰⵙⵉⴹⵢⴰⵙ'.split('_'),\n weekdaysMin : 'ⴰⵙⴰⵎⴰⵙ_ⴰⵢⵏⴰⵙ_ⴰⵙⵉⵏⴰⵙ_ⴰⴽⵔⴰⵙ_ⴰⴽⵡⴰⵙ_ⴰⵙⵉⵎⵡⴰⵙ_ⴰⵙⵉⴹⵢⴰⵙ'.split('_'),\n longDateFormat : {\n LT : 'HH:mm',\n LTS: 'HH:mm:ss',\n L : 'DD/MM/YYYY',\n LL : 'D MMMM YYYY',\n LLL : 'D MMMM YYYY HH:mm',\n LLLL : 'dddd D MMMM YYYY HH:mm'\n },\n calendar : {\n sameDay: '[ⴰⵙⴷⵅ ⴴ] LT',\n nextDay: '[ⴰⵙⴽⴰ ⴴ] LT',\n nextWeek: 'dddd [ⴴ] LT',\n lastDay: '[ⴰⵚⴰⵏⵜ ⴴ] LT',\n lastWeek: 'dddd [ⴴ] LT',\n sameElse: 'L'\n },\n relativeTime : {\n future : 'ⴷⴰⴷⵅ ⵙ ⵢⴰⵏ %s',\n past : 'ⵢⴰⵏ %s',\n s : 'ⵉⵎⵉⴽ',\n ss : '%d ⵉⵎⵉⴽ',\n m : 'ⵎⵉⵏⵓⴺ',\n mm : '%d ⵎⵉⵏⵓⴺ',\n h : 'ⵙⴰⵄⴰ',\n hh : '%d ⵜⴰⵙⵙⴰⵄⵉⵏ',\n d : 'ⴰⵙⵙ',\n dd : '%d oⵙⵙⴰⵏ',\n M : 'ⴰⵢoⵓⵔ',\n MM : '%d ⵉⵢⵢⵉⵔⵏ',\n y : 'ⴰⵙⴳⴰⵙ',\n yy : '%d ⵉⵙⴳⴰⵙⵏ'\n },\n week : {\n dow : 6, // Saturday is the first day of the week.\n doy : 12 // The week that contains Jan 12th is the first week of the year.\n }\n });\n\n return tzm;\n\n})));\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n var tzmLatn = moment.defineLocale('tzm-latn', {\n months : 'innayr_brˤayrˤ_marˤsˤ_ibrir_mayyw_ywnyw_ywlywz_ɣwšt_šwtanbir_ktˤwbrˤ_nwwanbir_dwjnbir'.split('_'),\n monthsShort : 'innayr_brˤayrˤ_marˤsˤ_ibrir_mayyw_ywnyw_ywlywz_ɣwšt_šwtanbir_ktˤwbrˤ_nwwanbir_dwjnbir'.split('_'),\n weekdays : 'asamas_aynas_asinas_akras_akwas_asimwas_asiḍyas'.split('_'),\n weekdaysShort : 'asamas_aynas_asinas_akras_akwas_asimwas_asiḍyas'.split('_'),\n weekdaysMin : 'asamas_aynas_asinas_akras_akwas_asimwas_asiḍyas'.split('_'),\n longDateFormat : {\n LT : 'HH:mm',\n LTS : 'HH:mm:ss',\n L : 'DD/MM/YYYY',\n LL : 'D MMMM YYYY',\n LLL : 'D MMMM YYYY HH:mm',\n LLLL : 'dddd D MMMM YYYY HH:mm'\n },\n calendar : {\n sameDay: '[asdkh g] LT',\n nextDay: '[aska g] LT',\n nextWeek: 'dddd [g] LT',\n lastDay: '[assant g] LT',\n lastWeek: 'dddd [g] LT',\n sameElse: 'L'\n },\n relativeTime : {\n future : 'dadkh s yan %s',\n past : 'yan %s',\n s : 'imik',\n ss : '%d imik',\n m : 'minuḍ',\n mm : '%d minuḍ',\n h : 'saɛa',\n hh : '%d tassaɛin',\n d : 'ass',\n dd : '%d ossan',\n M : 'ayowr',\n MM : '%d iyyirn',\n y : 'asgas',\n yy : '%d isgasn'\n },\n week : {\n dow : 6, // Saturday is the first day of the week.\n doy : 12 // The week that contains Jan 12th is the first week of the year.\n }\n });\n\n return tzmLatn;\n\n})));\n","//! moment.js language configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n var ugCn = moment.defineLocale('ug-cn', {\n months: 'يانۋار_فېۋرال_مارت_ئاپرېل_ماي_ئىيۇن_ئىيۇل_ئاۋغۇست_سېنتەبىر_ئۆكتەبىر_نويابىر_دېكابىر'.split(\n '_'\n ),\n monthsShort: 'يانۋار_فېۋرال_مارت_ئاپرېل_ماي_ئىيۇن_ئىيۇل_ئاۋغۇست_سېنتەبىر_ئۆكتەبىر_نويابىر_دېكابىر'.split(\n '_'\n ),\n weekdays: 'يەكشەنبە_دۈشەنبە_سەيشەنبە_چارشەنبە_پەيشەنبە_جۈمە_شەنبە'.split(\n '_'\n ),\n weekdaysShort: 'يە_دۈ_سە_چا_پە_جۈ_شە'.split('_'),\n weekdaysMin: 'يە_دۈ_سە_چا_پە_جۈ_شە'.split('_'),\n longDateFormat: {\n LT: 'HH:mm',\n LTS: 'HH:mm:ss',\n L: 'YYYY-MM-DD',\n LL: 'YYYY-يىلىM-ئاينىڭD-كۈنى',\n LLL: 'YYYY-يىلىM-ئاينىڭD-كۈنى، HH:mm',\n LLLL: 'dddd، YYYY-يىلىM-ئاينىڭD-كۈنى، HH:mm'\n },\n meridiemParse: /يېرىم كېچە|سەھەر|چۈشتىن بۇرۇن|چۈش|چۈشتىن كېيىن|كەچ/,\n meridiemHour: function (hour, meridiem) {\n if (hour === 12) {\n hour = 0;\n }\n if (\n meridiem === 'يېرىم كېچە' ||\n meridiem === 'سەھەر' ||\n meridiem === 'چۈشتىن بۇرۇن'\n ) {\n return hour;\n } else if (meridiem === 'چۈشتىن كېيىن' || meridiem === 'كەچ') {\n return hour + 12;\n } else {\n return hour >= 11 ? hour : hour + 12;\n }\n },\n meridiem: function (hour, minute, isLower) {\n var hm = hour * 100 + minute;\n if (hm < 600) {\n return 'يېرىم كېچە';\n } else if (hm < 900) {\n return 'سەھەر';\n } else if (hm < 1130) {\n return 'چۈشتىن بۇرۇن';\n } else if (hm < 1230) {\n return 'چۈش';\n } else if (hm < 1800) {\n return 'چۈشتىن كېيىن';\n } else {\n return 'كەچ';\n }\n },\n calendar: {\n sameDay: '[بۈگۈن سائەت] LT',\n nextDay: '[ئەتە سائەت] LT',\n nextWeek: '[كېلەركى] dddd [سائەت] LT',\n lastDay: '[تۆنۈگۈن] LT',\n lastWeek: '[ئالدىنقى] dddd [سائەت] LT',\n sameElse: 'L'\n },\n relativeTime: {\n future: '%s كېيىن',\n past: '%s بۇرۇن',\n s: 'نەچچە سېكونت',\n ss: '%d سېكونت',\n m: 'بىر مىنۇت',\n mm: '%d مىنۇت',\n h: 'بىر سائەت',\n hh: '%d سائەت',\n d: 'بىر كۈن',\n dd: '%d كۈن',\n M: 'بىر ئاي',\n MM: '%d ئاي',\n y: 'بىر يىل',\n yy: '%d يىل'\n },\n\n dayOfMonthOrdinalParse: /\\d{1,2}(-كۈنى|-ئاي|-ھەپتە)/,\n ordinal: function (number, period) {\n switch (period) {\n case 'd':\n case 'D':\n case 'DDD':\n return number + '-كۈنى';\n case 'w':\n case 'W':\n return number + '-ھەپتە';\n default:\n return number;\n }\n },\n preparse: function (string) {\n return string.replace(/،/g, ',');\n },\n postformat: function (string) {\n return string.replace(/,/g, '،');\n },\n week: {\n // GB/T 7408-1994《数据元和交换格式·信息交换·日期和时间表示法》与ISO 8601:1988等效\n dow: 1, // Monday is the first day of the week.\n doy: 7 // The week that contains Jan 1st is the first week of the year.\n }\n });\n\n return ugCn;\n\n})));\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n function plural(word, num) {\n var forms = word.split('_');\n return num % 10 === 1 && num % 100 !== 11 ? forms[0] : (num % 10 >= 2 && num % 10 <= 4 && (num % 100 < 10 || num % 100 >= 20) ? forms[1] : forms[2]);\n }\n function relativeTimeWithPlural(number, withoutSuffix, key) {\n var format = {\n 'ss': withoutSuffix ? 'секунда_секунди_секунд' : 'секунду_секунди_секунд',\n 'mm': withoutSuffix ? 'хвилина_хвилини_хвилин' : 'хвилину_хвилини_хвилин',\n 'hh': withoutSuffix ? 'година_години_годин' : 'годину_години_годин',\n 'dd': 'день_дні_днів',\n 'MM': 'місяць_місяці_місяців',\n 'yy': 'рік_роки_років'\n };\n if (key === 'm') {\n return withoutSuffix ? 'хвилина' : 'хвилину';\n }\n else if (key === 'h') {\n return withoutSuffix ? 'година' : 'годину';\n }\n else {\n return number + ' ' + plural(format[key], +number);\n }\n }\n function weekdaysCaseReplace(m, format) {\n var weekdays = {\n 'nominative': 'неділя_понеділок_вівторок_середа_четвер_п’ятниця_субота'.split('_'),\n 'accusative': 'неділю_понеділок_вівторок_середу_четвер_п’ятницю_суботу'.split('_'),\n 'genitive': 'неділі_понеділка_вівторка_середи_четверга_п’ятниці_суботи'.split('_')\n };\n\n if (m === true) {\n return weekdays['nominative'].slice(1, 7).concat(weekdays['nominative'].slice(0, 1));\n }\n if (!m) {\n return weekdays['nominative'];\n }\n\n var nounCase = (/(\\[[ВвУу]\\]) ?dddd/).test(format) ?\n 'accusative' :\n ((/\\[?(?:минулої|наступної)? ?\\] ?dddd/).test(format) ?\n 'genitive' :\n 'nominative');\n return weekdays[nounCase][m.day()];\n }\n function processHoursFunction(str) {\n return function () {\n return str + 'о' + (this.hours() === 11 ? 'б' : '') + '] LT';\n };\n }\n\n var uk = moment.defineLocale('uk', {\n months : {\n 'format': 'січня_лютого_березня_квітня_травня_червня_липня_серпня_вересня_жовтня_листопада_грудня'.split('_'),\n 'standalone': 'січень_лютий_березень_квітень_травень_червень_липень_серпень_вересень_жовтень_листопад_грудень'.split('_')\n },\n monthsShort : 'січ_лют_бер_квіт_трав_черв_лип_серп_вер_жовт_лист_груд'.split('_'),\n weekdays : weekdaysCaseReplace,\n weekdaysShort : 'нд_пн_вт_ср_чт_пт_сб'.split('_'),\n weekdaysMin : 'нд_пн_вт_ср_чт_пт_сб'.split('_'),\n longDateFormat : {\n LT : 'HH:mm',\n LTS : 'HH:mm:ss',\n L : 'DD.MM.YYYY',\n LL : 'D MMMM YYYY р.',\n LLL : 'D MMMM YYYY р., HH:mm',\n LLLL : 'dddd, D MMMM YYYY р., HH:mm'\n },\n calendar : {\n sameDay: processHoursFunction('[Сьогодні '),\n nextDay: processHoursFunction('[Завтра '),\n lastDay: processHoursFunction('[Вчора '),\n nextWeek: processHoursFunction('[У] dddd ['),\n lastWeek: function () {\n switch (this.day()) {\n case 0:\n case 3:\n case 5:\n case 6:\n return processHoursFunction('[Минулої] dddd [').call(this);\n case 1:\n case 2:\n case 4:\n return processHoursFunction('[Минулого] dddd [').call(this);\n }\n },\n sameElse: 'L'\n },\n relativeTime : {\n future : 'за %s',\n past : '%s тому',\n s : 'декілька секунд',\n ss : relativeTimeWithPlural,\n m : relativeTimeWithPlural,\n mm : relativeTimeWithPlural,\n h : 'годину',\n hh : relativeTimeWithPlural,\n d : 'день',\n dd : relativeTimeWithPlural,\n M : 'місяць',\n MM : relativeTimeWithPlural,\n y : 'рік',\n yy : relativeTimeWithPlural\n },\n // M. E.: those two are virtually unused but a user might want to implement them for his/her website for some reason\n meridiemParse: /ночі|ранку|дня|вечора/,\n isPM: function (input) {\n return /^(дня|вечора)$/.test(input);\n },\n meridiem : function (hour, minute, isLower) {\n if (hour < 4) {\n return 'ночі';\n } else if (hour < 12) {\n return 'ранку';\n } else if (hour < 17) {\n return 'дня';\n } else {\n return 'вечора';\n }\n },\n dayOfMonthOrdinalParse: /\\d{1,2}-(й|го)/,\n ordinal: function (number, period) {\n switch (period) {\n case 'M':\n case 'd':\n case 'DDD':\n case 'w':\n case 'W':\n return number + '-й';\n case 'D':\n return number + '-го';\n default:\n return number;\n }\n },\n week : {\n dow : 1, // Monday is the first day of the week.\n doy : 7 // The week that contains Jan 7th is the first week of the year.\n }\n });\n\n return uk;\n\n})));\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n var months = [\n 'جنوری',\n 'فروری',\n 'مارچ',\n 'اپریل',\n 'مئی',\n 'جون',\n 'جولائی',\n 'اگست',\n 'ستمبر',\n 'اکتوبر',\n 'نومبر',\n 'دسمبر'\n ];\n var days = [\n 'اتوار',\n 'پیر',\n 'منگل',\n 'بدھ',\n 'جمعرات',\n 'جمعہ',\n 'ہفتہ'\n ];\n\n var ur = moment.defineLocale('ur', {\n months : months,\n monthsShort : months,\n weekdays : days,\n weekdaysShort : days,\n weekdaysMin : days,\n longDateFormat : {\n LT : 'HH:mm',\n LTS : 'HH:mm:ss',\n L : 'DD/MM/YYYY',\n LL : 'D MMMM YYYY',\n LLL : 'D MMMM YYYY HH:mm',\n LLLL : 'dddd، D MMMM YYYY HH:mm'\n },\n meridiemParse: /صبح|شام/,\n isPM : function (input) {\n return 'شام' === input;\n },\n meridiem : function (hour, minute, isLower) {\n if (hour < 12) {\n return 'صبح';\n }\n return 'شام';\n },\n calendar : {\n sameDay : '[آج بوقت] LT',\n nextDay : '[کل بوقت] LT',\n nextWeek : 'dddd [بوقت] LT',\n lastDay : '[گذشتہ روز بوقت] LT',\n lastWeek : '[گذشتہ] dddd [بوقت] LT',\n sameElse : 'L'\n },\n relativeTime : {\n future : '%s بعد',\n past : '%s قبل',\n s : 'چند سیکنڈ',\n ss : '%d سیکنڈ',\n m : 'ایک منٹ',\n mm : '%d منٹ',\n h : 'ایک گھنٹہ',\n hh : '%d گھنٹے',\n d : 'ایک دن',\n dd : '%d دن',\n M : 'ایک ماہ',\n MM : '%d ماہ',\n y : 'ایک سال',\n yy : '%d سال'\n },\n preparse: function (string) {\n return string.replace(/،/g, ',');\n },\n postformat: function (string) {\n return string.replace(/,/g, '،');\n },\n week : {\n dow : 1, // Monday is the first day of the week.\n doy : 4 // The week that contains Jan 4th is the first week of the year.\n }\n });\n\n return ur;\n\n})));\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n var uz = moment.defineLocale('uz', {\n months : 'январ_феврал_март_апрел_май_июн_июл_август_сентябр_октябр_ноябр_декабр'.split('_'),\n monthsShort : 'янв_фев_мар_апр_май_июн_июл_авг_сен_окт_ноя_дек'.split('_'),\n weekdays : 'Якшанба_Душанба_Сешанба_Чоршанба_Пайшанба_Жума_Шанба'.split('_'),\n weekdaysShort : 'Якш_Душ_Сеш_Чор_Пай_Жум_Шан'.split('_'),\n weekdaysMin : 'Як_Ду_Се_Чо_Па_Жу_Ша'.split('_'),\n longDateFormat : {\n LT : 'HH:mm',\n LTS : 'HH:mm:ss',\n L : 'DD/MM/YYYY',\n LL : 'D MMMM YYYY',\n LLL : 'D MMMM YYYY HH:mm',\n LLLL : 'D MMMM YYYY, dddd HH:mm'\n },\n calendar : {\n sameDay : '[Бугун соат] LT [да]',\n nextDay : '[Эртага] LT [да]',\n nextWeek : 'dddd [куни соат] LT [да]',\n lastDay : '[Кеча соат] LT [да]',\n lastWeek : '[Утган] dddd [куни соат] LT [да]',\n sameElse : 'L'\n },\n relativeTime : {\n future : 'Якин %s ичида',\n past : 'Бир неча %s олдин',\n s : 'фурсат',\n ss : '%d фурсат',\n m : 'бир дакика',\n mm : '%d дакика',\n h : 'бир соат',\n hh : '%d соат',\n d : 'бир кун',\n dd : '%d кун',\n M : 'бир ой',\n MM : '%d ой',\n y : 'бир йил',\n yy : '%d йил'\n },\n week : {\n dow : 1, // Monday is the first day of the week.\n doy : 7 // The week that contains Jan 4th is the first week of the year.\n }\n });\n\n return uz;\n\n})));\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n var uzLatn = moment.defineLocale('uz-latn', {\n months : 'Yanvar_Fevral_Mart_Aprel_May_Iyun_Iyul_Avgust_Sentabr_Oktabr_Noyabr_Dekabr'.split('_'),\n monthsShort : 'Yan_Fev_Mar_Apr_May_Iyun_Iyul_Avg_Sen_Okt_Noy_Dek'.split('_'),\n weekdays : 'Yakshanba_Dushanba_Seshanba_Chorshanba_Payshanba_Juma_Shanba'.split('_'),\n weekdaysShort : 'Yak_Dush_Sesh_Chor_Pay_Jum_Shan'.split('_'),\n weekdaysMin : 'Ya_Du_Se_Cho_Pa_Ju_Sha'.split('_'),\n longDateFormat : {\n LT : 'HH:mm',\n LTS : 'HH:mm:ss',\n L : 'DD/MM/YYYY',\n LL : 'D MMMM YYYY',\n LLL : 'D MMMM YYYY HH:mm',\n LLLL : 'D MMMM YYYY, dddd HH:mm'\n },\n calendar : {\n sameDay : '[Bugun soat] LT [da]',\n nextDay : '[Ertaga] LT [da]',\n nextWeek : 'dddd [kuni soat] LT [da]',\n lastDay : '[Kecha soat] LT [da]',\n lastWeek : '[O\\'tgan] dddd [kuni soat] LT [da]',\n sameElse : 'L'\n },\n relativeTime : {\n future : 'Yaqin %s ichida',\n past : 'Bir necha %s oldin',\n s : 'soniya',\n ss : '%d soniya',\n m : 'bir daqiqa',\n mm : '%d daqiqa',\n h : 'bir soat',\n hh : '%d soat',\n d : 'bir kun',\n dd : '%d kun',\n M : 'bir oy',\n MM : '%d oy',\n y : 'bir yil',\n yy : '%d yil'\n },\n week : {\n dow : 1, // Monday is the first day of the week.\n doy : 7 // The week that contains Jan 7th is the first week of the year.\n }\n });\n\n return uzLatn;\n\n})));\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n var vi = moment.defineLocale('vi', {\n months : 'tháng 1_tháng 2_tháng 3_tháng 4_tháng 5_tháng 6_tháng 7_tháng 8_tháng 9_tháng 10_tháng 11_tháng 12'.split('_'),\n monthsShort : 'Th01_Th02_Th03_Th04_Th05_Th06_Th07_Th08_Th09_Th10_Th11_Th12'.split('_'),\n monthsParseExact : true,\n weekdays : 'chủ nhật_thứ hai_thứ ba_thứ tư_thứ năm_thứ sáu_thứ bảy'.split('_'),\n weekdaysShort : 'CN_T2_T3_T4_T5_T6_T7'.split('_'),\n weekdaysMin : 'CN_T2_T3_T4_T5_T6_T7'.split('_'),\n weekdaysParseExact : true,\n meridiemParse: /sa|ch/i,\n isPM : function (input) {\n return /^ch$/i.test(input);\n },\n meridiem : function (hours, minutes, isLower) {\n if (hours < 12) {\n return isLower ? 'sa' : 'SA';\n } else {\n return isLower ? 'ch' : 'CH';\n }\n },\n longDateFormat : {\n LT : 'HH:mm',\n LTS : 'HH:mm:ss',\n L : 'DD/MM/YYYY',\n LL : 'D MMMM [năm] YYYY',\n LLL : 'D MMMM [năm] YYYY HH:mm',\n LLLL : 'dddd, D MMMM [năm] YYYY HH:mm',\n l : 'DD/M/YYYY',\n ll : 'D MMM YYYY',\n lll : 'D MMM YYYY HH:mm',\n llll : 'ddd, D MMM YYYY HH:mm'\n },\n calendar : {\n sameDay: '[Hôm nay lúc] LT',\n nextDay: '[Ngày mai lúc] LT',\n nextWeek: 'dddd [tuần tới lúc] LT',\n lastDay: '[Hôm qua lúc] LT',\n lastWeek: 'dddd [tuần rồi lúc] LT',\n sameElse: 'L'\n },\n relativeTime : {\n future : '%s tới',\n past : '%s trước',\n s : 'vài giây',\n ss : '%d giây' ,\n m : 'một phút',\n mm : '%d phút',\n h : 'một giờ',\n hh : '%d giờ',\n d : 'một ngày',\n dd : '%d ngày',\n M : 'một tháng',\n MM : '%d tháng',\n y : 'một năm',\n yy : '%d năm'\n },\n dayOfMonthOrdinalParse: /\\d{1,2}/,\n ordinal : function (number) {\n return number;\n },\n week : {\n dow : 1, // Monday is the first day of the week.\n doy : 4 // The week that contains Jan 4th is the first week of the year.\n }\n });\n\n return vi;\n\n})));\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n var xPseudo = moment.defineLocale('x-pseudo', {\n months : 'J~áñúá~rý_F~ébrú~árý_~Márc~h_Áp~ríl_~Máý_~Júñé~_Júl~ý_Áú~gúst~_Sép~témb~ér_Ó~ctób~ér_Ñ~óvém~bér_~Décé~mbér'.split('_'),\n monthsShort : 'J~áñ_~Féb_~Már_~Ápr_~Máý_~Júñ_~Júl_~Áúg_~Sép_~Óct_~Ñóv_~Déc'.split('_'),\n monthsParseExact : true,\n weekdays : 'S~úñdá~ý_Mó~ñdáý~_Túé~sdáý~_Wéd~ñésd~áý_T~húrs~dáý_~Fríd~áý_S~átúr~dáý'.split('_'),\n weekdaysShort : 'S~úñ_~Móñ_~Túé_~Wéd_~Thú_~Frí_~Sát'.split('_'),\n weekdaysMin : 'S~ú_Mó~_Tú_~Wé_T~h_Fr~_Sá'.split('_'),\n weekdaysParseExact : true,\n longDateFormat : {\n LT : 'HH:mm',\n L : 'DD/MM/YYYY',\n LL : 'D MMMM YYYY',\n LLL : 'D MMMM YYYY HH:mm',\n LLLL : 'dddd, D MMMM YYYY HH:mm'\n },\n calendar : {\n sameDay : '[T~ódá~ý át] LT',\n nextDay : '[T~ómó~rró~w át] LT',\n nextWeek : 'dddd [át] LT',\n lastDay : '[Ý~ést~érdá~ý át] LT',\n lastWeek : '[L~ást] dddd [át] LT',\n sameElse : 'L'\n },\n relativeTime : {\n future : 'í~ñ %s',\n past : '%s á~gó',\n s : 'á ~féw ~sécó~ñds',\n ss : '%d s~écóñ~ds',\n m : 'á ~míñ~úté',\n mm : '%d m~íñú~tés',\n h : 'á~ñ hó~úr',\n hh : '%d h~óúrs',\n d : 'á ~dáý',\n dd : '%d d~áýs',\n M : 'á ~móñ~th',\n MM : '%d m~óñt~hs',\n y : 'á ~ýéár',\n yy : '%d ý~éárs'\n },\n dayOfMonthOrdinalParse: /\\d{1,2}(th|st|nd|rd)/,\n ordinal : function (number) {\n var b = number % 10,\n output = (~~(number % 100 / 10) === 1) ? 'th' :\n (b === 1) ? 'st' :\n (b === 2) ? 'nd' :\n (b === 3) ? 'rd' : 'th';\n return number + output;\n },\n week : {\n dow : 1, // Monday is the first day of the week.\n doy : 4 // The week that contains Jan 4th is the first week of the year.\n }\n });\n\n return xPseudo;\n\n})));\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n var yo = moment.defineLocale('yo', {\n months : 'Sẹ́rẹ́_Èrèlè_Ẹrẹ̀nà_Ìgbé_Èbibi_Òkùdu_Agẹmo_Ògún_Owewe_Ọ̀wàrà_Bélú_Ọ̀pẹ̀̀'.split('_'),\n monthsShort : 'Sẹ́r_Èrl_Ẹrn_Ìgb_Èbi_Òkù_Agẹ_Ògú_Owe_Ọ̀wà_Bél_Ọ̀pẹ̀̀'.split('_'),\n weekdays : 'Àìkú_Ajé_Ìsẹ́gun_Ọjọ́rú_Ọjọ́bọ_Ẹtì_Àbámẹ́ta'.split('_'),\n weekdaysShort : 'Àìk_Ajé_Ìsẹ́_Ọjr_Ọjb_Ẹtì_Àbá'.split('_'),\n weekdaysMin : 'Àì_Aj_Ìs_Ọr_Ọb_Ẹt_Àb'.split('_'),\n longDateFormat : {\n LT : 'h:mm A',\n LTS : 'h:mm:ss A',\n L : 'DD/MM/YYYY',\n LL : 'D MMMM YYYY',\n LLL : 'D MMMM YYYY h:mm A',\n LLLL : 'dddd, D MMMM YYYY h:mm A'\n },\n calendar : {\n sameDay : '[Ònì ni] LT',\n nextDay : '[Ọ̀la ni] LT',\n nextWeek : 'dddd [Ọsẹ̀ tón\\'bọ] [ni] LT',\n lastDay : '[Àna ni] LT',\n lastWeek : 'dddd [Ọsẹ̀ tólọ́] [ni] LT',\n sameElse : 'L'\n },\n relativeTime : {\n future : 'ní %s',\n past : '%s kọjá',\n s : 'ìsẹjú aayá die',\n ss :'aayá %d',\n m : 'ìsẹjú kan',\n mm : 'ìsẹjú %d',\n h : 'wákati kan',\n hh : 'wákati %d',\n d : 'ọjọ́ kan',\n dd : 'ọjọ́ %d',\n M : 'osù kan',\n MM : 'osù %d',\n y : 'ọdún kan',\n yy : 'ọdún %d'\n },\n dayOfMonthOrdinalParse : /ọjọ́\\s\\d{1,2}/,\n ordinal : 'ọjọ́ %d',\n week : {\n dow : 1, // Monday is the first day of the week.\n doy : 4 // The week that contains Jan 4th is the first week of the year.\n }\n });\n\n return yo;\n\n})));\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n var zhCn = moment.defineLocale('zh-cn', {\n months : '一月_二月_三月_四月_五月_六月_七月_八月_九月_十月_十一月_十二月'.split('_'),\n monthsShort : '1月_2月_3月_4月_5月_6月_7月_8月_9月_10月_11月_12月'.split('_'),\n weekdays : '星期日_星期一_星期二_星期三_星期四_星期五_星期六'.split('_'),\n weekdaysShort : '周日_周一_周二_周三_周四_周五_周六'.split('_'),\n weekdaysMin : '日_一_二_三_四_五_六'.split('_'),\n longDateFormat : {\n LT : 'HH:mm',\n LTS : 'HH:mm:ss',\n L : 'YYYY/MM/DD',\n LL : 'YYYY年M月D日',\n LLL : 'YYYY年M月D日Ah点mm分',\n LLLL : 'YYYY年M月D日ddddAh点mm分',\n l : 'YYYY/M/D',\n ll : 'YYYY年M月D日',\n lll : 'YYYY年M月D日 HH:mm',\n llll : 'YYYY年M月D日dddd HH:mm'\n },\n meridiemParse: /凌晨|早上|上午|中午|下午|晚上/,\n meridiemHour: function (hour, meridiem) {\n if (hour === 12) {\n hour = 0;\n }\n if (meridiem === '凌晨' || meridiem === '早上' ||\n meridiem === '上午') {\n return hour;\n } else if (meridiem === '下午' || meridiem === '晚上') {\n return hour + 12;\n } else {\n // '中午'\n return hour >= 11 ? hour : hour + 12;\n }\n },\n meridiem : function (hour, minute, isLower) {\n var hm = hour * 100 + minute;\n if (hm < 600) {\n return '凌晨';\n } else if (hm < 900) {\n return '早上';\n } else if (hm < 1130) {\n return '上午';\n } else if (hm < 1230) {\n return '中午';\n } else if (hm < 1800) {\n return '下午';\n } else {\n return '晚上';\n }\n },\n calendar : {\n sameDay : '[今天]LT',\n nextDay : '[明天]LT',\n nextWeek : '[下]ddddLT',\n lastDay : '[昨天]LT',\n lastWeek : '[上]ddddLT',\n sameElse : 'L'\n },\n dayOfMonthOrdinalParse: /\\d{1,2}(日|月|周)/,\n ordinal : function (number, period) {\n switch (period) {\n case 'd':\n case 'D':\n case 'DDD':\n return number + '日';\n case 'M':\n return number + '月';\n case 'w':\n case 'W':\n return number + '周';\n default:\n return number;\n }\n },\n relativeTime : {\n future : '%s内',\n past : '%s前',\n s : '几秒',\n ss : '%d 秒',\n m : '1 分钟',\n mm : '%d 分钟',\n h : '1 小时',\n hh : '%d 小时',\n d : '1 天',\n dd : '%d 天',\n M : '1 个月',\n MM : '%d 个月',\n y : '1 年',\n yy : '%d 年'\n },\n week : {\n // GB/T 7408-1994《数据元和交换格式·信息交换·日期和时间表示法》与ISO 8601:1988等效\n dow : 1, // Monday is the first day of the week.\n doy : 4 // The week that contains Jan 4th is the first week of the year.\n }\n });\n\n return zhCn;\n\n})));\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n var zhHk = moment.defineLocale('zh-hk', {\n months : '一月_二月_三月_四月_五月_六月_七月_八月_九月_十月_十一月_十二月'.split('_'),\n monthsShort : '1月_2月_3月_4月_5月_6月_7月_8月_9月_10月_11月_12月'.split('_'),\n weekdays : '星期日_星期一_星期二_星期三_星期四_星期五_星期六'.split('_'),\n weekdaysShort : '週日_週一_週二_週三_週四_週五_週六'.split('_'),\n weekdaysMin : '日_一_二_三_四_五_六'.split('_'),\n longDateFormat : {\n LT : 'HH:mm',\n LTS : 'HH:mm:ss',\n L : 'YYYY/MM/DD',\n LL : 'YYYY年M月D日',\n LLL : 'YYYY年M月D日 HH:mm',\n LLLL : 'YYYY年M月D日dddd HH:mm',\n l : 'YYYY/M/D',\n ll : 'YYYY年M月D日',\n lll : 'YYYY年M月D日 HH:mm',\n llll : 'YYYY年M月D日dddd HH:mm'\n },\n meridiemParse: /凌晨|早上|上午|中午|下午|晚上/,\n meridiemHour : function (hour, meridiem) {\n if (hour === 12) {\n hour = 0;\n }\n if (meridiem === '凌晨' || meridiem === '早上' || meridiem === '上午') {\n return hour;\n } else if (meridiem === '中午') {\n return hour >= 11 ? hour : hour + 12;\n } else if (meridiem === '下午' || meridiem === '晚上') {\n return hour + 12;\n }\n },\n meridiem : function (hour, minute, isLower) {\n var hm = hour * 100 + minute;\n if (hm < 600) {\n return '凌晨';\n } else if (hm < 900) {\n return '早上';\n } else if (hm < 1130) {\n return '上午';\n } else if (hm < 1230) {\n return '中午';\n } else if (hm < 1800) {\n return '下午';\n } else {\n return '晚上';\n }\n },\n calendar : {\n sameDay : '[今天]LT',\n nextDay : '[明天]LT',\n nextWeek : '[下]ddddLT',\n lastDay : '[昨天]LT',\n lastWeek : '[上]ddddLT',\n sameElse : 'L'\n },\n dayOfMonthOrdinalParse: /\\d{1,2}(日|月|週)/,\n ordinal : function (number, period) {\n switch (period) {\n case 'd' :\n case 'D' :\n case 'DDD' :\n return number + '日';\n case 'M' :\n return number + '月';\n case 'w' :\n case 'W' :\n return number + '週';\n default :\n return number;\n }\n },\n relativeTime : {\n future : '%s內',\n past : '%s前',\n s : '幾秒',\n ss : '%d 秒',\n m : '1 分鐘',\n mm : '%d 分鐘',\n h : '1 小時',\n hh : '%d 小時',\n d : '1 天',\n dd : '%d 天',\n M : '1 個月',\n MM : '%d 個月',\n y : '1 年',\n yy : '%d 年'\n }\n });\n\n return zhHk;\n\n})));\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n var zhTw = moment.defineLocale('zh-tw', {\n months : '一月_二月_三月_四月_五月_六月_七月_八月_九月_十月_十一月_十二月'.split('_'),\n monthsShort : '1月_2月_3月_4月_5月_6月_7月_8月_9月_10月_11月_12月'.split('_'),\n weekdays : '星期日_星期一_星期二_星期三_星期四_星期五_星期六'.split('_'),\n weekdaysShort : '週日_週一_週二_週三_週四_週五_週六'.split('_'),\n weekdaysMin : '日_一_二_三_四_五_六'.split('_'),\n longDateFormat : {\n LT : 'HH:mm',\n LTS : 'HH:mm:ss',\n L : 'YYYY/MM/DD',\n LL : 'YYYY年M月D日',\n LLL : 'YYYY年M月D日 HH:mm',\n LLLL : 'YYYY年M月D日dddd HH:mm',\n l : 'YYYY/M/D',\n ll : 'YYYY年M月D日',\n lll : 'YYYY年M月D日 HH:mm',\n llll : 'YYYY年M月D日dddd HH:mm'\n },\n meridiemParse: /凌晨|早上|上午|中午|下午|晚上/,\n meridiemHour : function (hour, meridiem) {\n if (hour === 12) {\n hour = 0;\n }\n if (meridiem === '凌晨' || meridiem === '早上' || meridiem === '上午') {\n return hour;\n } else if (meridiem === '中午') {\n return hour >= 11 ? hour : hour + 12;\n } else if (meridiem === '下午' || meridiem === '晚上') {\n return hour + 12;\n }\n },\n meridiem : function (hour, minute, isLower) {\n var hm = hour * 100 + minute;\n if (hm < 600) {\n return '凌晨';\n } else if (hm < 900) {\n return '早上';\n } else if (hm < 1130) {\n return '上午';\n } else if (hm < 1230) {\n return '中午';\n } else if (hm < 1800) {\n return '下午';\n } else {\n return '晚上';\n }\n },\n calendar : {\n sameDay : '[今天] LT',\n nextDay : '[明天] LT',\n nextWeek : '[下]dddd LT',\n lastDay : '[昨天] LT',\n lastWeek : '[上]dddd LT',\n sameElse : 'L'\n },\n dayOfMonthOrdinalParse: /\\d{1,2}(日|月|週)/,\n ordinal : function (number, period) {\n switch (period) {\n case 'd' :\n case 'D' :\n case 'DDD' :\n return number + '日';\n case 'M' :\n return number + '月';\n case 'w' :\n case 'W' :\n return number + '週';\n default :\n return number;\n }\n },\n relativeTime : {\n future : '%s內',\n past : '%s前',\n s : '幾秒',\n ss : '%d 秒',\n m : '1 分鐘',\n mm : '%d 分鐘',\n h : '1 小時',\n hh : '%d 小時',\n d : '1 天',\n dd : '%d 天',\n M : '1 個月',\n MM : '%d 個月',\n y : '1 年',\n yy : '%d 年'\n }\n });\n\n return zhTw;\n\n})));\n","var DESCRIPTORS = require('../internals/descriptors');\nvar propertyIsEnumerableModule = require('../internals/object-property-is-enumerable');\nvar createPropertyDescriptor = require('../internals/create-property-descriptor');\nvar toIndexedObject = require('../internals/to-indexed-object');\nvar toPrimitive = require('../internals/to-primitive');\nvar has = require('../internals/has');\nvar IE8_DOM_DEFINE = require('../internals/ie8-dom-define');\n\nvar nativeGetOwnPropertyDescriptor = Object.getOwnPropertyDescriptor;\n\n// `Object.getOwnPropertyDescriptor` method\n// https://tc39.github.io/ecma262/#sec-object.getownpropertydescriptor\nexports.f = DESCRIPTORS ? nativeGetOwnPropertyDescriptor : function getOwnPropertyDescriptor(O, P) {\n O = toIndexedObject(O);\n P = toPrimitive(P, true);\n if (IE8_DOM_DEFINE) try {\n return nativeGetOwnPropertyDescriptor(O, P);\n } catch (error) { /* empty */ }\n if (has(O, P)) return createPropertyDescriptor(!propertyIsEnumerableModule.f.call(O, P), O[P]);\n};\n","'use strict';\nvar nativePropertyIsEnumerable = {}.propertyIsEnumerable;\nvar getOwnPropertyDescriptor = Object.getOwnPropertyDescriptor;\n\n// Nashorn ~ JDK8 bug\nvar NASHORN_BUG = getOwnPropertyDescriptor && !nativePropertyIsEnumerable.call({ 1: 2 }, 1);\n\n// `Object.prototype.propertyIsEnumerable` method implementation\n// https://tc39.github.io/ecma262/#sec-object.prototype.propertyisenumerable\nexports.f = NASHORN_BUG ? function propertyIsEnumerable(V) {\n var descriptor = getOwnPropertyDescriptor(this, V);\n return !!descriptor && descriptor.enumerable;\n} : nativePropertyIsEnumerable;\n","module.exports = function (bitmap, value) {\n return {\n enumerable: !(bitmap & 1),\n configurable: !(bitmap & 2),\n writable: !(bitmap & 4),\n value: value\n };\n};\n","var fails = require('../internals/fails');\nvar classof = require('../internals/classof-raw');\n\nvar split = ''.split;\n\n// fallback for non-array-like ES3 and non-enumerable old V8 strings\nmodule.exports = fails(function () {\n // throws an error in rhino, see https://github.com/mozilla/rhino/issues/346\n // eslint-disable-next-line no-prototype-builtins\n return !Object('z').propertyIsEnumerable(0);\n}) ? function (it) {\n return classof(it) == 'String' ? split.call(it, '') : Object(it);\n} : Object;\n","// `RequireObjectCoercible` abstract operation\n// https://tc39.github.io/ecma262/#sec-requireobjectcoercible\nmodule.exports = function (it) {\n if (it == undefined) throw TypeError(\"Can't call method on \" + it);\n return it;\n};\n","var isObject = require('../internals/is-object');\n\n// `ToPrimitive` abstract operation\n// https://tc39.github.io/ecma262/#sec-toprimitive\n// instead of the ES6 spec version, we didn't implement @@toPrimitive case\n// and the second argument - flag - preferred type is a string\nmodule.exports = function (input, PREFERRED_STRING) {\n if (!isObject(input)) return input;\n var fn, val;\n if (PREFERRED_STRING && typeof (fn = input.toString) == 'function' && !isObject(val = fn.call(input))) return val;\n if (typeof (fn = input.valueOf) == 'function' && !isObject(val = fn.call(input))) return val;\n if (!PREFERRED_STRING && typeof (fn = input.toString) == 'function' && !isObject(val = fn.call(input))) return val;\n throw TypeError(\"Can't convert object to primitive value\");\n};\n","var DESCRIPTORS = require('../internals/descriptors');\nvar fails = require('../internals/fails');\nvar createElement = require('../internals/document-create-element');\n\n// Thank's IE8 for his funny defineProperty\nmodule.exports = !DESCRIPTORS && !fails(function () {\n return Object.defineProperty(createElement('div'), 'a', {\n get: function () { return 7; }\n }).a != 7;\n});\n","var DESCRIPTORS = require('../internals/descriptors');\nvar IE8_DOM_DEFINE = require('../internals/ie8-dom-define');\nvar anObject = require('../internals/an-object');\nvar toPrimitive = require('../internals/to-primitive');\n\nvar nativeDefineProperty = Object.defineProperty;\n\n// `Object.defineProperty` method\n// https://tc39.github.io/ecma262/#sec-object.defineproperty\nexports.f = DESCRIPTORS ? nativeDefineProperty : function defineProperty(O, P, Attributes) {\n anObject(O);\n P = toPrimitive(P, true);\n anObject(Attributes);\n if (IE8_DOM_DEFINE) try {\n return nativeDefineProperty(O, P, Attributes);\n } catch (error) { /* empty */ }\n if ('get' in Attributes || 'set' in Attributes) throw TypeError('Accessors not supported');\n if ('value' in Attributes) O[P] = Attributes.value;\n return O;\n};\n","var isObject = require('../internals/is-object');\n\nmodule.exports = function (it) {\n if (!isObject(it)) {\n throw TypeError(String(it) + ' is not an object');\n } return it;\n};\n","var store = require('../internals/shared-store');\n\nvar functionToString = Function.toString;\n\n// this helper broken in `3.4.1-3.4.4`, so we can't use `shared` helper\nif (typeof store.inspectSource != 'function') {\n store.inspectSource = function (it) {\n return functionToString.call(it);\n };\n}\n\nmodule.exports = store.inspectSource;\n","var global = require('../internals/global');\nvar setGlobal = require('../internals/set-global');\n\nvar SHARED = '__core-js_shared__';\nvar store = global[SHARED] || setGlobal(SHARED, {});\n\nmodule.exports = store;\n","module.exports = {};\n","var has = require('../internals/has');\nvar toIndexedObject = require('../internals/to-indexed-object');\nvar indexOf = require('../internals/array-includes').indexOf;\nvar hiddenKeys = require('../internals/hidden-keys');\n\nmodule.exports = function (object, names) {\n var O = toIndexedObject(object);\n var i = 0;\n var result = [];\n var key;\n for (key in O) !has(hiddenKeys, key) && has(O, key) && result.push(key);\n // Don't enum bug & hidden keys\n while (names.length > i) if (has(O, key = names[i++])) {\n ~indexOf(result, key) || result.push(key);\n }\n return result;\n};\n","var ceil = Math.ceil;\nvar floor = Math.floor;\n\n// `ToInteger` abstract operation\n// https://tc39.github.io/ecma262/#sec-tointeger\nmodule.exports = function (argument) {\n return isNaN(argument = +argument) ? 0 : (argument > 0 ? floor : ceil)(argument);\n};\n","// IE8- don't enum bug keys\nmodule.exports = [\n 'constructor',\n 'hasOwnProperty',\n 'isPrototypeOf',\n 'propertyIsEnumerable',\n 'toLocaleString',\n 'toString',\n 'valueOf'\n];\n","exports.f = Object.getOwnPropertySymbols;\n","'use strict';\n\nmodule.exports = function bind(fn, thisArg) {\n return function wrap() {\n var args = new Array(arguments.length);\n for (var i = 0; i < args.length; i++) {\n args[i] = arguments[i];\n }\n return fn.apply(thisArg, args);\n };\n};\n","'use strict';\n\nvar utils = require('./../utils');\n\nfunction encode(val) {\n return encodeURIComponent(val).\n replace(/%40/gi, '@').\n replace(/%3A/gi, ':').\n replace(/%24/g, '$').\n replace(/%2C/gi, ',').\n replace(/%20/g, '+').\n replace(/%5B/gi, '[').\n replace(/%5D/gi, ']');\n}\n\n/**\n * Build a URL by appending params to the end\n *\n * @param {string} url The base of the url (e.g., http://www.google.com)\n * @param {object} [params] The params to be appended\n * @returns {string} The formatted url\n */\nmodule.exports = function buildURL(url, params, paramsSerializer) {\n /*eslint no-param-reassign:0*/\n if (!params) {\n return url;\n }\n\n var serializedParams;\n if (paramsSerializer) {\n serializedParams = paramsSerializer(params);\n } else if (utils.isURLSearchParams(params)) {\n serializedParams = params.toString();\n } else {\n var parts = [];\n\n utils.forEach(params, function serialize(val, key) {\n if (val === null || typeof val === 'undefined') {\n return;\n }\n\n if (utils.isArray(val)) {\n key = key + '[]';\n } else {\n val = [val];\n }\n\n utils.forEach(val, function parseValue(v) {\n if (utils.isDate(v)) {\n v = v.toISOString();\n } else if (utils.isObject(v)) {\n v = JSON.stringify(v);\n }\n parts.push(encode(key) + '=' + encode(v));\n });\n });\n\n serializedParams = parts.join('&');\n }\n\n if (serializedParams) {\n var hashmarkIndex = url.indexOf('#');\n if (hashmarkIndex !== -1) {\n url = url.slice(0, hashmarkIndex);\n }\n\n url += (url.indexOf('?') === -1 ? '?' : '&') + serializedParams;\n }\n\n return url;\n};\n","'use strict';\n\nmodule.exports = function isCancel(value) {\n return !!(value && value.__CANCEL__);\n};\n","'use strict';\n\nvar utils = require('./utils');\nvar normalizeHeaderName = require('./helpers/normalizeHeaderName');\n\nvar DEFAULT_CONTENT_TYPE = {\n 'Content-Type': 'application/x-www-form-urlencoded'\n};\n\nfunction setContentTypeIfUnset(headers, value) {\n if (!utils.isUndefined(headers) && utils.isUndefined(headers['Content-Type'])) {\n headers['Content-Type'] = value;\n }\n}\n\nfunction getDefaultAdapter() {\n var adapter;\n if (typeof XMLHttpRequest !== 'undefined') {\n // For browsers use XHR adapter\n adapter = require('./adapters/xhr');\n } else if (typeof process !== 'undefined' && Object.prototype.toString.call(process) === '[object process]') {\n // For node use HTTP adapter\n adapter = require('./adapters/http');\n }\n return adapter;\n}\n\nvar defaults = {\n adapter: getDefaultAdapter(),\n\n transformRequest: [function transformRequest(data, headers) {\n normalizeHeaderName(headers, 'Accept');\n normalizeHeaderName(headers, 'Content-Type');\n if (utils.isFormData(data) ||\n utils.isArrayBuffer(data) ||\n utils.isBuffer(data) ||\n utils.isStream(data) ||\n utils.isFile(data) ||\n utils.isBlob(data)\n ) {\n return data;\n }\n if (utils.isArrayBufferView(data)) {\n return data.buffer;\n }\n if (utils.isURLSearchParams(data)) {\n setContentTypeIfUnset(headers, 'application/x-www-form-urlencoded;charset=utf-8');\n return data.toString();\n }\n if (utils.isObject(data)) {\n setContentTypeIfUnset(headers, 'application/json;charset=utf-8');\n return JSON.stringify(data);\n }\n return data;\n }],\n\n transformResponse: [function transformResponse(data) {\n /*eslint no-param-reassign:0*/\n if (typeof data === 'string') {\n try {\n data = JSON.parse(data);\n } catch (e) { /* Ignore */ }\n }\n return data;\n }],\n\n /**\n * A timeout in milliseconds to abort a request. If set to 0 (default) a\n * timeout is not created.\n */\n timeout: 0,\n\n xsrfCookieName: 'XSRF-TOKEN',\n xsrfHeaderName: 'X-XSRF-TOKEN',\n\n maxContentLength: -1,\n\n validateStatus: function validateStatus(status) {\n return status >= 200 && status < 300;\n }\n};\n\ndefaults.headers = {\n common: {\n 'Accept': 'application/json, text/plain, */*'\n }\n};\n\nutils.forEach(['delete', 'get', 'head'], function forEachMethodNoData(method) {\n defaults.headers[method] = {};\n});\n\nutils.forEach(['post', 'put', 'patch'], function forEachMethodWithData(method) {\n defaults.headers[method] = utils.merge(DEFAULT_CONTENT_TYPE);\n});\n\nmodule.exports = defaults;\n","'use strict';\n\nvar utils = require('./../utils');\nvar settle = require('./../core/settle');\nvar buildURL = require('./../helpers/buildURL');\nvar buildFullPath = require('../core/buildFullPath');\nvar parseHeaders = require('./../helpers/parseHeaders');\nvar isURLSameOrigin = require('./../helpers/isURLSameOrigin');\nvar createError = require('../core/createError');\n\nmodule.exports = function xhrAdapter(config) {\n return new Promise(function dispatchXhrRequest(resolve, reject) {\n var requestData = config.data;\n var requestHeaders = config.headers;\n\n if (utils.isFormData(requestData)) {\n delete requestHeaders['Content-Type']; // Let the browser set it\n }\n\n var request = new XMLHttpRequest();\n\n // HTTP basic authentication\n if (config.auth) {\n var username = config.auth.username || '';\n var password = config.auth.password || '';\n requestHeaders.Authorization = 'Basic ' + btoa(username + ':' + password);\n }\n\n var fullPath = buildFullPath(config.baseURL, config.url);\n request.open(config.method.toUpperCase(), buildURL(fullPath, config.params, config.paramsSerializer), true);\n\n // Set the request timeout in MS\n request.timeout = config.timeout;\n\n // Listen for ready state\n request.onreadystatechange = function handleLoad() {\n if (!request || request.readyState !== 4) {\n return;\n }\n\n // The request errored out and we didn't get a response, this will be\n // handled by onerror instead\n // With one exception: request that using file: protocol, most browsers\n // will return status as 0 even though it's a successful request\n if (request.status === 0 && !(request.responseURL && request.responseURL.indexOf('file:') === 0)) {\n return;\n }\n\n // Prepare the response\n var responseHeaders = 'getAllResponseHeaders' in request ? parseHeaders(request.getAllResponseHeaders()) : null;\n var responseData = !config.responseType || config.responseType === 'text' ? request.responseText : request.response;\n var response = {\n data: responseData,\n status: request.status,\n statusText: request.statusText,\n headers: responseHeaders,\n config: config,\n request: request\n };\n\n settle(resolve, reject, response);\n\n // Clean up request\n request = null;\n };\n\n // Handle browser request cancellation (as opposed to a manual cancellation)\n request.onabort = function handleAbort() {\n if (!request) {\n return;\n }\n\n reject(createError('Request aborted', config, 'ECONNABORTED', request));\n\n // Clean up request\n request = null;\n };\n\n // Handle low level network errors\n request.onerror = function handleError() {\n // Real errors are hidden from us by the browser\n // onerror should only fire if it's a network error\n reject(createError('Network Error', config, null, request));\n\n // Clean up request\n request = null;\n };\n\n // Handle timeout\n request.ontimeout = function handleTimeout() {\n var timeoutErrorMessage = 'timeout of ' + config.timeout + 'ms exceeded';\n if (config.timeoutErrorMessage) {\n timeoutErrorMessage = config.timeoutErrorMessage;\n }\n reject(createError(timeoutErrorMessage, config, 'ECONNABORTED',\n request));\n\n // Clean up request\n request = null;\n };\n\n // Add xsrf header\n // This is only done if running in a standard browser environment.\n // Specifically not if we're in a web worker, or react-native.\n if (utils.isStandardBrowserEnv()) {\n var cookies = require('./../helpers/cookies');\n\n // Add xsrf header\n var xsrfValue = (config.withCredentials || isURLSameOrigin(fullPath)) && config.xsrfCookieName ?\n cookies.read(config.xsrfCookieName) :\n undefined;\n\n if (xsrfValue) {\n requestHeaders[config.xsrfHeaderName] = xsrfValue;\n }\n }\n\n // Add headers to the request\n if ('setRequestHeader' in request) {\n utils.forEach(requestHeaders, function setRequestHeader(val, key) {\n if (typeof requestData === 'undefined' && key.toLowerCase() === 'content-type') {\n // Remove Content-Type if data is undefined\n delete requestHeaders[key];\n } else {\n // Otherwise add header to the request\n request.setRequestHeader(key, val);\n }\n });\n }\n\n // Add withCredentials to request if needed\n if (!utils.isUndefined(config.withCredentials)) {\n request.withCredentials = !!config.withCredentials;\n }\n\n // Add responseType to request if needed\n if (config.responseType) {\n try {\n request.responseType = config.responseType;\n } catch (e) {\n // Expected DOMException thrown by browsers not compatible XMLHttpRequest Level 2.\n // But, this can be suppressed for 'json' type as it can be parsed by default 'transformResponse' function.\n if (config.responseType !== 'json') {\n throw e;\n }\n }\n }\n\n // Handle progress if needed\n if (typeof config.onDownloadProgress === 'function') {\n request.addEventListener('progress', config.onDownloadProgress);\n }\n\n // Not all browsers support upload events\n if (typeof config.onUploadProgress === 'function' && request.upload) {\n request.upload.addEventListener('progress', config.onUploadProgress);\n }\n\n if (config.cancelToken) {\n // Handle cancellation\n config.cancelToken.promise.then(function onCanceled(cancel) {\n if (!request) {\n return;\n }\n\n request.abort();\n reject(cancel);\n // Clean up request\n request = null;\n });\n }\n\n if (requestData === undefined) {\n requestData = null;\n }\n\n // Send the request\n request.send(requestData);\n });\n};\n","'use strict';\n\nvar enhanceError = require('./enhanceError');\n\n/**\n * Create an Error with the specified message, config, error code, request and response.\n *\n * @param {string} message The error message.\n * @param {Object} config The config.\n * @param {string} [code] The error code (for example, 'ECONNABORTED').\n * @param {Object} [request] The request.\n * @param {Object} [response] The response.\n * @returns {Error} The created error.\n */\nmodule.exports = function createError(message, config, code, request, response) {\n var error = new Error(message);\n return enhanceError(error, config, code, request, response);\n};\n","'use strict';\n\nvar utils = require('../utils');\n\n/**\n * Config-specific merge-function which creates a new config-object\n * by merging two configuration objects together.\n *\n * @param {Object} config1\n * @param {Object} config2\n * @returns {Object} New object resulting from merging config2 to config1\n */\nmodule.exports = function mergeConfig(config1, config2) {\n // eslint-disable-next-line no-param-reassign\n config2 = config2 || {};\n var config = {};\n\n var valueFromConfig2Keys = ['url', 'method', 'params', 'data'];\n var mergeDeepPropertiesKeys = ['headers', 'auth', 'proxy'];\n var defaultToConfig2Keys = [\n 'baseURL', 'url', 'transformRequest', 'transformResponse', 'paramsSerializer',\n 'timeout', 'withCredentials', 'adapter', 'responseType', 'xsrfCookieName',\n 'xsrfHeaderName', 'onUploadProgress', 'onDownloadProgress',\n 'maxContentLength', 'validateStatus', 'maxRedirects', 'httpAgent',\n 'httpsAgent', 'cancelToken', 'socketPath'\n ];\n\n utils.forEach(valueFromConfig2Keys, function valueFromConfig2(prop) {\n if (typeof config2[prop] !== 'undefined') {\n config[prop] = config2[prop];\n }\n });\n\n utils.forEach(mergeDeepPropertiesKeys, function mergeDeepProperties(prop) {\n if (utils.isObject(config2[prop])) {\n config[prop] = utils.deepMerge(config1[prop], config2[prop]);\n } else if (typeof config2[prop] !== 'undefined') {\n config[prop] = config2[prop];\n } else if (utils.isObject(config1[prop])) {\n config[prop] = utils.deepMerge(config1[prop]);\n } else if (typeof config1[prop] !== 'undefined') {\n config[prop] = config1[prop];\n }\n });\n\n utils.forEach(defaultToConfig2Keys, function defaultToConfig2(prop) {\n if (typeof config2[prop] !== 'undefined') {\n config[prop] = config2[prop];\n } else if (typeof config1[prop] !== 'undefined') {\n config[prop] = config1[prop];\n }\n });\n\n var axiosKeys = valueFromConfig2Keys\n .concat(mergeDeepPropertiesKeys)\n .concat(defaultToConfig2Keys);\n\n var otherKeys = Object\n .keys(config2)\n .filter(function filterAxiosKeys(key) {\n return axiosKeys.indexOf(key) === -1;\n });\n\n utils.forEach(otherKeys, function otherKeysDefaultToConfig2(prop) {\n if (typeof config2[prop] !== 'undefined') {\n config[prop] = config2[prop];\n } else if (typeof config1[prop] !== 'undefined') {\n config[prop] = config1[prop];\n }\n });\n\n return config;\n};\n","'use strict';\n\n/**\n * A `Cancel` is an object that is thrown when an operation is canceled.\n *\n * @class\n * @param {string=} message The message.\n */\nfunction Cancel(message) {\n this.message = message;\n}\n\nCancel.prototype.toString = function toString() {\n return 'Cancel' + (this.message ? ': ' + this.message : '');\n};\n\nCancel.prototype.__CANCEL__ = true;\n\nmodule.exports = Cancel;\n","var DESCRIPTORS = require('../internals/descriptors');\nvar propertyIsEnumerableModule = require('../internals/object-property-is-enumerable');\nvar createPropertyDescriptor = require('../internals/create-property-descriptor');\nvar toIndexedObject = require('../internals/to-indexed-object');\nvar toPrimitive = require('../internals/to-primitive');\nvar has = require('../internals/has');\nvar IE8_DOM_DEFINE = require('../internals/ie8-dom-define');\n\nvar nativeGetOwnPropertyDescriptor = Object.getOwnPropertyDescriptor;\n\n// `Object.getOwnPropertyDescriptor` method\n// https://tc39.github.io/ecma262/#sec-object.getownpropertydescriptor\nexports.f = DESCRIPTORS ? nativeGetOwnPropertyDescriptor : function getOwnPropertyDescriptor(O, P) {\n O = toIndexedObject(O);\n P = toPrimitive(P, true);\n if (IE8_DOM_DEFINE) try {\n return nativeGetOwnPropertyDescriptor(O, P);\n } catch (error) { /* empty */ }\n if (has(O, P)) return createPropertyDescriptor(!propertyIsEnumerableModule.f.call(O, P), O[P]);\n};\n","module.exports = function (bitmap, value) {\n return {\n enumerable: !(bitmap & 1),\n configurable: !(bitmap & 2),\n writable: !(bitmap & 4),\n value: value\n };\n};\n","var fails = require('../internals/fails');\nvar classof = require('../internals/classof-raw');\n\nvar split = ''.split;\n\n// fallback for non-array-like ES3 and non-enumerable old V8 strings\nmodule.exports = fails(function () {\n // throws an error in rhino, see https://github.com/mozilla/rhino/issues/346\n // eslint-disable-next-line no-prototype-builtins\n return !Object('z').propertyIsEnumerable(0);\n}) ? function (it) {\n return classof(it) == 'String' ? split.call(it, '') : Object(it);\n} : Object;\n","var toString = {}.toString;\n\nmodule.exports = function (it) {\n return toString.call(it).slice(8, -1);\n};\n","// `RequireObjectCoercible` abstract operation\n// https://tc39.github.io/ecma262/#sec-requireobjectcoercible\nmodule.exports = function (it) {\n if (it == undefined) throw TypeError(\"Can't call method on \" + it);\n return it;\n};\n","var isObject = require('../internals/is-object');\n\n// `ToPrimitive` abstract operation\n// https://tc39.github.io/ecma262/#sec-toprimitive\n// instead of the ES6 spec version, we didn't implement @@toPrimitive case\n// and the second argument - flag - preferred type is a string\nmodule.exports = function (input, PREFERRED_STRING) {\n if (!isObject(input)) return input;\n var fn, val;\n if (PREFERRED_STRING && typeof (fn = input.toString) == 'function' && !isObject(val = fn.call(input))) return val;\n if (typeof (fn = input.valueOf) == 'function' && !isObject(val = fn.call(input))) return val;\n if (!PREFERRED_STRING && typeof (fn = input.toString) == 'function' && !isObject(val = fn.call(input))) return val;\n throw TypeError(\"Can't convert object to primitive value\");\n};\n","var DESCRIPTORS = require('../internals/descriptors');\nvar fails = require('../internals/fails');\nvar createElement = require('../internals/document-create-element');\n\n// Thank's IE8 for his funny defineProperty\nmodule.exports = !DESCRIPTORS && !fails(function () {\n return Object.defineProperty(createElement('div'), 'a', {\n get: function () { return 7; }\n }).a != 7;\n});\n","var DESCRIPTORS = require('../internals/descriptors');\nvar IE8_DOM_DEFINE = require('../internals/ie8-dom-define');\nvar anObject = require('../internals/an-object');\nvar toPrimitive = require('../internals/to-primitive');\n\nvar nativeDefineProperty = Object.defineProperty;\n\n// `Object.defineProperty` method\n// https://tc39.github.io/ecma262/#sec-object.defineproperty\nexports.f = DESCRIPTORS ? nativeDefineProperty : function defineProperty(O, P, Attributes) {\n anObject(O);\n P = toPrimitive(P, true);\n anObject(Attributes);\n if (IE8_DOM_DEFINE) try {\n return nativeDefineProperty(O, P, Attributes);\n } catch (error) { /* empty */ }\n if ('get' in Attributes || 'set' in Attributes) throw TypeError('Accessors not supported');\n if ('value' in Attributes) O[P] = Attributes.value;\n return O;\n};\n","var isObject = require('../internals/is-object');\n\nmodule.exports = function (it) {\n if (!isObject(it)) {\n throw TypeError(String(it) + ' is not an object');\n } return it;\n};\n","var store = require('../internals/shared-store');\n\nvar functionToString = Function.toString;\n\n// this helper broken in `3.4.1-3.4.4`, so we can't use `shared` helper\nif (typeof store.inspectSource != 'function') {\n store.inspectSource = function (it) {\n return functionToString.call(it);\n };\n}\n\nmodule.exports = store.inspectSource;\n","var global = require('../internals/global');\nvar setGlobal = require('../internals/set-global');\n\nvar SHARED = '__core-js_shared__';\nvar store = global[SHARED] || setGlobal(SHARED, {});\n\nmodule.exports = store;\n","var IS_PURE = require('../internals/is-pure');\nvar store = require('../internals/shared-store');\n\n(module.exports = function (key, value) {\n return store[key] || (store[key] = value !== undefined ? value : {});\n})('versions', []).push({\n version: '3.6.4',\n mode: IS_PURE ? 'pure' : 'global',\n copyright: '© 2020 Denis Pushkarev (zloirock.ru)'\n});\n","var id = 0;\nvar postfix = Math.random();\n\nmodule.exports = function (key) {\n return 'Symbol(' + String(key === undefined ? '' : key) + ')_' + (++id + postfix).toString(36);\n};\n","module.exports = {};\n","var toInteger = require('../internals/to-integer');\n\nvar min = Math.min;\n\n// `ToLength` abstract operation\n// https://tc39.github.io/ecma262/#sec-tolength\nmodule.exports = function (argument) {\n return argument > 0 ? min(toInteger(argument), 0x1FFFFFFFFFFFFF) : 0; // 2 ** 53 - 1 == 9007199254740991\n};\n","var ceil = Math.ceil;\nvar floor = Math.floor;\n\n// `ToInteger` abstract operation\n// https://tc39.github.io/ecma262/#sec-tointeger\nmodule.exports = function (argument) {\n return isNaN(argument = +argument) ? 0 : (argument > 0 ? floor : ceil)(argument);\n};\n","var fails = require('../internals/fails');\n\nmodule.exports = !!Object.getOwnPropertySymbols && !fails(function () {\n // Chrome 38 Symbol has incorrect toString conversion\n // eslint-disable-next-line no-undef\n return !String(Symbol());\n});\n","/* eslint-disable */\n\n/**\n * @copyright 2017 Christoph Wurst <christoph@winzerhof-wurst.at>\n *\n * @author 2017 Christoph Wurst <christoph@winzerhof-wurst.at>\n *\n * @license GNU AGPL version 3 or any later version\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see <http://www.gnu.org/licenses/>.\n *\n */\n\nimport $ from 'jquery'\nimport { Collection, Model, View } from 'backbone'\n\nimport OC from './index'\n\n/**\n * @class Contact\n */\nconst Contact = Model.extend({\n\tdefaults: {\n\t\tfullName: '',\n\t\tlastMessage: '',\n\t\tactions: [],\n\t\thasOneAction: false,\n\t\thasTwoActions: false,\n\t\thasManyActions: false\n\t},\n\n\t/**\n\t * @returns {undefined}\n\t */\n\tinitialize: function() {\n\t\t// Add needed property for easier template rendering\n\t\tif (this.get('actions').length === 0) {\n\t\t\tthis.set('hasOneAction', true)\n\t\t} else if (this.get('actions').length === 1) {\n\t\t\tthis.set('hasTwoActions', true)\n\t\t\tthis.set('secondAction', this.get('actions')[0])\n\t\t} else {\n\t\t\tthis.set('hasManyActions', true)\n\t\t}\n\t}\n})\n\n/**\n * @class ContactCollection\n * @private\n */\nconst ContactCollection = Collection.extend({\n\tmodel: Contact\n})\n\n/**\n * @class ContactsListView\n * @private\n */\nconst ContactsListView = View.extend({\n\n\t/** @type {ContactCollection} */\n\t_collection: undefined,\n\n\t/** @type {array} */\n\t_subViews: [],\n\n\t/**\n\t * @param {object} options\n\t * @returns {undefined}\n\t */\n\tinitialize: function(options) {\n\t\tthis._collection = options.collection\n\t},\n\n\t/**\n\t * @returns {self}\n\t */\n\trender: function() {\n\t\tvar self = this\n\t\tself.$el.html('')\n\t\tself._subViews = []\n\n\t\tself._collection.forEach(function(contact) {\n\t\t\tvar item = new ContactsListItemView({\n\t\t\t\tmodel: contact\n\t\t\t})\n\t\t\titem.render()\n\t\t\tself.$el.append(item.$el)\n\t\t\titem.on('toggle:actionmenu', self._onChildActionMenuToggle, self)\n\t\t\tself._subViews.push(item)\n\t\t})\n\n\t\treturn self\n\t},\n\n\t/**\n\t * Event callback to propagate opening (another) entry's action menu\n\t *\n\t * @param {type} $src\n\t * @returns {undefined}\n\t */\n\t_onChildActionMenuToggle: function($src) {\n\t\tthis._subViews.forEach(function(view) {\n\t\t\tview.trigger('parent:toggle:actionmenu', $src)\n\t\t})\n\t}\n})\n\n/**\n * @class ContactsListItemView\n * @private\n */\nconst ContactsListItemView = View.extend({\n\n\t/** @type {string} */\n\tclassName: 'contact',\n\n\t/** @type {undefined|function} */\n\t_template: undefined,\n\n\t/** @type {Contact} */\n\t_model: undefined,\n\n\t/** @type {boolean} */\n\t_actionMenuShown: false,\n\n\tevents: {\n\t\t'click .icon-more': '_onToggleActionsMenu'\n\t},\n\n\tcontactTemplate: require('./contactsmenu/contact.handlebars'),\n\n\t/**\n\t * @param {object} data\n\t * @returns {undefined}\n\t */\n\ttemplate: function(data) {\n\t\treturn this.contactTemplate(data)\n\t},\n\n\t/**\n\t * @param {object} options\n\t * @returns {undefined}\n\t */\n\tinitialize: function(options) {\n\t\tthis._model = options.model\n\t\tthis.on('parent:toggle:actionmenu', this._onOtherActionMenuOpened, this)\n\t},\n\n\t/**\n\t * @returns {self}\n\t */\n\trender: function() {\n\t\tthis.$el.html(this.template({\n\t\t\tcontact: this._model.toJSON()\n\t\t}))\n\t\tthis.delegateEvents()\n\n\t\t// Show placeholder if no avatar is available (avatar is rendered as img, not div)\n\t\tthis.$('div.avatar').imageplaceholder(this._model.get('fullName'))\n\n\t\t// Show tooltip for top action\n\t\tthis.$('.top-action').tooltip({ placement: 'left' })\n\t\t// Show tooltip for second action\n\t\tthis.$('.second-action').tooltip({ placement: 'left' })\n\n\t\treturn this\n\t},\n\n\t/**\n\t * Toggle the visibility of the action popover menu\n\t *\n\t * @private\n\t * @returns {undefined}\n\t */\n\t_onToggleActionsMenu: function() {\n\t\tthis._actionMenuShown = !this._actionMenuShown\n\t\tif (this._actionMenuShown) {\n\t\t\tthis.$('.menu').show()\n\t\t} else {\n\t\t\tthis.$('.menu').hide()\n\t\t}\n\t\tthis.trigger('toggle:actionmenu', this.$el)\n\t},\n\n\t/**\n\t * @private\n\t * @argument {jQuery} $src\n\t * @returns {undefined}\n\t */\n\t_onOtherActionMenuOpened: function($src) {\n\t\tif (this.$el.is($src)) {\n\t\t\t// Ignore\n\t\t\treturn\n\t\t}\n\t\tthis._actionMenuShown = false\n\t\tthis.$('.menu').hide()\n\t}\n})\n\n/**\n * @class ContactsMenuView\n * @private\n */\nconst ContactsMenuView = View.extend({\n\n\t/** @type {undefined|function} */\n\t_loadingTemplate: undefined,\n\n\t/** @type {undefined|function} */\n\t_errorTemplate: undefined,\n\n\t/** @type {undefined|function} */\n\t_contentTemplate: undefined,\n\n\t/** @type {undefined|function} */\n\t_contactsTemplate: undefined,\n\n\t/** @type {undefined|ContactCollection} */\n\t_contacts: undefined,\n\n\t/** @type {string} */\n\t_searchTerm: '',\n\n\tevents: {\n\t\t'input #contactsmenu-search': '_onSearch'\n\t},\n\n\ttemplates: {\n\t\tloading: require('./contactsmenu/loading.handlebars'),\n\t\terror: require('./contactsmenu/error.handlebars'),\n\t\tmenu: require('./contactsmenu/menu.handlebars'),\n\t\tlist: require('./contactsmenu/list.handlebars')\n\t},\n\n\t/**\n\t * @returns {undefined}\n\t */\n\t_onSearch: _.debounce(function(e) {\n\t\tvar searchTerm = this.$('#contactsmenu-search').val()\n\t\t// IE11 triggers an 'input' event after the view has been rendered\n\t\t// resulting in an endless loading loop. To prevent this, we remember\n\t\t// the last search term to savely ignore some events\n\t\t// See https://github.com/nextcloud/server/issues/5281\n\t\tif (searchTerm !== this._searchTerm) {\n\t\t\tthis.trigger('search', this.$('#contactsmenu-search').val())\n\t\t\tthis._searchTerm = searchTerm\n\t\t}\n\t}, 700),\n\n\t/**\n\t * @param {object} data\n\t * @returns {string}\n\t */\n\tloadingTemplate: function(data) {\n\t\treturn this.templates.loading(data)\n\t},\n\n\t/**\n\t * @param {object} data\n\t * @returns {string}\n\t */\n\terrorTemplate: function(data) {\n\t\treturn this.templates.error(\n\t\t\t_.extend({\n\t\t\t\tcouldNotLoadText: t('core', 'Could not load your contacts')\n\t\t\t}, data)\n\t\t)\n\t},\n\n\t/**\n\t * @param {object} data\n\t * @returns {string}\n\t */\n\tcontentTemplate: function(data) {\n\t\treturn this.templates.menu(\n\t\t\t_.extend({\n\t\t\t\tsearchContactsText: t('core', 'Search contacts …')\n\t\t\t}, data)\n\t\t)\n\t},\n\n\t/**\n\t * @param {object} data\n\t * @returns {string}\n\t */\n\tcontactsTemplate: function(data) {\n\t\treturn this.templates.list(\n\t\t\t_.extend({\n\t\t\t\tnoContactsFoundText: t('core', 'No contacts found'),\n\t\t\t\tshowAllContactsText: t('core', 'Show all contacts …'),\n\t\t\t\tcontactsAppMgmtText: t('core', 'Install the Contacts app')\n\t\t\t}, data)\n\t\t)\n\t},\n\n\t/**\n\t * @param {object} options\n\t * @returns {undefined}\n\t */\n\tinitialize: function(options) {\n\t\tthis.options = options\n\t},\n\n\t/**\n\t * @param {string} text\n\t * @returns {undefined}\n\t */\n\tshowLoading: function(text) {\n\t\tthis.render()\n\t\tthis._contacts = undefined\n\t\tthis.$('.content').html(this.loadingTemplate({\n\t\t\tloadingText: text\n\t\t}))\n\t},\n\n\t/**\n\t * @returns {undefined}\n\t */\n\tshowError: function() {\n\t\tthis.render()\n\t\tthis._contacts = undefined\n\t\tthis.$('.content').html(this.errorTemplate())\n\t},\n\n\t/**\n\t * @param {object} viewData\n\t * @param {string} searchTerm\n\t * @returns {undefined}\n\t */\n\tshowContacts: function(viewData, searchTerm) {\n\t\tthis._contacts = viewData.contacts\n\t\tthis.render({\n\t\t\tcontacts: viewData.contacts\n\t\t})\n\n\t\tvar list = new ContactsListView({\n\t\t\tcollection: viewData.contacts\n\t\t})\n\t\tlist.render()\n\t\tthis.$('.content').html(this.contactsTemplate({\n\t\t\tcontacts: viewData.contacts,\n\t\t\tsearchTerm: searchTerm,\n\t\t\tcontactsAppEnabled: viewData.contactsAppEnabled,\n\t\t\tcontactsAppURL: OC.generateUrl('/apps/contacts'),\n\t\t\tcanInstallApp: OC.isUserAdmin(),\n\t\t\tcontactsAppMgmtURL: OC.generateUrl('/settings/apps/social/contacts')\n\t\t}))\n\t\tthis.$('#contactsmenu-contacts').html(list.$el)\n\t},\n\n\t/**\n\t * @param {object} data\n\t * @returns {self}\n\t */\n\trender: function(data) {\n\t\tvar searchVal = this.$('#contactsmenu-search').val()\n\t\tthis.$el.html(this.contentTemplate(data))\n\n\t\t// Focus search\n\t\tthis.$('#contactsmenu-search').val(searchVal)\n\t\tthis.$('#contactsmenu-search').focus()\n\t\treturn this\n\t}\n\n})\n\n/**\n * @param {Object} options\n * @param {jQuery} options.el\n * @param {jQuery} options.trigger\n * @class ContactsMenu\n * @memberOf OC\n */\nconst ContactsMenu = function(options) {\n\tthis.initialize(options)\n}\n\nContactsMenu.prototype = {\n\t/** @type {jQuery} */\n\t$el: undefined,\n\n\t/** @type {jQuery} */\n\t_$trigger: undefined,\n\n\t/** @type {ContactsMenuView} */\n\t_view: undefined,\n\n\t/** @type {Promise} */\n\t_contactsPromise: undefined,\n\n\t/**\n\t * @param {Object} options\n\t * @param {jQuery} options.el - the element to render the menu in\n\t * @param {jQuery} options.trigger - the element to click on to open the menu\n\t * @returns {undefined}\n\t */\n\tinitialize: function(options) {\n\t\tthis.$el = options.el\n\t\tthis._$trigger = options.trigger\n\n\t\tthis._view = new ContactsMenuView({\n\t\t\tel: this.$el\n\t\t})\n\t\tthis._view.on('search', function(searchTerm) {\n\t\t\tthis._loadContacts(searchTerm)\n\t\t}, this)\n\n\t\tOC.registerMenu(this._$trigger, this.$el, function() {\n\t\t\tthis._toggleVisibility(true)\n\t\t}.bind(this), true)\n\t\tthis.$el.on('beforeHide', function() {\n\t\t\tthis._toggleVisibility(false)\n\t\t}.bind(this))\n\t},\n\n\t/**\n\t * @private\n\t * @param {boolean} show\n\t * @returns {Promise}\n\t */\n\t_toggleVisibility: function(show) {\n\t\tif (show) {\n\t\t\treturn this._loadContacts()\n\t\t} else {\n\t\t\tthis.$el.html('')\n\t\t\treturn Promise.resolve()\n\t\t}\n\t},\n\n\t/**\n\t * @private\n\t * @param {string|undefined} searchTerm\n\t * @returns {Promise}\n\t */\n\t_getContacts: function(searchTerm) {\n\t\tvar url = OC.generateUrl('/contactsmenu/contacts')\n\t\treturn Promise.resolve($.ajax(url, {\n\t\t\tmethod: 'POST',\n\t\t\tdata: {\n\t\t\t\tfilter: searchTerm\n\t\t\t}\n\t\t}))\n\t},\n\n\t/**\n\t * @param {string|undefined} searchTerm\n\t * @returns {undefined}\n\t */\n\t_loadContacts: function(searchTerm) {\n\t\tvar self = this\n\n\t\tif (!self._contactsPromise) {\n\t\t\tself._contactsPromise = self._getContacts(searchTerm)\n\t\t}\n\n\t\tif (_.isUndefined(searchTerm) || searchTerm === '') {\n\t\t\tself._view.showLoading(t('core', 'Loading your contacts …'))\n\t\t} else {\n\t\t\tself._view.showLoading(t('core', 'Looking for {term} …', {\n\t\t\t\tterm: searchTerm\n\t\t\t}))\n\t\t}\n\t\treturn self._contactsPromise.then(function(data) {\n\t\t\t// Convert contact entries to Backbone collection\n\t\t\tdata.contacts = new ContactCollection(data.contacts)\n\n\t\t\tself._view.showContacts(data, searchTerm)\n\t\t}, function(e) {\n\t\t\tself._view.showError()\n\t\t\tconsole.error('There was an error loading your contacts', e)\n\t\t}).then(function() {\n\t\t\t// Delete promise, so that contacts are fetched again when the\n\t\t\t// menu is opened the next time.\n\t\t\tdelete self._contactsPromise\n\t\t}).catch(console.error.bind(this))\n\t}\n}\n\nexport default ContactsMenu\n","'use strict';\nvar $ = require('../internals/export');\nvar $indexOf = require('../internals/array-includes').indexOf;\nvar arrayMethodIsStrict = require('../internals/array-method-is-strict');\nvar arrayMethodUsesToLength = require('../internals/array-method-uses-to-length');\n\nvar nativeIndexOf = [].indexOf;\n\nvar NEGATIVE_ZERO = !!nativeIndexOf && 1 / [1].indexOf(1, -0) < 0;\nvar STRICT_METHOD = arrayMethodIsStrict('indexOf');\nvar USES_TO_LENGTH = arrayMethodUsesToLength('indexOf', { ACCESSORS: true, 1: 0 });\n\n// `Array.prototype.indexOf` method\n// https://tc39.github.io/ecma262/#sec-array.prototype.indexof\n$({ target: 'Array', proto: true, forced: NEGATIVE_ZERO || !STRICT_METHOD || !USES_TO_LENGTH }, {\n indexOf: function indexOf(searchElement /* , fromIndex = 0 */) {\n return NEGATIVE_ZERO\n // convert -0 to +0\n ? nativeIndexOf.apply(this, arguments) || 0\n : $indexOf(this, searchElement, arguments.length > 1 ? arguments[1] : undefined);\n }\n});\n","var global = require('../internals/global');\nvar isObject = require('../internals/is-object');\n\nvar document = global.document;\n// typeof document.createElement is 'object' in old IE\nvar EXISTS = isObject(document) && isObject(document.createElement);\n\nmodule.exports = function (it) {\n return EXISTS ? document.createElement(it) : {};\n};\n","var NATIVE_WEAK_MAP = require('../internals/native-weak-map');\nvar global = require('../internals/global');\nvar isObject = require('../internals/is-object');\nvar createNonEnumerableProperty = require('../internals/create-non-enumerable-property');\nvar objectHas = require('../internals/has');\nvar sharedKey = require('../internals/shared-key');\nvar hiddenKeys = require('../internals/hidden-keys');\n\nvar WeakMap = global.WeakMap;\nvar set, get, has;\n\nvar enforce = function (it) {\n return has(it) ? get(it) : set(it, {});\n};\n\nvar getterFor = function (TYPE) {\n return function (it) {\n var state;\n if (!isObject(it) || (state = get(it)).type !== TYPE) {\n throw TypeError('Incompatible receiver, ' + TYPE + ' required');\n } return state;\n };\n};\n\nif (NATIVE_WEAK_MAP) {\n var store = new WeakMap();\n var wmget = store.get;\n var wmhas = store.has;\n var wmset = store.set;\n set = function (it, metadata) {\n wmset.call(store, it, metadata);\n return metadata;\n };\n get = function (it) {\n return wmget.call(store, it) || {};\n };\n has = function (it) {\n return wmhas.call(store, it);\n };\n} else {\n var STATE = sharedKey('state');\n hiddenKeys[STATE] = true;\n set = function (it, metadata) {\n createNonEnumerableProperty(it, STATE, metadata);\n return metadata;\n };\n get = function (it) {\n return objectHas(it, STATE) ? it[STATE] : {};\n };\n has = function (it) {\n return objectHas(it, STATE);\n };\n}\n\nmodule.exports = {\n set: set,\n get: get,\n has: has,\n enforce: enforce,\n getterFor: getterFor\n};\n","var global = require('../internals/global');\nvar inspectSource = require('../internals/inspect-source');\n\nvar WeakMap = global.WeakMap;\n\nmodule.exports = typeof WeakMap === 'function' && /native code/.test(inspectSource(WeakMap));\n","var shared = require('../internals/shared');\nvar uid = require('../internals/uid');\n\nvar keys = shared('keys');\n\nmodule.exports = function (key) {\n return keys[key] || (keys[key] = uid(key));\n};\n","module.exports = false;\n","var has = require('../internals/has');\nvar ownKeys = require('../internals/own-keys');\nvar getOwnPropertyDescriptorModule = require('../internals/object-get-own-property-descriptor');\nvar definePropertyModule = require('../internals/object-define-property');\n\nmodule.exports = function (target, source) {\n var keys = ownKeys(source);\n var defineProperty = definePropertyModule.f;\n var getOwnPropertyDescriptor = getOwnPropertyDescriptorModule.f;\n for (var i = 0; i < keys.length; i++) {\n var key = keys[i];\n if (!has(target, key)) defineProperty(target, key, getOwnPropertyDescriptor(source, key));\n }\n};\n","var getBuiltIn = require('../internals/get-built-in');\nvar getOwnPropertyNamesModule = require('../internals/object-get-own-property-names');\nvar getOwnPropertySymbolsModule = require('../internals/object-get-own-property-symbols');\nvar anObject = require('../internals/an-object');\n\n// all object keys, includes non-enumerable and symbols\nmodule.exports = getBuiltIn('Reflect', 'ownKeys') || function ownKeys(it) {\n var keys = getOwnPropertyNamesModule.f(anObject(it));\n var getOwnPropertySymbols = getOwnPropertySymbolsModule.f;\n return getOwnPropertySymbols ? keys.concat(getOwnPropertySymbols(it)) : keys;\n};\n","var path = require('../internals/path');\nvar global = require('../internals/global');\n\nvar aFunction = function (variable) {\n return typeof variable == 'function' ? variable : undefined;\n};\n\nmodule.exports = function (namespace, method) {\n return arguments.length < 2 ? aFunction(path[namespace]) || aFunction(global[namespace])\n : path[namespace] && path[namespace][method] || global[namespace] && global[namespace][method];\n};\n","var global = require('../internals/global');\n\nmodule.exports = global;\n","var internalObjectKeys = require('../internals/object-keys-internal');\nvar enumBugKeys = require('../internals/enum-bug-keys');\n\nvar hiddenKeys = enumBugKeys.concat('length', 'prototype');\n\n// `Object.getOwnPropertyNames` method\n// https://tc39.github.io/ecma262/#sec-object.getownpropertynames\nexports.f = Object.getOwnPropertyNames || function getOwnPropertyNames(O) {\n return internalObjectKeys(O, hiddenKeys);\n};\n","var toInteger = require('../internals/to-integer');\n\nvar max = Math.max;\nvar min = Math.min;\n\n// Helper for a popular repeating case of the spec:\n// Let integer be ? ToInteger(index).\n// If integer < 0, let result be max((length + integer), 0); else let result be min(integer, length).\nmodule.exports = function (index, length) {\n var integer = toInteger(index);\n return integer < 0 ? max(integer + length, 0) : min(integer, length);\n};\n","var fails = require('../internals/fails');\n\nvar replacement = /#|\\.prototype\\./;\n\nvar isForced = function (feature, detection) {\n var value = data[normalize(feature)];\n return value == POLYFILL ? true\n : value == NATIVE ? false\n : typeof detection == 'function' ? fails(detection)\n : !!detection;\n};\n\nvar normalize = isForced.normalize = function (string) {\n return String(string).replace(replacement, '.').toLowerCase();\n};\n\nvar data = isForced.data = {};\nvar NATIVE = isForced.NATIVE = 'N';\nvar POLYFILL = isForced.POLYFILL = 'P';\n\nmodule.exports = isForced;\n","'use strict';\nvar fails = require('../internals/fails');\n\nmodule.exports = function (METHOD_NAME, argument) {\n var method = [][METHOD_NAME];\n return !!method && fails(function () {\n // eslint-disable-next-line no-useless-call,no-throw-literal\n method.call(null, argument || function () { throw 1; }, 1);\n });\n};\n","var DESCRIPTORS = require('../internals/descriptors');\nvar fails = require('../internals/fails');\nvar has = require('../internals/has');\n\nvar defineProperty = Object.defineProperty;\nvar cache = {};\n\nvar thrower = function (it) { throw it; };\n\nmodule.exports = function (METHOD_NAME, options) {\n if (has(cache, METHOD_NAME)) return cache[METHOD_NAME];\n if (!options) options = {};\n var method = [][METHOD_NAME];\n var ACCESSORS = has(options, 'ACCESSORS') ? options.ACCESSORS : false;\n var argument0 = has(options, 0) ? options[0] : thrower;\n var argument1 = has(options, 1) ? options[1] : undefined;\n\n return cache[METHOD_NAME] = !!method && !fails(function () {\n if (ACCESSORS && !DESCRIPTORS) return true;\n var O = { length: -1 };\n\n if (ACCESSORS) defineProperty(O, 1, { enumerable: true, get: thrower });\n else O[1] = 1;\n\n method.call(O, argument0, argument1);\n });\n};\n","var $ = require('../internals/export');\nvar assign = require('../internals/object-assign');\n\n// `Object.assign` method\n// https://tc39.github.io/ecma262/#sec-object.assign\n$({ target: 'Object', stat: true, forced: Object.assign !== assign }, {\n assign: assign\n});\n","'use strict';\nvar DESCRIPTORS = require('../internals/descriptors');\nvar fails = require('../internals/fails');\nvar objectKeys = require('../internals/object-keys');\nvar getOwnPropertySymbolsModule = require('../internals/object-get-own-property-symbols');\nvar propertyIsEnumerableModule = require('../internals/object-property-is-enumerable');\nvar toObject = require('../internals/to-object');\nvar IndexedObject = require('../internals/indexed-object');\n\nvar nativeAssign = Object.assign;\nvar defineProperty = Object.defineProperty;\n\n// `Object.assign` method\n// https://tc39.github.io/ecma262/#sec-object.assign\nmodule.exports = !nativeAssign || fails(function () {\n // should have correct order of operations (Edge bug)\n if (DESCRIPTORS && nativeAssign({ b: 1 }, nativeAssign(defineProperty({}, 'a', {\n enumerable: true,\n get: function () {\n defineProperty(this, 'b', {\n value: 3,\n enumerable: false\n });\n }\n }), { b: 2 })).b !== 1) return true;\n // should work with symbols and should have deterministic property order (V8 bug)\n var A = {};\n var B = {};\n // eslint-disable-next-line no-undef\n var symbol = Symbol();\n var alphabet = 'abcdefghijklmnopqrst';\n A[symbol] = 7;\n alphabet.split('').forEach(function (chr) { B[chr] = chr; });\n return nativeAssign({}, A)[symbol] != 7 || objectKeys(nativeAssign({}, B)).join('') != alphabet;\n}) ? function assign(target, source) { // eslint-disable-line no-unused-vars\n var T = toObject(target);\n var argumentsLength = arguments.length;\n var index = 1;\n var getOwnPropertySymbols = getOwnPropertySymbolsModule.f;\n var propertyIsEnumerable = propertyIsEnumerableModule.f;\n while (argumentsLength > index) {\n var S = IndexedObject(arguments[index++]);\n var keys = getOwnPropertySymbols ? objectKeys(S).concat(getOwnPropertySymbols(S)) : objectKeys(S);\n var length = keys.length;\n var j = 0;\n var key;\n while (length > j) {\n key = keys[j++];\n if (!DESCRIPTORS || propertyIsEnumerable.call(S, key)) T[key] = S[key];\n }\n } return T;\n} : nativeAssign;\n","var internalObjectKeys = require('../internals/object-keys-internal');\nvar enumBugKeys = require('../internals/enum-bug-keys');\n\n// `Object.keys` method\n// https://tc39.github.io/ecma262/#sec-object.keys\nmodule.exports = Object.keys || function keys(O) {\n return internalObjectKeys(O, enumBugKeys);\n};\n","var TO_STRING_TAG_SUPPORT = require('../internals/to-string-tag-support');\nvar redefine = require('../internals/redefine');\nvar toString = require('../internals/object-to-string');\n\n// `Object.prototype.toString` method\n// https://tc39.github.io/ecma262/#sec-object.prototype.tostring\nif (!TO_STRING_TAG_SUPPORT) {\n redefine(Object.prototype, 'toString', toString, { unsafe: true });\n}\n","var NATIVE_SYMBOL = require('../internals/native-symbol');\n\nmodule.exports = NATIVE_SYMBOL\n // eslint-disable-next-line no-undef\n && !Symbol.sham\n // eslint-disable-next-line no-undef\n && typeof Symbol.iterator == 'symbol';\n","'use strict';\nvar TO_STRING_TAG_SUPPORT = require('../internals/to-string-tag-support');\nvar classof = require('../internals/classof');\n\n// `Object.prototype.toString` method implementation\n// https://tc39.github.io/ecma262/#sec-object.prototype.tostring\nmodule.exports = TO_STRING_TAG_SUPPORT ? {}.toString : function toString() {\n return '[object ' + classof(this) + ']';\n};\n","var TO_STRING_TAG_SUPPORT = require('../internals/to-string-tag-support');\nvar classofRaw = require('../internals/classof-raw');\nvar wellKnownSymbol = require('../internals/well-known-symbol');\n\nvar TO_STRING_TAG = wellKnownSymbol('toStringTag');\n// ES3 wrong here\nvar CORRECT_ARGUMENTS = classofRaw(function () { return arguments; }()) == 'Arguments';\n\n// fallback for IE11 Script Access Denied error\nvar tryGet = function (it, key) {\n try {\n return it[key];\n } catch (error) { /* empty */ }\n};\n\n// getting tag from ES6+ `Object.prototype.toString`\nmodule.exports = TO_STRING_TAG_SUPPORT ? classofRaw : function (it) {\n var O, tag, result;\n return it === undefined ? 'Undefined' : it === null ? 'Null'\n // @@toStringTag case\n : typeof (tag = tryGet(O = Object(it), TO_STRING_TAG)) == 'string' ? tag\n // builtinTag case\n : CORRECT_ARGUMENTS ? classofRaw(O)\n // ES3 arguments fallback\n : (result = classofRaw(O)) == 'Object' && typeof O.callee == 'function' ? 'Arguments' : result;\n};\n","'use strict';\n\nvar fails = require('./fails');\n\n// babel-minify transpiles RegExp('a', 'y') -> /a/y and it causes SyntaxError,\n// so we use an intermediate function.\nfunction RE(s, f) {\n return RegExp(s, f);\n}\n\nexports.UNSUPPORTED_Y = fails(function () {\n // babel-minify transpiles RegExp('a', 'y') -> /a/y and it causes SyntaxError\n var re = RE('a', 'y');\n re.lastIndex = 2;\n return re.exec('abcd') != null;\n});\n\nexports.BROKEN_CARET = fails(function () {\n // https://bugzilla.mozilla.org/show_bug.cgi?id=773687\n var re = RE('^r', 'gy');\n re.lastIndex = 2;\n return re.exec('str') != null;\n});\n","'use strict';\nvar redefine = require('../internals/redefine');\nvar anObject = require('../internals/an-object');\nvar fails = require('../internals/fails');\nvar flags = require('../internals/regexp-flags');\n\nvar TO_STRING = 'toString';\nvar RegExpPrototype = RegExp.prototype;\nvar nativeToString = RegExpPrototype[TO_STRING];\n\nvar NOT_GENERIC = fails(function () { return nativeToString.call({ source: 'a', flags: 'b' }) != '/a/b'; });\n// FF44- RegExp#toString has a wrong name\nvar INCORRECT_NAME = nativeToString.name != TO_STRING;\n\n// `RegExp.prototype.toString` method\n// https://tc39.github.io/ecma262/#sec-regexp.prototype.tostring\nif (NOT_GENERIC || INCORRECT_NAME) {\n redefine(RegExp.prototype, TO_STRING, function toString() {\n var R = anObject(this);\n var p = String(R.source);\n var rf = R.flags;\n var f = String(rf === undefined && R instanceof RegExp && !('flags' in RegExpPrototype) ? flags.call(R) : rf);\n return '/' + p + '/' + f;\n }, { unsafe: true });\n}\n","'use strict';\nvar fixRegExpWellKnownSymbolLogic = require('../internals/fix-regexp-well-known-symbol-logic');\nvar anObject = require('../internals/an-object');\nvar toObject = require('../internals/to-object');\nvar toLength = require('../internals/to-length');\nvar toInteger = require('../internals/to-integer');\nvar requireObjectCoercible = require('../internals/require-object-coercible');\nvar advanceStringIndex = require('../internals/advance-string-index');\nvar regExpExec = require('../internals/regexp-exec-abstract');\n\nvar max = Math.max;\nvar min = Math.min;\nvar floor = Math.floor;\nvar SUBSTITUTION_SYMBOLS = /\\$([$&'`]|\\d\\d?|<[^>]*>)/g;\nvar SUBSTITUTION_SYMBOLS_NO_NAMED = /\\$([$&'`]|\\d\\d?)/g;\n\nvar maybeToString = function (it) {\n return it === undefined ? it : String(it);\n};\n\n// @@replace logic\nfixRegExpWellKnownSymbolLogic('replace', 2, function (REPLACE, nativeReplace, maybeCallNative, reason) {\n var REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE = reason.REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE;\n var REPLACE_KEEPS_$0 = reason.REPLACE_KEEPS_$0;\n var UNSAFE_SUBSTITUTE = REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE ? '$' : '$0';\n\n return [\n // `String.prototype.replace` method\n // https://tc39.github.io/ecma262/#sec-string.prototype.replace\n function replace(searchValue, replaceValue) {\n var O = requireObjectCoercible(this);\n var replacer = searchValue == undefined ? undefined : searchValue[REPLACE];\n return replacer !== undefined\n ? replacer.call(searchValue, O, replaceValue)\n : nativeReplace.call(String(O), searchValue, replaceValue);\n },\n // `RegExp.prototype[@@replace]` method\n // https://tc39.github.io/ecma262/#sec-regexp.prototype-@@replace\n function (regexp, replaceValue) {\n if (\n (!REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE && REPLACE_KEEPS_$0) ||\n (typeof replaceValue === 'string' && replaceValue.indexOf(UNSAFE_SUBSTITUTE) === -1)\n ) {\n var res = maybeCallNative(nativeReplace, regexp, this, replaceValue);\n if (res.done) return res.value;\n }\n\n var rx = anObject(regexp);\n var S = String(this);\n\n var functionalReplace = typeof replaceValue === 'function';\n if (!functionalReplace) replaceValue = String(replaceValue);\n\n var global = rx.global;\n if (global) {\n var fullUnicode = rx.unicode;\n rx.lastIndex = 0;\n }\n var results = [];\n while (true) {\n var result = regExpExec(rx, S);\n if (result === null) break;\n\n results.push(result);\n if (!global) break;\n\n var matchStr = String(result[0]);\n if (matchStr === '') rx.lastIndex = advanceStringIndex(S, toLength(rx.lastIndex), fullUnicode);\n }\n\n var accumulatedResult = '';\n var nextSourcePosition = 0;\n for (var i = 0; i < results.length; i++) {\n result = results[i];\n\n var matched = String(result[0]);\n var position = max(min(toInteger(result.index), S.length), 0);\n var captures = [];\n // NOTE: This is equivalent to\n // captures = result.slice(1).map(maybeToString)\n // but for some reason `nativeSlice.call(result, 1, result.length)` (called in\n // the slice polyfill when slicing native arrays) \"doesn't work\" in safari 9 and\n // causes a crash (https://pastebin.com/N21QzeQA) when trying to debug it.\n for (var j = 1; j < result.length; j++) captures.push(maybeToString(result[j]));\n var namedCaptures = result.groups;\n if (functionalReplace) {\n var replacerArgs = [matched].concat(captures, position, S);\n if (namedCaptures !== undefined) replacerArgs.push(namedCaptures);\n var replacement = String(replaceValue.apply(undefined, replacerArgs));\n } else {\n replacement = getSubstitution(matched, S, position, captures, namedCaptures, replaceValue);\n }\n if (position >= nextSourcePosition) {\n accumulatedResult += S.slice(nextSourcePosition, position) + replacement;\n nextSourcePosition = position + matched.length;\n }\n }\n return accumulatedResult + S.slice(nextSourcePosition);\n }\n ];\n\n // https://tc39.github.io/ecma262/#sec-getsubstitution\n function getSubstitution(matched, str, position, captures, namedCaptures, replacement) {\n var tailPos = position + matched.length;\n var m = captures.length;\n var symbols = SUBSTITUTION_SYMBOLS_NO_NAMED;\n if (namedCaptures !== undefined) {\n namedCaptures = toObject(namedCaptures);\n symbols = SUBSTITUTION_SYMBOLS;\n }\n return nativeReplace.call(replacement, symbols, function (match, ch) {\n var capture;\n switch (ch.charAt(0)) {\n case '$': return '$';\n case '&': return matched;\n case '`': return str.slice(0, position);\n case \"'\": return str.slice(tailPos);\n case '<':\n capture = namedCaptures[ch.slice(1, -1)];\n break;\n default: // \\d\\d?\n var n = +ch;\n if (n === 0) return match;\n if (n > m) {\n var f = floor(n / 10);\n if (f === 0) return match;\n if (f <= m) return captures[f - 1] === undefined ? ch.charAt(1) : captures[f - 1] + ch.charAt(1);\n return match;\n }\n capture = captures[n - 1];\n }\n return capture === undefined ? '' : capture;\n });\n }\n});\n","'use strict';\n// TODO: Remove from `core-js@4` since it's moved to entry points\nrequire('../modules/es.regexp.exec');\nvar redefine = require('../internals/redefine');\nvar fails = require('../internals/fails');\nvar wellKnownSymbol = require('../internals/well-known-symbol');\nvar regexpExec = require('../internals/regexp-exec');\nvar createNonEnumerableProperty = require('../internals/create-non-enumerable-property');\n\nvar SPECIES = wellKnownSymbol('species');\n\nvar REPLACE_SUPPORTS_NAMED_GROUPS = !fails(function () {\n // #replace needs built-in support for named groups.\n // #match works fine because it just return the exec results, even if it has\n // a \"grops\" property.\n var re = /./;\n re.exec = function () {\n var result = [];\n result.groups = { a: '7' };\n return result;\n };\n return ''.replace(re, '$<a>') !== '7';\n});\n\n// IE <= 11 replaces $0 with the whole match, as if it was $&\n// https://stackoverflow.com/questions/6024666/getting-ie-to-replace-a-regex-with-the-literal-string-0\nvar REPLACE_KEEPS_$0 = (function () {\n return 'a'.replace(/./, '$0') === '$0';\n})();\n\nvar REPLACE = wellKnownSymbol('replace');\n// Safari <= 13.0.3(?) substitutes nth capture where n>m with an empty string\nvar REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE = (function () {\n if (/./[REPLACE]) {\n return /./[REPLACE]('a', '$0') === '';\n }\n return false;\n})();\n\n// Chrome 51 has a buggy \"split\" implementation when RegExp#exec !== nativeExec\n// Weex JS has frozen built-in prototypes, so use try / catch wrapper\nvar SPLIT_WORKS_WITH_OVERWRITTEN_EXEC = !fails(function () {\n var re = /(?:)/;\n var originalExec = re.exec;\n re.exec = function () { return originalExec.apply(this, arguments); };\n var result = 'ab'.split(re);\n return result.length !== 2 || result[0] !== 'a' || result[1] !== 'b';\n});\n\nmodule.exports = function (KEY, length, exec, sham) {\n var SYMBOL = wellKnownSymbol(KEY);\n\n var DELEGATES_TO_SYMBOL = !fails(function () {\n // String methods call symbol-named RegEp methods\n var O = {};\n O[SYMBOL] = function () { return 7; };\n return ''[KEY](O) != 7;\n });\n\n var DELEGATES_TO_EXEC = DELEGATES_TO_SYMBOL && !fails(function () {\n // Symbol-named RegExp methods call .exec\n var execCalled = false;\n var re = /a/;\n\n if (KEY === 'split') {\n // We can't use real regex here since it causes deoptimization\n // and serious performance degradation in V8\n // https://github.com/zloirock/core-js/issues/306\n re = {};\n // RegExp[@@split] doesn't call the regex's exec method, but first creates\n // a new one. We need to return the patched regex when creating the new one.\n re.constructor = {};\n re.constructor[SPECIES] = function () { return re; };\n re.flags = '';\n re[SYMBOL] = /./[SYMBOL];\n }\n\n re.exec = function () { execCalled = true; return null; };\n\n re[SYMBOL]('');\n return !execCalled;\n });\n\n if (\n !DELEGATES_TO_SYMBOL ||\n !DELEGATES_TO_EXEC ||\n (KEY === 'replace' && !(\n REPLACE_SUPPORTS_NAMED_GROUPS &&\n REPLACE_KEEPS_$0 &&\n !REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE\n )) ||\n (KEY === 'split' && !SPLIT_WORKS_WITH_OVERWRITTEN_EXEC)\n ) {\n var nativeRegExpMethod = /./[SYMBOL];\n var methods = exec(SYMBOL, ''[KEY], function (nativeMethod, regexp, str, arg2, forceStringMethod) {\n if (regexp.exec === regexpExec) {\n if (DELEGATES_TO_SYMBOL && !forceStringMethod) {\n // The native String method already delegates to @@method (this\n // polyfilled function), leasing to infinite recursion.\n // We avoid it by directly calling the native @@method method.\n return { done: true, value: nativeRegExpMethod.call(regexp, str, arg2) };\n }\n return { done: true, value: nativeMethod.call(str, regexp, arg2) };\n }\n return { done: false };\n }, {\n REPLACE_KEEPS_$0: REPLACE_KEEPS_$0,\n REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE: REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE\n });\n var stringMethod = methods[0];\n var regexMethod = methods[1];\n\n redefine(String.prototype, KEY, stringMethod);\n redefine(RegExp.prototype, SYMBOL, length == 2\n // 21.2.5.8 RegExp.prototype[@@replace](string, replaceValue)\n // 21.2.5.11 RegExp.prototype[@@split](string, limit)\n ? function (string, arg) { return regexMethod.call(string, this, arg); }\n // 21.2.5.6 RegExp.prototype[@@match](string)\n // 21.2.5.9 RegExp.prototype[@@search](string)\n : function (string) { return regexMethod.call(string, this); }\n );\n }\n\n if (sham) createNonEnumerableProperty(RegExp.prototype[SYMBOL], 'sham', true);\n};\n","'use strict';\nvar charAt = require('../internals/string-multibyte').charAt;\n\n// `AdvanceStringIndex` abstract operation\n// https://tc39.github.io/ecma262/#sec-advancestringindex\nmodule.exports = function (S, index, unicode) {\n return index + (unicode ? charAt(S, index).length : 1);\n};\n","var toInteger = require('../internals/to-integer');\nvar requireObjectCoercible = require('../internals/require-object-coercible');\n\n// `String.prototype.{ codePointAt, at }` methods implementation\nvar createMethod = function (CONVERT_TO_STRING) {\n return function ($this, pos) {\n var S = String(requireObjectCoercible($this));\n var position = toInteger(pos);\n var size = S.length;\n var first, second;\n if (position < 0 || position >= size) return CONVERT_TO_STRING ? '' : undefined;\n first = S.charCodeAt(position);\n return first < 0xD800 || first > 0xDBFF || position + 1 === size\n || (second = S.charCodeAt(position + 1)) < 0xDC00 || second > 0xDFFF\n ? CONVERT_TO_STRING ? S.charAt(position) : first\n : CONVERT_TO_STRING ? S.slice(position, position + 2) : (first - 0xD800 << 10) + (second - 0xDC00) + 0x10000;\n };\n};\n\nmodule.exports = {\n // `String.prototype.codePointAt` method\n // https://tc39.github.io/ecma262/#sec-string.prototype.codepointat\n codeAt: createMethod(false),\n // `String.prototype.at` method\n // https://github.com/mathiasbynens/String.prototype.at\n charAt: createMethod(true)\n};\n","var classof = require('./classof-raw');\nvar regexpExec = require('./regexp-exec');\n\n// `RegExpExec` abstract operation\n// https://tc39.github.io/ecma262/#sec-regexpexec\nmodule.exports = function (R, S) {\n var exec = R.exec;\n if (typeof exec === 'function') {\n var result = exec.call(R, S);\n if (typeof result !== 'object') {\n throw TypeError('RegExp exec method returned something other than an Object or null');\n }\n return result;\n }\n\n if (classof(R) !== 'RegExp') {\n throw TypeError('RegExp#exec called on incompatible receiver');\n }\n\n return regexpExec.call(R, S);\n};\n\n","'use strict';\nvar $ = require('../internals/export');\nvar fails = require('../internals/fails');\nvar isArray = require('../internals/is-array');\nvar isObject = require('../internals/is-object');\nvar toObject = require('../internals/to-object');\nvar toLength = require('../internals/to-length');\nvar createProperty = require('../internals/create-property');\nvar arraySpeciesCreate = require('../internals/array-species-create');\nvar arrayMethodHasSpeciesSupport = require('../internals/array-method-has-species-support');\nvar wellKnownSymbol = require('../internals/well-known-symbol');\nvar V8_VERSION = require('../internals/engine-v8-version');\n\nvar IS_CONCAT_SPREADABLE = wellKnownSymbol('isConcatSpreadable');\nvar MAX_SAFE_INTEGER = 0x1FFFFFFFFFFFFF;\nvar MAXIMUM_ALLOWED_INDEX_EXCEEDED = 'Maximum allowed index exceeded';\n\n// We can't use this feature detection in V8 since it causes\n// deoptimization and serious performance degradation\n// https://github.com/zloirock/core-js/issues/679\nvar IS_CONCAT_SPREADABLE_SUPPORT = V8_VERSION >= 51 || !fails(function () {\n var array = [];\n array[IS_CONCAT_SPREADABLE] = false;\n return array.concat()[0] !== array;\n});\n\nvar SPECIES_SUPPORT = arrayMethodHasSpeciesSupport('concat');\n\nvar isConcatSpreadable = function (O) {\n if (!isObject(O)) return false;\n var spreadable = O[IS_CONCAT_SPREADABLE];\n return spreadable !== undefined ? !!spreadable : isArray(O);\n};\n\nvar FORCED = !IS_CONCAT_SPREADABLE_SUPPORT || !SPECIES_SUPPORT;\n\n// `Array.prototype.concat` method\n// https://tc39.github.io/ecma262/#sec-array.prototype.concat\n// with adding support of @@isConcatSpreadable and @@species\n$({ target: 'Array', proto: true, forced: FORCED }, {\n concat: function concat(arg) { // eslint-disable-line no-unused-vars\n var O = toObject(this);\n var A = arraySpeciesCreate(O, 0);\n var n = 0;\n var i, k, length, len, E;\n for (i = -1, length = arguments.length; i < length; i++) {\n E = i === -1 ? O : arguments[i];\n if (isConcatSpreadable(E)) {\n len = toLength(E.length);\n if (n + len > MAX_SAFE_INTEGER) throw TypeError(MAXIMUM_ALLOWED_INDEX_EXCEEDED);\n for (k = 0; k < len; k++, n++) if (k in E) createProperty(A, n, E[k]);\n } else {\n if (n >= MAX_SAFE_INTEGER) throw TypeError(MAXIMUM_ALLOWED_INDEX_EXCEEDED);\n createProperty(A, n++, E);\n }\n }\n A.length = n;\n return A;\n }\n});\n","'use strict';\nvar nativePropertyIsEnumerable = {}.propertyIsEnumerable;\nvar getOwnPropertyDescriptor = Object.getOwnPropertyDescriptor;\n\n// Nashorn ~ JDK8 bug\nvar NASHORN_BUG = getOwnPropertyDescriptor && !nativePropertyIsEnumerable.call({ 1: 2 }, 1);\n\n// `Object.prototype.propertyIsEnumerable` method implementation\n// https://tc39.github.io/ecma262/#sec-object.prototype.propertyisenumerable\nexports.f = NASHORN_BUG ? function propertyIsEnumerable(V) {\n var descriptor = getOwnPropertyDescriptor(this, V);\n return !!descriptor && descriptor.enumerable;\n} : nativePropertyIsEnumerable;\n","var global = require('../internals/global');\nvar isObject = require('../internals/is-object');\n\nvar document = global.document;\n// typeof document.createElement is 'object' in old IE\nvar EXISTS = isObject(document) && isObject(document.createElement);\n\nmodule.exports = function (it) {\n return EXISTS ? document.createElement(it) : {};\n};\n","var NATIVE_WEAK_MAP = require('../internals/native-weak-map');\nvar global = require('../internals/global');\nvar isObject = require('../internals/is-object');\nvar createNonEnumerableProperty = require('../internals/create-non-enumerable-property');\nvar objectHas = require('../internals/has');\nvar sharedKey = require('../internals/shared-key');\nvar hiddenKeys = require('../internals/hidden-keys');\n\nvar WeakMap = global.WeakMap;\nvar set, get, has;\n\nvar enforce = function (it) {\n return has(it) ? get(it) : set(it, {});\n};\n\nvar getterFor = function (TYPE) {\n return function (it) {\n var state;\n if (!isObject(it) || (state = get(it)).type !== TYPE) {\n throw TypeError('Incompatible receiver, ' + TYPE + ' required');\n } return state;\n };\n};\n\nif (NATIVE_WEAK_MAP) {\n var store = new WeakMap();\n var wmget = store.get;\n var wmhas = store.has;\n var wmset = store.set;\n set = function (it, metadata) {\n wmset.call(store, it, metadata);\n return metadata;\n };\n get = function (it) {\n return wmget.call(store, it) || {};\n };\n has = function (it) {\n return wmhas.call(store, it);\n };\n} else {\n var STATE = sharedKey('state');\n hiddenKeys[STATE] = true;\n set = function (it, metadata) {\n createNonEnumerableProperty(it, STATE, metadata);\n return metadata;\n };\n get = function (it) {\n return objectHas(it, STATE) ? it[STATE] : {};\n };\n has = function (it) {\n return objectHas(it, STATE);\n };\n}\n\nmodule.exports = {\n set: set,\n get: get,\n has: has,\n enforce: enforce,\n getterFor: getterFor\n};\n","var global = require('../internals/global');\nvar inspectSource = require('../internals/inspect-source');\n\nvar WeakMap = global.WeakMap;\n\nmodule.exports = typeof WeakMap === 'function' && /native code/.test(inspectSource(WeakMap));\n","var shared = require('../internals/shared');\nvar uid = require('../internals/uid');\n\nvar keys = shared('keys');\n\nmodule.exports = function (key) {\n return keys[key] || (keys[key] = uid(key));\n};\n","module.exports = false;\n","var has = require('../internals/has');\nvar ownKeys = require('../internals/own-keys');\nvar getOwnPropertyDescriptorModule = require('../internals/object-get-own-property-descriptor');\nvar definePropertyModule = require('../internals/object-define-property');\n\nmodule.exports = function (target, source) {\n var keys = ownKeys(source);\n var defineProperty = definePropertyModule.f;\n var getOwnPropertyDescriptor = getOwnPropertyDescriptorModule.f;\n for (var i = 0; i < keys.length; i++) {\n var key = keys[i];\n if (!has(target, key)) defineProperty(target, key, getOwnPropertyDescriptor(source, key));\n }\n};\n","var getBuiltIn = require('../internals/get-built-in');\nvar getOwnPropertyNamesModule = require('../internals/object-get-own-property-names');\nvar getOwnPropertySymbolsModule = require('../internals/object-get-own-property-symbols');\nvar anObject = require('../internals/an-object');\n\n// all object keys, includes non-enumerable and symbols\nmodule.exports = getBuiltIn('Reflect', 'ownKeys') || function ownKeys(it) {\n var keys = getOwnPropertyNamesModule.f(anObject(it));\n var getOwnPropertySymbols = getOwnPropertySymbolsModule.f;\n return getOwnPropertySymbols ? keys.concat(getOwnPropertySymbols(it)) : keys;\n};\n","var global = require('../internals/global');\n\nmodule.exports = global;\n","var internalObjectKeys = require('../internals/object-keys-internal');\nvar enumBugKeys = require('../internals/enum-bug-keys');\n\nvar hiddenKeys = enumBugKeys.concat('length', 'prototype');\n\n// `Object.getOwnPropertyNames` method\n// https://tc39.github.io/ecma262/#sec-object.getownpropertynames\nexports.f = Object.getOwnPropertyNames || function getOwnPropertyNames(O) {\n return internalObjectKeys(O, hiddenKeys);\n};\n","var has = require('../internals/has');\nvar toIndexedObject = require('../internals/to-indexed-object');\nvar indexOf = require('../internals/array-includes').indexOf;\nvar hiddenKeys = require('../internals/hidden-keys');\n\nmodule.exports = function (object, names) {\n var O = toIndexedObject(object);\n var i = 0;\n var result = [];\n var key;\n for (key in O) !has(hiddenKeys, key) && has(O, key) && result.push(key);\n // Don't enum bug & hidden keys\n while (names.length > i) if (has(O, key = names[i++])) {\n ~indexOf(result, key) || result.push(key);\n }\n return result;\n};\n","var toIndexedObject = require('../internals/to-indexed-object');\nvar toLength = require('../internals/to-length');\nvar toAbsoluteIndex = require('../internals/to-absolute-index');\n\n// `Array.prototype.{ indexOf, includes }` methods implementation\nvar createMethod = function (IS_INCLUDES) {\n return function ($this, el, fromIndex) {\n var O = toIndexedObject($this);\n var length = toLength(O.length);\n var index = toAbsoluteIndex(fromIndex, length);\n var value;\n // Array#includes uses SameValueZero equality algorithm\n // eslint-disable-next-line no-self-compare\n if (IS_INCLUDES && el != el) while (length > index) {\n value = O[index++];\n // eslint-disable-next-line no-self-compare\n if (value != value) return true;\n // Array#indexOf ignores holes, Array#includes - not\n } else for (;length > index; index++) {\n if ((IS_INCLUDES || index in O) && O[index] === el) return IS_INCLUDES || index || 0;\n } return !IS_INCLUDES && -1;\n };\n};\n\nmodule.exports = {\n // `Array.prototype.includes` method\n // https://tc39.github.io/ecma262/#sec-array.prototype.includes\n includes: createMethod(true),\n // `Array.prototype.indexOf` method\n // https://tc39.github.io/ecma262/#sec-array.prototype.indexof\n indexOf: createMethod(false)\n};\n","var toInteger = require('../internals/to-integer');\n\nvar max = Math.max;\nvar min = Math.min;\n\n// Helper for a popular repeating case of the spec:\n// Let integer be ? ToInteger(index).\n// If integer < 0, let result be max((length + integer), 0); else let result be min(integer, length).\nmodule.exports = function (index, length) {\n var integer = toInteger(index);\n return integer < 0 ? max(integer + length, 0) : min(integer, length);\n};\n","// IE8- don't enum bug keys\nmodule.exports = [\n 'constructor',\n 'hasOwnProperty',\n 'isPrototypeOf',\n 'propertyIsEnumerable',\n 'toLocaleString',\n 'toString',\n 'valueOf'\n];\n","exports.f = Object.getOwnPropertySymbols;\n","var fails = require('../internals/fails');\n\nvar replacement = /#|\\.prototype\\./;\n\nvar isForced = function (feature, detection) {\n var value = data[normalize(feature)];\n return value == POLYFILL ? true\n : value == NATIVE ? false\n : typeof detection == 'function' ? fails(detection)\n : !!detection;\n};\n\nvar normalize = isForced.normalize = function (string) {\n return String(string).replace(replacement, '.').toLowerCase();\n};\n\nvar data = isForced.data = {};\nvar NATIVE = isForced.NATIVE = 'N';\nvar POLYFILL = isForced.POLYFILL = 'P';\n\nmodule.exports = isForced;\n","'use strict';\nvar toPrimitive = require('../internals/to-primitive');\nvar definePropertyModule = require('../internals/object-define-property');\nvar createPropertyDescriptor = require('../internals/create-property-descriptor');\n\nmodule.exports = function (object, key, value) {\n var propertyKey = toPrimitive(key);\n if (propertyKey in object) definePropertyModule.f(object, propertyKey, createPropertyDescriptor(0, value));\n else object[propertyKey] = value;\n};\n","var NATIVE_SYMBOL = require('../internals/native-symbol');\n\nmodule.exports = NATIVE_SYMBOL\n // eslint-disable-next-line no-undef\n && !Symbol.sham\n // eslint-disable-next-line no-undef\n && typeof Symbol.iterator == 'symbol';\n","var getBuiltIn = require('../internals/get-built-in');\n\nmodule.exports = getBuiltIn('navigator', 'userAgent') || '';\n","'use strict';\nvar $ = require('../internals/export');\nvar $filter = require('../internals/array-iteration').filter;\nvar arrayMethodHasSpeciesSupport = require('../internals/array-method-has-species-support');\nvar arrayMethodUsesToLength = require('../internals/array-method-uses-to-length');\n\nvar HAS_SPECIES_SUPPORT = arrayMethodHasSpeciesSupport('filter');\n// Edge 14- issue\nvar USES_TO_LENGTH = arrayMethodUsesToLength('filter');\n\n// `Array.prototype.filter` method\n// https://tc39.github.io/ecma262/#sec-array.prototype.filter\n// with adding support of @@species\n$({ target: 'Array', proto: true, forced: !HAS_SPECIES_SUPPORT || !USES_TO_LENGTH }, {\n filter: function filter(callbackfn /* , thisArg */) {\n return $filter(this, callbackfn, arguments.length > 1 ? arguments[1] : undefined);\n }\n});\n","var aFunction = require('../internals/a-function');\n\n// optional / simple context binding\nmodule.exports = function (fn, that, length) {\n aFunction(fn);\n if (that === undefined) return fn;\n switch (length) {\n case 0: return function () {\n return fn.call(that);\n };\n case 1: return function (a) {\n return fn.call(that, a);\n };\n case 2: return function (a, b) {\n return fn.call(that, a, b);\n };\n case 3: return function (a, b, c) {\n return fn.call(that, a, b, c);\n };\n }\n return function (/* ...args */) {\n return fn.apply(that, arguments);\n };\n};\n","'use strict';\nvar $ = require('../internals/export');\nvar IndexedObject = require('../internals/indexed-object');\nvar toIndexedObject = require('../internals/to-indexed-object');\nvar arrayMethodIsStrict = require('../internals/array-method-is-strict');\n\nvar nativeJoin = [].join;\n\nvar ES3_STRINGS = IndexedObject != Object;\nvar STRICT_METHOD = arrayMethodIsStrict('join', ',');\n\n// `Array.prototype.join` method\n// https://tc39.github.io/ecma262/#sec-array.prototype.join\n$({ target: 'Array', proto: true, forced: ES3_STRINGS || !STRICT_METHOD }, {\n join: function join(separator) {\n return nativeJoin.call(toIndexedObject(this), separator === undefined ? ',' : separator);\n }\n});\n","'use strict';\nvar $ = require('../internals/export');\nvar $map = require('../internals/array-iteration').map;\nvar arrayMethodHasSpeciesSupport = require('../internals/array-method-has-species-support');\nvar arrayMethodUsesToLength = require('../internals/array-method-uses-to-length');\n\nvar HAS_SPECIES_SUPPORT = arrayMethodHasSpeciesSupport('map');\n// FF49- issue\nvar USES_TO_LENGTH = arrayMethodUsesToLength('map');\n\n// `Array.prototype.map` method\n// https://tc39.github.io/ecma262/#sec-array.prototype.map\n// with adding support of @@species\n$({ target: 'Array', proto: true, forced: !HAS_SPECIES_SUPPORT || !USES_TO_LENGTH }, {\n map: function map(callbackfn /* , thisArg */) {\n return $map(this, callbackfn, arguments.length > 1 ? arguments[1] : undefined);\n }\n});\n","'use strict';\nvar $ = require('../internals/export');\nvar $reduce = require('../internals/array-reduce').left;\nvar arrayMethodIsStrict = require('../internals/array-method-is-strict');\nvar arrayMethodUsesToLength = require('../internals/array-method-uses-to-length');\n\nvar STRICT_METHOD = arrayMethodIsStrict('reduce');\nvar USES_TO_LENGTH = arrayMethodUsesToLength('reduce', { 1: 0 });\n\n// `Array.prototype.reduce` method\n// https://tc39.github.io/ecma262/#sec-array.prototype.reduce\n$({ target: 'Array', proto: true, forced: !STRICT_METHOD || !USES_TO_LENGTH }, {\n reduce: function reduce(callbackfn /* , initialValue */) {\n return $reduce(this, callbackfn, arguments.length, arguments.length > 1 ? arguments[1] : undefined);\n }\n});\n","var aFunction = require('../internals/a-function');\nvar toObject = require('../internals/to-object');\nvar IndexedObject = require('../internals/indexed-object');\nvar toLength = require('../internals/to-length');\n\n// `Array.prototype.{ reduce, reduceRight }` methods implementation\nvar createMethod = function (IS_RIGHT) {\n return function (that, callbackfn, argumentsLength, memo) {\n aFunction(callbackfn);\n var O = toObject(that);\n var self = IndexedObject(O);\n var length = toLength(O.length);\n var index = IS_RIGHT ? length - 1 : 0;\n var i = IS_RIGHT ? -1 : 1;\n if (argumentsLength < 2) while (true) {\n if (index in self) {\n memo = self[index];\n index += i;\n break;\n }\n index += i;\n if (IS_RIGHT ? index < 0 : length <= index) {\n throw TypeError('Reduce of empty array with no initial value');\n }\n }\n for (;IS_RIGHT ? index >= 0 : length > index; index += i) if (index in self) {\n memo = callbackfn(memo, self[index], index, O);\n }\n return memo;\n };\n};\n\nmodule.exports = {\n // `Array.prototype.reduce` method\n // https://tc39.github.io/ecma262/#sec-array.prototype.reduce\n left: createMethod(false),\n // `Array.prototype.reduceRight` method\n // https://tc39.github.io/ecma262/#sec-array.prototype.reduceright\n right: createMethod(true)\n};\n","'use strict';\nvar anObject = require('../internals/an-object');\n\n// `RegExp.prototype.flags` getter implementation\n// https://tc39.github.io/ecma262/#sec-get-regexp.prototype.flags\nmodule.exports = function () {\n var that = anObject(this);\n var result = '';\n if (that.global) result += 'g';\n if (that.ignoreCase) result += 'i';\n if (that.multiline) result += 'm';\n if (that.dotAll) result += 's';\n if (that.unicode) result += 'u';\n if (that.sticky) result += 'y';\n return result;\n};\n","'use strict';\n\nvar fails = require('./fails');\n\n// babel-minify transpiles RegExp('a', 'y') -> /a/y and it causes SyntaxError,\n// so we use an intermediate function.\nfunction RE(s, f) {\n return RegExp(s, f);\n}\n\nexports.UNSUPPORTED_Y = fails(function () {\n // babel-minify transpiles RegExp('a', 'y') -> /a/y and it causes SyntaxError\n var re = RE('a', 'y');\n re.lastIndex = 2;\n return re.exec('abcd') != null;\n});\n\nexports.BROKEN_CARET = fails(function () {\n // https://bugzilla.mozilla.org/show_bug.cgi?id=773687\n var re = RE('^r', 'gy');\n re.lastIndex = 2;\n return re.exec('str') != null;\n});\n","'use strict';\nvar fixRegExpWellKnownSymbolLogic = require('../internals/fix-regexp-well-known-symbol-logic');\nvar anObject = require('../internals/an-object');\nvar toObject = require('../internals/to-object');\nvar toLength = require('../internals/to-length');\nvar toInteger = require('../internals/to-integer');\nvar requireObjectCoercible = require('../internals/require-object-coercible');\nvar advanceStringIndex = require('../internals/advance-string-index');\nvar regExpExec = require('../internals/regexp-exec-abstract');\n\nvar max = Math.max;\nvar min = Math.min;\nvar floor = Math.floor;\nvar SUBSTITUTION_SYMBOLS = /\\$([$&'`]|\\d\\d?|<[^>]*>)/g;\nvar SUBSTITUTION_SYMBOLS_NO_NAMED = /\\$([$&'`]|\\d\\d?)/g;\n\nvar maybeToString = function (it) {\n return it === undefined ? it : String(it);\n};\n\n// @@replace logic\nfixRegExpWellKnownSymbolLogic('replace', 2, function (REPLACE, nativeReplace, maybeCallNative, reason) {\n var REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE = reason.REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE;\n var REPLACE_KEEPS_$0 = reason.REPLACE_KEEPS_$0;\n var UNSAFE_SUBSTITUTE = REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE ? '$' : '$0';\n\n return [\n // `String.prototype.replace` method\n // https://tc39.github.io/ecma262/#sec-string.prototype.replace\n function replace(searchValue, replaceValue) {\n var O = requireObjectCoercible(this);\n var replacer = searchValue == undefined ? undefined : searchValue[REPLACE];\n return replacer !== undefined\n ? replacer.call(searchValue, O, replaceValue)\n : nativeReplace.call(String(O), searchValue, replaceValue);\n },\n // `RegExp.prototype[@@replace]` method\n // https://tc39.github.io/ecma262/#sec-regexp.prototype-@@replace\n function (regexp, replaceValue) {\n if (\n (!REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE && REPLACE_KEEPS_$0) ||\n (typeof replaceValue === 'string' && replaceValue.indexOf(UNSAFE_SUBSTITUTE) === -1)\n ) {\n var res = maybeCallNative(nativeReplace, regexp, this, replaceValue);\n if (res.done) return res.value;\n }\n\n var rx = anObject(regexp);\n var S = String(this);\n\n var functionalReplace = typeof replaceValue === 'function';\n if (!functionalReplace) replaceValue = String(replaceValue);\n\n var global = rx.global;\n if (global) {\n var fullUnicode = rx.unicode;\n rx.lastIndex = 0;\n }\n var results = [];\n while (true) {\n var result = regExpExec(rx, S);\n if (result === null) break;\n\n results.push(result);\n if (!global) break;\n\n var matchStr = String(result[0]);\n if (matchStr === '') rx.lastIndex = advanceStringIndex(S, toLength(rx.lastIndex), fullUnicode);\n }\n\n var accumulatedResult = '';\n var nextSourcePosition = 0;\n for (var i = 0; i < results.length; i++) {\n result = results[i];\n\n var matched = String(result[0]);\n var position = max(min(toInteger(result.index), S.length), 0);\n var captures = [];\n // NOTE: This is equivalent to\n // captures = result.slice(1).map(maybeToString)\n // but for some reason `nativeSlice.call(result, 1, result.length)` (called in\n // the slice polyfill when slicing native arrays) \"doesn't work\" in safari 9 and\n // causes a crash (https://pastebin.com/N21QzeQA) when trying to debug it.\n for (var j = 1; j < result.length; j++) captures.push(maybeToString(result[j]));\n var namedCaptures = result.groups;\n if (functionalReplace) {\n var replacerArgs = [matched].concat(captures, position, S);\n if (namedCaptures !== undefined) replacerArgs.push(namedCaptures);\n var replacement = String(replaceValue.apply(undefined, replacerArgs));\n } else {\n replacement = getSubstitution(matched, S, position, captures, namedCaptures, replaceValue);\n }\n if (position >= nextSourcePosition) {\n accumulatedResult += S.slice(nextSourcePosition, position) + replacement;\n nextSourcePosition = position + matched.length;\n }\n }\n return accumulatedResult + S.slice(nextSourcePosition);\n }\n ];\n\n // https://tc39.github.io/ecma262/#sec-getsubstitution\n function getSubstitution(matched, str, position, captures, namedCaptures, replacement) {\n var tailPos = position + matched.length;\n var m = captures.length;\n var symbols = SUBSTITUTION_SYMBOLS_NO_NAMED;\n if (namedCaptures !== undefined) {\n namedCaptures = toObject(namedCaptures);\n symbols = SUBSTITUTION_SYMBOLS;\n }\n return nativeReplace.call(replacement, symbols, function (match, ch) {\n var capture;\n switch (ch.charAt(0)) {\n case '$': return '$';\n case '&': return matched;\n case '`': return str.slice(0, position);\n case \"'\": return str.slice(tailPos);\n case '<':\n capture = namedCaptures[ch.slice(1, -1)];\n break;\n default: // \\d\\d?\n var n = +ch;\n if (n === 0) return match;\n if (n > m) {\n var f = floor(n / 10);\n if (f === 0) return match;\n if (f <= m) return captures[f - 1] === undefined ? ch.charAt(1) : captures[f - 1] + ch.charAt(1);\n return match;\n }\n capture = captures[n - 1];\n }\n return capture === undefined ? '' : capture;\n });\n }\n});\n","var toInteger = require('../internals/to-integer');\nvar requireObjectCoercible = require('../internals/require-object-coercible');\n\n// `String.prototype.{ codePointAt, at }` methods implementation\nvar createMethod = function (CONVERT_TO_STRING) {\n return function ($this, pos) {\n var S = String(requireObjectCoercible($this));\n var position = toInteger(pos);\n var size = S.length;\n var first, second;\n if (position < 0 || position >= size) return CONVERT_TO_STRING ? '' : undefined;\n first = S.charCodeAt(position);\n return first < 0xD800 || first > 0xDBFF || position + 1 === size\n || (second = S.charCodeAt(position + 1)) < 0xDC00 || second > 0xDFFF\n ? CONVERT_TO_STRING ? S.charAt(position) : first\n : CONVERT_TO_STRING ? S.slice(position, position + 2) : (first - 0xD800 << 10) + (second - 0xDC00) + 0x10000;\n };\n};\n\nmodule.exports = {\n // `String.prototype.codePointAt` method\n // https://tc39.github.io/ecma262/#sec-string.prototype.codepointat\n codeAt: createMethod(false),\n // `String.prototype.at` method\n // https://github.com/mathiasbynens/String.prototype.at\n charAt: createMethod(true)\n};\n","'use strict';\nvar fixRegExpWellKnownSymbolLogic = require('../internals/fix-regexp-well-known-symbol-logic');\nvar isRegExp = require('../internals/is-regexp');\nvar anObject = require('../internals/an-object');\nvar requireObjectCoercible = require('../internals/require-object-coercible');\nvar speciesConstructor = require('../internals/species-constructor');\nvar advanceStringIndex = require('../internals/advance-string-index');\nvar toLength = require('../internals/to-length');\nvar callRegExpExec = require('../internals/regexp-exec-abstract');\nvar regexpExec = require('../internals/regexp-exec');\nvar fails = require('../internals/fails');\n\nvar arrayPush = [].push;\nvar min = Math.min;\nvar MAX_UINT32 = 0xFFFFFFFF;\n\n// babel-minify transpiles RegExp('x', 'y') -> /x/y and it causes SyntaxError\nvar SUPPORTS_Y = !fails(function () { return !RegExp(MAX_UINT32, 'y'); });\n\n// @@split logic\nfixRegExpWellKnownSymbolLogic('split', 2, function (SPLIT, nativeSplit, maybeCallNative) {\n var internalSplit;\n if (\n 'abbc'.split(/(b)*/)[1] == 'c' ||\n 'test'.split(/(?:)/, -1).length != 4 ||\n 'ab'.split(/(?:ab)*/).length != 2 ||\n '.'.split(/(.?)(.?)/).length != 4 ||\n '.'.split(/()()/).length > 1 ||\n ''.split(/.?/).length\n ) {\n // based on es5-shim implementation, need to rework it\n internalSplit = function (separator, limit) {\n var string = String(requireObjectCoercible(this));\n var lim = limit === undefined ? MAX_UINT32 : limit >>> 0;\n if (lim === 0) return [];\n if (separator === undefined) return [string];\n // If `separator` is not a regex, use native split\n if (!isRegExp(separator)) {\n return nativeSplit.call(string, separator, lim);\n }\n var output = [];\n var flags = (separator.ignoreCase ? 'i' : '') +\n (separator.multiline ? 'm' : '') +\n (separator.unicode ? 'u' : '') +\n (separator.sticky ? 'y' : '');\n var lastLastIndex = 0;\n // Make `global` and avoid `lastIndex` issues by working with a copy\n var separatorCopy = new RegExp(separator.source, flags + 'g');\n var match, lastIndex, lastLength;\n while (match = regexpExec.call(separatorCopy, string)) {\n lastIndex = separatorCopy.lastIndex;\n if (lastIndex > lastLastIndex) {\n output.push(string.slice(lastLastIndex, match.index));\n if (match.length > 1 && match.index < string.length) arrayPush.apply(output, match.slice(1));\n lastLength = match[0].length;\n lastLastIndex = lastIndex;\n if (output.length >= lim) break;\n }\n if (separatorCopy.lastIndex === match.index) separatorCopy.lastIndex++; // Avoid an infinite loop\n }\n if (lastLastIndex === string.length) {\n if (lastLength || !separatorCopy.test('')) output.push('');\n } else output.push(string.slice(lastLastIndex));\n return output.length > lim ? output.slice(0, lim) : output;\n };\n // Chakra, V8\n } else if ('0'.split(undefined, 0).length) {\n internalSplit = function (separator, limit) {\n return separator === undefined && limit === 0 ? [] : nativeSplit.call(this, separator, limit);\n };\n } else internalSplit = nativeSplit;\n\n return [\n // `String.prototype.split` method\n // https://tc39.github.io/ecma262/#sec-string.prototype.split\n function split(separator, limit) {\n var O = requireObjectCoercible(this);\n var splitter = separator == undefined ? undefined : separator[SPLIT];\n return splitter !== undefined\n ? splitter.call(separator, O, limit)\n : internalSplit.call(String(O), separator, limit);\n },\n // `RegExp.prototype[@@split]` method\n // https://tc39.github.io/ecma262/#sec-regexp.prototype-@@split\n //\n // NOTE: This cannot be properly polyfilled in engines that don't support\n // the 'y' flag.\n function (regexp, limit) {\n var res = maybeCallNative(internalSplit, regexp, this, limit, internalSplit !== nativeSplit);\n if (res.done) return res.value;\n\n var rx = anObject(regexp);\n var S = String(this);\n var C = speciesConstructor(rx, RegExp);\n\n var unicodeMatching = rx.unicode;\n var flags = (rx.ignoreCase ? 'i' : '') +\n (rx.multiline ? 'm' : '') +\n (rx.unicode ? 'u' : '') +\n (SUPPORTS_Y ? 'y' : 'g');\n\n // ^(? + rx + ) is needed, in combination with some S slicing, to\n // simulate the 'y' flag.\n var splitter = new C(SUPPORTS_Y ? rx : '^(?:' + rx.source + ')', flags);\n var lim = limit === undefined ? MAX_UINT32 : limit >>> 0;\n if (lim === 0) return [];\n if (S.length === 0) return callRegExpExec(splitter, S) === null ? [S] : [];\n var p = 0;\n var q = 0;\n var A = [];\n while (q < S.length) {\n splitter.lastIndex = SUPPORTS_Y ? q : 0;\n var z = callRegExpExec(splitter, SUPPORTS_Y ? S : S.slice(q));\n var e;\n if (\n z === null ||\n (e = min(toLength(splitter.lastIndex + (SUPPORTS_Y ? 0 : q)), S.length)) === p\n ) {\n q = advanceStringIndex(S, q, unicodeMatching);\n } else {\n A.push(S.slice(p, q));\n if (A.length === lim) return A;\n for (var i = 1; i <= z.length - 1; i++) {\n A.push(z[i]);\n if (A.length === lim) return A;\n }\n q = p = e;\n }\n }\n A.push(S.slice(p));\n return A;\n }\n ];\n}, !SUPPORTS_Y);\n","var isObject = require('../internals/is-object');\nvar classof = require('../internals/classof-raw');\nvar wellKnownSymbol = require('../internals/well-known-symbol');\n\nvar MATCH = wellKnownSymbol('match');\n\n// `IsRegExp` abstract operation\n// https://tc39.github.io/ecma262/#sec-isregexp\nmodule.exports = function (it) {\n var isRegExp;\n return isObject(it) && ((isRegExp = it[MATCH]) !== undefined ? !!isRegExp : classof(it) == 'RegExp');\n};\n","var anObject = require('../internals/an-object');\nvar aFunction = require('../internals/a-function');\nvar wellKnownSymbol = require('../internals/well-known-symbol');\n\nvar SPECIES = wellKnownSymbol('species');\n\n// `SpeciesConstructor` abstract operation\n// https://tc39.github.io/ecma262/#sec-speciesconstructor\nmodule.exports = function (O, defaultConstructor) {\n var C = anObject(O).constructor;\n var S;\n return C === undefined || (S = anObject(C)[SPECIES]) == undefined ? defaultConstructor : aFunction(S);\n};\n","var Handlebars = require(\"../../../../node_modules/handlebars/runtime.js\");\nfunction __default(obj) { return obj && (obj.__esModule ? obj[\"default\"] : obj); }\nmodule.exports = (Handlebars[\"default\"] || Handlebars).template({\"1\":function(container,depth0,helpers,partials,data) {\n var stack1, alias1=container.lambda, alias2=container.escapeExpression, lookupProperty = container.lookupProperty || function(parent, propertyName) {\n if (Object.prototype.hasOwnProperty.call(parent, propertyName)) {\n return parent[propertyName];\n }\n return undefined\n };\n\n return \"<img src=\\\"\"\n + alias2(alias1(((stack1 = (depth0 != null ? lookupProperty(depth0,\"contact\") : depth0)) != null ? lookupProperty(stack1,\"avatar\") : stack1), depth0))\n + \"&size=32\\\" class=\\\"avatar\\\" srcset=\\\"\"\n + alias2(alias1(((stack1 = (depth0 != null ? lookupProperty(depth0,\"contact\") : depth0)) != null ? lookupProperty(stack1,\"avatar\") : stack1), depth0))\n + \"&size=32 1x, \"\n + alias2(alias1(((stack1 = (depth0 != null ? lookupProperty(depth0,\"contact\") : depth0)) != null ? lookupProperty(stack1,\"avatar\") : stack1), depth0))\n + \"&size=64 2x, \"\n + alias2(alias1(((stack1 = (depth0 != null ? lookupProperty(depth0,\"contact\") : depth0)) != null ? lookupProperty(stack1,\"avatar\") : stack1), depth0))\n + \"&size=128 4x\\\" alt=\\\"\\\">\\n\";\n},\"3\":function(container,depth0,helpers,partials,data) {\n return \"<div class=\\\"avatar\\\"></div>\\n\";\n},\"5\":function(container,depth0,helpers,partials,data) {\n var stack1, alias1=container.lambda, alias2=container.escapeExpression, lookupProperty = container.lookupProperty || function(parent, propertyName) {\n if (Object.prototype.hasOwnProperty.call(parent, propertyName)) {\n return parent[propertyName];\n }\n return undefined\n };\n\n return \"<a class=\\\"top-action\\\" href=\\\"\"\n + alias2(alias1(((stack1 = ((stack1 = (depth0 != null ? lookupProperty(depth0,\"contact\") : depth0)) != null ? lookupProperty(stack1,\"topAction\") : stack1)) != null ? lookupProperty(stack1,\"hyperlink\") : stack1), depth0))\n + \"\\\" title=\\\"\"\n + alias2(alias1(((stack1 = ((stack1 = (depth0 != null ? lookupProperty(depth0,\"contact\") : depth0)) != null ? lookupProperty(stack1,\"topAction\") : stack1)) != null ? lookupProperty(stack1,\"title\") : stack1), depth0))\n + \"\\\">\\n\t<img src=\\\"\"\n + alias2(alias1(((stack1 = ((stack1 = (depth0 != null ? lookupProperty(depth0,\"contact\") : depth0)) != null ? lookupProperty(stack1,\"topAction\") : stack1)) != null ? lookupProperty(stack1,\"icon\") : stack1), depth0))\n + \"\\\" alt=\\\"\"\n + alias2(alias1(((stack1 = ((stack1 = (depth0 != null ? lookupProperty(depth0,\"contact\") : depth0)) != null ? lookupProperty(stack1,\"topAction\") : stack1)) != null ? lookupProperty(stack1,\"title\") : stack1), depth0))\n + \"\\\">\\n</a>\\n\";\n},\"7\":function(container,depth0,helpers,partials,data) {\n var stack1, alias1=container.lambda, alias2=container.escapeExpression, lookupProperty = container.lookupProperty || function(parent, propertyName) {\n if (Object.prototype.hasOwnProperty.call(parent, propertyName)) {\n return parent[propertyName];\n }\n return undefined\n };\n\n return \"<a class=\\\"second-action\\\" href=\\\"\"\n + alias2(alias1(((stack1 = ((stack1 = (depth0 != null ? lookupProperty(depth0,\"contact\") : depth0)) != null ? lookupProperty(stack1,\"secondAction\") : stack1)) != null ? lookupProperty(stack1,\"hyperlink\") : stack1), depth0))\n + \"\\\" title=\\\"\"\n + alias2(alias1(((stack1 = ((stack1 = (depth0 != null ? lookupProperty(depth0,\"contact\") : depth0)) != null ? lookupProperty(stack1,\"secondAction\") : stack1)) != null ? lookupProperty(stack1,\"title\") : stack1), depth0))\n + \"\\\">\\n\t<img src=\\\"\"\n + alias2(alias1(((stack1 = ((stack1 = (depth0 != null ? lookupProperty(depth0,\"contact\") : depth0)) != null ? lookupProperty(stack1,\"secondAction\") : stack1)) != null ? lookupProperty(stack1,\"icon\") : stack1), depth0))\n + \"\\\" alt=\\\"\"\n + alias2(alias1(((stack1 = ((stack1 = (depth0 != null ? lookupProperty(depth0,\"contact\") : depth0)) != null ? lookupProperty(stack1,\"secondAction\") : stack1)) != null ? lookupProperty(stack1,\"title\") : stack1), depth0))\n + \"\\\">\\n</a>\\n\";\n},\"9\":function(container,depth0,helpers,partials,data) {\n var stack1, lookupProperty = container.lookupProperty || function(parent, propertyName) {\n if (Object.prototype.hasOwnProperty.call(parent, propertyName)) {\n return parent[propertyName];\n }\n return undefined\n };\n\n return \"\t<span class=\\\"other-actions icon-more\\\"></span>\\n\t<div class=\\\"menu popovermenu\\\">\\n\t\t<ul>\\n\"\n + ((stack1 = lookupProperty(helpers,\"each\").call(depth0 != null ? depth0 : (container.nullContext || {}),((stack1 = (depth0 != null ? lookupProperty(depth0,\"contact\") : depth0)) != null ? lookupProperty(stack1,\"actions\") : stack1),{\"name\":\"each\",\"hash\":{},\"fn\":container.program(10, data, 0),\"inverse\":container.noop,\"data\":data,\"loc\":{\"start\":{\"line\":24,\"column\":3},\"end\":{\"line\":31,\"column\":12}}})) != null ? stack1 : \"\")\n + \"\t\t</ul>\\n\t</div>\\n\";\n},\"10\":function(container,depth0,helpers,partials,data) {\n var helper, alias1=depth0 != null ? depth0 : (container.nullContext || {}), alias2=container.hooks.helperMissing, alias3=\"function\", alias4=container.escapeExpression, lookupProperty = container.lookupProperty || function(parent, propertyName) {\n if (Object.prototype.hasOwnProperty.call(parent, propertyName)) {\n return parent[propertyName];\n }\n return undefined\n };\n\n return \"\t\t\t<li>\\n\t\t\t\t<a href=\\\"\"\n + alias4(((helper = (helper = lookupProperty(helpers,\"hyperlink\") || (depth0 != null ? lookupProperty(depth0,\"hyperlink\") : depth0)) != null ? helper : alias2),(typeof helper === alias3 ? helper.call(alias1,{\"name\":\"hyperlink\",\"hash\":{},\"data\":data,\"loc\":{\"start\":{\"line\":26,\"column\":13},\"end\":{\"line\":26,\"column\":26}}}) : helper)))\n + \"\\\">\\n\t\t\t\t\t<img src=\\\"\"\n + alias4(((helper = (helper = lookupProperty(helpers,\"icon\") || (depth0 != null ? lookupProperty(depth0,\"icon\") : depth0)) != null ? helper : alias2),(typeof helper === alias3 ? helper.call(alias1,{\"name\":\"icon\",\"hash\":{},\"data\":data,\"loc\":{\"start\":{\"line\":27,\"column\":15},\"end\":{\"line\":27,\"column\":23}}}) : helper)))\n + \"\\\" alt=\\\"\\\">\\n\t\t\t\t\t<span>\"\n + alias4(((helper = (helper = lookupProperty(helpers,\"title\") || (depth0 != null ? lookupProperty(depth0,\"title\") : depth0)) != null ? helper : alias2),(typeof helper === alias3 ? helper.call(alias1,{\"name\":\"title\",\"hash\":{},\"data\":data,\"loc\":{\"start\":{\"line\":28,\"column\":11},\"end\":{\"line\":28,\"column\":20}}}) : helper)))\n + \"</span>\\n\t\t\t\t</a>\\n\t\t\t</li>\\n\";\n},\"compiler\":[8,\">= 4.3.0\"],\"main\":function(container,depth0,helpers,partials,data) {\n var stack1, alias1=depth0 != null ? depth0 : (container.nullContext || {}), alias2=container.lambda, alias3=container.escapeExpression, lookupProperty = container.lookupProperty || function(parent, propertyName) {\n if (Object.prototype.hasOwnProperty.call(parent, propertyName)) {\n return parent[propertyName];\n }\n return undefined\n };\n\n return ((stack1 = lookupProperty(helpers,\"if\").call(alias1,((stack1 = (depth0 != null ? lookupProperty(depth0,\"contact\") : depth0)) != null ? lookupProperty(stack1,\"avatar\") : stack1),{\"name\":\"if\",\"hash\":{},\"fn\":container.program(1, data, 0),\"inverse\":container.program(3, data, 0),\"data\":data,\"loc\":{\"start\":{\"line\":1,\"column\":0},\"end\":{\"line\":5,\"column\":7}}})) != null ? stack1 : \"\")\n + \"<div class=\\\"body\\\">\\n\t<div class=\\\"full-name\\\">\"\n + alias3(alias2(((stack1 = (depth0 != null ? lookupProperty(depth0,\"contact\") : depth0)) != null ? lookupProperty(stack1,\"fullName\") : stack1), depth0))\n + \"</div>\\n\t<div class=\\\"last-message\\\">\"\n + alias3(alias2(((stack1 = (depth0 != null ? lookupProperty(depth0,\"contact\") : depth0)) != null ? lookupProperty(stack1,\"lastMessage\") : stack1), depth0))\n + \"</div>\\n</div>\\n\"\n + ((stack1 = lookupProperty(helpers,\"if\").call(alias1,((stack1 = (depth0 != null ? lookupProperty(depth0,\"contact\") : depth0)) != null ? lookupProperty(stack1,\"topAction\") : stack1),{\"name\":\"if\",\"hash\":{},\"fn\":container.program(5, data, 0),\"inverse\":container.noop,\"data\":data,\"loc\":{\"start\":{\"line\":10,\"column\":0},\"end\":{\"line\":14,\"column\":7}}})) != null ? stack1 : \"\")\n + ((stack1 = lookupProperty(helpers,\"if\").call(alias1,((stack1 = (depth0 != null ? lookupProperty(depth0,\"contact\") : depth0)) != null ? lookupProperty(stack1,\"hasTwoActions\") : stack1),{\"name\":\"if\",\"hash\":{},\"fn\":container.program(7, data, 0),\"inverse\":container.noop,\"data\":data,\"loc\":{\"start\":{\"line\":15,\"column\":0},\"end\":{\"line\":19,\"column\":7}}})) != null ? stack1 : \"\")\n + ((stack1 = lookupProperty(helpers,\"if\").call(alias1,((stack1 = (depth0 != null ? lookupProperty(depth0,\"contact\") : depth0)) != null ? lookupProperty(stack1,\"hasManyActions\") : stack1),{\"name\":\"if\",\"hash\":{},\"fn\":container.program(9, data, 0),\"inverse\":container.noop,\"data\":data,\"loc\":{\"start\":{\"line\":20,\"column\":0},\"end\":{\"line\":34,\"column\":7}}})) != null ? stack1 : \"\");\n},\"useData\":true});","'use strict';\n\nexports.__esModule = true;\n\nvar _utils = require('../utils');\n\nexports['default'] = function (instance) {\n instance.registerHelper('blockHelperMissing', function (context, options) {\n var inverse = options.inverse,\n fn = options.fn;\n\n if (context === true) {\n return fn(this);\n } else if (context === false || context == null) {\n return inverse(this);\n } else if (_utils.isArray(context)) {\n if (context.length > 0) {\n if (options.ids) {\n options.ids = [options.name];\n }\n\n return instance.helpers.each(context, options);\n } else {\n return inverse(this);\n }\n } else {\n if (options.data && options.ids) {\n var data = _utils.createFrame(options.data);\n data.contextPath = _utils.appendContextPath(options.data.contextPath, options.name);\n options = { data: data };\n }\n\n return fn(context, options);\n }\n });\n};\n\nmodule.exports = exports['default'];\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uL2xpYi9oYW5kbGViYXJzL2hlbHBlcnMvYmxvY2staGVscGVyLW1pc3NpbmcuanMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6Ijs7OztxQkFBd0QsVUFBVTs7cUJBRW5ELFVBQVMsUUFBUSxFQUFFO0FBQ2hDLFVBQVEsQ0FBQyxjQUFjLENBQUMsb0JBQW9CLEVBQUUsVUFBUyxPQUFPLEVBQUUsT0FBTyxFQUFFO0FBQ3ZFLFFBQUksT0FBTyxHQUFHLE9BQU8sQ0FBQyxPQUFPO1FBQzNCLEVBQUUsR0FBRyxPQUFPLENBQUMsRUFBRSxDQUFDOztBQUVsQixRQUFJLE9BQU8sS0FBSyxJQUFJLEVBQUU7QUFDcEIsYUFBTyxFQUFFLENBQUMsSUFBSSxDQUFDLENBQUM7S0FDakIsTUFBTSxJQUFJLE9BQU8sS0FBSyxLQUFLLElBQUksT0FBTyxJQUFJLElBQUksRUFBRTtBQUMvQyxhQUFPLE9BQU8sQ0FBQyxJQUFJLENBQUMsQ0FBQztLQUN0QixNQUFNLElBQUksZUFBUSxPQUFPLENBQUMsRUFBRTtBQUMzQixVQUFJLE9BQU8sQ0FBQyxNQUFNLEdBQUcsQ0FBQyxFQUFFO0FBQ3RCLFlBQUksT0FBTyxDQUFDLEdBQUcsRUFBRTtBQUNmLGlCQUFPLENBQUMsR0FBRyxHQUFHLENBQUMsT0FBTyxDQUFDLElBQUksQ0FBQyxDQUFDO1NBQzlCOztBQUVELGVBQU8sUUFBUSxDQUFDLE9BQU8sQ0FBQyxJQUFJLENBQUMsT0FBTyxFQUFFLE9BQU8sQ0FBQyxDQUFDO09BQ2hELE1BQU07QUFDTCxlQUFPLE9BQU8sQ0FBQyxJQUFJLENBQUMsQ0FBQztPQUN0QjtLQUNGLE1BQU07QUFDTCxVQUFJLE9BQU8sQ0FBQyxJQUFJLElBQUksT0FBTyxDQUFDLEdBQUcsRUFBRTtBQUMvQixZQUFJLElBQUksR0FBRyxtQkFBWSxPQUFPLENBQUMsSUFBSSxDQUFDLENBQUM7QUFDckMsWUFBSSxDQUFDLFdBQVcsR0FBRyx5QkFDakIsT0FBTyxDQUFDLElBQUksQ0FBQyxXQUFXLEVBQ3hCLE9BQU8sQ0FBQyxJQUFJLENBQ2IsQ0FBQztBQUNGLGVBQU8sR0FBRyxFQUFFLElBQUksRUFBRSxJQUFJLEVBQUUsQ0FBQztPQUMxQjs7QUFFRCxhQUFPLEVBQUUsQ0FBQyxPQUFPLEVBQUUsT0FBTyxDQUFDLENBQUM7S0FDN0I7R0FDRixDQUFDLENBQUM7Q0FDSiIsImZpbGUiOiJibG9jay1oZWxwZXItbWlzc2luZy5qcyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IGFwcGVuZENvbnRleHRQYXRoLCBjcmVhdGVGcmFtZSwgaXNBcnJheSB9IGZyb20gJy4uL3V0aWxzJztcblxuZXhwb3J0IGRlZmF1bHQgZnVuY3Rpb24oaW5zdGFuY2UpIHtcbiAgaW5zdGFuY2UucmVnaXN0ZXJIZWxwZXIoJ2Jsb2NrSGVscGVyTWlzc2luZycsIGZ1bmN0aW9uKGNvbnRleHQsIG9wdGlvbnMpIHtcbiAgICBsZXQgaW52ZXJzZSA9IG9wdGlvbnMuaW52ZXJzZSxcbiAgICAgIGZuID0gb3B0aW9ucy5mbjtcblxuICAgIGlmIChjb250ZXh0ID09PSB0cnVlKSB7XG4gICAgICByZXR1cm4gZm4odGhpcyk7XG4gICAgfSBlbHNlIGlmIChjb250ZXh0ID09PSBmYWxzZSB8fCBjb250ZXh0ID09IG51bGwpIHtcbiAgICAgIHJldHVybiBpbnZlcnNlKHRoaXMpO1xuICAgIH0gZWxzZSBpZiAoaXNBcnJheShjb250ZXh0KSkge1xuICAgICAgaWYgKGNvbnRleHQubGVuZ3RoID4gMCkge1xuICAgICAgICBpZiAob3B0aW9ucy5pZHMpIHtcbiAgICAgICAgICBvcHRpb25zLmlkcyA9IFtvcHRpb25zLm5hbWVdO1xuICAgICAgICB9XG5cbiAgICAgICAgcmV0dXJuIGluc3RhbmNlLmhlbHBlcnMuZWFjaChjb250ZXh0LCBvcHRpb25zKTtcbiAgICAgIH0gZWxzZSB7XG4gICAgICAgIHJldHVybiBpbnZlcnNlKHRoaXMpO1xuICAgICAgfVxuICAgIH0gZWxzZSB7XG4gICAgICBpZiAob3B0aW9ucy5kYXRhICYmIG9wdGlvbnMuaWRzKSB7XG4gICAgICAgIGxldCBkYXRhID0gY3JlYXRlRnJhbWUob3B0aW9ucy5kYXRhKTtcbiAgICAgICAgZGF0YS5jb250ZXh0UGF0aCA9IGFwcGVuZENvbnRleHRQYXRoKFxuICAgICAgICAgIG9wdGlvbnMuZGF0YS5jb250ZXh0UGF0aCxcbiAgICAgICAgICBvcHRpb25zLm5hbWVcbiAgICAgICAgKTtcbiAgICAgICAgb3B0aW9ucyA9IHsgZGF0YTogZGF0YSB9O1xuICAgICAgfVxuXG4gICAgICByZXR1cm4gZm4oY29udGV4dCwgb3B0aW9ucyk7XG4gICAgfVxuICB9KTtcbn1cbiJdfQ==\n","'use strict';\n\nexports.__esModule = true;\n// istanbul ignore next\n\nfunction _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { 'default': obj }; }\n\nvar _utils = require('../utils');\n\nvar _exception = require('../exception');\n\nvar _exception2 = _interopRequireDefault(_exception);\n\nexports['default'] = function (instance) {\n instance.registerHelper('each', function (context, options) {\n if (!options) {\n throw new _exception2['default']('Must pass iterator to #each');\n }\n\n var fn = options.fn,\n inverse = options.inverse,\n i = 0,\n ret = '',\n data = undefined,\n contextPath = undefined;\n\n if (options.data && options.ids) {\n contextPath = _utils.appendContextPath(options.data.contextPath, options.ids[0]) + '.';\n }\n\n if (_utils.isFunction(context)) {\n context = context.call(this);\n }\n\n if (options.data) {\n data = _utils.createFrame(options.data);\n }\n\n function execIteration(field, index, last) {\n if (data) {\n data.key = field;\n data.index = index;\n data.first = index === 0;\n data.last = !!last;\n\n if (contextPath) {\n data.contextPath = contextPath + field;\n }\n }\n\n ret = ret + fn(context[field], {\n data: data,\n blockParams: _utils.blockParams([context[field], field], [contextPath + field, null])\n });\n }\n\n if (context && typeof context === 'object') {\n if (_utils.isArray(context)) {\n for (var j = context.length; i < j; i++) {\n if (i in context) {\n execIteration(i, i, i === context.length - 1);\n }\n }\n } else if (global.Symbol && context[global.Symbol.iterator]) {\n var newContext = [];\n var iterator = context[global.Symbol.iterator]();\n for (var it = iterator.next(); !it.done; it = iterator.next()) {\n newContext.push(it.value);\n }\n context = newContext;\n for (var j = context.length; i < j; i++) {\n execIteration(i, i, i === context.length - 1);\n }\n } else {\n (function () {\n var priorKey = undefined;\n\n Object.keys(context).forEach(function (key) {\n // We're running the iterations one step out of sync so we can detect\n // the last iteration without have to scan the object twice and create\n // an itermediate keys array.\n if (priorKey !== undefined) {\n execIteration(priorKey, i - 1);\n }\n priorKey = key;\n i++;\n });\n if (priorKey !== undefined) {\n execIteration(priorKey, i - 1, true);\n }\n })();\n }\n }\n\n if (i === 0) {\n ret = inverse(this);\n }\n\n return ret;\n });\n};\n\nmodule.exports = exports['default'];\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uL2xpYi9oYW5kbGViYXJzL2hlbHBlcnMvZWFjaC5qcyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiOzs7Ozs7O3FCQU1PLFVBQVU7O3lCQUNLLGNBQWM7Ozs7cUJBRXJCLFVBQVMsUUFBUSxFQUFFO0FBQ2hDLFVBQVEsQ0FBQyxjQUFjLENBQUMsTUFBTSxFQUFFLFVBQVMsT0FBTyxFQUFFLE9BQU8sRUFBRTtBQUN6RCxRQUFJLENBQUMsT0FBTyxFQUFFO0FBQ1osWUFBTSwyQkFBYyw2QkFBNkIsQ0FBQyxDQUFDO0tBQ3BEOztBQUVELFFBQUksRUFBRSxHQUFHLE9BQU8sQ0FBQyxFQUFFO1FBQ2pCLE9BQU8sR0FBRyxPQUFPLENBQUMsT0FBTztRQUN6QixDQUFDLEdBQUcsQ0FBQztRQUNMLEdBQUcsR0FBRyxFQUFFO1FBQ1IsSUFBSSxZQUFBO1FBQ0osV0FBVyxZQUFBLENBQUM7O0FBRWQsUUFBSSxPQUFPLENBQUMsSUFBSSxJQUFJLE9BQU8sQ0FBQyxHQUFHLEVBQUU7QUFDL0IsaUJBQVcsR0FDVCx5QkFBa0IsT0FBTyxDQUFDLElBQUksQ0FBQyxXQUFXLEVBQUUsT0FBTyxDQUFDLEdBQUcsQ0FBQyxDQUFDLENBQUMsQ0FBQyxHQUFHLEdBQUcsQ0FBQztLQUNyRTs7QUFFRCxRQUFJLGtCQUFXLE9BQU8sQ0FBQyxFQUFFO0FBQ3ZCLGFBQU8sR0FBRyxPQUFPLENBQUMsSUFBSSxDQUFDLElBQUksQ0FBQyxDQUFDO0tBQzlCOztBQUVELFFBQUksT0FBTyxDQUFDLElBQUksRUFBRTtBQUNoQixVQUFJLEdBQUcsbUJBQVksT0FBTyxDQUFDLElBQUksQ0FBQyxDQUFDO0tBQ2xDOztBQUVELGFBQVMsYUFBYSxDQUFDLEtBQUssRUFBRSxLQUFLLEVBQUUsSUFBSSxFQUFFO0FBQ3pDLFVBQUksSUFBSSxFQUFFO0FBQ1IsWUFBSSxDQUFDLEdBQUcsR0FBRyxLQUFLLENBQUM7QUFDakIsWUFBSSxDQUFDLEtBQUssR0FBRyxLQUFLLENBQUM7QUFDbkIsWUFBSSxDQUFDLEtBQUssR0FBRyxLQUFLLEtBQUssQ0FBQyxDQUFDO0FBQ3pCLFlBQUksQ0FBQyxJQUFJLEdBQUcsQ0FBQyxDQUFDLElBQUksQ0FBQzs7QUFFbkIsWUFBSSxXQUFXLEVBQUU7QUFDZixjQUFJLENBQUMsV0FBVyxHQUFHLFdBQVcsR0FBRyxLQUFLLENBQUM7U0FDeEM7T0FDRjs7QUFFRCxTQUFHLEdBQ0QsR0FBRyxHQUNILEVBQUUsQ0FBQyxPQUFPLENBQUMsS0FBSyxDQUFDLEVBQUU7QUFDakIsWUFBSSxFQUFFLElBQUk7QUFDVixtQkFBVyxFQUFFLG1CQUNYLENBQUMsT0FBTyxDQUFDLEtBQUssQ0FBQyxFQUFFLEtBQUssQ0FBQyxFQUN2QixDQUFDLFdBQVcsR0FBRyxLQUFLLEVBQUUsSUFBSSxDQUFDLENBQzVCO09BQ0YsQ0FBQyxDQUFDO0tBQ047O0FBRUQsUUFBSSxPQUFPLElBQUksT0FBTyxPQUFPLEtBQUssUUFBUSxFQUFFO0FBQzFDLFVBQUksZUFBUSxPQUFPLENBQUMsRUFBRTtBQUNwQixhQUFLLElBQUksQ0FBQyxHQUFHLE9BQU8sQ0FBQyxNQUFNLEVBQUUsQ0FBQyxHQUFHLENBQUMsRUFBRSxDQUFDLEVBQUUsRUFBRTtBQUN2QyxjQUFJLENBQUMsSUFBSSxPQUFPLEVBQUU7QUFDaEIseUJBQWEsQ0FBQyxDQUFDLEVBQUUsQ0FBQyxFQUFFLENBQUMsS0FBSyxPQUFPLENBQUMsTUFBTSxHQUFHLENBQUMsQ0FBQyxDQUFDO1dBQy9DO1NBQ0Y7T0FDRixNQUFNLElBQUksTUFBTSxDQUFDLE1BQU0sSUFBSSxPQUFPLENBQUMsTUFBTSxDQUFDLE1BQU0sQ0FBQyxRQUFRLENBQUMsRUFBRTtBQUMzRCxZQUFNLFVBQVUsR0FBRyxFQUFFLENBQUM7QUFDdEIsWUFBTSxRQUFRLEdBQUcsT0FBTyxDQUFDLE1BQU0sQ0FBQyxNQUFNLENBQUMsUUFBUSxDQUFDLEVBQUUsQ0FBQztBQUNuRCxhQUFLLElBQUksRUFBRSxHQUFHLFFBQVEsQ0FBQyxJQUFJLEVBQUUsRUFBRSxDQUFDLEVBQUUsQ0FBQyxJQUFJLEVBQUUsRUFBRSxHQUFHLFFBQVEsQ0FBQyxJQUFJLEVBQUUsRUFBRTtBQUM3RCxvQkFBVSxDQUFDLElBQUksQ0FBQyxFQUFFLENBQUMsS0FBSyxDQUFDLENBQUM7U0FDM0I7QUFDRCxlQUFPLEdBQUcsVUFBVSxDQUFDO0FBQ3JCLGFBQUssSUFBSSxDQUFDLEdBQUcsT0FBTyxDQUFDLE1BQU0sRUFBRSxDQUFDLEdBQUcsQ0FBQyxFQUFFLENBQUMsRUFBRSxFQUFFO0FBQ3ZDLHVCQUFhLENBQUMsQ0FBQyxFQUFFLENBQUMsRUFBRSxDQUFDLEtBQUssT0FBTyxDQUFDLE1BQU0sR0FBRyxDQUFDLENBQUMsQ0FBQztTQUMvQztPQUNGLE1BQU07O0FBQ0wsY0FBSSxRQUFRLFlBQUEsQ0FBQzs7QUFFYixnQkFBTSxDQUFDLElBQUksQ0FBQyxPQUFPLENBQUMsQ0FBQyxPQUFPLENBQUMsVUFBQSxHQUFHLEVBQUk7Ozs7QUFJbEMsZ0JBQUksUUFBUSxLQUFLLFNBQVMsRUFBRTtBQUMxQiwyQkFBYSxDQUFDLFFBQVEsRUFBRSxDQUFDLEdBQUcsQ0FBQyxDQUFDLENBQUM7YUFDaEM7QUFDRCxvQkFBUSxHQUFHLEdBQUcsQ0FBQztBQUNmLGFBQUMsRUFBRSxDQUFDO1dBQ0wsQ0FBQyxDQUFDO0FBQ0gsY0FBSSxRQUFRLEtBQUssU0FBUyxFQUFFO0FBQzFCLHlCQUFhLENBQUMsUUFBUSxFQUFFLENBQUMsR0FBRyxDQUFDLEVBQUUsSUFBSSxDQUFDLENBQUM7V0FDdEM7O09BQ0Y7S0FDRjs7QUFFRCxRQUFJLENBQUMsS0FBSyxDQUFDLEVBQUU7QUFDWCxTQUFHLEdBQUcsT0FBTyxDQUFDLElBQUksQ0FBQyxDQUFDO0tBQ3JCOztBQUVELFdBQU8sR0FBRyxDQUFDO0dBQ1osQ0FBQyxDQUFDO0NBQ0oiLCJmaWxlIjoiZWFjaC5qcyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7XG4gIGFwcGVuZENvbnRleHRQYXRoLFxuICBibG9ja1BhcmFtcyxcbiAgY3JlYXRlRnJhbWUsXG4gIGlzQXJyYXksXG4gIGlzRnVuY3Rpb25cbn0gZnJvbSAnLi4vdXRpbHMnO1xuaW1wb3J0IEV4Y2VwdGlvbiBmcm9tICcuLi9leGNlcHRpb24nO1xuXG5leHBvcnQgZGVmYXVsdCBmdW5jdGlvbihpbnN0YW5jZSkge1xuICBpbnN0YW5jZS5yZWdpc3RlckhlbHBlcignZWFjaCcsIGZ1bmN0aW9uKGNvbnRleHQsIG9wdGlvbnMpIHtcbiAgICBpZiAoIW9wdGlvbnMpIHtcbiAgICAgIHRocm93IG5ldyBFeGNlcHRpb24oJ011c3QgcGFzcyBpdGVyYXRvciB0byAjZWFjaCcpO1xuICAgIH1cblxuICAgIGxldCBmbiA9IG9wdGlvbnMuZm4sXG4gICAgICBpbnZlcnNlID0gb3B0aW9ucy5pbnZlcnNlLFxuICAgICAgaSA9IDAsXG4gICAgICByZXQgPSAnJyxcbiAgICAgIGRhdGEsXG4gICAgICBjb250ZXh0UGF0aDtcblxuICAgIGlmIChvcHRpb25zLmRhdGEgJiYgb3B0aW9ucy5pZHMpIHtcbiAgICAgIGNvbnRleHRQYXRoID1cbiAgICAgICAgYXBwZW5kQ29udGV4dFBhdGgob3B0aW9ucy5kYXRhLmNvbnRleHRQYXRoLCBvcHRpb25zLmlkc1swXSkgKyAnLic7XG4gICAgfVxuXG4gICAgaWYgKGlzRnVuY3Rpb24oY29udGV4dCkpIHtcbiAgICAgIGNvbnRleHQgPSBjb250ZXh0LmNhbGwodGhpcyk7XG4gICAgfVxuXG4gICAgaWYgKG9wdGlvbnMuZGF0YSkge1xuICAgICAgZGF0YSA9IGNyZWF0ZUZyYW1lKG9wdGlvbnMuZGF0YSk7XG4gICAgfVxuXG4gICAgZnVuY3Rpb24gZXhlY0l0ZXJhdGlvbihmaWVsZCwgaW5kZXgsIGxhc3QpIHtcbiAgICAgIGlmIChkYXRhKSB7XG4gICAgICAgIGRhdGEua2V5ID0gZmllbGQ7XG4gICAgICAgIGRhdGEuaW5kZXggPSBpbmRleDtcbiAgICAgICAgZGF0YS5maXJzdCA9IGluZGV4ID09PSAwO1xuICAgICAgICBkYXRhLmxhc3QgPSAhIWxhc3Q7XG5cbiAgICAgICAgaWYgKGNvbnRleHRQYXRoKSB7XG4gICAgICAgICAgZGF0YS5jb250ZXh0UGF0aCA9IGNvbnRleHRQYXRoICsgZmllbGQ7XG4gICAgICAgIH1cbiAgICAgIH1cblxuICAgICAgcmV0ID1cbiAgICAgICAgcmV0ICtcbiAgICAgICAgZm4oY29udGV4dFtmaWVsZF0sIHtcbiAgICAgICAgICBkYXRhOiBkYXRhLFxuICAgICAgICAgIGJsb2NrUGFyYW1zOiBibG9ja1BhcmFtcyhcbiAgICAgICAgICAgIFtjb250ZXh0W2ZpZWxkXSwgZmllbGRdLFxuICAgICAgICAgICAgW2NvbnRleHRQYXRoICsgZmllbGQsIG51bGxdXG4gICAgICAgICAgKVxuICAgICAgICB9KTtcbiAgICB9XG5cbiAgICBpZiAoY29udGV4dCAmJiB0eXBlb2YgY29udGV4dCA9PT0gJ29iamVjdCcpIHtcbiAgICAgIGlmIChpc0FycmF5KGNvbnRleHQpKSB7XG4gICAgICAgIGZvciAobGV0IGogPSBjb250ZXh0Lmxlbmd0aDsgaSA8IGo7IGkrKykge1xuICAgICAgICAgIGlmIChpIGluIGNvbnRleHQpIHtcbiAgICAgICAgICAgIGV4ZWNJdGVyYXRpb24oaSwgaSwgaSA9PT0gY29udGV4dC5sZW5ndGggLSAxKTtcbiAgICAgICAgICB9XG4gICAgICAgIH1cbiAgICAgIH0gZWxzZSBpZiAoZ2xvYmFsLlN5bWJvbCAmJiBjb250ZXh0W2dsb2JhbC5TeW1ib2wuaXRlcmF0b3JdKSB7XG4gICAgICAgIGNvbnN0IG5ld0NvbnRleHQgPSBbXTtcbiAgICAgICAgY29uc3QgaXRlcmF0b3IgPSBjb250ZXh0W2dsb2JhbC5TeW1ib2wuaXRlcmF0b3JdKCk7XG4gICAgICAgIGZvciAobGV0IGl0ID0gaXRlcmF0b3IubmV4dCgpOyAhaXQuZG9uZTsgaXQgPSBpdGVyYXRvci5uZXh0KCkpIHtcbiAgICAgICAgICBuZXdDb250ZXh0LnB1c2goaXQudmFsdWUpO1xuICAgICAgICB9XG4gICAgICAgIGNvbnRleHQgPSBuZXdDb250ZXh0O1xuICAgICAgICBmb3IgKGxldCBqID0gY29udGV4dC5sZW5ndGg7IGkgPCBqOyBpKyspIHtcbiAgICAgICAgICBleGVjSXRlcmF0aW9uKGksIGksIGkgPT09IGNvbnRleHQubGVuZ3RoIC0gMSk7XG4gICAgICAgIH1cbiAgICAgIH0gZWxzZSB7XG4gICAgICAgIGxldCBwcmlvcktleTtcblxuICAgICAgICBPYmplY3Qua2V5cyhjb250ZXh0KS5mb3JFYWNoKGtleSA9PiB7XG4gICAgICAgICAgLy8gV2UncmUgcnVubmluZyB0aGUgaXRlcmF0aW9ucyBvbmUgc3RlcCBvdXQgb2Ygc3luYyBzbyB3ZSBjYW4gZGV0ZWN0XG4gICAgICAgICAgLy8gdGhlIGxhc3QgaXRlcmF0aW9uIHdpdGhvdXQgaGF2ZSB0byBzY2FuIHRoZSBvYmplY3QgdHdpY2UgYW5kIGNyZWF0ZVxuICAgICAgICAgIC8vIGFuIGl0ZXJtZWRpYXRlIGtleXMgYXJyYXkuXG4gICAgICAgICAgaWYgKHByaW9yS2V5ICE9PSB1bmRlZmluZWQpIHtcbiAgICAgICAgICAgIGV4ZWNJdGVyYXRpb24ocHJpb3JLZXksIGkgLSAxKTtcbiAgICAgICAgICB9XG4gICAgICAgICAgcHJpb3JLZXkgPSBrZXk7XG4gICAgICAgICAgaSsrO1xuICAgICAgICB9KTtcbiAgICAgICAgaWYgKHByaW9yS2V5ICE9PSB1bmRlZmluZWQpIHtcbiAgICAgICAgICBleGVjSXRlcmF0aW9uKHByaW9yS2V5LCBpIC0gMSwgdHJ1ZSk7XG4gICAgICAgIH1cbiAgICAgIH1cbiAgICB9XG5cbiAgICBpZiAoaSA9PT0gMCkge1xuICAgICAgcmV0ID0gaW52ZXJzZSh0aGlzKTtcbiAgICB9XG5cbiAgICByZXR1cm4gcmV0O1xuICB9KTtcbn1cbiJdfQ==\n","'use strict';\n\nexports.__esModule = true;\n// istanbul ignore next\n\nfunction _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { 'default': obj }; }\n\nvar _exception = require('../exception');\n\nvar _exception2 = _interopRequireDefault(_exception);\n\nexports['default'] = function (instance) {\n instance.registerHelper('helperMissing', function () /* [args, ]options */{\n if (arguments.length === 1) {\n // A missing field in a {{foo}} construct.\n return undefined;\n } else {\n // Someone is actually trying to call something, blow up.\n throw new _exception2['default']('Missing helper: \"' + arguments[arguments.length - 1].name + '\"');\n }\n });\n};\n\nmodule.exports = exports['default'];\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uL2xpYi9oYW5kbGViYXJzL2hlbHBlcnMvaGVscGVyLW1pc3NpbmcuanMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6Ijs7Ozs7Ozt5QkFBc0IsY0FBYzs7OztxQkFFckIsVUFBUyxRQUFRLEVBQUU7QUFDaEMsVUFBUSxDQUFDLGNBQWMsQ0FBQyxlQUFlLEVBQUUsaUNBQWdDO0FBQ3ZFLFFBQUksU0FBUyxDQUFDLE1BQU0sS0FBSyxDQUFDLEVBQUU7O0FBRTFCLGFBQU8sU0FBUyxDQUFDO0tBQ2xCLE1BQU07O0FBRUwsWUFBTSwyQkFDSixtQkFBbUIsR0FBRyxTQUFTLENBQUMsU0FBUyxDQUFDLE1BQU0sR0FBRyxDQUFDLENBQUMsQ0FBQyxJQUFJLEdBQUcsR0FBRyxDQUNqRSxDQUFDO0tBQ0g7R0FDRixDQUFDLENBQUM7Q0FDSiIsImZpbGUiOiJoZWxwZXItbWlzc2luZy5qcyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCBFeGNlcHRpb24gZnJvbSAnLi4vZXhjZXB0aW9uJztcblxuZXhwb3J0IGRlZmF1bHQgZnVuY3Rpb24oaW5zdGFuY2UpIHtcbiAgaW5zdGFuY2UucmVnaXN0ZXJIZWxwZXIoJ2hlbHBlck1pc3NpbmcnLCBmdW5jdGlvbigvKiBbYXJncywgXW9wdGlvbnMgKi8pIHtcbiAgICBpZiAoYXJndW1lbnRzLmxlbmd0aCA9PT0gMSkge1xuICAgICAgLy8gQSBtaXNzaW5nIGZpZWxkIGluIGEge3tmb299fSBjb25zdHJ1Y3QuXG4gICAgICByZXR1cm4gdW5kZWZpbmVkO1xuICAgIH0gZWxzZSB7XG4gICAgICAvLyBTb21lb25lIGlzIGFjdHVhbGx5IHRyeWluZyB0byBjYWxsIHNvbWV0aGluZywgYmxvdyB1cC5cbiAgICAgIHRocm93IG5ldyBFeGNlcHRpb24oXG4gICAgICAgICdNaXNzaW5nIGhlbHBlcjogXCInICsgYXJndW1lbnRzW2FyZ3VtZW50cy5sZW5ndGggLSAxXS5uYW1lICsgJ1wiJ1xuICAgICAgKTtcbiAgICB9XG4gIH0pO1xufVxuIl19\n","'use strict';\n\nexports.__esModule = true;\n// istanbul ignore next\n\nfunction _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { 'default': obj }; }\n\nvar _utils = require('../utils');\n\nvar _exception = require('../exception');\n\nvar _exception2 = _interopRequireDefault(_exception);\n\nexports['default'] = function (instance) {\n instance.registerHelper('if', function (conditional, options) {\n if (arguments.length != 2) {\n throw new _exception2['default']('#if requires exactly one argument');\n }\n if (_utils.isFunction(conditional)) {\n conditional = conditional.call(this);\n }\n\n // Default behavior is to render the positive path if the value is truthy and not empty.\n // The `includeZero` option may be set to treat the condtional as purely not empty based on the\n // behavior of isEmpty. Effectively this determines if 0 is handled by the positive path or negative.\n if (!options.hash.includeZero && !conditional || _utils.isEmpty(conditional)) {\n return options.inverse(this);\n } else {\n return options.fn(this);\n }\n });\n\n instance.registerHelper('unless', function (conditional, options) {\n if (arguments.length != 2) {\n throw new _exception2['default']('#unless requires exactly one argument');\n }\n return instance.helpers['if'].call(this, conditional, {\n fn: options.inverse,\n inverse: options.fn,\n hash: options.hash\n });\n });\n};\n\nmodule.exports = exports['default'];\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uL2xpYi9oYW5kbGViYXJzL2hlbHBlcnMvaWYuanMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6Ijs7Ozs7OztxQkFBb0MsVUFBVTs7eUJBQ3hCLGNBQWM7Ozs7cUJBRXJCLFVBQVMsUUFBUSxFQUFFO0FBQ2hDLFVBQVEsQ0FBQyxjQUFjLENBQUMsSUFBSSxFQUFFLFVBQVMsV0FBVyxFQUFFLE9BQU8sRUFBRTtBQUMzRCxRQUFJLFNBQVMsQ0FBQyxNQUFNLElBQUksQ0FBQyxFQUFFO0FBQ3pCLFlBQU0sMkJBQWMsbUNBQW1DLENBQUMsQ0FBQztLQUMxRDtBQUNELFFBQUksa0JBQVcsV0FBVyxDQUFDLEVBQUU7QUFDM0IsaUJBQVcsR0FBRyxXQUFXLENBQUMsSUFBSSxDQUFDLElBQUksQ0FBQyxDQUFDO0tBQ3RDOzs7OztBQUtELFFBQUksQUFBQyxDQUFDLE9BQU8sQ0FBQyxJQUFJLENBQUMsV0FBVyxJQUFJLENBQUMsV0FBVyxJQUFLLGVBQVEsV0FBVyxDQUFDLEVBQUU7QUFDdkUsYUFBTyxPQUFPLENBQUMsT0FBTyxDQUFDLElBQUksQ0FBQyxDQUFDO0tBQzlCLE1BQU07QUFDTCxhQUFPLE9BQU8sQ0FBQyxFQUFFLENBQUMsSUFBSSxDQUFDLENBQUM7S0FDekI7R0FDRixDQUFDLENBQUM7O0FBRUgsVUFBUSxDQUFDLGNBQWMsQ0FBQyxRQUFRLEVBQUUsVUFBUyxXQUFXLEVBQUUsT0FBTyxFQUFFO0FBQy9ELFFBQUksU0FBUyxDQUFDLE1BQU0sSUFBSSxDQUFDLEVBQUU7QUFDekIsWUFBTSwyQkFBYyx1Q0FBdUMsQ0FBQyxDQUFDO0tBQzlEO0FBQ0QsV0FBTyxRQUFRLENBQUMsT0FBTyxDQUFDLElBQUksQ0FBQyxDQUFDLElBQUksQ0FBQyxJQUFJLEVBQUUsV0FBVyxFQUFFO0FBQ3BELFFBQUUsRUFBRSxPQUFPLENBQUMsT0FBTztBQUNuQixhQUFPLEVBQUUsT0FBTyxDQUFDLEVBQUU7QUFDbkIsVUFBSSxFQUFFLE9BQU8sQ0FBQyxJQUFJO0tBQ25CLENBQUMsQ0FBQztHQUNKLENBQUMsQ0FBQztDQUNKIiwiZmlsZSI6ImlmLmpzIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgaXNFbXB0eSwgaXNGdW5jdGlvbiB9IGZyb20gJy4uL3V0aWxzJztcbmltcG9ydCBFeGNlcHRpb24gZnJvbSAnLi4vZXhjZXB0aW9uJztcblxuZXhwb3J0IGRlZmF1bHQgZnVuY3Rpb24oaW5zdGFuY2UpIHtcbiAgaW5zdGFuY2UucmVnaXN0ZXJIZWxwZXIoJ2lmJywgZnVuY3Rpb24oY29uZGl0aW9uYWwsIG9wdGlvbnMpIHtcbiAgICBpZiAoYXJndW1lbnRzLmxlbmd0aCAhPSAyKSB7XG4gICAgICB0aHJvdyBuZXcgRXhjZXB0aW9uKCcjaWYgcmVxdWlyZXMgZXhhY3RseSBvbmUgYXJndW1lbnQnKTtcbiAgICB9XG4gICAgaWYgKGlzRnVuY3Rpb24oY29uZGl0aW9uYWwpKSB7XG4gICAgICBjb25kaXRpb25hbCA9IGNvbmRpdGlvbmFsLmNhbGwodGhpcyk7XG4gICAgfVxuXG4gICAgLy8gRGVmYXVsdCBiZWhhdmlvciBpcyB0byByZW5kZXIgdGhlIHBvc2l0aXZlIHBhdGggaWYgdGhlIHZhbHVlIGlzIHRydXRoeSBhbmQgbm90IGVtcHR5LlxuICAgIC8vIFRoZSBgaW5jbHVkZVplcm9gIG9wdGlvbiBtYXkgYmUgc2V0IHRvIHRyZWF0IHRoZSBjb25kdGlvbmFsIGFzIHB1cmVseSBub3QgZW1wdHkgYmFzZWQgb24gdGhlXG4gICAgLy8gYmVoYXZpb3Igb2YgaXNFbXB0eS4gRWZmZWN0aXZlbHkgdGhpcyBkZXRlcm1pbmVzIGlmIDAgaXMgaGFuZGxlZCBieSB0aGUgcG9zaXRpdmUgcGF0aCBvciBuZWdhdGl2ZS5cbiAgICBpZiAoKCFvcHRpb25zLmhhc2guaW5jbHVkZVplcm8gJiYgIWNvbmRpdGlvbmFsKSB8fCBpc0VtcHR5KGNvbmRpdGlvbmFsKSkge1xuICAgICAgcmV0dXJuIG9wdGlvbnMuaW52ZXJzZSh0aGlzKTtcbiAgICB9IGVsc2Uge1xuICAgICAgcmV0dXJuIG9wdGlvbnMuZm4odGhpcyk7XG4gICAgfVxuICB9KTtcblxuICBpbnN0YW5jZS5yZWdpc3RlckhlbHBlcigndW5sZXNzJywgZnVuY3Rpb24oY29uZGl0aW9uYWwsIG9wdGlvbnMpIHtcbiAgICBpZiAoYXJndW1lbnRzLmxlbmd0aCAhPSAyKSB7XG4gICAgICB0aHJvdyBuZXcgRXhjZXB0aW9uKCcjdW5sZXNzIHJlcXVpcmVzIGV4YWN0bHkgb25lIGFyZ3VtZW50Jyk7XG4gICAgfVxuICAgIHJldHVybiBpbnN0YW5jZS5oZWxwZXJzWydpZiddLmNhbGwodGhpcywgY29uZGl0aW9uYWwsIHtcbiAgICAgIGZuOiBvcHRpb25zLmludmVyc2UsXG4gICAgICBpbnZlcnNlOiBvcHRpb25zLmZuLFxuICAgICAgaGFzaDogb3B0aW9ucy5oYXNoXG4gICAgfSk7XG4gIH0pO1xufVxuIl19\n","'use strict';\n\nexports.__esModule = true;\n\nexports['default'] = function (instance) {\n instance.registerHelper('log', function () /* message, options */{\n var args = [undefined],\n options = arguments[arguments.length - 1];\n for (var i = 0; i < arguments.length - 1; i++) {\n args.push(arguments[i]);\n }\n\n var level = 1;\n if (options.hash.level != null) {\n level = options.hash.level;\n } else if (options.data && options.data.level != null) {\n level = options.data.level;\n }\n args[0] = level;\n\n instance.log.apply(instance, args);\n });\n};\n\nmodule.exports = exports['default'];\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uL2xpYi9oYW5kbGViYXJzL2hlbHBlcnMvbG9nLmpzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7Ozs7cUJBQWUsVUFBUyxRQUFRLEVBQUU7QUFDaEMsVUFBUSxDQUFDLGNBQWMsQ0FBQyxLQUFLLEVBQUUsa0NBQWlDO0FBQzlELFFBQUksSUFBSSxHQUFHLENBQUMsU0FBUyxDQUFDO1FBQ3BCLE9BQU8sR0FBRyxTQUFTLENBQUMsU0FBUyxDQUFDLE1BQU0sR0FBRyxDQUFDLENBQUMsQ0FBQztBQUM1QyxTQUFLLElBQUksQ0FBQyxHQUFHLENBQUMsRUFBRSxDQUFDLEdBQUcsU0FBUyxDQUFDLE1BQU0sR0FBRyxDQUFDLEVBQUUsQ0FBQyxFQUFFLEVBQUU7QUFDN0MsVUFBSSxDQUFDLElBQUksQ0FBQyxTQUFTLENBQUMsQ0FBQyxDQUFDLENBQUMsQ0FBQztLQUN6Qjs7QUFFRCxRQUFJLEtBQUssR0FBRyxDQUFDLENBQUM7QUFDZCxRQUFJLE9BQU8sQ0FBQyxJQUFJLENBQUMsS0FBSyxJQUFJLElBQUksRUFBRTtBQUM5QixXQUFLLEdBQUcsT0FBTyxDQUFDLElBQUksQ0FBQyxLQUFLLENBQUM7S0FDNUIsTUFBTSxJQUFJLE9BQU8sQ0FBQyxJQUFJLElBQUksT0FBTyxDQUFDLElBQUksQ0FBQyxLQUFLLElBQUksSUFBSSxFQUFFO0FBQ3JELFdBQUssR0FBRyxPQUFPLENBQUMsSUFBSSxDQUFDLEtBQUssQ0FBQztLQUM1QjtBQUNELFFBQUksQ0FBQyxDQUFDLENBQUMsR0FBRyxLQUFLLENBQUM7O0FBRWhCLFlBQVEsQ0FBQyxHQUFHLE1BQUEsQ0FBWixRQUFRLEVBQVEsSUFBSSxDQUFDLENBQUM7R0FDdkIsQ0FBQyxDQUFDO0NBQ0oiLCJmaWxlIjoibG9nLmpzIiwic291cmNlc0NvbnRlbnQiOlsiZXhwb3J0IGRlZmF1bHQgZnVuY3Rpb24oaW5zdGFuY2UpIHtcbiAgaW5zdGFuY2UucmVnaXN0ZXJIZWxwZXIoJ2xvZycsIGZ1bmN0aW9uKC8qIG1lc3NhZ2UsIG9wdGlvbnMgKi8pIHtcbiAgICBsZXQgYXJncyA9IFt1bmRlZmluZWRdLFxuICAgICAgb3B0aW9ucyA9IGFyZ3VtZW50c1thcmd1bWVudHMubGVuZ3RoIC0gMV07XG4gICAgZm9yIChsZXQgaSA9IDA7IGkgPCBhcmd1bWVudHMubGVuZ3RoIC0gMTsgaSsrKSB7XG4gICAgICBhcmdzLnB1c2goYXJndW1lbnRzW2ldKTtcbiAgICB9XG5cbiAgICBsZXQgbGV2ZWwgPSAxO1xuICAgIGlmIChvcHRpb25zLmhhc2gubGV2ZWwgIT0gbnVsbCkge1xuICAgICAgbGV2ZWwgPSBvcHRpb25zLmhhc2gubGV2ZWw7XG4gICAgfSBlbHNlIGlmIChvcHRpb25zLmRhdGEgJiYgb3B0aW9ucy5kYXRhLmxldmVsICE9IG51bGwpIHtcbiAgICAgIGxldmVsID0gb3B0aW9ucy5kYXRhLmxldmVsO1xuICAgIH1cbiAgICBhcmdzWzBdID0gbGV2ZWw7XG5cbiAgICBpbnN0YW5jZS5sb2coLi4uYXJncyk7XG4gIH0pO1xufVxuIl19\n","'use strict';\n\nexports.__esModule = true;\n\nexports['default'] = function (instance) {\n instance.registerHelper('lookup', function (obj, field, options) {\n if (!obj) {\n // Note for 5.0: Change to \"obj == null\" in 5.0\n return obj;\n }\n return options.lookupProperty(obj, field);\n });\n};\n\nmodule.exports = exports['default'];\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uL2xpYi9oYW5kbGViYXJzL2hlbHBlcnMvbG9va3VwLmpzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7Ozs7cUJBQWUsVUFBUyxRQUFRLEVBQUU7QUFDaEMsVUFBUSxDQUFDLGNBQWMsQ0FBQyxRQUFRLEVBQUUsVUFBUyxHQUFHLEVBQUUsS0FBSyxFQUFFLE9BQU8sRUFBRTtBQUM5RCxRQUFJLENBQUMsR0FBRyxFQUFFOztBQUVSLGFBQU8sR0FBRyxDQUFDO0tBQ1o7QUFDRCxXQUFPLE9BQU8sQ0FBQyxjQUFjLENBQUMsR0FBRyxFQUFFLEtBQUssQ0FBQyxDQUFDO0dBQzNDLENBQUMsQ0FBQztDQUNKIiwiZmlsZSI6Imxvb2t1cC5qcyIsInNvdXJjZXNDb250ZW50IjpbImV4cG9ydCBkZWZhdWx0IGZ1bmN0aW9uKGluc3RhbmNlKSB7XG4gIGluc3RhbmNlLnJlZ2lzdGVySGVscGVyKCdsb29rdXAnLCBmdW5jdGlvbihvYmosIGZpZWxkLCBvcHRpb25zKSB7XG4gICAgaWYgKCFvYmopIHtcbiAgICAgIC8vIE5vdGUgZm9yIDUuMDogQ2hhbmdlIHRvIFwib2JqID09IG51bGxcIiBpbiA1LjBcbiAgICAgIHJldHVybiBvYmo7XG4gICAgfVxuICAgIHJldHVybiBvcHRpb25zLmxvb2t1cFByb3BlcnR5KG9iaiwgZmllbGQpO1xuICB9KTtcbn1cbiJdfQ==\n","'use strict';\n\nexports.__esModule = true;\n// istanbul ignore next\n\nfunction _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { 'default': obj }; }\n\nvar _utils = require('../utils');\n\nvar _exception = require('../exception');\n\nvar _exception2 = _interopRequireDefault(_exception);\n\nexports['default'] = function (instance) {\n instance.registerHelper('with', function (context, options) {\n if (arguments.length != 2) {\n throw new _exception2['default']('#with requires exactly one argument');\n }\n if (_utils.isFunction(context)) {\n context = context.call(this);\n }\n\n var fn = options.fn;\n\n if (!_utils.isEmpty(context)) {\n var data = options.data;\n if (options.data && options.ids) {\n data = _utils.createFrame(options.data);\n data.contextPath = _utils.appendContextPath(options.data.contextPath, options.ids[0]);\n }\n\n return fn(context, {\n data: data,\n blockParams: _utils.blockParams([context], [data && data.contextPath])\n });\n } else {\n return options.inverse(this);\n }\n });\n};\n\nmodule.exports = exports['default'];\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uL2xpYi9oYW5kbGViYXJzL2hlbHBlcnMvd2l0aC5qcyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiOzs7Ozs7O3FCQU1PLFVBQVU7O3lCQUNLLGNBQWM7Ozs7cUJBRXJCLFVBQVMsUUFBUSxFQUFFO0FBQ2hDLFVBQVEsQ0FBQyxjQUFjLENBQUMsTUFBTSxFQUFFLFVBQVMsT0FBTyxFQUFFLE9BQU8sRUFBRTtBQUN6RCxRQUFJLFNBQVMsQ0FBQyxNQUFNLElBQUksQ0FBQyxFQUFFO0FBQ3pCLFlBQU0sMkJBQWMscUNBQXFDLENBQUMsQ0FBQztLQUM1RDtBQUNELFFBQUksa0JBQVcsT0FBTyxDQUFDLEVBQUU7QUFDdkIsYUFBTyxHQUFHLE9BQU8sQ0FBQyxJQUFJLENBQUMsSUFBSSxDQUFDLENBQUM7S0FDOUI7O0FBRUQsUUFBSSxFQUFFLEdBQUcsT0FBTyxDQUFDLEVBQUUsQ0FBQzs7QUFFcEIsUUFBSSxDQUFDLGVBQVEsT0FBTyxDQUFDLEVBQUU7QUFDckIsVUFBSSxJQUFJLEdBQUcsT0FBTyxDQUFDLElBQUksQ0FBQztBQUN4QixVQUFJLE9BQU8sQ0FBQyxJQUFJLElBQUksT0FBTyxDQUFDLEdBQUcsRUFBRTtBQUMvQixZQUFJLEdBQUcsbUJBQVksT0FBTyxDQUFDLElBQUksQ0FBQyxDQUFDO0FBQ2pDLFlBQUksQ0FBQyxXQUFXLEdBQUcseUJBQ2pCLE9BQU8sQ0FBQyxJQUFJLENBQUMsV0FBVyxFQUN4QixPQUFPLENBQUMsR0FBRyxDQUFDLENBQUMsQ0FBQyxDQUNmLENBQUM7T0FDSDs7QUFFRCxhQUFPLEVBQUUsQ0FBQyxPQUFPLEVBQUU7QUFDakIsWUFBSSxFQUFFLElBQUk7QUFDVixtQkFBVyxFQUFFLG1CQUFZLENBQUMsT0FBTyxDQUFDLEVBQUUsQ0FBQyxJQUFJLElBQUksSUFBSSxDQUFDLFdBQVcsQ0FBQyxDQUFDO09BQ2hFLENBQUMsQ0FBQztLQUNKLE1BQU07QUFDTCxhQUFPLE9BQU8sQ0FBQyxPQUFPLENBQUMsSUFBSSxDQUFDLENBQUM7S0FDOUI7R0FDRixDQUFDLENBQUM7Q0FDSiIsImZpbGUiOiJ3aXRoLmpzIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHtcbiAgYXBwZW5kQ29udGV4dFBhdGgsXG4gIGJsb2NrUGFyYW1zLFxuICBjcmVhdGVGcmFtZSxcbiAgaXNFbXB0eSxcbiAgaXNGdW5jdGlvblxufSBmcm9tICcuLi91dGlscyc7XG5pbXBvcnQgRXhjZXB0aW9uIGZyb20gJy4uL2V4Y2VwdGlvbic7XG5cbmV4cG9ydCBkZWZhdWx0IGZ1bmN0aW9uKGluc3RhbmNlKSB7XG4gIGluc3RhbmNlLnJlZ2lzdGVySGVscGVyKCd3aXRoJywgZnVuY3Rpb24oY29udGV4dCwgb3B0aW9ucykge1xuICAgIGlmIChhcmd1bWVudHMubGVuZ3RoICE9IDIpIHtcbiAgICAgIHRocm93IG5ldyBFeGNlcHRpb24oJyN3aXRoIHJlcXVpcmVzIGV4YWN0bHkgb25lIGFyZ3VtZW50Jyk7XG4gICAgfVxuICAgIGlmIChpc0Z1bmN0aW9uKGNvbnRleHQpKSB7XG4gICAgICBjb250ZXh0ID0gY29udGV4dC5jYWxsKHRoaXMpO1xuICAgIH1cblxuICAgIGxldCBmbiA9IG9wdGlvbnMuZm47XG5cbiAgICBpZiAoIWlzRW1wdHkoY29udGV4dCkpIHtcbiAgICAgIGxldCBkYXRhID0gb3B0aW9ucy5kYXRhO1xuICAgICAgaWYgKG9wdGlvbnMuZGF0YSAmJiBvcHRpb25zLmlkcykge1xuICAgICAgICBkYXRhID0gY3JlYXRlRnJhbWUob3B0aW9ucy5kYXRhKTtcbiAgICAgICAgZGF0YS5jb250ZXh0UGF0aCA9IGFwcGVuZENvbnRleHRQYXRoKFxuICAgICAgICAgIG9wdGlvbnMuZGF0YS5jb250ZXh0UGF0aCxcbiAgICAgICAgICBvcHRpb25zLmlkc1swXVxuICAgICAgICApO1xuICAgICAgfVxuXG4gICAgICByZXR1cm4gZm4oY29udGV4dCwge1xuICAgICAgICBkYXRhOiBkYXRhLFxuICAgICAgICBibG9ja1BhcmFtczogYmxvY2tQYXJhbXMoW2NvbnRleHRdLCBbZGF0YSAmJiBkYXRhLmNvbnRleHRQYXRoXSlcbiAgICAgIH0pO1xuICAgIH0gZWxzZSB7XG4gICAgICByZXR1cm4gb3B0aW9ucy5pbnZlcnNlKHRoaXMpO1xuICAgIH1cbiAgfSk7XG59XG4iXX0=\n","'use strict';\n\nexports.__esModule = true;\nexports.registerDefaultDecorators = registerDefaultDecorators;\n// istanbul ignore next\n\nfunction _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { 'default': obj }; }\n\nvar _decoratorsInline = require('./decorators/inline');\n\nvar _decoratorsInline2 = _interopRequireDefault(_decoratorsInline);\n\nfunction registerDefaultDecorators(instance) {\n _decoratorsInline2['default'](instance);\n}\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uL2xpYi9oYW5kbGViYXJzL2RlY29yYXRvcnMuanMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6Ijs7Ozs7Ozs7Z0NBQTJCLHFCQUFxQjs7OztBQUV6QyxTQUFTLHlCQUF5QixDQUFDLFFBQVEsRUFBRTtBQUNsRCxnQ0FBZSxRQUFRLENBQUMsQ0FBQztDQUMxQiIsImZpbGUiOiJkZWNvcmF0b3JzLmpzIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHJlZ2lzdGVySW5saW5lIGZyb20gJy4vZGVjb3JhdG9ycy9pbmxpbmUnO1xuXG5leHBvcnQgZnVuY3Rpb24gcmVnaXN0ZXJEZWZhdWx0RGVjb3JhdG9ycyhpbnN0YW5jZSkge1xuICByZWdpc3RlcklubGluZShpbnN0YW5jZSk7XG59XG4iXX0=\n","'use strict';\n\nexports.__esModule = true;\n\nvar _utils = require('../utils');\n\nexports['default'] = function (instance) {\n instance.registerDecorator('inline', function (fn, props, container, options) {\n var ret = fn;\n if (!props.partials) {\n props.partials = {};\n ret = function (context, options) {\n // Create a new partials stack frame prior to exec.\n var original = container.partials;\n container.partials = _utils.extend({}, original, props.partials);\n var ret = fn(context, options);\n container.partials = original;\n return ret;\n };\n }\n\n props.partials[options.args[0]] = options.fn;\n\n return ret;\n });\n};\n\nmodule.exports = exports['default'];\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uL2xpYi9oYW5kbGViYXJzL2RlY29yYXRvcnMvaW5saW5lLmpzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7Ozs7cUJBQXVCLFVBQVU7O3FCQUVsQixVQUFTLFFBQVEsRUFBRTtBQUNoQyxVQUFRLENBQUMsaUJBQWlCLENBQUMsUUFBUSxFQUFFLFVBQVMsRUFBRSxFQUFFLEtBQUssRUFBRSxTQUFTLEVBQUUsT0FBTyxFQUFFO0FBQzNFLFFBQUksR0FBRyxHQUFHLEVBQUUsQ0FBQztBQUNiLFFBQUksQ0FBQyxLQUFLLENBQUMsUUFBUSxFQUFFO0FBQ25CLFdBQUssQ0FBQyxRQUFRLEdBQUcsRUFBRSxDQUFDO0FBQ3BCLFNBQUcsR0FBRyxVQUFTLE9BQU8sRUFBRSxPQUFPLEVBQUU7O0FBRS9CLFlBQUksUUFBUSxHQUFHLFNBQVMsQ0FBQyxRQUFRLENBQUM7QUFDbEMsaUJBQVMsQ0FBQyxRQUFRLEdBQUcsY0FBTyxFQUFFLEVBQUUsUUFBUSxFQUFFLEtBQUssQ0FBQyxRQUFRLENBQUMsQ0FBQztBQUMxRCxZQUFJLEdBQUcsR0FBRyxFQUFFLENBQUMsT0FBTyxFQUFFLE9BQU8sQ0FBQyxDQUFDO0FBQy9CLGlCQUFTLENBQUMsUUFBUSxHQUFHLFFBQVEsQ0FBQztBQUM5QixlQUFPLEdBQUcsQ0FBQztPQUNaLENBQUM7S0FDSDs7QUFFRCxTQUFLLENBQUMsUUFBUSxDQUFDLE9BQU8sQ0FBQyxJQUFJLENBQUMsQ0FBQyxDQUFDLENBQUMsR0FBRyxPQUFPLENBQUMsRUFBRSxDQUFDOztBQUU3QyxXQUFPLEdBQUcsQ0FBQztHQUNaLENBQUMsQ0FBQztDQUNKIiwiZmlsZSI6ImlubGluZS5qcyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IGV4dGVuZCB9IGZyb20gJy4uL3V0aWxzJztcblxuZXhwb3J0IGRlZmF1bHQgZnVuY3Rpb24oaW5zdGFuY2UpIHtcbiAgaW5zdGFuY2UucmVnaXN0ZXJEZWNvcmF0b3IoJ2lubGluZScsIGZ1bmN0aW9uKGZuLCBwcm9wcywgY29udGFpbmVyLCBvcHRpb25zKSB7XG4gICAgbGV0IHJldCA9IGZuO1xuICAgIGlmICghcHJvcHMucGFydGlhbHMpIHtcbiAgICAgIHByb3BzLnBhcnRpYWxzID0ge307XG4gICAgICByZXQgPSBmdW5jdGlvbihjb250ZXh0LCBvcHRpb25zKSB7XG4gICAgICAgIC8vIENyZWF0ZSBhIG5ldyBwYXJ0aWFscyBzdGFjayBmcmFtZSBwcmlvciB0byBleGVjLlxuICAgICAgICBsZXQgb3JpZ2luYWwgPSBjb250YWluZXIucGFydGlhbHM7XG4gICAgICAgIGNvbnRhaW5lci5wYXJ0aWFscyA9IGV4dGVuZCh7fSwgb3JpZ2luYWwsIHByb3BzLnBhcnRpYWxzKTtcbiAgICAgICAgbGV0IHJldCA9IGZuKGNvbnRleHQsIG9wdGlvbnMpO1xuICAgICAgICBjb250YWluZXIucGFydGlhbHMgPSBvcmlnaW5hbDtcbiAgICAgICAgcmV0dXJuIHJldDtcbiAgICAgIH07XG4gICAgfVxuXG4gICAgcHJvcHMucGFydGlhbHNbb3B0aW9ucy5hcmdzWzBdXSA9IG9wdGlvbnMuZm47XG5cbiAgICByZXR1cm4gcmV0O1xuICB9KTtcbn1cbiJdfQ==\n","'use strict';\n\nexports.__esModule = true;\nexports.createNewLookupObject = createNewLookupObject;\n\nvar _utils = require('../utils');\n\n/**\n * Create a new object with \"null\"-prototype to avoid truthy results on prototype properties.\n * The resulting object can be used with \"object[property]\" to check if a property exists\n * @param {...object} sources a varargs parameter of source objects that will be merged\n * @returns {object}\n */\n\nfunction createNewLookupObject() {\n for (var _len = arguments.length, sources = Array(_len), _key = 0; _key < _len; _key++) {\n sources[_key] = arguments[_key];\n }\n\n return _utils.extend.apply(undefined, [Object.create(null)].concat(sources));\n}\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uL2xpYi9oYW5kbGViYXJzL2ludGVybmFsL2NyZWF0ZS1uZXctbG9va3VwLW9iamVjdC5qcyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiOzs7OztxQkFBdUIsVUFBVTs7Ozs7Ozs7O0FBUTFCLFNBQVMscUJBQXFCLEdBQWE7b0NBQVQsT0FBTztBQUFQLFdBQU87OztBQUM5QyxTQUFPLGdDQUFPLE1BQU0sQ0FBQyxNQUFNLENBQUMsSUFBSSxDQUFDLFNBQUssT0FBTyxFQUFDLENBQUM7Q0FDaEQiLCJmaWxlIjoiY3JlYXRlLW5ldy1sb29rdXAtb2JqZWN0LmpzIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgZXh0ZW5kIH0gZnJvbSAnLi4vdXRpbHMnO1xuXG4vKipcbiAqIENyZWF0ZSBhIG5ldyBvYmplY3Qgd2l0aCBcIm51bGxcIi1wcm90b3R5cGUgdG8gYXZvaWQgdHJ1dGh5IHJlc3VsdHMgb24gcHJvdG90eXBlIHByb3BlcnRpZXMuXG4gKiBUaGUgcmVzdWx0aW5nIG9iamVjdCBjYW4gYmUgdXNlZCB3aXRoIFwib2JqZWN0W3Byb3BlcnR5XVwiIHRvIGNoZWNrIGlmIGEgcHJvcGVydHkgZXhpc3RzXG4gKiBAcGFyYW0gey4uLm9iamVjdH0gc291cmNlcyBhIHZhcmFyZ3MgcGFyYW1ldGVyIG9mIHNvdXJjZSBvYmplY3RzIHRoYXQgd2lsbCBiZSBtZXJnZWRcbiAqIEByZXR1cm5zIHtvYmplY3R9XG4gKi9cbmV4cG9ydCBmdW5jdGlvbiBjcmVhdGVOZXdMb29rdXBPYmplY3QoLi4uc291cmNlcykge1xuICByZXR1cm4gZXh0ZW5kKE9iamVjdC5jcmVhdGUobnVsbCksIC4uLnNvdXJjZXMpO1xufVxuIl19\n","// Build out our basic SafeString type\n'use strict';\n\nexports.__esModule = true;\nfunction SafeString(string) {\n this.string = string;\n}\n\nSafeString.prototype.toString = SafeString.prototype.toHTML = function () {\n return '' + this.string;\n};\n\nexports['default'] = SafeString;\nmodule.exports = exports['default'];\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uL2xpYi9oYW5kbGViYXJzL3NhZmUtc3RyaW5nLmpzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7Ozs7QUFDQSxTQUFTLFVBQVUsQ0FBQyxNQUFNLEVBQUU7QUFDMUIsTUFBSSxDQUFDLE1BQU0sR0FBRyxNQUFNLENBQUM7Q0FDdEI7O0FBRUQsVUFBVSxDQUFDLFNBQVMsQ0FBQyxRQUFRLEdBQUcsVUFBVSxDQUFDLFNBQVMsQ0FBQyxNQUFNLEdBQUcsWUFBVztBQUN2RSxTQUFPLEVBQUUsR0FBRyxJQUFJLENBQUMsTUFBTSxDQUFDO0NBQ3pCLENBQUM7O3FCQUVhLFVBQVUiLCJmaWxlIjoic2FmZS1zdHJpbmcuanMiLCJzb3VyY2VzQ29udGVudCI6WyIvLyBCdWlsZCBvdXQgb3VyIGJhc2ljIFNhZmVTdHJpbmcgdHlwZVxuZnVuY3Rpb24gU2FmZVN0cmluZyhzdHJpbmcpIHtcbiAgdGhpcy5zdHJpbmcgPSBzdHJpbmc7XG59XG5cblNhZmVTdHJpbmcucHJvdG90eXBlLnRvU3RyaW5nID0gU2FmZVN0cmluZy5wcm90b3R5cGUudG9IVE1MID0gZnVuY3Rpb24oKSB7XG4gIHJldHVybiAnJyArIHRoaXMuc3RyaW5nO1xufTtcblxuZXhwb3J0IGRlZmF1bHQgU2FmZVN0cmluZztcbiJdfQ==\n","'use strict';\n\nexports.__esModule = true;\nexports.checkRevision = checkRevision;\nexports.template = template;\nexports.wrapProgram = wrapProgram;\nexports.resolvePartial = resolvePartial;\nexports.invokePartial = invokePartial;\nexports.noop = noop;\n// istanbul ignore next\n\nfunction _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { 'default': obj }; }\n\n// istanbul ignore next\n\nfunction _interopRequireWildcard(obj) { if (obj && obj.__esModule) { return obj; } else { var newObj = {}; if (obj != null) { for (var key in obj) { if (Object.prototype.hasOwnProperty.call(obj, key)) newObj[key] = obj[key]; } } newObj['default'] = obj; return newObj; } }\n\nvar _utils = require('./utils');\n\nvar Utils = _interopRequireWildcard(_utils);\n\nvar _exception = require('./exception');\n\nvar _exception2 = _interopRequireDefault(_exception);\n\nvar _base = require('./base');\n\nvar _helpers = require('./helpers');\n\nvar _internalWrapHelper = require('./internal/wrapHelper');\n\nvar _internalProtoAccess = require('./internal/proto-access');\n\nfunction checkRevision(compilerInfo) {\n var compilerRevision = compilerInfo && compilerInfo[0] || 1,\n currentRevision = _base.COMPILER_REVISION;\n\n if (compilerRevision >= _base.LAST_COMPATIBLE_COMPILER_REVISION && compilerRevision <= _base.COMPILER_REVISION) {\n return;\n }\n\n if (compilerRevision < _base.LAST_COMPATIBLE_COMPILER_REVISION) {\n var runtimeVersions = _base.REVISION_CHANGES[currentRevision],\n compilerVersions = _base.REVISION_CHANGES[compilerRevision];\n throw new _exception2['default']('Template was precompiled with an older version of Handlebars than the current runtime. ' + 'Please update your precompiler to a newer version (' + runtimeVersions + ') or downgrade your runtime to an older version (' + compilerVersions + ').');\n } else {\n // Use the embedded version info since the runtime doesn't know about this revision yet\n throw new _exception2['default']('Template was precompiled with a newer version of Handlebars than the current runtime. ' + 'Please update your runtime to a newer version (' + compilerInfo[1] + ').');\n }\n}\n\nfunction template(templateSpec, env) {\n /* istanbul ignore next */\n if (!env) {\n throw new _exception2['default']('No environment passed to template');\n }\n if (!templateSpec || !templateSpec.main) {\n throw new _exception2['default']('Unknown template object: ' + typeof templateSpec);\n }\n\n templateSpec.main.decorator = templateSpec.main_d;\n\n // Note: Using env.VM references rather than local var references throughout this section to allow\n // for external users to override these as pseudo-supported APIs.\n env.VM.checkRevision(templateSpec.compiler);\n\n // backwards compatibility for precompiled templates with compiler-version 7 (<4.3.0)\n var templateWasPrecompiledWithCompilerV7 = templateSpec.compiler && templateSpec.compiler[0] === 7;\n\n function invokePartialWrapper(partial, context, options) {\n if (options.hash) {\n context = Utils.extend({}, context, options.hash);\n if (options.ids) {\n options.ids[0] = true;\n }\n }\n partial = env.VM.resolvePartial.call(this, partial, context, options);\n\n var extendedOptions = Utils.extend({}, options, {\n hooks: this.hooks,\n protoAccessControl: this.protoAccessControl\n });\n\n var result = env.VM.invokePartial.call(this, partial, context, extendedOptions);\n\n if (result == null && env.compile) {\n options.partials[options.name] = env.compile(partial, templateSpec.compilerOptions, env);\n result = options.partials[options.name](context, extendedOptions);\n }\n if (result != null) {\n if (options.indent) {\n var lines = result.split('\\n');\n for (var i = 0, l = lines.length; i < l; i++) {\n if (!lines[i] && i + 1 === l) {\n break;\n }\n\n lines[i] = options.indent + lines[i];\n }\n result = lines.join('\\n');\n }\n return result;\n } else {\n throw new _exception2['default']('The partial ' + options.name + ' could not be compiled when running in runtime-only mode');\n }\n }\n\n // Just add water\n var container = {\n strict: function strict(obj, name, loc) {\n if (!obj || !(name in obj)) {\n throw new _exception2['default']('\"' + name + '\" not defined in ' + obj, {\n loc: loc\n });\n }\n return obj[name];\n },\n lookupProperty: function lookupProperty(parent, propertyName) {\n var result = parent[propertyName];\n if (result == null) {\n return result;\n }\n if (Object.prototype.hasOwnProperty.call(parent, propertyName)) {\n return result;\n }\n\n if (_internalProtoAccess.resultIsAllowed(result, container.protoAccessControl, propertyName)) {\n return result;\n }\n return undefined;\n },\n lookup: function lookup(depths, name) {\n var len = depths.length;\n for (var i = 0; i < len; i++) {\n var result = depths[i] && container.lookupProperty(depths[i], name);\n if (result != null) {\n return depths[i][name];\n }\n }\n },\n lambda: function lambda(current, context) {\n return typeof current === 'function' ? current.call(context) : current;\n },\n\n escapeExpression: Utils.escapeExpression,\n invokePartial: invokePartialWrapper,\n\n fn: function fn(i) {\n var ret = templateSpec[i];\n ret.decorator = templateSpec[i + '_d'];\n return ret;\n },\n\n programs: [],\n program: function program(i, data, declaredBlockParams, blockParams, depths) {\n var programWrapper = this.programs[i],\n fn = this.fn(i);\n if (data || depths || blockParams || declaredBlockParams) {\n programWrapper = wrapProgram(this, i, fn, data, declaredBlockParams, blockParams, depths);\n } else if (!programWrapper) {\n programWrapper = this.programs[i] = wrapProgram(this, i, fn);\n }\n return programWrapper;\n },\n\n data: function data(value, depth) {\n while (value && depth--) {\n value = value._parent;\n }\n return value;\n },\n mergeIfNeeded: function mergeIfNeeded(param, common) {\n var obj = param || common;\n\n if (param && common && param !== common) {\n obj = Utils.extend({}, common, param);\n }\n\n return obj;\n },\n // An empty object to use as replacement for null-contexts\n nullContext: Object.seal({}),\n\n noop: env.VM.noop,\n compilerInfo: templateSpec.compiler\n };\n\n function ret(context) {\n var options = arguments.length <= 1 || arguments[1] === undefined ? {} : arguments[1];\n\n var data = options.data;\n\n ret._setup(options);\n if (!options.partial && templateSpec.useData) {\n data = initData(context, data);\n }\n var depths = undefined,\n blockParams = templateSpec.useBlockParams ? [] : undefined;\n if (templateSpec.useDepths) {\n if (options.depths) {\n depths = context != options.depths[0] ? [context].concat(options.depths) : options.depths;\n } else {\n depths = [context];\n }\n }\n\n function main(context /*, options*/) {\n return '' + templateSpec.main(container, context, container.helpers, container.partials, data, blockParams, depths);\n }\n\n main = executeDecorators(templateSpec.main, main, container, options.depths || [], data, blockParams);\n return main(context, options);\n }\n\n ret.isTop = true;\n\n ret._setup = function (options) {\n if (!options.partial) {\n var mergedHelpers = Utils.extend({}, env.helpers, options.helpers);\n wrapHelpersToPassLookupProperty(mergedHelpers, container);\n container.helpers = mergedHelpers;\n\n if (templateSpec.usePartial) {\n // Use mergeIfNeeded here to prevent compiling global partials multiple times\n container.partials = container.mergeIfNeeded(options.partials, env.partials);\n }\n if (templateSpec.usePartial || templateSpec.useDecorators) {\n container.decorators = Utils.extend({}, env.decorators, options.decorators);\n }\n\n container.hooks = {};\n container.protoAccessControl = _internalProtoAccess.createProtoAccessControl(options);\n\n var keepHelperInHelpers = options.allowCallsToHelperMissing || templateWasPrecompiledWithCompilerV7;\n _helpers.moveHelperToHooks(container, 'helperMissing', keepHelperInHelpers);\n _helpers.moveHelperToHooks(container, 'blockHelperMissing', keepHelperInHelpers);\n } else {\n container.protoAccessControl = options.protoAccessControl; // internal option\n container.helpers = options.helpers;\n container.partials = options.partials;\n container.decorators = options.decorators;\n container.hooks = options.hooks;\n }\n };\n\n ret._child = function (i, data, blockParams, depths) {\n if (templateSpec.useBlockParams && !blockParams) {\n throw new _exception2['default']('must pass block params');\n }\n if (templateSpec.useDepths && !depths) {\n throw new _exception2['default']('must pass parent depths');\n }\n\n return wrapProgram(container, i, templateSpec[i], data, 0, blockParams, depths);\n };\n return ret;\n}\n\nfunction wrapProgram(container, i, fn, data, declaredBlockParams, blockParams, depths) {\n function prog(context) {\n var options = arguments.length <= 1 || arguments[1] === undefined ? {} : arguments[1];\n\n var currentDepths = depths;\n if (depths && context != depths[0] && !(context === container.nullContext && depths[0] === null)) {\n currentDepths = [context].concat(depths);\n }\n\n return fn(container, context, container.helpers, container.partials, options.data || data, blockParams && [options.blockParams].concat(blockParams), currentDepths);\n }\n\n prog = executeDecorators(fn, prog, container, depths, data, blockParams);\n\n prog.program = i;\n prog.depth = depths ? depths.length : 0;\n prog.blockParams = declaredBlockParams || 0;\n return prog;\n}\n\n/**\n * This is currently part of the official API, therefore implementation details should not be changed.\n */\n\nfunction resolvePartial(partial, context, options) {\n if (!partial) {\n if (options.name === '@partial-block') {\n partial = options.data['partial-block'];\n } else {\n partial = options.partials[options.name];\n }\n } else if (!partial.call && !options.name) {\n // This is a dynamic partial that returned a string\n options.name = partial;\n partial = options.partials[partial];\n }\n return partial;\n}\n\nfunction invokePartial(partial, context, options) {\n // Use the current closure context to save the partial-block if this partial\n var currentPartialBlock = options.data && options.data['partial-block'];\n options.partial = true;\n if (options.ids) {\n options.data.contextPath = options.ids[0] || options.data.contextPath;\n }\n\n var partialBlock = undefined;\n if (options.fn && options.fn !== noop) {\n (function () {\n options.data = _base.createFrame(options.data);\n // Wrapper function to get access to currentPartialBlock from the closure\n var fn = options.fn;\n partialBlock = options.data['partial-block'] = function partialBlockWrapper(context) {\n var options = arguments.length <= 1 || arguments[1] === undefined ? {} : arguments[1];\n\n // Restore the partial-block from the closure for the execution of the block\n // i.e. the part inside the block of the partial call.\n options.data = _base.createFrame(options.data);\n options.data['partial-block'] = currentPartialBlock;\n return fn(context, options);\n };\n if (fn.partials) {\n options.partials = Utils.extend({}, options.partials, fn.partials);\n }\n })();\n }\n\n if (partial === undefined && partialBlock) {\n partial = partialBlock;\n }\n\n if (partial === undefined) {\n throw new _exception2['default']('The partial ' + options.name + ' could not be found');\n } else if (partial instanceof Function) {\n return partial(context, options);\n }\n}\n\nfunction noop() {\n return '';\n}\n\nfunction initData(context, data) {\n if (!data || !('root' in data)) {\n data = data ? _base.createFrame(data) : {};\n data.root = context;\n }\n return data;\n}\n\nfunction executeDecorators(fn, prog, container, depths, data, blockParams) {\n if (fn.decorator) {\n var props = {};\n prog = fn.decorator(prog, props, container, depths && depths[0], data, blockParams, depths);\n Utils.extend(prog, props);\n }\n return prog;\n}\n\nfunction wrapHelpersToPassLookupProperty(mergedHelpers, container) {\n Object.keys(mergedHelpers).forEach(function (helperName) {\n var helper = mergedHelpers[helperName];\n mergedHelpers[helperName] = passLookupPropertyOption(helper, container);\n });\n}\n\nfunction passLookupPropertyOption(helper, container) {\n var lookupProperty = container.lookupProperty;\n return _internalWrapHelper.wrapHelper(helper, function (options) {\n return Utils.extend({ lookupProperty: lookupProperty }, options);\n });\n}\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uL2xpYi9oYW5kbGViYXJzL3J1bnRpbWUuanMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6Ijs7Ozs7Ozs7Ozs7Ozs7Ozs7cUJBQXVCLFNBQVM7O0lBQXBCLEtBQUs7O3lCQUNLLGFBQWE7Ozs7b0JBTTVCLFFBQVE7O3VCQUNtQixXQUFXOztrQ0FDbEIsdUJBQXVCOzttQ0FJM0MseUJBQXlCOztBQUV6QixTQUFTLGFBQWEsQ0FBQyxZQUFZLEVBQUU7QUFDMUMsTUFBTSxnQkFBZ0IsR0FBRyxBQUFDLFlBQVksSUFBSSxZQUFZLENBQUMsQ0FBQyxDQUFDLElBQUssQ0FBQztNQUM3RCxlQUFlLDBCQUFvQixDQUFDOztBQUV0QyxNQUNFLGdCQUFnQiwyQ0FBcUMsSUFDckQsZ0JBQWdCLDJCQUFxQixFQUNyQztBQUNBLFdBQU87R0FDUjs7QUFFRCxNQUFJLGdCQUFnQiwwQ0FBb0MsRUFBRTtBQUN4RCxRQUFNLGVBQWUsR0FBRyx1QkFBaUIsZUFBZSxDQUFDO1FBQ3ZELGdCQUFnQixHQUFHLHVCQUFpQixnQkFBZ0IsQ0FBQyxDQUFDO0FBQ3hELFVBQU0sMkJBQ0oseUZBQXlGLEdBQ3ZGLHFEQUFxRCxHQUNyRCxlQUFlLEdBQ2YsbURBQW1ELEdBQ25ELGdCQUFnQixHQUNoQixJQUFJLENBQ1AsQ0FBQztHQUNILE1BQU07O0FBRUwsVUFBTSwyQkFDSix3RkFBd0YsR0FDdEYsaURBQWlELEdBQ2pELFlBQVksQ0FBQyxDQUFDLENBQUMsR0FDZixJQUFJLENBQ1AsQ0FBQztHQUNIO0NBQ0Y7O0FBRU0sU0FBUyxRQUFRLENBQUMsWUFBWSxFQUFFLEdBQUcsRUFBRTs7QUFFMUMsTUFBSSxDQUFDLEdBQUcsRUFBRTtBQUNSLFVBQU0sMkJBQWMsbUNBQW1DLENBQUMsQ0FBQztHQUMxRDtBQUNELE1BQUksQ0FBQyxZQUFZLElBQUksQ0FBQyxZQUFZLENBQUMsSUFBSSxFQUFFO0FBQ3ZDLFVBQU0sMkJBQWMsMkJBQTJCLEdBQUcsT0FBTyxZQUFZLENBQUMsQ0FBQztH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LE1BQU0sQ0FBQyxFQUFFLGNBQWMsRUFBZCxjQUFjLEVBQUUsRUFBRSxPQUFPLENBQUMsQ0FBQztHQUNsRCxDQUFDLENBQUM7Q0FDSiIsImZpbGUiOiJydW50aW1lLmpzIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0ICogYXMgVXRpbHMgZnJvbSAnLi91dGlscyc7XG5pbXBvcnQgRXhjZXB0aW9uIGZyb20gJy4vZXhjZXB0aW9uJztcbmltcG9ydCB7XG4gIENPTVBJTEVSX1JFVklTSU9OLFxuICBjcmVhdGVGcmFtZSxcbiAgTEFTVF9DT01QQVRJQkxFX0NPTVBJTEVSX1JFVklTSU9OLFxuICBSRVZJU0lPTl9DSEFOR0VTXG59IGZyb20gJy4vYmFzZSc7XG5pbXBvcnQgeyBtb3ZlSGVscGVyVG9Ib29rcyB9IGZyb20gJy4vaGVscGVycyc7XG5pbXBvcnQgeyB3cmFwSGVscGVyIH0gZnJvbSAnLi9pbnRlcm5hbC93cmFwSGVscGVyJztcbmltcG9ydCB7XG4gIGNyZWF0ZVByb3RvQWNjZXNzQ29udHJvbCxcbiAgcmVzdWx0SXNBbGxvd2VkXG59IGZyb20gJy4vaW50ZXJuYWwvcHJvdG8tYWNjZXNzJztcblxuZXhwb3J0IGZ1bmN0aW9uIGNoZWNrUmV2aXNpb24oY29tcGlsZXJJbmZvKSB7XG4gIGNvbnN0IGNvbXBpbGVyUmV2aXNpb24gPSAoY29tcGlsZXJJbmZvICYmIGNvbXBpbGVySW5mb1swXSkgfHwgMSxcbiAgICBjdXJyZW50UmV2aXNpb24gPSBDT01QSUxFUl9SRVZJU0lPTjtcblxuICBpZiAoXG4gICAgY29tcGlsZXJSZXZpc2lvbiA+PSBMQVNUX0NPTVBBVElCTEVfQ09NUElMRVJfUkVWSVNJT04gJiZcbiAgICBjb21waWxlclJldmlzaW9uIDw9IENPTVBJTEVSX1JFVklTSU9OXG4gICkge1xuICAgIHJldHVybjtcbiAgfVxuXG4gIGlmIChjb21waWxlclJldmlzaW9uIDwgTEFTVF9DT01QQVRJQkxFX0NPTVBJTEVSX1JFVklTSU9OKSB7XG4gICAgY29uc3QgcnVudGltZVZlcnNpb25zID0gUkVWSVNJT05fQ0hBTkdFU1tjdXJyZW50UmV2aXNpb25dLFxuICAgICAgY29tcGlsZXJWZXJzaW9ucyA9IFJFVklTSU9OX0NIQU5HRVNbY29tcGlsZXJSZXZpc2lvbl07XG4gICAgdGhyb3cgbmV3IEV4Y2VwdGlvbihcbiAgICAgICdUZW1wbGF0ZSB3YXMgcHJlY29tcGlsZWQgd2l0aCBhbiBvbGRlciB2ZXJzaW9uIG9mIEhhbmRsZWJhcnMgdGhhbiB0aGUgY3VycmVudCBydW50aW1lLiAnICtcbiAgICAgICAgJ1BsZWFzZSB1cGRhdGUgeW91ciBwcmVjb21waWxlciB0byBhIG5ld2VyIHZlcnNpb24gKCcgK1xuICAgICAgICBydW50aW1lVmVyc2lvbnMgK1xuICAgICAgICAnKSBvciBkb3duZ3JhZGUgeW91ciBydW50aW1lIHRvIGFuIG9sZGVyIHZlcnNpb24gKCcgK1xuICAgICAgICBjb21waWxlclZlcnNpb25zICtcbiAgICAgICAgJykuJ1xuICAgICk7XG4gIH0gZWxzZSB7XG4gICAgLy8gVXNlIHRoZSBlbWJlZGRlZCB2ZXJzaW9uIGluZm8gc2luY2UgdGhlIHJ1bnRpbWUgZG9lc24ndCBrbm93IGFib3V0IHRoaXMgcmV2aXNpb24geWV0XG4gICAgdGhyb3cgbmV3IEV4Y2VwdGlvbihcbiAgICAgICdUZW1wbGF0ZSB3YXMgcHJlY29tcGlsZWQgd2l0aCBhIG5ld2VyIHZlcnNpb24gb2YgSGFuZGxlYmFycyB0aGFuIHRoZSBjdXJyZW50IHJ1bnRpbWUuICcgK1xuICAgICAgICAnUGxlYXNlIHVwZGF0ZSB5b3VyIHJ1bnRpbWUgdG8gYSBuZXdlciB2ZXJzaW9uICgnICtcbiAgICAgICAgY29tcGlsZXJJbmZvWzFdICtcbiAgICAgICAgJykuJ1xuICAgICk7XG4gIH1cbn1cblxuZXhwb3J0IGZ1bmN0aW9uIHRlbXBsYXRlKHRlbXBsYXRlU3BlYywgZW52KSB7XG4gIC8qIGlzdGFuYnVsIGlnbm9yZSBuZXh0ICovXG4gIGlmICghZW52KSB7XG4gICAgdGhyb3cgbmV3IEV4Y2VwdGlvbignTm8gZW52aXJvbm1lbnQgcGFzc2VkIHRvIHRlbXBsYXRlJyk7XG4gIH1cbiAgaWYgKCF0ZW1wbGF0ZVNwZWMgfHwgIXRlbXBsYXRlU3BlYy5tYWluKSB7XG4gICAgdGhyb3cgbmV3IEV4Y2VwdGlvbignVW5rbm93biB0ZW1wbGF0ZSBvYmplY3Q6ICcgKyB0eXBlb2YgdGVtcGxhdGVTcGVjKTtcbiAgfVxuXG4gIHRlbXBsYXRlU3BlYy5tYWluLmRlY29yYXRvciA9IHRlbXBsYXRlU3BlYy5tYWluX2Q7XG5cbiAgLy8gTm90ZTogVXNpbmcgZW52LlZNIHJlZmVyZW5jZXMgcmF0aGVyIHRoYW4gbG9jYWwgdmFyIHJlZmVyZW5jZXMgdGhyb3VnaG91dCB0aGlzIHNlY3Rpb24gdG8gYWxsb3dcbiAgLy8gZm9yIGV4dGVybmFsIHVzZXJzIHRvIG92ZXJyaWRlIHRoZXNlIGFzIHBzZXVkby1zdXBwb3J0ZWQgQVBJcy5cbiAgZW52LlZNLmNoZWNrUmV2aXNpb24odGVtcGxhdGVTcGVjLmNvbXBpbGVyKTtcblxuICAvLyBiYWNrd2FyZHMgY29tcGF0aWJpbGl0eSBmb3IgcHJlY29tcGlsZWQgdGVtcGxhdGVzIHdpdGggY29tcGlsZXItdmVyc2lvbiA3ICg8NC4zLjApXG4gIGNvbnN0IHRlbXBsYXRlV2FzUHJlY29tcGlsZWRXaXRoQ29tcGlsZXJWNyA9XG4gICAgdGVtcGxhdGVTcGVjLmNvbXBpbGVyICYmIHRlbXBsYXRlU3BlYy5jb21waWxlclswXSA9PT0gNztcblxuICBmdW5jdGlvbiBpbnZva2VQYXJ0aWFsV3JhcHBlcihwYXJ0aWFsLCBjb250ZXh0LCBvcHRpb25zKSB7XG4gICAgaWYgKG9wdGlvbnMuaGFzaCkge1xuICAgICAgY29udGV4dCA9IFV0aWxzLmV4dGVuZCh7fSwgY29udGV4dCwgb3B0aW9ucy5oYXNoKTtcbiAgICAgIGlmIChvcHRpb25zLmlkcykge1xuICAgICAgICBvcHRpb25zLmlkc1swXSA9IHRydWU7XG4gICAgICB9XG4gICAgfVxuICAgIHBhcnRpYWwgPSBlbnYuVk0ucmVzb2x2ZVBhcnRpYWwuY2FsbCh0aGlzLCBwYXJ0aWFsLCBjb250ZXh0LCBvcHRpb25zKTtcblxuICAgIGxldCBleHRlbmRlZE9wdGlvbnMgPSBVdGlscy5leHRlbmQoe30sIG9wdGlvbnMsIHtcbiAgICAgIGhvb2tzOiB0aGlzLmhvb2tzLFxuICAgICAgcHJvdG9BY2Nlc3NDb250cm9sOiB0aGlzLnByb3RvQWNjZXNzQ29udHJvbFxuICAgIH0pO1xuXG4gICAgbGV0IHJlc3VsdCA9IGVudi5WTS5pbnZva2VQYXJ0aWFsLmNhbGwoXG4gICAgICB0aGlzLFxuICAgICAgcGFydGlhbCxcbiAgICAgIGNvbnRleHQsXG4gICAgICBleHRlbmRlZE9wdGlvbnNcbiAgICApO1xuXG4gICAgaWYgKHJlc3VsdCA9PSBudWxsICYmIGVudi5jb21waWxlKSB7XG4gICAgICBvcHRpb25zLnBhcnRpYWxzW29wdGlvbnMubmFtZV0gPSBlbnYuY29tcGlsZShcbiAgICAgICAgcGFydGlhbCxcbiAgICAgICAgdGVtcGxhdGVTcGVjLmNvbXBpbGVyT3B0aW9ucyxcbiAgICAgICAgZW52XG4gICAgICApO1xuICAgICAgcmVzdWx0ID0gb3B0aW9ucy5wYXJ0aWFsc1tvcHRpb25zLm5hbWVdKGNvbnRleHQsIGV4dGVuZGVkT3B0aW9ucyk7XG4gICAgfVxuICAgIGlmIChyZXN1bHQgIT0gbnVsbCkge1xuICAgICAgaWYgKG9wdGlvbnMuaW5kZW50KSB7XG4gICAgICAgIGxldCBsaW5lcyA9IHJlc3VsdC5zcGxpdCgnXFxuJyk7XG4gICAgICAgIGZvciAobGV0IGkgPSAwLCBsID0gbGluZXMubGVuZ3RoOyBpIDwgbDsgaSsrKSB7XG4gICAgICAgICAgaWYgKCFsaW5lc1tpXSAmJiBpICsgMSA9PT0gbCkge1xuICAgICAgICAgICAgYnJlYWs7XG4gICAgICAgICAgfVxuXG4gICAgICAgICAgbGluZXNbaV0gPSBvcHRpb25zLmluZGVudCArIGxpbmVzW2ldO1xuICAgICAgICB9XG4gICAgICAgIHJlc3VsdCA9IGxpbmVzLmpvaW4oJ1xcbicpO1xuICAgICAgfVxuICAgICAgcmV0dXJuIHJlc3VsdDtcbiAgICB9IGVsc2Uge1xuICAgICAgdGhyb3cgbmV3IEV4Y2VwdGlvbihcbiAgICAgICAgJ1RoZSBwYXJ0aWFsICcgK1xuICAgICAgICAgIG9wdGlvbnMubmFtZSArXG4gICAgICAgICAgJyBjb3VsZCBub3QgYmUgY29tcGlsZWQgd2hlbiBydW5uaW5nIGluIHJ1bnRpbWUtb25seSBtb2RlJ1xuICAgICAgKTtcbiAgICB9XG4gIH1cblxuICAvLyBKdXN0IGFkZCB3YXRlclxuICBsZXQgY29udGFpbmVyID0ge1xuICAgIHN0cmljdDogZnVuY3Rpb24ob2JqLCBuYW1lLCBsb2MpIHtcbiAgICAgIGlmICghb2JqIHx8ICEobmFtZSBpbiBvYmopKSB7XG4gICAgICAgIHRocm93IG5ldyBFeGNlcHRpb24oJ1wiJyArIG5hbWUgKyAnXCIgbm90IGRlZmluZWQgaW4gJyArIG9iaiwge1xuICAgICAgICAgIGxvYzogbG9jXG4gICAgICAgIH0pO1xuICAgICAgfVxuICAgICAgcmV0dXJuIG9ialtuYW1lXTtcbiAgICB9LFxuICAgIGxvb2t1cFByb3BlcnR5OiBmdW5jdGlvbihwYXJlbnQsIHByb3BlcnR5TmFtZSkge1xuICAgICAgbGV0IHJlc3VsdCA9IHBhcmVudFtwcm9wZXJ0eU5hbWVdO1xuICAgICAgaWYgKHJlc3VsdCA9PSBudWxsKSB7XG4gICAgICAgIHJldHVybiByZXN1bHQ7XG4gICAgICB9XG4gICAgICBpZiAoT2JqZWN0LnByb3RvdHlwZS5oYXNPd25Qcm9wZXJ0eS5jYWxsKHBhcmVudCwgcHJvcGVydHlOYW1lKSkge1xuICAgICAgICByZXR1cm4gcmVzdWx0O1xuICAgICAgfVxuXG4gICAgICBpZiAocmVzdWx0SXNBbGxvd2VkKHJlc3VsdCwgY29udGFpbmVyLnByb3RvQWNjZXNzQ29udHJvbCwgcHJvcGVydHlOYW1lKSkge1xuICAgICAgICByZXR1cm4gcmVzdWx0O1xuICAgICAgfVxuICAgICAgcmV0dXJuIHVuZGVmaW5lZDtcbiAgICB9LFxuICAgIGxvb2t1cDogZnVuY3Rpb24oZGVwdGhzLCBuYW1lKSB7XG4gICAgICBjb25zdCBsZW4gPSBkZXB0aHMubGVuZ3RoO1xuICAgICAgZm9yIChsZXQgaSA9IDA7IGkgPCBsZW47IGkrKykge1xuICAgICAgICBsZXQgcmVzdWx0ID0gZGVwdGhzW2ldICYmIGNvbnRhaW5lci5sb29rdXBQcm9wZXJ0eShkZXB0aHNbaV0sIG5hbWUpO1xuICAgICAgICBpZiAocmVzdWx0ICE9IG51bGwpIHtcbiAgICAgICAgICByZXR1cm4gZGVwdGhzW2ldW25hbWVdO1xuICAgICAgICB9XG4gICAgICB9XG4gICAgfSxcbiAgICBsYW1iZGE6IGZ1bmN0aW9uKGN1cnJlbnQsIGNvbnRleHQpIHtcbiAgICAgIHJldHVybiB0eXBlb2YgY3VycmVudCA9PT0gJ2Z1bmN0aW9uJyA/IGN1cnJlbnQuY2FsbChjb250ZXh0KSA6IGN1cnJlbnQ7XG4gICAgfSxcblxuICAgIGVzY2FwZUV4cHJlc3Npb246IFV0aWxzLmVzY2FwZUV4cHJlc3Npb24sXG4gICAgaW52b2tlUGFydGlhbDogaW52b2tlUGFydGlhbFdyYXBwZXIsXG5cbiAgICBmbjogZnVuY3Rpb24oaSkge1xuICAgICAgbGV0IHJldCA9IHRlbXBsYXRlU3BlY1tpXTtcbiAgICAgIHJldC5kZWNvcmF0b3IgPSB0ZW1wbGF0ZVNwZWNbaSArICdfZCddO1xuICAgICAgcmV0dXJuIHJldDtcbiAgICB9LFxuXG4gICAgcHJvZ3JhbXM6IFtdLFxuICAgIHByb2dyYW06IGZ1bmN0aW9uKGksIGRhdGEsIGRlY2xhcmVkQmxvY2tQYXJhbXMsIGJsb2NrUGFyYW1zLCBkZXB0aHMpIHtcbiAgICAgIGxldCBwcm9ncmFtV3JhcHBlciA9IHRoaXMucHJvZ3JhbXNbaV0sXG4gICAgICAgIGZuID0gdGhpcy5mbihpKTtcbiAgICAgIGlmIChkYXRhIHx8IGRlcHRocyB8fCBibG9ja1BhcmFtcyB8fCBkZWNsYXJlZEJsb2NrUGFyYW1zKSB7XG4gICAgICAgIHByb2dyYW1XcmFwcGVyID0gd3JhcFByb2dyYW0oXG4gICAgICAgICAgdGhpcyxcbiAgICAgICAgICBpLFxuICAgICAgICAgIGZuLFxuICAgICAgICAgIGRhdGEsXG4gICAgICAgICAgZGVjbGFyZWRCbG9ja1BhcmFtcyxcbiAgICAgICAgICBibG9ja1BhcmFtcyxcbiAgICAgICAgICBkZXB0aHNcbiAgICAgICAgKTtcbiAgICAgIH0gZWxzZSBpZiAoIXByb2dyYW1XcmFwcGVyKSB7XG4gICAgICAgIHByb2dyYW1XcmFwcGVyID0gdGhpcy5wcm9ncmFtc1tpXSA9IHdyYXBQcm9ncmFtKHRoaXMsIGksIGZuKTtcbiAgICAgIH1cbiAgICAgIHJldHVybiBwcm9ncmFtV3JhcHBlcjtcbiAgICB9LFxuXG4gICAgZGF0YTogZnVuY3Rpb24odmFsdWUsIGRlcHRoKSB7XG4gICAgICB3aGlsZSAodmFsdWUgJiYgZGVwdGgtLSkge1xuICAgICAgICB2YWx1ZSA9IHZhbHVlLl9wYXJlbnQ7XG4gICAgICB9XG4gICAgICByZXR1cm4gdmFsdWU7XG4gICAgfSxcbiAgICBtZXJnZUlmTmVlZGVkOiBmdW5jdGlvbihwYXJhbSwgY29tbW9uKSB7XG4gICAgICBsZXQgb2JqID0gcGFyYW0gfHwgY29tbW9uO1xuXG4gICAgICBpZiAocGFyYW0gJiYgY29tbW9uICYmIHBhcmFtICE9PSBjb21tb24pIHtcbiAgICAgICAgb2JqID0gVXRpbHMuZXh0ZW5kKHt9LCBjb21tb24sIHBhcmFtKTtcbiAgICAgIH1cblxuICAgICAgcmV0dXJuIG9iajtcbiAgICB9LFxuICAgIC8vIEFuIGVtcHR5IG9iamVjdCB0byB1c2UgYXMgcmVwbGFjZW1lbnQgZm9yIG51bGwtY29udGV4dHNcbiAgICBudWxsQ29udGV4dDogT2JqZWN0LnNlYWwoe30pLFxuXG4gICAgbm9vcDogZW52LlZNLm5vb3AsXG4gICAgY29tcGlsZXJJbmZvOiB0ZW1wbGF0ZVNwZWMuY29tcGlsZXJcbiAgfTtcblxuICBmdW5jdGlvbiByZXQoY29udGV4dCwgb3B0aW9ucyA9IHt9KSB7XG4gICAgbGV0IGRhdGEgPSBvcHRpb25zLmRhdGE7XG5cbiAgICByZXQuX3NldHVwKG9wdGlvbnMpO1xuICAgIGlmICghb3B0aW9ucy5wYXJ0aWFsICYmIHRlbXBsYXRlU3BlYy51c2VEYXRhKSB7XG4gICAgICBkYXRhID0gaW5pdERhdGEoY29udGV4dCwgZGF0YSk7XG4gICAgfVxuICAgIGxldCBkZXB0aHMsXG4gICAgICBibG9ja1BhcmFtcyA9IHRlbXBsYXRlU3BlYy51c2VCbG9ja1BhcmFtcyA/IFtdIDogdW5kZWZpbmVkO1xuICAgIGlmICh0ZW1wbGF0ZVNwZWMudXNlRGVwdGhzKSB7XG4gICAgICBpZiAob3B0aW9ucy5kZXB0aHMpIHtcbiAgICAgICAgZGVwdGhzID1cbiAgICAgICAgICBjb250ZXh0ICE9IG9wdGlvbnMuZGVwdGhzWzBdXG4gICAgICAgICAgICA/IFtjb250ZXh0XS5jb25jYXQob3B0aW9ucy5kZXB0aHMpXG4gICAgICAgICAgICA6IG9wdGlvbnMuZGVwdGhzO1xuICAgICAgfSBlbHNlIHtcbiAgICAgICAgZGVwdGhzID0gW2NvbnRleHRdO1xuICAgICAgfVxuICAgIH1cblxuICAgIGZ1bmN0aW9uIG1haW4oY29udGV4dCAvKiwgb3B0aW9ucyovKSB7XG4gICAgICByZXR1cm4gKFxuICAgICAgICAnJyArXG4gICAgICAgIHRlbXBsYXRlU3BlYy5tYWluKFxuICAgICAgICAgIGNvbnRhaW5lcixcbiAgICAgICAgICBjb250ZXh0LFxuICAgICAgICAgIGNvbnRhaW5lci5oZWxwZXJzLFxuICAgICAgICAgIGNvbnRhaW5lci5wYXJ0aWFscyxcbiAgICAgICAgICBkYXRhLFxuICAgICAgICAgIGJsb2NrUGFyYW1zLFxuICAgICAgICAgIGRlcHRoc1xuICAgICAgICApXG4gICAgICApO1xuICAgIH1cblxuICAgIG1haW4gPSBleGVjdXRlRGVjb3JhdG9ycyhcbiAgICAgIHRlbXBsYXRlU3BlYy5tYWluLFxuICAgICAgbWFpbixcbiAgICAgIGNvbnRhaW5lcixcbiAgICAgIG9wdGlvbnMuZGVwdGhzIHx8IFtdLFxuICAgICAgZGF0YSxcbiAgICAgIGJsb2NrUGFyYW1zXG4gICAgKTtcbiAgICByZXR1cm4gbWFpbihjb250ZXh0LCBvcHRpb25zKTtcbiAgfVxuXG4gIHJldC5pc1RvcCA9IHRydWU7XG5cbiAgcmV0Ll9zZXR1cCA9IGZ1bmN0aW9uKG9wdGlvbnMpIHtcbiAgICBpZiAoIW9wdGlvbnMucGFydGlhbCkge1xuICAgICAgbGV0IG1lcmdlZEhlbHBlcnMgPSBVdGlscy5leHRlbmQoe30sIGVudi5oZWxwZXJzLCBvcHRpb25zLmhlbHBlcnMpO1xuICAgICAgd3JhcEhlbHBlcnNUb1Bhc3NMb29rdXBQcm9wZXJ0eShtZXJnZWRIZWxwZXJzLCBjb250YWluZXIpO1xuICAgICAgY29udGFpbmVyLmhlbHBlcnMgPSBtZXJnZWRIZWxwZXJzO1xuXG4gICAgICBpZiAodGVtcGxhdGVTcGVjLnVzZVBhcnRpYWwpIHtcbiAgICAgICAgLy8gVXNlIG1lcmdlSWZOZWVkZWQgaGVyZSB0byBwcmV2ZW50IGNvbXBpbGluZyBnbG9iYWwgcGFydGlhbHMgbXVsdGlwbGUgdGltZXNcbiAgICAgICAgY29udGFpbmVyLnBhcnRpYWxzID0gY29udGFpbmVyLm1lcmdlSWZOZWVkZWQoXG4gICAgICAgICAgb3B0aW9ucy5wYXJ0aWFscyxcbiAgICAgICAgICBlbnYucGFydGlhbHNcbiAgICAgICAgKTtcbiAgICAgIH1cbiAgICAgIGlmICh0ZW1wbGF0ZVNwZWMudXNlUGFydGlhbCB8fCB0ZW1wbGF0ZVNwZWMudXNlRGVjb3JhdG9ycykge1xuICAgICAgICBjb250YWluZXIuZGVjb3JhdG9ycyA9IFV0aWxzLmV4dGVuZChcbiAgICAgICAgICB7fSxcbiAgICAgICAgICBlbnYuZGVjb3JhdG9ycyxcbiAgICAgICAgICBvcHRpb25zLmRlY29yYXRvcnNcbiAgICAgICAgKTtcbiAgICAgIH1cblxuICAgICAgY29udGFpbmVyLmhvb2tzID0ge307XG4gICAgICBjb250YWluZXIucHJvdG9BY2Nlc3NDb250cm9sID0gY3JlYXRlUHJvdG9BY2Nlc3NDb250cm9sKG9wdGlvbnMpO1xuXG4gICAgICBsZXQga2VlcEhlbHBlckluSGVscGVycyA9XG4gICAgICAgIG9wdGlvbnMuYWxsb3dDYWxsc1RvSGVscGVyTWlzc2luZyB8fFxuICAgICAgICB0ZW1wbGF0ZVdhc1ByZWNvbXBpbGVkV2l0aENvbXBpbGVyVjc7XG4gICAgICBtb3ZlSGVscGVyVG9Ib29rcyhjb250YWluZXIsICdoZWxwZXJNaXNzaW5nJywga2VlcEhlbHBlckluSGVscGVycyk7XG4gICAgICBtb3ZlSGVscGVyVG9Ib29rcyhjb250YWluZXIsICdibG9ja0hlbHBlck1pc3NpbmcnLCBrZWVwSGVscGVySW5IZWxwZXJzKTtcbiAgICB9IGVsc2Uge1xuICAgICAgY29udGFpbmVyLnByb3RvQWNjZXNzQ29udHJvbCA9IG9wdGlvbnMucHJvdG9BY2Nlc3NDb250cm9sOyAvLyBpbnRlcm5hbCBvcHRpb25cbiAgICAgIGNvbnRhaW5lci5oZWxwZXJzID0gb3B0aW9ucy5oZWxwZXJzO1xuICAgICAgY29udGFpbmVyLnBhcnRpYWxzID0gb3B0aW9ucy5wYXJ0aWFscztcbiAgICAgIGNvbnRhaW5lci5kZWNvcmF0b3JzID0gb3B0aW9ucy5kZWNvcmF0b3JzO1xuICAgICAgY29udGFpbmVyLmhvb2tzID0gb3B0aW9ucy5ob29rcztcbiAgICB9XG4gIH07XG5cbiAgcmV0Ll9jaGlsZCA9IGZ1bmN0aW9uKGksIGRhdGEsIGJsb2NrUGFyYW1zLCBkZXB0aHMpIHtcbiAgICBpZiAodGVtcGxhdGVTcGVjLnVzZUJsb2NrUGFyYW1zICYmICFibG9ja1BhcmFtcykge1xuICAgICAgdGhyb3cgbmV3IEV4Y2VwdGlvbignbXVzdCBwYXNzIGJsb2NrIHBhcmFtcycpO1xuICAgIH1cbiAgICBpZiAodGVtcGxhdGVTcGVjLnVzZURlcHRocyAmJiAhZGVwdGhzKSB7XG4gICAgICB0aHJvdyBuZXcgRXhjZXB0aW9uKCdtdXN0IHBhc3MgcGFyZW50IGRlcHRocycpO1xuICAgIH1cblxuICAgIHJldHVybiB3cmFwUHJvZ3JhbShcbiAgICAgIGNvbnRhaW5lcixcbiAgICAgIGksXG4gICAgICB0ZW1wbGF0ZVNwZWNbaV0sXG4gICAgICBkYXRhLFxuICAgICAgMCxcbiAgICAgIGJsb2NrUGFyYW1zLFxuICAgICAgZGVwdGhzXG4gICAgKTtcbiAgfTtcbiAgcmV0dXJuIHJldDtcbn1cblxuZXhwb3J0IGZ1bmN0aW9uIHdyYXBQcm9ncmFtKFxuICBjb250YWluZXIsXG4gIGksXG4gIGZuLFxuICBkYXRhLFxuICBkZWNsYXJlZEJsb2NrUGFyYW1zLFxuICBibG9ja1BhcmFtcyxcbiAgZGVwdGhzXG4pIHtcbiAgZnVuY3Rpb24gcHJvZyhjb250ZXh0LCBvcHRpb25zID0ge30pIHtcbiAgICBsZXQgY3VycmVudERlcHRocyA9IGRlcHRocztcbiAgICBpZiAoXG4gICAgICBkZXB0aHMgJiZcbiAgICAgIGNvbnRleHQgIT0gZGVwdGhzWzBdICYmXG4gICAgICAhKGNvbnRleHQgPT09IGNvbnRhaW5lci5udWxsQ29udGV4dCAmJiBkZXB0aHNbMF0gPT09IG51bGwpXG4gICAgKSB7XG4gICAgICBjdXJyZW50RGVwdGhzID0gW2NvbnRleHRdLmNvbmNhdChkZXB0aHMpO1xuICAgIH1cblxuICAgIHJldHVybiBmbihcbiAgICAgIGNvbnRhaW5lcixcbiAgICAgIGNvbnRleHQsXG4gICAgICBjb250YWluZXIuaGVscGVycyxcbiAgICAgIGNvbnRhaW5lci5wYXJ0aWFscyxcbiAgICAgIG9wdGlvbnMuZGF0YSB8fCBkYXRhLFxuICAgICAgYmxvY2tQYXJhbXMgJiYgW29wdGlvbnMuYmxvY2tQYXJhbXNdLmNvbmNhdChibG9ja1BhcmFtcyksXG4gICAgICBjdXJyZW50RGVwdGhzXG4gICAgKTtcbiAgfVxuXG4gIHByb2cgPSBleGVjdXRlRGVjb3JhdG9ycyhmbiwgcHJvZywgY29udGFpbmVyLCBkZXB0aHMsIGRhdGEsIGJsb2NrUGFyYW1zKTtcblxuICBwcm9nLnByb2dyYW0gPSBpO1xuICBwcm9nLmRlcHRoID0gZGVwdGhzID8gZGVwdGhzLmxlbmd0aCA6IDA7XG4gIHByb2cuYmxvY2tQYXJhbXMgPSBkZWNsYXJlZEJsb2NrUGFyYW1zIHx8IDA7XG4gIHJldHVybiBwcm9nO1xufVxuXG4vKipcbiAqIFRoaXMgaXMgY3VycmVudGx5IHBhcnQgb2YgdGhlIG9mZmljaWFsIEFQSSwgdGhlcmVmb3JlIGltcGxlbWVudGF0aW9uIGRldGFpbHMgc2hvdWxkIG5vdCBiZSBjaGFuZ2VkLlxuICovXG5leHBvcnQgZnVuY3Rpb24gcmVzb2x2ZVBhcnRpYWwocGFydGlhbCwgY29udGV4dCwgb3B0aW9ucykge1xuICBpZiAoIXBhcnRpYWwpIHtcbiAgICBpZiAob3B0aW9ucy5uYW1lID09PSAnQHBhcnRpYWwtYmxvY2snKSB7XG4gICAgICBwYXJ0aWFsID0gb3B0aW9ucy5kYXRhWydwYXJ0aWFsLWJsb2NrJ107XG4gICAgfSBlbHNlIHtcbiAgICAgIHBhcnRpYWwgPSBvcHRpb25zLnBhcnRpYWxzW29wdGlvbnMubmFtZV07XG4gICAgfVxuICB9IGVsc2UgaWYgKCFwYXJ0aWFsLmNhbGwgJiYgIW9wdGlvbnMubmFtZSkge1xuICAgIC8vIFRoaXMgaXMgYSBkeW5hbWljIHBhcnRpYWwgdGhhdCByZXR1cm5lZCBhIHN0cmluZ1xuICAgIG9wdGlvbnMubmFtZSA9IHBhcnRpYWw7XG4gICAgcGFydGlhbCA9IG9wdGlvbnMucGFydGlhbHNbcGFydGlhbF07XG4gIH1cbiAgcmV0dXJuIHBhcnRpYWw7XG59XG5cbmV4cG9ydCBmdW5jdGlvbiBpbnZva2VQYXJ0aWFsKHBhcnRpYWwsIGNvbnRleHQsIG9wdGlvbnMpIHtcbiAgLy8gVXNlIHRoZSBjdXJyZW50IGNsb3N1cmUgY29udGV4dCB0byBzYXZlIHRoZSBwYXJ0aWFsLWJsb2NrIGlmIHRoaXMgcGFydGlhbFxuICBjb25zdCBjdXJyZW50UGFydGlhbEJsb2NrID0gb3B0aW9ucy5kYXRhICYmIG9wdGlvbnMuZGF0YVsncGFydGlhbC1ibG9jayddO1xuICBvcHRpb25zLnBhcnRpYWwgPSB0cnVlO1xuICBpZiAob3B0aW9ucy5pZHMpIHtcbiAgICBvcHRpb25zLmRhdGEuY29udGV4dFBhdGggPSBvcHRpb25zLmlkc1swXSB8fCBvcHRpb25zLmRhdGEuY29udGV4dFBhdGg7XG4gIH1cblxuICBsZXQgcGFydGlhbEJsb2NrO1xuICBpZiAob3B0aW9ucy5mbiAmJiBvcHRpb25zLmZuICE9PSBub29wKSB7XG4gICAgb3B0aW9ucy5kYXRhID0gY3JlYXRlRnJhbWUob3B0aW9ucy5kYXRhKTtcbiAgICAvLyBXcmFwcGVyIGZ1bmN0aW9uIHRvIGdldCBhY2Nlc3MgdG8gY3VycmVudFBhcnRpYWxCbG9jayBmcm9tIHRoZSBjbG9zdXJlXG4gICAgbGV0IGZuID0gb3B0aW9ucy5mbjtcbiAgICBwYXJ0aWFsQmxvY2sgPSBvcHRpb25zLmRhdGFbJ3BhcnRpYWwtYmxvY2snXSA9IGZ1bmN0aW9uIHBhcnRpYWxCbG9ja1dyYXBwZXIoXG4gICAgICBjb250ZXh0LFxuICAgICAgb3B0aW9ucyA9IHt9XG4gICAgKSB7XG4gICAgICAvLyBSZXN0b3JlIHRoZSBwYXJ0aWFsLWJsb2NrIGZyb20gdGhlIGNsb3N1cmUgZm9yIHRoZSBleGVjdXRpb24gb2YgdGhlIGJsb2NrXG4gICAgICAvLyBpLmUuIHRoZSBwYXJ0IGluc2lkZSB0aGUgYmxvY2sgb2YgdGhlIHBhcnRpYWwgY2FsbC5cbiAgICAgIG9wdGlvbnMuZGF0YSA9IGNyZWF0ZUZyYW1lKG9wdGlvbnMuZGF0YSk7XG4gICAgICBvcHRpb25zLmRhdGFbJ3BhcnRpYWwtYmxvY2snXSA9IGN1cnJlbnRQYXJ0aWFsQmxvY2s7XG4gICAgICByZXR1cm4gZm4oY29udGV4dCwgb3B0aW9ucyk7XG4gICAgfTtcbiAgICBpZiAoZm4ucGFydGlhbHMpIHtcbiAgICAgIG9wdGlvbnMucGFydGlhbHMgPSBVdGlscy5leHRlbmQoe30sIG9wdGlvbnMucGFydGlhbHMsIGZuLnBhcnRpYWxzKTtcbiAgICB9XG4gIH1cblxuICBpZiAocGFydGlhbCA9PT0gdW5kZWZpbmVkICYmIHBhcnRpYWxCbG9jaykge1xuICAgIHBhcnRpYWwgPSBwYXJ0aWFsQmxvY2s7XG4gIH1cblxuICBpZiAocGFydGlhbCA9PT0gdW5kZWZpbmVkKSB7XG4gICAgdGhyb3cgbmV3IEV4Y2VwdGlvbignVGhlIHBhcnRpYWwgJyArIG9wdGlvbnMubmFtZSArICcgY291bGQgbm90IGJlIGZvdW5kJyk7XG4gIH0gZWxzZSBpZiAocGFydGlhbCBpbnN0YW5jZW9mIEZ1bmN0aW9uKSB7XG4gICAgcmV0dXJuIHBhcnRpYWwoY29udGV4dCwgb3B0aW9ucyk7XG4gIH1cbn1cblxuZXhwb3J0IGZ1bmN0aW9uIG5vb3AoKSB7XG4gIHJldHVybiAnJztcbn1cblxuZnVuY3Rpb24gaW5pdERhdGEoY29udGV4dCwgZGF0YSkge1xuICBpZiAoIWRhdGEgfHwgISgncm9vdCcgaW4gZGF0YSkpIHtcbiAgICBkYXRhID0gZGF0YSA/IGNyZWF0ZUZyYW1lKGRhdGEpIDoge307XG4gICAgZGF0YS5yb290ID0gY29udGV4dDtcbiAgfVxuICByZXR1cm4gZGF0YTtcbn1cblxuZnVuY3Rpb24gZXhlY3V0ZURlY29yYXRvcnMoZm4sIHByb2csIGNvbnRhaW5lciwgZGVwdGhzLCBkYXRhLCBibG9ja1BhcmFtcykge1xuICBpZiAoZm4uZGVjb3JhdG9yKSB7XG4gICAgbGV0IHByb3BzID0ge307XG4gICAgcHJvZyA9IGZuLmRlY29yYXRvcihcbiAgICAgIHByb2csXG4gICAgICBwcm9wcyxcbiAgICAgIGNvbnRhaW5lcixcbiAgICAgIGRlcHRocyAmJiBkZXB0aHNbMF0sXG4gICAgICBkYXRhLFxuICAgICAgYmxvY2tQYXJhbXMsXG4gICAgICBkZXB0aHNcbiAgICApO1xuICAgIFV0aWxzLmV4dGVuZChwcm9nLCBwcm9wcyk7XG4gIH1cbiAgcmV0dXJuIHByb2c7XG59XG5cbmZ1bmN0aW9uIHdyYXBIZWxwZXJzVG9QYXNzTG9va3VwUHJvcGVydHkobWVyZ2VkSGVscGVycywgY29udGFpbmVyKSB7XG4gIE9iamVjdC5rZXlzKG1lcmdlZEhlbHBlcnMpLmZvckVhY2goaGVscGVyTmFtZSA9PiB7XG4gICAgbGV0IGhlbHBlciA9IG1lcmdlZEhlbHBlcnNbaGVscGVyTmFtZV07XG4gICAgbWVyZ2VkSGVscGVyc1toZWxwZXJOYW1lXSA9IHBhc3NMb29rdXBQcm9wZXJ0eU9wdGlvbihoZWxwZXIsIGNvbnRhaW5lcik7XG4gIH0pO1xufVxuXG5mdW5jdGlvbiBwYXNzTG9va3VwUHJvcGVydHlPcHRpb24oaGVscGVyLCBjb250YWluZXIpIHtcbiAgY29uc3QgbG9va3VwUHJvcGVydHkgPSBjb250YWluZXIubG9va3VwUHJvcGVydHk7XG4gIHJldHVybiB3cmFwSGVscGVyKGhlbHBlciwgb3B0aW9ucyA9PiB7XG4gICAgcmV0dXJuIFV0aWxzLmV4dGVuZCh7IGxvb2t1cFByb3BlcnR5IH0sIG9wdGlvbnMpO1xuICB9KTtcbn1cbiJdfQ==\n","'use strict';\n\nexports.__esModule = true;\nexports.wrapHelper = wrapHelper;\n\nfunction wrapHelper(helper, transformOptionsFn) {\n if (typeof helper !== 'function') {\n // This should not happen, but apparently it does in https://github.com/wycats/handlebars.js/issues/1639\n // We try to make the wrapper least-invasive by not wrapping it, if the helper is not a function.\n return helper;\n }\n var wrapper = function wrapper() /* dynamic arguments */{\n var options = arguments[arguments.length - 1];\n arguments[arguments.length - 1] = transformOptionsFn(options);\n return helper.apply(this, arguments);\n };\n return wrapper;\n}\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uL2xpYi9oYW5kbGViYXJzL2ludGVybmFsL3dyYXBIZWxwZXIuanMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6Ijs7Ozs7QUFBTyxTQUFTLFVBQVUsQ0FBQyxNQUFNLEVBQUUsa0JBQWtCLEVBQUU7QUFDckQsTUFBSSxPQUFPLE1BQU0sS0FBSyxVQUFVLEVBQUU7OztBQUdoQyxXQUFPLE1BQU0sQ0FBQztHQUNmO0FBQ0QsTUFBSSxPQUFPLEdBQUcsU0FBVixPQUFPLDBCQUFxQztBQUM5QyxRQUFNLE9BQU8sR0FBRyxTQUFTLENBQUMsU0FBUyxDQUFDLE1BQU0sR0FBRyxDQUFDLENBQUMsQ0FBQztBQUNoRCxhQUFTLENBQUMsU0FBUyxDQUFDLE1BQU0sR0FBRyxDQUFDLENBQUMsR0FBRyxrQkFBa0IsQ0FBQyxPQUFPLENBQUMsQ0FBQztBQUM5RCxXQUFPLE1BQU0sQ0FBQyxLQUFLLENBQUMsSUFBSSxFQUFFLFNBQVMsQ0FBQyxDQUFDO0dBQ3RDLENBQUM7QUFDRixTQUFPLE9BQU8sQ0FBQztDQUNoQiIsImZpbGUiOiJ3cmFwSGVscGVyLmpzIiwic291cmNlc0NvbnRlbnQiOlsiZXhwb3J0IGZ1bmN0aW9uIHdyYXBIZWxwZXIoaGVscGVyLCB0cmFuc2Zvcm1PcHRpb25zRm4pIHtcbiAgaWYgKHR5cGVvZiBoZWxwZXIgIT09ICdmdW5jdGlvbicpIHtcbiAgICAvLyBUaGlzIHNob3VsZCBub3QgaGFwcGVuLCBidXQgYXBwYXJlbnRseSBpdCBkb2VzIGluIGh0dHBzOi8vZ2l0aHViLmNvbS93eWNhdHMvaGFuZGxlYmFycy5qcy9pc3N1ZXMvMTYzOVxuICAgIC8vIFdlIHRyeSB0byBtYWtlIHRoZSB3cmFwcGVyIGxlYXN0LWludmFzaXZlIGJ5IG5vdCB3cmFwcGluZyBpdCwgaWYgdGhlIGhlbHBlciBpcyBub3QgYSBmdW5jdGlvbi5cbiAgICByZXR1cm4gaGVscGVyO1xuICB9XG4gIGxldCB3cmFwcGVyID0gZnVuY3Rpb24oLyogZHluYW1pYyBhcmd1bWVudHMgKi8pIHtcbiAgICBjb25zdCBvcHRpb25zID0gYXJndW1lbnRzW2FyZ3VtZW50cy5sZW5ndGggLSAxXTtcbiAgICBhcmd1bWVudHNbYXJndW1lbnRzLmxlbmd0aCAtIDFdID0gdHJhbnNmb3JtT3B0aW9uc0ZuKG9wdGlvbnMpO1xuICAgIHJldHVybiBoZWxwZXIuYXBwbHkodGhpcywgYXJndW1lbnRzKTtcbiAgfTtcbiAgcmV0dXJuIHdyYXBwZXI7XG59XG4iXX0=\n","'use strict';\n\nexports.__esModule = true;\n\nexports['default'] = function (Handlebars) {\n /* istanbul ignore next */\n var root = typeof global !== 'undefined' ? global : window,\n $Handlebars = root.Handlebars;\n /* istanbul ignore next */\n Handlebars.noConflict = function () {\n if (root.Handlebars === Handlebars) {\n root.Handlebars = $Handlebars;\n }\n return Handlebars;\n };\n};\n\nmodule.exports = exports['default'];\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uL2xpYi9oYW5kbGViYXJzL25vLWNvbmZsaWN0LmpzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7Ozs7cUJBQWUsVUFBUyxVQUFVLEVBQUU7O0FBRWxDLE1BQUksSUFBSSxHQUFHLE9BQU8sTUFBTSxLQUFLLFdBQVcsR0FBRyxNQUFNLEdBQUcsTUFBTTtNQUN4RCxXQUFXLEdBQUcsSUFBSSxDQUFDLFVBQVUsQ0FBQzs7QUFFaEMsWUFBVSxDQUFDLFVBQVUsR0FBRyxZQUFXO0FBQ2pDLFFBQUksSUFBSSxDQUFDLFVBQVUsS0FBSyxVQUFVLEVBQUU7QUFDbEMsVUFBSSxDQUFDLFVBQVUsR0FBRyxXQUFXLENBQUM7S0FDL0I7QUFDRCxXQUFPLFVBQVUsQ0FBQztHQUNuQixDQUFDO0NBQ0giLCJmaWxlIjoibm8tY29uZmxpY3QuanMiLCJzb3VyY2VzQ29udGVudCI6WyJleHBvcnQgZGVmYXVsdCBmdW5jdGlvbihIYW5kbGViYXJzKSB7XG4gIC8qIGlzdGFuYnVsIGlnbm9yZSBuZXh0ICovXG4gIGxldCByb290ID0gdHlwZW9mIGdsb2JhbCAhPT0gJ3VuZGVmaW5lZCcgPyBnbG9iYWwgOiB3aW5kb3csXG4gICAgJEhhbmRsZWJhcnMgPSByb290LkhhbmRsZWJhcnM7XG4gIC8qIGlzdGFuYnVsIGlnbm9yZSBuZXh0ICovXG4gIEhhbmRsZWJhcnMubm9Db25mbGljdCA9IGZ1bmN0aW9uKCkge1xuICAgIGlmIChyb290LkhhbmRsZWJhcnMgPT09IEhhbmRsZWJhcnMpIHtcbiAgICAgIHJvb3QuSGFuZGxlYmFycyA9ICRIYW5kbGViYXJzO1xuICAgIH1cbiAgICByZXR1cm4gSGFuZGxlYmFycztcbiAgfTtcbn1cbiJdfQ==\n","var Handlebars = require(\"../../../../node_modules/handlebars/runtime.js\");\nfunction __default(obj) { return obj && (obj.__esModule ? obj[\"default\"] : obj); }\nmodule.exports = (Handlebars[\"default\"] || Handlebars).template({\"compiler\":[8,\">= 4.3.0\"],\"main\":function(container,depth0,helpers,partials,data) {\n var helper, lookupProperty = container.lookupProperty || function(parent, propertyName) {\n if (Object.prototype.hasOwnProperty.call(parent, propertyName)) {\n return parent[propertyName];\n }\n return undefined\n };\n\n return \"<div class=\\\"emptycontent\\\">\\n\t<div class=\\\"icon-loading\\\"></div>\\n\t<h2>\"\n + container.escapeExpression(((helper = (helper = lookupProperty(helpers,\"loadingText\") || (depth0 != null ? lookupProperty(depth0,\"loadingText\") : depth0)) != null ? helper : container.hooks.helperMissing),(typeof helper === \"function\" ? helper.call(depth0 != null ? depth0 : (container.nullContext || {}),{\"name\":\"loadingText\",\"hash\":{},\"data\":data,\"loc\":{\"start\":{\"line\":3,\"column\":5},\"end\":{\"line\":3,\"column\":20}}}) : helper)))\n + \"</h2>\\n</div>\\n\";\n},\"useData\":true});","var Handlebars = require(\"../../../../node_modules/handlebars/runtime.js\");\nfunction __default(obj) { return obj && (obj.__esModule ? obj[\"default\"] : obj); }\nmodule.exports = (Handlebars[\"default\"] || Handlebars).template({\"compiler\":[8,\">= 4.3.0\"],\"main\":function(container,depth0,helpers,partials,data) {\n var helper, lookupProperty = container.lookupProperty || function(parent, propertyName) {\n if (Object.prototype.hasOwnProperty.call(parent, propertyName)) {\n return parent[propertyName];\n }\n return undefined\n };\n\n return \"<div class=\\\"emptycontent\\\">\\n\t<div class=\\\"icon-search\\\"></div>\\n\t<h2>\"\n + container.escapeExpression(((helper = (helper = lookupProperty(helpers,\"couldNotLoadText\") || (depth0 != null ? lookupProperty(depth0,\"couldNotLoadText\") : depth0)) != null ? helper : container.hooks.helperMissing),(typeof helper === \"function\" ? helper.call(depth0 != null ? depth0 : (container.nullContext || {}),{\"name\":\"couldNotLoadText\",\"hash\":{},\"data\":data,\"loc\":{\"start\":{\"line\":3,\"column\":5},\"end\":{\"line\":3,\"column\":25}}}) : helper)))\n + \"</h2>\\n</div>\\n\";\n},\"useData\":true});","var Handlebars = require(\"../../../../node_modules/handlebars/runtime.js\");\nfunction __default(obj) { return obj && (obj.__esModule ? obj[\"default\"] : obj); }\nmodule.exports = (Handlebars[\"default\"] || Handlebars).template({\"compiler\":[8,\">= 4.3.0\"],\"main\":function(container,depth0,helpers,partials,data) {\n var helper, alias1=depth0 != null ? depth0 : (container.nullContext || {}), alias2=container.hooks.helperMissing, alias3=\"function\", alias4=container.escapeExpression, lookupProperty = container.lookupProperty || function(parent, propertyName) {\n if (Object.prototype.hasOwnProperty.call(parent, propertyName)) {\n return parent[propertyName];\n }\n return undefined\n };\n\n return \"<label class=\\\"hidden-visually\\\" for=\\\"contactsmenu-search\\\">\"\n + alias4(((helper = (helper = lookupProperty(helpers,\"searchContactsText\") || (depth0 != null ? lookupProperty(depth0,\"searchContactsText\") : depth0)) != null ? helper : alias2),(typeof helper === alias3 ? helper.call(alias1,{\"name\":\"searchContactsText\",\"hash\":{},\"data\":data,\"loc\":{\"start\":{\"line\":1,\"column\":57},\"end\":{\"line\":1,\"column\":79}}}) : helper)))\n + \"</label>\\n<input id=\\\"contactsmenu-search\\\" type=\\\"search\\\" placeholder=\\\"\"\n + alias4(((helper = (helper = lookupProperty(helpers,\"searchContactsText\") || (depth0 != null ? lookupProperty(depth0,\"searchContactsText\") : depth0)) != null ? helper : alias2),(typeof helper === alias3 ? helper.call(alias1,{\"name\":\"searchContactsText\",\"hash\":{},\"data\":data,\"loc\":{\"start\":{\"line\":2,\"column\":59},\"end\":{\"line\":2,\"column\":81}}}) : helper)))\n + \"\\\" value=\\\"\"\n + alias4(((helper = (helper = lookupProperty(helpers,\"searchTerm\") || (depth0 != null ? lookupProperty(depth0,\"searchTerm\") : depth0)) != null ? helper : alias2),(typeof helper === alias3 ? helper.call(alias1,{\"name\":\"searchTerm\",\"hash\":{},\"data\":data,\"loc\":{\"start\":{\"line\":2,\"column\":90},\"end\":{\"line\":2,\"column\":104}}}) : helper)))\n + \"\\\">\\n<div class=\\\"content\\\">\\n</div>\\n\";\n},\"useData\":true});","var Handlebars = require(\"../../../../node_modules/handlebars/runtime.js\");\nfunction __default(obj) { return obj && (obj.__esModule ? obj[\"default\"] : obj); }\nmodule.exports = (Handlebars[\"default\"] || Handlebars).template({\"1\":function(container,depth0,helpers,partials,data) {\n var helper, lookupProperty = container.lookupProperty || function(parent, propertyName) {\n if (Object.prototype.hasOwnProperty.call(parent, propertyName)) {\n return parent[propertyName];\n }\n return undefined\n };\n\n return \"<div class=\\\"emptycontent\\\">\\n\t<div class=\\\"icon-search\\\"></div>\\n\t<h2>\"\n + container.escapeExpression(((helper = (helper = lookupProperty(helpers,\"noContactsFoundText\") || (depth0 != null ? lookupProperty(depth0,\"noContactsFoundText\") : depth0)) != null ? helper : container.hooks.helperMissing),(typeof helper === \"function\" ? helper.call(depth0 != null ? depth0 : (container.nullContext || {}),{\"name\":\"noContactsFoundText\",\"hash\":{},\"data\":data,\"loc\":{\"start\":{\"line\":4,\"column\":5},\"end\":{\"line\":4,\"column\":28}}}) : helper)))\n + \"</h2>\\n</div>\\n\";\n},\"3\":function(container,depth0,helpers,partials,data) {\n var helper, alias1=depth0 != null ? depth0 : (container.nullContext || {}), alias2=container.hooks.helperMissing, alias3=\"function\", alias4=container.escapeExpression, lookupProperty = container.lookupProperty || function(parent, propertyName) {\n if (Object.prototype.hasOwnProperty.call(parent, propertyName)) {\n return parent[propertyName];\n }\n return undefined\n };\n\n return \"<div class=\\\"footer\\\"><a href=\\\"\"\n + alias4(((helper = (helper = lookupProperty(helpers,\"contactsAppURL\") || (depth0 != null ? lookupProperty(depth0,\"contactsAppURL\") : depth0)) != null ? helper : alias2),(typeof helper === alias3 ? helper.call(alias1,{\"name\":\"contactsAppURL\",\"hash\":{},\"data\":data,\"loc\":{\"start\":{\"line\":9,\"column\":29},\"end\":{\"line\":9,\"column\":47}}}) : helper)))\n + \"\\\">\"\n + alias4(((helper = (helper = lookupProperty(helpers,\"showAllContactsText\") || (depth0 != null ? lookupProperty(depth0,\"showAllContactsText\") : depth0)) != null ? helper : alias2),(typeof helper === alias3 ? helper.call(alias1,{\"name\":\"showAllContactsText\",\"hash\":{},\"data\":data,\"loc\":{\"start\":{\"line\":9,\"column\":49},\"end\":{\"line\":9,\"column\":72}}}) : helper)))\n + \"</a></div>\\n\";\n},\"5\":function(container,depth0,helpers,partials,data) {\n var stack1, lookupProperty = container.lookupProperty || function(parent, propertyName) {\n if (Object.prototype.hasOwnProperty.call(parent, propertyName)) {\n return parent[propertyName];\n }\n return undefined\n };\n\n return ((stack1 = lookupProperty(helpers,\"if\").call(depth0 != null ? depth0 : (container.nullContext || {}),(depth0 != null ? lookupProperty(depth0,\"canInstallApp\") : depth0),{\"name\":\"if\",\"hash\":{},\"fn\":container.program(6, data, 0),\"inverse\":container.noop,\"data\":data,\"loc\":{\"start\":{\"line\":10,\"column\":0},\"end\":{\"line\":12,\"column\":0}}})) != null ? stack1 : \"\");\n},\"6\":function(container,depth0,helpers,partials,data) {\n var helper, alias1=depth0 != null ? depth0 : (container.nullContext || {}), alias2=container.hooks.helperMissing, alias3=\"function\", alias4=container.escapeExpression, lookupProperty = container.lookupProperty || function(parent, propertyName) {\n if (Object.prototype.hasOwnProperty.call(parent, propertyName)) {\n return parent[propertyName];\n }\n return undefined\n };\n\n return \"<div class=\\\"footer\\\"><a href=\\\"\"\n + alias4(((helper = (helper = lookupProperty(helpers,\"contactsAppMgmtURL\") || (depth0 != null ? lookupProperty(depth0,\"contactsAppMgmtURL\") : depth0)) != null ? helper : alias2),(typeof helper === alias3 ? helper.call(alias1,{\"name\":\"contactsAppMgmtURL\",\"hash\":{},\"data\":data,\"loc\":{\"start\":{\"line\":11,\"column\":29},\"end\":{\"line\":11,\"column\":51}}}) : helper)))\n + \"\\\">\"\n + alias4(((helper = (helper = lookupProperty(helpers,\"contactsAppMgmtText\") || (depth0 != null ? lookupProperty(depth0,\"contactsAppMgmtText\") : depth0)) != null ? helper : alias2),(typeof helper === alias3 ? helper.call(alias1,{\"name\":\"contactsAppMgmtText\",\"hash\":{},\"data\":data,\"loc\":{\"start\":{\"line\":11,\"column\":53},\"end\":{\"line\":11,\"column\":76}}}) : helper)))\n + \"</a></div>\\n\";\n},\"compiler\":[8,\">= 4.3.0\"],\"main\":function(container,depth0,helpers,partials,data) {\n var stack1, alias1=depth0 != null ? depth0 : (container.nullContext || {}), lookupProperty = container.lookupProperty || function(parent, propertyName) {\n if (Object.prototype.hasOwnProperty.call(parent, propertyName)) {\n return parent[propertyName];\n }\n return undefined\n };\n\n return ((stack1 = lookupProperty(helpers,\"unless\").call(alias1,((stack1 = (depth0 != null ? lookupProperty(depth0,\"contacts\") : depth0)) != null ? lookupProperty(stack1,\"length\") : stack1),{\"name\":\"unless\",\"hash\":{},\"fn\":container.program(1, data, 0),\"inverse\":container.noop,\"data\":data,\"loc\":{\"start\":{\"line\":1,\"column\":0},\"end\":{\"line\":6,\"column\":11}}})) != null ? stack1 : \"\")\n + \"<div id=\\\"contactsmenu-contacts\\\"></div>\\n\"\n + ((stack1 = lookupProperty(helpers,\"if\").call(alias1,(depth0 != null ? lookupProperty(depth0,\"contactsAppEnabled\") : depth0),{\"name\":\"if\",\"hash\":{},\"fn\":container.program(3, data, 0),\"inverse\":container.program(5, data, 0),\"data\":data,\"loc\":{\"start\":{\"line\":8,\"column\":0},\"end\":{\"line\":12,\"column\":7}}})) != null ? stack1 : \"\");\n},\"useData\":true});","var map = {\n\t\"./af\": 302,\n\t\"./af.js\": 302,\n\t\"./ar\": 303,\n\t\"./ar-dz\": 304,\n\t\"./ar-dz.js\": 304,\n\t\"./ar-kw\": 305,\n\t\"./ar-kw.js\": 305,\n\t\"./ar-ly\": 306,\n\t\"./ar-ly.js\": 306,\n\t\"./ar-ma\": 307,\n\t\"./ar-ma.js\": 307,\n\t\"./ar-sa\": 308,\n\t\"./ar-sa.js\": 308,\n\t\"./ar-tn\": 309,\n\t\"./ar-tn.js\": 309,\n\t\"./ar.js\": 303,\n\t\"./az\": 310,\n\t\"./az.js\": 310,\n\t\"./be\": 311,\n\t\"./be.js\": 311,\n\t\"./bg\": 312,\n\t\"./bg.js\": 312,\n\t\"./bm\": 313,\n\t\"./bm.js\": 313,\n\t\"./bn\": 314,\n\t\"./bn.js\": 314,\n\t\"./bo\": 315,\n\t\"./bo.js\": 315,\n\t\"./br\": 316,\n\t\"./br.js\": 316,\n\t\"./bs\": 317,\n\t\"./bs.js\": 317,\n\t\"./ca\": 318,\n\t\"./ca.js\": 318,\n\t\"./cs\": 319,\n\t\"./cs.js\": 319,\n\t\"./cv\": 320,\n\t\"./cv.js\": 320,\n\t\"./cy\": 321,\n\t\"./cy.js\": 321,\n\t\"./da\": 322,\n\t\"./da.js\": 322,\n\t\"./de\": 323,\n\t\"./de-at\": 324,\n\t\"./de-at.js\": 324,\n\t\"./de-ch\": 325,\n\t\"./de-ch.js\": 325,\n\t\"./de.js\": 323,\n\t\"./dv\": 326,\n\t\"./dv.js\": 326,\n\t\"./el\": 327,\n\t\"./el.js\": 327,\n\t\"./en-SG\": 328,\n\t\"./en-SG.js\": 328,\n\t\"./en-au\": 329,\n\t\"./en-au.js\": 329,\n\t\"./en-ca\": 330,\n\t\"./en-ca.js\": 330,\n\t\"./en-gb\": 331,\n\t\"./en-gb.js\": 331,\n\t\"./en-ie\": 332,\n\t\"./en-ie.js\": 332,\n\t\"./en-il\": 333,\n\t\"./en-il.js\": 333,\n\t\"./en-nz\": 334,\n\t\"./en-nz.js\": 334,\n\t\"./eo\": 335,\n\t\"./eo.js\": 335,\n\t\"./es\": 336,\n\t\"./es-do\": 337,\n\t\"./es-do.js\": 337,\n\t\"./es-us\": 338,\n\t\"./es-us.js\": 338,\n\t\"./es.js\": 336,\n\t\"./et\": 339,\n\t\"./et.js\": 339,\n\t\"./eu\": 340,\n\t\"./eu.js\": 340,\n\t\"./fa\": 341,\n\t\"./fa.js\": 341,\n\t\"./fi\": 342,\n\t\"./fi.js\": 342,\n\t\"./fo\": 343,\n\t\"./fo.js\": 343,\n\t\"./fr\": 344,\n\t\"./fr-ca\": 345,\n\t\"./fr-ca.js\": 345,\n\t\"./fr-ch\": 346,\n\t\"./fr-ch.js\": 346,\n\t\"./fr.js\": 344,\n\t\"./fy\": 347,\n\t\"./fy.js\": 347,\n\t\"./ga\": 348,\n\t\"./ga.js\": 348,\n\t\"./gd\": 349,\n\t\"./gd.js\": 349,\n\t\"./gl\": 350,\n\t\"./gl.js\": 350,\n\t\"./gom-latn\": 351,\n\t\"./gom-latn.js\": 351,\n\t\"./gu\": 352,\n\t\"./gu.js\": 352,\n\t\"./he\": 353,\n\t\"./he.js\": 353,\n\t\"./hi\": 354,\n\t\"./hi.js\": 354,\n\t\"./hr\": 355,\n\t\"./hr.js\": 355,\n\t\"./hu\": 356,\n\t\"./hu.js\": 356,\n\t\"./hy-am\": 357,\n\t\"./hy-am.js\": 357,\n\t\"./id\": 358,\n\t\"./id.js\": 358,\n\t\"./is\": 359,\n\t\"./is.js\": 359,\n\t\"./it\": 360,\n\t\"./it-ch\": 361,\n\t\"./it-ch.js\": 361,\n\t\"./it.js\": 360,\n\t\"./ja\": 362,\n\t\"./ja.js\": 362,\n\t\"./jv\": 363,\n\t\"./jv.js\": 363,\n\t\"./ka\": 364,\n\t\"./ka.js\": 364,\n\t\"./kk\": 365,\n\t\"./kk.js\": 365,\n\t\"./km\": 366,\n\t\"./km.js\": 366,\n\t\"./kn\": 367,\n\t\"./kn.js\": 367,\n\t\"./ko\": 368,\n\t\"./ko.js\": 368,\n\t\"./ku\": 369,\n\t\"./ku.js\": 369,\n\t\"./ky\": 370,\n\t\"./ky.js\": 370,\n\t\"./lb\": 371,\n\t\"./lb.js\": 371,\n\t\"./lo\": 372,\n\t\"./lo.js\": 372,\n\t\"./lt\": 373,\n\t\"./lt.js\": 373,\n\t\"./lv\": 374,\n\t\"./lv.js\": 374,\n\t\"./me\": 375,\n\t\"./me.js\": 375,\n\t\"./mi\": 376,\n\t\"./mi.js\": 376,\n\t\"./mk\": 377,\n\t\"./mk.js\": 377,\n\t\"./ml\": 378,\n\t\"./ml.js\": 378,\n\t\"./mn\": 379,\n\t\"./mn.js\": 379,\n\t\"./mr\": 380,\n\t\"./mr.js\": 380,\n\t\"./ms\": 381,\n\t\"./ms-my\": 382,\n\t\"./ms-my.js\": 382,\n\t\"./ms.js\": 381,\n\t\"./mt\": 383,\n\t\"./mt.js\": 383,\n\t\"./my\": 384,\n\t\"./my.js\": 384,\n\t\"./nb\": 385,\n\t\"./nb.js\": 385,\n\t\"./ne\": 386,\n\t\"./ne.js\": 386,\n\t\"./nl\": 387,\n\t\"./nl-be\": 388,\n\t\"./nl-be.js\": 388,\n\t\"./nl.js\": 387,\n\t\"./nn\": 389,\n\t\"./nn.js\": 389,\n\t\"./pa-in\": 390,\n\t\"./pa-in.js\": 390,\n\t\"./pl\": 391,\n\t\"./pl.js\": 391,\n\t\"./pt\": 392,\n\t\"./pt-br\": 393,\n\t\"./pt-br.js\": 393,\n\t\"./pt.js\": 392,\n\t\"./ro\": 394,\n\t\"./ro.js\": 394,\n\t\"./ru\": 395,\n\t\"./ru.js\": 395,\n\t\"./sd\": 396,\n\t\"./sd.js\": 396,\n\t\"./se\": 397,\n\t\"./se.js\": 397,\n\t\"./si\": 398,\n\t\"./si.js\": 398,\n\t\"./sk\": 399,\n\t\"./sk.js\": 399,\n\t\"./sl\": 400,\n\t\"./sl.js\": 400,\n\t\"./sq\": 401,\n\t\"./sq.js\": 401,\n\t\"./sr\": 402,\n\t\"./sr-cyrl\": 403,\n\t\"./sr-cyrl.js\": 403,\n\t\"./sr.js\": 402,\n\t\"./ss\": 404,\n\t\"./ss.js\": 404,\n\t\"./sv\": 405,\n\t\"./sv.js\": 405,\n\t\"./sw\": 406,\n\t\"./sw.js\": 406,\n\t\"./ta\": 407,\n\t\"./ta.js\": 407,\n\t\"./te\": 408,\n\t\"./te.js\": 408,\n\t\"./tet\": 409,\n\t\"./tet.js\": 409,\n\t\"./tg\": 410,\n\t\"./tg.js\": 410,\n\t\"./th\": 411,\n\t\"./th.js\": 411,\n\t\"./tl-ph\": 412,\n\t\"./tl-ph.js\": 412,\n\t\"./tlh\": 413,\n\t\"./tlh.js\": 413,\n\t\"./tr\": 414,\n\t\"./tr.js\": 414,\n\t\"./tzl\": 415,\n\t\"./tzl.js\": 415,\n\t\"./tzm\": 416,\n\t\"./tzm-latn\": 417,\n\t\"./tzm-latn.js\": 417,\n\t\"./tzm.js\": 416,\n\t\"./ug-cn\": 418,\n\t\"./ug-cn.js\": 418,\n\t\"./uk\": 419,\n\t\"./uk.js\": 419,\n\t\"./ur\": 420,\n\t\"./ur.js\": 420,\n\t\"./uz\": 421,\n\t\"./uz-latn\": 422,\n\t\"./uz-latn.js\": 422,\n\t\"./uz.js\": 421,\n\t\"./vi\": 423,\n\t\"./vi.js\": 423,\n\t\"./x-pseudo\": 424,\n\t\"./x-pseudo.js\": 424,\n\t\"./yo\": 425,\n\t\"./yo.js\": 425,\n\t\"./zh-cn\": 426,\n\t\"./zh-cn.js\": 426,\n\t\"./zh-hk\": 427,\n\t\"./zh-hk.js\": 427,\n\t\"./zh-tw\": 428,\n\t\"./zh-tw.js\": 428\n};\n\n\nfunction webpackContext(req) {\n\tvar id = webpackContextResolve(req);\n\treturn __webpack_require__(id);\n}\nfunction webpackContextResolve(req) {\n\tif(!__webpack_require__.o(map, req)) {\n\t\tvar e = new Error(\"Cannot find module '\" + req + \"'\");\n\t\te.code = 'MODULE_NOT_FOUND';\n\t\tthrow e;\n\t}\n\treturn map[req];\n}\nwebpackContext.keys = function webpackContextKeys() {\n\treturn Object.keys(map);\n};\nwebpackContext.resolve = webpackContextResolve;\nmodule.exports = webpackContext;\nwebpackContext.id = 596;","var $ = require('../internals/export');\nvar assign = require('../internals/object-assign');\n\n// `Object.assign` method\n// https://tc39.github.io/ecma262/#sec-object.assign\n$({ target: 'Object', stat: true, forced: Object.assign !== assign }, {\n assign: assign\n});\n","var global = require('../internals/global');\nvar getOwnPropertyDescriptor = require('../internals/object-get-own-property-descriptor').f;\nvar createNonEnumerableProperty = require('../internals/create-non-enumerable-property');\nvar redefine = require('../internals/redefine');\nvar setGlobal = require('../internals/set-global');\nvar copyConstructorProperties = require('../internals/copy-constructor-properties');\nvar isForced = require('../internals/is-forced');\n\n/*\n options.target - name of the target object\n options.global - target is the global object\n options.stat - export as static methods of target\n options.proto - export as prototype methods of target\n options.real - real prototype method for the `pure` version\n options.forced - export even if the native feature is available\n options.bind - bind methods to the target, required for the `pure` version\n options.wrap - wrap constructors to preventing global pollution, required for the `pure` version\n options.unsafe - use the simple assignment of property instead of delete + defineProperty\n options.sham - add a flag to not completely full polyfills\n options.enumerable - export as enumerable property\n options.noTargetGet - prevent calling a getter on target\n*/\nmodule.exports = function (options, source) {\n var TARGET = options.target;\n var GLOBAL = options.global;\n var STATIC = options.stat;\n var FORCED, target, key, targetProperty, sourceProperty, descriptor;\n if (GLOBAL) {\n target = global;\n } else if (STATIC) {\n target = global[TARGET] || setGlobal(TARGET, {});\n } else {\n target = (global[TARGET] || {}).prototype;\n }\n if (target) for (key in source) {\n sourceProperty = source[key];\n if (options.noTargetGet) {\n descriptor = getOwnPropertyDescriptor(target, key);\n targetProperty = descriptor && descriptor.value;\n } else targetProperty = target[key];\n FORCED = isForced(GLOBAL ? key : TARGET + (STATIC ? '.' : '#') + key, options.forced);\n // contained in target\n if (!FORCED && targetProperty !== undefined) {\n if (typeof sourceProperty === typeof targetProperty) continue;\n copyConstructorProperties(sourceProperty, targetProperty);\n }\n // add a flag to not completely full polyfills\n if (options.sham || (targetProperty && targetProperty.sham)) {\n createNonEnumerableProperty(sourceProperty, 'sham', true);\n }\n // extend global\n redefine(target, key, sourceProperty, options);\n }\n};\n","var toString = {}.toString;\n\nmodule.exports = function (it) {\n return toString.call(it).slice(8, -1);\n};\n","var global = require('../internals/global');\nvar isObject = require('../internals/is-object');\n\nvar document = global.document;\n// typeof document.createElement is 'object' in old IE\nvar EXISTS = isObject(document) && isObject(document.createElement);\n\nmodule.exports = function (it) {\n return EXISTS ? document.createElement(it) : {};\n};\n","var global = require('../internals/global');\nvar createNonEnumerableProperty = require('../internals/create-non-enumerable-property');\nvar has = require('../internals/has');\nvar setGlobal = require('../internals/set-global');\nvar inspectSource = require('../internals/inspect-source');\nvar InternalStateModule = require('../internals/internal-state');\n\nvar getInternalState = InternalStateModule.get;\nvar enforceInternalState = InternalStateModule.enforce;\nvar TEMPLATE = String(String).split('String');\n\n(module.exports = function (O, key, value, options) {\n var unsafe = options ? !!options.unsafe : false;\n var simple = options ? !!options.enumerable : false;\n var noTargetGet = options ? !!options.noTargetGet : false;\n if (typeof value == 'function') {\n if (typeof key == 'string' && !has(value, 'name')) createNonEnumerableProperty(value, 'name', key);\n enforceInternalState(value).source = TEMPLATE.join(typeof key == 'string' ? key : '');\n }\n if (O === global) {\n if (simple) O[key] = value;\n else setGlobal(key, value);\n return;\n } else if (!unsafe) {\n delete O[key];\n } else if (!noTargetGet && O[key]) {\n simple = true;\n }\n if (simple) O[key] = value;\n else createNonEnumerableProperty(O, key, value);\n// add fake Function#toString for correct work wrapped methods / constructors with methods like LoDash isNative\n})(Function.prototype, 'toString', function toString() {\n return typeof this == 'function' && getInternalState(this).source || inspectSource(this);\n});\n","var NATIVE_WEAK_MAP = require('../internals/native-weak-map');\nvar global = require('../internals/global');\nvar isObject = require('../internals/is-object');\nvar createNonEnumerableProperty = require('../internals/create-non-enumerable-property');\nvar objectHas = require('../internals/has');\nvar sharedKey = require('../internals/shared-key');\nvar hiddenKeys = require('../internals/hidden-keys');\n\nvar WeakMap = global.WeakMap;\nvar set, get, has;\n\nvar enforce = function (it) {\n return has(it) ? get(it) : set(it, {});\n};\n\nvar getterFor = function (TYPE) {\n return function (it) {\n var state;\n if (!isObject(it) || (state = get(it)).type !== TYPE) {\n throw TypeError('Incompatible receiver, ' + TYPE + ' required');\n } return state;\n };\n};\n\nif (NATIVE_WEAK_MAP) {\n var store = new WeakMap();\n var wmget = store.get;\n var wmhas = store.has;\n var wmset = store.set;\n set = function (it, metadata) {\n wmset.call(store, it, metadata);\n return metadata;\n };\n get = function (it) {\n return wmget.call(store, it) || {};\n };\n has = function (it) {\n return wmhas.call(store, it);\n };\n} else {\n var STATE = sharedKey('state');\n hiddenKeys[STATE] = true;\n set = function (it, metadata) {\n createNonEnumerableProperty(it, STATE, metadata);\n return metadata;\n };\n get = function (it) {\n return objectHas(it, STATE) ? it[STATE] : {};\n };\n has = function (it) {\n return objectHas(it, STATE);\n };\n}\n\nmodule.exports = {\n set: set,\n get: get,\n has: has,\n enforce: enforce,\n getterFor: getterFor\n};\n","var global = require('../internals/global');\nvar inspectSource = require('../internals/inspect-source');\n\nvar WeakMap = global.WeakMap;\n\nmodule.exports = typeof WeakMap === 'function' && /native code/.test(inspectSource(WeakMap));\n","var shared = require('../internals/shared');\nvar uid = require('../internals/uid');\n\nvar keys = shared('keys');\n\nmodule.exports = function (key) {\n return keys[key] || (keys[key] = uid(key));\n};\n","var IS_PURE = require('../internals/is-pure');\nvar store = require('../internals/shared-store');\n\n(module.exports = function (key, value) {\n return store[key] || (store[key] = value !== undefined ? value : {});\n})('versions', []).push({\n version: '3.6.4',\n mode: IS_PURE ? 'pure' : 'global',\n copyright: '© 2020 Denis Pushkarev (zloirock.ru)'\n});\n","module.exports = false;\n","var id = 0;\nvar postfix = Math.random();\n\nmodule.exports = function (key) {\n return 'Symbol(' + String(key === undefined ? '' : key) + ')_' + (++id + postfix).toString(36);\n};\n","var has = require('../internals/has');\nvar ownKeys = require('../internals/own-keys');\nvar getOwnPropertyDescriptorModule = require('../internals/object-get-own-property-descriptor');\nvar definePropertyModule = require('../internals/object-define-property');\n\nmodule.exports = function (target, source) {\n var keys = ownKeys(source);\n var defineProperty = definePropertyModule.f;\n var getOwnPropertyDescriptor = getOwnPropertyDescriptorModule.f;\n for (var i = 0; i < keys.length; i++) {\n var key = keys[i];\n if (!has(target, key)) defineProperty(target, key, getOwnPropertyDescriptor(source, key));\n }\n};\n","var getBuiltIn = require('../internals/get-built-in');\nvar getOwnPropertyNamesModule = require('../internals/object-get-own-property-names');\nvar getOwnPropertySymbolsModule = require('../internals/object-get-own-property-symbols');\nvar anObject = require('../internals/an-object');\n\n// all object keys, includes non-enumerable and symbols\nmodule.exports = getBuiltIn('Reflect', 'ownKeys') || function ownKeys(it) {\n var keys = getOwnPropertyNamesModule.f(anObject(it));\n var getOwnPropertySymbols = getOwnPropertySymbolsModule.f;\n return getOwnPropertySymbols ? keys.concat(getOwnPropertySymbols(it)) : keys;\n};\n","var path = require('../internals/path');\nvar global = require('../internals/global');\n\nvar aFunction = function (variable) {\n return typeof variable == 'function' ? variable : undefined;\n};\n\nmodule.exports = function (namespace, method) {\n return arguments.length < 2 ? aFunction(path[namespace]) || aFunction(global[namespace])\n : path[namespace] && path[namespace][method] || global[namespace] && global[namespace][method];\n};\n","var global = require('../internals/global');\n\nmodule.exports = global;\n","var internalObjectKeys = require('../internals/object-keys-internal');\nvar enumBugKeys = require('../internals/enum-bug-keys');\n\nvar hiddenKeys = enumBugKeys.concat('length', 'prototype');\n\n// `Object.getOwnPropertyNames` method\n// https://tc39.github.io/ecma262/#sec-object.getownpropertynames\nexports.f = Object.getOwnPropertyNames || function getOwnPropertyNames(O) {\n return internalObjectKeys(O, hiddenKeys);\n};\n","var toIndexedObject = require('../internals/to-indexed-object');\nvar toLength = require('../internals/to-length');\nvar toAbsoluteIndex = require('../internals/to-absolute-index');\n\n// `Array.prototype.{ indexOf, includes }` methods implementation\nvar createMethod = function (IS_INCLUDES) {\n return function ($this, el, fromIndex) {\n var O = toIndexedObject($this);\n var length = toLength(O.length);\n var index = toAbsoluteIndex(fromIndex, length);\n var value;\n // Array#includes uses SameValueZero equality algorithm\n // eslint-disable-next-line no-self-compare\n if (IS_INCLUDES && el != el) while (length > index) {\n value = O[index++];\n // eslint-disable-next-line no-self-compare\n if (value != value) return true;\n // Array#indexOf ignores holes, Array#includes - not\n } else for (;length > index; index++) {\n if ((IS_INCLUDES || index in O) && O[index] === el) return IS_INCLUDES || index || 0;\n } return !IS_INCLUDES && -1;\n };\n};\n\nmodule.exports = {\n // `Array.prototype.includes` method\n // https://tc39.github.io/ecma262/#sec-array.prototype.includes\n includes: createMethod(true),\n // `Array.prototype.indexOf` method\n // https://tc39.github.io/ecma262/#sec-array.prototype.indexof\n indexOf: createMethod(false)\n};\n","var toInteger = require('../internals/to-integer');\n\nvar min = Math.min;\n\n// `ToLength` abstract operation\n// https://tc39.github.io/ecma262/#sec-tolength\nmodule.exports = function (argument) {\n return argument > 0 ? min(toInteger(argument), 0x1FFFFFFFFFFFFF) : 0; // 2 ** 53 - 1 == 9007199254740991\n};\n","var toInteger = require('../internals/to-integer');\n\nvar max = Math.max;\nvar min = Math.min;\n\n// Helper for a popular repeating case of the spec:\n// Let integer be ? ToInteger(index).\n// If integer < 0, let result be max((length + integer), 0); else let result be min(integer, length).\nmodule.exports = function (index, length) {\n var integer = toInteger(index);\n return integer < 0 ? max(integer + length, 0) : min(integer, length);\n};\n","var fails = require('../internals/fails');\n\nvar replacement = /#|\\.prototype\\./;\n\nvar isForced = function (feature, detection) {\n var value = data[normalize(feature)];\n return value == POLYFILL ? true\n : value == NATIVE ? false\n : typeof detection == 'function' ? fails(detection)\n : !!detection;\n};\n\nvar normalize = isForced.normalize = function (string) {\n return String(string).replace(replacement, '.').toLowerCase();\n};\n\nvar data = isForced.data = {};\nvar NATIVE = isForced.NATIVE = 'N';\nvar POLYFILL = isForced.POLYFILL = 'P';\n\nmodule.exports = isForced;\n","'use strict';\nvar DESCRIPTORS = require('../internals/descriptors');\nvar fails = require('../internals/fails');\nvar objectKeys = require('../internals/object-keys');\nvar getOwnPropertySymbolsModule = require('../internals/object-get-own-property-symbols');\nvar propertyIsEnumerableModule = require('../internals/object-property-is-enumerable');\nvar toObject = require('../internals/to-object');\nvar IndexedObject = require('../internals/indexed-object');\n\nvar nativeAssign = Object.assign;\nvar defineProperty = Object.defineProperty;\n\n// `Object.assign` method\n// https://tc39.github.io/ecma262/#sec-object.assign\nmodule.exports = !nativeAssign || fails(function () {\n // should have correct order of operations (Edge bug)\n if (DESCRIPTORS && nativeAssign({ b: 1 }, nativeAssign(defineProperty({}, 'a', {\n enumerable: true,\n get: function () {\n defineProperty(this, 'b', {\n value: 3,\n enumerable: false\n });\n }\n }), { b: 2 })).b !== 1) return true;\n // should work with symbols and should have deterministic property order (V8 bug)\n var A = {};\n var B = {};\n // eslint-disable-next-line no-undef\n var symbol = Symbol();\n var alphabet = 'abcdefghijklmnopqrst';\n A[symbol] = 7;\n alphabet.split('').forEach(function (chr) { B[chr] = chr; });\n return nativeAssign({}, A)[symbol] != 7 || objectKeys(nativeAssign({}, B)).join('') != alphabet;\n}) ? function assign(target, source) { // eslint-disable-line no-unused-vars\n var T = toObject(target);\n var argumentsLength = arguments.length;\n var index = 1;\n var getOwnPropertySymbols = getOwnPropertySymbolsModule.f;\n var propertyIsEnumerable = propertyIsEnumerableModule.f;\n while (argumentsLength > index) {\n var S = IndexedObject(arguments[index++]);\n var keys = getOwnPropertySymbols ? objectKeys(S).concat(getOwnPropertySymbols(S)) : objectKeys(S);\n var length = keys.length;\n var j = 0;\n var key;\n while (length > j) {\n key = keys[j++];\n if (!DESCRIPTORS || propertyIsEnumerable.call(S, key)) T[key] = S[key];\n }\n } return T;\n} : nativeAssign;\n","var internalObjectKeys = require('../internals/object-keys-internal');\nvar enumBugKeys = require('../internals/enum-bug-keys');\n\n// `Object.keys` method\n// https://tc39.github.io/ecma262/#sec-object.keys\nmodule.exports = Object.keys || function keys(O) {\n return internalObjectKeys(O, enumBugKeys);\n};\n","var requireObjectCoercible = require('../internals/require-object-coercible');\n\n// `ToObject` abstract operation\n// https://tc39.github.io/ecma262/#sec-toobject\nmodule.exports = function (argument) {\n return Object(requireObjectCoercible(argument));\n};\n","module.exports = require('./lib/axios');","'use strict';\n\nvar utils = require('./utils');\nvar bind = require('./helpers/bind');\nvar Axios = require('./core/Axios');\nvar mergeConfig = require('./core/mergeConfig');\nvar defaults = require('./defaults');\n\n/**\n * Create an instance of Axios\n *\n * @param {Object} defaultConfig The default config for the instance\n * @return {Axios} A new instance of Axios\n */\nfunction createInstance(defaultConfig) {\n var context = new Axios(defaultConfig);\n var instance = bind(Axios.prototype.request, context);\n\n // Copy axios.prototype to instance\n utils.extend(instance, Axios.prototype, context);\n\n // Copy context to instance\n utils.extend(instance, context);\n\n return instance;\n}\n\n// Create the default instance to be exported\nvar axios = createInstance(defaults);\n\n// Expose Axios class to allow class inheritance\naxios.Axios = Axios;\n\n// Factory for creating new instances\naxios.create = function create(instanceConfig) {\n return createInstance(mergeConfig(axios.defaults, instanceConfig));\n};\n\n// Expose Cancel & CancelToken\naxios.Cancel = require('./cancel/Cancel');\naxios.CancelToken = require('./cancel/CancelToken');\naxios.isCancel = require('./cancel/isCancel');\n\n// Expose all/spread\naxios.all = function all(promises) {\n return Promise.all(promises);\n};\naxios.spread = require('./helpers/spread');\n\nmodule.exports = axios;\n\n// Allow use of default import syntax in TypeScript\nmodule.exports.default = axios;\n","'use strict';\n\nvar utils = require('./../utils');\nvar buildURL = require('../helpers/buildURL');\nvar InterceptorManager = require('./InterceptorManager');\nvar dispatchRequest = require('./dispatchRequest');\nvar mergeConfig = require('./mergeConfig');\n\n/**\n * Create a new instance of Axios\n *\n * @param {Object} instanceConfig The default config for the instance\n */\nfunction Axios(instanceConfig) {\n this.defaults = instanceConfig;\n this.interceptors = {\n request: new InterceptorManager(),\n response: new InterceptorManager()\n };\n}\n\n/**\n * Dispatch a request\n *\n * @param {Object} config The config specific for this request (merged with this.defaults)\n */\nAxios.prototype.request = function request(config) {\n /*eslint no-param-reassign:0*/\n // Allow for axios('example/url'[, config]) a la fetch API\n if (typeof config === 'string') {\n config = arguments[1] || {};\n config.url = arguments[0];\n } else {\n config = config || {};\n }\n\n config = mergeConfig(this.defaults, config);\n\n // Set config.method\n if (config.method) {\n config.method = config.method.toLowerCase();\n } else if (this.defaults.method) {\n config.method = this.defaults.method.toLowerCase();\n } else {\n config.method = 'get';\n }\n\n // Hook up interceptors middleware\n var chain = [dispatchRequest, undefined];\n var promise = Promise.resolve(config);\n\n this.interceptors.request.forEach(function unshiftRequestInterceptors(interceptor) {\n chain.unshift(interceptor.fulfilled, interceptor.rejected);\n });\n\n this.interceptors.response.forEach(function pushResponseInterceptors(interceptor) {\n chain.push(interceptor.fulfilled, interceptor.rejected);\n });\n\n while (chain.length) {\n promise = promise.then(chain.shift(), chain.shift());\n }\n\n return promise;\n};\n\nAxios.prototype.getUri = function getUri(config) {\n config = mergeConfig(this.defaults, config);\n return buildURL(config.url, config.params, config.paramsSerializer).replace(/^\\?/, '');\n};\n\n// Provide aliases for supported request methods\nutils.forEach(['delete', 'get', 'head', 'options'], function forEachMethodNoData(method) {\n /*eslint func-names:0*/\n Axios.prototype[method] = function(url, config) {\n return this.request(utils.merge(config || {}, {\n method: method,\n url: url\n }));\n };\n});\n\nutils.forEach(['post', 'put', 'patch'], function forEachMethodWithData(method) {\n /*eslint func-names:0*/\n Axios.prototype[method] = function(url, data, config) {\n return this.request(utils.merge(config || {}, {\n method: method,\n url: url,\n data: data\n }));\n };\n});\n\nmodule.exports = Axios;\n","'use strict';\n\nvar utils = require('./../utils');\n\nfunction InterceptorManager() {\n this.handlers = [];\n}\n\n/**\n * Add a new interceptor to the stack\n *\n * @param {Function} fulfilled The function to handle `then` for a `Promise`\n * @param {Function} rejected The function to handle `reject` for a `Promise`\n *\n * @return {Number} An ID used to remove interceptor later\n */\nInterceptorManager.prototype.use = function use(fulfilled, rejected) {\n this.handlers.push({\n fulfilled: fulfilled,\n rejected: rejected\n });\n return this.handlers.length - 1;\n};\n\n/**\n * Remove an interceptor from the stack\n *\n * @param {Number} id The ID that was returned by `use`\n */\nInterceptorManager.prototype.eject = function eject(id) {\n if (this.handlers[id]) {\n this.handlers[id] = null;\n }\n};\n\n/**\n * Iterate over all the registered interceptors\n *\n * This method is particularly useful for skipping over any\n * interceptors that may have become `null` calling `eject`.\n *\n * @param {Function} fn The function to call for each interceptor\n */\nInterceptorManager.prototype.forEach = function forEach(fn) {\n utils.forEach(this.handlers, function forEachHandler(h) {\n if (h !== null) {\n fn(h);\n }\n });\n};\n\nmodule.exports = InterceptorManager;\n","'use strict';\n\nvar utils = require('./../utils');\nvar transformData = require('./transformData');\nvar isCancel = require('../cancel/isCancel');\nvar defaults = require('../defaults');\n\n/**\n * Throws a `Cancel` if cancellation has been requested.\n */\nfunction throwIfCancellationRequested(config) {\n if (config.cancelToken) {\n config.cancelToken.throwIfRequested();\n }\n}\n\n/**\n * Dispatch a request to the server using the configured adapter.\n *\n * @param {object} config The config that is to be used for the request\n * @returns {Promise} The Promise to be fulfilled\n */\nmodule.exports = function dispatchRequest(config) {\n throwIfCancellationRequested(config);\n\n // Ensure headers exist\n config.headers = config.headers || {};\n\n // Transform request data\n config.data = transformData(\n config.data,\n config.headers,\n config.transformRequest\n );\n\n // Flatten headers\n config.headers = utils.merge(\n config.headers.common || {},\n config.headers[config.method] || {},\n config.headers\n );\n\n utils.forEach(\n ['delete', 'get', 'head', 'post', 'put', 'patch', 'common'],\n function cleanHeaderConfig(method) {\n delete config.headers[method];\n }\n );\n\n var adapter = config.adapter || defaults.adapter;\n\n return adapter(config).then(function onAdapterResolution(response) {\n throwIfCancellationRequested(config);\n\n // Transform response data\n response.data = transformData(\n response.data,\n response.headers,\n config.transformResponse\n );\n\n return response;\n }, function onAdapterRejection(reason) {\n if (!isCancel(reason)) {\n throwIfCancellationRequested(config);\n\n // Transform response data\n if (reason && reason.response) {\n reason.response.data = transformData(\n reason.response.data,\n reason.response.headers,\n config.transformResponse\n );\n }\n }\n\n return Promise.reject(reason);\n });\n};\n","'use strict';\n\nvar utils = require('./../utils');\n\n/**\n * Transform the data for a request or a response\n *\n * @param {Object|String} data The data to be transformed\n * @param {Array} headers The headers for the request or response\n * @param {Array|Function} fns A single function or Array of functions\n * @returns {*} The resulting transformed data\n */\nmodule.exports = function transformData(data, headers, fns) {\n /*eslint no-param-reassign:0*/\n utils.forEach(fns, function transform(fn) {\n data = fn(data, headers);\n });\n\n return data;\n};\n","'use strict';\n\nvar utils = require('../utils');\n\nmodule.exports = function normalizeHeaderName(headers, normalizedName) {\n utils.forEach(headers, function processHeader(value, name) {\n if (name !== normalizedName && name.toUpperCase() === normalizedName.toUpperCase()) {\n headers[normalizedName] = value;\n delete headers[name];\n }\n });\n};\n","'use strict';\n\nvar createError = require('./createError');\n\n/**\n * Resolve or reject a Promise based on response status.\n *\n * @param {Function} resolve A function that resolves the promise.\n * @param {Function} reject A function that rejects the promise.\n * @param {object} response The response.\n */\nmodule.exports = function settle(resolve, reject, response) {\n var validateStatus = response.config.validateStatus;\n if (!validateStatus || validateStatus(response.status)) {\n resolve(response);\n } else {\n reject(createError(\n 'Request failed with status code ' + response.status,\n response.config,\n null,\n response.request,\n response\n ));\n }\n};\n","'use strict';\n\n/**\n * Update an Error with the specified config, error code, and response.\n *\n * @param {Error} error The error to update.\n * @param {Object} config The config.\n * @param {string} [code] The error code (for example, 'ECONNABORTED').\n * @param {Object} [request] The request.\n * @param {Object} [response] The response.\n * @returns {Error} The error.\n */\nmodule.exports = function enhanceError(error, config, code, request, response) {\n error.config = config;\n if (code) {\n error.code = code;\n }\n\n error.request = request;\n error.response = response;\n error.isAxiosError = true;\n\n error.toJSON = function() {\n return {\n // Standard\n message: this.message,\n name: this.name,\n // Microsoft\n description: this.description,\n number: this.number,\n // Mozilla\n fileName: this.fileName,\n lineNumber: this.lineNumber,\n columnNumber: this.columnNumber,\n stack: this.stack,\n // Axios\n config: this.config,\n code: this.code\n };\n };\n return error;\n};\n","'use strict';\n\nvar isAbsoluteURL = require('../helpers/isAbsoluteURL');\nvar combineURLs = require('../helpers/combineURLs');\n\n/**\n * Creates a new URL by combining the baseURL with the requestedURL,\n * only when the requestedURL is not already an absolute URL.\n * If the requestURL is absolute, this function returns the requestedURL untouched.\n *\n * @param {string} baseURL The base URL\n * @param {string} requestedURL Absolute or relative URL to combine\n * @returns {string} The combined full path\n */\nmodule.exports = function buildFullPath(baseURL, requestedURL) {\n if (baseURL && !isAbsoluteURL(requestedURL)) {\n return combineURLs(baseURL, requestedURL);\n }\n return requestedURL;\n};\n","'use strict';\n\n/**\n * Determines whether the specified URL is absolute\n *\n * @param {string} url The URL to test\n * @returns {boolean} True if the specified URL is absolute, otherwise false\n */\nmodule.exports = function isAbsoluteURL(url) {\n // A URL is considered absolute if it begins with \"<scheme>://\" or \"//\" (protocol-relative URL).\n // RFC 3986 defines scheme name as a sequence of characters beginning with a letter and followed\n // by any combination of letters, digits, plus, period, or hyphen.\n return /^([a-z][a-z\\d\\+\\-\\.]*:)?\\/\\//i.test(url);\n};\n","'use strict';\n\n/**\n * Creates a new URL by combining the specified URLs\n *\n * @param {string} baseURL The base URL\n * @param {string} relativeURL The relative URL\n * @returns {string} The combined URL\n */\nmodule.exports = function combineURLs(baseURL, relativeURL) {\n return relativeURL\n ? baseURL.replace(/\\/+$/, '') + '/' + relativeURL.replace(/^\\/+/, '')\n : baseURL;\n};\n","'use strict';\n\nvar utils = require('./../utils');\n\n// Headers whose duplicates are ignored by node\n// c.f. https://nodejs.org/api/http.html#http_message_headers\nvar ignoreDuplicateOf = [\n 'age', 'authorization', 'content-length', 'content-type', 'etag',\n 'expires', 'from', 'host', 'if-modified-since', 'if-unmodified-since',\n 'last-modified', 'location', 'max-forwards', 'proxy-authorization',\n 'referer', 'retry-after', 'user-agent'\n];\n\n/**\n * Parse headers into an object\n *\n * ```\n * Date: Wed, 27 Aug 2014 08:58:49 GMT\n * Content-Type: application/json\n * Connection: keep-alive\n * Transfer-Encoding: chunked\n * ```\n *\n * @param {String} headers Headers needing to be parsed\n * @returns {Object} Headers parsed into an object\n */\nmodule.exports = function parseHeaders(headers) {\n var parsed = {};\n var key;\n var val;\n var i;\n\n if (!headers) { return parsed; }\n\n utils.forEach(headers.split('\\n'), function parser(line) {\n i = line.indexOf(':');\n key = utils.trim(line.substr(0, i)).toLowerCase();\n val = utils.trim(line.substr(i + 1));\n\n if (key) {\n if (parsed[key] && ignoreDuplicateOf.indexOf(key) >= 0) {\n return;\n }\n if (key === 'set-cookie') {\n parsed[key] = (parsed[key] ? parsed[key] : []).concat([val]);\n } else {\n parsed[key] = parsed[key] ? parsed[key] + ', ' + val : val;\n }\n }\n });\n\n return parsed;\n};\n","'use strict';\n\nvar utils = require('./../utils');\n\nmodule.exports = (\n utils.isStandardBrowserEnv() ?\n\n // Standard browser envs have full support of the APIs needed to test\n // whether the request URL is of the same origin as current location.\n (function standardBrowserEnv() {\n var msie = /(msie|trident)/i.test(navigator.userAgent);\n var urlParsingNode = document.createElement('a');\n var originURL;\n\n /**\n * Parse a URL to discover it's components\n *\n * @param {String} url The URL to be parsed\n * @returns {Object}\n */\n function resolveURL(url) {\n var href = url;\n\n if (msie) {\n // IE needs attribute set twice to normalize properties\n urlParsingNode.setAttribute('href', href);\n href = urlParsingNode.href;\n }\n\n urlParsingNode.setAttribute('href', href);\n\n // urlParsingNode provides the UrlUtils interface - http://url.spec.whatwg.org/#urlutils\n return {\n href: urlParsingNode.href,\n protocol: urlParsingNode.protocol ? urlParsingNode.protocol.replace(/:$/, '') : '',\n host: urlParsingNode.host,\n search: urlParsingNode.search ? urlParsingNode.search.replace(/^\\?/, '') : '',\n hash: urlParsingNode.hash ? urlParsingNode.hash.replace(/^#/, '') : '',\n hostname: urlParsingNode.hostname,\n port: urlParsingNode.port,\n pathname: (urlParsingNode.pathname.charAt(0) === '/') ?\n urlParsingNode.pathname :\n '/' + urlParsingNode.pathname\n };\n }\n\n originURL = resolveURL(window.location.href);\n\n /**\n * Determine if a URL shares the same origin as the current location\n *\n * @param {String} requestURL The URL to test\n * @returns {boolean} True if URL shares the same origin, otherwise false\n */\n return function isURLSameOrigin(requestURL) {\n var parsed = (utils.isString(requestURL)) ? resolveURL(requestURL) : requestURL;\n return (parsed.protocol === originURL.protocol &&\n parsed.host === originURL.host);\n };\n })() :\n\n // Non standard browser envs (web workers, react-native) lack needed support.\n (function nonStandardBrowserEnv() {\n return function isURLSameOrigin() {\n return true;\n };\n })()\n);\n","'use strict';\n\nvar utils = require('./../utils');\n\nmodule.exports = (\n utils.isStandardBrowserEnv() ?\n\n // Standard browser envs support document.cookie\n (function standardBrowserEnv() {\n return {\n write: function write(name, value, expires, path, domain, secure) {\n var cookie = [];\n cookie.push(name + '=' + encodeURIComponent(value));\n\n if (utils.isNumber(expires)) {\n cookie.push('expires=' + new Date(expires).toGMTString());\n }\n\n if (utils.isString(path)) {\n cookie.push('path=' + path);\n }\n\n if (utils.isString(domain)) {\n cookie.push('domain=' + domain);\n }\n\n if (secure === true) {\n cookie.push('secure');\n }\n\n document.cookie = cookie.join('; ');\n },\n\n read: function read(name) {\n var match = document.cookie.match(new RegExp('(^|;\\\\s*)(' + name + ')=([^;]*)'));\n return (match ? decodeURIComponent(match[3]) : null);\n },\n\n remove: function remove(name) {\n this.write(name, '', Date.now() - 86400000);\n }\n };\n })() :\n\n // Non standard browser env (web workers, react-native) lack needed support.\n (function nonStandardBrowserEnv() {\n return {\n write: function write() {},\n read: function read() { return null; },\n remove: function remove() {}\n };\n })()\n);\n","'use strict';\n\nvar Cancel = require('./Cancel');\n\n/**\n * A `CancelToken` is an object that can be used to request cancellation of an operation.\n *\n * @class\n * @param {Function} executor The executor function.\n */\nfunction CancelToken(executor) {\n if (typeof executor !== 'function') {\n throw new TypeError('executor must be a function.');\n }\n\n var resolvePromise;\n this.promise = new Promise(function promiseExecutor(resolve) {\n resolvePromise = resolve;\n });\n\n var token = this;\n executor(function cancel(message) {\n if (token.reason) {\n // Cancellation has already been requested\n return;\n }\n\n token.reason = new Cancel(message);\n resolvePromise(token.reason);\n });\n}\n\n/**\n * Throws a `Cancel` if cancellation has been requested.\n */\nCancelToken.prototype.throwIfRequested = function throwIfRequested() {\n if (this.reason) {\n throw this.reason;\n }\n};\n\n/**\n * Returns an object that contains a new `CancelToken` and a function that, when called,\n * cancels the `CancelToken`.\n */\nCancelToken.source = function source() {\n var cancel;\n var token = new CancelToken(function executor(c) {\n cancel = c;\n });\n return {\n token: token,\n cancel: cancel\n };\n};\n\nmodule.exports = CancelToken;\n","'use strict';\n\n/**\n * Syntactic sugar for invoking a function and expanding an array for arguments.\n *\n * Common use case would be to use `Function.prototype.apply`.\n *\n * ```js\n * function f(x, y, z) {}\n * var args = [1, 2, 3];\n * f.apply(null, args);\n * ```\n *\n * With `spread` this example can be re-written.\n *\n * ```js\n * spread(function(x, y, z) {})([1, 2, 3]);\n * ```\n *\n * @param {Function} callback\n * @returns {Function}\n */\nmodule.exports = function spread(callback) {\n return function wrap(arr) {\n return callback.apply(null, arr);\n };\n};\n","\"use strict\";\n\nrequire(\"core-js/modules/es.array.for-each\");\n\nObject.defineProperty(exports, \"__esModule\", {\n value: true\n});\nexports.getRequestToken = getRequestToken;\nexports.onRequestTokenUpdate = onRequestTokenUpdate;\n\nvar _eventBus = require(\"@nextcloud/event-bus\");\n\nvar tokenElement = document.getElementsByTagName('head')[0];\nvar token = tokenElement ? tokenElement.getAttribute('data-requesttoken') : null;\nvar observers = [];\n\nfunction getRequestToken() {\n return token;\n}\n\nfunction onRequestTokenUpdate(observer) {\n observers.push(observer);\n} // Listen to server event and keep token in sync\n\n\n(0, _eventBus.subscribe)('csrf-token-update', function (e) {\n token = e.token;\n observers.forEach(function (observer) {\n try {\n observer(e.token);\n } catch (e) {\n console.error('error updating CSRF token observer', e);\n }\n });\n});\n//# sourceMappingURL=requesttoken.js.map","'use strict';\nvar $ = require('../internals/export');\nvar forEach = require('../internals/array-for-each');\n\n// `Array.prototype.forEach` method\n// https://tc39.github.io/ecma262/#sec-array.prototype.foreach\n$({ target: 'Array', proto: true, forced: [].forEach != forEach }, {\n forEach: forEach\n});\n","var global = require('../internals/global');\nvar getOwnPropertyDescriptor = require('../internals/object-get-own-property-descriptor').f;\nvar createNonEnumerableProperty = require('../internals/create-non-enumerable-property');\nvar redefine = require('../internals/redefine');\nvar setGlobal = require('../internals/set-global');\nvar copyConstructorProperties = require('../internals/copy-constructor-properties');\nvar isForced = require('../internals/is-forced');\n\n/*\n options.target - name of the target object\n options.global - target is the global object\n options.stat - export as static methods of target\n options.proto - export as prototype methods of target\n options.real - real prototype method for the `pure` version\n options.forced - export even if the native feature is available\n options.bind - bind methods to the target, required for the `pure` version\n options.wrap - wrap constructors to preventing global pollution, required for the `pure` version\n options.unsafe - use the simple assignment of property instead of delete + defineProperty\n options.sham - add a flag to not completely full polyfills\n options.enumerable - export as enumerable property\n options.noTargetGet - prevent calling a getter on target\n*/\nmodule.exports = function (options, source) {\n var TARGET = options.target;\n var GLOBAL = options.global;\n var STATIC = options.stat;\n var FORCED, target, key, targetProperty, sourceProperty, descriptor;\n if (GLOBAL) {\n target = global;\n } else if (STATIC) {\n target = global[TARGET] || setGlobal(TARGET, {});\n } else {\n target = (global[TARGET] || {}).prototype;\n }\n if (target) for (key in source) {\n sourceProperty = source[key];\n if (options.noTargetGet) {\n descriptor = getOwnPropertyDescriptor(target, key);\n targetProperty = descriptor && descriptor.value;\n } else targetProperty = target[key];\n FORCED = isForced(GLOBAL ? key : TARGET + (STATIC ? '.' : '#') + key, options.forced);\n // contained in target\n if (!FORCED && targetProperty !== undefined) {\n if (typeof sourceProperty === typeof targetProperty) continue;\n copyConstructorProperties(sourceProperty, targetProperty);\n }\n // add a flag to not completely full polyfills\n if (options.sham || (targetProperty && targetProperty.sham)) {\n createNonEnumerableProperty(sourceProperty, 'sham', true);\n }\n // extend global\n redefine(target, key, sourceProperty, options);\n }\n};\n","'use strict';\nvar nativePropertyIsEnumerable = {}.propertyIsEnumerable;\nvar getOwnPropertyDescriptor = Object.getOwnPropertyDescriptor;\n\n// Nashorn ~ JDK8 bug\nvar NASHORN_BUG = getOwnPropertyDescriptor && !nativePropertyIsEnumerable.call({ 1: 2 }, 1);\n\n// `Object.prototype.propertyIsEnumerable` method implementation\n// https://tc39.github.io/ecma262/#sec-object.prototype.propertyisenumerable\nexports.f = NASHORN_BUG ? function propertyIsEnumerable(V) {\n var descriptor = getOwnPropertyDescriptor(this, V);\n return !!descriptor && descriptor.enumerable;\n} : nativePropertyIsEnumerable;\n","var global = require('../internals/global');\nvar isObject = require('../internals/is-object');\n\nvar document = global.document;\n// typeof document.createElement is 'object' in old IE\nvar EXISTS = isObject(document) && isObject(document.createElement);\n\nmodule.exports = function (it) {\n return EXISTS ? document.createElement(it) : {};\n};\n","var global = require('../internals/global');\nvar createNonEnumerableProperty = require('../internals/create-non-enumerable-property');\nvar has = require('../internals/has');\nvar setGlobal = require('../internals/set-global');\nvar inspectSource = require('../internals/inspect-source');\nvar InternalStateModule = require('../internals/internal-state');\n\nvar getInternalState = InternalStateModule.get;\nvar enforceInternalState = InternalStateModule.enforce;\nvar TEMPLATE = String(String).split('String');\n\n(module.exports = function (O, key, value, options) {\n var unsafe = options ? !!options.unsafe : false;\n var simple = options ? !!options.enumerable : false;\n var noTargetGet = options ? !!options.noTargetGet : false;\n if (typeof value == 'function') {\n if (typeof key == 'string' && !has(value, 'name')) createNonEnumerableProperty(value, 'name', key);\n enforceInternalState(value).source = TEMPLATE.join(typeof key == 'string' ? key : '');\n }\n if (O === global) {\n if (simple) O[key] = value;\n else setGlobal(key, value);\n return;\n } else if (!unsafe) {\n delete O[key];\n } else if (!noTargetGet && O[key]) {\n simple = true;\n }\n if (simple) O[key] = value;\n else createNonEnumerableProperty(O, key, value);\n// add fake Function#toString for correct work wrapped methods / constructors with methods like LoDash isNative\n})(Function.prototype, 'toString', function toString() {\n return typeof this == 'function' && getInternalState(this).source || inspectSource(this);\n});\n","var NATIVE_WEAK_MAP = require('../internals/native-weak-map');\nvar global = require('../internals/global');\nvar isObject = require('../internals/is-object');\nvar createNonEnumerableProperty = require('../internals/create-non-enumerable-property');\nvar objectHas = require('../internals/has');\nvar sharedKey = require('../internals/shared-key');\nvar hiddenKeys = require('../internals/hidden-keys');\n\nvar WeakMap = global.WeakMap;\nvar set, get, has;\n\nvar enforce = function (it) {\n return has(it) ? get(it) : set(it, {});\n};\n\nvar getterFor = function (TYPE) {\n return function (it) {\n var state;\n if (!isObject(it) || (state = get(it)).type !== TYPE) {\n throw TypeError('Incompatible receiver, ' + TYPE + ' required');\n } return state;\n };\n};\n\nif (NATIVE_WEAK_MAP) {\n var store = new WeakMap();\n var wmget = store.get;\n var wmhas = store.has;\n var wmset = store.set;\n set = function (it, metadata) {\n wmset.call(store, it, metadata);\n return metadata;\n };\n get = function (it) {\n return wmget.call(store, it) || {};\n };\n has = function (it) {\n return wmhas.call(store, it);\n };\n} else {\n var STATE = sharedKey('state');\n hiddenKeys[STATE] = true;\n set = function (it, metadata) {\n createNonEnumerableProperty(it, STATE, metadata);\n return metadata;\n };\n get = function (it) {\n return objectHas(it, STATE) ? it[STATE] : {};\n };\n has = function (it) {\n return objectHas(it, STATE);\n };\n}\n\nmodule.exports = {\n set: set,\n get: get,\n has: has,\n enforce: enforce,\n getterFor: getterFor\n};\n","var global = require('../internals/global');\nvar inspectSource = require('../internals/inspect-source');\n\nvar WeakMap = global.WeakMap;\n\nmodule.exports = typeof WeakMap === 'function' && /native code/.test(inspectSource(WeakMap));\n","var shared = require('../internals/shared');\nvar uid = require('../internals/uid');\n\nvar keys = shared('keys');\n\nmodule.exports = function (key) {\n return keys[key] || (keys[key] = uid(key));\n};\n","module.exports = false;\n","var has = require('../internals/has');\nvar ownKeys = require('../internals/own-keys');\nvar getOwnPropertyDescriptorModule = require('../internals/object-get-own-property-descriptor');\nvar definePropertyModule = require('../internals/object-define-property');\n\nmodule.exports = function (target, source) {\n var keys = ownKeys(source);\n var defineProperty = definePropertyModule.f;\n var getOwnPropertyDescriptor = getOwnPropertyDescriptorModule.f;\n for (var i = 0; i < keys.length; i++) {\n var key = keys[i];\n if (!has(target, key)) defineProperty(target, key, getOwnPropertyDescriptor(source, key));\n }\n};\n","var getBuiltIn = require('../internals/get-built-in');\nvar getOwnPropertyNamesModule = require('../internals/object-get-own-property-names');\nvar getOwnPropertySymbolsModule = require('../internals/object-get-own-property-symbols');\nvar anObject = require('../internals/an-object');\n\n// all object keys, includes non-enumerable and symbols\nmodule.exports = getBuiltIn('Reflect', 'ownKeys') || function ownKeys(it) {\n var keys = getOwnPropertyNamesModule.f(anObject(it));\n var getOwnPropertySymbols = getOwnPropertySymbolsModule.f;\n return getOwnPropertySymbols ? keys.concat(getOwnPropertySymbols(it)) : keys;\n};\n","var path = require('../internals/path');\nvar global = require('../internals/global');\n\nvar aFunction = function (variable) {\n return typeof variable == 'function' ? variable : undefined;\n};\n\nmodule.exports = function (namespace, method) {\n return arguments.length < 2 ? aFunction(path[namespace]) || aFunction(global[namespace])\n : path[namespace] && path[namespace][method] || global[namespace] && global[namespace][method];\n};\n","var global = require('../internals/global');\n\nmodule.exports = global;\n","var internalObjectKeys = require('../internals/object-keys-internal');\nvar enumBugKeys = require('../internals/enum-bug-keys');\n\nvar hiddenKeys = enumBugKeys.concat('length', 'prototype');\n\n// `Object.getOwnPropertyNames` method\n// https://tc39.github.io/ecma262/#sec-object.getownpropertynames\nexports.f = Object.getOwnPropertyNames || function getOwnPropertyNames(O) {\n return internalObjectKeys(O, hiddenKeys);\n};\n","var has = require('../internals/has');\nvar toIndexedObject = require('../internals/to-indexed-object');\nvar indexOf = require('../internals/array-includes').indexOf;\nvar hiddenKeys = require('../internals/hidden-keys');\n\nmodule.exports = function (object, names) {\n var O = toIndexedObject(object);\n var i = 0;\n var result = [];\n var key;\n for (key in O) !has(hiddenKeys, key) && has(O, key) && result.push(key);\n // Don't enum bug & hidden keys\n while (names.length > i) if (has(O, key = names[i++])) {\n ~indexOf(result, key) || result.push(key);\n }\n return result;\n};\n","var toIndexedObject = require('../internals/to-indexed-object');\nvar toLength = require('../internals/to-length');\nvar toAbsoluteIndex = require('../internals/to-absolute-index');\n\n// `Array.prototype.{ indexOf, includes }` methods implementation\nvar createMethod = function (IS_INCLUDES) {\n return function ($this, el, fromIndex) {\n var O = toIndexedObject($this);\n var length = toLength(O.length);\n var index = toAbsoluteIndex(fromIndex, length);\n var value;\n // Array#includes uses SameValueZero equality algorithm\n // eslint-disable-next-line no-self-compare\n if (IS_INCLUDES && el != el) while (length > index) {\n value = O[index++];\n // eslint-disable-next-line no-self-compare\n if (value != value) return true;\n // Array#indexOf ignores holes, Array#includes - not\n } else for (;length > index; index++) {\n if ((IS_INCLUDES || index in O) && O[index] === el) return IS_INCLUDES || index || 0;\n } return !IS_INCLUDES && -1;\n };\n};\n\nmodule.exports = {\n // `Array.prototype.includes` method\n // https://tc39.github.io/ecma262/#sec-array.prototype.includes\n includes: createMethod(true),\n // `Array.prototype.indexOf` method\n // https://tc39.github.io/ecma262/#sec-array.prototype.indexof\n indexOf: createMethod(false)\n};\n","var toInteger = require('../internals/to-integer');\n\nvar max = Math.max;\nvar min = Math.min;\n\n// Helper for a popular repeating case of the spec:\n// Let integer be ? ToInteger(index).\n// If integer < 0, let result be max((length + integer), 0); else let result be min(integer, length).\nmodule.exports = function (index, length) {\n var integer = toInteger(index);\n return integer < 0 ? max(integer + length, 0) : min(integer, length);\n};\n","// IE8- don't enum bug keys\nmodule.exports = [\n 'constructor',\n 'hasOwnProperty',\n 'isPrototypeOf',\n 'propertyIsEnumerable',\n 'toLocaleString',\n 'toString',\n 'valueOf'\n];\n","exports.f = Object.getOwnPropertySymbols;\n","var fails = require('../internals/fails');\n\nvar replacement = /#|\\.prototype\\./;\n\nvar isForced = function (feature, detection) {\n var value = data[normalize(feature)];\n return value == POLYFILL ? true\n : value == NATIVE ? false\n : typeof detection == 'function' ? fails(detection)\n : !!detection;\n};\n\nvar normalize = isForced.normalize = function (string) {\n return String(string).replace(replacement, '.').toLowerCase();\n};\n\nvar data = isForced.data = {};\nvar NATIVE = isForced.NATIVE = 'N';\nvar POLYFILL = isForced.POLYFILL = 'P';\n\nmodule.exports = isForced;\n","'use strict';\nvar $forEach = require('../internals/array-iteration').forEach;\nvar arrayMethodIsStrict = require('../internals/array-method-is-strict');\nvar arrayMethodUsesToLength = require('../internals/array-method-uses-to-length');\n\nvar STRICT_METHOD = arrayMethodIsStrict('forEach');\nvar USES_TO_LENGTH = arrayMethodUsesToLength('forEach');\n\n// `Array.prototype.forEach` method implementation\n// https://tc39.github.io/ecma262/#sec-array.prototype.foreach\nmodule.exports = (!STRICT_METHOD || !USES_TO_LENGTH) ? function forEach(callbackfn /* , thisArg */) {\n return $forEach(this, callbackfn, arguments.length > 1 ? arguments[1] : undefined);\n} : [].forEach;\n","var bind = require('../internals/function-bind-context');\nvar IndexedObject = require('../internals/indexed-object');\nvar toObject = require('../internals/to-object');\nvar toLength = require('../internals/to-length');\nvar arraySpeciesCreate = require('../internals/array-species-create');\n\nvar push = [].push;\n\n// `Array.prototype.{ forEach, map, filter, some, every, find, findIndex }` methods implementation\nvar createMethod = function (TYPE) {\n var IS_MAP = TYPE == 1;\n var IS_FILTER = TYPE == 2;\n var IS_SOME = TYPE == 3;\n var IS_EVERY = TYPE == 4;\n var IS_FIND_INDEX = TYPE == 6;\n var NO_HOLES = TYPE == 5 || IS_FIND_INDEX;\n return function ($this, callbackfn, that, specificCreate) {\n var O = toObject($this);\n var self = IndexedObject(O);\n var boundFunction = bind(callbackfn, that, 3);\n var length = toLength(self.length);\n var index = 0;\n var create = specificCreate || arraySpeciesCreate;\n var target = IS_MAP ? create($this, length) : IS_FILTER ? create($this, 0) : undefined;\n var value, result;\n for (;length > index; index++) if (NO_HOLES || index in self) {\n value = self[index];\n result = boundFunction(value, index, O);\n if (TYPE) {\n if (IS_MAP) target[index] = result; // map\n else if (result) switch (TYPE) {\n case 3: return true; // some\n case 5: return value; // find\n case 6: return index; // findIndex\n case 2: push.call(target, value); // filter\n } else if (IS_EVERY) return false; // every\n }\n }\n return IS_FIND_INDEX ? -1 : IS_SOME || IS_EVERY ? IS_EVERY : target;\n };\n};\n\nmodule.exports = {\n // `Array.prototype.forEach` method\n // https://tc39.github.io/ecma262/#sec-array.prototype.foreach\n forEach: createMethod(0),\n // `Array.prototype.map` method\n // https://tc39.github.io/ecma262/#sec-array.prototype.map\n map: createMethod(1),\n // `Array.prototype.filter` method\n // https://tc39.github.io/ecma262/#sec-array.prototype.filter\n filter: createMethod(2),\n // `Array.prototype.some` method\n // https://tc39.github.io/ecma262/#sec-array.prototype.some\n some: createMethod(3),\n // `Array.prototype.every` method\n // https://tc39.github.io/ecma262/#sec-array.prototype.every\n every: createMethod(4),\n // `Array.prototype.find` method\n // https://tc39.github.io/ecma262/#sec-array.prototype.find\n find: createMethod(5),\n // `Array.prototype.findIndex` method\n // https://tc39.github.io/ecma262/#sec-array.prototype.findIndex\n findIndex: createMethod(6)\n};\n","var aFunction = require('../internals/a-function');\n\n// optional / simple context binding\nmodule.exports = function (fn, that, length) {\n aFunction(fn);\n if (that === undefined) return fn;\n switch (length) {\n case 0: return function () {\n return fn.call(that);\n };\n case 1: return function (a) {\n return fn.call(that, a);\n };\n case 2: return function (a, b) {\n return fn.call(that, a, b);\n };\n case 3: return function (a, b, c) {\n return fn.call(that, a, b, c);\n };\n }\n return function (/* ...args */) {\n return fn.apply(that, arguments);\n };\n};\n","module.exports = function (it) {\n if (typeof it != 'function') {\n throw TypeError(String(it) + ' is not a function');\n } return it;\n};\n","var requireObjectCoercible = require('../internals/require-object-coercible');\n\n// `ToObject` abstract operation\n// https://tc39.github.io/ecma262/#sec-toobject\nmodule.exports = function (argument) {\n return Object(requireObjectCoercible(argument));\n};\n","var isObject = require('../internals/is-object');\nvar isArray = require('../internals/is-array');\nvar wellKnownSymbol = require('../internals/well-known-symbol');\n\nvar SPECIES = wellKnownSymbol('species');\n\n// `ArraySpeciesCreate` abstract operation\n// https://tc39.github.io/ecma262/#sec-arrayspeciescreate\nmodule.exports = function (originalArray, length) {\n var C;\n if (isArray(originalArray)) {\n C = originalArray.constructor;\n // cross-realm fallback\n if (typeof C == 'function' && (C === Array || isArray(C.prototype))) C = undefined;\n else if (isObject(C)) {\n C = C[SPECIES];\n if (C === null) C = undefined;\n }\n } return new (C === undefined ? Array : C)(length === 0 ? 0 : length);\n};\n","var classof = require('../internals/classof-raw');\n\n// `IsArray` abstract operation\n// https://tc39.github.io/ecma262/#sec-isarray\nmodule.exports = Array.isArray || function isArray(arg) {\n return classof(arg) == 'Array';\n};\n","var global = require('../internals/global');\nvar shared = require('../internals/shared');\nvar has = require('../internals/has');\nvar uid = require('../internals/uid');\nvar NATIVE_SYMBOL = require('../internals/native-symbol');\nvar USE_SYMBOL_AS_UID = require('../internals/use-symbol-as-uid');\n\nvar WellKnownSymbolsStore = shared('wks');\nvar Symbol = global.Symbol;\nvar createWellKnownSymbol = USE_SYMBOL_AS_UID ? Symbol : Symbol && Symbol.withoutSetter || uid;\n\nmodule.exports = function (name) {\n if (!has(WellKnownSymbolsStore, name)) {\n if (NATIVE_SYMBOL && has(Symbol, name)) WellKnownSymbolsStore[name] = Symbol[name];\n else WellKnownSymbolsStore[name] = createWellKnownSymbol('Symbol.' + name);\n } return WellKnownSymbolsStore[name];\n};\n","var NATIVE_SYMBOL = require('../internals/native-symbol');\n\nmodule.exports = NATIVE_SYMBOL\n // eslint-disable-next-line no-undef\n && !Symbol.sham\n // eslint-disable-next-line no-undef\n && typeof Symbol.iterator == 'symbol';\n","'use strict';\nvar fails = require('../internals/fails');\n\nmodule.exports = function (METHOD_NAME, argument) {\n var method = [][METHOD_NAME];\n return !!method && fails(function () {\n // eslint-disable-next-line no-useless-call,no-throw-literal\n method.call(null, argument || function () { throw 1; }, 1);\n });\n};\n","var DESCRIPTORS = require('../internals/descriptors');\nvar fails = require('../internals/fails');\nvar has = require('../internals/has');\n\nvar defineProperty = Object.defineProperty;\nvar cache = {};\n\nvar thrower = function (it) { throw it; };\n\nmodule.exports = function (METHOD_NAME, options) {\n if (has(cache, METHOD_NAME)) return cache[METHOD_NAME];\n if (!options) options = {};\n var method = [][METHOD_NAME];\n var ACCESSORS = has(options, 'ACCESSORS') ? options.ACCESSORS : false;\n var argument0 = has(options, 0) ? options[0] : thrower;\n var argument1 = has(options, 1) ? options[1] : undefined;\n\n return cache[METHOD_NAME] = !!method && !fails(function () {\n if (ACCESSORS && !DESCRIPTORS) return true;\n var O = { length: -1 };\n\n if (ACCESSORS) defineProperty(O, 1, { enumerable: true, get: thrower });\n else O[1] = 1;\n\n method.call(O, argument0, argument1);\n });\n};\n","\"use strict\";\n\nObject.defineProperty(exports, \"__esModule\", {\n value: true\n});\nexports.getCurrentUser = getCurrentUser;\nvar uidElement = document.getElementsByTagName('head')[0];\nvar uid = uidElement ? uidElement.getAttribute('data-user') : null;\nvar displayNameElement = document.getElementsByTagName('head')[0];\nvar displayName = displayNameElement ? displayNameElement.getAttribute('data-user-displayname') : null;\n\nfunction getCurrentUser() {\n if (uid === null) {\n return null;\n }\n\n return {\n uid: uid,\n displayName: displayName\n };\n}\n//# sourceMappingURL=user.js.map","/*\n * @copyright 2019 Christoph Wurst <christoph@winzerhof-wurst.at>\n *\n * @author 2019 Christoph Wurst <christoph@winzerhof-wurst.at>\n *\n * @license GNU AGPL version 3 or any later version\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see <http://www.gnu.org/licenses/>.\n */\n\nimport Axios from '@nextcloud/axios'\n\nimport OC from './OC/index'\n\nconst url = `${OC.getRootPath()}/status.php`\n\nconst check = () => {\n\tconsole.info('checking the Nextcloud maintenance status')\n\tAxios.get(url)\n\t\t.then(resp => resp.data)\n\t\t.then(status => {\n\t\t\tif (status.maintenance === false) {\n\t\t\t\tconsole.info('Nextcloud is not in maintenance mode anymore -> reloading')\n\n\t\t\t\twindow.location.reload()\n\t\t\t\treturn\n\t\t\t}\n\n\t\t\tconsole.info('Nextcloud is still in maintenance mode')\n\n\t\t\t// Wait 20sec before the next request\n\t\t\tsetTimeout(check, 20 * 1000)\n\t\t})\n\t\t.catch(console.error.bind(this))\n}\n\n// Off we go!\ncheck()\n"],"sourceRoot":""} \ No newline at end of file
+{"version":3,"sources":["webpack:///webpack/bootstrap","webpack:///./node_modules/core-js/internals/is-object.js","webpack:///./node_modules/core-js/internals/document-create-element.js","webpack:///./node_modules/core-js/internals/own-keys.js","webpack:///./node_modules/core-js/internals/path.js","webpack:///./node_modules/core-js/modules/es.object.to-string.js","webpack:///./node_modules/core-js/internals/descriptors.js","webpack:///./node_modules/core-js/internals/copy-constructor-properties.js","webpack:///./node_modules/core-js/internals/use-symbol-as-uid.js","webpack:///./node_modules/@nextcloud/router/dist/index.js","webpack:///./node_modules/core-js/internals/native-weak-map.js","webpack:///./node_modules/core-js/internals/get-substitution.js","webpack:///./node_modules/core-js/modules/es.regexp.to-string.js","webpack:///./node_modules/core-js/internals/object-assign.js","webpack:///./node_modules/core-js/internals/has.js","webpack:///./node_modules/@nextcloud/axios/node_modules/axios/lib/helpers/bind.js","webpack:///./node_modules/core-js/internals/to-object.js","webpack:///./node_modules/@nextcloud/axios/node_modules/axios/lib/helpers/buildURL.js","webpack:///./node_modules/@nextcloud/axios/node_modules/axios/lib/cancel/isCancel.js","webpack:///./node_modules/@nextcloud/axios/node_modules/axios/lib/defaults.js","webpack:///./node_modules/@nextcloud/axios/node_modules/axios/lib/adapters/xhr.js","webpack:///./node_modules/@nextcloud/axios/node_modules/axios/lib/core/createError.js","webpack:///./node_modules/@nextcloud/axios/node_modules/axios/lib/core/mergeConfig.js","webpack:///./node_modules/@nextcloud/axios/node_modules/axios/lib/cancel/Cancel.js","webpack:///./node_modules/core-js/internals/array-for-each.js","webpack:///./node_modules/core-js/internals/to-length.js","webpack:///./node_modules/core-js/modules/es.array.index-of.js","webpack:///./node_modules/@nextcloud/axios/node_modules/axios/lib/utils.js","webpack:///./node_modules/core-js/modules/es.array.for-each.js","webpack:///./node_modules/core-js/internals/object-to-string.js","webpack:///(webpack)/buildin/global.js","webpack:///./node_modules/@nextcloud/auth/dist/requesttoken.js","webpack:///./node_modules/@nextcloud/auth/dist/user.js","webpack:///./node_modules/core-js/internals/create-non-enumerable-property.js","webpack:///./node_modules/core-js/internals/object-define-property.js","webpack:///./node_modules/core-js/internals/require-object-coercible.js","webpack:///./node_modules/@nextcloud/axios/node_modules/axios/index.js","webpack:///./node_modules/@nextcloud/axios/node_modules/axios/lib/axios.js","webpack:///./node_modules/@nextcloud/axios/node_modules/axios/lib/core/Axios.js","webpack:///./node_modules/core-js/internals/redefine.js","webpack:///./node_modules/@nextcloud/axios/node_modules/axios/lib/core/InterceptorManager.js","webpack:///./node_modules/@nextcloud/axios/node_modules/axios/lib/core/dispatchRequest.js","webpack:///./node_modules/@nextcloud/axios/node_modules/axios/lib/core/transformData.js","webpack:///./node_modules/@nextcloud/axios/node_modules/axios/lib/helpers/normalizeHeaderName.js","webpack:///./node_modules/@nextcloud/axios/node_modules/axios/lib/core/settle.js","webpack:///./node_modules/@nextcloud/axios/node_modules/axios/lib/core/enhanceError.js","webpack:///./node_modules/@nextcloud/axios/node_modules/axios/lib/helpers/cookies.js","webpack:///./node_modules/@nextcloud/axios/node_modules/axios/lib/core/buildFullPath.js","webpack:///./node_modules/@nextcloud/axios/node_modules/axios/lib/helpers/isAbsoluteURL.js","webpack:///./node_modules/@nextcloud/axios/node_modules/axios/lib/helpers/combineURLs.js","webpack:///./node_modules/core-js/internals/to-indexed-object.js","webpack:///./node_modules/@nextcloud/axios/node_modules/axios/lib/helpers/parseHeaders.js","webpack:///./node_modules/@nextcloud/axios/node_modules/axios/lib/helpers/isURLSameOrigin.js","webpack:///./node_modules/@nextcloud/axios/node_modules/axios/lib/cancel/CancelToken.js","webpack:///./node_modules/@nextcloud/axios/node_modules/axios/lib/helpers/spread.js","webpack:///./node_modules/@nextcloud/axios/node_modules/axios/lib/helpers/isAxiosError.js","webpack:///./node_modules/core-js/internals/to-integer.js","webpack:///./node_modules/core-js/internals/classof-raw.js","webpack:///./node_modules/core-js/internals/object-get-own-property-descriptor.js","webpack:///./node_modules/core-js/internals/export.js","webpack:///./node_modules/core-js/internals/get-built-in.js","webpack:///./node_modules/core-js/internals/create-property-descriptor.js","webpack:///./node_modules/core-js/internals/to-primitive.js","webpack:///./node_modules/core-js/internals/internal-state.js","webpack:///./node_modules/core-js/internals/array-iteration.js","webpack:///./node_modules/core-js/internals/fails.js","webpack:///./node_modules/core-js/modules/es.regexp.exec.js","webpack:///../node_modules/core-js/internals/global.js","webpack:///../node_modules/core-js/internals/fails.js","webpack:///../node_modules/core-js/internals/descriptors.js","webpack:///../node_modules/core-js/internals/object-property-is-enumerable.js","webpack:///../node_modules/core-js/internals/create-property-descriptor.js","webpack:///../node_modules/core-js/internals/classof-raw.js","webpack:///../node_modules/core-js/internals/indexed-object.js","webpack:///../node_modules/core-js/internals/require-object-coercible.js","webpack:///../node_modules/core-js/internals/to-indexed-object.js","webpack:///../node_modules/core-js/internals/is-object.js","webpack:///../node_modules/core-js/internals/to-primitive.js","webpack:///../node_modules/core-js/internals/to-object.js","webpack:///../node_modules/core-js/internals/has.js","webpack:///../node_modules/core-js/internals/document-create-element.js","webpack:///../node_modules/core-js/internals/ie8-dom-define.js","webpack:///../node_modules/core-js/internals/object-get-own-property-descriptor.js","webpack:///../node_modules/core-js/internals/an-object.js","webpack:///../node_modules/core-js/internals/object-define-property.js","webpack:///../node_modules/core-js/internals/create-non-enumerable-property.js","webpack:///../node_modules/core-js/internals/set-global.js","webpack:///../node_modules/core-js/internals/shared-store.js","webpack:///../node_modules/core-js/internals/inspect-source.js","webpack:///../node_modules/core-js/internals/internal-state.js","webpack:///../node_modules/core-js/internals/native-weak-map.js","webpack:///../node_modules/core-js/internals/shared.js","webpack:///../node_modules/core-js/internals/uid.js","webpack:///../node_modules/core-js/internals/shared-key.js","webpack:///../node_modules/core-js/internals/hidden-keys.js","webpack:///../node_modules/core-js/internals/redefine.js","webpack:///../node_modules/core-js/internals/path.js","webpack:///../node_modules/core-js/internals/get-built-in.js","webpack:///../node_modules/core-js/internals/to-integer.js","webpack:///../node_modules/core-js/internals/to-length.js","webpack:///../node_modules/core-js/internals/to-absolute-index.js","webpack:///../node_modules/core-js/internals/array-includes.js","webpack:///../node_modules/core-js/internals/object-keys-internal.js","webpack:///../node_modules/core-js/internals/enum-bug-keys.js","webpack:///../node_modules/core-js/internals/object-get-own-property-names.js","webpack:///../node_modules/core-js/internals/object-get-own-property-symbols.js","webpack:///../node_modules/core-js/internals/own-keys.js","webpack:///../node_modules/core-js/internals/copy-constructor-properties.js","webpack:///../node_modules/core-js/internals/is-forced.js","webpack:///../node_modules/core-js/internals/export.js","webpack:///../node_modules/core-js/modules/es.number.max-safe-integer.js","webpack:///../node_modules/core-js/internals/a-possible-prototype.js","webpack:///../node_modules/core-js/internals/object-create.js","webpack:///../node_modules/core-js/internals/object-set-prototype-of.js","webpack:///../node_modules/core-js/internals/inherit-if-required.js","webpack:///../node_modules/core-js/internals/object-keys.js","webpack:///../node_modules/core-js/internals/object-define-properties.js","webpack:///../node_modules/core-js/internals/html.js","webpack:///../node_modules/core-js/internals/whitespaces.js","webpack:///../node_modules/core-js/internals/string-trim.js","webpack:///../node_modules/core-js/modules/es.number.constructor.js","webpack:///../node_modules/semver/internal/constants.js","webpack:///../node_modules/core-js/internals/engine-v8-version.js","webpack:///../node_modules/core-js/internals/engine-is-node.js","webpack:///../node_modules/core-js/internals/engine-user-agent.js","webpack:///../node_modules/core-js/internals/native-symbol.js","webpack:///../node_modules/core-js/internals/use-symbol-as-uid.js","webpack:///../node_modules/core-js/internals/well-known-symbol.js","webpack:///../node_modules/core-js/internals/is-regexp.js","webpack:///../node_modules/core-js/internals/regexp-flags.js","webpack:///../node_modules/core-js/internals/regexp-sticky-helpers.js","webpack:///../node_modules/core-js/internals/set-species.js","webpack:///../node_modules/core-js/modules/es.regexp.constructor.js","webpack:///../node_modules/core-js/internals/regexp-exec.js","webpack:///../node_modules/core-js/modules/es.regexp.exec.js","webpack:///../node_modules/core-js/modules/es.regexp.to-string.js","webpack:///../node_modules/core-js/internals/is-array.js","webpack:///../node_modules/core-js/internals/create-property.js","webpack:///../node_modules/core-js/internals/array-species-create.js","webpack:///../node_modules/core-js/internals/array-method-has-species-support.js","webpack:///../node_modules/core-js/modules/es.array.concat.js","webpack:///../node_modules/semver/internal/debug.js","webpack:///../node_modules/semver/internal/re.js","webpack:///../node_modules/core-js/internals/fix-regexp-well-known-symbol-logic.js","webpack:///../node_modules/core-js/internals/string-multibyte.js","webpack:///../node_modules/core-js/internals/advance-string-index.js","webpack:///../node_modules/core-js/internals/regexp-exec-abstract.js","webpack:///../node_modules/core-js/modules/es.string.match.js","webpack:///../node_modules/core-js/internals/string-trim-forced.js","webpack:///../node_modules/core-js/modules/es.string.trim.js","webpack:///../node_modules/core-js/internals/a-function.js","webpack:///../node_modules/core-js/internals/function-bind-context.js","webpack:///../node_modules/core-js/internals/array-iteration.js","webpack:///../node_modules/core-js/modules/es.array.map.js","webpack:///../node_modules/core-js/internals/species-constructor.js","webpack:///../node_modules/core-js/modules/es.string.split.js","webpack:///../node_modules/core-js/internals/array-method-is-strict.js","webpack:///../node_modules/core-js/modules/es.array.join.js","webpack:///../node_modules/core-js/modules/es.array.filter.js","webpack:///../node_modules/semver/internal/parse-options.js","webpack:///../node_modules/semver/internal/identifiers.js","webpack:///../node_modules/semver/classes/semver.js","webpack:///../node_modules/semver/functions/parse.js","webpack:///../node_modules/semver/functions/valid.js","webpack:///../node_modules/semver/functions/major.js","webpack:///../node_modules/core-js/internals/add-to-unscopables.js","webpack:///../node_modules/core-js/internals/iterators-core.js","webpack:///../node_modules/core-js/internals/iterators.js","webpack:///../node_modules/core-js/internals/correct-prototype-getter.js","webpack:///../node_modules/core-js/internals/object-get-prototype-of.js","webpack:///../node_modules/core-js/internals/set-to-string-tag.js","webpack:///../node_modules/core-js/internals/create-iterator-constructor.js","webpack:///../node_modules/core-js/internals/define-iterator.js","webpack:///../node_modules/core-js/modules/es.array.iterator.js","webpack:///../node_modules/core-js/internals/freezing.js","webpack:///../node_modules/core-js/internals/internal-metadata.js","webpack:///../node_modules/core-js/internals/is-array-iterator-method.js","webpack:///../node_modules/core-js/internals/to-string-tag-support.js","webpack:///../node_modules/core-js/internals/classof.js","webpack:///../node_modules/core-js/internals/get-iterator-method.js","webpack:///../node_modules/core-js/internals/iterator-close.js","webpack:///../node_modules/core-js/internals/iterate.js","webpack:///../node_modules/core-js/internals/an-instance.js","webpack:///../node_modules/core-js/internals/check-correctness-of-iteration.js","webpack:///../node_modules/core-js/internals/redefine-all.js","webpack:///../node_modules/core-js/internals/collection-strong.js","webpack:///../node_modules/core-js/internals/collection.js","webpack:///../node_modules/core-js/modules/es.map.js","webpack:///../node_modules/core-js/internals/object-to-string.js","webpack:///../node_modules/core-js/modules/es.object.to-string.js","webpack:///../node_modules/core-js/modules/es.string.iterator.js","webpack:///../node_modules/core-js/internals/dom-iterables.js","webpack:///../node_modules/core-js/modules/web.dom-collections.iterator.js","webpack:///../node_modules/core-js/internals/array-for-each.js","webpack:///../node_modules/core-js/modules/web.dom-collections.for-each.js","webpack:///./node_modules/core-js/internals/indexed-object.js","webpack:///./node_modules/core-js/internals/is-pure.js","webpack:///./node_modules/core-js/internals/a-function.js","webpack:///./node_modules/core-js/internals/shared.js","webpack:///./node_modules/core-js/internals/regexp-exec.js","webpack:///./node_modules/core-js/internals/global.js","webpack:///./node_modules/core-js/internals/engine-v8-version.js","webpack:///./node_modules/core-js/internals/array-method-is-strict.js","webpack:///./node_modules/core-js/internals/set-global.js","webpack:///./node_modules/core-js/internals/shared-store.js","webpack:///./node_modules/core-js/internals/hidden-keys.js","webpack:///./node_modules/core-js/internals/uid.js","webpack:///./node_modules/process/browser.js","webpack:///./node_modules/core-js/internals/to-absolute-index.js","webpack:///./node_modules/core-js/internals/regexp-flags.js","webpack:///./node_modules/core-js/modules/es.string.replace.js","webpack:///./node_modules/core-js/internals/is-array.js","webpack:///./node_modules/core-js/internals/object-property-is-enumerable.js","webpack:///./node_modules/core-js/internals/object-get-own-property-names.js","webpack:///./node_modules/core-js/internals/array-includes.js","webpack:///./node_modules/core-js/internals/native-symbol.js","webpack:///./node_modules/core-js/internals/to-string-tag-support.js","webpack:///./node_modules/@nextcloud/axios/dist/index.js","webpack:///./node_modules/core-js/internals/inspect-source.js","webpack:///./node_modules/core-js/internals/enum-bug-keys.js","webpack:///./node_modules/core-js/internals/object-get-own-property-symbols.js","webpack:///./node_modules/core-js/internals/function-bind-context.js","webpack:///./node_modules/@nextcloud/auth/dist/index.js","webpack:///./node_modules/core-js/internals/ie8-dom-define.js","webpack:///./node_modules/core-js/internals/shared-key.js","webpack:///./node_modules/core-js/internals/an-object.js","webpack:///./node_modules/core-js/internals/array-species-create.js","webpack:///./node_modules/core-js/internals/object-keys-internal.js","webpack:///./node_modules/core-js/internals/regexp-sticky-helpers.js","webpack:///./node_modules/core-js/internals/fix-regexp-well-known-symbol-logic.js","webpack:///./node_modules/core-js/internals/engine-user-agent.js","webpack:///./node_modules/core-js/internals/string-multibyte.js","webpack:///./node_modules/core-js/internals/well-known-symbol.js","webpack:///./node_modules/core-js/internals/regexp-exec-abstract.js","webpack:///./node_modules/core-js/modules/es.object.assign.js","webpack:///./node_modules/core-js/internals/object-keys.js","webpack:///./core/src/maintenance.js","webpack:///./node_modules/core-js/internals/is-forced.js","webpack:///./node_modules/core-js/internals/advance-string-index.js","webpack:///./node_modules/core-js/internals/classof.js"],"names":["installedModules","__webpack_require__","moduleId","exports","module","i","l","modules","call","m","c","d","name","getter","o","Object","defineProperty","enumerable","get","r","Symbol","toStringTag","value","t","mode","__esModule","ns","create","key","bind","n","object","property","prototype","hasOwnProperty","p","s","it","global","isObject","document","EXISTS","createElement","getBuiltIn","getOwnPropertyNamesModule","getOwnPropertySymbolsModule","anObject","keys","f","getOwnPropertySymbols","concat","TO_STRING_TAG_SUPPORT","redefine","toString","unsafe","fails","has","ownKeys","getOwnPropertyDescriptorModule","definePropertyModule","target","source","getOwnPropertyDescriptor","length","NATIVE_SYMBOL","sham","iterator","getRootUrl","generateFilePath","imagePath","generateUrl","generateOcsUrl","generateRemoteUrl","linkTo","app","file","service","window","location","protocol","host","linkToRemoteBase","version","url","params","options","allOptions","assign","escape","noRewrite","_build","text","vars","replace","a","b","encodeURIComponent","charAt","OC","config","modRewriteWorking","indexOf","type","isCore","coreApps","link","substring","appswebroots","encodeURI","webroot","inspectSource","WeakMap","test","toObject","floor","Math","SUBSTITUTION_SYMBOLS","SUBSTITUTION_SYMBOLS_NO_NAMED","matched","str","position","captures","namedCaptures","replacement","tailPos","symbols","undefined","match","ch","capture","slice","flags","RegExpPrototype","RegExp","nativeToString","NOT_GENERIC","INCORRECT_NAME","R","this","String","rf","DESCRIPTORS","objectKeys","propertyIsEnumerableModule","IndexedObject","$assign","A","B","symbol","split","forEach","chr","join","T","argumentsLength","arguments","index","propertyIsEnumerable","S","j","hasOwn","fn","thisArg","args","Array","apply","requireObjectCoercible","argument","utils","encode","val","paramsSerializer","serializedParams","isURLSearchParams","parts","isArray","v","isDate","toISOString","JSON","stringify","push","hashmarkIndex","__CANCEL__","normalizeHeaderName","DEFAULT_CONTENT_TYPE","setContentTypeIfUnset","headers","isUndefined","adapter","defaults","XMLHttpRequest","process","transformRequest","data","isFormData","isArrayBuffer","isBuffer","isStream","isFile","isBlob","isArrayBufferView","buffer","transformResponse","parse","e","timeout","xsrfCookieName","xsrfHeaderName","maxContentLength","maxBodyLength","validateStatus","status","common","method","merge","settle","cookies","buildURL","buildFullPath","parseHeaders","isURLSameOrigin","createError","Promise","resolve","reject","requestData","requestHeaders","request","auth","username","password","unescape","Authorization","btoa","fullPath","baseURL","open","toUpperCase","onreadystatechange","readyState","responseURL","responseHeaders","getAllResponseHeaders","response","responseType","responseText","statusText","onabort","onerror","ontimeout","timeoutErrorMessage","isStandardBrowserEnv","xsrfValue","withCredentials","read","toLowerCase","setRequestHeader","onDownloadProgress","addEventListener","onUploadProgress","upload","cancelToken","promise","then","cancel","abort","send","enhanceError","message","code","error","Error","config1","config2","valueFromConfig2Keys","mergeDeepPropertiesKeys","defaultToConfig2Keys","directMergeKeys","getMergedValue","isPlainObject","mergeDeepProperties","prop","axiosKeys","otherKeys","filter","Cancel","$forEach","STRICT_METHOD","arrayMethodIsStrict","callbackfn","toInteger","min","$","$indexOf","nativeIndexOf","NEGATIVE_ZERO","proto","forced","searchElement","getPrototypeOf","isFunction","obj","constructor","FormData","ArrayBuffer","isView","isString","isNumber","pipe","URLSearchParams","navigator","product","result","assignValue","extend","trim","stripBOM","content","charCodeAt","classof","g","Function","getRequestToken","token","onRequestTokenUpdate","observer","observers","_eventBus","tokenElement","getElementsByTagName","getAttribute","subscribe","console","getCurrentUser","uid","displayName","isAdmin","uidElement","displayNameElement","isUserAdmin","createPropertyDescriptor","IE8_DOM_DEFINE","toPrimitive","$defineProperty","O","P","Attributes","TypeError","Axios","mergeConfig","createInstance","defaultConfig","context","instance","axios","instanceConfig","CancelToken","isCancel","all","promises","spread","isAxiosError","default","InterceptorManager","dispatchRequest","interceptors","chain","interceptor","unshift","fulfilled","rejected","shift","getUri","createNonEnumerableProperty","setGlobal","InternalStateModule","getInternalState","enforceInternalState","enforce","TEMPLATE","state","simple","noTargetGet","handlers","use","eject","id","h","transformData","throwIfCancellationRequested","throwIfRequested","reason","fns","normalizedName","toJSON","description","number","fileName","lineNumber","columnNumber","stack","write","expires","path","domain","secure","cookie","Date","toGMTString","decodeURIComponent","remove","now","isAbsoluteURL","combineURLs","requestedURL","relativeURL","ignoreDuplicateOf","parsed","line","substr","originURL","msie","userAgent","urlParsingNode","resolveURL","href","setAttribute","search","hash","hostname","port","pathname","requestURL","executor","resolvePromise","callback","arr","payload","ceil","isNaN","toIndexedObject","$getOwnPropertyDescriptor","copyConstructorProperties","isForced","targetProperty","sourceProperty","descriptor","TARGET","GLOBAL","STATIC","stat","aFunction","variable","namespace","bitmap","configurable","writable","input","PREFERRED_STRING","valueOf","set","NATIVE_WEAK_MAP","objectHas","shared","sharedKey","hiddenKeys","store","wmget","wmhas","wmset","metadata","facade","STATE","getterFor","TYPE","toLength","arraySpeciesCreate","createMethod","IS_MAP","IS_FILTER","IS_SOME","IS_EVERY","IS_FIND_INDEX","IS_FILTER_OUT","NO_HOLES","$this","that","specificCreate","self","boundFunction","map","some","every","find","findIndex","filterOut","exec","check","globalThis","$propertyIsEnumerable","1","V","functionToString","copyright","postfix","random","max","IS_INCLUDES","el","fromIndex","integer","toAbsoluteIndex","includes","names","enumBugKeys","getOwnPropertyNames","internalObjectKeys","feature","detection","normalize","POLYFILL","NATIVE","string","require$$0","MAX_SAFE_INTEGER","activeXDocument","setPrototypeOf","setter","CORRECT_SETTER","aPossiblePrototype","__proto__","dummy","Wrapper","NewTarget","NewTargetPrototype","defineProperties","Properties","IE_PROTO","EmptyConstructor","scriptTag","LT","NullProtoObject","ActiveXObject","iframeDocument","iframe","close","temp","parentWindow","NullProtoObjectViaActiveX","documentCreateElement","style","display","html","appendChild","src","contentWindow","F","whitespace","whitespaces","ltrim","rtrim","start","end","require$$1","require$$2","require$$3","NativeNumber","NumberPrototype","BROKEN_CLASSOF","toNumber","first","third","radix","maxCode","digits","NaN","parseInt","NumberWrapper","inheritIfRequired","SEMVER_SPEC_VERSION","MAX_LENGTH","Number","MAX_SAFE_COMPONENT_LENGTH","versions","v8","IS_NODE","V8_VERSION","WellKnownSymbolsStore","createWellKnownSymbol","USE_SYMBOL_AS_UID","withoutSetter","MATCH","wellKnownSymbol","isRegExp","ignoreCase","multiline","dotAll","unicode","sticky","RE","re","lastIndex","SPECIES","CONSTRUCTOR_NAME","Constructor","NativeRegExp","re1","re2","CORRECT_NEW","UNSUPPORTED_Y","stickyHelpers","RegExpWrapper","pattern","thisIsRegExp","patternIsRegExp","flagsAreUndefined","getFlags","proxy","setSpecies","nativeExec","nativeReplace","patchedExec","UPDATES_LAST_INDEX_WRONG","BROKEN_CARET","NPCG_INCLUDED","reCopy","regexpFlags","charsAdded","strCopy","arg","propertyKey","originalArray","C","METHOD_NAME","array","foo","Boolean","IS_CONCAT_SPREADABLE","IS_CONCAT_SPREADABLE_SUPPORT","SPECIES_SUPPORT","arrayMethodHasSpeciesSupport","isConcatSpreadable","spreadable","k","len","E","createProperty","createToken","isGlobal","debug","REPLACE_SUPPORTS_NAMED_GROUPS","groups","REPLACE_KEEPS_$0","REPLACE","REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE","SPLIT_WORKS_WITH_OVERWRITTEN_EXEC","originalExec","KEY","SYMBOL","DELEGATES_TO_SYMBOL","DELEGATES_TO_EXEC","execCalled","nativeRegExpMethod","methods","nativeMethod","regexp","arg2","forceStringMethod","done","stringMethod","regexMethod","CONVERT_TO_STRING","pos","second","size","codeAt","regexpExec","fixRegExpWellKnownSymbolLogic","nativeMatch","maybeCallNative","matcher","res","rx","regExpExec","fullUnicode","matchStr","advanceStringIndex","$trim","forcedStringTrimMethod","$map","HAS_SPECIES_SUPPORT","arrayPush","SPLIT","nativeSplit","internalSplit","separator","limit","lim","lastLength","output","lastLastIndex","separatorCopy","splitter","defaultConstructor","speciesConstructor","unicodeMatching","callRegExpExec","q","z","nativeJoin","ES3_STRINGS","$filter","opts","loose","numeric","compareIdentifiers","anum","bnum","SemVer","parseOptions","major","minor","patch","num","prerelease","other","compareMain","comparePre","build","identifier","er","UNSCOPABLES","ArrayPrototype","IteratorPrototype","PrototypeOfArrayIteratorPrototype","arrayIterator","ObjectPrototype","CORRECT_PROTOTYPE_GETTER","ITERATOR","BUGGY_SAFARI_ITERATORS","TO_STRING_TAG","TAG","returnThis","IteratorsCore","Iterable","NAME","IteratorConstructor","next","DEFAULT","IS_SET","FORCED","setToStringTag","Iterators","createIteratorConstructor","CurrentIteratorPrototype","getIterationMethod","KIND","defaultIterator","IterablePrototype","INCORRECT_VALUES_NAME","nativeIterator","anyNativeIterator","entries","values","setInternalState","defineIterator","iterated","kind","Arguments","addToUnscopables","isExtensible","preventExtensions","METADATA","setMetadata","objectID","weakData","meta","REQUIRED","fastKey","getWeakData","onFreeze","FREEZING","CORRECT_ARGUMENTS","classofRaw","tag","tryGet","callee","returnMethod","Result","stopped","iterable","unboundFunction","iterFn","step","AS_ENTRIES","IS_ITERATOR","INTERRUPTED","stop","condition","iteratorClose","callFn","getIteratorMethod","SAFE_CLOSING","called","iteratorWithReturn","from","internalStateGetterFor","wrapper","IS_WEAK","ADDER","NativeConstructor","NativePrototype","exported","fixMethod","getConstructor","InternalMetadataModule","HASNT_CHAINING","THROWS_ON_PRIMITIVES","ACCEPT_ITERABLES","SKIP_CLOSING","ITERATION_SUPPORT","checkCorrectnessOfIteration","BUGGY_ZERO","$instance","anInstance","iterate","clear","setStrong","collection","init","last","define","previous","entry","getEntry","removed","redefineAll","prev","add","ITERATOR_NAME","getInternalCollectionState","getInternalIteratorState","point","CSSRuleList","CSSStyleDeclaration","CSSValueList","ClientRectList","DOMRectList","DOMStringList","DOMTokenList","DataTransferItemList","FileList","HTMLAllCollection","HTMLCollection","HTMLFormElement","HTMLSelectElement","MediaList","MimeTypeArray","NamedNodeMap","NodeList","PaintRequestList","Plugin","PluginArray","SVGLengthList","SVGNumberList","SVGPathSegList","SVGPointList","SVGStringList","SVGTransformList","SourceBufferList","StyleSheetList","TextTrackCueList","TextTrackList","TouchList","ArrayValues","ArrayIteratorMethods","COLLECTION_NAME","DOMIterables","Collection","CollectionPrototype","IS_PURE","cachedSetTimeout","cachedClearTimeout","defaultSetTimout","defaultClearTimeout","runTimeout","fun","setTimeout","clearTimeout","currentQueue","queue","draining","queueIndex","cleanUpNextTick","drainQueue","run","marker","runClearTimeout","Item","noop","nextTick","title","browser","env","argv","on","addListener","once","off","removeListener","removeAllListeners","emit","prependListener","prependOnceListener","listeners","binding","cwd","chdir","dir","umask","getSubstitution","UNSAFE_SUBSTITUTE","searchValue","replaceValue","replacer","functionalReplace","results","accumulatedResult","nextSourcePosition","replacerArgs","NASHORN_BUG","_axios","_auth","client","requesttoken","cancelableClient","_default","_requesttoken","_user","$exec","info","resp","maintenance","reload","catch"],"mappings":"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","file":"maintenance.js","sourcesContent":[" \t// The module cache\n \tvar installedModules = {};\n\n \t// The require function\n \tfunction __webpack_require__(moduleId) {\n\n \t\t// Check if module is in cache\n \t\tif(installedModules[moduleId]) {\n \t\t\treturn installedModules[moduleId].exports;\n \t\t}\n \t\t// Create a new module (and put it into the cache)\n \t\tvar module = installedModules[moduleId] = {\n \t\t\ti: moduleId,\n \t\t\tl: false,\n \t\t\texports: {}\n \t\t};\n\n \t\t// Execute the module function\n \t\tmodules[moduleId].call(module.exports, module, module.exports, __webpack_require__);\n\n \t\t// Flag the module as loaded\n \t\tmodule.l = true;\n\n \t\t// Return the exports of the module\n \t\treturn module.exports;\n \t}\n\n\n \t// expose the modules object (__webpack_modules__)\n \t__webpack_require__.m = modules;\n\n \t// expose the module cache\n \t__webpack_require__.c = installedModules;\n\n \t// define getter function for harmony exports\n \t__webpack_require__.d = function(exports, name, getter) {\n \t\tif(!__webpack_require__.o(exports, name)) {\n \t\t\tObject.defineProperty(exports, name, { enumerable: true, get: getter });\n \t\t}\n \t};\n\n \t// define __esModule on exports\n \t__webpack_require__.r = function(exports) {\n \t\tif(typeof Symbol !== 'undefined' && Symbol.toStringTag) {\n \t\t\tObject.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });\n \t\t}\n \t\tObject.defineProperty(exports, '__esModule', { value: true });\n \t};\n\n \t// create a fake namespace object\n \t// mode & 1: value is a module id, require it\n \t// mode & 2: merge all properties of value into the ns\n \t// mode & 4: return value when already ns object\n \t// mode & 8|1: behave like require\n \t__webpack_require__.t = function(value, mode) {\n \t\tif(mode & 1) value = __webpack_require__(value);\n \t\tif(mode & 8) return value;\n \t\tif((mode & 4) && typeof value === 'object' && value && value.__esModule) return value;\n \t\tvar ns = Object.create(null);\n \t\t__webpack_require__.r(ns);\n \t\tObject.defineProperty(ns, 'default', { enumerable: true, value: value });\n \t\tif(mode & 2 && typeof value != 'string') for(var key in value) __webpack_require__.d(ns, key, function(key) { return value[key]; }.bind(null, key));\n \t\treturn ns;\n \t};\n\n \t// getDefaultExport function for compatibility with non-harmony modules\n \t__webpack_require__.n = function(module) {\n \t\tvar getter = module && module.__esModule ?\n \t\t\tfunction getDefault() { return module['default']; } :\n \t\t\tfunction getModuleExports() { return module; };\n \t\t__webpack_require__.d(getter, 'a', getter);\n \t\treturn getter;\n \t};\n\n \t// Object.prototype.hasOwnProperty.call\n \t__webpack_require__.o = function(object, property) { return Object.prototype.hasOwnProperty.call(object, property); };\n\n \t// __webpack_public_path__\n \t__webpack_require__.p = \"\";\n\n\n \t// Load entry module and return exports\n \treturn __webpack_require__(__webpack_require__.s = 925);\n","module.exports = function (it) {\n return typeof it === 'object' ? it !== null : typeof it === 'function';\n};\n","var global = require('../internals/global');\nvar isObject = require('../internals/is-object');\n\nvar document = global.document;\n// typeof document.createElement is 'object' in old IE\nvar EXISTS = isObject(document) && isObject(document.createElement);\n\nmodule.exports = function (it) {\n return EXISTS ? document.createElement(it) : {};\n};\n","var getBuiltIn = require('../internals/get-built-in');\nvar getOwnPropertyNamesModule = require('../internals/object-get-own-property-names');\nvar getOwnPropertySymbolsModule = require('../internals/object-get-own-property-symbols');\nvar anObject = require('../internals/an-object');\n\n// all object keys, includes non-enumerable and symbols\nmodule.exports = getBuiltIn('Reflect', 'ownKeys') || function ownKeys(it) {\n var keys = getOwnPropertyNamesModule.f(anObject(it));\n var getOwnPropertySymbols = getOwnPropertySymbolsModule.f;\n return getOwnPropertySymbols ? keys.concat(getOwnPropertySymbols(it)) : keys;\n};\n","var global = require('../internals/global');\n\nmodule.exports = global;\n","var TO_STRING_TAG_SUPPORT = require('../internals/to-string-tag-support');\nvar redefine = require('../internals/redefine');\nvar toString = require('../internals/object-to-string');\n\n// `Object.prototype.toString` method\n// https://tc39.es/ecma262/#sec-object.prototype.tostring\nif (!TO_STRING_TAG_SUPPORT) {\n redefine(Object.prototype, 'toString', toString, { unsafe: true });\n}\n","var fails = require('../internals/fails');\n\n// Detect IE8's incomplete defineProperty implementation\nmodule.exports = !fails(function () {\n // eslint-disable-next-line es/no-object-defineproperty -- required for testing\n return Object.defineProperty({}, 1, { get: function () { return 7; } })[1] != 7;\n});\n","var has = require('../internals/has');\nvar ownKeys = require('../internals/own-keys');\nvar getOwnPropertyDescriptorModule = require('../internals/object-get-own-property-descriptor');\nvar definePropertyModule = require('../internals/object-define-property');\n\nmodule.exports = function (target, source) {\n var keys = ownKeys(source);\n var defineProperty = definePropertyModule.f;\n var getOwnPropertyDescriptor = getOwnPropertyDescriptorModule.f;\n for (var i = 0; i < keys.length; i++) {\n var key = keys[i];\n if (!has(target, key)) defineProperty(target, key, getOwnPropertyDescriptor(source, key));\n }\n};\n","/* eslint-disable es/no-symbol -- required for testing */\nvar NATIVE_SYMBOL = require('../internals/native-symbol');\n\nmodule.exports = NATIVE_SYMBOL\n && !Symbol.sham\n && typeof Symbol.iterator == 'symbol';\n","\"use strict\";\n\nrequire(\"core-js/modules/es.array.index-of\");\n\nrequire(\"core-js/modules/es.object.assign\");\n\nrequire(\"core-js/modules/es.object.to-string\");\n\nrequire(\"core-js/modules/es.regexp.exec\");\n\nrequire(\"core-js/modules/es.regexp.to-string\");\n\nrequire(\"core-js/modules/es.string.replace\");\n\nObject.defineProperty(exports, \"__esModule\", {\n value: true\n});\nexports.getRootUrl = exports.generateFilePath = exports.imagePath = exports.generateUrl = exports.generateOcsUrl = exports.generateRemoteUrl = exports.linkTo = void 0;\n\n/// <reference types=\"@nextcloud/typings\" />\n\n/**\n * Get an absolute url to a file in an app\n *\n * @param {string} app the id of the app the file belongs to\n * @param {string} file the file path relative to the app folder\n * @return {string} Absolute URL to a file\n */\nvar linkTo = function linkTo(app, file) {\n return generateFilePath(app, '', file);\n};\n/**\n * Creates a relative url for remote use\n *\n * @param {string} service id\n * @return {string} the url\n */\n\n\nexports.linkTo = linkTo;\n\nvar linkToRemoteBase = function linkToRemoteBase(service) {\n return getRootUrl() + '/remote.php/' + service;\n};\n/**\n * @brief Creates an absolute url for remote use\n * @param {string} service id\n * @return {string} the url\n */\n\n\nvar generateRemoteUrl = function generateRemoteUrl(service) {\n return window.location.protocol + '//' + window.location.host + linkToRemoteBase(service);\n};\n/**\n * Get the base path for the given OCS API service\n *\n * @param {string} service name\n * @param {int} version OCS API version\n * @return {string} OCS API base path\n */\n\n\nexports.generateRemoteUrl = generateRemoteUrl;\n\nvar generateOcsUrl = function generateOcsUrl(service, version) {\n version = version !== 2 ? 1 : 2;\n return window.location.protocol + '//' + window.location.host + getRootUrl() + '/ocs/v' + version + '.php/' + service + '/';\n};\n\nexports.generateOcsUrl = generateOcsUrl;\n\n/**\n * Generate the absolute url for the given relative url, which can contain parameters\n *\n * Parameters will be URL encoded automatically\n *\n * @return {string} Absolute URL for the given relative URL\n */\nvar generateUrl = function generateUrl(url, params, options) {\n var allOptions = Object.assign({\n escape: true,\n noRewrite: false\n }, options || {});\n\n var _build = function _build(text, vars) {\n vars = vars || {};\n return text.replace(/{([^{}]*)}/g, function (a, b) {\n var r = vars[b];\n\n if (allOptions.escape) {\n return typeof r === 'string' || typeof r === 'number' ? encodeURIComponent(r.toString()) : encodeURIComponent(a);\n } else {\n return typeof r === 'string' || typeof r === 'number' ? r.toString() : a;\n }\n });\n };\n\n if (url.charAt(0) !== '/') {\n url = '/' + url;\n }\n\n if (OC.config.modRewriteWorking === true && !allOptions.noRewrite) {\n return getRootUrl() + _build(url, params || {});\n }\n\n return getRootUrl() + '/index.php' + _build(url, params || {});\n};\n/**\n * Get the absolute path to an image file\n * if no extension is given for the image, it will automatically decide\n * between .png and .svg based on what the browser supports\n *\n * @param {string} app the app id to which the image belongs\n * @param {string} file the name of the image file\n * @return {string}\n */\n\n\nexports.generateUrl = generateUrl;\n\nvar imagePath = function imagePath(app, file) {\n if (file.indexOf('.') === -1) {\n //if no extension is given, use svg\n return generateFilePath(app, 'img', file + '.svg');\n }\n\n return generateFilePath(app, 'img', file);\n};\n/**\n * Get the absolute url for a file in an app\n *\n * @param {string} app the id of the app\n * @param {string} type the type of the file to link to (e.g. css,img,ajax.template)\n * @param {string} file the filename\n * @return {string} Absolute URL for a file in an app\n */\n\n\nexports.imagePath = imagePath;\n\nvar generateFilePath = function generateFilePath(app, type, file) {\n var isCore = OC.coreApps.indexOf(app) !== -1;\n var link = getRootUrl();\n\n if (file.substring(file.length - 3) === 'php' && !isCore) {\n link += '/index.php/apps/' + app;\n\n if (file !== 'index.php') {\n link += '/';\n\n if (type) {\n link += encodeURI(type + '/');\n }\n\n link += file;\n }\n } else if (file.substring(file.length - 3) !== 'php' && !isCore) {\n link = OC.appswebroots[app];\n\n if (type) {\n link += '/' + type + '/';\n }\n\n if (link.substring(link.length - 1) !== '/') {\n link += '/';\n }\n\n link += file;\n } else {\n if ((app === 'settings' || app === 'core' || app === 'search') && type === 'ajax') {\n link += '/index.php/';\n } else {\n link += '/';\n }\n\n if (!isCore) {\n link += 'apps/';\n }\n\n if (app !== '') {\n app += '/';\n link += app;\n }\n\n if (type) {\n link += type + '/';\n }\n\n link += file;\n }\n\n return link;\n};\n/**\n * Return the web root path where this Nextcloud instance\n * is accessible, with a leading slash.\n * For example \"/nextcloud\".\n *\n * @return {string} web root path\n */\n\n\nexports.generateFilePath = generateFilePath;\n\nvar getRootUrl = function getRootUrl() {\n return OC.webroot;\n};\n\nexports.getRootUrl = getRootUrl;\n//# sourceMappingURL=index.js.map","var global = require('../internals/global');\nvar inspectSource = require('../internals/inspect-source');\n\nvar WeakMap = global.WeakMap;\n\nmodule.exports = typeof WeakMap === 'function' && /native code/.test(inspectSource(WeakMap));\n","var toObject = require('../internals/to-object');\n\nvar floor = Math.floor;\nvar replace = ''.replace;\nvar SUBSTITUTION_SYMBOLS = /\\$([$&'`]|\\d{1,2}|<[^>]*>)/g;\nvar SUBSTITUTION_SYMBOLS_NO_NAMED = /\\$([$&'`]|\\d{1,2})/g;\n\n// `GetSubstitution` abstract operation\n// https://tc39.es/ecma262/#sec-getsubstitution\nmodule.exports = function (matched, str, position, captures, namedCaptures, replacement) {\n var tailPos = position + matched.length;\n var m = captures.length;\n var symbols = SUBSTITUTION_SYMBOLS_NO_NAMED;\n if (namedCaptures !== undefined) {\n namedCaptures = toObject(namedCaptures);\n symbols = SUBSTITUTION_SYMBOLS;\n }\n return replace.call(replacement, symbols, function (match, ch) {\n var capture;\n switch (ch.charAt(0)) {\n case '$': return '$';\n case '&': return matched;\n case '`': return str.slice(0, position);\n case \"'\": return str.slice(tailPos);\n case '<':\n capture = namedCaptures[ch.slice(1, -1)];\n break;\n default: // \\d\\d?\n var n = +ch;\n if (n === 0) return match;\n if (n > m) {\n var f = floor(n / 10);\n if (f === 0) return match;\n if (f <= m) return captures[f - 1] === undefined ? ch.charAt(1) : captures[f - 1] + ch.charAt(1);\n return match;\n }\n capture = captures[n - 1];\n }\n return capture === undefined ? '' : capture;\n });\n};\n","'use strict';\nvar redefine = require('../internals/redefine');\nvar anObject = require('../internals/an-object');\nvar fails = require('../internals/fails');\nvar flags = require('../internals/regexp-flags');\n\nvar TO_STRING = 'toString';\nvar RegExpPrototype = RegExp.prototype;\nvar nativeToString = RegExpPrototype[TO_STRING];\n\nvar NOT_GENERIC = fails(function () { return nativeToString.call({ source: 'a', flags: 'b' }) != '/a/b'; });\n// FF44- RegExp#toString has a wrong name\nvar INCORRECT_NAME = nativeToString.name != TO_STRING;\n\n// `RegExp.prototype.toString` method\n// https://tc39.es/ecma262/#sec-regexp.prototype.tostring\nif (NOT_GENERIC || INCORRECT_NAME) {\n redefine(RegExp.prototype, TO_STRING, function toString() {\n var R = anObject(this);\n var p = String(R.source);\n var rf = R.flags;\n var f = String(rf === undefined && R instanceof RegExp && !('flags' in RegExpPrototype) ? flags.call(R) : rf);\n return '/' + p + '/' + f;\n }, { unsafe: true });\n}\n","'use strict';\nvar DESCRIPTORS = require('../internals/descriptors');\nvar fails = require('../internals/fails');\nvar objectKeys = require('../internals/object-keys');\nvar getOwnPropertySymbolsModule = require('../internals/object-get-own-property-symbols');\nvar propertyIsEnumerableModule = require('../internals/object-property-is-enumerable');\nvar toObject = require('../internals/to-object');\nvar IndexedObject = require('../internals/indexed-object');\n\n// eslint-disable-next-line es/no-object-assign -- safe\nvar $assign = Object.assign;\n// eslint-disable-next-line es/no-object-defineproperty -- required for testing\nvar defineProperty = Object.defineProperty;\n\n// `Object.assign` method\n// https://tc39.es/ecma262/#sec-object.assign\nmodule.exports = !$assign || fails(function () {\n // should have correct order of operations (Edge bug)\n if (DESCRIPTORS && $assign({ b: 1 }, $assign(defineProperty({}, 'a', {\n enumerable: true,\n get: function () {\n defineProperty(this, 'b', {\n value: 3,\n enumerable: false\n });\n }\n }), { b: 2 })).b !== 1) return true;\n // should work with symbols and should have deterministic property order (V8 bug)\n var A = {};\n var B = {};\n // eslint-disable-next-line es/no-symbol -- safe\n var symbol = Symbol();\n var alphabet = 'abcdefghijklmnopqrst';\n A[symbol] = 7;\n alphabet.split('').forEach(function (chr) { B[chr] = chr; });\n return $assign({}, A)[symbol] != 7 || objectKeys($assign({}, B)).join('') != alphabet;\n}) ? function assign(target, source) { // eslint-disable-line no-unused-vars -- required for `.length`\n var T = toObject(target);\n var argumentsLength = arguments.length;\n var index = 1;\n var getOwnPropertySymbols = getOwnPropertySymbolsModule.f;\n var propertyIsEnumerable = propertyIsEnumerableModule.f;\n while (argumentsLength > index) {\n var S = IndexedObject(arguments[index++]);\n var keys = getOwnPropertySymbols ? objectKeys(S).concat(getOwnPropertySymbols(S)) : objectKeys(S);\n var length = keys.length;\n var j = 0;\n var key;\n while (length > j) {\n key = keys[j++];\n if (!DESCRIPTORS || propertyIsEnumerable.call(S, key)) T[key] = S[key];\n }\n } return T;\n} : $assign;\n","var toObject = require('../internals/to-object');\n\nvar hasOwnProperty = {}.hasOwnProperty;\n\nmodule.exports = Object.hasOwn || function hasOwn(it, key) {\n return hasOwnProperty.call(toObject(it), key);\n};\n","'use strict';\n\nmodule.exports = function bind(fn, thisArg) {\n return function wrap() {\n var args = new Array(arguments.length);\n for (var i = 0; i < args.length; i++) {\n args[i] = arguments[i];\n }\n return fn.apply(thisArg, args);\n };\n};\n","var requireObjectCoercible = require('../internals/require-object-coercible');\n\n// `ToObject` abstract operation\n// https://tc39.es/ecma262/#sec-toobject\nmodule.exports = function (argument) {\n return Object(requireObjectCoercible(argument));\n};\n","'use strict';\n\nvar utils = require('./../utils');\n\nfunction encode(val) {\n return encodeURIComponent(val).\n replace(/%3A/gi, ':').\n replace(/%24/g, '$').\n replace(/%2C/gi, ',').\n replace(/%20/g, '+').\n replace(/%5B/gi, '[').\n replace(/%5D/gi, ']');\n}\n\n/**\n * Build a URL by appending params to the end\n *\n * @param {string} url The base of the url (e.g., http://www.google.com)\n * @param {object} [params] The params to be appended\n * @returns {string} The formatted url\n */\nmodule.exports = function buildURL(url, params, paramsSerializer) {\n /*eslint no-param-reassign:0*/\n if (!params) {\n return url;\n }\n\n var serializedParams;\n if (paramsSerializer) {\n serializedParams = paramsSerializer(params);\n } else if (utils.isURLSearchParams(params)) {\n serializedParams = params.toString();\n } else {\n var parts = [];\n\n utils.forEach(params, function serialize(val, key) {\n if (val === null || typeof val === 'undefined') {\n return;\n }\n\n if (utils.isArray(val)) {\n key = key + '[]';\n } else {\n val = [val];\n }\n\n utils.forEach(val, function parseValue(v) {\n if (utils.isDate(v)) {\n v = v.toISOString();\n } else if (utils.isObject(v)) {\n v = JSON.stringify(v);\n }\n parts.push(encode(key) + '=' + encode(v));\n });\n });\n\n serializedParams = parts.join('&');\n }\n\n if (serializedParams) {\n var hashmarkIndex = url.indexOf('#');\n if (hashmarkIndex !== -1) {\n url = url.slice(0, hashmarkIndex);\n }\n\n url += (url.indexOf('?') === -1 ? '?' : '&') + serializedParams;\n }\n\n return url;\n};\n","'use strict';\n\nmodule.exports = function isCancel(value) {\n return !!(value && value.__CANCEL__);\n};\n","'use strict';\n\nvar utils = require('./utils');\nvar normalizeHeaderName = require('./helpers/normalizeHeaderName');\n\nvar DEFAULT_CONTENT_TYPE = {\n 'Content-Type': 'application/x-www-form-urlencoded'\n};\n\nfunction setContentTypeIfUnset(headers, value) {\n if (!utils.isUndefined(headers) && utils.isUndefined(headers['Content-Type'])) {\n headers['Content-Type'] = value;\n }\n}\n\nfunction getDefaultAdapter() {\n var adapter;\n if (typeof XMLHttpRequest !== 'undefined') {\n // For browsers use XHR adapter\n adapter = require('./adapters/xhr');\n } else if (typeof process !== 'undefined' && Object.prototype.toString.call(process) === '[object process]') {\n // For node use HTTP adapter\n adapter = require('./adapters/http');\n }\n return adapter;\n}\n\nvar defaults = {\n adapter: getDefaultAdapter(),\n\n transformRequest: [function transformRequest(data, headers) {\n normalizeHeaderName(headers, 'Accept');\n normalizeHeaderName(headers, 'Content-Type');\n if (utils.isFormData(data) ||\n utils.isArrayBuffer(data) ||\n utils.isBuffer(data) ||\n utils.isStream(data) ||\n utils.isFile(data) ||\n utils.isBlob(data)\n ) {\n return data;\n }\n if (utils.isArrayBufferView(data)) {\n return data.buffer;\n }\n if (utils.isURLSearchParams(data)) {\n setContentTypeIfUnset(headers, 'application/x-www-form-urlencoded;charset=utf-8');\n return data.toString();\n }\n if (utils.isObject(data)) {\n setContentTypeIfUnset(headers, 'application/json;charset=utf-8');\n return JSON.stringify(data);\n }\n return data;\n }],\n\n transformResponse: [function transformResponse(data) {\n /*eslint no-param-reassign:0*/\n if (typeof data === 'string') {\n try {\n data = JSON.parse(data);\n } catch (e) { /* Ignore */ }\n }\n return data;\n }],\n\n /**\n * A timeout in milliseconds to abort a request. If set to 0 (default) a\n * timeout is not created.\n */\n timeout: 0,\n\n xsrfCookieName: 'XSRF-TOKEN',\n xsrfHeaderName: 'X-XSRF-TOKEN',\n\n maxContentLength: -1,\n maxBodyLength: -1,\n\n validateStatus: function validateStatus(status) {\n return status >= 200 && status < 300;\n }\n};\n\ndefaults.headers = {\n common: {\n 'Accept': 'application/json, text/plain, */*'\n }\n};\n\nutils.forEach(['delete', 'get', 'head'], function forEachMethodNoData(method) {\n defaults.headers[method] = {};\n});\n\nutils.forEach(['post', 'put', 'patch'], function forEachMethodWithData(method) {\n defaults.headers[method] = utils.merge(DEFAULT_CONTENT_TYPE);\n});\n\nmodule.exports = defaults;\n","'use strict';\n\nvar utils = require('./../utils');\nvar settle = require('./../core/settle');\nvar cookies = require('./../helpers/cookies');\nvar buildURL = require('./../helpers/buildURL');\nvar buildFullPath = require('../core/buildFullPath');\nvar parseHeaders = require('./../helpers/parseHeaders');\nvar isURLSameOrigin = require('./../helpers/isURLSameOrigin');\nvar createError = require('../core/createError');\n\nmodule.exports = function xhrAdapter(config) {\n return new Promise(function dispatchXhrRequest(resolve, reject) {\n var requestData = config.data;\n var requestHeaders = config.headers;\n\n if (utils.isFormData(requestData)) {\n delete requestHeaders['Content-Type']; // Let the browser set it\n }\n\n var request = new XMLHttpRequest();\n\n // HTTP basic authentication\n if (config.auth) {\n var username = config.auth.username || '';\n var password = config.auth.password ? unescape(encodeURIComponent(config.auth.password)) : '';\n requestHeaders.Authorization = 'Basic ' + btoa(username + ':' + password);\n }\n\n var fullPath = buildFullPath(config.baseURL, config.url);\n request.open(config.method.toUpperCase(), buildURL(fullPath, config.params, config.paramsSerializer), true);\n\n // Set the request timeout in MS\n request.timeout = config.timeout;\n\n // Listen for ready state\n request.onreadystatechange = function handleLoad() {\n if (!request || request.readyState !== 4) {\n return;\n }\n\n // The request errored out and we didn't get a response, this will be\n // handled by onerror instead\n // With one exception: request that using file: protocol, most browsers\n // will return status as 0 even though it's a successful request\n if (request.status === 0 && !(request.responseURL && request.responseURL.indexOf('file:') === 0)) {\n return;\n }\n\n // Prepare the response\n var responseHeaders = 'getAllResponseHeaders' in request ? parseHeaders(request.getAllResponseHeaders()) : null;\n var responseData = !config.responseType || config.responseType === 'text' ? request.responseText : request.response;\n var response = {\n data: responseData,\n status: request.status,\n statusText: request.statusText,\n headers: responseHeaders,\n config: config,\n request: request\n };\n\n settle(resolve, reject, response);\n\n // Clean up request\n request = null;\n };\n\n // Handle browser request cancellation (as opposed to a manual cancellation)\n request.onabort = function handleAbort() {\n if (!request) {\n return;\n }\n\n reject(createError('Request aborted', config, 'ECONNABORTED', request));\n\n // Clean up request\n request = null;\n };\n\n // Handle low level network errors\n request.onerror = function handleError() {\n // Real errors are hidden from us by the browser\n // onerror should only fire if it's a network error\n reject(createError('Network Error', config, null, request));\n\n // Clean up request\n request = null;\n };\n\n // Handle timeout\n request.ontimeout = function handleTimeout() {\n var timeoutErrorMessage = 'timeout of ' + config.timeout + 'ms exceeded';\n if (config.timeoutErrorMessage) {\n timeoutErrorMessage = config.timeoutErrorMessage;\n }\n reject(createError(timeoutErrorMessage, config, 'ECONNABORTED',\n request));\n\n // Clean up request\n request = null;\n };\n\n // Add xsrf header\n // This is only done if running in a standard browser environment.\n // Specifically not if we're in a web worker, or react-native.\n if (utils.isStandardBrowserEnv()) {\n // Add xsrf header\n var xsrfValue = (config.withCredentials || isURLSameOrigin(fullPath)) && config.xsrfCookieName ?\n cookies.read(config.xsrfCookieName) :\n undefined;\n\n if (xsrfValue) {\n requestHeaders[config.xsrfHeaderName] = xsrfValue;\n }\n }\n\n // Add headers to the request\n if ('setRequestHeader' in request) {\n utils.forEach(requestHeaders, function setRequestHeader(val, key) {\n if (typeof requestData === 'undefined' && key.toLowerCase() === 'content-type') {\n // Remove Content-Type if data is undefined\n delete requestHeaders[key];\n } else {\n // Otherwise add header to the request\n request.setRequestHeader(key, val);\n }\n });\n }\n\n // Add withCredentials to request if needed\n if (!utils.isUndefined(config.withCredentials)) {\n request.withCredentials = !!config.withCredentials;\n }\n\n // Add responseType to request if needed\n if (config.responseType) {\n try {\n request.responseType = config.responseType;\n } catch (e) {\n // Expected DOMException thrown by browsers not compatible XMLHttpRequest Level 2.\n // But, this can be suppressed for 'json' type as it can be parsed by default 'transformResponse' function.\n if (config.responseType !== 'json') {\n throw e;\n }\n }\n }\n\n // Handle progress if needed\n if (typeof config.onDownloadProgress === 'function') {\n request.addEventListener('progress', config.onDownloadProgress);\n }\n\n // Not all browsers support upload events\n if (typeof config.onUploadProgress === 'function' && request.upload) {\n request.upload.addEventListener('progress', config.onUploadProgress);\n }\n\n if (config.cancelToken) {\n // Handle cancellation\n config.cancelToken.promise.then(function onCanceled(cancel) {\n if (!request) {\n return;\n }\n\n request.abort();\n reject(cancel);\n // Clean up request\n request = null;\n });\n }\n\n if (!requestData) {\n requestData = null;\n }\n\n // Send the request\n request.send(requestData);\n });\n};\n","'use strict';\n\nvar enhanceError = require('./enhanceError');\n\n/**\n * Create an Error with the specified message, config, error code, request and response.\n *\n * @param {string} message The error message.\n * @param {Object} config The config.\n * @param {string} [code] The error code (for example, 'ECONNABORTED').\n * @param {Object} [request] The request.\n * @param {Object} [response] The response.\n * @returns {Error} The created error.\n */\nmodule.exports = function createError(message, config, code, request, response) {\n var error = new Error(message);\n return enhanceError(error, config, code, request, response);\n};\n","'use strict';\n\nvar utils = require('../utils');\n\n/**\n * Config-specific merge-function which creates a new config-object\n * by merging two configuration objects together.\n *\n * @param {Object} config1\n * @param {Object} config2\n * @returns {Object} New object resulting from merging config2 to config1\n */\nmodule.exports = function mergeConfig(config1, config2) {\n // eslint-disable-next-line no-param-reassign\n config2 = config2 || {};\n var config = {};\n\n var valueFromConfig2Keys = ['url', 'method', 'data'];\n var mergeDeepPropertiesKeys = ['headers', 'auth', 'proxy', 'params'];\n var defaultToConfig2Keys = [\n 'baseURL', 'transformRequest', 'transformResponse', 'paramsSerializer',\n 'timeout', 'timeoutMessage', 'withCredentials', 'adapter', 'responseType', 'xsrfCookieName',\n 'xsrfHeaderName', 'onUploadProgress', 'onDownloadProgress', 'decompress',\n 'maxContentLength', 'maxBodyLength', 'maxRedirects', 'transport', 'httpAgent',\n 'httpsAgent', 'cancelToken', 'socketPath', 'responseEncoding'\n ];\n var directMergeKeys = ['validateStatus'];\n\n function getMergedValue(target, source) {\n if (utils.isPlainObject(target) && utils.isPlainObject(source)) {\n return utils.merge(target, source);\n } else if (utils.isPlainObject(source)) {\n return utils.merge({}, source);\n } else if (utils.isArray(source)) {\n return source.slice();\n }\n return source;\n }\n\n function mergeDeepProperties(prop) {\n if (!utils.isUndefined(config2[prop])) {\n config[prop] = getMergedValue(config1[prop], config2[prop]);\n } else if (!utils.isUndefined(config1[prop])) {\n config[prop] = getMergedValue(undefined, config1[prop]);\n }\n }\n\n utils.forEach(valueFromConfig2Keys, function valueFromConfig2(prop) {\n if (!utils.isUndefined(config2[prop])) {\n config[prop] = getMergedValue(undefined, config2[prop]);\n }\n });\n\n utils.forEach(mergeDeepPropertiesKeys, mergeDeepProperties);\n\n utils.forEach(defaultToConfig2Keys, function defaultToConfig2(prop) {\n if (!utils.isUndefined(config2[prop])) {\n config[prop] = getMergedValue(undefined, config2[prop]);\n } else if (!utils.isUndefined(config1[prop])) {\n config[prop] = getMergedValue(undefined, config1[prop]);\n }\n });\n\n utils.forEach(directMergeKeys, function merge(prop) {\n if (prop in config2) {\n config[prop] = getMergedValue(config1[prop], config2[prop]);\n } else if (prop in config1) {\n config[prop] = getMergedValue(undefined, config1[prop]);\n }\n });\n\n var axiosKeys = valueFromConfig2Keys\n .concat(mergeDeepPropertiesKeys)\n .concat(defaultToConfig2Keys)\n .concat(directMergeKeys);\n\n var otherKeys = Object\n .keys(config1)\n .concat(Object.keys(config2))\n .filter(function filterAxiosKeys(key) {\n return axiosKeys.indexOf(key) === -1;\n });\n\n utils.forEach(otherKeys, mergeDeepProperties);\n\n return config;\n};\n","'use strict';\n\n/**\n * A `Cancel` is an object that is thrown when an operation is canceled.\n *\n * @class\n * @param {string=} message The message.\n */\nfunction Cancel(message) {\n this.message = message;\n}\n\nCancel.prototype.toString = function toString() {\n return 'Cancel' + (this.message ? ': ' + this.message : '');\n};\n\nCancel.prototype.__CANCEL__ = true;\n\nmodule.exports = Cancel;\n","'use strict';\nvar $forEach = require('../internals/array-iteration').forEach;\nvar arrayMethodIsStrict = require('../internals/array-method-is-strict');\n\nvar STRICT_METHOD = arrayMethodIsStrict('forEach');\n\n// `Array.prototype.forEach` method implementation\n// https://tc39.es/ecma262/#sec-array.prototype.foreach\nmodule.exports = !STRICT_METHOD ? function forEach(callbackfn /* , thisArg */) {\n return $forEach(this, callbackfn, arguments.length > 1 ? arguments[1] : undefined);\n// eslint-disable-next-line es/no-array-prototype-foreach -- safe\n} : [].forEach;\n","var toInteger = require('../internals/to-integer');\n\nvar min = Math.min;\n\n// `ToLength` abstract operation\n// https://tc39.es/ecma262/#sec-tolength\nmodule.exports = function (argument) {\n return argument > 0 ? min(toInteger(argument), 0x1FFFFFFFFFFFFF) : 0; // 2 ** 53 - 1 == 9007199254740991\n};\n","'use strict';\n/* eslint-disable es/no-array-prototype-indexof -- required for testing */\nvar $ = require('../internals/export');\nvar $indexOf = require('../internals/array-includes').indexOf;\nvar arrayMethodIsStrict = require('../internals/array-method-is-strict');\n\nvar nativeIndexOf = [].indexOf;\n\nvar NEGATIVE_ZERO = !!nativeIndexOf && 1 / [1].indexOf(1, -0) < 0;\nvar STRICT_METHOD = arrayMethodIsStrict('indexOf');\n\n// `Array.prototype.indexOf` method\n// https://tc39.es/ecma262/#sec-array.prototype.indexof\n$({ target: 'Array', proto: true, forced: NEGATIVE_ZERO || !STRICT_METHOD }, {\n indexOf: function indexOf(searchElement /* , fromIndex = 0 */) {\n return NEGATIVE_ZERO\n // convert -0 to +0\n ? nativeIndexOf.apply(this, arguments) || 0\n : $indexOf(this, searchElement, arguments.length > 1 ? arguments[1] : undefined);\n }\n});\n","'use strict';\n\nvar bind = require('./helpers/bind');\n\n/*global toString:true*/\n\n// utils is a library of generic helper functions non-specific to axios\n\nvar toString = Object.prototype.toString;\n\n/**\n * Determine if a value is an Array\n *\n * @param {Object} val The value to test\n * @returns {boolean} True if value is an Array, otherwise false\n */\nfunction isArray(val) {\n return toString.call(val) === '[object Array]';\n}\n\n/**\n * Determine if a value is undefined\n *\n * @param {Object} val The value to test\n * @returns {boolean} True if the value is undefined, otherwise false\n */\nfunction isUndefined(val) {\n return typeof val === 'undefined';\n}\n\n/**\n * Determine if a value is a Buffer\n *\n * @param {Object} val The value to test\n * @returns {boolean} True if value is a Buffer, otherwise false\n */\nfunction isBuffer(val) {\n return val !== null && !isUndefined(val) && val.constructor !== null && !isUndefined(val.constructor)\n && typeof val.constructor.isBuffer === 'function' && val.constructor.isBuffer(val);\n}\n\n/**\n * Determine if a value is an ArrayBuffer\n *\n * @param {Object} val The value to test\n * @returns {boolean} True if value is an ArrayBuffer, otherwise false\n */\nfunction isArrayBuffer(val) {\n return toString.call(val) === '[object ArrayBuffer]';\n}\n\n/**\n * Determine if a value is a FormData\n *\n * @param {Object} val The value to test\n * @returns {boolean} True if value is an FormData, otherwise false\n */\nfunction isFormData(val) {\n return (typeof FormData !== 'undefined') && (val instanceof FormData);\n}\n\n/**\n * Determine if a value is a view on an ArrayBuffer\n *\n * @param {Object} val The value to test\n * @returns {boolean} True if value is a view on an ArrayBuffer, otherwise false\n */\nfunction isArrayBufferView(val) {\n var result;\n if ((typeof ArrayBuffer !== 'undefined') && (ArrayBuffer.isView)) {\n result = ArrayBuffer.isView(val);\n } else {\n result = (val) && (val.buffer) && (val.buffer instanceof ArrayBuffer);\n }\n return result;\n}\n\n/**\n * Determine if a value is a String\n *\n * @param {Object} val The value to test\n * @returns {boolean} True if value is a String, otherwise false\n */\nfunction isString(val) {\n return typeof val === 'string';\n}\n\n/**\n * Determine if a value is a Number\n *\n * @param {Object} val The value to test\n * @returns {boolean} True if value is a Number, otherwise false\n */\nfunction isNumber(val) {\n return typeof val === 'number';\n}\n\n/**\n * Determine if a value is an Object\n *\n * @param {Object} val The value to test\n * @returns {boolean} True if value is an Object, otherwise false\n */\nfunction isObject(val) {\n return val !== null && typeof val === 'object';\n}\n\n/**\n * Determine if a value is a plain Object\n *\n * @param {Object} val The value to test\n * @return {boolean} True if value is a plain Object, otherwise false\n */\nfunction isPlainObject(val) {\n if (toString.call(val) !== '[object Object]') {\n return false;\n }\n\n var prototype = Object.getPrototypeOf(val);\n return prototype === null || prototype === Object.prototype;\n}\n\n/**\n * Determine if a value is a Date\n *\n * @param {Object} val The value to test\n * @returns {boolean} True if value is a Date, otherwise false\n */\nfunction isDate(val) {\n return toString.call(val) === '[object Date]';\n}\n\n/**\n * Determine if a value is a File\n *\n * @param {Object} val The value to test\n * @returns {boolean} True if value is a File, otherwise false\n */\nfunction isFile(val) {\n return toString.call(val) === '[object File]';\n}\n\n/**\n * Determine if a value is a Blob\n *\n * @param {Object} val The value to test\n * @returns {boolean} True if value is a Blob, otherwise false\n */\nfunction isBlob(val) {\n return toString.call(val) === '[object Blob]';\n}\n\n/**\n * Determine if a value is a Function\n *\n * @param {Object} val The value to test\n * @returns {boolean} True if value is a Function, otherwise false\n */\nfunction isFunction(val) {\n return toString.call(val) === '[object Function]';\n}\n\n/**\n * Determine if a value is a Stream\n *\n * @param {Object} val The value to test\n * @returns {boolean} True if value is a Stream, otherwise false\n */\nfunction isStream(val) {\n return isObject(val) && isFunction(val.pipe);\n}\n\n/**\n * Determine if a value is a URLSearchParams object\n *\n * @param {Object} val The value to test\n * @returns {boolean} True if value is a URLSearchParams object, otherwise false\n */\nfunction isURLSearchParams(val) {\n return typeof URLSearchParams !== 'undefined' && val instanceof URLSearchParams;\n}\n\n/**\n * Trim excess whitespace off the beginning and end of a string\n *\n * @param {String} str The String to trim\n * @returns {String} The String freed of excess whitespace\n */\nfunction trim(str) {\n return str.replace(/^\\s*/, '').replace(/\\s*$/, '');\n}\n\n/**\n * Determine if we're running in a standard browser environment\n *\n * This allows axios to run in a web worker, and react-native.\n * Both environments support XMLHttpRequest, but not fully standard globals.\n *\n * web workers:\n * typeof window -> undefined\n * typeof document -> undefined\n *\n * react-native:\n * navigator.product -> 'ReactNative'\n * nativescript\n * navigator.product -> 'NativeScript' or 'NS'\n */\nfunction isStandardBrowserEnv() {\n if (typeof navigator !== 'undefined' && (navigator.product === 'ReactNative' ||\n navigator.product === 'NativeScript' ||\n navigator.product === 'NS')) {\n return false;\n }\n return (\n typeof window !== 'undefined' &&\n typeof document !== 'undefined'\n );\n}\n\n/**\n * Iterate over an Array or an Object invoking a function for each item.\n *\n * If `obj` is an Array callback will be called passing\n * the value, index, and complete array for each item.\n *\n * If 'obj' is an Object callback will be called passing\n * the value, key, and complete object for each property.\n *\n * @param {Object|Array} obj The object to iterate\n * @param {Function} fn The callback to invoke for each item\n */\nfunction forEach(obj, fn) {\n // Don't bother if no value provided\n if (obj === null || typeof obj === 'undefined') {\n return;\n }\n\n // Force an array if not already something iterable\n if (typeof obj !== 'object') {\n /*eslint no-param-reassign:0*/\n obj = [obj];\n }\n\n if (isArray(obj)) {\n // Iterate over array values\n for (var i = 0, l = obj.length; i < l; i++) {\n fn.call(null, obj[i], i, obj);\n }\n } else {\n // Iterate over object keys\n for (var key in obj) {\n if (Object.prototype.hasOwnProperty.call(obj, key)) {\n fn.call(null, obj[key], key, obj);\n }\n }\n }\n}\n\n/**\n * Accepts varargs expecting each argument to be an object, then\n * immutably merges the properties of each object and returns result.\n *\n * When multiple objects contain the same key the later object in\n * the arguments list will take precedence.\n *\n * Example:\n *\n * ```js\n * var result = merge({foo: 123}, {foo: 456});\n * console.log(result.foo); // outputs 456\n * ```\n *\n * @param {Object} obj1 Object to merge\n * @returns {Object} Result of all merge properties\n */\nfunction merge(/* obj1, obj2, obj3, ... */) {\n var result = {};\n function assignValue(val, key) {\n if (isPlainObject(result[key]) && isPlainObject(val)) {\n result[key] = merge(result[key], val);\n } else if (isPlainObject(val)) {\n result[key] = merge({}, val);\n } else if (isArray(val)) {\n result[key] = val.slice();\n } else {\n result[key] = val;\n }\n }\n\n for (var i = 0, l = arguments.length; i < l; i++) {\n forEach(arguments[i], assignValue);\n }\n return result;\n}\n\n/**\n * Extends object a by mutably adding to it the properties of object b.\n *\n * @param {Object} a The object to be extended\n * @param {Object} b The object to copy properties from\n * @param {Object} thisArg The object to bind function to\n * @return {Object} The resulting value of object a\n */\nfunction extend(a, b, thisArg) {\n forEach(b, function assignValue(val, key) {\n if (thisArg && typeof val === 'function') {\n a[key] = bind(val, thisArg);\n } else {\n a[key] = val;\n }\n });\n return a;\n}\n\n/**\n * Remove byte order marker. This catches EF BB BF (the UTF-8 BOM)\n *\n * @param {string} content with BOM\n * @return {string} content value without BOM\n */\nfunction stripBOM(content) {\n if (content.charCodeAt(0) === 0xFEFF) {\n content = content.slice(1);\n }\n return content;\n}\n\nmodule.exports = {\n isArray: isArray,\n isArrayBuffer: isArrayBuffer,\n isBuffer: isBuffer,\n isFormData: isFormData,\n isArrayBufferView: isArrayBufferView,\n isString: isString,\n isNumber: isNumber,\n isObject: isObject,\n isPlainObject: isPlainObject,\n isUndefined: isUndefined,\n isDate: isDate,\n isFile: isFile,\n isBlob: isBlob,\n isFunction: isFunction,\n isStream: isStream,\n isURLSearchParams: isURLSearchParams,\n isStandardBrowserEnv: isStandardBrowserEnv,\n forEach: forEach,\n merge: merge,\n extend: extend,\n trim: trim,\n stripBOM: stripBOM\n};\n","'use strict';\nvar $ = require('../internals/export');\nvar forEach = require('../internals/array-for-each');\n\n// `Array.prototype.forEach` method\n// https://tc39.es/ecma262/#sec-array.prototype.foreach\n// eslint-disable-next-line es/no-array-prototype-foreach -- safe\n$({ target: 'Array', proto: true, forced: [].forEach != forEach }, {\n forEach: forEach\n});\n","'use strict';\nvar TO_STRING_TAG_SUPPORT = require('../internals/to-string-tag-support');\nvar classof = require('../internals/classof');\n\n// `Object.prototype.toString` method implementation\n// https://tc39.es/ecma262/#sec-object.prototype.tostring\nmodule.exports = TO_STRING_TAG_SUPPORT ? {}.toString : function toString() {\n return '[object ' + classof(this) + ']';\n};\n","var g;\n\n// This works in non-strict mode\ng = (function() {\n\treturn this;\n})();\n\ntry {\n\t// This works if eval is allowed (see CSP)\n\tg = g || new Function(\"return this\")();\n} catch (e) {\n\t// This works if the window reference is available\n\tif (typeof window === \"object\") g = window;\n}\n\n// g can still be undefined, but nothing to do about it...\n// We return undefined, instead of nothing here, so it's\n// easier to handle this case. if(!global) { ...}\n\nmodule.exports = g;\n","\"use strict\";\n\nrequire(\"core-js/modules/es.array.for-each\");\n\nObject.defineProperty(exports, \"__esModule\", {\n value: true\n});\nexports.getRequestToken = getRequestToken;\nexports.onRequestTokenUpdate = onRequestTokenUpdate;\n\nvar _eventBus = require(\"@nextcloud/event-bus\");\n\nvar tokenElement = document.getElementsByTagName('head')[0];\nvar token = tokenElement ? tokenElement.getAttribute('data-requesttoken') : null;\nvar observers = [];\n\nfunction getRequestToken() {\n return token;\n}\n\nfunction onRequestTokenUpdate(observer) {\n observers.push(observer);\n} // Listen to server event and keep token in sync\n\n\n(0, _eventBus.subscribe)('csrf-token-update', function (e) {\n token = e.token;\n observers.forEach(function (observer) {\n try {\n observer(e.token);\n } catch (e) {\n console.error('error updating CSRF token observer', e);\n }\n });\n});\n//# sourceMappingURL=requesttoken.js.map","\"use strict\";\n\nObject.defineProperty(exports, \"__esModule\", {\n value: true\n});\nexports.getCurrentUser = getCurrentUser;\n/// <reference types=\"@nextcloud/typings\" />\nvar uidElement = document.getElementsByTagName('head')[0];\nvar uid = uidElement ? uidElement.getAttribute('data-user') : null;\nvar displayNameElement = document.getElementsByTagName('head')[0];\nvar displayName = displayNameElement ? displayNameElement.getAttribute('data-user-displayname') : null;\nvar isAdmin = typeof OC === 'undefined' ? false : OC.isUserAdmin();\n\nfunction getCurrentUser() {\n if (uid === null) {\n return null;\n }\n\n return {\n uid: uid,\n displayName: displayName,\n isAdmin: isAdmin\n };\n}\n//# sourceMappingURL=user.js.map","var DESCRIPTORS = require('../internals/descriptors');\nvar definePropertyModule = require('../internals/object-define-property');\nvar createPropertyDescriptor = require('../internals/create-property-descriptor');\n\nmodule.exports = DESCRIPTORS ? function (object, key, value) {\n return definePropertyModule.f(object, key, createPropertyDescriptor(1, value));\n} : function (object, key, value) {\n object[key] = value;\n return object;\n};\n","var DESCRIPTORS = require('../internals/descriptors');\nvar IE8_DOM_DEFINE = require('../internals/ie8-dom-define');\nvar anObject = require('../internals/an-object');\nvar toPrimitive = require('../internals/to-primitive');\n\n// eslint-disable-next-line es/no-object-defineproperty -- safe\nvar $defineProperty = Object.defineProperty;\n\n// `Object.defineProperty` method\n// https://tc39.es/ecma262/#sec-object.defineproperty\nexports.f = DESCRIPTORS ? $defineProperty : function defineProperty(O, P, Attributes) {\n anObject(O);\n P = toPrimitive(P, true);\n anObject(Attributes);\n if (IE8_DOM_DEFINE) try {\n return $defineProperty(O, P, Attributes);\n } catch (error) { /* empty */ }\n if ('get' in Attributes || 'set' in Attributes) throw TypeError('Accessors not supported');\n if ('value' in Attributes) O[P] = Attributes.value;\n return O;\n};\n","// `RequireObjectCoercible` abstract operation\n// https://tc39.es/ecma262/#sec-requireobjectcoercible\nmodule.exports = function (it) {\n if (it == undefined) throw TypeError(\"Can't call method on \" + it);\n return it;\n};\n","module.exports = require('./lib/axios');","'use strict';\n\nvar utils = require('./utils');\nvar bind = require('./helpers/bind');\nvar Axios = require('./core/Axios');\nvar mergeConfig = require('./core/mergeConfig');\nvar defaults = require('./defaults');\n\n/**\n * Create an instance of Axios\n *\n * @param {Object} defaultConfig The default config for the instance\n * @return {Axios} A new instance of Axios\n */\nfunction createInstance(defaultConfig) {\n var context = new Axios(defaultConfig);\n var instance = bind(Axios.prototype.request, context);\n\n // Copy axios.prototype to instance\n utils.extend(instance, Axios.prototype, context);\n\n // Copy context to instance\n utils.extend(instance, context);\n\n return instance;\n}\n\n// Create the default instance to be exported\nvar axios = createInstance(defaults);\n\n// Expose Axios class to allow class inheritance\naxios.Axios = Axios;\n\n// Factory for creating new instances\naxios.create = function create(instanceConfig) {\n return createInstance(mergeConfig(axios.defaults, instanceConfig));\n};\n\n// Expose Cancel & CancelToken\naxios.Cancel = require('./cancel/Cancel');\naxios.CancelToken = require('./cancel/CancelToken');\naxios.isCancel = require('./cancel/isCancel');\n\n// Expose all/spread\naxios.all = function all(promises) {\n return Promise.all(promises);\n};\naxios.spread = require('./helpers/spread');\n\n// Expose isAxiosError\naxios.isAxiosError = require('./helpers/isAxiosError');\n\nmodule.exports = axios;\n\n// Allow use of default import syntax in TypeScript\nmodule.exports.default = axios;\n","'use strict';\n\nvar utils = require('./../utils');\nvar buildURL = require('../helpers/buildURL');\nvar InterceptorManager = require('./InterceptorManager');\nvar dispatchRequest = require('./dispatchRequest');\nvar mergeConfig = require('./mergeConfig');\n\n/**\n * Create a new instance of Axios\n *\n * @param {Object} instanceConfig The default config for the instance\n */\nfunction Axios(instanceConfig) {\n this.defaults = instanceConfig;\n this.interceptors = {\n request: new InterceptorManager(),\n response: new InterceptorManager()\n };\n}\n\n/**\n * Dispatch a request\n *\n * @param {Object} config The config specific for this request (merged with this.defaults)\n */\nAxios.prototype.request = function request(config) {\n /*eslint no-param-reassign:0*/\n // Allow for axios('example/url'[, config]) a la fetch API\n if (typeof config === 'string') {\n config = arguments[1] || {};\n config.url = arguments[0];\n } else {\n config = config || {};\n }\n\n config = mergeConfig(this.defaults, config);\n\n // Set config.method\n if (config.method) {\n config.method = config.method.toLowerCase();\n } else if (this.defaults.method) {\n config.method = this.defaults.method.toLowerCase();\n } else {\n config.method = 'get';\n }\n\n // Hook up interceptors middleware\n var chain = [dispatchRequest, undefined];\n var promise = Promise.resolve(config);\n\n this.interceptors.request.forEach(function unshiftRequestInterceptors(interceptor) {\n chain.unshift(interceptor.fulfilled, interceptor.rejected);\n });\n\n this.interceptors.response.forEach(function pushResponseInterceptors(interceptor) {\n chain.push(interceptor.fulfilled, interceptor.rejected);\n });\n\n while (chain.length) {\n promise = promise.then(chain.shift(), chain.shift());\n }\n\n return promise;\n};\n\nAxios.prototype.getUri = function getUri(config) {\n config = mergeConfig(this.defaults, config);\n return buildURL(config.url, config.params, config.paramsSerializer).replace(/^\\?/, '');\n};\n\n// Provide aliases for supported request methods\nutils.forEach(['delete', 'get', 'head', 'options'], function forEachMethodNoData(method) {\n /*eslint func-names:0*/\n Axios.prototype[method] = function(url, config) {\n return this.request(mergeConfig(config || {}, {\n method: method,\n url: url,\n data: (config || {}).data\n }));\n };\n});\n\nutils.forEach(['post', 'put', 'patch'], function forEachMethodWithData(method) {\n /*eslint func-names:0*/\n Axios.prototype[method] = function(url, data, config) {\n return this.request(mergeConfig(config || {}, {\n method: method,\n url: url,\n data: data\n }));\n };\n});\n\nmodule.exports = Axios;\n","var global = require('../internals/global');\nvar createNonEnumerableProperty = require('../internals/create-non-enumerable-property');\nvar has = require('../internals/has');\nvar setGlobal = require('../internals/set-global');\nvar inspectSource = require('../internals/inspect-source');\nvar InternalStateModule = require('../internals/internal-state');\n\nvar getInternalState = InternalStateModule.get;\nvar enforceInternalState = InternalStateModule.enforce;\nvar TEMPLATE = String(String).split('String');\n\n(module.exports = function (O, key, value, options) {\n var unsafe = options ? !!options.unsafe : false;\n var simple = options ? !!options.enumerable : false;\n var noTargetGet = options ? !!options.noTargetGet : false;\n var state;\n if (typeof value == 'function') {\n if (typeof key == 'string' && !has(value, 'name')) {\n createNonEnumerableProperty(value, 'name', key);\n }\n state = enforceInternalState(value);\n if (!state.source) {\n state.source = TEMPLATE.join(typeof key == 'string' ? key : '');\n }\n }\n if (O === global) {\n if (simple) O[key] = value;\n else setGlobal(key, value);\n return;\n } else if (!unsafe) {\n delete O[key];\n } else if (!noTargetGet && O[key]) {\n simple = true;\n }\n if (simple) O[key] = value;\n else createNonEnumerableProperty(O, key, value);\n// add fake Function#toString for correct work wrapped methods / constructors with methods like LoDash isNative\n})(Function.prototype, 'toString', function toString() {\n return typeof this == 'function' && getInternalState(this).source || inspectSource(this);\n});\n","'use strict';\n\nvar utils = require('./../utils');\n\nfunction InterceptorManager() {\n this.handlers = [];\n}\n\n/**\n * Add a new interceptor to the stack\n *\n * @param {Function} fulfilled The function to handle `then` for a `Promise`\n * @param {Function} rejected The function to handle `reject` for a `Promise`\n *\n * @return {Number} An ID used to remove interceptor later\n */\nInterceptorManager.prototype.use = function use(fulfilled, rejected) {\n this.handlers.push({\n fulfilled: fulfilled,\n rejected: rejected\n });\n return this.handlers.length - 1;\n};\n\n/**\n * Remove an interceptor from the stack\n *\n * @param {Number} id The ID that was returned by `use`\n */\nInterceptorManager.prototype.eject = function eject(id) {\n if (this.handlers[id]) {\n this.handlers[id] = null;\n }\n};\n\n/**\n * Iterate over all the registered interceptors\n *\n * This method is particularly useful for skipping over any\n * interceptors that may have become `null` calling `eject`.\n *\n * @param {Function} fn The function to call for each interceptor\n */\nInterceptorManager.prototype.forEach = function forEach(fn) {\n utils.forEach(this.handlers, function forEachHandler(h) {\n if (h !== null) {\n fn(h);\n }\n });\n};\n\nmodule.exports = InterceptorManager;\n","'use strict';\n\nvar utils = require('./../utils');\nvar transformData = require('./transformData');\nvar isCancel = require('../cancel/isCancel');\nvar defaults = require('../defaults');\n\n/**\n * Throws a `Cancel` if cancellation has been requested.\n */\nfunction throwIfCancellationRequested(config) {\n if (config.cancelToken) {\n config.cancelToken.throwIfRequested();\n }\n}\n\n/**\n * Dispatch a request to the server using the configured adapter.\n *\n * @param {object} config The config that is to be used for the request\n * @returns {Promise} The Promise to be fulfilled\n */\nmodule.exports = function dispatchRequest(config) {\n throwIfCancellationRequested(config);\n\n // Ensure headers exist\n config.headers = config.headers || {};\n\n // Transform request data\n config.data = transformData(\n config.data,\n config.headers,\n config.transformRequest\n );\n\n // Flatten headers\n config.headers = utils.merge(\n config.headers.common || {},\n config.headers[config.method] || {},\n config.headers\n );\n\n utils.forEach(\n ['delete', 'get', 'head', 'post', 'put', 'patch', 'common'],\n function cleanHeaderConfig(method) {\n delete config.headers[method];\n }\n );\n\n var adapter = config.adapter || defaults.adapter;\n\n return adapter(config).then(function onAdapterResolution(response) {\n throwIfCancellationRequested(config);\n\n // Transform response data\n response.data = transformData(\n response.data,\n response.headers,\n config.transformResponse\n );\n\n return response;\n }, function onAdapterRejection(reason) {\n if (!isCancel(reason)) {\n throwIfCancellationRequested(config);\n\n // Transform response data\n if (reason && reason.response) {\n reason.response.data = transformData(\n reason.response.data,\n reason.response.headers,\n config.transformResponse\n );\n }\n }\n\n return Promise.reject(reason);\n });\n};\n","'use strict';\n\nvar utils = require('./../utils');\n\n/**\n * Transform the data for a request or a response\n *\n * @param {Object|String} data The data to be transformed\n * @param {Array} headers The headers for the request or response\n * @param {Array|Function} fns A single function or Array of functions\n * @returns {*} The resulting transformed data\n */\nmodule.exports = function transformData(data, headers, fns) {\n /*eslint no-param-reassign:0*/\n utils.forEach(fns, function transform(fn) {\n data = fn(data, headers);\n });\n\n return data;\n};\n","'use strict';\n\nvar utils = require('../utils');\n\nmodule.exports = function normalizeHeaderName(headers, normalizedName) {\n utils.forEach(headers, function processHeader(value, name) {\n if (name !== normalizedName && name.toUpperCase() === normalizedName.toUpperCase()) {\n headers[normalizedName] = value;\n delete headers[name];\n }\n });\n};\n","'use strict';\n\nvar createError = require('./createError');\n\n/**\n * Resolve or reject a Promise based on response status.\n *\n * @param {Function} resolve A function that resolves the promise.\n * @param {Function} reject A function that rejects the promise.\n * @param {object} response The response.\n */\nmodule.exports = function settle(resolve, reject, response) {\n var validateStatus = response.config.validateStatus;\n if (!response.status || !validateStatus || validateStatus(response.status)) {\n resolve(response);\n } else {\n reject(createError(\n 'Request failed with status code ' + response.status,\n response.config,\n null,\n response.request,\n response\n ));\n }\n};\n","'use strict';\n\n/**\n * Update an Error with the specified config, error code, and response.\n *\n * @param {Error} error The error to update.\n * @param {Object} config The config.\n * @param {string} [code] The error code (for example, 'ECONNABORTED').\n * @param {Object} [request] The request.\n * @param {Object} [response] The response.\n * @returns {Error} The error.\n */\nmodule.exports = function enhanceError(error, config, code, request, response) {\n error.config = config;\n if (code) {\n error.code = code;\n }\n\n error.request = request;\n error.response = response;\n error.isAxiosError = true;\n\n error.toJSON = function toJSON() {\n return {\n // Standard\n message: this.message,\n name: this.name,\n // Microsoft\n description: this.description,\n number: this.number,\n // Mozilla\n fileName: this.fileName,\n lineNumber: this.lineNumber,\n columnNumber: this.columnNumber,\n stack: this.stack,\n // Axios\n config: this.config,\n code: this.code\n };\n };\n return error;\n};\n","'use strict';\n\nvar utils = require('./../utils');\n\nmodule.exports = (\n utils.isStandardBrowserEnv() ?\n\n // Standard browser envs support document.cookie\n (function standardBrowserEnv() {\n return {\n write: function write(name, value, expires, path, domain, secure) {\n var cookie = [];\n cookie.push(name + '=' + encodeURIComponent(value));\n\n if (utils.isNumber(expires)) {\n cookie.push('expires=' + new Date(expires).toGMTString());\n }\n\n if (utils.isString(path)) {\n cookie.push('path=' + path);\n }\n\n if (utils.isString(domain)) {\n cookie.push('domain=' + domain);\n }\n\n if (secure === true) {\n cookie.push('secure');\n }\n\n document.cookie = cookie.join('; ');\n },\n\n read: function read(name) {\n var match = document.cookie.match(new RegExp('(^|;\\\\s*)(' + name + ')=([^;]*)'));\n return (match ? decodeURIComponent(match[3]) : null);\n },\n\n remove: function remove(name) {\n this.write(name, '', Date.now() - 86400000);\n }\n };\n })() :\n\n // Non standard browser env (web workers, react-native) lack needed support.\n (function nonStandardBrowserEnv() {\n return {\n write: function write() {},\n read: function read() { return null; },\n remove: function remove() {}\n };\n })()\n);\n","'use strict';\n\nvar isAbsoluteURL = require('../helpers/isAbsoluteURL');\nvar combineURLs = require('../helpers/combineURLs');\n\n/**\n * Creates a new URL by combining the baseURL with the requestedURL,\n * only when the requestedURL is not already an absolute URL.\n * If the requestURL is absolute, this function returns the requestedURL untouched.\n *\n * @param {string} baseURL The base URL\n * @param {string} requestedURL Absolute or relative URL to combine\n * @returns {string} The combined full path\n */\nmodule.exports = function buildFullPath(baseURL, requestedURL) {\n if (baseURL && !isAbsoluteURL(requestedURL)) {\n return combineURLs(baseURL, requestedURL);\n }\n return requestedURL;\n};\n","'use strict';\n\n/**\n * Determines whether the specified URL is absolute\n *\n * @param {string} url The URL to test\n * @returns {boolean} True if the specified URL is absolute, otherwise false\n */\nmodule.exports = function isAbsoluteURL(url) {\n // A URL is considered absolute if it begins with \"<scheme>://\" or \"//\" (protocol-relative URL).\n // RFC 3986 defines scheme name as a sequence of characters beginning with a letter and followed\n // by any combination of letters, digits, plus, period, or hyphen.\n return /^([a-z][a-z\\d\\+\\-\\.]*:)?\\/\\//i.test(url);\n};\n","'use strict';\n\n/**\n * Creates a new URL by combining the specified URLs\n *\n * @param {string} baseURL The base URL\n * @param {string} relativeURL The relative URL\n * @returns {string} The combined URL\n */\nmodule.exports = function combineURLs(baseURL, relativeURL) {\n return relativeURL\n ? baseURL.replace(/\\/+$/, '') + '/' + relativeURL.replace(/^\\/+/, '')\n : baseURL;\n};\n","// toObject with fallback for non-array-like ES3 strings\nvar IndexedObject = require('../internals/indexed-object');\nvar requireObjectCoercible = require('../internals/require-object-coercible');\n\nmodule.exports = function (it) {\n return IndexedObject(requireObjectCoercible(it));\n};\n","'use strict';\n\nvar utils = require('./../utils');\n\n// Headers whose duplicates are ignored by node\n// c.f. https://nodejs.org/api/http.html#http_message_headers\nvar ignoreDuplicateOf = [\n 'age', 'authorization', 'content-length', 'content-type', 'etag',\n 'expires', 'from', 'host', 'if-modified-since', 'if-unmodified-since',\n 'last-modified', 'location', 'max-forwards', 'proxy-authorization',\n 'referer', 'retry-after', 'user-agent'\n];\n\n/**\n * Parse headers into an object\n *\n * ```\n * Date: Wed, 27 Aug 2014 08:58:49 GMT\n * Content-Type: application/json\n * Connection: keep-alive\n * Transfer-Encoding: chunked\n * ```\n *\n * @param {String} headers Headers needing to be parsed\n * @returns {Object} Headers parsed into an object\n */\nmodule.exports = function parseHeaders(headers) {\n var parsed = {};\n var key;\n var val;\n var i;\n\n if (!headers) { return parsed; }\n\n utils.forEach(headers.split('\\n'), function parser(line) {\n i = line.indexOf(':');\n key = utils.trim(line.substr(0, i)).toLowerCase();\n val = utils.trim(line.substr(i + 1));\n\n if (key) {\n if (parsed[key] && ignoreDuplicateOf.indexOf(key) >= 0) {\n return;\n }\n if (key === 'set-cookie') {\n parsed[key] = (parsed[key] ? parsed[key] : []).concat([val]);\n } else {\n parsed[key] = parsed[key] ? parsed[key] + ', ' + val : val;\n }\n }\n });\n\n return parsed;\n};\n","'use strict';\n\nvar utils = require('./../utils');\n\nmodule.exports = (\n utils.isStandardBrowserEnv() ?\n\n // Standard browser envs have full support of the APIs needed to test\n // whether the request URL is of the same origin as current location.\n (function standardBrowserEnv() {\n var msie = /(msie|trident)/i.test(navigator.userAgent);\n var urlParsingNode = document.createElement('a');\n var originURL;\n\n /**\n * Parse a URL to discover it's components\n *\n * @param {String} url The URL to be parsed\n * @returns {Object}\n */\n function resolveURL(url) {\n var href = url;\n\n if (msie) {\n // IE needs attribute set twice to normalize properties\n urlParsingNode.setAttribute('href', href);\n href = urlParsingNode.href;\n }\n\n urlParsingNode.setAttribute('href', href);\n\n // urlParsingNode provides the UrlUtils interface - http://url.spec.whatwg.org/#urlutils\n return {\n href: urlParsingNode.href,\n protocol: urlParsingNode.protocol ? urlParsingNode.protocol.replace(/:$/, '') : '',\n host: urlParsingNode.host,\n search: urlParsingNode.search ? urlParsingNode.search.replace(/^\\?/, '') : '',\n hash: urlParsingNode.hash ? urlParsingNode.hash.replace(/^#/, '') : '',\n hostname: urlParsingNode.hostname,\n port: urlParsingNode.port,\n pathname: (urlParsingNode.pathname.charAt(0) === '/') ?\n urlParsingNode.pathname :\n '/' + urlParsingNode.pathname\n };\n }\n\n originURL = resolveURL(window.location.href);\n\n /**\n * Determine if a URL shares the same origin as the current location\n *\n * @param {String} requestURL The URL to test\n * @returns {boolean} True if URL shares the same origin, otherwise false\n */\n return function isURLSameOrigin(requestURL) {\n var parsed = (utils.isString(requestURL)) ? resolveURL(requestURL) : requestURL;\n return (parsed.protocol === originURL.protocol &&\n parsed.host === originURL.host);\n };\n })() :\n\n // Non standard browser envs (web workers, react-native) lack needed support.\n (function nonStandardBrowserEnv() {\n return function isURLSameOrigin() {\n return true;\n };\n })()\n);\n","'use strict';\n\nvar Cancel = require('./Cancel');\n\n/**\n * A `CancelToken` is an object that can be used to request cancellation of an operation.\n *\n * @class\n * @param {Function} executor The executor function.\n */\nfunction CancelToken(executor) {\n if (typeof executor !== 'function') {\n throw new TypeError('executor must be a function.');\n }\n\n var resolvePromise;\n this.promise = new Promise(function promiseExecutor(resolve) {\n resolvePromise = resolve;\n });\n\n var token = this;\n executor(function cancel(message) {\n if (token.reason) {\n // Cancellation has already been requested\n return;\n }\n\n token.reason = new Cancel(message);\n resolvePromise(token.reason);\n });\n}\n\n/**\n * Throws a `Cancel` if cancellation has been requested.\n */\nCancelToken.prototype.throwIfRequested = function throwIfRequested() {\n if (this.reason) {\n throw this.reason;\n }\n};\n\n/**\n * Returns an object that contains a new `CancelToken` and a function that, when called,\n * cancels the `CancelToken`.\n */\nCancelToken.source = function source() {\n var cancel;\n var token = new CancelToken(function executor(c) {\n cancel = c;\n });\n return {\n token: token,\n cancel: cancel\n };\n};\n\nmodule.exports = CancelToken;\n","'use strict';\n\n/**\n * Syntactic sugar for invoking a function and expanding an array for arguments.\n *\n * Common use case would be to use `Function.prototype.apply`.\n *\n * ```js\n * function f(x, y, z) {}\n * var args = [1, 2, 3];\n * f.apply(null, args);\n * ```\n *\n * With `spread` this example can be re-written.\n *\n * ```js\n * spread(function(x, y, z) {})([1, 2, 3]);\n * ```\n *\n * @param {Function} callback\n * @returns {Function}\n */\nmodule.exports = function spread(callback) {\n return function wrap(arr) {\n return callback.apply(null, arr);\n };\n};\n","'use strict';\n\n/**\n * Determines whether the payload is an error thrown by Axios\n *\n * @param {*} payload The value to test\n * @returns {boolean} True if the payload is an error thrown by Axios, otherwise false\n */\nmodule.exports = function isAxiosError(payload) {\n return (typeof payload === 'object') && (payload.isAxiosError === true);\n};\n","var ceil = Math.ceil;\nvar floor = Math.floor;\n\n// `ToInteger` abstract operation\n// https://tc39.es/ecma262/#sec-tointeger\nmodule.exports = function (argument) {\n return isNaN(argument = +argument) ? 0 : (argument > 0 ? floor : ceil)(argument);\n};\n","var toString = {}.toString;\n\nmodule.exports = function (it) {\n return toString.call(it).slice(8, -1);\n};\n","var DESCRIPTORS = require('../internals/descriptors');\nvar propertyIsEnumerableModule = require('../internals/object-property-is-enumerable');\nvar createPropertyDescriptor = require('../internals/create-property-descriptor');\nvar toIndexedObject = require('../internals/to-indexed-object');\nvar toPrimitive = require('../internals/to-primitive');\nvar has = require('../internals/has');\nvar IE8_DOM_DEFINE = require('../internals/ie8-dom-define');\n\n// eslint-disable-next-line es/no-object-getownpropertydescriptor -- safe\nvar $getOwnPropertyDescriptor = Object.getOwnPropertyDescriptor;\n\n// `Object.getOwnPropertyDescriptor` method\n// https://tc39.es/ecma262/#sec-object.getownpropertydescriptor\nexports.f = DESCRIPTORS ? $getOwnPropertyDescriptor : function getOwnPropertyDescriptor(O, P) {\n O = toIndexedObject(O);\n P = toPrimitive(P, true);\n if (IE8_DOM_DEFINE) try {\n return $getOwnPropertyDescriptor(O, P);\n } catch (error) { /* empty */ }\n if (has(O, P)) return createPropertyDescriptor(!propertyIsEnumerableModule.f.call(O, P), O[P]);\n};\n","var global = require('../internals/global');\nvar getOwnPropertyDescriptor = require('../internals/object-get-own-property-descriptor').f;\nvar createNonEnumerableProperty = require('../internals/create-non-enumerable-property');\nvar redefine = require('../internals/redefine');\nvar setGlobal = require('../internals/set-global');\nvar copyConstructorProperties = require('../internals/copy-constructor-properties');\nvar isForced = require('../internals/is-forced');\n\n/*\n options.target - name of the target object\n options.global - target is the global object\n options.stat - export as static methods of target\n options.proto - export as prototype methods of target\n options.real - real prototype method for the `pure` version\n options.forced - export even if the native feature is available\n options.bind - bind methods to the target, required for the `pure` version\n options.wrap - wrap constructors to preventing global pollution, required for the `pure` version\n options.unsafe - use the simple assignment of property instead of delete + defineProperty\n options.sham - add a flag to not completely full polyfills\n options.enumerable - export as enumerable property\n options.noTargetGet - prevent calling a getter on target\n*/\nmodule.exports = function (options, source) {\n var TARGET = options.target;\n var GLOBAL = options.global;\n var STATIC = options.stat;\n var FORCED, target, key, targetProperty, sourceProperty, descriptor;\n if (GLOBAL) {\n target = global;\n } else if (STATIC) {\n target = global[TARGET] || setGlobal(TARGET, {});\n } else {\n target = (global[TARGET] || {}).prototype;\n }\n if (target) for (key in source) {\n sourceProperty = source[key];\n if (options.noTargetGet) {\n descriptor = getOwnPropertyDescriptor(target, key);\n targetProperty = descriptor && descriptor.value;\n } else targetProperty = target[key];\n FORCED = isForced(GLOBAL ? key : TARGET + (STATIC ? '.' : '#') + key, options.forced);\n // contained in target\n if (!FORCED && targetProperty !== undefined) {\n if (typeof sourceProperty === typeof targetProperty) continue;\n copyConstructorProperties(sourceProperty, targetProperty);\n }\n // add a flag to not completely full polyfills\n if (options.sham || (targetProperty && targetProperty.sham)) {\n createNonEnumerableProperty(sourceProperty, 'sham', true);\n }\n // extend global\n redefine(target, key, sourceProperty, options);\n }\n};\n","var path = require('../internals/path');\nvar global = require('../internals/global');\n\nvar aFunction = function (variable) {\n return typeof variable == 'function' ? variable : undefined;\n};\n\nmodule.exports = function (namespace, method) {\n return arguments.length < 2 ? aFunction(path[namespace]) || aFunction(global[namespace])\n : path[namespace] && path[namespace][method] || global[namespace] && global[namespace][method];\n};\n","module.exports = function (bitmap, value) {\n return {\n enumerable: !(bitmap & 1),\n configurable: !(bitmap & 2),\n writable: !(bitmap & 4),\n value: value\n };\n};\n","var isObject = require('../internals/is-object');\n\n// `ToPrimitive` abstract operation\n// https://tc39.es/ecma262/#sec-toprimitive\n// instead of the ES6 spec version, we didn't implement @@toPrimitive case\n// and the second argument - flag - preferred type is a string\nmodule.exports = function (input, PREFERRED_STRING) {\n if (!isObject(input)) return input;\n var fn, val;\n if (PREFERRED_STRING && typeof (fn = input.toString) == 'function' && !isObject(val = fn.call(input))) return val;\n if (typeof (fn = input.valueOf) == 'function' && !isObject(val = fn.call(input))) return val;\n if (!PREFERRED_STRING && typeof (fn = input.toString) == 'function' && !isObject(val = fn.call(input))) return val;\n throw TypeError(\"Can't convert object to primitive value\");\n};\n","var NATIVE_WEAK_MAP = require('../internals/native-weak-map');\nvar global = require('../internals/global');\nvar isObject = require('../internals/is-object');\nvar createNonEnumerableProperty = require('../internals/create-non-enumerable-property');\nvar objectHas = require('../internals/has');\nvar shared = require('../internals/shared-store');\nvar sharedKey = require('../internals/shared-key');\nvar hiddenKeys = require('../internals/hidden-keys');\n\nvar OBJECT_ALREADY_INITIALIZED = 'Object already initialized';\nvar WeakMap = global.WeakMap;\nvar set, get, has;\n\nvar enforce = function (it) {\n return has(it) ? get(it) : set(it, {});\n};\n\nvar getterFor = function (TYPE) {\n return function (it) {\n var state;\n if (!isObject(it) || (state = get(it)).type !== TYPE) {\n throw TypeError('Incompatible receiver, ' + TYPE + ' required');\n } return state;\n };\n};\n\nif (NATIVE_WEAK_MAP || shared.state) {\n var store = shared.state || (shared.state = new WeakMap());\n var wmget = store.get;\n var wmhas = store.has;\n var wmset = store.set;\n set = function (it, metadata) {\n if (wmhas.call(store, it)) throw new TypeError(OBJECT_ALREADY_INITIALIZED);\n metadata.facade = it;\n wmset.call(store, it, metadata);\n return metadata;\n };\n get = function (it) {\n return wmget.call(store, it) || {};\n };\n has = function (it) {\n return wmhas.call(store, it);\n };\n} else {\n var STATE = sharedKey('state');\n hiddenKeys[STATE] = true;\n set = function (it, metadata) {\n if (objectHas(it, STATE)) throw new TypeError(OBJECT_ALREADY_INITIALIZED);\n metadata.facade = it;\n createNonEnumerableProperty(it, STATE, metadata);\n return metadata;\n };\n get = function (it) {\n return objectHas(it, STATE) ? it[STATE] : {};\n };\n has = function (it) {\n return objectHas(it, STATE);\n };\n}\n\nmodule.exports = {\n set: set,\n get: get,\n has: has,\n enforce: enforce,\n getterFor: getterFor\n};\n","var bind = require('../internals/function-bind-context');\nvar IndexedObject = require('../internals/indexed-object');\nvar toObject = require('../internals/to-object');\nvar toLength = require('../internals/to-length');\nvar arraySpeciesCreate = require('../internals/array-species-create');\n\nvar push = [].push;\n\n// `Array.prototype.{ forEach, map, filter, some, every, find, findIndex, filterOut }` methods implementation\nvar createMethod = function (TYPE) {\n var IS_MAP = TYPE == 1;\n var IS_FILTER = TYPE == 2;\n var IS_SOME = TYPE == 3;\n var IS_EVERY = TYPE == 4;\n var IS_FIND_INDEX = TYPE == 6;\n var IS_FILTER_OUT = TYPE == 7;\n var NO_HOLES = TYPE == 5 || IS_FIND_INDEX;\n return function ($this, callbackfn, that, specificCreate) {\n var O = toObject($this);\n var self = IndexedObject(O);\n var boundFunction = bind(callbackfn, that, 3);\n var length = toLength(self.length);\n var index = 0;\n var create = specificCreate || arraySpeciesCreate;\n var target = IS_MAP ? create($this, length) : IS_FILTER || IS_FILTER_OUT ? create($this, 0) : undefined;\n var value, result;\n for (;length > index; index++) if (NO_HOLES || index in self) {\n value = self[index];\n result = boundFunction(value, index, O);\n if (TYPE) {\n if (IS_MAP) target[index] = result; // map\n else if (result) switch (TYPE) {\n case 3: return true; // some\n case 5: return value; // find\n case 6: return index; // findIndex\n case 2: push.call(target, value); // filter\n } else switch (TYPE) {\n case 4: return false; // every\n case 7: push.call(target, value); // filterOut\n }\n }\n }\n return IS_FIND_INDEX ? -1 : IS_SOME || IS_EVERY ? IS_EVERY : target;\n };\n};\n\nmodule.exports = {\n // `Array.prototype.forEach` method\n // https://tc39.es/ecma262/#sec-array.prototype.foreach\n forEach: createMethod(0),\n // `Array.prototype.map` method\n // https://tc39.es/ecma262/#sec-array.prototype.map\n map: createMethod(1),\n // `Array.prototype.filter` method\n // https://tc39.es/ecma262/#sec-array.prototype.filter\n filter: createMethod(2),\n // `Array.prototype.some` method\n // https://tc39.es/ecma262/#sec-array.prototype.some\n some: createMethod(3),\n // `Array.prototype.every` method\n // https://tc39.es/ecma262/#sec-array.prototype.every\n every: createMethod(4),\n // `Array.prototype.find` method\n // https://tc39.es/ecma262/#sec-array.prototype.find\n find: createMethod(5),\n // `Array.prototype.findIndex` method\n // https://tc39.es/ecma262/#sec-array.prototype.findIndex\n findIndex: createMethod(6),\n // `Array.prototype.filterOut` method\n // https://github.com/tc39/proposal-array-filtering\n filterOut: createMethod(7)\n};\n","module.exports = function (exec) {\n try {\n return !!exec();\n } catch (error) {\n return true;\n }\n};\n","'use strict';\nvar $ = require('../internals/export');\nvar exec = require('../internals/regexp-exec');\n\n// `RegExp.prototype.exec` method\n// https://tc39.es/ecma262/#sec-regexp.prototype.exec\n$({ target: 'RegExp', proto: true, forced: /./.exec !== exec }, {\n exec: exec\n});\n","var check = function (it) {\n return it && it.Math == Math && it;\n};\n\n// https://github.com/zloirock/core-js/issues/86#issuecomment-115759028\nmodule.exports =\n // eslint-disable-next-line es/no-global-this -- safe\n check(typeof globalThis == 'object' && globalThis) ||\n check(typeof window == 'object' && window) ||\n // eslint-disable-next-line no-restricted-globals -- safe\n check(typeof self == 'object' && self) ||\n check(typeof global == 'object' && global) ||\n // eslint-disable-next-line no-new-func -- fallback\n (function () { return this; })() || Function('return this')();\n","module.exports = function (exec) {\n try {\n return !!exec();\n } catch (error) {\n return true;\n }\n};\n","var fails = require('../internals/fails');\n\n// Detect IE8's incomplete defineProperty implementation\nmodule.exports = !fails(function () {\n // eslint-disable-next-line es/no-object-defineproperty -- required for testing\n return Object.defineProperty({}, 1, { get: function () { return 7; } })[1] != 7;\n});\n","'use strict';\nvar $propertyIsEnumerable = {}.propertyIsEnumerable;\n// eslint-disable-next-line es/no-object-getownpropertydescriptor -- safe\nvar getOwnPropertyDescriptor = Object.getOwnPropertyDescriptor;\n\n// Nashorn ~ JDK8 bug\nvar NASHORN_BUG = getOwnPropertyDescriptor && !$propertyIsEnumerable.call({ 1: 2 }, 1);\n\n// `Object.prototype.propertyIsEnumerable` method implementation\n// https://tc39.es/ecma262/#sec-object.prototype.propertyisenumerable\nexports.f = NASHORN_BUG ? function propertyIsEnumerable(V) {\n var descriptor = getOwnPropertyDescriptor(this, V);\n return !!descriptor && descriptor.enumerable;\n} : $propertyIsEnumerable;\n","module.exports = function (bitmap, value) {\n return {\n enumerable: !(bitmap & 1),\n configurable: !(bitmap & 2),\n writable: !(bitmap & 4),\n value: value\n };\n};\n","var toString = {}.toString;\n\nmodule.exports = function (it) {\n return toString.call(it).slice(8, -1);\n};\n","var fails = require('../internals/fails');\nvar classof = require('../internals/classof-raw');\n\nvar split = ''.split;\n\n// fallback for non-array-like ES3 and non-enumerable old V8 strings\nmodule.exports = fails(function () {\n // throws an error in rhino, see https://github.com/mozilla/rhino/issues/346\n // eslint-disable-next-line no-prototype-builtins -- safe\n return !Object('z').propertyIsEnumerable(0);\n}) ? function (it) {\n return classof(it) == 'String' ? split.call(it, '') : Object(it);\n} : Object;\n","// `RequireObjectCoercible` abstract operation\n// https://tc39.es/ecma262/#sec-requireobjectcoercible\nmodule.exports = function (it) {\n if (it == undefined) throw TypeError(\"Can't call method on \" + it);\n return it;\n};\n","// toObject with fallback for non-array-like ES3 strings\nvar IndexedObject = require('../internals/indexed-object');\nvar requireObjectCoercible = require('../internals/require-object-coercible');\n\nmodule.exports = function (it) {\n return IndexedObject(requireObjectCoercible(it));\n};\n","module.exports = function (it) {\n return typeof it === 'object' ? it !== null : typeof it === 'function';\n};\n","var isObject = require('../internals/is-object');\n\n// `ToPrimitive` abstract operation\n// https://tc39.es/ecma262/#sec-toprimitive\n// instead of the ES6 spec version, we didn't implement @@toPrimitive case\n// and the second argument - flag - preferred type is a string\nmodule.exports = function (input, PREFERRED_STRING) {\n if (!isObject(input)) return input;\n var fn, val;\n if (PREFERRED_STRING && typeof (fn = input.toString) == 'function' && !isObject(val = fn.call(input))) return val;\n if (typeof (fn = input.valueOf) == 'function' && !isObject(val = fn.call(input))) return val;\n if (!PREFERRED_STRING && typeof (fn = input.toString) == 'function' && !isObject(val = fn.call(input))) return val;\n throw TypeError(\"Can't convert object to primitive value\");\n};\n","var requireObjectCoercible = require('../internals/require-object-coercible');\n\n// `ToObject` abstract operation\n// https://tc39.es/ecma262/#sec-toobject\nmodule.exports = function (argument) {\n return Object(requireObjectCoercible(argument));\n};\n","var toObject = require('../internals/to-object');\n\nvar hasOwnProperty = {}.hasOwnProperty;\n\nmodule.exports = function hasOwn(it, key) {\n return hasOwnProperty.call(toObject(it), key);\n};\n","var global = require('../internals/global');\nvar isObject = require('../internals/is-object');\n\nvar document = global.document;\n// typeof document.createElement is 'object' in old IE\nvar EXISTS = isObject(document) && isObject(document.createElement);\n\nmodule.exports = function (it) {\n return EXISTS ? document.createElement(it) : {};\n};\n","var DESCRIPTORS = require('../internals/descriptors');\nvar fails = require('../internals/fails');\nvar createElement = require('../internals/document-create-element');\n\n// Thank's IE8 for his funny defineProperty\nmodule.exports = !DESCRIPTORS && !fails(function () {\n // eslint-disable-next-line es/no-object-defineproperty -- requied for testing\n return Object.defineProperty(createElement('div'), 'a', {\n get: function () { return 7; }\n }).a != 7;\n});\n","var DESCRIPTORS = require('../internals/descriptors');\nvar propertyIsEnumerableModule = require('../internals/object-property-is-enumerable');\nvar createPropertyDescriptor = require('../internals/create-property-descriptor');\nvar toIndexedObject = require('../internals/to-indexed-object');\nvar toPrimitive = require('../internals/to-primitive');\nvar has = require('../internals/has');\nvar IE8_DOM_DEFINE = require('../internals/ie8-dom-define');\n\n// eslint-disable-next-line es/no-object-getownpropertydescriptor -- safe\nvar $getOwnPropertyDescriptor = Object.getOwnPropertyDescriptor;\n\n// `Object.getOwnPropertyDescriptor` method\n// https://tc39.es/ecma262/#sec-object.getownpropertydescriptor\nexports.f = DESCRIPTORS ? $getOwnPropertyDescriptor : function getOwnPropertyDescriptor(O, P) {\n O = toIndexedObject(O);\n P = toPrimitive(P, true);\n if (IE8_DOM_DEFINE) try {\n return $getOwnPropertyDescriptor(O, P);\n } catch (error) { /* empty */ }\n if (has(O, P)) return createPropertyDescriptor(!propertyIsEnumerableModule.f.call(O, P), O[P]);\n};\n","var isObject = require('../internals/is-object');\n\nmodule.exports = function (it) {\n if (!isObject(it)) {\n throw TypeError(String(it) + ' is not an object');\n } return it;\n};\n","var DESCRIPTORS = require('../internals/descriptors');\nvar IE8_DOM_DEFINE = require('../internals/ie8-dom-define');\nvar anObject = require('../internals/an-object');\nvar toPrimitive = require('../internals/to-primitive');\n\n// eslint-disable-next-line es/no-object-defineproperty -- safe\nvar $defineProperty = Object.defineProperty;\n\n// `Object.defineProperty` method\n// https://tc39.es/ecma262/#sec-object.defineproperty\nexports.f = DESCRIPTORS ? $defineProperty : function defineProperty(O, P, Attributes) {\n anObject(O);\n P = toPrimitive(P, true);\n anObject(Attributes);\n if (IE8_DOM_DEFINE) try {\n return $defineProperty(O, P, Attributes);\n } catch (error) { /* empty */ }\n if ('get' in Attributes || 'set' in Attributes) throw TypeError('Accessors not supported');\n if ('value' in Attributes) O[P] = Attributes.value;\n return O;\n};\n","var DESCRIPTORS = require('../internals/descriptors');\nvar definePropertyModule = require('../internals/object-define-property');\nvar createPropertyDescriptor = require('../internals/create-property-descriptor');\n\nmodule.exports = DESCRIPTORS ? function (object, key, value) {\n return definePropertyModule.f(object, key, createPropertyDescriptor(1, value));\n} : function (object, key, value) {\n object[key] = value;\n return object;\n};\n","var global = require('../internals/global');\nvar createNonEnumerableProperty = require('../internals/create-non-enumerable-property');\n\nmodule.exports = function (key, value) {\n try {\n createNonEnumerableProperty(global, key, value);\n } catch (error) {\n global[key] = value;\n } return value;\n};\n","var global = require('../internals/global');\nvar setGlobal = require('../internals/set-global');\n\nvar SHARED = '__core-js_shared__';\nvar store = global[SHARED] || setGlobal(SHARED, {});\n\nmodule.exports = store;\n","var store = require('../internals/shared-store');\n\nvar functionToString = Function.toString;\n\n// this helper broken in `3.4.1-3.4.4`, so we can't use `shared` helper\nif (typeof store.inspectSource != 'function') {\n store.inspectSource = function (it) {\n return functionToString.call(it);\n };\n}\n\nmodule.exports = store.inspectSource;\n","var NATIVE_WEAK_MAP = require('../internals/native-weak-map');\nvar global = require('../internals/global');\nvar isObject = require('../internals/is-object');\nvar createNonEnumerableProperty = require('../internals/create-non-enumerable-property');\nvar objectHas = require('../internals/has');\nvar shared = require('../internals/shared-store');\nvar sharedKey = require('../internals/shared-key');\nvar hiddenKeys = require('../internals/hidden-keys');\n\nvar OBJECT_ALREADY_INITIALIZED = 'Object already initialized';\nvar WeakMap = global.WeakMap;\nvar set, get, has;\n\nvar enforce = function (it) {\n return has(it) ? get(it) : set(it, {});\n};\n\nvar getterFor = function (TYPE) {\n return function (it) {\n var state;\n if (!isObject(it) || (state = get(it)).type !== TYPE) {\n throw TypeError('Incompatible receiver, ' + TYPE + ' required');\n } return state;\n };\n};\n\nif (NATIVE_WEAK_MAP) {\n var store = shared.state || (shared.state = new WeakMap());\n var wmget = store.get;\n var wmhas = store.has;\n var wmset = store.set;\n set = function (it, metadata) {\n if (wmhas.call(store, it)) throw new TypeError(OBJECT_ALREADY_INITIALIZED);\n metadata.facade = it;\n wmset.call(store, it, metadata);\n return metadata;\n };\n get = function (it) {\n return wmget.call(store, it) || {};\n };\n has = function (it) {\n return wmhas.call(store, it);\n };\n} else {\n var STATE = sharedKey('state');\n hiddenKeys[STATE] = true;\n set = function (it, metadata) {\n if (objectHas(it, STATE)) throw new TypeError(OBJECT_ALREADY_INITIALIZED);\n metadata.facade = it;\n createNonEnumerableProperty(it, STATE, metadata);\n return metadata;\n };\n get = function (it) {\n return objectHas(it, STATE) ? it[STATE] : {};\n };\n has = function (it) {\n return objectHas(it, STATE);\n };\n}\n\nmodule.exports = {\n set: set,\n get: get,\n has: has,\n enforce: enforce,\n getterFor: getterFor\n};\n","var global = require('../internals/global');\nvar inspectSource = require('../internals/inspect-source');\n\nvar WeakMap = global.WeakMap;\n\nmodule.exports = typeof WeakMap === 'function' && /native code/.test(inspectSource(WeakMap));\n","var IS_PURE = require('../internals/is-pure');\nvar store = require('../internals/shared-store');\n\n(module.exports = function (key, value) {\n return store[key] || (store[key] = value !== undefined ? value : {});\n})('versions', []).push({\n version: '3.11.2',\n mode: IS_PURE ? 'pure' : 'global',\n copyright: '© 2021 Denis Pushkarev (zloirock.ru)'\n});\n","var id = 0;\nvar postfix = Math.random();\n\nmodule.exports = function (key) {\n return 'Symbol(' + String(key === undefined ? '' : key) + ')_' + (++id + postfix).toString(36);\n};\n","var shared = require('../internals/shared');\nvar uid = require('../internals/uid');\n\nvar keys = shared('keys');\n\nmodule.exports = function (key) {\n return keys[key] || (keys[key] = uid(key));\n};\n","module.exports = {};\n","var global = require('../internals/global');\nvar createNonEnumerableProperty = require('../internals/create-non-enumerable-property');\nvar has = require('../internals/has');\nvar setGlobal = require('../internals/set-global');\nvar inspectSource = require('../internals/inspect-source');\nvar InternalStateModule = require('../internals/internal-state');\n\nvar getInternalState = InternalStateModule.get;\nvar enforceInternalState = InternalStateModule.enforce;\nvar TEMPLATE = String(String).split('String');\n\n(module.exports = function (O, key, value, options) {\n var unsafe = options ? !!options.unsafe : false;\n var simple = options ? !!options.enumerable : false;\n var noTargetGet = options ? !!options.noTargetGet : false;\n var state;\n if (typeof value == 'function') {\n if (typeof key == 'string' && !has(value, 'name')) {\n createNonEnumerableProperty(value, 'name', key);\n }\n state = enforceInternalState(value);\n if (!state.source) {\n state.source = TEMPLATE.join(typeof key == 'string' ? key : '');\n }\n }\n if (O === global) {\n if (simple) O[key] = value;\n else setGlobal(key, value);\n return;\n } else if (!unsafe) {\n delete O[key];\n } else if (!noTargetGet && O[key]) {\n simple = true;\n }\n if (simple) O[key] = value;\n else createNonEnumerableProperty(O, key, value);\n// add fake Function#toString for correct work wrapped methods / constructors with methods like LoDash isNative\n})(Function.prototype, 'toString', function toString() {\n return typeof this == 'function' && getInternalState(this).source || inspectSource(this);\n});\n","var global = require('../internals/global');\n\nmodule.exports = global;\n","var path = require('../internals/path');\nvar global = require('../internals/global');\n\nvar aFunction = function (variable) {\n return typeof variable == 'function' ? variable : undefined;\n};\n\nmodule.exports = function (namespace, method) {\n return arguments.length < 2 ? aFunction(path[namespace]) || aFunction(global[namespace])\n : path[namespace] && path[namespace][method] || global[namespace] && global[namespace][method];\n};\n","var ceil = Math.ceil;\nvar floor = Math.floor;\n\n// `ToInteger` abstract operation\n// https://tc39.es/ecma262/#sec-tointeger\nmodule.exports = function (argument) {\n return isNaN(argument = +argument) ? 0 : (argument > 0 ? floor : ceil)(argument);\n};\n","var toInteger = require('../internals/to-integer');\n\nvar min = Math.min;\n\n// `ToLength` abstract operation\n// https://tc39.es/ecma262/#sec-tolength\nmodule.exports = function (argument) {\n return argument > 0 ? min(toInteger(argument), 0x1FFFFFFFFFFFFF) : 0; // 2 ** 53 - 1 == 9007199254740991\n};\n","var toInteger = require('../internals/to-integer');\n\nvar max = Math.max;\nvar min = Math.min;\n\n// Helper for a popular repeating case of the spec:\n// Let integer be ? ToInteger(index).\n// If integer < 0, let result be max((length + integer), 0); else let result be min(integer, length).\nmodule.exports = function (index, length) {\n var integer = toInteger(index);\n return integer < 0 ? max(integer + length, 0) : min(integer, length);\n};\n","var toIndexedObject = require('../internals/to-indexed-object');\nvar toLength = require('../internals/to-length');\nvar toAbsoluteIndex = require('../internals/to-absolute-index');\n\n// `Array.prototype.{ indexOf, includes }` methods implementation\nvar createMethod = function (IS_INCLUDES) {\n return function ($this, el, fromIndex) {\n var O = toIndexedObject($this);\n var length = toLength(O.length);\n var index = toAbsoluteIndex(fromIndex, length);\n var value;\n // Array#includes uses SameValueZero equality algorithm\n // eslint-disable-next-line no-self-compare -- NaN check\n if (IS_INCLUDES && el != el) while (length > index) {\n value = O[index++];\n // eslint-disable-next-line no-self-compare -- NaN check\n if (value != value) return true;\n // Array#indexOf ignores holes, Array#includes - not\n } else for (;length > index; index++) {\n if ((IS_INCLUDES || index in O) && O[index] === el) return IS_INCLUDES || index || 0;\n } return !IS_INCLUDES && -1;\n };\n};\n\nmodule.exports = {\n // `Array.prototype.includes` method\n // https://tc39.es/ecma262/#sec-array.prototype.includes\n includes: createMethod(true),\n // `Array.prototype.indexOf` method\n // https://tc39.es/ecma262/#sec-array.prototype.indexof\n indexOf: createMethod(false)\n};\n","var has = require('../internals/has');\nvar toIndexedObject = require('../internals/to-indexed-object');\nvar indexOf = require('../internals/array-includes').indexOf;\nvar hiddenKeys = require('../internals/hidden-keys');\n\nmodule.exports = function (object, names) {\n var O = toIndexedObject(object);\n var i = 0;\n var result = [];\n var key;\n for (key in O) !has(hiddenKeys, key) && has(O, key) && result.push(key);\n // Don't enum bug & hidden keys\n while (names.length > i) if (has(O, key = names[i++])) {\n ~indexOf(result, key) || result.push(key);\n }\n return result;\n};\n","// IE8- don't enum bug keys\nmodule.exports = [\n 'constructor',\n 'hasOwnProperty',\n 'isPrototypeOf',\n 'propertyIsEnumerable',\n 'toLocaleString',\n 'toString',\n 'valueOf'\n];\n","var internalObjectKeys = require('../internals/object-keys-internal');\nvar enumBugKeys = require('../internals/enum-bug-keys');\n\nvar hiddenKeys = enumBugKeys.concat('length', 'prototype');\n\n// `Object.getOwnPropertyNames` method\n// https://tc39.es/ecma262/#sec-object.getownpropertynames\n// eslint-disable-next-line es/no-object-getownpropertynames -- safe\nexports.f = Object.getOwnPropertyNames || function getOwnPropertyNames(O) {\n return internalObjectKeys(O, hiddenKeys);\n};\n","// eslint-disable-next-line es/no-object-getownpropertysymbols -- safe\nexports.f = Object.getOwnPropertySymbols;\n","var getBuiltIn = require('../internals/get-built-in');\nvar getOwnPropertyNamesModule = require('../internals/object-get-own-property-names');\nvar getOwnPropertySymbolsModule = require('../internals/object-get-own-property-symbols');\nvar anObject = require('../internals/an-object');\n\n// all object keys, includes non-enumerable and symbols\nmodule.exports = getBuiltIn('Reflect', 'ownKeys') || function ownKeys(it) {\n var keys = getOwnPropertyNamesModule.f(anObject(it));\n var getOwnPropertySymbols = getOwnPropertySymbolsModule.f;\n return getOwnPropertySymbols ? keys.concat(getOwnPropertySymbols(it)) : keys;\n};\n","var has = require('../internals/has');\nvar ownKeys = require('../internals/own-keys');\nvar getOwnPropertyDescriptorModule = require('../internals/object-get-own-property-descriptor');\nvar definePropertyModule = require('../internals/object-define-property');\n\nmodule.exports = function (target, source) {\n var keys = ownKeys(source);\n var defineProperty = definePropertyModule.f;\n var getOwnPropertyDescriptor = getOwnPropertyDescriptorModule.f;\n for (var i = 0; i < keys.length; i++) {\n var key = keys[i];\n if (!has(target, key)) defineProperty(target, key, getOwnPropertyDescriptor(source, key));\n }\n};\n","var fails = require('../internals/fails');\n\nvar replacement = /#|\\.prototype\\./;\n\nvar isForced = function (feature, detection) {\n var value = data[normalize(feature)];\n return value == POLYFILL ? true\n : value == NATIVE ? false\n : typeof detection == 'function' ? fails(detection)\n : !!detection;\n};\n\nvar normalize = isForced.normalize = function (string) {\n return String(string).replace(replacement, '.').toLowerCase();\n};\n\nvar data = isForced.data = {};\nvar NATIVE = isForced.NATIVE = 'N';\nvar POLYFILL = isForced.POLYFILL = 'P';\n\nmodule.exports = isForced;\n","var global = require('../internals/global');\nvar getOwnPropertyDescriptor = require('../internals/object-get-own-property-descriptor').f;\nvar createNonEnumerableProperty = require('../internals/create-non-enumerable-property');\nvar redefine = require('../internals/redefine');\nvar setGlobal = require('../internals/set-global');\nvar copyConstructorProperties = require('../internals/copy-constructor-properties');\nvar isForced = require('../internals/is-forced');\n\n/*\n options.target - name of the target object\n options.global - target is the global object\n options.stat - export as static methods of target\n options.proto - export as prototype methods of target\n options.real - real prototype method for the `pure` version\n options.forced - export even if the native feature is available\n options.bind - bind methods to the target, required for the `pure` version\n options.wrap - wrap constructors to preventing global pollution, required for the `pure` version\n options.unsafe - use the simple assignment of property instead of delete + defineProperty\n options.sham - add a flag to not completely full polyfills\n options.enumerable - export as enumerable property\n options.noTargetGet - prevent calling a getter on target\n*/\nmodule.exports = function (options, source) {\n var TARGET = options.target;\n var GLOBAL = options.global;\n var STATIC = options.stat;\n var FORCED, target, key, targetProperty, sourceProperty, descriptor;\n if (GLOBAL) {\n target = global;\n } else if (STATIC) {\n target = global[TARGET] || setGlobal(TARGET, {});\n } else {\n target = (global[TARGET] || {}).prototype;\n }\n if (target) for (key in source) {\n sourceProperty = source[key];\n if (options.noTargetGet) {\n descriptor = getOwnPropertyDescriptor(target, key);\n targetProperty = descriptor && descriptor.value;\n } else targetProperty = target[key];\n FORCED = isForced(GLOBAL ? key : TARGET + (STATIC ? '.' : '#') + key, options.forced);\n // contained in target\n if (!FORCED && targetProperty !== undefined) {\n if (typeof sourceProperty === typeof targetProperty) continue;\n copyConstructorProperties(sourceProperty, targetProperty);\n }\n // add a flag to not completely full polyfills\n if (options.sham || (targetProperty && targetProperty.sham)) {\n createNonEnumerableProperty(sourceProperty, 'sham', true);\n }\n // extend global\n redefine(target, key, sourceProperty, options);\n }\n};\n","var $ = require('../internals/export');\n\n// `Number.MAX_SAFE_INTEGER` constant\n// https://tc39.es/ecma262/#sec-number.max_safe_integer\n$({ target: 'Number', stat: true }, {\n MAX_SAFE_INTEGER: 0x1FFFFFFFFFFFFF\n});\n","var isObject = require('../internals/is-object');\n\nmodule.exports = function (it) {\n if (!isObject(it) && it !== null) {\n throw TypeError(\"Can't set \" + String(it) + ' as a prototype');\n } return it;\n};\n","var anObject = require('../internals/an-object');\nvar defineProperties = require('../internals/object-define-properties');\nvar enumBugKeys = require('../internals/enum-bug-keys');\nvar hiddenKeys = require('../internals/hidden-keys');\nvar html = require('../internals/html');\nvar documentCreateElement = require('../internals/document-create-element');\nvar sharedKey = require('../internals/shared-key');\n\nvar GT = '>';\nvar LT = '<';\nvar PROTOTYPE = 'prototype';\nvar SCRIPT = 'script';\nvar IE_PROTO = sharedKey('IE_PROTO');\n\nvar EmptyConstructor = function () { /* empty */ };\n\nvar scriptTag = function (content) {\n return LT + SCRIPT + GT + content + LT + '/' + SCRIPT + GT;\n};\n\n// Create object with fake `null` prototype: use ActiveX Object with cleared prototype\nvar NullProtoObjectViaActiveX = function (activeXDocument) {\n activeXDocument.write(scriptTag(''));\n activeXDocument.close();\n var temp = activeXDocument.parentWindow.Object;\n activeXDocument = null; // avoid memory leak\n return temp;\n};\n\n// Create object with fake `null` prototype: use iframe Object with cleared prototype\nvar NullProtoObjectViaIFrame = function () {\n // Thrash, waste and sodomy: IE GC bug\n var iframe = documentCreateElement('iframe');\n var JS = 'java' + SCRIPT + ':';\n var iframeDocument;\n iframe.style.display = 'none';\n html.appendChild(iframe);\n // https://github.com/zloirock/core-js/issues/475\n iframe.src = String(JS);\n iframeDocument = iframe.contentWindow.document;\n iframeDocument.open();\n iframeDocument.write(scriptTag('document.F=Object'));\n iframeDocument.close();\n return iframeDocument.F;\n};\n\n// Check for document.domain and active x support\n// No need to use active x approach when document.domain is not set\n// see https://github.com/es-shims/es5-shim/issues/150\n// variation of https://github.com/kitcambridge/es5-shim/commit/4f738ac066346\n// avoid IE GC bug\nvar activeXDocument;\nvar NullProtoObject = function () {\n try {\n /* global ActiveXObject -- old IE */\n activeXDocument = document.domain && new ActiveXObject('htmlfile');\n } catch (error) { /* ignore */ }\n NullProtoObject = activeXDocument ? NullProtoObjectViaActiveX(activeXDocument) : NullProtoObjectViaIFrame();\n var length = enumBugKeys.length;\n while (length--) delete NullProtoObject[PROTOTYPE][enumBugKeys[length]];\n return NullProtoObject();\n};\n\nhiddenKeys[IE_PROTO] = true;\n\n// `Object.create` method\n// https://tc39.es/ecma262/#sec-object.create\nmodule.exports = Object.create || function create(O, Properties) {\n var result;\n if (O !== null) {\n EmptyConstructor[PROTOTYPE] = anObject(O);\n result = new EmptyConstructor();\n EmptyConstructor[PROTOTYPE] = null;\n // add \"__proto__\" for Object.getPrototypeOf polyfill\n result[IE_PROTO] = O;\n } else result = NullProtoObject();\n return Properties === undefined ? result : defineProperties(result, Properties);\n};\n","/* eslint-disable no-proto -- safe */\nvar anObject = require('../internals/an-object');\nvar aPossiblePrototype = require('../internals/a-possible-prototype');\n\n// `Object.setPrototypeOf` method\n// https://tc39.es/ecma262/#sec-object.setprototypeof\n// Works with __proto__ only. Old v8 can't work with null proto objects.\n// eslint-disable-next-line es/no-object-setprototypeof -- safe\nmodule.exports = Object.setPrototypeOf || ('__proto__' in {} ? function () {\n var CORRECT_SETTER = false;\n var test = {};\n var setter;\n try {\n // eslint-disable-next-line es/no-object-getownpropertydescriptor -- safe\n setter = Object.getOwnPropertyDescriptor(Object.prototype, '__proto__').set;\n setter.call(test, []);\n CORRECT_SETTER = test instanceof Array;\n } catch (error) { /* empty */ }\n return function setPrototypeOf(O, proto) {\n anObject(O);\n aPossiblePrototype(proto);\n if (CORRECT_SETTER) setter.call(O, proto);\n else O.__proto__ = proto;\n return O;\n };\n}() : undefined);\n","var isObject = require('../internals/is-object');\nvar setPrototypeOf = require('../internals/object-set-prototype-of');\n\n// makes subclassing work correct for wrapped built-ins\nmodule.exports = function ($this, dummy, Wrapper) {\n var NewTarget, NewTargetPrototype;\n if (\n // it can work only with native `setPrototypeOf`\n setPrototypeOf &&\n // we haven't completely correct pre-ES6 way for getting `new.target`, so use this\n typeof (NewTarget = dummy.constructor) == 'function' &&\n NewTarget !== Wrapper &&\n isObject(NewTargetPrototype = NewTarget.prototype) &&\n NewTargetPrototype !== Wrapper.prototype\n ) setPrototypeOf($this, NewTargetPrototype);\n return $this;\n};\n","var internalObjectKeys = require('../internals/object-keys-internal');\nvar enumBugKeys = require('../internals/enum-bug-keys');\n\n// `Object.keys` method\n// https://tc39.es/ecma262/#sec-object.keys\n// eslint-disable-next-line es/no-object-keys -- safe\nmodule.exports = Object.keys || function keys(O) {\n return internalObjectKeys(O, enumBugKeys);\n};\n","var DESCRIPTORS = require('../internals/descriptors');\nvar definePropertyModule = require('../internals/object-define-property');\nvar anObject = require('../internals/an-object');\nvar objectKeys = require('../internals/object-keys');\n\n// `Object.defineProperties` method\n// https://tc39.es/ecma262/#sec-object.defineproperties\n// eslint-disable-next-line es/no-object-defineproperties -- safe\nmodule.exports = DESCRIPTORS ? Object.defineProperties : function defineProperties(O, Properties) {\n anObject(O);\n var keys = objectKeys(Properties);\n var length = keys.length;\n var index = 0;\n var key;\n while (length > index) definePropertyModule.f(O, key = keys[index++], Properties[key]);\n return O;\n};\n","var getBuiltIn = require('../internals/get-built-in');\n\nmodule.exports = getBuiltIn('document', 'documentElement');\n","// a string of all valid unicode whitespaces\nmodule.exports = '\\u0009\\u000A\\u000B\\u000C\\u000D\\u0020\\u00A0\\u1680\\u2000\\u2001\\u2002' +\n '\\u2003\\u2004\\u2005\\u2006\\u2007\\u2008\\u2009\\u200A\\u202F\\u205F\\u3000\\u2028\\u2029\\uFEFF';\n","var requireObjectCoercible = require('../internals/require-object-coercible');\nvar whitespaces = require('../internals/whitespaces');\n\nvar whitespace = '[' + whitespaces + ']';\nvar ltrim = RegExp('^' + whitespace + whitespace + '*');\nvar rtrim = RegExp(whitespace + whitespace + '*$');\n\n// `String.prototype.{ trim, trimStart, trimEnd, trimLeft, trimRight }` methods implementation\nvar createMethod = function (TYPE) {\n return function ($this) {\n var string = String(requireObjectCoercible($this));\n if (TYPE & 1) string = string.replace(ltrim, '');\n if (TYPE & 2) string = string.replace(rtrim, '');\n return string;\n };\n};\n\nmodule.exports = {\n // `String.prototype.{ trimLeft, trimStart }` methods\n // https://tc39.es/ecma262/#sec-string.prototype.trimstart\n start: createMethod(1),\n // `String.prototype.{ trimRight, trimEnd }` methods\n // https://tc39.es/ecma262/#sec-string.prototype.trimend\n end: createMethod(2),\n // `String.prototype.trim` method\n // https://tc39.es/ecma262/#sec-string.prototype.trim\n trim: createMethod(3)\n};\n","'use strict';\nvar DESCRIPTORS = require('../internals/descriptors');\nvar global = require('../internals/global');\nvar isForced = require('../internals/is-forced');\nvar redefine = require('../internals/redefine');\nvar has = require('../internals/has');\nvar classof = require('../internals/classof-raw');\nvar inheritIfRequired = require('../internals/inherit-if-required');\nvar toPrimitive = require('../internals/to-primitive');\nvar fails = require('../internals/fails');\nvar create = require('../internals/object-create');\nvar getOwnPropertyNames = require('../internals/object-get-own-property-names').f;\nvar getOwnPropertyDescriptor = require('../internals/object-get-own-property-descriptor').f;\nvar defineProperty = require('../internals/object-define-property').f;\nvar trim = require('../internals/string-trim').trim;\n\nvar NUMBER = 'Number';\nvar NativeNumber = global[NUMBER];\nvar NumberPrototype = NativeNumber.prototype;\n\n// Opera ~12 has broken Object#toString\nvar BROKEN_CLASSOF = classof(create(NumberPrototype)) == NUMBER;\n\n// `ToNumber` abstract operation\n// https://tc39.es/ecma262/#sec-tonumber\nvar toNumber = function (argument) {\n var it = toPrimitive(argument, false);\n var first, third, radix, maxCode, digits, length, index, code;\n if (typeof it == 'string' && it.length > 2) {\n it = trim(it);\n first = it.charCodeAt(0);\n if (first === 43 || first === 45) {\n third = it.charCodeAt(2);\n if (third === 88 || third === 120) return NaN; // Number('+0x1') should be NaN, old V8 fix\n } else if (first === 48) {\n switch (it.charCodeAt(1)) {\n case 66: case 98: radix = 2; maxCode = 49; break; // fast equal of /^0b[01]+$/i\n case 79: case 111: radix = 8; maxCode = 55; break; // fast equal of /^0o[0-7]+$/i\n default: return +it;\n }\n digits = it.slice(2);\n length = digits.length;\n for (index = 0; index < length; index++) {\n code = digits.charCodeAt(index);\n // parseInt parses a string to a first unavailable symbol\n // but ToNumber should return NaN if a string contains unavailable symbols\n if (code < 48 || code > maxCode) return NaN;\n } return parseInt(digits, radix);\n }\n } return +it;\n};\n\n// `Number` constructor\n// https://tc39.es/ecma262/#sec-number-constructor\nif (isForced(NUMBER, !NativeNumber(' 0o1') || !NativeNumber('0b1') || NativeNumber('+0x1'))) {\n var NumberWrapper = function Number(value) {\n var it = arguments.length < 1 ? 0 : value;\n var dummy = this;\n return dummy instanceof NumberWrapper\n // check on 1..constructor(foo) case\n && (BROKEN_CLASSOF ? fails(function () { NumberPrototype.valueOf.call(dummy); }) : classof(dummy) != NUMBER)\n ? inheritIfRequired(new NativeNumber(toNumber(it)), dummy, NumberWrapper) : toNumber(it);\n };\n for (var keys = DESCRIPTORS ? getOwnPropertyNames(NativeNumber) : (\n // ES3:\n 'MAX_VALUE,MIN_VALUE,NaN,NEGATIVE_INFINITY,POSITIVE_INFINITY,' +\n // ES2015 (in case, if modules with ES2015 Number statics required before):\n 'EPSILON,isFinite,isInteger,isNaN,isSafeInteger,MAX_SAFE_INTEGER,' +\n 'MIN_SAFE_INTEGER,parseFloat,parseInt,isInteger,' +\n // ESNext\n 'fromString,range'\n ).split(','), j = 0, key; keys.length > j; j++) {\n if (has(NativeNumber, key = keys[j]) && !has(NumberWrapper, key)) {\n defineProperty(NumberWrapper, key, getOwnPropertyDescriptor(NativeNumber, key));\n }\n }\n NumberWrapper.prototype = NumberPrototype;\n NumberPrototype.constructor = NumberWrapper;\n redefine(global, NUMBER, NumberWrapper);\n}\n","// Note: this is the semver.org version of the spec that it implements\n// Not necessarily the package version of this code.\nconst SEMVER_SPEC_VERSION = '2.0.0'\n\nconst MAX_LENGTH = 256\nconst MAX_SAFE_INTEGER = Number.MAX_SAFE_INTEGER ||\n /* istanbul ignore next */ 9007199254740991\n\n// Max safe segment length for coercion.\nconst MAX_SAFE_COMPONENT_LENGTH = 16\n\nmodule.exports = {\n SEMVER_SPEC_VERSION,\n MAX_LENGTH,\n MAX_SAFE_INTEGER,\n MAX_SAFE_COMPONENT_LENGTH\n}\n","var global = require('../internals/global');\nvar userAgent = require('../internals/engine-user-agent');\n\nvar process = global.process;\nvar versions = process && process.versions;\nvar v8 = versions && versions.v8;\nvar match, version;\n\nif (v8) {\n match = v8.split('.');\n version = match[0] + match[1];\n} else if (userAgent) {\n match = userAgent.match(/Edge\\/(\\d+)/);\n if (!match || match[1] >= 74) {\n match = userAgent.match(/Chrome\\/(\\d+)/);\n if (match) version = match[1];\n }\n}\n\nmodule.exports = version && +version;\n","var classof = require('../internals/classof-raw');\nvar global = require('../internals/global');\n\nmodule.exports = classof(global.process) == 'process';\n","var getBuiltIn = require('../internals/get-built-in');\n\nmodule.exports = getBuiltIn('navigator', 'userAgent') || '';\n","var IS_NODE = require('../internals/engine-is-node');\nvar V8_VERSION = require('../internals/engine-v8-version');\nvar fails = require('../internals/fails');\n\n// eslint-disable-next-line es/no-object-getownpropertysymbols -- required for testing\nmodule.exports = !!Object.getOwnPropertySymbols && !fails(function () {\n // eslint-disable-next-line es/no-symbol -- required for testing\n return !Symbol.sham &&\n // Chrome 38 Symbol has incorrect toString conversion\n // Chrome 38-40 symbols are not inherited from DOM collections prototypes to instances\n (IS_NODE ? V8_VERSION === 38 : V8_VERSION > 37 && V8_VERSION < 41);\n});\n","/* eslint-disable es/no-symbol -- required for testing */\nvar NATIVE_SYMBOL = require('../internals/native-symbol');\n\nmodule.exports = NATIVE_SYMBOL\n && !Symbol.sham\n && typeof Symbol.iterator == 'symbol';\n","var global = require('../internals/global');\nvar shared = require('../internals/shared');\nvar has = require('../internals/has');\nvar uid = require('../internals/uid');\nvar NATIVE_SYMBOL = require('../internals/native-symbol');\nvar USE_SYMBOL_AS_UID = require('../internals/use-symbol-as-uid');\n\nvar WellKnownSymbolsStore = shared('wks');\nvar Symbol = global.Symbol;\nvar createWellKnownSymbol = USE_SYMBOL_AS_UID ? Symbol : Symbol && Symbol.withoutSetter || uid;\n\nmodule.exports = function (name) {\n if (!has(WellKnownSymbolsStore, name) || !(NATIVE_SYMBOL || typeof WellKnownSymbolsStore[name] == 'string')) {\n if (NATIVE_SYMBOL && has(Symbol, name)) {\n WellKnownSymbolsStore[name] = Symbol[name];\n } else {\n WellKnownSymbolsStore[name] = createWellKnownSymbol('Symbol.' + name);\n }\n } return WellKnownSymbolsStore[name];\n};\n","var isObject = require('../internals/is-object');\nvar classof = require('../internals/classof-raw');\nvar wellKnownSymbol = require('../internals/well-known-symbol');\n\nvar MATCH = wellKnownSymbol('match');\n\n// `IsRegExp` abstract operation\n// https://tc39.es/ecma262/#sec-isregexp\nmodule.exports = function (it) {\n var isRegExp;\n return isObject(it) && ((isRegExp = it[MATCH]) !== undefined ? !!isRegExp : classof(it) == 'RegExp');\n};\n","'use strict';\nvar anObject = require('../internals/an-object');\n\n// `RegExp.prototype.flags` getter implementation\n// https://tc39.es/ecma262/#sec-get-regexp.prototype.flags\nmodule.exports = function () {\n var that = anObject(this);\n var result = '';\n if (that.global) result += 'g';\n if (that.ignoreCase) result += 'i';\n if (that.multiline) result += 'm';\n if (that.dotAll) result += 's';\n if (that.unicode) result += 'u';\n if (that.sticky) result += 'y';\n return result;\n};\n","'use strict';\n\nvar fails = require('./fails');\n\n// babel-minify transpiles RegExp('a', 'y') -> /a/y and it causes SyntaxError,\n// so we use an intermediate function.\nfunction RE(s, f) {\n return RegExp(s, f);\n}\n\nexports.UNSUPPORTED_Y = fails(function () {\n // babel-minify transpiles RegExp('a', 'y') -> /a/y and it causes SyntaxError\n var re = RE('a', 'y');\n re.lastIndex = 2;\n return re.exec('abcd') != null;\n});\n\nexports.BROKEN_CARET = fails(function () {\n // https://bugzilla.mozilla.org/show_bug.cgi?id=773687\n var re = RE('^r', 'gy');\n re.lastIndex = 2;\n return re.exec('str') != null;\n});\n","'use strict';\nvar getBuiltIn = require('../internals/get-built-in');\nvar definePropertyModule = require('../internals/object-define-property');\nvar wellKnownSymbol = require('../internals/well-known-symbol');\nvar DESCRIPTORS = require('../internals/descriptors');\n\nvar SPECIES = wellKnownSymbol('species');\n\nmodule.exports = function (CONSTRUCTOR_NAME) {\n var Constructor = getBuiltIn(CONSTRUCTOR_NAME);\n var defineProperty = definePropertyModule.f;\n\n if (DESCRIPTORS && Constructor && !Constructor[SPECIES]) {\n defineProperty(Constructor, SPECIES, {\n configurable: true,\n get: function () { return this; }\n });\n }\n};\n","var DESCRIPTORS = require('../internals/descriptors');\nvar global = require('../internals/global');\nvar isForced = require('../internals/is-forced');\nvar inheritIfRequired = require('../internals/inherit-if-required');\nvar defineProperty = require('../internals/object-define-property').f;\nvar getOwnPropertyNames = require('../internals/object-get-own-property-names').f;\nvar isRegExp = require('../internals/is-regexp');\nvar getFlags = require('../internals/regexp-flags');\nvar stickyHelpers = require('../internals/regexp-sticky-helpers');\nvar redefine = require('../internals/redefine');\nvar fails = require('../internals/fails');\nvar enforceInternalState = require('../internals/internal-state').enforce;\nvar setSpecies = require('../internals/set-species');\nvar wellKnownSymbol = require('../internals/well-known-symbol');\n\nvar MATCH = wellKnownSymbol('match');\nvar NativeRegExp = global.RegExp;\nvar RegExpPrototype = NativeRegExp.prototype;\nvar re1 = /a/g;\nvar re2 = /a/g;\n\n// \"new\" should create a new object, old webkit bug\nvar CORRECT_NEW = new NativeRegExp(re1) !== re1;\n\nvar UNSUPPORTED_Y = stickyHelpers.UNSUPPORTED_Y;\n\nvar FORCED = DESCRIPTORS && isForced('RegExp', (!CORRECT_NEW || UNSUPPORTED_Y || fails(function () {\n re2[MATCH] = false;\n // RegExp constructor can alter flags and IsRegExp works correct with @@match\n return NativeRegExp(re1) != re1 || NativeRegExp(re2) == re2 || NativeRegExp(re1, 'i') != '/a/i';\n})));\n\n// `RegExp` constructor\n// https://tc39.es/ecma262/#sec-regexp-constructor\nif (FORCED) {\n var RegExpWrapper = function RegExp(pattern, flags) {\n var thisIsRegExp = this instanceof RegExpWrapper;\n var patternIsRegExp = isRegExp(pattern);\n var flagsAreUndefined = flags === undefined;\n var sticky;\n\n if (!thisIsRegExp && patternIsRegExp && pattern.constructor === RegExpWrapper && flagsAreUndefined) {\n return pattern;\n }\n\n if (CORRECT_NEW) {\n if (patternIsRegExp && !flagsAreUndefined) pattern = pattern.source;\n } else if (pattern instanceof RegExpWrapper) {\n if (flagsAreUndefined) flags = getFlags.call(pattern);\n pattern = pattern.source;\n }\n\n if (UNSUPPORTED_Y) {\n sticky = !!flags && flags.indexOf('y') > -1;\n if (sticky) flags = flags.replace(/y/g, '');\n }\n\n var result = inheritIfRequired(\n CORRECT_NEW ? new NativeRegExp(pattern, flags) : NativeRegExp(pattern, flags),\n thisIsRegExp ? this : RegExpPrototype,\n RegExpWrapper\n );\n\n if (UNSUPPORTED_Y && sticky) {\n var state = enforceInternalState(result);\n state.sticky = true;\n }\n\n return result;\n };\n var proxy = function (key) {\n key in RegExpWrapper || defineProperty(RegExpWrapper, key, {\n configurable: true,\n get: function () { return NativeRegExp[key]; },\n set: function (it) { NativeRegExp[key] = it; }\n });\n };\n var keys = getOwnPropertyNames(NativeRegExp);\n var index = 0;\n while (keys.length > index) proxy(keys[index++]);\n RegExpPrototype.constructor = RegExpWrapper;\n RegExpWrapper.prototype = RegExpPrototype;\n redefine(global, 'RegExp', RegExpWrapper);\n}\n\n// https://tc39.es/ecma262/#sec-get-regexp-@@species\nsetSpecies('RegExp');\n","'use strict';\nvar regexpFlags = require('./regexp-flags');\nvar stickyHelpers = require('./regexp-sticky-helpers');\nvar shared = require('./shared');\n\nvar nativeExec = RegExp.prototype.exec;\nvar nativeReplace = shared('native-string-replace', String.prototype.replace);\n\nvar patchedExec = nativeExec;\n\nvar UPDATES_LAST_INDEX_WRONG = (function () {\n var re1 = /a/;\n var re2 = /b*/g;\n nativeExec.call(re1, 'a');\n nativeExec.call(re2, 'a');\n return re1.lastIndex !== 0 || re2.lastIndex !== 0;\n})();\n\nvar UNSUPPORTED_Y = stickyHelpers.UNSUPPORTED_Y || stickyHelpers.BROKEN_CARET;\n\n// nonparticipating capturing group, copied from es5-shim's String#split patch.\n// eslint-disable-next-line regexp/no-assertion-capturing-group, regexp/no-empty-group, regexp/no-lazy-ends -- testing\nvar NPCG_INCLUDED = /()??/.exec('')[1] !== undefined;\n\nvar PATCH = UPDATES_LAST_INDEX_WRONG || NPCG_INCLUDED || UNSUPPORTED_Y;\n\nif (PATCH) {\n patchedExec = function exec(str) {\n var re = this;\n var lastIndex, reCopy, match, i;\n var sticky = UNSUPPORTED_Y && re.sticky;\n var flags = regexpFlags.call(re);\n var source = re.source;\n var charsAdded = 0;\n var strCopy = str;\n\n if (sticky) {\n flags = flags.replace('y', '');\n if (flags.indexOf('g') === -1) {\n flags += 'g';\n }\n\n strCopy = String(str).slice(re.lastIndex);\n // Support anchored sticky behavior.\n if (re.lastIndex > 0 && (!re.multiline || re.multiline && str[re.lastIndex - 1] !== '\\n')) {\n source = '(?: ' + source + ')';\n strCopy = ' ' + strCopy;\n charsAdded++;\n }\n // ^(? + rx + ) is needed, in combination with some str slicing, to\n // simulate the 'y' flag.\n reCopy = new RegExp('^(?:' + source + ')', flags);\n }\n\n if (NPCG_INCLUDED) {\n reCopy = new RegExp('^' + source + '$(?!\\\\s)', flags);\n }\n if (UPDATES_LAST_INDEX_WRONG) lastIndex = re.lastIndex;\n\n match = nativeExec.call(sticky ? reCopy : re, strCopy);\n\n if (sticky) {\n if (match) {\n match.input = match.input.slice(charsAdded);\n match[0] = match[0].slice(charsAdded);\n match.index = re.lastIndex;\n re.lastIndex += match[0].length;\n } else re.lastIndex = 0;\n } else if (UPDATES_LAST_INDEX_WRONG && match) {\n re.lastIndex = re.global ? match.index + match[0].length : lastIndex;\n }\n if (NPCG_INCLUDED && match && match.length > 1) {\n // Fix browsers whose `exec` methods don't consistently return `undefined`\n // for NPCG, like IE8. NOTE: This doesn' work for /(.?)?/\n nativeReplace.call(match[0], reCopy, function () {\n for (i = 1; i < arguments.length - 2; i++) {\n if (arguments[i] === undefined) match[i] = undefined;\n }\n });\n }\n\n return match;\n };\n}\n\nmodule.exports = patchedExec;\n","'use strict';\nvar $ = require('../internals/export');\nvar exec = require('../internals/regexp-exec');\n\n// `RegExp.prototype.exec` method\n// https://tc39.es/ecma262/#sec-regexp.prototype.exec\n$({ target: 'RegExp', proto: true, forced: /./.exec !== exec }, {\n exec: exec\n});\n","'use strict';\nvar redefine = require('../internals/redefine');\nvar anObject = require('../internals/an-object');\nvar fails = require('../internals/fails');\nvar flags = require('../internals/regexp-flags');\n\nvar TO_STRING = 'toString';\nvar RegExpPrototype = RegExp.prototype;\nvar nativeToString = RegExpPrototype[TO_STRING];\n\nvar NOT_GENERIC = fails(function () { return nativeToString.call({ source: 'a', flags: 'b' }) != '/a/b'; });\n// FF44- RegExp#toString has a wrong name\nvar INCORRECT_NAME = nativeToString.name != TO_STRING;\n\n// `RegExp.prototype.toString` method\n// https://tc39.es/ecma262/#sec-regexp.prototype.tostring\nif (NOT_GENERIC || INCORRECT_NAME) {\n redefine(RegExp.prototype, TO_STRING, function toString() {\n var R = anObject(this);\n var p = String(R.source);\n var rf = R.flags;\n var f = String(rf === undefined && R instanceof RegExp && !('flags' in RegExpPrototype) ? flags.call(R) : rf);\n return '/' + p + '/' + f;\n }, { unsafe: true });\n}\n","var classof = require('../internals/classof-raw');\n\n// `IsArray` abstract operation\n// https://tc39.es/ecma262/#sec-isarray\n// eslint-disable-next-line es/no-array-isarray -- safe\nmodule.exports = Array.isArray || function isArray(arg) {\n return classof(arg) == 'Array';\n};\n","'use strict';\nvar toPrimitive = require('../internals/to-primitive');\nvar definePropertyModule = require('../internals/object-define-property');\nvar createPropertyDescriptor = require('../internals/create-property-descriptor');\n\nmodule.exports = function (object, key, value) {\n var propertyKey = toPrimitive(key);\n if (propertyKey in object) definePropertyModule.f(object, propertyKey, createPropertyDescriptor(0, value));\n else object[propertyKey] = value;\n};\n","var isObject = require('../internals/is-object');\nvar isArray = require('../internals/is-array');\nvar wellKnownSymbol = require('../internals/well-known-symbol');\n\nvar SPECIES = wellKnownSymbol('species');\n\n// `ArraySpeciesCreate` abstract operation\n// https://tc39.es/ecma262/#sec-arrayspeciescreate\nmodule.exports = function (originalArray, length) {\n var C;\n if (isArray(originalArray)) {\n C = originalArray.constructor;\n // cross-realm fallback\n if (typeof C == 'function' && (C === Array || isArray(C.prototype))) C = undefined;\n else if (isObject(C)) {\n C = C[SPECIES];\n if (C === null) C = undefined;\n }\n } return new (C === undefined ? Array : C)(length === 0 ? 0 : length);\n};\n","var fails = require('../internals/fails');\nvar wellKnownSymbol = require('../internals/well-known-symbol');\nvar V8_VERSION = require('../internals/engine-v8-version');\n\nvar SPECIES = wellKnownSymbol('species');\n\nmodule.exports = function (METHOD_NAME) {\n // We can't use this feature detection in V8 since it causes\n // deoptimization and serious performance degradation\n // https://github.com/zloirock/core-js/issues/677\n return V8_VERSION >= 51 || !fails(function () {\n var array = [];\n var constructor = array.constructor = {};\n constructor[SPECIES] = function () {\n return { foo: 1 };\n };\n return array[METHOD_NAME](Boolean).foo !== 1;\n });\n};\n","'use strict';\nvar $ = require('../internals/export');\nvar fails = require('../internals/fails');\nvar isArray = require('../internals/is-array');\nvar isObject = require('../internals/is-object');\nvar toObject = require('../internals/to-object');\nvar toLength = require('../internals/to-length');\nvar createProperty = require('../internals/create-property');\nvar arraySpeciesCreate = require('../internals/array-species-create');\nvar arrayMethodHasSpeciesSupport = require('../internals/array-method-has-species-support');\nvar wellKnownSymbol = require('../internals/well-known-symbol');\nvar V8_VERSION = require('../internals/engine-v8-version');\n\nvar IS_CONCAT_SPREADABLE = wellKnownSymbol('isConcatSpreadable');\nvar MAX_SAFE_INTEGER = 0x1FFFFFFFFFFFFF;\nvar MAXIMUM_ALLOWED_INDEX_EXCEEDED = 'Maximum allowed index exceeded';\n\n// We can't use this feature detection in V8 since it causes\n// deoptimization and serious performance degradation\n// https://github.com/zloirock/core-js/issues/679\nvar IS_CONCAT_SPREADABLE_SUPPORT = V8_VERSION >= 51 || !fails(function () {\n var array = [];\n array[IS_CONCAT_SPREADABLE] = false;\n return array.concat()[0] !== array;\n});\n\nvar SPECIES_SUPPORT = arrayMethodHasSpeciesSupport('concat');\n\nvar isConcatSpreadable = function (O) {\n if (!isObject(O)) return false;\n var spreadable = O[IS_CONCAT_SPREADABLE];\n return spreadable !== undefined ? !!spreadable : isArray(O);\n};\n\nvar FORCED = !IS_CONCAT_SPREADABLE_SUPPORT || !SPECIES_SUPPORT;\n\n// `Array.prototype.concat` method\n// https://tc39.es/ecma262/#sec-array.prototype.concat\n// with adding support of @@isConcatSpreadable and @@species\n$({ target: 'Array', proto: true, forced: FORCED }, {\n // eslint-disable-next-line no-unused-vars -- required for `.length`\n concat: function concat(arg) {\n var O = toObject(this);\n var A = arraySpeciesCreate(O, 0);\n var n = 0;\n var i, k, length, len, E;\n for (i = -1, length = arguments.length; i < length; i++) {\n E = i === -1 ? O : arguments[i];\n if (isConcatSpreadable(E)) {\n len = toLength(E.length);\n if (n + len > MAX_SAFE_INTEGER) throw TypeError(MAXIMUM_ALLOWED_INDEX_EXCEEDED);\n for (k = 0; k < len; k++, n++) if (k in E) createProperty(A, n, E[k]);\n } else {\n if (n >= MAX_SAFE_INTEGER) throw TypeError(MAXIMUM_ALLOWED_INDEX_EXCEEDED);\n createProperty(A, n++, E);\n }\n }\n A.length = n;\n return A;\n }\n});\n","const debug = (\n typeof process === 'object' &&\n process.env &&\n process.env.NODE_DEBUG &&\n /\\bsemver\\b/i.test(process.env.NODE_DEBUG)\n) ? (...args) => console.error('SEMVER', ...args)\n : () => {}\n\nmodule.exports = debug\n","const { MAX_SAFE_COMPONENT_LENGTH } = require('./constants')\nconst debug = require('./debug')\nexports = module.exports = {}\n\n// The actual regexps go on exports.re\nconst re = exports.re = []\nconst src = exports.src = []\nconst t = exports.t = {}\nlet R = 0\n\nconst createToken = (name, value, isGlobal) => {\n const index = R++\n debug(index, value)\n t[name] = index\n src[index] = value\n re[index] = new RegExp(value, isGlobal ? 'g' : undefined)\n}\n\n// The following Regular Expressions can be used for tokenizing,\n// validating, and parsing SemVer version strings.\n\n// ## Numeric Identifier\n// A single `0`, or a non-zero digit followed by zero or more digits.\n\ncreateToken('NUMERICIDENTIFIER', '0|[1-9]\\\\d*')\ncreateToken('NUMERICIDENTIFIERLOOSE', '[0-9]+')\n\n// ## Non-numeric Identifier\n// Zero or more digits, followed by a letter or hyphen, and then zero or\n// more letters, digits, or hyphens.\n\ncreateToken('NONNUMERICIDENTIFIER', '\\\\d*[a-zA-Z-][a-zA-Z0-9-]*')\n\n// ## Main Version\n// Three dot-separated numeric identifiers.\n\ncreateToken('MAINVERSION', `(${src[t.NUMERICIDENTIFIER]})\\\\.` +\n `(${src[t.NUMERICIDENTIFIER]})\\\\.` +\n `(${src[t.NUMERICIDENTIFIER]})`)\n\ncreateToken('MAINVERSIONLOOSE', `(${src[t.NUMERICIDENTIFIERLOOSE]})\\\\.` +\n `(${src[t.NUMERICIDENTIFIERLOOSE]})\\\\.` +\n `(${src[t.NUMERICIDENTIFIERLOOSE]})`)\n\n// ## Pre-release Version Identifier\n// A numeric identifier, or a non-numeric identifier.\n\ncreateToken('PRERELEASEIDENTIFIER', `(?:${src[t.NUMERICIDENTIFIER]\n}|${src[t.NONNUMERICIDENTIFIER]})`)\n\ncreateToken('PRERELEASEIDENTIFIERLOOSE', `(?:${src[t.NUMERICIDENTIFIERLOOSE]\n}|${src[t.NONNUMERICIDENTIFIER]})`)\n\n// ## Pre-release Version\n// Hyphen, followed by one or more dot-separated pre-release version\n// identifiers.\n\ncreateToken('PRERELEASE', `(?:-(${src[t.PRERELEASEIDENTIFIER]\n}(?:\\\\.${src[t.PRERELEASEIDENTIFIER]})*))`)\n\ncreateToken('PRERELEASELOOSE', `(?:-?(${src[t.PRERELEASEIDENTIFIERLOOSE]\n}(?:\\\\.${src[t.PRERELEASEIDENTIFIERLOOSE]})*))`)\n\n// ## Build Metadata Identifier\n// Any combination of digits, letters, or hyphens.\n\ncreateToken('BUILDIDENTIFIER', '[0-9A-Za-z-]+')\n\n// ## Build Metadata\n// Plus sign, followed by one or more period-separated build metadata\n// identifiers.\n\ncreateToken('BUILD', `(?:\\\\+(${src[t.BUILDIDENTIFIER]\n}(?:\\\\.${src[t.BUILDIDENTIFIER]})*))`)\n\n// ## Full Version String\n// A main version, followed optionally by a pre-release version and\n// build metadata.\n\n// Note that the only major, minor, patch, and pre-release sections of\n// the version string are capturing groups. The build metadata is not a\n// capturing group, because it should not ever be used in version\n// comparison.\n\ncreateToken('FULLPLAIN', `v?${src[t.MAINVERSION]\n}${src[t.PRERELEASE]}?${\n src[t.BUILD]}?`)\n\ncreateToken('FULL', `^${src[t.FULLPLAIN]}$`)\n\n// like full, but allows v1.2.3 and =1.2.3, which people do sometimes.\n// also, 1.0.0alpha1 (prerelease without the hyphen) which is pretty\n// common in the npm registry.\ncreateToken('LOOSEPLAIN', `[v=\\\\s]*${src[t.MAINVERSIONLOOSE]\n}${src[t.PRERELEASELOOSE]}?${\n src[t.BUILD]}?`)\n\ncreateToken('LOOSE', `^${src[t.LOOSEPLAIN]}$`)\n\ncreateToken('GTLT', '((?:<|>)?=?)')\n\n// Something like \"2.*\" or \"1.2.x\".\n// Note that \"x.x\" is a valid xRange identifer, meaning \"any version\"\n// Only the first item is strictly required.\ncreateToken('XRANGEIDENTIFIERLOOSE', `${src[t.NUMERICIDENTIFIERLOOSE]}|x|X|\\\\*`)\ncreateToken('XRANGEIDENTIFIER', `${src[t.NUMERICIDENTIFIER]}|x|X|\\\\*`)\n\ncreateToken('XRANGEPLAIN', `[v=\\\\s]*(${src[t.XRANGEIDENTIFIER]})` +\n `(?:\\\\.(${src[t.XRANGEIDENTIFIER]})` +\n `(?:\\\\.(${src[t.XRANGEIDENTIFIER]})` +\n `(?:${src[t.PRERELEASE]})?${\n src[t.BUILD]}?` +\n `)?)?`)\n\ncreateToken('XRANGEPLAINLOOSE', `[v=\\\\s]*(${src[t.XRANGEIDENTIFIERLOOSE]})` +\n `(?:\\\\.(${src[t.XRANGEIDENTIFIERLOOSE]})` +\n `(?:\\\\.(${src[t.XRANGEIDENTIFIERLOOSE]})` +\n `(?:${src[t.PRERELEASELOOSE]})?${\n src[t.BUILD]}?` +\n `)?)?`)\n\ncreateToken('XRANGE', `^${src[t.GTLT]}\\\\s*${src[t.XRANGEPLAIN]}$`)\ncreateToken('XRANGELOOSE', `^${src[t.GTLT]}\\\\s*${src[t.XRANGEPLAINLOOSE]}$`)\n\n// Coercion.\n// Extract anything that could conceivably be a part of a valid semver\ncreateToken('COERCE', `${'(^|[^\\\\d])' +\n '(\\\\d{1,'}${MAX_SAFE_COMPONENT_LENGTH}})` +\n `(?:\\\\.(\\\\d{1,${MAX_SAFE_COMPONENT_LENGTH}}))?` +\n `(?:\\\\.(\\\\d{1,${MAX_SAFE_COMPONENT_LENGTH}}))?` +\n `(?:$|[^\\\\d])`)\ncreateToken('COERCERTL', src[t.COERCE], true)\n\n// Tilde ranges.\n// Meaning is \"reasonably at or greater than\"\ncreateToken('LONETILDE', '(?:~>?)')\n\ncreateToken('TILDETRIM', `(\\\\s*)${src[t.LONETILDE]}\\\\s+`, true)\nexports.tildeTrimReplace = '$1~'\n\ncreateToken('TILDE', `^${src[t.LONETILDE]}${src[t.XRANGEPLAIN]}$`)\ncreateToken('TILDELOOSE', `^${src[t.LONETILDE]}${src[t.XRANGEPLAINLOOSE]}$`)\n\n// Caret ranges.\n// Meaning is \"at least and backwards compatible with\"\ncreateToken('LONECARET', '(?:\\\\^)')\n\ncreateToken('CARETTRIM', `(\\\\s*)${src[t.LONECARET]}\\\\s+`, true)\nexports.caretTrimReplace = '$1^'\n\ncreateToken('CARET', `^${src[t.LONECARET]}${src[t.XRANGEPLAIN]}$`)\ncreateToken('CARETLOOSE', `^${src[t.LONECARET]}${src[t.XRANGEPLAINLOOSE]}$`)\n\n// A simple gt/lt/eq thing, or just \"\" to indicate \"any version\"\ncreateToken('COMPARATORLOOSE', `^${src[t.GTLT]}\\\\s*(${src[t.LOOSEPLAIN]})$|^$`)\ncreateToken('COMPARATOR', `^${src[t.GTLT]}\\\\s*(${src[t.FULLPLAIN]})$|^$`)\n\n// An expression to strip any whitespace between the gtlt and the thing\n// it modifies, so that `> 1.2.3` ==> `>1.2.3`\ncreateToken('COMPARATORTRIM', `(\\\\s*)${src[t.GTLT]\n}\\\\s*(${src[t.LOOSEPLAIN]}|${src[t.XRANGEPLAIN]})`, true)\nexports.comparatorTrimReplace = '$1$2$3'\n\n// Something like `1.2.3 - 1.2.4`\n// Note that these all use the loose form, because they'll be\n// checked against either the strict or loose comparator form\n// later.\ncreateToken('HYPHENRANGE', `^\\\\s*(${src[t.XRANGEPLAIN]})` +\n `\\\\s+-\\\\s+` +\n `(${src[t.XRANGEPLAIN]})` +\n `\\\\s*$`)\n\ncreateToken('HYPHENRANGELOOSE', `^\\\\s*(${src[t.XRANGEPLAINLOOSE]})` +\n `\\\\s+-\\\\s+` +\n `(${src[t.XRANGEPLAINLOOSE]})` +\n `\\\\s*$`)\n\n// Star ranges basically just allow anything at all.\ncreateToken('STAR', '(<|>)?=?\\\\s*\\\\*')\n// >=0.0.0 is like a star\ncreateToken('GTE0', '^\\\\s*>=\\\\s*0\\.0\\.0\\\\s*$')\ncreateToken('GTE0PRE', '^\\\\s*>=\\\\s*0\\.0\\.0-0\\\\s*$')\n","'use strict';\n// TODO: Remove from `core-js@4` since it's moved to entry points\nrequire('../modules/es.regexp.exec');\nvar redefine = require('../internals/redefine');\nvar fails = require('../internals/fails');\nvar wellKnownSymbol = require('../internals/well-known-symbol');\nvar createNonEnumerableProperty = require('../internals/create-non-enumerable-property');\n\nvar SPECIES = wellKnownSymbol('species');\n\nvar REPLACE_SUPPORTS_NAMED_GROUPS = !fails(function () {\n // #replace needs built-in support for named groups.\n // #match works fine because it just return the exec results, even if it has\n // a \"grops\" property.\n var re = /./;\n re.exec = function () {\n var result = [];\n result.groups = { a: '7' };\n return result;\n };\n return ''.replace(re, '$<a>') !== '7';\n});\n\n// IE <= 11 replaces $0 with the whole match, as if it was $&\n// https://stackoverflow.com/questions/6024666/getting-ie-to-replace-a-regex-with-the-literal-string-0\nvar REPLACE_KEEPS_$0 = (function () {\n // eslint-disable-next-line regexp/prefer-escape-replacement-dollar-char -- required for testing\n return 'a'.replace(/./, '$0') === '$0';\n})();\n\nvar REPLACE = wellKnownSymbol('replace');\n// Safari <= 13.0.3(?) substitutes nth capture where n>m with an empty string\nvar REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE = (function () {\n if (/./[REPLACE]) {\n return /./[REPLACE]('a', '$0') === '';\n }\n return false;\n})();\n\n// Chrome 51 has a buggy \"split\" implementation when RegExp#exec !== nativeExec\n// Weex JS has frozen built-in prototypes, so use try / catch wrapper\nvar SPLIT_WORKS_WITH_OVERWRITTEN_EXEC = !fails(function () {\n // eslint-disable-next-line regexp/no-empty-group -- required for testing\n var re = /(?:)/;\n var originalExec = re.exec;\n re.exec = function () { return originalExec.apply(this, arguments); };\n var result = 'ab'.split(re);\n return result.length !== 2 || result[0] !== 'a' || result[1] !== 'b';\n});\n\nmodule.exports = function (KEY, length, exec, sham) {\n var SYMBOL = wellKnownSymbol(KEY);\n\n var DELEGATES_TO_SYMBOL = !fails(function () {\n // String methods call symbol-named RegEp methods\n var O = {};\n O[SYMBOL] = function () { return 7; };\n return ''[KEY](O) != 7;\n });\n\n var DELEGATES_TO_EXEC = DELEGATES_TO_SYMBOL && !fails(function () {\n // Symbol-named RegExp methods call .exec\n var execCalled = false;\n var re = /a/;\n\n if (KEY === 'split') {\n // We can't use real regex here since it causes deoptimization\n // and serious performance degradation in V8\n // https://github.com/zloirock/core-js/issues/306\n re = {};\n // RegExp[@@split] doesn't call the regex's exec method, but first creates\n // a new one. We need to return the patched regex when creating the new one.\n re.constructor = {};\n re.constructor[SPECIES] = function () { return re; };\n re.flags = '';\n re[SYMBOL] = /./[SYMBOL];\n }\n\n re.exec = function () { execCalled = true; return null; };\n\n re[SYMBOL]('');\n return !execCalled;\n });\n\n if (\n !DELEGATES_TO_SYMBOL ||\n !DELEGATES_TO_EXEC ||\n (KEY === 'replace' && !(\n REPLACE_SUPPORTS_NAMED_GROUPS &&\n REPLACE_KEEPS_$0 &&\n !REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE\n )) ||\n (KEY === 'split' && !SPLIT_WORKS_WITH_OVERWRITTEN_EXEC)\n ) {\n var nativeRegExpMethod = /./[SYMBOL];\n var methods = exec(SYMBOL, ''[KEY], function (nativeMethod, regexp, str, arg2, forceStringMethod) {\n if (regexp.exec === RegExp.prototype.exec) {\n if (DELEGATES_TO_SYMBOL && !forceStringMethod) {\n // The native String method already delegates to @@method (this\n // polyfilled function), leasing to infinite recursion.\n // We avoid it by directly calling the native @@method method.\n return { done: true, value: nativeRegExpMethod.call(regexp, str, arg2) };\n }\n return { done: true, value: nativeMethod.call(str, regexp, arg2) };\n }\n return { done: false };\n }, {\n REPLACE_KEEPS_$0: REPLACE_KEEPS_$0,\n REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE: REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE\n });\n var stringMethod = methods[0];\n var regexMethod = methods[1];\n\n redefine(String.prototype, KEY, stringMethod);\n redefine(RegExp.prototype, SYMBOL, length == 2\n // 21.2.5.8 RegExp.prototype[@@replace](string, replaceValue)\n // 21.2.5.11 RegExp.prototype[@@split](string, limit)\n ? function (string, arg) { return regexMethod.call(string, this, arg); }\n // 21.2.5.6 RegExp.prototype[@@match](string)\n // 21.2.5.9 RegExp.prototype[@@search](string)\n : function (string) { return regexMethod.call(string, this); }\n );\n }\n\n if (sham) createNonEnumerableProperty(RegExp.prototype[SYMBOL], 'sham', true);\n};\n","var toInteger = require('../internals/to-integer');\nvar requireObjectCoercible = require('../internals/require-object-coercible');\n\n// `String.prototype.{ codePointAt, at }` methods implementation\nvar createMethod = function (CONVERT_TO_STRING) {\n return function ($this, pos) {\n var S = String(requireObjectCoercible($this));\n var position = toInteger(pos);\n var size = S.length;\n var first, second;\n if (position < 0 || position >= size) return CONVERT_TO_STRING ? '' : undefined;\n first = S.charCodeAt(position);\n return first < 0xD800 || first > 0xDBFF || position + 1 === size\n || (second = S.charCodeAt(position + 1)) < 0xDC00 || second > 0xDFFF\n ? CONVERT_TO_STRING ? S.charAt(position) : first\n : CONVERT_TO_STRING ? S.slice(position, position + 2) : (first - 0xD800 << 10) + (second - 0xDC00) + 0x10000;\n };\n};\n\nmodule.exports = {\n // `String.prototype.codePointAt` method\n // https://tc39.es/ecma262/#sec-string.prototype.codepointat\n codeAt: createMethod(false),\n // `String.prototype.at` method\n // https://github.com/mathiasbynens/String.prototype.at\n charAt: createMethod(true)\n};\n","'use strict';\nvar charAt = require('../internals/string-multibyte').charAt;\n\n// `AdvanceStringIndex` abstract operation\n// https://tc39.es/ecma262/#sec-advancestringindex\nmodule.exports = function (S, index, unicode) {\n return index + (unicode ? charAt(S, index).length : 1);\n};\n","var classof = require('./classof-raw');\nvar regexpExec = require('./regexp-exec');\n\n// `RegExpExec` abstract operation\n// https://tc39.es/ecma262/#sec-regexpexec\nmodule.exports = function (R, S) {\n var exec = R.exec;\n if (typeof exec === 'function') {\n var result = exec.call(R, S);\n if (typeof result !== 'object') {\n throw TypeError('RegExp exec method returned something other than an Object or null');\n }\n return result;\n }\n\n if (classof(R) !== 'RegExp') {\n throw TypeError('RegExp#exec called on incompatible receiver');\n }\n\n return regexpExec.call(R, S);\n};\n\n","'use strict';\nvar fixRegExpWellKnownSymbolLogic = require('../internals/fix-regexp-well-known-symbol-logic');\nvar anObject = require('../internals/an-object');\nvar toLength = require('../internals/to-length');\nvar requireObjectCoercible = require('../internals/require-object-coercible');\nvar advanceStringIndex = require('../internals/advance-string-index');\nvar regExpExec = require('../internals/regexp-exec-abstract');\n\n// @@match logic\nfixRegExpWellKnownSymbolLogic('match', 1, function (MATCH, nativeMatch, maybeCallNative) {\n return [\n // `String.prototype.match` method\n // https://tc39.es/ecma262/#sec-string.prototype.match\n function match(regexp) {\n var O = requireObjectCoercible(this);\n var matcher = regexp == undefined ? undefined : regexp[MATCH];\n return matcher !== undefined ? matcher.call(regexp, O) : new RegExp(regexp)[MATCH](String(O));\n },\n // `RegExp.prototype[@@match]` method\n // https://tc39.es/ecma262/#sec-regexp.prototype-@@match\n function (regexp) {\n var res = maybeCallNative(nativeMatch, regexp, this);\n if (res.done) return res.value;\n\n var rx = anObject(regexp);\n var S = String(this);\n\n if (!rx.global) return regExpExec(rx, S);\n\n var fullUnicode = rx.unicode;\n rx.lastIndex = 0;\n var A = [];\n var n = 0;\n var result;\n while ((result = regExpExec(rx, S)) !== null) {\n var matchStr = String(result[0]);\n A[n] = matchStr;\n if (matchStr === '') rx.lastIndex = advanceStringIndex(S, toLength(rx.lastIndex), fullUnicode);\n n++;\n }\n return n === 0 ? null : A;\n }\n ];\n});\n","var fails = require('../internals/fails');\nvar whitespaces = require('../internals/whitespaces');\n\nvar non = '\\u200B\\u0085\\u180E';\n\n// check that a method works with the correct list\n// of whitespaces and has a correct name\nmodule.exports = function (METHOD_NAME) {\n return fails(function () {\n return !!whitespaces[METHOD_NAME]() || non[METHOD_NAME]() != non || whitespaces[METHOD_NAME].name !== METHOD_NAME;\n });\n};\n","'use strict';\nvar $ = require('../internals/export');\nvar $trim = require('../internals/string-trim').trim;\nvar forcedStringTrimMethod = require('../internals/string-trim-forced');\n\n// `String.prototype.trim` method\n// https://tc39.es/ecma262/#sec-string.prototype.trim\n$({ target: 'String', proto: true, forced: forcedStringTrimMethod('trim') }, {\n trim: function trim() {\n return $trim(this);\n }\n});\n","module.exports = function (it) {\n if (typeof it != 'function') {\n throw TypeError(String(it) + ' is not a function');\n } return it;\n};\n","var aFunction = require('../internals/a-function');\n\n// optional / simple context binding\nmodule.exports = function (fn, that, length) {\n aFunction(fn);\n if (that === undefined) return fn;\n switch (length) {\n case 0: return function () {\n return fn.call(that);\n };\n case 1: return function (a) {\n return fn.call(that, a);\n };\n case 2: return function (a, b) {\n return fn.call(that, a, b);\n };\n case 3: return function (a, b, c) {\n return fn.call(that, a, b, c);\n };\n }\n return function (/* ...args */) {\n return fn.apply(that, arguments);\n };\n};\n","var bind = require('../internals/function-bind-context');\nvar IndexedObject = require('../internals/indexed-object');\nvar toObject = require('../internals/to-object');\nvar toLength = require('../internals/to-length');\nvar arraySpeciesCreate = require('../internals/array-species-create');\n\nvar push = [].push;\n\n// `Array.prototype.{ forEach, map, filter, some, every, find, findIndex, filterOut }` methods implementation\nvar createMethod = function (TYPE) {\n var IS_MAP = TYPE == 1;\n var IS_FILTER = TYPE == 2;\n var IS_SOME = TYPE == 3;\n var IS_EVERY = TYPE == 4;\n var IS_FIND_INDEX = TYPE == 6;\n var IS_FILTER_OUT = TYPE == 7;\n var NO_HOLES = TYPE == 5 || IS_FIND_INDEX;\n return function ($this, callbackfn, that, specificCreate) {\n var O = toObject($this);\n var self = IndexedObject(O);\n var boundFunction = bind(callbackfn, that, 3);\n var length = toLength(self.length);\n var index = 0;\n var create = specificCreate || arraySpeciesCreate;\n var target = IS_MAP ? create($this, length) : IS_FILTER || IS_FILTER_OUT ? create($this, 0) : undefined;\n var value, result;\n for (;length > index; index++) if (NO_HOLES || index in self) {\n value = self[index];\n result = boundFunction(value, index, O);\n if (TYPE) {\n if (IS_MAP) target[index] = result; // map\n else if (result) switch (TYPE) {\n case 3: return true; // some\n case 5: return value; // find\n case 6: return index; // findIndex\n case 2: push.call(target, value); // filter\n } else switch (TYPE) {\n case 4: return false; // every\n case 7: push.call(target, value); // filterOut\n }\n }\n }\n return IS_FIND_INDEX ? -1 : IS_SOME || IS_EVERY ? IS_EVERY : target;\n };\n};\n\nmodule.exports = {\n // `Array.prototype.forEach` method\n // https://tc39.es/ecma262/#sec-array.prototype.foreach\n forEach: createMethod(0),\n // `Array.prototype.map` method\n // https://tc39.es/ecma262/#sec-array.prototype.map\n map: createMethod(1),\n // `Array.prototype.filter` method\n // https://tc39.es/ecma262/#sec-array.prototype.filter\n filter: createMethod(2),\n // `Array.prototype.some` method\n // https://tc39.es/ecma262/#sec-array.prototype.some\n some: createMethod(3),\n // `Array.prototype.every` method\n // https://tc39.es/ecma262/#sec-array.prototype.every\n every: createMethod(4),\n // `Array.prototype.find` method\n // https://tc39.es/ecma262/#sec-array.prototype.find\n find: createMethod(5),\n // `Array.prototype.findIndex` method\n // https://tc39.es/ecma262/#sec-array.prototype.findIndex\n findIndex: createMethod(6),\n // `Array.prototype.filterOut` method\n // https://github.com/tc39/proposal-array-filtering\n filterOut: createMethod(7)\n};\n","'use strict';\nvar $ = require('../internals/export');\nvar $map = require('../internals/array-iteration').map;\nvar arrayMethodHasSpeciesSupport = require('../internals/array-method-has-species-support');\n\nvar HAS_SPECIES_SUPPORT = arrayMethodHasSpeciesSupport('map');\n\n// `Array.prototype.map` method\n// https://tc39.es/ecma262/#sec-array.prototype.map\n// with adding support of @@species\n$({ target: 'Array', proto: true, forced: !HAS_SPECIES_SUPPORT }, {\n map: function map(callbackfn /* , thisArg */) {\n return $map(this, callbackfn, arguments.length > 1 ? arguments[1] : undefined);\n }\n});\n","var anObject = require('../internals/an-object');\nvar aFunction = require('../internals/a-function');\nvar wellKnownSymbol = require('../internals/well-known-symbol');\n\nvar SPECIES = wellKnownSymbol('species');\n\n// `SpeciesConstructor` abstract operation\n// https://tc39.es/ecma262/#sec-speciesconstructor\nmodule.exports = function (O, defaultConstructor) {\n var C = anObject(O).constructor;\n var S;\n return C === undefined || (S = anObject(C)[SPECIES]) == undefined ? defaultConstructor : aFunction(S);\n};\n","'use strict';\nvar fixRegExpWellKnownSymbolLogic = require('../internals/fix-regexp-well-known-symbol-logic');\nvar isRegExp = require('../internals/is-regexp');\nvar anObject = require('../internals/an-object');\nvar requireObjectCoercible = require('../internals/require-object-coercible');\nvar speciesConstructor = require('../internals/species-constructor');\nvar advanceStringIndex = require('../internals/advance-string-index');\nvar toLength = require('../internals/to-length');\nvar callRegExpExec = require('../internals/regexp-exec-abstract');\nvar regexpExec = require('../internals/regexp-exec');\nvar stickyHelpers = require('../internals/regexp-sticky-helpers');\n\nvar UNSUPPORTED_Y = stickyHelpers.UNSUPPORTED_Y;\nvar arrayPush = [].push;\nvar min = Math.min;\nvar MAX_UINT32 = 0xFFFFFFFF;\n\n// @@split logic\nfixRegExpWellKnownSymbolLogic('split', 2, function (SPLIT, nativeSplit, maybeCallNative) {\n var internalSplit;\n if (\n 'abbc'.split(/(b)*/)[1] == 'c' ||\n // eslint-disable-next-line regexp/no-empty-group -- required for testing\n 'test'.split(/(?:)/, -1).length != 4 ||\n 'ab'.split(/(?:ab)*/).length != 2 ||\n '.'.split(/(.?)(.?)/).length != 4 ||\n // eslint-disable-next-line regexp/no-assertion-capturing-group, regexp/no-empty-group -- required for testing\n '.'.split(/()()/).length > 1 ||\n ''.split(/.?/).length\n ) {\n // based on es5-shim implementation, need to rework it\n internalSplit = function (separator, limit) {\n var string = String(requireObjectCoercible(this));\n var lim = limit === undefined ? MAX_UINT32 : limit >>> 0;\n if (lim === 0) return [];\n if (separator === undefined) return [string];\n // If `separator` is not a regex, use native split\n if (!isRegExp(separator)) {\n return nativeSplit.call(string, separator, lim);\n }\n var output = [];\n var flags = (separator.ignoreCase ? 'i' : '') +\n (separator.multiline ? 'm' : '') +\n (separator.unicode ? 'u' : '') +\n (separator.sticky ? 'y' : '');\n var lastLastIndex = 0;\n // Make `global` and avoid `lastIndex` issues by working with a copy\n var separatorCopy = new RegExp(separator.source, flags + 'g');\n var match, lastIndex, lastLength;\n while (match = regexpExec.call(separatorCopy, string)) {\n lastIndex = separatorCopy.lastIndex;\n if (lastIndex > lastLastIndex) {\n output.push(string.slice(lastLastIndex, match.index));\n if (match.length > 1 && match.index < string.length) arrayPush.apply(output, match.slice(1));\n lastLength = match[0].length;\n lastLastIndex = lastIndex;\n if (output.length >= lim) break;\n }\n if (separatorCopy.lastIndex === match.index) separatorCopy.lastIndex++; // Avoid an infinite loop\n }\n if (lastLastIndex === string.length) {\n if (lastLength || !separatorCopy.test('')) output.push('');\n } else output.push(string.slice(lastLastIndex));\n return output.length > lim ? output.slice(0, lim) : output;\n };\n // Chakra, V8\n } else if ('0'.split(undefined, 0).length) {\n internalSplit = function (separator, limit) {\n return separator === undefined && limit === 0 ? [] : nativeSplit.call(this, separator, limit);\n };\n } else internalSplit = nativeSplit;\n\n return [\n // `String.prototype.split` method\n // https://tc39.es/ecma262/#sec-string.prototype.split\n function split(separator, limit) {\n var O = requireObjectCoercible(this);\n var splitter = separator == undefined ? undefined : separator[SPLIT];\n return splitter !== undefined\n ? splitter.call(separator, O, limit)\n : internalSplit.call(String(O), separator, limit);\n },\n // `RegExp.prototype[@@split]` method\n // https://tc39.es/ecma262/#sec-regexp.prototype-@@split\n //\n // NOTE: This cannot be properly polyfilled in engines that don't support\n // the 'y' flag.\n function (regexp, limit) {\n var res = maybeCallNative(internalSplit, regexp, this, limit, internalSplit !== nativeSplit);\n if (res.done) return res.value;\n\n var rx = anObject(regexp);\n var S = String(this);\n var C = speciesConstructor(rx, RegExp);\n\n var unicodeMatching = rx.unicode;\n var flags = (rx.ignoreCase ? 'i' : '') +\n (rx.multiline ? 'm' : '') +\n (rx.unicode ? 'u' : '') +\n (UNSUPPORTED_Y ? 'g' : 'y');\n\n // ^(? + rx + ) is needed, in combination with some S slicing, to\n // simulate the 'y' flag.\n var splitter = new C(UNSUPPORTED_Y ? '^(?:' + rx.source + ')' : rx, flags);\n var lim = limit === undefined ? MAX_UINT32 : limit >>> 0;\n if (lim === 0) return [];\n if (S.length === 0) return callRegExpExec(splitter, S) === null ? [S] : [];\n var p = 0;\n var q = 0;\n var A = [];\n while (q < S.length) {\n splitter.lastIndex = UNSUPPORTED_Y ? 0 : q;\n var z = callRegExpExec(splitter, UNSUPPORTED_Y ? S.slice(q) : S);\n var e;\n if (\n z === null ||\n (e = min(toLength(splitter.lastIndex + (UNSUPPORTED_Y ? q : 0)), S.length)) === p\n ) {\n q = advanceStringIndex(S, q, unicodeMatching);\n } else {\n A.push(S.slice(p, q));\n if (A.length === lim) return A;\n for (var i = 1; i <= z.length - 1; i++) {\n A.push(z[i]);\n if (A.length === lim) return A;\n }\n q = p = e;\n }\n }\n A.push(S.slice(p));\n return A;\n }\n ];\n}, UNSUPPORTED_Y);\n","'use strict';\nvar fails = require('../internals/fails');\n\nmodule.exports = function (METHOD_NAME, argument) {\n var method = [][METHOD_NAME];\n return !!method && fails(function () {\n // eslint-disable-next-line no-useless-call,no-throw-literal -- required for testing\n method.call(null, argument || function () { throw 1; }, 1);\n });\n};\n","'use strict';\nvar $ = require('../internals/export');\nvar IndexedObject = require('../internals/indexed-object');\nvar toIndexedObject = require('../internals/to-indexed-object');\nvar arrayMethodIsStrict = require('../internals/array-method-is-strict');\n\nvar nativeJoin = [].join;\n\nvar ES3_STRINGS = IndexedObject != Object;\nvar STRICT_METHOD = arrayMethodIsStrict('join', ',');\n\n// `Array.prototype.join` method\n// https://tc39.es/ecma262/#sec-array.prototype.join\n$({ target: 'Array', proto: true, forced: ES3_STRINGS || !STRICT_METHOD }, {\n join: function join(separator) {\n return nativeJoin.call(toIndexedObject(this), separator === undefined ? ',' : separator);\n }\n});\n","'use strict';\nvar $ = require('../internals/export');\nvar $filter = require('../internals/array-iteration').filter;\nvar arrayMethodHasSpeciesSupport = require('../internals/array-method-has-species-support');\n\nvar HAS_SPECIES_SUPPORT = arrayMethodHasSpeciesSupport('filter');\n\n// `Array.prototype.filter` method\n// https://tc39.es/ecma262/#sec-array.prototype.filter\n// with adding support of @@species\n$({ target: 'Array', proto: true, forced: !HAS_SPECIES_SUPPORT }, {\n filter: function filter(callbackfn /* , thisArg */) {\n return $filter(this, callbackfn, arguments.length > 1 ? arguments[1] : undefined);\n }\n});\n","// parse out just the options we care about so we always get a consistent\n// obj with keys in a consistent order.\nconst opts = ['includePrerelease', 'loose', 'rtl']\nconst parseOptions = options =>\n !options ? {}\n : typeof options !== 'object' ? { loose: true }\n : opts.filter(k => options[k]).reduce((options, k) => {\n options[k] = true\n return options\n }, {})\nmodule.exports = parseOptions\n","const numeric = /^[0-9]+$/\nconst compareIdentifiers = (a, b) => {\n const anum = numeric.test(a)\n const bnum = numeric.test(b)\n\n if (anum && bnum) {\n a = +a\n b = +b\n }\n\n return a === b ? 0\n : (anum && !bnum) ? -1\n : (bnum && !anum) ? 1\n : a < b ? -1\n : 1\n}\n\nconst rcompareIdentifiers = (a, b) => compareIdentifiers(b, a)\n\nmodule.exports = {\n compareIdentifiers,\n rcompareIdentifiers\n}\n","const debug = require('../internal/debug')\nconst { MAX_LENGTH, MAX_SAFE_INTEGER } = require('../internal/constants')\nconst { re, t } = require('../internal/re')\n\nconst parseOptions = require('../internal/parse-options')\nconst { compareIdentifiers } = require('../internal/identifiers')\nclass SemVer {\n constructor (version, options) {\n options = parseOptions(options)\n\n if (version instanceof SemVer) {\n if (version.loose === !!options.loose &&\n version.includePrerelease === !!options.includePrerelease) {\n return version\n } else {\n version = version.version\n }\n } else if (typeof version !== 'string') {\n throw new TypeError(`Invalid Version: ${version}`)\n }\n\n if (version.length > MAX_LENGTH) {\n throw new TypeError(\n `version is longer than ${MAX_LENGTH} characters`\n )\n }\n\n debug('SemVer', version, options)\n this.options = options\n this.loose = !!options.loose\n // this isn't actually relevant for versions, but keep it so that we\n // don't run into trouble passing this.options around.\n this.includePrerelease = !!options.includePrerelease\n\n const m = version.trim().match(options.loose ? re[t.LOOSE] : re[t.FULL])\n\n if (!m) {\n throw new TypeError(`Invalid Version: ${version}`)\n }\n\n this.raw = version\n\n // these are actually numbers\n this.major = +m[1]\n this.minor = +m[2]\n this.patch = +m[3]\n\n if (this.major > MAX_SAFE_INTEGER || this.major < 0) {\n throw new TypeError('Invalid major version')\n }\n\n if (this.minor > MAX_SAFE_INTEGER || this.minor < 0) {\n throw new TypeError('Invalid minor version')\n }\n\n if (this.patch > MAX_SAFE_INTEGER || this.patch < 0) {\n throw new TypeError('Invalid patch version')\n }\n\n // numberify any prerelease numeric ids\n if (!m[4]) {\n this.prerelease = []\n } else {\n this.prerelease = m[4].split('.').map((id) => {\n if (/^[0-9]+$/.test(id)) {\n const num = +id\n if (num >= 0 && num < MAX_SAFE_INTEGER) {\n return num\n }\n }\n return id\n })\n }\n\n this.build = m[5] ? m[5].split('.') : []\n this.format()\n }\n\n format () {\n this.version = `${this.major}.${this.minor}.${this.patch}`\n if (this.prerelease.length) {\n this.version += `-${this.prerelease.join('.')}`\n }\n return this.version\n }\n\n toString () {\n return this.version\n }\n\n compare (other) {\n debug('SemVer.compare', this.version, this.options, other)\n if (!(other instanceof SemVer)) {\n if (typeof other === 'string' && other === this.version) {\n return 0\n }\n other = new SemVer(other, this.options)\n }\n\n if (other.version === this.version) {\n return 0\n }\n\n return this.compareMain(other) || this.comparePre(other)\n }\n\n compareMain (other) {\n if (!(other instanceof SemVer)) {\n other = new SemVer(other, this.options)\n }\n\n return (\n compareIdentifiers(this.major, other.major) ||\n compareIdentifiers(this.minor, other.minor) ||\n compareIdentifiers(this.patch, other.patch)\n )\n }\n\n comparePre (other) {\n if (!(other instanceof SemVer)) {\n other = new SemVer(other, this.options)\n }\n\n // NOT having a prerelease is > having one\n if (this.prerelease.length && !other.prerelease.length) {\n return -1\n } else if (!this.prerelease.length && other.prerelease.length) {\n return 1\n } else if (!this.prerelease.length && !other.prerelease.length) {\n return 0\n }\n\n let i = 0\n do {\n const a = this.prerelease[i]\n const b = other.prerelease[i]\n debug('prerelease compare', i, a, b)\n if (a === undefined && b === undefined) {\n return 0\n } else if (b === undefined) {\n return 1\n } else if (a === undefined) {\n return -1\n } else if (a === b) {\n continue\n } else {\n return compareIdentifiers(a, b)\n }\n } while (++i)\n }\n\n compareBuild (other) {\n if (!(other instanceof SemVer)) {\n other = new SemVer(other, this.options)\n }\n\n let i = 0\n do {\n const a = this.build[i]\n const b = other.build[i]\n debug('prerelease compare', i, a, b)\n if (a === undefined && b === undefined) {\n return 0\n } else if (b === undefined) {\n return 1\n } else if (a === undefined) {\n return -1\n } else if (a === b) {\n continue\n } else {\n return compareIdentifiers(a, b)\n }\n } while (++i)\n }\n\n // preminor will bump the version up to the next minor release, and immediately\n // down to pre-release. premajor and prepatch work the same way.\n inc (release, identifier) {\n switch (release) {\n case 'premajor':\n this.prerelease.length = 0\n this.patch = 0\n this.minor = 0\n this.major++\n this.inc('pre', identifier)\n break\n case 'preminor':\n this.prerelease.length = 0\n this.patch = 0\n this.minor++\n this.inc('pre', identifier)\n break\n case 'prepatch':\n // If this is already a prerelease, it will bump to the next version\n // drop any prereleases that might already exist, since they are not\n // relevant at this point.\n this.prerelease.length = 0\n this.inc('patch', identifier)\n this.inc('pre', identifier)\n break\n // If the input is a non-prerelease version, this acts the same as\n // prepatch.\n case 'prerelease':\n if (this.prerelease.length === 0) {\n this.inc('patch', identifier)\n }\n this.inc('pre', identifier)\n break\n\n case 'major':\n // If this is a pre-major version, bump up to the same major version.\n // Otherwise increment major.\n // 1.0.0-5 bumps to 1.0.0\n // 1.1.0 bumps to 2.0.0\n if (\n this.minor !== 0 ||\n this.patch !== 0 ||\n this.prerelease.length === 0\n ) {\n this.major++\n }\n this.minor = 0\n this.patch = 0\n this.prerelease = []\n break\n case 'minor':\n // If this is a pre-minor version, bump up to the same minor version.\n // Otherwise increment minor.\n // 1.2.0-5 bumps to 1.2.0\n // 1.2.1 bumps to 1.3.0\n if (this.patch !== 0 || this.prerelease.length === 0) {\n this.minor++\n }\n this.patch = 0\n this.prerelease = []\n break\n case 'patch':\n // If this is not a pre-release version, it will increment the patch.\n // If it is a pre-release it will bump up to the same patch version.\n // 1.2.0-5 patches to 1.2.0\n // 1.2.0 patches to 1.2.1\n if (this.prerelease.length === 0) {\n this.patch++\n }\n this.prerelease = []\n break\n // This probably shouldn't be used publicly.\n // 1.0.0 'pre' would become 1.0.0-0 which is the wrong direction.\n case 'pre':\n if (this.prerelease.length === 0) {\n this.prerelease = [0]\n } else {\n let i = this.prerelease.length\n while (--i >= 0) {\n if (typeof this.prerelease[i] === 'number') {\n this.prerelease[i]++\n i = -2\n }\n }\n if (i === -1) {\n // didn't increment anything\n this.prerelease.push(0)\n }\n }\n if (identifier) {\n // 1.2.0-beta.1 bumps to 1.2.0-beta.2,\n // 1.2.0-beta.fooblz or 1.2.0-beta bumps to 1.2.0-beta.0\n if (this.prerelease[0] === identifier) {\n if (isNaN(this.prerelease[1])) {\n this.prerelease = [identifier, 0]\n }\n } else {\n this.prerelease = [identifier, 0]\n }\n }\n break\n\n default:\n throw new Error(`invalid increment argument: ${release}`)\n }\n this.format()\n this.raw = this.version\n return this\n }\n}\n\nmodule.exports = SemVer\n","const {MAX_LENGTH} = require('../internal/constants')\nconst { re, t } = require('../internal/re')\nconst SemVer = require('../classes/semver')\n\nconst parseOptions = require('../internal/parse-options')\nconst parse = (version, options) => {\n options = parseOptions(options)\n\n if (version instanceof SemVer) {\n return version\n }\n\n if (typeof version !== 'string') {\n return null\n }\n\n if (version.length > MAX_LENGTH) {\n return null\n }\n\n const r = options.loose ? re[t.LOOSE] : re[t.FULL]\n if (!r.test(version)) {\n return null\n }\n\n try {\n return new SemVer(version, options)\n } catch (er) {\n return null\n }\n}\n\nmodule.exports = parse\n","const parse = require('./parse')\nconst valid = (version, options) => {\n const v = parse(version, options)\n return v ? v.version : null\n}\nmodule.exports = valid\n","const SemVer = require('../classes/semver')\nconst major = (a, loose) => new SemVer(a, loose).major\nmodule.exports = major\n","var wellKnownSymbol = require('../internals/well-known-symbol');\nvar create = require('../internals/object-create');\nvar definePropertyModule = require('../internals/object-define-property');\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 definePropertyModule.f(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","'use strict';\nvar fails = require('../internals/fails');\nvar getPrototypeOf = require('../internals/object-get-prototype-of');\nvar createNonEnumerableProperty = require('../internals/create-non-enumerable-property');\nvar has = require('../internals/has');\nvar wellKnownSymbol = require('../internals/well-known-symbol');\nvar IS_PURE = require('../internals/is-pure');\n\nvar ITERATOR = wellKnownSymbol('iterator');\nvar BUGGY_SAFARI_ITERATORS = false;\n\nvar returnThis = function () { return this; };\n\n// `%IteratorPrototype%` object\n// https://tc39.es/ecma262/#sec-%iteratorprototype%-object\nvar IteratorPrototype, PrototypeOfArrayIteratorPrototype, arrayIterator;\n\n/* eslint-disable es/no-array-prototype-keys -- safe */\nif ([].keys) {\n arrayIterator = [].keys();\n // Safari 8 has buggy iterators w/o `next`\n if (!('next' in arrayIterator)) BUGGY_SAFARI_ITERATORS = true;\n else {\n PrototypeOfArrayIteratorPrototype = getPrototypeOf(getPrototypeOf(arrayIterator));\n if (PrototypeOfArrayIteratorPrototype !== Object.prototype) IteratorPrototype = PrototypeOfArrayIteratorPrototype;\n }\n}\n\nvar NEW_ITERATOR_PROTOTYPE = IteratorPrototype == undefined || fails(function () {\n var test = {};\n // FF44- legacy iterators case\n return IteratorPrototype[ITERATOR].call(test) !== test;\n});\n\nif (NEW_ITERATOR_PROTOTYPE) IteratorPrototype = {};\n\n// 25.1.2.1.1 %IteratorPrototype%[@@iterator]()\nif ((!IS_PURE || NEW_ITERATOR_PROTOTYPE) && !has(IteratorPrototype, ITERATOR)) {\n createNonEnumerableProperty(IteratorPrototype, ITERATOR, returnThis);\n}\n\nmodule.exports = {\n IteratorPrototype: IteratorPrototype,\n BUGGY_SAFARI_ITERATORS: BUGGY_SAFARI_ITERATORS\n};\n","module.exports = {};\n","var fails = require('../internals/fails');\n\nmodule.exports = !fails(function () {\n function F() { /* empty */ }\n F.prototype.constructor = null;\n // eslint-disable-next-line es/no-object-getprototypeof -- required for testing\n return Object.getPrototypeOf(new F()) !== F.prototype;\n});\n","var has = require('../internals/has');\nvar toObject = require('../internals/to-object');\nvar sharedKey = require('../internals/shared-key');\nvar CORRECT_PROTOTYPE_GETTER = require('../internals/correct-prototype-getter');\n\nvar IE_PROTO = sharedKey('IE_PROTO');\nvar ObjectPrototype = Object.prototype;\n\n// `Object.getPrototypeOf` method\n// https://tc39.es/ecma262/#sec-object.getprototypeof\n// eslint-disable-next-line es/no-object-getprototypeof -- safe\nmodule.exports = CORRECT_PROTOTYPE_GETTER ? Object.getPrototypeOf : function (O) {\n O = toObject(O);\n if (has(O, IE_PROTO)) return O[IE_PROTO];\n if (typeof O.constructor == 'function' && O instanceof O.constructor) {\n return O.constructor.prototype;\n } return O instanceof Object ? ObjectPrototype : null;\n};\n","var defineProperty = require('../internals/object-define-property').f;\nvar has = require('../internals/has');\nvar wellKnownSymbol = require('../internals/well-known-symbol');\n\nvar TO_STRING_TAG = wellKnownSymbol('toStringTag');\n\nmodule.exports = function (it, TAG, STATIC) {\n if (it && !has(it = STATIC ? it : it.prototype, TO_STRING_TAG)) {\n defineProperty(it, TO_STRING_TAG, { configurable: true, value: TAG });\n }\n};\n","'use strict';\nvar IteratorPrototype = require('../internals/iterators-core').IteratorPrototype;\nvar create = require('../internals/object-create');\nvar createPropertyDescriptor = require('../internals/create-property-descriptor');\nvar setToStringTag = require('../internals/set-to-string-tag');\nvar Iterators = require('../internals/iterators');\n\nvar returnThis = function () { return this; };\n\nmodule.exports = function (IteratorConstructor, NAME, next) {\n var TO_STRING_TAG = NAME + ' Iterator';\n IteratorConstructor.prototype = create(IteratorPrototype, { next: createPropertyDescriptor(1, next) });\n setToStringTag(IteratorConstructor, TO_STRING_TAG, false, true);\n Iterators[TO_STRING_TAG] = returnThis;\n return IteratorConstructor;\n};\n","'use strict';\nvar $ = require('../internals/export');\nvar createIteratorConstructor = require('../internals/create-iterator-constructor');\nvar getPrototypeOf = require('../internals/object-get-prototype-of');\nvar setPrototypeOf = require('../internals/object-set-prototype-of');\nvar setToStringTag = require('../internals/set-to-string-tag');\nvar createNonEnumerableProperty = require('../internals/create-non-enumerable-property');\nvar redefine = require('../internals/redefine');\nvar wellKnownSymbol = require('../internals/well-known-symbol');\nvar IS_PURE = require('../internals/is-pure');\nvar Iterators = require('../internals/iterators');\nvar IteratorsCore = require('../internals/iterators-core');\n\nvar IteratorPrototype = IteratorsCore.IteratorPrototype;\nvar BUGGY_SAFARI_ITERATORS = IteratorsCore.BUGGY_SAFARI_ITERATORS;\nvar ITERATOR = wellKnownSymbol('iterator');\nvar KEYS = 'keys';\nvar VALUES = 'values';\nvar ENTRIES = 'entries';\n\nvar returnThis = function () { return this; };\n\nmodule.exports = function (Iterable, NAME, IteratorConstructor, next, DEFAULT, IS_SET, FORCED) {\n createIteratorConstructor(IteratorConstructor, NAME, next);\n\n var getIterationMethod = function (KIND) {\n if (KIND === DEFAULT && defaultIterator) return defaultIterator;\n if (!BUGGY_SAFARI_ITERATORS && KIND in IterablePrototype) return IterablePrototype[KIND];\n switch (KIND) {\n case KEYS: return function keys() { return new IteratorConstructor(this, KIND); };\n case VALUES: return function values() { return new IteratorConstructor(this, KIND); };\n case ENTRIES: return function entries() { return new IteratorConstructor(this, KIND); };\n } return function () { return new IteratorConstructor(this); };\n };\n\n var TO_STRING_TAG = NAME + ' Iterator';\n var INCORRECT_VALUES_NAME = false;\n var IterablePrototype = Iterable.prototype;\n var nativeIterator = IterablePrototype[ITERATOR]\n || IterablePrototype['@@iterator']\n || DEFAULT && IterablePrototype[DEFAULT];\n var defaultIterator = !BUGGY_SAFARI_ITERATORS && nativeIterator || getIterationMethod(DEFAULT);\n var anyNativeIterator = NAME == 'Array' ? IterablePrototype.entries || nativeIterator : nativeIterator;\n var CurrentIteratorPrototype, methods, KEY;\n\n // fix native\n if (anyNativeIterator) {\n CurrentIteratorPrototype = getPrototypeOf(anyNativeIterator.call(new Iterable()));\n if (IteratorPrototype !== Object.prototype && CurrentIteratorPrototype.next) {\n if (!IS_PURE && getPrototypeOf(CurrentIteratorPrototype) !== IteratorPrototype) {\n if (setPrototypeOf) {\n setPrototypeOf(CurrentIteratorPrototype, IteratorPrototype);\n } else if (typeof CurrentIteratorPrototype[ITERATOR] != 'function') {\n createNonEnumerableProperty(CurrentIteratorPrototype, ITERATOR, returnThis);\n }\n }\n // Set @@toStringTag to native iterators\n setToStringTag(CurrentIteratorPrototype, TO_STRING_TAG, true, true);\n if (IS_PURE) Iterators[TO_STRING_TAG] = returnThis;\n }\n }\n\n // fix Array#{values, @@iterator}.name in V8 / FF\n if (DEFAULT == VALUES && nativeIterator && nativeIterator.name !== VALUES) {\n INCORRECT_VALUES_NAME = true;\n defaultIterator = function values() { return nativeIterator.call(this); };\n }\n\n // define iterator\n if ((!IS_PURE || FORCED) && IterablePrototype[ITERATOR] !== defaultIterator) {\n createNonEnumerableProperty(IterablePrototype, ITERATOR, defaultIterator);\n }\n Iterators[NAME] = defaultIterator;\n\n // export additional methods\n if (DEFAULT) {\n methods = {\n values: getIterationMethod(VALUES),\n keys: IS_SET ? defaultIterator : getIterationMethod(KEYS),\n entries: getIterationMethod(ENTRIES)\n };\n if (FORCED) for (KEY in methods) {\n if (BUGGY_SAFARI_ITERATORS || INCORRECT_VALUES_NAME || !(KEY in IterablePrototype)) {\n redefine(IterablePrototype, KEY, methods[KEY]);\n }\n } else $({ target: NAME, proto: true, forced: BUGGY_SAFARI_ITERATORS || INCORRECT_VALUES_NAME }, methods);\n }\n\n return methods;\n};\n","'use strict';\nvar toIndexedObject = require('../internals/to-indexed-object');\nvar addToUnscopables = require('../internals/add-to-unscopables');\nvar Iterators = require('../internals/iterators');\nvar InternalStateModule = require('../internals/internal-state');\nvar defineIterator = require('../internals/define-iterator');\n\nvar ARRAY_ITERATOR = 'Array Iterator';\nvar setInternalState = InternalStateModule.set;\nvar getInternalState = InternalStateModule.getterFor(ARRAY_ITERATOR);\n\n// `Array.prototype.entries` method\n// https://tc39.es/ecma262/#sec-array.prototype.entries\n// `Array.prototype.keys` method\n// https://tc39.es/ecma262/#sec-array.prototype.keys\n// `Array.prototype.values` method\n// https://tc39.es/ecma262/#sec-array.prototype.values\n// `Array.prototype[@@iterator]` method\n// https://tc39.es/ecma262/#sec-array.prototype-@@iterator\n// `CreateArrayIterator` internal method\n// https://tc39.es/ecma262/#sec-createarrayiterator\nmodule.exports = defineIterator(Array, 'Array', function (iterated, kind) {\n setInternalState(this, {\n type: ARRAY_ITERATOR,\n target: toIndexedObject(iterated), // target\n index: 0, // next index\n kind: kind // kind\n });\n// `%ArrayIteratorPrototype%.next` method\n// https://tc39.es/ecma262/#sec-%arrayiteratorprototype%.next\n}, function () {\n var state = getInternalState(this);\n var target = state.target;\n var kind = state.kind;\n var index = state.index++;\n if (!target || index >= target.length) {\n state.target = undefined;\n return { value: undefined, done: true };\n }\n if (kind == 'keys') return { value: index, done: false };\n if (kind == 'values') return { value: target[index], done: false };\n return { value: [index, target[index]], done: false };\n}, 'values');\n\n// argumentsList[@@iterator] is %ArrayProto_values%\n// https://tc39.es/ecma262/#sec-createunmappedargumentsobject\n// https://tc39.es/ecma262/#sec-createmappedargumentsobject\nIterators.Arguments = Iterators.Array;\n\n// https://tc39.es/ecma262/#sec-array.prototype-@@unscopables\naddToUnscopables('keys');\naddToUnscopables('values');\naddToUnscopables('entries');\n","var fails = require('../internals/fails');\n\nmodule.exports = !fails(function () {\n // eslint-disable-next-line es/no-object-isextensible, es/no-object-preventextensions -- required for testing\n return Object.isExtensible(Object.preventExtensions({}));\n});\n","var hiddenKeys = require('../internals/hidden-keys');\nvar isObject = require('../internals/is-object');\nvar has = require('../internals/has');\nvar defineProperty = require('../internals/object-define-property').f;\nvar uid = require('../internals/uid');\nvar FREEZING = require('../internals/freezing');\n\nvar METADATA = uid('meta');\nvar id = 0;\n\n// eslint-disable-next-line es/no-object-isextensible -- safe\nvar isExtensible = Object.isExtensible || function () {\n return true;\n};\n\nvar setMetadata = function (it) {\n defineProperty(it, METADATA, { value: {\n objectID: 'O' + ++id, // object ID\n weakData: {} // weak collections IDs\n } });\n};\n\nvar fastKey = function (it, create) {\n // return a primitive with prefix\n if (!isObject(it)) return typeof it == 'symbol' ? it : (typeof it == 'string' ? 'S' : 'P') + it;\n if (!has(it, METADATA)) {\n // can't set metadata to uncaught frozen object\n if (!isExtensible(it)) return 'F';\n // not necessary to add metadata\n if (!create) return 'E';\n // add missing metadata\n setMetadata(it);\n // return object ID\n } return it[METADATA].objectID;\n};\n\nvar getWeakData = function (it, create) {\n if (!has(it, METADATA)) {\n // can't set metadata to uncaught frozen object\n if (!isExtensible(it)) return true;\n // not necessary to add metadata\n if (!create) return false;\n // add missing metadata\n setMetadata(it);\n // return the store of weak collections IDs\n } return it[METADATA].weakData;\n};\n\n// add metadata on freeze-family methods calling\nvar onFreeze = function (it) {\n if (FREEZING && meta.REQUIRED && isExtensible(it) && !has(it, METADATA)) setMetadata(it);\n return it;\n};\n\nvar meta = module.exports = {\n REQUIRED: false,\n fastKey: fastKey,\n getWeakData: getWeakData,\n onFreeze: onFreeze\n};\n\nhiddenKeys[METADATA] = true;\n","var wellKnownSymbol = require('../internals/well-known-symbol');\nvar Iterators = require('../internals/iterators');\n\nvar ITERATOR = wellKnownSymbol('iterator');\nvar ArrayPrototype = Array.prototype;\n\n// check on default Array iterator\nmodule.exports = function (it) {\n return it !== undefined && (Iterators.Array === it || ArrayPrototype[ITERATOR] === it);\n};\n","var wellKnownSymbol = require('../internals/well-known-symbol');\n\nvar TO_STRING_TAG = wellKnownSymbol('toStringTag');\nvar test = {};\n\ntest[TO_STRING_TAG] = 'z';\n\nmodule.exports = String(test) === '[object z]';\n","var TO_STRING_TAG_SUPPORT = require('../internals/to-string-tag-support');\nvar classofRaw = require('../internals/classof-raw');\nvar wellKnownSymbol = require('../internals/well-known-symbol');\n\nvar TO_STRING_TAG = wellKnownSymbol('toStringTag');\n// ES3 wrong here\nvar CORRECT_ARGUMENTS = classofRaw(function () { return arguments; }()) == 'Arguments';\n\n// fallback for IE11 Script Access Denied error\nvar tryGet = function (it, key) {\n try {\n return it[key];\n } catch (error) { /* empty */ }\n};\n\n// getting tag from ES6+ `Object.prototype.toString`\nmodule.exports = TO_STRING_TAG_SUPPORT ? classofRaw : function (it) {\n var O, tag, result;\n return it === undefined ? 'Undefined' : it === null ? 'Null'\n // @@toStringTag case\n : typeof (tag = tryGet(O = Object(it), TO_STRING_TAG)) == 'string' ? tag\n // builtinTag case\n : CORRECT_ARGUMENTS ? classofRaw(O)\n // ES3 arguments fallback\n : (result = classofRaw(O)) == 'Object' && typeof O.callee == 'function' ? 'Arguments' : result;\n};\n","var classof = require('../internals/classof');\nvar Iterators = require('../internals/iterators');\nvar wellKnownSymbol = require('../internals/well-known-symbol');\n\nvar ITERATOR = wellKnownSymbol('iterator');\n\nmodule.exports = function (it) {\n if (it != undefined) return it[ITERATOR]\n || it['@@iterator']\n || Iterators[classof(it)];\n};\n","var anObject = require('../internals/an-object');\n\nmodule.exports = function (iterator) {\n var returnMethod = iterator['return'];\n if (returnMethod !== undefined) {\n return anObject(returnMethod.call(iterator)).value;\n }\n};\n","var anObject = require('../internals/an-object');\nvar isArrayIteratorMethod = require('../internals/is-array-iterator-method');\nvar toLength = require('../internals/to-length');\nvar bind = require('../internals/function-bind-context');\nvar getIteratorMethod = require('../internals/get-iterator-method');\nvar iteratorClose = require('../internals/iterator-close');\n\nvar Result = function (stopped, result) {\n this.stopped = stopped;\n this.result = result;\n};\n\nmodule.exports = function (iterable, unboundFunction, options) {\n var that = options && options.that;\n var AS_ENTRIES = !!(options && options.AS_ENTRIES);\n var IS_ITERATOR = !!(options && options.IS_ITERATOR);\n var INTERRUPTED = !!(options && options.INTERRUPTED);\n var fn = bind(unboundFunction, that, 1 + AS_ENTRIES + INTERRUPTED);\n var iterator, iterFn, index, length, result, next, step;\n\n var stop = function (condition) {\n if (iterator) iteratorClose(iterator);\n return new Result(true, condition);\n };\n\n var callFn = function (value) {\n if (AS_ENTRIES) {\n anObject(value);\n return INTERRUPTED ? fn(value[0], value[1], stop) : fn(value[0], value[1]);\n } return INTERRUPTED ? fn(value, stop) : fn(value);\n };\n\n if (IS_ITERATOR) {\n iterator = iterable;\n } else {\n iterFn = getIteratorMethod(iterable);\n if (typeof iterFn != 'function') throw TypeError('Target is not iterable');\n // optimisation for array iterators\n if (isArrayIteratorMethod(iterFn)) {\n for (index = 0, length = toLength(iterable.length); length > index; index++) {\n result = callFn(iterable[index]);\n if (result && result instanceof Result) return result;\n } return new Result(false);\n }\n iterator = iterFn.call(iterable);\n }\n\n next = iterator.next;\n while (!(step = next.call(iterator)).done) {\n try {\n result = callFn(step.value);\n } catch (error) {\n iteratorClose(iterator);\n throw error;\n }\n if (typeof result == 'object' && result && result instanceof Result) return result;\n } return new Result(false);\n};\n","module.exports = function (it, Constructor, name) {\n if (!(it instanceof Constructor)) {\n throw TypeError('Incorrect ' + (name ? name + ' ' : '') + 'invocation');\n } return it;\n};\n","var wellKnownSymbol = require('../internals/well-known-symbol');\n\nvar ITERATOR = wellKnownSymbol('iterator');\nvar SAFE_CLOSING = false;\n\ntry {\n var called = 0;\n var iteratorWithReturn = {\n next: function () {\n return { done: !!called++ };\n },\n 'return': function () {\n SAFE_CLOSING = true;\n }\n };\n iteratorWithReturn[ITERATOR] = function () {\n return this;\n };\n // eslint-disable-next-line es/no-array-from, no-throw-literal -- required for testing\n Array.from(iteratorWithReturn, function () { throw 2; });\n} catch (error) { /* empty */ }\n\nmodule.exports = function (exec, SKIP_CLOSING) {\n if (!SKIP_CLOSING && !SAFE_CLOSING) return false;\n var ITERATION_SUPPORT = false;\n try {\n var object = {};\n object[ITERATOR] = function () {\n return {\n next: function () {\n return { done: ITERATION_SUPPORT = true };\n }\n };\n };\n exec(object);\n } catch (error) { /* empty */ }\n return ITERATION_SUPPORT;\n};\n","var redefine = require('../internals/redefine');\n\nmodule.exports = function (target, src, options) {\n for (var key in src) redefine(target, key, src[key], options);\n return target;\n};\n","'use strict';\nvar defineProperty = require('../internals/object-define-property').f;\nvar create = require('../internals/object-create');\nvar redefineAll = require('../internals/redefine-all');\nvar bind = require('../internals/function-bind-context');\nvar anInstance = require('../internals/an-instance');\nvar iterate = require('../internals/iterate');\nvar defineIterator = require('../internals/define-iterator');\nvar setSpecies = require('../internals/set-species');\nvar DESCRIPTORS = require('../internals/descriptors');\nvar fastKey = require('../internals/internal-metadata').fastKey;\nvar InternalStateModule = require('../internals/internal-state');\n\nvar setInternalState = InternalStateModule.set;\nvar internalStateGetterFor = InternalStateModule.getterFor;\n\nmodule.exports = {\n getConstructor: function (wrapper, CONSTRUCTOR_NAME, IS_MAP, ADDER) {\n var C = wrapper(function (that, iterable) {\n anInstance(that, C, CONSTRUCTOR_NAME);\n setInternalState(that, {\n type: CONSTRUCTOR_NAME,\n index: create(null),\n first: undefined,\n last: undefined,\n size: 0\n });\n if (!DESCRIPTORS) that.size = 0;\n if (iterable != undefined) iterate(iterable, that[ADDER], { that: that, AS_ENTRIES: IS_MAP });\n });\n\n var getInternalState = internalStateGetterFor(CONSTRUCTOR_NAME);\n\n var define = function (that, key, value) {\n var state = getInternalState(that);\n var entry = getEntry(that, key);\n var previous, index;\n // change existing entry\n if (entry) {\n entry.value = value;\n // create new entry\n } else {\n state.last = entry = {\n index: index = fastKey(key, true),\n key: key,\n value: value,\n previous: previous = state.last,\n next: undefined,\n removed: false\n };\n if (!state.first) state.first = entry;\n if (previous) previous.next = entry;\n if (DESCRIPTORS) state.size++;\n else that.size++;\n // add to index\n if (index !== 'F') state.index[index] = entry;\n } return that;\n };\n\n var getEntry = function (that, key) {\n var state = getInternalState(that);\n // fast case\n var index = fastKey(key);\n var entry;\n if (index !== 'F') return state.index[index];\n // frozen object case\n for (entry = state.first; entry; entry = entry.next) {\n if (entry.key == key) return entry;\n }\n };\n\n redefineAll(C.prototype, {\n // 23.1.3.1 Map.prototype.clear()\n // 23.2.3.2 Set.prototype.clear()\n clear: function clear() {\n var that = this;\n var state = getInternalState(that);\n var data = state.index;\n var entry = state.first;\n while (entry) {\n entry.removed = true;\n if (entry.previous) entry.previous = entry.previous.next = undefined;\n delete data[entry.index];\n entry = entry.next;\n }\n state.first = state.last = undefined;\n if (DESCRIPTORS) state.size = 0;\n else that.size = 0;\n },\n // 23.1.3.3 Map.prototype.delete(key)\n // 23.2.3.4 Set.prototype.delete(value)\n 'delete': function (key) {\n var that = this;\n var state = getInternalState(that);\n var entry = getEntry(that, key);\n if (entry) {\n var next = entry.next;\n var prev = entry.previous;\n delete state.index[entry.index];\n entry.removed = true;\n if (prev) prev.next = next;\n if (next) next.previous = prev;\n if (state.first == entry) state.first = next;\n if (state.last == entry) state.last = prev;\n if (DESCRIPTORS) state.size--;\n else that.size--;\n } return !!entry;\n },\n // 23.2.3.6 Set.prototype.forEach(callbackfn, thisArg = undefined)\n // 23.1.3.5 Map.prototype.forEach(callbackfn, thisArg = undefined)\n forEach: function forEach(callbackfn /* , that = undefined */) {\n var state = getInternalState(this);\n var boundFunction = bind(callbackfn, arguments.length > 1 ? arguments[1] : undefined, 3);\n var entry;\n while (entry = entry ? entry.next : state.first) {\n boundFunction(entry.value, entry.key, this);\n // revert to the last existing entry\n while (entry && entry.removed) entry = entry.previous;\n }\n },\n // 23.1.3.7 Map.prototype.has(key)\n // 23.2.3.7 Set.prototype.has(value)\n has: function has(key) {\n return !!getEntry(this, key);\n }\n });\n\n redefineAll(C.prototype, IS_MAP ? {\n // 23.1.3.6 Map.prototype.get(key)\n get: function get(key) {\n var entry = getEntry(this, key);\n return entry && entry.value;\n },\n // 23.1.3.9 Map.prototype.set(key, value)\n set: function set(key, value) {\n return define(this, key === 0 ? 0 : key, value);\n }\n } : {\n // 23.2.3.1 Set.prototype.add(value)\n add: function add(value) {\n return define(this, value = value === 0 ? 0 : value, value);\n }\n });\n if (DESCRIPTORS) defineProperty(C.prototype, 'size', {\n get: function () {\n return getInternalState(this).size;\n }\n });\n return C;\n },\n setStrong: function (C, CONSTRUCTOR_NAME, IS_MAP) {\n var ITERATOR_NAME = CONSTRUCTOR_NAME + ' Iterator';\n var getInternalCollectionState = internalStateGetterFor(CONSTRUCTOR_NAME);\n var getInternalIteratorState = internalStateGetterFor(ITERATOR_NAME);\n // add .keys, .values, .entries, [@@iterator]\n // 23.1.3.4, 23.1.3.8, 23.1.3.11, 23.1.3.12, 23.2.3.5, 23.2.3.8, 23.2.3.10, 23.2.3.11\n defineIterator(C, CONSTRUCTOR_NAME, function (iterated, kind) {\n setInternalState(this, {\n type: ITERATOR_NAME,\n target: iterated,\n state: getInternalCollectionState(iterated),\n kind: kind,\n last: undefined\n });\n }, function () {\n var state = getInternalIteratorState(this);\n var kind = state.kind;\n var entry = state.last;\n // revert to the last existing entry\n while (entry && entry.removed) entry = entry.previous;\n // get next entry\n if (!state.target || !(state.last = entry = entry ? entry.next : state.state.first)) {\n // or finish the iteration\n state.target = undefined;\n return { value: undefined, done: true };\n }\n // return step by kind\n if (kind == 'keys') return { value: entry.key, done: false };\n if (kind == 'values') return { value: entry.value, done: false };\n return { value: [entry.key, entry.value], done: false };\n }, IS_MAP ? 'entries' : 'values', !IS_MAP, true);\n\n // add [@@species], 23.1.2.2, 23.2.2.2\n setSpecies(CONSTRUCTOR_NAME);\n }\n};\n","'use strict';\nvar $ = require('../internals/export');\nvar global = require('../internals/global');\nvar isForced = require('../internals/is-forced');\nvar redefine = require('../internals/redefine');\nvar InternalMetadataModule = require('../internals/internal-metadata');\nvar iterate = require('../internals/iterate');\nvar anInstance = require('../internals/an-instance');\nvar isObject = require('../internals/is-object');\nvar fails = require('../internals/fails');\nvar checkCorrectnessOfIteration = require('../internals/check-correctness-of-iteration');\nvar setToStringTag = require('../internals/set-to-string-tag');\nvar inheritIfRequired = require('../internals/inherit-if-required');\n\nmodule.exports = function (CONSTRUCTOR_NAME, wrapper, common) {\n var IS_MAP = CONSTRUCTOR_NAME.indexOf('Map') !== -1;\n var IS_WEAK = CONSTRUCTOR_NAME.indexOf('Weak') !== -1;\n var ADDER = IS_MAP ? 'set' : 'add';\n var NativeConstructor = global[CONSTRUCTOR_NAME];\n var NativePrototype = NativeConstructor && NativeConstructor.prototype;\n var Constructor = NativeConstructor;\n var exported = {};\n\n var fixMethod = function (KEY) {\n var nativeMethod = NativePrototype[KEY];\n redefine(NativePrototype, KEY,\n KEY == 'add' ? function add(value) {\n nativeMethod.call(this, value === 0 ? 0 : value);\n return this;\n } : KEY == 'delete' ? function (key) {\n return IS_WEAK && !isObject(key) ? false : nativeMethod.call(this, key === 0 ? 0 : key);\n } : KEY == 'get' ? function get(key) {\n return IS_WEAK && !isObject(key) ? undefined : nativeMethod.call(this, key === 0 ? 0 : key);\n } : KEY == 'has' ? function has(key) {\n return IS_WEAK && !isObject(key) ? false : nativeMethod.call(this, key === 0 ? 0 : key);\n } : function set(key, value) {\n nativeMethod.call(this, key === 0 ? 0 : key, value);\n return this;\n }\n );\n };\n\n var REPLACE = isForced(\n CONSTRUCTOR_NAME,\n typeof NativeConstructor != 'function' || !(IS_WEAK || NativePrototype.forEach && !fails(function () {\n new NativeConstructor().entries().next();\n }))\n );\n\n if (REPLACE) {\n // create collection constructor\n Constructor = common.getConstructor(wrapper, CONSTRUCTOR_NAME, IS_MAP, ADDER);\n InternalMetadataModule.REQUIRED = true;\n } else if (isForced(CONSTRUCTOR_NAME, true)) {\n var instance = new Constructor();\n // early implementations not supports chaining\n var HASNT_CHAINING = instance[ADDER](IS_WEAK ? {} : -0, 1) != instance;\n // V8 ~ Chromium 40- weak-collections throws on primitives, but should return false\n var THROWS_ON_PRIMITIVES = fails(function () { instance.has(1); });\n // most early implementations doesn't supports iterables, most modern - not close it correctly\n // eslint-disable-next-line no-new -- required for testing\n var ACCEPT_ITERABLES = checkCorrectnessOfIteration(function (iterable) { new NativeConstructor(iterable); });\n // for early implementations -0 and +0 not the same\n var BUGGY_ZERO = !IS_WEAK && fails(function () {\n // V8 ~ Chromium 42- fails only with 5+ elements\n var $instance = new NativeConstructor();\n var index = 5;\n while (index--) $instance[ADDER](index, index);\n return !$instance.has(-0);\n });\n\n if (!ACCEPT_ITERABLES) {\n Constructor = wrapper(function (dummy, iterable) {\n anInstance(dummy, Constructor, CONSTRUCTOR_NAME);\n var that = inheritIfRequired(new NativeConstructor(), dummy, Constructor);\n if (iterable != undefined) iterate(iterable, that[ADDER], { that: that, AS_ENTRIES: IS_MAP });\n return that;\n });\n Constructor.prototype = NativePrototype;\n NativePrototype.constructor = Constructor;\n }\n\n if (THROWS_ON_PRIMITIVES || BUGGY_ZERO) {\n fixMethod('delete');\n fixMethod('has');\n IS_MAP && fixMethod('get');\n }\n\n if (BUGGY_ZERO || HASNT_CHAINING) fixMethod(ADDER);\n\n // weak collections should not contains .clear method\n if (IS_WEAK && NativePrototype.clear) delete NativePrototype.clear;\n }\n\n exported[CONSTRUCTOR_NAME] = Constructor;\n $({ global: true, forced: Constructor != NativeConstructor }, exported);\n\n setToStringTag(Constructor, CONSTRUCTOR_NAME);\n\n if (!IS_WEAK) common.setStrong(Constructor, CONSTRUCTOR_NAME, IS_MAP);\n\n return Constructor;\n};\n","'use strict';\nvar collection = require('../internals/collection');\nvar collectionStrong = require('../internals/collection-strong');\n\n// `Map` constructor\n// https://tc39.es/ecma262/#sec-map-objects\nmodule.exports = collection('Map', function (init) {\n return function Map() { return init(this, arguments.length ? arguments[0] : undefined); };\n}, collectionStrong);\n","'use strict';\nvar TO_STRING_TAG_SUPPORT = require('../internals/to-string-tag-support');\nvar classof = require('../internals/classof');\n\n// `Object.prototype.toString` method implementation\n// https://tc39.es/ecma262/#sec-object.prototype.tostring\nmodule.exports = TO_STRING_TAG_SUPPORT ? {}.toString : function toString() {\n return '[object ' + classof(this) + ']';\n};\n","var TO_STRING_TAG_SUPPORT = require('../internals/to-string-tag-support');\nvar redefine = require('../internals/redefine');\nvar toString = require('../internals/object-to-string');\n\n// `Object.prototype.toString` method\n// https://tc39.es/ecma262/#sec-object.prototype.tostring\nif (!TO_STRING_TAG_SUPPORT) {\n redefine(Object.prototype, 'toString', toString, { unsafe: true });\n}\n","'use strict';\nvar charAt = require('../internals/string-multibyte').charAt;\nvar InternalStateModule = require('../internals/internal-state');\nvar defineIterator = require('../internals/define-iterator');\n\nvar STRING_ITERATOR = 'String Iterator';\nvar setInternalState = InternalStateModule.set;\nvar getInternalState = InternalStateModule.getterFor(STRING_ITERATOR);\n\n// `String.prototype[@@iterator]` method\n// https://tc39.es/ecma262/#sec-string.prototype-@@iterator\ndefineIterator(String, 'String', function (iterated) {\n setInternalState(this, {\n type: STRING_ITERATOR,\n string: String(iterated),\n index: 0\n });\n// `%StringIteratorPrototype%.next` method\n// https://tc39.es/ecma262/#sec-%stringiteratorprototype%.next\n}, function next() {\n var state = getInternalState(this);\n var string = state.string;\n var index = state.index;\n var point;\n if (index >= string.length) return { value: undefined, done: true };\n point = charAt(string, index);\n state.index += point.length;\n return { value: point, done: false };\n});\n","// iterable DOM collections\n// flag - `iterable` interface - 'entries', 'keys', 'values', 'forEach' methods\nmodule.exports = {\n CSSRuleList: 0,\n CSSStyleDeclaration: 0,\n CSSValueList: 0,\n ClientRectList: 0,\n DOMRectList: 0,\n DOMStringList: 0,\n DOMTokenList: 1,\n DataTransferItemList: 0,\n FileList: 0,\n HTMLAllCollection: 0,\n HTMLCollection: 0,\n HTMLFormElement: 0,\n HTMLSelectElement: 0,\n MediaList: 0,\n MimeTypeArray: 0,\n NamedNodeMap: 0,\n NodeList: 1,\n PaintRequestList: 0,\n Plugin: 0,\n PluginArray: 0,\n SVGLengthList: 0,\n SVGNumberList: 0,\n SVGPathSegList: 0,\n SVGPointList: 0,\n SVGStringList: 0,\n SVGTransformList: 0,\n SourceBufferList: 0,\n StyleSheetList: 0,\n TextTrackCueList: 0,\n TextTrackList: 0,\n TouchList: 0\n};\n","var global = require('../internals/global');\nvar DOMIterables = require('../internals/dom-iterables');\nvar ArrayIteratorMethods = require('../modules/es.array.iterator');\nvar createNonEnumerableProperty = require('../internals/create-non-enumerable-property');\nvar wellKnownSymbol = require('../internals/well-known-symbol');\n\nvar ITERATOR = wellKnownSymbol('iterator');\nvar TO_STRING_TAG = wellKnownSymbol('toStringTag');\nvar ArrayValues = ArrayIteratorMethods.values;\n\nfor (var COLLECTION_NAME in DOMIterables) {\n var Collection = global[COLLECTION_NAME];\n var CollectionPrototype = Collection && Collection.prototype;\n if (CollectionPrototype) {\n // some Chrome versions have non-configurable methods on DOMTokenList\n if (CollectionPrototype[ITERATOR] !== ArrayValues) try {\n createNonEnumerableProperty(CollectionPrototype, ITERATOR, ArrayValues);\n } catch (error) {\n CollectionPrototype[ITERATOR] = ArrayValues;\n }\n if (!CollectionPrototype[TO_STRING_TAG]) {\n createNonEnumerableProperty(CollectionPrototype, TO_STRING_TAG, COLLECTION_NAME);\n }\n if (DOMIterables[COLLECTION_NAME]) for (var METHOD_NAME in ArrayIteratorMethods) {\n // some Chrome versions have non-configurable methods on DOMTokenList\n if (CollectionPrototype[METHOD_NAME] !== ArrayIteratorMethods[METHOD_NAME]) try {\n createNonEnumerableProperty(CollectionPrototype, METHOD_NAME, ArrayIteratorMethods[METHOD_NAME]);\n } catch (error) {\n CollectionPrototype[METHOD_NAME] = ArrayIteratorMethods[METHOD_NAME];\n }\n }\n }\n}\n","'use strict';\nvar $forEach = require('../internals/array-iteration').forEach;\nvar arrayMethodIsStrict = require('../internals/array-method-is-strict');\n\nvar STRICT_METHOD = arrayMethodIsStrict('forEach');\n\n// `Array.prototype.forEach` method implementation\n// https://tc39.es/ecma262/#sec-array.prototype.foreach\nmodule.exports = !STRICT_METHOD ? function forEach(callbackfn /* , thisArg */) {\n return $forEach(this, callbackfn, arguments.length > 1 ? arguments[1] : undefined);\n// eslint-disable-next-line es/no-array-prototype-foreach -- safe\n} : [].forEach;\n","var global = require('../internals/global');\nvar DOMIterables = require('../internals/dom-iterables');\nvar forEach = require('../internals/array-for-each');\nvar createNonEnumerableProperty = require('../internals/create-non-enumerable-property');\n\nfor (var COLLECTION_NAME in DOMIterables) {\n var Collection = global[COLLECTION_NAME];\n var CollectionPrototype = Collection && Collection.prototype;\n // some Chrome versions have non-configurable methods on DOMTokenList\n if (CollectionPrototype && CollectionPrototype.forEach !== forEach) try {\n createNonEnumerableProperty(CollectionPrototype, 'forEach', forEach);\n } catch (error) {\n CollectionPrototype.forEach = forEach;\n }\n}\n","var fails = require('../internals/fails');\nvar classof = require('../internals/classof-raw');\n\nvar split = ''.split;\n\n// fallback for non-array-like ES3 and non-enumerable old V8 strings\nmodule.exports = fails(function () {\n // throws an error in rhino, see https://github.com/mozilla/rhino/issues/346\n // eslint-disable-next-line no-prototype-builtins -- safe\n return !Object('z').propertyIsEnumerable(0);\n}) ? function (it) {\n return classof(it) == 'String' ? split.call(it, '') : Object(it);\n} : Object;\n","module.exports = false;\n","module.exports = function (it) {\n if (typeof it != 'function') {\n throw TypeError(String(it) + ' is not a function');\n } return it;\n};\n","var IS_PURE = require('../internals/is-pure');\nvar store = require('../internals/shared-store');\n\n(module.exports = function (key, value) {\n return store[key] || (store[key] = value !== undefined ? value : {});\n})('versions', []).push({\n version: '3.13.1',\n mode: IS_PURE ? 'pure' : 'global',\n copyright: '© 2021 Denis Pushkarev (zloirock.ru)'\n});\n","'use strict';\n/* eslint-disable regexp/no-assertion-capturing-group, regexp/no-empty-group, regexp/no-lazy-ends -- testing */\n/* eslint-disable regexp/no-useless-quantifier -- testing */\nvar regexpFlags = require('./regexp-flags');\nvar stickyHelpers = require('./regexp-sticky-helpers');\nvar shared = require('./shared');\n\nvar nativeExec = RegExp.prototype.exec;\nvar nativeReplace = shared('native-string-replace', String.prototype.replace);\n\nvar patchedExec = nativeExec;\n\nvar UPDATES_LAST_INDEX_WRONG = (function () {\n var re1 = /a/;\n var re2 = /b*/g;\n nativeExec.call(re1, 'a');\n nativeExec.call(re2, 'a');\n return re1.lastIndex !== 0 || re2.lastIndex !== 0;\n})();\n\nvar UNSUPPORTED_Y = stickyHelpers.UNSUPPORTED_Y || stickyHelpers.BROKEN_CARET;\n\n// nonparticipating capturing group, copied from es5-shim's String#split patch.\nvar NPCG_INCLUDED = /()??/.exec('')[1] !== undefined;\n\nvar PATCH = UPDATES_LAST_INDEX_WRONG || NPCG_INCLUDED || UNSUPPORTED_Y;\n\nif (PATCH) {\n patchedExec = function exec(str) {\n var re = this;\n var lastIndex, reCopy, match, i;\n var sticky = UNSUPPORTED_Y && re.sticky;\n var flags = regexpFlags.call(re);\n var source = re.source;\n var charsAdded = 0;\n var strCopy = str;\n\n if (sticky) {\n flags = flags.replace('y', '');\n if (flags.indexOf('g') === -1) {\n flags += 'g';\n }\n\n strCopy = String(str).slice(re.lastIndex);\n // Support anchored sticky behavior.\n if (re.lastIndex > 0 && (!re.multiline || re.multiline && str[re.lastIndex - 1] !== '\\n')) {\n source = '(?: ' + source + ')';\n strCopy = ' ' + strCopy;\n charsAdded++;\n }\n // ^(? + rx + ) is needed, in combination with some str slicing, to\n // simulate the 'y' flag.\n reCopy = new RegExp('^(?:' + source + ')', flags);\n }\n\n if (NPCG_INCLUDED) {\n reCopy = new RegExp('^' + source + '$(?!\\\\s)', flags);\n }\n if (UPDATES_LAST_INDEX_WRONG) lastIndex = re.lastIndex;\n\n match = nativeExec.call(sticky ? reCopy : re, strCopy);\n\n if (sticky) {\n if (match) {\n match.input = match.input.slice(charsAdded);\n match[0] = match[0].slice(charsAdded);\n match.index = re.lastIndex;\n re.lastIndex += match[0].length;\n } else re.lastIndex = 0;\n } else if (UPDATES_LAST_INDEX_WRONG && match) {\n re.lastIndex = re.global ? match.index + match[0].length : lastIndex;\n }\n if (NPCG_INCLUDED && match && match.length > 1) {\n // Fix browsers whose `exec` methods don't consistently return `undefined`\n // for NPCG, like IE8. NOTE: This doesn' work for /(.?)?/\n nativeReplace.call(match[0], reCopy, function () {\n for (i = 1; i < arguments.length - 2; i++) {\n if (arguments[i] === undefined) match[i] = undefined;\n }\n });\n }\n\n return match;\n };\n}\n\nmodule.exports = patchedExec;\n","var check = function (it) {\n return it && it.Math == Math && it;\n};\n\n// https://github.com/zloirock/core-js/issues/86#issuecomment-115759028\nmodule.exports =\n // eslint-disable-next-line es/no-global-this -- safe\n check(typeof globalThis == 'object' && globalThis) ||\n check(typeof window == 'object' && window) ||\n // eslint-disable-next-line no-restricted-globals -- safe\n check(typeof self == 'object' && self) ||\n check(typeof global == 'object' && global) ||\n // eslint-disable-next-line no-new-func -- fallback\n (function () { return this; })() || Function('return this')();\n","var global = require('../internals/global');\nvar userAgent = require('../internals/engine-user-agent');\n\nvar process = global.process;\nvar versions = process && process.versions;\nvar v8 = versions && versions.v8;\nvar match, version;\n\nif (v8) {\n match = v8.split('.');\n version = match[0] < 4 ? 1 : match[0] + match[1];\n} else if (userAgent) {\n match = userAgent.match(/Edge\\/(\\d+)/);\n if (!match || match[1] >= 74) {\n match = userAgent.match(/Chrome\\/(\\d+)/);\n if (match) version = match[1];\n }\n}\n\nmodule.exports = version && +version;\n","'use strict';\nvar fails = require('../internals/fails');\n\nmodule.exports = function (METHOD_NAME, argument) {\n var method = [][METHOD_NAME];\n return !!method && fails(function () {\n // eslint-disable-next-line no-useless-call,no-throw-literal -- required for testing\n method.call(null, argument || function () { throw 1; }, 1);\n });\n};\n","var global = require('../internals/global');\nvar createNonEnumerableProperty = require('../internals/create-non-enumerable-property');\n\nmodule.exports = function (key, value) {\n try {\n createNonEnumerableProperty(global, key, value);\n } catch (error) {\n global[key] = value;\n } return value;\n};\n","var global = require('../internals/global');\nvar setGlobal = require('../internals/set-global');\n\nvar SHARED = '__core-js_shared__';\nvar store = global[SHARED] || setGlobal(SHARED, {});\n\nmodule.exports = store;\n","module.exports = {};\n","var id = 0;\nvar postfix = Math.random();\n\nmodule.exports = function (key) {\n return 'Symbol(' + String(key === undefined ? '' : key) + ')_' + (++id + postfix).toString(36);\n};\n","// shim for using process in browser\nvar process = module.exports = {};\n\n// cached from whatever global is present so that test runners that stub it\n// don't break things. But we need to wrap it in a try catch in case it is\n// wrapped in strict mode code which doesn't define any globals. It's inside a\n// function because try/catches deoptimize in certain engines.\n\nvar cachedSetTimeout;\nvar cachedClearTimeout;\n\nfunction defaultSetTimout() {\n throw new Error('setTimeout has not been defined');\n}\nfunction defaultClearTimeout () {\n throw new Error('clearTimeout has not been defined');\n}\n(function () {\n try {\n if (typeof setTimeout === 'function') {\n cachedSetTimeout = setTimeout;\n } else {\n cachedSetTimeout = defaultSetTimout;\n }\n } catch (e) {\n cachedSetTimeout = defaultSetTimout;\n }\n try {\n if (typeof clearTimeout === 'function') {\n cachedClearTimeout = clearTimeout;\n } else {\n cachedClearTimeout = defaultClearTimeout;\n }\n } catch (e) {\n cachedClearTimeout = defaultClearTimeout;\n }\n} ())\nfunction runTimeout(fun) {\n if (cachedSetTimeout === setTimeout) {\n //normal enviroments in sane situations\n return setTimeout(fun, 0);\n }\n // if setTimeout wasn't available but was latter defined\n if ((cachedSetTimeout === defaultSetTimout || !cachedSetTimeout) && setTimeout) {\n cachedSetTimeout = setTimeout;\n return setTimeout(fun, 0);\n }\n try {\n // when when somebody has screwed with setTimeout but no I.E. maddness\n return cachedSetTimeout(fun, 0);\n } catch(e){\n try {\n // When we are in I.E. but the script has been evaled so I.E. doesn't trust the global object when called normally\n return cachedSetTimeout.call(null, fun, 0);\n } catch(e){\n // same as above but when it's a version of I.E. that must have the global object for 'this', hopfully our context correct otherwise it will throw a global error\n return cachedSetTimeout.call(this, fun, 0);\n }\n }\n\n\n}\nfunction runClearTimeout(marker) {\n if (cachedClearTimeout === clearTimeout) {\n //normal enviroments in sane situations\n return clearTimeout(marker);\n }\n // if clearTimeout wasn't available but was latter defined\n if ((cachedClearTimeout === defaultClearTimeout || !cachedClearTimeout) && clearTimeout) {\n cachedClearTimeout = clearTimeout;\n return clearTimeout(marker);\n }\n try {\n // when when somebody has screwed with setTimeout but no I.E. maddness\n return cachedClearTimeout(marker);\n } catch (e){\n try {\n // When we are in I.E. but the script has been evaled so I.E. doesn't trust the global object when called normally\n return cachedClearTimeout.call(null, marker);\n } catch (e){\n // same as above but when it's a version of I.E. that must have the global object for 'this', hopfully our context correct otherwise it will throw a global error.\n // Some versions of I.E. have different rules for clearTimeout vs setTimeout\n return cachedClearTimeout.call(this, marker);\n }\n }\n\n\n\n}\nvar queue = [];\nvar draining = false;\nvar currentQueue;\nvar queueIndex = -1;\n\nfunction cleanUpNextTick() {\n if (!draining || !currentQueue) {\n return;\n }\n draining = false;\n if (currentQueue.length) {\n queue = currentQueue.concat(queue);\n } else {\n queueIndex = -1;\n }\n if (queue.length) {\n drainQueue();\n }\n}\n\nfunction drainQueue() {\n if (draining) {\n return;\n }\n var timeout = runTimeout(cleanUpNextTick);\n draining = true;\n\n var len = queue.length;\n while(len) {\n currentQueue = queue;\n queue = [];\n while (++queueIndex < len) {\n if (currentQueue) {\n currentQueue[queueIndex].run();\n }\n }\n queueIndex = -1;\n len = queue.length;\n }\n currentQueue = null;\n draining = false;\n runClearTimeout(timeout);\n}\n\nprocess.nextTick = function (fun) {\n var args = new Array(arguments.length - 1);\n if (arguments.length > 1) {\n for (var i = 1; i < arguments.length; i++) {\n args[i - 1] = arguments[i];\n }\n }\n queue.push(new Item(fun, args));\n if (queue.length === 1 && !draining) {\n runTimeout(drainQueue);\n }\n};\n\n// v8 likes predictible objects\nfunction Item(fun, array) {\n this.fun = fun;\n this.array = array;\n}\nItem.prototype.run = function () {\n this.fun.apply(null, this.array);\n};\nprocess.title = 'browser';\nprocess.browser = true;\nprocess.env = {};\nprocess.argv = [];\nprocess.version = ''; // empty string to avoid regexp issues\nprocess.versions = {};\n\nfunction noop() {}\n\nprocess.on = noop;\nprocess.addListener = noop;\nprocess.once = noop;\nprocess.off = noop;\nprocess.removeListener = noop;\nprocess.removeAllListeners = noop;\nprocess.emit = noop;\nprocess.prependListener = noop;\nprocess.prependOnceListener = noop;\n\nprocess.listeners = function (name) { return [] }\n\nprocess.binding = function (name) {\n throw new Error('process.binding is not supported');\n};\n\nprocess.cwd = function () { return '/' };\nprocess.chdir = function (dir) {\n throw new Error('process.chdir is not supported');\n};\nprocess.umask = function() { return 0; };\n","var toInteger = require('../internals/to-integer');\n\nvar max = Math.max;\nvar min = Math.min;\n\n// Helper for a popular repeating case of the spec:\n// Let integer be ? ToInteger(index).\n// If integer < 0, let result be max((length + integer), 0); else let result be min(integer, length).\nmodule.exports = function (index, length) {\n var integer = toInteger(index);\n return integer < 0 ? max(integer + length, 0) : min(integer, length);\n};\n","'use strict';\nvar anObject = require('../internals/an-object');\n\n// `RegExp.prototype.flags` getter implementation\n// https://tc39.es/ecma262/#sec-get-regexp.prototype.flags\nmodule.exports = function () {\n var that = anObject(this);\n var result = '';\n if (that.global) result += 'g';\n if (that.ignoreCase) result += 'i';\n if (that.multiline) result += 'm';\n if (that.dotAll) result += 's';\n if (that.unicode) result += 'u';\n if (that.sticky) result += 'y';\n return result;\n};\n","'use strict';\nvar fixRegExpWellKnownSymbolLogic = require('../internals/fix-regexp-well-known-symbol-logic');\nvar anObject = require('../internals/an-object');\nvar toLength = require('../internals/to-length');\nvar toInteger = require('../internals/to-integer');\nvar requireObjectCoercible = require('../internals/require-object-coercible');\nvar advanceStringIndex = require('../internals/advance-string-index');\nvar getSubstitution = require('../internals/get-substitution');\nvar regExpExec = require('../internals/regexp-exec-abstract');\n\nvar max = Math.max;\nvar min = Math.min;\n\nvar maybeToString = function (it) {\n return it === undefined ? it : String(it);\n};\n\n// @@replace logic\nfixRegExpWellKnownSymbolLogic('replace', 2, function (REPLACE, nativeReplace, maybeCallNative, reason) {\n var REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE = reason.REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE;\n var REPLACE_KEEPS_$0 = reason.REPLACE_KEEPS_$0;\n var UNSAFE_SUBSTITUTE = REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE ? '$' : '$0';\n\n return [\n // `String.prototype.replace` method\n // https://tc39.es/ecma262/#sec-string.prototype.replace\n function replace(searchValue, replaceValue) {\n var O = requireObjectCoercible(this);\n var replacer = searchValue == undefined ? undefined : searchValue[REPLACE];\n return replacer !== undefined\n ? replacer.call(searchValue, O, replaceValue)\n : nativeReplace.call(String(O), searchValue, replaceValue);\n },\n // `RegExp.prototype[@@replace]` method\n // https://tc39.es/ecma262/#sec-regexp.prototype-@@replace\n function (regexp, replaceValue) {\n if (\n (!REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE && REPLACE_KEEPS_$0) ||\n (typeof replaceValue === 'string' && replaceValue.indexOf(UNSAFE_SUBSTITUTE) === -1)\n ) {\n var res = maybeCallNative(nativeReplace, regexp, this, replaceValue);\n if (res.done) return res.value;\n }\n\n var rx = anObject(regexp);\n var S = String(this);\n\n var functionalReplace = typeof replaceValue === 'function';\n if (!functionalReplace) replaceValue = String(replaceValue);\n\n var global = rx.global;\n if (global) {\n var fullUnicode = rx.unicode;\n rx.lastIndex = 0;\n }\n var results = [];\n while (true) {\n var result = regExpExec(rx, S);\n if (result === null) break;\n\n results.push(result);\n if (!global) break;\n\n var matchStr = String(result[0]);\n if (matchStr === '') rx.lastIndex = advanceStringIndex(S, toLength(rx.lastIndex), fullUnicode);\n }\n\n var accumulatedResult = '';\n var nextSourcePosition = 0;\n for (var i = 0; i < results.length; i++) {\n result = results[i];\n\n var matched = String(result[0]);\n var position = max(min(toInteger(result.index), S.length), 0);\n var captures = [];\n // NOTE: This is equivalent to\n // captures = result.slice(1).map(maybeToString)\n // but for some reason `nativeSlice.call(result, 1, result.length)` (called in\n // the slice polyfill when slicing native arrays) \"doesn't work\" in safari 9 and\n // causes a crash (https://pastebin.com/N21QzeQA) when trying to debug it.\n for (var j = 1; j < result.length; j++) captures.push(maybeToString(result[j]));\n var namedCaptures = result.groups;\n if (functionalReplace) {\n var replacerArgs = [matched].concat(captures, position, S);\n if (namedCaptures !== undefined) replacerArgs.push(namedCaptures);\n var replacement = String(replaceValue.apply(undefined, replacerArgs));\n } else {\n replacement = getSubstitution(matched, S, position, captures, namedCaptures, replaceValue);\n }\n if (position >= nextSourcePosition) {\n accumulatedResult += S.slice(nextSourcePosition, position) + replacement;\n nextSourcePosition = position + matched.length;\n }\n }\n return accumulatedResult + S.slice(nextSourcePosition);\n }\n ];\n});\n","var classof = require('../internals/classof-raw');\n\n// `IsArray` abstract operation\n// https://tc39.es/ecma262/#sec-isarray\n// eslint-disable-next-line es/no-array-isarray -- safe\nmodule.exports = Array.isArray || function isArray(arg) {\n return classof(arg) == 'Array';\n};\n","'use strict';\nvar $propertyIsEnumerable = {}.propertyIsEnumerable;\n// eslint-disable-next-line es/no-object-getownpropertydescriptor -- safe\nvar getOwnPropertyDescriptor = Object.getOwnPropertyDescriptor;\n\n// Nashorn ~ JDK8 bug\nvar NASHORN_BUG = getOwnPropertyDescriptor && !$propertyIsEnumerable.call({ 1: 2 }, 1);\n\n// `Object.prototype.propertyIsEnumerable` method implementation\n// https://tc39.es/ecma262/#sec-object.prototype.propertyisenumerable\nexports.f = NASHORN_BUG ? function propertyIsEnumerable(V) {\n var descriptor = getOwnPropertyDescriptor(this, V);\n return !!descriptor && descriptor.enumerable;\n} : $propertyIsEnumerable;\n","var internalObjectKeys = require('../internals/object-keys-internal');\nvar enumBugKeys = require('../internals/enum-bug-keys');\n\nvar hiddenKeys = enumBugKeys.concat('length', 'prototype');\n\n// `Object.getOwnPropertyNames` method\n// https://tc39.es/ecma262/#sec-object.getownpropertynames\n// eslint-disable-next-line es/no-object-getownpropertynames -- safe\nexports.f = Object.getOwnPropertyNames || function getOwnPropertyNames(O) {\n return internalObjectKeys(O, hiddenKeys);\n};\n","var toIndexedObject = require('../internals/to-indexed-object');\nvar toLength = require('../internals/to-length');\nvar toAbsoluteIndex = require('../internals/to-absolute-index');\n\n// `Array.prototype.{ indexOf, includes }` methods implementation\nvar createMethod = function (IS_INCLUDES) {\n return function ($this, el, fromIndex) {\n var O = toIndexedObject($this);\n var length = toLength(O.length);\n var index = toAbsoluteIndex(fromIndex, length);\n var value;\n // Array#includes uses SameValueZero equality algorithm\n // eslint-disable-next-line no-self-compare -- NaN check\n if (IS_INCLUDES && el != el) while (length > index) {\n value = O[index++];\n // eslint-disable-next-line no-self-compare -- NaN check\n if (value != value) return true;\n // Array#indexOf ignores holes, Array#includes - not\n } else for (;length > index; index++) {\n if ((IS_INCLUDES || index in O) && O[index] === el) return IS_INCLUDES || index || 0;\n } return !IS_INCLUDES && -1;\n };\n};\n\nmodule.exports = {\n // `Array.prototype.includes` method\n // https://tc39.es/ecma262/#sec-array.prototype.includes\n includes: createMethod(true),\n // `Array.prototype.indexOf` method\n // https://tc39.es/ecma262/#sec-array.prototype.indexof\n indexOf: createMethod(false)\n};\n","/* eslint-disable es/no-symbol -- required for testing */\nvar V8_VERSION = require('../internals/engine-v8-version');\nvar fails = require('../internals/fails');\n\n// eslint-disable-next-line es/no-object-getownpropertysymbols -- required for testing\nmodule.exports = !!Object.getOwnPropertySymbols && !fails(function () {\n var symbol = Symbol();\n // Chrome 38 Symbol has incorrect toString conversion\n // `get-own-property-symbols` polyfill symbols converted to object are not Symbol instances\n return !String(symbol) || !(Object(symbol) instanceof Symbol) ||\n // Chrome 38-40 symbols are not inherited from DOM collections prototypes to instances\n !Symbol.sham && V8_VERSION && V8_VERSION < 41;\n});\n","var wellKnownSymbol = require('../internals/well-known-symbol');\n\nvar TO_STRING_TAG = wellKnownSymbol('toStringTag');\nvar test = {};\n\ntest[TO_STRING_TAG] = 'z';\n\nmodule.exports = String(test) === '[object z]';\n","\"use strict\";\n\nrequire(\"core-js/modules/es.object.assign.js\");\n\nObject.defineProperty(exports, \"__esModule\", {\n value: true\n});\nexports.default = void 0;\n\nvar _axios = _interopRequireDefault(require(\"axios\"));\n\nvar _auth = require(\"@nextcloud/auth\");\n\nfunction _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }\n\nvar client = _axios.default.create({\n headers: {\n requesttoken: (0, _auth.getRequestToken)()\n }\n});\n\nvar cancelableClient = Object.assign(client, {\n CancelToken: _axios.default.CancelToken,\n isCancel: _axios.default.isCancel\n});\n(0, _auth.onRequestTokenUpdate)(function (token) {\n return client.defaults.headers.requesttoken = token;\n});\nvar _default = cancelableClient;\nexports.default = _default;\n//# sourceMappingURL=index.js.map","var store = require('../internals/shared-store');\n\nvar functionToString = Function.toString;\n\n// this helper broken in `core-js@3.4.1-3.4.4`, so we can't use `shared` helper\nif (typeof store.inspectSource != 'function') {\n store.inspectSource = function (it) {\n return functionToString.call(it);\n };\n}\n\nmodule.exports = store.inspectSource;\n","// IE8- don't enum bug keys\nmodule.exports = [\n 'constructor',\n 'hasOwnProperty',\n 'isPrototypeOf',\n 'propertyIsEnumerable',\n 'toLocaleString',\n 'toString',\n 'valueOf'\n];\n","// eslint-disable-next-line es/no-object-getownpropertysymbols -- safe\nexports.f = Object.getOwnPropertySymbols;\n","var aFunction = require('../internals/a-function');\n\n// optional / simple context binding\nmodule.exports = function (fn, that, length) {\n aFunction(fn);\n if (that === undefined) return fn;\n switch (length) {\n case 0: return function () {\n return fn.call(that);\n };\n case 1: return function (a) {\n return fn.call(that, a);\n };\n case 2: return function (a, b) {\n return fn.call(that, a, b);\n };\n case 3: return function (a, b, c) {\n return fn.call(that, a, b, c);\n };\n }\n return function (/* ...args */) {\n return fn.apply(that, arguments);\n };\n};\n","\"use strict\";\n\nObject.defineProperty(exports, \"__esModule\", {\n value: true\n});\nObject.defineProperty(exports, \"getRequestToken\", {\n enumerable: true,\n get: function get() {\n return _requesttoken.getRequestToken;\n }\n});\nObject.defineProperty(exports, \"onRequestTokenUpdate\", {\n enumerable: true,\n get: function get() {\n return _requesttoken.onRequestTokenUpdate;\n }\n});\nObject.defineProperty(exports, \"getCurrentUser\", {\n enumerable: true,\n get: function get() {\n return _user.getCurrentUser;\n }\n});\n\nvar _requesttoken = require(\"./requesttoken\");\n\nvar _user = require(\"./user\");\n//# sourceMappingURL=index.js.map","var DESCRIPTORS = require('../internals/descriptors');\nvar fails = require('../internals/fails');\nvar createElement = require('../internals/document-create-element');\n\n// Thank's IE8 for his funny defineProperty\nmodule.exports = !DESCRIPTORS && !fails(function () {\n // eslint-disable-next-line es/no-object-defineproperty -- requied for testing\n return Object.defineProperty(createElement('div'), 'a', {\n get: function () { return 7; }\n }).a != 7;\n});\n","var shared = require('../internals/shared');\nvar uid = require('../internals/uid');\n\nvar keys = shared('keys');\n\nmodule.exports = function (key) {\n return keys[key] || (keys[key] = uid(key));\n};\n","var isObject = require('../internals/is-object');\n\nmodule.exports = function (it) {\n if (!isObject(it)) {\n throw TypeError(String(it) + ' is not an object');\n } return it;\n};\n","var isObject = require('../internals/is-object');\nvar isArray = require('../internals/is-array');\nvar wellKnownSymbol = require('../internals/well-known-symbol');\n\nvar SPECIES = wellKnownSymbol('species');\n\n// `ArraySpeciesCreate` abstract operation\n// https://tc39.es/ecma262/#sec-arrayspeciescreate\nmodule.exports = function (originalArray, length) {\n var C;\n if (isArray(originalArray)) {\n C = originalArray.constructor;\n // cross-realm fallback\n if (typeof C == 'function' && (C === Array || isArray(C.prototype))) C = undefined;\n else if (isObject(C)) {\n C = C[SPECIES];\n if (C === null) C = undefined;\n }\n } return new (C === undefined ? Array : C)(length === 0 ? 0 : length);\n};\n","var has = require('../internals/has');\nvar toIndexedObject = require('../internals/to-indexed-object');\nvar indexOf = require('../internals/array-includes').indexOf;\nvar hiddenKeys = require('../internals/hidden-keys');\n\nmodule.exports = function (object, names) {\n var O = toIndexedObject(object);\n var i = 0;\n var result = [];\n var key;\n for (key in O) !has(hiddenKeys, key) && has(O, key) && result.push(key);\n // Don't enum bug & hidden keys\n while (names.length > i) if (has(O, key = names[i++])) {\n ~indexOf(result, key) || result.push(key);\n }\n return result;\n};\n","'use strict';\n\nvar fails = require('./fails');\n\n// babel-minify transpiles RegExp('a', 'y') -> /a/y and it causes SyntaxError,\n// so we use an intermediate function.\nfunction RE(s, f) {\n return RegExp(s, f);\n}\n\nexports.UNSUPPORTED_Y = fails(function () {\n // babel-minify transpiles RegExp('a', 'y') -> /a/y and it causes SyntaxError\n var re = RE('a', 'y');\n re.lastIndex = 2;\n return re.exec('abcd') != null;\n});\n\nexports.BROKEN_CARET = fails(function () {\n // https://bugzilla.mozilla.org/show_bug.cgi?id=773687\n var re = RE('^r', 'gy');\n re.lastIndex = 2;\n return re.exec('str') != null;\n});\n","'use strict';\n// TODO: Remove from `core-js@4` since it's moved to entry points\nrequire('../modules/es.regexp.exec');\nvar redefine = require('../internals/redefine');\nvar regexpExec = require('../internals/regexp-exec');\nvar fails = require('../internals/fails');\nvar wellKnownSymbol = require('../internals/well-known-symbol');\nvar createNonEnumerableProperty = require('../internals/create-non-enumerable-property');\n\nvar SPECIES = wellKnownSymbol('species');\nvar RegExpPrototype = RegExp.prototype;\n\nvar REPLACE_SUPPORTS_NAMED_GROUPS = !fails(function () {\n // #replace needs built-in support for named groups.\n // #match works fine because it just return the exec results, even if it has\n // a \"grops\" property.\n var re = /./;\n re.exec = function () {\n var result = [];\n result.groups = { a: '7' };\n return result;\n };\n return ''.replace(re, '$<a>') !== '7';\n});\n\n// IE <= 11 replaces $0 with the whole match, as if it was $&\n// https://stackoverflow.com/questions/6024666/getting-ie-to-replace-a-regex-with-the-literal-string-0\nvar REPLACE_KEEPS_$0 = (function () {\n // eslint-disable-next-line regexp/prefer-escape-replacement-dollar-char -- required for testing\n return 'a'.replace(/./, '$0') === '$0';\n})();\n\nvar REPLACE = wellKnownSymbol('replace');\n// Safari <= 13.0.3(?) substitutes nth capture where n>m with an empty string\nvar REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE = (function () {\n if (/./[REPLACE]) {\n return /./[REPLACE]('a', '$0') === '';\n }\n return false;\n})();\n\n// Chrome 51 has a buggy \"split\" implementation when RegExp#exec !== nativeExec\n// Weex JS has frozen built-in prototypes, so use try / catch wrapper\nvar SPLIT_WORKS_WITH_OVERWRITTEN_EXEC = !fails(function () {\n // eslint-disable-next-line regexp/no-empty-group -- required for testing\n var re = /(?:)/;\n var originalExec = re.exec;\n re.exec = function () { return originalExec.apply(this, arguments); };\n var result = 'ab'.split(re);\n return result.length !== 2 || result[0] !== 'a' || result[1] !== 'b';\n});\n\nmodule.exports = function (KEY, length, exec, sham) {\n var SYMBOL = wellKnownSymbol(KEY);\n\n var DELEGATES_TO_SYMBOL = !fails(function () {\n // String methods call symbol-named RegEp methods\n var O = {};\n O[SYMBOL] = function () { return 7; };\n return ''[KEY](O) != 7;\n });\n\n var DELEGATES_TO_EXEC = DELEGATES_TO_SYMBOL && !fails(function () {\n // Symbol-named RegExp methods call .exec\n var execCalled = false;\n var re = /a/;\n\n if (KEY === 'split') {\n // We can't use real regex here since it causes deoptimization\n // and serious performance degradation in V8\n // https://github.com/zloirock/core-js/issues/306\n re = {};\n // RegExp[@@split] doesn't call the regex's exec method, but first creates\n // a new one. We need to return the patched regex when creating the new one.\n re.constructor = {};\n re.constructor[SPECIES] = function () { return re; };\n re.flags = '';\n re[SYMBOL] = /./[SYMBOL];\n }\n\n re.exec = function () { execCalled = true; return null; };\n\n re[SYMBOL]('');\n return !execCalled;\n });\n\n if (\n !DELEGATES_TO_SYMBOL ||\n !DELEGATES_TO_EXEC ||\n (KEY === 'replace' && !(\n REPLACE_SUPPORTS_NAMED_GROUPS &&\n REPLACE_KEEPS_$0 &&\n !REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE\n )) ||\n (KEY === 'split' && !SPLIT_WORKS_WITH_OVERWRITTEN_EXEC)\n ) {\n var nativeRegExpMethod = /./[SYMBOL];\n var methods = exec(SYMBOL, ''[KEY], function (nativeMethod, regexp, str, arg2, forceStringMethod) {\n var $exec = regexp.exec;\n if ($exec === regexpExec || $exec === RegExpPrototype.exec) {\n if (DELEGATES_TO_SYMBOL && !forceStringMethod) {\n // The native String method already delegates to @@method (this\n // polyfilled function), leasing to infinite recursion.\n // We avoid it by directly calling the native @@method method.\n return { done: true, value: nativeRegExpMethod.call(regexp, str, arg2) };\n }\n return { done: true, value: nativeMethod.call(str, regexp, arg2) };\n }\n return { done: false };\n }, {\n REPLACE_KEEPS_$0: REPLACE_KEEPS_$0,\n REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE: REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE\n });\n var stringMethod = methods[0];\n var regexMethod = methods[1];\n\n redefine(String.prototype, KEY, stringMethod);\n redefine(RegExpPrototype, SYMBOL, length == 2\n // 21.2.5.8 RegExp.prototype[@@replace](string, replaceValue)\n // 21.2.5.11 RegExp.prototype[@@split](string, limit)\n ? function (string, arg) { return regexMethod.call(string, this, arg); }\n // 21.2.5.6 RegExp.prototype[@@match](string)\n // 21.2.5.9 RegExp.prototype[@@search](string)\n : function (string) { return regexMethod.call(string, this); }\n );\n }\n\n if (sham) createNonEnumerableProperty(RegExpPrototype[SYMBOL], 'sham', true);\n};\n","var getBuiltIn = require('../internals/get-built-in');\n\nmodule.exports = getBuiltIn('navigator', 'userAgent') || '';\n","var toInteger = require('../internals/to-integer');\nvar requireObjectCoercible = require('../internals/require-object-coercible');\n\n// `String.prototype.{ codePointAt, at }` methods implementation\nvar createMethod = function (CONVERT_TO_STRING) {\n return function ($this, pos) {\n var S = String(requireObjectCoercible($this));\n var position = toInteger(pos);\n var size = S.length;\n var first, second;\n if (position < 0 || position >= size) return CONVERT_TO_STRING ? '' : undefined;\n first = S.charCodeAt(position);\n return first < 0xD800 || first > 0xDBFF || position + 1 === size\n || (second = S.charCodeAt(position + 1)) < 0xDC00 || second > 0xDFFF\n ? CONVERT_TO_STRING ? S.charAt(position) : first\n : CONVERT_TO_STRING ? S.slice(position, position + 2) : (first - 0xD800 << 10) + (second - 0xDC00) + 0x10000;\n };\n};\n\nmodule.exports = {\n // `String.prototype.codePointAt` method\n // https://tc39.es/ecma262/#sec-string.prototype.codepointat\n codeAt: createMethod(false),\n // `String.prototype.at` method\n // https://github.com/mathiasbynens/String.prototype.at\n charAt: createMethod(true)\n};\n","var global = require('../internals/global');\nvar shared = require('../internals/shared');\nvar has = require('../internals/has');\nvar uid = require('../internals/uid');\nvar NATIVE_SYMBOL = require('../internals/native-symbol');\nvar USE_SYMBOL_AS_UID = require('../internals/use-symbol-as-uid');\n\nvar WellKnownSymbolsStore = shared('wks');\nvar Symbol = global.Symbol;\nvar createWellKnownSymbol = USE_SYMBOL_AS_UID ? Symbol : Symbol && Symbol.withoutSetter || uid;\n\nmodule.exports = function (name) {\n if (!has(WellKnownSymbolsStore, name) || !(NATIVE_SYMBOL || typeof WellKnownSymbolsStore[name] == 'string')) {\n if (NATIVE_SYMBOL && has(Symbol, name)) {\n WellKnownSymbolsStore[name] = Symbol[name];\n } else {\n WellKnownSymbolsStore[name] = createWellKnownSymbol('Symbol.' + name);\n }\n } return WellKnownSymbolsStore[name];\n};\n","var classof = require('./classof-raw');\nvar regexpExec = require('./regexp-exec');\n\n// `RegExpExec` abstract operation\n// https://tc39.es/ecma262/#sec-regexpexec\nmodule.exports = function (R, S) {\n var exec = R.exec;\n if (typeof exec === 'function') {\n var result = exec.call(R, S);\n if (typeof result !== 'object') {\n throw TypeError('RegExp exec method returned something other than an Object or null');\n }\n return result;\n }\n\n if (classof(R) !== 'RegExp') {\n throw TypeError('RegExp#exec called on incompatible receiver');\n }\n\n return regexpExec.call(R, S);\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, forced: Object.assign !== assign }, {\n assign: assign\n});\n","var internalObjectKeys = require('../internals/object-keys-internal');\nvar enumBugKeys = require('../internals/enum-bug-keys');\n\n// `Object.keys` method\n// https://tc39.es/ecma262/#sec-object.keys\n// eslint-disable-next-line es/no-object-keys -- safe\nmodule.exports = Object.keys || function keys(O) {\n return internalObjectKeys(O, enumBugKeys);\n};\n","/**\n * @copyright 2019 Christoph Wurst <christoph@winzerhof-wurst.at>\n *\n * @author Christoph Wurst <christoph@winzerhof-wurst.at>\n * @author John Molakvoæ <skjnldsv@protonmail.com>\n * @author Roeland Jago Douma <roeland@famdouma.nl>\n *\n * @license GNU AGPL version 3 or any later version\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see <http://www.gnu.org/licenses/>.\n *\n */\n\nimport Axios from '@nextcloud/axios'\nimport { getRootUrl } from '@nextcloud/router'\n\nconst url = getRootUrl() + '/status.php'\n\nconst check = () => {\n\tconsole.info('checking the Nextcloud maintenance status')\n\tAxios.get(url)\n\t\t.then(resp => resp.data)\n\t\t.then(status => {\n\t\t\tif (status.maintenance === false) {\n\t\t\t\tconsole.info('Nextcloud is not in maintenance mode anymore -> reloading')\n\n\t\t\t\twindow.location.reload()\n\t\t\t\treturn\n\t\t\t}\n\n\t\t\tconsole.info('Nextcloud is still in maintenance mode')\n\n\t\t\t// Wait 20sec before the next request\n\t\t\tsetTimeout(check, 20 * 1000)\n\t\t})\n\t\t.catch(console.error.bind(this))\n}\n\n// Off we go!\ncheck()\n","var fails = require('../internals/fails');\n\nvar replacement = /#|\\.prototype\\./;\n\nvar isForced = function (feature, detection) {\n var value = data[normalize(feature)];\n return value == POLYFILL ? true\n : value == NATIVE ? false\n : typeof detection == 'function' ? fails(detection)\n : !!detection;\n};\n\nvar normalize = isForced.normalize = function (string) {\n return String(string).replace(replacement, '.').toLowerCase();\n};\n\nvar data = isForced.data = {};\nvar NATIVE = isForced.NATIVE = 'N';\nvar POLYFILL = isForced.POLYFILL = 'P';\n\nmodule.exports = isForced;\n","'use strict';\nvar charAt = require('../internals/string-multibyte').charAt;\n\n// `AdvanceStringIndex` abstract operation\n// https://tc39.es/ecma262/#sec-advancestringindex\nmodule.exports = function (S, index, unicode) {\n return index + (unicode ? charAt(S, index).length : 1);\n};\n","var TO_STRING_TAG_SUPPORT = require('../internals/to-string-tag-support');\nvar classofRaw = require('../internals/classof-raw');\nvar wellKnownSymbol = require('../internals/well-known-symbol');\n\nvar TO_STRING_TAG = wellKnownSymbol('toStringTag');\n// ES3 wrong here\nvar CORRECT_ARGUMENTS = classofRaw(function () { return arguments; }()) == 'Arguments';\n\n// fallback for IE11 Script Access Denied error\nvar tryGet = function (it, key) {\n try {\n return it[key];\n } catch (error) { /* empty */ }\n};\n\n// getting tag from ES6+ `Object.prototype.toString`\nmodule.exports = TO_STRING_TAG_SUPPORT ? classofRaw : function (it) {\n var O, tag, result;\n return it === undefined ? 'Undefined' : it === null ? 'Null'\n // @@toStringTag case\n : typeof (tag = tryGet(O = Object(it), TO_STRING_TAG)) == 'string' ? tag\n // builtinTag case\n : CORRECT_ARGUMENTS ? classofRaw(O)\n // ES3 arguments fallback\n : (result = classofRaw(O)) == 'Object' && typeof O.callee == 'function' ? 'Arguments' : result;\n};\n"],"sourceRoot":""} \ No newline at end of file
diff --git a/core/js/dist/recommendedapps.js b/core/js/dist/recommendedapps.js
index 8e699bdc636..3ed8293c711 100644
--- a/core/js/dist/recommendedapps.js
+++ b/core/js/dist/recommendedapps.js
@@ -1,14 +1,14 @@
-!function(t){var e={};function n(r){if(e[r])return e[r].exports;var o=e[r]={i:r,l:!1,exports:{}};return t[r].call(o.exports,o,o.exports,n),o.l=!0,o.exports}n.m=t,n.c=e,n.d=function(t,e,r){n.o(t,e)||Object.defineProperty(t,e,{enumerable:!0,get:r})},n.r=function(t){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})},n.t=function(t,e){if(1&e&&(t=n(t)),8&e)return t;if(4&e&&"object"==typeof t&&t&&t.__esModule)return t;var r=Object.create(null);if(n.r(r),Object.defineProperty(r,"default",{enumerable:!0,value:t}),2&e&&"string"!=typeof t)for(var o in t)n.d(r,o,function(e){return t[e]}.bind(null,o));return r},n.n=function(t){var e=t&&t.__esModule?function(){return t.default}:function(){return t};return n.d(e,"a",e),e},n.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},n.p="",n(n.s=1142)}([,,,,,function(t,e,n){(function(e){var n=function(t){return t&&t.Math==Math&&t};t.exports=n("object"==typeof globalThis&&globalThis)||n("object"==typeof window&&window)||n("object"==typeof self&&self)||n("object"==typeof e&&e)||Function("return this")()}).call(this,n(14))},function(t,e,n){var r=n(5),o=n(124),i=n(8),a=n(76),u=n(129),c=n(227),s=o("wks"),f=r.Symbol,l=c?f:f&&f.withoutSetter||a;t.exports=function(t){return i(s,t)||(u&&i(f,t)?s[t]=f[t]:s[t]=l("Symbol."+t)),s[t]}},function(t,e){t.exports=function(t){try{return!!t()}catch(t){return!0}}},function(t,e){var n={}.hasOwnProperty;t.exports=function(t,e){return n.call(t,e)}},,function(t,e){t.exports=function(t){return"object"==typeof t?null!==t:"function"==typeof t}},,function(t,e,n){var r=n(15),o=n(120),i=n(20),a=n(72),u=Object.defineProperty;e.f=r?u:function(t,e,n){if(i(t),e=a(e,!0),i(n),o)try{return u(t,e,n)}catch(t){}if("get"in n||"set"in n)throw TypeError("Accessors not supported");return"value"in n&&(t[e]=n.value),t}},function(t,e){t.exports=function(t){try{return!!t()}catch(t){return!0}}},function(t,e){var n;n=function(){return this}();try{n=n||new Function("return this")()}catch(t){"object"==typeof window&&(n=window)}t.exports=n},function(t,e,n){var r=n(7);t.exports=!r((function(){return 7!=Object.defineProperty({},1,{get:function(){return 7}})[1]}))},function(t,e,n){var r=n(15),o=n(12),i=n(43);t.exports=r?function(t,e,n){return o.f(t,e,i(1,n))}:function(t,e,n){return t[e]=n,t}},function(t,e,n){(function(e){var n=function(t){return t&&t.Math==Math&&t};t.exports=n("object"==typeof globalThis&&globalThis)||n("object"==typeof window&&window)||n("object"==typeof self&&self)||n("object"==typeof e&&e)||Function("return this")()}).call(this,n(14))},,function(t,e,n){"use strict";var r=n(445),o=Object.prototype.toString;function i(t){return"[object Array]"===o.call(t)}function a(t){return void 0===t}function u(t){return null!==t&&"object"==typeof t}function c(t){return"[object Function]"===o.call(t)}function s(t,e){if(null!=t)if("object"!=typeof t&&(t=[t]),i(t))for(var n=0,r=t.length;n<r;n++)e.call(null,t[n],n,t);else for(var o in t)Object.prototype.hasOwnProperty.call(t,o)&&e.call(null,t[o],o,t)}t.exports={isArray:i,isArrayBuffer:function(t){return"[object ArrayBuffer]"===o.call(t)},isBuffer:function(t){return null!==t&&!a(t)&&null!==t.constructor&&!a(t.constructor)&&"function"==typeof t.constructor.isBuffer&&t.constructor.isBuffer(t)},isFormData:function(t){return"undefined"!=typeof FormData&&t instanceof FormData},isArrayBufferView:function(t){return"undefined"!=typeof ArrayBuffer&&ArrayBuffer.isView?ArrayBuffer.isView(t):t&&t.buffer&&t.buffer instanceof ArrayBuffer},isString:function(t){return"string"==typeof t},isNumber:function(t){return"number"==typeof t},isObject:u,isUndefined:a,isDate:function(t){return"[object Date]"===o.call(t)},isFile:function(t){return"[object File]"===o.call(t)},isBlob:function(t){return"[object Blob]"===o.call(t)},isFunction:c,isStream:function(t){return u(t)&&c(t.pipe)},isURLSearchParams:function(t){return"undefined"!=typeof URLSearchParams&&t instanceof URLSearchParams},isStandardBrowserEnv:function(){return("undefined"==typeof navigator||"ReactNative"!==navigator.product&&"NativeScript"!==navigator.product&&"NS"!==navigator.product)&&("undefined"!=typeof window&&"undefined"!=typeof document)},forEach:s,merge:function t(){var e={};function n(n,r){"object"==typeof e[r]&&"object"==typeof n?e[r]=t(e[r],n):e[r]=n}for(var r=0,o=arguments.length;r<o;r++)s(arguments[r],n);return e},deepMerge:function t(){var e={};function n(n,r){"object"==typeof e[r]&&"object"==typeof n?e[r]=t(e[r],n):e[r]="object"==typeof n?t({},n):n}for(var r=0,o=arguments.length;r<o;r++)s(arguments[r],n);return e},extend:function(t,e,n){return s(e,(function(e,o){t[o]=n&&"function"==typeof e?r(e,n):e})),t},trim:function(t){return t.replace(/^\s*/,"").replace(/\s*$/,"")}}},function(t,e,n){var r=n(10);t.exports=function(t){if(!r(t))throw TypeError(String(t)+" is not an object");return t}},,function(t,e,n){"use strict";n(477),n(492),n(495),n(196),n(500),n(501),Object.defineProperty(e,"__esModule",{value:!0}),e.getRootUrl=e.generateFilePath=e.imagePath=e.generateUrl=e.generateOcsUrl=e.generateRemoteUrl=e.linkTo=void 0;e.linkTo=function(t,e){return r(t,"",e)};e.generateRemoteUrl=function(t){return window.location.protocol+"//"+window.location.host+function(t){return o()+"/remote.php/"+t}(t)};e.generateOcsUrl=function(t,e){return e=2!==e?1:2,window.location.protocol+"//"+window.location.host+o()+"/ocs/v"+e+".php/"+t+"/"};e.generateUrl=function(t,e,n){var r=Object.assign({escape:!0,noRewrite:!1},n||{}),i=function(t,e){return e=e||{},t.replace(/{([^{}]*)}/g,(function(t,n){var o=e[n];return r.escape?"string"==typeof o||"number"==typeof o?encodeURIComponent(o.toString()):encodeURIComponent(t):"string"==typeof o||"number"==typeof o?o.toString():t}))};return"/"!==t.charAt(0)&&(t="/"+t),!0!==OC.config.modRewriteWorking||r.noRewrite?o()+"/index.php"+i(t,e||{}):o()+i(t,e||{})};e.imagePath=function(t,e){return-1===e.indexOf(".")?r(t,"img",e+".svg"):r(t,"img",e)};var r=function(t,e,n){var r=-1!==OC.coreApps.indexOf(t),i=o();return"php"!==n.substring(n.length-3)||r?"php"===n.substring(n.length-3)||r?(i+="settings"!==t&&"core"!==t&&"search"!==t||"ajax"!==e?"/":"/index.php/",r||(i+="apps/"),""!==t&&(i+=t+="/"),e&&(i+=e+"/"),i+=n):(i=OC.appswebroots[t],e&&(i+="/"+e+"/"),"/"!==i.substring(i.length-1)&&(i+="/"),i+=n):(i+="/index.php/apps/"+t,"index.php"!==n&&(i+="/",e&&(i+=encodeURI(e+"/")),i+=n)),i};e.generateFilePath=r;var o=function(){return OC.webroot};e.getRootUrl=o},function(t,e,n){(function(e){var n=function(t){return t&&t.Math==Math&&t};t.exports=n("object"==typeof globalThis&&globalThis)||n("object"==typeof window&&window)||n("object"==typeof self&&self)||n("object"==typeof e&&e)||Function("return this")()}).call(this,n(14))},,,,,function(t,e,n){(function(e){var n=function(t){return t&&t.Math==Math&&t};t.exports=n("object"==typeof globalThis&&globalThis)||n("object"==typeof window&&window)||n("object"==typeof self&&self)||n("object"==typeof e&&e)||Function("return this")()}).call(this,n(14))},,function(t,e){var n={}.hasOwnProperty;t.exports=function(t,e){return n.call(t,e)}},,function(t,e,n){var r=n(5),o=n(118).f,i=n(16),a=n(33),u=n(73),c=n(219),s=n(126);t.exports=function(t,e){var n,f,l,p,d,v=t.target,h=t.global,y=t.stat;if(n=h?r:y?r[v]||u(v,{}):(r[v]||{}).prototype)for(f in e){if(p=e[f],l=t.noTargetGet?(d=o(n,f))&&d.value:n[f],!s(h?f:v+(y?".":"#")+f,t.forced)&&void 0!==l){if(typeof p==typeof l)continue;c(p,l)}(t.sham||l&&l.sham)&&i(p,"sham",!0),a(n,f,p,t)}}},function(t,e,n){var r=n(5),o=n(16),i=n(8),a=n(73),u=n(122),c=n(45),s=c.get,f=c.enforce,l=String(String).split("String");(t.exports=function(t,e,n,u){var c=!!u&&!!u.unsafe,s=!!u&&!!u.enumerable,p=!!u&&!!u.noTargetGet;"function"==typeof n&&("string"!=typeof e||i(n,"name")||o(n,"name",e),f(n).source=l.join("string"==typeof e?e:"")),t!==r?(c?!p&&t[e]&&(s=!0):delete t[e],s?t[e]=n:o(t,e,n)):s?t[e]=n:a(e,n)})(Function.prototype,"toString",(function(){return"function"==typeof this&&s(this).source||u(this)}))},function(t,e){t.exports={}},function(t,e,n){(function(e){var n=function(t){return t&&t.Math==Math&&t};t.exports=n("object"==typeof globalThis&&globalThis)||n("object"==typeof window&&window)||n("object"==typeof self&&self)||n("object"==typeof e&&e)||Function("return this")()}).call(this,n(14))},,,,function(t,e,n){var r=n(13);t.exports=!r((function(){return 7!=Object.defineProperty({},1,{get:function(){return 7}})[1]}))},,function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.subscribe=function(t,e){i.subscribe(t,e)},e.unsubscribe=function(t,e){i.unsubscribe(t,e)},e.emit=function(t,e){i.emit(t,e)};var r=n(213),o=n(215);var i=(void 0!==window.OC&&window.OC._eventBus&&void 0===window._nc_event_bus&&(console.warn("found old event bus instance at OC._eventBus. Update your version!"),window._nc_event_bus=window.OC._eventBus),void 0!==window._nc_event_bus?new r.ProxyBus(window._nc_event_bus):window._nc_event_bus=new o.SimpleBus)},,function(t,e){t.exports=function(t,e){return{enumerable:!(1&t),configurable:!(2&t),writable:!(4&t),value:e}}},function(t,e,n){var r=n(119),o=n(71);t.exports=function(t){return r(o(t))}},function(t,e,n){var r,o,i,a=n(218),u=n(5),c=n(10),s=n(16),f=n(8),l=n(74),p=n(46),d=u.WeakMap;if(a){var v=new d,h=v.get,y=v.has,m=v.set;r=function(t,e){return m.call(v,t,e),e},o=function(t){return h.call(v,t)||{}},i=function(t){return y.call(v,t)}}else{var g=l("state");p[g]=!0,r=function(t,e){return s(t,g,e),e},o=function(t){return f(t,g)?t[g]:{}},i=function(t){return f(t,g)}}t.exports={set:r,get:o,has:i,enforce:function(t){return i(t)?o(t):r(t,{})},getterFor:function(t){return function(e){var n;if(!c(e)||(n=o(e)).type!==t)throw TypeError("Incompatible receiver, "+t+" required");return n}}}},function(t,e){t.exports={}},function(t,e,n){var r=n(221),o=n(5),i=function(t){return"function"==typeof t?t:void 0};t.exports=function(t,e){return arguments.length<2?i(r[t])||i(o[t]):r[t]&&r[t][e]||o[t]&&o[t][e]}},function(t,e,n){var r=n(77),o=Math.min;t.exports=function(t){return t>0?o(r(t),9007199254740991):0}},function(t,e){t.exports=function(t){try{return!!t()}catch(t){return!0}}},,,,function(t,e,n){var r=n(39),o=n(183),i=n(179);t.exports=r?function(t,e,n){return o.f(t,e,i(1,n))}:function(t,e,n){return t[e]=n,t}},function(t,e,n){var r=n(86);t.exports=function(t){if(!r(t))throw TypeError(String(t)+" is not an object");return t}},function(t,e){t.exports=function(t){try{return!!t()}catch(t){return!0}}},function(t,e){var n={}.hasOwnProperty;t.exports=function(t,e){return n.call(t,e)}},,,,,,,function(t,e){t.exports=function(t){return"object"==typeof t?null!==t:"function"==typeof t}},function(t,e){var n={}.hasOwnProperty;t.exports=function(t,e){return n.call(t,e)}},,,,,,function(t,e){var n={}.toString;t.exports=function(t){return n.call(t).slice(8,-1)}},function(t,e){t.exports=function(t){if(null==t)throw TypeError("Can't call method on "+t);return t}},function(t,e,n){var r=n(10);t.exports=function(t,e){if(!r(t))return t;var n,o;if(e&&"function"==typeof(n=t.toString)&&!r(o=n.call(t)))return o;if("function"==typeof(n=t.valueOf)&&!r(o=n.call(t)))return o;if(!e&&"function"==typeof(n=t.toString)&&!r(o=n.call(t)))return o;throw TypeError("Can't convert object to primitive value")}},function(t,e,n){var r=n(5),o=n(16);t.exports=function(t,e){try{o(r,t,e)}catch(n){r[t]=e}return e}},function(t,e,n){var r=n(124),o=n(76),i=r("keys");t.exports=function(t){return i[t]||(i[t]=o(t))}},function(t,e){t.exports=!1},function(t,e){var n=0,r=Math.random();t.exports=function(t){return"Symbol("+String(void 0===t?"":t)+")_"+(++n+r).toString(36)}},function(t,e){var n=Math.ceil,r=Math.floor;t.exports=function(t){return isNaN(t=+t)?0:(t>0?r:n)(t)}},function(t,e){t.exports=["constructor","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","toLocaleString","toString","valueOf"]},function(t,e,n){var r=n(71);t.exports=function(t){return Object(r(t))}},function(t,e,n){var r=n(230);t.exports=function(t,e,n){if(r(t),void 0===e)return t;switch(n){case 0:return function(){return t.call(e)};case 1:return function(n){return t.call(e,n)};case 2:return function(n,r){return t.call(e,n,r)};case 3:return function(n,r,o){return t.call(e,n,r,o)}}return function(){return t.apply(e,arguments)}}},function(t,e,n){var r,o=n(20),i=n(234),a=n(78),u=n(46),c=n(236),s=n(121),f=n(74),l=f("IE_PROTO"),p=function(){},d=function(t){return"<script>"+t+"<\/script>"},v=function(){try{r=document.domain&&new ActiveXObject("htmlfile")}catch(t){}var t,e;v=r?function(t){t.write(d("")),t.close();var e=t.parentWindow.Object;return t=null,e}(r):((e=s("iframe")).style.display="none",c.appendChild(e),e.src=String("javascript:"),(t=e.contentWindow.document).open(),t.write(d("document.F=Object")),t.close(),t.F);for(var n=a.length;n--;)delete v.prototype[a[n]];return v()};u[l]=!0,t.exports=Object.create||function(t,e){var n;return null!==t?(p.prototype=o(t),n=new p,p.prototype=null,n[l]=t):n=v(),void 0===e?n:i(n,e)}},function(t,e,n){"use strict";var r=n(32),o=n(237),i=n(137),a=n(138),u=n(83),c=n(16),s=n(33),f=n(6),l=n(75),p=n(34),d=n(136),v=d.IteratorPrototype,h=d.BUGGY_SAFARI_ITERATORS,y=f("iterator"),m=function(){return this};t.exports=function(t,e,n,f,d,g,b){o(n,e,f);var x,E,O,w=function(t){if(t===d&&T)return T;if(!h&&t in A)return A[t];switch(t){case"keys":case"values":case"entries":return function(){return new n(this,t)}}return function(){return new n(this)}},_=e+" Iterator",S=!1,A=t.prototype,C=A[y]||A["@@iterator"]||d&&A[d],T=!h&&C||w(d),I="Array"==e&&A.entries||C;if(I&&(x=i(I.call(new t)),v!==Object.prototype&&x.next&&(l||i(x)===v||(a?a(x,v):"function"!=typeof x[y]&&c(x,y,m)),u(x,_,!0,!0),l&&(p[_]=m))),"values"==d&&C&&"values"!==C.name&&(S=!0,T=function(){return C.call(this)}),l&&!b||A[y]===T||c(A,y,T),p[e]=T,d)if(E={values:w("values"),keys:g?T:w("keys"),entries:w("entries")},b)for(O in E)!h&&!S&&O in A||s(A,O,E[O]);else r({target:e,proto:!0,forced:h||S},E);return E}},function(t,e,n){var r=n(12).f,o=n(8),i=n(6)("toStringTag");t.exports=function(t,e,n){t&&!o(t=n?t:t.prototype,i)&&r(t,i,{configurable:!0,value:e})}},function(t,e,n){var r={};r[n(6)("toStringTag")]="z",t.exports="[object z]"===String(r)},function(t,e){t.exports=function(t){if(null==t)throw TypeError("Can't call method on "+t);return t}},function(t,e){t.exports=function(t){return"object"==typeof t?null!==t:"function"==typeof t}},function(t,e,n){var r=n(17),o=n(53),i=n(30),a=n(108),u=n(184),c=n(479),s=c.get,f=c.enforce,l=String(String).split("String");(t.exports=function(t,e,n,u){var c=!!u&&!!u.unsafe,s=!!u&&!!u.enumerable,p=!!u&&!!u.noTargetGet;"function"==typeof n&&("string"!=typeof e||i(n,"name")||o(n,"name",e),f(n).source=l.join("string"==typeof e?e:"")),t!==r?(c?!p&&t[e]&&(s=!0):delete t[e],s?t[e]=n:o(t,e,n)):s?t[e]=n:a(e,n)})(Function.prototype,"toString",(function(){return"function"==typeof this&&s(this).source||u(this)}))},function(t,e){var n=Math.ceil,r=Math.floor;t.exports=function(t){return isNaN(t=+t)?0:(t>0?r:n)(t)}},,,,,,function(t,e,n){var r=n(95);t.exports=!r((function(){return 7!=Object.defineProperty({},1,{get:function(){return 7}})[1]}))},function(t,e){t.exports=function(t){try{return!!t()}catch(t){return!0}}},function(t,e){var n={}.hasOwnProperty;t.exports=function(t,e){return n.call(t,e)}},function(t,e,n){var r=n(55);t.exports=!r((function(){return 7!=Object.defineProperty({},1,{get:function(){return 7}})[1]}))},function(t,e){t.exports=function(t){return"object"==typeof t?null!==t:"function"==typeof t}},function(t,e,n){"use strict";t.exports=function(t){var e=[];return e.toString=function(){return this.map((function(e){var n=function(t,e){var n=t[1]||"",r=t[3];if(!r)return n;if(e&&"function"==typeof btoa){var o=(a=r,u=btoa(unescape(encodeURIComponent(JSON.stringify(a)))),c="sourceMappingURL=data:application/json;charset=utf-8;base64,".concat(u),"/*# ".concat(c," */")),i=r.sources.map((function(t){return"/*# sourceURL=".concat(r.sourceRoot||"").concat(t," */")}));return[n].concat(i).concat([o]).join("\n")}var a,u,c;return[n].join("\n")}(e,t);return e[2]?"@media ".concat(e[2]," {").concat(n,"}"):n})).join("")},e.i=function(t,n){"string"==typeof t&&(t=[[null,t,""]]);for(var r=0;r<t.length;r++){var o=[].concat(t[r]);n&&(o[2]?o[2]="".concat(n," and ").concat(o[2]):o[2]=n),e.push(o)}},e}},,function(t,e,n){"use strict";function r(t,e){for(var n=[],r={},o=0;o<e.length;o++){var i=e[o],a=i[0],u={id:t+":"+o,css:i[1],media:i[2],sourceMap:i[3]};r[a]?r[a].parts.push(u):n.push(r[a]={id:a,parts:[u]})}return n}n.r(e),n.d(e,"default",(function(){return d}));var o="undefined"!=typeof document;if("undefined"!=typeof DEBUG&&DEBUG&&!o)throw new Error("vue-style-loader cannot be used in a non-browser environment. Use { target: 'node' } in your Webpack config to indicate a server-rendering environment.");var i={},a=o&&(document.head||document.getElementsByTagName("head")[0]),u=null,c=0,s=!1,f=function(){},l=null,p="undefined"!=typeof navigator&&/msie [6-9]\b/.test(navigator.userAgent.toLowerCase());function d(t,e,n,o){s=n,l=o||{};var a=r(t,e);return v(a),function(e){for(var n=[],o=0;o<a.length;o++){var u=a[o];(c=i[u.id]).refs--,n.push(c)}e?v(a=r(t,e)):a=[];for(o=0;o<n.length;o++){var c;if(0===(c=n[o]).refs){for(var s=0;s<c.parts.length;s++)c.parts[s]();delete i[c.id]}}}}function v(t){for(var e=0;e<t.length;e++){var n=t[e],r=i[n.id];if(r){r.refs++;for(var o=0;o<r.parts.length;o++)r.parts[o](n.parts[o]);for(;o<n.parts.length;o++)r.parts.push(y(n.parts[o]));r.parts.length>n.parts.length&&(r.parts.length=n.parts.length)}else{var a=[];for(o=0;o<n.parts.length;o++)a.push(y(n.parts[o]));i[n.id]={id:n.id,refs:1,parts:a}}}}function h(){var t=document.createElement("style");return t.type="text/css",a.appendChild(t),t}function y(t){var e,n,r=document.querySelector('style[data-vue-ssr-id~="'+t.id+'"]');if(r){if(s)return f;r.parentNode.removeChild(r)}if(p){var o=c++;r=u||(u=h()),e=b.bind(null,r,o,!1),n=b.bind(null,r,o,!0)}else r=h(),e=x.bind(null,r),n=function(){r.parentNode.removeChild(r)};return e(t),function(r){if(r){if(r.css===t.css&&r.media===t.media&&r.sourceMap===t.sourceMap)return;e(t=r)}else n()}}var m,g=(m=[],function(t,e){return m[t]=e,m.filter(Boolean).join("\n")});function b(t,e,n,r){var o=n?"":r.css;if(t.styleSheet)t.styleSheet.cssText=g(e,o);else{var i=document.createTextNode(o),a=t.childNodes;a[e]&&t.removeChild(a[e]),a.length?t.insertBefore(i,a[e]):t.appendChild(i)}}function x(t,e){var n=e.css,r=e.media,o=e.sourceMap;if(r&&t.setAttribute("media",r),l.ssrId&&t.setAttribute("data-vue-ssr-id",e.id),o&&(n+="\n/*# sourceURL="+o.sources[0]+" */",n+="\n/*# sourceMappingURL=data:application/json;base64,"+btoa(unescape(encodeURIComponent(JSON.stringify(o))))+" */"),t.styleSheet)t.styleSheet.cssText=n;else{for(;t.firstChild;)t.removeChild(t.firstChild);t.appendChild(document.createTextNode(n))}}},,,function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.getLocale=function(){if("undefined"==typeof OC)return console.warn("No OC found"),"en";return OC.getLocale()},e.getLanguage=function(){if("undefined"==typeof OC)return console.warn("No OC found"),"en";return OC.getLanguage()},e.translate=function(t,e,n,r,o){if("undefined"==typeof OC)return console.warn("No OC found"),e;return OC.L10N.translate(t,e,n,r,o)},e.translatePlural=function(t,e,n,r,o,i){if("undefined"==typeof OC)return console.warn("No OC found"),e;return OC.L10N.translatePlural(t,e,n,r,o,i)},e.getFirstDay=function(){if(void 0===window.firstDay)return console.warn("No firstDay found"),1;return window.firstDay},e.getDayNames=function(){if(void 0===window.dayNames)return console.warn("No dayNames found"),["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"];return window.dayNames},e.getDayNamesShort=function(){if(void 0===window.dayNamesShort)return console.warn("No dayNamesShort found"),["Sun.","Mon.","Tue.","Wed.","Thu.","Fri.","Sat."];return window.dayNamesShort},e.getDayNamesMin=function(){if(void 0===window.dayNamesMin)return console.warn("No dayNamesMin found"),["Su","Mo","Tu","We","Th","Fr","Sa"];return window.dayNamesMin},e.getMonthNames=function(){if(void 0===window.monthNames)return console.warn("No monthNames found"),["January","February","March","April","May","June","July","August","September","October","November","December"];return window.monthNames},e.getMonthNamesShort=function(){if(void 0===window.monthNamesShort)return console.warn("No monthNamesShort found"),["Jan.","Feb.","Mar.","Apr.","May.","Jun.","Jul.","Aug.","Sep.","Oct.","Nov.","Dec."];return window.monthNamesShort}},function(t,e,n){var r=n(17),o=n(177).f,i=n(53),a=n(87),u=n(108),c=n(483),s=n(489);t.exports=function(t,e){var n,f,l,p,d,v=t.target,h=t.global,y=t.stat;if(n=h?r:y?r[v]||u(v,{}):(r[v]||{}).prototype)for(f in e){if(p=e[f],l=t.noTargetGet?(d=o(n,f))&&d.value:n[f],!s(h?f:v+(y?".":"#")+f,t.forced)&&void 0!==l){if(typeof p==typeof l)continue;c(p,l)}(t.sham||l&&l.sham)&&i(p,"sham",!0),a(n,f,p,t)}}},function(t,e,n){var r=n(180),o=n(85);t.exports=function(t){return r(o(t))}},function(t,e){var n={}.toString;t.exports=function(t){return n.call(t).slice(8,-1)}},function(t,e,n){var r=n(17),o=n(53);t.exports=function(t,e){try{o(r,t,e)}catch(n){r[t]=e}return e}},function(t,e,n){var r={};r[n(110)("toStringTag")]="z",t.exports="[object z]"===String(r)},function(t,e,n){var r=n(17),o=n(186),i=n(30),a=n(187),u=n(195),c=n(496),s=o("wks"),f=r.Symbol,l=c?f:f&&f.withoutSetter||a;t.exports=function(t){return i(s,t)||(u&&i(f,t)?s[t]=f[t]:s[t]=l("Symbol."+t)),s[t]}},function(t,e,n){"use strict";var r,o,i=n(197),a=n(499),u=RegExp.prototype.exec,c=String.prototype.replace,s=u,f=(r=/a/,o=/b*/g,u.call(r,"a"),u.call(o,"a"),0!==r.lastIndex||0!==o.lastIndex),l=a.UNSUPPORTED_Y||a.BROKEN_CARET,p=void 0!==/()??/.exec("")[1];(f||p||l)&&(s=function(t){var e,n,r,o,a=this,s=l&&a.sticky,d=i.call(a),v=a.source,h=0,y=t;return s&&(-1===(d=d.replace("y","")).indexOf("g")&&(d+="g"),y=String(t).slice(a.lastIndex),a.lastIndex>0&&(!a.multiline||a.multiline&&"\n"!==t[a.lastIndex-1])&&(v="(?: "+v+")",y=" "+y,h++),n=new RegExp("^(?:"+v+")",d)),p&&(n=new RegExp("^"+v+"$(?!\\s)",d)),f&&(e=a.lastIndex),r=u.call(s?n:a,y),s?r?(r.input=r.input.slice(h),r[0]=r[0].slice(h),r.index=a.lastIndex,a.lastIndex+=r[0].length):a.lastIndex=0:f&&r&&(a.lastIndex=a.global?r.index+r[0].length:e),p&&r&&r.length>1&&c.call(r[0],n,(function(){for(o=1;o<arguments.length-2;o++)void 0===arguments[o]&&(r[o]=void 0)})),r}),t.exports=s},,,,function(t,e,n){var r=n(49);t.exports=!r((function(){return 7!=Object.defineProperty({},1,{get:function(){return 7}})[1]}))},function(t,e,n){var r=n(115),o=n(167),i=n(164);t.exports=r?function(t,e,n){return o.f(t,e,i(1,n))}:function(t,e,n){return t[e]=n,t}},function(t,e){var n,r,o=t.exports={};function i(){throw new Error("setTimeout has not been defined")}function a(){throw new Error("clearTimeout has not been defined")}function u(t){if(n===setTimeout)return setTimeout(t,0);if((n===i||!n)&&setTimeout)return n=setTimeout,setTimeout(t,0);try{return n(t,0)}catch(e){try{return n.call(null,t,0)}catch(e){return n.call(this,t,0)}}}!function(){try{n="function"==typeof setTimeout?setTimeout:i}catch(t){n=i}try{r="function"==typeof clearTimeout?clearTimeout:a}catch(t){r=a}}();var c,s=[],f=!1,l=-1;function p(){f&&c&&(f=!1,c.length?s=c.concat(s):l=-1,s.length&&d())}function d(){if(!f){var t=u(p);f=!0;for(var e=s.length;e;){for(c=s,s=[];++l<e;)c&&c[l].run();l=-1,e=s.length}c=null,f=!1,function(t){if(r===clearTimeout)return clearTimeout(t);if((r===a||!r)&&clearTimeout)return r=clearTimeout,clearTimeout(t);try{r(t)}catch(e){try{return r.call(null,t)}catch(e){return r.call(this,t)}}}(t)}}function v(t,e){this.fun=t,this.array=e}function h(){}o.nextTick=function(t){var e=new Array(arguments.length-1);if(arguments.length>1)for(var n=1;n<arguments.length;n++)e[n-1]=arguments[n];s.push(new v(t,e)),1!==s.length||f||u(d)},v.prototype.run=function(){this.fun.apply(null,this.array)},o.title="browser",o.browser=!0,o.env={},o.argv=[],o.version="",o.versions={},o.on=h,o.addListener=h,o.once=h,o.off=h,o.removeListener=h,o.removeAllListeners=h,o.emit=h,o.prependListener=h,o.prependOnceListener=h,o.listeners=function(t){return[]},o.binding=function(t){throw new Error("process.binding is not supported")},o.cwd=function(){return"/"},o.chdir=function(t){throw new Error("process.chdir is not supported")},o.umask=function(){return 0}},function(t,e,n){var r=n(15),o=n(217),i=n(43),a=n(44),u=n(72),c=n(8),s=n(120),f=Object.getOwnPropertyDescriptor;e.f=r?f:function(t,e){if(t=a(t),e=u(e,!0),s)try{return f(t,e)}catch(t){}if(c(t,e))return i(!o.f.call(t,e),t[e])}},function(t,e,n){var r=n(7),o=n(70),i="".split;t.exports=r((function(){return!Object("z").propertyIsEnumerable(0)}))?function(t){return"String"==o(t)?i.call(t,""):Object(t)}:Object},function(t,e,n){var r=n(15),o=n(7),i=n(121);t.exports=!r&&!o((function(){return 7!=Object.defineProperty(i("div"),"a",{get:function(){return 7}}).a}))},function(t,e,n){var r=n(5),o=n(10),i=r.document,a=o(i)&&o(i.createElement);t.exports=function(t){return a?i.createElement(t):{}}},function(t,e,n){var r=n(123),o=Function.toString;"function"!=typeof r.inspectSource&&(r.inspectSource=function(t){return o.call(t)}),t.exports=r.inspectSource},function(t,e,n){var r=n(5),o=n(73),i=r["__core-js_shared__"]||o("__core-js_shared__",{});t.exports=i},function(t,e,n){var r=n(75),o=n(123);(t.exports=function(t,e){return o[t]||(o[t]=void 0!==e?e:{})})("versions",[]).push({version:"3.6.4",mode:r?"pure":"global",copyright:"© 2020 Denis Pushkarev (zloirock.ru)"})},function(t,e,n){var r=n(8),o=n(44),i=n(223).indexOf,a=n(46);t.exports=function(t,e){var n,u=o(t),c=0,s=[];for(n in u)!r(a,n)&&r(u,n)&&s.push(n);for(;e.length>c;)r(u,n=e[c++])&&(~i(s,n)||s.push(n));return s}},function(t,e,n){var r=n(7),o=/#|\.prototype\./,i=function(t,e){var n=u[a(t)];return n==s||n!=c&&("function"==typeof e?r(e):!!e)},a=i.normalize=function(t){return String(t).replace(o,".").toLowerCase()},u=i.data={},c=i.NATIVE="N",s=i.POLYFILL="P";t.exports=i},function(t,e,n){var r=n(70);t.exports=Array.isArray||function(t){return"Array"==r(t)}},function(t,e,n){var r=n(10),o=n(127),i=n(6)("species");t.exports=function(t,e){var n;return o(t)&&("function"!=typeof(n=t.constructor)||n!==Array&&!o(n.prototype)?r(n)&&null===(n=n[i])&&(n=void 0):n=void 0),new(void 0===n?Array:n)(0===e?0:e)}},function(t,e,n){var r=n(7);t.exports=!!Object.getOwnPropertySymbols&&!r((function(){return!String(Symbol())}))},function(t,e,n){var r=n(7),o=n(6),i=n(131),a=o("species");t.exports=function(t){return i>=51||!r((function(){var e=[];return(e.constructor={})[a]=function(){return{foo:1}},1!==e[t](Boolean).foo}))}},function(t,e,n){var r,o,i=n(5),a=n(228),u=i.process,c=u&&u.versions,s=c&&c.v8;s?o=(r=s.split("."))[0]+r[1]:a&&(!(r=a.match(/Edge\/(\d+)/))||r[1]>=74)&&(r=a.match(/Chrome\/(\d+)/))&&(o=r[1]),t.exports=o&&+o},function(t,e,n){var r=n(80),o=n(119),i=n(79),a=n(48),u=n(128),c=[].push,s=function(t){var e=1==t,n=2==t,s=3==t,f=4==t,l=6==t,p=5==t||l;return function(d,v,h,y){for(var m,g,b=i(d),x=o(b),E=r(v,h,3),O=a(x.length),w=0,_=y||u,S=e?_(d,O):n?_(d,0):void 0;O>w;w++)if((p||w in x)&&(g=E(m=x[w],w,b),t))if(e)S[w]=g;else if(g)switch(t){case 3:return!0;case 5:return m;case 6:return w;case 2:c.call(S,m)}else if(f)return!1;return l?-1:s||f?f:S}};t.exports={forEach:s(0),map:s(1),filter:s(2),some:s(3),every:s(4),find:s(5),findIndex:s(6)}},function(t,e,n){var r=n(15),o=n(7),i=n(8),a=Object.defineProperty,u={},c=function(t){throw t};t.exports=function(t,e){if(i(u,t))return u[t];e||(e={});var n=[][t],s=!!i(e,"ACCESSORS")&&e.ACCESSORS,f=i(e,0)?e[0]:c,l=i(e,1)?e[1]:void 0;return u[t]=!!n&&!o((function(){if(s&&!r)return!0;var t={length:-1};s?a(t,1,{enumerable:!0,get:c}):t[1]=1,n.call(t,f,l)}))}},function(t,e,n){"use strict";var r=n(132).forEach,o=n(232),i=n(133),a=o("forEach"),u=i("forEach");t.exports=a&&u?[].forEach:function(t){return r(this,t,arguments.length>1?arguments[1]:void 0)}},function(t,e,n){"use strict";var r=n(44),o=n(233),i=n(34),a=n(45),u=n(82),c=a.set,s=a.getterFor("Array Iterator");t.exports=u(Array,"Array",(function(t,e){c(this,{type:"Array Iterator",target:r(t),index:0,kind:e})}),(function(){var t=s(this),e=t.target,n=t.kind,r=t.index++;return!e||r>=e.length?(t.target=void 0,{value:void 0,done:!0}):"keys"==n?{value:r,done:!1}:"values"==n?{value:e[r],done:!1}:{value:[r,e[r]],done:!1}}),"values"),i.Arguments=i.Array,o("keys"),o("values"),o("entries")},function(t,e,n){"use strict";var r,o,i,a=n(137),u=n(16),c=n(8),s=n(6),f=n(75),l=s("iterator"),p=!1;[].keys&&("next"in(i=[].keys())?(o=a(a(i)))!==Object.prototype&&(r=o):p=!0),null==r&&(r={}),f||c(r,l)||u(r,l,(function(){return this})),t.exports={IteratorPrototype:r,BUGGY_SAFARI_ITERATORS:p}},function(t,e,n){var r=n(8),o=n(79),i=n(74),a=n(238),u=i("IE_PROTO"),c=Object.prototype;t.exports=a?Object.getPrototypeOf:function(t){return t=o(t),r(t,u)?t[u]:"function"==typeof t.constructor&&t instanceof t.constructor?t.constructor.prototype:t instanceof Object?c:null}},function(t,e,n){var r=n(20),o=n(239);t.exports=Object.setPrototypeOf||("__proto__"in{}?function(){var t,e=!1,n={};try{(t=Object.getOwnPropertyDescriptor(Object.prototype,"__proto__").set).call(n,[]),e=n instanceof Array}catch(t){}return function(n,i){return r(n),o(i),e?t.call(n,i):n.__proto__=i,n}}():void 0)},function(t,e,n){var r=n(46),o=n(10),i=n(8),a=n(12).f,u=n(76),c=n(242),s=u("meta"),f=0,l=Object.isExtensible||function(){return!0},p=function(t){a(t,s,{value:{objectID:"O"+ ++f,weakData:{}}})},d=t.exports={REQUIRED:!1,fastKey:function(t,e){if(!o(t))return"symbol"==typeof t?t:("string"==typeof t?"S":"P")+t;if(!i(t,s)){if(!l(t))return"F";if(!e)return"E";p(t)}return t[s].objectID},getWeakData:function(t,e){if(!i(t,s)){if(!l(t))return!0;if(!e)return!1;p(t)}return t[s].weakData},onFreeze:function(t){return c&&d.REQUIRED&&l(t)&&!i(t,s)&&p(t),t}};r[s]=!0},function(t,e,n){var r=n(20),o=n(243),i=n(48),a=n(80),u=n(244),c=n(245),s=function(t,e){this.stopped=t,this.result=e};(t.exports=function(t,e,n,f,l){var p,d,v,h,y,m,g,b=a(e,n,f?2:1);if(l)p=t;else{if("function"!=typeof(d=u(t)))throw TypeError("Target is not iterable");if(o(d)){for(v=0,h=i(t.length);h>v;v++)if((y=f?b(r(g=t[v])[0],g[1]):b(t[v]))&&y instanceof s)return y;return new s(!1)}p=d.call(t)}for(m=p.next;!(g=m.call(p)).done;)if("object"==typeof(y=c(p,b,g.value,f))&&y&&y instanceof s)return y;return new s(!1)}).stop=function(t){return new s(!0,t)}},function(t,e,n){var r=n(84),o=n(70),i=n(6)("toStringTag"),a="Arguments"==o(function(){return arguments}());t.exports=r?o:function(t){var e,n,r;return void 0===t?"Undefined":null===t?"Null":"string"==typeof(n=function(t,e){try{return t[e]}catch(t){}}(e=Object(t),i))?n:a?o(e):"Object"==(r=o(e))&&"function"==typeof e.callee?"Arguments":r}},function(t,e){t.exports=function(t,e,n){if(!(t instanceof e))throw TypeError("Incorrect "+(n?n+" ":"")+"invocation");return t}},function(t,e){t.exports={CSSRuleList:0,CSSStyleDeclaration:0,CSSValueList:0,ClientRectList:0,DOMRectList:0,DOMStringList:0,DOMTokenList:1,DataTransferItemList:0,FileList:0,HTMLAllCollection:0,HTMLCollection:0,HTMLFormElement:0,HTMLSelectElement:0,MediaList:0,MimeTypeArray:0,NamedNodeMap:0,NodeList:1,PaintRequestList:0,Plugin:0,PluginArray:0,SVGLengthList:0,SVGNumberList:0,SVGPathSegList:0,SVGPointList:0,SVGStringList:0,SVGTransformList:0,SourceBufferList:0,StyleSheetList:0,TextTrackCueList:0,TextTrackList:0,TouchList:0}},,,,,,,function(t,e){t.exports=function(t){return"object"==typeof t?null!==t:"function"==typeof t}},function(t,e,n){var r=n(94),o=n(436),i=n(431);t.exports=r?function(t,e,n){return o.f(t,e,i(1,n))}:function(t,e,n){return t[e]=n,t}},function(t,e,n){var r=n(97),o=n(460),i=n(454);t.exports=r?function(t,e,n){return o.f(t,e,i(1,n))}:function(t,e,n){return t[e]=n,t}},,,,,,,,,,,,function(t,e){t.exports=function(t,e){return{enumerable:!(1&t),configurable:!(2&t),writable:!(4&t),value:e}}},function(t,e,n){var r=n(521),o=n(264);t.exports=function(t){return r(o(t))}},function(t,e,n){var r=n(63);t.exports=function(t,e){if(!r(t))return t;var n,o;if(e&&"function"==typeof(n=t.toString)&&!r(o=n.call(t)))return o;if("function"==typeof(n=t.valueOf)&&!r(o=n.call(t)))return o;if(!e&&"function"==typeof(n=t.toString)&&!r(o=n.call(t)))return o;throw TypeError("Can't convert object to primitive value")}},function(t,e,n){var r=n(115),o=n(265),i=n(266),a=n(166),u=Object.defineProperty;e.f=r?u:function(t,e,n){if(i(t),e=a(e,!0),i(n),o)try{return u(t,e,n)}catch(t){}if("get"in n||"set"in n)throw TypeError("Accessors not supported");return"value"in n&&(t[e]=n.value),t}},function(t,e,n){var r=n(23),o=n(116);t.exports=function(t,e){try{o(r,t,e)}catch(n){r[t]=e}return e}},function(t,e,n){var r=n(23),o=n(269),i=n(64),a=n(270),u=n(276),c=n(541),s=o("wks"),f=r.Symbol,l=c?f:f&&f.withoutSetter||a;t.exports=function(t){return i(s,t)||(u&&i(f,t)?s[t]=f[t]:s[t]=l("Symbol."+t)),s[t]}},,,,,,,,function(t,e,n){var r=n(39),o=n(178),i=n(179),a=n(106),u=n(181),c=n(30),s=n(182),f=Object.getOwnPropertyDescriptor;e.f=r?f:function(t,e){if(t=a(t),e=u(e,!0),s)try{return f(t,e)}catch(t){}if(c(t,e))return i(!o.f.call(t,e),t[e])}},function(t,e,n){"use strict";var r={}.propertyIsEnumerable,o=Object.getOwnPropertyDescriptor,i=o&&!r.call({1:2},1);e.f=i?function(t){var e=o(this,t);return!!e&&e.enumerable}:r},function(t,e){t.exports=function(t,e){return{enumerable:!(1&t),configurable:!(2&t),writable:!(4&t),value:e}}},function(t,e,n){var r=n(13),o=n(107),i="".split;t.exports=r((function(){return!Object("z").propertyIsEnumerable(0)}))?function(t){return"String"==o(t)?i.call(t,""):Object(t)}:Object},function(t,e,n){var r=n(86);t.exports=function(t,e){if(!r(t))return t;var n,o;if(e&&"function"==typeof(n=t.toString)&&!r(o=n.call(t)))return o;if("function"==typeof(n=t.valueOf)&&!r(o=n.call(t)))return o;if(!e&&"function"==typeof(n=t.toString)&&!r(o=n.call(t)))return o;throw TypeError("Can't convert object to primitive value")}},function(t,e,n){var r=n(39),o=n(13),i=n(478);t.exports=!r&&!o((function(){return 7!=Object.defineProperty(i("div"),"a",{get:function(){return 7}}).a}))},function(t,e,n){var r=n(39),o=n(182),i=n(54),a=n(181),u=Object.defineProperty;e.f=r?u:function(t,e,n){if(i(t),e=a(e,!0),i(n),o)try{return u(t,e,n)}catch(t){}if("get"in n||"set"in n)throw TypeError("Accessors not supported");return"value"in n&&(t[e]=n.value),t}},function(t,e,n){var r=n(185),o=Function.toString;"function"!=typeof r.inspectSource&&(r.inspectSource=function(t){return o.call(t)}),t.exports=r.inspectSource},function(t,e,n){var r=n(17),o=n(108),i=r["__core-js_shared__"]||o("__core-js_shared__",{});t.exports=i},function(t,e,n){var r=n(482),o=n(185);(t.exports=function(t,e){return o[t]||(o[t]=void 0!==e?e:{})})("versions",[]).push({version:"3.6.4",mode:r?"pure":"global",copyright:"© 2020 Denis Pushkarev (zloirock.ru)"})},function(t,e){var n=0,r=Math.random();t.exports=function(t){return"Symbol("+String(void 0===t?"":t)+")_"+(++n+r).toString(36)}},function(t,e){t.exports={}},function(t,e,n){var r=n(30),o=n(106),i=n(190).indexOf,a=n(188);t.exports=function(t,e){var n,u=o(t),c=0,s=[];for(n in u)!r(a,n)&&r(u,n)&&s.push(n);for(;e.length>c;)r(u,n=e[c++])&&(~i(s,n)||s.push(n));return s}},function(t,e,n){var r=n(106),o=n(191),i=n(488),a=function(t){return function(e,n,a){var u,c=r(e),s=o(c.length),f=i(a,s);if(t&&n!=n){for(;s>f;)if((u=c[f++])!=u)return!0}else for(;s>f;f++)if((t||f in c)&&c[f]===n)return t||f||0;return!t&&-1}};t.exports={includes:a(!0),indexOf:a(!1)}},function(t,e,n){var r=n(88),o=Math.min;t.exports=function(t){return t>0?o(r(t),9007199254740991):0}},function(t,e){t.exports=["constructor","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","toLocaleString","toString","valueOf"]},function(t,e){e.f=Object.getOwnPropertySymbols},function(t,e,n){var r=n(85);t.exports=function(t){return Object(r(t))}},function(t,e,n){var r=n(13);t.exports=!!Object.getOwnPropertySymbols&&!r((function(){return!String(Symbol())}))},function(t,e,n){"use strict";var r=n(105),o=n(111);r({target:"RegExp",proto:!0,forced:/./.exec!==o},{exec:o})},function(t,e,n){"use strict";var r=n(54);t.exports=function(){var t=r(this),e="";return t.global&&(e+="g"),t.ignoreCase&&(e+="i"),t.multiline&&(e+="m"),t.dotAll&&(e+="s"),t.unicode&&(e+="u"),t.sticky&&(e+="y"),e}},function(t,e,n){var r=n(432),o=n(433);t.exports=function(t){return r(o(t))}},function(t,e,n){var r=n(35),o=n(151);t.exports=function(t,e){try{o(r,t,e)}catch(n){r[t]=e}return e}},function(t,e,n){var r=n(455),o=n(457);t.exports=function(t){return r(o(t))}},function(t,e,n){var r=n(28),o=n(152);t.exports=function(t,e){try{o(r,t,e)}catch(n){r[t]=e}return e}},,,,function(t,e,n){"use strict";function r(t,e,n,r,o,i,a,u){var c,s="function"==typeof t?t.options:t;if(e&&(s.render=e,s.staticRenderFns=n,s._compiled=!0),r&&(s.functional=!0),i&&(s._scopeId="data-v-"+i),a?(c=function(t){(t=t||this.$vnode&&this.$vnode.ssrContext||this.parent&&this.parent.$vnode&&this.parent.$vnode.ssrContext)||"undefined"==typeof __VUE_SSR_CONTEXT__||(t=__VUE_SSR_CONTEXT__),o&&o.call(this,t),t&&t._registeredComponents&&t._registeredComponents.add(a)},s._ssrRegister=c):o&&(c=u?function(){o.call(this,this.$root.$options.shadowRoot)}:o),c)if(s.functional){s._injectStyles=c;var f=s.render;s.render=function(t,e){return c.call(e),f(t,e)}}else{var l=s.beforeCreate;s.beforeCreate=l?[].concat(l,c):[c]}return{exports:t,options:s}}n.d(e,"a",(function(){return r}))},function(t,e,n){"use strict";n(597),Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var r,o=(r=n(620))&&r.__esModule?r:{default:r},i=n(209);var a=o.default.create({headers:{requesttoken:(0,i.getRequestToken)()}}),u=Object.assign(a,{CancelToken:o.default.CancelToken,isCancel:o.default.isCancel});(0,i.onRequestTokenUpdate)((function(t){return a.defaults.headers.requesttoken=t}));var c=u;e.default=c},,,function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),Object.defineProperty(e,"getRequestToken",{enumerable:!0,get:function(){return r.getRequestToken}}),Object.defineProperty(e,"onRequestTokenUpdate",{enumerable:!0,get:function(){return r.onRequestTokenUpdate}}),Object.defineProperty(e,"getCurrentUser",{enumerable:!0,get:function(){return o.getCurrentUser}});var r=n(637),o=n(669)},,,,function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.ProxyBus=void 0;var r,o=(r=n(214))&&r.__esModule?r:{default:r};function i(t,e){for(var n=0;n<e.length;n++){var r=e[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(t,r.key,r)}}var a="1.1.3",u=function(){function t(e){!function(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}(this,t),function(t,e,n){e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n}(this,"bus",void 0),"function"==typeof e.getVersion&&o.default.valid(e.getVersion())?o.default.major(e.getVersion())!==o.default.major(this.getVersion())&&console.warn("Proxying an event bus of version "+e.getVersion()+" with "+this.getVersion()):console.warn("Proxying an event bus with an unknown or invalid version"),this.bus=e}var e,n,r;return e=t,(n=[{key:"getVersion",value:function(){return a}},{key:"subscribe",value:function(t,e){this.bus.subscribe(t,e)}},{key:"unsubscribe",value:function(t,e){this.bus.unsubscribe(t,e)}},{key:"emit",value:function(t,e){this.bus.emit(t,e)}}])&&i(e.prototype,n),r&&i(e,r),t}();e.ProxyBus=u},function(t,e,n){(function(n){var r;e=t.exports=p,r="object"==typeof n&&n.env&&n.env.NODE_DEBUG&&/\bsemver\b/i.test(n.env.NODE_DEBUG)?function(){var t=Array.prototype.slice.call(arguments,0);t.unshift("SEMVER"),console.log.apply(console,t)}:function(){},e.SEMVER_SPEC_VERSION="2.0.0";var o=Number.MAX_SAFE_INTEGER||9007199254740991,i=e.re=[],a=e.src=[],u=e.tokens={},c=0;function s(t){u[t]=c++}s("NUMERICIDENTIFIER"),a[u.NUMERICIDENTIFIER]="0|[1-9]\\d*",s("NUMERICIDENTIFIERLOOSE"),a[u.NUMERICIDENTIFIERLOOSE]="[0-9]+",s("NONNUMERICIDENTIFIER"),a[u.NONNUMERICIDENTIFIER]="\\d*[a-zA-Z-][a-zA-Z0-9-]*",s("MAINVERSION"),a[u.MAINVERSION]="("+a[u.NUMERICIDENTIFIER]+")\\.("+a[u.NUMERICIDENTIFIER]+")\\.("+a[u.NUMERICIDENTIFIER]+")",s("MAINVERSIONLOOSE"),a[u.MAINVERSIONLOOSE]="("+a[u.NUMERICIDENTIFIERLOOSE]+")\\.("+a[u.NUMERICIDENTIFIERLOOSE]+")\\.("+a[u.NUMERICIDENTIFIERLOOSE]+")",s("PRERELEASEIDENTIFIER"),a[u.PRERELEASEIDENTIFIER]="(?:"+a[u.NUMERICIDENTIFIER]+"|"+a[u.NONNUMERICIDENTIFIER]+")",s("PRERELEASEIDENTIFIERLOOSE"),a[u.PRERELEASEIDENTIFIERLOOSE]="(?:"+a[u.NUMERICIDENTIFIERLOOSE]+"|"+a[u.NONNUMERICIDENTIFIER]+")",s("PRERELEASE"),a[u.PRERELEASE]="(?:-("+a[u.PRERELEASEIDENTIFIER]+"(?:\\."+a[u.PRERELEASEIDENTIFIER]+")*))",s("PRERELEASELOOSE"),a[u.PRERELEASELOOSE]="(?:-?("+a[u.PRERELEASEIDENTIFIERLOOSE]+"(?:\\."+a[u.PRERELEASEIDENTIFIERLOOSE]+")*))",s("BUILDIDENTIFIER"),a[u.BUILDIDENTIFIER]="[0-9A-Za-z-]+",s("BUILD"),a[u.BUILD]="(?:\\+("+a[u.BUILDIDENTIFIER]+"(?:\\."+a[u.BUILDIDENTIFIER]+")*))",s("FULL"),s("FULLPLAIN"),a[u.FULLPLAIN]="v?"+a[u.MAINVERSION]+a[u.PRERELEASE]+"?"+a[u.BUILD]+"?",a[u.FULL]="^"+a[u.FULLPLAIN]+"$",s("LOOSEPLAIN"),a[u.LOOSEPLAIN]="[v=\\s]*"+a[u.MAINVERSIONLOOSE]+a[u.PRERELEASELOOSE]+"?"+a[u.BUILD]+"?",s("LOOSE"),a[u.LOOSE]="^"+a[u.LOOSEPLAIN]+"$",s("GTLT"),a[u.GTLT]="((?:<|>)?=?)",s("XRANGEIDENTIFIERLOOSE"),a[u.XRANGEIDENTIFIERLOOSE]=a[u.NUMERICIDENTIFIERLOOSE]+"|x|X|\\*",s("XRANGEIDENTIFIER"),a[u.XRANGEIDENTIFIER]=a[u.NUMERICIDENTIFIER]+"|x|X|\\*",s("XRANGEPLAIN"),a[u.XRANGEPLAIN]="[v=\\s]*("+a[u.XRANGEIDENTIFIER]+")(?:\\.("+a[u.XRANGEIDENTIFIER]+")(?:\\.("+a[u.XRANGEIDENTIFIER]+")(?:"+a[u.PRERELEASE]+")?"+a[u.BUILD]+"?)?)?",s("XRANGEPLAINLOOSE"),a[u.XRANGEPLAINLOOSE]="[v=\\s]*("+a[u.XRANGEIDENTIFIERLOOSE]+")(?:\\.("+a[u.XRANGEIDENTIFIERLOOSE]+")(?:\\.("+a[u.XRANGEIDENTIFIERLOOSE]+")(?:"+a[u.PRERELEASELOOSE]+")?"+a[u.BUILD]+"?)?)?",s("XRANGE"),a[u.XRANGE]="^"+a[u.GTLT]+"\\s*"+a[u.XRANGEPLAIN]+"$",s("XRANGELOOSE"),a[u.XRANGELOOSE]="^"+a[u.GTLT]+"\\s*"+a[u.XRANGEPLAINLOOSE]+"$",s("COERCE"),a[u.COERCE]="(^|[^\\d])(\\d{1,16})(?:\\.(\\d{1,16}))?(?:\\.(\\d{1,16}))?(?:$|[^\\d])",s("COERCERTL"),i[u.COERCERTL]=new RegExp(a[u.COERCE],"g"),s("LONETILDE"),a[u.LONETILDE]="(?:~>?)",s("TILDETRIM"),a[u.TILDETRIM]="(\\s*)"+a[u.LONETILDE]+"\\s+",i[u.TILDETRIM]=new RegExp(a[u.TILDETRIM],"g");s("TILDE"),a[u.TILDE]="^"+a[u.LONETILDE]+a[u.XRANGEPLAIN]+"$",s("TILDELOOSE"),a[u.TILDELOOSE]="^"+a[u.LONETILDE]+a[u.XRANGEPLAINLOOSE]+"$",s("LONECARET"),a[u.LONECARET]="(?:\\^)",s("CARETTRIM"),a[u.CARETTRIM]="(\\s*)"+a[u.LONECARET]+"\\s+",i[u.CARETTRIM]=new RegExp(a[u.CARETTRIM],"g");s("CARET"),a[u.CARET]="^"+a[u.LONECARET]+a[u.XRANGEPLAIN]+"$",s("CARETLOOSE"),a[u.CARETLOOSE]="^"+a[u.LONECARET]+a[u.XRANGEPLAINLOOSE]+"$",s("COMPARATORLOOSE"),a[u.COMPARATORLOOSE]="^"+a[u.GTLT]+"\\s*("+a[u.LOOSEPLAIN]+")$|^$",s("COMPARATOR"),a[u.COMPARATOR]="^"+a[u.GTLT]+"\\s*("+a[u.FULLPLAIN]+")$|^$",s("COMPARATORTRIM"),a[u.COMPARATORTRIM]="(\\s*)"+a[u.GTLT]+"\\s*("+a[u.LOOSEPLAIN]+"|"+a[u.XRANGEPLAIN]+")",i[u.COMPARATORTRIM]=new RegExp(a[u.COMPARATORTRIM],"g");s("HYPHENRANGE"),a[u.HYPHENRANGE]="^\\s*("+a[u.XRANGEPLAIN]+")\\s+-\\s+("+a[u.XRANGEPLAIN]+")\\s*$",s("HYPHENRANGELOOSE"),a[u.HYPHENRANGELOOSE]="^\\s*("+a[u.XRANGEPLAINLOOSE]+")\\s+-\\s+("+a[u.XRANGEPLAINLOOSE]+")\\s*$",s("STAR"),a[u.STAR]="(<|>)?=?\\s*\\*";for(var f=0;f<c;f++)r(f,a[f]),i[f]||(i[f]=new RegExp(a[f]));function l(t,e){if(e&&"object"==typeof e||(e={loose:!!e,includePrerelease:!1}),t instanceof p)return t;if("string"!=typeof t)return null;if(t.length>256)return null;if(!(e.loose?i[u.LOOSE]:i[u.FULL]).test(t))return null;try{return new p(t,e)}catch(t){return null}}function p(t,e){if(e&&"object"==typeof e||(e={loose:!!e,includePrerelease:!1}),t instanceof p){if(t.loose===e.loose)return t;t=t.version}else if("string"!=typeof t)throw new TypeError("Invalid Version: "+t);if(t.length>256)throw new TypeError("version is longer than 256 characters");if(!(this instanceof p))return new p(t,e);r("SemVer",t,e),this.options=e,this.loose=!!e.loose;var n=t.trim().match(e.loose?i[u.LOOSE]:i[u.FULL]);if(!n)throw new TypeError("Invalid Version: "+t);if(this.raw=t,this.major=+n[1],this.minor=+n[2],this.patch=+n[3],this.major>o||this.major<0)throw new TypeError("Invalid major version");if(this.minor>o||this.minor<0)throw new TypeError("Invalid minor version");if(this.patch>o||this.patch<0)throw new TypeError("Invalid patch version");n[4]?this.prerelease=n[4].split(".").map((function(t){if(/^[0-9]+$/.test(t)){var e=+t;if(e>=0&&e<o)return e}return t})):this.prerelease=[],this.build=n[5]?n[5].split("."):[],this.format()}e.parse=l,e.valid=function(t,e){var n=l(t,e);return n?n.version:null},e.clean=function(t,e){var n=l(t.trim().replace(/^[=v]+/,""),e);return n?n.version:null},e.SemVer=p,p.prototype.format=function(){return this.version=this.major+"."+this.minor+"."+this.patch,this.prerelease.length&&(this.version+="-"+this.prerelease.join(".")),this.version},p.prototype.toString=function(){return this.version},p.prototype.compare=function(t){return r("SemVer.compare",this.version,this.options,t),t instanceof p||(t=new p(t,this.options)),this.compareMain(t)||this.comparePre(t)},p.prototype.compareMain=function(t){return t instanceof p||(t=new p(t,this.options)),v(this.major,t.major)||v(this.minor,t.minor)||v(this.patch,t.patch)},p.prototype.comparePre=function(t){if(t instanceof p||(t=new p(t,this.options)),this.prerelease.length&&!t.prerelease.length)return-1;if(!this.prerelease.length&&t.prerelease.length)return 1;if(!this.prerelease.length&&!t.prerelease.length)return 0;var e=0;do{var n=this.prerelease[e],o=t.prerelease[e];if(r("prerelease compare",e,n,o),void 0===n&&void 0===o)return 0;if(void 0===o)return 1;if(void 0===n)return-1;if(n!==o)return v(n,o)}while(++e)},p.prototype.compareBuild=function(t){t instanceof p||(t=new p(t,this.options));var e=0;do{var n=this.build[e],o=t.build[e];if(r("prerelease compare",e,n,o),void 0===n&&void 0===o)return 0;if(void 0===o)return 1;if(void 0===n)return-1;if(n!==o)return v(n,o)}while(++e)},p.prototype.inc=function(t,e){switch(t){case"premajor":this.prerelease.length=0,this.patch=0,this.minor=0,this.major++,this.inc("pre",e);break;case"preminor":this.prerelease.length=0,this.patch=0,this.minor++,this.inc("pre",e);break;case"prepatch":this.prerelease.length=0,this.inc("patch",e),this.inc("pre",e);break;case"prerelease":0===this.prerelease.length&&this.inc("patch",e),this.inc("pre",e);break;case"major":0===this.minor&&0===this.patch&&0!==this.prerelease.length||this.major++,this.minor=0,this.patch=0,this.prerelease=[];break;case"minor":0===this.patch&&0!==this.prerelease.length||this.minor++,this.patch=0,this.prerelease=[];break;case"patch":0===this.prerelease.length&&this.patch++,this.prerelease=[];break;case"pre":if(0===this.prerelease.length)this.prerelease=[0];else{for(var n=this.prerelease.length;--n>=0;)"number"==typeof this.prerelease[n]&&(this.prerelease[n]++,n=-2);-1===n&&this.prerelease.push(0)}e&&(this.prerelease[0]===e?isNaN(this.prerelease[1])&&(this.prerelease=[e,0]):this.prerelease=[e,0]);break;default:throw new Error("invalid increment argument: "+t)}return this.format(),this.raw=this.version,this},e.inc=function(t,e,n,r){"string"==typeof n&&(r=n,n=void 0);try{return new p(t,n).inc(e,r).version}catch(t){return null}},e.diff=function(t,e){if(g(t,e))return null;var n=l(t),r=l(e),o="";if(n.prerelease.length||r.prerelease.length){o="pre";var i="prerelease"}for(var a in n)if(("major"===a||"minor"===a||"patch"===a)&&n[a]!==r[a])return o+a;return i},e.compareIdentifiers=v;var d=/^[0-9]+$/;function v(t,e){var n=d.test(t),r=d.test(e);return n&&r&&(t=+t,e=+e),t===e?0:n&&!r?-1:r&&!n?1:t<e?-1:1}function h(t,e,n){return new p(t,n).compare(new p(e,n))}function y(t,e,n){return h(t,e,n)>0}function m(t,e,n){return h(t,e,n)<0}function g(t,e,n){return 0===h(t,e,n)}function b(t,e,n){return 0!==h(t,e,n)}function x(t,e,n){return h(t,e,n)>=0}function E(t,e,n){return h(t,e,n)<=0}function O(t,e,n,r){switch(e){case"===":return"object"==typeof t&&(t=t.version),"object"==typeof n&&(n=n.version),t===n;case"!==":return"object"==typeof t&&(t=t.version),"object"==typeof n&&(n=n.version),t!==n;case"":case"=":case"==":return g(t,n,r);case"!=":return b(t,n,r);case">":return y(t,n,r);case">=":return x(t,n,r);case"<":return m(t,n,r);case"<=":return E(t,n,r);default:throw new TypeError("Invalid operator: "+e)}}function w(t,e){if(e&&"object"==typeof e||(e={loose:!!e,includePrerelease:!1}),t instanceof w){if(t.loose===!!e.loose)return t;t=t.value}if(!(this instanceof w))return new w(t,e);r("comparator",t,e),this.options=e,this.loose=!!e.loose,this.parse(t),this.semver===_?this.value="":this.value=this.operator+this.semver.version,r("comp",this)}e.rcompareIdentifiers=function(t,e){return v(e,t)},e.major=function(t,e){return new p(t,e).major},e.minor=function(t,e){return new p(t,e).minor},e.patch=function(t,e){return new p(t,e).patch},e.compare=h,e.compareLoose=function(t,e){return h(t,e,!0)},e.compareBuild=function(t,e,n){var r=new p(t,n),o=new p(e,n);return r.compare(o)||r.compareBuild(o)},e.rcompare=function(t,e,n){return h(e,t,n)},e.sort=function(t,n){return t.sort((function(t,r){return e.compareBuild(t,r,n)}))},e.rsort=function(t,n){return t.sort((function(t,r){return e.compareBuild(r,t,n)}))},e.gt=y,e.lt=m,e.eq=g,e.neq=b,e.gte=x,e.lte=E,e.cmp=O,e.Comparator=w;var _={};function S(t,e){if(e&&"object"==typeof e||(e={loose:!!e,includePrerelease:!1}),t instanceof S)return t.loose===!!e.loose&&t.includePrerelease===!!e.includePrerelease?t:new S(t.raw,e);if(t instanceof w)return new S(t.value,e);if(!(this instanceof S))return new S(t,e);if(this.options=e,this.loose=!!e.loose,this.includePrerelease=!!e.includePrerelease,this.raw=t,this.set=t.split(/\s*\|\|\s*/).map((function(t){return this.parseRange(t.trim())}),this).filter((function(t){return t.length})),!this.set.length)throw new TypeError("Invalid SemVer Range: "+t);this.format()}function A(t,e){for(var n=!0,r=t.slice(),o=r.pop();n&&r.length;)n=r.every((function(t){return o.intersects(t,e)})),o=r.pop();return n}function C(t){return!t||"x"===t.toLowerCase()||"*"===t}function T(t,e,n,r,o,i,a,u,c,s,f,l,p){return((e=C(n)?"":C(r)?">="+n+".0.0":C(o)?">="+n+"."+r+".0":">="+e)+" "+(u=C(c)?"":C(s)?"<"+(+c+1)+".0.0":C(f)?"<"+c+"."+(+s+1)+".0":l?"<="+c+"."+s+"."+f+"-"+l:"<="+u)).trim()}function I(t,e,n){for(var o=0;o<t.length;o++)if(!t[o].test(e))return!1;if(e.prerelease.length&&!n.includePrerelease){for(o=0;o<t.length;o++)if(r(t[o].semver),t[o].semver!==_&&t[o].semver.prerelease.length>0){var i=t[o].semver;if(i.major===e.major&&i.minor===e.minor&&i.patch===e.patch)return!0}return!1}return!0}function j(t,e,n){try{e=new S(e,n)}catch(t){return!1}return e.test(t)}function R(t,e,n,r){var o,i,a,u,c;switch(t=new p(t,r),e=new S(e,r),n){case">":o=y,i=E,a=m,u=">",c=">=";break;case"<":o=m,i=x,a=y,u="<",c="<=";break;default:throw new TypeError('Must provide a hilo val of "<" or ">"')}if(j(t,e,r))return!1;for(var s=0;s<e.set.length;++s){var f=e.set[s],l=null,d=null;if(f.forEach((function(t){t.semver===_&&(t=new w(">=0.0.0")),l=l||t,d=d||t,o(t.semver,l.semver,r)?l=t:a(t.semver,d.semver,r)&&(d=t)})),l.operator===u||l.operator===c)return!1;if((!d.operator||d.operator===u)&&i(t,d.semver))return!1;if(d.operator===c&&a(t,d.semver))return!1}return!0}w.prototype.parse=function(t){var e=this.options.loose?i[u.COMPARATORLOOSE]:i[u.COMPARATOR],n=t.match(e);if(!n)throw new TypeError("Invalid comparator: "+t);this.operator=void 0!==n[1]?n[1]:"","="===this.operator&&(this.operator=""),n[2]?this.semver=new p(n[2],this.options.loose):this.semver=_},w.prototype.toString=function(){return this.value},w.prototype.test=function(t){if(r("Comparator.test",t,this.options.loose),this.semver===_||t===_)return!0;if("string"==typeof t)try{t=new p(t,this.options)}catch(t){return!1}return O(t,this.operator,this.semver,this.options)},w.prototype.intersects=function(t,e){if(!(t instanceof w))throw new TypeError("a Comparator is required");var n;if(e&&"object"==typeof e||(e={loose:!!e,includePrerelease:!1}),""===this.operator)return""===this.value||(n=new S(t.value,e),j(this.value,n,e));if(""===t.operator)return""===t.value||(n=new S(this.value,e),j(t.semver,n,e));var r=!(">="!==this.operator&&">"!==this.operator||">="!==t.operator&&">"!==t.operator),o=!("<="!==this.operator&&"<"!==this.operator||"<="!==t.operator&&"<"!==t.operator),i=this.semver.version===t.semver.version,a=!(">="!==this.operator&&"<="!==this.operator||">="!==t.operator&&"<="!==t.operator),u=O(this.semver,"<",t.semver,e)&&(">="===this.operator||">"===this.operator)&&("<="===t.operator||"<"===t.operator),c=O(this.semver,">",t.semver,e)&&("<="===this.operator||"<"===this.operator)&&(">="===t.operator||">"===t.operator);return r||o||i&&a||u||c},e.Range=S,S.prototype.format=function(){return this.range=this.set.map((function(t){return t.join(" ").trim()})).join("||").trim(),this.range},S.prototype.toString=function(){return this.range},S.prototype.parseRange=function(t){var e=this.options.loose;t=t.trim();var n=e?i[u.HYPHENRANGELOOSE]:i[u.HYPHENRANGE];t=t.replace(n,T),r("hyphen replace",t),t=t.replace(i[u.COMPARATORTRIM],"$1$2$3"),r("comparator trim",t,i[u.COMPARATORTRIM]),t=(t=(t=t.replace(i[u.TILDETRIM],"$1~")).replace(i[u.CARETTRIM],"$1^")).split(/\s+/).join(" ");var o=e?i[u.COMPARATORLOOSE]:i[u.COMPARATOR],a=t.split(" ").map((function(t){return function(t,e){return r("comp",t,e),t=function(t,e){return t.trim().split(/\s+/).map((function(t){return function(t,e){r("caret",t,e);var n=e.loose?i[u.CARETLOOSE]:i[u.CARET];return t.replace(n,(function(e,n,o,i,a){var u;return r("caret",t,e,n,o,i,a),C(n)?u="":C(o)?u=">="+n+".0.0 <"+(+n+1)+".0.0":C(i)?u="0"===n?">="+n+"."+o+".0 <"+n+"."+(+o+1)+".0":">="+n+"."+o+".0 <"+(+n+1)+".0.0":a?(r("replaceCaret pr",a),u="0"===n?"0"===o?">="+n+"."+o+"."+i+"-"+a+" <"+n+"."+o+"."+(+i+1):">="+n+"."+o+"."+i+"-"+a+" <"+n+"."+(+o+1)+".0":">="+n+"."+o+"."+i+"-"+a+" <"+(+n+1)+".0.0"):(r("no pr"),u="0"===n?"0"===o?">="+n+"."+o+"."+i+" <"+n+"."+o+"."+(+i+1):">="+n+"."+o+"."+i+" <"+n+"."+(+o+1)+".0":">="+n+"."+o+"."+i+" <"+(+n+1)+".0.0"),r("caret return",u),u}))}(t,e)})).join(" ")}(t,e),r("caret",t),t=function(t,e){return t.trim().split(/\s+/).map((function(t){return function(t,e){var n=e.loose?i[u.TILDELOOSE]:i[u.TILDE];return t.replace(n,(function(e,n,o,i,a){var u;return r("tilde",t,e,n,o,i,a),C(n)?u="":C(o)?u=">="+n+".0.0 <"+(+n+1)+".0.0":C(i)?u=">="+n+"."+o+".0 <"+n+"."+(+o+1)+".0":a?(r("replaceTilde pr",a),u=">="+n+"."+o+"."+i+"-"+a+" <"+n+"."+(+o+1)+".0"):u=">="+n+"."+o+"."+i+" <"+n+"."+(+o+1)+".0",r("tilde return",u),u}))}(t,e)})).join(" ")}(t,e),r("tildes",t),t=function(t,e){return r("replaceXRanges",t,e),t.split(/\s+/).map((function(t){return function(t,e){t=t.trim();var n=e.loose?i[u.XRANGELOOSE]:i[u.XRANGE];return t.replace(n,(function(n,o,i,a,u,c){r("xRange",t,n,o,i,a,u,c);var s=C(i),f=s||C(a),l=f||C(u),p=l;return"="===o&&p&&(o=""),c=e.includePrerelease?"-0":"",s?n=">"===o||"<"===o?"<0.0.0-0":"*":o&&p?(f&&(a=0),u=0,">"===o?(o=">=",f?(i=+i+1,a=0,u=0):(a=+a+1,u=0)):"<="===o&&(o="<",f?i=+i+1:a=+a+1),n=o+i+"."+a+"."+u+c):f?n=">="+i+".0.0"+c+" <"+(+i+1)+".0.0"+c:l&&(n=">="+i+"."+a+".0"+c+" <"+i+"."+(+a+1)+".0"+c),r("xRange return",n),n}))}(t,e)})).join(" ")}(t,e),r("xrange",t),t=function(t,e){return r("replaceStars",t,e),t.trim().replace(i[u.STAR],"")}(t,e),r("stars",t),t}(t,this.options)}),this).join(" ").split(/\s+/);return this.options.loose&&(a=a.filter((function(t){return!!t.match(o)}))),a=a.map((function(t){return new w(t,this.options)}),this)},S.prototype.intersects=function(t,e){if(!(t instanceof S))throw new TypeError("a Range is required");return this.set.some((function(n){return A(n,e)&&t.set.some((function(t){return A(t,e)&&n.every((function(n){return t.every((function(t){return n.intersects(t,e)}))}))}))}))},e.toComparators=function(t,e){return new S(t,e).set.map((function(t){return t.map((function(t){return t.value})).join(" ").trim().split(" ")}))},S.prototype.test=function(t){if(!t)return!1;if("string"==typeof t)try{t=new p(t,this.options)}catch(t){return!1}for(var e=0;e<this.set.length;e++)if(I(this.set[e],t,this.options))return!0;return!1},e.satisfies=j,e.maxSatisfying=function(t,e,n){var r=null,o=null;try{var i=new S(e,n)}catch(t){return null}return t.forEach((function(t){i.test(t)&&(r&&-1!==o.compare(t)||(o=new p(r=t,n)))})),r},e.minSatisfying=function(t,e,n){var r=null,o=null;try{var i=new S(e,n)}catch(t){return null}return t.forEach((function(t){i.test(t)&&(r&&1!==o.compare(t)||(o=new p(r=t,n)))})),r},e.minVersion=function(t,e){t=new S(t,e);var n=new p("0.0.0");if(t.test(n))return n;if(n=new p("0.0.0-0"),t.test(n))return n;n=null;for(var r=0;r<t.set.length;++r){t.set[r].forEach((function(t){var e=new p(t.semver.version);switch(t.operator){case">":0===e.prerelease.length?e.patch++:e.prerelease.push(0),e.raw=e.format();case"":case">=":n&&!y(n,e)||(n=e);break;case"<":case"<=":break;default:throw new Error("Unexpected operation: "+t.operator)}}))}if(n&&t.test(n))return n;return null},e.validRange=function(t,e){try{return new S(t,e).range||"*"}catch(t){return null}},e.ltr=function(t,e,n){return R(t,e,"<",n)},e.gtr=function(t,e,n){return R(t,e,">",n)},e.outside=R,e.prerelease=function(t,e){var n=l(t,e);return n&&n.prerelease.length?n.prerelease:null},e.intersects=function(t,e,n){return t=new S(t,n),e=new S(e,n),t.intersects(e)},e.coerce=function(t,e){if(t instanceof p)return t;"number"==typeof t&&(t=String(t));if("string"!=typeof t)return null;var n=null;if((e=e||{}).rtl){for(var r;(r=i[u.COERCERTL].exec(t))&&(!n||n.index+n[0].length!==t.length);)n&&r.index+r[0].length===n.index+n[0].length||(n=r),i[u.COERCERTL].lastIndex=r.index+r[1].length+r[2].length;i[u.COERCERTL].lastIndex=-1}else n=t.match(i[u.COERCE]);if(null===n)return null;return l(n[2]+"."+(n[3]||"0")+"."+(n[4]||"0"),e)}}).call(this,n(117))},function(t,e,n){"use strict";function r(t,e){for(var n=0;n<e.length;n++){var r=e[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(t,r.key,r)}}n(216),n(229),n(231),n(135),n(240),n(251),n(253),n(255),n(256),Object.defineProperty(e,"__esModule",{value:!0}),e.SimpleBus=void 0;var o="1.1.3",i=function(){function t(){var e,n,r;!function(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}(this,t),e=this,n="handlers",r=new Map,n in e?Object.defineProperty(e,n,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[n]=r}var e,n,i;return e=t,(n=[{key:"getVersion",value:function(){return o}},{key:"subscribe",value:function(t,e){this.handlers.set(t,(this.handlers.get(t)||[]).concat(e))}},{key:"unsubscribe",value:function(t,e){this.handlers.set(t,(this.handlers.get(t)||[]).filter((function(t){return t!=e})))}},{key:"emit",value:function(t,e){(this.handlers.get(t)||[]).forEach((function(t){try{t(e)}catch(t){console.error("could not invoke event listener",t)}}))}}])&&r(e.prototype,n),i&&r(e,i),t}();e.SimpleBus=i},function(t,e,n){"use strict";var r=n(32),o=n(7),i=n(127),a=n(10),u=n(79),c=n(48),s=n(226),f=n(128),l=n(130),p=n(6),d=n(131),v=p("isConcatSpreadable"),h=d>=51||!o((function(){var t=[];return t[v]=!1,t.concat()[0]!==t})),y=l("concat"),m=function(t){if(!a(t))return!1;var e=t[v];return void 0!==e?!!e:i(t)};r({target:"Array",proto:!0,forced:!h||!y},{concat:function(t){var e,n,r,o,i,a=u(this),l=f(a,0),p=0;for(e=-1,r=arguments.length;e<r;e++)if(i=-1===e?a:arguments[e],m(i)){if(p+(o=c(i.length))>9007199254740991)throw TypeError("Maximum allowed index exceeded");for(n=0;n<o;n++,p++)n in i&&s(l,p,i[n])}else{if(p>=9007199254740991)throw TypeError("Maximum allowed index exceeded");s(l,p++,i)}return l.length=p,l}})},function(t,e,n){"use strict";var r={}.propertyIsEnumerable,o=Object.getOwnPropertyDescriptor,i=o&&!r.call({1:2},1);e.f=i?function(t){var e=o(this,t);return!!e&&e.enumerable}:r},function(t,e,n){var r=n(5),o=n(122),i=r.WeakMap;t.exports="function"==typeof i&&/native code/.test(o(i))},function(t,e,n){var r=n(8),o=n(220),i=n(118),a=n(12);t.exports=function(t,e){for(var n=o(e),u=a.f,c=i.f,s=0;s<n.length;s++){var f=n[s];r(t,f)||u(t,f,c(e,f))}}},function(t,e,n){var r=n(47),o=n(222),i=n(225),a=n(20);t.exports=r("Reflect","ownKeys")||function(t){var e=o.f(a(t)),n=i.f;return n?e.concat(n(t)):e}},function(t,e,n){var r=n(5);t.exports=r},function(t,e,n){var r=n(125),o=n(78).concat("length","prototype");e.f=Object.getOwnPropertyNames||function(t){return r(t,o)}},function(t,e,n){var r=n(44),o=n(48),i=n(224),a=function(t){return function(e,n,a){var u,c=r(e),s=o(c.length),f=i(a,s);if(t&&n!=n){for(;s>f;)if((u=c[f++])!=u)return!0}else for(;s>f;f++)if((t||f in c)&&c[f]===n)return t||f||0;return!t&&-1}};t.exports={includes:a(!0),indexOf:a(!1)}},function(t,e,n){var r=n(77),o=Math.max,i=Math.min;t.exports=function(t,e){var n=r(t);return n<0?o(n+e,0):i(n,e)}},function(t,e){e.f=Object.getOwnPropertySymbols},function(t,e,n){"use strict";var r=n(72),o=n(12),i=n(43);t.exports=function(t,e,n){var a=r(e);a in t?o.f(t,a,i(0,n)):t[a]=n}},function(t,e,n){var r=n(129);t.exports=r&&!Symbol.sham&&"symbol"==typeof Symbol.iterator},function(t,e,n){var r=n(47);t.exports=r("navigator","userAgent")||""},function(t,e,n){"use strict";var r=n(32),o=n(132).filter,i=n(130),a=n(133),u=i("filter"),c=a("filter");r({target:"Array",proto:!0,forced:!u||!c},{filter:function(t){return o(this,t,arguments.length>1?arguments[1]:void 0)}})},function(t,e){t.exports=function(t){if("function"!=typeof t)throw TypeError(String(t)+" is not a function");return t}},function(t,e,n){"use strict";var r=n(32),o=n(134);r({target:"Array",proto:!0,forced:[].forEach!=o},{forEach:o})},function(t,e,n){"use strict";var r=n(7);t.exports=function(t,e){var n=[][t];return!!n&&r((function(){n.call(null,e||function(){throw 1},1)}))}},function(t,e,n){var r=n(6),o=n(81),i=n(12),a=r("unscopables"),u=Array.prototype;null==u[a]&&i.f(u,a,{configurable:!0,value:o(null)}),t.exports=function(t){u[a][t]=!0}},function(t,e,n){var r=n(15),o=n(12),i=n(20),a=n(235);t.exports=r?Object.defineProperties:function(t,e){i(t);for(var n,r=a(e),u=r.length,c=0;u>c;)o.f(t,n=r[c++],e[n]);return t}},function(t,e,n){var r=n(125),o=n(78);t.exports=Object.keys||function(t){return r(t,o)}},function(t,e,n){var r=n(47);t.exports=r("document","documentElement")},function(t,e,n){"use strict";var r=n(136).IteratorPrototype,o=n(81),i=n(43),a=n(83),u=n(34),c=function(){return this};t.exports=function(t,e,n){var s=e+" Iterator";return t.prototype=o(r,{next:i(1,n)}),a(t,s,!1,!0),u[s]=c,t}},function(t,e,n){var r=n(7);t.exports=!r((function(){function t(){}return t.prototype.constructor=null,Object.getPrototypeOf(new t)!==t.prototype}))},function(t,e,n){var r=n(10);t.exports=function(t){if(!r(t)&&null!==t)throw TypeError("Can't set "+String(t)+" as a prototype");return t}},function(t,e,n){"use strict";var r=n(241),o=n(248);t.exports=r("Map",(function(t){return function(){return t(this,arguments.length?arguments[0]:void 0)}}),o)},function(t,e,n){"use strict";var r=n(32),o=n(5),i=n(126),a=n(33),u=n(139),c=n(140),s=n(142),f=n(10),l=n(7),p=n(246),d=n(83),v=n(247);t.exports=function(t,e,n){var h=-1!==t.indexOf("Map"),y=-1!==t.indexOf("Weak"),m=h?"set":"add",g=o[t],b=g&&g.prototype,x=g,E={},O=function(t){var e=b[t];a(b,t,"add"==t?function(t){return e.call(this,0===t?0:t),this}:"delete"==t?function(t){return!(y&&!f(t))&&e.call(this,0===t?0:t)}:"get"==t?function(t){return y&&!f(t)?void 0:e.call(this,0===t?0:t)}:"has"==t?function(t){return!(y&&!f(t))&&e.call(this,0===t?0:t)}:function(t,n){return e.call(this,0===t?0:t,n),this})};if(i(t,"function"!=typeof g||!(y||b.forEach&&!l((function(){(new g).entries().next()})))))x=n.getConstructor(e,t,h,m),u.REQUIRED=!0;else if(i(t,!0)){var w=new x,_=w[m](y?{}:-0,1)!=w,S=l((function(){w.has(1)})),A=p((function(t){new g(t)})),C=!y&&l((function(){for(var t=new g,e=5;e--;)t[m](e,e);return!t.has(-0)}));A||((x=e((function(e,n){s(e,x,t);var r=v(new g,e,x);return null!=n&&c(n,r[m],r,h),r}))).prototype=b,b.constructor=x),(S||C)&&(O("delete"),O("has"),h&&O("get")),(C||_)&&O(m),y&&b.clear&&delete b.clear}return E[t]=x,r({global:!0,forced:x!=g},E),d(x,t),y||n.setStrong(x,t,h),x}},function(t,e,n){var r=n(7);t.exports=!r((function(){return Object.isExtensible(Object.preventExtensions({}))}))},function(t,e,n){var r=n(6),o=n(34),i=r("iterator"),a=Array.prototype;t.exports=function(t){return void 0!==t&&(o.Array===t||a[i]===t)}},function(t,e,n){var r=n(141),o=n(34),i=n(6)("iterator");t.exports=function(t){if(null!=t)return t[i]||t["@@iterator"]||o[r(t)]}},function(t,e,n){var r=n(20);t.exports=function(t,e,n,o){try{return o?e(r(n)[0],n[1]):e(n)}catch(e){var i=t.return;throw void 0!==i&&r(i.call(t)),e}}},function(t,e,n){var r=n(6)("iterator"),o=!1;try{var i=0,a={next:function(){return{done:!!i++}},return:function(){o=!0}};a[r]=function(){return this},Array.from(a,(function(){throw 2}))}catch(t){}t.exports=function(t,e){if(!e&&!o)return!1;var n=!1;try{var i={};i[r]=function(){return{next:function(){return{done:n=!0}}}},t(i)}catch(t){}return n}},function(t,e,n){var r=n(10),o=n(138);t.exports=function(t,e,n){var i,a;return o&&"function"==typeof(i=e.constructor)&&i!==n&&r(a=i.prototype)&&a!==n.prototype&&o(t,a),t}},function(t,e,n){"use strict";var r=n(12).f,o=n(81),i=n(249),a=n(80),u=n(142),c=n(140),s=n(82),f=n(250),l=n(15),p=n(139).fastKey,d=n(45),v=d.set,h=d.getterFor;t.exports={getConstructor:function(t,e,n,s){var f=t((function(t,r){u(t,f,e),v(t,{type:e,index:o(null),first:void 0,last:void 0,size:0}),l||(t.size=0),null!=r&&c(r,t[s],t,n)})),d=h(e),y=function(t,e,n){var r,o,i=d(t),a=m(t,e);return a?a.value=n:(i.last=a={index:o=p(e,!0),key:e,value:n,previous:r=i.last,next:void 0,removed:!1},i.first||(i.first=a),r&&(r.next=a),l?i.size++:t.size++,"F"!==o&&(i.index[o]=a)),t},m=function(t,e){var n,r=d(t),o=p(e);if("F"!==o)return r.index[o];for(n=r.first;n;n=n.next)if(n.key==e)return n};return i(f.prototype,{clear:function(){for(var t=d(this),e=t.index,n=t.first;n;)n.removed=!0,n.previous&&(n.previous=n.previous.next=void 0),delete e[n.index],n=n.next;t.first=t.last=void 0,l?t.size=0:this.size=0},delete:function(t){var e=d(this),n=m(this,t);if(n){var r=n.next,o=n.previous;delete e.index[n.index],n.removed=!0,o&&(o.next=r),r&&(r.previous=o),e.first==n&&(e.first=r),e.last==n&&(e.last=o),l?e.size--:this.size--}return!!n},forEach:function(t){for(var e,n=d(this),r=a(t,arguments.length>1?arguments[1]:void 0,3);e=e?e.next:n.first;)for(r(e.value,e.key,this);e&&e.removed;)e=e.previous},has:function(t){return!!m(this,t)}}),i(f.prototype,n?{get:function(t){var e=m(this,t);return e&&e.value},set:function(t,e){return y(this,0===t?0:t,e)}}:{add:function(t){return y(this,t=0===t?0:t,t)}}),l&&r(f.prototype,"size",{get:function(){return d(this).size}}),f},setStrong:function(t,e,n){var r=e+" Iterator",o=h(e),i=h(r);s(t,e,(function(t,e){v(this,{type:r,target:t,state:o(t),kind:e,last:void 0})}),(function(){for(var t=i(this),e=t.kind,n=t.last;n&&n.removed;)n=n.previous;return t.target&&(t.last=n=n?n.next:t.state.first)?"keys"==e?{value:n.key,done:!1}:"values"==e?{value:n.value,done:!1}:{value:[n.key,n.value],done:!1}:(t.target=void 0,{value:void 0,done:!0})}),n?"entries":"values",!n,!0),f(e)}}},function(t,e,n){var r=n(33);t.exports=function(t,e,n){for(var o in e)r(t,o,e[o],n);return t}},function(t,e,n){"use strict";var r=n(47),o=n(12),i=n(6),a=n(15),u=i("species");t.exports=function(t){var e=r(t),n=o.f;a&&e&&!e[u]&&n(e,u,{configurable:!0,get:function(){return this}})}},function(t,e,n){var r=n(84),o=n(33),i=n(252);r||o(Object.prototype,"toString",i,{unsafe:!0})},function(t,e,n){"use strict";var r=n(84),o=n(141);t.exports=r?{}.toString:function(){return"[object "+o(this)+"]"}},function(t,e,n){"use strict";var r=n(254).charAt,o=n(45),i=n(82),a=o.set,u=o.getterFor("String Iterator");i(String,"String",(function(t){a(this,{type:"String Iterator",string:String(t),index:0})}),(function(){var t,e=u(this),n=e.string,o=e.index;return o>=n.length?{value:void 0,done:!0}:(t=r(n,o),e.index+=t.length,{value:t,done:!1})}))},function(t,e,n){var r=n(77),o=n(71),i=function(t){return function(e,n){var i,a,u=String(o(e)),c=r(n),s=u.length;return c<0||c>=s?t?"":void 0:(i=u.charCodeAt(c))<55296||i>56319||c+1===s||(a=u.charCodeAt(c+1))<56320||a>57343?t?u.charAt(c):i:t?u.slice(c,c+2):a-56320+(i-55296<<10)+65536}};t.exports={codeAt:i(!1),charAt:i(!0)}},function(t,e,n){var r=n(5),o=n(143),i=n(134),a=n(16);for(var u in o){var c=r[u],s=c&&c.prototype;if(s&&s.forEach!==i)try{a(s,"forEach",i)}catch(t){s.forEach=i}}},function(t,e,n){var r=n(5),o=n(143),i=n(135),a=n(16),u=n(6),c=u("iterator"),s=u("toStringTag"),f=i.values;for(var l in o){var p=r[l],d=p&&p.prototype;if(d){if(d[c]!==f)try{a(d,c,f)}catch(t){d[c]=f}if(d[s]||a(d,s,l),o[l])for(var v in i)if(d[v]!==i[v])try{a(d,v,i[v])}catch(t){d[v]=i[v]}}}},,,,,function(t,e,n){(function(e){var n=function(t){return t&&t.Math==Math&&t};t.exports=n("object"==typeof globalThis&&globalThis)||n("object"==typeof window&&window)||n("object"==typeof self&&self)||n("object"==typeof e&&e)||Function("return this")()}).call(this,n(14))},function(t,e,n){var r=n(115),o=n(520),i=n(164),a=n(165),u=n(166),c=n(64),s=n(265),f=Object.getOwnPropertyDescriptor;e.f=r?f:function(t,e){if(t=a(t),e=u(e,!0),s)try{return f(t,e)}catch(t){}if(c(t,e))return i(!o.f.call(t,e),t[e])}},function(t,e){var n={}.toString;t.exports=function(t){return n.call(t).slice(8,-1)}},function(t,e){t.exports=function(t){if(null==t)throw TypeError("Can't call method on "+t);return t}},function(t,e,n){var r=n(115),o=n(49),i=n(522);t.exports=!r&&!o((function(){return 7!=Object.defineProperty(i("div"),"a",{get:function(){return 7}}).a}))},function(t,e,n){var r=n(63);t.exports=function(t){if(!r(t))throw TypeError(String(t)+" is not an object");return t}},function(t,e,n){var r=n(268),o=Function.toString;"function"!=typeof r.inspectSource&&(r.inspectSource=function(t){return o.call(t)}),t.exports=r.inspectSource},function(t,e,n){var r=n(23),o=n(168),i=r["__core-js_shared__"]||o("__core-js_shared__",{});t.exports=i},function(t,e,n){var r=n(527),o=n(268);(t.exports=function(t,e){return o[t]||(o[t]=void 0!==e?e:{})})("versions",[]).push({version:"3.6.4",mode:r?"pure":"global",copyright:"© 2020 Denis Pushkarev (zloirock.ru)"})},function(t,e){var n=0,r=Math.random();t.exports=function(t){return"Symbol("+String(void 0===t?"":t)+")_"+(++n+r).toString(36)}},function(t,e){t.exports={}},function(t,e,n){var r=n(530),o=n(23),i=function(t){return"function"==typeof t?t:void 0};t.exports=function(t,e){return arguments.length<2?i(r[t])||i(o[t]):r[t]&&r[t][e]||o[t]&&o[t][e]}},function(t,e,n){var r=n(274),o=Math.min;t.exports=function(t){return t>0?o(r(t),9007199254740991):0}},function(t,e){var n=Math.ceil,r=Math.floor;t.exports=function(t){return isNaN(t=+t)?0:(t>0?r:n)(t)}},function(t,e,n){var r=n(263);t.exports=Array.isArray||function(t){return"Array"==r(t)}},function(t,e,n){var r=n(49);t.exports=!!Object.getOwnPropertySymbols&&!r((function(){return!String(Symbol())}))},function(t,e,n){var r,o,i=n(23),a=n(543),u=i.process,c=u&&u.versions,s=c&&c.v8;s?o=(r=s.split("."))[0]+r[1]:a&&(!(r=a.match(/Edge\/(\d+)/))||r[1]>=74)&&(r=a.match(/Chrome\/(\d+)/))&&(o=r[1]),t.exports=o&&+o},,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,function(t,e,n){var r=n(94),o=n(430),i=n(431),a=n(198),u=n(434),c=n(96),s=n(435),f=Object.getOwnPropertyDescriptor;e.f=r?f:function(t,e){if(t=a(t),e=u(e,!0),s)try{return f(t,e)}catch(t){}if(c(t,e))return i(!o.f.call(t,e),t[e])}},function(t,e,n){"use strict";var r={}.propertyIsEnumerable,o=Object.getOwnPropertyDescriptor,i=o&&!r.call({1:2},1);e.f=i?function(t){var e=o(this,t);return!!e&&e.enumerable}:r},function(t,e){t.exports=function(t,e){return{enumerable:!(1&t),configurable:!(2&t),writable:!(4&t),value:e}}},function(t,e,n){var r=n(95),o=n(599),i="".split;t.exports=r((function(){return!Object("z").propertyIsEnumerable(0)}))?function(t){return"String"==o(t)?i.call(t,""):Object(t)}:Object},function(t,e){t.exports=function(t){if(null==t)throw TypeError("Can't call method on "+t);return t}},function(t,e,n){var r=n(150);t.exports=function(t,e){if(!r(t))return t;var n,o;if(e&&"function"==typeof(n=t.toString)&&!r(o=n.call(t)))return o;if("function"==typeof(n=t.valueOf)&&!r(o=n.call(t)))return o;if(!e&&"function"==typeof(n=t.toString)&&!r(o=n.call(t)))return o;throw TypeError("Can't convert object to primitive value")}},function(t,e,n){var r=n(94),o=n(95),i=n(600);t.exports=!r&&!o((function(){return 7!=Object.defineProperty(i("div"),"a",{get:function(){return 7}}).a}))},function(t,e,n){var r=n(94),o=n(435),i=n(437),a=n(434),u=Object.defineProperty;e.f=r?u:function(t,e,n){if(i(t),e=a(e,!0),i(n),o)try{return u(t,e,n)}catch(t){}if("get"in n||"set"in n)throw TypeError("Accessors not supported");return"value"in n&&(t[e]=n.value),t}},function(t,e,n){var r=n(150);t.exports=function(t){if(!r(t))throw TypeError(String(t)+" is not an object");return t}},function(t,e,n){var r=n(439),o=Function.toString;"function"!=typeof r.inspectSource&&(r.inspectSource=function(t){return o.call(t)}),t.exports=r.inspectSource},function(t,e,n){var r=n(35),o=n(199),i=r["__core-js_shared__"]||o("__core-js_shared__",{});t.exports=i},function(t,e){t.exports={}},function(t,e,n){var r=n(96),o=n(198),i=n(613).indexOf,a=n(440);t.exports=function(t,e){var n,u=o(t),c=0,s=[];for(n in u)!r(a,n)&&r(u,n)&&s.push(n);for(;e.length>c;)r(u,n=e[c++])&&(~i(s,n)||s.push(n));return s}},function(t,e){var n=Math.ceil,r=Math.floor;t.exports=function(t){return isNaN(t=+t)?0:(t>0?r:n)(t)}},function(t,e){t.exports=["constructor","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","toLocaleString","toString","valueOf"]},function(t,e){e.f=Object.getOwnPropertySymbols},function(t,e,n){"use strict";t.exports=function(t,e){return function(){for(var n=new Array(arguments.length),r=0;r<n.length;r++)n[r]=arguments[r];return t.apply(e,n)}}},function(t,e,n){"use strict";var r=n(19);function o(t){return encodeURIComponent(t).replace(/%40/gi,"@").replace(/%3A/gi,":").replace(/%24/g,"$").replace(/%2C/gi,",").replace(/%20/g,"+").replace(/%5B/gi,"[").replace(/%5D/gi,"]")}t.exports=function(t,e,n){if(!e)return t;var i;if(n)i=n(e);else if(r.isURLSearchParams(e))i=e.toString();else{var a=[];r.forEach(e,(function(t,e){null!=t&&(r.isArray(t)?e+="[]":t=[t],r.forEach(t,(function(t){r.isDate(t)?t=t.toISOString():r.isObject(t)&&(t=JSON.stringify(t)),a.push(o(e)+"="+o(t))})))})),i=a.join("&")}if(i){var u=t.indexOf("#");-1!==u&&(t=t.slice(0,u)),t+=(-1===t.indexOf("?")?"?":"&")+i}return t}},function(t,e,n){"use strict";t.exports=function(t){return!(!t||!t.__CANCEL__)}},function(t,e,n){"use strict";(function(e){var r=n(19),o=n(626),i={"Content-Type":"application/x-www-form-urlencoded"};function a(t,e){!r.isUndefined(t)&&r.isUndefined(t["Content-Type"])&&(t["Content-Type"]=e)}var u,c={adapter:(("undefined"!=typeof XMLHttpRequest||void 0!==e&&"[object process]"===Object.prototype.toString.call(e))&&(u=n(449)),u),transformRequest:[function(t,e){return o(e,"Accept"),o(e,"Content-Type"),r.isFormData(t)||r.isArrayBuffer(t)||r.isBuffer(t)||r.isStream(t)||r.isFile(t)||r.isBlob(t)?t:r.isArrayBufferView(t)?t.buffer:r.isURLSearchParams(t)?(a(e,"application/x-www-form-urlencoded;charset=utf-8"),t.toString()):r.isObject(t)?(a(e,"application/json;charset=utf-8"),JSON.stringify(t)):t}],transformResponse:[function(t){if("string"==typeof t)try{t=JSON.parse(t)}catch(t){}return t}],timeout:0,xsrfCookieName:"XSRF-TOKEN",xsrfHeaderName:"X-XSRF-TOKEN",maxContentLength:-1,validateStatus:function(t){return t>=200&&t<300}};c.headers={common:{Accept:"application/json, text/plain, */*"}},r.forEach(["delete","get","head"],(function(t){c.headers[t]={}})),r.forEach(["post","put","patch"],(function(t){c.headers[t]=r.merge(i)})),t.exports=c}).call(this,n(117))},function(t,e,n){"use strict";var r=n(19),o=n(627),i=n(446),a=n(629),u=n(632),c=n(633),s=n(450);t.exports=function(t){return new Promise((function(e,f){var l=t.data,p=t.headers;r.isFormData(l)&&delete p["Content-Type"];var d=new XMLHttpRequest;if(t.auth){var v=t.auth.username||"",h=t.auth.password||"";p.Authorization="Basic "+btoa(v+":"+h)}var y=a(t.baseURL,t.url);if(d.open(t.method.toUpperCase(),i(y,t.params,t.paramsSerializer),!0),d.timeout=t.timeout,d.onreadystatechange=function(){if(d&&4===d.readyState&&(0!==d.status||d.responseURL&&0===d.responseURL.indexOf("file:"))){var n="getAllResponseHeaders"in d?u(d.getAllResponseHeaders()):null,r={data:t.responseType&&"text"!==t.responseType?d.response:d.responseText,status:d.status,statusText:d.statusText,headers:n,config:t,request:d};o(e,f,r),d=null}},d.onabort=function(){d&&(f(s("Request aborted",t,"ECONNABORTED",d)),d=null)},d.onerror=function(){f(s("Network Error",t,null,d)),d=null},d.ontimeout=function(){var e="timeout of "+t.timeout+"ms exceeded";t.timeoutErrorMessage&&(e=t.timeoutErrorMessage),f(s(e,t,"ECONNABORTED",d)),d=null},r.isStandardBrowserEnv()){var m=n(634),g=(t.withCredentials||c(y))&&t.xsrfCookieName?m.read(t.xsrfCookieName):void 0;g&&(p[t.xsrfHeaderName]=g)}if("setRequestHeader"in d&&r.forEach(p,(function(t,e){void 0===l&&"content-type"===e.toLowerCase()?delete p[e]:d.setRequestHeader(e,t)})),r.isUndefined(t.withCredentials)||(d.withCredentials=!!t.withCredentials),t.responseType)try{d.responseType=t.responseType}catch(e){if("json"!==t.responseType)throw e}"function"==typeof t.onDownloadProgress&&d.addEventListener("progress",t.onDownloadProgress),"function"==typeof t.onUploadProgress&&d.upload&&d.upload.addEventListener("progress",t.onUploadProgress),t.cancelToken&&t.cancelToken.promise.then((function(t){d&&(d.abort(),f(t),d=null)})),void 0===l&&(l=null),d.send(l)}))}},function(t,e,n){"use strict";var r=n(628);t.exports=function(t,e,n,o,i){var a=new Error(t);return r(a,e,n,o,i)}},function(t,e,n){"use strict";var r=n(19);t.exports=function(t,e){e=e||{};var n={},o=["url","method","params","data"],i=["headers","auth","proxy"],a=["baseURL","url","transformRequest","transformResponse","paramsSerializer","timeout","withCredentials","adapter","responseType","xsrfCookieName","xsrfHeaderName","onUploadProgress","onDownloadProgress","maxContentLength","validateStatus","maxRedirects","httpAgent","httpsAgent","cancelToken","socketPath"];r.forEach(o,(function(t){void 0!==e[t]&&(n[t]=e[t])})),r.forEach(i,(function(o){r.isObject(e[o])?n[o]=r.deepMerge(t[o],e[o]):void 0!==e[o]?n[o]=e[o]:r.isObject(t[o])?n[o]=r.deepMerge(t[o]):void 0!==t[o]&&(n[o]=t[o])})),r.forEach(a,(function(r){void 0!==e[r]?n[r]=e[r]:void 0!==t[r]&&(n[r]=t[r])}));var u=o.concat(i).concat(a),c=Object.keys(e).filter((function(t){return-1===u.indexOf(t)}));return r.forEach(c,(function(r){void 0!==e[r]?n[r]=e[r]:void 0!==t[r]&&(n[r]=t[r])})),n}},function(t,e,n){"use strict";function r(t){this.message=t}r.prototype.toString=function(){return"Cancel"+(this.message?": "+this.message:"")},r.prototype.__CANCEL__=!0,t.exports=r},function(t,e,n){var r=n(97),o=n(640),i=n(454),a=n(200),u=n(458),c=n(56),s=n(459),f=Object.getOwnPropertyDescriptor;e.f=r?f:function(t,e){if(t=a(t),e=u(e,!0),s)try{return f(t,e)}catch(t){}if(c(t,e))return i(!o.f.call(t,e),t[e])}},function(t,e){t.exports=function(t,e){return{enumerable:!(1&t),configurable:!(2&t),writable:!(4&t),value:e}}},function(t,e,n){var r=n(55),o=n(456),i="".split;t.exports=r((function(){return!Object("z").propertyIsEnumerable(0)}))?function(t){return"String"==o(t)?i.call(t,""):Object(t)}:Object},function(t,e){var n={}.toString;t.exports=function(t){return n.call(t).slice(8,-1)}},function(t,e){t.exports=function(t){if(null==t)throw TypeError("Can't call method on "+t);return t}},function(t,e,n){var r=n(98);t.exports=function(t,e){if(!r(t))return t;var n,o;if(e&&"function"==typeof(n=t.toString)&&!r(o=n.call(t)))return o;if("function"==typeof(n=t.valueOf)&&!r(o=n.call(t)))return o;if(!e&&"function"==typeof(n=t.toString)&&!r(o=n.call(t)))return o;throw TypeError("Can't convert object to primitive value")}},function(t,e,n){var r=n(97),o=n(55),i=n(641);t.exports=!r&&!o((function(){return 7!=Object.defineProperty(i("div"),"a",{get:function(){return 7}}).a}))},function(t,e,n){var r=n(97),o=n(459),i=n(461),a=n(458),u=Object.defineProperty;e.f=r?u:function(t,e,n){if(i(t),e=a(e,!0),i(n),o)try{return u(t,e,n)}catch(t){}if("get"in n||"set"in n)throw TypeError("Accessors not supported");return"value"in n&&(t[e]=n.value),t}},function(t,e,n){var r=n(98);t.exports=function(t){if(!r(t))throw TypeError(String(t)+" is not an object");return t}},function(t,e,n){var r=n(463),o=Function.toString;"function"!=typeof r.inspectSource&&(r.inspectSource=function(t){return o.call(t)}),t.exports=r.inspectSource},function(t,e,n){var r=n(28),o=n(201),i=r["__core-js_shared__"]||o("__core-js_shared__",{});t.exports=i},function(t,e,n){var r=n(646),o=n(463);(t.exports=function(t,e){return o[t]||(o[t]=void 0!==e?e:{})})("versions",[]).push({version:"3.6.4",mode:r?"pure":"global",copyright:"© 2020 Denis Pushkarev (zloirock.ru)"})},function(t,e){var n=0,r=Math.random();t.exports=function(t){return"Symbol("+String(void 0===t?"":t)+")_"+(++n+r).toString(36)}},function(t,e){t.exports={}},function(t,e,n){var r=n(468),o=Math.min;t.exports=function(t){return t>0?o(r(t),9007199254740991):0}},function(t,e){var n=Math.ceil,r=Math.floor;t.exports=function(t){return isNaN(t=+t)?0:(t>0?r:n)(t)}},function(t,e,n){var r=n(55);t.exports=!!Object.getOwnPropertySymbols&&!r((function(){return!String(Symbol())}))},,,,,,function(t,e,n){"use strict";n(518),Object.defineProperty(e,"__esModule",{value:!0}),e.loadState=function(t,e){var n=document.querySelector("#initial-state-".concat(t,"-").concat(e));if(null===n)throw new Error("Could not find initial state ".concat(e," of ").concat(t));try{return JSON.parse(atob(n.value))}catch(n){throw new Error("Could not parse initial state ".concat(e," of ").concat(t))}}},,function(t,e,n){"use strict";var r=n(105),o=n(190).indexOf,i=n(490),a=n(491),u=[].indexOf,c=!!u&&1/[1].indexOf(1,-0)<0,s=i("indexOf"),f=a("indexOf",{ACCESSORS:!0,1:0});r({target:"Array",proto:!0,forced:c||!s||!f},{indexOf:function(t){return c?u.apply(this,arguments)||0:o(this,t,arguments.length>1?arguments[1]:void 0)}})},function(t,e,n){var r=n(17),o=n(86),i=r.document,a=o(i)&&o(i.createElement);t.exports=function(t){return a?i.createElement(t):{}}},function(t,e,n){var r,o,i,a=n(480),u=n(17),c=n(86),s=n(53),f=n(30),l=n(481),p=n(188),d=u.WeakMap;if(a){var v=new d,h=v.get,y=v.has,m=v.set;r=function(t,e){return m.call(v,t,e),e},o=function(t){return h.call(v,t)||{}},i=function(t){return y.call(v,t)}}else{var g=l("state");p[g]=!0,r=function(t,e){return s(t,g,e),e},o=function(t){return f(t,g)?t[g]:{}},i=function(t){return f(t,g)}}t.exports={set:r,get:o,has:i,enforce:function(t){return i(t)?o(t):r(t,{})},getterFor:function(t){return function(e){var n;if(!c(e)||(n=o(e)).type!==t)throw TypeError("Incompatible receiver, "+t+" required");return n}}}},function(t,e,n){var r=n(17),o=n(184),i=r.WeakMap;t.exports="function"==typeof i&&/native code/.test(o(i))},function(t,e,n){var r=n(186),o=n(187),i=r("keys");t.exports=function(t){return i[t]||(i[t]=o(t))}},function(t,e){t.exports=!1},function(t,e,n){var r=n(30),o=n(484),i=n(177),a=n(183);t.exports=function(t,e){for(var n=o(e),u=a.f,c=i.f,s=0;s<n.length;s++){var f=n[s];r(t,f)||u(t,f,c(e,f))}}},function(t,e,n){var r=n(485),o=n(487),i=n(193),a=n(54);t.exports=r("Reflect","ownKeys")||function(t){var e=o.f(a(t)),n=i.f;return n?e.concat(n(t)):e}},function(t,e,n){var r=n(486),o=n(17),i=function(t){return"function"==typeof t?t:void 0};t.exports=function(t,e){return arguments.length<2?i(r[t])||i(o[t]):r[t]&&r[t][e]||o[t]&&o[t][e]}},function(t,e,n){var r=n(17);t.exports=r},function(t,e,n){var r=n(189),o=n(192).concat("length","prototype");e.f=Object.getOwnPropertyNames||function(t){return r(t,o)}},function(t,e,n){var r=n(88),o=Math.max,i=Math.min;t.exports=function(t,e){var n=r(t);return n<0?o(n+e,0):i(n,e)}},function(t,e,n){var r=n(13),o=/#|\.prototype\./,i=function(t,e){var n=u[a(t)];return n==s||n!=c&&("function"==typeof e?r(e):!!e)},a=i.normalize=function(t){return String(t).replace(o,".").toLowerCase()},u=i.data={},c=i.NATIVE="N",s=i.POLYFILL="P";t.exports=i},function(t,e,n){"use strict";var r=n(13);t.exports=function(t,e){var n=[][t];return!!n&&r((function(){n.call(null,e||function(){throw 1},1)}))}},function(t,e,n){var r=n(39),o=n(13),i=n(30),a=Object.defineProperty,u={},c=function(t){throw t};t.exports=function(t,e){if(i(u,t))return u[t];e||(e={});var n=[][t],s=!!i(e,"ACCESSORS")&&e.ACCESSORS,f=i(e,0)?e[0]:c,l=i(e,1)?e[1]:void 0;return u[t]=!!n&&!o((function(){if(s&&!r)return!0;var t={length:-1};s?a(t,1,{enumerable:!0,get:c}):t[1]=1,n.call(t,f,l)}))}},function(t,e,n){var r=n(105),o=n(493);r({target:"Object",stat:!0,forced:Object.assign!==o},{assign:o})},function(t,e,n){"use strict";var r=n(39),o=n(13),i=n(494),a=n(193),u=n(178),c=n(194),s=n(180),f=Object.assign,l=Object.defineProperty;t.exports=!f||o((function(){if(r&&1!==f({b:1},f(l({},"a",{enumerable:!0,get:function(){l(this,"b",{value:3,enumerable:!1})}}),{b:2})).b)return!0;var t={},e={},n=Symbol();return t[n]=7,"abcdefghijklmnopqrst".split("").forEach((function(t){e[t]=t})),7!=f({},t)[n]||"abcdefghijklmnopqrst"!=i(f({},e)).join("")}))?function(t,e){for(var n=c(t),o=arguments.length,f=1,l=a.f,p=u.f;o>f;)for(var d,v=s(arguments[f++]),h=l?i(v).concat(l(v)):i(v),y=h.length,m=0;y>m;)d=h[m++],r&&!p.call(v,d)||(n[d]=v[d]);return n}:f},function(t,e,n){var r=n(189),o=n(192);t.exports=Object.keys||function(t){return r(t,o)}},function(t,e,n){var r=n(109),o=n(87),i=n(497);r||o(Object.prototype,"toString",i,{unsafe:!0})},function(t,e,n){var r=n(195);t.exports=r&&!Symbol.sham&&"symbol"==typeof Symbol.iterator},function(t,e,n){"use strict";var r=n(109),o=n(498);t.exports=r?{}.toString:function(){return"[object "+o(this)+"]"}},function(t,e,n){var r=n(109),o=n(107),i=n(110)("toStringTag"),a="Arguments"==o(function(){return arguments}());t.exports=r?o:function(t){var e,n,r;return void 0===t?"Undefined":null===t?"Null":"string"==typeof(n=function(t,e){try{return t[e]}catch(t){}}(e=Object(t),i))?n:a?o(e):"Object"==(r=o(e))&&"function"==typeof e.callee?"Arguments":r}},function(t,e,n){"use strict";var r=n(13);function o(t,e){return RegExp(t,e)}e.UNSUPPORTED_Y=r((function(){var t=o("a","y");return t.lastIndex=2,null!=t.exec("abcd")})),e.BROKEN_CARET=r((function(){var t=o("^r","gy");return t.lastIndex=2,null!=t.exec("str")}))},function(t,e,n){"use strict";var r=n(87),o=n(54),i=n(13),a=n(197),u=RegExp.prototype,c=u.toString,s=i((function(){return"/a/b"!=c.call({source:"a",flags:"b"})})),f="toString"!=c.name;(s||f)&&r(RegExp.prototype,"toString",(function(){var t=o(this),e=String(t.source),n=t.flags;return"/"+e+"/"+String(void 0===n&&t instanceof RegExp&&!("flags"in u)?a.call(t):n)}),{unsafe:!0})},function(t,e,n){"use strict";var r=n(502),o=n(54),i=n(194),a=n(191),u=n(88),c=n(85),s=n(503),f=n(505),l=Math.max,p=Math.min,d=Math.floor,v=/\$([$&'`]|\d\d?|<[^>]*>)/g,h=/\$([$&'`]|\d\d?)/g;r("replace",2,(function(t,e,n,r){var y=r.REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE,m=r.REPLACE_KEEPS_$0,g=y?"$":"$0";return[function(n,r){var o=c(this),i=null==n?void 0:n[t];return void 0!==i?i.call(n,o,r):e.call(String(o),n,r)},function(t,r){if(!y&&m||"string"==typeof r&&-1===r.indexOf(g)){var i=n(e,t,this,r);if(i.done)return i.value}var c=o(t),d=String(this),v="function"==typeof r;v||(r=String(r));var h=c.global;if(h){var x=c.unicode;c.lastIndex=0}for(var E=[];;){var O=f(c,d);if(null===O)break;if(E.push(O),!h)break;""===String(O[0])&&(c.lastIndex=s(d,a(c.lastIndex),x))}for(var w,_="",S=0,A=0;A<E.length;A++){O=E[A];for(var C=String(O[0]),T=l(p(u(O.index),d.length),0),I=[],j=1;j<O.length;j++)I.push(void 0===(w=O[j])?w:String(w));var R=O.groups;if(v){var N=[C].concat(I,T,d);void 0!==R&&N.push(R);var L=String(r.apply(void 0,N))}else L=b(C,d,T,I,R,r);T>=S&&(_+=d.slice(S,T)+L,S=T+C.length)}return _+d.slice(S)}];function b(t,n,r,o,a,u){var c=r+t.length,s=o.length,f=h;return void 0!==a&&(a=i(a),f=v),e.call(u,f,(function(e,i){var u;switch(i.charAt(0)){case"$":return"$";case"&":return t;case"`":return n.slice(0,r);case"'":return n.slice(c);case"<":u=a[i.slice(1,-1)];break;default:var f=+i;if(0===f)return e;if(f>s){var l=d(f/10);return 0===l?e:l<=s?void 0===o[l-1]?i.charAt(1):o[l-1]+i.charAt(1):e}u=o[f-1]}return void 0===u?"":u}))}}))},function(t,e,n){"use strict";n(196);var r=n(87),o=n(13),i=n(110),a=n(111),u=n(53),c=i("species"),s=!o((function(){var t=/./;return t.exec=function(){var t=[];return t.groups={a:"7"},t},"7"!=="".replace(t,"$<a>")})),f="$0"==="a".replace(/./,"$0"),l=i("replace"),p=!!/./[l]&&""===/./[l]("a","$0"),d=!o((function(){var t=/(?:)/,e=t.exec;t.exec=function(){return e.apply(this,arguments)};var n="ab".split(t);return 2!==n.length||"a"!==n[0]||"b"!==n[1]}));t.exports=function(t,e,n,l){var v=i(t),h=!o((function(){var e={};return e[v]=function(){return 7},7!=""[t](e)})),y=h&&!o((function(){var e=!1,n=/a/;return"split"===t&&((n={}).constructor={},n.constructor[c]=function(){return n},n.flags="",n[v]=/./[v]),n.exec=function(){return e=!0,null},n[v](""),!e}));if(!h||!y||"replace"===t&&(!s||!f||p)||"split"===t&&!d){var m=/./[v],g=n(v,""[t],(function(t,e,n,r,o){return e.exec===a?h&&!o?{done:!0,value:m.call(e,n,r)}:{done:!0,value:t.call(n,e,r)}:{done:!1}}),{REPLACE_KEEPS_$0:f,REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE:p}),b=g[0],x=g[1];r(String.prototype,t,b),r(RegExp.prototype,v,2==e?function(t,e){return x.call(t,this,e)}:function(t){return x.call(t,this)})}l&&u(RegExp.prototype[v],"sham",!0)}},function(t,e,n){"use strict";var r=n(504).charAt;t.exports=function(t,e,n){return e+(n?r(t,e).length:1)}},function(t,e,n){var r=n(88),o=n(85),i=function(t){return function(e,n){var i,a,u=String(o(e)),c=r(n),s=u.length;return c<0||c>=s?t?"":void 0:(i=u.charCodeAt(c))<55296||i>56319||c+1===s||(a=u.charCodeAt(c+1))<56320||a>57343?t?u.charAt(c):i:t?u.slice(c,c+2):a-56320+(i-55296<<10)+65536}};t.exports={codeAt:i(!1),charAt:i(!0)}},function(t,e,n){var r=n(107),o=n(111);t.exports=function(t,e){var n=t.exec;if("function"==typeof n){var i=n.call(t,e);if("object"!=typeof i)throw TypeError("RegExp exec method returned something other than an Object or null");return i}if("RegExp"!==r(t))throw TypeError("RegExp#exec called on incompatible receiver");return o.call(t,e)}},,,,,,,function(t,e,n){"use strict";(function(t,n){
+!function(t){var e={};function n(r){if(e[r])return e[r].exports;var o=e[r]={i:r,l:!1,exports:{}};return t[r].call(o.exports,o,o.exports,n),o.l=!0,o.exports}n.m=t,n.c=e,n.d=function(t,e,r){n.o(t,e)||Object.defineProperty(t,e,{enumerable:!0,get:r})},n.r=function(t){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})},n.t=function(t,e){if(1&e&&(t=n(t)),8&e)return t;if(4&e&&"object"==typeof t&&t&&t.__esModule)return t;var r=Object.create(null);if(n.r(r),Object.defineProperty(r,"default",{enumerable:!0,value:t}),2&e&&"string"!=typeof t)for(var o in t)n.d(r,o,function(e){return t[e]}.bind(null,o));return r},n.n=function(t){var e=t&&t.__esModule?function(){return t.default}:function(){return t};return n.d(e,"a",e),e},n.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},n.p="",n(n.s=945)}({10:function(t,e){t.exports=function(t){return"object"==typeof t?null!==t:"function"==typeof t}},100:function(t,e,n){"use strict";n(126),Object.defineProperty(e,"__esModule",{value:!0}),e.loadState=function(t,e,n){var r=document.querySelector("#initial-state-".concat(t,"-").concat(e));if(null===r){if(void 0!==n)return n;throw new Error("Could not find initial state ".concat(e," of ").concat(t))}try{return JSON.parse(atob(r.value))}catch(n){throw new Error("Could not parse initial state ".concat(e," of ").concat(t))}}},102:function(t,e,n){var r=n(5),o=n(10),i=r.document,a=o(i)&&o(i.createElement);t.exports=function(t){return a?i.createElement(t):{}}},103:function(t,e,n){var r=n(32),o=n(65),i=n(74),a=n(8);t.exports=r("Reflect","ownKeys")||function(t){var e=o.f(a(t)),n=i.f;return n?e.concat(n(t)):e}},104:function(t,e,n){var r=n(5);t.exports=r},105:function(t,e,n){var r=n(68),o=n(21),i=n(164);r||o(Object.prototype,"toString",i,{unsafe:!0})},11:function(t,e,n){var r=n(4);t.exports=!r((function(){return 7!=Object.defineProperty({},1,{get:function(){return 7}})[1]}))},110:function(t,e,n){var r=n(13),o=n(103),i=n(29),a=n(19);t.exports=function(t,e){for(var n=o(e),s=a.f,c=i.f,u=0;u<n.length;u++){var f=n[u];r(t,f)||s(t,f,c(e,f))}}},111:function(t,e,n){var r=n(67);t.exports=r&&!Symbol.sham&&"symbol"==typeof Symbol.iterator},118:function(t,e,n){"use strict";n.r(e),function(t,n){
/*!
- * Vue.js v2.6.11
- * (c) 2014-2019 Evan You
+ * Vue.js v2.6.12
+ * (c) 2014-2020 Evan You
* Released under the MIT License.
*/
-var r=Object.freeze({});function o(t){return null==t}function i(t){return null!=t}function a(t){return!0===t}function u(t){return"string"==typeof t||"number"==typeof t||"symbol"==typeof t||"boolean"==typeof t}function c(t){return null!==t&&"object"==typeof t}var s=Object.prototype.toString;function f(t){return"[object Object]"===s.call(t)}function l(t){return"[object RegExp]"===s.call(t)}function p(t){var e=parseFloat(String(t));return e>=0&&Math.floor(e)===e&&isFinite(t)}function d(t){return i(t)&&"function"==typeof t.then&&"function"==typeof t.catch}function v(t){return null==t?"":Array.isArray(t)||f(t)&&t.toString===s?JSON.stringify(t,null,2):String(t)}function h(t){var e=parseFloat(t);return isNaN(e)?t:e}function y(t,e){for(var n=Object.create(null),r=t.split(","),o=0;o<r.length;o++)n[r[o]]=!0;return e?function(t){return n[t.toLowerCase()]}:function(t){return n[t]}}y("slot,component",!0);var m=y("key,ref,slot,slot-scope,is");function g(t,e){if(t.length){var n=t.indexOf(e);if(n>-1)return t.splice(n,1)}}var b=Object.prototype.hasOwnProperty;function x(t,e){return b.call(t,e)}function E(t){var e=Object.create(null);return function(n){return e[n]||(e[n]=t(n))}}var O=/-(\w)/g,w=E((function(t){return t.replace(O,(function(t,e){return e?e.toUpperCase():""}))})),_=E((function(t){return t.charAt(0).toUpperCase()+t.slice(1)})),S=/\B([A-Z])/g,A=E((function(t){return t.replace(S,"-$1").toLowerCase()}));var C=Function.prototype.bind?function(t,e){return t.bind(e)}:function(t,e){function n(n){var r=arguments.length;return r?r>1?t.apply(e,arguments):t.call(e,n):t.call(e)}return n._length=t.length,n};function T(t,e){e=e||0;for(var n=t.length-e,r=new Array(n);n--;)r[n]=t[n+e];return r}function I(t,e){for(var n in e)t[n]=e[n];return t}function j(t){for(var e={},n=0;n<t.length;n++)t[n]&&I(e,t[n]);return e}function R(t,e,n){}var N=function(t,e,n){return!1},L=function(t){return t};function P(t,e){if(t===e)return!0;var n=c(t),r=c(e);if(!n||!r)return!n&&!r&&String(t)===String(e);try{var o=Array.isArray(t),i=Array.isArray(e);if(o&&i)return t.length===e.length&&t.every((function(t,n){return P(t,e[n])}));if(t instanceof Date&&e instanceof Date)return t.getTime()===e.getTime();if(o||i)return!1;var a=Object.keys(t),u=Object.keys(e);return a.length===u.length&&a.every((function(n){return P(t[n],e[n])}))}catch(t){return!1}}function k(t,e){for(var n=0;n<t.length;n++)if(P(t[n],e))return n;return-1}function M(t){var e=!1;return function(){e||(e=!0,t.apply(this,arguments))}}var $=["component","directive","filter"],D=["beforeCreate","created","beforeMount","mounted","beforeUpdate","updated","beforeDestroy","destroyed","activated","deactivated","errorCaptured","serverPrefetch"],F={optionMergeStrategies:Object.create(null),silent:!1,productionTip:!1,devtools:!1,performance:!1,errorHandler:null,warnHandler:null,ignoredElements:[],keyCodes:Object.create(null),isReservedTag:N,isReservedAttr:N,isUnknownElement:N,getTagNamespace:R,parsePlatformTagName:L,mustUseProp:N,async:!0,_lifecycleHooks:D},U=/a-zA-Z\u00B7\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u037D\u037F-\u1FFF\u200C-\u200D\u203F-\u2040\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD/;function B(t,e,n,r){Object.defineProperty(t,e,{value:n,enumerable:!!r,writable:!0,configurable:!0})}var G=new RegExp("[^"+U.source+".$_\\d]");var z,V="__proto__"in{},q="undefined"!=typeof window,X="undefined"!=typeof WXEnvironment&&!!WXEnvironment.platform,H=X&&WXEnvironment.platform.toLowerCase(),W=q&&window.navigator.userAgent.toLowerCase(),K=W&&/msie|trident/.test(W),Y=W&&W.indexOf("msie 9.0")>0,J=W&&W.indexOf("edge/")>0,Z=(W&&W.indexOf("android"),W&&/iphone|ipad|ipod|ios/.test(W)||"ios"===H),Q=(W&&/chrome\/\d+/.test(W),W&&/phantomjs/.test(W),W&&W.match(/firefox\/(\d+)/)),tt={}.watch,et=!1;if(q)try{var nt={};Object.defineProperty(nt,"passive",{get:function(){et=!0}}),window.addEventListener("test-passive",null,nt)}catch(t){}var rt=function(){return void 0===z&&(z=!q&&!X&&void 0!==t&&(t.process&&"server"===t.process.env.VUE_ENV)),z},ot=q&&window.__VUE_DEVTOOLS_GLOBAL_HOOK__;function it(t){return"function"==typeof t&&/native code/.test(t.toString())}var at,ut="undefined"!=typeof Symbol&&it(Symbol)&&"undefined"!=typeof Reflect&&it(Reflect.ownKeys);at="undefined"!=typeof Set&&it(Set)?Set:function(){function t(){this.set=Object.create(null)}return t.prototype.has=function(t){return!0===this.set[t]},t.prototype.add=function(t){this.set[t]=!0},t.prototype.clear=function(){this.set=Object.create(null)},t}();var ct=R,st=0,ft=function(){this.id=st++,this.subs=[]};ft.prototype.addSub=function(t){this.subs.push(t)},ft.prototype.removeSub=function(t){g(this.subs,t)},ft.prototype.depend=function(){ft.target&&ft.target.addDep(this)},ft.prototype.notify=function(){var t=this.subs.slice();for(var e=0,n=t.length;e<n;e++)t[e].update()},ft.target=null;var lt=[];function pt(t){lt.push(t),ft.target=t}function dt(){lt.pop(),ft.target=lt[lt.length-1]}var vt=function(t,e,n,r,o,i,a,u){this.tag=t,this.data=e,this.children=n,this.text=r,this.elm=o,this.ns=void 0,this.context=i,this.fnContext=void 0,this.fnOptions=void 0,this.fnScopeId=void 0,this.key=e&&e.key,this.componentOptions=a,this.componentInstance=void 0,this.parent=void 0,this.raw=!1,this.isStatic=!1,this.isRootInsert=!0,this.isComment=!1,this.isCloned=!1,this.isOnce=!1,this.asyncFactory=u,this.asyncMeta=void 0,this.isAsyncPlaceholder=!1},ht={child:{configurable:!0}};ht.child.get=function(){return this.componentInstance},Object.defineProperties(vt.prototype,ht);var yt=function(t){void 0===t&&(t="");var e=new vt;return e.text=t,e.isComment=!0,e};function mt(t){return new vt(void 0,void 0,void 0,String(t))}function gt(t){var e=new vt(t.tag,t.data,t.children&&t.children.slice(),t.text,t.elm,t.context,t.componentOptions,t.asyncFactory);return e.ns=t.ns,e.isStatic=t.isStatic,e.key=t.key,e.isComment=t.isComment,e.fnContext=t.fnContext,e.fnOptions=t.fnOptions,e.fnScopeId=t.fnScopeId,e.asyncMeta=t.asyncMeta,e.isCloned=!0,e}var bt=Array.prototype,xt=Object.create(bt);["push","pop","shift","unshift","splice","sort","reverse"].forEach((function(t){var e=bt[t];B(xt,t,(function(){for(var n=[],r=arguments.length;r--;)n[r]=arguments[r];var o,i=e.apply(this,n),a=this.__ob__;switch(t){case"push":case"unshift":o=n;break;case"splice":o=n.slice(2)}return o&&a.observeArray(o),a.dep.notify(),i}))}));var Et=Object.getOwnPropertyNames(xt),Ot=!0;function wt(t){Ot=t}var _t=function(t){this.value=t,this.dep=new ft,this.vmCount=0,B(t,"__ob__",this),Array.isArray(t)?(V?function(t,e){t.__proto__=e}(t,xt):function(t,e,n){for(var r=0,o=n.length;r<o;r++){var i=n[r];B(t,i,e[i])}}(t,xt,Et),this.observeArray(t)):this.walk(t)};function St(t,e){var n;if(c(t)&&!(t instanceof vt))return x(t,"__ob__")&&t.__ob__ instanceof _t?n=t.__ob__:Ot&&!rt()&&(Array.isArray(t)||f(t))&&Object.isExtensible(t)&&!t._isVue&&(n=new _t(t)),e&&n&&n.vmCount++,n}function At(t,e,n,r,o){var i=new ft,a=Object.getOwnPropertyDescriptor(t,e);if(!a||!1!==a.configurable){var u=a&&a.get,c=a&&a.set;u&&!c||2!==arguments.length||(n=t[e]);var s=!o&&St(n);Object.defineProperty(t,e,{enumerable:!0,configurable:!0,get:function(){var e=u?u.call(t):n;return ft.target&&(i.depend(),s&&(s.dep.depend(),Array.isArray(e)&&It(e))),e},set:function(e){var r=u?u.call(t):n;e===r||e!=e&&r!=r||u&&!c||(c?c.call(t,e):n=e,s=!o&&St(e),i.notify())}})}}function Ct(t,e,n){if(Array.isArray(t)&&p(e))return t.length=Math.max(t.length,e),t.splice(e,1,n),n;if(e in t&&!(e in Object.prototype))return t[e]=n,n;var r=t.__ob__;return t._isVue||r&&r.vmCount?n:r?(At(r.value,e,n),r.dep.notify(),n):(t[e]=n,n)}function Tt(t,e){if(Array.isArray(t)&&p(e))t.splice(e,1);else{var n=t.__ob__;t._isVue||n&&n.vmCount||x(t,e)&&(delete t[e],n&&n.dep.notify())}}function It(t){for(var e=void 0,n=0,r=t.length;n<r;n++)(e=t[n])&&e.__ob__&&e.__ob__.dep.depend(),Array.isArray(e)&&It(e)}_t.prototype.walk=function(t){for(var e=Object.keys(t),n=0;n<e.length;n++)At(t,e[n])},_t.prototype.observeArray=function(t){for(var e=0,n=t.length;e<n;e++)St(t[e])};var jt=F.optionMergeStrategies;function Rt(t,e){if(!e)return t;for(var n,r,o,i=ut?Reflect.ownKeys(e):Object.keys(e),a=0;a<i.length;a++)"__ob__"!==(n=i[a])&&(r=t[n],o=e[n],x(t,n)?r!==o&&f(r)&&f(o)&&Rt(r,o):Ct(t,n,o));return t}function Nt(t,e,n){return n?function(){var r="function"==typeof e?e.call(n,n):e,o="function"==typeof t?t.call(n,n):t;return r?Rt(r,o):o}:e?t?function(){return Rt("function"==typeof e?e.call(this,this):e,"function"==typeof t?t.call(this,this):t)}:e:t}function Lt(t,e){var n=e?t?t.concat(e):Array.isArray(e)?e:[e]:t;return n?function(t){for(var e=[],n=0;n<t.length;n++)-1===e.indexOf(t[n])&&e.push(t[n]);return e}(n):n}function Pt(t,e,n,r){var o=Object.create(t||null);return e?I(o,e):o}jt.data=function(t,e,n){return n?Nt(t,e,n):e&&"function"!=typeof e?t:Nt(t,e)},D.forEach((function(t){jt[t]=Lt})),$.forEach((function(t){jt[t+"s"]=Pt})),jt.watch=function(t,e,n,r){if(t===tt&&(t=void 0),e===tt&&(e=void 0),!e)return Object.create(t||null);if(!t)return e;var o={};for(var i in I(o,t),e){var a=o[i],u=e[i];a&&!Array.isArray(a)&&(a=[a]),o[i]=a?a.concat(u):Array.isArray(u)?u:[u]}return o},jt.props=jt.methods=jt.inject=jt.computed=function(t,e,n,r){if(!t)return e;var o=Object.create(null);return I(o,t),e&&I(o,e),o},jt.provide=Nt;var kt=function(t,e){return void 0===e?t:e};function Mt(t,e,n){if("function"==typeof e&&(e=e.options),function(t,e){var n=t.props;if(n){var r,o,i={};if(Array.isArray(n))for(r=n.length;r--;)"string"==typeof(o=n[r])&&(i[w(o)]={type:null});else if(f(n))for(var a in n)o=n[a],i[w(a)]=f(o)?o:{type:o};else 0;t.props=i}}(e),function(t,e){var n=t.inject;if(n){var r=t.inject={};if(Array.isArray(n))for(var o=0;o<n.length;o++)r[n[o]]={from:n[o]};else if(f(n))for(var i in n){var a=n[i];r[i]=f(a)?I({from:i},a):{from:a}}else 0}}(e),function(t){var e=t.directives;if(e)for(var n in e){var r=e[n];"function"==typeof r&&(e[n]={bind:r,update:r})}}(e),!e._base&&(e.extends&&(t=Mt(t,e.extends,n)),e.mixins))for(var r=0,o=e.mixins.length;r<o;r++)t=Mt(t,e.mixins[r],n);var i,a={};for(i in t)u(i);for(i in e)x(t,i)||u(i);function u(r){var o=jt[r]||kt;a[r]=o(t[r],e[r],n,r)}return a}function $t(t,e,n,r){if("string"==typeof n){var o=t[e];if(x(o,n))return o[n];var i=w(n);if(x(o,i))return o[i];var a=_(i);return x(o,a)?o[a]:o[n]||o[i]||o[a]}}function Dt(t,e,n,r){var o=e[t],i=!x(n,t),a=n[t],u=Bt(Boolean,o.type);if(u>-1)if(i&&!x(o,"default"))a=!1;else if(""===a||a===A(t)){var c=Bt(String,o.type);(c<0||u<c)&&(a=!0)}if(void 0===a){a=function(t,e,n){if(!x(e,"default"))return;var r=e.default;0;if(t&&t.$options.propsData&&void 0===t.$options.propsData[n]&&void 0!==t._props[n])return t._props[n];return"function"==typeof r&&"Function"!==Ft(e.type)?r.call(t):r}(r,o,t);var s=Ot;wt(!0),St(a),wt(s)}return a}function Ft(t){var e=t&&t.toString().match(/^\s*function (\w+)/);return e?e[1]:""}function Ut(t,e){return Ft(t)===Ft(e)}function Bt(t,e){if(!Array.isArray(e))return Ut(e,t)?0:-1;for(var n=0,r=e.length;n<r;n++)if(Ut(e[n],t))return n;return-1}function Gt(t,e,n){pt();try{if(e)for(var r=e;r=r.$parent;){var o=r.$options.errorCaptured;if(o)for(var i=0;i<o.length;i++)try{if(!1===o[i].call(r,t,e,n))return}catch(t){Vt(t,r,"errorCaptured hook")}}Vt(t,e,n)}finally{dt()}}function zt(t,e,n,r,o){var i;try{(i=n?t.apply(e,n):t.call(e))&&!i._isVue&&d(i)&&!i._handled&&(i.catch((function(t){return Gt(t,r,o+" (Promise/async)")})),i._handled=!0)}catch(t){Gt(t,r,o)}return i}function Vt(t,e,n){if(F.errorHandler)try{return F.errorHandler.call(null,t,e,n)}catch(e){e!==t&&qt(e,null,"config.errorHandler")}qt(t,e,n)}function qt(t,e,n){if(!q&&!X||"undefined"==typeof console)throw t;console.error(t)}var Xt,Ht=!1,Wt=[],Kt=!1;function Yt(){Kt=!1;var t=Wt.slice(0);Wt.length=0;for(var e=0;e<t.length;e++)t[e]()}if("undefined"!=typeof Promise&&it(Promise)){var Jt=Promise.resolve();Xt=function(){Jt.then(Yt),Z&&setTimeout(R)},Ht=!0}else if(K||"undefined"==typeof MutationObserver||!it(MutationObserver)&&"[object MutationObserverConstructor]"!==MutationObserver.toString())Xt=void 0!==n&&it(n)?function(){n(Yt)}:function(){setTimeout(Yt,0)};else{var Zt=1,Qt=new MutationObserver(Yt),te=document.createTextNode(String(Zt));Qt.observe(te,{characterData:!0}),Xt=function(){Zt=(Zt+1)%2,te.data=String(Zt)},Ht=!0}function ee(t,e){var n;if(Wt.push((function(){if(t)try{t.call(e)}catch(t){Gt(t,e,"nextTick")}else n&&n(e)})),Kt||(Kt=!0,Xt()),!t&&"undefined"!=typeof Promise)return new Promise((function(t){n=t}))}var ne=new at;function re(t){!function t(e,n){var r,o,i=Array.isArray(e);if(!i&&!c(e)||Object.isFrozen(e)||e instanceof vt)return;if(e.__ob__){var a=e.__ob__.dep.id;if(n.has(a))return;n.add(a)}if(i)for(r=e.length;r--;)t(e[r],n);else for(o=Object.keys(e),r=o.length;r--;)t(e[o[r]],n)}(t,ne),ne.clear()}var oe=E((function(t){var e="&"===t.charAt(0),n="~"===(t=e?t.slice(1):t).charAt(0),r="!"===(t=n?t.slice(1):t).charAt(0);return{name:t=r?t.slice(1):t,once:n,capture:r,passive:e}}));function ie(t,e){function n(){var t=arguments,r=n.fns;if(!Array.isArray(r))return zt(r,null,arguments,e,"v-on handler");for(var o=r.slice(),i=0;i<o.length;i++)zt(o[i],null,t,e,"v-on handler")}return n.fns=t,n}function ae(t,e,n,r,i,u){var c,s,f,l;for(c in t)s=t[c],f=e[c],l=oe(c),o(s)||(o(f)?(o(s.fns)&&(s=t[c]=ie(s,u)),a(l.once)&&(s=t[c]=i(l.name,s,l.capture)),n(l.name,s,l.capture,l.passive,l.params)):s!==f&&(f.fns=s,t[c]=f));for(c in e)o(t[c])&&r((l=oe(c)).name,e[c],l.capture)}function ue(t,e,n){var r;t instanceof vt&&(t=t.data.hook||(t.data.hook={}));var u=t[e];function c(){n.apply(this,arguments),g(r.fns,c)}o(u)?r=ie([c]):i(u.fns)&&a(u.merged)?(r=u).fns.push(c):r=ie([u,c]),r.merged=!0,t[e]=r}function ce(t,e,n,r,o){if(i(e)){if(x(e,n))return t[n]=e[n],o||delete e[n],!0;if(x(e,r))return t[n]=e[r],o||delete e[r],!0}return!1}function se(t){return u(t)?[mt(t)]:Array.isArray(t)?function t(e,n){var r,c,s,f,l=[];for(r=0;r<e.length;r++)o(c=e[r])||"boolean"==typeof c||(s=l.length-1,f=l[s],Array.isArray(c)?c.length>0&&(fe((c=t(c,(n||"")+"_"+r))[0])&&fe(f)&&(l[s]=mt(f.text+c[0].text),c.shift()),l.push.apply(l,c)):u(c)?fe(f)?l[s]=mt(f.text+c):""!==c&&l.push(mt(c)):fe(c)&&fe(f)?l[s]=mt(f.text+c.text):(a(e._isVList)&&i(c.tag)&&o(c.key)&&i(n)&&(c.key="__vlist"+n+"_"+r+"__"),l.push(c)));return l}(t):void 0}function fe(t){return i(t)&&i(t.text)&&!1===t.isComment}function le(t,e){if(t){for(var n=Object.create(null),r=ut?Reflect.ownKeys(t):Object.keys(t),o=0;o<r.length;o++){var i=r[o];if("__ob__"!==i){for(var a=t[i].from,u=e;u;){if(u._provided&&x(u._provided,a)){n[i]=u._provided[a];break}u=u.$parent}if(!u)if("default"in t[i]){var c=t[i].default;n[i]="function"==typeof c?c.call(e):c}else 0}}return n}}function pe(t,e){if(!t||!t.length)return{};for(var n={},r=0,o=t.length;r<o;r++){var i=t[r],a=i.data;if(a&&a.attrs&&a.attrs.slot&&delete a.attrs.slot,i.context!==e&&i.fnContext!==e||!a||null==a.slot)(n.default||(n.default=[])).push(i);else{var u=a.slot,c=n[u]||(n[u]=[]);"template"===i.tag?c.push.apply(c,i.children||[]):c.push(i)}}for(var s in n)n[s].every(de)&&delete n[s];return n}function de(t){return t.isComment&&!t.asyncFactory||" "===t.text}function ve(t,e,n){var o,i=Object.keys(e).length>0,a=t?!!t.$stable:!i,u=t&&t.$key;if(t){if(t._normalized)return t._normalized;if(a&&n&&n!==r&&u===n.$key&&!i&&!n.$hasNormal)return n;for(var c in o={},t)t[c]&&"$"!==c[0]&&(o[c]=he(e,c,t[c]))}else o={};for(var s in e)s in o||(o[s]=ye(e,s));return t&&Object.isExtensible(t)&&(t._normalized=o),B(o,"$stable",a),B(o,"$key",u),B(o,"$hasNormal",i),o}function he(t,e,n){var r=function(){var t=arguments.length?n.apply(null,arguments):n({});return(t=t&&"object"==typeof t&&!Array.isArray(t)?[t]:se(t))&&(0===t.length||1===t.length&&t[0].isComment)?void 0:t};return n.proxy&&Object.defineProperty(t,e,{get:r,enumerable:!0,configurable:!0}),r}function ye(t,e){return function(){return t[e]}}function me(t,e){var n,r,o,a,u;if(Array.isArray(t)||"string"==typeof t)for(n=new Array(t.length),r=0,o=t.length;r<o;r++)n[r]=e(t[r],r);else if("number"==typeof t)for(n=new Array(t),r=0;r<t;r++)n[r]=e(r+1,r);else if(c(t))if(ut&&t[Symbol.iterator]){n=[];for(var s=t[Symbol.iterator](),f=s.next();!f.done;)n.push(e(f.value,n.length)),f=s.next()}else for(a=Object.keys(t),n=new Array(a.length),r=0,o=a.length;r<o;r++)u=a[r],n[r]=e(t[u],u,r);return i(n)||(n=[]),n._isVList=!0,n}function ge(t,e,n,r){var o,i=this.$scopedSlots[t];i?(n=n||{},r&&(n=I(I({},r),n)),o=i(n)||e):o=this.$slots[t]||e;var a=n&&n.slot;return a?this.$createElement("template",{slot:a},o):o}function be(t){return $t(this.$options,"filters",t)||L}function xe(t,e){return Array.isArray(t)?-1===t.indexOf(e):t!==e}function Ee(t,e,n,r,o){var i=F.keyCodes[e]||n;return o&&r&&!F.keyCodes[e]?xe(o,r):i?xe(i,t):r?A(r)!==e:void 0}function Oe(t,e,n,r,o){if(n)if(c(n)){var i;Array.isArray(n)&&(n=j(n));var a=function(a){if("class"===a||"style"===a||m(a))i=t;else{var u=t.attrs&&t.attrs.type;i=r||F.mustUseProp(e,u,a)?t.domProps||(t.domProps={}):t.attrs||(t.attrs={})}var c=w(a),s=A(a);c in i||s in i||(i[a]=n[a],o&&((t.on||(t.on={}))["update:"+a]=function(t){n[a]=t}))};for(var u in n)a(u)}else;return t}function we(t,e){var n=this._staticTrees||(this._staticTrees=[]),r=n[t];return r&&!e||Se(r=n[t]=this.$options.staticRenderFns[t].call(this._renderProxy,null,this),"__static__"+t,!1),r}function _e(t,e,n){return Se(t,"__once__"+e+(n?"_"+n:""),!0),t}function Se(t,e,n){if(Array.isArray(t))for(var r=0;r<t.length;r++)t[r]&&"string"!=typeof t[r]&&Ae(t[r],e+"_"+r,n);else Ae(t,e,n)}function Ae(t,e,n){t.isStatic=!0,t.key=e,t.isOnce=n}function Ce(t,e){if(e)if(f(e)){var n=t.on=t.on?I({},t.on):{};for(var r in e){var o=n[r],i=e[r];n[r]=o?[].concat(o,i):i}}else;return t}function Te(t,e,n,r){e=e||{$stable:!n};for(var o=0;o<t.length;o++){var i=t[o];Array.isArray(i)?Te(i,e,n):i&&(i.proxy&&(i.fn.proxy=!0),e[i.key]=i.fn)}return r&&(e.$key=r),e}function Ie(t,e){for(var n=0;n<e.length;n+=2){var r=e[n];"string"==typeof r&&r&&(t[e[n]]=e[n+1])}return t}function je(t,e){return"string"==typeof t?e+t:t}function Re(t){t._o=_e,t._n=h,t._s=v,t._l=me,t._t=ge,t._q=P,t._i=k,t._m=we,t._f=be,t._k=Ee,t._b=Oe,t._v=mt,t._e=yt,t._u=Te,t._g=Ce,t._d=Ie,t._p=je}function Ne(t,e,n,o,i){var u,c=this,s=i.options;x(o,"_uid")?(u=Object.create(o))._original=o:(u=o,o=o._original);var f=a(s._compiled),l=!f;this.data=t,this.props=e,this.children=n,this.parent=o,this.listeners=t.on||r,this.injections=le(s.inject,o),this.slots=function(){return c.$slots||ve(t.scopedSlots,c.$slots=pe(n,o)),c.$slots},Object.defineProperty(this,"scopedSlots",{enumerable:!0,get:function(){return ve(t.scopedSlots,this.slots())}}),f&&(this.$options=s,this.$slots=this.slots(),this.$scopedSlots=ve(t.scopedSlots,this.$slots)),s._scopeId?this._c=function(t,e,n,r){var i=Fe(u,t,e,n,r,l);return i&&!Array.isArray(i)&&(i.fnScopeId=s._scopeId,i.fnContext=o),i}:this._c=function(t,e,n,r){return Fe(u,t,e,n,r,l)}}function Le(t,e,n,r,o){var i=gt(t);return i.fnContext=n,i.fnOptions=r,e.slot&&((i.data||(i.data={})).slot=e.slot),i}function Pe(t,e){for(var n in e)t[w(n)]=e[n]}Re(Ne.prototype);var ke={init:function(t,e){if(t.componentInstance&&!t.componentInstance._isDestroyed&&t.data.keepAlive){var n=t;ke.prepatch(n,n)}else{(t.componentInstance=function(t,e){var n={_isComponent:!0,_parentVnode:t,parent:e},r=t.data.inlineTemplate;i(r)&&(n.render=r.render,n.staticRenderFns=r.staticRenderFns);return new t.componentOptions.Ctor(n)}(t,Ke)).$mount(e?t.elm:void 0,e)}},prepatch:function(t,e){var n=e.componentOptions;!function(t,e,n,o,i){0;var a=o.data.scopedSlots,u=t.$scopedSlots,c=!!(a&&!a.$stable||u!==r&&!u.$stable||a&&t.$scopedSlots.$key!==a.$key),s=!!(i||t.$options._renderChildren||c);t.$options._parentVnode=o,t.$vnode=o,t._vnode&&(t._vnode.parent=o);if(t.$options._renderChildren=i,t.$attrs=o.data.attrs||r,t.$listeners=n||r,e&&t.$options.props){wt(!1);for(var f=t._props,l=t.$options._propKeys||[],p=0;p<l.length;p++){var d=l[p],v=t.$options.props;f[d]=Dt(d,v,e,t)}wt(!0),t.$options.propsData=e}n=n||r;var h=t.$options._parentListeners;t.$options._parentListeners=n,We(t,n,h),s&&(t.$slots=pe(i,o.context),t.$forceUpdate());0}(e.componentInstance=t.componentInstance,n.propsData,n.listeners,e,n.children)},insert:function(t){var e,n=t.context,r=t.componentInstance;r._isMounted||(r._isMounted=!0,Qe(r,"mounted")),t.data.keepAlive&&(n._isMounted?((e=r)._inactive=!1,en.push(e)):Ze(r,!0))},destroy:function(t){var e=t.componentInstance;e._isDestroyed||(t.data.keepAlive?function t(e,n){if(n&&(e._directInactive=!0,Je(e)))return;if(!e._inactive){e._inactive=!0;for(var r=0;r<e.$children.length;r++)t(e.$children[r]);Qe(e,"deactivated")}}(e,!0):e.$destroy())}},Me=Object.keys(ke);function $e(t,e,n,u,s){if(!o(t)){var f=n.$options._base;if(c(t)&&(t=f.extend(t)),"function"==typeof t){var l;if(o(t.cid)&&void 0===(t=function(t,e){if(a(t.error)&&i(t.errorComp))return t.errorComp;if(i(t.resolved))return t.resolved;var n=Be;n&&i(t.owners)&&-1===t.owners.indexOf(n)&&t.owners.push(n);if(a(t.loading)&&i(t.loadingComp))return t.loadingComp;if(n&&!i(t.owners)){var r=t.owners=[n],u=!0,s=null,f=null;n.$on("hook:destroyed",(function(){return g(r,n)}));var l=function(t){for(var e=0,n=r.length;e<n;e++)r[e].$forceUpdate();t&&(r.length=0,null!==s&&(clearTimeout(s),s=null),null!==f&&(clearTimeout(f),f=null))},p=M((function(n){t.resolved=Ge(n,e),u?r.length=0:l(!0)})),v=M((function(e){i(t.errorComp)&&(t.error=!0,l(!0))})),h=t(p,v);return c(h)&&(d(h)?o(t.resolved)&&h.then(p,v):d(h.component)&&(h.component.then(p,v),i(h.error)&&(t.errorComp=Ge(h.error,e)),i(h.loading)&&(t.loadingComp=Ge(h.loading,e),0===h.delay?t.loading=!0:s=setTimeout((function(){s=null,o(t.resolved)&&o(t.error)&&(t.loading=!0,l(!1))}),h.delay||200)),i(h.timeout)&&(f=setTimeout((function(){f=null,o(t.resolved)&&v(null)}),h.timeout)))),u=!1,t.loading?t.loadingComp:t.resolved}}(l=t,f)))return function(t,e,n,r,o){var i=yt();return i.asyncFactory=t,i.asyncMeta={data:e,context:n,children:r,tag:o},i}(l,e,n,u,s);e=e||{},On(t),i(e.model)&&function(t,e){var n=t.model&&t.model.prop||"value",r=t.model&&t.model.event||"input";(e.attrs||(e.attrs={}))[n]=e.model.value;var o=e.on||(e.on={}),a=o[r],u=e.model.callback;i(a)?(Array.isArray(a)?-1===a.indexOf(u):a!==u)&&(o[r]=[u].concat(a)):o[r]=u}(t.options,e);var p=function(t,e,n){var r=e.options.props;if(!o(r)){var a={},u=t.attrs,c=t.props;if(i(u)||i(c))for(var s in r){var f=A(s);ce(a,c,s,f,!0)||ce(a,u,s,f,!1)}return a}}(e,t);if(a(t.options.functional))return function(t,e,n,o,a){var u=t.options,c={},s=u.props;if(i(s))for(var f in s)c[f]=Dt(f,s,e||r);else i(n.attrs)&&Pe(c,n.attrs),i(n.props)&&Pe(c,n.props);var l=new Ne(n,c,a,o,t),p=u.render.call(null,l._c,l);if(p instanceof vt)return Le(p,n,l.parent,u,l);if(Array.isArray(p)){for(var d=se(p)||[],v=new Array(d.length),h=0;h<d.length;h++)v[h]=Le(d[h],n,l.parent,u,l);return v}}(t,p,e,n,u);var v=e.on;if(e.on=e.nativeOn,a(t.options.abstract)){var h=e.slot;e={},h&&(e.slot=h)}!function(t){for(var e=t.hook||(t.hook={}),n=0;n<Me.length;n++){var r=Me[n],o=e[r],i=ke[r];o===i||o&&o._merged||(e[r]=o?De(i,o):i)}}(e);var y=t.options.name||s;return new vt("vue-component-"+t.cid+(y?"-"+y:""),e,void 0,void 0,void 0,n,{Ctor:t,propsData:p,listeners:v,tag:s,children:u},l)}}}function De(t,e){var n=function(n,r){t(n,r),e(n,r)};return n._merged=!0,n}function Fe(t,e,n,r,s,f){return(Array.isArray(n)||u(n))&&(s=r,r=n,n=void 0),a(f)&&(s=2),function(t,e,n,r,u){if(i(n)&&i(n.__ob__))return yt();i(n)&&i(n.is)&&(e=n.is);if(!e)return yt();0;Array.isArray(r)&&"function"==typeof r[0]&&((n=n||{}).scopedSlots={default:r[0]},r.length=0);2===u?r=se(r):1===u&&(r=function(t){for(var e=0;e<t.length;e++)if(Array.isArray(t[e]))return Array.prototype.concat.apply([],t);return t}(r));var s,f;if("string"==typeof e){var l;f=t.$vnode&&t.$vnode.ns||F.getTagNamespace(e),s=F.isReservedTag(e)?new vt(F.parsePlatformTagName(e),n,r,void 0,void 0,t):n&&n.pre||!i(l=$t(t.$options,"components",e))?new vt(e,n,r,void 0,void 0,t):$e(l,n,t,r,e)}else s=$e(e,n,t,r);return Array.isArray(s)?s:i(s)?(i(f)&&function t(e,n,r){e.ns=n,"foreignObject"===e.tag&&(n=void 0,r=!0);if(i(e.children))for(var u=0,c=e.children.length;u<c;u++){var s=e.children[u];i(s.tag)&&(o(s.ns)||a(r)&&"svg"!==s.tag)&&t(s,n,r)}}(s,f),i(n)&&function(t){c(t.style)&&re(t.style);c(t.class)&&re(t.class)}(n),s):yt()}(t,e,n,r,s)}var Ue,Be=null;function Ge(t,e){return(t.__esModule||ut&&"Module"===t[Symbol.toStringTag])&&(t=t.default),c(t)?e.extend(t):t}function ze(t){return t.isComment&&t.asyncFactory}function Ve(t){if(Array.isArray(t))for(var e=0;e<t.length;e++){var n=t[e];if(i(n)&&(i(n.componentOptions)||ze(n)))return n}}function qe(t,e){Ue.$on(t,e)}function Xe(t,e){Ue.$off(t,e)}function He(t,e){var n=Ue;return function r(){var o=e.apply(null,arguments);null!==o&&n.$off(t,r)}}function We(t,e,n){Ue=t,ae(e,n||{},qe,Xe,He,t),Ue=void 0}var Ke=null;function Ye(t){var e=Ke;return Ke=t,function(){Ke=e}}function Je(t){for(;t&&(t=t.$parent);)if(t._inactive)return!0;return!1}function Ze(t,e){if(e){if(t._directInactive=!1,Je(t))return}else if(t._directInactive)return;if(t._inactive||null===t._inactive){t._inactive=!1;for(var n=0;n<t.$children.length;n++)Ze(t.$children[n]);Qe(t,"activated")}}function Qe(t,e){pt();var n=t.$options[e],r=e+" hook";if(n)for(var o=0,i=n.length;o<i;o++)zt(n[o],t,null,t,r);t._hasHookEvent&&t.$emit("hook:"+e),dt()}var tn=[],en=[],nn={},rn=!1,on=!1,an=0;var un=0,cn=Date.now;if(q&&!K){var sn=window.performance;sn&&"function"==typeof sn.now&&cn()>document.createEvent("Event").timeStamp&&(cn=function(){return sn.now()})}function fn(){var t,e;for(un=cn(),on=!0,tn.sort((function(t,e){return t.id-e.id})),an=0;an<tn.length;an++)(t=tn[an]).before&&t.before(),e=t.id,nn[e]=null,t.run();var n=en.slice(),r=tn.slice();an=tn.length=en.length=0,nn={},rn=on=!1,function(t){for(var e=0;e<t.length;e++)t[e]._inactive=!0,Ze(t[e],!0)}(n),function(t){var e=t.length;for(;e--;){var n=t[e],r=n.vm;r._watcher===n&&r._isMounted&&!r._isDestroyed&&Qe(r,"updated")}}(r),ot&&F.devtools&&ot.emit("flush")}var ln=0,pn=function(t,e,n,r,o){this.vm=t,o&&(t._watcher=this),t._watchers.push(this),r?(this.deep=!!r.deep,this.user=!!r.user,this.lazy=!!r.lazy,this.sync=!!r.sync,this.before=r.before):this.deep=this.user=this.lazy=this.sync=!1,this.cb=n,this.id=++ln,this.active=!0,this.dirty=this.lazy,this.deps=[],this.newDeps=[],this.depIds=new at,this.newDepIds=new at,this.expression="","function"==typeof e?this.getter=e:(this.getter=function(t){if(!G.test(t)){var e=t.split(".");return function(t){for(var n=0;n<e.length;n++){if(!t)return;t=t[e[n]]}return t}}}(e),this.getter||(this.getter=R)),this.value=this.lazy?void 0:this.get()};pn.prototype.get=function(){var t;pt(this);var e=this.vm;try{t=this.getter.call(e,e)}catch(t){if(!this.user)throw t;Gt(t,e,'getter for watcher "'+this.expression+'"')}finally{this.deep&&re(t),dt(),this.cleanupDeps()}return t},pn.prototype.addDep=function(t){var e=t.id;this.newDepIds.has(e)||(this.newDepIds.add(e),this.newDeps.push(t),this.depIds.has(e)||t.addSub(this))},pn.prototype.cleanupDeps=function(){for(var t=this.deps.length;t--;){var e=this.deps[t];this.newDepIds.has(e.id)||e.removeSub(this)}var n=this.depIds;this.depIds=this.newDepIds,this.newDepIds=n,this.newDepIds.clear(),n=this.deps,this.deps=this.newDeps,this.newDeps=n,this.newDeps.length=0},pn.prototype.update=function(){this.lazy?this.dirty=!0:this.sync?this.run():function(t){var e=t.id;if(null==nn[e]){if(nn[e]=!0,on){for(var n=tn.length-1;n>an&&tn[n].id>t.id;)n--;tn.splice(n+1,0,t)}else tn.push(t);rn||(rn=!0,ee(fn))}}(this)},pn.prototype.run=function(){if(this.active){var t=this.get();if(t!==this.value||c(t)||this.deep){var e=this.value;if(this.value=t,this.user)try{this.cb.call(this.vm,t,e)}catch(t){Gt(t,this.vm,'callback for watcher "'+this.expression+'"')}else this.cb.call(this.vm,t,e)}}},pn.prototype.evaluate=function(){this.value=this.get(),this.dirty=!1},pn.prototype.depend=function(){for(var t=this.deps.length;t--;)this.deps[t].depend()},pn.prototype.teardown=function(){if(this.active){this.vm._isBeingDestroyed||g(this.vm._watchers,this);for(var t=this.deps.length;t--;)this.deps[t].removeSub(this);this.active=!1}};var dn={enumerable:!0,configurable:!0,get:R,set:R};function vn(t,e,n){dn.get=function(){return this[e][n]},dn.set=function(t){this[e][n]=t},Object.defineProperty(t,n,dn)}function hn(t){t._watchers=[];var e=t.$options;e.props&&function(t,e){var n=t.$options.propsData||{},r=t._props={},o=t.$options._propKeys=[];t.$parent&&wt(!1);var i=function(i){o.push(i);var a=Dt(i,e,n,t);At(r,i,a),i in t||vn(t,"_props",i)};for(var a in e)i(a);wt(!0)}(t,e.props),e.methods&&function(t,e){t.$options.props;for(var n in e)t[n]="function"!=typeof e[n]?R:C(e[n],t)}(t,e.methods),e.data?function(t){var e=t.$options.data;f(e=t._data="function"==typeof e?function(t,e){pt();try{return t.call(e,e)}catch(t){return Gt(t,e,"data()"),{}}finally{dt()}}(e,t):e||{})||(e={});var n=Object.keys(e),r=t.$options.props,o=(t.$options.methods,n.length);for(;o--;){var i=n[o];0,r&&x(r,i)||(a=void 0,36!==(a=(i+"").charCodeAt(0))&&95!==a&&vn(t,"_data",i))}var a;St(e,!0)}(t):St(t._data={},!0),e.computed&&function(t,e){var n=t._computedWatchers=Object.create(null),r=rt();for(var o in e){var i=e[o],a="function"==typeof i?i:i.get;0,r||(n[o]=new pn(t,a||R,R,yn)),o in t||mn(t,o,i)}}(t,e.computed),e.watch&&e.watch!==tt&&function(t,e){for(var n in e){var r=e[n];if(Array.isArray(r))for(var o=0;o<r.length;o++)xn(t,n,r[o]);else xn(t,n,r)}}(t,e.watch)}var yn={lazy:!0};function mn(t,e,n){var r=!rt();"function"==typeof n?(dn.get=r?gn(e):bn(n),dn.set=R):(dn.get=n.get?r&&!1!==n.cache?gn(e):bn(n.get):R,dn.set=n.set||R),Object.defineProperty(t,e,dn)}function gn(t){return function(){var e=this._computedWatchers&&this._computedWatchers[t];if(e)return e.dirty&&e.evaluate(),ft.target&&e.depend(),e.value}}function bn(t){return function(){return t.call(this,this)}}function xn(t,e,n,r){return f(n)&&(r=n,n=n.handler),"string"==typeof n&&(n=t[n]),t.$watch(e,n,r)}var En=0;function On(t){var e=t.options;if(t.super){var n=On(t.super);if(n!==t.superOptions){t.superOptions=n;var r=function(t){var e,n=t.options,r=t.sealedOptions;for(var o in n)n[o]!==r[o]&&(e||(e={}),e[o]=n[o]);return e}(t);r&&I(t.extendOptions,r),(e=t.options=Mt(n,t.extendOptions)).name&&(e.components[e.name]=t)}}return e}function wn(t){this._init(t)}function _n(t){t.cid=0;var e=1;t.extend=function(t){t=t||{};var n=this,r=n.cid,o=t._Ctor||(t._Ctor={});if(o[r])return o[r];var i=t.name||n.options.name;var a=function(t){this._init(t)};return(a.prototype=Object.create(n.prototype)).constructor=a,a.cid=e++,a.options=Mt(n.options,t),a.super=n,a.options.props&&function(t){var e=t.options.props;for(var n in e)vn(t.prototype,"_props",n)}(a),a.options.computed&&function(t){var e=t.options.computed;for(var n in e)mn(t.prototype,n,e[n])}(a),a.extend=n.extend,a.mixin=n.mixin,a.use=n.use,$.forEach((function(t){a[t]=n[t]})),i&&(a.options.components[i]=a),a.superOptions=n.options,a.extendOptions=t,a.sealedOptions=I({},a.options),o[r]=a,a}}function Sn(t){return t&&(t.Ctor.options.name||t.tag)}function An(t,e){return Array.isArray(t)?t.indexOf(e)>-1:"string"==typeof t?t.split(",").indexOf(e)>-1:!!l(t)&&t.test(e)}function Cn(t,e){var n=t.cache,r=t.keys,o=t._vnode;for(var i in n){var a=n[i];if(a){var u=Sn(a.componentOptions);u&&!e(u)&&Tn(n,i,r,o)}}}function Tn(t,e,n,r){var o=t[e];!o||r&&o.tag===r.tag||o.componentInstance.$destroy(),t[e]=null,g(n,e)}!function(t){t.prototype._init=function(t){var e=this;e._uid=En++,e._isVue=!0,t&&t._isComponent?function(t,e){var n=t.$options=Object.create(t.constructor.options),r=e._parentVnode;n.parent=e.parent,n._parentVnode=r;var o=r.componentOptions;n.propsData=o.propsData,n._parentListeners=o.listeners,n._renderChildren=o.children,n._componentTag=o.tag,e.render&&(n.render=e.render,n.staticRenderFns=e.staticRenderFns)}(e,t):e.$options=Mt(On(e.constructor),t||{},e),e._renderProxy=e,e._self=e,function(t){var e=t.$options,n=e.parent;if(n&&!e.abstract){for(;n.$options.abstract&&n.$parent;)n=n.$parent;n.$children.push(t)}t.$parent=n,t.$root=n?n.$root:t,t.$children=[],t.$refs={},t._watcher=null,t._inactive=null,t._directInactive=!1,t._isMounted=!1,t._isDestroyed=!1,t._isBeingDestroyed=!1}(e),function(t){t._events=Object.create(null),t._hasHookEvent=!1;var e=t.$options._parentListeners;e&&We(t,e)}(e),function(t){t._vnode=null,t._staticTrees=null;var e=t.$options,n=t.$vnode=e._parentVnode,o=n&&n.context;t.$slots=pe(e._renderChildren,o),t.$scopedSlots=r,t._c=function(e,n,r,o){return Fe(t,e,n,r,o,!1)},t.$createElement=function(e,n,r,o){return Fe(t,e,n,r,o,!0)};var i=n&&n.data;At(t,"$attrs",i&&i.attrs||r,null,!0),At(t,"$listeners",e._parentListeners||r,null,!0)}(e),Qe(e,"beforeCreate"),function(t){var e=le(t.$options.inject,t);e&&(wt(!1),Object.keys(e).forEach((function(n){At(t,n,e[n])})),wt(!0))}(e),hn(e),function(t){var e=t.$options.provide;e&&(t._provided="function"==typeof e?e.call(t):e)}(e),Qe(e,"created"),e.$options.el&&e.$mount(e.$options.el)}}(wn),function(t){var e={get:function(){return this._data}},n={get:function(){return this._props}};Object.defineProperty(t.prototype,"$data",e),Object.defineProperty(t.prototype,"$props",n),t.prototype.$set=Ct,t.prototype.$delete=Tt,t.prototype.$watch=function(t,e,n){if(f(e))return xn(this,t,e,n);(n=n||{}).user=!0;var r=new pn(this,t,e,n);if(n.immediate)try{e.call(this,r.value)}catch(t){Gt(t,this,'callback for immediate watcher "'+r.expression+'"')}return function(){r.teardown()}}}(wn),function(t){var e=/^hook:/;t.prototype.$on=function(t,n){var r=this;if(Array.isArray(t))for(var o=0,i=t.length;o<i;o++)r.$on(t[o],n);else(r._events[t]||(r._events[t]=[])).push(n),e.test(t)&&(r._hasHookEvent=!0);return r},t.prototype.$once=function(t,e){var n=this;function r(){n.$off(t,r),e.apply(n,arguments)}return r.fn=e,n.$on(t,r),n},t.prototype.$off=function(t,e){var n=this;if(!arguments.length)return n._events=Object.create(null),n;if(Array.isArray(t)){for(var r=0,o=t.length;r<o;r++)n.$off(t[r],e);return n}var i,a=n._events[t];if(!a)return n;if(!e)return n._events[t]=null,n;for(var u=a.length;u--;)if((i=a[u])===e||i.fn===e){a.splice(u,1);break}return n},t.prototype.$emit=function(t){var e=this,n=e._events[t];if(n){n=n.length>1?T(n):n;for(var r=T(arguments,1),o='event handler for "'+t+'"',i=0,a=n.length;i<a;i++)zt(n[i],e,r,e,o)}return e}}(wn),function(t){t.prototype._update=function(t,e){var n=this,r=n.$el,o=n._vnode,i=Ye(n);n._vnode=t,n.$el=o?n.__patch__(o,t):n.__patch__(n.$el,t,e,!1),i(),r&&(r.__vue__=null),n.$el&&(n.$el.__vue__=n),n.$vnode&&n.$parent&&n.$vnode===n.$parent._vnode&&(n.$parent.$el=n.$el)},t.prototype.$forceUpdate=function(){this._watcher&&this._watcher.update()},t.prototype.$destroy=function(){var t=this;if(!t._isBeingDestroyed){Qe(t,"beforeDestroy"),t._isBeingDestroyed=!0;var e=t.$parent;!e||e._isBeingDestroyed||t.$options.abstract||g(e.$children,t),t._watcher&&t._watcher.teardown();for(var n=t._watchers.length;n--;)t._watchers[n].teardown();t._data.__ob__&&t._data.__ob__.vmCount--,t._isDestroyed=!0,t.__patch__(t._vnode,null),Qe(t,"destroyed"),t.$off(),t.$el&&(t.$el.__vue__=null),t.$vnode&&(t.$vnode.parent=null)}}}(wn),function(t){Re(t.prototype),t.prototype.$nextTick=function(t){return ee(t,this)},t.prototype._render=function(){var t,e=this,n=e.$options,r=n.render,o=n._parentVnode;o&&(e.$scopedSlots=ve(o.data.scopedSlots,e.$slots,e.$scopedSlots)),e.$vnode=o;try{Be=e,t=r.call(e._renderProxy,e.$createElement)}catch(n){Gt(n,e,"render"),t=e._vnode}finally{Be=null}return Array.isArray(t)&&1===t.length&&(t=t[0]),t instanceof vt||(t=yt()),t.parent=o,t}}(wn);var In=[String,RegExp,Array],jn={KeepAlive:{name:"keep-alive",abstract:!0,props:{include:In,exclude:In,max:[String,Number]},created:function(){this.cache=Object.create(null),this.keys=[]},destroyed:function(){for(var t in this.cache)Tn(this.cache,t,this.keys)},mounted:function(){var t=this;this.$watch("include",(function(e){Cn(t,(function(t){return An(e,t)}))})),this.$watch("exclude",(function(e){Cn(t,(function(t){return!An(e,t)}))}))},render:function(){var t=this.$slots.default,e=Ve(t),n=e&&e.componentOptions;if(n){var r=Sn(n),o=this.include,i=this.exclude;if(o&&(!r||!An(o,r))||i&&r&&An(i,r))return e;var a=this.cache,u=this.keys,c=null==e.key?n.Ctor.cid+(n.tag?"::"+n.tag:""):e.key;a[c]?(e.componentInstance=a[c].componentInstance,g(u,c),u.push(c)):(a[c]=e,u.push(c),this.max&&u.length>parseInt(this.max)&&Tn(a,u[0],u,this._vnode)),e.data.keepAlive=!0}return e||t&&t[0]}}};!function(t){var e={get:function(){return F}};Object.defineProperty(t,"config",e),t.util={warn:ct,extend:I,mergeOptions:Mt,defineReactive:At},t.set=Ct,t.delete=Tt,t.nextTick=ee,t.observable=function(t){return St(t),t},t.options=Object.create(null),$.forEach((function(e){t.options[e+"s"]=Object.create(null)})),t.options._base=t,I(t.options.components,jn),function(t){t.use=function(t){var e=this._installedPlugins||(this._installedPlugins=[]);if(e.indexOf(t)>-1)return this;var n=T(arguments,1);return n.unshift(this),"function"==typeof t.install?t.install.apply(t,n):"function"==typeof t&&t.apply(null,n),e.push(t),this}}(t),function(t){t.mixin=function(t){return this.options=Mt(this.options,t),this}}(t),_n(t),function(t){$.forEach((function(e){t[e]=function(t,n){return n?("component"===e&&f(n)&&(n.name=n.name||t,n=this.options._base.extend(n)),"directive"===e&&"function"==typeof n&&(n={bind:n,update:n}),this.options[e+"s"][t]=n,n):this.options[e+"s"][t]}}))}(t)}(wn),Object.defineProperty(wn.prototype,"$isServer",{get:rt}),Object.defineProperty(wn.prototype,"$ssrContext",{get:function(){return this.$vnode&&this.$vnode.ssrContext}}),Object.defineProperty(wn,"FunctionalRenderContext",{value:Ne}),wn.version="2.6.11";var Rn=y("style,class"),Nn=y("input,textarea,option,select,progress"),Ln=y("contenteditable,draggable,spellcheck"),Pn=y("events,caret,typing,plaintext-only"),kn=y("allowfullscreen,async,autofocus,autoplay,checked,compact,controls,declare,default,defaultchecked,defaultmuted,defaultselected,defer,disabled,enabled,formnovalidate,hidden,indeterminate,inert,ismap,itemscope,loop,multiple,muted,nohref,noresize,noshade,novalidate,nowrap,open,pauseonexit,readonly,required,reversed,scoped,seamless,selected,sortable,translate,truespeed,typemustmatch,visible"),Mn="http://www.w3.org/1999/xlink",$n=function(t){return":"===t.charAt(5)&&"xlink"===t.slice(0,5)},Dn=function(t){return $n(t)?t.slice(6,t.length):""},Fn=function(t){return null==t||!1===t};function Un(t){for(var e=t.data,n=t,r=t;i(r.componentInstance);)(r=r.componentInstance._vnode)&&r.data&&(e=Bn(r.data,e));for(;i(n=n.parent);)n&&n.data&&(e=Bn(e,n.data));return function(t,e){if(i(t)||i(e))return Gn(t,zn(e));return""}(e.staticClass,e.class)}function Bn(t,e){return{staticClass:Gn(t.staticClass,e.staticClass),class:i(t.class)?[t.class,e.class]:e.class}}function Gn(t,e){return t?e?t+" "+e:t:e||""}function zn(t){return Array.isArray(t)?function(t){for(var e,n="",r=0,o=t.length;r<o;r++)i(e=zn(t[r]))&&""!==e&&(n&&(n+=" "),n+=e);return n}(t):c(t)?function(t){var e="";for(var n in t)t[n]&&(e&&(e+=" "),e+=n);return e}(t):"string"==typeof t?t:""}var Vn={svg:"http://www.w3.org/2000/svg",math:"http://www.w3.org/1998/Math/MathML"},qn=y("html,body,base,head,link,meta,style,title,address,article,aside,footer,header,h1,h2,h3,h4,h5,h6,hgroup,nav,section,div,dd,dl,dt,figcaption,figure,picture,hr,img,li,main,ol,p,pre,ul,a,b,abbr,bdi,bdo,br,cite,code,data,dfn,em,i,kbd,mark,q,rp,rt,rtc,ruby,s,samp,small,span,strong,sub,sup,time,u,var,wbr,area,audio,map,track,video,embed,object,param,source,canvas,script,noscript,del,ins,caption,col,colgroup,table,thead,tbody,td,th,tr,button,datalist,fieldset,form,input,label,legend,meter,optgroup,option,output,progress,select,textarea,details,dialog,menu,menuitem,summary,content,element,shadow,template,blockquote,iframe,tfoot"),Xn=y("svg,animate,circle,clippath,cursor,defs,desc,ellipse,filter,font-face,foreignObject,g,glyph,image,line,marker,mask,missing-glyph,path,pattern,polygon,polyline,rect,switch,symbol,text,textpath,tspan,use,view",!0),Hn=function(t){return qn(t)||Xn(t)};var Wn=Object.create(null);var Kn=y("text,number,password,search,email,tel,url");var Yn=Object.freeze({createElement:function(t,e){var n=document.createElement(t);return"select"!==t||e.data&&e.data.attrs&&void 0!==e.data.attrs.multiple&&n.setAttribute("multiple","multiple"),n},createElementNS:function(t,e){return document.createElementNS(Vn[t],e)},createTextNode:function(t){return document.createTextNode(t)},createComment:function(t){return document.createComment(t)},insertBefore:function(t,e,n){t.insertBefore(e,n)},removeChild:function(t,e){t.removeChild(e)},appendChild:function(t,e){t.appendChild(e)},parentNode:function(t){return t.parentNode},nextSibling:function(t){return t.nextSibling},tagName:function(t){return t.tagName},setTextContent:function(t,e){t.textContent=e},setStyleScope:function(t,e){t.setAttribute(e,"")}}),Jn={create:function(t,e){Zn(e)},update:function(t,e){t.data.ref!==e.data.ref&&(Zn(t,!0),Zn(e))},destroy:function(t){Zn(t,!0)}};function Zn(t,e){var n=t.data.ref;if(i(n)){var r=t.context,o=t.componentInstance||t.elm,a=r.$refs;e?Array.isArray(a[n])?g(a[n],o):a[n]===o&&(a[n]=void 0):t.data.refInFor?Array.isArray(a[n])?a[n].indexOf(o)<0&&a[n].push(o):a[n]=[o]:a[n]=o}}var Qn=new vt("",{},[]),tr=["create","activate","update","remove","destroy"];function er(t,e){return t.key===e.key&&(t.tag===e.tag&&t.isComment===e.isComment&&i(t.data)===i(e.data)&&function(t,e){if("input"!==t.tag)return!0;var n,r=i(n=t.data)&&i(n=n.attrs)&&n.type,o=i(n=e.data)&&i(n=n.attrs)&&n.type;return r===o||Kn(r)&&Kn(o)}(t,e)||a(t.isAsyncPlaceholder)&&t.asyncFactory===e.asyncFactory&&o(e.asyncFactory.error))}function nr(t,e,n){var r,o,a={};for(r=e;r<=n;++r)i(o=t[r].key)&&(a[o]=r);return a}var rr={create:or,update:or,destroy:function(t){or(t,Qn)}};function or(t,e){(t.data.directives||e.data.directives)&&function(t,e){var n,r,o,i=t===Qn,a=e===Qn,u=ar(t.data.directives,t.context),c=ar(e.data.directives,e.context),s=[],f=[];for(n in c)r=u[n],o=c[n],r?(o.oldValue=r.value,o.oldArg=r.arg,cr(o,"update",e,t),o.def&&o.def.componentUpdated&&f.push(o)):(cr(o,"bind",e,t),o.def&&o.def.inserted&&s.push(o));if(s.length){var l=function(){for(var n=0;n<s.length;n++)cr(s[n],"inserted",e,t)};i?ue(e,"insert",l):l()}f.length&&ue(e,"postpatch",(function(){for(var n=0;n<f.length;n++)cr(f[n],"componentUpdated",e,t)}));if(!i)for(n in u)c[n]||cr(u[n],"unbind",t,t,a)}(t,e)}var ir=Object.create(null);function ar(t,e){var n,r,o=Object.create(null);if(!t)return o;for(n=0;n<t.length;n++)(r=t[n]).modifiers||(r.modifiers=ir),o[ur(r)]=r,r.def=$t(e.$options,"directives",r.name);return o}function ur(t){return t.rawName||t.name+"."+Object.keys(t.modifiers||{}).join(".")}function cr(t,e,n,r,o){var i=t.def&&t.def[e];if(i)try{i(n.elm,t,n,r,o)}catch(r){Gt(r,n.context,"directive "+t.name+" "+e+" hook")}}var sr=[Jn,rr];function fr(t,e){var n=e.componentOptions;if(!(i(n)&&!1===n.Ctor.options.inheritAttrs||o(t.data.attrs)&&o(e.data.attrs))){var r,a,u=e.elm,c=t.data.attrs||{},s=e.data.attrs||{};for(r in i(s.__ob__)&&(s=e.data.attrs=I({},s)),s)a=s[r],c[r]!==a&&lr(u,r,a);for(r in(K||J)&&s.value!==c.value&&lr(u,"value",s.value),c)o(s[r])&&($n(r)?u.removeAttributeNS(Mn,Dn(r)):Ln(r)||u.removeAttribute(r))}}function lr(t,e,n){t.tagName.indexOf("-")>-1?pr(t,e,n):kn(e)?Fn(n)?t.removeAttribute(e):(n="allowfullscreen"===e&&"EMBED"===t.tagName?"true":e,t.setAttribute(e,n)):Ln(e)?t.setAttribute(e,function(t,e){return Fn(e)||"false"===e?"false":"contenteditable"===t&&Pn(e)?e:"true"}(e,n)):$n(e)?Fn(n)?t.removeAttributeNS(Mn,Dn(e)):t.setAttributeNS(Mn,e,n):pr(t,e,n)}function pr(t,e,n){if(Fn(n))t.removeAttribute(e);else{if(K&&!Y&&"TEXTAREA"===t.tagName&&"placeholder"===e&&""!==n&&!t.__ieph){var r=function(e){e.stopImmediatePropagation(),t.removeEventListener("input",r)};t.addEventListener("input",r),t.__ieph=!0}t.setAttribute(e,n)}}var dr={create:fr,update:fr};function vr(t,e){var n=e.elm,r=e.data,a=t.data;if(!(o(r.staticClass)&&o(r.class)&&(o(a)||o(a.staticClass)&&o(a.class)))){var u=Un(e),c=n._transitionClasses;i(c)&&(u=Gn(u,zn(c))),u!==n._prevClass&&(n.setAttribute("class",u),n._prevClass=u)}}var hr,yr={create:vr,update:vr};function mr(t,e,n){var r=hr;return function o(){var i=e.apply(null,arguments);null!==i&&xr(t,o,n,r)}}var gr=Ht&&!(Q&&Number(Q[1])<=53);function br(t,e,n,r){if(gr){var o=un,i=e;e=i._wrapper=function(t){if(t.target===t.currentTarget||t.timeStamp>=o||t.timeStamp<=0||t.target.ownerDocument!==document)return i.apply(this,arguments)}}hr.addEventListener(t,e,et?{capture:n,passive:r}:n)}function xr(t,e,n,r){(r||hr).removeEventListener(t,e._wrapper||e,n)}function Er(t,e){if(!o(t.data.on)||!o(e.data.on)){var n=e.data.on||{},r=t.data.on||{};hr=e.elm,function(t){if(i(t.__r)){var e=K?"change":"input";t[e]=[].concat(t.__r,t[e]||[]),delete t.__r}i(t.__c)&&(t.change=[].concat(t.__c,t.change||[]),delete t.__c)}(n),ae(n,r,br,xr,mr,e.context),hr=void 0}}var Or,wr={create:Er,update:Er};function _r(t,e){if(!o(t.data.domProps)||!o(e.data.domProps)){var n,r,a=e.elm,u=t.data.domProps||{},c=e.data.domProps||{};for(n in i(c.__ob__)&&(c=e.data.domProps=I({},c)),u)n in c||(a[n]="");for(n in c){if(r=c[n],"textContent"===n||"innerHTML"===n){if(e.children&&(e.children.length=0),r===u[n])continue;1===a.childNodes.length&&a.removeChild(a.childNodes[0])}if("value"===n&&"PROGRESS"!==a.tagName){a._value=r;var s=o(r)?"":String(r);Sr(a,s)&&(a.value=s)}else if("innerHTML"===n&&Xn(a.tagName)&&o(a.innerHTML)){(Or=Or||document.createElement("div")).innerHTML="<svg>"+r+"</svg>";for(var f=Or.firstChild;a.firstChild;)a.removeChild(a.firstChild);for(;f.firstChild;)a.appendChild(f.firstChild)}else if(r!==u[n])try{a[n]=r}catch(t){}}}}function Sr(t,e){return!t.composing&&("OPTION"===t.tagName||function(t,e){var n=!0;try{n=document.activeElement!==t}catch(t){}return n&&t.value!==e}(t,e)||function(t,e){var n=t.value,r=t._vModifiers;if(i(r)){if(r.number)return h(n)!==h(e);if(r.trim)return n.trim()!==e.trim()}return n!==e}(t,e))}var Ar={create:_r,update:_r},Cr=E((function(t){var e={},n=/:(.+)/;return t.split(/;(?![^(]*\))/g).forEach((function(t){if(t){var r=t.split(n);r.length>1&&(e[r[0].trim()]=r[1].trim())}})),e}));function Tr(t){var e=Ir(t.style);return t.staticStyle?I(t.staticStyle,e):e}function Ir(t){return Array.isArray(t)?j(t):"string"==typeof t?Cr(t):t}var jr,Rr=/^--/,Nr=/\s*!important$/,Lr=function(t,e,n){if(Rr.test(e))t.style.setProperty(e,n);else if(Nr.test(n))t.style.setProperty(A(e),n.replace(Nr,""),"important");else{var r=kr(e);if(Array.isArray(n))for(var o=0,i=n.length;o<i;o++)t.style[r]=n[o];else t.style[r]=n}},Pr=["Webkit","Moz","ms"],kr=E((function(t){if(jr=jr||document.createElement("div").style,"filter"!==(t=w(t))&&t in jr)return t;for(var e=t.charAt(0).toUpperCase()+t.slice(1),n=0;n<Pr.length;n++){var r=Pr[n]+e;if(r in jr)return r}}));function Mr(t,e){var n=e.data,r=t.data;if(!(o(n.staticStyle)&&o(n.style)&&o(r.staticStyle)&&o(r.style))){var a,u,c=e.elm,s=r.staticStyle,f=r.normalizedStyle||r.style||{},l=s||f,p=Ir(e.data.style)||{};e.data.normalizedStyle=i(p.__ob__)?I({},p):p;var d=function(t,e){var n,r={};if(e)for(var o=t;o.componentInstance;)(o=o.componentInstance._vnode)&&o.data&&(n=Tr(o.data))&&I(r,n);(n=Tr(t.data))&&I(r,n);for(var i=t;i=i.parent;)i.data&&(n=Tr(i.data))&&I(r,n);return r}(e,!0);for(u in l)o(d[u])&&Lr(c,u,"");for(u in d)(a=d[u])!==l[u]&&Lr(c,u,null==a?"":a)}}var $r={create:Mr,update:Mr},Dr=/\s+/;function Fr(t,e){if(e&&(e=e.trim()))if(t.classList)e.indexOf(" ")>-1?e.split(Dr).forEach((function(e){return t.classList.add(e)})):t.classList.add(e);else{var n=" "+(t.getAttribute("class")||"")+" ";n.indexOf(" "+e+" ")<0&&t.setAttribute("class",(n+e).trim())}}function Ur(t,e){if(e&&(e=e.trim()))if(t.classList)e.indexOf(" ")>-1?e.split(Dr).forEach((function(e){return t.classList.remove(e)})):t.classList.remove(e),t.classList.length||t.removeAttribute("class");else{for(var n=" "+(t.getAttribute("class")||"")+" ",r=" "+e+" ";n.indexOf(r)>=0;)n=n.replace(r," ");(n=n.trim())?t.setAttribute("class",n):t.removeAttribute("class")}}function Br(t){if(t){if("object"==typeof t){var e={};return!1!==t.css&&I(e,Gr(t.name||"v")),I(e,t),e}return"string"==typeof t?Gr(t):void 0}}var Gr=E((function(t){return{enterClass:t+"-enter",enterToClass:t+"-enter-to",enterActiveClass:t+"-enter-active",leaveClass:t+"-leave",leaveToClass:t+"-leave-to",leaveActiveClass:t+"-leave-active"}})),zr=q&&!Y,Vr="transition",qr="transitionend",Xr="animation",Hr="animationend";zr&&(void 0===window.ontransitionend&&void 0!==window.onwebkittransitionend&&(Vr="WebkitTransition",qr="webkitTransitionEnd"),void 0===window.onanimationend&&void 0!==window.onwebkitanimationend&&(Xr="WebkitAnimation",Hr="webkitAnimationEnd"));var Wr=q?window.requestAnimationFrame?window.requestAnimationFrame.bind(window):setTimeout:function(t){return t()};function Kr(t){Wr((function(){Wr(t)}))}function Yr(t,e){var n=t._transitionClasses||(t._transitionClasses=[]);n.indexOf(e)<0&&(n.push(e),Fr(t,e))}function Jr(t,e){t._transitionClasses&&g(t._transitionClasses,e),Ur(t,e)}function Zr(t,e,n){var r=to(t,e),o=r.type,i=r.timeout,a=r.propCount;if(!o)return n();var u="transition"===o?qr:Hr,c=0,s=function(){t.removeEventListener(u,f),n()},f=function(e){e.target===t&&++c>=a&&s()};setTimeout((function(){c<a&&s()}),i+1),t.addEventListener(u,f)}var Qr=/\b(transform|all)(,|$)/;function to(t,e){var n,r=window.getComputedStyle(t),o=(r[Vr+"Delay"]||"").split(", "),i=(r[Vr+"Duration"]||"").split(", "),a=eo(o,i),u=(r[Xr+"Delay"]||"").split(", "),c=(r[Xr+"Duration"]||"").split(", "),s=eo(u,c),f=0,l=0;return"transition"===e?a>0&&(n="transition",f=a,l=i.length):"animation"===e?s>0&&(n="animation",f=s,l=c.length):l=(n=(f=Math.max(a,s))>0?a>s?"transition":"animation":null)?"transition"===n?i.length:c.length:0,{type:n,timeout:f,propCount:l,hasTransform:"transition"===n&&Qr.test(r[Vr+"Property"])}}function eo(t,e){for(;t.length<e.length;)t=t.concat(t);return Math.max.apply(null,e.map((function(e,n){return no(e)+no(t[n])})))}function no(t){return 1e3*Number(t.slice(0,-1).replace(",","."))}function ro(t,e){var n=t.elm;i(n._leaveCb)&&(n._leaveCb.cancelled=!0,n._leaveCb());var r=Br(t.data.transition);if(!o(r)&&!i(n._enterCb)&&1===n.nodeType){for(var a=r.css,u=r.type,s=r.enterClass,f=r.enterToClass,l=r.enterActiveClass,p=r.appearClass,d=r.appearToClass,v=r.appearActiveClass,y=r.beforeEnter,m=r.enter,g=r.afterEnter,b=r.enterCancelled,x=r.beforeAppear,E=r.appear,O=r.afterAppear,w=r.appearCancelled,_=r.duration,S=Ke,A=Ke.$vnode;A&&A.parent;)S=A.context,A=A.parent;var C=!S._isMounted||!t.isRootInsert;if(!C||E||""===E){var T=C&&p?p:s,I=C&&v?v:l,j=C&&d?d:f,R=C&&x||y,N=C&&"function"==typeof E?E:m,L=C&&O||g,P=C&&w||b,k=h(c(_)?_.enter:_);0;var $=!1!==a&&!Y,D=ao(N),F=n._enterCb=M((function(){$&&(Jr(n,j),Jr(n,I)),F.cancelled?($&&Jr(n,T),P&&P(n)):L&&L(n),n._enterCb=null}));t.data.show||ue(t,"insert",(function(){var e=n.parentNode,r=e&&e._pending&&e._pending[t.key];r&&r.tag===t.tag&&r.elm._leaveCb&&r.elm._leaveCb(),N&&N(n,F)})),R&&R(n),$&&(Yr(n,T),Yr(n,I),Kr((function(){Jr(n,T),F.cancelled||(Yr(n,j),D||(io(k)?setTimeout(F,k):Zr(n,u,F)))}))),t.data.show&&(e&&e(),N&&N(n,F)),$||D||F()}}}function oo(t,e){var n=t.elm;i(n._enterCb)&&(n._enterCb.cancelled=!0,n._enterCb());var r=Br(t.data.transition);if(o(r)||1!==n.nodeType)return e();if(!i(n._leaveCb)){var a=r.css,u=r.type,s=r.leaveClass,f=r.leaveToClass,l=r.leaveActiveClass,p=r.beforeLeave,d=r.leave,v=r.afterLeave,y=r.leaveCancelled,m=r.delayLeave,g=r.duration,b=!1!==a&&!Y,x=ao(d),E=h(c(g)?g.leave:g);0;var O=n._leaveCb=M((function(){n.parentNode&&n.parentNode._pending&&(n.parentNode._pending[t.key]=null),b&&(Jr(n,f),Jr(n,l)),O.cancelled?(b&&Jr(n,s),y&&y(n)):(e(),v&&v(n)),n._leaveCb=null}));m?m(w):w()}function w(){O.cancelled||(!t.data.show&&n.parentNode&&((n.parentNode._pending||(n.parentNode._pending={}))[t.key]=t),p&&p(n),b&&(Yr(n,s),Yr(n,l),Kr((function(){Jr(n,s),O.cancelled||(Yr(n,f),x||(io(E)?setTimeout(O,E):Zr(n,u,O)))}))),d&&d(n,O),b||x||O())}}function io(t){return"number"==typeof t&&!isNaN(t)}function ao(t){if(o(t))return!1;var e=t.fns;return i(e)?ao(Array.isArray(e)?e[0]:e):(t._length||t.length)>1}function uo(t,e){!0!==e.data.show&&ro(e)}var co=function(t){var e,n,r={},c=t.modules,s=t.nodeOps;for(e=0;e<tr.length;++e)for(r[tr[e]]=[],n=0;n<c.length;++n)i(c[n][tr[e]])&&r[tr[e]].push(c[n][tr[e]]);function f(t){var e=s.parentNode(t);i(e)&&s.removeChild(e,t)}function l(t,e,n,o,u,c,f){if(i(t.elm)&&i(c)&&(t=c[f]=gt(t)),t.isRootInsert=!u,!function(t,e,n,o){var u=t.data;if(i(u)){var c=i(t.componentInstance)&&u.keepAlive;if(i(u=u.hook)&&i(u=u.init)&&u(t,!1),i(t.componentInstance))return p(t,e),d(n,t.elm,o),a(c)&&function(t,e,n,o){var a,u=t;for(;u.componentInstance;)if(u=u.componentInstance._vnode,i(a=u.data)&&i(a=a.transition)){for(a=0;a<r.activate.length;++a)r.activate[a](Qn,u);e.push(u);break}d(n,t.elm,o)}(t,e,n,o),!0}}(t,e,n,o)){var l=t.data,h=t.children,y=t.tag;i(y)?(t.elm=t.ns?s.createElementNS(t.ns,y):s.createElement(y,t),g(t),v(t,h,e),i(l)&&m(t,e),d(n,t.elm,o)):a(t.isComment)?(t.elm=s.createComment(t.text),d(n,t.elm,o)):(t.elm=s.createTextNode(t.text),d(n,t.elm,o))}}function p(t,e){i(t.data.pendingInsert)&&(e.push.apply(e,t.data.pendingInsert),t.data.pendingInsert=null),t.elm=t.componentInstance.$el,h(t)?(m(t,e),g(t)):(Zn(t),e.push(t))}function d(t,e,n){i(t)&&(i(n)?s.parentNode(n)===t&&s.insertBefore(t,e,n):s.appendChild(t,e))}function v(t,e,n){if(Array.isArray(e)){0;for(var r=0;r<e.length;++r)l(e[r],n,t.elm,null,!0,e,r)}else u(t.text)&&s.appendChild(t.elm,s.createTextNode(String(t.text)))}function h(t){for(;t.componentInstance;)t=t.componentInstance._vnode;return i(t.tag)}function m(t,n){for(var o=0;o<r.create.length;++o)r.create[o](Qn,t);i(e=t.data.hook)&&(i(e.create)&&e.create(Qn,t),i(e.insert)&&n.push(t))}function g(t){var e;if(i(e=t.fnScopeId))s.setStyleScope(t.elm,e);else for(var n=t;n;)i(e=n.context)&&i(e=e.$options._scopeId)&&s.setStyleScope(t.elm,e),n=n.parent;i(e=Ke)&&e!==t.context&&e!==t.fnContext&&i(e=e.$options._scopeId)&&s.setStyleScope(t.elm,e)}function b(t,e,n,r,o,i){for(;r<=o;++r)l(n[r],i,t,e,!1,n,r)}function x(t){var e,n,o=t.data;if(i(o))for(i(e=o.hook)&&i(e=e.destroy)&&e(t),e=0;e<r.destroy.length;++e)r.destroy[e](t);if(i(e=t.children))for(n=0;n<t.children.length;++n)x(t.children[n])}function E(t,e,n){for(;e<=n;++e){var r=t[e];i(r)&&(i(r.tag)?(O(r),x(r)):f(r.elm))}}function O(t,e){if(i(e)||i(t.data)){var n,o=r.remove.length+1;for(i(e)?e.listeners+=o:e=function(t,e){function n(){0==--n.listeners&&f(t)}return n.listeners=e,n}(t.elm,o),i(n=t.componentInstance)&&i(n=n._vnode)&&i(n.data)&&O(n,e),n=0;n<r.remove.length;++n)r.remove[n](t,e);i(n=t.data.hook)&&i(n=n.remove)?n(t,e):e()}else f(t.elm)}function w(t,e,n,r){for(var o=n;o<r;o++){var a=e[o];if(i(a)&&er(t,a))return o}}function _(t,e,n,u,c,f){if(t!==e){i(e.elm)&&i(u)&&(e=u[c]=gt(e));var p=e.elm=t.elm;if(a(t.isAsyncPlaceholder))i(e.asyncFactory.resolved)?C(t.elm,e,n):e.isAsyncPlaceholder=!0;else if(a(e.isStatic)&&a(t.isStatic)&&e.key===t.key&&(a(e.isCloned)||a(e.isOnce)))e.componentInstance=t.componentInstance;else{var d,v=e.data;i(v)&&i(d=v.hook)&&i(d=d.prepatch)&&d(t,e);var y=t.children,m=e.children;if(i(v)&&h(e)){for(d=0;d<r.update.length;++d)r.update[d](t,e);i(d=v.hook)&&i(d=d.update)&&d(t,e)}o(e.text)?i(y)&&i(m)?y!==m&&function(t,e,n,r,a){var u,c,f,p=0,d=0,v=e.length-1,h=e[0],y=e[v],m=n.length-1,g=n[0],x=n[m],O=!a;for(0;p<=v&&d<=m;)o(h)?h=e[++p]:o(y)?y=e[--v]:er(h,g)?(_(h,g,r,n,d),h=e[++p],g=n[++d]):er(y,x)?(_(y,x,r,n,m),y=e[--v],x=n[--m]):er(h,x)?(_(h,x,r,n,m),O&&s.insertBefore(t,h.elm,s.nextSibling(y.elm)),h=e[++p],x=n[--m]):er(y,g)?(_(y,g,r,n,d),O&&s.insertBefore(t,y.elm,h.elm),y=e[--v],g=n[++d]):(o(u)&&(u=nr(e,p,v)),o(c=i(g.key)?u[g.key]:w(g,e,p,v))?l(g,r,t,h.elm,!1,n,d):er(f=e[c],g)?(_(f,g,r,n,d),e[c]=void 0,O&&s.insertBefore(t,f.elm,h.elm)):l(g,r,t,h.elm,!1,n,d),g=n[++d]);p>v?b(t,o(n[m+1])?null:n[m+1].elm,n,d,m,r):d>m&&E(e,p,v)}(p,y,m,n,f):i(m)?(i(t.text)&&s.setTextContent(p,""),b(p,null,m,0,m.length-1,n)):i(y)?E(y,0,y.length-1):i(t.text)&&s.setTextContent(p,""):t.text!==e.text&&s.setTextContent(p,e.text),i(v)&&i(d=v.hook)&&i(d=d.postpatch)&&d(t,e)}}}function S(t,e,n){if(a(n)&&i(t.parent))t.parent.data.pendingInsert=e;else for(var r=0;r<e.length;++r)e[r].data.hook.insert(e[r])}var A=y("attrs,class,staticClass,staticStyle,key");function C(t,e,n,r){var o,u=e.tag,c=e.data,s=e.children;if(r=r||c&&c.pre,e.elm=t,a(e.isComment)&&i(e.asyncFactory))return e.isAsyncPlaceholder=!0,!0;if(i(c)&&(i(o=c.hook)&&i(o=o.init)&&o(e,!0),i(o=e.componentInstance)))return p(e,n),!0;if(i(u)){if(i(s))if(t.hasChildNodes())if(i(o=c)&&i(o=o.domProps)&&i(o=o.innerHTML)){if(o!==t.innerHTML)return!1}else{for(var f=!0,l=t.firstChild,d=0;d<s.length;d++){if(!l||!C(l,s[d],n,r)){f=!1;break}l=l.nextSibling}if(!f||l)return!1}else v(e,s,n);if(i(c)){var h=!1;for(var y in c)if(!A(y)){h=!0,m(e,n);break}!h&&c.class&&re(c.class)}}else t.data!==e.text&&(t.data=e.text);return!0}return function(t,e,n,u){if(!o(e)){var c,f=!1,p=[];if(o(t))f=!0,l(e,p);else{var d=i(t.nodeType);if(!d&&er(t,e))_(t,e,p,null,null,u);else{if(d){if(1===t.nodeType&&t.hasAttribute("data-server-rendered")&&(t.removeAttribute("data-server-rendered"),n=!0),a(n)&&C(t,e,p))return S(e,p,!0),t;c=t,t=new vt(s.tagName(c).toLowerCase(),{},[],void 0,c)}var v=t.elm,y=s.parentNode(v);if(l(e,p,v._leaveCb?null:y,s.nextSibling(v)),i(e.parent))for(var m=e.parent,g=h(e);m;){for(var b=0;b<r.destroy.length;++b)r.destroy[b](m);if(m.elm=e.elm,g){for(var O=0;O<r.create.length;++O)r.create[O](Qn,m);var w=m.data.hook.insert;if(w.merged)for(var A=1;A<w.fns.length;A++)w.fns[A]()}else Zn(m);m=m.parent}i(y)?E([t],0,0):i(t.tag)&&x(t)}}return S(e,p,f),e.elm}i(t)&&x(t)}}({nodeOps:Yn,modules:[dr,yr,wr,Ar,$r,q?{create:uo,activate:uo,remove:function(t,e){!0!==t.data.show?oo(t,e):e()}}:{}].concat(sr)});Y&&document.addEventListener("selectionchange",(function(){var t=document.activeElement;t&&t.vmodel&&mo(t,"input")}));var so={inserted:function(t,e,n,r){"select"===n.tag?(r.elm&&!r.elm._vOptions?ue(n,"postpatch",(function(){so.componentUpdated(t,e,n)})):fo(t,e,n.context),t._vOptions=[].map.call(t.options,vo)):("textarea"===n.tag||Kn(t.type))&&(t._vModifiers=e.modifiers,e.modifiers.lazy||(t.addEventListener("compositionstart",ho),t.addEventListener("compositionend",yo),t.addEventListener("change",yo),Y&&(t.vmodel=!0)))},componentUpdated:function(t,e,n){if("select"===n.tag){fo(t,e,n.context);var r=t._vOptions,o=t._vOptions=[].map.call(t.options,vo);if(o.some((function(t,e){return!P(t,r[e])})))(t.multiple?e.value.some((function(t){return po(t,o)})):e.value!==e.oldValue&&po(e.value,o))&&mo(t,"change")}}};function fo(t,e,n){lo(t,e,n),(K||J)&&setTimeout((function(){lo(t,e,n)}),0)}function lo(t,e,n){var r=e.value,o=t.multiple;if(!o||Array.isArray(r)){for(var i,a,u=0,c=t.options.length;u<c;u++)if(a=t.options[u],o)i=k(r,vo(a))>-1,a.selected!==i&&(a.selected=i);else if(P(vo(a),r))return void(t.selectedIndex!==u&&(t.selectedIndex=u));o||(t.selectedIndex=-1)}}function po(t,e){return e.every((function(e){return!P(e,t)}))}function vo(t){return"_value"in t?t._value:t.value}function ho(t){t.target.composing=!0}function yo(t){t.target.composing&&(t.target.composing=!1,mo(t.target,"input"))}function mo(t,e){var n=document.createEvent("HTMLEvents");n.initEvent(e,!0,!0),t.dispatchEvent(n)}function go(t){return!t.componentInstance||t.data&&t.data.transition?t:go(t.componentInstance._vnode)}var bo={model:so,show:{bind:function(t,e,n){var r=e.value,o=(n=go(n)).data&&n.data.transition,i=t.__vOriginalDisplay="none"===t.style.display?"":t.style.display;r&&o?(n.data.show=!0,ro(n,(function(){t.style.display=i}))):t.style.display=r?i:"none"},update:function(t,e,n){var r=e.value;!r!=!e.oldValue&&((n=go(n)).data&&n.data.transition?(n.data.show=!0,r?ro(n,(function(){t.style.display=t.__vOriginalDisplay})):oo(n,(function(){t.style.display="none"}))):t.style.display=r?t.__vOriginalDisplay:"none")},unbind:function(t,e,n,r,o){o||(t.style.display=t.__vOriginalDisplay)}}},xo={name:String,appear:Boolean,css:Boolean,mode:String,type:String,enterClass:String,leaveClass:String,enterToClass:String,leaveToClass:String,enterActiveClass:String,leaveActiveClass:String,appearClass:String,appearActiveClass:String,appearToClass:String,duration:[Number,String,Object]};function Eo(t){var e=t&&t.componentOptions;return e&&e.Ctor.options.abstract?Eo(Ve(e.children)):t}function Oo(t){var e={},n=t.$options;for(var r in n.propsData)e[r]=t[r];var o=n._parentListeners;for(var i in o)e[w(i)]=o[i];return e}function wo(t,e){if(/\d-keep-alive$/.test(e.tag))return t("keep-alive",{props:e.componentOptions.propsData})}var _o=function(t){return t.tag||ze(t)},So=function(t){return"show"===t.name},Ao={name:"transition",props:xo,abstract:!0,render:function(t){var e=this,n=this.$slots.default;if(n&&(n=n.filter(_o)).length){0;var r=this.mode;0;var o=n[0];if(function(t){for(;t=t.parent;)if(t.data.transition)return!0}(this.$vnode))return o;var i=Eo(o);if(!i)return o;if(this._leaving)return wo(t,o);var a="__transition-"+this._uid+"-";i.key=null==i.key?i.isComment?a+"comment":a+i.tag:u(i.key)?0===String(i.key).indexOf(a)?i.key:a+i.key:i.key;var c=(i.data||(i.data={})).transition=Oo(this),s=this._vnode,f=Eo(s);if(i.data.directives&&i.data.directives.some(So)&&(i.data.show=!0),f&&f.data&&!function(t,e){return e.key===t.key&&e.tag===t.tag}(i,f)&&!ze(f)&&(!f.componentInstance||!f.componentInstance._vnode.isComment)){var l=f.data.transition=I({},c);if("out-in"===r)return this._leaving=!0,ue(l,"afterLeave",(function(){e._leaving=!1,e.$forceUpdate()})),wo(t,o);if("in-out"===r){if(ze(i))return s;var p,d=function(){p()};ue(c,"afterEnter",d),ue(c,"enterCancelled",d),ue(l,"delayLeave",(function(t){p=t}))}}return o}}},Co=I({tag:String,moveClass:String},xo);function To(t){t.elm._moveCb&&t.elm._moveCb(),t.elm._enterCb&&t.elm._enterCb()}function Io(t){t.data.newPos=t.elm.getBoundingClientRect()}function jo(t){var e=t.data.pos,n=t.data.newPos,r=e.left-n.left,o=e.top-n.top;if(r||o){t.data.moved=!0;var i=t.elm.style;i.transform=i.WebkitTransform="translate("+r+"px,"+o+"px)",i.transitionDuration="0s"}}delete Co.mode;var Ro={Transition:Ao,TransitionGroup:{props:Co,beforeMount:function(){var t=this,e=this._update;this._update=function(n,r){var o=Ye(t);t.__patch__(t._vnode,t.kept,!1,!0),t._vnode=t.kept,o(),e.call(t,n,r)}},render:function(t){for(var e=this.tag||this.$vnode.data.tag||"span",n=Object.create(null),r=this.prevChildren=this.children,o=this.$slots.default||[],i=this.children=[],a=Oo(this),u=0;u<o.length;u++){var c=o[u];if(c.tag)if(null!=c.key&&0!==String(c.key).indexOf("__vlist"))i.push(c),n[c.key]=c,(c.data||(c.data={})).transition=a;else;}if(r){for(var s=[],f=[],l=0;l<r.length;l++){var p=r[l];p.data.transition=a,p.data.pos=p.elm.getBoundingClientRect(),n[p.key]?s.push(p):f.push(p)}this.kept=t(e,null,s),this.removed=f}return t(e,null,i)},updated:function(){var t=this.prevChildren,e=this.moveClass||(this.name||"v")+"-move";t.length&&this.hasMove(t[0].elm,e)&&(t.forEach(To),t.forEach(Io),t.forEach(jo),this._reflow=document.body.offsetHeight,t.forEach((function(t){if(t.data.moved){var n=t.elm,r=n.style;Yr(n,e),r.transform=r.WebkitTransform=r.transitionDuration="",n.addEventListener(qr,n._moveCb=function t(r){r&&r.target!==n||r&&!/transform$/.test(r.propertyName)||(n.removeEventListener(qr,t),n._moveCb=null,Jr(n,e))})}})))},methods:{hasMove:function(t,e){if(!zr)return!1;if(this._hasMove)return this._hasMove;var n=t.cloneNode();t._transitionClasses&&t._transitionClasses.forEach((function(t){Ur(n,t)})),Fr(n,e),n.style.display="none",this.$el.appendChild(n);var r=to(n);return this.$el.removeChild(n),this._hasMove=r.hasTransform}}}};wn.config.mustUseProp=function(t,e,n){return"value"===n&&Nn(t)&&"button"!==e||"selected"===n&&"option"===t||"checked"===n&&"input"===t||"muted"===n&&"video"===t},wn.config.isReservedTag=Hn,wn.config.isReservedAttr=Rn,wn.config.getTagNamespace=function(t){return Xn(t)?"svg":"math"===t?"math":void 0},wn.config.isUnknownElement=function(t){if(!q)return!0;if(Hn(t))return!1;if(t=t.toLowerCase(),null!=Wn[t])return Wn[t];var e=document.createElement(t);return t.indexOf("-")>-1?Wn[t]=e.constructor===window.HTMLUnknownElement||e.constructor===window.HTMLElement:Wn[t]=/HTMLUnknownElement/.test(e.toString())},I(wn.options.directives,bo),I(wn.options.components,Ro),wn.prototype.__patch__=q?co:R,wn.prototype.$mount=function(t,e){return function(t,e,n){var r;return t.$el=e,t.$options.render||(t.$options.render=yt),Qe(t,"beforeMount"),r=function(){t._update(t._render(),n)},new pn(t,r,R,{before:function(){t._isMounted&&!t._isDestroyed&&Qe(t,"beforeUpdate")}},!0),n=!1,null==t.$vnode&&(t._isMounted=!0,Qe(t,"mounted")),t}(this,t=t&&q?function(t){if("string"==typeof t){var e=document.querySelector(t);return e||document.createElement("div")}return t}(t):void 0,e)},q&&setTimeout((function(){F.devtools&&ot&&ot.emit("init",wn)}),0),e.a=wn}).call(this,n(14),n(716).setImmediate)},,,,,,function(t,e,n){"use strict";var r=n(519),o=n(49),i=n(275),a=n(63),u=n(538),c=n(273),s=n(539),f=n(540),l=n(542),p=n(169),d=n(277),v=p("isConcatSpreadable"),h=d>=51||!o((function(){var t=[];return t[v]=!1,t.concat()[0]!==t})),y=l("concat"),m=function(t){if(!a(t))return!1;var e=t[v];return void 0!==e?!!e:i(t)};r({target:"Array",proto:!0,forced:!h||!y},{concat:function(t){var e,n,r,o,i,a=u(this),l=f(a,0),p=0;for(e=-1,r=arguments.length;e<r;e++)if(i=-1===e?a:arguments[e],m(i)){if(p+(o=c(i.length))>9007199254740991)throw TypeError("Maximum allowed index exceeded");for(n=0;n<o;n++,p++)n in i&&s(l,p,i[n])}else{if(p>=9007199254740991)throw TypeError("Maximum allowed index exceeded");s(l,p++,i)}return l.length=p,l}})},function(t,e,n){var r=n(23),o=n(262).f,i=n(116),a=n(523),u=n(168),c=n(528),s=n(537);t.exports=function(t,e){var n,f,l,p,d,v=t.target,h=t.global,y=t.stat;if(n=h?r:y?r[v]||u(v,{}):(r[v]||{}).prototype)for(f in e){if(p=e[f],l=t.noTargetGet?(d=o(n,f))&&d.value:n[f],!s(h?f:v+(y?".":"#")+f,t.forced)&&void 0!==l){if(typeof p==typeof l)continue;c(p,l)}(t.sham||l&&l.sham)&&i(p,"sham",!0),a(n,f,p,t)}}},function(t,e,n){"use strict";var r={}.propertyIsEnumerable,o=Object.getOwnPropertyDescriptor,i=o&&!r.call({1:2},1);e.f=i?function(t){var e=o(this,t);return!!e&&e.enumerable}:r},function(t,e,n){var r=n(49),o=n(263),i="".split;t.exports=r((function(){return!Object("z").propertyIsEnumerable(0)}))?function(t){return"String"==o(t)?i.call(t,""):Object(t)}:Object},function(t,e,n){var r=n(23),o=n(63),i=r.document,a=o(i)&&o(i.createElement);t.exports=function(t){return a?i.createElement(t):{}}},function(t,e,n){var r=n(23),o=n(116),i=n(64),a=n(168),u=n(267),c=n(524),s=c.get,f=c.enforce,l=String(String).split("String");(t.exports=function(t,e,n,u){var c=!!u&&!!u.unsafe,s=!!u&&!!u.enumerable,p=!!u&&!!u.noTargetGet;"function"==typeof n&&("string"!=typeof e||i(n,"name")||o(n,"name",e),f(n).source=l.join("string"==typeof e?e:"")),t!==r?(c?!p&&t[e]&&(s=!0):delete t[e],s?t[e]=n:o(t,e,n)):s?t[e]=n:a(e,n)})(Function.prototype,"toString",(function(){return"function"==typeof this&&s(this).source||u(this)}))},function(t,e,n){var r,o,i,a=n(525),u=n(23),c=n(63),s=n(116),f=n(64),l=n(526),p=n(271),d=u.WeakMap;if(a){var v=new d,h=v.get,y=v.has,m=v.set;r=function(t,e){return m.call(v,t,e),e},o=function(t){return h.call(v,t)||{}},i=function(t){return y.call(v,t)}}else{var g=l("state");p[g]=!0,r=function(t,e){return s(t,g,e),e},o=function(t){return f(t,g)?t[g]:{}},i=function(t){return f(t,g)}}t.exports={set:r,get:o,has:i,enforce:function(t){return i(t)?o(t):r(t,{})},getterFor:function(t){return function(e){var n;if(!c(e)||(n=o(e)).type!==t)throw TypeError("Incompatible receiver, "+t+" required");return n}}}},function(t,e,n){var r=n(23),o=n(267),i=r.WeakMap;t.exports="function"==typeof i&&/native code/.test(o(i))},function(t,e,n){var r=n(269),o=n(270),i=r("keys");t.exports=function(t){return i[t]||(i[t]=o(t))}},function(t,e){t.exports=!1},function(t,e,n){var r=n(64),o=n(529),i=n(262),a=n(167);t.exports=function(t,e){for(var n=o(e),u=a.f,c=i.f,s=0;s<n.length;s++){var f=n[s];r(t,f)||u(t,f,c(e,f))}}},function(t,e,n){var r=n(272),o=n(531),i=n(536),a=n(266);t.exports=r("Reflect","ownKeys")||function(t){var e=o.f(a(t)),n=i.f;return n?e.concat(n(t)):e}},function(t,e,n){var r=n(23);t.exports=r},function(t,e,n){var r=n(532),o=n(535).concat("length","prototype");e.f=Object.getOwnPropertyNames||function(t){return r(t,o)}},function(t,e,n){var r=n(64),o=n(165),i=n(533).indexOf,a=n(271);t.exports=function(t,e){var n,u=o(t),c=0,s=[];for(n in u)!r(a,n)&&r(u,n)&&s.push(n);for(;e.length>c;)r(u,n=e[c++])&&(~i(s,n)||s.push(n));return s}},function(t,e,n){var r=n(165),o=n(273),i=n(534),a=function(t){return function(e,n,a){var u,c=r(e),s=o(c.length),f=i(a,s);if(t&&n!=n){for(;s>f;)if((u=c[f++])!=u)return!0}else for(;s>f;f++)if((t||f in c)&&c[f]===n)return t||f||0;return!t&&-1}};t.exports={includes:a(!0),indexOf:a(!1)}},function(t,e,n){var r=n(274),o=Math.max,i=Math.min;t.exports=function(t,e){var n=r(t);return n<0?o(n+e,0):i(n,e)}},function(t,e){t.exports=["constructor","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","toLocaleString","toString","valueOf"]},function(t,e){e.f=Object.getOwnPropertySymbols},function(t,e,n){var r=n(49),o=/#|\.prototype\./,i=function(t,e){var n=u[a(t)];return n==s||n!=c&&("function"==typeof e?r(e):!!e)},a=i.normalize=function(t){return String(t).replace(o,".").toLowerCase()},u=i.data={},c=i.NATIVE="N",s=i.POLYFILL="P";t.exports=i},function(t,e,n){var r=n(264);t.exports=function(t){return Object(r(t))}},function(t,e,n){"use strict";var r=n(166),o=n(167),i=n(164);t.exports=function(t,e,n){var a=r(e);a in t?o.f(t,a,i(0,n)):t[a]=n}},function(t,e,n){var r=n(63),o=n(275),i=n(169)("species");t.exports=function(t,e){var n;return o(t)&&("function"!=typeof(n=t.constructor)||n!==Array&&!o(n.prototype)?r(n)&&null===(n=n[i])&&(n=void 0):n=void 0),new(void 0===n?Array:n)(0===e?0:e)}},function(t,e,n){var r=n(276);t.exports=r&&!Symbol.sham&&"symbol"==typeof Symbol.iterator},function(t,e,n){var r=n(49),o=n(169),i=n(277),a=o("species");t.exports=function(t){return i>=51||!r((function(){var e=[];return(e.constructor={})[a]=function(){return{foo:1}},1!==e[t](Boolean).foo}))}},function(t,e,n){var r=n(272);t.exports=r("navigator","userAgent")||""},,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,function(t,e,n){var r=n(598),o=n(617);r({target:"Object",stat:!0,forced:Object.assign!==o},{assign:o})},function(t,e,n){var r=n(35),o=n(429).f,i=n(151),a=n(601),u=n(199),c=n(608),s=n(616);t.exports=function(t,e){var n,f,l,p,d,v=t.target,h=t.global,y=t.stat;if(n=h?r:y?r[v]||u(v,{}):(r[v]||{}).prototype)for(f in e){if(p=e[f],l=t.noTargetGet?(d=o(n,f))&&d.value:n[f],!s(h?f:v+(y?".":"#")+f,t.forced)&&void 0!==l){if(typeof p==typeof l)continue;c(p,l)}(t.sham||l&&l.sham)&&i(p,"sham",!0),a(n,f,p,t)}}},function(t,e){var n={}.toString;t.exports=function(t){return n.call(t).slice(8,-1)}},function(t,e,n){var r=n(35),o=n(150),i=r.document,a=o(i)&&o(i.createElement);t.exports=function(t){return a?i.createElement(t):{}}},function(t,e,n){var r=n(35),o=n(151),i=n(96),a=n(199),u=n(438),c=n(602),s=c.get,f=c.enforce,l=String(String).split("String");(t.exports=function(t,e,n,u){var c=!!u&&!!u.unsafe,s=!!u&&!!u.enumerable,p=!!u&&!!u.noTargetGet;"function"==typeof n&&("string"!=typeof e||i(n,"name")||o(n,"name",e),f(n).source=l.join("string"==typeof e?e:"")),t!==r?(c?!p&&t[e]&&(s=!0):delete t[e],s?t[e]=n:o(t,e,n)):s?t[e]=n:a(e,n)})(Function.prototype,"toString",(function(){return"function"==typeof this&&s(this).source||u(this)}))},function(t,e,n){var r,o,i,a=n(603),u=n(35),c=n(150),s=n(151),f=n(96),l=n(604),p=n(440),d=u.WeakMap;if(a){var v=new d,h=v.get,y=v.has,m=v.set;r=function(t,e){return m.call(v,t,e),e},o=function(t){return h.call(v,t)||{}},i=function(t){return y.call(v,t)}}else{var g=l("state");p[g]=!0,r=function(t,e){return s(t,g,e),e},o=function(t){return f(t,g)?t[g]:{}},i=function(t){return f(t,g)}}t.exports={set:r,get:o,has:i,enforce:function(t){return i(t)?o(t):r(t,{})},getterFor:function(t){return function(e){var n;if(!c(e)||(n=o(e)).type!==t)throw TypeError("Incompatible receiver, "+t+" required");return n}}}},function(t,e,n){var r=n(35),o=n(438),i=r.WeakMap;t.exports="function"==typeof i&&/native code/.test(o(i))},function(t,e,n){var r=n(605),o=n(607),i=r("keys");t.exports=function(t){return i[t]||(i[t]=o(t))}},function(t,e,n){var r=n(606),o=n(439);(t.exports=function(t,e){return o[t]||(o[t]=void 0!==e?e:{})})("versions",[]).push({version:"3.6.4",mode:r?"pure":"global",copyright:"© 2020 Denis Pushkarev (zloirock.ru)"})},function(t,e){t.exports=!1},function(t,e){var n=0,r=Math.random();t.exports=function(t){return"Symbol("+String(void 0===t?"":t)+")_"+(++n+r).toString(36)}},function(t,e,n){var r=n(96),o=n(609),i=n(429),a=n(436);t.exports=function(t,e){for(var n=o(e),u=a.f,c=i.f,s=0;s<n.length;s++){var f=n[s];r(t,f)||u(t,f,c(e,f))}}},function(t,e,n){var r=n(610),o=n(612),i=n(444),a=n(437);t.exports=r("Reflect","ownKeys")||function(t){var e=o.f(a(t)),n=i.f;return n?e.concat(n(t)):e}},function(t,e,n){var r=n(611),o=n(35),i=function(t){return"function"==typeof t?t:void 0};t.exports=function(t,e){return arguments.length<2?i(r[t])||i(o[t]):r[t]&&r[t][e]||o[t]&&o[t][e]}},function(t,e,n){var r=n(35);t.exports=r},function(t,e,n){var r=n(441),o=n(443).concat("length","prototype");e.f=Object.getOwnPropertyNames||function(t){return r(t,o)}},function(t,e,n){var r=n(198),o=n(614),i=n(615),a=function(t){return function(e,n,a){var u,c=r(e),s=o(c.length),f=i(a,s);if(t&&n!=n){for(;s>f;)if((u=c[f++])!=u)return!0}else for(;s>f;f++)if((t||f in c)&&c[f]===n)return t||f||0;return!t&&-1}};t.exports={includes:a(!0),indexOf:a(!1)}},function(t,e,n){var r=n(442),o=Math.min;t.exports=function(t){return t>0?o(r(t),9007199254740991):0}},function(t,e,n){var r=n(442),o=Math.max,i=Math.min;t.exports=function(t,e){var n=r(t);return n<0?o(n+e,0):i(n,e)}},function(t,e,n){var r=n(95),o=/#|\.prototype\./,i=function(t,e){var n=u[a(t)];return n==s||n!=c&&("function"==typeof e?r(e):!!e)},a=i.normalize=function(t){return String(t).replace(o,".").toLowerCase()},u=i.data={},c=i.NATIVE="N",s=i.POLYFILL="P";t.exports=i},function(t,e,n){"use strict";var r=n(94),o=n(95),i=n(618),a=n(444),u=n(430),c=n(619),s=n(432),f=Object.assign,l=Object.defineProperty;t.exports=!f||o((function(){if(r&&1!==f({b:1},f(l({},"a",{enumerable:!0,get:function(){l(this,"b",{value:3,enumerable:!1})}}),{b:2})).b)return!0;var t={},e={},n=Symbol();return t[n]=7,"abcdefghijklmnopqrst".split("").forEach((function(t){e[t]=t})),7!=f({},t)[n]||"abcdefghijklmnopqrst"!=i(f({},e)).join("")}))?function(t,e){for(var n=c(t),o=arguments.length,f=1,l=a.f,p=u.f;o>f;)for(var d,v=s(arguments[f++]),h=l?i(v).concat(l(v)):i(v),y=h.length,m=0;y>m;)d=h[m++],r&&!p.call(v,d)||(n[d]=v[d]);return n}:f},function(t,e,n){var r=n(441),o=n(443);t.exports=Object.keys||function(t){return r(t,o)}},function(t,e,n){var r=n(433);t.exports=function(t){return Object(r(t))}},function(t,e,n){t.exports=n(621)},function(t,e,n){"use strict";var r=n(19),o=n(445),i=n(622),a=n(451);function u(t){var e=new i(t),n=o(i.prototype.request,e);return r.extend(n,i.prototype,e),r.extend(n,e),n}var c=u(n(448));c.Axios=i,c.create=function(t){return u(a(c.defaults,t))},c.Cancel=n(452),c.CancelToken=n(635),c.isCancel=n(447),c.all=function(t){return Promise.all(t)},c.spread=n(636),t.exports=c,t.exports.default=c},function(t,e,n){"use strict";var r=n(19),o=n(446),i=n(623),a=n(624),u=n(451);function c(t){this.defaults=t,this.interceptors={request:new i,response:new i}}c.prototype.request=function(t){"string"==typeof t?(t=arguments[1]||{}).url=arguments[0]:t=t||{},(t=u(this.defaults,t)).method?t.method=t.method.toLowerCase():this.defaults.method?t.method=this.defaults.method.toLowerCase():t.method="get";var e=[a,void 0],n=Promise.resolve(t);for(this.interceptors.request.forEach((function(t){e.unshift(t.fulfilled,t.rejected)})),this.interceptors.response.forEach((function(t){e.push(t.fulfilled,t.rejected)}));e.length;)n=n.then(e.shift(),e.shift());return n},c.prototype.getUri=function(t){return t=u(this.defaults,t),o(t.url,t.params,t.paramsSerializer).replace(/^\?/,"")},r.forEach(["delete","get","head","options"],(function(t){c.prototype[t]=function(e,n){return this.request(r.merge(n||{},{method:t,url:e}))}})),r.forEach(["post","put","patch"],(function(t){c.prototype[t]=function(e,n,o){return this.request(r.merge(o||{},{method:t,url:e,data:n}))}})),t.exports=c},function(t,e,n){"use strict";var r=n(19);function o(){this.handlers=[]}o.prototype.use=function(t,e){return this.handlers.push({fulfilled:t,rejected:e}),this.handlers.length-1},o.prototype.eject=function(t){this.handlers[t]&&(this.handlers[t]=null)},o.prototype.forEach=function(t){r.forEach(this.handlers,(function(e){null!==e&&t(e)}))},t.exports=o},function(t,e,n){"use strict";var r=n(19),o=n(625),i=n(447),a=n(448);function u(t){t.cancelToken&&t.cancelToken.throwIfRequested()}t.exports=function(t){return u(t),t.headers=t.headers||{},t.data=o(t.data,t.headers,t.transformRequest),t.headers=r.merge(t.headers.common||{},t.headers[t.method]||{},t.headers),r.forEach(["delete","get","head","post","put","patch","common"],(function(e){delete t.headers[e]})),(t.adapter||a.adapter)(t).then((function(e){return u(t),e.data=o(e.data,e.headers,t.transformResponse),e}),(function(e){return i(e)||(u(t),e&&e.response&&(e.response.data=o(e.response.data,e.response.headers,t.transformResponse))),Promise.reject(e)}))}},function(t,e,n){"use strict";var r=n(19);t.exports=function(t,e,n){return r.forEach(n,(function(n){t=n(t,e)})),t}},function(t,e,n){"use strict";var r=n(19);t.exports=function(t,e){r.forEach(t,(function(n,r){r!==e&&r.toUpperCase()===e.toUpperCase()&&(t[e]=n,delete t[r])}))}},function(t,e,n){"use strict";var r=n(450);t.exports=function(t,e,n){var o=n.config.validateStatus;!o||o(n.status)?t(n):e(r("Request failed with status code "+n.status,n.config,null,n.request,n))}},function(t,e,n){"use strict";t.exports=function(t,e,n,r,o){return t.config=e,n&&(t.code=n),t.request=r,t.response=o,t.isAxiosError=!0,t.toJSON=function(){return{message:this.message,name:this.name,description:this.description,number:this.number,fileName:this.fileName,lineNumber:this.lineNumber,columnNumber:this.columnNumber,stack:this.stack,config:this.config,code:this.code}},t}},function(t,e,n){"use strict";var r=n(630),o=n(631);t.exports=function(t,e){return t&&!r(e)?o(t,e):e}},function(t,e,n){"use strict";t.exports=function(t){return/^([a-z][a-z\d\+\-\.]*:)?\/\//i.test(t)}},function(t,e,n){"use strict";t.exports=function(t,e){return e?t.replace(/\/+$/,"")+"/"+e.replace(/^\/+/,""):t}},function(t,e,n){"use strict";var r=n(19),o=["age","authorization","content-length","content-type","etag","expires","from","host","if-modified-since","if-unmodified-since","last-modified","location","max-forwards","proxy-authorization","referer","retry-after","user-agent"];t.exports=function(t){var e,n,i,a={};return t?(r.forEach(t.split("\n"),(function(t){if(i=t.indexOf(":"),e=r.trim(t.substr(0,i)).toLowerCase(),n=r.trim(t.substr(i+1)),e){if(a[e]&&o.indexOf(e)>=0)return;a[e]="set-cookie"===e?(a[e]?a[e]:[]).concat([n]):a[e]?a[e]+", "+n:n}})),a):a}},function(t,e,n){"use strict";var r=n(19);t.exports=r.isStandardBrowserEnv()?function(){var t,e=/(msie|trident)/i.test(navigator.userAgent),n=document.createElement("a");function o(t){var r=t;return e&&(n.setAttribute("href",r),r=n.href),n.setAttribute("href",r),{href:n.href,protocol:n.protocol?n.protocol.replace(/:$/,""):"",host:n.host,search:n.search?n.search.replace(/^\?/,""):"",hash:n.hash?n.hash.replace(/^#/,""):"",hostname:n.hostname,port:n.port,pathname:"/"===n.pathname.charAt(0)?n.pathname:"/"+n.pathname}}return t=o(window.location.href),function(e){var n=r.isString(e)?o(e):e;return n.protocol===t.protocol&&n.host===t.host}}():function(){return!0}},function(t,e,n){"use strict";var r=n(19);t.exports=r.isStandardBrowserEnv()?{write:function(t,e,n,o,i,a){var u=[];u.push(t+"="+encodeURIComponent(e)),r.isNumber(n)&&u.push("expires="+new Date(n).toGMTString()),r.isString(o)&&u.push("path="+o),r.isString(i)&&u.push("domain="+i),!0===a&&u.push("secure"),document.cookie=u.join("; ")},read:function(t){var e=document.cookie.match(new RegExp("(^|;\\s*)("+t+")=([^;]*)"));return e?decodeURIComponent(e[3]):null},remove:function(t){this.write(t,"",Date.now()-864e5)}}:{write:function(){},read:function(){return null},remove:function(){}}},function(t,e,n){"use strict";var r=n(452);function o(t){if("function"!=typeof t)throw new TypeError("executor must be a function.");var e;this.promise=new Promise((function(t){e=t}));var n=this;t((function(t){n.reason||(n.reason=new r(t),e(n.reason))}))}o.prototype.throwIfRequested=function(){if(this.reason)throw this.reason},o.source=function(){var t;return{token:new o((function(e){t=e})),cancel:t}},t.exports=o},function(t,e,n){"use strict";t.exports=function(t){return function(e){return t.apply(null,e)}}},function(t,e,n){"use strict";n(638),Object.defineProperty(e,"__esModule",{value:!0}),e.getRequestToken=function(){return i},e.onRequestTokenUpdate=function(t){a.push(t)};var r=n(41),o=document.getElementsByTagName("head")[0],i=o?o.getAttribute("data-requesttoken"):null,a=[];(0,r.subscribe)("csrf-token-update",(function(t){i=t.token,a.forEach((function(e){try{e(t.token)}catch(t){console.error("error updating CSRF token observer",t)}}))}))},function(t,e,n){"use strict";var r=n(639),o=n(658);r({target:"Array",proto:!0,forced:[].forEach!=o},{forEach:o})},function(t,e,n){var r=n(28),o=n(453).f,i=n(152),a=n(642),u=n(201),c=n(647),s=n(657);t.exports=function(t,e){var n,f,l,p,d,v=t.target,h=t.global,y=t.stat;if(n=h?r:y?r[v]||u(v,{}):(r[v]||{}).prototype)for(f in e){if(p=e[f],l=t.noTargetGet?(d=o(n,f))&&d.value:n[f],!s(h?f:v+(y?".":"#")+f,t.forced)&&void 0!==l){if(typeof p==typeof l)continue;c(p,l)}(t.sham||l&&l.sham)&&i(p,"sham",!0),a(n,f,p,t)}}},function(t,e,n){"use strict";var r={}.propertyIsEnumerable,o=Object.getOwnPropertyDescriptor,i=o&&!r.call({1:2},1);e.f=i?function(t){var e=o(this,t);return!!e&&e.enumerable}:r},function(t,e,n){var r=n(28),o=n(98),i=r.document,a=o(i)&&o(i.createElement);t.exports=function(t){return a?i.createElement(t):{}}},function(t,e,n){var r=n(28),o=n(152),i=n(56),a=n(201),u=n(462),c=n(643),s=c.get,f=c.enforce,l=String(String).split("String");(t.exports=function(t,e,n,u){var c=!!u&&!!u.unsafe,s=!!u&&!!u.enumerable,p=!!u&&!!u.noTargetGet;"function"==typeof n&&("string"!=typeof e||i(n,"name")||o(n,"name",e),f(n).source=l.join("string"==typeof e?e:"")),t!==r?(c?!p&&t[e]&&(s=!0):delete t[e],s?t[e]=n:o(t,e,n)):s?t[e]=n:a(e,n)})(Function.prototype,"toString",(function(){return"function"==typeof this&&s(this).source||u(this)}))},function(t,e,n){var r,o,i,a=n(644),u=n(28),c=n(98),s=n(152),f=n(56),l=n(645),p=n(466),d=u.WeakMap;if(a){var v=new d,h=v.get,y=v.has,m=v.set;r=function(t,e){return m.call(v,t,e),e},o=function(t){return h.call(v,t)||{}},i=function(t){return y.call(v,t)}}else{var g=l("state");p[g]=!0,r=function(t,e){return s(t,g,e),e},o=function(t){return f(t,g)?t[g]:{}},i=function(t){return f(t,g)}}t.exports={set:r,get:o,has:i,enforce:function(t){return i(t)?o(t):r(t,{})},getterFor:function(t){return function(e){var n;if(!c(e)||(n=o(e)).type!==t)throw TypeError("Incompatible receiver, "+t+" required");return n}}}},function(t,e,n){var r=n(28),o=n(462),i=r.WeakMap;t.exports="function"==typeof i&&/native code/.test(o(i))},function(t,e,n){var r=n(464),o=n(465),i=r("keys");t.exports=function(t){return i[t]||(i[t]=o(t))}},function(t,e){t.exports=!1},function(t,e,n){var r=n(56),o=n(648),i=n(453),a=n(460);t.exports=function(t,e){for(var n=o(e),u=a.f,c=i.f,s=0;s<n.length;s++){var f=n[s];r(t,f)||u(t,f,c(e,f))}}},function(t,e,n){var r=n(649),o=n(651),i=n(656),a=n(461);t.exports=r("Reflect","ownKeys")||function(t){var e=o.f(a(t)),n=i.f;return n?e.concat(n(t)):e}},function(t,e,n){var r=n(650),o=n(28),i=function(t){return"function"==typeof t?t:void 0};t.exports=function(t,e){return arguments.length<2?i(r[t])||i(o[t]):r[t]&&r[t][e]||o[t]&&o[t][e]}},function(t,e,n){var r=n(28);t.exports=r},function(t,e,n){var r=n(652),o=n(655).concat("length","prototype");e.f=Object.getOwnPropertyNames||function(t){return r(t,o)}},function(t,e,n){var r=n(56),o=n(200),i=n(653).indexOf,a=n(466);t.exports=function(t,e){var n,u=o(t),c=0,s=[];for(n in u)!r(a,n)&&r(u,n)&&s.push(n);for(;e.length>c;)r(u,n=e[c++])&&(~i(s,n)||s.push(n));return s}},function(t,e,n){var r=n(200),o=n(467),i=n(654),a=function(t){return function(e,n,a){var u,c=r(e),s=o(c.length),f=i(a,s);if(t&&n!=n){for(;s>f;)if((u=c[f++])!=u)return!0}else for(;s>f;f++)if((t||f in c)&&c[f]===n)return t||f||0;return!t&&-1}};t.exports={includes:a(!0),indexOf:a(!1)}},function(t,e,n){var r=n(468),o=Math.max,i=Math.min;t.exports=function(t,e){var n=r(t);return n<0?o(n+e,0):i(n,e)}},function(t,e){t.exports=["constructor","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","toLocaleString","toString","valueOf"]},function(t,e){e.f=Object.getOwnPropertySymbols},function(t,e,n){var r=n(55),o=/#|\.prototype\./,i=function(t,e){var n=u[a(t)];return n==s||n!=c&&("function"==typeof e?r(e):!!e)},a=i.normalize=function(t){return String(t).replace(o,".").toLowerCase()},u=i.data={},c=i.NATIVE="N",s=i.POLYFILL="P";t.exports=i},function(t,e,n){"use strict";var r=n(659).forEach,o=n(667),i=n(668),a=o("forEach"),u=i("forEach");t.exports=a&&u?[].forEach:function(t){return r(this,t,arguments.length>1?arguments[1]:void 0)}},function(t,e,n){var r=n(660),o=n(455),i=n(662),a=n(467),u=n(663),c=[].push,s=function(t){var e=1==t,n=2==t,s=3==t,f=4==t,l=6==t,p=5==t||l;return function(d,v,h,y){for(var m,g,b=i(d),x=o(b),E=r(v,h,3),O=a(x.length),w=0,_=y||u,S=e?_(d,O):n?_(d,0):void 0;O>w;w++)if((p||w in x)&&(g=E(m=x[w],w,b),t))if(e)S[w]=g;else if(g)switch(t){case 3:return!0;case 5:return m;case 6:return w;case 2:c.call(S,m)}else if(f)return!1;return l?-1:s||f?f:S}};t.exports={forEach:s(0),map:s(1),filter:s(2),some:s(3),every:s(4),find:s(5),findIndex:s(6)}},function(t,e,n){var r=n(661);t.exports=function(t,e,n){if(r(t),void 0===e)return t;switch(n){case 0:return function(){return t.call(e)};case 1:return function(n){return t.call(e,n)};case 2:return function(n,r){return t.call(e,n,r)};case 3:return function(n,r,o){return t.call(e,n,r,o)}}return function(){return t.apply(e,arguments)}}},function(t,e){t.exports=function(t){if("function"!=typeof t)throw TypeError(String(t)+" is not a function");return t}},function(t,e,n){var r=n(457);t.exports=function(t){return Object(r(t))}},function(t,e,n){var r=n(98),o=n(664),i=n(665)("species");t.exports=function(t,e){var n;return o(t)&&("function"!=typeof(n=t.constructor)||n!==Array&&!o(n.prototype)?r(n)&&null===(n=n[i])&&(n=void 0):n=void 0),new(void 0===n?Array:n)(0===e?0:e)}},function(t,e,n){var r=n(456);t.exports=Array.isArray||function(t){return"Array"==r(t)}},function(t,e,n){var r=n(28),o=n(464),i=n(56),a=n(465),u=n(469),c=n(666),s=o("wks"),f=r.Symbol,l=c?f:f&&f.withoutSetter||a;t.exports=function(t){return i(s,t)||(u&&i(f,t)?s[t]=f[t]:s[t]=l("Symbol."+t)),s[t]}},function(t,e,n){var r=n(469);t.exports=r&&!Symbol.sham&&"symbol"==typeof Symbol.iterator},function(t,e,n){"use strict";var r=n(55);t.exports=function(t,e){var n=[][t];return!!n&&r((function(){n.call(null,e||function(){throw 1},1)}))}},function(t,e,n){var r=n(97),o=n(55),i=n(56),a=Object.defineProperty,u={},c=function(t){throw t};t.exports=function(t,e){if(i(u,t))return u[t];e||(e={});var n=[][t],s=!!i(e,"ACCESSORS")&&e.ACCESSORS,f=i(e,0)?e[0]:c,l=i(e,1)?e[1]:void 0;return u[t]=!!n&&!o((function(){if(s&&!r)return!0;var t={length:-1};s?a(t,1,{enumerable:!0,get:c}):t[1]=1,n.call(t,f,l)}))}},function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.getCurrentUser=function(){if(null===o)return null;return{uid:o,displayName:a}};var r=document.getElementsByTagName("head")[0],o=r?r.getAttribute("data-user"):null,i=document.getElementsByTagName("head")[0],a=i?i.getAttribute("data-user-displayname"):null},,,,,,,,,,,,,,,function(t,e,n){var r=n(685);t.exports=!r((function(){return 7!=Object.defineProperty({},1,{get:function(){return 7}})[1]}))},function(t,e){t.exports=function(t){try{return!!t()}catch(t){return!0}}},function(t,e){var n={}.hasOwnProperty;t.exports=function(t,e){return n.call(t,e)}},,,,,,,,,,,,,,,,,,,,,function(t,e){t.exports=function(t){return"object"==typeof t?null!==t:"function"==typeof t}},function(t,e,n){var r=n(684),o=n(806),i=n(801);t.exports=r?function(t,e,n){return o.f(t,e,i(1,n))}:function(t,e,n){return t[e]=n,t}},,,,function(t,e,n){var r=n(1122);"string"==typeof r&&(r=[[t.i,r,""]]),r.locals&&(t.exports=r.locals);(0,n(101).default)("53909dca",r,!0,{})},,,,function(t,e,n){(function(t){var r=void 0!==t&&t||"undefined"!=typeof self&&self||window,o=Function.prototype.apply;function i(t,e){this._id=t,this._clearFn=e}e.setTimeout=function(){return new i(o.call(setTimeout,r,arguments),clearTimeout)},e.setInterval=function(){return new i(o.call(setInterval,r,arguments),clearInterval)},e.clearTimeout=e.clearInterval=function(t){t&&t.close()},i.prototype.unref=i.prototype.ref=function(){},i.prototype.close=function(){this._clearFn.call(r,this._id)},e.enroll=function(t,e){clearTimeout(t._idleTimeoutId),t._idleTimeout=e},e.unenroll=function(t){clearTimeout(t._idleTimeoutId),t._idleTimeout=-1},e._unrefActive=e.active=function(t){clearTimeout(t._idleTimeoutId);var e=t._idleTimeout;e>=0&&(t._idleTimeoutId=setTimeout((function(){t._onTimeout&&t._onTimeout()}),e))},n(717),e.setImmediate="undefined"!=typeof self&&self.setImmediate||void 0!==t&&t.setImmediate||this&&this.setImmediate,e.clearImmediate="undefined"!=typeof self&&self.clearImmediate||void 0!==t&&t.clearImmediate||this&&this.clearImmediate}).call(this,n(14))},function(t,e,n){(function(t,e){!function(t,n){"use strict";if(!t.setImmediate){var r,o,i,a,u,c=1,s={},f=!1,l=t.document,p=Object.getPrototypeOf&&Object.getPrototypeOf(t);p=p&&p.setTimeout?p:t,"[object process]"==={}.toString.call(t.process)?r=function(t){e.nextTick((function(){v(t)}))}:!function(){if(t.postMessage&&!t.importScripts){var e=!0,n=t.onmessage;return t.onmessage=function(){e=!1},t.postMessage("","*"),t.onmessage=n,e}}()?t.MessageChannel?((i=new MessageChannel).port1.onmessage=function(t){v(t.data)},r=function(t){i.port2.postMessage(t)}):l&&"onreadystatechange"in l.createElement("script")?(o=l.documentElement,r=function(t){var e=l.createElement("script");e.onreadystatechange=function(){v(t),e.onreadystatechange=null,o.removeChild(e),e=null},o.appendChild(e)}):r=function(t){setTimeout(v,0,t)}:(a="setImmediate$"+Math.random()+"$",u=function(e){e.source===t&&"string"==typeof e.data&&0===e.data.indexOf(a)&&v(+e.data.slice(a.length))},t.addEventListener?t.addEventListener("message",u,!1):t.attachEvent("onmessage",u),r=function(e){t.postMessage(a+e,"*")}),p.setImmediate=function(t){"function"!=typeof t&&(t=new Function(""+t));for(var e=new Array(arguments.length-1),n=0;n<e.length;n++)e[n]=arguments[n+1];var o={callback:t,args:e};return s[c]=o,r(c),c++},p.clearImmediate=d}function d(t){delete s[t]}function v(t){if(f)setTimeout(v,0,t);else{var e=s[t];if(e){f=!0;try{!function(t){var e=t.callback,n=t.args;switch(n.length){case 0:e();break;case 1:e(n[0]);break;case 2:e(n[0],n[1]);break;case 3:e(n[0],n[1],n[2]);break;default:e.apply(void 0,n)}}(e)}finally{d(t),f=!1}}}}}("undefined"==typeof self?void 0===t?this:t:self)}).call(this,n(14),n(117))},,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,function(t,e,n){var r=n(802),o=n(803);t.exports=function(t){return r(o(t))}},function(t,e,n){var r=n(261),o=n(708);t.exports=function(t,e){try{o(r,t,e)}catch(n){r[t]=e}return e}},,function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.getLoggerBuilder=i,e.getLogger=function(){return i().build()};var r=n(1094),o=n(1119);function i(){return new o.LoggerBuilder(r.buildConsoleLogger)}},,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,function(t,e,n){var r=n(684),o=n(800),i=n(801),a=n(748),u=n(804),c=n(686),s=n(805),f=Object.getOwnPropertyDescriptor;e.f=r?f:function(t,e){if(t=a(t),e=u(e,!0),s)try{return f(t,e)}catch(t){}if(c(t,e))return i(!o.f.call(t,e),t[e])}},function(t,e,n){"use strict";var r={}.propertyIsEnumerable,o=Object.getOwnPropertyDescriptor,i=o&&!r.call({1:2},1);e.f=i?function(t){var e=o(this,t);return!!e&&e.enumerable}:r},function(t,e){t.exports=function(t,e){return{enumerable:!(1&t),configurable:!(2&t),writable:!(4&t),value:e}}},function(t,e,n){var r=n(685),o=n(1097),i="".split;t.exports=r((function(){return!Object("z").propertyIsEnumerable(0)}))?function(t){return"String"==o(t)?i.call(t,""):Object(t)}:Object},function(t,e){t.exports=function(t){if(null==t)throw TypeError("Can't call method on "+t);return t}},function(t,e,n){var r=n(707);t.exports=function(t,e){if(!r(t))return t;var n,o;if(e&&"function"==typeof(n=t.toString)&&!r(o=n.call(t)))return o;if("function"==typeof(n=t.valueOf)&&!r(o=n.call(t)))return o;if(!e&&"function"==typeof(n=t.toString)&&!r(o=n.call(t)))return o;throw TypeError("Can't convert object to primitive value")}},function(t,e,n){var r=n(684),o=n(685),i=n(1098);t.exports=!r&&!o((function(){return 7!=Object.defineProperty(i("div"),"a",{get:function(){return 7}}).a}))},function(t,e,n){var r=n(684),o=n(805),i=n(807),a=n(804),u=Object.defineProperty;e.f=r?u:function(t,e,n){if(i(t),e=a(e,!0),i(n),o)try{return u(t,e,n)}catch(t){}if("get"in n||"set"in n)throw TypeError("Accessors not supported");return"value"in n&&(t[e]=n.value),t}},function(t,e,n){var r=n(707);t.exports=function(t){if(!r(t))throw TypeError(String(t)+" is not an object");return t}},function(t,e,n){var r=n(809),o=Function.toString;"function"!=typeof r.inspectSource&&(r.inspectSource=function(t){return o.call(t)}),t.exports=r.inspectSource},function(t,e,n){var r=n(261),o=n(749),i=r["__core-js_shared__"]||o("__core-js_shared__",{});t.exports=i},function(t,e){t.exports={}},function(t,e,n){var r=n(686),o=n(748),i=n(1111).indexOf,a=n(810);t.exports=function(t,e){var n,u=o(t),c=0,s=[];for(n in u)!r(a,n)&&r(u,n)&&s.push(n);for(;e.length>c;)r(u,n=e[c++])&&(~i(s,n)||s.push(n));return s}},function(t,e){var n=Math.ceil,r=Math.floor;t.exports=function(t){return isNaN(t=+t)?0:(t>0?r:n)(t)}},function(t,e){t.exports=["constructor","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","toLocaleString","toString","valueOf"]},function(t,e){e.f=Object.getOwnPropertySymbols},,,,,,,,function(t,e,n){"use strict";var r=n(1120),o=function(t){if(!Number.isInteger(t)&&t!==1/0||!(t>0))return Promise.reject(new TypeError("Expected `concurrency` to be a number from 1 and up"));var e=[],n=0,o=function(){n--,e.length>0&&e.shift()()},i=function(t,e){n++;for(var i=arguments.length,a=new Array(i>2?i-2:0),u=2;u<i;u++)a[u-2]=arguments[u];var c=r.apply(void 0,[t].concat(a));e(c),c.then(o,o)},a=function(r,o){for(var a=arguments.length,u=new Array(a>2?a-2:0),c=2;c<a;c++)u[c-2]=arguments[c];n<t?i.apply(void 0,[r,o].concat(u)):e.push(i.bind.apply(i,[null,r,o].concat(u)))},u=function(t){for(var e=arguments.length,n=new Array(e>1?e-1:0),r=1;r<e;r++)n[r-1]=arguments[r];return new Promise((function(e){return a.apply(void 0,[t,e].concat(n))}))};return Object.defineProperties(u,{activeCount:{get:function(){return n}},pendingCount:{get:function(){return e.length}}}),u};t.exports=o,t.exports.default=o},,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,function(t,e,n){"use strict";n(1095),Object.defineProperty(e,"__esModule",{value:!0}),e.buildConsoleLogger=function(t){return new i(t)},e.ConsoleLogger=void 0;var r=n(1118);function o(t,e){for(var n=0;n<e.length;n++){var r=e[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(t,r.key,r)}}var i=function(){function t(e){!function(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}(this,t),this.context=e}var e,n,i;return e=t,(n=[{key:"formatMessage",value:function(t,e,n){var r="["+e+"]";return n&&n.app&&(r+=" "+n.app+": "),r+t}},{key:"log",value:function(t,e,n){switch(t){case 0:console.debug(this.formatMessage(e,r.LogLevel.Debug,n),n);break;case 1:console.info(this.formatMessage(e,r.LogLevel.Info,n),n);break;case 2:console.warn(this.formatMessage(e,r.LogLevel.Warn,n),n);break;case 3:console.error(this.formatMessage(e,r.LogLevel.Error,n),n);break;default:console.error(this.formatMessage(e,r.LogLevel.Fatal,n),n)}}},{key:"debug",value:function(t,e){this.log(0,t,Object.assign({},this.context,e))}},{key:"info",value:function(t,e){this.log(1,t,Object.assign({},this.context,e))}},{key:"warn",value:function(t,e){this.log(2,t,Object.assign({},this.context,e))}},{key:"error",value:function(t,e){this.log(3,t,Object.assign({},this.context,e))}},{key:"fatal",value:function(t,e){this.log(4,t,Object.assign({},this.context,e))}}])&&o(e.prototype,n),i&&o(e,i),t}();e.ConsoleLogger=i},function(t,e,n){var r=n(1096),o=n(1115);r({target:"Object",stat:!0,forced:Object.assign!==o},{assign:o})},function(t,e,n){var r=n(261),o=n(799).f,i=n(708),a=n(1099),u=n(749),c=n(1106),s=n(1114);t.exports=function(t,e){var n,f,l,p,d,v=t.target,h=t.global,y=t.stat;if(n=h?r:y?r[v]||u(v,{}):(r[v]||{}).prototype)for(f in e){if(p=e[f],l=t.noTargetGet?(d=o(n,f))&&d.value:n[f],!s(h?f:v+(y?".":"#")+f,t.forced)&&void 0!==l){if(typeof p==typeof l)continue;c(p,l)}(t.sham||l&&l.sham)&&i(p,"sham",!0),a(n,f,p,t)}}},function(t,e){var n={}.toString;t.exports=function(t){return n.call(t).slice(8,-1)}},function(t,e,n){var r=n(261),o=n(707),i=r.document,a=o(i)&&o(i.createElement);t.exports=function(t){return a?i.createElement(t):{}}},function(t,e,n){var r=n(261),o=n(708),i=n(686),a=n(749),u=n(808),c=n(1100),s=c.get,f=c.enforce,l=String(String).split("String");(t.exports=function(t,e,n,u){var c=!!u&&!!u.unsafe,s=!!u&&!!u.enumerable,p=!!u&&!!u.noTargetGet;"function"==typeof n&&("string"!=typeof e||i(n,"name")||o(n,"name",e),f(n).source=l.join("string"==typeof e?e:"")),t!==r?(c?!p&&t[e]&&(s=!0):delete t[e],s?t[e]=n:o(t,e,n)):s?t[e]=n:a(e,n)})(Function.prototype,"toString",(function(){return"function"==typeof this&&s(this).source||u(this)}))},function(t,e,n){var r,o,i,a=n(1101),u=n(261),c=n(707),s=n(708),f=n(686),l=n(1102),p=n(810),d=u.WeakMap;if(a){var v=new d,h=v.get,y=v.has,m=v.set;r=function(t,e){return m.call(v,t,e),e},o=function(t){return h.call(v,t)||{}},i=function(t){return y.call(v,t)}}else{var g=l("state");p[g]=!0,r=function(t,e){return s(t,g,e),e},o=function(t){return f(t,g)?t[g]:{}},i=function(t){return f(t,g)}}t.exports={set:r,get:o,has:i,enforce:function(t){return i(t)?o(t):r(t,{})},getterFor:function(t){return function(e){var n;if(!c(e)||(n=o(e)).type!==t)throw TypeError("Incompatible receiver, "+t+" required");return n}}}},function(t,e,n){var r=n(261),o=n(808),i=r.WeakMap;t.exports="function"==typeof i&&/native code/.test(o(i))},function(t,e,n){var r=n(1103),o=n(1105),i=r("keys");t.exports=function(t){return i[t]||(i[t]=o(t))}},function(t,e,n){var r=n(1104),o=n(809);(t.exports=function(t,e){return o[t]||(o[t]=void 0!==e?e:{})})("versions",[]).push({version:"3.6.4",mode:r?"pure":"global",copyright:"© 2020 Denis Pushkarev (zloirock.ru)"})},function(t,e){t.exports=!1},function(t,e){var n=0,r=Math.random();t.exports=function(t){return"Symbol("+String(void 0===t?"":t)+")_"+(++n+r).toString(36)}},function(t,e,n){var r=n(686),o=n(1107),i=n(799),a=n(806);t.exports=function(t,e){for(var n=o(e),u=a.f,c=i.f,s=0;s<n.length;s++){var f=n[s];r(t,f)||u(t,f,c(e,f))}}},function(t,e,n){var r=n(1108),o=n(1110),i=n(814),a=n(807);t.exports=r("Reflect","ownKeys")||function(t){var e=o.f(a(t)),n=i.f;return n?e.concat(n(t)):e}},function(t,e,n){var r=n(1109),o=n(261),i=function(t){return"function"==typeof t?t:void 0};t.exports=function(t,e){return arguments.length<2?i(r[t])||i(o[t]):r[t]&&r[t][e]||o[t]&&o[t][e]}},function(t,e,n){var r=n(261);t.exports=r},function(t,e,n){var r=n(811),o=n(813).concat("length","prototype");e.f=Object.getOwnPropertyNames||function(t){return r(t,o)}},function(t,e,n){var r=n(748),o=n(1112),i=n(1113),a=function(t){return function(e,n,a){var u,c=r(e),s=o(c.length),f=i(a,s);if(t&&n!=n){for(;s>f;)if((u=c[f++])!=u)return!0}else for(;s>f;f++)if((t||f in c)&&c[f]===n)return t||f||0;return!t&&-1}};t.exports={includes:a(!0),indexOf:a(!1)}},function(t,e,n){var r=n(812),o=Math.min;t.exports=function(t){return t>0?o(r(t),9007199254740991):0}},function(t,e,n){var r=n(812),o=Math.max,i=Math.min;t.exports=function(t,e){var n=r(t);return n<0?o(n+e,0):i(n,e)}},function(t,e,n){var r=n(685),o=/#|\.prototype\./,i=function(t,e){var n=u[a(t)];return n==s||n!=c&&("function"==typeof e?r(e):!!e)},a=i.normalize=function(t){return String(t).replace(o,".").toLowerCase()},u=i.data={},c=i.NATIVE="N",s=i.POLYFILL="P";t.exports=i},function(t,e,n){"use strict";var r=n(684),o=n(685),i=n(1116),a=n(814),u=n(800),c=n(1117),s=n(802),f=Object.assign,l=Object.defineProperty;t.exports=!f||o((function(){if(r&&1!==f({b:1},f(l({},"a",{enumerable:!0,get:function(){l(this,"b",{value:3,enumerable:!1})}}),{b:2})).b)return!0;var t={},e={},n=Symbol();return t[n]=7,"abcdefghijklmnopqrst".split("").forEach((function(t){e[t]=t})),7!=f({},t)[n]||"abcdefghijklmnopqrst"!=i(f({},e)).join("")}))?function(t,e){for(var n=c(t),o=arguments.length,f=1,l=a.f,p=u.f;o>f;)for(var d,v=s(arguments[f++]),h=l?i(v).concat(l(v)):i(v),y=h.length,m=0;y>m;)d=h[m++],r&&!p.call(v,d)||(n[d]=v[d]);return n}:f},function(t,e,n){var r=n(811),o=n(813);t.exports=Object.keys||function(t){return r(t,o)}},function(t,e,n){var r=n(803);t.exports=function(t){return Object(r(t))}},function(t,e,n){"use strict";var r;Object.defineProperty(e,"__esModule",{value:!0}),e.LogLevel=void 0,e.LogLevel=r,function(t){t.Debug="DEBUG",t.Info="INFO",t.Warn="WARN",t.Error="ERROR",t.Fatal="FATAL"}(r||(e.LogLevel=r={}))},function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.LoggerBuilder=void 0;var r=n(209);function o(t,e){for(var n=0;n<e.length;n++){var r=e[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(t,r.key,r)}}var i=function(){function t(e){!function(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}(this,t),this.context={},this.factory=e}var e,n,i;return e=t,(n=[{key:"setApp",value:function(t){return this.context.app=t,this}},{key:"setUid",value:function(t){return this.context.uid=t,this}},{key:"detectUser",value:function(){var t=(0,r.getCurrentUser)();return null!==t&&(this.context.uid=t.uid),this}},{key:"build",value:function(){return this.factory(this.context)}}])&&o(e.prototype,n),i&&o(e,i),t}();e.LoggerBuilder=i},function(t,e,n){"use strict";var r=function(t){for(var e=arguments.length,n=new Array(e>1?e-1:0),r=1;r<e;r++)n[r-1]=arguments[r];return new Promise((function(e){e(t.apply(void 0,n))}))};t.exports=r,t.exports.default=r},function(t,e,n){"use strict";var r=n(712);n.n(r).a},function(t,e,n){(e=n(99)(!1)).push([t.i,"p.loading[data-v-6f58ef57],p.loading-error[data-v-6f58ef57]{height:100px}.text-center[data-v-6f58ef57]{text-align:center}.app[data-v-6f58ef57]{display:flex;flex-direction:row}.app img[data-v-6f58ef57]{height:50px;width:50px;filter:invert(1)}.app img[data-v-6f58ef57],.app .info[data-v-6f58ef57]{padding:12px}.app .info h3[data-v-6f58ef57],.app .info p[data-v-6f58ef57]{text-align:left}.app .info h3[data-v-6f58ef57]{color:#fff;margin-top:0}.app .info h3>span.icon[data-v-6f58ef57]{display:inline-block}\n",""]),t.exports=e},,,,,,,,,,,,,,,,,,,,function(t,e,n){"use strict";n.r(e);var r,o=n(209),i=n(22),a=n(104),u=n(512),c=n(751),s=null===(r=Object(o.getCurrentUser)())?Object(c.getLoggerBuilder)().setApp("core").build():Object(c.getLoggerBuilder)().setApp("core").setUid(r.uid).build(),f=n(206),l=n.n(f),p=n(475),d=n(822),v=n.n(d),h={calendar:{description:Object(a.translate)("core","Schedule work & meetings, synced with all your devices."),icon:Object(i.imagePath)("core","places/calendar.svg")},contacts:{description:Object(a.translate)("core","Keep your colleagues and friends in one place without leaking their private info."),icon:Object(i.imagePath)("core","places/contacts.svg")},mail:{description:Object(a.translate)("core","Simple email app nicely integrated with Files, Contacts and Calendar."),icon:Object(i.imagePath)("core","actions/mail.svg")},spreed:{description:Object(a.translate)("core","Chatting, video calls, screensharing, online meetings and web conferencing – in your browser and with mobile apps.")},onlyoffice:{description:Object(a.translate)("core","Collaboratively edit office documents.")},documentserver_community:{description:Object(a.translate)("core","Local document editing back-end used by the OnlyOffice app.")}},y=Object.keys(h),m=Object(p.loadState)("core","defaultPageUrl"),g={name:"RecommendedApps",data:function(){return{loadingApps:!0,loadingAppsError:!1,apps:[],defaultPageUrl:m}},computed:{recommendedApps:function(){return this.apps.filter((function(t){return y.includes(t.id)}))}},mounted:function(){var t=this;return l.a.get(Object(i.generateUrl)("settings/apps/list")).then((function(t){return t.data})).then((function(e){s.info("".concat(e.apps.length," apps fetched")),t.apps=e.apps.map((function(t){return Object.assign(t,{loading:!1,installationError:!1})})),s.debug("".concat(t.recommendedApps.length," recommended apps found"),{apps:t.recommendedApps}),t.installApps()})).catch((function(e){s.error("could not fetch app list",{error:e}),t.loadingAppsError=!0})).then((function(){t.loadingApps=!1}))},methods:{installApps:function(){var t=v()(1),e=this.recommendedApps.filter((function(t){return!t.active&&t.isCompatible&&t.canInstall})).map((function(e){return t((function(){return s.info("installing ".concat(e.id)),e.loading=!0,l.a.post(Object(i.generateUrl)("settings/apps/enable"),{appIds:[e.id],groups:[]}).catch((function(t){s.error("could not install ".concat(e.id),{error:t}),e.installationError=!0})).then((function(){s.info("installed ".concat(e.id)),e.loading=!1}))}))}));s.debug("installing ".concat(e.length," recommended apps")),Promise.all(e).then((function(){s.info("all recommended apps installed, redirecting …"),window.location=m})).catch((function(t){return s.error("could not install recommended apps",{error:t})}))},customIcon:function(t){return t in h&&h[t].icon?h[t].icon:(s.warn("no app icon for recommended app ".concat(t)),Object(i.imagePath)("core","places/default-app-icon.svg"))},customDescription:function(t){return t in h?h[t].description:(s.warn("no app description for recommended app ".concat(t)),"")}}},b=(n(1121),n(205)),x=Object(b.a)(g,(function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("div",{staticClass:"body-login-container"},[n("h2",[t._v(t._s(t.t("core","Recommended apps")))]),t._v(" "),t.loadingApps?n("p",{staticClass:"loading text-center"},[t._v("\n\t\t"+t._s(t.t("core","Loading apps …"))+"\n\t")]):t.loadingAppsError?n("p",{staticClass:"loading-error text-center"},[t._v("\n\t\t"+t._s(t.t("core","Could not fetch list of apps from the app store."))+"\n\t")]):n("p",{staticClass:"text-center"},[t._v("\n\t\t"+t._s(t.t("core","Installing apps …"))+"\n\t")]),t._v(" "),t._l(t.recommendedApps,(function(e){return n("div",{key:e.id,staticClass:"app"},[n("img",{attrs:{src:t.customIcon(e.id),alt:t.t("core","Nextcloud {app}",{app:e.name})}}),t._v(" "),n("div",{staticClass:"info"},[n("h3",[t._v("\n\t\t\t\t"+t._s(e.name)+"\n\t\t\t\t"),e.loading?n("span",{staticClass:"icon icon-loading-small"}):e.active?n("span",{staticClass:"icon icon-checkmark-white"}):t._e()]),t._v(" "),n("p",{domProps:{innerHTML:t._s(t.customDescription(e.id))}}),t._v(" "),e.installationError?n("p",[n("strong",[t._v(t._s(t.t("core","App download or installation failed")))])]):e.isCompatible?e.canInstall?t._e():n("p",[n("strong",[t._v(t._s(t.t("core","Can't install this app")))])]):n("p",[n("strong",[t._v(t._s(t.t("core","Can't install this app because it is not compatible")))])])])])})),t._v(" "),n("p",{staticClass:"text-center"},[n("a",{attrs:{href:t.defaultPageUrl}},[t._v(t._s(t.t("core","Cancel")))])])],2)}),[],!1,null,"6f58ef57",null).exports;
-/*
+var r=Object.freeze({});function o(t){return null==t}function i(t){return null!=t}function a(t){return!0===t}function s(t){return"string"==typeof t||"number"==typeof t||"symbol"==typeof t||"boolean"==typeof t}function c(t){return null!==t&&"object"==typeof t}var u=Object.prototype.toString;function f(t){return"[object Object]"===u.call(t)}function l(t){return"[object RegExp]"===u.call(t)}function p(t){var e=parseFloat(String(t));return e>=0&&Math.floor(e)===e&&isFinite(t)}function d(t){return i(t)&&"function"==typeof t.then&&"function"==typeof t.catch}function h(t){return null==t?"":Array.isArray(t)||f(t)&&t.toString===u?JSON.stringify(t,null,2):String(t)}function v(t){var e=parseFloat(t);return isNaN(e)?t:e}function m(t,e){for(var n=Object.create(null),r=t.split(","),o=0;o<r.length;o++)n[r[o]]=!0;return e?function(t){return n[t.toLowerCase()]}:function(t){return n[t]}}m("slot,component",!0);var g=m("key,ref,slot,slot-scope,is");function y(t,e){if(t.length){var n=t.indexOf(e);if(n>-1)return t.splice(n,1)}}var b=Object.prototype.hasOwnProperty;function _(t,e){return b.call(t,e)}function E(t){var e=Object.create(null);return function(n){return e[n]||(e[n]=t(n))}}var x=/-(\w)/g,w=E((function(t){return t.replace(x,(function(t,e){return e?e.toUpperCase():""}))})),O=E((function(t){return t.charAt(0).toUpperCase()+t.slice(1)})),A=/\B([A-Z])/g,S=E((function(t){return t.replace(A,"-$1").toLowerCase()}));var C=Function.prototype.bind?function(t,e){return t.bind(e)}:function(t,e){function n(n){var r=arguments.length;return r?r>1?t.apply(e,arguments):t.call(e,n):t.call(e)}return n._length=t.length,n};function I(t,e){e=e||0;for(var n=t.length-e,r=new Array(n);n--;)r[n]=t[n+e];return r}function T(t,e){for(var n in e)t[n]=e[n];return t}function N(t){for(var e={},n=0;n<t.length;n++)t[n]&&T(e,t[n]);return e}function R(t,e,n){}var j=function(t,e,n){return!1},L=function(t){return t};function k(t,e){if(t===e)return!0;var n=c(t),r=c(e);if(!n||!r)return!n&&!r&&String(t)===String(e);try{var o=Array.isArray(t),i=Array.isArray(e);if(o&&i)return t.length===e.length&&t.every((function(t,n){return k(t,e[n])}));if(t instanceof Date&&e instanceof Date)return t.getTime()===e.getTime();if(o||i)return!1;var a=Object.keys(t),s=Object.keys(e);return a.length===s.length&&a.every((function(n){return k(t[n],e[n])}))}catch(t){return!1}}function P(t,e){for(var n=0;n<t.length;n++)if(k(t[n],e))return n;return-1}function $(t){var e=!1;return function(){e||(e=!0,t.apply(this,arguments))}}var M=["component","directive","filter"],D=["beforeCreate","created","beforeMount","mounted","beforeUpdate","updated","beforeDestroy","destroyed","activated","deactivated","errorCaptured","serverPrefetch"],U={optionMergeStrategies:Object.create(null),silent:!1,productionTip:!1,devtools:!1,performance:!1,errorHandler:null,warnHandler:null,ignoredElements:[],keyCodes:Object.create(null),isReservedTag:j,isReservedAttr:j,isUnknownElement:j,getTagNamespace:R,parsePlatformTagName:L,mustUseProp:j,async:!0,_lifecycleHooks:D},F=/a-zA-Z\u00B7\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u037D\u037F-\u1FFF\u200C-\u200D\u203F-\u2040\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD/;function B(t,e,n,r){Object.defineProperty(t,e,{value:n,enumerable:!!r,writable:!0,configurable:!0})}var G=new RegExp("[^"+F.source+".$_\\d]");var z,V="__proto__"in{},q="undefined"!=typeof window,X="undefined"!=typeof WXEnvironment&&!!WXEnvironment.platform,H=X&&WXEnvironment.platform.toLowerCase(),W=q&&window.navigator.userAgent.toLowerCase(),K=W&&/msie|trident/.test(W),Y=W&&W.indexOf("msie 9.0")>0,J=W&&W.indexOf("edge/")>0,Z=(W&&W.indexOf("android"),W&&/iphone|ipad|ipod|ios/.test(W)||"ios"===H),Q=(W&&/chrome\/\d+/.test(W),W&&/phantomjs/.test(W),W&&W.match(/firefox\/(\d+)/)),tt={}.watch,et=!1;if(q)try{var nt={};Object.defineProperty(nt,"passive",{get:function(){et=!0}}),window.addEventListener("test-passive",null,nt)}catch(t){}var rt=function(){return void 0===z&&(z=!q&&!X&&void 0!==t&&(t.process&&"server"===t.process.env.VUE_ENV)),z},ot=q&&window.__VUE_DEVTOOLS_GLOBAL_HOOK__;function it(t){return"function"==typeof t&&/native code/.test(t.toString())}var at,st="undefined"!=typeof Symbol&&it(Symbol)&&"undefined"!=typeof Reflect&&it(Reflect.ownKeys);at="undefined"!=typeof Set&&it(Set)?Set:function(){function t(){this.set=Object.create(null)}return t.prototype.has=function(t){return!0===this.set[t]},t.prototype.add=function(t){this.set[t]=!0},t.prototype.clear=function(){this.set=Object.create(null)},t}();var ct=R,ut=0,ft=function(){this.id=ut++,this.subs=[]};ft.prototype.addSub=function(t){this.subs.push(t)},ft.prototype.removeSub=function(t){y(this.subs,t)},ft.prototype.depend=function(){ft.target&&ft.target.addDep(this)},ft.prototype.notify=function(){var t=this.subs.slice();for(var e=0,n=t.length;e<n;e++)t[e].update()},ft.target=null;var lt=[];function pt(t){lt.push(t),ft.target=t}function dt(){lt.pop(),ft.target=lt[lt.length-1]}var ht=function(t,e,n,r,o,i,a,s){this.tag=t,this.data=e,this.children=n,this.text=r,this.elm=o,this.ns=void 0,this.context=i,this.fnContext=void 0,this.fnOptions=void 0,this.fnScopeId=void 0,this.key=e&&e.key,this.componentOptions=a,this.componentInstance=void 0,this.parent=void 0,this.raw=!1,this.isStatic=!1,this.isRootInsert=!0,this.isComment=!1,this.isCloned=!1,this.isOnce=!1,this.asyncFactory=s,this.asyncMeta=void 0,this.isAsyncPlaceholder=!1},vt={child:{configurable:!0}};vt.child.get=function(){return this.componentInstance},Object.defineProperties(ht.prototype,vt);var mt=function(t){void 0===t&&(t="");var e=new ht;return e.text=t,e.isComment=!0,e};function gt(t){return new ht(void 0,void 0,void 0,String(t))}function yt(t){var e=new ht(t.tag,t.data,t.children&&t.children.slice(),t.text,t.elm,t.context,t.componentOptions,t.asyncFactory);return e.ns=t.ns,e.isStatic=t.isStatic,e.key=t.key,e.isComment=t.isComment,e.fnContext=t.fnContext,e.fnOptions=t.fnOptions,e.fnScopeId=t.fnScopeId,e.asyncMeta=t.asyncMeta,e.isCloned=!0,e}var bt=Array.prototype,_t=Object.create(bt);["push","pop","shift","unshift","splice","sort","reverse"].forEach((function(t){var e=bt[t];B(_t,t,(function(){for(var n=[],r=arguments.length;r--;)n[r]=arguments[r];var o,i=e.apply(this,n),a=this.__ob__;switch(t){case"push":case"unshift":o=n;break;case"splice":o=n.slice(2)}return o&&a.observeArray(o),a.dep.notify(),i}))}));var Et=Object.getOwnPropertyNames(_t),xt=!0;function wt(t){xt=t}var Ot=function(t){this.value=t,this.dep=new ft,this.vmCount=0,B(t,"__ob__",this),Array.isArray(t)?(V?function(t,e){t.__proto__=e}(t,_t):function(t,e,n){for(var r=0,o=n.length;r<o;r++){var i=n[r];B(t,i,e[i])}}(t,_t,Et),this.observeArray(t)):this.walk(t)};function At(t,e){var n;if(c(t)&&!(t instanceof ht))return _(t,"__ob__")&&t.__ob__ instanceof Ot?n=t.__ob__:xt&&!rt()&&(Array.isArray(t)||f(t))&&Object.isExtensible(t)&&!t._isVue&&(n=new Ot(t)),e&&n&&n.vmCount++,n}function St(t,e,n,r,o){var i=new ft,a=Object.getOwnPropertyDescriptor(t,e);if(!a||!1!==a.configurable){var s=a&&a.get,c=a&&a.set;s&&!c||2!==arguments.length||(n=t[e]);var u=!o&&At(n);Object.defineProperty(t,e,{enumerable:!0,configurable:!0,get:function(){var e=s?s.call(t):n;return ft.target&&(i.depend(),u&&(u.dep.depend(),Array.isArray(e)&&Tt(e))),e},set:function(e){var r=s?s.call(t):n;e===r||e!=e&&r!=r||s&&!c||(c?c.call(t,e):n=e,u=!o&&At(e),i.notify())}})}}function Ct(t,e,n){if(Array.isArray(t)&&p(e))return t.length=Math.max(t.length,e),t.splice(e,1,n),n;if(e in t&&!(e in Object.prototype))return t[e]=n,n;var r=t.__ob__;return t._isVue||r&&r.vmCount?n:r?(St(r.value,e,n),r.dep.notify(),n):(t[e]=n,n)}function It(t,e){if(Array.isArray(t)&&p(e))t.splice(e,1);else{var n=t.__ob__;t._isVue||n&&n.vmCount||_(t,e)&&(delete t[e],n&&n.dep.notify())}}function Tt(t){for(var e=void 0,n=0,r=t.length;n<r;n++)(e=t[n])&&e.__ob__&&e.__ob__.dep.depend(),Array.isArray(e)&&Tt(e)}Ot.prototype.walk=function(t){for(var e=Object.keys(t),n=0;n<e.length;n++)St(t,e[n])},Ot.prototype.observeArray=function(t){for(var e=0,n=t.length;e<n;e++)At(t[e])};var Nt=U.optionMergeStrategies;function Rt(t,e){if(!e)return t;for(var n,r,o,i=st?Reflect.ownKeys(e):Object.keys(e),a=0;a<i.length;a++)"__ob__"!==(n=i[a])&&(r=t[n],o=e[n],_(t,n)?r!==o&&f(r)&&f(o)&&Rt(r,o):Ct(t,n,o));return t}function jt(t,e,n){return n?function(){var r="function"==typeof e?e.call(n,n):e,o="function"==typeof t?t.call(n,n):t;return r?Rt(r,o):o}:e?t?function(){return Rt("function"==typeof e?e.call(this,this):e,"function"==typeof t?t.call(this,this):t)}:e:t}function Lt(t,e){var n=e?t?t.concat(e):Array.isArray(e)?e:[e]:t;return n?function(t){for(var e=[],n=0;n<t.length;n++)-1===e.indexOf(t[n])&&e.push(t[n]);return e}(n):n}function kt(t,e,n,r){var o=Object.create(t||null);return e?T(o,e):o}Nt.data=function(t,e,n){return n?jt(t,e,n):e&&"function"!=typeof e?t:jt(t,e)},D.forEach((function(t){Nt[t]=Lt})),M.forEach((function(t){Nt[t+"s"]=kt})),Nt.watch=function(t,e,n,r){if(t===tt&&(t=void 0),e===tt&&(e=void 0),!e)return Object.create(t||null);if(!t)return e;var o={};for(var i in T(o,t),e){var a=o[i],s=e[i];a&&!Array.isArray(a)&&(a=[a]),o[i]=a?a.concat(s):Array.isArray(s)?s:[s]}return o},Nt.props=Nt.methods=Nt.inject=Nt.computed=function(t,e,n,r){if(!t)return e;var o=Object.create(null);return T(o,t),e&&T(o,e),o},Nt.provide=jt;var Pt=function(t,e){return void 0===e?t:e};function $t(t,e,n){if("function"==typeof e&&(e=e.options),function(t,e){var n=t.props;if(n){var r,o,i={};if(Array.isArray(n))for(r=n.length;r--;)"string"==typeof(o=n[r])&&(i[w(o)]={type:null});else if(f(n))for(var a in n)o=n[a],i[w(a)]=f(o)?o:{type:o};else 0;t.props=i}}(e),function(t,e){var n=t.inject;if(n){var r=t.inject={};if(Array.isArray(n))for(var o=0;o<n.length;o++)r[n[o]]={from:n[o]};else if(f(n))for(var i in n){var a=n[i];r[i]=f(a)?T({from:i},a):{from:a}}else 0}}(e),function(t){var e=t.directives;if(e)for(var n in e){var r=e[n];"function"==typeof r&&(e[n]={bind:r,update:r})}}(e),!e._base&&(e.extends&&(t=$t(t,e.extends,n)),e.mixins))for(var r=0,o=e.mixins.length;r<o;r++)t=$t(t,e.mixins[r],n);var i,a={};for(i in t)s(i);for(i in e)_(t,i)||s(i);function s(r){var o=Nt[r]||Pt;a[r]=o(t[r],e[r],n,r)}return a}function Mt(t,e,n,r){if("string"==typeof n){var o=t[e];if(_(o,n))return o[n];var i=w(n);if(_(o,i))return o[i];var a=O(i);return _(o,a)?o[a]:o[n]||o[i]||o[a]}}function Dt(t,e,n,r){var o=e[t],i=!_(n,t),a=n[t],s=Bt(Boolean,o.type);if(s>-1)if(i&&!_(o,"default"))a=!1;else if(""===a||a===S(t)){var c=Bt(String,o.type);(c<0||s<c)&&(a=!0)}if(void 0===a){a=function(t,e,n){if(!_(e,"default"))return;var r=e.default;0;if(t&&t.$options.propsData&&void 0===t.$options.propsData[n]&&void 0!==t._props[n])return t._props[n];return"function"==typeof r&&"Function"!==Ut(e.type)?r.call(t):r}(r,o,t);var u=xt;wt(!0),At(a),wt(u)}return a}function Ut(t){var e=t&&t.toString().match(/^\s*function (\w+)/);return e?e[1]:""}function Ft(t,e){return Ut(t)===Ut(e)}function Bt(t,e){if(!Array.isArray(e))return Ft(e,t)?0:-1;for(var n=0,r=e.length;n<r;n++)if(Ft(e[n],t))return n;return-1}function Gt(t,e,n){pt();try{if(e)for(var r=e;r=r.$parent;){var o=r.$options.errorCaptured;if(o)for(var i=0;i<o.length;i++)try{if(!1===o[i].call(r,t,e,n))return}catch(t){Vt(t,r,"errorCaptured hook")}}Vt(t,e,n)}finally{dt()}}function zt(t,e,n,r,o){var i;try{(i=n?t.apply(e,n):t.call(e))&&!i._isVue&&d(i)&&!i._handled&&(i.catch((function(t){return Gt(t,r,o+" (Promise/async)")})),i._handled=!0)}catch(t){Gt(t,r,o)}return i}function Vt(t,e,n){if(U.errorHandler)try{return U.errorHandler.call(null,t,e,n)}catch(e){e!==t&&qt(e,null,"config.errorHandler")}qt(t,e,n)}function qt(t,e,n){if(!q&&!X||"undefined"==typeof console)throw t;console.error(t)}var Xt,Ht=!1,Wt=[],Kt=!1;function Yt(){Kt=!1;var t=Wt.slice(0);Wt.length=0;for(var e=0;e<t.length;e++)t[e]()}if("undefined"!=typeof Promise&&it(Promise)){var Jt=Promise.resolve();Xt=function(){Jt.then(Yt),Z&&setTimeout(R)},Ht=!0}else if(K||"undefined"==typeof MutationObserver||!it(MutationObserver)&&"[object MutationObserverConstructor]"!==MutationObserver.toString())Xt=void 0!==n&&it(n)?function(){n(Yt)}:function(){setTimeout(Yt,0)};else{var Zt=1,Qt=new MutationObserver(Yt),te=document.createTextNode(String(Zt));Qt.observe(te,{characterData:!0}),Xt=function(){Zt=(Zt+1)%2,te.data=String(Zt)},Ht=!0}function ee(t,e){var n;if(Wt.push((function(){if(t)try{t.call(e)}catch(t){Gt(t,e,"nextTick")}else n&&n(e)})),Kt||(Kt=!0,Xt()),!t&&"undefined"!=typeof Promise)return new Promise((function(t){n=t}))}var ne=new at;function re(t){!function t(e,n){var r,o,i=Array.isArray(e);if(!i&&!c(e)||Object.isFrozen(e)||e instanceof ht)return;if(e.__ob__){var a=e.__ob__.dep.id;if(n.has(a))return;n.add(a)}if(i)for(r=e.length;r--;)t(e[r],n);else for(o=Object.keys(e),r=o.length;r--;)t(e[o[r]],n)}(t,ne),ne.clear()}var oe=E((function(t){var e="&"===t.charAt(0),n="~"===(t=e?t.slice(1):t).charAt(0),r="!"===(t=n?t.slice(1):t).charAt(0);return{name:t=r?t.slice(1):t,once:n,capture:r,passive:e}}));function ie(t,e){function n(){var t=arguments,r=n.fns;if(!Array.isArray(r))return zt(r,null,arguments,e,"v-on handler");for(var o=r.slice(),i=0;i<o.length;i++)zt(o[i],null,t,e,"v-on handler")}return n.fns=t,n}function ae(t,e,n,r,i,s){var c,u,f,l;for(c in t)u=t[c],f=e[c],l=oe(c),o(u)||(o(f)?(o(u.fns)&&(u=t[c]=ie(u,s)),a(l.once)&&(u=t[c]=i(l.name,u,l.capture)),n(l.name,u,l.capture,l.passive,l.params)):u!==f&&(f.fns=u,t[c]=f));for(c in e)o(t[c])&&r((l=oe(c)).name,e[c],l.capture)}function se(t,e,n){var r;t instanceof ht&&(t=t.data.hook||(t.data.hook={}));var s=t[e];function c(){n.apply(this,arguments),y(r.fns,c)}o(s)?r=ie([c]):i(s.fns)&&a(s.merged)?(r=s).fns.push(c):r=ie([s,c]),r.merged=!0,t[e]=r}function ce(t,e,n,r,o){if(i(e)){if(_(e,n))return t[n]=e[n],o||delete e[n],!0;if(_(e,r))return t[n]=e[r],o||delete e[r],!0}return!1}function ue(t){return s(t)?[gt(t)]:Array.isArray(t)?function t(e,n){var r,c,u,f,l=[];for(r=0;r<e.length;r++)o(c=e[r])||"boolean"==typeof c||(u=l.length-1,f=l[u],Array.isArray(c)?c.length>0&&(fe((c=t(c,(n||"")+"_"+r))[0])&&fe(f)&&(l[u]=gt(f.text+c[0].text),c.shift()),l.push.apply(l,c)):s(c)?fe(f)?l[u]=gt(f.text+c):""!==c&&l.push(gt(c)):fe(c)&&fe(f)?l[u]=gt(f.text+c.text):(a(e._isVList)&&i(c.tag)&&o(c.key)&&i(n)&&(c.key="__vlist"+n+"_"+r+"__"),l.push(c)));return l}(t):void 0}function fe(t){return i(t)&&i(t.text)&&!1===t.isComment}function le(t,e){if(t){for(var n=Object.create(null),r=st?Reflect.ownKeys(t):Object.keys(t),o=0;o<r.length;o++){var i=r[o];if("__ob__"!==i){for(var a=t[i].from,s=e;s;){if(s._provided&&_(s._provided,a)){n[i]=s._provided[a];break}s=s.$parent}if(!s)if("default"in t[i]){var c=t[i].default;n[i]="function"==typeof c?c.call(e):c}else 0}}return n}}function pe(t,e){if(!t||!t.length)return{};for(var n={},r=0,o=t.length;r<o;r++){var i=t[r],a=i.data;if(a&&a.attrs&&a.attrs.slot&&delete a.attrs.slot,i.context!==e&&i.fnContext!==e||!a||null==a.slot)(n.default||(n.default=[])).push(i);else{var s=a.slot,c=n[s]||(n[s]=[]);"template"===i.tag?c.push.apply(c,i.children||[]):c.push(i)}}for(var u in n)n[u].every(de)&&delete n[u];return n}function de(t){return t.isComment&&!t.asyncFactory||" "===t.text}function he(t,e,n){var o,i=Object.keys(e).length>0,a=t?!!t.$stable:!i,s=t&&t.$key;if(t){if(t._normalized)return t._normalized;if(a&&n&&n!==r&&s===n.$key&&!i&&!n.$hasNormal)return n;for(var c in o={},t)t[c]&&"$"!==c[0]&&(o[c]=ve(e,c,t[c]))}else o={};for(var u in e)u in o||(o[u]=me(e,u));return t&&Object.isExtensible(t)&&(t._normalized=o),B(o,"$stable",a),B(o,"$key",s),B(o,"$hasNormal",i),o}function ve(t,e,n){var r=function(){var t=arguments.length?n.apply(null,arguments):n({});return(t=t&&"object"==typeof t&&!Array.isArray(t)?[t]:ue(t))&&(0===t.length||1===t.length&&t[0].isComment)?void 0:t};return n.proxy&&Object.defineProperty(t,e,{get:r,enumerable:!0,configurable:!0}),r}function me(t,e){return function(){return t[e]}}function ge(t,e){var n,r,o,a,s;if(Array.isArray(t)||"string"==typeof t)for(n=new Array(t.length),r=0,o=t.length;r<o;r++)n[r]=e(t[r],r);else if("number"==typeof t)for(n=new Array(t),r=0;r<t;r++)n[r]=e(r+1,r);else if(c(t))if(st&&t[Symbol.iterator]){n=[];for(var u=t[Symbol.iterator](),f=u.next();!f.done;)n.push(e(f.value,n.length)),f=u.next()}else for(a=Object.keys(t),n=new Array(a.length),r=0,o=a.length;r<o;r++)s=a[r],n[r]=e(t[s],s,r);return i(n)||(n=[]),n._isVList=!0,n}function ye(t,e,n,r){var o,i=this.$scopedSlots[t];i?(n=n||{},r&&(n=T(T({},r),n)),o=i(n)||e):o=this.$slots[t]||e;var a=n&&n.slot;return a?this.$createElement("template",{slot:a},o):o}function be(t){return Mt(this.$options,"filters",t)||L}function _e(t,e){return Array.isArray(t)?-1===t.indexOf(e):t!==e}function Ee(t,e,n,r,o){var i=U.keyCodes[e]||n;return o&&r&&!U.keyCodes[e]?_e(o,r):i?_e(i,t):r?S(r)!==e:void 0}function xe(t,e,n,r,o){if(n)if(c(n)){var i;Array.isArray(n)&&(n=N(n));var a=function(a){if("class"===a||"style"===a||g(a))i=t;else{var s=t.attrs&&t.attrs.type;i=r||U.mustUseProp(e,s,a)?t.domProps||(t.domProps={}):t.attrs||(t.attrs={})}var c=w(a),u=S(a);c in i||u in i||(i[a]=n[a],o&&((t.on||(t.on={}))["update:"+a]=function(t){n[a]=t}))};for(var s in n)a(s)}else;return t}function we(t,e){var n=this._staticTrees||(this._staticTrees=[]),r=n[t];return r&&!e||Ae(r=n[t]=this.$options.staticRenderFns[t].call(this._renderProxy,null,this),"__static__"+t,!1),r}function Oe(t,e,n){return Ae(t,"__once__"+e+(n?"_"+n:""),!0),t}function Ae(t,e,n){if(Array.isArray(t))for(var r=0;r<t.length;r++)t[r]&&"string"!=typeof t[r]&&Se(t[r],e+"_"+r,n);else Se(t,e,n)}function Se(t,e,n){t.isStatic=!0,t.key=e,t.isOnce=n}function Ce(t,e){if(e)if(f(e)){var n=t.on=t.on?T({},t.on):{};for(var r in e){var o=n[r],i=e[r];n[r]=o?[].concat(o,i):i}}else;return t}function Ie(t,e,n,r){e=e||{$stable:!n};for(var o=0;o<t.length;o++){var i=t[o];Array.isArray(i)?Ie(i,e,n):i&&(i.proxy&&(i.fn.proxy=!0),e[i.key]=i.fn)}return r&&(e.$key=r),e}function Te(t,e){for(var n=0;n<e.length;n+=2){var r=e[n];"string"==typeof r&&r&&(t[e[n]]=e[n+1])}return t}function Ne(t,e){return"string"==typeof t?e+t:t}function Re(t){t._o=Oe,t._n=v,t._s=h,t._l=ge,t._t=ye,t._q=k,t._i=P,t._m=we,t._f=be,t._k=Ee,t._b=xe,t._v=gt,t._e=mt,t._u=Ie,t._g=Ce,t._d=Te,t._p=Ne}function je(t,e,n,o,i){var s,c=this,u=i.options;_(o,"_uid")?(s=Object.create(o))._original=o:(s=o,o=o._original);var f=a(u._compiled),l=!f;this.data=t,this.props=e,this.children=n,this.parent=o,this.listeners=t.on||r,this.injections=le(u.inject,o),this.slots=function(){return c.$slots||he(t.scopedSlots,c.$slots=pe(n,o)),c.$slots},Object.defineProperty(this,"scopedSlots",{enumerable:!0,get:function(){return he(t.scopedSlots,this.slots())}}),f&&(this.$options=u,this.$slots=this.slots(),this.$scopedSlots=he(t.scopedSlots,this.$slots)),u._scopeId?this._c=function(t,e,n,r){var i=Ue(s,t,e,n,r,l);return i&&!Array.isArray(i)&&(i.fnScopeId=u._scopeId,i.fnContext=o),i}:this._c=function(t,e,n,r){return Ue(s,t,e,n,r,l)}}function Le(t,e,n,r,o){var i=yt(t);return i.fnContext=n,i.fnOptions=r,e.slot&&((i.data||(i.data={})).slot=e.slot),i}function ke(t,e){for(var n in e)t[w(n)]=e[n]}Re(je.prototype);var Pe={init:function(t,e){if(t.componentInstance&&!t.componentInstance._isDestroyed&&t.data.keepAlive){var n=t;Pe.prepatch(n,n)}else{(t.componentInstance=function(t,e){var n={_isComponent:!0,_parentVnode:t,parent:e},r=t.data.inlineTemplate;i(r)&&(n.render=r.render,n.staticRenderFns=r.staticRenderFns);return new t.componentOptions.Ctor(n)}(t,Ke)).$mount(e?t.elm:void 0,e)}},prepatch:function(t,e){var n=e.componentOptions;!function(t,e,n,o,i){0;var a=o.data.scopedSlots,s=t.$scopedSlots,c=!!(a&&!a.$stable||s!==r&&!s.$stable||a&&t.$scopedSlots.$key!==a.$key),u=!!(i||t.$options._renderChildren||c);t.$options._parentVnode=o,t.$vnode=o,t._vnode&&(t._vnode.parent=o);if(t.$options._renderChildren=i,t.$attrs=o.data.attrs||r,t.$listeners=n||r,e&&t.$options.props){wt(!1);for(var f=t._props,l=t.$options._propKeys||[],p=0;p<l.length;p++){var d=l[p],h=t.$options.props;f[d]=Dt(d,h,e,t)}wt(!0),t.$options.propsData=e}n=n||r;var v=t.$options._parentListeners;t.$options._parentListeners=n,We(t,n,v),u&&(t.$slots=pe(i,o.context),t.$forceUpdate());0}(e.componentInstance=t.componentInstance,n.propsData,n.listeners,e,n.children)},insert:function(t){var e,n=t.context,r=t.componentInstance;r._isMounted||(r._isMounted=!0,Qe(r,"mounted")),t.data.keepAlive&&(n._isMounted?((e=r)._inactive=!1,en.push(e)):Ze(r,!0))},destroy:function(t){var e=t.componentInstance;e._isDestroyed||(t.data.keepAlive?function t(e,n){if(n&&(e._directInactive=!0,Je(e)))return;if(!e._inactive){e._inactive=!0;for(var r=0;r<e.$children.length;r++)t(e.$children[r]);Qe(e,"deactivated")}}(e,!0):e.$destroy())}},$e=Object.keys(Pe);function Me(t,e,n,s,u){if(!o(t)){var f=n.$options._base;if(c(t)&&(t=f.extend(t)),"function"==typeof t){var l;if(o(t.cid)&&void 0===(t=function(t,e){if(a(t.error)&&i(t.errorComp))return t.errorComp;if(i(t.resolved))return t.resolved;var n=Be;n&&i(t.owners)&&-1===t.owners.indexOf(n)&&t.owners.push(n);if(a(t.loading)&&i(t.loadingComp))return t.loadingComp;if(n&&!i(t.owners)){var r=t.owners=[n],s=!0,u=null,f=null;n.$on("hook:destroyed",(function(){return y(r,n)}));var l=function(t){for(var e=0,n=r.length;e<n;e++)r[e].$forceUpdate();t&&(r.length=0,null!==u&&(clearTimeout(u),u=null),null!==f&&(clearTimeout(f),f=null))},p=$((function(n){t.resolved=Ge(n,e),s?r.length=0:l(!0)})),h=$((function(e){i(t.errorComp)&&(t.error=!0,l(!0))})),v=t(p,h);return c(v)&&(d(v)?o(t.resolved)&&v.then(p,h):d(v.component)&&(v.component.then(p,h),i(v.error)&&(t.errorComp=Ge(v.error,e)),i(v.loading)&&(t.loadingComp=Ge(v.loading,e),0===v.delay?t.loading=!0:u=setTimeout((function(){u=null,o(t.resolved)&&o(t.error)&&(t.loading=!0,l(!1))}),v.delay||200)),i(v.timeout)&&(f=setTimeout((function(){f=null,o(t.resolved)&&h(null)}),v.timeout)))),s=!1,t.loading?t.loadingComp:t.resolved}}(l=t,f)))return function(t,e,n,r,o){var i=mt();return i.asyncFactory=t,i.asyncMeta={data:e,context:n,children:r,tag:o},i}(l,e,n,s,u);e=e||{},xn(t),i(e.model)&&function(t,e){var n=t.model&&t.model.prop||"value",r=t.model&&t.model.event||"input";(e.attrs||(e.attrs={}))[n]=e.model.value;var o=e.on||(e.on={}),a=o[r],s=e.model.callback;i(a)?(Array.isArray(a)?-1===a.indexOf(s):a!==s)&&(o[r]=[s].concat(a)):o[r]=s}(t.options,e);var p=function(t,e,n){var r=e.options.props;if(!o(r)){var a={},s=t.attrs,c=t.props;if(i(s)||i(c))for(var u in r){var f=S(u);ce(a,c,u,f,!0)||ce(a,s,u,f,!1)}return a}}(e,t);if(a(t.options.functional))return function(t,e,n,o,a){var s=t.options,c={},u=s.props;if(i(u))for(var f in u)c[f]=Dt(f,u,e||r);else i(n.attrs)&&ke(c,n.attrs),i(n.props)&&ke(c,n.props);var l=new je(n,c,a,o,t),p=s.render.call(null,l._c,l);if(p instanceof ht)return Le(p,n,l.parent,s,l);if(Array.isArray(p)){for(var d=ue(p)||[],h=new Array(d.length),v=0;v<d.length;v++)h[v]=Le(d[v],n,l.parent,s,l);return h}}(t,p,e,n,s);var h=e.on;if(e.on=e.nativeOn,a(t.options.abstract)){var v=e.slot;e={},v&&(e.slot=v)}!function(t){for(var e=t.hook||(t.hook={}),n=0;n<$e.length;n++){var r=$e[n],o=e[r],i=Pe[r];o===i||o&&o._merged||(e[r]=o?De(i,o):i)}}(e);var m=t.options.name||u;return new ht("vue-component-"+t.cid+(m?"-"+m:""),e,void 0,void 0,void 0,n,{Ctor:t,propsData:p,listeners:h,tag:u,children:s},l)}}}function De(t,e){var n=function(n,r){t(n,r),e(n,r)};return n._merged=!0,n}function Ue(t,e,n,r,u,f){return(Array.isArray(n)||s(n))&&(u=r,r=n,n=void 0),a(f)&&(u=2),function(t,e,n,r,s){if(i(n)&&i(n.__ob__))return mt();i(n)&&i(n.is)&&(e=n.is);if(!e)return mt();0;Array.isArray(r)&&"function"==typeof r[0]&&((n=n||{}).scopedSlots={default:r[0]},r.length=0);2===s?r=ue(r):1===s&&(r=function(t){for(var e=0;e<t.length;e++)if(Array.isArray(t[e]))return Array.prototype.concat.apply([],t);return t}(r));var u,f;if("string"==typeof e){var l;f=t.$vnode&&t.$vnode.ns||U.getTagNamespace(e),u=U.isReservedTag(e)?new ht(U.parsePlatformTagName(e),n,r,void 0,void 0,t):n&&n.pre||!i(l=Mt(t.$options,"components",e))?new ht(e,n,r,void 0,void 0,t):Me(l,n,t,r,e)}else u=Me(e,n,t,r);return Array.isArray(u)?u:i(u)?(i(f)&&function t(e,n,r){e.ns=n,"foreignObject"===e.tag&&(n=void 0,r=!0);if(i(e.children))for(var s=0,c=e.children.length;s<c;s++){var u=e.children[s];i(u.tag)&&(o(u.ns)||a(r)&&"svg"!==u.tag)&&t(u,n,r)}}(u,f),i(n)&&function(t){c(t.style)&&re(t.style);c(t.class)&&re(t.class)}(n),u):mt()}(t,e,n,r,u)}var Fe,Be=null;function Ge(t,e){return(t.__esModule||st&&"Module"===t[Symbol.toStringTag])&&(t=t.default),c(t)?e.extend(t):t}function ze(t){return t.isComment&&t.asyncFactory}function Ve(t){if(Array.isArray(t))for(var e=0;e<t.length;e++){var n=t[e];if(i(n)&&(i(n.componentOptions)||ze(n)))return n}}function qe(t,e){Fe.$on(t,e)}function Xe(t,e){Fe.$off(t,e)}function He(t,e){var n=Fe;return function r(){var o=e.apply(null,arguments);null!==o&&n.$off(t,r)}}function We(t,e,n){Fe=t,ae(e,n||{},qe,Xe,He,t),Fe=void 0}var Ke=null;function Ye(t){var e=Ke;return Ke=t,function(){Ke=e}}function Je(t){for(;t&&(t=t.$parent);)if(t._inactive)return!0;return!1}function Ze(t,e){if(e){if(t._directInactive=!1,Je(t))return}else if(t._directInactive)return;if(t._inactive||null===t._inactive){t._inactive=!1;for(var n=0;n<t.$children.length;n++)Ze(t.$children[n]);Qe(t,"activated")}}function Qe(t,e){pt();var n=t.$options[e],r=e+" hook";if(n)for(var o=0,i=n.length;o<i;o++)zt(n[o],t,null,t,r);t._hasHookEvent&&t.$emit("hook:"+e),dt()}var tn=[],en=[],nn={},rn=!1,on=!1,an=0;var sn=0,cn=Date.now;if(q&&!K){var un=window.performance;un&&"function"==typeof un.now&&cn()>document.createEvent("Event").timeStamp&&(cn=function(){return un.now()})}function fn(){var t,e;for(sn=cn(),on=!0,tn.sort((function(t,e){return t.id-e.id})),an=0;an<tn.length;an++)(t=tn[an]).before&&t.before(),e=t.id,nn[e]=null,t.run();var n=en.slice(),r=tn.slice();an=tn.length=en.length=0,nn={},rn=on=!1,function(t){for(var e=0;e<t.length;e++)t[e]._inactive=!0,Ze(t[e],!0)}(n),function(t){var e=t.length;for(;e--;){var n=t[e],r=n.vm;r._watcher===n&&r._isMounted&&!r._isDestroyed&&Qe(r,"updated")}}(r),ot&&U.devtools&&ot.emit("flush")}var ln=0,pn=function(t,e,n,r,o){this.vm=t,o&&(t._watcher=this),t._watchers.push(this),r?(this.deep=!!r.deep,this.user=!!r.user,this.lazy=!!r.lazy,this.sync=!!r.sync,this.before=r.before):this.deep=this.user=this.lazy=this.sync=!1,this.cb=n,this.id=++ln,this.active=!0,this.dirty=this.lazy,this.deps=[],this.newDeps=[],this.depIds=new at,this.newDepIds=new at,this.expression="","function"==typeof e?this.getter=e:(this.getter=function(t){if(!G.test(t)){var e=t.split(".");return function(t){for(var n=0;n<e.length;n++){if(!t)return;t=t[e[n]]}return t}}}(e),this.getter||(this.getter=R)),this.value=this.lazy?void 0:this.get()};pn.prototype.get=function(){var t;pt(this);var e=this.vm;try{t=this.getter.call(e,e)}catch(t){if(!this.user)throw t;Gt(t,e,'getter for watcher "'+this.expression+'"')}finally{this.deep&&re(t),dt(),this.cleanupDeps()}return t},pn.prototype.addDep=function(t){var e=t.id;this.newDepIds.has(e)||(this.newDepIds.add(e),this.newDeps.push(t),this.depIds.has(e)||t.addSub(this))},pn.prototype.cleanupDeps=function(){for(var t=this.deps.length;t--;){var e=this.deps[t];this.newDepIds.has(e.id)||e.removeSub(this)}var n=this.depIds;this.depIds=this.newDepIds,this.newDepIds=n,this.newDepIds.clear(),n=this.deps,this.deps=this.newDeps,this.newDeps=n,this.newDeps.length=0},pn.prototype.update=function(){this.lazy?this.dirty=!0:this.sync?this.run():function(t){var e=t.id;if(null==nn[e]){if(nn[e]=!0,on){for(var n=tn.length-1;n>an&&tn[n].id>t.id;)n--;tn.splice(n+1,0,t)}else tn.push(t);rn||(rn=!0,ee(fn))}}(this)},pn.prototype.run=function(){if(this.active){var t=this.get();if(t!==this.value||c(t)||this.deep){var e=this.value;if(this.value=t,this.user)try{this.cb.call(this.vm,t,e)}catch(t){Gt(t,this.vm,'callback for watcher "'+this.expression+'"')}else this.cb.call(this.vm,t,e)}}},pn.prototype.evaluate=function(){this.value=this.get(),this.dirty=!1},pn.prototype.depend=function(){for(var t=this.deps.length;t--;)this.deps[t].depend()},pn.prototype.teardown=function(){if(this.active){this.vm._isBeingDestroyed||y(this.vm._watchers,this);for(var t=this.deps.length;t--;)this.deps[t].removeSub(this);this.active=!1}};var dn={enumerable:!0,configurable:!0,get:R,set:R};function hn(t,e,n){dn.get=function(){return this[e][n]},dn.set=function(t){this[e][n]=t},Object.defineProperty(t,n,dn)}function vn(t){t._watchers=[];var e=t.$options;e.props&&function(t,e){var n=t.$options.propsData||{},r=t._props={},o=t.$options._propKeys=[];t.$parent&&wt(!1);var i=function(i){o.push(i);var a=Dt(i,e,n,t);St(r,i,a),i in t||hn(t,"_props",i)};for(var a in e)i(a);wt(!0)}(t,e.props),e.methods&&function(t,e){t.$options.props;for(var n in e)t[n]="function"!=typeof e[n]?R:C(e[n],t)}(t,e.methods),e.data?function(t){var e=t.$options.data;f(e=t._data="function"==typeof e?function(t,e){pt();try{return t.call(e,e)}catch(t){return Gt(t,e,"data()"),{}}finally{dt()}}(e,t):e||{})||(e={});var n=Object.keys(e),r=t.$options.props,o=(t.$options.methods,n.length);for(;o--;){var i=n[o];0,r&&_(r,i)||(a=void 0,36!==(a=(i+"").charCodeAt(0))&&95!==a&&hn(t,"_data",i))}var a;At(e,!0)}(t):At(t._data={},!0),e.computed&&function(t,e){var n=t._computedWatchers=Object.create(null),r=rt();for(var o in e){var i=e[o],a="function"==typeof i?i:i.get;0,r||(n[o]=new pn(t,a||R,R,mn)),o in t||gn(t,o,i)}}(t,e.computed),e.watch&&e.watch!==tt&&function(t,e){for(var n in e){var r=e[n];if(Array.isArray(r))for(var o=0;o<r.length;o++)_n(t,n,r[o]);else _n(t,n,r)}}(t,e.watch)}var mn={lazy:!0};function gn(t,e,n){var r=!rt();"function"==typeof n?(dn.get=r?yn(e):bn(n),dn.set=R):(dn.get=n.get?r&&!1!==n.cache?yn(e):bn(n.get):R,dn.set=n.set||R),Object.defineProperty(t,e,dn)}function yn(t){return function(){var e=this._computedWatchers&&this._computedWatchers[t];if(e)return e.dirty&&e.evaluate(),ft.target&&e.depend(),e.value}}function bn(t){return function(){return t.call(this,this)}}function _n(t,e,n,r){return f(n)&&(r=n,n=n.handler),"string"==typeof n&&(n=t[n]),t.$watch(e,n,r)}var En=0;function xn(t){var e=t.options;if(t.super){var n=xn(t.super);if(n!==t.superOptions){t.superOptions=n;var r=function(t){var e,n=t.options,r=t.sealedOptions;for(var o in n)n[o]!==r[o]&&(e||(e={}),e[o]=n[o]);return e}(t);r&&T(t.extendOptions,r),(e=t.options=$t(n,t.extendOptions)).name&&(e.components[e.name]=t)}}return e}function wn(t){this._init(t)}function On(t){t.cid=0;var e=1;t.extend=function(t){t=t||{};var n=this,r=n.cid,o=t._Ctor||(t._Ctor={});if(o[r])return o[r];var i=t.name||n.options.name;var a=function(t){this._init(t)};return(a.prototype=Object.create(n.prototype)).constructor=a,a.cid=e++,a.options=$t(n.options,t),a.super=n,a.options.props&&function(t){var e=t.options.props;for(var n in e)hn(t.prototype,"_props",n)}(a),a.options.computed&&function(t){var e=t.options.computed;for(var n in e)gn(t.prototype,n,e[n])}(a),a.extend=n.extend,a.mixin=n.mixin,a.use=n.use,M.forEach((function(t){a[t]=n[t]})),i&&(a.options.components[i]=a),a.superOptions=n.options,a.extendOptions=t,a.sealedOptions=T({},a.options),o[r]=a,a}}function An(t){return t&&(t.Ctor.options.name||t.tag)}function Sn(t,e){return Array.isArray(t)?t.indexOf(e)>-1:"string"==typeof t?t.split(",").indexOf(e)>-1:!!l(t)&&t.test(e)}function Cn(t,e){var n=t.cache,r=t.keys,o=t._vnode;for(var i in n){var a=n[i];if(a){var s=An(a.componentOptions);s&&!e(s)&&In(n,i,r,o)}}}function In(t,e,n,r){var o=t[e];!o||r&&o.tag===r.tag||o.componentInstance.$destroy(),t[e]=null,y(n,e)}!function(t){t.prototype._init=function(t){var e=this;e._uid=En++,e._isVue=!0,t&&t._isComponent?function(t,e){var n=t.$options=Object.create(t.constructor.options),r=e._parentVnode;n.parent=e.parent,n._parentVnode=r;var o=r.componentOptions;n.propsData=o.propsData,n._parentListeners=o.listeners,n._renderChildren=o.children,n._componentTag=o.tag,e.render&&(n.render=e.render,n.staticRenderFns=e.staticRenderFns)}(e,t):e.$options=$t(xn(e.constructor),t||{},e),e._renderProxy=e,e._self=e,function(t){var e=t.$options,n=e.parent;if(n&&!e.abstract){for(;n.$options.abstract&&n.$parent;)n=n.$parent;n.$children.push(t)}t.$parent=n,t.$root=n?n.$root:t,t.$children=[],t.$refs={},t._watcher=null,t._inactive=null,t._directInactive=!1,t._isMounted=!1,t._isDestroyed=!1,t._isBeingDestroyed=!1}(e),function(t){t._events=Object.create(null),t._hasHookEvent=!1;var e=t.$options._parentListeners;e&&We(t,e)}(e),function(t){t._vnode=null,t._staticTrees=null;var e=t.$options,n=t.$vnode=e._parentVnode,o=n&&n.context;t.$slots=pe(e._renderChildren,o),t.$scopedSlots=r,t._c=function(e,n,r,o){return Ue(t,e,n,r,o,!1)},t.$createElement=function(e,n,r,o){return Ue(t,e,n,r,o,!0)};var i=n&&n.data;St(t,"$attrs",i&&i.attrs||r,null,!0),St(t,"$listeners",e._parentListeners||r,null,!0)}(e),Qe(e,"beforeCreate"),function(t){var e=le(t.$options.inject,t);e&&(wt(!1),Object.keys(e).forEach((function(n){St(t,n,e[n])})),wt(!0))}(e),vn(e),function(t){var e=t.$options.provide;e&&(t._provided="function"==typeof e?e.call(t):e)}(e),Qe(e,"created"),e.$options.el&&e.$mount(e.$options.el)}}(wn),function(t){var e={get:function(){return this._data}},n={get:function(){return this._props}};Object.defineProperty(t.prototype,"$data",e),Object.defineProperty(t.prototype,"$props",n),t.prototype.$set=Ct,t.prototype.$delete=It,t.prototype.$watch=function(t,e,n){if(f(e))return _n(this,t,e,n);(n=n||{}).user=!0;var r=new pn(this,t,e,n);if(n.immediate)try{e.call(this,r.value)}catch(t){Gt(t,this,'callback for immediate watcher "'+r.expression+'"')}return function(){r.teardown()}}}(wn),function(t){var e=/^hook:/;t.prototype.$on=function(t,n){var r=this;if(Array.isArray(t))for(var o=0,i=t.length;o<i;o++)r.$on(t[o],n);else(r._events[t]||(r._events[t]=[])).push(n),e.test(t)&&(r._hasHookEvent=!0);return r},t.prototype.$once=function(t,e){var n=this;function r(){n.$off(t,r),e.apply(n,arguments)}return r.fn=e,n.$on(t,r),n},t.prototype.$off=function(t,e){var n=this;if(!arguments.length)return n._events=Object.create(null),n;if(Array.isArray(t)){for(var r=0,o=t.length;r<o;r++)n.$off(t[r],e);return n}var i,a=n._events[t];if(!a)return n;if(!e)return n._events[t]=null,n;for(var s=a.length;s--;)if((i=a[s])===e||i.fn===e){a.splice(s,1);break}return n},t.prototype.$emit=function(t){var e=this,n=e._events[t];if(n){n=n.length>1?I(n):n;for(var r=I(arguments,1),o='event handler for "'+t+'"',i=0,a=n.length;i<a;i++)zt(n[i],e,r,e,o)}return e}}(wn),function(t){t.prototype._update=function(t,e){var n=this,r=n.$el,o=n._vnode,i=Ye(n);n._vnode=t,n.$el=o?n.__patch__(o,t):n.__patch__(n.$el,t,e,!1),i(),r&&(r.__vue__=null),n.$el&&(n.$el.__vue__=n),n.$vnode&&n.$parent&&n.$vnode===n.$parent._vnode&&(n.$parent.$el=n.$el)},t.prototype.$forceUpdate=function(){this._watcher&&this._watcher.update()},t.prototype.$destroy=function(){var t=this;if(!t._isBeingDestroyed){Qe(t,"beforeDestroy"),t._isBeingDestroyed=!0;var e=t.$parent;!e||e._isBeingDestroyed||t.$options.abstract||y(e.$children,t),t._watcher&&t._watcher.teardown();for(var n=t._watchers.length;n--;)t._watchers[n].teardown();t._data.__ob__&&t._data.__ob__.vmCount--,t._isDestroyed=!0,t.__patch__(t._vnode,null),Qe(t,"destroyed"),t.$off(),t.$el&&(t.$el.__vue__=null),t.$vnode&&(t.$vnode.parent=null)}}}(wn),function(t){Re(t.prototype),t.prototype.$nextTick=function(t){return ee(t,this)},t.prototype._render=function(){var t,e=this,n=e.$options,r=n.render,o=n._parentVnode;o&&(e.$scopedSlots=he(o.data.scopedSlots,e.$slots,e.$scopedSlots)),e.$vnode=o;try{Be=e,t=r.call(e._renderProxy,e.$createElement)}catch(n){Gt(n,e,"render"),t=e._vnode}finally{Be=null}return Array.isArray(t)&&1===t.length&&(t=t[0]),t instanceof ht||(t=mt()),t.parent=o,t}}(wn);var Tn=[String,RegExp,Array],Nn={KeepAlive:{name:"keep-alive",abstract:!0,props:{include:Tn,exclude:Tn,max:[String,Number]},created:function(){this.cache=Object.create(null),this.keys=[]},destroyed:function(){for(var t in this.cache)In(this.cache,t,this.keys)},mounted:function(){var t=this;this.$watch("include",(function(e){Cn(t,(function(t){return Sn(e,t)}))})),this.$watch("exclude",(function(e){Cn(t,(function(t){return!Sn(e,t)}))}))},render:function(){var t=this.$slots.default,e=Ve(t),n=e&&e.componentOptions;if(n){var r=An(n),o=this.include,i=this.exclude;if(o&&(!r||!Sn(o,r))||i&&r&&Sn(i,r))return e;var a=this.cache,s=this.keys,c=null==e.key?n.Ctor.cid+(n.tag?"::"+n.tag:""):e.key;a[c]?(e.componentInstance=a[c].componentInstance,y(s,c),s.push(c)):(a[c]=e,s.push(c),this.max&&s.length>parseInt(this.max)&&In(a,s[0],s,this._vnode)),e.data.keepAlive=!0}return e||t&&t[0]}}};!function(t){var e={get:function(){return U}};Object.defineProperty(t,"config",e),t.util={warn:ct,extend:T,mergeOptions:$t,defineReactive:St},t.set=Ct,t.delete=It,t.nextTick=ee,t.observable=function(t){return At(t),t},t.options=Object.create(null),M.forEach((function(e){t.options[e+"s"]=Object.create(null)})),t.options._base=t,T(t.options.components,Nn),function(t){t.use=function(t){var e=this._installedPlugins||(this._installedPlugins=[]);if(e.indexOf(t)>-1)return this;var n=I(arguments,1);return n.unshift(this),"function"==typeof t.install?t.install.apply(t,n):"function"==typeof t&&t.apply(null,n),e.push(t),this}}(t),function(t){t.mixin=function(t){return this.options=$t(this.options,t),this}}(t),On(t),function(t){M.forEach((function(e){t[e]=function(t,n){return n?("component"===e&&f(n)&&(n.name=n.name||t,n=this.options._base.extend(n)),"directive"===e&&"function"==typeof n&&(n={bind:n,update:n}),this.options[e+"s"][t]=n,n):this.options[e+"s"][t]}}))}(t)}(wn),Object.defineProperty(wn.prototype,"$isServer",{get:rt}),Object.defineProperty(wn.prototype,"$ssrContext",{get:function(){return this.$vnode&&this.$vnode.ssrContext}}),Object.defineProperty(wn,"FunctionalRenderContext",{value:je}),wn.version="2.6.12";var Rn=m("style,class"),jn=m("input,textarea,option,select,progress"),Ln=m("contenteditable,draggable,spellcheck"),kn=m("events,caret,typing,plaintext-only"),Pn=m("allowfullscreen,async,autofocus,autoplay,checked,compact,controls,declare,default,defaultchecked,defaultmuted,defaultselected,defer,disabled,enabled,formnovalidate,hidden,indeterminate,inert,ismap,itemscope,loop,multiple,muted,nohref,noresize,noshade,novalidate,nowrap,open,pauseonexit,readonly,required,reversed,scoped,seamless,selected,sortable,translate,truespeed,typemustmatch,visible"),$n="http://www.w3.org/1999/xlink",Mn=function(t){return":"===t.charAt(5)&&"xlink"===t.slice(0,5)},Dn=function(t){return Mn(t)?t.slice(6,t.length):""},Un=function(t){return null==t||!1===t};function Fn(t){for(var e=t.data,n=t,r=t;i(r.componentInstance);)(r=r.componentInstance._vnode)&&r.data&&(e=Bn(r.data,e));for(;i(n=n.parent);)n&&n.data&&(e=Bn(e,n.data));return function(t,e){if(i(t)||i(e))return Gn(t,zn(e));return""}(e.staticClass,e.class)}function Bn(t,e){return{staticClass:Gn(t.staticClass,e.staticClass),class:i(t.class)?[t.class,e.class]:e.class}}function Gn(t,e){return t?e?t+" "+e:t:e||""}function zn(t){return Array.isArray(t)?function(t){for(var e,n="",r=0,o=t.length;r<o;r++)i(e=zn(t[r]))&&""!==e&&(n&&(n+=" "),n+=e);return n}(t):c(t)?function(t){var e="";for(var n in t)t[n]&&(e&&(e+=" "),e+=n);return e}(t):"string"==typeof t?t:""}var Vn={svg:"http://www.w3.org/2000/svg",math:"http://www.w3.org/1998/Math/MathML"},qn=m("html,body,base,head,link,meta,style,title,address,article,aside,footer,header,h1,h2,h3,h4,h5,h6,hgroup,nav,section,div,dd,dl,dt,figcaption,figure,picture,hr,img,li,main,ol,p,pre,ul,a,b,abbr,bdi,bdo,br,cite,code,data,dfn,em,i,kbd,mark,q,rp,rt,rtc,ruby,s,samp,small,span,strong,sub,sup,time,u,var,wbr,area,audio,map,track,video,embed,object,param,source,canvas,script,noscript,del,ins,caption,col,colgroup,table,thead,tbody,td,th,tr,button,datalist,fieldset,form,input,label,legend,meter,optgroup,option,output,progress,select,textarea,details,dialog,menu,menuitem,summary,content,element,shadow,template,blockquote,iframe,tfoot"),Xn=m("svg,animate,circle,clippath,cursor,defs,desc,ellipse,filter,font-face,foreignObject,g,glyph,image,line,marker,mask,missing-glyph,path,pattern,polygon,polyline,rect,switch,symbol,text,textpath,tspan,use,view",!0),Hn=function(t){return qn(t)||Xn(t)};var Wn=Object.create(null);var Kn=m("text,number,password,search,email,tel,url");var Yn=Object.freeze({createElement:function(t,e){var n=document.createElement(t);return"select"!==t||e.data&&e.data.attrs&&void 0!==e.data.attrs.multiple&&n.setAttribute("multiple","multiple"),n},createElementNS:function(t,e){return document.createElementNS(Vn[t],e)},createTextNode:function(t){return document.createTextNode(t)},createComment:function(t){return document.createComment(t)},insertBefore:function(t,e,n){t.insertBefore(e,n)},removeChild:function(t,e){t.removeChild(e)},appendChild:function(t,e){t.appendChild(e)},parentNode:function(t){return t.parentNode},nextSibling:function(t){return t.nextSibling},tagName:function(t){return t.tagName},setTextContent:function(t,e){t.textContent=e},setStyleScope:function(t,e){t.setAttribute(e,"")}}),Jn={create:function(t,e){Zn(e)},update:function(t,e){t.data.ref!==e.data.ref&&(Zn(t,!0),Zn(e))},destroy:function(t){Zn(t,!0)}};function Zn(t,e){var n=t.data.ref;if(i(n)){var r=t.context,o=t.componentInstance||t.elm,a=r.$refs;e?Array.isArray(a[n])?y(a[n],o):a[n]===o&&(a[n]=void 0):t.data.refInFor?Array.isArray(a[n])?a[n].indexOf(o)<0&&a[n].push(o):a[n]=[o]:a[n]=o}}var Qn=new ht("",{},[]),tr=["create","activate","update","remove","destroy"];function er(t,e){return t.key===e.key&&(t.tag===e.tag&&t.isComment===e.isComment&&i(t.data)===i(e.data)&&function(t,e){if("input"!==t.tag)return!0;var n,r=i(n=t.data)&&i(n=n.attrs)&&n.type,o=i(n=e.data)&&i(n=n.attrs)&&n.type;return r===o||Kn(r)&&Kn(o)}(t,e)||a(t.isAsyncPlaceholder)&&t.asyncFactory===e.asyncFactory&&o(e.asyncFactory.error))}function nr(t,e,n){var r,o,a={};for(r=e;r<=n;++r)i(o=t[r].key)&&(a[o]=r);return a}var rr={create:or,update:or,destroy:function(t){or(t,Qn)}};function or(t,e){(t.data.directives||e.data.directives)&&function(t,e){var n,r,o,i=t===Qn,a=e===Qn,s=ar(t.data.directives,t.context),c=ar(e.data.directives,e.context),u=[],f=[];for(n in c)r=s[n],o=c[n],r?(o.oldValue=r.value,o.oldArg=r.arg,cr(o,"update",e,t),o.def&&o.def.componentUpdated&&f.push(o)):(cr(o,"bind",e,t),o.def&&o.def.inserted&&u.push(o));if(u.length){var l=function(){for(var n=0;n<u.length;n++)cr(u[n],"inserted",e,t)};i?se(e,"insert",l):l()}f.length&&se(e,"postpatch",(function(){for(var n=0;n<f.length;n++)cr(f[n],"componentUpdated",e,t)}));if(!i)for(n in s)c[n]||cr(s[n],"unbind",t,t,a)}(t,e)}var ir=Object.create(null);function ar(t,e){var n,r,o=Object.create(null);if(!t)return o;for(n=0;n<t.length;n++)(r=t[n]).modifiers||(r.modifiers=ir),o[sr(r)]=r,r.def=Mt(e.$options,"directives",r.name);return o}function sr(t){return t.rawName||t.name+"."+Object.keys(t.modifiers||{}).join(".")}function cr(t,e,n,r,o){var i=t.def&&t.def[e];if(i)try{i(n.elm,t,n,r,o)}catch(r){Gt(r,n.context,"directive "+t.name+" "+e+" hook")}}var ur=[Jn,rr];function fr(t,e){var n=e.componentOptions;if(!(i(n)&&!1===n.Ctor.options.inheritAttrs||o(t.data.attrs)&&o(e.data.attrs))){var r,a,s=e.elm,c=t.data.attrs||{},u=e.data.attrs||{};for(r in i(u.__ob__)&&(u=e.data.attrs=T({},u)),u)a=u[r],c[r]!==a&&lr(s,r,a);for(r in(K||J)&&u.value!==c.value&&lr(s,"value",u.value),c)o(u[r])&&(Mn(r)?s.removeAttributeNS($n,Dn(r)):Ln(r)||s.removeAttribute(r))}}function lr(t,e,n){t.tagName.indexOf("-")>-1?pr(t,e,n):Pn(e)?Un(n)?t.removeAttribute(e):(n="allowfullscreen"===e&&"EMBED"===t.tagName?"true":e,t.setAttribute(e,n)):Ln(e)?t.setAttribute(e,function(t,e){return Un(e)||"false"===e?"false":"contenteditable"===t&&kn(e)?e:"true"}(e,n)):Mn(e)?Un(n)?t.removeAttributeNS($n,Dn(e)):t.setAttributeNS($n,e,n):pr(t,e,n)}function pr(t,e,n){if(Un(n))t.removeAttribute(e);else{if(K&&!Y&&"TEXTAREA"===t.tagName&&"placeholder"===e&&""!==n&&!t.__ieph){var r=function(e){e.stopImmediatePropagation(),t.removeEventListener("input",r)};t.addEventListener("input",r),t.__ieph=!0}t.setAttribute(e,n)}}var dr={create:fr,update:fr};function hr(t,e){var n=e.elm,r=e.data,a=t.data;if(!(o(r.staticClass)&&o(r.class)&&(o(a)||o(a.staticClass)&&o(a.class)))){var s=Fn(e),c=n._transitionClasses;i(c)&&(s=Gn(s,zn(c))),s!==n._prevClass&&(n.setAttribute("class",s),n._prevClass=s)}}var vr,mr={create:hr,update:hr};function gr(t,e,n){var r=vr;return function o(){var i=e.apply(null,arguments);null!==i&&_r(t,o,n,r)}}var yr=Ht&&!(Q&&Number(Q[1])<=53);function br(t,e,n,r){if(yr){var o=sn,i=e;e=i._wrapper=function(t){if(t.target===t.currentTarget||t.timeStamp>=o||t.timeStamp<=0||t.target.ownerDocument!==document)return i.apply(this,arguments)}}vr.addEventListener(t,e,et?{capture:n,passive:r}:n)}function _r(t,e,n,r){(r||vr).removeEventListener(t,e._wrapper||e,n)}function Er(t,e){if(!o(t.data.on)||!o(e.data.on)){var n=e.data.on||{},r=t.data.on||{};vr=e.elm,function(t){if(i(t.__r)){var e=K?"change":"input";t[e]=[].concat(t.__r,t[e]||[]),delete t.__r}i(t.__c)&&(t.change=[].concat(t.__c,t.change||[]),delete t.__c)}(n),ae(n,r,br,_r,gr,e.context),vr=void 0}}var xr,wr={create:Er,update:Er};function Or(t,e){if(!o(t.data.domProps)||!o(e.data.domProps)){var n,r,a=e.elm,s=t.data.domProps||{},c=e.data.domProps||{};for(n in i(c.__ob__)&&(c=e.data.domProps=T({},c)),s)n in c||(a[n]="");for(n in c){if(r=c[n],"textContent"===n||"innerHTML"===n){if(e.children&&(e.children.length=0),r===s[n])continue;1===a.childNodes.length&&a.removeChild(a.childNodes[0])}if("value"===n&&"PROGRESS"!==a.tagName){a._value=r;var u=o(r)?"":String(r);Ar(a,u)&&(a.value=u)}else if("innerHTML"===n&&Xn(a.tagName)&&o(a.innerHTML)){(xr=xr||document.createElement("div")).innerHTML="<svg>"+r+"</svg>";for(var f=xr.firstChild;a.firstChild;)a.removeChild(a.firstChild);for(;f.firstChild;)a.appendChild(f.firstChild)}else if(r!==s[n])try{a[n]=r}catch(t){}}}}function Ar(t,e){return!t.composing&&("OPTION"===t.tagName||function(t,e){var n=!0;try{n=document.activeElement!==t}catch(t){}return n&&t.value!==e}(t,e)||function(t,e){var n=t.value,r=t._vModifiers;if(i(r)){if(r.number)return v(n)!==v(e);if(r.trim)return n.trim()!==e.trim()}return n!==e}(t,e))}var Sr={create:Or,update:Or},Cr=E((function(t){var e={},n=/:(.+)/;return t.split(/;(?![^(]*\))/g).forEach((function(t){if(t){var r=t.split(n);r.length>1&&(e[r[0].trim()]=r[1].trim())}})),e}));function Ir(t){var e=Tr(t.style);return t.staticStyle?T(t.staticStyle,e):e}function Tr(t){return Array.isArray(t)?N(t):"string"==typeof t?Cr(t):t}var Nr,Rr=/^--/,jr=/\s*!important$/,Lr=function(t,e,n){if(Rr.test(e))t.style.setProperty(e,n);else if(jr.test(n))t.style.setProperty(S(e),n.replace(jr,""),"important");else{var r=Pr(e);if(Array.isArray(n))for(var o=0,i=n.length;o<i;o++)t.style[r]=n[o];else t.style[r]=n}},kr=["Webkit","Moz","ms"],Pr=E((function(t){if(Nr=Nr||document.createElement("div").style,"filter"!==(t=w(t))&&t in Nr)return t;for(var e=t.charAt(0).toUpperCase()+t.slice(1),n=0;n<kr.length;n++){var r=kr[n]+e;if(r in Nr)return r}}));function $r(t,e){var n=e.data,r=t.data;if(!(o(n.staticStyle)&&o(n.style)&&o(r.staticStyle)&&o(r.style))){var a,s,c=e.elm,u=r.staticStyle,f=r.normalizedStyle||r.style||{},l=u||f,p=Tr(e.data.style)||{};e.data.normalizedStyle=i(p.__ob__)?T({},p):p;var d=function(t,e){var n,r={};if(e)for(var o=t;o.componentInstance;)(o=o.componentInstance._vnode)&&o.data&&(n=Ir(o.data))&&T(r,n);(n=Ir(t.data))&&T(r,n);for(var i=t;i=i.parent;)i.data&&(n=Ir(i.data))&&T(r,n);return r}(e,!0);for(s in l)o(d[s])&&Lr(c,s,"");for(s in d)(a=d[s])!==l[s]&&Lr(c,s,null==a?"":a)}}var Mr={create:$r,update:$r},Dr=/\s+/;function Ur(t,e){if(e&&(e=e.trim()))if(t.classList)e.indexOf(" ")>-1?e.split(Dr).forEach((function(e){return t.classList.add(e)})):t.classList.add(e);else{var n=" "+(t.getAttribute("class")||"")+" ";n.indexOf(" "+e+" ")<0&&t.setAttribute("class",(n+e).trim())}}function Fr(t,e){if(e&&(e=e.trim()))if(t.classList)e.indexOf(" ")>-1?e.split(Dr).forEach((function(e){return t.classList.remove(e)})):t.classList.remove(e),t.classList.length||t.removeAttribute("class");else{for(var n=" "+(t.getAttribute("class")||"")+" ",r=" "+e+" ";n.indexOf(r)>=0;)n=n.replace(r," ");(n=n.trim())?t.setAttribute("class",n):t.removeAttribute("class")}}function Br(t){if(t){if("object"==typeof t){var e={};return!1!==t.css&&T(e,Gr(t.name||"v")),T(e,t),e}return"string"==typeof t?Gr(t):void 0}}var Gr=E((function(t){return{enterClass:t+"-enter",enterToClass:t+"-enter-to",enterActiveClass:t+"-enter-active",leaveClass:t+"-leave",leaveToClass:t+"-leave-to",leaveActiveClass:t+"-leave-active"}})),zr=q&&!Y,Vr="transition",qr="transitionend",Xr="animation",Hr="animationend";zr&&(void 0===window.ontransitionend&&void 0!==window.onwebkittransitionend&&(Vr="WebkitTransition",qr="webkitTransitionEnd"),void 0===window.onanimationend&&void 0!==window.onwebkitanimationend&&(Xr="WebkitAnimation",Hr="webkitAnimationEnd"));var Wr=q?window.requestAnimationFrame?window.requestAnimationFrame.bind(window):setTimeout:function(t){return t()};function Kr(t){Wr((function(){Wr(t)}))}function Yr(t,e){var n=t._transitionClasses||(t._transitionClasses=[]);n.indexOf(e)<0&&(n.push(e),Ur(t,e))}function Jr(t,e){t._transitionClasses&&y(t._transitionClasses,e),Fr(t,e)}function Zr(t,e,n){var r=to(t,e),o=r.type,i=r.timeout,a=r.propCount;if(!o)return n();var s="transition"===o?qr:Hr,c=0,u=function(){t.removeEventListener(s,f),n()},f=function(e){e.target===t&&++c>=a&&u()};setTimeout((function(){c<a&&u()}),i+1),t.addEventListener(s,f)}var Qr=/\b(transform|all)(,|$)/;function to(t,e){var n,r=window.getComputedStyle(t),o=(r[Vr+"Delay"]||"").split(", "),i=(r[Vr+"Duration"]||"").split(", "),a=eo(o,i),s=(r[Xr+"Delay"]||"").split(", "),c=(r[Xr+"Duration"]||"").split(", "),u=eo(s,c),f=0,l=0;return"transition"===e?a>0&&(n="transition",f=a,l=i.length):"animation"===e?u>0&&(n="animation",f=u,l=c.length):l=(n=(f=Math.max(a,u))>0?a>u?"transition":"animation":null)?"transition"===n?i.length:c.length:0,{type:n,timeout:f,propCount:l,hasTransform:"transition"===n&&Qr.test(r[Vr+"Property"])}}function eo(t,e){for(;t.length<e.length;)t=t.concat(t);return Math.max.apply(null,e.map((function(e,n){return no(e)+no(t[n])})))}function no(t){return 1e3*Number(t.slice(0,-1).replace(",","."))}function ro(t,e){var n=t.elm;i(n._leaveCb)&&(n._leaveCb.cancelled=!0,n._leaveCb());var r=Br(t.data.transition);if(!o(r)&&!i(n._enterCb)&&1===n.nodeType){for(var a=r.css,s=r.type,u=r.enterClass,f=r.enterToClass,l=r.enterActiveClass,p=r.appearClass,d=r.appearToClass,h=r.appearActiveClass,m=r.beforeEnter,g=r.enter,y=r.afterEnter,b=r.enterCancelled,_=r.beforeAppear,E=r.appear,x=r.afterAppear,w=r.appearCancelled,O=r.duration,A=Ke,S=Ke.$vnode;S&&S.parent;)A=S.context,S=S.parent;var C=!A._isMounted||!t.isRootInsert;if(!C||E||""===E){var I=C&&p?p:u,T=C&&h?h:l,N=C&&d?d:f,R=C&&_||m,j=C&&"function"==typeof E?E:g,L=C&&x||y,k=C&&w||b,P=v(c(O)?O.enter:O);0;var M=!1!==a&&!Y,D=ao(j),U=n._enterCb=$((function(){M&&(Jr(n,N),Jr(n,T)),U.cancelled?(M&&Jr(n,I),k&&k(n)):L&&L(n),n._enterCb=null}));t.data.show||se(t,"insert",(function(){var e=n.parentNode,r=e&&e._pending&&e._pending[t.key];r&&r.tag===t.tag&&r.elm._leaveCb&&r.elm._leaveCb(),j&&j(n,U)})),R&&R(n),M&&(Yr(n,I),Yr(n,T),Kr((function(){Jr(n,I),U.cancelled||(Yr(n,N),D||(io(P)?setTimeout(U,P):Zr(n,s,U)))}))),t.data.show&&(e&&e(),j&&j(n,U)),M||D||U()}}}function oo(t,e){var n=t.elm;i(n._enterCb)&&(n._enterCb.cancelled=!0,n._enterCb());var r=Br(t.data.transition);if(o(r)||1!==n.nodeType)return e();if(!i(n._leaveCb)){var a=r.css,s=r.type,u=r.leaveClass,f=r.leaveToClass,l=r.leaveActiveClass,p=r.beforeLeave,d=r.leave,h=r.afterLeave,m=r.leaveCancelled,g=r.delayLeave,y=r.duration,b=!1!==a&&!Y,_=ao(d),E=v(c(y)?y.leave:y);0;var x=n._leaveCb=$((function(){n.parentNode&&n.parentNode._pending&&(n.parentNode._pending[t.key]=null),b&&(Jr(n,f),Jr(n,l)),x.cancelled?(b&&Jr(n,u),m&&m(n)):(e(),h&&h(n)),n._leaveCb=null}));g?g(w):w()}function w(){x.cancelled||(!t.data.show&&n.parentNode&&((n.parentNode._pending||(n.parentNode._pending={}))[t.key]=t),p&&p(n),b&&(Yr(n,u),Yr(n,l),Kr((function(){Jr(n,u),x.cancelled||(Yr(n,f),_||(io(E)?setTimeout(x,E):Zr(n,s,x)))}))),d&&d(n,x),b||_||x())}}function io(t){return"number"==typeof t&&!isNaN(t)}function ao(t){if(o(t))return!1;var e=t.fns;return i(e)?ao(Array.isArray(e)?e[0]:e):(t._length||t.length)>1}function so(t,e){!0!==e.data.show&&ro(e)}var co=function(t){var e,n,r={},c=t.modules,u=t.nodeOps;for(e=0;e<tr.length;++e)for(r[tr[e]]=[],n=0;n<c.length;++n)i(c[n][tr[e]])&&r[tr[e]].push(c[n][tr[e]]);function f(t){var e=u.parentNode(t);i(e)&&u.removeChild(e,t)}function l(t,e,n,o,s,c,f){if(i(t.elm)&&i(c)&&(t=c[f]=yt(t)),t.isRootInsert=!s,!function(t,e,n,o){var s=t.data;if(i(s)){var c=i(t.componentInstance)&&s.keepAlive;if(i(s=s.hook)&&i(s=s.init)&&s(t,!1),i(t.componentInstance))return p(t,e),d(n,t.elm,o),a(c)&&function(t,e,n,o){var a,s=t;for(;s.componentInstance;)if(s=s.componentInstance._vnode,i(a=s.data)&&i(a=a.transition)){for(a=0;a<r.activate.length;++a)r.activate[a](Qn,s);e.push(s);break}d(n,t.elm,o)}(t,e,n,o),!0}}(t,e,n,o)){var l=t.data,v=t.children,m=t.tag;i(m)?(t.elm=t.ns?u.createElementNS(t.ns,m):u.createElement(m,t),y(t),h(t,v,e),i(l)&&g(t,e),d(n,t.elm,o)):a(t.isComment)?(t.elm=u.createComment(t.text),d(n,t.elm,o)):(t.elm=u.createTextNode(t.text),d(n,t.elm,o))}}function p(t,e){i(t.data.pendingInsert)&&(e.push.apply(e,t.data.pendingInsert),t.data.pendingInsert=null),t.elm=t.componentInstance.$el,v(t)?(g(t,e),y(t)):(Zn(t),e.push(t))}function d(t,e,n){i(t)&&(i(n)?u.parentNode(n)===t&&u.insertBefore(t,e,n):u.appendChild(t,e))}function h(t,e,n){if(Array.isArray(e)){0;for(var r=0;r<e.length;++r)l(e[r],n,t.elm,null,!0,e,r)}else s(t.text)&&u.appendChild(t.elm,u.createTextNode(String(t.text)))}function v(t){for(;t.componentInstance;)t=t.componentInstance._vnode;return i(t.tag)}function g(t,n){for(var o=0;o<r.create.length;++o)r.create[o](Qn,t);i(e=t.data.hook)&&(i(e.create)&&e.create(Qn,t),i(e.insert)&&n.push(t))}function y(t){var e;if(i(e=t.fnScopeId))u.setStyleScope(t.elm,e);else for(var n=t;n;)i(e=n.context)&&i(e=e.$options._scopeId)&&u.setStyleScope(t.elm,e),n=n.parent;i(e=Ke)&&e!==t.context&&e!==t.fnContext&&i(e=e.$options._scopeId)&&u.setStyleScope(t.elm,e)}function b(t,e,n,r,o,i){for(;r<=o;++r)l(n[r],i,t,e,!1,n,r)}function _(t){var e,n,o=t.data;if(i(o))for(i(e=o.hook)&&i(e=e.destroy)&&e(t),e=0;e<r.destroy.length;++e)r.destroy[e](t);if(i(e=t.children))for(n=0;n<t.children.length;++n)_(t.children[n])}function E(t,e,n){for(;e<=n;++e){var r=t[e];i(r)&&(i(r.tag)?(x(r),_(r)):f(r.elm))}}function x(t,e){if(i(e)||i(t.data)){var n,o=r.remove.length+1;for(i(e)?e.listeners+=o:e=function(t,e){function n(){0==--n.listeners&&f(t)}return n.listeners=e,n}(t.elm,o),i(n=t.componentInstance)&&i(n=n._vnode)&&i(n.data)&&x(n,e),n=0;n<r.remove.length;++n)r.remove[n](t,e);i(n=t.data.hook)&&i(n=n.remove)?n(t,e):e()}else f(t.elm)}function w(t,e,n,r){for(var o=n;o<r;o++){var a=e[o];if(i(a)&&er(t,a))return o}}function O(t,e,n,s,c,f){if(t!==e){i(e.elm)&&i(s)&&(e=s[c]=yt(e));var p=e.elm=t.elm;if(a(t.isAsyncPlaceholder))i(e.asyncFactory.resolved)?C(t.elm,e,n):e.isAsyncPlaceholder=!0;else if(a(e.isStatic)&&a(t.isStatic)&&e.key===t.key&&(a(e.isCloned)||a(e.isOnce)))e.componentInstance=t.componentInstance;else{var d,h=e.data;i(h)&&i(d=h.hook)&&i(d=d.prepatch)&&d(t,e);var m=t.children,g=e.children;if(i(h)&&v(e)){for(d=0;d<r.update.length;++d)r.update[d](t,e);i(d=h.hook)&&i(d=d.update)&&d(t,e)}o(e.text)?i(m)&&i(g)?m!==g&&function(t,e,n,r,a){var s,c,f,p=0,d=0,h=e.length-1,v=e[0],m=e[h],g=n.length-1,y=n[0],_=n[g],x=!a;for(0;p<=h&&d<=g;)o(v)?v=e[++p]:o(m)?m=e[--h]:er(v,y)?(O(v,y,r,n,d),v=e[++p],y=n[++d]):er(m,_)?(O(m,_,r,n,g),m=e[--h],_=n[--g]):er(v,_)?(O(v,_,r,n,g),x&&u.insertBefore(t,v.elm,u.nextSibling(m.elm)),v=e[++p],_=n[--g]):er(m,y)?(O(m,y,r,n,d),x&&u.insertBefore(t,m.elm,v.elm),m=e[--h],y=n[++d]):(o(s)&&(s=nr(e,p,h)),o(c=i(y.key)?s[y.key]:w(y,e,p,h))?l(y,r,t,v.elm,!1,n,d):er(f=e[c],y)?(O(f,y,r,n,d),e[c]=void 0,x&&u.insertBefore(t,f.elm,v.elm)):l(y,r,t,v.elm,!1,n,d),y=n[++d]);p>h?b(t,o(n[g+1])?null:n[g+1].elm,n,d,g,r):d>g&&E(e,p,h)}(p,m,g,n,f):i(g)?(i(t.text)&&u.setTextContent(p,""),b(p,null,g,0,g.length-1,n)):i(m)?E(m,0,m.length-1):i(t.text)&&u.setTextContent(p,""):t.text!==e.text&&u.setTextContent(p,e.text),i(h)&&i(d=h.hook)&&i(d=d.postpatch)&&d(t,e)}}}function A(t,e,n){if(a(n)&&i(t.parent))t.parent.data.pendingInsert=e;else for(var r=0;r<e.length;++r)e[r].data.hook.insert(e[r])}var S=m("attrs,class,staticClass,staticStyle,key");function C(t,e,n,r){var o,s=e.tag,c=e.data,u=e.children;if(r=r||c&&c.pre,e.elm=t,a(e.isComment)&&i(e.asyncFactory))return e.isAsyncPlaceholder=!0,!0;if(i(c)&&(i(o=c.hook)&&i(o=o.init)&&o(e,!0),i(o=e.componentInstance)))return p(e,n),!0;if(i(s)){if(i(u))if(t.hasChildNodes())if(i(o=c)&&i(o=o.domProps)&&i(o=o.innerHTML)){if(o!==t.innerHTML)return!1}else{for(var f=!0,l=t.firstChild,d=0;d<u.length;d++){if(!l||!C(l,u[d],n,r)){f=!1;break}l=l.nextSibling}if(!f||l)return!1}else h(e,u,n);if(i(c)){var v=!1;for(var m in c)if(!S(m)){v=!0,g(e,n);break}!v&&c.class&&re(c.class)}}else t.data!==e.text&&(t.data=e.text);return!0}return function(t,e,n,s){if(!o(e)){var c,f=!1,p=[];if(o(t))f=!0,l(e,p);else{var d=i(t.nodeType);if(!d&&er(t,e))O(t,e,p,null,null,s);else{if(d){if(1===t.nodeType&&t.hasAttribute("data-server-rendered")&&(t.removeAttribute("data-server-rendered"),n=!0),a(n)&&C(t,e,p))return A(e,p,!0),t;c=t,t=new ht(u.tagName(c).toLowerCase(),{},[],void 0,c)}var h=t.elm,m=u.parentNode(h);if(l(e,p,h._leaveCb?null:m,u.nextSibling(h)),i(e.parent))for(var g=e.parent,y=v(e);g;){for(var b=0;b<r.destroy.length;++b)r.destroy[b](g);if(g.elm=e.elm,y){for(var x=0;x<r.create.length;++x)r.create[x](Qn,g);var w=g.data.hook.insert;if(w.merged)for(var S=1;S<w.fns.length;S++)w.fns[S]()}else Zn(g);g=g.parent}i(m)?E([t],0,0):i(t.tag)&&_(t)}}return A(e,p,f),e.elm}i(t)&&_(t)}}({nodeOps:Yn,modules:[dr,mr,wr,Sr,Mr,q?{create:so,activate:so,remove:function(t,e){!0!==t.data.show?oo(t,e):e()}}:{}].concat(ur)});Y&&document.addEventListener("selectionchange",(function(){var t=document.activeElement;t&&t.vmodel&&go(t,"input")}));var uo={inserted:function(t,e,n,r){"select"===n.tag?(r.elm&&!r.elm._vOptions?se(n,"postpatch",(function(){uo.componentUpdated(t,e,n)})):fo(t,e,n.context),t._vOptions=[].map.call(t.options,ho)):("textarea"===n.tag||Kn(t.type))&&(t._vModifiers=e.modifiers,e.modifiers.lazy||(t.addEventListener("compositionstart",vo),t.addEventListener("compositionend",mo),t.addEventListener("change",mo),Y&&(t.vmodel=!0)))},componentUpdated:function(t,e,n){if("select"===n.tag){fo(t,e,n.context);var r=t._vOptions,o=t._vOptions=[].map.call(t.options,ho);if(o.some((function(t,e){return!k(t,r[e])})))(t.multiple?e.value.some((function(t){return po(t,o)})):e.value!==e.oldValue&&po(e.value,o))&&go(t,"change")}}};function fo(t,e,n){lo(t,e,n),(K||J)&&setTimeout((function(){lo(t,e,n)}),0)}function lo(t,e,n){var r=e.value,o=t.multiple;if(!o||Array.isArray(r)){for(var i,a,s=0,c=t.options.length;s<c;s++)if(a=t.options[s],o)i=P(r,ho(a))>-1,a.selected!==i&&(a.selected=i);else if(k(ho(a),r))return void(t.selectedIndex!==s&&(t.selectedIndex=s));o||(t.selectedIndex=-1)}}function po(t,e){return e.every((function(e){return!k(e,t)}))}function ho(t){return"_value"in t?t._value:t.value}function vo(t){t.target.composing=!0}function mo(t){t.target.composing&&(t.target.composing=!1,go(t.target,"input"))}function go(t,e){var n=document.createEvent("HTMLEvents");n.initEvent(e,!0,!0),t.dispatchEvent(n)}function yo(t){return!t.componentInstance||t.data&&t.data.transition?t:yo(t.componentInstance._vnode)}var bo={model:uo,show:{bind:function(t,e,n){var r=e.value,o=(n=yo(n)).data&&n.data.transition,i=t.__vOriginalDisplay="none"===t.style.display?"":t.style.display;r&&o?(n.data.show=!0,ro(n,(function(){t.style.display=i}))):t.style.display=r?i:"none"},update:function(t,e,n){var r=e.value;!r!=!e.oldValue&&((n=yo(n)).data&&n.data.transition?(n.data.show=!0,r?ro(n,(function(){t.style.display=t.__vOriginalDisplay})):oo(n,(function(){t.style.display="none"}))):t.style.display=r?t.__vOriginalDisplay:"none")},unbind:function(t,e,n,r,o){o||(t.style.display=t.__vOriginalDisplay)}}},_o={name:String,appear:Boolean,css:Boolean,mode:String,type:String,enterClass:String,leaveClass:String,enterToClass:String,leaveToClass:String,enterActiveClass:String,leaveActiveClass:String,appearClass:String,appearActiveClass:String,appearToClass:String,duration:[Number,String,Object]};function Eo(t){var e=t&&t.componentOptions;return e&&e.Ctor.options.abstract?Eo(Ve(e.children)):t}function xo(t){var e={},n=t.$options;for(var r in n.propsData)e[r]=t[r];var o=n._parentListeners;for(var i in o)e[w(i)]=o[i];return e}function wo(t,e){if(/\d-keep-alive$/.test(e.tag))return t("keep-alive",{props:e.componentOptions.propsData})}var Oo=function(t){return t.tag||ze(t)},Ao=function(t){return"show"===t.name},So={name:"transition",props:_o,abstract:!0,render:function(t){var e=this,n=this.$slots.default;if(n&&(n=n.filter(Oo)).length){0;var r=this.mode;0;var o=n[0];if(function(t){for(;t=t.parent;)if(t.data.transition)return!0}(this.$vnode))return o;var i=Eo(o);if(!i)return o;if(this._leaving)return wo(t,o);var a="__transition-"+this._uid+"-";i.key=null==i.key?i.isComment?a+"comment":a+i.tag:s(i.key)?0===String(i.key).indexOf(a)?i.key:a+i.key:i.key;var c=(i.data||(i.data={})).transition=xo(this),u=this._vnode,f=Eo(u);if(i.data.directives&&i.data.directives.some(Ao)&&(i.data.show=!0),f&&f.data&&!function(t,e){return e.key===t.key&&e.tag===t.tag}(i,f)&&!ze(f)&&(!f.componentInstance||!f.componentInstance._vnode.isComment)){var l=f.data.transition=T({},c);if("out-in"===r)return this._leaving=!0,se(l,"afterLeave",(function(){e._leaving=!1,e.$forceUpdate()})),wo(t,o);if("in-out"===r){if(ze(i))return u;var p,d=function(){p()};se(c,"afterEnter",d),se(c,"enterCancelled",d),se(l,"delayLeave",(function(t){p=t}))}}return o}}},Co=T({tag:String,moveClass:String},_o);function Io(t){t.elm._moveCb&&t.elm._moveCb(),t.elm._enterCb&&t.elm._enterCb()}function To(t){t.data.newPos=t.elm.getBoundingClientRect()}function No(t){var e=t.data.pos,n=t.data.newPos,r=e.left-n.left,o=e.top-n.top;if(r||o){t.data.moved=!0;var i=t.elm.style;i.transform=i.WebkitTransform="translate("+r+"px,"+o+"px)",i.transitionDuration="0s"}}delete Co.mode;var Ro={Transition:So,TransitionGroup:{props:Co,beforeMount:function(){var t=this,e=this._update;this._update=function(n,r){var o=Ye(t);t.__patch__(t._vnode,t.kept,!1,!0),t._vnode=t.kept,o(),e.call(t,n,r)}},render:function(t){for(var e=this.tag||this.$vnode.data.tag||"span",n=Object.create(null),r=this.prevChildren=this.children,o=this.$slots.default||[],i=this.children=[],a=xo(this),s=0;s<o.length;s++){var c=o[s];if(c.tag)if(null!=c.key&&0!==String(c.key).indexOf("__vlist"))i.push(c),n[c.key]=c,(c.data||(c.data={})).transition=a;else;}if(r){for(var u=[],f=[],l=0;l<r.length;l++){var p=r[l];p.data.transition=a,p.data.pos=p.elm.getBoundingClientRect(),n[p.key]?u.push(p):f.push(p)}this.kept=t(e,null,u),this.removed=f}return t(e,null,i)},updated:function(){var t=this.prevChildren,e=this.moveClass||(this.name||"v")+"-move";t.length&&this.hasMove(t[0].elm,e)&&(t.forEach(Io),t.forEach(To),t.forEach(No),this._reflow=document.body.offsetHeight,t.forEach((function(t){if(t.data.moved){var n=t.elm,r=n.style;Yr(n,e),r.transform=r.WebkitTransform=r.transitionDuration="",n.addEventListener(qr,n._moveCb=function t(r){r&&r.target!==n||r&&!/transform$/.test(r.propertyName)||(n.removeEventListener(qr,t),n._moveCb=null,Jr(n,e))})}})))},methods:{hasMove:function(t,e){if(!zr)return!1;if(this._hasMove)return this._hasMove;var n=t.cloneNode();t._transitionClasses&&t._transitionClasses.forEach((function(t){Fr(n,t)})),Ur(n,e),n.style.display="none",this.$el.appendChild(n);var r=to(n);return this.$el.removeChild(n),this._hasMove=r.hasTransform}}}};wn.config.mustUseProp=function(t,e,n){return"value"===n&&jn(t)&&"button"!==e||"selected"===n&&"option"===t||"checked"===n&&"input"===t||"muted"===n&&"video"===t},wn.config.isReservedTag=Hn,wn.config.isReservedAttr=Rn,wn.config.getTagNamespace=function(t){return Xn(t)?"svg":"math"===t?"math":void 0},wn.config.isUnknownElement=function(t){if(!q)return!0;if(Hn(t))return!1;if(t=t.toLowerCase(),null!=Wn[t])return Wn[t];var e=document.createElement(t);return t.indexOf("-")>-1?Wn[t]=e.constructor===window.HTMLUnknownElement||e.constructor===window.HTMLElement:Wn[t]=/HTMLUnknownElement/.test(e.toString())},T(wn.options.directives,bo),T(wn.options.components,Ro),wn.prototype.__patch__=q?co:R,wn.prototype.$mount=function(t,e){return function(t,e,n){var r;return t.$el=e,t.$options.render||(t.$options.render=mt),Qe(t,"beforeMount"),r=function(){t._update(t._render(),n)},new pn(t,r,R,{before:function(){t._isMounted&&!t._isDestroyed&&Qe(t,"beforeUpdate")}},!0),n=!1,null==t.$vnode&&(t._isMounted=!0,Qe(t,"mounted")),t}(this,t=t&&q?function(t){if("string"==typeof t){var e=document.querySelector(t);return e||document.createElement("div")}return t}(t):void 0,e)},q&&setTimeout((function(){U.devtools&&ot&&ot.emit("init",wn)}),0),e.default=wn}.call(this,n(17),n(463).setImmediate)},12:function(t,e,n){"use strict";n(151),n(91),n(105),n(40),n(123),n(62),Object.defineProperty(e,"__esModule",{value:!0}),e.getRootUrl=e.generateFilePath=e.imagePath=e.generateUrl=e.generateOcsUrl=e.generateRemoteUrl=e.linkTo=void 0;e.linkTo=function(t,e){return r(t,"",e)};e.generateRemoteUrl=function(t){return window.location.protocol+"//"+window.location.host+function(t){return o()+"/remote.php/"+t}(t)};e.generateOcsUrl=function(t,e){return e=2!==e?1:2,window.location.protocol+"//"+window.location.host+o()+"/ocs/v"+e+".php/"+t+"/"};e.generateUrl=function(t,e,n){var r=Object.assign({escape:!0,noRewrite:!1},n||{}),i=function(t,e){return e=e||{},t.replace(/{([^{}]*)}/g,(function(t,n){var o=e[n];return r.escape?"string"==typeof o||"number"==typeof o?encodeURIComponent(o.toString()):encodeURIComponent(t):"string"==typeof o||"number"==typeof o?o.toString():t}))};return"/"!==t.charAt(0)&&(t="/"+t),!0!==OC.config.modRewriteWorking||r.noRewrite?o()+"/index.php"+i(t,e||{}):o()+i(t,e||{})};e.imagePath=function(t,e){return-1===e.indexOf(".")?r(t,"img",e+".svg"):r(t,"img",e)};var r=function(t,e,n){var r=-1!==OC.coreApps.indexOf(t),i=o();return"php"!==n.substring(n.length-3)||r?"php"===n.substring(n.length-3)||r?(i+="settings"!==t&&"core"!==t&&"search"!==t||"ajax"!==e?"/":"/index.php/",r||(i+="apps/"),""!==t&&(i+=t+="/"),e&&(i+=e+"/"),i+=n):(i=OC.appswebroots[t],e&&(i+="/"+e+"/"),"/"!==i.substring(i.length-1)&&(i+="/"),i+=n):(i+="/index.php/apps/"+t,"index.php"!==n&&(i+="/",e&&(i+=encodeURI(e+"/")),i+=n)),i};e.generateFilePath=r;var o=function(){return OC.webroot};e.getRootUrl=o},121:function(t,e,n){var r=n(5),o=n(72),i=r.WeakMap;t.exports="function"==typeof i&&/native code/.test(o(i))},122:function(t,e,n){var r=n(14),o=Math.floor,i="".replace,a=/\$([$&'`]|\d{1,2}|<[^>]*>)/g,s=/\$([$&'`]|\d{1,2})/g;t.exports=function(t,e,n,c,u,f){var l=n+t.length,p=c.length,d=s;return void 0!==u&&(u=r(u),d=a),i.call(f,d,(function(r,i){var a;switch(i.charAt(0)){case"$":return"$";case"&":return t;case"`":return e.slice(0,n);case"'":return e.slice(l);case"<":a=u[i.slice(1,-1)];break;default:var s=+i;if(0===s)return r;if(s>p){var f=o(s/10);return 0===f?r:f<=p?void 0===c[f-1]?i.charAt(1):c[f-1]+i.charAt(1):r}a=c[s-1]}return void 0===a?"":a}))}},123:function(t,e,n){"use strict";var r=n(21),o=n(8),i=n(4),a=n(61),s=RegExp.prototype,c=s.toString,u=i((function(){return"/a/b"!=c.call({source:"a",flags:"b"})})),f="toString"!=c.name;(u||f)&&r(RegExp.prototype,"toString",(function(){var t=o(this),e=String(t.source),n=t.flags;return"/"+e+"/"+String(void 0===n&&t instanceof RegExp&&!("flags"in s)?a.call(t):n)}),{unsafe:!0})},126:function(t,e,n){"use strict";var r=n(3),o=n(4),i=n(63),a=n(10),s=n(14),c=n(15),u=n(79),f=n(80),l=n(81),p=n(9),d=n(50),h=p("isConcatSpreadable"),v=d>=51||!o((function(){var t=[];return t[h]=!1,t.concat()[0]!==t})),m=l("concat"),g=function(t){if(!a(t))return!1;var e=t[h];return void 0!==e?!!e:i(t)};r({target:"Array",proto:!0,forced:!v||!m},{concat:function(t){var e,n,r,o,i,a=s(this),l=f(a,0),p=0;for(e=-1,r=arguments.length;e<r;e++)if(g(i=-1===e?a:arguments[e])){if(p+(o=c(i.length))>9007199254740991)throw TypeError("Maximum allowed index exceeded");for(n=0;n<o;n++,p++)n in i&&u(l,p,i[n])}else{if(p>=9007199254740991)throw TypeError("Maximum allowed index exceeded");u(l,p++,i)}return l.length=p,l}})},127:function(t,e,n){"use strict";var r=n(11),o=n(4),i=n(92),a=n(74),s=n(64),c=n(14),u=n(43),f=Object.assign,l=Object.defineProperty;t.exports=!f||o((function(){if(r&&1!==f({b:1},f(l({},"a",{enumerable:!0,get:function(){l(this,"b",{value:3,enumerable:!1})}}),{b:2})).b)return!0;var t={},e={},n=Symbol();return t[n]=7,"abcdefghijklmnopqrst".split("").forEach((function(t){e[t]=t})),7!=f({},t)[n]||"abcdefghijklmnopqrst"!=i(f({},e)).join("")}))?function(t,e){for(var n=c(t),o=arguments.length,f=1,l=a.f,p=s.f;o>f;)for(var d,h=u(arguments[f++]),v=l?i(h).concat(l(h)):i(h),m=v.length,g=0;m>g;)d=v[g++],r&&!p.call(h,d)||(n[d]=h[d]);return n}:f},13:function(t,e,n){var r=n(14),o={}.hasOwnProperty;t.exports=Object.hasOwn||function(t,e){return o.call(r(t),e)}},139:function(t,e,n){"use strict";t.exports=function(t,e){return function(){for(var n=new Array(arguments.length),r=0;r<n.length;r++)n[r]=arguments[r];return t.apply(e,n)}}},14:function(t,e,n){var r=n(20);t.exports=function(t){return Object(r(t))}},140:function(t,e,n){"use strict";var r=n(16);function o(t){return encodeURIComponent(t).replace(/%3A/gi,":").replace(/%24/g,"$").replace(/%2C/gi,",").replace(/%20/g,"+").replace(/%5B/gi,"[").replace(/%5D/gi,"]")}t.exports=function(t,e,n){if(!e)return t;var i;if(n)i=n(e);else if(r.isURLSearchParams(e))i=e.toString();else{var a=[];r.forEach(e,(function(t,e){null!=t&&(r.isArray(t)?e+="[]":t=[t],r.forEach(t,(function(t){r.isDate(t)?t=t.toISOString():r.isObject(t)&&(t=JSON.stringify(t)),a.push(o(e)+"="+o(t))})))})),i=a.join("&")}if(i){var s=t.indexOf("#");-1!==s&&(t=t.slice(0,s)),t+=(-1===t.indexOf("?")?"?":"&")+i}return t}},141:function(t,e,n){"use strict";t.exports=function(t){return!(!t||!t.__CANCEL__)}},142:function(t,e,n){"use strict";(function(e){var r=n(16),o=n(213),i={"Content-Type":"application/x-www-form-urlencoded"};function a(t,e){!r.isUndefined(t)&&r.isUndefined(t["Content-Type"])&&(t["Content-Type"]=e)}var s,c={adapter:(("undefined"!=typeof XMLHttpRequest||void 0!==e&&"[object process]"===Object.prototype.toString.call(e))&&(s=n(143)),s),transformRequest:[function(t,e){return o(e,"Accept"),o(e,"Content-Type"),r.isFormData(t)||r.isArrayBuffer(t)||r.isBuffer(t)||r.isStream(t)||r.isFile(t)||r.isBlob(t)?t:r.isArrayBufferView(t)?t.buffer:r.isURLSearchParams(t)?(a(e,"application/x-www-form-urlencoded;charset=utf-8"),t.toString()):r.isObject(t)?(a(e,"application/json;charset=utf-8"),JSON.stringify(t)):t}],transformResponse:[function(t){if("string"==typeof t)try{t=JSON.parse(t)}catch(t){}return t}],timeout:0,xsrfCookieName:"XSRF-TOKEN",xsrfHeaderName:"X-XSRF-TOKEN",maxContentLength:-1,maxBodyLength:-1,validateStatus:function(t){return t>=200&&t<300}};c.headers={common:{Accept:"application/json, text/plain, */*"}},r.forEach(["delete","get","head"],(function(t){c.headers[t]={}})),r.forEach(["post","put","patch"],(function(t){c.headers[t]=r.merge(i)})),t.exports=c}).call(this,n(57))},143:function(t,e,n){"use strict";var r=n(16),o=n(214),i=n(216),a=n(140),s=n(217),c=n(220),u=n(221),f=n(144);t.exports=function(t){return new Promise((function(e,n){var l=t.data,p=t.headers;r.isFormData(l)&&delete p["Content-Type"];var d=new XMLHttpRequest;if(t.auth){var h=t.auth.username||"",v=t.auth.password?unescape(encodeURIComponent(t.auth.password)):"";p.Authorization="Basic "+btoa(h+":"+v)}var m=s(t.baseURL,t.url);if(d.open(t.method.toUpperCase(),a(m,t.params,t.paramsSerializer),!0),d.timeout=t.timeout,d.onreadystatechange=function(){if(d&&4===d.readyState&&(0!==d.status||d.responseURL&&0===d.responseURL.indexOf("file:"))){var r="getAllResponseHeaders"in d?c(d.getAllResponseHeaders()):null,i={data:t.responseType&&"text"!==t.responseType?d.response:d.responseText,status:d.status,statusText:d.statusText,headers:r,config:t,request:d};o(e,n,i),d=null}},d.onabort=function(){d&&(n(f("Request aborted",t,"ECONNABORTED",d)),d=null)},d.onerror=function(){n(f("Network Error",t,null,d)),d=null},d.ontimeout=function(){var e="timeout of "+t.timeout+"ms exceeded";t.timeoutErrorMessage&&(e=t.timeoutErrorMessage),n(f(e,t,"ECONNABORTED",d)),d=null},r.isStandardBrowserEnv()){var g=(t.withCredentials||u(m))&&t.xsrfCookieName?i.read(t.xsrfCookieName):void 0;g&&(p[t.xsrfHeaderName]=g)}if("setRequestHeader"in d&&r.forEach(p,(function(t,e){void 0===l&&"content-type"===e.toLowerCase()?delete p[e]:d.setRequestHeader(e,t)})),r.isUndefined(t.withCredentials)||(d.withCredentials=!!t.withCredentials),t.responseType)try{d.responseType=t.responseType}catch(e){if("json"!==t.responseType)throw e}"function"==typeof t.onDownloadProgress&&d.addEventListener("progress",t.onDownloadProgress),"function"==typeof t.onUploadProgress&&d.upload&&d.upload.addEventListener("progress",t.onUploadProgress),t.cancelToken&&t.cancelToken.promise.then((function(t){d&&(d.abort(),n(t),d=null)})),l||(l=null),d.send(l)}))}},144:function(t,e,n){"use strict";var r=n(215);t.exports=function(t,e,n,o,i){var a=new Error(t);return r(a,e,n,o,i)}},145:function(t,e,n){"use strict";var r=n(16);t.exports=function(t,e){e=e||{};var n={},o=["url","method","data"],i=["headers","auth","proxy","params"],a=["baseURL","transformRequest","transformResponse","paramsSerializer","timeout","timeoutMessage","withCredentials","adapter","responseType","xsrfCookieName","xsrfHeaderName","onUploadProgress","onDownloadProgress","decompress","maxContentLength","maxBodyLength","maxRedirects","transport","httpAgent","httpsAgent","cancelToken","socketPath","responseEncoding"],s=["validateStatus"];function c(t,e){return r.isPlainObject(t)&&r.isPlainObject(e)?r.merge(t,e):r.isPlainObject(e)?r.merge({},e):r.isArray(e)?e.slice():e}function u(o){r.isUndefined(e[o])?r.isUndefined(t[o])||(n[o]=c(void 0,t[o])):n[o]=c(t[o],e[o])}r.forEach(o,(function(t){r.isUndefined(e[t])||(n[t]=c(void 0,e[t]))})),r.forEach(i,u),r.forEach(a,(function(o){r.isUndefined(e[o])?r.isUndefined(t[o])||(n[o]=c(void 0,t[o])):n[o]=c(void 0,e[o])})),r.forEach(s,(function(r){r in e?n[r]=c(t[r],e[r]):r in t&&(n[r]=c(void 0,t[r]))}));var f=o.concat(i).concat(a).concat(s),l=Object.keys(t).concat(Object.keys(e)).filter((function(t){return-1===f.indexOf(t)}));return r.forEach(l,u),n}},146:function(t,e,n){"use strict";function r(t){this.message=t}r.prototype.toString=function(){return"Cancel"+(this.message?": "+this.message:"")},r.prototype.__CANCEL__=!0,t.exports=r},147:function(t,e,n){"use strict";var r=n(36).forEach,o=n(51)("forEach");t.exports=o?[].forEach:function(t){return r(this,t,arguments.length>1?arguments[1]:void 0)}},15:function(t,e,n){var r=n(23),o=Math.min;t.exports=function(t){return t>0?o(r(t),9007199254740991):0}},151:function(t,e,n){"use strict";var r=n(3),o=n(66).indexOf,i=n(51),a=[].indexOf,s=!!a&&1/[1].indexOf(1,-0)<0,c=i("indexOf");r({target:"Array",proto:!0,forced:s||!c},{indexOf:function(t){return s?a.apply(this,arguments)||0:o(this,t,arguments.length>1?arguments[1]:void 0)}})},16:function(t,e,n){"use strict";var r=n(139),o=Object.prototype.toString;function i(t){return"[object Array]"===o.call(t)}function a(t){return void 0===t}function s(t){return null!==t&&"object"==typeof t}function c(t){if("[object Object]"!==o.call(t))return!1;var e=Object.getPrototypeOf(t);return null===e||e===Object.prototype}function u(t){return"[object Function]"===o.call(t)}function f(t,e){if(null!=t)if("object"!=typeof t&&(t=[t]),i(t))for(var n=0,r=t.length;n<r;n++)e.call(null,t[n],n,t);else for(var o in t)Object.prototype.hasOwnProperty.call(t,o)&&e.call(null,t[o],o,t)}t.exports={isArray:i,isArrayBuffer:function(t){return"[object ArrayBuffer]"===o.call(t)},isBuffer:function(t){return null!==t&&!a(t)&&null!==t.constructor&&!a(t.constructor)&&"function"==typeof t.constructor.isBuffer&&t.constructor.isBuffer(t)},isFormData:function(t){return"undefined"!=typeof FormData&&t instanceof FormData},isArrayBufferView:function(t){return"undefined"!=typeof ArrayBuffer&&ArrayBuffer.isView?ArrayBuffer.isView(t):t&&t.buffer&&t.buffer instanceof ArrayBuffer},isString:function(t){return"string"==typeof t},isNumber:function(t){return"number"==typeof t},isObject:s,isPlainObject:c,isUndefined:a,isDate:function(t){return"[object Date]"===o.call(t)},isFile:function(t){return"[object File]"===o.call(t)},isBlob:function(t){return"[object Blob]"===o.call(t)},isFunction:u,isStream:function(t){return s(t)&&u(t.pipe)},isURLSearchParams:function(t){return"undefined"!=typeof URLSearchParams&&t instanceof URLSearchParams},isStandardBrowserEnv:function(){return("undefined"==typeof navigator||"ReactNative"!==navigator.product&&"NativeScript"!==navigator.product&&"NS"!==navigator.product)&&("undefined"!=typeof window&&"undefined"!=typeof document)},forEach:f,merge:function t(){var e={};function n(n,r){c(e[r])&&c(n)?e[r]=t(e[r],n):c(n)?e[r]=t({},n):i(n)?e[r]=n.slice():e[r]=n}for(var r=0,o=arguments.length;r<o;r++)f(arguments[r],n);return e},extend:function(t,e,n){return f(e,(function(e,o){t[o]=n&&"function"==typeof e?r(e,n):e})),t},trim:function(t){return t.replace(/^\s*/,"").replace(/\s*$/,"")},stripBOM:function(t){return 65279===t.charCodeAt(0)&&(t=t.slice(1)),t}}},161:function(t,e,n){"use strict";var r=n(3),o=n(147);r({target:"Array",proto:!0,forced:[].forEach!=o},{forEach:o})},164:function(t,e,n){"use strict";var r=n(68),o=n(96);t.exports=r?{}.toString:function(){return"[object "+o(this)+"]"}},17:function(t,e){var n;n=function(){return this}();try{n=n||new Function("return this")()}catch(t){"object"==typeof window&&(n=window)}t.exports=n},174:function(t,e,n){"use strict";n(161),Object.defineProperty(e,"__esModule",{value:!0}),e.getRequestToken=function(){return i},e.onRequestTokenUpdate=function(t){a.push(t)};var r=n(41),o=document.getElementsByTagName("head")[0],i=o?o.getAttribute("data-requesttoken"):null,a=[];(0,r.subscribe)("csrf-token-update",(function(t){i=t.token,a.forEach((function(e){try{e(t.token)}catch(t){console.error("error updating CSRF token observer",t)}}))}))},175:function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.getCurrentUser=function(){if(null===o)return null;return{uid:o,displayName:a,isAdmin:s}};var r=document.getElementsByTagName("head")[0],o=r?r.getAttribute("data-user"):null,i=document.getElementsByTagName("head")[0],a=i?i.getAttribute("data-user-displayname"):null,s="undefined"!=typeof OC&&OC.isUserAdmin()},18:function(t,e,n){var r=n(11),o=n(19),i=n(33);t.exports=r?function(t,e,n){return o.f(t,e,i(1,n))}:function(t,e,n){return t[e]=n,t}},19:function(t,e,n){var r=n(11),o=n(77),i=n(8),a=n(34),s=Object.defineProperty;e.f=r?s:function(t,e,n){if(i(t),e=a(e,!0),i(n),o)try{return s(t,e,n)}catch(t){}if("get"in n||"set"in n)throw TypeError("Accessors not supported");return"value"in n&&(t[e]=n.value),t}},20:function(t,e){t.exports=function(t){if(null==t)throw TypeError("Can't call method on "+t);return t}},207:function(t,e,n){t.exports=n(208)},208:function(t,e,n){"use strict";var r=n(16),o=n(139),i=n(209),a=n(145);function s(t){var e=new i(t),n=o(i.prototype.request,e);return r.extend(n,i.prototype,e),r.extend(n,e),n}var c=s(n(142));c.Axios=i,c.create=function(t){return s(a(c.defaults,t))},c.Cancel=n(146),c.CancelToken=n(222),c.isCancel=n(141),c.all=function(t){return Promise.all(t)},c.spread=n(223),c.isAxiosError=n(224),t.exports=c,t.exports.default=c},209:function(t,e,n){"use strict";var r=n(16),o=n(140),i=n(210),a=n(211),s=n(145);function c(t){this.defaults=t,this.interceptors={request:new i,response:new i}}c.prototype.request=function(t){"string"==typeof t?(t=arguments[1]||{}).url=arguments[0]:t=t||{},(t=s(this.defaults,t)).method?t.method=t.method.toLowerCase():this.defaults.method?t.method=this.defaults.method.toLowerCase():t.method="get";var e=[a,void 0],n=Promise.resolve(t);for(this.interceptors.request.forEach((function(t){e.unshift(t.fulfilled,t.rejected)})),this.interceptors.response.forEach((function(t){e.push(t.fulfilled,t.rejected)}));e.length;)n=n.then(e.shift(),e.shift());return n},c.prototype.getUri=function(t){return t=s(this.defaults,t),o(t.url,t.params,t.paramsSerializer).replace(/^\?/,"")},r.forEach(["delete","get","head","options"],(function(t){c.prototype[t]=function(e,n){return this.request(s(n||{},{method:t,url:e,data:(n||{}).data}))}})),r.forEach(["post","put","patch"],(function(t){c.prototype[t]=function(e,n,r){return this.request(s(r||{},{method:t,url:e,data:n}))}})),t.exports=c},21:function(t,e,n){var r=n(5),o=n(18),i=n(13),a=n(52),s=n(72),c=n(35),u=c.get,f=c.enforce,l=String(String).split("String");(t.exports=function(t,e,n,s){var c,u=!!s&&!!s.unsafe,p=!!s&&!!s.enumerable,d=!!s&&!!s.noTargetGet;"function"==typeof n&&("string"!=typeof e||i(n,"name")||o(n,"name",e),(c=f(n)).source||(c.source=l.join("string"==typeof e?e:""))),t!==r?(u?!d&&t[e]&&(p=!0):delete t[e],p?t[e]=n:o(t,e,n)):p?t[e]=n:a(e,n)})(Function.prototype,"toString",(function(){return"function"==typeof this&&u(this).source||s(this)}))},210:function(t,e,n){"use strict";var r=n(16);function o(){this.handlers=[]}o.prototype.use=function(t,e){return this.handlers.push({fulfilled:t,rejected:e}),this.handlers.length-1},o.prototype.eject=function(t){this.handlers[t]&&(this.handlers[t]=null)},o.prototype.forEach=function(t){r.forEach(this.handlers,(function(e){null!==e&&t(e)}))},t.exports=o},211:function(t,e,n){"use strict";var r=n(16),o=n(212),i=n(141),a=n(142);function s(t){t.cancelToken&&t.cancelToken.throwIfRequested()}t.exports=function(t){return s(t),t.headers=t.headers||{},t.data=o(t.data,t.headers,t.transformRequest),t.headers=r.merge(t.headers.common||{},t.headers[t.method]||{},t.headers),r.forEach(["delete","get","head","post","put","patch","common"],(function(e){delete t.headers[e]})),(t.adapter||a.adapter)(t).then((function(e){return s(t),e.data=o(e.data,e.headers,t.transformResponse),e}),(function(e){return i(e)||(s(t),e&&e.response&&(e.response.data=o(e.response.data,e.response.headers,t.transformResponse))),Promise.reject(e)}))}},212:function(t,e,n){"use strict";var r=n(16);t.exports=function(t,e,n){return r.forEach(n,(function(n){t=n(t,e)})),t}},213:function(t,e,n){"use strict";var r=n(16);t.exports=function(t,e){r.forEach(t,(function(n,r){r!==e&&r.toUpperCase()===e.toUpperCase()&&(t[e]=n,delete t[r])}))}},214:function(t,e,n){"use strict";var r=n(144);t.exports=function(t,e,n){var o=n.config.validateStatus;n.status&&o&&!o(n.status)?e(r("Request failed with status code "+n.status,n.config,null,n.request,n)):t(n)}},215:function(t,e,n){"use strict";t.exports=function(t,e,n,r,o){return t.config=e,n&&(t.code=n),t.request=r,t.response=o,t.isAxiosError=!0,t.toJSON=function(){return{message:this.message,name:this.name,description:this.description,number:this.number,fileName:this.fileName,lineNumber:this.lineNumber,columnNumber:this.columnNumber,stack:this.stack,config:this.config,code:this.code}},t}},216:function(t,e,n){"use strict";var r=n(16);t.exports=r.isStandardBrowserEnv()?{write:function(t,e,n,o,i,a){var s=[];s.push(t+"="+encodeURIComponent(e)),r.isNumber(n)&&s.push("expires="+new Date(n).toGMTString()),r.isString(o)&&s.push("path="+o),r.isString(i)&&s.push("domain="+i),!0===a&&s.push("secure"),document.cookie=s.join("; ")},read:function(t){var e=document.cookie.match(new RegExp("(^|;\\s*)("+t+")=([^;]*)"));return e?decodeURIComponent(e[3]):null},remove:function(t){this.write(t,"",Date.now()-864e5)}}:{write:function(){},read:function(){return null},remove:function(){}}},217:function(t,e,n){"use strict";var r=n(218),o=n(219);t.exports=function(t,e){return t&&!r(e)?o(t,e):e}},218:function(t,e,n){"use strict";t.exports=function(t){return/^([a-z][a-z\d\+\-\.]*:)?\/\//i.test(t)}},219:function(t,e,n){"use strict";t.exports=function(t,e){return e?t.replace(/\/+$/,"")+"/"+e.replace(/^\/+/,""):t}},22:function(t,e,n){var r=n(43),o=n(20);t.exports=function(t){return r(o(t))}},220:function(t,e,n){"use strict";var r=n(16),o=["age","authorization","content-length","content-type","etag","expires","from","host","if-modified-since","if-unmodified-since","last-modified","location","max-forwards","proxy-authorization","referer","retry-after","user-agent"];t.exports=function(t){var e,n,i,a={};return t?(r.forEach(t.split("\n"),(function(t){if(i=t.indexOf(":"),e=r.trim(t.substr(0,i)).toLowerCase(),n=r.trim(t.substr(i+1)),e){if(a[e]&&o.indexOf(e)>=0)return;a[e]="set-cookie"===e?(a[e]?a[e]:[]).concat([n]):a[e]?a[e]+", "+n:n}})),a):a}},221:function(t,e,n){"use strict";var r=n(16);t.exports=r.isStandardBrowserEnv()?function(){var t,e=/(msie|trident)/i.test(navigator.userAgent),n=document.createElement("a");function o(t){var r=t;return e&&(n.setAttribute("href",r),r=n.href),n.setAttribute("href",r),{href:n.href,protocol:n.protocol?n.protocol.replace(/:$/,""):"",host:n.host,search:n.search?n.search.replace(/^\?/,""):"",hash:n.hash?n.hash.replace(/^#/,""):"",hostname:n.hostname,port:n.port,pathname:"/"===n.pathname.charAt(0)?n.pathname:"/"+n.pathname}}return t=o(window.location.href),function(e){var n=r.isString(e)?o(e):e;return n.protocol===t.protocol&&n.host===t.host}}():function(){return!0}},222:function(t,e,n){"use strict";var r=n(146);function o(t){if("function"!=typeof t)throw new TypeError("executor must be a function.");var e;this.promise=new Promise((function(t){e=t}));var n=this;t((function(t){n.reason||(n.reason=new r(t),e(n.reason))}))}o.prototype.throwIfRequested=function(){if(this.reason)throw this.reason},o.source=function(){var t;return{token:new o((function(e){t=e})),cancel:t}},t.exports=o},223:function(t,e,n){"use strict";t.exports=function(t){return function(e){return t.apply(null,e)}}},224:function(t,e,n){"use strict";t.exports=function(t){return"object"==typeof t&&!0===t.isAxiosError}},23:function(t,e){var n=Math.ceil,r=Math.floor;t.exports=function(t){return isNaN(t=+t)?0:(t>0?r:n)(t)}},243:function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.getLoggerBuilder=i,e.getLogger=function(){return i().build()};var r=n(627),o=n(629);function i(){return new o.LoggerBuilder(r.buildConsoleLogger)}},25:function(t,e,n){"use strict";var r,o=function(){return void 0===r&&(r=Boolean(window&&document&&document.all&&!window.atob)),r},i=function(){var t={};return function(e){if(void 0===t[e]){var n=document.querySelector(e);if(window.HTMLIFrameElement&&n instanceof window.HTMLIFrameElement)try{n=n.contentDocument.head}catch(t){n=null}t[e]=n}return t[e]}}(),a=[];function s(t){for(var e=-1,n=0;n<a.length;n++)if(a[n].identifier===t){e=n;break}return e}function c(t,e){for(var n={},r=[],o=0;o<t.length;o++){var i=t[o],c=e.base?i[0]+e.base:i[0],u=n[c]||0,f="".concat(c," ").concat(u);n[c]=u+1;var l=s(f),p={css:i[1],media:i[2],sourceMap:i[3]};-1!==l?(a[l].references++,a[l].updater(p)):a.push({identifier:f,updater:m(p,e),references:1}),r.push(f)}return r}function u(t){var e=document.createElement("style"),r=t.attributes||{};if(void 0===r.nonce){var o=n.nc;o&&(r.nonce=o)}if(Object.keys(r).forEach((function(t){e.setAttribute(t,r[t])})),"function"==typeof t.insert)t.insert(e);else{var a=i(t.insert||"head");if(!a)throw new Error("Couldn't find a style target. This probably means that the value for the 'insert' parameter is invalid.");a.appendChild(e)}return e}var f,l=(f=[],function(t,e){return f[t]=e,f.filter(Boolean).join("\n")});function p(t,e,n,r){var o=n?"":r.media?"@media ".concat(r.media," {").concat(r.css,"}"):r.css;if(t.styleSheet)t.styleSheet.cssText=l(e,o);else{var i=document.createTextNode(o),a=t.childNodes;a[e]&&t.removeChild(a[e]),a.length?t.insertBefore(i,a[e]):t.appendChild(i)}}function d(t,e,n){var r=n.css,o=n.media,i=n.sourceMap;if(o?t.setAttribute("media",o):t.removeAttribute("media"),i&&"undefined"!=typeof btoa&&(r+="\n/*# sourceMappingURL=data:application/json;base64,".concat(btoa(unescape(encodeURIComponent(JSON.stringify(i))))," */")),t.styleSheet)t.styleSheet.cssText=r;else{for(;t.firstChild;)t.removeChild(t.firstChild);t.appendChild(document.createTextNode(r))}}var h=null,v=0;function m(t,e){var n,r,o;if(e.singleton){var i=v++;n=h||(h=u(e)),r=p.bind(null,n,i,!1),o=p.bind(null,n,i,!0)}else n=u(e),r=d.bind(null,n,e),o=function(){!function(t){if(null===t.parentNode)return!1;t.parentNode.removeChild(t)}(n)};return r(t),function(e){if(e){if(e.css===t.css&&e.media===t.media&&e.sourceMap===t.sourceMap)return;r(t=e)}else o()}}t.exports=function(t,e){(e=e||{}).singleton||"boolean"==typeof e.singleton||(e.singleton=o());var n=c(t=t||[],e);return function(t){if(t=t||[],"[object Array]"===Object.prototype.toString.call(t)){for(var r=0;r<n.length;r++){var o=s(n[r]);a[o].references--}for(var i=c(t,e),u=0;u<n.length;u++){var f=s(n[u]);0===a[f].references&&(a[f].updater(),a.splice(f,1))}n=i}}}},26:function(t,e,n){"use strict";function r(t,e){return function(t){if(Array.isArray(t))return t}(t)||function(t,e){var n=t&&("undefined"!=typeof Symbol&&t[Symbol.iterator]||t["@@iterator"]);if(null==n)return;var r,o,i=[],a=!0,s=!1;try{for(n=n.call(t);!(a=(r=n.next()).done)&&(i.push(r.value),!e||i.length!==e);a=!0);}catch(t){s=!0,o=t}finally{try{a||null==n.return||n.return()}finally{if(s)throw o}}return i}(t,e)||function(t,e){if(!t)return;if("string"==typeof t)return o(t,e);var n=Object.prototype.toString.call(t).slice(8,-1);"Object"===n&&t.constructor&&(n=t.constructor.name);if("Map"===n||"Set"===n)return Array.from(t);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return o(t,e)}(t,e)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function o(t,e){(null==e||e>t.length)&&(e=t.length);for(var n=0,r=new Array(e);n<e;n++)r[n]=t[n];return r}t.exports=function(t){var e=r(t,4),n=e[1],o=e[3];if("function"==typeof btoa){var i=btoa(unescape(encodeURIComponent(JSON.stringify(o)))),a="sourceMappingURL=data:application/json;charset=utf-8;base64,".concat(i),s="/*# ".concat(a," */"),c=o.sources.map((function(t){return"/*# sourceURL=".concat(o.sourceRoot||"").concat(t," */")}));return[n].concat(c).concat([s]).join("\n")}return[n].join("\n")}},27:function(t,e,n){"use strict";t.exports=function(t){var e=[];return e.toString=function(){return this.map((function(e){var n=t(e);return e[2]?"@media ".concat(e[2]," {").concat(n,"}"):n})).join("")},e.i=function(t,n,r){"string"==typeof t&&(t=[[null,t,""]]);var o={};if(r)for(var i=0;i<this.length;i++){var a=this[i][0];null!=a&&(o[a]=!0)}for(var s=0;s<t.length;s++){var c=[].concat(t[s]);r&&o[c[0]]||(n&&(c[2]?c[2]="".concat(n," and ").concat(c[2]):c[2]=n),e.push(c))}},e}},28:function(t,e){var n={}.toString;t.exports=function(t){return n.call(t).slice(8,-1)}},29:function(t,e,n){var r=n(11),o=n(64),i=n(33),a=n(22),s=n(34),c=n(13),u=n(77),f=Object.getOwnPropertyDescriptor;e.f=r?f:function(t,e){if(t=a(t),e=s(e,!0),u)try{return f(t,e)}catch(t){}if(c(t,e))return i(!o.f.call(t,e),t[e])}},3:function(t,e,n){var r=n(5),o=n(29).f,i=n(18),a=n(21),s=n(52),c=n(110),u=n(94);t.exports=function(t,e){var n,f,l,p,d,h=t.target,v=t.global,m=t.stat;if(n=v?r:m?r[h]||s(h,{}):(r[h]||{}).prototype)for(f in e){if(p=e[f],l=t.noTargetGet?(d=o(n,f))&&d.value:n[f],!u(v?f:h+(m?".":"#")+f,t.forced)&&void 0!==l){if(typeof p==typeof l)continue;c(p,l)}(t.sham||l&&l.sham)&&i(p,"sham",!0),a(n,f,p,t)}}},32:function(t,e,n){var r=n(104),o=n(5),i=function(t){return"function"==typeof t?t:void 0};t.exports=function(t,e){return arguments.length<2?i(r[t])||i(o[t]):r[t]&&r[t][e]||o[t]&&o[t][e]}},33:function(t,e){t.exports=function(t,e){return{enumerable:!(1&t),configurable:!(2&t),writable:!(4&t),value:e}}},34:function(t,e,n){var r=n(10);t.exports=function(t,e){if(!r(t))return t;var n,o;if(e&&"function"==typeof(n=t.toString)&&!r(o=n.call(t)))return o;if("function"==typeof(n=t.valueOf)&&!r(o=n.call(t)))return o;if(!e&&"function"==typeof(n=t.toString)&&!r(o=n.call(t)))return o;throw TypeError("Can't convert object to primitive value")}},35:function(t,e,n){var r,o,i,a=n(121),s=n(5),c=n(10),u=n(18),f=n(13),l=n(53),p=n(78),d=n(55),h=s.WeakMap;if(a||l.state){var v=l.state||(l.state=new h),m=v.get,g=v.has,y=v.set;r=function(t,e){if(g.call(v,t))throw new TypeError("Object already initialized");return e.facade=t,y.call(v,t,e),e},o=function(t){return m.call(v,t)||{}},i=function(t){return g.call(v,t)}}else{var b=p("state");d[b]=!0,r=function(t,e){if(f(t,b))throw new TypeError("Object already initialized");return e.facade=t,u(t,b,e),e},o=function(t){return f(t,b)?t[b]:{}},i=function(t){return f(t,b)}}t.exports={set:r,get:o,has:i,enforce:function(t){return i(t)?o(t):r(t,{})},getterFor:function(t){return function(e){var n;if(!c(e)||(n=o(e)).type!==t)throw TypeError("Incompatible receiver, "+t+" required");return n}}}},36:function(t,e,n){var r=n(75),o=n(43),i=n(14),a=n(15),s=n(80),c=[].push,u=function(t){var e=1==t,n=2==t,u=3==t,f=4==t,l=6==t,p=7==t,d=5==t||l;return function(h,v,m,g){for(var y,b,_=i(h),E=o(_),x=r(v,m,3),w=a(E.length),O=0,A=g||s,S=e?A(h,w):n||p?A(h,0):void 0;w>O;O++)if((d||O in E)&&(b=x(y=E[O],O,_),t))if(e)S[O]=b;else if(b)switch(t){case 3:return!0;case 5:return y;case 6:return O;case 2:c.call(S,y)}else switch(t){case 4:return!1;case 7:c.call(S,y)}return l?-1:u||f?f:S}};t.exports={forEach:u(0),map:u(1),filter:u(2),some:u(3),every:u(4),find:u(5),findIndex:u(6),filterOut:u(7)}},39:function(t,e,n){"use strict";function r(){return"undefined"==typeof OC?(console.warn("No OC found"),"en"):OC.getLocale()}n(40),n(62),Object.defineProperty(e,"__esModule",{value:!0}),e.getLocale=r,e.getCanonicalLocale=function(){return r().replace(/_/g,"-")},e.getLanguage=function(){if("undefined"==typeof OC)return console.warn("No OC found"),"en";return OC.getLanguage()},e.translate=function(t,e,n,r,o){if("undefined"==typeof OC)return console.warn("No OC found"),e;return OC.L10N.translate(t,e,n,r,o)},e.translatePlural=function(t,e,n,r,o,i){if("undefined"==typeof OC)return console.warn("No OC found"),e;return OC.L10N.translatePlural(t,e,n,r,o,i)},e.getFirstDay=function(){if(void 0===window.firstDay)return console.warn("No firstDay found"),1;return window.firstDay},e.getDayNames=function(){if(void 0===window.dayNames)return console.warn("No dayNames found"),["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"];return window.dayNames},e.getDayNamesShort=function(){if(void 0===window.dayNamesShort)return console.warn("No dayNamesShort found"),["Sun.","Mon.","Tue.","Wed.","Thu.","Fri.","Sat."];return window.dayNamesShort},e.getDayNamesMin=function(){if(void 0===window.dayNamesMin)return console.warn("No dayNamesMin found"),["Su","Mo","Tu","We","Th","Fr","Sa"];return window.dayNamesMin},e.getMonthNames=function(){if(void 0===window.monthNames)return console.warn("No monthNames found"),["January","February","March","April","May","June","July","August","September","October","November","December"];return window.monthNames},e.getMonthNamesShort=function(){if(void 0===window.monthNamesShort)return console.warn("No monthNamesShort found"),["Jan.","Feb.","Mar.","Apr.","May.","Jun.","Jul.","Aug.","Sep.","Oct.","Nov.","Dec."];return window.monthNamesShort}},4:function(t,e){t.exports=function(t){try{return!!t()}catch(t){return!0}}},40:function(t,e,n){"use strict";var r=n(3),o=n(48);r({target:"RegExp",proto:!0,forced:/./.exec!==o},{exec:o})},41:function(t,e,n){"use strict";n.r(e),function(t,r){n.d(e,"emit",(function(){return No})),n.d(e,"subscribe",(function(){return Io})),n.d(e,"unsubscribe",(function(){return To}));var o="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof window?window:void 0!==t?t:"undefined"!=typeof self?self:{};function i(t){var e={exports:{}};return t(e,e.exports),e.exports}var a=function(t){return t&&t.Math==Math&&t},s=a("object"==typeof globalThis&&globalThis)||a("object"==typeof window&&window)||a("object"==typeof self&&self)||a("object"==typeof o&&o)||function(){return this}()||Function("return this")(),c=function(t){try{return!!t()}catch(t){return!0}},u=!c((function(){return 7!=Object.defineProperty({},1,{get:function(){return 7}})[1]})),f={}.propertyIsEnumerable,l=Object.getOwnPropertyDescriptor,p={f:l&&!f.call({1:2},1)?function(t){var e=l(this,t);return!!e&&e.enumerable}:f},d=function(t,e){return{enumerable:!(1&t),configurable:!(2&t),writable:!(4&t),value:e}},h={}.toString,v=function(t){return h.call(t).slice(8,-1)},m="".split,g=c((function(){return!Object("z").propertyIsEnumerable(0)}))?function(t){return"String"==v(t)?m.call(t,""):Object(t)}:Object,y=function(t){if(null==t)throw TypeError("Can't call method on "+t);return t},b=function(t){return g(y(t))},_=function(t){return"object"==typeof t?null!==t:"function"==typeof t},E=function(t,e){if(!_(t))return t;var n,r;if(e&&"function"==typeof(n=t.toString)&&!_(r=n.call(t)))return r;if("function"==typeof(n=t.valueOf)&&!_(r=n.call(t)))return r;if(!e&&"function"==typeof(n=t.toString)&&!_(r=n.call(t)))return r;throw TypeError("Can't convert object to primitive value")},x=function(t){return Object(y(t))},w={}.hasOwnProperty,O=function(t,e){return w.call(x(t),e)},A=s.document,S=_(A)&&_(A.createElement),C=function(t){return S?A.createElement(t):{}},I=!u&&!c((function(){return 7!=Object.defineProperty(C("div"),"a",{get:function(){return 7}}).a})),T=Object.getOwnPropertyDescriptor,N={f:u?T:function(t,e){if(t=b(t),e=E(e,!0),I)try{return T(t,e)}catch(t){}if(O(t,e))return d(!p.f.call(t,e),t[e])}},R=function(t){if(!_(t))throw TypeError(String(t)+" is not an object");return t},j=Object.defineProperty,L={f:u?j:function(t,e,n){if(R(t),e=E(e,!0),R(n),I)try{return j(t,e,n)}catch(t){}if("get"in n||"set"in n)throw TypeError("Accessors not supported");return"value"in n&&(t[e]=n.value),t}},k=u?function(t,e,n){return L.f(t,e,d(1,n))}:function(t,e,n){return t[e]=n,t},P=function(t,e){try{k(s,t,e)}catch(n){s[t]=e}return e},$=s["__core-js_shared__"]||P("__core-js_shared__",{}),M=Function.toString;"function"!=typeof $.inspectSource&&($.inspectSource=function(t){return M.call(t)});var D,U,F,B=$.inspectSource,G=s.WeakMap,z="function"==typeof G&&/native code/.test(B(G)),V=i((function(t){(t.exports=function(t,e){return $[t]||($[t]=void 0!==e?e:{})})("versions",[]).push({version:"3.11.2",mode:"global",copyright:"© 2021 Denis Pushkarev (zloirock.ru)"})})),q=0,X=Math.random(),H=function(t){return"Symbol("+String(void 0===t?"":t)+")_"+(++q+X).toString(36)},W=V("keys"),K=function(t){return W[t]||(W[t]=H(t))},Y={},J=s.WeakMap;if(z){var Z=$.state||($.state=new J),Q=Z.get,tt=Z.has,et=Z.set;D=function(t,e){if(tt.call(Z,t))throw new TypeError("Object already initialized");return e.facade=t,et.call(Z,t,e),e},U=function(t){return Q.call(Z,t)||{}},F=function(t){return tt.call(Z,t)}}else{var nt=K("state");Y[nt]=!0,D=function(t,e){if(O(t,nt))throw new TypeError("Object already initialized");return e.facade=t,k(t,nt,e),e},U=function(t){return O(t,nt)?t[nt]:{}},F=function(t){return O(t,nt)}}var rt={set:D,get:U,has:F,enforce:function(t){return F(t)?U(t):D(t,{})},getterFor:function(t){return function(e){var n;if(!_(e)||(n=U(e)).type!==t)throw TypeError("Incompatible receiver, "+t+" required");return n}}},ot=i((function(t){var e=rt.get,n=rt.enforce,r=String(String).split("String");(t.exports=function(t,e,o,i){var a,c=!!i&&!!i.unsafe,u=!!i&&!!i.enumerable,f=!!i&&!!i.noTargetGet;"function"==typeof o&&("string"!=typeof e||O(o,"name")||k(o,"name",e),(a=n(o)).source||(a.source=r.join("string"==typeof e?e:""))),t!==s?(c?!f&&t[e]&&(u=!0):delete t[e],u?t[e]=o:k(t,e,o)):u?t[e]=o:P(e,o)})(Function.prototype,"toString",(function(){return"function"==typeof this&&e(this).source||B(this)}))})),it=s,at=function(t){return"function"==typeof t?t:void 0},st=function(t,e){return arguments.length<2?at(it[t])||at(s[t]):it[t]&&it[t][e]||s[t]&&s[t][e]},ct=Math.ceil,ut=Math.floor,ft=function(t){return isNaN(t=+t)?0:(t>0?ut:ct)(t)},lt=Math.min,pt=function(t){return t>0?lt(ft(t),9007199254740991):0},dt=Math.max,ht=Math.min,vt=function(t){return function(e,n,r){var o,i=b(e),a=pt(i.length),s=function(t,e){var n=ft(t);return n<0?dt(n+e,0):ht(n,e)}(r,a);if(t&&n!=n){for(;a>s;)if((o=i[s++])!=o)return!0}else for(;a>s;s++)if((t||s in i)&&i[s]===n)return t||s||0;return!t&&-1}},mt={includes:vt(!0),indexOf:vt(!1)}.indexOf,gt=function(t,e){var n,r=b(t),o=0,i=[];for(n in r)!O(Y,n)&&O(r,n)&&i.push(n);for(;e.length>o;)O(r,n=e[o++])&&(~mt(i,n)||i.push(n));return i},yt=["constructor","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","toLocaleString","toString","valueOf"],bt=yt.concat("length","prototype"),_t={f:Object.getOwnPropertyNames||function(t){return gt(t,bt)}},Et={f:Object.getOwnPropertySymbols},xt=st("Reflect","ownKeys")||function(t){var e=_t.f(R(t)),n=Et.f;return n?e.concat(n(t)):e},wt=function(t,e){for(var n=xt(e),r=L.f,o=N.f,i=0;i<n.length;i++){var a=n[i];O(t,a)||r(t,a,o(e,a))}},Ot=/#|\.prototype\./,At=function(t,e){var n=Ct[St(t)];return n==Tt||n!=It&&("function"==typeof e?c(e):!!e)},St=At.normalize=function(t){return String(t).replace(Ot,".").toLowerCase()},Ct=At.data={},It=At.NATIVE="N",Tt=At.POLYFILL="P",Nt=At,Rt=N.f,jt=function(t,e){var n,r,o,i,a,c=t.target,u=t.global,f=t.stat;if(n=u?s:f?s[c]||P(c,{}):(s[c]||{}).prototype)for(r in e){if(i=e[r],o=t.noTargetGet?(a=Rt(n,r))&&a.value:n[r],!Nt(u?r:c+(f?".":"#")+r,t.forced)&&void 0!==o){if(typeof i==typeof o)continue;wt(i,o)}(t.sham||o&&o.sham)&&k(i,"sham",!0),ot(n,r,i,t)}};jt({target:"Number",stat:!0},{MAX_SAFE_INTEGER:9007199254740991});var Lt,kt=Object.setPrototypeOf||("__proto__"in{}?function(){var t,e=!1,n={};try{(t=Object.getOwnPropertyDescriptor(Object.prototype,"__proto__").set).call(n,[]),e=n instanceof Array}catch(t){}return function(n,r){return R(n),function(t){if(!_(t)&&null!==t)throw TypeError("Can't set "+String(t)+" as a prototype")}(r),e?t.call(n,r):n.__proto__=r,n}}():void 0),Pt=function(t,e,n){var r,o;return kt&&"function"==typeof(r=e.constructor)&&r!==n&&_(o=r.prototype)&&o!==n.prototype&&kt(t,o),t},$t=Object.keys||function(t){return gt(t,yt)},Mt=u?Object.defineProperties:function(t,e){R(t);for(var n,r=$t(e),o=r.length,i=0;o>i;)L.f(t,n=r[i++],e[n]);return t},Dt=st("document","documentElement"),Ut=K("IE_PROTO"),Ft=function(){},Bt=function(t){return"<script>"+t+"<\/script>"},Gt=function(){try{Lt=document.domain&&new ActiveXObject("htmlfile")}catch(t){}var t,e;Gt=Lt?function(t){t.write(Bt("")),t.close();var e=t.parentWindow.Object;return t=null,e}(Lt):((e=C("iframe")).style.display="none",Dt.appendChild(e),e.src=String("javascript:"),(t=e.contentWindow.document).open(),t.write(Bt("document.F=Object")),t.close(),t.F);for(var n=yt.length;n--;)delete Gt.prototype[yt[n]];return Gt()};Y[Ut]=!0;var zt=Object.create||function(t,e){var n;return null!==t?(Ft.prototype=R(t),n=new Ft,Ft.prototype=null,n[Ut]=t):n=Gt(),void 0===e?n:Mt(n,e)},Vt="\t\n\v\f\r                 \u2028\u2029\ufeff",qt="["+Vt+"]",Xt=RegExp("^"+qt+qt+"*"),Ht=RegExp(qt+qt+"*$"),Wt=function(t){return function(e){var n=String(y(e));return 1&t&&(n=n.replace(Xt,"")),2&t&&(n=n.replace(Ht,"")),n}},Kt={start:Wt(1),end:Wt(2),trim:Wt(3)},Yt=_t.f,Jt=N.f,Zt=L.f,Qt=Kt.trim,te=s.Number,ee=te.prototype,ne="Number"==v(zt(ee)),re=function(t){var e,n,r,o,i,a,s,c,u=E(t,!1);if("string"==typeof u&&u.length>2)if(43===(e=(u=Qt(u)).charCodeAt(0))||45===e){if(88===(n=u.charCodeAt(2))||120===n)return NaN}else if(48===e){switch(u.charCodeAt(1)){case 66:case 98:r=2,o=49;break;case 79:case 111:r=8,o=55;break;default:return+u}for(a=(i=u.slice(2)).length,s=0;s<a;s++)if((c=i.charCodeAt(s))<48||c>o)return NaN;return parseInt(i,r)}return+u};if(Nt("Number",!te(" 0o1")||!te("0b1")||te("+0x1"))){for(var oe,ie=function(t){var e=arguments.length<1?0:t,n=this;return n instanceof ie&&(ne?c((function(){ee.valueOf.call(n)})):"Number"!=v(n))?Pt(new te(re(e)),n,ie):re(e)},ae=u?Yt(te):"MAX_VALUE,MIN_VALUE,NaN,NEGATIVE_INFINITY,POSITIVE_INFINITY,EPSILON,isFinite,isInteger,isNaN,isSafeInteger,MAX_SAFE_INTEGER,MIN_SAFE_INTEGER,parseFloat,parseInt,isInteger,fromString,range".split(","),se=0;ae.length>se;se++)O(te,oe=ae[se])&&!O(ie,oe)&&Zt(ie,oe,Jt(te,oe));ie.prototype=ee,ee.constructor=ie,ot(s,"Number",ie)}var ce,ue,fe={SEMVER_SPEC_VERSION:"2.0.0",MAX_LENGTH:256,MAX_SAFE_INTEGER:Number.MAX_SAFE_INTEGER||9007199254740991,MAX_SAFE_COMPONENT_LENGTH:16},le="process"==v(s.process),pe=st("navigator","userAgent")||"",de=s.process,he=de&&de.versions,ve=he&&he.v8;ve?ue=(ce=ve.split("."))[0]+ce[1]:pe&&(!(ce=pe.match(/Edge\/(\d+)/))||ce[1]>=74)&&(ce=pe.match(/Chrome\/(\d+)/))&&(ue=ce[1]);var me=ue&&+ue,ge=!!Object.getOwnPropertySymbols&&!c((function(){return!Symbol.sham&&(le?38===me:me>37&&me<41)})),ye=ge&&!Symbol.sham&&"symbol"==typeof Symbol.iterator,be=V("wks"),_e=s.Symbol,Ee=ye?_e:_e&&_e.withoutSetter||H,xe=function(t){return O(be,t)&&(ge||"string"==typeof be[t])||(ge&&O(_e,t)?be[t]=_e[t]:be[t]=Ee("Symbol."+t)),be[t]},we=xe("match"),Oe=function(t){var e;return _(t)&&(void 0!==(e=t[we])?!!e:"RegExp"==v(t))},Ae=function(){var t=R(this),e="";return t.global&&(e+="g"),t.ignoreCase&&(e+="i"),t.multiline&&(e+="m"),t.dotAll&&(e+="s"),t.unicode&&(e+="u"),t.sticky&&(e+="y"),e};function Se(t,e){return RegExp(t,e)}var Ce={UNSUPPORTED_Y:c((function(){var t=Se("a","y");return t.lastIndex=2,null!=t.exec("abcd")})),BROKEN_CARET:c((function(){var t=Se("^r","gy");return t.lastIndex=2,null!=t.exec("str")}))},Ie=xe("species"),Te=function(t){var e=st(t),n=L.f;u&&e&&!e[Ie]&&n(e,Ie,{configurable:!0,get:function(){return this}})},Ne=L.f,Re=_t.f,je=rt.enforce,Le=xe("match"),ke=s.RegExp,Pe=ke.prototype,$e=/a/g,Me=/a/g,De=new ke($e)!==$e,Ue=Ce.UNSUPPORTED_Y;if(u&&Nt("RegExp",!De||Ue||c((function(){return Me[Le]=!1,ke($e)!=$e||ke(Me)==Me||"/a/i"!=ke($e,"i")})))){for(var Fe=function(t,e){var n,r=this instanceof Fe,o=Oe(t),i=void 0===e;if(!r&&o&&t.constructor===Fe&&i)return t;De?o&&!i&&(t=t.source):t instanceof Fe&&(i&&(e=Ae.call(t)),t=t.source),Ue&&(n=!!e&&e.indexOf("y")>-1)&&(e=e.replace(/y/g,""));var a=Pt(De?new ke(t,e):ke(t,e),r?this:Pe,Fe);Ue&&n&&(je(a).sticky=!0);return a},Be=function(t){t in Fe||Ne(Fe,t,{configurable:!0,get:function(){return ke[t]},set:function(e){ke[t]=e}})},Ge=Re(ke),ze=0;Ge.length>ze;)Be(Ge[ze++]);Pe.constructor=Fe,Fe.prototype=Pe,ot(s,"RegExp",Fe)}Te("RegExp");var Ve=RegExp.prototype.exec,qe=V("native-string-replace",String.prototype.replace),Xe=Ve,He=function(){var t=/a/,e=/b*/g;return Ve.call(t,"a"),Ve.call(e,"a"),0!==t.lastIndex||0!==e.lastIndex}(),We=Ce.UNSUPPORTED_Y||Ce.BROKEN_CARET,Ke=void 0!==/()??/.exec("")[1];(He||Ke||We)&&(Xe=function(t){var e,n,r,o,i=this,a=We&&i.sticky,s=Ae.call(i),c=i.source,u=0,f=t;return a&&(-1===(s=s.replace("y","")).indexOf("g")&&(s+="g"),f=String(t).slice(i.lastIndex),i.lastIndex>0&&(!i.multiline||i.multiline&&"\n"!==t[i.lastIndex-1])&&(c="(?: "+c+")",f=" "+f,u++),n=new RegExp("^(?:"+c+")",s)),Ke&&(n=new RegExp("^"+c+"$(?!\\s)",s)),He&&(e=i.lastIndex),r=Ve.call(a?n:i,f),a?r?(r.input=r.input.slice(u),r[0]=r[0].slice(u),r.index=i.lastIndex,i.lastIndex+=r[0].length):i.lastIndex=0:He&&r&&(i.lastIndex=i.global?r.index+r[0].length:e),Ke&&r&&r.length>1&&qe.call(r[0],n,(function(){for(o=1;o<arguments.length-2;o++)void 0===arguments[o]&&(r[o]=void 0)})),r});var Ye=Xe;jt({target:"RegExp",proto:!0,forced:/./.exec!==Ye},{exec:Ye});var Je=RegExp.prototype,Ze=Je.toString,Qe=c((function(){return"/a/b"!=Ze.call({source:"a",flags:"b"})})),tn="toString"!=Ze.name;(Qe||tn)&&ot(RegExp.prototype,"toString",(function(){var t=R(this),e=String(t.source),n=t.flags;return"/"+e+"/"+String(void 0===n&&t instanceof RegExp&&!("flags"in Je)?Ae.call(t):n)}),{unsafe:!0});var en=Array.isArray||function(t){return"Array"==v(t)},nn=function(t,e,n){var r=E(e);r in t?L.f(t,r,d(0,n)):t[r]=n},rn=xe("species"),on=function(t,e){var n;return en(t)&&("function"!=typeof(n=t.constructor)||n!==Array&&!en(n.prototype)?_(n)&&null===(n=n[rn])&&(n=void 0):n=void 0),new(void 0===n?Array:n)(0===e?0:e)},an=xe("species"),sn=function(t){return me>=51||!c((function(){var e=[];return(e.constructor={})[an]=function(){return{foo:1}},1!==e[t](Boolean).foo}))},cn=xe("isConcatSpreadable"),un=me>=51||!c((function(){var t=[];return t[cn]=!1,t.concat()[0]!==t})),fn=sn("concat"),ln=function(t){if(!_(t))return!1;var e=t[cn];return void 0!==e?!!e:en(t)};function pn(t){return(pn="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(t)}function dn(t,e){for(var n=0;n<e.length;n++){var r=e[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(t,r.key,r)}}jt({target:"Array",proto:!0,forced:!un||!fn},{concat:function(t){var e,n,r,o,i,a=x(this),s=on(a,0),c=0;for(e=-1,r=arguments.length;e<r;e++)if(ln(i=-1===e?a:arguments[e])){if(c+(o=pt(i.length))>9007199254740991)throw TypeError("Maximum allowed index exceeded");for(n=0;n<o;n++,c++)n in i&&nn(s,c,i[n])}else{if(c>=9007199254740991)throw TypeError("Maximum allowed index exceeded");nn(s,c++,i)}return s.length=c,s}});var hn="object"===(void 0===r?"undefined":pn(r))&&r.env&&r.env.NODE_DEBUG&&/\bsemver\b/i.test(r.env.NODE_DEBUG)?function(){for(var t,e=arguments.length,n=new Array(e),r=0;r<e;r++)n[r]=arguments[r];return(t=console).error.apply(t,["SEMVER"].concat(n))}:function(){},vn=i((function(t,e){var n=fe.MAX_SAFE_COMPONENT_LENGTH,r=(e=t.exports={}).re=[],o=e.src=[],i=e.t={},a=0,s=function(t,e,n){var s=a++;hn(s,e),i[t]=s,o[s]=e,r[s]=new RegExp(e,n?"g":void 0)};s("NUMERICIDENTIFIER","0|[1-9]\\d*"),s("NUMERICIDENTIFIERLOOSE","[0-9]+"),s("NONNUMERICIDENTIFIER","\\d*[a-zA-Z-][a-zA-Z0-9-]*"),s("MAINVERSION","(".concat(o[i.NUMERICIDENTIFIER],")\\.")+"(".concat(o[i.NUMERICIDENTIFIER],")\\.")+"(".concat(o[i.NUMERICIDENTIFIER],")")),s("MAINVERSIONLOOSE","(".concat(o[i.NUMERICIDENTIFIERLOOSE],")\\.")+"(".concat(o[i.NUMERICIDENTIFIERLOOSE],")\\.")+"(".concat(o[i.NUMERICIDENTIFIERLOOSE],")")),s("PRERELEASEIDENTIFIER","(?:".concat(o[i.NUMERICIDENTIFIER],"|").concat(o[i.NONNUMERICIDENTIFIER],")")),s("PRERELEASEIDENTIFIERLOOSE","(?:".concat(o[i.NUMERICIDENTIFIERLOOSE],"|").concat(o[i.NONNUMERICIDENTIFIER],")")),s("PRERELEASE","(?:-(".concat(o[i.PRERELEASEIDENTIFIER],"(?:\\.").concat(o[i.PRERELEASEIDENTIFIER],")*))")),s("PRERELEASELOOSE","(?:-?(".concat(o[i.PRERELEASEIDENTIFIERLOOSE],"(?:\\.").concat(o[i.PRERELEASEIDENTIFIERLOOSE],")*))")),s("BUILDIDENTIFIER","[0-9A-Za-z-]+"),s("BUILD","(?:\\+(".concat(o[i.BUILDIDENTIFIER],"(?:\\.").concat(o[i.BUILDIDENTIFIER],")*))")),s("FULLPLAIN","v?".concat(o[i.MAINVERSION]).concat(o[i.PRERELEASE],"?").concat(o[i.BUILD],"?")),s("FULL","^".concat(o[i.FULLPLAIN],"$")),s("LOOSEPLAIN","[v=\\s]*".concat(o[i.MAINVERSIONLOOSE]).concat(o[i.PRERELEASELOOSE],"?").concat(o[i.BUILD],"?")),s("LOOSE","^".concat(o[i.LOOSEPLAIN],"$")),s("GTLT","((?:<|>)?=?)"),s("XRANGEIDENTIFIERLOOSE","".concat(o[i.NUMERICIDENTIFIERLOOSE],"|x|X|\\*")),s("XRANGEIDENTIFIER","".concat(o[i.NUMERICIDENTIFIER],"|x|X|\\*")),s("XRANGEPLAIN","[v=\\s]*(".concat(o[i.XRANGEIDENTIFIER],")")+"(?:\\.(".concat(o[i.XRANGEIDENTIFIER],")")+"(?:\\.(".concat(o[i.XRANGEIDENTIFIER],")")+"(?:".concat(o[i.PRERELEASE],")?").concat(o[i.BUILD],"?")+")?)?"),s("XRANGEPLAINLOOSE","[v=\\s]*(".concat(o[i.XRANGEIDENTIFIERLOOSE],")")+"(?:\\.(".concat(o[i.XRANGEIDENTIFIERLOOSE],")")+"(?:\\.(".concat(o[i.XRANGEIDENTIFIERLOOSE],")")+"(?:".concat(o[i.PRERELEASELOOSE],")?").concat(o[i.BUILD],"?")+")?)?"),s("XRANGE","^".concat(o[i.GTLT],"\\s*").concat(o[i.XRANGEPLAIN],"$")),s("XRANGELOOSE","^".concat(o[i.GTLT],"\\s*").concat(o[i.XRANGEPLAINLOOSE],"$")),s("COERCE","".concat("(^|[^\\d])(\\d{1,").concat(n,"})")+"(?:\\.(\\d{1,".concat(n,"}))?")+"(?:\\.(\\d{1,".concat(n,"}))?")+"(?:$|[^\\d])"),s("COERCERTL",o[i.COERCE],!0),s("LONETILDE","(?:~>?)"),s("TILDETRIM","(\\s*)".concat(o[i.LONETILDE],"\\s+"),!0),e.tildeTrimReplace="$1~",s("TILDE","^".concat(o[i.LONETILDE]).concat(o[i.XRANGEPLAIN],"$")),s("TILDELOOSE","^".concat(o[i.LONETILDE]).concat(o[i.XRANGEPLAINLOOSE],"$")),s("LONECARET","(?:\\^)"),s("CARETTRIM","(\\s*)".concat(o[i.LONECARET],"\\s+"),!0),e.caretTrimReplace="$1^",s("CARET","^".concat(o[i.LONECARET]).concat(o[i.XRANGEPLAIN],"$")),s("CARETLOOSE","^".concat(o[i.LONECARET]).concat(o[i.XRANGEPLAINLOOSE],"$")),s("COMPARATORLOOSE","^".concat(o[i.GTLT],"\\s*(").concat(o[i.LOOSEPLAIN],")$|^$")),s("COMPARATOR","^".concat(o[i.GTLT],"\\s*(").concat(o[i.FULLPLAIN],")$|^$")),s("COMPARATORTRIM","(\\s*)".concat(o[i.GTLT],"\\s*(").concat(o[i.LOOSEPLAIN],"|").concat(o[i.XRANGEPLAIN],")"),!0),e.comparatorTrimReplace="$1$2$3",s("HYPHENRANGE","^\\s*(".concat(o[i.XRANGEPLAIN],")")+"\\s+-\\s+"+"(".concat(o[i.XRANGEPLAIN],")")+"\\s*$"),s("HYPHENRANGELOOSE","^\\s*(".concat(o[i.XRANGEPLAINLOOSE],")")+"\\s+-\\s+"+"(".concat(o[i.XRANGEPLAINLOOSE],")")+"\\s*$"),s("STAR","(<|>)?=?\\s*\\*"),s("GTE0","^\\s*>=\\s*0.0.0\\s*$"),s("GTE0PRE","^\\s*>=\\s*0.0.0-0\\s*$")})),mn=xe("species"),gn=!c((function(){var t=/./;return t.exec=function(){var t=[];return t.groups={a:"7"},t},"7"!=="".replace(t,"$<a>")})),yn="$0"==="a".replace(/./,"$0"),bn=xe("replace"),_n=!!/./[bn]&&""===/./[bn]("a","$0"),En=!c((function(){var t=/(?:)/,e=t.exec;t.exec=function(){return e.apply(this,arguments)};var n="ab".split(t);return 2!==n.length||"a"!==n[0]||"b"!==n[1]})),xn=function(t,e,n,r){var o=xe(t),i=!c((function(){var e={};return e[o]=function(){return 7},7!=""[t](e)})),a=i&&!c((function(){var e=!1,n=/a/;return"split"===t&&((n={}).constructor={},n.constructor[mn]=function(){return n},n.flags="",n[o]=/./[o]),n.exec=function(){return e=!0,null},n[o](""),!e}));if(!i||!a||"replace"===t&&(!gn||!yn||_n)||"split"===t&&!En){var s=/./[o],u=n(o,""[t],(function(t,e,n,r,o){return e.exec===RegExp.prototype.exec?i&&!o?{done:!0,value:s.call(e,n,r)}:{done:!0,value:t.call(n,e,r)}:{done:!1}}),{REPLACE_KEEPS_$0:yn,REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE:_n}),f=u[0],l=u[1];ot(String.prototype,t,f),ot(RegExp.prototype,o,2==e?function(t,e){return l.call(t,this,e)}:function(t){return l.call(t,this)})}r&&k(RegExp.prototype[o],"sham",!0)},wn=function(t){return function(e,n){var r,o,i=String(y(e)),a=ft(n),s=i.length;return a<0||a>=s?t?"":void 0:(r=i.charCodeAt(a))<55296||r>56319||a+1===s||(o=i.charCodeAt(a+1))<56320||o>57343?t?i.charAt(a):r:t?i.slice(a,a+2):o-56320+(r-55296<<10)+65536}},On={codeAt:wn(!1),charAt:wn(!0)},An=On.charAt,Sn=function(t,e,n){return e+(n?An(t,e).length:1)},Cn=function(t,e){var n=t.exec;if("function"==typeof n){var r=n.call(t,e);if("object"!=typeof r)throw TypeError("RegExp exec method returned something other than an Object or null");return r}if("RegExp"!==v(t))throw TypeError("RegExp#exec called on incompatible receiver");return Ye.call(t,e)};xn("match",1,(function(t,e,n){return[function(e){var n=y(this),r=null==e?void 0:e[t];return void 0!==r?r.call(e,n):new RegExp(e)[t](String(n))},function(t){var r=n(e,t,this);if(r.done)return r.value;var o=R(t),i=String(this);if(!o.global)return Cn(o,i);var a=o.unicode;o.lastIndex=0;for(var s,c=[],u=0;null!==(s=Cn(o,i));){var f=String(s[0]);c[u]=f,""===f&&(o.lastIndex=Sn(i,pt(o.lastIndex),a)),u++}return 0===u?null:c}]}));var In=Kt.trim;jt({target:"String",proto:!0,forced:function(t){return c((function(){return!!Vt[t]()||"​…᠎"!="​…᠎"[t]()||Vt[t].name!==t}))}("trim")},{trim:function(){return In(this)}});var Tn=function(t){if("function"!=typeof t)throw TypeError(String(t)+" is not a function");return t},Nn=function(t,e,n){if(Tn(t),void 0===e)return t;switch(n){case 0:return function(){return t.call(e)};case 1:return function(n){return t.call(e,n)};case 2:return function(n,r){return t.call(e,n,r)};case 3:return function(n,r,o){return t.call(e,n,r,o)}}return function(){return t.apply(e,arguments)}},Rn=[].push,jn=function(t){var e=1==t,n=2==t,r=3==t,o=4==t,i=6==t,a=7==t,s=5==t||i;return function(c,u,f,l){for(var p,d,h=x(c),v=g(h),m=Nn(u,f,3),y=pt(v.length),b=0,_=l||on,E=e?_(c,y):n||a?_(c,0):void 0;y>b;b++)if((s||b in v)&&(d=m(p=v[b],b,h),t))if(e)E[b]=d;else if(d)switch(t){case 3:return!0;case 5:return p;case 6:return b;case 2:Rn.call(E,p)}else switch(t){case 4:return!1;case 7:Rn.call(E,p)}return i?-1:r||o?o:E}},Ln={forEach:jn(0),map:jn(1),filter:jn(2),some:jn(3),every:jn(4),find:jn(5),findIndex:jn(6),filterOut:jn(7)},kn=Ln.map,Pn=sn("map");jt({target:"Array",proto:!0,forced:!Pn},{map:function(t){return kn(this,t,arguments.length>1?arguments[1]:void 0)}});var $n=xe("species"),Mn=Ce.UNSUPPORTED_Y,Dn=[].push,Un=Math.min;xn("split",2,(function(t,e,n){var r;return r="c"=="abbc".split(/(b)*/)[1]||4!="test".split(/(?:)/,-1).length||2!="ab".split(/(?:ab)*/).length||4!=".".split(/(.?)(.?)/).length||".".split(/()()/).length>1||"".split(/.?/).length?function(t,n){var r=String(y(this)),o=void 0===n?4294967295:n>>>0;if(0===o)return[];if(void 0===t)return[r];if(!Oe(t))return e.call(r,t,o);for(var i,a,s,c=[],u=(t.ignoreCase?"i":"")+(t.multiline?"m":"")+(t.unicode?"u":"")+(t.sticky?"y":""),f=0,l=new RegExp(t.source,u+"g");(i=Ye.call(l,r))&&!((a=l.lastIndex)>f&&(c.push(r.slice(f,i.index)),i.length>1&&i.index<r.length&&Dn.apply(c,i.slice(1)),s=i[0].length,f=a,c.length>=o));)l.lastIndex===i.index&&l.lastIndex++;return f===r.length?!s&&l.test("")||c.push(""):c.push(r.slice(f)),c.length>o?c.slice(0,o):c}:"0".split(void 0,0).length?function(t,n){return void 0===t&&0===n?[]:e.call(this,t,n)}:e,[function(e,n){var o=y(this),i=null==e?void 0:e[t];return void 0!==i?i.call(e,o,n):r.call(String(o),e,n)},function(t,o){var i=n(r,t,this,o,r!==e);if(i.done)return i.value;var a=R(t),s=String(this),c=function(t,e){var n,r=R(t).constructor;return void 0===r||null==(n=R(r)[$n])?e:Tn(n)}(a,RegExp),u=a.unicode,f=(a.ignoreCase?"i":"")+(a.multiline?"m":"")+(a.unicode?"u":"")+(Mn?"g":"y"),l=new c(Mn?"^(?:"+a.source+")":a,f),p=void 0===o?4294967295:o>>>0;if(0===p)return[];if(0===s.length)return null===Cn(l,s)?[s]:[];for(var d=0,h=0,v=[];h<s.length;){l.lastIndex=Mn?0:h;var m,g=Cn(l,Mn?s.slice(h):s);if(null===g||(m=Un(pt(l.lastIndex+(Mn?h:0)),s.length))===d)h=Sn(s,h,u);else{if(v.push(s.slice(d,h)),v.length===p)return v;for(var y=1;y<=g.length-1;y++)if(v.push(g[y]),v.length===p)return v;h=d=m}}return v.push(s.slice(d)),v}]}),Mn);var Fn=function(t,e){var n=[][t];return!!n&&c((function(){n.call(null,e||function(){throw 1},1)}))},Bn=[].join,Gn=g!=Object,zn=Fn("join",",");jt({target:"Array",proto:!0,forced:Gn||!zn},{join:function(t){return Bn.call(b(this),void 0===t?",":t)}});var Vn=Ln.filter,qn=sn("filter");jt({target:"Array",proto:!0,forced:!qn},{filter:function(t){return Vn(this,t,arguments.length>1?arguments[1]:void 0)}});var Xn=["includePrerelease","loose","rtl"],Hn=function(t){return t?"object"!==pn(t)?{loose:!0}:Xn.filter((function(e){return t[e]})).reduce((function(t,e){return t[e]=!0,t}),{}):{}},Wn=/^[0-9]+$/,Kn=function(t,e){var n=Wn.test(t),r=Wn.test(e);return n&&r&&(t=+t,e=+e),t===e?0:n&&!r?-1:r&&!n?1:t<e?-1:1},Yn=Kn,Jn=fe.MAX_LENGTH,Zn=fe.MAX_SAFE_INTEGER,Qn=vn.re,tr=vn.t,er=Yn,nr=function(){function t(e,n){if(function(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}(this,t),n=Hn(n),e instanceof t){if(e.loose===!!n.loose&&e.includePrerelease===!!n.includePrerelease)return e;e=e.version}else if("string"!=typeof e)throw new TypeError("Invalid Version: ".concat(e));if(e.length>Jn)throw new TypeError("version is longer than ".concat(Jn," characters"));hn("SemVer",e,n),this.options=n,this.loose=!!n.loose,this.includePrerelease=!!n.includePrerelease;var r=e.trim().match(n.loose?Qn[tr.LOOSE]:Qn[tr.FULL]);if(!r)throw new TypeError("Invalid Version: ".concat(e));if(this.raw=e,this.major=+r[1],this.minor=+r[2],this.patch=+r[3],this.major>Zn||this.major<0)throw new TypeError("Invalid major version");if(this.minor>Zn||this.minor<0)throw new TypeError("Invalid minor version");if(this.patch>Zn||this.patch<0)throw new TypeError("Invalid patch version");r[4]?this.prerelease=r[4].split(".").map((function(t){if(/^[0-9]+$/.test(t)){var e=+t;if(e>=0&&e<Zn)return e}return t})):this.prerelease=[],this.build=r[5]?r[5].split("."):[],this.format()}var e,n,r;return e=t,(n=[{key:"format",value:function(){return this.version="".concat(this.major,".").concat(this.minor,".").concat(this.patch),this.prerelease.length&&(this.version+="-".concat(this.prerelease.join("."))),this.version}},{key:"toString",value:function(){return this.version}},{key:"compare",value:function(e){if(hn("SemVer.compare",this.version,this.options,e),!(e instanceof t)){if("string"==typeof e&&e===this.version)return 0;e=new t(e,this.options)}return e.version===this.version?0:this.compareMain(e)||this.comparePre(e)}},{key:"compareMain",value:function(e){return e instanceof t||(e=new t(e,this.options)),er(this.major,e.major)||er(this.minor,e.minor)||er(this.patch,e.patch)}},{key:"comparePre",value:function(e){if(e instanceof t||(e=new t(e,this.options)),this.prerelease.length&&!e.prerelease.length)return-1;if(!this.prerelease.length&&e.prerelease.length)return 1;if(!this.prerelease.length&&!e.prerelease.length)return 0;var n=0;do{var r=this.prerelease[n],o=e.prerelease[n];if(hn("prerelease compare",n,r,o),void 0===r&&void 0===o)return 0;if(void 0===o)return 1;if(void 0===r)return-1;if(r!==o)return er(r,o)}while(++n)}},{key:"compareBuild",value:function(e){e instanceof t||(e=new t(e,this.options));var n=0;do{var r=this.build[n],o=e.build[n];if(hn("prerelease compare",n,r,o),void 0===r&&void 0===o)return 0;if(void 0===o)return 1;if(void 0===r)return-1;if(r!==o)return er(r,o)}while(++n)}},{key:"inc",value:function(t,e){switch(t){case"premajor":this.prerelease.length=0,this.patch=0,this.minor=0,this.major++,this.inc("pre",e);break;case"preminor":this.prerelease.length=0,this.patch=0,this.minor++,this.inc("pre",e);break;case"prepatch":this.prerelease.length=0,this.inc("patch",e),this.inc("pre",e);break;case"prerelease":0===this.prerelease.length&&this.inc("patch",e),this.inc("pre",e);break;case"major":0===this.minor&&0===this.patch&&0!==this.prerelease.length||this.major++,this.minor=0,this.patch=0,this.prerelease=[];break;case"minor":0===this.patch&&0!==this.prerelease.length||this.minor++,this.patch=0,this.prerelease=[];break;case"patch":0===this.prerelease.length&&this.patch++,this.prerelease=[];break;case"pre":if(0===this.prerelease.length)this.prerelease=[0];else{for(var n=this.prerelease.length;--n>=0;)"number"==typeof this.prerelease[n]&&(this.prerelease[n]++,n=-2);-1===n&&this.prerelease.push(0)}e&&(this.prerelease[0]===e?isNaN(this.prerelease[1])&&(this.prerelease=[e,0]):this.prerelease=[e,0]);break;default:throw new Error("invalid increment argument: ".concat(t))}return this.format(),this.raw=this.version,this}}])&&dn(e.prototype,n),r&&dn(e,r),t}(),rr=fe.MAX_LENGTH,or=vn.re,ir=vn.t,ar=function(t,e){if(e=Hn(e),t instanceof nr)return t;if("string"!=typeof t)return null;if(t.length>rr)return null;if(!(e.loose?or[ir.LOOSE]:or[ir.FULL]).test(t))return null;try{return new nr(t,e)}catch(t){return null}},sr=function(t,e){var n=ar(t,e);return n?n.version:null},cr=function(t,e){return new nr(t,e).major},ur="1.3.0",fr=function(){function t(t){"function"==typeof t.getVersion&&sr(t.getVersion())?cr(t.getVersion())!==cr(this.getVersion())&&console.warn("Proxying an event bus of version "+t.getVersion()+" with "+this.getVersion()):console.warn("Proxying an event bus with an unknown or invalid version"),this.bus=t}return t.prototype.getVersion=function(){return ur},t.prototype.subscribe=function(t,e){this.bus.subscribe(t,e)},t.prototype.unsubscribe=function(t,e){this.bus.unsubscribe(t,e)},t.prototype.emit=function(t,e){this.bus.emit(t,e)},t}(),lr=xe("unscopables"),pr=Array.prototype;null==pr[lr]&&L.f(pr,lr,{configurable:!0,value:zt(null)});var dr,hr,vr,mr=function(t){pr[lr][t]=!0},gr={},yr=!c((function(){function t(){}return t.prototype.constructor=null,Object.getPrototypeOf(new t)!==t.prototype})),br=K("IE_PROTO"),_r=Object.prototype,Er=yr?Object.getPrototypeOf:function(t){return t=x(t),O(t,br)?t[br]:"function"==typeof t.constructor&&t instanceof t.constructor?t.constructor.prototype:t instanceof Object?_r:null},xr=xe("iterator"),wr=!1;[].keys&&("next"in(vr=[].keys())?(hr=Er(Er(vr)))!==Object.prototype&&(dr=hr):wr=!0),(null==dr||c((function(){var t={};return dr[xr].call(t)!==t})))&&(dr={}),O(dr,xr)||k(dr,xr,(function(){return this}));var Or={IteratorPrototype:dr,BUGGY_SAFARI_ITERATORS:wr},Ar=L.f,Sr=xe("toStringTag"),Cr=function(t,e,n){t&&!O(t=n?t:t.prototype,Sr)&&Ar(t,Sr,{configurable:!0,value:e})},Ir=Or.IteratorPrototype,Tr=function(){return this},Nr=Or.IteratorPrototype,Rr=Or.BUGGY_SAFARI_ITERATORS,jr=xe("iterator"),Lr=function(){return this},kr=function(t,e,n,r,o,i,a){!function(t,e,n){var r=e+" Iterator";t.prototype=zt(Ir,{next:d(1,n)}),Cr(t,r,!1),gr[r]=Tr}(n,e,r);var s,c,u,f=function(t){if(t===o&&m)return m;if(!Rr&&t in h)return h[t];switch(t){case"keys":case"values":case"entries":return function(){return new n(this,t)}}return function(){return new n(this)}},l=e+" Iterator",p=!1,h=t.prototype,v=h[jr]||h["@@iterator"]||o&&h[o],m=!Rr&&v||f(o),g="Array"==e&&h.entries||v;if(g&&(s=Er(g.call(new t)),Nr!==Object.prototype&&s.next&&(Er(s)!==Nr&&(kt?kt(s,Nr):"function"!=typeof s[jr]&&k(s,jr,Lr)),Cr(s,l,!0))),"values"==o&&v&&"values"!==v.name&&(p=!0,m=function(){return v.call(this)}),h[jr]!==m&&k(h,jr,m),gr[e]=m,o)if(c={values:f("values"),keys:i?m:f("keys"),entries:f("entries")},a)for(u in c)(Rr||p||!(u in h))&&ot(h,u,c[u]);else jt({target:e,proto:!0,forced:Rr||p},c);return c},Pr=rt.set,$r=rt.getterFor("Array Iterator"),Mr=kr(Array,"Array",(function(t,e){Pr(this,{type:"Array Iterator",target:b(t),index:0,kind:e})}),(function(){var t=$r(this),e=t.target,n=t.kind,r=t.index++;return!e||r>=e.length?(t.target=void 0,{value:void 0,done:!0}):"keys"==n?{value:r,done:!1}:"values"==n?{value:e[r],done:!1}:{value:[r,e[r]],done:!1}}),"values");gr.Arguments=gr.Array,mr("keys"),mr("values"),mr("entries");var Dr=!c((function(){return Object.isExtensible(Object.preventExtensions({}))})),Ur=i((function(t){var e=L.f,n=H("meta"),r=0,o=Object.isExtensible||function(){return!0},i=function(t){e(t,n,{value:{objectID:"O"+ ++r,weakData:{}}})},a=t.exports={REQUIRED:!1,fastKey:function(t,e){if(!_(t))return"symbol"==typeof t?t:("string"==typeof t?"S":"P")+t;if(!O(t,n)){if(!o(t))return"F";if(!e)return"E";i(t)}return t[n].objectID},getWeakData:function(t,e){if(!O(t,n)){if(!o(t))return!0;if(!e)return!1;i(t)}return t[n].weakData},onFreeze:function(t){return Dr&&a.REQUIRED&&o(t)&&!O(t,n)&&i(t),t}};Y[n]=!0})),Fr=xe("iterator"),Br=Array.prototype,Gr={};Gr[xe("toStringTag")]="z";var zr="[object z]"===String(Gr),Vr=xe("toStringTag"),qr="Arguments"==v(function(){return arguments}()),Xr=zr?v:function(t){var e,n,r;return void 0===t?"Undefined":null===t?"Null":"string"==typeof(n=function(t,e){try{return t[e]}catch(t){}}(e=Object(t),Vr))?n:qr?v(e):"Object"==(r=v(e))&&"function"==typeof e.callee?"Arguments":r},Hr=xe("iterator"),Wr=function(t){var e=t.return;if(void 0!==e)return R(e.call(t)).value},Kr=function(t,e){this.stopped=t,this.result=e},Yr=function(t,e,n){var r,o,i,a,s,c,u,f,l=n&&n.that,p=!(!n||!n.AS_ENTRIES),d=!(!n||!n.IS_ITERATOR),h=!(!n||!n.INTERRUPTED),v=Nn(e,l,1+p+h),m=function(t){return r&&Wr(r),new Kr(!0,t)},g=function(t){return p?(R(t),h?v(t[0],t[1],m):v(t[0],t[1])):h?v(t,m):v(t)};if(d)r=t;else{if("function"!=typeof(o=function(t){if(null!=t)return t[Hr]||t["@@iterator"]||gr[Xr(t)]}(t)))throw TypeError("Target is not iterable");if(void 0!==(f=o)&&(gr.Array===f||Br[Fr]===f)){for(i=0,a=pt(t.length);a>i;i++)if((s=g(t[i]))&&s instanceof Kr)return s;return new Kr(!1)}r=o.call(t)}for(c=r.next;!(u=c.call(r)).done;){try{s=g(u.value)}catch(t){throw Wr(r),t}if("object"==typeof s&&s&&s instanceof Kr)return s}return new Kr(!1)},Jr=function(t,e,n){if(!(t instanceof e))throw TypeError("Incorrect "+(n?n+" ":"")+"invocation");return t},Zr=xe("iterator"),Qr=!1;try{var to=0,eo={next:function(){return{done:!!to++}},return:function(){Qr=!0}};eo[Zr]=function(){return this},Array.from(eo,(function(){throw 2}))}catch(t){}var no=function(t,e,n){for(var r in e)ot(t,r,e[r],n);return t},ro=L.f,oo=Ur.fastKey,io=rt.set,ao=rt.getterFor;!function(t,e,n){var r=-1!==t.indexOf("Map"),o=-1!==t.indexOf("Weak"),i=r?"set":"add",a=s[t],u=a&&a.prototype,f=a,l={},p=function(t){var e=u[t];ot(u,t,"add"==t?function(t){return e.call(this,0===t?0:t),this}:"delete"==t?function(t){return!(o&&!_(t))&&e.call(this,0===t?0:t)}:"get"==t?function(t){return o&&!_(t)?void 0:e.call(this,0===t?0:t)}:"has"==t?function(t){return!(o&&!_(t))&&e.call(this,0===t?0:t)}:function(t,n){return e.call(this,0===t?0:t,n),this})};if(Nt(t,"function"!=typeof a||!(o||u.forEach&&!c((function(){(new a).entries().next()})))))f=n.getConstructor(e,t,r,i),Ur.REQUIRED=!0;else if(Nt(t,!0)){var d=new f,h=d[i](o?{}:-0,1)!=d,v=c((function(){d.has(1)})),m=function(t,e){if(!e&&!Qr)return!1;var n=!1;try{var r={};r[Zr]=function(){return{next:function(){return{done:n=!0}}}},t(r)}catch(t){}return n}((function(t){new a(t)})),g=!o&&c((function(){for(var t=new a,e=5;e--;)t[i](e,e);return!t.has(-0)}));m||((f=e((function(e,n){Jr(e,f,t);var o=Pt(new a,e,f);return null!=n&&Yr(n,o[i],{that:o,AS_ENTRIES:r}),o}))).prototype=u,u.constructor=f),(v||g)&&(p("delete"),p("has"),r&&p("get")),(g||h)&&p(i),o&&u.clear&&delete u.clear}l[t]=f,jt({global:!0,forced:f!=a},l),Cr(f,t),o||n.setStrong(f,t,r)}("Map",(function(t){return function(){return t(this,arguments.length?arguments[0]:void 0)}}),{getConstructor:function(t,e,n,r){var o=t((function(t,i){Jr(t,o,e),io(t,{type:e,index:zt(null),first:void 0,last:void 0,size:0}),u||(t.size=0),null!=i&&Yr(i,t[r],{that:t,AS_ENTRIES:n})})),i=ao(e),a=function(t,e,n){var r,o,a=i(t),c=s(t,e);return c?c.value=n:(a.last=c={index:o=oo(e,!0),key:e,value:n,previous:r=a.last,next:void 0,removed:!1},a.first||(a.first=c),r&&(r.next=c),u?a.size++:t.size++,"F"!==o&&(a.index[o]=c)),t},s=function(t,e){var n,r=i(t),o=oo(e);if("F"!==o)return r.index[o];for(n=r.first;n;n=n.next)if(n.key==e)return n};return no(o.prototype,{clear:function(){for(var t=i(this),e=t.index,n=t.first;n;)n.removed=!0,n.previous&&(n.previous=n.previous.next=void 0),delete e[n.index],n=n.next;t.first=t.last=void 0,u?t.size=0:this.size=0},delete:function(t){var e=i(this),n=s(this,t);if(n){var r=n.next,o=n.previous;delete e.index[n.index],n.removed=!0,o&&(o.next=r),r&&(r.previous=o),e.first==n&&(e.first=r),e.last==n&&(e.last=o),u?e.size--:this.size--}return!!n},forEach:function(t){for(var e,n=i(this),r=Nn(t,arguments.length>1?arguments[1]:void 0,3);e=e?e.next:n.first;)for(r(e.value,e.key,this);e&&e.removed;)e=e.previous},has:function(t){return!!s(this,t)}}),no(o.prototype,n?{get:function(t){var e=s(this,t);return e&&e.value},set:function(t,e){return a(this,0===t?0:t,e)}}:{add:function(t){return a(this,t=0===t?0:t,t)}}),u&&ro(o.prototype,"size",{get:function(){return i(this).size}}),o},setStrong:function(t,e,n){var r=e+" Iterator",o=ao(e),i=ao(r);kr(t,e,(function(t,e){io(this,{type:r,target:t,state:o(t),kind:e,last:void 0})}),(function(){for(var t=i(this),e=t.kind,n=t.last;n&&n.removed;)n=n.previous;return t.target&&(t.last=n=n?n.next:t.state.first)?"keys"==e?{value:n.key,done:!1}:"values"==e?{value:n.value,done:!1}:{value:[n.key,n.value],done:!1}:(t.target=void 0,{value:void 0,done:!0})}),n?"entries":"values",!n,!0),Te(e)}});var so=zr?{}.toString:function(){return"[object "+Xr(this)+"]"};zr||ot(Object.prototype,"toString",so,{unsafe:!0});var co=On.charAt,uo=rt.set,fo=rt.getterFor("String Iterator");kr(String,"String",(function(t){uo(this,{type:"String Iterator",string:String(t),index:0})}),(function(){var t,e=fo(this),n=e.string,r=e.index;return r>=n.length?{value:void 0,done:!0}:(t=co(n,r),e.index+=t.length,{value:t,done:!1})}));var lo={CSSRuleList:0,CSSStyleDeclaration:0,CSSValueList:0,ClientRectList:0,DOMRectList:0,DOMStringList:0,DOMTokenList:1,DataTransferItemList:0,FileList:0,HTMLAllCollection:0,HTMLCollection:0,HTMLFormElement:0,HTMLSelectElement:0,MediaList:0,MimeTypeArray:0,NamedNodeMap:0,NodeList:1,PaintRequestList:0,Plugin:0,PluginArray:0,SVGLengthList:0,SVGNumberList:0,SVGPathSegList:0,SVGPointList:0,SVGStringList:0,SVGTransformList:0,SourceBufferList:0,StyleSheetList:0,TextTrackCueList:0,TextTrackList:0,TouchList:0},po=xe("iterator"),ho=xe("toStringTag"),vo=Mr.values;for(var mo in lo){var go=s[mo],yo=go&&go.prototype;if(yo){if(yo[po]!==vo)try{k(yo,po,vo)}catch(t){yo[po]=vo}if(yo[ho]||k(yo,ho,mo),lo[mo])for(var bo in Mr)if(yo[bo]!==Mr[bo])try{k(yo,bo,Mr[bo])}catch(t){yo[bo]=Mr[bo]}}}var _o=Ln.forEach,Eo=Fn("forEach")?[].forEach:function(t){return _o(this,t,arguments.length>1?arguments[1]:void 0)};for(var xo in lo){var wo=s[xo],Oo=wo&&wo.prototype;if(Oo&&Oo.forEach!==Eo)try{k(Oo,"forEach",Eo)}catch(t){Oo.forEach=Eo}}var Ao="1.3.0",So=function(){function t(){this.handlers=new Map}return t.prototype.getVersion=function(){return Ao},t.prototype.subscribe=function(t,e){this.handlers.set(t,(this.handlers.get(t)||[]).concat(e))},t.prototype.unsubscribe=function(t,e){this.handlers.set(t,(this.handlers.get(t)||[]).filter((function(t){return t!=e})))},t.prototype.emit=function(t,e){(this.handlers.get(t)||[]).forEach((function(t){try{t(e)}catch(t){console.error("could not invoke event listener",t)}}))},t}();var Co=(void 0!==window.OC&&window.OC._eventBus&&void 0===window._nc_event_bus&&(console.warn("found old event bus instance at OC._eventBus. Update your version!"),window._nc_event_bus=window.OC._eventBus),void 0!==window._nc_event_bus?new fr(window._nc_event_bus):window._nc_event_bus=new So);function Io(t,e){Co.subscribe(t,e)}function To(t,e){Co.unsubscribe(t,e)}function No(t,e){Co.emit(t,e)}}.call(this,n(17),n(57))},43:function(t,e,n){var r=n(4),o=n(28),i="".split;t.exports=r((function(){return!Object("z").propertyIsEnumerable(0)}))?function(t){return"String"==o(t)?i.call(t,""):Object(t)}:Object},44:function(t,e){t.exports=!1},45:function(t,e){t.exports=function(t){if("function"!=typeof t)throw TypeError(String(t)+" is not a function");return t}},46:function(t,e,n){"use strict";function r(t,e,n,r,o,i,a,s){var c,u="function"==typeof t?t.options:t;if(e&&(u.render=e,u.staticRenderFns=n,u._compiled=!0),r&&(u.functional=!0),i&&(u._scopeId="data-v-"+i),a?(c=function(t){(t=t||this.$vnode&&this.$vnode.ssrContext||this.parent&&this.parent.$vnode&&this.parent.$vnode.ssrContext)||"undefined"==typeof __VUE_SSR_CONTEXT__||(t=__VUE_SSR_CONTEXT__),o&&o.call(this,t),t&&t._registeredComponents&&t._registeredComponents.add(a)},u._ssrRegister=c):o&&(c=s?function(){o.call(this,(u.functional?this.parent:this).$root.$options.shadowRoot)}:o),c)if(u.functional){u._injectStyles=c;var f=u.render;u.render=function(t,e){return c.call(e),f(t,e)}}else{var l=u.beforeCreate;u.beforeCreate=l?[].concat(l,c):[c]}return{exports:t,options:u}}n.d(e,"a",(function(){return r}))},463:function(t,e,n){(function(t){var r=void 0!==t&&t||"undefined"!=typeof self&&self||window,o=Function.prototype.apply;function i(t,e){this._id=t,this._clearFn=e}e.setTimeout=function(){return new i(o.call(setTimeout,r,arguments),clearTimeout)},e.setInterval=function(){return new i(o.call(setInterval,r,arguments),clearInterval)},e.clearTimeout=e.clearInterval=function(t){t&&t.close()},i.prototype.unref=i.prototype.ref=function(){},i.prototype.close=function(){this._clearFn.call(r,this._id)},e.enroll=function(t,e){clearTimeout(t._idleTimeoutId),t._idleTimeout=e},e.unenroll=function(t){clearTimeout(t._idleTimeoutId),t._idleTimeout=-1},e._unrefActive=e.active=function(t){clearTimeout(t._idleTimeoutId);var e=t._idleTimeout;e>=0&&(t._idleTimeoutId=setTimeout((function(){t._onTimeout&&t._onTimeout()}),e))},n(464),e.setImmediate="undefined"!=typeof self&&self.setImmediate||void 0!==t&&t.setImmediate||this&&this.setImmediate,e.clearImmediate="undefined"!=typeof self&&self.clearImmediate||void 0!==t&&t.clearImmediate||this&&this.clearImmediate}).call(this,n(17))},464:function(t,e,n){(function(t,e){!function(t,n){"use strict";if(!t.setImmediate){var r,o,i,a,s,c=1,u={},f=!1,l=t.document,p=Object.getPrototypeOf&&Object.getPrototypeOf(t);p=p&&p.setTimeout?p:t,"[object process]"==={}.toString.call(t.process)?r=function(t){e.nextTick((function(){h(t)}))}:!function(){if(t.postMessage&&!t.importScripts){var e=!0,n=t.onmessage;return t.onmessage=function(){e=!1},t.postMessage("","*"),t.onmessage=n,e}}()?t.MessageChannel?((i=new MessageChannel).port1.onmessage=function(t){h(t.data)},r=function(t){i.port2.postMessage(t)}):l&&"onreadystatechange"in l.createElement("script")?(o=l.documentElement,r=function(t){var e=l.createElement("script");e.onreadystatechange=function(){h(t),e.onreadystatechange=null,o.removeChild(e),e=null},o.appendChild(e)}):r=function(t){setTimeout(h,0,t)}:(a="setImmediate$"+Math.random()+"$",s=function(e){e.source===t&&"string"==typeof e.data&&0===e.data.indexOf(a)&&h(+e.data.slice(a.length))},t.addEventListener?t.addEventListener("message",s,!1):t.attachEvent("onmessage",s),r=function(e){t.postMessage(a+e,"*")}),p.setImmediate=function(t){"function"!=typeof t&&(t=new Function(""+t));for(var e=new Array(arguments.length-1),n=0;n<e.length;n++)e[n]=arguments[n+1];var o={callback:t,args:e};return u[c]=o,r(c),c++},p.clearImmediate=d}function d(t){delete u[t]}function h(t){if(f)setTimeout(h,0,t);else{var e=u[t];if(e){f=!0;try{!function(t){var e=t.callback,n=t.args;switch(n.length){case 0:e();break;case 1:e(n[0]);break;case 2:e(n[0],n[1]);break;case 3:e(n[0],n[1],n[2]);break;default:e.apply(void 0,n)}}(e)}finally{d(t),f=!1}}}}}("undefined"==typeof self?void 0===t?this:t:self)}).call(this,n(17),n(57))},47:function(t,e,n){var r=n(44),o=n(53);(t.exports=function(t,e){return o[t]||(o[t]=void 0!==e?e:{})})("versions",[]).push({version:"3.13.1",mode:r?"pure":"global",copyright:"© 2021 Denis Pushkarev (zloirock.ru)"})},48:function(t,e,n){"use strict";var r,o,i=n(61),a=n(86),s=n(47),c=RegExp.prototype.exec,u=s("native-string-replace",String.prototype.replace),f=c,l=(r=/a/,o=/b*/g,c.call(r,"a"),c.call(o,"a"),0!==r.lastIndex||0!==o.lastIndex),p=a.UNSUPPORTED_Y||a.BROKEN_CARET,d=void 0!==/()??/.exec("")[1];(l||d||p)&&(f=function(t){var e,n,r,o,a=this,s=p&&a.sticky,f=i.call(a),h=a.source,v=0,m=t;return s&&(-1===(f=f.replace("y","")).indexOf("g")&&(f+="g"),m=String(t).slice(a.lastIndex),a.lastIndex>0&&(!a.multiline||a.multiline&&"\n"!==t[a.lastIndex-1])&&(h="(?: "+h+")",m=" "+m,v++),n=new RegExp("^(?:"+h+")",f)),d&&(n=new RegExp("^"+h+"$(?!\\s)",f)),l&&(e=a.lastIndex),r=c.call(s?n:a,m),s?r?(r.input=r.input.slice(v),r[0]=r[0].slice(v),r.index=a.lastIndex,a.lastIndex+=r[0].length):a.lastIndex=0:l&&r&&(a.lastIndex=a.global?r.index+r[0].length:e),d&&r&&r.length>1&&u.call(r[0],n,(function(){for(o=1;o<arguments.length-2;o++)void 0===arguments[o]&&(r[o]=void 0)})),r}),t.exports=f},5:function(t,e,n){(function(e){var n=function(t){return t&&t.Math==Math&&t};t.exports=n("object"==typeof globalThis&&globalThis)||n("object"==typeof window&&window)||n("object"==typeof self&&self)||n("object"==typeof e&&e)||function(){return this}()||Function("return this")()}).call(this,n(17))},50:function(t,e,n){var r,o,i=n(5),a=n(88),s=i.process,c=s&&s.versions,u=c&&c.v8;u?o=(r=u.split("."))[0]<4?1:r[0]+r[1]:a&&(!(r=a.match(/Edge\/(\d+)/))||r[1]>=74)&&(r=a.match(/Chrome\/(\d+)/))&&(o=r[1]),t.exports=o&&+o},51:function(t,e,n){"use strict";var r=n(4);t.exports=function(t,e){var n=[][t];return!!n&&r((function(){n.call(null,e||function(){throw 1},1)}))}},52:function(t,e,n){var r=n(5),o=n(18);t.exports=function(t,e){try{o(r,t,e)}catch(n){r[t]=e}return e}},53:function(t,e,n){var r=n(5),o=n(52),i=r["__core-js_shared__"]||o("__core-js_shared__",{});t.exports=i},55:function(t,e){t.exports={}},56:function(t,e){var n=0,r=Math.random();t.exports=function(t){return"Symbol("+String(void 0===t?"":t)+")_"+(++n+r).toString(36)}},57:function(t,e){var n,r,o=t.exports={};function i(){throw new Error("setTimeout has not been defined")}function a(){throw new Error("clearTimeout has not been defined")}function s(t){if(n===setTimeout)return setTimeout(t,0);if((n===i||!n)&&setTimeout)return n=setTimeout,setTimeout(t,0);try{return n(t,0)}catch(e){try{return n.call(null,t,0)}catch(e){return n.call(this,t,0)}}}!function(){try{n="function"==typeof setTimeout?setTimeout:i}catch(t){n=i}try{r="function"==typeof clearTimeout?clearTimeout:a}catch(t){r=a}}();var c,u=[],f=!1,l=-1;function p(){f&&c&&(f=!1,c.length?u=c.concat(u):l=-1,u.length&&d())}function d(){if(!f){var t=s(p);f=!0;for(var e=u.length;e;){for(c=u,u=[];++l<e;)c&&c[l].run();l=-1,e=u.length}c=null,f=!1,function(t){if(r===clearTimeout)return clearTimeout(t);if((r===a||!r)&&clearTimeout)return r=clearTimeout,clearTimeout(t);try{r(t)}catch(e){try{return r.call(null,t)}catch(e){return r.call(this,t)}}}(t)}}function h(t,e){this.fun=t,this.array=e}function v(){}o.nextTick=function(t){var e=new Array(arguments.length-1);if(arguments.length>1)for(var n=1;n<arguments.length;n++)e[n-1]=arguments[n];u.push(new h(t,e)),1!==u.length||f||s(d)},h.prototype.run=function(){this.fun.apply(null,this.array)},o.title="browser",o.browser=!0,o.env={},o.argv=[],o.version="",o.versions={},o.on=v,o.addListener=v,o.once=v,o.off=v,o.removeListener=v,o.removeAllListeners=v,o.emit=v,o.prependListener=v,o.prependOnceListener=v,o.listeners=function(t){return[]},o.binding=function(t){throw new Error("process.binding is not supported")},o.cwd=function(){return"/"},o.chdir=function(t){throw new Error("process.chdir is not supported")},o.umask=function(){return 0}},60:function(t,e,n){var r=n(23),o=Math.max,i=Math.min;t.exports=function(t,e){var n=r(t);return n<0?o(n+e,0):i(n,e)}},61:function(t,e,n){"use strict";var r=n(8);t.exports=function(){var t=r(this),e="";return t.global&&(e+="g"),t.ignoreCase&&(e+="i"),t.multiline&&(e+="m"),t.dotAll&&(e+="s"),t.unicode&&(e+="u"),t.sticky&&(e+="y"),e}},62:function(t,e,n){"use strict";var r=n(87),o=n(8),i=n(15),a=n(23),s=n(20),c=n(95),u=n(122),f=n(90),l=Math.max,p=Math.min;r("replace",2,(function(t,e,n,r){var d=r.REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE,h=r.REPLACE_KEEPS_$0,v=d?"$":"$0";return[function(n,r){var o=s(this),i=null==n?void 0:n[t];return void 0!==i?i.call(n,o,r):e.call(String(o),n,r)},function(t,r){if(!d&&h||"string"==typeof r&&-1===r.indexOf(v)){var s=n(e,t,this,r);if(s.done)return s.value}var m=o(t),g=String(this),y="function"==typeof r;y||(r=String(r));var b=m.global;if(b){var _=m.unicode;m.lastIndex=0}for(var E=[];;){var x=f(m,g);if(null===x)break;if(E.push(x),!b)break;""===String(x[0])&&(m.lastIndex=c(g,i(m.lastIndex),_))}for(var w,O="",A=0,S=0;S<E.length;S++){x=E[S];for(var C=String(x[0]),I=l(p(a(x.index),g.length),0),T=[],N=1;N<x.length;N++)T.push(void 0===(w=x[N])?w:String(w));var R=x.groups;if(y){var j=[C].concat(T,I,g);void 0!==R&&j.push(R);var L=String(r.apply(void 0,j))}else L=u(C,g,I,T,R,r);I>=A&&(O+=g.slice(A,I)+L,A=I+C.length)}return O+g.slice(A)}]}))},627:function(t,e,n){"use strict";n(91),Object.defineProperty(e,"__esModule",{value:!0}),e.buildConsoleLogger=function(t){return new i(t)},e.ConsoleLogger=void 0;var r=n(628);function o(t,e){for(var n=0;n<e.length;n++){var r=e[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(t,r.key,r)}}var i=function(){function t(e){!function(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}(this,t),this.context=e}var e,n,i;return e=t,(n=[{key:"formatMessage",value:function(t,e,n){var r="["+e+"]";return n&&n.app&&(r+=" "+n.app+": "),r+t}},{key:"log",value:function(t,e,n){switch(t){case 0:console.debug(this.formatMessage(e,r.LogLevel.Debug,n),n);break;case 1:console.info(this.formatMessage(e,r.LogLevel.Info,n),n);break;case 2:console.warn(this.formatMessage(e,r.LogLevel.Warn,n),n);break;case 3:console.error(this.formatMessage(e,r.LogLevel.Error,n),n);break;default:console.error(this.formatMessage(e,r.LogLevel.Fatal,n),n)}}},{key:"debug",value:function(t,e){this.log(0,t,Object.assign({},this.context,e))}},{key:"info",value:function(t,e){this.log(1,t,Object.assign({},this.context,e))}},{key:"warn",value:function(t,e){this.log(2,t,Object.assign({},this.context,e))}},{key:"error",value:function(t,e){this.log(3,t,Object.assign({},this.context,e))}},{key:"fatal",value:function(t,e){this.log(4,t,Object.assign({},this.context,e))}}])&&o(e.prototype,n),i&&o(e,i),t}();e.ConsoleLogger=i},628:function(t,e,n){"use strict";var r;Object.defineProperty(e,"__esModule",{value:!0}),e.LogLevel=void 0,e.LogLevel=r,function(t){t.Debug="DEBUG",t.Info="INFO",t.Warn="WARN",t.Error="ERROR",t.Fatal="FATAL"}(r||(e.LogLevel=r={}))},629:function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.LoggerBuilder=void 0;var r=n(76);function o(t,e){for(var n=0;n<e.length;n++){var r=e[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(t,r.key,r)}}var i=function(){function t(e){!function(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}(this,t),this.context={},this.factory=e}var e,n,i;return e=t,(n=[{key:"setApp",value:function(t){return this.context.app=t,this}},{key:"setUid",value:function(t){return this.context.uid=t,this}},{key:"detectUser",value:function(){var t=(0,r.getCurrentUser)();return null!==t&&(this.context.uid=t.uid),this}},{key:"build",value:function(){return this.factory(this.context)}}])&&o(e.prototype,n),i&&o(e,i),t}();e.LoggerBuilder=i},63:function(t,e,n){var r=n(28);t.exports=Array.isArray||function(t){return"Array"==r(t)}},64:function(t,e,n){"use strict";var r={}.propertyIsEnumerable,o=Object.getOwnPropertyDescriptor,i=o&&!r.call({1:2},1);e.f=i?function(t){var e=o(this,t);return!!e&&e.enumerable}:r},641:function(t,e,n){"use strict";var r=n(26),o=n.n(r),i=n(27),a=n.n(i)()(o.a);a.push([t.i,"p.loading[data-v-b186f3be],p.loading-error[data-v-b186f3be]{height:100px}.text-center[data-v-b186f3be]{text-align:center}.app[data-v-b186f3be]{display:flex;flex-direction:row}.app img[data-v-b186f3be]{height:50px;width:50px;filter:invert(1)}.app img[data-v-b186f3be],.app .info[data-v-b186f3be]{padding:12px}.app .info h3[data-v-b186f3be],.app .info p[data-v-b186f3be]{text-align:left}.app .info h3[data-v-b186f3be]{color:#fff;margin-top:0}.app .info h3>span.icon[data-v-b186f3be]{display:inline-block}","",{version:3,sources:["webpack://./core/src/components/setup/RecommendedApps.vue"],names:[],mappings:"AAmLA,4DACC,YAAA,CAGD,8BACC,iBAAA,CAGD,sBACC,YAAA,CACA,kBAAA,CAEA,0BACC,WAAA,CACA,UAAA,CACA,gBAAA,CAGD,sDACC,YAAA,CAIA,6DACC,eAAA,CAGD,+BACC,UAAA,CACA,YAAA,CAGD,yCACC,oBAAA",sourcesContent:["\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n.body-login-container {\n\n}\n\np.loading, p.loading-error {\n\theight: 100px;\n}\n\n.text-center {\n\ttext-align: center;\n}\n\n.app {\n\tdisplay: flex;\n\tflex-direction: row;\n\n\timg {\n\t\theight: 50px;\n\t\twidth: 50px;\n\t\tfilter: invert(1);\n\t}\n\n\timg, .info {\n\t\tpadding: 12px;\n\t}\n\n\t.info {\n\t\th3, p {\n\t\t\ttext-align: left;\n\t\t}\n\n\t\th3 {\n\t\t\tcolor: #fff;\n\t\t\tmargin-top: 0;\n\t\t}\n\n\t\th3 > span.icon {\n\t\t\tdisplay: inline-block;\n\t\t}\n\t}\n}\n"],sourceRoot:""}]),e.a=a},65:function(t,e,n){var r=n(85),o=n(73).concat("length","prototype");e.f=Object.getOwnPropertyNames||function(t){return r(t,o)}},66:function(t,e,n){var r=n(22),o=n(15),i=n(60),a=function(t){return function(e,n,a){var s,c=r(e),u=o(c.length),f=i(a,u);if(t&&n!=n){for(;u>f;)if((s=c[f++])!=s)return!0}else for(;u>f;f++)if((t||f in c)&&c[f]===n)return t||f||0;return!t&&-1}};t.exports={includes:a(!0),indexOf:a(!1)}},67:function(t,e,n){var r=n(50),o=n(4);t.exports=!!Object.getOwnPropertySymbols&&!o((function(){var t=Symbol();return!String(t)||!(Object(t)instanceof Symbol)||!Symbol.sham&&r&&r<41}))},68:function(t,e,n){var r={};r[n(9)("toStringTag")]="z",t.exports="[object z]"===String(r)},687:function(t,e,n){"use strict";const r=n(926);t.exports=t=>{if(!Number.isInteger(t)&&t!==1/0||!(t>0))throw new TypeError("Expected `concurrency` to be a number from 1 and up");const e=new r;let n=0;const o=async(t,r,...o)=>{n++;const i=(async()=>t(...o))();r(i);try{await i}catch{}n--,e.size>0&&e.dequeue()()},i=(r,...i)=>new Promise(a=>{((r,i,...a)=>{e.enqueue(o.bind(null,r,i,...a)),(async()=>{await Promise.resolve(),n<t&&e.size>0&&e.dequeue()()})()})(r,a,...i)});return Object.defineProperties(i,{activeCount:{get:()=>n},pendingCount:{get:()=>e.size},clearQueue:{value:()=>{e.clear()}}}),i}},70:function(t,e,n){"use strict";n(91),Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var r,o=(r=n(207))&&r.__esModule?r:{default:r},i=n(76);var a=o.default.create({headers:{requesttoken:(0,i.getRequestToken)()}}),s=Object.assign(a,{CancelToken:o.default.CancelToken,isCancel:o.default.isCancel});(0,i.onRequestTokenUpdate)((function(t){return a.defaults.headers.requesttoken=t}));var c=s;e.default=c},72:function(t,e,n){var r=n(53),o=Function.toString;"function"!=typeof r.inspectSource&&(r.inspectSource=function(t){return o.call(t)}),t.exports=r.inspectSource},73:function(t,e){t.exports=["constructor","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","toLocaleString","toString","valueOf"]},74:function(t,e){e.f=Object.getOwnPropertySymbols},75:function(t,e,n){var r=n(45);t.exports=function(t,e,n){if(r(t),void 0===e)return t;switch(n){case 0:return function(){return t.call(e)};case 1:return function(n){return t.call(e,n)};case 2:return function(n,r){return t.call(e,n,r)};case 3:return function(n,r,o){return t.call(e,n,r,o)}}return function(){return t.apply(e,arguments)}}},76:function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),Object.defineProperty(e,"getRequestToken",{enumerable:!0,get:function(){return r.getRequestToken}}),Object.defineProperty(e,"onRequestTokenUpdate",{enumerable:!0,get:function(){return r.onRequestTokenUpdate}}),Object.defineProperty(e,"getCurrentUser",{enumerable:!0,get:function(){return o.getCurrentUser}});var r=n(174),o=n(175)},77:function(t,e,n){var r=n(11),o=n(4),i=n(102);t.exports=!r&&!o((function(){return 7!=Object.defineProperty(i("div"),"a",{get:function(){return 7}}).a}))},78:function(t,e,n){var r=n(47),o=n(56),i=r("keys");t.exports=function(t){return i[t]||(i[t]=o(t))}},79:function(t,e,n){"use strict";var r=n(34),o=n(19),i=n(33);t.exports=function(t,e,n){var a=r(e);a in t?o.f(t,a,i(0,n)):t[a]=n}},8:function(t,e,n){var r=n(10);t.exports=function(t){if(!r(t))throw TypeError(String(t)+" is not an object");return t}},80:function(t,e,n){var r=n(10),o=n(63),i=n(9)("species");t.exports=function(t,e){var n;return o(t)&&("function"!=typeof(n=t.constructor)||n!==Array&&!o(n.prototype)?r(n)&&null===(n=n[i])&&(n=void 0):n=void 0),new(void 0===n?Array:n)(0===e?0:e)}},81:function(t,e,n){var r=n(4),o=n(9),i=n(50),a=o("species");t.exports=function(t){return i>=51||!r((function(){var e=[];return(e.constructor={})[a]=function(){return{foo:1}},1!==e[t](Boolean).foo}))}},85:function(t,e,n){var r=n(13),o=n(22),i=n(66).indexOf,a=n(55);t.exports=function(t,e){var n,s=o(t),c=0,u=[];for(n in s)!r(a,n)&&r(s,n)&&u.push(n);for(;e.length>c;)r(s,n=e[c++])&&(~i(u,n)||u.push(n));return u}},86:function(t,e,n){"use strict";var r=n(4);function o(t,e){return RegExp(t,e)}e.UNSUPPORTED_Y=r((function(){var t=o("a","y");return t.lastIndex=2,null!=t.exec("abcd")})),e.BROKEN_CARET=r((function(){var t=o("^r","gy");return t.lastIndex=2,null!=t.exec("str")}))},87:function(t,e,n){"use strict";n(40);var r=n(21),o=n(48),i=n(4),a=n(9),s=n(18),c=a("species"),u=RegExp.prototype,f=!i((function(){var t=/./;return t.exec=function(){var t=[];return t.groups={a:"7"},t},"7"!=="".replace(t,"$<a>")})),l="$0"==="a".replace(/./,"$0"),p=a("replace"),d=!!/./[p]&&""===/./[p]("a","$0"),h=!i((function(){var t=/(?:)/,e=t.exec;t.exec=function(){return e.apply(this,arguments)};var n="ab".split(t);return 2!==n.length||"a"!==n[0]||"b"!==n[1]}));t.exports=function(t,e,n,p){var v=a(t),m=!i((function(){var e={};return e[v]=function(){return 7},7!=""[t](e)})),g=m&&!i((function(){var e=!1,n=/a/;return"split"===t&&((n={}).constructor={},n.constructor[c]=function(){return n},n.flags="",n[v]=/./[v]),n.exec=function(){return e=!0,null},n[v](""),!e}));if(!m||!g||"replace"===t&&(!f||!l||d)||"split"===t&&!h){var y=/./[v],b=n(v,""[t],(function(t,e,n,r,i){var a=e.exec;return a===o||a===u.exec?m&&!i?{done:!0,value:y.call(e,n,r)}:{done:!0,value:t.call(n,e,r)}:{done:!1}}),{REPLACE_KEEPS_$0:l,REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE:d}),_=b[0],E=b[1];r(String.prototype,t,_),r(u,v,2==e?function(t,e){return E.call(t,this,e)}:function(t){return E.call(t,this)})}p&&s(u[v],"sham",!0)}},88:function(t,e,n){var r=n(32);t.exports=r("navigator","userAgent")||""},89:function(t,e,n){var r=n(23),o=n(20),i=function(t){return function(e,n){var i,a,s=String(o(e)),c=r(n),u=s.length;return c<0||c>=u?t?"":void 0:(i=s.charCodeAt(c))<55296||i>56319||c+1===u||(a=s.charCodeAt(c+1))<56320||a>57343?t?s.charAt(c):i:t?s.slice(c,c+2):a-56320+(i-55296<<10)+65536}};t.exports={codeAt:i(!1),charAt:i(!0)}},9:function(t,e,n){var r=n(5),o=n(47),i=n(13),a=n(56),s=n(67),c=n(111),u=o("wks"),f=r.Symbol,l=c?f:f&&f.withoutSetter||a;t.exports=function(t){return i(u,t)&&(s||"string"==typeof u[t])||(s&&i(f,t)?u[t]=f[t]:u[t]=l("Symbol."+t)),u[t]}},90:function(t,e,n){var r=n(28),o=n(48);t.exports=function(t,e){var n=t.exec;if("function"==typeof n){var i=n.call(t,e);if("object"!=typeof i)throw TypeError("RegExp exec method returned something other than an Object or null");return i}if("RegExp"!==r(t))throw TypeError("RegExp#exec called on incompatible receiver");return o.call(t,e)}},91:function(t,e,n){var r=n(3),o=n(127);r({target:"Object",stat:!0,forced:Object.assign!==o},{assign:o})},92:function(t,e,n){var r=n(85),o=n(73);t.exports=Object.keys||function(t){return r(t,o)}},926:function(t,e){class n{constructor(t){this.value=t,this.next=void 0}}class r{constructor(){this.clear()}enqueue(t){const e=new n(t);this._head?(this._tail.next=e,this._tail=e):(this._head=e,this._tail=e),this._size++}dequeue(){const t=this._head;if(t)return this._head=this._head.next,this._size--,t.value}clear(){this._head=void 0,this._tail=void 0,this._size=0}get size(){return this._size}*[Symbol.iterator](){let t=this._head;for(;t;)yield t.value,t=t.next}}t.exports=r},94:function(t,e,n){var r=n(4),o=/#|\.prototype\./,i=function(t,e){var n=s[a(t)];return n==u||n!=c&&("function"==typeof e?r(e):!!e)},a=i.normalize=function(t){return String(t).replace(o,".").toLowerCase()},s=i.data={},c=i.NATIVE="N",u=i.POLYFILL="P";t.exports=i},945:function(t,e,n){"use strict";n.r(e);var r=n(76),o=n(12),i=n(39),a=n(118),s=n(243);var c,u=null===(c=Object(r.getCurrentUser)())?Object(s.getLoggerBuilder)().setApp("core").build():Object(s.getLoggerBuilder)().setApp("core").setUid(c.uid).build(),f=n(70),l=n.n(f),p=n(100),d=n(687),h=n.n(d);const v={calendar:{description:Object(i.translate)("core","Schedule work & meetings, synced with all your devices."),icon:Object(o.imagePath)("core","places/calendar.svg")},contacts:{description:Object(i.translate)("core","Keep your colleagues and friends in one place without leaking their private info."),icon:Object(o.imagePath)("core","places/contacts.svg")},mail:{description:Object(i.translate)("core","Simple email app nicely integrated with Files, Contacts and Calendar."),icon:Object(o.imagePath)("core","actions/mail.svg")},spreed:{description:Object(i.translate)("core","Chatting, video calls, screensharing, online meetings and web conferencing – in your browser and with mobile apps.")},richdocuments:{description:Object(i.translate)("core","Collaboratively edit office documents.")},richdocumentscode:{description:Object(i.translate)("core","Local document editing back-end used by the Collabora Online app.")}},m=Object.keys(v),g=Object(p.loadState)("core","defaultPageUrl");var y={name:"RecommendedApps",data:()=>({loadingApps:!0,loadingAppsError:!1,apps:[],defaultPageUrl:g}),computed:{recommendedApps(){return this.apps.filter(t=>m.includes(t.id))}},mounted(){return l.a.get(Object(o.generateUrl)("settings/apps/list")).then(t=>t.data).then(t=>{u.info("".concat(t.apps.length," apps fetched")),this.apps=t.apps.map(t=>Object.assign(t,{loading:!1,installationError:!1})),u.debug("".concat(this.recommendedApps.length," recommended apps found"),{apps:this.recommendedApps}),this.installApps()}).catch(t=>{u.error("could not fetch app list",{error:t}),this.loadingAppsError=!0}).then(()=>{this.loadingApps=!1})},methods:{installApps(){const t=h()(1),e=this.recommendedApps.filter(t=>!t.active&&t.isCompatible&&t.canInstall).map(e=>t(()=>(u.info("installing ".concat(e.id)),e.loading=!0,l.a.post(Object(o.generateUrl)("settings/apps/enable"),{appIds:[e.id],groups:[]}).catch(t=>{u.error("could not install ".concat(e.id),{error:t}),e.installationError=!0}).then(()=>{u.info("installed ".concat(e.id)),e.loading=!1}))));u.debug("installing ".concat(e.length," recommended apps")),Promise.all(e).then(()=>{u.info("all recommended apps installed, redirecting …"),window.location=g}).catch(t=>u.error("could not install recommended apps",{error:t}))},customIcon:t=>t in v&&v[t].icon?v[t].icon:(u.warn("no app icon for recommended app ".concat(t)),Object(o.imagePath)("core","places/default-app-icon.svg")),customDescription:t=>t in v?v[t].description:(u.warn("no app description for recommended app ".concat(t)),"")}},b=n(25),_=n.n(b),E=n(641),x={insert:"head",singleton:!1},w=(_()(E.a,x),E.a.locals,n(46)),O=Object(w.a)(y,(function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("div",{staticClass:"body-login-container"},[n("h2",[t._v(t._s(t.t("core","Recommended apps")))]),t._v(" "),t.loadingApps?n("p",{staticClass:"loading text-center"},[t._v("\n\t\t"+t._s(t.t("core","Loading apps …"))+"\n\t")]):t.loadingAppsError?n("p",{staticClass:"loading-error text-center"},[t._v("\n\t\t"+t._s(t.t("core","Could not fetch list of apps from the App Store."))+"\n\t")]):n("p",{staticClass:"text-center"},[t._v("\n\t\t"+t._s(t.t("core","Installing apps …"))+"\n\t")]),t._v(" "),t._l(t.recommendedApps,(function(e){return n("div",{key:e.id,staticClass:"app"},[n("img",{attrs:{src:t.customIcon(e.id),alt:""}}),t._v(" "),n("div",{staticClass:"info"},[n("h3",[t._v("\n\t\t\t\t"+t._s(e.name)+"\n\t\t\t\t"),e.loading?n("span",{staticClass:"icon icon-loading-small-dark"}):e.active?n("span",{staticClass:"icon icon-checkmark-white"}):t._e()]),t._v(" "),n("p",{domProps:{innerHTML:t._s(t.customDescription(e.id))}}),t._v(" "),e.installationError?n("p",[n("strong",[t._v(t._s(t.t("core","App download or installation failed")))])]):e.isCompatible?e.canInstall?t._e():n("p",[n("strong",[t._v(t._s(t.t("core","Cannot install this app")))])]):n("p",[n("strong",[t._v(t._s(t.t("core","Cannot install this app because it is not compatible")))])])])])})),t._v(" "),n("p",{staticClass:"text-center"},[n("a",{attrs:{href:t.defaultPageUrl}},[t._v(t._s(t.t("core","Cancel")))])])],2)}),[],!1,null,"b186f3be",null).exports;
+/**
* @copyright 2019 Christoph Wurst <christoph@winzerhof-wurst.at>
*
- * @author 2019 Christoph Wurst <christoph@winzerhof-wurst.at>
+ * @author Christoph Wurst <christoph@winzerhof-wurst.at>
*
* @license GNU AGPL version 3 or any later version
*
@@ -23,7 +23,8 @@ var r=Object.freeze({});function o(t){return null==t}function i(t){return null!=
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ *
*/
-n.nc=btoa(Object(o.getRequestToken)()),n.p=Object(i.generateFilePath)("core","","js/"),u.a.mixin({methods:{t:a.translate}}),(new(u.a.extend(x))).$mount("#recommended-apps"),s.debug("recommended apps view rendered")}]);
+n.nc=btoa(Object(r.getRequestToken)()),n.p=Object(o.generateFilePath)("core","","js/"),a.default.mixin({methods:{t:i.translate}});(new(a.default.extend(O))).$mount("#recommended-apps"),u.debug("recommended apps view rendered")},95:function(t,e,n){"use strict";var r=n(89).charAt;t.exports=function(t,e,n){return e+(n?r(t,e).length:1)}},96:function(t,e,n){var r=n(68),o=n(28),i=n(9)("toStringTag"),a="Arguments"==o(function(){return arguments}());t.exports=r?o:function(t){var e,n,r;return void 0===t?"Undefined":null===t?"Null":"string"==typeof(n=function(t,e){try{return t[e]}catch(t){}}(e=Object(t),i))?n:a?o(e):"Object"==(r=o(e))&&"function"==typeof e.callee?"Arguments":r}}});
//# sourceMappingURL=recommendedapps.js.map \ No newline at end of file
diff --git a/core/js/dist/recommendedapps.js.map b/core/js/dist/recommendedapps.js.map
index 467d4766ce0..f7893020c5d 100644
--- a/core/js/dist/recommendedapps.js.map
+++ b/core/js/dist/recommendedapps.js.map
@@ -1 +1 @@
-{"version":3,"sources":["webpack:///webpack/bootstrap","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/global.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/well-known-symbol.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/fails.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/has.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/is-object.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/object-define-property.js","webpack:///./node_modules/@nextcloud/router/node_modules/core-js/internals/fails.js","webpack:///(webpack)/buildin/global.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/descriptors.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/create-non-enumerable-property.js","webpack:///./node_modules/@nextcloud/router/node_modules/core-js/internals/global.js","webpack:///./node_modules/axios/lib/utils.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/an-object.js","webpack:///./node_modules/@nextcloud/router/dist/index.js","webpack:///./node_modules/@nextcloud/initial-state/node_modules/core-js/internals/global.js","webpack:///./node_modules/@nextcloud/auth/node_modules/core-js/internals/global.js","webpack:///./node_modules/@nextcloud/router/node_modules/core-js/internals/has.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/export.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/redefine.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/iterators.js","webpack:///./node_modules/@nextcloud/axios/node_modules/core-js/internals/global.js","webpack:///./node_modules/@nextcloud/router/node_modules/core-js/internals/descriptors.js","webpack:///./node_modules/@nextcloud/event-bus/dist/index.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/create-property-descriptor.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/to-indexed-object.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/internal-state.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/hidden-keys.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/get-built-in.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/to-length.js","webpack:///./node_modules/@nextcloud/initial-state/node_modules/core-js/internals/fails.js","webpack:///./node_modules/@nextcloud/router/node_modules/core-js/internals/create-non-enumerable-property.js","webpack:///./node_modules/@nextcloud/router/node_modules/core-js/internals/an-object.js","webpack:///./node_modules/@nextcloud/auth/node_modules/core-js/internals/fails.js","webpack:///./node_modules/@nextcloud/auth/node_modules/core-js/internals/has.js","webpack:///./node_modules/@nextcloud/initial-state/node_modules/core-js/internals/is-object.js","webpack:///./node_modules/@nextcloud/initial-state/node_modules/core-js/internals/has.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/classof-raw.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/require-object-coercible.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/to-primitive.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/set-global.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/shared-key.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/is-pure.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/uid.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/to-integer.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/enum-bug-keys.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/to-object.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/function-bind-context.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/object-create.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/define-iterator.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/set-to-string-tag.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/to-string-tag-support.js","webpack:///./node_modules/@nextcloud/router/node_modules/core-js/internals/require-object-coercible.js","webpack:///./node_modules/@nextcloud/router/node_modules/core-js/internals/is-object.js","webpack:///./node_modules/@nextcloud/router/node_modules/core-js/internals/redefine.js","webpack:///./node_modules/@nextcloud/router/node_modules/core-js/internals/to-integer.js","webpack:///./node_modules/@nextcloud/axios/node_modules/core-js/internals/descriptors.js","webpack:///./node_modules/@nextcloud/axios/node_modules/core-js/internals/fails.js","webpack:///./node_modules/@nextcloud/axios/node_modules/core-js/internals/has.js","webpack:///./node_modules/@nextcloud/auth/node_modules/core-js/internals/descriptors.js","webpack:///./node_modules/@nextcloud/auth/node_modules/core-js/internals/is-object.js","webpack:///./node_modules/css-loader/dist/runtime/api.js","webpack:///./node_modules/vue-style-loader/lib/listToStyles.js","webpack:///./node_modules/vue-style-loader/lib/addStylesClient.js","webpack:///./node_modules/@nextcloud/l10n/dist/index.js","webpack:///./node_modules/@nextcloud/router/node_modules/core-js/internals/export.js","webpack:///./node_modules/@nextcloud/router/node_modules/core-js/internals/to-indexed-object.js","webpack:///./node_modules/@nextcloud/router/node_modules/core-js/internals/classof-raw.js","webpack:///./node_modules/@nextcloud/router/node_modules/core-js/internals/set-global.js","webpack:///./node_modules/@nextcloud/router/node_modules/core-js/internals/to-string-tag-support.js","webpack:///./node_modules/@nextcloud/router/node_modules/core-js/internals/well-known-symbol.js","webpack:///./node_modules/@nextcloud/router/node_modules/core-js/internals/regexp-exec.js","webpack:///./node_modules/@nextcloud/initial-state/node_modules/core-js/internals/descriptors.js","webpack:///./node_modules/@nextcloud/initial-state/node_modules/core-js/internals/create-non-enumerable-property.js","webpack:///./node_modules/process/browser.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/object-get-own-property-descriptor.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/indexed-object.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/ie8-dom-define.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/document-create-element.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/inspect-source.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/shared-store.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/shared.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/object-keys-internal.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/is-forced.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/is-array.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/array-species-create.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/native-symbol.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/array-method-has-species-support.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/engine-v8-version.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/array-iteration.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/array-method-uses-to-length.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/array-for-each.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/modules/es.array.iterator.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/iterators-core.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/object-get-prototype-of.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/object-set-prototype-of.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/internal-metadata.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/iterate.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/classof.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/an-instance.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/dom-iterables.js","webpack:///./node_modules/@nextcloud/axios/node_modules/core-js/internals/is-object.js","webpack:///./node_modules/@nextcloud/axios/node_modules/core-js/internals/create-non-enumerable-property.js","webpack:///./node_modules/@nextcloud/auth/node_modules/core-js/internals/create-non-enumerable-property.js","webpack:///./node_modules/@nextcloud/initial-state/node_modules/core-js/internals/create-property-descriptor.js","webpack:///./node_modules/@nextcloud/initial-state/node_modules/core-js/internals/to-indexed-object.js","webpack:///./node_modules/@nextcloud/initial-state/node_modules/core-js/internals/to-primitive.js","webpack:///./node_modules/@nextcloud/initial-state/node_modules/core-js/internals/object-define-property.js","webpack:///./node_modules/@nextcloud/initial-state/node_modules/core-js/internals/set-global.js","webpack:///./node_modules/@nextcloud/initial-state/node_modules/core-js/internals/well-known-symbol.js","webpack:///./node_modules/@nextcloud/router/node_modules/core-js/internals/object-get-own-property-descriptor.js","webpack:///./node_modules/@nextcloud/router/node_modules/core-js/internals/object-property-is-enumerable.js","webpack:///./node_modules/@nextcloud/router/node_modules/core-js/internals/create-property-descriptor.js","webpack:///./node_modules/@nextcloud/router/node_modules/core-js/internals/indexed-object.js","webpack:///./node_modules/@nextcloud/router/node_modules/core-js/internals/to-primitive.js","webpack:///./node_modules/@nextcloud/router/node_modules/core-js/internals/ie8-dom-define.js","webpack:///./node_modules/@nextcloud/router/node_modules/core-js/internals/object-define-property.js","webpack:///./node_modules/@nextcloud/router/node_modules/core-js/internals/inspect-source.js","webpack:///./node_modules/@nextcloud/router/node_modules/core-js/internals/shared-store.js","webpack:///./node_modules/@nextcloud/router/node_modules/core-js/internals/shared.js","webpack:///./node_modules/@nextcloud/router/node_modules/core-js/internals/uid.js","webpack:///./node_modules/@nextcloud/router/node_modules/core-js/internals/hidden-keys.js","webpack:///./node_modules/@nextcloud/router/node_modules/core-js/internals/object-keys-internal.js","webpack:///./node_modules/@nextcloud/router/node_modules/core-js/internals/array-includes.js","webpack:///./node_modules/@nextcloud/router/node_modules/core-js/internals/to-length.js","webpack:///./node_modules/@nextcloud/router/node_modules/core-js/internals/enum-bug-keys.js","webpack:///./node_modules/@nextcloud/router/node_modules/core-js/internals/object-get-own-property-symbols.js","webpack:///./node_modules/@nextcloud/router/node_modules/core-js/internals/to-object.js","webpack:///./node_modules/@nextcloud/router/node_modules/core-js/internals/native-symbol.js","webpack:///./node_modules/@nextcloud/router/node_modules/core-js/modules/es.regexp.exec.js","webpack:///./node_modules/@nextcloud/router/node_modules/core-js/internals/regexp-flags.js","webpack:///./node_modules/@nextcloud/axios/node_modules/core-js/internals/to-indexed-object.js","webpack:///./node_modules/@nextcloud/axios/node_modules/core-js/internals/set-global.js","webpack:///./node_modules/@nextcloud/auth/node_modules/core-js/internals/to-indexed-object.js","webpack:///./node_modules/@nextcloud/auth/node_modules/core-js/internals/set-global.js","webpack:///./node_modules/vue-loader/lib/runtime/componentNormalizer.js","webpack:///./node_modules/@nextcloud/axios/dist/index.js","webpack:///./node_modules/@nextcloud/auth/dist/index.js","webpack:///./node_modules/@nextcloud/event-bus/dist/ProxyBus.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/semver/semver.js","webpack:///./node_modules/@nextcloud/event-bus/dist/SimpleBus.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/modules/es.array.concat.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/object-property-is-enumerable.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/native-weak-map.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/copy-constructor-properties.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/own-keys.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/path.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/object-get-own-property-names.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/array-includes.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/to-absolute-index.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/object-get-own-property-symbols.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/create-property.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/use-symbol-as-uid.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/engine-user-agent.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/modules/es.array.filter.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/a-function.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/modules/es.array.for-each.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/array-method-is-strict.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/add-to-unscopables.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/object-define-properties.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/object-keys.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/html.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/create-iterator-constructor.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/correct-prototype-getter.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/a-possible-prototype.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/modules/es.map.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/collection.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/freezing.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/is-array-iterator-method.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/get-iterator-method.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/call-with-safe-iteration-closing.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/check-correctness-of-iteration.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/inherit-if-required.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/collection-strong.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/redefine-all.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/set-species.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/modules/es.object.to-string.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/object-to-string.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/modules/es.string.iterator.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/internals/string-multibyte.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/modules/web.dom-collections.for-each.js","webpack:///./node_modules/@nextcloud/event-bus/node_modules/core-js/modules/web.dom-collections.iterator.js","webpack:///./node_modules/@nextcloud/logger/node_modules/core-js/internals/global.js","webpack:///./node_modules/@nextcloud/initial-state/node_modules/core-js/internals/object-get-own-property-descriptor.js","webpack:///./node_modules/@nextcloud/initial-state/node_modules/core-js/internals/classof-raw.js","webpack:///./node_modules/@nextcloud/initial-state/node_modules/core-js/internals/require-object-coercible.js","webpack:///./node_modules/@nextcloud/initial-state/node_modules/core-js/internals/ie8-dom-define.js","webpack:///./node_modules/@nextcloud/initial-state/node_modules/core-js/internals/an-object.js","webpack:///./node_modules/@nextcloud/initial-state/node_modules/core-js/internals/inspect-source.js","webpack:///./node_modules/@nextcloud/initial-state/node_modules/core-js/internals/shared-store.js","webpack:///./node_modules/@nextcloud/initial-state/node_modules/core-js/internals/shared.js","webpack:///./node_modules/@nextcloud/initial-state/node_modules/core-js/internals/uid.js","webpack:///./node_modules/@nextcloud/initial-state/node_modules/core-js/internals/hidden-keys.js","webpack:///./node_modules/@nextcloud/initial-state/node_modules/core-js/internals/get-built-in.js","webpack:///./node_modules/@nextcloud/initial-state/node_modules/core-js/internals/to-length.js","webpack:///./node_modules/@nextcloud/initial-state/node_modules/core-js/internals/to-integer.js","webpack:///./node_modules/@nextcloud/initial-state/node_modules/core-js/internals/is-array.js","webpack:///./node_modules/@nextcloud/initial-state/node_modules/core-js/internals/native-symbol.js","webpack:///./node_modules/@nextcloud/initial-state/node_modules/core-js/internals/engine-v8-version.js","webpack:///./node_modules/@nextcloud/axios/node_modules/core-js/internals/object-get-own-property-descriptor.js","webpack:///./node_modules/@nextcloud/axios/node_modules/core-js/internals/object-property-is-enumerable.js","webpack:///./node_modules/@nextcloud/axios/node_modules/core-js/internals/create-property-descriptor.js","webpack:///./node_modules/@nextcloud/axios/node_modules/core-js/internals/indexed-object.js","webpack:///./node_modules/@nextcloud/axios/node_modules/core-js/internals/require-object-coercible.js","webpack:///./node_modules/@nextcloud/axios/node_modules/core-js/internals/to-primitive.js","webpack:///./node_modules/@nextcloud/axios/node_modules/core-js/internals/ie8-dom-define.js","webpack:///./node_modules/@nextcloud/axios/node_modules/core-js/internals/object-define-property.js","webpack:///./node_modules/@nextcloud/axios/node_modules/core-js/internals/an-object.js","webpack:///./node_modules/@nextcloud/axios/node_modules/core-js/internals/inspect-source.js","webpack:///./node_modules/@nextcloud/axios/node_modules/core-js/internals/shared-store.js","webpack:///./node_modules/@nextcloud/axios/node_modules/core-js/internals/hidden-keys.js","webpack:///./node_modules/@nextcloud/axios/node_modules/core-js/internals/object-keys-internal.js","webpack:///./node_modules/@nextcloud/axios/node_modules/core-js/internals/to-integer.js","webpack:///./node_modules/@nextcloud/axios/node_modules/core-js/internals/enum-bug-keys.js","webpack:///./node_modules/@nextcloud/axios/node_modules/core-js/internals/object-get-own-property-symbols.js","webpack:///./node_modules/axios/lib/helpers/bind.js","webpack:///./node_modules/axios/lib/helpers/buildURL.js","webpack:///./node_modules/axios/lib/cancel/isCancel.js","webpack:///./node_modules/axios/lib/defaults.js","webpack:///./node_modules/axios/lib/adapters/xhr.js","webpack:///./node_modules/axios/lib/core/createError.js","webpack:///./node_modules/axios/lib/core/mergeConfig.js","webpack:///./node_modules/axios/lib/cancel/Cancel.js","webpack:///./node_modules/@nextcloud/auth/node_modules/core-js/internals/object-get-own-property-descriptor.js","webpack:///./node_modules/@nextcloud/auth/node_modules/core-js/internals/create-property-descriptor.js","webpack:///./node_modules/@nextcloud/auth/node_modules/core-js/internals/indexed-object.js","webpack:///./node_modules/@nextcloud/auth/node_modules/core-js/internals/classof-raw.js","webpack:///./node_modules/@nextcloud/auth/node_modules/core-js/internals/require-object-coercible.js","webpack:///./node_modules/@nextcloud/auth/node_modules/core-js/internals/to-primitive.js","webpack:///./node_modules/@nextcloud/auth/node_modules/core-js/internals/ie8-dom-define.js","webpack:///./node_modules/@nextcloud/auth/node_modules/core-js/internals/object-define-property.js","webpack:///./node_modules/@nextcloud/auth/node_modules/core-js/internals/an-object.js","webpack:///./node_modules/@nextcloud/auth/node_modules/core-js/internals/inspect-source.js","webpack:///./node_modules/@nextcloud/auth/node_modules/core-js/internals/shared-store.js","webpack:///./node_modules/@nextcloud/auth/node_modules/core-js/internals/shared.js","webpack:///./node_modules/@nextcloud/auth/node_modules/core-js/internals/uid.js","webpack:///./node_modules/@nextcloud/auth/node_modules/core-js/internals/hidden-keys.js","webpack:///./node_modules/@nextcloud/auth/node_modules/core-js/internals/to-length.js","webpack:///./node_modules/@nextcloud/auth/node_modules/core-js/internals/to-integer.js","webpack:///./node_modules/@nextcloud/auth/node_modules/core-js/internals/native-symbol.js","webpack:///./node_modules/@nextcloud/initial-state/dist/index.js","webpack:///./node_modules/@nextcloud/router/node_modules/core-js/modules/es.array.index-of.js","webpack:///./node_modules/@nextcloud/router/node_modules/core-js/internals/document-create-element.js","webpack:///./node_modules/@nextcloud/router/node_modules/core-js/internals/internal-state.js","webpack:///./node_modules/@nextcloud/router/node_modules/core-js/internals/native-weak-map.js","webpack:///./node_modules/@nextcloud/router/node_modules/core-js/internals/shared-key.js","webpack:///./node_modules/@nextcloud/router/node_modules/core-js/internals/is-pure.js","webpack:///./node_modules/@nextcloud/router/node_modules/core-js/internals/copy-constructor-properties.js","webpack:///./node_modules/@nextcloud/router/node_modules/core-js/internals/own-keys.js","webpack:///./node_modules/@nextcloud/router/node_modules/core-js/internals/get-built-in.js","webpack:///./node_modules/@nextcloud/router/node_modules/core-js/internals/path.js","webpack:///./node_modules/@nextcloud/router/node_modules/core-js/internals/object-get-own-property-names.js","webpack:///./node_modules/@nextcloud/router/node_modules/core-js/internals/to-absolute-index.js","webpack:///./node_modules/@nextcloud/router/node_modules/core-js/internals/is-forced.js","webpack:///./node_modules/@nextcloud/router/node_modules/core-js/internals/array-method-is-strict.js","webpack:///./node_modules/@nextcloud/router/node_modules/core-js/internals/array-method-uses-to-length.js","webpack:///./node_modules/@nextcloud/router/node_modules/core-js/modules/es.object.assign.js","webpack:///./node_modules/@nextcloud/router/node_modules/core-js/internals/object-assign.js","webpack:///./node_modules/@nextcloud/router/node_modules/core-js/internals/object-keys.js","webpack:///./node_modules/@nextcloud/router/node_modules/core-js/modules/es.object.to-string.js","webpack:///./node_modules/@nextcloud/router/node_modules/core-js/internals/use-symbol-as-uid.js","webpack:///./node_modules/@nextcloud/router/node_modules/core-js/internals/object-to-string.js","webpack:///./node_modules/@nextcloud/router/node_modules/core-js/internals/classof.js","webpack:///./node_modules/@nextcloud/router/node_modules/core-js/internals/regexp-sticky-helpers.js","webpack:///./node_modules/@nextcloud/router/node_modules/core-js/modules/es.regexp.to-string.js","webpack:///./node_modules/@nextcloud/router/node_modules/core-js/modules/es.string.replace.js","webpack:///./node_modules/@nextcloud/router/node_modules/core-js/internals/fix-regexp-well-known-symbol-logic.js","webpack:///./node_modules/@nextcloud/router/node_modules/core-js/internals/advance-string-index.js","webpack:///./node_modules/@nextcloud/router/node_modules/core-js/internals/string-multibyte.js","webpack:///./node_modules/@nextcloud/router/node_modules/core-js/internals/regexp-exec-abstract.js","webpack:///./node_modules/vue/dist/vue.runtime.esm.js","webpack:///./node_modules/@nextcloud/initial-state/node_modules/core-js/modules/es.array.concat.js","webpack:///./node_modules/@nextcloud/initial-state/node_modules/core-js/internals/export.js","webpack:///./node_modules/@nextcloud/initial-state/node_modules/core-js/internals/object-property-is-enumerable.js","webpack:///./node_modules/@nextcloud/initial-state/node_modules/core-js/internals/indexed-object.js","webpack:///./node_modules/@nextcloud/initial-state/node_modules/core-js/internals/document-create-element.js","webpack:///./node_modules/@nextcloud/initial-state/node_modules/core-js/internals/redefine.js","webpack:///./node_modules/@nextcloud/initial-state/node_modules/core-js/internals/internal-state.js","webpack:///./node_modules/@nextcloud/initial-state/node_modules/core-js/internals/native-weak-map.js","webpack:///./node_modules/@nextcloud/initial-state/node_modules/core-js/internals/shared-key.js","webpack:///./node_modules/@nextcloud/initial-state/node_modules/core-js/internals/is-pure.js","webpack:///./node_modules/@nextcloud/initial-state/node_modules/core-js/internals/copy-constructor-properties.js","webpack:///./node_modules/@nextcloud/initial-state/node_modules/core-js/internals/own-keys.js","webpack:///./node_modules/@nextcloud/initial-state/node_modules/core-js/internals/path.js","webpack:///./node_modules/@nextcloud/initial-state/node_modules/core-js/internals/object-get-own-property-names.js","webpack:///./node_modules/@nextcloud/initial-state/node_modules/core-js/internals/object-keys-internal.js","webpack:///./node_modules/@nextcloud/initial-state/node_modules/core-js/internals/array-includes.js","webpack:///./node_modules/@nextcloud/initial-state/node_modules/core-js/internals/to-absolute-index.js","webpack:///./node_modules/@nextcloud/initial-state/node_modules/core-js/internals/enum-bug-keys.js","webpack:///./node_modules/@nextcloud/initial-state/node_modules/core-js/internals/object-get-own-property-symbols.js","webpack:///./node_modules/@nextcloud/initial-state/node_modules/core-js/internals/is-forced.js","webpack:///./node_modules/@nextcloud/initial-state/node_modules/core-js/internals/to-object.js","webpack:///./node_modules/@nextcloud/initial-state/node_modules/core-js/internals/create-property.js","webpack:///./node_modules/@nextcloud/initial-state/node_modules/core-js/internals/array-species-create.js","webpack:///./node_modules/@nextcloud/initial-state/node_modules/core-js/internals/use-symbol-as-uid.js","webpack:///./node_modules/@nextcloud/initial-state/node_modules/core-js/internals/array-method-has-species-support.js","webpack:///./node_modules/@nextcloud/initial-state/node_modules/core-js/internals/engine-user-agent.js","webpack:///./node_modules/@nextcloud/axios/node_modules/core-js/modules/es.object.assign.js","webpack:///./node_modules/@nextcloud/axios/node_modules/core-js/internals/export.js","webpack:///./node_modules/@nextcloud/axios/node_modules/core-js/internals/classof-raw.js","webpack:///./node_modules/@nextcloud/axios/node_modules/core-js/internals/document-create-element.js","webpack:///./node_modules/@nextcloud/axios/node_modules/core-js/internals/redefine.js","webpack:///./node_modules/@nextcloud/axios/node_modules/core-js/internals/internal-state.js","webpack:///./node_modules/@nextcloud/axios/node_modules/core-js/internals/native-weak-map.js","webpack:///./node_modules/@nextcloud/axios/node_modules/core-js/internals/shared-key.js","webpack:///./node_modules/@nextcloud/axios/node_modules/core-js/internals/shared.js","webpack:///./node_modules/@nextcloud/axios/node_modules/core-js/internals/is-pure.js","webpack:///./node_modules/@nextcloud/axios/node_modules/core-js/internals/uid.js","webpack:///./node_modules/@nextcloud/axios/node_modules/core-js/internals/copy-constructor-properties.js","webpack:///./node_modules/@nextcloud/axios/node_modules/core-js/internals/own-keys.js","webpack:///./node_modules/@nextcloud/axios/node_modules/core-js/internals/get-built-in.js","webpack:///./node_modules/@nextcloud/axios/node_modules/core-js/internals/path.js","webpack:///./node_modules/@nextcloud/axios/node_modules/core-js/internals/object-get-own-property-names.js","webpack:///./node_modules/@nextcloud/axios/node_modules/core-js/internals/array-includes.js","webpack:///./node_modules/@nextcloud/axios/node_modules/core-js/internals/to-length.js","webpack:///./node_modules/@nextcloud/axios/node_modules/core-js/internals/to-absolute-index.js","webpack:///./node_modules/@nextcloud/axios/node_modules/core-js/internals/is-forced.js","webpack:///./node_modules/@nextcloud/axios/node_modules/core-js/internals/object-assign.js","webpack:///./node_modules/@nextcloud/axios/node_modules/core-js/internals/object-keys.js","webpack:///./node_modules/@nextcloud/axios/node_modules/core-js/internals/to-object.js","webpack:///./node_modules/axios/index.js","webpack:///./node_modules/axios/lib/axios.js","webpack:///./node_modules/axios/lib/core/Axios.js","webpack:///./node_modules/axios/lib/core/InterceptorManager.js","webpack:///./node_modules/axios/lib/core/dispatchRequest.js","webpack:///./node_modules/axios/lib/core/transformData.js","webpack:///./node_modules/axios/lib/helpers/normalizeHeaderName.js","webpack:///./node_modules/axios/lib/core/settle.js","webpack:///./node_modules/axios/lib/core/enhanceError.js","webpack:///./node_modules/axios/lib/core/buildFullPath.js","webpack:///./node_modules/axios/lib/helpers/isAbsoluteURL.js","webpack:///./node_modules/axios/lib/helpers/combineURLs.js","webpack:///./node_modules/axios/lib/helpers/parseHeaders.js","webpack:///./node_modules/axios/lib/helpers/isURLSameOrigin.js","webpack:///./node_modules/axios/lib/helpers/cookies.js","webpack:///./node_modules/axios/lib/cancel/CancelToken.js","webpack:///./node_modules/axios/lib/helpers/spread.js","webpack:///./node_modules/@nextcloud/auth/dist/requesttoken.js","webpack:///./node_modules/@nextcloud/auth/node_modules/core-js/modules/es.array.for-each.js","webpack:///./node_modules/@nextcloud/auth/node_modules/core-js/internals/export.js","webpack:///./node_modules/@nextcloud/auth/node_modules/core-js/internals/object-property-is-enumerable.js","webpack:///./node_modules/@nextcloud/auth/node_modules/core-js/internals/document-create-element.js","webpack:///./node_modules/@nextcloud/auth/node_modules/core-js/internals/redefine.js","webpack:///./node_modules/@nextcloud/auth/node_modules/core-js/internals/internal-state.js","webpack:///./node_modules/@nextcloud/auth/node_modules/core-js/internals/native-weak-map.js","webpack:///./node_modules/@nextcloud/auth/node_modules/core-js/internals/shared-key.js","webpack:///./node_modules/@nextcloud/auth/node_modules/core-js/internals/is-pure.js","webpack:///./node_modules/@nextcloud/auth/node_modules/core-js/internals/copy-constructor-properties.js","webpack:///./node_modules/@nextcloud/auth/node_modules/core-js/internals/own-keys.js","webpack:///./node_modules/@nextcloud/auth/node_modules/core-js/internals/get-built-in.js","webpack:///./node_modules/@nextcloud/auth/node_modules/core-js/internals/path.js","webpack:///./node_modules/@nextcloud/auth/node_modules/core-js/internals/object-get-own-property-names.js","webpack:///./node_modules/@nextcloud/auth/node_modules/core-js/internals/object-keys-internal.js","webpack:///./node_modules/@nextcloud/auth/node_modules/core-js/internals/array-includes.js","webpack:///./node_modules/@nextcloud/auth/node_modules/core-js/internals/to-absolute-index.js","webpack:///./node_modules/@nextcloud/auth/node_modules/core-js/internals/enum-bug-keys.js","webpack:///./node_modules/@nextcloud/auth/node_modules/core-js/internals/object-get-own-property-symbols.js","webpack:///./node_modules/@nextcloud/auth/node_modules/core-js/internals/is-forced.js","webpack:///./node_modules/@nextcloud/auth/node_modules/core-js/internals/array-for-each.js","webpack:///./node_modules/@nextcloud/auth/node_modules/core-js/internals/array-iteration.js","webpack:///./node_modules/@nextcloud/auth/node_modules/core-js/internals/function-bind-context.js","webpack:///./node_modules/@nextcloud/auth/node_modules/core-js/internals/a-function.js","webpack:///./node_modules/@nextcloud/auth/node_modules/core-js/internals/to-object.js","webpack:///./node_modules/@nextcloud/auth/node_modules/core-js/internals/array-species-create.js","webpack:///./node_modules/@nextcloud/auth/node_modules/core-js/internals/is-array.js","webpack:///./node_modules/@nextcloud/auth/node_modules/core-js/internals/well-known-symbol.js","webpack:///./node_modules/@nextcloud/auth/node_modules/core-js/internals/use-symbol-as-uid.js","webpack:///./node_modules/@nextcloud/auth/node_modules/core-js/internals/array-method-is-strict.js","webpack:///./node_modules/@nextcloud/auth/node_modules/core-js/internals/array-method-uses-to-length.js","webpack:///./node_modules/@nextcloud/auth/dist/user.js","webpack:///./node_modules/@nextcloud/logger/node_modules/core-js/internals/descriptors.js","webpack:///./node_modules/@nextcloud/logger/node_modules/core-js/internals/fails.js","webpack:///./node_modules/@nextcloud/logger/node_modules/core-js/internals/has.js","webpack:///./node_modules/@nextcloud/logger/node_modules/core-js/internals/is-object.js","webpack:///./node_modules/@nextcloud/logger/node_modules/core-js/internals/create-non-enumerable-property.js","webpack:///./core/src/components/setup/RecommendedApps.vue?b95c","webpack:///./node_modules/timers-browserify/main.js","webpack:///./node_modules/setimmediate/setImmediate.js","webpack:///./node_modules/@nextcloud/logger/node_modules/core-js/internals/to-indexed-object.js","webpack:///./node_modules/@nextcloud/logger/node_modules/core-js/internals/set-global.js","webpack:///./node_modules/@nextcloud/logger/dist/index.js","webpack:///./node_modules/@nextcloud/logger/node_modules/core-js/internals/object-get-own-property-descriptor.js","webpack:///./node_modules/@nextcloud/logger/node_modules/core-js/internals/object-property-is-enumerable.js","webpack:///./node_modules/@nextcloud/logger/node_modules/core-js/internals/create-property-descriptor.js","webpack:///./node_modules/@nextcloud/logger/node_modules/core-js/internals/indexed-object.js","webpack:///./node_modules/@nextcloud/logger/node_modules/core-js/internals/require-object-coercible.js","webpack:///./node_modules/@nextcloud/logger/node_modules/core-js/internals/to-primitive.js","webpack:///./node_modules/@nextcloud/logger/node_modules/core-js/internals/ie8-dom-define.js","webpack:///./node_modules/@nextcloud/logger/node_modules/core-js/internals/object-define-property.js","webpack:///./node_modules/@nextcloud/logger/node_modules/core-js/internals/an-object.js","webpack:///./node_modules/@nextcloud/logger/node_modules/core-js/internals/inspect-source.js","webpack:///./node_modules/@nextcloud/logger/node_modules/core-js/internals/shared-store.js","webpack:///./node_modules/@nextcloud/logger/node_modules/core-js/internals/hidden-keys.js","webpack:///./node_modules/@nextcloud/logger/node_modules/core-js/internals/object-keys-internal.js","webpack:///./node_modules/@nextcloud/logger/node_modules/core-js/internals/to-integer.js","webpack:///./node_modules/@nextcloud/logger/node_modules/core-js/internals/enum-bug-keys.js","webpack:///./node_modules/@nextcloud/logger/node_modules/core-js/internals/object-get-own-property-symbols.js","webpack:///./node_modules/p-limit/index.js","webpack:///./node_modules/@nextcloud/logger/dist/ConsoleLogger.js","webpack:///./node_modules/@nextcloud/logger/node_modules/core-js/modules/es.object.assign.js","webpack:///./node_modules/@nextcloud/logger/node_modules/core-js/internals/export.js","webpack:///./node_modules/@nextcloud/logger/node_modules/core-js/internals/classof-raw.js","webpack:///./node_modules/@nextcloud/logger/node_modules/core-js/internals/document-create-element.js","webpack:///./node_modules/@nextcloud/logger/node_modules/core-js/internals/redefine.js","webpack:///./node_modules/@nextcloud/logger/node_modules/core-js/internals/internal-state.js","webpack:///./node_modules/@nextcloud/logger/node_modules/core-js/internals/native-weak-map.js","webpack:///./node_modules/@nextcloud/logger/node_modules/core-js/internals/shared-key.js","webpack:///./node_modules/@nextcloud/logger/node_modules/core-js/internals/shared.js","webpack:///./node_modules/@nextcloud/logger/node_modules/core-js/internals/is-pure.js","webpack:///./node_modules/@nextcloud/logger/node_modules/core-js/internals/uid.js","webpack:///./node_modules/@nextcloud/logger/node_modules/core-js/internals/copy-constructor-properties.js","webpack:///./node_modules/@nextcloud/logger/node_modules/core-js/internals/own-keys.js","webpack:///./node_modules/@nextcloud/logger/node_modules/core-js/internals/get-built-in.js","webpack:///./node_modules/@nextcloud/logger/node_modules/core-js/internals/path.js","webpack:///./node_modules/@nextcloud/logger/node_modules/core-js/internals/object-get-own-property-names.js","webpack:///./node_modules/@nextcloud/logger/node_modules/core-js/internals/array-includes.js","webpack:///./node_modules/@nextcloud/logger/node_modules/core-js/internals/to-length.js","webpack:///./node_modules/@nextcloud/logger/node_modules/core-js/internals/to-absolute-index.js","webpack:///./node_modules/@nextcloud/logger/node_modules/core-js/internals/is-forced.js","webpack:///./node_modules/@nextcloud/logger/node_modules/core-js/internals/object-assign.js","webpack:///./node_modules/@nextcloud/logger/node_modules/core-js/internals/object-keys.js","webpack:///./node_modules/@nextcloud/logger/node_modules/core-js/internals/to-object.js","webpack:///./node_modules/@nextcloud/logger/dist/contracts.js","webpack:///./node_modules/@nextcloud/logger/dist/LoggerBuilder.js","webpack:///./node_modules/p-try/index.js","webpack:///./core/src/components/setup/RecommendedApps.vue?0fa3","webpack:///./core/src/components/setup/RecommendedApps.vue?94d4","webpack:///./core/src/logger.js","webpack:///core/src/components/setup/RecommendedApps.vue","webpack:///./core/src/components/setup/RecommendedApps.vue?7e27","webpack:///./core/src/components/setup/RecommendedApps.vue","webpack:///./core/src/components/setup/RecommendedApps.vue?7a17","webpack:///./core/src/recommendedapps.js"],"names":["installedModules","__webpack_require__","moduleId","exports","module","i","l","modules","call","m","c","d","name","getter","o","Object","defineProperty","enumerable","get","r","Symbol","toStringTag","value","t","mode","__esModule","ns","create","key","bind","n","object","property","prototype","hasOwnProperty","p","s","it","Math","check","globalThis","window","self","global","Function","shared","has","uid","NATIVE_SYMBOL","USE_SYMBOL_AS_UID","WellKnownSymbolsStore","createWellKnownSymbol","withoutSetter","exec","error","DESCRIPTORS","IE8_DOM_DEFINE","anObject","toPrimitive","nativeDefineProperty","f","O","P","Attributes","TypeError","g","this","e","fails","definePropertyModule","createPropertyDescriptor","toString","isArray","val","isUndefined","isObject","isFunction","forEach","obj","fn","length","isArrayBuffer","isBuffer","constructor","isFormData","FormData","isArrayBufferView","ArrayBuffer","isView","buffer","isString","isNumber","isDate","isFile","isBlob","isStream","pipe","isURLSearchParams","URLSearchParams","isStandardBrowserEnv","navigator","product","document","merge","result","assignValue","arguments","deepMerge","extend","a","b","thisArg","trim","str","replace","String","getRootUrl","generateFilePath","imagePath","generateUrl","generateOcsUrl","generateRemoteUrl","linkTo","app","file","service","location","protocol","host","linkToRemoteBase","version","url","params","options","allOptions","assign","escape","noRewrite","_build","text","vars","encodeURIComponent","charAt","OC","config","modRewriteWorking","indexOf","type","isCore","coreApps","link","substring","appswebroots","encodeURI","webroot","getOwnPropertyDescriptor","createNonEnumerableProperty","redefine","setGlobal","copyConstructorProperties","isForced","source","target","targetProperty","sourceProperty","descriptor","TARGET","GLOBAL","STATIC","stat","noTargetGet","forced","undefined","sham","inspectSource","InternalStateModule","getInternalState","enforceInternalState","enforce","TEMPLATE","split","unsafe","simple","join","subscribe","handler","bus","unsubscribe","emit","event","_ProxyBus","_SimpleBus","_eventBus","_nc_event_bus","console","warn","ProxyBus","SimpleBus","bitmap","configurable","writable","IndexedObject","requireObjectCoercible","set","NATIVE_WEAK_MAP","objectHas","sharedKey","hiddenKeys","WeakMap","store","wmget","wmhas","wmset","metadata","STATE","getterFor","TYPE","state","path","aFunction","variable","namespace","method","toInteger","min","argument","slice","input","PREFERRED_STRING","valueOf","keys","id","postfix","random","ceil","floor","isNaN","that","apply","activeXDocument","defineProperties","enumBugKeys","html","documentCreateElement","IE_PROTO","EmptyConstructor","scriptTag","content","LT","NullProtoObject","domain","ActiveXObject","iframeDocument","iframe","write","close","temp","parentWindow","NullProtoObjectViaActiveX","style","display","appendChild","src","contentWindow","open","F","Properties","$","createIteratorConstructor","getPrototypeOf","setPrototypeOf","setToStringTag","wellKnownSymbol","IS_PURE","Iterators","IteratorsCore","IteratorPrototype","BUGGY_SAFARI_ITERATORS","ITERATOR","returnThis","Iterable","NAME","IteratorConstructor","next","DEFAULT","IS_SET","FORCED","CurrentIteratorPrototype","methods","KEY","getIterationMethod","KIND","defaultIterator","IterablePrototype","TO_STRING_TAG","INCORRECT_VALUES_NAME","nativeIterator","anyNativeIterator","entries","values","proto","TAG","test","useSourceMap","list","map","item","cssMapping","btoa","sourceMapping","sourceMap","base64","unescape","JSON","stringify","data","concat","sourceURLs","sources","sourceRoot","cssWithMappingToString","mediaQuery","push","listToStyles","parentId","styles","newStyles","part","css","media","parts","hasDocument","DEBUG","Error","stylesInDom","head","getElementsByTagName","singletonElement","singletonCounter","isProduction","noop","isOldIE","userAgent","toLowerCase","addStylesClient","_isProduction","_options","addStylesToDom","newList","mayRemove","domStyle","refs","j","addStyle","createStyleElement","styleElement","createElement","update","remove","querySelector","parentNode","removeChild","styleIndex","applyToSingletonTag","applyToTag","newObj","textStore","replaceText","index","replacement","filter","Boolean","styleSheet","cssText","cssNode","createTextNode","childNodes","insertBefore","setAttribute","ssrId","firstChild","getLocale","getLanguage","translate","count","L10N","translatePlural","textSingular","textPlural","getFirstDay","firstDay","getDayNames","dayNames","getDayNamesShort","dayNamesShort","getDayNamesMin","dayNamesMin","getMonthNames","monthNames","getMonthNamesShort","monthNamesShort","re1","re2","regexpFlags","stickyHelpers","nativeExec","RegExp","nativeReplace","patchedExec","UPDATES_LAST_INDEX_WRONG","lastIndex","UNSUPPORTED_Y","BROKEN_CARET","NPCG_INCLUDED","reCopy","match","re","sticky","flags","charsAdded","strCopy","multiline","cachedSetTimeout","cachedClearTimeout","process","defaultSetTimout","defaultClearTimeout","runTimeout","fun","setTimeout","clearTimeout","currentQueue","queue","draining","queueIndex","cleanUpNextTick","drainQueue","timeout","len","run","marker","runClearTimeout","Item","array","nextTick","args","Array","title","browser","env","argv","versions","on","addListener","once","off","removeListener","removeAllListeners","prependListener","prependOnceListener","listeners","binding","cwd","chdir","dir","umask","propertyIsEnumerableModule","toIndexedObject","nativeGetOwnPropertyDescriptor","classof","propertyIsEnumerable","EXISTS","functionToString","copyright","names","feature","detection","normalize","POLYFILL","NATIVE","string","arg","SPECIES","originalArray","C","getOwnPropertySymbols","V8_VERSION","METHOD_NAME","foo","v8","toObject","toLength","arraySpeciesCreate","createMethod","IS_MAP","IS_FILTER","IS_SOME","IS_EVERY","IS_FIND_INDEX","NO_HOLES","$this","callbackfn","specificCreate","boundFunction","some","every","find","findIndex","cache","thrower","ACCESSORS","argument0","argument1","$forEach","arrayMethodIsStrict","arrayMethodUsesToLength","STRICT_METHOD","USES_TO_LENGTH","addToUnscopables","defineIterator","setInternalState","iterated","kind","done","Arguments","PrototypeOfArrayIteratorPrototype","arrayIterator","CORRECT_PROTOTYPE_GETTER","ObjectPrototype","aPossiblePrototype","setter","CORRECT_SETTER","__proto__","FREEZING","METADATA","isExtensible","setMetadata","objectID","weakData","meta","REQUIRED","fastKey","getWeakData","onFreeze","isArrayIteratorMethod","getIteratorMethod","callWithSafeIterationClosing","Result","stopped","iterable","AS_ENTRIES","IS_ITERATOR","iterator","iterFn","step","stop","TO_STRING_TAG_SUPPORT","classofRaw","CORRECT_ARGUMENTS","tag","tryGet","callee","Constructor","CSSRuleList","CSSStyleDeclaration","CSSValueList","ClientRectList","DOMRectList","DOMStringList","DOMTokenList","DataTransferItemList","FileList","HTMLAllCollection","HTMLCollection","HTMLFormElement","HTMLSelectElement","MediaList","MimeTypeArray","NamedNodeMap","NodeList","PaintRequestList","Plugin","PluginArray","SVGLengthList","SVGNumberList","SVGPathSegList","SVGPointList","SVGStringList","SVGTransformList","SourceBufferList","StyleSheetList","TextTrackCueList","TextTrackList","TouchList","nativePropertyIsEnumerable","NASHORN_BUG","1","V","toAbsoluteIndex","IS_INCLUDES","el","fromIndex","includes","ignoreCase","dotAll","unicode","normalizeComponent","scriptExports","render","staticRenderFns","functionalTemplate","injectStyles","scopeId","moduleIdentifier","shadowMode","hook","_compiled","functional","_scopeId","context","$vnode","ssrContext","parent","__VUE_SSR_CONTEXT__","_registeredComponents","add","_ssrRegister","$root","$options","shadowRoot","_injectStyles","originalRender","h","existing","beforeCreate","default","_axios","_auth","client","headers","requesttoken","getRequestToken","cancelableClient","CancelToken","isCancel","onRequestTokenUpdate","token","defaults","_default","_requesttoken","_user","getCurrentUser","_semver","_defineProperties","props","packageJson","instance","_classCallCheck","_defineProperty","getVersion","valid","major","protoProps","staticProps","debug","NODE_DEBUG","unshift","log","SEMVER_SPEC_VERSION","MAX_SAFE_INTEGER","Number","tokens","R","tok","NUMERICIDENTIFIER","NUMERICIDENTIFIERLOOSE","NONNUMERICIDENTIFIER","MAINVERSION","MAINVERSIONLOOSE","PRERELEASEIDENTIFIER","PRERELEASEIDENTIFIERLOOSE","PRERELEASE","PRERELEASELOOSE","BUILDIDENTIFIER","BUILD","FULLPLAIN","FULL","LOOSEPLAIN","LOOSE","GTLT","XRANGEIDENTIFIERLOOSE","XRANGEIDENTIFIER","XRANGEPLAIN","XRANGEPLAINLOOSE","XRANGE","XRANGELOOSE","COERCE","COERCERTL","LONETILDE","TILDETRIM","TILDE","TILDELOOSE","LONECARET","CARETTRIM","CARET","CARETLOOSE","COMPARATORLOOSE","COMPARATOR","COMPARATORTRIM","HYPHENRANGE","HYPHENRANGELOOSE","STAR","parse","loose","includePrerelease","SemVer","er","raw","minor","patch","prerelease","num","build","format","v","clean","compare","other","compareMain","comparePre","compareIdentifiers","compareBuild","inc","release","identifier","diff","version1","version2","eq","v1","v2","prefix","defaultResult","numeric","anum","bnum","gt","lt","neq","gte","lte","cmp","op","Comparator","comp","semver","ANY","operator","rcompareIdentifiers","compareLoose","versionA","versionB","rcompare","sort","rsort","Range","range","parseRange","isSatisfiable","comparators","remainingComparators","testComparator","pop","otherComparator","intersects","isX","hyphenReplace","$0","from","fM","fm","fp","fpr","fb","to","tM","tm","tp","tpr","tb","testSet","allowed","satisfies","outside","hilo","gtfn","ltefn","ltfn","ecomp","high","low","comparator","rangeTmp","sameDirectionIncreasing","sameDirectionDecreasing","sameSemVer","differentDirectionsInclusive","oppositeDirectionsLessThan","oppositeDirectionsGreaterThan","comps","hr","compRe","_","M","pr","ret","replaceCaret","replaceCarets","replaceTilde","replaceTildes","gtlt","xM","xm","xp","anyX","replaceXRange","replaceXRanges","replaceStars","parseComparator","thisComparators","rangeComparators","thisComparator","rangeComparator","toComparators","maxSatisfying","max","maxSV","rangeObj","minSatisfying","minSV","minVersion","minver","compver","validRange","ltr","gtr","parsed","r1","r2","coerce","rtl","Map","handlers","createProperty","arrayMethodHasSpeciesSupport","IS_CONCAT_SPREADABLE","IS_CONCAT_SPREADABLE_SUPPORT","SPECIES_SUPPORT","isConcatSpreadable","spreadable","k","E","A","ownKeys","getOwnPropertyDescriptorModule","getBuiltIn","getOwnPropertyNamesModule","getOwnPropertySymbolsModule","internalObjectKeys","getOwnPropertyNames","integer","propertyKey","$filter","HAS_SPECIES_SUPPORT","UNSCOPABLES","ArrayPrototype","objectKeys","collection","collectionStrong","init","InternalMetadataModule","iterate","anInstance","checkCorrectnessOfIteration","inheritIfRequired","CONSTRUCTOR_NAME","wrapper","common","IS_WEAK","ADDER","NativeConstructor","NativePrototype","exported","fixMethod","nativeMethod","getConstructor","HASNT_CHAINING","THROWS_ON_PRIMITIVES","ACCEPT_ITERABLES","BUGGY_ZERO","$instance","dummy","clear","setStrong","preventExtensions","ENTRIES","returnMethod","SAFE_CLOSING","called","iteratorWithReturn","SKIP_CLOSING","ITERATION_SUPPORT","Wrapper","NewTarget","NewTargetPrototype","redefineAll","setSpecies","internalStateGetterFor","first","last","size","define","previous","entry","getEntry","removed","prev","ITERATOR_NAME","getInternalCollectionState","getInternalIteratorState","point","CONVERT_TO_STRING","pos","second","S","position","charCodeAt","codeAt","DOMIterables","COLLECTION_NAME","Collection","CollectionPrototype","ArrayIteratorMethods","ArrayValues","utils","encode","paramsSerializer","serializedParams","toISOString","hashmarkIndex","__CANCEL__","normalizeHeaderName","DEFAULT_CONTENT_TYPE","setContentTypeIfUnset","adapter","XMLHttpRequest","transformRequest","transformResponse","xsrfCookieName","xsrfHeaderName","maxContentLength","validateStatus","status","settle","buildURL","buildFullPath","parseHeaders","isURLSameOrigin","createError","Promise","resolve","reject","requestData","requestHeaders","request","auth","username","password","Authorization","fullPath","baseURL","toUpperCase","onreadystatechange","readyState","responseURL","responseHeaders","getAllResponseHeaders","response","responseType","responseText","statusText","onabort","onerror","ontimeout","timeoutErrorMessage","cookies","xsrfValue","withCredentials","read","setRequestHeader","onDownloadProgress","addEventListener","onUploadProgress","upload","cancelToken","promise","then","cancel","abort","send","enhanceError","message","code","config1","config2","valueFromConfig2Keys","mergeDeepPropertiesKeys","defaultToConfig2Keys","prop","axiosKeys","otherKeys","Cancel","loadState","elem","atob","$indexOf","nativeIndexOf","NEGATIVE_ZERO","searchElement","nativeAssign","B","symbol","chr","T","argumentsLength","RE","RegExpPrototype","nativeToString","NOT_GENERIC","INCORRECT_NAME","rf","fixRegExpWellKnownSymbolLogic","advanceStringIndex","regExpExec","SUBSTITUTION_SYMBOLS","SUBSTITUTION_SYMBOLS_NO_NAMED","REPLACE","maybeCallNative","reason","REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE","REPLACE_KEEPS_$0","UNSAFE_SUBSTITUTE","searchValue","replaceValue","replacer","regexp","res","rx","functionalReplace","fullUnicode","results","accumulatedResult","nextSourcePosition","matched","captures","namedCaptures","groups","replacerArgs","getSubstitution","tailPos","symbols","ch","capture","regexpExec","REPLACE_SUPPORTS_NAMED_GROUPS","SPLIT_WORKS_WITH_OVERWRITTEN_EXEC","originalExec","SYMBOL","DELEGATES_TO_SYMBOL","DELEGATES_TO_EXEC","execCalled","nativeRegExpMethod","arg2","forceStringMethod","stringMethod","regexMethod","emptyObject","freeze","isUndef","isDef","isTrue","isPrimitive","_toString","isPlainObject","isRegExp","isValidArrayIndex","parseFloat","isFinite","isPromise","catch","toNumber","makeMap","expectsLowerCase","isReservedAttribute","arr","splice","hasOwn","cached","camelizeRE","camelize","capitalize","hyphenateRE","hyphenate","ctx","boundFn","_length","toArray","start","_from","no","identity","looseEqual","isObjectA","isObjectB","isArrayA","isArrayB","Date","getTime","keysA","keysB","looseIndexOf","ASSET_TYPES","LIFECYCLE_HOOKS","optionMergeStrategies","silent","productionTip","devtools","performance","errorHandler","warnHandler","ignoredElements","keyCodes","isReservedTag","isReservedAttr","isUnknownElement","getTagNamespace","parsePlatformTagName","mustUseProp","async","_lifecycleHooks","unicodeRegExp","def","bailRE","_isServer","hasProto","inBrowser","inWeex","WXEnvironment","platform","weexPlatform","UA","isIE","isIE9","isEdge","isIOS","isFF","nativeWatch","watch","supportsPassive","opts","isServerRendering","VUE_ENV","__VUE_DEVTOOLS_GLOBAL_HOOK__","isNative","Ctor","_Set","hasSymbol","Reflect","Set","Dep","subs","addSub","sub","removeSub","depend","addDep","notify","targetStack","pushTarget","popTarget","VNode","children","elm","componentOptions","asyncFactory","fnContext","fnOptions","fnScopeId","componentInstance","isStatic","isRootInsert","isComment","isCloned","isOnce","asyncMeta","isAsyncPlaceholder","prototypeAccessors","child","createEmptyVNode","node","createTextVNode","cloneVNode","vnode","cloned","arrayProto","arrayMethods","original","inserted","ob","__ob__","observeArray","dep","arrayKeys","shouldObserve","toggleObserving","Observer","vmCount","protoAugment","copyAugment","walk","observe","asRootData","_isVue","defineReactive$$1","customSetter","shallow","childOb","dependArray","newVal","del","items","strats","mergeData","toVal","fromVal","mergeDataOrFn","parentVal","childVal","vm","instanceData","defaultData","mergeHook","hooks","dedupeHooks","mergeAssets","key$1","inject","computed","provide","defaultStrat","mergeOptions","normalizeProps","normalized","normalizeInject","dirs","directives","def$$1","normalizeDirectives","_base","extends","mixins","mergeField","strat","resolveAsset","warnMissing","assets","camelizedId","PascalCaseId","validateProp","propOptions","propsData","absent","booleanIndex","getTypeIndex","stringIndex","_props","getType","getPropDefaultValue","prevShouldObserve","isSameType","expectedTypes","handleError","err","info","cur","$parent","errorCaptured","globalHandleError","invokeWithErrorHandling","_handled","logError","timerFunc","isUsingMicroTask","callbacks","pending","flushCallbacks","copies","MutationObserver","setImmediate","counter","observer","textNode","characterData","cb","_resolve","seenObjects","traverse","_traverse","seen","isA","isFrozen","depId","normalizeEvent","passive","once$$1","createFnInvoker","fns","invoker","arguments$1","updateListeners","oldOn","remove$$1","createOnceHandler","old","mergeVNodeHook","hookKey","oldHook","wrappedHook","merged","checkProp","hash","altKey","preserve","normalizeChildren","normalizeArrayChildren","nestedIndex","isTextNode","shift","_isVList","resolveInject","provideKey","_provided","provideDefault","resolveSlots","slots","attrs","slot","name$1","isWhitespace","normalizeScopedSlots","normalSlots","prevSlots","hasNormalSlots","isStable","$stable","$key","_normalized","$hasNormal","normalizeScopedSlot","key$2","proxyNormalSlot","proxy","renderList","renderSlot","fallback","bindObject","nodes","scopedSlotFn","$scopedSlots","$slots","$createElement","resolveFilter","isKeyNotMatch","expect","actual","checkKeyCodes","eventKeyCode","builtInKeyCode","eventKeyName","builtInKeyName","mappedKeyCode","bindObjectProps","asProp","isSync","loop","domProps","camelizedKey","hyphenatedKey","$event","renderStatic","isInFor","_staticTrees","tree","markStatic","_renderProxy","markOnce","markStaticNode","bindObjectListeners","ours","resolveScopedSlots","hasDynamicKeys","contentHashKey","bindDynamicKeys","baseObj","prependModifier","installRenderHelpers","_o","_n","_s","_l","_t","_q","_i","_m","_f","_k","_b","_v","_e","_u","_g","_d","_p","FunctionalRenderContext","contextVm","this$1","_original","isCompiled","needNormalization","injections","scopedSlots","_c","cloneAndMarkFunctionalResult","renderContext","clone","mergeProps","componentVNodeHooks","hydrating","_isDestroyed","keepAlive","mountedNode","prepatch","_isComponent","_parentVnode","inlineTemplate","createComponentInstanceForVnode","activeInstance","$mount","oldVnode","parentVnode","renderChildren","newScopedSlots","oldScopedSlots","hasDynamicScopedSlot","needsForceUpdate","_renderChildren","_vnode","$attrs","$listeners","propKeys","_propKeys","oldListeners","_parentListeners","updateComponentListeners","$forceUpdate","updateChildComponent","insert","_isMounted","callHook","_inactive","activatedChildren","activateChildComponent","destroy","deactivateChildComponent","direct","_directInactive","isInInactiveTree","$children","$destroy","hooksToMerge","createComponent","baseCtor","cid","factory","errorComp","resolved","owner","currentRenderingInstance","owners","loading","loadingComp","sync","timerLoading","timerTimeout","$on","forceRender","renderCompleted","ensureCtor","component","delay","resolveAsyncComponent","createAsyncPlaceholder","resolveConstructorOptions","model","callback","transformModel","extractPropsFromVNodeData","vnodes","createFunctionalComponent","nativeOn","abstract","toMerge","_merged","mergeHook$1","installComponentHooks","f1","f2","normalizationType","alwaysNormalize","is","simpleNormalizeChildren","pre","applyNS","force","class","registerDeepBindings","_createElement","base","getFirstComponentChild","remove$1","$off","_target","onceHandler","setActiveInstance","prevActiveInstance","_hasHookEvent","$emit","waiting","flushing","currentFlushTimestamp","getNow","now","createEvent","timeStamp","flushSchedulerQueue","watcher","before","activatedQueue","updatedQueue","callActivatedHooks","_watcher","callUpdatedHooks","uid$2","Watcher","expOrFn","isRenderWatcher","_watchers","deep","user","lazy","active","dirty","deps","newDeps","depIds","newDepIds","expression","segments","parsePath","cleanupDeps","tmp","queueWatcher","oldValue","evaluate","teardown","_isBeingDestroyed","sharedPropertyDefinition","sourceKey","initState","propsOptions","initProps","initMethods","_data","getData","initData","watchers","_computedWatchers","isSSR","userDef","computedWatcherOptions","defineComputed","initComputed","createWatcher","initWatch","shouldCache","createComputedGetter","createGetterInvoker","$watch","uid$3","super","superOptions","modifiedOptions","modified","latest","sealed","sealedOptions","resolveModifiedOptions","extendOptions","components","Vue","_init","initExtend","Super","SuperId","cachedCtors","_Ctor","Sub","Comp","initProps$1","initComputed$1","mixin","use","getComponentName","matches","pattern","pruneCache","keepAliveInstance","cachedNode","pruneCacheEntry","current","cached$$1","_uid","vnodeComponentOptions","_componentTag","initInternalComponent","_self","$refs","initLifecycle","_events","initEvents","parentData","initRender","initInjections","initProvide","initMixin","dataDef","propsDef","$set","$delete","immediate","stateMixin","hookRE","$once","i$1","cbs","eventsMixin","_update","prevEl","$el","prevVnode","restoreActiveInstance","__patch__","__vue__","lifecycleMixin","$nextTick","_render","ref","renderMixin","patternTypes","builtInComponents","KeepAlive","include","exclude","created","destroyed","mounted","parseInt","configDef","util","defineReactive","delete","observable","plugin","installedPlugins","_installedPlugins","install","initUse","initMixin$1","definition","initAssetRegisters","initGlobalAPI","acceptValue","isEnumeratedAttr","isValidContentEditableValue","isBooleanAttr","xlinkNS","isXlink","getXlinkProp","isFalsyAttrValue","genClassForVnode","childNode","mergeClassData","staticClass","dynamicClass","stringifyClass","renderClass","stringified","stringifyArray","stringifyObject","namespaceMap","svg","math","isHTMLTag","isSVG","unknownElementCache","isTextInputType","nodeOps","tagName","multiple","createElementNS","createComment","newNode","referenceNode","nextSibling","setTextContent","textContent","setStyleScope","registerRef","isRemoval","refInFor","emptyNode","sameVnode","typeA","typeB","sameInputType","createKeyToOldIdx","beginIdx","endIdx","updateDirectives","oldDir","isCreate","isDestroy","oldDirs","normalizeDirectives$1","newDirs","dirsWithInsert","dirsWithPostpatch","oldArg","callHook$1","componentUpdated","callInsert","emptyModifiers","modifiers","getRawDirName","rawName","baseModules","updateAttrs","inheritAttrs","oldAttrs","setAttr","removeAttributeNS","removeAttribute","baseSetAttr","convertEnumeratedValue","setAttributeNS","__ieph","blocker","stopImmediatePropagation","removeEventListener","updateClass","oldData","cls","transitionClass","_transitionClasses","_prevClass","target$1","klass","createOnceHandler$1","remove$2","useMicrotaskFix","add$1","attachedTimestamp","_wrapper","currentTarget","ownerDocument","updateDOMListeners","change","normalizeEvents","svgContainer","events","updateDOMProps","oldProps","_value","strCur","shouldUpdateValue","innerHTML","checkVal","composing","notInFocus","activeElement","isNotInFocusAndDirty","_vModifiers","number","isDirtyWithModifiers","parseStyleText","propertyDelimiter","normalizeStyleData","normalizeStyleBinding","staticStyle","bindingStyle","emptyStyle","cssVarRE","importantRE","setProp","setProperty","normalizedName","vendorNames","capName","updateStyle","oldStaticStyle","oldStyleBinding","normalizedStyle","oldStyle","newStyle","checkChild","styleData","getStyle","whitespaceRE","addClass","classList","getAttribute","removeClass","tar","resolveTransition","autoCssTransition","enterClass","enterToClass","enterActiveClass","leaveClass","leaveToClass","leaveActiveClass","hasTransition","transitionProp","transitionEndEvent","animationProp","animationEndEvent","ontransitionend","onwebkittransitionend","onanimationend","onwebkitanimationend","raf","requestAnimationFrame","nextFrame","addTransitionClass","transitionClasses","removeTransitionClass","whenTransitionEnds","expectedType","getTransitionInfo","propCount","ended","end","onEnd","transformRE","getComputedStyle","transitionDelays","transitionDurations","transitionTimeout","getTimeout","animationDelays","animationDurations","animationTimeout","hasTransform","delays","durations","toMs","enter","toggleDisplay","_leaveCb","cancelled","transition","_enterCb","nodeType","appearClass","appearToClass","appearActiveClass","beforeEnter","afterEnter","enterCancelled","beforeAppear","appear","afterAppear","appearCancelled","duration","transitionNode","isAppear","startClass","activeClass","toClass","beforeEnterHook","enterHook","afterEnterHook","enterCancelledHook","explicitEnterDuration","expectsCSS","userWantsControl","getHookArgumentsLength","show","pendingNode","_pending","isValidDuration","leave","rm","beforeLeave","afterLeave","leaveCancelled","delayLeave","explicitLeaveDuration","performLeave","invokerFns","_enter","backend","removeNode","createElm","insertedVnodeQueue","parentElm","refElm","nested","ownerArray","isReactivated","initComponent","innerNode","activate","reactivateComponent","setScope","createChildren","invokeCreateHooks","pendingInsert","isPatchable","ref$$1","ancestor","addVnodes","startIdx","invokeDestroyHook","removeVnodes","removeAndInvokeRemoveHook","childElm","createRmCb","findIdxInOld","oldCh","patchVnode","removeOnly","hydrate","newCh","oldKeyToIdx","idxInOld","vnodeToMove","oldStartIdx","newStartIdx","oldEndIdx","oldStartVnode","oldEndVnode","newEndIdx","newStartVnode","newEndVnode","canMove","updateChildren","postpatch","invokeInsertHook","initial","isRenderedModule","inVPre","hasChildNodes","childrenMatch","fullInvoke","isInitialPatch","isRealElement","hasAttribute","oldElm","patchable","i$2","createPatchFunction","vmodel","trigger","directive","_vOptions","setSelected","getValue","onCompositionStart","onCompositionEnd","prevOptions","curOptions","hasNoMatchingOption","actuallySetSelected","isMultiple","selected","option","selectedIndex","initEvent","dispatchEvent","locateNode","platformDirectives","transition$$1","originalDisplay","__vOriginalDisplay","unbind","transitionProps","getRealChild","compOptions","extractTransitionData","placeholder","rawChild","isNotTextNode","isVShowDirective","Transition","hasParentTransition","_leaving","oldRawChild","oldChild","isSameChild","delayedLeave","moveClass","callPendingCbs","_moveCb","recordPosition","newPos","getBoundingClientRect","applyTranslation","oldPos","dx","left","dy","top","moved","transform","WebkitTransform","transitionDuration","platformComponents","TransitionGroup","beforeMount","kept","prevChildren","rawChildren","transitionData","c$1","updated","hasMove","_reflow","body","offsetHeight","propertyName","_hasMove","cloneNode","attr","HTMLUnknownElement","HTMLElement","updateComponent","mountComponent","query","Axios","mergeConfig","createInstance","defaultConfig","axios","instanceConfig","all","promises","spread","InterceptorManager","dispatchRequest","interceptors","chain","interceptor","fulfilled","rejected","getUri","eject","transformData","throwIfCancellationRequested","throwIfRequested","isAxiosError","toJSON","description","fileName","lineNumber","columnNumber","stack","isAbsoluteURL","combineURLs","requestedURL","relativeURL","ignoreDuplicateOf","line","substr","originURL","msie","urlParsingNode","resolveURL","href","search","hostname","port","pathname","requestURL","expires","secure","cookie","toGMTString","decodeURIComponent","executor","resolvePromise","observers","tokenElement","displayName","uidElement","displayNameElement","locals","Timeout","clearFn","_id","_clearFn","scope","setInterval","clearInterval","unref","enroll","msecs","_idleTimeoutId","_idleTimeout","unenroll","_unrefActive","_onTimeout","clearImmediate","registerImmediate","channel","messagePrefix","onGlobalMessage","nextHandle","tasksByHandle","currentlyRunningATask","doc","attachTo","handle","runIfPresent","postMessage","importScripts","postMessageIsAsynchronous","oldOnMessage","onmessage","canUsePostMessage","MessageChannel","port1","port2","documentElement","script","attachEvent","task","getLoggerBuilder","getLogger","_ConsoleLogger","_LoggerBuilder","LoggerBuilder","buildConsoleLogger","pTry","require","pLimit","concurrency","isInteger","Infinity","activeCount","enqueue","generator","pendingCount","ConsoleLogger","_contracts","level","msg","formatMessage","LogLevel","Debug","Info","Warn","Fatal","appId","arguments_","___CSS_LOADER_API_IMPORT___","setApp","setUid","_vm","_h","customIcon","customDescription","isCompatible","canInstall","defaultPageUrl","__webpack_nonce__","__webpack_public_path__","RecommendedApps","logger"],"mappings":"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","file":"recommendedapps.js","sourcesContent":[" \t// The module cache\n \tvar installedModules = {};\n\n \t// The require function\n \tfunction __webpack_require__(moduleId) {\n\n \t\t// Check if module is in cache\n \t\tif(installedModules[moduleId]) {\n \t\t\treturn installedModules[moduleId].exports;\n \t\t}\n \t\t// Create a new module (and put it into the cache)\n \t\tvar module = installedModules[moduleId] = {\n \t\t\ti: moduleId,\n \t\t\tl: false,\n \t\t\texports: {}\n \t\t};\n\n \t\t// Execute the module function\n \t\tmodules[moduleId].call(module.exports, module, module.exports, __webpack_require__);\n\n \t\t// Flag the module as loaded\n \t\tmodule.l = true;\n\n \t\t// Return the exports of the module\n \t\treturn module.exports;\n \t}\n\n\n \t// expose the modules object (__webpack_modules__)\n \t__webpack_require__.m = modules;\n\n \t// expose the module cache\n \t__webpack_require__.c = installedModules;\n\n \t// define getter function for harmony exports\n \t__webpack_require__.d = function(exports, name, getter) {\n \t\tif(!__webpack_require__.o(exports, name)) {\n \t\t\tObject.defineProperty(exports, name, { enumerable: true, get: getter });\n \t\t}\n \t};\n\n \t// define __esModule on exports\n \t__webpack_require__.r = function(exports) {\n \t\tif(typeof Symbol !== 'undefined' && Symbol.toStringTag) {\n \t\t\tObject.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });\n \t\t}\n \t\tObject.defineProperty(exports, '__esModule', { value: true });\n \t};\n\n \t// create a fake namespace object\n \t// mode & 1: value is a module id, require it\n \t// mode & 2: merge all properties of value into the ns\n \t// mode & 4: return value when already ns object\n \t// mode & 8|1: behave like require\n \t__webpack_require__.t = function(value, mode) {\n \t\tif(mode & 1) value = __webpack_require__(value);\n \t\tif(mode & 8) return value;\n \t\tif((mode & 4) && typeof value === 'object' && value && value.__esModule) return value;\n \t\tvar ns = Object.create(null);\n \t\t__webpack_require__.r(ns);\n \t\tObject.defineProperty(ns, 'default', { enumerable: true, value: value });\n \t\tif(mode & 2 && typeof value != 'string') for(var key in value) __webpack_require__.d(ns, key, function(key) { return value[key]; }.bind(null, key));\n \t\treturn ns;\n \t};\n\n \t// getDefaultExport function for compatibility with non-harmony modules\n \t__webpack_require__.n = function(module) {\n \t\tvar getter = module && module.__esModule ?\n \t\t\tfunction getDefault() { return module['default']; } :\n \t\t\tfunction getModuleExports() { return module; };\n \t\t__webpack_require__.d(getter, 'a', getter);\n \t\treturn getter;\n \t};\n\n \t// Object.prototype.hasOwnProperty.call\n \t__webpack_require__.o = function(object, property) { return Object.prototype.hasOwnProperty.call(object, property); };\n\n \t// __webpack_public_path__\n \t__webpack_require__.p = \"\";\n\n\n \t// Load entry module and return exports\n \treturn __webpack_require__(__webpack_require__.s = 1142);\n","var check = function (it) {\n return it && it.Math == Math && it;\n};\n\n// https://github.com/zloirock/core-js/issues/86#issuecomment-115759028\nmodule.exports =\n // eslint-disable-next-line no-undef\n check(typeof globalThis == 'object' && globalThis) ||\n check(typeof window == 'object' && window) ||\n check(typeof self == 'object' && self) ||\n check(typeof global == 'object' && global) ||\n // eslint-disable-next-line no-new-func\n Function('return this')();\n","var global = require('../internals/global');\nvar shared = require('../internals/shared');\nvar has = require('../internals/has');\nvar uid = require('../internals/uid');\nvar NATIVE_SYMBOL = require('../internals/native-symbol');\nvar USE_SYMBOL_AS_UID = require('../internals/use-symbol-as-uid');\n\nvar WellKnownSymbolsStore = shared('wks');\nvar Symbol = global.Symbol;\nvar createWellKnownSymbol = USE_SYMBOL_AS_UID ? Symbol : Symbol && Symbol.withoutSetter || uid;\n\nmodule.exports = function (name) {\n if (!has(WellKnownSymbolsStore, name)) {\n if (NATIVE_SYMBOL && has(Symbol, name)) WellKnownSymbolsStore[name] = Symbol[name];\n else WellKnownSymbolsStore[name] = createWellKnownSymbol('Symbol.' + name);\n } return WellKnownSymbolsStore[name];\n};\n","module.exports = function (exec) {\n try {\n return !!exec();\n } catch (error) {\n return true;\n }\n};\n","var hasOwnProperty = {}.hasOwnProperty;\n\nmodule.exports = function (it, key) {\n return hasOwnProperty.call(it, key);\n};\n","module.exports = function (it) {\n return typeof it === 'object' ? it !== null : typeof it === 'function';\n};\n","var DESCRIPTORS = require('../internals/descriptors');\nvar IE8_DOM_DEFINE = require('../internals/ie8-dom-define');\nvar anObject = require('../internals/an-object');\nvar toPrimitive = require('../internals/to-primitive');\n\nvar nativeDefineProperty = Object.defineProperty;\n\n// `Object.defineProperty` method\n// https://tc39.github.io/ecma262/#sec-object.defineproperty\nexports.f = DESCRIPTORS ? nativeDefineProperty : function defineProperty(O, P, Attributes) {\n anObject(O);\n P = toPrimitive(P, true);\n anObject(Attributes);\n if (IE8_DOM_DEFINE) try {\n return nativeDefineProperty(O, P, Attributes);\n } catch (error) { /* empty */ }\n if ('get' in Attributes || 'set' in Attributes) throw TypeError('Accessors not supported');\n if ('value' in Attributes) O[P] = Attributes.value;\n return O;\n};\n","module.exports = function (exec) {\n try {\n return !!exec();\n } catch (error) {\n return true;\n }\n};\n","var g;\n\n// This works in non-strict mode\ng = (function() {\n\treturn this;\n})();\n\ntry {\n\t// This works if eval is allowed (see CSP)\n\tg = g || new Function(\"return this\")();\n} catch (e) {\n\t// This works if the window reference is available\n\tif (typeof window === \"object\") g = window;\n}\n\n// g can still be undefined, but nothing to do about it...\n// We return undefined, instead of nothing here, so it's\n// easier to handle this case. if(!global) { ...}\n\nmodule.exports = g;\n","var fails = require('../internals/fails');\n\n// Thank's IE8 for his funny defineProperty\nmodule.exports = !fails(function () {\n return Object.defineProperty({}, 1, { get: function () { return 7; } })[1] != 7;\n});\n","var DESCRIPTORS = require('../internals/descriptors');\nvar definePropertyModule = require('../internals/object-define-property');\nvar createPropertyDescriptor = require('../internals/create-property-descriptor');\n\nmodule.exports = DESCRIPTORS ? function (object, key, value) {\n return definePropertyModule.f(object, key, createPropertyDescriptor(1, value));\n} : function (object, key, value) {\n object[key] = value;\n return object;\n};\n","var check = function (it) {\n return it && it.Math == Math && it;\n};\n\n// https://github.com/zloirock/core-js/issues/86#issuecomment-115759028\nmodule.exports =\n // eslint-disable-next-line no-undef\n check(typeof globalThis == 'object' && globalThis) ||\n check(typeof window == 'object' && window) ||\n check(typeof self == 'object' && self) ||\n check(typeof global == 'object' && global) ||\n // eslint-disable-next-line no-new-func\n Function('return this')();\n","'use strict';\n\nvar bind = require('./helpers/bind');\n\n/*global toString:true*/\n\n// utils is a library of generic helper functions non-specific to axios\n\nvar toString = Object.prototype.toString;\n\n/**\n * Determine if a value is an Array\n *\n * @param {Object} val The value to test\n * @returns {boolean} True if value is an Array, otherwise false\n */\nfunction isArray(val) {\n return toString.call(val) === '[object Array]';\n}\n\n/**\n * Determine if a value is undefined\n *\n * @param {Object} val The value to test\n * @returns {boolean} True if the value is undefined, otherwise false\n */\nfunction isUndefined(val) {\n return typeof val === 'undefined';\n}\n\n/**\n * Determine if a value is a Buffer\n *\n * @param {Object} val The value to test\n * @returns {boolean} True if value is a Buffer, otherwise false\n */\nfunction isBuffer(val) {\n return val !== null && !isUndefined(val) && val.constructor !== null && !isUndefined(val.constructor)\n && typeof val.constructor.isBuffer === 'function' && val.constructor.isBuffer(val);\n}\n\n/**\n * Determine if a value is an ArrayBuffer\n *\n * @param {Object} val The value to test\n * @returns {boolean} True if value is an ArrayBuffer, otherwise false\n */\nfunction isArrayBuffer(val) {\n return toString.call(val) === '[object ArrayBuffer]';\n}\n\n/**\n * Determine if a value is a FormData\n *\n * @param {Object} val The value to test\n * @returns {boolean} True if value is an FormData, otherwise false\n */\nfunction isFormData(val) {\n return (typeof FormData !== 'undefined') && (val instanceof FormData);\n}\n\n/**\n * Determine if a value is a view on an ArrayBuffer\n *\n * @param {Object} val The value to test\n * @returns {boolean} True if value is a view on an ArrayBuffer, otherwise false\n */\nfunction isArrayBufferView(val) {\n var result;\n if ((typeof ArrayBuffer !== 'undefined') && (ArrayBuffer.isView)) {\n result = ArrayBuffer.isView(val);\n } else {\n result = (val) && (val.buffer) && (val.buffer instanceof ArrayBuffer);\n }\n return result;\n}\n\n/**\n * Determine if a value is a String\n *\n * @param {Object} val The value to test\n * @returns {boolean} True if value is a String, otherwise false\n */\nfunction isString(val) {\n return typeof val === 'string';\n}\n\n/**\n * Determine if a value is a Number\n *\n * @param {Object} val The value to test\n * @returns {boolean} True if value is a Number, otherwise false\n */\nfunction isNumber(val) {\n return typeof val === 'number';\n}\n\n/**\n * Determine if a value is an Object\n *\n * @param {Object} val The value to test\n * @returns {boolean} True if value is an Object, otherwise false\n */\nfunction isObject(val) {\n return val !== null && typeof val === 'object';\n}\n\n/**\n * Determine if a value is a Date\n *\n * @param {Object} val The value to test\n * @returns {boolean} True if value is a Date, otherwise false\n */\nfunction isDate(val) {\n return toString.call(val) === '[object Date]';\n}\n\n/**\n * Determine if a value is a File\n *\n * @param {Object} val The value to test\n * @returns {boolean} True if value is a File, otherwise false\n */\nfunction isFile(val) {\n return toString.call(val) === '[object File]';\n}\n\n/**\n * Determine if a value is a Blob\n *\n * @param {Object} val The value to test\n * @returns {boolean} True if value is a Blob, otherwise false\n */\nfunction isBlob(val) {\n return toString.call(val) === '[object Blob]';\n}\n\n/**\n * Determine if a value is a Function\n *\n * @param {Object} val The value to test\n * @returns {boolean} True if value is a Function, otherwise false\n */\nfunction isFunction(val) {\n return toString.call(val) === '[object Function]';\n}\n\n/**\n * Determine if a value is a Stream\n *\n * @param {Object} val The value to test\n * @returns {boolean} True if value is a Stream, otherwise false\n */\nfunction isStream(val) {\n return isObject(val) && isFunction(val.pipe);\n}\n\n/**\n * Determine if a value is a URLSearchParams object\n *\n * @param {Object} val The value to test\n * @returns {boolean} True if value is a URLSearchParams object, otherwise false\n */\nfunction isURLSearchParams(val) {\n return typeof URLSearchParams !== 'undefined' && val instanceof URLSearchParams;\n}\n\n/**\n * Trim excess whitespace off the beginning and end of a string\n *\n * @param {String} str The String to trim\n * @returns {String} The String freed of excess whitespace\n */\nfunction trim(str) {\n return str.replace(/^\\s*/, '').replace(/\\s*$/, '');\n}\n\n/**\n * Determine if we're running in a standard browser environment\n *\n * This allows axios to run in a web worker, and react-native.\n * Both environments support XMLHttpRequest, but not fully standard globals.\n *\n * web workers:\n * typeof window -> undefined\n * typeof document -> undefined\n *\n * react-native:\n * navigator.product -> 'ReactNative'\n * nativescript\n * navigator.product -> 'NativeScript' or 'NS'\n */\nfunction isStandardBrowserEnv() {\n if (typeof navigator !== 'undefined' && (navigator.product === 'ReactNative' ||\n navigator.product === 'NativeScript' ||\n navigator.product === 'NS')) {\n return false;\n }\n return (\n typeof window !== 'undefined' &&\n typeof document !== 'undefined'\n );\n}\n\n/**\n * Iterate over an Array or an Object invoking a function for each item.\n *\n * If `obj` is an Array callback will be called passing\n * the value, index, and complete array for each item.\n *\n * If 'obj' is an Object callback will be called passing\n * the value, key, and complete object for each property.\n *\n * @param {Object|Array} obj The object to iterate\n * @param {Function} fn The callback to invoke for each item\n */\nfunction forEach(obj, fn) {\n // Don't bother if no value provided\n if (obj === null || typeof obj === 'undefined') {\n return;\n }\n\n // Force an array if not already something iterable\n if (typeof obj !== 'object') {\n /*eslint no-param-reassign:0*/\n obj = [obj];\n }\n\n if (isArray(obj)) {\n // Iterate over array values\n for (var i = 0, l = obj.length; i < l; i++) {\n fn.call(null, obj[i], i, obj);\n }\n } else {\n // Iterate over object keys\n for (var key in obj) {\n if (Object.prototype.hasOwnProperty.call(obj, key)) {\n fn.call(null, obj[key], key, obj);\n }\n }\n }\n}\n\n/**\n * Accepts varargs expecting each argument to be an object, then\n * immutably merges the properties of each object and returns result.\n *\n * When multiple objects contain the same key the later object in\n * the arguments list will take precedence.\n *\n * Example:\n *\n * ```js\n * var result = merge({foo: 123}, {foo: 456});\n * console.log(result.foo); // outputs 456\n * ```\n *\n * @param {Object} obj1 Object to merge\n * @returns {Object} Result of all merge properties\n */\nfunction merge(/* obj1, obj2, obj3, ... */) {\n var result = {};\n function assignValue(val, key) {\n if (typeof result[key] === 'object' && typeof val === 'object') {\n result[key] = merge(result[key], val);\n } else {\n result[key] = val;\n }\n }\n\n for (var i = 0, l = arguments.length; i < l; i++) {\n forEach(arguments[i], assignValue);\n }\n return result;\n}\n\n/**\n * Function equal to merge with the difference being that no reference\n * to original objects is kept.\n *\n * @see merge\n * @param {Object} obj1 Object to merge\n * @returns {Object} Result of all merge properties\n */\nfunction deepMerge(/* obj1, obj2, obj3, ... */) {\n var result = {};\n function assignValue(val, key) {\n if (typeof result[key] === 'object' && typeof val === 'object') {\n result[key] = deepMerge(result[key], val);\n } else if (typeof val === 'object') {\n result[key] = deepMerge({}, val);\n } else {\n result[key] = val;\n }\n }\n\n for (var i = 0, l = arguments.length; i < l; i++) {\n forEach(arguments[i], assignValue);\n }\n return result;\n}\n\n/**\n * Extends object a by mutably adding to it the properties of object b.\n *\n * @param {Object} a The object to be extended\n * @param {Object} b The object to copy properties from\n * @param {Object} thisArg The object to bind function to\n * @return {Object} The resulting value of object a\n */\nfunction extend(a, b, thisArg) {\n forEach(b, function assignValue(val, key) {\n if (thisArg && typeof val === 'function') {\n a[key] = bind(val, thisArg);\n } else {\n a[key] = val;\n }\n });\n return a;\n}\n\nmodule.exports = {\n isArray: isArray,\n isArrayBuffer: isArrayBuffer,\n isBuffer: isBuffer,\n isFormData: isFormData,\n isArrayBufferView: isArrayBufferView,\n isString: isString,\n isNumber: isNumber,\n isObject: isObject,\n isUndefined: isUndefined,\n isDate: isDate,\n isFile: isFile,\n isBlob: isBlob,\n isFunction: isFunction,\n isStream: isStream,\n isURLSearchParams: isURLSearchParams,\n isStandardBrowserEnv: isStandardBrowserEnv,\n forEach: forEach,\n merge: merge,\n deepMerge: deepMerge,\n extend: extend,\n trim: trim\n};\n","var isObject = require('../internals/is-object');\n\nmodule.exports = function (it) {\n if (!isObject(it)) {\n throw TypeError(String(it) + ' is not an object');\n } return it;\n};\n","\"use strict\";\n\nrequire(\"core-js/modules/es.array.index-of\");\n\nrequire(\"core-js/modules/es.object.assign\");\n\nrequire(\"core-js/modules/es.object.to-string\");\n\nrequire(\"core-js/modules/es.regexp.exec\");\n\nrequire(\"core-js/modules/es.regexp.to-string\");\n\nrequire(\"core-js/modules/es.string.replace\");\n\nObject.defineProperty(exports, \"__esModule\", {\n value: true\n});\nexports.getRootUrl = exports.generateFilePath = exports.imagePath = exports.generateUrl = exports.generateOcsUrl = exports.generateRemoteUrl = exports.linkTo = void 0;\n\n/// <reference types=\"@nextcloud/typings\" />\n\n/**\n * Get an absolute url to a file in an app\n *\n * @param {string} app the id of the app the file belongs to\n * @param {string} file the file path relative to the app folder\n * @return {string} Absolute URL to a file\n */\nvar linkTo = function linkTo(app, file) {\n return generateFilePath(app, '', file);\n};\n/**\n * Creates a relative url for remote use\n *\n * @param {string} service id\n * @return {string} the url\n */\n\n\nexports.linkTo = linkTo;\n\nvar linkToRemoteBase = function linkToRemoteBase(service) {\n return getRootUrl() + '/remote.php/' + service;\n};\n/**\n * @brief Creates an absolute url for remote use\n * @param {string} service id\n * @return {string} the url\n */\n\n\nvar generateRemoteUrl = function generateRemoteUrl(service) {\n return window.location.protocol + '//' + window.location.host + linkToRemoteBase(service);\n};\n/**\n * Get the base path for the given OCS API service\n *\n * @param {string} service name\n * @param {int} version OCS API version\n * @return {string} OCS API base path\n */\n\n\nexports.generateRemoteUrl = generateRemoteUrl;\n\nvar generateOcsUrl = function generateOcsUrl(service, version) {\n version = version !== 2 ? 1 : 2;\n return window.location.protocol + '//' + window.location.host + getRootUrl() + '/ocs/v' + version + '.php/' + service + '/';\n};\n\nexports.generateOcsUrl = generateOcsUrl;\n\n/**\n * Generate the absolute url for the given relative url, which can contain parameters\n *\n * Parameters will be URL encoded automatically\n *\n * @return {string} Absolute URL for the given relative URL\n */\nvar generateUrl = function generateUrl(url, params, options) {\n var allOptions = Object.assign({\n escape: true,\n noRewrite: false\n }, options || {});\n\n var _build = function _build(text, vars) {\n vars = vars || {};\n return text.replace(/{([^{}]*)}/g, function (a, b) {\n var r = vars[b];\n\n if (allOptions.escape) {\n return typeof r === 'string' || typeof r === 'number' ? encodeURIComponent(r.toString()) : encodeURIComponent(a);\n } else {\n return typeof r === 'string' || typeof r === 'number' ? r.toString() : a;\n }\n });\n };\n\n if (url.charAt(0) !== '/') {\n url = '/' + url;\n }\n\n if (OC.config.modRewriteWorking === true && !allOptions.noRewrite) {\n return getRootUrl() + _build(url, params || {});\n }\n\n return getRootUrl() + '/index.php' + _build(url, params || {});\n};\n/**\n * Get the absolute path to an image file\n * if no extension is given for the image, it will automatically decide\n * between .png and .svg based on what the browser supports\n *\n * @param {string} app the app id to which the image belongs\n * @param {string} file the name of the image file\n * @return {string}\n */\n\n\nexports.generateUrl = generateUrl;\n\nvar imagePath = function imagePath(app, file) {\n if (file.indexOf('.') === -1) {\n //if no extension is given, use svg\n return generateFilePath(app, 'img', file + '.svg');\n }\n\n return generateFilePath(app, 'img', file);\n};\n/**\n * Get the absolute url for a file in an app\n *\n * @param {string} app the id of the app\n * @param {string} type the type of the file to link to (e.g. css,img,ajax.template)\n * @param {string} file the filename\n * @return {string} Absolute URL for a file in an app\n */\n\n\nexports.imagePath = imagePath;\n\nvar generateFilePath = function generateFilePath(app, type, file) {\n var isCore = OC.coreApps.indexOf(app) !== -1;\n var link = getRootUrl();\n\n if (file.substring(file.length - 3) === 'php' && !isCore) {\n link += '/index.php/apps/' + app;\n\n if (file !== 'index.php') {\n link += '/';\n\n if (type) {\n link += encodeURI(type + '/');\n }\n\n link += file;\n }\n } else if (file.substring(file.length - 3) !== 'php' && !isCore) {\n link = OC.appswebroots[app];\n\n if (type) {\n link += '/' + type + '/';\n }\n\n if (link.substring(link.length - 1) !== '/') {\n link += '/';\n }\n\n link += file;\n } else {\n if ((app === 'settings' || app === 'core' || app === 'search') && type === 'ajax') {\n link += '/index.php/';\n } else {\n link += '/';\n }\n\n if (!isCore) {\n link += 'apps/';\n }\n\n if (app !== '') {\n app += '/';\n link += app;\n }\n\n if (type) {\n link += type + '/';\n }\n\n link += file;\n }\n\n return link;\n};\n/**\n * Return the web root path where this Nextcloud instance\n * is accessible, with a leading slash.\n * For example \"/nextcloud\".\n *\n * @return {string} web root path\n */\n\n\nexports.generateFilePath = generateFilePath;\n\nvar getRootUrl = function getRootUrl() {\n return OC.webroot;\n};\n\nexports.getRootUrl = getRootUrl;\n//# sourceMappingURL=index.js.map","var check = function (it) {\n return it && it.Math == Math && it;\n};\n\n// https://github.com/zloirock/core-js/issues/86#issuecomment-115759028\nmodule.exports =\n // eslint-disable-next-line no-undef\n check(typeof globalThis == 'object' && globalThis) ||\n check(typeof window == 'object' && window) ||\n check(typeof self == 'object' && self) ||\n check(typeof global == 'object' && global) ||\n // eslint-disable-next-line no-new-func\n Function('return this')();\n","var check = function (it) {\n return it && it.Math == Math && it;\n};\n\n// https://github.com/zloirock/core-js/issues/86#issuecomment-115759028\nmodule.exports =\n // eslint-disable-next-line no-undef\n check(typeof globalThis == 'object' && globalThis) ||\n check(typeof window == 'object' && window) ||\n check(typeof self == 'object' && self) ||\n check(typeof global == 'object' && global) ||\n // eslint-disable-next-line no-new-func\n Function('return this')();\n","var hasOwnProperty = {}.hasOwnProperty;\n\nmodule.exports = function (it, key) {\n return hasOwnProperty.call(it, key);\n};\n","var global = require('../internals/global');\nvar getOwnPropertyDescriptor = require('../internals/object-get-own-property-descriptor').f;\nvar createNonEnumerableProperty = require('../internals/create-non-enumerable-property');\nvar redefine = require('../internals/redefine');\nvar setGlobal = require('../internals/set-global');\nvar copyConstructorProperties = require('../internals/copy-constructor-properties');\nvar isForced = require('../internals/is-forced');\n\n/*\n options.target - name of the target object\n options.global - target is the global object\n options.stat - export as static methods of target\n options.proto - export as prototype methods of target\n options.real - real prototype method for the `pure` version\n options.forced - export even if the native feature is available\n options.bind - bind methods to the target, required for the `pure` version\n options.wrap - wrap constructors to preventing global pollution, required for the `pure` version\n options.unsafe - use the simple assignment of property instead of delete + defineProperty\n options.sham - add a flag to not completely full polyfills\n options.enumerable - export as enumerable property\n options.noTargetGet - prevent calling a getter on target\n*/\nmodule.exports = function (options, source) {\n var TARGET = options.target;\n var GLOBAL = options.global;\n var STATIC = options.stat;\n var FORCED, target, key, targetProperty, sourceProperty, descriptor;\n if (GLOBAL) {\n target = global;\n } else if (STATIC) {\n target = global[TARGET] || setGlobal(TARGET, {});\n } else {\n target = (global[TARGET] || {}).prototype;\n }\n if (target) for (key in source) {\n sourceProperty = source[key];\n if (options.noTargetGet) {\n descriptor = getOwnPropertyDescriptor(target, key);\n targetProperty = descriptor && descriptor.value;\n } else targetProperty = target[key];\n FORCED = isForced(GLOBAL ? key : TARGET + (STATIC ? '.' : '#') + key, options.forced);\n // contained in target\n if (!FORCED && targetProperty !== undefined) {\n if (typeof sourceProperty === typeof targetProperty) continue;\n copyConstructorProperties(sourceProperty, targetProperty);\n }\n // add a flag to not completely full polyfills\n if (options.sham || (targetProperty && targetProperty.sham)) {\n createNonEnumerableProperty(sourceProperty, 'sham', true);\n }\n // extend global\n redefine(target, key, sourceProperty, options);\n }\n};\n","var global = require('../internals/global');\nvar createNonEnumerableProperty = require('../internals/create-non-enumerable-property');\nvar has = require('../internals/has');\nvar setGlobal = require('../internals/set-global');\nvar inspectSource = require('../internals/inspect-source');\nvar InternalStateModule = require('../internals/internal-state');\n\nvar getInternalState = InternalStateModule.get;\nvar enforceInternalState = InternalStateModule.enforce;\nvar TEMPLATE = String(String).split('String');\n\n(module.exports = function (O, key, value, options) {\n var unsafe = options ? !!options.unsafe : false;\n var simple = options ? !!options.enumerable : false;\n var noTargetGet = options ? !!options.noTargetGet : false;\n if (typeof value == 'function') {\n if (typeof key == 'string' && !has(value, 'name')) createNonEnumerableProperty(value, 'name', key);\n enforceInternalState(value).source = TEMPLATE.join(typeof key == 'string' ? key : '');\n }\n if (O === global) {\n if (simple) O[key] = value;\n else setGlobal(key, value);\n return;\n } else if (!unsafe) {\n delete O[key];\n } else if (!noTargetGet && O[key]) {\n simple = true;\n }\n if (simple) O[key] = value;\n else createNonEnumerableProperty(O, key, value);\n// add fake Function#toString for correct work wrapped methods / constructors with methods like LoDash isNative\n})(Function.prototype, 'toString', function toString() {\n return typeof this == 'function' && getInternalState(this).source || inspectSource(this);\n});\n","module.exports = {};\n","var check = function (it) {\n return it && it.Math == Math && it;\n};\n\n// https://github.com/zloirock/core-js/issues/86#issuecomment-115759028\nmodule.exports =\n // eslint-disable-next-line no-undef\n check(typeof globalThis == 'object' && globalThis) ||\n check(typeof window == 'object' && window) ||\n check(typeof self == 'object' && self) ||\n check(typeof global == 'object' && global) ||\n // eslint-disable-next-line no-new-func\n Function('return this')();\n","var fails = require('../internals/fails');\n\n// Thank's IE8 for his funny defineProperty\nmodule.exports = !fails(function () {\n return Object.defineProperty({}, 1, { get: function () { return 7; } })[1] != 7;\n});\n","\"use strict\";\n\nObject.defineProperty(exports, \"__esModule\", {\n value: true\n});\nexports.subscribe = subscribe;\nexports.unsubscribe = unsubscribe;\nexports.emit = emit;\n\nvar _ProxyBus = require(\"./ProxyBus\");\n\nvar _SimpleBus = require(\"./SimpleBus\");\n\nfunction getBus() {\n if (typeof window.OC !== 'undefined' && window.OC._eventBus && typeof window._nc_event_bus === 'undefined') {\n console.warn('found old event bus instance at OC._eventBus. Update your version!');\n window._nc_event_bus = window.OC._eventBus;\n } // Either use an existing event bus instance or create one\n\n\n if (typeof window._nc_event_bus !== 'undefined') {\n return new _ProxyBus.ProxyBus(window._nc_event_bus);\n } else {\n return window._nc_event_bus = new _SimpleBus.SimpleBus();\n }\n}\n\nvar bus = getBus();\n/**\n * Register an event listener\n *\n * @param name name of the event\n * @param handler callback invoked for every matching event emitted on the bus\n */\n\nfunction subscribe(name, handler) {\n bus.subscribe(name, handler);\n}\n/**\n * Unregister a previously registered event listener\n *\n * Note: doesn't work with anonymous functions (closures). Use method of an object or store listener function in variable.\n *\n * @param name name of the event\n * @param handler callback passed to `subscribed`\n */\n\n\nfunction unsubscribe(name, handler) {\n bus.unsubscribe(name, handler);\n}\n/**\n * Emit an event\n *\n * @param name name of the event\n * @param event event payload\n */\n\n\nfunction emit(name, event) {\n bus.emit(name, event);\n}\n//# sourceMappingURL=index.js.map","module.exports = function (bitmap, value) {\n return {\n enumerable: !(bitmap & 1),\n configurable: !(bitmap & 2),\n writable: !(bitmap & 4),\n value: value\n };\n};\n","// toObject with fallback for non-array-like ES3 strings\nvar IndexedObject = require('../internals/indexed-object');\nvar requireObjectCoercible = require('../internals/require-object-coercible');\n\nmodule.exports = function (it) {\n return IndexedObject(requireObjectCoercible(it));\n};\n","var NATIVE_WEAK_MAP = require('../internals/native-weak-map');\nvar global = require('../internals/global');\nvar isObject = require('../internals/is-object');\nvar createNonEnumerableProperty = require('../internals/create-non-enumerable-property');\nvar objectHas = require('../internals/has');\nvar sharedKey = require('../internals/shared-key');\nvar hiddenKeys = require('../internals/hidden-keys');\n\nvar WeakMap = global.WeakMap;\nvar set, get, has;\n\nvar enforce = function (it) {\n return has(it) ? get(it) : set(it, {});\n};\n\nvar getterFor = function (TYPE) {\n return function (it) {\n var state;\n if (!isObject(it) || (state = get(it)).type !== TYPE) {\n throw TypeError('Incompatible receiver, ' + TYPE + ' required');\n } return state;\n };\n};\n\nif (NATIVE_WEAK_MAP) {\n var store = new WeakMap();\n var wmget = store.get;\n var wmhas = store.has;\n var wmset = store.set;\n set = function (it, metadata) {\n wmset.call(store, it, metadata);\n return metadata;\n };\n get = function (it) {\n return wmget.call(store, it) || {};\n };\n has = function (it) {\n return wmhas.call(store, it);\n };\n} else {\n var STATE = sharedKey('state');\n hiddenKeys[STATE] = true;\n set = function (it, metadata) {\n createNonEnumerableProperty(it, STATE, metadata);\n return metadata;\n };\n get = function (it) {\n return objectHas(it, STATE) ? it[STATE] : {};\n };\n has = function (it) {\n return objectHas(it, STATE);\n };\n}\n\nmodule.exports = {\n set: set,\n get: get,\n has: has,\n enforce: enforce,\n getterFor: getterFor\n};\n","module.exports = {};\n","var path = require('../internals/path');\nvar global = require('../internals/global');\n\nvar aFunction = function (variable) {\n return typeof variable == 'function' ? variable : undefined;\n};\n\nmodule.exports = function (namespace, method) {\n return arguments.length < 2 ? aFunction(path[namespace]) || aFunction(global[namespace])\n : path[namespace] && path[namespace][method] || global[namespace] && global[namespace][method];\n};\n","var toInteger = require('../internals/to-integer');\n\nvar min = Math.min;\n\n// `ToLength` abstract operation\n// https://tc39.github.io/ecma262/#sec-tolength\nmodule.exports = function (argument) {\n return argument > 0 ? min(toInteger(argument), 0x1FFFFFFFFFFFFF) : 0; // 2 ** 53 - 1 == 9007199254740991\n};\n","module.exports = function (exec) {\n try {\n return !!exec();\n } catch (error) {\n return true;\n }\n};\n","var DESCRIPTORS = require('../internals/descriptors');\nvar definePropertyModule = require('../internals/object-define-property');\nvar createPropertyDescriptor = require('../internals/create-property-descriptor');\n\nmodule.exports = DESCRIPTORS ? function (object, key, value) {\n return definePropertyModule.f(object, key, createPropertyDescriptor(1, value));\n} : function (object, key, value) {\n object[key] = value;\n return object;\n};\n","var isObject = require('../internals/is-object');\n\nmodule.exports = function (it) {\n if (!isObject(it)) {\n throw TypeError(String(it) + ' is not an object');\n } return it;\n};\n","module.exports = function (exec) {\n try {\n return !!exec();\n } catch (error) {\n return true;\n }\n};\n","var hasOwnProperty = {}.hasOwnProperty;\n\nmodule.exports = function (it, key) {\n return hasOwnProperty.call(it, key);\n};\n","module.exports = function (it) {\n return typeof it === 'object' ? it !== null : typeof it === 'function';\n};\n","var hasOwnProperty = {}.hasOwnProperty;\n\nmodule.exports = function (it, key) {\n return hasOwnProperty.call(it, key);\n};\n","var toString = {}.toString;\n\nmodule.exports = function (it) {\n return toString.call(it).slice(8, -1);\n};\n","// `RequireObjectCoercible` abstract operation\n// https://tc39.github.io/ecma262/#sec-requireobjectcoercible\nmodule.exports = function (it) {\n if (it == undefined) throw TypeError(\"Can't call method on \" + it);\n return it;\n};\n","var isObject = require('../internals/is-object');\n\n// `ToPrimitive` abstract operation\n// https://tc39.github.io/ecma262/#sec-toprimitive\n// instead of the ES6 spec version, we didn't implement @@toPrimitive case\n// and the second argument - flag - preferred type is a string\nmodule.exports = function (input, PREFERRED_STRING) {\n if (!isObject(input)) return input;\n var fn, val;\n if (PREFERRED_STRING && typeof (fn = input.toString) == 'function' && !isObject(val = fn.call(input))) return val;\n if (typeof (fn = input.valueOf) == 'function' && !isObject(val = fn.call(input))) return val;\n if (!PREFERRED_STRING && typeof (fn = input.toString) == 'function' && !isObject(val = fn.call(input))) return val;\n throw TypeError(\"Can't convert object to primitive value\");\n};\n","var global = require('../internals/global');\nvar createNonEnumerableProperty = require('../internals/create-non-enumerable-property');\n\nmodule.exports = function (key, value) {\n try {\n createNonEnumerableProperty(global, key, value);\n } catch (error) {\n global[key] = value;\n } return value;\n};\n","var shared = require('../internals/shared');\nvar uid = require('../internals/uid');\n\nvar keys = shared('keys');\n\nmodule.exports = function (key) {\n return keys[key] || (keys[key] = uid(key));\n};\n","module.exports = false;\n","var id = 0;\nvar postfix = Math.random();\n\nmodule.exports = function (key) {\n return 'Symbol(' + String(key === undefined ? '' : key) + ')_' + (++id + postfix).toString(36);\n};\n","var ceil = Math.ceil;\nvar floor = Math.floor;\n\n// `ToInteger` abstract operation\n// https://tc39.github.io/ecma262/#sec-tointeger\nmodule.exports = function (argument) {\n return isNaN(argument = +argument) ? 0 : (argument > 0 ? floor : ceil)(argument);\n};\n","// IE8- don't enum bug keys\nmodule.exports = [\n 'constructor',\n 'hasOwnProperty',\n 'isPrototypeOf',\n 'propertyIsEnumerable',\n 'toLocaleString',\n 'toString',\n 'valueOf'\n];\n","var requireObjectCoercible = require('../internals/require-object-coercible');\n\n// `ToObject` abstract operation\n// https://tc39.github.io/ecma262/#sec-toobject\nmodule.exports = function (argument) {\n return Object(requireObjectCoercible(argument));\n};\n","var aFunction = require('../internals/a-function');\n\n// optional / simple context binding\nmodule.exports = function (fn, that, length) {\n aFunction(fn);\n if (that === undefined) return fn;\n switch (length) {\n case 0: return function () {\n return fn.call(that);\n };\n case 1: return function (a) {\n return fn.call(that, a);\n };\n case 2: return function (a, b) {\n return fn.call(that, a, b);\n };\n case 3: return function (a, b, c) {\n return fn.call(that, a, b, c);\n };\n }\n return function (/* ...args */) {\n return fn.apply(that, arguments);\n };\n};\n","var anObject = require('../internals/an-object');\nvar defineProperties = require('../internals/object-define-properties');\nvar enumBugKeys = require('../internals/enum-bug-keys');\nvar hiddenKeys = require('../internals/hidden-keys');\nvar html = require('../internals/html');\nvar documentCreateElement = require('../internals/document-create-element');\nvar sharedKey = require('../internals/shared-key');\n\nvar GT = '>';\nvar LT = '<';\nvar PROTOTYPE = 'prototype';\nvar SCRIPT = 'script';\nvar IE_PROTO = sharedKey('IE_PROTO');\n\nvar EmptyConstructor = function () { /* empty */ };\n\nvar scriptTag = function (content) {\n return LT + SCRIPT + GT + content + LT + '/' + SCRIPT + GT;\n};\n\n// Create object with fake `null` prototype: use ActiveX Object with cleared prototype\nvar NullProtoObjectViaActiveX = function (activeXDocument) {\n activeXDocument.write(scriptTag(''));\n activeXDocument.close();\n var temp = activeXDocument.parentWindow.Object;\n activeXDocument = null; // avoid memory leak\n return temp;\n};\n\n// Create object with fake `null` prototype: use iframe Object with cleared prototype\nvar NullProtoObjectViaIFrame = function () {\n // Thrash, waste and sodomy: IE GC bug\n var iframe = documentCreateElement('iframe');\n var JS = 'java' + SCRIPT + ':';\n var iframeDocument;\n iframe.style.display = 'none';\n html.appendChild(iframe);\n // https://github.com/zloirock/core-js/issues/475\n iframe.src = String(JS);\n iframeDocument = iframe.contentWindow.document;\n iframeDocument.open();\n iframeDocument.write(scriptTag('document.F=Object'));\n iframeDocument.close();\n return iframeDocument.F;\n};\n\n// Check for document.domain and active x support\n// No need to use active x approach when document.domain is not set\n// see https://github.com/es-shims/es5-shim/issues/150\n// variation of https://github.com/kitcambridge/es5-shim/commit/4f738ac066346\n// avoid IE GC bug\nvar activeXDocument;\nvar NullProtoObject = function () {\n try {\n /* global ActiveXObject */\n activeXDocument = document.domain && new ActiveXObject('htmlfile');\n } catch (error) { /* ignore */ }\n NullProtoObject = activeXDocument ? NullProtoObjectViaActiveX(activeXDocument) : NullProtoObjectViaIFrame();\n var length = enumBugKeys.length;\n while (length--) delete NullProtoObject[PROTOTYPE][enumBugKeys[length]];\n return NullProtoObject();\n};\n\nhiddenKeys[IE_PROTO] = true;\n\n// `Object.create` method\n// https://tc39.github.io/ecma262/#sec-object.create\nmodule.exports = Object.create || function create(O, Properties) {\n var result;\n if (O !== null) {\n EmptyConstructor[PROTOTYPE] = anObject(O);\n result = new EmptyConstructor();\n EmptyConstructor[PROTOTYPE] = null;\n // add \"__proto__\" for Object.getPrototypeOf polyfill\n result[IE_PROTO] = O;\n } else result = NullProtoObject();\n return Properties === undefined ? result : defineProperties(result, Properties);\n};\n","'use strict';\nvar $ = require('../internals/export');\nvar createIteratorConstructor = require('../internals/create-iterator-constructor');\nvar getPrototypeOf = require('../internals/object-get-prototype-of');\nvar setPrototypeOf = require('../internals/object-set-prototype-of');\nvar setToStringTag = require('../internals/set-to-string-tag');\nvar createNonEnumerableProperty = require('../internals/create-non-enumerable-property');\nvar redefine = require('../internals/redefine');\nvar wellKnownSymbol = require('../internals/well-known-symbol');\nvar IS_PURE = require('../internals/is-pure');\nvar Iterators = require('../internals/iterators');\nvar IteratorsCore = require('../internals/iterators-core');\n\nvar IteratorPrototype = IteratorsCore.IteratorPrototype;\nvar BUGGY_SAFARI_ITERATORS = IteratorsCore.BUGGY_SAFARI_ITERATORS;\nvar ITERATOR = wellKnownSymbol('iterator');\nvar KEYS = 'keys';\nvar VALUES = 'values';\nvar ENTRIES = 'entries';\n\nvar returnThis = function () { return this; };\n\nmodule.exports = function (Iterable, NAME, IteratorConstructor, next, DEFAULT, IS_SET, FORCED) {\n createIteratorConstructor(IteratorConstructor, NAME, next);\n\n var getIterationMethod = function (KIND) {\n if (KIND === DEFAULT && defaultIterator) return defaultIterator;\n if (!BUGGY_SAFARI_ITERATORS && KIND in IterablePrototype) return IterablePrototype[KIND];\n switch (KIND) {\n case KEYS: return function keys() { return new IteratorConstructor(this, KIND); };\n case VALUES: return function values() { return new IteratorConstructor(this, KIND); };\n case ENTRIES: return function entries() { return new IteratorConstructor(this, KIND); };\n } return function () { return new IteratorConstructor(this); };\n };\n\n var TO_STRING_TAG = NAME + ' Iterator';\n var INCORRECT_VALUES_NAME = false;\n var IterablePrototype = Iterable.prototype;\n var nativeIterator = IterablePrototype[ITERATOR]\n || IterablePrototype['@@iterator']\n || DEFAULT && IterablePrototype[DEFAULT];\n var defaultIterator = !BUGGY_SAFARI_ITERATORS && nativeIterator || getIterationMethod(DEFAULT);\n var anyNativeIterator = NAME == 'Array' ? IterablePrototype.entries || nativeIterator : nativeIterator;\n var CurrentIteratorPrototype, methods, KEY;\n\n // fix native\n if (anyNativeIterator) {\n CurrentIteratorPrototype = getPrototypeOf(anyNativeIterator.call(new Iterable()));\n if (IteratorPrototype !== Object.prototype && CurrentIteratorPrototype.next) {\n if (!IS_PURE && getPrototypeOf(CurrentIteratorPrototype) !== IteratorPrototype) {\n if (setPrototypeOf) {\n setPrototypeOf(CurrentIteratorPrototype, IteratorPrototype);\n } else if (typeof CurrentIteratorPrototype[ITERATOR] != 'function') {\n createNonEnumerableProperty(CurrentIteratorPrototype, ITERATOR, returnThis);\n }\n }\n // Set @@toStringTag to native iterators\n setToStringTag(CurrentIteratorPrototype, TO_STRING_TAG, true, true);\n if (IS_PURE) Iterators[TO_STRING_TAG] = returnThis;\n }\n }\n\n // fix Array#{values, @@iterator}.name in V8 / FF\n if (DEFAULT == VALUES && nativeIterator && nativeIterator.name !== VALUES) {\n INCORRECT_VALUES_NAME = true;\n defaultIterator = function values() { return nativeIterator.call(this); };\n }\n\n // define iterator\n if ((!IS_PURE || FORCED) && IterablePrototype[ITERATOR] !== defaultIterator) {\n createNonEnumerableProperty(IterablePrototype, ITERATOR, defaultIterator);\n }\n Iterators[NAME] = defaultIterator;\n\n // export additional methods\n if (DEFAULT) {\n methods = {\n values: getIterationMethod(VALUES),\n keys: IS_SET ? defaultIterator : getIterationMethod(KEYS),\n entries: getIterationMethod(ENTRIES)\n };\n if (FORCED) for (KEY in methods) {\n if (BUGGY_SAFARI_ITERATORS || INCORRECT_VALUES_NAME || !(KEY in IterablePrototype)) {\n redefine(IterablePrototype, KEY, methods[KEY]);\n }\n } else $({ target: NAME, proto: true, forced: BUGGY_SAFARI_ITERATORS || INCORRECT_VALUES_NAME }, methods);\n }\n\n return methods;\n};\n","var defineProperty = require('../internals/object-define-property').f;\nvar has = require('../internals/has');\nvar wellKnownSymbol = require('../internals/well-known-symbol');\n\nvar TO_STRING_TAG = wellKnownSymbol('toStringTag');\n\nmodule.exports = function (it, TAG, STATIC) {\n if (it && !has(it = STATIC ? it : it.prototype, TO_STRING_TAG)) {\n defineProperty(it, TO_STRING_TAG, { configurable: true, value: TAG });\n }\n};\n","var wellKnownSymbol = require('../internals/well-known-symbol');\n\nvar TO_STRING_TAG = wellKnownSymbol('toStringTag');\nvar test = {};\n\ntest[TO_STRING_TAG] = 'z';\n\nmodule.exports = String(test) === '[object z]';\n","// `RequireObjectCoercible` abstract operation\n// https://tc39.github.io/ecma262/#sec-requireobjectcoercible\nmodule.exports = function (it) {\n if (it == undefined) throw TypeError(\"Can't call method on \" + it);\n return it;\n};\n","module.exports = function (it) {\n return typeof it === 'object' ? it !== null : typeof it === 'function';\n};\n","var global = require('../internals/global');\nvar createNonEnumerableProperty = require('../internals/create-non-enumerable-property');\nvar has = require('../internals/has');\nvar setGlobal = require('../internals/set-global');\nvar inspectSource = require('../internals/inspect-source');\nvar InternalStateModule = require('../internals/internal-state');\n\nvar getInternalState = InternalStateModule.get;\nvar enforceInternalState = InternalStateModule.enforce;\nvar TEMPLATE = String(String).split('String');\n\n(module.exports = function (O, key, value, options) {\n var unsafe = options ? !!options.unsafe : false;\n var simple = options ? !!options.enumerable : false;\n var noTargetGet = options ? !!options.noTargetGet : false;\n if (typeof value == 'function') {\n if (typeof key == 'string' && !has(value, 'name')) createNonEnumerableProperty(value, 'name', key);\n enforceInternalState(value).source = TEMPLATE.join(typeof key == 'string' ? key : '');\n }\n if (O === global) {\n if (simple) O[key] = value;\n else setGlobal(key, value);\n return;\n } else if (!unsafe) {\n delete O[key];\n } else if (!noTargetGet && O[key]) {\n simple = true;\n }\n if (simple) O[key] = value;\n else createNonEnumerableProperty(O, key, value);\n// add fake Function#toString for correct work wrapped methods / constructors with methods like LoDash isNative\n})(Function.prototype, 'toString', function toString() {\n return typeof this == 'function' && getInternalState(this).source || inspectSource(this);\n});\n","var ceil = Math.ceil;\nvar floor = Math.floor;\n\n// `ToInteger` abstract operation\n// https://tc39.github.io/ecma262/#sec-tointeger\nmodule.exports = function (argument) {\n return isNaN(argument = +argument) ? 0 : (argument > 0 ? floor : ceil)(argument);\n};\n","var fails = require('../internals/fails');\n\n// Thank's IE8 for his funny defineProperty\nmodule.exports = !fails(function () {\n return Object.defineProperty({}, 1, { get: function () { return 7; } })[1] != 7;\n});\n","module.exports = function (exec) {\n try {\n return !!exec();\n } catch (error) {\n return true;\n }\n};\n","var hasOwnProperty = {}.hasOwnProperty;\n\nmodule.exports = function (it, key) {\n return hasOwnProperty.call(it, key);\n};\n","var fails = require('../internals/fails');\n\n// Thank's IE8 for his funny defineProperty\nmodule.exports = !fails(function () {\n return Object.defineProperty({}, 1, { get: function () { return 7; } })[1] != 7;\n});\n","module.exports = function (it) {\n return typeof it === 'object' ? it !== null : typeof it === 'function';\n};\n","\"use strict\";\n\n/*\n MIT License http://www.opensource.org/licenses/mit-license.php\n Author Tobias Koppers @sokra\n*/\n// css base code, injected by the css-loader\n// eslint-disable-next-line func-names\nmodule.exports = function (useSourceMap) {\n var list = []; // return the list of modules as css string\n\n list.toString = function toString() {\n return this.map(function (item) {\n var content = cssWithMappingToString(item, useSourceMap);\n\n if (item[2]) {\n return \"@media \".concat(item[2], \" {\").concat(content, \"}\");\n }\n\n return content;\n }).join('');\n }; // import a list of modules into the list\n // eslint-disable-next-line func-names\n\n\n list.i = function (modules, mediaQuery) {\n if (typeof modules === 'string') {\n // eslint-disable-next-line no-param-reassign\n modules = [[null, modules, '']];\n }\n\n for (var i = 0; i < modules.length; i++) {\n var item = [].concat(modules[i]);\n\n if (mediaQuery) {\n if (!item[2]) {\n item[2] = mediaQuery;\n } else {\n item[2] = \"\".concat(mediaQuery, \" and \").concat(item[2]);\n }\n }\n\n list.push(item);\n }\n };\n\n return list;\n};\n\nfunction cssWithMappingToString(item, useSourceMap) {\n var content = item[1] || ''; // eslint-disable-next-line prefer-destructuring\n\n var cssMapping = item[3];\n\n if (!cssMapping) {\n return content;\n }\n\n if (useSourceMap && typeof btoa === 'function') {\n var sourceMapping = toComment(cssMapping);\n var sourceURLs = cssMapping.sources.map(function (source) {\n return \"/*# sourceURL=\".concat(cssMapping.sourceRoot || '').concat(source, \" */\");\n });\n return [content].concat(sourceURLs).concat([sourceMapping]).join('\\n');\n }\n\n return [content].join('\\n');\n} // Adapted from convert-source-map (MIT)\n\n\nfunction toComment(sourceMap) {\n // eslint-disable-next-line no-undef\n var base64 = btoa(unescape(encodeURIComponent(JSON.stringify(sourceMap))));\n var data = \"sourceMappingURL=data:application/json;charset=utf-8;base64,\".concat(base64);\n return \"/*# \".concat(data, \" */\");\n}","/**\n * Translates the list format produced by css-loader into something\n * easier to manipulate.\n */\nexport default function listToStyles (parentId, list) {\n var styles = []\n var newStyles = {}\n for (var i = 0; i < list.length; i++) {\n var item = list[i]\n var id = item[0]\n var css = item[1]\n var media = item[2]\n var sourceMap = item[3]\n var part = {\n id: parentId + ':' + i,\n css: css,\n media: media,\n sourceMap: sourceMap\n }\n if (!newStyles[id]) {\n styles.push(newStyles[id] = { id: id, parts: [part] })\n } else {\n newStyles[id].parts.push(part)\n }\n }\n return styles\n}\n","/*\n MIT License http://www.opensource.org/licenses/mit-license.php\n Author Tobias Koppers @sokra\n Modified by Evan You @yyx990803\n*/\n\nimport listToStyles from './listToStyles'\n\nvar hasDocument = typeof document !== 'undefined'\n\nif (typeof DEBUG !== 'undefined' && DEBUG) {\n if (!hasDocument) {\n throw new Error(\n 'vue-style-loader cannot be used in a non-browser environment. ' +\n \"Use { target: 'node' } in your Webpack config to indicate a server-rendering environment.\"\n ) }\n}\n\n/*\ntype StyleObject = {\n id: number;\n parts: Array<StyleObjectPart>\n}\n\ntype StyleObjectPart = {\n css: string;\n media: string;\n sourceMap: ?string\n}\n*/\n\nvar stylesInDom = {/*\n [id: number]: {\n id: number,\n refs: number,\n parts: Array<(obj?: StyleObjectPart) => void>\n }\n*/}\n\nvar head = hasDocument && (document.head || document.getElementsByTagName('head')[0])\nvar singletonElement = null\nvar singletonCounter = 0\nvar isProduction = false\nvar noop = function () {}\nvar options = null\nvar ssrIdKey = 'data-vue-ssr-id'\n\n// Force single-tag solution on IE6-9, which has a hard limit on the # of <style>\n// tags it will allow on a page\nvar isOldIE = typeof navigator !== 'undefined' && /msie [6-9]\\b/.test(navigator.userAgent.toLowerCase())\n\nexport default function addStylesClient (parentId, list, _isProduction, _options) {\n isProduction = _isProduction\n\n options = _options || {}\n\n var styles = listToStyles(parentId, list)\n addStylesToDom(styles)\n\n return function update (newList) {\n var mayRemove = []\n for (var i = 0; i < styles.length; i++) {\n var item = styles[i]\n var domStyle = stylesInDom[item.id]\n domStyle.refs--\n mayRemove.push(domStyle)\n }\n if (newList) {\n styles = listToStyles(parentId, newList)\n addStylesToDom(styles)\n } else {\n styles = []\n }\n for (var i = 0; i < mayRemove.length; i++) {\n var domStyle = mayRemove[i]\n if (domStyle.refs === 0) {\n for (var j = 0; j < domStyle.parts.length; j++) {\n domStyle.parts[j]()\n }\n delete stylesInDom[domStyle.id]\n }\n }\n }\n}\n\nfunction addStylesToDom (styles /* Array<StyleObject> */) {\n for (var i = 0; i < styles.length; i++) {\n var item = styles[i]\n var domStyle = stylesInDom[item.id]\n if (domStyle) {\n domStyle.refs++\n for (var j = 0; j < domStyle.parts.length; j++) {\n domStyle.parts[j](item.parts[j])\n }\n for (; j < item.parts.length; j++) {\n domStyle.parts.push(addStyle(item.parts[j]))\n }\n if (domStyle.parts.length > item.parts.length) {\n domStyle.parts.length = item.parts.length\n }\n } else {\n var parts = []\n for (var j = 0; j < item.parts.length; j++) {\n parts.push(addStyle(item.parts[j]))\n }\n stylesInDom[item.id] = { id: item.id, refs: 1, parts: parts }\n }\n }\n}\n\nfunction createStyleElement () {\n var styleElement = document.createElement('style')\n styleElement.type = 'text/css'\n head.appendChild(styleElement)\n return styleElement\n}\n\nfunction addStyle (obj /* StyleObjectPart */) {\n var update, remove\n var styleElement = document.querySelector('style[' + ssrIdKey + '~=\"' + obj.id + '\"]')\n\n if (styleElement) {\n if (isProduction) {\n // has SSR styles and in production mode.\n // simply do nothing.\n return noop\n } else {\n // has SSR styles but in dev mode.\n // for some reason Chrome can't handle source map in server-rendered\n // style tags - source maps in <style> only works if the style tag is\n // created and inserted dynamically. So we remove the server rendered\n // styles and inject new ones.\n styleElement.parentNode.removeChild(styleElement)\n }\n }\n\n if (isOldIE) {\n // use singleton mode for IE9.\n var styleIndex = singletonCounter++\n styleElement = singletonElement || (singletonElement = createStyleElement())\n update = applyToSingletonTag.bind(null, styleElement, styleIndex, false)\n remove = applyToSingletonTag.bind(null, styleElement, styleIndex, true)\n } else {\n // use multi-style-tag mode in all other cases\n styleElement = createStyleElement()\n update = applyToTag.bind(null, styleElement)\n remove = function () {\n styleElement.parentNode.removeChild(styleElement)\n }\n }\n\n update(obj)\n\n return function updateStyle (newObj /* StyleObjectPart */) {\n if (newObj) {\n if (newObj.css === obj.css &&\n newObj.media === obj.media &&\n newObj.sourceMap === obj.sourceMap) {\n return\n }\n update(obj = newObj)\n } else {\n remove()\n }\n }\n}\n\nvar replaceText = (function () {\n var textStore = []\n\n return function (index, replacement) {\n textStore[index] = replacement\n return textStore.filter(Boolean).join('\\n')\n }\n})()\n\nfunction applyToSingletonTag (styleElement, index, remove, obj) {\n var css = remove ? '' : obj.css\n\n if (styleElement.styleSheet) {\n styleElement.styleSheet.cssText = replaceText(index, css)\n } else {\n var cssNode = document.createTextNode(css)\n var childNodes = styleElement.childNodes\n if (childNodes[index]) styleElement.removeChild(childNodes[index])\n if (childNodes.length) {\n styleElement.insertBefore(cssNode, childNodes[index])\n } else {\n styleElement.appendChild(cssNode)\n }\n }\n}\n\nfunction applyToTag (styleElement, obj) {\n var css = obj.css\n var media = obj.media\n var sourceMap = obj.sourceMap\n\n if (media) {\n styleElement.setAttribute('media', media)\n }\n if (options.ssrId) {\n styleElement.setAttribute(ssrIdKey, obj.id)\n }\n\n if (sourceMap) {\n // https://developer.chrome.com/devtools/docs/javascript-debugging\n // this makes source maps inside style tags work properly in Chrome\n css += '\\n/*# sourceURL=' + sourceMap.sources[0] + ' */'\n // http://stackoverflow.com/a/26603875\n css += '\\n/*# sourceMappingURL=data:application/json;base64,' + btoa(unescape(encodeURIComponent(JSON.stringify(sourceMap)))) + ' */'\n }\n\n if (styleElement.styleSheet) {\n styleElement.styleSheet.cssText = css\n } else {\n while (styleElement.firstChild) {\n styleElement.removeChild(styleElement.firstChild)\n }\n styleElement.appendChild(document.createTextNode(css))\n }\n}\n","\"use strict\";\n\nObject.defineProperty(exports, \"__esModule\", {\n value: true\n});\nexports.getLocale = getLocale;\nexports.getLanguage = getLanguage;\nexports.translate = translate;\nexports.translatePlural = translatePlural;\nexports.getFirstDay = getFirstDay;\nexports.getDayNames = getDayNames;\nexports.getDayNamesShort = getDayNamesShort;\nexports.getDayNamesMin = getDayNamesMin;\nexports.getMonthNames = getMonthNames;\nexports.getMonthNamesShort = getMonthNamesShort;\n\n/// <reference types=\"@nextcloud/typings\" />\n\n/**\n * Returns the user's locale\n */\nfunction getLocale() {\n if (typeof OC === 'undefined') {\n console.warn('No OC found');\n return 'en';\n }\n\n return OC.getLocale();\n}\n/**\n * Returns the user's language\n */\n\n\nfunction getLanguage() {\n if (typeof OC === 'undefined') {\n console.warn('No OC found');\n return 'en';\n }\n\n return OC.getLanguage();\n}\n\n/**\n * Translate a string\n *\n * @param {string} app the id of the app for which to translate the string\n * @param {string} text the string to translate\n * @param {object} vars map of placeholder key to value\n * @param {number} number to replace %n with\n * @param {object} [options] options object\n * @return {string}\n */\nfunction translate(app, text, vars, count, options) {\n if (typeof OC === 'undefined') {\n console.warn('No OC found');\n return text;\n }\n\n return OC.L10N.translate(app, text, vars, count, options);\n}\n/**\n * Translate a plural string\n *\n * @param {string} app the id of the app for which to translate the string\n * @param {string} textSingular the string to translate for exactly one object\n * @param {string} textPlural the string to translate for n objects\n * @param {number} count number to determine whether to use singular or plural\n * @param {Object} vars of placeholder key to value\n * @param {object} options options object\n * @return {string}\n */\n\n\nfunction translatePlural(app, textSingular, textPlural, count, vars, options) {\n if (typeof OC === 'undefined') {\n console.warn('No OC found');\n return textSingular;\n }\n\n return OC.L10N.translatePlural(app, textSingular, textPlural, count, vars, options);\n}\n/**\n * Get the first day of the week\n *\n * @return {number}\n */\n\n\nfunction getFirstDay() {\n if (typeof window.firstDay === 'undefined') {\n console.warn('No firstDay found');\n return 1;\n }\n\n return window.firstDay;\n}\n/**\n * Get a list of day names (full names)\n *\n * @return {string[]}\n */\n\n\nfunction getDayNames() {\n if (typeof window.dayNames === 'undefined') {\n console.warn('No dayNames found');\n return ['Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday'];\n }\n\n return window.dayNames;\n}\n/**\n * Get a list of day names (short names)\n *\n * @return {string[]}\n */\n\n\nfunction getDayNamesShort() {\n if (typeof window.dayNamesShort === 'undefined') {\n console.warn('No dayNamesShort found');\n return ['Sun.', 'Mon.', 'Tue.', 'Wed.', 'Thu.', 'Fri.', 'Sat.'];\n }\n\n return window.dayNamesShort;\n}\n/**\n * Get a list of day names (minified names)\n *\n * @return {string[]}\n */\n\n\nfunction getDayNamesMin() {\n if (typeof window.dayNamesMin === 'undefined') {\n console.warn('No dayNamesMin found');\n return ['Su', 'Mo', 'Tu', 'We', 'Th', 'Fr', 'Sa'];\n }\n\n return window.dayNamesMin;\n}\n/**\n * Get a list of month names (full names)\n *\n * @return {string[]}\n */\n\n\nfunction getMonthNames() {\n if (typeof window.monthNames === 'undefined') {\n console.warn('No monthNames found');\n return ['January', 'February', 'March', 'April', 'May', 'June', 'July', 'August', 'September', 'October', 'November', 'December'];\n }\n\n return window.monthNames;\n}\n/**\n * Get a list of month names (short names)\n *\n * @return {string[]}\n */\n\n\nfunction getMonthNamesShort() {\n if (typeof window.monthNamesShort === 'undefined') {\n console.warn('No monthNamesShort found');\n return ['Jan.', 'Feb.', 'Mar.', 'Apr.', 'May.', 'Jun.', 'Jul.', 'Aug.', 'Sep.', 'Oct.', 'Nov.', 'Dec.'];\n }\n\n return window.monthNamesShort;\n}\n//# sourceMappingURL=index.js.map","var global = require('../internals/global');\nvar getOwnPropertyDescriptor = require('../internals/object-get-own-property-descriptor').f;\nvar createNonEnumerableProperty = require('../internals/create-non-enumerable-property');\nvar redefine = require('../internals/redefine');\nvar setGlobal = require('../internals/set-global');\nvar copyConstructorProperties = require('../internals/copy-constructor-properties');\nvar isForced = require('../internals/is-forced');\n\n/*\n options.target - name of the target object\n options.global - target is the global object\n options.stat - export as static methods of target\n options.proto - export as prototype methods of target\n options.real - real prototype method for the `pure` version\n options.forced - export even if the native feature is available\n options.bind - bind methods to the target, required for the `pure` version\n options.wrap - wrap constructors to preventing global pollution, required for the `pure` version\n options.unsafe - use the simple assignment of property instead of delete + defineProperty\n options.sham - add a flag to not completely full polyfills\n options.enumerable - export as enumerable property\n options.noTargetGet - prevent calling a getter on target\n*/\nmodule.exports = function (options, source) {\n var TARGET = options.target;\n var GLOBAL = options.global;\n var STATIC = options.stat;\n var FORCED, target, key, targetProperty, sourceProperty, descriptor;\n if (GLOBAL) {\n target = global;\n } else if (STATIC) {\n target = global[TARGET] || setGlobal(TARGET, {});\n } else {\n target = (global[TARGET] || {}).prototype;\n }\n if (target) for (key in source) {\n sourceProperty = source[key];\n if (options.noTargetGet) {\n descriptor = getOwnPropertyDescriptor(target, key);\n targetProperty = descriptor && descriptor.value;\n } else targetProperty = target[key];\n FORCED = isForced(GLOBAL ? key : TARGET + (STATIC ? '.' : '#') + key, options.forced);\n // contained in target\n if (!FORCED && targetProperty !== undefined) {\n if (typeof sourceProperty === typeof targetProperty) continue;\n copyConstructorProperties(sourceProperty, targetProperty);\n }\n // add a flag to not completely full polyfills\n if (options.sham || (targetProperty && targetProperty.sham)) {\n createNonEnumerableProperty(sourceProperty, 'sham', true);\n }\n // extend global\n redefine(target, key, sourceProperty, options);\n }\n};\n","// toObject with fallback for non-array-like ES3 strings\nvar IndexedObject = require('../internals/indexed-object');\nvar requireObjectCoercible = require('../internals/require-object-coercible');\n\nmodule.exports = function (it) {\n return IndexedObject(requireObjectCoercible(it));\n};\n","var toString = {}.toString;\n\nmodule.exports = function (it) {\n return toString.call(it).slice(8, -1);\n};\n","var global = require('../internals/global');\nvar createNonEnumerableProperty = require('../internals/create-non-enumerable-property');\n\nmodule.exports = function (key, value) {\n try {\n createNonEnumerableProperty(global, key, value);\n } catch (error) {\n global[key] = value;\n } return value;\n};\n","var wellKnownSymbol = require('../internals/well-known-symbol');\n\nvar TO_STRING_TAG = wellKnownSymbol('toStringTag');\nvar test = {};\n\ntest[TO_STRING_TAG] = 'z';\n\nmodule.exports = String(test) === '[object z]';\n","var global = require('../internals/global');\nvar shared = require('../internals/shared');\nvar has = require('../internals/has');\nvar uid = require('../internals/uid');\nvar NATIVE_SYMBOL = require('../internals/native-symbol');\nvar USE_SYMBOL_AS_UID = require('../internals/use-symbol-as-uid');\n\nvar WellKnownSymbolsStore = shared('wks');\nvar Symbol = global.Symbol;\nvar createWellKnownSymbol = USE_SYMBOL_AS_UID ? Symbol : Symbol && Symbol.withoutSetter || uid;\n\nmodule.exports = function (name) {\n if (!has(WellKnownSymbolsStore, name)) {\n if (NATIVE_SYMBOL && has(Symbol, name)) WellKnownSymbolsStore[name] = Symbol[name];\n else WellKnownSymbolsStore[name] = createWellKnownSymbol('Symbol.' + name);\n } return WellKnownSymbolsStore[name];\n};\n","'use strict';\nvar regexpFlags = require('./regexp-flags');\nvar stickyHelpers = require('./regexp-sticky-helpers');\n\nvar nativeExec = RegExp.prototype.exec;\n// This always refers to the native implementation, because the\n// String#replace polyfill uses ./fix-regexp-well-known-symbol-logic.js,\n// which loads this file before patching the method.\nvar nativeReplace = String.prototype.replace;\n\nvar patchedExec = nativeExec;\n\nvar UPDATES_LAST_INDEX_WRONG = (function () {\n var re1 = /a/;\n var re2 = /b*/g;\n nativeExec.call(re1, 'a');\n nativeExec.call(re2, 'a');\n return re1.lastIndex !== 0 || re2.lastIndex !== 0;\n})();\n\nvar UNSUPPORTED_Y = stickyHelpers.UNSUPPORTED_Y || stickyHelpers.BROKEN_CARET;\n\n// nonparticipating capturing group, copied from es5-shim's String#split patch.\nvar NPCG_INCLUDED = /()??/.exec('')[1] !== undefined;\n\nvar PATCH = UPDATES_LAST_INDEX_WRONG || NPCG_INCLUDED || UNSUPPORTED_Y;\n\nif (PATCH) {\n patchedExec = function exec(str) {\n var re = this;\n var lastIndex, reCopy, match, i;\n var sticky = UNSUPPORTED_Y && re.sticky;\n var flags = regexpFlags.call(re);\n var source = re.source;\n var charsAdded = 0;\n var strCopy = str;\n\n if (sticky) {\n flags = flags.replace('y', '');\n if (flags.indexOf('g') === -1) {\n flags += 'g';\n }\n\n strCopy = String(str).slice(re.lastIndex);\n // Support anchored sticky behavior.\n if (re.lastIndex > 0 && (!re.multiline || re.multiline && str[re.lastIndex - 1] !== '\\n')) {\n source = '(?: ' + source + ')';\n strCopy = ' ' + strCopy;\n charsAdded++;\n }\n // ^(? + rx + ) is needed, in combination with some str slicing, to\n // simulate the 'y' flag.\n reCopy = new RegExp('^(?:' + source + ')', flags);\n }\n\n if (NPCG_INCLUDED) {\n reCopy = new RegExp('^' + source + '$(?!\\\\s)', flags);\n }\n if (UPDATES_LAST_INDEX_WRONG) lastIndex = re.lastIndex;\n\n match = nativeExec.call(sticky ? reCopy : re, strCopy);\n\n if (sticky) {\n if (match) {\n match.input = match.input.slice(charsAdded);\n match[0] = match[0].slice(charsAdded);\n match.index = re.lastIndex;\n re.lastIndex += match[0].length;\n } else re.lastIndex = 0;\n } else if (UPDATES_LAST_INDEX_WRONG && match) {\n re.lastIndex = re.global ? match.index + match[0].length : lastIndex;\n }\n if (NPCG_INCLUDED && match && match.length > 1) {\n // Fix browsers whose `exec` methods don't consistently return `undefined`\n // for NPCG, like IE8. NOTE: This doesn' work for /(.?)?/\n nativeReplace.call(match[0], reCopy, function () {\n for (i = 1; i < arguments.length - 2; i++) {\n if (arguments[i] === undefined) match[i] = undefined;\n }\n });\n }\n\n return match;\n };\n}\n\nmodule.exports = patchedExec;\n","var fails = require('../internals/fails');\n\n// Thank's IE8 for his funny defineProperty\nmodule.exports = !fails(function () {\n return Object.defineProperty({}, 1, { get: function () { return 7; } })[1] != 7;\n});\n","var DESCRIPTORS = require('../internals/descriptors');\nvar definePropertyModule = require('../internals/object-define-property');\nvar createPropertyDescriptor = require('../internals/create-property-descriptor');\n\nmodule.exports = DESCRIPTORS ? function (object, key, value) {\n return definePropertyModule.f(object, key, createPropertyDescriptor(1, value));\n} : function (object, key, value) {\n object[key] = value;\n return object;\n};\n","// shim for using process in browser\nvar process = module.exports = {};\n\n// cached from whatever global is present so that test runners that stub it\n// don't break things. But we need to wrap it in a try catch in case it is\n// wrapped in strict mode code which doesn't define any globals. It's inside a\n// function because try/catches deoptimize in certain engines.\n\nvar cachedSetTimeout;\nvar cachedClearTimeout;\n\nfunction defaultSetTimout() {\n throw new Error('setTimeout has not been defined');\n}\nfunction defaultClearTimeout () {\n throw new Error('clearTimeout has not been defined');\n}\n(function () {\n try {\n if (typeof setTimeout === 'function') {\n cachedSetTimeout = setTimeout;\n } else {\n cachedSetTimeout = defaultSetTimout;\n }\n } catch (e) {\n cachedSetTimeout = defaultSetTimout;\n }\n try {\n if (typeof clearTimeout === 'function') {\n cachedClearTimeout = clearTimeout;\n } else {\n cachedClearTimeout = defaultClearTimeout;\n }\n } catch (e) {\n cachedClearTimeout = defaultClearTimeout;\n }\n} ())\nfunction runTimeout(fun) {\n if (cachedSetTimeout === setTimeout) {\n //normal enviroments in sane situations\n return setTimeout(fun, 0);\n }\n // if setTimeout wasn't available but was latter defined\n if ((cachedSetTimeout === defaultSetTimout || !cachedSetTimeout) && setTimeout) {\n cachedSetTimeout = setTimeout;\n return setTimeout(fun, 0);\n }\n try {\n // when when somebody has screwed with setTimeout but no I.E. maddness\n return cachedSetTimeout(fun, 0);\n } catch(e){\n try {\n // When we are in I.E. but the script has been evaled so I.E. doesn't trust the global object when called normally\n return cachedSetTimeout.call(null, fun, 0);\n } catch(e){\n // same as above but when it's a version of I.E. that must have the global object for 'this', hopfully our context correct otherwise it will throw a global error\n return cachedSetTimeout.call(this, fun, 0);\n }\n }\n\n\n}\nfunction runClearTimeout(marker) {\n if (cachedClearTimeout === clearTimeout) {\n //normal enviroments in sane situations\n return clearTimeout(marker);\n }\n // if clearTimeout wasn't available but was latter defined\n if ((cachedClearTimeout === defaultClearTimeout || !cachedClearTimeout) && clearTimeout) {\n cachedClearTimeout = clearTimeout;\n return clearTimeout(marker);\n }\n try {\n // when when somebody has screwed with setTimeout but no I.E. maddness\n return cachedClearTimeout(marker);\n } catch (e){\n try {\n // When we are in I.E. but the script has been evaled so I.E. doesn't trust the global object when called normally\n return cachedClearTimeout.call(null, marker);\n } catch (e){\n // same as above but when it's a version of I.E. that must have the global object for 'this', hopfully our context correct otherwise it will throw a global error.\n // Some versions of I.E. have different rules for clearTimeout vs setTimeout\n return cachedClearTimeout.call(this, marker);\n }\n }\n\n\n\n}\nvar queue = [];\nvar draining = false;\nvar currentQueue;\nvar queueIndex = -1;\n\nfunction cleanUpNextTick() {\n if (!draining || !currentQueue) {\n return;\n }\n draining = false;\n if (currentQueue.length) {\n queue = currentQueue.concat(queue);\n } else {\n queueIndex = -1;\n }\n if (queue.length) {\n drainQueue();\n }\n}\n\nfunction drainQueue() {\n if (draining) {\n return;\n }\n var timeout = runTimeout(cleanUpNextTick);\n draining = true;\n\n var len = queue.length;\n while(len) {\n currentQueue = queue;\n queue = [];\n while (++queueIndex < len) {\n if (currentQueue) {\n currentQueue[queueIndex].run();\n }\n }\n queueIndex = -1;\n len = queue.length;\n }\n currentQueue = null;\n draining = false;\n runClearTimeout(timeout);\n}\n\nprocess.nextTick = function (fun) {\n var args = new Array(arguments.length - 1);\n if (arguments.length > 1) {\n for (var i = 1; i < arguments.length; i++) {\n args[i - 1] = arguments[i];\n }\n }\n queue.push(new Item(fun, args));\n if (queue.length === 1 && !draining) {\n runTimeout(drainQueue);\n }\n};\n\n// v8 likes predictible objects\nfunction Item(fun, array) {\n this.fun = fun;\n this.array = array;\n}\nItem.prototype.run = function () {\n this.fun.apply(null, this.array);\n};\nprocess.title = 'browser';\nprocess.browser = true;\nprocess.env = {};\nprocess.argv = [];\nprocess.version = ''; // empty string to avoid regexp issues\nprocess.versions = {};\n\nfunction noop() {}\n\nprocess.on = noop;\nprocess.addListener = noop;\nprocess.once = noop;\nprocess.off = noop;\nprocess.removeListener = noop;\nprocess.removeAllListeners = noop;\nprocess.emit = noop;\nprocess.prependListener = noop;\nprocess.prependOnceListener = noop;\n\nprocess.listeners = function (name) { return [] }\n\nprocess.binding = function (name) {\n throw new Error('process.binding is not supported');\n};\n\nprocess.cwd = function () { return '/' };\nprocess.chdir = function (dir) {\n throw new Error('process.chdir is not supported');\n};\nprocess.umask = function() { return 0; };\n","var DESCRIPTORS = require('../internals/descriptors');\nvar propertyIsEnumerableModule = require('../internals/object-property-is-enumerable');\nvar createPropertyDescriptor = require('../internals/create-property-descriptor');\nvar toIndexedObject = require('../internals/to-indexed-object');\nvar toPrimitive = require('../internals/to-primitive');\nvar has = require('../internals/has');\nvar IE8_DOM_DEFINE = require('../internals/ie8-dom-define');\n\nvar nativeGetOwnPropertyDescriptor = Object.getOwnPropertyDescriptor;\n\n// `Object.getOwnPropertyDescriptor` method\n// https://tc39.github.io/ecma262/#sec-object.getownpropertydescriptor\nexports.f = DESCRIPTORS ? nativeGetOwnPropertyDescriptor : function getOwnPropertyDescriptor(O, P) {\n O = toIndexedObject(O);\n P = toPrimitive(P, true);\n if (IE8_DOM_DEFINE) try {\n return nativeGetOwnPropertyDescriptor(O, P);\n } catch (error) { /* empty */ }\n if (has(O, P)) return createPropertyDescriptor(!propertyIsEnumerableModule.f.call(O, P), O[P]);\n};\n","var fails = require('../internals/fails');\nvar classof = require('../internals/classof-raw');\n\nvar split = ''.split;\n\n// fallback for non-array-like ES3 and non-enumerable old V8 strings\nmodule.exports = fails(function () {\n // throws an error in rhino, see https://github.com/mozilla/rhino/issues/346\n // eslint-disable-next-line no-prototype-builtins\n return !Object('z').propertyIsEnumerable(0);\n}) ? function (it) {\n return classof(it) == 'String' ? split.call(it, '') : Object(it);\n} : Object;\n","var DESCRIPTORS = require('../internals/descriptors');\nvar fails = require('../internals/fails');\nvar createElement = require('../internals/document-create-element');\n\n// Thank's IE8 for his funny defineProperty\nmodule.exports = !DESCRIPTORS && !fails(function () {\n return Object.defineProperty(createElement('div'), 'a', {\n get: function () { return 7; }\n }).a != 7;\n});\n","var global = require('../internals/global');\nvar isObject = require('../internals/is-object');\n\nvar document = global.document;\n// typeof document.createElement is 'object' in old IE\nvar EXISTS = isObject(document) && isObject(document.createElement);\n\nmodule.exports = function (it) {\n return EXISTS ? document.createElement(it) : {};\n};\n","var store = require('../internals/shared-store');\n\nvar functionToString = Function.toString;\n\n// this helper broken in `3.4.1-3.4.4`, so we can't use `shared` helper\nif (typeof store.inspectSource != 'function') {\n store.inspectSource = function (it) {\n return functionToString.call(it);\n };\n}\n\nmodule.exports = store.inspectSource;\n","var global = require('../internals/global');\nvar setGlobal = require('../internals/set-global');\n\nvar SHARED = '__core-js_shared__';\nvar store = global[SHARED] || setGlobal(SHARED, {});\n\nmodule.exports = store;\n","var IS_PURE = require('../internals/is-pure');\nvar store = require('../internals/shared-store');\n\n(module.exports = function (key, value) {\n return store[key] || (store[key] = value !== undefined ? value : {});\n})('versions', []).push({\n version: '3.6.4',\n mode: IS_PURE ? 'pure' : 'global',\n copyright: '© 2020 Denis Pushkarev (zloirock.ru)'\n});\n","var has = require('../internals/has');\nvar toIndexedObject = require('../internals/to-indexed-object');\nvar indexOf = require('../internals/array-includes').indexOf;\nvar hiddenKeys = require('../internals/hidden-keys');\n\nmodule.exports = function (object, names) {\n var O = toIndexedObject(object);\n var i = 0;\n var result = [];\n var key;\n for (key in O) !has(hiddenKeys, key) && has(O, key) && result.push(key);\n // Don't enum bug & hidden keys\n while (names.length > i) if (has(O, key = names[i++])) {\n ~indexOf(result, key) || result.push(key);\n }\n return result;\n};\n","var fails = require('../internals/fails');\n\nvar replacement = /#|\\.prototype\\./;\n\nvar isForced = function (feature, detection) {\n var value = data[normalize(feature)];\n return value == POLYFILL ? true\n : value == NATIVE ? false\n : typeof detection == 'function' ? fails(detection)\n : !!detection;\n};\n\nvar normalize = isForced.normalize = function (string) {\n return String(string).replace(replacement, '.').toLowerCase();\n};\n\nvar data = isForced.data = {};\nvar NATIVE = isForced.NATIVE = 'N';\nvar POLYFILL = isForced.POLYFILL = 'P';\n\nmodule.exports = isForced;\n","var classof = require('../internals/classof-raw');\n\n// `IsArray` abstract operation\n// https://tc39.github.io/ecma262/#sec-isarray\nmodule.exports = Array.isArray || function isArray(arg) {\n return classof(arg) == 'Array';\n};\n","var isObject = require('../internals/is-object');\nvar isArray = require('../internals/is-array');\nvar wellKnownSymbol = require('../internals/well-known-symbol');\n\nvar SPECIES = wellKnownSymbol('species');\n\n// `ArraySpeciesCreate` abstract operation\n// https://tc39.github.io/ecma262/#sec-arrayspeciescreate\nmodule.exports = function (originalArray, length) {\n var C;\n if (isArray(originalArray)) {\n C = originalArray.constructor;\n // cross-realm fallback\n if (typeof C == 'function' && (C === Array || isArray(C.prototype))) C = undefined;\n else if (isObject(C)) {\n C = C[SPECIES];\n if (C === null) C = undefined;\n }\n } return new (C === undefined ? Array : C)(length === 0 ? 0 : length);\n};\n","var fails = require('../internals/fails');\n\nmodule.exports = !!Object.getOwnPropertySymbols && !fails(function () {\n // Chrome 38 Symbol has incorrect toString conversion\n // eslint-disable-next-line no-undef\n return !String(Symbol());\n});\n","var fails = require('../internals/fails');\nvar wellKnownSymbol = require('../internals/well-known-symbol');\nvar V8_VERSION = require('../internals/engine-v8-version');\n\nvar SPECIES = wellKnownSymbol('species');\n\nmodule.exports = function (METHOD_NAME) {\n // We can't use this feature detection in V8 since it causes\n // deoptimization and serious performance degradation\n // https://github.com/zloirock/core-js/issues/677\n return V8_VERSION >= 51 || !fails(function () {\n var array = [];\n var constructor = array.constructor = {};\n constructor[SPECIES] = function () {\n return { foo: 1 };\n };\n return array[METHOD_NAME](Boolean).foo !== 1;\n });\n};\n","var global = require('../internals/global');\nvar userAgent = require('../internals/engine-user-agent');\n\nvar process = global.process;\nvar versions = process && process.versions;\nvar v8 = versions && versions.v8;\nvar match, version;\n\nif (v8) {\n match = v8.split('.');\n version = match[0] + match[1];\n} else if (userAgent) {\n match = userAgent.match(/Edge\\/(\\d+)/);\n if (!match || match[1] >= 74) {\n match = userAgent.match(/Chrome\\/(\\d+)/);\n if (match) version = match[1];\n }\n}\n\nmodule.exports = version && +version;\n","var bind = require('../internals/function-bind-context');\nvar IndexedObject = require('../internals/indexed-object');\nvar toObject = require('../internals/to-object');\nvar toLength = require('../internals/to-length');\nvar arraySpeciesCreate = require('../internals/array-species-create');\n\nvar push = [].push;\n\n// `Array.prototype.{ forEach, map, filter, some, every, find, findIndex }` methods implementation\nvar createMethod = function (TYPE) {\n var IS_MAP = TYPE == 1;\n var IS_FILTER = TYPE == 2;\n var IS_SOME = TYPE == 3;\n var IS_EVERY = TYPE == 4;\n var IS_FIND_INDEX = TYPE == 6;\n var NO_HOLES = TYPE == 5 || IS_FIND_INDEX;\n return function ($this, callbackfn, that, specificCreate) {\n var O = toObject($this);\n var self = IndexedObject(O);\n var boundFunction = bind(callbackfn, that, 3);\n var length = toLength(self.length);\n var index = 0;\n var create = specificCreate || arraySpeciesCreate;\n var target = IS_MAP ? create($this, length) : IS_FILTER ? create($this, 0) : undefined;\n var value, result;\n for (;length > index; index++) if (NO_HOLES || index in self) {\n value = self[index];\n result = boundFunction(value, index, O);\n if (TYPE) {\n if (IS_MAP) target[index] = result; // map\n else if (result) switch (TYPE) {\n case 3: return true; // some\n case 5: return value; // find\n case 6: return index; // findIndex\n case 2: push.call(target, value); // filter\n } else if (IS_EVERY) return false; // every\n }\n }\n return IS_FIND_INDEX ? -1 : IS_SOME || IS_EVERY ? IS_EVERY : target;\n };\n};\n\nmodule.exports = {\n // `Array.prototype.forEach` method\n // https://tc39.github.io/ecma262/#sec-array.prototype.foreach\n forEach: createMethod(0),\n // `Array.prototype.map` method\n // https://tc39.github.io/ecma262/#sec-array.prototype.map\n map: createMethod(1),\n // `Array.prototype.filter` method\n // https://tc39.github.io/ecma262/#sec-array.prototype.filter\n filter: createMethod(2),\n // `Array.prototype.some` method\n // https://tc39.github.io/ecma262/#sec-array.prototype.some\n some: createMethod(3),\n // `Array.prototype.every` method\n // https://tc39.github.io/ecma262/#sec-array.prototype.every\n every: createMethod(4),\n // `Array.prototype.find` method\n // https://tc39.github.io/ecma262/#sec-array.prototype.find\n find: createMethod(5),\n // `Array.prototype.findIndex` method\n // https://tc39.github.io/ecma262/#sec-array.prototype.findIndex\n findIndex: createMethod(6)\n};\n","var DESCRIPTORS = require('../internals/descriptors');\nvar fails = require('../internals/fails');\nvar has = require('../internals/has');\n\nvar defineProperty = Object.defineProperty;\nvar cache = {};\n\nvar thrower = function (it) { throw it; };\n\nmodule.exports = function (METHOD_NAME, options) {\n if (has(cache, METHOD_NAME)) return cache[METHOD_NAME];\n if (!options) options = {};\n var method = [][METHOD_NAME];\n var ACCESSORS = has(options, 'ACCESSORS') ? options.ACCESSORS : false;\n var argument0 = has(options, 0) ? options[0] : thrower;\n var argument1 = has(options, 1) ? options[1] : undefined;\n\n return cache[METHOD_NAME] = !!method && !fails(function () {\n if (ACCESSORS && !DESCRIPTORS) return true;\n var O = { length: -1 };\n\n if (ACCESSORS) defineProperty(O, 1, { enumerable: true, get: thrower });\n else O[1] = 1;\n\n method.call(O, argument0, argument1);\n });\n};\n","'use strict';\nvar $forEach = require('../internals/array-iteration').forEach;\nvar arrayMethodIsStrict = require('../internals/array-method-is-strict');\nvar arrayMethodUsesToLength = require('../internals/array-method-uses-to-length');\n\nvar STRICT_METHOD = arrayMethodIsStrict('forEach');\nvar USES_TO_LENGTH = arrayMethodUsesToLength('forEach');\n\n// `Array.prototype.forEach` method implementation\n// https://tc39.github.io/ecma262/#sec-array.prototype.foreach\nmodule.exports = (!STRICT_METHOD || !USES_TO_LENGTH) ? function forEach(callbackfn /* , thisArg */) {\n return $forEach(this, callbackfn, arguments.length > 1 ? arguments[1] : undefined);\n} : [].forEach;\n","'use strict';\nvar toIndexedObject = require('../internals/to-indexed-object');\nvar addToUnscopables = require('../internals/add-to-unscopables');\nvar Iterators = require('../internals/iterators');\nvar InternalStateModule = require('../internals/internal-state');\nvar defineIterator = require('../internals/define-iterator');\n\nvar ARRAY_ITERATOR = 'Array Iterator';\nvar setInternalState = InternalStateModule.set;\nvar getInternalState = InternalStateModule.getterFor(ARRAY_ITERATOR);\n\n// `Array.prototype.entries` method\n// https://tc39.github.io/ecma262/#sec-array.prototype.entries\n// `Array.prototype.keys` method\n// https://tc39.github.io/ecma262/#sec-array.prototype.keys\n// `Array.prototype.values` method\n// https://tc39.github.io/ecma262/#sec-array.prototype.values\n// `Array.prototype[@@iterator]` method\n// https://tc39.github.io/ecma262/#sec-array.prototype-@@iterator\n// `CreateArrayIterator` internal method\n// https://tc39.github.io/ecma262/#sec-createarrayiterator\nmodule.exports = defineIterator(Array, 'Array', function (iterated, kind) {\n setInternalState(this, {\n type: ARRAY_ITERATOR,\n target: toIndexedObject(iterated), // target\n index: 0, // next index\n kind: kind // kind\n });\n// `%ArrayIteratorPrototype%.next` method\n// https://tc39.github.io/ecma262/#sec-%arrayiteratorprototype%.next\n}, function () {\n var state = getInternalState(this);\n var target = state.target;\n var kind = state.kind;\n var index = state.index++;\n if (!target || index >= target.length) {\n state.target = undefined;\n return { value: undefined, done: true };\n }\n if (kind == 'keys') return { value: index, done: false };\n if (kind == 'values') return { value: target[index], done: false };\n return { value: [index, target[index]], done: false };\n}, 'values');\n\n// argumentsList[@@iterator] is %ArrayProto_values%\n// https://tc39.github.io/ecma262/#sec-createunmappedargumentsobject\n// https://tc39.github.io/ecma262/#sec-createmappedargumentsobject\nIterators.Arguments = Iterators.Array;\n\n// https://tc39.github.io/ecma262/#sec-array.prototype-@@unscopables\naddToUnscopables('keys');\naddToUnscopables('values');\naddToUnscopables('entries');\n","'use strict';\nvar getPrototypeOf = require('../internals/object-get-prototype-of');\nvar createNonEnumerableProperty = require('../internals/create-non-enumerable-property');\nvar has = require('../internals/has');\nvar wellKnownSymbol = require('../internals/well-known-symbol');\nvar IS_PURE = require('../internals/is-pure');\n\nvar ITERATOR = wellKnownSymbol('iterator');\nvar BUGGY_SAFARI_ITERATORS = false;\n\nvar returnThis = function () { return this; };\n\n// `%IteratorPrototype%` object\n// https://tc39.github.io/ecma262/#sec-%iteratorprototype%-object\nvar IteratorPrototype, PrototypeOfArrayIteratorPrototype, arrayIterator;\n\nif ([].keys) {\n arrayIterator = [].keys();\n // Safari 8 has buggy iterators w/o `next`\n if (!('next' in arrayIterator)) BUGGY_SAFARI_ITERATORS = true;\n else {\n PrototypeOfArrayIteratorPrototype = getPrototypeOf(getPrototypeOf(arrayIterator));\n if (PrototypeOfArrayIteratorPrototype !== Object.prototype) IteratorPrototype = PrototypeOfArrayIteratorPrototype;\n }\n}\n\nif (IteratorPrototype == undefined) IteratorPrototype = {};\n\n// 25.1.2.1.1 %IteratorPrototype%[@@iterator]()\nif (!IS_PURE && !has(IteratorPrototype, ITERATOR)) {\n createNonEnumerableProperty(IteratorPrototype, ITERATOR, returnThis);\n}\n\nmodule.exports = {\n IteratorPrototype: IteratorPrototype,\n BUGGY_SAFARI_ITERATORS: BUGGY_SAFARI_ITERATORS\n};\n","var has = require('../internals/has');\nvar toObject = require('../internals/to-object');\nvar sharedKey = require('../internals/shared-key');\nvar CORRECT_PROTOTYPE_GETTER = require('../internals/correct-prototype-getter');\n\nvar IE_PROTO = sharedKey('IE_PROTO');\nvar ObjectPrototype = Object.prototype;\n\n// `Object.getPrototypeOf` method\n// https://tc39.github.io/ecma262/#sec-object.getprototypeof\nmodule.exports = CORRECT_PROTOTYPE_GETTER ? Object.getPrototypeOf : function (O) {\n O = toObject(O);\n if (has(O, IE_PROTO)) return O[IE_PROTO];\n if (typeof O.constructor == 'function' && O instanceof O.constructor) {\n return O.constructor.prototype;\n } return O instanceof Object ? ObjectPrototype : null;\n};\n","var anObject = require('../internals/an-object');\nvar aPossiblePrototype = require('../internals/a-possible-prototype');\n\n// `Object.setPrototypeOf` method\n// https://tc39.github.io/ecma262/#sec-object.setprototypeof\n// Works with __proto__ only. Old v8 can't work with null proto objects.\n/* eslint-disable no-proto */\nmodule.exports = Object.setPrototypeOf || ('__proto__' in {} ? function () {\n var CORRECT_SETTER = false;\n var test = {};\n var setter;\n try {\n setter = Object.getOwnPropertyDescriptor(Object.prototype, '__proto__').set;\n setter.call(test, []);\n CORRECT_SETTER = test instanceof Array;\n } catch (error) { /* empty */ }\n return function setPrototypeOf(O, proto) {\n anObject(O);\n aPossiblePrototype(proto);\n if (CORRECT_SETTER) setter.call(O, proto);\n else O.__proto__ = proto;\n return O;\n };\n}() : undefined);\n","var hiddenKeys = require('../internals/hidden-keys');\nvar isObject = require('../internals/is-object');\nvar has = require('../internals/has');\nvar defineProperty = require('../internals/object-define-property').f;\nvar uid = require('../internals/uid');\nvar FREEZING = require('../internals/freezing');\n\nvar METADATA = uid('meta');\nvar id = 0;\n\nvar isExtensible = Object.isExtensible || function () {\n return true;\n};\n\nvar setMetadata = function (it) {\n defineProperty(it, METADATA, { value: {\n objectID: 'O' + ++id, // object ID\n weakData: {} // weak collections IDs\n } });\n};\n\nvar fastKey = function (it, create) {\n // return a primitive with prefix\n if (!isObject(it)) return typeof it == 'symbol' ? it : (typeof it == 'string' ? 'S' : 'P') + it;\n if (!has(it, METADATA)) {\n // can't set metadata to uncaught frozen object\n if (!isExtensible(it)) return 'F';\n // not necessary to add metadata\n if (!create) return 'E';\n // add missing metadata\n setMetadata(it);\n // return object ID\n } return it[METADATA].objectID;\n};\n\nvar getWeakData = function (it, create) {\n if (!has(it, METADATA)) {\n // can't set metadata to uncaught frozen object\n if (!isExtensible(it)) return true;\n // not necessary to add metadata\n if (!create) return false;\n // add missing metadata\n setMetadata(it);\n // return the store of weak collections IDs\n } return it[METADATA].weakData;\n};\n\n// add metadata on freeze-family methods calling\nvar onFreeze = function (it) {\n if (FREEZING && meta.REQUIRED && isExtensible(it) && !has(it, METADATA)) setMetadata(it);\n return it;\n};\n\nvar meta = module.exports = {\n REQUIRED: false,\n fastKey: fastKey,\n getWeakData: getWeakData,\n onFreeze: onFreeze\n};\n\nhiddenKeys[METADATA] = true;\n","var anObject = require('../internals/an-object');\nvar isArrayIteratorMethod = require('../internals/is-array-iterator-method');\nvar toLength = require('../internals/to-length');\nvar bind = require('../internals/function-bind-context');\nvar getIteratorMethod = require('../internals/get-iterator-method');\nvar callWithSafeIterationClosing = require('../internals/call-with-safe-iteration-closing');\n\nvar Result = function (stopped, result) {\n this.stopped = stopped;\n this.result = result;\n};\n\nvar iterate = module.exports = function (iterable, fn, that, AS_ENTRIES, IS_ITERATOR) {\n var boundFunction = bind(fn, that, AS_ENTRIES ? 2 : 1);\n var iterator, iterFn, index, length, result, next, step;\n\n if (IS_ITERATOR) {\n iterator = iterable;\n } else {\n iterFn = getIteratorMethod(iterable);\n if (typeof iterFn != 'function') throw TypeError('Target is not iterable');\n // optimisation for array iterators\n if (isArrayIteratorMethod(iterFn)) {\n for (index = 0, length = toLength(iterable.length); length > index; index++) {\n result = AS_ENTRIES\n ? boundFunction(anObject(step = iterable[index])[0], step[1])\n : boundFunction(iterable[index]);\n if (result && result instanceof Result) return result;\n } return new Result(false);\n }\n iterator = iterFn.call(iterable);\n }\n\n next = iterator.next;\n while (!(step = next.call(iterator)).done) {\n result = callWithSafeIterationClosing(iterator, boundFunction, step.value, AS_ENTRIES);\n if (typeof result == 'object' && result && result instanceof Result) return result;\n } return new Result(false);\n};\n\niterate.stop = function (result) {\n return new Result(true, result);\n};\n","var TO_STRING_TAG_SUPPORT = require('../internals/to-string-tag-support');\nvar classofRaw = require('../internals/classof-raw');\nvar wellKnownSymbol = require('../internals/well-known-symbol');\n\nvar TO_STRING_TAG = wellKnownSymbol('toStringTag');\n// ES3 wrong here\nvar CORRECT_ARGUMENTS = classofRaw(function () { return arguments; }()) == 'Arguments';\n\n// fallback for IE11 Script Access Denied error\nvar tryGet = function (it, key) {\n try {\n return it[key];\n } catch (error) { /* empty */ }\n};\n\n// getting tag from ES6+ `Object.prototype.toString`\nmodule.exports = TO_STRING_TAG_SUPPORT ? classofRaw : function (it) {\n var O, tag, result;\n return it === undefined ? 'Undefined' : it === null ? 'Null'\n // @@toStringTag case\n : typeof (tag = tryGet(O = Object(it), TO_STRING_TAG)) == 'string' ? tag\n // builtinTag case\n : CORRECT_ARGUMENTS ? classofRaw(O)\n // ES3 arguments fallback\n : (result = classofRaw(O)) == 'Object' && typeof O.callee == 'function' ? 'Arguments' : result;\n};\n","module.exports = function (it, Constructor, name) {\n if (!(it instanceof Constructor)) {\n throw TypeError('Incorrect ' + (name ? name + ' ' : '') + 'invocation');\n } return it;\n};\n","// iterable DOM collections\n// flag - `iterable` interface - 'entries', 'keys', 'values', 'forEach' methods\nmodule.exports = {\n CSSRuleList: 0,\n CSSStyleDeclaration: 0,\n CSSValueList: 0,\n ClientRectList: 0,\n DOMRectList: 0,\n DOMStringList: 0,\n DOMTokenList: 1,\n DataTransferItemList: 0,\n FileList: 0,\n HTMLAllCollection: 0,\n HTMLCollection: 0,\n HTMLFormElement: 0,\n HTMLSelectElement: 0,\n MediaList: 0,\n MimeTypeArray: 0,\n NamedNodeMap: 0,\n NodeList: 1,\n PaintRequestList: 0,\n Plugin: 0,\n PluginArray: 0,\n SVGLengthList: 0,\n SVGNumberList: 0,\n SVGPathSegList: 0,\n SVGPointList: 0,\n SVGStringList: 0,\n SVGTransformList: 0,\n SourceBufferList: 0,\n StyleSheetList: 0,\n TextTrackCueList: 0,\n TextTrackList: 0,\n TouchList: 0\n};\n","module.exports = function (it) {\n return typeof it === 'object' ? it !== null : typeof it === 'function';\n};\n","var DESCRIPTORS = require('../internals/descriptors');\nvar definePropertyModule = require('../internals/object-define-property');\nvar createPropertyDescriptor = require('../internals/create-property-descriptor');\n\nmodule.exports = DESCRIPTORS ? function (object, key, value) {\n return definePropertyModule.f(object, key, createPropertyDescriptor(1, value));\n} : function (object, key, value) {\n object[key] = value;\n return object;\n};\n","var DESCRIPTORS = require('../internals/descriptors');\nvar definePropertyModule = require('../internals/object-define-property');\nvar createPropertyDescriptor = require('../internals/create-property-descriptor');\n\nmodule.exports = DESCRIPTORS ? function (object, key, value) {\n return definePropertyModule.f(object, key, createPropertyDescriptor(1, value));\n} : function (object, key, value) {\n object[key] = value;\n return object;\n};\n","module.exports = function (bitmap, value) {\n return {\n enumerable: !(bitmap & 1),\n configurable: !(bitmap & 2),\n writable: !(bitmap & 4),\n value: value\n };\n};\n","// toObject with fallback for non-array-like ES3 strings\nvar IndexedObject = require('../internals/indexed-object');\nvar requireObjectCoercible = require('../internals/require-object-coercible');\n\nmodule.exports = function (it) {\n return IndexedObject(requireObjectCoercible(it));\n};\n","var isObject = require('../internals/is-object');\n\n// `ToPrimitive` abstract operation\n// https://tc39.github.io/ecma262/#sec-toprimitive\n// instead of the ES6 spec version, we didn't implement @@toPrimitive case\n// and the second argument - flag - preferred type is a string\nmodule.exports = function (input, PREFERRED_STRING) {\n if (!isObject(input)) return input;\n var fn, val;\n if (PREFERRED_STRING && typeof (fn = input.toString) == 'function' && !isObject(val = fn.call(input))) return val;\n if (typeof (fn = input.valueOf) == 'function' && !isObject(val = fn.call(input))) return val;\n if (!PREFERRED_STRING && typeof (fn = input.toString) == 'function' && !isObject(val = fn.call(input))) return val;\n throw TypeError(\"Can't convert object to primitive value\");\n};\n","var DESCRIPTORS = require('../internals/descriptors');\nvar IE8_DOM_DEFINE = require('../internals/ie8-dom-define');\nvar anObject = require('../internals/an-object');\nvar toPrimitive = require('../internals/to-primitive');\n\nvar nativeDefineProperty = Object.defineProperty;\n\n// `Object.defineProperty` method\n// https://tc39.github.io/ecma262/#sec-object.defineproperty\nexports.f = DESCRIPTORS ? nativeDefineProperty : function defineProperty(O, P, Attributes) {\n anObject(O);\n P = toPrimitive(P, true);\n anObject(Attributes);\n if (IE8_DOM_DEFINE) try {\n return nativeDefineProperty(O, P, Attributes);\n } catch (error) { /* empty */ }\n if ('get' in Attributes || 'set' in Attributes) throw TypeError('Accessors not supported');\n if ('value' in Attributes) O[P] = Attributes.value;\n return O;\n};\n","var global = require('../internals/global');\nvar createNonEnumerableProperty = require('../internals/create-non-enumerable-property');\n\nmodule.exports = function (key, value) {\n try {\n createNonEnumerableProperty(global, key, value);\n } catch (error) {\n global[key] = value;\n } return value;\n};\n","var global = require('../internals/global');\nvar shared = require('../internals/shared');\nvar has = require('../internals/has');\nvar uid = require('../internals/uid');\nvar NATIVE_SYMBOL = require('../internals/native-symbol');\nvar USE_SYMBOL_AS_UID = require('../internals/use-symbol-as-uid');\n\nvar WellKnownSymbolsStore = shared('wks');\nvar Symbol = global.Symbol;\nvar createWellKnownSymbol = USE_SYMBOL_AS_UID ? Symbol : Symbol && Symbol.withoutSetter || uid;\n\nmodule.exports = function (name) {\n if (!has(WellKnownSymbolsStore, name)) {\n if (NATIVE_SYMBOL && has(Symbol, name)) WellKnownSymbolsStore[name] = Symbol[name];\n else WellKnownSymbolsStore[name] = createWellKnownSymbol('Symbol.' + name);\n } return WellKnownSymbolsStore[name];\n};\n","var DESCRIPTORS = require('../internals/descriptors');\nvar propertyIsEnumerableModule = require('../internals/object-property-is-enumerable');\nvar createPropertyDescriptor = require('../internals/create-property-descriptor');\nvar toIndexedObject = require('../internals/to-indexed-object');\nvar toPrimitive = require('../internals/to-primitive');\nvar has = require('../internals/has');\nvar IE8_DOM_DEFINE = require('../internals/ie8-dom-define');\n\nvar nativeGetOwnPropertyDescriptor = Object.getOwnPropertyDescriptor;\n\n// `Object.getOwnPropertyDescriptor` method\n// https://tc39.github.io/ecma262/#sec-object.getownpropertydescriptor\nexports.f = DESCRIPTORS ? nativeGetOwnPropertyDescriptor : function getOwnPropertyDescriptor(O, P) {\n O = toIndexedObject(O);\n P = toPrimitive(P, true);\n if (IE8_DOM_DEFINE) try {\n return nativeGetOwnPropertyDescriptor(O, P);\n } catch (error) { /* empty */ }\n if (has(O, P)) return createPropertyDescriptor(!propertyIsEnumerableModule.f.call(O, P), O[P]);\n};\n","'use strict';\nvar nativePropertyIsEnumerable = {}.propertyIsEnumerable;\nvar getOwnPropertyDescriptor = Object.getOwnPropertyDescriptor;\n\n// Nashorn ~ JDK8 bug\nvar NASHORN_BUG = getOwnPropertyDescriptor && !nativePropertyIsEnumerable.call({ 1: 2 }, 1);\n\n// `Object.prototype.propertyIsEnumerable` method implementation\n// https://tc39.github.io/ecma262/#sec-object.prototype.propertyisenumerable\nexports.f = NASHORN_BUG ? function propertyIsEnumerable(V) {\n var descriptor = getOwnPropertyDescriptor(this, V);\n return !!descriptor && descriptor.enumerable;\n} : nativePropertyIsEnumerable;\n","module.exports = function (bitmap, value) {\n return {\n enumerable: !(bitmap & 1),\n configurable: !(bitmap & 2),\n writable: !(bitmap & 4),\n value: value\n };\n};\n","var fails = require('../internals/fails');\nvar classof = require('../internals/classof-raw');\n\nvar split = ''.split;\n\n// fallback for non-array-like ES3 and non-enumerable old V8 strings\nmodule.exports = fails(function () {\n // throws an error in rhino, see https://github.com/mozilla/rhino/issues/346\n // eslint-disable-next-line no-prototype-builtins\n return !Object('z').propertyIsEnumerable(0);\n}) ? function (it) {\n return classof(it) == 'String' ? split.call(it, '') : Object(it);\n} : Object;\n","var isObject = require('../internals/is-object');\n\n// `ToPrimitive` abstract operation\n// https://tc39.github.io/ecma262/#sec-toprimitive\n// instead of the ES6 spec version, we didn't implement @@toPrimitive case\n// and the second argument - flag - preferred type is a string\nmodule.exports = function (input, PREFERRED_STRING) {\n if (!isObject(input)) return input;\n var fn, val;\n if (PREFERRED_STRING && typeof (fn = input.toString) == 'function' && !isObject(val = fn.call(input))) return val;\n if (typeof (fn = input.valueOf) == 'function' && !isObject(val = fn.call(input))) return val;\n if (!PREFERRED_STRING && typeof (fn = input.toString) == 'function' && !isObject(val = fn.call(input))) return val;\n throw TypeError(\"Can't convert object to primitive value\");\n};\n","var DESCRIPTORS = require('../internals/descriptors');\nvar fails = require('../internals/fails');\nvar createElement = require('../internals/document-create-element');\n\n// Thank's IE8 for his funny defineProperty\nmodule.exports = !DESCRIPTORS && !fails(function () {\n return Object.defineProperty(createElement('div'), 'a', {\n get: function () { return 7; }\n }).a != 7;\n});\n","var DESCRIPTORS = require('../internals/descriptors');\nvar IE8_DOM_DEFINE = require('../internals/ie8-dom-define');\nvar anObject = require('../internals/an-object');\nvar toPrimitive = require('../internals/to-primitive');\n\nvar nativeDefineProperty = Object.defineProperty;\n\n// `Object.defineProperty` method\n// https://tc39.github.io/ecma262/#sec-object.defineproperty\nexports.f = DESCRIPTORS ? nativeDefineProperty : function defineProperty(O, P, Attributes) {\n anObject(O);\n P = toPrimitive(P, true);\n anObject(Attributes);\n if (IE8_DOM_DEFINE) try {\n return nativeDefineProperty(O, P, Attributes);\n } catch (error) { /* empty */ }\n if ('get' in Attributes || 'set' in Attributes) throw TypeError('Accessors not supported');\n if ('value' in Attributes) O[P] = Attributes.value;\n return O;\n};\n","var store = require('../internals/shared-store');\n\nvar functionToString = Function.toString;\n\n// this helper broken in `3.4.1-3.4.4`, so we can't use `shared` helper\nif (typeof store.inspectSource != 'function') {\n store.inspectSource = function (it) {\n return functionToString.call(it);\n };\n}\n\nmodule.exports = store.inspectSource;\n","var global = require('../internals/global');\nvar setGlobal = require('../internals/set-global');\n\nvar SHARED = '__core-js_shared__';\nvar store = global[SHARED] || setGlobal(SHARED, {});\n\nmodule.exports = store;\n","var IS_PURE = require('../internals/is-pure');\nvar store = require('../internals/shared-store');\n\n(module.exports = function (key, value) {\n return store[key] || (store[key] = value !== undefined ? value : {});\n})('versions', []).push({\n version: '3.6.4',\n mode: IS_PURE ? 'pure' : 'global',\n copyright: '© 2020 Denis Pushkarev (zloirock.ru)'\n});\n","var id = 0;\nvar postfix = Math.random();\n\nmodule.exports = function (key) {\n return 'Symbol(' + String(key === undefined ? '' : key) + ')_' + (++id + postfix).toString(36);\n};\n","module.exports = {};\n","var has = require('../internals/has');\nvar toIndexedObject = require('../internals/to-indexed-object');\nvar indexOf = require('../internals/array-includes').indexOf;\nvar hiddenKeys = require('../internals/hidden-keys');\n\nmodule.exports = function (object, names) {\n var O = toIndexedObject(object);\n var i = 0;\n var result = [];\n var key;\n for (key in O) !has(hiddenKeys, key) && has(O, key) && result.push(key);\n // Don't enum bug & hidden keys\n while (names.length > i) if (has(O, key = names[i++])) {\n ~indexOf(result, key) || result.push(key);\n }\n return result;\n};\n","var toIndexedObject = require('../internals/to-indexed-object');\nvar toLength = require('../internals/to-length');\nvar toAbsoluteIndex = require('../internals/to-absolute-index');\n\n// `Array.prototype.{ indexOf, includes }` methods implementation\nvar createMethod = function (IS_INCLUDES) {\n return function ($this, el, fromIndex) {\n var O = toIndexedObject($this);\n var length = toLength(O.length);\n var index = toAbsoluteIndex(fromIndex, length);\n var value;\n // Array#includes uses SameValueZero equality algorithm\n // eslint-disable-next-line no-self-compare\n if (IS_INCLUDES && el != el) while (length > index) {\n value = O[index++];\n // eslint-disable-next-line no-self-compare\n if (value != value) return true;\n // Array#indexOf ignores holes, Array#includes - not\n } else for (;length > index; index++) {\n if ((IS_INCLUDES || index in O) && O[index] === el) return IS_INCLUDES || index || 0;\n } return !IS_INCLUDES && -1;\n };\n};\n\nmodule.exports = {\n // `Array.prototype.includes` method\n // https://tc39.github.io/ecma262/#sec-array.prototype.includes\n includes: createMethod(true),\n // `Array.prototype.indexOf` method\n // https://tc39.github.io/ecma262/#sec-array.prototype.indexof\n indexOf: createMethod(false)\n};\n","var toInteger = require('../internals/to-integer');\n\nvar min = Math.min;\n\n// `ToLength` abstract operation\n// https://tc39.github.io/ecma262/#sec-tolength\nmodule.exports = function (argument) {\n return argument > 0 ? min(toInteger(argument), 0x1FFFFFFFFFFFFF) : 0; // 2 ** 53 - 1 == 9007199254740991\n};\n","// IE8- don't enum bug keys\nmodule.exports = [\n 'constructor',\n 'hasOwnProperty',\n 'isPrototypeOf',\n 'propertyIsEnumerable',\n 'toLocaleString',\n 'toString',\n 'valueOf'\n];\n","exports.f = Object.getOwnPropertySymbols;\n","var requireObjectCoercible = require('../internals/require-object-coercible');\n\n// `ToObject` abstract operation\n// https://tc39.github.io/ecma262/#sec-toobject\nmodule.exports = function (argument) {\n return Object(requireObjectCoercible(argument));\n};\n","var fails = require('../internals/fails');\n\nmodule.exports = !!Object.getOwnPropertySymbols && !fails(function () {\n // Chrome 38 Symbol has incorrect toString conversion\n // eslint-disable-next-line no-undef\n return !String(Symbol());\n});\n","'use strict';\nvar $ = require('../internals/export');\nvar exec = require('../internals/regexp-exec');\n\n$({ target: 'RegExp', proto: true, forced: /./.exec !== exec }, {\n exec: exec\n});\n","'use strict';\nvar anObject = require('../internals/an-object');\n\n// `RegExp.prototype.flags` getter implementation\n// https://tc39.github.io/ecma262/#sec-get-regexp.prototype.flags\nmodule.exports = function () {\n var that = anObject(this);\n var result = '';\n if (that.global) result += 'g';\n if (that.ignoreCase) result += 'i';\n if (that.multiline) result += 'm';\n if (that.dotAll) result += 's';\n if (that.unicode) result += 'u';\n if (that.sticky) result += 'y';\n return result;\n};\n","// toObject with fallback for non-array-like ES3 strings\nvar IndexedObject = require('../internals/indexed-object');\nvar requireObjectCoercible = require('../internals/require-object-coercible');\n\nmodule.exports = function (it) {\n return IndexedObject(requireObjectCoercible(it));\n};\n","var global = require('../internals/global');\nvar createNonEnumerableProperty = require('../internals/create-non-enumerable-property');\n\nmodule.exports = function (key, value) {\n try {\n createNonEnumerableProperty(global, key, value);\n } catch (error) {\n global[key] = value;\n } return value;\n};\n","// toObject with fallback for non-array-like ES3 strings\nvar IndexedObject = require('../internals/indexed-object');\nvar requireObjectCoercible = require('../internals/require-object-coercible');\n\nmodule.exports = function (it) {\n return IndexedObject(requireObjectCoercible(it));\n};\n","var global = require('../internals/global');\nvar createNonEnumerableProperty = require('../internals/create-non-enumerable-property');\n\nmodule.exports = function (key, value) {\n try {\n createNonEnumerableProperty(global, key, value);\n } catch (error) {\n global[key] = value;\n } return value;\n};\n","/* globals __VUE_SSR_CONTEXT__ */\n\n// IMPORTANT: Do NOT use ES2015 features in this file (except for modules).\n// This module is a runtime utility for cleaner component module output and will\n// be included in the final webpack user bundle.\n\nexport default function normalizeComponent (\n scriptExports,\n render,\n staticRenderFns,\n functionalTemplate,\n injectStyles,\n scopeId,\n moduleIdentifier, /* server only */\n shadowMode /* vue-cli only */\n) {\n // Vue.extend constructor export interop\n var options = typeof scriptExports === 'function'\n ? scriptExports.options\n : scriptExports\n\n // render functions\n if (render) {\n options.render = render\n options.staticRenderFns = staticRenderFns\n options._compiled = true\n }\n\n // functional template\n if (functionalTemplate) {\n options.functional = true\n }\n\n // scopedId\n if (scopeId) {\n options._scopeId = 'data-v-' + scopeId\n }\n\n var hook\n if (moduleIdentifier) { // server build\n hook = function (context) {\n // 2.3 injection\n context =\n context || // cached call\n (this.$vnode && this.$vnode.ssrContext) || // stateful\n (this.parent && this.parent.$vnode && this.parent.$vnode.ssrContext) // functional\n // 2.2 with runInNewContext: true\n if (!context && typeof __VUE_SSR_CONTEXT__ !== 'undefined') {\n context = __VUE_SSR_CONTEXT__\n }\n // inject component styles\n if (injectStyles) {\n injectStyles.call(this, context)\n }\n // register component module identifier for async chunk inferrence\n if (context && context._registeredComponents) {\n context._registeredComponents.add(moduleIdentifier)\n }\n }\n // used by ssr in case component is cached and beforeCreate\n // never gets called\n options._ssrRegister = hook\n } else if (injectStyles) {\n hook = shadowMode\n ? function () { injectStyles.call(this, this.$root.$options.shadowRoot) }\n : injectStyles\n }\n\n if (hook) {\n if (options.functional) {\n // for template-only hot-reload because in that case the render fn doesn't\n // go through the normalizer\n options._injectStyles = hook\n // register for functional component in vue file\n var originalRender = options.render\n options.render = function renderWithStyleInjection (h, context) {\n hook.call(context)\n return originalRender(h, context)\n }\n } else {\n // inject component registration as beforeCreate hook\n var existing = options.beforeCreate\n options.beforeCreate = existing\n ? [].concat(existing, hook)\n : [hook]\n }\n }\n\n return {\n exports: scriptExports,\n options: options\n }\n}\n","\"use strict\";\n\nrequire(\"core-js/modules/es.object.assign\");\n\nObject.defineProperty(exports, \"__esModule\", {\n value: true\n});\nexports.default = void 0;\n\nvar _axios = _interopRequireDefault(require(\"axios\"));\n\nvar _auth = require(\"@nextcloud/auth\");\n\nfunction _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }\n\nvar client = _axios.default.create({\n headers: {\n requesttoken: (0, _auth.getRequestToken)()\n }\n});\n\nvar cancelableClient = Object.assign(client, {\n CancelToken: _axios.default.CancelToken,\n isCancel: _axios.default.isCancel\n});\n(0, _auth.onRequestTokenUpdate)(function (token) {\n return client.defaults.headers.requesttoken = token;\n});\nvar _default = cancelableClient;\nexports.default = _default;\n//# sourceMappingURL=index.js.map","\"use strict\";\n\nObject.defineProperty(exports, \"__esModule\", {\n value: true\n});\nObject.defineProperty(exports, \"getRequestToken\", {\n enumerable: true,\n get: function get() {\n return _requesttoken.getRequestToken;\n }\n});\nObject.defineProperty(exports, \"onRequestTokenUpdate\", {\n enumerable: true,\n get: function get() {\n return _requesttoken.onRequestTokenUpdate;\n }\n});\nObject.defineProperty(exports, \"getCurrentUser\", {\n enumerable: true,\n get: function get() {\n return _user.getCurrentUser;\n }\n});\n\nvar _requesttoken = require(\"./requesttoken\");\n\nvar _user = require(\"./user\");\n//# sourceMappingURL=index.js.map","\"use strict\";\n\nObject.defineProperty(exports, \"__esModule\", {\n value: true\n});\nexports.ProxyBus = void 0;\n\nvar _semver = _interopRequireDefault(require(\"semver\"));\n\nfunction _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }\n\nfunction _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError(\"Cannot call a class as a function\"); } }\n\nfunction _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if (\"value\" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } }\n\nfunction _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); return Constructor; }\n\nfunction _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }\n\nvar packageJson = {\n name: \"@nextcloud/event-bus\",\n version: \"1.1.3\",\n description: \"\",\n main: \"dist/index.js\",\n types: \"dist/index.d.ts\",\n scripts: {\n build: \"babel ./lib --out-dir dist --extensions '.ts,.tsx' --source-maps && tsc --emitDeclarationOnly\",\n \"build:doc\": \"typedoc --excludeNotExported --mode file --out dist/doc lib/index.ts && touch dist/doc/.nojekyll\",\n \"check-types\": \"tsc\",\n dev: \"babel ./lib --out-dir dist --extensions '.ts,.tsx' --watch\",\n test: \"jest\",\n \"test:watch\": \"jest --watchAll\"\n },\n keywords: [\"nextcloud\"],\n homepage: \"https://github.com/nextcloud/nextcloud-event-bus#readme\",\n author: \"Christoph Wurst\",\n license: \"GPL-3.0-or-later\",\n repository: {\n type: \"git\",\n url: \"https://github.com/nextcloud/nextcloud-event-bus\"\n },\n dependencies: {\n \"@types/semver\": \"^6.2.1\",\n \"core-js\": \"^3.6.2\",\n semver: \"^6.3.0\"\n },\n devDependencies: {\n \"@babel/cli\": \"^7.6.0\",\n \"@babel/core\": \"^7.6.0\",\n \"@babel/plugin-proposal-class-properties\": \"^7.5.5\",\n \"@babel/preset-env\": \"^7.6.0\",\n \"@babel/preset-typescript\": \"^7.6.0\",\n \"@nextcloud/browserslist-config\": \"^1.0.0\",\n \"babel-jest\": \"^25.1.0\",\n \"babel-plugin-inline-json-import\": \"^0.3.2\",\n jest: \"^25.1.0\",\n typedoc: \"^0.16.7\",\n typescript: \"^3.6.3\"\n },\n browserslist: [\"extends @nextcloud/browserslist-config\"]\n};\n\nvar ProxyBus = /*#__PURE__*/function () {\n function ProxyBus(bus) {\n _classCallCheck(this, ProxyBus);\n\n _defineProperty(this, \"bus\", void 0);\n\n if (typeof bus.getVersion !== 'function' || !_semver.default.valid(bus.getVersion())) {\n console.warn('Proxying an event bus with an unknown or invalid version');\n } else if (_semver.default.major(bus.getVersion()) !== _semver.default.major(this.getVersion())) {\n console.warn('Proxying an event bus of version ' + bus.getVersion() + ' with ' + this.getVersion());\n }\n\n this.bus = bus;\n }\n\n _createClass(ProxyBus, [{\n key: \"getVersion\",\n value: function getVersion() {\n return packageJson.version;\n }\n }, {\n key: \"subscribe\",\n value: function subscribe(name, handler) {\n this.bus.subscribe(name, handler);\n }\n }, {\n key: \"unsubscribe\",\n value: function unsubscribe(name, handler) {\n this.bus.unsubscribe(name, handler);\n }\n }, {\n key: \"emit\",\n value: function emit(name, event) {\n this.bus.emit(name, event);\n }\n }]);\n\n return ProxyBus;\n}();\n\nexports.ProxyBus = ProxyBus;\n//# sourceMappingURL=ProxyBus.js.map","exports = module.exports = SemVer\n\nvar debug\n/* istanbul ignore next */\nif (typeof process === 'object' &&\n process.env &&\n process.env.NODE_DEBUG &&\n /\\bsemver\\b/i.test(process.env.NODE_DEBUG)) {\n debug = function () {\n var args = Array.prototype.slice.call(arguments, 0)\n args.unshift('SEMVER')\n console.log.apply(console, args)\n }\n} else {\n debug = function () {}\n}\n\n// Note: this is the semver.org version of the spec that it implements\n// Not necessarily the package version of this code.\nexports.SEMVER_SPEC_VERSION = '2.0.0'\n\nvar MAX_LENGTH = 256\nvar MAX_SAFE_INTEGER = Number.MAX_SAFE_INTEGER ||\n /* istanbul ignore next */ 9007199254740991\n\n// Max safe segment length for coercion.\nvar MAX_SAFE_COMPONENT_LENGTH = 16\n\n// The actual regexps go on exports.re\nvar re = exports.re = []\nvar src = exports.src = []\nvar t = exports.tokens = {}\nvar R = 0\n\nfunction tok (n) {\n t[n] = R++\n}\n\n// The following Regular Expressions can be used for tokenizing,\n// validating, and parsing SemVer version strings.\n\n// ## Numeric Identifier\n// A single `0`, or a non-zero digit followed by zero or more digits.\n\ntok('NUMERICIDENTIFIER')\nsrc[t.NUMERICIDENTIFIER] = '0|[1-9]\\\\d*'\ntok('NUMERICIDENTIFIERLOOSE')\nsrc[t.NUMERICIDENTIFIERLOOSE] = '[0-9]+'\n\n// ## Non-numeric Identifier\n// Zero or more digits, followed by a letter or hyphen, and then zero or\n// more letters, digits, or hyphens.\n\ntok('NONNUMERICIDENTIFIER')\nsrc[t.NONNUMERICIDENTIFIER] = '\\\\d*[a-zA-Z-][a-zA-Z0-9-]*'\n\n// ## Main Version\n// Three dot-separated numeric identifiers.\n\ntok('MAINVERSION')\nsrc[t.MAINVERSION] = '(' + src[t.NUMERICIDENTIFIER] + ')\\\\.' +\n '(' + src[t.NUMERICIDENTIFIER] + ')\\\\.' +\n '(' + src[t.NUMERICIDENTIFIER] + ')'\n\ntok('MAINVERSIONLOOSE')\nsrc[t.MAINVERSIONLOOSE] = '(' + src[t.NUMERICIDENTIFIERLOOSE] + ')\\\\.' +\n '(' + src[t.NUMERICIDENTIFIERLOOSE] + ')\\\\.' +\n '(' + src[t.NUMERICIDENTIFIERLOOSE] + ')'\n\n// ## Pre-release Version Identifier\n// A numeric identifier, or a non-numeric identifier.\n\ntok('PRERELEASEIDENTIFIER')\nsrc[t.PRERELEASEIDENTIFIER] = '(?:' + src[t.NUMERICIDENTIFIER] +\n '|' + src[t.NONNUMERICIDENTIFIER] + ')'\n\ntok('PRERELEASEIDENTIFIERLOOSE')\nsrc[t.PRERELEASEIDENTIFIERLOOSE] = '(?:' + src[t.NUMERICIDENTIFIERLOOSE] +\n '|' + src[t.NONNUMERICIDENTIFIER] + ')'\n\n// ## Pre-release Version\n// Hyphen, followed by one or more dot-separated pre-release version\n// identifiers.\n\ntok('PRERELEASE')\nsrc[t.PRERELEASE] = '(?:-(' + src[t.PRERELEASEIDENTIFIER] +\n '(?:\\\\.' + src[t.PRERELEASEIDENTIFIER] + ')*))'\n\ntok('PRERELEASELOOSE')\nsrc[t.PRERELEASELOOSE] = '(?:-?(' + src[t.PRERELEASEIDENTIFIERLOOSE] +\n '(?:\\\\.' + src[t.PRERELEASEIDENTIFIERLOOSE] + ')*))'\n\n// ## Build Metadata Identifier\n// Any combination of digits, letters, or hyphens.\n\ntok('BUILDIDENTIFIER')\nsrc[t.BUILDIDENTIFIER] = '[0-9A-Za-z-]+'\n\n// ## Build Metadata\n// Plus sign, followed by one or more period-separated build metadata\n// identifiers.\n\ntok('BUILD')\nsrc[t.BUILD] = '(?:\\\\+(' + src[t.BUILDIDENTIFIER] +\n '(?:\\\\.' + src[t.BUILDIDENTIFIER] + ')*))'\n\n// ## Full Version String\n// A main version, followed optionally by a pre-release version and\n// build metadata.\n\n// Note that the only major, minor, patch, and pre-release sections of\n// the version string are capturing groups. The build metadata is not a\n// capturing group, because it should not ever be used in version\n// comparison.\n\ntok('FULL')\ntok('FULLPLAIN')\nsrc[t.FULLPLAIN] = 'v?' + src[t.MAINVERSION] +\n src[t.PRERELEASE] + '?' +\n src[t.BUILD] + '?'\n\nsrc[t.FULL] = '^' + src[t.FULLPLAIN] + '$'\n\n// like full, but allows v1.2.3 and =1.2.3, which people do sometimes.\n// also, 1.0.0alpha1 (prerelease without the hyphen) which is pretty\n// common in the npm registry.\ntok('LOOSEPLAIN')\nsrc[t.LOOSEPLAIN] = '[v=\\\\s]*' + src[t.MAINVERSIONLOOSE] +\n src[t.PRERELEASELOOSE] + '?' +\n src[t.BUILD] + '?'\n\ntok('LOOSE')\nsrc[t.LOOSE] = '^' + src[t.LOOSEPLAIN] + '$'\n\ntok('GTLT')\nsrc[t.GTLT] = '((?:<|>)?=?)'\n\n// Something like \"2.*\" or \"1.2.x\".\n// Note that \"x.x\" is a valid xRange identifer, meaning \"any version\"\n// Only the first item is strictly required.\ntok('XRANGEIDENTIFIERLOOSE')\nsrc[t.XRANGEIDENTIFIERLOOSE] = src[t.NUMERICIDENTIFIERLOOSE] + '|x|X|\\\\*'\ntok('XRANGEIDENTIFIER')\nsrc[t.XRANGEIDENTIFIER] = src[t.NUMERICIDENTIFIER] + '|x|X|\\\\*'\n\ntok('XRANGEPLAIN')\nsrc[t.XRANGEPLAIN] = '[v=\\\\s]*(' + src[t.XRANGEIDENTIFIER] + ')' +\n '(?:\\\\.(' + src[t.XRANGEIDENTIFIER] + ')' +\n '(?:\\\\.(' + src[t.XRANGEIDENTIFIER] + ')' +\n '(?:' + src[t.PRERELEASE] + ')?' +\n src[t.BUILD] + '?' +\n ')?)?'\n\ntok('XRANGEPLAINLOOSE')\nsrc[t.XRANGEPLAINLOOSE] = '[v=\\\\s]*(' + src[t.XRANGEIDENTIFIERLOOSE] + ')' +\n '(?:\\\\.(' + src[t.XRANGEIDENTIFIERLOOSE] + ')' +\n '(?:\\\\.(' + src[t.XRANGEIDENTIFIERLOOSE] + ')' +\n '(?:' + src[t.PRERELEASELOOSE] + ')?' +\n src[t.BUILD] + '?' +\n ')?)?'\n\ntok('XRANGE')\nsrc[t.XRANGE] = '^' + src[t.GTLT] + '\\\\s*' + src[t.XRANGEPLAIN] + '$'\ntok('XRANGELOOSE')\nsrc[t.XRANGELOOSE] = '^' + src[t.GTLT] + '\\\\s*' + src[t.XRANGEPLAINLOOSE] + '$'\n\n// Coercion.\n// Extract anything that could conceivably be a part of a valid semver\ntok('COERCE')\nsrc[t.COERCE] = '(^|[^\\\\d])' +\n '(\\\\d{1,' + MAX_SAFE_COMPONENT_LENGTH + '})' +\n '(?:\\\\.(\\\\d{1,' + MAX_SAFE_COMPONENT_LENGTH + '}))?' +\n '(?:\\\\.(\\\\d{1,' + MAX_SAFE_COMPONENT_LENGTH + '}))?' +\n '(?:$|[^\\\\d])'\ntok('COERCERTL')\nre[t.COERCERTL] = new RegExp(src[t.COERCE], 'g')\n\n// Tilde ranges.\n// Meaning is \"reasonably at or greater than\"\ntok('LONETILDE')\nsrc[t.LONETILDE] = '(?:~>?)'\n\ntok('TILDETRIM')\nsrc[t.TILDETRIM] = '(\\\\s*)' + src[t.LONETILDE] + '\\\\s+'\nre[t.TILDETRIM] = new RegExp(src[t.TILDETRIM], 'g')\nvar tildeTrimReplace = '$1~'\n\ntok('TILDE')\nsrc[t.TILDE] = '^' + src[t.LONETILDE] + src[t.XRANGEPLAIN] + '$'\ntok('TILDELOOSE')\nsrc[t.TILDELOOSE] = '^' + src[t.LONETILDE] + src[t.XRANGEPLAINLOOSE] + '$'\n\n// Caret ranges.\n// Meaning is \"at least and backwards compatible with\"\ntok('LONECARET')\nsrc[t.LONECARET] = '(?:\\\\^)'\n\ntok('CARETTRIM')\nsrc[t.CARETTRIM] = '(\\\\s*)' + src[t.LONECARET] + '\\\\s+'\nre[t.CARETTRIM] = new RegExp(src[t.CARETTRIM], 'g')\nvar caretTrimReplace = '$1^'\n\ntok('CARET')\nsrc[t.CARET] = '^' + src[t.LONECARET] + src[t.XRANGEPLAIN] + '$'\ntok('CARETLOOSE')\nsrc[t.CARETLOOSE] = '^' + src[t.LONECARET] + src[t.XRANGEPLAINLOOSE] + '$'\n\n// A simple gt/lt/eq thing, or just \"\" to indicate \"any version\"\ntok('COMPARATORLOOSE')\nsrc[t.COMPARATORLOOSE] = '^' + src[t.GTLT] + '\\\\s*(' + src[t.LOOSEPLAIN] + ')$|^$'\ntok('COMPARATOR')\nsrc[t.COMPARATOR] = '^' + src[t.GTLT] + '\\\\s*(' + src[t.FULLPLAIN] + ')$|^$'\n\n// An expression to strip any whitespace between the gtlt and the thing\n// it modifies, so that `> 1.2.3` ==> `>1.2.3`\ntok('COMPARATORTRIM')\nsrc[t.COMPARATORTRIM] = '(\\\\s*)' + src[t.GTLT] +\n '\\\\s*(' + src[t.LOOSEPLAIN] + '|' + src[t.XRANGEPLAIN] + ')'\n\n// this one has to use the /g flag\nre[t.COMPARATORTRIM] = new RegExp(src[t.COMPARATORTRIM], 'g')\nvar comparatorTrimReplace = '$1$2$3'\n\n// Something like `1.2.3 - 1.2.4`\n// Note that these all use the loose form, because they'll be\n// checked against either the strict or loose comparator form\n// later.\ntok('HYPHENRANGE')\nsrc[t.HYPHENRANGE] = '^\\\\s*(' + src[t.XRANGEPLAIN] + ')' +\n '\\\\s+-\\\\s+' +\n '(' + src[t.XRANGEPLAIN] + ')' +\n '\\\\s*$'\n\ntok('HYPHENRANGELOOSE')\nsrc[t.HYPHENRANGELOOSE] = '^\\\\s*(' + src[t.XRANGEPLAINLOOSE] + ')' +\n '\\\\s+-\\\\s+' +\n '(' + src[t.XRANGEPLAINLOOSE] + ')' +\n '\\\\s*$'\n\n// Star ranges basically just allow anything at all.\ntok('STAR')\nsrc[t.STAR] = '(<|>)?=?\\\\s*\\\\*'\n\n// Compile to actual regexp objects.\n// All are flag-free, unless they were created above with a flag.\nfor (var i = 0; i < R; i++) {\n debug(i, src[i])\n if (!re[i]) {\n re[i] = new RegExp(src[i])\n }\n}\n\nexports.parse = parse\nfunction parse (version, options) {\n if (!options || typeof options !== 'object') {\n options = {\n loose: !!options,\n includePrerelease: false\n }\n }\n\n if (version instanceof SemVer) {\n return version\n }\n\n if (typeof version !== 'string') {\n return null\n }\n\n if (version.length > MAX_LENGTH) {\n return null\n }\n\n var r = options.loose ? re[t.LOOSE] : re[t.FULL]\n if (!r.test(version)) {\n return null\n }\n\n try {\n return new SemVer(version, options)\n } catch (er) {\n return null\n }\n}\n\nexports.valid = valid\nfunction valid (version, options) {\n var v = parse(version, options)\n return v ? v.version : null\n}\n\nexports.clean = clean\nfunction clean (version, options) {\n var s = parse(version.trim().replace(/^[=v]+/, ''), options)\n return s ? s.version : null\n}\n\nexports.SemVer = SemVer\n\nfunction SemVer (version, options) {\n if (!options || typeof options !== 'object') {\n options = {\n loose: !!options,\n includePrerelease: false\n }\n }\n if (version instanceof SemVer) {\n if (version.loose === options.loose) {\n return version\n } else {\n version = version.version\n }\n } else if (typeof version !== 'string') {\n throw new TypeError('Invalid Version: ' + version)\n }\n\n if (version.length > MAX_LENGTH) {\n throw new TypeError('version is longer than ' + MAX_LENGTH + ' characters')\n }\n\n if (!(this instanceof SemVer)) {\n return new SemVer(version, options)\n }\n\n debug('SemVer', version, options)\n this.options = options\n this.loose = !!options.loose\n\n var m = version.trim().match(options.loose ? re[t.LOOSE] : re[t.FULL])\n\n if (!m) {\n throw new TypeError('Invalid Version: ' + version)\n }\n\n this.raw = version\n\n // these are actually numbers\n this.major = +m[1]\n this.minor = +m[2]\n this.patch = +m[3]\n\n if (this.major > MAX_SAFE_INTEGER || this.major < 0) {\n throw new TypeError('Invalid major version')\n }\n\n if (this.minor > MAX_SAFE_INTEGER || this.minor < 0) {\n throw new TypeError('Invalid minor version')\n }\n\n if (this.patch > MAX_SAFE_INTEGER || this.patch < 0) {\n throw new TypeError('Invalid patch version')\n }\n\n // numberify any prerelease numeric ids\n if (!m[4]) {\n this.prerelease = []\n } else {\n this.prerelease = m[4].split('.').map(function (id) {\n if (/^[0-9]+$/.test(id)) {\n var num = +id\n if (num >= 0 && num < MAX_SAFE_INTEGER) {\n return num\n }\n }\n return id\n })\n }\n\n this.build = m[5] ? m[5].split('.') : []\n this.format()\n}\n\nSemVer.prototype.format = function () {\n this.version = this.major + '.' + this.minor + '.' + this.patch\n if (this.prerelease.length) {\n this.version += '-' + this.prerelease.join('.')\n }\n return this.version\n}\n\nSemVer.prototype.toString = function () {\n return this.version\n}\n\nSemVer.prototype.compare = function (other) {\n debug('SemVer.compare', this.version, this.options, other)\n if (!(other instanceof SemVer)) {\n other = new SemVer(other, this.options)\n }\n\n return this.compareMain(other) || this.comparePre(other)\n}\n\nSemVer.prototype.compareMain = function (other) {\n if (!(other instanceof SemVer)) {\n other = new SemVer(other, this.options)\n }\n\n return compareIdentifiers(this.major, other.major) ||\n compareIdentifiers(this.minor, other.minor) ||\n compareIdentifiers(this.patch, other.patch)\n}\n\nSemVer.prototype.comparePre = function (other) {\n if (!(other instanceof SemVer)) {\n other = new SemVer(other, this.options)\n }\n\n // NOT having a prerelease is > having one\n if (this.prerelease.length && !other.prerelease.length) {\n return -1\n } else if (!this.prerelease.length && other.prerelease.length) {\n return 1\n } else if (!this.prerelease.length && !other.prerelease.length) {\n return 0\n }\n\n var i = 0\n do {\n var a = this.prerelease[i]\n var b = other.prerelease[i]\n debug('prerelease compare', i, a, b)\n if (a === undefined && b === undefined) {\n return 0\n } else if (b === undefined) {\n return 1\n } else if (a === undefined) {\n return -1\n } else if (a === b) {\n continue\n } else {\n return compareIdentifiers(a, b)\n }\n } while (++i)\n}\n\nSemVer.prototype.compareBuild = function (other) {\n if (!(other instanceof SemVer)) {\n other = new SemVer(other, this.options)\n }\n\n var i = 0\n do {\n var a = this.build[i]\n var b = other.build[i]\n debug('prerelease compare', i, a, b)\n if (a === undefined && b === undefined) {\n return 0\n } else if (b === undefined) {\n return 1\n } else if (a === undefined) {\n return -1\n } else if (a === b) {\n continue\n } else {\n return compareIdentifiers(a, b)\n }\n } while (++i)\n}\n\n// preminor will bump the version up to the next minor release, and immediately\n// down to pre-release. premajor and prepatch work the same way.\nSemVer.prototype.inc = function (release, identifier) {\n switch (release) {\n case 'premajor':\n this.prerelease.length = 0\n this.patch = 0\n this.minor = 0\n this.major++\n this.inc('pre', identifier)\n break\n case 'preminor':\n this.prerelease.length = 0\n this.patch = 0\n this.minor++\n this.inc('pre', identifier)\n break\n case 'prepatch':\n // If this is already a prerelease, it will bump to the next version\n // drop any prereleases that might already exist, since they are not\n // relevant at this point.\n this.prerelease.length = 0\n this.inc('patch', identifier)\n this.inc('pre', identifier)\n break\n // If the input is a non-prerelease version, this acts the same as\n // prepatch.\n case 'prerelease':\n if (this.prerelease.length === 0) {\n this.inc('patch', identifier)\n }\n this.inc('pre', identifier)\n break\n\n case 'major':\n // If this is a pre-major version, bump up to the same major version.\n // Otherwise increment major.\n // 1.0.0-5 bumps to 1.0.0\n // 1.1.0 bumps to 2.0.0\n if (this.minor !== 0 ||\n this.patch !== 0 ||\n this.prerelease.length === 0) {\n this.major++\n }\n this.minor = 0\n this.patch = 0\n this.prerelease = []\n break\n case 'minor':\n // If this is a pre-minor version, bump up to the same minor version.\n // Otherwise increment minor.\n // 1.2.0-5 bumps to 1.2.0\n // 1.2.1 bumps to 1.3.0\n if (this.patch !== 0 || this.prerelease.length === 0) {\n this.minor++\n }\n this.patch = 0\n this.prerelease = []\n break\n case 'patch':\n // If this is not a pre-release version, it will increment the patch.\n // If it is a pre-release it will bump up to the same patch version.\n // 1.2.0-5 patches to 1.2.0\n // 1.2.0 patches to 1.2.1\n if (this.prerelease.length === 0) {\n this.patch++\n }\n this.prerelease = []\n break\n // This probably shouldn't be used publicly.\n // 1.0.0 \"pre\" would become 1.0.0-0 which is the wrong direction.\n case 'pre':\n if (this.prerelease.length === 0) {\n this.prerelease = [0]\n } else {\n var i = this.prerelease.length\n while (--i >= 0) {\n if (typeof this.prerelease[i] === 'number') {\n this.prerelease[i]++\n i = -2\n }\n }\n if (i === -1) {\n // didn't increment anything\n this.prerelease.push(0)\n }\n }\n if (identifier) {\n // 1.2.0-beta.1 bumps to 1.2.0-beta.2,\n // 1.2.0-beta.fooblz or 1.2.0-beta bumps to 1.2.0-beta.0\n if (this.prerelease[0] === identifier) {\n if (isNaN(this.prerelease[1])) {\n this.prerelease = [identifier, 0]\n }\n } else {\n this.prerelease = [identifier, 0]\n }\n }\n break\n\n default:\n throw new Error('invalid increment argument: ' + release)\n }\n this.format()\n this.raw = this.version\n return this\n}\n\nexports.inc = inc\nfunction inc (version, release, loose, identifier) {\n if (typeof (loose) === 'string') {\n identifier = loose\n loose = undefined\n }\n\n try {\n return new SemVer(version, loose).inc(release, identifier).version\n } catch (er) {\n return null\n }\n}\n\nexports.diff = diff\nfunction diff (version1, version2) {\n if (eq(version1, version2)) {\n return null\n } else {\n var v1 = parse(version1)\n var v2 = parse(version2)\n var prefix = ''\n if (v1.prerelease.length || v2.prerelease.length) {\n prefix = 'pre'\n var defaultResult = 'prerelease'\n }\n for (var key in v1) {\n if (key === 'major' || key === 'minor' || key === 'patch') {\n if (v1[key] !== v2[key]) {\n return prefix + key\n }\n }\n }\n return defaultResult // may be undefined\n }\n}\n\nexports.compareIdentifiers = compareIdentifiers\n\nvar numeric = /^[0-9]+$/\nfunction compareIdentifiers (a, b) {\n var anum = numeric.test(a)\n var bnum = numeric.test(b)\n\n if (anum && bnum) {\n a = +a\n b = +b\n }\n\n return a === b ? 0\n : (anum && !bnum) ? -1\n : (bnum && !anum) ? 1\n : a < b ? -1\n : 1\n}\n\nexports.rcompareIdentifiers = rcompareIdentifiers\nfunction rcompareIdentifiers (a, b) {\n return compareIdentifiers(b, a)\n}\n\nexports.major = major\nfunction major (a, loose) {\n return new SemVer(a, loose).major\n}\n\nexports.minor = minor\nfunction minor (a, loose) {\n return new SemVer(a, loose).minor\n}\n\nexports.patch = patch\nfunction patch (a, loose) {\n return new SemVer(a, loose).patch\n}\n\nexports.compare = compare\nfunction compare (a, b, loose) {\n return new SemVer(a, loose).compare(new SemVer(b, loose))\n}\n\nexports.compareLoose = compareLoose\nfunction compareLoose (a, b) {\n return compare(a, b, true)\n}\n\nexports.compareBuild = compareBuild\nfunction compareBuild (a, b, loose) {\n var versionA = new SemVer(a, loose)\n var versionB = new SemVer(b, loose)\n return versionA.compare(versionB) || versionA.compareBuild(versionB)\n}\n\nexports.rcompare = rcompare\nfunction rcompare (a, b, loose) {\n return compare(b, a, loose)\n}\n\nexports.sort = sort\nfunction sort (list, loose) {\n return list.sort(function (a, b) {\n return exports.compareBuild(a, b, loose)\n })\n}\n\nexports.rsort = rsort\nfunction rsort (list, loose) {\n return list.sort(function (a, b) {\n return exports.compareBuild(b, a, loose)\n })\n}\n\nexports.gt = gt\nfunction gt (a, b, loose) {\n return compare(a, b, loose) > 0\n}\n\nexports.lt = lt\nfunction lt (a, b, loose) {\n return compare(a, b, loose) < 0\n}\n\nexports.eq = eq\nfunction eq (a, b, loose) {\n return compare(a, b, loose) === 0\n}\n\nexports.neq = neq\nfunction neq (a, b, loose) {\n return compare(a, b, loose) !== 0\n}\n\nexports.gte = gte\nfunction gte (a, b, loose) {\n return compare(a, b, loose) >= 0\n}\n\nexports.lte = lte\nfunction lte (a, b, loose) {\n return compare(a, b, loose) <= 0\n}\n\nexports.cmp = cmp\nfunction cmp (a, op, b, loose) {\n switch (op) {\n case '===':\n if (typeof a === 'object')\n a = a.version\n if (typeof b === 'object')\n b = b.version\n return a === b\n\n case '!==':\n if (typeof a === 'object')\n a = a.version\n if (typeof b === 'object')\n b = b.version\n return a !== b\n\n case '':\n case '=':\n case '==':\n return eq(a, b, loose)\n\n case '!=':\n return neq(a, b, loose)\n\n case '>':\n return gt(a, b, loose)\n\n case '>=':\n return gte(a, b, loose)\n\n case '<':\n return lt(a, b, loose)\n\n case '<=':\n return lte(a, b, loose)\n\n default:\n throw new TypeError('Invalid operator: ' + op)\n }\n}\n\nexports.Comparator = Comparator\nfunction Comparator (comp, options) {\n if (!options || typeof options !== 'object') {\n options = {\n loose: !!options,\n includePrerelease: false\n }\n }\n\n if (comp instanceof Comparator) {\n if (comp.loose === !!options.loose) {\n return comp\n } else {\n comp = comp.value\n }\n }\n\n if (!(this instanceof Comparator)) {\n return new Comparator(comp, options)\n }\n\n debug('comparator', comp, options)\n this.options = options\n this.loose = !!options.loose\n this.parse(comp)\n\n if (this.semver === ANY) {\n this.value = ''\n } else {\n this.value = this.operator + this.semver.version\n }\n\n debug('comp', this)\n}\n\nvar ANY = {}\nComparator.prototype.parse = function (comp) {\n var r = this.options.loose ? re[t.COMPARATORLOOSE] : re[t.COMPARATOR]\n var m = comp.match(r)\n\n if (!m) {\n throw new TypeError('Invalid comparator: ' + comp)\n }\n\n this.operator = m[1] !== undefined ? m[1] : ''\n if (this.operator === '=') {\n this.operator = ''\n }\n\n // if it literally is just '>' or '' then allow anything.\n if (!m[2]) {\n this.semver = ANY\n } else {\n this.semver = new SemVer(m[2], this.options.loose)\n }\n}\n\nComparator.prototype.toString = function () {\n return this.value\n}\n\nComparator.prototype.test = function (version) {\n debug('Comparator.test', version, this.options.loose)\n\n if (this.semver === ANY || version === ANY) {\n return true\n }\n\n if (typeof version === 'string') {\n try {\n version = new SemVer(version, this.options)\n } catch (er) {\n return false\n }\n }\n\n return cmp(version, this.operator, this.semver, this.options)\n}\n\nComparator.prototype.intersects = function (comp, options) {\n if (!(comp instanceof Comparator)) {\n throw new TypeError('a Comparator is required')\n }\n\n if (!options || typeof options !== 'object') {\n options = {\n loose: !!options,\n includePrerelease: false\n }\n }\n\n var rangeTmp\n\n if (this.operator === '') {\n if (this.value === '') {\n return true\n }\n rangeTmp = new Range(comp.value, options)\n return satisfies(this.value, rangeTmp, options)\n } else if (comp.operator === '') {\n if (comp.value === '') {\n return true\n }\n rangeTmp = new Range(this.value, options)\n return satisfies(comp.semver, rangeTmp, options)\n }\n\n var sameDirectionIncreasing =\n (this.operator === '>=' || this.operator === '>') &&\n (comp.operator === '>=' || comp.operator === '>')\n var sameDirectionDecreasing =\n (this.operator === '<=' || this.operator === '<') &&\n (comp.operator === '<=' || comp.operator === '<')\n var sameSemVer = this.semver.version === comp.semver.version\n var differentDirectionsInclusive =\n (this.operator === '>=' || this.operator === '<=') &&\n (comp.operator === '>=' || comp.operator === '<=')\n var oppositeDirectionsLessThan =\n cmp(this.semver, '<', comp.semver, options) &&\n ((this.operator === '>=' || this.operator === '>') &&\n (comp.operator === '<=' || comp.operator === '<'))\n var oppositeDirectionsGreaterThan =\n cmp(this.semver, '>', comp.semver, options) &&\n ((this.operator === '<=' || this.operator === '<') &&\n (comp.operator === '>=' || comp.operator === '>'))\n\n return sameDirectionIncreasing || sameDirectionDecreasing ||\n (sameSemVer && differentDirectionsInclusive) ||\n oppositeDirectionsLessThan || oppositeDirectionsGreaterThan\n}\n\nexports.Range = Range\nfunction Range (range, options) {\n if (!options || typeof options !== 'object') {\n options = {\n loose: !!options,\n includePrerelease: false\n }\n }\n\n if (range instanceof Range) {\n if (range.loose === !!options.loose &&\n range.includePrerelease === !!options.includePrerelease) {\n return range\n } else {\n return new Range(range.raw, options)\n }\n }\n\n if (range instanceof Comparator) {\n return new Range(range.value, options)\n }\n\n if (!(this instanceof Range)) {\n return new Range(range, options)\n }\n\n this.options = options\n this.loose = !!options.loose\n this.includePrerelease = !!options.includePrerelease\n\n // First, split based on boolean or ||\n this.raw = range\n this.set = range.split(/\\s*\\|\\|\\s*/).map(function (range) {\n return this.parseRange(range.trim())\n }, this).filter(function (c) {\n // throw out any that are not relevant for whatever reason\n return c.length\n })\n\n if (!this.set.length) {\n throw new TypeError('Invalid SemVer Range: ' + range)\n }\n\n this.format()\n}\n\nRange.prototype.format = function () {\n this.range = this.set.map(function (comps) {\n return comps.join(' ').trim()\n }).join('||').trim()\n return this.range\n}\n\nRange.prototype.toString = function () {\n return this.range\n}\n\nRange.prototype.parseRange = function (range) {\n var loose = this.options.loose\n range = range.trim()\n // `1.2.3 - 1.2.4` => `>=1.2.3 <=1.2.4`\n var hr = loose ? re[t.HYPHENRANGELOOSE] : re[t.HYPHENRANGE]\n range = range.replace(hr, hyphenReplace)\n debug('hyphen replace', range)\n // `> 1.2.3 < 1.2.5` => `>1.2.3 <1.2.5`\n range = range.replace(re[t.COMPARATORTRIM], comparatorTrimReplace)\n debug('comparator trim', range, re[t.COMPARATORTRIM])\n\n // `~ 1.2.3` => `~1.2.3`\n range = range.replace(re[t.TILDETRIM], tildeTrimReplace)\n\n // `^ 1.2.3` => `^1.2.3`\n range = range.replace(re[t.CARETTRIM], caretTrimReplace)\n\n // normalize spaces\n range = range.split(/\\s+/).join(' ')\n\n // At this point, the range is completely trimmed and\n // ready to be split into comparators.\n\n var compRe = loose ? re[t.COMPARATORLOOSE] : re[t.COMPARATOR]\n var set = range.split(' ').map(function (comp) {\n return parseComparator(comp, this.options)\n }, this).join(' ').split(/\\s+/)\n if (this.options.loose) {\n // in loose mode, throw out any that are not valid comparators\n set = set.filter(function (comp) {\n return !!comp.match(compRe)\n })\n }\n set = set.map(function (comp) {\n return new Comparator(comp, this.options)\n }, this)\n\n return set\n}\n\nRange.prototype.intersects = function (range, options) {\n if (!(range instanceof Range)) {\n throw new TypeError('a Range is required')\n }\n\n return this.set.some(function (thisComparators) {\n return (\n isSatisfiable(thisComparators, options) &&\n range.set.some(function (rangeComparators) {\n return (\n isSatisfiable(rangeComparators, options) &&\n thisComparators.every(function (thisComparator) {\n return rangeComparators.every(function (rangeComparator) {\n return thisComparator.intersects(rangeComparator, options)\n })\n })\n )\n })\n )\n })\n}\n\n// take a set of comparators and determine whether there\n// exists a version which can satisfy it\nfunction isSatisfiable (comparators, options) {\n var result = true\n var remainingComparators = comparators.slice()\n var testComparator = remainingComparators.pop()\n\n while (result && remainingComparators.length) {\n result = remainingComparators.every(function (otherComparator) {\n return testComparator.intersects(otherComparator, options)\n })\n\n testComparator = remainingComparators.pop()\n }\n\n return result\n}\n\n// Mostly just for testing and legacy API reasons\nexports.toComparators = toComparators\nfunction toComparators (range, options) {\n return new Range(range, options).set.map(function (comp) {\n return comp.map(function (c) {\n return c.value\n }).join(' ').trim().split(' ')\n })\n}\n\n// comprised of xranges, tildes, stars, and gtlt's at this point.\n// already replaced the hyphen ranges\n// turn into a set of JUST comparators.\nfunction parseComparator (comp, options) {\n debug('comp', comp, options)\n comp = replaceCarets(comp, options)\n debug('caret', comp)\n comp = replaceTildes(comp, options)\n debug('tildes', comp)\n comp = replaceXRanges(comp, options)\n debug('xrange', comp)\n comp = replaceStars(comp, options)\n debug('stars', comp)\n return comp\n}\n\nfunction isX (id) {\n return !id || id.toLowerCase() === 'x' || id === '*'\n}\n\n// ~, ~> --> * (any, kinda silly)\n// ~2, ~2.x, ~2.x.x, ~>2, ~>2.x ~>2.x.x --> >=2.0.0 <3.0.0\n// ~2.0, ~2.0.x, ~>2.0, ~>2.0.x --> >=2.0.0 <2.1.0\n// ~1.2, ~1.2.x, ~>1.2, ~>1.2.x --> >=1.2.0 <1.3.0\n// ~1.2.3, ~>1.2.3 --> >=1.2.3 <1.3.0\n// ~1.2.0, ~>1.2.0 --> >=1.2.0 <1.3.0\nfunction replaceTildes (comp, options) {\n return comp.trim().split(/\\s+/).map(function (comp) {\n return replaceTilde(comp, options)\n }).join(' ')\n}\n\nfunction replaceTilde (comp, options) {\n var r = options.loose ? re[t.TILDELOOSE] : re[t.TILDE]\n return comp.replace(r, function (_, M, m, p, pr) {\n debug('tilde', comp, _, M, m, p, pr)\n var ret\n\n if (isX(M)) {\n ret = ''\n } else if (isX(m)) {\n ret = '>=' + M + '.0.0 <' + (+M + 1) + '.0.0'\n } else if (isX(p)) {\n // ~1.2 == >=1.2.0 <1.3.0\n ret = '>=' + M + '.' + m + '.0 <' + M + '.' + (+m + 1) + '.0'\n } else if (pr) {\n debug('replaceTilde pr', pr)\n ret = '>=' + M + '.' + m + '.' + p + '-' + pr +\n ' <' + M + '.' + (+m + 1) + '.0'\n } else {\n // ~1.2.3 == >=1.2.3 <1.3.0\n ret = '>=' + M + '.' + m + '.' + p +\n ' <' + M + '.' + (+m + 1) + '.0'\n }\n\n debug('tilde return', ret)\n return ret\n })\n}\n\n// ^ --> * (any, kinda silly)\n// ^2, ^2.x, ^2.x.x --> >=2.0.0 <3.0.0\n// ^2.0, ^2.0.x --> >=2.0.0 <3.0.0\n// ^1.2, ^1.2.x --> >=1.2.0 <2.0.0\n// ^1.2.3 --> >=1.2.3 <2.0.0\n// ^1.2.0 --> >=1.2.0 <2.0.0\nfunction replaceCarets (comp, options) {\n return comp.trim().split(/\\s+/).map(function (comp) {\n return replaceCaret(comp, options)\n }).join(' ')\n}\n\nfunction replaceCaret (comp, options) {\n debug('caret', comp, options)\n var r = options.loose ? re[t.CARETLOOSE] : re[t.CARET]\n return comp.replace(r, function (_, M, m, p, pr) {\n debug('caret', comp, _, M, m, p, pr)\n var ret\n\n if (isX(M)) {\n ret = ''\n } else if (isX(m)) {\n ret = '>=' + M + '.0.0 <' + (+M + 1) + '.0.0'\n } else if (isX(p)) {\n if (M === '0') {\n ret = '>=' + M + '.' + m + '.0 <' + M + '.' + (+m + 1) + '.0'\n } else {\n ret = '>=' + M + '.' + m + '.0 <' + (+M + 1) + '.0.0'\n }\n } else if (pr) {\n debug('replaceCaret pr', pr)\n if (M === '0') {\n if (m === '0') {\n ret = '>=' + M + '.' + m + '.' + p + '-' + pr +\n ' <' + M + '.' + m + '.' + (+p + 1)\n } else {\n ret = '>=' + M + '.' + m + '.' + p + '-' + pr +\n ' <' + M + '.' + (+m + 1) + '.0'\n }\n } else {\n ret = '>=' + M + '.' + m + '.' + p + '-' + pr +\n ' <' + (+M + 1) + '.0.0'\n }\n } else {\n debug('no pr')\n if (M === '0') {\n if (m === '0') {\n ret = '>=' + M + '.' + m + '.' + p +\n ' <' + M + '.' + m + '.' + (+p + 1)\n } else {\n ret = '>=' + M + '.' + m + '.' + p +\n ' <' + M + '.' + (+m + 1) + '.0'\n }\n } else {\n ret = '>=' + M + '.' + m + '.' + p +\n ' <' + (+M + 1) + '.0.0'\n }\n }\n\n debug('caret return', ret)\n return ret\n })\n}\n\nfunction replaceXRanges (comp, options) {\n debug('replaceXRanges', comp, options)\n return comp.split(/\\s+/).map(function (comp) {\n return replaceXRange(comp, options)\n }).join(' ')\n}\n\nfunction replaceXRange (comp, options) {\n comp = comp.trim()\n var r = options.loose ? re[t.XRANGELOOSE] : re[t.XRANGE]\n return comp.replace(r, function (ret, gtlt, M, m, p, pr) {\n debug('xRange', comp, ret, gtlt, M, m, p, pr)\n var xM = isX(M)\n var xm = xM || isX(m)\n var xp = xm || isX(p)\n var anyX = xp\n\n if (gtlt === '=' && anyX) {\n gtlt = ''\n }\n\n // if we're including prereleases in the match, then we need\n // to fix this to -0, the lowest possible prerelease value\n pr = options.includePrerelease ? '-0' : ''\n\n if (xM) {\n if (gtlt === '>' || gtlt === '<') {\n // nothing is allowed\n ret = '<0.0.0-0'\n } else {\n // nothing is forbidden\n ret = '*'\n }\n } else if (gtlt && anyX) {\n // we know patch is an x, because we have any x at all.\n // replace X with 0\n if (xm) {\n m = 0\n }\n p = 0\n\n if (gtlt === '>') {\n // >1 => >=2.0.0\n // >1.2 => >=1.3.0\n // >1.2.3 => >= 1.2.4\n gtlt = '>='\n if (xm) {\n M = +M + 1\n m = 0\n p = 0\n } else {\n m = +m + 1\n p = 0\n }\n } else if (gtlt === '<=') {\n // <=0.7.x is actually <0.8.0, since any 0.7.x should\n // pass. Similarly, <=7.x is actually <8.0.0, etc.\n gtlt = '<'\n if (xm) {\n M = +M + 1\n } else {\n m = +m + 1\n }\n }\n\n ret = gtlt + M + '.' + m + '.' + p + pr\n } else if (xm) {\n ret = '>=' + M + '.0.0' + pr + ' <' + (+M + 1) + '.0.0' + pr\n } else if (xp) {\n ret = '>=' + M + '.' + m + '.0' + pr +\n ' <' + M + '.' + (+m + 1) + '.0' + pr\n }\n\n debug('xRange return', ret)\n\n return ret\n })\n}\n\n// Because * is AND-ed with everything else in the comparator,\n// and '' means \"any version\", just remove the *s entirely.\nfunction replaceStars (comp, options) {\n debug('replaceStars', comp, options)\n // Looseness is ignored here. star is always as loose as it gets!\n return comp.trim().replace(re[t.STAR], '')\n}\n\n// This function is passed to string.replace(re[t.HYPHENRANGE])\n// M, m, patch, prerelease, build\n// 1.2 - 3.4.5 => >=1.2.0 <=3.4.5\n// 1.2.3 - 3.4 => >=1.2.0 <3.5.0 Any 3.4.x will do\n// 1.2 - 3.4 => >=1.2.0 <3.5.0\nfunction hyphenReplace ($0,\n from, fM, fm, fp, fpr, fb,\n to, tM, tm, tp, tpr, tb) {\n if (isX(fM)) {\n from = ''\n } else if (isX(fm)) {\n from = '>=' + fM + '.0.0'\n } else if (isX(fp)) {\n from = '>=' + fM + '.' + fm + '.0'\n } else {\n from = '>=' + from\n }\n\n if (isX(tM)) {\n to = ''\n } else if (isX(tm)) {\n to = '<' + (+tM + 1) + '.0.0'\n } else if (isX(tp)) {\n to = '<' + tM + '.' + (+tm + 1) + '.0'\n } else if (tpr) {\n to = '<=' + tM + '.' + tm + '.' + tp + '-' + tpr\n } else {\n to = '<=' + to\n }\n\n return (from + ' ' + to).trim()\n}\n\n// if ANY of the sets match ALL of its comparators, then pass\nRange.prototype.test = function (version) {\n if (!version) {\n return false\n }\n\n if (typeof version === 'string') {\n try {\n version = new SemVer(version, this.options)\n } catch (er) {\n return false\n }\n }\n\n for (var i = 0; i < this.set.length; i++) {\n if (testSet(this.set[i], version, this.options)) {\n return true\n }\n }\n return false\n}\n\nfunction testSet (set, version, options) {\n for (var i = 0; i < set.length; i++) {\n if (!set[i].test(version)) {\n return false\n }\n }\n\n if (version.prerelease.length && !options.includePrerelease) {\n // Find the set of versions that are allowed to have prereleases\n // For example, ^1.2.3-pr.1 desugars to >=1.2.3-pr.1 <2.0.0\n // That should allow `1.2.3-pr.2` to pass.\n // However, `1.2.4-alpha.notready` should NOT be allowed,\n // even though it's within the range set by the comparators.\n for (i = 0; i < set.length; i++) {\n debug(set[i].semver)\n if (set[i].semver === ANY) {\n continue\n }\n\n if (set[i].semver.prerelease.length > 0) {\n var allowed = set[i].semver\n if (allowed.major === version.major &&\n allowed.minor === version.minor &&\n allowed.patch === version.patch) {\n return true\n }\n }\n }\n\n // Version has a -pre, but it's not one of the ones we like.\n return false\n }\n\n return true\n}\n\nexports.satisfies = satisfies\nfunction satisfies (version, range, options) {\n try {\n range = new Range(range, options)\n } catch (er) {\n return false\n }\n return range.test(version)\n}\n\nexports.maxSatisfying = maxSatisfying\nfunction maxSatisfying (versions, range, options) {\n var max = null\n var maxSV = null\n try {\n var rangeObj = new Range(range, options)\n } catch (er) {\n return null\n }\n versions.forEach(function (v) {\n if (rangeObj.test(v)) {\n // satisfies(v, range, options)\n if (!max || maxSV.compare(v) === -1) {\n // compare(max, v, true)\n max = v\n maxSV = new SemVer(max, options)\n }\n }\n })\n return max\n}\n\nexports.minSatisfying = minSatisfying\nfunction minSatisfying (versions, range, options) {\n var min = null\n var minSV = null\n try {\n var rangeObj = new Range(range, options)\n } catch (er) {\n return null\n }\n versions.forEach(function (v) {\n if (rangeObj.test(v)) {\n // satisfies(v, range, options)\n if (!min || minSV.compare(v) === 1) {\n // compare(min, v, true)\n min = v\n minSV = new SemVer(min, options)\n }\n }\n })\n return min\n}\n\nexports.minVersion = minVersion\nfunction minVersion (range, loose) {\n range = new Range(range, loose)\n\n var minver = new SemVer('0.0.0')\n if (range.test(minver)) {\n return minver\n }\n\n minver = new SemVer('0.0.0-0')\n if (range.test(minver)) {\n return minver\n }\n\n minver = null\n for (var i = 0; i < range.set.length; ++i) {\n var comparators = range.set[i]\n\n comparators.forEach(function (comparator) {\n // Clone to avoid manipulating the comparator's semver object.\n var compver = new SemVer(comparator.semver.version)\n switch (comparator.operator) {\n case '>':\n if (compver.prerelease.length === 0) {\n compver.patch++\n } else {\n compver.prerelease.push(0)\n }\n compver.raw = compver.format()\n /* fallthrough */\n case '':\n case '>=':\n if (!minver || gt(minver, compver)) {\n minver = compver\n }\n break\n case '<':\n case '<=':\n /* Ignore maximum versions */\n break\n /* istanbul ignore next */\n default:\n throw new Error('Unexpected operation: ' + comparator.operator)\n }\n })\n }\n\n if (minver && range.test(minver)) {\n return minver\n }\n\n return null\n}\n\nexports.validRange = validRange\nfunction validRange (range, options) {\n try {\n // Return '*' instead of '' so that truthiness works.\n // This will throw if it's invalid anyway\n return new Range(range, options).range || '*'\n } catch (er) {\n return null\n }\n}\n\n// Determine if version is less than all the versions possible in the range\nexports.ltr = ltr\nfunction ltr (version, range, options) {\n return outside(version, range, '<', options)\n}\n\n// Determine if version is greater than all the versions possible in the range.\nexports.gtr = gtr\nfunction gtr (version, range, options) {\n return outside(version, range, '>', options)\n}\n\nexports.outside = outside\nfunction outside (version, range, hilo, options) {\n version = new SemVer(version, options)\n range = new Range(range, options)\n\n var gtfn, ltefn, ltfn, comp, ecomp\n switch (hilo) {\n case '>':\n gtfn = gt\n ltefn = lte\n ltfn = lt\n comp = '>'\n ecomp = '>='\n break\n case '<':\n gtfn = lt\n ltefn = gte\n ltfn = gt\n comp = '<'\n ecomp = '<='\n break\n default:\n throw new TypeError('Must provide a hilo val of \"<\" or \">\"')\n }\n\n // If it satisifes the range it is not outside\n if (satisfies(version, range, options)) {\n return false\n }\n\n // From now on, variable terms are as if we're in \"gtr\" mode.\n // but note that everything is flipped for the \"ltr\" function.\n\n for (var i = 0; i < range.set.length; ++i) {\n var comparators = range.set[i]\n\n var high = null\n var low = null\n\n comparators.forEach(function (comparator) {\n if (comparator.semver === ANY) {\n comparator = new Comparator('>=0.0.0')\n }\n high = high || comparator\n low = low || comparator\n if (gtfn(comparator.semver, high.semver, options)) {\n high = comparator\n } else if (ltfn(comparator.semver, low.semver, options)) {\n low = comparator\n }\n })\n\n // If the edge version comparator has a operator then our version\n // isn't outside it\n if (high.operator === comp || high.operator === ecomp) {\n return false\n }\n\n // If the lowest version comparator has an operator and our version\n // is less than it then it isn't higher than the range\n if ((!low.operator || low.operator === comp) &&\n ltefn(version, low.semver)) {\n return false\n } else if (low.operator === ecomp && ltfn(version, low.semver)) {\n return false\n }\n }\n return true\n}\n\nexports.prerelease = prerelease\nfunction prerelease (version, options) {\n var parsed = parse(version, options)\n return (parsed && parsed.prerelease.length) ? parsed.prerelease : null\n}\n\nexports.intersects = intersects\nfunction intersects (r1, r2, options) {\n r1 = new Range(r1, options)\n r2 = new Range(r2, options)\n return r1.intersects(r2)\n}\n\nexports.coerce = coerce\nfunction coerce (version, options) {\n if (version instanceof SemVer) {\n return version\n }\n\n if (typeof version === 'number') {\n version = String(version)\n }\n\n if (typeof version !== 'string') {\n return null\n }\n\n options = options || {}\n\n var match = null\n if (!options.rtl) {\n match = version.match(re[t.COERCE])\n } else {\n // Find the right-most coercible string that does not share\n // a terminus with a more left-ward coercible string.\n // Eg, '1.2.3.4' wants to coerce '2.3.4', not '3.4' or '4'\n //\n // Walk through the string checking with a /g regexp\n // Manually set the index so as to pick up overlapping matches.\n // Stop when we get a match that ends at the string end, since no\n // coercible string can be more right-ward without the same terminus.\n var next\n while ((next = re[t.COERCERTL].exec(version)) &&\n (!match || match.index + match[0].length !== version.length)\n ) {\n if (!match ||\n next.index + next[0].length !== match.index + match[0].length) {\n match = next\n }\n re[t.COERCERTL].lastIndex = next.index + next[1].length + next[2].length\n }\n // leave it in a clean state\n re[t.COERCERTL].lastIndex = -1\n }\n\n if (match === null) {\n return null\n }\n\n return parse(match[2] +\n '.' + (match[3] || '0') +\n '.' + (match[4] || '0'), options)\n}\n","\"use strict\";\n\nrequire(\"core-js/modules/es.array.concat\");\n\nrequire(\"core-js/modules/es.array.filter\");\n\nrequire(\"core-js/modules/es.array.for-each\");\n\nrequire(\"core-js/modules/es.array.iterator\");\n\nrequire(\"core-js/modules/es.map\");\n\nrequire(\"core-js/modules/es.object.to-string\");\n\nrequire(\"core-js/modules/es.string.iterator\");\n\nrequire(\"core-js/modules/web.dom-collections.for-each\");\n\nrequire(\"core-js/modules/web.dom-collections.iterator\");\n\nObject.defineProperty(exports, \"__esModule\", {\n value: true\n});\nexports.SimpleBus = void 0;\n\nfunction _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError(\"Cannot call a class as a function\"); } }\n\nfunction _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if (\"value\" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } }\n\nfunction _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); return Constructor; }\n\nfunction _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }\n\nvar packageJson = {\n name: \"@nextcloud/event-bus\",\n version: \"1.1.3\",\n description: \"\",\n main: \"dist/index.js\",\n types: \"dist/index.d.ts\",\n scripts: {\n build: \"babel ./lib --out-dir dist --extensions '.ts,.tsx' --source-maps && tsc --emitDeclarationOnly\",\n \"build:doc\": \"typedoc --excludeNotExported --mode file --out dist/doc lib/index.ts && touch dist/doc/.nojekyll\",\n \"check-types\": \"tsc\",\n dev: \"babel ./lib --out-dir dist --extensions '.ts,.tsx' --watch\",\n test: \"jest\",\n \"test:watch\": \"jest --watchAll\"\n },\n keywords: [\"nextcloud\"],\n homepage: \"https://github.com/nextcloud/nextcloud-event-bus#readme\",\n author: \"Christoph Wurst\",\n license: \"GPL-3.0-or-later\",\n repository: {\n type: \"git\",\n url: \"https://github.com/nextcloud/nextcloud-event-bus\"\n },\n dependencies: {\n \"@types/semver\": \"^6.2.1\",\n \"core-js\": \"^3.6.2\",\n semver: \"^6.3.0\"\n },\n devDependencies: {\n \"@babel/cli\": \"^7.6.0\",\n \"@babel/core\": \"^7.6.0\",\n \"@babel/plugin-proposal-class-properties\": \"^7.5.5\",\n \"@babel/preset-env\": \"^7.6.0\",\n \"@babel/preset-typescript\": \"^7.6.0\",\n \"@nextcloud/browserslist-config\": \"^1.0.0\",\n \"babel-jest\": \"^25.1.0\",\n \"babel-plugin-inline-json-import\": \"^0.3.2\",\n jest: \"^25.1.0\",\n typedoc: \"^0.16.7\",\n typescript: \"^3.6.3\"\n },\n browserslist: [\"extends @nextcloud/browserslist-config\"]\n};\n\nvar SimpleBus = /*#__PURE__*/function () {\n function SimpleBus() {\n _classCallCheck(this, SimpleBus);\n\n _defineProperty(this, \"handlers\", new Map());\n }\n\n _createClass(SimpleBus, [{\n key: \"getVersion\",\n value: function getVersion() {\n return packageJson.version;\n }\n }, {\n key: \"subscribe\",\n value: function subscribe(name, handler) {\n this.handlers.set(name, (this.handlers.get(name) || []).concat(handler));\n }\n }, {\n key: \"unsubscribe\",\n value: function unsubscribe(name, handler) {\n this.handlers.set(name, (this.handlers.get(name) || []).filter(function (h) {\n return h != handler;\n }));\n }\n }, {\n key: \"emit\",\n value: function emit(name, event) {\n (this.handlers.get(name) || []).forEach(function (h) {\n try {\n h(event);\n } catch (e) {\n console.error('could not invoke event listener', e);\n }\n });\n }\n }]);\n\n return SimpleBus;\n}();\n\nexports.SimpleBus = SimpleBus;\n//# sourceMappingURL=SimpleBus.js.map","'use strict';\nvar $ = require('../internals/export');\nvar fails = require('../internals/fails');\nvar isArray = require('../internals/is-array');\nvar isObject = require('../internals/is-object');\nvar toObject = require('../internals/to-object');\nvar toLength = require('../internals/to-length');\nvar createProperty = require('../internals/create-property');\nvar arraySpeciesCreate = require('../internals/array-species-create');\nvar arrayMethodHasSpeciesSupport = require('../internals/array-method-has-species-support');\nvar wellKnownSymbol = require('../internals/well-known-symbol');\nvar V8_VERSION = require('../internals/engine-v8-version');\n\nvar IS_CONCAT_SPREADABLE = wellKnownSymbol('isConcatSpreadable');\nvar MAX_SAFE_INTEGER = 0x1FFFFFFFFFFFFF;\nvar MAXIMUM_ALLOWED_INDEX_EXCEEDED = 'Maximum allowed index exceeded';\n\n// We can't use this feature detection in V8 since it causes\n// deoptimization and serious performance degradation\n// https://github.com/zloirock/core-js/issues/679\nvar IS_CONCAT_SPREADABLE_SUPPORT = V8_VERSION >= 51 || !fails(function () {\n var array = [];\n array[IS_CONCAT_SPREADABLE] = false;\n return array.concat()[0] !== array;\n});\n\nvar SPECIES_SUPPORT = arrayMethodHasSpeciesSupport('concat');\n\nvar isConcatSpreadable = function (O) {\n if (!isObject(O)) return false;\n var spreadable = O[IS_CONCAT_SPREADABLE];\n return spreadable !== undefined ? !!spreadable : isArray(O);\n};\n\nvar FORCED = !IS_CONCAT_SPREADABLE_SUPPORT || !SPECIES_SUPPORT;\n\n// `Array.prototype.concat` method\n// https://tc39.github.io/ecma262/#sec-array.prototype.concat\n// with adding support of @@isConcatSpreadable and @@species\n$({ target: 'Array', proto: true, forced: FORCED }, {\n concat: function concat(arg) { // eslint-disable-line no-unused-vars\n var O = toObject(this);\n var A = arraySpeciesCreate(O, 0);\n var n = 0;\n var i, k, length, len, E;\n for (i = -1, length = arguments.length; i < length; i++) {\n E = i === -1 ? O : arguments[i];\n if (isConcatSpreadable(E)) {\n len = toLength(E.length);\n if (n + len > MAX_SAFE_INTEGER) throw TypeError(MAXIMUM_ALLOWED_INDEX_EXCEEDED);\n for (k = 0; k < len; k++, n++) if (k in E) createProperty(A, n, E[k]);\n } else {\n if (n >= MAX_SAFE_INTEGER) throw TypeError(MAXIMUM_ALLOWED_INDEX_EXCEEDED);\n createProperty(A, n++, E);\n }\n }\n A.length = n;\n return A;\n }\n});\n","'use strict';\nvar nativePropertyIsEnumerable = {}.propertyIsEnumerable;\nvar getOwnPropertyDescriptor = Object.getOwnPropertyDescriptor;\n\n// Nashorn ~ JDK8 bug\nvar NASHORN_BUG = getOwnPropertyDescriptor && !nativePropertyIsEnumerable.call({ 1: 2 }, 1);\n\n// `Object.prototype.propertyIsEnumerable` method implementation\n// https://tc39.github.io/ecma262/#sec-object.prototype.propertyisenumerable\nexports.f = NASHORN_BUG ? function propertyIsEnumerable(V) {\n var descriptor = getOwnPropertyDescriptor(this, V);\n return !!descriptor && descriptor.enumerable;\n} : nativePropertyIsEnumerable;\n","var global = require('../internals/global');\nvar inspectSource = require('../internals/inspect-source');\n\nvar WeakMap = global.WeakMap;\n\nmodule.exports = typeof WeakMap === 'function' && /native code/.test(inspectSource(WeakMap));\n","var has = require('../internals/has');\nvar ownKeys = require('../internals/own-keys');\nvar getOwnPropertyDescriptorModule = require('../internals/object-get-own-property-descriptor');\nvar definePropertyModule = require('../internals/object-define-property');\n\nmodule.exports = function (target, source) {\n var keys = ownKeys(source);\n var defineProperty = definePropertyModule.f;\n var getOwnPropertyDescriptor = getOwnPropertyDescriptorModule.f;\n for (var i = 0; i < keys.length; i++) {\n var key = keys[i];\n if (!has(target, key)) defineProperty(target, key, getOwnPropertyDescriptor(source, key));\n }\n};\n","var getBuiltIn = require('../internals/get-built-in');\nvar getOwnPropertyNamesModule = require('../internals/object-get-own-property-names');\nvar getOwnPropertySymbolsModule = require('../internals/object-get-own-property-symbols');\nvar anObject = require('../internals/an-object');\n\n// all object keys, includes non-enumerable and symbols\nmodule.exports = getBuiltIn('Reflect', 'ownKeys') || function ownKeys(it) {\n var keys = getOwnPropertyNamesModule.f(anObject(it));\n var getOwnPropertySymbols = getOwnPropertySymbolsModule.f;\n return getOwnPropertySymbols ? keys.concat(getOwnPropertySymbols(it)) : keys;\n};\n","var global = require('../internals/global');\n\nmodule.exports = global;\n","var internalObjectKeys = require('../internals/object-keys-internal');\nvar enumBugKeys = require('../internals/enum-bug-keys');\n\nvar hiddenKeys = enumBugKeys.concat('length', 'prototype');\n\n// `Object.getOwnPropertyNames` method\n// https://tc39.github.io/ecma262/#sec-object.getownpropertynames\nexports.f = Object.getOwnPropertyNames || function getOwnPropertyNames(O) {\n return internalObjectKeys(O, hiddenKeys);\n};\n","var toIndexedObject = require('../internals/to-indexed-object');\nvar toLength = require('../internals/to-length');\nvar toAbsoluteIndex = require('../internals/to-absolute-index');\n\n// `Array.prototype.{ indexOf, includes }` methods implementation\nvar createMethod = function (IS_INCLUDES) {\n return function ($this, el, fromIndex) {\n var O = toIndexedObject($this);\n var length = toLength(O.length);\n var index = toAbsoluteIndex(fromIndex, length);\n var value;\n // Array#includes uses SameValueZero equality algorithm\n // eslint-disable-next-line no-self-compare\n if (IS_INCLUDES && el != el) while (length > index) {\n value = O[index++];\n // eslint-disable-next-line no-self-compare\n if (value != value) return true;\n // Array#indexOf ignores holes, Array#includes - not\n } else for (;length > index; index++) {\n if ((IS_INCLUDES || index in O) && O[index] === el) return IS_INCLUDES || index || 0;\n } return !IS_INCLUDES && -1;\n };\n};\n\nmodule.exports = {\n // `Array.prototype.includes` method\n // https://tc39.github.io/ecma262/#sec-array.prototype.includes\n includes: createMethod(true),\n // `Array.prototype.indexOf` method\n // https://tc39.github.io/ecma262/#sec-array.prototype.indexof\n indexOf: createMethod(false)\n};\n","var toInteger = require('../internals/to-integer');\n\nvar max = Math.max;\nvar min = Math.min;\n\n// Helper for a popular repeating case of the spec:\n// Let integer be ? ToInteger(index).\n// If integer < 0, let result be max((length + integer), 0); else let result be min(integer, length).\nmodule.exports = function (index, length) {\n var integer = toInteger(index);\n return integer < 0 ? max(integer + length, 0) : min(integer, length);\n};\n","exports.f = Object.getOwnPropertySymbols;\n","'use strict';\nvar toPrimitive = require('../internals/to-primitive');\nvar definePropertyModule = require('../internals/object-define-property');\nvar createPropertyDescriptor = require('../internals/create-property-descriptor');\n\nmodule.exports = function (object, key, value) {\n var propertyKey = toPrimitive(key);\n if (propertyKey in object) definePropertyModule.f(object, propertyKey, createPropertyDescriptor(0, value));\n else object[propertyKey] = value;\n};\n","var NATIVE_SYMBOL = require('../internals/native-symbol');\n\nmodule.exports = NATIVE_SYMBOL\n // eslint-disable-next-line no-undef\n && !Symbol.sham\n // eslint-disable-next-line no-undef\n && typeof Symbol.iterator == 'symbol';\n","var getBuiltIn = require('../internals/get-built-in');\n\nmodule.exports = getBuiltIn('navigator', 'userAgent') || '';\n","'use strict';\nvar $ = require('../internals/export');\nvar $filter = require('../internals/array-iteration').filter;\nvar arrayMethodHasSpeciesSupport = require('../internals/array-method-has-species-support');\nvar arrayMethodUsesToLength = require('../internals/array-method-uses-to-length');\n\nvar HAS_SPECIES_SUPPORT = arrayMethodHasSpeciesSupport('filter');\n// Edge 14- issue\nvar USES_TO_LENGTH = arrayMethodUsesToLength('filter');\n\n// `Array.prototype.filter` method\n// https://tc39.github.io/ecma262/#sec-array.prototype.filter\n// with adding support of @@species\n$({ target: 'Array', proto: true, forced: !HAS_SPECIES_SUPPORT || !USES_TO_LENGTH }, {\n filter: function filter(callbackfn /* , thisArg */) {\n return $filter(this, callbackfn, arguments.length > 1 ? arguments[1] : undefined);\n }\n});\n","module.exports = function (it) {\n if (typeof it != 'function') {\n throw TypeError(String(it) + ' is not a function');\n } return it;\n};\n","'use strict';\nvar $ = require('../internals/export');\nvar forEach = require('../internals/array-for-each');\n\n// `Array.prototype.forEach` method\n// https://tc39.github.io/ecma262/#sec-array.prototype.foreach\n$({ target: 'Array', proto: true, forced: [].forEach != forEach }, {\n forEach: forEach\n});\n","'use strict';\nvar fails = require('../internals/fails');\n\nmodule.exports = function (METHOD_NAME, argument) {\n var method = [][METHOD_NAME];\n return !!method && fails(function () {\n // eslint-disable-next-line no-useless-call,no-throw-literal\n method.call(null, argument || function () { throw 1; }, 1);\n });\n};\n","var wellKnownSymbol = require('../internals/well-known-symbol');\nvar create = require('../internals/object-create');\nvar definePropertyModule = require('../internals/object-define-property');\n\nvar UNSCOPABLES = wellKnownSymbol('unscopables');\nvar ArrayPrototype = Array.prototype;\n\n// Array.prototype[@@unscopables]\n// https://tc39.github.io/ecma262/#sec-array.prototype-@@unscopables\nif (ArrayPrototype[UNSCOPABLES] == undefined) {\n definePropertyModule.f(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 DESCRIPTORS = require('../internals/descriptors');\nvar definePropertyModule = require('../internals/object-define-property');\nvar anObject = require('../internals/an-object');\nvar objectKeys = require('../internals/object-keys');\n\n// `Object.defineProperties` method\n// https://tc39.github.io/ecma262/#sec-object.defineproperties\nmodule.exports = DESCRIPTORS ? Object.defineProperties : function defineProperties(O, Properties) {\n anObject(O);\n var keys = objectKeys(Properties);\n var length = keys.length;\n var index = 0;\n var key;\n while (length > index) definePropertyModule.f(O, key = keys[index++], Properties[key]);\n return O;\n};\n","var internalObjectKeys = require('../internals/object-keys-internal');\nvar enumBugKeys = require('../internals/enum-bug-keys');\n\n// `Object.keys` method\n// https://tc39.github.io/ecma262/#sec-object.keys\nmodule.exports = Object.keys || function keys(O) {\n return internalObjectKeys(O, enumBugKeys);\n};\n","var getBuiltIn = require('../internals/get-built-in');\n\nmodule.exports = getBuiltIn('document', 'documentElement');\n","'use strict';\nvar IteratorPrototype = require('../internals/iterators-core').IteratorPrototype;\nvar create = require('../internals/object-create');\nvar createPropertyDescriptor = require('../internals/create-property-descriptor');\nvar setToStringTag = require('../internals/set-to-string-tag');\nvar Iterators = require('../internals/iterators');\n\nvar returnThis = function () { return this; };\n\nmodule.exports = function (IteratorConstructor, NAME, next) {\n var TO_STRING_TAG = NAME + ' Iterator';\n IteratorConstructor.prototype = create(IteratorPrototype, { next: createPropertyDescriptor(1, next) });\n setToStringTag(IteratorConstructor, TO_STRING_TAG, false, true);\n Iterators[TO_STRING_TAG] = returnThis;\n return IteratorConstructor;\n};\n","var fails = require('../internals/fails');\n\nmodule.exports = !fails(function () {\n function F() { /* empty */ }\n F.prototype.constructor = null;\n return Object.getPrototypeOf(new F()) !== F.prototype;\n});\n","var isObject = require('../internals/is-object');\n\nmodule.exports = function (it) {\n if (!isObject(it) && it !== null) {\n throw TypeError(\"Can't set \" + String(it) + ' as a prototype');\n } return it;\n};\n","'use strict';\nvar collection = require('../internals/collection');\nvar collectionStrong = require('../internals/collection-strong');\n\n// `Map` constructor\n// https://tc39.github.io/ecma262/#sec-map-objects\nmodule.exports = collection('Map', function (init) {\n return function Map() { return init(this, arguments.length ? arguments[0] : undefined); };\n}, collectionStrong);\n","'use strict';\nvar $ = require('../internals/export');\nvar global = require('../internals/global');\nvar isForced = require('../internals/is-forced');\nvar redefine = require('../internals/redefine');\nvar InternalMetadataModule = require('../internals/internal-metadata');\nvar iterate = require('../internals/iterate');\nvar anInstance = require('../internals/an-instance');\nvar isObject = require('../internals/is-object');\nvar fails = require('../internals/fails');\nvar checkCorrectnessOfIteration = require('../internals/check-correctness-of-iteration');\nvar setToStringTag = require('../internals/set-to-string-tag');\nvar inheritIfRequired = require('../internals/inherit-if-required');\n\nmodule.exports = function (CONSTRUCTOR_NAME, wrapper, common) {\n var IS_MAP = CONSTRUCTOR_NAME.indexOf('Map') !== -1;\n var IS_WEAK = CONSTRUCTOR_NAME.indexOf('Weak') !== -1;\n var ADDER = IS_MAP ? 'set' : 'add';\n var NativeConstructor = global[CONSTRUCTOR_NAME];\n var NativePrototype = NativeConstructor && NativeConstructor.prototype;\n var Constructor = NativeConstructor;\n var exported = {};\n\n var fixMethod = function (KEY) {\n var nativeMethod = NativePrototype[KEY];\n redefine(NativePrototype, KEY,\n KEY == 'add' ? function add(value) {\n nativeMethod.call(this, value === 0 ? 0 : value);\n return this;\n } : KEY == 'delete' ? function (key) {\n return IS_WEAK && !isObject(key) ? false : nativeMethod.call(this, key === 0 ? 0 : key);\n } : KEY == 'get' ? function get(key) {\n return IS_WEAK && !isObject(key) ? undefined : nativeMethod.call(this, key === 0 ? 0 : key);\n } : KEY == 'has' ? function has(key) {\n return IS_WEAK && !isObject(key) ? false : nativeMethod.call(this, key === 0 ? 0 : key);\n } : function set(key, value) {\n nativeMethod.call(this, key === 0 ? 0 : key, value);\n return this;\n }\n );\n };\n\n // eslint-disable-next-line max-len\n if (isForced(CONSTRUCTOR_NAME, typeof NativeConstructor != 'function' || !(IS_WEAK || NativePrototype.forEach && !fails(function () {\n new NativeConstructor().entries().next();\n })))) {\n // create collection constructor\n Constructor = common.getConstructor(wrapper, CONSTRUCTOR_NAME, IS_MAP, ADDER);\n InternalMetadataModule.REQUIRED = true;\n } else if (isForced(CONSTRUCTOR_NAME, true)) {\n var instance = new Constructor();\n // early implementations not supports chaining\n var HASNT_CHAINING = instance[ADDER](IS_WEAK ? {} : -0, 1) != instance;\n // V8 ~ Chromium 40- weak-collections throws on primitives, but should return false\n var THROWS_ON_PRIMITIVES = fails(function () { instance.has(1); });\n // most early implementations doesn't supports iterables, most modern - not close it correctly\n // eslint-disable-next-line no-new\n var ACCEPT_ITERABLES = checkCorrectnessOfIteration(function (iterable) { new NativeConstructor(iterable); });\n // for early implementations -0 and +0 not the same\n var BUGGY_ZERO = !IS_WEAK && fails(function () {\n // V8 ~ Chromium 42- fails only with 5+ elements\n var $instance = new NativeConstructor();\n var index = 5;\n while (index--) $instance[ADDER](index, index);\n return !$instance.has(-0);\n });\n\n if (!ACCEPT_ITERABLES) {\n Constructor = wrapper(function (dummy, iterable) {\n anInstance(dummy, Constructor, CONSTRUCTOR_NAME);\n var that = inheritIfRequired(new NativeConstructor(), dummy, Constructor);\n if (iterable != undefined) iterate(iterable, that[ADDER], that, IS_MAP);\n return that;\n });\n Constructor.prototype = NativePrototype;\n NativePrototype.constructor = Constructor;\n }\n\n if (THROWS_ON_PRIMITIVES || BUGGY_ZERO) {\n fixMethod('delete');\n fixMethod('has');\n IS_MAP && fixMethod('get');\n }\n\n if (BUGGY_ZERO || HASNT_CHAINING) fixMethod(ADDER);\n\n // weak collections should not contains .clear method\n if (IS_WEAK && NativePrototype.clear) delete NativePrototype.clear;\n }\n\n exported[CONSTRUCTOR_NAME] = Constructor;\n $({ global: true, forced: Constructor != NativeConstructor }, exported);\n\n setToStringTag(Constructor, CONSTRUCTOR_NAME);\n\n if (!IS_WEAK) common.setStrong(Constructor, CONSTRUCTOR_NAME, IS_MAP);\n\n return Constructor;\n};\n","var fails = require('../internals/fails');\n\nmodule.exports = !fails(function () {\n return Object.isExtensible(Object.preventExtensions({}));\n});\n","var wellKnownSymbol = require('../internals/well-known-symbol');\nvar Iterators = require('../internals/iterators');\n\nvar ITERATOR = wellKnownSymbol('iterator');\nvar ArrayPrototype = Array.prototype;\n\n// check on default Array iterator\nmodule.exports = function (it) {\n return it !== undefined && (Iterators.Array === it || ArrayPrototype[ITERATOR] === it);\n};\n","var classof = require('../internals/classof');\nvar Iterators = require('../internals/iterators');\nvar wellKnownSymbol = require('../internals/well-known-symbol');\n\nvar ITERATOR = wellKnownSymbol('iterator');\n\nmodule.exports = function (it) {\n if (it != undefined) return it[ITERATOR]\n || it['@@iterator']\n || Iterators[classof(it)];\n};\n","var anObject = require('../internals/an-object');\n\n// call something on iterator step with safe closing on error\nmodule.exports = function (iterator, fn, value, ENTRIES) {\n try {\n return ENTRIES ? fn(anObject(value)[0], value[1]) : fn(value);\n // 7.4.6 IteratorClose(iterator, completion)\n } catch (error) {\n var returnMethod = iterator['return'];\n if (returnMethod !== undefined) anObject(returnMethod.call(iterator));\n throw error;\n }\n};\n","var wellKnownSymbol = require('../internals/well-known-symbol');\n\nvar ITERATOR = wellKnownSymbol('iterator');\nvar SAFE_CLOSING = false;\n\ntry {\n var called = 0;\n var iteratorWithReturn = {\n next: function () {\n return { done: !!called++ };\n },\n 'return': function () {\n SAFE_CLOSING = true;\n }\n };\n iteratorWithReturn[ITERATOR] = function () {\n return this;\n };\n // eslint-disable-next-line no-throw-literal\n Array.from(iteratorWithReturn, function () { throw 2; });\n} catch (error) { /* empty */ }\n\nmodule.exports = function (exec, SKIP_CLOSING) {\n if (!SKIP_CLOSING && !SAFE_CLOSING) return false;\n var ITERATION_SUPPORT = false;\n try {\n var object = {};\n object[ITERATOR] = function () {\n return {\n next: function () {\n return { done: ITERATION_SUPPORT = true };\n }\n };\n };\n exec(object);\n } catch (error) { /* empty */ }\n return ITERATION_SUPPORT;\n};\n","var isObject = require('../internals/is-object');\nvar setPrototypeOf = require('../internals/object-set-prototype-of');\n\n// makes subclassing work correct for wrapped built-ins\nmodule.exports = function ($this, dummy, Wrapper) {\n var NewTarget, NewTargetPrototype;\n if (\n // it can work only with native `setPrototypeOf`\n setPrototypeOf &&\n // we haven't completely correct pre-ES6 way for getting `new.target`, so use this\n typeof (NewTarget = dummy.constructor) == 'function' &&\n NewTarget !== Wrapper &&\n isObject(NewTargetPrototype = NewTarget.prototype) &&\n NewTargetPrototype !== Wrapper.prototype\n ) setPrototypeOf($this, NewTargetPrototype);\n return $this;\n};\n","'use strict';\nvar defineProperty = require('../internals/object-define-property').f;\nvar create = require('../internals/object-create');\nvar redefineAll = require('../internals/redefine-all');\nvar bind = require('../internals/function-bind-context');\nvar anInstance = require('../internals/an-instance');\nvar iterate = require('../internals/iterate');\nvar defineIterator = require('../internals/define-iterator');\nvar setSpecies = require('../internals/set-species');\nvar DESCRIPTORS = require('../internals/descriptors');\nvar fastKey = require('../internals/internal-metadata').fastKey;\nvar InternalStateModule = require('../internals/internal-state');\n\nvar setInternalState = InternalStateModule.set;\nvar internalStateGetterFor = InternalStateModule.getterFor;\n\nmodule.exports = {\n getConstructor: function (wrapper, CONSTRUCTOR_NAME, IS_MAP, ADDER) {\n var C = wrapper(function (that, iterable) {\n anInstance(that, C, CONSTRUCTOR_NAME);\n setInternalState(that, {\n type: CONSTRUCTOR_NAME,\n index: create(null),\n first: undefined,\n last: undefined,\n size: 0\n });\n if (!DESCRIPTORS) that.size = 0;\n if (iterable != undefined) iterate(iterable, that[ADDER], that, IS_MAP);\n });\n\n var getInternalState = internalStateGetterFor(CONSTRUCTOR_NAME);\n\n var define = function (that, key, value) {\n var state = getInternalState(that);\n var entry = getEntry(that, key);\n var previous, index;\n // change existing entry\n if (entry) {\n entry.value = value;\n // create new entry\n } else {\n state.last = entry = {\n index: index = fastKey(key, true),\n key: key,\n value: value,\n previous: previous = state.last,\n next: undefined,\n removed: false\n };\n if (!state.first) state.first = entry;\n if (previous) previous.next = entry;\n if (DESCRIPTORS) state.size++;\n else that.size++;\n // add to index\n if (index !== 'F') state.index[index] = entry;\n } return that;\n };\n\n var getEntry = function (that, key) {\n var state = getInternalState(that);\n // fast case\n var index = fastKey(key);\n var entry;\n if (index !== 'F') return state.index[index];\n // frozen object case\n for (entry = state.first; entry; entry = entry.next) {\n if (entry.key == key) return entry;\n }\n };\n\n redefineAll(C.prototype, {\n // 23.1.3.1 Map.prototype.clear()\n // 23.2.3.2 Set.prototype.clear()\n clear: function clear() {\n var that = this;\n var state = getInternalState(that);\n var data = state.index;\n var entry = state.first;\n while (entry) {\n entry.removed = true;\n if (entry.previous) entry.previous = entry.previous.next = undefined;\n delete data[entry.index];\n entry = entry.next;\n }\n state.first = state.last = undefined;\n if (DESCRIPTORS) state.size = 0;\n else that.size = 0;\n },\n // 23.1.3.3 Map.prototype.delete(key)\n // 23.2.3.4 Set.prototype.delete(value)\n 'delete': function (key) {\n var that = this;\n var state = getInternalState(that);\n var entry = getEntry(that, key);\n if (entry) {\n var next = entry.next;\n var prev = entry.previous;\n delete state.index[entry.index];\n entry.removed = true;\n if (prev) prev.next = next;\n if (next) next.previous = prev;\n if (state.first == entry) state.first = next;\n if (state.last == entry) state.last = prev;\n if (DESCRIPTORS) state.size--;\n else that.size--;\n } return !!entry;\n },\n // 23.2.3.6 Set.prototype.forEach(callbackfn, thisArg = undefined)\n // 23.1.3.5 Map.prototype.forEach(callbackfn, thisArg = undefined)\n forEach: function forEach(callbackfn /* , that = undefined */) {\n var state = getInternalState(this);\n var boundFunction = bind(callbackfn, arguments.length > 1 ? arguments[1] : undefined, 3);\n var entry;\n while (entry = entry ? entry.next : state.first) {\n boundFunction(entry.value, entry.key, this);\n // revert to the last existing entry\n while (entry && entry.removed) entry = entry.previous;\n }\n },\n // 23.1.3.7 Map.prototype.has(key)\n // 23.2.3.7 Set.prototype.has(value)\n has: function has(key) {\n return !!getEntry(this, key);\n }\n });\n\n redefineAll(C.prototype, IS_MAP ? {\n // 23.1.3.6 Map.prototype.get(key)\n get: function get(key) {\n var entry = getEntry(this, key);\n return entry && entry.value;\n },\n // 23.1.3.9 Map.prototype.set(key, value)\n set: function set(key, value) {\n return define(this, key === 0 ? 0 : key, value);\n }\n } : {\n // 23.2.3.1 Set.prototype.add(value)\n add: function add(value) {\n return define(this, value = value === 0 ? 0 : value, value);\n }\n });\n if (DESCRIPTORS) defineProperty(C.prototype, 'size', {\n get: function () {\n return getInternalState(this).size;\n }\n });\n return C;\n },\n setStrong: function (C, CONSTRUCTOR_NAME, IS_MAP) {\n var ITERATOR_NAME = CONSTRUCTOR_NAME + ' Iterator';\n var getInternalCollectionState = internalStateGetterFor(CONSTRUCTOR_NAME);\n var getInternalIteratorState = internalStateGetterFor(ITERATOR_NAME);\n // add .keys, .values, .entries, [@@iterator]\n // 23.1.3.4, 23.1.3.8, 23.1.3.11, 23.1.3.12, 23.2.3.5, 23.2.3.8, 23.2.3.10, 23.2.3.11\n defineIterator(C, CONSTRUCTOR_NAME, function (iterated, kind) {\n setInternalState(this, {\n type: ITERATOR_NAME,\n target: iterated,\n state: getInternalCollectionState(iterated),\n kind: kind,\n last: undefined\n });\n }, function () {\n var state = getInternalIteratorState(this);\n var kind = state.kind;\n var entry = state.last;\n // revert to the last existing entry\n while (entry && entry.removed) entry = entry.previous;\n // get next entry\n if (!state.target || !(state.last = entry = entry ? entry.next : state.state.first)) {\n // or finish the iteration\n state.target = undefined;\n return { value: undefined, done: true };\n }\n // return step by kind\n if (kind == 'keys') return { value: entry.key, done: false };\n if (kind == 'values') return { value: entry.value, done: false };\n return { value: [entry.key, entry.value], done: false };\n }, IS_MAP ? 'entries' : 'values', !IS_MAP, true);\n\n // add [@@species], 23.1.2.2, 23.2.2.2\n setSpecies(CONSTRUCTOR_NAME);\n }\n};\n","var redefine = require('../internals/redefine');\n\nmodule.exports = function (target, src, options) {\n for (var key in src) redefine(target, key, src[key], options);\n return target;\n};\n","'use strict';\nvar getBuiltIn = require('../internals/get-built-in');\nvar definePropertyModule = require('../internals/object-define-property');\nvar wellKnownSymbol = require('../internals/well-known-symbol');\nvar DESCRIPTORS = require('../internals/descriptors');\n\nvar SPECIES = wellKnownSymbol('species');\n\nmodule.exports = function (CONSTRUCTOR_NAME) {\n var Constructor = getBuiltIn(CONSTRUCTOR_NAME);\n var defineProperty = definePropertyModule.f;\n\n if (DESCRIPTORS && Constructor && !Constructor[SPECIES]) {\n defineProperty(Constructor, SPECIES, {\n configurable: true,\n get: function () { return this; }\n });\n }\n};\n","var TO_STRING_TAG_SUPPORT = require('../internals/to-string-tag-support');\nvar redefine = require('../internals/redefine');\nvar toString = require('../internals/object-to-string');\n\n// `Object.prototype.toString` method\n// https://tc39.github.io/ecma262/#sec-object.prototype.tostring\nif (!TO_STRING_TAG_SUPPORT) {\n redefine(Object.prototype, 'toString', toString, { unsafe: true });\n}\n","'use strict';\nvar TO_STRING_TAG_SUPPORT = require('../internals/to-string-tag-support');\nvar classof = require('../internals/classof');\n\n// `Object.prototype.toString` method implementation\n// https://tc39.github.io/ecma262/#sec-object.prototype.tostring\nmodule.exports = TO_STRING_TAG_SUPPORT ? {}.toString : function toString() {\n return '[object ' + classof(this) + ']';\n};\n","'use strict';\nvar charAt = require('../internals/string-multibyte').charAt;\nvar InternalStateModule = require('../internals/internal-state');\nvar defineIterator = require('../internals/define-iterator');\n\nvar STRING_ITERATOR = 'String Iterator';\nvar setInternalState = InternalStateModule.set;\nvar getInternalState = InternalStateModule.getterFor(STRING_ITERATOR);\n\n// `String.prototype[@@iterator]` method\n// https://tc39.github.io/ecma262/#sec-string.prototype-@@iterator\ndefineIterator(String, 'String', function (iterated) {\n setInternalState(this, {\n type: STRING_ITERATOR,\n string: String(iterated),\n index: 0\n });\n// `%StringIteratorPrototype%.next` method\n// https://tc39.github.io/ecma262/#sec-%stringiteratorprototype%.next\n}, function next() {\n var state = getInternalState(this);\n var string = state.string;\n var index = state.index;\n var point;\n if (index >= string.length) return { value: undefined, done: true };\n point = charAt(string, index);\n state.index += point.length;\n return { value: point, done: false };\n});\n","var toInteger = require('../internals/to-integer');\nvar requireObjectCoercible = require('../internals/require-object-coercible');\n\n// `String.prototype.{ codePointAt, at }` methods implementation\nvar createMethod = function (CONVERT_TO_STRING) {\n return function ($this, pos) {\n var S = String(requireObjectCoercible($this));\n var position = toInteger(pos);\n var size = S.length;\n var first, second;\n if (position < 0 || position >= size) return CONVERT_TO_STRING ? '' : undefined;\n first = S.charCodeAt(position);\n return first < 0xD800 || first > 0xDBFF || position + 1 === size\n || (second = S.charCodeAt(position + 1)) < 0xDC00 || second > 0xDFFF\n ? CONVERT_TO_STRING ? S.charAt(position) : first\n : CONVERT_TO_STRING ? S.slice(position, position + 2) : (first - 0xD800 << 10) + (second - 0xDC00) + 0x10000;\n };\n};\n\nmodule.exports = {\n // `String.prototype.codePointAt` method\n // https://tc39.github.io/ecma262/#sec-string.prototype.codepointat\n codeAt: createMethod(false),\n // `String.prototype.at` method\n // https://github.com/mathiasbynens/String.prototype.at\n charAt: createMethod(true)\n};\n","var global = require('../internals/global');\nvar DOMIterables = require('../internals/dom-iterables');\nvar forEach = require('../internals/array-for-each');\nvar createNonEnumerableProperty = require('../internals/create-non-enumerable-property');\n\nfor (var COLLECTION_NAME in DOMIterables) {\n var Collection = global[COLLECTION_NAME];\n var CollectionPrototype = Collection && Collection.prototype;\n // some Chrome versions have non-configurable methods on DOMTokenList\n if (CollectionPrototype && CollectionPrototype.forEach !== forEach) try {\n createNonEnumerableProperty(CollectionPrototype, 'forEach', forEach);\n } catch (error) {\n CollectionPrototype.forEach = forEach;\n }\n}\n","var global = require('../internals/global');\nvar DOMIterables = require('../internals/dom-iterables');\nvar ArrayIteratorMethods = require('../modules/es.array.iterator');\nvar createNonEnumerableProperty = require('../internals/create-non-enumerable-property');\nvar wellKnownSymbol = require('../internals/well-known-symbol');\n\nvar ITERATOR = wellKnownSymbol('iterator');\nvar TO_STRING_TAG = wellKnownSymbol('toStringTag');\nvar ArrayValues = ArrayIteratorMethods.values;\n\nfor (var COLLECTION_NAME in DOMIterables) {\n var Collection = global[COLLECTION_NAME];\n var CollectionPrototype = Collection && Collection.prototype;\n if (CollectionPrototype) {\n // some Chrome versions have non-configurable methods on DOMTokenList\n if (CollectionPrototype[ITERATOR] !== ArrayValues) try {\n createNonEnumerableProperty(CollectionPrototype, ITERATOR, ArrayValues);\n } catch (error) {\n CollectionPrototype[ITERATOR] = ArrayValues;\n }\n if (!CollectionPrototype[TO_STRING_TAG]) {\n createNonEnumerableProperty(CollectionPrototype, TO_STRING_TAG, COLLECTION_NAME);\n }\n if (DOMIterables[COLLECTION_NAME]) for (var METHOD_NAME in ArrayIteratorMethods) {\n // some Chrome versions have non-configurable methods on DOMTokenList\n if (CollectionPrototype[METHOD_NAME] !== ArrayIteratorMethods[METHOD_NAME]) try {\n createNonEnumerableProperty(CollectionPrototype, METHOD_NAME, ArrayIteratorMethods[METHOD_NAME]);\n } catch (error) {\n CollectionPrototype[METHOD_NAME] = ArrayIteratorMethods[METHOD_NAME];\n }\n }\n }\n}\n","var check = function (it) {\n return it && it.Math == Math && it;\n};\n\n// https://github.com/zloirock/core-js/issues/86#issuecomment-115759028\nmodule.exports =\n // eslint-disable-next-line no-undef\n check(typeof globalThis == 'object' && globalThis) ||\n check(typeof window == 'object' && window) ||\n check(typeof self == 'object' && self) ||\n check(typeof global == 'object' && global) ||\n // eslint-disable-next-line no-new-func\n Function('return this')();\n","var DESCRIPTORS = require('../internals/descriptors');\nvar propertyIsEnumerableModule = require('../internals/object-property-is-enumerable');\nvar createPropertyDescriptor = require('../internals/create-property-descriptor');\nvar toIndexedObject = require('../internals/to-indexed-object');\nvar toPrimitive = require('../internals/to-primitive');\nvar has = require('../internals/has');\nvar IE8_DOM_DEFINE = require('../internals/ie8-dom-define');\n\nvar nativeGetOwnPropertyDescriptor = Object.getOwnPropertyDescriptor;\n\n// `Object.getOwnPropertyDescriptor` method\n// https://tc39.github.io/ecma262/#sec-object.getownpropertydescriptor\nexports.f = DESCRIPTORS ? nativeGetOwnPropertyDescriptor : function getOwnPropertyDescriptor(O, P) {\n O = toIndexedObject(O);\n P = toPrimitive(P, true);\n if (IE8_DOM_DEFINE) try {\n return nativeGetOwnPropertyDescriptor(O, P);\n } catch (error) { /* empty */ }\n if (has(O, P)) return createPropertyDescriptor(!propertyIsEnumerableModule.f.call(O, P), O[P]);\n};\n","var toString = {}.toString;\n\nmodule.exports = function (it) {\n return toString.call(it).slice(8, -1);\n};\n","// `RequireObjectCoercible` abstract operation\n// https://tc39.github.io/ecma262/#sec-requireobjectcoercible\nmodule.exports = function (it) {\n if (it == undefined) throw TypeError(\"Can't call method on \" + it);\n return it;\n};\n","var DESCRIPTORS = require('../internals/descriptors');\nvar fails = require('../internals/fails');\nvar createElement = require('../internals/document-create-element');\n\n// Thank's IE8 for his funny defineProperty\nmodule.exports = !DESCRIPTORS && !fails(function () {\n return Object.defineProperty(createElement('div'), 'a', {\n get: function () { return 7; }\n }).a != 7;\n});\n","var isObject = require('../internals/is-object');\n\nmodule.exports = function (it) {\n if (!isObject(it)) {\n throw TypeError(String(it) + ' is not an object');\n } return it;\n};\n","var store = require('../internals/shared-store');\n\nvar functionToString = Function.toString;\n\n// this helper broken in `3.4.1-3.4.4`, so we can't use `shared` helper\nif (typeof store.inspectSource != 'function') {\n store.inspectSource = function (it) {\n return functionToString.call(it);\n };\n}\n\nmodule.exports = store.inspectSource;\n","var global = require('../internals/global');\nvar setGlobal = require('../internals/set-global');\n\nvar SHARED = '__core-js_shared__';\nvar store = global[SHARED] || setGlobal(SHARED, {});\n\nmodule.exports = store;\n","var IS_PURE = require('../internals/is-pure');\nvar store = require('../internals/shared-store');\n\n(module.exports = function (key, value) {\n return store[key] || (store[key] = value !== undefined ? value : {});\n})('versions', []).push({\n version: '3.6.4',\n mode: IS_PURE ? 'pure' : 'global',\n copyright: '© 2020 Denis Pushkarev (zloirock.ru)'\n});\n","var id = 0;\nvar postfix = Math.random();\n\nmodule.exports = function (key) {\n return 'Symbol(' + String(key === undefined ? '' : key) + ')_' + (++id + postfix).toString(36);\n};\n","module.exports = {};\n","var path = require('../internals/path');\nvar global = require('../internals/global');\n\nvar aFunction = function (variable) {\n return typeof variable == 'function' ? variable : undefined;\n};\n\nmodule.exports = function (namespace, method) {\n return arguments.length < 2 ? aFunction(path[namespace]) || aFunction(global[namespace])\n : path[namespace] && path[namespace][method] || global[namespace] && global[namespace][method];\n};\n","var toInteger = require('../internals/to-integer');\n\nvar min = Math.min;\n\n// `ToLength` abstract operation\n// https://tc39.github.io/ecma262/#sec-tolength\nmodule.exports = function (argument) {\n return argument > 0 ? min(toInteger(argument), 0x1FFFFFFFFFFFFF) : 0; // 2 ** 53 - 1 == 9007199254740991\n};\n","var ceil = Math.ceil;\nvar floor = Math.floor;\n\n// `ToInteger` abstract operation\n// https://tc39.github.io/ecma262/#sec-tointeger\nmodule.exports = function (argument) {\n return isNaN(argument = +argument) ? 0 : (argument > 0 ? floor : ceil)(argument);\n};\n","var classof = require('../internals/classof-raw');\n\n// `IsArray` abstract operation\n// https://tc39.github.io/ecma262/#sec-isarray\nmodule.exports = Array.isArray || function isArray(arg) {\n return classof(arg) == 'Array';\n};\n","var fails = require('../internals/fails');\n\nmodule.exports = !!Object.getOwnPropertySymbols && !fails(function () {\n // Chrome 38 Symbol has incorrect toString conversion\n // eslint-disable-next-line no-undef\n return !String(Symbol());\n});\n","var global = require('../internals/global');\nvar userAgent = require('../internals/engine-user-agent');\n\nvar process = global.process;\nvar versions = process && process.versions;\nvar v8 = versions && versions.v8;\nvar match, version;\n\nif (v8) {\n match = v8.split('.');\n version = match[0] + match[1];\n} else if (userAgent) {\n match = userAgent.match(/Edge\\/(\\d+)/);\n if (!match || match[1] >= 74) {\n match = userAgent.match(/Chrome\\/(\\d+)/);\n if (match) version = match[1];\n }\n}\n\nmodule.exports = version && +version;\n","var DESCRIPTORS = require('../internals/descriptors');\nvar propertyIsEnumerableModule = require('../internals/object-property-is-enumerable');\nvar createPropertyDescriptor = require('../internals/create-property-descriptor');\nvar toIndexedObject = require('../internals/to-indexed-object');\nvar toPrimitive = require('../internals/to-primitive');\nvar has = require('../internals/has');\nvar IE8_DOM_DEFINE = require('../internals/ie8-dom-define');\n\nvar nativeGetOwnPropertyDescriptor = Object.getOwnPropertyDescriptor;\n\n// `Object.getOwnPropertyDescriptor` method\n// https://tc39.github.io/ecma262/#sec-object.getownpropertydescriptor\nexports.f = DESCRIPTORS ? nativeGetOwnPropertyDescriptor : function getOwnPropertyDescriptor(O, P) {\n O = toIndexedObject(O);\n P = toPrimitive(P, true);\n if (IE8_DOM_DEFINE) try {\n return nativeGetOwnPropertyDescriptor(O, P);\n } catch (error) { /* empty */ }\n if (has(O, P)) return createPropertyDescriptor(!propertyIsEnumerableModule.f.call(O, P), O[P]);\n};\n","'use strict';\nvar nativePropertyIsEnumerable = {}.propertyIsEnumerable;\nvar getOwnPropertyDescriptor = Object.getOwnPropertyDescriptor;\n\n// Nashorn ~ JDK8 bug\nvar NASHORN_BUG = getOwnPropertyDescriptor && !nativePropertyIsEnumerable.call({ 1: 2 }, 1);\n\n// `Object.prototype.propertyIsEnumerable` method implementation\n// https://tc39.github.io/ecma262/#sec-object.prototype.propertyisenumerable\nexports.f = NASHORN_BUG ? function propertyIsEnumerable(V) {\n var descriptor = getOwnPropertyDescriptor(this, V);\n return !!descriptor && descriptor.enumerable;\n} : nativePropertyIsEnumerable;\n","module.exports = function (bitmap, value) {\n return {\n enumerable: !(bitmap & 1),\n configurable: !(bitmap & 2),\n writable: !(bitmap & 4),\n value: value\n };\n};\n","var fails = require('../internals/fails');\nvar classof = require('../internals/classof-raw');\n\nvar split = ''.split;\n\n// fallback for non-array-like ES3 and non-enumerable old V8 strings\nmodule.exports = fails(function () {\n // throws an error in rhino, see https://github.com/mozilla/rhino/issues/346\n // eslint-disable-next-line no-prototype-builtins\n return !Object('z').propertyIsEnumerable(0);\n}) ? function (it) {\n return classof(it) == 'String' ? split.call(it, '') : Object(it);\n} : Object;\n","// `RequireObjectCoercible` abstract operation\n// https://tc39.github.io/ecma262/#sec-requireobjectcoercible\nmodule.exports = function (it) {\n if (it == undefined) throw TypeError(\"Can't call method on \" + it);\n return it;\n};\n","var isObject = require('../internals/is-object');\n\n// `ToPrimitive` abstract operation\n// https://tc39.github.io/ecma262/#sec-toprimitive\n// instead of the ES6 spec version, we didn't implement @@toPrimitive case\n// and the second argument - flag - preferred type is a string\nmodule.exports = function (input, PREFERRED_STRING) {\n if (!isObject(input)) return input;\n var fn, val;\n if (PREFERRED_STRING && typeof (fn = input.toString) == 'function' && !isObject(val = fn.call(input))) return val;\n if (typeof (fn = input.valueOf) == 'function' && !isObject(val = fn.call(input))) return val;\n if (!PREFERRED_STRING && typeof (fn = input.toString) == 'function' && !isObject(val = fn.call(input))) return val;\n throw TypeError(\"Can't convert object to primitive value\");\n};\n","var DESCRIPTORS = require('../internals/descriptors');\nvar fails = require('../internals/fails');\nvar createElement = require('../internals/document-create-element');\n\n// Thank's IE8 for his funny defineProperty\nmodule.exports = !DESCRIPTORS && !fails(function () {\n return Object.defineProperty(createElement('div'), 'a', {\n get: function () { return 7; }\n }).a != 7;\n});\n","var DESCRIPTORS = require('../internals/descriptors');\nvar IE8_DOM_DEFINE = require('../internals/ie8-dom-define');\nvar anObject = require('../internals/an-object');\nvar toPrimitive = require('../internals/to-primitive');\n\nvar nativeDefineProperty = Object.defineProperty;\n\n// `Object.defineProperty` method\n// https://tc39.github.io/ecma262/#sec-object.defineproperty\nexports.f = DESCRIPTORS ? nativeDefineProperty : function defineProperty(O, P, Attributes) {\n anObject(O);\n P = toPrimitive(P, true);\n anObject(Attributes);\n if (IE8_DOM_DEFINE) try {\n return nativeDefineProperty(O, P, Attributes);\n } catch (error) { /* empty */ }\n if ('get' in Attributes || 'set' in Attributes) throw TypeError('Accessors not supported');\n if ('value' in Attributes) O[P] = Attributes.value;\n return O;\n};\n","var isObject = require('../internals/is-object');\n\nmodule.exports = function (it) {\n if (!isObject(it)) {\n throw TypeError(String(it) + ' is not an object');\n } return it;\n};\n","var store = require('../internals/shared-store');\n\nvar functionToString = Function.toString;\n\n// this helper broken in `3.4.1-3.4.4`, so we can't use `shared` helper\nif (typeof store.inspectSource != 'function') {\n store.inspectSource = function (it) {\n return functionToString.call(it);\n };\n}\n\nmodule.exports = store.inspectSource;\n","var global = require('../internals/global');\nvar setGlobal = require('../internals/set-global');\n\nvar SHARED = '__core-js_shared__';\nvar store = global[SHARED] || setGlobal(SHARED, {});\n\nmodule.exports = store;\n","module.exports = {};\n","var has = require('../internals/has');\nvar toIndexedObject = require('../internals/to-indexed-object');\nvar indexOf = require('../internals/array-includes').indexOf;\nvar hiddenKeys = require('../internals/hidden-keys');\n\nmodule.exports = function (object, names) {\n var O = toIndexedObject(object);\n var i = 0;\n var result = [];\n var key;\n for (key in O) !has(hiddenKeys, key) && has(O, key) && result.push(key);\n // Don't enum bug & hidden keys\n while (names.length > i) if (has(O, key = names[i++])) {\n ~indexOf(result, key) || result.push(key);\n }\n return result;\n};\n","var ceil = Math.ceil;\nvar floor = Math.floor;\n\n// `ToInteger` abstract operation\n// https://tc39.github.io/ecma262/#sec-tointeger\nmodule.exports = function (argument) {\n return isNaN(argument = +argument) ? 0 : (argument > 0 ? floor : ceil)(argument);\n};\n","// IE8- don't enum bug keys\nmodule.exports = [\n 'constructor',\n 'hasOwnProperty',\n 'isPrototypeOf',\n 'propertyIsEnumerable',\n 'toLocaleString',\n 'toString',\n 'valueOf'\n];\n","exports.f = Object.getOwnPropertySymbols;\n","'use strict';\n\nmodule.exports = function bind(fn, thisArg) {\n return function wrap() {\n var args = new Array(arguments.length);\n for (var i = 0; i < args.length; i++) {\n args[i] = arguments[i];\n }\n return fn.apply(thisArg, args);\n };\n};\n","'use strict';\n\nvar utils = require('./../utils');\n\nfunction encode(val) {\n return encodeURIComponent(val).\n replace(/%40/gi, '@').\n replace(/%3A/gi, ':').\n replace(/%24/g, '$').\n replace(/%2C/gi, ',').\n replace(/%20/g, '+').\n replace(/%5B/gi, '[').\n replace(/%5D/gi, ']');\n}\n\n/**\n * Build a URL by appending params to the end\n *\n * @param {string} url The base of the url (e.g., http://www.google.com)\n * @param {object} [params] The params to be appended\n * @returns {string} The formatted url\n */\nmodule.exports = function buildURL(url, params, paramsSerializer) {\n /*eslint no-param-reassign:0*/\n if (!params) {\n return url;\n }\n\n var serializedParams;\n if (paramsSerializer) {\n serializedParams = paramsSerializer(params);\n } else if (utils.isURLSearchParams(params)) {\n serializedParams = params.toString();\n } else {\n var parts = [];\n\n utils.forEach(params, function serialize(val, key) {\n if (val === null || typeof val === 'undefined') {\n return;\n }\n\n if (utils.isArray(val)) {\n key = key + '[]';\n } else {\n val = [val];\n }\n\n utils.forEach(val, function parseValue(v) {\n if (utils.isDate(v)) {\n v = v.toISOString();\n } else if (utils.isObject(v)) {\n v = JSON.stringify(v);\n }\n parts.push(encode(key) + '=' + encode(v));\n });\n });\n\n serializedParams = parts.join('&');\n }\n\n if (serializedParams) {\n var hashmarkIndex = url.indexOf('#');\n if (hashmarkIndex !== -1) {\n url = url.slice(0, hashmarkIndex);\n }\n\n url += (url.indexOf('?') === -1 ? '?' : '&') + serializedParams;\n }\n\n return url;\n};\n","'use strict';\n\nmodule.exports = function isCancel(value) {\n return !!(value && value.__CANCEL__);\n};\n","'use strict';\n\nvar utils = require('./utils');\nvar normalizeHeaderName = require('./helpers/normalizeHeaderName');\n\nvar DEFAULT_CONTENT_TYPE = {\n 'Content-Type': 'application/x-www-form-urlencoded'\n};\n\nfunction setContentTypeIfUnset(headers, value) {\n if (!utils.isUndefined(headers) && utils.isUndefined(headers['Content-Type'])) {\n headers['Content-Type'] = value;\n }\n}\n\nfunction getDefaultAdapter() {\n var adapter;\n if (typeof XMLHttpRequest !== 'undefined') {\n // For browsers use XHR adapter\n adapter = require('./adapters/xhr');\n } else if (typeof process !== 'undefined' && Object.prototype.toString.call(process) === '[object process]') {\n // For node use HTTP adapter\n adapter = require('./adapters/http');\n }\n return adapter;\n}\n\nvar defaults = {\n adapter: getDefaultAdapter(),\n\n transformRequest: [function transformRequest(data, headers) {\n normalizeHeaderName(headers, 'Accept');\n normalizeHeaderName(headers, 'Content-Type');\n if (utils.isFormData(data) ||\n utils.isArrayBuffer(data) ||\n utils.isBuffer(data) ||\n utils.isStream(data) ||\n utils.isFile(data) ||\n utils.isBlob(data)\n ) {\n return data;\n }\n if (utils.isArrayBufferView(data)) {\n return data.buffer;\n }\n if (utils.isURLSearchParams(data)) {\n setContentTypeIfUnset(headers, 'application/x-www-form-urlencoded;charset=utf-8');\n return data.toString();\n }\n if (utils.isObject(data)) {\n setContentTypeIfUnset(headers, 'application/json;charset=utf-8');\n return JSON.stringify(data);\n }\n return data;\n }],\n\n transformResponse: [function transformResponse(data) {\n /*eslint no-param-reassign:0*/\n if (typeof data === 'string') {\n try {\n data = JSON.parse(data);\n } catch (e) { /* Ignore */ }\n }\n return data;\n }],\n\n /**\n * A timeout in milliseconds to abort a request. If set to 0 (default) a\n * timeout is not created.\n */\n timeout: 0,\n\n xsrfCookieName: 'XSRF-TOKEN',\n xsrfHeaderName: 'X-XSRF-TOKEN',\n\n maxContentLength: -1,\n\n validateStatus: function validateStatus(status) {\n return status >= 200 && status < 300;\n }\n};\n\ndefaults.headers = {\n common: {\n 'Accept': 'application/json, text/plain, */*'\n }\n};\n\nutils.forEach(['delete', 'get', 'head'], function forEachMethodNoData(method) {\n defaults.headers[method] = {};\n});\n\nutils.forEach(['post', 'put', 'patch'], function forEachMethodWithData(method) {\n defaults.headers[method] = utils.merge(DEFAULT_CONTENT_TYPE);\n});\n\nmodule.exports = defaults;\n","'use strict';\n\nvar utils = require('./../utils');\nvar settle = require('./../core/settle');\nvar buildURL = require('./../helpers/buildURL');\nvar buildFullPath = require('../core/buildFullPath');\nvar parseHeaders = require('./../helpers/parseHeaders');\nvar isURLSameOrigin = require('./../helpers/isURLSameOrigin');\nvar createError = require('../core/createError');\n\nmodule.exports = function xhrAdapter(config) {\n return new Promise(function dispatchXhrRequest(resolve, reject) {\n var requestData = config.data;\n var requestHeaders = config.headers;\n\n if (utils.isFormData(requestData)) {\n delete requestHeaders['Content-Type']; // Let the browser set it\n }\n\n var request = new XMLHttpRequest();\n\n // HTTP basic authentication\n if (config.auth) {\n var username = config.auth.username || '';\n var password = config.auth.password || '';\n requestHeaders.Authorization = 'Basic ' + btoa(username + ':' + password);\n }\n\n var fullPath = buildFullPath(config.baseURL, config.url);\n request.open(config.method.toUpperCase(), buildURL(fullPath, config.params, config.paramsSerializer), true);\n\n // Set the request timeout in MS\n request.timeout = config.timeout;\n\n // Listen for ready state\n request.onreadystatechange = function handleLoad() {\n if (!request || request.readyState !== 4) {\n return;\n }\n\n // The request errored out and we didn't get a response, this will be\n // handled by onerror instead\n // With one exception: request that using file: protocol, most browsers\n // will return status as 0 even though it's a successful request\n if (request.status === 0 && !(request.responseURL && request.responseURL.indexOf('file:') === 0)) {\n return;\n }\n\n // Prepare the response\n var responseHeaders = 'getAllResponseHeaders' in request ? parseHeaders(request.getAllResponseHeaders()) : null;\n var responseData = !config.responseType || config.responseType === 'text' ? request.responseText : request.response;\n var response = {\n data: responseData,\n status: request.status,\n statusText: request.statusText,\n headers: responseHeaders,\n config: config,\n request: request\n };\n\n settle(resolve, reject, response);\n\n // Clean up request\n request = null;\n };\n\n // Handle browser request cancellation (as opposed to a manual cancellation)\n request.onabort = function handleAbort() {\n if (!request) {\n return;\n }\n\n reject(createError('Request aborted', config, 'ECONNABORTED', request));\n\n // Clean up request\n request = null;\n };\n\n // Handle low level network errors\n request.onerror = function handleError() {\n // Real errors are hidden from us by the browser\n // onerror should only fire if it's a network error\n reject(createError('Network Error', config, null, request));\n\n // Clean up request\n request = null;\n };\n\n // Handle timeout\n request.ontimeout = function handleTimeout() {\n var timeoutErrorMessage = 'timeout of ' + config.timeout + 'ms exceeded';\n if (config.timeoutErrorMessage) {\n timeoutErrorMessage = config.timeoutErrorMessage;\n }\n reject(createError(timeoutErrorMessage, config, 'ECONNABORTED',\n request));\n\n // Clean up request\n request = null;\n };\n\n // Add xsrf header\n // This is only done if running in a standard browser environment.\n // Specifically not if we're in a web worker, or react-native.\n if (utils.isStandardBrowserEnv()) {\n var cookies = require('./../helpers/cookies');\n\n // Add xsrf header\n var xsrfValue = (config.withCredentials || isURLSameOrigin(fullPath)) && config.xsrfCookieName ?\n cookies.read(config.xsrfCookieName) :\n undefined;\n\n if (xsrfValue) {\n requestHeaders[config.xsrfHeaderName] = xsrfValue;\n }\n }\n\n // Add headers to the request\n if ('setRequestHeader' in request) {\n utils.forEach(requestHeaders, function setRequestHeader(val, key) {\n if (typeof requestData === 'undefined' && key.toLowerCase() === 'content-type') {\n // Remove Content-Type if data is undefined\n delete requestHeaders[key];\n } else {\n // Otherwise add header to the request\n request.setRequestHeader(key, val);\n }\n });\n }\n\n // Add withCredentials to request if needed\n if (!utils.isUndefined(config.withCredentials)) {\n request.withCredentials = !!config.withCredentials;\n }\n\n // Add responseType to request if needed\n if (config.responseType) {\n try {\n request.responseType = config.responseType;\n } catch (e) {\n // Expected DOMException thrown by browsers not compatible XMLHttpRequest Level 2.\n // But, this can be suppressed for 'json' type as it can be parsed by default 'transformResponse' function.\n if (config.responseType !== 'json') {\n throw e;\n }\n }\n }\n\n // Handle progress if needed\n if (typeof config.onDownloadProgress === 'function') {\n request.addEventListener('progress', config.onDownloadProgress);\n }\n\n // Not all browsers support upload events\n if (typeof config.onUploadProgress === 'function' && request.upload) {\n request.upload.addEventListener('progress', config.onUploadProgress);\n }\n\n if (config.cancelToken) {\n // Handle cancellation\n config.cancelToken.promise.then(function onCanceled(cancel) {\n if (!request) {\n return;\n }\n\n request.abort();\n reject(cancel);\n // Clean up request\n request = null;\n });\n }\n\n if (requestData === undefined) {\n requestData = null;\n }\n\n // Send the request\n request.send(requestData);\n });\n};\n","'use strict';\n\nvar enhanceError = require('./enhanceError');\n\n/**\n * Create an Error with the specified message, config, error code, request and response.\n *\n * @param {string} message The error message.\n * @param {Object} config The config.\n * @param {string} [code] The error code (for example, 'ECONNABORTED').\n * @param {Object} [request] The request.\n * @param {Object} [response] The response.\n * @returns {Error} The created error.\n */\nmodule.exports = function createError(message, config, code, request, response) {\n var error = new Error(message);\n return enhanceError(error, config, code, request, response);\n};\n","'use strict';\n\nvar utils = require('../utils');\n\n/**\n * Config-specific merge-function which creates a new config-object\n * by merging two configuration objects together.\n *\n * @param {Object} config1\n * @param {Object} config2\n * @returns {Object} New object resulting from merging config2 to config1\n */\nmodule.exports = function mergeConfig(config1, config2) {\n // eslint-disable-next-line no-param-reassign\n config2 = config2 || {};\n var config = {};\n\n var valueFromConfig2Keys = ['url', 'method', 'params', 'data'];\n var mergeDeepPropertiesKeys = ['headers', 'auth', 'proxy'];\n var defaultToConfig2Keys = [\n 'baseURL', 'url', 'transformRequest', 'transformResponse', 'paramsSerializer',\n 'timeout', 'withCredentials', 'adapter', 'responseType', 'xsrfCookieName',\n 'xsrfHeaderName', 'onUploadProgress', 'onDownloadProgress',\n 'maxContentLength', 'validateStatus', 'maxRedirects', 'httpAgent',\n 'httpsAgent', 'cancelToken', 'socketPath'\n ];\n\n utils.forEach(valueFromConfig2Keys, function valueFromConfig2(prop) {\n if (typeof config2[prop] !== 'undefined') {\n config[prop] = config2[prop];\n }\n });\n\n utils.forEach(mergeDeepPropertiesKeys, function mergeDeepProperties(prop) {\n if (utils.isObject(config2[prop])) {\n config[prop] = utils.deepMerge(config1[prop], config2[prop]);\n } else if (typeof config2[prop] !== 'undefined') {\n config[prop] = config2[prop];\n } else if (utils.isObject(config1[prop])) {\n config[prop] = utils.deepMerge(config1[prop]);\n } else if (typeof config1[prop] !== 'undefined') {\n config[prop] = config1[prop];\n }\n });\n\n utils.forEach(defaultToConfig2Keys, function defaultToConfig2(prop) {\n if (typeof config2[prop] !== 'undefined') {\n config[prop] = config2[prop];\n } else if (typeof config1[prop] !== 'undefined') {\n config[prop] = config1[prop];\n }\n });\n\n var axiosKeys = valueFromConfig2Keys\n .concat(mergeDeepPropertiesKeys)\n .concat(defaultToConfig2Keys);\n\n var otherKeys = Object\n .keys(config2)\n .filter(function filterAxiosKeys(key) {\n return axiosKeys.indexOf(key) === -1;\n });\n\n utils.forEach(otherKeys, function otherKeysDefaultToConfig2(prop) {\n if (typeof config2[prop] !== 'undefined') {\n config[prop] = config2[prop];\n } else if (typeof config1[prop] !== 'undefined') {\n config[prop] = config1[prop];\n }\n });\n\n return config;\n};\n","'use strict';\n\n/**\n * A `Cancel` is an object that is thrown when an operation is canceled.\n *\n * @class\n * @param {string=} message The message.\n */\nfunction Cancel(message) {\n this.message = message;\n}\n\nCancel.prototype.toString = function toString() {\n return 'Cancel' + (this.message ? ': ' + this.message : '');\n};\n\nCancel.prototype.__CANCEL__ = true;\n\nmodule.exports = Cancel;\n","var DESCRIPTORS = require('../internals/descriptors');\nvar propertyIsEnumerableModule = require('../internals/object-property-is-enumerable');\nvar createPropertyDescriptor = require('../internals/create-property-descriptor');\nvar toIndexedObject = require('../internals/to-indexed-object');\nvar toPrimitive = require('../internals/to-primitive');\nvar has = require('../internals/has');\nvar IE8_DOM_DEFINE = require('../internals/ie8-dom-define');\n\nvar nativeGetOwnPropertyDescriptor = Object.getOwnPropertyDescriptor;\n\n// `Object.getOwnPropertyDescriptor` method\n// https://tc39.github.io/ecma262/#sec-object.getownpropertydescriptor\nexports.f = DESCRIPTORS ? nativeGetOwnPropertyDescriptor : function getOwnPropertyDescriptor(O, P) {\n O = toIndexedObject(O);\n P = toPrimitive(P, true);\n if (IE8_DOM_DEFINE) try {\n return nativeGetOwnPropertyDescriptor(O, P);\n } catch (error) { /* empty */ }\n if (has(O, P)) return createPropertyDescriptor(!propertyIsEnumerableModule.f.call(O, P), O[P]);\n};\n","module.exports = function (bitmap, value) {\n return {\n enumerable: !(bitmap & 1),\n configurable: !(bitmap & 2),\n writable: !(bitmap & 4),\n value: value\n };\n};\n","var fails = require('../internals/fails');\nvar classof = require('../internals/classof-raw');\n\nvar split = ''.split;\n\n// fallback for non-array-like ES3 and non-enumerable old V8 strings\nmodule.exports = fails(function () {\n // throws an error in rhino, see https://github.com/mozilla/rhino/issues/346\n // eslint-disable-next-line no-prototype-builtins\n return !Object('z').propertyIsEnumerable(0);\n}) ? function (it) {\n return classof(it) == 'String' ? split.call(it, '') : Object(it);\n} : Object;\n","var toString = {}.toString;\n\nmodule.exports = function (it) {\n return toString.call(it).slice(8, -1);\n};\n","// `RequireObjectCoercible` abstract operation\n// https://tc39.github.io/ecma262/#sec-requireobjectcoercible\nmodule.exports = function (it) {\n if (it == undefined) throw TypeError(\"Can't call method on \" + it);\n return it;\n};\n","var isObject = require('../internals/is-object');\n\n// `ToPrimitive` abstract operation\n// https://tc39.github.io/ecma262/#sec-toprimitive\n// instead of the ES6 spec version, we didn't implement @@toPrimitive case\n// and the second argument - flag - preferred type is a string\nmodule.exports = function (input, PREFERRED_STRING) {\n if (!isObject(input)) return input;\n var fn, val;\n if (PREFERRED_STRING && typeof (fn = input.toString) == 'function' && !isObject(val = fn.call(input))) return val;\n if (typeof (fn = input.valueOf) == 'function' && !isObject(val = fn.call(input))) return val;\n if (!PREFERRED_STRING && typeof (fn = input.toString) == 'function' && !isObject(val = fn.call(input))) return val;\n throw TypeError(\"Can't convert object to primitive value\");\n};\n","var DESCRIPTORS = require('../internals/descriptors');\nvar fails = require('../internals/fails');\nvar createElement = require('../internals/document-create-element');\n\n// Thank's IE8 for his funny defineProperty\nmodule.exports = !DESCRIPTORS && !fails(function () {\n return Object.defineProperty(createElement('div'), 'a', {\n get: function () { return 7; }\n }).a != 7;\n});\n","var DESCRIPTORS = require('../internals/descriptors');\nvar IE8_DOM_DEFINE = require('../internals/ie8-dom-define');\nvar anObject = require('../internals/an-object');\nvar toPrimitive = require('../internals/to-primitive');\n\nvar nativeDefineProperty = Object.defineProperty;\n\n// `Object.defineProperty` method\n// https://tc39.github.io/ecma262/#sec-object.defineproperty\nexports.f = DESCRIPTORS ? nativeDefineProperty : function defineProperty(O, P, Attributes) {\n anObject(O);\n P = toPrimitive(P, true);\n anObject(Attributes);\n if (IE8_DOM_DEFINE) try {\n return nativeDefineProperty(O, P, Attributes);\n } catch (error) { /* empty */ }\n if ('get' in Attributes || 'set' in Attributes) throw TypeError('Accessors not supported');\n if ('value' in Attributes) O[P] = Attributes.value;\n return O;\n};\n","var isObject = require('../internals/is-object');\n\nmodule.exports = function (it) {\n if (!isObject(it)) {\n throw TypeError(String(it) + ' is not an object');\n } return it;\n};\n","var store = require('../internals/shared-store');\n\nvar functionToString = Function.toString;\n\n// this helper broken in `3.4.1-3.4.4`, so we can't use `shared` helper\nif (typeof store.inspectSource != 'function') {\n store.inspectSource = function (it) {\n return functionToString.call(it);\n };\n}\n\nmodule.exports = store.inspectSource;\n","var global = require('../internals/global');\nvar setGlobal = require('../internals/set-global');\n\nvar SHARED = '__core-js_shared__';\nvar store = global[SHARED] || setGlobal(SHARED, {});\n\nmodule.exports = store;\n","var IS_PURE = require('../internals/is-pure');\nvar store = require('../internals/shared-store');\n\n(module.exports = function (key, value) {\n return store[key] || (store[key] = value !== undefined ? value : {});\n})('versions', []).push({\n version: '3.6.4',\n mode: IS_PURE ? 'pure' : 'global',\n copyright: '© 2020 Denis Pushkarev (zloirock.ru)'\n});\n","var id = 0;\nvar postfix = Math.random();\n\nmodule.exports = function (key) {\n return 'Symbol(' + String(key === undefined ? '' : key) + ')_' + (++id + postfix).toString(36);\n};\n","module.exports = {};\n","var toInteger = require('../internals/to-integer');\n\nvar min = Math.min;\n\n// `ToLength` abstract operation\n// https://tc39.github.io/ecma262/#sec-tolength\nmodule.exports = function (argument) {\n return argument > 0 ? min(toInteger(argument), 0x1FFFFFFFFFFFFF) : 0; // 2 ** 53 - 1 == 9007199254740991\n};\n","var ceil = Math.ceil;\nvar floor = Math.floor;\n\n// `ToInteger` abstract operation\n// https://tc39.github.io/ecma262/#sec-tointeger\nmodule.exports = function (argument) {\n return isNaN(argument = +argument) ? 0 : (argument > 0 ? floor : ceil)(argument);\n};\n","var fails = require('../internals/fails');\n\nmodule.exports = !!Object.getOwnPropertySymbols && !fails(function () {\n // Chrome 38 Symbol has incorrect toString conversion\n // eslint-disable-next-line no-undef\n return !String(Symbol());\n});\n","\"use strict\";\n\nrequire(\"core-js/modules/es.array.concat\");\n\nObject.defineProperty(exports, \"__esModule\", {\n value: true\n});\nexports.loadState = loadState;\n\n/**\n * @param app app ID, e.g. \"mail\"\n * @param key name of the property\n * @throws if the key can't be found\n */\nfunction loadState(app, key) {\n var elem = document.querySelector(\"#initial-state-\".concat(app, \"-\").concat(key));\n\n if (elem === null) {\n throw new Error(\"Could not find initial state \".concat(key, \" of \").concat(app));\n }\n\n try {\n return JSON.parse(atob(elem.value));\n } catch (e) {\n throw new Error(\"Could not parse initial state \".concat(key, \" of \").concat(app));\n }\n}\n//# sourceMappingURL=index.js.map","'use strict';\nvar $ = require('../internals/export');\nvar $indexOf = require('../internals/array-includes').indexOf;\nvar arrayMethodIsStrict = require('../internals/array-method-is-strict');\nvar arrayMethodUsesToLength = require('../internals/array-method-uses-to-length');\n\nvar nativeIndexOf = [].indexOf;\n\nvar NEGATIVE_ZERO = !!nativeIndexOf && 1 / [1].indexOf(1, -0) < 0;\nvar STRICT_METHOD = arrayMethodIsStrict('indexOf');\nvar USES_TO_LENGTH = arrayMethodUsesToLength('indexOf', { ACCESSORS: true, 1: 0 });\n\n// `Array.prototype.indexOf` method\n// https://tc39.github.io/ecma262/#sec-array.prototype.indexof\n$({ target: 'Array', proto: true, forced: NEGATIVE_ZERO || !STRICT_METHOD || !USES_TO_LENGTH }, {\n indexOf: function indexOf(searchElement /* , fromIndex = 0 */) {\n return NEGATIVE_ZERO\n // convert -0 to +0\n ? nativeIndexOf.apply(this, arguments) || 0\n : $indexOf(this, searchElement, arguments.length > 1 ? arguments[1] : undefined);\n }\n});\n","var global = require('../internals/global');\nvar isObject = require('../internals/is-object');\n\nvar document = global.document;\n// typeof document.createElement is 'object' in old IE\nvar EXISTS = isObject(document) && isObject(document.createElement);\n\nmodule.exports = function (it) {\n return EXISTS ? document.createElement(it) : {};\n};\n","var NATIVE_WEAK_MAP = require('../internals/native-weak-map');\nvar global = require('../internals/global');\nvar isObject = require('../internals/is-object');\nvar createNonEnumerableProperty = require('../internals/create-non-enumerable-property');\nvar objectHas = require('../internals/has');\nvar sharedKey = require('../internals/shared-key');\nvar hiddenKeys = require('../internals/hidden-keys');\n\nvar WeakMap = global.WeakMap;\nvar set, get, has;\n\nvar enforce = function (it) {\n return has(it) ? get(it) : set(it, {});\n};\n\nvar getterFor = function (TYPE) {\n return function (it) {\n var state;\n if (!isObject(it) || (state = get(it)).type !== TYPE) {\n throw TypeError('Incompatible receiver, ' + TYPE + ' required');\n } return state;\n };\n};\n\nif (NATIVE_WEAK_MAP) {\n var store = new WeakMap();\n var wmget = store.get;\n var wmhas = store.has;\n var wmset = store.set;\n set = function (it, metadata) {\n wmset.call(store, it, metadata);\n return metadata;\n };\n get = function (it) {\n return wmget.call(store, it) || {};\n };\n has = function (it) {\n return wmhas.call(store, it);\n };\n} else {\n var STATE = sharedKey('state');\n hiddenKeys[STATE] = true;\n set = function (it, metadata) {\n createNonEnumerableProperty(it, STATE, metadata);\n return metadata;\n };\n get = function (it) {\n return objectHas(it, STATE) ? it[STATE] : {};\n };\n has = function (it) {\n return objectHas(it, STATE);\n };\n}\n\nmodule.exports = {\n set: set,\n get: get,\n has: has,\n enforce: enforce,\n getterFor: getterFor\n};\n","var global = require('../internals/global');\nvar inspectSource = require('../internals/inspect-source');\n\nvar WeakMap = global.WeakMap;\n\nmodule.exports = typeof WeakMap === 'function' && /native code/.test(inspectSource(WeakMap));\n","var shared = require('../internals/shared');\nvar uid = require('../internals/uid');\n\nvar keys = shared('keys');\n\nmodule.exports = function (key) {\n return keys[key] || (keys[key] = uid(key));\n};\n","module.exports = false;\n","var has = require('../internals/has');\nvar ownKeys = require('../internals/own-keys');\nvar getOwnPropertyDescriptorModule = require('../internals/object-get-own-property-descriptor');\nvar definePropertyModule = require('../internals/object-define-property');\n\nmodule.exports = function (target, source) {\n var keys = ownKeys(source);\n var defineProperty = definePropertyModule.f;\n var getOwnPropertyDescriptor = getOwnPropertyDescriptorModule.f;\n for (var i = 0; i < keys.length; i++) {\n var key = keys[i];\n if (!has(target, key)) defineProperty(target, key, getOwnPropertyDescriptor(source, key));\n }\n};\n","var getBuiltIn = require('../internals/get-built-in');\nvar getOwnPropertyNamesModule = require('../internals/object-get-own-property-names');\nvar getOwnPropertySymbolsModule = require('../internals/object-get-own-property-symbols');\nvar anObject = require('../internals/an-object');\n\n// all object keys, includes non-enumerable and symbols\nmodule.exports = getBuiltIn('Reflect', 'ownKeys') || function ownKeys(it) {\n var keys = getOwnPropertyNamesModule.f(anObject(it));\n var getOwnPropertySymbols = getOwnPropertySymbolsModule.f;\n return getOwnPropertySymbols ? keys.concat(getOwnPropertySymbols(it)) : keys;\n};\n","var path = require('../internals/path');\nvar global = require('../internals/global');\n\nvar aFunction = function (variable) {\n return typeof variable == 'function' ? variable : undefined;\n};\n\nmodule.exports = function (namespace, method) {\n return arguments.length < 2 ? aFunction(path[namespace]) || aFunction(global[namespace])\n : path[namespace] && path[namespace][method] || global[namespace] && global[namespace][method];\n};\n","var global = require('../internals/global');\n\nmodule.exports = global;\n","var internalObjectKeys = require('../internals/object-keys-internal');\nvar enumBugKeys = require('../internals/enum-bug-keys');\n\nvar hiddenKeys = enumBugKeys.concat('length', 'prototype');\n\n// `Object.getOwnPropertyNames` method\n// https://tc39.github.io/ecma262/#sec-object.getownpropertynames\nexports.f = Object.getOwnPropertyNames || function getOwnPropertyNames(O) {\n return internalObjectKeys(O, hiddenKeys);\n};\n","var toInteger = require('../internals/to-integer');\n\nvar max = Math.max;\nvar min = Math.min;\n\n// Helper for a popular repeating case of the spec:\n// Let integer be ? ToInteger(index).\n// If integer < 0, let result be max((length + integer), 0); else let result be min(integer, length).\nmodule.exports = function (index, length) {\n var integer = toInteger(index);\n return integer < 0 ? max(integer + length, 0) : min(integer, length);\n};\n","var fails = require('../internals/fails');\n\nvar replacement = /#|\\.prototype\\./;\n\nvar isForced = function (feature, detection) {\n var value = data[normalize(feature)];\n return value == POLYFILL ? true\n : value == NATIVE ? false\n : typeof detection == 'function' ? fails(detection)\n : !!detection;\n};\n\nvar normalize = isForced.normalize = function (string) {\n return String(string).replace(replacement, '.').toLowerCase();\n};\n\nvar data = isForced.data = {};\nvar NATIVE = isForced.NATIVE = 'N';\nvar POLYFILL = isForced.POLYFILL = 'P';\n\nmodule.exports = isForced;\n","'use strict';\nvar fails = require('../internals/fails');\n\nmodule.exports = function (METHOD_NAME, argument) {\n var method = [][METHOD_NAME];\n return !!method && fails(function () {\n // eslint-disable-next-line no-useless-call,no-throw-literal\n method.call(null, argument || function () { throw 1; }, 1);\n });\n};\n","var DESCRIPTORS = require('../internals/descriptors');\nvar fails = require('../internals/fails');\nvar has = require('../internals/has');\n\nvar defineProperty = Object.defineProperty;\nvar cache = {};\n\nvar thrower = function (it) { throw it; };\n\nmodule.exports = function (METHOD_NAME, options) {\n if (has(cache, METHOD_NAME)) return cache[METHOD_NAME];\n if (!options) options = {};\n var method = [][METHOD_NAME];\n var ACCESSORS = has(options, 'ACCESSORS') ? options.ACCESSORS : false;\n var argument0 = has(options, 0) ? options[0] : thrower;\n var argument1 = has(options, 1) ? options[1] : undefined;\n\n return cache[METHOD_NAME] = !!method && !fails(function () {\n if (ACCESSORS && !DESCRIPTORS) return true;\n var O = { length: -1 };\n\n if (ACCESSORS) defineProperty(O, 1, { enumerable: true, get: thrower });\n else O[1] = 1;\n\n method.call(O, argument0, argument1);\n });\n};\n","var $ = require('../internals/export');\nvar assign = require('../internals/object-assign');\n\n// `Object.assign` method\n// https://tc39.github.io/ecma262/#sec-object.assign\n$({ target: 'Object', stat: true, forced: Object.assign !== assign }, {\n assign: assign\n});\n","'use strict';\nvar DESCRIPTORS = require('../internals/descriptors');\nvar fails = require('../internals/fails');\nvar objectKeys = require('../internals/object-keys');\nvar getOwnPropertySymbolsModule = require('../internals/object-get-own-property-symbols');\nvar propertyIsEnumerableModule = require('../internals/object-property-is-enumerable');\nvar toObject = require('../internals/to-object');\nvar IndexedObject = require('../internals/indexed-object');\n\nvar nativeAssign = Object.assign;\nvar defineProperty = Object.defineProperty;\n\n// `Object.assign` method\n// https://tc39.github.io/ecma262/#sec-object.assign\nmodule.exports = !nativeAssign || fails(function () {\n // should have correct order of operations (Edge bug)\n if (DESCRIPTORS && nativeAssign({ b: 1 }, nativeAssign(defineProperty({}, 'a', {\n enumerable: true,\n get: function () {\n defineProperty(this, 'b', {\n value: 3,\n enumerable: false\n });\n }\n }), { b: 2 })).b !== 1) return true;\n // should work with symbols and should have deterministic property order (V8 bug)\n var A = {};\n var B = {};\n // eslint-disable-next-line no-undef\n var symbol = Symbol();\n var alphabet = 'abcdefghijklmnopqrst';\n A[symbol] = 7;\n alphabet.split('').forEach(function (chr) { B[chr] = chr; });\n return nativeAssign({}, A)[symbol] != 7 || objectKeys(nativeAssign({}, B)).join('') != alphabet;\n}) ? function assign(target, source) { // eslint-disable-line no-unused-vars\n var T = toObject(target);\n var argumentsLength = arguments.length;\n var index = 1;\n var getOwnPropertySymbols = getOwnPropertySymbolsModule.f;\n var propertyIsEnumerable = propertyIsEnumerableModule.f;\n while (argumentsLength > index) {\n var S = IndexedObject(arguments[index++]);\n var keys = getOwnPropertySymbols ? objectKeys(S).concat(getOwnPropertySymbols(S)) : objectKeys(S);\n var length = keys.length;\n var j = 0;\n var key;\n while (length > j) {\n key = keys[j++];\n if (!DESCRIPTORS || propertyIsEnumerable.call(S, key)) T[key] = S[key];\n }\n } return T;\n} : nativeAssign;\n","var internalObjectKeys = require('../internals/object-keys-internal');\nvar enumBugKeys = require('../internals/enum-bug-keys');\n\n// `Object.keys` method\n// https://tc39.github.io/ecma262/#sec-object.keys\nmodule.exports = Object.keys || function keys(O) {\n return internalObjectKeys(O, enumBugKeys);\n};\n","var TO_STRING_TAG_SUPPORT = require('../internals/to-string-tag-support');\nvar redefine = require('../internals/redefine');\nvar toString = require('../internals/object-to-string');\n\n// `Object.prototype.toString` method\n// https://tc39.github.io/ecma262/#sec-object.prototype.tostring\nif (!TO_STRING_TAG_SUPPORT) {\n redefine(Object.prototype, 'toString', toString, { unsafe: true });\n}\n","var NATIVE_SYMBOL = require('../internals/native-symbol');\n\nmodule.exports = NATIVE_SYMBOL\n // eslint-disable-next-line no-undef\n && !Symbol.sham\n // eslint-disable-next-line no-undef\n && typeof Symbol.iterator == 'symbol';\n","'use strict';\nvar TO_STRING_TAG_SUPPORT = require('../internals/to-string-tag-support');\nvar classof = require('../internals/classof');\n\n// `Object.prototype.toString` method implementation\n// https://tc39.github.io/ecma262/#sec-object.prototype.tostring\nmodule.exports = TO_STRING_TAG_SUPPORT ? {}.toString : function toString() {\n return '[object ' + classof(this) + ']';\n};\n","var TO_STRING_TAG_SUPPORT = require('../internals/to-string-tag-support');\nvar classofRaw = require('../internals/classof-raw');\nvar wellKnownSymbol = require('../internals/well-known-symbol');\n\nvar TO_STRING_TAG = wellKnownSymbol('toStringTag');\n// ES3 wrong here\nvar CORRECT_ARGUMENTS = classofRaw(function () { return arguments; }()) == 'Arguments';\n\n// fallback for IE11 Script Access Denied error\nvar tryGet = function (it, key) {\n try {\n return it[key];\n } catch (error) { /* empty */ }\n};\n\n// getting tag from ES6+ `Object.prototype.toString`\nmodule.exports = TO_STRING_TAG_SUPPORT ? classofRaw : function (it) {\n var O, tag, result;\n return it === undefined ? 'Undefined' : it === null ? 'Null'\n // @@toStringTag case\n : typeof (tag = tryGet(O = Object(it), TO_STRING_TAG)) == 'string' ? tag\n // builtinTag case\n : CORRECT_ARGUMENTS ? classofRaw(O)\n // ES3 arguments fallback\n : (result = classofRaw(O)) == 'Object' && typeof O.callee == 'function' ? 'Arguments' : result;\n};\n","'use strict';\n\nvar fails = require('./fails');\n\n// babel-minify transpiles RegExp('a', 'y') -> /a/y and it causes SyntaxError,\n// so we use an intermediate function.\nfunction RE(s, f) {\n return RegExp(s, f);\n}\n\nexports.UNSUPPORTED_Y = fails(function () {\n // babel-minify transpiles RegExp('a', 'y') -> /a/y and it causes SyntaxError\n var re = RE('a', 'y');\n re.lastIndex = 2;\n return re.exec('abcd') != null;\n});\n\nexports.BROKEN_CARET = fails(function () {\n // https://bugzilla.mozilla.org/show_bug.cgi?id=773687\n var re = RE('^r', 'gy');\n re.lastIndex = 2;\n return re.exec('str') != null;\n});\n","'use strict';\nvar redefine = require('../internals/redefine');\nvar anObject = require('../internals/an-object');\nvar fails = require('../internals/fails');\nvar flags = require('../internals/regexp-flags');\n\nvar TO_STRING = 'toString';\nvar RegExpPrototype = RegExp.prototype;\nvar nativeToString = RegExpPrototype[TO_STRING];\n\nvar NOT_GENERIC = fails(function () { return nativeToString.call({ source: 'a', flags: 'b' }) != '/a/b'; });\n// FF44- RegExp#toString has a wrong name\nvar INCORRECT_NAME = nativeToString.name != TO_STRING;\n\n// `RegExp.prototype.toString` method\n// https://tc39.github.io/ecma262/#sec-regexp.prototype.tostring\nif (NOT_GENERIC || INCORRECT_NAME) {\n redefine(RegExp.prototype, TO_STRING, function toString() {\n var R = anObject(this);\n var p = String(R.source);\n var rf = R.flags;\n var f = String(rf === undefined && R instanceof RegExp && !('flags' in RegExpPrototype) ? flags.call(R) : rf);\n return '/' + p + '/' + f;\n }, { unsafe: true });\n}\n","'use strict';\nvar fixRegExpWellKnownSymbolLogic = require('../internals/fix-regexp-well-known-symbol-logic');\nvar anObject = require('../internals/an-object');\nvar toObject = require('../internals/to-object');\nvar toLength = require('../internals/to-length');\nvar toInteger = require('../internals/to-integer');\nvar requireObjectCoercible = require('../internals/require-object-coercible');\nvar advanceStringIndex = require('../internals/advance-string-index');\nvar regExpExec = require('../internals/regexp-exec-abstract');\n\nvar max = Math.max;\nvar min = Math.min;\nvar floor = Math.floor;\nvar SUBSTITUTION_SYMBOLS = /\\$([$&'`]|\\d\\d?|<[^>]*>)/g;\nvar SUBSTITUTION_SYMBOLS_NO_NAMED = /\\$([$&'`]|\\d\\d?)/g;\n\nvar maybeToString = function (it) {\n return it === undefined ? it : String(it);\n};\n\n// @@replace logic\nfixRegExpWellKnownSymbolLogic('replace', 2, function (REPLACE, nativeReplace, maybeCallNative, reason) {\n var REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE = reason.REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE;\n var REPLACE_KEEPS_$0 = reason.REPLACE_KEEPS_$0;\n var UNSAFE_SUBSTITUTE = REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE ? '$' : '$0';\n\n return [\n // `String.prototype.replace` method\n // https://tc39.github.io/ecma262/#sec-string.prototype.replace\n function replace(searchValue, replaceValue) {\n var O = requireObjectCoercible(this);\n var replacer = searchValue == undefined ? undefined : searchValue[REPLACE];\n return replacer !== undefined\n ? replacer.call(searchValue, O, replaceValue)\n : nativeReplace.call(String(O), searchValue, replaceValue);\n },\n // `RegExp.prototype[@@replace]` method\n // https://tc39.github.io/ecma262/#sec-regexp.prototype-@@replace\n function (regexp, replaceValue) {\n if (\n (!REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE && REPLACE_KEEPS_$0) ||\n (typeof replaceValue === 'string' && replaceValue.indexOf(UNSAFE_SUBSTITUTE) === -1)\n ) {\n var res = maybeCallNative(nativeReplace, regexp, this, replaceValue);\n if (res.done) return res.value;\n }\n\n var rx = anObject(regexp);\n var S = String(this);\n\n var functionalReplace = typeof replaceValue === 'function';\n if (!functionalReplace) replaceValue = String(replaceValue);\n\n var global = rx.global;\n if (global) {\n var fullUnicode = rx.unicode;\n rx.lastIndex = 0;\n }\n var results = [];\n while (true) {\n var result = regExpExec(rx, S);\n if (result === null) break;\n\n results.push(result);\n if (!global) break;\n\n var matchStr = String(result[0]);\n if (matchStr === '') rx.lastIndex = advanceStringIndex(S, toLength(rx.lastIndex), fullUnicode);\n }\n\n var accumulatedResult = '';\n var nextSourcePosition = 0;\n for (var i = 0; i < results.length; i++) {\n result = results[i];\n\n var matched = String(result[0]);\n var position = max(min(toInteger(result.index), S.length), 0);\n var captures = [];\n // NOTE: This is equivalent to\n // captures = result.slice(1).map(maybeToString)\n // but for some reason `nativeSlice.call(result, 1, result.length)` (called in\n // the slice polyfill when slicing native arrays) \"doesn't work\" in safari 9 and\n // causes a crash (https://pastebin.com/N21QzeQA) when trying to debug it.\n for (var j = 1; j < result.length; j++) captures.push(maybeToString(result[j]));\n var namedCaptures = result.groups;\n if (functionalReplace) {\n var replacerArgs = [matched].concat(captures, position, S);\n if (namedCaptures !== undefined) replacerArgs.push(namedCaptures);\n var replacement = String(replaceValue.apply(undefined, replacerArgs));\n } else {\n replacement = getSubstitution(matched, S, position, captures, namedCaptures, replaceValue);\n }\n if (position >= nextSourcePosition) {\n accumulatedResult += S.slice(nextSourcePosition, position) + replacement;\n nextSourcePosition = position + matched.length;\n }\n }\n return accumulatedResult + S.slice(nextSourcePosition);\n }\n ];\n\n // https://tc39.github.io/ecma262/#sec-getsubstitution\n function getSubstitution(matched, str, position, captures, namedCaptures, replacement) {\n var tailPos = position + matched.length;\n var m = captures.length;\n var symbols = SUBSTITUTION_SYMBOLS_NO_NAMED;\n if (namedCaptures !== undefined) {\n namedCaptures = toObject(namedCaptures);\n symbols = SUBSTITUTION_SYMBOLS;\n }\n return nativeReplace.call(replacement, symbols, function (match, ch) {\n var capture;\n switch (ch.charAt(0)) {\n case '$': return '$';\n case '&': return matched;\n case '`': return str.slice(0, position);\n case \"'\": return str.slice(tailPos);\n case '<':\n capture = namedCaptures[ch.slice(1, -1)];\n break;\n default: // \\d\\d?\n var n = +ch;\n if (n === 0) return match;\n if (n > m) {\n var f = floor(n / 10);\n if (f === 0) return match;\n if (f <= m) return captures[f - 1] === undefined ? ch.charAt(1) : captures[f - 1] + ch.charAt(1);\n return match;\n }\n capture = captures[n - 1];\n }\n return capture === undefined ? '' : capture;\n });\n }\n});\n","'use strict';\n// TODO: Remove from `core-js@4` since it's moved to entry points\nrequire('../modules/es.regexp.exec');\nvar redefine = require('../internals/redefine');\nvar fails = require('../internals/fails');\nvar wellKnownSymbol = require('../internals/well-known-symbol');\nvar regexpExec = require('../internals/regexp-exec');\nvar createNonEnumerableProperty = require('../internals/create-non-enumerable-property');\n\nvar SPECIES = wellKnownSymbol('species');\n\nvar REPLACE_SUPPORTS_NAMED_GROUPS = !fails(function () {\n // #replace needs built-in support for named groups.\n // #match works fine because it just return the exec results, even if it has\n // a \"grops\" property.\n var re = /./;\n re.exec = function () {\n var result = [];\n result.groups = { a: '7' };\n return result;\n };\n return ''.replace(re, '$<a>') !== '7';\n});\n\n// IE <= 11 replaces $0 with the whole match, as if it was $&\n// https://stackoverflow.com/questions/6024666/getting-ie-to-replace-a-regex-with-the-literal-string-0\nvar REPLACE_KEEPS_$0 = (function () {\n return 'a'.replace(/./, '$0') === '$0';\n})();\n\nvar REPLACE = wellKnownSymbol('replace');\n// Safari <= 13.0.3(?) substitutes nth capture where n>m with an empty string\nvar REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE = (function () {\n if (/./[REPLACE]) {\n return /./[REPLACE]('a', '$0') === '';\n }\n return false;\n})();\n\n// Chrome 51 has a buggy \"split\" implementation when RegExp#exec !== nativeExec\n// Weex JS has frozen built-in prototypes, so use try / catch wrapper\nvar SPLIT_WORKS_WITH_OVERWRITTEN_EXEC = !fails(function () {\n var re = /(?:)/;\n var originalExec = re.exec;\n re.exec = function () { return originalExec.apply(this, arguments); };\n var result = 'ab'.split(re);\n return result.length !== 2 || result[0] !== 'a' || result[1] !== 'b';\n});\n\nmodule.exports = function (KEY, length, exec, sham) {\n var SYMBOL = wellKnownSymbol(KEY);\n\n var DELEGATES_TO_SYMBOL = !fails(function () {\n // String methods call symbol-named RegEp methods\n var O = {};\n O[SYMBOL] = function () { return 7; };\n return ''[KEY](O) != 7;\n });\n\n var DELEGATES_TO_EXEC = DELEGATES_TO_SYMBOL && !fails(function () {\n // Symbol-named RegExp methods call .exec\n var execCalled = false;\n var re = /a/;\n\n if (KEY === 'split') {\n // We can't use real regex here since it causes deoptimization\n // and serious performance degradation in V8\n // https://github.com/zloirock/core-js/issues/306\n re = {};\n // RegExp[@@split] doesn't call the regex's exec method, but first creates\n // a new one. We need to return the patched regex when creating the new one.\n re.constructor = {};\n re.constructor[SPECIES] = function () { return re; };\n re.flags = '';\n re[SYMBOL] = /./[SYMBOL];\n }\n\n re.exec = function () { execCalled = true; return null; };\n\n re[SYMBOL]('');\n return !execCalled;\n });\n\n if (\n !DELEGATES_TO_SYMBOL ||\n !DELEGATES_TO_EXEC ||\n (KEY === 'replace' && !(\n REPLACE_SUPPORTS_NAMED_GROUPS &&\n REPLACE_KEEPS_$0 &&\n !REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE\n )) ||\n (KEY === 'split' && !SPLIT_WORKS_WITH_OVERWRITTEN_EXEC)\n ) {\n var nativeRegExpMethod = /./[SYMBOL];\n var methods = exec(SYMBOL, ''[KEY], function (nativeMethod, regexp, str, arg2, forceStringMethod) {\n if (regexp.exec === regexpExec) {\n if (DELEGATES_TO_SYMBOL && !forceStringMethod) {\n // The native String method already delegates to @@method (this\n // polyfilled function), leasing to infinite recursion.\n // We avoid it by directly calling the native @@method method.\n return { done: true, value: nativeRegExpMethod.call(regexp, str, arg2) };\n }\n return { done: true, value: nativeMethod.call(str, regexp, arg2) };\n }\n return { done: false };\n }, {\n REPLACE_KEEPS_$0: REPLACE_KEEPS_$0,\n REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE: REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE\n });\n var stringMethod = methods[0];\n var regexMethod = methods[1];\n\n redefine(String.prototype, KEY, stringMethod);\n redefine(RegExp.prototype, SYMBOL, length == 2\n // 21.2.5.8 RegExp.prototype[@@replace](string, replaceValue)\n // 21.2.5.11 RegExp.prototype[@@split](string, limit)\n ? function (string, arg) { return regexMethod.call(string, this, arg); }\n // 21.2.5.6 RegExp.prototype[@@match](string)\n // 21.2.5.9 RegExp.prototype[@@search](string)\n : function (string) { return regexMethod.call(string, this); }\n );\n }\n\n if (sham) createNonEnumerableProperty(RegExp.prototype[SYMBOL], 'sham', true);\n};\n","'use strict';\nvar charAt = require('../internals/string-multibyte').charAt;\n\n// `AdvanceStringIndex` abstract operation\n// https://tc39.github.io/ecma262/#sec-advancestringindex\nmodule.exports = function (S, index, unicode) {\n return index + (unicode ? charAt(S, index).length : 1);\n};\n","var toInteger = require('../internals/to-integer');\nvar requireObjectCoercible = require('../internals/require-object-coercible');\n\n// `String.prototype.{ codePointAt, at }` methods implementation\nvar createMethod = function (CONVERT_TO_STRING) {\n return function ($this, pos) {\n var S = String(requireObjectCoercible($this));\n var position = toInteger(pos);\n var size = S.length;\n var first, second;\n if (position < 0 || position >= size) return CONVERT_TO_STRING ? '' : undefined;\n first = S.charCodeAt(position);\n return first < 0xD800 || first > 0xDBFF || position + 1 === size\n || (second = S.charCodeAt(position + 1)) < 0xDC00 || second > 0xDFFF\n ? CONVERT_TO_STRING ? S.charAt(position) : first\n : CONVERT_TO_STRING ? S.slice(position, position + 2) : (first - 0xD800 << 10) + (second - 0xDC00) + 0x10000;\n };\n};\n\nmodule.exports = {\n // `String.prototype.codePointAt` method\n // https://tc39.github.io/ecma262/#sec-string.prototype.codepointat\n codeAt: createMethod(false),\n // `String.prototype.at` method\n // https://github.com/mathiasbynens/String.prototype.at\n charAt: createMethod(true)\n};\n","var classof = require('./classof-raw');\nvar regexpExec = require('./regexp-exec');\n\n// `RegExpExec` abstract operation\n// https://tc39.github.io/ecma262/#sec-regexpexec\nmodule.exports = function (R, S) {\n var exec = R.exec;\n if (typeof exec === 'function') {\n var result = exec.call(R, S);\n if (typeof result !== 'object') {\n throw TypeError('RegExp exec method returned something other than an Object or null');\n }\n return result;\n }\n\n if (classof(R) !== 'RegExp') {\n throw TypeError('RegExp#exec called on incompatible receiver');\n }\n\n return regexpExec.call(R, S);\n};\n\n","/*!\n * Vue.js v2.6.11\n * (c) 2014-2019 Evan You\n * Released under the MIT License.\n */\n/* */\n\nvar emptyObject = Object.freeze({});\n\n// These helpers produce better VM code in JS engines due to their\n// explicitness and function inlining.\nfunction isUndef (v) {\n return v === undefined || v === null\n}\n\nfunction isDef (v) {\n return v !== undefined && v !== null\n}\n\nfunction isTrue (v) {\n return v === true\n}\n\nfunction isFalse (v) {\n return v === false\n}\n\n/**\n * Check if value is primitive.\n */\nfunction isPrimitive (value) {\n return (\n typeof value === 'string' ||\n typeof value === 'number' ||\n // $flow-disable-line\n typeof value === 'symbol' ||\n typeof value === 'boolean'\n )\n}\n\n/**\n * Quick object check - this is primarily used to tell\n * Objects from primitive values when we know the value\n * is a JSON-compliant type.\n */\nfunction isObject (obj) {\n return obj !== null && typeof obj === 'object'\n}\n\n/**\n * Get the raw type string of a value, e.g., [object Object].\n */\nvar _toString = Object.prototype.toString;\n\nfunction toRawType (value) {\n return _toString.call(value).slice(8, -1)\n}\n\n/**\n * Strict object type check. Only returns true\n * for plain JavaScript objects.\n */\nfunction isPlainObject (obj) {\n return _toString.call(obj) === '[object Object]'\n}\n\nfunction isRegExp (v) {\n return _toString.call(v) === '[object RegExp]'\n}\n\n/**\n * Check if val is a valid array index.\n */\nfunction isValidArrayIndex (val) {\n var n = parseFloat(String(val));\n return n >= 0 && Math.floor(n) === n && isFinite(val)\n}\n\nfunction isPromise (val) {\n return (\n isDef(val) &&\n typeof val.then === 'function' &&\n typeof val.catch === 'function'\n )\n}\n\n/**\n * Convert a value to a string that is actually rendered.\n */\nfunction toString (val) {\n return val == null\n ? ''\n : Array.isArray(val) || (isPlainObject(val) && val.toString === _toString)\n ? JSON.stringify(val, null, 2)\n : String(val)\n}\n\n/**\n * Convert an input value to a number for persistence.\n * If the conversion fails, return original string.\n */\nfunction toNumber (val) {\n var n = parseFloat(val);\n return isNaN(n) ? val : n\n}\n\n/**\n * Make a map and return a function for checking if a key\n * is in that map.\n */\nfunction makeMap (\n str,\n expectsLowerCase\n) {\n var map = Object.create(null);\n var list = str.split(',');\n for (var i = 0; i < list.length; i++) {\n map[list[i]] = true;\n }\n return expectsLowerCase\n ? function (val) { return map[val.toLowerCase()]; }\n : function (val) { return map[val]; }\n}\n\n/**\n * Check if a tag is a built-in tag.\n */\nvar isBuiltInTag = makeMap('slot,component', true);\n\n/**\n * Check if an attribute is a reserved attribute.\n */\nvar isReservedAttribute = makeMap('key,ref,slot,slot-scope,is');\n\n/**\n * Remove an item from an array.\n */\nfunction remove (arr, item) {\n if (arr.length) {\n var index = arr.indexOf(item);\n if (index > -1) {\n return arr.splice(index, 1)\n }\n }\n}\n\n/**\n * Check whether an object has the property.\n */\nvar hasOwnProperty = Object.prototype.hasOwnProperty;\nfunction hasOwn (obj, key) {\n return hasOwnProperty.call(obj, key)\n}\n\n/**\n * Create a cached version of a pure function.\n */\nfunction cached (fn) {\n var cache = Object.create(null);\n return (function cachedFn (str) {\n var hit = cache[str];\n return hit || (cache[str] = fn(str))\n })\n}\n\n/**\n * Camelize a hyphen-delimited string.\n */\nvar camelizeRE = /-(\\w)/g;\nvar camelize = cached(function (str) {\n return str.replace(camelizeRE, function (_, c) { return c ? c.toUpperCase() : ''; })\n});\n\n/**\n * Capitalize a string.\n */\nvar capitalize = cached(function (str) {\n return str.charAt(0).toUpperCase() + str.slice(1)\n});\n\n/**\n * Hyphenate a camelCase string.\n */\nvar hyphenateRE = /\\B([A-Z])/g;\nvar hyphenate = cached(function (str) {\n return str.replace(hyphenateRE, '-$1').toLowerCase()\n});\n\n/**\n * Simple bind polyfill for environments that do not support it,\n * e.g., PhantomJS 1.x. Technically, we don't need this anymore\n * since native bind is now performant enough in most browsers.\n * But removing it would mean breaking code that was able to run in\n * PhantomJS 1.x, so this must be kept for backward compatibility.\n */\n\n/* istanbul ignore next */\nfunction polyfillBind (fn, ctx) {\n function boundFn (a) {\n var l = arguments.length;\n return l\n ? l > 1\n ? fn.apply(ctx, arguments)\n : fn.call(ctx, a)\n : fn.call(ctx)\n }\n\n boundFn._length = fn.length;\n return boundFn\n}\n\nfunction nativeBind (fn, ctx) {\n return fn.bind(ctx)\n}\n\nvar bind = Function.prototype.bind\n ? nativeBind\n : polyfillBind;\n\n/**\n * Convert an Array-like object to a real Array.\n */\nfunction toArray (list, start) {\n start = start || 0;\n var i = list.length - start;\n var ret = new Array(i);\n while (i--) {\n ret[i] = list[i + start];\n }\n return ret\n}\n\n/**\n * Mix properties into target object.\n */\nfunction extend (to, _from) {\n for (var key in _from) {\n to[key] = _from[key];\n }\n return to\n}\n\n/**\n * Merge an Array of Objects into a single Object.\n */\nfunction toObject (arr) {\n var res = {};\n for (var i = 0; i < arr.length; i++) {\n if (arr[i]) {\n extend(res, arr[i]);\n }\n }\n return res\n}\n\n/* eslint-disable no-unused-vars */\n\n/**\n * Perform no operation.\n * Stubbing args to make Flow happy without leaving useless transpiled code\n * with ...rest (https://flow.org/blog/2017/05/07/Strict-Function-Call-Arity/).\n */\nfunction noop (a, b, c) {}\n\n/**\n * Always return false.\n */\nvar no = function (a, b, c) { return false; };\n\n/* eslint-enable no-unused-vars */\n\n/**\n * Return the same value.\n */\nvar identity = function (_) { return _; };\n\n/**\n * Check if two values are loosely equal - that is,\n * if they are plain objects, do they have the same shape?\n */\nfunction looseEqual (a, b) {\n if (a === b) { return true }\n var isObjectA = isObject(a);\n var isObjectB = isObject(b);\n if (isObjectA && isObjectB) {\n try {\n var isArrayA = Array.isArray(a);\n var isArrayB = Array.isArray(b);\n if (isArrayA && isArrayB) {\n return a.length === b.length && a.every(function (e, i) {\n return looseEqual(e, b[i])\n })\n } else if (a instanceof Date && b instanceof Date) {\n return a.getTime() === b.getTime()\n } else if (!isArrayA && !isArrayB) {\n var keysA = Object.keys(a);\n var keysB = Object.keys(b);\n return keysA.length === keysB.length && keysA.every(function (key) {\n return looseEqual(a[key], b[key])\n })\n } else {\n /* istanbul ignore next */\n return false\n }\n } catch (e) {\n /* istanbul ignore next */\n return false\n }\n } else if (!isObjectA && !isObjectB) {\n return String(a) === String(b)\n } else {\n return false\n }\n}\n\n/**\n * Return the first index at which a loosely equal value can be\n * found in the array (if value is a plain object, the array must\n * contain an object of the same shape), or -1 if it is not present.\n */\nfunction looseIndexOf (arr, val) {\n for (var i = 0; i < arr.length; i++) {\n if (looseEqual(arr[i], val)) { return i }\n }\n return -1\n}\n\n/**\n * Ensure a function is called only once.\n */\nfunction once (fn) {\n var called = false;\n return function () {\n if (!called) {\n called = true;\n fn.apply(this, arguments);\n }\n }\n}\n\nvar SSR_ATTR = 'data-server-rendered';\n\nvar ASSET_TYPES = [\n 'component',\n 'directive',\n 'filter'\n];\n\nvar LIFECYCLE_HOOKS = [\n 'beforeCreate',\n 'created',\n 'beforeMount',\n 'mounted',\n 'beforeUpdate',\n 'updated',\n 'beforeDestroy',\n 'destroyed',\n 'activated',\n 'deactivated',\n 'errorCaptured',\n 'serverPrefetch'\n];\n\n/* */\n\n\n\nvar config = ({\n /**\n * Option merge strategies (used in core/util/options)\n */\n // $flow-disable-line\n optionMergeStrategies: Object.create(null),\n\n /**\n * Whether to suppress warnings.\n */\n silent: false,\n\n /**\n * Show production mode tip message on boot?\n */\n productionTip: process.env.NODE_ENV !== 'production',\n\n /**\n * Whether to enable devtools\n */\n devtools: process.env.NODE_ENV !== 'production',\n\n /**\n * Whether to record perf\n */\n performance: false,\n\n /**\n * Error handler for watcher errors\n */\n errorHandler: null,\n\n /**\n * Warn handler for watcher warns\n */\n warnHandler: null,\n\n /**\n * Ignore certain custom elements\n */\n ignoredElements: [],\n\n /**\n * Custom user key aliases for v-on\n */\n // $flow-disable-line\n keyCodes: Object.create(null),\n\n /**\n * Check if a tag is reserved so that it cannot be registered as a\n * component. This is platform-dependent and may be overwritten.\n */\n isReservedTag: no,\n\n /**\n * Check if an attribute is reserved so that it cannot be used as a component\n * prop. This is platform-dependent and may be overwritten.\n */\n isReservedAttr: no,\n\n /**\n * Check if a tag is an unknown element.\n * Platform-dependent.\n */\n isUnknownElement: no,\n\n /**\n * Get the namespace of an element\n */\n getTagNamespace: noop,\n\n /**\n * Parse the real tag name for the specific platform.\n */\n parsePlatformTagName: identity,\n\n /**\n * Check if an attribute must be bound using property, e.g. value\n * Platform-dependent.\n */\n mustUseProp: no,\n\n /**\n * Perform updates asynchronously. Intended to be used by Vue Test Utils\n * This will significantly reduce performance if set to false.\n */\n async: true,\n\n /**\n * Exposed for legacy reasons\n */\n _lifecycleHooks: LIFECYCLE_HOOKS\n});\n\n/* */\n\n/**\n * unicode letters used for parsing html tags, component names and property paths.\n * using https://www.w3.org/TR/html53/semantics-scripting.html#potentialcustomelementname\n * skipping \\u10000-\\uEFFFF due to it freezing up PhantomJS\n */\nvar unicodeRegExp = /a-zA-Z\\u00B7\\u00C0-\\u00D6\\u00D8-\\u00F6\\u00F8-\\u037D\\u037F-\\u1FFF\\u200C-\\u200D\\u203F-\\u2040\\u2070-\\u218F\\u2C00-\\u2FEF\\u3001-\\uD7FF\\uF900-\\uFDCF\\uFDF0-\\uFFFD/;\n\n/**\n * Check if a string starts with $ or _\n */\nfunction isReserved (str) {\n var c = (str + '').charCodeAt(0);\n return c === 0x24 || c === 0x5F\n}\n\n/**\n * Define a property.\n */\nfunction def (obj, key, val, enumerable) {\n Object.defineProperty(obj, key, {\n value: val,\n enumerable: !!enumerable,\n writable: true,\n configurable: true\n });\n}\n\n/**\n * Parse simple path.\n */\nvar bailRE = new RegExp((\"[^\" + (unicodeRegExp.source) + \".$_\\\\d]\"));\nfunction parsePath (path) {\n if (bailRE.test(path)) {\n return\n }\n var segments = path.split('.');\n return function (obj) {\n for (var i = 0; i < segments.length; i++) {\n if (!obj) { return }\n obj = obj[segments[i]];\n }\n return obj\n }\n}\n\n/* */\n\n// can we use __proto__?\nvar hasProto = '__proto__' in {};\n\n// Browser environment sniffing\nvar inBrowser = typeof window !== 'undefined';\nvar inWeex = typeof WXEnvironment !== 'undefined' && !!WXEnvironment.platform;\nvar weexPlatform = inWeex && WXEnvironment.platform.toLowerCase();\nvar UA = inBrowser && window.navigator.userAgent.toLowerCase();\nvar isIE = UA && /msie|trident/.test(UA);\nvar isIE9 = UA && UA.indexOf('msie 9.0') > 0;\nvar isEdge = UA && UA.indexOf('edge/') > 0;\nvar isAndroid = (UA && UA.indexOf('android') > 0) || (weexPlatform === 'android');\nvar isIOS = (UA && /iphone|ipad|ipod|ios/.test(UA)) || (weexPlatform === 'ios');\nvar isChrome = UA && /chrome\\/\\d+/.test(UA) && !isEdge;\nvar isPhantomJS = UA && /phantomjs/.test(UA);\nvar isFF = UA && UA.match(/firefox\\/(\\d+)/);\n\n// Firefox has a \"watch\" function on Object.prototype...\nvar nativeWatch = ({}).watch;\n\nvar supportsPassive = false;\nif (inBrowser) {\n try {\n var opts = {};\n Object.defineProperty(opts, 'passive', ({\n get: function get () {\n /* istanbul ignore next */\n supportsPassive = true;\n }\n })); // https://github.com/facebook/flow/issues/285\n window.addEventListener('test-passive', null, opts);\n } catch (e) {}\n}\n\n// this needs to be lazy-evaled because vue may be required before\n// vue-server-renderer can set VUE_ENV\nvar _isServer;\nvar isServerRendering = function () {\n if (_isServer === undefined) {\n /* istanbul ignore if */\n if (!inBrowser && !inWeex && typeof global !== 'undefined') {\n // detect presence of vue-server-renderer and avoid\n // Webpack shimming the process\n _isServer = global['process'] && global['process'].env.VUE_ENV === 'server';\n } else {\n _isServer = false;\n }\n }\n return _isServer\n};\n\n// detect devtools\nvar devtools = inBrowser && window.__VUE_DEVTOOLS_GLOBAL_HOOK__;\n\n/* istanbul ignore next */\nfunction isNative (Ctor) {\n return typeof Ctor === 'function' && /native code/.test(Ctor.toString())\n}\n\nvar hasSymbol =\n typeof Symbol !== 'undefined' && isNative(Symbol) &&\n typeof Reflect !== 'undefined' && isNative(Reflect.ownKeys);\n\nvar _Set;\n/* istanbul ignore if */ // $flow-disable-line\nif (typeof Set !== 'undefined' && isNative(Set)) {\n // use native Set when available.\n _Set = Set;\n} else {\n // a non-standard Set polyfill that only works with primitive keys.\n _Set = /*@__PURE__*/(function () {\n function Set () {\n this.set = Object.create(null);\n }\n Set.prototype.has = function has (key) {\n return this.set[key] === true\n };\n Set.prototype.add = function add (key) {\n this.set[key] = true;\n };\n Set.prototype.clear = function clear () {\n this.set = Object.create(null);\n };\n\n return Set;\n }());\n}\n\n/* */\n\nvar warn = noop;\nvar tip = noop;\nvar generateComponentTrace = (noop); // work around flow check\nvar formatComponentName = (noop);\n\nif (process.env.NODE_ENV !== 'production') {\n var hasConsole = typeof console !== 'undefined';\n var classifyRE = /(?:^|[-_])(\\w)/g;\n var classify = function (str) { return str\n .replace(classifyRE, function (c) { return c.toUpperCase(); })\n .replace(/[-_]/g, ''); };\n\n warn = function (msg, vm) {\n var trace = vm ? generateComponentTrace(vm) : '';\n\n if (config.warnHandler) {\n config.warnHandler.call(null, msg, vm, trace);\n } else if (hasConsole && (!config.silent)) {\n console.error((\"[Vue warn]: \" + msg + trace));\n }\n };\n\n tip = function (msg, vm) {\n if (hasConsole && (!config.silent)) {\n console.warn(\"[Vue tip]: \" + msg + (\n vm ? generateComponentTrace(vm) : ''\n ));\n }\n };\n\n formatComponentName = function (vm, includeFile) {\n if (vm.$root === vm) {\n return '<Root>'\n }\n var options = typeof vm === 'function' && vm.cid != null\n ? vm.options\n : vm._isVue\n ? vm.$options || vm.constructor.options\n : vm;\n var name = options.name || options._componentTag;\n var file = options.__file;\n if (!name && file) {\n var match = file.match(/([^/\\\\]+)\\.vue$/);\n name = match && match[1];\n }\n\n return (\n (name ? (\"<\" + (classify(name)) + \">\") : \"<Anonymous>\") +\n (file && includeFile !== false ? (\" at \" + file) : '')\n )\n };\n\n var repeat = function (str, n) {\n var res = '';\n while (n) {\n if (n % 2 === 1) { res += str; }\n if (n > 1) { str += str; }\n n >>= 1;\n }\n return res\n };\n\n generateComponentTrace = function (vm) {\n if (vm._isVue && vm.$parent) {\n var tree = [];\n var currentRecursiveSequence = 0;\n while (vm) {\n if (tree.length > 0) {\n var last = tree[tree.length - 1];\n if (last.constructor === vm.constructor) {\n currentRecursiveSequence++;\n vm = vm.$parent;\n continue\n } else if (currentRecursiveSequence > 0) {\n tree[tree.length - 1] = [last, currentRecursiveSequence];\n currentRecursiveSequence = 0;\n }\n }\n tree.push(vm);\n vm = vm.$parent;\n }\n return '\\n\\nfound in\\n\\n' + tree\n .map(function (vm, i) { return (\"\" + (i === 0 ? '---> ' : repeat(' ', 5 + i * 2)) + (Array.isArray(vm)\n ? ((formatComponentName(vm[0])) + \"... (\" + (vm[1]) + \" recursive calls)\")\n : formatComponentName(vm))); })\n .join('\\n')\n } else {\n return (\"\\n\\n(found in \" + (formatComponentName(vm)) + \")\")\n }\n };\n}\n\n/* */\n\nvar uid = 0;\n\n/**\n * A dep is an observable that can have multiple\n * directives subscribing to it.\n */\nvar Dep = function Dep () {\n this.id = uid++;\n this.subs = [];\n};\n\nDep.prototype.addSub = function addSub (sub) {\n this.subs.push(sub);\n};\n\nDep.prototype.removeSub = function removeSub (sub) {\n remove(this.subs, sub);\n};\n\nDep.prototype.depend = function depend () {\n if (Dep.target) {\n Dep.target.addDep(this);\n }\n};\n\nDep.prototype.notify = function notify () {\n // stabilize the subscriber list first\n var subs = this.subs.slice();\n if (process.env.NODE_ENV !== 'production' && !config.async) {\n // subs aren't sorted in scheduler if not running async\n // we need to sort them now to make sure they fire in correct\n // order\n subs.sort(function (a, b) { return a.id - b.id; });\n }\n for (var i = 0, l = subs.length; i < l; i++) {\n subs[i].update();\n }\n};\n\n// The current target watcher being evaluated.\n// This is globally unique because only one watcher\n// can be evaluated at a time.\nDep.target = null;\nvar targetStack = [];\n\nfunction pushTarget (target) {\n targetStack.push(target);\n Dep.target = target;\n}\n\nfunction popTarget () {\n targetStack.pop();\n Dep.target = targetStack[targetStack.length - 1];\n}\n\n/* */\n\nvar VNode = function VNode (\n tag,\n data,\n children,\n text,\n elm,\n context,\n componentOptions,\n asyncFactory\n) {\n this.tag = tag;\n this.data = data;\n this.children = children;\n this.text = text;\n this.elm = elm;\n this.ns = undefined;\n this.context = context;\n this.fnContext = undefined;\n this.fnOptions = undefined;\n this.fnScopeId = undefined;\n this.key = data && data.key;\n this.componentOptions = componentOptions;\n this.componentInstance = undefined;\n this.parent = undefined;\n this.raw = false;\n this.isStatic = false;\n this.isRootInsert = true;\n this.isComment = false;\n this.isCloned = false;\n this.isOnce = false;\n this.asyncFactory = asyncFactory;\n this.asyncMeta = undefined;\n this.isAsyncPlaceholder = false;\n};\n\nvar prototypeAccessors = { child: { configurable: true } };\n\n// DEPRECATED: alias for componentInstance for backwards compat.\n/* istanbul ignore next */\nprototypeAccessors.child.get = function () {\n return this.componentInstance\n};\n\nObject.defineProperties( VNode.prototype, prototypeAccessors );\n\nvar createEmptyVNode = function (text) {\n if ( text === void 0 ) text = '';\n\n var node = new VNode();\n node.text = text;\n node.isComment = true;\n return node\n};\n\nfunction createTextVNode (val) {\n return new VNode(undefined, undefined, undefined, String(val))\n}\n\n// optimized shallow clone\n// used for static nodes and slot nodes because they may be reused across\n// multiple renders, cloning them avoids errors when DOM manipulations rely\n// on their elm reference.\nfunction cloneVNode (vnode) {\n var cloned = new VNode(\n vnode.tag,\n vnode.data,\n // #7975\n // clone children array to avoid mutating original in case of cloning\n // a child.\n vnode.children && vnode.children.slice(),\n vnode.text,\n vnode.elm,\n vnode.context,\n vnode.componentOptions,\n vnode.asyncFactory\n );\n cloned.ns = vnode.ns;\n cloned.isStatic = vnode.isStatic;\n cloned.key = vnode.key;\n cloned.isComment = vnode.isComment;\n cloned.fnContext = vnode.fnContext;\n cloned.fnOptions = vnode.fnOptions;\n cloned.fnScopeId = vnode.fnScopeId;\n cloned.asyncMeta = vnode.asyncMeta;\n cloned.isCloned = true;\n return cloned\n}\n\n/*\n * not type checking this file because flow doesn't play well with\n * dynamically accessing methods on Array prototype\n */\n\nvar arrayProto = Array.prototype;\nvar arrayMethods = Object.create(arrayProto);\n\nvar methodsToPatch = [\n 'push',\n 'pop',\n 'shift',\n 'unshift',\n 'splice',\n 'sort',\n 'reverse'\n];\n\n/**\n * Intercept mutating methods and emit events\n */\nmethodsToPatch.forEach(function (method) {\n // cache original method\n var original = arrayProto[method];\n def(arrayMethods, method, function mutator () {\n var args = [], len = arguments.length;\n while ( len-- ) args[ len ] = arguments[ len ];\n\n var result = original.apply(this, args);\n var ob = this.__ob__;\n var inserted;\n switch (method) {\n case 'push':\n case 'unshift':\n inserted = args;\n break\n case 'splice':\n inserted = args.slice(2);\n break\n }\n if (inserted) { ob.observeArray(inserted); }\n // notify change\n ob.dep.notify();\n return result\n });\n});\n\n/* */\n\nvar arrayKeys = Object.getOwnPropertyNames(arrayMethods);\n\n/**\n * In some cases we may want to disable observation inside a component's\n * update computation.\n */\nvar shouldObserve = true;\n\nfunction toggleObserving (value) {\n shouldObserve = value;\n}\n\n/**\n * Observer class that is attached to each observed\n * object. Once attached, the observer converts the target\n * object's property keys into getter/setters that\n * collect dependencies and dispatch updates.\n */\nvar Observer = function Observer (value) {\n this.value = value;\n this.dep = new Dep();\n this.vmCount = 0;\n def(value, '__ob__', this);\n if (Array.isArray(value)) {\n if (hasProto) {\n protoAugment(value, arrayMethods);\n } else {\n copyAugment(value, arrayMethods, arrayKeys);\n }\n this.observeArray(value);\n } else {\n this.walk(value);\n }\n};\n\n/**\n * Walk through all properties and convert them into\n * getter/setters. This method should only be called when\n * value type is Object.\n */\nObserver.prototype.walk = function walk (obj) {\n var keys = Object.keys(obj);\n for (var i = 0; i < keys.length; i++) {\n defineReactive$$1(obj, keys[i]);\n }\n};\n\n/**\n * Observe a list of Array items.\n */\nObserver.prototype.observeArray = function observeArray (items) {\n for (var i = 0, l = items.length; i < l; i++) {\n observe(items[i]);\n }\n};\n\n// helpers\n\n/**\n * Augment a target Object or Array by intercepting\n * the prototype chain using __proto__\n */\nfunction protoAugment (target, src) {\n /* eslint-disable no-proto */\n target.__proto__ = src;\n /* eslint-enable no-proto */\n}\n\n/**\n * Augment a target Object or Array by defining\n * hidden properties.\n */\n/* istanbul ignore next */\nfunction copyAugment (target, src, keys) {\n for (var i = 0, l = keys.length; i < l; i++) {\n var key = keys[i];\n def(target, key, src[key]);\n }\n}\n\n/**\n * Attempt to create an observer instance for a value,\n * returns the new observer if successfully observed,\n * or the existing observer if the value already has one.\n */\nfunction observe (value, asRootData) {\n if (!isObject(value) || value instanceof VNode) {\n return\n }\n var ob;\n if (hasOwn(value, '__ob__') && value.__ob__ instanceof Observer) {\n ob = value.__ob__;\n } else if (\n shouldObserve &&\n !isServerRendering() &&\n (Array.isArray(value) || isPlainObject(value)) &&\n Object.isExtensible(value) &&\n !value._isVue\n ) {\n ob = new Observer(value);\n }\n if (asRootData && ob) {\n ob.vmCount++;\n }\n return ob\n}\n\n/**\n * Define a reactive property on an Object.\n */\nfunction defineReactive$$1 (\n obj,\n key,\n val,\n customSetter,\n shallow\n) {\n var dep = new Dep();\n\n var property = Object.getOwnPropertyDescriptor(obj, key);\n if (property && property.configurable === false) {\n return\n }\n\n // cater for pre-defined getter/setters\n var getter = property && property.get;\n var setter = property && property.set;\n if ((!getter || setter) && arguments.length === 2) {\n val = obj[key];\n }\n\n var childOb = !shallow && observe(val);\n Object.defineProperty(obj, key, {\n enumerable: true,\n configurable: true,\n get: function reactiveGetter () {\n var value = getter ? getter.call(obj) : val;\n if (Dep.target) {\n dep.depend();\n if (childOb) {\n childOb.dep.depend();\n if (Array.isArray(value)) {\n dependArray(value);\n }\n }\n }\n return value\n },\n set: function reactiveSetter (newVal) {\n var value = getter ? getter.call(obj) : val;\n /* eslint-disable no-self-compare */\n if (newVal === value || (newVal !== newVal && value !== value)) {\n return\n }\n /* eslint-enable no-self-compare */\n if (process.env.NODE_ENV !== 'production' && customSetter) {\n customSetter();\n }\n // #7981: for accessor properties without setter\n if (getter && !setter) { return }\n if (setter) {\n setter.call(obj, newVal);\n } else {\n val = newVal;\n }\n childOb = !shallow && observe(newVal);\n dep.notify();\n }\n });\n}\n\n/**\n * Set a property on an object. Adds the new property and\n * triggers change notification if the property doesn't\n * already exist.\n */\nfunction set (target, key, val) {\n if (process.env.NODE_ENV !== 'production' &&\n (isUndef(target) || isPrimitive(target))\n ) {\n warn((\"Cannot set reactive property on undefined, null, or primitive value: \" + ((target))));\n }\n if (Array.isArray(target) && isValidArrayIndex(key)) {\n target.length = Math.max(target.length, key);\n target.splice(key, 1, val);\n return val\n }\n if (key in target && !(key in Object.prototype)) {\n target[key] = val;\n return val\n }\n var ob = (target).__ob__;\n if (target._isVue || (ob && ob.vmCount)) {\n process.env.NODE_ENV !== 'production' && warn(\n 'Avoid adding reactive properties to a Vue instance or its root $data ' +\n 'at runtime - declare it upfront in the data option.'\n );\n return val\n }\n if (!ob) {\n target[key] = val;\n return val\n }\n defineReactive$$1(ob.value, key, val);\n ob.dep.notify();\n return val\n}\n\n/**\n * Delete a property and trigger change if necessary.\n */\nfunction del (target, key) {\n if (process.env.NODE_ENV !== 'production' &&\n (isUndef(target) || isPrimitive(target))\n ) {\n warn((\"Cannot delete reactive property on undefined, null, or primitive value: \" + ((target))));\n }\n if (Array.isArray(target) && isValidArrayIndex(key)) {\n target.splice(key, 1);\n return\n }\n var ob = (target).__ob__;\n if (target._isVue || (ob && ob.vmCount)) {\n process.env.NODE_ENV !== 'production' && warn(\n 'Avoid deleting properties on a Vue instance or its root $data ' +\n '- just set it to null.'\n );\n return\n }\n if (!hasOwn(target, key)) {\n return\n }\n delete target[key];\n if (!ob) {\n return\n }\n ob.dep.notify();\n}\n\n/**\n * Collect dependencies on array elements when the array is touched, since\n * we cannot intercept array element access like property getters.\n */\nfunction dependArray (value) {\n for (var e = (void 0), i = 0, l = value.length; i < l; i++) {\n e = value[i];\n e && e.__ob__ && e.__ob__.dep.depend();\n if (Array.isArray(e)) {\n dependArray(e);\n }\n }\n}\n\n/* */\n\n/**\n * Option overwriting strategies are functions that handle\n * how to merge a parent option value and a child option\n * value into the final value.\n */\nvar strats = config.optionMergeStrategies;\n\n/**\n * Options with restrictions\n */\nif (process.env.NODE_ENV !== 'production') {\n strats.el = strats.propsData = function (parent, child, vm, key) {\n if (!vm) {\n warn(\n \"option \\\"\" + key + \"\\\" can only be used during instance \" +\n 'creation with the `new` keyword.'\n );\n }\n return defaultStrat(parent, child)\n };\n}\n\n/**\n * Helper that recursively merges two data objects together.\n */\nfunction mergeData (to, from) {\n if (!from) { return to }\n var key, toVal, fromVal;\n\n var keys = hasSymbol\n ? Reflect.ownKeys(from)\n : Object.keys(from);\n\n for (var i = 0; i < keys.length; i++) {\n key = keys[i];\n // in case the object is already observed...\n if (key === '__ob__') { continue }\n toVal = to[key];\n fromVal = from[key];\n if (!hasOwn(to, key)) {\n set(to, key, fromVal);\n } else if (\n toVal !== fromVal &&\n isPlainObject(toVal) &&\n isPlainObject(fromVal)\n ) {\n mergeData(toVal, fromVal);\n }\n }\n return to\n}\n\n/**\n * Data\n */\nfunction mergeDataOrFn (\n parentVal,\n childVal,\n vm\n) {\n if (!vm) {\n // in a Vue.extend merge, both should be functions\n if (!childVal) {\n return parentVal\n }\n if (!parentVal) {\n return childVal\n }\n // when parentVal & childVal are both present,\n // we need to return a function that returns the\n // merged result of both functions... no need to\n // check if parentVal is a function here because\n // it has to be a function to pass previous merges.\n return function mergedDataFn () {\n return mergeData(\n typeof childVal === 'function' ? childVal.call(this, this) : childVal,\n typeof parentVal === 'function' ? parentVal.call(this, this) : parentVal\n )\n }\n } else {\n return function mergedInstanceDataFn () {\n // instance merge\n var instanceData = typeof childVal === 'function'\n ? childVal.call(vm, vm)\n : childVal;\n var defaultData = typeof parentVal === 'function'\n ? parentVal.call(vm, vm)\n : parentVal;\n if (instanceData) {\n return mergeData(instanceData, defaultData)\n } else {\n return defaultData\n }\n }\n }\n}\n\nstrats.data = function (\n parentVal,\n childVal,\n vm\n) {\n if (!vm) {\n if (childVal && typeof childVal !== 'function') {\n process.env.NODE_ENV !== 'production' && warn(\n 'The \"data\" option should be a function ' +\n 'that returns a per-instance value in component ' +\n 'definitions.',\n vm\n );\n\n return parentVal\n }\n return mergeDataOrFn(parentVal, childVal)\n }\n\n return mergeDataOrFn(parentVal, childVal, vm)\n};\n\n/**\n * Hooks and props are merged as arrays.\n */\nfunction mergeHook (\n parentVal,\n childVal\n) {\n var res = childVal\n ? parentVal\n ? parentVal.concat(childVal)\n : Array.isArray(childVal)\n ? childVal\n : [childVal]\n : parentVal;\n return res\n ? dedupeHooks(res)\n : res\n}\n\nfunction dedupeHooks (hooks) {\n var res = [];\n for (var i = 0; i < hooks.length; i++) {\n if (res.indexOf(hooks[i]) === -1) {\n res.push(hooks[i]);\n }\n }\n return res\n}\n\nLIFECYCLE_HOOKS.forEach(function (hook) {\n strats[hook] = mergeHook;\n});\n\n/**\n * Assets\n *\n * When a vm is present (instance creation), we need to do\n * a three-way merge between constructor options, instance\n * options and parent options.\n */\nfunction mergeAssets (\n parentVal,\n childVal,\n vm,\n key\n) {\n var res = Object.create(parentVal || null);\n if (childVal) {\n process.env.NODE_ENV !== 'production' && assertObjectType(key, childVal, vm);\n return extend(res, childVal)\n } else {\n return res\n }\n}\n\nASSET_TYPES.forEach(function (type) {\n strats[type + 's'] = mergeAssets;\n});\n\n/**\n * Watchers.\n *\n * Watchers hashes should not overwrite one\n * another, so we merge them as arrays.\n */\nstrats.watch = function (\n parentVal,\n childVal,\n vm,\n key\n) {\n // work around Firefox's Object.prototype.watch...\n if (parentVal === nativeWatch) { parentVal = undefined; }\n if (childVal === nativeWatch) { childVal = undefined; }\n /* istanbul ignore if */\n if (!childVal) { return Object.create(parentVal || null) }\n if (process.env.NODE_ENV !== 'production') {\n assertObjectType(key, childVal, vm);\n }\n if (!parentVal) { return childVal }\n var ret = {};\n extend(ret, parentVal);\n for (var key$1 in childVal) {\n var parent = ret[key$1];\n var child = childVal[key$1];\n if (parent && !Array.isArray(parent)) {\n parent = [parent];\n }\n ret[key$1] = parent\n ? parent.concat(child)\n : Array.isArray(child) ? child : [child];\n }\n return ret\n};\n\n/**\n * Other object hashes.\n */\nstrats.props =\nstrats.methods =\nstrats.inject =\nstrats.computed = function (\n parentVal,\n childVal,\n vm,\n key\n) {\n if (childVal && process.env.NODE_ENV !== 'production') {\n assertObjectType(key, childVal, vm);\n }\n if (!parentVal) { return childVal }\n var ret = Object.create(null);\n extend(ret, parentVal);\n if (childVal) { extend(ret, childVal); }\n return ret\n};\nstrats.provide = mergeDataOrFn;\n\n/**\n * Default strategy.\n */\nvar defaultStrat = function (parentVal, childVal) {\n return childVal === undefined\n ? parentVal\n : childVal\n};\n\n/**\n * Validate component names\n */\nfunction checkComponents (options) {\n for (var key in options.components) {\n validateComponentName(key);\n }\n}\n\nfunction validateComponentName (name) {\n if (!new RegExp((\"^[a-zA-Z][\\\\-\\\\.0-9_\" + (unicodeRegExp.source) + \"]*$\")).test(name)) {\n warn(\n 'Invalid component name: \"' + name + '\". Component names ' +\n 'should conform to valid custom element name in html5 specification.'\n );\n }\n if (isBuiltInTag(name) || config.isReservedTag(name)) {\n warn(\n 'Do not use built-in or reserved HTML elements as component ' +\n 'id: ' + name\n );\n }\n}\n\n/**\n * Ensure all props option syntax are normalized into the\n * Object-based format.\n */\nfunction normalizeProps (options, vm) {\n var props = options.props;\n if (!props) { return }\n var res = {};\n var i, val, name;\n if (Array.isArray(props)) {\n i = props.length;\n while (i--) {\n val = props[i];\n if (typeof val === 'string') {\n name = camelize(val);\n res[name] = { type: null };\n } else if (process.env.NODE_ENV !== 'production') {\n warn('props must be strings when using array syntax.');\n }\n }\n } else if (isPlainObject(props)) {\n for (var key in props) {\n val = props[key];\n name = camelize(key);\n res[name] = isPlainObject(val)\n ? val\n : { type: val };\n }\n } else if (process.env.NODE_ENV !== 'production') {\n warn(\n \"Invalid value for option \\\"props\\\": expected an Array or an Object, \" +\n \"but got \" + (toRawType(props)) + \".\",\n vm\n );\n }\n options.props = res;\n}\n\n/**\n * Normalize all injections into Object-based format\n */\nfunction normalizeInject (options, vm) {\n var inject = options.inject;\n if (!inject) { return }\n var normalized = options.inject = {};\n if (Array.isArray(inject)) {\n for (var i = 0; i < inject.length; i++) {\n normalized[inject[i]] = { from: inject[i] };\n }\n } else if (isPlainObject(inject)) {\n for (var key in inject) {\n var val = inject[key];\n normalized[key] = isPlainObject(val)\n ? extend({ from: key }, val)\n : { from: val };\n }\n } else if (process.env.NODE_ENV !== 'production') {\n warn(\n \"Invalid value for option \\\"inject\\\": expected an Array or an Object, \" +\n \"but got \" + (toRawType(inject)) + \".\",\n vm\n );\n }\n}\n\n/**\n * Normalize raw function directives into object format.\n */\nfunction normalizeDirectives (options) {\n var dirs = options.directives;\n if (dirs) {\n for (var key in dirs) {\n var def$$1 = dirs[key];\n if (typeof def$$1 === 'function') {\n dirs[key] = { bind: def$$1, update: def$$1 };\n }\n }\n }\n}\n\nfunction assertObjectType (name, value, vm) {\n if (!isPlainObject(value)) {\n warn(\n \"Invalid value for option \\\"\" + name + \"\\\": expected an Object, \" +\n \"but got \" + (toRawType(value)) + \".\",\n vm\n );\n }\n}\n\n/**\n * Merge two option objects into a new one.\n * Core utility used in both instantiation and inheritance.\n */\nfunction mergeOptions (\n parent,\n child,\n vm\n) {\n if (process.env.NODE_ENV !== 'production') {\n checkComponents(child);\n }\n\n if (typeof child === 'function') {\n child = child.options;\n }\n\n normalizeProps(child, vm);\n normalizeInject(child, vm);\n normalizeDirectives(child);\n\n // Apply extends and mixins on the child options,\n // but only if it is a raw options object that isn't\n // the result of another mergeOptions call.\n // Only merged options has the _base property.\n if (!child._base) {\n if (child.extends) {\n parent = mergeOptions(parent, child.extends, vm);\n }\n if (child.mixins) {\n for (var i = 0, l = child.mixins.length; i < l; i++) {\n parent = mergeOptions(parent, child.mixins[i], vm);\n }\n }\n }\n\n var options = {};\n var key;\n for (key in parent) {\n mergeField(key);\n }\n for (key in child) {\n if (!hasOwn(parent, key)) {\n mergeField(key);\n }\n }\n function mergeField (key) {\n var strat = strats[key] || defaultStrat;\n options[key] = strat(parent[key], child[key], vm, key);\n }\n return options\n}\n\n/**\n * Resolve an asset.\n * This function is used because child instances need access\n * to assets defined in its ancestor chain.\n */\nfunction resolveAsset (\n options,\n type,\n id,\n warnMissing\n) {\n /* istanbul ignore if */\n if (typeof id !== 'string') {\n return\n }\n var assets = options[type];\n // check local registration variations first\n if (hasOwn(assets, id)) { return assets[id] }\n var camelizedId = camelize(id);\n if (hasOwn(assets, camelizedId)) { return assets[camelizedId] }\n var PascalCaseId = capitalize(camelizedId);\n if (hasOwn(assets, PascalCaseId)) { return assets[PascalCaseId] }\n // fallback to prototype chain\n var res = assets[id] || assets[camelizedId] || assets[PascalCaseId];\n if (process.env.NODE_ENV !== 'production' && warnMissing && !res) {\n warn(\n 'Failed to resolve ' + type.slice(0, -1) + ': ' + id,\n options\n );\n }\n return res\n}\n\n/* */\n\n\n\nfunction validateProp (\n key,\n propOptions,\n propsData,\n vm\n) {\n var prop = propOptions[key];\n var absent = !hasOwn(propsData, key);\n var value = propsData[key];\n // boolean casting\n var booleanIndex = getTypeIndex(Boolean, prop.type);\n if (booleanIndex > -1) {\n if (absent && !hasOwn(prop, 'default')) {\n value = false;\n } else if (value === '' || value === hyphenate(key)) {\n // only cast empty string / same name to boolean if\n // boolean has higher priority\n var stringIndex = getTypeIndex(String, prop.type);\n if (stringIndex < 0 || booleanIndex < stringIndex) {\n value = true;\n }\n }\n }\n // check default value\n if (value === undefined) {\n value = getPropDefaultValue(vm, prop, key);\n // since the default value is a fresh copy,\n // make sure to observe it.\n var prevShouldObserve = shouldObserve;\n toggleObserving(true);\n observe(value);\n toggleObserving(prevShouldObserve);\n }\n if (\n process.env.NODE_ENV !== 'production' &&\n // skip validation for weex recycle-list child component props\n !(false)\n ) {\n assertProp(prop, key, value, vm, absent);\n }\n return value\n}\n\n/**\n * Get the default value of a prop.\n */\nfunction getPropDefaultValue (vm, prop, key) {\n // no default, return undefined\n if (!hasOwn(prop, 'default')) {\n return undefined\n }\n var def = prop.default;\n // warn against non-factory defaults for Object & Array\n if (process.env.NODE_ENV !== 'production' && isObject(def)) {\n warn(\n 'Invalid default value for prop \"' + key + '\": ' +\n 'Props with type Object/Array must use a factory function ' +\n 'to return the default value.',\n vm\n );\n }\n // the raw prop value was also undefined from previous render,\n // return previous default value to avoid unnecessary watcher trigger\n if (vm && vm.$options.propsData &&\n vm.$options.propsData[key] === undefined &&\n vm._props[key] !== undefined\n ) {\n return vm._props[key]\n }\n // call factory function for non-Function types\n // a value is Function if its prototype is function even across different execution context\n return typeof def === 'function' && getType(prop.type) !== 'Function'\n ? def.call(vm)\n : def\n}\n\n/**\n * Assert whether a prop is valid.\n */\nfunction assertProp (\n prop,\n name,\n value,\n vm,\n absent\n) {\n if (prop.required && absent) {\n warn(\n 'Missing required prop: \"' + name + '\"',\n vm\n );\n return\n }\n if (value == null && !prop.required) {\n return\n }\n var type = prop.type;\n var valid = !type || type === true;\n var expectedTypes = [];\n if (type) {\n if (!Array.isArray(type)) {\n type = [type];\n }\n for (var i = 0; i < type.length && !valid; i++) {\n var assertedType = assertType(value, type[i]);\n expectedTypes.push(assertedType.expectedType || '');\n valid = assertedType.valid;\n }\n }\n\n if (!valid) {\n warn(\n getInvalidTypeMessage(name, value, expectedTypes),\n vm\n );\n return\n }\n var validator = prop.validator;\n if (validator) {\n if (!validator(value)) {\n warn(\n 'Invalid prop: custom validator check failed for prop \"' + name + '\".',\n vm\n );\n }\n }\n}\n\nvar simpleCheckRE = /^(String|Number|Boolean|Function|Symbol)$/;\n\nfunction assertType (value, type) {\n var valid;\n var expectedType = getType(type);\n if (simpleCheckRE.test(expectedType)) {\n var t = typeof value;\n valid = t === expectedType.toLowerCase();\n // for primitive wrapper objects\n if (!valid && t === 'object') {\n valid = value instanceof type;\n }\n } else if (expectedType === 'Object') {\n valid = isPlainObject(value);\n } else if (expectedType === 'Array') {\n valid = Array.isArray(value);\n } else {\n valid = value instanceof type;\n }\n return {\n valid: valid,\n expectedType: expectedType\n }\n}\n\n/**\n * Use function string name to check built-in types,\n * because a simple equality check will fail when running\n * across different vms / iframes.\n */\nfunction getType (fn) {\n var match = fn && fn.toString().match(/^\\s*function (\\w+)/);\n return match ? match[1] : ''\n}\n\nfunction isSameType (a, b) {\n return getType(a) === getType(b)\n}\n\nfunction getTypeIndex (type, expectedTypes) {\n if (!Array.isArray(expectedTypes)) {\n return isSameType(expectedTypes, type) ? 0 : -1\n }\n for (var i = 0, len = expectedTypes.length; i < len; i++) {\n if (isSameType(expectedTypes[i], type)) {\n return i\n }\n }\n return -1\n}\n\nfunction getInvalidTypeMessage (name, value, expectedTypes) {\n var message = \"Invalid prop: type check failed for prop \\\"\" + name + \"\\\".\" +\n \" Expected \" + (expectedTypes.map(capitalize).join(', '));\n var expectedType = expectedTypes[0];\n var receivedType = toRawType(value);\n var expectedValue = styleValue(value, expectedType);\n var receivedValue = styleValue(value, receivedType);\n // check if we need to specify expected value\n if (expectedTypes.length === 1 &&\n isExplicable(expectedType) &&\n !isBoolean(expectedType, receivedType)) {\n message += \" with value \" + expectedValue;\n }\n message += \", got \" + receivedType + \" \";\n // check if we need to specify received value\n if (isExplicable(receivedType)) {\n message += \"with value \" + receivedValue + \".\";\n }\n return message\n}\n\nfunction styleValue (value, type) {\n if (type === 'String') {\n return (\"\\\"\" + value + \"\\\"\")\n } else if (type === 'Number') {\n return (\"\" + (Number(value)))\n } else {\n return (\"\" + value)\n }\n}\n\nfunction isExplicable (value) {\n var explicitTypes = ['string', 'number', 'boolean'];\n return explicitTypes.some(function (elem) { return value.toLowerCase() === elem; })\n}\n\nfunction isBoolean () {\n var args = [], len = arguments.length;\n while ( len-- ) args[ len ] = arguments[ len ];\n\n return args.some(function (elem) { return elem.toLowerCase() === 'boolean'; })\n}\n\n/* */\n\nfunction handleError (err, vm, info) {\n // Deactivate deps tracking while processing error handler to avoid possible infinite rendering.\n // See: https://github.com/vuejs/vuex/issues/1505\n pushTarget();\n try {\n if (vm) {\n var cur = vm;\n while ((cur = cur.$parent)) {\n var hooks = cur.$options.errorCaptured;\n if (hooks) {\n for (var i = 0; i < hooks.length; i++) {\n try {\n var capture = hooks[i].call(cur, err, vm, info) === false;\n if (capture) { return }\n } catch (e) {\n globalHandleError(e, cur, 'errorCaptured hook');\n }\n }\n }\n }\n }\n globalHandleError(err, vm, info);\n } finally {\n popTarget();\n }\n}\n\nfunction invokeWithErrorHandling (\n handler,\n context,\n args,\n vm,\n info\n) {\n var res;\n try {\n res = args ? handler.apply(context, args) : handler.call(context);\n if (res && !res._isVue && isPromise(res) && !res._handled) {\n res.catch(function (e) { return handleError(e, vm, info + \" (Promise/async)\"); });\n // issue #9511\n // avoid catch triggering multiple times when nested calls\n res._handled = true;\n }\n } catch (e) {\n handleError(e, vm, info);\n }\n return res\n}\n\nfunction globalHandleError (err, vm, info) {\n if (config.errorHandler) {\n try {\n return config.errorHandler.call(null, err, vm, info)\n } catch (e) {\n // if the user intentionally throws the original error in the handler,\n // do not log it twice\n if (e !== err) {\n logError(e, null, 'config.errorHandler');\n }\n }\n }\n logError(err, vm, info);\n}\n\nfunction logError (err, vm, info) {\n if (process.env.NODE_ENV !== 'production') {\n warn((\"Error in \" + info + \": \\\"\" + (err.toString()) + \"\\\"\"), vm);\n }\n /* istanbul ignore else */\n if ((inBrowser || inWeex) && typeof console !== 'undefined') {\n console.error(err);\n } else {\n throw err\n }\n}\n\n/* */\n\nvar isUsingMicroTask = false;\n\nvar callbacks = [];\nvar pending = false;\n\nfunction flushCallbacks () {\n pending = false;\n var copies = callbacks.slice(0);\n callbacks.length = 0;\n for (var i = 0; i < copies.length; i++) {\n copies[i]();\n }\n}\n\n// Here we have async deferring wrappers using microtasks.\n// In 2.5 we used (macro) tasks (in combination with microtasks).\n// However, it has subtle problems when state is changed right before repaint\n// (e.g. #6813, out-in transitions).\n// Also, using (macro) tasks in event handler would cause some weird behaviors\n// that cannot be circumvented (e.g. #7109, #7153, #7546, #7834, #8109).\n// So we now use microtasks everywhere, again.\n// A major drawback of this tradeoff is that there are some scenarios\n// where microtasks have too high a priority and fire in between supposedly\n// sequential events (e.g. #4521, #6690, which have workarounds)\n// or even between bubbling of the same event (#6566).\nvar timerFunc;\n\n// The nextTick behavior leverages the microtask queue, which can be accessed\n// via either native Promise.then or MutationObserver.\n// MutationObserver has wider support, however it is seriously bugged in\n// UIWebView in iOS >= 9.3.3 when triggered in touch event handlers. It\n// completely stops working after triggering a few times... so, if native\n// Promise is available, we will use it:\n/* istanbul ignore next, $flow-disable-line */\nif (typeof Promise !== 'undefined' && isNative(Promise)) {\n var p = Promise.resolve();\n timerFunc = function () {\n p.then(flushCallbacks);\n // In problematic UIWebViews, Promise.then doesn't completely break, but\n // it can get stuck in a weird state where callbacks are pushed into the\n // microtask queue but the queue isn't being flushed, until the browser\n // needs to do some other work, e.g. handle a timer. Therefore we can\n // \"force\" the microtask queue to be flushed by adding an empty timer.\n if (isIOS) { setTimeout(noop); }\n };\n isUsingMicroTask = true;\n} else if (!isIE && typeof MutationObserver !== 'undefined' && (\n isNative(MutationObserver) ||\n // PhantomJS and iOS 7.x\n MutationObserver.toString() === '[object MutationObserverConstructor]'\n)) {\n // Use MutationObserver where native Promise is not available,\n // e.g. PhantomJS, iOS7, Android 4.4\n // (#6466 MutationObserver is unreliable in IE11)\n var counter = 1;\n var observer = new MutationObserver(flushCallbacks);\n var textNode = document.createTextNode(String(counter));\n observer.observe(textNode, {\n characterData: true\n });\n timerFunc = function () {\n counter = (counter + 1) % 2;\n textNode.data = String(counter);\n };\n isUsingMicroTask = true;\n} else if (typeof setImmediate !== 'undefined' && isNative(setImmediate)) {\n // Fallback to setImmediate.\n // Technically it leverages the (macro) task queue,\n // but it is still a better choice than setTimeout.\n timerFunc = function () {\n setImmediate(flushCallbacks);\n };\n} else {\n // Fallback to setTimeout.\n timerFunc = function () {\n setTimeout(flushCallbacks, 0);\n };\n}\n\nfunction nextTick (cb, ctx) {\n var _resolve;\n callbacks.push(function () {\n if (cb) {\n try {\n cb.call(ctx);\n } catch (e) {\n handleError(e, ctx, 'nextTick');\n }\n } else if (_resolve) {\n _resolve(ctx);\n }\n });\n if (!pending) {\n pending = true;\n timerFunc();\n }\n // $flow-disable-line\n if (!cb && typeof Promise !== 'undefined') {\n return new Promise(function (resolve) {\n _resolve = resolve;\n })\n }\n}\n\n/* */\n\n/* not type checking this file because flow doesn't play well with Proxy */\n\nvar initProxy;\n\nif (process.env.NODE_ENV !== 'production') {\n var allowedGlobals = makeMap(\n 'Infinity,undefined,NaN,isFinite,isNaN,' +\n 'parseFloat,parseInt,decodeURI,decodeURIComponent,encodeURI,encodeURIComponent,' +\n 'Math,Number,Date,Array,Object,Boolean,String,RegExp,Map,Set,JSON,Intl,' +\n 'require' // for Webpack/Browserify\n );\n\n var warnNonPresent = function (target, key) {\n warn(\n \"Property or method \\\"\" + key + \"\\\" is not defined on the instance but \" +\n 'referenced during render. Make sure that this property is reactive, ' +\n 'either in the data option, or for class-based components, by ' +\n 'initializing the property. ' +\n 'See: https://vuejs.org/v2/guide/reactivity.html#Declaring-Reactive-Properties.',\n target\n );\n };\n\n var warnReservedPrefix = function (target, key) {\n warn(\n \"Property \\\"\" + key + \"\\\" must be accessed with \\\"$data.\" + key + \"\\\" because \" +\n 'properties starting with \"$\" or \"_\" are not proxied in the Vue instance to ' +\n 'prevent conflicts with Vue internals. ' +\n 'See: https://vuejs.org/v2/api/#data',\n target\n );\n };\n\n var hasProxy =\n typeof Proxy !== 'undefined' && isNative(Proxy);\n\n if (hasProxy) {\n var isBuiltInModifier = makeMap('stop,prevent,self,ctrl,shift,alt,meta,exact');\n config.keyCodes = new Proxy(config.keyCodes, {\n set: function set (target, key, value) {\n if (isBuiltInModifier(key)) {\n warn((\"Avoid overwriting built-in modifier in config.keyCodes: .\" + key));\n return false\n } else {\n target[key] = value;\n return true\n }\n }\n });\n }\n\n var hasHandler = {\n has: function has (target, key) {\n var has = key in target;\n var isAllowed = allowedGlobals(key) ||\n (typeof key === 'string' && key.charAt(0) === '_' && !(key in target.$data));\n if (!has && !isAllowed) {\n if (key in target.$data) { warnReservedPrefix(target, key); }\n else { warnNonPresent(target, key); }\n }\n return has || !isAllowed\n }\n };\n\n var getHandler = {\n get: function get (target, key) {\n if (typeof key === 'string' && !(key in target)) {\n if (key in target.$data) { warnReservedPrefix(target, key); }\n else { warnNonPresent(target, key); }\n }\n return target[key]\n }\n };\n\n initProxy = function initProxy (vm) {\n if (hasProxy) {\n // determine which proxy handler to use\n var options = vm.$options;\n var handlers = options.render && options.render._withStripped\n ? getHandler\n : hasHandler;\n vm._renderProxy = new Proxy(vm, handlers);\n } else {\n vm._renderProxy = vm;\n }\n };\n}\n\n/* */\n\nvar seenObjects = new _Set();\n\n/**\n * Recursively traverse an object to evoke all converted\n * getters, so that every nested property inside the object\n * is collected as a \"deep\" dependency.\n */\nfunction traverse (val) {\n _traverse(val, seenObjects);\n seenObjects.clear();\n}\n\nfunction _traverse (val, seen) {\n var i, keys;\n var isA = Array.isArray(val);\n if ((!isA && !isObject(val)) || Object.isFrozen(val) || val instanceof VNode) {\n return\n }\n if (val.__ob__) {\n var depId = val.__ob__.dep.id;\n if (seen.has(depId)) {\n return\n }\n seen.add(depId);\n }\n if (isA) {\n i = val.length;\n while (i--) { _traverse(val[i], seen); }\n } else {\n keys = Object.keys(val);\n i = keys.length;\n while (i--) { _traverse(val[keys[i]], seen); }\n }\n}\n\nvar mark;\nvar measure;\n\nif (process.env.NODE_ENV !== 'production') {\n var perf = inBrowser && window.performance;\n /* istanbul ignore if */\n if (\n perf &&\n perf.mark &&\n perf.measure &&\n perf.clearMarks &&\n perf.clearMeasures\n ) {\n mark = function (tag) { return perf.mark(tag); };\n measure = function (name, startTag, endTag) {\n perf.measure(name, startTag, endTag);\n perf.clearMarks(startTag);\n perf.clearMarks(endTag);\n // perf.clearMeasures(name)\n };\n }\n}\n\n/* */\n\nvar normalizeEvent = cached(function (name) {\n var passive = name.charAt(0) === '&';\n name = passive ? name.slice(1) : name;\n var once$$1 = name.charAt(0) === '~'; // Prefixed last, checked first\n name = once$$1 ? name.slice(1) : name;\n var capture = name.charAt(0) === '!';\n name = capture ? name.slice(1) : name;\n return {\n name: name,\n once: once$$1,\n capture: capture,\n passive: passive\n }\n});\n\nfunction createFnInvoker (fns, vm) {\n function invoker () {\n var arguments$1 = arguments;\n\n var fns = invoker.fns;\n if (Array.isArray(fns)) {\n var cloned = fns.slice();\n for (var i = 0; i < cloned.length; i++) {\n invokeWithErrorHandling(cloned[i], null, arguments$1, vm, \"v-on handler\");\n }\n } else {\n // return handler return value for single handlers\n return invokeWithErrorHandling(fns, null, arguments, vm, \"v-on handler\")\n }\n }\n invoker.fns = fns;\n return invoker\n}\n\nfunction updateListeners (\n on,\n oldOn,\n add,\n remove$$1,\n createOnceHandler,\n vm\n) {\n var name, def$$1, cur, old, event;\n for (name in on) {\n def$$1 = cur = on[name];\n old = oldOn[name];\n event = normalizeEvent(name);\n if (isUndef(cur)) {\n process.env.NODE_ENV !== 'production' && warn(\n \"Invalid handler for event \\\"\" + (event.name) + \"\\\": got \" + String(cur),\n vm\n );\n } else if (isUndef(old)) {\n if (isUndef(cur.fns)) {\n cur = on[name] = createFnInvoker(cur, vm);\n }\n if (isTrue(event.once)) {\n cur = on[name] = createOnceHandler(event.name, cur, event.capture);\n }\n add(event.name, cur, event.capture, event.passive, event.params);\n } else if (cur !== old) {\n old.fns = cur;\n on[name] = old;\n }\n }\n for (name in oldOn) {\n if (isUndef(on[name])) {\n event = normalizeEvent(name);\n remove$$1(event.name, oldOn[name], event.capture);\n }\n }\n}\n\n/* */\n\nfunction mergeVNodeHook (def, hookKey, hook) {\n if (def instanceof VNode) {\n def = def.data.hook || (def.data.hook = {});\n }\n var invoker;\n var oldHook = def[hookKey];\n\n function wrappedHook () {\n hook.apply(this, arguments);\n // important: remove merged hook to ensure it's called only once\n // and prevent memory leak\n remove(invoker.fns, wrappedHook);\n }\n\n if (isUndef(oldHook)) {\n // no existing hook\n invoker = createFnInvoker([wrappedHook]);\n } else {\n /* istanbul ignore if */\n if (isDef(oldHook.fns) && isTrue(oldHook.merged)) {\n // already a merged invoker\n invoker = oldHook;\n invoker.fns.push(wrappedHook);\n } else {\n // existing plain hook\n invoker = createFnInvoker([oldHook, wrappedHook]);\n }\n }\n\n invoker.merged = true;\n def[hookKey] = invoker;\n}\n\n/* */\n\nfunction extractPropsFromVNodeData (\n data,\n Ctor,\n tag\n) {\n // we are only extracting raw values here.\n // validation and default values are handled in the child\n // component itself.\n var propOptions = Ctor.options.props;\n if (isUndef(propOptions)) {\n return\n }\n var res = {};\n var attrs = data.attrs;\n var props = data.props;\n if (isDef(attrs) || isDef(props)) {\n for (var key in propOptions) {\n var altKey = hyphenate(key);\n if (process.env.NODE_ENV !== 'production') {\n var keyInLowerCase = key.toLowerCase();\n if (\n key !== keyInLowerCase &&\n attrs && hasOwn(attrs, keyInLowerCase)\n ) {\n tip(\n \"Prop \\\"\" + keyInLowerCase + \"\\\" is passed to component \" +\n (formatComponentName(tag || Ctor)) + \", but the declared prop name is\" +\n \" \\\"\" + key + \"\\\". \" +\n \"Note that HTML attributes are case-insensitive and camelCased \" +\n \"props need to use their kebab-case equivalents when using in-DOM \" +\n \"templates. You should probably use \\\"\" + altKey + \"\\\" instead of \\\"\" + key + \"\\\".\"\n );\n }\n }\n checkProp(res, props, key, altKey, true) ||\n checkProp(res, attrs, key, altKey, false);\n }\n }\n return res\n}\n\nfunction checkProp (\n res,\n hash,\n key,\n altKey,\n preserve\n) {\n if (isDef(hash)) {\n if (hasOwn(hash, key)) {\n res[key] = hash[key];\n if (!preserve) {\n delete hash[key];\n }\n return true\n } else if (hasOwn(hash, altKey)) {\n res[key] = hash[altKey];\n if (!preserve) {\n delete hash[altKey];\n }\n return true\n }\n }\n return false\n}\n\n/* */\n\n// The template compiler attempts to minimize the need for normalization by\n// statically analyzing the template at compile time.\n//\n// For plain HTML markup, normalization can be completely skipped because the\n// generated render function is guaranteed to return Array<VNode>. There are\n// two cases where extra normalization is needed:\n\n// 1. When the children contains components - because a functional component\n// may return an Array instead of a single root. In this case, just a simple\n// normalization is needed - if any child is an Array, we flatten the whole\n// thing with Array.prototype.concat. It is guaranteed to be only 1-level deep\n// because functional components already normalize their own children.\nfunction simpleNormalizeChildren (children) {\n for (var i = 0; i < children.length; i++) {\n if (Array.isArray(children[i])) {\n return Array.prototype.concat.apply([], children)\n }\n }\n return children\n}\n\n// 2. When the children contains constructs that always generated nested Arrays,\n// e.g. <template>, <slot>, v-for, or when the children is provided by user\n// with hand-written render functions / JSX. In such cases a full normalization\n// is needed to cater to all possible types of children values.\nfunction normalizeChildren (children) {\n return isPrimitive(children)\n ? [createTextVNode(children)]\n : Array.isArray(children)\n ? normalizeArrayChildren(children)\n : undefined\n}\n\nfunction isTextNode (node) {\n return isDef(node) && isDef(node.text) && isFalse(node.isComment)\n}\n\nfunction normalizeArrayChildren (children, nestedIndex) {\n var res = [];\n var i, c, lastIndex, last;\n for (i = 0; i < children.length; i++) {\n c = children[i];\n if (isUndef(c) || typeof c === 'boolean') { continue }\n lastIndex = res.length - 1;\n last = res[lastIndex];\n // nested\n if (Array.isArray(c)) {\n if (c.length > 0) {\n c = normalizeArrayChildren(c, ((nestedIndex || '') + \"_\" + i));\n // merge adjacent text nodes\n if (isTextNode(c[0]) && isTextNode(last)) {\n res[lastIndex] = createTextVNode(last.text + (c[0]).text);\n c.shift();\n }\n res.push.apply(res, c);\n }\n } else if (isPrimitive(c)) {\n if (isTextNode(last)) {\n // merge adjacent text nodes\n // this is necessary for SSR hydration because text nodes are\n // essentially merged when rendered to HTML strings\n res[lastIndex] = createTextVNode(last.text + c);\n } else if (c !== '') {\n // convert primitive to vnode\n res.push(createTextVNode(c));\n }\n } else {\n if (isTextNode(c) && isTextNode(last)) {\n // merge adjacent text nodes\n res[lastIndex] = createTextVNode(last.text + c.text);\n } else {\n // default key for nested array children (likely generated by v-for)\n if (isTrue(children._isVList) &&\n isDef(c.tag) &&\n isUndef(c.key) &&\n isDef(nestedIndex)) {\n c.key = \"__vlist\" + nestedIndex + \"_\" + i + \"__\";\n }\n res.push(c);\n }\n }\n }\n return res\n}\n\n/* */\n\nfunction initProvide (vm) {\n var provide = vm.$options.provide;\n if (provide) {\n vm._provided = typeof provide === 'function'\n ? provide.call(vm)\n : provide;\n }\n}\n\nfunction initInjections (vm) {\n var result = resolveInject(vm.$options.inject, vm);\n if (result) {\n toggleObserving(false);\n Object.keys(result).forEach(function (key) {\n /* istanbul ignore else */\n if (process.env.NODE_ENV !== 'production') {\n defineReactive$$1(vm, key, result[key], function () {\n warn(\n \"Avoid mutating an injected value directly since the changes will be \" +\n \"overwritten whenever the provided component re-renders. \" +\n \"injection being mutated: \\\"\" + key + \"\\\"\",\n vm\n );\n });\n } else {\n defineReactive$$1(vm, key, result[key]);\n }\n });\n toggleObserving(true);\n }\n}\n\nfunction resolveInject (inject, vm) {\n if (inject) {\n // inject is :any because flow is not smart enough to figure out cached\n var result = Object.create(null);\n var keys = hasSymbol\n ? Reflect.ownKeys(inject)\n : Object.keys(inject);\n\n for (var i = 0; i < keys.length; i++) {\n var key = keys[i];\n // #6574 in case the inject object is observed...\n if (key === '__ob__') { continue }\n var provideKey = inject[key].from;\n var source = vm;\n while (source) {\n if (source._provided && hasOwn(source._provided, provideKey)) {\n result[key] = source._provided[provideKey];\n break\n }\n source = source.$parent;\n }\n if (!source) {\n if ('default' in inject[key]) {\n var provideDefault = inject[key].default;\n result[key] = typeof provideDefault === 'function'\n ? provideDefault.call(vm)\n : provideDefault;\n } else if (process.env.NODE_ENV !== 'production') {\n warn((\"Injection \\\"\" + key + \"\\\" not found\"), vm);\n }\n }\n }\n return result\n }\n}\n\n/* */\n\n\n\n/**\n * Runtime helper for resolving raw children VNodes into a slot object.\n */\nfunction resolveSlots (\n children,\n context\n) {\n if (!children || !children.length) {\n return {}\n }\n var slots = {};\n for (var i = 0, l = children.length; i < l; i++) {\n var child = children[i];\n var data = child.data;\n // remove slot attribute if the node is resolved as a Vue slot node\n if (data && data.attrs && data.attrs.slot) {\n delete data.attrs.slot;\n }\n // named slots should only be respected if the vnode was rendered in the\n // same context.\n if ((child.context === context || child.fnContext === context) &&\n data && data.slot != null\n ) {\n var name = data.slot;\n var slot = (slots[name] || (slots[name] = []));\n if (child.tag === 'template') {\n slot.push.apply(slot, child.children || []);\n } else {\n slot.push(child);\n }\n } else {\n (slots.default || (slots.default = [])).push(child);\n }\n }\n // ignore slots that contains only whitespace\n for (var name$1 in slots) {\n if (slots[name$1].every(isWhitespace)) {\n delete slots[name$1];\n }\n }\n return slots\n}\n\nfunction isWhitespace (node) {\n return (node.isComment && !node.asyncFactory) || node.text === ' '\n}\n\n/* */\n\nfunction normalizeScopedSlots (\n slots,\n normalSlots,\n prevSlots\n) {\n var res;\n var hasNormalSlots = Object.keys(normalSlots).length > 0;\n var isStable = slots ? !!slots.$stable : !hasNormalSlots;\n var key = slots && slots.$key;\n if (!slots) {\n res = {};\n } else if (slots._normalized) {\n // fast path 1: child component re-render only, parent did not change\n return slots._normalized\n } else if (\n isStable &&\n prevSlots &&\n prevSlots !== emptyObject &&\n key === prevSlots.$key &&\n !hasNormalSlots &&\n !prevSlots.$hasNormal\n ) {\n // fast path 2: stable scoped slots w/ no normal slots to proxy,\n // only need to normalize once\n return prevSlots\n } else {\n res = {};\n for (var key$1 in slots) {\n if (slots[key$1] && key$1[0] !== '$') {\n res[key$1] = normalizeScopedSlot(normalSlots, key$1, slots[key$1]);\n }\n }\n }\n // expose normal slots on scopedSlots\n for (var key$2 in normalSlots) {\n if (!(key$2 in res)) {\n res[key$2] = proxyNormalSlot(normalSlots, key$2);\n }\n }\n // avoriaz seems to mock a non-extensible $scopedSlots object\n // and when that is passed down this would cause an error\n if (slots && Object.isExtensible(slots)) {\n (slots)._normalized = res;\n }\n def(res, '$stable', isStable);\n def(res, '$key', key);\n def(res, '$hasNormal', hasNormalSlots);\n return res\n}\n\nfunction normalizeScopedSlot(normalSlots, key, fn) {\n var normalized = function () {\n var res = arguments.length ? fn.apply(null, arguments) : fn({});\n res = res && typeof res === 'object' && !Array.isArray(res)\n ? [res] // single vnode\n : normalizeChildren(res);\n return res && (\n res.length === 0 ||\n (res.length === 1 && res[0].isComment) // #9658\n ) ? undefined\n : res\n };\n // this is a slot using the new v-slot syntax without scope. although it is\n // compiled as a scoped slot, render fn users would expect it to be present\n // on this.$slots because the usage is semantically a normal slot.\n if (fn.proxy) {\n Object.defineProperty(normalSlots, key, {\n get: normalized,\n enumerable: true,\n configurable: true\n });\n }\n return normalized\n}\n\nfunction proxyNormalSlot(slots, key) {\n return function () { return slots[key]; }\n}\n\n/* */\n\n/**\n * Runtime helper for rendering v-for lists.\n */\nfunction renderList (\n val,\n render\n) {\n var ret, i, l, keys, key;\n if (Array.isArray(val) || typeof val === 'string') {\n ret = new Array(val.length);\n for (i = 0, l = val.length; i < l; i++) {\n ret[i] = render(val[i], i);\n }\n } else if (typeof val === 'number') {\n ret = new Array(val);\n for (i = 0; i < val; i++) {\n ret[i] = render(i + 1, i);\n }\n } else if (isObject(val)) {\n if (hasSymbol && val[Symbol.iterator]) {\n ret = [];\n var iterator = val[Symbol.iterator]();\n var result = iterator.next();\n while (!result.done) {\n ret.push(render(result.value, ret.length));\n result = iterator.next();\n }\n } else {\n keys = Object.keys(val);\n ret = new Array(keys.length);\n for (i = 0, l = keys.length; i < l; i++) {\n key = keys[i];\n ret[i] = render(val[key], key, i);\n }\n }\n }\n if (!isDef(ret)) {\n ret = [];\n }\n (ret)._isVList = true;\n return ret\n}\n\n/* */\n\n/**\n * Runtime helper for rendering <slot>\n */\nfunction renderSlot (\n name,\n fallback,\n props,\n bindObject\n) {\n var scopedSlotFn = this.$scopedSlots[name];\n var nodes;\n if (scopedSlotFn) { // scoped slot\n props = props || {};\n if (bindObject) {\n if (process.env.NODE_ENV !== 'production' && !isObject(bindObject)) {\n warn(\n 'slot v-bind without argument expects an Object',\n this\n );\n }\n props = extend(extend({}, bindObject), props);\n }\n nodes = scopedSlotFn(props) || fallback;\n } else {\n nodes = this.$slots[name] || fallback;\n }\n\n var target = props && props.slot;\n if (target) {\n return this.$createElement('template', { slot: target }, nodes)\n } else {\n return nodes\n }\n}\n\n/* */\n\n/**\n * Runtime helper for resolving filters\n */\nfunction resolveFilter (id) {\n return resolveAsset(this.$options, 'filters', id, true) || identity\n}\n\n/* */\n\nfunction isKeyNotMatch (expect, actual) {\n if (Array.isArray(expect)) {\n return expect.indexOf(actual) === -1\n } else {\n return expect !== actual\n }\n}\n\n/**\n * Runtime helper for checking keyCodes from config.\n * exposed as Vue.prototype._k\n * passing in eventKeyName as last argument separately for backwards compat\n */\nfunction checkKeyCodes (\n eventKeyCode,\n key,\n builtInKeyCode,\n eventKeyName,\n builtInKeyName\n) {\n var mappedKeyCode = config.keyCodes[key] || builtInKeyCode;\n if (builtInKeyName && eventKeyName && !config.keyCodes[key]) {\n return isKeyNotMatch(builtInKeyName, eventKeyName)\n } else if (mappedKeyCode) {\n return isKeyNotMatch(mappedKeyCode, eventKeyCode)\n } else if (eventKeyName) {\n return hyphenate(eventKeyName) !== key\n }\n}\n\n/* */\n\n/**\n * Runtime helper for merging v-bind=\"object\" into a VNode's data.\n */\nfunction bindObjectProps (\n data,\n tag,\n value,\n asProp,\n isSync\n) {\n if (value) {\n if (!isObject(value)) {\n process.env.NODE_ENV !== 'production' && warn(\n 'v-bind without argument expects an Object or Array value',\n this\n );\n } else {\n if (Array.isArray(value)) {\n value = toObject(value);\n }\n var hash;\n var loop = function ( key ) {\n if (\n key === 'class' ||\n key === 'style' ||\n isReservedAttribute(key)\n ) {\n hash = data;\n } else {\n var type = data.attrs && data.attrs.type;\n hash = asProp || config.mustUseProp(tag, type, key)\n ? data.domProps || (data.domProps = {})\n : data.attrs || (data.attrs = {});\n }\n var camelizedKey = camelize(key);\n var hyphenatedKey = hyphenate(key);\n if (!(camelizedKey in hash) && !(hyphenatedKey in hash)) {\n hash[key] = value[key];\n\n if (isSync) {\n var on = data.on || (data.on = {});\n on[(\"update:\" + key)] = function ($event) {\n value[key] = $event;\n };\n }\n }\n };\n\n for (var key in value) loop( key );\n }\n }\n return data\n}\n\n/* */\n\n/**\n * Runtime helper for rendering static trees.\n */\nfunction renderStatic (\n index,\n isInFor\n) {\n var cached = this._staticTrees || (this._staticTrees = []);\n var tree = cached[index];\n // if has already-rendered static tree and not inside v-for,\n // we can reuse the same tree.\n if (tree && !isInFor) {\n return tree\n }\n // otherwise, render a fresh tree.\n tree = cached[index] = this.$options.staticRenderFns[index].call(\n this._renderProxy,\n null,\n this // for render fns generated for functional component templates\n );\n markStatic(tree, (\"__static__\" + index), false);\n return tree\n}\n\n/**\n * Runtime helper for v-once.\n * Effectively it means marking the node as static with a unique key.\n */\nfunction markOnce (\n tree,\n index,\n key\n) {\n markStatic(tree, (\"__once__\" + index + (key ? (\"_\" + key) : \"\")), true);\n return tree\n}\n\nfunction markStatic (\n tree,\n key,\n isOnce\n) {\n if (Array.isArray(tree)) {\n for (var i = 0; i < tree.length; i++) {\n if (tree[i] && typeof tree[i] !== 'string') {\n markStaticNode(tree[i], (key + \"_\" + i), isOnce);\n }\n }\n } else {\n markStaticNode(tree, key, isOnce);\n }\n}\n\nfunction markStaticNode (node, key, isOnce) {\n node.isStatic = true;\n node.key = key;\n node.isOnce = isOnce;\n}\n\n/* */\n\nfunction bindObjectListeners (data, value) {\n if (value) {\n if (!isPlainObject(value)) {\n process.env.NODE_ENV !== 'production' && warn(\n 'v-on without argument expects an Object value',\n this\n );\n } else {\n var on = data.on = data.on ? extend({}, data.on) : {};\n for (var key in value) {\n var existing = on[key];\n var ours = value[key];\n on[key] = existing ? [].concat(existing, ours) : ours;\n }\n }\n }\n return data\n}\n\n/* */\n\nfunction resolveScopedSlots (\n fns, // see flow/vnode\n res,\n // the following are added in 2.6\n hasDynamicKeys,\n contentHashKey\n) {\n res = res || { $stable: !hasDynamicKeys };\n for (var i = 0; i < fns.length; i++) {\n var slot = fns[i];\n if (Array.isArray(slot)) {\n resolveScopedSlots(slot, res, hasDynamicKeys);\n } else if (slot) {\n // marker for reverse proxying v-slot without scope on this.$slots\n if (slot.proxy) {\n slot.fn.proxy = true;\n }\n res[slot.key] = slot.fn;\n }\n }\n if (contentHashKey) {\n (res).$key = contentHashKey;\n }\n return res\n}\n\n/* */\n\nfunction bindDynamicKeys (baseObj, values) {\n for (var i = 0; i < values.length; i += 2) {\n var key = values[i];\n if (typeof key === 'string' && key) {\n baseObj[values[i]] = values[i + 1];\n } else if (process.env.NODE_ENV !== 'production' && key !== '' && key !== null) {\n // null is a special value for explicitly removing a binding\n warn(\n (\"Invalid value for dynamic directive argument (expected string or null): \" + key),\n this\n );\n }\n }\n return baseObj\n}\n\n// helper to dynamically append modifier runtime markers to event names.\n// ensure only append when value is already string, otherwise it will be cast\n// to string and cause the type check to miss.\nfunction prependModifier (value, symbol) {\n return typeof value === 'string' ? symbol + value : value\n}\n\n/* */\n\nfunction installRenderHelpers (target) {\n target._o = markOnce;\n target._n = toNumber;\n target._s = toString;\n target._l = renderList;\n target._t = renderSlot;\n target._q = looseEqual;\n target._i = looseIndexOf;\n target._m = renderStatic;\n target._f = resolveFilter;\n target._k = checkKeyCodes;\n target._b = bindObjectProps;\n target._v = createTextVNode;\n target._e = createEmptyVNode;\n target._u = resolveScopedSlots;\n target._g = bindObjectListeners;\n target._d = bindDynamicKeys;\n target._p = prependModifier;\n}\n\n/* */\n\nfunction FunctionalRenderContext (\n data,\n props,\n children,\n parent,\n Ctor\n) {\n var this$1 = this;\n\n var options = Ctor.options;\n // ensure the createElement function in functional components\n // gets a unique context - this is necessary for correct named slot check\n var contextVm;\n if (hasOwn(parent, '_uid')) {\n contextVm = Object.create(parent);\n // $flow-disable-line\n contextVm._original = parent;\n } else {\n // the context vm passed in is a functional context as well.\n // in this case we want to make sure we are able to get a hold to the\n // real context instance.\n contextVm = parent;\n // $flow-disable-line\n parent = parent._original;\n }\n var isCompiled = isTrue(options._compiled);\n var needNormalization = !isCompiled;\n\n this.data = data;\n this.props = props;\n this.children = children;\n this.parent = parent;\n this.listeners = data.on || emptyObject;\n this.injections = resolveInject(options.inject, parent);\n this.slots = function () {\n if (!this$1.$slots) {\n normalizeScopedSlots(\n data.scopedSlots,\n this$1.$slots = resolveSlots(children, parent)\n );\n }\n return this$1.$slots\n };\n\n Object.defineProperty(this, 'scopedSlots', ({\n enumerable: true,\n get: function get () {\n return normalizeScopedSlots(data.scopedSlots, this.slots())\n }\n }));\n\n // support for compiled functional template\n if (isCompiled) {\n // exposing $options for renderStatic()\n this.$options = options;\n // pre-resolve slots for renderSlot()\n this.$slots = this.slots();\n this.$scopedSlots = normalizeScopedSlots(data.scopedSlots, this.$slots);\n }\n\n if (options._scopeId) {\n this._c = function (a, b, c, d) {\n var vnode = createElement(contextVm, a, b, c, d, needNormalization);\n if (vnode && !Array.isArray(vnode)) {\n vnode.fnScopeId = options._scopeId;\n vnode.fnContext = parent;\n }\n return vnode\n };\n } else {\n this._c = function (a, b, c, d) { return createElement(contextVm, a, b, c, d, needNormalization); };\n }\n}\n\ninstallRenderHelpers(FunctionalRenderContext.prototype);\n\nfunction createFunctionalComponent (\n Ctor,\n propsData,\n data,\n contextVm,\n children\n) {\n var options = Ctor.options;\n var props = {};\n var propOptions = options.props;\n if (isDef(propOptions)) {\n for (var key in propOptions) {\n props[key] = validateProp(key, propOptions, propsData || emptyObject);\n }\n } else {\n if (isDef(data.attrs)) { mergeProps(props, data.attrs); }\n if (isDef(data.props)) { mergeProps(props, data.props); }\n }\n\n var renderContext = new FunctionalRenderContext(\n data,\n props,\n children,\n contextVm,\n Ctor\n );\n\n var vnode = options.render.call(null, renderContext._c, renderContext);\n\n if (vnode instanceof VNode) {\n return cloneAndMarkFunctionalResult(vnode, data, renderContext.parent, options, renderContext)\n } else if (Array.isArray(vnode)) {\n var vnodes = normalizeChildren(vnode) || [];\n var res = new Array(vnodes.length);\n for (var i = 0; i < vnodes.length; i++) {\n res[i] = cloneAndMarkFunctionalResult(vnodes[i], data, renderContext.parent, options, renderContext);\n }\n return res\n }\n}\n\nfunction cloneAndMarkFunctionalResult (vnode, data, contextVm, options, renderContext) {\n // #7817 clone node before setting fnContext, otherwise if the node is reused\n // (e.g. it was from a cached normal slot) the fnContext causes named slots\n // that should not be matched to match.\n var clone = cloneVNode(vnode);\n clone.fnContext = contextVm;\n clone.fnOptions = options;\n if (process.env.NODE_ENV !== 'production') {\n (clone.devtoolsMeta = clone.devtoolsMeta || {}).renderContext = renderContext;\n }\n if (data.slot) {\n (clone.data || (clone.data = {})).slot = data.slot;\n }\n return clone\n}\n\nfunction mergeProps (to, from) {\n for (var key in from) {\n to[camelize(key)] = from[key];\n }\n}\n\n/* */\n\n/* */\n\n/* */\n\n/* */\n\n// inline hooks to be invoked on component VNodes during patch\nvar componentVNodeHooks = {\n init: function init (vnode, hydrating) {\n if (\n vnode.componentInstance &&\n !vnode.componentInstance._isDestroyed &&\n vnode.data.keepAlive\n ) {\n // kept-alive components, treat as a patch\n var mountedNode = vnode; // work around flow\n componentVNodeHooks.prepatch(mountedNode, mountedNode);\n } else {\n var child = vnode.componentInstance = createComponentInstanceForVnode(\n vnode,\n activeInstance\n );\n child.$mount(hydrating ? vnode.elm : undefined, hydrating);\n }\n },\n\n prepatch: function prepatch (oldVnode, vnode) {\n var options = vnode.componentOptions;\n var child = vnode.componentInstance = oldVnode.componentInstance;\n updateChildComponent(\n child,\n options.propsData, // updated props\n options.listeners, // updated listeners\n vnode, // new parent vnode\n options.children // new children\n );\n },\n\n insert: function insert (vnode) {\n var context = vnode.context;\n var componentInstance = vnode.componentInstance;\n if (!componentInstance._isMounted) {\n componentInstance._isMounted = true;\n callHook(componentInstance, 'mounted');\n }\n if (vnode.data.keepAlive) {\n if (context._isMounted) {\n // vue-router#1212\n // During updates, a kept-alive component's child components may\n // change, so directly walking the tree here may call activated hooks\n // on incorrect children. Instead we push them into a queue which will\n // be processed after the whole patch process ended.\n queueActivatedComponent(componentInstance);\n } else {\n activateChildComponent(componentInstance, true /* direct */);\n }\n }\n },\n\n destroy: function destroy (vnode) {\n var componentInstance = vnode.componentInstance;\n if (!componentInstance._isDestroyed) {\n if (!vnode.data.keepAlive) {\n componentInstance.$destroy();\n } else {\n deactivateChildComponent(componentInstance, true /* direct */);\n }\n }\n }\n};\n\nvar hooksToMerge = Object.keys(componentVNodeHooks);\n\nfunction createComponent (\n Ctor,\n data,\n context,\n children,\n tag\n) {\n if (isUndef(Ctor)) {\n return\n }\n\n var baseCtor = context.$options._base;\n\n // plain options object: turn it into a constructor\n if (isObject(Ctor)) {\n Ctor = baseCtor.extend(Ctor);\n }\n\n // if at this stage it's not a constructor or an async component factory,\n // reject.\n if (typeof Ctor !== 'function') {\n if (process.env.NODE_ENV !== 'production') {\n warn((\"Invalid Component definition: \" + (String(Ctor))), context);\n }\n return\n }\n\n // async component\n var asyncFactory;\n if (isUndef(Ctor.cid)) {\n asyncFactory = Ctor;\n Ctor = resolveAsyncComponent(asyncFactory, baseCtor);\n if (Ctor === undefined) {\n // return a placeholder node for async component, which is rendered\n // as a comment node but preserves all the raw information for the node.\n // the information will be used for async server-rendering and hydration.\n return createAsyncPlaceholder(\n asyncFactory,\n data,\n context,\n children,\n tag\n )\n }\n }\n\n data = data || {};\n\n // resolve constructor options in case global mixins are applied after\n // component constructor creation\n resolveConstructorOptions(Ctor);\n\n // transform component v-model data into props & events\n if (isDef(data.model)) {\n transformModel(Ctor.options, data);\n }\n\n // extract props\n var propsData = extractPropsFromVNodeData(data, Ctor, tag);\n\n // functional component\n if (isTrue(Ctor.options.functional)) {\n return createFunctionalComponent(Ctor, propsData, data, context, children)\n }\n\n // extract listeners, since these needs to be treated as\n // child component listeners instead of DOM listeners\n var listeners = data.on;\n // replace with listeners with .native modifier\n // so it gets processed during parent component patch.\n data.on = data.nativeOn;\n\n if (isTrue(Ctor.options.abstract)) {\n // abstract components do not keep anything\n // other than props & listeners & slot\n\n // work around flow\n var slot = data.slot;\n data = {};\n if (slot) {\n data.slot = slot;\n }\n }\n\n // install component management hooks onto the placeholder node\n installComponentHooks(data);\n\n // return a placeholder vnode\n var name = Ctor.options.name || tag;\n var vnode = new VNode(\n (\"vue-component-\" + (Ctor.cid) + (name ? (\"-\" + name) : '')),\n data, undefined, undefined, undefined, context,\n { Ctor: Ctor, propsData: propsData, listeners: listeners, tag: tag, children: children },\n asyncFactory\n );\n\n return vnode\n}\n\nfunction createComponentInstanceForVnode (\n vnode, // we know it's MountedComponentVNode but flow doesn't\n parent // activeInstance in lifecycle state\n) {\n var options = {\n _isComponent: true,\n _parentVnode: vnode,\n parent: parent\n };\n // check inline-template render functions\n var inlineTemplate = vnode.data.inlineTemplate;\n if (isDef(inlineTemplate)) {\n options.render = inlineTemplate.render;\n options.staticRenderFns = inlineTemplate.staticRenderFns;\n }\n return new vnode.componentOptions.Ctor(options)\n}\n\nfunction installComponentHooks (data) {\n var hooks = data.hook || (data.hook = {});\n for (var i = 0; i < hooksToMerge.length; i++) {\n var key = hooksToMerge[i];\n var existing = hooks[key];\n var toMerge = componentVNodeHooks[key];\n if (existing !== toMerge && !(existing && existing._merged)) {\n hooks[key] = existing ? mergeHook$1(toMerge, existing) : toMerge;\n }\n }\n}\n\nfunction mergeHook$1 (f1, f2) {\n var merged = function (a, b) {\n // flow complains about extra args which is why we use any\n f1(a, b);\n f2(a, b);\n };\n merged._merged = true;\n return merged\n}\n\n// transform component v-model info (value and callback) into\n// prop and event handler respectively.\nfunction transformModel (options, data) {\n var prop = (options.model && options.model.prop) || 'value';\n var event = (options.model && options.model.event) || 'input'\n ;(data.attrs || (data.attrs = {}))[prop] = data.model.value;\n var on = data.on || (data.on = {});\n var existing = on[event];\n var callback = data.model.callback;\n if (isDef(existing)) {\n if (\n Array.isArray(existing)\n ? existing.indexOf(callback) === -1\n : existing !== callback\n ) {\n on[event] = [callback].concat(existing);\n }\n } else {\n on[event] = callback;\n }\n}\n\n/* */\n\nvar SIMPLE_NORMALIZE = 1;\nvar ALWAYS_NORMALIZE = 2;\n\n// wrapper function for providing a more flexible interface\n// without getting yelled at by flow\nfunction createElement (\n context,\n tag,\n data,\n children,\n normalizationType,\n alwaysNormalize\n) {\n if (Array.isArray(data) || isPrimitive(data)) {\n normalizationType = children;\n children = data;\n data = undefined;\n }\n if (isTrue(alwaysNormalize)) {\n normalizationType = ALWAYS_NORMALIZE;\n }\n return _createElement(context, tag, data, children, normalizationType)\n}\n\nfunction _createElement (\n context,\n tag,\n data,\n children,\n normalizationType\n) {\n if (isDef(data) && isDef((data).__ob__)) {\n process.env.NODE_ENV !== 'production' && warn(\n \"Avoid using observed data object as vnode data: \" + (JSON.stringify(data)) + \"\\n\" +\n 'Always create fresh vnode data objects in each render!',\n context\n );\n return createEmptyVNode()\n }\n // object syntax in v-bind\n if (isDef(data) && isDef(data.is)) {\n tag = data.is;\n }\n if (!tag) {\n // in case of component :is set to falsy value\n return createEmptyVNode()\n }\n // warn against non-primitive key\n if (process.env.NODE_ENV !== 'production' &&\n isDef(data) && isDef(data.key) && !isPrimitive(data.key)\n ) {\n {\n warn(\n 'Avoid using non-primitive value as key, ' +\n 'use string/number value instead.',\n context\n );\n }\n }\n // support single function children as default scoped slot\n if (Array.isArray(children) &&\n typeof children[0] === 'function'\n ) {\n data = data || {};\n data.scopedSlots = { default: children[0] };\n children.length = 0;\n }\n if (normalizationType === ALWAYS_NORMALIZE) {\n children = normalizeChildren(children);\n } else if (normalizationType === SIMPLE_NORMALIZE) {\n children = simpleNormalizeChildren(children);\n }\n var vnode, ns;\n if (typeof tag === 'string') {\n var Ctor;\n ns = (context.$vnode && context.$vnode.ns) || config.getTagNamespace(tag);\n if (config.isReservedTag(tag)) {\n // platform built-in elements\n if (process.env.NODE_ENV !== 'production' && isDef(data) && isDef(data.nativeOn)) {\n warn(\n (\"The .native modifier for v-on is only valid on components but it was used on <\" + tag + \">.\"),\n context\n );\n }\n vnode = new VNode(\n config.parsePlatformTagName(tag), data, children,\n undefined, undefined, context\n );\n } else if ((!data || !data.pre) && isDef(Ctor = resolveAsset(context.$options, 'components', tag))) {\n // component\n vnode = createComponent(Ctor, data, context, children, tag);\n } else {\n // unknown or unlisted namespaced elements\n // check at runtime because it may get assigned a namespace when its\n // parent normalizes children\n vnode = new VNode(\n tag, data, children,\n undefined, undefined, context\n );\n }\n } else {\n // direct component options / constructor\n vnode = createComponent(tag, data, context, children);\n }\n if (Array.isArray(vnode)) {\n return vnode\n } else if (isDef(vnode)) {\n if (isDef(ns)) { applyNS(vnode, ns); }\n if (isDef(data)) { registerDeepBindings(data); }\n return vnode\n } else {\n return createEmptyVNode()\n }\n}\n\nfunction applyNS (vnode, ns, force) {\n vnode.ns = ns;\n if (vnode.tag === 'foreignObject') {\n // use default namespace inside foreignObject\n ns = undefined;\n force = true;\n }\n if (isDef(vnode.children)) {\n for (var i = 0, l = vnode.children.length; i < l; i++) {\n var child = vnode.children[i];\n if (isDef(child.tag) && (\n isUndef(child.ns) || (isTrue(force) && child.tag !== 'svg'))) {\n applyNS(child, ns, force);\n }\n }\n }\n}\n\n// ref #5318\n// necessary to ensure parent re-render when deep bindings like :style and\n// :class are used on slot nodes\nfunction registerDeepBindings (data) {\n if (isObject(data.style)) {\n traverse(data.style);\n }\n if (isObject(data.class)) {\n traverse(data.class);\n }\n}\n\n/* */\n\nfunction initRender (vm) {\n vm._vnode = null; // the root of the child tree\n vm._staticTrees = null; // v-once cached trees\n var options = vm.$options;\n var parentVnode = vm.$vnode = options._parentVnode; // the placeholder node in parent tree\n var renderContext = parentVnode && parentVnode.context;\n vm.$slots = resolveSlots(options._renderChildren, renderContext);\n vm.$scopedSlots = emptyObject;\n // bind the createElement fn to this instance\n // so that we get proper render context inside it.\n // args order: tag, data, children, normalizationType, alwaysNormalize\n // internal version is used by render functions compiled from templates\n vm._c = function (a, b, c, d) { return createElement(vm, a, b, c, d, false); };\n // normalization is always applied for the public version, used in\n // user-written render functions.\n vm.$createElement = function (a, b, c, d) { return createElement(vm, a, b, c, d, true); };\n\n // $attrs & $listeners are exposed for easier HOC creation.\n // they need to be reactive so that HOCs using them are always updated\n var parentData = parentVnode && parentVnode.data;\n\n /* istanbul ignore else */\n if (process.env.NODE_ENV !== 'production') {\n defineReactive$$1(vm, '$attrs', parentData && parentData.attrs || emptyObject, function () {\n !isUpdatingChildComponent && warn(\"$attrs is readonly.\", vm);\n }, true);\n defineReactive$$1(vm, '$listeners', options._parentListeners || emptyObject, function () {\n !isUpdatingChildComponent && warn(\"$listeners is readonly.\", vm);\n }, true);\n } else {\n defineReactive$$1(vm, '$attrs', parentData && parentData.attrs || emptyObject, null, true);\n defineReactive$$1(vm, '$listeners', options._parentListeners || emptyObject, null, true);\n }\n}\n\nvar currentRenderingInstance = null;\n\nfunction renderMixin (Vue) {\n // install runtime convenience helpers\n installRenderHelpers(Vue.prototype);\n\n Vue.prototype.$nextTick = function (fn) {\n return nextTick(fn, this)\n };\n\n Vue.prototype._render = function () {\n var vm = this;\n var ref = vm.$options;\n var render = ref.render;\n var _parentVnode = ref._parentVnode;\n\n if (_parentVnode) {\n vm.$scopedSlots = normalizeScopedSlots(\n _parentVnode.data.scopedSlots,\n vm.$slots,\n vm.$scopedSlots\n );\n }\n\n // set parent vnode. this allows render functions to have access\n // to the data on the placeholder node.\n vm.$vnode = _parentVnode;\n // render self\n var vnode;\n try {\n // There's no need to maintain a stack because all render fns are called\n // separately from one another. Nested component's render fns are called\n // when parent component is patched.\n currentRenderingInstance = vm;\n vnode = render.call(vm._renderProxy, vm.$createElement);\n } catch (e) {\n handleError(e, vm, \"render\");\n // return error render result,\n // or previous vnode to prevent render error causing blank component\n /* istanbul ignore else */\n if (process.env.NODE_ENV !== 'production' && vm.$options.renderError) {\n try {\n vnode = vm.$options.renderError.call(vm._renderProxy, vm.$createElement, e);\n } catch (e) {\n handleError(e, vm, \"renderError\");\n vnode = vm._vnode;\n }\n } else {\n vnode = vm._vnode;\n }\n } finally {\n currentRenderingInstance = null;\n }\n // if the returned array contains only a single node, allow it\n if (Array.isArray(vnode) && vnode.length === 1) {\n vnode = vnode[0];\n }\n // return empty vnode in case the render function errored out\n if (!(vnode instanceof VNode)) {\n if (process.env.NODE_ENV !== 'production' && Array.isArray(vnode)) {\n warn(\n 'Multiple root nodes returned from render function. Render function ' +\n 'should return a single root node.',\n vm\n );\n }\n vnode = createEmptyVNode();\n }\n // set parent\n vnode.parent = _parentVnode;\n return vnode\n };\n}\n\n/* */\n\nfunction ensureCtor (comp, base) {\n if (\n comp.__esModule ||\n (hasSymbol && comp[Symbol.toStringTag] === 'Module')\n ) {\n comp = comp.default;\n }\n return isObject(comp)\n ? base.extend(comp)\n : comp\n}\n\nfunction createAsyncPlaceholder (\n factory,\n data,\n context,\n children,\n tag\n) {\n var node = createEmptyVNode();\n node.asyncFactory = factory;\n node.asyncMeta = { data: data, context: context, children: children, tag: tag };\n return node\n}\n\nfunction resolveAsyncComponent (\n factory,\n baseCtor\n) {\n if (isTrue(factory.error) && isDef(factory.errorComp)) {\n return factory.errorComp\n }\n\n if (isDef(factory.resolved)) {\n return factory.resolved\n }\n\n var owner = currentRenderingInstance;\n if (owner && isDef(factory.owners) && factory.owners.indexOf(owner) === -1) {\n // already pending\n factory.owners.push(owner);\n }\n\n if (isTrue(factory.loading) && isDef(factory.loadingComp)) {\n return factory.loadingComp\n }\n\n if (owner && !isDef(factory.owners)) {\n var owners = factory.owners = [owner];\n var sync = true;\n var timerLoading = null;\n var timerTimeout = null\n\n ;(owner).$on('hook:destroyed', function () { return remove(owners, owner); });\n\n var forceRender = function (renderCompleted) {\n for (var i = 0, l = owners.length; i < l; i++) {\n (owners[i]).$forceUpdate();\n }\n\n if (renderCompleted) {\n owners.length = 0;\n if (timerLoading !== null) {\n clearTimeout(timerLoading);\n timerLoading = null;\n }\n if (timerTimeout !== null) {\n clearTimeout(timerTimeout);\n timerTimeout = null;\n }\n }\n };\n\n var resolve = once(function (res) {\n // cache resolved\n factory.resolved = ensureCtor(res, baseCtor);\n // invoke callbacks only if this is not a synchronous resolve\n // (async resolves are shimmed as synchronous during SSR)\n if (!sync) {\n forceRender(true);\n } else {\n owners.length = 0;\n }\n });\n\n var reject = once(function (reason) {\n process.env.NODE_ENV !== 'production' && warn(\n \"Failed to resolve async component: \" + (String(factory)) +\n (reason ? (\"\\nReason: \" + reason) : '')\n );\n if (isDef(factory.errorComp)) {\n factory.error = true;\n forceRender(true);\n }\n });\n\n var res = factory(resolve, reject);\n\n if (isObject(res)) {\n if (isPromise(res)) {\n // () => Promise\n if (isUndef(factory.resolved)) {\n res.then(resolve, reject);\n }\n } else if (isPromise(res.component)) {\n res.component.then(resolve, reject);\n\n if (isDef(res.error)) {\n factory.errorComp = ensureCtor(res.error, baseCtor);\n }\n\n if (isDef(res.loading)) {\n factory.loadingComp = ensureCtor(res.loading, baseCtor);\n if (res.delay === 0) {\n factory.loading = true;\n } else {\n timerLoading = setTimeout(function () {\n timerLoading = null;\n if (isUndef(factory.resolved) && isUndef(factory.error)) {\n factory.loading = true;\n forceRender(false);\n }\n }, res.delay || 200);\n }\n }\n\n if (isDef(res.timeout)) {\n timerTimeout = setTimeout(function () {\n timerTimeout = null;\n if (isUndef(factory.resolved)) {\n reject(\n process.env.NODE_ENV !== 'production'\n ? (\"timeout (\" + (res.timeout) + \"ms)\")\n : null\n );\n }\n }, res.timeout);\n }\n }\n }\n\n sync = false;\n // return in case resolved synchronously\n return factory.loading\n ? factory.loadingComp\n : factory.resolved\n }\n}\n\n/* */\n\nfunction isAsyncPlaceholder (node) {\n return node.isComment && node.asyncFactory\n}\n\n/* */\n\nfunction getFirstComponentChild (children) {\n if (Array.isArray(children)) {\n for (var i = 0; i < children.length; i++) {\n var c = children[i];\n if (isDef(c) && (isDef(c.componentOptions) || isAsyncPlaceholder(c))) {\n return c\n }\n }\n }\n}\n\n/* */\n\n/* */\n\nfunction initEvents (vm) {\n vm._events = Object.create(null);\n vm._hasHookEvent = false;\n // init parent attached events\n var listeners = vm.$options._parentListeners;\n if (listeners) {\n updateComponentListeners(vm, listeners);\n }\n}\n\nvar target;\n\nfunction add (event, fn) {\n target.$on(event, fn);\n}\n\nfunction remove$1 (event, fn) {\n target.$off(event, fn);\n}\n\nfunction createOnceHandler (event, fn) {\n var _target = target;\n return function onceHandler () {\n var res = fn.apply(null, arguments);\n if (res !== null) {\n _target.$off(event, onceHandler);\n }\n }\n}\n\nfunction updateComponentListeners (\n vm,\n listeners,\n oldListeners\n) {\n target = vm;\n updateListeners(listeners, oldListeners || {}, add, remove$1, createOnceHandler, vm);\n target = undefined;\n}\n\nfunction eventsMixin (Vue) {\n var hookRE = /^hook:/;\n Vue.prototype.$on = function (event, fn) {\n var vm = this;\n if (Array.isArray(event)) {\n for (var i = 0, l = event.length; i < l; i++) {\n vm.$on(event[i], fn);\n }\n } else {\n (vm._events[event] || (vm._events[event] = [])).push(fn);\n // optimize hook:event cost by using a boolean flag marked at registration\n // instead of a hash lookup\n if (hookRE.test(event)) {\n vm._hasHookEvent = true;\n }\n }\n return vm\n };\n\n Vue.prototype.$once = function (event, fn) {\n var vm = this;\n function on () {\n vm.$off(event, on);\n fn.apply(vm, arguments);\n }\n on.fn = fn;\n vm.$on(event, on);\n return vm\n };\n\n Vue.prototype.$off = function (event, fn) {\n var vm = this;\n // all\n if (!arguments.length) {\n vm._events = Object.create(null);\n return vm\n }\n // array of events\n if (Array.isArray(event)) {\n for (var i$1 = 0, l = event.length; i$1 < l; i$1++) {\n vm.$off(event[i$1], fn);\n }\n return vm\n }\n // specific event\n var cbs = vm._events[event];\n if (!cbs) {\n return vm\n }\n if (!fn) {\n vm._events[event] = null;\n return vm\n }\n // specific handler\n var cb;\n var i = cbs.length;\n while (i--) {\n cb = cbs[i];\n if (cb === fn || cb.fn === fn) {\n cbs.splice(i, 1);\n break\n }\n }\n return vm\n };\n\n Vue.prototype.$emit = function (event) {\n var vm = this;\n if (process.env.NODE_ENV !== 'production') {\n var lowerCaseEvent = event.toLowerCase();\n if (lowerCaseEvent !== event && vm._events[lowerCaseEvent]) {\n tip(\n \"Event \\\"\" + lowerCaseEvent + \"\\\" is emitted in component \" +\n (formatComponentName(vm)) + \" but the handler is registered for \\\"\" + event + \"\\\". \" +\n \"Note that HTML attributes are case-insensitive and you cannot use \" +\n \"v-on to listen to camelCase events when using in-DOM templates. \" +\n \"You should probably use \\\"\" + (hyphenate(event)) + \"\\\" instead of \\\"\" + event + \"\\\".\"\n );\n }\n }\n var cbs = vm._events[event];\n if (cbs) {\n cbs = cbs.length > 1 ? toArray(cbs) : cbs;\n var args = toArray(arguments, 1);\n var info = \"event handler for \\\"\" + event + \"\\\"\";\n for (var i = 0, l = cbs.length; i < l; i++) {\n invokeWithErrorHandling(cbs[i], vm, args, vm, info);\n }\n }\n return vm\n };\n}\n\n/* */\n\nvar activeInstance = null;\nvar isUpdatingChildComponent = false;\n\nfunction setActiveInstance(vm) {\n var prevActiveInstance = activeInstance;\n activeInstance = vm;\n return function () {\n activeInstance = prevActiveInstance;\n }\n}\n\nfunction initLifecycle (vm) {\n var options = vm.$options;\n\n // locate first non-abstract parent\n var parent = options.parent;\n if (parent && !options.abstract) {\n while (parent.$options.abstract && parent.$parent) {\n parent = parent.$parent;\n }\n parent.$children.push(vm);\n }\n\n vm.$parent = parent;\n vm.$root = parent ? parent.$root : vm;\n\n vm.$children = [];\n vm.$refs = {};\n\n vm._watcher = null;\n vm._inactive = null;\n vm._directInactive = false;\n vm._isMounted = false;\n vm._isDestroyed = false;\n vm._isBeingDestroyed = false;\n}\n\nfunction lifecycleMixin (Vue) {\n Vue.prototype._update = function (vnode, hydrating) {\n var vm = this;\n var prevEl = vm.$el;\n var prevVnode = vm._vnode;\n var restoreActiveInstance = setActiveInstance(vm);\n vm._vnode = vnode;\n // Vue.prototype.__patch__ is injected in entry points\n // based on the rendering backend used.\n if (!prevVnode) {\n // initial render\n vm.$el = vm.__patch__(vm.$el, vnode, hydrating, false /* removeOnly */);\n } else {\n // updates\n vm.$el = vm.__patch__(prevVnode, vnode);\n }\n restoreActiveInstance();\n // update __vue__ reference\n if (prevEl) {\n prevEl.__vue__ = null;\n }\n if (vm.$el) {\n vm.$el.__vue__ = vm;\n }\n // if parent is an HOC, update its $el as well\n if (vm.$vnode && vm.$parent && vm.$vnode === vm.$parent._vnode) {\n vm.$parent.$el = vm.$el;\n }\n // updated hook is called by the scheduler to ensure that children are\n // updated in a parent's updated hook.\n };\n\n Vue.prototype.$forceUpdate = function () {\n var vm = this;\n if (vm._watcher) {\n vm._watcher.update();\n }\n };\n\n Vue.prototype.$destroy = function () {\n var vm = this;\n if (vm._isBeingDestroyed) {\n return\n }\n callHook(vm, 'beforeDestroy');\n vm._isBeingDestroyed = true;\n // remove self from parent\n var parent = vm.$parent;\n if (parent && !parent._isBeingDestroyed && !vm.$options.abstract) {\n remove(parent.$children, vm);\n }\n // teardown watchers\n if (vm._watcher) {\n vm._watcher.teardown();\n }\n var i = vm._watchers.length;\n while (i--) {\n vm._watchers[i].teardown();\n }\n // remove reference from data ob\n // frozen object may not have observer.\n if (vm._data.__ob__) {\n vm._data.__ob__.vmCount--;\n }\n // call the last hook...\n vm._isDestroyed = true;\n // invoke destroy hooks on current rendered tree\n vm.__patch__(vm._vnode, null);\n // fire destroyed hook\n callHook(vm, 'destroyed');\n // turn off all instance listeners.\n vm.$off();\n // remove __vue__ reference\n if (vm.$el) {\n vm.$el.__vue__ = null;\n }\n // release circular reference (#6759)\n if (vm.$vnode) {\n vm.$vnode.parent = null;\n }\n };\n}\n\nfunction mountComponent (\n vm,\n el,\n hydrating\n) {\n vm.$el = el;\n if (!vm.$options.render) {\n vm.$options.render = createEmptyVNode;\n if (process.env.NODE_ENV !== 'production') {\n /* istanbul ignore if */\n if ((vm.$options.template && vm.$options.template.charAt(0) !== '#') ||\n vm.$options.el || el) {\n warn(\n 'You are using the runtime-only build of Vue where the template ' +\n 'compiler is not available. Either pre-compile the templates into ' +\n 'render functions, or use the compiler-included build.',\n vm\n );\n } else {\n warn(\n 'Failed to mount component: template or render function not defined.',\n vm\n );\n }\n }\n }\n callHook(vm, 'beforeMount');\n\n var updateComponent;\n /* istanbul ignore if */\n if (process.env.NODE_ENV !== 'production' && config.performance && mark) {\n updateComponent = function () {\n var name = vm._name;\n var id = vm._uid;\n var startTag = \"vue-perf-start:\" + id;\n var endTag = \"vue-perf-end:\" + id;\n\n mark(startTag);\n var vnode = vm._render();\n mark(endTag);\n measure((\"vue \" + name + \" render\"), startTag, endTag);\n\n mark(startTag);\n vm._update(vnode, hydrating);\n mark(endTag);\n measure((\"vue \" + name + \" patch\"), startTag, endTag);\n };\n } else {\n updateComponent = function () {\n vm._update(vm._render(), hydrating);\n };\n }\n\n // we set this to vm._watcher inside the watcher's constructor\n // since the watcher's initial patch may call $forceUpdate (e.g. inside child\n // component's mounted hook), which relies on vm._watcher being already defined\n new Watcher(vm, updateComponent, noop, {\n before: function before () {\n if (vm._isMounted && !vm._isDestroyed) {\n callHook(vm, 'beforeUpdate');\n }\n }\n }, true /* isRenderWatcher */);\n hydrating = false;\n\n // manually mounted instance, call mounted on self\n // mounted is called for render-created child components in its inserted hook\n if (vm.$vnode == null) {\n vm._isMounted = true;\n callHook(vm, 'mounted');\n }\n return vm\n}\n\nfunction updateChildComponent (\n vm,\n propsData,\n listeners,\n parentVnode,\n renderChildren\n) {\n if (process.env.NODE_ENV !== 'production') {\n isUpdatingChildComponent = true;\n }\n\n // determine whether component has slot children\n // we need to do this before overwriting $options._renderChildren.\n\n // check if there are dynamic scopedSlots (hand-written or compiled but with\n // dynamic slot names). Static scoped slots compiled from template has the\n // \"$stable\" marker.\n var newScopedSlots = parentVnode.data.scopedSlots;\n var oldScopedSlots = vm.$scopedSlots;\n var hasDynamicScopedSlot = !!(\n (newScopedSlots && !newScopedSlots.$stable) ||\n (oldScopedSlots !== emptyObject && !oldScopedSlots.$stable) ||\n (newScopedSlots && vm.$scopedSlots.$key !== newScopedSlots.$key)\n );\n\n // Any static slot children from the parent may have changed during parent's\n // update. Dynamic scoped slots may also have changed. In such cases, a forced\n // update is necessary to ensure correctness.\n var needsForceUpdate = !!(\n renderChildren || // has new static slots\n vm.$options._renderChildren || // has old static slots\n hasDynamicScopedSlot\n );\n\n vm.$options._parentVnode = parentVnode;\n vm.$vnode = parentVnode; // update vm's placeholder node without re-render\n\n if (vm._vnode) { // update child tree's parent\n vm._vnode.parent = parentVnode;\n }\n vm.$options._renderChildren = renderChildren;\n\n // update $attrs and $listeners hash\n // these are also reactive so they may trigger child update if the child\n // used them during render\n vm.$attrs = parentVnode.data.attrs || emptyObject;\n vm.$listeners = listeners || emptyObject;\n\n // update props\n if (propsData && vm.$options.props) {\n toggleObserving(false);\n var props = vm._props;\n var propKeys = vm.$options._propKeys || [];\n for (var i = 0; i < propKeys.length; i++) {\n var key = propKeys[i];\n var propOptions = vm.$options.props; // wtf flow?\n props[key] = validateProp(key, propOptions, propsData, vm);\n }\n toggleObserving(true);\n // keep a copy of raw propsData\n vm.$options.propsData = propsData;\n }\n\n // update listeners\n listeners = listeners || emptyObject;\n var oldListeners = vm.$options._parentListeners;\n vm.$options._parentListeners = listeners;\n updateComponentListeners(vm, listeners, oldListeners);\n\n // resolve slots + force update if has children\n if (needsForceUpdate) {\n vm.$slots = resolveSlots(renderChildren, parentVnode.context);\n vm.$forceUpdate();\n }\n\n if (process.env.NODE_ENV !== 'production') {\n isUpdatingChildComponent = false;\n }\n}\n\nfunction isInInactiveTree (vm) {\n while (vm && (vm = vm.$parent)) {\n if (vm._inactive) { return true }\n }\n return false\n}\n\nfunction activateChildComponent (vm, direct) {\n if (direct) {\n vm._directInactive = false;\n if (isInInactiveTree(vm)) {\n return\n }\n } else if (vm._directInactive) {\n return\n }\n if (vm._inactive || vm._inactive === null) {\n vm._inactive = false;\n for (var i = 0; i < vm.$children.length; i++) {\n activateChildComponent(vm.$children[i]);\n }\n callHook(vm, 'activated');\n }\n}\n\nfunction deactivateChildComponent (vm, direct) {\n if (direct) {\n vm._directInactive = true;\n if (isInInactiveTree(vm)) {\n return\n }\n }\n if (!vm._inactive) {\n vm._inactive = true;\n for (var i = 0; i < vm.$children.length; i++) {\n deactivateChildComponent(vm.$children[i]);\n }\n callHook(vm, 'deactivated');\n }\n}\n\nfunction callHook (vm, hook) {\n // #7573 disable dep collection when invoking lifecycle hooks\n pushTarget();\n var handlers = vm.$options[hook];\n var info = hook + \" hook\";\n if (handlers) {\n for (var i = 0, j = handlers.length; i < j; i++) {\n invokeWithErrorHandling(handlers[i], vm, null, vm, info);\n }\n }\n if (vm._hasHookEvent) {\n vm.$emit('hook:' + hook);\n }\n popTarget();\n}\n\n/* */\n\nvar MAX_UPDATE_COUNT = 100;\n\nvar queue = [];\nvar activatedChildren = [];\nvar has = {};\nvar circular = {};\nvar waiting = false;\nvar flushing = false;\nvar index = 0;\n\n/**\n * Reset the scheduler's state.\n */\nfunction resetSchedulerState () {\n index = queue.length = activatedChildren.length = 0;\n has = {};\n if (process.env.NODE_ENV !== 'production') {\n circular = {};\n }\n waiting = flushing = false;\n}\n\n// Async edge case #6566 requires saving the timestamp when event listeners are\n// attached. However, calling performance.now() has a perf overhead especially\n// if the page has thousands of event listeners. Instead, we take a timestamp\n// every time the scheduler flushes and use that for all event listeners\n// attached during that flush.\nvar currentFlushTimestamp = 0;\n\n// Async edge case fix requires storing an event listener's attach timestamp.\nvar getNow = Date.now;\n\n// Determine what event timestamp the browser is using. Annoyingly, the\n// timestamp can either be hi-res (relative to page load) or low-res\n// (relative to UNIX epoch), so in order to compare time we have to use the\n// same timestamp type when saving the flush timestamp.\n// All IE versions use low-res event timestamps, and have problematic clock\n// implementations (#9632)\nif (inBrowser && !isIE) {\n var performance = window.performance;\n if (\n performance &&\n typeof performance.now === 'function' &&\n getNow() > document.createEvent('Event').timeStamp\n ) {\n // if the event timestamp, although evaluated AFTER the Date.now(), is\n // smaller than it, it means the event is using a hi-res timestamp,\n // and we need to use the hi-res version for event listener timestamps as\n // well.\n getNow = function () { return performance.now(); };\n }\n}\n\n/**\n * Flush both queues and run the watchers.\n */\nfunction flushSchedulerQueue () {\n currentFlushTimestamp = getNow();\n flushing = true;\n var watcher, id;\n\n // Sort queue before flush.\n // This ensures that:\n // 1. Components are updated from parent to child. (because parent is always\n // created before the child)\n // 2. A component's user watchers are run before its render watcher (because\n // user watchers are created before the render watcher)\n // 3. If a component is destroyed during a parent component's watcher run,\n // its watchers can be skipped.\n queue.sort(function (a, b) { return a.id - b.id; });\n\n // do not cache length because more watchers might be pushed\n // as we run existing watchers\n for (index = 0; index < queue.length; index++) {\n watcher = queue[index];\n if (watcher.before) {\n watcher.before();\n }\n id = watcher.id;\n has[id] = null;\n watcher.run();\n // in dev build, check and stop circular updates.\n if (process.env.NODE_ENV !== 'production' && has[id] != null) {\n circular[id] = (circular[id] || 0) + 1;\n if (circular[id] > MAX_UPDATE_COUNT) {\n warn(\n 'You may have an infinite update loop ' + (\n watcher.user\n ? (\"in watcher with expression \\\"\" + (watcher.expression) + \"\\\"\")\n : \"in a component render function.\"\n ),\n watcher.vm\n );\n break\n }\n }\n }\n\n // keep copies of post queues before resetting state\n var activatedQueue = activatedChildren.slice();\n var updatedQueue = queue.slice();\n\n resetSchedulerState();\n\n // call component updated and activated hooks\n callActivatedHooks(activatedQueue);\n callUpdatedHooks(updatedQueue);\n\n // devtool hook\n /* istanbul ignore if */\n if (devtools && config.devtools) {\n devtools.emit('flush');\n }\n}\n\nfunction callUpdatedHooks (queue) {\n var i = queue.length;\n while (i--) {\n var watcher = queue[i];\n var vm = watcher.vm;\n if (vm._watcher === watcher && vm._isMounted && !vm._isDestroyed) {\n callHook(vm, 'updated');\n }\n }\n}\n\n/**\n * Queue a kept-alive component that was activated during patch.\n * The queue will be processed after the entire tree has been patched.\n */\nfunction queueActivatedComponent (vm) {\n // setting _inactive to false here so that a render function can\n // rely on checking whether it's in an inactive tree (e.g. router-view)\n vm._inactive = false;\n activatedChildren.push(vm);\n}\n\nfunction callActivatedHooks (queue) {\n for (var i = 0; i < queue.length; i++) {\n queue[i]._inactive = true;\n activateChildComponent(queue[i], true /* true */);\n }\n}\n\n/**\n * Push a watcher into the watcher queue.\n * Jobs with duplicate IDs will be skipped unless it's\n * pushed when the queue is being flushed.\n */\nfunction queueWatcher (watcher) {\n var id = watcher.id;\n if (has[id] == null) {\n has[id] = true;\n if (!flushing) {\n queue.push(watcher);\n } else {\n // if already flushing, splice the watcher based on its id\n // if already past its id, it will be run next immediately.\n var i = queue.length - 1;\n while (i > index && queue[i].id > watcher.id) {\n i--;\n }\n queue.splice(i + 1, 0, watcher);\n }\n // queue the flush\n if (!waiting) {\n waiting = true;\n\n if (process.env.NODE_ENV !== 'production' && !config.async) {\n flushSchedulerQueue();\n return\n }\n nextTick(flushSchedulerQueue);\n }\n }\n}\n\n/* */\n\n\n\nvar uid$2 = 0;\n\n/**\n * A watcher parses an expression, collects dependencies,\n * and fires callback when the expression value changes.\n * This is used for both the $watch() api and directives.\n */\nvar Watcher = function Watcher (\n vm,\n expOrFn,\n cb,\n options,\n isRenderWatcher\n) {\n this.vm = vm;\n if (isRenderWatcher) {\n vm._watcher = this;\n }\n vm._watchers.push(this);\n // options\n if (options) {\n this.deep = !!options.deep;\n this.user = !!options.user;\n this.lazy = !!options.lazy;\n this.sync = !!options.sync;\n this.before = options.before;\n } else {\n this.deep = this.user = this.lazy = this.sync = false;\n }\n this.cb = cb;\n this.id = ++uid$2; // uid for batching\n this.active = true;\n this.dirty = this.lazy; // for lazy watchers\n this.deps = [];\n this.newDeps = [];\n this.depIds = new _Set();\n this.newDepIds = new _Set();\n this.expression = process.env.NODE_ENV !== 'production'\n ? expOrFn.toString()\n : '';\n // parse expression for getter\n if (typeof expOrFn === 'function') {\n this.getter = expOrFn;\n } else {\n this.getter = parsePath(expOrFn);\n if (!this.getter) {\n this.getter = noop;\n process.env.NODE_ENV !== 'production' && warn(\n \"Failed watching path: \\\"\" + expOrFn + \"\\\" \" +\n 'Watcher only accepts simple dot-delimited paths. ' +\n 'For full control, use a function instead.',\n vm\n );\n }\n }\n this.value = this.lazy\n ? undefined\n : this.get();\n};\n\n/**\n * Evaluate the getter, and re-collect dependencies.\n */\nWatcher.prototype.get = function get () {\n pushTarget(this);\n var value;\n var vm = this.vm;\n try {\n value = this.getter.call(vm, vm);\n } catch (e) {\n if (this.user) {\n handleError(e, vm, (\"getter for watcher \\\"\" + (this.expression) + \"\\\"\"));\n } else {\n throw e\n }\n } finally {\n // \"touch\" every property so they are all tracked as\n // dependencies for deep watching\n if (this.deep) {\n traverse(value);\n }\n popTarget();\n this.cleanupDeps();\n }\n return value\n};\n\n/**\n * Add a dependency to this directive.\n */\nWatcher.prototype.addDep = function addDep (dep) {\n var id = dep.id;\n if (!this.newDepIds.has(id)) {\n this.newDepIds.add(id);\n this.newDeps.push(dep);\n if (!this.depIds.has(id)) {\n dep.addSub(this);\n }\n }\n};\n\n/**\n * Clean up for dependency collection.\n */\nWatcher.prototype.cleanupDeps = function cleanupDeps () {\n var i = this.deps.length;\n while (i--) {\n var dep = this.deps[i];\n if (!this.newDepIds.has(dep.id)) {\n dep.removeSub(this);\n }\n }\n var tmp = this.depIds;\n this.depIds = this.newDepIds;\n this.newDepIds = tmp;\n this.newDepIds.clear();\n tmp = this.deps;\n this.deps = this.newDeps;\n this.newDeps = tmp;\n this.newDeps.length = 0;\n};\n\n/**\n * Subscriber interface.\n * Will be called when a dependency changes.\n */\nWatcher.prototype.update = function update () {\n /* istanbul ignore else */\n if (this.lazy) {\n this.dirty = true;\n } else if (this.sync) {\n this.run();\n } else {\n queueWatcher(this);\n }\n};\n\n/**\n * Scheduler job interface.\n * Will be called by the scheduler.\n */\nWatcher.prototype.run = function run () {\n if (this.active) {\n var value = this.get();\n if (\n value !== this.value ||\n // Deep watchers and watchers on Object/Arrays should fire even\n // when the value is the same, because the value may\n // have mutated.\n isObject(value) ||\n this.deep\n ) {\n // set new value\n var oldValue = this.value;\n this.value = value;\n if (this.user) {\n try {\n this.cb.call(this.vm, value, oldValue);\n } catch (e) {\n handleError(e, this.vm, (\"callback for watcher \\\"\" + (this.expression) + \"\\\"\"));\n }\n } else {\n this.cb.call(this.vm, value, oldValue);\n }\n }\n }\n};\n\n/**\n * Evaluate the value of the watcher.\n * This only gets called for lazy watchers.\n */\nWatcher.prototype.evaluate = function evaluate () {\n this.value = this.get();\n this.dirty = false;\n};\n\n/**\n * Depend on all deps collected by this watcher.\n */\nWatcher.prototype.depend = function depend () {\n var i = this.deps.length;\n while (i--) {\n this.deps[i].depend();\n }\n};\n\n/**\n * Remove self from all dependencies' subscriber list.\n */\nWatcher.prototype.teardown = function teardown () {\n if (this.active) {\n // remove self from vm's watcher list\n // this is a somewhat expensive operation so we skip it\n // if the vm is being destroyed.\n if (!this.vm._isBeingDestroyed) {\n remove(this.vm._watchers, this);\n }\n var i = this.deps.length;\n while (i--) {\n this.deps[i].removeSub(this);\n }\n this.active = false;\n }\n};\n\n/* */\n\nvar sharedPropertyDefinition = {\n enumerable: true,\n configurable: true,\n get: noop,\n set: noop\n};\n\nfunction proxy (target, sourceKey, key) {\n sharedPropertyDefinition.get = function proxyGetter () {\n return this[sourceKey][key]\n };\n sharedPropertyDefinition.set = function proxySetter (val) {\n this[sourceKey][key] = val;\n };\n Object.defineProperty(target, key, sharedPropertyDefinition);\n}\n\nfunction initState (vm) {\n vm._watchers = [];\n var opts = vm.$options;\n if (opts.props) { initProps(vm, opts.props); }\n if (opts.methods) { initMethods(vm, opts.methods); }\n if (opts.data) {\n initData(vm);\n } else {\n observe(vm._data = {}, true /* asRootData */);\n }\n if (opts.computed) { initComputed(vm, opts.computed); }\n if (opts.watch && opts.watch !== nativeWatch) {\n initWatch(vm, opts.watch);\n }\n}\n\nfunction initProps (vm, propsOptions) {\n var propsData = vm.$options.propsData || {};\n var props = vm._props = {};\n // cache prop keys so that future props updates can iterate using Array\n // instead of dynamic object key enumeration.\n var keys = vm.$options._propKeys = [];\n var isRoot = !vm.$parent;\n // root instance props should be converted\n if (!isRoot) {\n toggleObserving(false);\n }\n var loop = function ( key ) {\n keys.push(key);\n var value = validateProp(key, propsOptions, propsData, vm);\n /* istanbul ignore else */\n if (process.env.NODE_ENV !== 'production') {\n var hyphenatedKey = hyphenate(key);\n if (isReservedAttribute(hyphenatedKey) ||\n config.isReservedAttr(hyphenatedKey)) {\n warn(\n (\"\\\"\" + hyphenatedKey + \"\\\" is a reserved attribute and cannot be used as component prop.\"),\n vm\n );\n }\n defineReactive$$1(props, key, value, function () {\n if (!isRoot && !isUpdatingChildComponent) {\n warn(\n \"Avoid mutating a prop directly since the value will be \" +\n \"overwritten whenever the parent component re-renders. \" +\n \"Instead, use a data or computed property based on the prop's \" +\n \"value. Prop being mutated: \\\"\" + key + \"\\\"\",\n vm\n );\n }\n });\n } else {\n defineReactive$$1(props, key, value);\n }\n // static props are already proxied on the component's prototype\n // during Vue.extend(). We only need to proxy props defined at\n // instantiation here.\n if (!(key in vm)) {\n proxy(vm, \"_props\", key);\n }\n };\n\n for (var key in propsOptions) loop( key );\n toggleObserving(true);\n}\n\nfunction initData (vm) {\n var data = vm.$options.data;\n data = vm._data = typeof data === 'function'\n ? getData(data, vm)\n : data || {};\n if (!isPlainObject(data)) {\n data = {};\n process.env.NODE_ENV !== 'production' && warn(\n 'data functions should return an object:\\n' +\n 'https://vuejs.org/v2/guide/components.html#data-Must-Be-a-Function',\n vm\n );\n }\n // proxy data on instance\n var keys = Object.keys(data);\n var props = vm.$options.props;\n var methods = vm.$options.methods;\n var i = keys.length;\n while (i--) {\n var key = keys[i];\n if (process.env.NODE_ENV !== 'production') {\n if (methods && hasOwn(methods, key)) {\n warn(\n (\"Method \\\"\" + key + \"\\\" has already been defined as a data property.\"),\n vm\n );\n }\n }\n if (props && hasOwn(props, key)) {\n process.env.NODE_ENV !== 'production' && warn(\n \"The data property \\\"\" + key + \"\\\" is already declared as a prop. \" +\n \"Use prop default value instead.\",\n vm\n );\n } else if (!isReserved(key)) {\n proxy(vm, \"_data\", key);\n }\n }\n // observe data\n observe(data, true /* asRootData */);\n}\n\nfunction getData (data, vm) {\n // #7573 disable dep collection when invoking data getters\n pushTarget();\n try {\n return data.call(vm, vm)\n } catch (e) {\n handleError(e, vm, \"data()\");\n return {}\n } finally {\n popTarget();\n }\n}\n\nvar computedWatcherOptions = { lazy: true };\n\nfunction initComputed (vm, computed) {\n // $flow-disable-line\n var watchers = vm._computedWatchers = Object.create(null);\n // computed properties are just getters during SSR\n var isSSR = isServerRendering();\n\n for (var key in computed) {\n var userDef = computed[key];\n var getter = typeof userDef === 'function' ? userDef : userDef.get;\n if (process.env.NODE_ENV !== 'production' && getter == null) {\n warn(\n (\"Getter is missing for computed property \\\"\" + key + \"\\\".\"),\n vm\n );\n }\n\n if (!isSSR) {\n // create internal watcher for the computed property.\n watchers[key] = new Watcher(\n vm,\n getter || noop,\n noop,\n computedWatcherOptions\n );\n }\n\n // component-defined computed properties are already defined on the\n // component prototype. We only need to define computed properties defined\n // at instantiation here.\n if (!(key in vm)) {\n defineComputed(vm, key, userDef);\n } else if (process.env.NODE_ENV !== 'production') {\n if (key in vm.$data) {\n warn((\"The computed property \\\"\" + key + \"\\\" is already defined in data.\"), vm);\n } else if (vm.$options.props && key in vm.$options.props) {\n warn((\"The computed property \\\"\" + key + \"\\\" is already defined as a prop.\"), vm);\n }\n }\n }\n}\n\nfunction defineComputed (\n target,\n key,\n userDef\n) {\n var shouldCache = !isServerRendering();\n if (typeof userDef === 'function') {\n sharedPropertyDefinition.get = shouldCache\n ? createComputedGetter(key)\n : createGetterInvoker(userDef);\n sharedPropertyDefinition.set = noop;\n } else {\n sharedPropertyDefinition.get = userDef.get\n ? shouldCache && userDef.cache !== false\n ? createComputedGetter(key)\n : createGetterInvoker(userDef.get)\n : noop;\n sharedPropertyDefinition.set = userDef.set || noop;\n }\n if (process.env.NODE_ENV !== 'production' &&\n sharedPropertyDefinition.set === noop) {\n sharedPropertyDefinition.set = function () {\n warn(\n (\"Computed property \\\"\" + key + \"\\\" was assigned to but it has no setter.\"),\n this\n );\n };\n }\n Object.defineProperty(target, key, sharedPropertyDefinition);\n}\n\nfunction createComputedGetter (key) {\n return function computedGetter () {\n var watcher = this._computedWatchers && this._computedWatchers[key];\n if (watcher) {\n if (watcher.dirty) {\n watcher.evaluate();\n }\n if (Dep.target) {\n watcher.depend();\n }\n return watcher.value\n }\n }\n}\n\nfunction createGetterInvoker(fn) {\n return function computedGetter () {\n return fn.call(this, this)\n }\n}\n\nfunction initMethods (vm, methods) {\n var props = vm.$options.props;\n for (var key in methods) {\n if (process.env.NODE_ENV !== 'production') {\n if (typeof methods[key] !== 'function') {\n warn(\n \"Method \\\"\" + key + \"\\\" has type \\\"\" + (typeof methods[key]) + \"\\\" in the component definition. \" +\n \"Did you reference the function correctly?\",\n vm\n );\n }\n if (props && hasOwn(props, key)) {\n warn(\n (\"Method \\\"\" + key + \"\\\" has already been defined as a prop.\"),\n vm\n );\n }\n if ((key in vm) && isReserved(key)) {\n warn(\n \"Method \\\"\" + key + \"\\\" conflicts with an existing Vue instance method. \" +\n \"Avoid defining component methods that start with _ or $.\"\n );\n }\n }\n vm[key] = typeof methods[key] !== 'function' ? noop : bind(methods[key], vm);\n }\n}\n\nfunction initWatch (vm, watch) {\n for (var key in watch) {\n var handler = watch[key];\n if (Array.isArray(handler)) {\n for (var i = 0; i < handler.length; i++) {\n createWatcher(vm, key, handler[i]);\n }\n } else {\n createWatcher(vm, key, handler);\n }\n }\n}\n\nfunction createWatcher (\n vm,\n expOrFn,\n handler,\n options\n) {\n if (isPlainObject(handler)) {\n options = handler;\n handler = handler.handler;\n }\n if (typeof handler === 'string') {\n handler = vm[handler];\n }\n return vm.$watch(expOrFn, handler, options)\n}\n\nfunction stateMixin (Vue) {\n // flow somehow has problems with directly declared definition object\n // when using Object.defineProperty, so we have to procedurally build up\n // the object here.\n var dataDef = {};\n dataDef.get = function () { return this._data };\n var propsDef = {};\n propsDef.get = function () { return this._props };\n if (process.env.NODE_ENV !== 'production') {\n dataDef.set = function () {\n warn(\n 'Avoid replacing instance root $data. ' +\n 'Use nested data properties instead.',\n this\n );\n };\n propsDef.set = function () {\n warn(\"$props is readonly.\", this);\n };\n }\n Object.defineProperty(Vue.prototype, '$data', dataDef);\n Object.defineProperty(Vue.prototype, '$props', propsDef);\n\n Vue.prototype.$set = set;\n Vue.prototype.$delete = del;\n\n Vue.prototype.$watch = function (\n expOrFn,\n cb,\n options\n ) {\n var vm = this;\n if (isPlainObject(cb)) {\n return createWatcher(vm, expOrFn, cb, options)\n }\n options = options || {};\n options.user = true;\n var watcher = new Watcher(vm, expOrFn, cb, options);\n if (options.immediate) {\n try {\n cb.call(vm, watcher.value);\n } catch (error) {\n handleError(error, vm, (\"callback for immediate watcher \\\"\" + (watcher.expression) + \"\\\"\"));\n }\n }\n return function unwatchFn () {\n watcher.teardown();\n }\n };\n}\n\n/* */\n\nvar uid$3 = 0;\n\nfunction initMixin (Vue) {\n Vue.prototype._init = function (options) {\n var vm = this;\n // a uid\n vm._uid = uid$3++;\n\n var startTag, endTag;\n /* istanbul ignore if */\n if (process.env.NODE_ENV !== 'production' && config.performance && mark) {\n startTag = \"vue-perf-start:\" + (vm._uid);\n endTag = \"vue-perf-end:\" + (vm._uid);\n mark(startTag);\n }\n\n // a flag to avoid this being observed\n vm._isVue = true;\n // merge options\n if (options && options._isComponent) {\n // optimize internal component instantiation\n // since dynamic options merging is pretty slow, and none of the\n // internal component options needs special treatment.\n initInternalComponent(vm, options);\n } else {\n vm.$options = mergeOptions(\n resolveConstructorOptions(vm.constructor),\n options || {},\n vm\n );\n }\n /* istanbul ignore else */\n if (process.env.NODE_ENV !== 'production') {\n initProxy(vm);\n } else {\n vm._renderProxy = vm;\n }\n // expose real self\n vm._self = vm;\n initLifecycle(vm);\n initEvents(vm);\n initRender(vm);\n callHook(vm, 'beforeCreate');\n initInjections(vm); // resolve injections before data/props\n initState(vm);\n initProvide(vm); // resolve provide after data/props\n callHook(vm, 'created');\n\n /* istanbul ignore if */\n if (process.env.NODE_ENV !== 'production' && config.performance && mark) {\n vm._name = formatComponentName(vm, false);\n mark(endTag);\n measure((\"vue \" + (vm._name) + \" init\"), startTag, endTag);\n }\n\n if (vm.$options.el) {\n vm.$mount(vm.$options.el);\n }\n };\n}\n\nfunction initInternalComponent (vm, options) {\n var opts = vm.$options = Object.create(vm.constructor.options);\n // doing this because it's faster than dynamic enumeration.\n var parentVnode = options._parentVnode;\n opts.parent = options.parent;\n opts._parentVnode = parentVnode;\n\n var vnodeComponentOptions = parentVnode.componentOptions;\n opts.propsData = vnodeComponentOptions.propsData;\n opts._parentListeners = vnodeComponentOptions.listeners;\n opts._renderChildren = vnodeComponentOptions.children;\n opts._componentTag = vnodeComponentOptions.tag;\n\n if (options.render) {\n opts.render = options.render;\n opts.staticRenderFns = options.staticRenderFns;\n }\n}\n\nfunction resolveConstructorOptions (Ctor) {\n var options = Ctor.options;\n if (Ctor.super) {\n var superOptions = resolveConstructorOptions(Ctor.super);\n var cachedSuperOptions = Ctor.superOptions;\n if (superOptions !== cachedSuperOptions) {\n // super option changed,\n // need to resolve new options.\n Ctor.superOptions = superOptions;\n // check if there are any late-modified/attached options (#4976)\n var modifiedOptions = resolveModifiedOptions(Ctor);\n // update base extend options\n if (modifiedOptions) {\n extend(Ctor.extendOptions, modifiedOptions);\n }\n options = Ctor.options = mergeOptions(superOptions, Ctor.extendOptions);\n if (options.name) {\n options.components[options.name] = Ctor;\n }\n }\n }\n return options\n}\n\nfunction resolveModifiedOptions (Ctor) {\n var modified;\n var latest = Ctor.options;\n var sealed = Ctor.sealedOptions;\n for (var key in latest) {\n if (latest[key] !== sealed[key]) {\n if (!modified) { modified = {}; }\n modified[key] = latest[key];\n }\n }\n return modified\n}\n\nfunction Vue (options) {\n if (process.env.NODE_ENV !== 'production' &&\n !(this instanceof Vue)\n ) {\n warn('Vue is a constructor and should be called with the `new` keyword');\n }\n this._init(options);\n}\n\ninitMixin(Vue);\nstateMixin(Vue);\neventsMixin(Vue);\nlifecycleMixin(Vue);\nrenderMixin(Vue);\n\n/* */\n\nfunction initUse (Vue) {\n Vue.use = function (plugin) {\n var installedPlugins = (this._installedPlugins || (this._installedPlugins = []));\n if (installedPlugins.indexOf(plugin) > -1) {\n return this\n }\n\n // additional parameters\n var args = toArray(arguments, 1);\n args.unshift(this);\n if (typeof plugin.install === 'function') {\n plugin.install.apply(plugin, args);\n } else if (typeof plugin === 'function') {\n plugin.apply(null, args);\n }\n installedPlugins.push(plugin);\n return this\n };\n}\n\n/* */\n\nfunction initMixin$1 (Vue) {\n Vue.mixin = function (mixin) {\n this.options = mergeOptions(this.options, mixin);\n return this\n };\n}\n\n/* */\n\nfunction initExtend (Vue) {\n /**\n * Each instance constructor, including Vue, has a unique\n * cid. This enables us to create wrapped \"child\n * constructors\" for prototypal inheritance and cache them.\n */\n Vue.cid = 0;\n var cid = 1;\n\n /**\n * Class inheritance\n */\n Vue.extend = function (extendOptions) {\n extendOptions = extendOptions || {};\n var Super = this;\n var SuperId = Super.cid;\n var cachedCtors = extendOptions._Ctor || (extendOptions._Ctor = {});\n if (cachedCtors[SuperId]) {\n return cachedCtors[SuperId]\n }\n\n var name = extendOptions.name || Super.options.name;\n if (process.env.NODE_ENV !== 'production' && name) {\n validateComponentName(name);\n }\n\n var Sub = function VueComponent (options) {\n this._init(options);\n };\n Sub.prototype = Object.create(Super.prototype);\n Sub.prototype.constructor = Sub;\n Sub.cid = cid++;\n Sub.options = mergeOptions(\n Super.options,\n extendOptions\n );\n Sub['super'] = Super;\n\n // For props and computed properties, we define the proxy getters on\n // the Vue instances at extension time, on the extended prototype. This\n // avoids Object.defineProperty calls for each instance created.\n if (Sub.options.props) {\n initProps$1(Sub);\n }\n if (Sub.options.computed) {\n initComputed$1(Sub);\n }\n\n // allow further extension/mixin/plugin usage\n Sub.extend = Super.extend;\n Sub.mixin = Super.mixin;\n Sub.use = Super.use;\n\n // create asset registers, so extended classes\n // can have their private assets too.\n ASSET_TYPES.forEach(function (type) {\n Sub[type] = Super[type];\n });\n // enable recursive self-lookup\n if (name) {\n Sub.options.components[name] = Sub;\n }\n\n // keep a reference to the super options at extension time.\n // later at instantiation we can check if Super's options have\n // been updated.\n Sub.superOptions = Super.options;\n Sub.extendOptions = extendOptions;\n Sub.sealedOptions = extend({}, Sub.options);\n\n // cache constructor\n cachedCtors[SuperId] = Sub;\n return Sub\n };\n}\n\nfunction initProps$1 (Comp) {\n var props = Comp.options.props;\n for (var key in props) {\n proxy(Comp.prototype, \"_props\", key);\n }\n}\n\nfunction initComputed$1 (Comp) {\n var computed = Comp.options.computed;\n for (var key in computed) {\n defineComputed(Comp.prototype, key, computed[key]);\n }\n}\n\n/* */\n\nfunction initAssetRegisters (Vue) {\n /**\n * Create asset registration methods.\n */\n ASSET_TYPES.forEach(function (type) {\n Vue[type] = function (\n id,\n definition\n ) {\n if (!definition) {\n return this.options[type + 's'][id]\n } else {\n /* istanbul ignore if */\n if (process.env.NODE_ENV !== 'production' && type === 'component') {\n validateComponentName(id);\n }\n if (type === 'component' && isPlainObject(definition)) {\n definition.name = definition.name || id;\n definition = this.options._base.extend(definition);\n }\n if (type === 'directive' && typeof definition === 'function') {\n definition = { bind: definition, update: definition };\n }\n this.options[type + 's'][id] = definition;\n return definition\n }\n };\n });\n}\n\n/* */\n\n\n\nfunction getComponentName (opts) {\n return opts && (opts.Ctor.options.name || opts.tag)\n}\n\nfunction matches (pattern, name) {\n if (Array.isArray(pattern)) {\n return pattern.indexOf(name) > -1\n } else if (typeof pattern === 'string') {\n return pattern.split(',').indexOf(name) > -1\n } else if (isRegExp(pattern)) {\n return pattern.test(name)\n }\n /* istanbul ignore next */\n return false\n}\n\nfunction pruneCache (keepAliveInstance, filter) {\n var cache = keepAliveInstance.cache;\n var keys = keepAliveInstance.keys;\n var _vnode = keepAliveInstance._vnode;\n for (var key in cache) {\n var cachedNode = cache[key];\n if (cachedNode) {\n var name = getComponentName(cachedNode.componentOptions);\n if (name && !filter(name)) {\n pruneCacheEntry(cache, key, keys, _vnode);\n }\n }\n }\n}\n\nfunction pruneCacheEntry (\n cache,\n key,\n keys,\n current\n) {\n var cached$$1 = cache[key];\n if (cached$$1 && (!current || cached$$1.tag !== current.tag)) {\n cached$$1.componentInstance.$destroy();\n }\n cache[key] = null;\n remove(keys, key);\n}\n\nvar patternTypes = [String, RegExp, Array];\n\nvar KeepAlive = {\n name: 'keep-alive',\n abstract: true,\n\n props: {\n include: patternTypes,\n exclude: patternTypes,\n max: [String, Number]\n },\n\n created: function created () {\n this.cache = Object.create(null);\n this.keys = [];\n },\n\n destroyed: function destroyed () {\n for (var key in this.cache) {\n pruneCacheEntry(this.cache, key, this.keys);\n }\n },\n\n mounted: function mounted () {\n var this$1 = this;\n\n this.$watch('include', function (val) {\n pruneCache(this$1, function (name) { return matches(val, name); });\n });\n this.$watch('exclude', function (val) {\n pruneCache(this$1, function (name) { return !matches(val, name); });\n });\n },\n\n render: function render () {\n var slot = this.$slots.default;\n var vnode = getFirstComponentChild(slot);\n var componentOptions = vnode && vnode.componentOptions;\n if (componentOptions) {\n // check pattern\n var name = getComponentName(componentOptions);\n var ref = this;\n var include = ref.include;\n var exclude = ref.exclude;\n if (\n // not included\n (include && (!name || !matches(include, name))) ||\n // excluded\n (exclude && name && matches(exclude, name))\n ) {\n return vnode\n }\n\n var ref$1 = this;\n var cache = ref$1.cache;\n var keys = ref$1.keys;\n var key = vnode.key == null\n // same constructor may get registered as different local components\n // so cid alone is not enough (#3269)\n ? componentOptions.Ctor.cid + (componentOptions.tag ? (\"::\" + (componentOptions.tag)) : '')\n : vnode.key;\n if (cache[key]) {\n vnode.componentInstance = cache[key].componentInstance;\n // make current key freshest\n remove(keys, key);\n keys.push(key);\n } else {\n cache[key] = vnode;\n keys.push(key);\n // prune oldest entry\n if (this.max && keys.length > parseInt(this.max)) {\n pruneCacheEntry(cache, keys[0], keys, this._vnode);\n }\n }\n\n vnode.data.keepAlive = true;\n }\n return vnode || (slot && slot[0])\n }\n};\n\nvar builtInComponents = {\n KeepAlive: KeepAlive\n};\n\n/* */\n\nfunction initGlobalAPI (Vue) {\n // config\n var configDef = {};\n configDef.get = function () { return config; };\n if (process.env.NODE_ENV !== 'production') {\n configDef.set = function () {\n warn(\n 'Do not replace the Vue.config object, set individual fields instead.'\n );\n };\n }\n Object.defineProperty(Vue, 'config', configDef);\n\n // exposed util methods.\n // NOTE: these are not considered part of the public API - avoid relying on\n // them unless you are aware of the risk.\n Vue.util = {\n warn: warn,\n extend: extend,\n mergeOptions: mergeOptions,\n defineReactive: defineReactive$$1\n };\n\n Vue.set = set;\n Vue.delete = del;\n Vue.nextTick = nextTick;\n\n // 2.6 explicit observable API\n Vue.observable = function (obj) {\n observe(obj);\n return obj\n };\n\n Vue.options = Object.create(null);\n ASSET_TYPES.forEach(function (type) {\n Vue.options[type + 's'] = Object.create(null);\n });\n\n // this is used to identify the \"base\" constructor to extend all plain-object\n // components with in Weex's multi-instance scenarios.\n Vue.options._base = Vue;\n\n extend(Vue.options.components, builtInComponents);\n\n initUse(Vue);\n initMixin$1(Vue);\n initExtend(Vue);\n initAssetRegisters(Vue);\n}\n\ninitGlobalAPI(Vue);\n\nObject.defineProperty(Vue.prototype, '$isServer', {\n get: isServerRendering\n});\n\nObject.defineProperty(Vue.prototype, '$ssrContext', {\n get: function get () {\n /* istanbul ignore next */\n return this.$vnode && this.$vnode.ssrContext\n }\n});\n\n// expose FunctionalRenderContext for ssr runtime helper installation\nObject.defineProperty(Vue, 'FunctionalRenderContext', {\n value: FunctionalRenderContext\n});\n\nVue.version = '2.6.11';\n\n/* */\n\n// these are reserved for web because they are directly compiled away\n// during template compilation\nvar isReservedAttr = makeMap('style,class');\n\n// attributes that should be using props for binding\nvar acceptValue = makeMap('input,textarea,option,select,progress');\nvar mustUseProp = function (tag, type, attr) {\n return (\n (attr === 'value' && acceptValue(tag)) && type !== 'button' ||\n (attr === 'selected' && tag === 'option') ||\n (attr === 'checked' && tag === 'input') ||\n (attr === 'muted' && tag === 'video')\n )\n};\n\nvar isEnumeratedAttr = makeMap('contenteditable,draggable,spellcheck');\n\nvar isValidContentEditableValue = makeMap('events,caret,typing,plaintext-only');\n\nvar convertEnumeratedValue = function (key, value) {\n return isFalsyAttrValue(value) || value === 'false'\n ? 'false'\n // allow arbitrary string value for contenteditable\n : key === 'contenteditable' && isValidContentEditableValue(value)\n ? value\n : 'true'\n};\n\nvar isBooleanAttr = makeMap(\n 'allowfullscreen,async,autofocus,autoplay,checked,compact,controls,declare,' +\n 'default,defaultchecked,defaultmuted,defaultselected,defer,disabled,' +\n 'enabled,formnovalidate,hidden,indeterminate,inert,ismap,itemscope,loop,multiple,' +\n 'muted,nohref,noresize,noshade,novalidate,nowrap,open,pauseonexit,readonly,' +\n 'required,reversed,scoped,seamless,selected,sortable,translate,' +\n 'truespeed,typemustmatch,visible'\n);\n\nvar xlinkNS = 'http://www.w3.org/1999/xlink';\n\nvar isXlink = function (name) {\n return name.charAt(5) === ':' && name.slice(0, 5) === 'xlink'\n};\n\nvar getXlinkProp = function (name) {\n return isXlink(name) ? name.slice(6, name.length) : ''\n};\n\nvar isFalsyAttrValue = function (val) {\n return val == null || val === false\n};\n\n/* */\n\nfunction genClassForVnode (vnode) {\n var data = vnode.data;\n var parentNode = vnode;\n var childNode = vnode;\n while (isDef(childNode.componentInstance)) {\n childNode = childNode.componentInstance._vnode;\n if (childNode && childNode.data) {\n data = mergeClassData(childNode.data, data);\n }\n }\n while (isDef(parentNode = parentNode.parent)) {\n if (parentNode && parentNode.data) {\n data = mergeClassData(data, parentNode.data);\n }\n }\n return renderClass(data.staticClass, data.class)\n}\n\nfunction mergeClassData (child, parent) {\n return {\n staticClass: concat(child.staticClass, parent.staticClass),\n class: isDef(child.class)\n ? [child.class, parent.class]\n : parent.class\n }\n}\n\nfunction renderClass (\n staticClass,\n dynamicClass\n) {\n if (isDef(staticClass) || isDef(dynamicClass)) {\n return concat(staticClass, stringifyClass(dynamicClass))\n }\n /* istanbul ignore next */\n return ''\n}\n\nfunction concat (a, b) {\n return a ? b ? (a + ' ' + b) : a : (b || '')\n}\n\nfunction stringifyClass (value) {\n if (Array.isArray(value)) {\n return stringifyArray(value)\n }\n if (isObject(value)) {\n return stringifyObject(value)\n }\n if (typeof value === 'string') {\n return value\n }\n /* istanbul ignore next */\n return ''\n}\n\nfunction stringifyArray (value) {\n var res = '';\n var stringified;\n for (var i = 0, l = value.length; i < l; i++) {\n if (isDef(stringified = stringifyClass(value[i])) && stringified !== '') {\n if (res) { res += ' '; }\n res += stringified;\n }\n }\n return res\n}\n\nfunction stringifyObject (value) {\n var res = '';\n for (var key in value) {\n if (value[key]) {\n if (res) { res += ' '; }\n res += key;\n }\n }\n return res\n}\n\n/* */\n\nvar namespaceMap = {\n svg: 'http://www.w3.org/2000/svg',\n math: 'http://www.w3.org/1998/Math/MathML'\n};\n\nvar isHTMLTag = makeMap(\n 'html,body,base,head,link,meta,style,title,' +\n 'address,article,aside,footer,header,h1,h2,h3,h4,h5,h6,hgroup,nav,section,' +\n 'div,dd,dl,dt,figcaption,figure,picture,hr,img,li,main,ol,p,pre,ul,' +\n 'a,b,abbr,bdi,bdo,br,cite,code,data,dfn,em,i,kbd,mark,q,rp,rt,rtc,ruby,' +\n 's,samp,small,span,strong,sub,sup,time,u,var,wbr,area,audio,map,track,video,' +\n 'embed,object,param,source,canvas,script,noscript,del,ins,' +\n 'caption,col,colgroup,table,thead,tbody,td,th,tr,' +\n 'button,datalist,fieldset,form,input,label,legend,meter,optgroup,option,' +\n 'output,progress,select,textarea,' +\n 'details,dialog,menu,menuitem,summary,' +\n 'content,element,shadow,template,blockquote,iframe,tfoot'\n);\n\n// this map is intentionally selective, only covering SVG elements that may\n// contain child elements.\nvar isSVG = makeMap(\n 'svg,animate,circle,clippath,cursor,defs,desc,ellipse,filter,font-face,' +\n 'foreignObject,g,glyph,image,line,marker,mask,missing-glyph,path,pattern,' +\n 'polygon,polyline,rect,switch,symbol,text,textpath,tspan,use,view',\n true\n);\n\nvar isReservedTag = function (tag) {\n return isHTMLTag(tag) || isSVG(tag)\n};\n\nfunction getTagNamespace (tag) {\n if (isSVG(tag)) {\n return 'svg'\n }\n // basic support for MathML\n // note it doesn't support other MathML elements being component roots\n if (tag === 'math') {\n return 'math'\n }\n}\n\nvar unknownElementCache = Object.create(null);\nfunction isUnknownElement (tag) {\n /* istanbul ignore if */\n if (!inBrowser) {\n return true\n }\n if (isReservedTag(tag)) {\n return false\n }\n tag = tag.toLowerCase();\n /* istanbul ignore if */\n if (unknownElementCache[tag] != null) {\n return unknownElementCache[tag]\n }\n var el = document.createElement(tag);\n if (tag.indexOf('-') > -1) {\n // http://stackoverflow.com/a/28210364/1070244\n return (unknownElementCache[tag] = (\n el.constructor === window.HTMLUnknownElement ||\n el.constructor === window.HTMLElement\n ))\n } else {\n return (unknownElementCache[tag] = /HTMLUnknownElement/.test(el.toString()))\n }\n}\n\nvar isTextInputType = makeMap('text,number,password,search,email,tel,url');\n\n/* */\n\n/**\n * Query an element selector if it's not an element already.\n */\nfunction query (el) {\n if (typeof el === 'string') {\n var selected = document.querySelector(el);\n if (!selected) {\n process.env.NODE_ENV !== 'production' && warn(\n 'Cannot find element: ' + el\n );\n return document.createElement('div')\n }\n return selected\n } else {\n return el\n }\n}\n\n/* */\n\nfunction createElement$1 (tagName, vnode) {\n var elm = document.createElement(tagName);\n if (tagName !== 'select') {\n return elm\n }\n // false or null will remove the attribute but undefined will not\n if (vnode.data && vnode.data.attrs && vnode.data.attrs.multiple !== undefined) {\n elm.setAttribute('multiple', 'multiple');\n }\n return elm\n}\n\nfunction createElementNS (namespace, tagName) {\n return document.createElementNS(namespaceMap[namespace], tagName)\n}\n\nfunction createTextNode (text) {\n return document.createTextNode(text)\n}\n\nfunction createComment (text) {\n return document.createComment(text)\n}\n\nfunction insertBefore (parentNode, newNode, referenceNode) {\n parentNode.insertBefore(newNode, referenceNode);\n}\n\nfunction removeChild (node, child) {\n node.removeChild(child);\n}\n\nfunction appendChild (node, child) {\n node.appendChild(child);\n}\n\nfunction parentNode (node) {\n return node.parentNode\n}\n\nfunction nextSibling (node) {\n return node.nextSibling\n}\n\nfunction tagName (node) {\n return node.tagName\n}\n\nfunction setTextContent (node, text) {\n node.textContent = text;\n}\n\nfunction setStyleScope (node, scopeId) {\n node.setAttribute(scopeId, '');\n}\n\nvar nodeOps = /*#__PURE__*/Object.freeze({\n createElement: createElement$1,\n createElementNS: createElementNS,\n createTextNode: createTextNode,\n createComment: createComment,\n insertBefore: insertBefore,\n removeChild: removeChild,\n appendChild: appendChild,\n parentNode: parentNode,\n nextSibling: nextSibling,\n tagName: tagName,\n setTextContent: setTextContent,\n setStyleScope: setStyleScope\n});\n\n/* */\n\nvar ref = {\n create: function create (_, vnode) {\n registerRef(vnode);\n },\n update: function update (oldVnode, vnode) {\n if (oldVnode.data.ref !== vnode.data.ref) {\n registerRef(oldVnode, true);\n registerRef(vnode);\n }\n },\n destroy: function destroy (vnode) {\n registerRef(vnode, true);\n }\n};\n\nfunction registerRef (vnode, isRemoval) {\n var key = vnode.data.ref;\n if (!isDef(key)) { return }\n\n var vm = vnode.context;\n var ref = vnode.componentInstance || vnode.elm;\n var refs = vm.$refs;\n if (isRemoval) {\n if (Array.isArray(refs[key])) {\n remove(refs[key], ref);\n } else if (refs[key] === ref) {\n refs[key] = undefined;\n }\n } else {\n if (vnode.data.refInFor) {\n if (!Array.isArray(refs[key])) {\n refs[key] = [ref];\n } else if (refs[key].indexOf(ref) < 0) {\n // $flow-disable-line\n refs[key].push(ref);\n }\n } else {\n refs[key] = ref;\n }\n }\n}\n\n/**\n * Virtual DOM patching algorithm based on Snabbdom by\n * Simon Friis Vindum (@paldepind)\n * Licensed under the MIT License\n * https://github.com/paldepind/snabbdom/blob/master/LICENSE\n *\n * modified by Evan You (@yyx990803)\n *\n * Not type-checking this because this file is perf-critical and the cost\n * of making flow understand it is not worth it.\n */\n\nvar emptyNode = new VNode('', {}, []);\n\nvar hooks = ['create', 'activate', 'update', 'remove', 'destroy'];\n\nfunction sameVnode (a, b) {\n return (\n a.key === b.key && (\n (\n a.tag === b.tag &&\n a.isComment === b.isComment &&\n isDef(a.data) === isDef(b.data) &&\n sameInputType(a, b)\n ) || (\n isTrue(a.isAsyncPlaceholder) &&\n a.asyncFactory === b.asyncFactory &&\n isUndef(b.asyncFactory.error)\n )\n )\n )\n}\n\nfunction sameInputType (a, b) {\n if (a.tag !== 'input') { return true }\n var i;\n var typeA = isDef(i = a.data) && isDef(i = i.attrs) && i.type;\n var typeB = isDef(i = b.data) && isDef(i = i.attrs) && i.type;\n return typeA === typeB || isTextInputType(typeA) && isTextInputType(typeB)\n}\n\nfunction createKeyToOldIdx (children, beginIdx, endIdx) {\n var i, key;\n var map = {};\n for (i = beginIdx; i <= endIdx; ++i) {\n key = children[i].key;\n if (isDef(key)) { map[key] = i; }\n }\n return map\n}\n\nfunction createPatchFunction (backend) {\n var i, j;\n var cbs = {};\n\n var modules = backend.modules;\n var nodeOps = backend.nodeOps;\n\n for (i = 0; i < hooks.length; ++i) {\n cbs[hooks[i]] = [];\n for (j = 0; j < modules.length; ++j) {\n if (isDef(modules[j][hooks[i]])) {\n cbs[hooks[i]].push(modules[j][hooks[i]]);\n }\n }\n }\n\n function emptyNodeAt (elm) {\n return new VNode(nodeOps.tagName(elm).toLowerCase(), {}, [], undefined, elm)\n }\n\n function createRmCb (childElm, listeners) {\n function remove$$1 () {\n if (--remove$$1.listeners === 0) {\n removeNode(childElm);\n }\n }\n remove$$1.listeners = listeners;\n return remove$$1\n }\n\n function removeNode (el) {\n var parent = nodeOps.parentNode(el);\n // element may have already been removed due to v-html / v-text\n if (isDef(parent)) {\n nodeOps.removeChild(parent, el);\n }\n }\n\n function isUnknownElement$$1 (vnode, inVPre) {\n return (\n !inVPre &&\n !vnode.ns &&\n !(\n config.ignoredElements.length &&\n config.ignoredElements.some(function (ignore) {\n return isRegExp(ignore)\n ? ignore.test(vnode.tag)\n : ignore === vnode.tag\n })\n ) &&\n config.isUnknownElement(vnode.tag)\n )\n }\n\n var creatingElmInVPre = 0;\n\n function createElm (\n vnode,\n insertedVnodeQueue,\n parentElm,\n refElm,\n nested,\n ownerArray,\n index\n ) {\n if (isDef(vnode.elm) && isDef(ownerArray)) {\n // This vnode was used in a previous render!\n // now it's used as a new node, overwriting its elm would cause\n // potential patch errors down the road when it's used as an insertion\n // reference node. Instead, we clone the node on-demand before creating\n // associated DOM element for it.\n vnode = ownerArray[index] = cloneVNode(vnode);\n }\n\n vnode.isRootInsert = !nested; // for transition enter check\n if (createComponent(vnode, insertedVnodeQueue, parentElm, refElm)) {\n return\n }\n\n var data = vnode.data;\n var children = vnode.children;\n var tag = vnode.tag;\n if (isDef(tag)) {\n if (process.env.NODE_ENV !== 'production') {\n if (data && data.pre) {\n creatingElmInVPre++;\n }\n if (isUnknownElement$$1(vnode, creatingElmInVPre)) {\n warn(\n 'Unknown custom element: <' + tag + '> - did you ' +\n 'register the component correctly? For recursive components, ' +\n 'make sure to provide the \"name\" option.',\n vnode.context\n );\n }\n }\n\n vnode.elm = vnode.ns\n ? nodeOps.createElementNS(vnode.ns, tag)\n : nodeOps.createElement(tag, vnode);\n setScope(vnode);\n\n /* istanbul ignore if */\n {\n createChildren(vnode, children, insertedVnodeQueue);\n if (isDef(data)) {\n invokeCreateHooks(vnode, insertedVnodeQueue);\n }\n insert(parentElm, vnode.elm, refElm);\n }\n\n if (process.env.NODE_ENV !== 'production' && data && data.pre) {\n creatingElmInVPre--;\n }\n } else if (isTrue(vnode.isComment)) {\n vnode.elm = nodeOps.createComment(vnode.text);\n insert(parentElm, vnode.elm, refElm);\n } else {\n vnode.elm = nodeOps.createTextNode(vnode.text);\n insert(parentElm, vnode.elm, refElm);\n }\n }\n\n function createComponent (vnode, insertedVnodeQueue, parentElm, refElm) {\n var i = vnode.data;\n if (isDef(i)) {\n var isReactivated = isDef(vnode.componentInstance) && i.keepAlive;\n if (isDef(i = i.hook) && isDef(i = i.init)) {\n i(vnode, false /* hydrating */);\n }\n // after calling the init hook, if the vnode is a child component\n // it should've created a child instance and mounted it. the child\n // component also has set the placeholder vnode's elm.\n // in that case we can just return the element and be done.\n if (isDef(vnode.componentInstance)) {\n initComponent(vnode, insertedVnodeQueue);\n insert(parentElm, vnode.elm, refElm);\n if (isTrue(isReactivated)) {\n reactivateComponent(vnode, insertedVnodeQueue, parentElm, refElm);\n }\n return true\n }\n }\n }\n\n function initComponent (vnode, insertedVnodeQueue) {\n if (isDef(vnode.data.pendingInsert)) {\n insertedVnodeQueue.push.apply(insertedVnodeQueue, vnode.data.pendingInsert);\n vnode.data.pendingInsert = null;\n }\n vnode.elm = vnode.componentInstance.$el;\n if (isPatchable(vnode)) {\n invokeCreateHooks(vnode, insertedVnodeQueue);\n setScope(vnode);\n } else {\n // empty component root.\n // skip all element-related modules except for ref (#3455)\n registerRef(vnode);\n // make sure to invoke the insert hook\n insertedVnodeQueue.push(vnode);\n }\n }\n\n function reactivateComponent (vnode, insertedVnodeQueue, parentElm, refElm) {\n var i;\n // hack for #4339: a reactivated component with inner transition\n // does not trigger because the inner node's created hooks are not called\n // again. It's not ideal to involve module-specific logic in here but\n // there doesn't seem to be a better way to do it.\n var innerNode = vnode;\n while (innerNode.componentInstance) {\n innerNode = innerNode.componentInstance._vnode;\n if (isDef(i = innerNode.data) && isDef(i = i.transition)) {\n for (i = 0; i < cbs.activate.length; ++i) {\n cbs.activate[i](emptyNode, innerNode);\n }\n insertedVnodeQueue.push(innerNode);\n break\n }\n }\n // unlike a newly created component,\n // a reactivated keep-alive component doesn't insert itself\n insert(parentElm, vnode.elm, refElm);\n }\n\n function insert (parent, elm, ref$$1) {\n if (isDef(parent)) {\n if (isDef(ref$$1)) {\n if (nodeOps.parentNode(ref$$1) === parent) {\n nodeOps.insertBefore(parent, elm, ref$$1);\n }\n } else {\n nodeOps.appendChild(parent, elm);\n }\n }\n }\n\n function createChildren (vnode, children, insertedVnodeQueue) {\n if (Array.isArray(children)) {\n if (process.env.NODE_ENV !== 'production') {\n checkDuplicateKeys(children);\n }\n for (var i = 0; i < children.length; ++i) {\n createElm(children[i], insertedVnodeQueue, vnode.elm, null, true, children, i);\n }\n } else if (isPrimitive(vnode.text)) {\n nodeOps.appendChild(vnode.elm, nodeOps.createTextNode(String(vnode.text)));\n }\n }\n\n function isPatchable (vnode) {\n while (vnode.componentInstance) {\n vnode = vnode.componentInstance._vnode;\n }\n return isDef(vnode.tag)\n }\n\n function invokeCreateHooks (vnode, insertedVnodeQueue) {\n for (var i$1 = 0; i$1 < cbs.create.length; ++i$1) {\n cbs.create[i$1](emptyNode, vnode);\n }\n i = vnode.data.hook; // Reuse variable\n if (isDef(i)) {\n if (isDef(i.create)) { i.create(emptyNode, vnode); }\n if (isDef(i.insert)) { insertedVnodeQueue.push(vnode); }\n }\n }\n\n // set scope id attribute for scoped CSS.\n // this is implemented as a special case to avoid the overhead\n // of going through the normal attribute patching process.\n function setScope (vnode) {\n var i;\n if (isDef(i = vnode.fnScopeId)) {\n nodeOps.setStyleScope(vnode.elm, i);\n } else {\n var ancestor = vnode;\n while (ancestor) {\n if (isDef(i = ancestor.context) && isDef(i = i.$options._scopeId)) {\n nodeOps.setStyleScope(vnode.elm, i);\n }\n ancestor = ancestor.parent;\n }\n }\n // for slot content they should also get the scopeId from the host instance.\n if (isDef(i = activeInstance) &&\n i !== vnode.context &&\n i !== vnode.fnContext &&\n isDef(i = i.$options._scopeId)\n ) {\n nodeOps.setStyleScope(vnode.elm, i);\n }\n }\n\n function addVnodes (parentElm, refElm, vnodes, startIdx, endIdx, insertedVnodeQueue) {\n for (; startIdx <= endIdx; ++startIdx) {\n createElm(vnodes[startIdx], insertedVnodeQueue, parentElm, refElm, false, vnodes, startIdx);\n }\n }\n\n function invokeDestroyHook (vnode) {\n var i, j;\n var data = vnode.data;\n if (isDef(data)) {\n if (isDef(i = data.hook) && isDef(i = i.destroy)) { i(vnode); }\n for (i = 0; i < cbs.destroy.length; ++i) { cbs.destroy[i](vnode); }\n }\n if (isDef(i = vnode.children)) {\n for (j = 0; j < vnode.children.length; ++j) {\n invokeDestroyHook(vnode.children[j]);\n }\n }\n }\n\n function removeVnodes (vnodes, startIdx, endIdx) {\n for (; startIdx <= endIdx; ++startIdx) {\n var ch = vnodes[startIdx];\n if (isDef(ch)) {\n if (isDef(ch.tag)) {\n removeAndInvokeRemoveHook(ch);\n invokeDestroyHook(ch);\n } else { // Text node\n removeNode(ch.elm);\n }\n }\n }\n }\n\n function removeAndInvokeRemoveHook (vnode, rm) {\n if (isDef(rm) || isDef(vnode.data)) {\n var i;\n var listeners = cbs.remove.length + 1;\n if (isDef(rm)) {\n // we have a recursively passed down rm callback\n // increase the listeners count\n rm.listeners += listeners;\n } else {\n // directly removing\n rm = createRmCb(vnode.elm, listeners);\n }\n // recursively invoke hooks on child component root node\n if (isDef(i = vnode.componentInstance) && isDef(i = i._vnode) && isDef(i.data)) {\n removeAndInvokeRemoveHook(i, rm);\n }\n for (i = 0; i < cbs.remove.length; ++i) {\n cbs.remove[i](vnode, rm);\n }\n if (isDef(i = vnode.data.hook) && isDef(i = i.remove)) {\n i(vnode, rm);\n } else {\n rm();\n }\n } else {\n removeNode(vnode.elm);\n }\n }\n\n function updateChildren (parentElm, oldCh, newCh, insertedVnodeQueue, removeOnly) {\n var oldStartIdx = 0;\n var newStartIdx = 0;\n var oldEndIdx = oldCh.length - 1;\n var oldStartVnode = oldCh[0];\n var oldEndVnode = oldCh[oldEndIdx];\n var newEndIdx = newCh.length - 1;\n var newStartVnode = newCh[0];\n var newEndVnode = newCh[newEndIdx];\n var oldKeyToIdx, idxInOld, vnodeToMove, refElm;\n\n // removeOnly is a special flag used only by <transition-group>\n // to ensure removed elements stay in correct relative positions\n // during leaving transitions\n var canMove = !removeOnly;\n\n if (process.env.NODE_ENV !== 'production') {\n checkDuplicateKeys(newCh);\n }\n\n while (oldStartIdx <= oldEndIdx && newStartIdx <= newEndIdx) {\n if (isUndef(oldStartVnode)) {\n oldStartVnode = oldCh[++oldStartIdx]; // Vnode has been moved left\n } else if (isUndef(oldEndVnode)) {\n oldEndVnode = oldCh[--oldEndIdx];\n } else if (sameVnode(oldStartVnode, newStartVnode)) {\n patchVnode(oldStartVnode, newStartVnode, insertedVnodeQueue, newCh, newStartIdx);\n oldStartVnode = oldCh[++oldStartIdx];\n newStartVnode = newCh[++newStartIdx];\n } else if (sameVnode(oldEndVnode, newEndVnode)) {\n patchVnode(oldEndVnode, newEndVnode, insertedVnodeQueue, newCh, newEndIdx);\n oldEndVnode = oldCh[--oldEndIdx];\n newEndVnode = newCh[--newEndIdx];\n } else if (sameVnode(oldStartVnode, newEndVnode)) { // Vnode moved right\n patchVnode(oldStartVnode, newEndVnode, insertedVnodeQueue, newCh, newEndIdx);\n canMove && nodeOps.insertBefore(parentElm, oldStartVnode.elm, nodeOps.nextSibling(oldEndVnode.elm));\n oldStartVnode = oldCh[++oldStartIdx];\n newEndVnode = newCh[--newEndIdx];\n } else if (sameVnode(oldEndVnode, newStartVnode)) { // Vnode moved left\n patchVnode(oldEndVnode, newStartVnode, insertedVnodeQueue, newCh, newStartIdx);\n canMove && nodeOps.insertBefore(parentElm, oldEndVnode.elm, oldStartVnode.elm);\n oldEndVnode = oldCh[--oldEndIdx];\n newStartVnode = newCh[++newStartIdx];\n } else {\n if (isUndef(oldKeyToIdx)) { oldKeyToIdx = createKeyToOldIdx(oldCh, oldStartIdx, oldEndIdx); }\n idxInOld = isDef(newStartVnode.key)\n ? oldKeyToIdx[newStartVnode.key]\n : findIdxInOld(newStartVnode, oldCh, oldStartIdx, oldEndIdx);\n if (isUndef(idxInOld)) { // New element\n createElm(newStartVnode, insertedVnodeQueue, parentElm, oldStartVnode.elm, false, newCh, newStartIdx);\n } else {\n vnodeToMove = oldCh[idxInOld];\n if (sameVnode(vnodeToMove, newStartVnode)) {\n patchVnode(vnodeToMove, newStartVnode, insertedVnodeQueue, newCh, newStartIdx);\n oldCh[idxInOld] = undefined;\n canMove && nodeOps.insertBefore(parentElm, vnodeToMove.elm, oldStartVnode.elm);\n } else {\n // same key but different element. treat as new element\n createElm(newStartVnode, insertedVnodeQueue, parentElm, oldStartVnode.elm, false, newCh, newStartIdx);\n }\n }\n newStartVnode = newCh[++newStartIdx];\n }\n }\n if (oldStartIdx > oldEndIdx) {\n refElm = isUndef(newCh[newEndIdx + 1]) ? null : newCh[newEndIdx + 1].elm;\n addVnodes(parentElm, refElm, newCh, newStartIdx, newEndIdx, insertedVnodeQueue);\n } else if (newStartIdx > newEndIdx) {\n removeVnodes(oldCh, oldStartIdx, oldEndIdx);\n }\n }\n\n function checkDuplicateKeys (children) {\n var seenKeys = {};\n for (var i = 0; i < children.length; i++) {\n var vnode = children[i];\n var key = vnode.key;\n if (isDef(key)) {\n if (seenKeys[key]) {\n warn(\n (\"Duplicate keys detected: '\" + key + \"'. This may cause an update error.\"),\n vnode.context\n );\n } else {\n seenKeys[key] = true;\n }\n }\n }\n }\n\n function findIdxInOld (node, oldCh, start, end) {\n for (var i = start; i < end; i++) {\n var c = oldCh[i];\n if (isDef(c) && sameVnode(node, c)) { return i }\n }\n }\n\n function patchVnode (\n oldVnode,\n vnode,\n insertedVnodeQueue,\n ownerArray,\n index,\n removeOnly\n ) {\n if (oldVnode === vnode) {\n return\n }\n\n if (isDef(vnode.elm) && isDef(ownerArray)) {\n // clone reused vnode\n vnode = ownerArray[index] = cloneVNode(vnode);\n }\n\n var elm = vnode.elm = oldVnode.elm;\n\n if (isTrue(oldVnode.isAsyncPlaceholder)) {\n if (isDef(vnode.asyncFactory.resolved)) {\n hydrate(oldVnode.elm, vnode, insertedVnodeQueue);\n } else {\n vnode.isAsyncPlaceholder = true;\n }\n return\n }\n\n // reuse element for static trees.\n // note we only do this if the vnode is cloned -\n // if the new node is not cloned it means the render functions have been\n // reset by the hot-reload-api and we need to do a proper re-render.\n if (isTrue(vnode.isStatic) &&\n isTrue(oldVnode.isStatic) &&\n vnode.key === oldVnode.key &&\n (isTrue(vnode.isCloned) || isTrue(vnode.isOnce))\n ) {\n vnode.componentInstance = oldVnode.componentInstance;\n return\n }\n\n var i;\n var data = vnode.data;\n if (isDef(data) && isDef(i = data.hook) && isDef(i = i.prepatch)) {\n i(oldVnode, vnode);\n }\n\n var oldCh = oldVnode.children;\n var ch = vnode.children;\n if (isDef(data) && isPatchable(vnode)) {\n for (i = 0; i < cbs.update.length; ++i) { cbs.update[i](oldVnode, vnode); }\n if (isDef(i = data.hook) && isDef(i = i.update)) { i(oldVnode, vnode); }\n }\n if (isUndef(vnode.text)) {\n if (isDef(oldCh) && isDef(ch)) {\n if (oldCh !== ch) { updateChildren(elm, oldCh, ch, insertedVnodeQueue, removeOnly); }\n } else if (isDef(ch)) {\n if (process.env.NODE_ENV !== 'production') {\n checkDuplicateKeys(ch);\n }\n if (isDef(oldVnode.text)) { nodeOps.setTextContent(elm, ''); }\n addVnodes(elm, null, ch, 0, ch.length - 1, insertedVnodeQueue);\n } else if (isDef(oldCh)) {\n removeVnodes(oldCh, 0, oldCh.length - 1);\n } else if (isDef(oldVnode.text)) {\n nodeOps.setTextContent(elm, '');\n }\n } else if (oldVnode.text !== vnode.text) {\n nodeOps.setTextContent(elm, vnode.text);\n }\n if (isDef(data)) {\n if (isDef(i = data.hook) && isDef(i = i.postpatch)) { i(oldVnode, vnode); }\n }\n }\n\n function invokeInsertHook (vnode, queue, initial) {\n // delay insert hooks for component root nodes, invoke them after the\n // element is really inserted\n if (isTrue(initial) && isDef(vnode.parent)) {\n vnode.parent.data.pendingInsert = queue;\n } else {\n for (var i = 0; i < queue.length; ++i) {\n queue[i].data.hook.insert(queue[i]);\n }\n }\n }\n\n var hydrationBailed = false;\n // list of modules that can skip create hook during hydration because they\n // are already rendered on the client or has no need for initialization\n // Note: style is excluded because it relies on initial clone for future\n // deep updates (#7063).\n var isRenderedModule = makeMap('attrs,class,staticClass,staticStyle,key');\n\n // Note: this is a browser-only function so we can assume elms are DOM nodes.\n function hydrate (elm, vnode, insertedVnodeQueue, inVPre) {\n var i;\n var tag = vnode.tag;\n var data = vnode.data;\n var children = vnode.children;\n inVPre = inVPre || (data && data.pre);\n vnode.elm = elm;\n\n if (isTrue(vnode.isComment) && isDef(vnode.asyncFactory)) {\n vnode.isAsyncPlaceholder = true;\n return true\n }\n // assert node match\n if (process.env.NODE_ENV !== 'production') {\n if (!assertNodeMatch(elm, vnode, inVPre)) {\n return false\n }\n }\n if (isDef(data)) {\n if (isDef(i = data.hook) && isDef(i = i.init)) { i(vnode, true /* hydrating */); }\n if (isDef(i = vnode.componentInstance)) {\n // child component. it should have hydrated its own tree.\n initComponent(vnode, insertedVnodeQueue);\n return true\n }\n }\n if (isDef(tag)) {\n if (isDef(children)) {\n // empty element, allow client to pick up and populate children\n if (!elm.hasChildNodes()) {\n createChildren(vnode, children, insertedVnodeQueue);\n } else {\n // v-html and domProps: innerHTML\n if (isDef(i = data) && isDef(i = i.domProps) && isDef(i = i.innerHTML)) {\n if (i !== elm.innerHTML) {\n /* istanbul ignore if */\n if (process.env.NODE_ENV !== 'production' &&\n typeof console !== 'undefined' &&\n !hydrationBailed\n ) {\n hydrationBailed = true;\n console.warn('Parent: ', elm);\n console.warn('server innerHTML: ', i);\n console.warn('client innerHTML: ', elm.innerHTML);\n }\n return false\n }\n } else {\n // iterate and compare children lists\n var childrenMatch = true;\n var childNode = elm.firstChild;\n for (var i$1 = 0; i$1 < children.length; i$1++) {\n if (!childNode || !hydrate(childNode, children[i$1], insertedVnodeQueue, inVPre)) {\n childrenMatch = false;\n break\n }\n childNode = childNode.nextSibling;\n }\n // if childNode is not null, it means the actual childNodes list is\n // longer than the virtual children list.\n if (!childrenMatch || childNode) {\n /* istanbul ignore if */\n if (process.env.NODE_ENV !== 'production' &&\n typeof console !== 'undefined' &&\n !hydrationBailed\n ) {\n hydrationBailed = true;\n console.warn('Parent: ', elm);\n console.warn('Mismatching childNodes vs. VNodes: ', elm.childNodes, children);\n }\n return false\n }\n }\n }\n }\n if (isDef(data)) {\n var fullInvoke = false;\n for (var key in data) {\n if (!isRenderedModule(key)) {\n fullInvoke = true;\n invokeCreateHooks(vnode, insertedVnodeQueue);\n break\n }\n }\n if (!fullInvoke && data['class']) {\n // ensure collecting deps for deep class bindings for future updates\n traverse(data['class']);\n }\n }\n } else if (elm.data !== vnode.text) {\n elm.data = vnode.text;\n }\n return true\n }\n\n function assertNodeMatch (node, vnode, inVPre) {\n if (isDef(vnode.tag)) {\n return vnode.tag.indexOf('vue-component') === 0 || (\n !isUnknownElement$$1(vnode, inVPre) &&\n vnode.tag.toLowerCase() === (node.tagName && node.tagName.toLowerCase())\n )\n } else {\n return node.nodeType === (vnode.isComment ? 8 : 3)\n }\n }\n\n return function patch (oldVnode, vnode, hydrating, removeOnly) {\n if (isUndef(vnode)) {\n if (isDef(oldVnode)) { invokeDestroyHook(oldVnode); }\n return\n }\n\n var isInitialPatch = false;\n var insertedVnodeQueue = [];\n\n if (isUndef(oldVnode)) {\n // empty mount (likely as component), create new root element\n isInitialPatch = true;\n createElm(vnode, insertedVnodeQueue);\n } else {\n var isRealElement = isDef(oldVnode.nodeType);\n if (!isRealElement && sameVnode(oldVnode, vnode)) {\n // patch existing root node\n patchVnode(oldVnode, vnode, insertedVnodeQueue, null, null, removeOnly);\n } else {\n if (isRealElement) {\n // mounting to a real element\n // check if this is server-rendered content and if we can perform\n // a successful hydration.\n if (oldVnode.nodeType === 1 && oldVnode.hasAttribute(SSR_ATTR)) {\n oldVnode.removeAttribute(SSR_ATTR);\n hydrating = true;\n }\n if (isTrue(hydrating)) {\n if (hydrate(oldVnode, vnode, insertedVnodeQueue)) {\n invokeInsertHook(vnode, insertedVnodeQueue, true);\n return oldVnode\n } else if (process.env.NODE_ENV !== 'production') {\n warn(\n 'The client-side rendered virtual DOM tree is not matching ' +\n 'server-rendered content. This is likely caused by incorrect ' +\n 'HTML markup, for example nesting block-level elements inside ' +\n '<p>, or missing <tbody>. Bailing hydration and performing ' +\n 'full client-side render.'\n );\n }\n }\n // either not server-rendered, or hydration failed.\n // create an empty node and replace it\n oldVnode = emptyNodeAt(oldVnode);\n }\n\n // replacing existing element\n var oldElm = oldVnode.elm;\n var parentElm = nodeOps.parentNode(oldElm);\n\n // create new node\n createElm(\n vnode,\n insertedVnodeQueue,\n // extremely rare edge case: do not insert if old element is in a\n // leaving transition. Only happens when combining transition +\n // keep-alive + HOCs. (#4590)\n oldElm._leaveCb ? null : parentElm,\n nodeOps.nextSibling(oldElm)\n );\n\n // update parent placeholder node element, recursively\n if (isDef(vnode.parent)) {\n var ancestor = vnode.parent;\n var patchable = isPatchable(vnode);\n while (ancestor) {\n for (var i = 0; i < cbs.destroy.length; ++i) {\n cbs.destroy[i](ancestor);\n }\n ancestor.elm = vnode.elm;\n if (patchable) {\n for (var i$1 = 0; i$1 < cbs.create.length; ++i$1) {\n cbs.create[i$1](emptyNode, ancestor);\n }\n // #6513\n // invoke insert hooks that may have been merged by create hooks.\n // e.g. for directives that uses the \"inserted\" hook.\n var insert = ancestor.data.hook.insert;\n if (insert.merged) {\n // start at index 1 to avoid re-invoking component mounted hook\n for (var i$2 = 1; i$2 < insert.fns.length; i$2++) {\n insert.fns[i$2]();\n }\n }\n } else {\n registerRef(ancestor);\n }\n ancestor = ancestor.parent;\n }\n }\n\n // destroy old node\n if (isDef(parentElm)) {\n removeVnodes([oldVnode], 0, 0);\n } else if (isDef(oldVnode.tag)) {\n invokeDestroyHook(oldVnode);\n }\n }\n }\n\n invokeInsertHook(vnode, insertedVnodeQueue, isInitialPatch);\n return vnode.elm\n }\n}\n\n/* */\n\nvar directives = {\n create: updateDirectives,\n update: updateDirectives,\n destroy: function unbindDirectives (vnode) {\n updateDirectives(vnode, emptyNode);\n }\n};\n\nfunction updateDirectives (oldVnode, vnode) {\n if (oldVnode.data.directives || vnode.data.directives) {\n _update(oldVnode, vnode);\n }\n}\n\nfunction _update (oldVnode, vnode) {\n var isCreate = oldVnode === emptyNode;\n var isDestroy = vnode === emptyNode;\n var oldDirs = normalizeDirectives$1(oldVnode.data.directives, oldVnode.context);\n var newDirs = normalizeDirectives$1(vnode.data.directives, vnode.context);\n\n var dirsWithInsert = [];\n var dirsWithPostpatch = [];\n\n var key, oldDir, dir;\n for (key in newDirs) {\n oldDir = oldDirs[key];\n dir = newDirs[key];\n if (!oldDir) {\n // new directive, bind\n callHook$1(dir, 'bind', vnode, oldVnode);\n if (dir.def && dir.def.inserted) {\n dirsWithInsert.push(dir);\n }\n } else {\n // existing directive, update\n dir.oldValue = oldDir.value;\n dir.oldArg = oldDir.arg;\n callHook$1(dir, 'update', vnode, oldVnode);\n if (dir.def && dir.def.componentUpdated) {\n dirsWithPostpatch.push(dir);\n }\n }\n }\n\n if (dirsWithInsert.length) {\n var callInsert = function () {\n for (var i = 0; i < dirsWithInsert.length; i++) {\n callHook$1(dirsWithInsert[i], 'inserted', vnode, oldVnode);\n }\n };\n if (isCreate) {\n mergeVNodeHook(vnode, 'insert', callInsert);\n } else {\n callInsert();\n }\n }\n\n if (dirsWithPostpatch.length) {\n mergeVNodeHook(vnode, 'postpatch', function () {\n for (var i = 0; i < dirsWithPostpatch.length; i++) {\n callHook$1(dirsWithPostpatch[i], 'componentUpdated', vnode, oldVnode);\n }\n });\n }\n\n if (!isCreate) {\n for (key in oldDirs) {\n if (!newDirs[key]) {\n // no longer present, unbind\n callHook$1(oldDirs[key], 'unbind', oldVnode, oldVnode, isDestroy);\n }\n }\n }\n}\n\nvar emptyModifiers = Object.create(null);\n\nfunction normalizeDirectives$1 (\n dirs,\n vm\n) {\n var res = Object.create(null);\n if (!dirs) {\n // $flow-disable-line\n return res\n }\n var i, dir;\n for (i = 0; i < dirs.length; i++) {\n dir = dirs[i];\n if (!dir.modifiers) {\n // $flow-disable-line\n dir.modifiers = emptyModifiers;\n }\n res[getRawDirName(dir)] = dir;\n dir.def = resolveAsset(vm.$options, 'directives', dir.name, true);\n }\n // $flow-disable-line\n return res\n}\n\nfunction getRawDirName (dir) {\n return dir.rawName || ((dir.name) + \".\" + (Object.keys(dir.modifiers || {}).join('.')))\n}\n\nfunction callHook$1 (dir, hook, vnode, oldVnode, isDestroy) {\n var fn = dir.def && dir.def[hook];\n if (fn) {\n try {\n fn(vnode.elm, dir, vnode, oldVnode, isDestroy);\n } catch (e) {\n handleError(e, vnode.context, (\"directive \" + (dir.name) + \" \" + hook + \" hook\"));\n }\n }\n}\n\nvar baseModules = [\n ref,\n directives\n];\n\n/* */\n\nfunction updateAttrs (oldVnode, vnode) {\n var opts = vnode.componentOptions;\n if (isDef(opts) && opts.Ctor.options.inheritAttrs === false) {\n return\n }\n if (isUndef(oldVnode.data.attrs) && isUndef(vnode.data.attrs)) {\n return\n }\n var key, cur, old;\n var elm = vnode.elm;\n var oldAttrs = oldVnode.data.attrs || {};\n var attrs = vnode.data.attrs || {};\n // clone observed objects, as the user probably wants to mutate it\n if (isDef(attrs.__ob__)) {\n attrs = vnode.data.attrs = extend({}, attrs);\n }\n\n for (key in attrs) {\n cur = attrs[key];\n old = oldAttrs[key];\n if (old !== cur) {\n setAttr(elm, key, cur);\n }\n }\n // #4391: in IE9, setting type can reset value for input[type=radio]\n // #6666: IE/Edge forces progress value down to 1 before setting a max\n /* istanbul ignore if */\n if ((isIE || isEdge) && attrs.value !== oldAttrs.value) {\n setAttr(elm, 'value', attrs.value);\n }\n for (key in oldAttrs) {\n if (isUndef(attrs[key])) {\n if (isXlink(key)) {\n elm.removeAttributeNS(xlinkNS, getXlinkProp(key));\n } else if (!isEnumeratedAttr(key)) {\n elm.removeAttribute(key);\n }\n }\n }\n}\n\nfunction setAttr (el, key, value) {\n if (el.tagName.indexOf('-') > -1) {\n baseSetAttr(el, key, value);\n } else if (isBooleanAttr(key)) {\n // set attribute for blank value\n // e.g. <option disabled>Select one</option>\n if (isFalsyAttrValue(value)) {\n el.removeAttribute(key);\n } else {\n // technically allowfullscreen is a boolean attribute for <iframe>,\n // but Flash expects a value of \"true\" when used on <embed> tag\n value = key === 'allowfullscreen' && el.tagName === 'EMBED'\n ? 'true'\n : key;\n el.setAttribute(key, value);\n }\n } else if (isEnumeratedAttr(key)) {\n el.setAttribute(key, convertEnumeratedValue(key, value));\n } else if (isXlink(key)) {\n if (isFalsyAttrValue(value)) {\n el.removeAttributeNS(xlinkNS, getXlinkProp(key));\n } else {\n el.setAttributeNS(xlinkNS, key, value);\n }\n } else {\n baseSetAttr(el, key, value);\n }\n}\n\nfunction baseSetAttr (el, key, value) {\n if (isFalsyAttrValue(value)) {\n el.removeAttribute(key);\n } else {\n // #7138: IE10 & 11 fires input event when setting placeholder on\n // <textarea>... block the first input event and remove the blocker\n // immediately.\n /* istanbul ignore if */\n if (\n isIE && !isIE9 &&\n el.tagName === 'TEXTAREA' &&\n key === 'placeholder' && value !== '' && !el.__ieph\n ) {\n var blocker = function (e) {\n e.stopImmediatePropagation();\n el.removeEventListener('input', blocker);\n };\n el.addEventListener('input', blocker);\n // $flow-disable-line\n el.__ieph = true; /* IE placeholder patched */\n }\n el.setAttribute(key, value);\n }\n}\n\nvar attrs = {\n create: updateAttrs,\n update: updateAttrs\n};\n\n/* */\n\nfunction updateClass (oldVnode, vnode) {\n var el = vnode.elm;\n var data = vnode.data;\n var oldData = oldVnode.data;\n if (\n isUndef(data.staticClass) &&\n isUndef(data.class) && (\n isUndef(oldData) || (\n isUndef(oldData.staticClass) &&\n isUndef(oldData.class)\n )\n )\n ) {\n return\n }\n\n var cls = genClassForVnode(vnode);\n\n // handle transition classes\n var transitionClass = el._transitionClasses;\n if (isDef(transitionClass)) {\n cls = concat(cls, stringifyClass(transitionClass));\n }\n\n // set the class\n if (cls !== el._prevClass) {\n el.setAttribute('class', cls);\n el._prevClass = cls;\n }\n}\n\nvar klass = {\n create: updateClass,\n update: updateClass\n};\n\n/* */\n\n/* */\n\n/* */\n\n/* */\n\n// in some cases, the event used has to be determined at runtime\n// so we used some reserved tokens during compile.\nvar RANGE_TOKEN = '__r';\nvar CHECKBOX_RADIO_TOKEN = '__c';\n\n/* */\n\n// normalize v-model event tokens that can only be determined at runtime.\n// it's important to place the event as the first in the array because\n// the whole point is ensuring the v-model callback gets called before\n// user-attached handlers.\nfunction normalizeEvents (on) {\n /* istanbul ignore if */\n if (isDef(on[RANGE_TOKEN])) {\n // IE input[type=range] only supports `change` event\n var event = isIE ? 'change' : 'input';\n on[event] = [].concat(on[RANGE_TOKEN], on[event] || []);\n delete on[RANGE_TOKEN];\n }\n // This was originally intended to fix #4521 but no longer necessary\n // after 2.5. Keeping it for backwards compat with generated code from < 2.4\n /* istanbul ignore if */\n if (isDef(on[CHECKBOX_RADIO_TOKEN])) {\n on.change = [].concat(on[CHECKBOX_RADIO_TOKEN], on.change || []);\n delete on[CHECKBOX_RADIO_TOKEN];\n }\n}\n\nvar target$1;\n\nfunction createOnceHandler$1 (event, handler, capture) {\n var _target = target$1; // save current target element in closure\n return function onceHandler () {\n var res = handler.apply(null, arguments);\n if (res !== null) {\n remove$2(event, onceHandler, capture, _target);\n }\n }\n}\n\n// #9446: Firefox <= 53 (in particular, ESR 52) has incorrect Event.timeStamp\n// implementation and does not fire microtasks in between event propagation, so\n// safe to exclude.\nvar useMicrotaskFix = isUsingMicroTask && !(isFF && Number(isFF[1]) <= 53);\n\nfunction add$1 (\n name,\n handler,\n capture,\n passive\n) {\n // async edge case #6566: inner click event triggers patch, event handler\n // attached to outer element during patch, and triggered again. This\n // happens because browsers fire microtask ticks between event propagation.\n // the solution is simple: we save the timestamp when a handler is attached,\n // and the handler would only fire if the event passed to it was fired\n // AFTER it was attached.\n if (useMicrotaskFix) {\n var attachedTimestamp = currentFlushTimestamp;\n var original = handler;\n handler = original._wrapper = function (e) {\n if (\n // no bubbling, should always fire.\n // this is just a safety net in case event.timeStamp is unreliable in\n // certain weird environments...\n e.target === e.currentTarget ||\n // event is fired after handler attachment\n e.timeStamp >= attachedTimestamp ||\n // bail for environments that have buggy event.timeStamp implementations\n // #9462 iOS 9 bug: event.timeStamp is 0 after history.pushState\n // #9681 QtWebEngine event.timeStamp is negative value\n e.timeStamp <= 0 ||\n // #9448 bail if event is fired in another document in a multi-page\n // electron/nw.js app, since event.timeStamp will be using a different\n // starting reference\n e.target.ownerDocument !== document\n ) {\n return original.apply(this, arguments)\n }\n };\n }\n target$1.addEventListener(\n name,\n handler,\n supportsPassive\n ? { capture: capture, passive: passive }\n : capture\n );\n}\n\nfunction remove$2 (\n name,\n handler,\n capture,\n _target\n) {\n (_target || target$1).removeEventListener(\n name,\n handler._wrapper || handler,\n capture\n );\n}\n\nfunction updateDOMListeners (oldVnode, vnode) {\n if (isUndef(oldVnode.data.on) && isUndef(vnode.data.on)) {\n return\n }\n var on = vnode.data.on || {};\n var oldOn = oldVnode.data.on || {};\n target$1 = vnode.elm;\n normalizeEvents(on);\n updateListeners(on, oldOn, add$1, remove$2, createOnceHandler$1, vnode.context);\n target$1 = undefined;\n}\n\nvar events = {\n create: updateDOMListeners,\n update: updateDOMListeners\n};\n\n/* */\n\nvar svgContainer;\n\nfunction updateDOMProps (oldVnode, vnode) {\n if (isUndef(oldVnode.data.domProps) && isUndef(vnode.data.domProps)) {\n return\n }\n var key, cur;\n var elm = vnode.elm;\n var oldProps = oldVnode.data.domProps || {};\n var props = vnode.data.domProps || {};\n // clone observed objects, as the user probably wants to mutate it\n if (isDef(props.__ob__)) {\n props = vnode.data.domProps = extend({}, props);\n }\n\n for (key in oldProps) {\n if (!(key in props)) {\n elm[key] = '';\n }\n }\n\n for (key in props) {\n cur = props[key];\n // ignore children if the node has textContent or innerHTML,\n // as these will throw away existing DOM nodes and cause removal errors\n // on subsequent patches (#3360)\n if (key === 'textContent' || key === 'innerHTML') {\n if (vnode.children) { vnode.children.length = 0; }\n if (cur === oldProps[key]) { continue }\n // #6601 work around Chrome version <= 55 bug where single textNode\n // replaced by innerHTML/textContent retains its parentNode property\n if (elm.childNodes.length === 1) {\n elm.removeChild(elm.childNodes[0]);\n }\n }\n\n if (key === 'value' && elm.tagName !== 'PROGRESS') {\n // store value as _value as well since\n // non-string values will be stringified\n elm._value = cur;\n // avoid resetting cursor position when value is the same\n var strCur = isUndef(cur) ? '' : String(cur);\n if (shouldUpdateValue(elm, strCur)) {\n elm.value = strCur;\n }\n } else if (key === 'innerHTML' && isSVG(elm.tagName) && isUndef(elm.innerHTML)) {\n // IE doesn't support innerHTML for SVG elements\n svgContainer = svgContainer || document.createElement('div');\n svgContainer.innerHTML = \"<svg>\" + cur + \"</svg>\";\n var svg = svgContainer.firstChild;\n while (elm.firstChild) {\n elm.removeChild(elm.firstChild);\n }\n while (svg.firstChild) {\n elm.appendChild(svg.firstChild);\n }\n } else if (\n // skip the update if old and new VDOM state is the same.\n // `value` is handled separately because the DOM value may be temporarily\n // out of sync with VDOM state due to focus, composition and modifiers.\n // This #4521 by skipping the unnecesarry `checked` update.\n cur !== oldProps[key]\n ) {\n // some property updates can throw\n // e.g. `value` on <progress> w/ non-finite value\n try {\n elm[key] = cur;\n } catch (e) {}\n }\n }\n}\n\n// check platforms/web/util/attrs.js acceptValue\n\n\nfunction shouldUpdateValue (elm, checkVal) {\n return (!elm.composing && (\n elm.tagName === 'OPTION' ||\n isNotInFocusAndDirty(elm, checkVal) ||\n isDirtyWithModifiers(elm, checkVal)\n ))\n}\n\nfunction isNotInFocusAndDirty (elm, checkVal) {\n // return true when textbox (.number and .trim) loses focus and its value is\n // not equal to the updated value\n var notInFocus = true;\n // #6157\n // work around IE bug when accessing document.activeElement in an iframe\n try { notInFocus = document.activeElement !== elm; } catch (e) {}\n return notInFocus && elm.value !== checkVal\n}\n\nfunction isDirtyWithModifiers (elm, newVal) {\n var value = elm.value;\n var modifiers = elm._vModifiers; // injected by v-model runtime\n if (isDef(modifiers)) {\n if (modifiers.number) {\n return toNumber(value) !== toNumber(newVal)\n }\n if (modifiers.trim) {\n return value.trim() !== newVal.trim()\n }\n }\n return value !== newVal\n}\n\nvar domProps = {\n create: updateDOMProps,\n update: updateDOMProps\n};\n\n/* */\n\nvar parseStyleText = cached(function (cssText) {\n var res = {};\n var listDelimiter = /;(?![^(]*\\))/g;\n var propertyDelimiter = /:(.+)/;\n cssText.split(listDelimiter).forEach(function (item) {\n if (item) {\n var tmp = item.split(propertyDelimiter);\n tmp.length > 1 && (res[tmp[0].trim()] = tmp[1].trim());\n }\n });\n return res\n});\n\n// merge static and dynamic style data on the same vnode\nfunction normalizeStyleData (data) {\n var style = normalizeStyleBinding(data.style);\n // static style is pre-processed into an object during compilation\n // and is always a fresh object, so it's safe to merge into it\n return data.staticStyle\n ? extend(data.staticStyle, style)\n : style\n}\n\n// normalize possible array / string values into Object\nfunction normalizeStyleBinding (bindingStyle) {\n if (Array.isArray(bindingStyle)) {\n return toObject(bindingStyle)\n }\n if (typeof bindingStyle === 'string') {\n return parseStyleText(bindingStyle)\n }\n return bindingStyle\n}\n\n/**\n * parent component style should be after child's\n * so that parent component's style could override it\n */\nfunction getStyle (vnode, checkChild) {\n var res = {};\n var styleData;\n\n if (checkChild) {\n var childNode = vnode;\n while (childNode.componentInstance) {\n childNode = childNode.componentInstance._vnode;\n if (\n childNode && childNode.data &&\n (styleData = normalizeStyleData(childNode.data))\n ) {\n extend(res, styleData);\n }\n }\n }\n\n if ((styleData = normalizeStyleData(vnode.data))) {\n extend(res, styleData);\n }\n\n var parentNode = vnode;\n while ((parentNode = parentNode.parent)) {\n if (parentNode.data && (styleData = normalizeStyleData(parentNode.data))) {\n extend(res, styleData);\n }\n }\n return res\n}\n\n/* */\n\nvar cssVarRE = /^--/;\nvar importantRE = /\\s*!important$/;\nvar setProp = function (el, name, val) {\n /* istanbul ignore if */\n if (cssVarRE.test(name)) {\n el.style.setProperty(name, val);\n } else if (importantRE.test(val)) {\n el.style.setProperty(hyphenate(name), val.replace(importantRE, ''), 'important');\n } else {\n var normalizedName = normalize(name);\n if (Array.isArray(val)) {\n // Support values array created by autoprefixer, e.g.\n // {display: [\"-webkit-box\", \"-ms-flexbox\", \"flex\"]}\n // Set them one by one, and the browser will only set those it can recognize\n for (var i = 0, len = val.length; i < len; i++) {\n el.style[normalizedName] = val[i];\n }\n } else {\n el.style[normalizedName] = val;\n }\n }\n};\n\nvar vendorNames = ['Webkit', 'Moz', 'ms'];\n\nvar emptyStyle;\nvar normalize = cached(function (prop) {\n emptyStyle = emptyStyle || document.createElement('div').style;\n prop = camelize(prop);\n if (prop !== 'filter' && (prop in emptyStyle)) {\n return prop\n }\n var capName = prop.charAt(0).toUpperCase() + prop.slice(1);\n for (var i = 0; i < vendorNames.length; i++) {\n var name = vendorNames[i] + capName;\n if (name in emptyStyle) {\n return name\n }\n }\n});\n\nfunction updateStyle (oldVnode, vnode) {\n var data = vnode.data;\n var oldData = oldVnode.data;\n\n if (isUndef(data.staticStyle) && isUndef(data.style) &&\n isUndef(oldData.staticStyle) && isUndef(oldData.style)\n ) {\n return\n }\n\n var cur, name;\n var el = vnode.elm;\n var oldStaticStyle = oldData.staticStyle;\n var oldStyleBinding = oldData.normalizedStyle || oldData.style || {};\n\n // if static style exists, stylebinding already merged into it when doing normalizeStyleData\n var oldStyle = oldStaticStyle || oldStyleBinding;\n\n var style = normalizeStyleBinding(vnode.data.style) || {};\n\n // store normalized style under a different key for next diff\n // make sure to clone it if it's reactive, since the user likely wants\n // to mutate it.\n vnode.data.normalizedStyle = isDef(style.__ob__)\n ? extend({}, style)\n : style;\n\n var newStyle = getStyle(vnode, true);\n\n for (name in oldStyle) {\n if (isUndef(newStyle[name])) {\n setProp(el, name, '');\n }\n }\n for (name in newStyle) {\n cur = newStyle[name];\n if (cur !== oldStyle[name]) {\n // ie9 setting to null has no effect, must use empty string\n setProp(el, name, cur == null ? '' : cur);\n }\n }\n}\n\nvar style = {\n create: updateStyle,\n update: updateStyle\n};\n\n/* */\n\nvar whitespaceRE = /\\s+/;\n\n/**\n * Add class with compatibility for SVG since classList is not supported on\n * SVG elements in IE\n */\nfunction addClass (el, cls) {\n /* istanbul ignore if */\n if (!cls || !(cls = cls.trim())) {\n return\n }\n\n /* istanbul ignore else */\n if (el.classList) {\n if (cls.indexOf(' ') > -1) {\n cls.split(whitespaceRE).forEach(function (c) { return el.classList.add(c); });\n } else {\n el.classList.add(cls);\n }\n } else {\n var cur = \" \" + (el.getAttribute('class') || '') + \" \";\n if (cur.indexOf(' ' + cls + ' ') < 0) {\n el.setAttribute('class', (cur + cls).trim());\n }\n }\n}\n\n/**\n * Remove class with compatibility for SVG since classList is not supported on\n * SVG elements in IE\n */\nfunction removeClass (el, cls) {\n /* istanbul ignore if */\n if (!cls || !(cls = cls.trim())) {\n return\n }\n\n /* istanbul ignore else */\n if (el.classList) {\n if (cls.indexOf(' ') > -1) {\n cls.split(whitespaceRE).forEach(function (c) { return el.classList.remove(c); });\n } else {\n el.classList.remove(cls);\n }\n if (!el.classList.length) {\n el.removeAttribute('class');\n }\n } else {\n var cur = \" \" + (el.getAttribute('class') || '') + \" \";\n var tar = ' ' + cls + ' ';\n while (cur.indexOf(tar) >= 0) {\n cur = cur.replace(tar, ' ');\n }\n cur = cur.trim();\n if (cur) {\n el.setAttribute('class', cur);\n } else {\n el.removeAttribute('class');\n }\n }\n}\n\n/* */\n\nfunction resolveTransition (def$$1) {\n if (!def$$1) {\n return\n }\n /* istanbul ignore else */\n if (typeof def$$1 === 'object') {\n var res = {};\n if (def$$1.css !== false) {\n extend(res, autoCssTransition(def$$1.name || 'v'));\n }\n extend(res, def$$1);\n return res\n } else if (typeof def$$1 === 'string') {\n return autoCssTransition(def$$1)\n }\n}\n\nvar autoCssTransition = cached(function (name) {\n return {\n enterClass: (name + \"-enter\"),\n enterToClass: (name + \"-enter-to\"),\n enterActiveClass: (name + \"-enter-active\"),\n leaveClass: (name + \"-leave\"),\n leaveToClass: (name + \"-leave-to\"),\n leaveActiveClass: (name + \"-leave-active\")\n }\n});\n\nvar hasTransition = inBrowser && !isIE9;\nvar TRANSITION = 'transition';\nvar ANIMATION = 'animation';\n\n// Transition property/event sniffing\nvar transitionProp = 'transition';\nvar transitionEndEvent = 'transitionend';\nvar animationProp = 'animation';\nvar animationEndEvent = 'animationend';\nif (hasTransition) {\n /* istanbul ignore if */\n if (window.ontransitionend === undefined &&\n window.onwebkittransitionend !== undefined\n ) {\n transitionProp = 'WebkitTransition';\n transitionEndEvent = 'webkitTransitionEnd';\n }\n if (window.onanimationend === undefined &&\n window.onwebkitanimationend !== undefined\n ) {\n animationProp = 'WebkitAnimation';\n animationEndEvent = 'webkitAnimationEnd';\n }\n}\n\n// binding to window is necessary to make hot reload work in IE in strict mode\nvar raf = inBrowser\n ? window.requestAnimationFrame\n ? window.requestAnimationFrame.bind(window)\n : setTimeout\n : /* istanbul ignore next */ function (fn) { return fn(); };\n\nfunction nextFrame (fn) {\n raf(function () {\n raf(fn);\n });\n}\n\nfunction addTransitionClass (el, cls) {\n var transitionClasses = el._transitionClasses || (el._transitionClasses = []);\n if (transitionClasses.indexOf(cls) < 0) {\n transitionClasses.push(cls);\n addClass(el, cls);\n }\n}\n\nfunction removeTransitionClass (el, cls) {\n if (el._transitionClasses) {\n remove(el._transitionClasses, cls);\n }\n removeClass(el, cls);\n}\n\nfunction whenTransitionEnds (\n el,\n expectedType,\n cb\n) {\n var ref = getTransitionInfo(el, expectedType);\n var type = ref.type;\n var timeout = ref.timeout;\n var propCount = ref.propCount;\n if (!type) { return cb() }\n var event = type === TRANSITION ? transitionEndEvent : animationEndEvent;\n var ended = 0;\n var end = function () {\n el.removeEventListener(event, onEnd);\n cb();\n };\n var onEnd = function (e) {\n if (e.target === el) {\n if (++ended >= propCount) {\n end();\n }\n }\n };\n setTimeout(function () {\n if (ended < propCount) {\n end();\n }\n }, timeout + 1);\n el.addEventListener(event, onEnd);\n}\n\nvar transformRE = /\\b(transform|all)(,|$)/;\n\nfunction getTransitionInfo (el, expectedType) {\n var styles = window.getComputedStyle(el);\n // JSDOM may return undefined for transition properties\n var transitionDelays = (styles[transitionProp + 'Delay'] || '').split(', ');\n var transitionDurations = (styles[transitionProp + 'Duration'] || '').split(', ');\n var transitionTimeout = getTimeout(transitionDelays, transitionDurations);\n var animationDelays = (styles[animationProp + 'Delay'] || '').split(', ');\n var animationDurations = (styles[animationProp + 'Duration'] || '').split(', ');\n var animationTimeout = getTimeout(animationDelays, animationDurations);\n\n var type;\n var timeout = 0;\n var propCount = 0;\n /* istanbul ignore if */\n if (expectedType === TRANSITION) {\n if (transitionTimeout > 0) {\n type = TRANSITION;\n timeout = transitionTimeout;\n propCount = transitionDurations.length;\n }\n } else if (expectedType === ANIMATION) {\n if (animationTimeout > 0) {\n type = ANIMATION;\n timeout = animationTimeout;\n propCount = animationDurations.length;\n }\n } else {\n timeout = Math.max(transitionTimeout, animationTimeout);\n type = timeout > 0\n ? transitionTimeout > animationTimeout\n ? TRANSITION\n : ANIMATION\n : null;\n propCount = type\n ? type === TRANSITION\n ? transitionDurations.length\n : animationDurations.length\n : 0;\n }\n var hasTransform =\n type === TRANSITION &&\n transformRE.test(styles[transitionProp + 'Property']);\n return {\n type: type,\n timeout: timeout,\n propCount: propCount,\n hasTransform: hasTransform\n }\n}\n\nfunction getTimeout (delays, durations) {\n /* istanbul ignore next */\n while (delays.length < durations.length) {\n delays = delays.concat(delays);\n }\n\n return Math.max.apply(null, durations.map(function (d, i) {\n return toMs(d) + toMs(delays[i])\n }))\n}\n\n// Old versions of Chromium (below 61.0.3163.100) formats floating pointer numbers\n// in a locale-dependent way, using a comma instead of a dot.\n// If comma is not replaced with a dot, the input will be rounded down (i.e. acting\n// as a floor function) causing unexpected behaviors\nfunction toMs (s) {\n return Number(s.slice(0, -1).replace(',', '.')) * 1000\n}\n\n/* */\n\nfunction enter (vnode, toggleDisplay) {\n var el = vnode.elm;\n\n // call leave callback now\n if (isDef(el._leaveCb)) {\n el._leaveCb.cancelled = true;\n el._leaveCb();\n }\n\n var data = resolveTransition(vnode.data.transition);\n if (isUndef(data)) {\n return\n }\n\n /* istanbul ignore if */\n if (isDef(el._enterCb) || el.nodeType !== 1) {\n return\n }\n\n var css = data.css;\n var type = data.type;\n var enterClass = data.enterClass;\n var enterToClass = data.enterToClass;\n var enterActiveClass = data.enterActiveClass;\n var appearClass = data.appearClass;\n var appearToClass = data.appearToClass;\n var appearActiveClass = data.appearActiveClass;\n var beforeEnter = data.beforeEnter;\n var enter = data.enter;\n var afterEnter = data.afterEnter;\n var enterCancelled = data.enterCancelled;\n var beforeAppear = data.beforeAppear;\n var appear = data.appear;\n var afterAppear = data.afterAppear;\n var appearCancelled = data.appearCancelled;\n var duration = data.duration;\n\n // activeInstance will always be the <transition> component managing this\n // transition. One edge case to check is when the <transition> is placed\n // as the root node of a child component. In that case we need to check\n // <transition>'s parent for appear check.\n var context = activeInstance;\n var transitionNode = activeInstance.$vnode;\n while (transitionNode && transitionNode.parent) {\n context = transitionNode.context;\n transitionNode = transitionNode.parent;\n }\n\n var isAppear = !context._isMounted || !vnode.isRootInsert;\n\n if (isAppear && !appear && appear !== '') {\n return\n }\n\n var startClass = isAppear && appearClass\n ? appearClass\n : enterClass;\n var activeClass = isAppear && appearActiveClass\n ? appearActiveClass\n : enterActiveClass;\n var toClass = isAppear && appearToClass\n ? appearToClass\n : enterToClass;\n\n var beforeEnterHook = isAppear\n ? (beforeAppear || beforeEnter)\n : beforeEnter;\n var enterHook = isAppear\n ? (typeof appear === 'function' ? appear : enter)\n : enter;\n var afterEnterHook = isAppear\n ? (afterAppear || afterEnter)\n : afterEnter;\n var enterCancelledHook = isAppear\n ? (appearCancelled || enterCancelled)\n : enterCancelled;\n\n var explicitEnterDuration = toNumber(\n isObject(duration)\n ? duration.enter\n : duration\n );\n\n if (process.env.NODE_ENV !== 'production' && explicitEnterDuration != null) {\n checkDuration(explicitEnterDuration, 'enter', vnode);\n }\n\n var expectsCSS = css !== false && !isIE9;\n var userWantsControl = getHookArgumentsLength(enterHook);\n\n var cb = el._enterCb = once(function () {\n if (expectsCSS) {\n removeTransitionClass(el, toClass);\n removeTransitionClass(el, activeClass);\n }\n if (cb.cancelled) {\n if (expectsCSS) {\n removeTransitionClass(el, startClass);\n }\n enterCancelledHook && enterCancelledHook(el);\n } else {\n afterEnterHook && afterEnterHook(el);\n }\n el._enterCb = null;\n });\n\n if (!vnode.data.show) {\n // remove pending leave element on enter by injecting an insert hook\n mergeVNodeHook(vnode, 'insert', function () {\n var parent = el.parentNode;\n var pendingNode = parent && parent._pending && parent._pending[vnode.key];\n if (pendingNode &&\n pendingNode.tag === vnode.tag &&\n pendingNode.elm._leaveCb\n ) {\n pendingNode.elm._leaveCb();\n }\n enterHook && enterHook(el, cb);\n });\n }\n\n // start enter transition\n beforeEnterHook && beforeEnterHook(el);\n if (expectsCSS) {\n addTransitionClass(el, startClass);\n addTransitionClass(el, activeClass);\n nextFrame(function () {\n removeTransitionClass(el, startClass);\n if (!cb.cancelled) {\n addTransitionClass(el, toClass);\n if (!userWantsControl) {\n if (isValidDuration(explicitEnterDuration)) {\n setTimeout(cb, explicitEnterDuration);\n } else {\n whenTransitionEnds(el, type, cb);\n }\n }\n }\n });\n }\n\n if (vnode.data.show) {\n toggleDisplay && toggleDisplay();\n enterHook && enterHook(el, cb);\n }\n\n if (!expectsCSS && !userWantsControl) {\n cb();\n }\n}\n\nfunction leave (vnode, rm) {\n var el = vnode.elm;\n\n // call enter callback now\n if (isDef(el._enterCb)) {\n el._enterCb.cancelled = true;\n el._enterCb();\n }\n\n var data = resolveTransition(vnode.data.transition);\n if (isUndef(data) || el.nodeType !== 1) {\n return rm()\n }\n\n /* istanbul ignore if */\n if (isDef(el._leaveCb)) {\n return\n }\n\n var css = data.css;\n var type = data.type;\n var leaveClass = data.leaveClass;\n var leaveToClass = data.leaveToClass;\n var leaveActiveClass = data.leaveActiveClass;\n var beforeLeave = data.beforeLeave;\n var leave = data.leave;\n var afterLeave = data.afterLeave;\n var leaveCancelled = data.leaveCancelled;\n var delayLeave = data.delayLeave;\n var duration = data.duration;\n\n var expectsCSS = css !== false && !isIE9;\n var userWantsControl = getHookArgumentsLength(leave);\n\n var explicitLeaveDuration = toNumber(\n isObject(duration)\n ? duration.leave\n : duration\n );\n\n if (process.env.NODE_ENV !== 'production' && isDef(explicitLeaveDuration)) {\n checkDuration(explicitLeaveDuration, 'leave', vnode);\n }\n\n var cb = el._leaveCb = once(function () {\n if (el.parentNode && el.parentNode._pending) {\n el.parentNode._pending[vnode.key] = null;\n }\n if (expectsCSS) {\n removeTransitionClass(el, leaveToClass);\n removeTransitionClass(el, leaveActiveClass);\n }\n if (cb.cancelled) {\n if (expectsCSS) {\n removeTransitionClass(el, leaveClass);\n }\n leaveCancelled && leaveCancelled(el);\n } else {\n rm();\n afterLeave && afterLeave(el);\n }\n el._leaveCb = null;\n });\n\n if (delayLeave) {\n delayLeave(performLeave);\n } else {\n performLeave();\n }\n\n function performLeave () {\n // the delayed leave may have already been cancelled\n if (cb.cancelled) {\n return\n }\n // record leaving element\n if (!vnode.data.show && el.parentNode) {\n (el.parentNode._pending || (el.parentNode._pending = {}))[(vnode.key)] = vnode;\n }\n beforeLeave && beforeLeave(el);\n if (expectsCSS) {\n addTransitionClass(el, leaveClass);\n addTransitionClass(el, leaveActiveClass);\n nextFrame(function () {\n removeTransitionClass(el, leaveClass);\n if (!cb.cancelled) {\n addTransitionClass(el, leaveToClass);\n if (!userWantsControl) {\n if (isValidDuration(explicitLeaveDuration)) {\n setTimeout(cb, explicitLeaveDuration);\n } else {\n whenTransitionEnds(el, type, cb);\n }\n }\n }\n });\n }\n leave && leave(el, cb);\n if (!expectsCSS && !userWantsControl) {\n cb();\n }\n }\n}\n\n// only used in dev mode\nfunction checkDuration (val, name, vnode) {\n if (typeof val !== 'number') {\n warn(\n \"<transition> explicit \" + name + \" duration is not a valid number - \" +\n \"got \" + (JSON.stringify(val)) + \".\",\n vnode.context\n );\n } else if (isNaN(val)) {\n warn(\n \"<transition> explicit \" + name + \" duration is NaN - \" +\n 'the duration expression might be incorrect.',\n vnode.context\n );\n }\n}\n\nfunction isValidDuration (val) {\n return typeof val === 'number' && !isNaN(val)\n}\n\n/**\n * Normalize a transition hook's argument length. The hook may be:\n * - a merged hook (invoker) with the original in .fns\n * - a wrapped component method (check ._length)\n * - a plain function (.length)\n */\nfunction getHookArgumentsLength (fn) {\n if (isUndef(fn)) {\n return false\n }\n var invokerFns = fn.fns;\n if (isDef(invokerFns)) {\n // invoker\n return getHookArgumentsLength(\n Array.isArray(invokerFns)\n ? invokerFns[0]\n : invokerFns\n )\n } else {\n return (fn._length || fn.length) > 1\n }\n}\n\nfunction _enter (_, vnode) {\n if (vnode.data.show !== true) {\n enter(vnode);\n }\n}\n\nvar transition = inBrowser ? {\n create: _enter,\n activate: _enter,\n remove: function remove$$1 (vnode, rm) {\n /* istanbul ignore else */\n if (vnode.data.show !== true) {\n leave(vnode, rm);\n } else {\n rm();\n }\n }\n} : {};\n\nvar platformModules = [\n attrs,\n klass,\n events,\n domProps,\n style,\n transition\n];\n\n/* */\n\n// the directive module should be applied last, after all\n// built-in modules have been applied.\nvar modules = platformModules.concat(baseModules);\n\nvar patch = createPatchFunction({ nodeOps: nodeOps, modules: modules });\n\n/**\n * Not type checking this file because flow doesn't like attaching\n * properties to Elements.\n */\n\n/* istanbul ignore if */\nif (isIE9) {\n // http://www.matts411.com/post/internet-explorer-9-oninput/\n document.addEventListener('selectionchange', function () {\n var el = document.activeElement;\n if (el && el.vmodel) {\n trigger(el, 'input');\n }\n });\n}\n\nvar directive = {\n inserted: function inserted (el, binding, vnode, oldVnode) {\n if (vnode.tag === 'select') {\n // #6903\n if (oldVnode.elm && !oldVnode.elm._vOptions) {\n mergeVNodeHook(vnode, 'postpatch', function () {\n directive.componentUpdated(el, binding, vnode);\n });\n } else {\n setSelected(el, binding, vnode.context);\n }\n el._vOptions = [].map.call(el.options, getValue);\n } else if (vnode.tag === 'textarea' || isTextInputType(el.type)) {\n el._vModifiers = binding.modifiers;\n if (!binding.modifiers.lazy) {\n el.addEventListener('compositionstart', onCompositionStart);\n el.addEventListener('compositionend', onCompositionEnd);\n // Safari < 10.2 & UIWebView doesn't fire compositionend when\n // switching focus before confirming composition choice\n // this also fixes the issue where some browsers e.g. iOS Chrome\n // fires \"change\" instead of \"input\" on autocomplete.\n el.addEventListener('change', onCompositionEnd);\n /* istanbul ignore if */\n if (isIE9) {\n el.vmodel = true;\n }\n }\n }\n },\n\n componentUpdated: function componentUpdated (el, binding, vnode) {\n if (vnode.tag === 'select') {\n setSelected(el, binding, vnode.context);\n // in case the options rendered by v-for have changed,\n // it's possible that the value is out-of-sync with the rendered options.\n // detect such cases and filter out values that no longer has a matching\n // option in the DOM.\n var prevOptions = el._vOptions;\n var curOptions = el._vOptions = [].map.call(el.options, getValue);\n if (curOptions.some(function (o, i) { return !looseEqual(o, prevOptions[i]); })) {\n // trigger change event if\n // no matching option found for at least one value\n var needReset = el.multiple\n ? binding.value.some(function (v) { return hasNoMatchingOption(v, curOptions); })\n : binding.value !== binding.oldValue && hasNoMatchingOption(binding.value, curOptions);\n if (needReset) {\n trigger(el, 'change');\n }\n }\n }\n }\n};\n\nfunction setSelected (el, binding, vm) {\n actuallySetSelected(el, binding, vm);\n /* istanbul ignore if */\n if (isIE || isEdge) {\n setTimeout(function () {\n actuallySetSelected(el, binding, vm);\n }, 0);\n }\n}\n\nfunction actuallySetSelected (el, binding, vm) {\n var value = binding.value;\n var isMultiple = el.multiple;\n if (isMultiple && !Array.isArray(value)) {\n process.env.NODE_ENV !== 'production' && warn(\n \"<select multiple v-model=\\\"\" + (binding.expression) + \"\\\"> \" +\n \"expects an Array value for its binding, but got \" + (Object.prototype.toString.call(value).slice(8, -1)),\n vm\n );\n return\n }\n var selected, option;\n for (var i = 0, l = el.options.length; i < l; i++) {\n option = el.options[i];\n if (isMultiple) {\n selected = looseIndexOf(value, getValue(option)) > -1;\n if (option.selected !== selected) {\n option.selected = selected;\n }\n } else {\n if (looseEqual(getValue(option), value)) {\n if (el.selectedIndex !== i) {\n el.selectedIndex = i;\n }\n return\n }\n }\n }\n if (!isMultiple) {\n el.selectedIndex = -1;\n }\n}\n\nfunction hasNoMatchingOption (value, options) {\n return options.every(function (o) { return !looseEqual(o, value); })\n}\n\nfunction getValue (option) {\n return '_value' in option\n ? option._value\n : option.value\n}\n\nfunction onCompositionStart (e) {\n e.target.composing = true;\n}\n\nfunction onCompositionEnd (e) {\n // prevent triggering an input event for no reason\n if (!e.target.composing) { return }\n e.target.composing = false;\n trigger(e.target, 'input');\n}\n\nfunction trigger (el, type) {\n var e = document.createEvent('HTMLEvents');\n e.initEvent(type, true, true);\n el.dispatchEvent(e);\n}\n\n/* */\n\n// recursively search for possible transition defined inside the component root\nfunction locateNode (vnode) {\n return vnode.componentInstance && (!vnode.data || !vnode.data.transition)\n ? locateNode(vnode.componentInstance._vnode)\n : vnode\n}\n\nvar show = {\n bind: function bind (el, ref, vnode) {\n var value = ref.value;\n\n vnode = locateNode(vnode);\n var transition$$1 = vnode.data && vnode.data.transition;\n var originalDisplay = el.__vOriginalDisplay =\n el.style.display === 'none' ? '' : el.style.display;\n if (value && transition$$1) {\n vnode.data.show = true;\n enter(vnode, function () {\n el.style.display = originalDisplay;\n });\n } else {\n el.style.display = value ? originalDisplay : 'none';\n }\n },\n\n update: function update (el, ref, vnode) {\n var value = ref.value;\n var oldValue = ref.oldValue;\n\n /* istanbul ignore if */\n if (!value === !oldValue) { return }\n vnode = locateNode(vnode);\n var transition$$1 = vnode.data && vnode.data.transition;\n if (transition$$1) {\n vnode.data.show = true;\n if (value) {\n enter(vnode, function () {\n el.style.display = el.__vOriginalDisplay;\n });\n } else {\n leave(vnode, function () {\n el.style.display = 'none';\n });\n }\n } else {\n el.style.display = value ? el.__vOriginalDisplay : 'none';\n }\n },\n\n unbind: function unbind (\n el,\n binding,\n vnode,\n oldVnode,\n isDestroy\n ) {\n if (!isDestroy) {\n el.style.display = el.__vOriginalDisplay;\n }\n }\n};\n\nvar platformDirectives = {\n model: directive,\n show: show\n};\n\n/* */\n\nvar transitionProps = {\n name: String,\n appear: Boolean,\n css: Boolean,\n mode: String,\n type: String,\n enterClass: String,\n leaveClass: String,\n enterToClass: String,\n leaveToClass: String,\n enterActiveClass: String,\n leaveActiveClass: String,\n appearClass: String,\n appearActiveClass: String,\n appearToClass: String,\n duration: [Number, String, Object]\n};\n\n// in case the child is also an abstract component, e.g. <keep-alive>\n// we want to recursively retrieve the real component to be rendered\nfunction getRealChild (vnode) {\n var compOptions = vnode && vnode.componentOptions;\n if (compOptions && compOptions.Ctor.options.abstract) {\n return getRealChild(getFirstComponentChild(compOptions.children))\n } else {\n return vnode\n }\n}\n\nfunction extractTransitionData (comp) {\n var data = {};\n var options = comp.$options;\n // props\n for (var key in options.propsData) {\n data[key] = comp[key];\n }\n // events.\n // extract listeners and pass them directly to the transition methods\n var listeners = options._parentListeners;\n for (var key$1 in listeners) {\n data[camelize(key$1)] = listeners[key$1];\n }\n return data\n}\n\nfunction placeholder (h, rawChild) {\n if (/\\d-keep-alive$/.test(rawChild.tag)) {\n return h('keep-alive', {\n props: rawChild.componentOptions.propsData\n })\n }\n}\n\nfunction hasParentTransition (vnode) {\n while ((vnode = vnode.parent)) {\n if (vnode.data.transition) {\n return true\n }\n }\n}\n\nfunction isSameChild (child, oldChild) {\n return oldChild.key === child.key && oldChild.tag === child.tag\n}\n\nvar isNotTextNode = function (c) { return c.tag || isAsyncPlaceholder(c); };\n\nvar isVShowDirective = function (d) { return d.name === 'show'; };\n\nvar Transition = {\n name: 'transition',\n props: transitionProps,\n abstract: true,\n\n render: function render (h) {\n var this$1 = this;\n\n var children = this.$slots.default;\n if (!children) {\n return\n }\n\n // filter out text nodes (possible whitespaces)\n children = children.filter(isNotTextNode);\n /* istanbul ignore if */\n if (!children.length) {\n return\n }\n\n // warn multiple elements\n if (process.env.NODE_ENV !== 'production' && children.length > 1) {\n warn(\n '<transition> can only be used on a single element. Use ' +\n '<transition-group> for lists.',\n this.$parent\n );\n }\n\n var mode = this.mode;\n\n // warn invalid mode\n if (process.env.NODE_ENV !== 'production' &&\n mode && mode !== 'in-out' && mode !== 'out-in'\n ) {\n warn(\n 'invalid <transition> mode: ' + mode,\n this.$parent\n );\n }\n\n var rawChild = children[0];\n\n // if this is a component root node and the component's\n // parent container node also has transition, skip.\n if (hasParentTransition(this.$vnode)) {\n return rawChild\n }\n\n // apply transition data to child\n // use getRealChild() to ignore abstract components e.g. keep-alive\n var child = getRealChild(rawChild);\n /* istanbul ignore if */\n if (!child) {\n return rawChild\n }\n\n if (this._leaving) {\n return placeholder(h, rawChild)\n }\n\n // ensure a key that is unique to the vnode type and to this transition\n // component instance. This key will be used to remove pending leaving nodes\n // during entering.\n var id = \"__transition-\" + (this._uid) + \"-\";\n child.key = child.key == null\n ? child.isComment\n ? id + 'comment'\n : id + child.tag\n : isPrimitive(child.key)\n ? (String(child.key).indexOf(id) === 0 ? child.key : id + child.key)\n : child.key;\n\n var data = (child.data || (child.data = {})).transition = extractTransitionData(this);\n var oldRawChild = this._vnode;\n var oldChild = getRealChild(oldRawChild);\n\n // mark v-show\n // so that the transition module can hand over the control to the directive\n if (child.data.directives && child.data.directives.some(isVShowDirective)) {\n child.data.show = true;\n }\n\n if (\n oldChild &&\n oldChild.data &&\n !isSameChild(child, oldChild) &&\n !isAsyncPlaceholder(oldChild) &&\n // #6687 component root is a comment node\n !(oldChild.componentInstance && oldChild.componentInstance._vnode.isComment)\n ) {\n // replace old child transition data with fresh one\n // important for dynamic transitions!\n var oldData = oldChild.data.transition = extend({}, data);\n // handle transition mode\n if (mode === 'out-in') {\n // return placeholder node and queue update when leave finishes\n this._leaving = true;\n mergeVNodeHook(oldData, 'afterLeave', function () {\n this$1._leaving = false;\n this$1.$forceUpdate();\n });\n return placeholder(h, rawChild)\n } else if (mode === 'in-out') {\n if (isAsyncPlaceholder(child)) {\n return oldRawChild\n }\n var delayedLeave;\n var performLeave = function () { delayedLeave(); };\n mergeVNodeHook(data, 'afterEnter', performLeave);\n mergeVNodeHook(data, 'enterCancelled', performLeave);\n mergeVNodeHook(oldData, 'delayLeave', function (leave) { delayedLeave = leave; });\n }\n }\n\n return rawChild\n }\n};\n\n/* */\n\nvar props = extend({\n tag: String,\n moveClass: String\n}, transitionProps);\n\ndelete props.mode;\n\nvar TransitionGroup = {\n props: props,\n\n beforeMount: function beforeMount () {\n var this$1 = this;\n\n var update = this._update;\n this._update = function (vnode, hydrating) {\n var restoreActiveInstance = setActiveInstance(this$1);\n // force removing pass\n this$1.__patch__(\n this$1._vnode,\n this$1.kept,\n false, // hydrating\n true // removeOnly (!important, avoids unnecessary moves)\n );\n this$1._vnode = this$1.kept;\n restoreActiveInstance();\n update.call(this$1, vnode, hydrating);\n };\n },\n\n render: function render (h) {\n var tag = this.tag || this.$vnode.data.tag || 'span';\n var map = Object.create(null);\n var prevChildren = this.prevChildren = this.children;\n var rawChildren = this.$slots.default || [];\n var children = this.children = [];\n var transitionData = extractTransitionData(this);\n\n for (var i = 0; i < rawChildren.length; i++) {\n var c = rawChildren[i];\n if (c.tag) {\n if (c.key != null && String(c.key).indexOf('__vlist') !== 0) {\n children.push(c);\n map[c.key] = c\n ;(c.data || (c.data = {})).transition = transitionData;\n } else if (process.env.NODE_ENV !== 'production') {\n var opts = c.componentOptions;\n var name = opts ? (opts.Ctor.options.name || opts.tag || '') : c.tag;\n warn((\"<transition-group> children must be keyed: <\" + name + \">\"));\n }\n }\n }\n\n if (prevChildren) {\n var kept = [];\n var removed = [];\n for (var i$1 = 0; i$1 < prevChildren.length; i$1++) {\n var c$1 = prevChildren[i$1];\n c$1.data.transition = transitionData;\n c$1.data.pos = c$1.elm.getBoundingClientRect();\n if (map[c$1.key]) {\n kept.push(c$1);\n } else {\n removed.push(c$1);\n }\n }\n this.kept = h(tag, null, kept);\n this.removed = removed;\n }\n\n return h(tag, null, children)\n },\n\n updated: function updated () {\n var children = this.prevChildren;\n var moveClass = this.moveClass || ((this.name || 'v') + '-move');\n if (!children.length || !this.hasMove(children[0].elm, moveClass)) {\n return\n }\n\n // we divide the work into three loops to avoid mixing DOM reads and writes\n // in each iteration - which helps prevent layout thrashing.\n children.forEach(callPendingCbs);\n children.forEach(recordPosition);\n children.forEach(applyTranslation);\n\n // force reflow to put everything in position\n // assign to this to avoid being removed in tree-shaking\n // $flow-disable-line\n this._reflow = document.body.offsetHeight;\n\n children.forEach(function (c) {\n if (c.data.moved) {\n var el = c.elm;\n var s = el.style;\n addTransitionClass(el, moveClass);\n s.transform = s.WebkitTransform = s.transitionDuration = '';\n el.addEventListener(transitionEndEvent, el._moveCb = function cb (e) {\n if (e && e.target !== el) {\n return\n }\n if (!e || /transform$/.test(e.propertyName)) {\n el.removeEventListener(transitionEndEvent, cb);\n el._moveCb = null;\n removeTransitionClass(el, moveClass);\n }\n });\n }\n });\n },\n\n methods: {\n hasMove: function hasMove (el, moveClass) {\n /* istanbul ignore if */\n if (!hasTransition) {\n return false\n }\n /* istanbul ignore if */\n if (this._hasMove) {\n return this._hasMove\n }\n // Detect whether an element with the move class applied has\n // CSS transitions. Since the element may be inside an entering\n // transition at this very moment, we make a clone of it and remove\n // all other transition classes applied to ensure only the move class\n // is applied.\n var clone = el.cloneNode();\n if (el._transitionClasses) {\n el._transitionClasses.forEach(function (cls) { removeClass(clone, cls); });\n }\n addClass(clone, moveClass);\n clone.style.display = 'none';\n this.$el.appendChild(clone);\n var info = getTransitionInfo(clone);\n this.$el.removeChild(clone);\n return (this._hasMove = info.hasTransform)\n }\n }\n};\n\nfunction callPendingCbs (c) {\n /* istanbul ignore if */\n if (c.elm._moveCb) {\n c.elm._moveCb();\n }\n /* istanbul ignore if */\n if (c.elm._enterCb) {\n c.elm._enterCb();\n }\n}\n\nfunction recordPosition (c) {\n c.data.newPos = c.elm.getBoundingClientRect();\n}\n\nfunction applyTranslation (c) {\n var oldPos = c.data.pos;\n var newPos = c.data.newPos;\n var dx = oldPos.left - newPos.left;\n var dy = oldPos.top - newPos.top;\n if (dx || dy) {\n c.data.moved = true;\n var s = c.elm.style;\n s.transform = s.WebkitTransform = \"translate(\" + dx + \"px,\" + dy + \"px)\";\n s.transitionDuration = '0s';\n }\n}\n\nvar platformComponents = {\n Transition: Transition,\n TransitionGroup: TransitionGroup\n};\n\n/* */\n\n// install platform specific utils\nVue.config.mustUseProp = mustUseProp;\nVue.config.isReservedTag = isReservedTag;\nVue.config.isReservedAttr = isReservedAttr;\nVue.config.getTagNamespace = getTagNamespace;\nVue.config.isUnknownElement = isUnknownElement;\n\n// install platform runtime directives & components\nextend(Vue.options.directives, platformDirectives);\nextend(Vue.options.components, platformComponents);\n\n// install platform patch function\nVue.prototype.__patch__ = inBrowser ? patch : noop;\n\n// public mount method\nVue.prototype.$mount = function (\n el,\n hydrating\n) {\n el = el && inBrowser ? query(el) : undefined;\n return mountComponent(this, el, hydrating)\n};\n\n// devtools global hook\n/* istanbul ignore next */\nif (inBrowser) {\n setTimeout(function () {\n if (config.devtools) {\n if (devtools) {\n devtools.emit('init', Vue);\n } else if (\n process.env.NODE_ENV !== 'production' &&\n process.env.NODE_ENV !== 'test'\n ) {\n console[console.info ? 'info' : 'log'](\n 'Download the Vue Devtools extension for a better development experience:\\n' +\n 'https://github.com/vuejs/vue-devtools'\n );\n }\n }\n if (process.env.NODE_ENV !== 'production' &&\n process.env.NODE_ENV !== 'test' &&\n config.productionTip !== false &&\n typeof console !== 'undefined'\n ) {\n console[console.info ? 'info' : 'log'](\n \"You are running Vue in development mode.\\n\" +\n \"Make sure to turn on production mode when deploying for production.\\n\" +\n \"See more tips at https://vuejs.org/guide/deployment.html\"\n );\n }\n }, 0);\n}\n\n/* */\n\nexport default Vue;\n","'use strict';\nvar $ = require('../internals/export');\nvar fails = require('../internals/fails');\nvar isArray = require('../internals/is-array');\nvar isObject = require('../internals/is-object');\nvar toObject = require('../internals/to-object');\nvar toLength = require('../internals/to-length');\nvar createProperty = require('../internals/create-property');\nvar arraySpeciesCreate = require('../internals/array-species-create');\nvar arrayMethodHasSpeciesSupport = require('../internals/array-method-has-species-support');\nvar wellKnownSymbol = require('../internals/well-known-symbol');\nvar V8_VERSION = require('../internals/engine-v8-version');\n\nvar IS_CONCAT_SPREADABLE = wellKnownSymbol('isConcatSpreadable');\nvar MAX_SAFE_INTEGER = 0x1FFFFFFFFFFFFF;\nvar MAXIMUM_ALLOWED_INDEX_EXCEEDED = 'Maximum allowed index exceeded';\n\n// We can't use this feature detection in V8 since it causes\n// deoptimization and serious performance degradation\n// https://github.com/zloirock/core-js/issues/679\nvar IS_CONCAT_SPREADABLE_SUPPORT = V8_VERSION >= 51 || !fails(function () {\n var array = [];\n array[IS_CONCAT_SPREADABLE] = false;\n return array.concat()[0] !== array;\n});\n\nvar SPECIES_SUPPORT = arrayMethodHasSpeciesSupport('concat');\n\nvar isConcatSpreadable = function (O) {\n if (!isObject(O)) return false;\n var spreadable = O[IS_CONCAT_SPREADABLE];\n return spreadable !== undefined ? !!spreadable : isArray(O);\n};\n\nvar FORCED = !IS_CONCAT_SPREADABLE_SUPPORT || !SPECIES_SUPPORT;\n\n// `Array.prototype.concat` method\n// https://tc39.github.io/ecma262/#sec-array.prototype.concat\n// with adding support of @@isConcatSpreadable and @@species\n$({ target: 'Array', proto: true, forced: FORCED }, {\n concat: function concat(arg) { // eslint-disable-line no-unused-vars\n var O = toObject(this);\n var A = arraySpeciesCreate(O, 0);\n var n = 0;\n var i, k, length, len, E;\n for (i = -1, length = arguments.length; i < length; i++) {\n E = i === -1 ? O : arguments[i];\n if (isConcatSpreadable(E)) {\n len = toLength(E.length);\n if (n + len > MAX_SAFE_INTEGER) throw TypeError(MAXIMUM_ALLOWED_INDEX_EXCEEDED);\n for (k = 0; k < len; k++, n++) if (k in E) createProperty(A, n, E[k]);\n } else {\n if (n >= MAX_SAFE_INTEGER) throw TypeError(MAXIMUM_ALLOWED_INDEX_EXCEEDED);\n createProperty(A, n++, E);\n }\n }\n A.length = n;\n return A;\n }\n});\n","var global = require('../internals/global');\nvar getOwnPropertyDescriptor = require('../internals/object-get-own-property-descriptor').f;\nvar createNonEnumerableProperty = require('../internals/create-non-enumerable-property');\nvar redefine = require('../internals/redefine');\nvar setGlobal = require('../internals/set-global');\nvar copyConstructorProperties = require('../internals/copy-constructor-properties');\nvar isForced = require('../internals/is-forced');\n\n/*\n options.target - name of the target object\n options.global - target is the global object\n options.stat - export as static methods of target\n options.proto - export as prototype methods of target\n options.real - real prototype method for the `pure` version\n options.forced - export even if the native feature is available\n options.bind - bind methods to the target, required for the `pure` version\n options.wrap - wrap constructors to preventing global pollution, required for the `pure` version\n options.unsafe - use the simple assignment of property instead of delete + defineProperty\n options.sham - add a flag to not completely full polyfills\n options.enumerable - export as enumerable property\n options.noTargetGet - prevent calling a getter on target\n*/\nmodule.exports = function (options, source) {\n var TARGET = options.target;\n var GLOBAL = options.global;\n var STATIC = options.stat;\n var FORCED, target, key, targetProperty, sourceProperty, descriptor;\n if (GLOBAL) {\n target = global;\n } else if (STATIC) {\n target = global[TARGET] || setGlobal(TARGET, {});\n } else {\n target = (global[TARGET] || {}).prototype;\n }\n if (target) for (key in source) {\n sourceProperty = source[key];\n if (options.noTargetGet) {\n descriptor = getOwnPropertyDescriptor(target, key);\n targetProperty = descriptor && descriptor.value;\n } else targetProperty = target[key];\n FORCED = isForced(GLOBAL ? key : TARGET + (STATIC ? '.' : '#') + key, options.forced);\n // contained in target\n if (!FORCED && targetProperty !== undefined) {\n if (typeof sourceProperty === typeof targetProperty) continue;\n copyConstructorProperties(sourceProperty, targetProperty);\n }\n // add a flag to not completely full polyfills\n if (options.sham || (targetProperty && targetProperty.sham)) {\n createNonEnumerableProperty(sourceProperty, 'sham', true);\n }\n // extend global\n redefine(target, key, sourceProperty, options);\n }\n};\n","'use strict';\nvar nativePropertyIsEnumerable = {}.propertyIsEnumerable;\nvar getOwnPropertyDescriptor = Object.getOwnPropertyDescriptor;\n\n// Nashorn ~ JDK8 bug\nvar NASHORN_BUG = getOwnPropertyDescriptor && !nativePropertyIsEnumerable.call({ 1: 2 }, 1);\n\n// `Object.prototype.propertyIsEnumerable` method implementation\n// https://tc39.github.io/ecma262/#sec-object.prototype.propertyisenumerable\nexports.f = NASHORN_BUG ? function propertyIsEnumerable(V) {\n var descriptor = getOwnPropertyDescriptor(this, V);\n return !!descriptor && descriptor.enumerable;\n} : nativePropertyIsEnumerable;\n","var fails = require('../internals/fails');\nvar classof = require('../internals/classof-raw');\n\nvar split = ''.split;\n\n// fallback for non-array-like ES3 and non-enumerable old V8 strings\nmodule.exports = fails(function () {\n // throws an error in rhino, see https://github.com/mozilla/rhino/issues/346\n // eslint-disable-next-line no-prototype-builtins\n return !Object('z').propertyIsEnumerable(0);\n}) ? function (it) {\n return classof(it) == 'String' ? split.call(it, '') : Object(it);\n} : Object;\n","var global = require('../internals/global');\nvar isObject = require('../internals/is-object');\n\nvar document = global.document;\n// typeof document.createElement is 'object' in old IE\nvar EXISTS = isObject(document) && isObject(document.createElement);\n\nmodule.exports = function (it) {\n return EXISTS ? document.createElement(it) : {};\n};\n","var global = require('../internals/global');\nvar createNonEnumerableProperty = require('../internals/create-non-enumerable-property');\nvar has = require('../internals/has');\nvar setGlobal = require('../internals/set-global');\nvar inspectSource = require('../internals/inspect-source');\nvar InternalStateModule = require('../internals/internal-state');\n\nvar getInternalState = InternalStateModule.get;\nvar enforceInternalState = InternalStateModule.enforce;\nvar TEMPLATE = String(String).split('String');\n\n(module.exports = function (O, key, value, options) {\n var unsafe = options ? !!options.unsafe : false;\n var simple = options ? !!options.enumerable : false;\n var noTargetGet = options ? !!options.noTargetGet : false;\n if (typeof value == 'function') {\n if (typeof key == 'string' && !has(value, 'name')) createNonEnumerableProperty(value, 'name', key);\n enforceInternalState(value).source = TEMPLATE.join(typeof key == 'string' ? key : '');\n }\n if (O === global) {\n if (simple) O[key] = value;\n else setGlobal(key, value);\n return;\n } else if (!unsafe) {\n delete O[key];\n } else if (!noTargetGet && O[key]) {\n simple = true;\n }\n if (simple) O[key] = value;\n else createNonEnumerableProperty(O, key, value);\n// add fake Function#toString for correct work wrapped methods / constructors with methods like LoDash isNative\n})(Function.prototype, 'toString', function toString() {\n return typeof this == 'function' && getInternalState(this).source || inspectSource(this);\n});\n","var NATIVE_WEAK_MAP = require('../internals/native-weak-map');\nvar global = require('../internals/global');\nvar isObject = require('../internals/is-object');\nvar createNonEnumerableProperty = require('../internals/create-non-enumerable-property');\nvar objectHas = require('../internals/has');\nvar sharedKey = require('../internals/shared-key');\nvar hiddenKeys = require('../internals/hidden-keys');\n\nvar WeakMap = global.WeakMap;\nvar set, get, has;\n\nvar enforce = function (it) {\n return has(it) ? get(it) : set(it, {});\n};\n\nvar getterFor = function (TYPE) {\n return function (it) {\n var state;\n if (!isObject(it) || (state = get(it)).type !== TYPE) {\n throw TypeError('Incompatible receiver, ' + TYPE + ' required');\n } return state;\n };\n};\n\nif (NATIVE_WEAK_MAP) {\n var store = new WeakMap();\n var wmget = store.get;\n var wmhas = store.has;\n var wmset = store.set;\n set = function (it, metadata) {\n wmset.call(store, it, metadata);\n return metadata;\n };\n get = function (it) {\n return wmget.call(store, it) || {};\n };\n has = function (it) {\n return wmhas.call(store, it);\n };\n} else {\n var STATE = sharedKey('state');\n hiddenKeys[STATE] = true;\n set = function (it, metadata) {\n createNonEnumerableProperty(it, STATE, metadata);\n return metadata;\n };\n get = function (it) {\n return objectHas(it, STATE) ? it[STATE] : {};\n };\n has = function (it) {\n return objectHas(it, STATE);\n };\n}\n\nmodule.exports = {\n set: set,\n get: get,\n has: has,\n enforce: enforce,\n getterFor: getterFor\n};\n","var global = require('../internals/global');\nvar inspectSource = require('../internals/inspect-source');\n\nvar WeakMap = global.WeakMap;\n\nmodule.exports = typeof WeakMap === 'function' && /native code/.test(inspectSource(WeakMap));\n","var shared = require('../internals/shared');\nvar uid = require('../internals/uid');\n\nvar keys = shared('keys');\n\nmodule.exports = function (key) {\n return keys[key] || (keys[key] = uid(key));\n};\n","module.exports = false;\n","var has = require('../internals/has');\nvar ownKeys = require('../internals/own-keys');\nvar getOwnPropertyDescriptorModule = require('../internals/object-get-own-property-descriptor');\nvar definePropertyModule = require('../internals/object-define-property');\n\nmodule.exports = function (target, source) {\n var keys = ownKeys(source);\n var defineProperty = definePropertyModule.f;\n var getOwnPropertyDescriptor = getOwnPropertyDescriptorModule.f;\n for (var i = 0; i < keys.length; i++) {\n var key = keys[i];\n if (!has(target, key)) defineProperty(target, key, getOwnPropertyDescriptor(source, key));\n }\n};\n","var getBuiltIn = require('../internals/get-built-in');\nvar getOwnPropertyNamesModule = require('../internals/object-get-own-property-names');\nvar getOwnPropertySymbolsModule = require('../internals/object-get-own-property-symbols');\nvar anObject = require('../internals/an-object');\n\n// all object keys, includes non-enumerable and symbols\nmodule.exports = getBuiltIn('Reflect', 'ownKeys') || function ownKeys(it) {\n var keys = getOwnPropertyNamesModule.f(anObject(it));\n var getOwnPropertySymbols = getOwnPropertySymbolsModule.f;\n return getOwnPropertySymbols ? keys.concat(getOwnPropertySymbols(it)) : keys;\n};\n","var global = require('../internals/global');\n\nmodule.exports = global;\n","var internalObjectKeys = require('../internals/object-keys-internal');\nvar enumBugKeys = require('../internals/enum-bug-keys');\n\nvar hiddenKeys = enumBugKeys.concat('length', 'prototype');\n\n// `Object.getOwnPropertyNames` method\n// https://tc39.github.io/ecma262/#sec-object.getownpropertynames\nexports.f = Object.getOwnPropertyNames || function getOwnPropertyNames(O) {\n return internalObjectKeys(O, hiddenKeys);\n};\n","var has = require('../internals/has');\nvar toIndexedObject = require('../internals/to-indexed-object');\nvar indexOf = require('../internals/array-includes').indexOf;\nvar hiddenKeys = require('../internals/hidden-keys');\n\nmodule.exports = function (object, names) {\n var O = toIndexedObject(object);\n var i = 0;\n var result = [];\n var key;\n for (key in O) !has(hiddenKeys, key) && has(O, key) && result.push(key);\n // Don't enum bug & hidden keys\n while (names.length > i) if (has(O, key = names[i++])) {\n ~indexOf(result, key) || result.push(key);\n }\n return result;\n};\n","var toIndexedObject = require('../internals/to-indexed-object');\nvar toLength = require('../internals/to-length');\nvar toAbsoluteIndex = require('../internals/to-absolute-index');\n\n// `Array.prototype.{ indexOf, includes }` methods implementation\nvar createMethod = function (IS_INCLUDES) {\n return function ($this, el, fromIndex) {\n var O = toIndexedObject($this);\n var length = toLength(O.length);\n var index = toAbsoluteIndex(fromIndex, length);\n var value;\n // Array#includes uses SameValueZero equality algorithm\n // eslint-disable-next-line no-self-compare\n if (IS_INCLUDES && el != el) while (length > index) {\n value = O[index++];\n // eslint-disable-next-line no-self-compare\n if (value != value) return true;\n // Array#indexOf ignores holes, Array#includes - not\n } else for (;length > index; index++) {\n if ((IS_INCLUDES || index in O) && O[index] === el) return IS_INCLUDES || index || 0;\n } return !IS_INCLUDES && -1;\n };\n};\n\nmodule.exports = {\n // `Array.prototype.includes` method\n // https://tc39.github.io/ecma262/#sec-array.prototype.includes\n includes: createMethod(true),\n // `Array.prototype.indexOf` method\n // https://tc39.github.io/ecma262/#sec-array.prototype.indexof\n indexOf: createMethod(false)\n};\n","var toInteger = require('../internals/to-integer');\n\nvar max = Math.max;\nvar min = Math.min;\n\n// Helper for a popular repeating case of the spec:\n// Let integer be ? ToInteger(index).\n// If integer < 0, let result be max((length + integer), 0); else let result be min(integer, length).\nmodule.exports = function (index, length) {\n var integer = toInteger(index);\n return integer < 0 ? max(integer + length, 0) : min(integer, length);\n};\n","// IE8- don't enum bug keys\nmodule.exports = [\n 'constructor',\n 'hasOwnProperty',\n 'isPrototypeOf',\n 'propertyIsEnumerable',\n 'toLocaleString',\n 'toString',\n 'valueOf'\n];\n","exports.f = Object.getOwnPropertySymbols;\n","var fails = require('../internals/fails');\n\nvar replacement = /#|\\.prototype\\./;\n\nvar isForced = function (feature, detection) {\n var value = data[normalize(feature)];\n return value == POLYFILL ? true\n : value == NATIVE ? false\n : typeof detection == 'function' ? fails(detection)\n : !!detection;\n};\n\nvar normalize = isForced.normalize = function (string) {\n return String(string).replace(replacement, '.').toLowerCase();\n};\n\nvar data = isForced.data = {};\nvar NATIVE = isForced.NATIVE = 'N';\nvar POLYFILL = isForced.POLYFILL = 'P';\n\nmodule.exports = isForced;\n","var requireObjectCoercible = require('../internals/require-object-coercible');\n\n// `ToObject` abstract operation\n// https://tc39.github.io/ecma262/#sec-toobject\nmodule.exports = function (argument) {\n return Object(requireObjectCoercible(argument));\n};\n","'use strict';\nvar toPrimitive = require('../internals/to-primitive');\nvar definePropertyModule = require('../internals/object-define-property');\nvar createPropertyDescriptor = require('../internals/create-property-descriptor');\n\nmodule.exports = function (object, key, value) {\n var propertyKey = toPrimitive(key);\n if (propertyKey in object) definePropertyModule.f(object, propertyKey, createPropertyDescriptor(0, value));\n else object[propertyKey] = value;\n};\n","var isObject = require('../internals/is-object');\nvar isArray = require('../internals/is-array');\nvar wellKnownSymbol = require('../internals/well-known-symbol');\n\nvar SPECIES = wellKnownSymbol('species');\n\n// `ArraySpeciesCreate` abstract operation\n// https://tc39.github.io/ecma262/#sec-arrayspeciescreate\nmodule.exports = function (originalArray, length) {\n var C;\n if (isArray(originalArray)) {\n C = originalArray.constructor;\n // cross-realm fallback\n if (typeof C == 'function' && (C === Array || isArray(C.prototype))) C = undefined;\n else if (isObject(C)) {\n C = C[SPECIES];\n if (C === null) C = undefined;\n }\n } return new (C === undefined ? Array : C)(length === 0 ? 0 : length);\n};\n","var NATIVE_SYMBOL = require('../internals/native-symbol');\n\nmodule.exports = NATIVE_SYMBOL\n // eslint-disable-next-line no-undef\n && !Symbol.sham\n // eslint-disable-next-line no-undef\n && typeof Symbol.iterator == 'symbol';\n","var fails = require('../internals/fails');\nvar wellKnownSymbol = require('../internals/well-known-symbol');\nvar V8_VERSION = require('../internals/engine-v8-version');\n\nvar SPECIES = wellKnownSymbol('species');\n\nmodule.exports = function (METHOD_NAME) {\n // We can't use this feature detection in V8 since it causes\n // deoptimization and serious performance degradation\n // https://github.com/zloirock/core-js/issues/677\n return V8_VERSION >= 51 || !fails(function () {\n var array = [];\n var constructor = array.constructor = {};\n constructor[SPECIES] = function () {\n return { foo: 1 };\n };\n return array[METHOD_NAME](Boolean).foo !== 1;\n });\n};\n","var getBuiltIn = require('../internals/get-built-in');\n\nmodule.exports = getBuiltIn('navigator', 'userAgent') || '';\n","var $ = require('../internals/export');\nvar assign = require('../internals/object-assign');\n\n// `Object.assign` method\n// https://tc39.github.io/ecma262/#sec-object.assign\n$({ target: 'Object', stat: true, forced: Object.assign !== assign }, {\n assign: assign\n});\n","var global = require('../internals/global');\nvar getOwnPropertyDescriptor = require('../internals/object-get-own-property-descriptor').f;\nvar createNonEnumerableProperty = require('../internals/create-non-enumerable-property');\nvar redefine = require('../internals/redefine');\nvar setGlobal = require('../internals/set-global');\nvar copyConstructorProperties = require('../internals/copy-constructor-properties');\nvar isForced = require('../internals/is-forced');\n\n/*\n options.target - name of the target object\n options.global - target is the global object\n options.stat - export as static methods of target\n options.proto - export as prototype methods of target\n options.real - real prototype method for the `pure` version\n options.forced - export even if the native feature is available\n options.bind - bind methods to the target, required for the `pure` version\n options.wrap - wrap constructors to preventing global pollution, required for the `pure` version\n options.unsafe - use the simple assignment of property instead of delete + defineProperty\n options.sham - add a flag to not completely full polyfills\n options.enumerable - export as enumerable property\n options.noTargetGet - prevent calling a getter on target\n*/\nmodule.exports = function (options, source) {\n var TARGET = options.target;\n var GLOBAL = options.global;\n var STATIC = options.stat;\n var FORCED, target, key, targetProperty, sourceProperty, descriptor;\n if (GLOBAL) {\n target = global;\n } else if (STATIC) {\n target = global[TARGET] || setGlobal(TARGET, {});\n } else {\n target = (global[TARGET] || {}).prototype;\n }\n if (target) for (key in source) {\n sourceProperty = source[key];\n if (options.noTargetGet) {\n descriptor = getOwnPropertyDescriptor(target, key);\n targetProperty = descriptor && descriptor.value;\n } else targetProperty = target[key];\n FORCED = isForced(GLOBAL ? key : TARGET + (STATIC ? '.' : '#') + key, options.forced);\n // contained in target\n if (!FORCED && targetProperty !== undefined) {\n if (typeof sourceProperty === typeof targetProperty) continue;\n copyConstructorProperties(sourceProperty, targetProperty);\n }\n // add a flag to not completely full polyfills\n if (options.sham || (targetProperty && targetProperty.sham)) {\n createNonEnumerableProperty(sourceProperty, 'sham', true);\n }\n // extend global\n redefine(target, key, sourceProperty, options);\n }\n};\n","var toString = {}.toString;\n\nmodule.exports = function (it) {\n return toString.call(it).slice(8, -1);\n};\n","var global = require('../internals/global');\nvar isObject = require('../internals/is-object');\n\nvar document = global.document;\n// typeof document.createElement is 'object' in old IE\nvar EXISTS = isObject(document) && isObject(document.createElement);\n\nmodule.exports = function (it) {\n return EXISTS ? document.createElement(it) : {};\n};\n","var global = require('../internals/global');\nvar createNonEnumerableProperty = require('../internals/create-non-enumerable-property');\nvar has = require('../internals/has');\nvar setGlobal = require('../internals/set-global');\nvar inspectSource = require('../internals/inspect-source');\nvar InternalStateModule = require('../internals/internal-state');\n\nvar getInternalState = InternalStateModule.get;\nvar enforceInternalState = InternalStateModule.enforce;\nvar TEMPLATE = String(String).split('String');\n\n(module.exports = function (O, key, value, options) {\n var unsafe = options ? !!options.unsafe : false;\n var simple = options ? !!options.enumerable : false;\n var noTargetGet = options ? !!options.noTargetGet : false;\n if (typeof value == 'function') {\n if (typeof key == 'string' && !has(value, 'name')) createNonEnumerableProperty(value, 'name', key);\n enforceInternalState(value).source = TEMPLATE.join(typeof key == 'string' ? key : '');\n }\n if (O === global) {\n if (simple) O[key] = value;\n else setGlobal(key, value);\n return;\n } else if (!unsafe) {\n delete O[key];\n } else if (!noTargetGet && O[key]) {\n simple = true;\n }\n if (simple) O[key] = value;\n else createNonEnumerableProperty(O, key, value);\n// add fake Function#toString for correct work wrapped methods / constructors with methods like LoDash isNative\n})(Function.prototype, 'toString', function toString() {\n return typeof this == 'function' && getInternalState(this).source || inspectSource(this);\n});\n","var NATIVE_WEAK_MAP = require('../internals/native-weak-map');\nvar global = require('../internals/global');\nvar isObject = require('../internals/is-object');\nvar createNonEnumerableProperty = require('../internals/create-non-enumerable-property');\nvar objectHas = require('../internals/has');\nvar sharedKey = require('../internals/shared-key');\nvar hiddenKeys = require('../internals/hidden-keys');\n\nvar WeakMap = global.WeakMap;\nvar set, get, has;\n\nvar enforce = function (it) {\n return has(it) ? get(it) : set(it, {});\n};\n\nvar getterFor = function (TYPE) {\n return function (it) {\n var state;\n if (!isObject(it) || (state = get(it)).type !== TYPE) {\n throw TypeError('Incompatible receiver, ' + TYPE + ' required');\n } return state;\n };\n};\n\nif (NATIVE_WEAK_MAP) {\n var store = new WeakMap();\n var wmget = store.get;\n var wmhas = store.has;\n var wmset = store.set;\n set = function (it, metadata) {\n wmset.call(store, it, metadata);\n return metadata;\n };\n get = function (it) {\n return wmget.call(store, it) || {};\n };\n has = function (it) {\n return wmhas.call(store, it);\n };\n} else {\n var STATE = sharedKey('state');\n hiddenKeys[STATE] = true;\n set = function (it, metadata) {\n createNonEnumerableProperty(it, STATE, metadata);\n return metadata;\n };\n get = function (it) {\n return objectHas(it, STATE) ? it[STATE] : {};\n };\n has = function (it) {\n return objectHas(it, STATE);\n };\n}\n\nmodule.exports = {\n set: set,\n get: get,\n has: has,\n enforce: enforce,\n getterFor: getterFor\n};\n","var global = require('../internals/global');\nvar inspectSource = require('../internals/inspect-source');\n\nvar WeakMap = global.WeakMap;\n\nmodule.exports = typeof WeakMap === 'function' && /native code/.test(inspectSource(WeakMap));\n","var shared = require('../internals/shared');\nvar uid = require('../internals/uid');\n\nvar keys = shared('keys');\n\nmodule.exports = function (key) {\n return keys[key] || (keys[key] = uid(key));\n};\n","var IS_PURE = require('../internals/is-pure');\nvar store = require('../internals/shared-store');\n\n(module.exports = function (key, value) {\n return store[key] || (store[key] = value !== undefined ? value : {});\n})('versions', []).push({\n version: '3.6.4',\n mode: IS_PURE ? 'pure' : 'global',\n copyright: '© 2020 Denis Pushkarev (zloirock.ru)'\n});\n","module.exports = false;\n","var id = 0;\nvar postfix = Math.random();\n\nmodule.exports = function (key) {\n return 'Symbol(' + String(key === undefined ? '' : key) + ')_' + (++id + postfix).toString(36);\n};\n","var has = require('../internals/has');\nvar ownKeys = require('../internals/own-keys');\nvar getOwnPropertyDescriptorModule = require('../internals/object-get-own-property-descriptor');\nvar definePropertyModule = require('../internals/object-define-property');\n\nmodule.exports = function (target, source) {\n var keys = ownKeys(source);\n var defineProperty = definePropertyModule.f;\n var getOwnPropertyDescriptor = getOwnPropertyDescriptorModule.f;\n for (var i = 0; i < keys.length; i++) {\n var key = keys[i];\n if (!has(target, key)) defineProperty(target, key, getOwnPropertyDescriptor(source, key));\n }\n};\n","var getBuiltIn = require('../internals/get-built-in');\nvar getOwnPropertyNamesModule = require('../internals/object-get-own-property-names');\nvar getOwnPropertySymbolsModule = require('../internals/object-get-own-property-symbols');\nvar anObject = require('../internals/an-object');\n\n// all object keys, includes non-enumerable and symbols\nmodule.exports = getBuiltIn('Reflect', 'ownKeys') || function ownKeys(it) {\n var keys = getOwnPropertyNamesModule.f(anObject(it));\n var getOwnPropertySymbols = getOwnPropertySymbolsModule.f;\n return getOwnPropertySymbols ? keys.concat(getOwnPropertySymbols(it)) : keys;\n};\n","var path = require('../internals/path');\nvar global = require('../internals/global');\n\nvar aFunction = function (variable) {\n return typeof variable == 'function' ? variable : undefined;\n};\n\nmodule.exports = function (namespace, method) {\n return arguments.length < 2 ? aFunction(path[namespace]) || aFunction(global[namespace])\n : path[namespace] && path[namespace][method] || global[namespace] && global[namespace][method];\n};\n","var global = require('../internals/global');\n\nmodule.exports = global;\n","var internalObjectKeys = require('../internals/object-keys-internal');\nvar enumBugKeys = require('../internals/enum-bug-keys');\n\nvar hiddenKeys = enumBugKeys.concat('length', 'prototype');\n\n// `Object.getOwnPropertyNames` method\n// https://tc39.github.io/ecma262/#sec-object.getownpropertynames\nexports.f = Object.getOwnPropertyNames || function getOwnPropertyNames(O) {\n return internalObjectKeys(O, hiddenKeys);\n};\n","var toIndexedObject = require('../internals/to-indexed-object');\nvar toLength = require('../internals/to-length');\nvar toAbsoluteIndex = require('../internals/to-absolute-index');\n\n// `Array.prototype.{ indexOf, includes }` methods implementation\nvar createMethod = function (IS_INCLUDES) {\n return function ($this, el, fromIndex) {\n var O = toIndexedObject($this);\n var length = toLength(O.length);\n var index = toAbsoluteIndex(fromIndex, length);\n var value;\n // Array#includes uses SameValueZero equality algorithm\n // eslint-disable-next-line no-self-compare\n if (IS_INCLUDES && el != el) while (length > index) {\n value = O[index++];\n // eslint-disable-next-line no-self-compare\n if (value != value) return true;\n // Array#indexOf ignores holes, Array#includes - not\n } else for (;length > index; index++) {\n if ((IS_INCLUDES || index in O) && O[index] === el) return IS_INCLUDES || index || 0;\n } return !IS_INCLUDES && -1;\n };\n};\n\nmodule.exports = {\n // `Array.prototype.includes` method\n // https://tc39.github.io/ecma262/#sec-array.prototype.includes\n includes: createMethod(true),\n // `Array.prototype.indexOf` method\n // https://tc39.github.io/ecma262/#sec-array.prototype.indexof\n indexOf: createMethod(false)\n};\n","var toInteger = require('../internals/to-integer');\n\nvar min = Math.min;\n\n// `ToLength` abstract operation\n// https://tc39.github.io/ecma262/#sec-tolength\nmodule.exports = function (argument) {\n return argument > 0 ? min(toInteger(argument), 0x1FFFFFFFFFFFFF) : 0; // 2 ** 53 - 1 == 9007199254740991\n};\n","var toInteger = require('../internals/to-integer');\n\nvar max = Math.max;\nvar min = Math.min;\n\n// Helper for a popular repeating case of the spec:\n// Let integer be ? ToInteger(index).\n// If integer < 0, let result be max((length + integer), 0); else let result be min(integer, length).\nmodule.exports = function (index, length) {\n var integer = toInteger(index);\n return integer < 0 ? max(integer + length, 0) : min(integer, length);\n};\n","var fails = require('../internals/fails');\n\nvar replacement = /#|\\.prototype\\./;\n\nvar isForced = function (feature, detection) {\n var value = data[normalize(feature)];\n return value == POLYFILL ? true\n : value == NATIVE ? false\n : typeof detection == 'function' ? fails(detection)\n : !!detection;\n};\n\nvar normalize = isForced.normalize = function (string) {\n return String(string).replace(replacement, '.').toLowerCase();\n};\n\nvar data = isForced.data = {};\nvar NATIVE = isForced.NATIVE = 'N';\nvar POLYFILL = isForced.POLYFILL = 'P';\n\nmodule.exports = isForced;\n","'use strict';\nvar DESCRIPTORS = require('../internals/descriptors');\nvar fails = require('../internals/fails');\nvar objectKeys = require('../internals/object-keys');\nvar getOwnPropertySymbolsModule = require('../internals/object-get-own-property-symbols');\nvar propertyIsEnumerableModule = require('../internals/object-property-is-enumerable');\nvar toObject = require('../internals/to-object');\nvar IndexedObject = require('../internals/indexed-object');\n\nvar nativeAssign = Object.assign;\nvar defineProperty = Object.defineProperty;\n\n// `Object.assign` method\n// https://tc39.github.io/ecma262/#sec-object.assign\nmodule.exports = !nativeAssign || fails(function () {\n // should have correct order of operations (Edge bug)\n if (DESCRIPTORS && nativeAssign({ b: 1 }, nativeAssign(defineProperty({}, 'a', {\n enumerable: true,\n get: function () {\n defineProperty(this, 'b', {\n value: 3,\n enumerable: false\n });\n }\n }), { b: 2 })).b !== 1) return true;\n // should work with symbols and should have deterministic property order (V8 bug)\n var A = {};\n var B = {};\n // eslint-disable-next-line no-undef\n var symbol = Symbol();\n var alphabet = 'abcdefghijklmnopqrst';\n A[symbol] = 7;\n alphabet.split('').forEach(function (chr) { B[chr] = chr; });\n return nativeAssign({}, A)[symbol] != 7 || objectKeys(nativeAssign({}, B)).join('') != alphabet;\n}) ? function assign(target, source) { // eslint-disable-line no-unused-vars\n var T = toObject(target);\n var argumentsLength = arguments.length;\n var index = 1;\n var getOwnPropertySymbols = getOwnPropertySymbolsModule.f;\n var propertyIsEnumerable = propertyIsEnumerableModule.f;\n while (argumentsLength > index) {\n var S = IndexedObject(arguments[index++]);\n var keys = getOwnPropertySymbols ? objectKeys(S).concat(getOwnPropertySymbols(S)) : objectKeys(S);\n var length = keys.length;\n var j = 0;\n var key;\n while (length > j) {\n key = keys[j++];\n if (!DESCRIPTORS || propertyIsEnumerable.call(S, key)) T[key] = S[key];\n }\n } return T;\n} : nativeAssign;\n","var internalObjectKeys = require('../internals/object-keys-internal');\nvar enumBugKeys = require('../internals/enum-bug-keys');\n\n// `Object.keys` method\n// https://tc39.github.io/ecma262/#sec-object.keys\nmodule.exports = Object.keys || function keys(O) {\n return internalObjectKeys(O, enumBugKeys);\n};\n","var requireObjectCoercible = require('../internals/require-object-coercible');\n\n// `ToObject` abstract operation\n// https://tc39.github.io/ecma262/#sec-toobject\nmodule.exports = function (argument) {\n return Object(requireObjectCoercible(argument));\n};\n","module.exports = require('./lib/axios');","'use strict';\n\nvar utils = require('./utils');\nvar bind = require('./helpers/bind');\nvar Axios = require('./core/Axios');\nvar mergeConfig = require('./core/mergeConfig');\nvar defaults = require('./defaults');\n\n/**\n * Create an instance of Axios\n *\n * @param {Object} defaultConfig The default config for the instance\n * @return {Axios} A new instance of Axios\n */\nfunction createInstance(defaultConfig) {\n var context = new Axios(defaultConfig);\n var instance = bind(Axios.prototype.request, context);\n\n // Copy axios.prototype to instance\n utils.extend(instance, Axios.prototype, context);\n\n // Copy context to instance\n utils.extend(instance, context);\n\n return instance;\n}\n\n// Create the default instance to be exported\nvar axios = createInstance(defaults);\n\n// Expose Axios class to allow class inheritance\naxios.Axios = Axios;\n\n// Factory for creating new instances\naxios.create = function create(instanceConfig) {\n return createInstance(mergeConfig(axios.defaults, instanceConfig));\n};\n\n// Expose Cancel & CancelToken\naxios.Cancel = require('./cancel/Cancel');\naxios.CancelToken = require('./cancel/CancelToken');\naxios.isCancel = require('./cancel/isCancel');\n\n// Expose all/spread\naxios.all = function all(promises) {\n return Promise.all(promises);\n};\naxios.spread = require('./helpers/spread');\n\nmodule.exports = axios;\n\n// Allow use of default import syntax in TypeScript\nmodule.exports.default = axios;\n","'use strict';\n\nvar utils = require('./../utils');\nvar buildURL = require('../helpers/buildURL');\nvar InterceptorManager = require('./InterceptorManager');\nvar dispatchRequest = require('./dispatchRequest');\nvar mergeConfig = require('./mergeConfig');\n\n/**\n * Create a new instance of Axios\n *\n * @param {Object} instanceConfig The default config for the instance\n */\nfunction Axios(instanceConfig) {\n this.defaults = instanceConfig;\n this.interceptors = {\n request: new InterceptorManager(),\n response: new InterceptorManager()\n };\n}\n\n/**\n * Dispatch a request\n *\n * @param {Object} config The config specific for this request (merged with this.defaults)\n */\nAxios.prototype.request = function request(config) {\n /*eslint no-param-reassign:0*/\n // Allow for axios('example/url'[, config]) a la fetch API\n if (typeof config === 'string') {\n config = arguments[1] || {};\n config.url = arguments[0];\n } else {\n config = config || {};\n }\n\n config = mergeConfig(this.defaults, config);\n\n // Set config.method\n if (config.method) {\n config.method = config.method.toLowerCase();\n } else if (this.defaults.method) {\n config.method = this.defaults.method.toLowerCase();\n } else {\n config.method = 'get';\n }\n\n // Hook up interceptors middleware\n var chain = [dispatchRequest, undefined];\n var promise = Promise.resolve(config);\n\n this.interceptors.request.forEach(function unshiftRequestInterceptors(interceptor) {\n chain.unshift(interceptor.fulfilled, interceptor.rejected);\n });\n\n this.interceptors.response.forEach(function pushResponseInterceptors(interceptor) {\n chain.push(interceptor.fulfilled, interceptor.rejected);\n });\n\n while (chain.length) {\n promise = promise.then(chain.shift(), chain.shift());\n }\n\n return promise;\n};\n\nAxios.prototype.getUri = function getUri(config) {\n config = mergeConfig(this.defaults, config);\n return buildURL(config.url, config.params, config.paramsSerializer).replace(/^\\?/, '');\n};\n\n// Provide aliases for supported request methods\nutils.forEach(['delete', 'get', 'head', 'options'], function forEachMethodNoData(method) {\n /*eslint func-names:0*/\n Axios.prototype[method] = function(url, config) {\n return this.request(utils.merge(config || {}, {\n method: method,\n url: url\n }));\n };\n});\n\nutils.forEach(['post', 'put', 'patch'], function forEachMethodWithData(method) {\n /*eslint func-names:0*/\n Axios.prototype[method] = function(url, data, config) {\n return this.request(utils.merge(config || {}, {\n method: method,\n url: url,\n data: data\n }));\n };\n});\n\nmodule.exports = Axios;\n","'use strict';\n\nvar utils = require('./../utils');\n\nfunction InterceptorManager() {\n this.handlers = [];\n}\n\n/**\n * Add a new interceptor to the stack\n *\n * @param {Function} fulfilled The function to handle `then` for a `Promise`\n * @param {Function} rejected The function to handle `reject` for a `Promise`\n *\n * @return {Number} An ID used to remove interceptor later\n */\nInterceptorManager.prototype.use = function use(fulfilled, rejected) {\n this.handlers.push({\n fulfilled: fulfilled,\n rejected: rejected\n });\n return this.handlers.length - 1;\n};\n\n/**\n * Remove an interceptor from the stack\n *\n * @param {Number} id The ID that was returned by `use`\n */\nInterceptorManager.prototype.eject = function eject(id) {\n if (this.handlers[id]) {\n this.handlers[id] = null;\n }\n};\n\n/**\n * Iterate over all the registered interceptors\n *\n * This method is particularly useful for skipping over any\n * interceptors that may have become `null` calling `eject`.\n *\n * @param {Function} fn The function to call for each interceptor\n */\nInterceptorManager.prototype.forEach = function forEach(fn) {\n utils.forEach(this.handlers, function forEachHandler(h) {\n if (h !== null) {\n fn(h);\n }\n });\n};\n\nmodule.exports = InterceptorManager;\n","'use strict';\n\nvar utils = require('./../utils');\nvar transformData = require('./transformData');\nvar isCancel = require('../cancel/isCancel');\nvar defaults = require('../defaults');\n\n/**\n * Throws a `Cancel` if cancellation has been requested.\n */\nfunction throwIfCancellationRequested(config) {\n if (config.cancelToken) {\n config.cancelToken.throwIfRequested();\n }\n}\n\n/**\n * Dispatch a request to the server using the configured adapter.\n *\n * @param {object} config The config that is to be used for the request\n * @returns {Promise} The Promise to be fulfilled\n */\nmodule.exports = function dispatchRequest(config) {\n throwIfCancellationRequested(config);\n\n // Ensure headers exist\n config.headers = config.headers || {};\n\n // Transform request data\n config.data = transformData(\n config.data,\n config.headers,\n config.transformRequest\n );\n\n // Flatten headers\n config.headers = utils.merge(\n config.headers.common || {},\n config.headers[config.method] || {},\n config.headers\n );\n\n utils.forEach(\n ['delete', 'get', 'head', 'post', 'put', 'patch', 'common'],\n function cleanHeaderConfig(method) {\n delete config.headers[method];\n }\n );\n\n var adapter = config.adapter || defaults.adapter;\n\n return adapter(config).then(function onAdapterResolution(response) {\n throwIfCancellationRequested(config);\n\n // Transform response data\n response.data = transformData(\n response.data,\n response.headers,\n config.transformResponse\n );\n\n return response;\n }, function onAdapterRejection(reason) {\n if (!isCancel(reason)) {\n throwIfCancellationRequested(config);\n\n // Transform response data\n if (reason && reason.response) {\n reason.response.data = transformData(\n reason.response.data,\n reason.response.headers,\n config.transformResponse\n );\n }\n }\n\n return Promise.reject(reason);\n });\n};\n","'use strict';\n\nvar utils = require('./../utils');\n\n/**\n * Transform the data for a request or a response\n *\n * @param {Object|String} data The data to be transformed\n * @param {Array} headers The headers for the request or response\n * @param {Array|Function} fns A single function or Array of functions\n * @returns {*} The resulting transformed data\n */\nmodule.exports = function transformData(data, headers, fns) {\n /*eslint no-param-reassign:0*/\n utils.forEach(fns, function transform(fn) {\n data = fn(data, headers);\n });\n\n return data;\n};\n","'use strict';\n\nvar utils = require('../utils');\n\nmodule.exports = function normalizeHeaderName(headers, normalizedName) {\n utils.forEach(headers, function processHeader(value, name) {\n if (name !== normalizedName && name.toUpperCase() === normalizedName.toUpperCase()) {\n headers[normalizedName] = value;\n delete headers[name];\n }\n });\n};\n","'use strict';\n\nvar createError = require('./createError');\n\n/**\n * Resolve or reject a Promise based on response status.\n *\n * @param {Function} resolve A function that resolves the promise.\n * @param {Function} reject A function that rejects the promise.\n * @param {object} response The response.\n */\nmodule.exports = function settle(resolve, reject, response) {\n var validateStatus = response.config.validateStatus;\n if (!validateStatus || validateStatus(response.status)) {\n resolve(response);\n } else {\n reject(createError(\n 'Request failed with status code ' + response.status,\n response.config,\n null,\n response.request,\n response\n ));\n }\n};\n","'use strict';\n\n/**\n * Update an Error with the specified config, error code, and response.\n *\n * @param {Error} error The error to update.\n * @param {Object} config The config.\n * @param {string} [code] The error code (for example, 'ECONNABORTED').\n * @param {Object} [request] The request.\n * @param {Object} [response] The response.\n * @returns {Error} The error.\n */\nmodule.exports = function enhanceError(error, config, code, request, response) {\n error.config = config;\n if (code) {\n error.code = code;\n }\n\n error.request = request;\n error.response = response;\n error.isAxiosError = true;\n\n error.toJSON = function() {\n return {\n // Standard\n message: this.message,\n name: this.name,\n // Microsoft\n description: this.description,\n number: this.number,\n // Mozilla\n fileName: this.fileName,\n lineNumber: this.lineNumber,\n columnNumber: this.columnNumber,\n stack: this.stack,\n // Axios\n config: this.config,\n code: this.code\n };\n };\n return error;\n};\n","'use strict';\n\nvar isAbsoluteURL = require('../helpers/isAbsoluteURL');\nvar combineURLs = require('../helpers/combineURLs');\n\n/**\n * Creates a new URL by combining the baseURL with the requestedURL,\n * only when the requestedURL is not already an absolute URL.\n * If the requestURL is absolute, this function returns the requestedURL untouched.\n *\n * @param {string} baseURL The base URL\n * @param {string} requestedURL Absolute or relative URL to combine\n * @returns {string} The combined full path\n */\nmodule.exports = function buildFullPath(baseURL, requestedURL) {\n if (baseURL && !isAbsoluteURL(requestedURL)) {\n return combineURLs(baseURL, requestedURL);\n }\n return requestedURL;\n};\n","'use strict';\n\n/**\n * Determines whether the specified URL is absolute\n *\n * @param {string} url The URL to test\n * @returns {boolean} True if the specified URL is absolute, otherwise false\n */\nmodule.exports = function isAbsoluteURL(url) {\n // A URL is considered absolute if it begins with \"<scheme>://\" or \"//\" (protocol-relative URL).\n // RFC 3986 defines scheme name as a sequence of characters beginning with a letter and followed\n // by any combination of letters, digits, plus, period, or hyphen.\n return /^([a-z][a-z\\d\\+\\-\\.]*:)?\\/\\//i.test(url);\n};\n","'use strict';\n\n/**\n * Creates a new URL by combining the specified URLs\n *\n * @param {string} baseURL The base URL\n * @param {string} relativeURL The relative URL\n * @returns {string} The combined URL\n */\nmodule.exports = function combineURLs(baseURL, relativeURL) {\n return relativeURL\n ? baseURL.replace(/\\/+$/, '') + '/' + relativeURL.replace(/^\\/+/, '')\n : baseURL;\n};\n","'use strict';\n\nvar utils = require('./../utils');\n\n// Headers whose duplicates are ignored by node\n// c.f. https://nodejs.org/api/http.html#http_message_headers\nvar ignoreDuplicateOf = [\n 'age', 'authorization', 'content-length', 'content-type', 'etag',\n 'expires', 'from', 'host', 'if-modified-since', 'if-unmodified-since',\n 'last-modified', 'location', 'max-forwards', 'proxy-authorization',\n 'referer', 'retry-after', 'user-agent'\n];\n\n/**\n * Parse headers into an object\n *\n * ```\n * Date: Wed, 27 Aug 2014 08:58:49 GMT\n * Content-Type: application/json\n * Connection: keep-alive\n * Transfer-Encoding: chunked\n * ```\n *\n * @param {String} headers Headers needing to be parsed\n * @returns {Object} Headers parsed into an object\n */\nmodule.exports = function parseHeaders(headers) {\n var parsed = {};\n var key;\n var val;\n var i;\n\n if (!headers) { return parsed; }\n\n utils.forEach(headers.split('\\n'), function parser(line) {\n i = line.indexOf(':');\n key = utils.trim(line.substr(0, i)).toLowerCase();\n val = utils.trim(line.substr(i + 1));\n\n if (key) {\n if (parsed[key] && ignoreDuplicateOf.indexOf(key) >= 0) {\n return;\n }\n if (key === 'set-cookie') {\n parsed[key] = (parsed[key] ? parsed[key] : []).concat([val]);\n } else {\n parsed[key] = parsed[key] ? parsed[key] + ', ' + val : val;\n }\n }\n });\n\n return parsed;\n};\n","'use strict';\n\nvar utils = require('./../utils');\n\nmodule.exports = (\n utils.isStandardBrowserEnv() ?\n\n // Standard browser envs have full support of the APIs needed to test\n // whether the request URL is of the same origin as current location.\n (function standardBrowserEnv() {\n var msie = /(msie|trident)/i.test(navigator.userAgent);\n var urlParsingNode = document.createElement('a');\n var originURL;\n\n /**\n * Parse a URL to discover it's components\n *\n * @param {String} url The URL to be parsed\n * @returns {Object}\n */\n function resolveURL(url) {\n var href = url;\n\n if (msie) {\n // IE needs attribute set twice to normalize properties\n urlParsingNode.setAttribute('href', href);\n href = urlParsingNode.href;\n }\n\n urlParsingNode.setAttribute('href', href);\n\n // urlParsingNode provides the UrlUtils interface - http://url.spec.whatwg.org/#urlutils\n return {\n href: urlParsingNode.href,\n protocol: urlParsingNode.protocol ? urlParsingNode.protocol.replace(/:$/, '') : '',\n host: urlParsingNode.host,\n search: urlParsingNode.search ? urlParsingNode.search.replace(/^\\?/, '') : '',\n hash: urlParsingNode.hash ? urlParsingNode.hash.replace(/^#/, '') : '',\n hostname: urlParsingNode.hostname,\n port: urlParsingNode.port,\n pathname: (urlParsingNode.pathname.charAt(0) === '/') ?\n urlParsingNode.pathname :\n '/' + urlParsingNode.pathname\n };\n }\n\n originURL = resolveURL(window.location.href);\n\n /**\n * Determine if a URL shares the same origin as the current location\n *\n * @param {String} requestURL The URL to test\n * @returns {boolean} True if URL shares the same origin, otherwise false\n */\n return function isURLSameOrigin(requestURL) {\n var parsed = (utils.isString(requestURL)) ? resolveURL(requestURL) : requestURL;\n return (parsed.protocol === originURL.protocol &&\n parsed.host === originURL.host);\n };\n })() :\n\n // Non standard browser envs (web workers, react-native) lack needed support.\n (function nonStandardBrowserEnv() {\n return function isURLSameOrigin() {\n return true;\n };\n })()\n);\n","'use strict';\n\nvar utils = require('./../utils');\n\nmodule.exports = (\n utils.isStandardBrowserEnv() ?\n\n // Standard browser envs support document.cookie\n (function standardBrowserEnv() {\n return {\n write: function write(name, value, expires, path, domain, secure) {\n var cookie = [];\n cookie.push(name + '=' + encodeURIComponent(value));\n\n if (utils.isNumber(expires)) {\n cookie.push('expires=' + new Date(expires).toGMTString());\n }\n\n if (utils.isString(path)) {\n cookie.push('path=' + path);\n }\n\n if (utils.isString(domain)) {\n cookie.push('domain=' + domain);\n }\n\n if (secure === true) {\n cookie.push('secure');\n }\n\n document.cookie = cookie.join('; ');\n },\n\n read: function read(name) {\n var match = document.cookie.match(new RegExp('(^|;\\\\s*)(' + name + ')=([^;]*)'));\n return (match ? decodeURIComponent(match[3]) : null);\n },\n\n remove: function remove(name) {\n this.write(name, '', Date.now() - 86400000);\n }\n };\n })() :\n\n // Non standard browser env (web workers, react-native) lack needed support.\n (function nonStandardBrowserEnv() {\n return {\n write: function write() {},\n read: function read() { return null; },\n remove: function remove() {}\n };\n })()\n);\n","'use strict';\n\nvar Cancel = require('./Cancel');\n\n/**\n * A `CancelToken` is an object that can be used to request cancellation of an operation.\n *\n * @class\n * @param {Function} executor The executor function.\n */\nfunction CancelToken(executor) {\n if (typeof executor !== 'function') {\n throw new TypeError('executor must be a function.');\n }\n\n var resolvePromise;\n this.promise = new Promise(function promiseExecutor(resolve) {\n resolvePromise = resolve;\n });\n\n var token = this;\n executor(function cancel(message) {\n if (token.reason) {\n // Cancellation has already been requested\n return;\n }\n\n token.reason = new Cancel(message);\n resolvePromise(token.reason);\n });\n}\n\n/**\n * Throws a `Cancel` if cancellation has been requested.\n */\nCancelToken.prototype.throwIfRequested = function throwIfRequested() {\n if (this.reason) {\n throw this.reason;\n }\n};\n\n/**\n * Returns an object that contains a new `CancelToken` and a function that, when called,\n * cancels the `CancelToken`.\n */\nCancelToken.source = function source() {\n var cancel;\n var token = new CancelToken(function executor(c) {\n cancel = c;\n });\n return {\n token: token,\n cancel: cancel\n };\n};\n\nmodule.exports = CancelToken;\n","'use strict';\n\n/**\n * Syntactic sugar for invoking a function and expanding an array for arguments.\n *\n * Common use case would be to use `Function.prototype.apply`.\n *\n * ```js\n * function f(x, y, z) {}\n * var args = [1, 2, 3];\n * f.apply(null, args);\n * ```\n *\n * With `spread` this example can be re-written.\n *\n * ```js\n * spread(function(x, y, z) {})([1, 2, 3]);\n * ```\n *\n * @param {Function} callback\n * @returns {Function}\n */\nmodule.exports = function spread(callback) {\n return function wrap(arr) {\n return callback.apply(null, arr);\n };\n};\n","\"use strict\";\n\nrequire(\"core-js/modules/es.array.for-each\");\n\nObject.defineProperty(exports, \"__esModule\", {\n value: true\n});\nexports.getRequestToken = getRequestToken;\nexports.onRequestTokenUpdate = onRequestTokenUpdate;\n\nvar _eventBus = require(\"@nextcloud/event-bus\");\n\nvar tokenElement = document.getElementsByTagName('head')[0];\nvar token = tokenElement ? tokenElement.getAttribute('data-requesttoken') : null;\nvar observers = [];\n\nfunction getRequestToken() {\n return token;\n}\n\nfunction onRequestTokenUpdate(observer) {\n observers.push(observer);\n} // Listen to server event and keep token in sync\n\n\n(0, _eventBus.subscribe)('csrf-token-update', function (e) {\n token = e.token;\n observers.forEach(function (observer) {\n try {\n observer(e.token);\n } catch (e) {\n console.error('error updating CSRF token observer', e);\n }\n });\n});\n//# sourceMappingURL=requesttoken.js.map","'use strict';\nvar $ = require('../internals/export');\nvar forEach = require('../internals/array-for-each');\n\n// `Array.prototype.forEach` method\n// https://tc39.github.io/ecma262/#sec-array.prototype.foreach\n$({ target: 'Array', proto: true, forced: [].forEach != forEach }, {\n forEach: forEach\n});\n","var global = require('../internals/global');\nvar getOwnPropertyDescriptor = require('../internals/object-get-own-property-descriptor').f;\nvar createNonEnumerableProperty = require('../internals/create-non-enumerable-property');\nvar redefine = require('../internals/redefine');\nvar setGlobal = require('../internals/set-global');\nvar copyConstructorProperties = require('../internals/copy-constructor-properties');\nvar isForced = require('../internals/is-forced');\n\n/*\n options.target - name of the target object\n options.global - target is the global object\n options.stat - export as static methods of target\n options.proto - export as prototype methods of target\n options.real - real prototype method for the `pure` version\n options.forced - export even if the native feature is available\n options.bind - bind methods to the target, required for the `pure` version\n options.wrap - wrap constructors to preventing global pollution, required for the `pure` version\n options.unsafe - use the simple assignment of property instead of delete + defineProperty\n options.sham - add a flag to not completely full polyfills\n options.enumerable - export as enumerable property\n options.noTargetGet - prevent calling a getter on target\n*/\nmodule.exports = function (options, source) {\n var TARGET = options.target;\n var GLOBAL = options.global;\n var STATIC = options.stat;\n var FORCED, target, key, targetProperty, sourceProperty, descriptor;\n if (GLOBAL) {\n target = global;\n } else if (STATIC) {\n target = global[TARGET] || setGlobal(TARGET, {});\n } else {\n target = (global[TARGET] || {}).prototype;\n }\n if (target) for (key in source) {\n sourceProperty = source[key];\n if (options.noTargetGet) {\n descriptor = getOwnPropertyDescriptor(target, key);\n targetProperty = descriptor && descriptor.value;\n } else targetProperty = target[key];\n FORCED = isForced(GLOBAL ? key : TARGET + (STATIC ? '.' : '#') + key, options.forced);\n // contained in target\n if (!FORCED && targetProperty !== undefined) {\n if (typeof sourceProperty === typeof targetProperty) continue;\n copyConstructorProperties(sourceProperty, targetProperty);\n }\n // add a flag to not completely full polyfills\n if (options.sham || (targetProperty && targetProperty.sham)) {\n createNonEnumerableProperty(sourceProperty, 'sham', true);\n }\n // extend global\n redefine(target, key, sourceProperty, options);\n }\n};\n","'use strict';\nvar nativePropertyIsEnumerable = {}.propertyIsEnumerable;\nvar getOwnPropertyDescriptor = Object.getOwnPropertyDescriptor;\n\n// Nashorn ~ JDK8 bug\nvar NASHORN_BUG = getOwnPropertyDescriptor && !nativePropertyIsEnumerable.call({ 1: 2 }, 1);\n\n// `Object.prototype.propertyIsEnumerable` method implementation\n// https://tc39.github.io/ecma262/#sec-object.prototype.propertyisenumerable\nexports.f = NASHORN_BUG ? function propertyIsEnumerable(V) {\n var descriptor = getOwnPropertyDescriptor(this, V);\n return !!descriptor && descriptor.enumerable;\n} : nativePropertyIsEnumerable;\n","var global = require('../internals/global');\nvar isObject = require('../internals/is-object');\n\nvar document = global.document;\n// typeof document.createElement is 'object' in old IE\nvar EXISTS = isObject(document) && isObject(document.createElement);\n\nmodule.exports = function (it) {\n return EXISTS ? document.createElement(it) : {};\n};\n","var global = require('../internals/global');\nvar createNonEnumerableProperty = require('../internals/create-non-enumerable-property');\nvar has = require('../internals/has');\nvar setGlobal = require('../internals/set-global');\nvar inspectSource = require('../internals/inspect-source');\nvar InternalStateModule = require('../internals/internal-state');\n\nvar getInternalState = InternalStateModule.get;\nvar enforceInternalState = InternalStateModule.enforce;\nvar TEMPLATE = String(String).split('String');\n\n(module.exports = function (O, key, value, options) {\n var unsafe = options ? !!options.unsafe : false;\n var simple = options ? !!options.enumerable : false;\n var noTargetGet = options ? !!options.noTargetGet : false;\n if (typeof value == 'function') {\n if (typeof key == 'string' && !has(value, 'name')) createNonEnumerableProperty(value, 'name', key);\n enforceInternalState(value).source = TEMPLATE.join(typeof key == 'string' ? key : '');\n }\n if (O === global) {\n if (simple) O[key] = value;\n else setGlobal(key, value);\n return;\n } else if (!unsafe) {\n delete O[key];\n } else if (!noTargetGet && O[key]) {\n simple = true;\n }\n if (simple) O[key] = value;\n else createNonEnumerableProperty(O, key, value);\n// add fake Function#toString for correct work wrapped methods / constructors with methods like LoDash isNative\n})(Function.prototype, 'toString', function toString() {\n return typeof this == 'function' && getInternalState(this).source || inspectSource(this);\n});\n","var NATIVE_WEAK_MAP = require('../internals/native-weak-map');\nvar global = require('../internals/global');\nvar isObject = require('../internals/is-object');\nvar createNonEnumerableProperty = require('../internals/create-non-enumerable-property');\nvar objectHas = require('../internals/has');\nvar sharedKey = require('../internals/shared-key');\nvar hiddenKeys = require('../internals/hidden-keys');\n\nvar WeakMap = global.WeakMap;\nvar set, get, has;\n\nvar enforce = function (it) {\n return has(it) ? get(it) : set(it, {});\n};\n\nvar getterFor = function (TYPE) {\n return function (it) {\n var state;\n if (!isObject(it) || (state = get(it)).type !== TYPE) {\n throw TypeError('Incompatible receiver, ' + TYPE + ' required');\n } return state;\n };\n};\n\nif (NATIVE_WEAK_MAP) {\n var store = new WeakMap();\n var wmget = store.get;\n var wmhas = store.has;\n var wmset = store.set;\n set = function (it, metadata) {\n wmset.call(store, it, metadata);\n return metadata;\n };\n get = function (it) {\n return wmget.call(store, it) || {};\n };\n has = function (it) {\n return wmhas.call(store, it);\n };\n} else {\n var STATE = sharedKey('state');\n hiddenKeys[STATE] = true;\n set = function (it, metadata) {\n createNonEnumerableProperty(it, STATE, metadata);\n return metadata;\n };\n get = function (it) {\n return objectHas(it, STATE) ? it[STATE] : {};\n };\n has = function (it) {\n return objectHas(it, STATE);\n };\n}\n\nmodule.exports = {\n set: set,\n get: get,\n has: has,\n enforce: enforce,\n getterFor: getterFor\n};\n","var global = require('../internals/global');\nvar inspectSource = require('../internals/inspect-source');\n\nvar WeakMap = global.WeakMap;\n\nmodule.exports = typeof WeakMap === 'function' && /native code/.test(inspectSource(WeakMap));\n","var shared = require('../internals/shared');\nvar uid = require('../internals/uid');\n\nvar keys = shared('keys');\n\nmodule.exports = function (key) {\n return keys[key] || (keys[key] = uid(key));\n};\n","module.exports = false;\n","var has = require('../internals/has');\nvar ownKeys = require('../internals/own-keys');\nvar getOwnPropertyDescriptorModule = require('../internals/object-get-own-property-descriptor');\nvar definePropertyModule = require('../internals/object-define-property');\n\nmodule.exports = function (target, source) {\n var keys = ownKeys(source);\n var defineProperty = definePropertyModule.f;\n var getOwnPropertyDescriptor = getOwnPropertyDescriptorModule.f;\n for (var i = 0; i < keys.length; i++) {\n var key = keys[i];\n if (!has(target, key)) defineProperty(target, key, getOwnPropertyDescriptor(source, key));\n }\n};\n","var getBuiltIn = require('../internals/get-built-in');\nvar getOwnPropertyNamesModule = require('../internals/object-get-own-property-names');\nvar getOwnPropertySymbolsModule = require('../internals/object-get-own-property-symbols');\nvar anObject = require('../internals/an-object');\n\n// all object keys, includes non-enumerable and symbols\nmodule.exports = getBuiltIn('Reflect', 'ownKeys') || function ownKeys(it) {\n var keys = getOwnPropertyNamesModule.f(anObject(it));\n var getOwnPropertySymbols = getOwnPropertySymbolsModule.f;\n return getOwnPropertySymbols ? keys.concat(getOwnPropertySymbols(it)) : keys;\n};\n","var path = require('../internals/path');\nvar global = require('../internals/global');\n\nvar aFunction = function (variable) {\n return typeof variable == 'function' ? variable : undefined;\n};\n\nmodule.exports = function (namespace, method) {\n return arguments.length < 2 ? aFunction(path[namespace]) || aFunction(global[namespace])\n : path[namespace] && path[namespace][method] || global[namespace] && global[namespace][method];\n};\n","var global = require('../internals/global');\n\nmodule.exports = global;\n","var internalObjectKeys = require('../internals/object-keys-internal');\nvar enumBugKeys = require('../internals/enum-bug-keys');\n\nvar hiddenKeys = enumBugKeys.concat('length', 'prototype');\n\n// `Object.getOwnPropertyNames` method\n// https://tc39.github.io/ecma262/#sec-object.getownpropertynames\nexports.f = Object.getOwnPropertyNames || function getOwnPropertyNames(O) {\n return internalObjectKeys(O, hiddenKeys);\n};\n","var has = require('../internals/has');\nvar toIndexedObject = require('../internals/to-indexed-object');\nvar indexOf = require('../internals/array-includes').indexOf;\nvar hiddenKeys = require('../internals/hidden-keys');\n\nmodule.exports = function (object, names) {\n var O = toIndexedObject(object);\n var i = 0;\n var result = [];\n var key;\n for (key in O) !has(hiddenKeys, key) && has(O, key) && result.push(key);\n // Don't enum bug & hidden keys\n while (names.length > i) if (has(O, key = names[i++])) {\n ~indexOf(result, key) || result.push(key);\n }\n return result;\n};\n","var toIndexedObject = require('../internals/to-indexed-object');\nvar toLength = require('../internals/to-length');\nvar toAbsoluteIndex = require('../internals/to-absolute-index');\n\n// `Array.prototype.{ indexOf, includes }` methods implementation\nvar createMethod = function (IS_INCLUDES) {\n return function ($this, el, fromIndex) {\n var O = toIndexedObject($this);\n var length = toLength(O.length);\n var index = toAbsoluteIndex(fromIndex, length);\n var value;\n // Array#includes uses SameValueZero equality algorithm\n // eslint-disable-next-line no-self-compare\n if (IS_INCLUDES && el != el) while (length > index) {\n value = O[index++];\n // eslint-disable-next-line no-self-compare\n if (value != value) return true;\n // Array#indexOf ignores holes, Array#includes - not\n } else for (;length > index; index++) {\n if ((IS_INCLUDES || index in O) && O[index] === el) return IS_INCLUDES || index || 0;\n } return !IS_INCLUDES && -1;\n };\n};\n\nmodule.exports = {\n // `Array.prototype.includes` method\n // https://tc39.github.io/ecma262/#sec-array.prototype.includes\n includes: createMethod(true),\n // `Array.prototype.indexOf` method\n // https://tc39.github.io/ecma262/#sec-array.prototype.indexof\n indexOf: createMethod(false)\n};\n","var toInteger = require('../internals/to-integer');\n\nvar max = Math.max;\nvar min = Math.min;\n\n// Helper for a popular repeating case of the spec:\n// Let integer be ? ToInteger(index).\n// If integer < 0, let result be max((length + integer), 0); else let result be min(integer, length).\nmodule.exports = function (index, length) {\n var integer = toInteger(index);\n return integer < 0 ? max(integer + length, 0) : min(integer, length);\n};\n","// IE8- don't enum bug keys\nmodule.exports = [\n 'constructor',\n 'hasOwnProperty',\n 'isPrototypeOf',\n 'propertyIsEnumerable',\n 'toLocaleString',\n 'toString',\n 'valueOf'\n];\n","exports.f = Object.getOwnPropertySymbols;\n","var fails = require('../internals/fails');\n\nvar replacement = /#|\\.prototype\\./;\n\nvar isForced = function (feature, detection) {\n var value = data[normalize(feature)];\n return value == POLYFILL ? true\n : value == NATIVE ? false\n : typeof detection == 'function' ? fails(detection)\n : !!detection;\n};\n\nvar normalize = isForced.normalize = function (string) {\n return String(string).replace(replacement, '.').toLowerCase();\n};\n\nvar data = isForced.data = {};\nvar NATIVE = isForced.NATIVE = 'N';\nvar POLYFILL = isForced.POLYFILL = 'P';\n\nmodule.exports = isForced;\n","'use strict';\nvar $forEach = require('../internals/array-iteration').forEach;\nvar arrayMethodIsStrict = require('../internals/array-method-is-strict');\nvar arrayMethodUsesToLength = require('../internals/array-method-uses-to-length');\n\nvar STRICT_METHOD = arrayMethodIsStrict('forEach');\nvar USES_TO_LENGTH = arrayMethodUsesToLength('forEach');\n\n// `Array.prototype.forEach` method implementation\n// https://tc39.github.io/ecma262/#sec-array.prototype.foreach\nmodule.exports = (!STRICT_METHOD || !USES_TO_LENGTH) ? function forEach(callbackfn /* , thisArg */) {\n return $forEach(this, callbackfn, arguments.length > 1 ? arguments[1] : undefined);\n} : [].forEach;\n","var bind = require('../internals/function-bind-context');\nvar IndexedObject = require('../internals/indexed-object');\nvar toObject = require('../internals/to-object');\nvar toLength = require('../internals/to-length');\nvar arraySpeciesCreate = require('../internals/array-species-create');\n\nvar push = [].push;\n\n// `Array.prototype.{ forEach, map, filter, some, every, find, findIndex }` methods implementation\nvar createMethod = function (TYPE) {\n var IS_MAP = TYPE == 1;\n var IS_FILTER = TYPE == 2;\n var IS_SOME = TYPE == 3;\n var IS_EVERY = TYPE == 4;\n var IS_FIND_INDEX = TYPE == 6;\n var NO_HOLES = TYPE == 5 || IS_FIND_INDEX;\n return function ($this, callbackfn, that, specificCreate) {\n var O = toObject($this);\n var self = IndexedObject(O);\n var boundFunction = bind(callbackfn, that, 3);\n var length = toLength(self.length);\n var index = 0;\n var create = specificCreate || arraySpeciesCreate;\n var target = IS_MAP ? create($this, length) : IS_FILTER ? create($this, 0) : undefined;\n var value, result;\n for (;length > index; index++) if (NO_HOLES || index in self) {\n value = self[index];\n result = boundFunction(value, index, O);\n if (TYPE) {\n if (IS_MAP) target[index] = result; // map\n else if (result) switch (TYPE) {\n case 3: return true; // some\n case 5: return value; // find\n case 6: return index; // findIndex\n case 2: push.call(target, value); // filter\n } else if (IS_EVERY) return false; // every\n }\n }\n return IS_FIND_INDEX ? -1 : IS_SOME || IS_EVERY ? IS_EVERY : target;\n };\n};\n\nmodule.exports = {\n // `Array.prototype.forEach` method\n // https://tc39.github.io/ecma262/#sec-array.prototype.foreach\n forEach: createMethod(0),\n // `Array.prototype.map` method\n // https://tc39.github.io/ecma262/#sec-array.prototype.map\n map: createMethod(1),\n // `Array.prototype.filter` method\n // https://tc39.github.io/ecma262/#sec-array.prototype.filter\n filter: createMethod(2),\n // `Array.prototype.some` method\n // https://tc39.github.io/ecma262/#sec-array.prototype.some\n some: createMethod(3),\n // `Array.prototype.every` method\n // https://tc39.github.io/ecma262/#sec-array.prototype.every\n every: createMethod(4),\n // `Array.prototype.find` method\n // https://tc39.github.io/ecma262/#sec-array.prototype.find\n find: createMethod(5),\n // `Array.prototype.findIndex` method\n // https://tc39.github.io/ecma262/#sec-array.prototype.findIndex\n findIndex: createMethod(6)\n};\n","var aFunction = require('../internals/a-function');\n\n// optional / simple context binding\nmodule.exports = function (fn, that, length) {\n aFunction(fn);\n if (that === undefined) return fn;\n switch (length) {\n case 0: return function () {\n return fn.call(that);\n };\n case 1: return function (a) {\n return fn.call(that, a);\n };\n case 2: return function (a, b) {\n return fn.call(that, a, b);\n };\n case 3: return function (a, b, c) {\n return fn.call(that, a, b, c);\n };\n }\n return function (/* ...args */) {\n return fn.apply(that, arguments);\n };\n};\n","module.exports = function (it) {\n if (typeof it != 'function') {\n throw TypeError(String(it) + ' is not a function');\n } return it;\n};\n","var requireObjectCoercible = require('../internals/require-object-coercible');\n\n// `ToObject` abstract operation\n// https://tc39.github.io/ecma262/#sec-toobject\nmodule.exports = function (argument) {\n return Object(requireObjectCoercible(argument));\n};\n","var isObject = require('../internals/is-object');\nvar isArray = require('../internals/is-array');\nvar wellKnownSymbol = require('../internals/well-known-symbol');\n\nvar SPECIES = wellKnownSymbol('species');\n\n// `ArraySpeciesCreate` abstract operation\n// https://tc39.github.io/ecma262/#sec-arrayspeciescreate\nmodule.exports = function (originalArray, length) {\n var C;\n if (isArray(originalArray)) {\n C = originalArray.constructor;\n // cross-realm fallback\n if (typeof C == 'function' && (C === Array || isArray(C.prototype))) C = undefined;\n else if (isObject(C)) {\n C = C[SPECIES];\n if (C === null) C = undefined;\n }\n } return new (C === undefined ? Array : C)(length === 0 ? 0 : length);\n};\n","var classof = require('../internals/classof-raw');\n\n// `IsArray` abstract operation\n// https://tc39.github.io/ecma262/#sec-isarray\nmodule.exports = Array.isArray || function isArray(arg) {\n return classof(arg) == 'Array';\n};\n","var global = require('../internals/global');\nvar shared = require('../internals/shared');\nvar has = require('../internals/has');\nvar uid = require('../internals/uid');\nvar NATIVE_SYMBOL = require('../internals/native-symbol');\nvar USE_SYMBOL_AS_UID = require('../internals/use-symbol-as-uid');\n\nvar WellKnownSymbolsStore = shared('wks');\nvar Symbol = global.Symbol;\nvar createWellKnownSymbol = USE_SYMBOL_AS_UID ? Symbol : Symbol && Symbol.withoutSetter || uid;\n\nmodule.exports = function (name) {\n if (!has(WellKnownSymbolsStore, name)) {\n if (NATIVE_SYMBOL && has(Symbol, name)) WellKnownSymbolsStore[name] = Symbol[name];\n else WellKnownSymbolsStore[name] = createWellKnownSymbol('Symbol.' + name);\n } return WellKnownSymbolsStore[name];\n};\n","var NATIVE_SYMBOL = require('../internals/native-symbol');\n\nmodule.exports = NATIVE_SYMBOL\n // eslint-disable-next-line no-undef\n && !Symbol.sham\n // eslint-disable-next-line no-undef\n && typeof Symbol.iterator == 'symbol';\n","'use strict';\nvar fails = require('../internals/fails');\n\nmodule.exports = function (METHOD_NAME, argument) {\n var method = [][METHOD_NAME];\n return !!method && fails(function () {\n // eslint-disable-next-line no-useless-call,no-throw-literal\n method.call(null, argument || function () { throw 1; }, 1);\n });\n};\n","var DESCRIPTORS = require('../internals/descriptors');\nvar fails = require('../internals/fails');\nvar has = require('../internals/has');\n\nvar defineProperty = Object.defineProperty;\nvar cache = {};\n\nvar thrower = function (it) { throw it; };\n\nmodule.exports = function (METHOD_NAME, options) {\n if (has(cache, METHOD_NAME)) return cache[METHOD_NAME];\n if (!options) options = {};\n var method = [][METHOD_NAME];\n var ACCESSORS = has(options, 'ACCESSORS') ? options.ACCESSORS : false;\n var argument0 = has(options, 0) ? options[0] : thrower;\n var argument1 = has(options, 1) ? options[1] : undefined;\n\n return cache[METHOD_NAME] = !!method && !fails(function () {\n if (ACCESSORS && !DESCRIPTORS) return true;\n var O = { length: -1 };\n\n if (ACCESSORS) defineProperty(O, 1, { enumerable: true, get: thrower });\n else O[1] = 1;\n\n method.call(O, argument0, argument1);\n });\n};\n","\"use strict\";\n\nObject.defineProperty(exports, \"__esModule\", {\n value: true\n});\nexports.getCurrentUser = getCurrentUser;\nvar uidElement = document.getElementsByTagName('head')[0];\nvar uid = uidElement ? uidElement.getAttribute('data-user') : null;\nvar displayNameElement = document.getElementsByTagName('head')[0];\nvar displayName = displayNameElement ? displayNameElement.getAttribute('data-user-displayname') : null;\n\nfunction getCurrentUser() {\n if (uid === null) {\n return null;\n }\n\n return {\n uid: uid,\n displayName: displayName\n };\n}\n//# sourceMappingURL=user.js.map","var fails = require('../internals/fails');\n\n// Thank's IE8 for his funny defineProperty\nmodule.exports = !fails(function () {\n return Object.defineProperty({}, 1, { get: function () { return 7; } })[1] != 7;\n});\n","module.exports = function (exec) {\n try {\n return !!exec();\n } catch (error) {\n return true;\n }\n};\n","var hasOwnProperty = {}.hasOwnProperty;\n\nmodule.exports = function (it, key) {\n return hasOwnProperty.call(it, key);\n};\n","module.exports = function (it) {\n return typeof it === 'object' ? it !== null : typeof it === 'function';\n};\n","var DESCRIPTORS = require('../internals/descriptors');\nvar definePropertyModule = require('../internals/object-define-property');\nvar createPropertyDescriptor = require('../internals/create-property-descriptor');\n\nmodule.exports = DESCRIPTORS ? function (object, key, value) {\n return definePropertyModule.f(object, key, createPropertyDescriptor(1, value));\n} : function (object, key, value) {\n object[key] = value;\n return object;\n};\n","// style-loader: Adds some css to the DOM by adding a <style> tag\n\n// load the styles\nvar content = require(\"!!../../../../node_modules/css-loader/dist/cjs.js!../../../../node_modules/vue-loader/lib/loaders/stylePostLoader.js!../../../../node_modules/sass-loader/dist/cjs.js!../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./RecommendedApps.vue?vue&type=style&index=0&id=6f58ef57&lang=scss&scoped=true&\");\nif(typeof content === 'string') content = [[module.id, content, '']];\nif(content.locals) module.exports = content.locals;\n// add the styles to the DOM\nvar add = require(\"!../../../../node_modules/vue-style-loader/lib/addStylesClient.js\").default\nvar update = add(\"53909dca\", content, true, {});","var scope = (typeof global !== \"undefined\" && global) ||\n (typeof self !== \"undefined\" && self) ||\n window;\nvar apply = Function.prototype.apply;\n\n// DOM APIs, for completeness\n\nexports.setTimeout = function() {\n return new Timeout(apply.call(setTimeout, scope, arguments), clearTimeout);\n};\nexports.setInterval = function() {\n return new Timeout(apply.call(setInterval, scope, arguments), clearInterval);\n};\nexports.clearTimeout =\nexports.clearInterval = function(timeout) {\n if (timeout) {\n timeout.close();\n }\n};\n\nfunction Timeout(id, clearFn) {\n this._id = id;\n this._clearFn = clearFn;\n}\nTimeout.prototype.unref = Timeout.prototype.ref = function() {};\nTimeout.prototype.close = function() {\n this._clearFn.call(scope, this._id);\n};\n\n// Does not start the time, just sets up the members needed.\nexports.enroll = function(item, msecs) {\n clearTimeout(item._idleTimeoutId);\n item._idleTimeout = msecs;\n};\n\nexports.unenroll = function(item) {\n clearTimeout(item._idleTimeoutId);\n item._idleTimeout = -1;\n};\n\nexports._unrefActive = exports.active = function(item) {\n clearTimeout(item._idleTimeoutId);\n\n var msecs = item._idleTimeout;\n if (msecs >= 0) {\n item._idleTimeoutId = setTimeout(function onTimeout() {\n if (item._onTimeout)\n item._onTimeout();\n }, msecs);\n }\n};\n\n// setimmediate attaches itself to the global object\nrequire(\"setimmediate\");\n// On some exotic environments, it's not clear which object `setimmediate` was\n// able to install onto. Search each possibility in the same order as the\n// `setimmediate` library.\nexports.setImmediate = (typeof self !== \"undefined\" && self.setImmediate) ||\n (typeof global !== \"undefined\" && global.setImmediate) ||\n (this && this.setImmediate);\nexports.clearImmediate = (typeof self !== \"undefined\" && self.clearImmediate) ||\n (typeof global !== \"undefined\" && global.clearImmediate) ||\n (this && this.clearImmediate);\n","(function (global, undefined) {\n \"use strict\";\n\n if (global.setImmediate) {\n return;\n }\n\n var nextHandle = 1; // Spec says greater than zero\n var tasksByHandle = {};\n var currentlyRunningATask = false;\n var doc = global.document;\n var registerImmediate;\n\n function setImmediate(callback) {\n // Callback can either be a function or a string\n if (typeof callback !== \"function\") {\n callback = new Function(\"\" + callback);\n }\n // Copy function arguments\n var args = new Array(arguments.length - 1);\n for (var i = 0; i < args.length; i++) {\n args[i] = arguments[i + 1];\n }\n // Store and register the task\n var task = { callback: callback, args: args };\n tasksByHandle[nextHandle] = task;\n registerImmediate(nextHandle);\n return nextHandle++;\n }\n\n function clearImmediate(handle) {\n delete tasksByHandle[handle];\n }\n\n function run(task) {\n var callback = task.callback;\n var args = task.args;\n switch (args.length) {\n case 0:\n callback();\n break;\n case 1:\n callback(args[0]);\n break;\n case 2:\n callback(args[0], args[1]);\n break;\n case 3:\n callback(args[0], args[1], args[2]);\n break;\n default:\n callback.apply(undefined, args);\n break;\n }\n }\n\n function runIfPresent(handle) {\n // From the spec: \"Wait until any invocations of this algorithm started before this one have completed.\"\n // So if we're currently running a task, we'll need to delay this invocation.\n if (currentlyRunningATask) {\n // Delay by doing a setTimeout. setImmediate was tried instead, but in Firefox 7 it generated a\n // \"too much recursion\" error.\n setTimeout(runIfPresent, 0, handle);\n } else {\n var task = tasksByHandle[handle];\n if (task) {\n currentlyRunningATask = true;\n try {\n run(task);\n } finally {\n clearImmediate(handle);\n currentlyRunningATask = false;\n }\n }\n }\n }\n\n function installNextTickImplementation() {\n registerImmediate = function(handle) {\n process.nextTick(function () { runIfPresent(handle); });\n };\n }\n\n function canUsePostMessage() {\n // The test against `importScripts` prevents this implementation from being installed inside a web worker,\n // where `global.postMessage` means something completely different and can't be used for this purpose.\n if (global.postMessage && !global.importScripts) {\n var postMessageIsAsynchronous = true;\n var oldOnMessage = global.onmessage;\n global.onmessage = function() {\n postMessageIsAsynchronous = false;\n };\n global.postMessage(\"\", \"*\");\n global.onmessage = oldOnMessage;\n return postMessageIsAsynchronous;\n }\n }\n\n function installPostMessageImplementation() {\n // Installs an event handler on `global` for the `message` event: see\n // * https://developer.mozilla.org/en/DOM/window.postMessage\n // * http://www.whatwg.org/specs/web-apps/current-work/multipage/comms.html#crossDocumentMessages\n\n var messagePrefix = \"setImmediate$\" + Math.random() + \"$\";\n var onGlobalMessage = function(event) {\n if (event.source === global &&\n typeof event.data === \"string\" &&\n event.data.indexOf(messagePrefix) === 0) {\n runIfPresent(+event.data.slice(messagePrefix.length));\n }\n };\n\n if (global.addEventListener) {\n global.addEventListener(\"message\", onGlobalMessage, false);\n } else {\n global.attachEvent(\"onmessage\", onGlobalMessage);\n }\n\n registerImmediate = function(handle) {\n global.postMessage(messagePrefix + handle, \"*\");\n };\n }\n\n function installMessageChannelImplementation() {\n var channel = new MessageChannel();\n channel.port1.onmessage = function(event) {\n var handle = event.data;\n runIfPresent(handle);\n };\n\n registerImmediate = function(handle) {\n channel.port2.postMessage(handle);\n };\n }\n\n function installReadyStateChangeImplementation() {\n var html = doc.documentElement;\n registerImmediate = function(handle) {\n // Create a <script> element; its readystatechange event will be fired asynchronously once it is inserted\n // into the document. Do so, thus queuing up the task. Remember to clean up once it's been called.\n var script = doc.createElement(\"script\");\n script.onreadystatechange = function () {\n runIfPresent(handle);\n script.onreadystatechange = null;\n html.removeChild(script);\n script = null;\n };\n html.appendChild(script);\n };\n }\n\n function installSetTimeoutImplementation() {\n registerImmediate = function(handle) {\n setTimeout(runIfPresent, 0, handle);\n };\n }\n\n // If supported, we should attach to the prototype of global, since that is where setTimeout et al. live.\n var attachTo = Object.getPrototypeOf && Object.getPrototypeOf(global);\n attachTo = attachTo && attachTo.setTimeout ? attachTo : global;\n\n // Don't get fooled by e.g. browserify environments.\n if ({}.toString.call(global.process) === \"[object process]\") {\n // For Node.js before 0.9\n installNextTickImplementation();\n\n } else if (canUsePostMessage()) {\n // For non-IE10 modern browsers\n installPostMessageImplementation();\n\n } else if (global.MessageChannel) {\n // For web workers, where supported\n installMessageChannelImplementation();\n\n } else if (doc && \"onreadystatechange\" in doc.createElement(\"script\")) {\n // For IE 6–8\n installReadyStateChangeImplementation();\n\n } else {\n // For older browsers\n installSetTimeoutImplementation();\n }\n\n attachTo.setImmediate = setImmediate;\n attachTo.clearImmediate = clearImmediate;\n}(typeof self === \"undefined\" ? typeof global === \"undefined\" ? this : global : self));\n","// toObject with fallback for non-array-like ES3 strings\nvar IndexedObject = require('../internals/indexed-object');\nvar requireObjectCoercible = require('../internals/require-object-coercible');\n\nmodule.exports = function (it) {\n return IndexedObject(requireObjectCoercible(it));\n};\n","var global = require('../internals/global');\nvar createNonEnumerableProperty = require('../internals/create-non-enumerable-property');\n\nmodule.exports = function (key, value) {\n try {\n createNonEnumerableProperty(global, key, value);\n } catch (error) {\n global[key] = value;\n } return value;\n};\n","\"use strict\";\n\nObject.defineProperty(exports, \"__esModule\", {\n value: true\n});\nexports.getLoggerBuilder = getLoggerBuilder;\nexports.getLogger = getLogger;\n\nvar _ConsoleLogger = require(\"./ConsoleLogger\");\n\nvar _LoggerBuilder = require(\"./LoggerBuilder\");\n\n/**\n * Build a customized logger instance\n */\nfunction getLoggerBuilder() {\n return new _LoggerBuilder.LoggerBuilder(_ConsoleLogger.buildConsoleLogger);\n}\n/**\n * Get a default logger instance without any configuration\n */\n\n\nfunction getLogger() {\n return getLoggerBuilder().build();\n}\n//# sourceMappingURL=index.js.map","var DESCRIPTORS = require('../internals/descriptors');\nvar propertyIsEnumerableModule = require('../internals/object-property-is-enumerable');\nvar createPropertyDescriptor = require('../internals/create-property-descriptor');\nvar toIndexedObject = require('../internals/to-indexed-object');\nvar toPrimitive = require('../internals/to-primitive');\nvar has = require('../internals/has');\nvar IE8_DOM_DEFINE = require('../internals/ie8-dom-define');\n\nvar nativeGetOwnPropertyDescriptor = Object.getOwnPropertyDescriptor;\n\n// `Object.getOwnPropertyDescriptor` method\n// https://tc39.github.io/ecma262/#sec-object.getownpropertydescriptor\nexports.f = DESCRIPTORS ? nativeGetOwnPropertyDescriptor : function getOwnPropertyDescriptor(O, P) {\n O = toIndexedObject(O);\n P = toPrimitive(P, true);\n if (IE8_DOM_DEFINE) try {\n return nativeGetOwnPropertyDescriptor(O, P);\n } catch (error) { /* empty */ }\n if (has(O, P)) return createPropertyDescriptor(!propertyIsEnumerableModule.f.call(O, P), O[P]);\n};\n","'use strict';\nvar nativePropertyIsEnumerable = {}.propertyIsEnumerable;\nvar getOwnPropertyDescriptor = Object.getOwnPropertyDescriptor;\n\n// Nashorn ~ JDK8 bug\nvar NASHORN_BUG = getOwnPropertyDescriptor && !nativePropertyIsEnumerable.call({ 1: 2 }, 1);\n\n// `Object.prototype.propertyIsEnumerable` method implementation\n// https://tc39.github.io/ecma262/#sec-object.prototype.propertyisenumerable\nexports.f = NASHORN_BUG ? function propertyIsEnumerable(V) {\n var descriptor = getOwnPropertyDescriptor(this, V);\n return !!descriptor && descriptor.enumerable;\n} : nativePropertyIsEnumerable;\n","module.exports = function (bitmap, value) {\n return {\n enumerable: !(bitmap & 1),\n configurable: !(bitmap & 2),\n writable: !(bitmap & 4),\n value: value\n };\n};\n","var fails = require('../internals/fails');\nvar classof = require('../internals/classof-raw');\n\nvar split = ''.split;\n\n// fallback for non-array-like ES3 and non-enumerable old V8 strings\nmodule.exports = fails(function () {\n // throws an error in rhino, see https://github.com/mozilla/rhino/issues/346\n // eslint-disable-next-line no-prototype-builtins\n return !Object('z').propertyIsEnumerable(0);\n}) ? function (it) {\n return classof(it) == 'String' ? split.call(it, '') : Object(it);\n} : Object;\n","// `RequireObjectCoercible` abstract operation\n// https://tc39.github.io/ecma262/#sec-requireobjectcoercible\nmodule.exports = function (it) {\n if (it == undefined) throw TypeError(\"Can't call method on \" + it);\n return it;\n};\n","var isObject = require('../internals/is-object');\n\n// `ToPrimitive` abstract operation\n// https://tc39.github.io/ecma262/#sec-toprimitive\n// instead of the ES6 spec version, we didn't implement @@toPrimitive case\n// and the second argument - flag - preferred type is a string\nmodule.exports = function (input, PREFERRED_STRING) {\n if (!isObject(input)) return input;\n var fn, val;\n if (PREFERRED_STRING && typeof (fn = input.toString) == 'function' && !isObject(val = fn.call(input))) return val;\n if (typeof (fn = input.valueOf) == 'function' && !isObject(val = fn.call(input))) return val;\n if (!PREFERRED_STRING && typeof (fn = input.toString) == 'function' && !isObject(val = fn.call(input))) return val;\n throw TypeError(\"Can't convert object to primitive value\");\n};\n","var DESCRIPTORS = require('../internals/descriptors');\nvar fails = require('../internals/fails');\nvar createElement = require('../internals/document-create-element');\n\n// Thank's IE8 for his funny defineProperty\nmodule.exports = !DESCRIPTORS && !fails(function () {\n return Object.defineProperty(createElement('div'), 'a', {\n get: function () { return 7; }\n }).a != 7;\n});\n","var DESCRIPTORS = require('../internals/descriptors');\nvar IE8_DOM_DEFINE = require('../internals/ie8-dom-define');\nvar anObject = require('../internals/an-object');\nvar toPrimitive = require('../internals/to-primitive');\n\nvar nativeDefineProperty = Object.defineProperty;\n\n// `Object.defineProperty` method\n// https://tc39.github.io/ecma262/#sec-object.defineproperty\nexports.f = DESCRIPTORS ? nativeDefineProperty : function defineProperty(O, P, Attributes) {\n anObject(O);\n P = toPrimitive(P, true);\n anObject(Attributes);\n if (IE8_DOM_DEFINE) try {\n return nativeDefineProperty(O, P, Attributes);\n } catch (error) { /* empty */ }\n if ('get' in Attributes || 'set' in Attributes) throw TypeError('Accessors not supported');\n if ('value' in Attributes) O[P] = Attributes.value;\n return O;\n};\n","var isObject = require('../internals/is-object');\n\nmodule.exports = function (it) {\n if (!isObject(it)) {\n throw TypeError(String(it) + ' is not an object');\n } return it;\n};\n","var store = require('../internals/shared-store');\n\nvar functionToString = Function.toString;\n\n// this helper broken in `3.4.1-3.4.4`, so we can't use `shared` helper\nif (typeof store.inspectSource != 'function') {\n store.inspectSource = function (it) {\n return functionToString.call(it);\n };\n}\n\nmodule.exports = store.inspectSource;\n","var global = require('../internals/global');\nvar setGlobal = require('../internals/set-global');\n\nvar SHARED = '__core-js_shared__';\nvar store = global[SHARED] || setGlobal(SHARED, {});\n\nmodule.exports = store;\n","module.exports = {};\n","var has = require('../internals/has');\nvar toIndexedObject = require('../internals/to-indexed-object');\nvar indexOf = require('../internals/array-includes').indexOf;\nvar hiddenKeys = require('../internals/hidden-keys');\n\nmodule.exports = function (object, names) {\n var O = toIndexedObject(object);\n var i = 0;\n var result = [];\n var key;\n for (key in O) !has(hiddenKeys, key) && has(O, key) && result.push(key);\n // Don't enum bug & hidden keys\n while (names.length > i) if (has(O, key = names[i++])) {\n ~indexOf(result, key) || result.push(key);\n }\n return result;\n};\n","var ceil = Math.ceil;\nvar floor = Math.floor;\n\n// `ToInteger` abstract operation\n// https://tc39.github.io/ecma262/#sec-tointeger\nmodule.exports = function (argument) {\n return isNaN(argument = +argument) ? 0 : (argument > 0 ? floor : ceil)(argument);\n};\n","// IE8- don't enum bug keys\nmodule.exports = [\n 'constructor',\n 'hasOwnProperty',\n 'isPrototypeOf',\n 'propertyIsEnumerable',\n 'toLocaleString',\n 'toString',\n 'valueOf'\n];\n","exports.f = Object.getOwnPropertySymbols;\n","'use strict';\nconst pTry = require('p-try');\n\nconst pLimit = concurrency => {\n\tif (!((Number.isInteger(concurrency) || concurrency === Infinity) && concurrency > 0)) {\n\t\treturn Promise.reject(new TypeError('Expected `concurrency` to be a number from 1 and up'));\n\t}\n\n\tconst queue = [];\n\tlet activeCount = 0;\n\n\tconst next = () => {\n\t\tactiveCount--;\n\n\t\tif (queue.length > 0) {\n\t\t\tqueue.shift()();\n\t\t}\n\t};\n\n\tconst run = (fn, resolve, ...args) => {\n\t\tactiveCount++;\n\n\t\tconst result = pTry(fn, ...args);\n\n\t\tresolve(result);\n\n\t\tresult.then(next, next);\n\t};\n\n\tconst enqueue = (fn, resolve, ...args) => {\n\t\tif (activeCount < concurrency) {\n\t\t\trun(fn, resolve, ...args);\n\t\t} else {\n\t\t\tqueue.push(run.bind(null, fn, resolve, ...args));\n\t\t}\n\t};\n\n\tconst generator = (fn, ...args) => new Promise(resolve => enqueue(fn, resolve, ...args));\n\tObject.defineProperties(generator, {\n\t\tactiveCount: {\n\t\t\tget: () => activeCount\n\t\t},\n\t\tpendingCount: {\n\t\t\tget: () => queue.length\n\t\t}\n\t});\n\n\treturn generator;\n};\n\nmodule.exports = pLimit;\nmodule.exports.default = pLimit;\n","\"use strict\";\n\nrequire(\"core-js/modules/es.object.assign\");\n\nObject.defineProperty(exports, \"__esModule\", {\n value: true\n});\nexports.buildConsoleLogger = buildConsoleLogger;\nexports.ConsoleLogger = void 0;\n\nvar _contracts = require(\"./contracts\");\n\nfunction _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError(\"Cannot call a class as a function\"); } }\n\nfunction _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if (\"value\" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } }\n\nfunction _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); return Constructor; }\n\nvar ConsoleLogger = /*#__PURE__*/function () {\n function ConsoleLogger(context) {\n _classCallCheck(this, ConsoleLogger);\n\n this.context = context;\n }\n\n _createClass(ConsoleLogger, [{\n key: \"formatMessage\",\n value: function formatMessage(message, level, context) {\n var msg = '[' + level + ']';\n\n if (context && context.app) {\n msg += ' ' + context.app + ': ';\n }\n\n return msg + message;\n }\n }, {\n key: \"log\",\n value: function log(level, message, context) {\n switch (level) {\n case 0:\n console.debug(this.formatMessage(message, _contracts.LogLevel.Debug, context), context);\n break;\n\n case 1:\n console.info(this.formatMessage(message, _contracts.LogLevel.Info, context), context);\n break;\n\n case 2:\n console.warn(this.formatMessage(message, _contracts.LogLevel.Warn, context), context);\n break;\n\n case 3:\n console.error(this.formatMessage(message, _contracts.LogLevel.Error, context), context);\n break;\n\n default:\n console.error(this.formatMessage(message, _contracts.LogLevel.Fatal, context), context);\n break;\n }\n }\n }, {\n key: \"debug\",\n value: function debug(message, context) {\n this.log(0, message, Object.assign({}, this.context, context));\n }\n }, {\n key: \"info\",\n value: function info(message, context) {\n this.log(1, message, Object.assign({}, this.context, context));\n }\n }, {\n key: \"warn\",\n value: function warn(message, context) {\n this.log(2, message, Object.assign({}, this.context, context));\n }\n }, {\n key: \"error\",\n value: function error(message, context) {\n this.log(3, message, Object.assign({}, this.context, context));\n }\n }, {\n key: \"fatal\",\n value: function fatal(message, context) {\n this.log(4, message, Object.assign({}, this.context, context));\n }\n }]);\n\n return ConsoleLogger;\n}();\n\nexports.ConsoleLogger = ConsoleLogger;\n\nfunction buildConsoleLogger(context) {\n return new ConsoleLogger(context);\n}\n//# sourceMappingURL=ConsoleLogger.js.map","var $ = require('../internals/export');\nvar assign = require('../internals/object-assign');\n\n// `Object.assign` method\n// https://tc39.github.io/ecma262/#sec-object.assign\n$({ target: 'Object', stat: true, forced: Object.assign !== assign }, {\n assign: assign\n});\n","var global = require('../internals/global');\nvar getOwnPropertyDescriptor = require('../internals/object-get-own-property-descriptor').f;\nvar createNonEnumerableProperty = require('../internals/create-non-enumerable-property');\nvar redefine = require('../internals/redefine');\nvar setGlobal = require('../internals/set-global');\nvar copyConstructorProperties = require('../internals/copy-constructor-properties');\nvar isForced = require('../internals/is-forced');\n\n/*\n options.target - name of the target object\n options.global - target is the global object\n options.stat - export as static methods of target\n options.proto - export as prototype methods of target\n options.real - real prototype method for the `pure` version\n options.forced - export even if the native feature is available\n options.bind - bind methods to the target, required for the `pure` version\n options.wrap - wrap constructors to preventing global pollution, required for the `pure` version\n options.unsafe - use the simple assignment of property instead of delete + defineProperty\n options.sham - add a flag to not completely full polyfills\n options.enumerable - export as enumerable property\n options.noTargetGet - prevent calling a getter on target\n*/\nmodule.exports = function (options, source) {\n var TARGET = options.target;\n var GLOBAL = options.global;\n var STATIC = options.stat;\n var FORCED, target, key, targetProperty, sourceProperty, descriptor;\n if (GLOBAL) {\n target = global;\n } else if (STATIC) {\n target = global[TARGET] || setGlobal(TARGET, {});\n } else {\n target = (global[TARGET] || {}).prototype;\n }\n if (target) for (key in source) {\n sourceProperty = source[key];\n if (options.noTargetGet) {\n descriptor = getOwnPropertyDescriptor(target, key);\n targetProperty = descriptor && descriptor.value;\n } else targetProperty = target[key];\n FORCED = isForced(GLOBAL ? key : TARGET + (STATIC ? '.' : '#') + key, options.forced);\n // contained in target\n if (!FORCED && targetProperty !== undefined) {\n if (typeof sourceProperty === typeof targetProperty) continue;\n copyConstructorProperties(sourceProperty, targetProperty);\n }\n // add a flag to not completely full polyfills\n if (options.sham || (targetProperty && targetProperty.sham)) {\n createNonEnumerableProperty(sourceProperty, 'sham', true);\n }\n // extend global\n redefine(target, key, sourceProperty, options);\n }\n};\n","var toString = {}.toString;\n\nmodule.exports = function (it) {\n return toString.call(it).slice(8, -1);\n};\n","var global = require('../internals/global');\nvar isObject = require('../internals/is-object');\n\nvar document = global.document;\n// typeof document.createElement is 'object' in old IE\nvar EXISTS = isObject(document) && isObject(document.createElement);\n\nmodule.exports = function (it) {\n return EXISTS ? document.createElement(it) : {};\n};\n","var global = require('../internals/global');\nvar createNonEnumerableProperty = require('../internals/create-non-enumerable-property');\nvar has = require('../internals/has');\nvar setGlobal = require('../internals/set-global');\nvar inspectSource = require('../internals/inspect-source');\nvar InternalStateModule = require('../internals/internal-state');\n\nvar getInternalState = InternalStateModule.get;\nvar enforceInternalState = InternalStateModule.enforce;\nvar TEMPLATE = String(String).split('String');\n\n(module.exports = function (O, key, value, options) {\n var unsafe = options ? !!options.unsafe : false;\n var simple = options ? !!options.enumerable : false;\n var noTargetGet = options ? !!options.noTargetGet : false;\n if (typeof value == 'function') {\n if (typeof key == 'string' && !has(value, 'name')) createNonEnumerableProperty(value, 'name', key);\n enforceInternalState(value).source = TEMPLATE.join(typeof key == 'string' ? key : '');\n }\n if (O === global) {\n if (simple) O[key] = value;\n else setGlobal(key, value);\n return;\n } else if (!unsafe) {\n delete O[key];\n } else if (!noTargetGet && O[key]) {\n simple = true;\n }\n if (simple) O[key] = value;\n else createNonEnumerableProperty(O, key, value);\n// add fake Function#toString for correct work wrapped methods / constructors with methods like LoDash isNative\n})(Function.prototype, 'toString', function toString() {\n return typeof this == 'function' && getInternalState(this).source || inspectSource(this);\n});\n","var NATIVE_WEAK_MAP = require('../internals/native-weak-map');\nvar global = require('../internals/global');\nvar isObject = require('../internals/is-object');\nvar createNonEnumerableProperty = require('../internals/create-non-enumerable-property');\nvar objectHas = require('../internals/has');\nvar sharedKey = require('../internals/shared-key');\nvar hiddenKeys = require('../internals/hidden-keys');\n\nvar WeakMap = global.WeakMap;\nvar set, get, has;\n\nvar enforce = function (it) {\n return has(it) ? get(it) : set(it, {});\n};\n\nvar getterFor = function (TYPE) {\n return function (it) {\n var state;\n if (!isObject(it) || (state = get(it)).type !== TYPE) {\n throw TypeError('Incompatible receiver, ' + TYPE + ' required');\n } return state;\n };\n};\n\nif (NATIVE_WEAK_MAP) {\n var store = new WeakMap();\n var wmget = store.get;\n var wmhas = store.has;\n var wmset = store.set;\n set = function (it, metadata) {\n wmset.call(store, it, metadata);\n return metadata;\n };\n get = function (it) {\n return wmget.call(store, it) || {};\n };\n has = function (it) {\n return wmhas.call(store, it);\n };\n} else {\n var STATE = sharedKey('state');\n hiddenKeys[STATE] = true;\n set = function (it, metadata) {\n createNonEnumerableProperty(it, STATE, metadata);\n return metadata;\n };\n get = function (it) {\n return objectHas(it, STATE) ? it[STATE] : {};\n };\n has = function (it) {\n return objectHas(it, STATE);\n };\n}\n\nmodule.exports = {\n set: set,\n get: get,\n has: has,\n enforce: enforce,\n getterFor: getterFor\n};\n","var global = require('../internals/global');\nvar inspectSource = require('../internals/inspect-source');\n\nvar WeakMap = global.WeakMap;\n\nmodule.exports = typeof WeakMap === 'function' && /native code/.test(inspectSource(WeakMap));\n","var shared = require('../internals/shared');\nvar uid = require('../internals/uid');\n\nvar keys = shared('keys');\n\nmodule.exports = function (key) {\n return keys[key] || (keys[key] = uid(key));\n};\n","var IS_PURE = require('../internals/is-pure');\nvar store = require('../internals/shared-store');\n\n(module.exports = function (key, value) {\n return store[key] || (store[key] = value !== undefined ? value : {});\n})('versions', []).push({\n version: '3.6.4',\n mode: IS_PURE ? 'pure' : 'global',\n copyright: '© 2020 Denis Pushkarev (zloirock.ru)'\n});\n","module.exports = false;\n","var id = 0;\nvar postfix = Math.random();\n\nmodule.exports = function (key) {\n return 'Symbol(' + String(key === undefined ? '' : key) + ')_' + (++id + postfix).toString(36);\n};\n","var has = require('../internals/has');\nvar ownKeys = require('../internals/own-keys');\nvar getOwnPropertyDescriptorModule = require('../internals/object-get-own-property-descriptor');\nvar definePropertyModule = require('../internals/object-define-property');\n\nmodule.exports = function (target, source) {\n var keys = ownKeys(source);\n var defineProperty = definePropertyModule.f;\n var getOwnPropertyDescriptor = getOwnPropertyDescriptorModule.f;\n for (var i = 0; i < keys.length; i++) {\n var key = keys[i];\n if (!has(target, key)) defineProperty(target, key, getOwnPropertyDescriptor(source, key));\n }\n};\n","var getBuiltIn = require('../internals/get-built-in');\nvar getOwnPropertyNamesModule = require('../internals/object-get-own-property-names');\nvar getOwnPropertySymbolsModule = require('../internals/object-get-own-property-symbols');\nvar anObject = require('../internals/an-object');\n\n// all object keys, includes non-enumerable and symbols\nmodule.exports = getBuiltIn('Reflect', 'ownKeys') || function ownKeys(it) {\n var keys = getOwnPropertyNamesModule.f(anObject(it));\n var getOwnPropertySymbols = getOwnPropertySymbolsModule.f;\n return getOwnPropertySymbols ? keys.concat(getOwnPropertySymbols(it)) : keys;\n};\n","var path = require('../internals/path');\nvar global = require('../internals/global');\n\nvar aFunction = function (variable) {\n return typeof variable == 'function' ? variable : undefined;\n};\n\nmodule.exports = function (namespace, method) {\n return arguments.length < 2 ? aFunction(path[namespace]) || aFunction(global[namespace])\n : path[namespace] && path[namespace][method] || global[namespace] && global[namespace][method];\n};\n","var global = require('../internals/global');\n\nmodule.exports = global;\n","var internalObjectKeys = require('../internals/object-keys-internal');\nvar enumBugKeys = require('../internals/enum-bug-keys');\n\nvar hiddenKeys = enumBugKeys.concat('length', 'prototype');\n\n// `Object.getOwnPropertyNames` method\n// https://tc39.github.io/ecma262/#sec-object.getownpropertynames\nexports.f = Object.getOwnPropertyNames || function getOwnPropertyNames(O) {\n return internalObjectKeys(O, hiddenKeys);\n};\n","var toIndexedObject = require('../internals/to-indexed-object');\nvar toLength = require('../internals/to-length');\nvar toAbsoluteIndex = require('../internals/to-absolute-index');\n\n// `Array.prototype.{ indexOf, includes }` methods implementation\nvar createMethod = function (IS_INCLUDES) {\n return function ($this, el, fromIndex) {\n var O = toIndexedObject($this);\n var length = toLength(O.length);\n var index = toAbsoluteIndex(fromIndex, length);\n var value;\n // Array#includes uses SameValueZero equality algorithm\n // eslint-disable-next-line no-self-compare\n if (IS_INCLUDES && el != el) while (length > index) {\n value = O[index++];\n // eslint-disable-next-line no-self-compare\n if (value != value) return true;\n // Array#indexOf ignores holes, Array#includes - not\n } else for (;length > index; index++) {\n if ((IS_INCLUDES || index in O) && O[index] === el) return IS_INCLUDES || index || 0;\n } return !IS_INCLUDES && -1;\n };\n};\n\nmodule.exports = {\n // `Array.prototype.includes` method\n // https://tc39.github.io/ecma262/#sec-array.prototype.includes\n includes: createMethod(true),\n // `Array.prototype.indexOf` method\n // https://tc39.github.io/ecma262/#sec-array.prototype.indexof\n indexOf: createMethod(false)\n};\n","var toInteger = require('../internals/to-integer');\n\nvar min = Math.min;\n\n// `ToLength` abstract operation\n// https://tc39.github.io/ecma262/#sec-tolength\nmodule.exports = function (argument) {\n return argument > 0 ? min(toInteger(argument), 0x1FFFFFFFFFFFFF) : 0; // 2 ** 53 - 1 == 9007199254740991\n};\n","var toInteger = require('../internals/to-integer');\n\nvar max = Math.max;\nvar min = Math.min;\n\n// Helper for a popular repeating case of the spec:\n// Let integer be ? ToInteger(index).\n// If integer < 0, let result be max((length + integer), 0); else let result be min(integer, length).\nmodule.exports = function (index, length) {\n var integer = toInteger(index);\n return integer < 0 ? max(integer + length, 0) : min(integer, length);\n};\n","var fails = require('../internals/fails');\n\nvar replacement = /#|\\.prototype\\./;\n\nvar isForced = function (feature, detection) {\n var value = data[normalize(feature)];\n return value == POLYFILL ? true\n : value == NATIVE ? false\n : typeof detection == 'function' ? fails(detection)\n : !!detection;\n};\n\nvar normalize = isForced.normalize = function (string) {\n return String(string).replace(replacement, '.').toLowerCase();\n};\n\nvar data = isForced.data = {};\nvar NATIVE = isForced.NATIVE = 'N';\nvar POLYFILL = isForced.POLYFILL = 'P';\n\nmodule.exports = isForced;\n","'use strict';\nvar DESCRIPTORS = require('../internals/descriptors');\nvar fails = require('../internals/fails');\nvar objectKeys = require('../internals/object-keys');\nvar getOwnPropertySymbolsModule = require('../internals/object-get-own-property-symbols');\nvar propertyIsEnumerableModule = require('../internals/object-property-is-enumerable');\nvar toObject = require('../internals/to-object');\nvar IndexedObject = require('../internals/indexed-object');\n\nvar nativeAssign = Object.assign;\nvar defineProperty = Object.defineProperty;\n\n// `Object.assign` method\n// https://tc39.github.io/ecma262/#sec-object.assign\nmodule.exports = !nativeAssign || fails(function () {\n // should have correct order of operations (Edge bug)\n if (DESCRIPTORS && nativeAssign({ b: 1 }, nativeAssign(defineProperty({}, 'a', {\n enumerable: true,\n get: function () {\n defineProperty(this, 'b', {\n value: 3,\n enumerable: false\n });\n }\n }), { b: 2 })).b !== 1) return true;\n // should work with symbols and should have deterministic property order (V8 bug)\n var A = {};\n var B = {};\n // eslint-disable-next-line no-undef\n var symbol = Symbol();\n var alphabet = 'abcdefghijklmnopqrst';\n A[symbol] = 7;\n alphabet.split('').forEach(function (chr) { B[chr] = chr; });\n return nativeAssign({}, A)[symbol] != 7 || objectKeys(nativeAssign({}, B)).join('') != alphabet;\n}) ? function assign(target, source) { // eslint-disable-line no-unused-vars\n var T = toObject(target);\n var argumentsLength = arguments.length;\n var index = 1;\n var getOwnPropertySymbols = getOwnPropertySymbolsModule.f;\n var propertyIsEnumerable = propertyIsEnumerableModule.f;\n while (argumentsLength > index) {\n var S = IndexedObject(arguments[index++]);\n var keys = getOwnPropertySymbols ? objectKeys(S).concat(getOwnPropertySymbols(S)) : objectKeys(S);\n var length = keys.length;\n var j = 0;\n var key;\n while (length > j) {\n key = keys[j++];\n if (!DESCRIPTORS || propertyIsEnumerable.call(S, key)) T[key] = S[key];\n }\n } return T;\n} : nativeAssign;\n","var internalObjectKeys = require('../internals/object-keys-internal');\nvar enumBugKeys = require('../internals/enum-bug-keys');\n\n// `Object.keys` method\n// https://tc39.github.io/ecma262/#sec-object.keys\nmodule.exports = Object.keys || function keys(O) {\n return internalObjectKeys(O, enumBugKeys);\n};\n","var requireObjectCoercible = require('../internals/require-object-coercible');\n\n// `ToObject` abstract operation\n// https://tc39.github.io/ecma262/#sec-toobject\nmodule.exports = function (argument) {\n return Object(requireObjectCoercible(argument));\n};\n","\"use strict\";\n\nObject.defineProperty(exports, \"__esModule\", {\n value: true\n});\nexports.LogLevel = void 0;\nvar LogLevel;\nexports.LogLevel = LogLevel;\n\n(function (LogLevel) {\n LogLevel[\"Debug\"] = \"DEBUG\";\n LogLevel[\"Info\"] = \"INFO\";\n LogLevel[\"Warn\"] = \"WARN\";\n LogLevel[\"Error\"] = \"ERROR\";\n LogLevel[\"Fatal\"] = \"FATAL\";\n})(LogLevel || (exports.LogLevel = LogLevel = {}));\n//# sourceMappingURL=contracts.js.map","\"use strict\";\n\nObject.defineProperty(exports, \"__esModule\", {\n value: true\n});\nexports.LoggerBuilder = void 0;\n\nvar _auth = require(\"@nextcloud/auth\");\n\nfunction _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError(\"Cannot call a class as a function\"); } }\n\nfunction _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if (\"value\" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } }\n\nfunction _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); return Constructor; }\n\nvar LoggerBuilder = /*#__PURE__*/function () {\n function LoggerBuilder(factory) {\n _classCallCheck(this, LoggerBuilder);\n\n this.context = {};\n this.factory = factory;\n }\n\n _createClass(LoggerBuilder, [{\n key: \"setApp\",\n value: function setApp(appId) {\n this.context.app = appId;\n return this;\n }\n }, {\n key: \"setUid\",\n value: function setUid(uid) {\n this.context.uid = uid;\n return this;\n }\n }, {\n key: \"detectUser\",\n value: function detectUser() {\n var user = (0, _auth.getCurrentUser)();\n\n if (user !== null) {\n this.context.uid = user.uid;\n }\n\n return this;\n }\n }, {\n key: \"build\",\n value: function build() {\n return this.factory(this.context);\n }\n }]);\n\n return LoggerBuilder;\n}();\n\nexports.LoggerBuilder = LoggerBuilder;\n//# sourceMappingURL=LoggerBuilder.js.map","'use strict';\n\nconst pTry = (fn, ...arguments_) => new Promise(resolve => {\n\tresolve(fn(...arguments_));\n});\n\nmodule.exports = pTry;\n// TODO: remove this in the next major version\nmodule.exports.default = pTry;\n","import mod from \"-!../../../../node_modules/vue-style-loader/index.js!../../../../node_modules/css-loader/dist/cjs.js!../../../../node_modules/vue-loader/lib/loaders/stylePostLoader.js!../../../../node_modules/sass-loader/dist/cjs.js!../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./RecommendedApps.vue?vue&type=style&index=0&id=6f58ef57&lang=scss&scoped=true&\"; export default mod; export * from \"-!../../../../node_modules/vue-style-loader/index.js!../../../../node_modules/css-loader/dist/cjs.js!../../../../node_modules/vue-loader/lib/loaders/stylePostLoader.js!../../../../node_modules/sass-loader/dist/cjs.js!../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./RecommendedApps.vue?vue&type=style&index=0&id=6f58ef57&lang=scss&scoped=true&\"","// Imports\nvar ___CSS_LOADER_API_IMPORT___ = require(\"../../../../node_modules/css-loader/dist/runtime/api.js\");\nexports = ___CSS_LOADER_API_IMPORT___(false);\n// Module\nexports.push([module.id, \"p.loading[data-v-6f58ef57],p.loading-error[data-v-6f58ef57]{height:100px}.text-center[data-v-6f58ef57]{text-align:center}.app[data-v-6f58ef57]{display:flex;flex-direction:row}.app img[data-v-6f58ef57]{height:50px;width:50px;filter:invert(1)}.app img[data-v-6f58ef57],.app .info[data-v-6f58ef57]{padding:12px}.app .info h3[data-v-6f58ef57],.app .info p[data-v-6f58ef57]{text-align:left}.app .info h3[data-v-6f58ef57]{color:#fff;margin-top:0}.app .info h3>span.icon[data-v-6f58ef57]{display:inline-block}\\n\", \"\"]);\n// Exports\nmodule.exports = exports;\n","/*\n * @copyright 2019 Christoph Wurst <christoph@winzerhof-wurst.at>\n *\n * @author 2019 Christoph Wurst <christoph@winzerhof-wurst.at>\n *\n * @license GNU AGPL version 3 or any later version\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see <http://www.gnu.org/licenses/>.\n */\n\nimport { getCurrentUser } from '@nextcloud/auth'\nimport { getLoggerBuilder } from '@nextcloud/logger'\n\nconst getLogger = user => {\n\tif (user === null) {\n\t\treturn getLoggerBuilder()\n\t\t\t.setApp('core')\n\t\t\t.build()\n\t}\n\treturn getLoggerBuilder()\n\t\t.setApp('core')\n\t\t.setUid(user.uid)\n\t\t.build()\n}\n\nexport default getLogger(getCurrentUser())\n","<!--\n - @copyright 2019 Christoph Wurst <christoph@winzerhof-wurst.at>\n -\n - @author 2019 Christoph Wurst <christoph@winzerhof-wurst.at>\n -\n - @license GNU AGPL version 3 or any later version\n -\n - This program is free software: you can redistribute it and/or modify\n - it under the terms of the GNU Affero General Public License as\n - published by the Free Software Foundation, either version 3 of the\n - License, or (at your option) any later version.\n -\n - This program is distributed in the hope that it will be useful,\n - but WITHOUT ANY WARRANTY; without even the implied warranty of\n - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n - GNU Affero General Public License for more details.\n -\n - You should have received a copy of the GNU Affero General Public License\n - along with this program. If not, see <http://www.gnu.org/licenses/>.\n -->\n\n<template>\n\t<div class=\"body-login-container\">\n\t\t<h2>{{ t('core', 'Recommended apps') }}</h2>\n\t\t<p v-if=\"loadingApps\" class=\"loading text-center\">\n\t\t\t{{ t('core', 'Loading apps …') }}\n\t\t</p>\n\t\t<p v-else-if=\"loadingAppsError\" class=\"loading-error text-center\">\n\t\t\t{{ t('core', 'Could not fetch list of apps from the app store.') }}\n\t\t</p>\n\t\t<p v-else class=\"text-center\">\n\t\t\t{{ t('core', 'Installing apps …') }}\n\t\t</p>\n\t\t<div v-for=\"app in recommendedApps\" :key=\"app.id\" class=\"app\">\n\t\t\t<img :src=\"customIcon(app.id)\" :alt=\"t('core', 'Nextcloud {app}', { app: app.name })\">\n\t\t\t<div class=\"info\">\n\t\t\t\t<h3>\n\t\t\t\t\t{{ app.name }}\n\t\t\t\t\t<span v-if=\"app.loading\" class=\"icon icon-loading-small\" />\n\t\t\t\t\t<span v-else-if=\"app.active\" class=\"icon icon-checkmark-white\" />\n\t\t\t\t</h3>\n\t\t\t\t<p v-html=\"customDescription(app.id)\" />\n\t\t\t\t<p v-if=\"app.installationError\">\n\t\t\t\t\t<strong>{{ t('core', 'App download or installation failed') }}</strong>\n\t\t\t\t</p>\n\t\t\t\t<p v-else-if=\"!app.isCompatible\">\n\t\t\t\t\t<strong>{{ t('core', 'Can\\'t install this app because it is not compatible') }}</strong>\n\t\t\t\t</p>\n\t\t\t\t<p v-else-if=\"!app.canInstall\">\n\t\t\t\t\t<strong>{{ t('core', 'Can\\'t install this app') }}</strong>\n\t\t\t\t</p>\n\t\t\t</div>\n\t\t</div>\n\t\t<p class=\"text-center\">\n\t\t\t<a :href=\"defaultPageUrl\">{{ t('core', 'Cancel') }}</a>\n\t\t</p>\n\t</div>\n</template>\n\n<script>\nimport axios from '@nextcloud/axios'\nimport { generateUrl, imagePath } from '@nextcloud/router'\nimport { loadState } from '@nextcloud/initial-state'\nimport pLimit from 'p-limit'\nimport { translate as t } from '@nextcloud/l10n'\n\nimport logger from '../../logger'\n\nconst recommended = {\n\tcalendar: {\n\t\tdescription: t('core', 'Schedule work & meetings, synced with all your devices.'),\n\t\ticon: imagePath('core', 'places/calendar.svg'),\n\t},\n\tcontacts: {\n\t\tdescription: t('core', 'Keep your colleagues and friends in one place without leaking their private info.'),\n\t\ticon: imagePath('core', 'places/contacts.svg'),\n\t},\n\tmail: {\n\t\tdescription: t('core', 'Simple email app nicely integrated with Files, Contacts and Calendar.'),\n\t\ticon: imagePath('core', 'actions/mail.svg'),\n\t},\n\tspreed: {\n\t\tdescription: t('core', 'Chatting, video calls, screensharing, online meetings and web conferencing – in your browser and with mobile apps.'),\n\t},\n\tonlyoffice: {\n\t\tdescription: t('core', 'Collaboratively edit office documents.'),\n\t},\n\tdocumentserver_community: {\n\t\tdescription: t('core', 'Local document editing back-end used by the OnlyOffice app.'),\n\t},\n}\nconst recommendedIds = Object.keys(recommended)\nconst defaultPageUrl = loadState('core', 'defaultPageUrl')\n\nexport default {\n\tname: 'RecommendedApps',\n\tdata() {\n\t\treturn {\n\t\t\tloadingApps: true,\n\t\t\tloadingAppsError: false,\n\t\t\tapps: [],\n\t\t\tdefaultPageUrl,\n\t\t}\n\t},\n\tcomputed: {\n\t\trecommendedApps() {\n\t\t\treturn this.apps.filter(app => recommendedIds.includes(app.id))\n\t\t},\n\t},\n\tmounted() {\n\t\treturn axios.get(generateUrl('settings/apps/list'))\n\t\t\t.then(resp => resp.data)\n\t\t\t.then(data => {\n\t\t\t\tlogger.info(`${data.apps.length} apps fetched`)\n\n\t\t\t\tthis.apps = data.apps.map(app => Object.assign(app, { loading: false, installationError: false }))\n\t\t\t\tlogger.debug(`${this.recommendedApps.length} recommended apps found`, { apps: this.recommendedApps })\n\n\t\t\t\tthis.installApps()\n\t\t\t})\n\t\t\t.catch(error => {\n\t\t\t\tlogger.error('could not fetch app list', { error })\n\n\t\t\t\tthis.loadingAppsError = true\n\t\t\t})\n\t\t\t.then(() => {\n\t\t\t\tthis.loadingApps = false\n\t\t\t})\n\t},\n\tmethods: {\n\t\tinstallApps() {\n\t\t\tconst limit = pLimit(1)\n\t\t\tconst installing = this.recommendedApps\n\t\t\t\t.filter(app => !app.active && app.isCompatible && app.canInstall)\n\t\t\t\t.map(app => limit(() => {\n\t\t\t\t\tlogger.info(`installing ${app.id}`)\n\t\t\t\t\tapp.loading = true\n\t\t\t\t\treturn axios.post(generateUrl(`settings/apps/enable`), { appIds: [app.id], groups: [] })\n\t\t\t\t\t\t.catch(error => {\n\t\t\t\t\t\t\tlogger.error(`could not install ${app.id}`, { error })\n\t\t\t\t\t\t\tapp.installationError = true\n\t\t\t\t\t\t})\n\t\t\t\t\t\t.then(() => {\n\t\t\t\t\t\t\tlogger.info(`installed ${app.id}`)\n\t\t\t\t\t\t\tapp.loading = false\n\t\t\t\t\t\t})\n\t\t\t\t}))\n\t\t\tlogger.debug(`installing ${installing.length} recommended apps`)\n\t\t\tPromise.all(installing)\n\t\t\t\t.then(() => {\n\t\t\t\t\tlogger.info('all recommended apps installed, redirecting …')\n\n\t\t\t\t\twindow.location = defaultPageUrl\n\t\t\t\t})\n\t\t\t\t.catch(error => logger.error('could not install recommended apps', { error }))\n\t\t},\n\t\tcustomIcon(appId) {\n\t\t\tif (!(appId in recommended) || !recommended[appId].icon) {\n\t\t\t\tlogger.warn(`no app icon for recommended app ${appId}`)\n\t\t\t\treturn imagePath('core', 'places/default-app-icon.svg')\n\t\t\t}\n\t\t\treturn recommended[appId].icon\n\t\t},\n\t\tcustomDescription(appId) {\n\t\t\tif (!(appId in recommended)) {\n\t\t\t\tlogger.warn(`no app description for recommended app ${appId}`)\n\t\t\t\treturn ''\n\t\t\t}\n\t\t\treturn recommended[appId].description\n\t\t},\n\t},\n}\n</script>\n\n<style lang=\"scss\" scoped>\n.body-login-container {\n\n}\n\np.loading, p.loading-error {\n\theight: 100px;\n}\n\n.text-center {\n\ttext-align: center;\n}\n\n.app {\n\tdisplay: flex;\n\tflex-direction: row;\n\n\timg {\n\t\theight: 50px;\n\t\twidth: 50px;\n\t\tfilter: invert(1);\n\t}\n\n\timg, .info {\n\t\tpadding: 12px;\n\t}\n\n\t.info {\n\t\th3, p {\n\t\t\ttext-align: left;\n\t\t}\n\n\t\th3 {\n\t\t\tcolor: #fff;\n\t\t\tmargin-top: 0;\n\t\t}\n\n\t\th3 > span.icon {\n\t\t\tdisplay: inline-block;\n\t\t}\n\t}\n}\n</style>\n","import mod from \"-!../../../../node_modules/babel-loader/lib/index.js!../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./RecommendedApps.vue?vue&type=script&lang=js&\"; export default mod; export * from \"-!../../../../node_modules/babel-loader/lib/index.js!../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./RecommendedApps.vue?vue&type=script&lang=js&\"","import { render, staticRenderFns } from \"./RecommendedApps.vue?vue&type=template&id=6f58ef57&scoped=true&\"\nimport script from \"./RecommendedApps.vue?vue&type=script&lang=js&\"\nexport * from \"./RecommendedApps.vue?vue&type=script&lang=js&\"\nimport style0 from \"./RecommendedApps.vue?vue&type=style&index=0&id=6f58ef57&lang=scss&scoped=true&\"\n\n\n/* normalize component */\nimport normalizer from \"!../../../../node_modules/vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n \"6f58ef57\",\n null\n \n)\n\nexport default component.exports","var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:\"body-login-container\"},[_c('h2',[_vm._v(_vm._s(_vm.t('core', 'Recommended apps')))]),_vm._v(\" \"),(_vm.loadingApps)?_c('p',{staticClass:\"loading text-center\"},[_vm._v(\"\\n\\t\\t\"+_vm._s(_vm.t('core', 'Loading apps …'))+\"\\n\\t\")]):(_vm.loadingAppsError)?_c('p',{staticClass:\"loading-error text-center\"},[_vm._v(\"\\n\\t\\t\"+_vm._s(_vm.t('core', 'Could not fetch list of apps from the app store.'))+\"\\n\\t\")]):_c('p',{staticClass:\"text-center\"},[_vm._v(\"\\n\\t\\t\"+_vm._s(_vm.t('core', 'Installing apps …'))+\"\\n\\t\")]),_vm._v(\" \"),_vm._l((_vm.recommendedApps),function(app){return _c('div',{key:app.id,staticClass:\"app\"},[_c('img',{attrs:{\"src\":_vm.customIcon(app.id),\"alt\":_vm.t('core', 'Nextcloud {app}', { app: app.name })}}),_vm._v(\" \"),_c('div',{staticClass:\"info\"},[_c('h3',[_vm._v(\"\\n\\t\\t\\t\\t\"+_vm._s(app.name)+\"\\n\\t\\t\\t\\t\"),(app.loading)?_c('span',{staticClass:\"icon icon-loading-small\"}):(app.active)?_c('span',{staticClass:\"icon icon-checkmark-white\"}):_vm._e()]),_vm._v(\" \"),_c('p',{domProps:{\"innerHTML\":_vm._s(_vm.customDescription(app.id))}}),_vm._v(\" \"),(app.installationError)?_c('p',[_c('strong',[_vm._v(_vm._s(_vm.t('core', 'App download or installation failed')))])]):(!app.isCompatible)?_c('p',[_c('strong',[_vm._v(_vm._s(_vm.t('core', 'Can\\'t install this app because it is not compatible')))])]):(!app.canInstall)?_c('p',[_c('strong',[_vm._v(_vm._s(_vm.t('core', 'Can\\'t install this app')))])]):_vm._e()])])}),_vm._v(\" \"),_c('p',{staticClass:\"text-center\"},[_c('a',{attrs:{\"href\":_vm.defaultPageUrl}},[_vm._v(_vm._s(_vm.t('core', 'Cancel')))])])],2)}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","/*\n * @copyright 2019 Christoph Wurst <christoph@winzerhof-wurst.at>\n *\n * @author 2019 Christoph Wurst <christoph@winzerhof-wurst.at>\n *\n * @license GNU AGPL version 3 or any later version\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see <http://www.gnu.org/licenses/>.\n */\n\nimport { getRequestToken } from '@nextcloud/auth'\nimport { generateFilePath } from '@nextcloud/router'\nimport { translate as t } from '@nextcloud/l10n'\nimport Vue from 'vue'\n\nimport logger from './logger'\nimport RecommendedApps from './components/setup/RecommendedApps'\n\n// eslint-disable-next-line camelcase\n__webpack_nonce__ = btoa(getRequestToken())\n// eslint-disable-next-line camelcase\n__webpack_public_path__ = generateFilePath('core', '', 'js/')\n\nVue.mixin({\n\tmethods: {\n\t\tt,\n\t},\n})\n\nconst View = Vue.extend(RecommendedApps)\nnew View().$mount('#recommended-apps')\n\nlogger.debug('recommended apps view rendered')\n"],"sourceRoot":""} \ No newline at end of file
+{"version":3,"sources":["webpack:///webpack/bootstrap","webpack:///./node_modules/core-js/internals/is-object.js","webpack:///./node_modules/@nextcloud/initial-state/dist/index.js","webpack:///./node_modules/core-js/internals/document-create-element.js","webpack:///./node_modules/core-js/internals/own-keys.js","webpack:///./node_modules/core-js/internals/path.js","webpack:///./node_modules/core-js/modules/es.object.to-string.js","webpack:///./node_modules/core-js/internals/descriptors.js","webpack:///./node_modules/core-js/internals/copy-constructor-properties.js","webpack:///./node_modules/core-js/internals/use-symbol-as-uid.js","webpack:///./node_modules/vue/dist/vue.runtime.esm.js","webpack:///./node_modules/@nextcloud/router/dist/index.js","webpack:///./node_modules/core-js/internals/native-weak-map.js","webpack:///./node_modules/core-js/internals/get-substitution.js","webpack:///./node_modules/core-js/modules/es.regexp.to-string.js","webpack:///./node_modules/core-js/modules/es.array.concat.js","webpack:///./node_modules/core-js/internals/object-assign.js","webpack:///./node_modules/core-js/internals/has.js","webpack:///./node_modules/@nextcloud/axios/node_modules/axios/lib/helpers/bind.js","webpack:///./node_modules/core-js/internals/to-object.js","webpack:///./node_modules/@nextcloud/axios/node_modules/axios/lib/helpers/buildURL.js","webpack:///./node_modules/@nextcloud/axios/node_modules/axios/lib/cancel/isCancel.js","webpack:///./node_modules/@nextcloud/axios/node_modules/axios/lib/defaults.js","webpack:///./node_modules/@nextcloud/axios/node_modules/axios/lib/adapters/xhr.js","webpack:///./node_modules/@nextcloud/axios/node_modules/axios/lib/core/createError.js","webpack:///./node_modules/@nextcloud/axios/node_modules/axios/lib/core/mergeConfig.js","webpack:///./node_modules/@nextcloud/axios/node_modules/axios/lib/cancel/Cancel.js","webpack:///./node_modules/core-js/internals/array-for-each.js","webpack:///./node_modules/core-js/internals/to-length.js","webpack:///./node_modules/core-js/modules/es.array.index-of.js","webpack:///./node_modules/@nextcloud/axios/node_modules/axios/lib/utils.js","webpack:///./node_modules/core-js/modules/es.array.for-each.js","webpack:///./node_modules/core-js/internals/object-to-string.js","webpack:///(webpack)/buildin/global.js","webpack:///./node_modules/@nextcloud/auth/dist/requesttoken.js","webpack:///./node_modules/@nextcloud/auth/dist/user.js","webpack:///./node_modules/core-js/internals/create-non-enumerable-property.js","webpack:///./node_modules/core-js/internals/object-define-property.js","webpack:///./node_modules/core-js/internals/require-object-coercible.js","webpack:///./node_modules/@nextcloud/axios/node_modules/axios/index.js","webpack:///./node_modules/@nextcloud/axios/node_modules/axios/lib/axios.js","webpack:///./node_modules/@nextcloud/axios/node_modules/axios/lib/core/Axios.js","webpack:///./node_modules/core-js/internals/redefine.js","webpack:///./node_modules/@nextcloud/axios/node_modules/axios/lib/core/InterceptorManager.js","webpack:///./node_modules/@nextcloud/axios/node_modules/axios/lib/core/dispatchRequest.js","webpack:///./node_modules/@nextcloud/axios/node_modules/axios/lib/core/transformData.js","webpack:///./node_modules/@nextcloud/axios/node_modules/axios/lib/helpers/normalizeHeaderName.js","webpack:///./node_modules/@nextcloud/axios/node_modules/axios/lib/core/settle.js","webpack:///./node_modules/@nextcloud/axios/node_modules/axios/lib/core/enhanceError.js","webpack:///./node_modules/@nextcloud/axios/node_modules/axios/lib/helpers/cookies.js","webpack:///./node_modules/@nextcloud/axios/node_modules/axios/lib/core/buildFullPath.js","webpack:///./node_modules/@nextcloud/axios/node_modules/axios/lib/helpers/isAbsoluteURL.js","webpack:///./node_modules/@nextcloud/axios/node_modules/axios/lib/helpers/combineURLs.js","webpack:///./node_modules/core-js/internals/to-indexed-object.js","webpack:///./node_modules/@nextcloud/axios/node_modules/axios/lib/helpers/parseHeaders.js","webpack:///./node_modules/@nextcloud/axios/node_modules/axios/lib/helpers/isURLSameOrigin.js","webpack:///./node_modules/@nextcloud/axios/node_modules/axios/lib/cancel/CancelToken.js","webpack:///./node_modules/@nextcloud/axios/node_modules/axios/lib/helpers/spread.js","webpack:///./node_modules/@nextcloud/axios/node_modules/axios/lib/helpers/isAxiosError.js","webpack:///./node_modules/core-js/internals/to-integer.js","webpack:///./node_modules/@nextcloud/logger/dist/index.js","webpack:///./node_modules/style-loader/dist/runtime/injectStylesIntoStyleTag.js","webpack:///./node_modules/css-loader/dist/runtime/cssWithMappingToString.js","webpack:///./node_modules/css-loader/dist/runtime/api.js","webpack:///./node_modules/core-js/internals/classof-raw.js","webpack:///./node_modules/core-js/internals/object-get-own-property-descriptor.js","webpack:///./node_modules/core-js/internals/export.js","webpack:///./node_modules/core-js/internals/get-built-in.js","webpack:///./node_modules/core-js/internals/create-property-descriptor.js","webpack:///./node_modules/core-js/internals/to-primitive.js","webpack:///./node_modules/core-js/internals/internal-state.js","webpack:///./node_modules/core-js/internals/array-iteration.js","webpack:///./node_modules/@nextcloud/l10n/dist/index.js","webpack:///./node_modules/core-js/internals/fails.js","webpack:///./node_modules/core-js/modules/es.regexp.exec.js","webpack:///../node_modules/core-js/internals/global.js","webpack:///../node_modules/core-js/internals/fails.js","webpack:///../node_modules/core-js/internals/descriptors.js","webpack:///../node_modules/core-js/internals/object-property-is-enumerable.js","webpack:///../node_modules/core-js/internals/create-property-descriptor.js","webpack:///../node_modules/core-js/internals/classof-raw.js","webpack:///../node_modules/core-js/internals/indexed-object.js","webpack:///../node_modules/core-js/internals/require-object-coercible.js","webpack:///../node_modules/core-js/internals/to-indexed-object.js","webpack:///../node_modules/core-js/internals/is-object.js","webpack:///../node_modules/core-js/internals/to-primitive.js","webpack:///../node_modules/core-js/internals/to-object.js","webpack:///../node_modules/core-js/internals/has.js","webpack:///../node_modules/core-js/internals/document-create-element.js","webpack:///../node_modules/core-js/internals/ie8-dom-define.js","webpack:///../node_modules/core-js/internals/object-get-own-property-descriptor.js","webpack:///../node_modules/core-js/internals/an-object.js","webpack:///../node_modules/core-js/internals/object-define-property.js","webpack:///../node_modules/core-js/internals/create-non-enumerable-property.js","webpack:///../node_modules/core-js/internals/set-global.js","webpack:///../node_modules/core-js/internals/shared-store.js","webpack:///../node_modules/core-js/internals/inspect-source.js","webpack:///../node_modules/core-js/internals/internal-state.js","webpack:///../node_modules/core-js/internals/native-weak-map.js","webpack:///../node_modules/core-js/internals/shared.js","webpack:///../node_modules/core-js/internals/uid.js","webpack:///../node_modules/core-js/internals/shared-key.js","webpack:///../node_modules/core-js/internals/hidden-keys.js","webpack:///../node_modules/core-js/internals/redefine.js","webpack:///../node_modules/core-js/internals/path.js","webpack:///../node_modules/core-js/internals/get-built-in.js","webpack:///../node_modules/core-js/internals/to-integer.js","webpack:///../node_modules/core-js/internals/to-length.js","webpack:///../node_modules/core-js/internals/to-absolute-index.js","webpack:///../node_modules/core-js/internals/array-includes.js","webpack:///../node_modules/core-js/internals/object-keys-internal.js","webpack:///../node_modules/core-js/internals/enum-bug-keys.js","webpack:///../node_modules/core-js/internals/object-get-own-property-names.js","webpack:///../node_modules/core-js/internals/object-get-own-property-symbols.js","webpack:///../node_modules/core-js/internals/own-keys.js","webpack:///../node_modules/core-js/internals/copy-constructor-properties.js","webpack:///../node_modules/core-js/internals/is-forced.js","webpack:///../node_modules/core-js/internals/export.js","webpack:///../node_modules/core-js/modules/es.number.max-safe-integer.js","webpack:///../node_modules/core-js/internals/a-possible-prototype.js","webpack:///../node_modules/core-js/internals/object-create.js","webpack:///../node_modules/core-js/internals/object-set-prototype-of.js","webpack:///../node_modules/core-js/internals/inherit-if-required.js","webpack:///../node_modules/core-js/internals/object-keys.js","webpack:///../node_modules/core-js/internals/object-define-properties.js","webpack:///../node_modules/core-js/internals/html.js","webpack:///../node_modules/core-js/internals/whitespaces.js","webpack:///../node_modules/core-js/internals/string-trim.js","webpack:///../node_modules/core-js/modules/es.number.constructor.js","webpack:///../node_modules/semver/internal/constants.js","webpack:///../node_modules/core-js/internals/engine-v8-version.js","webpack:///../node_modules/core-js/internals/engine-is-node.js","webpack:///../node_modules/core-js/internals/engine-user-agent.js","webpack:///../node_modules/core-js/internals/native-symbol.js","webpack:///../node_modules/core-js/internals/use-symbol-as-uid.js","webpack:///../node_modules/core-js/internals/well-known-symbol.js","webpack:///../node_modules/core-js/internals/is-regexp.js","webpack:///../node_modules/core-js/internals/regexp-flags.js","webpack:///../node_modules/core-js/internals/regexp-sticky-helpers.js","webpack:///../node_modules/core-js/internals/set-species.js","webpack:///../node_modules/core-js/modules/es.regexp.constructor.js","webpack:///../node_modules/core-js/internals/regexp-exec.js","webpack:///../node_modules/core-js/modules/es.regexp.exec.js","webpack:///../node_modules/core-js/modules/es.regexp.to-string.js","webpack:///../node_modules/core-js/internals/is-array.js","webpack:///../node_modules/core-js/internals/create-property.js","webpack:///../node_modules/core-js/internals/array-species-create.js","webpack:///../node_modules/core-js/internals/array-method-has-species-support.js","webpack:///../node_modules/core-js/modules/es.array.concat.js","webpack:///../node_modules/semver/internal/debug.js","webpack:///../node_modules/semver/internal/re.js","webpack:///../node_modules/core-js/internals/fix-regexp-well-known-symbol-logic.js","webpack:///../node_modules/core-js/internals/string-multibyte.js","webpack:///../node_modules/core-js/internals/advance-string-index.js","webpack:///../node_modules/core-js/internals/regexp-exec-abstract.js","webpack:///../node_modules/core-js/modules/es.string.match.js","webpack:///../node_modules/core-js/internals/string-trim-forced.js","webpack:///../node_modules/core-js/modules/es.string.trim.js","webpack:///../node_modules/core-js/internals/a-function.js","webpack:///../node_modules/core-js/internals/function-bind-context.js","webpack:///../node_modules/core-js/internals/array-iteration.js","webpack:///../node_modules/core-js/modules/es.array.map.js","webpack:///../node_modules/core-js/internals/species-constructor.js","webpack:///../node_modules/core-js/modules/es.string.split.js","webpack:///../node_modules/core-js/internals/array-method-is-strict.js","webpack:///../node_modules/core-js/modules/es.array.join.js","webpack:///../node_modules/core-js/modules/es.array.filter.js","webpack:///../node_modules/semver/internal/parse-options.js","webpack:///../node_modules/semver/internal/identifiers.js","webpack:///../node_modules/semver/classes/semver.js","webpack:///../node_modules/semver/functions/parse.js","webpack:///../node_modules/semver/functions/valid.js","webpack:///../node_modules/semver/functions/major.js","webpack:///../node_modules/core-js/internals/add-to-unscopables.js","webpack:///../node_modules/core-js/internals/iterators-core.js","webpack:///../node_modules/core-js/internals/iterators.js","webpack:///../node_modules/core-js/internals/correct-prototype-getter.js","webpack:///../node_modules/core-js/internals/object-get-prototype-of.js","webpack:///../node_modules/core-js/internals/set-to-string-tag.js","webpack:///../node_modules/core-js/internals/create-iterator-constructor.js","webpack:///../node_modules/core-js/internals/define-iterator.js","webpack:///../node_modules/core-js/modules/es.array.iterator.js","webpack:///../node_modules/core-js/internals/freezing.js","webpack:///../node_modules/core-js/internals/internal-metadata.js","webpack:///../node_modules/core-js/internals/is-array-iterator-method.js","webpack:///../node_modules/core-js/internals/to-string-tag-support.js","webpack:///../node_modules/core-js/internals/classof.js","webpack:///../node_modules/core-js/internals/get-iterator-method.js","webpack:///../node_modules/core-js/internals/iterator-close.js","webpack:///../node_modules/core-js/internals/iterate.js","webpack:///../node_modules/core-js/internals/an-instance.js","webpack:///../node_modules/core-js/internals/check-correctness-of-iteration.js","webpack:///../node_modules/core-js/internals/redefine-all.js","webpack:///../node_modules/core-js/internals/collection-strong.js","webpack:///../node_modules/core-js/internals/collection.js","webpack:///../node_modules/core-js/modules/es.map.js","webpack:///../node_modules/core-js/internals/object-to-string.js","webpack:///../node_modules/core-js/modules/es.object.to-string.js","webpack:///../node_modules/core-js/modules/es.string.iterator.js","webpack:///../node_modules/core-js/internals/dom-iterables.js","webpack:///../node_modules/core-js/modules/web.dom-collections.iterator.js","webpack:///../node_modules/core-js/internals/array-for-each.js","webpack:///../node_modules/core-js/modules/web.dom-collections.for-each.js","webpack:///./node_modules/core-js/internals/indexed-object.js","webpack:///./node_modules/core-js/internals/is-pure.js","webpack:///./node_modules/core-js/internals/a-function.js","webpack:///./node_modules/vue-loader/lib/runtime/componentNormalizer.js","webpack:///./node_modules/timers-browserify/main.js","webpack:///./node_modules/setimmediate/setImmediate.js","webpack:///./node_modules/core-js/internals/shared.js","webpack:///./node_modules/core-js/internals/regexp-exec.js","webpack:///./node_modules/core-js/internals/global.js","webpack:///./node_modules/core-js/internals/engine-v8-version.js","webpack:///./node_modules/core-js/internals/array-method-is-strict.js","webpack:///./node_modules/core-js/internals/set-global.js","webpack:///./node_modules/core-js/internals/shared-store.js","webpack:///./node_modules/core-js/internals/hidden-keys.js","webpack:///./node_modules/core-js/internals/uid.js","webpack:///./node_modules/process/browser.js","webpack:///./node_modules/core-js/internals/to-absolute-index.js","webpack:///./node_modules/core-js/internals/regexp-flags.js","webpack:///./node_modules/core-js/modules/es.string.replace.js","webpack:///./node_modules/@nextcloud/logger/dist/ConsoleLogger.js","webpack:///./node_modules/@nextcloud/logger/dist/contracts.js","webpack:///./node_modules/@nextcloud/logger/dist/LoggerBuilder.js","webpack:///./node_modules/core-js/internals/is-array.js","webpack:///./node_modules/core-js/internals/object-property-is-enumerable.js","webpack:///./core/src/components/setup/RecommendedApps.vue?c906","webpack:///./node_modules/core-js/internals/object-get-own-property-names.js","webpack:///./node_modules/core-js/internals/array-includes.js","webpack:///./node_modules/core-js/internals/native-symbol.js","webpack:///./node_modules/core-js/internals/to-string-tag-support.js","webpack:///./node_modules/p-limit/index.js","webpack:///./node_modules/@nextcloud/axios/dist/index.js","webpack:///./node_modules/core-js/internals/inspect-source.js","webpack:///./node_modules/core-js/internals/enum-bug-keys.js","webpack:///./node_modules/core-js/internals/object-get-own-property-symbols.js","webpack:///./node_modules/core-js/internals/function-bind-context.js","webpack:///./node_modules/@nextcloud/auth/dist/index.js","webpack:///./node_modules/core-js/internals/ie8-dom-define.js","webpack:///./node_modules/core-js/internals/shared-key.js","webpack:///./node_modules/core-js/internals/create-property.js","webpack:///./node_modules/core-js/internals/an-object.js","webpack:///./node_modules/core-js/internals/array-species-create.js","webpack:///./node_modules/core-js/internals/array-method-has-species-support.js","webpack:///./node_modules/core-js/internals/object-keys-internal.js","webpack:///./node_modules/core-js/internals/regexp-sticky-helpers.js","webpack:///./node_modules/core-js/internals/fix-regexp-well-known-symbol-logic.js","webpack:///./node_modules/core-js/internals/engine-user-agent.js","webpack:///./node_modules/core-js/internals/string-multibyte.js","webpack:///./node_modules/core-js/internals/well-known-symbol.js","webpack:///./node_modules/core-js/internals/regexp-exec-abstract.js","webpack:///./node_modules/core-js/modules/es.object.assign.js","webpack:///./node_modules/core-js/internals/object-keys.js","webpack:///./node_modules/yocto-queue/index.js","webpack:///./node_modules/core-js/internals/is-forced.js","webpack:///./core/src/logger.js","webpack:///core/src/components/setup/RecommendedApps.vue","webpack:///./core/src/components/setup/RecommendedApps.vue?9bee","webpack:///./core/src/components/setup/RecommendedApps.vue?7827","webpack:///./core/src/components/setup/RecommendedApps.vue","webpack:///./core/src/components/setup/RecommendedApps.vue?18d5","webpack:///./core/src/recommendedapps.js","webpack:///./node_modules/core-js/internals/advance-string-index.js","webpack:///./node_modules/core-js/internals/classof.js"],"names":["installedModules","__webpack_require__","moduleId","exports","module","i","l","modules","call","m","c","d","name","getter","o","Object","defineProperty","enumerable","get","r","Symbol","toStringTag","value","t","mode","__esModule","ns","create","key","bind","n","object","property","prototype","hasOwnProperty","p","s","it","loadState","app","fallback","elem","document","querySelector","concat","undefined","Error","JSON","parse","atob","e","global","isObject","EXISTS","createElement","getBuiltIn","getOwnPropertyNamesModule","getOwnPropertySymbolsModule","anObject","keys","f","getOwnPropertySymbols","TO_STRING_TAG_SUPPORT","redefine","toString","unsafe","fails","has","ownKeys","getOwnPropertyDescriptorModule","definePropertyModule","target","source","getOwnPropertyDescriptor","length","NATIVE_SYMBOL","sham","iterator","emptyObject","freeze","isUndef","v","isDef","isTrue","isPrimitive","obj","_toString","isPlainObject","isRegExp","isValidArrayIndex","val","parseFloat","String","Math","floor","isFinite","isPromise","then","catch","Array","isArray","stringify","toNumber","isNaN","makeMap","str","expectsLowerCase","map","list","split","toLowerCase","isReservedAttribute","remove","arr","item","index","indexOf","splice","hasOwn","cached","fn","cache","camelizeRE","camelize","replace","_","toUpperCase","capitalize","charAt","slice","hyphenateRE","hyphenate","Function","ctx","boundFn","a","arguments","apply","_length","toArray","start","ret","extend","to","_from","toObject","res","noop","b","no","identity","looseEqual","isObjectA","isObjectB","isArrayA","isArrayB","every","Date","getTime","keysA","keysB","looseIndexOf","once","called","this","ASSET_TYPES","LIFECYCLE_HOOKS","config","optionMergeStrategies","silent","productionTip","devtools","performance","errorHandler","warnHandler","ignoredElements","keyCodes","isReservedTag","isReservedAttr","isUnknownElement","getTagNamespace","parsePlatformTagName","mustUseProp","async","_lifecycleHooks","unicodeRegExp","def","writable","configurable","bailRE","RegExp","_isServer","hasProto","inBrowser","window","inWeex","WXEnvironment","platform","weexPlatform","UA","navigator","userAgent","isIE","test","isIE9","isEdge","isIOS","isFF","match","nativeWatch","watch","supportsPassive","opts","addEventListener","isServerRendering","env","VUE_ENV","__VUE_DEVTOOLS_GLOBAL_HOOK__","isNative","Ctor","_Set","hasSymbol","Reflect","Set","set","add","clear","warn","uid","Dep","id","subs","addSub","sub","push","removeSub","depend","addDep","notify","update","targetStack","pushTarget","popTarget","pop","VNode","tag","data","children","text","elm","context","componentOptions","asyncFactory","fnContext","fnOptions","fnScopeId","componentInstance","parent","raw","isStatic","isRootInsert","isComment","isCloned","isOnce","asyncMeta","isAsyncPlaceholder","prototypeAccessors","child","defineProperties","createEmptyVNode","node","createTextVNode","cloneVNode","vnode","cloned","arrayProto","arrayMethods","forEach","method","original","args","len","inserted","result","ob","__ob__","observeArray","dep","arrayKeys","getOwnPropertyNames","shouldObserve","toggleObserving","Observer","vmCount","src","__proto__","protoAugment","copyAugment","walk","observe","asRootData","isExtensible","_isVue","defineReactive$$1","customSetter","shallow","setter","childOb","dependArray","newVal","max","del","items","strats","mergeData","from","toVal","fromVal","mergeDataOrFn","parentVal","childVal","vm","instanceData","defaultData","mergeHook","hooks","dedupeHooks","mergeAssets","hook","type","key$1","props","methods","inject","computed","provide","defaultStrat","mergeOptions","options","normalizeProps","normalized","normalizeInject","dirs","directives","def$$1","normalizeDirectives","_base","extends","mixins","mergeField","strat","resolveAsset","warnMissing","assets","camelizedId","PascalCaseId","validateProp","propOptions","propsData","prop","absent","booleanIndex","getTypeIndex","Boolean","stringIndex","default","$options","_props","getType","getPropDefaultValue","prevShouldObserve","isSameType","expectedTypes","handleError","err","info","cur","$parent","errorCaptured","globalHandleError","invokeWithErrorHandling","handler","_handled","logError","console","error","timerFunc","isUsingMicroTask","callbacks","pending","flushCallbacks","copies","Promise","resolve","setTimeout","MutationObserver","setImmediate","counter","observer","textNode","createTextNode","characterData","nextTick","cb","_resolve","seenObjects","traverse","_traverse","seen","isA","isFrozen","depId","normalizeEvent","passive","once$$1","capture","createFnInvoker","fns","invoker","arguments$1","updateListeners","on","oldOn","remove$$1","createOnceHandler","old","event","params","mergeVNodeHook","hookKey","oldHook","wrappedHook","merged","checkProp","hash","altKey","preserve","normalizeChildren","normalizeArrayChildren","nestedIndex","lastIndex","last","isTextNode","shift","_isVList","resolveInject","provideKey","_provided","provideDefault","resolveSlots","slots","attrs","slot","name$1","isWhitespace","normalizeScopedSlots","normalSlots","prevSlots","hasNormalSlots","isStable","$stable","$key","_normalized","$hasNormal","normalizeScopedSlot","key$2","proxyNormalSlot","proxy","renderList","render","next","done","renderSlot","bindObject","nodes","scopedSlotFn","$scopedSlots","$slots","$createElement","resolveFilter","isKeyNotMatch","expect","actual","checkKeyCodes","eventKeyCode","builtInKeyCode","eventKeyName","builtInKeyName","mappedKeyCode","bindObjectProps","asProp","isSync","loop","domProps","camelizedKey","hyphenatedKey","$event","renderStatic","isInFor","_staticTrees","tree","markStatic","staticRenderFns","_renderProxy","markOnce","markStaticNode","bindObjectListeners","existing","ours","resolveScopedSlots","hasDynamicKeys","contentHashKey","bindDynamicKeys","baseObj","values","prependModifier","symbol","installRenderHelpers","_o","_n","_s","_l","_t","_q","_i","_m","_f","_k","_b","_v","_e","_u","_g","_d","_p","FunctionalRenderContext","contextVm","this$1","_original","isCompiled","_compiled","needNormalization","listeners","injections","scopedSlots","_scopeId","_c","cloneAndMarkFunctionalResult","renderContext","clone","mergeProps","componentVNodeHooks","init","hydrating","_isDestroyed","keepAlive","mountedNode","prepatch","_isComponent","_parentVnode","inlineTemplate","createComponentInstanceForVnode","activeInstance","$mount","oldVnode","parentVnode","renderChildren","newScopedSlots","oldScopedSlots","hasDynamicScopedSlot","needsForceUpdate","_renderChildren","$vnode","_vnode","$attrs","$listeners","propKeys","_propKeys","oldListeners","_parentListeners","updateComponentListeners","$forceUpdate","updateChildComponent","insert","_isMounted","callHook","_inactive","activatedChildren","activateChildComponent","destroy","deactivateChildComponent","direct","_directInactive","isInInactiveTree","$children","$destroy","hooksToMerge","createComponent","baseCtor","cid","factory","errorComp","resolved","owner","currentRenderingInstance","owners","loading","loadingComp","sync","timerLoading","timerTimeout","$on","forceRender","renderCompleted","clearTimeout","ensureCtor","reject","reason","component","delay","timeout","resolveAsyncComponent","createAsyncPlaceholder","resolveConstructorOptions","model","callback","transformModel","extractPropsFromVNodeData","functional","vnodes","createFunctionalComponent","nativeOn","abstract","toMerge","_merged","mergeHook$1","installComponentHooks","f1","f2","normalizationType","alwaysNormalize","is","simpleNormalizeChildren","pre","applyNS","force","style","class","registerDeepBindings","_createElement","comp","base","getFirstComponentChild","remove$1","$off","_target","onceHandler","setActiveInstance","prevActiveInstance","handlers","j","_hasHookEvent","$emit","queue","waiting","flushing","currentFlushTimestamp","getNow","now","createEvent","timeStamp","flushSchedulerQueue","watcher","sort","before","run","activatedQueue","updatedQueue","callActivatedHooks","_watcher","callUpdatedHooks","emit","uid$2","Watcher","expOrFn","isRenderWatcher","_watchers","deep","user","lazy","active","dirty","deps","newDeps","depIds","newDepIds","expression","path","segments","parsePath","cleanupDeps","tmp","queueWatcher","oldValue","evaluate","teardown","_isBeingDestroyed","sharedPropertyDefinition","sourceKey","initState","propsOptions","initProps","initMethods","_data","getData","charCodeAt","initData","watchers","_computedWatchers","isSSR","userDef","computedWatcherOptions","defineComputed","initComputed","createWatcher","initWatch","shouldCache","createComputedGetter","createGetterInvoker","$watch","uid$3","super","superOptions","modifiedOptions","modified","latest","sealed","sealedOptions","resolveModifiedOptions","extendOptions","components","Vue","_init","initExtend","Super","SuperId","cachedCtors","_Ctor","Sub","constructor","Comp","initProps$1","initComputed$1","mixin","use","getComponentName","matches","pattern","pruneCache","keepAliveInstance","filter","cachedNode","pruneCacheEntry","current","cached$$1","_uid","vnodeComponentOptions","_componentTag","initInternalComponent","_self","$root","$refs","initLifecycle","_events","initEvents","parentData","initRender","initInjections","initProvide","el","initMixin","dataDef","propsDef","$set","$delete","immediate","stateMixin","hookRE","$once","i$1","cbs","eventsMixin","_update","prevEl","$el","prevVnode","restoreActiveInstance","__patch__","__vue__","lifecycleMixin","$nextTick","_render","ref","renderMixin","patternTypes","builtInComponents","KeepAlive","include","exclude","Number","created","destroyed","mounted","parseInt","configDef","util","defineReactive","delete","observable","plugin","installedPlugins","_installedPlugins","unshift","install","initUse","initMixin$1","definition","initAssetRegisters","initGlobalAPI","ssrContext","version","acceptValue","isEnumeratedAttr","isValidContentEditableValue","isBooleanAttr","xlinkNS","isXlink","getXlinkProp","isFalsyAttrValue","genClassForVnode","parentNode","childNode","mergeClassData","staticClass","dynamicClass","stringifyClass","renderClass","stringified","stringifyArray","stringifyObject","namespaceMap","svg","math","isHTMLTag","isSVG","unknownElementCache","isTextInputType","nodeOps","tagName","multiple","setAttribute","createElementNS","namespace","createComment","insertBefore","newNode","referenceNode","removeChild","appendChild","nextSibling","setTextContent","textContent","setStyleScope","scopeId","registerRef","isRemoval","refs","refInFor","emptyNode","sameVnode","typeA","typeB","sameInputType","createKeyToOldIdx","beginIdx","endIdx","updateDirectives","oldDir","dir","isCreate","isDestroy","oldDirs","normalizeDirectives$1","newDirs","dirsWithInsert","dirsWithPostpatch","oldArg","arg","callHook$1","componentUpdated","callInsert","emptyModifiers","modifiers","getRawDirName","rawName","join","baseModules","updateAttrs","inheritAttrs","oldAttrs","setAttr","removeAttributeNS","removeAttribute","baseSetAttr","convertEnumeratedValue","setAttributeNS","__ieph","blocker","stopImmediatePropagation","removeEventListener","updateClass","oldData","cls","transitionClass","_transitionClasses","_prevClass","target$1","klass","createOnceHandler$1","remove$2","useMicrotaskFix","add$1","attachedTimestamp","_wrapper","currentTarget","ownerDocument","updateDOMListeners","change","normalizeEvents","svgContainer","events","updateDOMProps","oldProps","childNodes","_value","strCur","shouldUpdateValue","innerHTML","firstChild","checkVal","composing","notInFocus","activeElement","isNotInFocusAndDirty","_vModifiers","number","trim","isDirtyWithModifiers","parseStyleText","cssText","propertyDelimiter","normalizeStyleData","normalizeStyleBinding","staticStyle","bindingStyle","emptyStyle","cssVarRE","importantRE","setProp","setProperty","normalizedName","normalize","vendorNames","capName","updateStyle","oldStaticStyle","oldStyleBinding","normalizedStyle","oldStyle","newStyle","checkChild","styleData","getStyle","whitespaceRE","addClass","classList","getAttribute","removeClass","tar","resolveTransition","css","autoCssTransition","enterClass","enterToClass","enterActiveClass","leaveClass","leaveToClass","leaveActiveClass","hasTransition","transitionProp","transitionEndEvent","animationProp","animationEndEvent","ontransitionend","onwebkittransitionend","onanimationend","onwebkitanimationend","raf","requestAnimationFrame","nextFrame","addTransitionClass","transitionClasses","removeTransitionClass","whenTransitionEnds","expectedType","getTransitionInfo","propCount","ended","end","onEnd","transformRE","styles","getComputedStyle","transitionDelays","transitionDurations","transitionTimeout","getTimeout","animationDelays","animationDurations","animationTimeout","hasTransform","delays","durations","toMs","enter","toggleDisplay","_leaveCb","cancelled","transition","_enterCb","nodeType","appearClass","appearToClass","appearActiveClass","beforeEnter","afterEnter","enterCancelled","beforeAppear","appear","afterAppear","appearCancelled","duration","transitionNode","isAppear","startClass","activeClass","toClass","beforeEnterHook","enterHook","afterEnterHook","enterCancelledHook","explicitEnterDuration","expectsCSS","userWantsControl","getHookArgumentsLength","show","pendingNode","_pending","isValidDuration","leave","rm","beforeLeave","afterLeave","leaveCancelled","delayLeave","explicitLeaveDuration","performLeave","invokerFns","_enter","patch","backend","removeNode","createElm","insertedVnodeQueue","parentElm","refElm","nested","ownerArray","isReactivated","initComponent","innerNode","activate","reactivateComponent","setScope","createChildren","invokeCreateHooks","pendingInsert","isPatchable","ref$$1","ancestor","addVnodes","startIdx","invokeDestroyHook","removeVnodes","ch","removeAndInvokeRemoveHook","childElm","createRmCb","findIdxInOld","oldCh","patchVnode","removeOnly","hydrate","newCh","oldKeyToIdx","idxInOld","vnodeToMove","oldStartIdx","newStartIdx","oldEndIdx","oldStartVnode","oldEndVnode","newEndIdx","newStartVnode","newEndVnode","canMove","updateChildren","postpatch","invokeInsertHook","initial","isRenderedModule","inVPre","hasChildNodes","childrenMatch","fullInvoke","isInitialPatch","isRealElement","hasAttribute","oldElm","patchable","i$2","createPatchFunction","vmodel","trigger","directive","binding","_vOptions","setSelected","getValue","onCompositionStart","onCompositionEnd","prevOptions","curOptions","some","hasNoMatchingOption","actuallySetSelected","isMultiple","selected","option","selectedIndex","initEvent","dispatchEvent","locateNode","platformDirectives","transition$$1","originalDisplay","__vOriginalDisplay","display","unbind","transitionProps","getRealChild","compOptions","extractTransitionData","placeholder","h","rawChild","isNotTextNode","isVShowDirective","Transition","hasParentTransition","_leaving","oldRawChild","oldChild","isSameChild","delayedLeave","moveClass","callPendingCbs","_moveCb","recordPosition","newPos","getBoundingClientRect","applyTranslation","oldPos","pos","dx","left","dy","top","moved","transform","WebkitTransform","transitionDuration","platformComponents","TransitionGroup","beforeMount","kept","prevChildren","rawChildren","transitionData","removed","c$1","updated","hasMove","_reflow","body","offsetHeight","propertyName","_hasMove","cloneNode","attr","HTMLUnknownElement","HTMLElement","updateComponent","mountComponent","query","getRootUrl","generateFilePath","imagePath","generateUrl","generateOcsUrl","generateRemoteUrl","linkTo","file","service","location","protocol","host","linkToRemoteBase","url","allOptions","assign","escape","noRewrite","_build","vars","encodeURIComponent","OC","modRewriteWorking","isCore","coreApps","link","substring","appswebroots","encodeURI","webroot","inspectSource","WeakMap","SUBSTITUTION_SYMBOLS","SUBSTITUTION_SYMBOLS_NO_NAMED","matched","position","captures","namedCaptures","replacement","tailPos","symbols","flags","RegExpPrototype","nativeToString","NOT_GENERIC","INCORRECT_NAME","R","rf","$","toLength","createProperty","arraySpeciesCreate","arrayMethodHasSpeciesSupport","wellKnownSymbol","V8_VERSION","IS_CONCAT_SPREADABLE","IS_CONCAT_SPREADABLE_SUPPORT","array","SPECIES_SUPPORT","isConcatSpreadable","O","spreadable","proto","forced","k","E","A","TypeError","DESCRIPTORS","objectKeys","propertyIsEnumerableModule","IndexedObject","$assign","B","chr","T","argumentsLength","propertyIsEnumerable","S","thisArg","requireObjectCoercible","argument","utils","encode","paramsSerializer","serializedParams","isURLSearchParams","parts","isDate","toISOString","hashmarkIndex","__CANCEL__","normalizeHeaderName","DEFAULT_CONTENT_TYPE","setContentTypeIfUnset","headers","isUndefined","adapter","defaults","XMLHttpRequest","process","transformRequest","isFormData","isArrayBuffer","isBuffer","isStream","isFile","isBlob","isArrayBufferView","buffer","transformResponse","xsrfCookieName","xsrfHeaderName","maxContentLength","maxBodyLength","validateStatus","status","common","merge","settle","cookies","buildURL","buildFullPath","parseHeaders","isURLSameOrigin","createError","requestData","requestHeaders","request","auth","username","password","unescape","Authorization","btoa","fullPath","baseURL","open","onreadystatechange","readyState","responseURL","responseHeaders","getAllResponseHeaders","response","responseType","responseText","statusText","onabort","onerror","ontimeout","timeoutErrorMessage","isStandardBrowserEnv","xsrfValue","withCredentials","read","setRequestHeader","onDownloadProgress","onUploadProgress","upload","cancelToken","promise","cancel","abort","send","enhanceError","message","code","config1","config2","valueFromConfig2Keys","mergeDeepPropertiesKeys","defaultToConfig2Keys","directMergeKeys","getMergedValue","mergeDeepProperties","axiosKeys","otherKeys","Cancel","$forEach","STRICT_METHOD","arrayMethodIsStrict","callbackfn","toInteger","min","$indexOf","nativeIndexOf","NEGATIVE_ZERO","searchElement","getPrototypeOf","isFunction","FormData","ArrayBuffer","isView","isString","isNumber","pipe","URLSearchParams","product","assignValue","stripBOM","content","classof","g","getRequestToken","token","onRequestTokenUpdate","observers","_eventBus","tokenElement","getElementsByTagName","subscribe","getCurrentUser","displayName","isAdmin","uidElement","displayNameElement","isUserAdmin","createPropertyDescriptor","IE8_DOM_DEFINE","toPrimitive","$defineProperty","P","Attributes","Axios","mergeConfig","createInstance","defaultConfig","instance","axios","instanceConfig","CancelToken","isCancel","all","promises","spread","isAxiosError","InterceptorManager","dispatchRequest","interceptors","chain","interceptor","fulfilled","rejected","getUri","createNonEnumerableProperty","setGlobal","InternalStateModule","getInternalState","enforceInternalState","enforce","TEMPLATE","state","simple","noTargetGet","eject","transformData","throwIfCancellationRequested","throwIfRequested","toJSON","description","fileName","lineNumber","columnNumber","stack","write","expires","domain","secure","cookie","toGMTString","decodeURIComponent","isAbsoluteURL","combineURLs","requestedURL","relativeURL","ignoreDuplicateOf","parsed","line","substr","originURL","msie","urlParsingNode","resolveURL","href","search","hostname","port","pathname","requestURL","executor","resolvePromise","payload","ceil","getLoggerBuilder","getLogger","build","_ConsoleLogger","_LoggerBuilder","LoggerBuilder","buildConsoleLogger","memo","isOldIE","getTarget","styleTarget","HTMLIFrameElement","contentDocument","head","stylesInDom","getIndexByIdentifier","identifier","modulesToDom","idCountMap","identifiers","count","media","sourceMap","references","updater","addStyle","insertStyleElement","attributes","nonce","textStore","replaceText","applyToSingletonTag","styleSheet","cssNode","applyToTag","singleton","singletonCounter","styleIndex","removeStyleElement","newObj","lastIdentifiers","newList","newLastIdentifiers","_index","_slicedToArray","_arrayWithHoles","_arr","_iterableToArrayLimit","minLen","_arrayLikeToArray","_unsupportedIterableToArray","_nonIterableRest","arr2","_item","cssMapping","base64","sourceMapping","sourceURLs","sources","sourceRoot","cssWithMappingToString","mediaQuery","dedupe","alreadyImportedModules","toIndexedObject","$getOwnPropertyDescriptor","copyConstructorProperties","isForced","targetProperty","sourceProperty","descriptor","TARGET","GLOBAL","STATIC","stat","aFunction","variable","bitmap","input","PREFERRED_STRING","valueOf","NATIVE_WEAK_MAP","objectHas","shared","sharedKey","hiddenKeys","store","wmget","wmhas","wmset","metadata","facade","STATE","getterFor","TYPE","createMethod","IS_MAP","IS_FILTER","IS_SOME","IS_EVERY","IS_FIND_INDEX","IS_FILTER_OUT","NO_HOLES","$this","that","specificCreate","self","boundFunction","find","findIndex","filterOut","getLocale","getCanonicalLocale","getLanguage","translate","L10N","translatePlural","textSingular","textPlural","getFirstDay","firstDay","getDayNames","dayNames","getDayNamesShort","dayNamesShort","getDayNamesMin","dayNamesMin","getMonthNames","monthNames","getMonthNamesShort","monthNamesShort","exec","check","globalThis","$propertyIsEnumerable","1","V","functionToString","copyright","postfix","random","IS_INCLUDES","fromIndex","integer","toAbsoluteIndex","includes","names","enumBugKeys","internalObjectKeys","feature","detection","POLYFILL","NATIVE","string","require$$0","MAX_SAFE_INTEGER","activeXDocument","setPrototypeOf","CORRECT_SETTER","aPossiblePrototype","dummy","Wrapper","NewTarget","NewTargetPrototype","Properties","IE_PROTO","EmptyConstructor","scriptTag","LT","NullProtoObject","ActiveXObject","iframeDocument","iframe","close","temp","parentWindow","NullProtoObjectViaActiveX","documentCreateElement","html","contentWindow","F","whitespace","whitespaces","ltrim","rtrim","require$$1","require$$2","require$$3","NativeNumber","NumberPrototype","BROKEN_CLASSOF","first","third","radix","maxCode","digits","NaN","NumberWrapper","inheritIfRequired","SEMVER_SPEC_VERSION","MAX_LENGTH","MAX_SAFE_COMPONENT_LENGTH","versions","v8","IS_NODE","WellKnownSymbolsStore","createWellKnownSymbol","USE_SYMBOL_AS_UID","withoutSetter","MATCH","ignoreCase","multiline","dotAll","unicode","sticky","RE","re","SPECIES","CONSTRUCTOR_NAME","Constructor","NativeRegExp","re1","re2","CORRECT_NEW","UNSUPPORTED_Y","stickyHelpers","RegExpWrapper","thisIsRegExp","patternIsRegExp","flagsAreUndefined","getFlags","setSpecies","nativeExec","nativeReplace","patchedExec","UPDATES_LAST_INDEX_WRONG","BROKEN_CARET","NPCG_INCLUDED","reCopy","regexpFlags","charsAdded","strCopy","propertyKey","originalArray","C","METHOD_NAME","foo","createToken","isGlobal","debug","REPLACE_SUPPORTS_NAMED_GROUPS","groups","REPLACE_KEEPS_$0","REPLACE","REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE","SPLIT_WORKS_WITH_OVERWRITTEN_EXEC","originalExec","KEY","SYMBOL","DELEGATES_TO_SYMBOL","DELEGATES_TO_EXEC","execCalled","nativeRegExpMethod","nativeMethod","regexp","arg2","forceStringMethod","stringMethod","regexMethod","CONVERT_TO_STRING","second","size","codeAt","regexpExec","fixRegExpWellKnownSymbolLogic","nativeMatch","maybeCallNative","matcher","rx","regExpExec","fullUnicode","matchStr","advanceStringIndex","$trim","forcedStringTrimMethod","$map","HAS_SPECIES_SUPPORT","arrayPush","SPLIT","nativeSplit","internalSplit","separator","limit","lim","lastLength","output","lastLastIndex","separatorCopy","splitter","defaultConstructor","speciesConstructor","unicodeMatching","callRegExpExec","q","z","nativeJoin","ES3_STRINGS","$filter","loose","numeric","compareIdentifiers","anum","bnum","SemVer","parseOptions","major","minor","num","prerelease","other","compareMain","comparePre","er","UNSCOPABLES","ArrayPrototype","IteratorPrototype","PrototypeOfArrayIteratorPrototype","arrayIterator","ObjectPrototype","CORRECT_PROTOTYPE_GETTER","ITERATOR","BUGGY_SAFARI_ITERATORS","TO_STRING_TAG","TAG","returnThis","IteratorsCore","Iterable","NAME","IteratorConstructor","DEFAULT","IS_SET","FORCED","setToStringTag","Iterators","createIteratorConstructor","CurrentIteratorPrototype","getIterationMethod","KIND","defaultIterator","IterablePrototype","INCORRECT_VALUES_NAME","nativeIterator","anyNativeIterator","entries","setInternalState","defineIterator","iterated","kind","Arguments","addToUnscopables","preventExtensions","METADATA","setMetadata","objectID","weakData","meta","REQUIRED","fastKey","getWeakData","onFreeze","FREEZING","CORRECT_ARGUMENTS","classofRaw","tryGet","callee","returnMethod","Result","stopped","iterable","unboundFunction","iterFn","step","AS_ENTRIES","IS_ITERATOR","INTERRUPTED","stop","condition","iteratorClose","callFn","getIteratorMethod","SAFE_CLOSING","iteratorWithReturn","internalStateGetterFor","wrapper","IS_WEAK","ADDER","NativeConstructor","NativePrototype","exported","fixMethod","getConstructor","InternalMetadataModule","HASNT_CHAINING","THROWS_ON_PRIMITIVES","ACCEPT_ITERABLES","SKIP_CLOSING","ITERATION_SUPPORT","checkCorrectnessOfIteration","BUGGY_ZERO","$instance","anInstance","iterate","setStrong","collection","define","previous","entry","getEntry","redefineAll","prev","ITERATOR_NAME","getInternalCollectionState","getInternalIteratorState","point","CSSRuleList","CSSStyleDeclaration","CSSValueList","ClientRectList","DOMRectList","DOMStringList","DOMTokenList","DataTransferItemList","FileList","HTMLAllCollection","HTMLCollection","HTMLFormElement","HTMLSelectElement","MediaList","MimeTypeArray","NamedNodeMap","NodeList","PaintRequestList","Plugin","PluginArray","SVGLengthList","SVGNumberList","SVGPathSegList","SVGPointList","SVGStringList","SVGTransformList","SourceBufferList","StyleSheetList","TextTrackCueList","TextTrackList","TouchList","ArrayValues","ArrayIteratorMethods","COLLECTION_NAME","DOMIterables","Collection","CollectionPrototype","normalizeComponent","scriptExports","functionalTemplate","injectStyles","moduleIdentifier","shadowMode","__VUE_SSR_CONTEXT__","_registeredComponents","_ssrRegister","shadowRoot","_injectStyles","originalRender","beforeCreate","Timeout","clearFn","_id","_clearFn","scope","setInterval","clearInterval","unref","enroll","msecs","_idleTimeoutId","_idleTimeout","unenroll","_unrefActive","_onTimeout","clearImmediate","registerImmediate","channel","messagePrefix","onGlobalMessage","nextHandle","tasksByHandle","currentlyRunningATask","doc","attachTo","handle","runIfPresent","postMessage","importScripts","postMessageIsAsynchronous","oldOnMessage","onmessage","canUsePostMessage","MessageChannel","port1","port2","documentElement","script","attachEvent","task","IS_PURE","cachedSetTimeout","cachedClearTimeout","defaultSetTimout","defaultClearTimeout","runTimeout","fun","currentQueue","draining","queueIndex","cleanUpNextTick","drainQueue","marker","runClearTimeout","Item","title","browser","argv","addListener","off","removeListener","removeAllListeners","prependListener","prependOnceListener","cwd","chdir","umask","getSubstitution","UNSAFE_SUBSTITUTE","searchValue","replaceValue","replacer","functionalReplace","results","accumulatedResult","nextSourcePosition","replacerArgs","ConsoleLogger","_contracts","_defineProperties","_classCallCheck","protoProps","staticProps","level","msg","formatMessage","LogLevel","Debug","Info","Warn","Fatal","log","_auth","appId","NASHORN_BUG","___CSS_LOADER_EXPORT___","Queue","require","concurrency","isInteger","Infinity","activeCount","dequeue","generator","enqueue","pendingCount","clearQueue","_axios","client","requesttoken","cancelableClient","_default","_requesttoken","_user","$exec","Node","_head","_tail","_size","setApp","setUid","recommended","recommendedIds","defaultPageUrl","locals","_vm","_h","customIcon","customDescription","isCompatible","canInstall","__webpack_nonce__","__webpack_public_path__","RecommendedApps","logger"],"mappings":"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","file":"recommendedapps.js","sourcesContent":[" \t// The module cache\n \tvar installedModules = {};\n\n \t// The require function\n \tfunction __webpack_require__(moduleId) {\n\n \t\t// Check if module is in cache\n \t\tif(installedModules[moduleId]) {\n \t\t\treturn installedModules[moduleId].exports;\n \t\t}\n \t\t// Create a new module (and put it into the cache)\n \t\tvar module = installedModules[moduleId] = {\n \t\t\ti: moduleId,\n \t\t\tl: false,\n \t\t\texports: {}\n \t\t};\n\n \t\t// Execute the module function\n \t\tmodules[moduleId].call(module.exports, module, module.exports, __webpack_require__);\n\n \t\t// Flag the module as loaded\n \t\tmodule.l = true;\n\n \t\t// Return the exports of the module\n \t\treturn module.exports;\n \t}\n\n\n \t// expose the modules object (__webpack_modules__)\n \t__webpack_require__.m = modules;\n\n \t// expose the module cache\n \t__webpack_require__.c = installedModules;\n\n \t// define getter function for harmony exports\n \t__webpack_require__.d = function(exports, name, getter) {\n \t\tif(!__webpack_require__.o(exports, name)) {\n \t\t\tObject.defineProperty(exports, name, { enumerable: true, get: getter });\n \t\t}\n \t};\n\n \t// define __esModule on exports\n \t__webpack_require__.r = function(exports) {\n \t\tif(typeof Symbol !== 'undefined' && Symbol.toStringTag) {\n \t\t\tObject.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });\n \t\t}\n \t\tObject.defineProperty(exports, '__esModule', { value: true });\n \t};\n\n \t// create a fake namespace object\n \t// mode & 1: value is a module id, require it\n \t// mode & 2: merge all properties of value into the ns\n \t// mode & 4: return value when already ns object\n \t// mode & 8|1: behave like require\n \t__webpack_require__.t = function(value, mode) {\n \t\tif(mode & 1) value = __webpack_require__(value);\n \t\tif(mode & 8) return value;\n \t\tif((mode & 4) && typeof value === 'object' && value && value.__esModule) return value;\n \t\tvar ns = Object.create(null);\n \t\t__webpack_require__.r(ns);\n \t\tObject.defineProperty(ns, 'default', { enumerable: true, value: value });\n \t\tif(mode & 2 && typeof value != 'string') for(var key in value) __webpack_require__.d(ns, key, function(key) { return value[key]; }.bind(null, key));\n \t\treturn ns;\n \t};\n\n \t// getDefaultExport function for compatibility with non-harmony modules\n \t__webpack_require__.n = function(module) {\n \t\tvar getter = module && module.__esModule ?\n \t\t\tfunction getDefault() { return module['default']; } :\n \t\t\tfunction getModuleExports() { return module; };\n \t\t__webpack_require__.d(getter, 'a', getter);\n \t\treturn getter;\n \t};\n\n \t// Object.prototype.hasOwnProperty.call\n \t__webpack_require__.o = function(object, property) { return Object.prototype.hasOwnProperty.call(object, property); };\n\n \t// __webpack_public_path__\n \t__webpack_require__.p = \"\";\n\n\n \t// Load entry module and return exports\n \treturn __webpack_require__(__webpack_require__.s = 945);\n","module.exports = function (it) {\n return typeof it === 'object' ? it !== null : typeof it === 'function';\n};\n","\"use strict\";\n\nrequire(\"core-js/modules/es.array.concat\");\n\nObject.defineProperty(exports, \"__esModule\", {\n value: true\n});\nexports.loadState = loadState;\n\n/**\n * @param app app ID, e.g. \"mail\"\n * @param key name of the property\n * @param fallback optional parameter to use as default value\n * @throws if the key can't be found\n */\nfunction loadState(app, key, fallback) {\n var elem = document.querySelector(\"#initial-state-\".concat(app, \"-\").concat(key));\n\n if (elem === null) {\n if (fallback !== undefined) {\n return fallback;\n }\n\n throw new Error(\"Could not find initial state \".concat(key, \" of \").concat(app));\n }\n\n try {\n return JSON.parse(atob(elem.value));\n } catch (e) {\n throw new Error(\"Could not parse initial state \".concat(key, \" of \").concat(app));\n }\n}\n//# sourceMappingURL=index.js.map","var global = require('../internals/global');\nvar isObject = require('../internals/is-object');\n\nvar document = global.document;\n// typeof document.createElement is 'object' in old IE\nvar EXISTS = isObject(document) && isObject(document.createElement);\n\nmodule.exports = function (it) {\n return EXISTS ? document.createElement(it) : {};\n};\n","var getBuiltIn = require('../internals/get-built-in');\nvar getOwnPropertyNamesModule = require('../internals/object-get-own-property-names');\nvar getOwnPropertySymbolsModule = require('../internals/object-get-own-property-symbols');\nvar anObject = require('../internals/an-object');\n\n// all object keys, includes non-enumerable and symbols\nmodule.exports = getBuiltIn('Reflect', 'ownKeys') || function ownKeys(it) {\n var keys = getOwnPropertyNamesModule.f(anObject(it));\n var getOwnPropertySymbols = getOwnPropertySymbolsModule.f;\n return getOwnPropertySymbols ? keys.concat(getOwnPropertySymbols(it)) : keys;\n};\n","var global = require('../internals/global');\n\nmodule.exports = global;\n","var TO_STRING_TAG_SUPPORT = require('../internals/to-string-tag-support');\nvar redefine = require('../internals/redefine');\nvar toString = require('../internals/object-to-string');\n\n// `Object.prototype.toString` method\n// https://tc39.es/ecma262/#sec-object.prototype.tostring\nif (!TO_STRING_TAG_SUPPORT) {\n redefine(Object.prototype, 'toString', toString, { unsafe: true });\n}\n","var fails = require('../internals/fails');\n\n// Detect IE8's incomplete defineProperty implementation\nmodule.exports = !fails(function () {\n // eslint-disable-next-line es/no-object-defineproperty -- required for testing\n return Object.defineProperty({}, 1, { get: function () { return 7; } })[1] != 7;\n});\n","var has = require('../internals/has');\nvar ownKeys = require('../internals/own-keys');\nvar getOwnPropertyDescriptorModule = require('../internals/object-get-own-property-descriptor');\nvar definePropertyModule = require('../internals/object-define-property');\n\nmodule.exports = function (target, source) {\n var keys = ownKeys(source);\n var defineProperty = definePropertyModule.f;\n var getOwnPropertyDescriptor = getOwnPropertyDescriptorModule.f;\n for (var i = 0; i < keys.length; i++) {\n var key = keys[i];\n if (!has(target, key)) defineProperty(target, key, getOwnPropertyDescriptor(source, key));\n }\n};\n","/* eslint-disable es/no-symbol -- required for testing */\nvar NATIVE_SYMBOL = require('../internals/native-symbol');\n\nmodule.exports = NATIVE_SYMBOL\n && !Symbol.sham\n && typeof Symbol.iterator == 'symbol';\n","/*!\n * Vue.js v2.6.12\n * (c) 2014-2020 Evan You\n * Released under the MIT License.\n */\n/* */\n\nvar emptyObject = Object.freeze({});\n\n// These helpers produce better VM code in JS engines due to their\n// explicitness and function inlining.\nfunction isUndef (v) {\n return v === undefined || v === null\n}\n\nfunction isDef (v) {\n return v !== undefined && v !== null\n}\n\nfunction isTrue (v) {\n return v === true\n}\n\nfunction isFalse (v) {\n return v === false\n}\n\n/**\n * Check if value is primitive.\n */\nfunction isPrimitive (value) {\n return (\n typeof value === 'string' ||\n typeof value === 'number' ||\n // $flow-disable-line\n typeof value === 'symbol' ||\n typeof value === 'boolean'\n )\n}\n\n/**\n * Quick object check - this is primarily used to tell\n * Objects from primitive values when we know the value\n * is a JSON-compliant type.\n */\nfunction isObject (obj) {\n return obj !== null && typeof obj === 'object'\n}\n\n/**\n * Get the raw type string of a value, e.g., [object Object].\n */\nvar _toString = Object.prototype.toString;\n\nfunction toRawType (value) {\n return _toString.call(value).slice(8, -1)\n}\n\n/**\n * Strict object type check. Only returns true\n * for plain JavaScript objects.\n */\nfunction isPlainObject (obj) {\n return _toString.call(obj) === '[object Object]'\n}\n\nfunction isRegExp (v) {\n return _toString.call(v) === '[object RegExp]'\n}\n\n/**\n * Check if val is a valid array index.\n */\nfunction isValidArrayIndex (val) {\n var n = parseFloat(String(val));\n return n >= 0 && Math.floor(n) === n && isFinite(val)\n}\n\nfunction isPromise (val) {\n return (\n isDef(val) &&\n typeof val.then === 'function' &&\n typeof val.catch === 'function'\n )\n}\n\n/**\n * Convert a value to a string that is actually rendered.\n */\nfunction toString (val) {\n return val == null\n ? ''\n : Array.isArray(val) || (isPlainObject(val) && val.toString === _toString)\n ? JSON.stringify(val, null, 2)\n : String(val)\n}\n\n/**\n * Convert an input value to a number for persistence.\n * If the conversion fails, return original string.\n */\nfunction toNumber (val) {\n var n = parseFloat(val);\n return isNaN(n) ? val : n\n}\n\n/**\n * Make a map and return a function for checking if a key\n * is in that map.\n */\nfunction makeMap (\n str,\n expectsLowerCase\n) {\n var map = Object.create(null);\n var list = str.split(',');\n for (var i = 0; i < list.length; i++) {\n map[list[i]] = true;\n }\n return expectsLowerCase\n ? function (val) { return map[val.toLowerCase()]; }\n : function (val) { return map[val]; }\n}\n\n/**\n * Check if a tag is a built-in tag.\n */\nvar isBuiltInTag = makeMap('slot,component', true);\n\n/**\n * Check if an attribute is a reserved attribute.\n */\nvar isReservedAttribute = makeMap('key,ref,slot,slot-scope,is');\n\n/**\n * Remove an item from an array.\n */\nfunction remove (arr, item) {\n if (arr.length) {\n var index = arr.indexOf(item);\n if (index > -1) {\n return arr.splice(index, 1)\n }\n }\n}\n\n/**\n * Check whether an object has the property.\n */\nvar hasOwnProperty = Object.prototype.hasOwnProperty;\nfunction hasOwn (obj, key) {\n return hasOwnProperty.call(obj, key)\n}\n\n/**\n * Create a cached version of a pure function.\n */\nfunction cached (fn) {\n var cache = Object.create(null);\n return (function cachedFn (str) {\n var hit = cache[str];\n return hit || (cache[str] = fn(str))\n })\n}\n\n/**\n * Camelize a hyphen-delimited string.\n */\nvar camelizeRE = /-(\\w)/g;\nvar camelize = cached(function (str) {\n return str.replace(camelizeRE, function (_, c) { return c ? c.toUpperCase() : ''; })\n});\n\n/**\n * Capitalize a string.\n */\nvar capitalize = cached(function (str) {\n return str.charAt(0).toUpperCase() + str.slice(1)\n});\n\n/**\n * Hyphenate a camelCase string.\n */\nvar hyphenateRE = /\\B([A-Z])/g;\nvar hyphenate = cached(function (str) {\n return str.replace(hyphenateRE, '-$1').toLowerCase()\n});\n\n/**\n * Simple bind polyfill for environments that do not support it,\n * e.g., PhantomJS 1.x. Technically, we don't need this anymore\n * since native bind is now performant enough in most browsers.\n * But removing it would mean breaking code that was able to run in\n * PhantomJS 1.x, so this must be kept for backward compatibility.\n */\n\n/* istanbul ignore next */\nfunction polyfillBind (fn, ctx) {\n function boundFn (a) {\n var l = arguments.length;\n return l\n ? l > 1\n ? fn.apply(ctx, arguments)\n : fn.call(ctx, a)\n : fn.call(ctx)\n }\n\n boundFn._length = fn.length;\n return boundFn\n}\n\nfunction nativeBind (fn, ctx) {\n return fn.bind(ctx)\n}\n\nvar bind = Function.prototype.bind\n ? nativeBind\n : polyfillBind;\n\n/**\n * Convert an Array-like object to a real Array.\n */\nfunction toArray (list, start) {\n start = start || 0;\n var i = list.length - start;\n var ret = new Array(i);\n while (i--) {\n ret[i] = list[i + start];\n }\n return ret\n}\n\n/**\n * Mix properties into target object.\n */\nfunction extend (to, _from) {\n for (var key in _from) {\n to[key] = _from[key];\n }\n return to\n}\n\n/**\n * Merge an Array of Objects into a single Object.\n */\nfunction toObject (arr) {\n var res = {};\n for (var i = 0; i < arr.length; i++) {\n if (arr[i]) {\n extend(res, arr[i]);\n }\n }\n return res\n}\n\n/* eslint-disable no-unused-vars */\n\n/**\n * Perform no operation.\n * Stubbing args to make Flow happy without leaving useless transpiled code\n * with ...rest (https://flow.org/blog/2017/05/07/Strict-Function-Call-Arity/).\n */\nfunction noop (a, b, c) {}\n\n/**\n * Always return false.\n */\nvar no = function (a, b, c) { return false; };\n\n/* eslint-enable no-unused-vars */\n\n/**\n * Return the same value.\n */\nvar identity = function (_) { return _; };\n\n/**\n * Check if two values are loosely equal - that is,\n * if they are plain objects, do they have the same shape?\n */\nfunction looseEqual (a, b) {\n if (a === b) { return true }\n var isObjectA = isObject(a);\n var isObjectB = isObject(b);\n if (isObjectA && isObjectB) {\n try {\n var isArrayA = Array.isArray(a);\n var isArrayB = Array.isArray(b);\n if (isArrayA && isArrayB) {\n return a.length === b.length && a.every(function (e, i) {\n return looseEqual(e, b[i])\n })\n } else if (a instanceof Date && b instanceof Date) {\n return a.getTime() === b.getTime()\n } else if (!isArrayA && !isArrayB) {\n var keysA = Object.keys(a);\n var keysB = Object.keys(b);\n return keysA.length === keysB.length && keysA.every(function (key) {\n return looseEqual(a[key], b[key])\n })\n } else {\n /* istanbul ignore next */\n return false\n }\n } catch (e) {\n /* istanbul ignore next */\n return false\n }\n } else if (!isObjectA && !isObjectB) {\n return String(a) === String(b)\n } else {\n return false\n }\n}\n\n/**\n * Return the first index at which a loosely equal value can be\n * found in the array (if value is a plain object, the array must\n * contain an object of the same shape), or -1 if it is not present.\n */\nfunction looseIndexOf (arr, val) {\n for (var i = 0; i < arr.length; i++) {\n if (looseEqual(arr[i], val)) { return i }\n }\n return -1\n}\n\n/**\n * Ensure a function is called only once.\n */\nfunction once (fn) {\n var called = false;\n return function () {\n if (!called) {\n called = true;\n fn.apply(this, arguments);\n }\n }\n}\n\nvar SSR_ATTR = 'data-server-rendered';\n\nvar ASSET_TYPES = [\n 'component',\n 'directive',\n 'filter'\n];\n\nvar LIFECYCLE_HOOKS = [\n 'beforeCreate',\n 'created',\n 'beforeMount',\n 'mounted',\n 'beforeUpdate',\n 'updated',\n 'beforeDestroy',\n 'destroyed',\n 'activated',\n 'deactivated',\n 'errorCaptured',\n 'serverPrefetch'\n];\n\n/* */\n\n\n\nvar config = ({\n /**\n * Option merge strategies (used in core/util/options)\n */\n // $flow-disable-line\n optionMergeStrategies: Object.create(null),\n\n /**\n * Whether to suppress warnings.\n */\n silent: false,\n\n /**\n * Show production mode tip message on boot?\n */\n productionTip: process.env.NODE_ENV !== 'production',\n\n /**\n * Whether to enable devtools\n */\n devtools: process.env.NODE_ENV !== 'production',\n\n /**\n * Whether to record perf\n */\n performance: false,\n\n /**\n * Error handler for watcher errors\n */\n errorHandler: null,\n\n /**\n * Warn handler for watcher warns\n */\n warnHandler: null,\n\n /**\n * Ignore certain custom elements\n */\n ignoredElements: [],\n\n /**\n * Custom user key aliases for v-on\n */\n // $flow-disable-line\n keyCodes: Object.create(null),\n\n /**\n * Check if a tag is reserved so that it cannot be registered as a\n * component. This is platform-dependent and may be overwritten.\n */\n isReservedTag: no,\n\n /**\n * Check if an attribute is reserved so that it cannot be used as a component\n * prop. This is platform-dependent and may be overwritten.\n */\n isReservedAttr: no,\n\n /**\n * Check if a tag is an unknown element.\n * Platform-dependent.\n */\n isUnknownElement: no,\n\n /**\n * Get the namespace of an element\n */\n getTagNamespace: noop,\n\n /**\n * Parse the real tag name for the specific platform.\n */\n parsePlatformTagName: identity,\n\n /**\n * Check if an attribute must be bound using property, e.g. value\n * Platform-dependent.\n */\n mustUseProp: no,\n\n /**\n * Perform updates asynchronously. Intended to be used by Vue Test Utils\n * This will significantly reduce performance if set to false.\n */\n async: true,\n\n /**\n * Exposed for legacy reasons\n */\n _lifecycleHooks: LIFECYCLE_HOOKS\n});\n\n/* */\n\n/**\n * unicode letters used for parsing html tags, component names and property paths.\n * using https://www.w3.org/TR/html53/semantics-scripting.html#potentialcustomelementname\n * skipping \\u10000-\\uEFFFF due to it freezing up PhantomJS\n */\nvar unicodeRegExp = /a-zA-Z\\u00B7\\u00C0-\\u00D6\\u00D8-\\u00F6\\u00F8-\\u037D\\u037F-\\u1FFF\\u200C-\\u200D\\u203F-\\u2040\\u2070-\\u218F\\u2C00-\\u2FEF\\u3001-\\uD7FF\\uF900-\\uFDCF\\uFDF0-\\uFFFD/;\n\n/**\n * Check if a string starts with $ or _\n */\nfunction isReserved (str) {\n var c = (str + '').charCodeAt(0);\n return c === 0x24 || c === 0x5F\n}\n\n/**\n * Define a property.\n */\nfunction def (obj, key, val, enumerable) {\n Object.defineProperty(obj, key, {\n value: val,\n enumerable: !!enumerable,\n writable: true,\n configurable: true\n });\n}\n\n/**\n * Parse simple path.\n */\nvar bailRE = new RegExp((\"[^\" + (unicodeRegExp.source) + \".$_\\\\d]\"));\nfunction parsePath (path) {\n if (bailRE.test(path)) {\n return\n }\n var segments = path.split('.');\n return function (obj) {\n for (var i = 0; i < segments.length; i++) {\n if (!obj) { return }\n obj = obj[segments[i]];\n }\n return obj\n }\n}\n\n/* */\n\n// can we use __proto__?\nvar hasProto = '__proto__' in {};\n\n// Browser environment sniffing\nvar inBrowser = typeof window !== 'undefined';\nvar inWeex = typeof WXEnvironment !== 'undefined' && !!WXEnvironment.platform;\nvar weexPlatform = inWeex && WXEnvironment.platform.toLowerCase();\nvar UA = inBrowser && window.navigator.userAgent.toLowerCase();\nvar isIE = UA && /msie|trident/.test(UA);\nvar isIE9 = UA && UA.indexOf('msie 9.0') > 0;\nvar isEdge = UA && UA.indexOf('edge/') > 0;\nvar isAndroid = (UA && UA.indexOf('android') > 0) || (weexPlatform === 'android');\nvar isIOS = (UA && /iphone|ipad|ipod|ios/.test(UA)) || (weexPlatform === 'ios');\nvar isChrome = UA && /chrome\\/\\d+/.test(UA) && !isEdge;\nvar isPhantomJS = UA && /phantomjs/.test(UA);\nvar isFF = UA && UA.match(/firefox\\/(\\d+)/);\n\n// Firefox has a \"watch\" function on Object.prototype...\nvar nativeWatch = ({}).watch;\n\nvar supportsPassive = false;\nif (inBrowser) {\n try {\n var opts = {};\n Object.defineProperty(opts, 'passive', ({\n get: function get () {\n /* istanbul ignore next */\n supportsPassive = true;\n }\n })); // https://github.com/facebook/flow/issues/285\n window.addEventListener('test-passive', null, opts);\n } catch (e) {}\n}\n\n// this needs to be lazy-evaled because vue may be required before\n// vue-server-renderer can set VUE_ENV\nvar _isServer;\nvar isServerRendering = function () {\n if (_isServer === undefined) {\n /* istanbul ignore if */\n if (!inBrowser && !inWeex && typeof global !== 'undefined') {\n // detect presence of vue-server-renderer and avoid\n // Webpack shimming the process\n _isServer = global['process'] && global['process'].env.VUE_ENV === 'server';\n } else {\n _isServer = false;\n }\n }\n return _isServer\n};\n\n// detect devtools\nvar devtools = inBrowser && window.__VUE_DEVTOOLS_GLOBAL_HOOK__;\n\n/* istanbul ignore next */\nfunction isNative (Ctor) {\n return typeof Ctor === 'function' && /native code/.test(Ctor.toString())\n}\n\nvar hasSymbol =\n typeof Symbol !== 'undefined' && isNative(Symbol) &&\n typeof Reflect !== 'undefined' && isNative(Reflect.ownKeys);\n\nvar _Set;\n/* istanbul ignore if */ // $flow-disable-line\nif (typeof Set !== 'undefined' && isNative(Set)) {\n // use native Set when available.\n _Set = Set;\n} else {\n // a non-standard Set polyfill that only works with primitive keys.\n _Set = /*@__PURE__*/(function () {\n function Set () {\n this.set = Object.create(null);\n }\n Set.prototype.has = function has (key) {\n return this.set[key] === true\n };\n Set.prototype.add = function add (key) {\n this.set[key] = true;\n };\n Set.prototype.clear = function clear () {\n this.set = Object.create(null);\n };\n\n return Set;\n }());\n}\n\n/* */\n\nvar warn = noop;\nvar tip = noop;\nvar generateComponentTrace = (noop); // work around flow check\nvar formatComponentName = (noop);\n\nif (process.env.NODE_ENV !== 'production') {\n var hasConsole = typeof console !== 'undefined';\n var classifyRE = /(?:^|[-_])(\\w)/g;\n var classify = function (str) { return str\n .replace(classifyRE, function (c) { return c.toUpperCase(); })\n .replace(/[-_]/g, ''); };\n\n warn = function (msg, vm) {\n var trace = vm ? generateComponentTrace(vm) : '';\n\n if (config.warnHandler) {\n config.warnHandler.call(null, msg, vm, trace);\n } else if (hasConsole && (!config.silent)) {\n console.error((\"[Vue warn]: \" + msg + trace));\n }\n };\n\n tip = function (msg, vm) {\n if (hasConsole && (!config.silent)) {\n console.warn(\"[Vue tip]: \" + msg + (\n vm ? generateComponentTrace(vm) : ''\n ));\n }\n };\n\n formatComponentName = function (vm, includeFile) {\n if (vm.$root === vm) {\n return '<Root>'\n }\n var options = typeof vm === 'function' && vm.cid != null\n ? vm.options\n : vm._isVue\n ? vm.$options || vm.constructor.options\n : vm;\n var name = options.name || options._componentTag;\n var file = options.__file;\n if (!name && file) {\n var match = file.match(/([^/\\\\]+)\\.vue$/);\n name = match && match[1];\n }\n\n return (\n (name ? (\"<\" + (classify(name)) + \">\") : \"<Anonymous>\") +\n (file && includeFile !== false ? (\" at \" + file) : '')\n )\n };\n\n var repeat = function (str, n) {\n var res = '';\n while (n) {\n if (n % 2 === 1) { res += str; }\n if (n > 1) { str += str; }\n n >>= 1;\n }\n return res\n };\n\n generateComponentTrace = function (vm) {\n if (vm._isVue && vm.$parent) {\n var tree = [];\n var currentRecursiveSequence = 0;\n while (vm) {\n if (tree.length > 0) {\n var last = tree[tree.length - 1];\n if (last.constructor === vm.constructor) {\n currentRecursiveSequence++;\n vm = vm.$parent;\n continue\n } else if (currentRecursiveSequence > 0) {\n tree[tree.length - 1] = [last, currentRecursiveSequence];\n currentRecursiveSequence = 0;\n }\n }\n tree.push(vm);\n vm = vm.$parent;\n }\n return '\\n\\nfound in\\n\\n' + tree\n .map(function (vm, i) { return (\"\" + (i === 0 ? '---> ' : repeat(' ', 5 + i * 2)) + (Array.isArray(vm)\n ? ((formatComponentName(vm[0])) + \"... (\" + (vm[1]) + \" recursive calls)\")\n : formatComponentName(vm))); })\n .join('\\n')\n } else {\n return (\"\\n\\n(found in \" + (formatComponentName(vm)) + \")\")\n }\n };\n}\n\n/* */\n\nvar uid = 0;\n\n/**\n * A dep is an observable that can have multiple\n * directives subscribing to it.\n */\nvar Dep = function Dep () {\n this.id = uid++;\n this.subs = [];\n};\n\nDep.prototype.addSub = function addSub (sub) {\n this.subs.push(sub);\n};\n\nDep.prototype.removeSub = function removeSub (sub) {\n remove(this.subs, sub);\n};\n\nDep.prototype.depend = function depend () {\n if (Dep.target) {\n Dep.target.addDep(this);\n }\n};\n\nDep.prototype.notify = function notify () {\n // stabilize the subscriber list first\n var subs = this.subs.slice();\n if (process.env.NODE_ENV !== 'production' && !config.async) {\n // subs aren't sorted in scheduler if not running async\n // we need to sort them now to make sure they fire in correct\n // order\n subs.sort(function (a, b) { return a.id - b.id; });\n }\n for (var i = 0, l = subs.length; i < l; i++) {\n subs[i].update();\n }\n};\n\n// The current target watcher being evaluated.\n// This is globally unique because only one watcher\n// can be evaluated at a time.\nDep.target = null;\nvar targetStack = [];\n\nfunction pushTarget (target) {\n targetStack.push(target);\n Dep.target = target;\n}\n\nfunction popTarget () {\n targetStack.pop();\n Dep.target = targetStack[targetStack.length - 1];\n}\n\n/* */\n\nvar VNode = function VNode (\n tag,\n data,\n children,\n text,\n elm,\n context,\n componentOptions,\n asyncFactory\n) {\n this.tag = tag;\n this.data = data;\n this.children = children;\n this.text = text;\n this.elm = elm;\n this.ns = undefined;\n this.context = context;\n this.fnContext = undefined;\n this.fnOptions = undefined;\n this.fnScopeId = undefined;\n this.key = data && data.key;\n this.componentOptions = componentOptions;\n this.componentInstance = undefined;\n this.parent = undefined;\n this.raw = false;\n this.isStatic = false;\n this.isRootInsert = true;\n this.isComment = false;\n this.isCloned = false;\n this.isOnce = false;\n this.asyncFactory = asyncFactory;\n this.asyncMeta = undefined;\n this.isAsyncPlaceholder = false;\n};\n\nvar prototypeAccessors = { child: { configurable: true } };\n\n// DEPRECATED: alias for componentInstance for backwards compat.\n/* istanbul ignore next */\nprototypeAccessors.child.get = function () {\n return this.componentInstance\n};\n\nObject.defineProperties( VNode.prototype, prototypeAccessors );\n\nvar createEmptyVNode = function (text) {\n if ( text === void 0 ) text = '';\n\n var node = new VNode();\n node.text = text;\n node.isComment = true;\n return node\n};\n\nfunction createTextVNode (val) {\n return new VNode(undefined, undefined, undefined, String(val))\n}\n\n// optimized shallow clone\n// used for static nodes and slot nodes because they may be reused across\n// multiple renders, cloning them avoids errors when DOM manipulations rely\n// on their elm reference.\nfunction cloneVNode (vnode) {\n var cloned = new VNode(\n vnode.tag,\n vnode.data,\n // #7975\n // clone children array to avoid mutating original in case of cloning\n // a child.\n vnode.children && vnode.children.slice(),\n vnode.text,\n vnode.elm,\n vnode.context,\n vnode.componentOptions,\n vnode.asyncFactory\n );\n cloned.ns = vnode.ns;\n cloned.isStatic = vnode.isStatic;\n cloned.key = vnode.key;\n cloned.isComment = vnode.isComment;\n cloned.fnContext = vnode.fnContext;\n cloned.fnOptions = vnode.fnOptions;\n cloned.fnScopeId = vnode.fnScopeId;\n cloned.asyncMeta = vnode.asyncMeta;\n cloned.isCloned = true;\n return cloned\n}\n\n/*\n * not type checking this file because flow doesn't play well with\n * dynamically accessing methods on Array prototype\n */\n\nvar arrayProto = Array.prototype;\nvar arrayMethods = Object.create(arrayProto);\n\nvar methodsToPatch = [\n 'push',\n 'pop',\n 'shift',\n 'unshift',\n 'splice',\n 'sort',\n 'reverse'\n];\n\n/**\n * Intercept mutating methods and emit events\n */\nmethodsToPatch.forEach(function (method) {\n // cache original method\n var original = arrayProto[method];\n def(arrayMethods, method, function mutator () {\n var args = [], len = arguments.length;\n while ( len-- ) args[ len ] = arguments[ len ];\n\n var result = original.apply(this, args);\n var ob = this.__ob__;\n var inserted;\n switch (method) {\n case 'push':\n case 'unshift':\n inserted = args;\n break\n case 'splice':\n inserted = args.slice(2);\n break\n }\n if (inserted) { ob.observeArray(inserted); }\n // notify change\n ob.dep.notify();\n return result\n });\n});\n\n/* */\n\nvar arrayKeys = Object.getOwnPropertyNames(arrayMethods);\n\n/**\n * In some cases we may want to disable observation inside a component's\n * update computation.\n */\nvar shouldObserve = true;\n\nfunction toggleObserving (value) {\n shouldObserve = value;\n}\n\n/**\n * Observer class that is attached to each observed\n * object. Once attached, the observer converts the target\n * object's property keys into getter/setters that\n * collect dependencies and dispatch updates.\n */\nvar Observer = function Observer (value) {\n this.value = value;\n this.dep = new Dep();\n this.vmCount = 0;\n def(value, '__ob__', this);\n if (Array.isArray(value)) {\n if (hasProto) {\n protoAugment(value, arrayMethods);\n } else {\n copyAugment(value, arrayMethods, arrayKeys);\n }\n this.observeArray(value);\n } else {\n this.walk(value);\n }\n};\n\n/**\n * Walk through all properties and convert them into\n * getter/setters. This method should only be called when\n * value type is Object.\n */\nObserver.prototype.walk = function walk (obj) {\n var keys = Object.keys(obj);\n for (var i = 0; i < keys.length; i++) {\n defineReactive$$1(obj, keys[i]);\n }\n};\n\n/**\n * Observe a list of Array items.\n */\nObserver.prototype.observeArray = function observeArray (items) {\n for (var i = 0, l = items.length; i < l; i++) {\n observe(items[i]);\n }\n};\n\n// helpers\n\n/**\n * Augment a target Object or Array by intercepting\n * the prototype chain using __proto__\n */\nfunction protoAugment (target, src) {\n /* eslint-disable no-proto */\n target.__proto__ = src;\n /* eslint-enable no-proto */\n}\n\n/**\n * Augment a target Object or Array by defining\n * hidden properties.\n */\n/* istanbul ignore next */\nfunction copyAugment (target, src, keys) {\n for (var i = 0, l = keys.length; i < l; i++) {\n var key = keys[i];\n def(target, key, src[key]);\n }\n}\n\n/**\n * Attempt to create an observer instance for a value,\n * returns the new observer if successfully observed,\n * or the existing observer if the value already has one.\n */\nfunction observe (value, asRootData) {\n if (!isObject(value) || value instanceof VNode) {\n return\n }\n var ob;\n if (hasOwn(value, '__ob__') && value.__ob__ instanceof Observer) {\n ob = value.__ob__;\n } else if (\n shouldObserve &&\n !isServerRendering() &&\n (Array.isArray(value) || isPlainObject(value)) &&\n Object.isExtensible(value) &&\n !value._isVue\n ) {\n ob = new Observer(value);\n }\n if (asRootData && ob) {\n ob.vmCount++;\n }\n return ob\n}\n\n/**\n * Define a reactive property on an Object.\n */\nfunction defineReactive$$1 (\n obj,\n key,\n val,\n customSetter,\n shallow\n) {\n var dep = new Dep();\n\n var property = Object.getOwnPropertyDescriptor(obj, key);\n if (property && property.configurable === false) {\n return\n }\n\n // cater for pre-defined getter/setters\n var getter = property && property.get;\n var setter = property && property.set;\n if ((!getter || setter) && arguments.length === 2) {\n val = obj[key];\n }\n\n var childOb = !shallow && observe(val);\n Object.defineProperty(obj, key, {\n enumerable: true,\n configurable: true,\n get: function reactiveGetter () {\n var value = getter ? getter.call(obj) : val;\n if (Dep.target) {\n dep.depend();\n if (childOb) {\n childOb.dep.depend();\n if (Array.isArray(value)) {\n dependArray(value);\n }\n }\n }\n return value\n },\n set: function reactiveSetter (newVal) {\n var value = getter ? getter.call(obj) : val;\n /* eslint-disable no-self-compare */\n if (newVal === value || (newVal !== newVal && value !== value)) {\n return\n }\n /* eslint-enable no-self-compare */\n if (process.env.NODE_ENV !== 'production' && customSetter) {\n customSetter();\n }\n // #7981: for accessor properties without setter\n if (getter && !setter) { return }\n if (setter) {\n setter.call(obj, newVal);\n } else {\n val = newVal;\n }\n childOb = !shallow && observe(newVal);\n dep.notify();\n }\n });\n}\n\n/**\n * Set a property on an object. Adds the new property and\n * triggers change notification if the property doesn't\n * already exist.\n */\nfunction set (target, key, val) {\n if (process.env.NODE_ENV !== 'production' &&\n (isUndef(target) || isPrimitive(target))\n ) {\n warn((\"Cannot set reactive property on undefined, null, or primitive value: \" + ((target))));\n }\n if (Array.isArray(target) && isValidArrayIndex(key)) {\n target.length = Math.max(target.length, key);\n target.splice(key, 1, val);\n return val\n }\n if (key in target && !(key in Object.prototype)) {\n target[key] = val;\n return val\n }\n var ob = (target).__ob__;\n if (target._isVue || (ob && ob.vmCount)) {\n process.env.NODE_ENV !== 'production' && warn(\n 'Avoid adding reactive properties to a Vue instance or its root $data ' +\n 'at runtime - declare it upfront in the data option.'\n );\n return val\n }\n if (!ob) {\n target[key] = val;\n return val\n }\n defineReactive$$1(ob.value, key, val);\n ob.dep.notify();\n return val\n}\n\n/**\n * Delete a property and trigger change if necessary.\n */\nfunction del (target, key) {\n if (process.env.NODE_ENV !== 'production' &&\n (isUndef(target) || isPrimitive(target))\n ) {\n warn((\"Cannot delete reactive property on undefined, null, or primitive value: \" + ((target))));\n }\n if (Array.isArray(target) && isValidArrayIndex(key)) {\n target.splice(key, 1);\n return\n }\n var ob = (target).__ob__;\n if (target._isVue || (ob && ob.vmCount)) {\n process.env.NODE_ENV !== 'production' && warn(\n 'Avoid deleting properties on a Vue instance or its root $data ' +\n '- just set it to null.'\n );\n return\n }\n if (!hasOwn(target, key)) {\n return\n }\n delete target[key];\n if (!ob) {\n return\n }\n ob.dep.notify();\n}\n\n/**\n * Collect dependencies on array elements when the array is touched, since\n * we cannot intercept array element access like property getters.\n */\nfunction dependArray (value) {\n for (var e = (void 0), i = 0, l = value.length; i < l; i++) {\n e = value[i];\n e && e.__ob__ && e.__ob__.dep.depend();\n if (Array.isArray(e)) {\n dependArray(e);\n }\n }\n}\n\n/* */\n\n/**\n * Option overwriting strategies are functions that handle\n * how to merge a parent option value and a child option\n * value into the final value.\n */\nvar strats = config.optionMergeStrategies;\n\n/**\n * Options with restrictions\n */\nif (process.env.NODE_ENV !== 'production') {\n strats.el = strats.propsData = function (parent, child, vm, key) {\n if (!vm) {\n warn(\n \"option \\\"\" + key + \"\\\" can only be used during instance \" +\n 'creation with the `new` keyword.'\n );\n }\n return defaultStrat(parent, child)\n };\n}\n\n/**\n * Helper that recursively merges two data objects together.\n */\nfunction mergeData (to, from) {\n if (!from) { return to }\n var key, toVal, fromVal;\n\n var keys = hasSymbol\n ? Reflect.ownKeys(from)\n : Object.keys(from);\n\n for (var i = 0; i < keys.length; i++) {\n key = keys[i];\n // in case the object is already observed...\n if (key === '__ob__') { continue }\n toVal = to[key];\n fromVal = from[key];\n if (!hasOwn(to, key)) {\n set(to, key, fromVal);\n } else if (\n toVal !== fromVal &&\n isPlainObject(toVal) &&\n isPlainObject(fromVal)\n ) {\n mergeData(toVal, fromVal);\n }\n }\n return to\n}\n\n/**\n * Data\n */\nfunction mergeDataOrFn (\n parentVal,\n childVal,\n vm\n) {\n if (!vm) {\n // in a Vue.extend merge, both should be functions\n if (!childVal) {\n return parentVal\n }\n if (!parentVal) {\n return childVal\n }\n // when parentVal & childVal are both present,\n // we need to return a function that returns the\n // merged result of both functions... no need to\n // check if parentVal is a function here because\n // it has to be a function to pass previous merges.\n return function mergedDataFn () {\n return mergeData(\n typeof childVal === 'function' ? childVal.call(this, this) : childVal,\n typeof parentVal === 'function' ? parentVal.call(this, this) : parentVal\n )\n }\n } else {\n return function mergedInstanceDataFn () {\n // instance merge\n var instanceData = typeof childVal === 'function'\n ? childVal.call(vm, vm)\n : childVal;\n var defaultData = typeof parentVal === 'function'\n ? parentVal.call(vm, vm)\n : parentVal;\n if (instanceData) {\n return mergeData(instanceData, defaultData)\n } else {\n return defaultData\n }\n }\n }\n}\n\nstrats.data = function (\n parentVal,\n childVal,\n vm\n) {\n if (!vm) {\n if (childVal && typeof childVal !== 'function') {\n process.env.NODE_ENV !== 'production' && warn(\n 'The \"data\" option should be a function ' +\n 'that returns a per-instance value in component ' +\n 'definitions.',\n vm\n );\n\n return parentVal\n }\n return mergeDataOrFn(parentVal, childVal)\n }\n\n return mergeDataOrFn(parentVal, childVal, vm)\n};\n\n/**\n * Hooks and props are merged as arrays.\n */\nfunction mergeHook (\n parentVal,\n childVal\n) {\n var res = childVal\n ? parentVal\n ? parentVal.concat(childVal)\n : Array.isArray(childVal)\n ? childVal\n : [childVal]\n : parentVal;\n return res\n ? dedupeHooks(res)\n : res\n}\n\nfunction dedupeHooks (hooks) {\n var res = [];\n for (var i = 0; i < hooks.length; i++) {\n if (res.indexOf(hooks[i]) === -1) {\n res.push(hooks[i]);\n }\n }\n return res\n}\n\nLIFECYCLE_HOOKS.forEach(function (hook) {\n strats[hook] = mergeHook;\n});\n\n/**\n * Assets\n *\n * When a vm is present (instance creation), we need to do\n * a three-way merge between constructor options, instance\n * options and parent options.\n */\nfunction mergeAssets (\n parentVal,\n childVal,\n vm,\n key\n) {\n var res = Object.create(parentVal || null);\n if (childVal) {\n process.env.NODE_ENV !== 'production' && assertObjectType(key, childVal, vm);\n return extend(res, childVal)\n } else {\n return res\n }\n}\n\nASSET_TYPES.forEach(function (type) {\n strats[type + 's'] = mergeAssets;\n});\n\n/**\n * Watchers.\n *\n * Watchers hashes should not overwrite one\n * another, so we merge them as arrays.\n */\nstrats.watch = function (\n parentVal,\n childVal,\n vm,\n key\n) {\n // work around Firefox's Object.prototype.watch...\n if (parentVal === nativeWatch) { parentVal = undefined; }\n if (childVal === nativeWatch) { childVal = undefined; }\n /* istanbul ignore if */\n if (!childVal) { return Object.create(parentVal || null) }\n if (process.env.NODE_ENV !== 'production') {\n assertObjectType(key, childVal, vm);\n }\n if (!parentVal) { return childVal }\n var ret = {};\n extend(ret, parentVal);\n for (var key$1 in childVal) {\n var parent = ret[key$1];\n var child = childVal[key$1];\n if (parent && !Array.isArray(parent)) {\n parent = [parent];\n }\n ret[key$1] = parent\n ? parent.concat(child)\n : Array.isArray(child) ? child : [child];\n }\n return ret\n};\n\n/**\n * Other object hashes.\n */\nstrats.props =\nstrats.methods =\nstrats.inject =\nstrats.computed = function (\n parentVal,\n childVal,\n vm,\n key\n) {\n if (childVal && process.env.NODE_ENV !== 'production') {\n assertObjectType(key, childVal, vm);\n }\n if (!parentVal) { return childVal }\n var ret = Object.create(null);\n extend(ret, parentVal);\n if (childVal) { extend(ret, childVal); }\n return ret\n};\nstrats.provide = mergeDataOrFn;\n\n/**\n * Default strategy.\n */\nvar defaultStrat = function (parentVal, childVal) {\n return childVal === undefined\n ? parentVal\n : childVal\n};\n\n/**\n * Validate component names\n */\nfunction checkComponents (options) {\n for (var key in options.components) {\n validateComponentName(key);\n }\n}\n\nfunction validateComponentName (name) {\n if (!new RegExp((\"^[a-zA-Z][\\\\-\\\\.0-9_\" + (unicodeRegExp.source) + \"]*$\")).test(name)) {\n warn(\n 'Invalid component name: \"' + name + '\". Component names ' +\n 'should conform to valid custom element name in html5 specification.'\n );\n }\n if (isBuiltInTag(name) || config.isReservedTag(name)) {\n warn(\n 'Do not use built-in or reserved HTML elements as component ' +\n 'id: ' + name\n );\n }\n}\n\n/**\n * Ensure all props option syntax are normalized into the\n * Object-based format.\n */\nfunction normalizeProps (options, vm) {\n var props = options.props;\n if (!props) { return }\n var res = {};\n var i, val, name;\n if (Array.isArray(props)) {\n i = props.length;\n while (i--) {\n val = props[i];\n if (typeof val === 'string') {\n name = camelize(val);\n res[name] = { type: null };\n } else if (process.env.NODE_ENV !== 'production') {\n warn('props must be strings when using array syntax.');\n }\n }\n } else if (isPlainObject(props)) {\n for (var key in props) {\n val = props[key];\n name = camelize(key);\n res[name] = isPlainObject(val)\n ? val\n : { type: val };\n }\n } else if (process.env.NODE_ENV !== 'production') {\n warn(\n \"Invalid value for option \\\"props\\\": expected an Array or an Object, \" +\n \"but got \" + (toRawType(props)) + \".\",\n vm\n );\n }\n options.props = res;\n}\n\n/**\n * Normalize all injections into Object-based format\n */\nfunction normalizeInject (options, vm) {\n var inject = options.inject;\n if (!inject) { return }\n var normalized = options.inject = {};\n if (Array.isArray(inject)) {\n for (var i = 0; i < inject.length; i++) {\n normalized[inject[i]] = { from: inject[i] };\n }\n } else if (isPlainObject(inject)) {\n for (var key in inject) {\n var val = inject[key];\n normalized[key] = isPlainObject(val)\n ? extend({ from: key }, val)\n : { from: val };\n }\n } else if (process.env.NODE_ENV !== 'production') {\n warn(\n \"Invalid value for option \\\"inject\\\": expected an Array or an Object, \" +\n \"but got \" + (toRawType(inject)) + \".\",\n vm\n );\n }\n}\n\n/**\n * Normalize raw function directives into object format.\n */\nfunction normalizeDirectives (options) {\n var dirs = options.directives;\n if (dirs) {\n for (var key in dirs) {\n var def$$1 = dirs[key];\n if (typeof def$$1 === 'function') {\n dirs[key] = { bind: def$$1, update: def$$1 };\n }\n }\n }\n}\n\nfunction assertObjectType (name, value, vm) {\n if (!isPlainObject(value)) {\n warn(\n \"Invalid value for option \\\"\" + name + \"\\\": expected an Object, \" +\n \"but got \" + (toRawType(value)) + \".\",\n vm\n );\n }\n}\n\n/**\n * Merge two option objects into a new one.\n * Core utility used in both instantiation and inheritance.\n */\nfunction mergeOptions (\n parent,\n child,\n vm\n) {\n if (process.env.NODE_ENV !== 'production') {\n checkComponents(child);\n }\n\n if (typeof child === 'function') {\n child = child.options;\n }\n\n normalizeProps(child, vm);\n normalizeInject(child, vm);\n normalizeDirectives(child);\n\n // Apply extends and mixins on the child options,\n // but only if it is a raw options object that isn't\n // the result of another mergeOptions call.\n // Only merged options has the _base property.\n if (!child._base) {\n if (child.extends) {\n parent = mergeOptions(parent, child.extends, vm);\n }\n if (child.mixins) {\n for (var i = 0, l = child.mixins.length; i < l; i++) {\n parent = mergeOptions(parent, child.mixins[i], vm);\n }\n }\n }\n\n var options = {};\n var key;\n for (key in parent) {\n mergeField(key);\n }\n for (key in child) {\n if (!hasOwn(parent, key)) {\n mergeField(key);\n }\n }\n function mergeField (key) {\n var strat = strats[key] || defaultStrat;\n options[key] = strat(parent[key], child[key], vm, key);\n }\n return options\n}\n\n/**\n * Resolve an asset.\n * This function is used because child instances need access\n * to assets defined in its ancestor chain.\n */\nfunction resolveAsset (\n options,\n type,\n id,\n warnMissing\n) {\n /* istanbul ignore if */\n if (typeof id !== 'string') {\n return\n }\n var assets = options[type];\n // check local registration variations first\n if (hasOwn(assets, id)) { return assets[id] }\n var camelizedId = camelize(id);\n if (hasOwn(assets, camelizedId)) { return assets[camelizedId] }\n var PascalCaseId = capitalize(camelizedId);\n if (hasOwn(assets, PascalCaseId)) { return assets[PascalCaseId] }\n // fallback to prototype chain\n var res = assets[id] || assets[camelizedId] || assets[PascalCaseId];\n if (process.env.NODE_ENV !== 'production' && warnMissing && !res) {\n warn(\n 'Failed to resolve ' + type.slice(0, -1) + ': ' + id,\n options\n );\n }\n return res\n}\n\n/* */\n\n\n\nfunction validateProp (\n key,\n propOptions,\n propsData,\n vm\n) {\n var prop = propOptions[key];\n var absent = !hasOwn(propsData, key);\n var value = propsData[key];\n // boolean casting\n var booleanIndex = getTypeIndex(Boolean, prop.type);\n if (booleanIndex > -1) {\n if (absent && !hasOwn(prop, 'default')) {\n value = false;\n } else if (value === '' || value === hyphenate(key)) {\n // only cast empty string / same name to boolean if\n // boolean has higher priority\n var stringIndex = getTypeIndex(String, prop.type);\n if (stringIndex < 0 || booleanIndex < stringIndex) {\n value = true;\n }\n }\n }\n // check default value\n if (value === undefined) {\n value = getPropDefaultValue(vm, prop, key);\n // since the default value is a fresh copy,\n // make sure to observe it.\n var prevShouldObserve = shouldObserve;\n toggleObserving(true);\n observe(value);\n toggleObserving(prevShouldObserve);\n }\n if (\n process.env.NODE_ENV !== 'production' &&\n // skip validation for weex recycle-list child component props\n !(false)\n ) {\n assertProp(prop, key, value, vm, absent);\n }\n return value\n}\n\n/**\n * Get the default value of a prop.\n */\nfunction getPropDefaultValue (vm, prop, key) {\n // no default, return undefined\n if (!hasOwn(prop, 'default')) {\n return undefined\n }\n var def = prop.default;\n // warn against non-factory defaults for Object & Array\n if (process.env.NODE_ENV !== 'production' && isObject(def)) {\n warn(\n 'Invalid default value for prop \"' + key + '\": ' +\n 'Props with type Object/Array must use a factory function ' +\n 'to return the default value.',\n vm\n );\n }\n // the raw prop value was also undefined from previous render,\n // return previous default value to avoid unnecessary watcher trigger\n if (vm && vm.$options.propsData &&\n vm.$options.propsData[key] === undefined &&\n vm._props[key] !== undefined\n ) {\n return vm._props[key]\n }\n // call factory function for non-Function types\n // a value is Function if its prototype is function even across different execution context\n return typeof def === 'function' && getType(prop.type) !== 'Function'\n ? def.call(vm)\n : def\n}\n\n/**\n * Assert whether a prop is valid.\n */\nfunction assertProp (\n prop,\n name,\n value,\n vm,\n absent\n) {\n if (prop.required && absent) {\n warn(\n 'Missing required prop: \"' + name + '\"',\n vm\n );\n return\n }\n if (value == null && !prop.required) {\n return\n }\n var type = prop.type;\n var valid = !type || type === true;\n var expectedTypes = [];\n if (type) {\n if (!Array.isArray(type)) {\n type = [type];\n }\n for (var i = 0; i < type.length && !valid; i++) {\n var assertedType = assertType(value, type[i]);\n expectedTypes.push(assertedType.expectedType || '');\n valid = assertedType.valid;\n }\n }\n\n if (!valid) {\n warn(\n getInvalidTypeMessage(name, value, expectedTypes),\n vm\n );\n return\n }\n var validator = prop.validator;\n if (validator) {\n if (!validator(value)) {\n warn(\n 'Invalid prop: custom validator check failed for prop \"' + name + '\".',\n vm\n );\n }\n }\n}\n\nvar simpleCheckRE = /^(String|Number|Boolean|Function|Symbol)$/;\n\nfunction assertType (value, type) {\n var valid;\n var expectedType = getType(type);\n if (simpleCheckRE.test(expectedType)) {\n var t = typeof value;\n valid = t === expectedType.toLowerCase();\n // for primitive wrapper objects\n if (!valid && t === 'object') {\n valid = value instanceof type;\n }\n } else if (expectedType === 'Object') {\n valid = isPlainObject(value);\n } else if (expectedType === 'Array') {\n valid = Array.isArray(value);\n } else {\n valid = value instanceof type;\n }\n return {\n valid: valid,\n expectedType: expectedType\n }\n}\n\n/**\n * Use function string name to check built-in types,\n * because a simple equality check will fail when running\n * across different vms / iframes.\n */\nfunction getType (fn) {\n var match = fn && fn.toString().match(/^\\s*function (\\w+)/);\n return match ? match[1] : ''\n}\n\nfunction isSameType (a, b) {\n return getType(a) === getType(b)\n}\n\nfunction getTypeIndex (type, expectedTypes) {\n if (!Array.isArray(expectedTypes)) {\n return isSameType(expectedTypes, type) ? 0 : -1\n }\n for (var i = 0, len = expectedTypes.length; i < len; i++) {\n if (isSameType(expectedTypes[i], type)) {\n return i\n }\n }\n return -1\n}\n\nfunction getInvalidTypeMessage (name, value, expectedTypes) {\n var message = \"Invalid prop: type check failed for prop \\\"\" + name + \"\\\".\" +\n \" Expected \" + (expectedTypes.map(capitalize).join(', '));\n var expectedType = expectedTypes[0];\n var receivedType = toRawType(value);\n var expectedValue = styleValue(value, expectedType);\n var receivedValue = styleValue(value, receivedType);\n // check if we need to specify expected value\n if (expectedTypes.length === 1 &&\n isExplicable(expectedType) &&\n !isBoolean(expectedType, receivedType)) {\n message += \" with value \" + expectedValue;\n }\n message += \", got \" + receivedType + \" \";\n // check if we need to specify received value\n if (isExplicable(receivedType)) {\n message += \"with value \" + receivedValue + \".\";\n }\n return message\n}\n\nfunction styleValue (value, type) {\n if (type === 'String') {\n return (\"\\\"\" + value + \"\\\"\")\n } else if (type === 'Number') {\n return (\"\" + (Number(value)))\n } else {\n return (\"\" + value)\n }\n}\n\nfunction isExplicable (value) {\n var explicitTypes = ['string', 'number', 'boolean'];\n return explicitTypes.some(function (elem) { return value.toLowerCase() === elem; })\n}\n\nfunction isBoolean () {\n var args = [], len = arguments.length;\n while ( len-- ) args[ len ] = arguments[ len ];\n\n return args.some(function (elem) { return elem.toLowerCase() === 'boolean'; })\n}\n\n/* */\n\nfunction handleError (err, vm, info) {\n // Deactivate deps tracking while processing error handler to avoid possible infinite rendering.\n // See: https://github.com/vuejs/vuex/issues/1505\n pushTarget();\n try {\n if (vm) {\n var cur = vm;\n while ((cur = cur.$parent)) {\n var hooks = cur.$options.errorCaptured;\n if (hooks) {\n for (var i = 0; i < hooks.length; i++) {\n try {\n var capture = hooks[i].call(cur, err, vm, info) === false;\n if (capture) { return }\n } catch (e) {\n globalHandleError(e, cur, 'errorCaptured hook');\n }\n }\n }\n }\n }\n globalHandleError(err, vm, info);\n } finally {\n popTarget();\n }\n}\n\nfunction invokeWithErrorHandling (\n handler,\n context,\n args,\n vm,\n info\n) {\n var res;\n try {\n res = args ? handler.apply(context, args) : handler.call(context);\n if (res && !res._isVue && isPromise(res) && !res._handled) {\n res.catch(function (e) { return handleError(e, vm, info + \" (Promise/async)\"); });\n // issue #9511\n // avoid catch triggering multiple times when nested calls\n res._handled = true;\n }\n } catch (e) {\n handleError(e, vm, info);\n }\n return res\n}\n\nfunction globalHandleError (err, vm, info) {\n if (config.errorHandler) {\n try {\n return config.errorHandler.call(null, err, vm, info)\n } catch (e) {\n // if the user intentionally throws the original error in the handler,\n // do not log it twice\n if (e !== err) {\n logError(e, null, 'config.errorHandler');\n }\n }\n }\n logError(err, vm, info);\n}\n\nfunction logError (err, vm, info) {\n if (process.env.NODE_ENV !== 'production') {\n warn((\"Error in \" + info + \": \\\"\" + (err.toString()) + \"\\\"\"), vm);\n }\n /* istanbul ignore else */\n if ((inBrowser || inWeex) && typeof console !== 'undefined') {\n console.error(err);\n } else {\n throw err\n }\n}\n\n/* */\n\nvar isUsingMicroTask = false;\n\nvar callbacks = [];\nvar pending = false;\n\nfunction flushCallbacks () {\n pending = false;\n var copies = callbacks.slice(0);\n callbacks.length = 0;\n for (var i = 0; i < copies.length; i++) {\n copies[i]();\n }\n}\n\n// Here we have async deferring wrappers using microtasks.\n// In 2.5 we used (macro) tasks (in combination with microtasks).\n// However, it has subtle problems when state is changed right before repaint\n// (e.g. #6813, out-in transitions).\n// Also, using (macro) tasks in event handler would cause some weird behaviors\n// that cannot be circumvented (e.g. #7109, #7153, #7546, #7834, #8109).\n// So we now use microtasks everywhere, again.\n// A major drawback of this tradeoff is that there are some scenarios\n// where microtasks have too high a priority and fire in between supposedly\n// sequential events (e.g. #4521, #6690, which have workarounds)\n// or even between bubbling of the same event (#6566).\nvar timerFunc;\n\n// The nextTick behavior leverages the microtask queue, which can be accessed\n// via either native Promise.then or MutationObserver.\n// MutationObserver has wider support, however it is seriously bugged in\n// UIWebView in iOS >= 9.3.3 when triggered in touch event handlers. It\n// completely stops working after triggering a few times... so, if native\n// Promise is available, we will use it:\n/* istanbul ignore next, $flow-disable-line */\nif (typeof Promise !== 'undefined' && isNative(Promise)) {\n var p = Promise.resolve();\n timerFunc = function () {\n p.then(flushCallbacks);\n // In problematic UIWebViews, Promise.then doesn't completely break, but\n // it can get stuck in a weird state where callbacks are pushed into the\n // microtask queue but the queue isn't being flushed, until the browser\n // needs to do some other work, e.g. handle a timer. Therefore we can\n // \"force\" the microtask queue to be flushed by adding an empty timer.\n if (isIOS) { setTimeout(noop); }\n };\n isUsingMicroTask = true;\n} else if (!isIE && typeof MutationObserver !== 'undefined' && (\n isNative(MutationObserver) ||\n // PhantomJS and iOS 7.x\n MutationObserver.toString() === '[object MutationObserverConstructor]'\n)) {\n // Use MutationObserver where native Promise is not available,\n // e.g. PhantomJS, iOS7, Android 4.4\n // (#6466 MutationObserver is unreliable in IE11)\n var counter = 1;\n var observer = new MutationObserver(flushCallbacks);\n var textNode = document.createTextNode(String(counter));\n observer.observe(textNode, {\n characterData: true\n });\n timerFunc = function () {\n counter = (counter + 1) % 2;\n textNode.data = String(counter);\n };\n isUsingMicroTask = true;\n} else if (typeof setImmediate !== 'undefined' && isNative(setImmediate)) {\n // Fallback to setImmediate.\n // Technically it leverages the (macro) task queue,\n // but it is still a better choice than setTimeout.\n timerFunc = function () {\n setImmediate(flushCallbacks);\n };\n} else {\n // Fallback to setTimeout.\n timerFunc = function () {\n setTimeout(flushCallbacks, 0);\n };\n}\n\nfunction nextTick (cb, ctx) {\n var _resolve;\n callbacks.push(function () {\n if (cb) {\n try {\n cb.call(ctx);\n } catch (e) {\n handleError(e, ctx, 'nextTick');\n }\n } else if (_resolve) {\n _resolve(ctx);\n }\n });\n if (!pending) {\n pending = true;\n timerFunc();\n }\n // $flow-disable-line\n if (!cb && typeof Promise !== 'undefined') {\n return new Promise(function (resolve) {\n _resolve = resolve;\n })\n }\n}\n\n/* */\n\n/* not type checking this file because flow doesn't play well with Proxy */\n\nvar initProxy;\n\nif (process.env.NODE_ENV !== 'production') {\n var allowedGlobals = makeMap(\n 'Infinity,undefined,NaN,isFinite,isNaN,' +\n 'parseFloat,parseInt,decodeURI,decodeURIComponent,encodeURI,encodeURIComponent,' +\n 'Math,Number,Date,Array,Object,Boolean,String,RegExp,Map,Set,JSON,Intl,' +\n 'require' // for Webpack/Browserify\n );\n\n var warnNonPresent = function (target, key) {\n warn(\n \"Property or method \\\"\" + key + \"\\\" is not defined on the instance but \" +\n 'referenced during render. Make sure that this property is reactive, ' +\n 'either in the data option, or for class-based components, by ' +\n 'initializing the property. ' +\n 'See: https://vuejs.org/v2/guide/reactivity.html#Declaring-Reactive-Properties.',\n target\n );\n };\n\n var warnReservedPrefix = function (target, key) {\n warn(\n \"Property \\\"\" + key + \"\\\" must be accessed with \\\"$data.\" + key + \"\\\" because \" +\n 'properties starting with \"$\" or \"_\" are not proxied in the Vue instance to ' +\n 'prevent conflicts with Vue internals. ' +\n 'See: https://vuejs.org/v2/api/#data',\n target\n );\n };\n\n var hasProxy =\n typeof Proxy !== 'undefined' && isNative(Proxy);\n\n if (hasProxy) {\n var isBuiltInModifier = makeMap('stop,prevent,self,ctrl,shift,alt,meta,exact');\n config.keyCodes = new Proxy(config.keyCodes, {\n set: function set (target, key, value) {\n if (isBuiltInModifier(key)) {\n warn((\"Avoid overwriting built-in modifier in config.keyCodes: .\" + key));\n return false\n } else {\n target[key] = value;\n return true\n }\n }\n });\n }\n\n var hasHandler = {\n has: function has (target, key) {\n var has = key in target;\n var isAllowed = allowedGlobals(key) ||\n (typeof key === 'string' && key.charAt(0) === '_' && !(key in target.$data));\n if (!has && !isAllowed) {\n if (key in target.$data) { warnReservedPrefix(target, key); }\n else { warnNonPresent(target, key); }\n }\n return has || !isAllowed\n }\n };\n\n var getHandler = {\n get: function get (target, key) {\n if (typeof key === 'string' && !(key in target)) {\n if (key in target.$data) { warnReservedPrefix(target, key); }\n else { warnNonPresent(target, key); }\n }\n return target[key]\n }\n };\n\n initProxy = function initProxy (vm) {\n if (hasProxy) {\n // determine which proxy handler to use\n var options = vm.$options;\n var handlers = options.render && options.render._withStripped\n ? getHandler\n : hasHandler;\n vm._renderProxy = new Proxy(vm, handlers);\n } else {\n vm._renderProxy = vm;\n }\n };\n}\n\n/* */\n\nvar seenObjects = new _Set();\n\n/**\n * Recursively traverse an object to evoke all converted\n * getters, so that every nested property inside the object\n * is collected as a \"deep\" dependency.\n */\nfunction traverse (val) {\n _traverse(val, seenObjects);\n seenObjects.clear();\n}\n\nfunction _traverse (val, seen) {\n var i, keys;\n var isA = Array.isArray(val);\n if ((!isA && !isObject(val)) || Object.isFrozen(val) || val instanceof VNode) {\n return\n }\n if (val.__ob__) {\n var depId = val.__ob__.dep.id;\n if (seen.has(depId)) {\n return\n }\n seen.add(depId);\n }\n if (isA) {\n i = val.length;\n while (i--) { _traverse(val[i], seen); }\n } else {\n keys = Object.keys(val);\n i = keys.length;\n while (i--) { _traverse(val[keys[i]], seen); }\n }\n}\n\nvar mark;\nvar measure;\n\nif (process.env.NODE_ENV !== 'production') {\n var perf = inBrowser && window.performance;\n /* istanbul ignore if */\n if (\n perf &&\n perf.mark &&\n perf.measure &&\n perf.clearMarks &&\n perf.clearMeasures\n ) {\n mark = function (tag) { return perf.mark(tag); };\n measure = function (name, startTag, endTag) {\n perf.measure(name, startTag, endTag);\n perf.clearMarks(startTag);\n perf.clearMarks(endTag);\n // perf.clearMeasures(name)\n };\n }\n}\n\n/* */\n\nvar normalizeEvent = cached(function (name) {\n var passive = name.charAt(0) === '&';\n name = passive ? name.slice(1) : name;\n var once$$1 = name.charAt(0) === '~'; // Prefixed last, checked first\n name = once$$1 ? name.slice(1) : name;\n var capture = name.charAt(0) === '!';\n name = capture ? name.slice(1) : name;\n return {\n name: name,\n once: once$$1,\n capture: capture,\n passive: passive\n }\n});\n\nfunction createFnInvoker (fns, vm) {\n function invoker () {\n var arguments$1 = arguments;\n\n var fns = invoker.fns;\n if (Array.isArray(fns)) {\n var cloned = fns.slice();\n for (var i = 0; i < cloned.length; i++) {\n invokeWithErrorHandling(cloned[i], null, arguments$1, vm, \"v-on handler\");\n }\n } else {\n // return handler return value for single handlers\n return invokeWithErrorHandling(fns, null, arguments, vm, \"v-on handler\")\n }\n }\n invoker.fns = fns;\n return invoker\n}\n\nfunction updateListeners (\n on,\n oldOn,\n add,\n remove$$1,\n createOnceHandler,\n vm\n) {\n var name, def$$1, cur, old, event;\n for (name in on) {\n def$$1 = cur = on[name];\n old = oldOn[name];\n event = normalizeEvent(name);\n if (isUndef(cur)) {\n process.env.NODE_ENV !== 'production' && warn(\n \"Invalid handler for event \\\"\" + (event.name) + \"\\\": got \" + String(cur),\n vm\n );\n } else if (isUndef(old)) {\n if (isUndef(cur.fns)) {\n cur = on[name] = createFnInvoker(cur, vm);\n }\n if (isTrue(event.once)) {\n cur = on[name] = createOnceHandler(event.name, cur, event.capture);\n }\n add(event.name, cur, event.capture, event.passive, event.params);\n } else if (cur !== old) {\n old.fns = cur;\n on[name] = old;\n }\n }\n for (name in oldOn) {\n if (isUndef(on[name])) {\n event = normalizeEvent(name);\n remove$$1(event.name, oldOn[name], event.capture);\n }\n }\n}\n\n/* */\n\nfunction mergeVNodeHook (def, hookKey, hook) {\n if (def instanceof VNode) {\n def = def.data.hook || (def.data.hook = {});\n }\n var invoker;\n var oldHook = def[hookKey];\n\n function wrappedHook () {\n hook.apply(this, arguments);\n // important: remove merged hook to ensure it's called only once\n // and prevent memory leak\n remove(invoker.fns, wrappedHook);\n }\n\n if (isUndef(oldHook)) {\n // no existing hook\n invoker = createFnInvoker([wrappedHook]);\n } else {\n /* istanbul ignore if */\n if (isDef(oldHook.fns) && isTrue(oldHook.merged)) {\n // already a merged invoker\n invoker = oldHook;\n invoker.fns.push(wrappedHook);\n } else {\n // existing plain hook\n invoker = createFnInvoker([oldHook, wrappedHook]);\n }\n }\n\n invoker.merged = true;\n def[hookKey] = invoker;\n}\n\n/* */\n\nfunction extractPropsFromVNodeData (\n data,\n Ctor,\n tag\n) {\n // we are only extracting raw values here.\n // validation and default values are handled in the child\n // component itself.\n var propOptions = Ctor.options.props;\n if (isUndef(propOptions)) {\n return\n }\n var res = {};\n var attrs = data.attrs;\n var props = data.props;\n if (isDef(attrs) || isDef(props)) {\n for (var key in propOptions) {\n var altKey = hyphenate(key);\n if (process.env.NODE_ENV !== 'production') {\n var keyInLowerCase = key.toLowerCase();\n if (\n key !== keyInLowerCase &&\n attrs && hasOwn(attrs, keyInLowerCase)\n ) {\n tip(\n \"Prop \\\"\" + keyInLowerCase + \"\\\" is passed to component \" +\n (formatComponentName(tag || Ctor)) + \", but the declared prop name is\" +\n \" \\\"\" + key + \"\\\". \" +\n \"Note that HTML attributes are case-insensitive and camelCased \" +\n \"props need to use their kebab-case equivalents when using in-DOM \" +\n \"templates. You should probably use \\\"\" + altKey + \"\\\" instead of \\\"\" + key + \"\\\".\"\n );\n }\n }\n checkProp(res, props, key, altKey, true) ||\n checkProp(res, attrs, key, altKey, false);\n }\n }\n return res\n}\n\nfunction checkProp (\n res,\n hash,\n key,\n altKey,\n preserve\n) {\n if (isDef(hash)) {\n if (hasOwn(hash, key)) {\n res[key] = hash[key];\n if (!preserve) {\n delete hash[key];\n }\n return true\n } else if (hasOwn(hash, altKey)) {\n res[key] = hash[altKey];\n if (!preserve) {\n delete hash[altKey];\n }\n return true\n }\n }\n return false\n}\n\n/* */\n\n// The template compiler attempts to minimize the need for normalization by\n// statically analyzing the template at compile time.\n//\n// For plain HTML markup, normalization can be completely skipped because the\n// generated render function is guaranteed to return Array<VNode>. There are\n// two cases where extra normalization is needed:\n\n// 1. When the children contains components - because a functional component\n// may return an Array instead of a single root. In this case, just a simple\n// normalization is needed - if any child is an Array, we flatten the whole\n// thing with Array.prototype.concat. It is guaranteed to be only 1-level deep\n// because functional components already normalize their own children.\nfunction simpleNormalizeChildren (children) {\n for (var i = 0; i < children.length; i++) {\n if (Array.isArray(children[i])) {\n return Array.prototype.concat.apply([], children)\n }\n }\n return children\n}\n\n// 2. When the children contains constructs that always generated nested Arrays,\n// e.g. <template>, <slot>, v-for, or when the children is provided by user\n// with hand-written render functions / JSX. In such cases a full normalization\n// is needed to cater to all possible types of children values.\nfunction normalizeChildren (children) {\n return isPrimitive(children)\n ? [createTextVNode(children)]\n : Array.isArray(children)\n ? normalizeArrayChildren(children)\n : undefined\n}\n\nfunction isTextNode (node) {\n return isDef(node) && isDef(node.text) && isFalse(node.isComment)\n}\n\nfunction normalizeArrayChildren (children, nestedIndex) {\n var res = [];\n var i, c, lastIndex, last;\n for (i = 0; i < children.length; i++) {\n c = children[i];\n if (isUndef(c) || typeof c === 'boolean') { continue }\n lastIndex = res.length - 1;\n last = res[lastIndex];\n // nested\n if (Array.isArray(c)) {\n if (c.length > 0) {\n c = normalizeArrayChildren(c, ((nestedIndex || '') + \"_\" + i));\n // merge adjacent text nodes\n if (isTextNode(c[0]) && isTextNode(last)) {\n res[lastIndex] = createTextVNode(last.text + (c[0]).text);\n c.shift();\n }\n res.push.apply(res, c);\n }\n } else if (isPrimitive(c)) {\n if (isTextNode(last)) {\n // merge adjacent text nodes\n // this is necessary for SSR hydration because text nodes are\n // essentially merged when rendered to HTML strings\n res[lastIndex] = createTextVNode(last.text + c);\n } else if (c !== '') {\n // convert primitive to vnode\n res.push(createTextVNode(c));\n }\n } else {\n if (isTextNode(c) && isTextNode(last)) {\n // merge adjacent text nodes\n res[lastIndex] = createTextVNode(last.text + c.text);\n } else {\n // default key for nested array children (likely generated by v-for)\n if (isTrue(children._isVList) &&\n isDef(c.tag) &&\n isUndef(c.key) &&\n isDef(nestedIndex)) {\n c.key = \"__vlist\" + nestedIndex + \"_\" + i + \"__\";\n }\n res.push(c);\n }\n }\n }\n return res\n}\n\n/* */\n\nfunction initProvide (vm) {\n var provide = vm.$options.provide;\n if (provide) {\n vm._provided = typeof provide === 'function'\n ? provide.call(vm)\n : provide;\n }\n}\n\nfunction initInjections (vm) {\n var result = resolveInject(vm.$options.inject, vm);\n if (result) {\n toggleObserving(false);\n Object.keys(result).forEach(function (key) {\n /* istanbul ignore else */\n if (process.env.NODE_ENV !== 'production') {\n defineReactive$$1(vm, key, result[key], function () {\n warn(\n \"Avoid mutating an injected value directly since the changes will be \" +\n \"overwritten whenever the provided component re-renders. \" +\n \"injection being mutated: \\\"\" + key + \"\\\"\",\n vm\n );\n });\n } else {\n defineReactive$$1(vm, key, result[key]);\n }\n });\n toggleObserving(true);\n }\n}\n\nfunction resolveInject (inject, vm) {\n if (inject) {\n // inject is :any because flow is not smart enough to figure out cached\n var result = Object.create(null);\n var keys = hasSymbol\n ? Reflect.ownKeys(inject)\n : Object.keys(inject);\n\n for (var i = 0; i < keys.length; i++) {\n var key = keys[i];\n // #6574 in case the inject object is observed...\n if (key === '__ob__') { continue }\n var provideKey = inject[key].from;\n var source = vm;\n while (source) {\n if (source._provided && hasOwn(source._provided, provideKey)) {\n result[key] = source._provided[provideKey];\n break\n }\n source = source.$parent;\n }\n if (!source) {\n if ('default' in inject[key]) {\n var provideDefault = inject[key].default;\n result[key] = typeof provideDefault === 'function'\n ? provideDefault.call(vm)\n : provideDefault;\n } else if (process.env.NODE_ENV !== 'production') {\n warn((\"Injection \\\"\" + key + \"\\\" not found\"), vm);\n }\n }\n }\n return result\n }\n}\n\n/* */\n\n\n\n/**\n * Runtime helper for resolving raw children VNodes into a slot object.\n */\nfunction resolveSlots (\n children,\n context\n) {\n if (!children || !children.length) {\n return {}\n }\n var slots = {};\n for (var i = 0, l = children.length; i < l; i++) {\n var child = children[i];\n var data = child.data;\n // remove slot attribute if the node is resolved as a Vue slot node\n if (data && data.attrs && data.attrs.slot) {\n delete data.attrs.slot;\n }\n // named slots should only be respected if the vnode was rendered in the\n // same context.\n if ((child.context === context || child.fnContext === context) &&\n data && data.slot != null\n ) {\n var name = data.slot;\n var slot = (slots[name] || (slots[name] = []));\n if (child.tag === 'template') {\n slot.push.apply(slot, child.children || []);\n } else {\n slot.push(child);\n }\n } else {\n (slots.default || (slots.default = [])).push(child);\n }\n }\n // ignore slots that contains only whitespace\n for (var name$1 in slots) {\n if (slots[name$1].every(isWhitespace)) {\n delete slots[name$1];\n }\n }\n return slots\n}\n\nfunction isWhitespace (node) {\n return (node.isComment && !node.asyncFactory) || node.text === ' '\n}\n\n/* */\n\nfunction normalizeScopedSlots (\n slots,\n normalSlots,\n prevSlots\n) {\n var res;\n var hasNormalSlots = Object.keys(normalSlots).length > 0;\n var isStable = slots ? !!slots.$stable : !hasNormalSlots;\n var key = slots && slots.$key;\n if (!slots) {\n res = {};\n } else if (slots._normalized) {\n // fast path 1: child component re-render only, parent did not change\n return slots._normalized\n } else if (\n isStable &&\n prevSlots &&\n prevSlots !== emptyObject &&\n key === prevSlots.$key &&\n !hasNormalSlots &&\n !prevSlots.$hasNormal\n ) {\n // fast path 2: stable scoped slots w/ no normal slots to proxy,\n // only need to normalize once\n return prevSlots\n } else {\n res = {};\n for (var key$1 in slots) {\n if (slots[key$1] && key$1[0] !== '$') {\n res[key$1] = normalizeScopedSlot(normalSlots, key$1, slots[key$1]);\n }\n }\n }\n // expose normal slots on scopedSlots\n for (var key$2 in normalSlots) {\n if (!(key$2 in res)) {\n res[key$2] = proxyNormalSlot(normalSlots, key$2);\n }\n }\n // avoriaz seems to mock a non-extensible $scopedSlots object\n // and when that is passed down this would cause an error\n if (slots && Object.isExtensible(slots)) {\n (slots)._normalized = res;\n }\n def(res, '$stable', isStable);\n def(res, '$key', key);\n def(res, '$hasNormal', hasNormalSlots);\n return res\n}\n\nfunction normalizeScopedSlot(normalSlots, key, fn) {\n var normalized = function () {\n var res = arguments.length ? fn.apply(null, arguments) : fn({});\n res = res && typeof res === 'object' && !Array.isArray(res)\n ? [res] // single vnode\n : normalizeChildren(res);\n return res && (\n res.length === 0 ||\n (res.length === 1 && res[0].isComment) // #9658\n ) ? undefined\n : res\n };\n // this is a slot using the new v-slot syntax without scope. although it is\n // compiled as a scoped slot, render fn users would expect it to be present\n // on this.$slots because the usage is semantically a normal slot.\n if (fn.proxy) {\n Object.defineProperty(normalSlots, key, {\n get: normalized,\n enumerable: true,\n configurable: true\n });\n }\n return normalized\n}\n\nfunction proxyNormalSlot(slots, key) {\n return function () { return slots[key]; }\n}\n\n/* */\n\n/**\n * Runtime helper for rendering v-for lists.\n */\nfunction renderList (\n val,\n render\n) {\n var ret, i, l, keys, key;\n if (Array.isArray(val) || typeof val === 'string') {\n ret = new Array(val.length);\n for (i = 0, l = val.length; i < l; i++) {\n ret[i] = render(val[i], i);\n }\n } else if (typeof val === 'number') {\n ret = new Array(val);\n for (i = 0; i < val; i++) {\n ret[i] = render(i + 1, i);\n }\n } else if (isObject(val)) {\n if (hasSymbol && val[Symbol.iterator]) {\n ret = [];\n var iterator = val[Symbol.iterator]();\n var result = iterator.next();\n while (!result.done) {\n ret.push(render(result.value, ret.length));\n result = iterator.next();\n }\n } else {\n keys = Object.keys(val);\n ret = new Array(keys.length);\n for (i = 0, l = keys.length; i < l; i++) {\n key = keys[i];\n ret[i] = render(val[key], key, i);\n }\n }\n }\n if (!isDef(ret)) {\n ret = [];\n }\n (ret)._isVList = true;\n return ret\n}\n\n/* */\n\n/**\n * Runtime helper for rendering <slot>\n */\nfunction renderSlot (\n name,\n fallback,\n props,\n bindObject\n) {\n var scopedSlotFn = this.$scopedSlots[name];\n var nodes;\n if (scopedSlotFn) { // scoped slot\n props = props || {};\n if (bindObject) {\n if (process.env.NODE_ENV !== 'production' && !isObject(bindObject)) {\n warn(\n 'slot v-bind without argument expects an Object',\n this\n );\n }\n props = extend(extend({}, bindObject), props);\n }\n nodes = scopedSlotFn(props) || fallback;\n } else {\n nodes = this.$slots[name] || fallback;\n }\n\n var target = props && props.slot;\n if (target) {\n return this.$createElement('template', { slot: target }, nodes)\n } else {\n return nodes\n }\n}\n\n/* */\n\n/**\n * Runtime helper for resolving filters\n */\nfunction resolveFilter (id) {\n return resolveAsset(this.$options, 'filters', id, true) || identity\n}\n\n/* */\n\nfunction isKeyNotMatch (expect, actual) {\n if (Array.isArray(expect)) {\n return expect.indexOf(actual) === -1\n } else {\n return expect !== actual\n }\n}\n\n/**\n * Runtime helper for checking keyCodes from config.\n * exposed as Vue.prototype._k\n * passing in eventKeyName as last argument separately for backwards compat\n */\nfunction checkKeyCodes (\n eventKeyCode,\n key,\n builtInKeyCode,\n eventKeyName,\n builtInKeyName\n) {\n var mappedKeyCode = config.keyCodes[key] || builtInKeyCode;\n if (builtInKeyName && eventKeyName && !config.keyCodes[key]) {\n return isKeyNotMatch(builtInKeyName, eventKeyName)\n } else if (mappedKeyCode) {\n return isKeyNotMatch(mappedKeyCode, eventKeyCode)\n } else if (eventKeyName) {\n return hyphenate(eventKeyName) !== key\n }\n}\n\n/* */\n\n/**\n * Runtime helper for merging v-bind=\"object\" into a VNode's data.\n */\nfunction bindObjectProps (\n data,\n tag,\n value,\n asProp,\n isSync\n) {\n if (value) {\n if (!isObject(value)) {\n process.env.NODE_ENV !== 'production' && warn(\n 'v-bind without argument expects an Object or Array value',\n this\n );\n } else {\n if (Array.isArray(value)) {\n value = toObject(value);\n }\n var hash;\n var loop = function ( key ) {\n if (\n key === 'class' ||\n key === 'style' ||\n isReservedAttribute(key)\n ) {\n hash = data;\n } else {\n var type = data.attrs && data.attrs.type;\n hash = asProp || config.mustUseProp(tag, type, key)\n ? data.domProps || (data.domProps = {})\n : data.attrs || (data.attrs = {});\n }\n var camelizedKey = camelize(key);\n var hyphenatedKey = hyphenate(key);\n if (!(camelizedKey in hash) && !(hyphenatedKey in hash)) {\n hash[key] = value[key];\n\n if (isSync) {\n var on = data.on || (data.on = {});\n on[(\"update:\" + key)] = function ($event) {\n value[key] = $event;\n };\n }\n }\n };\n\n for (var key in value) loop( key );\n }\n }\n return data\n}\n\n/* */\n\n/**\n * Runtime helper for rendering static trees.\n */\nfunction renderStatic (\n index,\n isInFor\n) {\n var cached = this._staticTrees || (this._staticTrees = []);\n var tree = cached[index];\n // if has already-rendered static tree and not inside v-for,\n // we can reuse the same tree.\n if (tree && !isInFor) {\n return tree\n }\n // otherwise, render a fresh tree.\n tree = cached[index] = this.$options.staticRenderFns[index].call(\n this._renderProxy,\n null,\n this // for render fns generated for functional component templates\n );\n markStatic(tree, (\"__static__\" + index), false);\n return tree\n}\n\n/**\n * Runtime helper for v-once.\n * Effectively it means marking the node as static with a unique key.\n */\nfunction markOnce (\n tree,\n index,\n key\n) {\n markStatic(tree, (\"__once__\" + index + (key ? (\"_\" + key) : \"\")), true);\n return tree\n}\n\nfunction markStatic (\n tree,\n key,\n isOnce\n) {\n if (Array.isArray(tree)) {\n for (var i = 0; i < tree.length; i++) {\n if (tree[i] && typeof tree[i] !== 'string') {\n markStaticNode(tree[i], (key + \"_\" + i), isOnce);\n }\n }\n } else {\n markStaticNode(tree, key, isOnce);\n }\n}\n\nfunction markStaticNode (node, key, isOnce) {\n node.isStatic = true;\n node.key = key;\n node.isOnce = isOnce;\n}\n\n/* */\n\nfunction bindObjectListeners (data, value) {\n if (value) {\n if (!isPlainObject(value)) {\n process.env.NODE_ENV !== 'production' && warn(\n 'v-on without argument expects an Object value',\n this\n );\n } else {\n var on = data.on = data.on ? extend({}, data.on) : {};\n for (var key in value) {\n var existing = on[key];\n var ours = value[key];\n on[key] = existing ? [].concat(existing, ours) : ours;\n }\n }\n }\n return data\n}\n\n/* */\n\nfunction resolveScopedSlots (\n fns, // see flow/vnode\n res,\n // the following are added in 2.6\n hasDynamicKeys,\n contentHashKey\n) {\n res = res || { $stable: !hasDynamicKeys };\n for (var i = 0; i < fns.length; i++) {\n var slot = fns[i];\n if (Array.isArray(slot)) {\n resolveScopedSlots(slot, res, hasDynamicKeys);\n } else if (slot) {\n // marker for reverse proxying v-slot without scope on this.$slots\n if (slot.proxy) {\n slot.fn.proxy = true;\n }\n res[slot.key] = slot.fn;\n }\n }\n if (contentHashKey) {\n (res).$key = contentHashKey;\n }\n return res\n}\n\n/* */\n\nfunction bindDynamicKeys (baseObj, values) {\n for (var i = 0; i < values.length; i += 2) {\n var key = values[i];\n if (typeof key === 'string' && key) {\n baseObj[values[i]] = values[i + 1];\n } else if (process.env.NODE_ENV !== 'production' && key !== '' && key !== null) {\n // null is a special value for explicitly removing a binding\n warn(\n (\"Invalid value for dynamic directive argument (expected string or null): \" + key),\n this\n );\n }\n }\n return baseObj\n}\n\n// helper to dynamically append modifier runtime markers to event names.\n// ensure only append when value is already string, otherwise it will be cast\n// to string and cause the type check to miss.\nfunction prependModifier (value, symbol) {\n return typeof value === 'string' ? symbol + value : value\n}\n\n/* */\n\nfunction installRenderHelpers (target) {\n target._o = markOnce;\n target._n = toNumber;\n target._s = toString;\n target._l = renderList;\n target._t = renderSlot;\n target._q = looseEqual;\n target._i = looseIndexOf;\n target._m = renderStatic;\n target._f = resolveFilter;\n target._k = checkKeyCodes;\n target._b = bindObjectProps;\n target._v = createTextVNode;\n target._e = createEmptyVNode;\n target._u = resolveScopedSlots;\n target._g = bindObjectListeners;\n target._d = bindDynamicKeys;\n target._p = prependModifier;\n}\n\n/* */\n\nfunction FunctionalRenderContext (\n data,\n props,\n children,\n parent,\n Ctor\n) {\n var this$1 = this;\n\n var options = Ctor.options;\n // ensure the createElement function in functional components\n // gets a unique context - this is necessary for correct named slot check\n var contextVm;\n if (hasOwn(parent, '_uid')) {\n contextVm = Object.create(parent);\n // $flow-disable-line\n contextVm._original = parent;\n } else {\n // the context vm passed in is a functional context as well.\n // in this case we want to make sure we are able to get a hold to the\n // real context instance.\n contextVm = parent;\n // $flow-disable-line\n parent = parent._original;\n }\n var isCompiled = isTrue(options._compiled);\n var needNormalization = !isCompiled;\n\n this.data = data;\n this.props = props;\n this.children = children;\n this.parent = parent;\n this.listeners = data.on || emptyObject;\n this.injections = resolveInject(options.inject, parent);\n this.slots = function () {\n if (!this$1.$slots) {\n normalizeScopedSlots(\n data.scopedSlots,\n this$1.$slots = resolveSlots(children, parent)\n );\n }\n return this$1.$slots\n };\n\n Object.defineProperty(this, 'scopedSlots', ({\n enumerable: true,\n get: function get () {\n return normalizeScopedSlots(data.scopedSlots, this.slots())\n }\n }));\n\n // support for compiled functional template\n if (isCompiled) {\n // exposing $options for renderStatic()\n this.$options = options;\n // pre-resolve slots for renderSlot()\n this.$slots = this.slots();\n this.$scopedSlots = normalizeScopedSlots(data.scopedSlots, this.$slots);\n }\n\n if (options._scopeId) {\n this._c = function (a, b, c, d) {\n var vnode = createElement(contextVm, a, b, c, d, needNormalization);\n if (vnode && !Array.isArray(vnode)) {\n vnode.fnScopeId = options._scopeId;\n vnode.fnContext = parent;\n }\n return vnode\n };\n } else {\n this._c = function (a, b, c, d) { return createElement(contextVm, a, b, c, d, needNormalization); };\n }\n}\n\ninstallRenderHelpers(FunctionalRenderContext.prototype);\n\nfunction createFunctionalComponent (\n Ctor,\n propsData,\n data,\n contextVm,\n children\n) {\n var options = Ctor.options;\n var props = {};\n var propOptions = options.props;\n if (isDef(propOptions)) {\n for (var key in propOptions) {\n props[key] = validateProp(key, propOptions, propsData || emptyObject);\n }\n } else {\n if (isDef(data.attrs)) { mergeProps(props, data.attrs); }\n if (isDef(data.props)) { mergeProps(props, data.props); }\n }\n\n var renderContext = new FunctionalRenderContext(\n data,\n props,\n children,\n contextVm,\n Ctor\n );\n\n var vnode = options.render.call(null, renderContext._c, renderContext);\n\n if (vnode instanceof VNode) {\n return cloneAndMarkFunctionalResult(vnode, data, renderContext.parent, options, renderContext)\n } else if (Array.isArray(vnode)) {\n var vnodes = normalizeChildren(vnode) || [];\n var res = new Array(vnodes.length);\n for (var i = 0; i < vnodes.length; i++) {\n res[i] = cloneAndMarkFunctionalResult(vnodes[i], data, renderContext.parent, options, renderContext);\n }\n return res\n }\n}\n\nfunction cloneAndMarkFunctionalResult (vnode, data, contextVm, options, renderContext) {\n // #7817 clone node before setting fnContext, otherwise if the node is reused\n // (e.g. it was from a cached normal slot) the fnContext causes named slots\n // that should not be matched to match.\n var clone = cloneVNode(vnode);\n clone.fnContext = contextVm;\n clone.fnOptions = options;\n if (process.env.NODE_ENV !== 'production') {\n (clone.devtoolsMeta = clone.devtoolsMeta || {}).renderContext = renderContext;\n }\n if (data.slot) {\n (clone.data || (clone.data = {})).slot = data.slot;\n }\n return clone\n}\n\nfunction mergeProps (to, from) {\n for (var key in from) {\n to[camelize(key)] = from[key];\n }\n}\n\n/* */\n\n/* */\n\n/* */\n\n/* */\n\n// inline hooks to be invoked on component VNodes during patch\nvar componentVNodeHooks = {\n init: function init (vnode, hydrating) {\n if (\n vnode.componentInstance &&\n !vnode.componentInstance._isDestroyed &&\n vnode.data.keepAlive\n ) {\n // kept-alive components, treat as a patch\n var mountedNode = vnode; // work around flow\n componentVNodeHooks.prepatch(mountedNode, mountedNode);\n } else {\n var child = vnode.componentInstance = createComponentInstanceForVnode(\n vnode,\n activeInstance\n );\n child.$mount(hydrating ? vnode.elm : undefined, hydrating);\n }\n },\n\n prepatch: function prepatch (oldVnode, vnode) {\n var options = vnode.componentOptions;\n var child = vnode.componentInstance = oldVnode.componentInstance;\n updateChildComponent(\n child,\n options.propsData, // updated props\n options.listeners, // updated listeners\n vnode, // new parent vnode\n options.children // new children\n );\n },\n\n insert: function insert (vnode) {\n var context = vnode.context;\n var componentInstance = vnode.componentInstance;\n if (!componentInstance._isMounted) {\n componentInstance._isMounted = true;\n callHook(componentInstance, 'mounted');\n }\n if (vnode.data.keepAlive) {\n if (context._isMounted) {\n // vue-router#1212\n // During updates, a kept-alive component's child components may\n // change, so directly walking the tree here may call activated hooks\n // on incorrect children. Instead we push them into a queue which will\n // be processed after the whole patch process ended.\n queueActivatedComponent(componentInstance);\n } else {\n activateChildComponent(componentInstance, true /* direct */);\n }\n }\n },\n\n destroy: function destroy (vnode) {\n var componentInstance = vnode.componentInstance;\n if (!componentInstance._isDestroyed) {\n if (!vnode.data.keepAlive) {\n componentInstance.$destroy();\n } else {\n deactivateChildComponent(componentInstance, true /* direct */);\n }\n }\n }\n};\n\nvar hooksToMerge = Object.keys(componentVNodeHooks);\n\nfunction createComponent (\n Ctor,\n data,\n context,\n children,\n tag\n) {\n if (isUndef(Ctor)) {\n return\n }\n\n var baseCtor = context.$options._base;\n\n // plain options object: turn it into a constructor\n if (isObject(Ctor)) {\n Ctor = baseCtor.extend(Ctor);\n }\n\n // if at this stage it's not a constructor or an async component factory,\n // reject.\n if (typeof Ctor !== 'function') {\n if (process.env.NODE_ENV !== 'production') {\n warn((\"Invalid Component definition: \" + (String(Ctor))), context);\n }\n return\n }\n\n // async component\n var asyncFactory;\n if (isUndef(Ctor.cid)) {\n asyncFactory = Ctor;\n Ctor = resolveAsyncComponent(asyncFactory, baseCtor);\n if (Ctor === undefined) {\n // return a placeholder node for async component, which is rendered\n // as a comment node but preserves all the raw information for the node.\n // the information will be used for async server-rendering and hydration.\n return createAsyncPlaceholder(\n asyncFactory,\n data,\n context,\n children,\n tag\n )\n }\n }\n\n data = data || {};\n\n // resolve constructor options in case global mixins are applied after\n // component constructor creation\n resolveConstructorOptions(Ctor);\n\n // transform component v-model data into props & events\n if (isDef(data.model)) {\n transformModel(Ctor.options, data);\n }\n\n // extract props\n var propsData = extractPropsFromVNodeData(data, Ctor, tag);\n\n // functional component\n if (isTrue(Ctor.options.functional)) {\n return createFunctionalComponent(Ctor, propsData, data, context, children)\n }\n\n // extract listeners, since these needs to be treated as\n // child component listeners instead of DOM listeners\n var listeners = data.on;\n // replace with listeners with .native modifier\n // so it gets processed during parent component patch.\n data.on = data.nativeOn;\n\n if (isTrue(Ctor.options.abstract)) {\n // abstract components do not keep anything\n // other than props & listeners & slot\n\n // work around flow\n var slot = data.slot;\n data = {};\n if (slot) {\n data.slot = slot;\n }\n }\n\n // install component management hooks onto the placeholder node\n installComponentHooks(data);\n\n // return a placeholder vnode\n var name = Ctor.options.name || tag;\n var vnode = new VNode(\n (\"vue-component-\" + (Ctor.cid) + (name ? (\"-\" + name) : '')),\n data, undefined, undefined, undefined, context,\n { Ctor: Ctor, propsData: propsData, listeners: listeners, tag: tag, children: children },\n asyncFactory\n );\n\n return vnode\n}\n\nfunction createComponentInstanceForVnode (\n vnode, // we know it's MountedComponentVNode but flow doesn't\n parent // activeInstance in lifecycle state\n) {\n var options = {\n _isComponent: true,\n _parentVnode: vnode,\n parent: parent\n };\n // check inline-template render functions\n var inlineTemplate = vnode.data.inlineTemplate;\n if (isDef(inlineTemplate)) {\n options.render = inlineTemplate.render;\n options.staticRenderFns = inlineTemplate.staticRenderFns;\n }\n return new vnode.componentOptions.Ctor(options)\n}\n\nfunction installComponentHooks (data) {\n var hooks = data.hook || (data.hook = {});\n for (var i = 0; i < hooksToMerge.length; i++) {\n var key = hooksToMerge[i];\n var existing = hooks[key];\n var toMerge = componentVNodeHooks[key];\n if (existing !== toMerge && !(existing && existing._merged)) {\n hooks[key] = existing ? mergeHook$1(toMerge, existing) : toMerge;\n }\n }\n}\n\nfunction mergeHook$1 (f1, f2) {\n var merged = function (a, b) {\n // flow complains about extra args which is why we use any\n f1(a, b);\n f2(a, b);\n };\n merged._merged = true;\n return merged\n}\n\n// transform component v-model info (value and callback) into\n// prop and event handler respectively.\nfunction transformModel (options, data) {\n var prop = (options.model && options.model.prop) || 'value';\n var event = (options.model && options.model.event) || 'input'\n ;(data.attrs || (data.attrs = {}))[prop] = data.model.value;\n var on = data.on || (data.on = {});\n var existing = on[event];\n var callback = data.model.callback;\n if (isDef(existing)) {\n if (\n Array.isArray(existing)\n ? existing.indexOf(callback) === -1\n : existing !== callback\n ) {\n on[event] = [callback].concat(existing);\n }\n } else {\n on[event] = callback;\n }\n}\n\n/* */\n\nvar SIMPLE_NORMALIZE = 1;\nvar ALWAYS_NORMALIZE = 2;\n\n// wrapper function for providing a more flexible interface\n// without getting yelled at by flow\nfunction createElement (\n context,\n tag,\n data,\n children,\n normalizationType,\n alwaysNormalize\n) {\n if (Array.isArray(data) || isPrimitive(data)) {\n normalizationType = children;\n children = data;\n data = undefined;\n }\n if (isTrue(alwaysNormalize)) {\n normalizationType = ALWAYS_NORMALIZE;\n }\n return _createElement(context, tag, data, children, normalizationType)\n}\n\nfunction _createElement (\n context,\n tag,\n data,\n children,\n normalizationType\n) {\n if (isDef(data) && isDef((data).__ob__)) {\n process.env.NODE_ENV !== 'production' && warn(\n \"Avoid using observed data object as vnode data: \" + (JSON.stringify(data)) + \"\\n\" +\n 'Always create fresh vnode data objects in each render!',\n context\n );\n return createEmptyVNode()\n }\n // object syntax in v-bind\n if (isDef(data) && isDef(data.is)) {\n tag = data.is;\n }\n if (!tag) {\n // in case of component :is set to falsy value\n return createEmptyVNode()\n }\n // warn against non-primitive key\n if (process.env.NODE_ENV !== 'production' &&\n isDef(data) && isDef(data.key) && !isPrimitive(data.key)\n ) {\n {\n warn(\n 'Avoid using non-primitive value as key, ' +\n 'use string/number value instead.',\n context\n );\n }\n }\n // support single function children as default scoped slot\n if (Array.isArray(children) &&\n typeof children[0] === 'function'\n ) {\n data = data || {};\n data.scopedSlots = { default: children[0] };\n children.length = 0;\n }\n if (normalizationType === ALWAYS_NORMALIZE) {\n children = normalizeChildren(children);\n } else if (normalizationType === SIMPLE_NORMALIZE) {\n children = simpleNormalizeChildren(children);\n }\n var vnode, ns;\n if (typeof tag === 'string') {\n var Ctor;\n ns = (context.$vnode && context.$vnode.ns) || config.getTagNamespace(tag);\n if (config.isReservedTag(tag)) {\n // platform built-in elements\n if (process.env.NODE_ENV !== 'production' && isDef(data) && isDef(data.nativeOn)) {\n warn(\n (\"The .native modifier for v-on is only valid on components but it was used on <\" + tag + \">.\"),\n context\n );\n }\n vnode = new VNode(\n config.parsePlatformTagName(tag), data, children,\n undefined, undefined, context\n );\n } else if ((!data || !data.pre) && isDef(Ctor = resolveAsset(context.$options, 'components', tag))) {\n // component\n vnode = createComponent(Ctor, data, context, children, tag);\n } else {\n // unknown or unlisted namespaced elements\n // check at runtime because it may get assigned a namespace when its\n // parent normalizes children\n vnode = new VNode(\n tag, data, children,\n undefined, undefined, context\n );\n }\n } else {\n // direct component options / constructor\n vnode = createComponent(tag, data, context, children);\n }\n if (Array.isArray(vnode)) {\n return vnode\n } else if (isDef(vnode)) {\n if (isDef(ns)) { applyNS(vnode, ns); }\n if (isDef(data)) { registerDeepBindings(data); }\n return vnode\n } else {\n return createEmptyVNode()\n }\n}\n\nfunction applyNS (vnode, ns, force) {\n vnode.ns = ns;\n if (vnode.tag === 'foreignObject') {\n // use default namespace inside foreignObject\n ns = undefined;\n force = true;\n }\n if (isDef(vnode.children)) {\n for (var i = 0, l = vnode.children.length; i < l; i++) {\n var child = vnode.children[i];\n if (isDef(child.tag) && (\n isUndef(child.ns) || (isTrue(force) && child.tag !== 'svg'))) {\n applyNS(child, ns, force);\n }\n }\n }\n}\n\n// ref #5318\n// necessary to ensure parent re-render when deep bindings like :style and\n// :class are used on slot nodes\nfunction registerDeepBindings (data) {\n if (isObject(data.style)) {\n traverse(data.style);\n }\n if (isObject(data.class)) {\n traverse(data.class);\n }\n}\n\n/* */\n\nfunction initRender (vm) {\n vm._vnode = null; // the root of the child tree\n vm._staticTrees = null; // v-once cached trees\n var options = vm.$options;\n var parentVnode = vm.$vnode = options._parentVnode; // the placeholder node in parent tree\n var renderContext = parentVnode && parentVnode.context;\n vm.$slots = resolveSlots(options._renderChildren, renderContext);\n vm.$scopedSlots = emptyObject;\n // bind the createElement fn to this instance\n // so that we get proper render context inside it.\n // args order: tag, data, children, normalizationType, alwaysNormalize\n // internal version is used by render functions compiled from templates\n vm._c = function (a, b, c, d) { return createElement(vm, a, b, c, d, false); };\n // normalization is always applied for the public version, used in\n // user-written render functions.\n vm.$createElement = function (a, b, c, d) { return createElement(vm, a, b, c, d, true); };\n\n // $attrs & $listeners are exposed for easier HOC creation.\n // they need to be reactive so that HOCs using them are always updated\n var parentData = parentVnode && parentVnode.data;\n\n /* istanbul ignore else */\n if (process.env.NODE_ENV !== 'production') {\n defineReactive$$1(vm, '$attrs', parentData && parentData.attrs || emptyObject, function () {\n !isUpdatingChildComponent && warn(\"$attrs is readonly.\", vm);\n }, true);\n defineReactive$$1(vm, '$listeners', options._parentListeners || emptyObject, function () {\n !isUpdatingChildComponent && warn(\"$listeners is readonly.\", vm);\n }, true);\n } else {\n defineReactive$$1(vm, '$attrs', parentData && parentData.attrs || emptyObject, null, true);\n defineReactive$$1(vm, '$listeners', options._parentListeners || emptyObject, null, true);\n }\n}\n\nvar currentRenderingInstance = null;\n\nfunction renderMixin (Vue) {\n // install runtime convenience helpers\n installRenderHelpers(Vue.prototype);\n\n Vue.prototype.$nextTick = function (fn) {\n return nextTick(fn, this)\n };\n\n Vue.prototype._render = function () {\n var vm = this;\n var ref = vm.$options;\n var render = ref.render;\n var _parentVnode = ref._parentVnode;\n\n if (_parentVnode) {\n vm.$scopedSlots = normalizeScopedSlots(\n _parentVnode.data.scopedSlots,\n vm.$slots,\n vm.$scopedSlots\n );\n }\n\n // set parent vnode. this allows render functions to have access\n // to the data on the placeholder node.\n vm.$vnode = _parentVnode;\n // render self\n var vnode;\n try {\n // There's no need to maintain a stack because all render fns are called\n // separately from one another. Nested component's render fns are called\n // when parent component is patched.\n currentRenderingInstance = vm;\n vnode = render.call(vm._renderProxy, vm.$createElement);\n } catch (e) {\n handleError(e, vm, \"render\");\n // return error render result,\n // or previous vnode to prevent render error causing blank component\n /* istanbul ignore else */\n if (process.env.NODE_ENV !== 'production' && vm.$options.renderError) {\n try {\n vnode = vm.$options.renderError.call(vm._renderProxy, vm.$createElement, e);\n } catch (e) {\n handleError(e, vm, \"renderError\");\n vnode = vm._vnode;\n }\n } else {\n vnode = vm._vnode;\n }\n } finally {\n currentRenderingInstance = null;\n }\n // if the returned array contains only a single node, allow it\n if (Array.isArray(vnode) && vnode.length === 1) {\n vnode = vnode[0];\n }\n // return empty vnode in case the render function errored out\n if (!(vnode instanceof VNode)) {\n if (process.env.NODE_ENV !== 'production' && Array.isArray(vnode)) {\n warn(\n 'Multiple root nodes returned from render function. Render function ' +\n 'should return a single root node.',\n vm\n );\n }\n vnode = createEmptyVNode();\n }\n // set parent\n vnode.parent = _parentVnode;\n return vnode\n };\n}\n\n/* */\n\nfunction ensureCtor (comp, base) {\n if (\n comp.__esModule ||\n (hasSymbol && comp[Symbol.toStringTag] === 'Module')\n ) {\n comp = comp.default;\n }\n return isObject(comp)\n ? base.extend(comp)\n : comp\n}\n\nfunction createAsyncPlaceholder (\n factory,\n data,\n context,\n children,\n tag\n) {\n var node = createEmptyVNode();\n node.asyncFactory = factory;\n node.asyncMeta = { data: data, context: context, children: children, tag: tag };\n return node\n}\n\nfunction resolveAsyncComponent (\n factory,\n baseCtor\n) {\n if (isTrue(factory.error) && isDef(factory.errorComp)) {\n return factory.errorComp\n }\n\n if (isDef(factory.resolved)) {\n return factory.resolved\n }\n\n var owner = currentRenderingInstance;\n if (owner && isDef(factory.owners) && factory.owners.indexOf(owner) === -1) {\n // already pending\n factory.owners.push(owner);\n }\n\n if (isTrue(factory.loading) && isDef(factory.loadingComp)) {\n return factory.loadingComp\n }\n\n if (owner && !isDef(factory.owners)) {\n var owners = factory.owners = [owner];\n var sync = true;\n var timerLoading = null;\n var timerTimeout = null\n\n ;(owner).$on('hook:destroyed', function () { return remove(owners, owner); });\n\n var forceRender = function (renderCompleted) {\n for (var i = 0, l = owners.length; i < l; i++) {\n (owners[i]).$forceUpdate();\n }\n\n if (renderCompleted) {\n owners.length = 0;\n if (timerLoading !== null) {\n clearTimeout(timerLoading);\n timerLoading = null;\n }\n if (timerTimeout !== null) {\n clearTimeout(timerTimeout);\n timerTimeout = null;\n }\n }\n };\n\n var resolve = once(function (res) {\n // cache resolved\n factory.resolved = ensureCtor(res, baseCtor);\n // invoke callbacks only if this is not a synchronous resolve\n // (async resolves are shimmed as synchronous during SSR)\n if (!sync) {\n forceRender(true);\n } else {\n owners.length = 0;\n }\n });\n\n var reject = once(function (reason) {\n process.env.NODE_ENV !== 'production' && warn(\n \"Failed to resolve async component: \" + (String(factory)) +\n (reason ? (\"\\nReason: \" + reason) : '')\n );\n if (isDef(factory.errorComp)) {\n factory.error = true;\n forceRender(true);\n }\n });\n\n var res = factory(resolve, reject);\n\n if (isObject(res)) {\n if (isPromise(res)) {\n // () => Promise\n if (isUndef(factory.resolved)) {\n res.then(resolve, reject);\n }\n } else if (isPromise(res.component)) {\n res.component.then(resolve, reject);\n\n if (isDef(res.error)) {\n factory.errorComp = ensureCtor(res.error, baseCtor);\n }\n\n if (isDef(res.loading)) {\n factory.loadingComp = ensureCtor(res.loading, baseCtor);\n if (res.delay === 0) {\n factory.loading = true;\n } else {\n timerLoading = setTimeout(function () {\n timerLoading = null;\n if (isUndef(factory.resolved) && isUndef(factory.error)) {\n factory.loading = true;\n forceRender(false);\n }\n }, res.delay || 200);\n }\n }\n\n if (isDef(res.timeout)) {\n timerTimeout = setTimeout(function () {\n timerTimeout = null;\n if (isUndef(factory.resolved)) {\n reject(\n process.env.NODE_ENV !== 'production'\n ? (\"timeout (\" + (res.timeout) + \"ms)\")\n : null\n );\n }\n }, res.timeout);\n }\n }\n }\n\n sync = false;\n // return in case resolved synchronously\n return factory.loading\n ? factory.loadingComp\n : factory.resolved\n }\n}\n\n/* */\n\nfunction isAsyncPlaceholder (node) {\n return node.isComment && node.asyncFactory\n}\n\n/* */\n\nfunction getFirstComponentChild (children) {\n if (Array.isArray(children)) {\n for (var i = 0; i < children.length; i++) {\n var c = children[i];\n if (isDef(c) && (isDef(c.componentOptions) || isAsyncPlaceholder(c))) {\n return c\n }\n }\n }\n}\n\n/* */\n\n/* */\n\nfunction initEvents (vm) {\n vm._events = Object.create(null);\n vm._hasHookEvent = false;\n // init parent attached events\n var listeners = vm.$options._parentListeners;\n if (listeners) {\n updateComponentListeners(vm, listeners);\n }\n}\n\nvar target;\n\nfunction add (event, fn) {\n target.$on(event, fn);\n}\n\nfunction remove$1 (event, fn) {\n target.$off(event, fn);\n}\n\nfunction createOnceHandler (event, fn) {\n var _target = target;\n return function onceHandler () {\n var res = fn.apply(null, arguments);\n if (res !== null) {\n _target.$off(event, onceHandler);\n }\n }\n}\n\nfunction updateComponentListeners (\n vm,\n listeners,\n oldListeners\n) {\n target = vm;\n updateListeners(listeners, oldListeners || {}, add, remove$1, createOnceHandler, vm);\n target = undefined;\n}\n\nfunction eventsMixin (Vue) {\n var hookRE = /^hook:/;\n Vue.prototype.$on = function (event, fn) {\n var vm = this;\n if (Array.isArray(event)) {\n for (var i = 0, l = event.length; i < l; i++) {\n vm.$on(event[i], fn);\n }\n } else {\n (vm._events[event] || (vm._events[event] = [])).push(fn);\n // optimize hook:event cost by using a boolean flag marked at registration\n // instead of a hash lookup\n if (hookRE.test(event)) {\n vm._hasHookEvent = true;\n }\n }\n return vm\n };\n\n Vue.prototype.$once = function (event, fn) {\n var vm = this;\n function on () {\n vm.$off(event, on);\n fn.apply(vm, arguments);\n }\n on.fn = fn;\n vm.$on(event, on);\n return vm\n };\n\n Vue.prototype.$off = function (event, fn) {\n var vm = this;\n // all\n if (!arguments.length) {\n vm._events = Object.create(null);\n return vm\n }\n // array of events\n if (Array.isArray(event)) {\n for (var i$1 = 0, l = event.length; i$1 < l; i$1++) {\n vm.$off(event[i$1], fn);\n }\n return vm\n }\n // specific event\n var cbs = vm._events[event];\n if (!cbs) {\n return vm\n }\n if (!fn) {\n vm._events[event] = null;\n return vm\n }\n // specific handler\n var cb;\n var i = cbs.length;\n while (i--) {\n cb = cbs[i];\n if (cb === fn || cb.fn === fn) {\n cbs.splice(i, 1);\n break\n }\n }\n return vm\n };\n\n Vue.prototype.$emit = function (event) {\n var vm = this;\n if (process.env.NODE_ENV !== 'production') {\n var lowerCaseEvent = event.toLowerCase();\n if (lowerCaseEvent !== event && vm._events[lowerCaseEvent]) {\n tip(\n \"Event \\\"\" + lowerCaseEvent + \"\\\" is emitted in component \" +\n (formatComponentName(vm)) + \" but the handler is registered for \\\"\" + event + \"\\\". \" +\n \"Note that HTML attributes are case-insensitive and you cannot use \" +\n \"v-on to listen to camelCase events when using in-DOM templates. \" +\n \"You should probably use \\\"\" + (hyphenate(event)) + \"\\\" instead of \\\"\" + event + \"\\\".\"\n );\n }\n }\n var cbs = vm._events[event];\n if (cbs) {\n cbs = cbs.length > 1 ? toArray(cbs) : cbs;\n var args = toArray(arguments, 1);\n var info = \"event handler for \\\"\" + event + \"\\\"\";\n for (var i = 0, l = cbs.length; i < l; i++) {\n invokeWithErrorHandling(cbs[i], vm, args, vm, info);\n }\n }\n return vm\n };\n}\n\n/* */\n\nvar activeInstance = null;\nvar isUpdatingChildComponent = false;\n\nfunction setActiveInstance(vm) {\n var prevActiveInstance = activeInstance;\n activeInstance = vm;\n return function () {\n activeInstance = prevActiveInstance;\n }\n}\n\nfunction initLifecycle (vm) {\n var options = vm.$options;\n\n // locate first non-abstract parent\n var parent = options.parent;\n if (parent && !options.abstract) {\n while (parent.$options.abstract && parent.$parent) {\n parent = parent.$parent;\n }\n parent.$children.push(vm);\n }\n\n vm.$parent = parent;\n vm.$root = parent ? parent.$root : vm;\n\n vm.$children = [];\n vm.$refs = {};\n\n vm._watcher = null;\n vm._inactive = null;\n vm._directInactive = false;\n vm._isMounted = false;\n vm._isDestroyed = false;\n vm._isBeingDestroyed = false;\n}\n\nfunction lifecycleMixin (Vue) {\n Vue.prototype._update = function (vnode, hydrating) {\n var vm = this;\n var prevEl = vm.$el;\n var prevVnode = vm._vnode;\n var restoreActiveInstance = setActiveInstance(vm);\n vm._vnode = vnode;\n // Vue.prototype.__patch__ is injected in entry points\n // based on the rendering backend used.\n if (!prevVnode) {\n // initial render\n vm.$el = vm.__patch__(vm.$el, vnode, hydrating, false /* removeOnly */);\n } else {\n // updates\n vm.$el = vm.__patch__(prevVnode, vnode);\n }\n restoreActiveInstance();\n // update __vue__ reference\n if (prevEl) {\n prevEl.__vue__ = null;\n }\n if (vm.$el) {\n vm.$el.__vue__ = vm;\n }\n // if parent is an HOC, update its $el as well\n if (vm.$vnode && vm.$parent && vm.$vnode === vm.$parent._vnode) {\n vm.$parent.$el = vm.$el;\n }\n // updated hook is called by the scheduler to ensure that children are\n // updated in a parent's updated hook.\n };\n\n Vue.prototype.$forceUpdate = function () {\n var vm = this;\n if (vm._watcher) {\n vm._watcher.update();\n }\n };\n\n Vue.prototype.$destroy = function () {\n var vm = this;\n if (vm._isBeingDestroyed) {\n return\n }\n callHook(vm, 'beforeDestroy');\n vm._isBeingDestroyed = true;\n // remove self from parent\n var parent = vm.$parent;\n if (parent && !parent._isBeingDestroyed && !vm.$options.abstract) {\n remove(parent.$children, vm);\n }\n // teardown watchers\n if (vm._watcher) {\n vm._watcher.teardown();\n }\n var i = vm._watchers.length;\n while (i--) {\n vm._watchers[i].teardown();\n }\n // remove reference from data ob\n // frozen object may not have observer.\n if (vm._data.__ob__) {\n vm._data.__ob__.vmCount--;\n }\n // call the last hook...\n vm._isDestroyed = true;\n // invoke destroy hooks on current rendered tree\n vm.__patch__(vm._vnode, null);\n // fire destroyed hook\n callHook(vm, 'destroyed');\n // turn off all instance listeners.\n vm.$off();\n // remove __vue__ reference\n if (vm.$el) {\n vm.$el.__vue__ = null;\n }\n // release circular reference (#6759)\n if (vm.$vnode) {\n vm.$vnode.parent = null;\n }\n };\n}\n\nfunction mountComponent (\n vm,\n el,\n hydrating\n) {\n vm.$el = el;\n if (!vm.$options.render) {\n vm.$options.render = createEmptyVNode;\n if (process.env.NODE_ENV !== 'production') {\n /* istanbul ignore if */\n if ((vm.$options.template && vm.$options.template.charAt(0) !== '#') ||\n vm.$options.el || el) {\n warn(\n 'You are using the runtime-only build of Vue where the template ' +\n 'compiler is not available. Either pre-compile the templates into ' +\n 'render functions, or use the compiler-included build.',\n vm\n );\n } else {\n warn(\n 'Failed to mount component: template or render function not defined.',\n vm\n );\n }\n }\n }\n callHook(vm, 'beforeMount');\n\n var updateComponent;\n /* istanbul ignore if */\n if (process.env.NODE_ENV !== 'production' && config.performance && mark) {\n updateComponent = function () {\n var name = vm._name;\n var id = vm._uid;\n var startTag = \"vue-perf-start:\" + id;\n var endTag = \"vue-perf-end:\" + id;\n\n mark(startTag);\n var vnode = vm._render();\n mark(endTag);\n measure((\"vue \" + name + \" render\"), startTag, endTag);\n\n mark(startTag);\n vm._update(vnode, hydrating);\n mark(endTag);\n measure((\"vue \" + name + \" patch\"), startTag, endTag);\n };\n } else {\n updateComponent = function () {\n vm._update(vm._render(), hydrating);\n };\n }\n\n // we set this to vm._watcher inside the watcher's constructor\n // since the watcher's initial patch may call $forceUpdate (e.g. inside child\n // component's mounted hook), which relies on vm._watcher being already defined\n new Watcher(vm, updateComponent, noop, {\n before: function before () {\n if (vm._isMounted && !vm._isDestroyed) {\n callHook(vm, 'beforeUpdate');\n }\n }\n }, true /* isRenderWatcher */);\n hydrating = false;\n\n // manually mounted instance, call mounted on self\n // mounted is called for render-created child components in its inserted hook\n if (vm.$vnode == null) {\n vm._isMounted = true;\n callHook(vm, 'mounted');\n }\n return vm\n}\n\nfunction updateChildComponent (\n vm,\n propsData,\n listeners,\n parentVnode,\n renderChildren\n) {\n if (process.env.NODE_ENV !== 'production') {\n isUpdatingChildComponent = true;\n }\n\n // determine whether component has slot children\n // we need to do this before overwriting $options._renderChildren.\n\n // check if there are dynamic scopedSlots (hand-written or compiled but with\n // dynamic slot names). Static scoped slots compiled from template has the\n // \"$stable\" marker.\n var newScopedSlots = parentVnode.data.scopedSlots;\n var oldScopedSlots = vm.$scopedSlots;\n var hasDynamicScopedSlot = !!(\n (newScopedSlots && !newScopedSlots.$stable) ||\n (oldScopedSlots !== emptyObject && !oldScopedSlots.$stable) ||\n (newScopedSlots && vm.$scopedSlots.$key !== newScopedSlots.$key)\n );\n\n // Any static slot children from the parent may have changed during parent's\n // update. Dynamic scoped slots may also have changed. In such cases, a forced\n // update is necessary to ensure correctness.\n var needsForceUpdate = !!(\n renderChildren || // has new static slots\n vm.$options._renderChildren || // has old static slots\n hasDynamicScopedSlot\n );\n\n vm.$options._parentVnode = parentVnode;\n vm.$vnode = parentVnode; // update vm's placeholder node without re-render\n\n if (vm._vnode) { // update child tree's parent\n vm._vnode.parent = parentVnode;\n }\n vm.$options._renderChildren = renderChildren;\n\n // update $attrs and $listeners hash\n // these are also reactive so they may trigger child update if the child\n // used them during render\n vm.$attrs = parentVnode.data.attrs || emptyObject;\n vm.$listeners = listeners || emptyObject;\n\n // update props\n if (propsData && vm.$options.props) {\n toggleObserving(false);\n var props = vm._props;\n var propKeys = vm.$options._propKeys || [];\n for (var i = 0; i < propKeys.length; i++) {\n var key = propKeys[i];\n var propOptions = vm.$options.props; // wtf flow?\n props[key] = validateProp(key, propOptions, propsData, vm);\n }\n toggleObserving(true);\n // keep a copy of raw propsData\n vm.$options.propsData = propsData;\n }\n\n // update listeners\n listeners = listeners || emptyObject;\n var oldListeners = vm.$options._parentListeners;\n vm.$options._parentListeners = listeners;\n updateComponentListeners(vm, listeners, oldListeners);\n\n // resolve slots + force update if has children\n if (needsForceUpdate) {\n vm.$slots = resolveSlots(renderChildren, parentVnode.context);\n vm.$forceUpdate();\n }\n\n if (process.env.NODE_ENV !== 'production') {\n isUpdatingChildComponent = false;\n }\n}\n\nfunction isInInactiveTree (vm) {\n while (vm && (vm = vm.$parent)) {\n if (vm._inactive) { return true }\n }\n return false\n}\n\nfunction activateChildComponent (vm, direct) {\n if (direct) {\n vm._directInactive = false;\n if (isInInactiveTree(vm)) {\n return\n }\n } else if (vm._directInactive) {\n return\n }\n if (vm._inactive || vm._inactive === null) {\n vm._inactive = false;\n for (var i = 0; i < vm.$children.length; i++) {\n activateChildComponent(vm.$children[i]);\n }\n callHook(vm, 'activated');\n }\n}\n\nfunction deactivateChildComponent (vm, direct) {\n if (direct) {\n vm._directInactive = true;\n if (isInInactiveTree(vm)) {\n return\n }\n }\n if (!vm._inactive) {\n vm._inactive = true;\n for (var i = 0; i < vm.$children.length; i++) {\n deactivateChildComponent(vm.$children[i]);\n }\n callHook(vm, 'deactivated');\n }\n}\n\nfunction callHook (vm, hook) {\n // #7573 disable dep collection when invoking lifecycle hooks\n pushTarget();\n var handlers = vm.$options[hook];\n var info = hook + \" hook\";\n if (handlers) {\n for (var i = 0, j = handlers.length; i < j; i++) {\n invokeWithErrorHandling(handlers[i], vm, null, vm, info);\n }\n }\n if (vm._hasHookEvent) {\n vm.$emit('hook:' + hook);\n }\n popTarget();\n}\n\n/* */\n\nvar MAX_UPDATE_COUNT = 100;\n\nvar queue = [];\nvar activatedChildren = [];\nvar has = {};\nvar circular = {};\nvar waiting = false;\nvar flushing = false;\nvar index = 0;\n\n/**\n * Reset the scheduler's state.\n */\nfunction resetSchedulerState () {\n index = queue.length = activatedChildren.length = 0;\n has = {};\n if (process.env.NODE_ENV !== 'production') {\n circular = {};\n }\n waiting = flushing = false;\n}\n\n// Async edge case #6566 requires saving the timestamp when event listeners are\n// attached. However, calling performance.now() has a perf overhead especially\n// if the page has thousands of event listeners. Instead, we take a timestamp\n// every time the scheduler flushes and use that for all event listeners\n// attached during that flush.\nvar currentFlushTimestamp = 0;\n\n// Async edge case fix requires storing an event listener's attach timestamp.\nvar getNow = Date.now;\n\n// Determine what event timestamp the browser is using. Annoyingly, the\n// timestamp can either be hi-res (relative to page load) or low-res\n// (relative to UNIX epoch), so in order to compare time we have to use the\n// same timestamp type when saving the flush timestamp.\n// All IE versions use low-res event timestamps, and have problematic clock\n// implementations (#9632)\nif (inBrowser && !isIE) {\n var performance = window.performance;\n if (\n performance &&\n typeof performance.now === 'function' &&\n getNow() > document.createEvent('Event').timeStamp\n ) {\n // if the event timestamp, although evaluated AFTER the Date.now(), is\n // smaller than it, it means the event is using a hi-res timestamp,\n // and we need to use the hi-res version for event listener timestamps as\n // well.\n getNow = function () { return performance.now(); };\n }\n}\n\n/**\n * Flush both queues and run the watchers.\n */\nfunction flushSchedulerQueue () {\n currentFlushTimestamp = getNow();\n flushing = true;\n var watcher, id;\n\n // Sort queue before flush.\n // This ensures that:\n // 1. Components are updated from parent to child. (because parent is always\n // created before the child)\n // 2. A component's user watchers are run before its render watcher (because\n // user watchers are created before the render watcher)\n // 3. If a component is destroyed during a parent component's watcher run,\n // its watchers can be skipped.\n queue.sort(function (a, b) { return a.id - b.id; });\n\n // do not cache length because more watchers might be pushed\n // as we run existing watchers\n for (index = 0; index < queue.length; index++) {\n watcher = queue[index];\n if (watcher.before) {\n watcher.before();\n }\n id = watcher.id;\n has[id] = null;\n watcher.run();\n // in dev build, check and stop circular updates.\n if (process.env.NODE_ENV !== 'production' && has[id] != null) {\n circular[id] = (circular[id] || 0) + 1;\n if (circular[id] > MAX_UPDATE_COUNT) {\n warn(\n 'You may have an infinite update loop ' + (\n watcher.user\n ? (\"in watcher with expression \\\"\" + (watcher.expression) + \"\\\"\")\n : \"in a component render function.\"\n ),\n watcher.vm\n );\n break\n }\n }\n }\n\n // keep copies of post queues before resetting state\n var activatedQueue = activatedChildren.slice();\n var updatedQueue = queue.slice();\n\n resetSchedulerState();\n\n // call component updated and activated hooks\n callActivatedHooks(activatedQueue);\n callUpdatedHooks(updatedQueue);\n\n // devtool hook\n /* istanbul ignore if */\n if (devtools && config.devtools) {\n devtools.emit('flush');\n }\n}\n\nfunction callUpdatedHooks (queue) {\n var i = queue.length;\n while (i--) {\n var watcher = queue[i];\n var vm = watcher.vm;\n if (vm._watcher === watcher && vm._isMounted && !vm._isDestroyed) {\n callHook(vm, 'updated');\n }\n }\n}\n\n/**\n * Queue a kept-alive component that was activated during patch.\n * The queue will be processed after the entire tree has been patched.\n */\nfunction queueActivatedComponent (vm) {\n // setting _inactive to false here so that a render function can\n // rely on checking whether it's in an inactive tree (e.g. router-view)\n vm._inactive = false;\n activatedChildren.push(vm);\n}\n\nfunction callActivatedHooks (queue) {\n for (var i = 0; i < queue.length; i++) {\n queue[i]._inactive = true;\n activateChildComponent(queue[i], true /* true */);\n }\n}\n\n/**\n * Push a watcher into the watcher queue.\n * Jobs with duplicate IDs will be skipped unless it's\n * pushed when the queue is being flushed.\n */\nfunction queueWatcher (watcher) {\n var id = watcher.id;\n if (has[id] == null) {\n has[id] = true;\n if (!flushing) {\n queue.push(watcher);\n } else {\n // if already flushing, splice the watcher based on its id\n // if already past its id, it will be run next immediately.\n var i = queue.length - 1;\n while (i > index && queue[i].id > watcher.id) {\n i--;\n }\n queue.splice(i + 1, 0, watcher);\n }\n // queue the flush\n if (!waiting) {\n waiting = true;\n\n if (process.env.NODE_ENV !== 'production' && !config.async) {\n flushSchedulerQueue();\n return\n }\n nextTick(flushSchedulerQueue);\n }\n }\n}\n\n/* */\n\n\n\nvar uid$2 = 0;\n\n/**\n * A watcher parses an expression, collects dependencies,\n * and fires callback when the expression value changes.\n * This is used for both the $watch() api and directives.\n */\nvar Watcher = function Watcher (\n vm,\n expOrFn,\n cb,\n options,\n isRenderWatcher\n) {\n this.vm = vm;\n if (isRenderWatcher) {\n vm._watcher = this;\n }\n vm._watchers.push(this);\n // options\n if (options) {\n this.deep = !!options.deep;\n this.user = !!options.user;\n this.lazy = !!options.lazy;\n this.sync = !!options.sync;\n this.before = options.before;\n } else {\n this.deep = this.user = this.lazy = this.sync = false;\n }\n this.cb = cb;\n this.id = ++uid$2; // uid for batching\n this.active = true;\n this.dirty = this.lazy; // for lazy watchers\n this.deps = [];\n this.newDeps = [];\n this.depIds = new _Set();\n this.newDepIds = new _Set();\n this.expression = process.env.NODE_ENV !== 'production'\n ? expOrFn.toString()\n : '';\n // parse expression for getter\n if (typeof expOrFn === 'function') {\n this.getter = expOrFn;\n } else {\n this.getter = parsePath(expOrFn);\n if (!this.getter) {\n this.getter = noop;\n process.env.NODE_ENV !== 'production' && warn(\n \"Failed watching path: \\\"\" + expOrFn + \"\\\" \" +\n 'Watcher only accepts simple dot-delimited paths. ' +\n 'For full control, use a function instead.',\n vm\n );\n }\n }\n this.value = this.lazy\n ? undefined\n : this.get();\n};\n\n/**\n * Evaluate the getter, and re-collect dependencies.\n */\nWatcher.prototype.get = function get () {\n pushTarget(this);\n var value;\n var vm = this.vm;\n try {\n value = this.getter.call(vm, vm);\n } catch (e) {\n if (this.user) {\n handleError(e, vm, (\"getter for watcher \\\"\" + (this.expression) + \"\\\"\"));\n } else {\n throw e\n }\n } finally {\n // \"touch\" every property so they are all tracked as\n // dependencies for deep watching\n if (this.deep) {\n traverse(value);\n }\n popTarget();\n this.cleanupDeps();\n }\n return value\n};\n\n/**\n * Add a dependency to this directive.\n */\nWatcher.prototype.addDep = function addDep (dep) {\n var id = dep.id;\n if (!this.newDepIds.has(id)) {\n this.newDepIds.add(id);\n this.newDeps.push(dep);\n if (!this.depIds.has(id)) {\n dep.addSub(this);\n }\n }\n};\n\n/**\n * Clean up for dependency collection.\n */\nWatcher.prototype.cleanupDeps = function cleanupDeps () {\n var i = this.deps.length;\n while (i--) {\n var dep = this.deps[i];\n if (!this.newDepIds.has(dep.id)) {\n dep.removeSub(this);\n }\n }\n var tmp = this.depIds;\n this.depIds = this.newDepIds;\n this.newDepIds = tmp;\n this.newDepIds.clear();\n tmp = this.deps;\n this.deps = this.newDeps;\n this.newDeps = tmp;\n this.newDeps.length = 0;\n};\n\n/**\n * Subscriber interface.\n * Will be called when a dependency changes.\n */\nWatcher.prototype.update = function update () {\n /* istanbul ignore else */\n if (this.lazy) {\n this.dirty = true;\n } else if (this.sync) {\n this.run();\n } else {\n queueWatcher(this);\n }\n};\n\n/**\n * Scheduler job interface.\n * Will be called by the scheduler.\n */\nWatcher.prototype.run = function run () {\n if (this.active) {\n var value = this.get();\n if (\n value !== this.value ||\n // Deep watchers and watchers on Object/Arrays should fire even\n // when the value is the same, because the value may\n // have mutated.\n isObject(value) ||\n this.deep\n ) {\n // set new value\n var oldValue = this.value;\n this.value = value;\n if (this.user) {\n try {\n this.cb.call(this.vm, value, oldValue);\n } catch (e) {\n handleError(e, this.vm, (\"callback for watcher \\\"\" + (this.expression) + \"\\\"\"));\n }\n } else {\n this.cb.call(this.vm, value, oldValue);\n }\n }\n }\n};\n\n/**\n * Evaluate the value of the watcher.\n * This only gets called for lazy watchers.\n */\nWatcher.prototype.evaluate = function evaluate () {\n this.value = this.get();\n this.dirty = false;\n};\n\n/**\n * Depend on all deps collected by this watcher.\n */\nWatcher.prototype.depend = function depend () {\n var i = this.deps.length;\n while (i--) {\n this.deps[i].depend();\n }\n};\n\n/**\n * Remove self from all dependencies' subscriber list.\n */\nWatcher.prototype.teardown = function teardown () {\n if (this.active) {\n // remove self from vm's watcher list\n // this is a somewhat expensive operation so we skip it\n // if the vm is being destroyed.\n if (!this.vm._isBeingDestroyed) {\n remove(this.vm._watchers, this);\n }\n var i = this.deps.length;\n while (i--) {\n this.deps[i].removeSub(this);\n }\n this.active = false;\n }\n};\n\n/* */\n\nvar sharedPropertyDefinition = {\n enumerable: true,\n configurable: true,\n get: noop,\n set: noop\n};\n\nfunction proxy (target, sourceKey, key) {\n sharedPropertyDefinition.get = function proxyGetter () {\n return this[sourceKey][key]\n };\n sharedPropertyDefinition.set = function proxySetter (val) {\n this[sourceKey][key] = val;\n };\n Object.defineProperty(target, key, sharedPropertyDefinition);\n}\n\nfunction initState (vm) {\n vm._watchers = [];\n var opts = vm.$options;\n if (opts.props) { initProps(vm, opts.props); }\n if (opts.methods) { initMethods(vm, opts.methods); }\n if (opts.data) {\n initData(vm);\n } else {\n observe(vm._data = {}, true /* asRootData */);\n }\n if (opts.computed) { initComputed(vm, opts.computed); }\n if (opts.watch && opts.watch !== nativeWatch) {\n initWatch(vm, opts.watch);\n }\n}\n\nfunction initProps (vm, propsOptions) {\n var propsData = vm.$options.propsData || {};\n var props = vm._props = {};\n // cache prop keys so that future props updates can iterate using Array\n // instead of dynamic object key enumeration.\n var keys = vm.$options._propKeys = [];\n var isRoot = !vm.$parent;\n // root instance props should be converted\n if (!isRoot) {\n toggleObserving(false);\n }\n var loop = function ( key ) {\n keys.push(key);\n var value = validateProp(key, propsOptions, propsData, vm);\n /* istanbul ignore else */\n if (process.env.NODE_ENV !== 'production') {\n var hyphenatedKey = hyphenate(key);\n if (isReservedAttribute(hyphenatedKey) ||\n config.isReservedAttr(hyphenatedKey)) {\n warn(\n (\"\\\"\" + hyphenatedKey + \"\\\" is a reserved attribute and cannot be used as component prop.\"),\n vm\n );\n }\n defineReactive$$1(props, key, value, function () {\n if (!isRoot && !isUpdatingChildComponent) {\n warn(\n \"Avoid mutating a prop directly since the value will be \" +\n \"overwritten whenever the parent component re-renders. \" +\n \"Instead, use a data or computed property based on the prop's \" +\n \"value. Prop being mutated: \\\"\" + key + \"\\\"\",\n vm\n );\n }\n });\n } else {\n defineReactive$$1(props, key, value);\n }\n // static props are already proxied on the component's prototype\n // during Vue.extend(). We only need to proxy props defined at\n // instantiation here.\n if (!(key in vm)) {\n proxy(vm, \"_props\", key);\n }\n };\n\n for (var key in propsOptions) loop( key );\n toggleObserving(true);\n}\n\nfunction initData (vm) {\n var data = vm.$options.data;\n data = vm._data = typeof data === 'function'\n ? getData(data, vm)\n : data || {};\n if (!isPlainObject(data)) {\n data = {};\n process.env.NODE_ENV !== 'production' && warn(\n 'data functions should return an object:\\n' +\n 'https://vuejs.org/v2/guide/components.html#data-Must-Be-a-Function',\n vm\n );\n }\n // proxy data on instance\n var keys = Object.keys(data);\n var props = vm.$options.props;\n var methods = vm.$options.methods;\n var i = keys.length;\n while (i--) {\n var key = keys[i];\n if (process.env.NODE_ENV !== 'production') {\n if (methods && hasOwn(methods, key)) {\n warn(\n (\"Method \\\"\" + key + \"\\\" has already been defined as a data property.\"),\n vm\n );\n }\n }\n if (props && hasOwn(props, key)) {\n process.env.NODE_ENV !== 'production' && warn(\n \"The data property \\\"\" + key + \"\\\" is already declared as a prop. \" +\n \"Use prop default value instead.\",\n vm\n );\n } else if (!isReserved(key)) {\n proxy(vm, \"_data\", key);\n }\n }\n // observe data\n observe(data, true /* asRootData */);\n}\n\nfunction getData (data, vm) {\n // #7573 disable dep collection when invoking data getters\n pushTarget();\n try {\n return data.call(vm, vm)\n } catch (e) {\n handleError(e, vm, \"data()\");\n return {}\n } finally {\n popTarget();\n }\n}\n\nvar computedWatcherOptions = { lazy: true };\n\nfunction initComputed (vm, computed) {\n // $flow-disable-line\n var watchers = vm._computedWatchers = Object.create(null);\n // computed properties are just getters during SSR\n var isSSR = isServerRendering();\n\n for (var key in computed) {\n var userDef = computed[key];\n var getter = typeof userDef === 'function' ? userDef : userDef.get;\n if (process.env.NODE_ENV !== 'production' && getter == null) {\n warn(\n (\"Getter is missing for computed property \\\"\" + key + \"\\\".\"),\n vm\n );\n }\n\n if (!isSSR) {\n // create internal watcher for the computed property.\n watchers[key] = new Watcher(\n vm,\n getter || noop,\n noop,\n computedWatcherOptions\n );\n }\n\n // component-defined computed properties are already defined on the\n // component prototype. We only need to define computed properties defined\n // at instantiation here.\n if (!(key in vm)) {\n defineComputed(vm, key, userDef);\n } else if (process.env.NODE_ENV !== 'production') {\n if (key in vm.$data) {\n warn((\"The computed property \\\"\" + key + \"\\\" is already defined in data.\"), vm);\n } else if (vm.$options.props && key in vm.$options.props) {\n warn((\"The computed property \\\"\" + key + \"\\\" is already defined as a prop.\"), vm);\n }\n }\n }\n}\n\nfunction defineComputed (\n target,\n key,\n userDef\n) {\n var shouldCache = !isServerRendering();\n if (typeof userDef === 'function') {\n sharedPropertyDefinition.get = shouldCache\n ? createComputedGetter(key)\n : createGetterInvoker(userDef);\n sharedPropertyDefinition.set = noop;\n } else {\n sharedPropertyDefinition.get = userDef.get\n ? shouldCache && userDef.cache !== false\n ? createComputedGetter(key)\n : createGetterInvoker(userDef.get)\n : noop;\n sharedPropertyDefinition.set = userDef.set || noop;\n }\n if (process.env.NODE_ENV !== 'production' &&\n sharedPropertyDefinition.set === noop) {\n sharedPropertyDefinition.set = function () {\n warn(\n (\"Computed property \\\"\" + key + \"\\\" was assigned to but it has no setter.\"),\n this\n );\n };\n }\n Object.defineProperty(target, key, sharedPropertyDefinition);\n}\n\nfunction createComputedGetter (key) {\n return function computedGetter () {\n var watcher = this._computedWatchers && this._computedWatchers[key];\n if (watcher) {\n if (watcher.dirty) {\n watcher.evaluate();\n }\n if (Dep.target) {\n watcher.depend();\n }\n return watcher.value\n }\n }\n}\n\nfunction createGetterInvoker(fn) {\n return function computedGetter () {\n return fn.call(this, this)\n }\n}\n\nfunction initMethods (vm, methods) {\n var props = vm.$options.props;\n for (var key in methods) {\n if (process.env.NODE_ENV !== 'production') {\n if (typeof methods[key] !== 'function') {\n warn(\n \"Method \\\"\" + key + \"\\\" has type \\\"\" + (typeof methods[key]) + \"\\\" in the component definition. \" +\n \"Did you reference the function correctly?\",\n vm\n );\n }\n if (props && hasOwn(props, key)) {\n warn(\n (\"Method \\\"\" + key + \"\\\" has already been defined as a prop.\"),\n vm\n );\n }\n if ((key in vm) && isReserved(key)) {\n warn(\n \"Method \\\"\" + key + \"\\\" conflicts with an existing Vue instance method. \" +\n \"Avoid defining component methods that start with _ or $.\"\n );\n }\n }\n vm[key] = typeof methods[key] !== 'function' ? noop : bind(methods[key], vm);\n }\n}\n\nfunction initWatch (vm, watch) {\n for (var key in watch) {\n var handler = watch[key];\n if (Array.isArray(handler)) {\n for (var i = 0; i < handler.length; i++) {\n createWatcher(vm, key, handler[i]);\n }\n } else {\n createWatcher(vm, key, handler);\n }\n }\n}\n\nfunction createWatcher (\n vm,\n expOrFn,\n handler,\n options\n) {\n if (isPlainObject(handler)) {\n options = handler;\n handler = handler.handler;\n }\n if (typeof handler === 'string') {\n handler = vm[handler];\n }\n return vm.$watch(expOrFn, handler, options)\n}\n\nfunction stateMixin (Vue) {\n // flow somehow has problems with directly declared definition object\n // when using Object.defineProperty, so we have to procedurally build up\n // the object here.\n var dataDef = {};\n dataDef.get = function () { return this._data };\n var propsDef = {};\n propsDef.get = function () { return this._props };\n if (process.env.NODE_ENV !== 'production') {\n dataDef.set = function () {\n warn(\n 'Avoid replacing instance root $data. ' +\n 'Use nested data properties instead.',\n this\n );\n };\n propsDef.set = function () {\n warn(\"$props is readonly.\", this);\n };\n }\n Object.defineProperty(Vue.prototype, '$data', dataDef);\n Object.defineProperty(Vue.prototype, '$props', propsDef);\n\n Vue.prototype.$set = set;\n Vue.prototype.$delete = del;\n\n Vue.prototype.$watch = function (\n expOrFn,\n cb,\n options\n ) {\n var vm = this;\n if (isPlainObject(cb)) {\n return createWatcher(vm, expOrFn, cb, options)\n }\n options = options || {};\n options.user = true;\n var watcher = new Watcher(vm, expOrFn, cb, options);\n if (options.immediate) {\n try {\n cb.call(vm, watcher.value);\n } catch (error) {\n handleError(error, vm, (\"callback for immediate watcher \\\"\" + (watcher.expression) + \"\\\"\"));\n }\n }\n return function unwatchFn () {\n watcher.teardown();\n }\n };\n}\n\n/* */\n\nvar uid$3 = 0;\n\nfunction initMixin (Vue) {\n Vue.prototype._init = function (options) {\n var vm = this;\n // a uid\n vm._uid = uid$3++;\n\n var startTag, endTag;\n /* istanbul ignore if */\n if (process.env.NODE_ENV !== 'production' && config.performance && mark) {\n startTag = \"vue-perf-start:\" + (vm._uid);\n endTag = \"vue-perf-end:\" + (vm._uid);\n mark(startTag);\n }\n\n // a flag to avoid this being observed\n vm._isVue = true;\n // merge options\n if (options && options._isComponent) {\n // optimize internal component instantiation\n // since dynamic options merging is pretty slow, and none of the\n // internal component options needs special treatment.\n initInternalComponent(vm, options);\n } else {\n vm.$options = mergeOptions(\n resolveConstructorOptions(vm.constructor),\n options || {},\n vm\n );\n }\n /* istanbul ignore else */\n if (process.env.NODE_ENV !== 'production') {\n initProxy(vm);\n } else {\n vm._renderProxy = vm;\n }\n // expose real self\n vm._self = vm;\n initLifecycle(vm);\n initEvents(vm);\n initRender(vm);\n callHook(vm, 'beforeCreate');\n initInjections(vm); // resolve injections before data/props\n initState(vm);\n initProvide(vm); // resolve provide after data/props\n callHook(vm, 'created');\n\n /* istanbul ignore if */\n if (process.env.NODE_ENV !== 'production' && config.performance && mark) {\n vm._name = formatComponentName(vm, false);\n mark(endTag);\n measure((\"vue \" + (vm._name) + \" init\"), startTag, endTag);\n }\n\n if (vm.$options.el) {\n vm.$mount(vm.$options.el);\n }\n };\n}\n\nfunction initInternalComponent (vm, options) {\n var opts = vm.$options = Object.create(vm.constructor.options);\n // doing this because it's faster than dynamic enumeration.\n var parentVnode = options._parentVnode;\n opts.parent = options.parent;\n opts._parentVnode = parentVnode;\n\n var vnodeComponentOptions = parentVnode.componentOptions;\n opts.propsData = vnodeComponentOptions.propsData;\n opts._parentListeners = vnodeComponentOptions.listeners;\n opts._renderChildren = vnodeComponentOptions.children;\n opts._componentTag = vnodeComponentOptions.tag;\n\n if (options.render) {\n opts.render = options.render;\n opts.staticRenderFns = options.staticRenderFns;\n }\n}\n\nfunction resolveConstructorOptions (Ctor) {\n var options = Ctor.options;\n if (Ctor.super) {\n var superOptions = resolveConstructorOptions(Ctor.super);\n var cachedSuperOptions = Ctor.superOptions;\n if (superOptions !== cachedSuperOptions) {\n // super option changed,\n // need to resolve new options.\n Ctor.superOptions = superOptions;\n // check if there are any late-modified/attached options (#4976)\n var modifiedOptions = resolveModifiedOptions(Ctor);\n // update base extend options\n if (modifiedOptions) {\n extend(Ctor.extendOptions, modifiedOptions);\n }\n options = Ctor.options = mergeOptions(superOptions, Ctor.extendOptions);\n if (options.name) {\n options.components[options.name] = Ctor;\n }\n }\n }\n return options\n}\n\nfunction resolveModifiedOptions (Ctor) {\n var modified;\n var latest = Ctor.options;\n var sealed = Ctor.sealedOptions;\n for (var key in latest) {\n if (latest[key] !== sealed[key]) {\n if (!modified) { modified = {}; }\n modified[key] = latest[key];\n }\n }\n return modified\n}\n\nfunction Vue (options) {\n if (process.env.NODE_ENV !== 'production' &&\n !(this instanceof Vue)\n ) {\n warn('Vue is a constructor and should be called with the `new` keyword');\n }\n this._init(options);\n}\n\ninitMixin(Vue);\nstateMixin(Vue);\neventsMixin(Vue);\nlifecycleMixin(Vue);\nrenderMixin(Vue);\n\n/* */\n\nfunction initUse (Vue) {\n Vue.use = function (plugin) {\n var installedPlugins = (this._installedPlugins || (this._installedPlugins = []));\n if (installedPlugins.indexOf(plugin) > -1) {\n return this\n }\n\n // additional parameters\n var args = toArray(arguments, 1);\n args.unshift(this);\n if (typeof plugin.install === 'function') {\n plugin.install.apply(plugin, args);\n } else if (typeof plugin === 'function') {\n plugin.apply(null, args);\n }\n installedPlugins.push(plugin);\n return this\n };\n}\n\n/* */\n\nfunction initMixin$1 (Vue) {\n Vue.mixin = function (mixin) {\n this.options = mergeOptions(this.options, mixin);\n return this\n };\n}\n\n/* */\n\nfunction initExtend (Vue) {\n /**\n * Each instance constructor, including Vue, has a unique\n * cid. This enables us to create wrapped \"child\n * constructors\" for prototypal inheritance and cache them.\n */\n Vue.cid = 0;\n var cid = 1;\n\n /**\n * Class inheritance\n */\n Vue.extend = function (extendOptions) {\n extendOptions = extendOptions || {};\n var Super = this;\n var SuperId = Super.cid;\n var cachedCtors = extendOptions._Ctor || (extendOptions._Ctor = {});\n if (cachedCtors[SuperId]) {\n return cachedCtors[SuperId]\n }\n\n var name = extendOptions.name || Super.options.name;\n if (process.env.NODE_ENV !== 'production' && name) {\n validateComponentName(name);\n }\n\n var Sub = function VueComponent (options) {\n this._init(options);\n };\n Sub.prototype = Object.create(Super.prototype);\n Sub.prototype.constructor = Sub;\n Sub.cid = cid++;\n Sub.options = mergeOptions(\n Super.options,\n extendOptions\n );\n Sub['super'] = Super;\n\n // For props and computed properties, we define the proxy getters on\n // the Vue instances at extension time, on the extended prototype. This\n // avoids Object.defineProperty calls for each instance created.\n if (Sub.options.props) {\n initProps$1(Sub);\n }\n if (Sub.options.computed) {\n initComputed$1(Sub);\n }\n\n // allow further extension/mixin/plugin usage\n Sub.extend = Super.extend;\n Sub.mixin = Super.mixin;\n Sub.use = Super.use;\n\n // create asset registers, so extended classes\n // can have their private assets too.\n ASSET_TYPES.forEach(function (type) {\n Sub[type] = Super[type];\n });\n // enable recursive self-lookup\n if (name) {\n Sub.options.components[name] = Sub;\n }\n\n // keep a reference to the super options at extension time.\n // later at instantiation we can check if Super's options have\n // been updated.\n Sub.superOptions = Super.options;\n Sub.extendOptions = extendOptions;\n Sub.sealedOptions = extend({}, Sub.options);\n\n // cache constructor\n cachedCtors[SuperId] = Sub;\n return Sub\n };\n}\n\nfunction initProps$1 (Comp) {\n var props = Comp.options.props;\n for (var key in props) {\n proxy(Comp.prototype, \"_props\", key);\n }\n}\n\nfunction initComputed$1 (Comp) {\n var computed = Comp.options.computed;\n for (var key in computed) {\n defineComputed(Comp.prototype, key, computed[key]);\n }\n}\n\n/* */\n\nfunction initAssetRegisters (Vue) {\n /**\n * Create asset registration methods.\n */\n ASSET_TYPES.forEach(function (type) {\n Vue[type] = function (\n id,\n definition\n ) {\n if (!definition) {\n return this.options[type + 's'][id]\n } else {\n /* istanbul ignore if */\n if (process.env.NODE_ENV !== 'production' && type === 'component') {\n validateComponentName(id);\n }\n if (type === 'component' && isPlainObject(definition)) {\n definition.name = definition.name || id;\n definition = this.options._base.extend(definition);\n }\n if (type === 'directive' && typeof definition === 'function') {\n definition = { bind: definition, update: definition };\n }\n this.options[type + 's'][id] = definition;\n return definition\n }\n };\n });\n}\n\n/* */\n\n\n\nfunction getComponentName (opts) {\n return opts && (opts.Ctor.options.name || opts.tag)\n}\n\nfunction matches (pattern, name) {\n if (Array.isArray(pattern)) {\n return pattern.indexOf(name) > -1\n } else if (typeof pattern === 'string') {\n return pattern.split(',').indexOf(name) > -1\n } else if (isRegExp(pattern)) {\n return pattern.test(name)\n }\n /* istanbul ignore next */\n return false\n}\n\nfunction pruneCache (keepAliveInstance, filter) {\n var cache = keepAliveInstance.cache;\n var keys = keepAliveInstance.keys;\n var _vnode = keepAliveInstance._vnode;\n for (var key in cache) {\n var cachedNode = cache[key];\n if (cachedNode) {\n var name = getComponentName(cachedNode.componentOptions);\n if (name && !filter(name)) {\n pruneCacheEntry(cache, key, keys, _vnode);\n }\n }\n }\n}\n\nfunction pruneCacheEntry (\n cache,\n key,\n keys,\n current\n) {\n var cached$$1 = cache[key];\n if (cached$$1 && (!current || cached$$1.tag !== current.tag)) {\n cached$$1.componentInstance.$destroy();\n }\n cache[key] = null;\n remove(keys, key);\n}\n\nvar patternTypes = [String, RegExp, Array];\n\nvar KeepAlive = {\n name: 'keep-alive',\n abstract: true,\n\n props: {\n include: patternTypes,\n exclude: patternTypes,\n max: [String, Number]\n },\n\n created: function created () {\n this.cache = Object.create(null);\n this.keys = [];\n },\n\n destroyed: function destroyed () {\n for (var key in this.cache) {\n pruneCacheEntry(this.cache, key, this.keys);\n }\n },\n\n mounted: function mounted () {\n var this$1 = this;\n\n this.$watch('include', function (val) {\n pruneCache(this$1, function (name) { return matches(val, name); });\n });\n this.$watch('exclude', function (val) {\n pruneCache(this$1, function (name) { return !matches(val, name); });\n });\n },\n\n render: function render () {\n var slot = this.$slots.default;\n var vnode = getFirstComponentChild(slot);\n var componentOptions = vnode && vnode.componentOptions;\n if (componentOptions) {\n // check pattern\n var name = getComponentName(componentOptions);\n var ref = this;\n var include = ref.include;\n var exclude = ref.exclude;\n if (\n // not included\n (include && (!name || !matches(include, name))) ||\n // excluded\n (exclude && name && matches(exclude, name))\n ) {\n return vnode\n }\n\n var ref$1 = this;\n var cache = ref$1.cache;\n var keys = ref$1.keys;\n var key = vnode.key == null\n // same constructor may get registered as different local components\n // so cid alone is not enough (#3269)\n ? componentOptions.Ctor.cid + (componentOptions.tag ? (\"::\" + (componentOptions.tag)) : '')\n : vnode.key;\n if (cache[key]) {\n vnode.componentInstance = cache[key].componentInstance;\n // make current key freshest\n remove(keys, key);\n keys.push(key);\n } else {\n cache[key] = vnode;\n keys.push(key);\n // prune oldest entry\n if (this.max && keys.length > parseInt(this.max)) {\n pruneCacheEntry(cache, keys[0], keys, this._vnode);\n }\n }\n\n vnode.data.keepAlive = true;\n }\n return vnode || (slot && slot[0])\n }\n};\n\nvar builtInComponents = {\n KeepAlive: KeepAlive\n};\n\n/* */\n\nfunction initGlobalAPI (Vue) {\n // config\n var configDef = {};\n configDef.get = function () { return config; };\n if (process.env.NODE_ENV !== 'production') {\n configDef.set = function () {\n warn(\n 'Do not replace the Vue.config object, set individual fields instead.'\n );\n };\n }\n Object.defineProperty(Vue, 'config', configDef);\n\n // exposed util methods.\n // NOTE: these are not considered part of the public API - avoid relying on\n // them unless you are aware of the risk.\n Vue.util = {\n warn: warn,\n extend: extend,\n mergeOptions: mergeOptions,\n defineReactive: defineReactive$$1\n };\n\n Vue.set = set;\n Vue.delete = del;\n Vue.nextTick = nextTick;\n\n // 2.6 explicit observable API\n Vue.observable = function (obj) {\n observe(obj);\n return obj\n };\n\n Vue.options = Object.create(null);\n ASSET_TYPES.forEach(function (type) {\n Vue.options[type + 's'] = Object.create(null);\n });\n\n // this is used to identify the \"base\" constructor to extend all plain-object\n // components with in Weex's multi-instance scenarios.\n Vue.options._base = Vue;\n\n extend(Vue.options.components, builtInComponents);\n\n initUse(Vue);\n initMixin$1(Vue);\n initExtend(Vue);\n initAssetRegisters(Vue);\n}\n\ninitGlobalAPI(Vue);\n\nObject.defineProperty(Vue.prototype, '$isServer', {\n get: isServerRendering\n});\n\nObject.defineProperty(Vue.prototype, '$ssrContext', {\n get: function get () {\n /* istanbul ignore next */\n return this.$vnode && this.$vnode.ssrContext\n }\n});\n\n// expose FunctionalRenderContext for ssr runtime helper installation\nObject.defineProperty(Vue, 'FunctionalRenderContext', {\n value: FunctionalRenderContext\n});\n\nVue.version = '2.6.12';\n\n/* */\n\n// these are reserved for web because they are directly compiled away\n// during template compilation\nvar isReservedAttr = makeMap('style,class');\n\n// attributes that should be using props for binding\nvar acceptValue = makeMap('input,textarea,option,select,progress');\nvar mustUseProp = function (tag, type, attr) {\n return (\n (attr === 'value' && acceptValue(tag)) && type !== 'button' ||\n (attr === 'selected' && tag === 'option') ||\n (attr === 'checked' && tag === 'input') ||\n (attr === 'muted' && tag === 'video')\n )\n};\n\nvar isEnumeratedAttr = makeMap('contenteditable,draggable,spellcheck');\n\nvar isValidContentEditableValue = makeMap('events,caret,typing,plaintext-only');\n\nvar convertEnumeratedValue = function (key, value) {\n return isFalsyAttrValue(value) || value === 'false'\n ? 'false'\n // allow arbitrary string value for contenteditable\n : key === 'contenteditable' && isValidContentEditableValue(value)\n ? value\n : 'true'\n};\n\nvar isBooleanAttr = makeMap(\n 'allowfullscreen,async,autofocus,autoplay,checked,compact,controls,declare,' +\n 'default,defaultchecked,defaultmuted,defaultselected,defer,disabled,' +\n 'enabled,formnovalidate,hidden,indeterminate,inert,ismap,itemscope,loop,multiple,' +\n 'muted,nohref,noresize,noshade,novalidate,nowrap,open,pauseonexit,readonly,' +\n 'required,reversed,scoped,seamless,selected,sortable,translate,' +\n 'truespeed,typemustmatch,visible'\n);\n\nvar xlinkNS = 'http://www.w3.org/1999/xlink';\n\nvar isXlink = function (name) {\n return name.charAt(5) === ':' && name.slice(0, 5) === 'xlink'\n};\n\nvar getXlinkProp = function (name) {\n return isXlink(name) ? name.slice(6, name.length) : ''\n};\n\nvar isFalsyAttrValue = function (val) {\n return val == null || val === false\n};\n\n/* */\n\nfunction genClassForVnode (vnode) {\n var data = vnode.data;\n var parentNode = vnode;\n var childNode = vnode;\n while (isDef(childNode.componentInstance)) {\n childNode = childNode.componentInstance._vnode;\n if (childNode && childNode.data) {\n data = mergeClassData(childNode.data, data);\n }\n }\n while (isDef(parentNode = parentNode.parent)) {\n if (parentNode && parentNode.data) {\n data = mergeClassData(data, parentNode.data);\n }\n }\n return renderClass(data.staticClass, data.class)\n}\n\nfunction mergeClassData (child, parent) {\n return {\n staticClass: concat(child.staticClass, parent.staticClass),\n class: isDef(child.class)\n ? [child.class, parent.class]\n : parent.class\n }\n}\n\nfunction renderClass (\n staticClass,\n dynamicClass\n) {\n if (isDef(staticClass) || isDef(dynamicClass)) {\n return concat(staticClass, stringifyClass(dynamicClass))\n }\n /* istanbul ignore next */\n return ''\n}\n\nfunction concat (a, b) {\n return a ? b ? (a + ' ' + b) : a : (b || '')\n}\n\nfunction stringifyClass (value) {\n if (Array.isArray(value)) {\n return stringifyArray(value)\n }\n if (isObject(value)) {\n return stringifyObject(value)\n }\n if (typeof value === 'string') {\n return value\n }\n /* istanbul ignore next */\n return ''\n}\n\nfunction stringifyArray (value) {\n var res = '';\n var stringified;\n for (var i = 0, l = value.length; i < l; i++) {\n if (isDef(stringified = stringifyClass(value[i])) && stringified !== '') {\n if (res) { res += ' '; }\n res += stringified;\n }\n }\n return res\n}\n\nfunction stringifyObject (value) {\n var res = '';\n for (var key in value) {\n if (value[key]) {\n if (res) { res += ' '; }\n res += key;\n }\n }\n return res\n}\n\n/* */\n\nvar namespaceMap = {\n svg: 'http://www.w3.org/2000/svg',\n math: 'http://www.w3.org/1998/Math/MathML'\n};\n\nvar isHTMLTag = makeMap(\n 'html,body,base,head,link,meta,style,title,' +\n 'address,article,aside,footer,header,h1,h2,h3,h4,h5,h6,hgroup,nav,section,' +\n 'div,dd,dl,dt,figcaption,figure,picture,hr,img,li,main,ol,p,pre,ul,' +\n 'a,b,abbr,bdi,bdo,br,cite,code,data,dfn,em,i,kbd,mark,q,rp,rt,rtc,ruby,' +\n 's,samp,small,span,strong,sub,sup,time,u,var,wbr,area,audio,map,track,video,' +\n 'embed,object,param,source,canvas,script,noscript,del,ins,' +\n 'caption,col,colgroup,table,thead,tbody,td,th,tr,' +\n 'button,datalist,fieldset,form,input,label,legend,meter,optgroup,option,' +\n 'output,progress,select,textarea,' +\n 'details,dialog,menu,menuitem,summary,' +\n 'content,element,shadow,template,blockquote,iframe,tfoot'\n);\n\n// this map is intentionally selective, only covering SVG elements that may\n// contain child elements.\nvar isSVG = makeMap(\n 'svg,animate,circle,clippath,cursor,defs,desc,ellipse,filter,font-face,' +\n 'foreignObject,g,glyph,image,line,marker,mask,missing-glyph,path,pattern,' +\n 'polygon,polyline,rect,switch,symbol,text,textpath,tspan,use,view',\n true\n);\n\nvar isReservedTag = function (tag) {\n return isHTMLTag(tag) || isSVG(tag)\n};\n\nfunction getTagNamespace (tag) {\n if (isSVG(tag)) {\n return 'svg'\n }\n // basic support for MathML\n // note it doesn't support other MathML elements being component roots\n if (tag === 'math') {\n return 'math'\n }\n}\n\nvar unknownElementCache = Object.create(null);\nfunction isUnknownElement (tag) {\n /* istanbul ignore if */\n if (!inBrowser) {\n return true\n }\n if (isReservedTag(tag)) {\n return false\n }\n tag = tag.toLowerCase();\n /* istanbul ignore if */\n if (unknownElementCache[tag] != null) {\n return unknownElementCache[tag]\n }\n var el = document.createElement(tag);\n if (tag.indexOf('-') > -1) {\n // http://stackoverflow.com/a/28210364/1070244\n return (unknownElementCache[tag] = (\n el.constructor === window.HTMLUnknownElement ||\n el.constructor === window.HTMLElement\n ))\n } else {\n return (unknownElementCache[tag] = /HTMLUnknownElement/.test(el.toString()))\n }\n}\n\nvar isTextInputType = makeMap('text,number,password,search,email,tel,url');\n\n/* */\n\n/**\n * Query an element selector if it's not an element already.\n */\nfunction query (el) {\n if (typeof el === 'string') {\n var selected = document.querySelector(el);\n if (!selected) {\n process.env.NODE_ENV !== 'production' && warn(\n 'Cannot find element: ' + el\n );\n return document.createElement('div')\n }\n return selected\n } else {\n return el\n }\n}\n\n/* */\n\nfunction createElement$1 (tagName, vnode) {\n var elm = document.createElement(tagName);\n if (tagName !== 'select') {\n return elm\n }\n // false or null will remove the attribute but undefined will not\n if (vnode.data && vnode.data.attrs && vnode.data.attrs.multiple !== undefined) {\n elm.setAttribute('multiple', 'multiple');\n }\n return elm\n}\n\nfunction createElementNS (namespace, tagName) {\n return document.createElementNS(namespaceMap[namespace], tagName)\n}\n\nfunction createTextNode (text) {\n return document.createTextNode(text)\n}\n\nfunction createComment (text) {\n return document.createComment(text)\n}\n\nfunction insertBefore (parentNode, newNode, referenceNode) {\n parentNode.insertBefore(newNode, referenceNode);\n}\n\nfunction removeChild (node, child) {\n node.removeChild(child);\n}\n\nfunction appendChild (node, child) {\n node.appendChild(child);\n}\n\nfunction parentNode (node) {\n return node.parentNode\n}\n\nfunction nextSibling (node) {\n return node.nextSibling\n}\n\nfunction tagName (node) {\n return node.tagName\n}\n\nfunction setTextContent (node, text) {\n node.textContent = text;\n}\n\nfunction setStyleScope (node, scopeId) {\n node.setAttribute(scopeId, '');\n}\n\nvar nodeOps = /*#__PURE__*/Object.freeze({\n createElement: createElement$1,\n createElementNS: createElementNS,\n createTextNode: createTextNode,\n createComment: createComment,\n insertBefore: insertBefore,\n removeChild: removeChild,\n appendChild: appendChild,\n parentNode: parentNode,\n nextSibling: nextSibling,\n tagName: tagName,\n setTextContent: setTextContent,\n setStyleScope: setStyleScope\n});\n\n/* */\n\nvar ref = {\n create: function create (_, vnode) {\n registerRef(vnode);\n },\n update: function update (oldVnode, vnode) {\n if (oldVnode.data.ref !== vnode.data.ref) {\n registerRef(oldVnode, true);\n registerRef(vnode);\n }\n },\n destroy: function destroy (vnode) {\n registerRef(vnode, true);\n }\n};\n\nfunction registerRef (vnode, isRemoval) {\n var key = vnode.data.ref;\n if (!isDef(key)) { return }\n\n var vm = vnode.context;\n var ref = vnode.componentInstance || vnode.elm;\n var refs = vm.$refs;\n if (isRemoval) {\n if (Array.isArray(refs[key])) {\n remove(refs[key], ref);\n } else if (refs[key] === ref) {\n refs[key] = undefined;\n }\n } else {\n if (vnode.data.refInFor) {\n if (!Array.isArray(refs[key])) {\n refs[key] = [ref];\n } else if (refs[key].indexOf(ref) < 0) {\n // $flow-disable-line\n refs[key].push(ref);\n }\n } else {\n refs[key] = ref;\n }\n }\n}\n\n/**\n * Virtual DOM patching algorithm based on Snabbdom by\n * Simon Friis Vindum (@paldepind)\n * Licensed under the MIT License\n * https://github.com/paldepind/snabbdom/blob/master/LICENSE\n *\n * modified by Evan You (@yyx990803)\n *\n * Not type-checking this because this file is perf-critical and the cost\n * of making flow understand it is not worth it.\n */\n\nvar emptyNode = new VNode('', {}, []);\n\nvar hooks = ['create', 'activate', 'update', 'remove', 'destroy'];\n\nfunction sameVnode (a, b) {\n return (\n a.key === b.key && (\n (\n a.tag === b.tag &&\n a.isComment === b.isComment &&\n isDef(a.data) === isDef(b.data) &&\n sameInputType(a, b)\n ) || (\n isTrue(a.isAsyncPlaceholder) &&\n a.asyncFactory === b.asyncFactory &&\n isUndef(b.asyncFactory.error)\n )\n )\n )\n}\n\nfunction sameInputType (a, b) {\n if (a.tag !== 'input') { return true }\n var i;\n var typeA = isDef(i = a.data) && isDef(i = i.attrs) && i.type;\n var typeB = isDef(i = b.data) && isDef(i = i.attrs) && i.type;\n return typeA === typeB || isTextInputType(typeA) && isTextInputType(typeB)\n}\n\nfunction createKeyToOldIdx (children, beginIdx, endIdx) {\n var i, key;\n var map = {};\n for (i = beginIdx; i <= endIdx; ++i) {\n key = children[i].key;\n if (isDef(key)) { map[key] = i; }\n }\n return map\n}\n\nfunction createPatchFunction (backend) {\n var i, j;\n var cbs = {};\n\n var modules = backend.modules;\n var nodeOps = backend.nodeOps;\n\n for (i = 0; i < hooks.length; ++i) {\n cbs[hooks[i]] = [];\n for (j = 0; j < modules.length; ++j) {\n if (isDef(modules[j][hooks[i]])) {\n cbs[hooks[i]].push(modules[j][hooks[i]]);\n }\n }\n }\n\n function emptyNodeAt (elm) {\n return new VNode(nodeOps.tagName(elm).toLowerCase(), {}, [], undefined, elm)\n }\n\n function createRmCb (childElm, listeners) {\n function remove$$1 () {\n if (--remove$$1.listeners === 0) {\n removeNode(childElm);\n }\n }\n remove$$1.listeners = listeners;\n return remove$$1\n }\n\n function removeNode (el) {\n var parent = nodeOps.parentNode(el);\n // element may have already been removed due to v-html / v-text\n if (isDef(parent)) {\n nodeOps.removeChild(parent, el);\n }\n }\n\n function isUnknownElement$$1 (vnode, inVPre) {\n return (\n !inVPre &&\n !vnode.ns &&\n !(\n config.ignoredElements.length &&\n config.ignoredElements.some(function (ignore) {\n return isRegExp(ignore)\n ? ignore.test(vnode.tag)\n : ignore === vnode.tag\n })\n ) &&\n config.isUnknownElement(vnode.tag)\n )\n }\n\n var creatingElmInVPre = 0;\n\n function createElm (\n vnode,\n insertedVnodeQueue,\n parentElm,\n refElm,\n nested,\n ownerArray,\n index\n ) {\n if (isDef(vnode.elm) && isDef(ownerArray)) {\n // This vnode was used in a previous render!\n // now it's used as a new node, overwriting its elm would cause\n // potential patch errors down the road when it's used as an insertion\n // reference node. Instead, we clone the node on-demand before creating\n // associated DOM element for it.\n vnode = ownerArray[index] = cloneVNode(vnode);\n }\n\n vnode.isRootInsert = !nested; // for transition enter check\n if (createComponent(vnode, insertedVnodeQueue, parentElm, refElm)) {\n return\n }\n\n var data = vnode.data;\n var children = vnode.children;\n var tag = vnode.tag;\n if (isDef(tag)) {\n if (process.env.NODE_ENV !== 'production') {\n if (data && data.pre) {\n creatingElmInVPre++;\n }\n if (isUnknownElement$$1(vnode, creatingElmInVPre)) {\n warn(\n 'Unknown custom element: <' + tag + '> - did you ' +\n 'register the component correctly? For recursive components, ' +\n 'make sure to provide the \"name\" option.',\n vnode.context\n );\n }\n }\n\n vnode.elm = vnode.ns\n ? nodeOps.createElementNS(vnode.ns, tag)\n : nodeOps.createElement(tag, vnode);\n setScope(vnode);\n\n /* istanbul ignore if */\n {\n createChildren(vnode, children, insertedVnodeQueue);\n if (isDef(data)) {\n invokeCreateHooks(vnode, insertedVnodeQueue);\n }\n insert(parentElm, vnode.elm, refElm);\n }\n\n if (process.env.NODE_ENV !== 'production' && data && data.pre) {\n creatingElmInVPre--;\n }\n } else if (isTrue(vnode.isComment)) {\n vnode.elm = nodeOps.createComment(vnode.text);\n insert(parentElm, vnode.elm, refElm);\n } else {\n vnode.elm = nodeOps.createTextNode(vnode.text);\n insert(parentElm, vnode.elm, refElm);\n }\n }\n\n function createComponent (vnode, insertedVnodeQueue, parentElm, refElm) {\n var i = vnode.data;\n if (isDef(i)) {\n var isReactivated = isDef(vnode.componentInstance) && i.keepAlive;\n if (isDef(i = i.hook) && isDef(i = i.init)) {\n i(vnode, false /* hydrating */);\n }\n // after calling the init hook, if the vnode is a child component\n // it should've created a child instance and mounted it. the child\n // component also has set the placeholder vnode's elm.\n // in that case we can just return the element and be done.\n if (isDef(vnode.componentInstance)) {\n initComponent(vnode, insertedVnodeQueue);\n insert(parentElm, vnode.elm, refElm);\n if (isTrue(isReactivated)) {\n reactivateComponent(vnode, insertedVnodeQueue, parentElm, refElm);\n }\n return true\n }\n }\n }\n\n function initComponent (vnode, insertedVnodeQueue) {\n if (isDef(vnode.data.pendingInsert)) {\n insertedVnodeQueue.push.apply(insertedVnodeQueue, vnode.data.pendingInsert);\n vnode.data.pendingInsert = null;\n }\n vnode.elm = vnode.componentInstance.$el;\n if (isPatchable(vnode)) {\n invokeCreateHooks(vnode, insertedVnodeQueue);\n setScope(vnode);\n } else {\n // empty component root.\n // skip all element-related modules except for ref (#3455)\n registerRef(vnode);\n // make sure to invoke the insert hook\n insertedVnodeQueue.push(vnode);\n }\n }\n\n function reactivateComponent (vnode, insertedVnodeQueue, parentElm, refElm) {\n var i;\n // hack for #4339: a reactivated component with inner transition\n // does not trigger because the inner node's created hooks are not called\n // again. It's not ideal to involve module-specific logic in here but\n // there doesn't seem to be a better way to do it.\n var innerNode = vnode;\n while (innerNode.componentInstance) {\n innerNode = innerNode.componentInstance._vnode;\n if (isDef(i = innerNode.data) && isDef(i = i.transition)) {\n for (i = 0; i < cbs.activate.length; ++i) {\n cbs.activate[i](emptyNode, innerNode);\n }\n insertedVnodeQueue.push(innerNode);\n break\n }\n }\n // unlike a newly created component,\n // a reactivated keep-alive component doesn't insert itself\n insert(parentElm, vnode.elm, refElm);\n }\n\n function insert (parent, elm, ref$$1) {\n if (isDef(parent)) {\n if (isDef(ref$$1)) {\n if (nodeOps.parentNode(ref$$1) === parent) {\n nodeOps.insertBefore(parent, elm, ref$$1);\n }\n } else {\n nodeOps.appendChild(parent, elm);\n }\n }\n }\n\n function createChildren (vnode, children, insertedVnodeQueue) {\n if (Array.isArray(children)) {\n if (process.env.NODE_ENV !== 'production') {\n checkDuplicateKeys(children);\n }\n for (var i = 0; i < children.length; ++i) {\n createElm(children[i], insertedVnodeQueue, vnode.elm, null, true, children, i);\n }\n } else if (isPrimitive(vnode.text)) {\n nodeOps.appendChild(vnode.elm, nodeOps.createTextNode(String(vnode.text)));\n }\n }\n\n function isPatchable (vnode) {\n while (vnode.componentInstance) {\n vnode = vnode.componentInstance._vnode;\n }\n return isDef(vnode.tag)\n }\n\n function invokeCreateHooks (vnode, insertedVnodeQueue) {\n for (var i$1 = 0; i$1 < cbs.create.length; ++i$1) {\n cbs.create[i$1](emptyNode, vnode);\n }\n i = vnode.data.hook; // Reuse variable\n if (isDef(i)) {\n if (isDef(i.create)) { i.create(emptyNode, vnode); }\n if (isDef(i.insert)) { insertedVnodeQueue.push(vnode); }\n }\n }\n\n // set scope id attribute for scoped CSS.\n // this is implemented as a special case to avoid the overhead\n // of going through the normal attribute patching process.\n function setScope (vnode) {\n var i;\n if (isDef(i = vnode.fnScopeId)) {\n nodeOps.setStyleScope(vnode.elm, i);\n } else {\n var ancestor = vnode;\n while (ancestor) {\n if (isDef(i = ancestor.context) && isDef(i = i.$options._scopeId)) {\n nodeOps.setStyleScope(vnode.elm, i);\n }\n ancestor = ancestor.parent;\n }\n }\n // for slot content they should also get the scopeId from the host instance.\n if (isDef(i = activeInstance) &&\n i !== vnode.context &&\n i !== vnode.fnContext &&\n isDef(i = i.$options._scopeId)\n ) {\n nodeOps.setStyleScope(vnode.elm, i);\n }\n }\n\n function addVnodes (parentElm, refElm, vnodes, startIdx, endIdx, insertedVnodeQueue) {\n for (; startIdx <= endIdx; ++startIdx) {\n createElm(vnodes[startIdx], insertedVnodeQueue, parentElm, refElm, false, vnodes, startIdx);\n }\n }\n\n function invokeDestroyHook (vnode) {\n var i, j;\n var data = vnode.data;\n if (isDef(data)) {\n if (isDef(i = data.hook) && isDef(i = i.destroy)) { i(vnode); }\n for (i = 0; i < cbs.destroy.length; ++i) { cbs.destroy[i](vnode); }\n }\n if (isDef(i = vnode.children)) {\n for (j = 0; j < vnode.children.length; ++j) {\n invokeDestroyHook(vnode.children[j]);\n }\n }\n }\n\n function removeVnodes (vnodes, startIdx, endIdx) {\n for (; startIdx <= endIdx; ++startIdx) {\n var ch = vnodes[startIdx];\n if (isDef(ch)) {\n if (isDef(ch.tag)) {\n removeAndInvokeRemoveHook(ch);\n invokeDestroyHook(ch);\n } else { // Text node\n removeNode(ch.elm);\n }\n }\n }\n }\n\n function removeAndInvokeRemoveHook (vnode, rm) {\n if (isDef(rm) || isDef(vnode.data)) {\n var i;\n var listeners = cbs.remove.length + 1;\n if (isDef(rm)) {\n // we have a recursively passed down rm callback\n // increase the listeners count\n rm.listeners += listeners;\n } else {\n // directly removing\n rm = createRmCb(vnode.elm, listeners);\n }\n // recursively invoke hooks on child component root node\n if (isDef(i = vnode.componentInstance) && isDef(i = i._vnode) && isDef(i.data)) {\n removeAndInvokeRemoveHook(i, rm);\n }\n for (i = 0; i < cbs.remove.length; ++i) {\n cbs.remove[i](vnode, rm);\n }\n if (isDef(i = vnode.data.hook) && isDef(i = i.remove)) {\n i(vnode, rm);\n } else {\n rm();\n }\n } else {\n removeNode(vnode.elm);\n }\n }\n\n function updateChildren (parentElm, oldCh, newCh, insertedVnodeQueue, removeOnly) {\n var oldStartIdx = 0;\n var newStartIdx = 0;\n var oldEndIdx = oldCh.length - 1;\n var oldStartVnode = oldCh[0];\n var oldEndVnode = oldCh[oldEndIdx];\n var newEndIdx = newCh.length - 1;\n var newStartVnode = newCh[0];\n var newEndVnode = newCh[newEndIdx];\n var oldKeyToIdx, idxInOld, vnodeToMove, refElm;\n\n // removeOnly is a special flag used only by <transition-group>\n // to ensure removed elements stay in correct relative positions\n // during leaving transitions\n var canMove = !removeOnly;\n\n if (process.env.NODE_ENV !== 'production') {\n checkDuplicateKeys(newCh);\n }\n\n while (oldStartIdx <= oldEndIdx && newStartIdx <= newEndIdx) {\n if (isUndef(oldStartVnode)) {\n oldStartVnode = oldCh[++oldStartIdx]; // Vnode has been moved left\n } else if (isUndef(oldEndVnode)) {\n oldEndVnode = oldCh[--oldEndIdx];\n } else if (sameVnode(oldStartVnode, newStartVnode)) {\n patchVnode(oldStartVnode, newStartVnode, insertedVnodeQueue, newCh, newStartIdx);\n oldStartVnode = oldCh[++oldStartIdx];\n newStartVnode = newCh[++newStartIdx];\n } else if (sameVnode(oldEndVnode, newEndVnode)) {\n patchVnode(oldEndVnode, newEndVnode, insertedVnodeQueue, newCh, newEndIdx);\n oldEndVnode = oldCh[--oldEndIdx];\n newEndVnode = newCh[--newEndIdx];\n } else if (sameVnode(oldStartVnode, newEndVnode)) { // Vnode moved right\n patchVnode(oldStartVnode, newEndVnode, insertedVnodeQueue, newCh, newEndIdx);\n canMove && nodeOps.insertBefore(parentElm, oldStartVnode.elm, nodeOps.nextSibling(oldEndVnode.elm));\n oldStartVnode = oldCh[++oldStartIdx];\n newEndVnode = newCh[--newEndIdx];\n } else if (sameVnode(oldEndVnode, newStartVnode)) { // Vnode moved left\n patchVnode(oldEndVnode, newStartVnode, insertedVnodeQueue, newCh, newStartIdx);\n canMove && nodeOps.insertBefore(parentElm, oldEndVnode.elm, oldStartVnode.elm);\n oldEndVnode = oldCh[--oldEndIdx];\n newStartVnode = newCh[++newStartIdx];\n } else {\n if (isUndef(oldKeyToIdx)) { oldKeyToIdx = createKeyToOldIdx(oldCh, oldStartIdx, oldEndIdx); }\n idxInOld = isDef(newStartVnode.key)\n ? oldKeyToIdx[newStartVnode.key]\n : findIdxInOld(newStartVnode, oldCh, oldStartIdx, oldEndIdx);\n if (isUndef(idxInOld)) { // New element\n createElm(newStartVnode, insertedVnodeQueue, parentElm, oldStartVnode.elm, false, newCh, newStartIdx);\n } else {\n vnodeToMove = oldCh[idxInOld];\n if (sameVnode(vnodeToMove, newStartVnode)) {\n patchVnode(vnodeToMove, newStartVnode, insertedVnodeQueue, newCh, newStartIdx);\n oldCh[idxInOld] = undefined;\n canMove && nodeOps.insertBefore(parentElm, vnodeToMove.elm, oldStartVnode.elm);\n } else {\n // same key but different element. treat as new element\n createElm(newStartVnode, insertedVnodeQueue, parentElm, oldStartVnode.elm, false, newCh, newStartIdx);\n }\n }\n newStartVnode = newCh[++newStartIdx];\n }\n }\n if (oldStartIdx > oldEndIdx) {\n refElm = isUndef(newCh[newEndIdx + 1]) ? null : newCh[newEndIdx + 1].elm;\n addVnodes(parentElm, refElm, newCh, newStartIdx, newEndIdx, insertedVnodeQueue);\n } else if (newStartIdx > newEndIdx) {\n removeVnodes(oldCh, oldStartIdx, oldEndIdx);\n }\n }\n\n function checkDuplicateKeys (children) {\n var seenKeys = {};\n for (var i = 0; i < children.length; i++) {\n var vnode = children[i];\n var key = vnode.key;\n if (isDef(key)) {\n if (seenKeys[key]) {\n warn(\n (\"Duplicate keys detected: '\" + key + \"'. This may cause an update error.\"),\n vnode.context\n );\n } else {\n seenKeys[key] = true;\n }\n }\n }\n }\n\n function findIdxInOld (node, oldCh, start, end) {\n for (var i = start; i < end; i++) {\n var c = oldCh[i];\n if (isDef(c) && sameVnode(node, c)) { return i }\n }\n }\n\n function patchVnode (\n oldVnode,\n vnode,\n insertedVnodeQueue,\n ownerArray,\n index,\n removeOnly\n ) {\n if (oldVnode === vnode) {\n return\n }\n\n if (isDef(vnode.elm) && isDef(ownerArray)) {\n // clone reused vnode\n vnode = ownerArray[index] = cloneVNode(vnode);\n }\n\n var elm = vnode.elm = oldVnode.elm;\n\n if (isTrue(oldVnode.isAsyncPlaceholder)) {\n if (isDef(vnode.asyncFactory.resolved)) {\n hydrate(oldVnode.elm, vnode, insertedVnodeQueue);\n } else {\n vnode.isAsyncPlaceholder = true;\n }\n return\n }\n\n // reuse element for static trees.\n // note we only do this if the vnode is cloned -\n // if the new node is not cloned it means the render functions have been\n // reset by the hot-reload-api and we need to do a proper re-render.\n if (isTrue(vnode.isStatic) &&\n isTrue(oldVnode.isStatic) &&\n vnode.key === oldVnode.key &&\n (isTrue(vnode.isCloned) || isTrue(vnode.isOnce))\n ) {\n vnode.componentInstance = oldVnode.componentInstance;\n return\n }\n\n var i;\n var data = vnode.data;\n if (isDef(data) && isDef(i = data.hook) && isDef(i = i.prepatch)) {\n i(oldVnode, vnode);\n }\n\n var oldCh = oldVnode.children;\n var ch = vnode.children;\n if (isDef(data) && isPatchable(vnode)) {\n for (i = 0; i < cbs.update.length; ++i) { cbs.update[i](oldVnode, vnode); }\n if (isDef(i = data.hook) && isDef(i = i.update)) { i(oldVnode, vnode); }\n }\n if (isUndef(vnode.text)) {\n if (isDef(oldCh) && isDef(ch)) {\n if (oldCh !== ch) { updateChildren(elm, oldCh, ch, insertedVnodeQueue, removeOnly); }\n } else if (isDef(ch)) {\n if (process.env.NODE_ENV !== 'production') {\n checkDuplicateKeys(ch);\n }\n if (isDef(oldVnode.text)) { nodeOps.setTextContent(elm, ''); }\n addVnodes(elm, null, ch, 0, ch.length - 1, insertedVnodeQueue);\n } else if (isDef(oldCh)) {\n removeVnodes(oldCh, 0, oldCh.length - 1);\n } else if (isDef(oldVnode.text)) {\n nodeOps.setTextContent(elm, '');\n }\n } else if (oldVnode.text !== vnode.text) {\n nodeOps.setTextContent(elm, vnode.text);\n }\n if (isDef(data)) {\n if (isDef(i = data.hook) && isDef(i = i.postpatch)) { i(oldVnode, vnode); }\n }\n }\n\n function invokeInsertHook (vnode, queue, initial) {\n // delay insert hooks for component root nodes, invoke them after the\n // element is really inserted\n if (isTrue(initial) && isDef(vnode.parent)) {\n vnode.parent.data.pendingInsert = queue;\n } else {\n for (var i = 0; i < queue.length; ++i) {\n queue[i].data.hook.insert(queue[i]);\n }\n }\n }\n\n var hydrationBailed = false;\n // list of modules that can skip create hook during hydration because they\n // are already rendered on the client or has no need for initialization\n // Note: style is excluded because it relies on initial clone for future\n // deep updates (#7063).\n var isRenderedModule = makeMap('attrs,class,staticClass,staticStyle,key');\n\n // Note: this is a browser-only function so we can assume elms are DOM nodes.\n function hydrate (elm, vnode, insertedVnodeQueue, inVPre) {\n var i;\n var tag = vnode.tag;\n var data = vnode.data;\n var children = vnode.children;\n inVPre = inVPre || (data && data.pre);\n vnode.elm = elm;\n\n if (isTrue(vnode.isComment) && isDef(vnode.asyncFactory)) {\n vnode.isAsyncPlaceholder = true;\n return true\n }\n // assert node match\n if (process.env.NODE_ENV !== 'production') {\n if (!assertNodeMatch(elm, vnode, inVPre)) {\n return false\n }\n }\n if (isDef(data)) {\n if (isDef(i = data.hook) && isDef(i = i.init)) { i(vnode, true /* hydrating */); }\n if (isDef(i = vnode.componentInstance)) {\n // child component. it should have hydrated its own tree.\n initComponent(vnode, insertedVnodeQueue);\n return true\n }\n }\n if (isDef(tag)) {\n if (isDef(children)) {\n // empty element, allow client to pick up and populate children\n if (!elm.hasChildNodes()) {\n createChildren(vnode, children, insertedVnodeQueue);\n } else {\n // v-html and domProps: innerHTML\n if (isDef(i = data) && isDef(i = i.domProps) && isDef(i = i.innerHTML)) {\n if (i !== elm.innerHTML) {\n /* istanbul ignore if */\n if (process.env.NODE_ENV !== 'production' &&\n typeof console !== 'undefined' &&\n !hydrationBailed\n ) {\n hydrationBailed = true;\n console.warn('Parent: ', elm);\n console.warn('server innerHTML: ', i);\n console.warn('client innerHTML: ', elm.innerHTML);\n }\n return false\n }\n } else {\n // iterate and compare children lists\n var childrenMatch = true;\n var childNode = elm.firstChild;\n for (var i$1 = 0; i$1 < children.length; i$1++) {\n if (!childNode || !hydrate(childNode, children[i$1], insertedVnodeQueue, inVPre)) {\n childrenMatch = false;\n break\n }\n childNode = childNode.nextSibling;\n }\n // if childNode is not null, it means the actual childNodes list is\n // longer than the virtual children list.\n if (!childrenMatch || childNode) {\n /* istanbul ignore if */\n if (process.env.NODE_ENV !== 'production' &&\n typeof console !== 'undefined' &&\n !hydrationBailed\n ) {\n hydrationBailed = true;\n console.warn('Parent: ', elm);\n console.warn('Mismatching childNodes vs. VNodes: ', elm.childNodes, children);\n }\n return false\n }\n }\n }\n }\n if (isDef(data)) {\n var fullInvoke = false;\n for (var key in data) {\n if (!isRenderedModule(key)) {\n fullInvoke = true;\n invokeCreateHooks(vnode, insertedVnodeQueue);\n break\n }\n }\n if (!fullInvoke && data['class']) {\n // ensure collecting deps for deep class bindings for future updates\n traverse(data['class']);\n }\n }\n } else if (elm.data !== vnode.text) {\n elm.data = vnode.text;\n }\n return true\n }\n\n function assertNodeMatch (node, vnode, inVPre) {\n if (isDef(vnode.tag)) {\n return vnode.tag.indexOf('vue-component') === 0 || (\n !isUnknownElement$$1(vnode, inVPre) &&\n vnode.tag.toLowerCase() === (node.tagName && node.tagName.toLowerCase())\n )\n } else {\n return node.nodeType === (vnode.isComment ? 8 : 3)\n }\n }\n\n return function patch (oldVnode, vnode, hydrating, removeOnly) {\n if (isUndef(vnode)) {\n if (isDef(oldVnode)) { invokeDestroyHook(oldVnode); }\n return\n }\n\n var isInitialPatch = false;\n var insertedVnodeQueue = [];\n\n if (isUndef(oldVnode)) {\n // empty mount (likely as component), create new root element\n isInitialPatch = true;\n createElm(vnode, insertedVnodeQueue);\n } else {\n var isRealElement = isDef(oldVnode.nodeType);\n if (!isRealElement && sameVnode(oldVnode, vnode)) {\n // patch existing root node\n patchVnode(oldVnode, vnode, insertedVnodeQueue, null, null, removeOnly);\n } else {\n if (isRealElement) {\n // mounting to a real element\n // check if this is server-rendered content and if we can perform\n // a successful hydration.\n if (oldVnode.nodeType === 1 && oldVnode.hasAttribute(SSR_ATTR)) {\n oldVnode.removeAttribute(SSR_ATTR);\n hydrating = true;\n }\n if (isTrue(hydrating)) {\n if (hydrate(oldVnode, vnode, insertedVnodeQueue)) {\n invokeInsertHook(vnode, insertedVnodeQueue, true);\n return oldVnode\n } else if (process.env.NODE_ENV !== 'production') {\n warn(\n 'The client-side rendered virtual DOM tree is not matching ' +\n 'server-rendered content. This is likely caused by incorrect ' +\n 'HTML markup, for example nesting block-level elements inside ' +\n '<p>, or missing <tbody>. Bailing hydration and performing ' +\n 'full client-side render.'\n );\n }\n }\n // either not server-rendered, or hydration failed.\n // create an empty node and replace it\n oldVnode = emptyNodeAt(oldVnode);\n }\n\n // replacing existing element\n var oldElm = oldVnode.elm;\n var parentElm = nodeOps.parentNode(oldElm);\n\n // create new node\n createElm(\n vnode,\n insertedVnodeQueue,\n // extremely rare edge case: do not insert if old element is in a\n // leaving transition. Only happens when combining transition +\n // keep-alive + HOCs. (#4590)\n oldElm._leaveCb ? null : parentElm,\n nodeOps.nextSibling(oldElm)\n );\n\n // update parent placeholder node element, recursively\n if (isDef(vnode.parent)) {\n var ancestor = vnode.parent;\n var patchable = isPatchable(vnode);\n while (ancestor) {\n for (var i = 0; i < cbs.destroy.length; ++i) {\n cbs.destroy[i](ancestor);\n }\n ancestor.elm = vnode.elm;\n if (patchable) {\n for (var i$1 = 0; i$1 < cbs.create.length; ++i$1) {\n cbs.create[i$1](emptyNode, ancestor);\n }\n // #6513\n // invoke insert hooks that may have been merged by create hooks.\n // e.g. for directives that uses the \"inserted\" hook.\n var insert = ancestor.data.hook.insert;\n if (insert.merged) {\n // start at index 1 to avoid re-invoking component mounted hook\n for (var i$2 = 1; i$2 < insert.fns.length; i$2++) {\n insert.fns[i$2]();\n }\n }\n } else {\n registerRef(ancestor);\n }\n ancestor = ancestor.parent;\n }\n }\n\n // destroy old node\n if (isDef(parentElm)) {\n removeVnodes([oldVnode], 0, 0);\n } else if (isDef(oldVnode.tag)) {\n invokeDestroyHook(oldVnode);\n }\n }\n }\n\n invokeInsertHook(vnode, insertedVnodeQueue, isInitialPatch);\n return vnode.elm\n }\n}\n\n/* */\n\nvar directives = {\n create: updateDirectives,\n update: updateDirectives,\n destroy: function unbindDirectives (vnode) {\n updateDirectives(vnode, emptyNode);\n }\n};\n\nfunction updateDirectives (oldVnode, vnode) {\n if (oldVnode.data.directives || vnode.data.directives) {\n _update(oldVnode, vnode);\n }\n}\n\nfunction _update (oldVnode, vnode) {\n var isCreate = oldVnode === emptyNode;\n var isDestroy = vnode === emptyNode;\n var oldDirs = normalizeDirectives$1(oldVnode.data.directives, oldVnode.context);\n var newDirs = normalizeDirectives$1(vnode.data.directives, vnode.context);\n\n var dirsWithInsert = [];\n var dirsWithPostpatch = [];\n\n var key, oldDir, dir;\n for (key in newDirs) {\n oldDir = oldDirs[key];\n dir = newDirs[key];\n if (!oldDir) {\n // new directive, bind\n callHook$1(dir, 'bind', vnode, oldVnode);\n if (dir.def && dir.def.inserted) {\n dirsWithInsert.push(dir);\n }\n } else {\n // existing directive, update\n dir.oldValue = oldDir.value;\n dir.oldArg = oldDir.arg;\n callHook$1(dir, 'update', vnode, oldVnode);\n if (dir.def && dir.def.componentUpdated) {\n dirsWithPostpatch.push(dir);\n }\n }\n }\n\n if (dirsWithInsert.length) {\n var callInsert = function () {\n for (var i = 0; i < dirsWithInsert.length; i++) {\n callHook$1(dirsWithInsert[i], 'inserted', vnode, oldVnode);\n }\n };\n if (isCreate) {\n mergeVNodeHook(vnode, 'insert', callInsert);\n } else {\n callInsert();\n }\n }\n\n if (dirsWithPostpatch.length) {\n mergeVNodeHook(vnode, 'postpatch', function () {\n for (var i = 0; i < dirsWithPostpatch.length; i++) {\n callHook$1(dirsWithPostpatch[i], 'componentUpdated', vnode, oldVnode);\n }\n });\n }\n\n if (!isCreate) {\n for (key in oldDirs) {\n if (!newDirs[key]) {\n // no longer present, unbind\n callHook$1(oldDirs[key], 'unbind', oldVnode, oldVnode, isDestroy);\n }\n }\n }\n}\n\nvar emptyModifiers = Object.create(null);\n\nfunction normalizeDirectives$1 (\n dirs,\n vm\n) {\n var res = Object.create(null);\n if (!dirs) {\n // $flow-disable-line\n return res\n }\n var i, dir;\n for (i = 0; i < dirs.length; i++) {\n dir = dirs[i];\n if (!dir.modifiers) {\n // $flow-disable-line\n dir.modifiers = emptyModifiers;\n }\n res[getRawDirName(dir)] = dir;\n dir.def = resolveAsset(vm.$options, 'directives', dir.name, true);\n }\n // $flow-disable-line\n return res\n}\n\nfunction getRawDirName (dir) {\n return dir.rawName || ((dir.name) + \".\" + (Object.keys(dir.modifiers || {}).join('.')))\n}\n\nfunction callHook$1 (dir, hook, vnode, oldVnode, isDestroy) {\n var fn = dir.def && dir.def[hook];\n if (fn) {\n try {\n fn(vnode.elm, dir, vnode, oldVnode, isDestroy);\n } catch (e) {\n handleError(e, vnode.context, (\"directive \" + (dir.name) + \" \" + hook + \" hook\"));\n }\n }\n}\n\nvar baseModules = [\n ref,\n directives\n];\n\n/* */\n\nfunction updateAttrs (oldVnode, vnode) {\n var opts = vnode.componentOptions;\n if (isDef(opts) && opts.Ctor.options.inheritAttrs === false) {\n return\n }\n if (isUndef(oldVnode.data.attrs) && isUndef(vnode.data.attrs)) {\n return\n }\n var key, cur, old;\n var elm = vnode.elm;\n var oldAttrs = oldVnode.data.attrs || {};\n var attrs = vnode.data.attrs || {};\n // clone observed objects, as the user probably wants to mutate it\n if (isDef(attrs.__ob__)) {\n attrs = vnode.data.attrs = extend({}, attrs);\n }\n\n for (key in attrs) {\n cur = attrs[key];\n old = oldAttrs[key];\n if (old !== cur) {\n setAttr(elm, key, cur);\n }\n }\n // #4391: in IE9, setting type can reset value for input[type=radio]\n // #6666: IE/Edge forces progress value down to 1 before setting a max\n /* istanbul ignore if */\n if ((isIE || isEdge) && attrs.value !== oldAttrs.value) {\n setAttr(elm, 'value', attrs.value);\n }\n for (key in oldAttrs) {\n if (isUndef(attrs[key])) {\n if (isXlink(key)) {\n elm.removeAttributeNS(xlinkNS, getXlinkProp(key));\n } else if (!isEnumeratedAttr(key)) {\n elm.removeAttribute(key);\n }\n }\n }\n}\n\nfunction setAttr (el, key, value) {\n if (el.tagName.indexOf('-') > -1) {\n baseSetAttr(el, key, value);\n } else if (isBooleanAttr(key)) {\n // set attribute for blank value\n // e.g. <option disabled>Select one</option>\n if (isFalsyAttrValue(value)) {\n el.removeAttribute(key);\n } else {\n // technically allowfullscreen is a boolean attribute for <iframe>,\n // but Flash expects a value of \"true\" when used on <embed> tag\n value = key === 'allowfullscreen' && el.tagName === 'EMBED'\n ? 'true'\n : key;\n el.setAttribute(key, value);\n }\n } else if (isEnumeratedAttr(key)) {\n el.setAttribute(key, convertEnumeratedValue(key, value));\n } else if (isXlink(key)) {\n if (isFalsyAttrValue(value)) {\n el.removeAttributeNS(xlinkNS, getXlinkProp(key));\n } else {\n el.setAttributeNS(xlinkNS, key, value);\n }\n } else {\n baseSetAttr(el, key, value);\n }\n}\n\nfunction baseSetAttr (el, key, value) {\n if (isFalsyAttrValue(value)) {\n el.removeAttribute(key);\n } else {\n // #7138: IE10 & 11 fires input event when setting placeholder on\n // <textarea>... block the first input event and remove the blocker\n // immediately.\n /* istanbul ignore if */\n if (\n isIE && !isIE9 &&\n el.tagName === 'TEXTAREA' &&\n key === 'placeholder' && value !== '' && !el.__ieph\n ) {\n var blocker = function (e) {\n e.stopImmediatePropagation();\n el.removeEventListener('input', blocker);\n };\n el.addEventListener('input', blocker);\n // $flow-disable-line\n el.__ieph = true; /* IE placeholder patched */\n }\n el.setAttribute(key, value);\n }\n}\n\nvar attrs = {\n create: updateAttrs,\n update: updateAttrs\n};\n\n/* */\n\nfunction updateClass (oldVnode, vnode) {\n var el = vnode.elm;\n var data = vnode.data;\n var oldData = oldVnode.data;\n if (\n isUndef(data.staticClass) &&\n isUndef(data.class) && (\n isUndef(oldData) || (\n isUndef(oldData.staticClass) &&\n isUndef(oldData.class)\n )\n )\n ) {\n return\n }\n\n var cls = genClassForVnode(vnode);\n\n // handle transition classes\n var transitionClass = el._transitionClasses;\n if (isDef(transitionClass)) {\n cls = concat(cls, stringifyClass(transitionClass));\n }\n\n // set the class\n if (cls !== el._prevClass) {\n el.setAttribute('class', cls);\n el._prevClass = cls;\n }\n}\n\nvar klass = {\n create: updateClass,\n update: updateClass\n};\n\n/* */\n\n/* */\n\n/* */\n\n/* */\n\n// in some cases, the event used has to be determined at runtime\n// so we used some reserved tokens during compile.\nvar RANGE_TOKEN = '__r';\nvar CHECKBOX_RADIO_TOKEN = '__c';\n\n/* */\n\n// normalize v-model event tokens that can only be determined at runtime.\n// it's important to place the event as the first in the array because\n// the whole point is ensuring the v-model callback gets called before\n// user-attached handlers.\nfunction normalizeEvents (on) {\n /* istanbul ignore if */\n if (isDef(on[RANGE_TOKEN])) {\n // IE input[type=range] only supports `change` event\n var event = isIE ? 'change' : 'input';\n on[event] = [].concat(on[RANGE_TOKEN], on[event] || []);\n delete on[RANGE_TOKEN];\n }\n // This was originally intended to fix #4521 but no longer necessary\n // after 2.5. Keeping it for backwards compat with generated code from < 2.4\n /* istanbul ignore if */\n if (isDef(on[CHECKBOX_RADIO_TOKEN])) {\n on.change = [].concat(on[CHECKBOX_RADIO_TOKEN], on.change || []);\n delete on[CHECKBOX_RADIO_TOKEN];\n }\n}\n\nvar target$1;\n\nfunction createOnceHandler$1 (event, handler, capture) {\n var _target = target$1; // save current target element in closure\n return function onceHandler () {\n var res = handler.apply(null, arguments);\n if (res !== null) {\n remove$2(event, onceHandler, capture, _target);\n }\n }\n}\n\n// #9446: Firefox <= 53 (in particular, ESR 52) has incorrect Event.timeStamp\n// implementation and does not fire microtasks in between event propagation, so\n// safe to exclude.\nvar useMicrotaskFix = isUsingMicroTask && !(isFF && Number(isFF[1]) <= 53);\n\nfunction add$1 (\n name,\n handler,\n capture,\n passive\n) {\n // async edge case #6566: inner click event triggers patch, event handler\n // attached to outer element during patch, and triggered again. This\n // happens because browsers fire microtask ticks between event propagation.\n // the solution is simple: we save the timestamp when a handler is attached,\n // and the handler would only fire if the event passed to it was fired\n // AFTER it was attached.\n if (useMicrotaskFix) {\n var attachedTimestamp = currentFlushTimestamp;\n var original = handler;\n handler = original._wrapper = function (e) {\n if (\n // no bubbling, should always fire.\n // this is just a safety net in case event.timeStamp is unreliable in\n // certain weird environments...\n e.target === e.currentTarget ||\n // event is fired after handler attachment\n e.timeStamp >= attachedTimestamp ||\n // bail for environments that have buggy event.timeStamp implementations\n // #9462 iOS 9 bug: event.timeStamp is 0 after history.pushState\n // #9681 QtWebEngine event.timeStamp is negative value\n e.timeStamp <= 0 ||\n // #9448 bail if event is fired in another document in a multi-page\n // electron/nw.js app, since event.timeStamp will be using a different\n // starting reference\n e.target.ownerDocument !== document\n ) {\n return original.apply(this, arguments)\n }\n };\n }\n target$1.addEventListener(\n name,\n handler,\n supportsPassive\n ? { capture: capture, passive: passive }\n : capture\n );\n}\n\nfunction remove$2 (\n name,\n handler,\n capture,\n _target\n) {\n (_target || target$1).removeEventListener(\n name,\n handler._wrapper || handler,\n capture\n );\n}\n\nfunction updateDOMListeners (oldVnode, vnode) {\n if (isUndef(oldVnode.data.on) && isUndef(vnode.data.on)) {\n return\n }\n var on = vnode.data.on || {};\n var oldOn = oldVnode.data.on || {};\n target$1 = vnode.elm;\n normalizeEvents(on);\n updateListeners(on, oldOn, add$1, remove$2, createOnceHandler$1, vnode.context);\n target$1 = undefined;\n}\n\nvar events = {\n create: updateDOMListeners,\n update: updateDOMListeners\n};\n\n/* */\n\nvar svgContainer;\n\nfunction updateDOMProps (oldVnode, vnode) {\n if (isUndef(oldVnode.data.domProps) && isUndef(vnode.data.domProps)) {\n return\n }\n var key, cur;\n var elm = vnode.elm;\n var oldProps = oldVnode.data.domProps || {};\n var props = vnode.data.domProps || {};\n // clone observed objects, as the user probably wants to mutate it\n if (isDef(props.__ob__)) {\n props = vnode.data.domProps = extend({}, props);\n }\n\n for (key in oldProps) {\n if (!(key in props)) {\n elm[key] = '';\n }\n }\n\n for (key in props) {\n cur = props[key];\n // ignore children if the node has textContent or innerHTML,\n // as these will throw away existing DOM nodes and cause removal errors\n // on subsequent patches (#3360)\n if (key === 'textContent' || key === 'innerHTML') {\n if (vnode.children) { vnode.children.length = 0; }\n if (cur === oldProps[key]) { continue }\n // #6601 work around Chrome version <= 55 bug where single textNode\n // replaced by innerHTML/textContent retains its parentNode property\n if (elm.childNodes.length === 1) {\n elm.removeChild(elm.childNodes[0]);\n }\n }\n\n if (key === 'value' && elm.tagName !== 'PROGRESS') {\n // store value as _value as well since\n // non-string values will be stringified\n elm._value = cur;\n // avoid resetting cursor position when value is the same\n var strCur = isUndef(cur) ? '' : String(cur);\n if (shouldUpdateValue(elm, strCur)) {\n elm.value = strCur;\n }\n } else if (key === 'innerHTML' && isSVG(elm.tagName) && isUndef(elm.innerHTML)) {\n // IE doesn't support innerHTML for SVG elements\n svgContainer = svgContainer || document.createElement('div');\n svgContainer.innerHTML = \"<svg>\" + cur + \"</svg>\";\n var svg = svgContainer.firstChild;\n while (elm.firstChild) {\n elm.removeChild(elm.firstChild);\n }\n while (svg.firstChild) {\n elm.appendChild(svg.firstChild);\n }\n } else if (\n // skip the update if old and new VDOM state is the same.\n // `value` is handled separately because the DOM value may be temporarily\n // out of sync with VDOM state due to focus, composition and modifiers.\n // This #4521 by skipping the unnecessary `checked` update.\n cur !== oldProps[key]\n ) {\n // some property updates can throw\n // e.g. `value` on <progress> w/ non-finite value\n try {\n elm[key] = cur;\n } catch (e) {}\n }\n }\n}\n\n// check platforms/web/util/attrs.js acceptValue\n\n\nfunction shouldUpdateValue (elm, checkVal) {\n return (!elm.composing && (\n elm.tagName === 'OPTION' ||\n isNotInFocusAndDirty(elm, checkVal) ||\n isDirtyWithModifiers(elm, checkVal)\n ))\n}\n\nfunction isNotInFocusAndDirty (elm, checkVal) {\n // return true when textbox (.number and .trim) loses focus and its value is\n // not equal to the updated value\n var notInFocus = true;\n // #6157\n // work around IE bug when accessing document.activeElement in an iframe\n try { notInFocus = document.activeElement !== elm; } catch (e) {}\n return notInFocus && elm.value !== checkVal\n}\n\nfunction isDirtyWithModifiers (elm, newVal) {\n var value = elm.value;\n var modifiers = elm._vModifiers; // injected by v-model runtime\n if (isDef(modifiers)) {\n if (modifiers.number) {\n return toNumber(value) !== toNumber(newVal)\n }\n if (modifiers.trim) {\n return value.trim() !== newVal.trim()\n }\n }\n return value !== newVal\n}\n\nvar domProps = {\n create: updateDOMProps,\n update: updateDOMProps\n};\n\n/* */\n\nvar parseStyleText = cached(function (cssText) {\n var res = {};\n var listDelimiter = /;(?![^(]*\\))/g;\n var propertyDelimiter = /:(.+)/;\n cssText.split(listDelimiter).forEach(function (item) {\n if (item) {\n var tmp = item.split(propertyDelimiter);\n tmp.length > 1 && (res[tmp[0].trim()] = tmp[1].trim());\n }\n });\n return res\n});\n\n// merge static and dynamic style data on the same vnode\nfunction normalizeStyleData (data) {\n var style = normalizeStyleBinding(data.style);\n // static style is pre-processed into an object during compilation\n // and is always a fresh object, so it's safe to merge into it\n return data.staticStyle\n ? extend(data.staticStyle, style)\n : style\n}\n\n// normalize possible array / string values into Object\nfunction normalizeStyleBinding (bindingStyle) {\n if (Array.isArray(bindingStyle)) {\n return toObject(bindingStyle)\n }\n if (typeof bindingStyle === 'string') {\n return parseStyleText(bindingStyle)\n }\n return bindingStyle\n}\n\n/**\n * parent component style should be after child's\n * so that parent component's style could override it\n */\nfunction getStyle (vnode, checkChild) {\n var res = {};\n var styleData;\n\n if (checkChild) {\n var childNode = vnode;\n while (childNode.componentInstance) {\n childNode = childNode.componentInstance._vnode;\n if (\n childNode && childNode.data &&\n (styleData = normalizeStyleData(childNode.data))\n ) {\n extend(res, styleData);\n }\n }\n }\n\n if ((styleData = normalizeStyleData(vnode.data))) {\n extend(res, styleData);\n }\n\n var parentNode = vnode;\n while ((parentNode = parentNode.parent)) {\n if (parentNode.data && (styleData = normalizeStyleData(parentNode.data))) {\n extend(res, styleData);\n }\n }\n return res\n}\n\n/* */\n\nvar cssVarRE = /^--/;\nvar importantRE = /\\s*!important$/;\nvar setProp = function (el, name, val) {\n /* istanbul ignore if */\n if (cssVarRE.test(name)) {\n el.style.setProperty(name, val);\n } else if (importantRE.test(val)) {\n el.style.setProperty(hyphenate(name), val.replace(importantRE, ''), 'important');\n } else {\n var normalizedName = normalize(name);\n if (Array.isArray(val)) {\n // Support values array created by autoprefixer, e.g.\n // {display: [\"-webkit-box\", \"-ms-flexbox\", \"flex\"]}\n // Set them one by one, and the browser will only set those it can recognize\n for (var i = 0, len = val.length; i < len; i++) {\n el.style[normalizedName] = val[i];\n }\n } else {\n el.style[normalizedName] = val;\n }\n }\n};\n\nvar vendorNames = ['Webkit', 'Moz', 'ms'];\n\nvar emptyStyle;\nvar normalize = cached(function (prop) {\n emptyStyle = emptyStyle || document.createElement('div').style;\n prop = camelize(prop);\n if (prop !== 'filter' && (prop in emptyStyle)) {\n return prop\n }\n var capName = prop.charAt(0).toUpperCase() + prop.slice(1);\n for (var i = 0; i < vendorNames.length; i++) {\n var name = vendorNames[i] + capName;\n if (name in emptyStyle) {\n return name\n }\n }\n});\n\nfunction updateStyle (oldVnode, vnode) {\n var data = vnode.data;\n var oldData = oldVnode.data;\n\n if (isUndef(data.staticStyle) && isUndef(data.style) &&\n isUndef(oldData.staticStyle) && isUndef(oldData.style)\n ) {\n return\n }\n\n var cur, name;\n var el = vnode.elm;\n var oldStaticStyle = oldData.staticStyle;\n var oldStyleBinding = oldData.normalizedStyle || oldData.style || {};\n\n // if static style exists, stylebinding already merged into it when doing normalizeStyleData\n var oldStyle = oldStaticStyle || oldStyleBinding;\n\n var style = normalizeStyleBinding(vnode.data.style) || {};\n\n // store normalized style under a different key for next diff\n // make sure to clone it if it's reactive, since the user likely wants\n // to mutate it.\n vnode.data.normalizedStyle = isDef(style.__ob__)\n ? extend({}, style)\n : style;\n\n var newStyle = getStyle(vnode, true);\n\n for (name in oldStyle) {\n if (isUndef(newStyle[name])) {\n setProp(el, name, '');\n }\n }\n for (name in newStyle) {\n cur = newStyle[name];\n if (cur !== oldStyle[name]) {\n // ie9 setting to null has no effect, must use empty string\n setProp(el, name, cur == null ? '' : cur);\n }\n }\n}\n\nvar style = {\n create: updateStyle,\n update: updateStyle\n};\n\n/* */\n\nvar whitespaceRE = /\\s+/;\n\n/**\n * Add class with compatibility for SVG since classList is not supported on\n * SVG elements in IE\n */\nfunction addClass (el, cls) {\n /* istanbul ignore if */\n if (!cls || !(cls = cls.trim())) {\n return\n }\n\n /* istanbul ignore else */\n if (el.classList) {\n if (cls.indexOf(' ') > -1) {\n cls.split(whitespaceRE).forEach(function (c) { return el.classList.add(c); });\n } else {\n el.classList.add(cls);\n }\n } else {\n var cur = \" \" + (el.getAttribute('class') || '') + \" \";\n if (cur.indexOf(' ' + cls + ' ') < 0) {\n el.setAttribute('class', (cur + cls).trim());\n }\n }\n}\n\n/**\n * Remove class with compatibility for SVG since classList is not supported on\n * SVG elements in IE\n */\nfunction removeClass (el, cls) {\n /* istanbul ignore if */\n if (!cls || !(cls = cls.trim())) {\n return\n }\n\n /* istanbul ignore else */\n if (el.classList) {\n if (cls.indexOf(' ') > -1) {\n cls.split(whitespaceRE).forEach(function (c) { return el.classList.remove(c); });\n } else {\n el.classList.remove(cls);\n }\n if (!el.classList.length) {\n el.removeAttribute('class');\n }\n } else {\n var cur = \" \" + (el.getAttribute('class') || '') + \" \";\n var tar = ' ' + cls + ' ';\n while (cur.indexOf(tar) >= 0) {\n cur = cur.replace(tar, ' ');\n }\n cur = cur.trim();\n if (cur) {\n el.setAttribute('class', cur);\n } else {\n el.removeAttribute('class');\n }\n }\n}\n\n/* */\n\nfunction resolveTransition (def$$1) {\n if (!def$$1) {\n return\n }\n /* istanbul ignore else */\n if (typeof def$$1 === 'object') {\n var res = {};\n if (def$$1.css !== false) {\n extend(res, autoCssTransition(def$$1.name || 'v'));\n }\n extend(res, def$$1);\n return res\n } else if (typeof def$$1 === 'string') {\n return autoCssTransition(def$$1)\n }\n}\n\nvar autoCssTransition = cached(function (name) {\n return {\n enterClass: (name + \"-enter\"),\n enterToClass: (name + \"-enter-to\"),\n enterActiveClass: (name + \"-enter-active\"),\n leaveClass: (name + \"-leave\"),\n leaveToClass: (name + \"-leave-to\"),\n leaveActiveClass: (name + \"-leave-active\")\n }\n});\n\nvar hasTransition = inBrowser && !isIE9;\nvar TRANSITION = 'transition';\nvar ANIMATION = 'animation';\n\n// Transition property/event sniffing\nvar transitionProp = 'transition';\nvar transitionEndEvent = 'transitionend';\nvar animationProp = 'animation';\nvar animationEndEvent = 'animationend';\nif (hasTransition) {\n /* istanbul ignore if */\n if (window.ontransitionend === undefined &&\n window.onwebkittransitionend !== undefined\n ) {\n transitionProp = 'WebkitTransition';\n transitionEndEvent = 'webkitTransitionEnd';\n }\n if (window.onanimationend === undefined &&\n window.onwebkitanimationend !== undefined\n ) {\n animationProp = 'WebkitAnimation';\n animationEndEvent = 'webkitAnimationEnd';\n }\n}\n\n// binding to window is necessary to make hot reload work in IE in strict mode\nvar raf = inBrowser\n ? window.requestAnimationFrame\n ? window.requestAnimationFrame.bind(window)\n : setTimeout\n : /* istanbul ignore next */ function (fn) { return fn(); };\n\nfunction nextFrame (fn) {\n raf(function () {\n raf(fn);\n });\n}\n\nfunction addTransitionClass (el, cls) {\n var transitionClasses = el._transitionClasses || (el._transitionClasses = []);\n if (transitionClasses.indexOf(cls) < 0) {\n transitionClasses.push(cls);\n addClass(el, cls);\n }\n}\n\nfunction removeTransitionClass (el, cls) {\n if (el._transitionClasses) {\n remove(el._transitionClasses, cls);\n }\n removeClass(el, cls);\n}\n\nfunction whenTransitionEnds (\n el,\n expectedType,\n cb\n) {\n var ref = getTransitionInfo(el, expectedType);\n var type = ref.type;\n var timeout = ref.timeout;\n var propCount = ref.propCount;\n if (!type) { return cb() }\n var event = type === TRANSITION ? transitionEndEvent : animationEndEvent;\n var ended = 0;\n var end = function () {\n el.removeEventListener(event, onEnd);\n cb();\n };\n var onEnd = function (e) {\n if (e.target === el) {\n if (++ended >= propCount) {\n end();\n }\n }\n };\n setTimeout(function () {\n if (ended < propCount) {\n end();\n }\n }, timeout + 1);\n el.addEventListener(event, onEnd);\n}\n\nvar transformRE = /\\b(transform|all)(,|$)/;\n\nfunction getTransitionInfo (el, expectedType) {\n var styles = window.getComputedStyle(el);\n // JSDOM may return undefined for transition properties\n var transitionDelays = (styles[transitionProp + 'Delay'] || '').split(', ');\n var transitionDurations = (styles[transitionProp + 'Duration'] || '').split(', ');\n var transitionTimeout = getTimeout(transitionDelays, transitionDurations);\n var animationDelays = (styles[animationProp + 'Delay'] || '').split(', ');\n var animationDurations = (styles[animationProp + 'Duration'] || '').split(', ');\n var animationTimeout = getTimeout(animationDelays, animationDurations);\n\n var type;\n var timeout = 0;\n var propCount = 0;\n /* istanbul ignore if */\n if (expectedType === TRANSITION) {\n if (transitionTimeout > 0) {\n type = TRANSITION;\n timeout = transitionTimeout;\n propCount = transitionDurations.length;\n }\n } else if (expectedType === ANIMATION) {\n if (animationTimeout > 0) {\n type = ANIMATION;\n timeout = animationTimeout;\n propCount = animationDurations.length;\n }\n } else {\n timeout = Math.max(transitionTimeout, animationTimeout);\n type = timeout > 0\n ? transitionTimeout > animationTimeout\n ? TRANSITION\n : ANIMATION\n : null;\n propCount = type\n ? type === TRANSITION\n ? transitionDurations.length\n : animationDurations.length\n : 0;\n }\n var hasTransform =\n type === TRANSITION &&\n transformRE.test(styles[transitionProp + 'Property']);\n return {\n type: type,\n timeout: timeout,\n propCount: propCount,\n hasTransform: hasTransform\n }\n}\n\nfunction getTimeout (delays, durations) {\n /* istanbul ignore next */\n while (delays.length < durations.length) {\n delays = delays.concat(delays);\n }\n\n return Math.max.apply(null, durations.map(function (d, i) {\n return toMs(d) + toMs(delays[i])\n }))\n}\n\n// Old versions of Chromium (below 61.0.3163.100) formats floating pointer numbers\n// in a locale-dependent way, using a comma instead of a dot.\n// If comma is not replaced with a dot, the input will be rounded down (i.e. acting\n// as a floor function) causing unexpected behaviors\nfunction toMs (s) {\n return Number(s.slice(0, -1).replace(',', '.')) * 1000\n}\n\n/* */\n\nfunction enter (vnode, toggleDisplay) {\n var el = vnode.elm;\n\n // call leave callback now\n if (isDef(el._leaveCb)) {\n el._leaveCb.cancelled = true;\n el._leaveCb();\n }\n\n var data = resolveTransition(vnode.data.transition);\n if (isUndef(data)) {\n return\n }\n\n /* istanbul ignore if */\n if (isDef(el._enterCb) || el.nodeType !== 1) {\n return\n }\n\n var css = data.css;\n var type = data.type;\n var enterClass = data.enterClass;\n var enterToClass = data.enterToClass;\n var enterActiveClass = data.enterActiveClass;\n var appearClass = data.appearClass;\n var appearToClass = data.appearToClass;\n var appearActiveClass = data.appearActiveClass;\n var beforeEnter = data.beforeEnter;\n var enter = data.enter;\n var afterEnter = data.afterEnter;\n var enterCancelled = data.enterCancelled;\n var beforeAppear = data.beforeAppear;\n var appear = data.appear;\n var afterAppear = data.afterAppear;\n var appearCancelled = data.appearCancelled;\n var duration = data.duration;\n\n // activeInstance will always be the <transition> component managing this\n // transition. One edge case to check is when the <transition> is placed\n // as the root node of a child component. In that case we need to check\n // <transition>'s parent for appear check.\n var context = activeInstance;\n var transitionNode = activeInstance.$vnode;\n while (transitionNode && transitionNode.parent) {\n context = transitionNode.context;\n transitionNode = transitionNode.parent;\n }\n\n var isAppear = !context._isMounted || !vnode.isRootInsert;\n\n if (isAppear && !appear && appear !== '') {\n return\n }\n\n var startClass = isAppear && appearClass\n ? appearClass\n : enterClass;\n var activeClass = isAppear && appearActiveClass\n ? appearActiveClass\n : enterActiveClass;\n var toClass = isAppear && appearToClass\n ? appearToClass\n : enterToClass;\n\n var beforeEnterHook = isAppear\n ? (beforeAppear || beforeEnter)\n : beforeEnter;\n var enterHook = isAppear\n ? (typeof appear === 'function' ? appear : enter)\n : enter;\n var afterEnterHook = isAppear\n ? (afterAppear || afterEnter)\n : afterEnter;\n var enterCancelledHook = isAppear\n ? (appearCancelled || enterCancelled)\n : enterCancelled;\n\n var explicitEnterDuration = toNumber(\n isObject(duration)\n ? duration.enter\n : duration\n );\n\n if (process.env.NODE_ENV !== 'production' && explicitEnterDuration != null) {\n checkDuration(explicitEnterDuration, 'enter', vnode);\n }\n\n var expectsCSS = css !== false && !isIE9;\n var userWantsControl = getHookArgumentsLength(enterHook);\n\n var cb = el._enterCb = once(function () {\n if (expectsCSS) {\n removeTransitionClass(el, toClass);\n removeTransitionClass(el, activeClass);\n }\n if (cb.cancelled) {\n if (expectsCSS) {\n removeTransitionClass(el, startClass);\n }\n enterCancelledHook && enterCancelledHook(el);\n } else {\n afterEnterHook && afterEnterHook(el);\n }\n el._enterCb = null;\n });\n\n if (!vnode.data.show) {\n // remove pending leave element on enter by injecting an insert hook\n mergeVNodeHook(vnode, 'insert', function () {\n var parent = el.parentNode;\n var pendingNode = parent && parent._pending && parent._pending[vnode.key];\n if (pendingNode &&\n pendingNode.tag === vnode.tag &&\n pendingNode.elm._leaveCb\n ) {\n pendingNode.elm._leaveCb();\n }\n enterHook && enterHook(el, cb);\n });\n }\n\n // start enter transition\n beforeEnterHook && beforeEnterHook(el);\n if (expectsCSS) {\n addTransitionClass(el, startClass);\n addTransitionClass(el, activeClass);\n nextFrame(function () {\n removeTransitionClass(el, startClass);\n if (!cb.cancelled) {\n addTransitionClass(el, toClass);\n if (!userWantsControl) {\n if (isValidDuration(explicitEnterDuration)) {\n setTimeout(cb, explicitEnterDuration);\n } else {\n whenTransitionEnds(el, type, cb);\n }\n }\n }\n });\n }\n\n if (vnode.data.show) {\n toggleDisplay && toggleDisplay();\n enterHook && enterHook(el, cb);\n }\n\n if (!expectsCSS && !userWantsControl) {\n cb();\n }\n}\n\nfunction leave (vnode, rm) {\n var el = vnode.elm;\n\n // call enter callback now\n if (isDef(el._enterCb)) {\n el._enterCb.cancelled = true;\n el._enterCb();\n }\n\n var data = resolveTransition(vnode.data.transition);\n if (isUndef(data) || el.nodeType !== 1) {\n return rm()\n }\n\n /* istanbul ignore if */\n if (isDef(el._leaveCb)) {\n return\n }\n\n var css = data.css;\n var type = data.type;\n var leaveClass = data.leaveClass;\n var leaveToClass = data.leaveToClass;\n var leaveActiveClass = data.leaveActiveClass;\n var beforeLeave = data.beforeLeave;\n var leave = data.leave;\n var afterLeave = data.afterLeave;\n var leaveCancelled = data.leaveCancelled;\n var delayLeave = data.delayLeave;\n var duration = data.duration;\n\n var expectsCSS = css !== false && !isIE9;\n var userWantsControl = getHookArgumentsLength(leave);\n\n var explicitLeaveDuration = toNumber(\n isObject(duration)\n ? duration.leave\n : duration\n );\n\n if (process.env.NODE_ENV !== 'production' && isDef(explicitLeaveDuration)) {\n checkDuration(explicitLeaveDuration, 'leave', vnode);\n }\n\n var cb = el._leaveCb = once(function () {\n if (el.parentNode && el.parentNode._pending) {\n el.parentNode._pending[vnode.key] = null;\n }\n if (expectsCSS) {\n removeTransitionClass(el, leaveToClass);\n removeTransitionClass(el, leaveActiveClass);\n }\n if (cb.cancelled) {\n if (expectsCSS) {\n removeTransitionClass(el, leaveClass);\n }\n leaveCancelled && leaveCancelled(el);\n } else {\n rm();\n afterLeave && afterLeave(el);\n }\n el._leaveCb = null;\n });\n\n if (delayLeave) {\n delayLeave(performLeave);\n } else {\n performLeave();\n }\n\n function performLeave () {\n // the delayed leave may have already been cancelled\n if (cb.cancelled) {\n return\n }\n // record leaving element\n if (!vnode.data.show && el.parentNode) {\n (el.parentNode._pending || (el.parentNode._pending = {}))[(vnode.key)] = vnode;\n }\n beforeLeave && beforeLeave(el);\n if (expectsCSS) {\n addTransitionClass(el, leaveClass);\n addTransitionClass(el, leaveActiveClass);\n nextFrame(function () {\n removeTransitionClass(el, leaveClass);\n if (!cb.cancelled) {\n addTransitionClass(el, leaveToClass);\n if (!userWantsControl) {\n if (isValidDuration(explicitLeaveDuration)) {\n setTimeout(cb, explicitLeaveDuration);\n } else {\n whenTransitionEnds(el, type, cb);\n }\n }\n }\n });\n }\n leave && leave(el, cb);\n if (!expectsCSS && !userWantsControl) {\n cb();\n }\n }\n}\n\n// only used in dev mode\nfunction checkDuration (val, name, vnode) {\n if (typeof val !== 'number') {\n warn(\n \"<transition> explicit \" + name + \" duration is not a valid number - \" +\n \"got \" + (JSON.stringify(val)) + \".\",\n vnode.context\n );\n } else if (isNaN(val)) {\n warn(\n \"<transition> explicit \" + name + \" duration is NaN - \" +\n 'the duration expression might be incorrect.',\n vnode.context\n );\n }\n}\n\nfunction isValidDuration (val) {\n return typeof val === 'number' && !isNaN(val)\n}\n\n/**\n * Normalize a transition hook's argument length. The hook may be:\n * - a merged hook (invoker) with the original in .fns\n * - a wrapped component method (check ._length)\n * - a plain function (.length)\n */\nfunction getHookArgumentsLength (fn) {\n if (isUndef(fn)) {\n return false\n }\n var invokerFns = fn.fns;\n if (isDef(invokerFns)) {\n // invoker\n return getHookArgumentsLength(\n Array.isArray(invokerFns)\n ? invokerFns[0]\n : invokerFns\n )\n } else {\n return (fn._length || fn.length) > 1\n }\n}\n\nfunction _enter (_, vnode) {\n if (vnode.data.show !== true) {\n enter(vnode);\n }\n}\n\nvar transition = inBrowser ? {\n create: _enter,\n activate: _enter,\n remove: function remove$$1 (vnode, rm) {\n /* istanbul ignore else */\n if (vnode.data.show !== true) {\n leave(vnode, rm);\n } else {\n rm();\n }\n }\n} : {};\n\nvar platformModules = [\n attrs,\n klass,\n events,\n domProps,\n style,\n transition\n];\n\n/* */\n\n// the directive module should be applied last, after all\n// built-in modules have been applied.\nvar modules = platformModules.concat(baseModules);\n\nvar patch = createPatchFunction({ nodeOps: nodeOps, modules: modules });\n\n/**\n * Not type checking this file because flow doesn't like attaching\n * properties to Elements.\n */\n\n/* istanbul ignore if */\nif (isIE9) {\n // http://www.matts411.com/post/internet-explorer-9-oninput/\n document.addEventListener('selectionchange', function () {\n var el = document.activeElement;\n if (el && el.vmodel) {\n trigger(el, 'input');\n }\n });\n}\n\nvar directive = {\n inserted: function inserted (el, binding, vnode, oldVnode) {\n if (vnode.tag === 'select') {\n // #6903\n if (oldVnode.elm && !oldVnode.elm._vOptions) {\n mergeVNodeHook(vnode, 'postpatch', function () {\n directive.componentUpdated(el, binding, vnode);\n });\n } else {\n setSelected(el, binding, vnode.context);\n }\n el._vOptions = [].map.call(el.options, getValue);\n } else if (vnode.tag === 'textarea' || isTextInputType(el.type)) {\n el._vModifiers = binding.modifiers;\n if (!binding.modifiers.lazy) {\n el.addEventListener('compositionstart', onCompositionStart);\n el.addEventListener('compositionend', onCompositionEnd);\n // Safari < 10.2 & UIWebView doesn't fire compositionend when\n // switching focus before confirming composition choice\n // this also fixes the issue where some browsers e.g. iOS Chrome\n // fires \"change\" instead of \"input\" on autocomplete.\n el.addEventListener('change', onCompositionEnd);\n /* istanbul ignore if */\n if (isIE9) {\n el.vmodel = true;\n }\n }\n }\n },\n\n componentUpdated: function componentUpdated (el, binding, vnode) {\n if (vnode.tag === 'select') {\n setSelected(el, binding, vnode.context);\n // in case the options rendered by v-for have changed,\n // it's possible that the value is out-of-sync with the rendered options.\n // detect such cases and filter out values that no longer has a matching\n // option in the DOM.\n var prevOptions = el._vOptions;\n var curOptions = el._vOptions = [].map.call(el.options, getValue);\n if (curOptions.some(function (o, i) { return !looseEqual(o, prevOptions[i]); })) {\n // trigger change event if\n // no matching option found for at least one value\n var needReset = el.multiple\n ? binding.value.some(function (v) { return hasNoMatchingOption(v, curOptions); })\n : binding.value !== binding.oldValue && hasNoMatchingOption(binding.value, curOptions);\n if (needReset) {\n trigger(el, 'change');\n }\n }\n }\n }\n};\n\nfunction setSelected (el, binding, vm) {\n actuallySetSelected(el, binding, vm);\n /* istanbul ignore if */\n if (isIE || isEdge) {\n setTimeout(function () {\n actuallySetSelected(el, binding, vm);\n }, 0);\n }\n}\n\nfunction actuallySetSelected (el, binding, vm) {\n var value = binding.value;\n var isMultiple = el.multiple;\n if (isMultiple && !Array.isArray(value)) {\n process.env.NODE_ENV !== 'production' && warn(\n \"<select multiple v-model=\\\"\" + (binding.expression) + \"\\\"> \" +\n \"expects an Array value for its binding, but got \" + (Object.prototype.toString.call(value).slice(8, -1)),\n vm\n );\n return\n }\n var selected, option;\n for (var i = 0, l = el.options.length; i < l; i++) {\n option = el.options[i];\n if (isMultiple) {\n selected = looseIndexOf(value, getValue(option)) > -1;\n if (option.selected !== selected) {\n option.selected = selected;\n }\n } else {\n if (looseEqual(getValue(option), value)) {\n if (el.selectedIndex !== i) {\n el.selectedIndex = i;\n }\n return\n }\n }\n }\n if (!isMultiple) {\n el.selectedIndex = -1;\n }\n}\n\nfunction hasNoMatchingOption (value, options) {\n return options.every(function (o) { return !looseEqual(o, value); })\n}\n\nfunction getValue (option) {\n return '_value' in option\n ? option._value\n : option.value\n}\n\nfunction onCompositionStart (e) {\n e.target.composing = true;\n}\n\nfunction onCompositionEnd (e) {\n // prevent triggering an input event for no reason\n if (!e.target.composing) { return }\n e.target.composing = false;\n trigger(e.target, 'input');\n}\n\nfunction trigger (el, type) {\n var e = document.createEvent('HTMLEvents');\n e.initEvent(type, true, true);\n el.dispatchEvent(e);\n}\n\n/* */\n\n// recursively search for possible transition defined inside the component root\nfunction locateNode (vnode) {\n return vnode.componentInstance && (!vnode.data || !vnode.data.transition)\n ? locateNode(vnode.componentInstance._vnode)\n : vnode\n}\n\nvar show = {\n bind: function bind (el, ref, vnode) {\n var value = ref.value;\n\n vnode = locateNode(vnode);\n var transition$$1 = vnode.data && vnode.data.transition;\n var originalDisplay = el.__vOriginalDisplay =\n el.style.display === 'none' ? '' : el.style.display;\n if (value && transition$$1) {\n vnode.data.show = true;\n enter(vnode, function () {\n el.style.display = originalDisplay;\n });\n } else {\n el.style.display = value ? originalDisplay : 'none';\n }\n },\n\n update: function update (el, ref, vnode) {\n var value = ref.value;\n var oldValue = ref.oldValue;\n\n /* istanbul ignore if */\n if (!value === !oldValue) { return }\n vnode = locateNode(vnode);\n var transition$$1 = vnode.data && vnode.data.transition;\n if (transition$$1) {\n vnode.data.show = true;\n if (value) {\n enter(vnode, function () {\n el.style.display = el.__vOriginalDisplay;\n });\n } else {\n leave(vnode, function () {\n el.style.display = 'none';\n });\n }\n } else {\n el.style.display = value ? el.__vOriginalDisplay : 'none';\n }\n },\n\n unbind: function unbind (\n el,\n binding,\n vnode,\n oldVnode,\n isDestroy\n ) {\n if (!isDestroy) {\n el.style.display = el.__vOriginalDisplay;\n }\n }\n};\n\nvar platformDirectives = {\n model: directive,\n show: show\n};\n\n/* */\n\nvar transitionProps = {\n name: String,\n appear: Boolean,\n css: Boolean,\n mode: String,\n type: String,\n enterClass: String,\n leaveClass: String,\n enterToClass: String,\n leaveToClass: String,\n enterActiveClass: String,\n leaveActiveClass: String,\n appearClass: String,\n appearActiveClass: String,\n appearToClass: String,\n duration: [Number, String, Object]\n};\n\n// in case the child is also an abstract component, e.g. <keep-alive>\n// we want to recursively retrieve the real component to be rendered\nfunction getRealChild (vnode) {\n var compOptions = vnode && vnode.componentOptions;\n if (compOptions && compOptions.Ctor.options.abstract) {\n return getRealChild(getFirstComponentChild(compOptions.children))\n } else {\n return vnode\n }\n}\n\nfunction extractTransitionData (comp) {\n var data = {};\n var options = comp.$options;\n // props\n for (var key in options.propsData) {\n data[key] = comp[key];\n }\n // events.\n // extract listeners and pass them directly to the transition methods\n var listeners = options._parentListeners;\n for (var key$1 in listeners) {\n data[camelize(key$1)] = listeners[key$1];\n }\n return data\n}\n\nfunction placeholder (h, rawChild) {\n if (/\\d-keep-alive$/.test(rawChild.tag)) {\n return h('keep-alive', {\n props: rawChild.componentOptions.propsData\n })\n }\n}\n\nfunction hasParentTransition (vnode) {\n while ((vnode = vnode.parent)) {\n if (vnode.data.transition) {\n return true\n }\n }\n}\n\nfunction isSameChild (child, oldChild) {\n return oldChild.key === child.key && oldChild.tag === child.tag\n}\n\nvar isNotTextNode = function (c) { return c.tag || isAsyncPlaceholder(c); };\n\nvar isVShowDirective = function (d) { return d.name === 'show'; };\n\nvar Transition = {\n name: 'transition',\n props: transitionProps,\n abstract: true,\n\n render: function render (h) {\n var this$1 = this;\n\n var children = this.$slots.default;\n if (!children) {\n return\n }\n\n // filter out text nodes (possible whitespaces)\n children = children.filter(isNotTextNode);\n /* istanbul ignore if */\n if (!children.length) {\n return\n }\n\n // warn multiple elements\n if (process.env.NODE_ENV !== 'production' && children.length > 1) {\n warn(\n '<transition> can only be used on a single element. Use ' +\n '<transition-group> for lists.',\n this.$parent\n );\n }\n\n var mode = this.mode;\n\n // warn invalid mode\n if (process.env.NODE_ENV !== 'production' &&\n mode && mode !== 'in-out' && mode !== 'out-in'\n ) {\n warn(\n 'invalid <transition> mode: ' + mode,\n this.$parent\n );\n }\n\n var rawChild = children[0];\n\n // if this is a component root node and the component's\n // parent container node also has transition, skip.\n if (hasParentTransition(this.$vnode)) {\n return rawChild\n }\n\n // apply transition data to child\n // use getRealChild() to ignore abstract components e.g. keep-alive\n var child = getRealChild(rawChild);\n /* istanbul ignore if */\n if (!child) {\n return rawChild\n }\n\n if (this._leaving) {\n return placeholder(h, rawChild)\n }\n\n // ensure a key that is unique to the vnode type and to this transition\n // component instance. This key will be used to remove pending leaving nodes\n // during entering.\n var id = \"__transition-\" + (this._uid) + \"-\";\n child.key = child.key == null\n ? child.isComment\n ? id + 'comment'\n : id + child.tag\n : isPrimitive(child.key)\n ? (String(child.key).indexOf(id) === 0 ? child.key : id + child.key)\n : child.key;\n\n var data = (child.data || (child.data = {})).transition = extractTransitionData(this);\n var oldRawChild = this._vnode;\n var oldChild = getRealChild(oldRawChild);\n\n // mark v-show\n // so that the transition module can hand over the control to the directive\n if (child.data.directives && child.data.directives.some(isVShowDirective)) {\n child.data.show = true;\n }\n\n if (\n oldChild &&\n oldChild.data &&\n !isSameChild(child, oldChild) &&\n !isAsyncPlaceholder(oldChild) &&\n // #6687 component root is a comment node\n !(oldChild.componentInstance && oldChild.componentInstance._vnode.isComment)\n ) {\n // replace old child transition data with fresh one\n // important for dynamic transitions!\n var oldData = oldChild.data.transition = extend({}, data);\n // handle transition mode\n if (mode === 'out-in') {\n // return placeholder node and queue update when leave finishes\n this._leaving = true;\n mergeVNodeHook(oldData, 'afterLeave', function () {\n this$1._leaving = false;\n this$1.$forceUpdate();\n });\n return placeholder(h, rawChild)\n } else if (mode === 'in-out') {\n if (isAsyncPlaceholder(child)) {\n return oldRawChild\n }\n var delayedLeave;\n var performLeave = function () { delayedLeave(); };\n mergeVNodeHook(data, 'afterEnter', performLeave);\n mergeVNodeHook(data, 'enterCancelled', performLeave);\n mergeVNodeHook(oldData, 'delayLeave', function (leave) { delayedLeave = leave; });\n }\n }\n\n return rawChild\n }\n};\n\n/* */\n\nvar props = extend({\n tag: String,\n moveClass: String\n}, transitionProps);\n\ndelete props.mode;\n\nvar TransitionGroup = {\n props: props,\n\n beforeMount: function beforeMount () {\n var this$1 = this;\n\n var update = this._update;\n this._update = function (vnode, hydrating) {\n var restoreActiveInstance = setActiveInstance(this$1);\n // force removing pass\n this$1.__patch__(\n this$1._vnode,\n this$1.kept,\n false, // hydrating\n true // removeOnly (!important, avoids unnecessary moves)\n );\n this$1._vnode = this$1.kept;\n restoreActiveInstance();\n update.call(this$1, vnode, hydrating);\n };\n },\n\n render: function render (h) {\n var tag = this.tag || this.$vnode.data.tag || 'span';\n var map = Object.create(null);\n var prevChildren = this.prevChildren = this.children;\n var rawChildren = this.$slots.default || [];\n var children = this.children = [];\n var transitionData = extractTransitionData(this);\n\n for (var i = 0; i < rawChildren.length; i++) {\n var c = rawChildren[i];\n if (c.tag) {\n if (c.key != null && String(c.key).indexOf('__vlist') !== 0) {\n children.push(c);\n map[c.key] = c\n ;(c.data || (c.data = {})).transition = transitionData;\n } else if (process.env.NODE_ENV !== 'production') {\n var opts = c.componentOptions;\n var name = opts ? (opts.Ctor.options.name || opts.tag || '') : c.tag;\n warn((\"<transition-group> children must be keyed: <\" + name + \">\"));\n }\n }\n }\n\n if (prevChildren) {\n var kept = [];\n var removed = [];\n for (var i$1 = 0; i$1 < prevChildren.length; i$1++) {\n var c$1 = prevChildren[i$1];\n c$1.data.transition = transitionData;\n c$1.data.pos = c$1.elm.getBoundingClientRect();\n if (map[c$1.key]) {\n kept.push(c$1);\n } else {\n removed.push(c$1);\n }\n }\n this.kept = h(tag, null, kept);\n this.removed = removed;\n }\n\n return h(tag, null, children)\n },\n\n updated: function updated () {\n var children = this.prevChildren;\n var moveClass = this.moveClass || ((this.name || 'v') + '-move');\n if (!children.length || !this.hasMove(children[0].elm, moveClass)) {\n return\n }\n\n // we divide the work into three loops to avoid mixing DOM reads and writes\n // in each iteration - which helps prevent layout thrashing.\n children.forEach(callPendingCbs);\n children.forEach(recordPosition);\n children.forEach(applyTranslation);\n\n // force reflow to put everything in position\n // assign to this to avoid being removed in tree-shaking\n // $flow-disable-line\n this._reflow = document.body.offsetHeight;\n\n children.forEach(function (c) {\n if (c.data.moved) {\n var el = c.elm;\n var s = el.style;\n addTransitionClass(el, moveClass);\n s.transform = s.WebkitTransform = s.transitionDuration = '';\n el.addEventListener(transitionEndEvent, el._moveCb = function cb (e) {\n if (e && e.target !== el) {\n return\n }\n if (!e || /transform$/.test(e.propertyName)) {\n el.removeEventListener(transitionEndEvent, cb);\n el._moveCb = null;\n removeTransitionClass(el, moveClass);\n }\n });\n }\n });\n },\n\n methods: {\n hasMove: function hasMove (el, moveClass) {\n /* istanbul ignore if */\n if (!hasTransition) {\n return false\n }\n /* istanbul ignore if */\n if (this._hasMove) {\n return this._hasMove\n }\n // Detect whether an element with the move class applied has\n // CSS transitions. Since the element may be inside an entering\n // transition at this very moment, we make a clone of it and remove\n // all other transition classes applied to ensure only the move class\n // is applied.\n var clone = el.cloneNode();\n if (el._transitionClasses) {\n el._transitionClasses.forEach(function (cls) { removeClass(clone, cls); });\n }\n addClass(clone, moveClass);\n clone.style.display = 'none';\n this.$el.appendChild(clone);\n var info = getTransitionInfo(clone);\n this.$el.removeChild(clone);\n return (this._hasMove = info.hasTransform)\n }\n }\n};\n\nfunction callPendingCbs (c) {\n /* istanbul ignore if */\n if (c.elm._moveCb) {\n c.elm._moveCb();\n }\n /* istanbul ignore if */\n if (c.elm._enterCb) {\n c.elm._enterCb();\n }\n}\n\nfunction recordPosition (c) {\n c.data.newPos = c.elm.getBoundingClientRect();\n}\n\nfunction applyTranslation (c) {\n var oldPos = c.data.pos;\n var newPos = c.data.newPos;\n var dx = oldPos.left - newPos.left;\n var dy = oldPos.top - newPos.top;\n if (dx || dy) {\n c.data.moved = true;\n var s = c.elm.style;\n s.transform = s.WebkitTransform = \"translate(\" + dx + \"px,\" + dy + \"px)\";\n s.transitionDuration = '0s';\n }\n}\n\nvar platformComponents = {\n Transition: Transition,\n TransitionGroup: TransitionGroup\n};\n\n/* */\n\n// install platform specific utils\nVue.config.mustUseProp = mustUseProp;\nVue.config.isReservedTag = isReservedTag;\nVue.config.isReservedAttr = isReservedAttr;\nVue.config.getTagNamespace = getTagNamespace;\nVue.config.isUnknownElement = isUnknownElement;\n\n// install platform runtime directives & components\nextend(Vue.options.directives, platformDirectives);\nextend(Vue.options.components, platformComponents);\n\n// install platform patch function\nVue.prototype.__patch__ = inBrowser ? patch : noop;\n\n// public mount method\nVue.prototype.$mount = function (\n el,\n hydrating\n) {\n el = el && inBrowser ? query(el) : undefined;\n return mountComponent(this, el, hydrating)\n};\n\n// devtools global hook\n/* istanbul ignore next */\nif (inBrowser) {\n setTimeout(function () {\n if (config.devtools) {\n if (devtools) {\n devtools.emit('init', Vue);\n } else if (\n process.env.NODE_ENV !== 'production' &&\n process.env.NODE_ENV !== 'test'\n ) {\n console[console.info ? 'info' : 'log'](\n 'Download the Vue Devtools extension for a better development experience:\\n' +\n 'https://github.com/vuejs/vue-devtools'\n );\n }\n }\n if (process.env.NODE_ENV !== 'production' &&\n process.env.NODE_ENV !== 'test' &&\n config.productionTip !== false &&\n typeof console !== 'undefined'\n ) {\n console[console.info ? 'info' : 'log'](\n \"You are running Vue in development mode.\\n\" +\n \"Make sure to turn on production mode when deploying for production.\\n\" +\n \"See more tips at https://vuejs.org/guide/deployment.html\"\n );\n }\n }, 0);\n}\n\n/* */\n\nexport default Vue;\n","\"use strict\";\n\nrequire(\"core-js/modules/es.array.index-of\");\n\nrequire(\"core-js/modules/es.object.assign\");\n\nrequire(\"core-js/modules/es.object.to-string\");\n\nrequire(\"core-js/modules/es.regexp.exec\");\n\nrequire(\"core-js/modules/es.regexp.to-string\");\n\nrequire(\"core-js/modules/es.string.replace\");\n\nObject.defineProperty(exports, \"__esModule\", {\n value: true\n});\nexports.getRootUrl = exports.generateFilePath = exports.imagePath = exports.generateUrl = exports.generateOcsUrl = exports.generateRemoteUrl = exports.linkTo = void 0;\n\n/// <reference types=\"@nextcloud/typings\" />\n\n/**\n * Get an absolute url to a file in an app\n *\n * @param {string} app the id of the app the file belongs to\n * @param {string} file the file path relative to the app folder\n * @return {string} Absolute URL to a file\n */\nvar linkTo = function linkTo(app, file) {\n return generateFilePath(app, '', file);\n};\n/**\n * Creates a relative url for remote use\n *\n * @param {string} service id\n * @return {string} the url\n */\n\n\nexports.linkTo = linkTo;\n\nvar linkToRemoteBase = function linkToRemoteBase(service) {\n return getRootUrl() + '/remote.php/' + service;\n};\n/**\n * @brief Creates an absolute url for remote use\n * @param {string} service id\n * @return {string} the url\n */\n\n\nvar generateRemoteUrl = function generateRemoteUrl(service) {\n return window.location.protocol + '//' + window.location.host + linkToRemoteBase(service);\n};\n/**\n * Get the base path for the given OCS API service\n *\n * @param {string} service name\n * @param {int} version OCS API version\n * @return {string} OCS API base path\n */\n\n\nexports.generateRemoteUrl = generateRemoteUrl;\n\nvar generateOcsUrl = function generateOcsUrl(service, version) {\n version = version !== 2 ? 1 : 2;\n return window.location.protocol + '//' + window.location.host + getRootUrl() + '/ocs/v' + version + '.php/' + service + '/';\n};\n\nexports.generateOcsUrl = generateOcsUrl;\n\n/**\n * Generate the absolute url for the given relative url, which can contain parameters\n *\n * Parameters will be URL encoded automatically\n *\n * @return {string} Absolute URL for the given relative URL\n */\nvar generateUrl = function generateUrl(url, params, options) {\n var allOptions = Object.assign({\n escape: true,\n noRewrite: false\n }, options || {});\n\n var _build = function _build(text, vars) {\n vars = vars || {};\n return text.replace(/{([^{}]*)}/g, function (a, b) {\n var r = vars[b];\n\n if (allOptions.escape) {\n return typeof r === 'string' || typeof r === 'number' ? encodeURIComponent(r.toString()) : encodeURIComponent(a);\n } else {\n return typeof r === 'string' || typeof r === 'number' ? r.toString() : a;\n }\n });\n };\n\n if (url.charAt(0) !== '/') {\n url = '/' + url;\n }\n\n if (OC.config.modRewriteWorking === true && !allOptions.noRewrite) {\n return getRootUrl() + _build(url, params || {});\n }\n\n return getRootUrl() + '/index.php' + _build(url, params || {});\n};\n/**\n * Get the absolute path to an image file\n * if no extension is given for the image, it will automatically decide\n * between .png and .svg based on what the browser supports\n *\n * @param {string} app the app id to which the image belongs\n * @param {string} file the name of the image file\n * @return {string}\n */\n\n\nexports.generateUrl = generateUrl;\n\nvar imagePath = function imagePath(app, file) {\n if (file.indexOf('.') === -1) {\n //if no extension is given, use svg\n return generateFilePath(app, 'img', file + '.svg');\n }\n\n return generateFilePath(app, 'img', file);\n};\n/**\n * Get the absolute url for a file in an app\n *\n * @param {string} app the id of the app\n * @param {string} type the type of the file to link to (e.g. css,img,ajax.template)\n * @param {string} file the filename\n * @return {string} Absolute URL for a file in an app\n */\n\n\nexports.imagePath = imagePath;\n\nvar generateFilePath = function generateFilePath(app, type, file) {\n var isCore = OC.coreApps.indexOf(app) !== -1;\n var link = getRootUrl();\n\n if (file.substring(file.length - 3) === 'php' && !isCore) {\n link += '/index.php/apps/' + app;\n\n if (file !== 'index.php') {\n link += '/';\n\n if (type) {\n link += encodeURI(type + '/');\n }\n\n link += file;\n }\n } else if (file.substring(file.length - 3) !== 'php' && !isCore) {\n link = OC.appswebroots[app];\n\n if (type) {\n link += '/' + type + '/';\n }\n\n if (link.substring(link.length - 1) !== '/') {\n link += '/';\n }\n\n link += file;\n } else {\n if ((app === 'settings' || app === 'core' || app === 'search') && type === 'ajax') {\n link += '/index.php/';\n } else {\n link += '/';\n }\n\n if (!isCore) {\n link += 'apps/';\n }\n\n if (app !== '') {\n app += '/';\n link += app;\n }\n\n if (type) {\n link += type + '/';\n }\n\n link += file;\n }\n\n return link;\n};\n/**\n * Return the web root path where this Nextcloud instance\n * is accessible, with a leading slash.\n * For example \"/nextcloud\".\n *\n * @return {string} web root path\n */\n\n\nexports.generateFilePath = generateFilePath;\n\nvar getRootUrl = function getRootUrl() {\n return OC.webroot;\n};\n\nexports.getRootUrl = getRootUrl;\n//# sourceMappingURL=index.js.map","var global = require('../internals/global');\nvar inspectSource = require('../internals/inspect-source');\n\nvar WeakMap = global.WeakMap;\n\nmodule.exports = typeof WeakMap === 'function' && /native code/.test(inspectSource(WeakMap));\n","var toObject = require('../internals/to-object');\n\nvar floor = Math.floor;\nvar replace = ''.replace;\nvar SUBSTITUTION_SYMBOLS = /\\$([$&'`]|\\d{1,2}|<[^>]*>)/g;\nvar SUBSTITUTION_SYMBOLS_NO_NAMED = /\\$([$&'`]|\\d{1,2})/g;\n\n// `GetSubstitution` abstract operation\n// https://tc39.es/ecma262/#sec-getsubstitution\nmodule.exports = function (matched, str, position, captures, namedCaptures, replacement) {\n var tailPos = position + matched.length;\n var m = captures.length;\n var symbols = SUBSTITUTION_SYMBOLS_NO_NAMED;\n if (namedCaptures !== undefined) {\n namedCaptures = toObject(namedCaptures);\n symbols = SUBSTITUTION_SYMBOLS;\n }\n return replace.call(replacement, symbols, function (match, ch) {\n var capture;\n switch (ch.charAt(0)) {\n case '$': return '$';\n case '&': return matched;\n case '`': return str.slice(0, position);\n case \"'\": return str.slice(tailPos);\n case '<':\n capture = namedCaptures[ch.slice(1, -1)];\n break;\n default: // \\d\\d?\n var n = +ch;\n if (n === 0) return match;\n if (n > m) {\n var f = floor(n / 10);\n if (f === 0) return match;\n if (f <= m) return captures[f - 1] === undefined ? ch.charAt(1) : captures[f - 1] + ch.charAt(1);\n return match;\n }\n capture = captures[n - 1];\n }\n return capture === undefined ? '' : capture;\n });\n};\n","'use strict';\nvar redefine = require('../internals/redefine');\nvar anObject = require('../internals/an-object');\nvar fails = require('../internals/fails');\nvar flags = require('../internals/regexp-flags');\n\nvar TO_STRING = 'toString';\nvar RegExpPrototype = RegExp.prototype;\nvar nativeToString = RegExpPrototype[TO_STRING];\n\nvar NOT_GENERIC = fails(function () { return nativeToString.call({ source: 'a', flags: 'b' }) != '/a/b'; });\n// FF44- RegExp#toString has a wrong name\nvar INCORRECT_NAME = nativeToString.name != TO_STRING;\n\n// `RegExp.prototype.toString` method\n// https://tc39.es/ecma262/#sec-regexp.prototype.tostring\nif (NOT_GENERIC || INCORRECT_NAME) {\n redefine(RegExp.prototype, TO_STRING, function toString() {\n var R = anObject(this);\n var p = String(R.source);\n var rf = R.flags;\n var f = String(rf === undefined && R instanceof RegExp && !('flags' in RegExpPrototype) ? flags.call(R) : rf);\n return '/' + p + '/' + f;\n }, { unsafe: true });\n}\n","'use strict';\nvar $ = require('../internals/export');\nvar fails = require('../internals/fails');\nvar isArray = require('../internals/is-array');\nvar isObject = require('../internals/is-object');\nvar toObject = require('../internals/to-object');\nvar toLength = require('../internals/to-length');\nvar createProperty = require('../internals/create-property');\nvar arraySpeciesCreate = require('../internals/array-species-create');\nvar arrayMethodHasSpeciesSupport = require('../internals/array-method-has-species-support');\nvar wellKnownSymbol = require('../internals/well-known-symbol');\nvar V8_VERSION = require('../internals/engine-v8-version');\n\nvar IS_CONCAT_SPREADABLE = wellKnownSymbol('isConcatSpreadable');\nvar MAX_SAFE_INTEGER = 0x1FFFFFFFFFFFFF;\nvar MAXIMUM_ALLOWED_INDEX_EXCEEDED = 'Maximum allowed index exceeded';\n\n// We can't use this feature detection in V8 since it causes\n// deoptimization and serious performance degradation\n// https://github.com/zloirock/core-js/issues/679\nvar IS_CONCAT_SPREADABLE_SUPPORT = V8_VERSION >= 51 || !fails(function () {\n var array = [];\n array[IS_CONCAT_SPREADABLE] = false;\n return array.concat()[0] !== array;\n});\n\nvar SPECIES_SUPPORT = arrayMethodHasSpeciesSupport('concat');\n\nvar isConcatSpreadable = function (O) {\n if (!isObject(O)) return false;\n var spreadable = O[IS_CONCAT_SPREADABLE];\n return spreadable !== undefined ? !!spreadable : isArray(O);\n};\n\nvar FORCED = !IS_CONCAT_SPREADABLE_SUPPORT || !SPECIES_SUPPORT;\n\n// `Array.prototype.concat` method\n// https://tc39.es/ecma262/#sec-array.prototype.concat\n// with adding support of @@isConcatSpreadable and @@species\n$({ target: 'Array', proto: true, forced: FORCED }, {\n // eslint-disable-next-line no-unused-vars -- required for `.length`\n concat: function concat(arg) {\n var O = toObject(this);\n var A = arraySpeciesCreate(O, 0);\n var n = 0;\n var i, k, length, len, E;\n for (i = -1, length = arguments.length; i < length; i++) {\n E = i === -1 ? O : arguments[i];\n if (isConcatSpreadable(E)) {\n len = toLength(E.length);\n if (n + len > MAX_SAFE_INTEGER) throw TypeError(MAXIMUM_ALLOWED_INDEX_EXCEEDED);\n for (k = 0; k < len; k++, n++) if (k in E) createProperty(A, n, E[k]);\n } else {\n if (n >= MAX_SAFE_INTEGER) throw TypeError(MAXIMUM_ALLOWED_INDEX_EXCEEDED);\n createProperty(A, n++, E);\n }\n }\n A.length = n;\n return A;\n }\n});\n","'use strict';\nvar DESCRIPTORS = require('../internals/descriptors');\nvar fails = require('../internals/fails');\nvar objectKeys = require('../internals/object-keys');\nvar getOwnPropertySymbolsModule = require('../internals/object-get-own-property-symbols');\nvar propertyIsEnumerableModule = require('../internals/object-property-is-enumerable');\nvar toObject = require('../internals/to-object');\nvar IndexedObject = require('../internals/indexed-object');\n\n// eslint-disable-next-line es/no-object-assign -- safe\nvar $assign = Object.assign;\n// eslint-disable-next-line es/no-object-defineproperty -- required for testing\nvar defineProperty = Object.defineProperty;\n\n// `Object.assign` method\n// https://tc39.es/ecma262/#sec-object.assign\nmodule.exports = !$assign || fails(function () {\n // should have correct order of operations (Edge bug)\n if (DESCRIPTORS && $assign({ b: 1 }, $assign(defineProperty({}, 'a', {\n enumerable: true,\n get: function () {\n defineProperty(this, 'b', {\n value: 3,\n enumerable: false\n });\n }\n }), { b: 2 })).b !== 1) return true;\n // should work with symbols and should have deterministic property order (V8 bug)\n var A = {};\n var B = {};\n // eslint-disable-next-line es/no-symbol -- safe\n var symbol = Symbol();\n var alphabet = 'abcdefghijklmnopqrst';\n A[symbol] = 7;\n alphabet.split('').forEach(function (chr) { B[chr] = chr; });\n return $assign({}, A)[symbol] != 7 || objectKeys($assign({}, B)).join('') != alphabet;\n}) ? function assign(target, source) { // eslint-disable-line no-unused-vars -- required for `.length`\n var T = toObject(target);\n var argumentsLength = arguments.length;\n var index = 1;\n var getOwnPropertySymbols = getOwnPropertySymbolsModule.f;\n var propertyIsEnumerable = propertyIsEnumerableModule.f;\n while (argumentsLength > index) {\n var S = IndexedObject(arguments[index++]);\n var keys = getOwnPropertySymbols ? objectKeys(S).concat(getOwnPropertySymbols(S)) : objectKeys(S);\n var length = keys.length;\n var j = 0;\n var key;\n while (length > j) {\n key = keys[j++];\n if (!DESCRIPTORS || propertyIsEnumerable.call(S, key)) T[key] = S[key];\n }\n } return T;\n} : $assign;\n","var toObject = require('../internals/to-object');\n\nvar hasOwnProperty = {}.hasOwnProperty;\n\nmodule.exports = Object.hasOwn || function hasOwn(it, key) {\n return hasOwnProperty.call(toObject(it), key);\n};\n","'use strict';\n\nmodule.exports = function bind(fn, thisArg) {\n return function wrap() {\n var args = new Array(arguments.length);\n for (var i = 0; i < args.length; i++) {\n args[i] = arguments[i];\n }\n return fn.apply(thisArg, args);\n };\n};\n","var requireObjectCoercible = require('../internals/require-object-coercible');\n\n// `ToObject` abstract operation\n// https://tc39.es/ecma262/#sec-toobject\nmodule.exports = function (argument) {\n return Object(requireObjectCoercible(argument));\n};\n","'use strict';\n\nvar utils = require('./../utils');\n\nfunction encode(val) {\n return encodeURIComponent(val).\n replace(/%3A/gi, ':').\n replace(/%24/g, '$').\n replace(/%2C/gi, ',').\n replace(/%20/g, '+').\n replace(/%5B/gi, '[').\n replace(/%5D/gi, ']');\n}\n\n/**\n * Build a URL by appending params to the end\n *\n * @param {string} url The base of the url (e.g., http://www.google.com)\n * @param {object} [params] The params to be appended\n * @returns {string} The formatted url\n */\nmodule.exports = function buildURL(url, params, paramsSerializer) {\n /*eslint no-param-reassign:0*/\n if (!params) {\n return url;\n }\n\n var serializedParams;\n if (paramsSerializer) {\n serializedParams = paramsSerializer(params);\n } else if (utils.isURLSearchParams(params)) {\n serializedParams = params.toString();\n } else {\n var parts = [];\n\n utils.forEach(params, function serialize(val, key) {\n if (val === null || typeof val === 'undefined') {\n return;\n }\n\n if (utils.isArray(val)) {\n key = key + '[]';\n } else {\n val = [val];\n }\n\n utils.forEach(val, function parseValue(v) {\n if (utils.isDate(v)) {\n v = v.toISOString();\n } else if (utils.isObject(v)) {\n v = JSON.stringify(v);\n }\n parts.push(encode(key) + '=' + encode(v));\n });\n });\n\n serializedParams = parts.join('&');\n }\n\n if (serializedParams) {\n var hashmarkIndex = url.indexOf('#');\n if (hashmarkIndex !== -1) {\n url = url.slice(0, hashmarkIndex);\n }\n\n url += (url.indexOf('?') === -1 ? '?' : '&') + serializedParams;\n }\n\n return url;\n};\n","'use strict';\n\nmodule.exports = function isCancel(value) {\n return !!(value && value.__CANCEL__);\n};\n","'use strict';\n\nvar utils = require('./utils');\nvar normalizeHeaderName = require('./helpers/normalizeHeaderName');\n\nvar DEFAULT_CONTENT_TYPE = {\n 'Content-Type': 'application/x-www-form-urlencoded'\n};\n\nfunction setContentTypeIfUnset(headers, value) {\n if (!utils.isUndefined(headers) && utils.isUndefined(headers['Content-Type'])) {\n headers['Content-Type'] = value;\n }\n}\n\nfunction getDefaultAdapter() {\n var adapter;\n if (typeof XMLHttpRequest !== 'undefined') {\n // For browsers use XHR adapter\n adapter = require('./adapters/xhr');\n } else if (typeof process !== 'undefined' && Object.prototype.toString.call(process) === '[object process]') {\n // For node use HTTP adapter\n adapter = require('./adapters/http');\n }\n return adapter;\n}\n\nvar defaults = {\n adapter: getDefaultAdapter(),\n\n transformRequest: [function transformRequest(data, headers) {\n normalizeHeaderName(headers, 'Accept');\n normalizeHeaderName(headers, 'Content-Type');\n if (utils.isFormData(data) ||\n utils.isArrayBuffer(data) ||\n utils.isBuffer(data) ||\n utils.isStream(data) ||\n utils.isFile(data) ||\n utils.isBlob(data)\n ) {\n return data;\n }\n if (utils.isArrayBufferView(data)) {\n return data.buffer;\n }\n if (utils.isURLSearchParams(data)) {\n setContentTypeIfUnset(headers, 'application/x-www-form-urlencoded;charset=utf-8');\n return data.toString();\n }\n if (utils.isObject(data)) {\n setContentTypeIfUnset(headers, 'application/json;charset=utf-8');\n return JSON.stringify(data);\n }\n return data;\n }],\n\n transformResponse: [function transformResponse(data) {\n /*eslint no-param-reassign:0*/\n if (typeof data === 'string') {\n try {\n data = JSON.parse(data);\n } catch (e) { /* Ignore */ }\n }\n return data;\n }],\n\n /**\n * A timeout in milliseconds to abort a request. If set to 0 (default) a\n * timeout is not created.\n */\n timeout: 0,\n\n xsrfCookieName: 'XSRF-TOKEN',\n xsrfHeaderName: 'X-XSRF-TOKEN',\n\n maxContentLength: -1,\n maxBodyLength: -1,\n\n validateStatus: function validateStatus(status) {\n return status >= 200 && status < 300;\n }\n};\n\ndefaults.headers = {\n common: {\n 'Accept': 'application/json, text/plain, */*'\n }\n};\n\nutils.forEach(['delete', 'get', 'head'], function forEachMethodNoData(method) {\n defaults.headers[method] = {};\n});\n\nutils.forEach(['post', 'put', 'patch'], function forEachMethodWithData(method) {\n defaults.headers[method] = utils.merge(DEFAULT_CONTENT_TYPE);\n});\n\nmodule.exports = defaults;\n","'use strict';\n\nvar utils = require('./../utils');\nvar settle = require('./../core/settle');\nvar cookies = require('./../helpers/cookies');\nvar buildURL = require('./../helpers/buildURL');\nvar buildFullPath = require('../core/buildFullPath');\nvar parseHeaders = require('./../helpers/parseHeaders');\nvar isURLSameOrigin = require('./../helpers/isURLSameOrigin');\nvar createError = require('../core/createError');\n\nmodule.exports = function xhrAdapter(config) {\n return new Promise(function dispatchXhrRequest(resolve, reject) {\n var requestData = config.data;\n var requestHeaders = config.headers;\n\n if (utils.isFormData(requestData)) {\n delete requestHeaders['Content-Type']; // Let the browser set it\n }\n\n var request = new XMLHttpRequest();\n\n // HTTP basic authentication\n if (config.auth) {\n var username = config.auth.username || '';\n var password = config.auth.password ? unescape(encodeURIComponent(config.auth.password)) : '';\n requestHeaders.Authorization = 'Basic ' + btoa(username + ':' + password);\n }\n\n var fullPath = buildFullPath(config.baseURL, config.url);\n request.open(config.method.toUpperCase(), buildURL(fullPath, config.params, config.paramsSerializer), true);\n\n // Set the request timeout in MS\n request.timeout = config.timeout;\n\n // Listen for ready state\n request.onreadystatechange = function handleLoad() {\n if (!request || request.readyState !== 4) {\n return;\n }\n\n // The request errored out and we didn't get a response, this will be\n // handled by onerror instead\n // With one exception: request that using file: protocol, most browsers\n // will return status as 0 even though it's a successful request\n if (request.status === 0 && !(request.responseURL && request.responseURL.indexOf('file:') === 0)) {\n return;\n }\n\n // Prepare the response\n var responseHeaders = 'getAllResponseHeaders' in request ? parseHeaders(request.getAllResponseHeaders()) : null;\n var responseData = !config.responseType || config.responseType === 'text' ? request.responseText : request.response;\n var response = {\n data: responseData,\n status: request.status,\n statusText: request.statusText,\n headers: responseHeaders,\n config: config,\n request: request\n };\n\n settle(resolve, reject, response);\n\n // Clean up request\n request = null;\n };\n\n // Handle browser request cancellation (as opposed to a manual cancellation)\n request.onabort = function handleAbort() {\n if (!request) {\n return;\n }\n\n reject(createError('Request aborted', config, 'ECONNABORTED', request));\n\n // Clean up request\n request = null;\n };\n\n // Handle low level network errors\n request.onerror = function handleError() {\n // Real errors are hidden from us by the browser\n // onerror should only fire if it's a network error\n reject(createError('Network Error', config, null, request));\n\n // Clean up request\n request = null;\n };\n\n // Handle timeout\n request.ontimeout = function handleTimeout() {\n var timeoutErrorMessage = 'timeout of ' + config.timeout + 'ms exceeded';\n if (config.timeoutErrorMessage) {\n timeoutErrorMessage = config.timeoutErrorMessage;\n }\n reject(createError(timeoutErrorMessage, config, 'ECONNABORTED',\n request));\n\n // Clean up request\n request = null;\n };\n\n // Add xsrf header\n // This is only done if running in a standard browser environment.\n // Specifically not if we're in a web worker, or react-native.\n if (utils.isStandardBrowserEnv()) {\n // Add xsrf header\n var xsrfValue = (config.withCredentials || isURLSameOrigin(fullPath)) && config.xsrfCookieName ?\n cookies.read(config.xsrfCookieName) :\n undefined;\n\n if (xsrfValue) {\n requestHeaders[config.xsrfHeaderName] = xsrfValue;\n }\n }\n\n // Add headers to the request\n if ('setRequestHeader' in request) {\n utils.forEach(requestHeaders, function setRequestHeader(val, key) {\n if (typeof requestData === 'undefined' && key.toLowerCase() === 'content-type') {\n // Remove Content-Type if data is undefined\n delete requestHeaders[key];\n } else {\n // Otherwise add header to the request\n request.setRequestHeader(key, val);\n }\n });\n }\n\n // Add withCredentials to request if needed\n if (!utils.isUndefined(config.withCredentials)) {\n request.withCredentials = !!config.withCredentials;\n }\n\n // Add responseType to request if needed\n if (config.responseType) {\n try {\n request.responseType = config.responseType;\n } catch (e) {\n // Expected DOMException thrown by browsers not compatible XMLHttpRequest Level 2.\n // But, this can be suppressed for 'json' type as it can be parsed by default 'transformResponse' function.\n if (config.responseType !== 'json') {\n throw e;\n }\n }\n }\n\n // Handle progress if needed\n if (typeof config.onDownloadProgress === 'function') {\n request.addEventListener('progress', config.onDownloadProgress);\n }\n\n // Not all browsers support upload events\n if (typeof config.onUploadProgress === 'function' && request.upload) {\n request.upload.addEventListener('progress', config.onUploadProgress);\n }\n\n if (config.cancelToken) {\n // Handle cancellation\n config.cancelToken.promise.then(function onCanceled(cancel) {\n if (!request) {\n return;\n }\n\n request.abort();\n reject(cancel);\n // Clean up request\n request = null;\n });\n }\n\n if (!requestData) {\n requestData = null;\n }\n\n // Send the request\n request.send(requestData);\n });\n};\n","'use strict';\n\nvar enhanceError = require('./enhanceError');\n\n/**\n * Create an Error with the specified message, config, error code, request and response.\n *\n * @param {string} message The error message.\n * @param {Object} config The config.\n * @param {string} [code] The error code (for example, 'ECONNABORTED').\n * @param {Object} [request] The request.\n * @param {Object} [response] The response.\n * @returns {Error} The created error.\n */\nmodule.exports = function createError(message, config, code, request, response) {\n var error = new Error(message);\n return enhanceError(error, config, code, request, response);\n};\n","'use strict';\n\nvar utils = require('../utils');\n\n/**\n * Config-specific merge-function which creates a new config-object\n * by merging two configuration objects together.\n *\n * @param {Object} config1\n * @param {Object} config2\n * @returns {Object} New object resulting from merging config2 to config1\n */\nmodule.exports = function mergeConfig(config1, config2) {\n // eslint-disable-next-line no-param-reassign\n config2 = config2 || {};\n var config = {};\n\n var valueFromConfig2Keys = ['url', 'method', 'data'];\n var mergeDeepPropertiesKeys = ['headers', 'auth', 'proxy', 'params'];\n var defaultToConfig2Keys = [\n 'baseURL', 'transformRequest', 'transformResponse', 'paramsSerializer',\n 'timeout', 'timeoutMessage', 'withCredentials', 'adapter', 'responseType', 'xsrfCookieName',\n 'xsrfHeaderName', 'onUploadProgress', 'onDownloadProgress', 'decompress',\n 'maxContentLength', 'maxBodyLength', 'maxRedirects', 'transport', 'httpAgent',\n 'httpsAgent', 'cancelToken', 'socketPath', 'responseEncoding'\n ];\n var directMergeKeys = ['validateStatus'];\n\n function getMergedValue(target, source) {\n if (utils.isPlainObject(target) && utils.isPlainObject(source)) {\n return utils.merge(target, source);\n } else if (utils.isPlainObject(source)) {\n return utils.merge({}, source);\n } else if (utils.isArray(source)) {\n return source.slice();\n }\n return source;\n }\n\n function mergeDeepProperties(prop) {\n if (!utils.isUndefined(config2[prop])) {\n config[prop] = getMergedValue(config1[prop], config2[prop]);\n } else if (!utils.isUndefined(config1[prop])) {\n config[prop] = getMergedValue(undefined, config1[prop]);\n }\n }\n\n utils.forEach(valueFromConfig2Keys, function valueFromConfig2(prop) {\n if (!utils.isUndefined(config2[prop])) {\n config[prop] = getMergedValue(undefined, config2[prop]);\n }\n });\n\n utils.forEach(mergeDeepPropertiesKeys, mergeDeepProperties);\n\n utils.forEach(defaultToConfig2Keys, function defaultToConfig2(prop) {\n if (!utils.isUndefined(config2[prop])) {\n config[prop] = getMergedValue(undefined, config2[prop]);\n } else if (!utils.isUndefined(config1[prop])) {\n config[prop] = getMergedValue(undefined, config1[prop]);\n }\n });\n\n utils.forEach(directMergeKeys, function merge(prop) {\n if (prop in config2) {\n config[prop] = getMergedValue(config1[prop], config2[prop]);\n } else if (prop in config1) {\n config[prop] = getMergedValue(undefined, config1[prop]);\n }\n });\n\n var axiosKeys = valueFromConfig2Keys\n .concat(mergeDeepPropertiesKeys)\n .concat(defaultToConfig2Keys)\n .concat(directMergeKeys);\n\n var otherKeys = Object\n .keys(config1)\n .concat(Object.keys(config2))\n .filter(function filterAxiosKeys(key) {\n return axiosKeys.indexOf(key) === -1;\n });\n\n utils.forEach(otherKeys, mergeDeepProperties);\n\n return config;\n};\n","'use strict';\n\n/**\n * A `Cancel` is an object that is thrown when an operation is canceled.\n *\n * @class\n * @param {string=} message The message.\n */\nfunction Cancel(message) {\n this.message = message;\n}\n\nCancel.prototype.toString = function toString() {\n return 'Cancel' + (this.message ? ': ' + this.message : '');\n};\n\nCancel.prototype.__CANCEL__ = true;\n\nmodule.exports = Cancel;\n","'use strict';\nvar $forEach = require('../internals/array-iteration').forEach;\nvar arrayMethodIsStrict = require('../internals/array-method-is-strict');\n\nvar STRICT_METHOD = arrayMethodIsStrict('forEach');\n\n// `Array.prototype.forEach` method implementation\n// https://tc39.es/ecma262/#sec-array.prototype.foreach\nmodule.exports = !STRICT_METHOD ? function forEach(callbackfn /* , thisArg */) {\n return $forEach(this, callbackfn, arguments.length > 1 ? arguments[1] : undefined);\n// eslint-disable-next-line es/no-array-prototype-foreach -- safe\n} : [].forEach;\n","var toInteger = require('../internals/to-integer');\n\nvar min = Math.min;\n\n// `ToLength` abstract operation\n// https://tc39.es/ecma262/#sec-tolength\nmodule.exports = function (argument) {\n return argument > 0 ? min(toInteger(argument), 0x1FFFFFFFFFFFFF) : 0; // 2 ** 53 - 1 == 9007199254740991\n};\n","'use strict';\n/* eslint-disable es/no-array-prototype-indexof -- required for testing */\nvar $ = require('../internals/export');\nvar $indexOf = require('../internals/array-includes').indexOf;\nvar arrayMethodIsStrict = require('../internals/array-method-is-strict');\n\nvar nativeIndexOf = [].indexOf;\n\nvar NEGATIVE_ZERO = !!nativeIndexOf && 1 / [1].indexOf(1, -0) < 0;\nvar STRICT_METHOD = arrayMethodIsStrict('indexOf');\n\n// `Array.prototype.indexOf` method\n// https://tc39.es/ecma262/#sec-array.prototype.indexof\n$({ target: 'Array', proto: true, forced: NEGATIVE_ZERO || !STRICT_METHOD }, {\n indexOf: function indexOf(searchElement /* , fromIndex = 0 */) {\n return NEGATIVE_ZERO\n // convert -0 to +0\n ? nativeIndexOf.apply(this, arguments) || 0\n : $indexOf(this, searchElement, arguments.length > 1 ? arguments[1] : undefined);\n }\n});\n","'use strict';\n\nvar bind = require('./helpers/bind');\n\n/*global toString:true*/\n\n// utils is a library of generic helper functions non-specific to axios\n\nvar toString = Object.prototype.toString;\n\n/**\n * Determine if a value is an Array\n *\n * @param {Object} val The value to test\n * @returns {boolean} True if value is an Array, otherwise false\n */\nfunction isArray(val) {\n return toString.call(val) === '[object Array]';\n}\n\n/**\n * Determine if a value is undefined\n *\n * @param {Object} val The value to test\n * @returns {boolean} True if the value is undefined, otherwise false\n */\nfunction isUndefined(val) {\n return typeof val === 'undefined';\n}\n\n/**\n * Determine if a value is a Buffer\n *\n * @param {Object} val The value to test\n * @returns {boolean} True if value is a Buffer, otherwise false\n */\nfunction isBuffer(val) {\n return val !== null && !isUndefined(val) && val.constructor !== null && !isUndefined(val.constructor)\n && typeof val.constructor.isBuffer === 'function' && val.constructor.isBuffer(val);\n}\n\n/**\n * Determine if a value is an ArrayBuffer\n *\n * @param {Object} val The value to test\n * @returns {boolean} True if value is an ArrayBuffer, otherwise false\n */\nfunction isArrayBuffer(val) {\n return toString.call(val) === '[object ArrayBuffer]';\n}\n\n/**\n * Determine if a value is a FormData\n *\n * @param {Object} val The value to test\n * @returns {boolean} True if value is an FormData, otherwise false\n */\nfunction isFormData(val) {\n return (typeof FormData !== 'undefined') && (val instanceof FormData);\n}\n\n/**\n * Determine if a value is a view on an ArrayBuffer\n *\n * @param {Object} val The value to test\n * @returns {boolean} True if value is a view on an ArrayBuffer, otherwise false\n */\nfunction isArrayBufferView(val) {\n var result;\n if ((typeof ArrayBuffer !== 'undefined') && (ArrayBuffer.isView)) {\n result = ArrayBuffer.isView(val);\n } else {\n result = (val) && (val.buffer) && (val.buffer instanceof ArrayBuffer);\n }\n return result;\n}\n\n/**\n * Determine if a value is a String\n *\n * @param {Object} val The value to test\n * @returns {boolean} True if value is a String, otherwise false\n */\nfunction isString(val) {\n return typeof val === 'string';\n}\n\n/**\n * Determine if a value is a Number\n *\n * @param {Object} val The value to test\n * @returns {boolean} True if value is a Number, otherwise false\n */\nfunction isNumber(val) {\n return typeof val === 'number';\n}\n\n/**\n * Determine if a value is an Object\n *\n * @param {Object} val The value to test\n * @returns {boolean} True if value is an Object, otherwise false\n */\nfunction isObject(val) {\n return val !== null && typeof val === 'object';\n}\n\n/**\n * Determine if a value is a plain Object\n *\n * @param {Object} val The value to test\n * @return {boolean} True if value is a plain Object, otherwise false\n */\nfunction isPlainObject(val) {\n if (toString.call(val) !== '[object Object]') {\n return false;\n }\n\n var prototype = Object.getPrototypeOf(val);\n return prototype === null || prototype === Object.prototype;\n}\n\n/**\n * Determine if a value is a Date\n *\n * @param {Object} val The value to test\n * @returns {boolean} True if value is a Date, otherwise false\n */\nfunction isDate(val) {\n return toString.call(val) === '[object Date]';\n}\n\n/**\n * Determine if a value is a File\n *\n * @param {Object} val The value to test\n * @returns {boolean} True if value is a File, otherwise false\n */\nfunction isFile(val) {\n return toString.call(val) === '[object File]';\n}\n\n/**\n * Determine if a value is a Blob\n *\n * @param {Object} val The value to test\n * @returns {boolean} True if value is a Blob, otherwise false\n */\nfunction isBlob(val) {\n return toString.call(val) === '[object Blob]';\n}\n\n/**\n * Determine if a value is a Function\n *\n * @param {Object} val The value to test\n * @returns {boolean} True if value is a Function, otherwise false\n */\nfunction isFunction(val) {\n return toString.call(val) === '[object Function]';\n}\n\n/**\n * Determine if a value is a Stream\n *\n * @param {Object} val The value to test\n * @returns {boolean} True if value is a Stream, otherwise false\n */\nfunction isStream(val) {\n return isObject(val) && isFunction(val.pipe);\n}\n\n/**\n * Determine if a value is a URLSearchParams object\n *\n * @param {Object} val The value to test\n * @returns {boolean} True if value is a URLSearchParams object, otherwise false\n */\nfunction isURLSearchParams(val) {\n return typeof URLSearchParams !== 'undefined' && val instanceof URLSearchParams;\n}\n\n/**\n * Trim excess whitespace off the beginning and end of a string\n *\n * @param {String} str The String to trim\n * @returns {String} The String freed of excess whitespace\n */\nfunction trim(str) {\n return str.replace(/^\\s*/, '').replace(/\\s*$/, '');\n}\n\n/**\n * Determine if we're running in a standard browser environment\n *\n * This allows axios to run in a web worker, and react-native.\n * Both environments support XMLHttpRequest, but not fully standard globals.\n *\n * web workers:\n * typeof window -> undefined\n * typeof document -> undefined\n *\n * react-native:\n * navigator.product -> 'ReactNative'\n * nativescript\n * navigator.product -> 'NativeScript' or 'NS'\n */\nfunction isStandardBrowserEnv() {\n if (typeof navigator !== 'undefined' && (navigator.product === 'ReactNative' ||\n navigator.product === 'NativeScript' ||\n navigator.product === 'NS')) {\n return false;\n }\n return (\n typeof window !== 'undefined' &&\n typeof document !== 'undefined'\n );\n}\n\n/**\n * Iterate over an Array or an Object invoking a function for each item.\n *\n * If `obj` is an Array callback will be called passing\n * the value, index, and complete array for each item.\n *\n * If 'obj' is an Object callback will be called passing\n * the value, key, and complete object for each property.\n *\n * @param {Object|Array} obj The object to iterate\n * @param {Function} fn The callback to invoke for each item\n */\nfunction forEach(obj, fn) {\n // Don't bother if no value provided\n if (obj === null || typeof obj === 'undefined') {\n return;\n }\n\n // Force an array if not already something iterable\n if (typeof obj !== 'object') {\n /*eslint no-param-reassign:0*/\n obj = [obj];\n }\n\n if (isArray(obj)) {\n // Iterate over array values\n for (var i = 0, l = obj.length; i < l; i++) {\n fn.call(null, obj[i], i, obj);\n }\n } else {\n // Iterate over object keys\n for (var key in obj) {\n if (Object.prototype.hasOwnProperty.call(obj, key)) {\n fn.call(null, obj[key], key, obj);\n }\n }\n }\n}\n\n/**\n * Accepts varargs expecting each argument to be an object, then\n * immutably merges the properties of each object and returns result.\n *\n * When multiple objects contain the same key the later object in\n * the arguments list will take precedence.\n *\n * Example:\n *\n * ```js\n * var result = merge({foo: 123}, {foo: 456});\n * console.log(result.foo); // outputs 456\n * ```\n *\n * @param {Object} obj1 Object to merge\n * @returns {Object} Result of all merge properties\n */\nfunction merge(/* obj1, obj2, obj3, ... */) {\n var result = {};\n function assignValue(val, key) {\n if (isPlainObject(result[key]) && isPlainObject(val)) {\n result[key] = merge(result[key], val);\n } else if (isPlainObject(val)) {\n result[key] = merge({}, val);\n } else if (isArray(val)) {\n result[key] = val.slice();\n } else {\n result[key] = val;\n }\n }\n\n for (var i = 0, l = arguments.length; i < l; i++) {\n forEach(arguments[i], assignValue);\n }\n return result;\n}\n\n/**\n * Extends object a by mutably adding to it the properties of object b.\n *\n * @param {Object} a The object to be extended\n * @param {Object} b The object to copy properties from\n * @param {Object} thisArg The object to bind function to\n * @return {Object} The resulting value of object a\n */\nfunction extend(a, b, thisArg) {\n forEach(b, function assignValue(val, key) {\n if (thisArg && typeof val === 'function') {\n a[key] = bind(val, thisArg);\n } else {\n a[key] = val;\n }\n });\n return a;\n}\n\n/**\n * Remove byte order marker. This catches EF BB BF (the UTF-8 BOM)\n *\n * @param {string} content with BOM\n * @return {string} content value without BOM\n */\nfunction stripBOM(content) {\n if (content.charCodeAt(0) === 0xFEFF) {\n content = content.slice(1);\n }\n return content;\n}\n\nmodule.exports = {\n isArray: isArray,\n isArrayBuffer: isArrayBuffer,\n isBuffer: isBuffer,\n isFormData: isFormData,\n isArrayBufferView: isArrayBufferView,\n isString: isString,\n isNumber: isNumber,\n isObject: isObject,\n isPlainObject: isPlainObject,\n isUndefined: isUndefined,\n isDate: isDate,\n isFile: isFile,\n isBlob: isBlob,\n isFunction: isFunction,\n isStream: isStream,\n isURLSearchParams: isURLSearchParams,\n isStandardBrowserEnv: isStandardBrowserEnv,\n forEach: forEach,\n merge: merge,\n extend: extend,\n trim: trim,\n stripBOM: stripBOM\n};\n","'use strict';\nvar $ = require('../internals/export');\nvar forEach = require('../internals/array-for-each');\n\n// `Array.prototype.forEach` method\n// https://tc39.es/ecma262/#sec-array.prototype.foreach\n// eslint-disable-next-line es/no-array-prototype-foreach -- safe\n$({ target: 'Array', proto: true, forced: [].forEach != forEach }, {\n forEach: forEach\n});\n","'use strict';\nvar TO_STRING_TAG_SUPPORT = require('../internals/to-string-tag-support');\nvar classof = require('../internals/classof');\n\n// `Object.prototype.toString` method implementation\n// https://tc39.es/ecma262/#sec-object.prototype.tostring\nmodule.exports = TO_STRING_TAG_SUPPORT ? {}.toString : function toString() {\n return '[object ' + classof(this) + ']';\n};\n","var g;\n\n// This works in non-strict mode\ng = (function() {\n\treturn this;\n})();\n\ntry {\n\t// This works if eval is allowed (see CSP)\n\tg = g || new Function(\"return this\")();\n} catch (e) {\n\t// This works if the window reference is available\n\tif (typeof window === \"object\") g = window;\n}\n\n// g can still be undefined, but nothing to do about it...\n// We return undefined, instead of nothing here, so it's\n// easier to handle this case. if(!global) { ...}\n\nmodule.exports = g;\n","\"use strict\";\n\nrequire(\"core-js/modules/es.array.for-each\");\n\nObject.defineProperty(exports, \"__esModule\", {\n value: true\n});\nexports.getRequestToken = getRequestToken;\nexports.onRequestTokenUpdate = onRequestTokenUpdate;\n\nvar _eventBus = require(\"@nextcloud/event-bus\");\n\nvar tokenElement = document.getElementsByTagName('head')[0];\nvar token = tokenElement ? tokenElement.getAttribute('data-requesttoken') : null;\nvar observers = [];\n\nfunction getRequestToken() {\n return token;\n}\n\nfunction onRequestTokenUpdate(observer) {\n observers.push(observer);\n} // Listen to server event and keep token in sync\n\n\n(0, _eventBus.subscribe)('csrf-token-update', function (e) {\n token = e.token;\n observers.forEach(function (observer) {\n try {\n observer(e.token);\n } catch (e) {\n console.error('error updating CSRF token observer', e);\n }\n });\n});\n//# sourceMappingURL=requesttoken.js.map","\"use strict\";\n\nObject.defineProperty(exports, \"__esModule\", {\n value: true\n});\nexports.getCurrentUser = getCurrentUser;\n/// <reference types=\"@nextcloud/typings\" />\nvar uidElement = document.getElementsByTagName('head')[0];\nvar uid = uidElement ? uidElement.getAttribute('data-user') : null;\nvar displayNameElement = document.getElementsByTagName('head')[0];\nvar displayName = displayNameElement ? displayNameElement.getAttribute('data-user-displayname') : null;\nvar isAdmin = typeof OC === 'undefined' ? false : OC.isUserAdmin();\n\nfunction getCurrentUser() {\n if (uid === null) {\n return null;\n }\n\n return {\n uid: uid,\n displayName: displayName,\n isAdmin: isAdmin\n };\n}\n//# sourceMappingURL=user.js.map","var DESCRIPTORS = require('../internals/descriptors');\nvar definePropertyModule = require('../internals/object-define-property');\nvar createPropertyDescriptor = require('../internals/create-property-descriptor');\n\nmodule.exports = DESCRIPTORS ? function (object, key, value) {\n return definePropertyModule.f(object, key, createPropertyDescriptor(1, value));\n} : function (object, key, value) {\n object[key] = value;\n return object;\n};\n","var DESCRIPTORS = require('../internals/descriptors');\nvar IE8_DOM_DEFINE = require('../internals/ie8-dom-define');\nvar anObject = require('../internals/an-object');\nvar toPrimitive = require('../internals/to-primitive');\n\n// eslint-disable-next-line es/no-object-defineproperty -- safe\nvar $defineProperty = Object.defineProperty;\n\n// `Object.defineProperty` method\n// https://tc39.es/ecma262/#sec-object.defineproperty\nexports.f = DESCRIPTORS ? $defineProperty : function defineProperty(O, P, Attributes) {\n anObject(O);\n P = toPrimitive(P, true);\n anObject(Attributes);\n if (IE8_DOM_DEFINE) try {\n return $defineProperty(O, P, Attributes);\n } catch (error) { /* empty */ }\n if ('get' in Attributes || 'set' in Attributes) throw TypeError('Accessors not supported');\n if ('value' in Attributes) O[P] = Attributes.value;\n return O;\n};\n","// `RequireObjectCoercible` abstract operation\n// https://tc39.es/ecma262/#sec-requireobjectcoercible\nmodule.exports = function (it) {\n if (it == undefined) throw TypeError(\"Can't call method on \" + it);\n return it;\n};\n","module.exports = require('./lib/axios');","'use strict';\n\nvar utils = require('./utils');\nvar bind = require('./helpers/bind');\nvar Axios = require('./core/Axios');\nvar mergeConfig = require('./core/mergeConfig');\nvar defaults = require('./defaults');\n\n/**\n * Create an instance of Axios\n *\n * @param {Object} defaultConfig The default config for the instance\n * @return {Axios} A new instance of Axios\n */\nfunction createInstance(defaultConfig) {\n var context = new Axios(defaultConfig);\n var instance = bind(Axios.prototype.request, context);\n\n // Copy axios.prototype to instance\n utils.extend(instance, Axios.prototype, context);\n\n // Copy context to instance\n utils.extend(instance, context);\n\n return instance;\n}\n\n// Create the default instance to be exported\nvar axios = createInstance(defaults);\n\n// Expose Axios class to allow class inheritance\naxios.Axios = Axios;\n\n// Factory for creating new instances\naxios.create = function create(instanceConfig) {\n return createInstance(mergeConfig(axios.defaults, instanceConfig));\n};\n\n// Expose Cancel & CancelToken\naxios.Cancel = require('./cancel/Cancel');\naxios.CancelToken = require('./cancel/CancelToken');\naxios.isCancel = require('./cancel/isCancel');\n\n// Expose all/spread\naxios.all = function all(promises) {\n return Promise.all(promises);\n};\naxios.spread = require('./helpers/spread');\n\n// Expose isAxiosError\naxios.isAxiosError = require('./helpers/isAxiosError');\n\nmodule.exports = axios;\n\n// Allow use of default import syntax in TypeScript\nmodule.exports.default = axios;\n","'use strict';\n\nvar utils = require('./../utils');\nvar buildURL = require('../helpers/buildURL');\nvar InterceptorManager = require('./InterceptorManager');\nvar dispatchRequest = require('./dispatchRequest');\nvar mergeConfig = require('./mergeConfig');\n\n/**\n * Create a new instance of Axios\n *\n * @param {Object} instanceConfig The default config for the instance\n */\nfunction Axios(instanceConfig) {\n this.defaults = instanceConfig;\n this.interceptors = {\n request: new InterceptorManager(),\n response: new InterceptorManager()\n };\n}\n\n/**\n * Dispatch a request\n *\n * @param {Object} config The config specific for this request (merged with this.defaults)\n */\nAxios.prototype.request = function request(config) {\n /*eslint no-param-reassign:0*/\n // Allow for axios('example/url'[, config]) a la fetch API\n if (typeof config === 'string') {\n config = arguments[1] || {};\n config.url = arguments[0];\n } else {\n config = config || {};\n }\n\n config = mergeConfig(this.defaults, config);\n\n // Set config.method\n if (config.method) {\n config.method = config.method.toLowerCase();\n } else if (this.defaults.method) {\n config.method = this.defaults.method.toLowerCase();\n } else {\n config.method = 'get';\n }\n\n // Hook up interceptors middleware\n var chain = [dispatchRequest, undefined];\n var promise = Promise.resolve(config);\n\n this.interceptors.request.forEach(function unshiftRequestInterceptors(interceptor) {\n chain.unshift(interceptor.fulfilled, interceptor.rejected);\n });\n\n this.interceptors.response.forEach(function pushResponseInterceptors(interceptor) {\n chain.push(interceptor.fulfilled, interceptor.rejected);\n });\n\n while (chain.length) {\n promise = promise.then(chain.shift(), chain.shift());\n }\n\n return promise;\n};\n\nAxios.prototype.getUri = function getUri(config) {\n config = mergeConfig(this.defaults, config);\n return buildURL(config.url, config.params, config.paramsSerializer).replace(/^\\?/, '');\n};\n\n// Provide aliases for supported request methods\nutils.forEach(['delete', 'get', 'head', 'options'], function forEachMethodNoData(method) {\n /*eslint func-names:0*/\n Axios.prototype[method] = function(url, config) {\n return this.request(mergeConfig(config || {}, {\n method: method,\n url: url,\n data: (config || {}).data\n }));\n };\n});\n\nutils.forEach(['post', 'put', 'patch'], function forEachMethodWithData(method) {\n /*eslint func-names:0*/\n Axios.prototype[method] = function(url, data, config) {\n return this.request(mergeConfig(config || {}, {\n method: method,\n url: url,\n data: data\n }));\n };\n});\n\nmodule.exports = Axios;\n","var global = require('../internals/global');\nvar createNonEnumerableProperty = require('../internals/create-non-enumerable-property');\nvar has = require('../internals/has');\nvar setGlobal = require('../internals/set-global');\nvar inspectSource = require('../internals/inspect-source');\nvar InternalStateModule = require('../internals/internal-state');\n\nvar getInternalState = InternalStateModule.get;\nvar enforceInternalState = InternalStateModule.enforce;\nvar TEMPLATE = String(String).split('String');\n\n(module.exports = function (O, key, value, options) {\n var unsafe = options ? !!options.unsafe : false;\n var simple = options ? !!options.enumerable : false;\n var noTargetGet = options ? !!options.noTargetGet : false;\n var state;\n if (typeof value == 'function') {\n if (typeof key == 'string' && !has(value, 'name')) {\n createNonEnumerableProperty(value, 'name', key);\n }\n state = enforceInternalState(value);\n if (!state.source) {\n state.source = TEMPLATE.join(typeof key == 'string' ? key : '');\n }\n }\n if (O === global) {\n if (simple) O[key] = value;\n else setGlobal(key, value);\n return;\n } else if (!unsafe) {\n delete O[key];\n } else if (!noTargetGet && O[key]) {\n simple = true;\n }\n if (simple) O[key] = value;\n else createNonEnumerableProperty(O, key, value);\n// add fake Function#toString for correct work wrapped methods / constructors with methods like LoDash isNative\n})(Function.prototype, 'toString', function toString() {\n return typeof this == 'function' && getInternalState(this).source || inspectSource(this);\n});\n","'use strict';\n\nvar utils = require('./../utils');\n\nfunction InterceptorManager() {\n this.handlers = [];\n}\n\n/**\n * Add a new interceptor to the stack\n *\n * @param {Function} fulfilled The function to handle `then` for a `Promise`\n * @param {Function} rejected The function to handle `reject` for a `Promise`\n *\n * @return {Number} An ID used to remove interceptor later\n */\nInterceptorManager.prototype.use = function use(fulfilled, rejected) {\n this.handlers.push({\n fulfilled: fulfilled,\n rejected: rejected\n });\n return this.handlers.length - 1;\n};\n\n/**\n * Remove an interceptor from the stack\n *\n * @param {Number} id The ID that was returned by `use`\n */\nInterceptorManager.prototype.eject = function eject(id) {\n if (this.handlers[id]) {\n this.handlers[id] = null;\n }\n};\n\n/**\n * Iterate over all the registered interceptors\n *\n * This method is particularly useful for skipping over any\n * interceptors that may have become `null` calling `eject`.\n *\n * @param {Function} fn The function to call for each interceptor\n */\nInterceptorManager.prototype.forEach = function forEach(fn) {\n utils.forEach(this.handlers, function forEachHandler(h) {\n if (h !== null) {\n fn(h);\n }\n });\n};\n\nmodule.exports = InterceptorManager;\n","'use strict';\n\nvar utils = require('./../utils');\nvar transformData = require('./transformData');\nvar isCancel = require('../cancel/isCancel');\nvar defaults = require('../defaults');\n\n/**\n * Throws a `Cancel` if cancellation has been requested.\n */\nfunction throwIfCancellationRequested(config) {\n if (config.cancelToken) {\n config.cancelToken.throwIfRequested();\n }\n}\n\n/**\n * Dispatch a request to the server using the configured adapter.\n *\n * @param {object} config The config that is to be used for the request\n * @returns {Promise} The Promise to be fulfilled\n */\nmodule.exports = function dispatchRequest(config) {\n throwIfCancellationRequested(config);\n\n // Ensure headers exist\n config.headers = config.headers || {};\n\n // Transform request data\n config.data = transformData(\n config.data,\n config.headers,\n config.transformRequest\n );\n\n // Flatten headers\n config.headers = utils.merge(\n config.headers.common || {},\n config.headers[config.method] || {},\n config.headers\n );\n\n utils.forEach(\n ['delete', 'get', 'head', 'post', 'put', 'patch', 'common'],\n function cleanHeaderConfig(method) {\n delete config.headers[method];\n }\n );\n\n var adapter = config.adapter || defaults.adapter;\n\n return adapter(config).then(function onAdapterResolution(response) {\n throwIfCancellationRequested(config);\n\n // Transform response data\n response.data = transformData(\n response.data,\n response.headers,\n config.transformResponse\n );\n\n return response;\n }, function onAdapterRejection(reason) {\n if (!isCancel(reason)) {\n throwIfCancellationRequested(config);\n\n // Transform response data\n if (reason && reason.response) {\n reason.response.data = transformData(\n reason.response.data,\n reason.response.headers,\n config.transformResponse\n );\n }\n }\n\n return Promise.reject(reason);\n });\n};\n","'use strict';\n\nvar utils = require('./../utils');\n\n/**\n * Transform the data for a request or a response\n *\n * @param {Object|String} data The data to be transformed\n * @param {Array} headers The headers for the request or response\n * @param {Array|Function} fns A single function or Array of functions\n * @returns {*} The resulting transformed data\n */\nmodule.exports = function transformData(data, headers, fns) {\n /*eslint no-param-reassign:0*/\n utils.forEach(fns, function transform(fn) {\n data = fn(data, headers);\n });\n\n return data;\n};\n","'use strict';\n\nvar utils = require('../utils');\n\nmodule.exports = function normalizeHeaderName(headers, normalizedName) {\n utils.forEach(headers, function processHeader(value, name) {\n if (name !== normalizedName && name.toUpperCase() === normalizedName.toUpperCase()) {\n headers[normalizedName] = value;\n delete headers[name];\n }\n });\n};\n","'use strict';\n\nvar createError = require('./createError');\n\n/**\n * Resolve or reject a Promise based on response status.\n *\n * @param {Function} resolve A function that resolves the promise.\n * @param {Function} reject A function that rejects the promise.\n * @param {object} response The response.\n */\nmodule.exports = function settle(resolve, reject, response) {\n var validateStatus = response.config.validateStatus;\n if (!response.status || !validateStatus || validateStatus(response.status)) {\n resolve(response);\n } else {\n reject(createError(\n 'Request failed with status code ' + response.status,\n response.config,\n null,\n response.request,\n response\n ));\n }\n};\n","'use strict';\n\n/**\n * Update an Error with the specified config, error code, and response.\n *\n * @param {Error} error The error to update.\n * @param {Object} config The config.\n * @param {string} [code] The error code (for example, 'ECONNABORTED').\n * @param {Object} [request] The request.\n * @param {Object} [response] The response.\n * @returns {Error} The error.\n */\nmodule.exports = function enhanceError(error, config, code, request, response) {\n error.config = config;\n if (code) {\n error.code = code;\n }\n\n error.request = request;\n error.response = response;\n error.isAxiosError = true;\n\n error.toJSON = function toJSON() {\n return {\n // Standard\n message: this.message,\n name: this.name,\n // Microsoft\n description: this.description,\n number: this.number,\n // Mozilla\n fileName: this.fileName,\n lineNumber: this.lineNumber,\n columnNumber: this.columnNumber,\n stack: this.stack,\n // Axios\n config: this.config,\n code: this.code\n };\n };\n return error;\n};\n","'use strict';\n\nvar utils = require('./../utils');\n\nmodule.exports = (\n utils.isStandardBrowserEnv() ?\n\n // Standard browser envs support document.cookie\n (function standardBrowserEnv() {\n return {\n write: function write(name, value, expires, path, domain, secure) {\n var cookie = [];\n cookie.push(name + '=' + encodeURIComponent(value));\n\n if (utils.isNumber(expires)) {\n cookie.push('expires=' + new Date(expires).toGMTString());\n }\n\n if (utils.isString(path)) {\n cookie.push('path=' + path);\n }\n\n if (utils.isString(domain)) {\n cookie.push('domain=' + domain);\n }\n\n if (secure === true) {\n cookie.push('secure');\n }\n\n document.cookie = cookie.join('; ');\n },\n\n read: function read(name) {\n var match = document.cookie.match(new RegExp('(^|;\\\\s*)(' + name + ')=([^;]*)'));\n return (match ? decodeURIComponent(match[3]) : null);\n },\n\n remove: function remove(name) {\n this.write(name, '', Date.now() - 86400000);\n }\n };\n })() :\n\n // Non standard browser env (web workers, react-native) lack needed support.\n (function nonStandardBrowserEnv() {\n return {\n write: function write() {},\n read: function read() { return null; },\n remove: function remove() {}\n };\n })()\n);\n","'use strict';\n\nvar isAbsoluteURL = require('../helpers/isAbsoluteURL');\nvar combineURLs = require('../helpers/combineURLs');\n\n/**\n * Creates a new URL by combining the baseURL with the requestedURL,\n * only when the requestedURL is not already an absolute URL.\n * If the requestURL is absolute, this function returns the requestedURL untouched.\n *\n * @param {string} baseURL The base URL\n * @param {string} requestedURL Absolute or relative URL to combine\n * @returns {string} The combined full path\n */\nmodule.exports = function buildFullPath(baseURL, requestedURL) {\n if (baseURL && !isAbsoluteURL(requestedURL)) {\n return combineURLs(baseURL, requestedURL);\n }\n return requestedURL;\n};\n","'use strict';\n\n/**\n * Determines whether the specified URL is absolute\n *\n * @param {string} url The URL to test\n * @returns {boolean} True if the specified URL is absolute, otherwise false\n */\nmodule.exports = function isAbsoluteURL(url) {\n // A URL is considered absolute if it begins with \"<scheme>://\" or \"//\" (protocol-relative URL).\n // RFC 3986 defines scheme name as a sequence of characters beginning with a letter and followed\n // by any combination of letters, digits, plus, period, or hyphen.\n return /^([a-z][a-z\\d\\+\\-\\.]*:)?\\/\\//i.test(url);\n};\n","'use strict';\n\n/**\n * Creates a new URL by combining the specified URLs\n *\n * @param {string} baseURL The base URL\n * @param {string} relativeURL The relative URL\n * @returns {string} The combined URL\n */\nmodule.exports = function combineURLs(baseURL, relativeURL) {\n return relativeURL\n ? baseURL.replace(/\\/+$/, '') + '/' + relativeURL.replace(/^\\/+/, '')\n : baseURL;\n};\n","// toObject with fallback for non-array-like ES3 strings\nvar IndexedObject = require('../internals/indexed-object');\nvar requireObjectCoercible = require('../internals/require-object-coercible');\n\nmodule.exports = function (it) {\n return IndexedObject(requireObjectCoercible(it));\n};\n","'use strict';\n\nvar utils = require('./../utils');\n\n// Headers whose duplicates are ignored by node\n// c.f. https://nodejs.org/api/http.html#http_message_headers\nvar ignoreDuplicateOf = [\n 'age', 'authorization', 'content-length', 'content-type', 'etag',\n 'expires', 'from', 'host', 'if-modified-since', 'if-unmodified-since',\n 'last-modified', 'location', 'max-forwards', 'proxy-authorization',\n 'referer', 'retry-after', 'user-agent'\n];\n\n/**\n * Parse headers into an object\n *\n * ```\n * Date: Wed, 27 Aug 2014 08:58:49 GMT\n * Content-Type: application/json\n * Connection: keep-alive\n * Transfer-Encoding: chunked\n * ```\n *\n * @param {String} headers Headers needing to be parsed\n * @returns {Object} Headers parsed into an object\n */\nmodule.exports = function parseHeaders(headers) {\n var parsed = {};\n var key;\n var val;\n var i;\n\n if (!headers) { return parsed; }\n\n utils.forEach(headers.split('\\n'), function parser(line) {\n i = line.indexOf(':');\n key = utils.trim(line.substr(0, i)).toLowerCase();\n val = utils.trim(line.substr(i + 1));\n\n if (key) {\n if (parsed[key] && ignoreDuplicateOf.indexOf(key) >= 0) {\n return;\n }\n if (key === 'set-cookie') {\n parsed[key] = (parsed[key] ? parsed[key] : []).concat([val]);\n } else {\n parsed[key] = parsed[key] ? parsed[key] + ', ' + val : val;\n }\n }\n });\n\n return parsed;\n};\n","'use strict';\n\nvar utils = require('./../utils');\n\nmodule.exports = (\n utils.isStandardBrowserEnv() ?\n\n // Standard browser envs have full support of the APIs needed to test\n // whether the request URL is of the same origin as current location.\n (function standardBrowserEnv() {\n var msie = /(msie|trident)/i.test(navigator.userAgent);\n var urlParsingNode = document.createElement('a');\n var originURL;\n\n /**\n * Parse a URL to discover it's components\n *\n * @param {String} url The URL to be parsed\n * @returns {Object}\n */\n function resolveURL(url) {\n var href = url;\n\n if (msie) {\n // IE needs attribute set twice to normalize properties\n urlParsingNode.setAttribute('href', href);\n href = urlParsingNode.href;\n }\n\n urlParsingNode.setAttribute('href', href);\n\n // urlParsingNode provides the UrlUtils interface - http://url.spec.whatwg.org/#urlutils\n return {\n href: urlParsingNode.href,\n protocol: urlParsingNode.protocol ? urlParsingNode.protocol.replace(/:$/, '') : '',\n host: urlParsingNode.host,\n search: urlParsingNode.search ? urlParsingNode.search.replace(/^\\?/, '') : '',\n hash: urlParsingNode.hash ? urlParsingNode.hash.replace(/^#/, '') : '',\n hostname: urlParsingNode.hostname,\n port: urlParsingNode.port,\n pathname: (urlParsingNode.pathname.charAt(0) === '/') ?\n urlParsingNode.pathname :\n '/' + urlParsingNode.pathname\n };\n }\n\n originURL = resolveURL(window.location.href);\n\n /**\n * Determine if a URL shares the same origin as the current location\n *\n * @param {String} requestURL The URL to test\n * @returns {boolean} True if URL shares the same origin, otherwise false\n */\n return function isURLSameOrigin(requestURL) {\n var parsed = (utils.isString(requestURL)) ? resolveURL(requestURL) : requestURL;\n return (parsed.protocol === originURL.protocol &&\n parsed.host === originURL.host);\n };\n })() :\n\n // Non standard browser envs (web workers, react-native) lack needed support.\n (function nonStandardBrowserEnv() {\n return function isURLSameOrigin() {\n return true;\n };\n })()\n);\n","'use strict';\n\nvar Cancel = require('./Cancel');\n\n/**\n * A `CancelToken` is an object that can be used to request cancellation of an operation.\n *\n * @class\n * @param {Function} executor The executor function.\n */\nfunction CancelToken(executor) {\n if (typeof executor !== 'function') {\n throw new TypeError('executor must be a function.');\n }\n\n var resolvePromise;\n this.promise = new Promise(function promiseExecutor(resolve) {\n resolvePromise = resolve;\n });\n\n var token = this;\n executor(function cancel(message) {\n if (token.reason) {\n // Cancellation has already been requested\n return;\n }\n\n token.reason = new Cancel(message);\n resolvePromise(token.reason);\n });\n}\n\n/**\n * Throws a `Cancel` if cancellation has been requested.\n */\nCancelToken.prototype.throwIfRequested = function throwIfRequested() {\n if (this.reason) {\n throw this.reason;\n }\n};\n\n/**\n * Returns an object that contains a new `CancelToken` and a function that, when called,\n * cancels the `CancelToken`.\n */\nCancelToken.source = function source() {\n var cancel;\n var token = new CancelToken(function executor(c) {\n cancel = c;\n });\n return {\n token: token,\n cancel: cancel\n };\n};\n\nmodule.exports = CancelToken;\n","'use strict';\n\n/**\n * Syntactic sugar for invoking a function and expanding an array for arguments.\n *\n * Common use case would be to use `Function.prototype.apply`.\n *\n * ```js\n * function f(x, y, z) {}\n * var args = [1, 2, 3];\n * f.apply(null, args);\n * ```\n *\n * With `spread` this example can be re-written.\n *\n * ```js\n * spread(function(x, y, z) {})([1, 2, 3]);\n * ```\n *\n * @param {Function} callback\n * @returns {Function}\n */\nmodule.exports = function spread(callback) {\n return function wrap(arr) {\n return callback.apply(null, arr);\n };\n};\n","'use strict';\n\n/**\n * Determines whether the payload is an error thrown by Axios\n *\n * @param {*} payload The value to test\n * @returns {boolean} True if the payload is an error thrown by Axios, otherwise false\n */\nmodule.exports = function isAxiosError(payload) {\n return (typeof payload === 'object') && (payload.isAxiosError === true);\n};\n","var ceil = Math.ceil;\nvar floor = Math.floor;\n\n// `ToInteger` abstract operation\n// https://tc39.es/ecma262/#sec-tointeger\nmodule.exports = function (argument) {\n return isNaN(argument = +argument) ? 0 : (argument > 0 ? floor : ceil)(argument);\n};\n","\"use strict\";\n\nObject.defineProperty(exports, \"__esModule\", {\n value: true\n});\nexports.getLoggerBuilder = getLoggerBuilder;\nexports.getLogger = getLogger;\n\nvar _ConsoleLogger = require(\"./ConsoleLogger\");\n\nvar _LoggerBuilder = require(\"./LoggerBuilder\");\n\n/**\n * Build a customized logger instance\n */\nfunction getLoggerBuilder() {\n return new _LoggerBuilder.LoggerBuilder(_ConsoleLogger.buildConsoleLogger);\n}\n/**\n * Get a default logger instance without any configuration\n */\n\n\nfunction getLogger() {\n return getLoggerBuilder().build();\n}\n//# sourceMappingURL=index.js.map","\"use strict\";\n\nvar isOldIE = function isOldIE() {\n var memo;\n return function memorize() {\n if (typeof memo === 'undefined') {\n // Test for IE <= 9 as proposed by Browserhacks\n // @see http://browserhacks.com/#hack-e71d8692f65334173fee715c222cb805\n // Tests for existence of standard globals is to allow style-loader\n // to operate correctly into non-standard environments\n // @see https://github.com/webpack-contrib/style-loader/issues/177\n memo = Boolean(window && document && document.all && !window.atob);\n }\n\n return memo;\n };\n}();\n\nvar getTarget = function getTarget() {\n var memo = {};\n return function memorize(target) {\n if (typeof memo[target] === 'undefined') {\n var styleTarget = document.querySelector(target); // Special case to return head of iframe instead of iframe itself\n\n if (window.HTMLIFrameElement && styleTarget instanceof window.HTMLIFrameElement) {\n try {\n // This will throw an exception if access to iframe is blocked\n // due to cross-origin restrictions\n styleTarget = styleTarget.contentDocument.head;\n } catch (e) {\n // istanbul ignore next\n styleTarget = null;\n }\n }\n\n memo[target] = styleTarget;\n }\n\n return memo[target];\n };\n}();\n\nvar stylesInDom = [];\n\nfunction getIndexByIdentifier(identifier) {\n var result = -1;\n\n for (var i = 0; i < stylesInDom.length; i++) {\n if (stylesInDom[i].identifier === identifier) {\n result = i;\n break;\n }\n }\n\n return result;\n}\n\nfunction modulesToDom(list, options) {\n var idCountMap = {};\n var identifiers = [];\n\n for (var i = 0; i < list.length; i++) {\n var item = list[i];\n var id = options.base ? item[0] + options.base : item[0];\n var count = idCountMap[id] || 0;\n var identifier = \"\".concat(id, \" \").concat(count);\n idCountMap[id] = count + 1;\n var index = getIndexByIdentifier(identifier);\n var obj = {\n css: item[1],\n media: item[2],\n sourceMap: item[3]\n };\n\n if (index !== -1) {\n stylesInDom[index].references++;\n stylesInDom[index].updater(obj);\n } else {\n stylesInDom.push({\n identifier: identifier,\n updater: addStyle(obj, options),\n references: 1\n });\n }\n\n identifiers.push(identifier);\n }\n\n return identifiers;\n}\n\nfunction insertStyleElement(options) {\n var style = document.createElement('style');\n var attributes = options.attributes || {};\n\n if (typeof attributes.nonce === 'undefined') {\n var nonce = typeof __webpack_nonce__ !== 'undefined' ? __webpack_nonce__ : null;\n\n if (nonce) {\n attributes.nonce = nonce;\n }\n }\n\n Object.keys(attributes).forEach(function (key) {\n style.setAttribute(key, attributes[key]);\n });\n\n if (typeof options.insert === 'function') {\n options.insert(style);\n } else {\n var target = getTarget(options.insert || 'head');\n\n if (!target) {\n throw new Error(\"Couldn't find a style target. This probably means that the value for the 'insert' parameter is invalid.\");\n }\n\n target.appendChild(style);\n }\n\n return style;\n}\n\nfunction removeStyleElement(style) {\n // istanbul ignore if\n if (style.parentNode === null) {\n return false;\n }\n\n style.parentNode.removeChild(style);\n}\n/* istanbul ignore next */\n\n\nvar replaceText = function replaceText() {\n var textStore = [];\n return function replace(index, replacement) {\n textStore[index] = replacement;\n return textStore.filter(Boolean).join('\\n');\n };\n}();\n\nfunction applyToSingletonTag(style, index, remove, obj) {\n var css = remove ? '' : obj.media ? \"@media \".concat(obj.media, \" {\").concat(obj.css, \"}\") : obj.css; // For old IE\n\n /* istanbul ignore if */\n\n if (style.styleSheet) {\n style.styleSheet.cssText = replaceText(index, css);\n } else {\n var cssNode = document.createTextNode(css);\n var childNodes = style.childNodes;\n\n if (childNodes[index]) {\n style.removeChild(childNodes[index]);\n }\n\n if (childNodes.length) {\n style.insertBefore(cssNode, childNodes[index]);\n } else {\n style.appendChild(cssNode);\n }\n }\n}\n\nfunction applyToTag(style, options, obj) {\n var css = obj.css;\n var media = obj.media;\n var sourceMap = obj.sourceMap;\n\n if (media) {\n style.setAttribute('media', media);\n } else {\n style.removeAttribute('media');\n }\n\n if (sourceMap && typeof btoa !== 'undefined') {\n css += \"\\n/*# sourceMappingURL=data:application/json;base64,\".concat(btoa(unescape(encodeURIComponent(JSON.stringify(sourceMap)))), \" */\");\n } // For old IE\n\n /* istanbul ignore if */\n\n\n if (style.styleSheet) {\n style.styleSheet.cssText = css;\n } else {\n while (style.firstChild) {\n style.removeChild(style.firstChild);\n }\n\n style.appendChild(document.createTextNode(css));\n }\n}\n\nvar singleton = null;\nvar singletonCounter = 0;\n\nfunction addStyle(obj, options) {\n var style;\n var update;\n var remove;\n\n if (options.singleton) {\n var styleIndex = singletonCounter++;\n style = singleton || (singleton = insertStyleElement(options));\n update = applyToSingletonTag.bind(null, style, styleIndex, false);\n remove = applyToSingletonTag.bind(null, style, styleIndex, true);\n } else {\n style = insertStyleElement(options);\n update = applyToTag.bind(null, style, options);\n\n remove = function remove() {\n removeStyleElement(style);\n };\n }\n\n update(obj);\n return function updateStyle(newObj) {\n if (newObj) {\n if (newObj.css === obj.css && newObj.media === obj.media && newObj.sourceMap === obj.sourceMap) {\n return;\n }\n\n update(obj = newObj);\n } else {\n remove();\n }\n };\n}\n\nmodule.exports = function (list, options) {\n options = options || {}; // Force single-tag solution on IE6-9, which has a hard limit on the # of <style>\n // tags it will allow on a page\n\n if (!options.singleton && typeof options.singleton !== 'boolean') {\n options.singleton = isOldIE();\n }\n\n list = list || [];\n var lastIdentifiers = modulesToDom(list, options);\n return function update(newList) {\n newList = newList || [];\n\n if (Object.prototype.toString.call(newList) !== '[object Array]') {\n return;\n }\n\n for (var i = 0; i < lastIdentifiers.length; i++) {\n var identifier = lastIdentifiers[i];\n var index = getIndexByIdentifier(identifier);\n stylesInDom[index].references--;\n }\n\n var newLastIdentifiers = modulesToDom(newList, options);\n\n for (var _i = 0; _i < lastIdentifiers.length; _i++) {\n var _identifier = lastIdentifiers[_i];\n\n var _index = getIndexByIdentifier(_identifier);\n\n if (stylesInDom[_index].references === 0) {\n stylesInDom[_index].updater();\n\n stylesInDom.splice(_index, 1);\n }\n }\n\n lastIdentifiers = newLastIdentifiers;\n };\n};","\"use strict\";\n\nfunction _slicedToArray(arr, i) { return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _unsupportedIterableToArray(arr, i) || _nonIterableRest(); }\n\nfunction _nonIterableRest() { throw new TypeError(\"Invalid attempt to destructure non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.\"); }\n\nfunction _unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === \"string\") return _arrayLikeToArray(o, minLen); var n = Object.prototype.toString.call(o).slice(8, -1); if (n === \"Object\" && o.constructor) n = o.constructor.name; if (n === \"Map\" || n === \"Set\") return Array.from(o); if (n === \"Arguments\" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen); }\n\nfunction _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) { arr2[i] = arr[i]; } return arr2; }\n\nfunction _iterableToArrayLimit(arr, i) { var _i = arr && (typeof Symbol !== \"undefined\" && arr[Symbol.iterator] || arr[\"@@iterator\"]); if (_i == null) return; var _arr = []; var _n = true; var _d = false; var _s, _e; try { for (_i = _i.call(arr); !(_n = (_s = _i.next()).done); _n = true) { _arr.push(_s.value); if (i && _arr.length === i) break; } } catch (err) { _d = true; _e = err; } finally { try { if (!_n && _i[\"return\"] != null) _i[\"return\"](); } finally { if (_d) throw _e; } } return _arr; }\n\nfunction _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }\n\nmodule.exports = function cssWithMappingToString(item) {\n var _item = _slicedToArray(item, 4),\n content = _item[1],\n cssMapping = _item[3];\n\n if (typeof btoa === \"function\") {\n // eslint-disable-next-line no-undef\n var base64 = btoa(unescape(encodeURIComponent(JSON.stringify(cssMapping))));\n var data = \"sourceMappingURL=data:application/json;charset=utf-8;base64,\".concat(base64);\n var sourceMapping = \"/*# \".concat(data, \" */\");\n var sourceURLs = cssMapping.sources.map(function (source) {\n return \"/*# sourceURL=\".concat(cssMapping.sourceRoot || \"\").concat(source, \" */\");\n });\n return [content].concat(sourceURLs).concat([sourceMapping]).join(\"\\n\");\n }\n\n return [content].join(\"\\n\");\n};","\"use strict\";\n\n/*\n MIT License http://www.opensource.org/licenses/mit-license.php\n Author Tobias Koppers @sokra\n*/\n// css base code, injected by the css-loader\n// eslint-disable-next-line func-names\nmodule.exports = function (cssWithMappingToString) {\n var list = []; // return the list of modules as css string\n\n list.toString = function toString() {\n return this.map(function (item) {\n var content = cssWithMappingToString(item);\n\n if (item[2]) {\n return \"@media \".concat(item[2], \" {\").concat(content, \"}\");\n }\n\n return content;\n }).join(\"\");\n }; // import a list of modules into the list\n // eslint-disable-next-line func-names\n\n\n list.i = function (modules, mediaQuery, dedupe) {\n if (typeof modules === \"string\") {\n // eslint-disable-next-line no-param-reassign\n modules = [[null, modules, \"\"]];\n }\n\n var alreadyImportedModules = {};\n\n if (dedupe) {\n for (var i = 0; i < this.length; i++) {\n // eslint-disable-next-line prefer-destructuring\n var id = this[i][0];\n\n if (id != null) {\n alreadyImportedModules[id] = true;\n }\n }\n }\n\n for (var _i = 0; _i < modules.length; _i++) {\n var item = [].concat(modules[_i]);\n\n if (dedupe && alreadyImportedModules[item[0]]) {\n // eslint-disable-next-line no-continue\n continue;\n }\n\n if (mediaQuery) {\n if (!item[2]) {\n item[2] = mediaQuery;\n } else {\n item[2] = \"\".concat(mediaQuery, \" and \").concat(item[2]);\n }\n }\n\n list.push(item);\n }\n };\n\n return list;\n};","var toString = {}.toString;\n\nmodule.exports = function (it) {\n return toString.call(it).slice(8, -1);\n};\n","var DESCRIPTORS = require('../internals/descriptors');\nvar propertyIsEnumerableModule = require('../internals/object-property-is-enumerable');\nvar createPropertyDescriptor = require('../internals/create-property-descriptor');\nvar toIndexedObject = require('../internals/to-indexed-object');\nvar toPrimitive = require('../internals/to-primitive');\nvar has = require('../internals/has');\nvar IE8_DOM_DEFINE = require('../internals/ie8-dom-define');\n\n// eslint-disable-next-line es/no-object-getownpropertydescriptor -- safe\nvar $getOwnPropertyDescriptor = Object.getOwnPropertyDescriptor;\n\n// `Object.getOwnPropertyDescriptor` method\n// https://tc39.es/ecma262/#sec-object.getownpropertydescriptor\nexports.f = DESCRIPTORS ? $getOwnPropertyDescriptor : function getOwnPropertyDescriptor(O, P) {\n O = toIndexedObject(O);\n P = toPrimitive(P, true);\n if (IE8_DOM_DEFINE) try {\n return $getOwnPropertyDescriptor(O, P);\n } catch (error) { /* empty */ }\n if (has(O, P)) return createPropertyDescriptor(!propertyIsEnumerableModule.f.call(O, P), O[P]);\n};\n","var global = require('../internals/global');\nvar getOwnPropertyDescriptor = require('../internals/object-get-own-property-descriptor').f;\nvar createNonEnumerableProperty = require('../internals/create-non-enumerable-property');\nvar redefine = require('../internals/redefine');\nvar setGlobal = require('../internals/set-global');\nvar copyConstructorProperties = require('../internals/copy-constructor-properties');\nvar isForced = require('../internals/is-forced');\n\n/*\n options.target - name of the target object\n options.global - target is the global object\n options.stat - export as static methods of target\n options.proto - export as prototype methods of target\n options.real - real prototype method for the `pure` version\n options.forced - export even if the native feature is available\n options.bind - bind methods to the target, required for the `pure` version\n options.wrap - wrap constructors to preventing global pollution, required for the `pure` version\n options.unsafe - use the simple assignment of property instead of delete + defineProperty\n options.sham - add a flag to not completely full polyfills\n options.enumerable - export as enumerable property\n options.noTargetGet - prevent calling a getter on target\n*/\nmodule.exports = function (options, source) {\n var TARGET = options.target;\n var GLOBAL = options.global;\n var STATIC = options.stat;\n var FORCED, target, key, targetProperty, sourceProperty, descriptor;\n if (GLOBAL) {\n target = global;\n } else if (STATIC) {\n target = global[TARGET] || setGlobal(TARGET, {});\n } else {\n target = (global[TARGET] || {}).prototype;\n }\n if (target) for (key in source) {\n sourceProperty = source[key];\n if (options.noTargetGet) {\n descriptor = getOwnPropertyDescriptor(target, key);\n targetProperty = descriptor && descriptor.value;\n } else targetProperty = target[key];\n FORCED = isForced(GLOBAL ? key : TARGET + (STATIC ? '.' : '#') + key, options.forced);\n // contained in target\n if (!FORCED && targetProperty !== undefined) {\n if (typeof sourceProperty === typeof targetProperty) continue;\n copyConstructorProperties(sourceProperty, targetProperty);\n }\n // add a flag to not completely full polyfills\n if (options.sham || (targetProperty && targetProperty.sham)) {\n createNonEnumerableProperty(sourceProperty, 'sham', true);\n }\n // extend global\n redefine(target, key, sourceProperty, options);\n }\n};\n","var path = require('../internals/path');\nvar global = require('../internals/global');\n\nvar aFunction = function (variable) {\n return typeof variable == 'function' ? variable : undefined;\n};\n\nmodule.exports = function (namespace, method) {\n return arguments.length < 2 ? aFunction(path[namespace]) || aFunction(global[namespace])\n : path[namespace] && path[namespace][method] || global[namespace] && global[namespace][method];\n};\n","module.exports = function (bitmap, value) {\n return {\n enumerable: !(bitmap & 1),\n configurable: !(bitmap & 2),\n writable: !(bitmap & 4),\n value: value\n };\n};\n","var isObject = require('../internals/is-object');\n\n// `ToPrimitive` abstract operation\n// https://tc39.es/ecma262/#sec-toprimitive\n// instead of the ES6 spec version, we didn't implement @@toPrimitive case\n// and the second argument - flag - preferred type is a string\nmodule.exports = function (input, PREFERRED_STRING) {\n if (!isObject(input)) return input;\n var fn, val;\n if (PREFERRED_STRING && typeof (fn = input.toString) == 'function' && !isObject(val = fn.call(input))) return val;\n if (typeof (fn = input.valueOf) == 'function' && !isObject(val = fn.call(input))) return val;\n if (!PREFERRED_STRING && typeof (fn = input.toString) == 'function' && !isObject(val = fn.call(input))) return val;\n throw TypeError(\"Can't convert object to primitive value\");\n};\n","var NATIVE_WEAK_MAP = require('../internals/native-weak-map');\nvar global = require('../internals/global');\nvar isObject = require('../internals/is-object');\nvar createNonEnumerableProperty = require('../internals/create-non-enumerable-property');\nvar objectHas = require('../internals/has');\nvar shared = require('../internals/shared-store');\nvar sharedKey = require('../internals/shared-key');\nvar hiddenKeys = require('../internals/hidden-keys');\n\nvar OBJECT_ALREADY_INITIALIZED = 'Object already initialized';\nvar WeakMap = global.WeakMap;\nvar set, get, has;\n\nvar enforce = function (it) {\n return has(it) ? get(it) : set(it, {});\n};\n\nvar getterFor = function (TYPE) {\n return function (it) {\n var state;\n if (!isObject(it) || (state = get(it)).type !== TYPE) {\n throw TypeError('Incompatible receiver, ' + TYPE + ' required');\n } return state;\n };\n};\n\nif (NATIVE_WEAK_MAP || shared.state) {\n var store = shared.state || (shared.state = new WeakMap());\n var wmget = store.get;\n var wmhas = store.has;\n var wmset = store.set;\n set = function (it, metadata) {\n if (wmhas.call(store, it)) throw new TypeError(OBJECT_ALREADY_INITIALIZED);\n metadata.facade = it;\n wmset.call(store, it, metadata);\n return metadata;\n };\n get = function (it) {\n return wmget.call(store, it) || {};\n };\n has = function (it) {\n return wmhas.call(store, it);\n };\n} else {\n var STATE = sharedKey('state');\n hiddenKeys[STATE] = true;\n set = function (it, metadata) {\n if (objectHas(it, STATE)) throw new TypeError(OBJECT_ALREADY_INITIALIZED);\n metadata.facade = it;\n createNonEnumerableProperty(it, STATE, metadata);\n return metadata;\n };\n get = function (it) {\n return objectHas(it, STATE) ? it[STATE] : {};\n };\n has = function (it) {\n return objectHas(it, STATE);\n };\n}\n\nmodule.exports = {\n set: set,\n get: get,\n has: has,\n enforce: enforce,\n getterFor: getterFor\n};\n","var bind = require('../internals/function-bind-context');\nvar IndexedObject = require('../internals/indexed-object');\nvar toObject = require('../internals/to-object');\nvar toLength = require('../internals/to-length');\nvar arraySpeciesCreate = require('../internals/array-species-create');\n\nvar push = [].push;\n\n// `Array.prototype.{ forEach, map, filter, some, every, find, findIndex, filterOut }` methods implementation\nvar createMethod = function (TYPE) {\n var IS_MAP = TYPE == 1;\n var IS_FILTER = TYPE == 2;\n var IS_SOME = TYPE == 3;\n var IS_EVERY = TYPE == 4;\n var IS_FIND_INDEX = TYPE == 6;\n var IS_FILTER_OUT = TYPE == 7;\n var NO_HOLES = TYPE == 5 || IS_FIND_INDEX;\n return function ($this, callbackfn, that, specificCreate) {\n var O = toObject($this);\n var self = IndexedObject(O);\n var boundFunction = bind(callbackfn, that, 3);\n var length = toLength(self.length);\n var index = 0;\n var create = specificCreate || arraySpeciesCreate;\n var target = IS_MAP ? create($this, length) : IS_FILTER || IS_FILTER_OUT ? create($this, 0) : undefined;\n var value, result;\n for (;length > index; index++) if (NO_HOLES || index in self) {\n value = self[index];\n result = boundFunction(value, index, O);\n if (TYPE) {\n if (IS_MAP) target[index] = result; // map\n else if (result) switch (TYPE) {\n case 3: return true; // some\n case 5: return value; // find\n case 6: return index; // findIndex\n case 2: push.call(target, value); // filter\n } else switch (TYPE) {\n case 4: return false; // every\n case 7: push.call(target, value); // filterOut\n }\n }\n }\n return IS_FIND_INDEX ? -1 : IS_SOME || IS_EVERY ? IS_EVERY : target;\n };\n};\n\nmodule.exports = {\n // `Array.prototype.forEach` method\n // https://tc39.es/ecma262/#sec-array.prototype.foreach\n forEach: createMethod(0),\n // `Array.prototype.map` method\n // https://tc39.es/ecma262/#sec-array.prototype.map\n map: createMethod(1),\n // `Array.prototype.filter` method\n // https://tc39.es/ecma262/#sec-array.prototype.filter\n filter: createMethod(2),\n // `Array.prototype.some` method\n // https://tc39.es/ecma262/#sec-array.prototype.some\n some: createMethod(3),\n // `Array.prototype.every` method\n // https://tc39.es/ecma262/#sec-array.prototype.every\n every: createMethod(4),\n // `Array.prototype.find` method\n // https://tc39.es/ecma262/#sec-array.prototype.find\n find: createMethod(5),\n // `Array.prototype.findIndex` method\n // https://tc39.es/ecma262/#sec-array.prototype.findIndex\n findIndex: createMethod(6),\n // `Array.prototype.filterOut` method\n // https://github.com/tc39/proposal-array-filtering\n filterOut: createMethod(7)\n};\n","\"use strict\";\n\nrequire(\"core-js/modules/es.regexp.exec\");\n\nrequire(\"core-js/modules/es.string.replace\");\n\nObject.defineProperty(exports, \"__esModule\", {\n value: true\n});\nexports.getLocale = getLocale;\nexports.getCanonicalLocale = getCanonicalLocale;\nexports.getLanguage = getLanguage;\nexports.translate = translate;\nexports.translatePlural = translatePlural;\nexports.getFirstDay = getFirstDay;\nexports.getDayNames = getDayNames;\nexports.getDayNamesShort = getDayNamesShort;\nexports.getDayNamesMin = getDayNamesMin;\nexports.getMonthNames = getMonthNames;\nexports.getMonthNamesShort = getMonthNamesShort;\n\n/// <reference types=\"@nextcloud/typings\" />\n\n/**\n * Returns the user's locale\n */\nfunction getLocale() {\n if (typeof OC === 'undefined') {\n console.warn('No OC found');\n return 'en';\n }\n\n return OC.getLocale();\n}\n\nfunction getCanonicalLocale() {\n return getLocale().replace(/_/g, '-');\n}\n/**\n * Returns the user's language\n */\n\n\nfunction getLanguage() {\n if (typeof OC === 'undefined') {\n console.warn('No OC found');\n return 'en';\n }\n\n return OC.getLanguage();\n}\n\n/**\n * Translate a string\n *\n * @param {string} app the id of the app for which to translate the string\n * @param {string} text the string to translate\n * @param {object} vars map of placeholder key to value\n * @param {number} number to replace %n with\n * @param {object} [options] options object\n * @return {string}\n */\nfunction translate(app, text, vars, count, options) {\n if (typeof OC === 'undefined') {\n console.warn('No OC found');\n return text;\n }\n\n return OC.L10N.translate(app, text, vars, count, options);\n}\n/**\n * Translate a plural string\n *\n * @param {string} app the id of the app for which to translate the string\n * @param {string} textSingular the string to translate for exactly one object\n * @param {string} textPlural the string to translate for n objects\n * @param {number} count number to determine whether to use singular or plural\n * @param {Object} vars of placeholder key to value\n * @param {object} options options object\n * @return {string}\n */\n\n\nfunction translatePlural(app, textSingular, textPlural, count, vars, options) {\n if (typeof OC === 'undefined') {\n console.warn('No OC found');\n return textSingular;\n }\n\n return OC.L10N.translatePlural(app, textSingular, textPlural, count, vars, options);\n}\n/**\n * Get the first day of the week\n *\n * @return {number}\n */\n\n\nfunction getFirstDay() {\n if (typeof window.firstDay === 'undefined') {\n console.warn('No firstDay found');\n return 1;\n }\n\n return window.firstDay;\n}\n/**\n * Get a list of day names (full names)\n *\n * @return {string[]}\n */\n\n\nfunction getDayNames() {\n if (typeof window.dayNames === 'undefined') {\n console.warn('No dayNames found');\n return ['Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday'];\n }\n\n return window.dayNames;\n}\n/**\n * Get a list of day names (short names)\n *\n * @return {string[]}\n */\n\n\nfunction getDayNamesShort() {\n if (typeof window.dayNamesShort === 'undefined') {\n console.warn('No dayNamesShort found');\n return ['Sun.', 'Mon.', 'Tue.', 'Wed.', 'Thu.', 'Fri.', 'Sat.'];\n }\n\n return window.dayNamesShort;\n}\n/**\n * Get a list of day names (minified names)\n *\n * @return {string[]}\n */\n\n\nfunction getDayNamesMin() {\n if (typeof window.dayNamesMin === 'undefined') {\n console.warn('No dayNamesMin found');\n return ['Su', 'Mo', 'Tu', 'We', 'Th', 'Fr', 'Sa'];\n }\n\n return window.dayNamesMin;\n}\n/**\n * Get a list of month names (full names)\n *\n * @return {string[]}\n */\n\n\nfunction getMonthNames() {\n if (typeof window.monthNames === 'undefined') {\n console.warn('No monthNames found');\n return ['January', 'February', 'March', 'April', 'May', 'June', 'July', 'August', 'September', 'October', 'November', 'December'];\n }\n\n return window.monthNames;\n}\n/**\n * Get a list of month names (short names)\n *\n * @return {string[]}\n */\n\n\nfunction getMonthNamesShort() {\n if (typeof window.monthNamesShort === 'undefined') {\n console.warn('No monthNamesShort found');\n return ['Jan.', 'Feb.', 'Mar.', 'Apr.', 'May.', 'Jun.', 'Jul.', 'Aug.', 'Sep.', 'Oct.', 'Nov.', 'Dec.'];\n }\n\n return window.monthNamesShort;\n}\n//# sourceMappingURL=index.js.map","module.exports = function (exec) {\n try {\n return !!exec();\n } catch (error) {\n return true;\n }\n};\n","'use strict';\nvar $ = require('../internals/export');\nvar exec = require('../internals/regexp-exec');\n\n// `RegExp.prototype.exec` method\n// https://tc39.es/ecma262/#sec-regexp.prototype.exec\n$({ target: 'RegExp', proto: true, forced: /./.exec !== exec }, {\n exec: exec\n});\n","var check = function (it) {\n return it && it.Math == Math && it;\n};\n\n// https://github.com/zloirock/core-js/issues/86#issuecomment-115759028\nmodule.exports =\n // eslint-disable-next-line es/no-global-this -- safe\n check(typeof globalThis == 'object' && globalThis) ||\n check(typeof window == 'object' && window) ||\n // eslint-disable-next-line no-restricted-globals -- safe\n check(typeof self == 'object' && self) ||\n check(typeof global == 'object' && global) ||\n // eslint-disable-next-line no-new-func -- fallback\n (function () { return this; })() || Function('return this')();\n","module.exports = function (exec) {\n try {\n return !!exec();\n } catch (error) {\n return true;\n }\n};\n","var fails = require('../internals/fails');\n\n// Detect IE8's incomplete defineProperty implementation\nmodule.exports = !fails(function () {\n // eslint-disable-next-line es/no-object-defineproperty -- required for testing\n return Object.defineProperty({}, 1, { get: function () { return 7; } })[1] != 7;\n});\n","'use strict';\nvar $propertyIsEnumerable = {}.propertyIsEnumerable;\n// eslint-disable-next-line es/no-object-getownpropertydescriptor -- safe\nvar getOwnPropertyDescriptor = Object.getOwnPropertyDescriptor;\n\n// Nashorn ~ JDK8 bug\nvar NASHORN_BUG = getOwnPropertyDescriptor && !$propertyIsEnumerable.call({ 1: 2 }, 1);\n\n// `Object.prototype.propertyIsEnumerable` method implementation\n// https://tc39.es/ecma262/#sec-object.prototype.propertyisenumerable\nexports.f = NASHORN_BUG ? function propertyIsEnumerable(V) {\n var descriptor = getOwnPropertyDescriptor(this, V);\n return !!descriptor && descriptor.enumerable;\n} : $propertyIsEnumerable;\n","module.exports = function (bitmap, value) {\n return {\n enumerable: !(bitmap & 1),\n configurable: !(bitmap & 2),\n writable: !(bitmap & 4),\n value: value\n };\n};\n","var toString = {}.toString;\n\nmodule.exports = function (it) {\n return toString.call(it).slice(8, -1);\n};\n","var fails = require('../internals/fails');\nvar classof = require('../internals/classof-raw');\n\nvar split = ''.split;\n\n// fallback for non-array-like ES3 and non-enumerable old V8 strings\nmodule.exports = fails(function () {\n // throws an error in rhino, see https://github.com/mozilla/rhino/issues/346\n // eslint-disable-next-line no-prototype-builtins -- safe\n return !Object('z').propertyIsEnumerable(0);\n}) ? function (it) {\n return classof(it) == 'String' ? split.call(it, '') : Object(it);\n} : Object;\n","// `RequireObjectCoercible` abstract operation\n// https://tc39.es/ecma262/#sec-requireobjectcoercible\nmodule.exports = function (it) {\n if (it == undefined) throw TypeError(\"Can't call method on \" + it);\n return it;\n};\n","// toObject with fallback for non-array-like ES3 strings\nvar IndexedObject = require('../internals/indexed-object');\nvar requireObjectCoercible = require('../internals/require-object-coercible');\n\nmodule.exports = function (it) {\n return IndexedObject(requireObjectCoercible(it));\n};\n","module.exports = function (it) {\n return typeof it === 'object' ? it !== null : typeof it === 'function';\n};\n","var isObject = require('../internals/is-object');\n\n// `ToPrimitive` abstract operation\n// https://tc39.es/ecma262/#sec-toprimitive\n// instead of the ES6 spec version, we didn't implement @@toPrimitive case\n// and the second argument - flag - preferred type is a string\nmodule.exports = function (input, PREFERRED_STRING) {\n if (!isObject(input)) return input;\n var fn, val;\n if (PREFERRED_STRING && typeof (fn = input.toString) == 'function' && !isObject(val = fn.call(input))) return val;\n if (typeof (fn = input.valueOf) == 'function' && !isObject(val = fn.call(input))) return val;\n if (!PREFERRED_STRING && typeof (fn = input.toString) == 'function' && !isObject(val = fn.call(input))) return val;\n throw TypeError(\"Can't convert object to primitive value\");\n};\n","var requireObjectCoercible = require('../internals/require-object-coercible');\n\n// `ToObject` abstract operation\n// https://tc39.es/ecma262/#sec-toobject\nmodule.exports = function (argument) {\n return Object(requireObjectCoercible(argument));\n};\n","var toObject = require('../internals/to-object');\n\nvar hasOwnProperty = {}.hasOwnProperty;\n\nmodule.exports = function hasOwn(it, key) {\n return hasOwnProperty.call(toObject(it), key);\n};\n","var global = require('../internals/global');\nvar isObject = require('../internals/is-object');\n\nvar document = global.document;\n// typeof document.createElement is 'object' in old IE\nvar EXISTS = isObject(document) && isObject(document.createElement);\n\nmodule.exports = function (it) {\n return EXISTS ? document.createElement(it) : {};\n};\n","var DESCRIPTORS = require('../internals/descriptors');\nvar fails = require('../internals/fails');\nvar createElement = require('../internals/document-create-element');\n\n// Thank's IE8 for his funny defineProperty\nmodule.exports = !DESCRIPTORS && !fails(function () {\n // eslint-disable-next-line es/no-object-defineproperty -- requied for testing\n return Object.defineProperty(createElement('div'), 'a', {\n get: function () { return 7; }\n }).a != 7;\n});\n","var DESCRIPTORS = require('../internals/descriptors');\nvar propertyIsEnumerableModule = require('../internals/object-property-is-enumerable');\nvar createPropertyDescriptor = require('../internals/create-property-descriptor');\nvar toIndexedObject = require('../internals/to-indexed-object');\nvar toPrimitive = require('../internals/to-primitive');\nvar has = require('../internals/has');\nvar IE8_DOM_DEFINE = require('../internals/ie8-dom-define');\n\n// eslint-disable-next-line es/no-object-getownpropertydescriptor -- safe\nvar $getOwnPropertyDescriptor = Object.getOwnPropertyDescriptor;\n\n// `Object.getOwnPropertyDescriptor` method\n// https://tc39.es/ecma262/#sec-object.getownpropertydescriptor\nexports.f = DESCRIPTORS ? $getOwnPropertyDescriptor : function getOwnPropertyDescriptor(O, P) {\n O = toIndexedObject(O);\n P = toPrimitive(P, true);\n if (IE8_DOM_DEFINE) try {\n return $getOwnPropertyDescriptor(O, P);\n } catch (error) { /* empty */ }\n if (has(O, P)) return createPropertyDescriptor(!propertyIsEnumerableModule.f.call(O, P), O[P]);\n};\n","var isObject = require('../internals/is-object');\n\nmodule.exports = function (it) {\n if (!isObject(it)) {\n throw TypeError(String(it) + ' is not an object');\n } return it;\n};\n","var DESCRIPTORS = require('../internals/descriptors');\nvar IE8_DOM_DEFINE = require('../internals/ie8-dom-define');\nvar anObject = require('../internals/an-object');\nvar toPrimitive = require('../internals/to-primitive');\n\n// eslint-disable-next-line es/no-object-defineproperty -- safe\nvar $defineProperty = Object.defineProperty;\n\n// `Object.defineProperty` method\n// https://tc39.es/ecma262/#sec-object.defineproperty\nexports.f = DESCRIPTORS ? $defineProperty : function defineProperty(O, P, Attributes) {\n anObject(O);\n P = toPrimitive(P, true);\n anObject(Attributes);\n if (IE8_DOM_DEFINE) try {\n return $defineProperty(O, P, Attributes);\n } catch (error) { /* empty */ }\n if ('get' in Attributes || 'set' in Attributes) throw TypeError('Accessors not supported');\n if ('value' in Attributes) O[P] = Attributes.value;\n return O;\n};\n","var DESCRIPTORS = require('../internals/descriptors');\nvar definePropertyModule = require('../internals/object-define-property');\nvar createPropertyDescriptor = require('../internals/create-property-descriptor');\n\nmodule.exports = DESCRIPTORS ? function (object, key, value) {\n return definePropertyModule.f(object, key, createPropertyDescriptor(1, value));\n} : function (object, key, value) {\n object[key] = value;\n return object;\n};\n","var global = require('../internals/global');\nvar createNonEnumerableProperty = require('../internals/create-non-enumerable-property');\n\nmodule.exports = function (key, value) {\n try {\n createNonEnumerableProperty(global, key, value);\n } catch (error) {\n global[key] = value;\n } return value;\n};\n","var global = require('../internals/global');\nvar setGlobal = require('../internals/set-global');\n\nvar SHARED = '__core-js_shared__';\nvar store = global[SHARED] || setGlobal(SHARED, {});\n\nmodule.exports = store;\n","var store = require('../internals/shared-store');\n\nvar functionToString = Function.toString;\n\n// this helper broken in `3.4.1-3.4.4`, so we can't use `shared` helper\nif (typeof store.inspectSource != 'function') {\n store.inspectSource = function (it) {\n return functionToString.call(it);\n };\n}\n\nmodule.exports = store.inspectSource;\n","var NATIVE_WEAK_MAP = require('../internals/native-weak-map');\nvar global = require('../internals/global');\nvar isObject = require('../internals/is-object');\nvar createNonEnumerableProperty = require('../internals/create-non-enumerable-property');\nvar objectHas = require('../internals/has');\nvar shared = require('../internals/shared-store');\nvar sharedKey = require('../internals/shared-key');\nvar hiddenKeys = require('../internals/hidden-keys');\n\nvar OBJECT_ALREADY_INITIALIZED = 'Object already initialized';\nvar WeakMap = global.WeakMap;\nvar set, get, has;\n\nvar enforce = function (it) {\n return has(it) ? get(it) : set(it, {});\n};\n\nvar getterFor = function (TYPE) {\n return function (it) {\n var state;\n if (!isObject(it) || (state = get(it)).type !== TYPE) {\n throw TypeError('Incompatible receiver, ' + TYPE + ' required');\n } return state;\n };\n};\n\nif (NATIVE_WEAK_MAP) {\n var store = shared.state || (shared.state = new WeakMap());\n var wmget = store.get;\n var wmhas = store.has;\n var wmset = store.set;\n set = function (it, metadata) {\n if (wmhas.call(store, it)) throw new TypeError(OBJECT_ALREADY_INITIALIZED);\n metadata.facade = it;\n wmset.call(store, it, metadata);\n return metadata;\n };\n get = function (it) {\n return wmget.call(store, it) || {};\n };\n has = function (it) {\n return wmhas.call(store, it);\n };\n} else {\n var STATE = sharedKey('state');\n hiddenKeys[STATE] = true;\n set = function (it, metadata) {\n if (objectHas(it, STATE)) throw new TypeError(OBJECT_ALREADY_INITIALIZED);\n metadata.facade = it;\n createNonEnumerableProperty(it, STATE, metadata);\n return metadata;\n };\n get = function (it) {\n return objectHas(it, STATE) ? it[STATE] : {};\n };\n has = function (it) {\n return objectHas(it, STATE);\n };\n}\n\nmodule.exports = {\n set: set,\n get: get,\n has: has,\n enforce: enforce,\n getterFor: getterFor\n};\n","var global = require('../internals/global');\nvar inspectSource = require('../internals/inspect-source');\n\nvar WeakMap = global.WeakMap;\n\nmodule.exports = typeof WeakMap === 'function' && /native code/.test(inspectSource(WeakMap));\n","var IS_PURE = require('../internals/is-pure');\nvar store = require('../internals/shared-store');\n\n(module.exports = function (key, value) {\n return store[key] || (store[key] = value !== undefined ? value : {});\n})('versions', []).push({\n version: '3.11.2',\n mode: IS_PURE ? 'pure' : 'global',\n copyright: '© 2021 Denis Pushkarev (zloirock.ru)'\n});\n","var id = 0;\nvar postfix = Math.random();\n\nmodule.exports = function (key) {\n return 'Symbol(' + String(key === undefined ? '' : key) + ')_' + (++id + postfix).toString(36);\n};\n","var shared = require('../internals/shared');\nvar uid = require('../internals/uid');\n\nvar keys = shared('keys');\n\nmodule.exports = function (key) {\n return keys[key] || (keys[key] = uid(key));\n};\n","module.exports = {};\n","var global = require('../internals/global');\nvar createNonEnumerableProperty = require('../internals/create-non-enumerable-property');\nvar has = require('../internals/has');\nvar setGlobal = require('../internals/set-global');\nvar inspectSource = require('../internals/inspect-source');\nvar InternalStateModule = require('../internals/internal-state');\n\nvar getInternalState = InternalStateModule.get;\nvar enforceInternalState = InternalStateModule.enforce;\nvar TEMPLATE = String(String).split('String');\n\n(module.exports = function (O, key, value, options) {\n var unsafe = options ? !!options.unsafe : false;\n var simple = options ? !!options.enumerable : false;\n var noTargetGet = options ? !!options.noTargetGet : false;\n var state;\n if (typeof value == 'function') {\n if (typeof key == 'string' && !has(value, 'name')) {\n createNonEnumerableProperty(value, 'name', key);\n }\n state = enforceInternalState(value);\n if (!state.source) {\n state.source = TEMPLATE.join(typeof key == 'string' ? key : '');\n }\n }\n if (O === global) {\n if (simple) O[key] = value;\n else setGlobal(key, value);\n return;\n } else if (!unsafe) {\n delete O[key];\n } else if (!noTargetGet && O[key]) {\n simple = true;\n }\n if (simple) O[key] = value;\n else createNonEnumerableProperty(O, key, value);\n// add fake Function#toString for correct work wrapped methods / constructors with methods like LoDash isNative\n})(Function.prototype, 'toString', function toString() {\n return typeof this == 'function' && getInternalState(this).source || inspectSource(this);\n});\n","var global = require('../internals/global');\n\nmodule.exports = global;\n","var path = require('../internals/path');\nvar global = require('../internals/global');\n\nvar aFunction = function (variable) {\n return typeof variable == 'function' ? variable : undefined;\n};\n\nmodule.exports = function (namespace, method) {\n return arguments.length < 2 ? aFunction(path[namespace]) || aFunction(global[namespace])\n : path[namespace] && path[namespace][method] || global[namespace] && global[namespace][method];\n};\n","var ceil = Math.ceil;\nvar floor = Math.floor;\n\n// `ToInteger` abstract operation\n// https://tc39.es/ecma262/#sec-tointeger\nmodule.exports = function (argument) {\n return isNaN(argument = +argument) ? 0 : (argument > 0 ? floor : ceil)(argument);\n};\n","var toInteger = require('../internals/to-integer');\n\nvar min = Math.min;\n\n// `ToLength` abstract operation\n// https://tc39.es/ecma262/#sec-tolength\nmodule.exports = function (argument) {\n return argument > 0 ? min(toInteger(argument), 0x1FFFFFFFFFFFFF) : 0; // 2 ** 53 - 1 == 9007199254740991\n};\n","var toInteger = require('../internals/to-integer');\n\nvar max = Math.max;\nvar min = Math.min;\n\n// Helper for a popular repeating case of the spec:\n// Let integer be ? ToInteger(index).\n// If integer < 0, let result be max((length + integer), 0); else let result be min(integer, length).\nmodule.exports = function (index, length) {\n var integer = toInteger(index);\n return integer < 0 ? max(integer + length, 0) : min(integer, length);\n};\n","var toIndexedObject = require('../internals/to-indexed-object');\nvar toLength = require('../internals/to-length');\nvar toAbsoluteIndex = require('../internals/to-absolute-index');\n\n// `Array.prototype.{ indexOf, includes }` methods implementation\nvar createMethod = function (IS_INCLUDES) {\n return function ($this, el, fromIndex) {\n var O = toIndexedObject($this);\n var length = toLength(O.length);\n var index = toAbsoluteIndex(fromIndex, length);\n var value;\n // Array#includes uses SameValueZero equality algorithm\n // eslint-disable-next-line no-self-compare -- NaN check\n if (IS_INCLUDES && el != el) while (length > index) {\n value = O[index++];\n // eslint-disable-next-line no-self-compare -- NaN check\n if (value != value) return true;\n // Array#indexOf ignores holes, Array#includes - not\n } else for (;length > index; index++) {\n if ((IS_INCLUDES || index in O) && O[index] === el) return IS_INCLUDES || index || 0;\n } return !IS_INCLUDES && -1;\n };\n};\n\nmodule.exports = {\n // `Array.prototype.includes` method\n // https://tc39.es/ecma262/#sec-array.prototype.includes\n includes: createMethod(true),\n // `Array.prototype.indexOf` method\n // https://tc39.es/ecma262/#sec-array.prototype.indexof\n indexOf: createMethod(false)\n};\n","var has = require('../internals/has');\nvar toIndexedObject = require('../internals/to-indexed-object');\nvar indexOf = require('../internals/array-includes').indexOf;\nvar hiddenKeys = require('../internals/hidden-keys');\n\nmodule.exports = function (object, names) {\n var O = toIndexedObject(object);\n var i = 0;\n var result = [];\n var key;\n for (key in O) !has(hiddenKeys, key) && has(O, key) && result.push(key);\n // Don't enum bug & hidden keys\n while (names.length > i) if (has(O, key = names[i++])) {\n ~indexOf(result, key) || result.push(key);\n }\n return result;\n};\n","// IE8- don't enum bug keys\nmodule.exports = [\n 'constructor',\n 'hasOwnProperty',\n 'isPrototypeOf',\n 'propertyIsEnumerable',\n 'toLocaleString',\n 'toString',\n 'valueOf'\n];\n","var internalObjectKeys = require('../internals/object-keys-internal');\nvar enumBugKeys = require('../internals/enum-bug-keys');\n\nvar hiddenKeys = enumBugKeys.concat('length', 'prototype');\n\n// `Object.getOwnPropertyNames` method\n// https://tc39.es/ecma262/#sec-object.getownpropertynames\n// eslint-disable-next-line es/no-object-getownpropertynames -- safe\nexports.f = Object.getOwnPropertyNames || function getOwnPropertyNames(O) {\n return internalObjectKeys(O, hiddenKeys);\n};\n","// eslint-disable-next-line es/no-object-getownpropertysymbols -- safe\nexports.f = Object.getOwnPropertySymbols;\n","var getBuiltIn = require('../internals/get-built-in');\nvar getOwnPropertyNamesModule = require('../internals/object-get-own-property-names');\nvar getOwnPropertySymbolsModule = require('../internals/object-get-own-property-symbols');\nvar anObject = require('../internals/an-object');\n\n// all object keys, includes non-enumerable and symbols\nmodule.exports = getBuiltIn('Reflect', 'ownKeys') || function ownKeys(it) {\n var keys = getOwnPropertyNamesModule.f(anObject(it));\n var getOwnPropertySymbols = getOwnPropertySymbolsModule.f;\n return getOwnPropertySymbols ? keys.concat(getOwnPropertySymbols(it)) : keys;\n};\n","var has = require('../internals/has');\nvar ownKeys = require('../internals/own-keys');\nvar getOwnPropertyDescriptorModule = require('../internals/object-get-own-property-descriptor');\nvar definePropertyModule = require('../internals/object-define-property');\n\nmodule.exports = function (target, source) {\n var keys = ownKeys(source);\n var defineProperty = definePropertyModule.f;\n var getOwnPropertyDescriptor = getOwnPropertyDescriptorModule.f;\n for (var i = 0; i < keys.length; i++) {\n var key = keys[i];\n if (!has(target, key)) defineProperty(target, key, getOwnPropertyDescriptor(source, key));\n }\n};\n","var fails = require('../internals/fails');\n\nvar replacement = /#|\\.prototype\\./;\n\nvar isForced = function (feature, detection) {\n var value = data[normalize(feature)];\n return value == POLYFILL ? true\n : value == NATIVE ? false\n : typeof detection == 'function' ? fails(detection)\n : !!detection;\n};\n\nvar normalize = isForced.normalize = function (string) {\n return String(string).replace(replacement, '.').toLowerCase();\n};\n\nvar data = isForced.data = {};\nvar NATIVE = isForced.NATIVE = 'N';\nvar POLYFILL = isForced.POLYFILL = 'P';\n\nmodule.exports = isForced;\n","var global = require('../internals/global');\nvar getOwnPropertyDescriptor = require('../internals/object-get-own-property-descriptor').f;\nvar createNonEnumerableProperty = require('../internals/create-non-enumerable-property');\nvar redefine = require('../internals/redefine');\nvar setGlobal = require('../internals/set-global');\nvar copyConstructorProperties = require('../internals/copy-constructor-properties');\nvar isForced = require('../internals/is-forced');\n\n/*\n options.target - name of the target object\n options.global - target is the global object\n options.stat - export as static methods of target\n options.proto - export as prototype methods of target\n options.real - real prototype method for the `pure` version\n options.forced - export even if the native feature is available\n options.bind - bind methods to the target, required for the `pure` version\n options.wrap - wrap constructors to preventing global pollution, required for the `pure` version\n options.unsafe - use the simple assignment of property instead of delete + defineProperty\n options.sham - add a flag to not completely full polyfills\n options.enumerable - export as enumerable property\n options.noTargetGet - prevent calling a getter on target\n*/\nmodule.exports = function (options, source) {\n var TARGET = options.target;\n var GLOBAL = options.global;\n var STATIC = options.stat;\n var FORCED, target, key, targetProperty, sourceProperty, descriptor;\n if (GLOBAL) {\n target = global;\n } else if (STATIC) {\n target = global[TARGET] || setGlobal(TARGET, {});\n } else {\n target = (global[TARGET] || {}).prototype;\n }\n if (target) for (key in source) {\n sourceProperty = source[key];\n if (options.noTargetGet) {\n descriptor = getOwnPropertyDescriptor(target, key);\n targetProperty = descriptor && descriptor.value;\n } else targetProperty = target[key];\n FORCED = isForced(GLOBAL ? key : TARGET + (STATIC ? '.' : '#') + key, options.forced);\n // contained in target\n if (!FORCED && targetProperty !== undefined) {\n if (typeof sourceProperty === typeof targetProperty) continue;\n copyConstructorProperties(sourceProperty, targetProperty);\n }\n // add a flag to not completely full polyfills\n if (options.sham || (targetProperty && targetProperty.sham)) {\n createNonEnumerableProperty(sourceProperty, 'sham', true);\n }\n // extend global\n redefine(target, key, sourceProperty, options);\n }\n};\n","var $ = require('../internals/export');\n\n// `Number.MAX_SAFE_INTEGER` constant\n// https://tc39.es/ecma262/#sec-number.max_safe_integer\n$({ target: 'Number', stat: true }, {\n MAX_SAFE_INTEGER: 0x1FFFFFFFFFFFFF\n});\n","var isObject = require('../internals/is-object');\n\nmodule.exports = function (it) {\n if (!isObject(it) && it !== null) {\n throw TypeError(\"Can't set \" + String(it) + ' as a prototype');\n } return it;\n};\n","var anObject = require('../internals/an-object');\nvar defineProperties = require('../internals/object-define-properties');\nvar enumBugKeys = require('../internals/enum-bug-keys');\nvar hiddenKeys = require('../internals/hidden-keys');\nvar html = require('../internals/html');\nvar documentCreateElement = require('../internals/document-create-element');\nvar sharedKey = require('../internals/shared-key');\n\nvar GT = '>';\nvar LT = '<';\nvar PROTOTYPE = 'prototype';\nvar SCRIPT = 'script';\nvar IE_PROTO = sharedKey('IE_PROTO');\n\nvar EmptyConstructor = function () { /* empty */ };\n\nvar scriptTag = function (content) {\n return LT + SCRIPT + GT + content + LT + '/' + SCRIPT + GT;\n};\n\n// Create object with fake `null` prototype: use ActiveX Object with cleared prototype\nvar NullProtoObjectViaActiveX = function (activeXDocument) {\n activeXDocument.write(scriptTag(''));\n activeXDocument.close();\n var temp = activeXDocument.parentWindow.Object;\n activeXDocument = null; // avoid memory leak\n return temp;\n};\n\n// Create object with fake `null` prototype: use iframe Object with cleared prototype\nvar NullProtoObjectViaIFrame = function () {\n // Thrash, waste and sodomy: IE GC bug\n var iframe = documentCreateElement('iframe');\n var JS = 'java' + SCRIPT + ':';\n var iframeDocument;\n iframe.style.display = 'none';\n html.appendChild(iframe);\n // https://github.com/zloirock/core-js/issues/475\n iframe.src = String(JS);\n iframeDocument = iframe.contentWindow.document;\n iframeDocument.open();\n iframeDocument.write(scriptTag('document.F=Object'));\n iframeDocument.close();\n return iframeDocument.F;\n};\n\n// Check for document.domain and active x support\n// No need to use active x approach when document.domain is not set\n// see https://github.com/es-shims/es5-shim/issues/150\n// variation of https://github.com/kitcambridge/es5-shim/commit/4f738ac066346\n// avoid IE GC bug\nvar activeXDocument;\nvar NullProtoObject = function () {\n try {\n /* global ActiveXObject -- old IE */\n activeXDocument = document.domain && new ActiveXObject('htmlfile');\n } catch (error) { /* ignore */ }\n NullProtoObject = activeXDocument ? NullProtoObjectViaActiveX(activeXDocument) : NullProtoObjectViaIFrame();\n var length = enumBugKeys.length;\n while (length--) delete NullProtoObject[PROTOTYPE][enumBugKeys[length]];\n return NullProtoObject();\n};\n\nhiddenKeys[IE_PROTO] = true;\n\n// `Object.create` method\n// https://tc39.es/ecma262/#sec-object.create\nmodule.exports = Object.create || function create(O, Properties) {\n var result;\n if (O !== null) {\n EmptyConstructor[PROTOTYPE] = anObject(O);\n result = new EmptyConstructor();\n EmptyConstructor[PROTOTYPE] = null;\n // add \"__proto__\" for Object.getPrototypeOf polyfill\n result[IE_PROTO] = O;\n } else result = NullProtoObject();\n return Properties === undefined ? result : defineProperties(result, Properties);\n};\n","/* eslint-disable no-proto -- safe */\nvar anObject = require('../internals/an-object');\nvar aPossiblePrototype = require('../internals/a-possible-prototype');\n\n// `Object.setPrototypeOf` method\n// https://tc39.es/ecma262/#sec-object.setprototypeof\n// Works with __proto__ only. Old v8 can't work with null proto objects.\n// eslint-disable-next-line es/no-object-setprototypeof -- safe\nmodule.exports = Object.setPrototypeOf || ('__proto__' in {} ? function () {\n var CORRECT_SETTER = false;\n var test = {};\n var setter;\n try {\n // eslint-disable-next-line es/no-object-getownpropertydescriptor -- safe\n setter = Object.getOwnPropertyDescriptor(Object.prototype, '__proto__').set;\n setter.call(test, []);\n CORRECT_SETTER = test instanceof Array;\n } catch (error) { /* empty */ }\n return function setPrototypeOf(O, proto) {\n anObject(O);\n aPossiblePrototype(proto);\n if (CORRECT_SETTER) setter.call(O, proto);\n else O.__proto__ = proto;\n return O;\n };\n}() : undefined);\n","var isObject = require('../internals/is-object');\nvar setPrototypeOf = require('../internals/object-set-prototype-of');\n\n// makes subclassing work correct for wrapped built-ins\nmodule.exports = function ($this, dummy, Wrapper) {\n var NewTarget, NewTargetPrototype;\n if (\n // it can work only with native `setPrototypeOf`\n setPrototypeOf &&\n // we haven't completely correct pre-ES6 way for getting `new.target`, so use this\n typeof (NewTarget = dummy.constructor) == 'function' &&\n NewTarget !== Wrapper &&\n isObject(NewTargetPrototype = NewTarget.prototype) &&\n NewTargetPrototype !== Wrapper.prototype\n ) setPrototypeOf($this, NewTargetPrototype);\n return $this;\n};\n","var internalObjectKeys = require('../internals/object-keys-internal');\nvar enumBugKeys = require('../internals/enum-bug-keys');\n\n// `Object.keys` method\n// https://tc39.es/ecma262/#sec-object.keys\n// eslint-disable-next-line es/no-object-keys -- safe\nmodule.exports = Object.keys || function keys(O) {\n return internalObjectKeys(O, enumBugKeys);\n};\n","var DESCRIPTORS = require('../internals/descriptors');\nvar definePropertyModule = require('../internals/object-define-property');\nvar anObject = require('../internals/an-object');\nvar objectKeys = require('../internals/object-keys');\n\n// `Object.defineProperties` method\n// https://tc39.es/ecma262/#sec-object.defineproperties\n// eslint-disable-next-line es/no-object-defineproperties -- safe\nmodule.exports = DESCRIPTORS ? Object.defineProperties : function defineProperties(O, Properties) {\n anObject(O);\n var keys = objectKeys(Properties);\n var length = keys.length;\n var index = 0;\n var key;\n while (length > index) definePropertyModule.f(O, key = keys[index++], Properties[key]);\n return O;\n};\n","var getBuiltIn = require('../internals/get-built-in');\n\nmodule.exports = getBuiltIn('document', 'documentElement');\n","// a string of all valid unicode whitespaces\nmodule.exports = '\\u0009\\u000A\\u000B\\u000C\\u000D\\u0020\\u00A0\\u1680\\u2000\\u2001\\u2002' +\n '\\u2003\\u2004\\u2005\\u2006\\u2007\\u2008\\u2009\\u200A\\u202F\\u205F\\u3000\\u2028\\u2029\\uFEFF';\n","var requireObjectCoercible = require('../internals/require-object-coercible');\nvar whitespaces = require('../internals/whitespaces');\n\nvar whitespace = '[' + whitespaces + ']';\nvar ltrim = RegExp('^' + whitespace + whitespace + '*');\nvar rtrim = RegExp(whitespace + whitespace + '*$');\n\n// `String.prototype.{ trim, trimStart, trimEnd, trimLeft, trimRight }` methods implementation\nvar createMethod = function (TYPE) {\n return function ($this) {\n var string = String(requireObjectCoercible($this));\n if (TYPE & 1) string = string.replace(ltrim, '');\n if (TYPE & 2) string = string.replace(rtrim, '');\n return string;\n };\n};\n\nmodule.exports = {\n // `String.prototype.{ trimLeft, trimStart }` methods\n // https://tc39.es/ecma262/#sec-string.prototype.trimstart\n start: createMethod(1),\n // `String.prototype.{ trimRight, trimEnd }` methods\n // https://tc39.es/ecma262/#sec-string.prototype.trimend\n end: createMethod(2),\n // `String.prototype.trim` method\n // https://tc39.es/ecma262/#sec-string.prototype.trim\n trim: createMethod(3)\n};\n","'use strict';\nvar DESCRIPTORS = require('../internals/descriptors');\nvar global = require('../internals/global');\nvar isForced = require('../internals/is-forced');\nvar redefine = require('../internals/redefine');\nvar has = require('../internals/has');\nvar classof = require('../internals/classof-raw');\nvar inheritIfRequired = require('../internals/inherit-if-required');\nvar toPrimitive = require('../internals/to-primitive');\nvar fails = require('../internals/fails');\nvar create = require('../internals/object-create');\nvar getOwnPropertyNames = require('../internals/object-get-own-property-names').f;\nvar getOwnPropertyDescriptor = require('../internals/object-get-own-property-descriptor').f;\nvar defineProperty = require('../internals/object-define-property').f;\nvar trim = require('../internals/string-trim').trim;\n\nvar NUMBER = 'Number';\nvar NativeNumber = global[NUMBER];\nvar NumberPrototype = NativeNumber.prototype;\n\n// Opera ~12 has broken Object#toString\nvar BROKEN_CLASSOF = classof(create(NumberPrototype)) == NUMBER;\n\n// `ToNumber` abstract operation\n// https://tc39.es/ecma262/#sec-tonumber\nvar toNumber = function (argument) {\n var it = toPrimitive(argument, false);\n var first, third, radix, maxCode, digits, length, index, code;\n if (typeof it == 'string' && it.length > 2) {\n it = trim(it);\n first = it.charCodeAt(0);\n if (first === 43 || first === 45) {\n third = it.charCodeAt(2);\n if (third === 88 || third === 120) return NaN; // Number('+0x1') should be NaN, old V8 fix\n } else if (first === 48) {\n switch (it.charCodeAt(1)) {\n case 66: case 98: radix = 2; maxCode = 49; break; // fast equal of /^0b[01]+$/i\n case 79: case 111: radix = 8; maxCode = 55; break; // fast equal of /^0o[0-7]+$/i\n default: return +it;\n }\n digits = it.slice(2);\n length = digits.length;\n for (index = 0; index < length; index++) {\n code = digits.charCodeAt(index);\n // parseInt parses a string to a first unavailable symbol\n // but ToNumber should return NaN if a string contains unavailable symbols\n if (code < 48 || code > maxCode) return NaN;\n } return parseInt(digits, radix);\n }\n } return +it;\n};\n\n// `Number` constructor\n// https://tc39.es/ecma262/#sec-number-constructor\nif (isForced(NUMBER, !NativeNumber(' 0o1') || !NativeNumber('0b1') || NativeNumber('+0x1'))) {\n var NumberWrapper = function Number(value) {\n var it = arguments.length < 1 ? 0 : value;\n var dummy = this;\n return dummy instanceof NumberWrapper\n // check on 1..constructor(foo) case\n && (BROKEN_CLASSOF ? fails(function () { NumberPrototype.valueOf.call(dummy); }) : classof(dummy) != NUMBER)\n ? inheritIfRequired(new NativeNumber(toNumber(it)), dummy, NumberWrapper) : toNumber(it);\n };\n for (var keys = DESCRIPTORS ? getOwnPropertyNames(NativeNumber) : (\n // ES3:\n 'MAX_VALUE,MIN_VALUE,NaN,NEGATIVE_INFINITY,POSITIVE_INFINITY,' +\n // ES2015 (in case, if modules with ES2015 Number statics required before):\n 'EPSILON,isFinite,isInteger,isNaN,isSafeInteger,MAX_SAFE_INTEGER,' +\n 'MIN_SAFE_INTEGER,parseFloat,parseInt,isInteger,' +\n // ESNext\n 'fromString,range'\n ).split(','), j = 0, key; keys.length > j; j++) {\n if (has(NativeNumber, key = keys[j]) && !has(NumberWrapper, key)) {\n defineProperty(NumberWrapper, key, getOwnPropertyDescriptor(NativeNumber, key));\n }\n }\n NumberWrapper.prototype = NumberPrototype;\n NumberPrototype.constructor = NumberWrapper;\n redefine(global, NUMBER, NumberWrapper);\n}\n","// Note: this is the semver.org version of the spec that it implements\n// Not necessarily the package version of this code.\nconst SEMVER_SPEC_VERSION = '2.0.0'\n\nconst MAX_LENGTH = 256\nconst MAX_SAFE_INTEGER = Number.MAX_SAFE_INTEGER ||\n /* istanbul ignore next */ 9007199254740991\n\n// Max safe segment length for coercion.\nconst MAX_SAFE_COMPONENT_LENGTH = 16\n\nmodule.exports = {\n SEMVER_SPEC_VERSION,\n MAX_LENGTH,\n MAX_SAFE_INTEGER,\n MAX_SAFE_COMPONENT_LENGTH\n}\n","var global = require('../internals/global');\nvar userAgent = require('../internals/engine-user-agent');\n\nvar process = global.process;\nvar versions = process && process.versions;\nvar v8 = versions && versions.v8;\nvar match, version;\n\nif (v8) {\n match = v8.split('.');\n version = match[0] + match[1];\n} else if (userAgent) {\n match = userAgent.match(/Edge\\/(\\d+)/);\n if (!match || match[1] >= 74) {\n match = userAgent.match(/Chrome\\/(\\d+)/);\n if (match) version = match[1];\n }\n}\n\nmodule.exports = version && +version;\n","var classof = require('../internals/classof-raw');\nvar global = require('../internals/global');\n\nmodule.exports = classof(global.process) == 'process';\n","var getBuiltIn = require('../internals/get-built-in');\n\nmodule.exports = getBuiltIn('navigator', 'userAgent') || '';\n","var IS_NODE = require('../internals/engine-is-node');\nvar V8_VERSION = require('../internals/engine-v8-version');\nvar fails = require('../internals/fails');\n\n// eslint-disable-next-line es/no-object-getownpropertysymbols -- required for testing\nmodule.exports = !!Object.getOwnPropertySymbols && !fails(function () {\n // eslint-disable-next-line es/no-symbol -- required for testing\n return !Symbol.sham &&\n // Chrome 38 Symbol has incorrect toString conversion\n // Chrome 38-40 symbols are not inherited from DOM collections prototypes to instances\n (IS_NODE ? V8_VERSION === 38 : V8_VERSION > 37 && V8_VERSION < 41);\n});\n","/* eslint-disable es/no-symbol -- required for testing */\nvar NATIVE_SYMBOL = require('../internals/native-symbol');\n\nmodule.exports = NATIVE_SYMBOL\n && !Symbol.sham\n && typeof Symbol.iterator == 'symbol';\n","var global = require('../internals/global');\nvar shared = require('../internals/shared');\nvar has = require('../internals/has');\nvar uid = require('../internals/uid');\nvar NATIVE_SYMBOL = require('../internals/native-symbol');\nvar USE_SYMBOL_AS_UID = require('../internals/use-symbol-as-uid');\n\nvar WellKnownSymbolsStore = shared('wks');\nvar Symbol = global.Symbol;\nvar createWellKnownSymbol = USE_SYMBOL_AS_UID ? Symbol : Symbol && Symbol.withoutSetter || uid;\n\nmodule.exports = function (name) {\n if (!has(WellKnownSymbolsStore, name) || !(NATIVE_SYMBOL || typeof WellKnownSymbolsStore[name] == 'string')) {\n if (NATIVE_SYMBOL && has(Symbol, name)) {\n WellKnownSymbolsStore[name] = Symbol[name];\n } else {\n WellKnownSymbolsStore[name] = createWellKnownSymbol('Symbol.' + name);\n }\n } return WellKnownSymbolsStore[name];\n};\n","var isObject = require('../internals/is-object');\nvar classof = require('../internals/classof-raw');\nvar wellKnownSymbol = require('../internals/well-known-symbol');\n\nvar MATCH = wellKnownSymbol('match');\n\n// `IsRegExp` abstract operation\n// https://tc39.es/ecma262/#sec-isregexp\nmodule.exports = function (it) {\n var isRegExp;\n return isObject(it) && ((isRegExp = it[MATCH]) !== undefined ? !!isRegExp : classof(it) == 'RegExp');\n};\n","'use strict';\nvar anObject = require('../internals/an-object');\n\n// `RegExp.prototype.flags` getter implementation\n// https://tc39.es/ecma262/#sec-get-regexp.prototype.flags\nmodule.exports = function () {\n var that = anObject(this);\n var result = '';\n if (that.global) result += 'g';\n if (that.ignoreCase) result += 'i';\n if (that.multiline) result += 'm';\n if (that.dotAll) result += 's';\n if (that.unicode) result += 'u';\n if (that.sticky) result += 'y';\n return result;\n};\n","'use strict';\n\nvar fails = require('./fails');\n\n// babel-minify transpiles RegExp('a', 'y') -> /a/y and it causes SyntaxError,\n// so we use an intermediate function.\nfunction RE(s, f) {\n return RegExp(s, f);\n}\n\nexports.UNSUPPORTED_Y = fails(function () {\n // babel-minify transpiles RegExp('a', 'y') -> /a/y and it causes SyntaxError\n var re = RE('a', 'y');\n re.lastIndex = 2;\n return re.exec('abcd') != null;\n});\n\nexports.BROKEN_CARET = fails(function () {\n // https://bugzilla.mozilla.org/show_bug.cgi?id=773687\n var re = RE('^r', 'gy');\n re.lastIndex = 2;\n return re.exec('str') != null;\n});\n","'use strict';\nvar getBuiltIn = require('../internals/get-built-in');\nvar definePropertyModule = require('../internals/object-define-property');\nvar wellKnownSymbol = require('../internals/well-known-symbol');\nvar DESCRIPTORS = require('../internals/descriptors');\n\nvar SPECIES = wellKnownSymbol('species');\n\nmodule.exports = function (CONSTRUCTOR_NAME) {\n var Constructor = getBuiltIn(CONSTRUCTOR_NAME);\n var defineProperty = definePropertyModule.f;\n\n if (DESCRIPTORS && Constructor && !Constructor[SPECIES]) {\n defineProperty(Constructor, SPECIES, {\n configurable: true,\n get: function () { return this; }\n });\n }\n};\n","var DESCRIPTORS = require('../internals/descriptors');\nvar global = require('../internals/global');\nvar isForced = require('../internals/is-forced');\nvar inheritIfRequired = require('../internals/inherit-if-required');\nvar defineProperty = require('../internals/object-define-property').f;\nvar getOwnPropertyNames = require('../internals/object-get-own-property-names').f;\nvar isRegExp = require('../internals/is-regexp');\nvar getFlags = require('../internals/regexp-flags');\nvar stickyHelpers = require('../internals/regexp-sticky-helpers');\nvar redefine = require('../internals/redefine');\nvar fails = require('../internals/fails');\nvar enforceInternalState = require('../internals/internal-state').enforce;\nvar setSpecies = require('../internals/set-species');\nvar wellKnownSymbol = require('../internals/well-known-symbol');\n\nvar MATCH = wellKnownSymbol('match');\nvar NativeRegExp = global.RegExp;\nvar RegExpPrototype = NativeRegExp.prototype;\nvar re1 = /a/g;\nvar re2 = /a/g;\n\n// \"new\" should create a new object, old webkit bug\nvar CORRECT_NEW = new NativeRegExp(re1) !== re1;\n\nvar UNSUPPORTED_Y = stickyHelpers.UNSUPPORTED_Y;\n\nvar FORCED = DESCRIPTORS && isForced('RegExp', (!CORRECT_NEW || UNSUPPORTED_Y || fails(function () {\n re2[MATCH] = false;\n // RegExp constructor can alter flags and IsRegExp works correct with @@match\n return NativeRegExp(re1) != re1 || NativeRegExp(re2) == re2 || NativeRegExp(re1, 'i') != '/a/i';\n})));\n\n// `RegExp` constructor\n// https://tc39.es/ecma262/#sec-regexp-constructor\nif (FORCED) {\n var RegExpWrapper = function RegExp(pattern, flags) {\n var thisIsRegExp = this instanceof RegExpWrapper;\n var patternIsRegExp = isRegExp(pattern);\n var flagsAreUndefined = flags === undefined;\n var sticky;\n\n if (!thisIsRegExp && patternIsRegExp && pattern.constructor === RegExpWrapper && flagsAreUndefined) {\n return pattern;\n }\n\n if (CORRECT_NEW) {\n if (patternIsRegExp && !flagsAreUndefined) pattern = pattern.source;\n } else if (pattern instanceof RegExpWrapper) {\n if (flagsAreUndefined) flags = getFlags.call(pattern);\n pattern = pattern.source;\n }\n\n if (UNSUPPORTED_Y) {\n sticky = !!flags && flags.indexOf('y') > -1;\n if (sticky) flags = flags.replace(/y/g, '');\n }\n\n var result = inheritIfRequired(\n CORRECT_NEW ? new NativeRegExp(pattern, flags) : NativeRegExp(pattern, flags),\n thisIsRegExp ? this : RegExpPrototype,\n RegExpWrapper\n );\n\n if (UNSUPPORTED_Y && sticky) {\n var state = enforceInternalState(result);\n state.sticky = true;\n }\n\n return result;\n };\n var proxy = function (key) {\n key in RegExpWrapper || defineProperty(RegExpWrapper, key, {\n configurable: true,\n get: function () { return NativeRegExp[key]; },\n set: function (it) { NativeRegExp[key] = it; }\n });\n };\n var keys = getOwnPropertyNames(NativeRegExp);\n var index = 0;\n while (keys.length > index) proxy(keys[index++]);\n RegExpPrototype.constructor = RegExpWrapper;\n RegExpWrapper.prototype = RegExpPrototype;\n redefine(global, 'RegExp', RegExpWrapper);\n}\n\n// https://tc39.es/ecma262/#sec-get-regexp-@@species\nsetSpecies('RegExp');\n","'use strict';\nvar regexpFlags = require('./regexp-flags');\nvar stickyHelpers = require('./regexp-sticky-helpers');\nvar shared = require('./shared');\n\nvar nativeExec = RegExp.prototype.exec;\nvar nativeReplace = shared('native-string-replace', String.prototype.replace);\n\nvar patchedExec = nativeExec;\n\nvar UPDATES_LAST_INDEX_WRONG = (function () {\n var re1 = /a/;\n var re2 = /b*/g;\n nativeExec.call(re1, 'a');\n nativeExec.call(re2, 'a');\n return re1.lastIndex !== 0 || re2.lastIndex !== 0;\n})();\n\nvar UNSUPPORTED_Y = stickyHelpers.UNSUPPORTED_Y || stickyHelpers.BROKEN_CARET;\n\n// nonparticipating capturing group, copied from es5-shim's String#split patch.\n// eslint-disable-next-line regexp/no-assertion-capturing-group, regexp/no-empty-group, regexp/no-lazy-ends -- testing\nvar NPCG_INCLUDED = /()??/.exec('')[1] !== undefined;\n\nvar PATCH = UPDATES_LAST_INDEX_WRONG || NPCG_INCLUDED || UNSUPPORTED_Y;\n\nif (PATCH) {\n patchedExec = function exec(str) {\n var re = this;\n var lastIndex, reCopy, match, i;\n var sticky = UNSUPPORTED_Y && re.sticky;\n var flags = regexpFlags.call(re);\n var source = re.source;\n var charsAdded = 0;\n var strCopy = str;\n\n if (sticky) {\n flags = flags.replace('y', '');\n if (flags.indexOf('g') === -1) {\n flags += 'g';\n }\n\n strCopy = String(str).slice(re.lastIndex);\n // Support anchored sticky behavior.\n if (re.lastIndex > 0 && (!re.multiline || re.multiline && str[re.lastIndex - 1] !== '\\n')) {\n source = '(?: ' + source + ')';\n strCopy = ' ' + strCopy;\n charsAdded++;\n }\n // ^(? + rx + ) is needed, in combination with some str slicing, to\n // simulate the 'y' flag.\n reCopy = new RegExp('^(?:' + source + ')', flags);\n }\n\n if (NPCG_INCLUDED) {\n reCopy = new RegExp('^' + source + '$(?!\\\\s)', flags);\n }\n if (UPDATES_LAST_INDEX_WRONG) lastIndex = re.lastIndex;\n\n match = nativeExec.call(sticky ? reCopy : re, strCopy);\n\n if (sticky) {\n if (match) {\n match.input = match.input.slice(charsAdded);\n match[0] = match[0].slice(charsAdded);\n match.index = re.lastIndex;\n re.lastIndex += match[0].length;\n } else re.lastIndex = 0;\n } else if (UPDATES_LAST_INDEX_WRONG && match) {\n re.lastIndex = re.global ? match.index + match[0].length : lastIndex;\n }\n if (NPCG_INCLUDED && match && match.length > 1) {\n // Fix browsers whose `exec` methods don't consistently return `undefined`\n // for NPCG, like IE8. NOTE: This doesn' work for /(.?)?/\n nativeReplace.call(match[0], reCopy, function () {\n for (i = 1; i < arguments.length - 2; i++) {\n if (arguments[i] === undefined) match[i] = undefined;\n }\n });\n }\n\n return match;\n };\n}\n\nmodule.exports = patchedExec;\n","'use strict';\nvar $ = require('../internals/export');\nvar exec = require('../internals/regexp-exec');\n\n// `RegExp.prototype.exec` method\n// https://tc39.es/ecma262/#sec-regexp.prototype.exec\n$({ target: 'RegExp', proto: true, forced: /./.exec !== exec }, {\n exec: exec\n});\n","'use strict';\nvar redefine = require('../internals/redefine');\nvar anObject = require('../internals/an-object');\nvar fails = require('../internals/fails');\nvar flags = require('../internals/regexp-flags');\n\nvar TO_STRING = 'toString';\nvar RegExpPrototype = RegExp.prototype;\nvar nativeToString = RegExpPrototype[TO_STRING];\n\nvar NOT_GENERIC = fails(function () { return nativeToString.call({ source: 'a', flags: 'b' }) != '/a/b'; });\n// FF44- RegExp#toString has a wrong name\nvar INCORRECT_NAME = nativeToString.name != TO_STRING;\n\n// `RegExp.prototype.toString` method\n// https://tc39.es/ecma262/#sec-regexp.prototype.tostring\nif (NOT_GENERIC || INCORRECT_NAME) {\n redefine(RegExp.prototype, TO_STRING, function toString() {\n var R = anObject(this);\n var p = String(R.source);\n var rf = R.flags;\n var f = String(rf === undefined && R instanceof RegExp && !('flags' in RegExpPrototype) ? flags.call(R) : rf);\n return '/' + p + '/' + f;\n }, { unsafe: true });\n}\n","var classof = require('../internals/classof-raw');\n\n// `IsArray` abstract operation\n// https://tc39.es/ecma262/#sec-isarray\n// eslint-disable-next-line es/no-array-isarray -- safe\nmodule.exports = Array.isArray || function isArray(arg) {\n return classof(arg) == 'Array';\n};\n","'use strict';\nvar toPrimitive = require('../internals/to-primitive');\nvar definePropertyModule = require('../internals/object-define-property');\nvar createPropertyDescriptor = require('../internals/create-property-descriptor');\n\nmodule.exports = function (object, key, value) {\n var propertyKey = toPrimitive(key);\n if (propertyKey in object) definePropertyModule.f(object, propertyKey, createPropertyDescriptor(0, value));\n else object[propertyKey] = value;\n};\n","var isObject = require('../internals/is-object');\nvar isArray = require('../internals/is-array');\nvar wellKnownSymbol = require('../internals/well-known-symbol');\n\nvar SPECIES = wellKnownSymbol('species');\n\n// `ArraySpeciesCreate` abstract operation\n// https://tc39.es/ecma262/#sec-arrayspeciescreate\nmodule.exports = function (originalArray, length) {\n var C;\n if (isArray(originalArray)) {\n C = originalArray.constructor;\n // cross-realm fallback\n if (typeof C == 'function' && (C === Array || isArray(C.prototype))) C = undefined;\n else if (isObject(C)) {\n C = C[SPECIES];\n if (C === null) C = undefined;\n }\n } return new (C === undefined ? Array : C)(length === 0 ? 0 : length);\n};\n","var fails = require('../internals/fails');\nvar wellKnownSymbol = require('../internals/well-known-symbol');\nvar V8_VERSION = require('../internals/engine-v8-version');\n\nvar SPECIES = wellKnownSymbol('species');\n\nmodule.exports = function (METHOD_NAME) {\n // We can't use this feature detection in V8 since it causes\n // deoptimization and serious performance degradation\n // https://github.com/zloirock/core-js/issues/677\n return V8_VERSION >= 51 || !fails(function () {\n var array = [];\n var constructor = array.constructor = {};\n constructor[SPECIES] = function () {\n return { foo: 1 };\n };\n return array[METHOD_NAME](Boolean).foo !== 1;\n });\n};\n","'use strict';\nvar $ = require('../internals/export');\nvar fails = require('../internals/fails');\nvar isArray = require('../internals/is-array');\nvar isObject = require('../internals/is-object');\nvar toObject = require('../internals/to-object');\nvar toLength = require('../internals/to-length');\nvar createProperty = require('../internals/create-property');\nvar arraySpeciesCreate = require('../internals/array-species-create');\nvar arrayMethodHasSpeciesSupport = require('../internals/array-method-has-species-support');\nvar wellKnownSymbol = require('../internals/well-known-symbol');\nvar V8_VERSION = require('../internals/engine-v8-version');\n\nvar IS_CONCAT_SPREADABLE = wellKnownSymbol('isConcatSpreadable');\nvar MAX_SAFE_INTEGER = 0x1FFFFFFFFFFFFF;\nvar MAXIMUM_ALLOWED_INDEX_EXCEEDED = 'Maximum allowed index exceeded';\n\n// We can't use this feature detection in V8 since it causes\n// deoptimization and serious performance degradation\n// https://github.com/zloirock/core-js/issues/679\nvar IS_CONCAT_SPREADABLE_SUPPORT = V8_VERSION >= 51 || !fails(function () {\n var array = [];\n array[IS_CONCAT_SPREADABLE] = false;\n return array.concat()[0] !== array;\n});\n\nvar SPECIES_SUPPORT = arrayMethodHasSpeciesSupport('concat');\n\nvar isConcatSpreadable = function (O) {\n if (!isObject(O)) return false;\n var spreadable = O[IS_CONCAT_SPREADABLE];\n return spreadable !== undefined ? !!spreadable : isArray(O);\n};\n\nvar FORCED = !IS_CONCAT_SPREADABLE_SUPPORT || !SPECIES_SUPPORT;\n\n// `Array.prototype.concat` method\n// https://tc39.es/ecma262/#sec-array.prototype.concat\n// with adding support of @@isConcatSpreadable and @@species\n$({ target: 'Array', proto: true, forced: FORCED }, {\n // eslint-disable-next-line no-unused-vars -- required for `.length`\n concat: function concat(arg) {\n var O = toObject(this);\n var A = arraySpeciesCreate(O, 0);\n var n = 0;\n var i, k, length, len, E;\n for (i = -1, length = arguments.length; i < length; i++) {\n E = i === -1 ? O : arguments[i];\n if (isConcatSpreadable(E)) {\n len = toLength(E.length);\n if (n + len > MAX_SAFE_INTEGER) throw TypeError(MAXIMUM_ALLOWED_INDEX_EXCEEDED);\n for (k = 0; k < len; k++, n++) if (k in E) createProperty(A, n, E[k]);\n } else {\n if (n >= MAX_SAFE_INTEGER) throw TypeError(MAXIMUM_ALLOWED_INDEX_EXCEEDED);\n createProperty(A, n++, E);\n }\n }\n A.length = n;\n return A;\n }\n});\n","const debug = (\n typeof process === 'object' &&\n process.env &&\n process.env.NODE_DEBUG &&\n /\\bsemver\\b/i.test(process.env.NODE_DEBUG)\n) ? (...args) => console.error('SEMVER', ...args)\n : () => {}\n\nmodule.exports = debug\n","const { MAX_SAFE_COMPONENT_LENGTH } = require('./constants')\nconst debug = require('./debug')\nexports = module.exports = {}\n\n// The actual regexps go on exports.re\nconst re = exports.re = []\nconst src = exports.src = []\nconst t = exports.t = {}\nlet R = 0\n\nconst createToken = (name, value, isGlobal) => {\n const index = R++\n debug(index, value)\n t[name] = index\n src[index] = value\n re[index] = new RegExp(value, isGlobal ? 'g' : undefined)\n}\n\n// The following Regular Expressions can be used for tokenizing,\n// validating, and parsing SemVer version strings.\n\n// ## Numeric Identifier\n// A single `0`, or a non-zero digit followed by zero or more digits.\n\ncreateToken('NUMERICIDENTIFIER', '0|[1-9]\\\\d*')\ncreateToken('NUMERICIDENTIFIERLOOSE', '[0-9]+')\n\n// ## Non-numeric Identifier\n// Zero or more digits, followed by a letter or hyphen, and then zero or\n// more letters, digits, or hyphens.\n\ncreateToken('NONNUMERICIDENTIFIER', '\\\\d*[a-zA-Z-][a-zA-Z0-9-]*')\n\n// ## Main Version\n// Three dot-separated numeric identifiers.\n\ncreateToken('MAINVERSION', `(${src[t.NUMERICIDENTIFIER]})\\\\.` +\n `(${src[t.NUMERICIDENTIFIER]})\\\\.` +\n `(${src[t.NUMERICIDENTIFIER]})`)\n\ncreateToken('MAINVERSIONLOOSE', `(${src[t.NUMERICIDENTIFIERLOOSE]})\\\\.` +\n `(${src[t.NUMERICIDENTIFIERLOOSE]})\\\\.` +\n `(${src[t.NUMERICIDENTIFIERLOOSE]})`)\n\n// ## Pre-release Version Identifier\n// A numeric identifier, or a non-numeric identifier.\n\ncreateToken('PRERELEASEIDENTIFIER', `(?:${src[t.NUMERICIDENTIFIER]\n}|${src[t.NONNUMERICIDENTIFIER]})`)\n\ncreateToken('PRERELEASEIDENTIFIERLOOSE', `(?:${src[t.NUMERICIDENTIFIERLOOSE]\n}|${src[t.NONNUMERICIDENTIFIER]})`)\n\n// ## Pre-release Version\n// Hyphen, followed by one or more dot-separated pre-release version\n// identifiers.\n\ncreateToken('PRERELEASE', `(?:-(${src[t.PRERELEASEIDENTIFIER]\n}(?:\\\\.${src[t.PRERELEASEIDENTIFIER]})*))`)\n\ncreateToken('PRERELEASELOOSE', `(?:-?(${src[t.PRERELEASEIDENTIFIERLOOSE]\n}(?:\\\\.${src[t.PRERELEASEIDENTIFIERLOOSE]})*))`)\n\n// ## Build Metadata Identifier\n// Any combination of digits, letters, or hyphens.\n\ncreateToken('BUILDIDENTIFIER', '[0-9A-Za-z-]+')\n\n// ## Build Metadata\n// Plus sign, followed by one or more period-separated build metadata\n// identifiers.\n\ncreateToken('BUILD', `(?:\\\\+(${src[t.BUILDIDENTIFIER]\n}(?:\\\\.${src[t.BUILDIDENTIFIER]})*))`)\n\n// ## Full Version String\n// A main version, followed optionally by a pre-release version and\n// build metadata.\n\n// Note that the only major, minor, patch, and pre-release sections of\n// the version string are capturing groups. The build metadata is not a\n// capturing group, because it should not ever be used in version\n// comparison.\n\ncreateToken('FULLPLAIN', `v?${src[t.MAINVERSION]\n}${src[t.PRERELEASE]}?${\n src[t.BUILD]}?`)\n\ncreateToken('FULL', `^${src[t.FULLPLAIN]}$`)\n\n// like full, but allows v1.2.3 and =1.2.3, which people do sometimes.\n// also, 1.0.0alpha1 (prerelease without the hyphen) which is pretty\n// common in the npm registry.\ncreateToken('LOOSEPLAIN', `[v=\\\\s]*${src[t.MAINVERSIONLOOSE]\n}${src[t.PRERELEASELOOSE]}?${\n src[t.BUILD]}?`)\n\ncreateToken('LOOSE', `^${src[t.LOOSEPLAIN]}$`)\n\ncreateToken('GTLT', '((?:<|>)?=?)')\n\n// Something like \"2.*\" or \"1.2.x\".\n// Note that \"x.x\" is a valid xRange identifer, meaning \"any version\"\n// Only the first item is strictly required.\ncreateToken('XRANGEIDENTIFIERLOOSE', `${src[t.NUMERICIDENTIFIERLOOSE]}|x|X|\\\\*`)\ncreateToken('XRANGEIDENTIFIER', `${src[t.NUMERICIDENTIFIER]}|x|X|\\\\*`)\n\ncreateToken('XRANGEPLAIN', `[v=\\\\s]*(${src[t.XRANGEIDENTIFIER]})` +\n `(?:\\\\.(${src[t.XRANGEIDENTIFIER]})` +\n `(?:\\\\.(${src[t.XRANGEIDENTIFIER]})` +\n `(?:${src[t.PRERELEASE]})?${\n src[t.BUILD]}?` +\n `)?)?`)\n\ncreateToken('XRANGEPLAINLOOSE', `[v=\\\\s]*(${src[t.XRANGEIDENTIFIERLOOSE]})` +\n `(?:\\\\.(${src[t.XRANGEIDENTIFIERLOOSE]})` +\n `(?:\\\\.(${src[t.XRANGEIDENTIFIERLOOSE]})` +\n `(?:${src[t.PRERELEASELOOSE]})?${\n src[t.BUILD]}?` +\n `)?)?`)\n\ncreateToken('XRANGE', `^${src[t.GTLT]}\\\\s*${src[t.XRANGEPLAIN]}$`)\ncreateToken('XRANGELOOSE', `^${src[t.GTLT]}\\\\s*${src[t.XRANGEPLAINLOOSE]}$`)\n\n// Coercion.\n// Extract anything that could conceivably be a part of a valid semver\ncreateToken('COERCE', `${'(^|[^\\\\d])' +\n '(\\\\d{1,'}${MAX_SAFE_COMPONENT_LENGTH}})` +\n `(?:\\\\.(\\\\d{1,${MAX_SAFE_COMPONENT_LENGTH}}))?` +\n `(?:\\\\.(\\\\d{1,${MAX_SAFE_COMPONENT_LENGTH}}))?` +\n `(?:$|[^\\\\d])`)\ncreateToken('COERCERTL', src[t.COERCE], true)\n\n// Tilde ranges.\n// Meaning is \"reasonably at or greater than\"\ncreateToken('LONETILDE', '(?:~>?)')\n\ncreateToken('TILDETRIM', `(\\\\s*)${src[t.LONETILDE]}\\\\s+`, true)\nexports.tildeTrimReplace = '$1~'\n\ncreateToken('TILDE', `^${src[t.LONETILDE]}${src[t.XRANGEPLAIN]}$`)\ncreateToken('TILDELOOSE', `^${src[t.LONETILDE]}${src[t.XRANGEPLAINLOOSE]}$`)\n\n// Caret ranges.\n// Meaning is \"at least and backwards compatible with\"\ncreateToken('LONECARET', '(?:\\\\^)')\n\ncreateToken('CARETTRIM', `(\\\\s*)${src[t.LONECARET]}\\\\s+`, true)\nexports.caretTrimReplace = '$1^'\n\ncreateToken('CARET', `^${src[t.LONECARET]}${src[t.XRANGEPLAIN]}$`)\ncreateToken('CARETLOOSE', `^${src[t.LONECARET]}${src[t.XRANGEPLAINLOOSE]}$`)\n\n// A simple gt/lt/eq thing, or just \"\" to indicate \"any version\"\ncreateToken('COMPARATORLOOSE', `^${src[t.GTLT]}\\\\s*(${src[t.LOOSEPLAIN]})$|^$`)\ncreateToken('COMPARATOR', `^${src[t.GTLT]}\\\\s*(${src[t.FULLPLAIN]})$|^$`)\n\n// An expression to strip any whitespace between the gtlt and the thing\n// it modifies, so that `> 1.2.3` ==> `>1.2.3`\ncreateToken('COMPARATORTRIM', `(\\\\s*)${src[t.GTLT]\n}\\\\s*(${src[t.LOOSEPLAIN]}|${src[t.XRANGEPLAIN]})`, true)\nexports.comparatorTrimReplace = '$1$2$3'\n\n// Something like `1.2.3 - 1.2.4`\n// Note that these all use the loose form, because they'll be\n// checked against either the strict or loose comparator form\n// later.\ncreateToken('HYPHENRANGE', `^\\\\s*(${src[t.XRANGEPLAIN]})` +\n `\\\\s+-\\\\s+` +\n `(${src[t.XRANGEPLAIN]})` +\n `\\\\s*$`)\n\ncreateToken('HYPHENRANGELOOSE', `^\\\\s*(${src[t.XRANGEPLAINLOOSE]})` +\n `\\\\s+-\\\\s+` +\n `(${src[t.XRANGEPLAINLOOSE]})` +\n `\\\\s*$`)\n\n// Star ranges basically just allow anything at all.\ncreateToken('STAR', '(<|>)?=?\\\\s*\\\\*')\n// >=0.0.0 is like a star\ncreateToken('GTE0', '^\\\\s*>=\\\\s*0\\.0\\.0\\\\s*$')\ncreateToken('GTE0PRE', '^\\\\s*>=\\\\s*0\\.0\\.0-0\\\\s*$')\n","'use strict';\n// TODO: Remove from `core-js@4` since it's moved to entry points\nrequire('../modules/es.regexp.exec');\nvar redefine = require('../internals/redefine');\nvar fails = require('../internals/fails');\nvar wellKnownSymbol = require('../internals/well-known-symbol');\nvar createNonEnumerableProperty = require('../internals/create-non-enumerable-property');\n\nvar SPECIES = wellKnownSymbol('species');\n\nvar REPLACE_SUPPORTS_NAMED_GROUPS = !fails(function () {\n // #replace needs built-in support for named groups.\n // #match works fine because it just return the exec results, even if it has\n // a \"grops\" property.\n var re = /./;\n re.exec = function () {\n var result = [];\n result.groups = { a: '7' };\n return result;\n };\n return ''.replace(re, '$<a>') !== '7';\n});\n\n// IE <= 11 replaces $0 with the whole match, as if it was $&\n// https://stackoverflow.com/questions/6024666/getting-ie-to-replace-a-regex-with-the-literal-string-0\nvar REPLACE_KEEPS_$0 = (function () {\n // eslint-disable-next-line regexp/prefer-escape-replacement-dollar-char -- required for testing\n return 'a'.replace(/./, '$0') === '$0';\n})();\n\nvar REPLACE = wellKnownSymbol('replace');\n// Safari <= 13.0.3(?) substitutes nth capture where n>m with an empty string\nvar REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE = (function () {\n if (/./[REPLACE]) {\n return /./[REPLACE]('a', '$0') === '';\n }\n return false;\n})();\n\n// Chrome 51 has a buggy \"split\" implementation when RegExp#exec !== nativeExec\n// Weex JS has frozen built-in prototypes, so use try / catch wrapper\nvar SPLIT_WORKS_WITH_OVERWRITTEN_EXEC = !fails(function () {\n // eslint-disable-next-line regexp/no-empty-group -- required for testing\n var re = /(?:)/;\n var originalExec = re.exec;\n re.exec = function () { return originalExec.apply(this, arguments); };\n var result = 'ab'.split(re);\n return result.length !== 2 || result[0] !== 'a' || result[1] !== 'b';\n});\n\nmodule.exports = function (KEY, length, exec, sham) {\n var SYMBOL = wellKnownSymbol(KEY);\n\n var DELEGATES_TO_SYMBOL = !fails(function () {\n // String methods call symbol-named RegEp methods\n var O = {};\n O[SYMBOL] = function () { return 7; };\n return ''[KEY](O) != 7;\n });\n\n var DELEGATES_TO_EXEC = DELEGATES_TO_SYMBOL && !fails(function () {\n // Symbol-named RegExp methods call .exec\n var execCalled = false;\n var re = /a/;\n\n if (KEY === 'split') {\n // We can't use real regex here since it causes deoptimization\n // and serious performance degradation in V8\n // https://github.com/zloirock/core-js/issues/306\n re = {};\n // RegExp[@@split] doesn't call the regex's exec method, but first creates\n // a new one. We need to return the patched regex when creating the new one.\n re.constructor = {};\n re.constructor[SPECIES] = function () { return re; };\n re.flags = '';\n re[SYMBOL] = /./[SYMBOL];\n }\n\n re.exec = function () { execCalled = true; return null; };\n\n re[SYMBOL]('');\n return !execCalled;\n });\n\n if (\n !DELEGATES_TO_SYMBOL ||\n !DELEGATES_TO_EXEC ||\n (KEY === 'replace' && !(\n REPLACE_SUPPORTS_NAMED_GROUPS &&\n REPLACE_KEEPS_$0 &&\n !REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE\n )) ||\n (KEY === 'split' && !SPLIT_WORKS_WITH_OVERWRITTEN_EXEC)\n ) {\n var nativeRegExpMethod = /./[SYMBOL];\n var methods = exec(SYMBOL, ''[KEY], function (nativeMethod, regexp, str, arg2, forceStringMethod) {\n if (regexp.exec === RegExp.prototype.exec) {\n if (DELEGATES_TO_SYMBOL && !forceStringMethod) {\n // The native String method already delegates to @@method (this\n // polyfilled function), leasing to infinite recursion.\n // We avoid it by directly calling the native @@method method.\n return { done: true, value: nativeRegExpMethod.call(regexp, str, arg2) };\n }\n return { done: true, value: nativeMethod.call(str, regexp, arg2) };\n }\n return { done: false };\n }, {\n REPLACE_KEEPS_$0: REPLACE_KEEPS_$0,\n REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE: REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE\n });\n var stringMethod = methods[0];\n var regexMethod = methods[1];\n\n redefine(String.prototype, KEY, stringMethod);\n redefine(RegExp.prototype, SYMBOL, length == 2\n // 21.2.5.8 RegExp.prototype[@@replace](string, replaceValue)\n // 21.2.5.11 RegExp.prototype[@@split](string, limit)\n ? function (string, arg) { return regexMethod.call(string, this, arg); }\n // 21.2.5.6 RegExp.prototype[@@match](string)\n // 21.2.5.9 RegExp.prototype[@@search](string)\n : function (string) { return regexMethod.call(string, this); }\n );\n }\n\n if (sham) createNonEnumerableProperty(RegExp.prototype[SYMBOL], 'sham', true);\n};\n","var toInteger = require('../internals/to-integer');\nvar requireObjectCoercible = require('../internals/require-object-coercible');\n\n// `String.prototype.{ codePointAt, at }` methods implementation\nvar createMethod = function (CONVERT_TO_STRING) {\n return function ($this, pos) {\n var S = String(requireObjectCoercible($this));\n var position = toInteger(pos);\n var size = S.length;\n var first, second;\n if (position < 0 || position >= size) return CONVERT_TO_STRING ? '' : undefined;\n first = S.charCodeAt(position);\n return first < 0xD800 || first > 0xDBFF || position + 1 === size\n || (second = S.charCodeAt(position + 1)) < 0xDC00 || second > 0xDFFF\n ? CONVERT_TO_STRING ? S.charAt(position) : first\n : CONVERT_TO_STRING ? S.slice(position, position + 2) : (first - 0xD800 << 10) + (second - 0xDC00) + 0x10000;\n };\n};\n\nmodule.exports = {\n // `String.prototype.codePointAt` method\n // https://tc39.es/ecma262/#sec-string.prototype.codepointat\n codeAt: createMethod(false),\n // `String.prototype.at` method\n // https://github.com/mathiasbynens/String.prototype.at\n charAt: createMethod(true)\n};\n","'use strict';\nvar charAt = require('../internals/string-multibyte').charAt;\n\n// `AdvanceStringIndex` abstract operation\n// https://tc39.es/ecma262/#sec-advancestringindex\nmodule.exports = function (S, index, unicode) {\n return index + (unicode ? charAt(S, index).length : 1);\n};\n","var classof = require('./classof-raw');\nvar regexpExec = require('./regexp-exec');\n\n// `RegExpExec` abstract operation\n// https://tc39.es/ecma262/#sec-regexpexec\nmodule.exports = function (R, S) {\n var exec = R.exec;\n if (typeof exec === 'function') {\n var result = exec.call(R, S);\n if (typeof result !== 'object') {\n throw TypeError('RegExp exec method returned something other than an Object or null');\n }\n return result;\n }\n\n if (classof(R) !== 'RegExp') {\n throw TypeError('RegExp#exec called on incompatible receiver');\n }\n\n return regexpExec.call(R, S);\n};\n\n","'use strict';\nvar fixRegExpWellKnownSymbolLogic = require('../internals/fix-regexp-well-known-symbol-logic');\nvar anObject = require('../internals/an-object');\nvar toLength = require('../internals/to-length');\nvar requireObjectCoercible = require('../internals/require-object-coercible');\nvar advanceStringIndex = require('../internals/advance-string-index');\nvar regExpExec = require('../internals/regexp-exec-abstract');\n\n// @@match logic\nfixRegExpWellKnownSymbolLogic('match', 1, function (MATCH, nativeMatch, maybeCallNative) {\n return [\n // `String.prototype.match` method\n // https://tc39.es/ecma262/#sec-string.prototype.match\n function match(regexp) {\n var O = requireObjectCoercible(this);\n var matcher = regexp == undefined ? undefined : regexp[MATCH];\n return matcher !== undefined ? matcher.call(regexp, O) : new RegExp(regexp)[MATCH](String(O));\n },\n // `RegExp.prototype[@@match]` method\n // https://tc39.es/ecma262/#sec-regexp.prototype-@@match\n function (regexp) {\n var res = maybeCallNative(nativeMatch, regexp, this);\n if (res.done) return res.value;\n\n var rx = anObject(regexp);\n var S = String(this);\n\n if (!rx.global) return regExpExec(rx, S);\n\n var fullUnicode = rx.unicode;\n rx.lastIndex = 0;\n var A = [];\n var n = 0;\n var result;\n while ((result = regExpExec(rx, S)) !== null) {\n var matchStr = String(result[0]);\n A[n] = matchStr;\n if (matchStr === '') rx.lastIndex = advanceStringIndex(S, toLength(rx.lastIndex), fullUnicode);\n n++;\n }\n return n === 0 ? null : A;\n }\n ];\n});\n","var fails = require('../internals/fails');\nvar whitespaces = require('../internals/whitespaces');\n\nvar non = '\\u200B\\u0085\\u180E';\n\n// check that a method works with the correct list\n// of whitespaces and has a correct name\nmodule.exports = function (METHOD_NAME) {\n return fails(function () {\n return !!whitespaces[METHOD_NAME]() || non[METHOD_NAME]() != non || whitespaces[METHOD_NAME].name !== METHOD_NAME;\n });\n};\n","'use strict';\nvar $ = require('../internals/export');\nvar $trim = require('../internals/string-trim').trim;\nvar forcedStringTrimMethod = require('../internals/string-trim-forced');\n\n// `String.prototype.trim` method\n// https://tc39.es/ecma262/#sec-string.prototype.trim\n$({ target: 'String', proto: true, forced: forcedStringTrimMethod('trim') }, {\n trim: function trim() {\n return $trim(this);\n }\n});\n","module.exports = function (it) {\n if (typeof it != 'function') {\n throw TypeError(String(it) + ' is not a function');\n } return it;\n};\n","var aFunction = require('../internals/a-function');\n\n// optional / simple context binding\nmodule.exports = function (fn, that, length) {\n aFunction(fn);\n if (that === undefined) return fn;\n switch (length) {\n case 0: return function () {\n return fn.call(that);\n };\n case 1: return function (a) {\n return fn.call(that, a);\n };\n case 2: return function (a, b) {\n return fn.call(that, a, b);\n };\n case 3: return function (a, b, c) {\n return fn.call(that, a, b, c);\n };\n }\n return function (/* ...args */) {\n return fn.apply(that, arguments);\n };\n};\n","var bind = require('../internals/function-bind-context');\nvar IndexedObject = require('../internals/indexed-object');\nvar toObject = require('../internals/to-object');\nvar toLength = require('../internals/to-length');\nvar arraySpeciesCreate = require('../internals/array-species-create');\n\nvar push = [].push;\n\n// `Array.prototype.{ forEach, map, filter, some, every, find, findIndex, filterOut }` methods implementation\nvar createMethod = function (TYPE) {\n var IS_MAP = TYPE == 1;\n var IS_FILTER = TYPE == 2;\n var IS_SOME = TYPE == 3;\n var IS_EVERY = TYPE == 4;\n var IS_FIND_INDEX = TYPE == 6;\n var IS_FILTER_OUT = TYPE == 7;\n var NO_HOLES = TYPE == 5 || IS_FIND_INDEX;\n return function ($this, callbackfn, that, specificCreate) {\n var O = toObject($this);\n var self = IndexedObject(O);\n var boundFunction = bind(callbackfn, that, 3);\n var length = toLength(self.length);\n var index = 0;\n var create = specificCreate || arraySpeciesCreate;\n var target = IS_MAP ? create($this, length) : IS_FILTER || IS_FILTER_OUT ? create($this, 0) : undefined;\n var value, result;\n for (;length > index; index++) if (NO_HOLES || index in self) {\n value = self[index];\n result = boundFunction(value, index, O);\n if (TYPE) {\n if (IS_MAP) target[index] = result; // map\n else if (result) switch (TYPE) {\n case 3: return true; // some\n case 5: return value; // find\n case 6: return index; // findIndex\n case 2: push.call(target, value); // filter\n } else switch (TYPE) {\n case 4: return false; // every\n case 7: push.call(target, value); // filterOut\n }\n }\n }\n return IS_FIND_INDEX ? -1 : IS_SOME || IS_EVERY ? IS_EVERY : target;\n };\n};\n\nmodule.exports = {\n // `Array.prototype.forEach` method\n // https://tc39.es/ecma262/#sec-array.prototype.foreach\n forEach: createMethod(0),\n // `Array.prototype.map` method\n // https://tc39.es/ecma262/#sec-array.prototype.map\n map: createMethod(1),\n // `Array.prototype.filter` method\n // https://tc39.es/ecma262/#sec-array.prototype.filter\n filter: createMethod(2),\n // `Array.prototype.some` method\n // https://tc39.es/ecma262/#sec-array.prototype.some\n some: createMethod(3),\n // `Array.prototype.every` method\n // https://tc39.es/ecma262/#sec-array.prototype.every\n every: createMethod(4),\n // `Array.prototype.find` method\n // https://tc39.es/ecma262/#sec-array.prototype.find\n find: createMethod(5),\n // `Array.prototype.findIndex` method\n // https://tc39.es/ecma262/#sec-array.prototype.findIndex\n findIndex: createMethod(6),\n // `Array.prototype.filterOut` method\n // https://github.com/tc39/proposal-array-filtering\n filterOut: createMethod(7)\n};\n","'use strict';\nvar $ = require('../internals/export');\nvar $map = require('../internals/array-iteration').map;\nvar arrayMethodHasSpeciesSupport = require('../internals/array-method-has-species-support');\n\nvar HAS_SPECIES_SUPPORT = arrayMethodHasSpeciesSupport('map');\n\n// `Array.prototype.map` method\n// https://tc39.es/ecma262/#sec-array.prototype.map\n// with adding support of @@species\n$({ target: 'Array', proto: true, forced: !HAS_SPECIES_SUPPORT }, {\n map: function map(callbackfn /* , thisArg */) {\n return $map(this, callbackfn, arguments.length > 1 ? arguments[1] : undefined);\n }\n});\n","var anObject = require('../internals/an-object');\nvar aFunction = require('../internals/a-function');\nvar wellKnownSymbol = require('../internals/well-known-symbol');\n\nvar SPECIES = wellKnownSymbol('species');\n\n// `SpeciesConstructor` abstract operation\n// https://tc39.es/ecma262/#sec-speciesconstructor\nmodule.exports = function (O, defaultConstructor) {\n var C = anObject(O).constructor;\n var S;\n return C === undefined || (S = anObject(C)[SPECIES]) == undefined ? defaultConstructor : aFunction(S);\n};\n","'use strict';\nvar fixRegExpWellKnownSymbolLogic = require('../internals/fix-regexp-well-known-symbol-logic');\nvar isRegExp = require('../internals/is-regexp');\nvar anObject = require('../internals/an-object');\nvar requireObjectCoercible = require('../internals/require-object-coercible');\nvar speciesConstructor = require('../internals/species-constructor');\nvar advanceStringIndex = require('../internals/advance-string-index');\nvar toLength = require('../internals/to-length');\nvar callRegExpExec = require('../internals/regexp-exec-abstract');\nvar regexpExec = require('../internals/regexp-exec');\nvar stickyHelpers = require('../internals/regexp-sticky-helpers');\n\nvar UNSUPPORTED_Y = stickyHelpers.UNSUPPORTED_Y;\nvar arrayPush = [].push;\nvar min = Math.min;\nvar MAX_UINT32 = 0xFFFFFFFF;\n\n// @@split logic\nfixRegExpWellKnownSymbolLogic('split', 2, function (SPLIT, nativeSplit, maybeCallNative) {\n var internalSplit;\n if (\n 'abbc'.split(/(b)*/)[1] == 'c' ||\n // eslint-disable-next-line regexp/no-empty-group -- required for testing\n 'test'.split(/(?:)/, -1).length != 4 ||\n 'ab'.split(/(?:ab)*/).length != 2 ||\n '.'.split(/(.?)(.?)/).length != 4 ||\n // eslint-disable-next-line regexp/no-assertion-capturing-group, regexp/no-empty-group -- required for testing\n '.'.split(/()()/).length > 1 ||\n ''.split(/.?/).length\n ) {\n // based on es5-shim implementation, need to rework it\n internalSplit = function (separator, limit) {\n var string = String(requireObjectCoercible(this));\n var lim = limit === undefined ? MAX_UINT32 : limit >>> 0;\n if (lim === 0) return [];\n if (separator === undefined) return [string];\n // If `separator` is not a regex, use native split\n if (!isRegExp(separator)) {\n return nativeSplit.call(string, separator, lim);\n }\n var output = [];\n var flags = (separator.ignoreCase ? 'i' : '') +\n (separator.multiline ? 'm' : '') +\n (separator.unicode ? 'u' : '') +\n (separator.sticky ? 'y' : '');\n var lastLastIndex = 0;\n // Make `global` and avoid `lastIndex` issues by working with a copy\n var separatorCopy = new RegExp(separator.source, flags + 'g');\n var match, lastIndex, lastLength;\n while (match = regexpExec.call(separatorCopy, string)) {\n lastIndex = separatorCopy.lastIndex;\n if (lastIndex > lastLastIndex) {\n output.push(string.slice(lastLastIndex, match.index));\n if (match.length > 1 && match.index < string.length) arrayPush.apply(output, match.slice(1));\n lastLength = match[0].length;\n lastLastIndex = lastIndex;\n if (output.length >= lim) break;\n }\n if (separatorCopy.lastIndex === match.index) separatorCopy.lastIndex++; // Avoid an infinite loop\n }\n if (lastLastIndex === string.length) {\n if (lastLength || !separatorCopy.test('')) output.push('');\n } else output.push(string.slice(lastLastIndex));\n return output.length > lim ? output.slice(0, lim) : output;\n };\n // Chakra, V8\n } else if ('0'.split(undefined, 0).length) {\n internalSplit = function (separator, limit) {\n return separator === undefined && limit === 0 ? [] : nativeSplit.call(this, separator, limit);\n };\n } else internalSplit = nativeSplit;\n\n return [\n // `String.prototype.split` method\n // https://tc39.es/ecma262/#sec-string.prototype.split\n function split(separator, limit) {\n var O = requireObjectCoercible(this);\n var splitter = separator == undefined ? undefined : separator[SPLIT];\n return splitter !== undefined\n ? splitter.call(separator, O, limit)\n : internalSplit.call(String(O), separator, limit);\n },\n // `RegExp.prototype[@@split]` method\n // https://tc39.es/ecma262/#sec-regexp.prototype-@@split\n //\n // NOTE: This cannot be properly polyfilled in engines that don't support\n // the 'y' flag.\n function (regexp, limit) {\n var res = maybeCallNative(internalSplit, regexp, this, limit, internalSplit !== nativeSplit);\n if (res.done) return res.value;\n\n var rx = anObject(regexp);\n var S = String(this);\n var C = speciesConstructor(rx, RegExp);\n\n var unicodeMatching = rx.unicode;\n var flags = (rx.ignoreCase ? 'i' : '') +\n (rx.multiline ? 'm' : '') +\n (rx.unicode ? 'u' : '') +\n (UNSUPPORTED_Y ? 'g' : 'y');\n\n // ^(? + rx + ) is needed, in combination with some S slicing, to\n // simulate the 'y' flag.\n var splitter = new C(UNSUPPORTED_Y ? '^(?:' + rx.source + ')' : rx, flags);\n var lim = limit === undefined ? MAX_UINT32 : limit >>> 0;\n if (lim === 0) return [];\n if (S.length === 0) return callRegExpExec(splitter, S) === null ? [S] : [];\n var p = 0;\n var q = 0;\n var A = [];\n while (q < S.length) {\n splitter.lastIndex = UNSUPPORTED_Y ? 0 : q;\n var z = callRegExpExec(splitter, UNSUPPORTED_Y ? S.slice(q) : S);\n var e;\n if (\n z === null ||\n (e = min(toLength(splitter.lastIndex + (UNSUPPORTED_Y ? q : 0)), S.length)) === p\n ) {\n q = advanceStringIndex(S, q, unicodeMatching);\n } else {\n A.push(S.slice(p, q));\n if (A.length === lim) return A;\n for (var i = 1; i <= z.length - 1; i++) {\n A.push(z[i]);\n if (A.length === lim) return A;\n }\n q = p = e;\n }\n }\n A.push(S.slice(p));\n return A;\n }\n ];\n}, UNSUPPORTED_Y);\n","'use strict';\nvar fails = require('../internals/fails');\n\nmodule.exports = function (METHOD_NAME, argument) {\n var method = [][METHOD_NAME];\n return !!method && fails(function () {\n // eslint-disable-next-line no-useless-call,no-throw-literal -- required for testing\n method.call(null, argument || function () { throw 1; }, 1);\n });\n};\n","'use strict';\nvar $ = require('../internals/export');\nvar IndexedObject = require('../internals/indexed-object');\nvar toIndexedObject = require('../internals/to-indexed-object');\nvar arrayMethodIsStrict = require('../internals/array-method-is-strict');\n\nvar nativeJoin = [].join;\n\nvar ES3_STRINGS = IndexedObject != Object;\nvar STRICT_METHOD = arrayMethodIsStrict('join', ',');\n\n// `Array.prototype.join` method\n// https://tc39.es/ecma262/#sec-array.prototype.join\n$({ target: 'Array', proto: true, forced: ES3_STRINGS || !STRICT_METHOD }, {\n join: function join(separator) {\n return nativeJoin.call(toIndexedObject(this), separator === undefined ? ',' : separator);\n }\n});\n","'use strict';\nvar $ = require('../internals/export');\nvar $filter = require('../internals/array-iteration').filter;\nvar arrayMethodHasSpeciesSupport = require('../internals/array-method-has-species-support');\n\nvar HAS_SPECIES_SUPPORT = arrayMethodHasSpeciesSupport('filter');\n\n// `Array.prototype.filter` method\n// https://tc39.es/ecma262/#sec-array.prototype.filter\n// with adding support of @@species\n$({ target: 'Array', proto: true, forced: !HAS_SPECIES_SUPPORT }, {\n filter: function filter(callbackfn /* , thisArg */) {\n return $filter(this, callbackfn, arguments.length > 1 ? arguments[1] : undefined);\n }\n});\n","// parse out just the options we care about so we always get a consistent\n// obj with keys in a consistent order.\nconst opts = ['includePrerelease', 'loose', 'rtl']\nconst parseOptions = options =>\n !options ? {}\n : typeof options !== 'object' ? { loose: true }\n : opts.filter(k => options[k]).reduce((options, k) => {\n options[k] = true\n return options\n }, {})\nmodule.exports = parseOptions\n","const numeric = /^[0-9]+$/\nconst compareIdentifiers = (a, b) => {\n const anum = numeric.test(a)\n const bnum = numeric.test(b)\n\n if (anum && bnum) {\n a = +a\n b = +b\n }\n\n return a === b ? 0\n : (anum && !bnum) ? -1\n : (bnum && !anum) ? 1\n : a < b ? -1\n : 1\n}\n\nconst rcompareIdentifiers = (a, b) => compareIdentifiers(b, a)\n\nmodule.exports = {\n compareIdentifiers,\n rcompareIdentifiers\n}\n","const debug = require('../internal/debug')\nconst { MAX_LENGTH, MAX_SAFE_INTEGER } = require('../internal/constants')\nconst { re, t } = require('../internal/re')\n\nconst parseOptions = require('../internal/parse-options')\nconst { compareIdentifiers } = require('../internal/identifiers')\nclass SemVer {\n constructor (version, options) {\n options = parseOptions(options)\n\n if (version instanceof SemVer) {\n if (version.loose === !!options.loose &&\n version.includePrerelease === !!options.includePrerelease) {\n return version\n } else {\n version = version.version\n }\n } else if (typeof version !== 'string') {\n throw new TypeError(`Invalid Version: ${version}`)\n }\n\n if (version.length > MAX_LENGTH) {\n throw new TypeError(\n `version is longer than ${MAX_LENGTH} characters`\n )\n }\n\n debug('SemVer', version, options)\n this.options = options\n this.loose = !!options.loose\n // this isn't actually relevant for versions, but keep it so that we\n // don't run into trouble passing this.options around.\n this.includePrerelease = !!options.includePrerelease\n\n const m = version.trim().match(options.loose ? re[t.LOOSE] : re[t.FULL])\n\n if (!m) {\n throw new TypeError(`Invalid Version: ${version}`)\n }\n\n this.raw = version\n\n // these are actually numbers\n this.major = +m[1]\n this.minor = +m[2]\n this.patch = +m[3]\n\n if (this.major > MAX_SAFE_INTEGER || this.major < 0) {\n throw new TypeError('Invalid major version')\n }\n\n if (this.minor > MAX_SAFE_INTEGER || this.minor < 0) {\n throw new TypeError('Invalid minor version')\n }\n\n if (this.patch > MAX_SAFE_INTEGER || this.patch < 0) {\n throw new TypeError('Invalid patch version')\n }\n\n // numberify any prerelease numeric ids\n if (!m[4]) {\n this.prerelease = []\n } else {\n this.prerelease = m[4].split('.').map((id) => {\n if (/^[0-9]+$/.test(id)) {\n const num = +id\n if (num >= 0 && num < MAX_SAFE_INTEGER) {\n return num\n }\n }\n return id\n })\n }\n\n this.build = m[5] ? m[5].split('.') : []\n this.format()\n }\n\n format () {\n this.version = `${this.major}.${this.minor}.${this.patch}`\n if (this.prerelease.length) {\n this.version += `-${this.prerelease.join('.')}`\n }\n return this.version\n }\n\n toString () {\n return this.version\n }\n\n compare (other) {\n debug('SemVer.compare', this.version, this.options, other)\n if (!(other instanceof SemVer)) {\n if (typeof other === 'string' && other === this.version) {\n return 0\n }\n other = new SemVer(other, this.options)\n }\n\n if (other.version === this.version) {\n return 0\n }\n\n return this.compareMain(other) || this.comparePre(other)\n }\n\n compareMain (other) {\n if (!(other instanceof SemVer)) {\n other = new SemVer(other, this.options)\n }\n\n return (\n compareIdentifiers(this.major, other.major) ||\n compareIdentifiers(this.minor, other.minor) ||\n compareIdentifiers(this.patch, other.patch)\n )\n }\n\n comparePre (other) {\n if (!(other instanceof SemVer)) {\n other = new SemVer(other, this.options)\n }\n\n // NOT having a prerelease is > having one\n if (this.prerelease.length && !other.prerelease.length) {\n return -1\n } else if (!this.prerelease.length && other.prerelease.length) {\n return 1\n } else if (!this.prerelease.length && !other.prerelease.length) {\n return 0\n }\n\n let i = 0\n do {\n const a = this.prerelease[i]\n const b = other.prerelease[i]\n debug('prerelease compare', i, a, b)\n if (a === undefined && b === undefined) {\n return 0\n } else if (b === undefined) {\n return 1\n } else if (a === undefined) {\n return -1\n } else if (a === b) {\n continue\n } else {\n return compareIdentifiers(a, b)\n }\n } while (++i)\n }\n\n compareBuild (other) {\n if (!(other instanceof SemVer)) {\n other = new SemVer(other, this.options)\n }\n\n let i = 0\n do {\n const a = this.build[i]\n const b = other.build[i]\n debug('prerelease compare', i, a, b)\n if (a === undefined && b === undefined) {\n return 0\n } else if (b === undefined) {\n return 1\n } else if (a === undefined) {\n return -1\n } else if (a === b) {\n continue\n } else {\n return compareIdentifiers(a, b)\n }\n } while (++i)\n }\n\n // preminor will bump the version up to the next minor release, and immediately\n // down to pre-release. premajor and prepatch work the same way.\n inc (release, identifier) {\n switch (release) {\n case 'premajor':\n this.prerelease.length = 0\n this.patch = 0\n this.minor = 0\n this.major++\n this.inc('pre', identifier)\n break\n case 'preminor':\n this.prerelease.length = 0\n this.patch = 0\n this.minor++\n this.inc('pre', identifier)\n break\n case 'prepatch':\n // If this is already a prerelease, it will bump to the next version\n // drop any prereleases that might already exist, since they are not\n // relevant at this point.\n this.prerelease.length = 0\n this.inc('patch', identifier)\n this.inc('pre', identifier)\n break\n // If the input is a non-prerelease version, this acts the same as\n // prepatch.\n case 'prerelease':\n if (this.prerelease.length === 0) {\n this.inc('patch', identifier)\n }\n this.inc('pre', identifier)\n break\n\n case 'major':\n // If this is a pre-major version, bump up to the same major version.\n // Otherwise increment major.\n // 1.0.0-5 bumps to 1.0.0\n // 1.1.0 bumps to 2.0.0\n if (\n this.minor !== 0 ||\n this.patch !== 0 ||\n this.prerelease.length === 0\n ) {\n this.major++\n }\n this.minor = 0\n this.patch = 0\n this.prerelease = []\n break\n case 'minor':\n // If this is a pre-minor version, bump up to the same minor version.\n // Otherwise increment minor.\n // 1.2.0-5 bumps to 1.2.0\n // 1.2.1 bumps to 1.3.0\n if (this.patch !== 0 || this.prerelease.length === 0) {\n this.minor++\n }\n this.patch = 0\n this.prerelease = []\n break\n case 'patch':\n // If this is not a pre-release version, it will increment the patch.\n // If it is a pre-release it will bump up to the same patch version.\n // 1.2.0-5 patches to 1.2.0\n // 1.2.0 patches to 1.2.1\n if (this.prerelease.length === 0) {\n this.patch++\n }\n this.prerelease = []\n break\n // This probably shouldn't be used publicly.\n // 1.0.0 'pre' would become 1.0.0-0 which is the wrong direction.\n case 'pre':\n if (this.prerelease.length === 0) {\n this.prerelease = [0]\n } else {\n let i = this.prerelease.length\n while (--i >= 0) {\n if (typeof this.prerelease[i] === 'number') {\n this.prerelease[i]++\n i = -2\n }\n }\n if (i === -1) {\n // didn't increment anything\n this.prerelease.push(0)\n }\n }\n if (identifier) {\n // 1.2.0-beta.1 bumps to 1.2.0-beta.2,\n // 1.2.0-beta.fooblz or 1.2.0-beta bumps to 1.2.0-beta.0\n if (this.prerelease[0] === identifier) {\n if (isNaN(this.prerelease[1])) {\n this.prerelease = [identifier, 0]\n }\n } else {\n this.prerelease = [identifier, 0]\n }\n }\n break\n\n default:\n throw new Error(`invalid increment argument: ${release}`)\n }\n this.format()\n this.raw = this.version\n return this\n }\n}\n\nmodule.exports = SemVer\n","const {MAX_LENGTH} = require('../internal/constants')\nconst { re, t } = require('../internal/re')\nconst SemVer = require('../classes/semver')\n\nconst parseOptions = require('../internal/parse-options')\nconst parse = (version, options) => {\n options = parseOptions(options)\n\n if (version instanceof SemVer) {\n return version\n }\n\n if (typeof version !== 'string') {\n return null\n }\n\n if (version.length > MAX_LENGTH) {\n return null\n }\n\n const r = options.loose ? re[t.LOOSE] : re[t.FULL]\n if (!r.test(version)) {\n return null\n }\n\n try {\n return new SemVer(version, options)\n } catch (er) {\n return null\n }\n}\n\nmodule.exports = parse\n","const parse = require('./parse')\nconst valid = (version, options) => {\n const v = parse(version, options)\n return v ? v.version : null\n}\nmodule.exports = valid\n","const SemVer = require('../classes/semver')\nconst major = (a, loose) => new SemVer(a, loose).major\nmodule.exports = major\n","var wellKnownSymbol = require('../internals/well-known-symbol');\nvar create = require('../internals/object-create');\nvar definePropertyModule = require('../internals/object-define-property');\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 definePropertyModule.f(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","'use strict';\nvar fails = require('../internals/fails');\nvar getPrototypeOf = require('../internals/object-get-prototype-of');\nvar createNonEnumerableProperty = require('../internals/create-non-enumerable-property');\nvar has = require('../internals/has');\nvar wellKnownSymbol = require('../internals/well-known-symbol');\nvar IS_PURE = require('../internals/is-pure');\n\nvar ITERATOR = wellKnownSymbol('iterator');\nvar BUGGY_SAFARI_ITERATORS = false;\n\nvar returnThis = function () { return this; };\n\n// `%IteratorPrototype%` object\n// https://tc39.es/ecma262/#sec-%iteratorprototype%-object\nvar IteratorPrototype, PrototypeOfArrayIteratorPrototype, arrayIterator;\n\n/* eslint-disable es/no-array-prototype-keys -- safe */\nif ([].keys) {\n arrayIterator = [].keys();\n // Safari 8 has buggy iterators w/o `next`\n if (!('next' in arrayIterator)) BUGGY_SAFARI_ITERATORS = true;\n else {\n PrototypeOfArrayIteratorPrototype = getPrototypeOf(getPrototypeOf(arrayIterator));\n if (PrototypeOfArrayIteratorPrototype !== Object.prototype) IteratorPrototype = PrototypeOfArrayIteratorPrototype;\n }\n}\n\nvar NEW_ITERATOR_PROTOTYPE = IteratorPrototype == undefined || fails(function () {\n var test = {};\n // FF44- legacy iterators case\n return IteratorPrototype[ITERATOR].call(test) !== test;\n});\n\nif (NEW_ITERATOR_PROTOTYPE) IteratorPrototype = {};\n\n// 25.1.2.1.1 %IteratorPrototype%[@@iterator]()\nif ((!IS_PURE || NEW_ITERATOR_PROTOTYPE) && !has(IteratorPrototype, ITERATOR)) {\n createNonEnumerableProperty(IteratorPrototype, ITERATOR, returnThis);\n}\n\nmodule.exports = {\n IteratorPrototype: IteratorPrototype,\n BUGGY_SAFARI_ITERATORS: BUGGY_SAFARI_ITERATORS\n};\n","module.exports = {};\n","var fails = require('../internals/fails');\n\nmodule.exports = !fails(function () {\n function F() { /* empty */ }\n F.prototype.constructor = null;\n // eslint-disable-next-line es/no-object-getprototypeof -- required for testing\n return Object.getPrototypeOf(new F()) !== F.prototype;\n});\n","var has = require('../internals/has');\nvar toObject = require('../internals/to-object');\nvar sharedKey = require('../internals/shared-key');\nvar CORRECT_PROTOTYPE_GETTER = require('../internals/correct-prototype-getter');\n\nvar IE_PROTO = sharedKey('IE_PROTO');\nvar ObjectPrototype = Object.prototype;\n\n// `Object.getPrototypeOf` method\n// https://tc39.es/ecma262/#sec-object.getprototypeof\n// eslint-disable-next-line es/no-object-getprototypeof -- safe\nmodule.exports = CORRECT_PROTOTYPE_GETTER ? Object.getPrototypeOf : function (O) {\n O = toObject(O);\n if (has(O, IE_PROTO)) return O[IE_PROTO];\n if (typeof O.constructor == 'function' && O instanceof O.constructor) {\n return O.constructor.prototype;\n } return O instanceof Object ? ObjectPrototype : null;\n};\n","var defineProperty = require('../internals/object-define-property').f;\nvar has = require('../internals/has');\nvar wellKnownSymbol = require('../internals/well-known-symbol');\n\nvar TO_STRING_TAG = wellKnownSymbol('toStringTag');\n\nmodule.exports = function (it, TAG, STATIC) {\n if (it && !has(it = STATIC ? it : it.prototype, TO_STRING_TAG)) {\n defineProperty(it, TO_STRING_TAG, { configurable: true, value: TAG });\n }\n};\n","'use strict';\nvar IteratorPrototype = require('../internals/iterators-core').IteratorPrototype;\nvar create = require('../internals/object-create');\nvar createPropertyDescriptor = require('../internals/create-property-descriptor');\nvar setToStringTag = require('../internals/set-to-string-tag');\nvar Iterators = require('../internals/iterators');\n\nvar returnThis = function () { return this; };\n\nmodule.exports = function (IteratorConstructor, NAME, next) {\n var TO_STRING_TAG = NAME + ' Iterator';\n IteratorConstructor.prototype = create(IteratorPrototype, { next: createPropertyDescriptor(1, next) });\n setToStringTag(IteratorConstructor, TO_STRING_TAG, false, true);\n Iterators[TO_STRING_TAG] = returnThis;\n return IteratorConstructor;\n};\n","'use strict';\nvar $ = require('../internals/export');\nvar createIteratorConstructor = require('../internals/create-iterator-constructor');\nvar getPrototypeOf = require('../internals/object-get-prototype-of');\nvar setPrototypeOf = require('../internals/object-set-prototype-of');\nvar setToStringTag = require('../internals/set-to-string-tag');\nvar createNonEnumerableProperty = require('../internals/create-non-enumerable-property');\nvar redefine = require('../internals/redefine');\nvar wellKnownSymbol = require('../internals/well-known-symbol');\nvar IS_PURE = require('../internals/is-pure');\nvar Iterators = require('../internals/iterators');\nvar IteratorsCore = require('../internals/iterators-core');\n\nvar IteratorPrototype = IteratorsCore.IteratorPrototype;\nvar BUGGY_SAFARI_ITERATORS = IteratorsCore.BUGGY_SAFARI_ITERATORS;\nvar ITERATOR = wellKnownSymbol('iterator');\nvar KEYS = 'keys';\nvar VALUES = 'values';\nvar ENTRIES = 'entries';\n\nvar returnThis = function () { return this; };\n\nmodule.exports = function (Iterable, NAME, IteratorConstructor, next, DEFAULT, IS_SET, FORCED) {\n createIteratorConstructor(IteratorConstructor, NAME, next);\n\n var getIterationMethod = function (KIND) {\n if (KIND === DEFAULT && defaultIterator) return defaultIterator;\n if (!BUGGY_SAFARI_ITERATORS && KIND in IterablePrototype) return IterablePrototype[KIND];\n switch (KIND) {\n case KEYS: return function keys() { return new IteratorConstructor(this, KIND); };\n case VALUES: return function values() { return new IteratorConstructor(this, KIND); };\n case ENTRIES: return function entries() { return new IteratorConstructor(this, KIND); };\n } return function () { return new IteratorConstructor(this); };\n };\n\n var TO_STRING_TAG = NAME + ' Iterator';\n var INCORRECT_VALUES_NAME = false;\n var IterablePrototype = Iterable.prototype;\n var nativeIterator = IterablePrototype[ITERATOR]\n || IterablePrototype['@@iterator']\n || DEFAULT && IterablePrototype[DEFAULT];\n var defaultIterator = !BUGGY_SAFARI_ITERATORS && nativeIterator || getIterationMethod(DEFAULT);\n var anyNativeIterator = NAME == 'Array' ? IterablePrototype.entries || nativeIterator : nativeIterator;\n var CurrentIteratorPrototype, methods, KEY;\n\n // fix native\n if (anyNativeIterator) {\n CurrentIteratorPrototype = getPrototypeOf(anyNativeIterator.call(new Iterable()));\n if (IteratorPrototype !== Object.prototype && CurrentIteratorPrototype.next) {\n if (!IS_PURE && getPrototypeOf(CurrentIteratorPrototype) !== IteratorPrototype) {\n if (setPrototypeOf) {\n setPrototypeOf(CurrentIteratorPrototype, IteratorPrototype);\n } else if (typeof CurrentIteratorPrototype[ITERATOR] != 'function') {\n createNonEnumerableProperty(CurrentIteratorPrototype, ITERATOR, returnThis);\n }\n }\n // Set @@toStringTag to native iterators\n setToStringTag(CurrentIteratorPrototype, TO_STRING_TAG, true, true);\n if (IS_PURE) Iterators[TO_STRING_TAG] = returnThis;\n }\n }\n\n // fix Array#{values, @@iterator}.name in V8 / FF\n if (DEFAULT == VALUES && nativeIterator && nativeIterator.name !== VALUES) {\n INCORRECT_VALUES_NAME = true;\n defaultIterator = function values() { return nativeIterator.call(this); };\n }\n\n // define iterator\n if ((!IS_PURE || FORCED) && IterablePrototype[ITERATOR] !== defaultIterator) {\n createNonEnumerableProperty(IterablePrototype, ITERATOR, defaultIterator);\n }\n Iterators[NAME] = defaultIterator;\n\n // export additional methods\n if (DEFAULT) {\n methods = {\n values: getIterationMethod(VALUES),\n keys: IS_SET ? defaultIterator : getIterationMethod(KEYS),\n entries: getIterationMethod(ENTRIES)\n };\n if (FORCED) for (KEY in methods) {\n if (BUGGY_SAFARI_ITERATORS || INCORRECT_VALUES_NAME || !(KEY in IterablePrototype)) {\n redefine(IterablePrototype, KEY, methods[KEY]);\n }\n } else $({ target: NAME, proto: true, forced: BUGGY_SAFARI_ITERATORS || INCORRECT_VALUES_NAME }, methods);\n }\n\n return methods;\n};\n","'use strict';\nvar toIndexedObject = require('../internals/to-indexed-object');\nvar addToUnscopables = require('../internals/add-to-unscopables');\nvar Iterators = require('../internals/iterators');\nvar InternalStateModule = require('../internals/internal-state');\nvar defineIterator = require('../internals/define-iterator');\n\nvar ARRAY_ITERATOR = 'Array Iterator';\nvar setInternalState = InternalStateModule.set;\nvar getInternalState = InternalStateModule.getterFor(ARRAY_ITERATOR);\n\n// `Array.prototype.entries` method\n// https://tc39.es/ecma262/#sec-array.prototype.entries\n// `Array.prototype.keys` method\n// https://tc39.es/ecma262/#sec-array.prototype.keys\n// `Array.prototype.values` method\n// https://tc39.es/ecma262/#sec-array.prototype.values\n// `Array.prototype[@@iterator]` method\n// https://tc39.es/ecma262/#sec-array.prototype-@@iterator\n// `CreateArrayIterator` internal method\n// https://tc39.es/ecma262/#sec-createarrayiterator\nmodule.exports = defineIterator(Array, 'Array', function (iterated, kind) {\n setInternalState(this, {\n type: ARRAY_ITERATOR,\n target: toIndexedObject(iterated), // target\n index: 0, // next index\n kind: kind // kind\n });\n// `%ArrayIteratorPrototype%.next` method\n// https://tc39.es/ecma262/#sec-%arrayiteratorprototype%.next\n}, function () {\n var state = getInternalState(this);\n var target = state.target;\n var kind = state.kind;\n var index = state.index++;\n if (!target || index >= target.length) {\n state.target = undefined;\n return { value: undefined, done: true };\n }\n if (kind == 'keys') return { value: index, done: false };\n if (kind == 'values') return { value: target[index], done: false };\n return { value: [index, target[index]], done: false };\n}, 'values');\n\n// argumentsList[@@iterator] is %ArrayProto_values%\n// https://tc39.es/ecma262/#sec-createunmappedargumentsobject\n// https://tc39.es/ecma262/#sec-createmappedargumentsobject\nIterators.Arguments = Iterators.Array;\n\n// https://tc39.es/ecma262/#sec-array.prototype-@@unscopables\naddToUnscopables('keys');\naddToUnscopables('values');\naddToUnscopables('entries');\n","var fails = require('../internals/fails');\n\nmodule.exports = !fails(function () {\n // eslint-disable-next-line es/no-object-isextensible, es/no-object-preventextensions -- required for testing\n return Object.isExtensible(Object.preventExtensions({}));\n});\n","var hiddenKeys = require('../internals/hidden-keys');\nvar isObject = require('../internals/is-object');\nvar has = require('../internals/has');\nvar defineProperty = require('../internals/object-define-property').f;\nvar uid = require('../internals/uid');\nvar FREEZING = require('../internals/freezing');\n\nvar METADATA = uid('meta');\nvar id = 0;\n\n// eslint-disable-next-line es/no-object-isextensible -- safe\nvar isExtensible = Object.isExtensible || function () {\n return true;\n};\n\nvar setMetadata = function (it) {\n defineProperty(it, METADATA, { value: {\n objectID: 'O' + ++id, // object ID\n weakData: {} // weak collections IDs\n } });\n};\n\nvar fastKey = function (it, create) {\n // return a primitive with prefix\n if (!isObject(it)) return typeof it == 'symbol' ? it : (typeof it == 'string' ? 'S' : 'P') + it;\n if (!has(it, METADATA)) {\n // can't set metadata to uncaught frozen object\n if (!isExtensible(it)) return 'F';\n // not necessary to add metadata\n if (!create) return 'E';\n // add missing metadata\n setMetadata(it);\n // return object ID\n } return it[METADATA].objectID;\n};\n\nvar getWeakData = function (it, create) {\n if (!has(it, METADATA)) {\n // can't set metadata to uncaught frozen object\n if (!isExtensible(it)) return true;\n // not necessary to add metadata\n if (!create) return false;\n // add missing metadata\n setMetadata(it);\n // return the store of weak collections IDs\n } return it[METADATA].weakData;\n};\n\n// add metadata on freeze-family methods calling\nvar onFreeze = function (it) {\n if (FREEZING && meta.REQUIRED && isExtensible(it) && !has(it, METADATA)) setMetadata(it);\n return it;\n};\n\nvar meta = module.exports = {\n REQUIRED: false,\n fastKey: fastKey,\n getWeakData: getWeakData,\n onFreeze: onFreeze\n};\n\nhiddenKeys[METADATA] = true;\n","var wellKnownSymbol = require('../internals/well-known-symbol');\nvar Iterators = require('../internals/iterators');\n\nvar ITERATOR = wellKnownSymbol('iterator');\nvar ArrayPrototype = Array.prototype;\n\n// check on default Array iterator\nmodule.exports = function (it) {\n return it !== undefined && (Iterators.Array === it || ArrayPrototype[ITERATOR] === it);\n};\n","var wellKnownSymbol = require('../internals/well-known-symbol');\n\nvar TO_STRING_TAG = wellKnownSymbol('toStringTag');\nvar test = {};\n\ntest[TO_STRING_TAG] = 'z';\n\nmodule.exports = String(test) === '[object z]';\n","var TO_STRING_TAG_SUPPORT = require('../internals/to-string-tag-support');\nvar classofRaw = require('../internals/classof-raw');\nvar wellKnownSymbol = require('../internals/well-known-symbol');\n\nvar TO_STRING_TAG = wellKnownSymbol('toStringTag');\n// ES3 wrong here\nvar CORRECT_ARGUMENTS = classofRaw(function () { return arguments; }()) == 'Arguments';\n\n// fallback for IE11 Script Access Denied error\nvar tryGet = function (it, key) {\n try {\n return it[key];\n } catch (error) { /* empty */ }\n};\n\n// getting tag from ES6+ `Object.prototype.toString`\nmodule.exports = TO_STRING_TAG_SUPPORT ? classofRaw : function (it) {\n var O, tag, result;\n return it === undefined ? 'Undefined' : it === null ? 'Null'\n // @@toStringTag case\n : typeof (tag = tryGet(O = Object(it), TO_STRING_TAG)) == 'string' ? tag\n // builtinTag case\n : CORRECT_ARGUMENTS ? classofRaw(O)\n // ES3 arguments fallback\n : (result = classofRaw(O)) == 'Object' && typeof O.callee == 'function' ? 'Arguments' : result;\n};\n","var classof = require('../internals/classof');\nvar Iterators = require('../internals/iterators');\nvar wellKnownSymbol = require('../internals/well-known-symbol');\n\nvar ITERATOR = wellKnownSymbol('iterator');\n\nmodule.exports = function (it) {\n if (it != undefined) return it[ITERATOR]\n || it['@@iterator']\n || Iterators[classof(it)];\n};\n","var anObject = require('../internals/an-object');\n\nmodule.exports = function (iterator) {\n var returnMethod = iterator['return'];\n if (returnMethod !== undefined) {\n return anObject(returnMethod.call(iterator)).value;\n }\n};\n","var anObject = require('../internals/an-object');\nvar isArrayIteratorMethod = require('../internals/is-array-iterator-method');\nvar toLength = require('../internals/to-length');\nvar bind = require('../internals/function-bind-context');\nvar getIteratorMethod = require('../internals/get-iterator-method');\nvar iteratorClose = require('../internals/iterator-close');\n\nvar Result = function (stopped, result) {\n this.stopped = stopped;\n this.result = result;\n};\n\nmodule.exports = function (iterable, unboundFunction, options) {\n var that = options && options.that;\n var AS_ENTRIES = !!(options && options.AS_ENTRIES);\n var IS_ITERATOR = !!(options && options.IS_ITERATOR);\n var INTERRUPTED = !!(options && options.INTERRUPTED);\n var fn = bind(unboundFunction, that, 1 + AS_ENTRIES + INTERRUPTED);\n var iterator, iterFn, index, length, result, next, step;\n\n var stop = function (condition) {\n if (iterator) iteratorClose(iterator);\n return new Result(true, condition);\n };\n\n var callFn = function (value) {\n if (AS_ENTRIES) {\n anObject(value);\n return INTERRUPTED ? fn(value[0], value[1], stop) : fn(value[0], value[1]);\n } return INTERRUPTED ? fn(value, stop) : fn(value);\n };\n\n if (IS_ITERATOR) {\n iterator = iterable;\n } else {\n iterFn = getIteratorMethod(iterable);\n if (typeof iterFn != 'function') throw TypeError('Target is not iterable');\n // optimisation for array iterators\n if (isArrayIteratorMethod(iterFn)) {\n for (index = 0, length = toLength(iterable.length); length > index; index++) {\n result = callFn(iterable[index]);\n if (result && result instanceof Result) return result;\n } return new Result(false);\n }\n iterator = iterFn.call(iterable);\n }\n\n next = iterator.next;\n while (!(step = next.call(iterator)).done) {\n try {\n result = callFn(step.value);\n } catch (error) {\n iteratorClose(iterator);\n throw error;\n }\n if (typeof result == 'object' && result && result instanceof Result) return result;\n } return new Result(false);\n};\n","module.exports = function (it, Constructor, name) {\n if (!(it instanceof Constructor)) {\n throw TypeError('Incorrect ' + (name ? name + ' ' : '') + 'invocation');\n } return it;\n};\n","var wellKnownSymbol = require('../internals/well-known-symbol');\n\nvar ITERATOR = wellKnownSymbol('iterator');\nvar SAFE_CLOSING = false;\n\ntry {\n var called = 0;\n var iteratorWithReturn = {\n next: function () {\n return { done: !!called++ };\n },\n 'return': function () {\n SAFE_CLOSING = true;\n }\n };\n iteratorWithReturn[ITERATOR] = function () {\n return this;\n };\n // eslint-disable-next-line es/no-array-from, no-throw-literal -- required for testing\n Array.from(iteratorWithReturn, function () { throw 2; });\n} catch (error) { /* empty */ }\n\nmodule.exports = function (exec, SKIP_CLOSING) {\n if (!SKIP_CLOSING && !SAFE_CLOSING) return false;\n var ITERATION_SUPPORT = false;\n try {\n var object = {};\n object[ITERATOR] = function () {\n return {\n next: function () {\n return { done: ITERATION_SUPPORT = true };\n }\n };\n };\n exec(object);\n } catch (error) { /* empty */ }\n return ITERATION_SUPPORT;\n};\n","var redefine = require('../internals/redefine');\n\nmodule.exports = function (target, src, options) {\n for (var key in src) redefine(target, key, src[key], options);\n return target;\n};\n","'use strict';\nvar defineProperty = require('../internals/object-define-property').f;\nvar create = require('../internals/object-create');\nvar redefineAll = require('../internals/redefine-all');\nvar bind = require('../internals/function-bind-context');\nvar anInstance = require('../internals/an-instance');\nvar iterate = require('../internals/iterate');\nvar defineIterator = require('../internals/define-iterator');\nvar setSpecies = require('../internals/set-species');\nvar DESCRIPTORS = require('../internals/descriptors');\nvar fastKey = require('../internals/internal-metadata').fastKey;\nvar InternalStateModule = require('../internals/internal-state');\n\nvar setInternalState = InternalStateModule.set;\nvar internalStateGetterFor = InternalStateModule.getterFor;\n\nmodule.exports = {\n getConstructor: function (wrapper, CONSTRUCTOR_NAME, IS_MAP, ADDER) {\n var C = wrapper(function (that, iterable) {\n anInstance(that, C, CONSTRUCTOR_NAME);\n setInternalState(that, {\n type: CONSTRUCTOR_NAME,\n index: create(null),\n first: undefined,\n last: undefined,\n size: 0\n });\n if (!DESCRIPTORS) that.size = 0;\n if (iterable != undefined) iterate(iterable, that[ADDER], { that: that, AS_ENTRIES: IS_MAP });\n });\n\n var getInternalState = internalStateGetterFor(CONSTRUCTOR_NAME);\n\n var define = function (that, key, value) {\n var state = getInternalState(that);\n var entry = getEntry(that, key);\n var previous, index;\n // change existing entry\n if (entry) {\n entry.value = value;\n // create new entry\n } else {\n state.last = entry = {\n index: index = fastKey(key, true),\n key: key,\n value: value,\n previous: previous = state.last,\n next: undefined,\n removed: false\n };\n if (!state.first) state.first = entry;\n if (previous) previous.next = entry;\n if (DESCRIPTORS) state.size++;\n else that.size++;\n // add to index\n if (index !== 'F') state.index[index] = entry;\n } return that;\n };\n\n var getEntry = function (that, key) {\n var state = getInternalState(that);\n // fast case\n var index = fastKey(key);\n var entry;\n if (index !== 'F') return state.index[index];\n // frozen object case\n for (entry = state.first; entry; entry = entry.next) {\n if (entry.key == key) return entry;\n }\n };\n\n redefineAll(C.prototype, {\n // 23.1.3.1 Map.prototype.clear()\n // 23.2.3.2 Set.prototype.clear()\n clear: function clear() {\n var that = this;\n var state = getInternalState(that);\n var data = state.index;\n var entry = state.first;\n while (entry) {\n entry.removed = true;\n if (entry.previous) entry.previous = entry.previous.next = undefined;\n delete data[entry.index];\n entry = entry.next;\n }\n state.first = state.last = undefined;\n if (DESCRIPTORS) state.size = 0;\n else that.size = 0;\n },\n // 23.1.3.3 Map.prototype.delete(key)\n // 23.2.3.4 Set.prototype.delete(value)\n 'delete': function (key) {\n var that = this;\n var state = getInternalState(that);\n var entry = getEntry(that, key);\n if (entry) {\n var next = entry.next;\n var prev = entry.previous;\n delete state.index[entry.index];\n entry.removed = true;\n if (prev) prev.next = next;\n if (next) next.previous = prev;\n if (state.first == entry) state.first = next;\n if (state.last == entry) state.last = prev;\n if (DESCRIPTORS) state.size--;\n else that.size--;\n } return !!entry;\n },\n // 23.2.3.6 Set.prototype.forEach(callbackfn, thisArg = undefined)\n // 23.1.3.5 Map.prototype.forEach(callbackfn, thisArg = undefined)\n forEach: function forEach(callbackfn /* , that = undefined */) {\n var state = getInternalState(this);\n var boundFunction = bind(callbackfn, arguments.length > 1 ? arguments[1] : undefined, 3);\n var entry;\n while (entry = entry ? entry.next : state.first) {\n boundFunction(entry.value, entry.key, this);\n // revert to the last existing entry\n while (entry && entry.removed) entry = entry.previous;\n }\n },\n // 23.1.3.7 Map.prototype.has(key)\n // 23.2.3.7 Set.prototype.has(value)\n has: function has(key) {\n return !!getEntry(this, key);\n }\n });\n\n redefineAll(C.prototype, IS_MAP ? {\n // 23.1.3.6 Map.prototype.get(key)\n get: function get(key) {\n var entry = getEntry(this, key);\n return entry && entry.value;\n },\n // 23.1.3.9 Map.prototype.set(key, value)\n set: function set(key, value) {\n return define(this, key === 0 ? 0 : key, value);\n }\n } : {\n // 23.2.3.1 Set.prototype.add(value)\n add: function add(value) {\n return define(this, value = value === 0 ? 0 : value, value);\n }\n });\n if (DESCRIPTORS) defineProperty(C.prototype, 'size', {\n get: function () {\n return getInternalState(this).size;\n }\n });\n return C;\n },\n setStrong: function (C, CONSTRUCTOR_NAME, IS_MAP) {\n var ITERATOR_NAME = CONSTRUCTOR_NAME + ' Iterator';\n var getInternalCollectionState = internalStateGetterFor(CONSTRUCTOR_NAME);\n var getInternalIteratorState = internalStateGetterFor(ITERATOR_NAME);\n // add .keys, .values, .entries, [@@iterator]\n // 23.1.3.4, 23.1.3.8, 23.1.3.11, 23.1.3.12, 23.2.3.5, 23.2.3.8, 23.2.3.10, 23.2.3.11\n defineIterator(C, CONSTRUCTOR_NAME, function (iterated, kind) {\n setInternalState(this, {\n type: ITERATOR_NAME,\n target: iterated,\n state: getInternalCollectionState(iterated),\n kind: kind,\n last: undefined\n });\n }, function () {\n var state = getInternalIteratorState(this);\n var kind = state.kind;\n var entry = state.last;\n // revert to the last existing entry\n while (entry && entry.removed) entry = entry.previous;\n // get next entry\n if (!state.target || !(state.last = entry = entry ? entry.next : state.state.first)) {\n // or finish the iteration\n state.target = undefined;\n return { value: undefined, done: true };\n }\n // return step by kind\n if (kind == 'keys') return { value: entry.key, done: false };\n if (kind == 'values') return { value: entry.value, done: false };\n return { value: [entry.key, entry.value], done: false };\n }, IS_MAP ? 'entries' : 'values', !IS_MAP, true);\n\n // add [@@species], 23.1.2.2, 23.2.2.2\n setSpecies(CONSTRUCTOR_NAME);\n }\n};\n","'use strict';\nvar $ = require('../internals/export');\nvar global = require('../internals/global');\nvar isForced = require('../internals/is-forced');\nvar redefine = require('../internals/redefine');\nvar InternalMetadataModule = require('../internals/internal-metadata');\nvar iterate = require('../internals/iterate');\nvar anInstance = require('../internals/an-instance');\nvar isObject = require('../internals/is-object');\nvar fails = require('../internals/fails');\nvar checkCorrectnessOfIteration = require('../internals/check-correctness-of-iteration');\nvar setToStringTag = require('../internals/set-to-string-tag');\nvar inheritIfRequired = require('../internals/inherit-if-required');\n\nmodule.exports = function (CONSTRUCTOR_NAME, wrapper, common) {\n var IS_MAP = CONSTRUCTOR_NAME.indexOf('Map') !== -1;\n var IS_WEAK = CONSTRUCTOR_NAME.indexOf('Weak') !== -1;\n var ADDER = IS_MAP ? 'set' : 'add';\n var NativeConstructor = global[CONSTRUCTOR_NAME];\n var NativePrototype = NativeConstructor && NativeConstructor.prototype;\n var Constructor = NativeConstructor;\n var exported = {};\n\n var fixMethod = function (KEY) {\n var nativeMethod = NativePrototype[KEY];\n redefine(NativePrototype, KEY,\n KEY == 'add' ? function add(value) {\n nativeMethod.call(this, value === 0 ? 0 : value);\n return this;\n } : KEY == 'delete' ? function (key) {\n return IS_WEAK && !isObject(key) ? false : nativeMethod.call(this, key === 0 ? 0 : key);\n } : KEY == 'get' ? function get(key) {\n return IS_WEAK && !isObject(key) ? undefined : nativeMethod.call(this, key === 0 ? 0 : key);\n } : KEY == 'has' ? function has(key) {\n return IS_WEAK && !isObject(key) ? false : nativeMethod.call(this, key === 0 ? 0 : key);\n } : function set(key, value) {\n nativeMethod.call(this, key === 0 ? 0 : key, value);\n return this;\n }\n );\n };\n\n var REPLACE = isForced(\n CONSTRUCTOR_NAME,\n typeof NativeConstructor != 'function' || !(IS_WEAK || NativePrototype.forEach && !fails(function () {\n new NativeConstructor().entries().next();\n }))\n );\n\n if (REPLACE) {\n // create collection constructor\n Constructor = common.getConstructor(wrapper, CONSTRUCTOR_NAME, IS_MAP, ADDER);\n InternalMetadataModule.REQUIRED = true;\n } else if (isForced(CONSTRUCTOR_NAME, true)) {\n var instance = new Constructor();\n // early implementations not supports chaining\n var HASNT_CHAINING = instance[ADDER](IS_WEAK ? {} : -0, 1) != instance;\n // V8 ~ Chromium 40- weak-collections throws on primitives, but should return false\n var THROWS_ON_PRIMITIVES = fails(function () { instance.has(1); });\n // most early implementations doesn't supports iterables, most modern - not close it correctly\n // eslint-disable-next-line no-new -- required for testing\n var ACCEPT_ITERABLES = checkCorrectnessOfIteration(function (iterable) { new NativeConstructor(iterable); });\n // for early implementations -0 and +0 not the same\n var BUGGY_ZERO = !IS_WEAK && fails(function () {\n // V8 ~ Chromium 42- fails only with 5+ elements\n var $instance = new NativeConstructor();\n var index = 5;\n while (index--) $instance[ADDER](index, index);\n return !$instance.has(-0);\n });\n\n if (!ACCEPT_ITERABLES) {\n Constructor = wrapper(function (dummy, iterable) {\n anInstance(dummy, Constructor, CONSTRUCTOR_NAME);\n var that = inheritIfRequired(new NativeConstructor(), dummy, Constructor);\n if (iterable != undefined) iterate(iterable, that[ADDER], { that: that, AS_ENTRIES: IS_MAP });\n return that;\n });\n Constructor.prototype = NativePrototype;\n NativePrototype.constructor = Constructor;\n }\n\n if (THROWS_ON_PRIMITIVES || BUGGY_ZERO) {\n fixMethod('delete');\n fixMethod('has');\n IS_MAP && fixMethod('get');\n }\n\n if (BUGGY_ZERO || HASNT_CHAINING) fixMethod(ADDER);\n\n // weak collections should not contains .clear method\n if (IS_WEAK && NativePrototype.clear) delete NativePrototype.clear;\n }\n\n exported[CONSTRUCTOR_NAME] = Constructor;\n $({ global: true, forced: Constructor != NativeConstructor }, exported);\n\n setToStringTag(Constructor, CONSTRUCTOR_NAME);\n\n if (!IS_WEAK) common.setStrong(Constructor, CONSTRUCTOR_NAME, IS_MAP);\n\n return Constructor;\n};\n","'use strict';\nvar collection = require('../internals/collection');\nvar collectionStrong = require('../internals/collection-strong');\n\n// `Map` constructor\n// https://tc39.es/ecma262/#sec-map-objects\nmodule.exports = collection('Map', function (init) {\n return function Map() { return init(this, arguments.length ? arguments[0] : undefined); };\n}, collectionStrong);\n","'use strict';\nvar TO_STRING_TAG_SUPPORT = require('../internals/to-string-tag-support');\nvar classof = require('../internals/classof');\n\n// `Object.prototype.toString` method implementation\n// https://tc39.es/ecma262/#sec-object.prototype.tostring\nmodule.exports = TO_STRING_TAG_SUPPORT ? {}.toString : function toString() {\n return '[object ' + classof(this) + ']';\n};\n","var TO_STRING_TAG_SUPPORT = require('../internals/to-string-tag-support');\nvar redefine = require('../internals/redefine');\nvar toString = require('../internals/object-to-string');\n\n// `Object.prototype.toString` method\n// https://tc39.es/ecma262/#sec-object.prototype.tostring\nif (!TO_STRING_TAG_SUPPORT) {\n redefine(Object.prototype, 'toString', toString, { unsafe: true });\n}\n","'use strict';\nvar charAt = require('../internals/string-multibyte').charAt;\nvar InternalStateModule = require('../internals/internal-state');\nvar defineIterator = require('../internals/define-iterator');\n\nvar STRING_ITERATOR = 'String Iterator';\nvar setInternalState = InternalStateModule.set;\nvar getInternalState = InternalStateModule.getterFor(STRING_ITERATOR);\n\n// `String.prototype[@@iterator]` method\n// https://tc39.es/ecma262/#sec-string.prototype-@@iterator\ndefineIterator(String, 'String', function (iterated) {\n setInternalState(this, {\n type: STRING_ITERATOR,\n string: String(iterated),\n index: 0\n });\n// `%StringIteratorPrototype%.next` method\n// https://tc39.es/ecma262/#sec-%stringiteratorprototype%.next\n}, function next() {\n var state = getInternalState(this);\n var string = state.string;\n var index = state.index;\n var point;\n if (index >= string.length) return { value: undefined, done: true };\n point = charAt(string, index);\n state.index += point.length;\n return { value: point, done: false };\n});\n","// iterable DOM collections\n// flag - `iterable` interface - 'entries', 'keys', 'values', 'forEach' methods\nmodule.exports = {\n CSSRuleList: 0,\n CSSStyleDeclaration: 0,\n CSSValueList: 0,\n ClientRectList: 0,\n DOMRectList: 0,\n DOMStringList: 0,\n DOMTokenList: 1,\n DataTransferItemList: 0,\n FileList: 0,\n HTMLAllCollection: 0,\n HTMLCollection: 0,\n HTMLFormElement: 0,\n HTMLSelectElement: 0,\n MediaList: 0,\n MimeTypeArray: 0,\n NamedNodeMap: 0,\n NodeList: 1,\n PaintRequestList: 0,\n Plugin: 0,\n PluginArray: 0,\n SVGLengthList: 0,\n SVGNumberList: 0,\n SVGPathSegList: 0,\n SVGPointList: 0,\n SVGStringList: 0,\n SVGTransformList: 0,\n SourceBufferList: 0,\n StyleSheetList: 0,\n TextTrackCueList: 0,\n TextTrackList: 0,\n TouchList: 0\n};\n","var global = require('../internals/global');\nvar DOMIterables = require('../internals/dom-iterables');\nvar ArrayIteratorMethods = require('../modules/es.array.iterator');\nvar createNonEnumerableProperty = require('../internals/create-non-enumerable-property');\nvar wellKnownSymbol = require('../internals/well-known-symbol');\n\nvar ITERATOR = wellKnownSymbol('iterator');\nvar TO_STRING_TAG = wellKnownSymbol('toStringTag');\nvar ArrayValues = ArrayIteratorMethods.values;\n\nfor (var COLLECTION_NAME in DOMIterables) {\n var Collection = global[COLLECTION_NAME];\n var CollectionPrototype = Collection && Collection.prototype;\n if (CollectionPrototype) {\n // some Chrome versions have non-configurable methods on DOMTokenList\n if (CollectionPrototype[ITERATOR] !== ArrayValues) try {\n createNonEnumerableProperty(CollectionPrototype, ITERATOR, ArrayValues);\n } catch (error) {\n CollectionPrototype[ITERATOR] = ArrayValues;\n }\n if (!CollectionPrototype[TO_STRING_TAG]) {\n createNonEnumerableProperty(CollectionPrototype, TO_STRING_TAG, COLLECTION_NAME);\n }\n if (DOMIterables[COLLECTION_NAME]) for (var METHOD_NAME in ArrayIteratorMethods) {\n // some Chrome versions have non-configurable methods on DOMTokenList\n if (CollectionPrototype[METHOD_NAME] !== ArrayIteratorMethods[METHOD_NAME]) try {\n createNonEnumerableProperty(CollectionPrototype, METHOD_NAME, ArrayIteratorMethods[METHOD_NAME]);\n } catch (error) {\n CollectionPrototype[METHOD_NAME] = ArrayIteratorMethods[METHOD_NAME];\n }\n }\n }\n}\n","'use strict';\nvar $forEach = require('../internals/array-iteration').forEach;\nvar arrayMethodIsStrict = require('../internals/array-method-is-strict');\n\nvar STRICT_METHOD = arrayMethodIsStrict('forEach');\n\n// `Array.prototype.forEach` method implementation\n// https://tc39.es/ecma262/#sec-array.prototype.foreach\nmodule.exports = !STRICT_METHOD ? function forEach(callbackfn /* , thisArg */) {\n return $forEach(this, callbackfn, arguments.length > 1 ? arguments[1] : undefined);\n// eslint-disable-next-line es/no-array-prototype-foreach -- safe\n} : [].forEach;\n","var global = require('../internals/global');\nvar DOMIterables = require('../internals/dom-iterables');\nvar forEach = require('../internals/array-for-each');\nvar createNonEnumerableProperty = require('../internals/create-non-enumerable-property');\n\nfor (var COLLECTION_NAME in DOMIterables) {\n var Collection = global[COLLECTION_NAME];\n var CollectionPrototype = Collection && Collection.prototype;\n // some Chrome versions have non-configurable methods on DOMTokenList\n if (CollectionPrototype && CollectionPrototype.forEach !== forEach) try {\n createNonEnumerableProperty(CollectionPrototype, 'forEach', forEach);\n } catch (error) {\n CollectionPrototype.forEach = forEach;\n }\n}\n","var fails = require('../internals/fails');\nvar classof = require('../internals/classof-raw');\n\nvar split = ''.split;\n\n// fallback for non-array-like ES3 and non-enumerable old V8 strings\nmodule.exports = fails(function () {\n // throws an error in rhino, see https://github.com/mozilla/rhino/issues/346\n // eslint-disable-next-line no-prototype-builtins -- safe\n return !Object('z').propertyIsEnumerable(0);\n}) ? function (it) {\n return classof(it) == 'String' ? split.call(it, '') : Object(it);\n} : Object;\n","module.exports = false;\n","module.exports = function (it) {\n if (typeof it != 'function') {\n throw TypeError(String(it) + ' is not a function');\n } return it;\n};\n","/* globals __VUE_SSR_CONTEXT__ */\n\n// IMPORTANT: Do NOT use ES2015 features in this file (except for modules).\n// This module is a runtime utility for cleaner component module output and will\n// be included in the final webpack user bundle.\n\nexport default function normalizeComponent (\n scriptExports,\n render,\n staticRenderFns,\n functionalTemplate,\n injectStyles,\n scopeId,\n moduleIdentifier, /* server only */\n shadowMode /* vue-cli only */\n) {\n // Vue.extend constructor export interop\n var options = typeof scriptExports === 'function'\n ? scriptExports.options\n : scriptExports\n\n // render functions\n if (render) {\n options.render = render\n options.staticRenderFns = staticRenderFns\n options._compiled = true\n }\n\n // functional template\n if (functionalTemplate) {\n options.functional = true\n }\n\n // scopedId\n if (scopeId) {\n options._scopeId = 'data-v-' + scopeId\n }\n\n var hook\n if (moduleIdentifier) { // server build\n hook = function (context) {\n // 2.3 injection\n context =\n context || // cached call\n (this.$vnode && this.$vnode.ssrContext) || // stateful\n (this.parent && this.parent.$vnode && this.parent.$vnode.ssrContext) // functional\n // 2.2 with runInNewContext: true\n if (!context && typeof __VUE_SSR_CONTEXT__ !== 'undefined') {\n context = __VUE_SSR_CONTEXT__\n }\n // inject component styles\n if (injectStyles) {\n injectStyles.call(this, context)\n }\n // register component module identifier for async chunk inferrence\n if (context && context._registeredComponents) {\n context._registeredComponents.add(moduleIdentifier)\n }\n }\n // used by ssr in case component is cached and beforeCreate\n // never gets called\n options._ssrRegister = hook\n } else if (injectStyles) {\n hook = shadowMode\n ? function () {\n injectStyles.call(\n this,\n (options.functional ? this.parent : this).$root.$options.shadowRoot\n )\n }\n : injectStyles\n }\n\n if (hook) {\n if (options.functional) {\n // for template-only hot-reload because in that case the render fn doesn't\n // go through the normalizer\n options._injectStyles = hook\n // register for functional component in vue file\n var originalRender = options.render\n options.render = function renderWithStyleInjection (h, context) {\n hook.call(context)\n return originalRender(h, context)\n }\n } else {\n // inject component registration as beforeCreate hook\n var existing = options.beforeCreate\n options.beforeCreate = existing\n ? [].concat(existing, hook)\n : [hook]\n }\n }\n\n return {\n exports: scriptExports,\n options: options\n }\n}\n","var scope = (typeof global !== \"undefined\" && global) ||\n (typeof self !== \"undefined\" && self) ||\n window;\nvar apply = Function.prototype.apply;\n\n// DOM APIs, for completeness\n\nexports.setTimeout = function() {\n return new Timeout(apply.call(setTimeout, scope, arguments), clearTimeout);\n};\nexports.setInterval = function() {\n return new Timeout(apply.call(setInterval, scope, arguments), clearInterval);\n};\nexports.clearTimeout =\nexports.clearInterval = function(timeout) {\n if (timeout) {\n timeout.close();\n }\n};\n\nfunction Timeout(id, clearFn) {\n this._id = id;\n this._clearFn = clearFn;\n}\nTimeout.prototype.unref = Timeout.prototype.ref = function() {};\nTimeout.prototype.close = function() {\n this._clearFn.call(scope, this._id);\n};\n\n// Does not start the time, just sets up the members needed.\nexports.enroll = function(item, msecs) {\n clearTimeout(item._idleTimeoutId);\n item._idleTimeout = msecs;\n};\n\nexports.unenroll = function(item) {\n clearTimeout(item._idleTimeoutId);\n item._idleTimeout = -1;\n};\n\nexports._unrefActive = exports.active = function(item) {\n clearTimeout(item._idleTimeoutId);\n\n var msecs = item._idleTimeout;\n if (msecs >= 0) {\n item._idleTimeoutId = setTimeout(function onTimeout() {\n if (item._onTimeout)\n item._onTimeout();\n }, msecs);\n }\n};\n\n// setimmediate attaches itself to the global object\nrequire(\"setimmediate\");\n// On some exotic environments, it's not clear which object `setimmediate` was\n// able to install onto. Search each possibility in the same order as the\n// `setimmediate` library.\nexports.setImmediate = (typeof self !== \"undefined\" && self.setImmediate) ||\n (typeof global !== \"undefined\" && global.setImmediate) ||\n (this && this.setImmediate);\nexports.clearImmediate = (typeof self !== \"undefined\" && self.clearImmediate) ||\n (typeof global !== \"undefined\" && global.clearImmediate) ||\n (this && this.clearImmediate);\n","(function (global, undefined) {\n \"use strict\";\n\n if (global.setImmediate) {\n return;\n }\n\n var nextHandle = 1; // Spec says greater than zero\n var tasksByHandle = {};\n var currentlyRunningATask = false;\n var doc = global.document;\n var registerImmediate;\n\n function setImmediate(callback) {\n // Callback can either be a function or a string\n if (typeof callback !== \"function\") {\n callback = new Function(\"\" + callback);\n }\n // Copy function arguments\n var args = new Array(arguments.length - 1);\n for (var i = 0; i < args.length; i++) {\n args[i] = arguments[i + 1];\n }\n // Store and register the task\n var task = { callback: callback, args: args };\n tasksByHandle[nextHandle] = task;\n registerImmediate(nextHandle);\n return nextHandle++;\n }\n\n function clearImmediate(handle) {\n delete tasksByHandle[handle];\n }\n\n function run(task) {\n var callback = task.callback;\n var args = task.args;\n switch (args.length) {\n case 0:\n callback();\n break;\n case 1:\n callback(args[0]);\n break;\n case 2:\n callback(args[0], args[1]);\n break;\n case 3:\n callback(args[0], args[1], args[2]);\n break;\n default:\n callback.apply(undefined, args);\n break;\n }\n }\n\n function runIfPresent(handle) {\n // From the spec: \"Wait until any invocations of this algorithm started before this one have completed.\"\n // So if we're currently running a task, we'll need to delay this invocation.\n if (currentlyRunningATask) {\n // Delay by doing a setTimeout. setImmediate was tried instead, but in Firefox 7 it generated a\n // \"too much recursion\" error.\n setTimeout(runIfPresent, 0, handle);\n } else {\n var task = tasksByHandle[handle];\n if (task) {\n currentlyRunningATask = true;\n try {\n run(task);\n } finally {\n clearImmediate(handle);\n currentlyRunningATask = false;\n }\n }\n }\n }\n\n function installNextTickImplementation() {\n registerImmediate = function(handle) {\n process.nextTick(function () { runIfPresent(handle); });\n };\n }\n\n function canUsePostMessage() {\n // The test against `importScripts` prevents this implementation from being installed inside a web worker,\n // where `global.postMessage` means something completely different and can't be used for this purpose.\n if (global.postMessage && !global.importScripts) {\n var postMessageIsAsynchronous = true;\n var oldOnMessage = global.onmessage;\n global.onmessage = function() {\n postMessageIsAsynchronous = false;\n };\n global.postMessage(\"\", \"*\");\n global.onmessage = oldOnMessage;\n return postMessageIsAsynchronous;\n }\n }\n\n function installPostMessageImplementation() {\n // Installs an event handler on `global` for the `message` event: see\n // * https://developer.mozilla.org/en/DOM/window.postMessage\n // * http://www.whatwg.org/specs/web-apps/current-work/multipage/comms.html#crossDocumentMessages\n\n var messagePrefix = \"setImmediate$\" + Math.random() + \"$\";\n var onGlobalMessage = function(event) {\n if (event.source === global &&\n typeof event.data === \"string\" &&\n event.data.indexOf(messagePrefix) === 0) {\n runIfPresent(+event.data.slice(messagePrefix.length));\n }\n };\n\n if (global.addEventListener) {\n global.addEventListener(\"message\", onGlobalMessage, false);\n } else {\n global.attachEvent(\"onmessage\", onGlobalMessage);\n }\n\n registerImmediate = function(handle) {\n global.postMessage(messagePrefix + handle, \"*\");\n };\n }\n\n function installMessageChannelImplementation() {\n var channel = new MessageChannel();\n channel.port1.onmessage = function(event) {\n var handle = event.data;\n runIfPresent(handle);\n };\n\n registerImmediate = function(handle) {\n channel.port2.postMessage(handle);\n };\n }\n\n function installReadyStateChangeImplementation() {\n var html = doc.documentElement;\n registerImmediate = function(handle) {\n // Create a <script> element; its readystatechange event will be fired asynchronously once it is inserted\n // into the document. Do so, thus queuing up the task. Remember to clean up once it's been called.\n var script = doc.createElement(\"script\");\n script.onreadystatechange = function () {\n runIfPresent(handle);\n script.onreadystatechange = null;\n html.removeChild(script);\n script = null;\n };\n html.appendChild(script);\n };\n }\n\n function installSetTimeoutImplementation() {\n registerImmediate = function(handle) {\n setTimeout(runIfPresent, 0, handle);\n };\n }\n\n // If supported, we should attach to the prototype of global, since that is where setTimeout et al. live.\n var attachTo = Object.getPrototypeOf && Object.getPrototypeOf(global);\n attachTo = attachTo && attachTo.setTimeout ? attachTo : global;\n\n // Don't get fooled by e.g. browserify environments.\n if ({}.toString.call(global.process) === \"[object process]\") {\n // For Node.js before 0.9\n installNextTickImplementation();\n\n } else if (canUsePostMessage()) {\n // For non-IE10 modern browsers\n installPostMessageImplementation();\n\n } else if (global.MessageChannel) {\n // For web workers, where supported\n installMessageChannelImplementation();\n\n } else if (doc && \"onreadystatechange\" in doc.createElement(\"script\")) {\n // For IE 6–8\n installReadyStateChangeImplementation();\n\n } else {\n // For older browsers\n installSetTimeoutImplementation();\n }\n\n attachTo.setImmediate = setImmediate;\n attachTo.clearImmediate = clearImmediate;\n}(typeof self === \"undefined\" ? typeof global === \"undefined\" ? this : global : self));\n","var IS_PURE = require('../internals/is-pure');\nvar store = require('../internals/shared-store');\n\n(module.exports = function (key, value) {\n return store[key] || (store[key] = value !== undefined ? value : {});\n})('versions', []).push({\n version: '3.13.1',\n mode: IS_PURE ? 'pure' : 'global',\n copyright: '© 2021 Denis Pushkarev (zloirock.ru)'\n});\n","'use strict';\n/* eslint-disable regexp/no-assertion-capturing-group, regexp/no-empty-group, regexp/no-lazy-ends -- testing */\n/* eslint-disable regexp/no-useless-quantifier -- testing */\nvar regexpFlags = require('./regexp-flags');\nvar stickyHelpers = require('./regexp-sticky-helpers');\nvar shared = require('./shared');\n\nvar nativeExec = RegExp.prototype.exec;\nvar nativeReplace = shared('native-string-replace', String.prototype.replace);\n\nvar patchedExec = nativeExec;\n\nvar UPDATES_LAST_INDEX_WRONG = (function () {\n var re1 = /a/;\n var re2 = /b*/g;\n nativeExec.call(re1, 'a');\n nativeExec.call(re2, 'a');\n return re1.lastIndex !== 0 || re2.lastIndex !== 0;\n})();\n\nvar UNSUPPORTED_Y = stickyHelpers.UNSUPPORTED_Y || stickyHelpers.BROKEN_CARET;\n\n// nonparticipating capturing group, copied from es5-shim's String#split patch.\nvar NPCG_INCLUDED = /()??/.exec('')[1] !== undefined;\n\nvar PATCH = UPDATES_LAST_INDEX_WRONG || NPCG_INCLUDED || UNSUPPORTED_Y;\n\nif (PATCH) {\n patchedExec = function exec(str) {\n var re = this;\n var lastIndex, reCopy, match, i;\n var sticky = UNSUPPORTED_Y && re.sticky;\n var flags = regexpFlags.call(re);\n var source = re.source;\n var charsAdded = 0;\n var strCopy = str;\n\n if (sticky) {\n flags = flags.replace('y', '');\n if (flags.indexOf('g') === -1) {\n flags += 'g';\n }\n\n strCopy = String(str).slice(re.lastIndex);\n // Support anchored sticky behavior.\n if (re.lastIndex > 0 && (!re.multiline || re.multiline && str[re.lastIndex - 1] !== '\\n')) {\n source = '(?: ' + source + ')';\n strCopy = ' ' + strCopy;\n charsAdded++;\n }\n // ^(? + rx + ) is needed, in combination with some str slicing, to\n // simulate the 'y' flag.\n reCopy = new RegExp('^(?:' + source + ')', flags);\n }\n\n if (NPCG_INCLUDED) {\n reCopy = new RegExp('^' + source + '$(?!\\\\s)', flags);\n }\n if (UPDATES_LAST_INDEX_WRONG) lastIndex = re.lastIndex;\n\n match = nativeExec.call(sticky ? reCopy : re, strCopy);\n\n if (sticky) {\n if (match) {\n match.input = match.input.slice(charsAdded);\n match[0] = match[0].slice(charsAdded);\n match.index = re.lastIndex;\n re.lastIndex += match[0].length;\n } else re.lastIndex = 0;\n } else if (UPDATES_LAST_INDEX_WRONG && match) {\n re.lastIndex = re.global ? match.index + match[0].length : lastIndex;\n }\n if (NPCG_INCLUDED && match && match.length > 1) {\n // Fix browsers whose `exec` methods don't consistently return `undefined`\n // for NPCG, like IE8. NOTE: This doesn' work for /(.?)?/\n nativeReplace.call(match[0], reCopy, function () {\n for (i = 1; i < arguments.length - 2; i++) {\n if (arguments[i] === undefined) match[i] = undefined;\n }\n });\n }\n\n return match;\n };\n}\n\nmodule.exports = patchedExec;\n","var check = function (it) {\n return it && it.Math == Math && it;\n};\n\n// https://github.com/zloirock/core-js/issues/86#issuecomment-115759028\nmodule.exports =\n // eslint-disable-next-line es/no-global-this -- safe\n check(typeof globalThis == 'object' && globalThis) ||\n check(typeof window == 'object' && window) ||\n // eslint-disable-next-line no-restricted-globals -- safe\n check(typeof self == 'object' && self) ||\n check(typeof global == 'object' && global) ||\n // eslint-disable-next-line no-new-func -- fallback\n (function () { return this; })() || Function('return this')();\n","var global = require('../internals/global');\nvar userAgent = require('../internals/engine-user-agent');\n\nvar process = global.process;\nvar versions = process && process.versions;\nvar v8 = versions && versions.v8;\nvar match, version;\n\nif (v8) {\n match = v8.split('.');\n version = match[0] < 4 ? 1 : match[0] + match[1];\n} else if (userAgent) {\n match = userAgent.match(/Edge\\/(\\d+)/);\n if (!match || match[1] >= 74) {\n match = userAgent.match(/Chrome\\/(\\d+)/);\n if (match) version = match[1];\n }\n}\n\nmodule.exports = version && +version;\n","'use strict';\nvar fails = require('../internals/fails');\n\nmodule.exports = function (METHOD_NAME, argument) {\n var method = [][METHOD_NAME];\n return !!method && fails(function () {\n // eslint-disable-next-line no-useless-call,no-throw-literal -- required for testing\n method.call(null, argument || function () { throw 1; }, 1);\n });\n};\n","var global = require('../internals/global');\nvar createNonEnumerableProperty = require('../internals/create-non-enumerable-property');\n\nmodule.exports = function (key, value) {\n try {\n createNonEnumerableProperty(global, key, value);\n } catch (error) {\n global[key] = value;\n } return value;\n};\n","var global = require('../internals/global');\nvar setGlobal = require('../internals/set-global');\n\nvar SHARED = '__core-js_shared__';\nvar store = global[SHARED] || setGlobal(SHARED, {});\n\nmodule.exports = store;\n","module.exports = {};\n","var id = 0;\nvar postfix = Math.random();\n\nmodule.exports = function (key) {\n return 'Symbol(' + String(key === undefined ? '' : key) + ')_' + (++id + postfix).toString(36);\n};\n","// shim for using process in browser\nvar process = module.exports = {};\n\n// cached from whatever global is present so that test runners that stub it\n// don't break things. But we need to wrap it in a try catch in case it is\n// wrapped in strict mode code which doesn't define any globals. It's inside a\n// function because try/catches deoptimize in certain engines.\n\nvar cachedSetTimeout;\nvar cachedClearTimeout;\n\nfunction defaultSetTimout() {\n throw new Error('setTimeout has not been defined');\n}\nfunction defaultClearTimeout () {\n throw new Error('clearTimeout has not been defined');\n}\n(function () {\n try {\n if (typeof setTimeout === 'function') {\n cachedSetTimeout = setTimeout;\n } else {\n cachedSetTimeout = defaultSetTimout;\n }\n } catch (e) {\n cachedSetTimeout = defaultSetTimout;\n }\n try {\n if (typeof clearTimeout === 'function') {\n cachedClearTimeout = clearTimeout;\n } else {\n cachedClearTimeout = defaultClearTimeout;\n }\n } catch (e) {\n cachedClearTimeout = defaultClearTimeout;\n }\n} ())\nfunction runTimeout(fun) {\n if (cachedSetTimeout === setTimeout) {\n //normal enviroments in sane situations\n return setTimeout(fun, 0);\n }\n // if setTimeout wasn't available but was latter defined\n if ((cachedSetTimeout === defaultSetTimout || !cachedSetTimeout) && setTimeout) {\n cachedSetTimeout = setTimeout;\n return setTimeout(fun, 0);\n }\n try {\n // when when somebody has screwed with setTimeout but no I.E. maddness\n return cachedSetTimeout(fun, 0);\n } catch(e){\n try {\n // When we are in I.E. but the script has been evaled so I.E. doesn't trust the global object when called normally\n return cachedSetTimeout.call(null, fun, 0);\n } catch(e){\n // same as above but when it's a version of I.E. that must have the global object for 'this', hopfully our context correct otherwise it will throw a global error\n return cachedSetTimeout.call(this, fun, 0);\n }\n }\n\n\n}\nfunction runClearTimeout(marker) {\n if (cachedClearTimeout === clearTimeout) {\n //normal enviroments in sane situations\n return clearTimeout(marker);\n }\n // if clearTimeout wasn't available but was latter defined\n if ((cachedClearTimeout === defaultClearTimeout || !cachedClearTimeout) && clearTimeout) {\n cachedClearTimeout = clearTimeout;\n return clearTimeout(marker);\n }\n try {\n // when when somebody has screwed with setTimeout but no I.E. maddness\n return cachedClearTimeout(marker);\n } catch (e){\n try {\n // When we are in I.E. but the script has been evaled so I.E. doesn't trust the global object when called normally\n return cachedClearTimeout.call(null, marker);\n } catch (e){\n // same as above but when it's a version of I.E. that must have the global object for 'this', hopfully our context correct otherwise it will throw a global error.\n // Some versions of I.E. have different rules for clearTimeout vs setTimeout\n return cachedClearTimeout.call(this, marker);\n }\n }\n\n\n\n}\nvar queue = [];\nvar draining = false;\nvar currentQueue;\nvar queueIndex = -1;\n\nfunction cleanUpNextTick() {\n if (!draining || !currentQueue) {\n return;\n }\n draining = false;\n if (currentQueue.length) {\n queue = currentQueue.concat(queue);\n } else {\n queueIndex = -1;\n }\n if (queue.length) {\n drainQueue();\n }\n}\n\nfunction drainQueue() {\n if (draining) {\n return;\n }\n var timeout = runTimeout(cleanUpNextTick);\n draining = true;\n\n var len = queue.length;\n while(len) {\n currentQueue = queue;\n queue = [];\n while (++queueIndex < len) {\n if (currentQueue) {\n currentQueue[queueIndex].run();\n }\n }\n queueIndex = -1;\n len = queue.length;\n }\n currentQueue = null;\n draining = false;\n runClearTimeout(timeout);\n}\n\nprocess.nextTick = function (fun) {\n var args = new Array(arguments.length - 1);\n if (arguments.length > 1) {\n for (var i = 1; i < arguments.length; i++) {\n args[i - 1] = arguments[i];\n }\n }\n queue.push(new Item(fun, args));\n if (queue.length === 1 && !draining) {\n runTimeout(drainQueue);\n }\n};\n\n// v8 likes predictible objects\nfunction Item(fun, array) {\n this.fun = fun;\n this.array = array;\n}\nItem.prototype.run = function () {\n this.fun.apply(null, this.array);\n};\nprocess.title = 'browser';\nprocess.browser = true;\nprocess.env = {};\nprocess.argv = [];\nprocess.version = ''; // empty string to avoid regexp issues\nprocess.versions = {};\n\nfunction noop() {}\n\nprocess.on = noop;\nprocess.addListener = noop;\nprocess.once = noop;\nprocess.off = noop;\nprocess.removeListener = noop;\nprocess.removeAllListeners = noop;\nprocess.emit = noop;\nprocess.prependListener = noop;\nprocess.prependOnceListener = noop;\n\nprocess.listeners = function (name) { return [] }\n\nprocess.binding = function (name) {\n throw new Error('process.binding is not supported');\n};\n\nprocess.cwd = function () { return '/' };\nprocess.chdir = function (dir) {\n throw new Error('process.chdir is not supported');\n};\nprocess.umask = function() { return 0; };\n","var toInteger = require('../internals/to-integer');\n\nvar max = Math.max;\nvar min = Math.min;\n\n// Helper for a popular repeating case of the spec:\n// Let integer be ? ToInteger(index).\n// If integer < 0, let result be max((length + integer), 0); else let result be min(integer, length).\nmodule.exports = function (index, length) {\n var integer = toInteger(index);\n return integer < 0 ? max(integer + length, 0) : min(integer, length);\n};\n","'use strict';\nvar anObject = require('../internals/an-object');\n\n// `RegExp.prototype.flags` getter implementation\n// https://tc39.es/ecma262/#sec-get-regexp.prototype.flags\nmodule.exports = function () {\n var that = anObject(this);\n var result = '';\n if (that.global) result += 'g';\n if (that.ignoreCase) result += 'i';\n if (that.multiline) result += 'm';\n if (that.dotAll) result += 's';\n if (that.unicode) result += 'u';\n if (that.sticky) result += 'y';\n return result;\n};\n","'use strict';\nvar fixRegExpWellKnownSymbolLogic = require('../internals/fix-regexp-well-known-symbol-logic');\nvar anObject = require('../internals/an-object');\nvar toLength = require('../internals/to-length');\nvar toInteger = require('../internals/to-integer');\nvar requireObjectCoercible = require('../internals/require-object-coercible');\nvar advanceStringIndex = require('../internals/advance-string-index');\nvar getSubstitution = require('../internals/get-substitution');\nvar regExpExec = require('../internals/regexp-exec-abstract');\n\nvar max = Math.max;\nvar min = Math.min;\n\nvar maybeToString = function (it) {\n return it === undefined ? it : String(it);\n};\n\n// @@replace logic\nfixRegExpWellKnownSymbolLogic('replace', 2, function (REPLACE, nativeReplace, maybeCallNative, reason) {\n var REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE = reason.REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE;\n var REPLACE_KEEPS_$0 = reason.REPLACE_KEEPS_$0;\n var UNSAFE_SUBSTITUTE = REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE ? '$' : '$0';\n\n return [\n // `String.prototype.replace` method\n // https://tc39.es/ecma262/#sec-string.prototype.replace\n function replace(searchValue, replaceValue) {\n var O = requireObjectCoercible(this);\n var replacer = searchValue == undefined ? undefined : searchValue[REPLACE];\n return replacer !== undefined\n ? replacer.call(searchValue, O, replaceValue)\n : nativeReplace.call(String(O), searchValue, replaceValue);\n },\n // `RegExp.prototype[@@replace]` method\n // https://tc39.es/ecma262/#sec-regexp.prototype-@@replace\n function (regexp, replaceValue) {\n if (\n (!REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE && REPLACE_KEEPS_$0) ||\n (typeof replaceValue === 'string' && replaceValue.indexOf(UNSAFE_SUBSTITUTE) === -1)\n ) {\n var res = maybeCallNative(nativeReplace, regexp, this, replaceValue);\n if (res.done) return res.value;\n }\n\n var rx = anObject(regexp);\n var S = String(this);\n\n var functionalReplace = typeof replaceValue === 'function';\n if (!functionalReplace) replaceValue = String(replaceValue);\n\n var global = rx.global;\n if (global) {\n var fullUnicode = rx.unicode;\n rx.lastIndex = 0;\n }\n var results = [];\n while (true) {\n var result = regExpExec(rx, S);\n if (result === null) break;\n\n results.push(result);\n if (!global) break;\n\n var matchStr = String(result[0]);\n if (matchStr === '') rx.lastIndex = advanceStringIndex(S, toLength(rx.lastIndex), fullUnicode);\n }\n\n var accumulatedResult = '';\n var nextSourcePosition = 0;\n for (var i = 0; i < results.length; i++) {\n result = results[i];\n\n var matched = String(result[0]);\n var position = max(min(toInteger(result.index), S.length), 0);\n var captures = [];\n // NOTE: This is equivalent to\n // captures = result.slice(1).map(maybeToString)\n // but for some reason `nativeSlice.call(result, 1, result.length)` (called in\n // the slice polyfill when slicing native arrays) \"doesn't work\" in safari 9 and\n // causes a crash (https://pastebin.com/N21QzeQA) when trying to debug it.\n for (var j = 1; j < result.length; j++) captures.push(maybeToString(result[j]));\n var namedCaptures = result.groups;\n if (functionalReplace) {\n var replacerArgs = [matched].concat(captures, position, S);\n if (namedCaptures !== undefined) replacerArgs.push(namedCaptures);\n var replacement = String(replaceValue.apply(undefined, replacerArgs));\n } else {\n replacement = getSubstitution(matched, S, position, captures, namedCaptures, replaceValue);\n }\n if (position >= nextSourcePosition) {\n accumulatedResult += S.slice(nextSourcePosition, position) + replacement;\n nextSourcePosition = position + matched.length;\n }\n }\n return accumulatedResult + S.slice(nextSourcePosition);\n }\n ];\n});\n","\"use strict\";\n\nrequire(\"core-js/modules/es.object.assign\");\n\nObject.defineProperty(exports, \"__esModule\", {\n value: true\n});\nexports.buildConsoleLogger = buildConsoleLogger;\nexports.ConsoleLogger = void 0;\n\nvar _contracts = require(\"./contracts\");\n\nfunction _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError(\"Cannot call a class as a function\"); } }\n\nfunction _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if (\"value\" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } }\n\nfunction _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); return Constructor; }\n\nvar ConsoleLogger = /*#__PURE__*/function () {\n function ConsoleLogger(context) {\n _classCallCheck(this, ConsoleLogger);\n\n this.context = context;\n }\n\n _createClass(ConsoleLogger, [{\n key: \"formatMessage\",\n value: function formatMessage(message, level, context) {\n var msg = '[' + level + ']';\n\n if (context && context.app) {\n msg += ' ' + context.app + ': ';\n }\n\n return msg + message;\n }\n }, {\n key: \"log\",\n value: function log(level, message, context) {\n switch (level) {\n case 0:\n console.debug(this.formatMessage(message, _contracts.LogLevel.Debug, context), context);\n break;\n\n case 1:\n console.info(this.formatMessage(message, _contracts.LogLevel.Info, context), context);\n break;\n\n case 2:\n console.warn(this.formatMessage(message, _contracts.LogLevel.Warn, context), context);\n break;\n\n case 3:\n console.error(this.formatMessage(message, _contracts.LogLevel.Error, context), context);\n break;\n\n default:\n console.error(this.formatMessage(message, _contracts.LogLevel.Fatal, context), context);\n break;\n }\n }\n }, {\n key: \"debug\",\n value: function debug(message, context) {\n this.log(0, message, Object.assign({}, this.context, context));\n }\n }, {\n key: \"info\",\n value: function info(message, context) {\n this.log(1, message, Object.assign({}, this.context, context));\n }\n }, {\n key: \"warn\",\n value: function warn(message, context) {\n this.log(2, message, Object.assign({}, this.context, context));\n }\n }, {\n key: \"error\",\n value: function error(message, context) {\n this.log(3, message, Object.assign({}, this.context, context));\n }\n }, {\n key: \"fatal\",\n value: function fatal(message, context) {\n this.log(4, message, Object.assign({}, this.context, context));\n }\n }]);\n\n return ConsoleLogger;\n}();\n\nexports.ConsoleLogger = ConsoleLogger;\n\nfunction buildConsoleLogger(context) {\n return new ConsoleLogger(context);\n}\n//# sourceMappingURL=ConsoleLogger.js.map","\"use strict\";\n\nObject.defineProperty(exports, \"__esModule\", {\n value: true\n});\nexports.LogLevel = void 0;\nvar LogLevel;\nexports.LogLevel = LogLevel;\n\n(function (LogLevel) {\n LogLevel[\"Debug\"] = \"DEBUG\";\n LogLevel[\"Info\"] = \"INFO\";\n LogLevel[\"Warn\"] = \"WARN\";\n LogLevel[\"Error\"] = \"ERROR\";\n LogLevel[\"Fatal\"] = \"FATAL\";\n})(LogLevel || (exports.LogLevel = LogLevel = {}));\n//# sourceMappingURL=contracts.js.map","\"use strict\";\n\nObject.defineProperty(exports, \"__esModule\", {\n value: true\n});\nexports.LoggerBuilder = void 0;\n\nvar _auth = require(\"@nextcloud/auth\");\n\nfunction _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError(\"Cannot call a class as a function\"); } }\n\nfunction _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if (\"value\" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } }\n\nfunction _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); return Constructor; }\n\nvar LoggerBuilder = /*#__PURE__*/function () {\n function LoggerBuilder(factory) {\n _classCallCheck(this, LoggerBuilder);\n\n this.context = {};\n this.factory = factory;\n }\n\n _createClass(LoggerBuilder, [{\n key: \"setApp\",\n value: function setApp(appId) {\n this.context.app = appId;\n return this;\n }\n }, {\n key: \"setUid\",\n value: function setUid(uid) {\n this.context.uid = uid;\n return this;\n }\n }, {\n key: \"detectUser\",\n value: function detectUser() {\n var user = (0, _auth.getCurrentUser)();\n\n if (user !== null) {\n this.context.uid = user.uid;\n }\n\n return this;\n }\n }, {\n key: \"build\",\n value: function build() {\n return this.factory(this.context);\n }\n }]);\n\n return LoggerBuilder;\n}();\n\nexports.LoggerBuilder = LoggerBuilder;\n//# sourceMappingURL=LoggerBuilder.js.map","var classof = require('../internals/classof-raw');\n\n// `IsArray` abstract operation\n// https://tc39.es/ecma262/#sec-isarray\n// eslint-disable-next-line es/no-array-isarray -- safe\nmodule.exports = Array.isArray || function isArray(arg) {\n return classof(arg) == 'Array';\n};\n","'use strict';\nvar $propertyIsEnumerable = {}.propertyIsEnumerable;\n// eslint-disable-next-line es/no-object-getownpropertydescriptor -- safe\nvar getOwnPropertyDescriptor = Object.getOwnPropertyDescriptor;\n\n// Nashorn ~ JDK8 bug\nvar NASHORN_BUG = getOwnPropertyDescriptor && !$propertyIsEnumerable.call({ 1: 2 }, 1);\n\n// `Object.prototype.propertyIsEnumerable` method implementation\n// https://tc39.es/ecma262/#sec-object.prototype.propertyisenumerable\nexports.f = NASHORN_BUG ? function propertyIsEnumerable(V) {\n var descriptor = getOwnPropertyDescriptor(this, V);\n return !!descriptor && descriptor.enumerable;\n} : $propertyIsEnumerable;\n","// Imports\nimport ___CSS_LOADER_API_SOURCEMAP_IMPORT___ from \"../../../../node_modules/css-loader/dist/runtime/cssWithMappingToString.js\";\nimport ___CSS_LOADER_API_IMPORT___ from \"../../../../node_modules/css-loader/dist/runtime/api.js\";\nvar ___CSS_LOADER_EXPORT___ = ___CSS_LOADER_API_IMPORT___(___CSS_LOADER_API_SOURCEMAP_IMPORT___);\n// Module\n___CSS_LOADER_EXPORT___.push([module.id, \"p.loading[data-v-b186f3be],p.loading-error[data-v-b186f3be]{height:100px}.text-center[data-v-b186f3be]{text-align:center}.app[data-v-b186f3be]{display:flex;flex-direction:row}.app img[data-v-b186f3be]{height:50px;width:50px;filter:invert(1)}.app img[data-v-b186f3be],.app .info[data-v-b186f3be]{padding:12px}.app .info h3[data-v-b186f3be],.app .info p[data-v-b186f3be]{text-align:left}.app .info h3[data-v-b186f3be]{color:#fff;margin-top:0}.app .info h3>span.icon[data-v-b186f3be]{display:inline-block}\", \"\",{\"version\":3,\"sources\":[\"webpack://./core/src/components/setup/RecommendedApps.vue\"],\"names\":[],\"mappings\":\"AAmLA,4DACC,YAAA,CAGD,8BACC,iBAAA,CAGD,sBACC,YAAA,CACA,kBAAA,CAEA,0BACC,WAAA,CACA,UAAA,CACA,gBAAA,CAGD,sDACC,YAAA,CAIA,6DACC,eAAA,CAGD,+BACC,UAAA,CACA,YAAA,CAGD,yCACC,oBAAA\",\"sourcesContent\":[\"\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n.body-login-container {\\n\\n}\\n\\np.loading, p.loading-error {\\n\\theight: 100px;\\n}\\n\\n.text-center {\\n\\ttext-align: center;\\n}\\n\\n.app {\\n\\tdisplay: flex;\\n\\tflex-direction: row;\\n\\n\\timg {\\n\\t\\theight: 50px;\\n\\t\\twidth: 50px;\\n\\t\\tfilter: invert(1);\\n\\t}\\n\\n\\timg, .info {\\n\\t\\tpadding: 12px;\\n\\t}\\n\\n\\t.info {\\n\\t\\th3, p {\\n\\t\\t\\ttext-align: left;\\n\\t\\t}\\n\\n\\t\\th3 {\\n\\t\\t\\tcolor: #fff;\\n\\t\\t\\tmargin-top: 0;\\n\\t\\t}\\n\\n\\t\\th3 > span.icon {\\n\\t\\t\\tdisplay: inline-block;\\n\\t\\t}\\n\\t}\\n}\\n\"],\"sourceRoot\":\"\"}]);\n// Exports\nexport default ___CSS_LOADER_EXPORT___;\n","var internalObjectKeys = require('../internals/object-keys-internal');\nvar enumBugKeys = require('../internals/enum-bug-keys');\n\nvar hiddenKeys = enumBugKeys.concat('length', 'prototype');\n\n// `Object.getOwnPropertyNames` method\n// https://tc39.es/ecma262/#sec-object.getownpropertynames\n// eslint-disable-next-line es/no-object-getownpropertynames -- safe\nexports.f = Object.getOwnPropertyNames || function getOwnPropertyNames(O) {\n return internalObjectKeys(O, hiddenKeys);\n};\n","var toIndexedObject = require('../internals/to-indexed-object');\nvar toLength = require('../internals/to-length');\nvar toAbsoluteIndex = require('../internals/to-absolute-index');\n\n// `Array.prototype.{ indexOf, includes }` methods implementation\nvar createMethod = function (IS_INCLUDES) {\n return function ($this, el, fromIndex) {\n var O = toIndexedObject($this);\n var length = toLength(O.length);\n var index = toAbsoluteIndex(fromIndex, length);\n var value;\n // Array#includes uses SameValueZero equality algorithm\n // eslint-disable-next-line no-self-compare -- NaN check\n if (IS_INCLUDES && el != el) while (length > index) {\n value = O[index++];\n // eslint-disable-next-line no-self-compare -- NaN check\n if (value != value) return true;\n // Array#indexOf ignores holes, Array#includes - not\n } else for (;length > index; index++) {\n if ((IS_INCLUDES || index in O) && O[index] === el) return IS_INCLUDES || index || 0;\n } return !IS_INCLUDES && -1;\n };\n};\n\nmodule.exports = {\n // `Array.prototype.includes` method\n // https://tc39.es/ecma262/#sec-array.prototype.includes\n includes: createMethod(true),\n // `Array.prototype.indexOf` method\n // https://tc39.es/ecma262/#sec-array.prototype.indexof\n indexOf: createMethod(false)\n};\n","/* eslint-disable es/no-symbol -- required for testing */\nvar V8_VERSION = require('../internals/engine-v8-version');\nvar fails = require('../internals/fails');\n\n// eslint-disable-next-line es/no-object-getownpropertysymbols -- required for testing\nmodule.exports = !!Object.getOwnPropertySymbols && !fails(function () {\n var symbol = Symbol();\n // Chrome 38 Symbol has incorrect toString conversion\n // `get-own-property-symbols` polyfill symbols converted to object are not Symbol instances\n return !String(symbol) || !(Object(symbol) instanceof Symbol) ||\n // Chrome 38-40 symbols are not inherited from DOM collections prototypes to instances\n !Symbol.sham && V8_VERSION && V8_VERSION < 41;\n});\n","var wellKnownSymbol = require('../internals/well-known-symbol');\n\nvar TO_STRING_TAG = wellKnownSymbol('toStringTag');\nvar test = {};\n\ntest[TO_STRING_TAG] = 'z';\n\nmodule.exports = String(test) === '[object z]';\n","'use strict';\nconst Queue = require('yocto-queue');\n\nconst pLimit = concurrency => {\n\tif (!((Number.isInteger(concurrency) || concurrency === Infinity) && concurrency > 0)) {\n\t\tthrow new TypeError('Expected `concurrency` to be a number from 1 and up');\n\t}\n\n\tconst queue = new Queue();\n\tlet activeCount = 0;\n\n\tconst next = () => {\n\t\tactiveCount--;\n\n\t\tif (queue.size > 0) {\n\t\t\tqueue.dequeue()();\n\t\t}\n\t};\n\n\tconst run = async (fn, resolve, ...args) => {\n\t\tactiveCount++;\n\n\t\tconst result = (async () => fn(...args))();\n\n\t\tresolve(result);\n\n\t\ttry {\n\t\t\tawait result;\n\t\t} catch {}\n\n\t\tnext();\n\t};\n\n\tconst enqueue = (fn, resolve, ...args) => {\n\t\tqueue.enqueue(run.bind(null, fn, resolve, ...args));\n\n\t\t(async () => {\n\t\t\t// This function needs to wait until the next microtask before comparing\n\t\t\t// `activeCount` to `concurrency`, because `activeCount` is updated asynchronously\n\t\t\t// when the run function is dequeued and called. The comparison in the if-statement\n\t\t\t// needs to happen asynchronously as well to get an up-to-date value for `activeCount`.\n\t\t\tawait Promise.resolve();\n\n\t\t\tif (activeCount < concurrency && queue.size > 0) {\n\t\t\t\tqueue.dequeue()();\n\t\t\t}\n\t\t})();\n\t};\n\n\tconst generator = (fn, ...args) => new Promise(resolve => {\n\t\tenqueue(fn, resolve, ...args);\n\t});\n\n\tObject.defineProperties(generator, {\n\t\tactiveCount: {\n\t\t\tget: () => activeCount\n\t\t},\n\t\tpendingCount: {\n\t\t\tget: () => queue.size\n\t\t},\n\t\tclearQueue: {\n\t\t\tvalue: () => {\n\t\t\t\tqueue.clear();\n\t\t\t}\n\t\t}\n\t});\n\n\treturn generator;\n};\n\nmodule.exports = pLimit;\n","\"use strict\";\n\nrequire(\"core-js/modules/es.object.assign.js\");\n\nObject.defineProperty(exports, \"__esModule\", {\n value: true\n});\nexports.default = void 0;\n\nvar _axios = _interopRequireDefault(require(\"axios\"));\n\nvar _auth = require(\"@nextcloud/auth\");\n\nfunction _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }\n\nvar client = _axios.default.create({\n headers: {\n requesttoken: (0, _auth.getRequestToken)()\n }\n});\n\nvar cancelableClient = Object.assign(client, {\n CancelToken: _axios.default.CancelToken,\n isCancel: _axios.default.isCancel\n});\n(0, _auth.onRequestTokenUpdate)(function (token) {\n return client.defaults.headers.requesttoken = token;\n});\nvar _default = cancelableClient;\nexports.default = _default;\n//# sourceMappingURL=index.js.map","var store = require('../internals/shared-store');\n\nvar functionToString = Function.toString;\n\n// this helper broken in `core-js@3.4.1-3.4.4`, so we can't use `shared` helper\nif (typeof store.inspectSource != 'function') {\n store.inspectSource = function (it) {\n return functionToString.call(it);\n };\n}\n\nmodule.exports = store.inspectSource;\n","// IE8- don't enum bug keys\nmodule.exports = [\n 'constructor',\n 'hasOwnProperty',\n 'isPrototypeOf',\n 'propertyIsEnumerable',\n 'toLocaleString',\n 'toString',\n 'valueOf'\n];\n","// eslint-disable-next-line es/no-object-getownpropertysymbols -- safe\nexports.f = Object.getOwnPropertySymbols;\n","var aFunction = require('../internals/a-function');\n\n// optional / simple context binding\nmodule.exports = function (fn, that, length) {\n aFunction(fn);\n if (that === undefined) return fn;\n switch (length) {\n case 0: return function () {\n return fn.call(that);\n };\n case 1: return function (a) {\n return fn.call(that, a);\n };\n case 2: return function (a, b) {\n return fn.call(that, a, b);\n };\n case 3: return function (a, b, c) {\n return fn.call(that, a, b, c);\n };\n }\n return function (/* ...args */) {\n return fn.apply(that, arguments);\n };\n};\n","\"use strict\";\n\nObject.defineProperty(exports, \"__esModule\", {\n value: true\n});\nObject.defineProperty(exports, \"getRequestToken\", {\n enumerable: true,\n get: function get() {\n return _requesttoken.getRequestToken;\n }\n});\nObject.defineProperty(exports, \"onRequestTokenUpdate\", {\n enumerable: true,\n get: function get() {\n return _requesttoken.onRequestTokenUpdate;\n }\n});\nObject.defineProperty(exports, \"getCurrentUser\", {\n enumerable: true,\n get: function get() {\n return _user.getCurrentUser;\n }\n});\n\nvar _requesttoken = require(\"./requesttoken\");\n\nvar _user = require(\"./user\");\n//# sourceMappingURL=index.js.map","var DESCRIPTORS = require('../internals/descriptors');\nvar fails = require('../internals/fails');\nvar createElement = require('../internals/document-create-element');\n\n// Thank's IE8 for his funny defineProperty\nmodule.exports = !DESCRIPTORS && !fails(function () {\n // eslint-disable-next-line es/no-object-defineproperty -- requied for testing\n return Object.defineProperty(createElement('div'), 'a', {\n get: function () { return 7; }\n }).a != 7;\n});\n","var shared = require('../internals/shared');\nvar uid = require('../internals/uid');\n\nvar keys = shared('keys');\n\nmodule.exports = function (key) {\n return keys[key] || (keys[key] = uid(key));\n};\n","'use strict';\nvar toPrimitive = require('../internals/to-primitive');\nvar definePropertyModule = require('../internals/object-define-property');\nvar createPropertyDescriptor = require('../internals/create-property-descriptor');\n\nmodule.exports = function (object, key, value) {\n var propertyKey = toPrimitive(key);\n if (propertyKey in object) definePropertyModule.f(object, propertyKey, createPropertyDescriptor(0, value));\n else object[propertyKey] = value;\n};\n","var isObject = require('../internals/is-object');\n\nmodule.exports = function (it) {\n if (!isObject(it)) {\n throw TypeError(String(it) + ' is not an object');\n } return it;\n};\n","var isObject = require('../internals/is-object');\nvar isArray = require('../internals/is-array');\nvar wellKnownSymbol = require('../internals/well-known-symbol');\n\nvar SPECIES = wellKnownSymbol('species');\n\n// `ArraySpeciesCreate` abstract operation\n// https://tc39.es/ecma262/#sec-arrayspeciescreate\nmodule.exports = function (originalArray, length) {\n var C;\n if (isArray(originalArray)) {\n C = originalArray.constructor;\n // cross-realm fallback\n if (typeof C == 'function' && (C === Array || isArray(C.prototype))) C = undefined;\n else if (isObject(C)) {\n C = C[SPECIES];\n if (C === null) C = undefined;\n }\n } return new (C === undefined ? Array : C)(length === 0 ? 0 : length);\n};\n","var fails = require('../internals/fails');\nvar wellKnownSymbol = require('../internals/well-known-symbol');\nvar V8_VERSION = require('../internals/engine-v8-version');\n\nvar SPECIES = wellKnownSymbol('species');\n\nmodule.exports = function (METHOD_NAME) {\n // We can't use this feature detection in V8 since it causes\n // deoptimization and serious performance degradation\n // https://github.com/zloirock/core-js/issues/677\n return V8_VERSION >= 51 || !fails(function () {\n var array = [];\n var constructor = array.constructor = {};\n constructor[SPECIES] = function () {\n return { foo: 1 };\n };\n return array[METHOD_NAME](Boolean).foo !== 1;\n });\n};\n","var has = require('../internals/has');\nvar toIndexedObject = require('../internals/to-indexed-object');\nvar indexOf = require('../internals/array-includes').indexOf;\nvar hiddenKeys = require('../internals/hidden-keys');\n\nmodule.exports = function (object, names) {\n var O = toIndexedObject(object);\n var i = 0;\n var result = [];\n var key;\n for (key in O) !has(hiddenKeys, key) && has(O, key) && result.push(key);\n // Don't enum bug & hidden keys\n while (names.length > i) if (has(O, key = names[i++])) {\n ~indexOf(result, key) || result.push(key);\n }\n return result;\n};\n","'use strict';\n\nvar fails = require('./fails');\n\n// babel-minify transpiles RegExp('a', 'y') -> /a/y and it causes SyntaxError,\n// so we use an intermediate function.\nfunction RE(s, f) {\n return RegExp(s, f);\n}\n\nexports.UNSUPPORTED_Y = fails(function () {\n // babel-minify transpiles RegExp('a', 'y') -> /a/y and it causes SyntaxError\n var re = RE('a', 'y');\n re.lastIndex = 2;\n return re.exec('abcd') != null;\n});\n\nexports.BROKEN_CARET = fails(function () {\n // https://bugzilla.mozilla.org/show_bug.cgi?id=773687\n var re = RE('^r', 'gy');\n re.lastIndex = 2;\n return re.exec('str') != null;\n});\n","'use strict';\n// TODO: Remove from `core-js@4` since it's moved to entry points\nrequire('../modules/es.regexp.exec');\nvar redefine = require('../internals/redefine');\nvar regexpExec = require('../internals/regexp-exec');\nvar fails = require('../internals/fails');\nvar wellKnownSymbol = require('../internals/well-known-symbol');\nvar createNonEnumerableProperty = require('../internals/create-non-enumerable-property');\n\nvar SPECIES = wellKnownSymbol('species');\nvar RegExpPrototype = RegExp.prototype;\n\nvar REPLACE_SUPPORTS_NAMED_GROUPS = !fails(function () {\n // #replace needs built-in support for named groups.\n // #match works fine because it just return the exec results, even if it has\n // a \"grops\" property.\n var re = /./;\n re.exec = function () {\n var result = [];\n result.groups = { a: '7' };\n return result;\n };\n return ''.replace(re, '$<a>') !== '7';\n});\n\n// IE <= 11 replaces $0 with the whole match, as if it was $&\n// https://stackoverflow.com/questions/6024666/getting-ie-to-replace-a-regex-with-the-literal-string-0\nvar REPLACE_KEEPS_$0 = (function () {\n // eslint-disable-next-line regexp/prefer-escape-replacement-dollar-char -- required for testing\n return 'a'.replace(/./, '$0') === '$0';\n})();\n\nvar REPLACE = wellKnownSymbol('replace');\n// Safari <= 13.0.3(?) substitutes nth capture where n>m with an empty string\nvar REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE = (function () {\n if (/./[REPLACE]) {\n return /./[REPLACE]('a', '$0') === '';\n }\n return false;\n})();\n\n// Chrome 51 has a buggy \"split\" implementation when RegExp#exec !== nativeExec\n// Weex JS has frozen built-in prototypes, so use try / catch wrapper\nvar SPLIT_WORKS_WITH_OVERWRITTEN_EXEC = !fails(function () {\n // eslint-disable-next-line regexp/no-empty-group -- required for testing\n var re = /(?:)/;\n var originalExec = re.exec;\n re.exec = function () { return originalExec.apply(this, arguments); };\n var result = 'ab'.split(re);\n return result.length !== 2 || result[0] !== 'a' || result[1] !== 'b';\n});\n\nmodule.exports = function (KEY, length, exec, sham) {\n var SYMBOL = wellKnownSymbol(KEY);\n\n var DELEGATES_TO_SYMBOL = !fails(function () {\n // String methods call symbol-named RegEp methods\n var O = {};\n O[SYMBOL] = function () { return 7; };\n return ''[KEY](O) != 7;\n });\n\n var DELEGATES_TO_EXEC = DELEGATES_TO_SYMBOL && !fails(function () {\n // Symbol-named RegExp methods call .exec\n var execCalled = false;\n var re = /a/;\n\n if (KEY === 'split') {\n // We can't use real regex here since it causes deoptimization\n // and serious performance degradation in V8\n // https://github.com/zloirock/core-js/issues/306\n re = {};\n // RegExp[@@split] doesn't call the regex's exec method, but first creates\n // a new one. We need to return the patched regex when creating the new one.\n re.constructor = {};\n re.constructor[SPECIES] = function () { return re; };\n re.flags = '';\n re[SYMBOL] = /./[SYMBOL];\n }\n\n re.exec = function () { execCalled = true; return null; };\n\n re[SYMBOL]('');\n return !execCalled;\n });\n\n if (\n !DELEGATES_TO_SYMBOL ||\n !DELEGATES_TO_EXEC ||\n (KEY === 'replace' && !(\n REPLACE_SUPPORTS_NAMED_GROUPS &&\n REPLACE_KEEPS_$0 &&\n !REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE\n )) ||\n (KEY === 'split' && !SPLIT_WORKS_WITH_OVERWRITTEN_EXEC)\n ) {\n var nativeRegExpMethod = /./[SYMBOL];\n var methods = exec(SYMBOL, ''[KEY], function (nativeMethod, regexp, str, arg2, forceStringMethod) {\n var $exec = regexp.exec;\n if ($exec === regexpExec || $exec === RegExpPrototype.exec) {\n if (DELEGATES_TO_SYMBOL && !forceStringMethod) {\n // The native String method already delegates to @@method (this\n // polyfilled function), leasing to infinite recursion.\n // We avoid it by directly calling the native @@method method.\n return { done: true, value: nativeRegExpMethod.call(regexp, str, arg2) };\n }\n return { done: true, value: nativeMethod.call(str, regexp, arg2) };\n }\n return { done: false };\n }, {\n REPLACE_KEEPS_$0: REPLACE_KEEPS_$0,\n REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE: REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE\n });\n var stringMethod = methods[0];\n var regexMethod = methods[1];\n\n redefine(String.prototype, KEY, stringMethod);\n redefine(RegExpPrototype, SYMBOL, length == 2\n // 21.2.5.8 RegExp.prototype[@@replace](string, replaceValue)\n // 21.2.5.11 RegExp.prototype[@@split](string, limit)\n ? function (string, arg) { return regexMethod.call(string, this, arg); }\n // 21.2.5.6 RegExp.prototype[@@match](string)\n // 21.2.5.9 RegExp.prototype[@@search](string)\n : function (string) { return regexMethod.call(string, this); }\n );\n }\n\n if (sham) createNonEnumerableProperty(RegExpPrototype[SYMBOL], 'sham', true);\n};\n","var getBuiltIn = require('../internals/get-built-in');\n\nmodule.exports = getBuiltIn('navigator', 'userAgent') || '';\n","var toInteger = require('../internals/to-integer');\nvar requireObjectCoercible = require('../internals/require-object-coercible');\n\n// `String.prototype.{ codePointAt, at }` methods implementation\nvar createMethod = function (CONVERT_TO_STRING) {\n return function ($this, pos) {\n var S = String(requireObjectCoercible($this));\n var position = toInteger(pos);\n var size = S.length;\n var first, second;\n if (position < 0 || position >= size) return CONVERT_TO_STRING ? '' : undefined;\n first = S.charCodeAt(position);\n return first < 0xD800 || first > 0xDBFF || position + 1 === size\n || (second = S.charCodeAt(position + 1)) < 0xDC00 || second > 0xDFFF\n ? CONVERT_TO_STRING ? S.charAt(position) : first\n : CONVERT_TO_STRING ? S.slice(position, position + 2) : (first - 0xD800 << 10) + (second - 0xDC00) + 0x10000;\n };\n};\n\nmodule.exports = {\n // `String.prototype.codePointAt` method\n // https://tc39.es/ecma262/#sec-string.prototype.codepointat\n codeAt: createMethod(false),\n // `String.prototype.at` method\n // https://github.com/mathiasbynens/String.prototype.at\n charAt: createMethod(true)\n};\n","var global = require('../internals/global');\nvar shared = require('../internals/shared');\nvar has = require('../internals/has');\nvar uid = require('../internals/uid');\nvar NATIVE_SYMBOL = require('../internals/native-symbol');\nvar USE_SYMBOL_AS_UID = require('../internals/use-symbol-as-uid');\n\nvar WellKnownSymbolsStore = shared('wks');\nvar Symbol = global.Symbol;\nvar createWellKnownSymbol = USE_SYMBOL_AS_UID ? Symbol : Symbol && Symbol.withoutSetter || uid;\n\nmodule.exports = function (name) {\n if (!has(WellKnownSymbolsStore, name) || !(NATIVE_SYMBOL || typeof WellKnownSymbolsStore[name] == 'string')) {\n if (NATIVE_SYMBOL && has(Symbol, name)) {\n WellKnownSymbolsStore[name] = Symbol[name];\n } else {\n WellKnownSymbolsStore[name] = createWellKnownSymbol('Symbol.' + name);\n }\n } return WellKnownSymbolsStore[name];\n};\n","var classof = require('./classof-raw');\nvar regexpExec = require('./regexp-exec');\n\n// `RegExpExec` abstract operation\n// https://tc39.es/ecma262/#sec-regexpexec\nmodule.exports = function (R, S) {\n var exec = R.exec;\n if (typeof exec === 'function') {\n var result = exec.call(R, S);\n if (typeof result !== 'object') {\n throw TypeError('RegExp exec method returned something other than an Object or null');\n }\n return result;\n }\n\n if (classof(R) !== 'RegExp') {\n throw TypeError('RegExp#exec called on incompatible receiver');\n }\n\n return regexpExec.call(R, S);\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, forced: Object.assign !== assign }, {\n assign: assign\n});\n","var internalObjectKeys = require('../internals/object-keys-internal');\nvar enumBugKeys = require('../internals/enum-bug-keys');\n\n// `Object.keys` method\n// https://tc39.es/ecma262/#sec-object.keys\n// eslint-disable-next-line es/no-object-keys -- safe\nmodule.exports = Object.keys || function keys(O) {\n return internalObjectKeys(O, enumBugKeys);\n};\n","class Node {\n\t/// value;\n\t/// next;\n\n\tconstructor(value) {\n\t\tthis.value = value;\n\n\t\t// TODO: Remove this when targeting Node.js 12.\n\t\tthis.next = undefined;\n\t}\n}\n\nclass Queue {\n\t// TODO: Use private class fields when targeting Node.js 12.\n\t// #_head;\n\t// #_tail;\n\t// #_size;\n\n\tconstructor() {\n\t\tthis.clear();\n\t}\n\n\tenqueue(value) {\n\t\tconst node = new Node(value);\n\n\t\tif (this._head) {\n\t\t\tthis._tail.next = node;\n\t\t\tthis._tail = node;\n\t\t} else {\n\t\t\tthis._head = node;\n\t\t\tthis._tail = node;\n\t\t}\n\n\t\tthis._size++;\n\t}\n\n\tdequeue() {\n\t\tconst current = this._head;\n\t\tif (!current) {\n\t\t\treturn;\n\t\t}\n\n\t\tthis._head = this._head.next;\n\t\tthis._size--;\n\t\treturn current.value;\n\t}\n\n\tclear() {\n\t\tthis._head = undefined;\n\t\tthis._tail = undefined;\n\t\tthis._size = 0;\n\t}\n\n\tget size() {\n\t\treturn this._size;\n\t}\n\n\t* [Symbol.iterator]() {\n\t\tlet current = this._head;\n\n\t\twhile (current) {\n\t\t\tyield current.value;\n\t\t\tcurrent = current.next;\n\t\t}\n\t}\n}\n\nmodule.exports = Queue;\n","var fails = require('../internals/fails');\n\nvar replacement = /#|\\.prototype\\./;\n\nvar isForced = function (feature, detection) {\n var value = data[normalize(feature)];\n return value == POLYFILL ? true\n : value == NATIVE ? false\n : typeof detection == 'function' ? fails(detection)\n : !!detection;\n};\n\nvar normalize = isForced.normalize = function (string) {\n return String(string).replace(replacement, '.').toLowerCase();\n};\n\nvar data = isForced.data = {};\nvar NATIVE = isForced.NATIVE = 'N';\nvar POLYFILL = isForced.POLYFILL = 'P';\n\nmodule.exports = isForced;\n","/**\n * @copyright 2019 Christoph Wurst <christoph@winzerhof-wurst.at>\n *\n * @author Christoph Wurst <christoph@winzerhof-wurst.at>\n *\n * @license GNU AGPL version 3 or any later version\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see <http://www.gnu.org/licenses/>.\n *\n */\n\nimport { getCurrentUser } from '@nextcloud/auth'\nimport { getLoggerBuilder } from '@nextcloud/logger'\n\nconst getLogger = user => {\n\tif (user === null) {\n\t\treturn getLoggerBuilder()\n\t\t\t.setApp('core')\n\t\t\t.build()\n\t}\n\treturn getLoggerBuilder()\n\t\t.setApp('core')\n\t\t.setUid(user.uid)\n\t\t.build()\n}\n\nexport default getLogger(getCurrentUser())\n","<!--\n - @copyright 2019 Christoph Wurst <christoph@winzerhof-wurst.at>\n -\n - @author 2019 Christoph Wurst <christoph@winzerhof-wurst.at>\n -\n - @license GNU AGPL version 3 or any later version\n -\n - This program is free software: you can redistribute it and/or modify\n - it under the terms of the GNU Affero General Public License as\n - published by the Free Software Foundation, either version 3 of the\n - License, or (at your option) any later version.\n -\n - This program is distributed in the hope that it will be useful,\n - but WITHOUT ANY WARRANTY; without even the implied warranty of\n - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n - GNU Affero General Public License for more details.\n -\n - You should have received a copy of the GNU Affero General Public License\n - along with this program. If not, see <http://www.gnu.org/licenses/>.\n -->\n\n<template>\n\t<div class=\"body-login-container\">\n\t\t<h2>{{ t('core', 'Recommended apps') }}</h2>\n\t\t<p v-if=\"loadingApps\" class=\"loading text-center\">\n\t\t\t{{ t('core', 'Loading apps …') }}\n\t\t</p>\n\t\t<p v-else-if=\"loadingAppsError\" class=\"loading-error text-center\">\n\t\t\t{{ t('core', 'Could not fetch list of apps from the App Store.') }}\n\t\t</p>\n\t\t<p v-else class=\"text-center\">\n\t\t\t{{ t('core', 'Installing apps …') }}\n\t\t</p>\n\t\t<div v-for=\"app in recommendedApps\" :key=\"app.id\" class=\"app\">\n\t\t\t<img :src=\"customIcon(app.id)\" alt=\"\">\n\t\t\t<div class=\"info\">\n\t\t\t\t<h3>\n\t\t\t\t\t{{ app.name }}\n\t\t\t\t\t<span v-if=\"app.loading\" class=\"icon icon-loading-small-dark\" />\n\t\t\t\t\t<span v-else-if=\"app.active\" class=\"icon icon-checkmark-white\" />\n\t\t\t\t</h3>\n\t\t\t\t<p v-html=\"customDescription(app.id)\" />\n\t\t\t\t<p v-if=\"app.installationError\">\n\t\t\t\t\t<strong>{{ t('core', 'App download or installation failed') }}</strong>\n\t\t\t\t</p>\n\t\t\t\t<p v-else-if=\"!app.isCompatible\">\n\t\t\t\t\t<strong>{{ t('core', 'Cannot install this app because it is not compatible') }}</strong>\n\t\t\t\t</p>\n\t\t\t\t<p v-else-if=\"!app.canInstall\">\n\t\t\t\t\t<strong>{{ t('core', 'Cannot install this app') }}</strong>\n\t\t\t\t</p>\n\t\t\t</div>\n\t\t</div>\n\t\t<p class=\"text-center\">\n\t\t\t<a :href=\"defaultPageUrl\">{{ t('core', 'Cancel') }}</a>\n\t\t</p>\n\t</div>\n</template>\n\n<script>\nimport axios from '@nextcloud/axios'\nimport { generateUrl, imagePath } from '@nextcloud/router'\nimport { loadState } from '@nextcloud/initial-state'\nimport pLimit from 'p-limit'\nimport { translate as t } from '@nextcloud/l10n'\n\nimport logger from '../../logger'\n\nconst recommended = {\n\tcalendar: {\n\t\tdescription: t('core', 'Schedule work & meetings, synced with all your devices.'),\n\t\ticon: imagePath('core', 'places/calendar.svg'),\n\t},\n\tcontacts: {\n\t\tdescription: t('core', 'Keep your colleagues and friends in one place without leaking their private info.'),\n\t\ticon: imagePath('core', 'places/contacts.svg'),\n\t},\n\tmail: {\n\t\tdescription: t('core', 'Simple email app nicely integrated with Files, Contacts and Calendar.'),\n\t\ticon: imagePath('core', 'actions/mail.svg'),\n\t},\n\tspreed: {\n\t\tdescription: t('core', 'Chatting, video calls, screensharing, online meetings and web conferencing – in your browser and with mobile apps.'),\n\t},\n\trichdocuments: {\n\t\tdescription: t('core', 'Collaboratively edit office documents.'),\n\t},\n\trichdocumentscode: {\n\t\tdescription: t('core', 'Local document editing back-end used by the Collabora Online app.'),\n\t},\n}\nconst recommendedIds = Object.keys(recommended)\nconst defaultPageUrl = loadState('core', 'defaultPageUrl')\n\nexport default {\n\tname: 'RecommendedApps',\n\tdata() {\n\t\treturn {\n\t\t\tloadingApps: true,\n\t\t\tloadingAppsError: false,\n\t\t\tapps: [],\n\t\t\tdefaultPageUrl,\n\t\t}\n\t},\n\tcomputed: {\n\t\trecommendedApps() {\n\t\t\treturn this.apps.filter(app => recommendedIds.includes(app.id))\n\t\t},\n\t},\n\tmounted() {\n\t\treturn axios.get(generateUrl('settings/apps/list'))\n\t\t\t.then(resp => resp.data)\n\t\t\t.then(data => {\n\t\t\t\tlogger.info(`${data.apps.length} apps fetched`)\n\n\t\t\t\tthis.apps = data.apps.map(app => Object.assign(app, { loading: false, installationError: false }))\n\t\t\t\tlogger.debug(`${this.recommendedApps.length} recommended apps found`, { apps: this.recommendedApps })\n\n\t\t\t\tthis.installApps()\n\t\t\t})\n\t\t\t.catch(error => {\n\t\t\t\tlogger.error('could not fetch app list', { error })\n\n\t\t\t\tthis.loadingAppsError = true\n\t\t\t})\n\t\t\t.then(() => {\n\t\t\t\tthis.loadingApps = false\n\t\t\t})\n\t},\n\tmethods: {\n\t\tinstallApps() {\n\t\t\tconst limit = pLimit(1)\n\t\t\tconst installing = this.recommendedApps\n\t\t\t\t.filter(app => !app.active && app.isCompatible && app.canInstall)\n\t\t\t\t.map(app => limit(() => {\n\t\t\t\t\tlogger.info(`installing ${app.id}`)\n\t\t\t\t\tapp.loading = true\n\t\t\t\t\treturn axios.post(generateUrl('settings/apps/enable'), { appIds: [app.id], groups: [] })\n\t\t\t\t\t\t.catch(error => {\n\t\t\t\t\t\t\tlogger.error(`could not install ${app.id}`, { error })\n\t\t\t\t\t\t\tapp.installationError = true\n\t\t\t\t\t\t})\n\t\t\t\t\t\t.then(() => {\n\t\t\t\t\t\t\tlogger.info(`installed ${app.id}`)\n\t\t\t\t\t\t\tapp.loading = false\n\t\t\t\t\t\t})\n\t\t\t\t}))\n\t\t\tlogger.debug(`installing ${installing.length} recommended apps`)\n\t\t\tPromise.all(installing)\n\t\t\t\t.then(() => {\n\t\t\t\t\tlogger.info('all recommended apps installed, redirecting …')\n\n\t\t\t\t\twindow.location = defaultPageUrl\n\t\t\t\t})\n\t\t\t\t.catch(error => logger.error('could not install recommended apps', { error }))\n\t\t},\n\t\tcustomIcon(appId) {\n\t\t\tif (!(appId in recommended) || !recommended[appId].icon) {\n\t\t\t\tlogger.warn(`no app icon for recommended app ${appId}`)\n\t\t\t\treturn imagePath('core', 'places/default-app-icon.svg')\n\t\t\t}\n\t\t\treturn recommended[appId].icon\n\t\t},\n\t\tcustomDescription(appId) {\n\t\t\tif (!(appId in recommended)) {\n\t\t\t\tlogger.warn(`no app description for recommended app ${appId}`)\n\t\t\t\treturn ''\n\t\t\t}\n\t\t\treturn recommended[appId].description\n\t\t},\n\t},\n}\n</script>\n\n<style lang=\"scss\" scoped>\n.body-login-container {\n\n}\n\np.loading, p.loading-error {\n\theight: 100px;\n}\n\n.text-center {\n\ttext-align: center;\n}\n\n.app {\n\tdisplay: flex;\n\tflex-direction: row;\n\n\timg {\n\t\theight: 50px;\n\t\twidth: 50px;\n\t\tfilter: invert(1);\n\t}\n\n\timg, .info {\n\t\tpadding: 12px;\n\t}\n\n\t.info {\n\t\th3, p {\n\t\t\ttext-align: left;\n\t\t}\n\n\t\th3 {\n\t\t\tcolor: #fff;\n\t\t\tmargin-top: 0;\n\t\t}\n\n\t\th3 > span.icon {\n\t\t\tdisplay: inline-block;\n\t\t}\n\t}\n}\n</style>\n","import mod from \"-!../../../../node_modules/babel-loader/lib/index.js!../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./RecommendedApps.vue?vue&type=script&lang=js&\"; export default mod; export * from \"-!../../../../node_modules/babel-loader/lib/index.js!../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./RecommendedApps.vue?vue&type=script&lang=js&\"","import api from \"!../../../../node_modules/style-loader/dist/runtime/injectStylesIntoStyleTag.js\";\n import content from \"!!../../../../node_modules/css-loader/dist/cjs.js!../../../../node_modules/vue-loader/lib/loaders/stylePostLoader.js!../../../../node_modules/sass-loader/dist/cjs.js!../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./RecommendedApps.vue?vue&type=style&index=0&id=b186f3be&lang=scss&scoped=true&\";\n\nvar options = {};\n\noptions.insert = \"head\";\noptions.singleton = false;\n\nvar update = api(content, options);\n\n\n\nexport default content.locals || {};","import { render, staticRenderFns } from \"./RecommendedApps.vue?vue&type=template&id=b186f3be&scoped=true&\"\nimport script from \"./RecommendedApps.vue?vue&type=script&lang=js&\"\nexport * from \"./RecommendedApps.vue?vue&type=script&lang=js&\"\nimport style0 from \"./RecommendedApps.vue?vue&type=style&index=0&id=b186f3be&lang=scss&scoped=true&\"\n\n\n/* normalize component */\nimport normalizer from \"!../../../../node_modules/vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n \"b186f3be\",\n null\n \n)\n\nexport default component.exports","var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:\"body-login-container\"},[_c('h2',[_vm._v(_vm._s(_vm.t('core', 'Recommended apps')))]),_vm._v(\" \"),(_vm.loadingApps)?_c('p',{staticClass:\"loading text-center\"},[_vm._v(\"\\n\\t\\t\"+_vm._s(_vm.t('core', 'Loading apps …'))+\"\\n\\t\")]):(_vm.loadingAppsError)?_c('p',{staticClass:\"loading-error text-center\"},[_vm._v(\"\\n\\t\\t\"+_vm._s(_vm.t('core', 'Could not fetch list of apps from the App Store.'))+\"\\n\\t\")]):_c('p',{staticClass:\"text-center\"},[_vm._v(\"\\n\\t\\t\"+_vm._s(_vm.t('core', 'Installing apps …'))+\"\\n\\t\")]),_vm._v(\" \"),_vm._l((_vm.recommendedApps),function(app){return _c('div',{key:app.id,staticClass:\"app\"},[_c('img',{attrs:{\"src\":_vm.customIcon(app.id),\"alt\":\"\"}}),_vm._v(\" \"),_c('div',{staticClass:\"info\"},[_c('h3',[_vm._v(\"\\n\\t\\t\\t\\t\"+_vm._s(app.name)+\"\\n\\t\\t\\t\\t\"),(app.loading)?_c('span',{staticClass:\"icon icon-loading-small-dark\"}):(app.active)?_c('span',{staticClass:\"icon icon-checkmark-white\"}):_vm._e()]),_vm._v(\" \"),_c('p',{domProps:{\"innerHTML\":_vm._s(_vm.customDescription(app.id))}}),_vm._v(\" \"),(app.installationError)?_c('p',[_c('strong',[_vm._v(_vm._s(_vm.t('core', 'App download or installation failed')))])]):(!app.isCompatible)?_c('p',[_c('strong',[_vm._v(_vm._s(_vm.t('core', 'Cannot install this app because it is not compatible')))])]):(!app.canInstall)?_c('p',[_c('strong',[_vm._v(_vm._s(_vm.t('core', 'Cannot install this app')))])]):_vm._e()])])}),_vm._v(\" \"),_c('p',{staticClass:\"text-center\"},[_c('a',{attrs:{\"href\":_vm.defaultPageUrl}},[_vm._v(_vm._s(_vm.t('core', 'Cancel')))])])],2)}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","/**\n * @copyright 2019 Christoph Wurst <christoph@winzerhof-wurst.at>\n *\n * @author Christoph Wurst <christoph@winzerhof-wurst.at>\n *\n * @license GNU AGPL version 3 or any later version\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see <http://www.gnu.org/licenses/>.\n *\n */\n\nimport { getRequestToken } from '@nextcloud/auth'\nimport { generateFilePath } from '@nextcloud/router'\nimport { translate as t } from '@nextcloud/l10n'\nimport Vue from 'vue'\n\nimport logger from './logger'\nimport RecommendedApps from './components/setup/RecommendedApps'\n\n// eslint-disable-next-line camelcase\n__webpack_nonce__ = btoa(getRequestToken())\n// eslint-disable-next-line camelcase\n__webpack_public_path__ = generateFilePath('core', '', 'js/')\n\nVue.mixin({\n\tmethods: {\n\t\tt,\n\t},\n})\n\nconst View = Vue.extend(RecommendedApps)\nnew View().$mount('#recommended-apps')\n\nlogger.debug('recommended apps view rendered')\n","'use strict';\nvar charAt = require('../internals/string-multibyte').charAt;\n\n// `AdvanceStringIndex` abstract operation\n// https://tc39.es/ecma262/#sec-advancestringindex\nmodule.exports = function (S, index, unicode) {\n return index + (unicode ? charAt(S, index).length : 1);\n};\n","var TO_STRING_TAG_SUPPORT = require('../internals/to-string-tag-support');\nvar classofRaw = require('../internals/classof-raw');\nvar wellKnownSymbol = require('../internals/well-known-symbol');\n\nvar TO_STRING_TAG = wellKnownSymbol('toStringTag');\n// ES3 wrong here\nvar CORRECT_ARGUMENTS = classofRaw(function () { return arguments; }()) == 'Arguments';\n\n// fallback for IE11 Script Access Denied error\nvar tryGet = function (it, key) {\n try {\n return it[key];\n } catch (error) { /* empty */ }\n};\n\n// getting tag from ES6+ `Object.prototype.toString`\nmodule.exports = TO_STRING_TAG_SUPPORT ? classofRaw : function (it) {\n var O, tag, result;\n return it === undefined ? 'Undefined' : it === null ? 'Null'\n // @@toStringTag case\n : typeof (tag = tryGet(O = Object(it), TO_STRING_TAG)) == 'string' ? tag\n // builtinTag case\n : CORRECT_ARGUMENTS ? classofRaw(O)\n // ES3 arguments fallback\n : (result = classofRaw(O)) == 'Object' && typeof O.callee == 'function' ? 'Arguments' : result;\n};\n"],"sourceRoot":""} \ No newline at end of file
diff --git a/core/js/dist/systemtags.js b/core/js/dist/systemtags.js
index fc7fe84fc02..8d1fc097057 100644
--- a/core/js/dist/systemtags.js
+++ b/core/js/dist/systemtags.js
@@ -1,2 +1,132 @@
-!function(e){var t={};function n(s){if(t[s])return t[s].exports;var i=t[s]={i:s,l:!1,exports:{}};return e[s].call(i.exports,i,i.exports,n),i.l=!0,i.exports}n.m=e,n.c=t,n.d=function(e,t,s){n.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:s})},n.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},n.t=function(e,t){if(1&t&&(e=n(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var s=Object.create(null);if(n.r(s),Object.defineProperty(s,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var i in e)n.d(s,i,function(t){return e[t]}.bind(null,i));return s},n.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return n.d(t,"a",t),t},n.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},n.p="",n(n.s=0)}([function(e,t,n){"use strict";n.r(t);n(1),n(2),n(3),n(4),n(5),n(6),n(7)},function(e,n){!function(e){e.SystemTags={getDescriptiveTag:function(e){if(_.isUndefined(e.name)&&!_.isUndefined(e.toJSON)&&(e=e.toJSON()),_.isUndefined(e.name))return $("<span>").addClass("non-existing-tag").text(t("core","Non-existing tag #{tag}",{tag:e}));var n,s=$("<span>");return s.append(escapeHTML(e.name)),e.userAssignable||(n=t("core","restricted")),e.userVisible||(n=t("core","invisible")),n&&s.append($("<em>").text(" ("+n+")")),s}}}(OC)},function(e,t){function n(e){return(n="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}var s,i;s=Handlebars.template,(i=OC.SystemTags.Templates=OC.SystemTags.Templates||{}).result=s({1:function(e,t,n,s,i){return" new-item"},3:function(e,t,n,s,i){var l,a,o=e.lookupProperty||function(e,t){if(Object.prototype.hasOwnProperty.call(e,t))return e[t]};return'\t\t<span class="label">'+(null!=(l="function"==typeof(a=null!=(a=o(n,"tagMarkup")||(null!=t?o(t,"tagMarkup"):t))?a:e.hooks.helperMissing)?a.call(null!=t?t:e.nullContext||{},{name:"tagMarkup",hash:{},data:i,loc:{start:{line:4,column:22},end:{line:4,column:37}}}):a)?l:"")+"</span>\n"},5:function(e,t,n,s,i){var l,a=e.lookupProperty||function(e,t){if(Object.prototype.hasOwnProperty.call(e,t))return e[t]};return'\t\t<span class="label">'+e.escapeExpression("function"==typeof(l=null!=(l=a(n,"name")||(null!=t?a(t,"name"):t))?l:e.hooks.helperMissing)?l.call(null!=t?t:e.nullContext||{},{name:"name",hash:{},data:i,loc:{start:{line:6,column:22},end:{line:6,column:30}}}):l)+"</span>\n"},7:function(e,t,n,s,i){var l,a=e.lookupProperty||function(e,t){if(Object.prototype.hasOwnProperty.call(e,t))return e[t]};return'\t\t<span class="systemtags-actions">\n\t\t\t<a href="#" class="rename icon icon-rename" title="'+e.escapeExpression("function"==typeof(l=null!=(l=a(n,"renameTooltip")||(null!=t?a(t,"renameTooltip"):t))?l:e.hooks.helperMissing)?l.call(null!=t?t:e.nullContext||{},{name:"renameTooltip",hash:{},data:i,loc:{start:{line:10,column:54},end:{line:10,column:71}}}):l)+'"></a>\n\t\t</span>\n'},compiler:[8,">= 4.3.0"],main:function(e,t,s,i,l){var a,o,r,c=null!=t?t:e.nullContext||{},u=e.hooks.helperMissing,d=e.lookupProperty||function(e,t){if(Object.prototype.hasOwnProperty.call(e,t))return e[t]},m='<span class="systemtags-item'+(null!=(a=d(s,"if").call(c,null!=t?d(t,"isNew"):t,{name:"if",hash:{},fn:e.program(1,l,0),inverse:e.noop,data:l,loc:{start:{line:1,column:28},end:{line:1,column:57}}}))?a:"")+'" data-id="'+e.escapeExpression("function"===n(o=null!=(o=d(s,"id")||(null!=t?d(t,"id"):t))?o:u)?o.call(c,{name:"id",hash:{},data:l,loc:{start:{line:1,column:68},end:{line:1,column:74}}}):o)+'">\n<span class="checkmark icon icon-checkmark"></span>\n'+(null!=(a=d(s,"if").call(c,null!=t?d(t,"isAdmin"):t,{name:"if",hash:{},fn:e.program(3,l,0),inverse:e.program(5,l,0),data:l,loc:{start:{line:3,column:1},end:{line:7,column:8}}}))?a:"");return o=null!=(o=d(s,"allowActions")||(null!=t?d(t,"allowActions"):t))?o:u,r={name:"allowActions",hash:{},fn:e.program(7,l,0),inverse:e.noop,data:l,loc:{start:{line:8,column:1},end:{line:12,column:18}}},a="function"===n(o)?o.call(c,r):o,d(s,"allowActions")||(a=e.hooks.blockHelperMissing.call(t,a,r)),null!=a&&(m+=a),m+"</span>\n"},useData:!0}),i.result_form=s({1:function(e,t,n,s,i){var l,a=e.lookupProperty||function(e,t){if(Object.prototype.hasOwnProperty.call(e,t))return e[t]};return'\t\t<a href="#" class="delete icon icon-delete" title="'+e.escapeExpression("function"==typeof(l=null!=(l=a(n,"deleteTooltip")||(null!=t?a(t,"deleteTooltip"):t))?l:e.hooks.helperMissing)?l.call(null!=t?t:e.nullContext||{},{name:"deleteTooltip",hash:{},data:i,loc:{start:{line:5,column:53},end:{line:5,column:70}}}):l)+'"></a>\n'},compiler:[8,">= 4.3.0"],main:function(e,t,s,i,l){var a,o,r=null!=t?t:e.nullContext||{},c=e.hooks.helperMissing,u=e.escapeExpression,d=e.lookupProperty||function(e,t){if(Object.prototype.hasOwnProperty.call(e,t))return e[t]};return'<form class="systemtags-rename-form">\n\t <label class="hidden-visually" for="'+u("function"===n(o=null!=(o=d(s,"cid")||(null!=t?d(t,"cid"):t))?o:c)?o.call(r,{name:"cid",hash:{},data:l,loc:{start:{line:2,column:38},end:{line:2,column:45}}}):o)+'-rename-input">'+u("function"===n(o=null!=(o=d(s,"renameLabel")||(null!=t?d(t,"renameLabel"):t))?o:c)?o.call(r,{name:"renameLabel",hash:{},data:l,loc:{start:{line:2,column:60},end:{line:2,column:75}}}):o)+'</label>\n\t<input id="'+u("function"===n(o=null!=(o=d(s,"cid")||(null!=t?d(t,"cid"):t))?o:c)?o.call(r,{name:"cid",hash:{},data:l,loc:{start:{line:3,column:12},end:{line:3,column:19}}}):o)+'-rename-input" type="text" value="'+u("function"===n(o=null!=(o=d(s,"name")||(null!=t?d(t,"name"):t))?o:c)?o.call(r,{name:"name",hash:{},data:l,loc:{start:{line:3,column:53},end:{line:3,column:61}}}):o)+'">\n'+(null!=(a=d(s,"if").call(r,null!=t?d(t,"isAdmin"):t,{name:"if",hash:{},fn:e.program(1,l,0),inverse:e.noop,data:l,loc:{start:{line:4,column:1},end:{line:6,column:8}}}))?a:"")+"</form>\n"},useData:!0}),i.selection=s({1:function(e,t,n,s,i){var l,a,o=e.lookupProperty||function(e,t){if(Object.prototype.hasOwnProperty.call(e,t))return e[t]};return'\t<span class="label">'+(null!=(l="function"==typeof(a=null!=(a=o(n,"tagMarkup")||(null!=t?o(t,"tagMarkup"):t))?a:e.hooks.helperMissing)?a.call(null!=t?t:e.nullContext||{},{name:"tagMarkup",hash:{},data:i,loc:{start:{line:2,column:21},end:{line:2,column:36}}}):a)?l:"")+"</span>\n"},3:function(e,t,n,s,i){var l,a=e.lookupProperty||function(e,t){if(Object.prototype.hasOwnProperty.call(e,t))return e[t]};return'\t<span class="label">'+e.escapeExpression("function"==typeof(l=null!=(l=a(n,"name")||(null!=t?a(t,"name"):t))?l:e.hooks.helperMissing)?l.call(null!=t?t:e.nullContext||{},{name:"name",hash:{},data:i,loc:{start:{line:4,column:21},end:{line:4,column:29}}}):l)+"</span>\n"},compiler:[8,">= 4.3.0"],main:function(e,t,n,s,i){var l,a=e.lookupProperty||function(e,t){if(Object.prototype.hasOwnProperty.call(e,t))return e[t]};return null!=(l=a(n,"if").call(null!=t?t:e.nullContext||{},null!=t?a(t,"isAdmin"):t,{name:"if",hash:{},fn:e.program(1,i,0),inverse:e.program(3,i,0),data:i,loc:{start:{line:1,column:0},end:{line:5,column:7}}}))?l:""},useData:!0})},function(e,t){!function(e){_.extend(e.Files.Client,{PROPERTY_FILEID:"{"+e.Files.Client.NS_OWNCLOUD+"}id",PROPERTY_CAN_ASSIGN:"{"+e.Files.Client.NS_OWNCLOUD+"}can-assign",PROPERTY_DISPLAYNAME:"{"+e.Files.Client.NS_OWNCLOUD+"}display-name",PROPERTY_USERVISIBLE:"{"+e.Files.Client.NS_OWNCLOUD+"}user-visible",PROPERTY_USERASSIGNABLE:"{"+e.Files.Client.NS_OWNCLOUD+"}user-assignable"});var t=e.Backbone.Model.extend({sync:e.Backbone.davSync,defaults:{userVisible:!0,userAssignable:!0,canAssign:!0},davProperties:{id:e.Files.Client.PROPERTY_FILEID,name:e.Files.Client.PROPERTY_DISPLAYNAME,userVisible:e.Files.Client.PROPERTY_USERVISIBLE,userAssignable:e.Files.Client.PROPERTY_USERASSIGNABLE,canAssign:e.Files.Client.PROPERTY_CAN_ASSIGN},parse:function(e){return{id:e.id,name:e.name,userVisible:!0===e.userVisible||"true"===e.userVisible,userAssignable:!0===e.userAssignable||"true"===e.userAssignable,canAssign:!0===e.canAssign||"true"===e.canAssign}}});e.SystemTags=e.SystemTags||{},e.SystemTags.SystemTagModel=t}(OC)},function(e,t){!function(e){var t=e.Backbone.Collection.extend({sync:e.Backbone.davSync,usePUT:!0,_objectId:null,_objectType:"files",model:e.SystemTags.SystemTagModel,url:function(){return e.linkToRemote("dav")+"/systemtags-relations/"+this._objectType+"/"+this._objectId},setObjectId:function(e){this._objectId=e},setObjectType:function(e){this._objectType=e},initialize:function(e,t){t=t||{},_.isUndefined(t.objectId)||(this._objectId=t.objectId),_.isUndefined(t.objectType)||(this._objectType=t.objectType)},getTagIds:function(){return this.map((function(e){return e.id}))}});e.SystemTags=e.SystemTags||{},e.SystemTags.SystemTagsMappingCollection=t}(OC)},function(e,t){!function(e){var t=e.Backbone.Collection.extend({sync:e.Backbone.davSync,model:e.SystemTags.SystemTagModel,url:function(){return e.linkToRemote("dav")+"/systemtags/"},filterByName:function(e){return this.filter((function(t){return function(e,t){return e.get("name").substr(0,t.length).toLowerCase()===t.toLowerCase()}(t,e)}))},reset:function(){return this.fetched=!1,e.Backbone.Collection.prototype.reset.apply(this,arguments)},fetch:function(t){var n=this;if(t=t||{},this.fetched||t.force)return t.success&&t.success(this,null,t),this.trigger("sync",this,null,t),Promise.resolve();var s=t.success;return(t=_.extend({},t)).success=function(){if(n.fetched=!0,s)return s.apply(this,arguments)},e.Backbone.Collection.prototype.fetch.call(this,t)}});e.SystemTags=e.SystemTags||{},e.SystemTags.SystemTagsCollection=t,e.SystemTags.collection=new e.SystemTags.SystemTagsCollection}(OC)},function(e,n){!function(e){var n=e.Backbone.View.extend({_rendered:!1,_newTag:null,_lastUsedTags:[],className:"systemTagsInputFieldContainer",template:function(e){return'<input class="systemTagsInputField" type="hidden" name="tags" value=""/>'},initialize:function(t){t=t||{},this._multiple=!!t.multiple,this._allowActions=_.isUndefined(t.allowActions)||!!t.allowActions,this._allowCreate=_.isUndefined(t.allowCreate)||!!t.allowCreate,this._isAdmin=!!t.isAdmin,_.isFunction(t.initSelection)&&(this._initSelection=t.initSelection),this.collection=t.collection||e.SystemTags.collection;var n=this;this.collection.on("change:name remove",(function(){_.defer(n._refreshSelection)})),_.defer(_.bind(this._getLastUsedTags,this)),_.bindAll(this,"_refreshSelection","_onClickRenameTag","_onClickDeleteTag","_onSelectTag","_onDeselectTag","_onSubmitRenameTag")},_getLastUsedTags:function(){var t=this;$.ajax({type:"GET",url:e.generateUrl("/apps/systemtags/lastused"),success:function(e){t._lastUsedTags=e}})},_refreshSelection:function(){this.$tagsField.select2("val",this.$tagsField.val())},_onClickRenameTag:function(n){var s=$(n.target).closest(".systemtags-item"),i=s.attr("data-id"),l=this.collection.get(i).get("name"),a=$(e.SystemTags.Templates.result_form({cid:this.cid,name:l,deleteTooltip:t("core","Delete"),renameLabel:t("core","Rename"),isAdmin:this._isAdmin}));return s.find(".label").after(a),s.find(".label, .systemtags-actions").addClass("hidden"),s.closest(".select2-result").addClass("has-form"),a.find("[title]").tooltip({placement:"bottom",container:"body"}),a.find("input").focus().selectRange(0,l.length),!1},_onSubmitRenameTag:function(e){e.preventDefault();var t=$(e.target),n=t.closest(".systemtags-item"),s=n.attr("data-id"),i=this.collection.get(s),l=$(e.target).find("input").val().trim();l&&l!==i.get("name")&&(i.save({name:l}),n.find(".label").text(l)),n.find(".label, .systemtags-actions").removeClass("hidden"),t.remove(),n.closest(".select2-result").removeClass("has-form")},_onClickDeleteTag:function(e){var t=$(e.target).closest(".systemtags-item"),n=t.attr("data-id");return this.collection.get(n).destroy(),$(e.target).tooltip("hide"),t.closest(".select2-result").remove(),!1},_addToSelect2Selection:function(e){var t=this.$tagsField.select2("data");t.push(e),this.$tagsField.select2("data",t)},_onSelectTag:function(e){var t,n=this;if(e.object&&e.object.isNew)return t=this.collection.create({name:e.object.name.trim(),userVisible:!0,userAssignable:!0,canAssign:!0},{success:function(e){n._addToSelect2Selection(e.toJSON()),n._lastUsedTags.unshift(e.id),n.trigger("select",e)},error:function(t,s){409===s.status&&(n.collection.reset(),n.collection.fetch({success:function(t){var s=t.where({name:e.object.name.trim(),userVisible:!0,userAssignable:!0});s.length&&(s=s[0],n._addToSelect2Selection(s.toJSON()),n.trigger("select",s))}}))}}),this.$tagsField.select2("close"),e.preventDefault(),!1;t=this.collection.get(e.object.id),this._lastUsedTags.unshift(t.id),this._newTag=null,this.trigger("select",t)},_onDeselectTag:function(e){this.trigger("deselect",e.choice.id)},_queryTagsAutocomplete:function(e){var t=this;this.collection.fetch({success:function(n){var s=n.filterByName(e.term.trim());t._isAdmin||(s=_.filter(s,(function(e){return e.get("canAssign")}))),e.callback({results:_.invoke(s,"toJSON")})}})},_preventDefault:function(e){e.stopPropagation()},_formatDropDownResult:function(n){return e.SystemTags.Templates.result(_.extend({renameTooltip:t("core","Rename"),allowActions:this._allowActions,tagMarkup:this._isAdmin?e.SystemTags.getDescriptiveTag(n)[0].innerHTML:null,isAdmin:this._isAdmin},n))},_formatSelection:function(t){return e.SystemTags.Templates.selection(_.extend({tagMarkup:this._isAdmin?e.SystemTags.getDescriptiveTag(t)[0].innerHTML:null,isAdmin:this._isAdmin},t))},_createSearchChoice:function(e){if(e=e.trim(),!this.collection.filter((function(t){return t.get("name")===e})).length)return this._newTag?this._newTag.name=e:this._newTag={id:-1,name:e,userAssignable:!0,userVisible:!0,canAssign:!0,isNew:!0},this._newTag},_initSelection:function(e,t){var n=this,s=$(e).val().split(",");function i(e){var t=e.toJSON();return n._isAdmin||t.canAssign||(t.locked=!0),t}this.collection.fetch({success:function(){t(function(e){var t=n.collection.filter((function(t){return e.indexOf(t.id)>=0&&(n._isAdmin||t.get("userVisible"))}));return _.map(t,i)}(s))}})},render:function(){var n=this;this.$el.html(this.template()),this.$el.find("[title]").tooltip({placement:"bottom"}),this.$tagsField=this.$el.find("[name=tags]"),this.$tagsField.select2({placeholder:t("core","Collaborative tags"),containerCssClass:"systemtags-select2-container",dropdownCssClass:"systemtags-select2-dropdown",closeOnSelect:!1,allowClear:!1,multiple:this._multiple,toggleSelect:this._multiple,query:_.bind(this._queryTagsAutocomplete,this),id:function(e){return e.id},initSelection:_.bind(this._initSelection,this),formatResult:_.bind(this._formatDropDownResult,this),formatSelection:_.bind(this._formatSelection,this),createSearchChoice:this._allowCreate?_.bind(this._createSearchChoice,this):void 0,sortResults:function(t){var s=_.pluck(n.$tagsField.select2("data"),"id");return t.sort((function(t,i){var l=s.indexOf(t.id)>=0,a=s.indexOf(i.id)>=0;if(l===a){var o=n._lastUsedTags.indexOf(t.id),r=n._lastUsedTags.indexOf(i.id);return o!==r?-1===r?-1:-1===o?1:o<r?-1:1:e.Util.naturalSortCompare(t.name,i.name)}return l&&!a?-1:1})),t},formatNoMatches:function(){return t("core","No tags found")}}).on("select2-selecting",this._onSelectTag).on("select2-removing",this._onDeselectTag);var s=this.$tagsField.select2("dropdown");s.on("mouseup",".rename",this._onClickRenameTag),s.on("mouseup",".delete",this._onClickDeleteTag),s.on("mouseup",".select2-result-selectable.has-form",this._preventDefault),s.on("submit",".systemtags-rename-form",this._onSubmitRenameTag),this.delegateEvents()},remove:function(){this.$tagsField&&this.$tagsField.select2("destroy")},getValues:function(){this.$tagsField.select2("val")},setValues:function(e){this.$tagsField.select2("val",e)},setData:function(e){this.$tagsField.select2("data",e)}});e.SystemTags=e.SystemTags||{},e.SystemTags.SystemTagsInputField=n}(OC)},function(e,t,n){var s=n(8);"string"==typeof s&&(s=[[e.i,s,""]]),s.locals&&(e.exports=s.locals);(0,n(10).default)("bdf318e0",s,!0,{})},function(e,t,n){(t=n(9)(!1)).push([e.i,".systemtags-select2-dropdown .select2-result-label .checkmark{visibility:hidden;margin-left:-5px;margin-right:5px;padding:4px}.systemtags-select2-dropdown .select2-result-label .new-item .systemtags-actions{display:none}.systemtags-select2-dropdown .select2-selected .select2-result-label .checkmark{visibility:visible}.systemtags-select2-dropdown .select2-result-label .icon{display:inline-block;opacity:.5}.systemtags-select2-dropdown .select2-result-label .icon.rename{padding:4px}.systemtags-select2-dropdown .systemtags-actions{position:absolute;right:5px}.systemtags-select2-dropdown .systemtags-rename-form{display:inline-block;width:calc(100% - 20px);top:-6px;position:relative}.systemtags-select2-dropdown .systemtags-rename-form input{display:inline-block;height:30px;width:calc(100% - 40px)}.systemtags-select2-dropdown .label{width:85%;display:inline-block;overflow:hidden;text-overflow:ellipsis}.systemtags-select2-dropdown .label.hidden{display:none}.systemtags-select2-dropdown span{line-height:25px}.systemtags-select2-dropdown .systemtags-item{display:inline-block;height:25px;width:100%}.systemtags-select2-dropdown .select2-result-label{height:25px}.systemTagsInfoView,.systemtags-select2-container{width:100%}.systemTagsInfoView .select2-choices .select2-search-choice.select2-locked .label,.systemtags-select2-container .select2-choices .select2-search-choice.select2-locked .label{opacity:0.5}#select2-drop.systemtags-select2-dropdown .select2-results li.select2-result{padding:5px}\n",""]),e.exports=t},function(e,t,n){"use strict";e.exports=function(e){var t=[];return t.toString=function(){return this.map((function(t){var n=function(e,t){var n=e[1]||"",s=e[3];if(!s)return n;if(t&&"function"==typeof btoa){var i=(a=s,o=btoa(unescape(encodeURIComponent(JSON.stringify(a)))),r="sourceMappingURL=data:application/json;charset=utf-8;base64,".concat(o),"/*# ".concat(r," */")),l=s.sources.map((function(e){return"/*# sourceURL=".concat(s.sourceRoot||"").concat(e," */")}));return[n].concat(l).concat([i]).join("\n")}var a,o,r;return[n].join("\n")}(t,e);return t[2]?"@media ".concat(t[2]," {").concat(n,"}"):n})).join("")},t.i=function(e,n){"string"==typeof e&&(e=[[null,e,""]]);for(var s=0;s<e.length;s++){var i=[].concat(e[s]);n&&(i[2]?i[2]="".concat(n," and ").concat(i[2]):i[2]=n),t.push(i)}},t}},function(e,t,n){"use strict";function s(e,t){for(var n=[],s={},i=0;i<t.length;i++){var l=t[i],a=l[0],o={id:e+":"+i,css:l[1],media:l[2],sourceMap:l[3]};s[a]?s[a].parts.push(o):n.push(s[a]={id:a,parts:[o]})}return n}n.r(t),n.d(t,"default",(function(){return p}));var i="undefined"!=typeof document;if("undefined"!=typeof DEBUG&&DEBUG&&!i)throw new Error("vue-style-loader cannot be used in a non-browser environment. Use { target: 'node' } in your Webpack config to indicate a server-rendering environment.");var l={},a=i&&(document.head||document.getElementsByTagName("head")[0]),o=null,r=0,c=!1,u=function(){},d=null,m="undefined"!=typeof navigator&&/msie [6-9]\b/.test(navigator.userAgent.toLowerCase());function p(e,t,n,i){c=n,d=i||{};var a=s(e,t);return f(a),function(t){for(var n=[],i=0;i<a.length;i++){var o=a[i];(r=l[o.id]).refs--,n.push(r)}t?f(a=s(e,t)):a=[];for(i=0;i<n.length;i++){var r;if(0===(r=n[i]).refs){for(var c=0;c<r.parts.length;c++)r.parts[c]();delete l[r.id]}}}}function f(e){for(var t=0;t<e.length;t++){var n=e[t],s=l[n.id];if(s){s.refs++;for(var i=0;i<s.parts.length;i++)s.parts[i](n.parts[i]);for(;i<n.parts.length;i++)s.parts.push(h(n.parts[i]));s.parts.length>n.parts.length&&(s.parts.length=n.parts.length)}else{var a=[];for(i=0;i<n.parts.length;i++)a.push(h(n.parts[i]));l[n.id]={id:n.id,refs:1,parts:a}}}}function g(){var e=document.createElement("style");return e.type="text/css",a.appendChild(e),e}function h(e){var t,n,s=document.querySelector('style[data-vue-ssr-id~="'+e.id+'"]');if(s){if(c)return u;s.parentNode.removeChild(s)}if(m){var i=r++;s=o||(o=g()),t=v.bind(null,s,i,!1),n=v.bind(null,s,i,!0)}else s=g(),t=_.bind(null,s),n=function(){s.parentNode.removeChild(s)};return t(e),function(s){if(s){if(s.css===e.css&&s.media===e.media&&s.sourceMap===e.sourceMap)return;t(e=s)}else n()}}var y,b=(y=[],function(e,t){return y[e]=t,y.filter(Boolean).join("\n")});function v(e,t,n,s){var i=n?"":s.css;if(e.styleSheet)e.styleSheet.cssText=b(t,i);else{var l=document.createTextNode(i),a=e.childNodes;a[t]&&e.removeChild(a[t]),a.length?e.insertBefore(l,a[t]):e.appendChild(l)}}function _(e,t){var n=t.css,s=t.media,i=t.sourceMap;if(s&&e.setAttribute("media",s),d.ssrId&&e.setAttribute("data-vue-ssr-id",t.id),i&&(n+="\n/*# sourceURL="+i.sources[0]+" */",n+="\n/*# sourceMappingURL=data:application/json;base64,"+btoa(unescape(encodeURIComponent(JSON.stringify(i))))+" */"),e.styleSheet)e.styleSheet.cssText=n;else{for(;e.firstChild;)e.removeChild(e.firstChild);e.appendChild(document.createTextNode(n))}}}]);
+!function(e){var t={};function n(r){if(t[r])return t[r].exports;var o=t[r]={i:r,l:!1,exports:{}};return e[r].call(o.exports,o,o.exports,n),o.l=!0,o.exports}n.m=e,n.c=t,n.d=function(e,t,r){n.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:r})},n.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},n.t=function(e,t){if(1&t&&(e=n(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var r=Object.create(null);if(n.r(r),Object.defineProperty(r,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var o in e)n.d(r,o,function(t){return e[t]}.bind(null,o));return r},n.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return n.d(t,"a",t),t},n.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},n.p="",n(n.s=103)}([function(e,t,n){(function(t){var n=function(e){return e&&e.Math==Math&&e};e.exports=n("object"==typeof globalThis&&globalThis)||n("object"==typeof window&&window)||n("object"==typeof self&&self)||n("object"==typeof t&&t)||function(){return this}()||Function("return this")()}).call(this,n(13))},function(e,t){e.exports=function(e){try{return!!e()}catch(e){return!0}}},function(e,t,n){"use strict";t.__esModule=!0,t.extend=s,t.indexOf=function(e,t){for(var n=0,r=e.length;n<r;n++)if(e[n]===t)return n;return-1},t.escapeExpression=function(e){if("string"!=typeof e){if(e&&e.toHTML)return e.toHTML();if(null==e)return"";if(!e)return e+"";e=""+e}if(!i.test(e))return e;return e.replace(o,a)},t.isEmpty=function(e){return!e&&0!==e||!(!u(e)||0!==e.length)},t.createFrame=function(e){var t=s({},e);return t._parent=e,t},t.blockParams=function(e,t){return e.path=t,e},t.appendContextPath=function(e,t){return(e?e+".":"")+t};var r={"&":"&amp;","<":"&lt;",">":"&gt;",'"':"&quot;","'":"&#x27;","`":"&#x60;","=":"&#x3D;"},o=/[&<>"'`=]/g,i=/[&<>"'`=]/;function a(e){return r[e]}function s(e){for(var t=1;t<arguments.length;t++)for(var n in arguments[t])Object.prototype.hasOwnProperty.call(arguments[t],n)&&(e[n]=arguments[t][n]);return e}var l=Object.prototype.toString;t.toString=l;var c=function(e){return"function"==typeof e};c(/x/)&&(t.isFunction=c=function(e){return"function"==typeof e&&"[object Function]"===l.call(e)}),t.isFunction=c;var u=Array.isArray||function(e){return!(!e||"object"!=typeof e)&&"[object Array]"===l.call(e)};t.isArray=u},function(e,t,n){"use strict";t.__esModule=!0;var r=["description","fileName","lineNumber","endLineNumber","message","name","number","stack"];function o(e,t){var n=t&&t.loc,i=void 0,a=void 0,s=void 0,l=void 0;n&&(i=n.start.line,a=n.end.line,s=n.start.column,l=n.end.column,e+=" - "+i+":"+s);for(var c=Error.prototype.constructor.call(this,e),u=0;u<r.length;u++)this[r[u]]=c[r[u]];Error.captureStackTrace&&Error.captureStackTrace(this,o);try{n&&(this.lineNumber=i,this.endLineNumber=a,Object.defineProperty?(Object.defineProperty(this,"column",{value:s,enumerable:!0}),Object.defineProperty(this,"endColumn",{value:l,enumerable:!0})):(this.column=s,this.endColumn=l))}catch(e){}}o.prototype=new Error,t.default=o,e.exports=t.default},function(e,t,n){var r=n(16),o={}.hasOwnProperty;e.exports=Object.hasOwn||function(e,t){return o.call(r(e),t)}},function(e,t,n){var r=n(1);e.exports=!r((function(){return 7!=Object.defineProperty({},1,{get:function(){return 7}})[1]}))},function(e,t,n){var r=n(5),o=n(31),i=n(27);e.exports=r?function(e,t,n){return o.f(e,t,i(1,n))}:function(e,t,n){return e[t]=n,e}},function(e,t,n){var r=n(9);e.exports=function(e){if(!r(e))throw TypeError(String(e)+" is not an object");return e}},function(e,t){e.exports=function(e){if(null==e)throw TypeError("Can't call method on "+e);return e}},function(e,t){e.exports=function(e){return"object"==typeof e?null!==e:"function"==typeof e}},function(e,t,n){var r=n(0),o=n(6),i=n(4),a=n(17),s=n(32),l=n(59),c=l.get,u=l.enforce,f=String(String).split("String");(e.exports=function(e,t,n,s){var l,c=!!s&&!!s.unsafe,p=!!s&&!!s.enumerable,d=!!s&&!!s.noTargetGet;"function"==typeof n&&("string"!=typeof t||i(n,"name")||o(n,"name",t),(l=u(n)).source||(l.source=f.join("string"==typeof t?t:""))),e!==r?(c?!d&&e[t]&&(p=!0):delete e[t],p?e[t]=n:o(e,t,n)):p?e[t]=n:a(t,n)})(Function.prototype,"toString",(function(){return"function"==typeof this&&c(this).source||s(this)}))},function(e,t){var n=Math.ceil,r=Math.floor;e.exports=function(e){return isNaN(e=+e)?0:(e>0?r:n)(e)}},function(e,t,n){var r=n(0),o=n(25).f,i=n(6),a=n(10),s=n(17),l=n(63),c=n(68);e.exports=function(e,t){var n,u,f,p,d,h=e.target,g=e.global,m=e.stat;if(n=g?r:m?r[h]||s(h,{}):(r[h]||{}).prototype)for(u in t){if(p=t[u],f=e.noTargetGet?(d=o(n,u))&&d.value:n[u],!c(g?u:h+(m?".":"#")+u,e.forced)&&void 0!==f){if(typeof p==typeof f)continue;l(p,f)}(e.sham||f&&f.sham)&&i(p,"sham",!0),a(n,u,p,e)}}},function(e,t){var n;n=function(){return this}();try{n=n||new Function("return this")()}catch(e){"object"==typeof window&&(n=window)}e.exports=n},function(e,t,n){var r=n(28),o=n(8);e.exports=function(e){return r(o(e))}},function(e,t){var n={}.toString;e.exports=function(e){return n.call(e).slice(8,-1)}},function(e,t,n){var r=n(8);e.exports=function(e){return Object(r(e))}},function(e,t,n){var r=n(0),o=n(6);e.exports=function(e,t){try{o(r,e,t)}catch(n){r[e]=t}return t}},function(e,t,n){var r=n(0),o=n(17),i=r["__core-js_shared__"]||o("__core-js_shared__",{});e.exports=i},function(e,t,n){var r=n(62),o=n(18);(e.exports=function(e,t){return o[e]||(o[e]=void 0!==t?t:{})})("versions",[]).push({version:"3.13.1",mode:r?"pure":"global",copyright:"© 2021 Denis Pushkarev (zloirock.ru)"})},function(e,t,n){var r={};r[n(21)("toStringTag")]="z",e.exports="[object z]"===String(r)},function(e,t,n){var r=n(0),o=n(19),i=n(4),a=n(33),s=n(41),l=n(76),c=o("wks"),u=r.Symbol,f=l?u:u&&u.withoutSetter||a;e.exports=function(e){return i(c,e)&&(s||"string"==typeof c[e])||(s&&i(u,e)?c[e]=u[e]:c[e]=f("Symbol."+e)),c[e]}},function(e,t,n){"use strict";var r,o,i=n(43),a=n(79),s=n(19),l=RegExp.prototype.exec,c=s("native-string-replace",String.prototype.replace),u=l,f=(r=/a/,o=/b*/g,l.call(r,"a"),l.call(o,"a"),0!==r.lastIndex||0!==o.lastIndex),p=a.UNSUPPORTED_Y||a.BROKEN_CARET,d=void 0!==/()??/.exec("")[1];(f||d||p)&&(u=function(e){var t,n,r,o,a=this,s=p&&a.sticky,u=i.call(a),h=a.source,g=0,m=e;return s&&(-1===(u=u.replace("y","")).indexOf("g")&&(u+="g"),m=String(e).slice(a.lastIndex),a.lastIndex>0&&(!a.multiline||a.multiline&&"\n"!==e[a.lastIndex-1])&&(h="(?: "+h+")",m=" "+m,g++),n=new RegExp("^(?:"+h+")",u)),d&&(n=new RegExp("^"+h+"$(?!\\s)",u)),f&&(t=a.lastIndex),r=l.call(s?n:a,m),s?r?(r.input=r.input.slice(g),r[0]=r[0].slice(g),r.index=a.lastIndex,a.lastIndex+=r[0].length):a.lastIndex=0:f&&r&&(a.lastIndex=a.global?r.index+r[0].length:t),d&&r&&r.length>1&&c.call(r[0],n,(function(){for(o=1;o<arguments.length-2;o++)void 0===arguments[o]&&(r[o]=void 0)})),r}),e.exports=u},function(e,t,n){e.exports=n(88).default},function(e,t,n){"use strict";var r=n(54),o=n.n(r),i=n(55),a=n.n(i)()(o.a);a.push([e.i,".systemtags-select2-dropdown .select2-result-label .checkmark{visibility:hidden;margin-left:-5px;margin-right:5px;padding:4px}.systemtags-select2-dropdown .select2-result-label .new-item .systemtags-actions{display:none}.systemtags-select2-dropdown .select2-selected .select2-result-label .checkmark{visibility:visible}.systemtags-select2-dropdown .select2-result-label .icon{display:inline-block;opacity:.5}.systemtags-select2-dropdown .select2-result-label .icon.rename{padding:4px}.systemtags-select2-dropdown .systemtags-actions{position:absolute;right:5px}.systemtags-select2-dropdown .systemtags-rename-form{display:inline-block;width:calc(100% - 20px);top:-6px;position:relative}.systemtags-select2-dropdown .systemtags-rename-form input{display:inline-block;height:30px;width:calc(100% - 40px)}.systemtags-select2-dropdown .label{width:85%;display:inline-block;overflow:hidden;text-overflow:ellipsis}.systemtags-select2-dropdown .label.hidden{display:none}.systemtags-select2-dropdown span{line-height:25px}.systemtags-select2-dropdown .systemtags-item{display:inline-block;height:25px;width:100%}.systemtags-select2-dropdown .select2-result-label{height:25px}.systemTagsInfoView,.systemtags-select2-container{width:100%}.systemTagsInfoView .select2-choices,.systemtags-select2-container .select2-choices{flex-wrap:nowrap !important;max-height:44px}.systemTagsInfoView .select2-choices .select2-search-choice.select2-locked .label,.systemtags-select2-container .select2-choices .select2-search-choice.select2-locked .label{opacity:.5}#select2-drop.systemtags-select2-dropdown .select2-results li.select2-result{padding:5px}","",{version:3,sources:["webpack://./core/css/systemtags.scss"],names:[],mappings:"AAcE,8DACC,iBAAA,CACA,gBAAA,CACA,gBAAA,CACA,WAAA,CAED,iFACC,YAAA,CAGF,gFACC,kBAAA,CAED,yDACC,oBAAA,CACA,UAAA,CACA,gEACC,WAAA,CAGF,iDACC,iBAAA,CACA,SAAA,CAED,qDACC,oBAAA,CACA,uBAAA,CACA,QAAA,CACA,iBAAA,CACA,2DACC,oBAAA,CACA,WAAA,CACA,uBAAA,CAGF,oCACC,SAAA,CACA,oBAAA,CACA,eAAA,CACA,sBAAA,CACA,2CACC,YAAA,CAGF,kCACC,gBAAA,CAED,8CACC,oBAAA,CACA,WAAA,CACA,UAAA,CAED,mDACC,WAAA,CAIF,kDAEC,UAAA,CAEA,oFACC,2BAAA,CACA,eAAA,CAGD,8KACC,UAAA,CAIF,6EACC,WAAA",sourcesContent:["/**\n * @copyright Copyright (c) 2016, John Molakvoæ <skjnldsv@protonmail.com>\n * @copyright Copyright (c) 2016, Robin Appelman <robin@icewind.nl>\n * @copyright Copyright (c) 2016, Jan-Christoph Borchardt <hey@jancborchardt.net>\n * @copyright Copyright (c) 2016, Vincent Petry <pvince81@owncloud.com>\n * @copyright Copyright (c) 2016, Erik Pellikka <erik@pellikka.org>\n * @copyright Copyright (c) 2015, Vincent Petry <pvince81@owncloud.com>\n *\n * @license GNU AGPL version 3 or any later version\n *\n */\n\n.systemtags-select2-dropdown {\n\t.select2-result-label {\n\t\t.checkmark {\n\t\t\tvisibility: hidden;\n\t\t\tmargin-left: -5px;\n\t\t\tmargin-right: 5px;\n\t\t\tpadding: 4px;\n\t\t}\n\t\t.new-item .systemtags-actions {\n\t\t\tdisplay: none;\n\t\t}\n\t}\n\t.select2-selected .select2-result-label .checkmark {\n\t\tvisibility: visible;\n\t}\n\t.select2-result-label .icon {\n\t\tdisplay: inline-block;\n\t\topacity: .5;\n\t\t&.rename {\n\t\t\tpadding: 4px;\n\t\t}\n\t}\n\t.systemtags-actions {\n\t\tposition: absolute;\n\t\tright: 5px;\n\t}\n\t.systemtags-rename-form {\n\t\tdisplay: inline-block;\n\t\twidth: calc(100% - 20px);\n\t\ttop: -6px;\n\t\tposition: relative;\n\t\tinput {\n\t\t\tdisplay: inline-block;\n\t\t\theight: 30px;\n\t\t\twidth: calc(100% - 40px);\n\t\t}\n\t}\n\t.label {\n\t\twidth: 85%;\n\t\tdisplay: inline-block;\n\t\toverflow: hidden;\n\t\ttext-overflow: ellipsis;\n\t\t&.hidden {\n\t\t\tdisplay: none;\n\t\t}\n\t}\n\tspan {\n\t\tline-height: 25px;\n\t}\n\t.systemtags-item {\n\t\tdisplay: inline-block;\n\t\theight: 25px;\n\t\twidth: 100%;\n\t}\n\t.select2-result-label {\n\t\theight: 25px;\n\t}\n}\n\n.systemTagsInfoView,\n.systemtags-select2-container {\n\twidth: 100%;\n\n\t.select2-choices {\n\t\tflex-wrap: nowrap !important;\n\t\tmax-height: 44px;\n\t}\n\n\t.select2-choices .select2-search-choice.select2-locked .label {\n\t\topacity: 0.5;\n\t}\n}\n\n#select2-drop.systemtags-select2-dropdown .select2-results li.select2-result {\n\tpadding: 5px;\n}\n"],sourceRoot:""}]),t.a=a},function(e,t,n){var r=n(5),o=n(26),i=n(27),a=n(14),s=n(29),l=n(4),c=n(30),u=Object.getOwnPropertyDescriptor;t.f=r?u:function(e,t){if(e=a(e),t=s(t,!0),c)try{return u(e,t)}catch(e){}if(l(e,t))return i(!o.f.call(e,t),e[t])}},function(e,t,n){"use strict";var r={}.propertyIsEnumerable,o=Object.getOwnPropertyDescriptor,i=o&&!r.call({1:2},1);t.f=i?function(e){var t=o(this,e);return!!t&&t.enumerable}:r},function(e,t){e.exports=function(e,t){return{enumerable:!(1&e),configurable:!(2&e),writable:!(4&e),value:t}}},function(e,t,n){var r=n(1),o=n(15),i="".split;e.exports=r((function(){return!Object("z").propertyIsEnumerable(0)}))?function(e){return"String"==o(e)?i.call(e,""):Object(e)}:Object},function(e,t,n){var r=n(9);e.exports=function(e,t){if(!r(e))return e;var n,o;if(t&&"function"==typeof(n=e.toString)&&!r(o=n.call(e)))return o;if("function"==typeof(n=e.valueOf)&&!r(o=n.call(e)))return o;if(!t&&"function"==typeof(n=e.toString)&&!r(o=n.call(e)))return o;throw TypeError("Can't convert object to primitive value")}},function(e,t,n){var r=n(5),o=n(1),i=n(58);e.exports=!r&&!o((function(){return 7!=Object.defineProperty(i("div"),"a",{get:function(){return 7}}).a}))},function(e,t,n){var r=n(5),o=n(30),i=n(7),a=n(29),s=Object.defineProperty;t.f=r?s:function(e,t,n){if(i(e),t=a(t,!0),i(n),o)try{return s(e,t,n)}catch(e){}if("get"in n||"set"in n)throw TypeError("Accessors not supported");return"value"in n&&(e[t]=n.value),e}},function(e,t,n){var r=n(18),o=Function.toString;"function"!=typeof r.inspectSource&&(r.inspectSource=function(e){return o.call(e)}),e.exports=r.inspectSource},function(e,t){var n=0,r=Math.random();e.exports=function(e){return"Symbol("+String(void 0===e?"":e)+")_"+(++n+r).toString(36)}},function(e,t){e.exports={}},function(e,t,n){var r=n(65),o=n(0),i=function(e){return"function"==typeof e?e:void 0};e.exports=function(e,t){return arguments.length<2?i(r[e])||i(o[e]):r[e]&&r[e][t]||o[e]&&o[e][t]}},function(e,t,n){var r=n(4),o=n(14),i=n(37).indexOf,a=n(34);e.exports=function(e,t){var n,s=o(e),l=0,c=[];for(n in s)!r(a,n)&&r(s,n)&&c.push(n);for(;t.length>l;)r(s,n=t[l++])&&(~i(c,n)||c.push(n));return c}},function(e,t,n){var r=n(14),o=n(38),i=n(67),a=function(e){return function(t,n,a){var s,l=r(t),c=o(l.length),u=i(a,c);if(e&&n!=n){for(;c>u;)if((s=l[u++])!=s)return!0}else for(;c>u;u++)if((e||u in l)&&l[u]===n)return e||u||0;return!e&&-1}};e.exports={includes:a(!0),indexOf:a(!1)}},function(e,t,n){var r=n(11),o=Math.min;e.exports=function(e){return e>0?o(r(e),9007199254740991):0}},function(e,t){e.exports=["constructor","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","toLocaleString","toString","valueOf"]},function(e,t){t.f=Object.getOwnPropertySymbols},function(e,t,n){var r=n(74),o=n(1);e.exports=!!Object.getOwnPropertySymbols&&!o((function(){var e=Symbol();return!String(e)||!(Object(e)instanceof Symbol)||!Symbol.sham&&r&&r<41}))},function(e,t,n){"use strict";var r=n(12),o=n(22);r({target:"RegExp",proto:!0,forced:/./.exec!==o},{exec:o})},function(e,t,n){"use strict";var r=n(7);e.exports=function(){var e=r(this),t="";return e.global&&(t+="g"),e.ignoreCase&&(t+="i"),e.multiline&&(t+="m"),e.dotAll&&(t+="s"),e.unicode&&(t+="u"),e.sticky&&(t+="y"),t}},function(e,t,n){"use strict";function r(e){return e&&e.__esModule?e:{default:e}}t.__esModule=!0,t.HandlebarsEnvironment=u;var o=n(2),i=r(n(3)),a=n(45),s=n(96),l=r(n(46)),c=n(47);t.VERSION="4.7.7";t.COMPILER_REVISION=8;t.LAST_COMPATIBLE_COMPILER_REVISION=7;t.REVISION_CHANGES={1:"<= 1.0.rc.2",2:"== 1.0.0-rc.3",3:"== 1.0.0-rc.4",4:"== 1.x.x",5:"== 2.0.0-alpha.x",6:">= 2.0.0-beta.1",7:">= 4.0.0 <4.3.0",8:">= 4.3.0"};function u(e,t,n){this.helpers=e||{},this.partials=t||{},this.decorators=n||{},a.registerDefaultHelpers(this),s.registerDefaultDecorators(this)}u.prototype={constructor:u,logger:l.default,log:l.default.log,registerHelper:function(e,t){if("[object Object]"===o.toString.call(e)){if(t)throw new i.default("Arg not supported with multiple helpers");o.extend(this.helpers,e)}else this.helpers[e]=t},unregisterHelper:function(e){delete this.helpers[e]},registerPartial:function(e,t){if("[object Object]"===o.toString.call(e))o.extend(this.partials,e);else{if(void 0===t)throw new i.default('Attempting to register a partial called "'+e+'" as undefined');this.partials[e]=t}},unregisterPartial:function(e){delete this.partials[e]},registerDecorator:function(e,t){if("[object Object]"===o.toString.call(e)){if(t)throw new i.default("Arg not supported with multiple decorators");o.extend(this.decorators,e)}else this.decorators[e]=t},unregisterDecorator:function(e){delete this.decorators[e]},resetLoggedPropertyAccesses:function(){c.resetLoggedProperties()}};var f=l.default.log;t.log=f,t.createFrame=o.createFrame,t.logger=l.default},function(e,t,n){"use strict";function r(e){return e&&e.__esModule?e:{default:e}}t.__esModule=!0,t.registerDefaultHelpers=function(e){o.default(e),i.default(e),a.default(e),s.default(e),l.default(e),c.default(e),u.default(e)},t.moveHelperToHooks=function(e,t,n){e.helpers[t]&&(e.hooks[t]=e.helpers[t],n||delete e.helpers[t])};var o=r(n(89)),i=r(n(90)),a=r(n(91)),s=r(n(92)),l=r(n(93)),c=r(n(94)),u=r(n(95))},function(e,t,n){"use strict";t.__esModule=!0;var r=n(2),o={methodMap:["debug","info","warn","error"],level:"info",lookupLevel:function(e){if("string"==typeof e){var t=r.indexOf(o.methodMap,e.toLowerCase());e=t>=0?t:parseInt(e,10)}return e},log:function(e){if(e=o.lookupLevel(e),"undefined"!=typeof console&&o.lookupLevel(o.level)<=e){var t=o.methodMap[e];console[t]||(t="log");for(var n=arguments.length,r=Array(n>1?n-1:0),i=1;i<n;i++)r[i-1]=arguments[i];console[t].apply(console,r)}}};t.default=o,e.exports=t.default},function(e,t,n){"use strict";t.__esModule=!0,t.createProtoAccessControl=function(e){var t=Object.create(null);t.constructor=!1,t.__defineGetter__=!1,t.__defineSetter__=!1,t.__lookupGetter__=!1;var n=Object.create(null);return n.__proto__=!1,{properties:{whitelist:r.createNewLookupObject(n,e.allowedProtoProperties),defaultValue:e.allowProtoPropertiesByDefault},methods:{whitelist:r.createNewLookupObject(t,e.allowedProtoMethods),defaultValue:e.allowProtoMethodsByDefault}}},t.resultIsAllowed=function(e,t,n){return a("function"==typeof e?t.methods:t.properties,n)},t.resetLoggedProperties=function(){Object.keys(i).forEach((function(e){delete i[e]}))};var r=n(98),o=function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&(t[n]=e[n]);return t.default=e,t}(n(46)),i=Object.create(null);function a(e,t){return void 0!==e.whitelist[t]?!0===e.whitelist[t]:void 0!==e.defaultValue?e.defaultValue:(function(e){!0!==i[e]&&(i[e]=!0,o.log("error",'Handlebars: Access has been denied to resolve the property "'+e+'" because it is not an "own property" of its parent.\nYou can add a runtime option to disable the check or this warning:\nSee https://handlebarsjs.com/api-reference/runtime-options.html#options-to-control-prototype-access for details'))}(t),!1)}},function(e,t,n){"use strict";
+/*!
+ * escape-html
+ * Copyright(c) 2012-2013 TJ Holowaychuk
+ * Copyright(c) 2015 Andreas Lubbe
+ * Copyright(c) 2015 Tiancheng "Timothy" Gu
+ * MIT Licensed
+ */var r=/["'&<>]/;e.exports=function(e){var t,n=""+e,o=r.exec(n);if(!o)return n;var i="",a=0,s=0;for(a=o.index;a<n.length;a++){switch(n.charCodeAt(a)){case 34:t="&quot;";break;case 38:t="&amp;";break;case 39:t="&#39;";break;case 60:t="&lt;";break;case 62:t="&gt;";break;default:continue}s!==a&&(i+=n.substring(s,a)),s=a+1,i+=t}return s!==a?i+n.substring(s,a):i}},function(e,t,n){"use strict";n(57),n(70),n(73),n(42),n(80),n(81),Object.defineProperty(t,"__esModule",{value:!0}),t.getRootUrl=t.generateFilePath=t.imagePath=t.generateUrl=t.generateOcsUrl=t.generateRemoteUrl=t.linkTo=void 0;t.linkTo=function(e,t){return r(e,"",t)};t.generateRemoteUrl=function(e){return window.location.protocol+"//"+window.location.host+function(e){return o()+"/remote.php/"+e}(e)};t.generateOcsUrl=function(e,t){return t=2!==t?1:2,window.location.protocol+"//"+window.location.host+o()+"/ocs/v"+t+".php/"+e+"/"};t.generateUrl=function(e,t,n){var r=Object.assign({escape:!0,noRewrite:!1},n||{}),i=function(e,t){return t=t||{},e.replace(/{([^{}]*)}/g,(function(e,n){var o=t[n];return r.escape?"string"==typeof o||"number"==typeof o?encodeURIComponent(o.toString()):encodeURIComponent(e):"string"==typeof o||"number"==typeof o?o.toString():e}))};return"/"!==e.charAt(0)&&(e="/"+e),!0!==OC.config.modRewriteWorking||r.noRewrite?o()+"/index.php"+i(e,t||{}):o()+i(e,t||{})};t.imagePath=function(e,t){return-1===t.indexOf(".")?r(e,"img",t+".svg"):r(e,"img",t)};var r=function(e,t,n){var r=-1!==OC.coreApps.indexOf(e),i=o();return"php"!==n.substring(n.length-3)||r?"php"===n.substring(n.length-3)||r?(i+="settings"!==e&&"core"!==e&&"search"!==e||"ajax"!==t?"/":"/index.php/",r||(i+="apps/"),""!==e&&(i+=e+="/"),t&&(i+=t+"/"),i+=n):(i=OC.appswebroots[e],t&&(i+="/"+t+"/"),"/"!==i.substring(i.length-1)&&(i+="/"),i+=n):(i+="/index.php/apps/"+e,"index.php"!==n&&(i+="/",t&&(i+=encodeURI(t+"/")),i+=n)),i};t.generateFilePath=r;var o=function(){return OC.webroot};t.getRootUrl=o},function(e,t,n){var r=n(23);e.exports=(r.default||r).template({1:function(e,t,n,r,o){return" new-item"},3:function(e,t,n,r,o){var i,a,s=e.lookupProperty||function(e,t){if(Object.prototype.hasOwnProperty.call(e,t))return e[t]};return'\t\t<span class="label">'+(null!=(i="function"==typeof(a=null!=(a=s(n,"tagMarkup")||(null!=t?s(t,"tagMarkup"):t))?a:e.hooks.helperMissing)?a.call(null!=t?t:e.nullContext||{},{name:"tagMarkup",hash:{},data:o,loc:{start:{line:4,column:22},end:{line:4,column:37}}}):a)?i:"")+"</span>\n"},5:function(e,t,n,r,o){var i,a=e.lookupProperty||function(e,t){if(Object.prototype.hasOwnProperty.call(e,t))return e[t]};return'\t\t<span class="label">'+e.escapeExpression("function"==typeof(i=null!=(i=a(n,"name")||(null!=t?a(t,"name"):t))?i:e.hooks.helperMissing)?i.call(null!=t?t:e.nullContext||{},{name:"name",hash:{},data:o,loc:{start:{line:6,column:22},end:{line:6,column:30}}}):i)+"</span>\n"},7:function(e,t,n,r,o){var i,a=e.lookupProperty||function(e,t){if(Object.prototype.hasOwnProperty.call(e,t))return e[t]};return'\t\t<span class="systemtags-actions">\n\t\t\t<a href="#" class="rename icon icon-rename" title="'+e.escapeExpression("function"==typeof(i=null!=(i=a(n,"renameTooltip")||(null!=t?a(t,"renameTooltip"):t))?i:e.hooks.helperMissing)?i.call(null!=t?t:e.nullContext||{},{name:"renameTooltip",hash:{},data:o,loc:{start:{line:10,column:54},end:{line:10,column:71}}}):i)+'"></a>\n\t\t</span>\n'},compiler:[8,">= 4.3.0"],main:function(e,t,n,r,o){var i,a,s,l=null!=t?t:e.nullContext||{},c=e.hooks.helperMissing,u=e.lookupProperty||function(e,t){if(Object.prototype.hasOwnProperty.call(e,t))return e[t]},f='<span class="systemtags-item'+(null!=(i=u(n,"if").call(l,null!=t?u(t,"isNew"):t,{name:"if",hash:{},fn:e.program(1,o,0),inverse:e.noop,data:o,loc:{start:{line:1,column:28},end:{line:1,column:57}}}))?i:"")+'" data-id="'+e.escapeExpression("function"==typeof(a=null!=(a=u(n,"id")||(null!=t?u(t,"id"):t))?a:c)?a.call(l,{name:"id",hash:{},data:o,loc:{start:{line:1,column:68},end:{line:1,column:74}}}):a)+'">\n<span class="checkmark icon icon-checkmark"></span>\n'+(null!=(i=u(n,"if").call(l,null!=t?u(t,"isAdmin"):t,{name:"if",hash:{},fn:e.program(3,o,0),inverse:e.program(5,o,0),data:o,loc:{start:{line:3,column:1},end:{line:7,column:8}}}))?i:"");return a=null!=(a=u(n,"allowActions")||(null!=t?u(t,"allowActions"):t))?a:c,s={name:"allowActions",hash:{},fn:e.program(7,o,0),inverse:e.noop,data:o,loc:{start:{line:8,column:1},end:{line:12,column:18}}},i="function"==typeof a?a.call(l,s):a,u(n,"allowActions")||(i=e.hooks.blockHelperMissing.call(t,i,s)),null!=i&&(f+=i),f+"</span>\n"},useData:!0})},function(e,t,n){var r=n(23);e.exports=(r.default||r).template({1:function(e,t,n,r,o){var i,a=e.lookupProperty||function(e,t){if(Object.prototype.hasOwnProperty.call(e,t))return e[t]};return'\t\t<a href="#" class="delete icon icon-delete" title="'+e.escapeExpression("function"==typeof(i=null!=(i=a(n,"deleteTooltip")||(null!=t?a(t,"deleteTooltip"):t))?i:e.hooks.helperMissing)?i.call(null!=t?t:e.nullContext||{},{name:"deleteTooltip",hash:{},data:o,loc:{start:{line:5,column:53},end:{line:5,column:70}}}):i)+'"></a>\n'},compiler:[8,">= 4.3.0"],main:function(e,t,n,r,o){var i,a,s=null!=t?t:e.nullContext||{},l=e.hooks.helperMissing,c=e.escapeExpression,u=e.lookupProperty||function(e,t){if(Object.prototype.hasOwnProperty.call(e,t))return e[t]};return'<form class="systemtags-rename-form">\n\t <label class="hidden-visually" for="'+c("function"==typeof(a=null!=(a=u(n,"cid")||(null!=t?u(t,"cid"):t))?a:l)?a.call(s,{name:"cid",hash:{},data:o,loc:{start:{line:2,column:38},end:{line:2,column:45}}}):a)+'-rename-input">'+c("function"==typeof(a=null!=(a=u(n,"renameLabel")||(null!=t?u(t,"renameLabel"):t))?a:l)?a.call(s,{name:"renameLabel",hash:{},data:o,loc:{start:{line:2,column:60},end:{line:2,column:75}}}):a)+'</label>\n\t<input id="'+c("function"==typeof(a=null!=(a=u(n,"cid")||(null!=t?u(t,"cid"):t))?a:l)?a.call(s,{name:"cid",hash:{},data:o,loc:{start:{line:3,column:12},end:{line:3,column:19}}}):a)+'-rename-input" type="text" value="'+c("function"==typeof(a=null!=(a=u(n,"name")||(null!=t?u(t,"name"):t))?a:l)?a.call(s,{name:"name",hash:{},data:o,loc:{start:{line:3,column:53},end:{line:3,column:61}}}):a)+'">\n'+(null!=(i=u(n,"if").call(s,null!=t?u(t,"isAdmin"):t,{name:"if",hash:{},fn:e.program(1,o,0),inverse:e.noop,data:o,loc:{start:{line:4,column:1},end:{line:6,column:8}}}))?i:"")+"</form>\n"},useData:!0})},function(e,t,n){var r=n(23);e.exports=(r.default||r).template({1:function(e,t,n,r,o){var i,a,s=e.lookupProperty||function(e,t){if(Object.prototype.hasOwnProperty.call(e,t))return e[t]};return'\t<span class="label">'+(null!=(i="function"==typeof(a=null!=(a=s(n,"tagMarkup")||(null!=t?s(t,"tagMarkup"):t))?a:e.hooks.helperMissing)?a.call(null!=t?t:e.nullContext||{},{name:"tagMarkup",hash:{},data:o,loc:{start:{line:2,column:21},end:{line:2,column:36}}}):a)?i:"")+"</span>\n"},3:function(e,t,n,r,o){var i,a=e.lookupProperty||function(e,t){if(Object.prototype.hasOwnProperty.call(e,t))return e[t]};return'\t<span class="label">'+e.escapeExpression("function"==typeof(i=null!=(i=a(n,"name")||(null!=t?a(t,"name"):t))?i:e.hooks.helperMissing)?i.call(null!=t?t:e.nullContext||{},{name:"name",hash:{},data:o,loc:{start:{line:4,column:21},end:{line:4,column:29}}}):i)+"</span>\n"},compiler:[8,">= 4.3.0"],main:function(e,t,n,r,o){var i,a=e.lookupProperty||function(e,t){if(Object.prototype.hasOwnProperty.call(e,t))return e[t]};return null!=(i=a(n,"if").call(null!=t?t:e.nullContext||{},null!=t?a(t,"isAdmin"):t,{name:"if",hash:{},fn:e.program(1,o,0),inverse:e.program(3,o,0),data:o,loc:{start:{line:1,column:0},end:{line:5,column:7}}}))?i:""},useData:!0})},function(e,t,n){"use strict";var r,o=function(){return void 0===r&&(r=Boolean(window&&document&&document.all&&!window.atob)),r},i=function(){var e={};return function(t){if(void 0===e[t]){var n=document.querySelector(t);if(window.HTMLIFrameElement&&n instanceof window.HTMLIFrameElement)try{n=n.contentDocument.head}catch(e){n=null}e[t]=n}return e[t]}}(),a=[];function s(e){for(var t=-1,n=0;n<a.length;n++)if(a[n].identifier===e){t=n;break}return t}function l(e,t){for(var n={},r=[],o=0;o<e.length;o++){var i=e[o],l=t.base?i[0]+t.base:i[0],c=n[l]||0,u="".concat(l," ").concat(c);n[l]=c+1;var f=s(u),p={css:i[1],media:i[2],sourceMap:i[3]};-1!==f?(a[f].references++,a[f].updater(p)):a.push({identifier:u,updater:m(p,t),references:1}),r.push(u)}return r}function c(e){var t=document.createElement("style"),r=e.attributes||{};if(void 0===r.nonce){var o=n.nc;o&&(r.nonce=o)}if(Object.keys(r).forEach((function(e){t.setAttribute(e,r[e])})),"function"==typeof e.insert)e.insert(t);else{var a=i(e.insert||"head");if(!a)throw new Error("Couldn't find a style target. This probably means that the value for the 'insert' parameter is invalid.");a.appendChild(t)}return t}var u,f=(u=[],function(e,t){return u[e]=t,u.filter(Boolean).join("\n")});function p(e,t,n,r){var o=n?"":r.media?"@media ".concat(r.media," {").concat(r.css,"}"):r.css;if(e.styleSheet)e.styleSheet.cssText=f(t,o);else{var i=document.createTextNode(o),a=e.childNodes;a[t]&&e.removeChild(a[t]),a.length?e.insertBefore(i,a[t]):e.appendChild(i)}}function d(e,t,n){var r=n.css,o=n.media,i=n.sourceMap;if(o?e.setAttribute("media",o):e.removeAttribute("media"),i&&"undefined"!=typeof btoa&&(r+="\n/*# sourceMappingURL=data:application/json;base64,".concat(btoa(unescape(encodeURIComponent(JSON.stringify(i))))," */")),e.styleSheet)e.styleSheet.cssText=r;else{for(;e.firstChild;)e.removeChild(e.firstChild);e.appendChild(document.createTextNode(r))}}var h=null,g=0;function m(e,t){var n,r,o;if(t.singleton){var i=g++;n=h||(h=c(t)),r=p.bind(null,n,i,!1),o=p.bind(null,n,i,!0)}else n=c(t),r=d.bind(null,n,t),o=function(){!function(e){if(null===e.parentNode)return!1;e.parentNode.removeChild(e)}(n)};return r(e),function(t){if(t){if(t.css===e.css&&t.media===e.media&&t.sourceMap===e.sourceMap)return;r(e=t)}else o()}}e.exports=function(e,t){(t=t||{}).singleton||"boolean"==typeof t.singleton||(t.singleton=o());var n=l(e=e||[],t);return function(e){if(e=e||[],"[object Array]"===Object.prototype.toString.call(e)){for(var r=0;r<n.length;r++){var o=s(n[r]);a[o].references--}for(var i=l(e,t),c=0;c<n.length;c++){var u=s(n[c]);0===a[u].references&&(a[u].updater(),a.splice(u,1))}n=i}}}},function(e,t,n){"use strict";function r(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){var n=e&&("undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"]);if(null==n)return;var r,o,i=[],a=!0,s=!1;try{for(n=n.call(e);!(a=(r=n.next()).done)&&(i.push(r.value),!t||i.length!==t);a=!0);}catch(e){s=!0,o=e}finally{try{a||null==n.return||n.return()}finally{if(s)throw o}}return i}(e,t)||function(e,t){if(!e)return;if("string"==typeof e)return o(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);"Object"===n&&e.constructor&&(n=e.constructor.name);if("Map"===n||"Set"===n)return Array.from(e);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return o(e,t)}(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function o(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}e.exports=function(e){var t=r(e,4),n=t[1],o=t[3];if("function"==typeof btoa){var i=btoa(unescape(encodeURIComponent(JSON.stringify(o)))),a="sourceMappingURL=data:application/json;charset=utf-8;base64,".concat(i),s="/*# ".concat(a," */"),l=o.sources.map((function(e){return"/*# sourceURL=".concat(o.sourceRoot||"").concat(e," */")}));return[n].concat(l).concat([s]).join("\n")}return[n].join("\n")}},function(e,t,n){"use strict";e.exports=function(e){var t=[];return t.toString=function(){return this.map((function(t){var n=e(t);return t[2]?"@media ".concat(t[2]," {").concat(n,"}"):n})).join("")},t.i=function(e,n,r){"string"==typeof e&&(e=[[null,e,""]]);var o={};if(r)for(var i=0;i<this.length;i++){var a=this[i][0];null!=a&&(o[a]=!0)}for(var s=0;s<e.length;s++){var l=[].concat(e[s]);r&&o[l[0]]||(n&&(l[2]?l[2]="".concat(n," and ").concat(l[2]):l[2]=n),t.push(l))}},t}},function(e,t){
+/**
+ * Copyright (c) 2015
+ *
+ * @author John Molakvoæ <skjnldsv@protonmail.com>
+ * @author Michael Jobst <mjobst+github@tecratech.de>
+ * @author Roeland Jago Douma <roeland@famdouma.nl>
+ * @author Vincent Petry <vincent@nextcloud.com>
+ *
+ * @license GNU AGPL version 3 or any later version
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Affero General Public License as
+ * published by the Free Software Foundation, either version 3 of the
+ * License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Affero General Public License for more details.
+ *
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ *
+ */
+!function(e){_.extend(e.Files.Client,{PROPERTY_FILEID:"{"+e.Files.Client.NS_OWNCLOUD+"}id",PROPERTY_CAN_ASSIGN:"{"+e.Files.Client.NS_OWNCLOUD+"}can-assign",PROPERTY_DISPLAYNAME:"{"+e.Files.Client.NS_OWNCLOUD+"}display-name",PROPERTY_USERVISIBLE:"{"+e.Files.Client.NS_OWNCLOUD+"}user-visible",PROPERTY_USERASSIGNABLE:"{"+e.Files.Client.NS_OWNCLOUD+"}user-assignable"});const t=e.Backbone.Model.extend({sync:e.Backbone.davSync,defaults:{userVisible:!0,userAssignable:!0,canAssign:!0},davProperties:{id:e.Files.Client.PROPERTY_FILEID,name:e.Files.Client.PROPERTY_DISPLAYNAME,userVisible:e.Files.Client.PROPERTY_USERVISIBLE,userAssignable:e.Files.Client.PROPERTY_USERASSIGNABLE,canAssign:e.Files.Client.PROPERTY_CAN_ASSIGN},parse:e=>({id:e.id,name:e.name,userVisible:!0===e.userVisible||"true"===e.userVisible,userAssignable:!0===e.userAssignable||"true"===e.userAssignable,canAssign:!0===e.canAssign||"true"===e.canAssign})});e.SystemTags=e.SystemTags||{},e.SystemTags.SystemTagModel=t}(OC)},function(e,t,n){"use strict";var r=n(12),o=n(37).indexOf,i=n(69),a=[].indexOf,s=!!a&&1/[1].indexOf(1,-0)<0,l=i("indexOf");r({target:"Array",proto:!0,forced:s||!l},{indexOf:function(e){return s?a.apply(this,arguments)||0:o(this,e,arguments.length>1?arguments[1]:void 0)}})},function(e,t,n){var r=n(0),o=n(9),i=r.document,a=o(i)&&o(i.createElement);e.exports=function(e){return a?i.createElement(e):{}}},function(e,t,n){var r,o,i,a=n(60),s=n(0),l=n(9),c=n(6),u=n(4),f=n(18),p=n(61),d=n(34),h=s.WeakMap;if(a||f.state){var g=f.state||(f.state=new h),m=g.get,v=g.has,y=g.set;r=function(e,t){if(v.call(g,e))throw new TypeError("Object already initialized");return t.facade=e,y.call(g,e,t),t},o=function(e){return m.call(g,e)||{}},i=function(e){return v.call(g,e)}}else{var b=p("state");d[b]=!0,r=function(e,t){if(u(e,b))throw new TypeError("Object already initialized");return t.facade=e,c(e,b,t),t},o=function(e){return u(e,b)?e[b]:{}},i=function(e){return u(e,b)}}e.exports={set:r,get:o,has:i,enforce:function(e){return i(e)?o(e):r(e,{})},getterFor:function(e){return function(t){var n;if(!l(t)||(n=o(t)).type!==e)throw TypeError("Incompatible receiver, "+e+" required");return n}}}},function(e,t,n){var r=n(0),o=n(32),i=r.WeakMap;e.exports="function"==typeof i&&/native code/.test(o(i))},function(e,t,n){var r=n(19),o=n(33),i=r("keys");e.exports=function(e){return i[e]||(i[e]=o(e))}},function(e,t){e.exports=!1},function(e,t,n){var r=n(4),o=n(64),i=n(25),a=n(31);e.exports=function(e,t){for(var n=o(t),s=a.f,l=i.f,c=0;c<n.length;c++){var u=n[c];r(e,u)||s(e,u,l(t,u))}}},function(e,t,n){var r=n(35),o=n(66),i=n(40),a=n(7);e.exports=r("Reflect","ownKeys")||function(e){var t=o.f(a(e)),n=i.f;return n?t.concat(n(e)):t}},function(e,t,n){var r=n(0);e.exports=r},function(e,t,n){var r=n(36),o=n(39).concat("length","prototype");t.f=Object.getOwnPropertyNames||function(e){return r(e,o)}},function(e,t,n){var r=n(11),o=Math.max,i=Math.min;e.exports=function(e,t){var n=r(e);return n<0?o(n+t,0):i(n,t)}},function(e,t,n){var r=n(1),o=/#|\.prototype\./,i=function(e,t){var n=s[a(e)];return n==c||n!=l&&("function"==typeof t?r(t):!!t)},a=i.normalize=function(e){return String(e).replace(o,".").toLowerCase()},s=i.data={},l=i.NATIVE="N",c=i.POLYFILL="P";e.exports=i},function(e,t,n){"use strict";var r=n(1);e.exports=function(e,t){var n=[][e];return!!n&&r((function(){n.call(null,t||function(){throw 1},1)}))}},function(e,t,n){var r=n(12),o=n(71);r({target:"Object",stat:!0,forced:Object.assign!==o},{assign:o})},function(e,t,n){"use strict";var r=n(5),o=n(1),i=n(72),a=n(40),s=n(26),l=n(16),c=n(28),u=Object.assign,f=Object.defineProperty;e.exports=!u||o((function(){if(r&&1!==u({b:1},u(f({},"a",{enumerable:!0,get:function(){f(this,"b",{value:3,enumerable:!1})}}),{b:2})).b)return!0;var e={},t={},n=Symbol();return e[n]=7,"abcdefghijklmnopqrst".split("").forEach((function(e){t[e]=e})),7!=u({},e)[n]||"abcdefghijklmnopqrst"!=i(u({},t)).join("")}))?function(e,t){for(var n=l(e),o=arguments.length,u=1,f=a.f,p=s.f;o>u;)for(var d,h=c(arguments[u++]),g=f?i(h).concat(f(h)):i(h),m=g.length,v=0;m>v;)d=g[v++],r&&!p.call(h,d)||(n[d]=h[d]);return n}:u},function(e,t,n){var r=n(36),o=n(39);e.exports=Object.keys||function(e){return r(e,o)}},function(e,t,n){var r=n(20),o=n(10),i=n(77);r||o(Object.prototype,"toString",i,{unsafe:!0})},function(e,t,n){var r,o,i=n(0),a=n(75),s=i.process,l=s&&s.versions,c=l&&l.v8;c?o=(r=c.split("."))[0]<4?1:r[0]+r[1]:a&&(!(r=a.match(/Edge\/(\d+)/))||r[1]>=74)&&(r=a.match(/Chrome\/(\d+)/))&&(o=r[1]),e.exports=o&&+o},function(e,t,n){var r=n(35);e.exports=r("navigator","userAgent")||""},function(e,t,n){var r=n(41);e.exports=r&&!Symbol.sham&&"symbol"==typeof Symbol.iterator},function(e,t,n){"use strict";var r=n(20),o=n(78);e.exports=r?{}.toString:function(){return"[object "+o(this)+"]"}},function(e,t,n){var r=n(20),o=n(15),i=n(21)("toStringTag"),a="Arguments"==o(function(){return arguments}());e.exports=r?o:function(e){var t,n,r;return void 0===e?"Undefined":null===e?"Null":"string"==typeof(n=function(e,t){try{return e[t]}catch(e){}}(t=Object(e),i))?n:a?o(t):"Object"==(r=o(t))&&"function"==typeof t.callee?"Arguments":r}},function(e,t,n){"use strict";var r=n(1);function o(e,t){return RegExp(e,t)}t.UNSUPPORTED_Y=r((function(){var e=o("a","y");return e.lastIndex=2,null!=e.exec("abcd")})),t.BROKEN_CARET=r((function(){var e=o("^r","gy");return e.lastIndex=2,null!=e.exec("str")}))},function(e,t,n){"use strict";var r=n(10),o=n(7),i=n(1),a=n(43),s=RegExp.prototype,l=s.toString,c=i((function(){return"/a/b"!=l.call({source:"a",flags:"b"})})),u="toString"!=l.name;(c||u)&&r(RegExp.prototype,"toString",(function(){var e=o(this),t=String(e.source),n=e.flags;return"/"+t+"/"+String(void 0===n&&e instanceof RegExp&&!("flags"in s)?a.call(e):n)}),{unsafe:!0})},function(e,t,n){"use strict";var r=n(82),o=n(7),i=n(38),a=n(11),s=n(8),l=n(83),c=n(85),u=n(86),f=Math.max,p=Math.min;r("replace",2,(function(e,t,n,r){var d=r.REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE,h=r.REPLACE_KEEPS_$0,g=d?"$":"$0";return[function(n,r){var o=s(this),i=null==n?void 0:n[e];return void 0!==i?i.call(n,o,r):t.call(String(o),n,r)},function(e,r){if(!d&&h||"string"==typeof r&&-1===r.indexOf(g)){var s=n(t,e,this,r);if(s.done)return s.value}var m=o(e),v=String(this),y="function"==typeof r;y||(r=String(r));var b=m.global;if(b){var A=m.unicode;m.lastIndex=0}for(var x=[];;){var _=u(m,v);if(null===_)break;if(x.push(_),!b)break;""===String(_[0])&&(m.lastIndex=l(v,i(m.lastIndex),A))}for(var w,C="",S=0,O=0;O<x.length;O++){_=x[O];for(var k=String(_[0]),T=f(p(a(_.index),v.length),0),P=[],E=1;E<_.length;E++)P.push(void 0===(w=_[E])?w:String(w));var j=_.groups;if(y){var M=[k].concat(P,T,v);void 0!==j&&M.push(j);var R=String(r.apply(void 0,M))}else R=c(k,v,T,P,j,r);T>=S&&(C+=v.slice(S,T)+R,S=T+k.length)}return C+v.slice(S)}]}))},function(e,t,n){"use strict";n(42);var r=n(10),o=n(22),i=n(1),a=n(21),s=n(6),l=a("species"),c=RegExp.prototype,u=!i((function(){var e=/./;return e.exec=function(){var e=[];return e.groups={a:"7"},e},"7"!=="".replace(e,"$<a>")})),f="$0"==="a".replace(/./,"$0"),p=a("replace"),d=!!/./[p]&&""===/./[p]("a","$0"),h=!i((function(){var e=/(?:)/,t=e.exec;e.exec=function(){return t.apply(this,arguments)};var n="ab".split(e);return 2!==n.length||"a"!==n[0]||"b"!==n[1]}));e.exports=function(e,t,n,p){var g=a(e),m=!i((function(){var t={};return t[g]=function(){return 7},7!=""[e](t)})),v=m&&!i((function(){var t=!1,n=/a/;return"split"===e&&((n={}).constructor={},n.constructor[l]=function(){return n},n.flags="",n[g]=/./[g]),n.exec=function(){return t=!0,null},n[g](""),!t}));if(!m||!v||"replace"===e&&(!u||!f||d)||"split"===e&&!h){var y=/./[g],b=n(g,""[e],(function(e,t,n,r,i){var a=t.exec;return a===o||a===c.exec?m&&!i?{done:!0,value:y.call(t,n,r)}:{done:!0,value:e.call(n,t,r)}:{done:!1}}),{REPLACE_KEEPS_$0:f,REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE:d}),A=b[0],x=b[1];r(String.prototype,e,A),r(c,g,2==t?function(e,t){return x.call(e,this,t)}:function(e){return x.call(e,this)})}p&&s(c[g],"sham",!0)}},function(e,t,n){"use strict";var r=n(84).charAt;e.exports=function(e,t,n){return t+(n?r(e,t).length:1)}},function(e,t,n){var r=n(11),o=n(8),i=function(e){return function(t,n){var i,a,s=String(o(t)),l=r(n),c=s.length;return l<0||l>=c?e?"":void 0:(i=s.charCodeAt(l))<55296||i>56319||l+1===c||(a=s.charCodeAt(l+1))<56320||a>57343?e?s.charAt(l):i:e?s.slice(l,l+2):a-56320+(i-55296<<10)+65536}};e.exports={codeAt:i(!1),charAt:i(!0)}},function(e,t,n){var r=n(16),o=Math.floor,i="".replace,a=/\$([$&'`]|\d{1,2}|<[^>]*>)/g,s=/\$([$&'`]|\d{1,2})/g;e.exports=function(e,t,n,l,c,u){var f=n+e.length,p=l.length,d=s;return void 0!==c&&(c=r(c),d=a),i.call(u,d,(function(r,i){var a;switch(i.charAt(0)){case"$":return"$";case"&":return e;case"`":return t.slice(0,n);case"'":return t.slice(f);case"<":a=c[i.slice(1,-1)];break;default:var s=+i;if(0===s)return r;if(s>p){var u=o(s/10);return 0===u?r:u<=p?void 0===l[u-1]?i.charAt(1):l[u-1]+i.charAt(1):r}a=l[s-1]}return void 0===a?"":a}))}},function(e,t,n){var r=n(15),o=n(22);e.exports=function(e,t){var n=e.exec;if("function"==typeof n){var i=n.call(e,t);if("object"!=typeof i)throw TypeError("RegExp exec method returned something other than an Object or null");return i}if("RegExp"!==r(e))throw TypeError("RegExp#exec called on incompatible receiver");return o.call(e,t)}},function(e,t){
+/**
+ * Copyright (c) 2015
+ *
+ * @author John Molakvoæ <skjnldsv@protonmail.com>
+ * @author Vincent Petry <vincent@nextcloud.com>
+ *
+ * @license GNU AGPL version 3 or any later version
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Affero General Public License as
+ * published by the Free Software Foundation, either version 3 of the
+ * License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Affero General Public License for more details.
+ *
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ *
+ */
+!function(e){var t=e.Backbone.Collection.extend({sync:e.Backbone.davSync,model:e.SystemTags.SystemTagModel,url:function(){return e.linkToRemote("dav")+"/systemtags/"},filterByName:function(e){return this.filter((function(t){return function(e,t){return e.get("name").substr(0,t.length).toLowerCase()===t.toLowerCase()}(t,e)}))},reset:function(){return this.fetched=!1,e.Backbone.Collection.prototype.reset.apply(this,arguments)},fetch:function(t){var n=this;if(t=t||{},this.fetched||t.force)return t.success&&t.success(this,null,t),this.trigger("sync",this,null,t),Promise.resolve();var r=t.success;return(t=_.extend({},t)).success=function(){if(n.fetched=!0,r)return r.apply(this,arguments)},e.Backbone.Collection.prototype.fetch.call(this,t)}});e.SystemTags=e.SystemTags||{},e.SystemTags.SystemTagsCollection=t,e.SystemTags.collection=new e.SystemTags.SystemTagsCollection}(OC)},function(e,t,n){"use strict";function r(e){return e&&e.__esModule?e:{default:e}}function o(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&(t[n]=e[n]);return t.default=e,t}t.__esModule=!0;var i=o(n(44)),a=r(n(99)),s=r(n(3)),l=o(n(2)),c=o(n(100)),u=r(n(102));function f(){var e=new i.HandlebarsEnvironment;return l.extend(e,i),e.SafeString=a.default,e.Exception=s.default,e.Utils=l,e.escapeExpression=l.escapeExpression,e.VM=c,e.template=function(t){return c.template(t,e)},e}var p=f();p.create=f,u.default(p),p.default=p,t.default=p,e.exports=t.default},function(e,t,n){"use strict";t.__esModule=!0;var r=n(2);t.default=function(e){e.registerHelper("blockHelperMissing",(function(t,n){var o=n.inverse,i=n.fn;if(!0===t)return i(this);if(!1===t||null==t)return o(this);if(r.isArray(t))return t.length>0?(n.ids&&(n.ids=[n.name]),e.helpers.each(t,n)):o(this);if(n.data&&n.ids){var a=r.createFrame(n.data);a.contextPath=r.appendContextPath(n.data.contextPath,n.name),n={data:a}}return i(t,n)}))},e.exports=t.default},function(e,t,n){"use strict";(function(r){t.__esModule=!0;var o,i=n(2),a=n(3),s=(o=a)&&o.__esModule?o:{default:o};t.default=function(e){e.registerHelper("each",(function(e,t){if(!t)throw new s.default("Must pass iterator to #each");var n,o=t.fn,a=t.inverse,l=0,c="",u=void 0,f=void 0;function p(t,n,r){u&&(u.key=t,u.index=n,u.first=0===n,u.last=!!r,f&&(u.contextPath=f+t)),c+=o(e[t],{data:u,blockParams:i.blockParams([e[t],t],[f+t,null])})}if(t.data&&t.ids&&(f=i.appendContextPath(t.data.contextPath,t.ids[0])+"."),i.isFunction(e)&&(e=e.call(this)),t.data&&(u=i.createFrame(t.data)),e&&"object"==typeof e)if(i.isArray(e))for(var d=e.length;l<d;l++)l in e&&p(l,l,l===e.length-1);else if(r.Symbol&&e[r.Symbol.iterator]){for(var h=[],g=e[r.Symbol.iterator](),m=g.next();!m.done;m=g.next())h.push(m.value);for(d=(e=h).length;l<d;l++)p(l,l,l===e.length-1)}else n=void 0,Object.keys(e).forEach((function(e){void 0!==n&&p(n,l-1),n=e,l++})),void 0!==n&&p(n,l-1,!0);return 0===l&&(c=a(this)),c}))},e.exports=t.default}).call(this,n(13))},function(e,t,n){"use strict";t.__esModule=!0;var r,o=n(3),i=(r=o)&&r.__esModule?r:{default:r};t.default=function(e){e.registerHelper("helperMissing",(function(){if(1!==arguments.length)throw new i.default('Missing helper: "'+arguments[arguments.length-1].name+'"')}))},e.exports=t.default},function(e,t,n){"use strict";t.__esModule=!0;var r,o=n(2),i=n(3),a=(r=i)&&r.__esModule?r:{default:r};t.default=function(e){e.registerHelper("if",(function(e,t){if(2!=arguments.length)throw new a.default("#if requires exactly one argument");return o.isFunction(e)&&(e=e.call(this)),!t.hash.includeZero&&!e||o.isEmpty(e)?t.inverse(this):t.fn(this)})),e.registerHelper("unless",(function(t,n){if(2!=arguments.length)throw new a.default("#unless requires exactly one argument");return e.helpers.if.call(this,t,{fn:n.inverse,inverse:n.fn,hash:n.hash})}))},e.exports=t.default},function(e,t,n){"use strict";t.__esModule=!0,t.default=function(e){e.registerHelper("log",(function(){for(var t=[void 0],n=arguments[arguments.length-1],r=0;r<arguments.length-1;r++)t.push(arguments[r]);var o=1;null!=n.hash.level?o=n.hash.level:n.data&&null!=n.data.level&&(o=n.data.level),t[0]=o,e.log.apply(e,t)}))},e.exports=t.default},function(e,t,n){"use strict";t.__esModule=!0,t.default=function(e){e.registerHelper("lookup",(function(e,t,n){return e?n.lookupProperty(e,t):e}))},e.exports=t.default},function(e,t,n){"use strict";t.__esModule=!0;var r,o=n(2),i=n(3),a=(r=i)&&r.__esModule?r:{default:r};t.default=function(e){e.registerHelper("with",(function(e,t){if(2!=arguments.length)throw new a.default("#with requires exactly one argument");o.isFunction(e)&&(e=e.call(this));var n=t.fn;if(o.isEmpty(e))return t.inverse(this);var r=t.data;return t.data&&t.ids&&((r=o.createFrame(t.data)).contextPath=o.appendContextPath(t.data.contextPath,t.ids[0])),n(e,{data:r,blockParams:o.blockParams([e],[r&&r.contextPath])})}))},e.exports=t.default},function(e,t,n){"use strict";t.__esModule=!0,t.registerDefaultDecorators=function(e){i.default(e)};var r,o=n(97),i=(r=o)&&r.__esModule?r:{default:r}},function(e,t,n){"use strict";t.__esModule=!0;var r=n(2);t.default=function(e){e.registerDecorator("inline",(function(e,t,n,o){var i=e;return t.partials||(t.partials={},i=function(o,i){var a=n.partials;n.partials=r.extend({},a,t.partials);var s=e(o,i);return n.partials=a,s}),t.partials[o.args[0]]=o.fn,i}))},e.exports=t.default},function(e,t,n){"use strict";t.__esModule=!0,t.createNewLookupObject=function(){for(var e=arguments.length,t=Array(e),n=0;n<e;n++)t[n]=arguments[n];return r.extend.apply(void 0,[Object.create(null)].concat(t))};var r=n(2)},function(e,t,n){"use strict";function r(e){this.string=e}t.__esModule=!0,r.prototype.toString=r.prototype.toHTML=function(){return""+this.string},t.default=r,e.exports=t.default},function(e,t,n){"use strict";t.__esModule=!0,t.checkRevision=function(e){var t=e&&e[0]||1,n=s.COMPILER_REVISION;if(t>=s.LAST_COMPATIBLE_COMPILER_REVISION&&t<=s.COMPILER_REVISION)return;if(t<s.LAST_COMPATIBLE_COMPILER_REVISION){var r=s.REVISION_CHANGES[n],o=s.REVISION_CHANGES[t];throw new a.default("Template was precompiled with an older version of Handlebars than the current runtime. Please update your precompiler to a newer version ("+r+") or downgrade your runtime to an older version ("+o+").")}throw new a.default("Template was precompiled with a newer version of Handlebars than the current runtime. Please update your runtime to a newer version ("+e[1]+").")},t.template=function(e,t){if(!t)throw new a.default("No environment passed to template");if(!e||!e.main)throw new a.default("Unknown template object: "+typeof e);e.main.decorator=e.main_d,t.VM.checkRevision(e.compiler);var n=e.compiler&&7===e.compiler[0];var r={strict:function(e,t,n){if(!e||!(t in e))throw new a.default('"'+t+'" not defined in '+e,{loc:n});return r.lookupProperty(e,t)},lookupProperty:function(e,t){var n=e[t];return null==n||Object.prototype.hasOwnProperty.call(e,t)||u.resultIsAllowed(n,r.protoAccessControl,t)?n:void 0},lookup:function(e,t){for(var n=e.length,o=0;o<n;o++){if(null!=(e[o]&&r.lookupProperty(e[o],t)))return e[o][t]}},lambda:function(e,t){return"function"==typeof e?e.call(t):e},escapeExpression:o.escapeExpression,invokePartial:function(n,r,i){i.hash&&(r=o.extend({},r,i.hash),i.ids&&(i.ids[0]=!0)),n=t.VM.resolvePartial.call(this,n,r,i);var s=o.extend({},i,{hooks:this.hooks,protoAccessControl:this.protoAccessControl}),l=t.VM.invokePartial.call(this,n,r,s);if(null==l&&t.compile&&(i.partials[i.name]=t.compile(n,e.compilerOptions,t),l=i.partials[i.name](r,s)),null!=l){if(i.indent){for(var c=l.split("\n"),u=0,f=c.length;u<f&&(c[u]||u+1!==f);u++)c[u]=i.indent+c[u];l=c.join("\n")}return l}throw new a.default("The partial "+i.name+" could not be compiled when running in runtime-only mode")},fn:function(t){var n=e[t];return n.decorator=e[t+"_d"],n},programs:[],program:function(e,t,n,r,o){var i=this.programs[e],a=this.fn(e);return t||o||r||n?i=f(this,e,a,t,n,r,o):i||(i=this.programs[e]=f(this,e,a)),i},data:function(e,t){for(;e&&t--;)e=e._parent;return e},mergeIfNeeded:function(e,t){var n=e||t;return e&&t&&e!==t&&(n=o.extend({},t,e)),n},nullContext:Object.seal({}),noop:t.VM.noop,compilerInfo:e.compiler};function i(t){var n=arguments.length<=1||void 0===arguments[1]?{}:arguments[1],o=n.data;i._setup(n),!n.partial&&e.useData&&(o=d(t,o));var a=void 0,s=e.useBlockParams?[]:void 0;function l(t){return""+e.main(r,t,r.helpers,r.partials,o,s,a)}return e.useDepths&&(a=n.depths?t!=n.depths[0]?[t].concat(n.depths):n.depths:[t]),(l=h(e.main,l,r,n.depths||[],o,s))(t,n)}return i.isTop=!0,i._setup=function(i){if(i.partial)r.protoAccessControl=i.protoAccessControl,r.helpers=i.helpers,r.partials=i.partials,r.decorators=i.decorators,r.hooks=i.hooks;else{var a=o.extend({},t.helpers,i.helpers);!function(e,t){Object.keys(e).forEach((function(n){var r=e[n];e[n]=function(e,t){var n=t.lookupProperty;return c.wrapHelper(e,(function(e){return o.extend({lookupProperty:n},e)}))}(r,t)}))}(a,r),r.helpers=a,e.usePartial&&(r.partials=r.mergeIfNeeded(i.partials,t.partials)),(e.usePartial||e.useDecorators)&&(r.decorators=o.extend({},t.decorators,i.decorators)),r.hooks={},r.protoAccessControl=u.createProtoAccessControl(i);var s=i.allowCallsToHelperMissing||n;l.moveHelperToHooks(r,"helperMissing",s),l.moveHelperToHooks(r,"blockHelperMissing",s)}},i._child=function(t,n,o,i){if(e.useBlockParams&&!o)throw new a.default("must pass block params");if(e.useDepths&&!i)throw new a.default("must pass parent depths");return f(r,t,e[t],n,0,o,i)},i},t.wrapProgram=f,t.resolvePartial=function(e,t,n){e?e.call||n.name||(n.name=e,e=n.partials[e]):e="@partial-block"===n.name?n.data["partial-block"]:n.partials[n.name];return e},t.invokePartial=function(e,t,n){var r=n.data&&n.data["partial-block"];n.partial=!0,n.ids&&(n.data.contextPath=n.ids[0]||n.data.contextPath);var i=void 0;n.fn&&n.fn!==p&&function(){n.data=s.createFrame(n.data);var e=n.fn;i=n.data["partial-block"]=function(t){var n=arguments.length<=1||void 0===arguments[1]?{}:arguments[1];return n.data=s.createFrame(n.data),n.data["partial-block"]=r,e(t,n)},e.partials&&(n.partials=o.extend({},n.partials,e.partials))}();void 0===e&&i&&(e=i);if(void 0===e)throw new a.default("The partial "+n.name+" could not be found");if(e instanceof Function)return e(t,n)},t.noop=p;var r,o=function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&(t[n]=e[n]);return t.default=e,t}(n(2)),i=n(3),a=(r=i)&&r.__esModule?r:{default:r},s=n(44),l=n(45),c=n(101),u=n(47);function f(e,t,n,r,o,i,a){function s(t){var o=arguments.length<=1||void 0===arguments[1]?{}:arguments[1],s=a;return!a||t==a[0]||t===e.nullContext&&null===a[0]||(s=[t].concat(a)),n(e,t,e.helpers,e.partials,o.data||r,i&&[o.blockParams].concat(i),s)}return(s=h(n,s,e,a,r,i)).program=t,s.depth=a?a.length:0,s.blockParams=o||0,s}function p(){return""}function d(e,t){return t&&"root"in t||((t=t?s.createFrame(t):{}).root=e),t}function h(e,t,n,r,i,a){if(e.decorator){var s={};t=e.decorator(t,s,n,r&&r[0],i,a,r),o.extend(t,s)}return t}},function(e,t,n){"use strict";t.__esModule=!0,t.wrapHelper=function(e,t){if("function"!=typeof e)return e;return function(){var n=arguments[arguments.length-1];return arguments[arguments.length-1]=t(n),e.apply(this,arguments)}}},function(e,t,n){"use strict";(function(n){t.__esModule=!0,t.default=function(e){var t=void 0!==n?n:window,r=t.Handlebars;e.noConflict=function(){return t.Handlebars===e&&(t.Handlebars=r),e}},e.exports=t.default}).call(this,n(13))},function(e,n,r){"use strict";r.r(n);var o=r(48),i=r.n(o);
+/**
+ * Copyright (c) 2016
+ *
+ * @author Gary Kim <gary@garykim.dev>
+ * @author Joas Schilling <coding@schilljs.com>
+ * @author John Molakvoæ <skjnldsv@protonmail.com>
+ * @author Roeland Jago Douma <roeland@famdouma.nl>
+ * @author Vincent Petry <vincent@nextcloud.com>
+ *
+ * @license GNU AGPL version 3 or any later version
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Affero General Public License as
+ * published by the Free Software Foundation, either version 3 of the
+ * License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Affero General Public License for more details.
+ *
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ *
+ */
+!function(e){e.SystemTags={getDescriptiveTag:function(e){if(_.isUndefined(e.name)&&!_.isUndefined(e.toJSON)&&(e=e.toJSON()),_.isUndefined(e.name))return $("<span>").addClass("non-existing-tag").text(t("core","Non-existing tag #{tag}",{tag:e}));var n,r=$("<span>");return r.append(i()(e.name)),e.userAssignable||(n=t("core","restricted")),e.userVisible||(n=t("core","invisible")),n&&r.append($("<em>").text(" ("+n+")")),r}}}(OC);r(56);var a=r(49);
+/**
+ * Copyright (c) 2015
+ *
+ * @author John Molakvoæ <skjnldsv@protonmail.com>
+ * @author Roeland Jago Douma <roeland@famdouma.nl>
+ * @author Vincent Petry <vincent@nextcloud.com>
+ *
+ * @license GNU AGPL version 3 or any later version
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Affero General Public License as
+ * published by the Free Software Foundation, either version 3 of the
+ * License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Affero General Public License for more details.
+ *
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ *
+ */
+!function(e){const t=e.Backbone.Collection.extend({sync:e.Backbone.davSync,usePUT:!0,_objectId:null,_objectType:"files",model:e.SystemTags.SystemTagModel,url(){return Object(a.generateRemoteUrl)("dav")+"/systemtags-relations/"+this._objectType+"/"+this._objectId},setObjectId(e){this._objectId=e},setObjectType(e){this._objectType=e},initialize(e,t){t=t||{},_.isUndefined(t.objectId)||(this._objectId=t.objectId),_.isUndefined(t.objectType)||(this._objectType=t.objectType)},getTagIds(){return this.map((function(e){return e.id}))}});e.SystemTags=e.SystemTags||{},e.SystemTags.SystemTagsMappingCollection=t}(OC);r(87);var s=r(50),l=r.n(s),c=r(51),u=r.n(c),f=r(52),p=r.n(f);
+/**
+ * Copyright (c) 2015
+ *
+ * @author Joas Schilling <coding@schilljs.com>
+ * @author John Molakvoæ <skjnldsv@protonmail.com>
+ * @author Roeland Jago Douma <roeland@famdouma.nl>
+ * @author Vincent Petry <vincent@nextcloud.com>
+ *
+ * @license GNU AGPL version 3 or any later version
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Affero General Public License as
+ * published by the Free Software Foundation, either version 3 of the
+ * License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Affero General Public License for more details.
+ *
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ *
+ */
+!function(e){var n=e.Backbone.View.extend({_rendered:!1,_newTag:null,_lastUsedTags:[],className:"systemTagsInputFieldContainer",template:function(e){return'<input class="systemTagsInputField" type="hidden" name="tags" value=""/>'},initialize:function(t){t=t||{},this._multiple=!!t.multiple,this._allowActions=_.isUndefined(t.allowActions)||!!t.allowActions,this._allowCreate=_.isUndefined(t.allowCreate)||!!t.allowCreate,this._isAdmin=!!t.isAdmin,_.isFunction(t.initSelection)&&(this._initSelection=t.initSelection),this.collection=t.collection||e.SystemTags.collection;var n=this;this.collection.on("change:name remove",(function(){_.defer(n._refreshSelection)})),_.defer(_.bind(this._getLastUsedTags,this)),_.bindAll(this,"_refreshSelection","_onClickRenameTag","_onClickDeleteTag","_onSelectTag","_onDeselectTag","_onSubmitRenameTag")},_getLastUsedTags:function(){var t=this;$.ajax({type:"GET",url:e.generateUrl("/apps/systemtags/lastused"),success:function(e){t._lastUsedTags=e}})},_refreshSelection:function(){this.$tagsField.select2("val",this.$tagsField.val())},_onClickRenameTag:function(e){var n=$(e.target).closest(".systemtags-item"),r=n.attr("data-id"),o=this.collection.get(r).get("name"),i=$(u()({cid:this.cid,name:o,deleteTooltip:t("core","Delete"),renameLabel:t("core","Rename"),isAdmin:this._isAdmin}));return n.find(".label").after(i),n.find(".label, .systemtags-actions").addClass("hidden"),n.closest(".select2-result").addClass("has-form"),i.find("[title]").tooltip({placement:"bottom",container:"body"}),i.find("input").focus().selectRange(0,o.length),!1},_onSubmitRenameTag:function(e){e.preventDefault();var t=$(e.target),n=t.closest(".systemtags-item"),r=n.attr("data-id"),o=this.collection.get(r),i=$(e.target).find("input").val().trim();i&&i!==o.get("name")&&(o.save({name:i}),n.find(".label").text(i)),n.find(".label, .systemtags-actions").removeClass("hidden"),t.remove(),n.closest(".select2-result").removeClass("has-form")},_onClickDeleteTag:function(e){var t=$(e.target).closest(".systemtags-item"),n=t.attr("data-id");return this.collection.get(n).destroy(),$(e.target).tooltip("hide"),t.closest(".select2-result").remove(),!1},_addToSelect2Selection:function(e){var t=this.$tagsField.select2("data");t.push(e),this.$tagsField.select2("data",t)},_onSelectTag:function(e){var t,n=this;if(e.object&&e.object.isNew)return t=this.collection.create({name:e.object.name.trim(),userVisible:!0,userAssignable:!0,canAssign:!0},{success:function(e){n._addToSelect2Selection(e.toJSON()),n._lastUsedTags.unshift(e.id),n.trigger("select",e)},error:function(t,r){409===r.status&&(n.collection.reset(),n.collection.fetch({success:function(t){var r=t.where({name:e.object.name.trim(),userVisible:!0,userAssignable:!0});r.length&&(r=r[0],n._addToSelect2Selection(r.toJSON()),n.trigger("select",r))}}))}}),this.$tagsField.select2("close"),e.preventDefault(),!1;t=this.collection.get(e.object.id),this._lastUsedTags.unshift(t.id),this._newTag=null,this.trigger("select",t)},_onDeselectTag:function(e){this.trigger("deselect",e.choice.id)},_queryTagsAutocomplete:function(e){var t=this;this.collection.fetch({success:function(n){var r=n.filterByName(e.term.trim());t._isAdmin||(r=_.filter(r,(function(e){return e.get("canAssign")}))),e.callback({results:_.invoke(r,"toJSON")})}})},_preventDefault:function(e){e.stopPropagation()},_formatDropDownResult:function(n){return l()(_.extend({renameTooltip:t("core","Rename"),allowActions:this._allowActions,tagMarkup:this._isAdmin?e.SystemTags.getDescriptiveTag(n)[0].innerHTML:null,isAdmin:this._isAdmin},n))},_formatSelection:function(t){return p()(_.extend({tagMarkup:this._isAdmin?e.SystemTags.getDescriptiveTag(t)[0].innerHTML:null,isAdmin:this._isAdmin},t))},_createSearchChoice:function(e){if(e=e.trim(),!this.collection.filter((function(t){return t.get("name")===e})).length)return this._newTag?this._newTag.name=e:this._newTag={id:-1,name:e,userAssignable:!0,userVisible:!0,canAssign:!0,isNew:!0},this._newTag},_initSelection:function(e,t){var n=this,r=$(e).val().split(",");function o(e){var t=e.toJSON();return n._isAdmin||t.canAssign||(t.locked=!0),t}this.collection.fetch({success:function(){t(function(e){var t=n.collection.filter((function(t){return e.indexOf(t.id)>=0&&(n._isAdmin||t.get("userVisible"))}));return _.map(t,o)}(r))}})},render:function(){var n=this;this.$el.html(this.template()),this.$el.find("[title]").tooltip({placement:"bottom"}),this.$tagsField=this.$el.find("[name=tags]"),this.$tagsField.select2({placeholder:t("core","Collaborative tags"),containerCssClass:"systemtags-select2-container",dropdownCssClass:"systemtags-select2-dropdown",closeOnSelect:!1,allowClear:!1,multiple:this._multiple,toggleSelect:this._multiple,query:_.bind(this._queryTagsAutocomplete,this),id:function(e){return e.id},initSelection:_.bind(this._initSelection,this),formatResult:_.bind(this._formatDropDownResult,this),formatSelection:_.bind(this._formatSelection,this),createSearchChoice:this._allowCreate?_.bind(this._createSearchChoice,this):void 0,sortResults:function(t){var r=_.pluck(n.$tagsField.select2("data"),"id");return t.sort((function(t,o){var i=r.indexOf(t.id)>=0,a=r.indexOf(o.id)>=0;if(i===a){var s=n._lastUsedTags.indexOf(t.id),l=n._lastUsedTags.indexOf(o.id);return s!==l?-1===l?-1:-1===s?1:s<l?-1:1:e.Util.naturalSortCompare(t.name,o.name)}return i&&!a?-1:1})),t},formatNoMatches:function(){return t("core","No tags found")}}).on("select2-selecting",this._onSelectTag).on("select2-removing",this._onDeselectTag);var r=this.$tagsField.select2("dropdown");r.on("mouseup",".rename",this._onClickRenameTag),r.on("mouseup",".delete",this._onClickDeleteTag),r.on("mouseup",".select2-result-selectable.has-form",this._preventDefault),r.on("submit",".systemtags-rename-form",this._onSubmitRenameTag),this.delegateEvents()},remove:function(){this.$tagsField&&this.$tagsField.select2("destroy")},getValues:function(){this.$tagsField.select2("val")},setValues:function(e){this.$tagsField.select2("val",e)},setData:function(e){this.$tagsField.select2("data",e)}});e.SystemTags=e.SystemTags||{},e.SystemTags.SystemTagsInputField=n}(OC);var d=r(53),h=r.n(d),g=r(24),m={insert:"head",singleton:!1};h()(g.a,m),g.a.locals}]);
//# sourceMappingURL=systemtags.js.map \ No newline at end of file
diff --git a/core/js/dist/systemtags.js.map b/core/js/dist/systemtags.js.map
index ac1c1702a87..e709e820066 100644
--- a/core/js/dist/systemtags.js.map
+++ b/core/js/dist/systemtags.js.map
@@ -1 +1 @@
-{"version":3,"sources":["webpack:///webpack/bootstrap","webpack:///./core/js/systemtags/merged-systemtags.js","webpack:///./core/js/systemtags/systemtags.js","webpack:///./core/js/systemtags/templates.js","webpack:///./core/js/systemtags/systemtagmodel.js","webpack:///./core/js/systemtags/systemtagsmappingcollection.js","webpack:///./core/js/systemtags/systemtagscollection.js","webpack:///./core/js/systemtags/systemtagsinputfield.js","webpack:///./core/css/systemtags.scss?456a","webpack:///./core/css/systemtags.scss","webpack:///./node_modules/css-loader/dist/runtime/api.js","webpack:///./node_modules/vue-style-loader/lib/listToStyles.js","webpack:///./node_modules/vue-style-loader/lib/addStylesClient.js"],"names":["installedModules","__webpack_require__","moduleId","exports","module","i","l","modules","call","m","c","d","name","getter","o","Object","defineProperty","enumerable","get","r","Symbol","toStringTag","value","t","mode","__esModule","ns","create","key","bind","n","object","property","prototype","hasOwnProperty","p","s","OC","SystemTags","getDescriptiveTag","tag","_","isUndefined","toJSON","$","addClass","text","scope","$span","append","escapeHTML","userAssignable","userVisible","template","templates","Handlebars","Templates","container","depth0","helpers","partials","data","stack1","helper","lookupProperty","parent","propertyName","hooks","helperMissing","nullContext","escapeExpression","options","alias1","alias2","buffer","program","noop","blockHelperMissing","alias4","extend","Files","Client","PROPERTY_FILEID","NS_OWNCLOUD","PROPERTY_CAN_ASSIGN","PROPERTY_DISPLAYNAME","PROPERTY_USERVISIBLE","PROPERTY_USERASSIGNABLE","SystemTagModel","Backbone","Model","sync","davSync","defaults","canAssign","davProperties","parse","id","SystemTagsMappingCollection","Collection","usePUT","_objectId","_objectType","model","url","linkToRemote","this","setObjectId","objectId","setObjectType","objectType","initialize","models","getTagIds","map","SystemTagsCollection","filterByName","filter","term","substr","length","toLowerCase","filterFunction","reset","fetched","apply","arguments","fetch","self","force","success","trigger","Promise","resolve","collection","SystemTagsInputField","View","_rendered","_newTag","_lastUsedTags","className","_multiple","multiple","_allowActions","allowActions","_allowCreate","allowCreate","_isAdmin","isAdmin","isFunction","initSelection","_initSelection","on","defer","_refreshSelection","_getLastUsedTags","bindAll","ajax","type","generateUrl","response","$tagsField","select2","val","_onClickRenameTag","ev","$item","target","closest","tagId","attr","oldName","$renameForm","cid","deleteTooltip","renameLabel","find","after","tooltip","placement","focus","selectRange","_onSubmitRenameTag","preventDefault","$form","tagModel","newName","trim","save","removeClass","remove","_onClickDeleteTag","destroy","_addToSelect2Selection","selection","push","_onSelectTag","e","isNew","unshift","error","xhr","status","where","_onDeselectTag","choice","_queryTagsAutocomplete","query","tagModels","callback","results","invoke","_preventDefault","stopPropagation","_formatDropDownResult","renameTooltip","tagMarkup","innerHTML","_formatSelection","_createSearchChoice","entry","element","ids","split","modelToSelection","locked","selectedModels","indexOf","findSelectedObjects","render","$el","html","placeholder","containerCssClass","dropdownCssClass","closeOnSelect","allowClear","toggleSelect","formatResult","formatSelection","createSearchChoice","undefined","sortResults","selectedItems","pluck","sort","a","b","aSelected","bSelected","aLastUsed","bLastUsed","Util","naturalSortCompare","formatNoMatches","$dropDown","delegateEvents","getValues","setValues","values","setData","content","locals","add","default","___CSS_LOADER_API_IMPORT___","useSourceMap","list","toString","item","cssMapping","btoa","sourceMapping","sourceMap","base64","unescape","encodeURIComponent","JSON","stringify","concat","sourceURLs","sources","source","sourceRoot","join","cssWithMappingToString","mediaQuery","listToStyles","parentId","styles","newStyles","part","css","media","parts","hasDocument","document","DEBUG","Error","stylesInDom","head","getElementsByTagName","singletonElement","singletonCounter","isProduction","isOldIE","navigator","test","userAgent","addStylesClient","_isProduction","_options","addStylesToDom","newList","mayRemove","domStyle","refs","j","addStyle","createStyleElement","styleElement","createElement","appendChild","obj","update","querySelector","parentNode","removeChild","styleIndex","applyToSingletonTag","applyToTag","newObj","textStore","replaceText","index","replacement","Boolean","styleSheet","cssText","cssNode","createTextNode","childNodes","insertBefore","setAttribute","ssrId","firstChild"],"mappings":"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","file":"systemtags.js","sourcesContent":[" \t// The module cache\n \tvar installedModules = {};\n\n \t// The require function\n \tfunction __webpack_require__(moduleId) {\n\n \t\t// Check if module is in cache\n \t\tif(installedModules[moduleId]) {\n \t\t\treturn installedModules[moduleId].exports;\n \t\t}\n \t\t// Create a new module (and put it into the cache)\n \t\tvar module = installedModules[moduleId] = {\n \t\t\ti: moduleId,\n \t\t\tl: false,\n \t\t\texports: {}\n \t\t};\n\n \t\t// Execute the module function\n \t\tmodules[moduleId].call(module.exports, module, module.exports, __webpack_require__);\n\n \t\t// Flag the module as loaded\n \t\tmodule.l = true;\n\n \t\t// Return the exports of the module\n \t\treturn module.exports;\n \t}\n\n\n \t// expose the modules object (__webpack_modules__)\n \t__webpack_require__.m = modules;\n\n \t// expose the module cache\n \t__webpack_require__.c = installedModules;\n\n \t// define getter function for harmony exports\n \t__webpack_require__.d = function(exports, name, getter) {\n \t\tif(!__webpack_require__.o(exports, name)) {\n \t\t\tObject.defineProperty(exports, name, { enumerable: true, get: getter });\n \t\t}\n \t};\n\n \t// define __esModule on exports\n \t__webpack_require__.r = function(exports) {\n \t\tif(typeof Symbol !== 'undefined' && Symbol.toStringTag) {\n \t\t\tObject.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });\n \t\t}\n \t\tObject.defineProperty(exports, '__esModule', { value: true });\n \t};\n\n \t// create a fake namespace object\n \t// mode & 1: value is a module id, require it\n \t// mode & 2: merge all properties of value into the ns\n \t// mode & 4: return value when already ns object\n \t// mode & 8|1: behave like require\n \t__webpack_require__.t = function(value, mode) {\n \t\tif(mode & 1) value = __webpack_require__(value);\n \t\tif(mode & 8) return value;\n \t\tif((mode & 4) && typeof value === 'object' && value && value.__esModule) return value;\n \t\tvar ns = Object.create(null);\n \t\t__webpack_require__.r(ns);\n \t\tObject.defineProperty(ns, 'default', { enumerable: true, value: value });\n \t\tif(mode & 2 && typeof value != 'string') for(var key in value) __webpack_require__.d(ns, key, function(key) { return value[key]; }.bind(null, key));\n \t\treturn ns;\n \t};\n\n \t// getDefaultExport function for compatibility with non-harmony modules\n \t__webpack_require__.n = function(module) {\n \t\tvar getter = module && module.__esModule ?\n \t\t\tfunction getDefault() { return module['default']; } :\n \t\t\tfunction getModuleExports() { return module; };\n \t\t__webpack_require__.d(getter, 'a', getter);\n \t\treturn getter;\n \t};\n\n \t// Object.prototype.hasOwnProperty.call\n \t__webpack_require__.o = function(object, property) { return Object.prototype.hasOwnProperty.call(object, property); };\n\n \t// __webpack_public_path__\n \t__webpack_require__.p = \"\";\n\n\n \t// Load entry module and return exports\n \treturn __webpack_require__(__webpack_require__.s = 0);\n","import './systemtags.js'\nimport './templates.js'\nimport './systemtagmodel.js'\nimport './systemtagsmappingcollection.js'\nimport './systemtagscollection.js'\nimport './systemtagsinputfield.js'\n\nimport '../../css/systemtags.scss'\n","/* eslint-disable */\n/*\n * Copyright (c) 2016\n *\n * This file is licensed under the Affero General Public License version 3\n * or later.\n *\n * See the COPYING-README file.\n *\n */\n\n(function(OC) {\n\t/**\n\t * @namespace\n\t */\n\tOC.SystemTags = {\n\t\t/**\n\t\t *\n\t\t * @param {OC.SystemTags.SystemTagModel|Object|String} tag\n\t\t * @returns {jQuery}\n\t\t */\n\t\tgetDescriptiveTag: function(tag) {\n\t\t\tif (_.isUndefined(tag.name) && !_.isUndefined(tag.toJSON)) {\n\t\t\t\ttag = tag.toJSON()\n\t\t\t}\n\n\t\t\tif (_.isUndefined(tag.name)) {\n\t\t\t\treturn $('<span>').addClass('non-existing-tag').text(\n\t\t\t\t\tt('core', 'Non-existing tag #{tag}', {\n\t\t\t\t\t\ttag: tag\n\t\t\t\t\t})\n\t\t\t\t)\n\t\t\t}\n\n\t\t\tvar $span = $('<span>')\n\t\t\t$span.append(escapeHTML(tag.name))\n\n\t\t\tvar scope\n\t\t\tif (!tag.userAssignable) {\n\t\t\t\tscope = t('core', 'restricted')\n\t\t\t}\n\t\t\tif (!tag.userVisible) {\n\t\t\t\t// invisible also implicitly means not assignable\n\t\t\t\tscope = t('core', 'invisible')\n\t\t\t}\n\t\t\tif (scope) {\n\t\t\t\t$span.append($('<em>').text(' (' + scope + ')'))\n\t\t\t}\n\t\t\treturn $span\n\t\t}\n\t}\n})(OC)\n","(function() {\n var template = Handlebars.template, templates = OC.SystemTags.Templates = OC.SystemTags.Templates || {};\ntemplates['result'] = template({\"1\":function(container,depth0,helpers,partials,data) {\n return \" new-item\";\n},\"3\":function(container,depth0,helpers,partials,data) {\n var stack1, helper, lookupProperty = container.lookupProperty || function(parent, propertyName) {\n if (Object.prototype.hasOwnProperty.call(parent, propertyName)) {\n return parent[propertyName];\n }\n return undefined\n };\n\n return \"\t\t<span class=\\\"label\\\">\"\n + ((stack1 = ((helper = (helper = lookupProperty(helpers,\"tagMarkup\") || (depth0 != null ? lookupProperty(depth0,\"tagMarkup\") : depth0)) != null ? helper : container.hooks.helperMissing),(typeof helper === \"function\" ? helper.call(depth0 != null ? depth0 : (container.nullContext || {}),{\"name\":\"tagMarkup\",\"hash\":{},\"data\":data,\"loc\":{\"start\":{\"line\":4,\"column\":22},\"end\":{\"line\":4,\"column\":37}}}) : helper))) != null ? stack1 : \"\")\n + \"</span>\\n\";\n},\"5\":function(container,depth0,helpers,partials,data) {\n var helper, lookupProperty = container.lookupProperty || function(parent, propertyName) {\n if (Object.prototype.hasOwnProperty.call(parent, propertyName)) {\n return parent[propertyName];\n }\n return undefined\n };\n\n return \"\t\t<span class=\\\"label\\\">\"\n + container.escapeExpression(((helper = (helper = lookupProperty(helpers,\"name\") || (depth0 != null ? lookupProperty(depth0,\"name\") : depth0)) != null ? helper : container.hooks.helperMissing),(typeof helper === \"function\" ? helper.call(depth0 != null ? depth0 : (container.nullContext || {}),{\"name\":\"name\",\"hash\":{},\"data\":data,\"loc\":{\"start\":{\"line\":6,\"column\":22},\"end\":{\"line\":6,\"column\":30}}}) : helper)))\n + \"</span>\\n\";\n},\"7\":function(container,depth0,helpers,partials,data) {\n var helper, lookupProperty = container.lookupProperty || function(parent, propertyName) {\n if (Object.prototype.hasOwnProperty.call(parent, propertyName)) {\n return parent[propertyName];\n }\n return undefined\n };\n\n return \"\t\t<span class=\\\"systemtags-actions\\\">\\n\t\t\t<a href=\\\"#\\\" class=\\\"rename icon icon-rename\\\" title=\\\"\"\n + container.escapeExpression(((helper = (helper = lookupProperty(helpers,\"renameTooltip\") || (depth0 != null ? lookupProperty(depth0,\"renameTooltip\") : depth0)) != null ? helper : container.hooks.helperMissing),(typeof helper === \"function\" ? helper.call(depth0 != null ? depth0 : (container.nullContext || {}),{\"name\":\"renameTooltip\",\"hash\":{},\"data\":data,\"loc\":{\"start\":{\"line\":10,\"column\":54},\"end\":{\"line\":10,\"column\":71}}}) : helper)))\n + \"\\\"></a>\\n\t\t</span>\\n\";\n},\"compiler\":[8,\">= 4.3.0\"],\"main\":function(container,depth0,helpers,partials,data) {\n var stack1, helper, options, alias1=depth0 != null ? depth0 : (container.nullContext || {}), alias2=container.hooks.helperMissing, alias3=\"function\", lookupProperty = container.lookupProperty || function(parent, propertyName) {\n if (Object.prototype.hasOwnProperty.call(parent, propertyName)) {\n return parent[propertyName];\n }\n return undefined\n }, buffer = \n \"<span class=\\\"systemtags-item\"\n + ((stack1 = lookupProperty(helpers,\"if\").call(alias1,(depth0 != null ? lookupProperty(depth0,\"isNew\") : depth0),{\"name\":\"if\",\"hash\":{},\"fn\":container.program(1, data, 0),\"inverse\":container.noop,\"data\":data,\"loc\":{\"start\":{\"line\":1,\"column\":28},\"end\":{\"line\":1,\"column\":57}}})) != null ? stack1 : \"\")\n + \"\\\" data-id=\\\"\"\n + container.escapeExpression(((helper = (helper = lookupProperty(helpers,\"id\") || (depth0 != null ? lookupProperty(depth0,\"id\") : depth0)) != null ? helper : alias2),(typeof helper === alias3 ? helper.call(alias1,{\"name\":\"id\",\"hash\":{},\"data\":data,\"loc\":{\"start\":{\"line\":1,\"column\":68},\"end\":{\"line\":1,\"column\":74}}}) : helper)))\n + \"\\\">\\n<span class=\\\"checkmark icon icon-checkmark\\\"></span>\\n\"\n + ((stack1 = lookupProperty(helpers,\"if\").call(alias1,(depth0 != null ? lookupProperty(depth0,\"isAdmin\") : depth0),{\"name\":\"if\",\"hash\":{},\"fn\":container.program(3, data, 0),\"inverse\":container.program(5, data, 0),\"data\":data,\"loc\":{\"start\":{\"line\":3,\"column\":1},\"end\":{\"line\":7,\"column\":8}}})) != null ? stack1 : \"\");\n stack1 = ((helper = (helper = lookupProperty(helpers,\"allowActions\") || (depth0 != null ? lookupProperty(depth0,\"allowActions\") : depth0)) != null ? helper : alias2),(options={\"name\":\"allowActions\",\"hash\":{},\"fn\":container.program(7, data, 0),\"inverse\":container.noop,\"data\":data,\"loc\":{\"start\":{\"line\":8,\"column\":1},\"end\":{\"line\":12,\"column\":18}}}),(typeof helper === alias3 ? helper.call(alias1,options) : helper));\n if (!lookupProperty(helpers,\"allowActions\")) { stack1 = container.hooks.blockHelperMissing.call(depth0,stack1,options)}\n if (stack1 != null) { buffer += stack1; }\n return buffer + \"</span>\\n\";\n},\"useData\":true});\ntemplates['result_form'] = template({\"1\":function(container,depth0,helpers,partials,data) {\n var helper, lookupProperty = container.lookupProperty || function(parent, propertyName) {\n if (Object.prototype.hasOwnProperty.call(parent, propertyName)) {\n return parent[propertyName];\n }\n return undefined\n };\n\n return \"\t\t<a href=\\\"#\\\" class=\\\"delete icon icon-delete\\\" title=\\\"\"\n + container.escapeExpression(((helper = (helper = lookupProperty(helpers,\"deleteTooltip\") || (depth0 != null ? lookupProperty(depth0,\"deleteTooltip\") : depth0)) != null ? helper : container.hooks.helperMissing),(typeof helper === \"function\" ? helper.call(depth0 != null ? depth0 : (container.nullContext || {}),{\"name\":\"deleteTooltip\",\"hash\":{},\"data\":data,\"loc\":{\"start\":{\"line\":5,\"column\":53},\"end\":{\"line\":5,\"column\":70}}}) : helper)))\n + \"\\\"></a>\\n\";\n},\"compiler\":[8,\">= 4.3.0\"],\"main\":function(container,depth0,helpers,partials,data) {\n var stack1, helper, alias1=depth0 != null ? depth0 : (container.nullContext || {}), alias2=container.hooks.helperMissing, alias3=\"function\", alias4=container.escapeExpression, lookupProperty = container.lookupProperty || function(parent, propertyName) {\n if (Object.prototype.hasOwnProperty.call(parent, propertyName)) {\n return parent[propertyName];\n }\n return undefined\n };\n\n return \"<form class=\\\"systemtags-rename-form\\\">\\n\t <label class=\\\"hidden-visually\\\" for=\\\"\"\n + alias4(((helper = (helper = lookupProperty(helpers,\"cid\") || (depth0 != null ? lookupProperty(depth0,\"cid\") : depth0)) != null ? helper : alias2),(typeof helper === alias3 ? helper.call(alias1,{\"name\":\"cid\",\"hash\":{},\"data\":data,\"loc\":{\"start\":{\"line\":2,\"column\":38},\"end\":{\"line\":2,\"column\":45}}}) : helper)))\n + \"-rename-input\\\">\"\n + alias4(((helper = (helper = lookupProperty(helpers,\"renameLabel\") || (depth0 != null ? lookupProperty(depth0,\"renameLabel\") : depth0)) != null ? helper : alias2),(typeof helper === alias3 ? helper.call(alias1,{\"name\":\"renameLabel\",\"hash\":{},\"data\":data,\"loc\":{\"start\":{\"line\":2,\"column\":60},\"end\":{\"line\":2,\"column\":75}}}) : helper)))\n + \"</label>\\n\t<input id=\\\"\"\n + alias4(((helper = (helper = lookupProperty(helpers,\"cid\") || (depth0 != null ? lookupProperty(depth0,\"cid\") : depth0)) != null ? helper : alias2),(typeof helper === alias3 ? helper.call(alias1,{\"name\":\"cid\",\"hash\":{},\"data\":data,\"loc\":{\"start\":{\"line\":3,\"column\":12},\"end\":{\"line\":3,\"column\":19}}}) : helper)))\n + \"-rename-input\\\" type=\\\"text\\\" value=\\\"\"\n + alias4(((helper = (helper = lookupProperty(helpers,\"name\") || (depth0 != null ? lookupProperty(depth0,\"name\") : depth0)) != null ? helper : alias2),(typeof helper === alias3 ? helper.call(alias1,{\"name\":\"name\",\"hash\":{},\"data\":data,\"loc\":{\"start\":{\"line\":3,\"column\":53},\"end\":{\"line\":3,\"column\":61}}}) : helper)))\n + \"\\\">\\n\"\n + ((stack1 = lookupProperty(helpers,\"if\").call(alias1,(depth0 != null ? lookupProperty(depth0,\"isAdmin\") : depth0),{\"name\":\"if\",\"hash\":{},\"fn\":container.program(1, data, 0),\"inverse\":container.noop,\"data\":data,\"loc\":{\"start\":{\"line\":4,\"column\":1},\"end\":{\"line\":6,\"column\":8}}})) != null ? stack1 : \"\")\n + \"</form>\\n\";\n},\"useData\":true});\ntemplates['selection'] = template({\"1\":function(container,depth0,helpers,partials,data) {\n var stack1, helper, lookupProperty = container.lookupProperty || function(parent, propertyName) {\n if (Object.prototype.hasOwnProperty.call(parent, propertyName)) {\n return parent[propertyName];\n }\n return undefined\n };\n\n return \"\t<span class=\\\"label\\\">\"\n + ((stack1 = ((helper = (helper = lookupProperty(helpers,\"tagMarkup\") || (depth0 != null ? lookupProperty(depth0,\"tagMarkup\") : depth0)) != null ? helper : container.hooks.helperMissing),(typeof helper === \"function\" ? helper.call(depth0 != null ? depth0 : (container.nullContext || {}),{\"name\":\"tagMarkup\",\"hash\":{},\"data\":data,\"loc\":{\"start\":{\"line\":2,\"column\":21},\"end\":{\"line\":2,\"column\":36}}}) : helper))) != null ? stack1 : \"\")\n + \"</span>\\n\";\n},\"3\":function(container,depth0,helpers,partials,data) {\n var helper, lookupProperty = container.lookupProperty || function(parent, propertyName) {\n if (Object.prototype.hasOwnProperty.call(parent, propertyName)) {\n return parent[propertyName];\n }\n return undefined\n };\n\n return \"\t<span class=\\\"label\\\">\"\n + container.escapeExpression(((helper = (helper = lookupProperty(helpers,\"name\") || (depth0 != null ? lookupProperty(depth0,\"name\") : depth0)) != null ? helper : container.hooks.helperMissing),(typeof helper === \"function\" ? helper.call(depth0 != null ? depth0 : (container.nullContext || {}),{\"name\":\"name\",\"hash\":{},\"data\":data,\"loc\":{\"start\":{\"line\":4,\"column\":21},\"end\":{\"line\":4,\"column\":29}}}) : helper)))\n + \"</span>\\n\";\n},\"compiler\":[8,\">= 4.3.0\"],\"main\":function(container,depth0,helpers,partials,data) {\n var stack1, lookupProperty = container.lookupProperty || function(parent, propertyName) {\n if (Object.prototype.hasOwnProperty.call(parent, propertyName)) {\n return parent[propertyName];\n }\n return undefined\n };\n\n return ((stack1 = lookupProperty(helpers,\"if\").call(depth0 != null ? depth0 : (container.nullContext || {}),(depth0 != null ? lookupProperty(depth0,\"isAdmin\") : depth0),{\"name\":\"if\",\"hash\":{},\"fn\":container.program(1, data, 0),\"inverse\":container.program(3, data, 0),\"data\":data,\"loc\":{\"start\":{\"line\":1,\"column\":0},\"end\":{\"line\":5,\"column\":7}}})) != null ? stack1 : \"\");\n},\"useData\":true});\n})();","/*\n * Copyright (c) 2015\n *\n * This file is licensed under the Affero General Public License version 3\n * or later.\n *\n * See the COPYING-README file.\n *\n */\n\n(function(OC) {\n\n\t_.extend(OC.Files.Client, {\n\t\tPROPERTY_FILEID:\t'{' + OC.Files.Client.NS_OWNCLOUD + '}id',\n\t\tPROPERTY_CAN_ASSIGN: '{' + OC.Files.Client.NS_OWNCLOUD + '}can-assign',\n\t\tPROPERTY_DISPLAYNAME:\t'{' + OC.Files.Client.NS_OWNCLOUD + '}display-name',\n\t\tPROPERTY_USERVISIBLE:\t'{' + OC.Files.Client.NS_OWNCLOUD + '}user-visible',\n\t\tPROPERTY_USERASSIGNABLE: '{' + OC.Files.Client.NS_OWNCLOUD + '}user-assignable',\n\t})\n\n\t/**\n\t * @class OCA.SystemTags.SystemTagsCollection\n\t * @classdesc\n\t *\n\t * System tag\n\t *\n\t */\n\tconst SystemTagModel = OC.Backbone.Model.extend(\n\t\t/** @lends OCA.SystemTags.SystemTagModel.prototype */ {\n\t\t\tsync: OC.Backbone.davSync,\n\n\t\t\tdefaults: {\n\t\t\t\tuserVisible: true,\n\t\t\t\tuserAssignable: true,\n\t\t\t\tcanAssign: true,\n\t\t\t},\n\n\t\t\tdavProperties: {\n\t\t\t\t'id':\tOC.Files.Client.PROPERTY_FILEID,\n\t\t\t\t'name': OC.Files.Client.PROPERTY_DISPLAYNAME,\n\t\t\t\t'userVisible': OC.Files.Client.PROPERTY_USERVISIBLE,\n\t\t\t\t'userAssignable': OC.Files.Client.PROPERTY_USERASSIGNABLE,\n\t\t\t\t// read-only, effective permissions computed by the server,\n\t\t\t\t'canAssign': OC.Files.Client.PROPERTY_CAN_ASSIGN,\n\t\t\t},\n\n\t\t\tparse: function(data) {\n\t\t\t\treturn {\n\t\t\t\t\tid: data.id,\n\t\t\t\t\tname: data.name,\n\t\t\t\t\tuserVisible: data.userVisible === true || data.userVisible === 'true',\n\t\t\t\t\tuserAssignable: data.userAssignable === true || data.userAssignable === 'true',\n\t\t\t\t\tcanAssign: data.canAssign === true || data.canAssign === 'true',\n\t\t\t\t}\n\t\t\t},\n\t\t})\n\n\tOC.SystemTags = OC.SystemTags || {}\n\tOC.SystemTags.SystemTagModel = SystemTagModel\n})(OC)\n","/*\n * Copyright (c) 2015\n *\n * This file is licensed under the Affero General Public License version 3\n * or later.\n *\n * See the COPYING-README file.\n *\n */\n\n(function(OC) {\n\t/**\n\t * @class OC.SystemTags.SystemTagsMappingCollection\n\t * @classdesc\n\t *\n\t * Collection of tags assigned to a an object\n\t *\n\t */\n\tconst SystemTagsMappingCollection = OC.Backbone.Collection.extend(\n\t\t/** @lends OC.SystemTags.SystemTagsMappingCollection.prototype */ {\n\n\t\t\tsync: OC.Backbone.davSync,\n\n\t\t\t/**\n\t\t * Use PUT instead of PROPPATCH\n\t\t */\n\t\t\tusePUT: true,\n\n\t\t\t/**\n\t\t * Id of the file for which to filter activities by\n\t\t *\n\t\t * @var int\n\t\t */\n\t\t\t_objectId: null,\n\n\t\t\t/**\n\t\t * Type of the object to filter by\n\t\t *\n\t\t * @var string\n\t\t */\n\t\t\t_objectType: 'files',\n\n\t\t\tmodel: OC.SystemTags.SystemTagModel,\n\n\t\t\turl: function() {\n\t\t\t\treturn OC.linkToRemote('dav') + '/systemtags-relations/' + this._objectType + '/' + this._objectId\n\t\t\t},\n\n\t\t\t/**\n\t\t * Sets the object id to filter by or null for all.\n\t\t *\n\t\t * @param {int} objectId file id or null\n\t\t */\n\t\t\tsetObjectId: function(objectId) {\n\t\t\t\tthis._objectId = objectId\n\t\t\t},\n\n\t\t\t/**\n\t\t * Sets the object type to filter by or null for all.\n\t\t *\n\t\t * @param {int} objectType file id or null\n\t\t */\n\t\t\tsetObjectType: function(objectType) {\n\t\t\t\tthis._objectType = objectType\n\t\t\t},\n\n\t\t\tinitialize: function(models, options) {\n\t\t\t\toptions = options || {}\n\t\t\t\tif (!_.isUndefined(options.objectId)) {\n\t\t\t\t\tthis._objectId = options.objectId\n\t\t\t\t}\n\t\t\t\tif (!_.isUndefined(options.objectType)) {\n\t\t\t\t\tthis._objectType = options.objectType\n\t\t\t\t}\n\t\t\t},\n\n\t\t\tgetTagIds: function() {\n\t\t\t\treturn this.map(function(model) {\n\t\t\t\t\treturn model.id\n\t\t\t\t})\n\t\t\t},\n\t\t})\n\n\tOC.SystemTags = OC.SystemTags || {}\n\tOC.SystemTags.SystemTagsMappingCollection = SystemTagsMappingCollection\n})(OC)\n","/* eslint-disable */\n/*\n * Copyright (c) 2015\n *\n * This file is licensed under the Affero General Public License version 3\n * or later.\n *\n * See the COPYING-README file.\n *\n */\n\n(function(OC) {\n\n\tfunction filterFunction(model, term) {\n\t\treturn model.get('name').substr(0, term.length).toLowerCase() === term.toLowerCase()\n\t}\n\n\t/**\n\t * @class OCA.SystemTags.SystemTagsCollection\n\t * @classdesc\n\t *\n\t * Collection of tags assigned to a file\n\t *\n\t */\n\tvar SystemTagsCollection = OC.Backbone.Collection.extend(\n\t\t/** @lends OC.SystemTags.SystemTagsCollection.prototype */ {\n\n\t\t\tsync: OC.Backbone.davSync,\n\n\t\t\tmodel: OC.SystemTags.SystemTagModel,\n\n\t\t\turl: function() {\n\t\t\t\treturn OC.linkToRemote('dav') + '/systemtags/'\n\t\t\t},\n\n\t\t\tfilterByName: function(name) {\n\t\t\t\treturn this.filter(function(model) {\n\t\t\t\t\treturn filterFunction(model, name)\n\t\t\t\t})\n\t\t\t},\n\n\t\t\treset: function() {\n\t\t\t\tthis.fetched = false\n\t\t\t\treturn OC.Backbone.Collection.prototype.reset.apply(this, arguments)\n\t\t\t},\n\n\t\t\t/**\n\t\t * Lazy fetch.\n\t\t * Only fetches once, subsequent calls will directly call the success handler.\n\t\t *\n\t\t * @param options\n\t\t * @param [options.force] true to force fetch even if cached entries exist\n\t\t *\n\t\t * @see Backbone.Collection#fetch\n\t\t */\n\t\t\tfetch: function(options) {\n\t\t\t\tvar self = this\n\t\t\t\toptions = options || {}\n\t\t\t\tif (this.fetched || options.force) {\n\t\t\t\t// directly call handler\n\t\t\t\t\tif (options.success) {\n\t\t\t\t\t\toptions.success(this, null, options)\n\t\t\t\t\t}\n\t\t\t\t\t// trigger sync event\n\t\t\t\t\tthis.trigger('sync', this, null, options)\n\t\t\t\t\treturn Promise.resolve()\n\t\t\t\t}\n\n\t\t\t\tvar success = options.success\n\t\t\t\toptions = _.extend({}, options)\n\t\t\t\toptions.success = function() {\n\t\t\t\t\tself.fetched = true\n\t\t\t\t\tif (success) {\n\t\t\t\t\t\treturn success.apply(this, arguments)\n\t\t\t\t\t}\n\t\t\t\t}\n\n\t\t\t\treturn OC.Backbone.Collection.prototype.fetch.call(this, options)\n\t\t\t}\n\t\t})\n\n\tOC.SystemTags = OC.SystemTags || {}\n\tOC.SystemTags.SystemTagsCollection = SystemTagsCollection\n\n\t/**\n\t * @type OC.SystemTags.SystemTagsCollection\n\t */\n\tOC.SystemTags.collection = new OC.SystemTags.SystemTagsCollection()\n})(OC)\n","/* eslint-disable */\n/*\n * Copyright (c) 2015\n *\n * This file is licensed under the Affero General Public License version 3\n * or later.\n *\n * See the COPYING-README file.\n *\n */\n\n/* global Handlebars */\n\n(function(OC) {\n\n\t/**\n\t * @class OC.SystemTags.SystemTagsInputField\n\t * @classdesc\n\t *\n\t * Displays a file's system tags\n\t *\n\t */\n\tvar SystemTagsInputField = OC.Backbone.View.extend(\n\t\t/** @lends OC.SystemTags.SystemTagsInputField.prototype */ {\n\n\t\t\t_rendered: false,\n\n\t\t\t_newTag: null,\n\n\t\t\t_lastUsedTags: [],\n\n\t\t\tclassName: 'systemTagsInputFieldContainer',\n\n\t\t\ttemplate: function(data) {\n\t\t\t\treturn '<input class=\"systemTagsInputField\" type=\"hidden\" name=\"tags\" value=\"\"/>'\n\t\t\t},\n\n\t\t\t/**\n\t\t * Creates a new SystemTagsInputField\n\t\t *\n\t\t * @param {Object} [options]\n\t\t * @param {string} [options.objectType=files] object type for which tags are assigned to\n\t\t * @param {bool} [options.multiple=false] whether to allow selecting multiple tags\n\t\t * @param {bool} [options.allowActions=true] whether tags can be renamed/delete within the dropdown\n\t\t * @param {bool} [options.allowCreate=true] whether new tags can be created\n\t\t * @param {bool} [options.isAdmin=true] whether the user is an administrator\n\t\t * @param {Function} options.initSelection function to convert selection to data\n\t\t */\n\t\t\tinitialize: function(options) {\n\t\t\t\toptions = options || {}\n\n\t\t\t\tthis._multiple = !!options.multiple\n\t\t\t\tthis._allowActions = _.isUndefined(options.allowActions) || !!options.allowActions\n\t\t\t\tthis._allowCreate = _.isUndefined(options.allowCreate) || !!options.allowCreate\n\t\t\t\tthis._isAdmin = !!options.isAdmin\n\n\t\t\t\tif (_.isFunction(options.initSelection)) {\n\t\t\t\t\tthis._initSelection = options.initSelection\n\t\t\t\t}\n\n\t\t\t\tthis.collection = options.collection || OC.SystemTags.collection\n\n\t\t\t\tvar self = this\n\t\t\t\tthis.collection.on('change:name remove', function() {\n\t\t\t\t// refresh selection\n\t\t\t\t\t_.defer(self._refreshSelection)\n\t\t\t\t})\n\n\t\t\t\t_.defer(_.bind(this._getLastUsedTags, this))\n\n\t\t\t\t_.bindAll(\n\t\t\t\t\tthis,\n\t\t\t\t\t'_refreshSelection',\n\t\t\t\t\t'_onClickRenameTag',\n\t\t\t\t\t'_onClickDeleteTag',\n\t\t\t\t\t'_onSelectTag',\n\t\t\t\t\t'_onDeselectTag',\n\t\t\t\t\t'_onSubmitRenameTag'\n\t\t\t\t)\n\t\t\t},\n\n\t\t\t_getLastUsedTags: function() {\n\t\t\t\tvar self = this\n\t\t\t\t$.ajax({\n\t\t\t\t\ttype: 'GET',\n\t\t\t\t\turl: OC.generateUrl('/apps/systemtags/lastused'),\n\t\t\t\t\tsuccess: function(response) {\n\t\t\t\t\t\tself._lastUsedTags = response\n\t\t\t\t\t}\n\t\t\t\t})\n\t\t\t},\n\n\t\t\t/**\n\t\t * Refreshes the selection, triggering a call to\n\t\t * select2's initSelection\n\t\t */\n\t\t\t_refreshSelection: function() {\n\t\t\t\tthis.$tagsField.select2('val', this.$tagsField.val())\n\t\t\t},\n\n\t\t\t/**\n\t\t * Event handler whenever the user clicked the \"rename\" action.\n\t\t * This will display the rename field.\n\t\t */\n\t\t\t_onClickRenameTag: function(ev) {\n\t\t\t\tvar $item = $(ev.target).closest('.systemtags-item')\n\t\t\t\tvar tagId = $item.attr('data-id')\n\t\t\t\tvar tagModel = this.collection.get(tagId)\n\n\t\t\t\tvar oldName = tagModel.get('name')\n\t\t\t\tvar $renameForm = $(OC.SystemTags.Templates['result_form']({\n\t\t\t\t\tcid: this.cid,\n\t\t\t\t\tname: oldName,\n\t\t\t\t\tdeleteTooltip: t('core', 'Delete'),\n\t\t\t\t\trenameLabel: t('core', 'Rename'),\n\t\t\t\t\tisAdmin: this._isAdmin\n\t\t\t\t}))\n\t\t\t\t$item.find('.label').after($renameForm)\n\t\t\t\t$item.find('.label, .systemtags-actions').addClass('hidden')\n\t\t\t\t$item.closest('.select2-result').addClass('has-form')\n\n\t\t\t\t$renameForm.find('[title]').tooltip({\n\t\t\t\t\tplacement: 'bottom',\n\t\t\t\t\tcontainer: 'body'\n\t\t\t\t})\n\t\t\t\t$renameForm.find('input').focus().selectRange(0, oldName.length)\n\t\t\t\treturn false\n\t\t\t},\n\n\t\t\t/**\n\t\t * Event handler whenever the rename form has been submitted after\n\t\t * the user entered a new tag name.\n\t\t * This will submit the change to the server.\n\t\t *\n\t\t * @param {Object} ev event\n\t\t */\n\t\t\t_onSubmitRenameTag: function(ev) {\n\t\t\t\tev.preventDefault()\n\t\t\t\tvar $form = $(ev.target)\n\t\t\t\tvar $item = $form.closest('.systemtags-item')\n\t\t\t\tvar tagId = $item.attr('data-id')\n\t\t\t\tvar tagModel = this.collection.get(tagId)\n\t\t\t\tvar newName = $(ev.target).find('input').val().trim()\n\t\t\t\tif (newName && newName !== tagModel.get('name')) {\n\t\t\t\t\ttagModel.save({ 'name': newName })\n\t\t\t\t\t// TODO: spinner, and only change text after finished saving\n\t\t\t\t\t$item.find('.label').text(newName)\n\t\t\t\t}\n\t\t\t\t$item.find('.label, .systemtags-actions').removeClass('hidden')\n\t\t\t\t$form.remove()\n\t\t\t\t$item.closest('.select2-result').removeClass('has-form')\n\t\t\t},\n\n\t\t\t/**\n\t\t * Event handler whenever a tag must be deleted\n\t\t *\n\t\t * @param {Object} ev event\n\t\t */\n\t\t\t_onClickDeleteTag: function(ev) {\n\t\t\t\tvar $item = $(ev.target).closest('.systemtags-item')\n\t\t\t\tvar tagId = $item.attr('data-id')\n\t\t\t\tthis.collection.get(tagId).destroy()\n\t\t\t\t$(ev.target).tooltip('hide')\n\t\t\t\t$item.closest('.select2-result').remove()\n\t\t\t\t// TODO: spinner\n\t\t\t\treturn false\n\t\t\t},\n\n\t\t\t_addToSelect2Selection: function(selection) {\n\t\t\t\tvar data = this.$tagsField.select2('data')\n\t\t\t\tdata.push(selection)\n\t\t\t\tthis.$tagsField.select2('data', data)\n\t\t\t},\n\n\t\t\t/**\n\t\t * Event handler whenever a tag is selected.\n\t\t * Also called whenever tag creation is requested through the dummy tag object.\n\t\t *\n\t\t * @param {Object} e event\n\t\t */\n\t\t\t_onSelectTag: function(e) {\n\t\t\t\tvar self = this\n\t\t\t\tvar tag\n\t\t\t\tif (e.object && e.object.isNew) {\n\t\t\t\t// newly created tag, check if existing\n\t\t\t\t// create a new tag\n\t\t\t\t\ttag = this.collection.create({\n\t\t\t\t\t\tname: e.object.name.trim(),\n\t\t\t\t\t\tuserVisible: true,\n\t\t\t\t\t\tuserAssignable: true,\n\t\t\t\t\t\tcanAssign: true\n\t\t\t\t\t}, {\n\t\t\t\t\t\tsuccess: function(model) {\n\t\t\t\t\t\t\tself._addToSelect2Selection(model.toJSON())\n\t\t\t\t\t\t\tself._lastUsedTags.unshift(model.id)\n\t\t\t\t\t\t\tself.trigger('select', model)\n\t\t\t\t\t\t},\n\t\t\t\t\t\terror: function(model, xhr) {\n\t\t\t\t\t\t\tif (xhr.status === 409) {\n\t\t\t\t\t\t\t// re-fetch collection to get the missing tag\n\t\t\t\t\t\t\t\tself.collection.reset()\n\t\t\t\t\t\t\t\tself.collection.fetch({\n\t\t\t\t\t\t\t\t\tsuccess: function(collection) {\n\t\t\t\t\t\t\t\t\t// find the tag in the collection\n\t\t\t\t\t\t\t\t\t\tvar model = collection.where({\n\t\t\t\t\t\t\t\t\t\t\tname: e.object.name.trim(),\n\t\t\t\t\t\t\t\t\t\t\tuserVisible: true,\n\t\t\t\t\t\t\t\t\t\t\tuserAssignable: true\n\t\t\t\t\t\t\t\t\t\t})\n\t\t\t\t\t\t\t\t\t\tif (model.length) {\n\t\t\t\t\t\t\t\t\t\t\tmodel = model[0]\n\t\t\t\t\t\t\t\t\t\t\t// the tag already exists or was already assigned,\n\t\t\t\t\t\t\t\t\t\t\t// add it to the list anyway\n\t\t\t\t\t\t\t\t\t\t\tself._addToSelect2Selection(model.toJSON())\n\t\t\t\t\t\t\t\t\t\t\tself.trigger('select', model)\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t})\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t})\n\t\t\t\t\tthis.$tagsField.select2('close')\n\t\t\t\t\te.preventDefault()\n\t\t\t\t\treturn false\n\t\t\t\t} else {\n\t\t\t\t\ttag = this.collection.get(e.object.id)\n\t\t\t\t\tthis._lastUsedTags.unshift(tag.id)\n\t\t\t\t}\n\t\t\t\tthis._newTag = null\n\t\t\t\tthis.trigger('select', tag)\n\t\t\t},\n\n\t\t\t/**\n\t\t * Event handler whenever a tag gets deselected.\n\t\t *\n\t\t * @param {Object} e event\n\t\t */\n\t\t\t_onDeselectTag: function(e) {\n\t\t\t\tthis.trigger('deselect', e.choice.id)\n\t\t\t},\n\n\t\t\t/**\n\t\t * Autocomplete function for dropdown results\n\t\t *\n\t\t * @param {Object} query select2 query object\n\t\t */\n\t\t\t_queryTagsAutocomplete: function(query) {\n\t\t\t\tvar self = this\n\t\t\t\tthis.collection.fetch({\n\t\t\t\t\tsuccess: function(collection) {\n\t\t\t\t\t\tvar tagModels = collection.filterByName(query.term.trim())\n\t\t\t\t\t\tif (!self._isAdmin) {\n\t\t\t\t\t\t\ttagModels = _.filter(tagModels, function(tagModel) {\n\t\t\t\t\t\t\t\treturn tagModel.get('canAssign')\n\t\t\t\t\t\t\t})\n\t\t\t\t\t\t}\n\t\t\t\t\t\tquery.callback({\n\t\t\t\t\t\t\tresults: _.invoke(tagModels, 'toJSON')\n\t\t\t\t\t\t})\n\t\t\t\t\t}\n\t\t\t\t})\n\t\t\t},\n\n\t\t\t_preventDefault: function(e) {\n\t\t\t\te.stopPropagation()\n\t\t\t},\n\n\t\t\t/**\n\t\t * Formats a single dropdown result\n\t\t *\n\t\t * @param {Object} data data to format\n\t\t * @returns {string} HTML markup\n\t\t */\n\t\t\t_formatDropDownResult: function(data) {\n\t\t\t\treturn OC.SystemTags.Templates['result'](_.extend({\n\t\t\t\t\trenameTooltip: t('core', 'Rename'),\n\t\t\t\t\tallowActions: this._allowActions,\n\t\t\t\t\ttagMarkup: this._isAdmin ? OC.SystemTags.getDescriptiveTag(data)[0].innerHTML : null,\n\t\t\t\t\tisAdmin: this._isAdmin\n\t\t\t\t}, data))\n\t\t\t},\n\n\t\t\t/**\n\t\t * Formats a single selection item\n\t\t *\n\t\t * @param {Object} data data to format\n\t\t * @returns {string} HTML markup\n\t\t */\n\t\t\t_formatSelection: function(data) {\n\t\t\t\treturn OC.SystemTags.Templates['selection'](_.extend({\n\t\t\t\t\ttagMarkup: this._isAdmin ? OC.SystemTags.getDescriptiveTag(data)[0].innerHTML : null,\n\t\t\t\t\tisAdmin: this._isAdmin\n\t\t\t\t}, data))\n\t\t\t},\n\n\t\t\t/**\n\t\t * Create new dummy choice for select2 when the user\n\t\t * types an arbitrary string\n\t\t *\n\t\t * @param {string} term entered term\n\t\t * @returns {Object} dummy tag\n\t\t */\n\t\t\t_createSearchChoice: function(term) {\n\t\t\t\tterm = term.trim()\n\t\t\t\tif (this.collection.filter(function(entry) {\n\t\t\t\t\treturn entry.get('name') === term\n\t\t\t\t}).length) {\n\t\t\t\t\treturn\n\t\t\t\t}\n\t\t\t\tif (!this._newTag) {\n\t\t\t\t\tthis._newTag = {\n\t\t\t\t\t\tid: -1,\n\t\t\t\t\t\tname: term,\n\t\t\t\t\t\tuserAssignable: true,\n\t\t\t\t\t\tuserVisible: true,\n\t\t\t\t\t\tcanAssign: true,\n\t\t\t\t\t\tisNew: true\n\t\t\t\t\t}\n\t\t\t\t} else {\n\t\t\t\t\tthis._newTag.name = term\n\t\t\t\t}\n\n\t\t\t\treturn this._newTag\n\t\t\t},\n\n\t\t\t_initSelection: function(element, callback) {\n\t\t\t\tvar self = this\n\t\t\t\tvar ids = $(element).val().split(',')\n\n\t\t\t\tfunction modelToSelection(model) {\n\t\t\t\t\tvar data = model.toJSON()\n\t\t\t\t\tif (!self._isAdmin && !data.canAssign) {\n\t\t\t\t\t// lock static tags for non-admins\n\t\t\t\t\t\tdata.locked = true\n\t\t\t\t\t}\n\t\t\t\t\treturn data\n\t\t\t\t}\n\n\t\t\t\tfunction findSelectedObjects(ids) {\n\t\t\t\t\tvar selectedModels = self.collection.filter(function(model) {\n\t\t\t\t\t\treturn ids.indexOf(model.id) >= 0 && (self._isAdmin || model.get('userVisible'))\n\t\t\t\t\t})\n\t\t\t\t\treturn _.map(selectedModels, modelToSelection)\n\t\t\t\t}\n\n\t\t\t\tthis.collection.fetch({\n\t\t\t\t\tsuccess: function() {\n\t\t\t\t\t\tcallback(findSelectedObjects(ids))\n\t\t\t\t\t}\n\t\t\t\t})\n\t\t\t},\n\n\t\t\t/**\n\t\t * Renders this details view\n\t\t */\n\t\t\trender: function() {\n\t\t\t\tvar self = this\n\t\t\t\tthis.$el.html(this.template())\n\n\t\t\t\tthis.$el.find('[title]').tooltip({ placement: 'bottom' })\n\t\t\t\tthis.$tagsField = this.$el.find('[name=tags]')\n\t\t\t\tthis.$tagsField.select2({\n\t\t\t\t\tplaceholder: t('core', 'Collaborative tags'),\n\t\t\t\t\tcontainerCssClass: 'systemtags-select2-container',\n\t\t\t\t\tdropdownCssClass: 'systemtags-select2-dropdown',\n\t\t\t\t\tcloseOnSelect: false,\n\t\t\t\t\tallowClear: false,\n\t\t\t\t\tmultiple: this._multiple,\n\t\t\t\t\ttoggleSelect: this._multiple,\n\t\t\t\t\tquery: _.bind(this._queryTagsAutocomplete, this),\n\t\t\t\t\tid: function(tag) {\n\t\t\t\t\t\treturn tag.id\n\t\t\t\t\t},\n\t\t\t\t\tinitSelection: _.bind(this._initSelection, this),\n\t\t\t\t\tformatResult: _.bind(this._formatDropDownResult, this),\n\t\t\t\t\tformatSelection: _.bind(this._formatSelection, this),\n\t\t\t\t\tcreateSearchChoice: this._allowCreate ? _.bind(this._createSearchChoice, this) : undefined,\n\t\t\t\t\tsortResults: function(results) {\n\t\t\t\t\t\tvar selectedItems = _.pluck(self.$tagsField.select2('data'), 'id')\n\t\t\t\t\t\tresults.sort(function(a, b) {\n\t\t\t\t\t\t\tvar aSelected = selectedItems.indexOf(a.id) >= 0\n\t\t\t\t\t\t\tvar bSelected = selectedItems.indexOf(b.id) >= 0\n\t\t\t\t\t\t\tif (aSelected === bSelected) {\n\t\t\t\t\t\t\t\tvar aLastUsed = self._lastUsedTags.indexOf(a.id)\n\t\t\t\t\t\t\t\tvar bLastUsed = self._lastUsedTags.indexOf(b.id)\n\n\t\t\t\t\t\t\t\tif (aLastUsed !== bLastUsed) {\n\t\t\t\t\t\t\t\t\tif (bLastUsed === -1) {\n\t\t\t\t\t\t\t\t\t\treturn -1\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\tif (aLastUsed === -1) {\n\t\t\t\t\t\t\t\t\t\treturn 1\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\treturn aLastUsed < bLastUsed ? -1 : 1\n\t\t\t\t\t\t\t\t}\n\n\t\t\t\t\t\t\t\t// Both not found\n\t\t\t\t\t\t\t\treturn OC.Util.naturalSortCompare(a.name, b.name)\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\tif (aSelected && !bSelected) {\n\t\t\t\t\t\t\t\treturn -1\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\treturn 1\n\t\t\t\t\t\t})\n\t\t\t\t\t\treturn results\n\t\t\t\t\t},\n\t\t\t\t\tformatNoMatches: function() {\n\t\t\t\t\t\treturn t('core', 'No tags found')\n\t\t\t\t\t}\n\t\t\t\t})\n\t\t\t\t\t.on('select2-selecting', this._onSelectTag)\n\t\t\t\t\t.on('select2-removing', this._onDeselectTag)\n\n\t\t\t\tvar $dropDown = this.$tagsField.select2('dropdown')\n\t\t\t\t// register events for inside the dropdown\n\t\t\t\t$dropDown.on('mouseup', '.rename', this._onClickRenameTag)\n\t\t\t\t$dropDown.on('mouseup', '.delete', this._onClickDeleteTag)\n\t\t\t\t$dropDown.on('mouseup', '.select2-result-selectable.has-form', this._preventDefault)\n\t\t\t\t$dropDown.on('submit', '.systemtags-rename-form', this._onSubmitRenameTag)\n\n\t\t\t\tthis.delegateEvents()\n\t\t\t},\n\n\t\t\tremove: function() {\n\t\t\t\tif (this.$tagsField) {\n\t\t\t\t\tthis.$tagsField.select2('destroy')\n\t\t\t\t}\n\t\t\t},\n\n\t\t\tgetValues: function() {\n\t\t\t\tthis.$tagsField.select2('val')\n\t\t\t},\n\n\t\t\tsetValues: function(values) {\n\t\t\t\tthis.$tagsField.select2('val', values)\n\t\t\t},\n\n\t\t\tsetData: function(data) {\n\t\t\t\tthis.$tagsField.select2('data', data)\n\t\t\t}\n\t\t})\n\n\tOC.SystemTags = OC.SystemTags || {}\n\tOC.SystemTags.SystemTagsInputField = SystemTagsInputField\n\n})(OC)\n","// style-loader: Adds some css to the DOM by adding a <style> tag\n\n// load the styles\nvar content = require(\"!!../../node_modules/css-loader/dist/cjs.js!../../node_modules/sass-loader/dist/cjs.js!./systemtags.scss\");\nif(typeof content === 'string') content = [[module.id, content, '']];\nif(content.locals) module.exports = content.locals;\n// add the styles to the DOM\nvar add = require(\"!../../node_modules/vue-style-loader/lib/addStylesClient.js\").default\nvar update = add(\"bdf318e0\", content, true, {});","// Imports\nvar ___CSS_LOADER_API_IMPORT___ = require(\"../../node_modules/css-loader/dist/runtime/api.js\");\nexports = ___CSS_LOADER_API_IMPORT___(false);\n// Module\nexports.push([module.id, \".systemtags-select2-dropdown .select2-result-label .checkmark{visibility:hidden;margin-left:-5px;margin-right:5px;padding:4px}.systemtags-select2-dropdown .select2-result-label .new-item .systemtags-actions{display:none}.systemtags-select2-dropdown .select2-selected .select2-result-label .checkmark{visibility:visible}.systemtags-select2-dropdown .select2-result-label .icon{display:inline-block;opacity:.5}.systemtags-select2-dropdown .select2-result-label .icon.rename{padding:4px}.systemtags-select2-dropdown .systemtags-actions{position:absolute;right:5px}.systemtags-select2-dropdown .systemtags-rename-form{display:inline-block;width:calc(100% - 20px);top:-6px;position:relative}.systemtags-select2-dropdown .systemtags-rename-form input{display:inline-block;height:30px;width:calc(100% - 40px)}.systemtags-select2-dropdown .label{width:85%;display:inline-block;overflow:hidden;text-overflow:ellipsis}.systemtags-select2-dropdown .label.hidden{display:none}.systemtags-select2-dropdown span{line-height:25px}.systemtags-select2-dropdown .systemtags-item{display:inline-block;height:25px;width:100%}.systemtags-select2-dropdown .select2-result-label{height:25px}.systemTagsInfoView,.systemtags-select2-container{width:100%}.systemTagsInfoView .select2-choices .select2-search-choice.select2-locked .label,.systemtags-select2-container .select2-choices .select2-search-choice.select2-locked .label{opacity:0.5}#select2-drop.systemtags-select2-dropdown .select2-results li.select2-result{padding:5px}\\n\", \"\"]);\n// Exports\nmodule.exports = exports;\n","\"use strict\";\n\n/*\n MIT License http://www.opensource.org/licenses/mit-license.php\n Author Tobias Koppers @sokra\n*/\n// css base code, injected by the css-loader\n// eslint-disable-next-line func-names\nmodule.exports = function (useSourceMap) {\n var list = []; // return the list of modules as css string\n\n list.toString = function toString() {\n return this.map(function (item) {\n var content = cssWithMappingToString(item, useSourceMap);\n\n if (item[2]) {\n return \"@media \".concat(item[2], \" {\").concat(content, \"}\");\n }\n\n return content;\n }).join('');\n }; // import a list of modules into the list\n // eslint-disable-next-line func-names\n\n\n list.i = function (modules, mediaQuery) {\n if (typeof modules === 'string') {\n // eslint-disable-next-line no-param-reassign\n modules = [[null, modules, '']];\n }\n\n for (var i = 0; i < modules.length; i++) {\n var item = [].concat(modules[i]);\n\n if (mediaQuery) {\n if (!item[2]) {\n item[2] = mediaQuery;\n } else {\n item[2] = \"\".concat(mediaQuery, \" and \").concat(item[2]);\n }\n }\n\n list.push(item);\n }\n };\n\n return list;\n};\n\nfunction cssWithMappingToString(item, useSourceMap) {\n var content = item[1] || ''; // eslint-disable-next-line prefer-destructuring\n\n var cssMapping = item[3];\n\n if (!cssMapping) {\n return content;\n }\n\n if (useSourceMap && typeof btoa === 'function') {\n var sourceMapping = toComment(cssMapping);\n var sourceURLs = cssMapping.sources.map(function (source) {\n return \"/*# sourceURL=\".concat(cssMapping.sourceRoot || '').concat(source, \" */\");\n });\n return [content].concat(sourceURLs).concat([sourceMapping]).join('\\n');\n }\n\n return [content].join('\\n');\n} // Adapted from convert-source-map (MIT)\n\n\nfunction toComment(sourceMap) {\n // eslint-disable-next-line no-undef\n var base64 = btoa(unescape(encodeURIComponent(JSON.stringify(sourceMap))));\n var data = \"sourceMappingURL=data:application/json;charset=utf-8;base64,\".concat(base64);\n return \"/*# \".concat(data, \" */\");\n}","/**\n * Translates the list format produced by css-loader into something\n * easier to manipulate.\n */\nexport default function listToStyles (parentId, list) {\n var styles = []\n var newStyles = {}\n for (var i = 0; i < list.length; i++) {\n var item = list[i]\n var id = item[0]\n var css = item[1]\n var media = item[2]\n var sourceMap = item[3]\n var part = {\n id: parentId + ':' + i,\n css: css,\n media: media,\n sourceMap: sourceMap\n }\n if (!newStyles[id]) {\n styles.push(newStyles[id] = { id: id, parts: [part] })\n } else {\n newStyles[id].parts.push(part)\n }\n }\n return styles\n}\n","/*\n MIT License http://www.opensource.org/licenses/mit-license.php\n Author Tobias Koppers @sokra\n Modified by Evan You @yyx990803\n*/\n\nimport listToStyles from './listToStyles'\n\nvar hasDocument = typeof document !== 'undefined'\n\nif (typeof DEBUG !== 'undefined' && DEBUG) {\n if (!hasDocument) {\n throw new Error(\n 'vue-style-loader cannot be used in a non-browser environment. ' +\n \"Use { target: 'node' } in your Webpack config to indicate a server-rendering environment.\"\n ) }\n}\n\n/*\ntype StyleObject = {\n id: number;\n parts: Array<StyleObjectPart>\n}\n\ntype StyleObjectPart = {\n css: string;\n media: string;\n sourceMap: ?string\n}\n*/\n\nvar stylesInDom = {/*\n [id: number]: {\n id: number,\n refs: number,\n parts: Array<(obj?: StyleObjectPart) => void>\n }\n*/}\n\nvar head = hasDocument && (document.head || document.getElementsByTagName('head')[0])\nvar singletonElement = null\nvar singletonCounter = 0\nvar isProduction = false\nvar noop = function () {}\nvar options = null\nvar ssrIdKey = 'data-vue-ssr-id'\n\n// Force single-tag solution on IE6-9, which has a hard limit on the # of <style>\n// tags it will allow on a page\nvar isOldIE = typeof navigator !== 'undefined' && /msie [6-9]\\b/.test(navigator.userAgent.toLowerCase())\n\nexport default function addStylesClient (parentId, list, _isProduction, _options) {\n isProduction = _isProduction\n\n options = _options || {}\n\n var styles = listToStyles(parentId, list)\n addStylesToDom(styles)\n\n return function update (newList) {\n var mayRemove = []\n for (var i = 0; i < styles.length; i++) {\n var item = styles[i]\n var domStyle = stylesInDom[item.id]\n domStyle.refs--\n mayRemove.push(domStyle)\n }\n if (newList) {\n styles = listToStyles(parentId, newList)\n addStylesToDom(styles)\n } else {\n styles = []\n }\n for (var i = 0; i < mayRemove.length; i++) {\n var domStyle = mayRemove[i]\n if (domStyle.refs === 0) {\n for (var j = 0; j < domStyle.parts.length; j++) {\n domStyle.parts[j]()\n }\n delete stylesInDom[domStyle.id]\n }\n }\n }\n}\n\nfunction addStylesToDom (styles /* Array<StyleObject> */) {\n for (var i = 0; i < styles.length; i++) {\n var item = styles[i]\n var domStyle = stylesInDom[item.id]\n if (domStyle) {\n domStyle.refs++\n for (var j = 0; j < domStyle.parts.length; j++) {\n domStyle.parts[j](item.parts[j])\n }\n for (; j < item.parts.length; j++) {\n domStyle.parts.push(addStyle(item.parts[j]))\n }\n if (domStyle.parts.length > item.parts.length) {\n domStyle.parts.length = item.parts.length\n }\n } else {\n var parts = []\n for (var j = 0; j < item.parts.length; j++) {\n parts.push(addStyle(item.parts[j]))\n }\n stylesInDom[item.id] = { id: item.id, refs: 1, parts: parts }\n }\n }\n}\n\nfunction createStyleElement () {\n var styleElement = document.createElement('style')\n styleElement.type = 'text/css'\n head.appendChild(styleElement)\n return styleElement\n}\n\nfunction addStyle (obj /* StyleObjectPart */) {\n var update, remove\n var styleElement = document.querySelector('style[' + ssrIdKey + '~=\"' + obj.id + '\"]')\n\n if (styleElement) {\n if (isProduction) {\n // has SSR styles and in production mode.\n // simply do nothing.\n return noop\n } else {\n // has SSR styles but in dev mode.\n // for some reason Chrome can't handle source map in server-rendered\n // style tags - source maps in <style> only works if the style tag is\n // created and inserted dynamically. So we remove the server rendered\n // styles and inject new ones.\n styleElement.parentNode.removeChild(styleElement)\n }\n }\n\n if (isOldIE) {\n // use singleton mode for IE9.\n var styleIndex = singletonCounter++\n styleElement = singletonElement || (singletonElement = createStyleElement())\n update = applyToSingletonTag.bind(null, styleElement, styleIndex, false)\n remove = applyToSingletonTag.bind(null, styleElement, styleIndex, true)\n } else {\n // use multi-style-tag mode in all other cases\n styleElement = createStyleElement()\n update = applyToTag.bind(null, styleElement)\n remove = function () {\n styleElement.parentNode.removeChild(styleElement)\n }\n }\n\n update(obj)\n\n return function updateStyle (newObj /* StyleObjectPart */) {\n if (newObj) {\n if (newObj.css === obj.css &&\n newObj.media === obj.media &&\n newObj.sourceMap === obj.sourceMap) {\n return\n }\n update(obj = newObj)\n } else {\n remove()\n }\n }\n}\n\nvar replaceText = (function () {\n var textStore = []\n\n return function (index, replacement) {\n textStore[index] = replacement\n return textStore.filter(Boolean).join('\\n')\n }\n})()\n\nfunction applyToSingletonTag (styleElement, index, remove, obj) {\n var css = remove ? '' : obj.css\n\n if (styleElement.styleSheet) {\n styleElement.styleSheet.cssText = replaceText(index, css)\n } else {\n var cssNode = document.createTextNode(css)\n var childNodes = styleElement.childNodes\n if (childNodes[index]) styleElement.removeChild(childNodes[index])\n if (childNodes.length) {\n styleElement.insertBefore(cssNode, childNodes[index])\n } else {\n styleElement.appendChild(cssNode)\n }\n }\n}\n\nfunction applyToTag (styleElement, obj) {\n var css = obj.css\n var media = obj.media\n var sourceMap = obj.sourceMap\n\n if (media) {\n styleElement.setAttribute('media', media)\n }\n if (options.ssrId) {\n styleElement.setAttribute(ssrIdKey, obj.id)\n }\n\n if (sourceMap) {\n // https://developer.chrome.com/devtools/docs/javascript-debugging\n // this makes source maps inside style tags work properly in Chrome\n css += '\\n/*# sourceURL=' + sourceMap.sources[0] + ' */'\n // http://stackoverflow.com/a/26603875\n css += '\\n/*# sourceMappingURL=data:application/json;base64,' + btoa(unescape(encodeURIComponent(JSON.stringify(sourceMap)))) + ' */'\n }\n\n if (styleElement.styleSheet) {\n styleElement.styleSheet.cssText = css\n } else {\n while (styleElement.firstChild) {\n styleElement.removeChild(styleElement.firstChild)\n }\n styleElement.appendChild(document.createTextNode(css))\n }\n}\n"],"sourceRoot":""} \ No newline at end of file
+{"version":3,"sources":["webpack:///webpack/bootstrap","webpack:///./node_modules/core-js/internals/global.js","webpack:///./node_modules/core-js/internals/fails.js","webpack:///./node_modules/handlebars/dist/cjs/handlebars/utils.js","webpack:///./node_modules/handlebars/dist/cjs/handlebars/exception.js","webpack:///./node_modules/core-js/internals/has.js","webpack:///./node_modules/core-js/internals/descriptors.js","webpack:///./node_modules/core-js/internals/create-non-enumerable-property.js","webpack:///./node_modules/core-js/internals/an-object.js","webpack:///./node_modules/core-js/internals/require-object-coercible.js","webpack:///./node_modules/core-js/internals/is-object.js","webpack:///./node_modules/core-js/internals/redefine.js","webpack:///./node_modules/core-js/internals/to-integer.js","webpack:///./node_modules/core-js/internals/export.js","webpack:///(webpack)/buildin/global.js","webpack:///./node_modules/core-js/internals/to-indexed-object.js","webpack:///./node_modules/core-js/internals/classof-raw.js","webpack:///./node_modules/core-js/internals/to-object.js","webpack:///./node_modules/core-js/internals/set-global.js","webpack:///./node_modules/core-js/internals/shared-store.js","webpack:///./node_modules/core-js/internals/shared.js","webpack:///./node_modules/core-js/internals/to-string-tag-support.js","webpack:///./node_modules/core-js/internals/well-known-symbol.js","webpack:///./node_modules/core-js/internals/regexp-exec.js","webpack:///./node_modules/handlebars/runtime.js","webpack:///./core/css/systemtags.scss","webpack:///./node_modules/core-js/internals/object-get-own-property-descriptor.js","webpack:///./node_modules/core-js/internals/object-property-is-enumerable.js","webpack:///./node_modules/core-js/internals/create-property-descriptor.js","webpack:///./node_modules/core-js/internals/indexed-object.js","webpack:///./node_modules/core-js/internals/to-primitive.js","webpack:///./node_modules/core-js/internals/ie8-dom-define.js","webpack:///./node_modules/core-js/internals/object-define-property.js","webpack:///./node_modules/core-js/internals/inspect-source.js","webpack:///./node_modules/core-js/internals/uid.js","webpack:///./node_modules/core-js/internals/hidden-keys.js","webpack:///./node_modules/core-js/internals/get-built-in.js","webpack:///./node_modules/core-js/internals/object-keys-internal.js","webpack:///./node_modules/core-js/internals/array-includes.js","webpack:///./node_modules/core-js/internals/to-length.js","webpack:///./node_modules/core-js/internals/enum-bug-keys.js","webpack:///./node_modules/core-js/internals/object-get-own-property-symbols.js","webpack:///./node_modules/core-js/internals/native-symbol.js","webpack:///./node_modules/core-js/modules/es.regexp.exec.js","webpack:///./node_modules/core-js/internals/regexp-flags.js","webpack:///./node_modules/handlebars/dist/cjs/handlebars/base.js","webpack:///./node_modules/handlebars/dist/cjs/handlebars/helpers.js","webpack:///./node_modules/handlebars/dist/cjs/handlebars/logger.js","webpack:///./node_modules/handlebars/dist/cjs/handlebars/internal/proto-access.js","webpack:///./node_modules/escape-html/index.js","webpack:///./node_modules/@nextcloud/router/dist/index.js","webpack:///./core/src/systemtags/templates/result.handlebars","webpack:///./core/src/systemtags/templates/result_form.handlebars","webpack:///./core/src/systemtags/templates/selection.handlebars","webpack:///./node_modules/style-loader/dist/runtime/injectStylesIntoStyleTag.js","webpack:///./node_modules/css-loader/dist/runtime/cssWithMappingToString.js","webpack:///./node_modules/css-loader/dist/runtime/api.js","webpack:///./core/src/systemtags/systemtagmodel.js","webpack:///./node_modules/core-js/modules/es.array.index-of.js","webpack:///./node_modules/core-js/internals/document-create-element.js","webpack:///./node_modules/core-js/internals/internal-state.js","webpack:///./node_modules/core-js/internals/native-weak-map.js","webpack:///./node_modules/core-js/internals/shared-key.js","webpack:///./node_modules/core-js/internals/is-pure.js","webpack:///./node_modules/core-js/internals/copy-constructor-properties.js","webpack:///./node_modules/core-js/internals/own-keys.js","webpack:///./node_modules/core-js/internals/path.js","webpack:///./node_modules/core-js/internals/object-get-own-property-names.js","webpack:///./node_modules/core-js/internals/to-absolute-index.js","webpack:///./node_modules/core-js/internals/is-forced.js","webpack:///./node_modules/core-js/internals/array-method-is-strict.js","webpack:///./node_modules/core-js/modules/es.object.assign.js","webpack:///./node_modules/core-js/internals/object-assign.js","webpack:///./node_modules/core-js/internals/object-keys.js","webpack:///./node_modules/core-js/modules/es.object.to-string.js","webpack:///./node_modules/core-js/internals/engine-v8-version.js","webpack:///./node_modules/core-js/internals/engine-user-agent.js","webpack:///./node_modules/core-js/internals/use-symbol-as-uid.js","webpack:///./node_modules/core-js/internals/object-to-string.js","webpack:///./node_modules/core-js/internals/classof.js","webpack:///./node_modules/core-js/internals/regexp-sticky-helpers.js","webpack:///./node_modules/core-js/modules/es.regexp.to-string.js","webpack:///./node_modules/core-js/modules/es.string.replace.js","webpack:///./node_modules/core-js/internals/fix-regexp-well-known-symbol-logic.js","webpack:///./node_modules/core-js/internals/advance-string-index.js","webpack:///./node_modules/core-js/internals/string-multibyte.js","webpack:///./node_modules/core-js/internals/get-substitution.js","webpack:///./node_modules/core-js/internals/regexp-exec-abstract.js","webpack:///./core/src/systemtags/systemtagscollection.js","webpack:///./node_modules/handlebars/dist/cjs/handlebars.runtime.js","webpack:///./node_modules/handlebars/dist/cjs/handlebars/helpers/block-helper-missing.js","webpack:///./node_modules/handlebars/dist/cjs/handlebars/helpers/each.js","webpack:///./node_modules/handlebars/dist/cjs/handlebars/helpers/helper-missing.js","webpack:///./node_modules/handlebars/dist/cjs/handlebars/helpers/if.js","webpack:///./node_modules/handlebars/dist/cjs/handlebars/helpers/log.js","webpack:///./node_modules/handlebars/dist/cjs/handlebars/helpers/lookup.js","webpack:///./node_modules/handlebars/dist/cjs/handlebars/helpers/with.js","webpack:///./node_modules/handlebars/dist/cjs/handlebars/decorators.js","webpack:///./node_modules/handlebars/dist/cjs/handlebars/decorators/inline.js","webpack:///./node_modules/handlebars/dist/cjs/handlebars/internal/create-new-lookup-object.js","webpack:///./node_modules/handlebars/dist/cjs/handlebars/safe-string.js","webpack:///./node_modules/handlebars/dist/cjs/handlebars/runtime.js","webpack:///./node_modules/handlebars/dist/cjs/handlebars/internal/wrapHelper.js","webpack:///./node_modules/handlebars/dist/cjs/handlebars/no-conflict.js","webpack:///./core/src/systemtags/systemtags.js","webpack:///./core/src/systemtags/systemtagsmappingcollection.js","webpack:///./core/src/systemtags/systemtagsinputfield.js","webpack:///./core/css/systemtags.scss?38f5"],"names":["installedModules","__webpack_require__","moduleId","exports","module","i","l","modules","call","m","c","d","name","getter","o","Object","defineProperty","enumerable","get","r","Symbol","toStringTag","value","t","mode","__esModule","ns","create","key","bind","n","object","property","prototype","hasOwnProperty","p","s","it","Math","check","globalThis","window","self","global","this","Function","exec","error","extend","indexOf","array","len","length","escapeExpression","string","toHTML","possible","test","replace","badChars","escapeChar","isEmpty","isArray","createFrame","frame","_parent","blockParams","params","ids","path","appendContextPath","contextPath","id","escape","chr","obj","arguments","toString","isFunction","Array","errorProps","Exception","message","node","loc","line","undefined","endLineNumber","column","endColumn","start","end","tmp","Error","constructor","idx","captureStackTrace","lineNumber","nop","toObject","hasOwn","fails","DESCRIPTORS","definePropertyModule","createPropertyDescriptor","f","isObject","TypeError","String","createNonEnumerableProperty","has","setGlobal","inspectSource","InternalStateModule","getInternalState","enforceInternalState","enforce","TEMPLATE","split","O","options","state","unsafe","simple","noTargetGet","source","join","ceil","floor","argument","isNaN","getOwnPropertyDescriptor","redefine","copyConstructorProperties","isForced","target","targetProperty","sourceProperty","descriptor","TARGET","GLOBAL","STATIC","stat","forced","sham","g","e","IndexedObject","requireObjectCoercible","slice","store","IS_PURE","push","version","copyright","wellKnownSymbol","shared","uid","NATIVE_SYMBOL","USE_SYMBOL_AS_UID","WellKnownSymbolsStore","createWellKnownSymbol","withoutSetter","re1","re2","regexpFlags","stickyHelpers","nativeExec","RegExp","nativeReplace","patchedExec","UPDATES_LAST_INDEX_WRONG","lastIndex","UNSUPPORTED_Y","BROKEN_CARET","NPCG_INCLUDED","str","reCopy","match","re","sticky","flags","charsAdded","strCopy","multiline","input","index","___CSS_LOADER_EXPORT___","propertyIsEnumerableModule","toIndexedObject","toPrimitive","IE8_DOM_DEFINE","$getOwnPropertyDescriptor","P","$propertyIsEnumerable","propertyIsEnumerable","NASHORN_BUG","1","V","bitmap","configurable","writable","classof","PREFERRED_STRING","fn","val","valueOf","createElement","a","anObject","$defineProperty","Attributes","functionToString","postfix","random","aFunction","variable","namespace","method","hiddenKeys","names","result","toLength","toAbsoluteIndex","createMethod","IS_INCLUDES","$this","el","fromIndex","includes","toInteger","min","getOwnPropertySymbols","V8_VERSION","symbol","$","proto","that","ignoreCase","dotAll","unicode","_interopRequireDefault","HandlebarsEnvironment","_utils","_exception2","_helpers","_decorators","_logger2","_internalProtoAccess","VERSION","COMPILER_REVISION","LAST_COMPATIBLE_COMPILER_REVISION","REVISION_CHANGES","2","3","4","5","6","7","8","helpers","partials","decorators","registerDefaultHelpers","registerDefaultDecorators","logger","log","registerHelper","unregisterHelper","registerPartial","partial","unregisterPartial","registerDecorator","unregisterDecorator","resetLoggedPropertyAccesses","resetLoggedProperties","instance","_helpersBlockHelperMissing2","_helpersEach2","_helpersHelperMissing2","_helpersIf2","_helpersLog2","_helpersLookup2","_helpersWith2","moveHelperToHooks","helperName","keepHelper","hooks","methodMap","level","lookupLevel","levelMap","toLowerCase","parseInt","console","_len","_key","apply","createProtoAccessControl","runtimeOptions","defaultMethodWhiteList","defaultPropertyWhiteList","properties","whitelist","_createNewLookupObject","createNewLookupObject","allowedProtoProperties","defaultValue","allowProtoPropertiesByDefault","methods","allowedProtoMethods","allowProtoMethodsByDefault","resultIsAllowed","protoAccessControl","propertyName","checkWhiteList","keys","loggedProperties","forEach","newObj","_interopRequireWildcard","protoAccessControlForType","logUnexpecedPropertyAccessOnce","matchHtmlRegExp","html","charCodeAt","substring","getRootUrl","generateFilePath","imagePath","generateUrl","generateOcsUrl","generateRemoteUrl","linkTo","app","file","service","location","protocol","host","linkToRemoteBase","url","allOptions","assign","noRewrite","_build","text","vars","b","encodeURIComponent","charAt","OC","config","modRewriteWorking","type","isCore","coreApps","link","appswebroots","encodeURI","webroot","Handlebars","template","container","depth0","data","stack1","helper","lookupProperty","parent","helperMissing","nullContext","alias1","alias2","buffer","program","noop","blockHelperMissing","alias4","memo","isOldIE","Boolean","document","all","atob","getTarget","styleTarget","querySelector","HTMLIFrameElement","contentDocument","head","stylesInDom","getIndexByIdentifier","identifier","modulesToDom","list","idCountMap","identifiers","item","base","count","concat","css","media","sourceMap","references","updater","addStyle","insertStyleElement","style","attributes","nonce","setAttribute","insert","appendChild","textStore","replaceText","replacement","filter","applyToSingletonTag","remove","styleSheet","cssText","cssNode","createTextNode","childNodes","removeChild","insertBefore","applyToTag","removeAttribute","btoa","unescape","JSON","stringify","firstChild","singleton","singletonCounter","update","styleIndex","parentNode","removeStyleElement","lastIdentifiers","newList","newLastIdentifiers","_i","_index","splice","_slicedToArray","arr","_arrayWithHoles","iterator","_s","_e","_arr","_n","_d","next","done","err","_iterableToArrayLimit","minLen","_arrayLikeToArray","from","_unsupportedIterableToArray","_nonIterableRest","arr2","_item","content","cssMapping","base64","sourceMapping","sourceURLs","sources","map","sourceRoot","cssWithMappingToString","mediaQuery","dedupe","alreadyImportedModules","_","Files","Client","PROPERTY_FILEID","NS_OWNCLOUD","PROPERTY_CAN_ASSIGN","PROPERTY_DISPLAYNAME","PROPERTY_USERVISIBLE","PROPERTY_USERASSIGNABLE","SystemTagModel","Backbone","Model","sync","davSync","defaults","userVisible","userAssignable","canAssign","davProperties","parse","SystemTags","$indexOf","arrayMethodIsStrict","nativeIndexOf","NEGATIVE_ZERO","STRICT_METHOD","searchElement","EXISTS","set","NATIVE_WEAK_MAP","objectHas","sharedKey","WeakMap","wmget","wmhas","wmset","metadata","facade","STATE","getterFor","TYPE","ownKeys","getOwnPropertyDescriptorModule","getBuiltIn","getOwnPropertyNamesModule","getOwnPropertySymbolsModule","internalObjectKeys","getOwnPropertyNames","max","integer","feature","detection","normalize","POLYFILL","NATIVE","METHOD_NAME","objectKeys","$assign","A","B","T","argumentsLength","S","j","enumBugKeys","TO_STRING_TAG_SUPPORT","userAgent","process","versions","v8","classofRaw","TO_STRING_TAG","CORRECT_ARGUMENTS","tag","tryGet","callee","RE","RegExpPrototype","nativeToString","NOT_GENERIC","INCORRECT_NAME","R","rf","fixRegExpWellKnownSymbolLogic","advanceStringIndex","getSubstitution","regExpExec","REPLACE","maybeCallNative","reason","REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE","REPLACE_KEEPS_$0","UNSAFE_SUBSTITUTE","searchValue","replaceValue","replacer","regexp","res","rx","functionalReplace","fullUnicode","results","accumulatedResult","nextSourcePosition","matched","position","captures","namedCaptures","groups","replacerArgs","regexpExec","SPECIES","REPLACE_SUPPORTS_NAMED_GROUPS","SPLIT_WORKS_WITH_OVERWRITTEN_EXEC","originalExec","KEY","SYMBOL","DELEGATES_TO_SYMBOL","DELEGATES_TO_EXEC","execCalled","nativeRegExpMethod","nativeMethod","arg2","forceStringMethod","$exec","stringMethod","regexMethod","arg","CONVERT_TO_STRING","pos","first","second","size","codeAt","SUBSTITUTION_SYMBOLS","SUBSTITUTION_SYMBOLS_NO_NAMED","tailPos","symbols","ch","capture","SystemTagsCollection","Collection","model","linkToRemote","filterByName","term","substr","filterFunction","reset","fetched","fetch","force","success","trigger","Promise","resolve","collection","_handlebarsSafeString2","_handlebarsException2","Utils","runtime","_handlebarsNoConflict2","hb","SafeString","VM","spec","inst","context","inverse","each","_exception","priorKey","ret","execIteration","field","last","newContext","conditional","hash","includeZero","args","_decoratorsInline2","_decoratorsInline","props","original","checkRevision","compilerInfo","compilerRevision","currentRevision","_base","runtimeVersions","compilerVersions","templateSpec","env","main","decorator","main_d","compiler","templateWasPrecompiledWithCompilerV7","strict","lookup","depths","lambda","current","invokePartial","resolvePartial","extendedOptions","compile","compilerOptions","indent","lines","programs","declaredBlockParams","programWrapper","wrapProgram","depth","mergeIfNeeded","param","common","seal","_setup","useData","initData","useBlockParams","useDepths","executeDecorators","isTop","mergedHelpers","_internalWrapHelper","wrapHelper","passLookupPropertyOption","wrapHelpersToPassLookupProperty","usePartial","useDecorators","keepHelperInHelpers","allowCallsToHelperMissing","_child","currentPartialBlock","partialBlock","prog","currentDepths","root","transformOptionsFn","$Handlebars","noConflict","getDescriptiveTag","isUndefined","toJSON","addClass","scope","$span","append","escapeHTML","SystemTagsMappingCollection","usePUT","_objectId","_objectType","setObjectId","objectId","setObjectType","objectType","initialize","models","getTagIds","SystemTagsInputField","View","_rendered","_newTag","_lastUsedTags","className","_multiple","multiple","_allowActions","allowActions","_allowCreate","allowCreate","_isAdmin","isAdmin","initSelection","_initSelection","on","defer","_refreshSelection","_getLastUsedTags","bindAll","ajax","response","$tagsField","select2","_onClickRenameTag","ev","$item","closest","tagId","attr","oldName","$renameForm","templateResultForm","cid","deleteTooltip","renameLabel","find","after","tooltip","placement","focus","selectRange","_onSubmitRenameTag","preventDefault","$form","tagModel","newName","trim","save","removeClass","_onClickDeleteTag","destroy","_addToSelect2Selection","selection","_onSelectTag","isNew","unshift","xhr","status","where","_onDeselectTag","choice","_queryTagsAutocomplete","query","tagModels","callback","invoke","_preventDefault","stopPropagation","_formatDropDownResult","templateResult","renameTooltip","tagMarkup","innerHTML","_formatSelection","templateSelection","_createSearchChoice","entry","element","modelToSelection","locked","selectedModels","findSelectedObjects","render","$el","placeholder","containerCssClass","dropdownCssClass","closeOnSelect","allowClear","toggleSelect","formatResult","formatSelection","createSearchChoice","sortResults","selectedItems","pluck","sort","aSelected","bSelected","aLastUsed","bLastUsed","Util","naturalSortCompare","formatNoMatches","$dropDown","delegateEvents","getValues","setValues","values","setData","locals"],"mappings":"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","file":"systemtags.js","sourcesContent":[" \t// The module cache\n \tvar installedModules = {};\n\n \t// The require function\n \tfunction __webpack_require__(moduleId) {\n\n \t\t// Check if module is in cache\n \t\tif(installedModules[moduleId]) {\n \t\t\treturn installedModules[moduleId].exports;\n \t\t}\n \t\t// Create a new module (and put it into the cache)\n \t\tvar module = installedModules[moduleId] = {\n \t\t\ti: moduleId,\n \t\t\tl: false,\n \t\t\texports: {}\n \t\t};\n\n \t\t// Execute the module function\n \t\tmodules[moduleId].call(module.exports, module, module.exports, __webpack_require__);\n\n \t\t// Flag the module as loaded\n \t\tmodule.l = true;\n\n \t\t// Return the exports of the module\n \t\treturn module.exports;\n \t}\n\n\n \t// expose the modules object (__webpack_modules__)\n \t__webpack_require__.m = modules;\n\n \t// expose the module cache\n \t__webpack_require__.c = installedModules;\n\n \t// define getter function for harmony exports\n \t__webpack_require__.d = function(exports, name, getter) {\n \t\tif(!__webpack_require__.o(exports, name)) {\n \t\t\tObject.defineProperty(exports, name, { enumerable: true, get: getter });\n \t\t}\n \t};\n\n \t// define __esModule on exports\n \t__webpack_require__.r = function(exports) {\n \t\tif(typeof Symbol !== 'undefined' && Symbol.toStringTag) {\n \t\t\tObject.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });\n \t\t}\n \t\tObject.defineProperty(exports, '__esModule', { value: true });\n \t};\n\n \t// create a fake namespace object\n \t// mode & 1: value is a module id, require it\n \t// mode & 2: merge all properties of value into the ns\n \t// mode & 4: return value when already ns object\n \t// mode & 8|1: behave like require\n \t__webpack_require__.t = function(value, mode) {\n \t\tif(mode & 1) value = __webpack_require__(value);\n \t\tif(mode & 8) return value;\n \t\tif((mode & 4) && typeof value === 'object' && value && value.__esModule) return value;\n \t\tvar ns = Object.create(null);\n \t\t__webpack_require__.r(ns);\n \t\tObject.defineProperty(ns, 'default', { enumerable: true, value: value });\n \t\tif(mode & 2 && typeof value != 'string') for(var key in value) __webpack_require__.d(ns, key, function(key) { return value[key]; }.bind(null, key));\n \t\treturn ns;\n \t};\n\n \t// getDefaultExport function for compatibility with non-harmony modules\n \t__webpack_require__.n = function(module) {\n \t\tvar getter = module && module.__esModule ?\n \t\t\tfunction getDefault() { return module['default']; } :\n \t\t\tfunction getModuleExports() { return module; };\n \t\t__webpack_require__.d(getter, 'a', getter);\n \t\treturn getter;\n \t};\n\n \t// Object.prototype.hasOwnProperty.call\n \t__webpack_require__.o = function(object, property) { return Object.prototype.hasOwnProperty.call(object, property); };\n\n \t// __webpack_public_path__\n \t__webpack_require__.p = \"\";\n\n\n \t// Load entry module and return exports\n \treturn __webpack_require__(__webpack_require__.s = 103);\n","var check = function (it) {\n return it && it.Math == Math && it;\n};\n\n// https://github.com/zloirock/core-js/issues/86#issuecomment-115759028\nmodule.exports =\n // eslint-disable-next-line es/no-global-this -- safe\n check(typeof globalThis == 'object' && globalThis) ||\n check(typeof window == 'object' && window) ||\n // eslint-disable-next-line no-restricted-globals -- safe\n check(typeof self == 'object' && self) ||\n check(typeof global == 'object' && global) ||\n // eslint-disable-next-line no-new-func -- fallback\n (function () { return this; })() || Function('return this')();\n","module.exports = function (exec) {\n try {\n return !!exec();\n } catch (error) {\n return true;\n }\n};\n","'use strict';\n\nexports.__esModule = true;\nexports.extend = extend;\nexports.indexOf = indexOf;\nexports.escapeExpression = escapeExpression;\nexports.isEmpty = isEmpty;\nexports.createFrame = createFrame;\nexports.blockParams = blockParams;\nexports.appendContextPath = appendContextPath;\nvar escape = {\n '&': '&amp;',\n '<': '&lt;',\n '>': '&gt;',\n '\"': '&quot;',\n \"'\": '&#x27;',\n '`': '&#x60;',\n '=': '&#x3D;'\n};\n\nvar badChars = /[&<>\"'`=]/g,\n possible = /[&<>\"'`=]/;\n\nfunction escapeChar(chr) {\n return escape[chr];\n}\n\nfunction extend(obj /* , ...source */) {\n for (var i = 1; i < arguments.length; i++) {\n for (var key in arguments[i]) {\n if (Object.prototype.hasOwnProperty.call(arguments[i], key)) {\n obj[key] = arguments[i][key];\n }\n }\n }\n\n return obj;\n}\n\nvar toString = Object.prototype.toString;\n\nexports.toString = toString;\n// Sourced from lodash\n// https://github.com/bestiejs/lodash/blob/master/LICENSE.txt\n/* eslint-disable func-style */\nvar isFunction = function isFunction(value) {\n return typeof value === 'function';\n};\n// fallback for older versions of Chrome and Safari\n/* istanbul ignore next */\nif (isFunction(/x/)) {\n exports.isFunction = isFunction = function (value) {\n return typeof value === 'function' && toString.call(value) === '[object Function]';\n };\n}\nexports.isFunction = isFunction;\n\n/* eslint-enable func-style */\n\n/* istanbul ignore next */\nvar isArray = Array.isArray || function (value) {\n return value && typeof value === 'object' ? toString.call(value) === '[object Array]' : false;\n};\n\nexports.isArray = isArray;\n// Older IE versions do not directly support indexOf so we must implement our own, sadly.\n\nfunction indexOf(array, value) {\n for (var i = 0, len = array.length; i < len; i++) {\n if (array[i] === value) {\n return i;\n }\n }\n return -1;\n}\n\nfunction escapeExpression(string) {\n if (typeof string !== 'string') {\n // don't escape SafeStrings, since they're already safe\n if (string && string.toHTML) {\n return string.toHTML();\n } else if (string == null) {\n return '';\n } else if (!string) {\n return string + '';\n }\n\n // Force a string conversion as this will be done by the append regardless and\n // the regex test will do this transparently behind the scenes, causing issues if\n // an object's to string has escaped characters in it.\n string = '' + string;\n }\n\n if (!possible.test(string)) {\n return string;\n }\n return string.replace(badChars, escapeChar);\n}\n\nfunction isEmpty(value) {\n if (!value && value !== 0) {\n return true;\n } else if (isArray(value) && value.length === 0) {\n return true;\n } else {\n return false;\n }\n}\n\nfunction createFrame(object) {\n var frame = extend({}, object);\n frame._parent = object;\n return frame;\n}\n\nfunction blockParams(params, ids) {\n params.path = ids;\n return params;\n}\n\nfunction appendContextPath(contextPath, id) {\n return (contextPath ? contextPath + '.' : '') + id;\n}\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uL2xpYi9oYW5kbGViYXJzL3V0aWxzLmpzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7Ozs7Ozs7Ozs7QUFBQSxJQUFNLE1BQU0sR0FBRztBQUNiLEtBQUcsRUFBRSxPQUFPO0FBQ1osS0FBRyxFQUFFLE1BQU07QUFDWCxLQUFHLEVBQUUsTUFBTTtBQUNYLEtBQUcsRUFBRSxRQUFRO0FBQ2IsS0FBRyxFQUFFLFFBQVE7QUFDYixLQUFHLEVBQUUsUUFBUTtBQUNiLEtBQUcsRUFBRSxRQUFRO0NBQ2QsQ0FBQzs7QUFFRixJQUFNLFFBQVEsR0FBRyxZQUFZO0lBQzNCLFFBQVEsR0FBRyxXQUFXLENBQUM7O0FBRXpCLFNBQVMsVUFBVSxDQUFDLEdBQUcsRUFBRTtBQUN2QixTQUFPLE1BQU0sQ0FBQyxHQUFHLENBQUMsQ0FBQztDQUNwQjs7QUFFTSxTQUFTLE1BQU0sQ0FBQyxHQUFHLG9CQUFvQjtBQUM1QyxPQUFLLElBQUksQ0FBQyxHQUFHLENBQUMsRUFBRSxDQUFDLEdBQUcsU0FBUyxDQUFDLE1BQU0sRUFBRSxDQUFDLEVBQUUsRUFBRTtBQUN6QyxTQUFLLElBQUksR0FBRyxJQUFJLFNBQVMsQ0FBQyxDQUFDLENBQUMsRUFBRTtBQUM1QixVQUFJLE1BQU0sQ0FBQyxTQUFTLENBQUMsY0FBYyxDQUFDLElBQUksQ0FBQyxTQUFTLENBQUMsQ0FBQyxDQUFDLEVBQUUsR0FBRyxDQUFDLEVBQUU7QUFDM0QsV0FBRyxDQUFDLEdBQUcsQ0FBQyxHQUFHLFNBQVMsQ0FBQyxDQUFDLENBQUMsQ0FBQyxHQUFHLENBQUMsQ0FBQztPQUM5QjtLQUNGO0dBQ0Y7O0FBRUQsU0FBTyxHQUFHLENBQUM7Q0FDWjs7QUFFTSxJQUFJLFFBQVEsR0FBRyxNQUFNLENBQUMsU0FBUyxDQUFDLFFBQVEsQ0FBQzs7Ozs7O0FBS2hELElBQUksVUFBVSxHQUFHLG9CQUFTLEtBQUssRUFBRTtBQUMvQixTQUFPLE9BQU8sS0FBSyxLQUFLLFVBQVUsQ0FBQztDQUNwQyxDQUFDOzs7QUFHRixJQUFJLFVBQVUsQ0FBQyxHQUFHLENBQUMsRUFBRTtBQUNuQixVQU9PLFVBQVUsR0FQakIsVUFBVSxHQUFHLFVBQVMsS0FBSyxFQUFFO0FBQzNCLFdBQ0UsT0FBTyxLQUFLLEtBQUssVUFBVSxJQUMzQixRQUFRLENBQUMsSUFBSSxDQUFDLEtBQUssQ0FBQyxLQUFLLG1CQUFtQixDQUM1QztHQUNILENBQUM7Q0FDSDtRQUNRLFVBQVUsR0FBVixVQUFVOzs7OztBQUlaLElBQU0sT0FBTyxHQUNsQixLQUFLLENBQUMsT0FBTyxJQUNiLFVBQVMsS0FBSyxFQUFFO0FBQ2QsU0FBTyxLQUFLLElBQUksT0FBTyxLQUFLLEtBQUssUUFBUSxHQUNyQyxRQUFRLENBQUMsSUFBSSxDQUFDLEtBQUssQ0FBQyxLQUFLLGdCQUFnQixHQUN6QyxLQUFLLENBQUM7Q0FDWCxDQUFDOzs7OztBQUdHLFNBQVMsT0FBTyxDQUFDLEtBQUssRUFBRSxLQUFLLEVBQUU7QUFDcEMsT0FBSyxJQUFJLENBQUMsR0FBRyxDQUFDLEVBQUUsR0FBRyxHQUFHLEtBQUssQ0FBQyxNQUFNLEVBQUUsQ0FBQyxHQUFHLEdBQUcsRUFBRSxDQUFDLEVBQUUsRUFBRTtBQUNoRCxRQUFJLEtBQUssQ0FBQyxDQUFDLENBQUMsS0FBSyxLQUFLLEVBQUU7QUFDdEIsYUFBTyxDQUFDLENBQUM7S0FDVjtHQUNGO0FBQ0QsU0FBTyxDQUFDLENBQUMsQ0FBQztDQUNYOztBQUVNLFNBQVMsZ0JBQWdCLENBQUMsTUFBTSxFQUFFO0FBQ3ZDLE1BQUksT0FBTyxNQUFNLEtBQUssUUFBUSxFQUFFOztBQUU5QixRQUFJLE1BQU0sSUFBSSxNQUFNLENBQUMsTUFBTSxFQUFFO0FBQzNCLGFBQU8sTUFBTSxDQUFDLE1BQU0sRUFBRSxDQUFDO0tBQ3hCLE1BQU0sSUFBSSxNQUFNLElBQUksSUFBSSxFQUFFO0FBQ3pCLGFBQU8sRUFBRSxDQUFDO0tBQ1gsTUFBTSxJQUFJLENBQUMsTUFBTSxFQUFFO0FBQ2xCLGFBQU8sTUFBTSxHQUFHLEVBQUUsQ0FBQztLQUNwQjs7Ozs7QUFLRCxVQUFNLEdBQUcsRUFBRSxHQUFHLE1BQU0sQ0FBQztHQUN0Qjs7QUFFRCxNQUFJLENBQUMsUUFBUSxDQUFDLElBQUksQ0FBQyxNQUFNLENBQUMsRUFBRTtBQUMxQixXQUFPLE1BQU0sQ0FBQztHQUNmO0FBQ0QsU0FBTyxNQUFNLENBQUMsT0FBTyxDQUFDLFFBQVEsRUFBRSxVQUFVLENBQUMsQ0FBQztDQUM3Qzs7QUFFTSxTQUFTLE9BQU8sQ0FBQyxLQUFLLEVBQUU7QUFDN0IsTUFBSSxDQUFDLEtBQUssSUFBSSxLQUFLLEtBQUssQ0FBQyxFQUFFO0FBQ3pCLFdBQU8sSUFBSSxDQUFDO0dBQ2IsTUFBTSxJQUFJLE9BQU8sQ0FBQyxLQUFLLENBQUMsSUFBSSxLQUFLLENBQUMsTUFBTSxLQUFLLENBQUMsRUFBRTtBQUMvQyxXQUFPLElBQUksQ0FBQztHQUNiLE1BQU07QUFDTCxXQUFPLEtBQUssQ0FBQztHQUNkO0NBQ0Y7O0FBRU0sU0FBUyxXQUFXLENBQUMsTUFBTSxFQUFFO0FBQ2xDLE1BQUksS0FBSyxHQUFHLE1BQU0sQ0FBQyxFQUFFLEVBQUUsTUFBTSxDQUFDLENBQUM7QUFDL0IsT0FBSyxDQUFDLE9BQU8sR0FBRyxNQUFNLENBQUM7QUFDdkIsU0FBTyxLQUFLLENBQUM7Q0FDZDs7QUFFTSxTQUFTLFdBQVcsQ0FBQyxNQUFNLEVBQUUsR0FBRyxFQUFFO0FBQ3ZDLFFBQU0sQ0FBQyxJQUFJLEdBQUcsR0FBRyxDQUFDO0FBQ2xCLFNBQU8sTUFBTSxDQUFDO0NBQ2Y7O0FBRU0sU0FBUyxpQkFBaUIsQ0FBQyxXQUFXLEVBQUUsRUFBRSxFQUFFO0FBQ2pELFNBQU8sQ0FBQyxXQUFXLEdBQUcsV0FBVyxHQUFHLEdBQUcsR0FBRyxFQUFFLENBQUEsR0FBSSxFQUFFLENBQUM7Q0FDcEQiLCJmaWxlIjoidXRpbHMuanMiLCJzb3VyY2VzQ29udGVudCI6WyJjb25zdCBlc2NhcGUgPSB7XG4gICcmJzogJyZhbXA7JyxcbiAgJzwnOiAnJmx0OycsXG4gICc+JzogJyZndDsnLFxuICAnXCInOiAnJnF1b3Q7JyxcbiAgXCInXCI6ICcmI3gyNzsnLFxuICAnYCc6ICcmI3g2MDsnLFxuICAnPSc6ICcmI3gzRDsnXG59O1xuXG5jb25zdCBiYWRDaGFycyA9IC9bJjw+XCInYD1dL2csXG4gIHBvc3NpYmxlID0gL1smPD5cIidgPV0vO1xuXG5mdW5jdGlvbiBlc2NhcGVDaGFyKGNocikge1xuICByZXR1cm4gZXNjYXBlW2Nocl07XG59XG5cbmV4cG9ydCBmdW5jdGlvbiBleHRlbmQob2JqIC8qICwgLi4uc291cmNlICovKSB7XG4gIGZvciAobGV0IGkgPSAxOyBpIDwgYXJndW1lbnRzLmxlbmd0aDsgaSsrKSB7XG4gICAgZm9yIChsZXQga2V5IGluIGFyZ3VtZW50c1tpXSkge1xuICAgICAgaWYgKE9iamVjdC5wcm90b3R5cGUuaGFzT3duUHJvcGVydHkuY2FsbChhcmd1bWVudHNbaV0sIGtleSkpIHtcbiAgICAgICAgb2JqW2tleV0gPSBhcmd1bWVudHNbaV1ba2V5XTtcbiAgICAgIH1cbiAgICB9XG4gIH1cblxuICByZXR1cm4gb2JqO1xufVxuXG5leHBvcnQgbGV0IHRvU3RyaW5nID0gT2JqZWN0LnByb3RvdHlwZS50b1N0cmluZztcblxuLy8gU291cmNlZCBmcm9tIGxvZGFzaFxuLy8gaHR0cHM6Ly9naXRodWIuY29tL2Jlc3RpZWpzL2xvZGFzaC9ibG9iL21hc3Rlci9MSUNFTlNFLnR4dFxuLyogZXNsaW50LWRpc2FibGUgZnVuYy1zdHlsZSAqL1xubGV0IGlzRnVuY3Rpb24gPSBmdW5jdGlvbih2YWx1ZSkge1xuICByZXR1cm4gdHlwZW9mIHZhbHVlID09PSAnZnVuY3Rpb24nO1xufTtcbi8vIGZhbGxiYWNrIGZvciBvbGRlciB2ZXJzaW9ucyBvZiBDaHJvbWUgYW5kIFNhZmFyaVxuLyogaXN0YW5idWwgaWdub3JlIG5leHQgKi9cbmlmIChpc0Z1bmN0aW9uKC94LykpIHtcbiAgaXNGdW5jdGlvbiA9IGZ1bmN0aW9uKHZhbHVlKSB7XG4gICAgcmV0dXJuIChcbiAgICAgIHR5cGVvZiB2YWx1ZSA9PT0gJ2Z1bmN0aW9uJyAmJlxuICAgICAgdG9TdHJpbmcuY2FsbCh2YWx1ZSkgPT09ICdbb2JqZWN0IEZ1bmN0aW9uXSdcbiAgICApO1xuICB9O1xufVxuZXhwb3J0IHsgaXNGdW5jdGlvbiB9O1xuLyogZXNsaW50LWVuYWJsZSBmdW5jLXN0eWxlICovXG5cbi8qIGlzdGFuYnVsIGlnbm9yZSBuZXh0ICovXG5leHBvcnQgY29uc3QgaXNBcnJheSA9XG4gIEFycmF5LmlzQXJyYXkgfHxcbiAgZnVuY3Rpb24odmFsdWUpIHtcbiAgICByZXR1cm4gdmFsdWUgJiYgdHlwZW9mIHZhbHVlID09PSAnb2JqZWN0J1xuICAgICAgPyB0b1N0cmluZy5jYWxsKHZhbHVlKSA9PT0gJ1tvYmplY3QgQXJyYXldJ1xuICAgICAgOiBmYWxzZTtcbiAgfTtcblxuLy8gT2xkZXIgSUUgdmVyc2lvbnMgZG8gbm90IGRpcmVjdGx5IHN1cHBvcnQgaW5kZXhPZiBzbyB3ZSBtdXN0IGltcGxlbWVudCBvdXIgb3duLCBzYWRseS5cbmV4cG9ydCBmdW5jdGlvbiBpbmRleE9mKGFycmF5LCB2YWx1ZSkge1xuICBmb3IgKGxldCBpID0gMCwgbGVuID0gYXJyYXkubGVuZ3RoOyBpIDwgbGVuOyBpKyspIHtcbiAgICBpZiAoYXJyYXlbaV0gPT09IHZhbHVlKSB7XG4gICAgICByZXR1cm4gaTtcbiAgICB9XG4gIH1cbiAgcmV0dXJuIC0xO1xufVxuXG5leHBvcnQgZnVuY3Rpb24gZXNjYXBlRXhwcmVzc2lvbihzdHJpbmcpIHtcbiAgaWYgKHR5cGVvZiBzdHJpbmcgIT09ICdzdHJpbmcnKSB7XG4gICAgLy8gZG9uJ3QgZXNjYXBlIFNhZmVTdHJpbmdzLCBzaW5jZSB0aGV5J3JlIGFscmVhZHkgc2FmZVxuICAgIGlmIChzdHJpbmcgJiYgc3RyaW5nLnRvSFRNTCkge1xuICAgICAgcmV0dXJuIHN0cmluZy50b0hUTUwoKTtcbiAgICB9IGVsc2UgaWYgKHN0cmluZyA9PSBudWxsKSB7XG4gICAgICByZXR1cm4gJyc7XG4gICAgfSBlbHNlIGlmICghc3RyaW5nKSB7XG4gICAgICByZXR1cm4gc3RyaW5nICsgJyc7XG4gICAgfVxuXG4gICAgLy8gRm9yY2UgYSBzdHJpbmcgY29udmVyc2lvbiBhcyB0aGlzIHdpbGwgYmUgZG9uZSBieSB0aGUgYXBwZW5kIHJlZ2FyZGxlc3MgYW5kXG4gICAgLy8gdGhlIHJlZ2V4IHRlc3Qgd2lsbCBkbyB0aGlzIHRyYW5zcGFyZW50bHkgYmVoaW5kIHRoZSBzY2VuZXMsIGNhdXNpbmcgaXNzdWVzIGlmXG4gICAgLy8gYW4gb2JqZWN0J3MgdG8gc3RyaW5nIGhhcyBlc2NhcGVkIGNoYXJhY3RlcnMgaW4gaXQuXG4gICAgc3RyaW5nID0gJycgKyBzdHJpbmc7XG4gIH1cblxuICBpZiAoIXBvc3NpYmxlLnRlc3Qoc3RyaW5nKSkge1xuICAgIHJldHVybiBzdHJpbmc7XG4gIH1cbiAgcmV0dXJuIHN0cmluZy5yZXBsYWNlKGJhZENoYXJzLCBlc2NhcGVDaGFyKTtcbn1cblxuZXhwb3J0IGZ1bmN0aW9uIGlzRW1wdHkodmFsdWUpIHtcbiAgaWYgKCF2YWx1ZSAmJiB2YWx1ZSAhPT0gMCkge1xuICAgIHJldHVybiB0cnVlO1xuICB9IGVsc2UgaWYgKGlzQXJyYXkodmFsdWUpICYmIHZhbHVlLmxlbmd0aCA9PT0gMCkge1xuICAgIHJldHVybiB0cnVlO1xuICB9IGVsc2Uge1xuICAgIHJldHVybiBmYWxzZTtcbiAgfVxufVxuXG5leHBvcnQgZnVuY3Rpb24gY3JlYXRlRnJhbWUob2JqZWN0KSB7XG4gIGxldCBmcmFtZSA9IGV4dGVuZCh7fSwgb2JqZWN0KTtcbiAgZnJhbWUuX3BhcmVudCA9IG9iamVjdDtcbiAgcmV0dXJuIGZyYW1lO1xufVxuXG5leHBvcnQgZnVuY3Rpb24gYmxvY2tQYXJhbXMocGFyYW1zLCBpZHMpIHtcbiAgcGFyYW1zLnBhdGggPSBpZHM7XG4gIHJldHVybiBwYXJhbXM7XG59XG5cbmV4cG9ydCBmdW5jdGlvbiBhcHBlbmRDb250ZXh0UGF0aChjb250ZXh0UGF0aCwgaWQpIHtcbiAgcmV0dXJuIChjb250ZXh0UGF0aCA/IGNvbnRleHRQYXRoICsgJy4nIDogJycpICsgaWQ7XG59XG4iXX0=\n","'use strict';\n\nexports.__esModule = true;\nvar errorProps = ['description', 'fileName', 'lineNumber', 'endLineNumber', 'message', 'name', 'number', 'stack'];\n\nfunction Exception(message, node) {\n var loc = node && node.loc,\n line = undefined,\n endLineNumber = undefined,\n column = undefined,\n endColumn = undefined;\n\n if (loc) {\n line = loc.start.line;\n endLineNumber = loc.end.line;\n column = loc.start.column;\n endColumn = loc.end.column;\n\n message += ' - ' + line + ':' + column;\n }\n\n var tmp = Error.prototype.constructor.call(this, message);\n\n // Unfortunately errors are not enumerable in Chrome (at least), so `for prop in tmp` doesn't work.\n for (var idx = 0; idx < errorProps.length; idx++) {\n this[errorProps[idx]] = tmp[errorProps[idx]];\n }\n\n /* istanbul ignore else */\n if (Error.captureStackTrace) {\n Error.captureStackTrace(this, Exception);\n }\n\n try {\n if (loc) {\n this.lineNumber = line;\n this.endLineNumber = endLineNumber;\n\n // Work around issue under safari where we can't directly set the column value\n /* istanbul ignore next */\n if (Object.defineProperty) {\n Object.defineProperty(this, 'column', {\n value: column,\n enumerable: true\n });\n Object.defineProperty(this, 'endColumn', {\n value: endColumn,\n enumerable: true\n });\n } else {\n this.column = column;\n this.endColumn = endColumn;\n }\n }\n } catch (nop) {\n /* Ignore if the browser is very particular */\n }\n}\n\nException.prototype = new Error();\n\nexports['default'] = Exception;\nmodule.exports = exports['default'];\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uL2xpYi9oYW5kbGViYXJzL2V4Y2VwdGlvbi5qcyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiOzs7QUFBQSxJQUFNLFVBQVUsR0FBRyxDQUNqQixhQUFhLEVBQ2IsVUFBVSxFQUNWLFlBQVksRUFDWixlQUFlLEVBQ2YsU0FBUyxFQUNULE1BQU0sRUFDTixRQUFRLEVBQ1IsT0FBTyxDQUNSLENBQUM7O0FBRUYsU0FBUyxTQUFTLENBQUMsT0FBTyxFQUFFLElBQUksRUFBRTtBQUNoQyxNQUFJLEdBQUcsR0FBRyxJQUFJLElBQUksSUFBSSxDQUFDLEdBQUc7TUFDeEIsSUFBSSxZQUFBO01BQ0osYUFBYSxZQUFBO01BQ2IsTUFBTSxZQUFBO01BQ04sU0FBUyxZQUFBLENBQUM7O0FBRVosTUFBSSxHQUFHLEVBQUU7QUFDUCxRQUFJLEdBQUcsR0FBRyxDQUFDLEtBQUssQ0FBQyxJQUFJLENBQUM7QUFDdEIsaUJBQWEsR0FBRyxHQUFHLENBQUMsR0FBRyxDQUFDLElBQUksQ0FBQztBQUM3QixVQUFNLEdBQUcsR0FBRyxDQUFDLEtBQUssQ0FBQyxNQUFNLENBQUM7QUFDMUIsYUFBUyxHQUFHLEdBQUcsQ0FBQyxHQUFHLENBQUMsTUFBTSxDQUFDOztBQUUzQixXQUFPLElBQUksS0FBSyxHQUFHLElBQUksR0FBRyxHQUFHLEdBQUcsTUFBTSxDQUFDO0dBQ3hDOztBQUVELE1BQUksR0FBRyxHQUFHLEtBQUssQ0FBQyxTQUFTLENBQUMsV0FBVyxDQUFDLElBQUksQ0FBQyxJQUFJLEVBQUUsT0FBTyxDQUFDLENBQUM7OztBQUcxRCxPQUFLLElBQUksR0FBRyxHQUFHLENBQUMsRUFBRSxHQUFHLEdBQUcsVUFBVSxDQUFDLE1BQU0sRUFBRSxHQUFHLEVBQUUsRUFBRTtBQUNoRCxRQUFJLENBQUMsVUFBVSxDQUFDLEdBQUcsQ0FBQyxDQUFDLEdBQUcsR0FBRyxDQUFDLFVBQVUsQ0FBQyxHQUFHLENBQUMsQ0FBQyxDQUFDO0dBQzlDOzs7QUFHRCxNQUFJLEtBQUssQ0FBQyxpQkFBaUIsRUFBRTtBQUMzQixTQUFLLENBQUMsaUJBQWlCLENBQUMsSUFBSSxFQUFFLFNBQVMsQ0FBQyxDQUFDO0dBQzFDOztBQUVELE1BQUk7QUFDRixRQUFJLEdBQUcsRUFBRTtBQUNQLFVBQUksQ0FBQyxVQUFVLEdBQUcsSUFBSSxDQUFDO0FBQ3ZCLFVBQUksQ0FBQyxhQUFhLEdBQUcsYUFBYSxDQUFDOzs7O0FBSW5DLFVBQUksTUFBTSxDQUFDLGNBQWMsRUFBRTtBQUN6QixjQUFNLENBQUMsY0FBYyxDQUFDLElBQUksRUFBRSxRQUFRLEVBQUU7QUFDcEMsZUFBSyxFQUFFLE1BQU07QUFDYixvQkFBVSxFQUFFLElBQUk7U0FDakIsQ0FBQyxDQUFDO0FBQ0gsY0FBTSxDQUFDLGNBQWMsQ0FBQyxJQUFJLEVBQUUsV0FBVyxFQUFFO0FBQ3ZDLGVBQUssRUFBRSxTQUFTO0FBQ2hCLG9CQUFVLEVBQUUsSUFBSTtTQUNqQixDQUFDLENBQUM7T0FDSixNQUFNO0FBQ0wsWUFBSSxDQUFDLE1BQU0sR0FBRyxNQUFNLENBQUM7QUFDckIsWUFBSSxDQUFDLFNBQVMsR0FBRyxTQUFTLENBQUM7T0FDNUI7S0FDRjtHQUNGLENBQUMsT0FBTyxHQUFHLEVBQUU7O0dBRWI7Q0FDRjs7QUFFRCxTQUFTLENBQUMsU0FBUyxHQUFHLElBQUksS0FBSyxFQUFFLENBQUM7O3FCQUVuQixTQUFTIiwiZmlsZSI6ImV4Y2VwdGlvbi5qcyIsInNvdXJjZXNDb250ZW50IjpbImNvbnN0IGVycm9yUHJvcHMgPSBbXG4gICdkZXNjcmlwdGlvbicsXG4gICdmaWxlTmFtZScsXG4gICdsaW5lTnVtYmVyJyxcbiAgJ2VuZExpbmVOdW1iZXInLFxuICAnbWVzc2FnZScsXG4gICduYW1lJyxcbiAgJ251bWJlcicsXG4gICdzdGFjaydcbl07XG5cbmZ1bmN0aW9uIEV4Y2VwdGlvbihtZXNzYWdlLCBub2RlKSB7XG4gIGxldCBsb2MgPSBub2RlICYmIG5vZGUubG9jLFxuICAgIGxpbmUsXG4gICAgZW5kTGluZU51bWJlcixcbiAgICBjb2x1bW4sXG4gICAgZW5kQ29sdW1uO1xuXG4gIGlmIChsb2MpIHtcbiAgICBsaW5lID0gbG9jLnN0YXJ0LmxpbmU7XG4gICAgZW5kTGluZU51bWJlciA9IGxvYy5lbmQubGluZTtcbiAgICBjb2x1bW4gPSBsb2Muc3RhcnQuY29sdW1uO1xuICAgIGVuZENvbHVtbiA9IGxvYy5lbmQuY29sdW1uO1xuXG4gICAgbWVzc2FnZSArPSAnIC0gJyArIGxpbmUgKyAnOicgKyBjb2x1bW47XG4gIH1cblxuICBsZXQgdG1wID0gRXJyb3IucHJvdG90eXBlLmNvbnN0cnVjdG9yLmNhbGwodGhpcywgbWVzc2FnZSk7XG5cbiAgLy8gVW5mb3J0dW5hdGVseSBlcnJvcnMgYXJlIG5vdCBlbnVtZXJhYmxlIGluIENocm9tZSAoYXQgbGVhc3QpLCBzbyBgZm9yIHByb3AgaW4gdG1wYCBkb2Vzbid0IHdvcmsuXG4gIGZvciAobGV0IGlkeCA9IDA7IGlkeCA8IGVycm9yUHJvcHMubGVuZ3RoOyBpZHgrKykge1xuICAgIHRoaXNbZXJyb3JQcm9wc1tpZHhdXSA9IHRtcFtlcnJvclByb3BzW2lkeF1dO1xuICB9XG5cbiAgLyogaXN0YW5idWwgaWdub3JlIGVsc2UgKi9cbiAgaWYgKEVycm9yLmNhcHR1cmVTdGFja1RyYWNlKSB7XG4gICAgRXJyb3IuY2FwdHVyZVN0YWNrVHJhY2UodGhpcywgRXhjZXB0aW9uKTtcbiAgfVxuXG4gIHRyeSB7XG4gICAgaWYgKGxvYykge1xuICAgICAgdGhpcy5saW5lTnVtYmVyID0gbGluZTtcbiAgICAgIHRoaXMuZW5kTGluZU51bWJlciA9IGVuZExpbmVOdW1iZXI7XG5cbiAgICAgIC8vIFdvcmsgYXJvdW5kIGlzc3VlIHVuZGVyIHNhZmFyaSB3aGVyZSB3ZSBjYW4ndCBkaXJlY3RseSBzZXQgdGhlIGNvbHVtbiB2YWx1ZVxuICAgICAgLyogaXN0YW5idWwgaWdub3JlIG5leHQgKi9cbiAgICAgIGlmIChPYmplY3QuZGVmaW5lUHJvcGVydHkpIHtcbiAgICAgICAgT2JqZWN0LmRlZmluZVByb3BlcnR5KHRoaXMsICdjb2x1bW4nLCB7XG4gICAgICAgICAgdmFsdWU6IGNvbHVtbixcbiAgICAgICAgICBlbnVtZXJhYmxlOiB0cnVlXG4gICAgICAgIH0pO1xuICAgICAgICBPYmplY3QuZGVmaW5lUHJvcGVydHkodGhpcywgJ2VuZENvbHVtbicsIHtcbiAgICAgICAgICB2YWx1ZTogZW5kQ29sdW1uLFxuICAgICAgICAgIGVudW1lcmFibGU6IHRydWVcbiAgICAgICAgfSk7XG4gICAgICB9IGVsc2Uge1xuICAgICAgICB0aGlzLmNvbHVtbiA9IGNvbHVtbjtcbiAgICAgICAgdGhpcy5lbmRDb2x1bW4gPSBlbmRDb2x1bW47XG4gICAgICB9XG4gICAgfVxuICB9IGNhdGNoIChub3ApIHtcbiAgICAvKiBJZ25vcmUgaWYgdGhlIGJyb3dzZXIgaXMgdmVyeSBwYXJ0aWN1bGFyICovXG4gIH1cbn1cblxuRXhjZXB0aW9uLnByb3RvdHlwZSA9IG5ldyBFcnJvcigpO1xuXG5leHBvcnQgZGVmYXVsdCBFeGNlcHRpb247XG4iXX0=\n","var toObject = require('../internals/to-object');\n\nvar hasOwnProperty = {}.hasOwnProperty;\n\nmodule.exports = Object.hasOwn || function hasOwn(it, key) {\n return hasOwnProperty.call(toObject(it), key);\n};\n","var fails = require('../internals/fails');\n\n// Detect IE8's incomplete defineProperty implementation\nmodule.exports = !fails(function () {\n // eslint-disable-next-line es/no-object-defineproperty -- required for testing\n return Object.defineProperty({}, 1, { get: function () { return 7; } })[1] != 7;\n});\n","var DESCRIPTORS = require('../internals/descriptors');\nvar definePropertyModule = require('../internals/object-define-property');\nvar createPropertyDescriptor = require('../internals/create-property-descriptor');\n\nmodule.exports = DESCRIPTORS ? function (object, key, value) {\n return definePropertyModule.f(object, key, createPropertyDescriptor(1, value));\n} : function (object, key, value) {\n object[key] = value;\n return object;\n};\n","var isObject = require('../internals/is-object');\n\nmodule.exports = function (it) {\n if (!isObject(it)) {\n throw TypeError(String(it) + ' is not an object');\n } return it;\n};\n","// `RequireObjectCoercible` abstract operation\n// https://tc39.es/ecma262/#sec-requireobjectcoercible\nmodule.exports = function (it) {\n if (it == undefined) throw TypeError(\"Can't call method on \" + it);\n return it;\n};\n","module.exports = function (it) {\n return typeof it === 'object' ? it !== null : typeof it === 'function';\n};\n","var global = require('../internals/global');\nvar createNonEnumerableProperty = require('../internals/create-non-enumerable-property');\nvar has = require('../internals/has');\nvar setGlobal = require('../internals/set-global');\nvar inspectSource = require('../internals/inspect-source');\nvar InternalStateModule = require('../internals/internal-state');\n\nvar getInternalState = InternalStateModule.get;\nvar enforceInternalState = InternalStateModule.enforce;\nvar TEMPLATE = String(String).split('String');\n\n(module.exports = function (O, key, value, options) {\n var unsafe = options ? !!options.unsafe : false;\n var simple = options ? !!options.enumerable : false;\n var noTargetGet = options ? !!options.noTargetGet : false;\n var state;\n if (typeof value == 'function') {\n if (typeof key == 'string' && !has(value, 'name')) {\n createNonEnumerableProperty(value, 'name', key);\n }\n state = enforceInternalState(value);\n if (!state.source) {\n state.source = TEMPLATE.join(typeof key == 'string' ? key : '');\n }\n }\n if (O === global) {\n if (simple) O[key] = value;\n else setGlobal(key, value);\n return;\n } else if (!unsafe) {\n delete O[key];\n } else if (!noTargetGet && O[key]) {\n simple = true;\n }\n if (simple) O[key] = value;\n else createNonEnumerableProperty(O, key, value);\n// add fake Function#toString for correct work wrapped methods / constructors with methods like LoDash isNative\n})(Function.prototype, 'toString', function toString() {\n return typeof this == 'function' && getInternalState(this).source || inspectSource(this);\n});\n","var ceil = Math.ceil;\nvar floor = Math.floor;\n\n// `ToInteger` abstract operation\n// https://tc39.es/ecma262/#sec-tointeger\nmodule.exports = function (argument) {\n return isNaN(argument = +argument) ? 0 : (argument > 0 ? floor : ceil)(argument);\n};\n","var global = require('../internals/global');\nvar getOwnPropertyDescriptor = require('../internals/object-get-own-property-descriptor').f;\nvar createNonEnumerableProperty = require('../internals/create-non-enumerable-property');\nvar redefine = require('../internals/redefine');\nvar setGlobal = require('../internals/set-global');\nvar copyConstructorProperties = require('../internals/copy-constructor-properties');\nvar isForced = require('../internals/is-forced');\n\n/*\n options.target - name of the target object\n options.global - target is the global object\n options.stat - export as static methods of target\n options.proto - export as prototype methods of target\n options.real - real prototype method for the `pure` version\n options.forced - export even if the native feature is available\n options.bind - bind methods to the target, required for the `pure` version\n options.wrap - wrap constructors to preventing global pollution, required for the `pure` version\n options.unsafe - use the simple assignment of property instead of delete + defineProperty\n options.sham - add a flag to not completely full polyfills\n options.enumerable - export as enumerable property\n options.noTargetGet - prevent calling a getter on target\n*/\nmodule.exports = function (options, source) {\n var TARGET = options.target;\n var GLOBAL = options.global;\n var STATIC = options.stat;\n var FORCED, target, key, targetProperty, sourceProperty, descriptor;\n if (GLOBAL) {\n target = global;\n } else if (STATIC) {\n target = global[TARGET] || setGlobal(TARGET, {});\n } else {\n target = (global[TARGET] || {}).prototype;\n }\n if (target) for (key in source) {\n sourceProperty = source[key];\n if (options.noTargetGet) {\n descriptor = getOwnPropertyDescriptor(target, key);\n targetProperty = descriptor && descriptor.value;\n } else targetProperty = target[key];\n FORCED = isForced(GLOBAL ? key : TARGET + (STATIC ? '.' : '#') + key, options.forced);\n // contained in target\n if (!FORCED && targetProperty !== undefined) {\n if (typeof sourceProperty === typeof targetProperty) continue;\n copyConstructorProperties(sourceProperty, targetProperty);\n }\n // add a flag to not completely full polyfills\n if (options.sham || (targetProperty && targetProperty.sham)) {\n createNonEnumerableProperty(sourceProperty, 'sham', true);\n }\n // extend global\n redefine(target, key, sourceProperty, options);\n }\n};\n","var g;\n\n// This works in non-strict mode\ng = (function() {\n\treturn this;\n})();\n\ntry {\n\t// This works if eval is allowed (see CSP)\n\tg = g || new Function(\"return this\")();\n} catch (e) {\n\t// This works if the window reference is available\n\tif (typeof window === \"object\") g = window;\n}\n\n// g can still be undefined, but nothing to do about it...\n// We return undefined, instead of nothing here, so it's\n// easier to handle this case. if(!global) { ...}\n\nmodule.exports = g;\n","// toObject with fallback for non-array-like ES3 strings\nvar IndexedObject = require('../internals/indexed-object');\nvar requireObjectCoercible = require('../internals/require-object-coercible');\n\nmodule.exports = function (it) {\n return IndexedObject(requireObjectCoercible(it));\n};\n","var toString = {}.toString;\n\nmodule.exports = function (it) {\n return toString.call(it).slice(8, -1);\n};\n","var requireObjectCoercible = require('../internals/require-object-coercible');\n\n// `ToObject` abstract operation\n// https://tc39.es/ecma262/#sec-toobject\nmodule.exports = function (argument) {\n return Object(requireObjectCoercible(argument));\n};\n","var global = require('../internals/global');\nvar createNonEnumerableProperty = require('../internals/create-non-enumerable-property');\n\nmodule.exports = function (key, value) {\n try {\n createNonEnumerableProperty(global, key, value);\n } catch (error) {\n global[key] = value;\n } return value;\n};\n","var global = require('../internals/global');\nvar setGlobal = require('../internals/set-global');\n\nvar SHARED = '__core-js_shared__';\nvar store = global[SHARED] || setGlobal(SHARED, {});\n\nmodule.exports = store;\n","var IS_PURE = require('../internals/is-pure');\nvar store = require('../internals/shared-store');\n\n(module.exports = function (key, value) {\n return store[key] || (store[key] = value !== undefined ? value : {});\n})('versions', []).push({\n version: '3.13.1',\n mode: IS_PURE ? 'pure' : 'global',\n copyright: '© 2021 Denis Pushkarev (zloirock.ru)'\n});\n","var wellKnownSymbol = require('../internals/well-known-symbol');\n\nvar TO_STRING_TAG = wellKnownSymbol('toStringTag');\nvar test = {};\n\ntest[TO_STRING_TAG] = 'z';\n\nmodule.exports = String(test) === '[object z]';\n","var global = require('../internals/global');\nvar shared = require('../internals/shared');\nvar has = require('../internals/has');\nvar uid = require('../internals/uid');\nvar NATIVE_SYMBOL = require('../internals/native-symbol');\nvar USE_SYMBOL_AS_UID = require('../internals/use-symbol-as-uid');\n\nvar WellKnownSymbolsStore = shared('wks');\nvar Symbol = global.Symbol;\nvar createWellKnownSymbol = USE_SYMBOL_AS_UID ? Symbol : Symbol && Symbol.withoutSetter || uid;\n\nmodule.exports = function (name) {\n if (!has(WellKnownSymbolsStore, name) || !(NATIVE_SYMBOL || typeof WellKnownSymbolsStore[name] == 'string')) {\n if (NATIVE_SYMBOL && has(Symbol, name)) {\n WellKnownSymbolsStore[name] = Symbol[name];\n } else {\n WellKnownSymbolsStore[name] = createWellKnownSymbol('Symbol.' + name);\n }\n } return WellKnownSymbolsStore[name];\n};\n","'use strict';\n/* eslint-disable regexp/no-assertion-capturing-group, regexp/no-empty-group, regexp/no-lazy-ends -- testing */\n/* eslint-disable regexp/no-useless-quantifier -- testing */\nvar regexpFlags = require('./regexp-flags');\nvar stickyHelpers = require('./regexp-sticky-helpers');\nvar shared = require('./shared');\n\nvar nativeExec = RegExp.prototype.exec;\nvar nativeReplace = shared('native-string-replace', String.prototype.replace);\n\nvar patchedExec = nativeExec;\n\nvar UPDATES_LAST_INDEX_WRONG = (function () {\n var re1 = /a/;\n var re2 = /b*/g;\n nativeExec.call(re1, 'a');\n nativeExec.call(re2, 'a');\n return re1.lastIndex !== 0 || re2.lastIndex !== 0;\n})();\n\nvar UNSUPPORTED_Y = stickyHelpers.UNSUPPORTED_Y || stickyHelpers.BROKEN_CARET;\n\n// nonparticipating capturing group, copied from es5-shim's String#split patch.\nvar NPCG_INCLUDED = /()??/.exec('')[1] !== undefined;\n\nvar PATCH = UPDATES_LAST_INDEX_WRONG || NPCG_INCLUDED || UNSUPPORTED_Y;\n\nif (PATCH) {\n patchedExec = function exec(str) {\n var re = this;\n var lastIndex, reCopy, match, i;\n var sticky = UNSUPPORTED_Y && re.sticky;\n var flags = regexpFlags.call(re);\n var source = re.source;\n var charsAdded = 0;\n var strCopy = str;\n\n if (sticky) {\n flags = flags.replace('y', '');\n if (flags.indexOf('g') === -1) {\n flags += 'g';\n }\n\n strCopy = String(str).slice(re.lastIndex);\n // Support anchored sticky behavior.\n if (re.lastIndex > 0 && (!re.multiline || re.multiline && str[re.lastIndex - 1] !== '\\n')) {\n source = '(?: ' + source + ')';\n strCopy = ' ' + strCopy;\n charsAdded++;\n }\n // ^(? + rx + ) is needed, in combination with some str slicing, to\n // simulate the 'y' flag.\n reCopy = new RegExp('^(?:' + source + ')', flags);\n }\n\n if (NPCG_INCLUDED) {\n reCopy = new RegExp('^' + source + '$(?!\\\\s)', flags);\n }\n if (UPDATES_LAST_INDEX_WRONG) lastIndex = re.lastIndex;\n\n match = nativeExec.call(sticky ? reCopy : re, strCopy);\n\n if (sticky) {\n if (match) {\n match.input = match.input.slice(charsAdded);\n match[0] = match[0].slice(charsAdded);\n match.index = re.lastIndex;\n re.lastIndex += match[0].length;\n } else re.lastIndex = 0;\n } else if (UPDATES_LAST_INDEX_WRONG && match) {\n re.lastIndex = re.global ? match.index + match[0].length : lastIndex;\n }\n if (NPCG_INCLUDED && match && match.length > 1) {\n // Fix browsers whose `exec` methods don't consistently return `undefined`\n // for NPCG, like IE8. NOTE: This doesn' work for /(.?)?/\n nativeReplace.call(match[0], reCopy, function () {\n for (i = 1; i < arguments.length - 2; i++) {\n if (arguments[i] === undefined) match[i] = undefined;\n }\n });\n }\n\n return match;\n };\n}\n\nmodule.exports = patchedExec;\n","// Create a simple path alias to allow browserify to resolve\n// the runtime on a supported path.\nmodule.exports = require('./dist/cjs/handlebars.runtime')['default'];\n","// Imports\nimport ___CSS_LOADER_API_SOURCEMAP_IMPORT___ from \"../../node_modules/css-loader/dist/runtime/cssWithMappingToString.js\";\nimport ___CSS_LOADER_API_IMPORT___ from \"../../node_modules/css-loader/dist/runtime/api.js\";\nvar ___CSS_LOADER_EXPORT___ = ___CSS_LOADER_API_IMPORT___(___CSS_LOADER_API_SOURCEMAP_IMPORT___);\n// Module\n___CSS_LOADER_EXPORT___.push([module.id, \".systemtags-select2-dropdown .select2-result-label .checkmark{visibility:hidden;margin-left:-5px;margin-right:5px;padding:4px}.systemtags-select2-dropdown .select2-result-label .new-item .systemtags-actions{display:none}.systemtags-select2-dropdown .select2-selected .select2-result-label .checkmark{visibility:visible}.systemtags-select2-dropdown .select2-result-label .icon{display:inline-block;opacity:.5}.systemtags-select2-dropdown .select2-result-label .icon.rename{padding:4px}.systemtags-select2-dropdown .systemtags-actions{position:absolute;right:5px}.systemtags-select2-dropdown .systemtags-rename-form{display:inline-block;width:calc(100% - 20px);top:-6px;position:relative}.systemtags-select2-dropdown .systemtags-rename-form input{display:inline-block;height:30px;width:calc(100% - 40px)}.systemtags-select2-dropdown .label{width:85%;display:inline-block;overflow:hidden;text-overflow:ellipsis}.systemtags-select2-dropdown .label.hidden{display:none}.systemtags-select2-dropdown span{line-height:25px}.systemtags-select2-dropdown .systemtags-item{display:inline-block;height:25px;width:100%}.systemtags-select2-dropdown .select2-result-label{height:25px}.systemTagsInfoView,.systemtags-select2-container{width:100%}.systemTagsInfoView .select2-choices,.systemtags-select2-container .select2-choices{flex-wrap:nowrap !important;max-height:44px}.systemTagsInfoView .select2-choices .select2-search-choice.select2-locked .label,.systemtags-select2-container .select2-choices .select2-search-choice.select2-locked .label{opacity:.5}#select2-drop.systemtags-select2-dropdown .select2-results li.select2-result{padding:5px}\", \"\",{\"version\":3,\"sources\":[\"webpack://./core/css/systemtags.scss\"],\"names\":[],\"mappings\":\"AAcE,8DACC,iBAAA,CACA,gBAAA,CACA,gBAAA,CACA,WAAA,CAED,iFACC,YAAA,CAGF,gFACC,kBAAA,CAED,yDACC,oBAAA,CACA,UAAA,CACA,gEACC,WAAA,CAGF,iDACC,iBAAA,CACA,SAAA,CAED,qDACC,oBAAA,CACA,uBAAA,CACA,QAAA,CACA,iBAAA,CACA,2DACC,oBAAA,CACA,WAAA,CACA,uBAAA,CAGF,oCACC,SAAA,CACA,oBAAA,CACA,eAAA,CACA,sBAAA,CACA,2CACC,YAAA,CAGF,kCACC,gBAAA,CAED,8CACC,oBAAA,CACA,WAAA,CACA,UAAA,CAED,mDACC,WAAA,CAIF,kDAEC,UAAA,CAEA,oFACC,2BAAA,CACA,eAAA,CAGD,8KACC,UAAA,CAIF,6EACC,WAAA\",\"sourcesContent\":[\"/**\\n * @copyright Copyright (c) 2016, John Molakvoæ <skjnldsv@protonmail.com>\\n * @copyright Copyright (c) 2016, Robin Appelman <robin@icewind.nl>\\n * @copyright Copyright (c) 2016, Jan-Christoph Borchardt <hey@jancborchardt.net>\\n * @copyright Copyright (c) 2016, Vincent Petry <pvince81@owncloud.com>\\n * @copyright Copyright (c) 2016, Erik Pellikka <erik@pellikka.org>\\n * @copyright Copyright (c) 2015, Vincent Petry <pvince81@owncloud.com>\\n *\\n * @license GNU AGPL version 3 or any later version\\n *\\n */\\n\\n.systemtags-select2-dropdown {\\n\\t.select2-result-label {\\n\\t\\t.checkmark {\\n\\t\\t\\tvisibility: hidden;\\n\\t\\t\\tmargin-left: -5px;\\n\\t\\t\\tmargin-right: 5px;\\n\\t\\t\\tpadding: 4px;\\n\\t\\t}\\n\\t\\t.new-item .systemtags-actions {\\n\\t\\t\\tdisplay: none;\\n\\t\\t}\\n\\t}\\n\\t.select2-selected .select2-result-label .checkmark {\\n\\t\\tvisibility: visible;\\n\\t}\\n\\t.select2-result-label .icon {\\n\\t\\tdisplay: inline-block;\\n\\t\\topacity: .5;\\n\\t\\t&.rename {\\n\\t\\t\\tpadding: 4px;\\n\\t\\t}\\n\\t}\\n\\t.systemtags-actions {\\n\\t\\tposition: absolute;\\n\\t\\tright: 5px;\\n\\t}\\n\\t.systemtags-rename-form {\\n\\t\\tdisplay: inline-block;\\n\\t\\twidth: calc(100% - 20px);\\n\\t\\ttop: -6px;\\n\\t\\tposition: relative;\\n\\t\\tinput {\\n\\t\\t\\tdisplay: inline-block;\\n\\t\\t\\theight: 30px;\\n\\t\\t\\twidth: calc(100% - 40px);\\n\\t\\t}\\n\\t}\\n\\t.label {\\n\\t\\twidth: 85%;\\n\\t\\tdisplay: inline-block;\\n\\t\\toverflow: hidden;\\n\\t\\ttext-overflow: ellipsis;\\n\\t\\t&.hidden {\\n\\t\\t\\tdisplay: none;\\n\\t\\t}\\n\\t}\\n\\tspan {\\n\\t\\tline-height: 25px;\\n\\t}\\n\\t.systemtags-item {\\n\\t\\tdisplay: inline-block;\\n\\t\\theight: 25px;\\n\\t\\twidth: 100%;\\n\\t}\\n\\t.select2-result-label {\\n\\t\\theight: 25px;\\n\\t}\\n}\\n\\n.systemTagsInfoView,\\n.systemtags-select2-container {\\n\\twidth: 100%;\\n\\n\\t.select2-choices {\\n\\t\\tflex-wrap: nowrap !important;\\n\\t\\tmax-height: 44px;\\n\\t}\\n\\n\\t.select2-choices .select2-search-choice.select2-locked .label {\\n\\t\\topacity: 0.5;\\n\\t}\\n}\\n\\n#select2-drop.systemtags-select2-dropdown .select2-results li.select2-result {\\n\\tpadding: 5px;\\n}\\n\"],\"sourceRoot\":\"\"}]);\n// Exports\nexport default ___CSS_LOADER_EXPORT___;\n","var DESCRIPTORS = require('../internals/descriptors');\nvar propertyIsEnumerableModule = require('../internals/object-property-is-enumerable');\nvar createPropertyDescriptor = require('../internals/create-property-descriptor');\nvar toIndexedObject = require('../internals/to-indexed-object');\nvar toPrimitive = require('../internals/to-primitive');\nvar has = require('../internals/has');\nvar IE8_DOM_DEFINE = require('../internals/ie8-dom-define');\n\n// eslint-disable-next-line es/no-object-getownpropertydescriptor -- safe\nvar $getOwnPropertyDescriptor = Object.getOwnPropertyDescriptor;\n\n// `Object.getOwnPropertyDescriptor` method\n// https://tc39.es/ecma262/#sec-object.getownpropertydescriptor\nexports.f = DESCRIPTORS ? $getOwnPropertyDescriptor : function getOwnPropertyDescriptor(O, P) {\n O = toIndexedObject(O);\n P = toPrimitive(P, true);\n if (IE8_DOM_DEFINE) try {\n return $getOwnPropertyDescriptor(O, P);\n } catch (error) { /* empty */ }\n if (has(O, P)) return createPropertyDescriptor(!propertyIsEnumerableModule.f.call(O, P), O[P]);\n};\n","'use strict';\nvar $propertyIsEnumerable = {}.propertyIsEnumerable;\n// eslint-disable-next-line es/no-object-getownpropertydescriptor -- safe\nvar getOwnPropertyDescriptor = Object.getOwnPropertyDescriptor;\n\n// Nashorn ~ JDK8 bug\nvar NASHORN_BUG = getOwnPropertyDescriptor && !$propertyIsEnumerable.call({ 1: 2 }, 1);\n\n// `Object.prototype.propertyIsEnumerable` method implementation\n// https://tc39.es/ecma262/#sec-object.prototype.propertyisenumerable\nexports.f = NASHORN_BUG ? function propertyIsEnumerable(V) {\n var descriptor = getOwnPropertyDescriptor(this, V);\n return !!descriptor && descriptor.enumerable;\n} : $propertyIsEnumerable;\n","module.exports = function (bitmap, value) {\n return {\n enumerable: !(bitmap & 1),\n configurable: !(bitmap & 2),\n writable: !(bitmap & 4),\n value: value\n };\n};\n","var fails = require('../internals/fails');\nvar classof = require('../internals/classof-raw');\n\nvar split = ''.split;\n\n// fallback for non-array-like ES3 and non-enumerable old V8 strings\nmodule.exports = fails(function () {\n // throws an error in rhino, see https://github.com/mozilla/rhino/issues/346\n // eslint-disable-next-line no-prototype-builtins -- safe\n return !Object('z').propertyIsEnumerable(0);\n}) ? function (it) {\n return classof(it) == 'String' ? split.call(it, '') : Object(it);\n} : Object;\n","var isObject = require('../internals/is-object');\n\n// `ToPrimitive` abstract operation\n// https://tc39.es/ecma262/#sec-toprimitive\n// instead of the ES6 spec version, we didn't implement @@toPrimitive case\n// and the second argument - flag - preferred type is a string\nmodule.exports = function (input, PREFERRED_STRING) {\n if (!isObject(input)) return input;\n var fn, val;\n if (PREFERRED_STRING && typeof (fn = input.toString) == 'function' && !isObject(val = fn.call(input))) return val;\n if (typeof (fn = input.valueOf) == 'function' && !isObject(val = fn.call(input))) return val;\n if (!PREFERRED_STRING && typeof (fn = input.toString) == 'function' && !isObject(val = fn.call(input))) return val;\n throw TypeError(\"Can't convert object to primitive value\");\n};\n","var DESCRIPTORS = require('../internals/descriptors');\nvar fails = require('../internals/fails');\nvar createElement = require('../internals/document-create-element');\n\n// Thank's IE8 for his funny defineProperty\nmodule.exports = !DESCRIPTORS && !fails(function () {\n // eslint-disable-next-line es/no-object-defineproperty -- requied for testing\n return Object.defineProperty(createElement('div'), 'a', {\n get: function () { return 7; }\n }).a != 7;\n});\n","var DESCRIPTORS = require('../internals/descriptors');\nvar IE8_DOM_DEFINE = require('../internals/ie8-dom-define');\nvar anObject = require('../internals/an-object');\nvar toPrimitive = require('../internals/to-primitive');\n\n// eslint-disable-next-line es/no-object-defineproperty -- safe\nvar $defineProperty = Object.defineProperty;\n\n// `Object.defineProperty` method\n// https://tc39.es/ecma262/#sec-object.defineproperty\nexports.f = DESCRIPTORS ? $defineProperty : function defineProperty(O, P, Attributes) {\n anObject(O);\n P = toPrimitive(P, true);\n anObject(Attributes);\n if (IE8_DOM_DEFINE) try {\n return $defineProperty(O, P, Attributes);\n } catch (error) { /* empty */ }\n if ('get' in Attributes || 'set' in Attributes) throw TypeError('Accessors not supported');\n if ('value' in Attributes) O[P] = Attributes.value;\n return O;\n};\n","var store = require('../internals/shared-store');\n\nvar functionToString = Function.toString;\n\n// this helper broken in `core-js@3.4.1-3.4.4`, so we can't use `shared` helper\nif (typeof store.inspectSource != 'function') {\n store.inspectSource = function (it) {\n return functionToString.call(it);\n };\n}\n\nmodule.exports = store.inspectSource;\n","var id = 0;\nvar postfix = Math.random();\n\nmodule.exports = function (key) {\n return 'Symbol(' + String(key === undefined ? '' : key) + ')_' + (++id + postfix).toString(36);\n};\n","module.exports = {};\n","var path = require('../internals/path');\nvar global = require('../internals/global');\n\nvar aFunction = function (variable) {\n return typeof variable == 'function' ? variable : undefined;\n};\n\nmodule.exports = function (namespace, method) {\n return arguments.length < 2 ? aFunction(path[namespace]) || aFunction(global[namespace])\n : path[namespace] && path[namespace][method] || global[namespace] && global[namespace][method];\n};\n","var has = require('../internals/has');\nvar toIndexedObject = require('../internals/to-indexed-object');\nvar indexOf = require('../internals/array-includes').indexOf;\nvar hiddenKeys = require('../internals/hidden-keys');\n\nmodule.exports = function (object, names) {\n var O = toIndexedObject(object);\n var i = 0;\n var result = [];\n var key;\n for (key in O) !has(hiddenKeys, key) && has(O, key) && result.push(key);\n // Don't enum bug & hidden keys\n while (names.length > i) if (has(O, key = names[i++])) {\n ~indexOf(result, key) || result.push(key);\n }\n return result;\n};\n","var toIndexedObject = require('../internals/to-indexed-object');\nvar toLength = require('../internals/to-length');\nvar toAbsoluteIndex = require('../internals/to-absolute-index');\n\n// `Array.prototype.{ indexOf, includes }` methods implementation\nvar createMethod = function (IS_INCLUDES) {\n return function ($this, el, fromIndex) {\n var O = toIndexedObject($this);\n var length = toLength(O.length);\n var index = toAbsoluteIndex(fromIndex, length);\n var value;\n // Array#includes uses SameValueZero equality algorithm\n // eslint-disable-next-line no-self-compare -- NaN check\n if (IS_INCLUDES && el != el) while (length > index) {\n value = O[index++];\n // eslint-disable-next-line no-self-compare -- NaN check\n if (value != value) return true;\n // Array#indexOf ignores holes, Array#includes - not\n } else for (;length > index; index++) {\n if ((IS_INCLUDES || index in O) && O[index] === el) return IS_INCLUDES || index || 0;\n } return !IS_INCLUDES && -1;\n };\n};\n\nmodule.exports = {\n // `Array.prototype.includes` method\n // https://tc39.es/ecma262/#sec-array.prototype.includes\n includes: createMethod(true),\n // `Array.prototype.indexOf` method\n // https://tc39.es/ecma262/#sec-array.prototype.indexof\n indexOf: createMethod(false)\n};\n","var toInteger = require('../internals/to-integer');\n\nvar min = Math.min;\n\n// `ToLength` abstract operation\n// https://tc39.es/ecma262/#sec-tolength\nmodule.exports = function (argument) {\n return argument > 0 ? min(toInteger(argument), 0x1FFFFFFFFFFFFF) : 0; // 2 ** 53 - 1 == 9007199254740991\n};\n","// IE8- don't enum bug keys\nmodule.exports = [\n 'constructor',\n 'hasOwnProperty',\n 'isPrototypeOf',\n 'propertyIsEnumerable',\n 'toLocaleString',\n 'toString',\n 'valueOf'\n];\n","// eslint-disable-next-line es/no-object-getownpropertysymbols -- safe\nexports.f = Object.getOwnPropertySymbols;\n","/* eslint-disable es/no-symbol -- required for testing */\nvar V8_VERSION = require('../internals/engine-v8-version');\nvar fails = require('../internals/fails');\n\n// eslint-disable-next-line es/no-object-getownpropertysymbols -- required for testing\nmodule.exports = !!Object.getOwnPropertySymbols && !fails(function () {\n var symbol = Symbol();\n // Chrome 38 Symbol has incorrect toString conversion\n // `get-own-property-symbols` polyfill symbols converted to object are not Symbol instances\n return !String(symbol) || !(Object(symbol) instanceof Symbol) ||\n // Chrome 38-40 symbols are not inherited from DOM collections prototypes to instances\n !Symbol.sham && V8_VERSION && V8_VERSION < 41;\n});\n","'use strict';\nvar $ = require('../internals/export');\nvar exec = require('../internals/regexp-exec');\n\n// `RegExp.prototype.exec` method\n// https://tc39.es/ecma262/#sec-regexp.prototype.exec\n$({ target: 'RegExp', proto: true, forced: /./.exec !== exec }, {\n exec: exec\n});\n","'use strict';\nvar anObject = require('../internals/an-object');\n\n// `RegExp.prototype.flags` getter implementation\n// https://tc39.es/ecma262/#sec-get-regexp.prototype.flags\nmodule.exports = function () {\n var that = anObject(this);\n var result = '';\n if (that.global) result += 'g';\n if (that.ignoreCase) result += 'i';\n if (that.multiline) result += 'm';\n if (that.dotAll) result += 's';\n if (that.unicode) result += 'u';\n if (that.sticky) result += 'y';\n return result;\n};\n","'use strict';\n\nexports.__esModule = true;\nexports.HandlebarsEnvironment = HandlebarsEnvironment;\n// istanbul ignore next\n\nfunction _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { 'default': obj }; }\n\nvar _utils = require('./utils');\n\nvar _exception = require('./exception');\n\nvar _exception2 = _interopRequireDefault(_exception);\n\nvar _helpers = require('./helpers');\n\nvar _decorators = require('./decorators');\n\nvar _logger = require('./logger');\n\nvar _logger2 = _interopRequireDefault(_logger);\n\nvar _internalProtoAccess = require('./internal/proto-access');\n\nvar VERSION = '4.7.7';\nexports.VERSION = VERSION;\nvar COMPILER_REVISION = 8;\nexports.COMPILER_REVISION = COMPILER_REVISION;\nvar LAST_COMPATIBLE_COMPILER_REVISION = 7;\n\nexports.LAST_COMPATIBLE_COMPILER_REVISION = LAST_COMPATIBLE_COMPILER_REVISION;\nvar REVISION_CHANGES = {\n 1: '<= 1.0.rc.2', // 1.0.rc.2 is actually rev2 but doesn't report it\n 2: '== 1.0.0-rc.3',\n 3: '== 1.0.0-rc.4',\n 4: '== 1.x.x',\n 5: '== 2.0.0-alpha.x',\n 6: '>= 2.0.0-beta.1',\n 7: '>= 4.0.0 <4.3.0',\n 8: '>= 4.3.0'\n};\n\nexports.REVISION_CHANGES = REVISION_CHANGES;\nvar objectType = '[object Object]';\n\nfunction HandlebarsEnvironment(helpers, partials, decorators) {\n this.helpers = helpers || {};\n this.partials = partials || {};\n this.decorators = decorators || {};\n\n _helpers.registerDefaultHelpers(this);\n _decorators.registerDefaultDecorators(this);\n}\n\nHandlebarsEnvironment.prototype = {\n constructor: HandlebarsEnvironment,\n\n logger: _logger2['default'],\n log: _logger2['default'].log,\n\n registerHelper: function registerHelper(name, fn) {\n if (_utils.toString.call(name) === objectType) {\n if (fn) {\n throw new _exception2['default']('Arg not supported with multiple helpers');\n }\n _utils.extend(this.helpers, name);\n } else {\n this.helpers[name] = fn;\n }\n },\n unregisterHelper: function unregisterHelper(name) {\n delete this.helpers[name];\n },\n\n registerPartial: function registerPartial(name, partial) {\n if (_utils.toString.call(name) === objectType) {\n _utils.extend(this.partials, name);\n } else {\n if (typeof partial === 'undefined') {\n throw new _exception2['default']('Attempting to register a partial called \"' + name + '\" as undefined');\n }\n this.partials[name] = partial;\n }\n },\n unregisterPartial: function unregisterPartial(name) {\n delete this.partials[name];\n },\n\n registerDecorator: function registerDecorator(name, fn) {\n if (_utils.toString.call(name) === objectType) {\n if (fn) {\n throw new _exception2['default']('Arg not supported with multiple decorators');\n }\n _utils.extend(this.decorators, name);\n } else {\n this.decorators[name] = fn;\n }\n },\n unregisterDecorator: function unregisterDecorator(name) {\n delete this.decorators[name];\n },\n /**\n * Reset the memory of illegal property accesses that have already been logged.\n * @deprecated should only be used in handlebars test-cases\n */\n resetLoggedPropertyAccesses: function resetLoggedPropertyAccesses() {\n _internalProtoAccess.resetLoggedProperties();\n }\n};\n\nvar log = _logger2['default'].log;\n\nexports.log = log;\nexports.createFrame = _utils.createFrame;\nexports.logger = _logger2['default'];\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uL2xpYi9oYW5kbGViYXJzL2Jhc2UuanMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6Ijs7Ozs7Ozs7cUJBQThDLFNBQVM7O3lCQUNqQyxhQUFhOzs7O3VCQUNJLFdBQVc7OzBCQUNSLGNBQWM7O3NCQUNyQyxVQUFVOzs7O21DQUNTLHlCQUF5Qjs7QUFFeEQsSUFBTSxPQUFPLEdBQUcsT0FBTyxDQUFDOztBQUN4QixJQUFNLGlCQUFpQixHQUFHLENBQUMsQ0FBQzs7QUFDNUIsSUFBTSxpQ0FBaUMsR0FBRyxDQUFDLENBQUM7OztBQUU1QyxJQUFNLGdCQUFnQixHQUFHO0FBQzlCLEdBQUMsRUFBRSxhQUFhO0FBQ2hCLEdBQUMsRUFBRSxlQUFlO0FBQ2xCLEdBQUMsRUFBRSxlQUFlO0FBQ2xCLEdBQUMsRUFBRSxVQUFVO0FBQ2IsR0FBQyxFQUFFLGtCQUFrQjtBQUNyQixHQUFDLEVBQUUsaUJBQWlCO0FBQ3BCLEdBQUMsRUFBRSxpQkFBaUI7QUFDcEIsR0FBQyxFQUFFLFVBQVU7Q0FDZCxDQUFDOzs7QUFFRixJQUFNLFVBQVUsR0FBRyxpQkFBaUIsQ0FBQzs7QUFFOUIsU0FBUyxxQkFBcUIsQ0FBQyxPQUFPLEVBQUUsUUFBUSxFQUFFLFVBQVUsRUFBRTtBQUNuRSxNQUFJLENBQUMsT0FBTyxHQUFHLE9BQU8sSUFBSSxFQUFFLENBQUM7QUFDN0IsTUFBSSxDQUFDLFFBQVEsR0FBRyxRQUFRLElBQUksRUFBRSxDQUFDO0FBQy9CLE1BQUksQ0FBQyxVQUFVLEdBQUcsVUFBVSxJQUFJLEVBQUUsQ0FBQzs7QUFFbkMsa0NBQXVCLElBQUksQ0FBQyxDQUFDO0FBQzdCLHdDQUEwQixJQUFJLENBQUMsQ0FBQztDQUNqQzs7QUFFRCxxQkFBcUIsQ0FBQyxTQUFTLEdBQUc7QUFDaEMsYUFBVyxFQUFFLHFCQUFxQjs7QUFFbEMsUUFBTSxxQkFBUTtBQUNkLEtBQUcsRUFBRSxvQkFBTyxHQUFHOztBQUVmLGdCQUFjLEVBQUUsd0JBQVMsSUFBSSxFQUFFLEVBQUUsRUFBRTtBQUNqQyxRQUFJLGdCQUFTLElBQUksQ0FBQyxJQUFJLENBQUMsS0FBSyxVQUFVLEVBQUU7QUFDdEMsVUFBSSxFQUFFLEVBQUU7QUFDTixjQUFNLDJCQUFjLHlDQUF5QyxDQUFDLENBQUM7T0FDaEU7QUFDRCxvQkFBTyxJQUFJLENBQUMsT0FBTyxFQUFFLElBQUksQ0FBQyxDQUFDO0tBQzVCLE1BQU07QUFDTCxVQUFJLENBQUMsT0FBTyxDQUFDLElBQUksQ0FBQyxHQUFHLEVBQUUsQ0FBQztLQUN6QjtHQUNGO0FBQ0Qsa0JBQWdCLEVBQUUsMEJBQVMsSUFBSSxFQUFFO0FBQy9CLFdBQU8sSUFBSSxDQUFDLE9BQU8sQ0FBQyxJQUFJLENBQUMsQ0FBQztHQUMzQjs7QUFFRCxpQkFBZSxFQUFFLHlCQUFTLElBQUksRUFBRSxPQUFPLEVBQUU7QUFDdkMsUUFBSSxnQkFBUyxJQUFJLENBQUMsSUFBSSxDQUFDLEtBQUssVUFBVSxFQUFFO0FBQ3RDLG9CQUFPLElBQUksQ0FBQyxRQUFRLEVBQUUsSUFBSSxDQUFDLENBQUM7S0FDN0IsTUFBTTtBQUNMLFVBQUksT0FBTyxPQUFPLEtBQUssV0FBVyxFQUFFO0FBQ2xDLGNBQU0seUVBQ3dDLElBQUksb0JBQ2pELENBQUM7T0FDSDtBQUNELFVBQUksQ0FBQyxRQUFRLENBQUMsSUFBSSxDQUFDLEdBQUcsT0FBTyxDQUFDO0tBQy9CO0dBQ0Y7QUFDRCxtQkFBaUIsRUFBRSwyQkFBUyxJQUFJLEVBQUU7QUFDaEMsV0FBTyxJQUFJLENBQUMsUUFBUSxDQUFDLElBQUksQ0FBQyxDQUFDO0dBQzVCOztBQUVELG1CQUFpQixFQUFFLDJCQUFTLElBQUksRUFBRSxFQUFFLEVBQUU7QUFDcEMsUUFBSSxnQkFBUyxJQUFJLENBQUMsSUFBSSxDQUFDLEtBQUssVUFBVSxFQUFFO0FBQ3RDLFVBQUksRUFBRSxFQUFFO0FBQ04sY0FBTSwyQkFBYyw0Q0FBNEMsQ0FBQyxDQUFDO09BQ25FO0FBQ0Qsb0JBQU8sSUFBSSxDQUFDLFVBQVUsRUFBRSxJQUFJLENBQUMsQ0FBQztLQUMvQixNQUFNO0FBQ0wsVUFBSSxDQUFDLFVBQVUsQ0FBQyxJQUFJLENBQUMsR0FBRyxFQUFFLENBQUM7S0FDNUI7R0FDRjtBQUNELHFCQUFtQixFQUFFLDZCQUFTLElBQUksRUFBRTtBQUNsQyxXQUFPLElBQUksQ0FBQyxVQUFVLENBQUMsSUFBSSxDQUFDLENBQUM7R0FDOUI7Ozs7O0FBS0QsNkJBQTJCLEVBQUEsdUNBQUc7QUFDNUIsZ0RBQXVCLENBQUM7R0FDekI7Q0FDRixDQUFDOztBQUVLLElBQUksR0FBRyxHQUFHLG9CQUFPLEdBQUcsQ0FBQzs7O1FBRW5CLFdBQVc7UUFBRSxNQUFNIiwiZmlsZSI6ImJhc2UuanMiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBjcmVhdGVGcmFtZSwgZXh0ZW5kLCB0b1N0cmluZyB9IGZyb20gJy4vdXRpbHMnO1xuaW1wb3J0IEV4Y2VwdGlvbiBmcm9tICcuL2V4Y2VwdGlvbic7XG5pbXBvcnQgeyByZWdpc3RlckRlZmF1bHRIZWxwZXJzIH0gZnJvbSAnLi9oZWxwZXJzJztcbmltcG9ydCB7IHJlZ2lzdGVyRGVmYXVsdERlY29yYXRvcnMgfSBmcm9tICcuL2RlY29yYXRvcnMnO1xuaW1wb3J0IGxvZ2dlciBmcm9tICcuL2xvZ2dlcic7XG5pbXBvcnQgeyByZXNldExvZ2dlZFByb3BlcnRpZXMgfSBmcm9tICcuL2ludGVybmFsL3Byb3RvLWFjY2Vzcyc7XG5cbmV4cG9ydCBjb25zdCBWRVJTSU9OID0gJzQuNy43JztcbmV4cG9ydCBjb25zdCBDT01QSUxFUl9SRVZJU0lPTiA9IDg7XG5leHBvcnQgY29uc3QgTEFTVF9DT01QQVRJQkxFX0NPTVBJTEVSX1JFVklTSU9OID0gNztcblxuZXhwb3J0IGNvbnN0IFJFVklTSU9OX0NIQU5HRVMgPSB7XG4gIDE6ICc8PSAxLjAucmMuMicsIC8vIDEuMC5yYy4yIGlzIGFjdHVhbGx5IHJldjIgYnV0IGRvZXNuJ3QgcmVwb3J0IGl0XG4gIDI6ICc9PSAxLjAuMC1yYy4zJyxcbiAgMzogJz09IDEuMC4wLXJjLjQnLFxuICA0OiAnPT0gMS54LngnLFxuICA1OiAnPT0gMi4wLjAtYWxwaGEueCcsXG4gIDY6ICc+PSAyLjAuMC1iZXRhLjEnLFxuICA3OiAnPj0gNC4wLjAgPDQuMy4wJyxcbiAgODogJz49IDQuMy4wJ1xufTtcblxuY29uc3Qgb2JqZWN0VHlwZSA9ICdbb2JqZWN0IE9iamVjdF0nO1xuXG5leHBvcnQgZnVuY3Rpb24gSGFuZGxlYmFyc0Vudmlyb25tZW50KGhlbHBlcnMsIHBhcnRpYWxzLCBkZWNvcmF0b3JzKSB7XG4gIHRoaXMuaGVscGVycyA9IGhlbHBlcnMgfHwge307XG4gIHRoaXMucGFydGlhbHMgPSBwYXJ0aWFscyB8fCB7fTtcbiAgdGhpcy5kZWNvcmF0b3JzID0gZGVjb3JhdG9ycyB8fCB7fTtcblxuICByZWdpc3RlckRlZmF1bHRIZWxwZXJzKHRoaXMpO1xuICByZWdpc3RlckRlZmF1bHREZWNvcmF0b3JzKHRoaXMpO1xufVxuXG5IYW5kbGViYXJzRW52aXJvbm1lbnQucHJvdG90eXBlID0ge1xuICBjb25zdHJ1Y3RvcjogSGFuZGxlYmFyc0Vudmlyb25tZW50LFxuXG4gIGxvZ2dlcjogbG9nZ2VyLFxuICBsb2c6IGxvZ2dlci5sb2csXG5cbiAgcmVnaXN0ZXJIZWxwZXI6IGZ1bmN0aW9uKG5hbWUsIGZuKSB7XG4gICAgaWYgKHRvU3RyaW5nLmNhbGwobmFtZSkgPT09IG9iamVjdFR5cGUpIHtcbiAgICAgIGlmIChmbikge1xuICAgICAgICB0aHJvdyBuZXcgRXhjZXB0aW9uKCdBcmcgbm90IHN1cHBvcnRlZCB3aXRoIG11bHRpcGxlIGhlbHBlcnMnKTtcbiAgICAgIH1cbiAgICAgIGV4dGVuZCh0aGlzLmhlbHBlcnMsIG5hbWUpO1xuICAgIH0gZWxzZSB7XG4gICAgICB0aGlzLmhlbHBlcnNbbmFtZV0gPSBmbjtcbiAgICB9XG4gIH0sXG4gIHVucmVnaXN0ZXJIZWxwZXI6IGZ1bmN0aW9uKG5hbWUpIHtcbiAgICBkZWxldGUgdGhpcy5oZWxwZXJzW25hbWVdO1xuICB9LFxuXG4gIHJlZ2lzdGVyUGFydGlhbDogZnVuY3Rpb24obmFtZSwgcGFydGlhbCkge1xuICAgIGlmICh0b1N0cmluZy5jYWxsKG5hbWUpID09PSBvYmplY3RUeXBlKSB7XG4gICAgICBleHRlbmQodGhpcy5wYXJ0aWFscywgbmFtZSk7XG4gICAgfSBlbHNlIHtcbiAgICAgIGlmICh0eXBlb2YgcGFydGlhbCA9PT0gJ3VuZGVmaW5lZCcpIHtcbiAgICAgICAgdGhyb3cgbmV3IEV4Y2VwdGlvbihcbiAgICAgICAgICBgQXR0ZW1wdGluZyB0byByZWdpc3RlciBhIHBhcnRpYWwgY2FsbGVkIFwiJHtuYW1lfVwiIGFzIHVuZGVmaW5lZGBcbiAgICAgICAgKTtcbiAgICAgIH1cbiAgICAgIHRoaXMucGFydGlhbHNbbmFtZV0gPSBwYXJ0aWFsO1xuICAgIH1cbiAgfSxcbiAgdW5yZWdpc3RlclBhcnRpYWw6IGZ1bmN0aW9uKG5hbWUpIHtcbiAgICBkZWxldGUgdGhpcy5wYXJ0aWFsc1tuYW1lXTtcbiAgfSxcblxuICByZWdpc3RlckRlY29yYXRvcjogZnVuY3Rpb24obmFtZSwgZm4pIHtcbiAgICBpZiAodG9TdHJpbmcuY2FsbChuYW1lKSA9PT0gb2JqZWN0VHlwZSkge1xuICAgICAgaWYgKGZuKSB7XG4gICAgICAgIHRocm93IG5ldyBFeGNlcHRpb24oJ0FyZyBub3Qgc3VwcG9ydGVkIHdpdGggbXVsdGlwbGUgZGVjb3JhdG9ycycpO1xuICAgICAgfVxuICAgICAgZXh0ZW5kKHRoaXMuZGVjb3JhdG9ycywgbmFtZSk7XG4gICAgfSBlbHNlIHtcbiAgICAgIHRoaXMuZGVjb3JhdG9yc1tuYW1lXSA9IGZuO1xuICAgIH1cbiAgfSxcbiAgdW5yZWdpc3RlckRlY29yYXRvcjogZnVuY3Rpb24obmFtZSkge1xuICAgIGRlbGV0ZSB0aGlzLmRlY29yYXRvcnNbbmFtZV07XG4gIH0sXG4gIC8qKlxuICAgKiBSZXNldCB0aGUgbWVtb3J5IG9mIGlsbGVnYWwgcHJvcGVydHkgYWNjZXNzZXMgdGhhdCBoYXZlIGFscmVhZHkgYmVlbiBsb2dnZWQuXG4gICAqIEBkZXByZWNhdGVkIHNob3VsZCBvbmx5IGJlIHVzZWQgaW4gaGFuZGxlYmFycyB0ZXN0LWNhc2VzXG4gICAqL1xuICByZXNldExvZ2dlZFByb3BlcnR5QWNjZXNzZXMoKSB7XG4gICAgcmVzZXRMb2dnZWRQcm9wZXJ0aWVzKCk7XG4gIH1cbn07XG5cbmV4cG9ydCBsZXQgbG9nID0gbG9nZ2VyLmxvZztcblxuZXhwb3J0IHsgY3JlYXRlRnJhbWUsIGxvZ2dlciB9O1xuIl19\n","'use strict';\n\nexports.__esModule = true;\nexports.registerDefaultHelpers = registerDefaultHelpers;\nexports.moveHelperToHooks = moveHelperToHooks;\n// istanbul ignore next\n\nfunction _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { 'default': obj }; }\n\nvar _helpersBlockHelperMissing = require('./helpers/block-helper-missing');\n\nvar _helpersBlockHelperMissing2 = _interopRequireDefault(_helpersBlockHelperMissing);\n\nvar _helpersEach = require('./helpers/each');\n\nvar _helpersEach2 = _interopRequireDefault(_helpersEach);\n\nvar _helpersHelperMissing = require('./helpers/helper-missing');\n\nvar _helpersHelperMissing2 = _interopRequireDefault(_helpersHelperMissing);\n\nvar _helpersIf = require('./helpers/if');\n\nvar _helpersIf2 = _interopRequireDefault(_helpersIf);\n\nvar _helpersLog = require('./helpers/log');\n\nvar _helpersLog2 = _interopRequireDefault(_helpersLog);\n\nvar _helpersLookup = require('./helpers/lookup');\n\nvar _helpersLookup2 = _interopRequireDefault(_helpersLookup);\n\nvar _helpersWith = require('./helpers/with');\n\nvar _helpersWith2 = _interopRequireDefault(_helpersWith);\n\nfunction registerDefaultHelpers(instance) {\n _helpersBlockHelperMissing2['default'](instance);\n _helpersEach2['default'](instance);\n _helpersHelperMissing2['default'](instance);\n _helpersIf2['default'](instance);\n _helpersLog2['default'](instance);\n _helpersLookup2['default'](instance);\n _helpersWith2['default'](instance);\n}\n\nfunction moveHelperToHooks(instance, helperName, keepHelper) {\n if (instance.helpers[helperName]) {\n instance.hooks[helperName] = instance.helpers[helperName];\n if (!keepHelper) {\n delete instance.helpers[helperName];\n }\n }\n}\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uL2xpYi9oYW5kbGViYXJzL2hlbHBlcnMuanMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6Ijs7Ozs7Ozs7O3lDQUF1QyxnQ0FBZ0M7Ozs7MkJBQzlDLGdCQUFnQjs7OztvQ0FDUCwwQkFBMEI7Ozs7eUJBQ3JDLGNBQWM7Ozs7MEJBQ2IsZUFBZTs7Ozs2QkFDWixrQkFBa0I7Ozs7MkJBQ3BCLGdCQUFnQjs7OztBQUVsQyxTQUFTLHNCQUFzQixDQUFDLFFBQVEsRUFBRTtBQUMvQyx5Q0FBMkIsUUFBUSxDQUFDLENBQUM7QUFDckMsMkJBQWEsUUFBUSxDQUFDLENBQUM7QUFDdkIsb0NBQXNCLFFBQVEsQ0FBQyxDQUFDO0FBQ2hDLHlCQUFXLFFBQVEsQ0FBQyxDQUFDO0FBQ3JCLDBCQUFZLFFBQVEsQ0FBQyxDQUFDO0FBQ3RCLDZCQUFlLFFBQVEsQ0FBQyxDQUFDO0FBQ3pCLDJCQUFhLFFBQVEsQ0FBQyxDQUFDO0NBQ3hCOztBQUVNLFNBQVMsaUJBQWlCLENBQUMsUUFBUSxFQUFFLFVBQVUsRUFBRSxVQUFVLEVBQUU7QUFDbEUsTUFBSSxRQUFRLENBQUMsT0FBTyxDQUFDLFVBQVUsQ0FBQyxFQUFFO0FBQ2hDLFlBQVEsQ0FBQyxLQUFLLENBQUMsVUFBVSxDQUFDLEdBQUcsUUFBUSxDQUFDLE9BQU8sQ0FBQyxVQUFVLENBQUMsQ0FBQztBQUMxRCxRQUFJLENBQUMsVUFBVSxFQUFFO0FBQ2YsYUFBTyxRQUFRLENBQUMsT0FBTyxDQUFDLFVBQVUsQ0FBQyxDQUFDO0tBQ3JDO0dBQ0Y7Q0FDRiIsImZpbGUiOiJoZWxwZXJzLmpzIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHJlZ2lzdGVyQmxvY2tIZWxwZXJNaXNzaW5nIGZyb20gJy4vaGVscGVycy9ibG9jay1oZWxwZXItbWlzc2luZyc7XG5pbXBvcnQgcmVnaXN0ZXJFYWNoIGZyb20gJy4vaGVscGVycy9lYWNoJztcbmltcG9ydCByZWdpc3RlckhlbHBlck1pc3NpbmcgZnJvbSAnLi9oZWxwZXJzL2hlbHBlci1taXNzaW5nJztcbmltcG9ydCByZWdpc3RlcklmIGZyb20gJy4vaGVscGVycy9pZic7XG5pbXBvcnQgcmVnaXN0ZXJMb2cgZnJvbSAnLi9oZWxwZXJzL2xvZyc7XG5pbXBvcnQgcmVnaXN0ZXJMb29rdXAgZnJvbSAnLi9oZWxwZXJzL2xvb2t1cCc7XG5pbXBvcnQgcmVnaXN0ZXJXaXRoIGZyb20gJy4vaGVscGVycy93aXRoJztcblxuZXhwb3J0IGZ1bmN0aW9uIHJlZ2lzdGVyRGVmYXVsdEhlbHBlcnMoaW5zdGFuY2UpIHtcbiAgcmVnaXN0ZXJCbG9ja0hlbHBlck1pc3NpbmcoaW5zdGFuY2UpO1xuICByZWdpc3RlckVhY2goaW5zdGFuY2UpO1xuICByZWdpc3RlckhlbHBlck1pc3NpbmcoaW5zdGFuY2UpO1xuICByZWdpc3RlcklmKGluc3RhbmNlKTtcbiAgcmVnaXN0ZXJMb2coaW5zdGFuY2UpO1xuICByZWdpc3Rlckxvb2t1cChpbnN0YW5jZSk7XG4gIHJlZ2lzdGVyV2l0aChpbnN0YW5jZSk7XG59XG5cbmV4cG9ydCBmdW5jdGlvbiBtb3ZlSGVscGVyVG9Ib29rcyhpbnN0YW5jZSwgaGVscGVyTmFtZSwga2VlcEhlbHBlcikge1xuICBpZiAoaW5zdGFuY2UuaGVscGVyc1toZWxwZXJOYW1lXSkge1xuICAgIGluc3RhbmNlLmhvb2tzW2hlbHBlck5hbWVdID0gaW5zdGFuY2UuaGVscGVyc1toZWxwZXJOYW1lXTtcbiAgICBpZiAoIWtlZXBIZWxwZXIpIHtcbiAgICAgIGRlbGV0ZSBpbnN0YW5jZS5oZWxwZXJzW2hlbHBlck5hbWVdO1xuICAgIH1cbiAgfVxufVxuIl19\n","'use strict';\n\nexports.__esModule = true;\n\nvar _utils = require('./utils');\n\nvar logger = {\n methodMap: ['debug', 'info', 'warn', 'error'],\n level: 'info',\n\n // Maps a given level value to the `methodMap` indexes above.\n lookupLevel: function lookupLevel(level) {\n if (typeof level === 'string') {\n var levelMap = _utils.indexOf(logger.methodMap, level.toLowerCase());\n if (levelMap >= 0) {\n level = levelMap;\n } else {\n level = parseInt(level, 10);\n }\n }\n\n return level;\n },\n\n // Can be overridden in the host environment\n log: function log(level) {\n level = logger.lookupLevel(level);\n\n if (typeof console !== 'undefined' && logger.lookupLevel(logger.level) <= level) {\n var method = logger.methodMap[level];\n // eslint-disable-next-line no-console\n if (!console[method]) {\n method = 'log';\n }\n\n for (var _len = arguments.length, message = Array(_len > 1 ? _len - 1 : 0), _key = 1; _key < _len; _key++) {\n message[_key - 1] = arguments[_key];\n }\n\n console[method].apply(console, message); // eslint-disable-line no-console\n }\n }\n};\n\nexports['default'] = logger;\nmodule.exports = exports['default'];\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uL2xpYi9oYW5kbGViYXJzL2xvZ2dlci5qcyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiOzs7O3FCQUF3QixTQUFTOztBQUVqQyxJQUFJLE1BQU0sR0FBRztBQUNYLFdBQVMsRUFBRSxDQUFDLE9BQU8sRUFBRSxNQUFNLEVBQUUsTUFBTSxFQUFFLE9BQU8sQ0FBQztBQUM3QyxPQUFLLEVBQUUsTUFBTTs7O0FBR2IsYUFBVyxFQUFFLHFCQUFTLEtBQUssRUFBRTtBQUMzQixRQUFJLE9BQU8sS0FBSyxLQUFLLFFBQVEsRUFBRTtBQUM3QixVQUFJLFFBQVEsR0FBRyxlQUFRLE1BQU0sQ0FBQyxTQUFTLEVBQUUsS0FBSyxDQUFDLFdBQVcsRUFBRSxDQUFDLENBQUM7QUFDOUQsVUFBSSxRQUFRLElBQUksQ0FBQyxFQUFFO0FBQ2pCLGFBQUssR0FBRyxRQUFRLENBQUM7T0FDbEIsTUFBTTtBQUNMLGFBQUssR0FBRyxRQUFRLENBQUMsS0FBSyxFQUFFLEVBQUUsQ0FBQyxDQUFDO09BQzdCO0tBQ0Y7O0FBRUQsV0FBTyxLQUFLLENBQUM7R0FDZDs7O0FBR0QsS0FBRyxFQUFFLGFBQVMsS0FBSyxFQUFjO0FBQy9CLFNBQUssR0FBRyxNQUFNLENBQUMsV0FBVyxDQUFDLEtBQUssQ0FBQyxDQUFDOztBQUVsQyxRQUNFLE9BQU8sT0FBTyxLQUFLLFdBQVcsSUFDOUIsTUFBTSxDQUFDLFdBQVcsQ0FBQyxNQUFNLENBQUMsS0FBSyxDQUFDLElBQUksS0FBSyxFQUN6QztBQUNBLFVBQUksTUFBTSxHQUFHLE1BQU0sQ0FBQyxTQUFTLENBQUMsS0FBSyxDQUFDLENBQUM7O0FBRXJDLFVBQUksQ0FBQyxPQUFPLENBQUMsTUFBTSxDQUFDLEVBQUU7QUFDcEIsY0FBTSxHQUFHLEtBQUssQ0FBQztPQUNoQjs7d0NBWG1CLE9BQU87QUFBUCxlQUFPOzs7QUFZM0IsYUFBTyxDQUFDLE1BQU0sT0FBQyxDQUFmLE9BQU8sRUFBWSxPQUFPLENBQUMsQ0FBQztLQUM3QjtHQUNGO0NBQ0YsQ0FBQzs7cUJBRWEsTUFBTSIsImZpbGUiOiJsb2dnZXIuanMiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBpbmRleE9mIH0gZnJvbSAnLi91dGlscyc7XG5cbmxldCBsb2dnZXIgPSB7XG4gIG1ldGhvZE1hcDogWydkZWJ1ZycsICdpbmZvJywgJ3dhcm4nLCAnZXJyb3InXSxcbiAgbGV2ZWw6ICdpbmZvJyxcblxuICAvLyBNYXBzIGEgZ2l2ZW4gbGV2ZWwgdmFsdWUgdG8gdGhlIGBtZXRob2RNYXBgIGluZGV4ZXMgYWJvdmUuXG4gIGxvb2t1cExldmVsOiBmdW5jdGlvbihsZXZlbCkge1xuICAgIGlmICh0eXBlb2YgbGV2ZWwgPT09ICdzdHJpbmcnKSB7XG4gICAgICBsZXQgbGV2ZWxNYXAgPSBpbmRleE9mKGxvZ2dlci5tZXRob2RNYXAsIGxldmVsLnRvTG93ZXJDYXNlKCkpO1xuICAgICAgaWYgKGxldmVsTWFwID49IDApIHtcbiAgICAgICAgbGV2ZWwgPSBsZXZlbE1hcDtcbiAgICAgIH0gZWxzZSB7XG4gICAgICAgIGxldmVsID0gcGFyc2VJbnQobGV2ZWwsIDEwKTtcbiAgICAgIH1cbiAgICB9XG5cbiAgICByZXR1cm4gbGV2ZWw7XG4gIH0sXG5cbiAgLy8gQ2FuIGJlIG92ZXJyaWRkZW4gaW4gdGhlIGhvc3QgZW52aXJvbm1lbnRcbiAgbG9nOiBmdW5jdGlvbihsZXZlbCwgLi4ubWVzc2FnZSkge1xuICAgIGxldmVsID0gbG9nZ2VyLmxvb2t1cExldmVsKGxldmVsKTtcblxuICAgIGlmIChcbiAgICAgIHR5cGVvZiBjb25zb2xlICE9PSAndW5kZWZpbmVkJyAmJlxuICAgICAgbG9nZ2VyLmxvb2t1cExldmVsKGxvZ2dlci5sZXZlbCkgPD0gbGV2ZWxcbiAgICApIHtcbiAgICAgIGxldCBtZXRob2QgPSBsb2dnZXIubWV0aG9kTWFwW2xldmVsXTtcbiAgICAgIC8vIGVzbGludC1kaXNhYmxlLW5leHQtbGluZSBuby1jb25zb2xlXG4gICAgICBpZiAoIWNvbnNvbGVbbWV0aG9kXSkge1xuICAgICAgICBtZXRob2QgPSAnbG9nJztcbiAgICAgIH1cbiAgICAgIGNvbnNvbGVbbWV0aG9kXSguLi5tZXNzYWdlKTsgLy8gZXNsaW50LWRpc2FibGUtbGluZSBuby1jb25zb2xlXG4gICAgfVxuICB9XG59O1xuXG5leHBvcnQgZGVmYXVsdCBsb2dnZXI7XG4iXX0=\n","'use strict';\n\nexports.__esModule = true;\nexports.createProtoAccessControl = createProtoAccessControl;\nexports.resultIsAllowed = resultIsAllowed;\nexports.resetLoggedProperties = resetLoggedProperties;\n// istanbul ignore next\n\nfunction _interopRequireWildcard(obj) { if (obj && obj.__esModule) { return obj; } else { var newObj = {}; if (obj != null) { for (var key in obj) { if (Object.prototype.hasOwnProperty.call(obj, key)) newObj[key] = obj[key]; } } newObj['default'] = obj; return newObj; } }\n\nvar _createNewLookupObject = require('./create-new-lookup-object');\n\nvar _logger = require('../logger');\n\nvar logger = _interopRequireWildcard(_logger);\n\nvar loggedProperties = Object.create(null);\n\nfunction createProtoAccessControl(runtimeOptions) {\n var defaultMethodWhiteList = Object.create(null);\n defaultMethodWhiteList['constructor'] = false;\n defaultMethodWhiteList['__defineGetter__'] = false;\n defaultMethodWhiteList['__defineSetter__'] = false;\n defaultMethodWhiteList['__lookupGetter__'] = false;\n\n var defaultPropertyWhiteList = Object.create(null);\n // eslint-disable-next-line no-proto\n defaultPropertyWhiteList['__proto__'] = false;\n\n return {\n properties: {\n whitelist: _createNewLookupObject.createNewLookupObject(defaultPropertyWhiteList, runtimeOptions.allowedProtoProperties),\n defaultValue: runtimeOptions.allowProtoPropertiesByDefault\n },\n methods: {\n whitelist: _createNewLookupObject.createNewLookupObject(defaultMethodWhiteList, runtimeOptions.allowedProtoMethods),\n defaultValue: runtimeOptions.allowProtoMethodsByDefault\n }\n };\n}\n\nfunction resultIsAllowed(result, protoAccessControl, propertyName) {\n if (typeof result === 'function') {\n return checkWhiteList(protoAccessControl.methods, propertyName);\n } else {\n return checkWhiteList(protoAccessControl.properties, propertyName);\n }\n}\n\nfunction checkWhiteList(protoAccessControlForType, propertyName) {\n if (protoAccessControlForType.whitelist[propertyName] !== undefined) {\n return protoAccessControlForType.whitelist[propertyName] === true;\n }\n if (protoAccessControlForType.defaultValue !== undefined) {\n return protoAccessControlForType.defaultValue;\n }\n logUnexpecedPropertyAccessOnce(propertyName);\n return false;\n}\n\nfunction logUnexpecedPropertyAccessOnce(propertyName) {\n if (loggedProperties[propertyName] !== true) {\n loggedProperties[propertyName] = true;\n logger.log('error', 'Handlebars: Access has been denied to resolve the property \"' + propertyName + '\" because it is not an \"own property\" of its parent.\\n' + 'You can add a runtime option to disable the check or this warning:\\n' + 'See https://handlebarsjs.com/api-reference/runtime-options.html#options-to-control-prototype-access for details');\n }\n}\n\nfunction resetLoggedProperties() {\n Object.keys(loggedProperties).forEach(function (propertyName) {\n delete loggedProperties[propertyName];\n });\n}\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uL2xpYi9oYW5kbGViYXJzL2ludGVybmFsL3Byb3RvLWFjY2Vzcy5qcyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiOzs7Ozs7Ozs7O3FDQUFzQyw0QkFBNEI7O3NCQUMxQyxXQUFXOztJQUF2QixNQUFNOztBQUVsQixJQUFNLGdCQUFnQixHQUFHLE1BQU0sQ0FBQyxNQUFNLENBQUMsSUFBSSxDQUFDLENBQUM7O0FBRXRDLFNBQVMsd0JBQXdCLENBQUMsY0FBYyxFQUFFO0FBQ3ZELE1BQUksc0JBQXNCLEdBQUcsTUFBTSxDQUFDLE1BQU0sQ0FBQyxJQUFJLENBQUMsQ0FBQztBQUNqRCx3QkFBc0IsQ0FBQyxhQUFhLENBQUMsR0FBRyxLQUFLLENBQUM7QUFDOUMsd0JBQXNCLENBQUMsa0JBQWtCLENBQUMsR0FBRyxLQUFLLENBQUM7QUFDbkQsd0JBQXNCLENBQUMsa0JBQWtCLENBQUMsR0FBRyxLQUFLLENBQUM7QUFDbkQsd0JBQXNCLENBQUMsa0JBQWtCLENBQUMsR0FBRyxLQUFLLENBQUM7O0FBRW5ELE1BQUksd0JBQXdCLEdBQUcsTUFBTSxDQUFDLE1BQU0sQ0FBQyxJQUFJLENBQUMsQ0FBQzs7QUFFbkQsMEJBQXdCLENBQUMsV0FBVyxDQUFDLEdBQUcsS0FBSyxDQUFDOztBQUU5QyxTQUFPO0FBQ0wsY0FBVSxFQUFFO0FBQ1YsZUFBUyxFQUFFLDZDQUNULHdCQUF3QixFQUN4QixjQUFjLENBQUMsc0JBQXNCLENBQ3RDO0FBQ0Qsa0JBQVksRUFBRSxjQUFjLENBQUMsNkJBQTZCO0tBQzNEO0FBQ0QsV0FBTyxFQUFFO0FBQ1AsZUFBUyxFQUFFLDZDQUNULHNCQUFzQixFQUN0QixjQUFjLENBQUMsbUJBQW1CLENBQ25DO0FBQ0Qsa0JBQVksRUFBRSxjQUFjLENBQUMsMEJBQTBCO0tBQ3hEO0dBQ0YsQ0FBQztDQUNIOztBQUVNLFNBQVMsZUFBZSxDQUFDLE1BQU0sRUFBRSxrQkFBa0IsRUFBRSxZQUFZLEVBQUU7QUFDeEUsTUFBSSxPQUFPLE1BQU0sS0FBSyxVQUFVLEVBQUU7QUFDaEMsV0FBTyxjQUFjLENBQUMsa0JBQWtCLENBQUMsT0FBTyxFQUFFLFlBQVksQ0FBQyxDQUFDO0dBQ2pFLE1BQU07QUFDTCxXQUFPLGNBQWMsQ0FBQyxrQkFBa0IsQ0FBQyxVQUFVLEVBQUUsWUFBWSxDQUFDLENBQUM7R0FDcEU7Q0FDRjs7QUFFRCxTQUFTLGNBQWMsQ0FBQyx5QkFBeUIsRUFBRSxZQUFZLEVBQUU7QUFDL0QsTUFBSSx5QkFBeUIsQ0FBQyxTQUFTLENBQUMsWUFBWSxDQUFDLEtBQUssU0FBUyxFQUFFO0FBQ25FLFdBQU8seUJBQXlCLENBQUMsU0FBUyxDQUFDLFlBQVksQ0FBQyxLQUFLLElBQUksQ0FBQztHQUNuRTtBQUNELE1BQUkseUJBQXlCLENBQUMsWUFBWSxLQUFLLFNBQVMsRUFBRTtBQUN4RCxXQUFPLHlCQUF5QixDQUFDLFlBQVksQ0FBQztHQUMvQztBQUNELGdDQUE4QixDQUFDLFlBQVksQ0FBQyxDQUFDO0FBQzdDLFNBQU8sS0FBSyxDQUFDO0NBQ2Q7O0FBRUQsU0FBUyw4QkFBOEIsQ0FBQyxZQUFZLEVBQUU7QUFDcEQsTUFBSSxnQkFBZ0IsQ0FBQyxZQUFZLENBQUMsS0FBSyxJQUFJLEVBQUU7QUFDM0Msb0JBQWdCLENBQUMsWUFBWSxDQUFDLEdBQUcsSUFBSSxDQUFDO0FBQ3RDLFVBQU0sQ0FBQyxHQUFHLENBQ1IsT0FBTyxFQUNQLGlFQUErRCxZQUFZLG9JQUNILG9IQUMyQyxDQUNwSCxDQUFDO0dBQ0g7Q0FDRjs7QUFFTSxTQUFTLHFCQUFxQixHQUFHO0FBQ3RDLFFBQU0sQ0FBQyxJQUFJLENBQUMsZ0JBQWdCLENBQUMsQ0FBQyxPQUFPLENBQUMsVUFBQSxZQUFZLEVBQUk7QUFDcEQsV0FBTyxnQkFBZ0IsQ0FBQyxZQUFZLENBQUMsQ0FBQztHQUN2QyxDQUFDLENBQUM7Q0FDSiIsImZpbGUiOiJwcm90by1hY2Nlc3MuanMiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBjcmVhdGVOZXdMb29rdXBPYmplY3QgfSBmcm9tICcuL2NyZWF0ZS1uZXctbG9va3VwLW9iamVjdCc7XG5pbXBvcnQgKiBhcyBsb2dnZXIgZnJvbSAnLi4vbG9nZ2VyJztcblxuY29uc3QgbG9nZ2VkUHJvcGVydGllcyA9IE9iamVjdC5jcmVhdGUobnVsbCk7XG5cbmV4cG9ydCBmdW5jdGlvbiBjcmVhdGVQcm90b0FjY2Vzc0NvbnRyb2wocnVudGltZU9wdGlvbnMpIHtcbiAgbGV0IGRlZmF1bHRNZXRob2RXaGl0ZUxpc3QgPSBPYmplY3QuY3JlYXRlKG51bGwpO1xuICBkZWZhdWx0TWV0aG9kV2hpdGVMaXN0Wydjb25zdHJ1Y3RvciddID0gZmFsc2U7XG4gIGRlZmF1bHRNZXRob2RXaGl0ZUxpc3RbJ19fZGVmaW5lR2V0dGVyX18nXSA9IGZhbHNlO1xuICBkZWZhdWx0TWV0aG9kV2hpdGVMaXN0WydfX2RlZmluZVNldHRlcl9fJ10gPSBmYWxzZTtcbiAgZGVmYXVsdE1ldGhvZFdoaXRlTGlzdFsnX19sb29rdXBHZXR0ZXJfXyddID0gZmFsc2U7XG5cbiAgbGV0IGRlZmF1bHRQcm9wZXJ0eVdoaXRlTGlzdCA9IE9iamVjdC5jcmVhdGUobnVsbCk7XG4gIC8vIGVzbGludC1kaXNhYmxlLW5leHQtbGluZSBuby1wcm90b1xuICBkZWZhdWx0UHJvcGVydHlXaGl0ZUxpc3RbJ19fcHJvdG9fXyddID0gZmFsc2U7XG5cbiAgcmV0dXJuIHtcbiAgICBwcm9wZXJ0aWVzOiB7XG4gICAgICB3aGl0ZWxpc3Q6IGNyZWF0ZU5ld0xvb2t1cE9iamVjdChcbiAgICAgICAgZGVmYXVsdFByb3BlcnR5V2hpdGVMaXN0LFxuICAgICAgICBydW50aW1lT3B0aW9ucy5hbGxvd2VkUHJvdG9Qcm9wZXJ0aWVzXG4gICAgICApLFxuICAgICAgZGVmYXVsdFZhbHVlOiBydW50aW1lT3B0aW9ucy5hbGxvd1Byb3RvUHJvcGVydGllc0J5RGVmYXVsdFxuICAgIH0sXG4gICAgbWV0aG9kczoge1xuICAgICAgd2hpdGVsaXN0OiBjcmVhdGVOZXdMb29rdXBPYmplY3QoXG4gICAgICAgIGRlZmF1bHRNZXRob2RXaGl0ZUxpc3QsXG4gICAgICAgIHJ1bnRpbWVPcHRpb25zLmFsbG93ZWRQcm90b01ldGhvZHNcbiAgICAgICksXG4gICAgICBkZWZhdWx0VmFsdWU6IHJ1bnRpbWVPcHRpb25zLmFsbG93UHJvdG9NZXRob2RzQnlEZWZhdWx0XG4gICAgfVxuICB9O1xufVxuXG5leHBvcnQgZnVuY3Rpb24gcmVzdWx0SXNBbGxvd2VkKHJlc3VsdCwgcHJvdG9BY2Nlc3NDb250cm9sLCBwcm9wZXJ0eU5hbWUpIHtcbiAgaWYgKHR5cGVvZiByZXN1bHQgPT09ICdmdW5jdGlvbicpIHtcbiAgICByZXR1cm4gY2hlY2tXaGl0ZUxpc3QocHJvdG9BY2Nlc3NDb250cm9sLm1ldGhvZHMsIHByb3BlcnR5TmFtZSk7XG4gIH0gZWxzZSB7XG4gICAgcmV0dXJuIGNoZWNrV2hpdGVMaXN0KHByb3RvQWNjZXNzQ29udHJvbC5wcm9wZXJ0aWVzLCBwcm9wZXJ0eU5hbWUpO1xuICB9XG59XG5cbmZ1bmN0aW9uIGNoZWNrV2hpdGVMaXN0KHByb3RvQWNjZXNzQ29udHJvbEZvclR5cGUsIHByb3BlcnR5TmFtZSkge1xuICBpZiAocHJvdG9BY2Nlc3NDb250cm9sRm9yVHlwZS53aGl0ZWxpc3RbcHJvcGVydHlOYW1lXSAhPT0gdW5kZWZpbmVkKSB7XG4gICAgcmV0dXJuIHByb3RvQWNjZXNzQ29udHJvbEZvclR5cGUud2hpdGVsaXN0W3Byb3BlcnR5TmFtZV0gPT09IHRydWU7XG4gIH1cbiAgaWYgKHByb3RvQWNjZXNzQ29udHJvbEZvclR5cGUuZGVmYXVsdFZhbHVlICE9PSB1bmRlZmluZWQpIHtcbiAgICByZXR1cm4gcHJvdG9BY2Nlc3NDb250cm9sRm9yVHlwZS5kZWZhdWx0VmFsdWU7XG4gIH1cbiAgbG9nVW5leHBlY2VkUHJvcGVydHlBY2Nlc3NPbmNlKHByb3BlcnR5TmFtZSk7XG4gIHJldHVybiBmYWxzZTtcbn1cblxuZnVuY3Rpb24gbG9nVW5leHBlY2VkUHJvcGVydHlBY2Nlc3NPbmNlKHByb3BlcnR5TmFtZSkge1xuICBpZiAobG9nZ2VkUHJvcGVydGllc1twcm9wZXJ0eU5hbWVdICE9PSB0cnVlKSB7XG4gICAgbG9nZ2VkUHJvcGVydGllc1twcm9wZXJ0eU5hbWVdID0gdHJ1ZTtcbiAgICBsb2dnZXIubG9nKFxuICAgICAgJ2Vycm9yJyxcbiAgICAgIGBIYW5kbGViYXJzOiBBY2Nlc3MgaGFzIGJlZW4gZGVuaWVkIHRvIHJlc29sdmUgdGhlIHByb3BlcnR5IFwiJHtwcm9wZXJ0eU5hbWV9XCIgYmVjYXVzZSBpdCBpcyBub3QgYW4gXCJvd24gcHJvcGVydHlcIiBvZiBpdHMgcGFyZW50LlxcbmAgK1xuICAgICAgICBgWW91IGNhbiBhZGQgYSBydW50aW1lIG9wdGlvbiB0byBkaXNhYmxlIHRoZSBjaGVjayBvciB0aGlzIHdhcm5pbmc6XFxuYCArXG4gICAgICAgIGBTZWUgaHR0cHM6Ly9oYW5kbGViYXJzanMuY29tL2FwaS1yZWZlcmVuY2UvcnVudGltZS1vcHRpb25zLmh0bWwjb3B0aW9ucy10by1jb250cm9sLXByb3RvdHlwZS1hY2Nlc3MgZm9yIGRldGFpbHNgXG4gICAgKTtcbiAgfVxufVxuXG5leHBvcnQgZnVuY3Rpb24gcmVzZXRMb2dnZWRQcm9wZXJ0aWVzKCkge1xuICBPYmplY3Qua2V5cyhsb2dnZWRQcm9wZXJ0aWVzKS5mb3JFYWNoKHByb3BlcnR5TmFtZSA9PiB7XG4gICAgZGVsZXRlIGxvZ2dlZFByb3BlcnRpZXNbcHJvcGVydHlOYW1lXTtcbiAgfSk7XG59XG4iXX0=\n","/*!\n * escape-html\n * Copyright(c) 2012-2013 TJ Holowaychuk\n * Copyright(c) 2015 Andreas Lubbe\n * Copyright(c) 2015 Tiancheng \"Timothy\" Gu\n * MIT Licensed\n */\n\n'use strict';\n\n/**\n * Module variables.\n * @private\n */\n\nvar matchHtmlRegExp = /[\"'&<>]/;\n\n/**\n * Module exports.\n * @public\n */\n\nmodule.exports = escapeHtml;\n\n/**\n * Escape special characters in the given string of html.\n *\n * @param {string} string The string to escape for inserting into HTML\n * @return {string}\n * @public\n */\n\nfunction escapeHtml(string) {\n var str = '' + string;\n var match = matchHtmlRegExp.exec(str);\n\n if (!match) {\n return str;\n }\n\n var escape;\n var html = '';\n var index = 0;\n var lastIndex = 0;\n\n for (index = match.index; index < str.length; index++) {\n switch (str.charCodeAt(index)) {\n case 34: // \"\n escape = '&quot;';\n break;\n case 38: // &\n escape = '&amp;';\n break;\n case 39: // '\n escape = '&#39;';\n break;\n case 60: // <\n escape = '&lt;';\n break;\n case 62: // >\n escape = '&gt;';\n break;\n default:\n continue;\n }\n\n if (lastIndex !== index) {\n html += str.substring(lastIndex, index);\n }\n\n lastIndex = index + 1;\n html += escape;\n }\n\n return lastIndex !== index\n ? html + str.substring(lastIndex, index)\n : html;\n}\n","\"use strict\";\n\nrequire(\"core-js/modules/es.array.index-of\");\n\nrequire(\"core-js/modules/es.object.assign\");\n\nrequire(\"core-js/modules/es.object.to-string\");\n\nrequire(\"core-js/modules/es.regexp.exec\");\n\nrequire(\"core-js/modules/es.regexp.to-string\");\n\nrequire(\"core-js/modules/es.string.replace\");\n\nObject.defineProperty(exports, \"__esModule\", {\n value: true\n});\nexports.getRootUrl = exports.generateFilePath = exports.imagePath = exports.generateUrl = exports.generateOcsUrl = exports.generateRemoteUrl = exports.linkTo = void 0;\n\n/// <reference types=\"@nextcloud/typings\" />\n\n/**\n * Get an absolute url to a file in an app\n *\n * @param {string} app the id of the app the file belongs to\n * @param {string} file the file path relative to the app folder\n * @return {string} Absolute URL to a file\n */\nvar linkTo = function linkTo(app, file) {\n return generateFilePath(app, '', file);\n};\n/**\n * Creates a relative url for remote use\n *\n * @param {string} service id\n * @return {string} the url\n */\n\n\nexports.linkTo = linkTo;\n\nvar linkToRemoteBase = function linkToRemoteBase(service) {\n return getRootUrl() + '/remote.php/' + service;\n};\n/**\n * @brief Creates an absolute url for remote use\n * @param {string} service id\n * @return {string} the url\n */\n\n\nvar generateRemoteUrl = function generateRemoteUrl(service) {\n return window.location.protocol + '//' + window.location.host + linkToRemoteBase(service);\n};\n/**\n * Get the base path for the given OCS API service\n *\n * @param {string} service name\n * @param {int} version OCS API version\n * @return {string} OCS API base path\n */\n\n\nexports.generateRemoteUrl = generateRemoteUrl;\n\nvar generateOcsUrl = function generateOcsUrl(service, version) {\n version = version !== 2 ? 1 : 2;\n return window.location.protocol + '//' + window.location.host + getRootUrl() + '/ocs/v' + version + '.php/' + service + '/';\n};\n\nexports.generateOcsUrl = generateOcsUrl;\n\n/**\n * Generate the absolute url for the given relative url, which can contain parameters\n *\n * Parameters will be URL encoded automatically\n *\n * @return {string} Absolute URL for the given relative URL\n */\nvar generateUrl = function generateUrl(url, params, options) {\n var allOptions = Object.assign({\n escape: true,\n noRewrite: false\n }, options || {});\n\n var _build = function _build(text, vars) {\n vars = vars || {};\n return text.replace(/{([^{}]*)}/g, function (a, b) {\n var r = vars[b];\n\n if (allOptions.escape) {\n return typeof r === 'string' || typeof r === 'number' ? encodeURIComponent(r.toString()) : encodeURIComponent(a);\n } else {\n return typeof r === 'string' || typeof r === 'number' ? r.toString() : a;\n }\n });\n };\n\n if (url.charAt(0) !== '/') {\n url = '/' + url;\n }\n\n if (OC.config.modRewriteWorking === true && !allOptions.noRewrite) {\n return getRootUrl() + _build(url, params || {});\n }\n\n return getRootUrl() + '/index.php' + _build(url, params || {});\n};\n/**\n * Get the absolute path to an image file\n * if no extension is given for the image, it will automatically decide\n * between .png and .svg based on what the browser supports\n *\n * @param {string} app the app id to which the image belongs\n * @param {string} file the name of the image file\n * @return {string}\n */\n\n\nexports.generateUrl = generateUrl;\n\nvar imagePath = function imagePath(app, file) {\n if (file.indexOf('.') === -1) {\n //if no extension is given, use svg\n return generateFilePath(app, 'img', file + '.svg');\n }\n\n return generateFilePath(app, 'img', file);\n};\n/**\n * Get the absolute url for a file in an app\n *\n * @param {string} app the id of the app\n * @param {string} type the type of the file to link to (e.g. css,img,ajax.template)\n * @param {string} file the filename\n * @return {string} Absolute URL for a file in an app\n */\n\n\nexports.imagePath = imagePath;\n\nvar generateFilePath = function generateFilePath(app, type, file) {\n var isCore = OC.coreApps.indexOf(app) !== -1;\n var link = getRootUrl();\n\n if (file.substring(file.length - 3) === 'php' && !isCore) {\n link += '/index.php/apps/' + app;\n\n if (file !== 'index.php') {\n link += '/';\n\n if (type) {\n link += encodeURI(type + '/');\n }\n\n link += file;\n }\n } else if (file.substring(file.length - 3) !== 'php' && !isCore) {\n link = OC.appswebroots[app];\n\n if (type) {\n link += '/' + type + '/';\n }\n\n if (link.substring(link.length - 1) !== '/') {\n link += '/';\n }\n\n link += file;\n } else {\n if ((app === 'settings' || app === 'core' || app === 'search') && type === 'ajax') {\n link += '/index.php/';\n } else {\n link += '/';\n }\n\n if (!isCore) {\n link += 'apps/';\n }\n\n if (app !== '') {\n app += '/';\n link += app;\n }\n\n if (type) {\n link += type + '/';\n }\n\n link += file;\n }\n\n return link;\n};\n/**\n * Return the web root path where this Nextcloud instance\n * is accessible, with a leading slash.\n * For example \"/nextcloud\".\n *\n * @return {string} web root path\n */\n\n\nexports.generateFilePath = generateFilePath;\n\nvar getRootUrl = function getRootUrl() {\n return OC.webroot;\n};\n\nexports.getRootUrl = getRootUrl;\n//# sourceMappingURL=index.js.map","var Handlebars = require(\"../../../../node_modules/handlebars/runtime.js\");\nfunction __default(obj) { return obj && (obj.__esModule ? obj[\"default\"] : obj); }\nmodule.exports = (Handlebars[\"default\"] || Handlebars).template({\"1\":function(container,depth0,helpers,partials,data) {\n return \" new-item\";\n},\"3\":function(container,depth0,helpers,partials,data) {\n var stack1, helper, lookupProperty = container.lookupProperty || function(parent, propertyName) {\n if (Object.prototype.hasOwnProperty.call(parent, propertyName)) {\n return parent[propertyName];\n }\n return undefined\n };\n\n return \"\t\t<span class=\\\"label\\\">\"\n + ((stack1 = ((helper = (helper = lookupProperty(helpers,\"tagMarkup\") || (depth0 != null ? lookupProperty(depth0,\"tagMarkup\") : depth0)) != null ? helper : container.hooks.helperMissing),(typeof helper === \"function\" ? helper.call(depth0 != null ? depth0 : (container.nullContext || {}),{\"name\":\"tagMarkup\",\"hash\":{},\"data\":data,\"loc\":{\"start\":{\"line\":4,\"column\":22},\"end\":{\"line\":4,\"column\":37}}}) : helper))) != null ? stack1 : \"\")\n + \"</span>\\n\";\n},\"5\":function(container,depth0,helpers,partials,data) {\n var helper, lookupProperty = container.lookupProperty || function(parent, propertyName) {\n if (Object.prototype.hasOwnProperty.call(parent, propertyName)) {\n return parent[propertyName];\n }\n return undefined\n };\n\n return \"\t\t<span class=\\\"label\\\">\"\n + container.escapeExpression(((helper = (helper = lookupProperty(helpers,\"name\") || (depth0 != null ? lookupProperty(depth0,\"name\") : depth0)) != null ? helper : container.hooks.helperMissing),(typeof helper === \"function\" ? helper.call(depth0 != null ? depth0 : (container.nullContext || {}),{\"name\":\"name\",\"hash\":{},\"data\":data,\"loc\":{\"start\":{\"line\":6,\"column\":22},\"end\":{\"line\":6,\"column\":30}}}) : helper)))\n + \"</span>\\n\";\n},\"7\":function(container,depth0,helpers,partials,data) {\n var helper, lookupProperty = container.lookupProperty || function(parent, propertyName) {\n if (Object.prototype.hasOwnProperty.call(parent, propertyName)) {\n return parent[propertyName];\n }\n return undefined\n };\n\n return \"\t\t<span class=\\\"systemtags-actions\\\">\\n\t\t\t<a href=\\\"#\\\" class=\\\"rename icon icon-rename\\\" title=\\\"\"\n + container.escapeExpression(((helper = (helper = lookupProperty(helpers,\"renameTooltip\") || (depth0 != null ? lookupProperty(depth0,\"renameTooltip\") : depth0)) != null ? helper : container.hooks.helperMissing),(typeof helper === \"function\" ? helper.call(depth0 != null ? depth0 : (container.nullContext || {}),{\"name\":\"renameTooltip\",\"hash\":{},\"data\":data,\"loc\":{\"start\":{\"line\":10,\"column\":54},\"end\":{\"line\":10,\"column\":71}}}) : helper)))\n + \"\\\"></a>\\n\t\t</span>\\n\";\n},\"compiler\":[8,\">= 4.3.0\"],\"main\":function(container,depth0,helpers,partials,data) {\n var stack1, helper, options, alias1=depth0 != null ? depth0 : (container.nullContext || {}), alias2=container.hooks.helperMissing, alias3=\"function\", lookupProperty = container.lookupProperty || function(parent, propertyName) {\n if (Object.prototype.hasOwnProperty.call(parent, propertyName)) {\n return parent[propertyName];\n }\n return undefined\n }, buffer = \n \"<span class=\\\"systemtags-item\"\n + ((stack1 = lookupProperty(helpers,\"if\").call(alias1,(depth0 != null ? lookupProperty(depth0,\"isNew\") : depth0),{\"name\":\"if\",\"hash\":{},\"fn\":container.program(1, data, 0),\"inverse\":container.noop,\"data\":data,\"loc\":{\"start\":{\"line\":1,\"column\":28},\"end\":{\"line\":1,\"column\":57}}})) != null ? stack1 : \"\")\n + \"\\\" data-id=\\\"\"\n + container.escapeExpression(((helper = (helper = lookupProperty(helpers,\"id\") || (depth0 != null ? lookupProperty(depth0,\"id\") : depth0)) != null ? helper : alias2),(typeof helper === alias3 ? helper.call(alias1,{\"name\":\"id\",\"hash\":{},\"data\":data,\"loc\":{\"start\":{\"line\":1,\"column\":68},\"end\":{\"line\":1,\"column\":74}}}) : helper)))\n + \"\\\">\\n<span class=\\\"checkmark icon icon-checkmark\\\"></span>\\n\"\n + ((stack1 = lookupProperty(helpers,\"if\").call(alias1,(depth0 != null ? lookupProperty(depth0,\"isAdmin\") : depth0),{\"name\":\"if\",\"hash\":{},\"fn\":container.program(3, data, 0),\"inverse\":container.program(5, data, 0),\"data\":data,\"loc\":{\"start\":{\"line\":3,\"column\":1},\"end\":{\"line\":7,\"column\":8}}})) != null ? stack1 : \"\");\n stack1 = ((helper = (helper = lookupProperty(helpers,\"allowActions\") || (depth0 != null ? lookupProperty(depth0,\"allowActions\") : depth0)) != null ? helper : alias2),(options={\"name\":\"allowActions\",\"hash\":{},\"fn\":container.program(7, data, 0),\"inverse\":container.noop,\"data\":data,\"loc\":{\"start\":{\"line\":8,\"column\":1},\"end\":{\"line\":12,\"column\":18}}}),(typeof helper === alias3 ? helper.call(alias1,options) : helper));\n if (!lookupProperty(helpers,\"allowActions\")) { stack1 = container.hooks.blockHelperMissing.call(depth0,stack1,options)}\n if (stack1 != null) { buffer += stack1; }\n return buffer + \"</span>\\n\";\n},\"useData\":true});","var Handlebars = require(\"../../../../node_modules/handlebars/runtime.js\");\nfunction __default(obj) { return obj && (obj.__esModule ? obj[\"default\"] : obj); }\nmodule.exports = (Handlebars[\"default\"] || Handlebars).template({\"1\":function(container,depth0,helpers,partials,data) {\n var helper, lookupProperty = container.lookupProperty || function(parent, propertyName) {\n if (Object.prototype.hasOwnProperty.call(parent, propertyName)) {\n return parent[propertyName];\n }\n return undefined\n };\n\n return \"\t\t<a href=\\\"#\\\" class=\\\"delete icon icon-delete\\\" title=\\\"\"\n + container.escapeExpression(((helper = (helper = lookupProperty(helpers,\"deleteTooltip\") || (depth0 != null ? lookupProperty(depth0,\"deleteTooltip\") : depth0)) != null ? helper : container.hooks.helperMissing),(typeof helper === \"function\" ? helper.call(depth0 != null ? depth0 : (container.nullContext || {}),{\"name\":\"deleteTooltip\",\"hash\":{},\"data\":data,\"loc\":{\"start\":{\"line\":5,\"column\":53},\"end\":{\"line\":5,\"column\":70}}}) : helper)))\n + \"\\\"></a>\\n\";\n},\"compiler\":[8,\">= 4.3.0\"],\"main\":function(container,depth0,helpers,partials,data) {\n var stack1, helper, alias1=depth0 != null ? depth0 : (container.nullContext || {}), alias2=container.hooks.helperMissing, alias3=\"function\", alias4=container.escapeExpression, lookupProperty = container.lookupProperty || function(parent, propertyName) {\n if (Object.prototype.hasOwnProperty.call(parent, propertyName)) {\n return parent[propertyName];\n }\n return undefined\n };\n\n return \"<form class=\\\"systemtags-rename-form\\\">\\n\t <label class=\\\"hidden-visually\\\" for=\\\"\"\n + alias4(((helper = (helper = lookupProperty(helpers,\"cid\") || (depth0 != null ? lookupProperty(depth0,\"cid\") : depth0)) != null ? helper : alias2),(typeof helper === alias3 ? helper.call(alias1,{\"name\":\"cid\",\"hash\":{},\"data\":data,\"loc\":{\"start\":{\"line\":2,\"column\":38},\"end\":{\"line\":2,\"column\":45}}}) : helper)))\n + \"-rename-input\\\">\"\n + alias4(((helper = (helper = lookupProperty(helpers,\"renameLabel\") || (depth0 != null ? lookupProperty(depth0,\"renameLabel\") : depth0)) != null ? helper : alias2),(typeof helper === alias3 ? helper.call(alias1,{\"name\":\"renameLabel\",\"hash\":{},\"data\":data,\"loc\":{\"start\":{\"line\":2,\"column\":60},\"end\":{\"line\":2,\"column\":75}}}) : helper)))\n + \"</label>\\n\t<input id=\\\"\"\n + alias4(((helper = (helper = lookupProperty(helpers,\"cid\") || (depth0 != null ? lookupProperty(depth0,\"cid\") : depth0)) != null ? helper : alias2),(typeof helper === alias3 ? helper.call(alias1,{\"name\":\"cid\",\"hash\":{},\"data\":data,\"loc\":{\"start\":{\"line\":3,\"column\":12},\"end\":{\"line\":3,\"column\":19}}}) : helper)))\n + \"-rename-input\\\" type=\\\"text\\\" value=\\\"\"\n + alias4(((helper = (helper = lookupProperty(helpers,\"name\") || (depth0 != null ? lookupProperty(depth0,\"name\") : depth0)) != null ? helper : alias2),(typeof helper === alias3 ? helper.call(alias1,{\"name\":\"name\",\"hash\":{},\"data\":data,\"loc\":{\"start\":{\"line\":3,\"column\":53},\"end\":{\"line\":3,\"column\":61}}}) : helper)))\n + \"\\\">\\n\"\n + ((stack1 = lookupProperty(helpers,\"if\").call(alias1,(depth0 != null ? lookupProperty(depth0,\"isAdmin\") : depth0),{\"name\":\"if\",\"hash\":{},\"fn\":container.program(1, data, 0),\"inverse\":container.noop,\"data\":data,\"loc\":{\"start\":{\"line\":4,\"column\":1},\"end\":{\"line\":6,\"column\":8}}})) != null ? stack1 : \"\")\n + \"</form>\\n\";\n},\"useData\":true});","var Handlebars = require(\"../../../../node_modules/handlebars/runtime.js\");\nfunction __default(obj) { return obj && (obj.__esModule ? obj[\"default\"] : obj); }\nmodule.exports = (Handlebars[\"default\"] || Handlebars).template({\"1\":function(container,depth0,helpers,partials,data) {\n var stack1, helper, lookupProperty = container.lookupProperty || function(parent, propertyName) {\n if (Object.prototype.hasOwnProperty.call(parent, propertyName)) {\n return parent[propertyName];\n }\n return undefined\n };\n\n return \"\t<span class=\\\"label\\\">\"\n + ((stack1 = ((helper = (helper = lookupProperty(helpers,\"tagMarkup\") || (depth0 != null ? lookupProperty(depth0,\"tagMarkup\") : depth0)) != null ? helper : container.hooks.helperMissing),(typeof helper === \"function\" ? helper.call(depth0 != null ? depth0 : (container.nullContext || {}),{\"name\":\"tagMarkup\",\"hash\":{},\"data\":data,\"loc\":{\"start\":{\"line\":2,\"column\":21},\"end\":{\"line\":2,\"column\":36}}}) : helper))) != null ? stack1 : \"\")\n + \"</span>\\n\";\n},\"3\":function(container,depth0,helpers,partials,data) {\n var helper, lookupProperty = container.lookupProperty || function(parent, propertyName) {\n if (Object.prototype.hasOwnProperty.call(parent, propertyName)) {\n return parent[propertyName];\n }\n return undefined\n };\n\n return \"\t<span class=\\\"label\\\">\"\n + container.escapeExpression(((helper = (helper = lookupProperty(helpers,\"name\") || (depth0 != null ? lookupProperty(depth0,\"name\") : depth0)) != null ? helper : container.hooks.helperMissing),(typeof helper === \"function\" ? helper.call(depth0 != null ? depth0 : (container.nullContext || {}),{\"name\":\"name\",\"hash\":{},\"data\":data,\"loc\":{\"start\":{\"line\":4,\"column\":21},\"end\":{\"line\":4,\"column\":29}}}) : helper)))\n + \"</span>\\n\";\n},\"compiler\":[8,\">= 4.3.0\"],\"main\":function(container,depth0,helpers,partials,data) {\n var stack1, lookupProperty = container.lookupProperty || function(parent, propertyName) {\n if (Object.prototype.hasOwnProperty.call(parent, propertyName)) {\n return parent[propertyName];\n }\n return undefined\n };\n\n return ((stack1 = lookupProperty(helpers,\"if\").call(depth0 != null ? depth0 : (container.nullContext || {}),(depth0 != null ? lookupProperty(depth0,\"isAdmin\") : depth0),{\"name\":\"if\",\"hash\":{},\"fn\":container.program(1, data, 0),\"inverse\":container.program(3, data, 0),\"data\":data,\"loc\":{\"start\":{\"line\":1,\"column\":0},\"end\":{\"line\":5,\"column\":7}}})) != null ? stack1 : \"\");\n},\"useData\":true});","\"use strict\";\n\nvar isOldIE = function isOldIE() {\n var memo;\n return function memorize() {\n if (typeof memo === 'undefined') {\n // Test for IE <= 9 as proposed by Browserhacks\n // @see http://browserhacks.com/#hack-e71d8692f65334173fee715c222cb805\n // Tests for existence of standard globals is to allow style-loader\n // to operate correctly into non-standard environments\n // @see https://github.com/webpack-contrib/style-loader/issues/177\n memo = Boolean(window && document && document.all && !window.atob);\n }\n\n return memo;\n };\n}();\n\nvar getTarget = function getTarget() {\n var memo = {};\n return function memorize(target) {\n if (typeof memo[target] === 'undefined') {\n var styleTarget = document.querySelector(target); // Special case to return head of iframe instead of iframe itself\n\n if (window.HTMLIFrameElement && styleTarget instanceof window.HTMLIFrameElement) {\n try {\n // This will throw an exception if access to iframe is blocked\n // due to cross-origin restrictions\n styleTarget = styleTarget.contentDocument.head;\n } catch (e) {\n // istanbul ignore next\n styleTarget = null;\n }\n }\n\n memo[target] = styleTarget;\n }\n\n return memo[target];\n };\n}();\n\nvar stylesInDom = [];\n\nfunction getIndexByIdentifier(identifier) {\n var result = -1;\n\n for (var i = 0; i < stylesInDom.length; i++) {\n if (stylesInDom[i].identifier === identifier) {\n result = i;\n break;\n }\n }\n\n return result;\n}\n\nfunction modulesToDom(list, options) {\n var idCountMap = {};\n var identifiers = [];\n\n for (var i = 0; i < list.length; i++) {\n var item = list[i];\n var id = options.base ? item[0] + options.base : item[0];\n var count = idCountMap[id] || 0;\n var identifier = \"\".concat(id, \" \").concat(count);\n idCountMap[id] = count + 1;\n var index = getIndexByIdentifier(identifier);\n var obj = {\n css: item[1],\n media: item[2],\n sourceMap: item[3]\n };\n\n if (index !== -1) {\n stylesInDom[index].references++;\n stylesInDom[index].updater(obj);\n } else {\n stylesInDom.push({\n identifier: identifier,\n updater: addStyle(obj, options),\n references: 1\n });\n }\n\n identifiers.push(identifier);\n }\n\n return identifiers;\n}\n\nfunction insertStyleElement(options) {\n var style = document.createElement('style');\n var attributes = options.attributes || {};\n\n if (typeof attributes.nonce === 'undefined') {\n var nonce = typeof __webpack_nonce__ !== 'undefined' ? __webpack_nonce__ : null;\n\n if (nonce) {\n attributes.nonce = nonce;\n }\n }\n\n Object.keys(attributes).forEach(function (key) {\n style.setAttribute(key, attributes[key]);\n });\n\n if (typeof options.insert === 'function') {\n options.insert(style);\n } else {\n var target = getTarget(options.insert || 'head');\n\n if (!target) {\n throw new Error(\"Couldn't find a style target. This probably means that the value for the 'insert' parameter is invalid.\");\n }\n\n target.appendChild(style);\n }\n\n return style;\n}\n\nfunction removeStyleElement(style) {\n // istanbul ignore if\n if (style.parentNode === null) {\n return false;\n }\n\n style.parentNode.removeChild(style);\n}\n/* istanbul ignore next */\n\n\nvar replaceText = function replaceText() {\n var textStore = [];\n return function replace(index, replacement) {\n textStore[index] = replacement;\n return textStore.filter(Boolean).join('\\n');\n };\n}();\n\nfunction applyToSingletonTag(style, index, remove, obj) {\n var css = remove ? '' : obj.media ? \"@media \".concat(obj.media, \" {\").concat(obj.css, \"}\") : obj.css; // For old IE\n\n /* istanbul ignore if */\n\n if (style.styleSheet) {\n style.styleSheet.cssText = replaceText(index, css);\n } else {\n var cssNode = document.createTextNode(css);\n var childNodes = style.childNodes;\n\n if (childNodes[index]) {\n style.removeChild(childNodes[index]);\n }\n\n if (childNodes.length) {\n style.insertBefore(cssNode, childNodes[index]);\n } else {\n style.appendChild(cssNode);\n }\n }\n}\n\nfunction applyToTag(style, options, obj) {\n var css = obj.css;\n var media = obj.media;\n var sourceMap = obj.sourceMap;\n\n if (media) {\n style.setAttribute('media', media);\n } else {\n style.removeAttribute('media');\n }\n\n if (sourceMap && typeof btoa !== 'undefined') {\n css += \"\\n/*# sourceMappingURL=data:application/json;base64,\".concat(btoa(unescape(encodeURIComponent(JSON.stringify(sourceMap)))), \" */\");\n } // For old IE\n\n /* istanbul ignore if */\n\n\n if (style.styleSheet) {\n style.styleSheet.cssText = css;\n } else {\n while (style.firstChild) {\n style.removeChild(style.firstChild);\n }\n\n style.appendChild(document.createTextNode(css));\n }\n}\n\nvar singleton = null;\nvar singletonCounter = 0;\n\nfunction addStyle(obj, options) {\n var style;\n var update;\n var remove;\n\n if (options.singleton) {\n var styleIndex = singletonCounter++;\n style = singleton || (singleton = insertStyleElement(options));\n update = applyToSingletonTag.bind(null, style, styleIndex, false);\n remove = applyToSingletonTag.bind(null, style, styleIndex, true);\n } else {\n style = insertStyleElement(options);\n update = applyToTag.bind(null, style, options);\n\n remove = function remove() {\n removeStyleElement(style);\n };\n }\n\n update(obj);\n return function updateStyle(newObj) {\n if (newObj) {\n if (newObj.css === obj.css && newObj.media === obj.media && newObj.sourceMap === obj.sourceMap) {\n return;\n }\n\n update(obj = newObj);\n } else {\n remove();\n }\n };\n}\n\nmodule.exports = function (list, options) {\n options = options || {}; // Force single-tag solution on IE6-9, which has a hard limit on the # of <style>\n // tags it will allow on a page\n\n if (!options.singleton && typeof options.singleton !== 'boolean') {\n options.singleton = isOldIE();\n }\n\n list = list || [];\n var lastIdentifiers = modulesToDom(list, options);\n return function update(newList) {\n newList = newList || [];\n\n if (Object.prototype.toString.call(newList) !== '[object Array]') {\n return;\n }\n\n for (var i = 0; i < lastIdentifiers.length; i++) {\n var identifier = lastIdentifiers[i];\n var index = getIndexByIdentifier(identifier);\n stylesInDom[index].references--;\n }\n\n var newLastIdentifiers = modulesToDom(newList, options);\n\n for (var _i = 0; _i < lastIdentifiers.length; _i++) {\n var _identifier = lastIdentifiers[_i];\n\n var _index = getIndexByIdentifier(_identifier);\n\n if (stylesInDom[_index].references === 0) {\n stylesInDom[_index].updater();\n\n stylesInDom.splice(_index, 1);\n }\n }\n\n lastIdentifiers = newLastIdentifiers;\n };\n};","\"use strict\";\n\nfunction _slicedToArray(arr, i) { return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _unsupportedIterableToArray(arr, i) || _nonIterableRest(); }\n\nfunction _nonIterableRest() { throw new TypeError(\"Invalid attempt to destructure non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.\"); }\n\nfunction _unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === \"string\") return _arrayLikeToArray(o, minLen); var n = Object.prototype.toString.call(o).slice(8, -1); if (n === \"Object\" && o.constructor) n = o.constructor.name; if (n === \"Map\" || n === \"Set\") return Array.from(o); if (n === \"Arguments\" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen); }\n\nfunction _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) { arr2[i] = arr[i]; } return arr2; }\n\nfunction _iterableToArrayLimit(arr, i) { var _i = arr && (typeof Symbol !== \"undefined\" && arr[Symbol.iterator] || arr[\"@@iterator\"]); if (_i == null) return; var _arr = []; var _n = true; var _d = false; var _s, _e; try { for (_i = _i.call(arr); !(_n = (_s = _i.next()).done); _n = true) { _arr.push(_s.value); if (i && _arr.length === i) break; } } catch (err) { _d = true; _e = err; } finally { try { if (!_n && _i[\"return\"] != null) _i[\"return\"](); } finally { if (_d) throw _e; } } return _arr; }\n\nfunction _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }\n\nmodule.exports = function cssWithMappingToString(item) {\n var _item = _slicedToArray(item, 4),\n content = _item[1],\n cssMapping = _item[3];\n\n if (typeof btoa === \"function\") {\n // eslint-disable-next-line no-undef\n var base64 = btoa(unescape(encodeURIComponent(JSON.stringify(cssMapping))));\n var data = \"sourceMappingURL=data:application/json;charset=utf-8;base64,\".concat(base64);\n var sourceMapping = \"/*# \".concat(data, \" */\");\n var sourceURLs = cssMapping.sources.map(function (source) {\n return \"/*# sourceURL=\".concat(cssMapping.sourceRoot || \"\").concat(source, \" */\");\n });\n return [content].concat(sourceURLs).concat([sourceMapping]).join(\"\\n\");\n }\n\n return [content].join(\"\\n\");\n};","\"use strict\";\n\n/*\n MIT License http://www.opensource.org/licenses/mit-license.php\n Author Tobias Koppers @sokra\n*/\n// css base code, injected by the css-loader\n// eslint-disable-next-line func-names\nmodule.exports = function (cssWithMappingToString) {\n var list = []; // return the list of modules as css string\n\n list.toString = function toString() {\n return this.map(function (item) {\n var content = cssWithMappingToString(item);\n\n if (item[2]) {\n return \"@media \".concat(item[2], \" {\").concat(content, \"}\");\n }\n\n return content;\n }).join(\"\");\n }; // import a list of modules into the list\n // eslint-disable-next-line func-names\n\n\n list.i = function (modules, mediaQuery, dedupe) {\n if (typeof modules === \"string\") {\n // eslint-disable-next-line no-param-reassign\n modules = [[null, modules, \"\"]];\n }\n\n var alreadyImportedModules = {};\n\n if (dedupe) {\n for (var i = 0; i < this.length; i++) {\n // eslint-disable-next-line prefer-destructuring\n var id = this[i][0];\n\n if (id != null) {\n alreadyImportedModules[id] = true;\n }\n }\n }\n\n for (var _i = 0; _i < modules.length; _i++) {\n var item = [].concat(modules[_i]);\n\n if (dedupe && alreadyImportedModules[item[0]]) {\n // eslint-disable-next-line no-continue\n continue;\n }\n\n if (mediaQuery) {\n if (!item[2]) {\n item[2] = mediaQuery;\n } else {\n item[2] = \"\".concat(mediaQuery, \" and \").concat(item[2]);\n }\n }\n\n list.push(item);\n }\n };\n\n return list;\n};","/**\n * Copyright (c) 2015\n *\n * @author John Molakvoæ <skjnldsv@protonmail.com>\n * @author Michael Jobst <mjobst+github@tecratech.de>\n * @author Roeland Jago Douma <roeland@famdouma.nl>\n * @author Vincent Petry <vincent@nextcloud.com>\n *\n * @license GNU AGPL version 3 or any later version\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see <http://www.gnu.org/licenses/>.\n *\n */\n\n(function(OC) {\n\n\t_.extend(OC.Files.Client, {\n\t\tPROPERTY_FILEID: '{' + OC.Files.Client.NS_OWNCLOUD + '}id',\n\t\tPROPERTY_CAN_ASSIGN: '{' + OC.Files.Client.NS_OWNCLOUD + '}can-assign',\n\t\tPROPERTY_DISPLAYNAME: '{' + OC.Files.Client.NS_OWNCLOUD + '}display-name',\n\t\tPROPERTY_USERVISIBLE: '{' + OC.Files.Client.NS_OWNCLOUD + '}user-visible',\n\t\tPROPERTY_USERASSIGNABLE: '{' + OC.Files.Client.NS_OWNCLOUD + '}user-assignable',\n\t})\n\n\t/**\n\t * @class OCA.SystemTags.SystemTagsCollection\n\t * @classdesc\n\t *\n\t * System tag\n\t *\n\t */\n\tconst SystemTagModel = OC.Backbone.Model.extend(\n\t\t/** @lends OCA.SystemTags.SystemTagModel.prototype */ {\n\t\t\tsync: OC.Backbone.davSync,\n\n\t\t\tdefaults: {\n\t\t\t\tuserVisible: true,\n\t\t\t\tuserAssignable: true,\n\t\t\t\tcanAssign: true,\n\t\t\t},\n\n\t\t\tdavProperties: {\n\t\t\t\tid: OC.Files.Client.PROPERTY_FILEID,\n\t\t\t\tname: OC.Files.Client.PROPERTY_DISPLAYNAME,\n\t\t\t\tuserVisible: OC.Files.Client.PROPERTY_USERVISIBLE,\n\t\t\t\tuserAssignable: OC.Files.Client.PROPERTY_USERASSIGNABLE,\n\t\t\t\t// read-only, effective permissions computed by the server,\n\t\t\t\tcanAssign: OC.Files.Client.PROPERTY_CAN_ASSIGN,\n\t\t\t},\n\n\t\t\tparse(data) {\n\t\t\t\treturn {\n\t\t\t\t\tid: data.id,\n\t\t\t\t\tname: data.name,\n\t\t\t\t\tuserVisible: data.userVisible === true || data.userVisible === 'true',\n\t\t\t\t\tuserAssignable: data.userAssignable === true || data.userAssignable === 'true',\n\t\t\t\t\tcanAssign: data.canAssign === true || data.canAssign === 'true',\n\t\t\t\t}\n\t\t\t},\n\t\t})\n\n\tOC.SystemTags = OC.SystemTags || {}\n\tOC.SystemTags.SystemTagModel = SystemTagModel\n})(OC)\n","'use strict';\n/* eslint-disable es/no-array-prototype-indexof -- required for testing */\nvar $ = require('../internals/export');\nvar $indexOf = require('../internals/array-includes').indexOf;\nvar arrayMethodIsStrict = require('../internals/array-method-is-strict');\n\nvar nativeIndexOf = [].indexOf;\n\nvar NEGATIVE_ZERO = !!nativeIndexOf && 1 / [1].indexOf(1, -0) < 0;\nvar STRICT_METHOD = arrayMethodIsStrict('indexOf');\n\n// `Array.prototype.indexOf` method\n// https://tc39.es/ecma262/#sec-array.prototype.indexof\n$({ target: 'Array', proto: true, forced: NEGATIVE_ZERO || !STRICT_METHOD }, {\n indexOf: function indexOf(searchElement /* , fromIndex = 0 */) {\n return NEGATIVE_ZERO\n // convert -0 to +0\n ? nativeIndexOf.apply(this, arguments) || 0\n : $indexOf(this, searchElement, arguments.length > 1 ? arguments[1] : undefined);\n }\n});\n","var global = require('../internals/global');\nvar isObject = require('../internals/is-object');\n\nvar document = global.document;\n// typeof document.createElement is 'object' in old IE\nvar EXISTS = isObject(document) && isObject(document.createElement);\n\nmodule.exports = function (it) {\n return EXISTS ? document.createElement(it) : {};\n};\n","var NATIVE_WEAK_MAP = require('../internals/native-weak-map');\nvar global = require('../internals/global');\nvar isObject = require('../internals/is-object');\nvar createNonEnumerableProperty = require('../internals/create-non-enumerable-property');\nvar objectHas = require('../internals/has');\nvar shared = require('../internals/shared-store');\nvar sharedKey = require('../internals/shared-key');\nvar hiddenKeys = require('../internals/hidden-keys');\n\nvar OBJECT_ALREADY_INITIALIZED = 'Object already initialized';\nvar WeakMap = global.WeakMap;\nvar set, get, has;\n\nvar enforce = function (it) {\n return has(it) ? get(it) : set(it, {});\n};\n\nvar getterFor = function (TYPE) {\n return function (it) {\n var state;\n if (!isObject(it) || (state = get(it)).type !== TYPE) {\n throw TypeError('Incompatible receiver, ' + TYPE + ' required');\n } return state;\n };\n};\n\nif (NATIVE_WEAK_MAP || shared.state) {\n var store = shared.state || (shared.state = new WeakMap());\n var wmget = store.get;\n var wmhas = store.has;\n var wmset = store.set;\n set = function (it, metadata) {\n if (wmhas.call(store, it)) throw new TypeError(OBJECT_ALREADY_INITIALIZED);\n metadata.facade = it;\n wmset.call(store, it, metadata);\n return metadata;\n };\n get = function (it) {\n return wmget.call(store, it) || {};\n };\n has = function (it) {\n return wmhas.call(store, it);\n };\n} else {\n var STATE = sharedKey('state');\n hiddenKeys[STATE] = true;\n set = function (it, metadata) {\n if (objectHas(it, STATE)) throw new TypeError(OBJECT_ALREADY_INITIALIZED);\n metadata.facade = it;\n createNonEnumerableProperty(it, STATE, metadata);\n return metadata;\n };\n get = function (it) {\n return objectHas(it, STATE) ? it[STATE] : {};\n };\n has = function (it) {\n return objectHas(it, STATE);\n };\n}\n\nmodule.exports = {\n set: set,\n get: get,\n has: has,\n enforce: enforce,\n getterFor: getterFor\n};\n","var global = require('../internals/global');\nvar inspectSource = require('../internals/inspect-source');\n\nvar WeakMap = global.WeakMap;\n\nmodule.exports = typeof WeakMap === 'function' && /native code/.test(inspectSource(WeakMap));\n","var shared = require('../internals/shared');\nvar uid = require('../internals/uid');\n\nvar keys = shared('keys');\n\nmodule.exports = function (key) {\n return keys[key] || (keys[key] = uid(key));\n};\n","module.exports = false;\n","var has = require('../internals/has');\nvar ownKeys = require('../internals/own-keys');\nvar getOwnPropertyDescriptorModule = require('../internals/object-get-own-property-descriptor');\nvar definePropertyModule = require('../internals/object-define-property');\n\nmodule.exports = function (target, source) {\n var keys = ownKeys(source);\n var defineProperty = definePropertyModule.f;\n var getOwnPropertyDescriptor = getOwnPropertyDescriptorModule.f;\n for (var i = 0; i < keys.length; i++) {\n var key = keys[i];\n if (!has(target, key)) defineProperty(target, key, getOwnPropertyDescriptor(source, key));\n }\n};\n","var getBuiltIn = require('../internals/get-built-in');\nvar getOwnPropertyNamesModule = require('../internals/object-get-own-property-names');\nvar getOwnPropertySymbolsModule = require('../internals/object-get-own-property-symbols');\nvar anObject = require('../internals/an-object');\n\n// all object keys, includes non-enumerable and symbols\nmodule.exports = getBuiltIn('Reflect', 'ownKeys') || function ownKeys(it) {\n var keys = getOwnPropertyNamesModule.f(anObject(it));\n var getOwnPropertySymbols = getOwnPropertySymbolsModule.f;\n return getOwnPropertySymbols ? keys.concat(getOwnPropertySymbols(it)) : keys;\n};\n","var global = require('../internals/global');\n\nmodule.exports = global;\n","var internalObjectKeys = require('../internals/object-keys-internal');\nvar enumBugKeys = require('../internals/enum-bug-keys');\n\nvar hiddenKeys = enumBugKeys.concat('length', 'prototype');\n\n// `Object.getOwnPropertyNames` method\n// https://tc39.es/ecma262/#sec-object.getownpropertynames\n// eslint-disable-next-line es/no-object-getownpropertynames -- safe\nexports.f = Object.getOwnPropertyNames || function getOwnPropertyNames(O) {\n return internalObjectKeys(O, hiddenKeys);\n};\n","var toInteger = require('../internals/to-integer');\n\nvar max = Math.max;\nvar min = Math.min;\n\n// Helper for a popular repeating case of the spec:\n// Let integer be ? ToInteger(index).\n// If integer < 0, let result be max((length + integer), 0); else let result be min(integer, length).\nmodule.exports = function (index, length) {\n var integer = toInteger(index);\n return integer < 0 ? max(integer + length, 0) : min(integer, length);\n};\n","var fails = require('../internals/fails');\n\nvar replacement = /#|\\.prototype\\./;\n\nvar isForced = function (feature, detection) {\n var value = data[normalize(feature)];\n return value == POLYFILL ? true\n : value == NATIVE ? false\n : typeof detection == 'function' ? fails(detection)\n : !!detection;\n};\n\nvar normalize = isForced.normalize = function (string) {\n return String(string).replace(replacement, '.').toLowerCase();\n};\n\nvar data = isForced.data = {};\nvar NATIVE = isForced.NATIVE = 'N';\nvar POLYFILL = isForced.POLYFILL = 'P';\n\nmodule.exports = isForced;\n","'use strict';\nvar fails = require('../internals/fails');\n\nmodule.exports = function (METHOD_NAME, argument) {\n var method = [][METHOD_NAME];\n return !!method && fails(function () {\n // eslint-disable-next-line no-useless-call,no-throw-literal -- required for testing\n method.call(null, argument || function () { throw 1; }, 1);\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, forced: Object.assign !== assign }, {\n assign: assign\n});\n","'use strict';\nvar DESCRIPTORS = require('../internals/descriptors');\nvar fails = require('../internals/fails');\nvar objectKeys = require('../internals/object-keys');\nvar getOwnPropertySymbolsModule = require('../internals/object-get-own-property-symbols');\nvar propertyIsEnumerableModule = require('../internals/object-property-is-enumerable');\nvar toObject = require('../internals/to-object');\nvar IndexedObject = require('../internals/indexed-object');\n\n// eslint-disable-next-line es/no-object-assign -- safe\nvar $assign = Object.assign;\n// eslint-disable-next-line es/no-object-defineproperty -- required for testing\nvar defineProperty = Object.defineProperty;\n\n// `Object.assign` method\n// https://tc39.es/ecma262/#sec-object.assign\nmodule.exports = !$assign || fails(function () {\n // should have correct order of operations (Edge bug)\n if (DESCRIPTORS && $assign({ b: 1 }, $assign(defineProperty({}, 'a', {\n enumerable: true,\n get: function () {\n defineProperty(this, 'b', {\n value: 3,\n enumerable: false\n });\n }\n }), { b: 2 })).b !== 1) return true;\n // should work with symbols and should have deterministic property order (V8 bug)\n var A = {};\n var B = {};\n // eslint-disable-next-line es/no-symbol -- safe\n var symbol = Symbol();\n var alphabet = 'abcdefghijklmnopqrst';\n A[symbol] = 7;\n alphabet.split('').forEach(function (chr) { B[chr] = chr; });\n return $assign({}, A)[symbol] != 7 || objectKeys($assign({}, B)).join('') != alphabet;\n}) ? function assign(target, source) { // eslint-disable-line no-unused-vars -- required for `.length`\n var T = toObject(target);\n var argumentsLength = arguments.length;\n var index = 1;\n var getOwnPropertySymbols = getOwnPropertySymbolsModule.f;\n var propertyIsEnumerable = propertyIsEnumerableModule.f;\n while (argumentsLength > index) {\n var S = IndexedObject(arguments[index++]);\n var keys = getOwnPropertySymbols ? objectKeys(S).concat(getOwnPropertySymbols(S)) : objectKeys(S);\n var length = keys.length;\n var j = 0;\n var key;\n while (length > j) {\n key = keys[j++];\n if (!DESCRIPTORS || propertyIsEnumerable.call(S, key)) T[key] = S[key];\n }\n } return T;\n} : $assign;\n","var internalObjectKeys = require('../internals/object-keys-internal');\nvar enumBugKeys = require('../internals/enum-bug-keys');\n\n// `Object.keys` method\n// https://tc39.es/ecma262/#sec-object.keys\n// eslint-disable-next-line es/no-object-keys -- safe\nmodule.exports = Object.keys || function keys(O) {\n return internalObjectKeys(O, enumBugKeys);\n};\n","var TO_STRING_TAG_SUPPORT = require('../internals/to-string-tag-support');\nvar redefine = require('../internals/redefine');\nvar toString = require('../internals/object-to-string');\n\n// `Object.prototype.toString` method\n// https://tc39.es/ecma262/#sec-object.prototype.tostring\nif (!TO_STRING_TAG_SUPPORT) {\n redefine(Object.prototype, 'toString', toString, { unsafe: true });\n}\n","var global = require('../internals/global');\nvar userAgent = require('../internals/engine-user-agent');\n\nvar process = global.process;\nvar versions = process && process.versions;\nvar v8 = versions && versions.v8;\nvar match, version;\n\nif (v8) {\n match = v8.split('.');\n version = match[0] < 4 ? 1 : match[0] + match[1];\n} else if (userAgent) {\n match = userAgent.match(/Edge\\/(\\d+)/);\n if (!match || match[1] >= 74) {\n match = userAgent.match(/Chrome\\/(\\d+)/);\n if (match) version = match[1];\n }\n}\n\nmodule.exports = version && +version;\n","var getBuiltIn = require('../internals/get-built-in');\n\nmodule.exports = getBuiltIn('navigator', 'userAgent') || '';\n","/* eslint-disable es/no-symbol -- required for testing */\nvar NATIVE_SYMBOL = require('../internals/native-symbol');\n\nmodule.exports = NATIVE_SYMBOL\n && !Symbol.sham\n && typeof Symbol.iterator == 'symbol';\n","'use strict';\nvar TO_STRING_TAG_SUPPORT = require('../internals/to-string-tag-support');\nvar classof = require('../internals/classof');\n\n// `Object.prototype.toString` method implementation\n// https://tc39.es/ecma262/#sec-object.prototype.tostring\nmodule.exports = TO_STRING_TAG_SUPPORT ? {}.toString : function toString() {\n return '[object ' + classof(this) + ']';\n};\n","var TO_STRING_TAG_SUPPORT = require('../internals/to-string-tag-support');\nvar classofRaw = require('../internals/classof-raw');\nvar wellKnownSymbol = require('../internals/well-known-symbol');\n\nvar TO_STRING_TAG = wellKnownSymbol('toStringTag');\n// ES3 wrong here\nvar CORRECT_ARGUMENTS = classofRaw(function () { return arguments; }()) == 'Arguments';\n\n// fallback for IE11 Script Access Denied error\nvar tryGet = function (it, key) {\n try {\n return it[key];\n } catch (error) { /* empty */ }\n};\n\n// getting tag from ES6+ `Object.prototype.toString`\nmodule.exports = TO_STRING_TAG_SUPPORT ? classofRaw : function (it) {\n var O, tag, result;\n return it === undefined ? 'Undefined' : it === null ? 'Null'\n // @@toStringTag case\n : typeof (tag = tryGet(O = Object(it), TO_STRING_TAG)) == 'string' ? tag\n // builtinTag case\n : CORRECT_ARGUMENTS ? classofRaw(O)\n // ES3 arguments fallback\n : (result = classofRaw(O)) == 'Object' && typeof O.callee == 'function' ? 'Arguments' : result;\n};\n","'use strict';\n\nvar fails = require('./fails');\n\n// babel-minify transpiles RegExp('a', 'y') -> /a/y and it causes SyntaxError,\n// so we use an intermediate function.\nfunction RE(s, f) {\n return RegExp(s, f);\n}\n\nexports.UNSUPPORTED_Y = fails(function () {\n // babel-minify transpiles RegExp('a', 'y') -> /a/y and it causes SyntaxError\n var re = RE('a', 'y');\n re.lastIndex = 2;\n return re.exec('abcd') != null;\n});\n\nexports.BROKEN_CARET = fails(function () {\n // https://bugzilla.mozilla.org/show_bug.cgi?id=773687\n var re = RE('^r', 'gy');\n re.lastIndex = 2;\n return re.exec('str') != null;\n});\n","'use strict';\nvar redefine = require('../internals/redefine');\nvar anObject = require('../internals/an-object');\nvar fails = require('../internals/fails');\nvar flags = require('../internals/regexp-flags');\n\nvar TO_STRING = 'toString';\nvar RegExpPrototype = RegExp.prototype;\nvar nativeToString = RegExpPrototype[TO_STRING];\n\nvar NOT_GENERIC = fails(function () { return nativeToString.call({ source: 'a', flags: 'b' }) != '/a/b'; });\n// FF44- RegExp#toString has a wrong name\nvar INCORRECT_NAME = nativeToString.name != TO_STRING;\n\n// `RegExp.prototype.toString` method\n// https://tc39.es/ecma262/#sec-regexp.prototype.tostring\nif (NOT_GENERIC || INCORRECT_NAME) {\n redefine(RegExp.prototype, TO_STRING, function toString() {\n var R = anObject(this);\n var p = String(R.source);\n var rf = R.flags;\n var f = String(rf === undefined && R instanceof RegExp && !('flags' in RegExpPrototype) ? flags.call(R) : rf);\n return '/' + p + '/' + f;\n }, { unsafe: true });\n}\n","'use strict';\nvar fixRegExpWellKnownSymbolLogic = require('../internals/fix-regexp-well-known-symbol-logic');\nvar anObject = require('../internals/an-object');\nvar toLength = require('../internals/to-length');\nvar toInteger = require('../internals/to-integer');\nvar requireObjectCoercible = require('../internals/require-object-coercible');\nvar advanceStringIndex = require('../internals/advance-string-index');\nvar getSubstitution = require('../internals/get-substitution');\nvar regExpExec = require('../internals/regexp-exec-abstract');\n\nvar max = Math.max;\nvar min = Math.min;\n\nvar maybeToString = function (it) {\n return it === undefined ? it : String(it);\n};\n\n// @@replace logic\nfixRegExpWellKnownSymbolLogic('replace', 2, function (REPLACE, nativeReplace, maybeCallNative, reason) {\n var REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE = reason.REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE;\n var REPLACE_KEEPS_$0 = reason.REPLACE_KEEPS_$0;\n var UNSAFE_SUBSTITUTE = REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE ? '$' : '$0';\n\n return [\n // `String.prototype.replace` method\n // https://tc39.es/ecma262/#sec-string.prototype.replace\n function replace(searchValue, replaceValue) {\n var O = requireObjectCoercible(this);\n var replacer = searchValue == undefined ? undefined : searchValue[REPLACE];\n return replacer !== undefined\n ? replacer.call(searchValue, O, replaceValue)\n : nativeReplace.call(String(O), searchValue, replaceValue);\n },\n // `RegExp.prototype[@@replace]` method\n // https://tc39.es/ecma262/#sec-regexp.prototype-@@replace\n function (regexp, replaceValue) {\n if (\n (!REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE && REPLACE_KEEPS_$0) ||\n (typeof replaceValue === 'string' && replaceValue.indexOf(UNSAFE_SUBSTITUTE) === -1)\n ) {\n var res = maybeCallNative(nativeReplace, regexp, this, replaceValue);\n if (res.done) return res.value;\n }\n\n var rx = anObject(regexp);\n var S = String(this);\n\n var functionalReplace = typeof replaceValue === 'function';\n if (!functionalReplace) replaceValue = String(replaceValue);\n\n var global = rx.global;\n if (global) {\n var fullUnicode = rx.unicode;\n rx.lastIndex = 0;\n }\n var results = [];\n while (true) {\n var result = regExpExec(rx, S);\n if (result === null) break;\n\n results.push(result);\n if (!global) break;\n\n var matchStr = String(result[0]);\n if (matchStr === '') rx.lastIndex = advanceStringIndex(S, toLength(rx.lastIndex), fullUnicode);\n }\n\n var accumulatedResult = '';\n var nextSourcePosition = 0;\n for (var i = 0; i < results.length; i++) {\n result = results[i];\n\n var matched = String(result[0]);\n var position = max(min(toInteger(result.index), S.length), 0);\n var captures = [];\n // NOTE: This is equivalent to\n // captures = result.slice(1).map(maybeToString)\n // but for some reason `nativeSlice.call(result, 1, result.length)` (called in\n // the slice polyfill when slicing native arrays) \"doesn't work\" in safari 9 and\n // causes a crash (https://pastebin.com/N21QzeQA) when trying to debug it.\n for (var j = 1; j < result.length; j++) captures.push(maybeToString(result[j]));\n var namedCaptures = result.groups;\n if (functionalReplace) {\n var replacerArgs = [matched].concat(captures, position, S);\n if (namedCaptures !== undefined) replacerArgs.push(namedCaptures);\n var replacement = String(replaceValue.apply(undefined, replacerArgs));\n } else {\n replacement = getSubstitution(matched, S, position, captures, namedCaptures, replaceValue);\n }\n if (position >= nextSourcePosition) {\n accumulatedResult += S.slice(nextSourcePosition, position) + replacement;\n nextSourcePosition = position + matched.length;\n }\n }\n return accumulatedResult + S.slice(nextSourcePosition);\n }\n ];\n});\n","'use strict';\n// TODO: Remove from `core-js@4` since it's moved to entry points\nrequire('../modules/es.regexp.exec');\nvar redefine = require('../internals/redefine');\nvar regexpExec = require('../internals/regexp-exec');\nvar fails = require('../internals/fails');\nvar wellKnownSymbol = require('../internals/well-known-symbol');\nvar createNonEnumerableProperty = require('../internals/create-non-enumerable-property');\n\nvar SPECIES = wellKnownSymbol('species');\nvar RegExpPrototype = RegExp.prototype;\n\nvar REPLACE_SUPPORTS_NAMED_GROUPS = !fails(function () {\n // #replace needs built-in support for named groups.\n // #match works fine because it just return the exec results, even if it has\n // a \"grops\" property.\n var re = /./;\n re.exec = function () {\n var result = [];\n result.groups = { a: '7' };\n return result;\n };\n return ''.replace(re, '$<a>') !== '7';\n});\n\n// IE <= 11 replaces $0 with the whole match, as if it was $&\n// https://stackoverflow.com/questions/6024666/getting-ie-to-replace-a-regex-with-the-literal-string-0\nvar REPLACE_KEEPS_$0 = (function () {\n // eslint-disable-next-line regexp/prefer-escape-replacement-dollar-char -- required for testing\n return 'a'.replace(/./, '$0') === '$0';\n})();\n\nvar REPLACE = wellKnownSymbol('replace');\n// Safari <= 13.0.3(?) substitutes nth capture where n>m with an empty string\nvar REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE = (function () {\n if (/./[REPLACE]) {\n return /./[REPLACE]('a', '$0') === '';\n }\n return false;\n})();\n\n// Chrome 51 has a buggy \"split\" implementation when RegExp#exec !== nativeExec\n// Weex JS has frozen built-in prototypes, so use try / catch wrapper\nvar SPLIT_WORKS_WITH_OVERWRITTEN_EXEC = !fails(function () {\n // eslint-disable-next-line regexp/no-empty-group -- required for testing\n var re = /(?:)/;\n var originalExec = re.exec;\n re.exec = function () { return originalExec.apply(this, arguments); };\n var result = 'ab'.split(re);\n return result.length !== 2 || result[0] !== 'a' || result[1] !== 'b';\n});\n\nmodule.exports = function (KEY, length, exec, sham) {\n var SYMBOL = wellKnownSymbol(KEY);\n\n var DELEGATES_TO_SYMBOL = !fails(function () {\n // String methods call symbol-named RegEp methods\n var O = {};\n O[SYMBOL] = function () { return 7; };\n return ''[KEY](O) != 7;\n });\n\n var DELEGATES_TO_EXEC = DELEGATES_TO_SYMBOL && !fails(function () {\n // Symbol-named RegExp methods call .exec\n var execCalled = false;\n var re = /a/;\n\n if (KEY === 'split') {\n // We can't use real regex here since it causes deoptimization\n // and serious performance degradation in V8\n // https://github.com/zloirock/core-js/issues/306\n re = {};\n // RegExp[@@split] doesn't call the regex's exec method, but first creates\n // a new one. We need to return the patched regex when creating the new one.\n re.constructor = {};\n re.constructor[SPECIES] = function () { return re; };\n re.flags = '';\n re[SYMBOL] = /./[SYMBOL];\n }\n\n re.exec = function () { execCalled = true; return null; };\n\n re[SYMBOL]('');\n return !execCalled;\n });\n\n if (\n !DELEGATES_TO_SYMBOL ||\n !DELEGATES_TO_EXEC ||\n (KEY === 'replace' && !(\n REPLACE_SUPPORTS_NAMED_GROUPS &&\n REPLACE_KEEPS_$0 &&\n !REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE\n )) ||\n (KEY === 'split' && !SPLIT_WORKS_WITH_OVERWRITTEN_EXEC)\n ) {\n var nativeRegExpMethod = /./[SYMBOL];\n var methods = exec(SYMBOL, ''[KEY], function (nativeMethod, regexp, str, arg2, forceStringMethod) {\n var $exec = regexp.exec;\n if ($exec === regexpExec || $exec === RegExpPrototype.exec) {\n if (DELEGATES_TO_SYMBOL && !forceStringMethod) {\n // The native String method already delegates to @@method (this\n // polyfilled function), leasing to infinite recursion.\n // We avoid it by directly calling the native @@method method.\n return { done: true, value: nativeRegExpMethod.call(regexp, str, arg2) };\n }\n return { done: true, value: nativeMethod.call(str, regexp, arg2) };\n }\n return { done: false };\n }, {\n REPLACE_KEEPS_$0: REPLACE_KEEPS_$0,\n REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE: REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE\n });\n var stringMethod = methods[0];\n var regexMethod = methods[1];\n\n redefine(String.prototype, KEY, stringMethod);\n redefine(RegExpPrototype, SYMBOL, length == 2\n // 21.2.5.8 RegExp.prototype[@@replace](string, replaceValue)\n // 21.2.5.11 RegExp.prototype[@@split](string, limit)\n ? function (string, arg) { return regexMethod.call(string, this, arg); }\n // 21.2.5.6 RegExp.prototype[@@match](string)\n // 21.2.5.9 RegExp.prototype[@@search](string)\n : function (string) { return regexMethod.call(string, this); }\n );\n }\n\n if (sham) createNonEnumerableProperty(RegExpPrototype[SYMBOL], 'sham', true);\n};\n","'use strict';\nvar charAt = require('../internals/string-multibyte').charAt;\n\n// `AdvanceStringIndex` abstract operation\n// https://tc39.es/ecma262/#sec-advancestringindex\nmodule.exports = function (S, index, unicode) {\n return index + (unicode ? charAt(S, index).length : 1);\n};\n","var toInteger = require('../internals/to-integer');\nvar requireObjectCoercible = require('../internals/require-object-coercible');\n\n// `String.prototype.{ codePointAt, at }` methods implementation\nvar createMethod = function (CONVERT_TO_STRING) {\n return function ($this, pos) {\n var S = String(requireObjectCoercible($this));\n var position = toInteger(pos);\n var size = S.length;\n var first, second;\n if (position < 0 || position >= size) return CONVERT_TO_STRING ? '' : undefined;\n first = S.charCodeAt(position);\n return first < 0xD800 || first > 0xDBFF || position + 1 === size\n || (second = S.charCodeAt(position + 1)) < 0xDC00 || second > 0xDFFF\n ? CONVERT_TO_STRING ? S.charAt(position) : first\n : CONVERT_TO_STRING ? S.slice(position, position + 2) : (first - 0xD800 << 10) + (second - 0xDC00) + 0x10000;\n };\n};\n\nmodule.exports = {\n // `String.prototype.codePointAt` method\n // https://tc39.es/ecma262/#sec-string.prototype.codepointat\n codeAt: createMethod(false),\n // `String.prototype.at` method\n // https://github.com/mathiasbynens/String.prototype.at\n charAt: createMethod(true)\n};\n","var toObject = require('../internals/to-object');\n\nvar floor = Math.floor;\nvar replace = ''.replace;\nvar SUBSTITUTION_SYMBOLS = /\\$([$&'`]|\\d{1,2}|<[^>]*>)/g;\nvar SUBSTITUTION_SYMBOLS_NO_NAMED = /\\$([$&'`]|\\d{1,2})/g;\n\n// `GetSubstitution` abstract operation\n// https://tc39.es/ecma262/#sec-getsubstitution\nmodule.exports = function (matched, str, position, captures, namedCaptures, replacement) {\n var tailPos = position + matched.length;\n var m = captures.length;\n var symbols = SUBSTITUTION_SYMBOLS_NO_NAMED;\n if (namedCaptures !== undefined) {\n namedCaptures = toObject(namedCaptures);\n symbols = SUBSTITUTION_SYMBOLS;\n }\n return replace.call(replacement, symbols, function (match, ch) {\n var capture;\n switch (ch.charAt(0)) {\n case '$': return '$';\n case '&': return matched;\n case '`': return str.slice(0, position);\n case \"'\": return str.slice(tailPos);\n case '<':\n capture = namedCaptures[ch.slice(1, -1)];\n break;\n default: // \\d\\d?\n var n = +ch;\n if (n === 0) return match;\n if (n > m) {\n var f = floor(n / 10);\n if (f === 0) return match;\n if (f <= m) return captures[f - 1] === undefined ? ch.charAt(1) : captures[f - 1] + ch.charAt(1);\n return match;\n }\n capture = captures[n - 1];\n }\n return capture === undefined ? '' : capture;\n });\n};\n","var classof = require('./classof-raw');\nvar regexpExec = require('./regexp-exec');\n\n// `RegExpExec` abstract operation\n// https://tc39.es/ecma262/#sec-regexpexec\nmodule.exports = function (R, S) {\n var exec = R.exec;\n if (typeof exec === 'function') {\n var result = exec.call(R, S);\n if (typeof result !== 'object') {\n throw TypeError('RegExp exec method returned something other than an Object or null');\n }\n return result;\n }\n\n if (classof(R) !== 'RegExp') {\n throw TypeError('RegExp#exec called on incompatible receiver');\n }\n\n return regexpExec.call(R, S);\n};\n\n","/**\n * Copyright (c) 2015\n *\n * @author John Molakvoæ <skjnldsv@protonmail.com>\n * @author Vincent Petry <vincent@nextcloud.com>\n *\n * @license GNU AGPL version 3 or any later version\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see <http://www.gnu.org/licenses/>.\n *\n */\n\n/* eslint-disable */\n(function(OC) {\n\n\tfunction filterFunction(model, term) {\n\t\treturn model.get('name').substr(0, term.length).toLowerCase() === term.toLowerCase()\n\t}\n\n\t/**\n\t * @class OCA.SystemTags.SystemTagsCollection\n\t * @classdesc\n\t *\n\t * Collection of tags assigned to a file\n\t *\n\t */\n\tvar SystemTagsCollection = OC.Backbone.Collection.extend(\n\t\t/** @lends OC.SystemTags.SystemTagsCollection.prototype */ {\n\n\t\t\tsync: OC.Backbone.davSync,\n\n\t\t\tmodel: OC.SystemTags.SystemTagModel,\n\n\t\t\turl: function() {\n\t\t\t\treturn OC.linkToRemote('dav') + '/systemtags/'\n\t\t\t},\n\n\t\t\tfilterByName: function(name) {\n\t\t\t\treturn this.filter(function(model) {\n\t\t\t\t\treturn filterFunction(model, name)\n\t\t\t\t})\n\t\t\t},\n\n\t\t\treset: function() {\n\t\t\t\tthis.fetched = false\n\t\t\t\treturn OC.Backbone.Collection.prototype.reset.apply(this, arguments)\n\t\t\t},\n\n\t\t\t/**\n\t\t * Lazy fetch.\n\t\t * Only fetches once, subsequent calls will directly call the success handler.\n\t\t *\n\t\t * @param options\n\t\t * @param [options.force] true to force fetch even if cached entries exist\n\t\t *\n\t\t * @see Backbone.Collection#fetch\n\t\t */\n\t\t\tfetch: function(options) {\n\t\t\t\tvar self = this\n\t\t\t\toptions = options || {}\n\t\t\t\tif (this.fetched || options.force) {\n\t\t\t\t// directly call handler\n\t\t\t\t\tif (options.success) {\n\t\t\t\t\t\toptions.success(this, null, options)\n\t\t\t\t\t}\n\t\t\t\t\t// trigger sync event\n\t\t\t\t\tthis.trigger('sync', this, null, options)\n\t\t\t\t\treturn Promise.resolve()\n\t\t\t\t}\n\n\t\t\t\tvar success = options.success\n\t\t\t\toptions = _.extend({}, options)\n\t\t\t\toptions.success = function() {\n\t\t\t\t\tself.fetched = true\n\t\t\t\t\tif (success) {\n\t\t\t\t\t\treturn success.apply(this, arguments)\n\t\t\t\t\t}\n\t\t\t\t}\n\n\t\t\t\treturn OC.Backbone.Collection.prototype.fetch.call(this, options)\n\t\t\t}\n\t\t})\n\n\tOC.SystemTags = OC.SystemTags || {}\n\tOC.SystemTags.SystemTagsCollection = SystemTagsCollection\n\n\t/**\n\t * @type OC.SystemTags.SystemTagsCollection\n\t */\n\tOC.SystemTags.collection = new OC.SystemTags.SystemTagsCollection()\n})(OC)\n","'use strict';\n\nexports.__esModule = true;\n// istanbul ignore next\n\nfunction _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { 'default': obj }; }\n\n// istanbul ignore next\n\nfunction _interopRequireWildcard(obj) { if (obj && obj.__esModule) { return obj; } else { var newObj = {}; if (obj != null) { for (var key in obj) { if (Object.prototype.hasOwnProperty.call(obj, key)) newObj[key] = obj[key]; } } newObj['default'] = obj; return newObj; } }\n\nvar _handlebarsBase = require('./handlebars/base');\n\nvar base = _interopRequireWildcard(_handlebarsBase);\n\n// Each of these augment the Handlebars object. No need to setup here.\n// (This is done to easily share code between commonjs and browse envs)\n\nvar _handlebarsSafeString = require('./handlebars/safe-string');\n\nvar _handlebarsSafeString2 = _interopRequireDefault(_handlebarsSafeString);\n\nvar _handlebarsException = require('./handlebars/exception');\n\nvar _handlebarsException2 = _interopRequireDefault(_handlebarsException);\n\nvar _handlebarsUtils = require('./handlebars/utils');\n\nvar Utils = _interopRequireWildcard(_handlebarsUtils);\n\nvar _handlebarsRuntime = require('./handlebars/runtime');\n\nvar runtime = _interopRequireWildcard(_handlebarsRuntime);\n\nvar _handlebarsNoConflict = require('./handlebars/no-conflict');\n\nvar _handlebarsNoConflict2 = _interopRequireDefault(_handlebarsNoConflict);\n\n// For compatibility and usage outside of module systems, make the Handlebars object a namespace\nfunction create() {\n var hb = new base.HandlebarsEnvironment();\n\n Utils.extend(hb, base);\n hb.SafeString = _handlebarsSafeString2['default'];\n hb.Exception = _handlebarsException2['default'];\n hb.Utils = Utils;\n hb.escapeExpression = Utils.escapeExpression;\n\n hb.VM = runtime;\n hb.template = function (spec) {\n return runtime.template(spec, hb);\n };\n\n return hb;\n}\n\nvar inst = create();\ninst.create = create;\n\n_handlebarsNoConflict2['default'](inst);\n\ninst['default'] = inst;\n\nexports['default'] = inst;\nmodule.exports = exports['default'];\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uL2xpYi9oYW5kbGViYXJzLnJ1bnRpbWUuanMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6Ijs7Ozs7Ozs7Ozs7OEJBQXNCLG1CQUFtQjs7SUFBN0IsSUFBSTs7Ozs7b0NBSU8sMEJBQTBCOzs7O21DQUMzQix3QkFBd0I7Ozs7K0JBQ3ZCLG9CQUFvQjs7SUFBL0IsS0FBSzs7aUNBQ1Esc0JBQXNCOztJQUFuQyxPQUFPOztvQ0FFSSwwQkFBMEI7Ozs7O0FBR2pELFNBQVMsTUFBTSxHQUFHO0FBQ2hCLE1BQUksRUFBRSxHQUFHLElBQUksSUFBSSxDQUFDLHFCQUFxQixFQUFFLENBQUM7O0FBRTFDLE9BQUssQ0FBQyxNQUFNLENBQUMsRUFBRSxFQUFFLElBQUksQ0FBQyxDQUFDO0FBQ3ZCLElBQUUsQ0FBQyxVQUFVLG9DQUFhLENBQUM7QUFDM0IsSUFBRSxDQUFDLFNBQVMsbUNBQVksQ0FBQztBQUN6QixJQUFFLENBQUMsS0FBSyxHQUFHLEtBQUssQ0FBQztBQUNqQixJQUFFLENBQUMsZ0JBQWdCLEdBQUcsS0FBSyxDQUFDLGdCQUFnQixDQUFDOztBQUU3QyxJQUFFLENBQUMsRUFBRSxHQUFHLE9BQU8sQ0FBQztBQUNoQixJQUFFLENBQUMsUUFBUSxHQUFHLFVBQVMsSUFBSSxFQUFFO0FBQzNCLFdBQU8sT0FBTyxDQUFDLFFBQVEsQ0FBQyxJQUFJLEVBQUUsRUFBRSxDQUFDLENBQUM7R0FDbkMsQ0FBQzs7QUFFRixTQUFPLEVBQUUsQ0FBQztDQUNYOztBQUVELElBQUksSUFBSSxHQUFHLE1BQU0sRUFBRSxDQUFDO0FBQ3BCLElBQUksQ0FBQyxNQUFNLEdBQUcsTUFBTSxDQUFDOztBQUVyQixrQ0FBVyxJQUFJLENBQUMsQ0FBQzs7QUFFakIsSUFBSSxDQUFDLFNBQVMsQ0FBQyxHQUFHLElBQUksQ0FBQzs7cUJBRVIsSUFBSSIsImZpbGUiOiJoYW5kbGViYXJzLnJ1bnRpbWUuanMiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgKiBhcyBiYXNlIGZyb20gJy4vaGFuZGxlYmFycy9iYXNlJztcblxuLy8gRWFjaCBvZiB0aGVzZSBhdWdtZW50IHRoZSBIYW5kbGViYXJzIG9iamVjdC4gTm8gbmVlZCB0byBzZXR1cCBoZXJlLlxuLy8gKFRoaXMgaXMgZG9uZSB0byBlYXNpbHkgc2hhcmUgY29kZSBiZXR3ZWVuIGNvbW1vbmpzIGFuZCBicm93c2UgZW52cylcbmltcG9ydCBTYWZlU3RyaW5nIGZyb20gJy4vaGFuZGxlYmFycy9zYWZlLXN0cmluZyc7XG5pbXBvcnQgRXhjZXB0aW9uIGZyb20gJy4vaGFuZGxlYmFycy9leGNlcHRpb24nO1xuaW1wb3J0ICogYXMgVXRpbHMgZnJvbSAnLi9oYW5kbGViYXJzL3V0aWxzJztcbmltcG9ydCAqIGFzIHJ1bnRpbWUgZnJvbSAnLi9oYW5kbGViYXJzL3J1bnRpbWUnO1xuXG5pbXBvcnQgbm9Db25mbGljdCBmcm9tICcuL2hhbmRsZWJhcnMvbm8tY29uZmxpY3QnO1xuXG4vLyBGb3IgY29tcGF0aWJpbGl0eSBhbmQgdXNhZ2Ugb3V0c2lkZSBvZiBtb2R1bGUgc3lzdGVtcywgbWFrZSB0aGUgSGFuZGxlYmFycyBvYmplY3QgYSBuYW1lc3BhY2VcbmZ1bmN0aW9uIGNyZWF0ZSgpIHtcbiAgbGV0IGhiID0gbmV3IGJhc2UuSGFuZGxlYmFyc0Vudmlyb25tZW50KCk7XG5cbiAgVXRpbHMuZXh0ZW5kKGhiLCBiYXNlKTtcbiAgaGIuU2FmZVN0cmluZyA9IFNhZmVTdHJpbmc7XG4gIGhiLkV4Y2VwdGlvbiA9IEV4Y2VwdGlvbjtcbiAgaGIuVXRpbHMgPSBVdGlscztcbiAgaGIuZXNjYXBlRXhwcmVzc2lvbiA9IFV0aWxzLmVzY2FwZUV4cHJlc3Npb247XG5cbiAgaGIuVk0gPSBydW50aW1lO1xuICBoYi50ZW1wbGF0ZSA9IGZ1bmN0aW9uKHNwZWMpIHtcbiAgICByZXR1cm4gcnVudGltZS50ZW1wbGF0ZShzcGVjLCBoYik7XG4gIH07XG5cbiAgcmV0dXJuIGhiO1xufVxuXG5sZXQgaW5zdCA9IGNyZWF0ZSgpO1xuaW5zdC5jcmVhdGUgPSBjcmVhdGU7XG5cbm5vQ29uZmxpY3QoaW5zdCk7XG5cbmluc3RbJ2RlZmF1bHQnXSA9IGluc3Q7XG5cbmV4cG9ydCBkZWZhdWx0IGluc3Q7XG4iXX0=\n","'use strict';\n\nexports.__esModule = true;\n\nvar _utils = require('../utils');\n\nexports['default'] = function (instance) {\n instance.registerHelper('blockHelperMissing', function (context, options) {\n var inverse = options.inverse,\n fn = options.fn;\n\n if (context === true) {\n return fn(this);\n } else if (context === false || context == null) {\n return inverse(this);\n } else if (_utils.isArray(context)) {\n if (context.length > 0) {\n if (options.ids) {\n options.ids = [options.name];\n }\n\n return instance.helpers.each(context, options);\n } else {\n return inverse(this);\n }\n } else {\n if (options.data && options.ids) {\n var data = _utils.createFrame(options.data);\n data.contextPath = _utils.appendContextPath(options.data.contextPath, options.name);\n options = { data: data };\n }\n\n return fn(context, options);\n }\n });\n};\n\nmodule.exports = exports['default'];\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uL2xpYi9oYW5kbGViYXJzL2hlbHBlcnMvYmxvY2staGVscGVyLW1pc3NpbmcuanMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6Ijs7OztxQkFBd0QsVUFBVTs7cUJBRW5ELFVBQVMsUUFBUSxFQUFFO0FBQ2hDLFVBQVEsQ0FBQyxjQUFjLENBQUMsb0JBQW9CLEVBQUUsVUFBUyxPQUFPLEVBQUUsT0FBTyxFQUFFO0FBQ3ZFLFFBQUksT0FBTyxHQUFHLE9BQU8sQ0FBQyxPQUFPO1FBQzNCLEVBQUUsR0FBRyxPQUFPLENBQUMsRUFBRSxDQUFDOztBQUVsQixRQUFJLE9BQU8sS0FBSyxJQUFJLEVBQUU7QUFDcEIsYUFBTyxFQUFFLENBQUMsSUFBSSxDQUFDLENBQUM7S0FDakIsTUFBTSxJQUFJLE9BQU8sS0FBSyxLQUFLLElBQUksT0FBTyxJQUFJLElBQUksRUFBRTtBQUMvQyxhQUFPLE9BQU8sQ0FBQyxJQUFJLENBQUMsQ0FBQztLQUN0QixNQUFNLElBQUksZUFBUSxPQUFPLENBQUMsRUFBRTtBQUMzQixVQUFJLE9BQU8sQ0FBQyxNQUFNLEdBQUcsQ0FBQyxFQUFFO0FBQ3RCLFlBQUksT0FBTyxDQUFDLEdBQUcsRUFBRTtBQUNmLGlCQUFPLENBQUMsR0FBRyxHQUFHLENBQUMsT0FBTyxDQUFDLElBQUksQ0FBQyxDQUFDO1NBQzlCOztBQUVELGVBQU8sUUFBUSxDQUFDLE9BQU8sQ0FBQyxJQUFJLENBQUMsT0FBTyxFQUFFLE9BQU8sQ0FBQyxDQUFDO09BQ2hELE1BQU07QUFDTCxlQUFPLE9BQU8sQ0FBQyxJQUFJLENBQUMsQ0FBQztPQUN0QjtLQUNGLE1BQU07QUFDTCxVQUFJLE9BQU8sQ0FBQyxJQUFJLElBQUksT0FBTyxDQUFDLEdBQUcsRUFBRTtBQUMvQixZQUFJLElBQUksR0FBRyxtQkFBWSxPQUFPLENBQUMsSUFBSSxDQUFDLENBQUM7QUFDckMsWUFBSSxDQUFDLFdBQVcsR0FBRyx5QkFDakIsT0FBTyxDQUFDLElBQUksQ0FBQyxXQUFXLEVBQ3hCLE9BQU8sQ0FBQyxJQUFJLENBQ2IsQ0FBQztBQUNGLGVBQU8sR0FBRyxFQUFFLElBQUksRUFBRSxJQUFJLEVBQUUsQ0FBQztPQUMxQjs7QUFFRCxhQUFPLEVBQUUsQ0FBQyxPQUFPLEVBQUUsT0FBTyxDQUFDLENBQUM7S0FDN0I7R0FDRixDQUFDLENBQUM7Q0FDSiIsImZpbGUiOiJibG9jay1oZWxwZXItbWlzc2luZy5qcyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IGFwcGVuZENvbnRleHRQYXRoLCBjcmVhdGVGcmFtZSwgaXNBcnJheSB9IGZyb20gJy4uL3V0aWxzJztcblxuZXhwb3J0IGRlZmF1bHQgZnVuY3Rpb24oaW5zdGFuY2UpIHtcbiAgaW5zdGFuY2UucmVnaXN0ZXJIZWxwZXIoJ2Jsb2NrSGVscGVyTWlzc2luZycsIGZ1bmN0aW9uKGNvbnRleHQsIG9wdGlvbnMpIHtcbiAgICBsZXQgaW52ZXJzZSA9IG9wdGlvbnMuaW52ZXJzZSxcbiAgICAgIGZuID0gb3B0aW9ucy5mbjtcblxuICAgIGlmIChjb250ZXh0ID09PSB0cnVlKSB7XG4gICAgICByZXR1cm4gZm4odGhpcyk7XG4gICAgfSBlbHNlIGlmIChjb250ZXh0ID09PSBmYWxzZSB8fCBjb250ZXh0ID09IG51bGwpIHtcbiAgICAgIHJldHVybiBpbnZlcnNlKHRoaXMpO1xuICAgIH0gZWxzZSBpZiAoaXNBcnJheShjb250ZXh0KSkge1xuICAgICAgaWYgKGNvbnRleHQubGVuZ3RoID4gMCkge1xuICAgICAgICBpZiAob3B0aW9ucy5pZHMpIHtcbiAgICAgICAgICBvcHRpb25zLmlkcyA9IFtvcHRpb25zLm5hbWVdO1xuICAgICAgICB9XG5cbiAgICAgICAgcmV0dXJuIGluc3RhbmNlLmhlbHBlcnMuZWFjaChjb250ZXh0LCBvcHRpb25zKTtcbiAgICAgIH0gZWxzZSB7XG4gICAgICAgIHJldHVybiBpbnZlcnNlKHRoaXMpO1xuICAgICAgfVxuICAgIH0gZWxzZSB7XG4gICAgICBpZiAob3B0aW9ucy5kYXRhICYmIG9wdGlvbnMuaWRzKSB7XG4gICAgICAgIGxldCBkYXRhID0gY3JlYXRlRnJhbWUob3B0aW9ucy5kYXRhKTtcbiAgICAgICAgZGF0YS5jb250ZXh0UGF0aCA9IGFwcGVuZENvbnRleHRQYXRoKFxuICAgICAgICAgIG9wdGlvbnMuZGF0YS5jb250ZXh0UGF0aCxcbiAgICAgICAgICBvcHRpb25zLm5hbWVcbiAgICAgICAgKTtcbiAgICAgICAgb3B0aW9ucyA9IHsgZGF0YTogZGF0YSB9O1xuICAgICAgfVxuXG4gICAgICByZXR1cm4gZm4oY29udGV4dCwgb3B0aW9ucyk7XG4gICAgfVxuICB9KTtcbn1cbiJdfQ==\n","'use strict';\n\nexports.__esModule = true;\n// istanbul ignore next\n\nfunction _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { 'default': obj }; }\n\nvar _utils = require('../utils');\n\nvar _exception = require('../exception');\n\nvar _exception2 = _interopRequireDefault(_exception);\n\nexports['default'] = function (instance) {\n instance.registerHelper('each', function (context, options) {\n if (!options) {\n throw new _exception2['default']('Must pass iterator to #each');\n }\n\n var fn = options.fn,\n inverse = options.inverse,\n i = 0,\n ret = '',\n data = undefined,\n contextPath = undefined;\n\n if (options.data && options.ids) {\n contextPath = _utils.appendContextPath(options.data.contextPath, options.ids[0]) + '.';\n }\n\n if (_utils.isFunction(context)) {\n context = context.call(this);\n }\n\n if (options.data) {\n data = _utils.createFrame(options.data);\n }\n\n function execIteration(field, index, last) {\n if (data) {\n data.key = field;\n data.index = index;\n data.first = index === 0;\n data.last = !!last;\n\n if (contextPath) {\n data.contextPath = contextPath + field;\n }\n }\n\n ret = ret + fn(context[field], {\n data: data,\n blockParams: _utils.blockParams([context[field], field], [contextPath + field, null])\n });\n }\n\n if (context && typeof context === 'object') {\n if (_utils.isArray(context)) {\n for (var j = context.length; i < j; i++) {\n if (i in context) {\n execIteration(i, i, i === context.length - 1);\n }\n }\n } else if (global.Symbol && context[global.Symbol.iterator]) {\n var newContext = [];\n var iterator = context[global.Symbol.iterator]();\n for (var it = iterator.next(); !it.done; it = iterator.next()) {\n newContext.push(it.value);\n }\n context = newContext;\n for (var j = context.length; i < j; i++) {\n execIteration(i, i, i === context.length - 1);\n }\n } else {\n (function () {\n var priorKey = undefined;\n\n Object.keys(context).forEach(function (key) {\n // We're running the iterations one step out of sync so we can detect\n // the last iteration without have to scan the object twice and create\n // an itermediate keys array.\n if (priorKey !== undefined) {\n execIteration(priorKey, i - 1);\n }\n priorKey = key;\n i++;\n });\n if (priorKey !== undefined) {\n execIteration(priorKey, i - 1, true);\n }\n })();\n }\n }\n\n if (i === 0) {\n ret = inverse(this);\n }\n\n return ret;\n });\n};\n\nmodule.exports = exports['default'];\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uL2xpYi9oYW5kbGViYXJzL2hlbHBlcnMvZWFjaC5qcyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiOzs7Ozs7O3FCQU1PLFVBQVU7O3lCQUNLLGNBQWM7Ozs7cUJBRXJCLFVBQVMsUUFBUSxFQUFFO0FBQ2hDLFVBQVEsQ0FBQyxjQUFjLENBQUMsTUFBTSxFQUFFLFVBQVMsT0FBTyxFQUFFLE9BQU8sRUFBRTtBQUN6RCxRQUFJLENBQUMsT0FBTyxFQUFFO0FBQ1osWUFBTSwyQkFBYyw2QkFBNkIsQ0FBQyxDQUFDO0tBQ3BEOztBQUVELFFBQUksRUFBRSxHQUFHLE9BQU8sQ0FBQyxFQUFFO1FBQ2pCLE9BQU8sR0FBRyxPQUFPLENBQUMsT0FBTztRQUN6QixDQUFDLEdBQUcsQ0FBQztRQUNMLEdBQUcsR0FBRyxFQUFFO1FBQ1IsSUFBSSxZQUFBO1FBQ0osV0FBVyxZQUFBLENBQUM7O0FBRWQsUUFBSSxPQUFPLENBQUMsSUFBSSxJQUFJLE9BQU8sQ0FBQyxHQUFHLEVBQUU7QUFDL0IsaUJBQVcsR0FDVCx5QkFBa0IsT0FBTyxDQUFDLElBQUksQ0FBQyxXQUFXLEVBQUUsT0FBTyxDQUFDLEdBQUcsQ0FBQyxDQUFDLENBQUMsQ0FBQyxHQUFHLEdBQUcsQ0FBQztLQUNyRTs7QUFFRCxRQUFJLGtCQUFXLE9BQU8sQ0FBQyxFQUFFO0FBQ3ZCLGFBQU8sR0FBRyxPQUFPLENBQUMsSUFBSSxDQUFDLElBQUksQ0FBQyxDQUFDO0tBQzlCOztBQUVELFFBQUksT0FBTyxDQUFDLElBQUksRUFBRTtBQUNoQixVQUFJLEdBQUcsbUJBQVksT0FBTyxDQUFDLElBQUksQ0FBQyxDQUFDO0tBQ2xDOztBQUVELGFBQVMsYUFBYSxDQUFDLEtBQUssRUFBRSxLQUFLLEVBQUUsSUFBSSxFQUFFO0FBQ3pDLFVBQUksSUFBSSxFQUFFO0FBQ1IsWUFBSSxDQUFDLEdBQUcsR0FBRyxLQUFLLENBQUM7QUFDakIsWUFBSSxDQUFDLEtBQUssR0FBRyxLQUFLLENBQUM7QUFDbkIsWUFBSSxDQUFDLEtBQUssR0FBRyxLQUFLLEtBQUssQ0FBQyxDQUFDO0FBQ3pCLFlBQUksQ0FBQyxJQUFJLEdBQUcsQ0FBQyxDQUFDLElBQUksQ0FBQzs7QUFFbkIsWUFBSSxXQUFXLEVBQUU7QUFDZixjQUFJLENBQUMsV0FBVyxHQUFHLFdBQVcsR0FBRyxLQUFLLENBQUM7U0FDeEM7T0FDRjs7QUFFRCxTQUFHLEdBQ0QsR0FBRyxHQUNILEVBQUUsQ0FBQyxPQUFPLENBQUMsS0FBSyxDQUFDLEVBQUU7QUFDakIsWUFBSSxFQUFFLElBQUk7QUFDVixtQkFBVyxFQUFFLG1CQUNYLENBQUMsT0FBTyxDQUFDLEtBQUssQ0FBQyxFQUFFLEtBQUssQ0FBQyxFQUN2QixDQUFDLFdBQVcsR0FBRyxLQUFLLEVBQUUsSUFBSSxDQUFDLENBQzVCO09BQ0YsQ0FBQyxDQUFDO0tBQ047O0FBRUQsUUFBSSxPQUFPLElBQUksT0FBTyxPQUFPLEtBQUssUUFBUSxFQUFFO0FBQzFDLFVBQUksZUFBUSxPQUFPLENBQUMsRUFBRTtBQUNwQixhQUFLLElBQUksQ0FBQyxHQUFHLE9BQU8sQ0FBQyxNQUFNLEVBQUUsQ0FBQyxHQUFHLENBQUMsRUFBRSxDQUFDLEVBQUUsRUFBRTtBQUN2QyxjQUFJLENBQUMsSUFBSSxPQUFPLEVBQUU7QUFDaEIseUJBQWEsQ0FBQyxDQUFDLEVBQUUsQ0FBQyxFQUFFLENBQUMsS0FBSyxPQUFPLENBQUMsTUFBTSxHQUFHLENBQUMsQ0FBQyxDQUFDO1dBQy9DO1NBQ0Y7T0FDRixNQUFNLElBQUksTUFBTSxDQUFDLE1BQU0sSUFBSSxPQUFPLENBQUMsTUFBTSxDQUFDLE1BQU0sQ0FBQyxRQUFRLENBQUMsRUFBRTtBQUMzRCxZQUFNLFVBQVUsR0FBRyxFQUFFLENBQUM7QUFDdEIsWUFBTSxRQUFRLEdBQUcsT0FBTyxDQUFDLE1BQU0sQ0FBQyxNQUFNLENBQUMsUUFBUSxDQUFDLEVBQUUsQ0FBQztBQUNuRCxhQUFLLElBQUksRUFBRSxHQUFHLFFBQVEsQ0FBQyxJQUFJLEVBQUUsRUFBRSxDQUFDLEVBQUUsQ0FBQyxJQUFJLEVBQUUsRUFBRSxHQUFHLFFBQVEsQ0FBQyxJQUFJLEVBQUUsRUFBRTtBQUM3RCxvQkFBVSxDQUFDLElBQUksQ0FBQyxFQUFFLENBQUMsS0FBSyxDQUFDLENBQUM7U0FDM0I7QUFDRCxlQUFPLEdBQUcsVUFBVSxDQUFDO0FBQ3JCLGFBQUssSUFBSSxDQUFDLEdBQUcsT0FBTyxDQUFDLE1BQU0sRUFBRSxDQUFDLEdBQUcsQ0FBQyxFQUFFLENBQUMsRUFBRSxFQUFFO0FBQ3ZDLHVCQUFhLENBQUMsQ0FBQyxFQUFFLENBQUMsRUFBRSxDQUFDLEtBQUssT0FBTyxDQUFDLE1BQU0sR0FBRyxDQUFDLENBQUMsQ0FBQztTQUMvQztPQUNGLE1BQU07O0FBQ0wsY0FBSSxRQUFRLFlBQUEsQ0FBQzs7QUFFYixnQkFBTSxDQUFDLElBQUksQ0FBQyxPQUFPLENBQUMsQ0FBQyxPQUFPLENBQUMsVUFBQSxHQUFHLEVBQUk7Ozs7QUFJbEMsZ0JBQUksUUFBUSxLQUFLLFNBQVMsRUFBRTtBQUMxQiwyQkFBYSxDQUFDLFFBQVEsRUFBRSxDQUFDLEdBQUcsQ0FBQyxDQUFDLENBQUM7YUFDaEM7QUFDRCxvQkFBUSxHQUFHLEdBQUcsQ0FBQztBQUNmLGFBQUMsRUFBRSxDQUFDO1dBQ0wsQ0FBQyxDQUFDO0FBQ0gsY0FBSSxRQUFRLEtBQUssU0FBUyxFQUFFO0FBQzFCLHlCQUFhLENBQUMsUUFBUSxFQUFFLENBQUMsR0FBRyxDQUFDLEVBQUUsSUFBSSxDQUFDLENBQUM7V0FDdEM7O09BQ0Y7S0FDRjs7QUFFRCxRQUFJLENBQUMsS0FBSyxDQUFDLEVBQUU7QUFDWCxTQUFHLEdBQUcsT0FBTyxDQUFDLElBQUksQ0FBQyxDQUFDO0tBQ3JCOztBQUVELFdBQU8sR0FBRyxDQUFDO0dBQ1osQ0FBQyxDQUFDO0NBQ0oiLCJmaWxlIjoiZWFjaC5qcyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7XG4gIGFwcGVuZENvbnRleHRQYXRoLFxuICBibG9ja1BhcmFtcyxcbiAgY3JlYXRlRnJhbWUsXG4gIGlzQXJyYXksXG4gIGlzRnVuY3Rpb25cbn0gZnJvbSAnLi4vdXRpbHMnO1xuaW1wb3J0IEV4Y2VwdGlvbiBmcm9tICcuLi9leGNlcHRpb24nO1xuXG5leHBvcnQgZGVmYXVsdCBmdW5jdGlvbihpbnN0YW5jZSkge1xuICBpbnN0YW5jZS5yZWdpc3RlckhlbHBlcignZWFjaCcsIGZ1bmN0aW9uKGNvbnRleHQsIG9wdGlvbnMpIHtcbiAgICBpZiAoIW9wdGlvbnMpIHtcbiAgICAgIHRocm93IG5ldyBFeGNlcHRpb24oJ011c3QgcGFzcyBpdGVyYXRvciB0byAjZWFjaCcpO1xuICAgIH1cblxuICAgIGxldCBmbiA9IG9wdGlvbnMuZm4sXG4gICAgICBpbnZlcnNlID0gb3B0aW9ucy5pbnZlcnNlLFxuICAgICAgaSA9IDAsXG4gICAgICByZXQgPSAnJyxcbiAgICAgIGRhdGEsXG4gICAgICBjb250ZXh0UGF0aDtcblxuICAgIGlmIChvcHRpb25zLmRhdGEgJiYgb3B0aW9ucy5pZHMpIHtcbiAgICAgIGNvbnRleHRQYXRoID1cbiAgICAgICAgYXBwZW5kQ29udGV4dFBhdGgob3B0aW9ucy5kYXRhLmNvbnRleHRQYXRoLCBvcHRpb25zLmlkc1swXSkgKyAnLic7XG4gICAgfVxuXG4gICAgaWYgKGlzRnVuY3Rpb24oY29udGV4dCkpIHtcbiAgICAgIGNvbnRleHQgPSBjb250ZXh0LmNhbGwodGhpcyk7XG4gICAgfVxuXG4gICAgaWYgKG9wdGlvbnMuZGF0YSkge1xuICAgICAgZGF0YSA9IGNyZWF0ZUZyYW1lKG9wdGlvbnMuZGF0YSk7XG4gICAgfVxuXG4gICAgZnVuY3Rpb24gZXhlY0l0ZXJhdGlvbihmaWVsZCwgaW5kZXgsIGxhc3QpIHtcbiAgICAgIGlmIChkYXRhKSB7XG4gICAgICAgIGRhdGEua2V5ID0gZmllbGQ7XG4gICAgICAgIGRhdGEuaW5kZXggPSBpbmRleDtcbiAgICAgICAgZGF0YS5maXJzdCA9IGluZGV4ID09PSAwO1xuICAgICAgICBkYXRhLmxhc3QgPSAhIWxhc3Q7XG5cbiAgICAgICAgaWYgKGNvbnRleHRQYXRoKSB7XG4gICAgICAgICAgZGF0YS5jb250ZXh0UGF0aCA9IGNvbnRleHRQYXRoICsgZmllbGQ7XG4gICAgICAgIH1cbiAgICAgIH1cblxuICAgICAgcmV0ID1cbiAgICAgICAgcmV0ICtcbiAgICAgICAgZm4oY29udGV4dFtmaWVsZF0sIHtcbiAgICAgICAgICBkYXRhOiBkYXRhLFxuICAgICAgICAgIGJsb2NrUGFyYW1zOiBibG9ja1BhcmFtcyhcbiAgICAgICAgICAgIFtjb250ZXh0W2ZpZWxkXSwgZmllbGRdLFxuICAgICAgICAgICAgW2NvbnRleHRQYXRoICsgZmllbGQsIG51bGxdXG4gICAgICAgICAgKVxuICAgICAgICB9KTtcbiAgICB9XG5cbiAgICBpZiAoY29udGV4dCAmJiB0eXBlb2YgY29udGV4dCA9PT0gJ29iamVjdCcpIHtcbiAgICAgIGlmIChpc0FycmF5KGNvbnRleHQpKSB7XG4gICAgICAgIGZvciAobGV0IGogPSBjb250ZXh0Lmxlbmd0aDsgaSA8IGo7IGkrKykge1xuICAgICAgICAgIGlmIChpIGluIGNvbnRleHQpIHtcbiAgICAgICAgICAgIGV4ZWNJdGVyYXRpb24oaSwgaSwgaSA9PT0gY29udGV4dC5sZW5ndGggLSAxKTtcbiAgICAgICAgICB9XG4gICAgICAgIH1cbiAgICAgIH0gZWxzZSBpZiAoZ2xvYmFsLlN5bWJvbCAmJiBjb250ZXh0W2dsb2JhbC5TeW1ib2wuaXRlcmF0b3JdKSB7XG4gICAgICAgIGNvbnN0IG5ld0NvbnRleHQgPSBbXTtcbiAgICAgICAgY29uc3QgaXRlcmF0b3IgPSBjb250ZXh0W2dsb2JhbC5TeW1ib2wuaXRlcmF0b3JdKCk7XG4gICAgICAgIGZvciAobGV0IGl0ID0gaXRlcmF0b3IubmV4dCgpOyAhaXQuZG9uZTsgaXQgPSBpdGVyYXRvci5uZXh0KCkpIHtcbiAgICAgICAgICBuZXdDb250ZXh0LnB1c2goaXQudmFsdWUpO1xuICAgICAgICB9XG4gICAgICAgIGNvbnRleHQgPSBuZXdDb250ZXh0O1xuICAgICAgICBmb3IgKGxldCBqID0gY29udGV4dC5sZW5ndGg7IGkgPCBqOyBpKyspIHtcbiAgICAgICAgICBleGVjSXRlcmF0aW9uKGksIGksIGkgPT09IGNvbnRleHQubGVuZ3RoIC0gMSk7XG4gICAgICAgIH1cbiAgICAgIH0gZWxzZSB7XG4gICAgICAgIGxldCBwcmlvcktleTtcblxuICAgICAgICBPYmplY3Qua2V5cyhjb250ZXh0KS5mb3JFYWNoKGtleSA9PiB7XG4gICAgICAgICAgLy8gV2UncmUgcnVubmluZyB0aGUgaXRlcmF0aW9ucyBvbmUgc3RlcCBvdXQgb2Ygc3luYyBzbyB3ZSBjYW4gZGV0ZWN0XG4gICAgICAgICAgLy8gdGhlIGxhc3QgaXRlcmF0aW9uIHdpdGhvdXQgaGF2ZSB0byBzY2FuIHRoZSBvYmplY3QgdHdpY2UgYW5kIGNyZWF0ZVxuICAgICAgICAgIC8vIGFuIGl0ZXJtZWRpYXRlIGtleXMgYXJyYXkuXG4gICAgICAgICAgaWYgKHByaW9yS2V5ICE9PSB1bmRlZmluZWQpIHtcbiAgICAgICAgICAgIGV4ZWNJdGVyYXRpb24ocHJpb3JLZXksIGkgLSAxKTtcbiAgICAgICAgICB9XG4gICAgICAgICAgcHJpb3JLZXkgPSBrZXk7XG4gICAgICAgICAgaSsrO1xuICAgICAgICB9KTtcbiAgICAgICAgaWYgKHByaW9yS2V5ICE9PSB1bmRlZmluZWQpIHtcbiAgICAgICAgICBleGVjSXRlcmF0aW9uKHByaW9yS2V5LCBpIC0gMSwgdHJ1ZSk7XG4gICAgICAgIH1cbiAgICAgIH1cbiAgICB9XG5cbiAgICBpZiAoaSA9PT0gMCkge1xuICAgICAgcmV0ID0gaW52ZXJzZSh0aGlzKTtcbiAgICB9XG5cbiAgICByZXR1cm4gcmV0O1xuICB9KTtcbn1cbiJdfQ==\n","'use strict';\n\nexports.__esModule = true;\n// istanbul ignore next\n\nfunction _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { 'default': obj }; }\n\nvar _exception = require('../exception');\n\nvar _exception2 = _interopRequireDefault(_exception);\n\nexports['default'] = function (instance) {\n instance.registerHelper('helperMissing', function () /* [args, ]options */{\n if (arguments.length === 1) {\n // A missing field in a {{foo}} construct.\n return undefined;\n } else {\n // Someone is actually trying to call something, blow up.\n throw new _exception2['default']('Missing helper: \"' + arguments[arguments.length - 1].name + '\"');\n }\n });\n};\n\nmodule.exports = exports['default'];\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uL2xpYi9oYW5kbGViYXJzL2hlbHBlcnMvaGVscGVyLW1pc3NpbmcuanMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6Ijs7Ozs7Ozt5QkFBc0IsY0FBYzs7OztxQkFFckIsVUFBUyxRQUFRLEVBQUU7QUFDaEMsVUFBUSxDQUFDLGNBQWMsQ0FBQyxlQUFlLEVBQUUsaUNBQWdDO0FBQ3ZFLFFBQUksU0FBUyxDQUFDLE1BQU0sS0FBSyxDQUFDLEVBQUU7O0FBRTFCLGFBQU8sU0FBUyxDQUFDO0tBQ2xCLE1BQU07O0FBRUwsWUFBTSwyQkFDSixtQkFBbUIsR0FBRyxTQUFTLENBQUMsU0FBUyxDQUFDLE1BQU0sR0FBRyxDQUFDLENBQUMsQ0FBQyxJQUFJLEdBQUcsR0FBRyxDQUNqRSxDQUFDO0tBQ0g7R0FDRixDQUFDLENBQUM7Q0FDSiIsImZpbGUiOiJoZWxwZXItbWlzc2luZy5qcyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCBFeGNlcHRpb24gZnJvbSAnLi4vZXhjZXB0aW9uJztcblxuZXhwb3J0IGRlZmF1bHQgZnVuY3Rpb24oaW5zdGFuY2UpIHtcbiAgaW5zdGFuY2UucmVnaXN0ZXJIZWxwZXIoJ2hlbHBlck1pc3NpbmcnLCBmdW5jdGlvbigvKiBbYXJncywgXW9wdGlvbnMgKi8pIHtcbiAgICBpZiAoYXJndW1lbnRzLmxlbmd0aCA9PT0gMSkge1xuICAgICAgLy8gQSBtaXNzaW5nIGZpZWxkIGluIGEge3tmb299fSBjb25zdHJ1Y3QuXG4gICAgICByZXR1cm4gdW5kZWZpbmVkO1xuICAgIH0gZWxzZSB7XG4gICAgICAvLyBTb21lb25lIGlzIGFjdHVhbGx5IHRyeWluZyB0byBjYWxsIHNvbWV0aGluZywgYmxvdyB1cC5cbiAgICAgIHRocm93IG5ldyBFeGNlcHRpb24oXG4gICAgICAgICdNaXNzaW5nIGhlbHBlcjogXCInICsgYXJndW1lbnRzW2FyZ3VtZW50cy5sZW5ndGggLSAxXS5uYW1lICsgJ1wiJ1xuICAgICAgKTtcbiAgICB9XG4gIH0pO1xufVxuIl19\n","'use strict';\n\nexports.__esModule = true;\n// istanbul ignore next\n\nfunction _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { 'default': obj }; }\n\nvar _utils = require('../utils');\n\nvar _exception = require('../exception');\n\nvar _exception2 = _interopRequireDefault(_exception);\n\nexports['default'] = function (instance) {\n instance.registerHelper('if', function (conditional, options) {\n if (arguments.length != 2) {\n throw new _exception2['default']('#if requires exactly one argument');\n }\n if (_utils.isFunction(conditional)) {\n conditional = conditional.call(this);\n }\n\n // Default behavior is to render the positive path if the value is truthy and not empty.\n // The `includeZero` option may be set to treat the condtional as purely not empty based on the\n // behavior of isEmpty. Effectively this determines if 0 is handled by the positive path or negative.\n if (!options.hash.includeZero && !conditional || _utils.isEmpty(conditional)) {\n return options.inverse(this);\n } else {\n return options.fn(this);\n }\n });\n\n instance.registerHelper('unless', function (conditional, options) {\n if (arguments.length != 2) {\n throw new _exception2['default']('#unless requires exactly one argument');\n }\n return instance.helpers['if'].call(this, conditional, {\n fn: options.inverse,\n inverse: options.fn,\n hash: options.hash\n });\n });\n};\n\nmodule.exports = exports['default'];\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uL2xpYi9oYW5kbGViYXJzL2hlbHBlcnMvaWYuanMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6Ijs7Ozs7OztxQkFBb0MsVUFBVTs7eUJBQ3hCLGNBQWM7Ozs7cUJBRXJCLFVBQVMsUUFBUSxFQUFFO0FBQ2hDLFVBQVEsQ0FBQyxjQUFjLENBQUMsSUFBSSxFQUFFLFVBQVMsV0FBVyxFQUFFLE9BQU8sRUFBRTtBQUMzRCxRQUFJLFNBQVMsQ0FBQyxNQUFNLElBQUksQ0FBQyxFQUFFO0FBQ3pCLFlBQU0sMkJBQWMsbUNBQW1DLENBQUMsQ0FBQztLQUMxRDtBQUNELFFBQUksa0JBQVcsV0FBVyxDQUFDLEVBQUU7QUFDM0IsaUJBQVcsR0FBRyxXQUFXLENBQUMsSUFBSSxDQUFDLElBQUksQ0FBQyxDQUFDO0tBQ3RDOzs7OztBQUtELFFBQUksQUFBQyxDQUFDLE9BQU8sQ0FBQyxJQUFJLENBQUMsV0FBVyxJQUFJLENBQUMsV0FBVyxJQUFLLGVBQVEsV0FBVyxDQUFDLEVBQUU7QUFDdkUsYUFBTyxPQUFPLENBQUMsT0FBTyxDQUFDLElBQUksQ0FBQyxDQUFDO0tBQzlCLE1BQU07QUFDTCxhQUFPLE9BQU8sQ0FBQyxFQUFFLENBQUMsSUFBSSxDQUFDLENBQUM7S0FDekI7R0FDRixDQUFDLENBQUM7O0FBRUgsVUFBUSxDQUFDLGNBQWMsQ0FBQyxRQUFRLEVBQUUsVUFBUyxXQUFXLEVBQUUsT0FBTyxFQUFFO0FBQy9ELFFBQUksU0FBUyxDQUFDLE1BQU0sSUFBSSxDQUFDLEVBQUU7QUFDekIsWUFBTSwyQkFBYyx1Q0FBdUMsQ0FBQyxDQUFDO0tBQzlEO0FBQ0QsV0FBTyxRQUFRLENBQUMsT0FBTyxDQUFDLElBQUksQ0FBQyxDQUFDLElBQUksQ0FBQyxJQUFJLEVBQUUsV0FBVyxFQUFFO0FBQ3BELFFBQUUsRUFBRSxPQUFPLENBQUMsT0FBTztBQUNuQixhQUFPLEVBQUUsT0FBTyxDQUFDLEVBQUU7QUFDbkIsVUFBSSxFQUFFLE9BQU8sQ0FBQyxJQUFJO0tBQ25CLENBQUMsQ0FBQztHQUNKLENBQUMsQ0FBQztDQUNKIiwiZmlsZSI6ImlmLmpzIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgaXNFbXB0eSwgaXNGdW5jdGlvbiB9IGZyb20gJy4uL3V0aWxzJztcbmltcG9ydCBFeGNlcHRpb24gZnJvbSAnLi4vZXhjZXB0aW9uJztcblxuZXhwb3J0IGRlZmF1bHQgZnVuY3Rpb24oaW5zdGFuY2UpIHtcbiAgaW5zdGFuY2UucmVnaXN0ZXJIZWxwZXIoJ2lmJywgZnVuY3Rpb24oY29uZGl0aW9uYWwsIG9wdGlvbnMpIHtcbiAgICBpZiAoYXJndW1lbnRzLmxlbmd0aCAhPSAyKSB7XG4gICAgICB0aHJvdyBuZXcgRXhjZXB0aW9uKCcjaWYgcmVxdWlyZXMgZXhhY3RseSBvbmUgYXJndW1lbnQnKTtcbiAgICB9XG4gICAgaWYgKGlzRnVuY3Rpb24oY29uZGl0aW9uYWwpKSB7XG4gICAgICBjb25kaXRpb25hbCA9IGNvbmRpdGlvbmFsLmNhbGwodGhpcyk7XG4gICAgfVxuXG4gICAgLy8gRGVmYXVsdCBiZWhhdmlvciBpcyB0byByZW5kZXIgdGhlIHBvc2l0aXZlIHBhdGggaWYgdGhlIHZhbHVlIGlzIHRydXRoeSBhbmQgbm90IGVtcHR5LlxuICAgIC8vIFRoZSBgaW5jbHVkZVplcm9gIG9wdGlvbiBtYXkgYmUgc2V0IHRvIHRyZWF0IHRoZSBjb25kdGlvbmFsIGFzIHB1cmVseSBub3QgZW1wdHkgYmFzZWQgb24gdGhlXG4gICAgLy8gYmVoYXZpb3Igb2YgaXNFbXB0eS4gRWZmZWN0aXZlbHkgdGhpcyBkZXRlcm1pbmVzIGlmIDAgaXMgaGFuZGxlZCBieSB0aGUgcG9zaXRpdmUgcGF0aCBvciBuZWdhdGl2ZS5cbiAgICBpZiAoKCFvcHRpb25zLmhhc2guaW5jbHVkZVplcm8gJiYgIWNvbmRpdGlvbmFsKSB8fCBpc0VtcHR5KGNvbmRpdGlvbmFsKSkge1xuICAgICAgcmV0dXJuIG9wdGlvbnMuaW52ZXJzZSh0aGlzKTtcbiAgICB9IGVsc2Uge1xuICAgICAgcmV0dXJuIG9wdGlvbnMuZm4odGhpcyk7XG4gICAgfVxuICB9KTtcblxuICBpbnN0YW5jZS5yZWdpc3RlckhlbHBlcigndW5sZXNzJywgZnVuY3Rpb24oY29uZGl0aW9uYWwsIG9wdGlvbnMpIHtcbiAgICBpZiAoYXJndW1lbnRzLmxlbmd0aCAhPSAyKSB7XG4gICAgICB0aHJvdyBuZXcgRXhjZXB0aW9uKCcjdW5sZXNzIHJlcXVpcmVzIGV4YWN0bHkgb25lIGFyZ3VtZW50Jyk7XG4gICAgfVxuICAgIHJldHVybiBpbnN0YW5jZS5oZWxwZXJzWydpZiddLmNhbGwodGhpcywgY29uZGl0aW9uYWwsIHtcbiAgICAgIGZuOiBvcHRpb25zLmludmVyc2UsXG4gICAgICBpbnZlcnNlOiBvcHRpb25zLmZuLFxuICAgICAgaGFzaDogb3B0aW9ucy5oYXNoXG4gICAgfSk7XG4gIH0pO1xufVxuIl19\n","'use strict';\n\nexports.__esModule = true;\n\nexports['default'] = function (instance) {\n instance.registerHelper('log', function () /* message, options */{\n var args = [undefined],\n options = arguments[arguments.length - 1];\n for (var i = 0; i < arguments.length - 1; i++) {\n args.push(arguments[i]);\n }\n\n var level = 1;\n if (options.hash.level != null) {\n level = options.hash.level;\n } else if (options.data && options.data.level != null) {\n level = options.data.level;\n }\n args[0] = level;\n\n instance.log.apply(instance, args);\n });\n};\n\nmodule.exports = exports['default'];\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uL2xpYi9oYW5kbGViYXJzL2hlbHBlcnMvbG9nLmpzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7Ozs7cUJBQWUsVUFBUyxRQUFRLEVBQUU7QUFDaEMsVUFBUSxDQUFDLGNBQWMsQ0FBQyxLQUFLLEVBQUUsa0NBQWlDO0FBQzlELFFBQUksSUFBSSxHQUFHLENBQUMsU0FBUyxDQUFDO1FBQ3BCLE9BQU8sR0FBRyxTQUFTLENBQUMsU0FBUyxDQUFDLE1BQU0sR0FBRyxDQUFDLENBQUMsQ0FBQztBQUM1QyxTQUFLLElBQUksQ0FBQyxHQUFHLENBQUMsRUFBRSxDQUFDLEdBQUcsU0FBUyxDQUFDLE1BQU0sR0FBRyxDQUFDLEVBQUUsQ0FBQyxFQUFFLEVBQUU7QUFDN0MsVUFBSSxDQUFDLElBQUksQ0FBQyxTQUFTLENBQUMsQ0FBQyxDQUFDLENBQUMsQ0FBQztLQUN6Qjs7QUFFRCxRQUFJLEtBQUssR0FBRyxDQUFDLENBQUM7QUFDZCxRQUFJLE9BQU8sQ0FBQyxJQUFJLENBQUMsS0FBSyxJQUFJLElBQUksRUFBRTtBQUM5QixXQUFLLEdBQUcsT0FBTyxDQUFDLElBQUksQ0FBQyxLQUFLLENBQUM7S0FDNUIsTUFBTSxJQUFJLE9BQU8sQ0FBQyxJQUFJLElBQUksT0FBTyxDQUFDLElBQUksQ0FBQyxLQUFLLElBQUksSUFBSSxFQUFFO0FBQ3JELFdBQUssR0FBRyxPQUFPLENBQUMsSUFBSSxDQUFDLEtBQUssQ0FBQztLQUM1QjtBQUNELFFBQUksQ0FBQyxDQUFDLENBQUMsR0FBRyxLQUFLLENBQUM7O0FBRWhCLFlBQVEsQ0FBQyxHQUFHLE1BQUEsQ0FBWixRQUFRLEVBQVEsSUFBSSxDQUFDLENBQUM7R0FDdkIsQ0FBQyxDQUFDO0NBQ0oiLCJmaWxlIjoibG9nLmpzIiwic291cmNlc0NvbnRlbnQiOlsiZXhwb3J0IGRlZmF1bHQgZnVuY3Rpb24oaW5zdGFuY2UpIHtcbiAgaW5zdGFuY2UucmVnaXN0ZXJIZWxwZXIoJ2xvZycsIGZ1bmN0aW9uKC8qIG1lc3NhZ2UsIG9wdGlvbnMgKi8pIHtcbiAgICBsZXQgYXJncyA9IFt1bmRlZmluZWRdLFxuICAgICAgb3B0aW9ucyA9IGFyZ3VtZW50c1thcmd1bWVudHMubGVuZ3RoIC0gMV07XG4gICAgZm9yIChsZXQgaSA9IDA7IGkgPCBhcmd1bWVudHMubGVuZ3RoIC0gMTsgaSsrKSB7XG4gICAgICBhcmdzLnB1c2goYXJndW1lbnRzW2ldKTtcbiAgICB9XG5cbiAgICBsZXQgbGV2ZWwgPSAxO1xuICAgIGlmIChvcHRpb25zLmhhc2gubGV2ZWwgIT0gbnVsbCkge1xuICAgICAgbGV2ZWwgPSBvcHRpb25zLmhhc2gubGV2ZWw7XG4gICAgfSBlbHNlIGlmIChvcHRpb25zLmRhdGEgJiYgb3B0aW9ucy5kYXRhLmxldmVsICE9IG51bGwpIHtcbiAgICAgIGxldmVsID0gb3B0aW9ucy5kYXRhLmxldmVsO1xuICAgIH1cbiAgICBhcmdzWzBdID0gbGV2ZWw7XG5cbiAgICBpbnN0YW5jZS5sb2coLi4uYXJncyk7XG4gIH0pO1xufVxuIl19\n","'use strict';\n\nexports.__esModule = true;\n\nexports['default'] = function (instance) {\n instance.registerHelper('lookup', function (obj, field, options) {\n if (!obj) {\n // Note for 5.0: Change to \"obj == null\" in 5.0\n return obj;\n }\n return options.lookupProperty(obj, field);\n });\n};\n\nmodule.exports = exports['default'];\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uL2xpYi9oYW5kbGViYXJzL2hlbHBlcnMvbG9va3VwLmpzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7Ozs7cUJBQWUsVUFBUyxRQUFRLEVBQUU7QUFDaEMsVUFBUSxDQUFDLGNBQWMsQ0FBQyxRQUFRLEVBQUUsVUFBUyxHQUFHLEVBQUUsS0FBSyxFQUFFLE9BQU8sRUFBRTtBQUM5RCxRQUFJLENBQUMsR0FBRyxFQUFFOztBQUVSLGFBQU8sR0FBRyxDQUFDO0tBQ1o7QUFDRCxXQUFPLE9BQU8sQ0FBQyxjQUFjLENBQUMsR0FBRyxFQUFFLEtBQUssQ0FBQyxDQUFDO0dBQzNDLENBQUMsQ0FBQztDQUNKIiwiZmlsZSI6Imxvb2t1cC5qcyIsInNvdXJjZXNDb250ZW50IjpbImV4cG9ydCBkZWZhdWx0IGZ1bmN0aW9uKGluc3RhbmNlKSB7XG4gIGluc3RhbmNlLnJlZ2lzdGVySGVscGVyKCdsb29rdXAnLCBmdW5jdGlvbihvYmosIGZpZWxkLCBvcHRpb25zKSB7XG4gICAgaWYgKCFvYmopIHtcbiAgICAgIC8vIE5vdGUgZm9yIDUuMDogQ2hhbmdlIHRvIFwib2JqID09IG51bGxcIiBpbiA1LjBcbiAgICAgIHJldHVybiBvYmo7XG4gICAgfVxuICAgIHJldHVybiBvcHRpb25zLmxvb2t1cFByb3BlcnR5KG9iaiwgZmllbGQpO1xuICB9KTtcbn1cbiJdfQ==\n","'use strict';\n\nexports.__esModule = true;\n// istanbul ignore next\n\nfunction _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { 'default': obj }; }\n\nvar _utils = require('../utils');\n\nvar _exception = require('../exception');\n\nvar _exception2 = _interopRequireDefault(_exception);\n\nexports['default'] = function (instance) {\n instance.registerHelper('with', function (context, options) {\n if (arguments.length != 2) {\n throw new _exception2['default']('#with requires exactly one argument');\n }\n if (_utils.isFunction(context)) {\n context = context.call(this);\n }\n\n var fn = options.fn;\n\n if (!_utils.isEmpty(context)) {\n var data = options.data;\n if (options.data && options.ids) {\n data = _utils.createFrame(options.data);\n data.contextPath = _utils.appendContextPath(options.data.contextPath, options.ids[0]);\n }\n\n return fn(context, {\n data: data,\n blockParams: _utils.blockParams([context], [data && data.contextPath])\n });\n } else {\n return options.inverse(this);\n }\n });\n};\n\nmodule.exports = exports['default'];\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uL2xpYi9oYW5kbGViYXJzL2hlbHBlcnMvd2l0aC5qcyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiOzs7Ozs7O3FCQU1PLFVBQVU7O3lCQUNLLGNBQWM7Ozs7cUJBRXJCLFVBQVMsUUFBUSxFQUFFO0FBQ2hDLFVBQVEsQ0FBQyxjQUFjLENBQUMsTUFBTSxFQUFFLFVBQVMsT0FBTyxFQUFFLE9BQU8sRUFBRTtBQUN6RCxRQUFJLFNBQVMsQ0FBQyxNQUFNLElBQUksQ0FBQyxFQUFFO0FBQ3pCLFlBQU0sMkJBQWMscUNBQXFDLENBQUMsQ0FBQztLQUM1RDtBQUNELFFBQUksa0JBQVcsT0FBTyxDQUFDLEVBQUU7QUFDdkIsYUFBTyxHQUFHLE9BQU8sQ0FBQyxJQUFJLENBQUMsSUFBSSxDQUFDLENBQUM7S0FDOUI7O0FBRUQsUUFBSSxFQUFFLEdBQUcsT0FBTyxDQUFDLEVBQUUsQ0FBQzs7QUFFcEIsUUFBSSxDQUFDLGVBQVEsT0FBTyxDQUFDLEVBQUU7QUFDckIsVUFBSSxJQUFJLEdBQUcsT0FBTyxDQUFDLElBQUksQ0FBQztBQUN4QixVQUFJLE9BQU8sQ0FBQyxJQUFJLElBQUksT0FBTyxDQUFDLEdBQUcsRUFBRTtBQUMvQixZQUFJLEdBQUcsbUJBQVksT0FBTyxDQUFDLElBQUksQ0FBQyxDQUFDO0FBQ2pDLFlBQUksQ0FBQyxXQUFXLEdBQUcseUJBQ2pCLE9BQU8sQ0FBQyxJQUFJLENBQUMsV0FBVyxFQUN4QixPQUFPLENBQUMsR0FBRyxDQUFDLENBQUMsQ0FBQyxDQUNmLENBQUM7T0FDSDs7QUFFRCxhQUFPLEVBQUUsQ0FBQyxPQUFPLEVBQUU7QUFDakIsWUFBSSxFQUFFLElBQUk7QUFDVixtQkFBVyxFQUFFLG1CQUFZLENBQUMsT0FBTyxDQUFDLEVBQUUsQ0FBQyxJQUFJLElBQUksSUFBSSxDQUFDLFdBQVcsQ0FBQyxDQUFDO09BQ2hFLENBQUMsQ0FBQztLQUNKLE1BQU07QUFDTCxhQUFPLE9BQU8sQ0FBQyxPQUFPLENBQUMsSUFBSSxDQUFDLENBQUM7S0FDOUI7R0FDRixDQUFDLENBQUM7Q0FDSiIsImZpbGUiOiJ3aXRoLmpzIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHtcbiAgYXBwZW5kQ29udGV4dFBhdGgsXG4gIGJsb2NrUGFyYW1zLFxuICBjcmVhdGVGcmFtZSxcbiAgaXNFbXB0eSxcbiAgaXNGdW5jdGlvblxufSBmcm9tICcuLi91dGlscyc7XG5pbXBvcnQgRXhjZXB0aW9uIGZyb20gJy4uL2V4Y2VwdGlvbic7XG5cbmV4cG9ydCBkZWZhdWx0IGZ1bmN0aW9uKGluc3RhbmNlKSB7XG4gIGluc3RhbmNlLnJlZ2lzdGVySGVscGVyKCd3aXRoJywgZnVuY3Rpb24oY29udGV4dCwgb3B0aW9ucykge1xuICAgIGlmIChhcmd1bWVudHMubGVuZ3RoICE9IDIpIHtcbiAgICAgIHRocm93IG5ldyBFeGNlcHRpb24oJyN3aXRoIHJlcXVpcmVzIGV4YWN0bHkgb25lIGFyZ3VtZW50Jyk7XG4gICAgfVxuICAgIGlmIChpc0Z1bmN0aW9uKGNvbnRleHQpKSB7XG4gICAgICBjb250ZXh0ID0gY29udGV4dC5jYWxsKHRoaXMpO1xuICAgIH1cblxuICAgIGxldCBmbiA9IG9wdGlvbnMuZm47XG5cbiAgICBpZiAoIWlzRW1wdHkoY29udGV4dCkpIHtcbiAgICAgIGxldCBkYXRhID0gb3B0aW9ucy5kYXRhO1xuICAgICAgaWYgKG9wdGlvbnMuZGF0YSAmJiBvcHRpb25zLmlkcykge1xuICAgICAgICBkYXRhID0gY3JlYXRlRnJhbWUob3B0aW9ucy5kYXRhKTtcbiAgICAgICAgZGF0YS5jb250ZXh0UGF0aCA9IGFwcGVuZENvbnRleHRQYXRoKFxuICAgICAgICAgIG9wdGlvbnMuZGF0YS5jb250ZXh0UGF0aCxcbiAgICAgICAgICBvcHRpb25zLmlkc1swXVxuICAgICAgICApO1xuICAgICAgfVxuXG4gICAgICByZXR1cm4gZm4oY29udGV4dCwge1xuICAgICAgICBkYXRhOiBkYXRhLFxuICAgICAgICBibG9ja1BhcmFtczogYmxvY2tQYXJhbXMoW2NvbnRleHRdLCBbZGF0YSAmJiBkYXRhLmNvbnRleHRQYXRoXSlcbiAgICAgIH0pO1xuICAgIH0gZWxzZSB7XG4gICAgICByZXR1cm4gb3B0aW9ucy5pbnZlcnNlKHRoaXMpO1xuICAgIH1cbiAgfSk7XG59XG4iXX0=\n","'use strict';\n\nexports.__esModule = true;\nexports.registerDefaultDecorators = registerDefaultDecorators;\n// istanbul ignore next\n\nfunction _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { 'default': obj }; }\n\nvar _decoratorsInline = require('./decorators/inline');\n\nvar _decoratorsInline2 = _interopRequireDefault(_decoratorsInline);\n\nfunction registerDefaultDecorators(instance) {\n _decoratorsInline2['default'](instance);\n}\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uL2xpYi9oYW5kbGViYXJzL2RlY29yYXRvcnMuanMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6Ijs7Ozs7Ozs7Z0NBQTJCLHFCQUFxQjs7OztBQUV6QyxTQUFTLHlCQUF5QixDQUFDLFFBQVEsRUFBRTtBQUNsRCxnQ0FBZSxRQUFRLENBQUMsQ0FBQztDQUMxQiIsImZpbGUiOiJkZWNvcmF0b3JzLmpzIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHJlZ2lzdGVySW5saW5lIGZyb20gJy4vZGVjb3JhdG9ycy9pbmxpbmUnO1xuXG5leHBvcnQgZnVuY3Rpb24gcmVnaXN0ZXJEZWZhdWx0RGVjb3JhdG9ycyhpbnN0YW5jZSkge1xuICByZWdpc3RlcklubGluZShpbnN0YW5jZSk7XG59XG4iXX0=\n","'use strict';\n\nexports.__esModule = true;\n\nvar _utils = require('../utils');\n\nexports['default'] = function (instance) {\n instance.registerDecorator('inline', function (fn, props, container, options) {\n var ret = fn;\n if (!props.partials) {\n props.partials = {};\n ret = function (context, options) {\n // Create a new partials stack frame prior to exec.\n var original = container.partials;\n container.partials = _utils.extend({}, original, props.partials);\n var ret = fn(context, options);\n container.partials = original;\n return ret;\n };\n }\n\n props.partials[options.args[0]] = options.fn;\n\n return ret;\n });\n};\n\nmodule.exports = exports['default'];\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uL2xpYi9oYW5kbGViYXJzL2RlY29yYXRvcnMvaW5saW5lLmpzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7Ozs7cUJBQXVCLFVBQVU7O3FCQUVsQixVQUFTLFFBQVEsRUFBRTtBQUNoQyxVQUFRLENBQUMsaUJBQWlCLENBQUMsUUFBUSxFQUFFLFVBQVMsRUFBRSxFQUFFLEtBQUssRUFBRSxTQUFTLEVBQUUsT0FBTyxFQUFFO0FBQzNFLFFBQUksR0FBRyxHQUFHLEVBQUUsQ0FBQztBQUNiLFFBQUksQ0FBQyxLQUFLLENBQUMsUUFBUSxFQUFFO0FBQ25CLFdBQUssQ0FBQyxRQUFRLEdBQUcsRUFBRSxDQUFDO0FBQ3BCLFNBQUcsR0FBRyxVQUFTLE9BQU8sRUFBRSxPQUFPLEVBQUU7O0FBRS9CLFlBQUksUUFBUSxHQUFHLFNBQVMsQ0FBQyxRQUFRLENBQUM7QUFDbEMsaUJBQVMsQ0FBQyxRQUFRLEdBQUcsY0FBTyxFQUFFLEVBQUUsUUFBUSxFQUFFLEtBQUssQ0FBQyxRQUFRLENBQUMsQ0FBQztBQUMxRCxZQUFJLEdBQUcsR0FBRyxFQUFFLENBQUMsT0FBTyxFQUFFLE9BQU8sQ0FBQyxDQUFDO0FBQy9CLGlCQUFTLENBQUMsUUFBUSxHQUFHLFFBQVEsQ0FBQztBQUM5QixlQUFPLEdBQUcsQ0FBQztPQUNaLENBQUM7S0FDSDs7QUFFRCxTQUFLLENBQUMsUUFBUSxDQUFDLE9BQU8sQ0FBQyxJQUFJLENBQUMsQ0FBQyxDQUFDLENBQUMsR0FBRyxPQUFPLENBQUMsRUFBRSxDQUFDOztBQUU3QyxXQUFPLEdBQUcsQ0FBQztHQUNaLENBQUMsQ0FBQztDQUNKIiwiZmlsZSI6ImlubGluZS5qcyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IGV4dGVuZCB9IGZyb20gJy4uL3V0aWxzJztcblxuZXhwb3J0IGRlZmF1bHQgZnVuY3Rpb24oaW5zdGFuY2UpIHtcbiAgaW5zdGFuY2UucmVnaXN0ZXJEZWNvcmF0b3IoJ2lubGluZScsIGZ1bmN0aW9uKGZuLCBwcm9wcywgY29udGFpbmVyLCBvcHRpb25zKSB7XG4gICAgbGV0IHJldCA9IGZuO1xuICAgIGlmICghcHJvcHMucGFydGlhbHMpIHtcbiAgICAgIHByb3BzLnBhcnRpYWxzID0ge307XG4gICAgICByZXQgPSBmdW5jdGlvbihjb250ZXh0LCBvcHRpb25zKSB7XG4gICAgICAgIC8vIENyZWF0ZSBhIG5ldyBwYXJ0aWFscyBzdGFjayBmcmFtZSBwcmlvciB0byBleGVjLlxuICAgICAgICBsZXQgb3JpZ2luYWwgPSBjb250YWluZXIucGFydGlhbHM7XG4gICAgICAgIGNvbnRhaW5lci5wYXJ0aWFscyA9IGV4dGVuZCh7fSwgb3JpZ2luYWwsIHByb3BzLnBhcnRpYWxzKTtcbiAgICAgICAgbGV0IHJldCA9IGZuKGNvbnRleHQsIG9wdGlvbnMpO1xuICAgICAgICBjb250YWluZXIucGFydGlhbHMgPSBvcmlnaW5hbDtcbiAgICAgICAgcmV0dXJuIHJldDtcbiAgICAgIH07XG4gICAgfVxuXG4gICAgcHJvcHMucGFydGlhbHNbb3B0aW9ucy5hcmdzWzBdXSA9IG9wdGlvbnMuZm47XG5cbiAgICByZXR1cm4gcmV0O1xuICB9KTtcbn1cbiJdfQ==\n","'use strict';\n\nexports.__esModule = true;\nexports.createNewLookupObject = createNewLookupObject;\n\nvar _utils = require('../utils');\n\n/**\n * Create a new object with \"null\"-prototype to avoid truthy results on prototype properties.\n * The resulting object can be used with \"object[property]\" to check if a property exists\n * @param {...object} sources a varargs parameter of source objects that will be merged\n * @returns {object}\n */\n\nfunction createNewLookupObject() {\n for (var _len = arguments.length, sources = Array(_len), _key = 0; _key < _len; _key++) {\n sources[_key] = arguments[_key];\n }\n\n return _utils.extend.apply(undefined, [Object.create(null)].concat(sources));\n}\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uL2xpYi9oYW5kbGViYXJzL2ludGVybmFsL2NyZWF0ZS1uZXctbG9va3VwLW9iamVjdC5qcyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiOzs7OztxQkFBdUIsVUFBVTs7Ozs7Ozs7O0FBUTFCLFNBQVMscUJBQXFCLEdBQWE7b0NBQVQsT0FBTztBQUFQLFdBQU87OztBQUM5QyxTQUFPLGdDQUFPLE1BQU0sQ0FBQyxNQUFNLENBQUMsSUFBSSxDQUFDLFNBQUssT0FBTyxFQUFDLENBQUM7Q0FDaEQiLCJmaWxlIjoiY3JlYXRlLW5ldy1sb29rdXAtb2JqZWN0LmpzIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgZXh0ZW5kIH0gZnJvbSAnLi4vdXRpbHMnO1xuXG4vKipcbiAqIENyZWF0ZSBhIG5ldyBvYmplY3Qgd2l0aCBcIm51bGxcIi1wcm90b3R5cGUgdG8gYXZvaWQgdHJ1dGh5IHJlc3VsdHMgb24gcHJvdG90eXBlIHByb3BlcnRpZXMuXG4gKiBUaGUgcmVzdWx0aW5nIG9iamVjdCBjYW4gYmUgdXNlZCB3aXRoIFwib2JqZWN0W3Byb3BlcnR5XVwiIHRvIGNoZWNrIGlmIGEgcHJvcGVydHkgZXhpc3RzXG4gKiBAcGFyYW0gey4uLm9iamVjdH0gc291cmNlcyBhIHZhcmFyZ3MgcGFyYW1ldGVyIG9mIHNvdXJjZSBvYmplY3RzIHRoYXQgd2lsbCBiZSBtZXJnZWRcbiAqIEByZXR1cm5zIHtvYmplY3R9XG4gKi9cbmV4cG9ydCBmdW5jdGlvbiBjcmVhdGVOZXdMb29rdXBPYmplY3QoLi4uc291cmNlcykge1xuICByZXR1cm4gZXh0ZW5kKE9iamVjdC5jcmVhdGUobnVsbCksIC4uLnNvdXJjZXMpO1xufVxuIl19\n","// Build out our basic SafeString type\n'use strict';\n\nexports.__esModule = true;\nfunction SafeString(string) {\n this.string = string;\n}\n\nSafeString.prototype.toString = SafeString.prototype.toHTML = function () {\n return '' + this.string;\n};\n\nexports['default'] = SafeString;\nmodule.exports = exports['default'];\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uL2xpYi9oYW5kbGViYXJzL3NhZmUtc3RyaW5nLmpzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7Ozs7QUFDQSxTQUFTLFVBQVUsQ0FBQyxNQUFNLEVBQUU7QUFDMUIsTUFBSSxDQUFDLE1BQU0sR0FBRyxNQUFNLENBQUM7Q0FDdEI7O0FBRUQsVUFBVSxDQUFDLFNBQVMsQ0FBQyxRQUFRLEdBQUcsVUFBVSxDQUFDLFNBQVMsQ0FBQyxNQUFNLEdBQUcsWUFBVztBQUN2RSxTQUFPLEVBQUUsR0FBRyxJQUFJLENBQUMsTUFBTSxDQUFDO0NBQ3pCLENBQUM7O3FCQUVhLFVBQVUiLCJmaWxlIjoic2FmZS1zdHJpbmcuanMiLCJzb3VyY2VzQ29udGVudCI6WyIvLyBCdWlsZCBvdXQgb3VyIGJhc2ljIFNhZmVTdHJpbmcgdHlwZVxuZnVuY3Rpb24gU2FmZVN0cmluZyhzdHJpbmcpIHtcbiAgdGhpcy5zdHJpbmcgPSBzdHJpbmc7XG59XG5cblNhZmVTdHJpbmcucHJvdG90eXBlLnRvU3RyaW5nID0gU2FmZVN0cmluZy5wcm90b3R5cGUudG9IVE1MID0gZnVuY3Rpb24oKSB7XG4gIHJldHVybiAnJyArIHRoaXMuc3RyaW5nO1xufTtcblxuZXhwb3J0IGRlZmF1bHQgU2FmZVN0cmluZztcbiJdfQ==\n","'use strict';\n\nexports.__esModule = true;\nexports.checkRevision = checkRevision;\nexports.template = template;\nexports.wrapProgram = wrapProgram;\nexports.resolvePartial = resolvePartial;\nexports.invokePartial = invokePartial;\nexports.noop = noop;\n// istanbul ignore next\n\nfunction _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { 'default': obj }; }\n\n// istanbul ignore next\n\nfunction _interopRequireWildcard(obj) { if (obj && obj.__esModule) { return obj; } else { var newObj = {}; if (obj != null) { for (var key in obj) { if (Object.prototype.hasOwnProperty.call(obj, key)) newObj[key] = obj[key]; } } newObj['default'] = obj; return newObj; } }\n\nvar _utils = require('./utils');\n\nvar Utils = _interopRequireWildcard(_utils);\n\nvar _exception = require('./exception');\n\nvar _exception2 = _interopRequireDefault(_exception);\n\nvar _base = require('./base');\n\nvar _helpers = require('./helpers');\n\nvar _internalWrapHelper = require('./internal/wrapHelper');\n\nvar _internalProtoAccess = require('./internal/proto-access');\n\nfunction checkRevision(compilerInfo) {\n var compilerRevision = compilerInfo && compilerInfo[0] || 1,\n currentRevision = _base.COMPILER_REVISION;\n\n if (compilerRevision >= _base.LAST_COMPATIBLE_COMPILER_REVISION && compilerRevision <= _base.COMPILER_REVISION) {\n return;\n }\n\n if (compilerRevision < _base.LAST_COMPATIBLE_COMPILER_REVISION) {\n var runtimeVersions = _base.REVISION_CHANGES[currentRevision],\n compilerVersions = _base.REVISION_CHANGES[compilerRevision];\n throw new _exception2['default']('Template was precompiled with an older version of Handlebars than the current runtime. ' + 'Please update your precompiler to a newer version (' + runtimeVersions + ') or downgrade your runtime to an older version (' + compilerVersions + ').');\n } else {\n // Use the embedded version info since the runtime doesn't know about this revision yet\n throw new _exception2['default']('Template was precompiled with a newer version of Handlebars than the current runtime. ' + 'Please update your runtime to a newer version (' + compilerInfo[1] + ').');\n }\n}\n\nfunction template(templateSpec, env) {\n /* istanbul ignore next */\n if (!env) {\n throw new _exception2['default']('No environment passed to template');\n }\n if (!templateSpec || !templateSpec.main) {\n throw new _exception2['default']('Unknown template object: ' + typeof templateSpec);\n }\n\n templateSpec.main.decorator = templateSpec.main_d;\n\n // Note: Using env.VM references rather than local var references throughout this section to allow\n // for external users to override these as pseudo-supported APIs.\n env.VM.checkRevision(templateSpec.compiler);\n\n // backwards compatibility for precompiled templates with compiler-version 7 (<4.3.0)\n var templateWasPrecompiledWithCompilerV7 = templateSpec.compiler && templateSpec.compiler[0] === 7;\n\n function invokePartialWrapper(partial, context, options) {\n if (options.hash) {\n context = Utils.extend({}, context, options.hash);\n if (options.ids) {\n options.ids[0] = true;\n }\n }\n partial = env.VM.resolvePartial.call(this, partial, context, options);\n\n var extendedOptions = Utils.extend({}, options, {\n hooks: this.hooks,\n protoAccessControl: this.protoAccessControl\n });\n\n var result = env.VM.invokePartial.call(this, partial, context, extendedOptions);\n\n if (result == null && env.compile) {\n options.partials[options.name] = env.compile(partial, templateSpec.compilerOptions, env);\n result = options.partials[options.name](context, extendedOptions);\n }\n if (result != null) {\n if (options.indent) {\n var lines = result.split('\\n');\n for (var i = 0, l = lines.length; i < l; i++) {\n if (!lines[i] && i + 1 === l) {\n break;\n }\n\n lines[i] = options.indent + lines[i];\n }\n result = lines.join('\\n');\n }\n return result;\n } else {\n throw new _exception2['default']('The partial ' + options.name + ' could not be compiled when running in runtime-only mode');\n }\n }\n\n // Just add water\n var container = {\n strict: function strict(obj, name, loc) {\n if (!obj || !(name in obj)) {\n throw new _exception2['default']('\"' + name + '\" not defined in ' + obj, {\n loc: loc\n });\n }\n return container.lookupProperty(obj, name);\n },\n lookupProperty: function lookupProperty(parent, propertyName) {\n var result = parent[propertyName];\n if (result == null) {\n return result;\n }\n if (Object.prototype.hasOwnProperty.call(parent, propertyName)) {\n return result;\n }\n\n if (_internalProtoAccess.resultIsAllowed(result, container.protoAccessControl, propertyName)) {\n return result;\n }\n return undefined;\n },\n lookup: function lookup(depths, name) {\n var len = depths.length;\n for (var i = 0; i < len; i++) {\n var result = depths[i] && container.lookupProperty(depths[i], name);\n if (result != null) {\n return depths[i][name];\n }\n }\n },\n lambda: function lambda(current, context) {\n return typeof current === 'function' ? current.call(context) : current;\n },\n\n escapeExpression: Utils.escapeExpression,\n invokePartial: invokePartialWrapper,\n\n fn: function fn(i) {\n var ret = templateSpec[i];\n ret.decorator = templateSpec[i + '_d'];\n return ret;\n },\n\n programs: [],\n program: function program(i, data, declaredBlockParams, blockParams, depths) {\n var programWrapper = this.programs[i],\n fn = this.fn(i);\n if (data || depths || blockParams || declaredBlockParams) {\n programWrapper = wrapProgram(this, i, fn, data, declaredBlockParams, blockParams, depths);\n } else if (!programWrapper) {\n programWrapper = this.programs[i] = wrapProgram(this, i, fn);\n }\n return programWrapper;\n },\n\n data: function data(value, depth) {\n while (value && depth--) {\n value = value._parent;\n }\n return value;\n },\n mergeIfNeeded: function mergeIfNeeded(param, common) {\n var obj = param || common;\n\n if (param && common && param !== common) {\n obj = Utils.extend({}, common, param);\n }\n\n return obj;\n },\n // An empty object to use as replacement for null-contexts\n nullContext: Object.seal({}),\n\n noop: env.VM.noop,\n compilerInfo: templateSpec.compiler\n };\n\n function ret(context) {\n var options = arguments.length <= 1 || arguments[1] === undefined ? {} : arguments[1];\n\n var data = options.data;\n\n ret._setup(options);\n if (!options.partial && templateSpec.useData) {\n data = initData(context, data);\n }\n var depths = undefined,\n blockParams = templateSpec.useBlockParams ? [] : undefined;\n if (templateSpec.useDepths) {\n if (options.depths) {\n depths = context != options.depths[0] ? [context].concat(options.depths) : options.depths;\n } else {\n depths = [context];\n }\n }\n\n function main(context /*, options*/) {\n return '' + templateSpec.main(container, context, container.helpers, container.partials, data, blockParams, depths);\n }\n\n main = executeDecorators(templateSpec.main, main, container, options.depths || [], data, blockParams);\n return main(context, options);\n }\n\n ret.isTop = true;\n\n ret._setup = function (options) {\n if (!options.partial) {\n var mergedHelpers = Utils.extend({}, env.helpers, options.helpers);\n wrapHelpersToPassLookupProperty(mergedHelpers, container);\n container.helpers = mergedHelpers;\n\n if (templateSpec.usePartial) {\n // Use mergeIfNeeded here to prevent compiling global partials multiple times\n container.partials = container.mergeIfNeeded(options.partials, env.partials);\n }\n if (templateSpec.usePartial || templateSpec.useDecorators) {\n container.decorators = Utils.extend({}, env.decorators, options.decorators);\n }\n\n container.hooks = {};\n container.protoAccessControl = _internalProtoAccess.createProtoAccessControl(options);\n\n var keepHelperInHelpers = options.allowCallsToHelperMissing || templateWasPrecompiledWithCompilerV7;\n _helpers.moveHelperToHooks(container, 'helperMissing', keepHelperInHelpers);\n _helpers.moveHelperToHooks(container, 'blockHelperMissing', keepHelperInHelpers);\n } else {\n container.protoAccessControl = options.protoAccessControl; // internal option\n container.helpers = options.helpers;\n container.partials = options.partials;\n container.decorators = options.decorators;\n container.hooks = options.hooks;\n }\n };\n\n ret._child = function (i, data, blockParams, depths) {\n if (templateSpec.useBlockParams && !blockParams) {\n throw new _exception2['default']('must pass block params');\n }\n if (templateSpec.useDepths && !depths) {\n throw new _exception2['default']('must pass parent depths');\n }\n\n return wrapProgram(container, i, templateSpec[i], data, 0, blockParams, depths);\n };\n return ret;\n}\n\nfunction wrapProgram(container, i, fn, data, declaredBlockParams, blockParams, depths) {\n function prog(context) {\n var options = arguments.length <= 1 || arguments[1] === undefined ? {} : arguments[1];\n\n var currentDepths = depths;\n if (depths && context != depths[0] && !(context === container.nullContext && depths[0] === null)) {\n currentDepths = [context].concat(depths);\n }\n\n return fn(container, context, container.helpers, container.partials, options.data || data, blockParams && [options.blockParams].concat(blockParams), currentDepths);\n }\n\n prog = executeDecorators(fn, prog, container, depths, data, blockParams);\n\n prog.program = i;\n prog.depth = depths ? depths.length : 0;\n prog.blockParams = declaredBlockParams || 0;\n return prog;\n}\n\n/**\n * This is currently part of the official API, therefore implementation details should not be changed.\n */\n\nfunction resolvePartial(partial, context, options) {\n if (!partial) {\n if (options.name === '@partial-block') {\n partial = options.data['partial-block'];\n } else {\n partial = options.partials[options.name];\n }\n } else if (!partial.call && !options.name) {\n // This is a dynamic partial that returned a string\n options.name = partial;\n partial = options.partials[partial];\n }\n return partial;\n}\n\nfunction invokePartial(partial, context, options) {\n // Use the current closure context to save the partial-block if this partial\n var currentPartialBlock = options.data && options.data['partial-block'];\n options.partial = true;\n if (options.ids) {\n options.data.contextPath = options.ids[0] || options.data.contextPath;\n }\n\n var partialBlock = undefined;\n if (options.fn && options.fn !== noop) {\n (function () {\n options.data = _base.createFrame(options.data);\n // Wrapper function to get access to currentPartialBlock from the closure\n var fn = options.fn;\n partialBlock = options.data['partial-block'] = function partialBlockWrapper(context) {\n var options = arguments.length <= 1 || arguments[1] === undefined ? {} : arguments[1];\n\n // Restore the partial-block from the closure for the execution of the block\n // i.e. the part inside the block of the partial call.\n options.data = _base.createFrame(options.data);\n options.data['partial-block'] = currentPartialBlock;\n return fn(context, options);\n };\n if (fn.partials) {\n options.partials = Utils.extend({}, options.partials, fn.partials);\n }\n })();\n }\n\n if (partial === undefined && partialBlock) {\n partial = partialBlock;\n }\n\n if (partial === undefined) {\n throw new _exception2['default']('The partial ' + options.name + ' could not be found');\n } else if (partial instanceof Function) {\n return partial(context, options);\n }\n}\n\nfunction noop() {\n return '';\n}\n\nfunction initData(context, data) {\n if (!data || !('root' in data)) {\n data = data ? _base.createFrame(data) : {};\n data.root = context;\n }\n return data;\n}\n\nfunction executeDecorators(fn, prog, container, depths, data, blockParams) {\n if (fn.decorator) {\n var props = {};\n prog = fn.decorator(prog, props, container, depths && depths[0], data, blockParams, depths);\n Utils.extend(prog, props);\n }\n return prog;\n}\n\nfunction wrapHelpersToPassLookupProperty(mergedHelpers, container) {\n Object.keys(mergedHelpers).forEach(function (helperName) {\n var helper = mergedHelpers[helperName];\n mergedHelpers[helperName] = passLookupPropertyOption(helper, container);\n });\n}\n\nfunction passLookupPropertyOption(helper, container) {\n var lookupProperty = container.lookupProperty;\n return _internalWrapHelper.wrapHelper(helper, function (options) {\n return Utils.extend({ lookupProperty: lookupProperty }, options);\n });\n}\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uL2xpYi9oYW5kbGViYXJzL3J1bnRpbWUuanMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6Ijs7Ozs7Ozs7Ozs7Ozs7Ozs7cUJBQXVCLFNBQVM7O0lBQXBCLEtBQUs7O3lCQUNLLGFBQWE7Ozs7b0JBTTVCLFFBQVE7O3VCQUNtQixXQUFXOztrQ0FDbEIsdUJBQXVCOzttQ0FJM0MseUJBQXlCOztBQUV6QixTQUFTLGFBQWEsQ0FBQyxZQUFZLEVBQUU7QUFDMUMsTUFBTSxnQkFBZ0IsR0FBRyxBQUFDLFlBQVksSUFBSSxZQUFZLENBQUMsQ0FBQyxDQUFDLElBQUssQ0FBQztNQUM3RCxlQUFlLDBCQUFvQixDQUFDOztBQUV0QyxNQUNFLGdCQUFnQiwyQ0FBcUMsSUFDckQsZ0JBQWdCLDJCQUFxQixFQUNyQztBQUNBLFdBQU87R0FDUjs7QUFFRCxNQUFJLGdCQUFnQiwwQ0FBb0MsRUFBRTtBQUN4RCxRQUFNLGVBQWUsR0FBRyx1QkFBaUIsZUFBZSxDQUFDO1FBQ3ZELGdCQUFnQixHQUFHLHVCQUFpQixnQkFBZ0IsQ0FBQyxDQUFDO0FBQ3hELFVBQU0sMkJBQ0oseUZBQXlGLEdBQ3ZGLHFEQUFxRCxHQUNyRCxlQUFlLEdBQ2YsbURBQW1ELEdBQ25ELGdCQUFnQixHQUNoQixJQUFJLENBQ1AsQ0FBQztHQUNILE1BQU07O0FBRUwsVUFBTSwyQkFDSix3RkFBd0YsR0FDdEYsaURBQWlELEdBQ2pELFlBQVksQ0FBQyxDQUFDLENBQUMsR0FDZixJQUFJLENBQ1AsQ0FBQztHQUNIO0NBQ0Y7O0FBRU0sU0FBUyxRQUFRLENBQUMsWUFBWSxFQUFFLEdBQUcsRUFBRTs7QUFFMUMsTUFBSSxDQUFDLEdBQUcsRUFBRTtBQUNSLFVBQU0sMkJBQWMsbUNBQW1DLENBQUMsQ0FBQztHQUMxRDtBQUNELE1BQUksQ0FBQyxZQUFZLElBQUksQ0FBQyxZQUFZLENBQUMsSUFBSSxFQUFFO0FBQ3ZDLFVBQU0sMkJBQWMsMkJBQTJCLEdBQUcsT0FBTyxZQUFZLENBQUMsQ0FBQztH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QUFDbkMsV0FBTyxLQUFLLENBQUMsTUFBTSxDQUFDLEVBQUUsY0FBYyxFQUFkLGNBQWMsRUFBRSxFQUFFLE9BQU8sQ0FBQyxDQUFDO0dBQ2xELENBQUMsQ0FBQztDQUNKIiwiZmlsZSI6InJ1bnRpbWUuanMiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgKiBhcyBVdGlscyBmcm9tICcuL3V0aWxzJztcbmltcG9ydCBFeGNlcHRpb24gZnJvbSAnLi9leGNlcHRpb24nO1xuaW1wb3J0IHtcbiAgQ09NUElMRVJfUkVWSVNJT04sXG4gIGNyZWF0ZUZyYW1lLFxuICBMQVNUX0NPTVBBVElCTEVfQ09NUElMRVJfUkVWSVNJT04sXG4gIFJFVklTSU9OX0NIQU5HRVNcbn0gZnJvbSAnLi9iYXNlJztcbmltcG9ydCB7IG1vdmVIZWxwZXJUb0hvb2tzIH0gZnJvbSAnLi9oZWxwZXJzJztcbmltcG9ydCB7IHdyYXBIZWxwZXIgfSBmcm9tICcuL2ludGVybmFsL3dyYXBIZWxwZXInO1xuaW1wb3J0IHtcbiAgY3JlYXRlUHJvdG9BY2Nlc3NDb250cm9sLFxuICByZXN1bHRJc0FsbG93ZWRcbn0gZnJvbSAnLi9pbnRlcm5hbC9wcm90by1hY2Nlc3MnO1xuXG5leHBvcnQgZnVuY3Rpb24gY2hlY2tSZXZpc2lvbihjb21waWxlckluZm8pIHtcbiAgY29uc3QgY29tcGlsZXJSZXZpc2lvbiA9IChjb21waWxlckluZm8gJiYgY29tcGlsZXJJbmZvWzBdKSB8fCAxLFxuICAgIGN1cnJlbnRSZXZpc2lvbiA9IENPTVBJTEVSX1JFVklTSU9OO1xuXG4gIGlmIChcbiAgICBjb21waWxlclJldmlzaW9uID49IExBU1RfQ09NUEFUSUJMRV9DT01QSUxFUl9SRVZJU0lPTiAmJlxuICAgIGNvbXBpbGVyUmV2aXNpb24gPD0gQ09NUElMRVJfUkVWSVNJT05cbiAgKSB7XG4gICAgcmV0dXJuO1xuICB9XG5cbiAgaWYgKGNvbXBpbGVyUmV2aXNpb24gPCBMQVNUX0NPTVBBVElCTEVfQ09NUElMRVJfUkVWSVNJT04pIHtcbiAgICBjb25zdCBydW50aW1lVmVyc2lvbnMgPSBSRVZJU0lPTl9DSEFOR0VTW2N1cnJlbnRSZXZpc2lvbl0sXG4gICAgICBjb21waWxlclZlcnNpb25zID0gUkVWSVNJT05fQ0hBTkdFU1tjb21waWxlclJldmlzaW9uXTtcbiAgICB0aHJvdyBuZXcgRXhjZXB0aW9uKFxuICAgICAgJ1RlbXBsYXRlIHdhcyBwcmVjb21waWxlZCB3aXRoIGFuIG9sZGVyIHZlcnNpb24gb2YgSGFuZGxlYmFycyB0aGFuIHRoZSBjdXJyZW50IHJ1bnRpbWUuICcgK1xuICAgICAgICAnUGxlYXNlIHVwZGF0ZSB5b3VyIHByZWNvbXBpbGVyIHRvIGEgbmV3ZXIgdmVyc2lvbiAoJyArXG4gICAgICAgIHJ1bnRpbWVWZXJzaW9ucyArXG4gICAgICAgICcpIG9yIGRvd25ncmFkZSB5b3VyIHJ1bnRpbWUgdG8gYW4gb2xkZXIgdmVyc2lvbiAoJyArXG4gICAgICAgIGNvbXBpbGVyVmVyc2lvbnMgK1xuICAgICAgICAnKS4nXG4gICAgKTtcbiAgfSBlbHNlIHtcbiAgICAvLyBVc2UgdGhlIGVtYmVkZGVkIHZlcnNpb24gaW5mbyBzaW5jZSB0aGUgcnVudGltZSBkb2Vzbid0IGtub3cgYWJvdXQgdGhpcyByZXZpc2lvbiB5ZXRcbiAgICB0aHJvdyBuZXcgRXhjZXB0aW9uKFxuICAgICAgJ1RlbXBsYXRlIHdhcyBwcmVjb21waWxlZCB3aXRoIGEgbmV3ZXIgdmVyc2lvbiBvZiBIYW5kbGViYXJzIHRoYW4gdGhlIGN1cnJlbnQgcnVudGltZS4gJyArXG4gICAgICAgICdQbGVhc2UgdXBkYXRlIHlvdXIgcnVudGltZSB0byBhIG5ld2VyIHZlcnNpb24gKCcgK1xuICAgICAgICBjb21waWxlckluZm9bMV0gK1xuICAgICAgICAnKS4nXG4gICAgKTtcbiAgfVxufVxuXG5leHBvcnQgZnVuY3Rpb24gdGVtcGxhdGUodGVtcGxhdGVTcGVjLCBlbnYpIHtcbiAgLyogaXN0YW5idWwgaWdub3JlIG5leHQgKi9cbiAgaWYgKCFlbnYpIHtcbiAgICB0aHJvdyBuZXcgRXhjZXB0aW9uKCdObyBlbnZpcm9ubWVudCBwYXNzZWQgdG8gdGVtcGxhdGUnKTtcbiAgfVxuICBpZiAoIXRlbXBsYXRlU3BlYyB8fCAhdGVtcGxhdGVTcGVjLm1haW4pIHtcbiAgICB0aHJvdyBuZXcgRXhjZXB0aW9uKCdVbmtub3duIHRlbXBsYXRlIG9iamVjdDogJyArIHR5cGVvZiB0ZW1wbGF0ZVNwZWMpO1xuICB9XG5cbiAgdGVtcGxhdGVTcGVjLm1haW4uZGVjb3JhdG9yID0gdGVtcGxhdGVTcGVjLm1haW5fZDtcblxuICAvLyBOb3RlOiBVc2luZyBlbnYuVk0gcmVmZXJlbmNlcyByYXRoZXIgdGhhbiBsb2NhbCB2YXIgcmVmZXJlbmNlcyB0aHJvdWdob3V0IHRoaXMgc2VjdGlvbiB0byBhbGxvd1xuICAvLyBmb3IgZXh0ZXJuYWwgdXNlcnMgdG8gb3ZlcnJpZGUgdGhlc2UgYXMgcHNldWRvLXN1cHBvcnRlZCBBUElzLlxuICBlbnYuVk0uY2hlY2tSZXZpc2lvbih0ZW1wbGF0ZVNwZWMuY29tcGlsZXIpO1xuXG4gIC8vIGJhY2t3YXJkcyBjb21wYXRpYmlsaXR5IGZvciBwcmVjb21waWxlZCB0ZW1wbGF0ZXMgd2l0aCBjb21waWxlci12ZXJzaW9uIDcgKDw0LjMuMClcbiAgY29uc3QgdGVtcGxhdGVXYXNQcmVjb21waWxlZFdpdGhDb21waWxlclY3ID1cbiAgICB0ZW1wbGF0ZVNwZWMuY29tcGlsZXIgJiYgdGVtcGxhdGVTcGVjLmNvbXBpbGVyWzBdID09PSA3O1xuXG4gIGZ1bmN0aW9uIGludm9rZVBhcnRpYWxXcmFwcGVyKHBhcnRpYWwsIGNvbnRleHQsIG9wdGlvbnMpIHtcbiAgICBpZiAob3B0aW9ucy5oYXNoKSB7XG4gICAgICBjb250ZXh0ID0gVXRpbHMuZXh0ZW5kKHt9LCBjb250ZXh0LCBvcHRpb25zLmhhc2gpO1xuICAgICAgaWYgKG9wdGlvbnMuaWRzKSB7XG4gICAgICAgIG9wdGlvbnMuaWRzWzBdID0gdHJ1ZTtcbiAgICAgIH1cbiAgICB9XG4gICAgcGFydGlhbCA9IGVudi5WTS5yZXNvbHZlUGFydGlhbC5jYWxsKHRoaXMsIHBhcnRpYWwsIGNvbnRleHQsIG9wdGlvbnMpO1xuXG4gICAgbGV0IGV4dGVuZGVkT3B0aW9ucyA9IFV0aWxzLmV4dGVuZCh7fSwgb3B0aW9ucywge1xuICAgICAgaG9va3M6IHRoaXMuaG9va3MsXG4gICAgICBwcm90b0FjY2Vzc0NvbnRyb2w6IHRoaXMucHJvdG9BY2Nlc3NDb250cm9sXG4gICAgfSk7XG5cbiAgICBsZXQgcmVzdWx0ID0gZW52LlZNLmludm9rZVBhcnRpYWwuY2FsbChcbiAgICAgIHRoaXMsXG4gICAgICBwYXJ0aWFsLFxuICAgICAgY29udGV4dCxcbiAgICAgIGV4dGVuZGVkT3B0aW9uc1xuICAgICk7XG5cbiAgICBpZiAocmVzdWx0ID09IG51bGwgJiYgZW52LmNvbXBpbGUpIHtcbiAgICAgIG9wdGlvbnMucGFydGlhbHNbb3B0aW9ucy5uYW1lXSA9IGVudi5jb21waWxlKFxuICAgICAgICBwYXJ0aWFsLFxuICAgICAgICB0ZW1wbGF0ZVNwZWMuY29tcGlsZXJPcHRpb25zLFxuICAgICAgICBlbnZcbiAgICAgICk7XG4gICAgICByZXN1bHQgPSBvcHRpb25zLnBhcnRpYWxzW29wdGlvbnMubmFtZV0oY29udGV4dCwgZXh0ZW5kZWRPcHRpb25zKTtcbiAgICB9XG4gICAgaWYgKHJlc3VsdCAhPSBudWxsKSB7XG4gICAgICBpZiAob3B0aW9ucy5pbmRlbnQpIHtcbiAgICAgICAgbGV0IGxpbmVzID0gcmVzdWx0LnNwbGl0KCdcXG4nKTtcbiAgICAgICAgZm9yIChsZXQgaSA9IDAsIGwgPSBsaW5lcy5sZW5ndGg7IGkgPCBsOyBpKyspIHtcbiAgICAgICAgICBpZiAoIWxpbmVzW2ldICYmIGkgKyAxID09PSBsKSB7XG4gICAgICAgICAgICBicmVhaztcbiAgICAgICAgICB9XG5cbiAgICAgICAgICBsaW5lc1tpXSA9IG9wdGlvbnMuaW5kZW50ICsgbGluZXNbaV07XG4gICAgICAgIH1cbiAgICAgICAgcmVzdWx0ID0gbGluZXMuam9pbignXFxuJyk7XG4gICAgICB9XG4gICAgICByZXR1cm4gcmVzdWx0O1xuICAgIH0gZWxzZSB7XG4gICAgICB0aHJvdyBuZXcgRXhjZXB0aW9uKFxuICAgICAgICAnVGhlIHBhcnRpYWwgJyArXG4gICAgICAgICAgb3B0aW9ucy5uYW1lICtcbiAgICAgICAgICAnIGNvdWxkIG5vdCBiZSBjb21waWxlZCB3aGVuIHJ1bm5pbmcgaW4gcnVudGltZS1vbmx5IG1vZGUnXG4gICAgICApO1xuICAgIH1cbiAgfVxuXG4gIC8vIEp1c3QgYWRkIHdhdGVyXG4gIGxldCBjb250YWluZXIgPSB7XG4gICAgc3RyaWN0OiBmdW5jdGlvbihvYmosIG5hbWUsIGxvYykge1xuICAgICAgaWYgKCFvYmogfHwgIShuYW1lIGluIG9iaikpIHtcbiAgICAgICAgdGhyb3cgbmV3IEV4Y2VwdGlvbignXCInICsgbmFtZSArICdcIiBub3QgZGVmaW5lZCBpbiAnICsgb2JqLCB7XG4gICAgICAgICAgbG9jOiBsb2NcbiAgICAgICAgfSk7XG4gICAgICB9XG4gICAgICByZXR1cm4gY29udGFpbmVyLmxvb2t1cFByb3BlcnR5KG9iaiwgbmFtZSk7XG4gICAgfSxcbiAgICBsb29rdXBQcm9wZXJ0eTogZnVuY3Rpb24ocGFyZW50LCBwcm9wZXJ0eU5hbWUpIHtcbiAgICAgIGxldCByZXN1bHQgPSBwYXJlbnRbcHJvcGVydHlOYW1lXTtcbiAgICAgIGlmIChyZXN1bHQgPT0gbnVsbCkge1xuICAgICAgICByZXR1cm4gcmVzdWx0O1xuICAgICAgfVxuICAgICAgaWYgKE9iamVjdC5wcm90b3R5cGUuaGFzT3duUHJvcGVydHkuY2FsbChwYXJlbnQsIHByb3BlcnR5TmFtZSkpIHtcbiAgICAgICAgcmV0dXJuIHJlc3VsdDtcbiAgICAgIH1cblxuICAgICAgaWYgKHJlc3VsdElzQWxsb3dlZChyZXN1bHQsIGNvbnRhaW5lci5wcm90b0FjY2Vzc0NvbnRyb2wsIHByb3BlcnR5TmFtZSkpIHtcbiAgICAgICAgcmV0dXJuIHJlc3VsdDtcbiAgICAgIH1cbiAgICAgIHJldHVybiB1bmRlZmluZWQ7XG4gICAgfSxcbiAgICBsb29rdXA6IGZ1bmN0aW9uKGRlcHRocywgbmFtZSkge1xuICAgICAgY29uc3QgbGVuID0gZGVwdGhzLmxlbmd0aDtcbiAgICAgIGZvciAobGV0IGkgPSAwOyBpIDwgbGVuOyBpKyspIHtcbiAgICAgICAgbGV0IHJlc3VsdCA9IGRlcHRoc1tpXSAmJiBjb250YWluZXIubG9va3VwUHJvcGVydHkoZGVwdGhzW2ldLCBuYW1lKTtcbiAgICAgICAgaWYgKHJlc3VsdCAhPSBudWxsKSB7XG4gICAgICAgICAgcmV0dXJuIGRlcHRoc1tpXVtuYW1lXTtcbiAgICAgICAgfVxuICAgICAgfVxuICAgIH0sXG4gICAgbGFtYmRhOiBmdW5jdGlvbihjdXJyZW50LCBjb250ZXh0KSB7XG4gICAgICByZXR1cm4gdHlwZW9mIGN1cnJlbnQgPT09ICdmdW5jdGlvbicgPyBjdXJyZW50LmNhbGwoY29udGV4dCkgOiBjdXJyZW50O1xuICAgIH0sXG5cbiAgICBlc2NhcGVFeHByZXNzaW9uOiBVdGlscy5lc2NhcGVFeHByZXNzaW9uLFxuICAgIGludm9rZVBhcnRpYWw6IGludm9rZVBhcnRpYWxXcmFwcGVyLFxuXG4gICAgZm46IGZ1bmN0aW9uKGkpIHtcbiAgICAgIGxldCByZXQgPSB0ZW1wbGF0ZVNwZWNbaV07XG4gICAgICByZXQuZGVjb3JhdG9yID0gdGVtcGxhdGVTcGVjW2kgKyAnX2QnXTtcbiAgICAgIHJldHVybiByZXQ7XG4gICAgfSxcblxuICAgIHByb2dyYW1zOiBbXSxcbiAgICBwcm9ncmFtOiBmdW5jdGlvbihpLCBkYXRhLCBkZWNsYXJlZEJsb2NrUGFyYW1zLCBibG9ja1BhcmFtcywgZGVwdGhzKSB7XG4gICAgICBsZXQgcHJvZ3JhbVdyYXBwZXIgPSB0aGlzLnByb2dyYW1zW2ldLFxuICAgICAgICBmbiA9IHRoaXMuZm4oaSk7XG4gICAgICBpZiAoZGF0YSB8fCBkZXB0aHMgfHwgYmxvY2tQYXJhbXMgfHwgZGVjbGFyZWRCbG9ja1BhcmFtcykge1xuICAgICAgICBwcm9ncmFtV3JhcHBlciA9IHdyYXBQcm9ncmFtKFxuICAgICAgICAgIHRoaXMsXG4gICAgICAgICAgaSxcbiAgICAgICAgICBmbixcbiAgICAgICAgICBkYXRhLFxuICAgICAgICAgIGRlY2xhcmVkQmxvY2tQYXJhbXMsXG4gICAgICAgICAgYmxvY2tQYXJhbXMsXG4gICAgICAgICAgZGVwdGhzXG4gICAgICAgICk7XG4gICAgICB9IGVsc2UgaWYgKCFwcm9ncmFtV3JhcHBlcikge1xuICAgICAgICBwcm9ncmFtV3JhcHBlciA9IHRoaXMucHJvZ3JhbXNbaV0gPSB3cmFwUHJvZ3JhbSh0aGlzLCBpLCBmbik7XG4gICAgICB9XG4gICAgICByZXR1cm4gcHJvZ3JhbVdyYXBwZXI7XG4gICAgfSxcblxuICAgIGRhdGE6IGZ1bmN0aW9uKHZhbHVlLCBkZXB0aCkge1xuICAgICAgd2hpbGUgKHZhbHVlICYmIGRlcHRoLS0pIHtcbiAgICAgICAgdmFsdWUgPSB2YWx1ZS5fcGFyZW50O1xuICAgICAgfVxuICAgICAgcmV0dXJuIHZhbHVlO1xuICAgIH0sXG4gICAgbWVyZ2VJZk5lZWRlZDogZnVuY3Rpb24ocGFyYW0sIGNvbW1vbikge1xuICAgICAgbGV0IG9iaiA9IHBhcmFtIHx8IGNvbW1vbjtcblxuICAgICAgaWYgKHBhcmFtICYmIGNvbW1vbiAmJiBwYXJhbSAhPT0gY29tbW9uKSB7XG4gICAgICAgIG9iaiA9IFV0aWxzLmV4dGVuZCh7fSwgY29tbW9uLCBwYXJhbSk7XG4gICAgICB9XG5cbiAgICAgIHJldHVybiBvYmo7XG4gICAgfSxcbiAgICAvLyBBbiBlbXB0eSBvYmplY3QgdG8gdXNlIGFzIHJlcGxhY2VtZW50IGZvciBudWxsLWNvbnRleHRzXG4gICAgbnVsbENvbnRleHQ6IE9iamVjdC5zZWFsKHt9KSxcblxuICAgIG5vb3A6IGVudi5WTS5ub29wLFxuICAgIGNvbXBpbGVySW5mbzogdGVtcGxhdGVTcGVjLmNvbXBpbGVyXG4gIH07XG5cbiAgZnVuY3Rpb24gcmV0KGNvbnRleHQsIG9wdGlvbnMgPSB7fSkge1xuICAgIGxldCBkYXRhID0gb3B0aW9ucy5kYXRhO1xuXG4gICAgcmV0Ll9zZXR1cChvcHRpb25zKTtcbiAgICBpZiAoIW9wdGlvbnMucGFydGlhbCAmJiB0ZW1wbGF0ZVNwZWMudXNlRGF0YSkge1xuICAgICAgZGF0YSA9IGluaXREYXRhKGNvbnRleHQsIGRhdGEpO1xuICAgIH1cbiAgICBsZXQgZGVwdGhzLFxuICAgICAgYmxvY2tQYXJhbXMgPSB0ZW1wbGF0ZVNwZWMudXNlQmxvY2tQYXJhbXMgPyBbXSA6IHVuZGVmaW5lZDtcbiAgICBpZiAodGVtcGxhdGVTcGVjLnVzZURlcHRocykge1xuICAgICAgaWYgKG9wdGlvbnMuZGVwdGhzKSB7XG4gICAgICAgIGRlcHRocyA9XG4gICAgICAgICAgY29udGV4dCAhPSBvcHRpb25zLmRlcHRoc1swXVxuICAgICAgICAgICAgPyBbY29udGV4dF0uY29uY2F0KG9wdGlvbnMuZGVwdGhzKVxuICAgICAgICAgICAgOiBvcHRpb25zLmRlcHRocztcbiAgICAgIH0gZWxzZSB7XG4gICAgICAgIGRlcHRocyA9IFtjb250ZXh0XTtcbiAgICAgIH1cbiAgICB9XG5cbiAgICBmdW5jdGlvbiBtYWluKGNvbnRleHQgLyosIG9wdGlvbnMqLykge1xuICAgICAgcmV0dXJuIChcbiAgICAgICAgJycgK1xuICAgICAgICB0ZW1wbGF0ZVNwZWMubWFpbihcbiAgICAgICAgICBjb250YWluZXIsXG4gICAgICAgICAgY29udGV4dCxcbiAgICAgICAgICBjb250YWluZXIuaGVscGVycyxcbiAgICAgICAgICBjb250YWluZXIucGFydGlhbHMsXG4gICAgICAgICAgZGF0YSxcbiAgICAgICAgICBibG9ja1BhcmFtcyxcbiAgICAgICAgICBkZXB0aHNcbiAgICAgICAgKVxuICAgICAgKTtcbiAgICB9XG5cbiAgICBtYWluID0gZXhlY3V0ZURlY29yYXRvcnMoXG4gICAgICB0ZW1wbGF0ZVNwZWMubWFpbixcbiAgICAgIG1haW4sXG4gICAgICBjb250YWluZXIsXG4gICAgICBvcHRpb25zLmRlcHRocyB8fCBbXSxcbiAgICAgIGRhdGEsXG4gICAgICBibG9ja1BhcmFtc1xuICAgICk7XG4gICAgcmV0dXJuIG1haW4oY29udGV4dCwgb3B0aW9ucyk7XG4gIH1cblxuICByZXQuaXNUb3AgPSB0cnVlO1xuXG4gIHJldC5fc2V0dXAgPSBmdW5jdGlvbihvcHRpb25zKSB7XG4gICAgaWYgKCFvcHRpb25zLnBhcnRpYWwpIHtcbiAgICAgIGxldCBtZXJnZWRIZWxwZXJzID0gVXRpbHMuZXh0ZW5kKHt9LCBlbnYuaGVscGVycywgb3B0aW9ucy5oZWxwZXJzKTtcbiAgICAgIHdyYXBIZWxwZXJzVG9QYXNzTG9va3VwUHJvcGVydHkobWVyZ2VkSGVscGVycywgY29udGFpbmVyKTtcbiAgICAgIGNvbnRhaW5lci5oZWxwZXJzID0gbWVyZ2VkSGVscGVycztcblxuICAgICAgaWYgKHRlbXBsYXRlU3BlYy51c2VQYXJ0aWFsKSB7XG4gICAgICAgIC8vIFVzZSBtZXJnZUlmTmVlZGVkIGhlcmUgdG8gcHJldmVudCBjb21waWxpbmcgZ2xvYmFsIHBhcnRpYWxzIG11bHRpcGxlIHRpbWVzXG4gICAgICAgIGNvbnRhaW5lci5wYXJ0aWFscyA9IGNvbnRhaW5lci5tZXJnZUlmTmVlZGVkKFxuICAgICAgICAgIG9wdGlvbnMucGFydGlhbHMsXG4gICAgICAgICAgZW52LnBhcnRpYWxzXG4gICAgICAgICk7XG4gICAgICB9XG4gICAgICBpZiAodGVtcGxhdGVTcGVjLnVzZVBhcnRpYWwgfHwgdGVtcGxhdGVTcGVjLnVzZURlY29yYXRvcnMpIHtcbiAgICAgICAgY29udGFpbmVyLmRlY29yYXRvcnMgPSBVdGlscy5leHRlbmQoXG4gICAgICAgICAge30sXG4gICAgICAgICAgZW52LmRlY29yYXRvcnMsXG4gICAgICAgICAgb3B0aW9ucy5kZWNvcmF0b3JzXG4gICAgICAgICk7XG4gICAgICB9XG5cbiAgICAgIGNvbnRhaW5lci5ob29rcyA9IHt9O1xuICAgICAgY29udGFpbmVyLnByb3RvQWNjZXNzQ29udHJvbCA9IGNyZWF0ZVByb3RvQWNjZXNzQ29udHJvbChvcHRpb25zKTtcblxuICAgICAgbGV0IGtlZXBIZWxwZXJJbkhlbHBlcnMgPVxuICAgICAgICBvcHRpb25zLmFsbG93Q2FsbHNUb0hlbHBlck1pc3NpbmcgfHxcbiAgICAgICAgdGVtcGxhdGVXYXNQcmVjb21waWxlZFdpdGhDb21waWxlclY3O1xuICAgICAgbW92ZUhlbHBlclRvSG9va3MoY29udGFpbmVyLCAnaGVscGVyTWlzc2luZycsIGtlZXBIZWxwZXJJbkhlbHBlcnMpO1xuICAgICAgbW92ZUhlbHBlclRvSG9va3MoY29udGFpbmVyLCAnYmxvY2tIZWxwZXJNaXNzaW5nJywga2VlcEhlbHBlckluSGVscGVycyk7XG4gICAgfSBlbHNlIHtcbiAgICAgIGNvbnRhaW5lci5wcm90b0FjY2Vzc0NvbnRyb2wgPSBvcHRpb25zLnByb3RvQWNjZXNzQ29udHJvbDsgLy8gaW50ZXJuYWwgb3B0aW9uXG4gICAgICBjb250YWluZXIuaGVscGVycyA9IG9wdGlvbnMuaGVscGVycztcbiAgICAgIGNvbnRhaW5lci5wYXJ0aWFscyA9IG9wdGlvbnMucGFydGlhbHM7XG4gICAgICBjb250YWluZXIuZGVjb3JhdG9ycyA9IG9wdGlvbnMuZGVjb3JhdG9ycztcbiAgICAgIGNvbnRhaW5lci5ob29rcyA9IG9wdGlvbnMuaG9va3M7XG4gICAgfVxuICB9O1xuXG4gIHJldC5fY2hpbGQgPSBmdW5jdGlvbihpLCBkYXRhLCBibG9ja1BhcmFtcywgZGVwdGhzKSB7XG4gICAgaWYgKHRlbXBsYXRlU3BlYy51c2VCbG9ja1BhcmFtcyAmJiAhYmxvY2tQYXJhbXMpIHtcbiAgICAgIHRocm93IG5ldyBFeGNlcHRpb24oJ211c3QgcGFzcyBibG9jayBwYXJhbXMnKTtcbiAgICB9XG4gICAgaWYgKHRlbXBsYXRlU3BlYy51c2VEZXB0aHMgJiYgIWRlcHRocykge1xuICAgICAgdGhyb3cgbmV3IEV4Y2VwdGlvbignbXVzdCBwYXNzIHBhcmVudCBkZXB0aHMnKTtcbiAgICB9XG5cbiAgICByZXR1cm4gd3JhcFByb2dyYW0oXG4gICAgICBjb250YWluZXIsXG4gICAgICBpLFxuICAgICAgdGVtcGxhdGVTcGVjW2ldLFxuICAgICAgZGF0YSxcbiAgICAgIDAsXG4gICAgICBibG9ja1BhcmFtcyxcbiAgICAgIGRlcHRoc1xuICAgICk7XG4gIH07XG4gIHJldHVybiByZXQ7XG59XG5cbmV4cG9ydCBmdW5jdGlvbiB3cmFwUHJvZ3JhbShcbiAgY29udGFpbmVyLFxuICBpLFxuICBmbixcbiAgZGF0YSxcbiAgZGVjbGFyZWRCbG9ja1BhcmFtcyxcbiAgYmxvY2tQYXJhbXMsXG4gIGRlcHRoc1xuKSB7XG4gIGZ1bmN0aW9uIHByb2coY29udGV4dCwgb3B0aW9ucyA9IHt9KSB7XG4gICAgbGV0IGN1cnJlbnREZXB0aHMgPSBkZXB0aHM7XG4gICAgaWYgKFxuICAgICAgZGVwdGhzICYmXG4gICAgICBjb250ZXh0ICE9IGRlcHRoc1swXSAmJlxuICAgICAgIShjb250ZXh0ID09PSBjb250YWluZXIubnVsbENvbnRleHQgJiYgZGVwdGhzWzBdID09PSBudWxsKVxuICAgICkge1xuICAgICAgY3VycmVudERlcHRocyA9IFtjb250ZXh0XS5jb25jYXQoZGVwdGhzKTtcbiAgICB9XG5cbiAgICByZXR1cm4gZm4oXG4gICAgICBjb250YWluZXIsXG4gICAgICBjb250ZXh0LFxuICAgICAgY29udGFpbmVyLmhlbHBlcnMsXG4gICAgICBjb250YWluZXIucGFydGlhbHMsXG4gICAgICBvcHRpb25zLmRhdGEgfHwgZGF0YSxcbiAgICAgIGJsb2NrUGFyYW1zICYmIFtvcHRpb25zLmJsb2NrUGFyYW1zXS5jb25jYXQoYmxvY2tQYXJhbXMpLFxuICAgICAgY3VycmVudERlcHRoc1xuICAgICk7XG4gIH1cblxuICBwcm9nID0gZXhlY3V0ZURlY29yYXRvcnMoZm4sIHByb2csIGNvbnRhaW5lciwgZGVwdGhzLCBkYXRhLCBibG9ja1BhcmFtcyk7XG5cbiAgcHJvZy5wcm9ncmFtID0gaTtcbiAgcHJvZy5kZXB0aCA9IGRlcHRocyA/IGRlcHRocy5sZW5ndGggOiAwO1xuICBwcm9nLmJsb2NrUGFyYW1zID0gZGVjbGFyZWRCbG9ja1BhcmFtcyB8fCAwO1xuICByZXR1cm4gcHJvZztcbn1cblxuLyoqXG4gKiBUaGlzIGlzIGN1cnJlbnRseSBwYXJ0IG9mIHRoZSBvZmZpY2lhbCBBUEksIHRoZXJlZm9yZSBpbXBsZW1lbnRhdGlvbiBkZXRhaWxzIHNob3VsZCBub3QgYmUgY2hhbmdlZC5cbiAqL1xuZXhwb3J0IGZ1bmN0aW9uIHJlc29sdmVQYXJ0aWFsKHBhcnRpYWwsIGNvbnRleHQsIG9wdGlvbnMpIHtcbiAgaWYgKCFwYXJ0aWFsKSB7XG4gICAgaWYgKG9wdGlvbnMubmFtZSA9PT0gJ0BwYXJ0aWFsLWJsb2NrJykge1xuICAgICAgcGFydGlhbCA9IG9wdGlvbnMuZGF0YVsncGFydGlhbC1ibG9jayddO1xuICAgIH0gZWxzZSB7XG4gICAgICBwYXJ0aWFsID0gb3B0aW9ucy5wYXJ0aWFsc1tvcHRpb25zLm5hbWVdO1xuICAgIH1cbiAgfSBlbHNlIGlmICghcGFydGlhbC5jYWxsICYmICFvcHRpb25zLm5hbWUpIHtcbiAgICAvLyBUaGlzIGlzIGEgZHluYW1pYyBwYXJ0aWFsIHRoYXQgcmV0dXJuZWQgYSBzdHJpbmdcbiAgICBvcHRpb25zLm5hbWUgPSBwYXJ0aWFsO1xuICAgIHBhcnRpYWwgPSBvcHRpb25zLnBhcnRpYWxzW3BhcnRpYWxdO1xuICB9XG4gIHJldHVybiBwYXJ0aWFsO1xufVxuXG5leHBvcnQgZnVuY3Rpb24gaW52b2tlUGFydGlhbChwYXJ0aWFsLCBjb250ZXh0LCBvcHRpb25zKSB7XG4gIC8vIFVzZSB0aGUgY3VycmVudCBjbG9zdXJlIGNvbnRleHQgdG8gc2F2ZSB0aGUgcGFydGlhbC1ibG9jayBpZiB0aGlzIHBhcnRpYWxcbiAgY29uc3QgY3VycmVudFBhcnRpYWxCbG9jayA9IG9wdGlvbnMuZGF0YSAmJiBvcHRpb25zLmRhdGFbJ3BhcnRpYWwtYmxvY2snXTtcbiAgb3B0aW9ucy5wYXJ0aWFsID0gdHJ1ZTtcbiAgaWYgKG9wdGlvbnMuaWRzKSB7XG4gICAgb3B0aW9ucy5kYXRhLmNvbnRleHRQYXRoID0gb3B0aW9ucy5pZHNbMF0gfHwgb3B0aW9ucy5kYXRhLmNvbnRleHRQYXRoO1xuICB9XG5cbiAgbGV0IHBhcnRpYWxCbG9jaztcbiAgaWYgKG9wdGlvbnMuZm4gJiYgb3B0aW9ucy5mbiAhPT0gbm9vcCkge1xuICAgIG9wdGlvbnMuZGF0YSA9IGNyZWF0ZUZyYW1lKG9wdGlvbnMuZGF0YSk7XG4gICAgLy8gV3JhcHBlciBmdW5jdGlvbiB0byBnZXQgYWNjZXNzIHRvIGN1cnJlbnRQYXJ0aWFsQmxvY2sgZnJvbSB0aGUgY2xvc3VyZVxuICAgIGxldCBmbiA9IG9wdGlvbnMuZm47XG4gICAgcGFydGlhbEJsb2NrID0gb3B0aW9ucy5kYXRhWydwYXJ0aWFsLWJsb2NrJ10gPSBmdW5jdGlvbiBwYXJ0aWFsQmxvY2tXcmFwcGVyKFxuICAgICAgY29udGV4dCxcbiAgICAgIG9wdGlvbnMgPSB7fVxuICAgICkge1xuICAgICAgLy8gUmVzdG9yZSB0aGUgcGFydGlhbC1ibG9jayBmcm9tIHRoZSBjbG9zdXJlIGZvciB0aGUgZXhlY3V0aW9uIG9mIHRoZSBibG9ja1xuICAgICAgLy8gaS5lLiB0aGUgcGFydCBpbnNpZGUgdGhlIGJsb2NrIG9mIHRoZSBwYXJ0aWFsIGNhbGwuXG4gICAgICBvcHRpb25zLmRhdGEgPSBjcmVhdGVGcmFtZShvcHRpb25zLmRhdGEpO1xuICAgICAgb3B0aW9ucy5kYXRhWydwYXJ0aWFsLWJsb2NrJ10gPSBjdXJyZW50UGFydGlhbEJsb2NrO1xuICAgICAgcmV0dXJuIGZuKGNvbnRleHQsIG9wdGlvbnMpO1xuICAgIH07XG4gICAgaWYgKGZuLnBhcnRpYWxzKSB7XG4gICAgICBvcHRpb25zLnBhcnRpYWxzID0gVXRpbHMuZXh0ZW5kKHt9LCBvcHRpb25zLnBhcnRpYWxzLCBmbi5wYXJ0aWFscyk7XG4gICAgfVxuICB9XG5cbiAgaWYgKHBhcnRpYWwgPT09IHVuZGVmaW5lZCAmJiBwYXJ0aWFsQmxvY2spIHtcbiAgICBwYXJ0aWFsID0gcGFydGlhbEJsb2NrO1xuICB9XG5cbiAgaWYgKHBhcnRpYWwgPT09IHVuZGVmaW5lZCkge1xuICAgIHRocm93IG5ldyBFeGNlcHRpb24oJ1RoZSBwYXJ0aWFsICcgKyBvcHRpb25zLm5hbWUgKyAnIGNvdWxkIG5vdCBiZSBmb3VuZCcpO1xuICB9IGVsc2UgaWYgKHBhcnRpYWwgaW5zdGFuY2VvZiBGdW5jdGlvbikge1xuICAgIHJldHVybiBwYXJ0aWFsKGNvbnRleHQsIG9wdGlvbnMpO1xuICB9XG59XG5cbmV4cG9ydCBmdW5jdGlvbiBub29wKCkge1xuICByZXR1cm4gJyc7XG59XG5cbmZ1bmN0aW9uIGluaXREYXRhKGNvbnRleHQsIGRhdGEpIHtcbiAgaWYgKCFkYXRhIHx8ICEoJ3Jvb3QnIGluIGRhdGEpKSB7XG4gICAgZGF0YSA9IGRhdGEgPyBjcmVhdGVGcmFtZShkYXRhKSA6IHt9O1xuICAgIGRhdGEucm9vdCA9IGNvbnRleHQ7XG4gIH1cbiAgcmV0dXJuIGRhdGE7XG59XG5cbmZ1bmN0aW9uIGV4ZWN1dGVEZWNvcmF0b3JzKGZuLCBwcm9nLCBjb250YWluZXIsIGRlcHRocywgZGF0YSwgYmxvY2tQYXJhbXMpIHtcbiAgaWYgKGZuLmRlY29yYXRvcikge1xuICAgIGxldCBwcm9wcyA9IHt9O1xuICAgIHByb2cgPSBmbi5kZWNvcmF0b3IoXG4gICAgICBwcm9nLFxuICAgICAgcHJvcHMsXG4gICAgICBjb250YWluZXIsXG4gICAgICBkZXB0aHMgJiYgZGVwdGhzWzBdLFxuICAgICAgZGF0YSxcbiAgICAgIGJsb2NrUGFyYW1zLFxuICAgICAgZGVwdGhzXG4gICAgKTtcbiAgICBVdGlscy5leHRlbmQocHJvZywgcHJvcHMpO1xuICB9XG4gIHJldHVybiBwcm9nO1xufVxuXG5mdW5jdGlvbiB3cmFwSGVscGVyc1RvUGFzc0xvb2t1cFByb3BlcnR5KG1lcmdlZEhlbHBlcnMsIGNvbnRhaW5lcikge1xuICBPYmplY3Qua2V5cyhtZXJnZWRIZWxwZXJzKS5mb3JFYWNoKGhlbHBlck5hbWUgPT4ge1xuICAgIGxldCBoZWxwZXIgPSBtZXJnZWRIZWxwZXJzW2hlbHBlck5hbWVdO1xuICAgIG1lcmdlZEhlbHBlcnNbaGVscGVyTmFtZV0gPSBwYXNzTG9va3VwUHJvcGVydHlPcHRpb24oaGVscGVyLCBjb250YWluZXIpO1xuICB9KTtcbn1cblxuZnVuY3Rpb24gcGFzc0xvb2t1cFByb3BlcnR5T3B0aW9uKGhlbHBlciwgY29udGFpbmVyKSB7XG4gIGNvbnN0IGxvb2t1cFByb3BlcnR5ID0gY29udGFpbmVyLmxvb2t1cFByb3BlcnR5O1xuICByZXR1cm4gd3JhcEhlbHBlcihoZWxwZXIsIG9wdGlvbnMgPT4ge1xuICAgIHJldHVybiBVdGlscy5leHRlbmQoeyBsb29rdXBQcm9wZXJ0eSB9LCBvcHRpb25zKTtcbiAgfSk7XG59XG4iXX0=\n","'use strict';\n\nexports.__esModule = true;\nexports.wrapHelper = wrapHelper;\n\nfunction wrapHelper(helper, transformOptionsFn) {\n if (typeof helper !== 'function') {\n // This should not happen, but apparently it does in https://github.com/wycats/handlebars.js/issues/1639\n // We try to make the wrapper least-invasive by not wrapping it, if the helper is not a function.\n return helper;\n }\n var wrapper = function wrapper() /* dynamic arguments */{\n var options = arguments[arguments.length - 1];\n arguments[arguments.length - 1] = transformOptionsFn(options);\n return helper.apply(this, arguments);\n };\n return wrapper;\n}\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uL2xpYi9oYW5kbGViYXJzL2ludGVybmFsL3dyYXBIZWxwZXIuanMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6Ijs7Ozs7QUFBTyxTQUFTLFVBQVUsQ0FBQyxNQUFNLEVBQUUsa0JBQWtCLEVBQUU7QUFDckQsTUFBSSxPQUFPLE1BQU0sS0FBSyxVQUFVLEVBQUU7OztBQUdoQyxXQUFPLE1BQU0sQ0FBQztHQUNmO0FBQ0QsTUFBSSxPQUFPLEdBQUcsU0FBVixPQUFPLDBCQUFxQztBQUM5QyxRQUFNLE9BQU8sR0FBRyxTQUFTLENBQUMsU0FBUyxDQUFDLE1BQU0sR0FBRyxDQUFDLENBQUMsQ0FBQztBQUNoRCxhQUFTLENBQUMsU0FBUyxDQUFDLE1BQU0sR0FBRyxDQUFDLENBQUMsR0FBRyxrQkFBa0IsQ0FBQyxPQUFPLENBQUMsQ0FBQztBQUM5RCxXQUFPLE1BQU0sQ0FBQyxLQUFLLENBQUMsSUFBSSxFQUFFLFNBQVMsQ0FBQyxDQUFDO0dBQ3RDLENBQUM7QUFDRixTQUFPLE9BQU8sQ0FBQztDQUNoQiIsImZpbGUiOiJ3cmFwSGVscGVyLmpzIiwic291cmNlc0NvbnRlbnQiOlsiZXhwb3J0IGZ1bmN0aW9uIHdyYXBIZWxwZXIoaGVscGVyLCB0cmFuc2Zvcm1PcHRpb25zRm4pIHtcbiAgaWYgKHR5cGVvZiBoZWxwZXIgIT09ICdmdW5jdGlvbicpIHtcbiAgICAvLyBUaGlzIHNob3VsZCBub3QgaGFwcGVuLCBidXQgYXBwYXJlbnRseSBpdCBkb2VzIGluIGh0dHBzOi8vZ2l0aHViLmNvbS93eWNhdHMvaGFuZGxlYmFycy5qcy9pc3N1ZXMvMTYzOVxuICAgIC8vIFdlIHRyeSB0byBtYWtlIHRoZSB3cmFwcGVyIGxlYXN0LWludmFzaXZlIGJ5IG5vdCB3cmFwcGluZyBpdCwgaWYgdGhlIGhlbHBlciBpcyBub3QgYSBmdW5jdGlvbi5cbiAgICByZXR1cm4gaGVscGVyO1xuICB9XG4gIGxldCB3cmFwcGVyID0gZnVuY3Rpb24oLyogZHluYW1pYyBhcmd1bWVudHMgKi8pIHtcbiAgICBjb25zdCBvcHRpb25zID0gYXJndW1lbnRzW2FyZ3VtZW50cy5sZW5ndGggLSAxXTtcbiAgICBhcmd1bWVudHNbYXJndW1lbnRzLmxlbmd0aCAtIDFdID0gdHJhbnNmb3JtT3B0aW9uc0ZuKG9wdGlvbnMpO1xuICAgIHJldHVybiBoZWxwZXIuYXBwbHkodGhpcywgYXJndW1lbnRzKTtcbiAgfTtcbiAgcmV0dXJuIHdyYXBwZXI7XG59XG4iXX0=\n","'use strict';\n\nexports.__esModule = true;\n\nexports['default'] = function (Handlebars) {\n /* istanbul ignore next */\n var root = typeof global !== 'undefined' ? global : window,\n $Handlebars = root.Handlebars;\n /* istanbul ignore next */\n Handlebars.noConflict = function () {\n if (root.Handlebars === Handlebars) {\n root.Handlebars = $Handlebars;\n }\n return Handlebars;\n };\n};\n\nmodule.exports = exports['default'];\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uL2xpYi9oYW5kbGViYXJzL25vLWNvbmZsaWN0LmpzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7Ozs7cUJBQWUsVUFBUyxVQUFVLEVBQUU7O0FBRWxDLE1BQUksSUFBSSxHQUFHLE9BQU8sTUFBTSxLQUFLLFdBQVcsR0FBRyxNQUFNLEdBQUcsTUFBTTtNQUN4RCxXQUFXLEdBQUcsSUFBSSxDQUFDLFVBQVUsQ0FBQzs7QUFFaEMsWUFBVSxDQUFDLFVBQVUsR0FBRyxZQUFXO0FBQ2pDLFFBQUksSUFBSSxDQUFDLFVBQVUsS0FBSyxVQUFVLEVBQUU7QUFDbEMsVUFBSSxDQUFDLFVBQVUsR0FBRyxXQUFXLENBQUM7S0FDL0I7QUFDRCxXQUFPLFVBQVUsQ0FBQztHQUNuQixDQUFDO0NBQ0giLCJmaWxlIjoibm8tY29uZmxpY3QuanMiLCJzb3VyY2VzQ29udGVudCI6WyJleHBvcnQgZGVmYXVsdCBmdW5jdGlvbihIYW5kbGViYXJzKSB7XG4gIC8qIGlzdGFuYnVsIGlnbm9yZSBuZXh0ICovXG4gIGxldCByb290ID0gdHlwZW9mIGdsb2JhbCAhPT0gJ3VuZGVmaW5lZCcgPyBnbG9iYWwgOiB3aW5kb3csXG4gICAgJEhhbmRsZWJhcnMgPSByb290LkhhbmRsZWJhcnM7XG4gIC8qIGlzdGFuYnVsIGlnbm9yZSBuZXh0ICovXG4gIEhhbmRsZWJhcnMubm9Db25mbGljdCA9IGZ1bmN0aW9uKCkge1xuICAgIGlmIChyb290LkhhbmRsZWJhcnMgPT09IEhhbmRsZWJhcnMpIHtcbiAgICAgIHJvb3QuSGFuZGxlYmFycyA9ICRIYW5kbGViYXJzO1xuICAgIH1cbiAgICByZXR1cm4gSGFuZGxlYmFycztcbiAgfTtcbn1cbiJdfQ==\n","/**\n * Copyright (c) 2016\n *\n * @author Gary Kim <gary@garykim.dev>\n * @author Joas Schilling <coding@schilljs.com>\n * @author John Molakvoæ <skjnldsv@protonmail.com>\n * @author Roeland Jago Douma <roeland@famdouma.nl>\n * @author Vincent Petry <vincent@nextcloud.com>\n *\n * @license GNU AGPL version 3 or any later version\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see <http://www.gnu.org/licenses/>.\n *\n */\n\n/* eslint-disable */\nimport escapeHTML from 'escape-html'\n\n(function(OC) {\n\t/**\n\t * @namespace\n\t */\n\tOC.SystemTags = {\n\t\t/**\n\t\t *\n\t\t * @param {OC.SystemTags.SystemTagModel|Object|String} tag\n\t\t * @returns {jQuery}\n\t\t */\n\t\tgetDescriptiveTag: function(tag) {\n\t\t\tif (_.isUndefined(tag.name) && !_.isUndefined(tag.toJSON)) {\n\t\t\t\ttag = tag.toJSON()\n\t\t\t}\n\n\t\t\tif (_.isUndefined(tag.name)) {\n\t\t\t\treturn $('<span>').addClass('non-existing-tag').text(\n\t\t\t\t\tt('core', 'Non-existing tag #{tag}', {\n\t\t\t\t\t\ttag: tag\n\t\t\t\t\t})\n\t\t\t\t)\n\t\t\t}\n\n\t\t\tvar $span = $('<span>')\n\t\t\t$span.append(escapeHTML(tag.name))\n\n\t\t\tvar scope\n\t\t\tif (!tag.userAssignable) {\n\t\t\t\tscope = t('core', 'restricted')\n\t\t\t}\n\t\t\tif (!tag.userVisible) {\n\t\t\t\t// invisible also implicitly means not assignable\n\t\t\t\tscope = t('core', 'invisible')\n\t\t\t}\n\t\t\tif (scope) {\n\t\t\t\t$span.append($('<em>').text(' (' + scope + ')'))\n\t\t\t}\n\t\t\treturn $span\n\t\t}\n\t}\n})(OC)\n","/**\n * Copyright (c) 2015\n *\n * @author John Molakvoæ <skjnldsv@protonmail.com>\n * @author Roeland Jago Douma <roeland@famdouma.nl>\n * @author Vincent Petry <vincent@nextcloud.com>\n *\n * @license GNU AGPL version 3 or any later version\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see <http://www.gnu.org/licenses/>.\n *\n */\n\nimport { generateRemoteUrl } from '@nextcloud/router'\n\n(function(OC) {\n\t/**\n\t * @class OC.SystemTags.SystemTagsMappingCollection\n\t * @classdesc\n\t *\n\t * Collection of tags assigned to a an object\n\t *\n\t */\n\tconst SystemTagsMappingCollection = OC.Backbone.Collection.extend(\n\t\t/** @lends OC.SystemTags.SystemTagsMappingCollection.prototype */ {\n\n\t\t\tsync: OC.Backbone.davSync,\n\n\t\t\t/**\n\t\t * Use PUT instead of PROPPATCH\n\t\t */\n\t\t\tusePUT: true,\n\n\t\t\t/**\n\t\t * Id of the file for which to filter activities by\n\t\t *\n\t\t * @var int\n\t\t */\n\t\t\t_objectId: null,\n\n\t\t\t/**\n\t\t * Type of the object to filter by\n\t\t *\n\t\t * @var string\n\t\t */\n\t\t\t_objectType: 'files',\n\n\t\t\tmodel: OC.SystemTags.SystemTagModel,\n\n\t\t\turl() {\n\t\t\t\treturn generateRemoteUrl('dav') + '/systemtags-relations/' + this._objectType + '/' + this._objectId\n\t\t\t},\n\n\t\t\t/**\n\t\t * Sets the object id to filter by or null for all.\n\t\t *\n\t\t * @param {int} objectId file id or null\n\t\t */\n\t\t\tsetObjectId(objectId) {\n\t\t\t\tthis._objectId = objectId\n\t\t\t},\n\n\t\t\t/**\n\t\t * Sets the object type to filter by or null for all.\n\t\t *\n\t\t * @param {int} objectType file id or null\n\t\t */\n\t\t\tsetObjectType(objectType) {\n\t\t\t\tthis._objectType = objectType\n\t\t\t},\n\n\t\t\tinitialize(models, options) {\n\t\t\t\toptions = options || {}\n\t\t\t\tif (!_.isUndefined(options.objectId)) {\n\t\t\t\t\tthis._objectId = options.objectId\n\t\t\t\t}\n\t\t\t\tif (!_.isUndefined(options.objectType)) {\n\t\t\t\t\tthis._objectType = options.objectType\n\t\t\t\t}\n\t\t\t},\n\n\t\t\tgetTagIds() {\n\t\t\t\treturn this.map(function(model) {\n\t\t\t\t\treturn model.id\n\t\t\t\t})\n\t\t\t},\n\t\t})\n\n\tOC.SystemTags = OC.SystemTags || {}\n\tOC.SystemTags.SystemTagsMappingCollection = SystemTagsMappingCollection\n})(OC)\n","/**\n * Copyright (c) 2015\n *\n * @author Joas Schilling <coding@schilljs.com>\n * @author John Molakvoæ <skjnldsv@protonmail.com>\n * @author Roeland Jago Douma <roeland@famdouma.nl>\n * @author Vincent Petry <vincent@nextcloud.com>\n *\n * @license GNU AGPL version 3 or any later version\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see <http://www.gnu.org/licenses/>.\n *\n */\n\n/* eslint-disable */\nimport templateResult from './templates/result.handlebars'\nimport templateResultForm from './templates/result_form.handlebars'\nimport templateSelection from './templates/selection.handlebars'\n\n(function(OC) {\n\n\t/**\n\t * @class OC.SystemTags.SystemTagsInputField\n\t * @classdesc\n\t *\n\t * Displays a file's system tags\n\t *\n\t */\n\tvar SystemTagsInputField = OC.Backbone.View.extend(\n\t\t/** @lends OC.SystemTags.SystemTagsInputField.prototype */ {\n\n\t\t\t_rendered: false,\n\n\t\t\t_newTag: null,\n\n\t\t\t_lastUsedTags: [],\n\n\t\t\tclassName: 'systemTagsInputFieldContainer',\n\n\t\t\ttemplate: function(data) {\n\t\t\t\treturn '<input class=\"systemTagsInputField\" type=\"hidden\" name=\"tags\" value=\"\"/>'\n\t\t\t},\n\n\t\t\t/**\n\t\t * Creates a new SystemTagsInputField\n\t\t *\n\t\t * @param {Object} [options]\n\t\t * @param {string} [options.objectType=files] object type for which tags are assigned to\n\t\t * @param {bool} [options.multiple=false] whether to allow selecting multiple tags\n\t\t * @param {bool} [options.allowActions=true] whether tags can be renamed/delete within the dropdown\n\t\t * @param {bool} [options.allowCreate=true] whether new tags can be created\n\t\t * @param {bool} [options.isAdmin=true] whether the user is an administrator\n\t\t * @param {Function} options.initSelection function to convert selection to data\n\t\t */\n\t\t\tinitialize: function(options) {\n\t\t\t\toptions = options || {}\n\n\t\t\t\tthis._multiple = !!options.multiple\n\t\t\t\tthis._allowActions = _.isUndefined(options.allowActions) || !!options.allowActions\n\t\t\t\tthis._allowCreate = _.isUndefined(options.allowCreate) || !!options.allowCreate\n\t\t\t\tthis._isAdmin = !!options.isAdmin\n\n\t\t\t\tif (_.isFunction(options.initSelection)) {\n\t\t\t\t\tthis._initSelection = options.initSelection\n\t\t\t\t}\n\n\t\t\t\tthis.collection = options.collection || OC.SystemTags.collection\n\n\t\t\t\tvar self = this\n\t\t\t\tthis.collection.on('change:name remove', function() {\n\t\t\t\t// refresh selection\n\t\t\t\t\t_.defer(self._refreshSelection)\n\t\t\t\t})\n\n\t\t\t\t_.defer(_.bind(this._getLastUsedTags, this))\n\n\t\t\t\t_.bindAll(\n\t\t\t\t\tthis,\n\t\t\t\t\t'_refreshSelection',\n\t\t\t\t\t'_onClickRenameTag',\n\t\t\t\t\t'_onClickDeleteTag',\n\t\t\t\t\t'_onSelectTag',\n\t\t\t\t\t'_onDeselectTag',\n\t\t\t\t\t'_onSubmitRenameTag'\n\t\t\t\t)\n\t\t\t},\n\n\t\t\t_getLastUsedTags: function() {\n\t\t\t\tvar self = this\n\t\t\t\t$.ajax({\n\t\t\t\t\ttype: 'GET',\n\t\t\t\t\turl: OC.generateUrl('/apps/systemtags/lastused'),\n\t\t\t\t\tsuccess: function(response) {\n\t\t\t\t\t\tself._lastUsedTags = response\n\t\t\t\t\t}\n\t\t\t\t})\n\t\t\t},\n\n\t\t\t/**\n\t\t * Refreshes the selection, triggering a call to\n\t\t * select2's initSelection\n\t\t */\n\t\t\t_refreshSelection: function() {\n\t\t\t\tthis.$tagsField.select2('val', this.$tagsField.val())\n\t\t\t},\n\n\t\t\t/**\n\t\t * Event handler whenever the user clicked the \"rename\" action.\n\t\t * This will display the rename field.\n\t\t */\n\t\t\t_onClickRenameTag: function(ev) {\n\t\t\t\tvar $item = $(ev.target).closest('.systemtags-item')\n\t\t\t\tvar tagId = $item.attr('data-id')\n\t\t\t\tvar tagModel = this.collection.get(tagId)\n\n\t\t\t\tvar oldName = tagModel.get('name')\n\t\t\t\tvar $renameForm = $(templateResultForm({\n\t\t\t\t\tcid: this.cid,\n\t\t\t\t\tname: oldName,\n\t\t\t\t\tdeleteTooltip: t('core', 'Delete'),\n\t\t\t\t\trenameLabel: t('core', 'Rename'),\n\t\t\t\t\tisAdmin: this._isAdmin\n\t\t\t\t}))\n\t\t\t\t$item.find('.label').after($renameForm)\n\t\t\t\t$item.find('.label, .systemtags-actions').addClass('hidden')\n\t\t\t\t$item.closest('.select2-result').addClass('has-form')\n\n\t\t\t\t$renameForm.find('[title]').tooltip({\n\t\t\t\t\tplacement: 'bottom',\n\t\t\t\t\tcontainer: 'body'\n\t\t\t\t})\n\t\t\t\t$renameForm.find('input').focus().selectRange(0, oldName.length)\n\t\t\t\treturn false\n\t\t\t},\n\n\t\t\t/**\n\t\t * Event handler whenever the rename form has been submitted after\n\t\t * the user entered a new tag name.\n\t\t * This will submit the change to the server.\n\t\t *\n\t\t * @param {Object} ev event\n\t\t */\n\t\t\t_onSubmitRenameTag: function(ev) {\n\t\t\t\tev.preventDefault()\n\t\t\t\tvar $form = $(ev.target)\n\t\t\t\tvar $item = $form.closest('.systemtags-item')\n\t\t\t\tvar tagId = $item.attr('data-id')\n\t\t\t\tvar tagModel = this.collection.get(tagId)\n\t\t\t\tvar newName = $(ev.target).find('input').val().trim()\n\t\t\t\tif (newName && newName !== tagModel.get('name')) {\n\t\t\t\t\ttagModel.save({ 'name': newName })\n\t\t\t\t\t// TODO: spinner, and only change text after finished saving\n\t\t\t\t\t$item.find('.label').text(newName)\n\t\t\t\t}\n\t\t\t\t$item.find('.label, .systemtags-actions').removeClass('hidden')\n\t\t\t\t$form.remove()\n\t\t\t\t$item.closest('.select2-result').removeClass('has-form')\n\t\t\t},\n\n\t\t\t/**\n\t\t * Event handler whenever a tag must be deleted\n\t\t *\n\t\t * @param {Object} ev event\n\t\t */\n\t\t\t_onClickDeleteTag: function(ev) {\n\t\t\t\tvar $item = $(ev.target).closest('.systemtags-item')\n\t\t\t\tvar tagId = $item.attr('data-id')\n\t\t\t\tthis.collection.get(tagId).destroy()\n\t\t\t\t$(ev.target).tooltip('hide')\n\t\t\t\t$item.closest('.select2-result').remove()\n\t\t\t\t// TODO: spinner\n\t\t\t\treturn false\n\t\t\t},\n\n\t\t\t_addToSelect2Selection: function(selection) {\n\t\t\t\tvar data = this.$tagsField.select2('data')\n\t\t\t\tdata.push(selection)\n\t\t\t\tthis.$tagsField.select2('data', data)\n\t\t\t},\n\n\t\t\t/**\n\t\t * Event handler whenever a tag is selected.\n\t\t * Also called whenever tag creation is requested through the dummy tag object.\n\t\t *\n\t\t * @param {Object} e event\n\t\t */\n\t\t\t_onSelectTag: function(e) {\n\t\t\t\tvar self = this\n\t\t\t\tvar tag\n\t\t\t\tif (e.object && e.object.isNew) {\n\t\t\t\t// newly created tag, check if existing\n\t\t\t\t// create a new tag\n\t\t\t\t\ttag = this.collection.create({\n\t\t\t\t\t\tname: e.object.name.trim(),\n\t\t\t\t\t\tuserVisible: true,\n\t\t\t\t\t\tuserAssignable: true,\n\t\t\t\t\t\tcanAssign: true\n\t\t\t\t\t}, {\n\t\t\t\t\t\tsuccess: function(model) {\n\t\t\t\t\t\t\tself._addToSelect2Selection(model.toJSON())\n\t\t\t\t\t\t\tself._lastUsedTags.unshift(model.id)\n\t\t\t\t\t\t\tself.trigger('select', model)\n\t\t\t\t\t\t},\n\t\t\t\t\t\terror: function(model, xhr) {\n\t\t\t\t\t\t\tif (xhr.status === 409) {\n\t\t\t\t\t\t\t// re-fetch collection to get the missing tag\n\t\t\t\t\t\t\t\tself.collection.reset()\n\t\t\t\t\t\t\t\tself.collection.fetch({\n\t\t\t\t\t\t\t\t\tsuccess: function(collection) {\n\t\t\t\t\t\t\t\t\t// find the tag in the collection\n\t\t\t\t\t\t\t\t\t\tvar model = collection.where({\n\t\t\t\t\t\t\t\t\t\t\tname: e.object.name.trim(),\n\t\t\t\t\t\t\t\t\t\t\tuserVisible: true,\n\t\t\t\t\t\t\t\t\t\t\tuserAssignable: true\n\t\t\t\t\t\t\t\t\t\t})\n\t\t\t\t\t\t\t\t\t\tif (model.length) {\n\t\t\t\t\t\t\t\t\t\t\tmodel = model[0]\n\t\t\t\t\t\t\t\t\t\t\t// the tag already exists or was already assigned,\n\t\t\t\t\t\t\t\t\t\t\t// add it to the list anyway\n\t\t\t\t\t\t\t\t\t\t\tself._addToSelect2Selection(model.toJSON())\n\t\t\t\t\t\t\t\t\t\t\tself.trigger('select', model)\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t})\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t})\n\t\t\t\t\tthis.$tagsField.select2('close')\n\t\t\t\t\te.preventDefault()\n\t\t\t\t\treturn false\n\t\t\t\t} else {\n\t\t\t\t\ttag = this.collection.get(e.object.id)\n\t\t\t\t\tthis._lastUsedTags.unshift(tag.id)\n\t\t\t\t}\n\t\t\t\tthis._newTag = null\n\t\t\t\tthis.trigger('select', tag)\n\t\t\t},\n\n\t\t\t/**\n\t\t * Event handler whenever a tag gets deselected.\n\t\t *\n\t\t * @param {Object} e event\n\t\t */\n\t\t\t_onDeselectTag: function(e) {\n\t\t\t\tthis.trigger('deselect', e.choice.id)\n\t\t\t},\n\n\t\t\t/**\n\t\t * Autocomplete function for dropdown results\n\t\t *\n\t\t * @param {Object} query select2 query object\n\t\t */\n\t\t\t_queryTagsAutocomplete: function(query) {\n\t\t\t\tvar self = this\n\t\t\t\tthis.collection.fetch({\n\t\t\t\t\tsuccess: function(collection) {\n\t\t\t\t\t\tvar tagModels = collection.filterByName(query.term.trim())\n\t\t\t\t\t\tif (!self._isAdmin) {\n\t\t\t\t\t\t\ttagModels = _.filter(tagModels, function(tagModel) {\n\t\t\t\t\t\t\t\treturn tagModel.get('canAssign')\n\t\t\t\t\t\t\t})\n\t\t\t\t\t\t}\n\t\t\t\t\t\tquery.callback({\n\t\t\t\t\t\t\tresults: _.invoke(tagModels, 'toJSON')\n\t\t\t\t\t\t})\n\t\t\t\t\t}\n\t\t\t\t})\n\t\t\t},\n\n\t\t\t_preventDefault: function(e) {\n\t\t\t\te.stopPropagation()\n\t\t\t},\n\n\t\t\t/**\n\t\t * Formats a single dropdown result\n\t\t *\n\t\t * @param {Object} data data to format\n\t\t * @returns {string} HTML markup\n\t\t */\n\t\t\t_formatDropDownResult: function(data) {\n\t\t\t\treturn templateResult(_.extend({\n\t\t\t\t\trenameTooltip: t('core', 'Rename'),\n\t\t\t\t\tallowActions: this._allowActions,\n\t\t\t\t\ttagMarkup: this._isAdmin ? OC.SystemTags.getDescriptiveTag(data)[0].innerHTML : null,\n\t\t\t\t\tisAdmin: this._isAdmin\n\t\t\t\t}, data))\n\t\t\t},\n\n\t\t\t/**\n\t\t * Formats a single selection item\n\t\t *\n\t\t * @param {Object} data data to format\n\t\t * @returns {string} HTML markup\n\t\t */\n\t\t\t_formatSelection: function(data) {\n\t\t\t\treturn templateSelection(_.extend({\n\t\t\t\t\ttagMarkup: this._isAdmin ? OC.SystemTags.getDescriptiveTag(data)[0].innerHTML : null,\n\t\t\t\t\tisAdmin: this._isAdmin\n\t\t\t\t}, data))\n\t\t\t},\n\n\t\t\t/**\n\t\t * Create new dummy choice for select2 when the user\n\t\t * types an arbitrary string\n\t\t *\n\t\t * @param {string} term entered term\n\t\t * @returns {Object} dummy tag\n\t\t */\n\t\t\t_createSearchChoice: function(term) {\n\t\t\t\tterm = term.trim()\n\t\t\t\tif (this.collection.filter(function(entry) {\n\t\t\t\t\treturn entry.get('name') === term\n\t\t\t\t}).length) {\n\t\t\t\t\treturn\n\t\t\t\t}\n\t\t\t\tif (!this._newTag) {\n\t\t\t\t\tthis._newTag = {\n\t\t\t\t\t\tid: -1,\n\t\t\t\t\t\tname: term,\n\t\t\t\t\t\tuserAssignable: true,\n\t\t\t\t\t\tuserVisible: true,\n\t\t\t\t\t\tcanAssign: true,\n\t\t\t\t\t\tisNew: true\n\t\t\t\t\t}\n\t\t\t\t} else {\n\t\t\t\t\tthis._newTag.name = term\n\t\t\t\t}\n\n\t\t\t\treturn this._newTag\n\t\t\t},\n\n\t\t\t_initSelection: function(element, callback) {\n\t\t\t\tvar self = this\n\t\t\t\tvar ids = $(element).val().split(',')\n\n\t\t\t\tfunction modelToSelection(model) {\n\t\t\t\t\tvar data = model.toJSON()\n\t\t\t\t\tif (!self._isAdmin && !data.canAssign) {\n\t\t\t\t\t// lock static tags for non-admins\n\t\t\t\t\t\tdata.locked = true\n\t\t\t\t\t}\n\t\t\t\t\treturn data\n\t\t\t\t}\n\n\t\t\t\tfunction findSelectedObjects(ids) {\n\t\t\t\t\tvar selectedModels = self.collection.filter(function(model) {\n\t\t\t\t\t\treturn ids.indexOf(model.id) >= 0 && (self._isAdmin || model.get('userVisible'))\n\t\t\t\t\t})\n\t\t\t\t\treturn _.map(selectedModels, modelToSelection)\n\t\t\t\t}\n\n\t\t\t\tthis.collection.fetch({\n\t\t\t\t\tsuccess: function() {\n\t\t\t\t\t\tcallback(findSelectedObjects(ids))\n\t\t\t\t\t}\n\t\t\t\t})\n\t\t\t},\n\n\t\t\t/**\n\t\t * Renders this details view\n\t\t */\n\t\t\trender: function() {\n\t\t\t\tvar self = this\n\t\t\t\tthis.$el.html(this.template())\n\n\t\t\t\tthis.$el.find('[title]').tooltip({ placement: 'bottom' })\n\t\t\t\tthis.$tagsField = this.$el.find('[name=tags]')\n\t\t\t\tthis.$tagsField.select2({\n\t\t\t\t\tplaceholder: t('core', 'Collaborative tags'),\n\t\t\t\t\tcontainerCssClass: 'systemtags-select2-container',\n\t\t\t\t\tdropdownCssClass: 'systemtags-select2-dropdown',\n\t\t\t\t\tcloseOnSelect: false,\n\t\t\t\t\tallowClear: false,\n\t\t\t\t\tmultiple: this._multiple,\n\t\t\t\t\ttoggleSelect: this._multiple,\n\t\t\t\t\tquery: _.bind(this._queryTagsAutocomplete, this),\n\t\t\t\t\tid: function(tag) {\n\t\t\t\t\t\treturn tag.id\n\t\t\t\t\t},\n\t\t\t\t\tinitSelection: _.bind(this._initSelection, this),\n\t\t\t\t\tformatResult: _.bind(this._formatDropDownResult, this),\n\t\t\t\t\tformatSelection: _.bind(this._formatSelection, this),\n\t\t\t\t\tcreateSearchChoice: this._allowCreate ? _.bind(this._createSearchChoice, this) : undefined,\n\t\t\t\t\tsortResults: function(results) {\n\t\t\t\t\t\tvar selectedItems = _.pluck(self.$tagsField.select2('data'), 'id')\n\t\t\t\t\t\tresults.sort(function(a, b) {\n\t\t\t\t\t\t\tvar aSelected = selectedItems.indexOf(a.id) >= 0\n\t\t\t\t\t\t\tvar bSelected = selectedItems.indexOf(b.id) >= 0\n\t\t\t\t\t\t\tif (aSelected === bSelected) {\n\t\t\t\t\t\t\t\tvar aLastUsed = self._lastUsedTags.indexOf(a.id)\n\t\t\t\t\t\t\t\tvar bLastUsed = self._lastUsedTags.indexOf(b.id)\n\n\t\t\t\t\t\t\t\tif (aLastUsed !== bLastUsed) {\n\t\t\t\t\t\t\t\t\tif (bLastUsed === -1) {\n\t\t\t\t\t\t\t\t\t\treturn -1\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\tif (aLastUsed === -1) {\n\t\t\t\t\t\t\t\t\t\treturn 1\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\treturn aLastUsed < bLastUsed ? -1 : 1\n\t\t\t\t\t\t\t\t}\n\n\t\t\t\t\t\t\t\t// Both not found\n\t\t\t\t\t\t\t\treturn OC.Util.naturalSortCompare(a.name, b.name)\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\tif (aSelected && !bSelected) {\n\t\t\t\t\t\t\t\treturn -1\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\treturn 1\n\t\t\t\t\t\t})\n\t\t\t\t\t\treturn results\n\t\t\t\t\t},\n\t\t\t\t\tformatNoMatches: function() {\n\t\t\t\t\t\treturn t('core', 'No tags found')\n\t\t\t\t\t}\n\t\t\t\t})\n\t\t\t\t\t.on('select2-selecting', this._onSelectTag)\n\t\t\t\t\t.on('select2-removing', this._onDeselectTag)\n\n\t\t\t\tvar $dropDown = this.$tagsField.select2('dropdown')\n\t\t\t\t// register events for inside the dropdown\n\t\t\t\t$dropDown.on('mouseup', '.rename', this._onClickRenameTag)\n\t\t\t\t$dropDown.on('mouseup', '.delete', this._onClickDeleteTag)\n\t\t\t\t$dropDown.on('mouseup', '.select2-result-selectable.has-form', this._preventDefault)\n\t\t\t\t$dropDown.on('submit', '.systemtags-rename-form', this._onSubmitRenameTag)\n\n\t\t\t\tthis.delegateEvents()\n\t\t\t},\n\n\t\t\tremove: function() {\n\t\t\t\tif (this.$tagsField) {\n\t\t\t\t\tthis.$tagsField.select2('destroy')\n\t\t\t\t}\n\t\t\t},\n\n\t\t\tgetValues: function() {\n\t\t\t\tthis.$tagsField.select2('val')\n\t\t\t},\n\n\t\t\tsetValues: function(values) {\n\t\t\t\tthis.$tagsField.select2('val', values)\n\t\t\t},\n\n\t\t\tsetData: function(data) {\n\t\t\t\tthis.$tagsField.select2('data', data)\n\t\t\t}\n\t\t})\n\n\tOC.SystemTags = OC.SystemTags || {}\n\tOC.SystemTags.SystemTagsInputField = SystemTagsInputField\n\n})(OC)\n","import api from \"!../../node_modules/style-loader/dist/runtime/injectStylesIntoStyleTag.js\";\n import content from \"!!../../node_modules/css-loader/dist/cjs.js!../../node_modules/sass-loader/dist/cjs.js!./systemtags.scss\";\n\nvar options = {};\n\noptions.insert = \"head\";\noptions.singleton = false;\n\nvar update = api(content, options);\n\n\n\nexport default content.locals || {};"],"sourceRoot":""} \ No newline at end of file
diff --git a/core/js/dist/unified-search.js b/core/js/dist/unified-search.js
new file mode 100644
index 00000000000..2d5a1a5f689
--- /dev/null
+++ b/core/js/dist/unified-search.js
@@ -0,0 +1,271 @@
+!function(t){var e={};function n(r){if(e[r])return e[r].exports;var a=e[r]={i:r,l:!1,exports:{}};return t[r].call(a.exports,a,a.exports,n),a.l=!0,a.exports}n.m=t,n.c=e,n.d=function(t,e,r){n.o(t,e)||Object.defineProperty(t,e,{enumerable:!0,get:r})},n.r=function(t){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})},n.t=function(t,e){if(1&e&&(t=n(t)),8&e)return t;if(4&e&&"object"==typeof t&&t&&t.__esModule)return t;var r=Object.create(null);if(n.r(r),Object.defineProperty(r,"default",{enumerable:!0,value:t}),2&e&&"string"!=typeof t)for(var a in t)n.d(r,a,function(e){return t[e]}.bind(null,a));return r},n.n=function(t){var e=t&&t.__esModule?function(){return t.default}:function(){return t};return n.d(e,"a",e),e},n.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},n.p="",n(n.s=942)}([,,,function(t,e,n){var r=n(5),a=n(29).f,o=n(18),i=n(21),s=n(52),l=n(110),u=n(94);t.exports=function(t,e){var n,c,p,f,A,d=t.target,h=t.global,m=t.stat;if(n=h?r:m?r[d]||s(d,{}):(r[d]||{}).prototype)for(c in e){if(f=e[c],p=t.noTargetGet?(A=a(n,c))&&A.value:n[c],!u(h?c:d+(m?".":"#")+c,t.forced)&&void 0!==p){if(typeof f==typeof p)continue;l(f,p)}(t.sham||p&&p.sham)&&o(f,"sham",!0),i(n,c,f,t)}}},function(t,e){t.exports=function(t){try{return!!t()}catch(t){return!0}}},function(t,e,n){(function(e){var n=function(t){return t&&t.Math==Math&&t};t.exports=n("object"==typeof globalThis&&globalThis)||n("object"==typeof window&&window)||n("object"==typeof self&&self)||n("object"==typeof e&&e)||function(){return this}()||Function("return this")()}).call(this,n(17))},,,function(t,e,n){var r=n(10);t.exports=function(t){if(!r(t))throw TypeError(String(t)+" is not an object");return t}},function(t,e,n){var r=n(5),a=n(47),o=n(13),i=n(56),s=n(67),l=n(111),u=a("wks"),c=r.Symbol,p=l?c:c&&c.withoutSetter||i;t.exports=function(t){return o(u,t)&&(s||"string"==typeof u[t])||(s&&o(c,t)?u[t]=c[t]:u[t]=p("Symbol."+t)),u[t]}},function(t,e){t.exports=function(t){return"object"==typeof t?null!==t:"function"==typeof t}},function(t,e,n){var r=n(4);t.exports=!r((function(){return 7!=Object.defineProperty({},1,{get:function(){return 7}})[1]}))},function(t,e,n){"use strict";n(151),n(91),n(105),n(40),n(123),n(62),Object.defineProperty(e,"__esModule",{value:!0}),e.getRootUrl=e.generateFilePath=e.imagePath=e.generateUrl=e.generateOcsUrl=e.generateRemoteUrl=e.linkTo=void 0;e.linkTo=function(t,e){return r(t,"",e)};e.generateRemoteUrl=function(t){return window.location.protocol+"//"+window.location.host+function(t){return a()+"/remote.php/"+t}(t)};e.generateOcsUrl=function(t,e){return e=2!==e?1:2,window.location.protocol+"//"+window.location.host+a()+"/ocs/v"+e+".php/"+t+"/"};e.generateUrl=function(t,e,n){var r=Object.assign({escape:!0,noRewrite:!1},n||{}),o=function(t,e){return e=e||{},t.replace(/{([^{}]*)}/g,(function(t,n){var a=e[n];return r.escape?"string"==typeof a||"number"==typeof a?encodeURIComponent(a.toString()):encodeURIComponent(t):"string"==typeof a||"number"==typeof a?a.toString():t}))};return"/"!==t.charAt(0)&&(t="/"+t),!0!==OC.config.modRewriteWorking||r.noRewrite?a()+"/index.php"+o(t,e||{}):a()+o(t,e||{})};e.imagePath=function(t,e){return-1===e.indexOf(".")?r(t,"img",e+".svg"):r(t,"img",e)};var r=function(t,e,n){var r=-1!==OC.coreApps.indexOf(t),o=a();return"php"!==n.substring(n.length-3)||r?"php"===n.substring(n.length-3)||r?(o+="settings"!==t&&"core"!==t&&"search"!==t||"ajax"!==e?"/":"/index.php/",r||(o+="apps/"),""!==t&&(o+=t+="/"),e&&(o+=e+"/"),o+=n):(o=OC.appswebroots[t],e&&(o+="/"+e+"/"),"/"!==o.substring(o.length-1)&&(o+="/"),o+=n):(o+="/index.php/apps/"+t,"index.php"!==n&&(o+="/",e&&(o+=encodeURI(e+"/")),o+=n)),o};e.generateFilePath=r;var a=function(){return OC.webroot};e.getRootUrl=a},function(t,e,n){var r=n(14),a={}.hasOwnProperty;t.exports=Object.hasOwn||function(t,e){return a.call(r(t),e)}},function(t,e,n){var r=n(20);t.exports=function(t){return Object(r(t))}},function(t,e,n){var r=n(23),a=Math.min;t.exports=function(t){return t>0?a(r(t),9007199254740991):0}},function(t,e,n){"use strict";var r=n(139),a=Object.prototype.toString;function o(t){return"[object Array]"===a.call(t)}function i(t){return void 0===t}function s(t){return null!==t&&"object"==typeof t}function l(t){if("[object Object]"!==a.call(t))return!1;var e=Object.getPrototypeOf(t);return null===e||e===Object.prototype}function u(t){return"[object Function]"===a.call(t)}function c(t,e){if(null!=t)if("object"!=typeof t&&(t=[t]),o(t))for(var n=0,r=t.length;n<r;n++)e.call(null,t[n],n,t);else for(var a in t)Object.prototype.hasOwnProperty.call(t,a)&&e.call(null,t[a],a,t)}t.exports={isArray:o,isArrayBuffer:function(t){return"[object ArrayBuffer]"===a.call(t)},isBuffer:function(t){return null!==t&&!i(t)&&null!==t.constructor&&!i(t.constructor)&&"function"==typeof t.constructor.isBuffer&&t.constructor.isBuffer(t)},isFormData:function(t){return"undefined"!=typeof FormData&&t instanceof FormData},isArrayBufferView:function(t){return"undefined"!=typeof ArrayBuffer&&ArrayBuffer.isView?ArrayBuffer.isView(t):t&&t.buffer&&t.buffer instanceof ArrayBuffer},isString:function(t){return"string"==typeof t},isNumber:function(t){return"number"==typeof t},isObject:s,isPlainObject:l,isUndefined:i,isDate:function(t){return"[object Date]"===a.call(t)},isFile:function(t){return"[object File]"===a.call(t)},isBlob:function(t){return"[object Blob]"===a.call(t)},isFunction:u,isStream:function(t){return s(t)&&u(t.pipe)},isURLSearchParams:function(t){return"undefined"!=typeof URLSearchParams&&t instanceof URLSearchParams},isStandardBrowserEnv:function(){return("undefined"==typeof navigator||"ReactNative"!==navigator.product&&"NativeScript"!==navigator.product&&"NS"!==navigator.product)&&("undefined"!=typeof window&&"undefined"!=typeof document)},forEach:c,merge:function t(){var e={};function n(n,r){l(e[r])&&l(n)?e[r]=t(e[r],n):l(n)?e[r]=t({},n):o(n)?e[r]=n.slice():e[r]=n}for(var r=0,a=arguments.length;r<a;r++)c(arguments[r],n);return e},extend:function(t,e,n){return c(e,(function(e,a){t[a]=n&&"function"==typeof e?r(e,n):e})),t},trim:function(t){return t.replace(/^\s*/,"").replace(/\s*$/,"")},stripBOM:function(t){return 65279===t.charCodeAt(0)&&(t=t.slice(1)),t}}},function(t,e){var n;n=function(){return this}();try{n=n||new Function("return this")()}catch(t){"object"==typeof window&&(n=window)}t.exports=n},function(t,e,n){var r=n(11),a=n(19),o=n(33);t.exports=r?function(t,e,n){return a.f(t,e,o(1,n))}:function(t,e,n){return t[e]=n,t}},function(t,e,n){var r=n(11),a=n(77),o=n(8),i=n(34),s=Object.defineProperty;e.f=r?s:function(t,e,n){if(o(t),e=i(e,!0),o(n),a)try{return s(t,e,n)}catch(t){}if("get"in n||"set"in n)throw TypeError("Accessors not supported");return"value"in n&&(t[e]=n.value),t}},function(t,e){t.exports=function(t){if(null==t)throw TypeError("Can't call method on "+t);return t}},function(t,e,n){var r=n(5),a=n(18),o=n(13),i=n(52),s=n(72),l=n(35),u=l.get,c=l.enforce,p=String(String).split("String");(t.exports=function(t,e,n,s){var l,u=!!s&&!!s.unsafe,f=!!s&&!!s.enumerable,A=!!s&&!!s.noTargetGet;"function"==typeof n&&("string"!=typeof e||o(n,"name")||a(n,"name",e),(l=c(n)).source||(l.source=p.join("string"==typeof e?e:""))),t!==r?(u?!A&&t[e]&&(f=!0):delete t[e],f?t[e]=n:a(t,e,n)):f?t[e]=n:i(e,n)})(Function.prototype,"toString",(function(){return"function"==typeof this&&u(this).source||s(this)}))},function(t,e,n){var r=n(43),a=n(20);t.exports=function(t){return r(a(t))}},function(t,e){var n=Math.ceil,r=Math.floor;t.exports=function(t){return isNaN(t=+t)?0:(t>0?r:n)(t)}},function(t,e,n){var r=n(180),a="object"==typeof self&&self&&self.Object===Object&&self,o=r||a||Function("return this")();t.exports=o},function(t,e,n){"use strict";var r,a=function(){return void 0===r&&(r=Boolean(window&&document&&document.all&&!window.atob)),r},o=function(){var t={};return function(e){if(void 0===t[e]){var n=document.querySelector(e);if(window.HTMLIFrameElement&&n instanceof window.HTMLIFrameElement)try{n=n.contentDocument.head}catch(t){n=null}t[e]=n}return t[e]}}(),i=[];function s(t){for(var e=-1,n=0;n<i.length;n++)if(i[n].identifier===t){e=n;break}return e}function l(t,e){for(var n={},r=[],a=0;a<t.length;a++){var o=t[a],l=e.base?o[0]+e.base:o[0],u=n[l]||0,c="".concat(l," ").concat(u);n[l]=u+1;var p=s(c),f={css:o[1],media:o[2],sourceMap:o[3]};-1!==p?(i[p].references++,i[p].updater(f)):i.push({identifier:c,updater:m(f,e),references:1}),r.push(c)}return r}function u(t){var e=document.createElement("style"),r=t.attributes||{};if(void 0===r.nonce){var a=n.nc;a&&(r.nonce=a)}if(Object.keys(r).forEach((function(t){e.setAttribute(t,r[t])})),"function"==typeof t.insert)t.insert(e);else{var i=o(t.insert||"head");if(!i)throw new Error("Couldn't find a style target. This probably means that the value for the 'insert' parameter is invalid.");i.appendChild(e)}return e}var c,p=(c=[],function(t,e){return c[t]=e,c.filter(Boolean).join("\n")});function f(t,e,n,r){var a=n?"":r.media?"@media ".concat(r.media," {").concat(r.css,"}"):r.css;if(t.styleSheet)t.styleSheet.cssText=p(e,a);else{var o=document.createTextNode(a),i=t.childNodes;i[e]&&t.removeChild(i[e]),i.length?t.insertBefore(o,i[e]):t.appendChild(o)}}function A(t,e,n){var r=n.css,a=n.media,o=n.sourceMap;if(a?t.setAttribute("media",a):t.removeAttribute("media"),o&&"undefined"!=typeof btoa&&(r+="\n/*# sourceMappingURL=data:application/json;base64,".concat(btoa(unescape(encodeURIComponent(JSON.stringify(o))))," */")),t.styleSheet)t.styleSheet.cssText=r;else{for(;t.firstChild;)t.removeChild(t.firstChild);t.appendChild(document.createTextNode(r))}}var d=null,h=0;function m(t,e){var n,r,a;if(e.singleton){var o=h++;n=d||(d=u(e)),r=f.bind(null,n,o,!1),a=f.bind(null,n,o,!0)}else n=u(e),r=A.bind(null,n,e),a=function(){!function(t){if(null===t.parentNode)return!1;t.parentNode.removeChild(t)}(n)};return r(t),function(e){if(e){if(e.css===t.css&&e.media===t.media&&e.sourceMap===t.sourceMap)return;r(t=e)}else a()}}t.exports=function(t,e){(e=e||{}).singleton||"boolean"==typeof e.singleton||(e.singleton=a());var n=l(t=t||[],e);return function(t){if(t=t||[],"[object Array]"===Object.prototype.toString.call(t)){for(var r=0;r<n.length;r++){var a=s(n[r]);i[a].references--}for(var o=l(t,e),u=0;u<n.length;u++){var c=s(n[u]);0===i[c].references&&(i[c].updater(),i.splice(c,1))}n=o}}}},function(t,e,n){"use strict";function r(t,e){return function(t){if(Array.isArray(t))return t}(t)||function(t,e){var n=t&&("undefined"!=typeof Symbol&&t[Symbol.iterator]||t["@@iterator"]);if(null==n)return;var r,a,o=[],i=!0,s=!1;try{for(n=n.call(t);!(i=(r=n.next()).done)&&(o.push(r.value),!e||o.length!==e);i=!0);}catch(t){s=!0,a=t}finally{try{i||null==n.return||n.return()}finally{if(s)throw a}}return o}(t,e)||function(t,e){if(!t)return;if("string"==typeof t)return a(t,e);var n=Object.prototype.toString.call(t).slice(8,-1);"Object"===n&&t.constructor&&(n=t.constructor.name);if("Map"===n||"Set"===n)return Array.from(t);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return a(t,e)}(t,e)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function a(t,e){(null==e||e>t.length)&&(e=t.length);for(var n=0,r=new Array(e);n<e;n++)r[n]=t[n];return r}t.exports=function(t){var e=r(t,4),n=e[1],a=e[3];if("function"==typeof btoa){var o=btoa(unescape(encodeURIComponent(JSON.stringify(a)))),i="sourceMappingURL=data:application/json;charset=utf-8;base64,".concat(o),s="/*# ".concat(i," */"),l=a.sources.map((function(t){return"/*# sourceURL=".concat(a.sourceRoot||"").concat(t," */")}));return[n].concat(l).concat([s]).join("\n")}return[n].join("\n")}},function(t,e,n){"use strict";t.exports=function(t){var e=[];return e.toString=function(){return this.map((function(e){var n=t(e);return e[2]?"@media ".concat(e[2]," {").concat(n,"}"):n})).join("")},e.i=function(t,n,r){"string"==typeof t&&(t=[[null,t,""]]);var a={};if(r)for(var o=0;o<this.length;o++){var i=this[o][0];null!=i&&(a[i]=!0)}for(var s=0;s<t.length;s++){var l=[].concat(t[s]);r&&a[l[0]]||(n&&(l[2]?l[2]="".concat(n," and ").concat(l[2]):l[2]=n),e.push(l))}},e}},function(t,e){var n={}.toString;t.exports=function(t){return n.call(t).slice(8,-1)}},function(t,e,n){var r=n(11),a=n(64),o=n(33),i=n(22),s=n(34),l=n(13),u=n(77),c=Object.getOwnPropertyDescriptor;e.f=r?c:function(t,e){if(t=i(t),e=s(e,!0),u)try{return c(t,e)}catch(t){}if(l(t,e))return o(!a.f.call(t,e),t[e])}},,function(t,e){var n=Array.isArray;t.exports=n},function(t,e,n){var r=n(104),a=n(5),o=function(t){return"function"==typeof t?t:void 0};t.exports=function(t,e){return arguments.length<2?o(r[t])||o(a[t]):r[t]&&r[t][e]||a[t]&&a[t][e]}},function(t,e){t.exports=function(t,e){return{enumerable:!(1&t),configurable:!(2&t),writable:!(4&t),value:e}}},function(t,e,n){var r=n(10);t.exports=function(t,e){if(!r(t))return t;var n,a;if(e&&"function"==typeof(n=t.toString)&&!r(a=n.call(t)))return a;if("function"==typeof(n=t.valueOf)&&!r(a=n.call(t)))return a;if(!e&&"function"==typeof(n=t.toString)&&!r(a=n.call(t)))return a;throw TypeError("Can't convert object to primitive value")}},function(t,e,n){var r,a,o,i=n(121),s=n(5),l=n(10),u=n(18),c=n(13),p=n(53),f=n(78),A=n(55),d=s.WeakMap;if(i||p.state){var h=p.state||(p.state=new d),m=h.get,g=h.has,v=h.set;r=function(t,e){if(g.call(h,t))throw new TypeError("Object already initialized");return e.facade=t,v.call(h,t,e),e},a=function(t){return m.call(h,t)||{}},o=function(t){return g.call(h,t)}}else{var y=f("state");A[y]=!0,r=function(t,e){if(c(t,y))throw new TypeError("Object already initialized");return e.facade=t,u(t,y,e),e},a=function(t){return c(t,y)?t[y]:{}},o=function(t){return c(t,y)}}t.exports={set:r,get:a,has:o,enforce:function(t){return o(t)?a(t):r(t,{})},getterFor:function(t){return function(e){var n;if(!l(e)||(n=a(e)).type!==t)throw TypeError("Incompatible receiver, "+t+" required");return n}}}},function(t,e,n){var r=n(75),a=n(43),o=n(14),i=n(15),s=n(80),l=[].push,u=function(t){var e=1==t,n=2==t,u=3==t,c=4==t,p=6==t,f=7==t,A=5==t||p;return function(d,h,m,g){for(var v,y,b=o(d),x=a(b),w=r(h,m,3),C=i(x.length),T=0,E=g||s,_=e?E(d,C):n||f?E(d,0):void 0;C>T;T++)if((A||T in x)&&(y=w(v=x[T],T,b),t))if(e)_[T]=y;else if(y)switch(t){case 3:return!0;case 5:return v;case 6:return T;case 2:l.call(_,v)}else switch(t){case 4:return!1;case 7:l.call(_,v)}return p?-1:u||c?c:_}};t.exports={forEach:u(0),map:u(1),filter:u(2),some:u(3),every:u(4),find:u(5),findIndex:u(6),filterOut:u(7)}},function(t,e){t.exports=function(t){return null!=t&&"object"==typeof t}},,function(t,e,n){"use strict";function r(){return"undefined"==typeof OC?(console.warn("No OC found"),"en"):OC.getLocale()}n(40),n(62),Object.defineProperty(e,"__esModule",{value:!0}),e.getLocale=r,e.getCanonicalLocale=function(){return r().replace(/_/g,"-")},e.getLanguage=function(){if("undefined"==typeof OC)return console.warn("No OC found"),"en";return OC.getLanguage()},e.translate=function(t,e,n,r,a){if("undefined"==typeof OC)return console.warn("No OC found"),e;return OC.L10N.translate(t,e,n,r,a)},e.translatePlural=function(t,e,n,r,a,o){if("undefined"==typeof OC)return console.warn("No OC found"),e;return OC.L10N.translatePlural(t,e,n,r,a,o)},e.getFirstDay=function(){if(void 0===window.firstDay)return console.warn("No firstDay found"),1;return window.firstDay},e.getDayNames=function(){if(void 0===window.dayNames)return console.warn("No dayNames found"),["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"];return window.dayNames},e.getDayNamesShort=function(){if(void 0===window.dayNamesShort)return console.warn("No dayNamesShort found"),["Sun.","Mon.","Tue.","Wed.","Thu.","Fri.","Sat."];return window.dayNamesShort},e.getDayNamesMin=function(){if(void 0===window.dayNamesMin)return console.warn("No dayNamesMin found"),["Su","Mo","Tu","We","Th","Fr","Sa"];return window.dayNamesMin},e.getMonthNames=function(){if(void 0===window.monthNames)return console.warn("No monthNames found"),["January","February","March","April","May","June","July","August","September","October","November","December"];return window.monthNames},e.getMonthNamesShort=function(){if(void 0===window.monthNamesShort)return console.warn("No monthNamesShort found"),["Jan.","Feb.","Mar.","Apr.","May.","Jun.","Jul.","Aug.","Sep.","Oct.","Nov.","Dec."];return window.monthNamesShort}},function(t,e,n){"use strict";var r=n(3),a=n(48);r({target:"RegExp",proto:!0,forced:/./.exec!==a},{exec:a})},function(t,e,n){"use strict";n.r(e),function(t,r){n.d(e,"emit",(function(){return ka})),n.d(e,"subscribe",(function(){return Sa})),n.d(e,"unsubscribe",(function(){return Ia}));var a="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof window?window:void 0!==t?t:"undefined"!=typeof self?self:{};function o(t){var e={exports:{}};return t(e,e.exports),e.exports}var i=function(t){return t&&t.Math==Math&&t},s=i("object"==typeof globalThis&&globalThis)||i("object"==typeof window&&window)||i("object"==typeof self&&self)||i("object"==typeof a&&a)||function(){return this}()||Function("return this")(),l=function(t){try{return!!t()}catch(t){return!0}},u=!l((function(){return 7!=Object.defineProperty({},1,{get:function(){return 7}})[1]})),c={}.propertyIsEnumerable,p=Object.getOwnPropertyDescriptor,f={f:p&&!c.call({1:2},1)?function(t){var e=p(this,t);return!!e&&e.enumerable}:c},A=function(t,e){return{enumerable:!(1&t),configurable:!(2&t),writable:!(4&t),value:e}},d={}.toString,h=function(t){return d.call(t).slice(8,-1)},m="".split,g=l((function(){return!Object("z").propertyIsEnumerable(0)}))?function(t){return"String"==h(t)?m.call(t,""):Object(t)}:Object,v=function(t){if(null==t)throw TypeError("Can't call method on "+t);return t},y=function(t){return g(v(t))},b=function(t){return"object"==typeof t?null!==t:"function"==typeof t},x=function(t,e){if(!b(t))return t;var n,r;if(e&&"function"==typeof(n=t.toString)&&!b(r=n.call(t)))return r;if("function"==typeof(n=t.valueOf)&&!b(r=n.call(t)))return r;if(!e&&"function"==typeof(n=t.toString)&&!b(r=n.call(t)))return r;throw TypeError("Can't convert object to primitive value")},w=function(t){return Object(v(t))},C={}.hasOwnProperty,T=function(t,e){return C.call(w(t),e)},E=s.document,_=b(E)&&b(E.createElement),S=function(t){return _?E.createElement(t):{}},I=!u&&!l((function(){return 7!=Object.defineProperty(S("div"),"a",{get:function(){return 7}}).a})),k=Object.getOwnPropertyDescriptor,O={f:u?k:function(t,e){if(t=y(t),e=x(e,!0),I)try{return k(t,e)}catch(t){}if(T(t,e))return A(!f.f.call(t,e),t[e])}},B=function(t){if(!b(t))throw TypeError(String(t)+" is not an object");return t},M=Object.defineProperty,N={f:u?M:function(t,e,n){if(B(t),e=x(e,!0),B(n),I)try{return M(t,e,n)}catch(t){}if("get"in n||"set"in n)throw TypeError("Accessors not supported");return"value"in n&&(t[e]=n.value),t}},j=u?function(t,e,n){return N.f(t,e,A(1,n))}:function(t,e,n){return t[e]=n,t},L=function(t,e){try{j(s,t,e)}catch(n){s[t]=e}return e},F=s["__core-js_shared__"]||L("__core-js_shared__",{}),D=Function.toString;"function"!=typeof F.inspectSource&&(F.inspectSource=function(t){return D.call(t)});var P,U,R,z=F.inspectSource,$=s.WeakMap,Q="function"==typeof $&&/native code/.test(z($)),G=o((function(t){(t.exports=function(t,e){return F[t]||(F[t]=void 0!==e?e:{})})("versions",[]).push({version:"3.11.2",mode:"global",copyright:"© 2021 Denis Pushkarev (zloirock.ru)"})})),H=0,Y=Math.random(),W=function(t){return"Symbol("+String(void 0===t?"":t)+")_"+(++H+Y).toString(36)},V=G("keys"),Z=function(t){return V[t]||(V[t]=W(t))},J={},X=s.WeakMap;if(Q){var q=F.state||(F.state=new X),K=q.get,tt=q.has,et=q.set;P=function(t,e){if(tt.call(q,t))throw new TypeError("Object already initialized");return e.facade=t,et.call(q,t,e),e},U=function(t){return K.call(q,t)||{}},R=function(t){return tt.call(q,t)}}else{var nt=Z("state");J[nt]=!0,P=function(t,e){if(T(t,nt))throw new TypeError("Object already initialized");return e.facade=t,j(t,nt,e),e},U=function(t){return T(t,nt)?t[nt]:{}},R=function(t){return T(t,nt)}}var rt={set:P,get:U,has:R,enforce:function(t){return R(t)?U(t):P(t,{})},getterFor:function(t){return function(e){var n;if(!b(e)||(n=U(e)).type!==t)throw TypeError("Incompatible receiver, "+t+" required");return n}}},at=o((function(t){var e=rt.get,n=rt.enforce,r=String(String).split("String");(t.exports=function(t,e,a,o){var i,l=!!o&&!!o.unsafe,u=!!o&&!!o.enumerable,c=!!o&&!!o.noTargetGet;"function"==typeof a&&("string"!=typeof e||T(a,"name")||j(a,"name",e),(i=n(a)).source||(i.source=r.join("string"==typeof e?e:""))),t!==s?(l?!c&&t[e]&&(u=!0):delete t[e],u?t[e]=a:j(t,e,a)):u?t[e]=a:L(e,a)})(Function.prototype,"toString",(function(){return"function"==typeof this&&e(this).source||z(this)}))})),ot=s,it=function(t){return"function"==typeof t?t:void 0},st=function(t,e){return arguments.length<2?it(ot[t])||it(s[t]):ot[t]&&ot[t][e]||s[t]&&s[t][e]},lt=Math.ceil,ut=Math.floor,ct=function(t){return isNaN(t=+t)?0:(t>0?ut:lt)(t)},pt=Math.min,ft=function(t){return t>0?pt(ct(t),9007199254740991):0},At=Math.max,dt=Math.min,ht=function(t){return function(e,n,r){var a,o=y(e),i=ft(o.length),s=function(t,e){var n=ct(t);return n<0?At(n+e,0):dt(n,e)}(r,i);if(t&&n!=n){for(;i>s;)if((a=o[s++])!=a)return!0}else for(;i>s;s++)if((t||s in o)&&o[s]===n)return t||s||0;return!t&&-1}},mt={includes:ht(!0),indexOf:ht(!1)}.indexOf,gt=function(t,e){var n,r=y(t),a=0,o=[];for(n in r)!T(J,n)&&T(r,n)&&o.push(n);for(;e.length>a;)T(r,n=e[a++])&&(~mt(o,n)||o.push(n));return o},vt=["constructor","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","toLocaleString","toString","valueOf"],yt=vt.concat("length","prototype"),bt={f:Object.getOwnPropertyNames||function(t){return gt(t,yt)}},xt={f:Object.getOwnPropertySymbols},wt=st("Reflect","ownKeys")||function(t){var e=bt.f(B(t)),n=xt.f;return n?e.concat(n(t)):e},Ct=function(t,e){for(var n=wt(e),r=N.f,a=O.f,o=0;o<n.length;o++){var i=n[o];T(t,i)||r(t,i,a(e,i))}},Tt=/#|\.prototype\./,Et=function(t,e){var n=St[_t(t)];return n==kt||n!=It&&("function"==typeof e?l(e):!!e)},_t=Et.normalize=function(t){return String(t).replace(Tt,".").toLowerCase()},St=Et.data={},It=Et.NATIVE="N",kt=Et.POLYFILL="P",Ot=Et,Bt=O.f,Mt=function(t,e){var n,r,a,o,i,l=t.target,u=t.global,c=t.stat;if(n=u?s:c?s[l]||L(l,{}):(s[l]||{}).prototype)for(r in e){if(o=e[r],a=t.noTargetGet?(i=Bt(n,r))&&i.value:n[r],!Ot(u?r:l+(c?".":"#")+r,t.forced)&&void 0!==a){if(typeof o==typeof a)continue;Ct(o,a)}(t.sham||a&&a.sham)&&j(o,"sham",!0),at(n,r,o,t)}};Mt({target:"Number",stat:!0},{MAX_SAFE_INTEGER:9007199254740991});var Nt,jt=Object.setPrototypeOf||("__proto__"in{}?function(){var t,e=!1,n={};try{(t=Object.getOwnPropertyDescriptor(Object.prototype,"__proto__").set).call(n,[]),e=n instanceof Array}catch(t){}return function(n,r){return B(n),function(t){if(!b(t)&&null!==t)throw TypeError("Can't set "+String(t)+" as a prototype")}(r),e?t.call(n,r):n.__proto__=r,n}}():void 0),Lt=function(t,e,n){var r,a;return jt&&"function"==typeof(r=e.constructor)&&r!==n&&b(a=r.prototype)&&a!==n.prototype&&jt(t,a),t},Ft=Object.keys||function(t){return gt(t,vt)},Dt=u?Object.defineProperties:function(t,e){B(t);for(var n,r=Ft(e),a=r.length,o=0;a>o;)N.f(t,n=r[o++],e[n]);return t},Pt=st("document","documentElement"),Ut=Z("IE_PROTO"),Rt=function(){},zt=function(t){return"<script>"+t+"<\/script>"},$t=function(){try{Nt=document.domain&&new ActiveXObject("htmlfile")}catch(t){}var t,e;$t=Nt?function(t){t.write(zt("")),t.close();var e=t.parentWindow.Object;return t=null,e}(Nt):((e=S("iframe")).style.display="none",Pt.appendChild(e),e.src=String("javascript:"),(t=e.contentWindow.document).open(),t.write(zt("document.F=Object")),t.close(),t.F);for(var n=vt.length;n--;)delete $t.prototype[vt[n]];return $t()};J[Ut]=!0;var Qt=Object.create||function(t,e){var n;return null!==t?(Rt.prototype=B(t),n=new Rt,Rt.prototype=null,n[Ut]=t):n=$t(),void 0===e?n:Dt(n,e)},Gt="\t\n\v\f\r                 \u2028\u2029\ufeff",Ht="["+Gt+"]",Yt=RegExp("^"+Ht+Ht+"*"),Wt=RegExp(Ht+Ht+"*$"),Vt=function(t){return function(e){var n=String(v(e));return 1&t&&(n=n.replace(Yt,"")),2&t&&(n=n.replace(Wt,"")),n}},Zt={start:Vt(1),end:Vt(2),trim:Vt(3)},Jt=bt.f,Xt=O.f,qt=N.f,Kt=Zt.trim,te=s.Number,ee=te.prototype,ne="Number"==h(Qt(ee)),re=function(t){var e,n,r,a,o,i,s,l,u=x(t,!1);if("string"==typeof u&&u.length>2)if(43===(e=(u=Kt(u)).charCodeAt(0))||45===e){if(88===(n=u.charCodeAt(2))||120===n)return NaN}else if(48===e){switch(u.charCodeAt(1)){case 66:case 98:r=2,a=49;break;case 79:case 111:r=8,a=55;break;default:return+u}for(i=(o=u.slice(2)).length,s=0;s<i;s++)if((l=o.charCodeAt(s))<48||l>a)return NaN;return parseInt(o,r)}return+u};if(Ot("Number",!te(" 0o1")||!te("0b1")||te("+0x1"))){for(var ae,oe=function(t){var e=arguments.length<1?0:t,n=this;return n instanceof oe&&(ne?l((function(){ee.valueOf.call(n)})):"Number"!=h(n))?Lt(new te(re(e)),n,oe):re(e)},ie=u?Jt(te):"MAX_VALUE,MIN_VALUE,NaN,NEGATIVE_INFINITY,POSITIVE_INFINITY,EPSILON,isFinite,isInteger,isNaN,isSafeInteger,MAX_SAFE_INTEGER,MIN_SAFE_INTEGER,parseFloat,parseInt,isInteger,fromString,range".split(","),se=0;ie.length>se;se++)T(te,ae=ie[se])&&!T(oe,ae)&&qt(oe,ae,Xt(te,ae));oe.prototype=ee,ee.constructor=oe,at(s,"Number",oe)}var le,ue,ce={SEMVER_SPEC_VERSION:"2.0.0",MAX_LENGTH:256,MAX_SAFE_INTEGER:Number.MAX_SAFE_INTEGER||9007199254740991,MAX_SAFE_COMPONENT_LENGTH:16},pe="process"==h(s.process),fe=st("navigator","userAgent")||"",Ae=s.process,de=Ae&&Ae.versions,he=de&&de.v8;he?ue=(le=he.split("."))[0]+le[1]:fe&&(!(le=fe.match(/Edge\/(\d+)/))||le[1]>=74)&&(le=fe.match(/Chrome\/(\d+)/))&&(ue=le[1]);var me=ue&&+ue,ge=!!Object.getOwnPropertySymbols&&!l((function(){return!Symbol.sham&&(pe?38===me:me>37&&me<41)})),ve=ge&&!Symbol.sham&&"symbol"==typeof Symbol.iterator,ye=G("wks"),be=s.Symbol,xe=ve?be:be&&be.withoutSetter||W,we=function(t){return T(ye,t)&&(ge||"string"==typeof ye[t])||(ge&&T(be,t)?ye[t]=be[t]:ye[t]=xe("Symbol."+t)),ye[t]},Ce=we("match"),Te=function(t){var e;return b(t)&&(void 0!==(e=t[Ce])?!!e:"RegExp"==h(t))},Ee=function(){var t=B(this),e="";return t.global&&(e+="g"),t.ignoreCase&&(e+="i"),t.multiline&&(e+="m"),t.dotAll&&(e+="s"),t.unicode&&(e+="u"),t.sticky&&(e+="y"),e};function _e(t,e){return RegExp(t,e)}var Se={UNSUPPORTED_Y:l((function(){var t=_e("a","y");return t.lastIndex=2,null!=t.exec("abcd")})),BROKEN_CARET:l((function(){var t=_e("^r","gy");return t.lastIndex=2,null!=t.exec("str")}))},Ie=we("species"),ke=function(t){var e=st(t),n=N.f;u&&e&&!e[Ie]&&n(e,Ie,{configurable:!0,get:function(){return this}})},Oe=N.f,Be=bt.f,Me=rt.enforce,Ne=we("match"),je=s.RegExp,Le=je.prototype,Fe=/a/g,De=/a/g,Pe=new je(Fe)!==Fe,Ue=Se.UNSUPPORTED_Y;if(u&&Ot("RegExp",!Pe||Ue||l((function(){return De[Ne]=!1,je(Fe)!=Fe||je(De)==De||"/a/i"!=je(Fe,"i")})))){for(var Re=function(t,e){var n,r=this instanceof Re,a=Te(t),o=void 0===e;if(!r&&a&&t.constructor===Re&&o)return t;Pe?a&&!o&&(t=t.source):t instanceof Re&&(o&&(e=Ee.call(t)),t=t.source),Ue&&(n=!!e&&e.indexOf("y")>-1)&&(e=e.replace(/y/g,""));var i=Lt(Pe?new je(t,e):je(t,e),r?this:Le,Re);Ue&&n&&(Me(i).sticky=!0);return i},ze=function(t){t in Re||Oe(Re,t,{configurable:!0,get:function(){return je[t]},set:function(e){je[t]=e}})},$e=Be(je),Qe=0;$e.length>Qe;)ze($e[Qe++]);Le.constructor=Re,Re.prototype=Le,at(s,"RegExp",Re)}ke("RegExp");var Ge=RegExp.prototype.exec,He=G("native-string-replace",String.prototype.replace),Ye=Ge,We=function(){var t=/a/,e=/b*/g;return Ge.call(t,"a"),Ge.call(e,"a"),0!==t.lastIndex||0!==e.lastIndex}(),Ve=Se.UNSUPPORTED_Y||Se.BROKEN_CARET,Ze=void 0!==/()??/.exec("")[1];(We||Ze||Ve)&&(Ye=function(t){var e,n,r,a,o=this,i=Ve&&o.sticky,s=Ee.call(o),l=o.source,u=0,c=t;return i&&(-1===(s=s.replace("y","")).indexOf("g")&&(s+="g"),c=String(t).slice(o.lastIndex),o.lastIndex>0&&(!o.multiline||o.multiline&&"\n"!==t[o.lastIndex-1])&&(l="(?: "+l+")",c=" "+c,u++),n=new RegExp("^(?:"+l+")",s)),Ze&&(n=new RegExp("^"+l+"$(?!\\s)",s)),We&&(e=o.lastIndex),r=Ge.call(i?n:o,c),i?r?(r.input=r.input.slice(u),r[0]=r[0].slice(u),r.index=o.lastIndex,o.lastIndex+=r[0].length):o.lastIndex=0:We&&r&&(o.lastIndex=o.global?r.index+r[0].length:e),Ze&&r&&r.length>1&&He.call(r[0],n,(function(){for(a=1;a<arguments.length-2;a++)void 0===arguments[a]&&(r[a]=void 0)})),r});var Je=Ye;Mt({target:"RegExp",proto:!0,forced:/./.exec!==Je},{exec:Je});var Xe=RegExp.prototype,qe=Xe.toString,Ke=l((function(){return"/a/b"!=qe.call({source:"a",flags:"b"})})),tn="toString"!=qe.name;(Ke||tn)&&at(RegExp.prototype,"toString",(function(){var t=B(this),e=String(t.source),n=t.flags;return"/"+e+"/"+String(void 0===n&&t instanceof RegExp&&!("flags"in Xe)?Ee.call(t):n)}),{unsafe:!0});var en=Array.isArray||function(t){return"Array"==h(t)},nn=function(t,e,n){var r=x(e);r in t?N.f(t,r,A(0,n)):t[r]=n},rn=we("species"),an=function(t,e){var n;return en(t)&&("function"!=typeof(n=t.constructor)||n!==Array&&!en(n.prototype)?b(n)&&null===(n=n[rn])&&(n=void 0):n=void 0),new(void 0===n?Array:n)(0===e?0:e)},on=we("species"),sn=function(t){return me>=51||!l((function(){var e=[];return(e.constructor={})[on]=function(){return{foo:1}},1!==e[t](Boolean).foo}))},ln=we("isConcatSpreadable"),un=me>=51||!l((function(){var t=[];return t[ln]=!1,t.concat()[0]!==t})),cn=sn("concat"),pn=function(t){if(!b(t))return!1;var e=t[ln];return void 0!==e?!!e:en(t)};function fn(t){return(fn="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(t)}function An(t,e){for(var n=0;n<e.length;n++){var r=e[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(t,r.key,r)}}Mt({target:"Array",proto:!0,forced:!un||!cn},{concat:function(t){var e,n,r,a,o,i=w(this),s=an(i,0),l=0;for(e=-1,r=arguments.length;e<r;e++)if(pn(o=-1===e?i:arguments[e])){if(l+(a=ft(o.length))>9007199254740991)throw TypeError("Maximum allowed index exceeded");for(n=0;n<a;n++,l++)n in o&&nn(s,l,o[n])}else{if(l>=9007199254740991)throw TypeError("Maximum allowed index exceeded");nn(s,l++,o)}return s.length=l,s}});var dn="object"===(void 0===r?"undefined":fn(r))&&r.env&&r.env.NODE_DEBUG&&/\bsemver\b/i.test(r.env.NODE_DEBUG)?function(){for(var t,e=arguments.length,n=new Array(e),r=0;r<e;r++)n[r]=arguments[r];return(t=console).error.apply(t,["SEMVER"].concat(n))}:function(){},hn=o((function(t,e){var n=ce.MAX_SAFE_COMPONENT_LENGTH,r=(e=t.exports={}).re=[],a=e.src=[],o=e.t={},i=0,s=function(t,e,n){var s=i++;dn(s,e),o[t]=s,a[s]=e,r[s]=new RegExp(e,n?"g":void 0)};s("NUMERICIDENTIFIER","0|[1-9]\\d*"),s("NUMERICIDENTIFIERLOOSE","[0-9]+"),s("NONNUMERICIDENTIFIER","\\d*[a-zA-Z-][a-zA-Z0-9-]*"),s("MAINVERSION","(".concat(a[o.NUMERICIDENTIFIER],")\\.")+"(".concat(a[o.NUMERICIDENTIFIER],")\\.")+"(".concat(a[o.NUMERICIDENTIFIER],")")),s("MAINVERSIONLOOSE","(".concat(a[o.NUMERICIDENTIFIERLOOSE],")\\.")+"(".concat(a[o.NUMERICIDENTIFIERLOOSE],")\\.")+"(".concat(a[o.NUMERICIDENTIFIERLOOSE],")")),s("PRERELEASEIDENTIFIER","(?:".concat(a[o.NUMERICIDENTIFIER],"|").concat(a[o.NONNUMERICIDENTIFIER],")")),s("PRERELEASEIDENTIFIERLOOSE","(?:".concat(a[o.NUMERICIDENTIFIERLOOSE],"|").concat(a[o.NONNUMERICIDENTIFIER],")")),s("PRERELEASE","(?:-(".concat(a[o.PRERELEASEIDENTIFIER],"(?:\\.").concat(a[o.PRERELEASEIDENTIFIER],")*))")),s("PRERELEASELOOSE","(?:-?(".concat(a[o.PRERELEASEIDENTIFIERLOOSE],"(?:\\.").concat(a[o.PRERELEASEIDENTIFIERLOOSE],")*))")),s("BUILDIDENTIFIER","[0-9A-Za-z-]+"),s("BUILD","(?:\\+(".concat(a[o.BUILDIDENTIFIER],"(?:\\.").concat(a[o.BUILDIDENTIFIER],")*))")),s("FULLPLAIN","v?".concat(a[o.MAINVERSION]).concat(a[o.PRERELEASE],"?").concat(a[o.BUILD],"?")),s("FULL","^".concat(a[o.FULLPLAIN],"$")),s("LOOSEPLAIN","[v=\\s]*".concat(a[o.MAINVERSIONLOOSE]).concat(a[o.PRERELEASELOOSE],"?").concat(a[o.BUILD],"?")),s("LOOSE","^".concat(a[o.LOOSEPLAIN],"$")),s("GTLT","((?:<|>)?=?)"),s("XRANGEIDENTIFIERLOOSE","".concat(a[o.NUMERICIDENTIFIERLOOSE],"|x|X|\\*")),s("XRANGEIDENTIFIER","".concat(a[o.NUMERICIDENTIFIER],"|x|X|\\*")),s("XRANGEPLAIN","[v=\\s]*(".concat(a[o.XRANGEIDENTIFIER],")")+"(?:\\.(".concat(a[o.XRANGEIDENTIFIER],")")+"(?:\\.(".concat(a[o.XRANGEIDENTIFIER],")")+"(?:".concat(a[o.PRERELEASE],")?").concat(a[o.BUILD],"?")+")?)?"),s("XRANGEPLAINLOOSE","[v=\\s]*(".concat(a[o.XRANGEIDENTIFIERLOOSE],")")+"(?:\\.(".concat(a[o.XRANGEIDENTIFIERLOOSE],")")+"(?:\\.(".concat(a[o.XRANGEIDENTIFIERLOOSE],")")+"(?:".concat(a[o.PRERELEASELOOSE],")?").concat(a[o.BUILD],"?")+")?)?"),s("XRANGE","^".concat(a[o.GTLT],"\\s*").concat(a[o.XRANGEPLAIN],"$")),s("XRANGELOOSE","^".concat(a[o.GTLT],"\\s*").concat(a[o.XRANGEPLAINLOOSE],"$")),s("COERCE","".concat("(^|[^\\d])(\\d{1,").concat(n,"})")+"(?:\\.(\\d{1,".concat(n,"}))?")+"(?:\\.(\\d{1,".concat(n,"}))?")+"(?:$|[^\\d])"),s("COERCERTL",a[o.COERCE],!0),s("LONETILDE","(?:~>?)"),s("TILDETRIM","(\\s*)".concat(a[o.LONETILDE],"\\s+"),!0),e.tildeTrimReplace="$1~",s("TILDE","^".concat(a[o.LONETILDE]).concat(a[o.XRANGEPLAIN],"$")),s("TILDELOOSE","^".concat(a[o.LONETILDE]).concat(a[o.XRANGEPLAINLOOSE],"$")),s("LONECARET","(?:\\^)"),s("CARETTRIM","(\\s*)".concat(a[o.LONECARET],"\\s+"),!0),e.caretTrimReplace="$1^",s("CARET","^".concat(a[o.LONECARET]).concat(a[o.XRANGEPLAIN],"$")),s("CARETLOOSE","^".concat(a[o.LONECARET]).concat(a[o.XRANGEPLAINLOOSE],"$")),s("COMPARATORLOOSE","^".concat(a[o.GTLT],"\\s*(").concat(a[o.LOOSEPLAIN],")$|^$")),s("COMPARATOR","^".concat(a[o.GTLT],"\\s*(").concat(a[o.FULLPLAIN],")$|^$")),s("COMPARATORTRIM","(\\s*)".concat(a[o.GTLT],"\\s*(").concat(a[o.LOOSEPLAIN],"|").concat(a[o.XRANGEPLAIN],")"),!0),e.comparatorTrimReplace="$1$2$3",s("HYPHENRANGE","^\\s*(".concat(a[o.XRANGEPLAIN],")")+"\\s+-\\s+"+"(".concat(a[o.XRANGEPLAIN],")")+"\\s*$"),s("HYPHENRANGELOOSE","^\\s*(".concat(a[o.XRANGEPLAINLOOSE],")")+"\\s+-\\s+"+"(".concat(a[o.XRANGEPLAINLOOSE],")")+"\\s*$"),s("STAR","(<|>)?=?\\s*\\*"),s("GTE0","^\\s*>=\\s*0.0.0\\s*$"),s("GTE0PRE","^\\s*>=\\s*0.0.0-0\\s*$")})),mn=we("species"),gn=!l((function(){var t=/./;return t.exec=function(){var t=[];return t.groups={a:"7"},t},"7"!=="".replace(t,"$<a>")})),vn="$0"==="a".replace(/./,"$0"),yn=we("replace"),bn=!!/./[yn]&&""===/./[yn]("a","$0"),xn=!l((function(){var t=/(?:)/,e=t.exec;t.exec=function(){return e.apply(this,arguments)};var n="ab".split(t);return 2!==n.length||"a"!==n[0]||"b"!==n[1]})),wn=function(t,e,n,r){var a=we(t),o=!l((function(){var e={};return e[a]=function(){return 7},7!=""[t](e)})),i=o&&!l((function(){var e=!1,n=/a/;return"split"===t&&((n={}).constructor={},n.constructor[mn]=function(){return n},n.flags="",n[a]=/./[a]),n.exec=function(){return e=!0,null},n[a](""),!e}));if(!o||!i||"replace"===t&&(!gn||!vn||bn)||"split"===t&&!xn){var s=/./[a],u=n(a,""[t],(function(t,e,n,r,a){return e.exec===RegExp.prototype.exec?o&&!a?{done:!0,value:s.call(e,n,r)}:{done:!0,value:t.call(n,e,r)}:{done:!1}}),{REPLACE_KEEPS_$0:vn,REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE:bn}),c=u[0],p=u[1];at(String.prototype,t,c),at(RegExp.prototype,a,2==e?function(t,e){return p.call(t,this,e)}:function(t){return p.call(t,this)})}r&&j(RegExp.prototype[a],"sham",!0)},Cn=function(t){return function(e,n){var r,a,o=String(v(e)),i=ct(n),s=o.length;return i<0||i>=s?t?"":void 0:(r=o.charCodeAt(i))<55296||r>56319||i+1===s||(a=o.charCodeAt(i+1))<56320||a>57343?t?o.charAt(i):r:t?o.slice(i,i+2):a-56320+(r-55296<<10)+65536}},Tn={codeAt:Cn(!1),charAt:Cn(!0)},En=Tn.charAt,_n=function(t,e,n){return e+(n?En(t,e).length:1)},Sn=function(t,e){var n=t.exec;if("function"==typeof n){var r=n.call(t,e);if("object"!=typeof r)throw TypeError("RegExp exec method returned something other than an Object or null");return r}if("RegExp"!==h(t))throw TypeError("RegExp#exec called on incompatible receiver");return Je.call(t,e)};wn("match",1,(function(t,e,n){return[function(e){var n=v(this),r=null==e?void 0:e[t];return void 0!==r?r.call(e,n):new RegExp(e)[t](String(n))},function(t){var r=n(e,t,this);if(r.done)return r.value;var a=B(t),o=String(this);if(!a.global)return Sn(a,o);var i=a.unicode;a.lastIndex=0;for(var s,l=[],u=0;null!==(s=Sn(a,o));){var c=String(s[0]);l[u]=c,""===c&&(a.lastIndex=_n(o,ft(a.lastIndex),i)),u++}return 0===u?null:l}]}));var In=Zt.trim;Mt({target:"String",proto:!0,forced:function(t){return l((function(){return!!Gt[t]()||"​…᠎"!="​…᠎"[t]()||Gt[t].name!==t}))}("trim")},{trim:function(){return In(this)}});var kn=function(t){if("function"!=typeof t)throw TypeError(String(t)+" is not a function");return t},On=function(t,e,n){if(kn(t),void 0===e)return t;switch(n){case 0:return function(){return t.call(e)};case 1:return function(n){return t.call(e,n)};case 2:return function(n,r){return t.call(e,n,r)};case 3:return function(n,r,a){return t.call(e,n,r,a)}}return function(){return t.apply(e,arguments)}},Bn=[].push,Mn=function(t){var e=1==t,n=2==t,r=3==t,a=4==t,o=6==t,i=7==t,s=5==t||o;return function(l,u,c,p){for(var f,A,d=w(l),h=g(d),m=On(u,c,3),v=ft(h.length),y=0,b=p||an,x=e?b(l,v):n||i?b(l,0):void 0;v>y;y++)if((s||y in h)&&(A=m(f=h[y],y,d),t))if(e)x[y]=A;else if(A)switch(t){case 3:return!0;case 5:return f;case 6:return y;case 2:Bn.call(x,f)}else switch(t){case 4:return!1;case 7:Bn.call(x,f)}return o?-1:r||a?a:x}},Nn={forEach:Mn(0),map:Mn(1),filter:Mn(2),some:Mn(3),every:Mn(4),find:Mn(5),findIndex:Mn(6),filterOut:Mn(7)},jn=Nn.map,Ln=sn("map");Mt({target:"Array",proto:!0,forced:!Ln},{map:function(t){return jn(this,t,arguments.length>1?arguments[1]:void 0)}});var Fn=we("species"),Dn=Se.UNSUPPORTED_Y,Pn=[].push,Un=Math.min;wn("split",2,(function(t,e,n){var r;return r="c"=="abbc".split(/(b)*/)[1]||4!="test".split(/(?:)/,-1).length||2!="ab".split(/(?:ab)*/).length||4!=".".split(/(.?)(.?)/).length||".".split(/()()/).length>1||"".split(/.?/).length?function(t,n){var r=String(v(this)),a=void 0===n?4294967295:n>>>0;if(0===a)return[];if(void 0===t)return[r];if(!Te(t))return e.call(r,t,a);for(var o,i,s,l=[],u=(t.ignoreCase?"i":"")+(t.multiline?"m":"")+(t.unicode?"u":"")+(t.sticky?"y":""),c=0,p=new RegExp(t.source,u+"g");(o=Je.call(p,r))&&!((i=p.lastIndex)>c&&(l.push(r.slice(c,o.index)),o.length>1&&o.index<r.length&&Pn.apply(l,o.slice(1)),s=o[0].length,c=i,l.length>=a));)p.lastIndex===o.index&&p.lastIndex++;return c===r.length?!s&&p.test("")||l.push(""):l.push(r.slice(c)),l.length>a?l.slice(0,a):l}:"0".split(void 0,0).length?function(t,n){return void 0===t&&0===n?[]:e.call(this,t,n)}:e,[function(e,n){var a=v(this),o=null==e?void 0:e[t];return void 0!==o?o.call(e,a,n):r.call(String(a),e,n)},function(t,a){var o=n(r,t,this,a,r!==e);if(o.done)return o.value;var i=B(t),s=String(this),l=function(t,e){var n,r=B(t).constructor;return void 0===r||null==(n=B(r)[Fn])?e:kn(n)}(i,RegExp),u=i.unicode,c=(i.ignoreCase?"i":"")+(i.multiline?"m":"")+(i.unicode?"u":"")+(Dn?"g":"y"),p=new l(Dn?"^(?:"+i.source+")":i,c),f=void 0===a?4294967295:a>>>0;if(0===f)return[];if(0===s.length)return null===Sn(p,s)?[s]:[];for(var A=0,d=0,h=[];d<s.length;){p.lastIndex=Dn?0:d;var m,g=Sn(p,Dn?s.slice(d):s);if(null===g||(m=Un(ft(p.lastIndex+(Dn?d:0)),s.length))===A)d=_n(s,d,u);else{if(h.push(s.slice(A,d)),h.length===f)return h;for(var v=1;v<=g.length-1;v++)if(h.push(g[v]),h.length===f)return h;d=A=m}}return h.push(s.slice(A)),h}]}),Dn);var Rn=function(t,e){var n=[][t];return!!n&&l((function(){n.call(null,e||function(){throw 1},1)}))},zn=[].join,$n=g!=Object,Qn=Rn("join",",");Mt({target:"Array",proto:!0,forced:$n||!Qn},{join:function(t){return zn.call(y(this),void 0===t?",":t)}});var Gn=Nn.filter,Hn=sn("filter");Mt({target:"Array",proto:!0,forced:!Hn},{filter:function(t){return Gn(this,t,arguments.length>1?arguments[1]:void 0)}});var Yn=["includePrerelease","loose","rtl"],Wn=function(t){return t?"object"!==fn(t)?{loose:!0}:Yn.filter((function(e){return t[e]})).reduce((function(t,e){return t[e]=!0,t}),{}):{}},Vn=/^[0-9]+$/,Zn=function(t,e){var n=Vn.test(t),r=Vn.test(e);return n&&r&&(t=+t,e=+e),t===e?0:n&&!r?-1:r&&!n?1:t<e?-1:1},Jn=Zn,Xn=ce.MAX_LENGTH,qn=ce.MAX_SAFE_INTEGER,Kn=hn.re,tr=hn.t,er=Jn,nr=function(){function t(e,n){if(function(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}(this,t),n=Wn(n),e instanceof t){if(e.loose===!!n.loose&&e.includePrerelease===!!n.includePrerelease)return e;e=e.version}else if("string"!=typeof e)throw new TypeError("Invalid Version: ".concat(e));if(e.length>Xn)throw new TypeError("version is longer than ".concat(Xn," characters"));dn("SemVer",e,n),this.options=n,this.loose=!!n.loose,this.includePrerelease=!!n.includePrerelease;var r=e.trim().match(n.loose?Kn[tr.LOOSE]:Kn[tr.FULL]);if(!r)throw new TypeError("Invalid Version: ".concat(e));if(this.raw=e,this.major=+r[1],this.minor=+r[2],this.patch=+r[3],this.major>qn||this.major<0)throw new TypeError("Invalid major version");if(this.minor>qn||this.minor<0)throw new TypeError("Invalid minor version");if(this.patch>qn||this.patch<0)throw new TypeError("Invalid patch version");r[4]?this.prerelease=r[4].split(".").map((function(t){if(/^[0-9]+$/.test(t)){var e=+t;if(e>=0&&e<qn)return e}return t})):this.prerelease=[],this.build=r[5]?r[5].split("."):[],this.format()}var e,n,r;return e=t,(n=[{key:"format",value:function(){return this.version="".concat(this.major,".").concat(this.minor,".").concat(this.patch),this.prerelease.length&&(this.version+="-".concat(this.prerelease.join("."))),this.version}},{key:"toString",value:function(){return this.version}},{key:"compare",value:function(e){if(dn("SemVer.compare",this.version,this.options,e),!(e instanceof t)){if("string"==typeof e&&e===this.version)return 0;e=new t(e,this.options)}return e.version===this.version?0:this.compareMain(e)||this.comparePre(e)}},{key:"compareMain",value:function(e){return e instanceof t||(e=new t(e,this.options)),er(this.major,e.major)||er(this.minor,e.minor)||er(this.patch,e.patch)}},{key:"comparePre",value:function(e){if(e instanceof t||(e=new t(e,this.options)),this.prerelease.length&&!e.prerelease.length)return-1;if(!this.prerelease.length&&e.prerelease.length)return 1;if(!this.prerelease.length&&!e.prerelease.length)return 0;var n=0;do{var r=this.prerelease[n],a=e.prerelease[n];if(dn("prerelease compare",n,r,a),void 0===r&&void 0===a)return 0;if(void 0===a)return 1;if(void 0===r)return-1;if(r!==a)return er(r,a)}while(++n)}},{key:"compareBuild",value:function(e){e instanceof t||(e=new t(e,this.options));var n=0;do{var r=this.build[n],a=e.build[n];if(dn("prerelease compare",n,r,a),void 0===r&&void 0===a)return 0;if(void 0===a)return 1;if(void 0===r)return-1;if(r!==a)return er(r,a)}while(++n)}},{key:"inc",value:function(t,e){switch(t){case"premajor":this.prerelease.length=0,this.patch=0,this.minor=0,this.major++,this.inc("pre",e);break;case"preminor":this.prerelease.length=0,this.patch=0,this.minor++,this.inc("pre",e);break;case"prepatch":this.prerelease.length=0,this.inc("patch",e),this.inc("pre",e);break;case"prerelease":0===this.prerelease.length&&this.inc("patch",e),this.inc("pre",e);break;case"major":0===this.minor&&0===this.patch&&0!==this.prerelease.length||this.major++,this.minor=0,this.patch=0,this.prerelease=[];break;case"minor":0===this.patch&&0!==this.prerelease.length||this.minor++,this.patch=0,this.prerelease=[];break;case"patch":0===this.prerelease.length&&this.patch++,this.prerelease=[];break;case"pre":if(0===this.prerelease.length)this.prerelease=[0];else{for(var n=this.prerelease.length;--n>=0;)"number"==typeof this.prerelease[n]&&(this.prerelease[n]++,n=-2);-1===n&&this.prerelease.push(0)}e&&(this.prerelease[0]===e?isNaN(this.prerelease[1])&&(this.prerelease=[e,0]):this.prerelease=[e,0]);break;default:throw new Error("invalid increment argument: ".concat(t))}return this.format(),this.raw=this.version,this}}])&&An(e.prototype,n),r&&An(e,r),t}(),rr=ce.MAX_LENGTH,ar=hn.re,or=hn.t,ir=function(t,e){if(e=Wn(e),t instanceof nr)return t;if("string"!=typeof t)return null;if(t.length>rr)return null;if(!(e.loose?ar[or.LOOSE]:ar[or.FULL]).test(t))return null;try{return new nr(t,e)}catch(t){return null}},sr=function(t,e){var n=ir(t,e);return n?n.version:null},lr=function(t,e){return new nr(t,e).major},ur="1.3.0",cr=function(){function t(t){"function"==typeof t.getVersion&&sr(t.getVersion())?lr(t.getVersion())!==lr(this.getVersion())&&console.warn("Proxying an event bus of version "+t.getVersion()+" with "+this.getVersion()):console.warn("Proxying an event bus with an unknown or invalid version"),this.bus=t}return t.prototype.getVersion=function(){return ur},t.prototype.subscribe=function(t,e){this.bus.subscribe(t,e)},t.prototype.unsubscribe=function(t,e){this.bus.unsubscribe(t,e)},t.prototype.emit=function(t,e){this.bus.emit(t,e)},t}(),pr=we("unscopables"),fr=Array.prototype;null==fr[pr]&&N.f(fr,pr,{configurable:!0,value:Qt(null)});var Ar,dr,hr,mr=function(t){fr[pr][t]=!0},gr={},vr=!l((function(){function t(){}return t.prototype.constructor=null,Object.getPrototypeOf(new t)!==t.prototype})),yr=Z("IE_PROTO"),br=Object.prototype,xr=vr?Object.getPrototypeOf:function(t){return t=w(t),T(t,yr)?t[yr]:"function"==typeof t.constructor&&t instanceof t.constructor?t.constructor.prototype:t instanceof Object?br:null},wr=we("iterator"),Cr=!1;[].keys&&("next"in(hr=[].keys())?(dr=xr(xr(hr)))!==Object.prototype&&(Ar=dr):Cr=!0),(null==Ar||l((function(){var t={};return Ar[wr].call(t)!==t})))&&(Ar={}),T(Ar,wr)||j(Ar,wr,(function(){return this}));var Tr={IteratorPrototype:Ar,BUGGY_SAFARI_ITERATORS:Cr},Er=N.f,_r=we("toStringTag"),Sr=function(t,e,n){t&&!T(t=n?t:t.prototype,_r)&&Er(t,_r,{configurable:!0,value:e})},Ir=Tr.IteratorPrototype,kr=function(){return this},Or=Tr.IteratorPrototype,Br=Tr.BUGGY_SAFARI_ITERATORS,Mr=we("iterator"),Nr=function(){return this},jr=function(t,e,n,r,a,o,i){!function(t,e,n){var r=e+" Iterator";t.prototype=Qt(Ir,{next:A(1,n)}),Sr(t,r,!1),gr[r]=kr}(n,e,r);var s,l,u,c=function(t){if(t===a&&m)return m;if(!Br&&t in d)return d[t];switch(t){case"keys":case"values":case"entries":return function(){return new n(this,t)}}return function(){return new n(this)}},p=e+" Iterator",f=!1,d=t.prototype,h=d[Mr]||d["@@iterator"]||a&&d[a],m=!Br&&h||c(a),g="Array"==e&&d.entries||h;if(g&&(s=xr(g.call(new t)),Or!==Object.prototype&&s.next&&(xr(s)!==Or&&(jt?jt(s,Or):"function"!=typeof s[Mr]&&j(s,Mr,Nr)),Sr(s,p,!0))),"values"==a&&h&&"values"!==h.name&&(f=!0,m=function(){return h.call(this)}),d[Mr]!==m&&j(d,Mr,m),gr[e]=m,a)if(l={values:c("values"),keys:o?m:c("keys"),entries:c("entries")},i)for(u in l)(Br||f||!(u in d))&&at(d,u,l[u]);else Mt({target:e,proto:!0,forced:Br||f},l);return l},Lr=rt.set,Fr=rt.getterFor("Array Iterator"),Dr=jr(Array,"Array",(function(t,e){Lr(this,{type:"Array Iterator",target:y(t),index:0,kind:e})}),(function(){var t=Fr(this),e=t.target,n=t.kind,r=t.index++;return!e||r>=e.length?(t.target=void 0,{value:void 0,done:!0}):"keys"==n?{value:r,done:!1}:"values"==n?{value:e[r],done:!1}:{value:[r,e[r]],done:!1}}),"values");gr.Arguments=gr.Array,mr("keys"),mr("values"),mr("entries");var Pr=!l((function(){return Object.isExtensible(Object.preventExtensions({}))})),Ur=o((function(t){var e=N.f,n=W("meta"),r=0,a=Object.isExtensible||function(){return!0},o=function(t){e(t,n,{value:{objectID:"O"+ ++r,weakData:{}}})},i=t.exports={REQUIRED:!1,fastKey:function(t,e){if(!b(t))return"symbol"==typeof t?t:("string"==typeof t?"S":"P")+t;if(!T(t,n)){if(!a(t))return"F";if(!e)return"E";o(t)}return t[n].objectID},getWeakData:function(t,e){if(!T(t,n)){if(!a(t))return!0;if(!e)return!1;o(t)}return t[n].weakData},onFreeze:function(t){return Pr&&i.REQUIRED&&a(t)&&!T(t,n)&&o(t),t}};J[n]=!0})),Rr=we("iterator"),zr=Array.prototype,$r={};$r[we("toStringTag")]="z";var Qr="[object z]"===String($r),Gr=we("toStringTag"),Hr="Arguments"==h(function(){return arguments}()),Yr=Qr?h:function(t){var e,n,r;return void 0===t?"Undefined":null===t?"Null":"string"==typeof(n=function(t,e){try{return t[e]}catch(t){}}(e=Object(t),Gr))?n:Hr?h(e):"Object"==(r=h(e))&&"function"==typeof e.callee?"Arguments":r},Wr=we("iterator"),Vr=function(t){var e=t.return;if(void 0!==e)return B(e.call(t)).value},Zr=function(t,e){this.stopped=t,this.result=e},Jr=function(t,e,n){var r,a,o,i,s,l,u,c,p=n&&n.that,f=!(!n||!n.AS_ENTRIES),A=!(!n||!n.IS_ITERATOR),d=!(!n||!n.INTERRUPTED),h=On(e,p,1+f+d),m=function(t){return r&&Vr(r),new Zr(!0,t)},g=function(t){return f?(B(t),d?h(t[0],t[1],m):h(t[0],t[1])):d?h(t,m):h(t)};if(A)r=t;else{if("function"!=typeof(a=function(t){if(null!=t)return t[Wr]||t["@@iterator"]||gr[Yr(t)]}(t)))throw TypeError("Target is not iterable");if(void 0!==(c=a)&&(gr.Array===c||zr[Rr]===c)){for(o=0,i=ft(t.length);i>o;o++)if((s=g(t[o]))&&s instanceof Zr)return s;return new Zr(!1)}r=a.call(t)}for(l=r.next;!(u=l.call(r)).done;){try{s=g(u.value)}catch(t){throw Vr(r),t}if("object"==typeof s&&s&&s instanceof Zr)return s}return new Zr(!1)},Xr=function(t,e,n){if(!(t instanceof e))throw TypeError("Incorrect "+(n?n+" ":"")+"invocation");return t},qr=we("iterator"),Kr=!1;try{var ta=0,ea={next:function(){return{done:!!ta++}},return:function(){Kr=!0}};ea[qr]=function(){return this},Array.from(ea,(function(){throw 2}))}catch(t){}var na=function(t,e,n){for(var r in e)at(t,r,e[r],n);return t},ra=N.f,aa=Ur.fastKey,oa=rt.set,ia=rt.getterFor;!function(t,e,n){var r=-1!==t.indexOf("Map"),a=-1!==t.indexOf("Weak"),o=r?"set":"add",i=s[t],u=i&&i.prototype,c=i,p={},f=function(t){var e=u[t];at(u,t,"add"==t?function(t){return e.call(this,0===t?0:t),this}:"delete"==t?function(t){return!(a&&!b(t))&&e.call(this,0===t?0:t)}:"get"==t?function(t){return a&&!b(t)?void 0:e.call(this,0===t?0:t)}:"has"==t?function(t){return!(a&&!b(t))&&e.call(this,0===t?0:t)}:function(t,n){return e.call(this,0===t?0:t,n),this})};if(Ot(t,"function"!=typeof i||!(a||u.forEach&&!l((function(){(new i).entries().next()})))))c=n.getConstructor(e,t,r,o),Ur.REQUIRED=!0;else if(Ot(t,!0)){var A=new c,d=A[o](a?{}:-0,1)!=A,h=l((function(){A.has(1)})),m=function(t,e){if(!e&&!Kr)return!1;var n=!1;try{var r={};r[qr]=function(){return{next:function(){return{done:n=!0}}}},t(r)}catch(t){}return n}((function(t){new i(t)})),g=!a&&l((function(){for(var t=new i,e=5;e--;)t[o](e,e);return!t.has(-0)}));m||((c=e((function(e,n){Xr(e,c,t);var a=Lt(new i,e,c);return null!=n&&Jr(n,a[o],{that:a,AS_ENTRIES:r}),a}))).prototype=u,u.constructor=c),(h||g)&&(f("delete"),f("has"),r&&f("get")),(g||d)&&f(o),a&&u.clear&&delete u.clear}p[t]=c,Mt({global:!0,forced:c!=i},p),Sr(c,t),a||n.setStrong(c,t,r)}("Map",(function(t){return function(){return t(this,arguments.length?arguments[0]:void 0)}}),{getConstructor:function(t,e,n,r){var a=t((function(t,o){Xr(t,a,e),oa(t,{type:e,index:Qt(null),first:void 0,last:void 0,size:0}),u||(t.size=0),null!=o&&Jr(o,t[r],{that:t,AS_ENTRIES:n})})),o=ia(e),i=function(t,e,n){var r,a,i=o(t),l=s(t,e);return l?l.value=n:(i.last=l={index:a=aa(e,!0),key:e,value:n,previous:r=i.last,next:void 0,removed:!1},i.first||(i.first=l),r&&(r.next=l),u?i.size++:t.size++,"F"!==a&&(i.index[a]=l)),t},s=function(t,e){var n,r=o(t),a=aa(e);if("F"!==a)return r.index[a];for(n=r.first;n;n=n.next)if(n.key==e)return n};return na(a.prototype,{clear:function(){for(var t=o(this),e=t.index,n=t.first;n;)n.removed=!0,n.previous&&(n.previous=n.previous.next=void 0),delete e[n.index],n=n.next;t.first=t.last=void 0,u?t.size=0:this.size=0},delete:function(t){var e=o(this),n=s(this,t);if(n){var r=n.next,a=n.previous;delete e.index[n.index],n.removed=!0,a&&(a.next=r),r&&(r.previous=a),e.first==n&&(e.first=r),e.last==n&&(e.last=a),u?e.size--:this.size--}return!!n},forEach:function(t){for(var e,n=o(this),r=On(t,arguments.length>1?arguments[1]:void 0,3);e=e?e.next:n.first;)for(r(e.value,e.key,this);e&&e.removed;)e=e.previous},has:function(t){return!!s(this,t)}}),na(a.prototype,n?{get:function(t){var e=s(this,t);return e&&e.value},set:function(t,e){return i(this,0===t?0:t,e)}}:{add:function(t){return i(this,t=0===t?0:t,t)}}),u&&ra(a.prototype,"size",{get:function(){return o(this).size}}),a},setStrong:function(t,e,n){var r=e+" Iterator",a=ia(e),o=ia(r);jr(t,e,(function(t,e){oa(this,{type:r,target:t,state:a(t),kind:e,last:void 0})}),(function(){for(var t=o(this),e=t.kind,n=t.last;n&&n.removed;)n=n.previous;return t.target&&(t.last=n=n?n.next:t.state.first)?"keys"==e?{value:n.key,done:!1}:"values"==e?{value:n.value,done:!1}:{value:[n.key,n.value],done:!1}:(t.target=void 0,{value:void 0,done:!0})}),n?"entries":"values",!n,!0),ke(e)}});var sa=Qr?{}.toString:function(){return"[object "+Yr(this)+"]"};Qr||at(Object.prototype,"toString",sa,{unsafe:!0});var la=Tn.charAt,ua=rt.set,ca=rt.getterFor("String Iterator");jr(String,"String",(function(t){ua(this,{type:"String Iterator",string:String(t),index:0})}),(function(){var t,e=ca(this),n=e.string,r=e.index;return r>=n.length?{value:void 0,done:!0}:(t=la(n,r),e.index+=t.length,{value:t,done:!1})}));var pa={CSSRuleList:0,CSSStyleDeclaration:0,CSSValueList:0,ClientRectList:0,DOMRectList:0,DOMStringList:0,DOMTokenList:1,DataTransferItemList:0,FileList:0,HTMLAllCollection:0,HTMLCollection:0,HTMLFormElement:0,HTMLSelectElement:0,MediaList:0,MimeTypeArray:0,NamedNodeMap:0,NodeList:1,PaintRequestList:0,Plugin:0,PluginArray:0,SVGLengthList:0,SVGNumberList:0,SVGPathSegList:0,SVGPointList:0,SVGStringList:0,SVGTransformList:0,SourceBufferList:0,StyleSheetList:0,TextTrackCueList:0,TextTrackList:0,TouchList:0},fa=we("iterator"),Aa=we("toStringTag"),da=Dr.values;for(var ha in pa){var ma=s[ha],ga=ma&&ma.prototype;if(ga){if(ga[fa]!==da)try{j(ga,fa,da)}catch(t){ga[fa]=da}if(ga[Aa]||j(ga,Aa,ha),pa[ha])for(var va in Dr)if(ga[va]!==Dr[va])try{j(ga,va,Dr[va])}catch(t){ga[va]=Dr[va]}}}var ya=Nn.forEach,ba=Rn("forEach")?[].forEach:function(t){return ya(this,t,arguments.length>1?arguments[1]:void 0)};for(var xa in pa){var wa=s[xa],Ca=wa&&wa.prototype;if(Ca&&Ca.forEach!==ba)try{j(Ca,"forEach",ba)}catch(t){Ca.forEach=ba}}var Ta="1.3.0",Ea=function(){function t(){this.handlers=new Map}return t.prototype.getVersion=function(){return Ta},t.prototype.subscribe=function(t,e){this.handlers.set(t,(this.handlers.get(t)||[]).concat(e))},t.prototype.unsubscribe=function(t,e){this.handlers.set(t,(this.handlers.get(t)||[]).filter((function(t){return t!=e})))},t.prototype.emit=function(t,e){(this.handlers.get(t)||[]).forEach((function(t){try{t(e)}catch(t){console.error("could not invoke event listener",t)}}))},t}();var _a=(void 0!==window.OC&&window.OC._eventBus&&void 0===window._nc_event_bus&&(console.warn("found old event bus instance at OC._eventBus. Update your version!"),window._nc_event_bus=window.OC._eventBus),void 0!==window._nc_event_bus?new cr(window._nc_event_bus):window._nc_event_bus=new Ea);function Sa(t,e){_a.subscribe(t,e)}function Ia(t,e){_a.unsubscribe(t,e)}function ka(t,e){_a.emit(t,e)}}.call(this,n(17),n(57))},function(t,e,n){"use strict";(function(t,r){n.d(e,"a",(function(){return io})),n.d(e,"b",(function(){return so})),n.d(e,"c",(function(){return uo})),n.d(e,"d",(function(){return po})),n.d(e,"e",(function(){return lo})),n.d(e,"f",(function(){return fo})),n.d(e,"g",(function(){return co})),function(){const e={TRANSLATIONS:[{locale:"ar",json:{charset:"utf-8",headers:{"Last-Translator":"S1 SYSTEMS | BP <info@s1.sa>, 2020","Language-Team":"Arabic (https://www.transifex.com/nextcloud/teams/64236/ar/)","Content-Type":"text/plain; charset=UTF-8",Language:"ar","Plural-Forms":"nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nS1 SYSTEMS | BP <info@s1.sa>, 2020\n"},msgstr:["Last-Translator: S1 SYSTEMS | BP <info@s1.sa>, 2020\nLanguage-Team: Arabic (https://www.transifex.com/nextcloud/teams/64236/ar/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: ar\nPlural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n"]},Undo:{msgid:"Undo",comments:{reference:"lib/toast.ts:191"},msgstr:["تراجع"]}}}}},{locale:"ast",json:{charset:"utf-8",headers:{"Last-Translator":"enolp <enolp@softastur.org>, 2020","Language-Team":"Asturian (https://www.transifex.com/nextcloud/teams/64236/ast/)","Content-Type":"text/plain; charset=UTF-8",Language:"ast","Plural-Forms":"nplurals=2; plural=(n != 1);"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nenolp <enolp@softastur.org>, 2020\n"},msgstr:["Last-Translator: enolp <enolp@softastur.org>, 2020\nLanguage-Team: Asturian (https://www.transifex.com/nextcloud/teams/64236/ast/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: ast\nPlural-Forms: nplurals=2; plural=(n != 1);\n"]},Undo:{msgid:"Undo",comments:{reference:"lib/toast.ts:187"},msgstr:["Desfacer"]}}}}},{locale:"br",json:{charset:"utf-8",headers:{"Last-Translator":"Kervoas-Le Nabat Ewen <ewenkervoas@free.fr>, 2020","Language-Team":"Breton (https://www.transifex.com/nextcloud/teams/64236/br/)","Content-Type":"text/plain; charset=UTF-8",Language:"br","Plural-Forms":"nplurals=5; plural=((n%10 == 1) && (n%100 != 11) && (n%100 !=71) && (n%100 !=91) ? 0 :(n%10 == 2) && (n%100 != 12) && (n%100 !=72) && (n%100 !=92) ? 1 :(n%10 ==3 || n%10==4 || n%10==9) && (n%100 < 10 || n% 100 > 19) && (n%100 < 70 || n%100 > 79) && (n%100 < 90 || n%100 > 99) ? 2 :(n != 0 && n % 1000000 == 0) ? 3 : 4);"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nKervoas-Le Nabat Ewen <ewenkervoas@free.fr>, 2020\n"},msgstr:["Last-Translator: Kervoas-Le Nabat Ewen <ewenkervoas@free.fr>, 2020\nLanguage-Team: Breton (https://www.transifex.com/nextcloud/teams/64236/br/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: br\nPlural-Forms: nplurals=5; plural=((n%10 == 1) && (n%100 != 11) && (n%100 !=71) && (n%100 !=91) ? 0 :(n%10 == 2) && (n%100 != 12) && (n%100 !=72) && (n%100 !=92) ? 1 :(n%10 ==3 || n%10==4 || n%10==9) && (n%100 < 10 || n% 100 > 19) && (n%100 < 70 || n%100 > 79) && (n%100 < 90 || n%100 > 99) ? 2 :(n != 0 && n % 1000000 == 0) ? 3 : 4);\n"]},Undo:{msgid:"Undo",comments:{reference:"lib/toast.ts:187"},msgstr:["Disober"]}}}}},{locale:"ca",json:{charset:"utf-8",headers:{"Last-Translator":"Marc Riera <marcriera@softcatala.org>, 2020","Language-Team":"Catalan (https://www.transifex.com/nextcloud/teams/64236/ca/)","Content-Type":"text/plain; charset=UTF-8",Language:"ca","Plural-Forms":"nplurals=2; plural=(n != 1);"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nMarc Riera <marcriera@softcatala.org>, 2020\n"},msgstr:["Last-Translator: Marc Riera <marcriera@softcatala.org>, 2020\nLanguage-Team: Catalan (https://www.transifex.com/nextcloud/teams/64236/ca/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: ca\nPlural-Forms: nplurals=2; plural=(n != 1);\n"]},Undo:{msgid:"Undo",comments:{reference:"lib/toast.ts:187"},msgstr:["Desfés"]}}}}},{locale:"cs",json:{charset:"utf-8",headers:{"Last-Translator":"Pavel Borecki <pavel.borecki@gmail.com>, 2020","Language-Team":"Czech (https://www.transifex.com/nextcloud/teams/64236/cs/)","Content-Type":"text/plain; charset=UTF-8",Language:"cs","Plural-Forms":"nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nPavel Borecki <pavel.borecki@gmail.com>, 2020\n"},msgstr:["Last-Translator: Pavel Borecki <pavel.borecki@gmail.com>, 2020\nLanguage-Team: Czech (https://www.transifex.com/nextcloud/teams/64236/cs/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: cs\nPlural-Forms: nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;\n"]},Undo:{msgid:"Undo",comments:{reference:"lib/toast.ts:187"},msgstr:["Zpět"]}}}}},{locale:"cs_CZ",json:{charset:"utf-8",headers:{"Last-Translator":"Pavel Borecki <pavel.borecki@gmail.com>, 2020","Language-Team":"Czech (Czech Republic) (https://www.transifex.com/nextcloud/teams/64236/cs_CZ/)","Content-Type":"text/plain; charset=UTF-8",Language:"cs_CZ","Plural-Forms":"nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nPavel Borecki <pavel.borecki@gmail.com>, 2020\n"},msgstr:["Last-Translator: Pavel Borecki <pavel.borecki@gmail.com>, 2020\nLanguage-Team: Czech (Czech Republic) (https://www.transifex.com/nextcloud/teams/64236/cs_CZ/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: cs_CZ\nPlural-Forms: nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;\n"]},Undo:{msgid:"Undo",comments:{reference:"lib/toast.ts:187"},msgstr:["Zpět"]}}}}},{locale:"da",json:{charset:"utf-8",headers:{"Last-Translator":"Martin Bonde <Martin@maboni.dk>, 2020","Language-Team":"Danish (https://www.transifex.com/nextcloud/teams/64236/da/)","Content-Type":"text/plain; charset=UTF-8",Language:"da","Plural-Forms":"nplurals=2; plural=(n != 1);"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nMartin Bonde <Martin@maboni.dk>, 2020\n"},msgstr:["Last-Translator: Martin Bonde <Martin@maboni.dk>, 2020\nLanguage-Team: Danish (https://www.transifex.com/nextcloud/teams/64236/da/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: da\nPlural-Forms: nplurals=2; plural=(n != 1);\n"]},Undo:{msgid:"Undo",comments:{reference:"lib/toast.ts:192"},msgstr:["Fortryd"]}}}}},{locale:"de",json:{charset:"utf-8",headers:{"Last-Translator":"Mark Ziegler <mark.ziegler@rakekniven.de>, 2020","Language-Team":"German (https://www.transifex.com/nextcloud/teams/64236/de/)","Content-Type":"text/plain; charset=UTF-8",Language:"de","Plural-Forms":"nplurals=2; plural=(n != 1);"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nMark Ziegler <mark.ziegler@rakekniven.de>, 2020\n"},msgstr:["Last-Translator: Mark Ziegler <mark.ziegler@rakekniven.de>, 2020\nLanguage-Team: German (https://www.transifex.com/nextcloud/teams/64236/de/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: de\nPlural-Forms: nplurals=2; plural=(n != 1);\n"]},Undo:{msgid:"Undo",comments:{reference:"lib/toast.ts:187"},msgstr:["Rückgängig"]}}}}},{locale:"de_DE",json:{charset:"utf-8",headers:{"Last-Translator":"Mark Ziegler <mark.ziegler@rakekniven.de>, 2020","Language-Team":"German (Germany) (https://www.transifex.com/nextcloud/teams/64236/de_DE/)","Content-Type":"text/plain; charset=UTF-8",Language:"de_DE","Plural-Forms":"nplurals=2; plural=(n != 1);"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nMark Ziegler <mark.ziegler@rakekniven.de>, 2020\n"},msgstr:["Last-Translator: Mark Ziegler <mark.ziegler@rakekniven.de>, 2020\nLanguage-Team: German (Germany) (https://www.transifex.com/nextcloud/teams/64236/de_DE/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: de_DE\nPlural-Forms: nplurals=2; plural=(n != 1);\n"]},Undo:{msgid:"Undo",comments:{reference:"lib/toast.ts:187"},msgstr:["Rückgängig"]}}}}},{locale:"el",json:{charset:"utf-8",headers:{"Last-Translator":"ByteGet, 2020","Language-Team":"Greek (https://www.transifex.com/nextcloud/teams/64236/el/)","Content-Type":"text/plain; charset=UTF-8",Language:"el","Plural-Forms":"nplurals=2; plural=(n != 1);"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nByteGet, 2020\n"},msgstr:["Last-Translator: ByteGet, 2020\nLanguage-Team: Greek (https://www.transifex.com/nextcloud/teams/64236/el/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: el\nPlural-Forms: nplurals=2; plural=(n != 1);\n"]},Undo:{msgid:"Undo",comments:{reference:"lib/toast.ts:187"},msgstr:["Αναίρεση"]}}}}},{locale:"eo",json:{charset:"utf-8",headers:{"Last-Translator":"Va Milushnikov <va.milushnikov@gmail.com>, 2020","Language-Team":"Esperanto (https://www.transifex.com/nextcloud/teams/64236/eo/)","Content-Type":"text/plain; charset=UTF-8",Language:"eo","Plural-Forms":"nplurals=2; plural=(n != 1);"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nVa Milushnikov <va.milushnikov@gmail.com>, 2020\n"},msgstr:["Last-Translator: Va Milushnikov <va.milushnikov@gmail.com>, 2020\nLanguage-Team: Esperanto (https://www.transifex.com/nextcloud/teams/64236/eo/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: eo\nPlural-Forms: nplurals=2; plural=(n != 1);\n"]},Undo:{msgid:"Undo",comments:{reference:"lib/toast.ts:191"},msgstr:["Malfari"]}}}}},{locale:"es",json:{charset:"utf-8",headers:{"Last-Translator":"Gabriel Anca <gabrielancacorral@gmail.com>, 2020","Language-Team":"Spanish (https://www.transifex.com/nextcloud/teams/64236/es/)","Content-Type":"text/plain; charset=UTF-8",Language:"es","Plural-Forms":"nplurals=2; plural=(n != 1);"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nGabriel Anca <gabrielancacorral@gmail.com>, 2020\n"},msgstr:["Last-Translator: Gabriel Anca <gabrielancacorral@gmail.com>, 2020\nLanguage-Team: Spanish (https://www.transifex.com/nextcloud/teams/64236/es/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: es\nPlural-Forms: nplurals=2; plural=(n != 1);\n"]},Undo:{msgid:"Undo",comments:{reference:"lib/toast.ts:192"},msgstr:["Deshacer"]}}}}},{locale:"fa",json:{charset:"utf-8",headers:{"Last-Translator":"Mostafa Ahangarha <ahangarha@riseup.net>, 2020","Language-Team":"Persian (https://www.transifex.com/nextcloud/teams/64236/fa/)","Content-Type":"text/plain; charset=UTF-8",Language:"fa","Plural-Forms":"nplurals=2; plural=(n > 1);"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nMostafa Ahangarha <ahangarha@riseup.net>, 2020\n"},msgstr:["Last-Translator: Mostafa Ahangarha <ahangarha@riseup.net>, 2020\nLanguage-Team: Persian (https://www.transifex.com/nextcloud/teams/64236/fa/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: fa\nPlural-Forms: nplurals=2; plural=(n > 1);\n"]},Undo:{msgid:"Undo",comments:{reference:"lib/toast.ts:192"},msgstr:["بازگردانی"]}}}}},{locale:"fi_FI",json:{charset:"utf-8",headers:{"Last-Translator":"teemue, 2020","Language-Team":"Finnish (Finland) (https://www.transifex.com/nextcloud/teams/64236/fi_FI/)","Content-Type":"text/plain; charset=UTF-8",Language:"fi_FI","Plural-Forms":"nplurals=2; plural=(n != 1);"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nteemue, 2020\n"},msgstr:["Last-Translator: teemue, 2020\nLanguage-Team: Finnish (Finland) (https://www.transifex.com/nextcloud/teams/64236/fi_FI/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: fi_FI\nPlural-Forms: nplurals=2; plural=(n != 1);\n"]},Undo:{msgid:"Undo",comments:{reference:"lib/toast.ts:191"},msgstr:["Kumoa"]}}}}},{locale:"fr",json:{charset:"utf-8",headers:{"Last-Translator":"John Molakvoæ <skjnldsv@protonmail.com>, 2020","Language-Team":"French (https://www.transifex.com/nextcloud/teams/64236/fr/)","Content-Type":"text/plain; charset=UTF-8",Language:"fr","Plural-Forms":"nplurals=2; plural=(n > 1);"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nJohn Molakvoæ <skjnldsv@protonmail.com>, 2020\n"},msgstr:["Last-Translator: John Molakvoæ <skjnldsv@protonmail.com>, 2020\nLanguage-Team: French (https://www.transifex.com/nextcloud/teams/64236/fr/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: fr\nPlural-Forms: nplurals=2; plural=(n > 1);\n"]},Undo:{msgid:"Undo",comments:{reference:"lib/toast.ts:187"},msgstr:["Annuler"]}}}}},{locale:"gl",json:{charset:"utf-8",headers:{"Last-Translator":"Miguel Anxo Bouzada <mbouzada@gmail.com>, 2020","Language-Team":"Galician (https://www.transifex.com/nextcloud/teams/64236/gl/)","Content-Type":"text/plain; charset=UTF-8",Language:"gl","Plural-Forms":"nplurals=2; plural=(n != 1);"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nMiguel Anxo Bouzada <mbouzada@gmail.com>, 2020\n"},msgstr:["Last-Translator: Miguel Anxo Bouzada <mbouzada@gmail.com>, 2020\nLanguage-Team: Galician (https://www.transifex.com/nextcloud/teams/64236/gl/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: gl\nPlural-Forms: nplurals=2; plural=(n != 1);\n"]},Undo:{msgid:"Undo",comments:{reference:"lib/toast.ts:187"},msgstr:["Desfacer"]}}}}},{locale:"he",json:{charset:"utf-8",headers:{"Last-Translator":"Yaron Shahrabani <sh.yaron@gmail.com>, 2020","Language-Team":"Hebrew (https://www.transifex.com/nextcloud/teams/64236/he/)","Content-Type":"text/plain; charset=UTF-8",Language:"he","Plural-Forms":"nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n == 2 && n % 1 == 0) ? 1: (n % 10 == 0 && n % 1 == 0 && n > 10) ? 2 : 3;"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nYaron Shahrabani <sh.yaron@gmail.com>, 2020\n"},msgstr:["Last-Translator: Yaron Shahrabani <sh.yaron@gmail.com>, 2020\nLanguage-Team: Hebrew (https://www.transifex.com/nextcloud/teams/64236/he/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: he\nPlural-Forms: nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n == 2 && n % 1 == 0) ? 1: (n % 10 == 0 && n % 1 == 0 && n > 10) ? 2 : 3;\n"]},Undo:{msgid:"Undo",comments:{reference:"lib/toast.ts:187"},msgstr:["ביטול"]}}}}},{locale:"hu_HU",json:{charset:"utf-8",headers:{"Last-Translator":"Balázs Meskó <meskobalazs@mailbox.org>, 2021","Language-Team":"Hungarian (Hungary) (https://www.transifex.com/nextcloud/teams/64236/hu_HU/)","Content-Type":"text/plain; charset=UTF-8",Language:"hu_HU","Plural-Forms":"nplurals=2; plural=(n != 1);"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nBalázs Meskó <meskobalazs@mailbox.org>, 2021\n"},msgstr:["Last-Translator: Balázs Meskó <meskobalazs@mailbox.org>, 2021\nLanguage-Team: Hungarian (Hungary) (https://www.transifex.com/nextcloud/teams/64236/hu_HU/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: hu_HU\nPlural-Forms: nplurals=2; plural=(n != 1);\n"]},Undo:{msgid:"Undo",comments:{reference:"lib/toast.ts:191"},msgstr:["Visszavonás"]}}}}},{locale:"id",json:{charset:"utf-8",headers:{"Last-Translator":"agus sutrisno <agussutrisno@smamsa.sch.id>, 2020","Language-Team":"Indonesian (https://www.transifex.com/nextcloud/teams/64236/id/)","Content-Type":"text/plain; charset=UTF-8",Language:"id","Plural-Forms":"nplurals=1; plural=0;"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nagus sutrisno <agussutrisno@smamsa.sch.id>, 2020\n"},msgstr:["Last-Translator: agus sutrisno <agussutrisno@smamsa.sch.id>, 2020\nLanguage-Team: Indonesian (https://www.transifex.com/nextcloud/teams/64236/id/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: id\nPlural-Forms: nplurals=1; plural=0;\n"]},Undo:{msgid:"Undo",comments:{reference:"lib/toast.ts:192"},msgstr:["Tidak jadi"]}}}}},{locale:"is",json:{charset:"utf-8",headers:{"Last-Translator":"Sveinn í Felli <sv1@fellsnet.is>, 2020","Language-Team":"Icelandic (https://www.transifex.com/nextcloud/teams/64236/is/)","Content-Type":"text/plain; charset=UTF-8",Language:"is","Plural-Forms":"nplurals=2; plural=(n % 10 != 1 || n % 100 == 11);"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nSveinn í Felli <sv1@fellsnet.is>, 2020\n"},msgstr:["Last-Translator: Sveinn í Felli <sv1@fellsnet.is>, 2020\nLanguage-Team: Icelandic (https://www.transifex.com/nextcloud/teams/64236/is/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: is\nPlural-Forms: nplurals=2; plural=(n % 10 != 1 || n % 100 == 11);\n"]},Undo:{msgid:"Undo",comments:{reference:"lib/toast.ts:192"},msgstr:["Afturkalla"]}}}}},{locale:"it",json:{charset:"utf-8",headers:{"Last-Translator":"Vincenzo Reale <vinx.reale@gmail.com>, 2020","Language-Team":"Italian (https://www.transifex.com/nextcloud/teams/64236/it/)","Content-Type":"text/plain; charset=UTF-8",Language:"it","Plural-Forms":"nplurals=2; plural=(n != 1);"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nVincenzo Reale <vinx.reale@gmail.com>, 2020\n"},msgstr:["Last-Translator: Vincenzo Reale <vinx.reale@gmail.com>, 2020\nLanguage-Team: Italian (https://www.transifex.com/nextcloud/teams/64236/it/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: it\nPlural-Forms: nplurals=2; plural=(n != 1);\n"]},Undo:{msgid:"Undo",comments:{reference:"lib/toast.ts:187"},msgstr:["Annulla"]}}}}},{locale:"ja_JP",json:{charset:"utf-8",headers:{"Last-Translator":"323484, 2020","Language-Team":"Japanese (Japan) (https://www.transifex.com/nextcloud/teams/64236/ja_JP/)","Content-Type":"text/plain; charset=UTF-8",Language:"ja_JP","Plural-Forms":"nplurals=1; plural=0;"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\n323484, 2020\n"},msgstr:["Last-Translator: 323484, 2020\nLanguage-Team: Japanese (Japan) (https://www.transifex.com/nextcloud/teams/64236/ja_JP/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: ja_JP\nPlural-Forms: nplurals=1; plural=0;\n"]},Undo:{msgid:"Undo",comments:{reference:"lib/toast.ts:187"},msgstr:["元に戻す"]}}}}},{locale:"lt_LT",json:{charset:"utf-8",headers:{"Last-Translator":"Moo, 2020","Language-Team":"Lithuanian (Lithuania) (https://www.transifex.com/nextcloud/teams/64236/lt_LT/)","Content-Type":"text/plain; charset=UTF-8",Language:"lt_LT","Plural-Forms":"nplurals=4; plural=(n % 10 == 1 && (n % 100 > 19 || n % 100 < 11) ? 0 : (n % 10 >= 2 && n % 10 <=9) && (n % 100 > 19 || n % 100 < 11) ? 1 : n % 1 != 0 ? 2: 3);"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nMoo, 2020\n"},msgstr:["Last-Translator: Moo, 2020\nLanguage-Team: Lithuanian (Lithuania) (https://www.transifex.com/nextcloud/teams/64236/lt_LT/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: lt_LT\nPlural-Forms: nplurals=4; plural=(n % 10 == 1 && (n % 100 > 19 || n % 100 < 11) ? 0 : (n % 10 >= 2 && n % 10 <=9) && (n % 100 > 19 || n % 100 < 11) ? 1 : n % 1 != 0 ? 2: 3);\n"]},Undo:{msgid:"Undo",comments:{reference:"lib/toast.ts:187"},msgstr:["Atšaukti"]}}}}},{locale:"mk",json:{charset:"utf-8",headers:{"Last-Translator":"Сашко Тодоров, 2020","Language-Team":"Macedonian (https://www.transifex.com/nextcloud/teams/64236/mk/)","Content-Type":"text/plain; charset=UTF-8",Language:"mk","Plural-Forms":"nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nСашко Тодоров, 2020\n"},msgstr:["Last-Translator: Сашко Тодоров, 2020\nLanguage-Team: Macedonian (https://www.transifex.com/nextcloud/teams/64236/mk/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: mk\nPlural-Forms: nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;\n"]},Undo:{msgid:"Undo",comments:{reference:"lib/toast.ts:187"},msgstr:["Врати"]}}}}},{locale:"nb_NO",json:{charset:"utf-8",headers:{"Last-Translator":"sverre.vikan <sverre.vikan@gmail.com>, 2020","Language-Team":"Norwegian Bokmål (Norway) (https://www.transifex.com/nextcloud/teams/64236/nb_NO/)","Content-Type":"text/plain; charset=UTF-8",Language:"nb_NO","Plural-Forms":"nplurals=2; plural=(n != 1);"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nsverre.vikan <sverre.vikan@gmail.com>, 2020\n"},msgstr:["Last-Translator: sverre.vikan <sverre.vikan@gmail.com>, 2020\nLanguage-Team: Norwegian Bokmål (Norway) (https://www.transifex.com/nextcloud/teams/64236/nb_NO/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: nb_NO\nPlural-Forms: nplurals=2; plural=(n != 1);\n"]},Undo:{msgid:"Undo",comments:{reference:"lib/toast.ts:192"},msgstr:["Angre"]}}}}},{locale:"nl",json:{charset:"utf-8",headers:{"Last-Translator":"Robin Slot, 2020","Language-Team":"Dutch (https://www.transifex.com/nextcloud/teams/64236/nl/)","Content-Type":"text/plain; charset=UTF-8",Language:"nl","Plural-Forms":"nplurals=2; plural=(n != 1);"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nRobin Slot, 2020\n"},msgstr:["Last-Translator: Robin Slot, 2020\nLanguage-Team: Dutch (https://www.transifex.com/nextcloud/teams/64236/nl/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: nl\nPlural-Forms: nplurals=2; plural=(n != 1);\n"]},Undo:{msgid:"Undo",comments:{reference:"lib/toast.ts:191"},msgstr:["Ongedaan maken"]}}}}},{locale:"oc",json:{charset:"utf-8",headers:{"Last-Translator":"Quentin PAGÈS, 2020","Language-Team":"Occitan (post 1500) (https://www.transifex.com/nextcloud/teams/64236/oc/)","Content-Type":"text/plain; charset=UTF-8",Language:"oc","Plural-Forms":"nplurals=2; plural=(n > 1);"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nQuentin PAGÈS, 2020\n"},msgstr:["Last-Translator: Quentin PAGÈS, 2020\nLanguage-Team: Occitan (post 1500) (https://www.transifex.com/nextcloud/teams/64236/oc/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: oc\nPlural-Forms: nplurals=2; plural=(n > 1);\n"]},Undo:{msgid:"Undo",comments:{reference:"lib/toast.ts:187"},msgstr:["Anullar"]}}}}},{locale:"pl",json:{charset:"utf-8",headers:{"Last-Translator":"Robert Szmurło <robert.szmurlo@ee.pw.edu.pl>, 2020","Language-Team":"Polish (https://www.transifex.com/nextcloud/teams/64236/pl/)","Content-Type":"text/plain; charset=UTF-8",Language:"pl","Plural-Forms":"nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nRobert Szmurło <robert.szmurlo@ee.pw.edu.pl>, 2020\n"},msgstr:["Last-Translator: Robert Szmurło <robert.szmurlo@ee.pw.edu.pl>, 2020\nLanguage-Team: Polish (https://www.transifex.com/nextcloud/teams/64236/pl/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: pl\nPlural-Forms: nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n"]},Undo:{msgid:"Undo",comments:{reference:"lib/toast.ts:187"},msgstr:["Cofnij"]}}}}},{locale:"pt_BR",json:{charset:"utf-8",headers:{"Last-Translator":"Paulo Schopf, 2020","Language-Team":"Portuguese (Brazil) (https://www.transifex.com/nextcloud/teams/64236/pt_BR/)","Content-Type":"text/plain; charset=UTF-8",Language:"pt_BR","Plural-Forms":"nplurals=2; plural=(n > 1);"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nPaulo Schopf, 2020\n"},msgstr:["Last-Translator: Paulo Schopf, 2020\nLanguage-Team: Portuguese (Brazil) (https://www.transifex.com/nextcloud/teams/64236/pt_BR/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: pt_BR\nPlural-Forms: nplurals=2; plural=(n > 1);\n"]},Undo:{msgid:"Undo",comments:{reference:"lib/toast.ts:187"},msgstr:["Desfazer"]}}}}},{locale:"ru",json:{charset:"utf-8",headers:{"Last-Translator":"Andrey Atapin <atab@kirovedu.ru>, 2020","Language-Team":"Russian (https://www.transifex.com/nextcloud/teams/64236/ru/)","Content-Type":"text/plain; charset=UTF-8",Language:"ru","Plural-Forms":"nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nAndrey Atapin <atab@kirovedu.ru>, 2020\n"},msgstr:["Last-Translator: Andrey Atapin <atab@kirovedu.ru>, 2020\nLanguage-Team: Russian (https://www.transifex.com/nextcloud/teams/64236/ru/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: ru\nPlural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);\n"]},Undo:{msgid:"Undo",comments:{reference:"lib/toast.ts:187"},msgstr:["Отменить"]}}}}},{locale:"sk_SK",json:{charset:"utf-8",headers:{"Last-Translator":"vladimirjendrol <vlado@jendrol.sk>, 2020","Language-Team":"Slovak (Slovakia) (https://www.transifex.com/nextcloud/teams/64236/sk_SK/)","Content-Type":"text/plain; charset=UTF-8",Language:"sk_SK","Plural-Forms":"nplurals=4; plural=(n % 1 == 0 && n == 1 ? 0 : n % 1 == 0 && n >= 2 && n <= 4 ? 1 : n % 1 != 0 ? 2: 3);"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nvladimirjendrol <vlado@jendrol.sk>, 2020\n"},msgstr:["Last-Translator: vladimirjendrol <vlado@jendrol.sk>, 2020\nLanguage-Team: Slovak (Slovakia) (https://www.transifex.com/nextcloud/teams/64236/sk_SK/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: sk_SK\nPlural-Forms: nplurals=4; plural=(n % 1 == 0 && n == 1 ? 0 : n % 1 == 0 && n >= 2 && n <= 4 ? 1 : n % 1 != 0 ? 2: 3);\n"]},Undo:{msgid:"Undo",comments:{reference:"lib/toast.ts:192"},msgstr:["Späť"]}}}}},{locale:"sl",json:{charset:"utf-8",headers:{"Last-Translator":"Matej Urbančič <>, 2020","Language-Team":"Slovenian (https://www.transifex.com/nextcloud/teams/64236/sl/)","Content-Type":"text/plain; charset=UTF-8",Language:"sl","Plural-Forms":"nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nMatej Urbančič <>, 2020\n"},msgstr:["Last-Translator: Matej Urbančič <>, 2020\nLanguage-Team: Slovenian (https://www.transifex.com/nextcloud/teams/64236/sl/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: sl\nPlural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);\n"]},Undo:{msgid:"Undo",comments:{reference:"lib/toast.ts:191"},msgstr:["Razveljavi"]}}}}},{locale:"sv",json:{charset:"utf-8",headers:{"Last-Translator":"Victor Nyberg <v70123@gmail.com>, 2021","Language-Team":"Swedish (https://www.transifex.com/nextcloud/teams/64236/sv/)","Content-Type":"text/plain; charset=UTF-8",Language:"sv","Plural-Forms":"nplurals=2; plural=(n != 1);"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nVictor Nyberg <v70123@gmail.com>, 2021\n"},msgstr:["Last-Translator: Victor Nyberg <v70123@gmail.com>, 2021\nLanguage-Team: Swedish (https://www.transifex.com/nextcloud/teams/64236/sv/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: sv\nPlural-Forms: nplurals=2; plural=(n != 1);\n"]},Undo:{msgid:"Undo",comments:{reference:"lib/toast.ts:191"},msgstr:["Ångra"]}}}}},{locale:"tr",json:{charset:"utf-8",headers:{"Last-Translator":"Kaya Zeren <kayazeren@gmail.com>, 2020","Language-Team":"Turkish (https://www.transifex.com/nextcloud/teams/64236/tr/)","Content-Type":"text/plain; charset=UTF-8",Language:"tr","Plural-Forms":"nplurals=2; plural=(n > 1);"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nKaya Zeren <kayazeren@gmail.com>, 2020\n"},msgstr:["Last-Translator: Kaya Zeren <kayazeren@gmail.com>, 2020\nLanguage-Team: Turkish (https://www.transifex.com/nextcloud/teams/64236/tr/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: tr\nPlural-Forms: nplurals=2; plural=(n > 1);\n"]},Undo:{msgid:"Undo",comments:{reference:"lib/toast.ts:191"},msgstr:["Geri al"]}}}}},{locale:"uk",json:{charset:"utf-8",headers:{"Last-Translator":"777 Svyatoi 777 <exmashana67@gmail.com>, 2020","Language-Team":"Ukrainian (https://www.transifex.com/nextcloud/teams/64236/uk/)","Content-Type":"text/plain; charset=UTF-8",Language:"uk","Plural-Forms":"nplurals=4; plural=(n % 1 == 0 && n % 10 == 1 && n % 100 != 11 ? 0 : n % 1 == 0 && n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 12 || n % 100 > 14) ? 1 : n % 1 == 0 && (n % 10 ==0 || (n % 10 >=5 && n % 10 <=9) || (n % 100 >=11 && n % 100 <=14 )) ? 2: 3);"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\n777 Svyatoi 777 <exmashana67@gmail.com>, 2020\n"},msgstr:["Last-Translator: 777 Svyatoi 777 <exmashana67@gmail.com>, 2020\nLanguage-Team: Ukrainian (https://www.transifex.com/nextcloud/teams/64236/uk/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: uk\nPlural-Forms: nplurals=4; plural=(n % 1 == 0 && n % 10 == 1 && n % 100 != 11 ? 0 : n % 1 == 0 && n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 12 || n % 100 > 14) ? 1 : n % 1 == 0 && (n % 10 ==0 || (n % 10 >=5 && n % 10 <=9) || (n % 100 >=11 && n % 100 <=14 )) ? 2: 3);\n"]},Undo:{msgid:"Undo",comments:{reference:"lib/toast.ts:192"},msgstr:["Undo"]}}}}},{locale:"zh_CN",json:{charset:"utf-8",headers:{"Last-Translator":"Toms Project <tom@projectoms.com>, 2020","Language-Team":"Chinese (China) (https://www.transifex.com/nextcloud/teams/64236/zh_CN/)","Content-Type":"text/plain; charset=UTF-8",Language:"zh_CN","Plural-Forms":"nplurals=1; plural=0;"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nToms Project <tom@projectoms.com>, 2020\n"},msgstr:["Last-Translator: Toms Project <tom@projectoms.com>, 2020\nLanguage-Team: Chinese (China) (https://www.transifex.com/nextcloud/teams/64236/zh_CN/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: zh_CN\nPlural-Forms: nplurals=1; plural=0;\n"]},Undo:{msgid:"Undo",comments:{reference:"lib/toast.ts:191"},msgstr:["撤消"]}}}}},{locale:"zh_HK",json:{charset:"utf-8",headers:{"Last-Translator":"Cha Wong <cafetango@gmail.com>, 2021","Language-Team":"Chinese (Hong Kong) (https://www.transifex.com/nextcloud/teams/64236/zh_HK/)","Content-Type":"text/plain; charset=UTF-8",Language:"zh_HK","Plural-Forms":"nplurals=1; plural=0;"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nCha Wong <cafetango@gmail.com>, 2021\n"},msgstr:["Last-Translator: Cha Wong <cafetango@gmail.com>, 2021\nLanguage-Team: Chinese (Hong Kong) (https://www.transifex.com/nextcloud/teams/64236/zh_HK/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: zh_HK\nPlural-Forms: nplurals=1; plural=0;\n"]},Undo:{msgid:"Undo",comments:{reference:"lib/toast.ts:191"},msgstr:["還原"]}}}}},{locale:"zh_TW",json:{charset:"utf-8",headers:{"Last-Translator":"Natashia Maxins <railroad1987@gmail.com>, 2020","Language-Team":"Chinese (Taiwan) (https://www.transifex.com/nextcloud/teams/64236/zh_TW/)","Content-Type":"text/plain; charset=UTF-8",Language:"zh_TW","Plural-Forms":"nplurals=1; plural=0;"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nNatashia Maxins <railroad1987@gmail.com>, 2020\n"},msgstr:["Last-Translator: Natashia Maxins <railroad1987@gmail.com>, 2020\nLanguage-Team: Chinese (Taiwan) (https://www.transifex.com/nextcloud/teams/64236/zh_TW/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: zh_TW\nPlural-Forms: nplurals=1; plural=0;\n"]},Undo:{msgid:"Undo",comments:{reference:"lib/toast.ts:192"},msgstr:["復原"]}}}}}]};try{if(t)return t.env=Object.assign({},t.env),void Object.assign(t.env,e)}catch(t){}globalThis.process={env:e}}();var a="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof window?window:void 0!==r?r:"undefined"!=typeof self?self:{};function o(t){var e={exports:{}};return t(e,e.exports),e.exports}var i=function(t){return t&&t.Math==Math&&t},s=i("object"==typeof globalThis&&globalThis)||i("object"==typeof window&&window)||i("object"==typeof self&&self)||i("object"==typeof a&&a)||function(){return this}()||Function("return this")(),l=function(t){try{return!!t()}catch(t){return!0}},u=!l((function(){return 7!=Object.defineProperty({},1,{get:function(){return 7}})[1]})),c={}.propertyIsEnumerable,p=Object.getOwnPropertyDescriptor,f={f:p&&!c.call({1:2},1)?function(t){var e=p(this,t);return!!e&&e.enumerable}:c},A=function(t,e){return{enumerable:!(1&t),configurable:!(2&t),writable:!(4&t),value:e}},d={}.toString,h=function(t){return d.call(t).slice(8,-1)},m="".split,g=l((function(){return!Object("z").propertyIsEnumerable(0)}))?function(t){return"String"==h(t)?m.call(t,""):Object(t)}:Object,v=function(t){if(null==t)throw TypeError("Can't call method on "+t);return t},y=function(t){return g(v(t))},b=function(t){return"object"==typeof t?null!==t:"function"==typeof t},x=function(t,e){if(!b(t))return t;var n,r;if(e&&"function"==typeof(n=t.toString)&&!b(r=n.call(t)))return r;if("function"==typeof(n=t.valueOf)&&!b(r=n.call(t)))return r;if(!e&&"function"==typeof(n=t.toString)&&!b(r=n.call(t)))return r;throw TypeError("Can't convert object to primitive value")},w={}.hasOwnProperty,C=function(t,e){return w.call(t,e)},T=s.document,E=b(T)&&b(T.createElement),_=function(t){return E?T.createElement(t):{}},S=!u&&!l((function(){return 7!=Object.defineProperty(_("div"),"a",{get:function(){return 7}}).a})),I=Object.getOwnPropertyDescriptor,k={f:u?I:function(t,e){if(t=y(t),e=x(e,!0),S)try{return I(t,e)}catch(t){}if(C(t,e))return A(!f.f.call(t,e),t[e])}},O=function(t){if(!b(t))throw TypeError(String(t)+" is not an object");return t},B=Object.defineProperty,M={f:u?B:function(t,e,n){if(O(t),e=x(e,!0),O(n),S)try{return B(t,e,n)}catch(t){}if("get"in n||"set"in n)throw TypeError("Accessors not supported");return"value"in n&&(t[e]=n.value),t}},N=u?function(t,e,n){return M.f(t,e,A(1,n))}:function(t,e,n){return t[e]=n,t},j=function(t,e){try{N(s,t,e)}catch(n){s[t]=e}return e},L=s["__core-js_shared__"]||j("__core-js_shared__",{}),F=Function.toString;"function"!=typeof L.inspectSource&&(L.inspectSource=function(t){return F.call(t)});var D,P,U,R,z=L.inspectSource,$=s.WeakMap,Q="function"==typeof $&&/native code/.test(z($)),G=o((function(t){(t.exports=function(t,e){return L[t]||(L[t]=void 0!==e?e:{})})("versions",[]).push({version:"3.9.1",mode:"global",copyright:"© 2021 Denis Pushkarev (zloirock.ru)"})})),H=0,Y=Math.random(),W=function(t){return"Symbol("+String(void 0===t?"":t)+")_"+(++H+Y).toString(36)},V=G("keys"),Z={},J=s.WeakMap;if(Q){var X=L.state||(L.state=new J),q=X.get,K=X.has,tt=X.set;D=function(t,e){return e.facade=t,tt.call(X,t,e),e},P=function(t){return q.call(X,t)||{}},U=function(t){return K.call(X,t)}}else{var et=V[R="state"]||(V[R]=W(R));Z[et]=!0,D=function(t,e){return e.facade=t,N(t,et,e),e},P=function(t){return C(t,et)?t[et]:{}},U=function(t){return C(t,et)}}var nt,rt,at={set:D,get:P,has:U,enforce:function(t){return U(t)?P(t):D(t,{})},getterFor:function(t){return function(e){var n;if(!b(e)||(n=P(e)).type!==t)throw TypeError("Incompatible receiver, "+t+" required");return n}}},ot=o((function(t){var e=at.get,n=at.enforce,r=String(String).split("String");(t.exports=function(t,e,a,o){var i,l=!!o&&!!o.unsafe,u=!!o&&!!o.enumerable,c=!!o&&!!o.noTargetGet;"function"==typeof a&&("string"!=typeof e||C(a,"name")||N(a,"name",e),(i=n(a)).source||(i.source=r.join("string"==typeof e?e:""))),t!==s?(l?!c&&t[e]&&(u=!0):delete t[e],u?t[e]=a:N(t,e,a)):u?t[e]=a:j(e,a)})(Function.prototype,"toString",(function(){return"function"==typeof this&&e(this).source||z(this)}))})),it=s,st=function(t){return"function"==typeof t?t:void 0},lt=function(t,e){return arguments.length<2?st(it[t])||st(s[t]):it[t]&&it[t][e]||s[t]&&s[t][e]},ut=Math.ceil,ct=Math.floor,pt=function(t){return isNaN(t=+t)?0:(t>0?ct:ut)(t)},ft=Math.min,At=function(t){return t>0?ft(pt(t),9007199254740991):0},dt=Math.max,ht=Math.min,mt=function(t){return function(e,n,r){var a,o=y(e),i=At(o.length),s=function(t,e){var n=pt(t);return n<0?dt(n+e,0):ht(n,e)}(r,i);if(t&&n!=n){for(;i>s;)if((a=o[s++])!=a)return!0}else for(;i>s;s++)if((t||s in o)&&o[s]===n)return t||s||0;return!t&&-1}},gt={includes:mt(!0),indexOf:mt(!1)}.indexOf,vt=function(t,e){var n,r=y(t),a=0,o=[];for(n in r)!C(Z,n)&&C(r,n)&&o.push(n);for(;e.length>a;)C(r,n=e[a++])&&(~gt(o,n)||o.push(n));return o},yt=["constructor","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","toLocaleString","toString","valueOf"],bt=yt.concat("length","prototype"),xt={f:Object.getOwnPropertyNames||function(t){return vt(t,bt)}},wt={f:Object.getOwnPropertySymbols},Ct=lt("Reflect","ownKeys")||function(t){var e=xt.f(O(t)),n=wt.f;return n?e.concat(n(t)):e},Tt=function(t,e){for(var n=Ct(e),r=M.f,a=k.f,o=0;o<n.length;o++){var i=n[o];C(t,i)||r(t,i,a(e,i))}},Et=/#|\.prototype\./,_t=function(t,e){var n=It[St(t)];return n==Ot||n!=kt&&("function"==typeof e?l(e):!!e)},St=_t.normalize=function(t){return String(t).replace(Et,".").toLowerCase()},It=_t.data={},kt=_t.NATIVE="N",Ot=_t.POLYFILL="P",Bt=_t,Mt=k.f,Nt=function(t,e){var n,r,a,o,i,l=t.target,u=t.global,c=t.stat;if(n=u?s:c?s[l]||j(l,{}):(s[l]||{}).prototype)for(r in e){if(o=e[r],a=t.noTargetGet?(i=Mt(n,r))&&i.value:n[r],!Bt(u?r:l+(c?".":"#")+r,t.forced)&&void 0!==a){if(typeof o==typeof a)continue;Tt(o,a)}(t.sham||a&&a.sham)&&N(o,"sham",!0),ot(n,r,o,t)}},jt=s.Promise,Lt="process"==h(s.process),Ft=lt("navigator","userAgent")||"",Dt=s.process,Pt=Dt&&Dt.versions,Ut=Pt&&Pt.v8;Ut?rt=(nt=Ut.split("."))[0]+nt[1]:Ft&&(!(nt=Ft.match(/Edge\/(\d+)/))||nt[1]>=74)&&(nt=Ft.match(/Chrome\/(\d+)/))&&(rt=nt[1]);var Rt=rt&&+rt,zt=!!Object.getOwnPropertySymbols&&!l((function(){return!Symbol.sham&&(Lt?38===Rt:Rt>37&&Rt<41)})),$t=zt&&!Symbol.sham&&"symbol"==typeof Symbol.iterator,Qt=G("wks"),Gt=s.Symbol,Ht=$t?Gt:Gt&&Gt.withoutSetter||W,Yt=function(t){return C(Qt,t)&&(zt||"string"==typeof Qt[t])||(zt&&C(Gt,t)?Qt[t]=Gt[t]:Qt[t]=Ht("Symbol."+t)),Qt[t]},Wt=M.f,Vt=Yt("toStringTag"),Zt=Yt("species"),Jt=function(t){if("function"!=typeof t)throw TypeError(String(t)+" is not a function");return t},Xt={},qt=Yt("iterator"),Kt=Array.prototype,te=function(t,e,n){if(Jt(t),void 0===e)return t;switch(n){case 0:return function(){return t.call(e)};case 1:return function(n){return t.call(e,n)};case 2:return function(n,r){return t.call(e,n,r)};case 3:return function(n,r,a){return t.call(e,n,r,a)}}return function(){return t.apply(e,arguments)}},ee={};ee[Yt("toStringTag")]="z";var ne="[object z]"===String(ee),re=Yt("toStringTag"),ae="Arguments"==h(function(){return arguments}()),oe=ne?h:function(t){var e,n,r;return void 0===t?"Undefined":null===t?"Null":"string"==typeof(n=function(t,e){try{return t[e]}catch(t){}}(e=Object(t),re))?n:ae?h(e):"Object"==(r=h(e))&&"function"==typeof e.callee?"Arguments":r},ie=Yt("iterator"),se=function(t){var e=t.return;if(void 0!==e)return O(e.call(t)).value},le=function(t,e){this.stopped=t,this.result=e},ue=function(t,e,n){var r,a,o,i,s,l,u,c,p=n&&n.that,f=!(!n||!n.AS_ENTRIES),A=!(!n||!n.IS_ITERATOR),d=!(!n||!n.INTERRUPTED),h=te(e,p,1+f+d),m=function(t){return r&&se(r),new le(!0,t)},g=function(t){return f?(O(t),d?h(t[0],t[1],m):h(t[0],t[1])):d?h(t,m):h(t)};if(A)r=t;else{if("function"!=typeof(a=function(t){if(null!=t)return t[ie]||t["@@iterator"]||Xt[oe(t)]}(t)))throw TypeError("Target is not iterable");if(void 0!==(c=a)&&(Xt.Array===c||Kt[qt]===c)){for(o=0,i=At(t.length);i>o;o++)if((s=g(t[o]))&&s instanceof le)return s;return new le(!1)}r=a.call(t)}for(l=r.next;!(u=l.call(r)).done;){try{s=g(u.value)}catch(t){throw se(r),t}if("object"==typeof s&&s&&s instanceof le)return s}return new le(!1)},ce=Yt("iterator"),pe=!1;try{var fe=0,Ae={next:function(){return{done:!!fe++}},return:function(){pe=!0}};Ae[ce]=function(){return this},Array.from(Ae,(function(){throw 2}))}catch(t){}var de,he,me,ge=Yt("species"),ve=function(t,e){var n,r=O(t).constructor;return void 0===r||null==(n=O(r)[ge])?e:Jt(n)},ye=lt("document","documentElement"),be=/(iphone|ipod|ipad).*applewebkit/i.test(Ft),xe=s.location,we=s.setImmediate,Ce=s.clearImmediate,Te=s.process,Ee=s.MessageChannel,_e=s.Dispatch,Se=0,Ie={},ke=function(t){if(Ie.hasOwnProperty(t)){var e=Ie[t];delete Ie[t],e()}},Oe=function(t){return function(){ke(t)}},Be=function(t){ke(t.data)},Me=function(t){s.postMessage(t+"",xe.protocol+"//"+xe.host)};we&&Ce||(we=function(t){for(var e=[],n=1;arguments.length>n;)e.push(arguments[n++]);return Ie[++Se]=function(){("function"==typeof t?t:Function(t)).apply(void 0,e)},de(Se),Se},Ce=function(t){delete Ie[t]},Lt?de=function(t){Te.nextTick(Oe(t))}:_e&&_e.now?de=function(t){_e.now(Oe(t))}:Ee&&!be?(me=(he=new Ee).port2,he.port1.onmessage=Be,de=te(me.postMessage,me,1)):s.addEventListener&&"function"==typeof postMessage&&!s.importScripts&&xe&&"file:"!==xe.protocol&&!l(Me)?(de=Me,s.addEventListener("message",Be,!1)):de="onreadystatechange"in _("script")?function(t){ye.appendChild(_("script")).onreadystatechange=function(){ye.removeChild(this),ke(t)}}:function(t){setTimeout(Oe(t),0)});var Ne,je,Le,Fe,De,Pe,Ue,Re,ze={set:we,clear:Ce},$e=/web0s(?!.*chrome)/i.test(Ft),Qe=k.f,Ge=ze.set,He=s.MutationObserver||s.WebKitMutationObserver,Ye=s.document,We=s.process,Ve=s.Promise,Ze=Qe(s,"queueMicrotask"),Je=Ze&&Ze.value;Je||(Ne=function(){var t,e;for(Lt&&(t=We.domain)&&t.exit();je;){e=je.fn,je=je.next;try{e()}catch(t){throw je?Fe():Le=void 0,t}}Le=void 0,t&&t.enter()},be||Lt||$e||!He||!Ye?Ve&&Ve.resolve?(Ue=Ve.resolve(void 0),Re=Ue.then,Fe=function(){Re.call(Ue,Ne)}):Fe=Lt?function(){We.nextTick(Ne)}:function(){Ge.call(s,Ne)}:(De=!0,Pe=Ye.createTextNode(""),new He(Ne).observe(Pe,{characterData:!0}),Fe=function(){Pe.data=De=!De}));var Xe,qe,Ke,tn,en,nn,rn,an=Je||function(t){var e={fn:t,next:void 0};Le&&(Le.next=e),je||(je=e,Fe()),Le=e},on=function(t){var e,n;this.promise=new t((function(t,r){if(void 0!==e||void 0!==n)throw TypeError("Bad Promise constructor");e=t,n=r})),this.resolve=Jt(e),this.reject=Jt(n)},sn={f:function(t){return new on(t)}},ln=function(t,e){if(O(t),b(e)&&e.constructor===t)return e;var n=sn.f(t);return(0,n.resolve)(e),n.promise},un=function(t){try{return{error:!1,value:t()}}catch(t){return{error:!0,value:t}}},cn=ze.set,pn=Yt("species"),fn="Promise",An=at.get,dn=at.set,hn=at.getterFor(fn),mn=jt,gn=s.TypeError,vn=s.document,yn=s.process,bn=lt("fetch"),xn=sn.f,wn=xn,Cn=!!(vn&&vn.createEvent&&s.dispatchEvent),Tn="function"==typeof PromiseRejectionEvent,En=Bt(fn,(function(){if(!(z(mn)!==String(mn))){if(66===Rt)return!0;if(!Lt&&!Tn)return!0}if(Rt>=51&&/native code/.test(mn))return!1;var t=mn.resolve(1),e=function(t){t((function(){}),(function(){}))};return(t.constructor={})[pn]=e,!(t.then((function(){}))instanceof e)})),_n=En||!function(t,e){if(!e&&!pe)return!1;var n=!1;try{var r={};r[ce]=function(){return{next:function(){return{done:n=!0}}}},t(r)}catch(t){}return n}((function(t){mn.all(t).catch((function(){}))})),Sn=function(t){var e;return!(!b(t)||"function"!=typeof(e=t.then))&&e},In=function(t,e){if(!t.notified){t.notified=!0;var n=t.reactions;an((function(){for(var r=t.value,a=1==t.state,o=0;n.length>o;){var i,s,l,u=n[o++],c=a?u.ok:u.fail,p=u.resolve,f=u.reject,A=u.domain;try{c?(a||(2===t.rejection&&Mn(t),t.rejection=1),!0===c?i=r:(A&&A.enter(),i=c(r),A&&(A.exit(),l=!0)),i===u.promise?f(gn("Promise-chain cycle")):(s=Sn(i))?s.call(i,p,f):p(i)):f(r)}catch(t){A&&!l&&A.exit(),f(t)}}t.reactions=[],t.notified=!1,e&&!t.rejection&&On(t)}))}},kn=function(t,e,n){var r,a;Cn?((r=vn.createEvent("Event")).promise=e,r.reason=n,r.initEvent(t,!1,!0),s.dispatchEvent(r)):r={promise:e,reason:n},!Tn&&(a=s["on"+t])?a(r):"unhandledrejection"===t&&function(t,e){var n=s.console;n&&n.error&&(1===arguments.length?n.error(t):n.error(t,e))}("Unhandled promise rejection",n)},On=function(t){cn.call(s,(function(){var e,n=t.facade,r=t.value;if(Bn(t)&&(e=un((function(){Lt?yn.emit("unhandledRejection",r,n):kn("unhandledrejection",n,r)})),t.rejection=Lt||Bn(t)?2:1,e.error))throw e.value}))},Bn=function(t){return 1!==t.rejection&&!t.parent},Mn=function(t){cn.call(s,(function(){var e=t.facade;Lt?yn.emit("rejectionHandled",e):kn("rejectionhandled",e,t.value)}))},Nn=function(t,e,n){return function(r){t(e,r,n)}},jn=function(t,e,n){t.done||(t.done=!0,n&&(t=n),t.value=e,t.state=2,In(t,!0))},Ln=function(t,e,n){if(!t.done){t.done=!0,n&&(t=n);try{if(t.facade===e)throw gn("Promise can't be resolved itself");var r=Sn(e);r?an((function(){var n={done:!1};try{r.call(e,Nn(Ln,n,t),Nn(jn,n,t))}catch(e){jn(n,e,t)}})):(t.value=e,t.state=1,In(t,!1))}catch(e){jn({done:!1},e,t)}}};En&&(mn=function(t){!function(t,e,n){if(!(t instanceof e))throw TypeError("Incorrect "+(n?n+" ":"")+"invocation")}(this,mn,fn),Jt(t),Xe.call(this);var e=An(this);try{t(Nn(Ln,e),Nn(jn,e))}catch(t){jn(e,t)}},(Xe=function(t){dn(this,{type:fn,done:!1,notified:!1,parent:!1,reactions:[],rejection:!1,state:0,value:void 0})}).prototype=function(t,e,n){for(var r in e)ot(t,r,e[r],n);return t}(mn.prototype,{then:function(t,e){var n=hn(this),r=xn(ve(this,mn));return r.ok="function"!=typeof t||t,r.fail="function"==typeof e&&e,r.domain=Lt?yn.domain:void 0,n.parent=!0,n.reactions.push(r),0!=n.state&&In(n,!1),r.promise},catch:function(t){return this.then(void 0,t)}}),qe=function(){var t=new Xe,e=An(t);this.promise=t,this.resolve=Nn(Ln,e),this.reject=Nn(jn,e)},sn.f=xn=function(t){return t===mn||t===Ke?new qe(t):wn(t)},"function"==typeof jt&&(tn=jt.prototype.then,ot(jt.prototype,"then",(function(t,e){var n=this;return new mn((function(t,e){tn.call(n,t,e)})).then(t,e)}),{unsafe:!0}),"function"==typeof bn&&Nt({global:!0,enumerable:!0,forced:!0},{fetch:function(t){return ln(mn,bn.apply(s,arguments))}}))),Nt({global:!0,wrap:!0,forced:En},{Promise:mn}),nn=fn,rn=!1,(en=mn)&&!C(en=rn?en:en.prototype,Vt)&&Wt(en,Vt,{configurable:!0,value:nn}),function(t){var e=lt(t),n=M.f;u&&e&&!e[Zt]&&n(e,Zt,{configurable:!0,get:function(){return this}})}(fn),Ke=lt(fn),Nt({target:fn,stat:!0,forced:En},{reject:function(t){var e=xn(this);return e.reject.call(void 0,t),e.promise}}),Nt({target:fn,stat:!0,forced:En},{resolve:function(t){return ln(this,t)}}),Nt({target:fn,stat:!0,forced:_n},{all:function(t){var e=this,n=xn(e),r=n.resolve,a=n.reject,o=un((function(){var n=Jt(e.resolve),o=[],i=0,s=1;ue(t,(function(t){var l=i++,u=!1;o.push(void 0),s++,n.call(e,t).then((function(t){u||(u=!0,o[l]=t,--s||r(o))}),a)})),--s||r(o)}));return o.error&&a(o.value),n.promise},race:function(t){var e=this,n=xn(e),r=n.reject,a=un((function(){var a=Jt(e.resolve);ue(t,(function(t){a.call(e,t).then(n.resolve,r)}))}));return a.error&&r(a.value),n.promise}});var Fn,Dn=ne?{}.toString:function(){return"[object "+oe(this)+"]"};ne||ot(Object.prototype,"toString",Dn,{unsafe:!0}),function(t){t[t.Choose=1]="Choose",t[t.Move=2]="Move",t[t.Copy=3]="Copy",t[t.CopyMove=4]="CopyMove"}(Fn||(Fn={}));var Pn=function(){function t(t,e,n,r,a,o,i){this.title=t,this.multiSelect=e,this.mimeTypeFiler=n,this.modal=r,this.type=a,this.directoriesAllowed=o,this.path=i}return t.prototype.pick=function(){var t=this;return new Promise((function(e,n){OC.dialogs.filepicker(t.title,e,t.multiSelect,t.mimeTypeFiler,t.modal,t.type,t.path,{allowDirectoryChooser:t.directoriesAllowed})}))},t}();!function(){function t(t){this.multiSelect=!1,this.mimeTypeFiler=[],this.modal=!0,this.type=Fn.Choose,this.directoriesAllowed=!1,this.title=t}t.prototype.setMultiSelect=function(t){return this.multiSelect=t,this},t.prototype.addMimeTypeFilter=function(t){return this.mimeTypeFiler.push(t),this},t.prototype.setMimeTypeFilter=function(t){return this.mimeTypeFiler=t,this},t.prototype.setModal=function(t){return this.modal=t,this},t.prototype.setType=function(t){return this.type=t,this},t.prototype.allowDirectories=function(t){return void 0===t&&(t=!0),this.directoriesAllowed=t,this},t.prototype.startAt=function(t){return this.path=t,this},t.prototype.build=function(){return new Pn(this.title,this.multiSelect,this.mimeTypeFiler,this.modal,this.type,this.directoriesAllowed,this.path)}}();var Un=Object.keys||function(t){return vt(t,yt)},Rn=function(t){return Object(v(t))},zn=Object.assign,$n=Object.defineProperty,Qn=!zn||l((function(){if(u&&1!==zn({b:1},zn($n({},"a",{enumerable:!0,get:function(){$n(this,"b",{value:3,enumerable:!1})}}),{b:2})).b)return!0;var t={},e={},n=Symbol();return t[n]=7,"abcdefghijklmnopqrst".split("").forEach((function(t){e[t]=t})),7!=zn({},t)[n]||"abcdefghijklmnopqrst"!=Un(zn({},e)).join("")}))?function(t,e){for(var n=Rn(t),r=arguments.length,a=1,o=wt.f,i=f.f;r>a;)for(var s,l=g(arguments[a++]),c=o?Un(l).concat(o(l)):Un(l),p=c.length,A=0;p>A;)s=c[A++],u&&!i.call(l,s)||(n[s]=l[s]);return n}:zn;Nt({target:"Object",stat:!0,forced:Object.assign!==Qn},{assign:Qn});var Gn=function(){return(Gn=Object.assign||function(t){for(var e,n=1,r=arguments.length;n<r;n++)for(var a in e=arguments[n])Object.prototype.hasOwnProperty.call(e,a)&&(t[a]=e[a]);return t}).apply(this,arguments)};function Hn(t){return(Hn="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(t)}var Yn=function(){var t=O(this),e="";return t.global&&(e+="g"),t.ignoreCase&&(e+="i"),t.multiline&&(e+="m"),t.dotAll&&(e+="s"),t.unicode&&(e+="u"),t.sticky&&(e+="y"),e};function Wn(t,e){return RegExp(t,e)}var Vn,Zn,Jn={UNSUPPORTED_Y:l((function(){var t=Wn("a","y");return t.lastIndex=2,null!=t.exec("abcd")})),BROKEN_CARET:l((function(){var t=Wn("^r","gy");return t.lastIndex=2,null!=t.exec("str")}))},Xn=RegExp.prototype.exec,qn=String.prototype.replace,Kn=Xn,tr=(Vn=/a/,Zn=/b*/g,Xn.call(Vn,"a"),Xn.call(Zn,"a"),0!==Vn.lastIndex||0!==Zn.lastIndex),er=Jn.UNSUPPORTED_Y||Jn.BROKEN_CARET,nr=void 0!==/()??/.exec("")[1];(tr||nr||er)&&(Kn=function(t){var e,n,r,a,o=this,i=er&&o.sticky,s=Yn.call(o),l=o.source,u=0,c=t;return i&&(-1===(s=s.replace("y","")).indexOf("g")&&(s+="g"),c=String(t).slice(o.lastIndex),o.lastIndex>0&&(!o.multiline||o.multiline&&"\n"!==t[o.lastIndex-1])&&(l="(?: "+l+")",c=" "+c,u++),n=new RegExp("^(?:"+l+")",s)),nr&&(n=new RegExp("^"+l+"$(?!\\s)",s)),tr&&(e=o.lastIndex),r=Xn.call(i?n:o,c),i?r?(r.input=r.input.slice(u),r[0]=r[0].slice(u),r.index=o.lastIndex,o.lastIndex+=r[0].length):o.lastIndex=0:tr&&r&&(o.lastIndex=o.global?r.index+r[0].length:e),nr&&r&&r.length>1&&qn.call(r[0],n,(function(){for(a=1;a<arguments.length-2;a++)void 0===arguments[a]&&(r[a]=void 0)})),r});var rr=Kn;Nt({target:"RegExp",proto:!0,forced:/./.exec!==rr},{exec:rr});var ar=Yt("species"),or=!l((function(){var t=/./;return t.exec=function(){var t=[];return t.groups={a:"7"},t},"7"!=="".replace(t,"$<a>")})),ir="$0"==="a".replace(/./,"$0"),sr=Yt("replace"),lr=!!/./[sr]&&""===/./[sr]("a","$0"),ur=!l((function(){var t=/(?:)/,e=t.exec;t.exec=function(){return e.apply(this,arguments)};var n="ab".split(t);return 2!==n.length||"a"!==n[0]||"b"!==n[1]})),cr=function(t,e,n,r){var a=Yt(t),o=!l((function(){var e={};return e[a]=function(){return 7},7!=""[t](e)})),i=o&&!l((function(){var e=!1,n=/a/;return"split"===t&&((n={}).constructor={},n.constructor[ar]=function(){return n},n.flags="",n[a]=/./[a]),n.exec=function(){return e=!0,null},n[a](""),!e}));if(!o||!i||"replace"===t&&(!or||!ir||lr)||"split"===t&&!ur){var s=/./[a],u=n(a,""[t],(function(t,e,n,r,a){return e.exec===rr?o&&!a?{done:!0,value:s.call(e,n,r)}:{done:!0,value:t.call(n,e,r)}:{done:!1}}),{REPLACE_KEEPS_$0:ir,REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE:lr}),c=u[0],p=u[1];ot(String.prototype,t,c),ot(RegExp.prototype,a,2==e?function(t,e){return p.call(t,this,e)}:function(t){return p.call(t,this)})}r&&N(RegExp.prototype[a],"sham",!0)},pr=function(t){return function(e,n){var r,a,o=String(v(e)),i=pt(n),s=o.length;return i<0||i>=s?t?"":void 0:(r=o.charCodeAt(i))<55296||r>56319||i+1===s||(a=o.charCodeAt(i+1))<56320||a>57343?t?o.charAt(i):r:t?o.slice(i,i+2):a-56320+(r-55296<<10)+65536}},fr={codeAt:pr(!1),charAt:pr(!0)}.charAt,Ar=function(t,e,n){return e+(n?fr(t,e).length:1)},dr=Math.floor,hr="".replace,mr=/\$([$&'`]|\d{1,2}|<[^>]*>)/g,gr=/\$([$&'`]|\d{1,2})/g,vr=function(t,e,n,r,a,o){var i=n+t.length,s=r.length,l=gr;return void 0!==a&&(a=Rn(a),l=mr),hr.call(o,l,(function(o,l){var u;switch(l.charAt(0)){case"$":return"$";case"&":return t;case"`":return e.slice(0,n);case"'":return e.slice(i);case"<":u=a[l.slice(1,-1)];break;default:var c=+l;if(0===c)return o;if(c>s){var p=dr(c/10);return 0===p?o:p<=s?void 0===r[p-1]?l.charAt(1):r[p-1]+l.charAt(1):o}u=r[c-1]}return void 0===u?"":u}))},yr=function(t,e){var n=t.exec;if("function"==typeof n){var r=n.call(t,e);if("object"!=typeof r)throw TypeError("RegExp exec method returned something other than an Object or null");return r}if("RegExp"!==h(t))throw TypeError("RegExp#exec called on incompatible receiver");return rr.call(t,e)},br=Math.max,xr=Math.min,wr=function(t){return void 0===t?t:String(t)};cr("replace",2,(function(t,e,n,r){var a=r.REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE,o=r.REPLACE_KEEPS_$0,i=a?"$":"$0";return[function(n,r){var a=v(this),o=null==n?void 0:n[t];return void 0!==o?o.call(n,a,r):e.call(String(a),n,r)},function(t,r){if(!a&&o||"string"==typeof r&&-1===r.indexOf(i)){var s=n(e,t,this,r);if(s.done)return s.value}var l=O(t),u=String(this),c="function"==typeof r;c||(r=String(r));var p=l.global;if(p){var f=l.unicode;l.lastIndex=0}for(var A=[];;){var d=yr(l,u);if(null===d)break;if(A.push(d),!p)break;""===String(d[0])&&(l.lastIndex=Ar(u,At(l.lastIndex),f))}for(var h="",m=0,g=0;g<A.length;g++){d=A[g];for(var v=String(d[0]),y=br(xr(pt(d.index),u.length),0),b=[],x=1;x<d.length;x++)b.push(wr(d[x]));var w=d.groups;if(c){var C=[v].concat(b,y,u);void 0!==w&&C.push(w);var T=String(r.apply(void 0,C))}else T=vr(v,u,y,b,w,r);y>=m&&(h+=u.slice(m,y)+T,m=y+v.length)}return h+u.slice(m)}]}));var Cr=Yt("match"),Tr=[].push,Er=Math.min,_r=!l((function(){return!RegExp(4294967295,"y")}));cr("split",2,(function(t,e,n){var r;return r="c"=="abbc".split(/(b)*/)[1]||4!="test".split(/(?:)/,-1).length||2!="ab".split(/(?:ab)*/).length||4!=".".split(/(.?)(.?)/).length||".".split(/()()/).length>1||"".split(/.?/).length?function(t,n){var r=String(v(this)),a=void 0===n?4294967295:n>>>0;if(0===a)return[];if(void 0===t)return[r];if(!function(t){var e;return b(t)&&(void 0!==(e=t[Cr])?!!e:"RegExp"==h(t))}(t))return e.call(r,t,a);for(var o,i,s,l=[],u=(t.ignoreCase?"i":"")+(t.multiline?"m":"")+(t.unicode?"u":"")+(t.sticky?"y":""),c=0,p=new RegExp(t.source,u+"g");(o=rr.call(p,r))&&!((i=p.lastIndex)>c&&(l.push(r.slice(c,o.index)),o.length>1&&o.index<r.length&&Tr.apply(l,o.slice(1)),s=o[0].length,c=i,l.length>=a));)p.lastIndex===o.index&&p.lastIndex++;return c===r.length?!s&&p.test("")||l.push(""):l.push(r.slice(c)),l.length>a?l.slice(0,a):l}:"0".split(void 0,0).length?function(t,n){return void 0===t&&0===n?[]:e.call(this,t,n)}:e,[function(e,n){var a=v(this),o=null==e?void 0:e[t];return void 0!==o?o.call(e,a,n):r.call(String(a),e,n)},function(t,a){var o=n(r,t,this,a,r!==e);if(o.done)return o.value;var i=O(t),s=String(this),l=ve(i,RegExp),u=i.unicode,c=(i.ignoreCase?"i":"")+(i.multiline?"m":"")+(i.unicode?"u":"")+(_r?"y":"g"),p=new l(_r?i:"^(?:"+i.source+")",c),f=void 0===a?4294967295:a>>>0;if(0===f)return[];if(0===s.length)return null===yr(p,s)?[s]:[];for(var A=0,d=0,h=[];d<s.length;){p.lastIndex=_r?d:0;var m,g=yr(p,_r?s:s.slice(d));if(null===g||(m=Er(At(p.lastIndex+(_r?0:d)),s.length))===A)d=Ar(s,d,u);else{if(h.push(s.slice(A,d)),h.length===f)return h;for(var v=1;v<=g.length-1;v++)if(h.push(g[v]),h.length===f)return h;d=A=m}}return h.push(s.slice(A)),h}]}),!_r);var Sr,Ir="\t\n\v\f\r                 \u2028\u2029\ufeff",kr="["+Ir+"]",Or=RegExp("^"+kr+kr+"*"),Br=RegExp(kr+kr+"*$"),Mr=function(t){return function(e){var n=String(v(e));return 1&t&&(n=n.replace(Or,"")),2&t&&(n=n.replace(Br,"")),n}},Nr={start:Mr(1),end:Mr(2),trim:Mr(3)},jr=Nr.trim;Nt({target:"String",proto:!0,forced:(Sr="trim",l((function(){return!!Ir[Sr]()||"​…᠎"!="​…᠎"[Sr]()||Ir[Sr].name!==Sr})))},{trim:function(){return jr(this)}});var Lr=o((function(t){!function(e,n){t.exports?t.exports=n():e.Toastify=n()}(a,(function(t){var e=function t(e){return new t.lib.init(e)};function n(t,e){return e.offset[t]?isNaN(e.offset[t])?e.offset[t]:e.offset[t]+"px":"0px"}function r(t,e){return!(!t||"string"!=typeof e)&&!!(t.className&&t.className.trim().split(/\s+/gi).indexOf(e)>-1)}return e.lib=e.prototype={toastify:"1.10.0",constructor:e,init:function(t){return t||(t={}),this.options={},this.toastElement=null,this.options.text=t.text||"Hi there!",this.options.node=t.node,this.options.duration=0===t.duration?0:t.duration||3e3,this.options.selector=t.selector,this.options.callback=t.callback||function(){},this.options.destination=t.destination,this.options.newWindow=t.newWindow||!1,this.options.close=t.close||!1,this.options.gravity="bottom"===t.gravity?"toastify-bottom":"toastify-top",this.options.positionLeft=t.positionLeft||!1,this.options.position=t.position||"",this.options.backgroundColor=t.backgroundColor,this.options.avatar=t.avatar||"",this.options.className=t.className||"",this.options.stopOnFocus=void 0===t.stopOnFocus||t.stopOnFocus,this.options.onClick=t.onClick,this.options.offset=t.offset||{x:0,y:0},this.options.escapeMarkup=void 0===t.escapeMarkup||t.escapeMarkup,this.options.style=t.style||{},this.options.style.background=this.options.style.background||t.backgroundColor,this},buildToast:function(){if(!this.options)throw"Toastify is not initialized";var t=document.createElement("div");for(var e in t.className="toastify on "+this.options.className,this.options.position?t.className+=" toastify-"+this.options.position:!0===this.options.positionLeft?(t.className+=" toastify-left",console.warn("Property `positionLeft` will be depreciated in further versions. Please use `position` instead.")):t.className+=" toastify-right",t.className+=" "+this.options.gravity,this.options.backgroundColor&&console.warn('DEPRECATION NOTICE: "backgroundColor" is being deprecated. Please use the "style.background" property.'),this.options.style)t.style[e]=this.options.style[e];if(this.options.node&&this.options.node.nodeType===Node.ELEMENT_NODE)t.appendChild(this.options.node);else if(this.options.escapeMarkup?t.innerText=this.options.text:t.innerHTML=this.options.text,""!==this.options.avatar){var r=document.createElement("img");r.src=this.options.avatar,r.className="toastify-avatar","left"==this.options.position||!0===this.options.positionLeft?t.appendChild(r):t.insertAdjacentElement("afterbegin",r)}if(!0===this.options.close){var a=document.createElement("span");a.innerHTML="&#10006;",a.className="toast-close",a.addEventListener("click",function(t){t.stopPropagation(),this.removeElement(this.toastElement),window.clearTimeout(this.toastElement.timeOutValue)}.bind(this));var o=window.innerWidth>0?window.innerWidth:screen.width;("left"==this.options.position||!0===this.options.positionLeft)&&o>360?t.insertAdjacentElement("afterbegin",a):t.appendChild(a)}if(this.options.stopOnFocus&&this.options.duration>0){var i=this;t.addEventListener("mouseover",(function(e){window.clearTimeout(t.timeOutValue)})),t.addEventListener("mouseleave",(function(){t.timeOutValue=window.setTimeout((function(){i.removeElement(t)}),i.options.duration)}))}if(void 0!==this.options.destination&&t.addEventListener("click",function(t){t.stopPropagation(),!0===this.options.newWindow?window.open(this.options.destination,"_blank"):window.location=this.options.destination}.bind(this)),"function"==typeof this.options.onClick&&void 0===this.options.destination&&t.addEventListener("click",function(t){t.stopPropagation(),this.options.onClick()}.bind(this)),"object"===Hn(this.options.offset)){var s=n("x",this.options),l=n("y",this.options),u="left"==this.options.position?s:"-"+s,c="toastify-top"==this.options.gravity?l:"-"+l;t.style.transform="translate("+u+","+c+")"}return t},showToast:function(){var t;if(this.toastElement=this.buildToast(),!(t="string"==typeof this.options.selector?document.getElementById(this.options.selector):this.options.selector instanceof HTMLElement||this.options.selector instanceof ShadowRoot?this.options.selector:document.body))throw"Root element is not defined";return t.insertBefore(this.toastElement,t.firstChild),e.reposition(),this.options.duration>0&&(this.toastElement.timeOutValue=window.setTimeout(function(){this.removeElement(this.toastElement)}.bind(this),this.options.duration)),this},hideToast:function(){this.toastElement.timeOutValue&&clearTimeout(this.toastElement.timeOutValue),this.removeElement(this.toastElement)},removeElement:function(t){t.className=t.className.replace(" on",""),window.setTimeout(function(){this.options.node&&this.options.node.parentNode&&this.options.node.parentNode.removeChild(this.options.node),t.parentNode&&t.parentNode.removeChild(t),this.options.callback.call(t),e.reposition()}.bind(this),400)}},e.reposition=function(){for(var t,e={top:15,bottom:15},n={top:15,bottom:15},a={top:15,bottom:15},o=document.getElementsByClassName("toastify"),i=0;i<o.length;i++){t=!0===r(o[i],"toastify-top")?"toastify-top":"toastify-bottom";var s=o[i].offsetHeight;t=t.substr(9,t.length-1);(window.innerWidth>0?window.innerWidth:screen.width)<=360?(o[i].style[t]=a[t]+"px",a[t]+=s+15):!0===r(o[i],"toastify-left")?(o[i].style[t]=e[t]+"px",e[t]+=s+15):(o[i].style[t]=n[t]+"px",n[t]+=s+15)}return this},e.lib.init.prototype=e.lib,e}))})),Fr=Array.isArray||function(t){return"Array"==h(t)},Dr=Yt("species"),Pr=function(t,e){var n;return Fr(t)&&("function"!=typeof(n=t.constructor)||n!==Array&&!Fr(n.prototype)?b(n)&&null===(n=n[Dr])&&(n=void 0):n=void 0),new(void 0===n?Array:n)(0===e?0:e)},Ur=[].push,Rr=function(t){var e=1==t,n=2==t,r=3==t,a=4==t,o=6==t,i=7==t,s=5==t||o;return function(l,u,c,p){for(var f,A,d=Rn(l),h=g(d),m=te(u,c,3),v=At(h.length),y=0,b=p||Pr,x=e?b(l,v):n||i?b(l,0):void 0;v>y;y++)if((s||y in h)&&(A=m(f=h[y],y,d),t))if(e)x[y]=A;else if(A)switch(t){case 3:return!0;case 5:return f;case 6:return y;case 2:Ur.call(x,f)}else switch(t){case 4:return!1;case 7:Ur.call(x,f)}return o?-1:r||a?a:x}},zr={forEach:Rr(0),map:Rr(1),filter:Rr(2),some:Rr(3),every:Rr(4),find:Rr(5),findIndex:Rr(6),filterOut:Rr(7)},$r=Yt("species"),Qr=zr.map;Nt({target:"Array",proto:!0,forced:!function(t){return Rt>=51||!l((function(){var e=[];return(e.constructor={})[$r]=function(){return{foo:1}},1!==e[t](Boolean).foo}))}("map")},{map:function(t){return Qr(this,t,arguments.length>1?arguments[1]:void 0)}});var Gr=RegExp.prototype,Hr=Gr.toString,Yr=l((function(){return"/a/b"!=Hr.call({source:"a",flags:"b"})})),Wr="toString"!=Hr.name;(Yr||Wr)&&ot(RegExp.prototype,"toString",(function(){var t=O(this),e=String(t.source),n=t.flags;return"/"+e+"/"+String(void 0===n&&t instanceof RegExp&&!("flags"in Gr)?Yn.call(t):n)}),{unsafe:!0});var Vr=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,Zr=/^\w*$/,Jr=/^\./,Xr=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,qr=/\\(\\)?/g,Kr=/^\[object .+?Constructor\]$/,ta="object"==typeof a&&a&&a.Object===Object&&a,ea="object"==typeof self&&self&&self.Object===Object&&self,na=ta||ea||Function("return this")();var ra=Array.prototype,aa=Function.prototype,oa=Object.prototype,ia=na["__core-js_shared__"],sa=function(){var t=/[^.]+$/.exec(ia&&ia.keys&&ia.keys.IE_PROTO||"");return t?"Symbol(src)_1."+t:""}(),la=aa.toString,ua=oa.hasOwnProperty,ca=oa.toString,pa=RegExp("^"+la.call(ua).replace(/[\\^$.*+?()[\]{}|]/g,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$"),fa=na.Symbol,Aa=ra.splice,da=Ea(na,"Map"),ha=Ea(Object,"create"),ma=fa?fa.prototype:void 0,ga=ma?ma.toString:void 0;function va(t){var e=-1,n=t?t.length:0;for(this.clear();++e<n;){var r=t[e];this.set(r[0],r[1])}}function ya(t){var e=-1,n=t?t.length:0;for(this.clear();++e<n;){var r=t[e];this.set(r[0],r[1])}}function ba(t){var e=-1,n=t?t.length:0;for(this.clear();++e<n;){var r=t[e];this.set(r[0],r[1])}}function xa(t,e){for(var n,r,a=t.length;a--;)if((n=t[a][0])===(r=e)||n!=n&&r!=r)return a;return-1}function wa(t,e){for(var n,r=0,a=(e=function(t,e){if(ka(t))return!1;var n=typeof t;if("number"==n||"symbol"==n||"boolean"==n||null==t||Ba(t))return!0;return Zr.test(t)||!Vr.test(t)||null!=e&&t in Object(e)}(e,t)?[e]:ka(n=e)?n:_a(n)).length;null!=t&&r<a;)t=t[Sa(e[r++])];return r&&r==a?t:void 0}function Ca(t){return!(!Oa(t)||(e=t,sa&&sa in e))&&(function(t){var e=Oa(t)?ca.call(t):"";return"[object Function]"==e||"[object GeneratorFunction]"==e}(t)||function(t){var e=!1;if(null!=t&&"function"!=typeof t.toString)try{e=!!(t+"")}catch(t){}return e}(t)?pa:Kr).test(function(t){if(null!=t){try{return la.call(t)}catch(t){}try{return t+""}catch(t){}}return""}(t));var e}function Ta(t,e){var n,r,a=t.__data__;return("string"==(r=typeof(n=e))||"number"==r||"symbol"==r||"boolean"==r?"__proto__"!==n:null===n)?a["string"==typeof e?"string":"hash"]:a.map}function Ea(t,e){var n=function(t,e){return null==t?void 0:t[e]}(t,e);return Ca(n)?n:void 0}va.prototype.clear=function(){this.__data__=ha?ha(null):{}},va.prototype.delete=function(t){return this.has(t)&&delete this.__data__[t]},va.prototype.get=function(t){var e=this.__data__;if(ha){var n=e[t];return"__lodash_hash_undefined__"===n?void 0:n}return ua.call(e,t)?e[t]:void 0},va.prototype.has=function(t){var e=this.__data__;return ha?void 0!==e[t]:ua.call(e,t)},va.prototype.set=function(t,e){return this.__data__[t]=ha&&void 0===e?"__lodash_hash_undefined__":e,this},ya.prototype.clear=function(){this.__data__=[]},ya.prototype.delete=function(t){var e=this.__data__,n=xa(e,t);return!(n<0)&&(n==e.length-1?e.pop():Aa.call(e,n,1),!0)},ya.prototype.get=function(t){var e=this.__data__,n=xa(e,t);return n<0?void 0:e[n][1]},ya.prototype.has=function(t){return xa(this.__data__,t)>-1},ya.prototype.set=function(t,e){var n=this.__data__,r=xa(n,t);return r<0?n.push([t,e]):n[r][1]=e,this},ba.prototype.clear=function(){this.__data__={hash:new va,map:new(da||ya),string:new va}},ba.prototype.delete=function(t){return Ta(this,t).delete(t)},ba.prototype.get=function(t){return Ta(this,t).get(t)},ba.prototype.has=function(t){return Ta(this,t).has(t)},ba.prototype.set=function(t,e){return Ta(this,t).set(t,e),this};var _a=Ia((function(t){var e;t=null==(e=t)?"":function(t){if("string"==typeof t)return t;if(Ba(t))return ga?ga.call(t):"";var e=t+"";return"0"==e&&1/t==-1/0?"-0":e}(e);var n=[];return Jr.test(t)&&n.push(""),t.replace(Xr,(function(t,e,r,a){n.push(r?a.replace(qr,"$1"):e||t)})),n}));function Sa(t){if("string"==typeof t||Ba(t))return t;var e=t+"";return"0"==e&&1/t==-1/0?"-0":e}function Ia(t,e){if("function"!=typeof t||e&&"function"!=typeof e)throw new TypeError("Expected a function");var n=function(){var r=arguments,a=e?e.apply(this,r):r[0],o=n.cache;if(o.has(a))return o.get(a);var i=t.apply(this,r);return n.cache=o.set(a,i),i};return n.cache=new(Ia.Cache||ba),n}Ia.Cache=ba;var ka=Array.isArray;function Oa(t){var e=typeof t;return!!t&&("object"==e||"function"==e)}function Ba(t){return"symbol"==typeof t||function(t){return!!t&&"object"==typeof t}(t)&&"[object Symbol]"==ca.call(t)}var Ma=function(t,e,n){var r=null==t?void 0:wa(t,e);return void 0===r?n:r},Na={ach:{name:"Acholi",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n > 1)",pluralsFunc:function(t){return t>1}},af:{name:"Afrikaans",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(t){return 1!==t}},ak:{name:"Akan",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n > 1)",pluralsFunc:function(t){return t>1}},am:{name:"Amharic",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n > 1)",pluralsFunc:function(t){return t>1}},an:{name:"Aragonese",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(t){return 1!==t}},ar:{name:"Arabic",examples:[{plural:0,sample:0},{plural:1,sample:1},{plural:2,sample:2},{plural:3,sample:3},{plural:4,sample:11},{plural:5,sample:100}],nplurals:6,pluralsText:"nplurals = 6; plural = (n === 0 ? 0 : n === 1 ? 1 : n === 2 ? 2 : n % 100 >= 3 && n % 100 <= 10 ? 3 : n % 100 >= 11 ? 4 : 5)",pluralsFunc:function(t){return 0===t?0:1===t?1:2===t?2:t%100>=3&&t%100<=10?3:t%100>=11?4:5}},arn:{name:"Mapudungun",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n > 1)",pluralsFunc:function(t){return t>1}},ast:{name:"Asturian",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(t){return 1!==t}},ay:{name:"Aymará",examples:[{plural:0,sample:1}],nplurals:1,pluralsText:"nplurals = 1; plural = 0",pluralsFunc:function(){return 0}},az:{name:"Azerbaijani",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(t){return 1!==t}},be:{name:"Belarusian",examples:[{plural:0,sample:1},{plural:1,sample:2},{plural:2,sample:5}],nplurals:3,pluralsText:"nplurals = 3; plural = (n % 10 === 1 && n % 100 !== 11 ? 0 : n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 10 || n % 100 >= 20) ? 1 : 2)",pluralsFunc:function(t){return t%10==1&&t%100!=11?0:t%10>=2&&t%10<=4&&(t%100<10||t%100>=20)?1:2}},bg:{name:"Bulgarian",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(t){return 1!==t}},bn:{name:"Bengali",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(t){return 1!==t}},bo:{name:"Tibetan",examples:[{plural:0,sample:1}],nplurals:1,pluralsText:"nplurals = 1; plural = 0",pluralsFunc:function(){return 0}},br:{name:"Breton",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n > 1)",pluralsFunc:function(t){return t>1}},brx:{name:"Bodo",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(t){return 1!==t}},bs:{name:"Bosnian",examples:[{plural:0,sample:1},{plural:1,sample:2},{plural:2,sample:5}],nplurals:3,pluralsText:"nplurals = 3; plural = (n % 10 === 1 && n % 100 !== 11 ? 0 : n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 10 || n % 100 >= 20) ? 1 : 2)",pluralsFunc:function(t){return t%10==1&&t%100!=11?0:t%10>=2&&t%10<=4&&(t%100<10||t%100>=20)?1:2}},ca:{name:"Catalan",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(t){return 1!==t}},cgg:{name:"Chiga",examples:[{plural:0,sample:1}],nplurals:1,pluralsText:"nplurals = 1; plural = 0",pluralsFunc:function(){return 0}},cs:{name:"Czech",examples:[{plural:0,sample:1},{plural:1,sample:2},{plural:2,sample:5}],nplurals:3,pluralsText:"nplurals = 3; plural = (n === 1 ? 0 : (n >= 2 && n <= 4) ? 1 : 2)",pluralsFunc:function(t){return 1===t?0:t>=2&&t<=4?1:2}},csb:{name:"Kashubian",examples:[{plural:0,sample:1},{plural:1,sample:2},{plural:2,sample:5}],nplurals:3,pluralsText:"nplurals = 3; plural = (n === 1 ? 0 : n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 10 || n % 100 >= 20) ? 1 : 2)",pluralsFunc:function(t){return 1===t?0:t%10>=2&&t%10<=4&&(t%100<10||t%100>=20)?1:2}},cy:{name:"Welsh",examples:[{plural:0,sample:1},{plural:1,sample:2},{plural:2,sample:3},{plural:3,sample:8}],nplurals:4,pluralsText:"nplurals = 4; plural = (n === 1 ? 0 : n === 2 ? 1 : (n !== 8 && n !== 11) ? 2 : 3)",pluralsFunc:function(t){return 1===t?0:2===t?1:8!==t&&11!==t?2:3}},da:{name:"Danish",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(t){return 1!==t}},de:{name:"German",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(t){return 1!==t}},doi:{name:"Dogri",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(t){return 1!==t}},dz:{name:"Dzongkha",examples:[{plural:0,sample:1}],nplurals:1,pluralsText:"nplurals = 1; plural = 0",pluralsFunc:function(){return 0}},el:{name:"Greek",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(t){return 1!==t}},en:{name:"English",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(t){return 1!==t}},eo:{name:"Esperanto",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(t){return 1!==t}},es:{name:"Spanish",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(t){return 1!==t}},et:{name:"Estonian",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(t){return 1!==t}},eu:{name:"Basque",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(t){return 1!==t}},fa:{name:"Persian",examples:[{plural:0,sample:1}],nplurals:1,pluralsText:"nplurals = 1; plural = 0",pluralsFunc:function(){return 0}},ff:{name:"Fulah",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(t){return 1!==t}},fi:{name:"Finnish",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(t){return 1!==t}},fil:{name:"Filipino",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n > 1)",pluralsFunc:function(t){return t>1}},fo:{name:"Faroese",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(t){return 1!==t}},fr:{name:"French",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n > 1)",pluralsFunc:function(t){return t>1}},fur:{name:"Friulian",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(t){return 1!==t}},fy:{name:"Frisian",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(t){return 1!==t}},ga:{name:"Irish",examples:[{plural:0,sample:1},{plural:1,sample:2},{plural:2,sample:3},{plural:3,sample:7},{plural:4,sample:11}],nplurals:5,pluralsText:"nplurals = 5; plural = (n === 1 ? 0 : n === 2 ? 1 : n < 7 ? 2 : n < 11 ? 3 : 4)",pluralsFunc:function(t){return 1===t?0:2===t?1:t<7?2:t<11?3:4}},gd:{name:"Scottish Gaelic",examples:[{plural:0,sample:1},{plural:1,sample:2},{plural:2,sample:3},{plural:3,sample:20}],nplurals:4,pluralsText:"nplurals = 4; plural = ((n === 1 || n === 11) ? 0 : (n === 2 || n === 12) ? 1 : (n > 2 && n < 20) ? 2 : 3)",pluralsFunc:function(t){return 1===t||11===t?0:2===t||12===t?1:t>2&&t<20?2:3}},gl:{name:"Galician",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(t){return 1!==t}},gu:{name:"Gujarati",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(t){return 1!==t}},gun:{name:"Gun",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n > 1)",pluralsFunc:function(t){return t>1}},ha:{name:"Hausa",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(t){return 1!==t}},he:{name:"Hebrew",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(t){return 1!==t}},hi:{name:"Hindi",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(t){return 1!==t}},hne:{name:"Chhattisgarhi",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(t){return 1!==t}},hr:{name:"Croatian",examples:[{plural:0,sample:1},{plural:1,sample:2},{plural:2,sample:5}],nplurals:3,pluralsText:"nplurals = 3; plural = (n % 10 === 1 && n % 100 !== 11 ? 0 : n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 10 || n % 100 >= 20) ? 1 : 2)",pluralsFunc:function(t){return t%10==1&&t%100!=11?0:t%10>=2&&t%10<=4&&(t%100<10||t%100>=20)?1:2}},hu:{name:"Hungarian",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(t){return 1!==t}},hy:{name:"Armenian",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(t){return 1!==t}},id:{name:"Indonesian",examples:[{plural:0,sample:1}],nplurals:1,pluralsText:"nplurals = 1; plural = 0",pluralsFunc:function(){return 0}},is:{name:"Icelandic",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n % 10 !== 1 || n % 100 === 11)",pluralsFunc:function(t){return t%10!=1||t%100==11}},it:{name:"Italian",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(t){return 1!==t}},ja:{name:"Japanese",examples:[{plural:0,sample:1}],nplurals:1,pluralsText:"nplurals = 1; plural = 0",pluralsFunc:function(){return 0}},jbo:{name:"Lojban",examples:[{plural:0,sample:1}],nplurals:1,pluralsText:"nplurals = 1; plural = 0",pluralsFunc:function(){return 0}},jv:{name:"Javanese",examples:[{plural:0,sample:0},{plural:1,sample:1}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 0)",pluralsFunc:function(t){return 0!==t}},ka:{name:"Georgian",examples:[{plural:0,sample:1}],nplurals:1,pluralsText:"nplurals = 1; plural = 0",pluralsFunc:function(){return 0}},kk:{name:"Kazakh",examples:[{plural:0,sample:1}],nplurals:1,pluralsText:"nplurals = 1; plural = 0",pluralsFunc:function(){return 0}},km:{name:"Khmer",examples:[{plural:0,sample:1}],nplurals:1,pluralsText:"nplurals = 1; plural = 0",pluralsFunc:function(){return 0}},kn:{name:"Kannada",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(t){return 1!==t}},ko:{name:"Korean",examples:[{plural:0,sample:1}],nplurals:1,pluralsText:"nplurals = 1; plural = 0",pluralsFunc:function(){return 0}},ku:{name:"Kurdish",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(t){return 1!==t}},kw:{name:"Cornish",examples:[{plural:0,sample:1},{plural:1,sample:2},{plural:2,sample:3},{plural:3,sample:4}],nplurals:4,pluralsText:"nplurals = 4; plural = (n === 1 ? 0 : n === 2 ? 1 : n === 3 ? 2 : 3)",pluralsFunc:function(t){return 1===t?0:2===t?1:3===t?2:3}},ky:{name:"Kyrgyz",examples:[{plural:0,sample:1}],nplurals:1,pluralsText:"nplurals = 1; plural = 0",pluralsFunc:function(){return 0}},lb:{name:"Letzeburgesch",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(t){return 1!==t}},ln:{name:"Lingala",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n > 1)",pluralsFunc:function(t){return t>1}},lo:{name:"Lao",examples:[{plural:0,sample:1}],nplurals:1,pluralsText:"nplurals = 1; plural = 0",pluralsFunc:function(){return 0}},lt:{name:"Lithuanian",examples:[{plural:0,sample:1},{plural:1,sample:2},{plural:2,sample:10}],nplurals:3,pluralsText:"nplurals = 3; plural = (n % 10 === 1 && n % 100 !== 11 ? 0 : n % 10 >= 2 && (n % 100 < 10 || n % 100 >= 20) ? 1 : 2)",pluralsFunc:function(t){return t%10==1&&t%100!=11?0:t%10>=2&&(t%100<10||t%100>=20)?1:2}},lv:{name:"Latvian",examples:[{plural:2,sample:0},{plural:0,sample:1},{plural:1,sample:2}],nplurals:3,pluralsText:"nplurals = 3; plural = (n % 10 === 1 && n % 100 !== 11 ? 0 : n !== 0 ? 1 : 2)",pluralsFunc:function(t){return t%10==1&&t%100!=11?0:0!==t?1:2}},mai:{name:"Maithili",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(t){return 1!==t}},mfe:{name:"Mauritian Creole",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n > 1)",pluralsFunc:function(t){return t>1}},mg:{name:"Malagasy",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n > 1)",pluralsFunc:function(t){return t>1}},mi:{name:"Maori",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n > 1)",pluralsFunc:function(t){return t>1}},mk:{name:"Macedonian",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n === 1 || n % 10 === 1 ? 0 : 1)",pluralsFunc:function(t){return 1===t||t%10==1?0:1}},ml:{name:"Malayalam",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(t){return 1!==t}},mn:{name:"Mongolian",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(t){return 1!==t}},mni:{name:"Manipuri",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(t){return 1!==t}},mnk:{name:"Mandinka",examples:[{plural:0,sample:0},{plural:1,sample:1},{plural:2,sample:2}],nplurals:3,pluralsText:"nplurals = 3; plural = (n === 0 ? 0 : n === 1 ? 1 : 2)",pluralsFunc:function(t){return 0===t?0:1===t?1:2}},mr:{name:"Marathi",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(t){return 1!==t}},ms:{name:"Malay",examples:[{plural:0,sample:1}],nplurals:1,pluralsText:"nplurals = 1; plural = 0",pluralsFunc:function(){return 0}},mt:{name:"Maltese",examples:[{plural:0,sample:1},{plural:1,sample:2},{plural:2,sample:11},{plural:3,sample:20}],nplurals:4,pluralsText:"nplurals = 4; plural = (n === 1 ? 0 : n === 0 || ( n % 100 > 1 && n % 100 < 11) ? 1 : (n % 100 > 10 && n % 100 < 20 ) ? 2 : 3)",pluralsFunc:function(t){return 1===t?0:0===t||t%100>1&&t%100<11?1:t%100>10&&t%100<20?2:3}},my:{name:"Burmese",examples:[{plural:0,sample:1}],nplurals:1,pluralsText:"nplurals = 1; plural = 0",pluralsFunc:function(){return 0}},nah:{name:"Nahuatl",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(t){return 1!==t}},nap:{name:"Neapolitan",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(t){return 1!==t}},nb:{name:"Norwegian Bokmal",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(t){return 1!==t}},ne:{name:"Nepali",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(t){return 1!==t}},nl:{name:"Dutch",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(t){return 1!==t}},nn:{name:"Norwegian Nynorsk",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(t){return 1!==t}},no:{name:"Norwegian",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(t){return 1!==t}},nso:{name:"Northern Sotho",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(t){return 1!==t}},oc:{name:"Occitan",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n > 1)",pluralsFunc:function(t){return t>1}},or:{name:"Oriya",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(t){return 1!==t}},pa:{name:"Punjabi",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(t){return 1!==t}},pap:{name:"Papiamento",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(t){return 1!==t}},pl:{name:"Polish",examples:[{plural:0,sample:1},{plural:1,sample:2},{plural:2,sample:5}],nplurals:3,pluralsText:"nplurals = 3; plural = (n === 1 ? 0 : n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 10 || n % 100 >= 20) ? 1 : 2)",pluralsFunc:function(t){return 1===t?0:t%10>=2&&t%10<=4&&(t%100<10||t%100>=20)?1:2}},pms:{name:"Piemontese",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(t){return 1!==t}},ps:{name:"Pashto",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(t){return 1!==t}},pt:{name:"Portuguese",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(t){return 1!==t}},rm:{name:"Romansh",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(t){return 1!==t}},ro:{name:"Romanian",examples:[{plural:0,sample:1},{plural:1,sample:2},{plural:2,sample:20}],nplurals:3,pluralsText:"nplurals = 3; plural = (n === 1 ? 0 : (n === 0 || (n % 100 > 0 && n % 100 < 20)) ? 1 : 2)",pluralsFunc:function(t){return 1===t?0:0===t||t%100>0&&t%100<20?1:2}},ru:{name:"Russian",examples:[{plural:0,sample:1},{plural:1,sample:2},{plural:2,sample:5}],nplurals:3,pluralsText:"nplurals = 3; plural = (n % 10 === 1 && n % 100 !== 11 ? 0 : n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 10 || n % 100 >= 20) ? 1 : 2)",pluralsFunc:function(t){return t%10==1&&t%100!=11?0:t%10>=2&&t%10<=4&&(t%100<10||t%100>=20)?1:2}},rw:{name:"Kinyarwanda",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(t){return 1!==t}},sah:{name:"Yakut",examples:[{plural:0,sample:1}],nplurals:1,pluralsText:"nplurals = 1; plural = 0",pluralsFunc:function(){return 0}},sat:{name:"Santali",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(t){return 1!==t}},sco:{name:"Scots",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(t){return 1!==t}},sd:{name:"Sindhi",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(t){return 1!==t}},se:{name:"Northern Sami",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(t){return 1!==t}},si:{name:"Sinhala",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(t){return 1!==t}},sk:{name:"Slovak",examples:[{plural:0,sample:1},{plural:1,sample:2},{plural:2,sample:5}],nplurals:3,pluralsText:"nplurals = 3; plural = (n === 1 ? 0 : (n >= 2 && n <= 4) ? 1 : 2)",pluralsFunc:function(t){return 1===t?0:t>=2&&t<=4?1:2}},sl:{name:"Slovenian",examples:[{plural:0,sample:1},{plural:1,sample:2},{plural:2,sample:3},{plural:3,sample:5}],nplurals:4,pluralsText:"nplurals = 4; plural = (n % 100 === 1 ? 0 : n % 100 === 2 ? 1 : n % 100 === 3 || n % 100 === 4 ? 2 : 3)",pluralsFunc:function(t){return t%100==1?0:t%100==2?1:t%100==3||t%100==4?2:3}},so:{name:"Somali",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(t){return 1!==t}},son:{name:"Songhay",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(t){return 1!==t}},sq:{name:"Albanian",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(t){return 1!==t}},sr:{name:"Serbian",examples:[{plural:0,sample:1},{plural:1,sample:2},{plural:2,sample:5}],nplurals:3,pluralsText:"nplurals = 3; plural = (n % 10 === 1 && n % 100 !== 11 ? 0 : n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 10 || n % 100 >= 20) ? 1 : 2)",pluralsFunc:function(t){return t%10==1&&t%100!=11?0:t%10>=2&&t%10<=4&&(t%100<10||t%100>=20)?1:2}},su:{name:"Sundanese",examples:[{plural:0,sample:1}],nplurals:1,pluralsText:"nplurals = 1; plural = 0",pluralsFunc:function(){return 0}},sv:{name:"Swedish",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(t){return 1!==t}},sw:{name:"Swahili",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(t){return 1!==t}},ta:{name:"Tamil",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(t){return 1!==t}},te:{name:"Telugu",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(t){return 1!==t}},tg:{name:"Tajik",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n > 1)",pluralsFunc:function(t){return t>1}},th:{name:"Thai",examples:[{plural:0,sample:1}],nplurals:1,pluralsText:"nplurals = 1; plural = 0",pluralsFunc:function(){return 0}},ti:{name:"Tigrinya",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n > 1)",pluralsFunc:function(t){return t>1}},tk:{name:"Turkmen",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(t){return 1!==t}},tr:{name:"Turkish",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n > 1)",pluralsFunc:function(t){return t>1}},tt:{name:"Tatar",examples:[{plural:0,sample:1}],nplurals:1,pluralsText:"nplurals = 1; plural = 0",pluralsFunc:function(){return 0}},ug:{name:"Uyghur",examples:[{plural:0,sample:1}],nplurals:1,pluralsText:"nplurals = 1; plural = 0",pluralsFunc:function(){return 0}},uk:{name:"Ukrainian",examples:[{plural:0,sample:1},{plural:1,sample:2},{plural:2,sample:5}],nplurals:3,pluralsText:"nplurals = 3; plural = (n % 10 === 1 && n % 100 !== 11 ? 0 : n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 10 || n % 100 >= 20) ? 1 : 2)",pluralsFunc:function(t){return t%10==1&&t%100!=11?0:t%10>=2&&t%10<=4&&(t%100<10||t%100>=20)?1:2}},ur:{name:"Urdu",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(t){return 1!==t}},uz:{name:"Uzbek",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n > 1)",pluralsFunc:function(t){return t>1}},vi:{name:"Vietnamese",examples:[{plural:0,sample:1}],nplurals:1,pluralsText:"nplurals = 1; plural = 0",pluralsFunc:function(){return 0}},wa:{name:"Walloon",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n > 1)",pluralsFunc:function(t){return t>1}},wo:{name:"Wolof",examples:[{plural:0,sample:1}],nplurals:1,pluralsText:"nplurals = 1; plural = 0",pluralsFunc:function(){return 0}},yo:{name:"Yoruba",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(t){return 1!==t}},zh:{name:"Chinese",examples:[{plural:0,sample:1}],nplurals:1,pluralsText:"nplurals = 1; plural = 0",pluralsFunc:function(){return 0}}},ja=La;function La(t){t=t||{},this.catalogs={},this.locale="",this.domain="messages",this.listeners=[],this.sourceLocale="",t.sourceLocale&&("string"==typeof t.sourceLocale?this.sourceLocale=t.sourceLocale:this.warn("The `sourceLocale` option should be a string")),this.debug="debug"in t&&!0===t.debug}La.prototype.on=function(t,e){this.listeners.push({eventName:t,callback:e})},La.prototype.off=function(t,e){this.listeners=this.listeners.filter((function(n){return!1==(n.eventName===t&&n.callback===e)}))},La.prototype.emit=function(t,e){for(var n=0;n<this.listeners.length;n++){var r=this.listeners[n];r.eventName===t&&r.callback(e)}},La.prototype.warn=function(t){this.debug&&console.warn(t),this.emit("error",new Error(t))},La.prototype.addTranslations=function(t,e,n){this.catalogs[t]||(this.catalogs[t]={}),this.catalogs[t][e]=n},La.prototype.setLocale=function(t){"string"==typeof t?(""===t.trim()&&this.warn("You called setLocale() with an empty value, which makes little sense."),t===this.sourceLocale||this.catalogs[t]||this.warn('You called setLocale() with "'+t+'", but no translations for that locale has been added.'),this.locale=t):this.warn("You called setLocale() with an argument of type "+typeof t+". The locale must be a string.")},La.prototype.setTextDomain=function(t){"string"==typeof t?(""===t.trim()&&this.warn("You called setTextDomain() with an empty `domain` value."),this.domain=t):this.warn("You called setTextDomain() with an argument of type "+typeof t+". The domain must be a string.")},La.prototype.gettext=function(t){return this.dnpgettext(this.domain,"",t)},La.prototype.dgettext=function(t,e){return this.dnpgettext(t,"",e)},La.prototype.ngettext=function(t,e,n){return this.dnpgettext(this.domain,"",t,e,n)},La.prototype.dngettext=function(t,e,n,r){return this.dnpgettext(t,"",e,n,r)},La.prototype.pgettext=function(t,e){return this.dnpgettext(this.domain,t,e)},La.prototype.dpgettext=function(t,e,n){return this.dnpgettext(t,e,n)},La.prototype.npgettext=function(t,e,n,r){return this.dnpgettext(this.domain,t,e,n,r)},La.prototype.dnpgettext=function(t,e,n,r,a){var o,i,s=n;if(e=e||"",isNaN(a)||1===a||(s=r||n),o=this._getTranslation(t,e,n)){if("number"==typeof a)"boolean"==typeof(i=(0,Na[La.getLanguageCode(this.locale)].pluralsFunc)(a))&&(i=i?1:0);else i=0;return o.msgstr[i]||s}return this.sourceLocale&&this.locale===this.sourceLocale||this.warn('No translation was found for msgid "'+n+'" in msgctxt "'+e+'" and domain "'+t+'"'),s},La.prototype.getComment=function(t,e,n){var r;return(r=this._getTranslation(t,e,n))&&r.comments||{}},La.prototype._getTranslation=function(t,e,n){return e=e||"",Ma(this.catalogs,[this.locale,t,"translations",e,n])},La.getLanguageCode=function(t){return t.split(/[\-_]/)[0].toLowerCase()},La.prototype.textdomain=function(t){this.debug&&console.warn("textdomain(domain) was used to set locales in node-gettext v1. Make sure you are using it for domains, and switch to setLocale(locale) if you are not.\n\n To read more about the migration from node-gettext v1 to v2, see https://github.com/alexanderwallin/node-gettext/#migrating-from-1x-to-2x\n\nThis warning will be removed in the final 2.0.0"),this.setTextDomain(t)},La.prototype.setlocale=function(t){this.setLocale(t)},La.prototype.addTextdomain=function(){console.error("addTextdomain() is deprecated.\n\n* To add translations, use addTranslations()\n* To set the default domain, use setTextDomain() (or its alias textdomain())\n\nTo read more about the migration from node-gettext v1 to v2, see https://github.com/alexanderwallin/node-gettext/#migrating-from-1x-to-2x")};var Fa=Wa,Da=function(){return Wa().replace(/_/g,"-")},Pa=function(){if("undefined"==typeof OC)return console.warn("No OC found"),"en";return OC.getLanguage()},Ua=function(t,e,n,r,a){if("undefined"==typeof OC)return console.warn("No OC found"),e;return OC.L10N.translate(t,e,n,r,a)},Ra=function(t,e,n,r,a,o){if("undefined"==typeof OC)return console.warn("No OC found"),e;return OC.L10N.translatePlural(t,e,n,r,a,o)},za=function(){if(void 0===window.firstDay)return console.warn("No firstDay found"),1;return window.firstDay},$a=function(){if(void 0===window.dayNames)return console.warn("No dayNames found"),["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"];return window.dayNames},Qa=function(){if(void 0===window.dayNamesShort)return console.warn("No dayNamesShort found"),["Sun.","Mon.","Tue.","Wed.","Thu.","Fri.","Sat."];return window.dayNamesShort},Ga=function(){if(void 0===window.dayNamesMin)return console.warn("No dayNamesMin found"),["Su","Mo","Tu","We","Th","Fr","Sa"];return window.dayNamesMin},Ha=function(){if(void 0===window.monthNames)return console.warn("No monthNames found"),["January","February","March","April","May","June","July","August","September","October","November","December"];return window.monthNames},Ya=function(){if(void 0===window.monthNamesShort)return console.warn("No monthNamesShort found"),["Jan.","Feb.","Mar.","Apr.","May.","Jun.","Jul.","Aug.","Sep.","Oct.","Nov.","Dec."];return window.monthNamesShort};function Wa(){return"undefined"==typeof OC?(console.warn("No OC found"),"en"):OC.getLocale()}var Va,Za=Object.defineProperty({getLocale:Fa,getCanonicalLocale:Da,getLanguage:Pa,translate:Ua,translatePlural:Ra,getFirstDay:za,getDayNames:$a,getDayNamesShort:Qa,getDayNamesMin:Ga,getMonthNames:Ha,getMonthNamesShort:Ya},"__esModule",{value:!0}),Ja=function(){return new eo},Xa=(Va=ja)&&Va.__esModule?Va:{default:Va};function qa(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function Ka(t,e){for(var n=0;n<e.length;n++){var r=e[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(t,r.key,r)}}function to(t,e,n){return e&&Ka(t.prototype,e),n&&Ka(t,n),t}var eo=function(){function t(){qa(this,t),this.translations={},this.debug=!1}return to(t,[{key:"setLanguage",value:function(t){return this.locale=t,this}},{key:"detectLocale",value:function(){return this.setLanguage((0,Za.getLanguage)().replace("-","_"))}},{key:"addTranslation",value:function(t,e){return this.translations[t]=e,this}},{key:"enableDebugMode",value:function(){return this.debug=!0,this}},{key:"build",value:function(){return new no(this.locale||"en",this.translations,this.debug)}}]),t}(),no=function(){function t(e,n,r){for(var a in qa(this,t),this.gt=new Xa.default({debug:r,sourceLocale:"en"}),n)this.gt.addTranslations(a,"messages",n[a]);this.gt.setLocale(e)}return to(t,[{key:"subtitudePlaceholders",value:function(t,e){return t.replace(/{([^{}]*)}/g,(function(t,n){var r=e[n];return"string"==typeof r||"number"==typeof r?r.toString():t}))}},{key:"gettext",value:function(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};return this.subtitudePlaceholders(this.gt.gettext(t),e)}},{key:"ngettext",value:function(t,e,n){var r=arguments.length>3&&void 0!==arguments[3]?arguments[3]:{};return this.subtitudePlaceholders(this.gt.ngettext(t,e,n).replace(/%n/g,n.toString()),r)}}]),t}();var ro=Ja().detectLocale();t.env.TRANSLATIONS.map((function(t){return ro.addTranslation(t.locale,t.json)}));var ao=ro.build();ao.ngettext.bind(ao);ao.gettext.bind(ao);var oo=function(){function t(){}return t.ERROR="toast-error",t.WARNING="toast-warning",t.INFO="toast-info",t.SUCCESS="toast-success",t.PERMANENT="toast-error",t.UNDO="toast-undo",t}(),io=7e3,so=-1;function lo(t,e){var n,r;if(e=Object.assign({timeout:io,isHTML:!1,type:void 0,selector:void 0,onRemove:function(){},onClick:void 0,close:!0},e),"string"==typeof t&&!e.isHTML){var a=document.createElement("div");a.innerHTML=t,t=a.innerText}var o=null!==(r=e.type)&&void 0!==r?r:"";"function"==typeof e.onClick&&(o+=" toast-with-click ");var i=t instanceof Node,s=Lr(((n={})[i?"node":"text"]=t,n.duration=e.timeout,n.callback=e.onRemove,n.onClick=e.onClick,n.close=e.close,n.gravity="top",n.selector=e.selector,n.position="right",n.backgroundColor="",n.className="dialogs "+o,n.escapeMarkup=!e.isHTML,n));return s.showToast(),s}function uo(t,e){return lo(t,Gn(Gn({},e),{type:oo.ERROR}))}function co(t,e){return lo(t,Gn(Gn({},e),{type:oo.WARNING}))}function po(t,e){return lo(t,Gn(Gn({},e),{type:oo.INFO}))}function fo(t,e){return lo(t,Gn(Gn({},e),{type:oo.SUCCESS}))}}).call(this,n(57),n(17))},function(t,e,n){var r=n(4),a=n(28),o="".split;t.exports=r((function(){return!Object("z").propertyIsEnumerable(0)}))?function(t){return"String"==a(t)?o.call(t,""):Object(t)}:Object},function(t,e){t.exports=!1},function(t,e){t.exports=function(t){if("function"!=typeof t)throw TypeError(String(t)+" is not a function");return t}},function(t,e,n){"use strict";function r(t,e,n,r,a,o,i,s){var l,u="function"==typeof t?t.options:t;if(e&&(u.render=e,u.staticRenderFns=n,u._compiled=!0),r&&(u.functional=!0),o&&(u._scopeId="data-v-"+o),i?(l=function(t){(t=t||this.$vnode&&this.$vnode.ssrContext||this.parent&&this.parent.$vnode&&this.parent.$vnode.ssrContext)||"undefined"==typeof __VUE_SSR_CONTEXT__||(t=__VUE_SSR_CONTEXT__),a&&a.call(this,t),t&&t._registeredComponents&&t._registeredComponents.add(i)},u._ssrRegister=l):a&&(l=s?function(){a.call(this,(u.functional?this.parent:this).$root.$options.shadowRoot)}:a),l)if(u.functional){u._injectStyles=l;var c=u.render;u.render=function(t,e){return l.call(e),c(t,e)}}else{var p=u.beforeCreate;u.beforeCreate=p?[].concat(p,l):[l]}return{exports:t,options:u}}n.d(e,"a",(function(){return r}))},function(t,e,n){var r=n(44),a=n(53);(t.exports=function(t,e){return a[t]||(a[t]=void 0!==e?e:{})})("versions",[]).push({version:"3.13.1",mode:r?"pure":"global",copyright:"© 2021 Denis Pushkarev (zloirock.ru)"})},function(t,e,n){"use strict";var r,a,o=n(61),i=n(86),s=n(47),l=RegExp.prototype.exec,u=s("native-string-replace",String.prototype.replace),c=l,p=(r=/a/,a=/b*/g,l.call(r,"a"),l.call(a,"a"),0!==r.lastIndex||0!==a.lastIndex),f=i.UNSUPPORTED_Y||i.BROKEN_CARET,A=void 0!==/()??/.exec("")[1];(p||A||f)&&(c=function(t){var e,n,r,a,i=this,s=f&&i.sticky,c=o.call(i),d=i.source,h=0,m=t;return s&&(-1===(c=c.replace("y","")).indexOf("g")&&(c+="g"),m=String(t).slice(i.lastIndex),i.lastIndex>0&&(!i.multiline||i.multiline&&"\n"!==t[i.lastIndex-1])&&(d="(?: "+d+")",m=" "+m,h++),n=new RegExp("^(?:"+d+")",c)),A&&(n=new RegExp("^"+d+"$(?!\\s)",c)),p&&(e=i.lastIndex),r=l.call(s?n:i,m),s?r?(r.input=r.input.slice(h),r[0]=r[0].slice(h),r.index=i.lastIndex,i.lastIndex+=r[0].length):i.lastIndex=0:p&&r&&(i.lastIndex=i.global?r.index+r[0].length:e),A&&r&&r.length>1&&u.call(r[0],n,(function(){for(a=1;a<arguments.length-2;a++)void 0===arguments[a]&&(r[a]=void 0)})),r}),t.exports=c},function(t,e){t.exports=function(t){var e=typeof t;return null!=t&&("object"==e||"function"==e)}},function(t,e,n){var r,a,o=n(5),i=n(88),s=o.process,l=s&&s.versions,u=l&&l.v8;u?a=(r=u.split("."))[0]<4?1:r[0]+r[1]:i&&(!(r=i.match(/Edge\/(\d+)/))||r[1]>=74)&&(r=i.match(/Chrome\/(\d+)/))&&(a=r[1]),t.exports=a&&+a},function(t,e,n){"use strict";var r=n(4);t.exports=function(t,e){var n=[][t];return!!n&&r((function(){n.call(null,e||function(){throw 1},1)}))}},function(t,e,n){var r=n(5),a=n(18);t.exports=function(t,e){try{a(r,t,e)}catch(n){r[t]=e}return e}},function(t,e,n){var r=n(5),a=n(52),o=r["__core-js_shared__"]||a("__core-js_shared__",{});t.exports=o},function(t,e,n){var r=n(251),a=n(256);t.exports=function(t,e){var n=a(t,e);return r(n)?n:void 0}},function(t,e){t.exports={}},function(t,e){var n=0,r=Math.random();t.exports=function(t){return"Symbol("+String(void 0===t?"":t)+")_"+(++n+r).toString(36)}},function(t,e){var n,r,a=t.exports={};function o(){throw new Error("setTimeout has not been defined")}function i(){throw new Error("clearTimeout has not been defined")}function s(t){if(n===setTimeout)return setTimeout(t,0);if((n===o||!n)&&setTimeout)return n=setTimeout,setTimeout(t,0);try{return n(t,0)}catch(e){try{return n.call(null,t,0)}catch(e){return n.call(this,t,0)}}}!function(){try{n="function"==typeof setTimeout?setTimeout:o}catch(t){n=o}try{r="function"==typeof clearTimeout?clearTimeout:i}catch(t){r=i}}();var l,u=[],c=!1,p=-1;function f(){c&&l&&(c=!1,l.length?u=l.concat(u):p=-1,u.length&&A())}function A(){if(!c){var t=s(f);c=!0;for(var e=u.length;e;){for(l=u,u=[];++p<e;)l&&l[p].run();p=-1,e=u.length}l=null,c=!1,function(t){if(r===clearTimeout)return clearTimeout(t);if((r===i||!r)&&clearTimeout)return r=clearTimeout,clearTimeout(t);try{r(t)}catch(e){try{return r.call(null,t)}catch(e){return r.call(this,t)}}}(t)}}function d(t,e){this.fun=t,this.array=e}function h(){}a.nextTick=function(t){var e=new Array(arguments.length-1);if(arguments.length>1)for(var n=1;n<arguments.length;n++)e[n-1]=arguments[n];u.push(new d(t,e)),1!==u.length||c||s(A)},d.prototype.run=function(){this.fun.apply(null,this.array)},a.title="browser",a.browser=!0,a.env={},a.argv=[],a.version="",a.versions={},a.on=h,a.addListener=h,a.once=h,a.off=h,a.removeListener=h,a.removeAllListeners=h,a.emit=h,a.prependListener=h,a.prependOnceListener=h,a.listeners=function(t){return[]},a.binding=function(t){throw new Error("process.binding is not supported")},a.cwd=function(){return"/"},a.chdir=function(t){throw new Error("process.chdir is not supported")},a.umask=function(){return 0}},,function(t,e,n){var r=n(82),a=n(252),o=n(253),i=r?r.toStringTag:void 0;t.exports=function(t){return null==t?void 0===t?"[object Undefined]":"[object Null]":i&&i in Object(t)?a(t):o(t)}},function(t,e,n){var r=n(23),a=Math.max,o=Math.min;t.exports=function(t,e){var n=r(t);return n<0?a(n+e,0):o(n,e)}},function(t,e,n){"use strict";var r=n(8);t.exports=function(){var t=r(this),e="";return t.global&&(e+="g"),t.ignoreCase&&(e+="i"),t.multiline&&(e+="m"),t.dotAll&&(e+="s"),t.unicode&&(e+="u"),t.sticky&&(e+="y"),e}},function(t,e,n){"use strict";var r=n(87),a=n(8),o=n(15),i=n(23),s=n(20),l=n(95),u=n(122),c=n(90),p=Math.max,f=Math.min;r("replace",2,(function(t,e,n,r){var A=r.REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE,d=r.REPLACE_KEEPS_$0,h=A?"$":"$0";return[function(n,r){var a=s(this),o=null==n?void 0:n[t];return void 0!==o?o.call(n,a,r):e.call(String(a),n,r)},function(t,r){if(!A&&d||"string"==typeof r&&-1===r.indexOf(h)){var s=n(e,t,this,r);if(s.done)return s.value}var m=a(t),g=String(this),v="function"==typeof r;v||(r=String(r));var y=m.global;if(y){var b=m.unicode;m.lastIndex=0}for(var x=[];;){var w=c(m,g);if(null===w)break;if(x.push(w),!y)break;""===String(w[0])&&(m.lastIndex=l(g,o(m.lastIndex),b))}for(var C,T="",E=0,_=0;_<x.length;_++){w=x[_];for(var S=String(w[0]),I=p(f(i(w.index),g.length),0),k=[],O=1;O<w.length;O++)k.push(void 0===(C=w[O])?C:String(C));var B=w.groups;if(v){var M=[S].concat(k,I,g);void 0!==B&&M.push(B);var N=String(r.apply(void 0,M))}else N=u(S,g,I,k,B,r);I>=E&&(T+=g.slice(E,I)+N,E=I+S.length)}return T+g.slice(E)}]}))},function(t,e,n){var r=n(28);t.exports=Array.isArray||function(t){return"Array"==r(t)}},function(t,e,n){"use strict";var r={}.propertyIsEnumerable,a=Object.getOwnPropertyDescriptor,o=a&&!r.call({1:2},1);e.f=o?function(t){var e=a(this,t);return!!e&&e.enumerable}:r},function(t,e,n){var r=n(85),a=n(73).concat("length","prototype");e.f=Object.getOwnPropertyNames||function(t){return r(t,a)}},function(t,e,n){var r=n(22),a=n(15),o=n(60),i=function(t){return function(e,n,i){var s,l=r(e),u=a(l.length),c=o(i,u);if(t&&n!=n){for(;u>c;)if((s=l[c++])!=s)return!0}else for(;u>c;c++)if((t||c in l)&&l[c]===n)return t||c||0;return!t&&-1}};t.exports={includes:i(!0),indexOf:i(!1)}},function(t,e,n){var r=n(50),a=n(4);t.exports=!!Object.getOwnPropertySymbols&&!a((function(){var t=Symbol();return!String(t)||!(Object(t)instanceof Symbol)||!Symbol.sham&&r&&r<41}))},function(t,e,n){var r={};r[n(9)("toStringTag")]="z",t.exports="[object z]"===String(r)},,function(t,e,n){"use strict";n(91),Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var r,a=(r=n(207))&&r.__esModule?r:{default:r},o=n(76);var i=a.default.create({headers:{requesttoken:(0,o.getRequestToken)()}}),s=Object.assign(i,{CancelToken:a.default.CancelToken,isCancel:a.default.isCancel});(0,o.onRequestTokenUpdate)((function(t){return i.defaults.headers.requesttoken=t}));var l=s;e.default=l},,function(t,e,n){var r=n(53),a=Function.toString;"function"!=typeof r.inspectSource&&(r.inspectSource=function(t){return a.call(t)}),t.exports=r.inspectSource},function(t,e){t.exports=["constructor","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","toLocaleString","toString","valueOf"]},function(t,e){e.f=Object.getOwnPropertySymbols},function(t,e,n){var r=n(45);t.exports=function(t,e,n){if(r(t),void 0===e)return t;switch(n){case 0:return function(){return t.call(e)};case 1:return function(n){return t.call(e,n)};case 2:return function(n,r){return t.call(e,n,r)};case 3:return function(n,r,a){return t.call(e,n,r,a)}}return function(){return t.apply(e,arguments)}}},function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),Object.defineProperty(e,"getRequestToken",{enumerable:!0,get:function(){return r.getRequestToken}}),Object.defineProperty(e,"onRequestTokenUpdate",{enumerable:!0,get:function(){return r.onRequestTokenUpdate}}),Object.defineProperty(e,"getCurrentUser",{enumerable:!0,get:function(){return a.getCurrentUser}});var r=n(174),a=n(175)},function(t,e,n){var r=n(11),a=n(4),o=n(102);t.exports=!r&&!a((function(){return 7!=Object.defineProperty(o("div"),"a",{get:function(){return 7}}).a}))},function(t,e,n){var r=n(47),a=n(56),o=r("keys");t.exports=function(t){return o[t]||(o[t]=a(t))}},function(t,e,n){"use strict";var r=n(34),a=n(19),o=n(33);t.exports=function(t,e,n){var i=r(e);i in t?a.f(t,i,o(0,n)):t[i]=n}},function(t,e,n){var r=n(10),a=n(63),o=n(9)("species");t.exports=function(t,e){var n;return a(t)&&("function"!=typeof(n=t.constructor)||n!==Array&&!a(n.prototype)?r(n)&&null===(n=n[o])&&(n=void 0):n=void 0),new(void 0===n?Array:n)(0===e?0:e)}},function(t,e,n){var r=n(4),a=n(9),o=n(50),i=a("species");t.exports=function(t){return o>=51||!r((function(){var e=[];return(e.constructor={})[i]=function(){return{foo:1}},1!==e[t](Boolean).foo}))}},function(t,e,n){var r=n(24).Symbol;t.exports=r},function(t,e,n){var r=n(104),a=n(13),o=n(466),i=n(19).f;t.exports=function(t){var e=r.Symbol||(r.Symbol={});a(e,t)||i(e,t,{value:o.f(t)})}},function(t,e,n){var r=n(19).f,a=n(13),o=n(9)("toStringTag");t.exports=function(t,e,n){t&&!a(t=n?t:t.prototype,o)&&r(t,o,{configurable:!0,value:e})}},function(t,e,n){var r=n(13),a=n(22),o=n(66).indexOf,i=n(55);t.exports=function(t,e){var n,s=a(t),l=0,u=[];for(n in s)!r(i,n)&&r(s,n)&&u.push(n);for(;e.length>l;)r(s,n=e[l++])&&(~o(u,n)||u.push(n));return u}},function(t,e,n){"use strict";var r=n(4);function a(t,e){return RegExp(t,e)}e.UNSUPPORTED_Y=r((function(){var t=a("a","y");return t.lastIndex=2,null!=t.exec("abcd")})),e.BROKEN_CARET=r((function(){var t=a("^r","gy");return t.lastIndex=2,null!=t.exec("str")}))},function(t,e,n){"use strict";n(40);var r=n(21),a=n(48),o=n(4),i=n(9),s=n(18),l=i("species"),u=RegExp.prototype,c=!o((function(){var t=/./;return t.exec=function(){var t=[];return t.groups={a:"7"},t},"7"!=="".replace(t,"$<a>")})),p="$0"==="a".replace(/./,"$0"),f=i("replace"),A=!!/./[f]&&""===/./[f]("a","$0"),d=!o((function(){var t=/(?:)/,e=t.exec;t.exec=function(){return e.apply(this,arguments)};var n="ab".split(t);return 2!==n.length||"a"!==n[0]||"b"!==n[1]}));t.exports=function(t,e,n,f){var h=i(t),m=!o((function(){var e={};return e[h]=function(){return 7},7!=""[t](e)})),g=m&&!o((function(){var e=!1,n=/a/;return"split"===t&&((n={}).constructor={},n.constructor[l]=function(){return n},n.flags="",n[h]=/./[h]),n.exec=function(){return e=!0,null},n[h](""),!e}));if(!m||!g||"replace"===t&&(!c||!p||A)||"split"===t&&!d){var v=/./[h],y=n(h,""[t],(function(t,e,n,r,o){var i=e.exec;return i===a||i===u.exec?m&&!o?{done:!0,value:v.call(e,n,r)}:{done:!0,value:t.call(n,e,r)}:{done:!1}}),{REPLACE_KEEPS_$0:p,REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE:A}),b=y[0],x=y[1];r(String.prototype,t,b),r(u,h,2==e?function(t,e){return x.call(t,this,e)}:function(t){return x.call(t,this)})}f&&s(u[h],"sham",!0)}},function(t,e,n){var r=n(32);t.exports=r("navigator","userAgent")||""},function(t,e,n){var r=n(23),a=n(20),o=function(t){return function(e,n){var o,i,s=String(a(e)),l=r(n),u=s.length;return l<0||l>=u?t?"":void 0:(o=s.charCodeAt(l))<55296||o>56319||l+1===u||(i=s.charCodeAt(l+1))<56320||i>57343?t?s.charAt(l):o:t?s.slice(l,l+2):i-56320+(o-55296<<10)+65536}};t.exports={codeAt:o(!1),charAt:o(!0)}},function(t,e,n){var r=n(28),a=n(48);t.exports=function(t,e){var n=t.exec;if("function"==typeof n){var o=n.call(t,e);if("object"!=typeof o)throw TypeError("RegExp exec method returned something other than an Object or null");return o}if("RegExp"!==r(t))throw TypeError("RegExp#exec called on incompatible receiver");return a.call(t,e)}},function(t,e,n){var r=n(3),a=n(127);r({target:"Object",stat:!0,forced:Object.assign!==a},{assign:a})},function(t,e,n){var r=n(85),a=n(73);t.exports=Object.keys||function(t){return r(t,a)}},,function(t,e,n){var r=n(4),a=/#|\.prototype\./,o=function(t,e){var n=s[i(t)];return n==u||n!=l&&("function"==typeof e?r(e):!!e)},i=o.normalize=function(t){return String(t).replace(a,".").toLowerCase()},s=o.data={},l=o.NATIVE="N",u=o.POLYFILL="P";t.exports=o},function(t,e,n){"use strict";var r=n(89).charAt;t.exports=function(t,e,n){return e+(n?r(t,e).length:1)}},function(t,e,n){var r=n(68),a=n(28),o=n(9)("toStringTag"),i="Arguments"==a(function(){return arguments}());t.exports=r?a:function(t){var e,n,r;return void 0===t?"Undefined":null===t?"Null":"string"==typeof(n=function(t,e){try{return t[e]}catch(t){}}(e=Object(t),o))?n:i?a(e):"Object"==(r=a(e))&&"function"==typeof e.callee?"Arguments":r}},,function(t,e,n){var r,a=n(8),o=n(238),i=n(73),s=n(55),l=n(486),u=n(102),c=n(78),p=c("IE_PROTO"),f=function(){},A=function(t){return"<script>"+t+"<\/script>"},d=function(){try{r=document.domain&&new ActiveXObject("htmlfile")}catch(t){}var t,e;d=r?function(t){t.write(A("")),t.close();var e=t.parentWindow.Object;return t=null,e}(r):((e=u("iframe")).style.display="none",l.appendChild(e),e.src=String("javascript:"),(t=e.contentWindow.document).open(),t.write(A("document.F=Object")),t.close(),t.F);for(var n=i.length;n--;)delete d.prototype[i[n]];return d()};s[p]=!0,t.exports=Object.create||function(t,e){var n;return null!==t?(f.prototype=a(t),n=new f,f.prototype=null,n[p]=t):n=d(),void 0===e?n:o(n,e)}},function(t,e,n){var r=n(13),a=n(14),o=n(78),i=n(467),s=o("IE_PROTO"),l=Object.prototype;t.exports=i?Object.getPrototypeOf:function(t){return t=a(t),r(t,s)?t[s]:"function"==typeof t.constructor&&t instanceof t.constructor?t.constructor.prototype:t instanceof Object?l:null}},function(t,e,n){"use strict";n(126),Object.defineProperty(e,"__esModule",{value:!0}),e.loadState=function(t,e,n){var r=document.querySelector("#initial-state-".concat(t,"-").concat(e));if(null===r){if(void 0!==n)return n;throw new Error("Could not find initial state ".concat(e," of ").concat(t))}try{return JSON.parse(atob(r.value))}catch(n){throw new Error("Could not parse initial state ".concat(e," of ").concat(t))}}},,function(t,e,n){var r=n(5),a=n(10),o=r.document,i=a(o)&&a(o.createElement);t.exports=function(t){return i?o.createElement(t):{}}},function(t,e,n){var r=n(32),a=n(65),o=n(74),i=n(8);t.exports=r("Reflect","ownKeys")||function(t){var e=a.f(i(t)),n=o.f;return n?e.concat(n(t)):e}},function(t,e,n){var r=n(5);t.exports=r},function(t,e,n){var r=n(68),a=n(21),o=n(164);r||a(Object.prototype,"toString",o,{unsafe:!0})},function(t,e,n){var r=n(276),a=n(277),o=n(278),i=n(279),s=n(280);function l(t){var e=-1,n=null==t?0:t.length;for(this.clear();++e<n;){var r=t[e];this.set(r[0],r[1])}}l.prototype.clear=r,l.prototype.delete=a,l.prototype.get=o,l.prototype.has=i,l.prototype.set=s,t.exports=l},function(t,e,n){var r=n(112);t.exports=function(t,e){for(var n=t.length;n--;)if(r(t[n][0],e))return n;return-1}},function(t,e,n){var r=n(54)(Object,"create");t.exports=r},function(t,e,n){var r=n(294);t.exports=function(t,e){var n=t.__data__;return r(e)?n["string"==typeof e?"string":"hash"]:n.map}},function(t,e,n){var r=n(13),a=n(103),o=n(29),i=n(19);t.exports=function(t,e){for(var n=a(e),s=i.f,l=o.f,u=0;u<n.length;u++){var c=n[u];r(t,c)||s(t,c,l(e,c))}}},function(t,e,n){var r=n(67);t.exports=r&&!Symbol.sham&&"symbol"==typeof Symbol.iterator},function(t,e){t.exports=function(t,e){return t===e||t!=t&&e!=e}},function(t,e){t.exports=function(t){return t.webpackPolyfill||(t.deprecate=function(){},t.paths=[],t.children||(t.children=[]),Object.defineProperty(t,"loaded",{enumerable:!0,get:function(){return t.l}}),Object.defineProperty(t,"id",{enumerable:!0,get:function(){return t.i}}),t.webpackPolyfill=1),t}},function(t,e,n){var r=n(303),a=n(137),o=n(304),i=n(305),s=n(193),l=n(59),u=n(181),c=u(r),p=u(a),f=u(o),A=u(i),d=u(s),h=l;(r&&"[object DataView]"!=h(new r(new ArrayBuffer(1)))||a&&"[object Map]"!=h(new a)||o&&"[object Promise]"!=h(o.resolve())||i&&"[object Set]"!=h(new i)||s&&"[object WeakMap]"!=h(new s))&&(h=function(t){var e=l(t),n="[object Object]"==e?t.constructor:void 0,r=n?u(n):"";if(r)switch(r){case c:return"[object DataView]";case p:return"[object Map]";case f:return"[object Promise]";case A:return"[object Set]";case d:return"[object WeakMap]"}return e}),t.exports=h},,,,function(t,e,n){"use strict";n.r(e),function(t,n){
+/*!
+ * Vue.js v2.6.12
+ * (c) 2014-2020 Evan You
+ * Released under the MIT License.
+ */
+var r=Object.freeze({});function a(t){return null==t}function o(t){return null!=t}function i(t){return!0===t}function s(t){return"string"==typeof t||"number"==typeof t||"symbol"==typeof t||"boolean"==typeof t}function l(t){return null!==t&&"object"==typeof t}var u=Object.prototype.toString;function c(t){return"[object Object]"===u.call(t)}function p(t){return"[object RegExp]"===u.call(t)}function f(t){var e=parseFloat(String(t));return e>=0&&Math.floor(e)===e&&isFinite(t)}function A(t){return o(t)&&"function"==typeof t.then&&"function"==typeof t.catch}function d(t){return null==t?"":Array.isArray(t)||c(t)&&t.toString===u?JSON.stringify(t,null,2):String(t)}function h(t){var e=parseFloat(t);return isNaN(e)?t:e}function m(t,e){for(var n=Object.create(null),r=t.split(","),a=0;a<r.length;a++)n[r[a]]=!0;return e?function(t){return n[t.toLowerCase()]}:function(t){return n[t]}}m("slot,component",!0);var g=m("key,ref,slot,slot-scope,is");function v(t,e){if(t.length){var n=t.indexOf(e);if(n>-1)return t.splice(n,1)}}var y=Object.prototype.hasOwnProperty;function b(t,e){return y.call(t,e)}function x(t){var e=Object.create(null);return function(n){return e[n]||(e[n]=t(n))}}var w=/-(\w)/g,C=x((function(t){return t.replace(w,(function(t,e){return e?e.toUpperCase():""}))})),T=x((function(t){return t.charAt(0).toUpperCase()+t.slice(1)})),E=/\B([A-Z])/g,_=x((function(t){return t.replace(E,"-$1").toLowerCase()}));var S=Function.prototype.bind?function(t,e){return t.bind(e)}:function(t,e){function n(n){var r=arguments.length;return r?r>1?t.apply(e,arguments):t.call(e,n):t.call(e)}return n._length=t.length,n};function I(t,e){e=e||0;for(var n=t.length-e,r=new Array(n);n--;)r[n]=t[n+e];return r}function k(t,e){for(var n in e)t[n]=e[n];return t}function O(t){for(var e={},n=0;n<t.length;n++)t[n]&&k(e,t[n]);return e}function B(t,e,n){}var M=function(t,e,n){return!1},N=function(t){return t};function j(t,e){if(t===e)return!0;var n=l(t),r=l(e);if(!n||!r)return!n&&!r&&String(t)===String(e);try{var a=Array.isArray(t),o=Array.isArray(e);if(a&&o)return t.length===e.length&&t.every((function(t,n){return j(t,e[n])}));if(t instanceof Date&&e instanceof Date)return t.getTime()===e.getTime();if(a||o)return!1;var i=Object.keys(t),s=Object.keys(e);return i.length===s.length&&i.every((function(n){return j(t[n],e[n])}))}catch(t){return!1}}function L(t,e){for(var n=0;n<t.length;n++)if(j(t[n],e))return n;return-1}function F(t){var e=!1;return function(){e||(e=!0,t.apply(this,arguments))}}var D=["component","directive","filter"],P=["beforeCreate","created","beforeMount","mounted","beforeUpdate","updated","beforeDestroy","destroyed","activated","deactivated","errorCaptured","serverPrefetch"],U={optionMergeStrategies:Object.create(null),silent:!1,productionTip:!1,devtools:!1,performance:!1,errorHandler:null,warnHandler:null,ignoredElements:[],keyCodes:Object.create(null),isReservedTag:M,isReservedAttr:M,isUnknownElement:M,getTagNamespace:B,parsePlatformTagName:N,mustUseProp:M,async:!0,_lifecycleHooks:P},R=/a-zA-Z\u00B7\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u037D\u037F-\u1FFF\u200C-\u200D\u203F-\u2040\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD/;function z(t,e,n,r){Object.defineProperty(t,e,{value:n,enumerable:!!r,writable:!0,configurable:!0})}var $=new RegExp("[^"+R.source+".$_\\d]");var Q,G="__proto__"in{},H="undefined"!=typeof window,Y="undefined"!=typeof WXEnvironment&&!!WXEnvironment.platform,W=Y&&WXEnvironment.platform.toLowerCase(),V=H&&window.navigator.userAgent.toLowerCase(),Z=V&&/msie|trident/.test(V),J=V&&V.indexOf("msie 9.0")>0,X=V&&V.indexOf("edge/")>0,q=(V&&V.indexOf("android"),V&&/iphone|ipad|ipod|ios/.test(V)||"ios"===W),K=(V&&/chrome\/\d+/.test(V),V&&/phantomjs/.test(V),V&&V.match(/firefox\/(\d+)/)),tt={}.watch,et=!1;if(H)try{var nt={};Object.defineProperty(nt,"passive",{get:function(){et=!0}}),window.addEventListener("test-passive",null,nt)}catch(t){}var rt=function(){return void 0===Q&&(Q=!H&&!Y&&void 0!==t&&(t.process&&"server"===t.process.env.VUE_ENV)),Q},at=H&&window.__VUE_DEVTOOLS_GLOBAL_HOOK__;function ot(t){return"function"==typeof t&&/native code/.test(t.toString())}var it,st="undefined"!=typeof Symbol&&ot(Symbol)&&"undefined"!=typeof Reflect&&ot(Reflect.ownKeys);it="undefined"!=typeof Set&&ot(Set)?Set:function(){function t(){this.set=Object.create(null)}return t.prototype.has=function(t){return!0===this.set[t]},t.prototype.add=function(t){this.set[t]=!0},t.prototype.clear=function(){this.set=Object.create(null)},t}();var lt=B,ut=0,ct=function(){this.id=ut++,this.subs=[]};ct.prototype.addSub=function(t){this.subs.push(t)},ct.prototype.removeSub=function(t){v(this.subs,t)},ct.prototype.depend=function(){ct.target&&ct.target.addDep(this)},ct.prototype.notify=function(){var t=this.subs.slice();for(var e=0,n=t.length;e<n;e++)t[e].update()},ct.target=null;var pt=[];function ft(t){pt.push(t),ct.target=t}function At(){pt.pop(),ct.target=pt[pt.length-1]}var dt=function(t,e,n,r,a,o,i,s){this.tag=t,this.data=e,this.children=n,this.text=r,this.elm=a,this.ns=void 0,this.context=o,this.fnContext=void 0,this.fnOptions=void 0,this.fnScopeId=void 0,this.key=e&&e.key,this.componentOptions=i,this.componentInstance=void 0,this.parent=void 0,this.raw=!1,this.isStatic=!1,this.isRootInsert=!0,this.isComment=!1,this.isCloned=!1,this.isOnce=!1,this.asyncFactory=s,this.asyncMeta=void 0,this.isAsyncPlaceholder=!1},ht={child:{configurable:!0}};ht.child.get=function(){return this.componentInstance},Object.defineProperties(dt.prototype,ht);var mt=function(t){void 0===t&&(t="");var e=new dt;return e.text=t,e.isComment=!0,e};function gt(t){return new dt(void 0,void 0,void 0,String(t))}function vt(t){var e=new dt(t.tag,t.data,t.children&&t.children.slice(),t.text,t.elm,t.context,t.componentOptions,t.asyncFactory);return e.ns=t.ns,e.isStatic=t.isStatic,e.key=t.key,e.isComment=t.isComment,e.fnContext=t.fnContext,e.fnOptions=t.fnOptions,e.fnScopeId=t.fnScopeId,e.asyncMeta=t.asyncMeta,e.isCloned=!0,e}var yt=Array.prototype,bt=Object.create(yt);["push","pop","shift","unshift","splice","sort","reverse"].forEach((function(t){var e=yt[t];z(bt,t,(function(){for(var n=[],r=arguments.length;r--;)n[r]=arguments[r];var a,o=e.apply(this,n),i=this.__ob__;switch(t){case"push":case"unshift":a=n;break;case"splice":a=n.slice(2)}return a&&i.observeArray(a),i.dep.notify(),o}))}));var xt=Object.getOwnPropertyNames(bt),wt=!0;function Ct(t){wt=t}var Tt=function(t){this.value=t,this.dep=new ct,this.vmCount=0,z(t,"__ob__",this),Array.isArray(t)?(G?function(t,e){t.__proto__=e}(t,bt):function(t,e,n){for(var r=0,a=n.length;r<a;r++){var o=n[r];z(t,o,e[o])}}(t,bt,xt),this.observeArray(t)):this.walk(t)};function Et(t,e){var n;if(l(t)&&!(t instanceof dt))return b(t,"__ob__")&&t.__ob__ instanceof Tt?n=t.__ob__:wt&&!rt()&&(Array.isArray(t)||c(t))&&Object.isExtensible(t)&&!t._isVue&&(n=new Tt(t)),e&&n&&n.vmCount++,n}function _t(t,e,n,r,a){var o=new ct,i=Object.getOwnPropertyDescriptor(t,e);if(!i||!1!==i.configurable){var s=i&&i.get,l=i&&i.set;s&&!l||2!==arguments.length||(n=t[e]);var u=!a&&Et(n);Object.defineProperty(t,e,{enumerable:!0,configurable:!0,get:function(){var e=s?s.call(t):n;return ct.target&&(o.depend(),u&&(u.dep.depend(),Array.isArray(e)&&kt(e))),e},set:function(e){var r=s?s.call(t):n;e===r||e!=e&&r!=r||s&&!l||(l?l.call(t,e):n=e,u=!a&&Et(e),o.notify())}})}}function St(t,e,n){if(Array.isArray(t)&&f(e))return t.length=Math.max(t.length,e),t.splice(e,1,n),n;if(e in t&&!(e in Object.prototype))return t[e]=n,n;var r=t.__ob__;return t._isVue||r&&r.vmCount?n:r?(_t(r.value,e,n),r.dep.notify(),n):(t[e]=n,n)}function It(t,e){if(Array.isArray(t)&&f(e))t.splice(e,1);else{var n=t.__ob__;t._isVue||n&&n.vmCount||b(t,e)&&(delete t[e],n&&n.dep.notify())}}function kt(t){for(var e=void 0,n=0,r=t.length;n<r;n++)(e=t[n])&&e.__ob__&&e.__ob__.dep.depend(),Array.isArray(e)&&kt(e)}Tt.prototype.walk=function(t){for(var e=Object.keys(t),n=0;n<e.length;n++)_t(t,e[n])},Tt.prototype.observeArray=function(t){for(var e=0,n=t.length;e<n;e++)Et(t[e])};var Ot=U.optionMergeStrategies;function Bt(t,e){if(!e)return t;for(var n,r,a,o=st?Reflect.ownKeys(e):Object.keys(e),i=0;i<o.length;i++)"__ob__"!==(n=o[i])&&(r=t[n],a=e[n],b(t,n)?r!==a&&c(r)&&c(a)&&Bt(r,a):St(t,n,a));return t}function Mt(t,e,n){return n?function(){var r="function"==typeof e?e.call(n,n):e,a="function"==typeof t?t.call(n,n):t;return r?Bt(r,a):a}:e?t?function(){return Bt("function"==typeof e?e.call(this,this):e,"function"==typeof t?t.call(this,this):t)}:e:t}function Nt(t,e){var n=e?t?t.concat(e):Array.isArray(e)?e:[e]:t;return n?function(t){for(var e=[],n=0;n<t.length;n++)-1===e.indexOf(t[n])&&e.push(t[n]);return e}(n):n}function jt(t,e,n,r){var a=Object.create(t||null);return e?k(a,e):a}Ot.data=function(t,e,n){return n?Mt(t,e,n):e&&"function"!=typeof e?t:Mt(t,e)},P.forEach((function(t){Ot[t]=Nt})),D.forEach((function(t){Ot[t+"s"]=jt})),Ot.watch=function(t,e,n,r){if(t===tt&&(t=void 0),e===tt&&(e=void 0),!e)return Object.create(t||null);if(!t)return e;var a={};for(var o in k(a,t),e){var i=a[o],s=e[o];i&&!Array.isArray(i)&&(i=[i]),a[o]=i?i.concat(s):Array.isArray(s)?s:[s]}return a},Ot.props=Ot.methods=Ot.inject=Ot.computed=function(t,e,n,r){if(!t)return e;var a=Object.create(null);return k(a,t),e&&k(a,e),a},Ot.provide=Mt;var Lt=function(t,e){return void 0===e?t:e};function Ft(t,e,n){if("function"==typeof e&&(e=e.options),function(t,e){var n=t.props;if(n){var r,a,o={};if(Array.isArray(n))for(r=n.length;r--;)"string"==typeof(a=n[r])&&(o[C(a)]={type:null});else if(c(n))for(var i in n)a=n[i],o[C(i)]=c(a)?a:{type:a};else 0;t.props=o}}(e),function(t,e){var n=t.inject;if(n){var r=t.inject={};if(Array.isArray(n))for(var a=0;a<n.length;a++)r[n[a]]={from:n[a]};else if(c(n))for(var o in n){var i=n[o];r[o]=c(i)?k({from:o},i):{from:i}}else 0}}(e),function(t){var e=t.directives;if(e)for(var n in e){var r=e[n];"function"==typeof r&&(e[n]={bind:r,update:r})}}(e),!e._base&&(e.extends&&(t=Ft(t,e.extends,n)),e.mixins))for(var r=0,a=e.mixins.length;r<a;r++)t=Ft(t,e.mixins[r],n);var o,i={};for(o in t)s(o);for(o in e)b(t,o)||s(o);function s(r){var a=Ot[r]||Lt;i[r]=a(t[r],e[r],n,r)}return i}function Dt(t,e,n,r){if("string"==typeof n){var a=t[e];if(b(a,n))return a[n];var o=C(n);if(b(a,o))return a[o];var i=T(o);return b(a,i)?a[i]:a[n]||a[o]||a[i]}}function Pt(t,e,n,r){var a=e[t],o=!b(n,t),i=n[t],s=zt(Boolean,a.type);if(s>-1)if(o&&!b(a,"default"))i=!1;else if(""===i||i===_(t)){var l=zt(String,a.type);(l<0||s<l)&&(i=!0)}if(void 0===i){i=function(t,e,n){if(!b(e,"default"))return;var r=e.default;0;if(t&&t.$options.propsData&&void 0===t.$options.propsData[n]&&void 0!==t._props[n])return t._props[n];return"function"==typeof r&&"Function"!==Ut(e.type)?r.call(t):r}(r,a,t);var u=wt;Ct(!0),Et(i),Ct(u)}return i}function Ut(t){var e=t&&t.toString().match(/^\s*function (\w+)/);return e?e[1]:""}function Rt(t,e){return Ut(t)===Ut(e)}function zt(t,e){if(!Array.isArray(e))return Rt(e,t)?0:-1;for(var n=0,r=e.length;n<r;n++)if(Rt(e[n],t))return n;return-1}function $t(t,e,n){ft();try{if(e)for(var r=e;r=r.$parent;){var a=r.$options.errorCaptured;if(a)for(var o=0;o<a.length;o++)try{if(!1===a[o].call(r,t,e,n))return}catch(t){Gt(t,r,"errorCaptured hook")}}Gt(t,e,n)}finally{At()}}function Qt(t,e,n,r,a){var o;try{(o=n?t.apply(e,n):t.call(e))&&!o._isVue&&A(o)&&!o._handled&&(o.catch((function(t){return $t(t,r,a+" (Promise/async)")})),o._handled=!0)}catch(t){$t(t,r,a)}return o}function Gt(t,e,n){if(U.errorHandler)try{return U.errorHandler.call(null,t,e,n)}catch(e){e!==t&&Ht(e,null,"config.errorHandler")}Ht(t,e,n)}function Ht(t,e,n){if(!H&&!Y||"undefined"==typeof console)throw t;console.error(t)}var Yt,Wt=!1,Vt=[],Zt=!1;function Jt(){Zt=!1;var t=Vt.slice(0);Vt.length=0;for(var e=0;e<t.length;e++)t[e]()}if("undefined"!=typeof Promise&&ot(Promise)){var Xt=Promise.resolve();Yt=function(){Xt.then(Jt),q&&setTimeout(B)},Wt=!0}else if(Z||"undefined"==typeof MutationObserver||!ot(MutationObserver)&&"[object MutationObserverConstructor]"!==MutationObserver.toString())Yt=void 0!==n&&ot(n)?function(){n(Jt)}:function(){setTimeout(Jt,0)};else{var qt=1,Kt=new MutationObserver(Jt),te=document.createTextNode(String(qt));Kt.observe(te,{characterData:!0}),Yt=function(){qt=(qt+1)%2,te.data=String(qt)},Wt=!0}function ee(t,e){var n;if(Vt.push((function(){if(t)try{t.call(e)}catch(t){$t(t,e,"nextTick")}else n&&n(e)})),Zt||(Zt=!0,Yt()),!t&&"undefined"!=typeof Promise)return new Promise((function(t){n=t}))}var ne=new it;function re(t){!function t(e,n){var r,a,o=Array.isArray(e);if(!o&&!l(e)||Object.isFrozen(e)||e instanceof dt)return;if(e.__ob__){var i=e.__ob__.dep.id;if(n.has(i))return;n.add(i)}if(o)for(r=e.length;r--;)t(e[r],n);else for(a=Object.keys(e),r=a.length;r--;)t(e[a[r]],n)}(t,ne),ne.clear()}var ae=x((function(t){var e="&"===t.charAt(0),n="~"===(t=e?t.slice(1):t).charAt(0),r="!"===(t=n?t.slice(1):t).charAt(0);return{name:t=r?t.slice(1):t,once:n,capture:r,passive:e}}));function oe(t,e){function n(){var t=arguments,r=n.fns;if(!Array.isArray(r))return Qt(r,null,arguments,e,"v-on handler");for(var a=r.slice(),o=0;o<a.length;o++)Qt(a[o],null,t,e,"v-on handler")}return n.fns=t,n}function ie(t,e,n,r,o,s){var l,u,c,p;for(l in t)u=t[l],c=e[l],p=ae(l),a(u)||(a(c)?(a(u.fns)&&(u=t[l]=oe(u,s)),i(p.once)&&(u=t[l]=o(p.name,u,p.capture)),n(p.name,u,p.capture,p.passive,p.params)):u!==c&&(c.fns=u,t[l]=c));for(l in e)a(t[l])&&r((p=ae(l)).name,e[l],p.capture)}function se(t,e,n){var r;t instanceof dt&&(t=t.data.hook||(t.data.hook={}));var s=t[e];function l(){n.apply(this,arguments),v(r.fns,l)}a(s)?r=oe([l]):o(s.fns)&&i(s.merged)?(r=s).fns.push(l):r=oe([s,l]),r.merged=!0,t[e]=r}function le(t,e,n,r,a){if(o(e)){if(b(e,n))return t[n]=e[n],a||delete e[n],!0;if(b(e,r))return t[n]=e[r],a||delete e[r],!0}return!1}function ue(t){return s(t)?[gt(t)]:Array.isArray(t)?function t(e,n){var r,l,u,c,p=[];for(r=0;r<e.length;r++)a(l=e[r])||"boolean"==typeof l||(u=p.length-1,c=p[u],Array.isArray(l)?l.length>0&&(ce((l=t(l,(n||"")+"_"+r))[0])&&ce(c)&&(p[u]=gt(c.text+l[0].text),l.shift()),p.push.apply(p,l)):s(l)?ce(c)?p[u]=gt(c.text+l):""!==l&&p.push(gt(l)):ce(l)&&ce(c)?p[u]=gt(c.text+l.text):(i(e._isVList)&&o(l.tag)&&a(l.key)&&o(n)&&(l.key="__vlist"+n+"_"+r+"__"),p.push(l)));return p}(t):void 0}function ce(t){return o(t)&&o(t.text)&&!1===t.isComment}function pe(t,e){if(t){for(var n=Object.create(null),r=st?Reflect.ownKeys(t):Object.keys(t),a=0;a<r.length;a++){var o=r[a];if("__ob__"!==o){for(var i=t[o].from,s=e;s;){if(s._provided&&b(s._provided,i)){n[o]=s._provided[i];break}s=s.$parent}if(!s)if("default"in t[o]){var l=t[o].default;n[o]="function"==typeof l?l.call(e):l}else 0}}return n}}function fe(t,e){if(!t||!t.length)return{};for(var n={},r=0,a=t.length;r<a;r++){var o=t[r],i=o.data;if(i&&i.attrs&&i.attrs.slot&&delete i.attrs.slot,o.context!==e&&o.fnContext!==e||!i||null==i.slot)(n.default||(n.default=[])).push(o);else{var s=i.slot,l=n[s]||(n[s]=[]);"template"===o.tag?l.push.apply(l,o.children||[]):l.push(o)}}for(var u in n)n[u].every(Ae)&&delete n[u];return n}function Ae(t){return t.isComment&&!t.asyncFactory||" "===t.text}function de(t,e,n){var a,o=Object.keys(e).length>0,i=t?!!t.$stable:!o,s=t&&t.$key;if(t){if(t._normalized)return t._normalized;if(i&&n&&n!==r&&s===n.$key&&!o&&!n.$hasNormal)return n;for(var l in a={},t)t[l]&&"$"!==l[0]&&(a[l]=he(e,l,t[l]))}else a={};for(var u in e)u in a||(a[u]=me(e,u));return t&&Object.isExtensible(t)&&(t._normalized=a),z(a,"$stable",i),z(a,"$key",s),z(a,"$hasNormal",o),a}function he(t,e,n){var r=function(){var t=arguments.length?n.apply(null,arguments):n({});return(t=t&&"object"==typeof t&&!Array.isArray(t)?[t]:ue(t))&&(0===t.length||1===t.length&&t[0].isComment)?void 0:t};return n.proxy&&Object.defineProperty(t,e,{get:r,enumerable:!0,configurable:!0}),r}function me(t,e){return function(){return t[e]}}function ge(t,e){var n,r,a,i,s;if(Array.isArray(t)||"string"==typeof t)for(n=new Array(t.length),r=0,a=t.length;r<a;r++)n[r]=e(t[r],r);else if("number"==typeof t)for(n=new Array(t),r=0;r<t;r++)n[r]=e(r+1,r);else if(l(t))if(st&&t[Symbol.iterator]){n=[];for(var u=t[Symbol.iterator](),c=u.next();!c.done;)n.push(e(c.value,n.length)),c=u.next()}else for(i=Object.keys(t),n=new Array(i.length),r=0,a=i.length;r<a;r++)s=i[r],n[r]=e(t[s],s,r);return o(n)||(n=[]),n._isVList=!0,n}function ve(t,e,n,r){var a,o=this.$scopedSlots[t];o?(n=n||{},r&&(n=k(k({},r),n)),a=o(n)||e):a=this.$slots[t]||e;var i=n&&n.slot;return i?this.$createElement("template",{slot:i},a):a}function ye(t){return Dt(this.$options,"filters",t)||N}function be(t,e){return Array.isArray(t)?-1===t.indexOf(e):t!==e}function xe(t,e,n,r,a){var o=U.keyCodes[e]||n;return a&&r&&!U.keyCodes[e]?be(a,r):o?be(o,t):r?_(r)!==e:void 0}function we(t,e,n,r,a){if(n)if(l(n)){var o;Array.isArray(n)&&(n=O(n));var i=function(i){if("class"===i||"style"===i||g(i))o=t;else{var s=t.attrs&&t.attrs.type;o=r||U.mustUseProp(e,s,i)?t.domProps||(t.domProps={}):t.attrs||(t.attrs={})}var l=C(i),u=_(i);l in o||u in o||(o[i]=n[i],a&&((t.on||(t.on={}))["update:"+i]=function(t){n[i]=t}))};for(var s in n)i(s)}else;return t}function Ce(t,e){var n=this._staticTrees||(this._staticTrees=[]),r=n[t];return r&&!e||Ee(r=n[t]=this.$options.staticRenderFns[t].call(this._renderProxy,null,this),"__static__"+t,!1),r}function Te(t,e,n){return Ee(t,"__once__"+e+(n?"_"+n:""),!0),t}function Ee(t,e,n){if(Array.isArray(t))for(var r=0;r<t.length;r++)t[r]&&"string"!=typeof t[r]&&_e(t[r],e+"_"+r,n);else _e(t,e,n)}function _e(t,e,n){t.isStatic=!0,t.key=e,t.isOnce=n}function Se(t,e){if(e)if(c(e)){var n=t.on=t.on?k({},t.on):{};for(var r in e){var a=n[r],o=e[r];n[r]=a?[].concat(a,o):o}}else;return t}function Ie(t,e,n,r){e=e||{$stable:!n};for(var a=0;a<t.length;a++){var o=t[a];Array.isArray(o)?Ie(o,e,n):o&&(o.proxy&&(o.fn.proxy=!0),e[o.key]=o.fn)}return r&&(e.$key=r),e}function ke(t,e){for(var n=0;n<e.length;n+=2){var r=e[n];"string"==typeof r&&r&&(t[e[n]]=e[n+1])}return t}function Oe(t,e){return"string"==typeof t?e+t:t}function Be(t){t._o=Te,t._n=h,t._s=d,t._l=ge,t._t=ve,t._q=j,t._i=L,t._m=Ce,t._f=ye,t._k=xe,t._b=we,t._v=gt,t._e=mt,t._u=Ie,t._g=Se,t._d=ke,t._p=Oe}function Me(t,e,n,a,o){var s,l=this,u=o.options;b(a,"_uid")?(s=Object.create(a))._original=a:(s=a,a=a._original);var c=i(u._compiled),p=!c;this.data=t,this.props=e,this.children=n,this.parent=a,this.listeners=t.on||r,this.injections=pe(u.inject,a),this.slots=function(){return l.$slots||de(t.scopedSlots,l.$slots=fe(n,a)),l.$slots},Object.defineProperty(this,"scopedSlots",{enumerable:!0,get:function(){return de(t.scopedSlots,this.slots())}}),c&&(this.$options=u,this.$slots=this.slots(),this.$scopedSlots=de(t.scopedSlots,this.$slots)),u._scopeId?this._c=function(t,e,n,r){var o=Ue(s,t,e,n,r,p);return o&&!Array.isArray(o)&&(o.fnScopeId=u._scopeId,o.fnContext=a),o}:this._c=function(t,e,n,r){return Ue(s,t,e,n,r,p)}}function Ne(t,e,n,r,a){var o=vt(t);return o.fnContext=n,o.fnOptions=r,e.slot&&((o.data||(o.data={})).slot=e.slot),o}function je(t,e){for(var n in e)t[C(n)]=e[n]}Be(Me.prototype);var Le={init:function(t,e){if(t.componentInstance&&!t.componentInstance._isDestroyed&&t.data.keepAlive){var n=t;Le.prepatch(n,n)}else{(t.componentInstance=function(t,e){var n={_isComponent:!0,_parentVnode:t,parent:e},r=t.data.inlineTemplate;o(r)&&(n.render=r.render,n.staticRenderFns=r.staticRenderFns);return new t.componentOptions.Ctor(n)}(t,Ze)).$mount(e?t.elm:void 0,e)}},prepatch:function(t,e){var n=e.componentOptions;!function(t,e,n,a,o){0;var i=a.data.scopedSlots,s=t.$scopedSlots,l=!!(i&&!i.$stable||s!==r&&!s.$stable||i&&t.$scopedSlots.$key!==i.$key),u=!!(o||t.$options._renderChildren||l);t.$options._parentVnode=a,t.$vnode=a,t._vnode&&(t._vnode.parent=a);if(t.$options._renderChildren=o,t.$attrs=a.data.attrs||r,t.$listeners=n||r,e&&t.$options.props){Ct(!1);for(var c=t._props,p=t.$options._propKeys||[],f=0;f<p.length;f++){var A=p[f],d=t.$options.props;c[A]=Pt(A,d,e,t)}Ct(!0),t.$options.propsData=e}n=n||r;var h=t.$options._parentListeners;t.$options._parentListeners=n,Ve(t,n,h),u&&(t.$slots=fe(o,a.context),t.$forceUpdate());0}(e.componentInstance=t.componentInstance,n.propsData,n.listeners,e,n.children)},insert:function(t){var e,n=t.context,r=t.componentInstance;r._isMounted||(r._isMounted=!0,Ke(r,"mounted")),t.data.keepAlive&&(n._isMounted?((e=r)._inactive=!1,en.push(e)):qe(r,!0))},destroy:function(t){var e=t.componentInstance;e._isDestroyed||(t.data.keepAlive?function t(e,n){if(n&&(e._directInactive=!0,Xe(e)))return;if(!e._inactive){e._inactive=!0;for(var r=0;r<e.$children.length;r++)t(e.$children[r]);Ke(e,"deactivated")}}(e,!0):e.$destroy())}},Fe=Object.keys(Le);function De(t,e,n,s,u){if(!a(t)){var c=n.$options._base;if(l(t)&&(t=c.extend(t)),"function"==typeof t){var p;if(a(t.cid)&&void 0===(t=function(t,e){if(i(t.error)&&o(t.errorComp))return t.errorComp;if(o(t.resolved))return t.resolved;var n=ze;n&&o(t.owners)&&-1===t.owners.indexOf(n)&&t.owners.push(n);if(i(t.loading)&&o(t.loadingComp))return t.loadingComp;if(n&&!o(t.owners)){var r=t.owners=[n],s=!0,u=null,c=null;n.$on("hook:destroyed",(function(){return v(r,n)}));var p=function(t){for(var e=0,n=r.length;e<n;e++)r[e].$forceUpdate();t&&(r.length=0,null!==u&&(clearTimeout(u),u=null),null!==c&&(clearTimeout(c),c=null))},f=F((function(n){t.resolved=$e(n,e),s?r.length=0:p(!0)})),d=F((function(e){o(t.errorComp)&&(t.error=!0,p(!0))})),h=t(f,d);return l(h)&&(A(h)?a(t.resolved)&&h.then(f,d):A(h.component)&&(h.component.then(f,d),o(h.error)&&(t.errorComp=$e(h.error,e)),o(h.loading)&&(t.loadingComp=$e(h.loading,e),0===h.delay?t.loading=!0:u=setTimeout((function(){u=null,a(t.resolved)&&a(t.error)&&(t.loading=!0,p(!1))}),h.delay||200)),o(h.timeout)&&(c=setTimeout((function(){c=null,a(t.resolved)&&d(null)}),h.timeout)))),s=!1,t.loading?t.loadingComp:t.resolved}}(p=t,c)))return function(t,e,n,r,a){var o=mt();return o.asyncFactory=t,o.asyncMeta={data:e,context:n,children:r,tag:a},o}(p,e,n,s,u);e=e||{},wn(t),o(e.model)&&function(t,e){var n=t.model&&t.model.prop||"value",r=t.model&&t.model.event||"input";(e.attrs||(e.attrs={}))[n]=e.model.value;var a=e.on||(e.on={}),i=a[r],s=e.model.callback;o(i)?(Array.isArray(i)?-1===i.indexOf(s):i!==s)&&(a[r]=[s].concat(i)):a[r]=s}(t.options,e);var f=function(t,e,n){var r=e.options.props;if(!a(r)){var i={},s=t.attrs,l=t.props;if(o(s)||o(l))for(var u in r){var c=_(u);le(i,l,u,c,!0)||le(i,s,u,c,!1)}return i}}(e,t);if(i(t.options.functional))return function(t,e,n,a,i){var s=t.options,l={},u=s.props;if(o(u))for(var c in u)l[c]=Pt(c,u,e||r);else o(n.attrs)&&je(l,n.attrs),o(n.props)&&je(l,n.props);var p=new Me(n,l,i,a,t),f=s.render.call(null,p._c,p);if(f instanceof dt)return Ne(f,n,p.parent,s,p);if(Array.isArray(f)){for(var A=ue(f)||[],d=new Array(A.length),h=0;h<A.length;h++)d[h]=Ne(A[h],n,p.parent,s,p);return d}}(t,f,e,n,s);var d=e.on;if(e.on=e.nativeOn,i(t.options.abstract)){var h=e.slot;e={},h&&(e.slot=h)}!function(t){for(var e=t.hook||(t.hook={}),n=0;n<Fe.length;n++){var r=Fe[n],a=e[r],o=Le[r];a===o||a&&a._merged||(e[r]=a?Pe(o,a):o)}}(e);var m=t.options.name||u;return new dt("vue-component-"+t.cid+(m?"-"+m:""),e,void 0,void 0,void 0,n,{Ctor:t,propsData:f,listeners:d,tag:u,children:s},p)}}}function Pe(t,e){var n=function(n,r){t(n,r),e(n,r)};return n._merged=!0,n}function Ue(t,e,n,r,u,c){return(Array.isArray(n)||s(n))&&(u=r,r=n,n=void 0),i(c)&&(u=2),function(t,e,n,r,s){if(o(n)&&o(n.__ob__))return mt();o(n)&&o(n.is)&&(e=n.is);if(!e)return mt();0;Array.isArray(r)&&"function"==typeof r[0]&&((n=n||{}).scopedSlots={default:r[0]},r.length=0);2===s?r=ue(r):1===s&&(r=function(t){for(var e=0;e<t.length;e++)if(Array.isArray(t[e]))return Array.prototype.concat.apply([],t);return t}(r));var u,c;if("string"==typeof e){var p;c=t.$vnode&&t.$vnode.ns||U.getTagNamespace(e),u=U.isReservedTag(e)?new dt(U.parsePlatformTagName(e),n,r,void 0,void 0,t):n&&n.pre||!o(p=Dt(t.$options,"components",e))?new dt(e,n,r,void 0,void 0,t):De(p,n,t,r,e)}else u=De(e,n,t,r);return Array.isArray(u)?u:o(u)?(o(c)&&function t(e,n,r){e.ns=n,"foreignObject"===e.tag&&(n=void 0,r=!0);if(o(e.children))for(var s=0,l=e.children.length;s<l;s++){var u=e.children[s];o(u.tag)&&(a(u.ns)||i(r)&&"svg"!==u.tag)&&t(u,n,r)}}(u,c),o(n)&&function(t){l(t.style)&&re(t.style);l(t.class)&&re(t.class)}(n),u):mt()}(t,e,n,r,u)}var Re,ze=null;function $e(t,e){return(t.__esModule||st&&"Module"===t[Symbol.toStringTag])&&(t=t.default),l(t)?e.extend(t):t}function Qe(t){return t.isComment&&t.asyncFactory}function Ge(t){if(Array.isArray(t))for(var e=0;e<t.length;e++){var n=t[e];if(o(n)&&(o(n.componentOptions)||Qe(n)))return n}}function He(t,e){Re.$on(t,e)}function Ye(t,e){Re.$off(t,e)}function We(t,e){var n=Re;return function r(){var a=e.apply(null,arguments);null!==a&&n.$off(t,r)}}function Ve(t,e,n){Re=t,ie(e,n||{},He,Ye,We,t),Re=void 0}var Ze=null;function Je(t){var e=Ze;return Ze=t,function(){Ze=e}}function Xe(t){for(;t&&(t=t.$parent);)if(t._inactive)return!0;return!1}function qe(t,e){if(e){if(t._directInactive=!1,Xe(t))return}else if(t._directInactive)return;if(t._inactive||null===t._inactive){t._inactive=!1;for(var n=0;n<t.$children.length;n++)qe(t.$children[n]);Ke(t,"activated")}}function Ke(t,e){ft();var n=t.$options[e],r=e+" hook";if(n)for(var a=0,o=n.length;a<o;a++)Qt(n[a],t,null,t,r);t._hasHookEvent&&t.$emit("hook:"+e),At()}var tn=[],en=[],nn={},rn=!1,an=!1,on=0;var sn=0,ln=Date.now;if(H&&!Z){var un=window.performance;un&&"function"==typeof un.now&&ln()>document.createEvent("Event").timeStamp&&(ln=function(){return un.now()})}function cn(){var t,e;for(sn=ln(),an=!0,tn.sort((function(t,e){return t.id-e.id})),on=0;on<tn.length;on++)(t=tn[on]).before&&t.before(),e=t.id,nn[e]=null,t.run();var n=en.slice(),r=tn.slice();on=tn.length=en.length=0,nn={},rn=an=!1,function(t){for(var e=0;e<t.length;e++)t[e]._inactive=!0,qe(t[e],!0)}(n),function(t){var e=t.length;for(;e--;){var n=t[e],r=n.vm;r._watcher===n&&r._isMounted&&!r._isDestroyed&&Ke(r,"updated")}}(r),at&&U.devtools&&at.emit("flush")}var pn=0,fn=function(t,e,n,r,a){this.vm=t,a&&(t._watcher=this),t._watchers.push(this),r?(this.deep=!!r.deep,this.user=!!r.user,this.lazy=!!r.lazy,this.sync=!!r.sync,this.before=r.before):this.deep=this.user=this.lazy=this.sync=!1,this.cb=n,this.id=++pn,this.active=!0,this.dirty=this.lazy,this.deps=[],this.newDeps=[],this.depIds=new it,this.newDepIds=new it,this.expression="","function"==typeof e?this.getter=e:(this.getter=function(t){if(!$.test(t)){var e=t.split(".");return function(t){for(var n=0;n<e.length;n++){if(!t)return;t=t[e[n]]}return t}}}(e),this.getter||(this.getter=B)),this.value=this.lazy?void 0:this.get()};fn.prototype.get=function(){var t;ft(this);var e=this.vm;try{t=this.getter.call(e,e)}catch(t){if(!this.user)throw t;$t(t,e,'getter for watcher "'+this.expression+'"')}finally{this.deep&&re(t),At(),this.cleanupDeps()}return t},fn.prototype.addDep=function(t){var e=t.id;this.newDepIds.has(e)||(this.newDepIds.add(e),this.newDeps.push(t),this.depIds.has(e)||t.addSub(this))},fn.prototype.cleanupDeps=function(){for(var t=this.deps.length;t--;){var e=this.deps[t];this.newDepIds.has(e.id)||e.removeSub(this)}var n=this.depIds;this.depIds=this.newDepIds,this.newDepIds=n,this.newDepIds.clear(),n=this.deps,this.deps=this.newDeps,this.newDeps=n,this.newDeps.length=0},fn.prototype.update=function(){this.lazy?this.dirty=!0:this.sync?this.run():function(t){var e=t.id;if(null==nn[e]){if(nn[e]=!0,an){for(var n=tn.length-1;n>on&&tn[n].id>t.id;)n--;tn.splice(n+1,0,t)}else tn.push(t);rn||(rn=!0,ee(cn))}}(this)},fn.prototype.run=function(){if(this.active){var t=this.get();if(t!==this.value||l(t)||this.deep){var e=this.value;if(this.value=t,this.user)try{this.cb.call(this.vm,t,e)}catch(t){$t(t,this.vm,'callback for watcher "'+this.expression+'"')}else this.cb.call(this.vm,t,e)}}},fn.prototype.evaluate=function(){this.value=this.get(),this.dirty=!1},fn.prototype.depend=function(){for(var t=this.deps.length;t--;)this.deps[t].depend()},fn.prototype.teardown=function(){if(this.active){this.vm._isBeingDestroyed||v(this.vm._watchers,this);for(var t=this.deps.length;t--;)this.deps[t].removeSub(this);this.active=!1}};var An={enumerable:!0,configurable:!0,get:B,set:B};function dn(t,e,n){An.get=function(){return this[e][n]},An.set=function(t){this[e][n]=t},Object.defineProperty(t,n,An)}function hn(t){t._watchers=[];var e=t.$options;e.props&&function(t,e){var n=t.$options.propsData||{},r=t._props={},a=t.$options._propKeys=[];t.$parent&&Ct(!1);var o=function(o){a.push(o);var i=Pt(o,e,n,t);_t(r,o,i),o in t||dn(t,"_props",o)};for(var i in e)o(i);Ct(!0)}(t,e.props),e.methods&&function(t,e){t.$options.props;for(var n in e)t[n]="function"!=typeof e[n]?B:S(e[n],t)}(t,e.methods),e.data?function(t){var e=t.$options.data;c(e=t._data="function"==typeof e?function(t,e){ft();try{return t.call(e,e)}catch(t){return $t(t,e,"data()"),{}}finally{At()}}(e,t):e||{})||(e={});var n=Object.keys(e),r=t.$options.props,a=(t.$options.methods,n.length);for(;a--;){var o=n[a];0,r&&b(r,o)||(i=void 0,36!==(i=(o+"").charCodeAt(0))&&95!==i&&dn(t,"_data",o))}var i;Et(e,!0)}(t):Et(t._data={},!0),e.computed&&function(t,e){var n=t._computedWatchers=Object.create(null),r=rt();for(var a in e){var o=e[a],i="function"==typeof o?o:o.get;0,r||(n[a]=new fn(t,i||B,B,mn)),a in t||gn(t,a,o)}}(t,e.computed),e.watch&&e.watch!==tt&&function(t,e){for(var n in e){var r=e[n];if(Array.isArray(r))for(var a=0;a<r.length;a++)bn(t,n,r[a]);else bn(t,n,r)}}(t,e.watch)}var mn={lazy:!0};function gn(t,e,n){var r=!rt();"function"==typeof n?(An.get=r?vn(e):yn(n),An.set=B):(An.get=n.get?r&&!1!==n.cache?vn(e):yn(n.get):B,An.set=n.set||B),Object.defineProperty(t,e,An)}function vn(t){return function(){var e=this._computedWatchers&&this._computedWatchers[t];if(e)return e.dirty&&e.evaluate(),ct.target&&e.depend(),e.value}}function yn(t){return function(){return t.call(this,this)}}function bn(t,e,n,r){return c(n)&&(r=n,n=n.handler),"string"==typeof n&&(n=t[n]),t.$watch(e,n,r)}var xn=0;function wn(t){var e=t.options;if(t.super){var n=wn(t.super);if(n!==t.superOptions){t.superOptions=n;var r=function(t){var e,n=t.options,r=t.sealedOptions;for(var a in n)n[a]!==r[a]&&(e||(e={}),e[a]=n[a]);return e}(t);r&&k(t.extendOptions,r),(e=t.options=Ft(n,t.extendOptions)).name&&(e.components[e.name]=t)}}return e}function Cn(t){this._init(t)}function Tn(t){t.cid=0;var e=1;t.extend=function(t){t=t||{};var n=this,r=n.cid,a=t._Ctor||(t._Ctor={});if(a[r])return a[r];var o=t.name||n.options.name;var i=function(t){this._init(t)};return(i.prototype=Object.create(n.prototype)).constructor=i,i.cid=e++,i.options=Ft(n.options,t),i.super=n,i.options.props&&function(t){var e=t.options.props;for(var n in e)dn(t.prototype,"_props",n)}(i),i.options.computed&&function(t){var e=t.options.computed;for(var n in e)gn(t.prototype,n,e[n])}(i),i.extend=n.extend,i.mixin=n.mixin,i.use=n.use,D.forEach((function(t){i[t]=n[t]})),o&&(i.options.components[o]=i),i.superOptions=n.options,i.extendOptions=t,i.sealedOptions=k({},i.options),a[r]=i,i}}function En(t){return t&&(t.Ctor.options.name||t.tag)}function _n(t,e){return Array.isArray(t)?t.indexOf(e)>-1:"string"==typeof t?t.split(",").indexOf(e)>-1:!!p(t)&&t.test(e)}function Sn(t,e){var n=t.cache,r=t.keys,a=t._vnode;for(var o in n){var i=n[o];if(i){var s=En(i.componentOptions);s&&!e(s)&&In(n,o,r,a)}}}function In(t,e,n,r){var a=t[e];!a||r&&a.tag===r.tag||a.componentInstance.$destroy(),t[e]=null,v(n,e)}!function(t){t.prototype._init=function(t){var e=this;e._uid=xn++,e._isVue=!0,t&&t._isComponent?function(t,e){var n=t.$options=Object.create(t.constructor.options),r=e._parentVnode;n.parent=e.parent,n._parentVnode=r;var a=r.componentOptions;n.propsData=a.propsData,n._parentListeners=a.listeners,n._renderChildren=a.children,n._componentTag=a.tag,e.render&&(n.render=e.render,n.staticRenderFns=e.staticRenderFns)}(e,t):e.$options=Ft(wn(e.constructor),t||{},e),e._renderProxy=e,e._self=e,function(t){var e=t.$options,n=e.parent;if(n&&!e.abstract){for(;n.$options.abstract&&n.$parent;)n=n.$parent;n.$children.push(t)}t.$parent=n,t.$root=n?n.$root:t,t.$children=[],t.$refs={},t._watcher=null,t._inactive=null,t._directInactive=!1,t._isMounted=!1,t._isDestroyed=!1,t._isBeingDestroyed=!1}(e),function(t){t._events=Object.create(null),t._hasHookEvent=!1;var e=t.$options._parentListeners;e&&Ve(t,e)}(e),function(t){t._vnode=null,t._staticTrees=null;var e=t.$options,n=t.$vnode=e._parentVnode,a=n&&n.context;t.$slots=fe(e._renderChildren,a),t.$scopedSlots=r,t._c=function(e,n,r,a){return Ue(t,e,n,r,a,!1)},t.$createElement=function(e,n,r,a){return Ue(t,e,n,r,a,!0)};var o=n&&n.data;_t(t,"$attrs",o&&o.attrs||r,null,!0),_t(t,"$listeners",e._parentListeners||r,null,!0)}(e),Ke(e,"beforeCreate"),function(t){var e=pe(t.$options.inject,t);e&&(Ct(!1),Object.keys(e).forEach((function(n){_t(t,n,e[n])})),Ct(!0))}(e),hn(e),function(t){var e=t.$options.provide;e&&(t._provided="function"==typeof e?e.call(t):e)}(e),Ke(e,"created"),e.$options.el&&e.$mount(e.$options.el)}}(Cn),function(t){var e={get:function(){return this._data}},n={get:function(){return this._props}};Object.defineProperty(t.prototype,"$data",e),Object.defineProperty(t.prototype,"$props",n),t.prototype.$set=St,t.prototype.$delete=It,t.prototype.$watch=function(t,e,n){if(c(e))return bn(this,t,e,n);(n=n||{}).user=!0;var r=new fn(this,t,e,n);if(n.immediate)try{e.call(this,r.value)}catch(t){$t(t,this,'callback for immediate watcher "'+r.expression+'"')}return function(){r.teardown()}}}(Cn),function(t){var e=/^hook:/;t.prototype.$on=function(t,n){var r=this;if(Array.isArray(t))for(var a=0,o=t.length;a<o;a++)r.$on(t[a],n);else(r._events[t]||(r._events[t]=[])).push(n),e.test(t)&&(r._hasHookEvent=!0);return r},t.prototype.$once=function(t,e){var n=this;function r(){n.$off(t,r),e.apply(n,arguments)}return r.fn=e,n.$on(t,r),n},t.prototype.$off=function(t,e){var n=this;if(!arguments.length)return n._events=Object.create(null),n;if(Array.isArray(t)){for(var r=0,a=t.length;r<a;r++)n.$off(t[r],e);return n}var o,i=n._events[t];if(!i)return n;if(!e)return n._events[t]=null,n;for(var s=i.length;s--;)if((o=i[s])===e||o.fn===e){i.splice(s,1);break}return n},t.prototype.$emit=function(t){var e=this,n=e._events[t];if(n){n=n.length>1?I(n):n;for(var r=I(arguments,1),a='event handler for "'+t+'"',o=0,i=n.length;o<i;o++)Qt(n[o],e,r,e,a)}return e}}(Cn),function(t){t.prototype._update=function(t,e){var n=this,r=n.$el,a=n._vnode,o=Je(n);n._vnode=t,n.$el=a?n.__patch__(a,t):n.__patch__(n.$el,t,e,!1),o(),r&&(r.__vue__=null),n.$el&&(n.$el.__vue__=n),n.$vnode&&n.$parent&&n.$vnode===n.$parent._vnode&&(n.$parent.$el=n.$el)},t.prototype.$forceUpdate=function(){this._watcher&&this._watcher.update()},t.prototype.$destroy=function(){var t=this;if(!t._isBeingDestroyed){Ke(t,"beforeDestroy"),t._isBeingDestroyed=!0;var e=t.$parent;!e||e._isBeingDestroyed||t.$options.abstract||v(e.$children,t),t._watcher&&t._watcher.teardown();for(var n=t._watchers.length;n--;)t._watchers[n].teardown();t._data.__ob__&&t._data.__ob__.vmCount--,t._isDestroyed=!0,t.__patch__(t._vnode,null),Ke(t,"destroyed"),t.$off(),t.$el&&(t.$el.__vue__=null),t.$vnode&&(t.$vnode.parent=null)}}}(Cn),function(t){Be(t.prototype),t.prototype.$nextTick=function(t){return ee(t,this)},t.prototype._render=function(){var t,e=this,n=e.$options,r=n.render,a=n._parentVnode;a&&(e.$scopedSlots=de(a.data.scopedSlots,e.$slots,e.$scopedSlots)),e.$vnode=a;try{ze=e,t=r.call(e._renderProxy,e.$createElement)}catch(n){$t(n,e,"render"),t=e._vnode}finally{ze=null}return Array.isArray(t)&&1===t.length&&(t=t[0]),t instanceof dt||(t=mt()),t.parent=a,t}}(Cn);var kn=[String,RegExp,Array],On={KeepAlive:{name:"keep-alive",abstract:!0,props:{include:kn,exclude:kn,max:[String,Number]},created:function(){this.cache=Object.create(null),this.keys=[]},destroyed:function(){for(var t in this.cache)In(this.cache,t,this.keys)},mounted:function(){var t=this;this.$watch("include",(function(e){Sn(t,(function(t){return _n(e,t)}))})),this.$watch("exclude",(function(e){Sn(t,(function(t){return!_n(e,t)}))}))},render:function(){var t=this.$slots.default,e=Ge(t),n=e&&e.componentOptions;if(n){var r=En(n),a=this.include,o=this.exclude;if(a&&(!r||!_n(a,r))||o&&r&&_n(o,r))return e;var i=this.cache,s=this.keys,l=null==e.key?n.Ctor.cid+(n.tag?"::"+n.tag:""):e.key;i[l]?(e.componentInstance=i[l].componentInstance,v(s,l),s.push(l)):(i[l]=e,s.push(l),this.max&&s.length>parseInt(this.max)&&In(i,s[0],s,this._vnode)),e.data.keepAlive=!0}return e||t&&t[0]}}};!function(t){var e={get:function(){return U}};Object.defineProperty(t,"config",e),t.util={warn:lt,extend:k,mergeOptions:Ft,defineReactive:_t},t.set=St,t.delete=It,t.nextTick=ee,t.observable=function(t){return Et(t),t},t.options=Object.create(null),D.forEach((function(e){t.options[e+"s"]=Object.create(null)})),t.options._base=t,k(t.options.components,On),function(t){t.use=function(t){var e=this._installedPlugins||(this._installedPlugins=[]);if(e.indexOf(t)>-1)return this;var n=I(arguments,1);return n.unshift(this),"function"==typeof t.install?t.install.apply(t,n):"function"==typeof t&&t.apply(null,n),e.push(t),this}}(t),function(t){t.mixin=function(t){return this.options=Ft(this.options,t),this}}(t),Tn(t),function(t){D.forEach((function(e){t[e]=function(t,n){return n?("component"===e&&c(n)&&(n.name=n.name||t,n=this.options._base.extend(n)),"directive"===e&&"function"==typeof n&&(n={bind:n,update:n}),this.options[e+"s"][t]=n,n):this.options[e+"s"][t]}}))}(t)}(Cn),Object.defineProperty(Cn.prototype,"$isServer",{get:rt}),Object.defineProperty(Cn.prototype,"$ssrContext",{get:function(){return this.$vnode&&this.$vnode.ssrContext}}),Object.defineProperty(Cn,"FunctionalRenderContext",{value:Me}),Cn.version="2.6.12";var Bn=m("style,class"),Mn=m("input,textarea,option,select,progress"),Nn=m("contenteditable,draggable,spellcheck"),jn=m("events,caret,typing,plaintext-only"),Ln=m("allowfullscreen,async,autofocus,autoplay,checked,compact,controls,declare,default,defaultchecked,defaultmuted,defaultselected,defer,disabled,enabled,formnovalidate,hidden,indeterminate,inert,ismap,itemscope,loop,multiple,muted,nohref,noresize,noshade,novalidate,nowrap,open,pauseonexit,readonly,required,reversed,scoped,seamless,selected,sortable,translate,truespeed,typemustmatch,visible"),Fn="http://www.w3.org/1999/xlink",Dn=function(t){return":"===t.charAt(5)&&"xlink"===t.slice(0,5)},Pn=function(t){return Dn(t)?t.slice(6,t.length):""},Un=function(t){return null==t||!1===t};function Rn(t){for(var e=t.data,n=t,r=t;o(r.componentInstance);)(r=r.componentInstance._vnode)&&r.data&&(e=zn(r.data,e));for(;o(n=n.parent);)n&&n.data&&(e=zn(e,n.data));return function(t,e){if(o(t)||o(e))return $n(t,Qn(e));return""}(e.staticClass,e.class)}function zn(t,e){return{staticClass:$n(t.staticClass,e.staticClass),class:o(t.class)?[t.class,e.class]:e.class}}function $n(t,e){return t?e?t+" "+e:t:e||""}function Qn(t){return Array.isArray(t)?function(t){for(var e,n="",r=0,a=t.length;r<a;r++)o(e=Qn(t[r]))&&""!==e&&(n&&(n+=" "),n+=e);return n}(t):l(t)?function(t){var e="";for(var n in t)t[n]&&(e&&(e+=" "),e+=n);return e}(t):"string"==typeof t?t:""}var Gn={svg:"http://www.w3.org/2000/svg",math:"http://www.w3.org/1998/Math/MathML"},Hn=m("html,body,base,head,link,meta,style,title,address,article,aside,footer,header,h1,h2,h3,h4,h5,h6,hgroup,nav,section,div,dd,dl,dt,figcaption,figure,picture,hr,img,li,main,ol,p,pre,ul,a,b,abbr,bdi,bdo,br,cite,code,data,dfn,em,i,kbd,mark,q,rp,rt,rtc,ruby,s,samp,small,span,strong,sub,sup,time,u,var,wbr,area,audio,map,track,video,embed,object,param,source,canvas,script,noscript,del,ins,caption,col,colgroup,table,thead,tbody,td,th,tr,button,datalist,fieldset,form,input,label,legend,meter,optgroup,option,output,progress,select,textarea,details,dialog,menu,menuitem,summary,content,element,shadow,template,blockquote,iframe,tfoot"),Yn=m("svg,animate,circle,clippath,cursor,defs,desc,ellipse,filter,font-face,foreignObject,g,glyph,image,line,marker,mask,missing-glyph,path,pattern,polygon,polyline,rect,switch,symbol,text,textpath,tspan,use,view",!0),Wn=function(t){return Hn(t)||Yn(t)};var Vn=Object.create(null);var Zn=m("text,number,password,search,email,tel,url");var Jn=Object.freeze({createElement:function(t,e){var n=document.createElement(t);return"select"!==t||e.data&&e.data.attrs&&void 0!==e.data.attrs.multiple&&n.setAttribute("multiple","multiple"),n},createElementNS:function(t,e){return document.createElementNS(Gn[t],e)},createTextNode:function(t){return document.createTextNode(t)},createComment:function(t){return document.createComment(t)},insertBefore:function(t,e,n){t.insertBefore(e,n)},removeChild:function(t,e){t.removeChild(e)},appendChild:function(t,e){t.appendChild(e)},parentNode:function(t){return t.parentNode},nextSibling:function(t){return t.nextSibling},tagName:function(t){return t.tagName},setTextContent:function(t,e){t.textContent=e},setStyleScope:function(t,e){t.setAttribute(e,"")}}),Xn={create:function(t,e){qn(e)},update:function(t,e){t.data.ref!==e.data.ref&&(qn(t,!0),qn(e))},destroy:function(t){qn(t,!0)}};function qn(t,e){var n=t.data.ref;if(o(n)){var r=t.context,a=t.componentInstance||t.elm,i=r.$refs;e?Array.isArray(i[n])?v(i[n],a):i[n]===a&&(i[n]=void 0):t.data.refInFor?Array.isArray(i[n])?i[n].indexOf(a)<0&&i[n].push(a):i[n]=[a]:i[n]=a}}var Kn=new dt("",{},[]),tr=["create","activate","update","remove","destroy"];function er(t,e){return t.key===e.key&&(t.tag===e.tag&&t.isComment===e.isComment&&o(t.data)===o(e.data)&&function(t,e){if("input"!==t.tag)return!0;var n,r=o(n=t.data)&&o(n=n.attrs)&&n.type,a=o(n=e.data)&&o(n=n.attrs)&&n.type;return r===a||Zn(r)&&Zn(a)}(t,e)||i(t.isAsyncPlaceholder)&&t.asyncFactory===e.asyncFactory&&a(e.asyncFactory.error))}function nr(t,e,n){var r,a,i={};for(r=e;r<=n;++r)o(a=t[r].key)&&(i[a]=r);return i}var rr={create:ar,update:ar,destroy:function(t){ar(t,Kn)}};function ar(t,e){(t.data.directives||e.data.directives)&&function(t,e){var n,r,a,o=t===Kn,i=e===Kn,s=ir(t.data.directives,t.context),l=ir(e.data.directives,e.context),u=[],c=[];for(n in l)r=s[n],a=l[n],r?(a.oldValue=r.value,a.oldArg=r.arg,lr(a,"update",e,t),a.def&&a.def.componentUpdated&&c.push(a)):(lr(a,"bind",e,t),a.def&&a.def.inserted&&u.push(a));if(u.length){var p=function(){for(var n=0;n<u.length;n++)lr(u[n],"inserted",e,t)};o?se(e,"insert",p):p()}c.length&&se(e,"postpatch",(function(){for(var n=0;n<c.length;n++)lr(c[n],"componentUpdated",e,t)}));if(!o)for(n in s)l[n]||lr(s[n],"unbind",t,t,i)}(t,e)}var or=Object.create(null);function ir(t,e){var n,r,a=Object.create(null);if(!t)return a;for(n=0;n<t.length;n++)(r=t[n]).modifiers||(r.modifiers=or),a[sr(r)]=r,r.def=Dt(e.$options,"directives",r.name);return a}function sr(t){return t.rawName||t.name+"."+Object.keys(t.modifiers||{}).join(".")}function lr(t,e,n,r,a){var o=t.def&&t.def[e];if(o)try{o(n.elm,t,n,r,a)}catch(r){$t(r,n.context,"directive "+t.name+" "+e+" hook")}}var ur=[Xn,rr];function cr(t,e){var n=e.componentOptions;if(!(o(n)&&!1===n.Ctor.options.inheritAttrs||a(t.data.attrs)&&a(e.data.attrs))){var r,i,s=e.elm,l=t.data.attrs||{},u=e.data.attrs||{};for(r in o(u.__ob__)&&(u=e.data.attrs=k({},u)),u)i=u[r],l[r]!==i&&pr(s,r,i);for(r in(Z||X)&&u.value!==l.value&&pr(s,"value",u.value),l)a(u[r])&&(Dn(r)?s.removeAttributeNS(Fn,Pn(r)):Nn(r)||s.removeAttribute(r))}}function pr(t,e,n){t.tagName.indexOf("-")>-1?fr(t,e,n):Ln(e)?Un(n)?t.removeAttribute(e):(n="allowfullscreen"===e&&"EMBED"===t.tagName?"true":e,t.setAttribute(e,n)):Nn(e)?t.setAttribute(e,function(t,e){return Un(e)||"false"===e?"false":"contenteditable"===t&&jn(e)?e:"true"}(e,n)):Dn(e)?Un(n)?t.removeAttributeNS(Fn,Pn(e)):t.setAttributeNS(Fn,e,n):fr(t,e,n)}function fr(t,e,n){if(Un(n))t.removeAttribute(e);else{if(Z&&!J&&"TEXTAREA"===t.tagName&&"placeholder"===e&&""!==n&&!t.__ieph){var r=function(e){e.stopImmediatePropagation(),t.removeEventListener("input",r)};t.addEventListener("input",r),t.__ieph=!0}t.setAttribute(e,n)}}var Ar={create:cr,update:cr};function dr(t,e){var n=e.elm,r=e.data,i=t.data;if(!(a(r.staticClass)&&a(r.class)&&(a(i)||a(i.staticClass)&&a(i.class)))){var s=Rn(e),l=n._transitionClasses;o(l)&&(s=$n(s,Qn(l))),s!==n._prevClass&&(n.setAttribute("class",s),n._prevClass=s)}}var hr,mr={create:dr,update:dr};function gr(t,e,n){var r=hr;return function a(){var o=e.apply(null,arguments);null!==o&&br(t,a,n,r)}}var vr=Wt&&!(K&&Number(K[1])<=53);function yr(t,e,n,r){if(vr){var a=sn,o=e;e=o._wrapper=function(t){if(t.target===t.currentTarget||t.timeStamp>=a||t.timeStamp<=0||t.target.ownerDocument!==document)return o.apply(this,arguments)}}hr.addEventListener(t,e,et?{capture:n,passive:r}:n)}function br(t,e,n,r){(r||hr).removeEventListener(t,e._wrapper||e,n)}function xr(t,e){if(!a(t.data.on)||!a(e.data.on)){var n=e.data.on||{},r=t.data.on||{};hr=e.elm,function(t){if(o(t.__r)){var e=Z?"change":"input";t[e]=[].concat(t.__r,t[e]||[]),delete t.__r}o(t.__c)&&(t.change=[].concat(t.__c,t.change||[]),delete t.__c)}(n),ie(n,r,yr,br,gr,e.context),hr=void 0}}var wr,Cr={create:xr,update:xr};function Tr(t,e){if(!a(t.data.domProps)||!a(e.data.domProps)){var n,r,i=e.elm,s=t.data.domProps||{},l=e.data.domProps||{};for(n in o(l.__ob__)&&(l=e.data.domProps=k({},l)),s)n in l||(i[n]="");for(n in l){if(r=l[n],"textContent"===n||"innerHTML"===n){if(e.children&&(e.children.length=0),r===s[n])continue;1===i.childNodes.length&&i.removeChild(i.childNodes[0])}if("value"===n&&"PROGRESS"!==i.tagName){i._value=r;var u=a(r)?"":String(r);Er(i,u)&&(i.value=u)}else if("innerHTML"===n&&Yn(i.tagName)&&a(i.innerHTML)){(wr=wr||document.createElement("div")).innerHTML="<svg>"+r+"</svg>";for(var c=wr.firstChild;i.firstChild;)i.removeChild(i.firstChild);for(;c.firstChild;)i.appendChild(c.firstChild)}else if(r!==s[n])try{i[n]=r}catch(t){}}}}function Er(t,e){return!t.composing&&("OPTION"===t.tagName||function(t,e){var n=!0;try{n=document.activeElement!==t}catch(t){}return n&&t.value!==e}(t,e)||function(t,e){var n=t.value,r=t._vModifiers;if(o(r)){if(r.number)return h(n)!==h(e);if(r.trim)return n.trim()!==e.trim()}return n!==e}(t,e))}var _r={create:Tr,update:Tr},Sr=x((function(t){var e={},n=/:(.+)/;return t.split(/;(?![^(]*\))/g).forEach((function(t){if(t){var r=t.split(n);r.length>1&&(e[r[0].trim()]=r[1].trim())}})),e}));function Ir(t){var e=kr(t.style);return t.staticStyle?k(t.staticStyle,e):e}function kr(t){return Array.isArray(t)?O(t):"string"==typeof t?Sr(t):t}var Or,Br=/^--/,Mr=/\s*!important$/,Nr=function(t,e,n){if(Br.test(e))t.style.setProperty(e,n);else if(Mr.test(n))t.style.setProperty(_(e),n.replace(Mr,""),"important");else{var r=Lr(e);if(Array.isArray(n))for(var a=0,o=n.length;a<o;a++)t.style[r]=n[a];else t.style[r]=n}},jr=["Webkit","Moz","ms"],Lr=x((function(t){if(Or=Or||document.createElement("div").style,"filter"!==(t=C(t))&&t in Or)return t;for(var e=t.charAt(0).toUpperCase()+t.slice(1),n=0;n<jr.length;n++){var r=jr[n]+e;if(r in Or)return r}}));function Fr(t,e){var n=e.data,r=t.data;if(!(a(n.staticStyle)&&a(n.style)&&a(r.staticStyle)&&a(r.style))){var i,s,l=e.elm,u=r.staticStyle,c=r.normalizedStyle||r.style||{},p=u||c,f=kr(e.data.style)||{};e.data.normalizedStyle=o(f.__ob__)?k({},f):f;var A=function(t,e){var n,r={};if(e)for(var a=t;a.componentInstance;)(a=a.componentInstance._vnode)&&a.data&&(n=Ir(a.data))&&k(r,n);(n=Ir(t.data))&&k(r,n);for(var o=t;o=o.parent;)o.data&&(n=Ir(o.data))&&k(r,n);return r}(e,!0);for(s in p)a(A[s])&&Nr(l,s,"");for(s in A)(i=A[s])!==p[s]&&Nr(l,s,null==i?"":i)}}var Dr={create:Fr,update:Fr},Pr=/\s+/;function Ur(t,e){if(e&&(e=e.trim()))if(t.classList)e.indexOf(" ")>-1?e.split(Pr).forEach((function(e){return t.classList.add(e)})):t.classList.add(e);else{var n=" "+(t.getAttribute("class")||"")+" ";n.indexOf(" "+e+" ")<0&&t.setAttribute("class",(n+e).trim())}}function Rr(t,e){if(e&&(e=e.trim()))if(t.classList)e.indexOf(" ")>-1?e.split(Pr).forEach((function(e){return t.classList.remove(e)})):t.classList.remove(e),t.classList.length||t.removeAttribute("class");else{for(var n=" "+(t.getAttribute("class")||"")+" ",r=" "+e+" ";n.indexOf(r)>=0;)n=n.replace(r," ");(n=n.trim())?t.setAttribute("class",n):t.removeAttribute("class")}}function zr(t){if(t){if("object"==typeof t){var e={};return!1!==t.css&&k(e,$r(t.name||"v")),k(e,t),e}return"string"==typeof t?$r(t):void 0}}var $r=x((function(t){return{enterClass:t+"-enter",enterToClass:t+"-enter-to",enterActiveClass:t+"-enter-active",leaveClass:t+"-leave",leaveToClass:t+"-leave-to",leaveActiveClass:t+"-leave-active"}})),Qr=H&&!J,Gr="transition",Hr="transitionend",Yr="animation",Wr="animationend";Qr&&(void 0===window.ontransitionend&&void 0!==window.onwebkittransitionend&&(Gr="WebkitTransition",Hr="webkitTransitionEnd"),void 0===window.onanimationend&&void 0!==window.onwebkitanimationend&&(Yr="WebkitAnimation",Wr="webkitAnimationEnd"));var Vr=H?window.requestAnimationFrame?window.requestAnimationFrame.bind(window):setTimeout:function(t){return t()};function Zr(t){Vr((function(){Vr(t)}))}function Jr(t,e){var n=t._transitionClasses||(t._transitionClasses=[]);n.indexOf(e)<0&&(n.push(e),Ur(t,e))}function Xr(t,e){t._transitionClasses&&v(t._transitionClasses,e),Rr(t,e)}function qr(t,e,n){var r=ta(t,e),a=r.type,o=r.timeout,i=r.propCount;if(!a)return n();var s="transition"===a?Hr:Wr,l=0,u=function(){t.removeEventListener(s,c),n()},c=function(e){e.target===t&&++l>=i&&u()};setTimeout((function(){l<i&&u()}),o+1),t.addEventListener(s,c)}var Kr=/\b(transform|all)(,|$)/;function ta(t,e){var n,r=window.getComputedStyle(t),a=(r[Gr+"Delay"]||"").split(", "),o=(r[Gr+"Duration"]||"").split(", "),i=ea(a,o),s=(r[Yr+"Delay"]||"").split(", "),l=(r[Yr+"Duration"]||"").split(", "),u=ea(s,l),c=0,p=0;return"transition"===e?i>0&&(n="transition",c=i,p=o.length):"animation"===e?u>0&&(n="animation",c=u,p=l.length):p=(n=(c=Math.max(i,u))>0?i>u?"transition":"animation":null)?"transition"===n?o.length:l.length:0,{type:n,timeout:c,propCount:p,hasTransform:"transition"===n&&Kr.test(r[Gr+"Property"])}}function ea(t,e){for(;t.length<e.length;)t=t.concat(t);return Math.max.apply(null,e.map((function(e,n){return na(e)+na(t[n])})))}function na(t){return 1e3*Number(t.slice(0,-1).replace(",","."))}function ra(t,e){var n=t.elm;o(n._leaveCb)&&(n._leaveCb.cancelled=!0,n._leaveCb());var r=zr(t.data.transition);if(!a(r)&&!o(n._enterCb)&&1===n.nodeType){for(var i=r.css,s=r.type,u=r.enterClass,c=r.enterToClass,p=r.enterActiveClass,f=r.appearClass,A=r.appearToClass,d=r.appearActiveClass,m=r.beforeEnter,g=r.enter,v=r.afterEnter,y=r.enterCancelled,b=r.beforeAppear,x=r.appear,w=r.afterAppear,C=r.appearCancelled,T=r.duration,E=Ze,_=Ze.$vnode;_&&_.parent;)E=_.context,_=_.parent;var S=!E._isMounted||!t.isRootInsert;if(!S||x||""===x){var I=S&&f?f:u,k=S&&d?d:p,O=S&&A?A:c,B=S&&b||m,M=S&&"function"==typeof x?x:g,N=S&&w||v,j=S&&C||y,L=h(l(T)?T.enter:T);0;var D=!1!==i&&!J,P=ia(M),U=n._enterCb=F((function(){D&&(Xr(n,O),Xr(n,k)),U.cancelled?(D&&Xr(n,I),j&&j(n)):N&&N(n),n._enterCb=null}));t.data.show||se(t,"insert",(function(){var e=n.parentNode,r=e&&e._pending&&e._pending[t.key];r&&r.tag===t.tag&&r.elm._leaveCb&&r.elm._leaveCb(),M&&M(n,U)})),B&&B(n),D&&(Jr(n,I),Jr(n,k),Zr((function(){Xr(n,I),U.cancelled||(Jr(n,O),P||(oa(L)?setTimeout(U,L):qr(n,s,U)))}))),t.data.show&&(e&&e(),M&&M(n,U)),D||P||U()}}}function aa(t,e){var n=t.elm;o(n._enterCb)&&(n._enterCb.cancelled=!0,n._enterCb());var r=zr(t.data.transition);if(a(r)||1!==n.nodeType)return e();if(!o(n._leaveCb)){var i=r.css,s=r.type,u=r.leaveClass,c=r.leaveToClass,p=r.leaveActiveClass,f=r.beforeLeave,A=r.leave,d=r.afterLeave,m=r.leaveCancelled,g=r.delayLeave,v=r.duration,y=!1!==i&&!J,b=ia(A),x=h(l(v)?v.leave:v);0;var w=n._leaveCb=F((function(){n.parentNode&&n.parentNode._pending&&(n.parentNode._pending[t.key]=null),y&&(Xr(n,c),Xr(n,p)),w.cancelled?(y&&Xr(n,u),m&&m(n)):(e(),d&&d(n)),n._leaveCb=null}));g?g(C):C()}function C(){w.cancelled||(!t.data.show&&n.parentNode&&((n.parentNode._pending||(n.parentNode._pending={}))[t.key]=t),f&&f(n),y&&(Jr(n,u),Jr(n,p),Zr((function(){Xr(n,u),w.cancelled||(Jr(n,c),b||(oa(x)?setTimeout(w,x):qr(n,s,w)))}))),A&&A(n,w),y||b||w())}}function oa(t){return"number"==typeof t&&!isNaN(t)}function ia(t){if(a(t))return!1;var e=t.fns;return o(e)?ia(Array.isArray(e)?e[0]:e):(t._length||t.length)>1}function sa(t,e){!0!==e.data.show&&ra(e)}var la=function(t){var e,n,r={},l=t.modules,u=t.nodeOps;for(e=0;e<tr.length;++e)for(r[tr[e]]=[],n=0;n<l.length;++n)o(l[n][tr[e]])&&r[tr[e]].push(l[n][tr[e]]);function c(t){var e=u.parentNode(t);o(e)&&u.removeChild(e,t)}function p(t,e,n,a,s,l,c){if(o(t.elm)&&o(l)&&(t=l[c]=vt(t)),t.isRootInsert=!s,!function(t,e,n,a){var s=t.data;if(o(s)){var l=o(t.componentInstance)&&s.keepAlive;if(o(s=s.hook)&&o(s=s.init)&&s(t,!1),o(t.componentInstance))return f(t,e),A(n,t.elm,a),i(l)&&function(t,e,n,a){var i,s=t;for(;s.componentInstance;)if(s=s.componentInstance._vnode,o(i=s.data)&&o(i=i.transition)){for(i=0;i<r.activate.length;++i)r.activate[i](Kn,s);e.push(s);break}A(n,t.elm,a)}(t,e,n,a),!0}}(t,e,n,a)){var p=t.data,h=t.children,m=t.tag;o(m)?(t.elm=t.ns?u.createElementNS(t.ns,m):u.createElement(m,t),v(t),d(t,h,e),o(p)&&g(t,e),A(n,t.elm,a)):i(t.isComment)?(t.elm=u.createComment(t.text),A(n,t.elm,a)):(t.elm=u.createTextNode(t.text),A(n,t.elm,a))}}function f(t,e){o(t.data.pendingInsert)&&(e.push.apply(e,t.data.pendingInsert),t.data.pendingInsert=null),t.elm=t.componentInstance.$el,h(t)?(g(t,e),v(t)):(qn(t),e.push(t))}function A(t,e,n){o(t)&&(o(n)?u.parentNode(n)===t&&u.insertBefore(t,e,n):u.appendChild(t,e))}function d(t,e,n){if(Array.isArray(e)){0;for(var r=0;r<e.length;++r)p(e[r],n,t.elm,null,!0,e,r)}else s(t.text)&&u.appendChild(t.elm,u.createTextNode(String(t.text)))}function h(t){for(;t.componentInstance;)t=t.componentInstance._vnode;return o(t.tag)}function g(t,n){for(var a=0;a<r.create.length;++a)r.create[a](Kn,t);o(e=t.data.hook)&&(o(e.create)&&e.create(Kn,t),o(e.insert)&&n.push(t))}function v(t){var e;if(o(e=t.fnScopeId))u.setStyleScope(t.elm,e);else for(var n=t;n;)o(e=n.context)&&o(e=e.$options._scopeId)&&u.setStyleScope(t.elm,e),n=n.parent;o(e=Ze)&&e!==t.context&&e!==t.fnContext&&o(e=e.$options._scopeId)&&u.setStyleScope(t.elm,e)}function y(t,e,n,r,a,o){for(;r<=a;++r)p(n[r],o,t,e,!1,n,r)}function b(t){var e,n,a=t.data;if(o(a))for(o(e=a.hook)&&o(e=e.destroy)&&e(t),e=0;e<r.destroy.length;++e)r.destroy[e](t);if(o(e=t.children))for(n=0;n<t.children.length;++n)b(t.children[n])}function x(t,e,n){for(;e<=n;++e){var r=t[e];o(r)&&(o(r.tag)?(w(r),b(r)):c(r.elm))}}function w(t,e){if(o(e)||o(t.data)){var n,a=r.remove.length+1;for(o(e)?e.listeners+=a:e=function(t,e){function n(){0==--n.listeners&&c(t)}return n.listeners=e,n}(t.elm,a),o(n=t.componentInstance)&&o(n=n._vnode)&&o(n.data)&&w(n,e),n=0;n<r.remove.length;++n)r.remove[n](t,e);o(n=t.data.hook)&&o(n=n.remove)?n(t,e):e()}else c(t.elm)}function C(t,e,n,r){for(var a=n;a<r;a++){var i=e[a];if(o(i)&&er(t,i))return a}}function T(t,e,n,s,l,c){if(t!==e){o(e.elm)&&o(s)&&(e=s[l]=vt(e));var f=e.elm=t.elm;if(i(t.isAsyncPlaceholder))o(e.asyncFactory.resolved)?S(t.elm,e,n):e.isAsyncPlaceholder=!0;else if(i(e.isStatic)&&i(t.isStatic)&&e.key===t.key&&(i(e.isCloned)||i(e.isOnce)))e.componentInstance=t.componentInstance;else{var A,d=e.data;o(d)&&o(A=d.hook)&&o(A=A.prepatch)&&A(t,e);var m=t.children,g=e.children;if(o(d)&&h(e)){for(A=0;A<r.update.length;++A)r.update[A](t,e);o(A=d.hook)&&o(A=A.update)&&A(t,e)}a(e.text)?o(m)&&o(g)?m!==g&&function(t,e,n,r,i){var s,l,c,f=0,A=0,d=e.length-1,h=e[0],m=e[d],g=n.length-1,v=n[0],b=n[g],w=!i;for(0;f<=d&&A<=g;)a(h)?h=e[++f]:a(m)?m=e[--d]:er(h,v)?(T(h,v,r,n,A),h=e[++f],v=n[++A]):er(m,b)?(T(m,b,r,n,g),m=e[--d],b=n[--g]):er(h,b)?(T(h,b,r,n,g),w&&u.insertBefore(t,h.elm,u.nextSibling(m.elm)),h=e[++f],b=n[--g]):er(m,v)?(T(m,v,r,n,A),w&&u.insertBefore(t,m.elm,h.elm),m=e[--d],v=n[++A]):(a(s)&&(s=nr(e,f,d)),a(l=o(v.key)?s[v.key]:C(v,e,f,d))?p(v,r,t,h.elm,!1,n,A):er(c=e[l],v)?(T(c,v,r,n,A),e[l]=void 0,w&&u.insertBefore(t,c.elm,h.elm)):p(v,r,t,h.elm,!1,n,A),v=n[++A]);f>d?y(t,a(n[g+1])?null:n[g+1].elm,n,A,g,r):A>g&&x(e,f,d)}(f,m,g,n,c):o(g)?(o(t.text)&&u.setTextContent(f,""),y(f,null,g,0,g.length-1,n)):o(m)?x(m,0,m.length-1):o(t.text)&&u.setTextContent(f,""):t.text!==e.text&&u.setTextContent(f,e.text),o(d)&&o(A=d.hook)&&o(A=A.postpatch)&&A(t,e)}}}function E(t,e,n){if(i(n)&&o(t.parent))t.parent.data.pendingInsert=e;else for(var r=0;r<e.length;++r)e[r].data.hook.insert(e[r])}var _=m("attrs,class,staticClass,staticStyle,key");function S(t,e,n,r){var a,s=e.tag,l=e.data,u=e.children;if(r=r||l&&l.pre,e.elm=t,i(e.isComment)&&o(e.asyncFactory))return e.isAsyncPlaceholder=!0,!0;if(o(l)&&(o(a=l.hook)&&o(a=a.init)&&a(e,!0),o(a=e.componentInstance)))return f(e,n),!0;if(o(s)){if(o(u))if(t.hasChildNodes())if(o(a=l)&&o(a=a.domProps)&&o(a=a.innerHTML)){if(a!==t.innerHTML)return!1}else{for(var c=!0,p=t.firstChild,A=0;A<u.length;A++){if(!p||!S(p,u[A],n,r)){c=!1;break}p=p.nextSibling}if(!c||p)return!1}else d(e,u,n);if(o(l)){var h=!1;for(var m in l)if(!_(m)){h=!0,g(e,n);break}!h&&l.class&&re(l.class)}}else t.data!==e.text&&(t.data=e.text);return!0}return function(t,e,n,s){if(!a(e)){var l,c=!1,f=[];if(a(t))c=!0,p(e,f);else{var A=o(t.nodeType);if(!A&&er(t,e))T(t,e,f,null,null,s);else{if(A){if(1===t.nodeType&&t.hasAttribute("data-server-rendered")&&(t.removeAttribute("data-server-rendered"),n=!0),i(n)&&S(t,e,f))return E(e,f,!0),t;l=t,t=new dt(u.tagName(l).toLowerCase(),{},[],void 0,l)}var d=t.elm,m=u.parentNode(d);if(p(e,f,d._leaveCb?null:m,u.nextSibling(d)),o(e.parent))for(var g=e.parent,v=h(e);g;){for(var y=0;y<r.destroy.length;++y)r.destroy[y](g);if(g.elm=e.elm,v){for(var w=0;w<r.create.length;++w)r.create[w](Kn,g);var C=g.data.hook.insert;if(C.merged)for(var _=1;_<C.fns.length;_++)C.fns[_]()}else qn(g);g=g.parent}o(m)?x([t],0,0):o(t.tag)&&b(t)}}return E(e,f,c),e.elm}o(t)&&b(t)}}({nodeOps:Jn,modules:[Ar,mr,Cr,_r,Dr,H?{create:sa,activate:sa,remove:function(t,e){!0!==t.data.show?aa(t,e):e()}}:{}].concat(ur)});J&&document.addEventListener("selectionchange",(function(){var t=document.activeElement;t&&t.vmodel&&ma(t,"input")}));var ua={inserted:function(t,e,n,r){"select"===n.tag?(r.elm&&!r.elm._vOptions?se(n,"postpatch",(function(){ua.componentUpdated(t,e,n)})):ca(t,e,n.context),t._vOptions=[].map.call(t.options,Aa)):("textarea"===n.tag||Zn(t.type))&&(t._vModifiers=e.modifiers,e.modifiers.lazy||(t.addEventListener("compositionstart",da),t.addEventListener("compositionend",ha),t.addEventListener("change",ha),J&&(t.vmodel=!0)))},componentUpdated:function(t,e,n){if("select"===n.tag){ca(t,e,n.context);var r=t._vOptions,a=t._vOptions=[].map.call(t.options,Aa);if(a.some((function(t,e){return!j(t,r[e])})))(t.multiple?e.value.some((function(t){return fa(t,a)})):e.value!==e.oldValue&&fa(e.value,a))&&ma(t,"change")}}};function ca(t,e,n){pa(t,e,n),(Z||X)&&setTimeout((function(){pa(t,e,n)}),0)}function pa(t,e,n){var r=e.value,a=t.multiple;if(!a||Array.isArray(r)){for(var o,i,s=0,l=t.options.length;s<l;s++)if(i=t.options[s],a)o=L(r,Aa(i))>-1,i.selected!==o&&(i.selected=o);else if(j(Aa(i),r))return void(t.selectedIndex!==s&&(t.selectedIndex=s));a||(t.selectedIndex=-1)}}function fa(t,e){return e.every((function(e){return!j(e,t)}))}function Aa(t){return"_value"in t?t._value:t.value}function da(t){t.target.composing=!0}function ha(t){t.target.composing&&(t.target.composing=!1,ma(t.target,"input"))}function ma(t,e){var n=document.createEvent("HTMLEvents");n.initEvent(e,!0,!0),t.dispatchEvent(n)}function ga(t){return!t.componentInstance||t.data&&t.data.transition?t:ga(t.componentInstance._vnode)}var va={model:ua,show:{bind:function(t,e,n){var r=e.value,a=(n=ga(n)).data&&n.data.transition,o=t.__vOriginalDisplay="none"===t.style.display?"":t.style.display;r&&a?(n.data.show=!0,ra(n,(function(){t.style.display=o}))):t.style.display=r?o:"none"},update:function(t,e,n){var r=e.value;!r!=!e.oldValue&&((n=ga(n)).data&&n.data.transition?(n.data.show=!0,r?ra(n,(function(){t.style.display=t.__vOriginalDisplay})):aa(n,(function(){t.style.display="none"}))):t.style.display=r?t.__vOriginalDisplay:"none")},unbind:function(t,e,n,r,a){a||(t.style.display=t.__vOriginalDisplay)}}},ya={name:String,appear:Boolean,css:Boolean,mode:String,type:String,enterClass:String,leaveClass:String,enterToClass:String,leaveToClass:String,enterActiveClass:String,leaveActiveClass:String,appearClass:String,appearActiveClass:String,appearToClass:String,duration:[Number,String,Object]};function ba(t){var e=t&&t.componentOptions;return e&&e.Ctor.options.abstract?ba(Ge(e.children)):t}function xa(t){var e={},n=t.$options;for(var r in n.propsData)e[r]=t[r];var a=n._parentListeners;for(var o in a)e[C(o)]=a[o];return e}function wa(t,e){if(/\d-keep-alive$/.test(e.tag))return t("keep-alive",{props:e.componentOptions.propsData})}var Ca=function(t){return t.tag||Qe(t)},Ta=function(t){return"show"===t.name},Ea={name:"transition",props:ya,abstract:!0,render:function(t){var e=this,n=this.$slots.default;if(n&&(n=n.filter(Ca)).length){0;var r=this.mode;0;var a=n[0];if(function(t){for(;t=t.parent;)if(t.data.transition)return!0}(this.$vnode))return a;var o=ba(a);if(!o)return a;if(this._leaving)return wa(t,a);var i="__transition-"+this._uid+"-";o.key=null==o.key?o.isComment?i+"comment":i+o.tag:s(o.key)?0===String(o.key).indexOf(i)?o.key:i+o.key:o.key;var l=(o.data||(o.data={})).transition=xa(this),u=this._vnode,c=ba(u);if(o.data.directives&&o.data.directives.some(Ta)&&(o.data.show=!0),c&&c.data&&!function(t,e){return e.key===t.key&&e.tag===t.tag}(o,c)&&!Qe(c)&&(!c.componentInstance||!c.componentInstance._vnode.isComment)){var p=c.data.transition=k({},l);if("out-in"===r)return this._leaving=!0,se(p,"afterLeave",(function(){e._leaving=!1,e.$forceUpdate()})),wa(t,a);if("in-out"===r){if(Qe(o))return u;var f,A=function(){f()};se(l,"afterEnter",A),se(l,"enterCancelled",A),se(p,"delayLeave",(function(t){f=t}))}}return a}}},_a=k({tag:String,moveClass:String},ya);function Sa(t){t.elm._moveCb&&t.elm._moveCb(),t.elm._enterCb&&t.elm._enterCb()}function Ia(t){t.data.newPos=t.elm.getBoundingClientRect()}function ka(t){var e=t.data.pos,n=t.data.newPos,r=e.left-n.left,a=e.top-n.top;if(r||a){t.data.moved=!0;var o=t.elm.style;o.transform=o.WebkitTransform="translate("+r+"px,"+a+"px)",o.transitionDuration="0s"}}delete _a.mode;var Oa={Transition:Ea,TransitionGroup:{props:_a,beforeMount:function(){var t=this,e=this._update;this._update=function(n,r){var a=Je(t);t.__patch__(t._vnode,t.kept,!1,!0),t._vnode=t.kept,a(),e.call(t,n,r)}},render:function(t){for(var e=this.tag||this.$vnode.data.tag||"span",n=Object.create(null),r=this.prevChildren=this.children,a=this.$slots.default||[],o=this.children=[],i=xa(this),s=0;s<a.length;s++){var l=a[s];if(l.tag)if(null!=l.key&&0!==String(l.key).indexOf("__vlist"))o.push(l),n[l.key]=l,(l.data||(l.data={})).transition=i;else;}if(r){for(var u=[],c=[],p=0;p<r.length;p++){var f=r[p];f.data.transition=i,f.data.pos=f.elm.getBoundingClientRect(),n[f.key]?u.push(f):c.push(f)}this.kept=t(e,null,u),this.removed=c}return t(e,null,o)},updated:function(){var t=this.prevChildren,e=this.moveClass||(this.name||"v")+"-move";t.length&&this.hasMove(t[0].elm,e)&&(t.forEach(Sa),t.forEach(Ia),t.forEach(ka),this._reflow=document.body.offsetHeight,t.forEach((function(t){if(t.data.moved){var n=t.elm,r=n.style;Jr(n,e),r.transform=r.WebkitTransform=r.transitionDuration="",n.addEventListener(Hr,n._moveCb=function t(r){r&&r.target!==n||r&&!/transform$/.test(r.propertyName)||(n.removeEventListener(Hr,t),n._moveCb=null,Xr(n,e))})}})))},methods:{hasMove:function(t,e){if(!Qr)return!1;if(this._hasMove)return this._hasMove;var n=t.cloneNode();t._transitionClasses&&t._transitionClasses.forEach((function(t){Rr(n,t)})),Ur(n,e),n.style.display="none",this.$el.appendChild(n);var r=ta(n);return this.$el.removeChild(n),this._hasMove=r.hasTransform}}}};Cn.config.mustUseProp=function(t,e,n){return"value"===n&&Mn(t)&&"button"!==e||"selected"===n&&"option"===t||"checked"===n&&"input"===t||"muted"===n&&"video"===t},Cn.config.isReservedTag=Wn,Cn.config.isReservedAttr=Bn,Cn.config.getTagNamespace=function(t){return Yn(t)?"svg":"math"===t?"math":void 0},Cn.config.isUnknownElement=function(t){if(!H)return!0;if(Wn(t))return!1;if(t=t.toLowerCase(),null!=Vn[t])return Vn[t];var e=document.createElement(t);return t.indexOf("-")>-1?Vn[t]=e.constructor===window.HTMLUnknownElement||e.constructor===window.HTMLElement:Vn[t]=/HTMLUnknownElement/.test(e.toString())},k(Cn.options.directives,va),k(Cn.options.components,Oa),Cn.prototype.__patch__=H?la:B,Cn.prototype.$mount=function(t,e){return function(t,e,n){var r;return t.$el=e,t.$options.render||(t.$options.render=mt),Ke(t,"beforeMount"),r=function(){t._update(t._render(),n)},new fn(t,r,B,{before:function(){t._isMounted&&!t._isDestroyed&&Ke(t,"beforeUpdate")}},!0),n=!1,null==t.$vnode&&(t._isMounted=!0,Ke(t,"mounted")),t}(this,t=t&&H?function(t){if("string"==typeof t){var e=document.querySelector(t);return e||document.createElement("div")}return t}(t):void 0,e)},H&&setTimeout((function(){U.devtools&&at&&at.emit("init",Cn)}),0),e.default=Cn}.call(this,n(17),n(463).setImmediate)},,,function(t,e,n){var r=n(5),a=n(72),o=r.WeakMap;t.exports="function"==typeof o&&/native code/.test(a(o))},function(t,e,n){var r=n(14),a=Math.floor,o="".replace,i=/\$([$&'`]|\d{1,2}|<[^>]*>)/g,s=/\$([$&'`]|\d{1,2})/g;t.exports=function(t,e,n,l,u,c){var p=n+t.length,f=l.length,A=s;return void 0!==u&&(u=r(u),A=i),o.call(c,A,(function(r,o){var i;switch(o.charAt(0)){case"$":return"$";case"&":return t;case"`":return e.slice(0,n);case"'":return e.slice(p);case"<":i=u[o.slice(1,-1)];break;default:var s=+o;if(0===s)return r;if(s>f){var c=a(s/10);return 0===c?r:c<=f?void 0===l[c-1]?o.charAt(1):l[c-1]+o.charAt(1):r}i=l[s-1]}return void 0===i?"":i}))}},function(t,e,n){"use strict";var r=n(21),a=n(8),o=n(4),i=n(61),s=RegExp.prototype,l=s.toString,u=o((function(){return"/a/b"!=l.call({source:"a",flags:"b"})})),c="toString"!=l.name;(u||c)&&r(RegExp.prototype,"toString",(function(){var t=a(this),e=String(t.source),n=t.flags;return"/"+e+"/"+String(void 0===n&&t instanceof RegExp&&!("flags"in s)?i.call(t):n)}),{unsafe:!0})},,function(t,e){t.exports=function(t){return t}},function(t,e,n){"use strict";var r=n(3),a=n(4),o=n(63),i=n(10),s=n(14),l=n(15),u=n(79),c=n(80),p=n(81),f=n(9),A=n(50),d=f("isConcatSpreadable"),h=A>=51||!a((function(){var t=[];return t[d]=!1,t.concat()[0]!==t})),m=p("concat"),g=function(t){if(!i(t))return!1;var e=t[d];return void 0!==e?!!e:o(t)};r({target:"Array",proto:!0,forced:!h||!m},{concat:function(t){var e,n,r,a,o,i=s(this),p=c(i,0),f=0;for(e=-1,r=arguments.length;e<r;e++)if(g(o=-1===e?i:arguments[e])){if(f+(a=l(o.length))>9007199254740991)throw TypeError("Maximum allowed index exceeded");for(n=0;n<a;n++,f++)n in o&&u(p,f,o[n])}else{if(f>=9007199254740991)throw TypeError("Maximum allowed index exceeded");u(p,f++,o)}return p.length=f,p}})},function(t,e,n){"use strict";var r=n(11),a=n(4),o=n(92),i=n(74),s=n(64),l=n(14),u=n(43),c=Object.assign,p=Object.defineProperty;t.exports=!c||a((function(){if(r&&1!==c({b:1},c(p({},"a",{enumerable:!0,get:function(){p(this,"b",{value:3,enumerable:!1})}}),{b:2})).b)return!0;var t={},e={},n=Symbol();return t[n]=7,"abcdefghijklmnopqrst".split("").forEach((function(t){e[t]=t})),7!=c({},t)[n]||"abcdefghijklmnopqrst"!=o(c({},e)).join("")}))?function(t,e){for(var n=l(t),a=arguments.length,c=1,p=i.f,f=s.f;a>c;)for(var A,d=u(arguments[c++]),h=p?o(d).concat(p(d)):o(d),m=h.length,g=0;m>g;)A=h[g++],r&&!f.call(d,A)||(n[A]=d[A]);return n}:c},,function(t,e,n){var r=n(59),a=n(49);t.exports=function(t){if(!a(t))return!1;var e=r(t);return"[object Function]"==e||"[object GeneratorFunction]"==e||"[object AsyncFunction]"==e||"[object Proxy]"==e}},function(t,e,n){var r=n(49),a=Object.create,o=function(){function t(){}return function(e){if(!r(e))return{};if(a)return a(e);t.prototype=e;var n=new t;return t.prototype=void 0,n}}();t.exports=o},function(t,e){t.exports=function(t,e){var n=-1,r=t.length;for(e||(e=Array(r));++n<r;)e[n]=t[n];return e}},,function(t,e,n){var r=n(200),a=n(167);t.exports=function(t,e,n,o){var i=!n;n||(n={});for(var s=-1,l=e.length;++s<l;){var u=e[s],c=o?o(n[u],t[u],u,n,t):void 0;void 0===c&&(c=t[u]),i?a(n,u,c):r(n,u,c)}return n}},function(t,e,n){var r=n(183),a=n(201),o=n(156);t.exports=function(t){return o(t)?r(t):a(t)}},function(t,e,n){(function(t){var r=n(24),a=n(272),o=e&&!e.nodeType&&e,i=o&&"object"==typeof t&&t&&!t.nodeType&&t,s=i&&i.exports===o?r.Buffer:void 0,l=(s?s.isBuffer:void 0)||a;t.exports=l}).call(this,n(113)(t))},function(t,e){var n=Object.prototype;t.exports=function(t){var e=t&&t.constructor;return t===("function"==typeof e&&e.prototype||n)}},function(t,e,n){var r=n(54)(n(24),"Map");t.exports=r},,function(t,e,n){"use strict";t.exports=function(t,e){return function(){for(var n=new Array(arguments.length),r=0;r<n.length;r++)n[r]=arguments[r];return t.apply(e,n)}}},function(t,e,n){"use strict";var r=n(16);function a(t){return encodeURIComponent(t).replace(/%3A/gi,":").replace(/%24/g,"$").replace(/%2C/gi,",").replace(/%20/g,"+").replace(/%5B/gi,"[").replace(/%5D/gi,"]")}t.exports=function(t,e,n){if(!e)return t;var o;if(n)o=n(e);else if(r.isURLSearchParams(e))o=e.toString();else{var i=[];r.forEach(e,(function(t,e){null!=t&&(r.isArray(t)?e+="[]":t=[t],r.forEach(t,(function(t){r.isDate(t)?t=t.toISOString():r.isObject(t)&&(t=JSON.stringify(t)),i.push(a(e)+"="+a(t))})))})),o=i.join("&")}if(o){var s=t.indexOf("#");-1!==s&&(t=t.slice(0,s)),t+=(-1===t.indexOf("?")?"?":"&")+o}return t}},function(t,e,n){"use strict";t.exports=function(t){return!(!t||!t.__CANCEL__)}},function(t,e,n){"use strict";(function(e){var r=n(16),a=n(213),o={"Content-Type":"application/x-www-form-urlencoded"};function i(t,e){!r.isUndefined(t)&&r.isUndefined(t["Content-Type"])&&(t["Content-Type"]=e)}var s,l={adapter:(("undefined"!=typeof XMLHttpRequest||void 0!==e&&"[object process]"===Object.prototype.toString.call(e))&&(s=n(143)),s),transformRequest:[function(t,e){return a(e,"Accept"),a(e,"Content-Type"),r.isFormData(t)||r.isArrayBuffer(t)||r.isBuffer(t)||r.isStream(t)||r.isFile(t)||r.isBlob(t)?t:r.isArrayBufferView(t)?t.buffer:r.isURLSearchParams(t)?(i(e,"application/x-www-form-urlencoded;charset=utf-8"),t.toString()):r.isObject(t)?(i(e,"application/json;charset=utf-8"),JSON.stringify(t)):t}],transformResponse:[function(t){if("string"==typeof t)try{t=JSON.parse(t)}catch(t){}return t}],timeout:0,xsrfCookieName:"XSRF-TOKEN",xsrfHeaderName:"X-XSRF-TOKEN",maxContentLength:-1,maxBodyLength:-1,validateStatus:function(t){return t>=200&&t<300}};l.headers={common:{Accept:"application/json, text/plain, */*"}},r.forEach(["delete","get","head"],(function(t){l.headers[t]={}})),r.forEach(["post","put","patch"],(function(t){l.headers[t]=r.merge(o)})),t.exports=l}).call(this,n(57))},function(t,e,n){"use strict";var r=n(16),a=n(214),o=n(216),i=n(140),s=n(217),l=n(220),u=n(221),c=n(144);t.exports=function(t){return new Promise((function(e,n){var p=t.data,f=t.headers;r.isFormData(p)&&delete f["Content-Type"];var A=new XMLHttpRequest;if(t.auth){var d=t.auth.username||"",h=t.auth.password?unescape(encodeURIComponent(t.auth.password)):"";f.Authorization="Basic "+btoa(d+":"+h)}var m=s(t.baseURL,t.url);if(A.open(t.method.toUpperCase(),i(m,t.params,t.paramsSerializer),!0),A.timeout=t.timeout,A.onreadystatechange=function(){if(A&&4===A.readyState&&(0!==A.status||A.responseURL&&0===A.responseURL.indexOf("file:"))){var r="getAllResponseHeaders"in A?l(A.getAllResponseHeaders()):null,o={data:t.responseType&&"text"!==t.responseType?A.response:A.responseText,status:A.status,statusText:A.statusText,headers:r,config:t,request:A};a(e,n,o),A=null}},A.onabort=function(){A&&(n(c("Request aborted",t,"ECONNABORTED",A)),A=null)},A.onerror=function(){n(c("Network Error",t,null,A)),A=null},A.ontimeout=function(){var e="timeout of "+t.timeout+"ms exceeded";t.timeoutErrorMessage&&(e=t.timeoutErrorMessage),n(c(e,t,"ECONNABORTED",A)),A=null},r.isStandardBrowserEnv()){var g=(t.withCredentials||u(m))&&t.xsrfCookieName?o.read(t.xsrfCookieName):void 0;g&&(f[t.xsrfHeaderName]=g)}if("setRequestHeader"in A&&r.forEach(f,(function(t,e){void 0===p&&"content-type"===e.toLowerCase()?delete f[e]:A.setRequestHeader(e,t)})),r.isUndefined(t.withCredentials)||(A.withCredentials=!!t.withCredentials),t.responseType)try{A.responseType=t.responseType}catch(e){if("json"!==t.responseType)throw e}"function"==typeof t.onDownloadProgress&&A.addEventListener("progress",t.onDownloadProgress),"function"==typeof t.onUploadProgress&&A.upload&&A.upload.addEventListener("progress",t.onUploadProgress),t.cancelToken&&t.cancelToken.promise.then((function(t){A&&(A.abort(),n(t),A=null)})),p||(p=null),A.send(p)}))}},function(t,e,n){"use strict";var r=n(215);t.exports=function(t,e,n,a,o){var i=new Error(t);return r(i,e,n,a,o)}},function(t,e,n){"use strict";var r=n(16);t.exports=function(t,e){e=e||{};var n={},a=["url","method","data"],o=["headers","auth","proxy","params"],i=["baseURL","transformRequest","transformResponse","paramsSerializer","timeout","timeoutMessage","withCredentials","adapter","responseType","xsrfCookieName","xsrfHeaderName","onUploadProgress","onDownloadProgress","decompress","maxContentLength","maxBodyLength","maxRedirects","transport","httpAgent","httpsAgent","cancelToken","socketPath","responseEncoding"],s=["validateStatus"];function l(t,e){return r.isPlainObject(t)&&r.isPlainObject(e)?r.merge(t,e):r.isPlainObject(e)?r.merge({},e):r.isArray(e)?e.slice():e}function u(a){r.isUndefined(e[a])?r.isUndefined(t[a])||(n[a]=l(void 0,t[a])):n[a]=l(t[a],e[a])}r.forEach(a,(function(t){r.isUndefined(e[t])||(n[t]=l(void 0,e[t]))})),r.forEach(o,u),r.forEach(i,(function(a){r.isUndefined(e[a])?r.isUndefined(t[a])||(n[a]=l(void 0,t[a])):n[a]=l(void 0,e[a])})),r.forEach(s,(function(r){r in e?n[r]=l(t[r],e[r]):r in t&&(n[r]=l(void 0,t[r]))}));var c=a.concat(o).concat(i).concat(s),p=Object.keys(t).concat(Object.keys(e)).filter((function(t){return-1===c.indexOf(t)}));return r.forEach(p,u),n}},function(t,e,n){"use strict";function r(t){this.message=t}r.prototype.toString=function(){return"Cancel"+(this.message?": "+this.message:"")},r.prototype.__CANCEL__=!0,t.exports=r},function(t,e,n){"use strict";var r=n(36).forEach,a=n(51)("forEach");t.exports=a?[].forEach:function(t){return r(this,t,arguments.length>1?arguments[1]:void 0)}},function(t,e,n){var r=n(8),a=n(490);t.exports=Object.setPrototypeOf||("__proto__"in{}?function(){var t,e=!1,n={};try{(t=Object.getOwnPropertyDescriptor(Object.prototype,"__proto__").set).call(n,[]),e=n instanceof Array}catch(t){}return function(n,o){return r(n),a(o),e?t.call(n,o):n.__proto__=o,n}}():void 0)},function(t,e){t.exports={}},function(t,e){t.exports=function(t,e,n){if(!(t instanceof e))throw TypeError("Incorrect "+(n?n+" ":"")+"invocation");return t}},function(t,e,n){"use strict";var r=n(3),a=n(66).indexOf,o=n(51),i=[].indexOf,s=!!i&&1/[1].indexOf(1,-0)<0,l=o("indexOf");r({target:"Array",proto:!0,forced:s||!l},{indexOf:function(t){return s?i.apply(this,arguments)||0:a(this,t,arguments.length>1?arguments[1]:void 0)}})},function(t,e,n){var r=n(28),a=n(5);t.exports="process"==r(a.process)},function(t,e){var n=/^(?:0|[1-9]\d*)$/;t.exports=function(t,e){var r=typeof t;return!!(e=null==e?9007199254740991:e)&&("number"==r||"symbol"!=r&&n.test(t))&&t>-1&&t%1==0&&t<e}},function(t,e,n){var r=n(271),a=n(37),o=Object.prototype,i=o.hasOwnProperty,s=o.propertyIsEnumerable,l=r(function(){return arguments}())?r:function(t){return a(t)&&i.call(t,"callee")&&!s.call(t,"callee")};t.exports=l},function(t,e){t.exports=function(t){return"number"==typeof t&&t>-1&&t%1==0&&t<=9007199254740991}},function(t,e,n){var r=n(129),a=n(155);t.exports=function(t){return null!=t&&a(t.length)&&!r(t)}},function(t,e,n){var r=n(106),a=n(281),o=n(282),i=n(283),s=n(284),l=n(285);function u(t){var e=this.__data__=new r(t);this.size=e.size}u.prototype.clear=a,u.prototype.delete=o,u.prototype.get=i,u.prototype.has=s,u.prototype.set=l,t.exports=u},function(t,e,n){var r=n(286),a=n(293),o=n(295),i=n(296),s=n(297);function l(t){var e=-1,n=null==t?0:t.length;for(this.clear();++e<n;){var r=t[e];this.set(r[0],r[1])}}l.prototype.clear=r,l.prototype.delete=a,l.prototype.get=o,l.prototype.has=i,l.prototype.set=s,t.exports=l},function(t,e,n){var r=n(183),a=n(298),o=n(156);t.exports=function(t){return o(t)?r(t,!0):a(t)}},function(t,e,n){var r=n(184)(Object.getPrototypeOf,Object);t.exports=r},function(t,e,n){"use strict";var r=n(3),a=n(147);r({target:"Array",proto:!0,forced:[].forEach!=a},{forEach:a})},function(t,e,n){var r=n(9),a=n(98),o=n(19),i=r("unscopables"),s=Array.prototype;null==s[i]&&o.f(s,i,{configurable:!0,value:a(null)}),t.exports=function(t){s[i][t]=!0}},function(t,e,n){"use strict";var r=n(22),a=n(162),o=n(149),i=n(35),s=n(240),l=i.set,u=i.getterFor("Array Iterator");t.exports=s(Array,"Array",(function(t,e){l(this,{type:"Array Iterator",target:r(t),index:0,kind:e})}),(function(){var t=u(this),e=t.target,n=t.kind,r=t.index++;return!e||r>=e.length?(t.target=void 0,{value:void 0,done:!0}):"keys"==n?{value:r,done:!1}:"values"==n?{value:e[r],done:!1}:{value:[r,e[r]],done:!1}}),"values"),o.Arguments=o.Array,a("keys"),a("values"),a("entries")},function(t,e,n){"use strict";var r=n(68),a=n(96);t.exports=r?{}.toString:function(){return"[object "+a(this)+"]"}},,function(t,e){t.exports=function(t,e,n){switch(n.length){case 0:return t.call(e);case 1:return t.call(e,n[0]);case 2:return t.call(e,n[0],n[1]);case 3:return t.call(e,n[0],n[1],n[2])}return t.apply(e,n)}},function(t,e,n){var r=n(182);t.exports=function(t,e,n){"__proto__"==e&&r?r(t,e,{configurable:!0,enumerable:!0,value:n,writable:!0}):t[e]=n}},function(t,e,n){var r=n(273),a=n(169),o=n(170),i=o&&o.isTypedArray,s=i?a(i):r;t.exports=s},function(t,e){t.exports=function(t){return function(e){return t(e)}}},function(t,e,n){(function(t){var r=n(180),a=e&&!e.nodeType&&e,o=a&&"object"==typeof t&&t&&!t.nodeType&&t,i=o&&o.exports===a&&r.process,s=function(){try{var t=o&&o.require&&o.require("util").types;return t||i&&i.binding&&i.binding("util")}catch(t){}}();t.exports=s}).call(this,n(113)(t))},function(t,e,n){var r=n(301),a=n(202),o=Object.prototype.propertyIsEnumerable,i=Object.getOwnPropertySymbols,s=i?function(t){return null==t?[]:(t=Object(t),r(i(t),(function(e){return o.call(t,e)})))}:a;t.exports=s},function(t,e){t.exports=function(t,e){for(var n=-1,r=e.length,a=t.length;++n<r;)t[a+n]=e[n];return t}},function(t,e,n){var r=n(185);t.exports=function(t){var e=new t.constructor(t.byteLength);return new r(e).set(new r(t)),e}},function(t,e,n){"use strict";n(161),Object.defineProperty(e,"__esModule",{value:!0}),e.getRequestToken=function(){return o},e.onRequestTokenUpdate=function(t){i.push(t)};var r=n(41),a=document.getElementsByTagName("head")[0],o=a?a.getAttribute("data-requesttoken"):null,i=[];(0,r.subscribe)("csrf-token-update",(function(t){o=t.token,i.forEach((function(e){try{e(t.token)}catch(t){console.error("error updating CSRF token observer",t)}}))}))},function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.getCurrentUser=function(){if(null===a)return null;return{uid:a,displayName:i,isAdmin:s}};var r=document.getElementsByTagName("head")[0],a=r?r.getAttribute("data-user"):null,o=document.getElementsByTagName("head")[0],i=o?o.getAttribute("data-user-displayname"):null,s="undefined"!=typeof OC&&OC.isUserAdmin()},function(t,e,n){var r=n(96),a=n(149),o=n(9)("iterator");t.exports=function(t){if(null!=t)return t[o]||t["@@iterator"]||a[r(t)]}},,,function(t,e,n){var r=n(45),a=n(14),o=n(43),i=n(15),s=function(t){return function(e,n,s,l){r(n);var u=a(e),c=o(u),p=i(u.length),f=t?p-1:0,A=t?-1:1;if(s<2)for(;;){if(f in c){l=c[f],f+=A;break}if(f+=A,t?f<0:p<=f)throw TypeError("Reduce of empty array with no initial value")}for(;t?f>=0:p>f;f+=A)f in c&&(l=n(l,c[f],f,u));return l}};t.exports={left:s(!1),right:s(!0)}},function(t,e,n){(function(e){var n="object"==typeof e&&e&&e.Object===Object&&e;t.exports=n}).call(this,n(17))},function(t,e){var n=Function.prototype.toString;t.exports=function(t){if(null!=t){try{return n.call(t)}catch(t){}try{return t+""}catch(t){}}return""}},function(t,e,n){var r=n(54),a=function(){try{var t=r(Object,"defineProperty");return t({},"",{}),t}catch(t){}}();t.exports=a},function(t,e,n){var r=n(270),a=n(154),o=n(31),i=n(135),s=n(153),l=n(168),u=Object.prototype.hasOwnProperty;t.exports=function(t,e){var n=o(t),c=!n&&a(t),p=!n&&!c&&i(t),f=!n&&!c&&!p&&l(t),A=n||c||p||f,d=A?r(t.length,String):[],h=d.length;for(var m in t)!e&&!u.call(t,m)||A&&("length"==m||p&&("offset"==m||"parent"==m)||f&&("buffer"==m||"byteLength"==m||"byteOffset"==m)||s(m,h))||d.push(m);return d}},function(t,e){t.exports=function(t,e){return function(n){return t(e(n))}}},function(t,e,n){var r=n(24).Uint8Array;t.exports=r},function(t,e,n){var r=n(310),a=n(313),o=n(314);t.exports=function(t,e,n,i,s,l){var u=1&n,c=t.length,p=e.length;if(c!=p&&!(u&&p>c))return!1;var f=l.get(t),A=l.get(e);if(f&&A)return f==e&&A==t;var d=-1,h=!0,m=2&n?new r:void 0;for(l.set(t,e),l.set(e,t);++d<c;){var g=t[d],v=e[d];if(i)var y=u?i(v,g,d,e,t,l):i(g,v,d,t,e,l);if(void 0!==y){if(y)continue;h=!1;break}if(m){if(!a(e,(function(t,e){if(!o(m,e)&&(g===t||s(g,t,n,i,l)))return m.push(e)}))){h=!1;break}}else if(g!==v&&!s(g,v,n,i,l)){h=!1;break}}return l.delete(t),l.delete(e),h}},,function(t,e,n){var r=n(21);t.exports=function(t,e,n){for(var a in e)r(t,a,e[a],n);return t}},function(t,e,n){var r=n(20),a="["+n(226)+"]",o=RegExp("^"+a+a+"*"),i=RegExp(a+a+"*$"),s=function(t){return function(e){var n=String(r(e));return 1&t&&(n=n.replace(o,"")),2&t&&(n=n.replace(i,"")),n}};t.exports={start:s(1),end:s(2),trim:s(3)}},function(t,e,n){"use strict";var r=n(3),a=n(36).filter;r({target:"Array",proto:!0,forced:!n(81)("filter")},{filter:function(t){return a(this,t,arguments.length>1?arguments[1]:void 0)}})},,,function(t,e,n){var r=n(54)(n(24),"WeakMap");t.exports=r},,,function(t,e){var n=Date.now;t.exports=function(t){var e=0,r=0;return function(){var a=n(),o=16-(a-r);if(r=a,o>0){if(++e>=800)return arguments[0]}else e=0;return t.apply(void 0,arguments)}}},function(t,e,n){var r=n(265),a=n(196)(r);t.exports=a},,,function(t,e,n){var r=n(167),a=n(112),o=Object.prototype.hasOwnProperty;t.exports=function(t,e,n){var i=t[e];o.call(t,e)&&a(i,n)&&(void 0!==n||e in t)||r(t,e,n)}},function(t,e,n){var r=n(136),a=n(274),o=Object.prototype.hasOwnProperty;t.exports=function(t){if(!r(t))return a(t);var e=[];for(var n in Object(t))o.call(t,n)&&"constructor"!=n&&e.push(n);return e}},function(t,e){t.exports=function(){return[]}},function(t,e,n){var r=n(204),a=n(171),o=n(134);t.exports=function(t){return r(t,o,a)}},function(t,e,n){var r=n(172),a=n(31);t.exports=function(t,e,n){var o=e(t);return a(t)?o:r(o,n(t))}},function(t,e,n){var r=n(309),a=n(37);t.exports=function t(e,n,o,i,s){return e===n||(null==e||null==n||!a(e)&&!a(n)?e!=e&&n!=n:r(e,n,o,i,t,s))}},,function(t,e,n){t.exports=n(208)},function(t,e,n){"use strict";var r=n(16),a=n(139),o=n(209),i=n(145);function s(t){var e=new o(t),n=a(o.prototype.request,e);return r.extend(n,o.prototype,e),r.extend(n,e),n}var l=s(n(142));l.Axios=o,l.create=function(t){return s(i(l.defaults,t))},l.Cancel=n(146),l.CancelToken=n(222),l.isCancel=n(141),l.all=function(t){return Promise.all(t)},l.spread=n(223),l.isAxiosError=n(224),t.exports=l,t.exports.default=l},function(t,e,n){"use strict";var r=n(16),a=n(140),o=n(210),i=n(211),s=n(145);function l(t){this.defaults=t,this.interceptors={request:new o,response:new o}}l.prototype.request=function(t){"string"==typeof t?(t=arguments[1]||{}).url=arguments[0]:t=t||{},(t=s(this.defaults,t)).method?t.method=t.method.toLowerCase():this.defaults.method?t.method=this.defaults.method.toLowerCase():t.method="get";var e=[i,void 0],n=Promise.resolve(t);for(this.interceptors.request.forEach((function(t){e.unshift(t.fulfilled,t.rejected)})),this.interceptors.response.forEach((function(t){e.push(t.fulfilled,t.rejected)}));e.length;)n=n.then(e.shift(),e.shift());return n},l.prototype.getUri=function(t){return t=s(this.defaults,t),a(t.url,t.params,t.paramsSerializer).replace(/^\?/,"")},r.forEach(["delete","get","head","options"],(function(t){l.prototype[t]=function(e,n){return this.request(s(n||{},{method:t,url:e,data:(n||{}).data}))}})),r.forEach(["post","put","patch"],(function(t){l.prototype[t]=function(e,n,r){return this.request(s(r||{},{method:t,url:e,data:n}))}})),t.exports=l},function(t,e,n){"use strict";var r=n(16);function a(){this.handlers=[]}a.prototype.use=function(t,e){return this.handlers.push({fulfilled:t,rejected:e}),this.handlers.length-1},a.prototype.eject=function(t){this.handlers[t]&&(this.handlers[t]=null)},a.prototype.forEach=function(t){r.forEach(this.handlers,(function(e){null!==e&&t(e)}))},t.exports=a},function(t,e,n){"use strict";var r=n(16),a=n(212),o=n(141),i=n(142);function s(t){t.cancelToken&&t.cancelToken.throwIfRequested()}t.exports=function(t){return s(t),t.headers=t.headers||{},t.data=a(t.data,t.headers,t.transformRequest),t.headers=r.merge(t.headers.common||{},t.headers[t.method]||{},t.headers),r.forEach(["delete","get","head","post","put","patch","common"],(function(e){delete t.headers[e]})),(t.adapter||i.adapter)(t).then((function(e){return s(t),e.data=a(e.data,e.headers,t.transformResponse),e}),(function(e){return o(e)||(s(t),e&&e.response&&(e.response.data=a(e.response.data,e.response.headers,t.transformResponse))),Promise.reject(e)}))}},function(t,e,n){"use strict";var r=n(16);t.exports=function(t,e,n){return r.forEach(n,(function(n){t=n(t,e)})),t}},function(t,e,n){"use strict";var r=n(16);t.exports=function(t,e){r.forEach(t,(function(n,r){r!==e&&r.toUpperCase()===e.toUpperCase()&&(t[e]=n,delete t[r])}))}},function(t,e,n){"use strict";var r=n(144);t.exports=function(t,e,n){var a=n.config.validateStatus;n.status&&a&&!a(n.status)?e(r("Request failed with status code "+n.status,n.config,null,n.request,n)):t(n)}},function(t,e,n){"use strict";t.exports=function(t,e,n,r,a){return t.config=e,n&&(t.code=n),t.request=r,t.response=a,t.isAxiosError=!0,t.toJSON=function(){return{message:this.message,name:this.name,description:this.description,number:this.number,fileName:this.fileName,lineNumber:this.lineNumber,columnNumber:this.columnNumber,stack:this.stack,config:this.config,code:this.code}},t}},function(t,e,n){"use strict";var r=n(16);t.exports=r.isStandardBrowserEnv()?{write:function(t,e,n,a,o,i){var s=[];s.push(t+"="+encodeURIComponent(e)),r.isNumber(n)&&s.push("expires="+new Date(n).toGMTString()),r.isString(a)&&s.push("path="+a),r.isString(o)&&s.push("domain="+o),!0===i&&s.push("secure"),document.cookie=s.join("; ")},read:function(t){var e=document.cookie.match(new RegExp("(^|;\\s*)("+t+")=([^;]*)"));return e?decodeURIComponent(e[3]):null},remove:function(t){this.write(t,"",Date.now()-864e5)}}:{write:function(){},read:function(){return null},remove:function(){}}},function(t,e,n){"use strict";var r=n(218),a=n(219);t.exports=function(t,e){return t&&!r(e)?a(t,e):e}},function(t,e,n){"use strict";t.exports=function(t){return/^([a-z][a-z\d\+\-\.]*:)?\/\//i.test(t)}},function(t,e,n){"use strict";t.exports=function(t,e){return e?t.replace(/\/+$/,"")+"/"+e.replace(/^\/+/,""):t}},function(t,e,n){"use strict";var r=n(16),a=["age","authorization","content-length","content-type","etag","expires","from","host","if-modified-since","if-unmodified-since","last-modified","location","max-forwards","proxy-authorization","referer","retry-after","user-agent"];t.exports=function(t){var e,n,o,i={};return t?(r.forEach(t.split("\n"),(function(t){if(o=t.indexOf(":"),e=r.trim(t.substr(0,o)).toLowerCase(),n=r.trim(t.substr(o+1)),e){if(i[e]&&a.indexOf(e)>=0)return;i[e]="set-cookie"===e?(i[e]?i[e]:[]).concat([n]):i[e]?i[e]+", "+n:n}})),i):i}},function(t,e,n){"use strict";var r=n(16);t.exports=r.isStandardBrowserEnv()?function(){var t,e=/(msie|trident)/i.test(navigator.userAgent),n=document.createElement("a");function a(t){var r=t;return e&&(n.setAttribute("href",r),r=n.href),n.setAttribute("href",r),{href:n.href,protocol:n.protocol?n.protocol.replace(/:$/,""):"",host:n.host,search:n.search?n.search.replace(/^\?/,""):"",hash:n.hash?n.hash.replace(/^#/,""):"",hostname:n.hostname,port:n.port,pathname:"/"===n.pathname.charAt(0)?n.pathname:"/"+n.pathname}}return t=a(window.location.href),function(e){var n=r.isString(e)?a(e):e;return n.protocol===t.protocol&&n.host===t.host}}():function(){return!0}},function(t,e,n){"use strict";var r=n(146);function a(t){if("function"!=typeof t)throw new TypeError("executor must be a function.");var e;this.promise=new Promise((function(t){e=t}));var n=this;t((function(t){n.reason||(n.reason=new r(t),e(n.reason))}))}a.prototype.throwIfRequested=function(){if(this.reason)throw this.reason},a.source=function(){var t;return{token:new a((function(e){t=e})),cancel:t}},t.exports=a},function(t,e,n){"use strict";t.exports=function(t){return function(e){return t.apply(null,e)}}},function(t,e,n){"use strict";t.exports=function(t){return"object"==typeof t&&!0===t.isAxiosError}},,function(t,e){t.exports="\t\n\v\f\r                 \u2028\u2029\ufeff"},function(t,e,n){"use strict";var r=n(89).charAt,a=n(35),o=n(240),i=a.set,s=a.getterFor("String Iterator");o(String,"String",(function(t){i(this,{type:"String Iterator",string:String(t),index:0})}),(function(){var t,e=s(this),n=e.string,a=e.index;return a>=n.length?{value:void 0,done:!0}:(t=r(n,a),e.index+=t.length,{value:t,done:!1})}))},function(t,e,n){"use strict";n.r(e),function(t){
+/**!
+ * @fileOverview Kickass library to create and place poppers near their reference elements.
+ * @version 1.16.1
+ * @license
+ * Copyright (c) 2016 Federico Zivolo and contributors
+ *
+ * Permission is hereby granted, free of charge, to any person obtaining a copy
+ * of this software and associated documentation files (the "Software"), to deal
+ * in the Software without restriction, including without limitation the rights
+ * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+ * copies of the Software, and to permit persons to whom the Software is
+ * furnished to do so, subject to the following conditions:
+ *
+ * The above copyright notice and this permission notice shall be included in all
+ * copies or substantial portions of the Software.
+ *
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+ * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+ * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+ * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+ * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+ * SOFTWARE.
+ */
+var n="undefined"!=typeof window&&"undefined"!=typeof document&&"undefined"!=typeof navigator,r=function(){for(var t=["Edge","Trident","Firefox"],e=0;e<t.length;e+=1)if(n&&navigator.userAgent.indexOf(t[e])>=0)return 1;return 0}();var a=n&&window.Promise?function(t){var e=!1;return function(){e||(e=!0,window.Promise.resolve().then((function(){e=!1,t()})))}}:function(t){var e=!1;return function(){e||(e=!0,setTimeout((function(){e=!1,t()}),r))}};function o(t){return t&&"[object Function]"==={}.toString.call(t)}function i(t,e){if(1!==t.nodeType)return[];var n=t.ownerDocument.defaultView.getComputedStyle(t,null);return e?n[e]:n}function s(t){return"HTML"===t.nodeName?t:t.parentNode||t.host}function l(t){if(!t)return document.body;switch(t.nodeName){case"HTML":case"BODY":return t.ownerDocument.body;case"#document":return t.body}var e=i(t),n=e.overflow,r=e.overflowX,a=e.overflowY;return/(auto|scroll|overlay)/.test(n+a+r)?t:l(s(t))}function u(t){return t&&t.referenceNode?t.referenceNode:t}var c=n&&!(!window.MSInputMethodContext||!document.documentMode),p=n&&/MSIE 10/.test(navigator.userAgent);function f(t){return 11===t?c:10===t?p:c||p}function A(t){if(!t)return document.documentElement;for(var e=f(10)?document.body:null,n=t.offsetParent||null;n===e&&t.nextElementSibling;)n=(t=t.nextElementSibling).offsetParent;var r=n&&n.nodeName;return r&&"BODY"!==r&&"HTML"!==r?-1!==["TH","TD","TABLE"].indexOf(n.nodeName)&&"static"===i(n,"position")?A(n):n:t?t.ownerDocument.documentElement:document.documentElement}function d(t){return null!==t.parentNode?d(t.parentNode):t}function h(t,e){if(!(t&&t.nodeType&&e&&e.nodeType))return document.documentElement;var n=t.compareDocumentPosition(e)&Node.DOCUMENT_POSITION_FOLLOWING,r=n?t:e,a=n?e:t,o=document.createRange();o.setStart(r,0),o.setEnd(a,0);var i,s,l=o.commonAncestorContainer;if(t!==l&&e!==l||r.contains(a))return"BODY"===(s=(i=l).nodeName)||"HTML"!==s&&A(i.firstElementChild)!==i?A(l):l;var u=d(t);return u.host?h(u.host,e):h(t,d(e).host)}function m(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"top",n="top"===e?"scrollTop":"scrollLeft",r=t.nodeName;if("BODY"===r||"HTML"===r){var a=t.ownerDocument.documentElement,o=t.ownerDocument.scrollingElement||a;return o[n]}return t[n]}function g(t,e){var n=arguments.length>2&&void 0!==arguments[2]&&arguments[2],r=m(e,"top"),a=m(e,"left"),o=n?-1:1;return t.top+=r*o,t.bottom+=r*o,t.left+=a*o,t.right+=a*o,t}function v(t,e){var n="x"===e?"Left":"Top",r="Left"===n?"Right":"Bottom";return parseFloat(t["border"+n+"Width"])+parseFloat(t["border"+r+"Width"])}function y(t,e,n,r){return Math.max(e["offset"+t],e["scroll"+t],n["client"+t],n["offset"+t],n["scroll"+t],f(10)?parseInt(n["offset"+t])+parseInt(r["margin"+("Height"===t?"Top":"Left")])+parseInt(r["margin"+("Height"===t?"Bottom":"Right")]):0)}function b(t){var e=t.body,n=t.documentElement,r=f(10)&&getComputedStyle(n);return{height:y("Height",e,n,r),width:y("Width",e,n,r)}}var x=function(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")},w=function(){function t(t,e){for(var n=0;n<e.length;n++){var r=e[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(t,r.key,r)}}return function(e,n,r){return n&&t(e.prototype,n),r&&t(e,r),e}}(),C=function(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t},T=Object.assign||function(t){for(var e=1;e<arguments.length;e++){var n=arguments[e];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(t[r]=n[r])}return t};function E(t){return T({},t,{right:t.left+t.width,bottom:t.top+t.height})}function _(t){var e={};try{if(f(10)){e=t.getBoundingClientRect();var n=m(t,"top"),r=m(t,"left");e.top+=n,e.left+=r,e.bottom+=n,e.right+=r}else e=t.getBoundingClientRect()}catch(t){}var a={left:e.left,top:e.top,width:e.right-e.left,height:e.bottom-e.top},o="HTML"===t.nodeName?b(t.ownerDocument):{},s=o.width||t.clientWidth||a.width,l=o.height||t.clientHeight||a.height,u=t.offsetWidth-s,c=t.offsetHeight-l;if(u||c){var p=i(t);u-=v(p,"x"),c-=v(p,"y"),a.width-=u,a.height-=c}return E(a)}function S(t,e){var n=arguments.length>2&&void 0!==arguments[2]&&arguments[2],r=f(10),a="HTML"===e.nodeName,o=_(t),s=_(e),u=l(t),c=i(e),p=parseFloat(c.borderTopWidth),A=parseFloat(c.borderLeftWidth);n&&a&&(s.top=Math.max(s.top,0),s.left=Math.max(s.left,0));var d=E({top:o.top-s.top-p,left:o.left-s.left-A,width:o.width,height:o.height});if(d.marginTop=0,d.marginLeft=0,!r&&a){var h=parseFloat(c.marginTop),m=parseFloat(c.marginLeft);d.top-=p-h,d.bottom-=p-h,d.left-=A-m,d.right-=A-m,d.marginTop=h,d.marginLeft=m}return(r&&!n?e.contains(u):e===u&&"BODY"!==u.nodeName)&&(d=g(d,e)),d}function I(t){var e=arguments.length>1&&void 0!==arguments[1]&&arguments[1],n=t.ownerDocument.documentElement,r=S(t,n),a=Math.max(n.clientWidth,window.innerWidth||0),o=Math.max(n.clientHeight,window.innerHeight||0),i=e?0:m(n),s=e?0:m(n,"left"),l={top:i-r.top+r.marginTop,left:s-r.left+r.marginLeft,width:a,height:o};return E(l)}function k(t){var e=t.nodeName;if("BODY"===e||"HTML"===e)return!1;if("fixed"===i(t,"position"))return!0;var n=s(t);return!!n&&k(n)}function O(t){if(!t||!t.parentElement||f())return document.documentElement;for(var e=t.parentElement;e&&"none"===i(e,"transform");)e=e.parentElement;return e||document.documentElement}function B(t,e,n,r){var a=arguments.length>4&&void 0!==arguments[4]&&arguments[4],o={top:0,left:0},i=a?O(t):h(t,u(e));if("viewport"===r)o=I(i,a);else{var c=void 0;"scrollParent"===r?"BODY"===(c=l(s(e))).nodeName&&(c=t.ownerDocument.documentElement):c="window"===r?t.ownerDocument.documentElement:r;var p=S(c,i,a);if("HTML"!==c.nodeName||k(i))o=p;else{var f=b(t.ownerDocument),A=f.height,d=f.width;o.top+=p.top-p.marginTop,o.bottom=A+p.top,o.left+=p.left-p.marginLeft,o.right=d+p.left}}var m="number"==typeof(n=n||0);return o.left+=m?n:n.left||0,o.top+=m?n:n.top||0,o.right-=m?n:n.right||0,o.bottom-=m?n:n.bottom||0,o}function M(t){return t.width*t.height}function N(t,e,n,r,a){var o=arguments.length>5&&void 0!==arguments[5]?arguments[5]:0;if(-1===t.indexOf("auto"))return t;var i=B(n,r,o,a),s={top:{width:i.width,height:e.top-i.top},right:{width:i.right-e.right,height:i.height},bottom:{width:i.width,height:i.bottom-e.bottom},left:{width:e.left-i.left,height:i.height}},l=Object.keys(s).map((function(t){return T({key:t},s[t],{area:M(s[t])})})).sort((function(t,e){return e.area-t.area})),u=l.filter((function(t){var e=t.width,r=t.height;return e>=n.clientWidth&&r>=n.clientHeight})),c=u.length>0?u[0].key:l[0].key,p=t.split("-")[1];return c+(p?"-"+p:"")}function j(t,e,n){var r=arguments.length>3&&void 0!==arguments[3]?arguments[3]:null,a=r?O(e):h(e,u(n));return S(n,a,r)}function L(t){var e=t.ownerDocument.defaultView.getComputedStyle(t),n=parseFloat(e.marginTop||0)+parseFloat(e.marginBottom||0),r=parseFloat(e.marginLeft||0)+parseFloat(e.marginRight||0);return{width:t.offsetWidth+r,height:t.offsetHeight+n}}function F(t){var e={left:"right",right:"left",bottom:"top",top:"bottom"};return t.replace(/left|right|bottom|top/g,(function(t){return e[t]}))}function D(t,e,n){n=n.split("-")[0];var r=L(t),a={width:r.width,height:r.height},o=-1!==["right","left"].indexOf(n),i=o?"top":"left",s=o?"left":"top",l=o?"height":"width",u=o?"width":"height";return a[i]=e[i]+e[l]/2-r[l]/2,a[s]=n===s?e[s]-r[u]:e[F(s)],a}function P(t,e){return Array.prototype.find?t.find(e):t.filter(e)[0]}function U(t,e,n){return(void 0===n?t:t.slice(0,function(t,e,n){if(Array.prototype.findIndex)return t.findIndex((function(t){return t[e]===n}));var r=P(t,(function(t){return t[e]===n}));return t.indexOf(r)}(t,"name",n))).forEach((function(t){t.function&&console.warn("`modifier.function` is deprecated, use `modifier.fn`!");var n=t.function||t.fn;t.enabled&&o(n)&&(e.offsets.popper=E(e.offsets.popper),e.offsets.reference=E(e.offsets.reference),e=n(e,t))})),e}function R(){if(!this.state.isDestroyed){var t={instance:this,styles:{},arrowStyles:{},attributes:{},flipped:!1,offsets:{}};t.offsets.reference=j(this.state,this.popper,this.reference,this.options.positionFixed),t.placement=N(this.options.placement,t.offsets.reference,this.popper,this.reference,this.options.modifiers.flip.boundariesElement,this.options.modifiers.flip.padding),t.originalPlacement=t.placement,t.positionFixed=this.options.positionFixed,t.offsets.popper=D(this.popper,t.offsets.reference,t.placement),t.offsets.popper.position=this.options.positionFixed?"fixed":"absolute",t=U(this.modifiers,t),this.state.isCreated?this.options.onUpdate(t):(this.state.isCreated=!0,this.options.onCreate(t))}}function z(t,e){return t.some((function(t){var n=t.name;return t.enabled&&n===e}))}function $(t){for(var e=[!1,"ms","Webkit","Moz","O"],n=t.charAt(0).toUpperCase()+t.slice(1),r=0;r<e.length;r++){var a=e[r],o=a?""+a+n:t;if(void 0!==document.body.style[o])return o}return null}function Q(){return this.state.isDestroyed=!0,z(this.modifiers,"applyStyle")&&(this.popper.removeAttribute("x-placement"),this.popper.style.position="",this.popper.style.top="",this.popper.style.left="",this.popper.style.right="",this.popper.style.bottom="",this.popper.style.willChange="",this.popper.style[$("transform")]=""),this.disableEventListeners(),this.options.removeOnDestroy&&this.popper.parentNode.removeChild(this.popper),this}function G(t){var e=t.ownerDocument;return e?e.defaultView:window}function H(t,e,n,r){n.updateBound=r,G(t).addEventListener("resize",n.updateBound,{passive:!0});var a=l(t);return function t(e,n,r,a){var o="BODY"===e.nodeName,i=o?e.ownerDocument.defaultView:e;i.addEventListener(n,r,{passive:!0}),o||t(l(i.parentNode),n,r,a),a.push(i)}(a,"scroll",n.updateBound,n.scrollParents),n.scrollElement=a,n.eventsEnabled=!0,n}function Y(){this.state.eventsEnabled||(this.state=H(this.reference,this.options,this.state,this.scheduleUpdate))}function W(){var t,e;this.state.eventsEnabled&&(cancelAnimationFrame(this.scheduleUpdate),this.state=(t=this.reference,e=this.state,G(t).removeEventListener("resize",e.updateBound),e.scrollParents.forEach((function(t){t.removeEventListener("scroll",e.updateBound)})),e.updateBound=null,e.scrollParents=[],e.scrollElement=null,e.eventsEnabled=!1,e))}function V(t){return""!==t&&!isNaN(parseFloat(t))&&isFinite(t)}function Z(t,e){Object.keys(e).forEach((function(n){var r="";-1!==["width","height","top","right","bottom","left"].indexOf(n)&&V(e[n])&&(r="px"),t.style[n]=e[n]+r}))}var J=n&&/Firefox/i.test(navigator.userAgent);function X(t,e,n){var r=P(t,(function(t){return t.name===e})),a=!!r&&t.some((function(t){return t.name===n&&t.enabled&&t.order<r.order}));if(!a){var o="`"+e+"`",i="`"+n+"`";console.warn(i+" modifier is required by "+o+" modifier in order to work, be sure to include it before "+o+"!")}return a}var q=["auto-start","auto","auto-end","top-start","top","top-end","right-start","right","right-end","bottom-end","bottom","bottom-start","left-end","left","left-start"],K=q.slice(3);function tt(t){var e=arguments.length>1&&void 0!==arguments[1]&&arguments[1],n=K.indexOf(t),r=K.slice(n+1).concat(K.slice(0,n));return e?r.reverse():r}var et="flip",nt="clockwise",rt="counterclockwise";function at(t,e,n,r){var a=[0,0],o=-1!==["right","left"].indexOf(r),i=t.split(/(\+|\-)/).map((function(t){return t.trim()})),s=i.indexOf(P(i,(function(t){return-1!==t.search(/,|\s/)})));i[s]&&-1===i[s].indexOf(",")&&console.warn("Offsets separated by white space(s) are deprecated, use a comma (,) instead.");var l=/\s*,\s*|\s+/,u=-1!==s?[i.slice(0,s).concat([i[s].split(l)[0]]),[i[s].split(l)[1]].concat(i.slice(s+1))]:[i];return(u=u.map((function(t,r){var a=(1===r?!o:o)?"height":"width",i=!1;return t.reduce((function(t,e){return""===t[t.length-1]&&-1!==["+","-"].indexOf(e)?(t[t.length-1]=e,i=!0,t):i?(t[t.length-1]+=e,i=!1,t):t.concat(e)}),[]).map((function(t){return function(t,e,n,r){var a=t.match(/((?:\-|\+)?\d*\.?\d*)(.*)/),o=+a[1],i=a[2];if(!o)return t;if(0===i.indexOf("%")){var s=void 0;switch(i){case"%p":s=n;break;case"%":case"%r":default:s=r}return E(s)[e]/100*o}if("vh"===i||"vw"===i){return("vh"===i?Math.max(document.documentElement.clientHeight,window.innerHeight||0):Math.max(document.documentElement.clientWidth,window.innerWidth||0))/100*o}return o}(t,a,e,n)}))}))).forEach((function(t,e){t.forEach((function(n,r){V(n)&&(a[e]+=n*("-"===t[r-1]?-1:1))}))})),a}var ot={placement:"bottom",positionFixed:!1,eventsEnabled:!0,removeOnDestroy:!1,onCreate:function(){},onUpdate:function(){},modifiers:{shift:{order:100,enabled:!0,fn:function(t){var e=t.placement,n=e.split("-")[0],r=e.split("-")[1];if(r){var a=t.offsets,o=a.reference,i=a.popper,s=-1!==["bottom","top"].indexOf(n),l=s?"left":"top",u=s?"width":"height",c={start:C({},l,o[l]),end:C({},l,o[l]+o[u]-i[u])};t.offsets.popper=T({},i,c[r])}return t}},offset:{order:200,enabled:!0,fn:function(t,e){var n=e.offset,r=t.placement,a=t.offsets,o=a.popper,i=a.reference,s=r.split("-")[0],l=void 0;return l=V(+n)?[+n,0]:at(n,o,i,s),"left"===s?(o.top+=l[0],o.left-=l[1]):"right"===s?(o.top+=l[0],o.left+=l[1]):"top"===s?(o.left+=l[0],o.top-=l[1]):"bottom"===s&&(o.left+=l[0],o.top+=l[1]),t.popper=o,t},offset:0},preventOverflow:{order:300,enabled:!0,fn:function(t,e){var n=e.boundariesElement||A(t.instance.popper);t.instance.reference===n&&(n=A(n));var r=$("transform"),a=t.instance.popper.style,o=a.top,i=a.left,s=a[r];a.top="",a.left="",a[r]="";var l=B(t.instance.popper,t.instance.reference,e.padding,n,t.positionFixed);a.top=o,a.left=i,a[r]=s,e.boundaries=l;var u=e.priority,c=t.offsets.popper,p={primary:function(t){var n=c[t];return c[t]<l[t]&&!e.escapeWithReference&&(n=Math.max(c[t],l[t])),C({},t,n)},secondary:function(t){var n="right"===t?"left":"top",r=c[n];return c[t]>l[t]&&!e.escapeWithReference&&(r=Math.min(c[n],l[t]-("right"===t?c.width:c.height))),C({},n,r)}};return u.forEach((function(t){var e=-1!==["left","top"].indexOf(t)?"primary":"secondary";c=T({},c,p[e](t))})),t.offsets.popper=c,t},priority:["left","right","top","bottom"],padding:5,boundariesElement:"scrollParent"},keepTogether:{order:400,enabled:!0,fn:function(t){var e=t.offsets,n=e.popper,r=e.reference,a=t.placement.split("-")[0],o=Math.floor,i=-1!==["top","bottom"].indexOf(a),s=i?"right":"bottom",l=i?"left":"top",u=i?"width":"height";return n[s]<o(r[l])&&(t.offsets.popper[l]=o(r[l])-n[u]),n[l]>o(r[s])&&(t.offsets.popper[l]=o(r[s])),t}},arrow:{order:500,enabled:!0,fn:function(t,e){var n;if(!X(t.instance.modifiers,"arrow","keepTogether"))return t;var r=e.element;if("string"==typeof r){if(!(r=t.instance.popper.querySelector(r)))return t}else if(!t.instance.popper.contains(r))return console.warn("WARNING: `arrow.element` must be child of its popper element!"),t;var a=t.placement.split("-")[0],o=t.offsets,s=o.popper,l=o.reference,u=-1!==["left","right"].indexOf(a),c=u?"height":"width",p=u?"Top":"Left",f=p.toLowerCase(),A=u?"left":"top",d=u?"bottom":"right",h=L(r)[c];l[d]-h<s[f]&&(t.offsets.popper[f]-=s[f]-(l[d]-h)),l[f]+h>s[d]&&(t.offsets.popper[f]+=l[f]+h-s[d]),t.offsets.popper=E(t.offsets.popper);var m=l[f]+l[c]/2-h/2,g=i(t.instance.popper),v=parseFloat(g["margin"+p]),y=parseFloat(g["border"+p+"Width"]),b=m-t.offsets.popper[f]-v-y;return b=Math.max(Math.min(s[c]-h,b),0),t.arrowElement=r,t.offsets.arrow=(C(n={},f,Math.round(b)),C(n,A,""),n),t},element:"[x-arrow]"},flip:{order:600,enabled:!0,fn:function(t,e){if(z(t.instance.modifiers,"inner"))return t;if(t.flipped&&t.placement===t.originalPlacement)return t;var n=B(t.instance.popper,t.instance.reference,e.padding,e.boundariesElement,t.positionFixed),r=t.placement.split("-")[0],a=F(r),o=t.placement.split("-")[1]||"",i=[];switch(e.behavior){case et:i=[r,a];break;case nt:i=tt(r);break;case rt:i=tt(r,!0);break;default:i=e.behavior}return i.forEach((function(s,l){if(r!==s||i.length===l+1)return t;r=t.placement.split("-")[0],a=F(r);var u=t.offsets.popper,c=t.offsets.reference,p=Math.floor,f="left"===r&&p(u.right)>p(c.left)||"right"===r&&p(u.left)<p(c.right)||"top"===r&&p(u.bottom)>p(c.top)||"bottom"===r&&p(u.top)<p(c.bottom),A=p(u.left)<p(n.left),d=p(u.right)>p(n.right),h=p(u.top)<p(n.top),m=p(u.bottom)>p(n.bottom),g="left"===r&&A||"right"===r&&d||"top"===r&&h||"bottom"===r&&m,v=-1!==["top","bottom"].indexOf(r),y=!!e.flipVariations&&(v&&"start"===o&&A||v&&"end"===o&&d||!v&&"start"===o&&h||!v&&"end"===o&&m),b=!!e.flipVariationsByContent&&(v&&"start"===o&&d||v&&"end"===o&&A||!v&&"start"===o&&m||!v&&"end"===o&&h),x=y||b;(f||g||x)&&(t.flipped=!0,(f||g)&&(r=i[l+1]),x&&(o=function(t){return"end"===t?"start":"start"===t?"end":t}(o)),t.placement=r+(o?"-"+o:""),t.offsets.popper=T({},t.offsets.popper,D(t.instance.popper,t.offsets.reference,t.placement)),t=U(t.instance.modifiers,t,"flip"))})),t},behavior:"flip",padding:5,boundariesElement:"viewport",flipVariations:!1,flipVariationsByContent:!1},inner:{order:700,enabled:!1,fn:function(t){var e=t.placement,n=e.split("-")[0],r=t.offsets,a=r.popper,o=r.reference,i=-1!==["left","right"].indexOf(n),s=-1===["top","left"].indexOf(n);return a[i?"left":"top"]=o[n]-(s?a[i?"width":"height"]:0),t.placement=F(e),t.offsets.popper=E(a),t}},hide:{order:800,enabled:!0,fn:function(t){if(!X(t.instance.modifiers,"hide","preventOverflow"))return t;var e=t.offsets.reference,n=P(t.instance.modifiers,(function(t){return"preventOverflow"===t.name})).boundaries;if(e.bottom<n.top||e.left>n.right||e.top>n.bottom||e.right<n.left){if(!0===t.hide)return t;t.hide=!0,t.attributes["x-out-of-boundaries"]=""}else{if(!1===t.hide)return t;t.hide=!1,t.attributes["x-out-of-boundaries"]=!1}return t}},computeStyle:{order:850,enabled:!0,fn:function(t,e){var n=e.x,r=e.y,a=t.offsets.popper,o=P(t.instance.modifiers,(function(t){return"applyStyle"===t.name})).gpuAcceleration;void 0!==o&&console.warn("WARNING: `gpuAcceleration` option moved to `computeStyle` modifier and will not be supported in future versions of Popper.js!");var i=void 0!==o?o:e.gpuAcceleration,s=A(t.instance.popper),l=_(s),u={position:a.position},c=function(t,e){var n=t.offsets,r=n.popper,a=n.reference,o=Math.round,i=Math.floor,s=function(t){return t},l=o(a.width),u=o(r.width),c=-1!==["left","right"].indexOf(t.placement),p=-1!==t.placement.indexOf("-"),f=e?c||p||l%2==u%2?o:i:s,A=e?o:s;return{left:f(l%2==1&&u%2==1&&!p&&e?r.left-1:r.left),top:A(r.top),bottom:A(r.bottom),right:f(r.right)}}(t,window.devicePixelRatio<2||!J),p="bottom"===n?"top":"bottom",f="right"===r?"left":"right",d=$("transform"),h=void 0,m=void 0;if(m="bottom"===p?"HTML"===s.nodeName?-s.clientHeight+c.bottom:-l.height+c.bottom:c.top,h="right"===f?"HTML"===s.nodeName?-s.clientWidth+c.right:-l.width+c.right:c.left,i&&d)u[d]="translate3d("+h+"px, "+m+"px, 0)",u[p]=0,u[f]=0,u.willChange="transform";else{var g="bottom"===p?-1:1,v="right"===f?-1:1;u[p]=m*g,u[f]=h*v,u.willChange=p+", "+f}var y={"x-placement":t.placement};return t.attributes=T({},y,t.attributes),t.styles=T({},u,t.styles),t.arrowStyles=T({},t.offsets.arrow,t.arrowStyles),t},gpuAcceleration:!0,x:"bottom",y:"right"},applyStyle:{order:900,enabled:!0,fn:function(t){var e,n;return Z(t.instance.popper,t.styles),e=t.instance.popper,n=t.attributes,Object.keys(n).forEach((function(t){!1!==n[t]?e.setAttribute(t,n[t]):e.removeAttribute(t)})),t.arrowElement&&Object.keys(t.arrowStyles).length&&Z(t.arrowElement,t.arrowStyles),t},onLoad:function(t,e,n,r,a){var o=j(a,e,t,n.positionFixed),i=N(n.placement,o,e,t,n.modifiers.flip.boundariesElement,n.modifiers.flip.padding);return e.setAttribute("x-placement",i),Z(e,{position:n.positionFixed?"fixed":"absolute"}),n},gpuAcceleration:void 0}}},it=function(){function t(e,n){var r=this,i=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{};x(this,t),this.scheduleUpdate=function(){return requestAnimationFrame(r.update)},this.update=a(this.update.bind(this)),this.options=T({},t.Defaults,i),this.state={isDestroyed:!1,isCreated:!1,scrollParents:[]},this.reference=e&&e.jquery?e[0]:e,this.popper=n&&n.jquery?n[0]:n,this.options.modifiers={},Object.keys(T({},t.Defaults.modifiers,i.modifiers)).forEach((function(e){r.options.modifiers[e]=T({},t.Defaults.modifiers[e]||{},i.modifiers?i.modifiers[e]:{})})),this.modifiers=Object.keys(this.options.modifiers).map((function(t){return T({name:t},r.options.modifiers[t])})).sort((function(t,e){return t.order-e.order})),this.modifiers.forEach((function(t){t.enabled&&o(t.onLoad)&&t.onLoad(r.reference,r.popper,r.options,t,r.state)})),this.update();var s=this.options.eventsEnabled;s&&this.enableEventListeners(),this.state.eventsEnabled=s}return w(t,[{key:"update",value:function(){return R.call(this)}},{key:"destroy",value:function(){return Q.call(this)}},{key:"enableEventListeners",value:function(){return Y.call(this)}},{key:"disableEventListeners",value:function(){return W.call(this)}}]),t}();it.Utils=("undefined"!=typeof window?window:t).PopperUtils,it.placements=q,it.Defaults=ot,e.default=it}.call(this,n(17))},,,,,,function(t,e){t.exports=function(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t},t.exports.default=t.exports,t.exports.__esModule=!0},,function(t,e,n){"use strict";var r=n(3),a=n(36).map;r({target:"Array",proto:!0,forced:!n(81)("map")},{map:function(t){return a(this,t,arguments.length>1?arguments[1]:void 0)}})},function(t,e,n){"use strict";var r=n(3),a=n(179).left,o=n(51),i=n(50),s=n(152);r({target:"Array",proto:!0,forced:!o("reduce")||!s&&i>79&&i<83},{reduce:function(t){return a(this,t,arguments.length,arguments.length>1?arguments[1]:void 0)}})},function(t,e,n){var r=n(11),a=n(19),o=n(8),i=n(92);t.exports=r?Object.defineProperties:function(t,e){o(t);for(var n,r=i(e),s=r.length,l=0;s>l;)a.f(t,n=r[l++],e[n]);return t}},function(t,e,n){var r=n(9)("iterator"),a=!1;try{var o=0,i={next:function(){return{done:!!o++}},return:function(){a=!0}};i[r]=function(){return this},Array.from(i,(function(){throw 2}))}catch(t){}t.exports=function(t,e){if(!e&&!a)return!1;var n=!1;try{var o={};o[r]=function(){return{next:function(){return{done:n=!0}}}},t(o)}catch(t){}return n}},function(t,e,n){"use strict";var r=n(3),a=n(241),o=n(99),i=n(148),s=n(84),l=n(18),u=n(21),c=n(9),p=n(44),f=n(149),A=n(470),d=A.IteratorPrototype,h=A.BUGGY_SAFARI_ITERATORS,m=c("iterator"),g=function(){return this};t.exports=function(t,e,n,c,A,v,y){a(n,e,c);var b,x,w,C=function(t){if(t===A&&I)return I;if(!h&&t in _)return _[t];switch(t){case"keys":case"values":case"entries":return function(){return new n(this,t)}}return function(){return new n(this)}},T=e+" Iterator",E=!1,_=t.prototype,S=_[m]||_["@@iterator"]||A&&_[A],I=!h&&S||C(A),k="Array"==e&&_.entries||S;if(k&&(b=o(k.call(new t)),d!==Object.prototype&&b.next&&(p||o(b)===d||(i?i(b,d):"function"!=typeof b[m]&&l(b,m,g)),s(b,T,!0,!0),p&&(f[T]=g))),"values"==A&&S&&"values"!==S.name&&(E=!0,I=function(){return S.call(this)}),p&&!y||_[m]===I||l(_,m,I),f[e]=I,A)if(x={values:C("values"),keys:v?I:C("keys"),entries:C("entries")},y)for(w in x)(h||E||!(w in _))&&u(_,w,x[w]);else r({target:e,proto:!0,forced:h||E},x);return x}},function(t,e,n){"use strict";var r=n(470).IteratorPrototype,a=n(98),o=n(33),i=n(84),s=n(149),l=function(){return this};t.exports=function(t,e,n){var u=e+" Iterator";return t.prototype=a(r,{next:o(1,n)}),i(t,u,!1,!0),s[u]=l,t}},,function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.getLoggerBuilder=o,e.getLogger=function(){return o().build()};var r=n(627),a=n(629);function o(){return new a.LoggerBuilder(r.buildConsoleLogger)}},,,,,,,,function(t,e,n){var r=n(129),a=n(254),o=n(49),i=n(181),s=/^\[object .+?Constructor\]$/,l=Function.prototype,u=Object.prototype,c=l.toString,p=u.hasOwnProperty,f=RegExp("^"+c.call(p).replace(/[\\^$.*+?()[\]{}|]/g,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$");t.exports=function(t){return!(!o(t)||a(t))&&(r(t)?f:s).test(i(t))}},function(t,e,n){var r=n(82),a=Object.prototype,o=a.hasOwnProperty,i=a.toString,s=r?r.toStringTag:void 0;t.exports=function(t){var e=o.call(t,s),n=t[s];try{t[s]=void 0;var r=!0}catch(t){}var a=i.call(t);return r&&(e?t[s]=n:delete t[s]),a}},function(t,e){var n=Object.prototype.toString;t.exports=function(t){return n.call(t)}},function(t,e,n){var r,a=n(255),o=(r=/[^.]+$/.exec(a&&a.keys&&a.keys.IE_PROTO||""))?"Symbol(src)_1."+r:"";t.exports=function(t){return!!o&&o in t}},function(t,e,n){var r=n(24)["__core-js_shared__"];t.exports=r},function(t,e){t.exports=function(t,e){return null==t?void 0:t[e]}},,,,,,,,,function(t,e,n){var r=n(266),a=n(182),o=n(125),i=a?function(t,e){return a(t,"toString",{configurable:!0,enumerable:!1,value:r(e),writable:!0})}:o;t.exports=i},function(t,e){t.exports=function(t){return function(){return t}}},,,,function(t,e){t.exports=function(t,e){for(var n=-1,r=Array(t);++n<t;)r[n]=e(n);return r}},function(t,e,n){var r=n(59),a=n(37);t.exports=function(t){return a(t)&&"[object Arguments]"==r(t)}},function(t,e){t.exports=function(){return!1}},function(t,e,n){var r=n(59),a=n(155),o=n(37),i={};i["[object Float32Array]"]=i["[object Float64Array]"]=i["[object Int8Array]"]=i["[object Int16Array]"]=i["[object Int32Array]"]=i["[object Uint8Array]"]=i["[object Uint8ClampedArray]"]=i["[object Uint16Array]"]=i["[object Uint32Array]"]=!0,i["[object Arguments]"]=i["[object Array]"]=i["[object ArrayBuffer]"]=i["[object Boolean]"]=i["[object DataView]"]=i["[object Date]"]=i["[object Error]"]=i["[object Function]"]=i["[object Map]"]=i["[object Number]"]=i["[object Object]"]=i["[object RegExp]"]=i["[object Set]"]=i["[object String]"]=i["[object WeakMap]"]=!1,t.exports=function(t){return o(t)&&a(t.length)&&!!i[r(t)]}},function(t,e,n){var r=n(184)(Object.keys,Object);t.exports=r},,function(t,e){t.exports=function(){this.__data__=[],this.size=0}},function(t,e,n){var r=n(107),a=Array.prototype.splice;t.exports=function(t){var e=this.__data__,n=r(e,t);return!(n<0)&&(n==e.length-1?e.pop():a.call(e,n,1),--this.size,!0)}},function(t,e,n){var r=n(107);t.exports=function(t){var e=this.__data__,n=r(e,t);return n<0?void 0:e[n][1]}},function(t,e,n){var r=n(107);t.exports=function(t){return r(this.__data__,t)>-1}},function(t,e,n){var r=n(107);t.exports=function(t,e){var n=this.__data__,a=r(n,t);return a<0?(++this.size,n.push([t,e])):n[a][1]=e,this}},function(t,e,n){var r=n(106);t.exports=function(){this.__data__=new r,this.size=0}},function(t,e){t.exports=function(t){var e=this.__data__,n=e.delete(t);return this.size=e.size,n}},function(t,e){t.exports=function(t){return this.__data__.get(t)}},function(t,e){t.exports=function(t){return this.__data__.has(t)}},function(t,e,n){var r=n(106),a=n(137),o=n(158);t.exports=function(t,e){var n=this.__data__;if(n instanceof r){var i=n.__data__;if(!a||i.length<199)return i.push([t,e]),this.size=++n.size,this;n=this.__data__=new o(i)}return n.set(t,e),this.size=n.size,this}},function(t,e,n){var r=n(287),a=n(106),o=n(137);t.exports=function(){this.size=0,this.__data__={hash:new r,map:new(o||a),string:new r}}},function(t,e,n){var r=n(288),a=n(289),o=n(290),i=n(291),s=n(292);function l(t){var e=-1,n=null==t?0:t.length;for(this.clear();++e<n;){var r=t[e];this.set(r[0],r[1])}}l.prototype.clear=r,l.prototype.delete=a,l.prototype.get=o,l.prototype.has=i,l.prototype.set=s,t.exports=l},function(t,e,n){var r=n(108);t.exports=function(){this.__data__=r?r(null):{},this.size=0}},function(t,e){t.exports=function(t){var e=this.has(t)&&delete this.__data__[t];return this.size-=e?1:0,e}},function(t,e,n){var r=n(108),a=Object.prototype.hasOwnProperty;t.exports=function(t){var e=this.__data__;if(r){var n=e[t];return"__lodash_hash_undefined__"===n?void 0:n}return a.call(e,t)?e[t]:void 0}},function(t,e,n){var r=n(108),a=Object.prototype.hasOwnProperty;t.exports=function(t){var e=this.__data__;return r?void 0!==e[t]:a.call(e,t)}},function(t,e,n){var r=n(108);t.exports=function(t,e){var n=this.__data__;return this.size+=this.has(t)?0:1,n[t]=r&&void 0===e?"__lodash_hash_undefined__":e,this}},function(t,e,n){var r=n(109);t.exports=function(t){var e=r(this,t).delete(t);return this.size-=e?1:0,e}},function(t,e){t.exports=function(t){var e=typeof t;return"string"==e||"number"==e||"symbol"==e||"boolean"==e?"__proto__"!==t:null===t}},function(t,e,n){var r=n(109);t.exports=function(t){return r(this,t).get(t)}},function(t,e,n){var r=n(109);t.exports=function(t){return r(this,t).has(t)}},function(t,e,n){var r=n(109);t.exports=function(t,e){var n=r(this,t),a=n.size;return n.set(t,e),this.size+=n.size==a?0:1,this}},function(t,e,n){var r=n(49),a=n(136),o=n(299),i=Object.prototype.hasOwnProperty;t.exports=function(t){if(!r(t))return o(t);var e=a(t),n=[];for(var s in t)("constructor"!=s||!e&&i.call(t,s))&&n.push(s);return n}},function(t,e){t.exports=function(t){var e=[];if(null!=t)for(var n in Object(t))e.push(n);return e}},function(t,e,n){(function(t){var r=n(24),a=e&&!e.nodeType&&e,o=a&&"object"==typeof t&&t&&!t.nodeType&&t,i=o&&o.exports===a?r.Buffer:void 0,s=i?i.allocUnsafe:void 0;t.exports=function(t,e){if(e)return t.slice();var n=t.length,r=s?s(n):new t.constructor(n);return t.copy(r),r}}).call(this,n(113)(t))},function(t,e){t.exports=function(t,e){for(var n=-1,r=null==t?0:t.length,a=0,o=[];++n<r;){var i=t[n];e(i,n,t)&&(o[a++]=i)}return o}},,function(t,e,n){var r=n(54)(n(24),"DataView");t.exports=r},function(t,e,n){var r=n(54)(n(24),"Promise");t.exports=r},function(t,e,n){var r=n(54)(n(24),"Set");t.exports=r},function(t,e,n){var r=n(173);t.exports=function(t,e){var n=e?r(t.buffer):t.buffer;return new t.constructor(n,t.byteOffset,t.length)}},function(t,e,n){var r=n(130),a=n(160),o=n(136);t.exports=function(t){return"function"!=typeof t.constructor||o(t)?{}:r(a(t))}},function(t,e,n){var r=n(59),a=n(160),o=n(37),i=Function.prototype,s=Object.prototype,l=i.toString,u=s.hasOwnProperty,c=l.call(Object);t.exports=function(t){if(!o(t)||"[object Object]"!=r(t))return!1;var e=a(t);if(null===e)return!0;var n=u.call(e,"constructor")&&e.constructor;return"function"==typeof n&&n instanceof n&&l.call(n)==c}},function(t,e,n){var r=n(157),a=n(186),o=n(315),i=n(318),s=n(114),l=n(31),u=n(135),c=n(168),p="[object Object]",f=Object.prototype.hasOwnProperty;t.exports=function(t,e,n,A,d,h){var m=l(t),g=l(e),v=m?"[object Array]":s(t),y=g?"[object Array]":s(e),b=(v="[object Arguments]"==v?p:v)==p,x=(y="[object Arguments]"==y?p:y)==p,w=v==y;if(w&&u(t)){if(!u(e))return!1;m=!0,b=!1}if(w&&!b)return h||(h=new r),m||c(t)?a(t,e,n,A,d,h):o(t,e,v,n,A,d,h);if(!(1&n)){var C=b&&f.call(t,"__wrapped__"),T=x&&f.call(e,"__wrapped__");if(C||T){var E=C?t.value():t,_=T?e.value():e;return h||(h=new r),d(E,_,n,A,h)}}return!!w&&(h||(h=new r),i(t,e,n,A,d,h))}},function(t,e,n){var r=n(158),a=n(311),o=n(312);function i(t){var e=-1,n=null==t?0:t.length;for(this.__data__=new r;++e<n;)this.add(t[e])}i.prototype.add=i.prototype.push=a,i.prototype.has=o,t.exports=i},function(t,e){t.exports=function(t){return this.__data__.set(t,"__lodash_hash_undefined__"),this}},function(t,e){t.exports=function(t){return this.__data__.has(t)}},function(t,e){t.exports=function(t,e){for(var n=-1,r=null==t?0:t.length;++n<r;)if(e(t[n],n,t))return!0;return!1}},function(t,e){t.exports=function(t,e){return t.has(e)}},function(t,e,n){var r=n(82),a=n(185),o=n(112),i=n(186),s=n(316),l=n(317),u=r?r.prototype:void 0,c=u?u.valueOf:void 0;t.exports=function(t,e,n,r,u,p,f){switch(n){case"[object DataView]":if(t.byteLength!=e.byteLength||t.byteOffset!=e.byteOffset)return!1;t=t.buffer,e=e.buffer;case"[object ArrayBuffer]":return!(t.byteLength!=e.byteLength||!p(new a(t),new a(e)));case"[object Boolean]":case"[object Date]":case"[object Number]":return o(+t,+e);case"[object Error]":return t.name==e.name&&t.message==e.message;case"[object RegExp]":case"[object String]":return t==e+"";case"[object Map]":var A=s;case"[object Set]":var d=1&r;if(A||(A=l),t.size!=e.size&&!d)return!1;var h=f.get(t);if(h)return h==e;r|=2,f.set(t,e);var m=i(A(t),A(e),r,u,p,f);return f.delete(t),m;case"[object Symbol]":if(c)return c.call(t)==c.call(e)}return!1}},function(t,e){t.exports=function(t){var e=-1,n=Array(t.size);return t.forEach((function(t,r){n[++e]=[r,t]})),n}},function(t,e){t.exports=function(t){var e=-1,n=Array(t.size);return t.forEach((function(t){n[++e]=t})),n}},function(t,e,n){var r=n(203),a=Object.prototype.hasOwnProperty;t.exports=function(t,e,n,o,i,s){var l=1&n,u=r(t),c=u.length;if(c!=r(e).length&&!l)return!1;for(var p=c;p--;){var f=u[p];if(!(l?f in e:a.call(e,f)))return!1}var A=s.get(t),d=s.get(e);if(A&&d)return A==e&&d==t;var h=!0;s.set(t,e),s.set(e,t);for(var m=l;++p<c;){var g=t[f=u[p]],v=e[f];if(o)var y=l?o(v,g,f,e,t,s):o(g,v,f,t,e,s);if(!(void 0===y?g===v||i(g,v,n,o,s):y)){h=!1;break}m||(m="constructor"==f)}if(h&&!m){var b=t.constructor,x=e.constructor;b==x||!("constructor"in t)||!("constructor"in e)||"function"==typeof b&&b instanceof b&&"function"==typeof x&&x instanceof x||(h=!1)}return s.delete(t),s.delete(e),h}},,,,,,,,function(t,e,n){var r=n(166),a=Math.max;t.exports=function(t,e,n){return e=a(void 0===e?t.length-1:e,0),function(){for(var o=arguments,i=-1,s=a(o.length-e,0),l=Array(s);++i<s;)l[i]=o[e+i];i=-1;for(var u=Array(e+1);++i<e;)u[i]=o[i];return u[e]=n(l),r(t,this,u)}}},,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,function(t,e,n){(function(t){var r=void 0!==t&&t||"undefined"!=typeof self&&self||window,a=Function.prototype.apply;function o(t,e){this._id=t,this._clearFn=e}e.setTimeout=function(){return new o(a.call(setTimeout,r,arguments),clearTimeout)},e.setInterval=function(){return new o(a.call(setInterval,r,arguments),clearInterval)},e.clearTimeout=e.clearInterval=function(t){t&&t.close()},o.prototype.unref=o.prototype.ref=function(){},o.prototype.close=function(){this._clearFn.call(r,this._id)},e.enroll=function(t,e){clearTimeout(t._idleTimeoutId),t._idleTimeout=e},e.unenroll=function(t){clearTimeout(t._idleTimeoutId),t._idleTimeout=-1},e._unrefActive=e.active=function(t){clearTimeout(t._idleTimeoutId);var e=t._idleTimeout;e>=0&&(t._idleTimeoutId=setTimeout((function(){t._onTimeout&&t._onTimeout()}),e))},n(464),e.setImmediate="undefined"!=typeof self&&self.setImmediate||void 0!==t&&t.setImmediate||this&&this.setImmediate,e.clearImmediate="undefined"!=typeof self&&self.clearImmediate||void 0!==t&&t.clearImmediate||this&&this.clearImmediate}).call(this,n(17))},function(t,e,n){(function(t,e){!function(t,n){"use strict";if(!t.setImmediate){var r,a,o,i,s,l=1,u={},c=!1,p=t.document,f=Object.getPrototypeOf&&Object.getPrototypeOf(t);f=f&&f.setTimeout?f:t,"[object process]"==={}.toString.call(t.process)?r=function(t){e.nextTick((function(){d(t)}))}:!function(){if(t.postMessage&&!t.importScripts){var e=!0,n=t.onmessage;return t.onmessage=function(){e=!1},t.postMessage("","*"),t.onmessage=n,e}}()?t.MessageChannel?((o=new MessageChannel).port1.onmessage=function(t){d(t.data)},r=function(t){o.port2.postMessage(t)}):p&&"onreadystatechange"in p.createElement("script")?(a=p.documentElement,r=function(t){var e=p.createElement("script");e.onreadystatechange=function(){d(t),e.onreadystatechange=null,a.removeChild(e),e=null},a.appendChild(e)}):r=function(t){setTimeout(d,0,t)}:(i="setImmediate$"+Math.random()+"$",s=function(e){e.source===t&&"string"==typeof e.data&&0===e.data.indexOf(i)&&d(+e.data.slice(i.length))},t.addEventListener?t.addEventListener("message",s,!1):t.attachEvent("onmessage",s),r=function(e){t.postMessage(i+e,"*")}),f.setImmediate=function(t){"function"!=typeof t&&(t=new Function(""+t));for(var e=new Array(arguments.length-1),n=0;n<e.length;n++)e[n]=arguments[n+1];var a={callback:t,args:e};return u[l]=a,r(l),l++},f.clearImmediate=A}function A(t){delete u[t]}function d(t){if(c)setTimeout(d,0,t);else{var e=u[t];if(e){c=!0;try{!function(t){var e=t.callback,n=t.args;switch(n.length){case 0:e();break;case 1:e(n[0]);break;case 2:e(n[0],n[1]);break;case 3:e(n[0],n[1],n[2]);break;default:e.apply(void 0,n)}}(e)}finally{A(t),c=!1}}}}}("undefined"==typeof self?void 0===t?this:t:self)}).call(this,n(17),n(57))},function(t,e,n){"use strict";var r=n(3),a=n(5),o=n(32),i=n(44),s=n(11),l=n(67),u=n(111),c=n(4),p=n(13),f=n(63),A=n(10),d=n(8),h=n(14),m=n(22),g=n(34),v=n(33),y=n(98),b=n(92),x=n(65),w=n(487),C=n(74),T=n(29),E=n(19),_=n(64),S=n(18),I=n(21),k=n(47),O=n(78),B=n(55),M=n(56),N=n(9),j=n(466),L=n(83),F=n(84),D=n(35),P=n(36).forEach,U=O("hidden"),R=N("toPrimitive"),z=D.set,$=D.getterFor("Symbol"),Q=Object.prototype,G=a.Symbol,H=o("JSON","stringify"),Y=T.f,W=E.f,V=w.f,Z=_.f,J=k("symbols"),X=k("op-symbols"),q=k("string-to-symbol-registry"),K=k("symbol-to-string-registry"),tt=k("wks"),et=a.QObject,nt=!et||!et.prototype||!et.prototype.findChild,rt=s&&c((function(){return 7!=y(W({},"a",{get:function(){return W(this,"a",{value:7}).a}})).a}))?function(t,e,n){var r=Y(Q,e);r&&delete Q[e],W(t,e,n),r&&t!==Q&&W(Q,e,r)}:W,at=function(t,e){var n=J[t]=y(G.prototype);return z(n,{type:"Symbol",tag:t,description:e}),s||(n.description=e),n},ot=u?function(t){return"symbol"==typeof t}:function(t){return Object(t)instanceof G},it=function(t,e,n){t===Q&&it(X,e,n),d(t);var r=g(e,!0);return d(n),p(J,r)?(n.enumerable?(p(t,U)&&t[U][r]&&(t[U][r]=!1),n=y(n,{enumerable:v(0,!1)})):(p(t,U)||W(t,U,v(1,{})),t[U][r]=!0),rt(t,r,n)):W(t,r,n)},st=function(t,e){d(t);var n=m(e),r=b(n).concat(pt(n));return P(r,(function(e){s&&!lt.call(n,e)||it(t,e,n[e])})),t},lt=function(t){var e=g(t,!0),n=Z.call(this,e);return!(this===Q&&p(J,e)&&!p(X,e))&&(!(n||!p(this,e)||!p(J,e)||p(this,U)&&this[U][e])||n)},ut=function(t,e){var n=m(t),r=g(e,!0);if(n!==Q||!p(J,r)||p(X,r)){var a=Y(n,r);return!a||!p(J,r)||p(n,U)&&n[U][r]||(a.enumerable=!0),a}},ct=function(t){var e=V(m(t)),n=[];return P(e,(function(t){p(J,t)||p(B,t)||n.push(t)})),n},pt=function(t){var e=t===Q,n=V(e?X:m(t)),r=[];return P(n,(function(t){!p(J,t)||e&&!p(Q,t)||r.push(J[t])})),r};(l||(I((G=function(){if(this instanceof G)throw TypeError("Symbol is not a constructor");var t=arguments.length&&void 0!==arguments[0]?String(arguments[0]):void 0,e=M(t),n=function(t){this===Q&&n.call(X,t),p(this,U)&&p(this[U],e)&&(this[U][e]=!1),rt(this,e,v(1,t))};return s&&nt&&rt(Q,e,{configurable:!0,set:n}),at(e,t)}).prototype,"toString",(function(){return $(this).tag})),I(G,"withoutSetter",(function(t){return at(M(t),t)})),_.f=lt,E.f=it,T.f=ut,x.f=w.f=ct,C.f=pt,j.f=function(t){return at(N(t),t)},s&&(W(G.prototype,"description",{configurable:!0,get:function(){return $(this).description}}),i||I(Q,"propertyIsEnumerable",lt,{unsafe:!0}))),r({global:!0,wrap:!0,forced:!l,sham:!l},{Symbol:G}),P(b(tt),(function(t){L(t)})),r({target:"Symbol",stat:!0,forced:!l},{for:function(t){var e=String(t);if(p(q,e))return q[e];var n=G(e);return q[e]=n,K[n]=e,n},keyFor:function(t){if(!ot(t))throw TypeError(t+" is not a symbol");if(p(K,t))return K[t]},useSetter:function(){nt=!0},useSimple:function(){nt=!1}}),r({target:"Object",stat:!0,forced:!l,sham:!s},{create:function(t,e){return void 0===e?y(t):st(y(t),e)},defineProperty:it,defineProperties:st,getOwnPropertyDescriptor:ut}),r({target:"Object",stat:!0,forced:!l},{getOwnPropertyNames:ct,getOwnPropertySymbols:pt}),r({target:"Object",stat:!0,forced:c((function(){C.f(1)}))},{getOwnPropertySymbols:function(t){return C.f(h(t))}}),H)&&r({target:"JSON",stat:!0,forced:!l||c((function(){var t=G();return"[null]"!=H([t])||"{}"!=H({a:t})||"{}"!=H(Object(t))}))},{stringify:function(t,e,n){for(var r,a=[t],o=1;arguments.length>o;)a.push(arguments[o++]);if(r=e,(A(e)||void 0!==t)&&!ot(t))return f(e)||(e=function(t,e){if("function"==typeof r&&(e=r.call(this,t,e)),!ot(e))return e}),a[1]=e,H.apply(null,a)}});G.prototype[R]||S(G.prototype,R,G.prototype.valueOf),F(G,"Symbol"),B[U]=!0},function(t,e,n){var r=n(9);e.f=r},function(t,e,n){var r=n(4);t.exports=!r((function(){function t(){}return t.prototype.constructor=null,Object.getPrototypeOf(new t)!==t.prototype}))},function(t,e,n){var r=n(9),a=n(149),o=r("iterator"),i=Array.prototype;t.exports=function(t){return void 0!==t&&(a.Array===t||i[o]===t)}},function(t,e,n){"use strict";var r=n(75),a=n(14),o=n(613),i=n(468),s=n(15),l=n(79),u=n(176);t.exports=function(t){var e,n,c,p,f,A,d=a(t),h="function"==typeof this?this:Array,m=arguments.length,g=m>1?arguments[1]:void 0,v=void 0!==g,y=u(d),b=0;if(v&&(g=r(g,m>2?arguments[2]:void 0,2)),null==y||h==Array&&i(y))for(n=new h(e=s(d.length));e>b;b++)A=v?g(d[b],b):d[b],l(n,b,A);else for(f=(p=y.call(d)).next,n=new h;!(c=f.call(p)).done;b++)A=v?o(p,g,[c.value,b],!0):c.value,l(n,b,A);return n.length=b,n}},function(t,e,n){"use strict";var r,a,o,i=n(4),s=n(99),l=n(18),u=n(13),c=n(9),p=n(44),f=c("iterator"),A=!1;[].keys&&("next"in(o=[].keys())?(a=s(s(o)))!==Object.prototype&&(r=a):A=!0);var d=null==r||i((function(){var t={};return r[f].call(t)!==t}));d&&(r={}),p&&!d||u(r,f)||l(r,f,(function(){return this})),t.exports={IteratorPrototype:r,BUGGY_SAFARI_ITERATORS:A}},function(t,e,n){var r=n(11),a=n(19).f,o=Function.prototype,i=o.toString,s=/^\s*function ([^ (]*)/;r&&!("name"in o)&&a(o,"name",{configurable:!0,get:function(){try{return i.call(this).match(s)[1]}catch(t){return""}}})},,function(t,e,n){var r=n(4),a=n(226);t.exports=function(t){return r((function(){return!!a[t]()||"​…᠎"!="​…᠎"[t]()||a[t].name!==t}))}},function(t,e){t.exports={CSSRuleList:0,CSSStyleDeclaration:0,CSSValueList:0,ClientRectList:0,DOMRectList:0,DOMStringList:0,DOMTokenList:1,DataTransferItemList:0,FileList:0,HTMLAllCollection:0,HTMLCollection:0,HTMLFormElement:0,HTMLSelectElement:0,MediaList:0,MimeTypeArray:0,NamedNodeMap:0,NodeList:1,PaintRequestList:0,Plugin:0,PluginArray:0,SVGLengthList:0,SVGNumberList:0,SVGPathSegList:0,SVGPointList:0,SVGStringList:0,SVGTransformList:0,SourceBufferList:0,StyleSheetList:0,TextTrackCueList:0,TextTrackList:0,TouchList:0}},function(t,e,n){var r=n(5),a=n(474),o=n(163),i=n(18),s=n(9),l=s("iterator"),u=s("toStringTag"),c=o.values;for(var p in a){var f=r[p],A=f&&f.prototype;if(A){if(A[l]!==c)try{i(A,l,c)}catch(t){A[l]=c}if(A[u]||i(A,u,p),a[p])for(var d in o)if(A[d]!==o[d])try{i(A,d,o[d])}catch(t){A[d]=o[d]}}}},function(t,e,n){var r=n(4),a=n(9),o=n(44),i=a("iterator");t.exports=!r((function(){var t=new URL("b?a=1&b=2&c=3","http://a"),e=t.searchParams,n="";return t.pathname="c%20d",e.forEach((function(t,r){e.delete("b"),n+=r+t})),o&&!t.toJSON||!e.sort||"http://a/c%20d?a=1&c=3"!==t.href||"3"!==e.get("c")||"a=1"!==String(new URLSearchParams("?a=1"))||!e[i]||"a"!==new URL("https://a@b").username||"b"!==new URLSearchParams(new URLSearchParams("a=b")).get("a")||"xn--e1aybc"!==new URL("http://тест").host||"#%D0%B1"!==new URL("http://a#б").hash||"a1c3"!==n||"x"!==new URL("http://x",void 0).host}))},,,,,function(t,e){function n(e){return"function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?(t.exports=n=function(t){return typeof t},t.exports.default=t.exports,t.exports.__esModule=!0):(t.exports=n=function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},t.exports.default=t.exports,t.exports.__esModule=!0),n(e)}t.exports=n,t.exports.default=t.exports,t.exports.__esModule=!0},,,,,function(t,e,n){var r=n(32);t.exports=r("document","documentElement")},function(t,e,n){var r=n(22),a=n(65).f,o={}.toString,i="object"==typeof window&&window&&Object.getOwnPropertyNames?Object.getOwnPropertyNames(window):[];t.exports.f=function(t){return i&&"[object Window]"==o.call(t)?function(t){try{return a(t)}catch(t){return i.slice()}}(t):a(r(t))}},function(t,e,n){"use strict";var r=n(3),a=n(11),o=n(5),i=n(13),s=n(10),l=n(19).f,u=n(110),c=o.Symbol;if(a&&"function"==typeof c&&(!("description"in c.prototype)||void 0!==c().description)){var p={},f=function(){var t=arguments.length<1||void 0===arguments[0]?void 0:String(arguments[0]),e=this instanceof f?new c(t):void 0===t?c():c(t);return""===t&&(p[e]=!0),e};u(f,c);var A=f.prototype=c.prototype;A.constructor=f;var d=A.toString,h="Symbol(test)"==String(c("test")),m=/^Symbol\((.*)\)[^)]+$/;l(A,"description",{configurable:!0,get:function(){var t=s(this)?this.valueOf():this,e=d.call(t);if(i(p,t))return"";var n=h?e.slice(7,-1):e.replace(m,"$1");return""===n?void 0:n}}),r({global:!0,forced:!0},{Symbol:f})}},function(t,e,n){n(83)("iterator")},function(t,e,n){var r=n(10);t.exports=function(t){if(!r(t)&&null!==t)throw TypeError("Can't set "+String(t)+" as a prototype");return t}},function(t,e,n){var r=n(8);t.exports=function(t){var e=t.return;if(void 0!==e)return r(e.call(t)).value}},function(t,e,n){var r=n(3),a=n(469);r({target:"Array",stat:!0,forced:!n(239)((function(t){Array.from(t)}))},{from:a})},function(t,e,n){"use strict";var r=n(3),a=n(10),o=n(63),i=n(60),s=n(15),l=n(22),u=n(79),c=n(9),p=n(81)("slice"),f=c("species"),A=[].slice,d=Math.max;r({target:"Array",proto:!0,forced:!p},{slice:function(t,e){var n,r,c,p=l(this),h=s(p.length),m=i(t,h),g=i(void 0===e?h:e,h);if(o(p)&&("function"!=typeof(n=p.constructor)||n!==Array&&!o(n.prototype)?a(n)&&null===(n=n[f])&&(n=void 0):n=void 0,n===Array||void 0===n))return A.call(p,m,g);for(r=new(void 0===n?Array:n)(d(g-m,0)),c=0;m<g;m++,c++)m in p&&u(r,c,p[m]);return r.length=c,r}})},,,,,,function(t,e,n){var r=n(3),a=n(4),o=n(22),i=n(29).f,s=n(11),l=a((function(){i(1)}));r({target:"Object",stat:!0,forced:!s||l,sham:!s},{getOwnPropertyDescriptor:function(t,e){return i(o(t),e)}})},function(t,e,n){var r=n(3),a=n(11),o=n(103),i=n(22),s=n(29),l=n(79);r({target:"Object",stat:!0,sham:!a},{getOwnPropertyDescriptors:function(t){for(var e,n,r=i(t),a=s.f,u=o(r),c={},p=0;u.length>p;)void 0!==(n=a(r,e=u[p++]))&&l(c,e,n);return c}})},function(t,e){t.exports=Object.is||function(t,e){return t===e?0!==t||1/t==1/e:t!=t&&e!=e}},function(t,e,n){var r=n(3),a=n(14),o=n(92);r({target:"Object",stat:!0,forced:n(4)((function(){o(1)}))},{keys:function(t){return o(a(t))}})},,function(t,e,n){"use strict";var r=n(3),a=n(189).trim;r({target:"String",proto:!0,forced:n(473)("trim")},{trim:function(){return a(this)}})},function(t,e,n){var r=n(5),a=n(474),o=n(147),i=n(18);for(var s in a){var l=r[s],u=l&&l.prototype;if(u&&u.forEach!==o)try{i(u,"forEach",o)}catch(t){u.forEach=o}}},function(t,e,n){"use strict";n(163);var r=n(3),a=n(32),o=n(476),i=n(21),s=n(188),l=n(84),u=n(241),c=n(35),p=n(150),f=n(13),A=n(75),d=n(96),h=n(8),m=n(10),g=n(98),v=n(33),y=n(626),b=n(176),x=n(9),w=a("fetch"),C=a("Headers"),T=x("iterator"),E=c.set,_=c.getterFor("URLSearchParams"),S=c.getterFor("URLSearchParamsIterator"),I=/\+/g,k=Array(4),O=function(t){return k[t-1]||(k[t-1]=RegExp("((?:%[\\da-f]{2}){"+t+"})","gi"))},B=function(t){try{return decodeURIComponent(t)}catch(e){return t}},M=function(t){var e=t.replace(I," "),n=4;try{return decodeURIComponent(e)}catch(t){for(;n;)e=e.replace(O(n--),B);return e}},N=/[!'()~]|%20/g,j={"!":"%21","'":"%27","(":"%28",")":"%29","~":"%7E","%20":"+"},L=function(t){return j[t]},F=function(t){return encodeURIComponent(t).replace(N,L)},D=function(t,e){if(e)for(var n,r,a=e.split("&"),o=0;o<a.length;)(n=a[o++]).length&&(r=n.split("="),t.push({key:M(r.shift()),value:M(r.join("="))}))},P=function(t){this.entries.length=0,D(this.entries,t)},U=function(t,e){if(t<e)throw TypeError("Not enough arguments")},R=u((function(t,e){E(this,{type:"URLSearchParamsIterator",iterator:y(_(t).entries),kind:e})}),"Iterator",(function(){var t=S(this),e=t.kind,n=t.iterator.next(),r=n.value;return n.done||(n.value="keys"===e?r.key:"values"===e?r.value:[r.key,r.value]),n})),z=function(){p(this,z,"URLSearchParams");var t,e,n,r,a,o,i,s,l,u=arguments.length>0?arguments[0]:void 0,c=this,A=[];if(E(c,{type:"URLSearchParams",entries:A,updateURL:function(){},updateSearchParams:P}),void 0!==u)if(m(u))if("function"==typeof(t=b(u)))for(n=(e=t.call(u)).next;!(r=n.call(e)).done;){if((i=(o=(a=y(h(r.value))).next).call(a)).done||(s=o.call(a)).done||!o.call(a).done)throw TypeError("Expected sequence with length 2");A.push({key:i.value+"",value:s.value+""})}else for(l in u)f(u,l)&&A.push({key:l,value:u[l]+""});else D(A,"string"==typeof u?"?"===u.charAt(0)?u.slice(1):u:u+"")},$=z.prototype;s($,{append:function(t,e){U(arguments.length,2);var n=_(this);n.entries.push({key:t+"",value:e+""}),n.updateURL()},delete:function(t){U(arguments.length,1);for(var e=_(this),n=e.entries,r=t+"",a=0;a<n.length;)n[a].key===r?n.splice(a,1):a++;e.updateURL()},get:function(t){U(arguments.length,1);for(var e=_(this).entries,n=t+"",r=0;r<e.length;r++)if(e[r].key===n)return e[r].value;return null},getAll:function(t){U(arguments.length,1);for(var e=_(this).entries,n=t+"",r=[],a=0;a<e.length;a++)e[a].key===n&&r.push(e[a].value);return r},has:function(t){U(arguments.length,1);for(var e=_(this).entries,n=t+"",r=0;r<e.length;)if(e[r++].key===n)return!0;return!1},set:function(t,e){U(arguments.length,1);for(var n,r=_(this),a=r.entries,o=!1,i=t+"",s=e+"",l=0;l<a.length;l++)(n=a[l]).key===i&&(o?a.splice(l--,1):(o=!0,n.value=s));o||a.push({key:i,value:s}),r.updateURL()},sort:function(){var t,e,n,r=_(this),a=r.entries,o=a.slice();for(a.length=0,n=0;n<o.length;n++){for(t=o[n],e=0;e<n;e++)if(a[e].key>t.key){a.splice(e,0,t);break}e===n&&a.push(t)}r.updateURL()},forEach:function(t){for(var e,n=_(this).entries,r=A(t,arguments.length>1?arguments[1]:void 0,3),a=0;a<n.length;)r((e=n[a++]).value,e.key,this)},keys:function(){return new R(this,"keys")},values:function(){return new R(this,"values")},entries:function(){return new R(this,"entries")}},{enumerable:!0}),i($,T,$.entries),i($,"toString",(function(){for(var t,e=_(this).entries,n=[],r=0;r<e.length;)t=e[r++],n.push(F(t.key)+"="+F(t.value));return n.join("&")}),{enumerable:!0}),l(z,"URLSearchParams"),r({global:!0,forced:!o},{URLSearchParams:z}),o||"function"!=typeof w||"function"!=typeof C||r({global:!0,enumerable:!0,forced:!0},{fetch:function(t){var e,n,r,a=[t];return arguments.length>1&&(m(e=arguments[1])&&(n=e.body,"URLSearchParams"===d(n)&&((r=e.headers?new C(e.headers):new C).has("content-type")||r.set("content-type","application/x-www-form-urlencoded;charset=UTF-8"),e=g(e,{body:v(0,String(n)),headers:v(0,r)}))),a.push(e)),w.apply(this,a)}}),t.exports={URLSearchParams:z,getState:_}},,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,function(t,e,n){var r=n(8),a=n(491);t.exports=function(t,e,n,o){try{return o?e(r(n)[0],n[1]):e(n)}catch(e){throw a(t),e}}},function(t,e,n){"use strict";var r=n(3),a=n(60),o=n(23),i=n(15),s=n(14),l=n(80),u=n(79),c=n(81)("splice"),p=Math.max,f=Math.min;r({target:"Array",proto:!0,forced:!c},{splice:function(t,e){var n,r,c,A,d,h,m=s(this),g=i(m.length),v=a(t,g),y=arguments.length;if(0===y?n=r=0:1===y?(n=0,r=g-v):(n=y-2,r=f(p(o(e),0),g-v)),g+n-r>9007199254740991)throw TypeError("Maximum allowed length exceeded");for(c=l(m,r),A=0;A<r;A++)(d=v+A)in m&&u(c,A,m[d]);if(c.length=r,n<r){for(A=v;A<g-r;A++)h=A+n,(d=A+r)in m?m[h]=m[d]:delete m[h];for(A=g;A>g-r+n;A--)delete m[A-1]}else if(n>r)for(A=g-r;A>v;A--)h=A+n-1,(d=A+r-1)in m?m[h]=m[d]:delete m[h];for(A=0;A<n;A++)m[A+v]=arguments[A+2];return m.length=g-r+n,c}})},,,,,,,,function(t,e,n){"use strict";var r=n(87),a=n(8),o=n(20),i=n(501),s=n(90);r("search",1,(function(t,e,n){return[function(e){var n=o(this),r=null==e?void 0:e[t];return void 0!==r?r.call(e,n):new RegExp(e)[t](String(n))},function(t){var r=n(e,t,this);if(r.done)return r.value;var o=a(t),l=String(this),u=o.lastIndex;i(u,0)||(o.lastIndex=0);var c=s(o,l);return i(o.lastIndex,u)||(o.lastIndex=u),null===c?-1:c.index}]}))},,function(t,e,n){"use strict";n(227);var r,a=n(3),o=n(11),i=n(476),s=n(5),l=n(238),u=n(21),c=n(150),p=n(13),f=n(127),A=n(469),d=n(89).codeAt,h=n(625),m=n(84),g=n(506),v=n(35),y=s.URL,b=g.URLSearchParams,x=g.getState,w=v.set,C=v.getterFor("URL"),T=Math.floor,E=Math.pow,_=/[A-Za-z]/,S=/[\d+-.A-Za-z]/,I=/\d/,k=/^(0x|0X)/,O=/^[0-7]+$/,B=/^\d+$/,M=/^[\dA-Fa-f]+$/,N=/[\0\t\n\r #%/:?@[\\]]/,j=/[\0\t\n\r #/:?@[\\]]/,L=/^[\u0000-\u001F ]+|[\u0000-\u001F ]+$/g,F=/[\t\n\r]/g,D=function(t,e){var n,r,a;if("["==e.charAt(0)){if("]"!=e.charAt(e.length-1))return"Invalid host";if(!(n=U(e.slice(1,-1))))return"Invalid host";t.host=n}else if(W(t)){if(e=h(e),N.test(e))return"Invalid host";if(null===(n=P(e)))return"Invalid host";t.host=n}else{if(j.test(e))return"Invalid host";for(n="",r=A(e),a=0;a<r.length;a++)n+=H(r[a],z);t.host=n}},P=function(t){var e,n,r,a,o,i,s,l=t.split(".");if(l.length&&""==l[l.length-1]&&l.pop(),(e=l.length)>4)return t;for(n=[],r=0;r<e;r++){if(""==(a=l[r]))return t;if(o=10,a.length>1&&"0"==a.charAt(0)&&(o=k.test(a)?16:8,a=a.slice(8==o?1:2)),""===a)i=0;else{if(!(10==o?B:8==o?O:M).test(a))return t;i=parseInt(a,o)}n.push(i)}for(r=0;r<e;r++)if(i=n[r],r==e-1){if(i>=E(256,5-e))return null}else if(i>255)return null;for(s=n.pop(),r=0;r<n.length;r++)s+=n[r]*E(256,3-r);return s},U=function(t){var e,n,r,a,o,i,s,l=[0,0,0,0,0,0,0,0],u=0,c=null,p=0,f=function(){return t.charAt(p)};if(":"==f()){if(":"!=t.charAt(1))return;p+=2,c=++u}for(;f();){if(8==u)return;if(":"!=f()){for(e=n=0;n<4&&M.test(f());)e=16*e+parseInt(f(),16),p++,n++;if("."==f()){if(0==n)return;if(p-=n,u>6)return;for(r=0;f();){if(a=null,r>0){if(!("."==f()&&r<4))return;p++}if(!I.test(f()))return;for(;I.test(f());){if(o=parseInt(f(),10),null===a)a=o;else{if(0==a)return;a=10*a+o}if(a>255)return;p++}l[u]=256*l[u]+a,2!=++r&&4!=r||u++}if(4!=r)return;break}if(":"==f()){if(p++,!f())return}else if(f())return;l[u++]=e}else{if(null!==c)return;p++,c=++u}}if(null!==c)for(i=u-c,u=7;0!=u&&i>0;)s=l[u],l[u--]=l[c+i-1],l[c+--i]=s;else if(8!=u)return;return l},R=function(t){var e,n,r,a;if("number"==typeof t){for(e=[],n=0;n<4;n++)e.unshift(t%256),t=T(t/256);return e.join(".")}if("object"==typeof t){for(e="",r=function(t){for(var e=null,n=1,r=null,a=0,o=0;o<8;o++)0!==t[o]?(a>n&&(e=r,n=a),r=null,a=0):(null===r&&(r=o),++a);return a>n&&(e=r,n=a),e}(t),n=0;n<8;n++)a&&0===t[n]||(a&&(a=!1),r===n?(e+=n?":":"::",a=!0):(e+=t[n].toString(16),n<7&&(e+=":")));return"["+e+"]"}return t},z={},$=f({},z,{" ":1,'"':1,"<":1,">":1,"`":1}),Q=f({},$,{"#":1,"?":1,"{":1,"}":1}),G=f({},Q,{"/":1,":":1,";":1,"=":1,"@":1,"[":1,"\\":1,"]":1,"^":1,"|":1}),H=function(t,e){var n=d(t,0);return n>32&&n<127&&!p(e,t)?t:encodeURIComponent(t)},Y={ftp:21,file:null,http:80,https:443,ws:80,wss:443},W=function(t){return p(Y,t.scheme)},V=function(t){return""!=t.username||""!=t.password},Z=function(t){return!t.host||t.cannotBeABaseURL||"file"==t.scheme},J=function(t,e){var n;return 2==t.length&&_.test(t.charAt(0))&&(":"==(n=t.charAt(1))||!e&&"|"==n)},X=function(t){var e;return t.length>1&&J(t.slice(0,2))&&(2==t.length||"/"===(e=t.charAt(2))||"\\"===e||"?"===e||"#"===e)},q=function(t){var e=t.path,n=e.length;!n||"file"==t.scheme&&1==n&&J(e[0],!0)||e.pop()},K=function(t){return"."===t||"%2e"===t.toLowerCase()},tt={},et={},nt={},rt={},at={},ot={},it={},st={},lt={},ut={},ct={},pt={},ft={},At={},dt={},ht={},mt={},gt={},vt={},yt={},bt={},xt=function(t,e,n,a){var o,i,s,l,u,c=n||tt,f=0,d="",h=!1,m=!1,g=!1;for(n||(t.scheme="",t.username="",t.password="",t.host=null,t.port=null,t.path=[],t.query=null,t.fragment=null,t.cannotBeABaseURL=!1,e=e.replace(L,"")),e=e.replace(F,""),o=A(e);f<=o.length;){switch(i=o[f],c){case tt:if(!i||!_.test(i)){if(n)return"Invalid scheme";c=nt;continue}d+=i.toLowerCase(),c=et;break;case et:if(i&&(S.test(i)||"+"==i||"-"==i||"."==i))d+=i.toLowerCase();else{if(":"!=i){if(n)return"Invalid scheme";d="",c=nt,f=0;continue}if(n&&(W(t)!=p(Y,d)||"file"==d&&(V(t)||null!==t.port)||"file"==t.scheme&&!t.host))return;if(t.scheme=d,n)return void(W(t)&&Y[t.scheme]==t.port&&(t.port=null));d="","file"==t.scheme?c=At:W(t)&&a&&a.scheme==t.scheme?c=rt:W(t)?c=st:"/"==o[f+1]?(c=at,f++):(t.cannotBeABaseURL=!0,t.path.push(""),c=vt)}break;case nt:if(!a||a.cannotBeABaseURL&&"#"!=i)return"Invalid scheme";if(a.cannotBeABaseURL&&"#"==i){t.scheme=a.scheme,t.path=a.path.slice(),t.query=a.query,t.fragment="",t.cannotBeABaseURL=!0,c=bt;break}c="file"==a.scheme?At:ot;continue;case rt:if("/"!=i||"/"!=o[f+1]){c=ot;continue}c=lt,f++;break;case at:if("/"==i){c=ut;break}c=gt;continue;case ot:if(t.scheme=a.scheme,i==r)t.username=a.username,t.password=a.password,t.host=a.host,t.port=a.port,t.path=a.path.slice(),t.query=a.query;else if("/"==i||"\\"==i&&W(t))c=it;else if("?"==i)t.username=a.username,t.password=a.password,t.host=a.host,t.port=a.port,t.path=a.path.slice(),t.query="",c=yt;else{if("#"!=i){t.username=a.username,t.password=a.password,t.host=a.host,t.port=a.port,t.path=a.path.slice(),t.path.pop(),c=gt;continue}t.username=a.username,t.password=a.password,t.host=a.host,t.port=a.port,t.path=a.path.slice(),t.query=a.query,t.fragment="",c=bt}break;case it:if(!W(t)||"/"!=i&&"\\"!=i){if("/"!=i){t.username=a.username,t.password=a.password,t.host=a.host,t.port=a.port,c=gt;continue}c=ut}else c=lt;break;case st:if(c=lt,"/"!=i||"/"!=d.charAt(f+1))continue;f++;break;case lt:if("/"!=i&&"\\"!=i){c=ut;continue}break;case ut:if("@"==i){h&&(d="%40"+d),h=!0,s=A(d);for(var v=0;v<s.length;v++){var y=s[v];if(":"!=y||g){var b=H(y,G);g?t.password+=b:t.username+=b}else g=!0}d=""}else if(i==r||"/"==i||"?"==i||"#"==i||"\\"==i&&W(t)){if(h&&""==d)return"Invalid authority";f-=A(d).length+1,d="",c=ct}else d+=i;break;case ct:case pt:if(n&&"file"==t.scheme){c=ht;continue}if(":"!=i||m){if(i==r||"/"==i||"?"==i||"#"==i||"\\"==i&&W(t)){if(W(t)&&""==d)return"Invalid host";if(n&&""==d&&(V(t)||null!==t.port))return;if(l=D(t,d))return l;if(d="",c=mt,n)return;continue}"["==i?m=!0:"]"==i&&(m=!1),d+=i}else{if(""==d)return"Invalid host";if(l=D(t,d))return l;if(d="",c=ft,n==pt)return}break;case ft:if(!I.test(i)){if(i==r||"/"==i||"?"==i||"#"==i||"\\"==i&&W(t)||n){if(""!=d){var x=parseInt(d,10);if(x>65535)return"Invalid port";t.port=W(t)&&x===Y[t.scheme]?null:x,d=""}if(n)return;c=mt;continue}return"Invalid port"}d+=i;break;case At:if(t.scheme="file","/"==i||"\\"==i)c=dt;else{if(!a||"file"!=a.scheme){c=gt;continue}if(i==r)t.host=a.host,t.path=a.path.slice(),t.query=a.query;else if("?"==i)t.host=a.host,t.path=a.path.slice(),t.query="",c=yt;else{if("#"!=i){X(o.slice(f).join(""))||(t.host=a.host,t.path=a.path.slice(),q(t)),c=gt;continue}t.host=a.host,t.path=a.path.slice(),t.query=a.query,t.fragment="",c=bt}}break;case dt:if("/"==i||"\\"==i){c=ht;break}a&&"file"==a.scheme&&!X(o.slice(f).join(""))&&(J(a.path[0],!0)?t.path.push(a.path[0]):t.host=a.host),c=gt;continue;case ht:if(i==r||"/"==i||"\\"==i||"?"==i||"#"==i){if(!n&&J(d))c=gt;else if(""==d){if(t.host="",n)return;c=mt}else{if(l=D(t,d))return l;if("localhost"==t.host&&(t.host=""),n)return;d="",c=mt}continue}d+=i;break;case mt:if(W(t)){if(c=gt,"/"!=i&&"\\"!=i)continue}else if(n||"?"!=i)if(n||"#"!=i){if(i!=r&&(c=gt,"/"!=i))continue}else t.fragment="",c=bt;else t.query="",c=yt;break;case gt:if(i==r||"/"==i||"\\"==i&&W(t)||!n&&("?"==i||"#"==i)){if(".."===(u=(u=d).toLowerCase())||"%2e."===u||".%2e"===u||"%2e%2e"===u?(q(t),"/"==i||"\\"==i&&W(t)||t.path.push("")):K(d)?"/"==i||"\\"==i&&W(t)||t.path.push(""):("file"==t.scheme&&!t.path.length&&J(d)&&(t.host&&(t.host=""),d=d.charAt(0)+":"),t.path.push(d)),d="","file"==t.scheme&&(i==r||"?"==i||"#"==i))for(;t.path.length>1&&""===t.path[0];)t.path.shift();"?"==i?(t.query="",c=yt):"#"==i&&(t.fragment="",c=bt)}else d+=H(i,Q);break;case vt:"?"==i?(t.query="",c=yt):"#"==i?(t.fragment="",c=bt):i!=r&&(t.path[0]+=H(i,z));break;case yt:n||"#"!=i?i!=r&&("'"==i&&W(t)?t.query+="%27":t.query+="#"==i?"%23":H(i,z)):(t.fragment="",c=bt);break;case bt:i!=r&&(t.fragment+=H(i,$))}f++}},wt=function(t){var e,n,r=c(this,wt,"URL"),a=arguments.length>1?arguments[1]:void 0,i=String(t),s=w(r,{type:"URL"});if(void 0!==a)if(a instanceof wt)e=C(a);else if(n=xt(e={},String(a)))throw TypeError(n);if(n=xt(s,i,null,e))throw TypeError(n);var l=s.searchParams=new b,u=x(l);u.updateSearchParams(s.query),u.updateURL=function(){s.query=String(l)||null},o||(r.href=Tt.call(r),r.origin=Et.call(r),r.protocol=_t.call(r),r.username=St.call(r),r.password=It.call(r),r.host=kt.call(r),r.hostname=Ot.call(r),r.port=Bt.call(r),r.pathname=Mt.call(r),r.search=Nt.call(r),r.searchParams=jt.call(r),r.hash=Lt.call(r))},Ct=wt.prototype,Tt=function(){var t=C(this),e=t.scheme,n=t.username,r=t.password,a=t.host,o=t.port,i=t.path,s=t.query,l=t.fragment,u=e+":";return null!==a?(u+="//",V(t)&&(u+=n+(r?":"+r:"")+"@"),u+=R(a),null!==o&&(u+=":"+o)):"file"==e&&(u+="//"),u+=t.cannotBeABaseURL?i[0]:i.length?"/"+i.join("/"):"",null!==s&&(u+="?"+s),null!==l&&(u+="#"+l),u},Et=function(){var t=C(this),e=t.scheme,n=t.port;if("blob"==e)try{return new wt(e.path[0]).origin}catch(t){return"null"}return"file"!=e&&W(t)?e+"://"+R(t.host)+(null!==n?":"+n:""):"null"},_t=function(){return C(this).scheme+":"},St=function(){return C(this).username},It=function(){return C(this).password},kt=function(){var t=C(this),e=t.host,n=t.port;return null===e?"":null===n?R(e):R(e)+":"+n},Ot=function(){var t=C(this).host;return null===t?"":R(t)},Bt=function(){var t=C(this).port;return null===t?"":String(t)},Mt=function(){var t=C(this),e=t.path;return t.cannotBeABaseURL?e[0]:e.length?"/"+e.join("/"):""},Nt=function(){var t=C(this).query;return t?"?"+t:""},jt=function(){return C(this).searchParams},Lt=function(){var t=C(this).fragment;return t?"#"+t:""},Ft=function(t,e){return{get:t,set:e,configurable:!0,enumerable:!0}};if(o&&l(Ct,{href:Ft(Tt,(function(t){var e=C(this),n=String(t),r=xt(e,n);if(r)throw TypeError(r);x(e.searchParams).updateSearchParams(e.query)})),origin:Ft(Et),protocol:Ft(_t,(function(t){var e=C(this);xt(e,String(t)+":",tt)})),username:Ft(St,(function(t){var e=C(this),n=A(String(t));if(!Z(e)){e.username="";for(var r=0;r<n.length;r++)e.username+=H(n[r],G)}})),password:Ft(It,(function(t){var e=C(this),n=A(String(t));if(!Z(e)){e.password="";for(var r=0;r<n.length;r++)e.password+=H(n[r],G)}})),host:Ft(kt,(function(t){var e=C(this);e.cannotBeABaseURL||xt(e,String(t),ct)})),hostname:Ft(Ot,(function(t){var e=C(this);e.cannotBeABaseURL||xt(e,String(t),pt)})),port:Ft(Bt,(function(t){var e=C(this);Z(e)||(""==(t=String(t))?e.port=null:xt(e,t,ft))})),pathname:Ft(Mt,(function(t){var e=C(this);e.cannotBeABaseURL||(e.path=[],xt(e,t+"",mt))})),search:Ft(Nt,(function(t){var e=C(this);""==(t=String(t))?e.query=null:("?"==t.charAt(0)&&(t=t.slice(1)),e.query="",xt(e,t,yt)),x(e.searchParams).updateSearchParams(e.query)})),searchParams:Ft(jt),hash:Ft(Lt,(function(t){var e=C(this);""!=(t=String(t))?("#"==t.charAt(0)&&(t=t.slice(1)),e.fragment="",xt(e,t,bt)):e.fragment=null}))}),u(Ct,"toJSON",(function(){return Tt.call(this)}),{enumerable:!0}),u(Ct,"toString",(function(){return Tt.call(this)}),{enumerable:!0}),y){var Dt=y.createObjectURL,Pt=y.revokeObjectURL;Dt&&u(wt,"createObjectURL",(function(t){return Dt.apply(y,arguments)})),Pt&&u(wt,"revokeObjectURL",(function(t){return Pt.apply(y,arguments)}))}m(wt,"URL"),a({global:!0,forced:!i,sham:!o},{URL:wt})},function(t,e,n){"use strict";var r=/[^\0-\u007E]/,a=/[.\u3002\uFF0E\uFF61]/g,o="Overflow: input needs wider integers to process",i=Math.floor,s=String.fromCharCode,l=function(t){return t+22+75*(t<26)},u=function(t,e,n){var r=0;for(t=n?i(t/700):t>>1,t+=i(t/e);t>455;r+=36)t=i(t/35);return i(r+36*t/(t+38))},c=function(t){var e,n,r=[],a=(t=function(t){for(var e=[],n=0,r=t.length;n<r;){var a=t.charCodeAt(n++);if(a>=55296&&a<=56319&&n<r){var o=t.charCodeAt(n++);56320==(64512&o)?e.push(((1023&a)<<10)+(1023&o)+65536):(e.push(a),n--)}else e.push(a)}return e}(t)).length,c=128,p=0,f=72;for(e=0;e<t.length;e++)(n=t[e])<128&&r.push(s(n));var A=r.length,d=A;for(A&&r.push("-");d<a;){var h=2147483647;for(e=0;e<t.length;e++)(n=t[e])>=c&&n<h&&(h=n);var m=d+1;if(h-c>i((2147483647-p)/m))throw RangeError(o);for(p+=(h-c)*m,c=h,e=0;e<t.length;e++){if((n=t[e])<c&&++p>2147483647)throw RangeError(o);if(n==c){for(var g=p,v=36;;v+=36){var y=v<=f?1:v>=f+26?26:v-f;if(g<y)break;var b=g-y,x=36-y;r.push(s(l(y+b%x))),g=i(b/x)}r.push(s(l(g))),f=u(p,m,d==A),p=0,++d}}++p,++c}return r.join("")};t.exports=function(t){var e,n,o=[],i=t.toLowerCase().replace(a,".").split(".");for(e=0;e<i.length;e++)n=i[e],o.push(r.test(n)?"xn--"+c(n):n);return o.join(".")}},function(t,e,n){var r=n(8),a=n(176);t.exports=function(t){var e=a(t);if("function"!=typeof e)throw TypeError(String(t)+" is not iterable");return r(e.call(t))}},function(t,e,n){"use strict";n(91),Object.defineProperty(e,"__esModule",{value:!0}),e.buildConsoleLogger=function(t){return new o(t)},e.ConsoleLogger=void 0;var r=n(628);function a(t,e){for(var n=0;n<e.length;n++){var r=e[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(t,r.key,r)}}var o=function(){function t(e){!function(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}(this,t),this.context=e}var e,n,o;return e=t,(n=[{key:"formatMessage",value:function(t,e,n){var r="["+e+"]";return n&&n.app&&(r+=" "+n.app+": "),r+t}},{key:"log",value:function(t,e,n){switch(t){case 0:console.debug(this.formatMessage(e,r.LogLevel.Debug,n),n);break;case 1:console.info(this.formatMessage(e,r.LogLevel.Info,n),n);break;case 2:console.warn(this.formatMessage(e,r.LogLevel.Warn,n),n);break;case 3:console.error(this.formatMessage(e,r.LogLevel.Error,n),n);break;default:console.error(this.formatMessage(e,r.LogLevel.Fatal,n),n)}}},{key:"debug",value:function(t,e){this.log(0,t,Object.assign({},this.context,e))}},{key:"info",value:function(t,e){this.log(1,t,Object.assign({},this.context,e))}},{key:"warn",value:function(t,e){this.log(2,t,Object.assign({},this.context,e))}},{key:"error",value:function(t,e){this.log(3,t,Object.assign({},this.context,e))}},{key:"fatal",value:function(t,e){this.log(4,t,Object.assign({},this.context,e))}}])&&a(e.prototype,n),o&&a(e,o),t}();e.ConsoleLogger=o},function(t,e,n){"use strict";var r;Object.defineProperty(e,"__esModule",{value:!0}),e.LogLevel=void 0,e.LogLevel=r,function(t){t.Debug="DEBUG",t.Info="INFO",t.Warn="WARN",t.Error="ERROR",t.Fatal="FATAL"}(r||(e.LogLevel=r={}))},function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.LoggerBuilder=void 0;var r=n(76);function a(t,e){for(var n=0;n<e.length;n++){var r=e[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(t,r.key,r)}}var o=function(){function t(e){!function(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}(this,t),this.context={},this.factory=e}var e,n,o;return e=t,(n=[{key:"setApp",value:function(t){return this.context.app=t,this}},{key:"setUid",value:function(t){return this.context.uid=t,this}},{key:"detectUser",value:function(){var t=(0,r.getCurrentUser)();return null!==t&&(this.context.uid=t.uid),this}},{key:"build",value:function(){return this.factory(this.context)}}])&&a(e.prototype,n),o&&a(e,o),t}();e.LoggerBuilder=o},,,,,,,,,,,,,function(t,e,n){"use strict";var r=n(26),a=n.n(r),o=n(27),i=n.n(o)()(a.a);i.push([t.i,'.header-menu__trigger[data-v-a58f012a]{display:flex;align-items:center;justify-content:center;width:50px;height:100%;margin:0;padding:0;cursor:pointer;opacity:.6}.header-menu--opened .header-menu__trigger[data-v-a58f012a],.header-menu__trigger[data-v-a58f012a]:hover,.header-menu__trigger[data-v-a58f012a]:focus,.header-menu__trigger[data-v-a58f012a]:active{opacity:1}.header-menu__wrapper[data-v-a58f012a]{position:absolute;z-index:2000;top:50px;right:5px;box-sizing:border-box;margin:0;border-radius:0 0 var(--border-radius) var(--border-radius);background-color:var(--color-main-background);filter:drop-shadow(0 1px 5px var(--color-box-shadow))}.header-menu__carret[data-v-a58f012a]{position:absolute;right:10px;bottom:100%;width:0;height:0;content:" ";pointer-events:none;border:10px solid transparent;border-bottom-color:var(--color-main-background)}.header-menu__content[data-v-a58f012a]{overflow:auto;width:350px;max-width:350px;min-height:calc(44px * 1.5);max-height:calc(100vh - 50px * 2)}',"",{version:3,sources:["webpack://./core/src/components/HeaderMenu.vue"],names:[],mappings:"AAiKC,uCACC,YAAA,CACA,kBAAA,CACA,sBAAA,CACA,UAAA,CACA,WAAA,CACA,QAAA,CACA,SAAA,CACA,cAAA,CACA,UAAA,CAGD,oMAIC,SAAA,CAGD,uCACC,iBAAA,CACA,YAAA,CACA,QAAA,CACA,SAAA,CACA,qBAAA,CACA,QAAA,CACA,2DAAA,CACA,6CAAA,CAEA,qDAAA,CAGD,sCACC,iBAAA,CACA,UAAA,CACA,WAAA,CACA,OAAA,CACA,QAAA,CACA,WAAA,CACA,mBAAA,CACA,6BAAA,CACA,gDAAA,CAGD,uCACC,aAAA,CACA,WAAA,CACA,eAAA,CACA,2BAAA,CACA,iCAAA",sourcesContent:["\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n.header-menu {\n\t&__trigger {\n\t\tdisplay: flex;\n\t\talign-items: center;\n\t\tjustify-content: center;\n\t\twidth: 50px;\n\t\theight: 100%;\n\t\tmargin: 0;\n\t\tpadding: 0;\n\t\tcursor: pointer;\n\t\topacity: .6;\n\t}\n\n\t&--opened &__trigger,\n\t&__trigger:hover,\n\t&__trigger:focus,\n\t&__trigger:active {\n\t\topacity: 1;\n\t}\n\n\t&__wrapper {\n\t\tposition: absolute;\n\t\tz-index: 2000;\n\t\ttop: 50px;\n\t\tright: 5px;\n\t\tbox-sizing: border-box;\n\t\tmargin: 0;\n\t\tborder-radius: 0 0 var(--border-radius) var(--border-radius);\n\t\tbackground-color: var(--color-main-background);\n\n\t\tfilter: drop-shadow(0 1px 5px var(--color-box-shadow));\n\t}\n\n\t&__carret {\n\t\tposition: absolute;\n\t\tright: 10px;\n\t\tbottom: 100%;\n\t\twidth: 0;\n\t\theight: 0;\n\t\tcontent: ' ';\n\t\tpointer-events: none;\n\t\tborder: 10px solid transparent;\n\t\tborder-bottom-color: var(--color-main-background);\n\t}\n\n\t&__content {\n\t\toverflow: auto;\n\t\twidth: 350px;\n\t\tmax-width: 350px;\n\t\tmin-height: calc(44px * 1.5);\n\t\tmax-height: calc(100vh - 50px * 2);\n\t}\n}\n\n"],sourceRoot:""}]),e.a=i},function(t,e,n){"use strict";var r=n(26),a=n.n(r),o=n(27),i=n.n(o)()(a.a);i.push([t.i,".unified-search__result[data-v-6a44d327]{display:flex;height:44px;padding:10px;border-bottom:1px solid var(--color-border)}.unified-search__result[data-v-6a44d327]:last-child{border-bottom:none}.unified-search__result--focused[data-v-6a44d327],.unified-search__result[data-v-6a44d327]:active,.unified-search__result[data-v-6a44d327]:hover,.unified-search__result[data-v-6a44d327]:focus{background-color:var(--color-background-hover)}.unified-search__result *[data-v-6a44d327]{cursor:pointer}.unified-search__result-icon[data-v-6a44d327]{overflow:hidden;width:44px;height:44px;border-radius:var(--border-radius);background-repeat:no-repeat;background-position:center center;background-size:32px}.unified-search__result-icon--rounded[data-v-6a44d327]{border-radius:22px}.unified-search__result-icon--no-preview[data-v-6a44d327]{background-size:32px}.unified-search__result-icon--with-thumbnail[data-v-6a44d327]{background-size:cover}.unified-search__result-icon--with-thumbnail[data-v-6a44d327]:not(.unified-search__result-icon--rounded){max-width:42px;max-height:42px;border:1px solid var(--color-border)}.unified-search__result-icon img[data-v-6a44d327]{width:100%;height:100%;object-fit:cover;object-position:center}.unified-search__result-icon[data-v-6a44d327],.unified-search__result-actions[data-v-6a44d327]{flex:0 0 44px}.unified-search__result-content[data-v-6a44d327]{display:flex;align-items:center;flex:1 1 100%;flex-wrap:wrap;min-width:0;padding-left:10px}.unified-search__result-line-one[data-v-6a44d327],.unified-search__result-line-two[data-v-6a44d327]{overflow:hidden;flex:1 1 100%;margin:1px 0;white-space:nowrap;text-overflow:ellipsis;color:inherit;font-size:inherit}.unified-search__result-line-two[data-v-6a44d327]{opacity:.7;font-size:var(--default-font-size)}","",{version:3,sources:["webpack://./core/src/components/UnifiedSearch/SearchResult.vue"],names:[],mappings:"AAwKA,yCACC,YAAA,CACA,WALgB,CAMhB,YALQ,CAMR,2CAAA,CAGA,oDACC,kBAAA,CAGD,gMAIC,8CAAA,CAGD,2CACC,cAAA,CAGD,8CACC,eAAA,CACA,UA3Be,CA4Bf,WA5Be,CA6Bf,kCAAA,CACA,2BAAA,CACA,iCAAA,CACA,oBAAA,CACA,uDACC,kBAAA,CAED,0DACC,oBAAA,CAED,8DACC,qBAAA,CAED,yGAEC,cAAA,CACA,eAAA,CACA,oCAAA,CAGD,kDAEC,UAAA,CACA,WAAA,CAEA,gBAAA,CACA,sBAAA,CAIF,+FAEC,aAAA,CAGD,iDACC,YAAA,CACA,kBAAA,CACA,aAAA,CACA,cAAA,CAEA,WAAA,CACA,iBAtEO,CAyER,oGAEC,eAAA,CACA,aAAA,CACA,YAAA,CACA,kBAAA,CACA,sBAAA,CAEA,aAAA,CACA,iBAAA,CAED,kDACC,UAAA,CACA,kCAAA",sourcesContent:["\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n$clickable-area: 44px;\n$margin: 10px;\n\n.unified-search__result {\n\tdisplay: flex;\n\theight: $clickable-area;\n\tpadding: $margin;\n\tborder-bottom: 1px solid var(--color-border);\n\n\t// Load more entry,\n\t&:last-child {\n\t\tborder-bottom: none;\n\t}\n\n\t&--focused,\n\t&:active,\n\t&:hover,\n\t&:focus {\n\t\tbackground-color: var(--color-background-hover);\n\t}\n\n\t* {\n\t\tcursor: pointer;\n\t}\n\n\t&-icon {\n\t\toverflow: hidden;\n\t\twidth: $clickable-area;\n\t\theight: $clickable-area;\n\t\tborder-radius: var(--border-radius);\n\t\tbackground-repeat: no-repeat;\n\t\tbackground-position: center center;\n\t\tbackground-size: 32px;\n\t\t&--rounded {\n\t\t\tborder-radius: $clickable-area / 2;\n\t\t}\n\t\t&--no-preview {\n\t\t\tbackground-size: 32px;\n\t\t}\n\t\t&--with-thumbnail {\n\t\t\tbackground-size: cover;\n\t\t}\n\t\t&--with-thumbnail:not(&--rounded) {\n\t\t\t// compensate for border\n\t\t\tmax-width: $clickable-area - 2px;\n\t\t\tmax-height: $clickable-area - 2px;\n\t\t\tborder: 1px solid var(--color-border);\n\t\t}\n\n\t\timg {\n\t\t\t// Make sure to keep ratio\n\t\t\twidth: 100%;\n\t\t\theight: 100%;\n\n\t\t\tobject-fit: cover;\n\t\t\tobject-position: center;\n\t\t}\n\t}\n\n\t&-icon,\n\t&-actions {\n\t\tflex: 0 0 $clickable-area;\n\t}\n\n\t&-content {\n\t\tdisplay: flex;\n\t\talign-items: center;\n\t\tflex: 1 1 100%;\n\t\tflex-wrap: wrap;\n\t\t// Set to minimum and gro from it\n\t\tmin-width: 0;\n\t\tpadding-left: $margin;\n\t}\n\n\t&-line-one,\n\t&-line-two {\n\t\toverflow: hidden;\n\t\tflex: 1 1 100%;\n\t\tmargin: 1px 0;\n\t\twhite-space: nowrap;\n\t\ttext-overflow: ellipsis;\n\t\t// Use the same color as the `a`\n\t\tcolor: inherit;\n\t\tfont-size: inherit;\n\t}\n\t&-line-two {\n\t\topacity: .7;\n\t\tfont-size: var(--default-font-size);\n\t}\n}\n\n"],sourceRoot:""}]),e.a=i},function(t,e,n){"use strict";var r=n(26),a=n.n(r),o=n(27),i=n.n(o)()(a.a);i.push([t.i,".unified-search__result-placeholder-gradient[data-v-7a4ff614]{position:fixed;height:0;width:0;z-index:-1}.unified-search__result-placeholder[data-v-7a4ff614]{width:calc(100% - 2 * 10px);height:44px;margin:10px}.unified-search__result-placeholder-icon[data-v-7a4ff614]{width:44px;height:44px;rx:var(--border-radius);ry:var(--border-radius)}.unified-search__result-placeholder-line-one[data-v-7a4ff614],.unified-search__result-placeholder-line-two[data-v-7a4ff614]{width:calc(100% - 54px);height:1em;x:54px}.unified-search__result-placeholder-line-one[data-v-7a4ff614]{y:5px}.unified-search__result-placeholder-line-two[data-v-7a4ff614]{y:25px}","",{version:3,sources:["webpack://./core/src/components/UnifiedSearch/SearchResultPlaceholders.vue"],names:[],mappings:"AAgEA,8DACC,cAAA,CACA,QAAA,CACA,OAAA,CACA,UAAA,CAGD,qDACC,2BAAA,CACA,WAZgB,CAahB,WAZQ,CAcR,0DACC,UAhBe,CAiBf,WAjBe,CAkBf,uBAAA,CACA,uBAAA,CAGD,4HAEC,uBAAA,CACA,UAAA,CACA,MAAA,CAGD,8DACC,KAAA,CAGD,8DACC,MAAA",sourcesContent:["\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n$clickable-area: 44px;\n$margin: 10px;\n\n.unified-search__result-placeholder-gradient {\n\tposition: fixed;\n\theight: 0;\n\twidth: 0;\n\tz-index: -1;\n}\n\n.unified-search__result-placeholder {\n\twidth: calc(100% - 2 * #{$margin});\n\theight: $clickable-area;\n\tmargin: $margin;\n\n\t&-icon {\n\t\twidth: $clickable-area;\n\t\theight: $clickable-area;\n\t\trx: var(--border-radius);\n\t\try: var(--border-radius);\n\t}\n\n\t&-line-one,\n\t&-line-two {\n\t\twidth: calc(100% - #{$margin + $clickable-area});\n\t\theight: 1em;\n\t\tx: $margin + $clickable-area;\n\t}\n\n\t&-line-one {\n\t\ty: 5px;\n\t}\n\n\t&-line-two {\n\t\ty: 25px;\n\t}\n}\n\n"],sourceRoot:""}]),e.a=i},function(t,e,n){"use strict";var r=n(26),a=n.n(r),o=n(27),i=n.n(o)()(a.a);i.push([t.i,".unified-search__trigger[data-v-86cb0f50]{width:20px;height:20px}.unified-search__input-wrapper[data-v-86cb0f50]{position:sticky;z-index:2;top:0;display:inline-flex;align-items:center;width:100%;background-color:var(--color-main-background)}.unified-search__filters[data-v-86cb0f50]{margin:5px 10px}.unified-search__filters ul[data-v-86cb0f50]{display:inline-flex;justify-content:space-between}.unified-search__form[data-v-86cb0f50]{position:relative;width:100%;margin:10px}.unified-search__form[data-v-86cb0f50]::after{right:6px;left:auto}.unified-search__form-input[data-v-86cb0f50],.unified-search__form-reset[data-v-86cb0f50]{margin:3px}.unified-search__form-input[data-v-86cb0f50]{width:100%;height:34px;padding:6px}.unified-search__form-input[data-v-86cb0f50],.unified-search__form-input[placeholder][data-v-86cb0f50],.unified-search__form-input[data-v-86cb0f50]::placeholder{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.unified-search__form-input[data-v-86cb0f50]::-webkit-search-decoration,.unified-search__form-input[data-v-86cb0f50]::-webkit-search-cancel-button,.unified-search__form-input[data-v-86cb0f50]::-webkit-search-results-button,.unified-search__form-input[data-v-86cb0f50]::-webkit-search-results-decoration{-webkit-appearance:none}.icon-loading-small .unified-search__form-input[data-v-86cb0f50],.unified-search__form-input--with-reset[data-v-86cb0f50]{padding-right:34px}.unified-search__form-reset[data-v-86cb0f50]{position:absolute;top:0;right:0;width:28px;height:28px;padding:0;opacity:.5;border:none;background-color:transparent;margin-right:0}.unified-search__form-reset[data-v-86cb0f50]:hover,.unified-search__form-reset[data-v-86cb0f50]:focus,.unified-search__form-reset[data-v-86cb0f50]:active{opacity:1}.unified-search__filters[data-v-86cb0f50]{margin-right:5px}.unified-search__results[data-v-86cb0f50]::before{display:block;margin:10px;margin-left:16px;content:attr(aria-label);color:var(--color-primary-element)}.unified-search .unified-search__result-more[data-v-86cb0f50]{color:var(--color-text-maxcontrast)}.unified-search .empty-content[data-v-86cb0f50]{margin:10vh 0}.unified-search .empty-content[data-v-86cb0f50] .empty-content__title{font-weight:normal;font-size:var(--default-font-size);padding:0 15px;text-align:center}","",{version:3,sources:["webpack://./core/src/views/UnifiedSearch.vue"],names:[],mappings:"AAkoBC,0CACC,UAAA,CACA,WAAA,CAGD,gDACC,eAAA,CAEA,SAAA,CACA,KAAA,CACA,mBAAA,CACA,kBAAA,CACA,UAAA,CACA,6CAAA,CAGD,0CACC,eAAA,CACA,6CACC,mBAAA,CACA,6BAAA,CAIF,uCACC,iBAAA,CACA,UAAA,CACA,WAhCO,CAmCP,8CACC,SAlCa,CAmCb,SAAA,CAGD,0FAEC,UAAA,CAGD,6CACC,UAAA,CACA,WA9CY,CA+CZ,WA9Ca,CAgDb,iKAGC,eAAA,CACA,kBAAA,CACA,sBAAA,CAID,+SAIC,uBAAA,CAID,0HAEC,kBApEW,CAwEb,6CACC,iBAAA,CACA,KAAA,CACA,OAAA,CACA,UAAA,CACA,WAAA,CACA,SAAA,CACA,UAAA,CACA,WAAA,CACA,4BAAA,CACA,cAAA,CAEA,0JAGC,SAAA,CAKH,0CACC,gBAAA,CAIA,kDACC,aAAA,CACA,WApGM,CAqGN,gBAAA,CACA,wBAAA,CACA,kCAAA,CAIF,8DACC,mCAAA,CAGD,gDACC,aAAA,CAEA,uEACC,kBAAA,CACS,kCAAA,CACT,cAAA,CACA,iBAAA",sourcesContent:["\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n$margin: 10px;\n$input-height: 34px;\n$input-padding: 6px;\n\n.unified-search {\n\t&__trigger {\n\t\twidth: 20px;\n\t\theight: 20px;\n\t}\n\n\t&__input-wrapper {\n\t\tposition: sticky;\n\t\t// above search results\n\t\tz-index: 2;\n\t\ttop: 0;\n\t\tdisplay: inline-flex;\n\t\talign-items: center;\n\t\twidth: 100%;\n\t\tbackground-color: var(--color-main-background);\n\t}\n\n\t&__filters {\n\t\tmargin: $margin / 2 $margin;\n\t\tul {\n\t\t\tdisplay: inline-flex;\n\t\t\tjustify-content: space-between;\n\t\t}\n\t}\n\n\t&__form {\n\t\tposition: relative;\n\t\twidth: 100%;\n\t\tmargin: $margin;\n\n\t\t// Loading spinner\n\t\t&::after {\n\t\t\tright: $input-padding;\n\t\t\tleft: auto;\n\t\t}\n\n\t\t&-input,\n\t\t&-reset {\n\t\t\tmargin: $input-padding / 2;\n\t\t}\n\n\t\t&-input {\n\t\t\twidth: 100%;\n\t\t\theight: $input-height;\n\t\t\tpadding: $input-padding;\n\n\t\t\t&,\n\t\t\t&[placeholder],\n\t\t\t&::placeholder {\n\t\t\t\toverflow: hidden;\n\t\t\t\twhite-space: nowrap;\n\t\t\t\ttext-overflow: ellipsis;\n\t\t\t}\n\n\t\t\t// Hide webkit clear search\n\t\t\t&::-webkit-search-decoration,\n\t\t\t&::-webkit-search-cancel-button,\n\t\t\t&::-webkit-search-results-button,\n\t\t\t&::-webkit-search-results-decoration {\n\t\t\t\t-webkit-appearance: none;\n\t\t\t}\n\n\t\t\t// Ellipsis earlier if reset button is here\n\t\t\t.icon-loading-small &,\n\t\t\t&--with-reset {\n\t\t\t\tpadding-right: $input-height;\n\t\t\t}\n\t\t}\n\n\t\t&-reset {\n\t\t\tposition: absolute;\n\t\t\ttop: 0;\n\t\t\tright: 0;\n\t\t\twidth: $input-height - $input-padding;\n\t\t\theight: $input-height - $input-padding;\n\t\t\tpadding: 0;\n\t\t\topacity: .5;\n\t\t\tborder: none;\n\t\t\tbackground-color: transparent;\n\t\t\tmargin-right: 0;\n\n\t\t\t&:hover,\n\t\t\t&:focus,\n\t\t\t&:active {\n\t\t\t\topacity: 1;\n\t\t\t}\n\t\t}\n\t}\n\n\t&__filters {\n\t\tmargin-right: $margin / 2;\n\t}\n\n\t&__results {\n\t\t&::before {\n\t\t\tdisplay: block;\n\t\t\tmargin: $margin;\n\t\t\tmargin-left: $margin + $input-padding;\n\t\t\tcontent: attr(aria-label);\n\t\t\tcolor: var(--color-primary-element);\n\t\t}\n\t}\n\n\t.unified-search__result-more::v-deep {\n\t\tcolor: var(--color-text-maxcontrast);\n\t}\n\n\t.empty-content {\n\t\tmargin: 10vh 0;\n\n\t\t::v-deep .empty-content__title {\n\t\t\tfont-weight: normal;\n font-size: var(--default-font-size);\n\t\t\tpadding: 0 15px;\n\t\t\ttext-align: center;\n\t\t}\n\t}\n}\n\n"],sourceRoot:""}]),e.a=i},,,,,,,,,,,,,,,,,,,,,function(t,e,n){var r=n(167),a=n(112);t.exports=function(t,e,n){(void 0!==n&&!a(t[e],n)||void 0===n&&!(e in t))&&r(t,e,n)}},function(t,e){t.exports=function(t,e){if(("constructor"!==e||"function"!=typeof t[e])&&"__proto__"!=e)return t[e]}},,,,,,,,,,,,,,,,,,,,,function(t,e,n){window,t.exports=function(t){var e={};function n(r){if(e[r])return e[r].exports;var a=e[r]={i:r,l:!1,exports:{}};return t[r].call(a.exports,a,a.exports,n),a.l=!0,a.exports}return n.m=t,n.c=e,n.d=function(t,e,r){n.o(t,e)||Object.defineProperty(t,e,{enumerable:!0,get:r})},n.r=function(t){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})},n.t=function(t,e){if(1&e&&(t=n(t)),8&e)return t;if(4&e&&"object"==typeof t&&t&&t.__esModule)return t;var r=Object.create(null);if(n.r(r),Object.defineProperty(r,"default",{enumerable:!0,value:t}),2&e&&"string"!=typeof t)for(var a in t)n.d(r,a,function(e){return t[e]}.bind(null,a));return r},n.n=function(t){var e=t&&t.__esModule?function(){return t.default}:function(){return t};return n.d(e,"a",e),e},n.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},n.p="/dist/",n(n.s=110)}({0:function(t,e,n){"use strict";function r(t,e){return function(t){if(Array.isArray(t))return t}(t)||function(t,e){if("undefined"!=typeof Symbol&&Symbol.iterator in Object(t)){var n=[],r=!0,a=!1,o=void 0;try{for(var i,s=t[Symbol.iterator]();!(r=(i=s.next()).done)&&(n.push(i.value),!e||n.length!==e);r=!0);}catch(t){a=!0,o=t}finally{try{r||null==s.return||s.return()}finally{if(a)throw o}}return n}}(t,e)||function(t,e){if(t){if("string"==typeof t)return a(t,e);var n=Object.prototype.toString.call(t).slice(8,-1);return"Object"===n&&t.constructor&&(n=t.constructor.name),"Map"===n||"Set"===n?Array.from(t):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?a(t,e):void 0}}(t,e)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function a(t,e){(null==e||e>t.length)&&(e=t.length);for(var n=0,r=new Array(e);n<e;n++)r[n]=t[n];return r}t.exports=function(t){var e=r(t,4),n=e[1],a=e[3];if("function"==typeof btoa){var o=btoa(unescape(encodeURIComponent(JSON.stringify(a)))),i="sourceMappingURL=data:application/json;charset=utf-8;base64,".concat(o),s="/*# ".concat(i," */"),l=a.sources.map((function(t){return"/*# sourceURL=".concat(a.sourceRoot||"").concat(t," */")}));return[n].concat(l).concat([s]).join("\n")}return[n].join("\n")}},1:function(t,e,n){"use strict";t.exports=function(t){var e=[];return e.toString=function(){return this.map((function(e){var n=t(e);return e[2]?"@media ".concat(e[2]," {").concat(n,"}"):n})).join("")},e.i=function(t,n,r){"string"==typeof t&&(t=[[null,t,""]]);var a={};if(r)for(var o=0;o<this.length;o++){var i=this[o][0];null!=i&&(a[i]=!0)}for(var s=0;s<t.length;s++){var l=[].concat(t[s]);r&&a[l[0]]||(n&&(l[2]?l[2]="".concat(n," and ").concat(l[2]):l[2]=n),e.push(l))}},e}},102:function(t,e,n){"use strict";var r={name:"ActionButton",mixins:[n(49).a],props:{disabled:{type:Boolean,default:!1}},computed:{isFocusable:function(){return!this.disabled}}},a=n(2),o=n.n(a),i=n(94),s=(o()(i.a,{insert:"head",singleton:!1}),i.a.locals,n(3)),l=n(95),u=n.n(l),c=Object(s.a)(r,(function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("li",{staticClass:"action",class:{"action--disabled":t.disabled}},[n("button",{staticClass:"action-button",class:{focusable:t.isFocusable},attrs:{"aria-label":t.ariaLabel},on:{click:t.onClick}},[n("span",{staticClass:"action-button__icon",class:[t.isIconUrl?"action-button__icon--url":t.icon],style:{backgroundImage:t.isIconUrl?"url("+t.icon+")":null}},[t._t("icon")],2),t._v(" "),t.title?n("p",[n("strong",{staticClass:"action-button__title"},[t._v("\n\t\t\t\t"+t._s(t.title)+"\n\t\t\t")]),t._v(" "),n("br"),t._v(" "),n("span",{staticClass:"action-button__longtext",domProps:{textContent:t._s(t.text)}})]):t.isLongText?n("p",{staticClass:"action-button__longtext",domProps:{textContent:t._s(t.text)}}):n("span",{staticClass:"action-button__text"},[t._v(t._s(t.text))]),t._v(" "),t._e()],2)])}),[],!1,null,"42b28436",null);"function"==typeof u.a&&u()(c),e.a=c.exports},110:function(t,e,n){"use strict";n.r(e);var r=n(102);
+/**
+ * @copyright Copyright (c) 2019 John Molakvoæ <skjnldsv@protonmail.com>
+ *
+ * @author John Molakvoæ <skjnldsv@protonmail.com>
+ *
+ * @license GNU AGPL version 3 or any later version
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Affero General Public License as
+ * published by the Free Software Foundation, either version 3 of the
+ * License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Affero General Public License for more details.
+ *
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ *
+ */e.default=r.a},14:function(t,e){t.exports=n(471)},16:function(t,e){t.exports=n(163)},17:function(t,e){t.exports=n(227)},18:function(t,e){t.exports=n(475)},2:function(t,e,n){"use strict";var r,a=function(){var t={};return function(e){if(void 0===t[e]){var n=document.querySelector(e);if(window.HTMLIFrameElement&&n instanceof window.HTMLIFrameElement)try{n=n.contentDocument.head}catch(t){n=null}t[e]=n}return t[e]}}(),o=[];function i(t){for(var e=-1,n=0;n<o.length;n++)if(o[n].identifier===t){e=n;break}return e}function s(t,e){for(var n={},r=[],a=0;a<t.length;a++){var s=t[a],l=e.base?s[0]+e.base:s[0],u=n[l]||0,c="".concat(l," ").concat(u);n[l]=u+1;var p=i(c),f={css:s[1],media:s[2],sourceMap:s[3]};-1!==p?(o[p].references++,o[p].updater(f)):o.push({identifier:c,updater:h(f,e),references:1}),r.push(c)}return r}function l(t){var e=document.createElement("style"),r=t.attributes||{};if(void 0===r.nonce){var o=n.nc;o&&(r.nonce=o)}if(Object.keys(r).forEach((function(t){e.setAttribute(t,r[t])})),"function"==typeof t.insert)t.insert(e);else{var i=a(t.insert||"head");if(!i)throw new Error("Couldn't find a style target. This probably means that the value for the 'insert' parameter is invalid.");i.appendChild(e)}return e}var u,c=(u=[],function(t,e){return u[t]=e,u.filter(Boolean).join("\n")});function p(t,e,n,r){var a=n?"":r.media?"@media ".concat(r.media," {").concat(r.css,"}"):r.css;if(t.styleSheet)t.styleSheet.cssText=c(e,a);else{var o=document.createTextNode(a),i=t.childNodes;i[e]&&t.removeChild(i[e]),i.length?t.insertBefore(o,i[e]):t.appendChild(o)}}function f(t,e,n){var r=n.css,a=n.media,o=n.sourceMap;if(a?t.setAttribute("media",a):t.removeAttribute("media"),o&&"undefined"!=typeof btoa&&(r+="\n/*# sourceMappingURL=data:application/json;base64,".concat(btoa(unescape(encodeURIComponent(JSON.stringify(o))))," */")),t.styleSheet)t.styleSheet.cssText=r;else{for(;t.firstChild;)t.removeChild(t.firstChild);t.appendChild(document.createTextNode(r))}}var A=null,d=0;function h(t,e){var n,r,a;if(e.singleton){var o=d++;n=A||(A=l(e)),r=p.bind(null,n,o,!1),a=p.bind(null,n,o,!0)}else n=l(e),r=f.bind(null,n,e),a=function(){!function(t){if(null===t.parentNode)return!1;t.parentNode.removeChild(t)}(n)};return r(t),function(e){if(e){if(e.css===t.css&&e.media===t.media&&e.sourceMap===t.sourceMap)return;r(t=e)}else a()}}t.exports=function(t,e){(e=e||{}).singleton||"boolean"==typeof e.singleton||(e.singleton=(void 0===r&&(r=Boolean(window&&document&&document.all&&!window.atob)),r));var n=s(t=t||[],e);return function(t){if(t=t||[],"[object Array]"===Object.prototype.toString.call(t)){for(var r=0;r<n.length;r++){var a=i(n[r]);o[a].references--}for(var l=s(t,e),u=0;u<n.length;u++){var c=i(n[u]);0===o[c].references&&(o[c].updater(),o.splice(c,1))}n=l}}}},22:function(t,e){t.exports=n(504)},3:function(t,e,n){"use strict";function r(t,e,n,r,a,o,i,s){var l,u="function"==typeof t?t.options:t;if(e&&(u.render=e,u.staticRenderFns=n,u._compiled=!0),r&&(u.functional=!0),o&&(u._scopeId="data-v-"+o),i?(l=function(t){(t=t||this.$vnode&&this.$vnode.ssrContext||this.parent&&this.parent.$vnode&&this.parent.$vnode.ssrContext)||"undefined"==typeof __VUE_SSR_CONTEXT__||(t=__VUE_SSR_CONTEXT__),a&&a.call(this,t),t&&t._registeredComponents&&t._registeredComponents.add(i)},u._ssrRegister=l):a&&(l=s?function(){a.call(this,(u.functional?this.parent:this).$root.$options.shadowRoot)}:a),l)if(u.functional){u._injectStyles=l;var c=u.render;u.render=function(t,e){return l.call(e),c(t,e)}}else{var p=u.beforeCreate;u.beforeCreate=p?[].concat(p,l):[l]}return{exports:t,options:u}}n.d(e,"a",(function(){return r}))},39:function(t,e,n){"use strict";n(22),n(14);var r=n(5),a=n.n(r);
+/**
+ * @copyright Copyright (c) 2019 John Molakvoæ <skjnldsv@protonmail.com>
+ *
+ * @author John Molakvoæ <skjnldsv@protonmail.com>
+ *
+ * @license GNU AGPL version 3 or any later version
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Affero General Public License as
+ * published by the Free Software Foundation, either version 3 of the
+ * License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Affero General Public License for more details.
+ *
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ *
+ */e.a={before:function(){this.$slots.default&&""!==this.text.trim()||(a.a.util.warn("".concat(this.$options.name," cannot be empty and requires a meaningful text content"),this),this.$destroy(),this.$el.remove())},beforeUpdate:function(){this.text=this.getText()},data:function(){return{text:this.getText()}},computed:{isLongText:function(){return this.text&&this.text.trim().length>20}},methods:{getText:function(){return this.$slots.default?this.$slots.default[0].text.trim():""}}}},40:function(t,e){t.exports=n(624)},49:function(t,e,n){"use strict";n(16),n(6),n(17),n(18),n(40);var r=n(39),a=(n(14),function(t,e){for(var n=t.$parent;n;){if(n.$options.name===e)return n;n=n.$parent}});e.a={mixins:[r.a],props:{icon:{type:String,default:""},title:{type:String,default:""},closeAfterClick:{type:Boolean,default:!1},ariaLabel:{type:String,default:""}},computed:{isIconUrl:function(){try{return new URL(this.icon)}catch(t){return!1}}},methods:{onClick:function(t){if(this.$emit("click",t),this.closeAfterClick){var e=a(this,"Actions");e&&e.closeMenu&&e.closeMenu()}}}}},5:function(t,e){t.exports=n(118)},6:function(t,e){t.exports=n(105)},94:function(t,e,n){"use strict";var r=n(0),a=n.n(r),o=n(1),i=n.n(o)()(a.a);i.push([t.i,"li.active[data-v-42b28436]{background-color:var(--color-background-hover)}.action--disabled[data-v-42b28436]{pointer-events:none;opacity:.5}.action--disabled[data-v-42b28436]:hover,.action--disabled[data-v-42b28436]:focus{cursor:default;opacity:.5}.action--disabled *[data-v-42b28436]{opacity:1 !important}.action-button[data-v-42b28436]{display:flex;align-items:flex-start;width:100%;height:auto;margin:0;padding:0;padding-right:14px;cursor:pointer;white-space:nowrap;opacity:.7;color:var(--color-main-text);border:0;border-radius:0;background-color:transparent;box-shadow:none;font-weight:normal;font-size:var(--default-font-size);line-height:44px}.action-button[data-v-42b28436]:hover,.action-button[data-v-42b28436]:focus{opacity:1}.action-button>span[data-v-42b28436]{cursor:pointer;white-space:nowrap}.action-button__icon[data-v-42b28436]{width:44px;height:44px;opacity:1;background-position:14px center;background-size:16px;background-repeat:no-repeat}.action-button .material-design-icon[data-v-42b28436]{width:44px;height:44px;opacity:1}.action-button .material-design-icon .material-design-icon__svg[data-v-42b28436]{vertical-align:middle}.action-button p[data-v-42b28436]{max-width:220px;line-height:1.6em;padding:10.8px 0;cursor:pointer;text-align:left;overflow:hidden;text-overflow:ellipsis}.action-button__longtext[data-v-42b28436]{cursor:pointer;white-space:pre-wrap}.action-button__title[data-v-42b28436]{font-weight:bold;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;max-width:100%;display:inline-block}\n","",{version:3,sources:["webpack://./../../assets/action.scss","webpack://./../../assets/variables.scss"],names:[],mappings:"AAwBC,2BAEE,8CAA+C,CAC/C,mCAMD,mBAAoB,CACpB,UCQmB,CDVpB,kFAIE,cAAe,CACf,UCKkB,CDVpB,qCAQE,oBAAqB,CACrB,gCAOD,YAAa,CACb,sBAAuB,CAEvB,UAAW,CACX,WAAY,CACZ,QAAS,CACT,SAAU,CACV,kBCtB8C,CDwB9C,cAAe,CACf,kBAAmB,CAEnB,UCjBiB,CDkBjB,4BAA6B,CAC7B,QAAS,CACT,eAAgB,CAChB,4BAA6B,CAC7B,eAAgB,CAEhB,kBAAmB,CACnB,kCAAmC,CACnC,gBC5CmB,CDsBpB,4EA0BE,SC7Ba,CDGf,qCA8BE,cAAe,CACf,kBAAmB,CACnB,sCAGA,UCzDkB,CD0DlB,WC1DkB,CD2DlB,SCxCa,CDyCb,+BAAwC,CACxC,oBCzDa,CD0Db,2BAA4B,CAxC9B,sDA4CE,UClEkB,CDmElB,WCnEkB,CDoElB,SCjDa,CDGf,iFAiDG,qBAAsB,CAjDzB,kCAuDE,eAAgB,CAChB,iBAAkB,CAGlB,gBAA8C,CAE9C,cAAe,CACf,eAAgB,CAGhB,eAAgB,CAChB,sBAAuB,CACvB,0CAGA,cAAe,CAEf,oBAAqB,CACrB,uCAGA,gBAAiB,CACjB,sBAAuB,CACvB,eAAgB,CAChB,kBAAmB,CACnB,cAAe,CACf,oBAAqB",sourcesContent:["/**\n * @copyright Copyright (c) 2019 John Molakvoæ <skjnldsv@protonmail.com>\n *\n * @author John Molakvoæ <skjnldsv@protonmail.com>\n * @author Marco Ambrosini <marcoambrosini@pm.me>\n *\n * @license GNU AGPL version 3 or any later version\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see <http://www.gnu.org/licenses/>.\n *\n */\n\n@mixin action-active {\n\tli {\n\t\t&.active {\n\t\t\tbackground-color: var(--color-background-hover);\n\t\t}\n\t}\n}\n\n@mixin action--disabled {\n\t.action--disabled {\n\t\tpointer-events: none;\n\t\topacity: $opacity_disabled;\n\t\t&:hover, &:focus {\n\t\t\tcursor: default;\n\t\t\topacity: $opacity_disabled;\n\t\t}\n\t\t& * {\n\t\t\topacity: 1 !important;\n\t\t}\n\t}\n}\n\n\n@mixin action-item($name) {\n\t.action-#{$name} {\n\t\tdisplay: flex;\n\t\talign-items: flex-start;\n\n\t\twidth: 100%;\n\t\theight: auto;\n\t\tmargin: 0;\n\t\tpadding: 0;\n\t\tpadding-right: $icon-margin;\n\n\t\tcursor: pointer;\n\t\twhite-space: nowrap;\n\n\t\topacity: $opacity_normal;\n\t\tcolor: var(--color-main-text);\n\t\tborder: 0;\n\t\tborder-radius: 0; // otherwise Safari will cut the border-radius area\n\t\tbackground-color: transparent;\n\t\tbox-shadow: none;\n\n\t\tfont-weight: normal;\n\t\tfont-size: var(--default-font-size);\n\t\tline-height: $clickable-area;\n\n\t\t&:hover,\n\t\t&:focus {\n\t\t\topacity: $opacity_full;\n\t\t}\n\n\t\t& > span {\n\t\t\tcursor: pointer;\n\t\t\twhite-space: nowrap;\n\t\t}\n\n\t\t&__icon {\n\t\t\twidth: $clickable-area;\n\t\t\theight: $clickable-area;\n\t\t\topacity: $opacity_full;\n\t\t\tbackground-position: $icon-margin center;\n\t\t\tbackground-size: $icon-size;\n\t\t\tbackground-repeat: no-repeat;\n\t\t}\n\n\t\t.material-design-icon {\n\t\t\twidth: $clickable-area;\n\t\t\theight: $clickable-area;\n\t\t\topacity: $opacity_full;\n\n\t\t\t.material-design-icon__svg {\n\t\t\t\tvertical-align: middle;\n\t\t\t}\n\t\t}\n\n\t\t// long text area\n\t\tp {\n\t\t\tmax-width: 220px;\n\t\t\tline-height: 1.6em;\n\n\t\t\t// 14px are currently 1em line-height. Mixing units as '44px - 1.6em' does not work.\n\t\t\tpadding: #{($clickable-area - 1.6*14px) / 2} 0;\n\n\t\t\tcursor: pointer;\n\t\t\ttext-align: left;\n\n\t\t\t// in case there are no spaces like long email addresses\n\t\t\toverflow: hidden;\n\t\t\ttext-overflow: ellipsis;\n\t\t}\n\n\t\t&__longtext {\n\t\t\tcursor: pointer;\n\t\t\t// allow the use of `\\n`\n\t\t\twhite-space: pre-wrap;\n\t\t}\n\n\t\t&__title {\n\t\t\tfont-weight: bold;\n\t\t\ttext-overflow: ellipsis;\n\t\t\toverflow: hidden;\n\t\t\twhite-space: nowrap;\n\t\t\tmax-width: 100%;\n\t\t\tdisplay: inline-block;\n\t\t}\n\t}\n}\n","/**\n * @copyright Copyright (c) 2019 John Molakvoæ <skjnldsv@protonmail.com>\n *\n * @author John Molakvoæ <skjnldsv@protonmail.com>\n *\n * @license GNU AGPL version 3 or any later version\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see <http://www.gnu.org/licenses/>.\n *\n */\n\n// https://uxplanet.org/7-rules-for-mobile-ui-button-design-e9cf2ea54556\n// recommended is 48px\n// 44px is what we choose and have very good visual-to-usability ratio\n$clickable-area: 44px;\n\n// background icon size\n// also used for the scss icon font\n$icon-size: 16px;\n\n// icon padding for a $clickable-area width and a $icon-size icon\n// ( 44px - 16px ) / 2\n$icon-margin: ($clickable-area - $icon-size) / 2;\n\n// transparency background for icons\n$icon-focus-bg: rgba(127, 127, 127, .25);\n\n// popovermenu arrow width from the triangle center\n$arrow-width: 9px;\n\n// opacities\n$opacity_disabled: .5;\n$opacity_normal: .7;\n$opacity_full: 1;\n\n// menu round background hover feedback\n// good looking on dark AND white bg\n$action-background-hover: rgba(127, 127, 127, .25);\n\n// various structure data used in the \n// `AppNavigation` component\n$header-height: 50px;\n$navigation-width: 300px;\n\n// mobile breakpoint\n$breakpoint-mobile: 1024px;\n"],sourceRoot:""}]),e.a=i},95:function(t,e){}})},function(t,e,n){window,t.exports=function(t){var e={};function n(r){if(e[r])return e[r].exports;var a=e[r]={i:r,l:!1,exports:{}};return t[r].call(a.exports,a,a.exports,n),a.l=!0,a.exports}return n.m=t,n.c=e,n.d=function(t,e,r){n.o(t,e)||Object.defineProperty(t,e,{enumerable:!0,get:r})},n.r=function(t){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})},n.t=function(t,e){if(1&e&&(t=n(t)),8&e)return t;if(4&e&&"object"==typeof t&&t&&t.__esModule)return t;var r=Object.create(null);if(n.r(r),Object.defineProperty(r,"default",{enumerable:!0,value:t}),2&e&&"string"!=typeof t)for(var a in t)n.d(r,a,function(e){return t[e]}.bind(null,a));return r},n.n=function(t){var e=t&&t.__esModule?function(){return t.default}:function(){return t};return n.d(e,"a",e),e},n.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},n.p="/dist/",n(n.s=73)}([function(t,e,n){"use strict";function r(t,e){return function(t){if(Array.isArray(t))return t}(t)||function(t,e){if("undefined"!=typeof Symbol&&Symbol.iterator in Object(t)){var n=[],r=!0,a=!1,o=void 0;try{for(var i,s=t[Symbol.iterator]();!(r=(i=s.next()).done)&&(n.push(i.value),!e||n.length!==e);r=!0);}catch(t){a=!0,o=t}finally{try{r||null==s.return||s.return()}finally{if(a)throw o}}return n}}(t,e)||function(t,e){if(t){if("string"==typeof t)return a(t,e);var n=Object.prototype.toString.call(t).slice(8,-1);return"Object"===n&&t.constructor&&(n=t.constructor.name),"Map"===n||"Set"===n?Array.from(t):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?a(t,e):void 0}}(t,e)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function a(t,e){(null==e||e>t.length)&&(e=t.length);for(var n=0,r=new Array(e);n<e;n++)r[n]=t[n];return r}t.exports=function(t){var e=r(t,4),n=e[1],a=e[3];if("function"==typeof btoa){var o=btoa(unescape(encodeURIComponent(JSON.stringify(a)))),i="sourceMappingURL=data:application/json;charset=utf-8;base64,".concat(o),s="/*# ".concat(i," */"),l=a.sources.map((function(t){return"/*# sourceURL=".concat(a.sourceRoot||"").concat(t," */")}));return[n].concat(l).concat([s]).join("\n")}return[n].join("\n")}},function(t,e,n){"use strict";t.exports=function(t){var e=[];return e.toString=function(){return this.map((function(e){var n=t(e);return e[2]?"@media ".concat(e[2]," {").concat(n,"}"):n})).join("")},e.i=function(t,n,r){"string"==typeof t&&(t=[[null,t,""]]);var a={};if(r)for(var o=0;o<this.length;o++){var i=this[o][0];null!=i&&(a[i]=!0)}for(var s=0;s<t.length;s++){var l=[].concat(t[s]);r&&a[l[0]]||(n&&(l[2]?l[2]="".concat(n," and ").concat(l[2]):l[2]=n),e.push(l))}},e}},function(t,e,n){"use strict";var r,a=function(){var t={};return function(e){if(void 0===t[e]){var n=document.querySelector(e);if(window.HTMLIFrameElement&&n instanceof window.HTMLIFrameElement)try{n=n.contentDocument.head}catch(t){n=null}t[e]=n}return t[e]}}(),o=[];function i(t){for(var e=-1,n=0;n<o.length;n++)if(o[n].identifier===t){e=n;break}return e}function s(t,e){for(var n={},r=[],a=0;a<t.length;a++){var s=t[a],l=e.base?s[0]+e.base:s[0],u=n[l]||0,c="".concat(l," ").concat(u);n[l]=u+1;var p=i(c),f={css:s[1],media:s[2],sourceMap:s[3]};-1!==p?(o[p].references++,o[p].updater(f)):o.push({identifier:c,updater:h(f,e),references:1}),r.push(c)}return r}function l(t){var e=document.createElement("style"),r=t.attributes||{};if(void 0===r.nonce){var o=n.nc;o&&(r.nonce=o)}if(Object.keys(r).forEach((function(t){e.setAttribute(t,r[t])})),"function"==typeof t.insert)t.insert(e);else{var i=a(t.insert||"head");if(!i)throw new Error("Couldn't find a style target. This probably means that the value for the 'insert' parameter is invalid.");i.appendChild(e)}return e}var u,c=(u=[],function(t,e){return u[t]=e,u.filter(Boolean).join("\n")});function p(t,e,n,r){var a=n?"":r.media?"@media ".concat(r.media," {").concat(r.css,"}"):r.css;if(t.styleSheet)t.styleSheet.cssText=c(e,a);else{var o=document.createTextNode(a),i=t.childNodes;i[e]&&t.removeChild(i[e]),i.length?t.insertBefore(o,i[e]):t.appendChild(o)}}function f(t,e,n){var r=n.css,a=n.media,o=n.sourceMap;if(a?t.setAttribute("media",a):t.removeAttribute("media"),o&&"undefined"!=typeof btoa&&(r+="\n/*# sourceMappingURL=data:application/json;base64,".concat(btoa(unescape(encodeURIComponent(JSON.stringify(o))))," */")),t.styleSheet)t.styleSheet.cssText=r;else{for(;t.firstChild;)t.removeChild(t.firstChild);t.appendChild(document.createTextNode(r))}}var A=null,d=0;function h(t,e){var n,r,a;if(e.singleton){var o=d++;n=A||(A=l(e)),r=p.bind(null,n,o,!1),a=p.bind(null,n,o,!0)}else n=l(e),r=f.bind(null,n,e),a=function(){!function(t){if(null===t.parentNode)return!1;t.parentNode.removeChild(t)}(n)};return r(t),function(e){if(e){if(e.css===t.css&&e.media===t.media&&e.sourceMap===t.sourceMap)return;r(t=e)}else a()}}t.exports=function(t,e){(e=e||{}).singleton||"boolean"==typeof e.singleton||(e.singleton=(void 0===r&&(r=Boolean(window&&document&&document.all&&!window.atob)),r));var n=s(t=t||[],e);return function(t){if(t=t||[],"[object Array]"===Object.prototype.toString.call(t)){for(var r=0;r<n.length;r++){var a=i(n[r]);o[a].references--}for(var l=s(t,e),u=0;u<n.length;u++){var c=i(n[u]);0===o[c].references&&(o[c].updater(),o.splice(c,1))}n=l}}}},function(t,e,n){"use strict";function r(t,e,n,r,a,o,i,s){var l,u="function"==typeof t?t.options:t;if(e&&(u.render=e,u.staticRenderFns=n,u._compiled=!0),r&&(u.functional=!0),o&&(u._scopeId="data-v-"+o),i?(l=function(t){(t=t||this.$vnode&&this.$vnode.ssrContext||this.parent&&this.parent.$vnode&&this.parent.$vnode.ssrContext)||"undefined"==typeof __VUE_SSR_CONTEXT__||(t=__VUE_SSR_CONTEXT__),a&&a.call(this,t),t&&t._registeredComponents&&t._registeredComponents.add(i)},u._ssrRegister=l):a&&(l=s?function(){a.call(this,(u.functional?this.parent:this).$root.$options.shadowRoot)}:a),l)if(u.functional){u._injectStyles=l;var c=u.render;u.render=function(t,e){return l.call(e),c(t,e)}}else{var p=u.beforeCreate;u.beforeCreate=p?[].concat(p,l):[l]}return{exports:t,options:u}}n.d(e,"a",(function(){return r}))},function(t,e,n){"use strict";t.exports=function(t,e){return e||(e={}),"string"!=typeof(t=t&&t.__esModule?t.default:t)?t:(/^['"].*['"]$/.test(t)&&(t=t.slice(1,-1)),e.hash&&(t+=e.hash),/["'() \t\n]/.test(t)||e.needQuotes?'"'.concat(t.replace(/"/g,'\\"').replace(/\n/g,"\\n"),'"'):t)}},function(t,e){t.exports=n(118)},function(t,e){t.exports=n(105)},function(t,e){t.exports=n(927)},function(t,e,n){"use strict";e.a="data:application/vnd.ms-fontobject;base64,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"},function(t,e,n){"use strict";e.a="data:font/woff;base64,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PAE55eh8gAAAAQAAAAEAAIjNr6tfDzz1AAsTiAAAAADc3UwkAAAAANyMcCX/4AAAE5MTiAAAAAgAAgAAAAAAAAABAAATiAAAAAATiP/g//UTkwABAAAAAAAAAAAAAAAAAAAABwAAAAATiAAAE4gAABOIAAATiAAABjYAABOIAAAAAP//AAAAAAAAAAAAAAAA/+AAAAAAAAAAAAAAACIANgBYAGwAgACUALQBDgF8AZoCEAImAjQCQgKoAyIDpgP+AAEAAAATAEsAAwAAAAAAAgAAAAoACgAAAP8AAAAAAAAAAAAQAMYAAQAAAAAAAQAUAAAAAQAAAAAAAgAHABQAAQAAAAAAAwAUABsAAQAAAAAABAAUAC8AAQAAAAAABQALAEMAAQAAAAAABgAUAE4AAQAAAAAACgArAGIAAQAAAAAACwATAI0AAwABBAkAAQAoAKAAAwABBAkAAgAOAMgAAwABBAkAAwAoANYAAwABBAkABAAoAP4AAwABBAkABQAWASYAAwABBAkABgAoATwAAwABBAkACgBWAWQAAwABBAkACwAmAbppY29uZm9udC12dWUtOTczN2ZmZlJlZ3VsYXJpY29uZm9udC12dWUtOTczN2ZmZmljb25mb250LXZ1ZS05NzM3ZmZmVmVyc2lvbiAxLjBpY29uZm9udC12dWUtOTczN2ZmZkdlbmVyYXRlZCBieSBzdmcydHRmIGZyb20gRm9udGVsbG8gcHJvamVjdC5odHRwOi8vZm9udGVsbG8uY29tAGkAYwBvAG4AZgBvAG4AdAAtAHYAdQBlAC0AOQA3ADMANwBmAGYAZgBSAGUAZwB1AGwAYQByAGkAYwBvAG4AZgBvAG4AdAAtAHYAdQBlAC0AOQA3ADMANwBmAGYAZgBpAGMAbwBuAGYAbwBuAHQALQB2AHUAZQAtADkANwAzADcAZgBmAGYAVgBlAHIAcwBpAG8AbgAgADEALgAwAGkAYwBvAG4AZgBvAG4AdAAtAHYAdQBlAC0AOQA3ADMANwBmAGYAZgBHAGUAbgBlAHIAYQB0AGUAZAAgAGIAeQAgAHMAdgBnADIAdAB0AGYAIABmAHIAbwBtACAARgBvAG4AdABlAGwAbABvACAAcAByAG8AagBlAGMAdAAuAGgAdAB0AHAAOgAvAC8AZgBvAG4AdABlAGwAbABvAC4AYwBvAG0AAAACAAAAAAAAADIAAAAAAAAAAAAAAAAAAAAAAAAAAAATABMAAAECAQMBBAEFAQYBBwEIAQkBCgELAQwBDQEOAQ8BEAERARIBExFhcnJvdy1sZWZ0LWRvdWJsZQphcnJvdy1sZWZ0EmFycm93LXJpZ2h0LWRvdWJsZQthcnJvdy1yaWdodApicmVhZGNydW1iCWNoZWNrbWFyawVjbG9zZQdjb25maXJtBGluZm8EbWVudQRtb3JlBXBhdXNlBHBsYXkKdHJpYW5nbGUtcxB1c2VyLXN0YXR1cy1hd2F5D3VzZXItc3RhdHVzLWRuZBV1c2VyLXN0YXR1cy1pbnZpc2libGUSdXNlci1zdGF0dXMtb25saW5lAAA="},function(t,e,n){"use strict";e.a="data:font/ttf;base64,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AAATiP/g//UTkwABAAAAAAAAAAAAAAAAAAAABwAAAAATiAAAE4gAABOIAAATiAAABjYAABOIAAAAAP//AAAAAAAAAAAAAAAA/+AAAAAAAAAAAAAAACIANgBYAGwAgACUALQBDgF8AZoCEAImAjQCQgKoAyIDpgP+AAEAAAATAEsAAwAAAAAAAgAAAAoACgAAAP8AAAAAAAAAAAAQAMYAAQAAAAAAAQAUAAAAAQAAAAAAAgAHABQAAQAAAAAAAwAUABsAAQAAAAAABAAUAC8AAQAAAAAABQALAEMAAQAAAAAABgAUAE4AAQAAAAAACgArAGIAAQAAAAAACwATAI0AAwABBAkAAQAoAKAAAwABBAkAAgAOAMgAAwABBAkAAwAoANYAAwABBAkABAAoAP4AAwABBAkABQAWASYAAwABBAkABgAoATwAAwABBAkACgBWAWQAAwABBAkACwAmAbppY29uZm9udC12dWUtOTczN2ZmZlJlZ3VsYXJpY29uZm9udC12dWUtOTczN2ZmZmljb25mb250LXZ1ZS05NzM3ZmZmVmVyc2lvbiAxLjBpY29uZm9udC12dWUtOTczN2ZmZkdlbmVyYXRlZCBieSBzdmcydHRmIGZyb20gRm9udGVsbG8gcHJvamVjdC5odHRwOi8vZm9udGVsbG8uY29tAGkAYwBvAG4AZgBvAG4AdAAtAHYAdQBlAC0AOQA3ADMANwBmAGYAZgBSAGUAZwB1AGwAYQByAGkAYwBvAG4AZgBvAG4AdAAtAHYAdQBlAC0AOQA3ADMANwBmAGYAZgBpAGMAbwBuAGYAbwBuAHQALQB2AHUAZQAtADkANwAzADcAZgBmAGYAVgBlAHIAcwBpAG8AbgAgADEALgAwAGkAYwBvAG4AZgBvAG4AdAAtAHYAdQBlAC0AOQA3ADMANwBmAGYAZgBHAGUAbgBlAHIAYQB0AGUAZAAgAGIAeQAgAHMAdgBnADIAdAB0AGYAIABmAHIAbwBtACAARgBvAG4AdABlAGwAbABvACAAcAByAG8AagBlAGMAdAAuAGgAdAB0AHAAOgAvAC8AZgBvAG4AdABlAGwAbABvAC4AYwBvAG0AAAACAAAAAAAAADIAAAAAAAAAAAAAAAAAAAAAAAAAAAATABMAAAECAQMBBAEFAQYBBwEIAQkBCgELAQwBDQEOAQ8BEAERARIBExFhcnJvdy1sZWZ0LWRvdWJsZQphcnJvdy1sZWZ0EmFycm93LXJpZ2h0LWRvdWJsZQthcnJvdy1yaWdodApicmVhZGNydW1iCWNoZWNrbWFyawVjbG9zZQdjb25maXJtBGluZm8EbWVudQRtb3JlBXBhdXNlBHBsYXkKdHJpYW5nbGUtcxB1c2VyLXN0YXR1cy1hd2F5D3VzZXItc3RhdHVzLWRuZBV1c2VyLXN0YXR1cy1pbnZpc2libGUSdXNlci1zdGF0dXMtb25saW5lAAA="},function(t,e,n){"use strict";e.a="data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBzdGFuZGFsb25lPSJubyI/PjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCIgPjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48bWV0YWRhdGE+PC9tZXRhZGF0YT48ZGVmcz48Zm9udCBpZD0iaWNvbmZvbnQtdnVlLTk3MzdmZmYiIGhvcml6LWFkdi14PSI1MDAwIj48Zm9udC1mYWNlIGZvbnQtZmFtaWx5PSJpY29uZm9udC12dWUtOTczN2ZmZiIgZm9udC13ZWlnaHQ9IjQwMCIgZm9udC1zdHJldGNoPSJub3JtYWwiIHVuaXRzLXBlci1lbT0iNTAwMCIgcGFub3NlLTE9IjIgMCA1IDMgMCAwIDAgMCAwIDAiIGFzY2VudD0iNTAwMCIgZGVzY2VudD0iMCIgeC1oZWlnaHQ9IjAiIGJib3g9Ii0zMiAwIDUwMTEgNTAwMCIgdW5kZXJsaW5lLXRoaWNrbmVzcz0iMCIgdW5kZXJsaW5lLXBvc2l0aW9uPSI1MCIgdW5pY29kZS1yYW5nZT0iVStlYTAxLWVhMTIiIC8+PG1pc3NpbmctZ2x5cGggaG9yaXotYWR2LXg9IjAiICAvPjxnbHlwaCBnbHlwaC1uYW1lPSJhcnJvdy1sZWZ0LWRvdWJsZSIgdW5pY29kZT0iJiN4ZWEwMTsiIGQ9Ik0zNzUwIDM5MDYgbC0xNDA2IC0xNDA2IGwxNDA2IC0xNDA2IGwwIDMxMiBsLTEwOTQgMTA5NCBsMTA5NCAxMDk0IGwwIDMxMiBaTTIzNDQgMzkwNiBsLTE0MDYgLTE0MDYgbDE0MDYgLTE0MDYgbDAgMzEyIGwtMTA5NCAxMDk0IGwxMDk0IDEwOTQgbDAgMzEyIFoiIC8+PGdseXBoIGdseXBoLW5hbWU9ImFycm93LWxlZnQiIHVuaWNvZGU9IiYjeGVhMDI7IiBkPSJNMTU2MyAyNTAwIGwxODc1IC0xODc1IGwwIC0zMTIgbC0yMTg4IDIxODcgbDIxODggMjE4OCBsMCAtMzEzIGwtMTg3NSAtMTg3NSBaIiAvPjxnbHlwaCBnbHlwaC1uYW1lPSJhcnJvdy1yaWdodC1kb3VibGUiIHVuaWNvZGU9IiYjeGVhMDM7IiBkPSJNMTI1MCAxMDk0IGwxNDA2IDE0MDYgbC0xNDA2IDE0MDYgbDAgLTMxMiBsMTA5NCAtMTA5NCBsLTEwOTQgLTEwOTQgbDAgLTMxMiBaTTI2NTYgMTA5NCBsMTQwNyAxNDA2IGwtMTQwNyAxNDA2IGwwIC0zMTIgbDEwOTQgLTEwOTQgbC0xMDk0IC0xMDk0IGwwIC0zMTIgWiIgLz48Z2x5cGggZ2x5cGgtbmFtZT0iYXJyb3ctcmlnaHQiIHVuaWNvZGU9IiYjeGVhMDQ7IiBkPSJNMzQzOCAyNTAwIGwtMTg3NSAxODc1IGwwIDMxMyBsMjE4NyAtMjE4OCBsLTIxODcgLTIxODcgbDAgMzEyIGwxODc1IDE4NzUgWiIgLz48Z2x5cGggZ2x5cGgtbmFtZT0iYnJlYWRjcnVtYiIgdW5pY29kZT0iJiN4ZWEwNTsiIGQ9Ik0xNDggNTAwMCBsLTE0OCAtODUgbDEzOTQgLTI0MTUgbC0xMzk0IC0yNDE1IGwxNDggLTg1IGwxNDQzIDI1MDAgbC0xNDQzIDI1MDAgWiIgLz48Z2x5cGggZ2x5cGgtbmFtZT0iY2hlY2ttYXJrIiB1bmljb2RlPSImI3hlYTA2OyIgZD0iTTQwNDUgMzk3MSBsLTIwNjEgLTIwNjEgbC0xMDI5IDEwMjkgbC00NDIgLTQ0MSBsMTQ3MSAtMTQ3MSBsMjUwMyAyNTAyIGwtNDQyIDQ0MiBaIiAvPjxnbHlwaCBnbHlwaC1uYW1lPSJjbG9zZSIgdW5pY29kZT0iJiN4ZWEwNzsiIGQ9Ik00Mzc1IDExNTYgbC01MzEgLTUzMSBsLTEzNDQgMTM0NCBsLTEzNDQgLTEzNDQgbC01MzEgNTMxIGwxMzQ0IDEzNDQgbC0xMzQ0IDEzNDQgbDUzMSA1MzEgbDEzNDQgLTEzNDQgbDEzNDQgMTM0NCBsNTMxIC01MzEgbC0xMzQ0IC0xMzQ0IGwxMzQ0IC0xMzQ0IFoiIC8+PGdseXBoIGdseXBoLW5hbWU9ImNvbmZpcm0iIHVuaWNvZGU9IiYjeGVhMDg7IiBkPSJNMjY1NiA0ODQ0IHEtMTAxIDAgLTE4MCAtNTcgcS03NCAtNTIgLTEwOSAtMTM4IHEtMzUgLTg2IC0xOSAtMTc1IHExOCAtOTYgOTAgLTE2NyBsMTQ5NSAtMTQ5NCBsLTM2MTYgMCBxLTc3IDEgLTEzOSAtMjYgcS01OCAtMjQgLTk5IC03MCBxLTM5IC00NCAtNTkgLTEwMSBxLTIwIC01NiAtMjAgLTExNiBxMCAtNjAgMjAgLTExNiBxMjAgLTU3IDU5IC0xMDEgcTQxIC00NiA5OSAtNzAgcTYyIC0yNyAxMzkgLTI1IGwzNjE2IDAgbC0xNDk1IC0xNDk1IHEtNTUgLTUzIC04MSAtMTE2IHEtMjQgLTU5IC0yMSAtMTIxIHEzIC01OCAzMCAtMTEzIHEyNSAtNTQgNjggLTk3IHE0MyAtNDMgOTYgLTY4IHE1NSAtMjYgMTE0IC0yOSBxNjIgLTMgMTIwIDIxIHE2MyAyNSAxMTYgODEgbDIwMjkgMjAyOCBxNTkgNjAgODAgMTQxIHEyMSA4MCAxIDE1OSBxLTIxIDgyIC04MSAxNDIgbC0yMDI5IDIwMjggcS00NCA0NSAtMTAyIDcwIHEtNTggMjUgLTEyMiAyNSBaIiAvPjxnbHlwaCBnbHlwaC1uYW1lPSJpbmZvIiB1bmljb2RlPSImI3hlYTA5OyIgZD0iTTI0MjIgNDY4OCBxLTExMSAwIC0yMTMgLTQzIHEtOTggLTQyIC0xNzQgLTExNy41IHEtNzYgLTc1LjUgLTExNyAtMTc0LjUgcS00MyAtMTAxIC00MyAtMjEyLjUgcTAgLTExMS41IDQzIC0yMTIuNSBxNDEgLTk4IDExNyAtMTc0IHE3NiAtNzYgMTc0IC0xMTcgcTEwMiAtNDMgMjEzIC00MyBxMTExIDAgMjEzIDQzIHE5OCA0MSAxNzMuNSAxMTcgcTc1LjUgNzYgMTE3LjUgMTc0IHE0MyAxMDEgNDMgMjEyLjUgcTAgMTExLjUgLTQzIDIxMi41IHEtNDIgOTkgLTExNy41IDE3NC41IHEtNzUuNSA3NS41IC0xNzMuNSAxMTcuNSBxLTEwMiA0MyAtMjEzIDQzIFpNMTU2MyAzMTI1IHEtODYgMCAtMTU4IC00MyBxLTcxIC00MSAtMTEyIC0xMTIgcS00MyAtNzIgLTQzIC0xNTcuNSBxMCAtODUuNSA0MyAtMTU3LjUgcTQxIC03MSAxMTIgLTExMiBxNzIgLTQzIDE1OCAtNDMgbDYyNSAwIGwwIC0xNTYyIGwtNjI1IDAgcS04NiAwIC0xNTggLTQzIHEtNzEgLTQxIC0xMTIgLTExMiBxLTQzIC03MyAtNDMgLTE1OCBxMCAtODUgNDMgLTE1OCBxNDEgLTcxIDExMiAtMTEyIHE3MiAtNDMgMTU4IC00MiBsMTg3NSAwIHE4NSAwIDE1NyA0MiBxNzEgNDEgMTEyIDExMiBxNDMgNzMgNDMgMTU4IHEwIDg1IC00MyAxNTggcS00MSA3MSAtMTEyIDExMiBxLTcyIDQzIC0xNTcgNDMgbC02MjUgMCBsMCAxODc1IHEwIDg1IC00MyAxNTcgcS00MSA3MSAtMTEyIDExMiBxLTczIDQzIC0xNTggNDMgbC05MzcgMCBaIiAvPjxnbHlwaCBnbHlwaC1uYW1lPSJtZW51IiB1bmljb2RlPSImI3hlYTBhOyIgZD0iTTYyNSA0Mzc1IGwwIC02MjUgbDM3NTAgMCBsMCA2MjUgbC0zNzUwIDAgWk02MjUgMjgxMyBsMCAtNjI1IGwzNzUwIDAgbDAgNjI1IGwtMzc1MCAwIFpNNjI1IDEyNTAgbDAgLTYyNSBsMzc1MCAwIGwwIDYyNSBsLTM3NTAgMCBaIiAvPjxnbHlwaCBnbHlwaC1uYW1lPSJtb3JlIiB1bmljb2RlPSImI3hlYTBiOyIgZD0iTTc4MSAzMDQ3IHExMTIgMCAyMTMgLTQzIHE5OCAtNDIgMTc0IC0xMTcuNSBxNzYgLTc1LjUgMTE3IC0xNzMuNSBxNDMgLTEwMiA0MyAtMjEzIHEwIC0xMTEgLTQzIC0yMTMgcS00MSAtOTggLTExNyAtMTczLjUgcS03NiAtNzUuNSAtMTc0IC0xMTcuNSBxLTEwMSAtNDMgLTIxMi41IC00MyBxLTExMS41IDAgLTIxMy41IDQzIHEtOTggNDIgLTE3My41IDExNy41IHEtNzUuNSA3NS41IC0xMTcuNSAxNzMuNSBxLTQzIDEwMiAtNDMgMjEzIHEwIDExMSA0MyAyMTMgcTQyIDk4IDExNy41IDE3My41IHE3NS41IDc1LjUgMTczLjUgMTE3LjUgcTEwMiA0MyAyMTMgNDMgWk0yNTAwIDMwNDcgcTExMSAwIDIxMyAtNDMgcTk4IC00MiAxNzMuNSAtMTE3LjUgcTc1LjUgLTc1LjUgMTE3LjUgLTE3My41IHE0MyAtMTAyIDQzIC0yMTMgcTAgLTExMSAtNDMgLTIxMyBxLTQyIC05OCAtMTE3LjUgLTE3My41IHEtNzUuNSAtNzUuNSAtMTczLjUgLTExNy41IHEtMTAyIC00MyAtMjEzIC00MyBxLTExMSAwIC0yMTMgNDMgcS05OCA0MiAtMTczLjUgMTE3LjUgcS03NS41IDc1LjUgLTExNy41IDE3My41IHEtNDMgMTAyIC00MyAyMTMgcTAgMTExIDQzIDIxMyBxNDIgOTggMTE3LjUgMTczLjUgcTc1LjUgNzUuNSAxNzMuNSAxMTcuNSBxMTAyIDQzIDIxMyA0MyBaTTQyMTkgMzA0NyBxMTExIDAgMjEzIC00MyBxOTggLTQyIDE3My41IC0xMTcuNSBxNzUuNSAtNzUuNSAxMTcuNSAtMTczLjUgcTQzIC0xMDIgNDMgLTIxMyBxMCAtMTExIC00MyAtMjEzIHEtNDIgLTk4IC0xMTcuNSAtMTczLjUgcS03NS41IC03NS41IC0xNzMuNSAtMTE3LjUgcS0xMDIgLTQzIC0yMTMuNSAtNDMgcS0xMTEuNSAwIC0yMTIuNSA0MyBxLTk4IDQyIC0xNzQgMTE3LjUgcS03NiA3NS41IC0xMTcgMTczLjUgcS00MyAxMDIgLTQzIDIxMyBxMCAxMTEgNDMgMjEzIHE0MSA5OCAxMTcgMTczLjUgcTc2IDc1LjUgMTc0IDExNy41IHExMDEgNDMgMjEzIDQzIFoiIC8+PGdseXBoIGdseXBoLW5hbWU9InBhdXNlIiB1bmljb2RlPSImI3hlYTBjOyIgZD0iTTkzOCA0MDYzIGwwIC0zMTI1IGwxMjUwIDAgbDAgMzEyNSBsLTEyNTAgMCBaTTI4MTMgNDA2MyBsMCAtMzEyNSBsMTI1MCAwIGwwIDMxMjUgbC0xMjUwIDAgWiIgLz48Z2x5cGggZ2x5cGgtbmFtZT0icGxheSIgdW5pY29kZT0iJiN4ZWEwZDsiIGQ9Ik02MjUgNDM3NSBsMzc1MCAtMTg3NSBsLTM3NTAgLTE4NzUgbDAgMzc1MCBaIiAvPjxnbHlwaCBnbHlwaC1uYW1lPSJ0cmlhbmdsZS1zIiB1bmljb2RlPSImI3hlYTBlOyIgZD0iTTEyNTAgMzEyNSBsMTI1MCAtMTI1MCBsMTI1MCAxMjQ4IGwtMjUwMCAyIFoiIC8+PGdseXBoIGdseXBoLW5hbWU9InVzZXItc3RhdHVzLWF3YXkiIHVuaWNvZGU9IiYjeGVhMGY7IiBkPSJNMjE1NiA0OTY5IHEtMzYwIC00NiAtNjk1IC0xOTcgcS0zMjYgLTE0NyAtNjAxIC0zODAgcS0yNzQgLTIzMSAtNDcyIC01MjggcS0yMDIgLTMwMSAtMzA5IC02NDIgcS0xMTAgLTM1MyAtMTEwIC03MjIgcTAgLTQwNiAxMjggLTc4OCBxMTIzIC0zNzAgMzU2IC02ODYgcTIyOSAtMzEzIDU0MiAtNTQyIHEzMTYgLTIzMiA2ODYgLTM1NiBxMzgyIC0xMjggNzg4IC0xMjggcTM2OSAwIDcyMiAxMDcgcTM0MiAxMDQgNjQ0IDMwMSBxMjk4IDE5NCA1MzMgNDYzIHEyMzYgMjcwIDM4OSA1OTMgcTE1NiAzMzEgMjEyIDY5MiBxLTE4OCAtMjA0IC00MjMuNSAtMzUxIHEtMjM1LjUgLTE0NyAtNDk4LjUgLTIyNSBxLTI2OSAtODAgLTU0NyAtODAgcS0zMjIgMCAtNjI4IDEwMyBxLTI5NSA5OSAtNTQ4IDI4NiBxLTI1MSAxODQgLTQzNSA0MzUgcS0xODcgMjUzIC0yODYgNTQ4IHEtMTAzIDMwNiAtMTAzIDYyOCBxMCAyOTMgODAgNTY4IHE3OCAyNjkgMjI1LjUgNDk4LjUgcTE0Ny41IDIyOS41IDM1MC41IDQwMi41IFoiIC8+PGdseXBoIGdseXBoLW5hbWU9InVzZXItc3RhdHVzLWRuZCIgdW5pY29kZT0iJiN4ZWExMDsiIGQ9Ik0yNTAwIDUwMDAgcS00MDYgMCAtNzg4IC0xMjggcS0zNzAgLTEyNCAtNjg2IC0zNTYgcS0zMTMgLTIyOSAtNTQyIC01NDIgcS0yMzIgLTMxNiAtMzU2IC02ODYgcS0xMjggLTM4MiAtMTI4IC03ODggcTAgLTQwNiAxMjggLTc4OCBxMTI0IC0zNzAgMzU2IC02ODYgcTIyOSAtMzEzIDU0MiAtNTQyIHEzMTYgLTIzMiA2ODYgLTM1NiBxMzgyIC0xMjggNzg4IC0xMjggcTQwNiAwIDc4OCAxMjggcTM3MCAxMjQgNjg2IDM1NiBxMzEzIDIyOSA1NDIgNTQyIHEyMzIgMzE2IDM1NiA2ODYgcTEyOCAzODIgMTI4IDc4OCBxMCA0MDYgLTEyOCA3ODggcS0xMjQgMzcwIC0zNTYgNjg2IHEtMjI5IDMxMyAtNTQyIDU0MiBxLTMxNiAyMzIgLTY4NiAzNTYgcS0zODIgMTI4IC03ODggMTI4IFpNMTU2MyAyOTY5IGwxODc1IDAgcTkxIDAgMTc4IC0zOCBxODQgLTM3IDE1MCAtMTAzIHE2NiAtNjYgMTAyIC0xNDkgcTM4IC04NyAzOCAtMTc5IHEwIC05MiAtMzggLTE3OSBxLTM2IC04MyAtMTAyIC0xNDkgcS02NiAtNjYgLTE1MCAtMTAzIHEtODcgLTM4IC0xNzggLTM4IGwtMTg3NSAwIHEtOTIgMCAtMTc5IDM4IHEtODQgMzcgLTE1MCAxMDMgcS02NiA2NiAtMTAyIDE0OSBxLTM4IDg3IC0zOCAxNzkgcTAgOTIgMzggMTc5IHEzNiA4MyAxMDIgMTQ5IHE2NiA2NiAxNTAgMTAzIHE4NyAzOCAxNzkgMzggWiIgLz48Z2x5cGggZ2x5cGgtbmFtZT0idXNlci1zdGF0dXMtaW52aXNpYmxlIiB1bmljb2RlPSImI3hlYTExOyIgZD0iTTI1MDAgNTAwMCBxLTQwNiAwIC03ODggLTEyOCBxLTM3MCAtMTI0IC02ODYgLTM1NiBxLTMxMyAtMjI5IC01NDIgLTU0MiBxLTIzMiAtMzE2IC0zNTYgLTY4NiBxLTEyOCAtMzgyIC0xMjggLTc4OCBxMCAtNDA2IDEyOCAtNzg4IHExMjQgLTM3MCAzNTYgLTY4NiBxMjI5IC0zMTMgNTQyIC01NDIgcTMxNiAtMjMyIDY4NiAtMzU2IHEzODIgLTEyOCA3ODggLTEyOCBxNDA2IDAgNzg4IDEyOCBxMzcwIDEyNCA2ODYgMzU2IHEzMTMgMjI5IDU0MiA1NDIgcTIzMiAzMTYgMzU2IDY4NiBxMTI4IDM4MiAxMjggNzg4IHEwIDQwNiAtMTI4IDc4OCBxLTEyNCAzNzAgLTM1NiA2ODYgcS0yMjkgMzEzIC01NDIgNTQyIHEtMzE2IDIzMiAtNjg2IDM1NiBxLTM4MiAxMjggLTc4OCAxMjggWk0yNTAwIDQwMDAgcTMxMSAwIDU5MCAtMTE2IHEyNzEgLTExMiA0NzYuNSAtMzE3LjUgcTIwNS41IC0yMDUuNSAzMTcuNSAtNDc2LjUgcTExNiAtMjc5IDExNiAtNTkwIHEwIC0zMTEgLTExNiAtNTkwIHEtMTEyIC0yNzEgLTMxNy41IC00NzYuNSBxLTIwNS41IC0yMDUuNSAtNDc2LjUgLTMxNy41IHEtMjc5IC0xMTYgLTU5MCAtMTE2IHEtMzExIDAgLTU5MCAxMTYgcS0yNzEgMTEyIC00NzYuNSAzMTcuNSBxLTIwNS41IDIwNS41IC0zMTcuNSA0NzYuNSBxLTExNiAyNzkgLTExNiA1OTAgcTAgMzExIDExNiA1OTAgcTExMiAyNzEgMzE3LjUgNDc2LjUgcTIwNS41IDIwNS41IDQ3Ni41IDMxNy41IHEyNzkgMTE2IDU5MCAxMTYgWiIgLz48Z2x5cGggZ2x5cGgtbmFtZT0idXNlci1zdGF0dXMtb25saW5lIiB1bmljb2RlPSImI3hlYTEyOyIgZD0iTTE1MDAgMTUwMCBsMjAwMCAwIGwwIDIwMDAgbC0yMDAwIDAgbDAgLTIwMDAgWk0yNTAwIDUwMDAgcS00MDYgMCAtNzg4IC0xMjggcS0zNzAgLTEyNCAtNjg2IC0zNTYgcS0zMTMgLTIyOSAtNTQyIC01NDIgcS0yMzIgLTMxNiAtMzU2IC02ODYgcS0xMjggLTM4MiAtMTI4IC03ODggcTAgLTQwNiAxMjggLTc4OCBxMTI0IC0zNzAgMzU2IC02ODYgcTIyOSAtMzEzIDU0MiAtNTQyIHEzMTYgLTIzMiA2ODYgLTM1NiBxMzgyIC0xMjggNzg4IC0xMjggcTQwNiAwIDc4OCAxMjggcTM3MCAxMjQgNjg2IDM1NiBxMzEzIDIyOSA1NDIgNTQyIHEyMzIgMzE2IDM1NiA2ODYgcTEyOCAzODIgMTI4IDc4OCBxMCA0MDYgLTEyOCA3ODggcS0xMjQgMzcwIC0zNTYgNjg2IHEtMjI5IDMxMyAtNTQyIDU0MiBxLTMxNiAyMzIgLTY4NiAzNTYgcS0zODIgMTI4IC03ODggMTI4IFoiIC8+PC9mb250PjwvZGVmcz48L3N2Zz4="},function(t,e,n){"use strict";n.d(e,"b",(function(){return s})),n.d(e,"a",(function(){return i})),n(27);var r=n(32),a=Object(r.getGettextBuilder)().detectLocale();[{locale:"br",translations:{"{tag} (invisible)":"{tag} (diwelus)","{tag} (restricted)":"{tag} (bevennet)",Actions:"Oberioù",Activities:"Oberiantizoù","Animals & Nature":"Loened & Natur",Choose:"Dibab",Close:"Serriñ",Custom:"Personelañ",Flags:"Bannieloù","Food & Drink":"Boued & Evajoù","Frequently used":"Implijet alies",Next:"Da heul","No emoji found":"Emoji ebet kavet","No results":"Disoc'h ebet",Objects:"Traoù","Pause slideshow":"Arsav an diaporama","People & Body":"Tud & Korf","Pick an emoji":"Choaz un emoji",Previous:"A-raok",Search:"Klask","Search results":"Disoc'hoù an enklask","Select a tag":"Choaz ur c'hlav",Settings:"Arventennoù","Smileys & Emotion":"Smileyioù & Fromoù","Start slideshow":"Kregiñ an diaporama",Symbols:"Arouezioù","Travel & Places":"Beaj & Lec'hioù","Unable to search the group":"Dibosupl eo klask ar strollad"}},{locale:"ca",translations:{"{tag} (invisible)":"{tag} (invisible)","{tag} (restricted)":"{tag} (restringit)",Actions:"Accions",Activities:"Activitats","Animals & Nature":"Animals i natura",Choose:"Tria",Close:"Tanca",Custom:"Personalitzat",Flags:"Marques","Food & Drink":"Menjar i begudes","Frequently used":"Utilitzats recentment","Message limit of {count} characters reached":"S'ha arribat al límit de {count} caràcters per missatge",Next:"Següent","No emoji found":"No s'ha trobat cap emoji","No results":"Sense resultats",Objects:"Objectes","Pause slideshow":"Atura la presentació","People & Body":"Persones i cos","Pick an emoji":"Trieu un emoji",Previous:"Anterior",Search:"Cerca","Search results":"Resultats de cerca","Select a tag":"Selecciona una etiqueta",Settings:"Paràmetres","Settings navigation":"Navegació d'opcions","Smileys & Emotion":"Cares i emocions","Start slideshow":"Inicia la presentació",Symbols:"Símbols","Travel & Places":"Viatges i llocs","Unable to search the group":"No es pot cercar el grup","Write message, @ to mention someone …":"Escriu un missatge, @ per mencionar algú..."}},{locale:"cs_CZ",translations:{"{tag} (invisible)":"{tag} (neviditelné)","{tag} (restricted)":"{tag} (omezené)",Actions:"Akce",Activities:"Aktivity","Animals & Nature":"Zvířata a příroda",Choose:"Zvolit",Close:"Zavřít",Custom:"Uživatelsky určené","External documentation for {title}":"Externí dokumentace k {title}",Flags:"Příznaky","Food & Drink":"Jídlo a pití","Frequently used":"Často používané","Message limit of {count} characters reached":"Dosaženo limitu počtu ({count}) znaků zprávy",Next:"Následující","No emoji found":"Nenalezeno žádné emoji","No results":"Nic nenalezeno",Objects:"Objekty","Pause slideshow":"Pozastavit prezentaci","People & Body":"Lidé a tělo","Pick an emoji":"Vybrat emoji",Previous:"Předchozí",Search:"Hledat","Search results":"Výsledky hledání","Select a tag":"Vybrat štítek",Settings:"Nastavení","Settings navigation":"Pohyb po nastavení","Smileys & Emotion":"Úsměvy a emoce","Start slideshow":"Spustit prezentaci",Submit:"Odeslat",Symbols:"Symboly","Travel & Places":"Cestování a místa","Unable to search the group":"Nedaří se hledat skupinu","Write message, @ to mention someone …":"Pište zprávu, pokud chcete někoho zmínit, použijte @ …"}},{locale:"da",translations:{"{tag} (invisible)":"{tag} (usynlig)","{tag} (restricted)":"{tag} (begrænset)",Actions:"Handlinger",Activities:"Aktiviteter","Animals & Nature":"Dyr & Natur",Choose:"Vælg",Close:"Luk",Custom:"Brugerdefineret",Flags:"Flag","Food & Drink":"Mad & Drikke","Frequently used":"Ofte brugt","Message limit of {count} characters reached":"Begrænsning på {count} tegn er nået",Next:"Videre","No emoji found":"Ingen emoji fundet","No results":"Ingen resultater",Objects:"Objekter","Pause slideshow":"Suspender fremvisning","People & Body":"Mennesker & Menneskekroppen","Pick an emoji":"Vælg en emoji",Previous:"Forrige",Search:"Søg","Search results":"Søgeresultater","Select a tag":"Vælg et mærke",Settings:"Indstillinger","Settings navigation":"Naviger i indstillinger","Smileys & Emotion":"Smileys & Emotion","Start slideshow":"Start fremvisning",Symbols:"Symboler","Travel & Places":"Rejser & Rejsemål","Unable to search the group":"Kan ikke søge på denne gruppe","Write message, @ to mention someone …":"Skriv i meddelelse, @ for at nævne nogen …"}},{locale:"de",translations:{"{tag} (invisible)":"{tag} (unsichtbar)","{tag} (restricted)":"{tag} (eingeschränkt)",Actions:"Aktionen",Activities:"Aktivitäten","Animals & Nature":"Tiere & Natur",Choose:"Auswählen",Close:"Schließen",Custom:"Benutzerdefiniert","External documentation for {title}":"Externe Dokumentation für {title}",Flags:"Flaggen","Food & Drink":"Essen & Trinken","Frequently used":"Häufig verwendet","Message limit of {count} characters reached":"Nachrichtenlimit von {count} Zeichen erreicht",Next:"Weiter","No emoji found":"Kein Emoji gefunden","No results":"Keine Ergebnisse",Objects:"Gegenstände","Pause slideshow":"Diashow pausieren","People & Body":"Menschen & Körper","Pick an emoji":"Ein Emoji auswählen",Previous:"Vorherige",Search:"Suche","Search results":"Suchergebnisse","Select a tag":"Schlagwort auswählen",Settings:"Einstellungen","Settings navigation":"Einstellungen-Navigation","Smileys & Emotion":"Smileys & Emotionen","Start slideshow":"Diashow starten",Submit:"Einreichen",Symbols:"Symbole","Travel & Places":"Reisen & Orte","Unable to search the group":"Die Gruppe konnte nicht durchsucht werden","Write message, @ to mention someone …":"Nachricht schreiben, @ um jemanden zu erwähnen ..."}},{locale:"de_DE",translations:{"{tag} (invisible)":"{tag} (unsichtbar)","{tag} (restricted)":"{tag} (eingeschränkt)",Actions:"Aktionen",Activities:"Aktivitäten","Animals & Nature":"Tiere & Natur",Choose:"Auswählen",Close:"Schließen",Custom:"Benutzerdefiniert","External documentation for {title}":"Externe Dokumentation für {title}",Flags:"Flaggen","Food & Drink":"Essen & Trinken","Frequently used":"Häufig verwendet","Message limit of {count} characters reached":"Nachrichtenlimit von {count} Zeichen erreicht",Next:"Weiter","No emoji found":"Kein Emoji gefunden","No results":"Keine Ergebnisse",Objects:"Gegenstände","Pause slideshow":"Diashow pausieren","People & Body":"Menschen & Körper","Pick an emoji":"Ein Emoji auswählen",Previous:"Vorherige",Search:"Suche","Search results":"Suchergebnisse","Select a tag":"Schlagwort auswählen",Settings:"Einstellungen","Settings navigation":"Einstellungen-Navigation","Smileys & Emotion":"Smileys & Emotionen","Start slideshow":"Diashow starten",Submit:"Einreichen",Symbols:"Symbole","Travel & Places":"Reisen & Orte","Unable to search the group":"Die Gruppe kann nicht durchsucht werden","Write message, @ to mention someone …":"Nachricht schreiben, @ um jemanden zu erwähnen ..."}},{locale:"el",translations:{"{tag} (invisible)":"{tag} (αόρατο)","{tag} (restricted)":"{tag} (περιορισμένο)",Actions:"Ενέργειες",Activities:"Δραστηριότητες","Animals & Nature":"Ζώα & Φύση",Choose:"Επιλογή",Close:"Κλείσιμο",Custom:"Προσαρμογή",Flags:"Σημαίες","Food & Drink":"Φαγητό & Ποτό","Frequently used":"Συχνά χρησιμοποιούμενο",Next:"Επόμενο","No emoji found":"Δεν βρέθηκε emoji","No results":"Κανένα αποτέλεσμα",Objects:"Αντικείμενα","Pause slideshow":"Παύση προβολής διαφανειών","People & Body":"Άνθρωποι & Σώμα","Pick an emoji":"Επιλέξτε ένα emoji",Previous:"Προηγούμενο",Search:"Αναζήτηση","Search results":"Αποτελέσματα αναζήτησης","Select a tag":"Επιλογή ετικέτας",Settings:"Ρυθμίσεις","Smileys & Emotion":"Φατσούλες & Συναίσθημα","Start slideshow":"Έναρξη προβολής διαφανειών",Symbols:"Σύμβολα","Travel & Places":"Ταξίδια & Τοποθεσίες","Unable to search the group":"Δεν είναι δυνατή η αναζήτηση της ομάδας"}},{locale:"eo",translations:{"{tag} (invisible)":"{tag} (kaŝita)","{tag} (restricted)":"{tag} (limigita)",Actions:"Agoj",Activities:"Aktiveco","Animals & Nature":"Bestoj & Naturo",Choose:"Elektu",Close:"Fermu",Custom:"Propra",Flags:"Flagoj","Food & Drink":"Manĝaĵo & Trinkaĵo","Frequently used":"Ofte uzataj","Message limit of {count} characters reached":"La limo je {count} da literoj atingita",Next:"Sekva","No emoji found":"La emoĝio forestas","No results":"La rezulto forestas",Objects:"Objektoj","Pause slideshow":"Payzi bildprezenton","People & Body":"Homoj & Korpo","Pick an emoji":"Elekti emoĝion ",Previous:"Antaŭa",Search:"Serĉi","Search results":"Serĉrezultoj","Select a tag":"Elektu etikedon",Settings:"Agordo","Settings navigation":"Agorda navigado","Smileys & Emotion":"Ridoj kaj Emocioj","Start slideshow":"Komenci bildprezenton",Symbols:"Signoj","Travel & Places":"Vojaĵoj & Lokoj","Unable to search the group":"Ne eblas serĉi en la grupo","Write message, @ to mention someone …":"Mesaĝi, uzu @ por mencii iun ..."}},{locale:"es",translations:{"{tag} (invisible)":"{tag} (invisible)","{tag} (restricted)":"{tag} (restringido)",Actions:"Acciones",Activities:"Actividades","Animals & Nature":"Animales y naturaleza",Choose:"Elegir",Close:"Cerrar",Custom:"Personalizado",Flags:"Banderas","Food & Drink":"Comida y bebida","Frequently used":"Usado con frecuenca","Message limit of {count} characters reached":"El mensaje ha alcanzado el límite de {count} caracteres",Next:"Siguiente","No emoji found":"No hay ningún emoji","No results":" Ningún resultado",Objects:"Objetos","Pause slideshow":"Pausar la presentación ","People & Body":"Personas y cuerpos","Pick an emoji":"Elegir un emoji",Previous:"Anterior",Search:"Buscar","Search results":"Resultados de la búsqueda","Select a tag":"Seleccione una etiqueta",Settings:"Ajustes","Settings navigation":"Navegación por ajustes","Smileys & Emotion":"Smileys y emoticonos","Start slideshow":"Iniciar la presentación",Symbols:"Símbolos","Travel & Places":"Viajes y lugares","Unable to search the group":"No es posible buscar en el grupo","Write message, @ to mention someone …":"Escriba un mensaje, @ para mencionar a alguien..."}},{locale:"eu",translations:{"{tag} (invisible)":"{tag} (ikusezina)","{tag} (restricted)":"{tag} (mugatua)",Choose:"Aukeratu",Close:"Itxi",Next:"Hurrengoa","No results":"Emaitzarik ez","Pause slideshow":"Pausatu diaporama",Previous:"Aurrekoa","Select a tag":"Hautatu etiketa bat",Settings:"Ezarpenak","Start slideshow":"Hasi diaporama"}},{locale:"fi_FI",translations:{"{tag} (invisible)":"{tag} (näkymätön)","{tag} (restricted)":"{tag} (rajoitettu)",Actions:"Toiminnot",Activities:"Aktiviteetit","Animals & Nature":"Eläimet & luonto",Choose:"Valitse",Close:"Sulje",Custom:"Mukautettu",Flags:"Liput","Food & Drink":"Ruoka & juoma","Frequently used":"Usein käytetyt","Message limit of {count} characters reached":"Viestin maksimimerkkimäärä {count} täynnä ",Next:"Seuraava","No emoji found":"Emojia ei löytynyt","No results":"Ei tuloksia",Objects:"Esineet & asiat","Pause slideshow":"Keskeytä diaesitys","People & Body":"Ihmiset & keho","Pick an emoji":"Valitse emoji",Previous:"Edellinen",Search:"Etsi","Search results":"Hakutulokset","Select a tag":"Valitse tagi",Settings:"Asetukset","Settings navigation":"Asetusnavigaatio","Smileys & Emotion":"Hymiöt ja & tunteet","Start slideshow":"Aloita diaesitys",Symbols:"Symbolit","Travel & Places":"Matkustus & kohteet","Unable to search the group":"Ryhmää ei voi hakea","Write message, @ to mention someone …":"Kirjoita viesti, @ mainitaksesi jonkun..."}},{locale:"fr",translations:{"{tag} (invisible)":"{tag} (invisible)","{tag} (restricted)":"{tag} (restreint)",Actions:"Actions",Activities:"Activités","Animals & Nature":"Animaux & Nature",Choose:"Choisir",Close:"Fermer",Custom:"Personnalisé",Flags:"Drapeaux","Food & Drink":"Nourriture & Boissons","Frequently used":"Utilisés fréquemment","Message limit of {count} characters reached":"Limite de messages de {count} caractères atteinte",Next:"Suivant","No emoji found":"Pas d’émoji trouvé","No results":"Aucun résultat",Objects:"Objets","Pause slideshow":"Mettre le diaporama en pause","People & Body":"Personnes & Corps","Pick an emoji":"Choisissez un émoji",Previous:"Précédent",Search:"Chercher","Search results":"Résultats de recherche","Select a tag":"Sélectionnez une balise",Settings:"Paramètres","Settings navigation":"Navigation dans les paramètres","Smileys & Emotion":"Smileys & Émotions","Start slideshow":"Démarrer le diaporama",Symbols:"Symboles","Travel & Places":"Voyage & Lieux","Unable to search the group":"Impossible de chercher le groupe","Write message, @ to mention someone …":"Écrivez un message, @ pour mentionner quelqu'un…"}},{locale:"gl",translations:{"{tag} (invisible)":"{tag} (invisíbel)","{tag} (restricted)":"{tag} (restrinxido)",Actions:"Accións",Activities:"Actividades","Animals & Nature":"Animais e natureza",Choose:"Escoller",Close:"Pechar",Custom:"Personalizado",Flags:"Bandeiras","Food & Drink":"Comida e bebida","Frequently used":"Usado con frecuencia","Message limit of {count} characters reached":"Acadouse o límite de {count} caracteres por mensaxe",Next:"Seguinte","No emoji found":"Non se atopou ningún «emoji»","No results":"Sen resultados",Objects:"Obxectos","Pause slideshow":"Pausar o diaporama","People & Body":"Persoas e corpo","Pick an emoji":"Escolla un «emoji»",Previous:"Anterir",Search:"Buscar","Search results":"Resultados da busca","Select a tag":"Seleccione unha etiqueta",Settings:"Axustes","Settings navigation":"Navegación de axustes","Smileys & Emotion":"Sorrisos e emocións","Start slideshow":"Iniciar o diaporama",Symbols:"Símbolos","Travel & Places":"Viaxes e lugares","Unable to search the group":"Non foi posíbel buscar o grupo","Write message, @ to mention someone …":"Escriba a mensaxe, @ para mencionar a alguén…"}},{locale:"he",translations:{"{tag} (invisible)":"{tag} (נסתר)","{tag} (restricted)":"{tag} (מוגבל)",Actions:"פעולות",Activities:"פעילויות","Animals & Nature":"חיות וטבע",Choose:"בחירה",Close:"סגירה",Custom:"בהתאמה אישית",Flags:"דגלים","Food & Drink":"מזון ומשקאות","Frequently used":"בשימוש תדיר",Next:"הבא","No emoji found":"לא נמצא אמוג׳י","No results":"אין תוצאות",Objects:"חפצים","Pause slideshow":"השהיית מצגת","People & Body":"אנשים וגוף","Pick an emoji":"נא לבחור אמוג׳י",Previous:"הקודם",Search:"חיפוש","Search results":"תוצאות חיפוש","Select a tag":"בחירת תגית",Settings:"הגדרות","Smileys & Emotion":"חייכנים ורגשונים","Start slideshow":"התחלת המצגת",Symbols:"סמלים","Travel & Places":"טיולים ומקומות","Unable to search the group":"לא ניתן לחפש בקבוצה"}},{locale:"hu_HU",translations:{"{tag} (invisible)":"{tag} (láthatatlan)","{tag} (restricted)":"{tag} (korlátozott)",Actions:"Műveletek",Activities:"Tevékenységek","Animals & Nature":"Állatok és természet",Choose:"Válassszon",Close:"Bezárás",Custom:"Egyéni",Flags:"Zászló","Food & Drink":"Étel és ital","Frequently used":"Gyakran használt","Message limit of {count} characters reached":"{count} karakteres üzenetkorlát elérve",Next:"Következő","No emoji found":"Nem található emodzsi","No results":"Nincs találat",Objects:"Tárgyak","Pause slideshow":"Diavetítés szüneteltetése","People & Body":"Emberek és test","Pick an emoji":"Válasszon egy emodzsit",Previous:"Előző",Search:"Keresés","Search results":"Találatok","Select a tag":"Válasszon címkét",Settings:"Beállítások","Settings navigation":"Navigáció a beállításokban","Smileys & Emotion":"Mosolyok és érzelmek","Start slideshow":"Diavetítés indítása",Symbols:"Szimbólumok","Travel & Places":"Utazás és helyek","Unable to search the group":"A csoport nem kereshető","Write message, @ to mention someone …":"Írjon üzenetet, @ valaki megemlítéséhez…"}},{locale:"is",translations:{"{tag} (invisible)":"{tag} (ósýnilegt)","{tag} (restricted)":"{tag} (takmarkað)",Actions:"Aðgerðir",Activities:"Aðgerðir","Animals & Nature":"Dýr og náttúra",Choose:"Velja",Close:"Loka",Custom:"Sérsniðið",Flags:"Flögg","Food & Drink":"Matur og drykkur","Frequently used":"Oftast notað",Next:"Næsta","No emoji found":"Ekkert tjáningartákn fannst","No results":"Engar niðurstöður",Objects:"Hlutir","Pause slideshow":"Gera hlé á skyggnusýningu","People & Body":"Fólk og líkami","Pick an emoji":"Veldu tjáningartákn",Previous:"Fyrri",Search:"Leita","Search results":"Leitarniðurstöður","Select a tag":"Veldu merki",Settings:"Stillingar","Smileys & Emotion":"Broskallar og tilfinningar","Start slideshow":"Byrja skyggnusýningu",Symbols:"Tákn","Travel & Places":"Staðir og ferðalög","Unable to search the group":"Get ekki leitað í hópnum"}},{locale:"it",translations:{"{tag} (invisible)":"{tag} (invisibile)","{tag} (restricted)":"{tag} (limitato)",Actions:"Azioni",Activities:"Attività","Animals & Nature":"Animali e natura",Choose:"Scegli",Close:"Chiudi",Custom:"Personalizzato","External documentation for {title}":"Documentazione esterna per {title}",Flags:"Bandiere","Food & Drink":"Cibo e bevande","Frequently used":"Usati di frequente","Message limit of {count} characters reached":"Limite dei messaggi di {count} caratteri raggiunto",Next:"Successivo","No emoji found":"Nessun emoji trovato","No results":"Nessun risultato",Objects:"Oggetti","Pause slideshow":"Presentazione in pausa","People & Body":"Persone e corpo","Pick an emoji":"Scegli un emoji",Previous:"Precedente",Search:"Cerca","Search results":"Risultati di ricerca","Select a tag":"Seleziona un'etichetta",Settings:"Impostazioni","Settings navigation":"Navigazione delle impostazioni","Smileys & Emotion":"Faccine ed emozioni","Start slideshow":"Avvia presentazione",Submit:"Invia",Symbols:"Simboli","Travel & Places":"Viaggi e luoghi","Unable to search the group":"Impossibile cercare il gruppo","Write message, @ to mention someone …":"Scrivi messaggio, @ per menzionare qualcuno…"}},{locale:"ja_JP",translations:{"{tag} (invisible)":"{タグ} (不可視)","{tag} (restricted)":"{タグ} (制限付)",Actions:"操作",Activities:"アクティビティ","Animals & Nature":"動物と自然",Choose:"選択",Close:"閉じる",Custom:"カスタム",Flags:"国旗","Food & Drink":"食べ物と飲み物","Frequently used":"よく使うもの","Message limit of {count} characters reached":"{count} 文字のメッセージ上限に達しています",Next:"次","No emoji found":"絵文字が見つかりません","No results":"なし",Objects:"物","Pause slideshow":"スライドショーを一時停止","People & Body":"様々な人と体の部位","Pick an emoji":"絵文字を選択",Previous:"前",Search:"検索","Search results":"検索結果","Select a tag":"タグを選択",Settings:"設定","Settings navigation":"ナビゲーション設定","Smileys & Emotion":"笑顔と気持ち","Start slideshow":"スライドショーを開始",Symbols:"記号","Travel & Places":"旅行と場所","Unable to search the group":"グループを検索できません","Write message, @ to mention someone …":"メッセージを書く、@ で通知します。"}},{locale:"lt_LT",translations:{"{tag} (invisible)":"{tag} (nematoma)","{tag} (restricted)":"{tag} (apribota)",Actions:"Veiksmai",Activities:"Veiklos","Animals & Nature":"Gyvūnai ir gamta",Choose:"Pasirinkti",Close:"Užverti",Custom:"Tinkinti","External documentation for {title}":"Išorinė {title} dokumentacija",Flags:"Vėliavos","Food & Drink":"Maistas ir gėrimai","Frequently used":"Dažniausiai naudoti","Message limit of {count} characters reached":"Pasiekta {count} simbolių žinutės riba",Next:"Kitas","No emoji found":"Nerasta jaustukų","No results":"Nėra rezultatų",Objects:"Objektai","Pause slideshow":"Pristabdyti skaidrių rodymą","People & Body":"Žmonės ir kūnas","Pick an emoji":"Pasirinkti jaustuką",Previous:"Ankstesnis",Search:"Ieškoti","Search results":"Paieškos rezultatai","Select a tag":"Pasirinkti žymę",Settings:"Nustatymai","Settings navigation":"Naršymas nustatymuose","Smileys & Emotion":"Šypsenos ir emocijos","Start slideshow":"Pradėti skaidrių rodymą",Submit:"Pateikti",Symbols:"Simboliai","Travel & Places":"Kelionės ir vietos","Unable to search the group":"Nepavyko atlikti paiešką grupėje","Write message, @ to mention someone …":"Rašykite žinutę, naudokite @ norėdami kažką paminėti…"}},{locale:"lv",translations:{"{tag} (invisible)":"{tag} (neredzams)","{tag} (restricted)":"{tag} (ierobežots)",Choose:"Izvēlēties",Close:"Aizvērt",Next:"Nākamais","No results":"Nav rezultātu","Pause slideshow":"Pauzēt slaidrādi",Previous:"Iepriekšējais","Select a tag":"Izvēlēties birku",Settings:"Iestatījumi","Start slideshow":"Sākt slaidrādi"}},{locale:"mk",translations:{"{tag} (invisible)":"{tag} (невидливо)","{tag} (restricted)":"{tag} (ограничено)",Actions:"Акции",Activities:"Активности","Animals & Nature":"Животни & Природа",Choose:"Избери",Close:"Затвори",Custom:"Прилагодени",Flags:"Знамиња","Food & Drink":"Храна & Пијалоци","Frequently used":"Најчесто користени","Message limit of {count} characters reached":"Ограничувањето на должината на пораката од {count} карактери е надминато",Next:"Следно","No emoji found":"Не се пронајдени емотикони","No results":"Нема резултати",Objects:"Објекти","Pause slideshow":"Пузирај слајдшоу","People & Body":"Луѓе & Тело","Pick an emoji":"Избери емотикон",Previous:"Предходно",Search:"Барај","Search results":"Резултати од барувањето","Select a tag":"Избери ознака",Settings:"Параметри","Settings navigation":"Параметри за навигација","Smileys & Emotion":"Смешковци & Емотикони","Start slideshow":"Стартувај слајдшоу",Symbols:"Симболи","Travel & Places":"Патувања & Места","Unable to search the group":"Неможе да се принајде групата","Write message, @ to mention someone …":"Напиши порака, @ за да спомнеш некој …"}},{locale:"nb_NO",translations:{"{tag} (invisible)":"{tag} (usynlig)","{tag} (restricted)":"{tag} (beskyttet)",Actions:"Handlinger",Activities:"Aktiviteter","Animals & Nature":"Dyr og natur",Choose:"Velg",Close:"Lukk",Custom:"Selvvalgt",Flags:"Flagg","Food & Drink":"Mat og drikke","Frequently used":"Ofte brukt",Next:"Neste","No emoji found":"Fant ingen emoji","No results":"Ingen resultater",Objects:"Objekter","Pause slideshow":"Pause lysbildefremvisning","People & Body":"Mennesker og kropp","Pick an emoji":"Velg en emoji",Previous:"Forrige",Search:"Søk","Search results":"Søkeresultater","Select a tag":"Velg en merkelapp",Settings:"Innstillinger","Smileys & Emotion":"Smilefjes og følelser","Start slideshow":"Start lysbildefremvisning",Symbols:"Symboler","Travel & Places":"Reise og steder","Unable to search the group":"Kunne ikke søke i gruppen"}},{locale:"nl",translations:{"{tag} (invisible)":"{tag} (onzichtbaar)","{tag} (restricted)":"{tag} (beperkt)",Actions:"Acties",Activities:"Activiteiten","Animals & Nature":"Dieren & Natuur",Choose:"Kies",Close:"Sluiten",Custom:"Aangepast",Flags:"Vlaggen","Food & Drink":"Eten & Drinken","Frequently used":"Vaak gebruikt","Message limit of {count} characters reached":"Berichtlengte van {count} karakters bereikt",Next:"Volgende","No emoji found":"Geen emoji gevonden","No results":"Geen resultaten",Objects:"Objecten","Pause slideshow":"Pauzeer diavoorstelling","People & Body":"Mensen & Lichaam","Pick an emoji":"Kies een emoji",Previous:"Vorige",Search:"Zoeken","Search results":"Zoekresultaten","Select a tag":"Selecteer een label",Settings:"Instellingen","Settings navigation":"Instellingen navigatie","Smileys & Emotion":"Smileys & Emotie","Start slideshow":"Start diavoorstelling",Symbols:"Symbolen","Travel & Places":"Reizen & Plaatsen","Unable to search the group":"Kan niet in de groep zoeken","Write message, @ to mention someone …":"Schrijf een bericht, @ om iemand te noemen ..."}},{locale:"oc",translations:{"{tag} (invisible)":"{tag} (invisible)","{tag} (restricted)":"{tag} (limit)",Actions:"Accions",Choose:"Causir",Close:"Tampar",Next:"Seguent","No results":"Cap de resultat","Pause slideshow":"Metre en pausa lo diaporama",Previous:"Precedent","Select a tag":"Seleccionar una etiqueta",Settings:"Paramètres","Start slideshow":"Lançar lo diaporama"}},{locale:"pl",translations:{"{tag} (invisible)":"{tag} (niewidoczna)","{tag} (restricted)":"{tag} (ograniczona)",Actions:"Działania",Activities:"Aktywność","Animals & Nature":"Zwierzęta i natura",Choose:"Wybierz",Close:"Zamknij",Custom:"Zwyczajne","External documentation for {title}":"Dokumentacja zewnętrzna dla {title}",Flags:"Flagi","Food & Drink":"Jedzenie i picie","Frequently used":"Często używane","Message limit of {count} characters reached":"Przekroczono limit wiadomości wynoszący {count} znaków",Next:"Następny","No emoji found":"Nie znaleziono emotikonów","No results":"Brak wyników",Objects:"Obiekty","Pause slideshow":"Wstrzymaj pokaz slajdów","People & Body":"Ludzie i ciało","Pick an emoji":"Wybierz emoji",Previous:"Poprzedni",Search:"Szukaj","Search results":"Wyniki wyszukiwania","Select a tag":"Wybierz etykietę",Settings:"Ustawienia","Settings navigation":"Nawigacja ustawień","Smileys & Emotion":"Buźki i emotikony","Start slideshow":"Rozpocznij pokaz slajdów",Submit:"Wyślij",Symbols:"Symbole","Travel & Places":"Podróże i miejsca","Unable to search the group":"Nie można przeszukać grupy","Write message, @ to mention someone …":"Napisz wiadomość, aby wspomnieć o kimś użyj @…"}},{locale:"pt_BR",translations:{"{tag} (invisible)":"{tag} (invisível)","{tag} (restricted)":"{tag} (restrito) ",Actions:"Ações",Activities:"Atividades","Animals & Nature":"Animais & Natureza",Choose:"Escolher",Close:"Fechar",Custom:"Personalizado","External documentation for {title}":"Documentação externa para {title}",Flags:"Bandeiras","Food & Drink":"Comida & Bebida","Frequently used":"Mais usados","Message limit of {count} characters reached":"Limite de mensagem de {count} caracteres atingido",Next:"Próximo","No emoji found":"Nenhum emoji encontrado","No results":"Sem resultados",Objects:"Objetos","Pause slideshow":"Pausar apresentação de slides","People & Body":"Pessoas & Corpo","Pick an emoji":"Escolha um emoji",Previous:"Anterior",Search:"Pesquisar","Search results":"Resultados da pesquisa","Select a tag":"Selecionar uma tag",Settings:"Configurações","Settings navigation":"Navegação de configurações","Smileys & Emotion":"Smiles & Emoções","Start slideshow":"Iniciar apresentação de slides",Submit:"Enviar",Symbols:"Símbolo","Travel & Places":"Viagem & Lugares","Unable to search the group":"Não foi possível pesquisar o grupo","Write message, @ to mention someone …":"Escreva mensagem, @ para mencionar alguém ..."}},{locale:"pt_PT",translations:{"{tag} (invisible)":"{tag} (invisivel)","{tag} (restricted)":"{tag} (restrito)",Actions:"Ações",Choose:"Escolher",Close:"Fechar",Next:"Seguinte","No results":"Sem resultados","Pause slideshow":"Pausar diaporama",Previous:"Anterior","Select a tag":"Selecionar uma etiqueta",Settings:"Definições","Start slideshow":"Iniciar diaporama","Unable to search the group":"Não é possível pesquisar o grupo"}},{locale:"ru",translations:{"{tag} (invisible)":"{tag} (невидимое)","{tag} (restricted)":"{tag} (ограниченное)",Choose:"Выберите",Close:"Закрыть",Next:"Следующее","No results":"Результаты отсуствуют","Pause slideshow":"Приостановить показ слйдов",Previous:"Предыдущее","Select a tag":"Выберите метку",Settings:"Параметры","Start slideshow":"Начать показ слайдов"}},{locale:"sk_SK",translations:{"{tag} (invisible)":"{tag} (neviditeľný)","{tag} (restricted)":"{tag} (obmedzený)",Actions:"Akcie",Activities:"Aktivity","Animals & Nature":"Zvieratá a príroda",Choose:"Vybrať",Close:"Zatvoriť",Custom:"Zvyk",Flags:"Vlajky","Food & Drink":"Jedlo a nápoje","Frequently used":"Často používané",Next:"Ďalší","No emoji found":"Nenašli sa žiadne emodži","No results":"Žiadne výsledky",Objects:"Objekty","Pause slideshow":"Pozastaviť prezentáciu","People & Body":"Ľudia a telo","Pick an emoji":"Vyberte si emodži",Previous:"Predchádzajúci",Search:"Hľadať","Search results":"Výsledky vyhľadávania","Select a tag":"Vybrať štítok",Settings:"Nastavenia","Smileys & Emotion":"Smajlíky a emócie","Start slideshow":"Začať prezentáciu",Symbols:"Symboly","Travel & Places":"Cestovanie a miesta","Unable to search the group":"Skupinu sa nepodarilo nájsť"}},{locale:"sl",translations:{"{tag} (invisible)":"{tag} (nevidno)","{tag} (restricted)":"{tag} (omejeno)",Actions:"Dejanja",Activities:"Dejavnosti","Animals & Nature":"Živali in Narava",Choose:"Izbor",Close:"Zapri",Custom:"Po meri","External documentation for {title}":"Zunanja dokumentacija za {title}",Flags:"Zastavice","Food & Drink":"Hrana in Pijača","Frequently used":"Pogostost uporabe","Message limit of {count} characters reached":"Dosežena omejitev {count} znakov na sporočilo.",Next:"Naslednji","No emoji found":"Ni najdenih izraznih ikon","No results":"Ni zadetkov",Objects:"Predmeti","Pause slideshow":"Ustavi predstavitev","People & Body":"Ljudje in Telo","Pick an emoji":"Izbor izrazne ikone",Previous:"Predhodni",Search:"Iskanje","Search results":"Zadetki iskanja","Select a tag":"Izbor oznake",Settings:"Nastavitve","Settings navigation":"Krmarjenje nastavitev","Smileys & Emotion":"Izrazne ikone","Start slideshow":"Začni predstavitev",Submit:"Pošlji",Symbols:"Simboli","Travel & Places":"Potovanja in Kraji","Unable to search the group":"Ni mogoče iskati po skuspini","Write message, @ to mention someone …":"Napišite sporočilo, z @ omenite osebo ..."}},{locale:"sv",translations:{"{tag} (invisible)":"{tag} (osynlig)","{tag} (restricted)":"{tag} (begränsad)",Actions:"Åtgärder",Activities:"Aktiviteter","Animals & Nature":"Djur & Natur",Choose:"Välj",Close:"Stäng",Custom:"Anpassad",Flags:"Flaggor","Food & Drink":"Mat & Dryck","Frequently used":"Används ofta","Message limit of {count} characters reached":"Meddelandegräns {count} tecken används",Next:"Nästa","No emoji found":"Hittade inga emojis","No results":"Inga resultat",Objects:"Objekt","Pause slideshow":"Pausa bildspelet","People & Body":"Kropp & Själ","Pick an emoji":"Välj en emoji",Previous:"Föregående",Search:"Sök","Search results":"Sökresultat","Select a tag":"Välj en tag",Settings:"Inställningar","Settings navigation":"Inställningsmeny","Smileys & Emotion":"Selfies & Känslor","Start slideshow":"Starta bildspelet",Symbols:"Symboler","Travel & Places":"Resor & Sevärdigheter","Unable to search the group":"Kunde inte söka i gruppen","Write message, @ to mention someone …":"Skicka meddelande, skriv @ för att omnämna någon ..."}},{locale:"tr",translations:{"{tag} (invisible)":"{tag} (görünmez)","{tag} (restricted)":"{tag} (kısıtlı)",Actions:"İşlemler",Activities:"Etkinlikler","Animals & Nature":"Hayvanlar ve Doğa",Choose:"Seçin",Close:"Kapat",Custom:"Özel","External documentation for {title}":"{title} için dış belgeler",Flags:"Bayraklar","Food & Drink":"Yeme ve İçme","Frequently used":"Sık kullanılanlar","Message limit of {count} characters reached":"{count} karakter ileti sınırına ulaşıldı",Next:"Sonraki","No emoji found":"Herhangi bir emoji bulunamadı","No results":"Herhangi bir sonuç bulunamadı",Objects:"Nesneler","Pause slideshow":"Slayt sunumunu duraklat","People & Body":"İnsanlar ve Beden","Pick an emoji":"Bir emoji seçin",Previous:"Önceki",Search:"Arama","Search results":"Arama sonuçları","Select a tag":"Bir etiket seçin",Settings:"Ayarlar","Settings navigation":"Gezinme ayarları","Smileys & Emotion":"İfadeler ve Duygular","Start slideshow":"Slayt sunumunu başlat",Submit:"Gönder",Symbols:"Simgeler","Travel & Places":"Gezi ve Yerler","Unable to search the group":"Grupta arama yapılamadı","Write message, @ to mention someone …":"İletiyi yazın. Birini anmak için @ kullanın …"}},{locale:"uk",translations:{"{tag} (invisible)":"{tag} (invisible)","{tag} (restricted)":"{tag} (restricted)",Actions:"Дії",Activities:"Діяльність","Animals & Nature":"Тварини та природа",Choose:"Виберіть",Close:"Закрити",Custom:"Власне",Flags:"Прапори","Food & Drink":"Їжа та напитки","Frequently used":"Найчастіші",Next:"Вперед","No emoji found":"Емоційки відсутні","No results":"Відсутні результати",Objects:"Об'єкти","Pause slideshow":"Пауза у показі слайдів","People & Body":"Люди та жести","Pick an emoji":"Виберіть емоційку",Previous:"Назад",Search:"Пошук","Search results":"Результати пошуку","Select a tag":"Виберіть позначку",Settings:"Налаштування","Smileys & Emotion":"Усміхайлики та емоційки","Start slideshow":"Почати показ слайдів",Symbols:"Символи","Travel & Places":"Поїздки та місця","Unable to search the group":"Неможливо шукати в групі"}},{locale:"zh_CN",translations:{"{tag} (invisible)":"{tag} (不可见)","{tag} (restricted)":"{tag} (受限)",Actions:"行为",Activities:"活动","Animals & Nature":"动物 & 自然",Choose:"选择",Close:"关闭",Custom:"自定义",Flags:"旗帜","Food & Drink":"食物 & 饮品","Frequently used":"经常使用","Message limit of {count} characters reached":"已达到 {count} 个字符的消息限制",Next:"下一个","No emoji found":"表情未找到","No results":"无结果",Objects:"物体","Pause slideshow":"暂停幻灯片","People & Body":"人 & 身体","Pick an emoji":"选择一个表情",Previous:"上一个",Search:"搜索","Search results":"搜索结果","Select a tag":"选择一个标签",Settings:"设置","Settings navigation":"设置向导","Smileys & Emotion":"笑脸 & 情感","Start slideshow":"开始幻灯片",Symbols:"符号","Travel & Places":"旅游 & 地点","Unable to search the group":"无法搜索分组","Write message, @ to mention someone …":"输入消息,输入 @ 来提醒某人"}},{locale:"zh_HK",translations:{"{tag} (invisible)":"{tag} (隱藏)","{tag} (restricted)":"{tag} (受限)",Actions:"動作",Activities:"活動","Animals & Nature":"動物與自然",Choose:"選擇",Close:"關閉",Custom:"自定義","External documentation for {title}":"{title} 的外部文檔",Flags:"旗幟","Food & Drink":"食物與飲料","Frequently used":"經常使用","Message limit of {count} characters reached":"已達到訊息最多 {count} 字元限制",Next:"下一個","No emoji found":"未找到表情符號","No results":"無結果",Objects:"物件","Pause slideshow":"暫停幻燈片","People & Body":"人物","Pick an emoji":"選擇表情符號",Previous:"上一個",Search:"搜尋","Search results":"搜尋結果","Select a tag":"選擇標籤",Settings:"設定","Settings navigation":"設定值導覽","Smileys & Emotion":"表情","Start slideshow":"開始幻燈片",Submit:"提交",Symbols:"標誌","Travel & Places":"旅遊與景點","Unable to search the group":"無法搜尋群組","Write message, @ to mention someone …":"輸入訊息時可使用 @ 來標示某人..."}},{locale:"zh_TW",translations:{"{tag} (invisible)":"{tag} (隱藏)","{tag} (restricted)":"{tag} (受限)",Actions:"動作",Activities:"活動","Animals & Nature":"動物與自然",Choose:"選擇",Close:"關閉",Custom:"自定義",Flags:"旗幟","Food & Drink":"食物與飲料","Frequently used":"最近使用","Message limit of {count} characters reached":"已達到訊息最多 {count} 字元限制",Next:"下一個","No emoji found":"未找到表情符號","No results":"無結果",Objects:"物件","Pause slideshow":"暫停幻燈片","People & Body":"人物","Pick an emoji":"選擇表情符號",Previous:"上一個",Search:"搜尋","Search results":"搜尋結果","Select a tag":"選擇標籤",Settings:"設定","Settings navigation":"設定值導覽","Smileys & Emotion":"表情","Start slideshow":"開始幻燈片",Symbols:"標誌","Travel & Places":"旅遊與景點","Unable to search the group":"無法搜尋群組","Write message, @ to mention someone …":"輸入訊息時可使用 @ 來標示某人..."}}].forEach((function(t){var e={};for(var n in t.translations)t.translations[n].pluralId?e[n]={msgid:n,msgid_plural:t.translations[n].pluralId,msgstr:t.translations[n].msgstr}:e[n]={msgid:n,msgstr:[t.translations[n]]};a.addTranslation(t.locale,{translations:{"":e}})}));var o=a.build(),i=o.ngettext.bind(o),s=o.gettext.bind(o)},,function(t,e){t.exports=n(471)},function(t,e){t.exports=n(40)},function(t,e){t.exports=n(163)},function(t,e){t.exports=n(227)},function(t,e){t.exports=n(475)},function(t,e,n){"use strict";var r=n(0),a=n.n(r),o=n(1),i=n.n(o)()(a.a);i.push([t.i,".popover{z-index:100000;display:block !important;filter:drop-shadow(0 1px 10px var(--color-box-shadow))}.popover__inner{padding:0;color:var(--color-main-text);border-radius:var(--border-radius);background:var(--color-main-background)}.popover__arrow{position:absolute;z-index:1;width:0;height:0;margin:10px;border-style:solid;border-color:var(--color-main-background)}.popover[x-placement^='top']{margin-bottom:10px}.popover[x-placement^='top'] .popover__arrow{bottom:-10px;left:calc(50% - $arrow-width);margin-top:0;margin-bottom:0;border-width:10px 10px 0 10px;border-right-color:transparent !important;border-bottom-color:transparent !important;border-left-color:transparent !important}.popover[x-placement^='bottom']{margin-top:10px}.popover[x-placement^='bottom'] .popover__arrow{top:-10px;left:calc(50% - $arrow-width);margin-top:0;margin-bottom:0;border-width:0 10px 10px 10px;border-top-color:transparent !important;border-right-color:transparent !important;border-left-color:transparent !important}.popover[x-placement^='right']{margin-left:10px}.popover[x-placement^='right'] .popover__arrow{top:calc(50% - $arrow-width);left:-10px;margin-right:0;margin-left:0;border-width:10px 10px 10px 0;border-top-color:transparent !important;border-bottom-color:transparent !important;border-left-color:transparent !important}.popover[x-placement^='left']{margin-right:10px}.popover[x-placement^='left'] .popover__arrow{top:calc(50% - $arrow-width);right:-10px;margin-right:0;margin-left:0;border-width:10px 0 10px 10px;border-top-color:transparent !important;border-right-color:transparent !important;border-bottom-color:transparent !important}.popover[aria-hidden='true']{visibility:hidden;transition:opacity var(--animation-quick),visibility var(--animation-quick);opacity:0}.popover[aria-hidden='false']{visibility:visible;transition:opacity var(--animation-quick);opacity:1}\n","",{version:3,sources:["webpack://./Popover.vue"],names:[],mappings:"AAgHA,SACC,cAAe,CACf,wBAAyB,CAEzB,sDAAuD,CAEvD,gBACC,SAAU,CACV,4BAA6B,CAC7B,kCAAmC,CACnC,uCAAwC,CACxC,gBAGA,iBAAkB,CAClB,SAAU,CACV,OAAQ,CACR,QAAS,CACT,WApBgB,CAqBhB,kBAAmB,CACnB,yCAA0C,CApB5C,6BAwBE,kBA1BgB,CAElB,6CA2BG,YA7Be,CA8Bf,6BAA8B,CAC9B,YAAa,CACb,eAAgB,CAChB,6BAjCe,CAkCf,yCAA0C,CAC1C,0CAA2C,CAC3C,wCAAyC,CAlC5C,gCAuCE,eAzCgB,CAElB,gDA0CG,SA5Ce,CA6Cf,6BAA8B,CAC9B,YAAa,CACb,eAAgB,CAChB,6BAhDe,CAiDf,uCAAwC,CACxC,yCAA0C,CAC1C,wCAAyC,CAjD5C,+BAsDE,gBAxDgB,CAElB,+CAyDG,4BAA6B,CAC7B,UA5De,CA6Df,cAAe,CACf,aAAc,CACd,6BAAsD,CACtD,uCAAwC,CACxC,0CAA2C,CAC3C,wCAAyC,CAhE5C,8BAqEE,iBAvEgB,CAElB,8CAwEG,4BAA6B,CAC7B,WA3Ee,CA4Ef,cAAe,CACf,aAAc,CACd,6BA9Ee,CA+Ef,uCAAwC,CACxC,yCAA0C,CAC1C,0CAA2C,CA/E9C,6BAoFE,iBAAkB,CAClB,2EAA6E,CAC7E,SAAU,CAtFZ,8BA0FE,kBAAmB,CACnB,yCAA0C,CAC1C,SAAU",sourcesContent:["$scope_version:\"9737fff\"; @import 'variables';\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n$arrow-width: 10px;\n\n.popover {\n\tz-index: 100000;\n\tdisplay: block !important;\n\n\tfilter: drop-shadow(0 1px 10px var(--color-box-shadow));\n\n\t&__inner {\n\t\tpadding: 0;\n\t\tcolor: var(--color-main-text);\n\t\tborder-radius: var(--border-radius);\n\t\tbackground: var(--color-main-background);\n\t}\n\n\t&__arrow {\n\t\tposition: absolute;\n\t\tz-index: 1;\n\t\twidth: 0;\n\t\theight: 0;\n\t\tmargin: $arrow-width;\n\t\tborder-style: solid;\n\t\tborder-color: var(--color-main-background);\n\t}\n\n\t&[x-placement^='top'] {\n\t\tmargin-bottom: $arrow-width;\n\n\t\t.popover__arrow {\n\t\t\tbottom: -$arrow-width;\n\t\t\tleft: calc(50% - $arrow-width);\n\t\t\tmargin-top: 0;\n\t\t\tmargin-bottom: 0;\n\t\t\tborder-width: $arrow-width $arrow-width 0 $arrow-width;\n\t\t\tborder-right-color: transparent !important;\n\t\t\tborder-bottom-color: transparent !important;\n\t\t\tborder-left-color: transparent !important;\n\t\t}\n\t}\n\n\t&[x-placement^='bottom'] {\n\t\tmargin-top: $arrow-width;\n\n\t\t.popover__arrow {\n\t\t\ttop: -$arrow-width;\n\t\t\tleft: calc(50% - $arrow-width);\n\t\t\tmargin-top: 0;\n\t\t\tmargin-bottom: 0;\n\t\t\tborder-width: 0 $arrow-width $arrow-width $arrow-width;\n\t\t\tborder-top-color: transparent !important;\n\t\t\tborder-right-color: transparent !important;\n\t\t\tborder-left-color: transparent !important;\n\t\t}\n\t}\n\n\t&[x-placement^='right'] {\n\t\tmargin-left: $arrow-width;\n\n\t\t.popover__arrow {\n\t\t\ttop: calc(50% - $arrow-width);\n\t\t\tleft: -$arrow-width;\n\t\t\tmargin-right: 0;\n\t\t\tmargin-left: 0;\n\t\t\tborder-width: $arrow-width $arrow-width $arrow-width 0;\n\t\t\tborder-top-color: transparent !important;\n\t\t\tborder-bottom-color: transparent !important;\n\t\t\tborder-left-color: transparent !important;\n\t\t}\n\t}\n\n\t&[x-placement^='left'] {\n\t\tmargin-right: $arrow-width;\n\n\t\t.popover__arrow {\n\t\t\ttop: calc(50% - $arrow-width);\n\t\t\tright: -$arrow-width;\n\t\t\tmargin-right: 0;\n\t\t\tmargin-left: 0;\n\t\t\tborder-width: $arrow-width 0 $arrow-width $arrow-width;\n\t\t\tborder-top-color: transparent !important;\n\t\t\tborder-right-color: transparent !important;\n\t\t\tborder-bottom-color: transparent !important;\n\t\t}\n\t}\n\n\t&[aria-hidden='true'] {\n\t\tvisibility: hidden;\n\t\ttransition: opacity var(--animation-quick), visibility var(--animation-quick);\n\t\topacity: 0;\n\t}\n\n\t&[aria-hidden='false'] {\n\t\tvisibility: visible;\n\t\ttransition: opacity var(--animation-quick);\n\t\topacity: 1;\n\t}\n}\n\n"],sourceRoot:""}]),e.a=i},function(t,e){},function(t,e,n){"use strict";n.r(e);var r=n(7),a=n(2),o=n.n(a),i=n(23);o()(i.a,{insert:"head",singleton:!1}),i.a.locals,
+/**
+ * @copyright Copyright (c) 2019 Julius Härtl <jus@bitgrid.net>
+ *
+ * @author Julius Härtl <jus@bitgrid.net>
+ * @author John Molakvoæ <skjnldsv@protonmail.com>
+ *
+ * @license GNU AGPL version 3 or any later version
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Affero General Public License as
+ * published by the Free Software Foundation, either version 3 of the
+ * License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Affero General Public License for more details.
+ *
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ *
+ */
+r.VTooltip.options.defaultTemplate='<div class="vue-tooltip" role="tooltip" data-v-'.concat("9737fff",'><div class="tooltip-arrow"></div><div class="tooltip-inner"></div></div>'),r.VTooltip.options.defaultHtml=!1,e.default=r.VTooltip},function(t,e){t.exports=n(504)},function(t,e,n){"use strict";var r=n(0),a=n.n(r),o=n(1),i=n.n(o)()(a.a);i.push([t.i,".vue-tooltip[data-v-9737fff]{position:absolute;z-index:100000;right:auto;left:auto;display:block;margin:0;margin-top:-3px;padding:10px 0;text-align:left;text-align:start;opacity:0;line-height:1.6;line-break:auto;filter:drop-shadow(0 1px 10px var(--color-box-shadow))}.vue-tooltip[data-v-9737fff][x-placement^='top'] .tooltip-arrow{bottom:0;margin-top:0;margin-bottom:0;border-width:10px 10px 0 10px;border-right-color:transparent;border-bottom-color:transparent;border-left-color:transparent}.vue-tooltip[data-v-9737fff][x-placement^='bottom'] .tooltip-arrow{top:0;margin-top:0;margin-bottom:0;border-width:0 10px 10px 10px;border-top-color:transparent;border-right-color:transparent;border-left-color:transparent}.vue-tooltip[data-v-9737fff][x-placement^='right'] .tooltip-arrow{right:100%;margin-right:0;margin-left:0;border-width:10px 10px 10px 0;border-top-color:transparent;border-bottom-color:transparent;border-left-color:transparent}.vue-tooltip[data-v-9737fff][x-placement^='left'] .tooltip-arrow{left:100%;margin-right:0;margin-left:0;border-width:10px 0 10px 10px;border-top-color:transparent;border-right-color:transparent;border-bottom-color:transparent}.vue-tooltip[data-v-9737fff][aria-hidden='true']{visibility:hidden;transition:opacity .15s, visibility .15s;opacity:0}.vue-tooltip[data-v-9737fff][aria-hidden='false']{visibility:visible;transition:opacity .15s;opacity:1}.vue-tooltip[data-v-9737fff] .tooltip-inner{max-width:350px;padding:5px 8px;text-align:center;color:var(--color-main-text);border-radius:var(--border-radius);background-color:var(--color-main-background)}.vue-tooltip[data-v-9737fff] .tooltip-arrow{position:absolute;z-index:1;width:0;height:0;margin:0;border-style:solid;border-color:var(--color-main-background)}\n","",{version:3,sources:["webpack://./index.scss"],names:[],mappings:"AAeA,6BACC,iBAAkB,CAClB,cAAe,CACf,UAAW,CACX,SAAU,CACV,aAAc,CACd,QAAS,CAET,eAAgB,CAChB,cAAe,CACf,eAAgB,CAChB,gBAAiB,CACjB,SAAU,CACV,eAAgB,CAEhB,eAAgB,CAChB,sDAAuD,CAhBxD,gEAqBG,QAAS,CACT,YAAa,CACb,eAAgB,CAChB,6BA1Be,CA2Bf,8BAA+B,CAC/B,+BAAgC,CAChC,6BAA8B,CA3BjC,mEAkCG,KAAM,CACN,YAAa,CACb,eAAgB,CAChB,6BAvCe,CAwCf,4BAA6B,CAC7B,8BAA+B,CAC/B,6BAA8B,CAxCjC,kEA+CG,UAAW,CACX,cAAe,CACf,aAAc,CACd,6BAAsD,CACtD,4BAA6B,CAC7B,+BAAgC,CAChC,6BAA8B,CArDjC,iEA4DG,SAAU,CACV,cAAe,CACf,aAAc,CACd,6BAjEe,CAkEf,4BAA6B,CAC7B,8BAA+B,CAC/B,+BAAgC,CAlEnC,iDAwEE,iBAAkB,CAClB,wCAAyC,CACzC,SAAU,CA1EZ,kDA6EE,kBAAmB,CACnB,uBAAwB,CACxB,SAAU,CA/EZ,4CAoFE,eAAgB,CAChB,eAAgB,CAChB,iBAAkB,CAClB,4BAA6B,CAC7B,kCAAmC,CACnC,6CAA8C,CAzFhD,4CA8FE,iBAAkB,CAClB,SAAU,CACV,OAAQ,CACR,QAAS,CACT,QAAS,CACT,kBAAmB,CACnB,yCAA0C",sourcesContent:["$scope_version:\"9737fff\"; @import 'variables';\n/**\n* @copyright Copyright (c) 2016, John Molakvoæ <skjnldsv@protonmail.com>\n* @copyright Copyright (c) 2016, Robin Appelman <robin@icewind.nl>\n* @copyright Copyright (c) 2016, Jan-Christoph Borchardt <hey@jancborchardt.net>\n* @copyright Copyright (c) 2016, Erik Pellikka <erik@pellikka.org>\n* @copyright Copyright (c) 2015, Vincent Petry <pvince81@owncloud.com>\n*\n* Bootstrap v3.3.5 (http://getbootstrap.com)\n* Copyright 2011-2015 Twitter, Inc.\n* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)\n*/\n\n$arrow-width: 10px;\n\n.vue-tooltip[data-v-#{$scope_version}] {\n\tposition: absolute;\n\tz-index: 100000;\n\tright: auto;\n\tleft: auto;\n\tdisplay: block;\n\tmargin: 0;\n\t/* default to top */\n\tmargin-top: -3px;\n\tpadding: 10px 0;\n\ttext-align: left;\n\ttext-align: start;\n\topacity: 0;\n\tline-height: 1.6;\n\n\tline-break: auto;\n\tfilter: drop-shadow(0 1px 10px var(--color-box-shadow));\n\n\t// TOP\n\t&[x-placement^='top'] {\n\t\t.tooltip-arrow {\n\t\t\tbottom: 0;\n\t\t\tmargin-top: 0;\n\t\t\tmargin-bottom: 0;\n\t\t\tborder-width: $arrow-width $arrow-width 0 $arrow-width;\n\t\t\tborder-right-color: transparent;\n\t\t\tborder-bottom-color: transparent;\n\t\t\tborder-left-color: transparent;\n\t\t}\n\t}\n\n\t// BOTTOM\n\t&[x-placement^='bottom'] {\n\t\t.tooltip-arrow {\n\t\t\ttop: 0;\n\t\t\tmargin-top: 0;\n\t\t\tmargin-bottom: 0;\n\t\t\tborder-width: 0 $arrow-width $arrow-width $arrow-width;\n\t\t\tborder-top-color: transparent;\n\t\t\tborder-right-color: transparent;\n\t\t\tborder-left-color: transparent;\n\t\t}\n\t}\n\n\t// RIGHT\n\t&[x-placement^='right'] {\n\t\t.tooltip-arrow {\n\t\t\tright: 100%;\n\t\t\tmargin-right: 0;\n\t\t\tmargin-left: 0;\n\t\t\tborder-width: $arrow-width $arrow-width $arrow-width 0;\n\t\t\tborder-top-color: transparent;\n\t\t\tborder-bottom-color: transparent;\n\t\t\tborder-left-color: transparent;\n\t\t}\n\t}\n\n\t// LEFT\n\t&[x-placement^='left'] {\n\t\t.tooltip-arrow {\n\t\t\tleft: 100%;\n\t\t\tmargin-right: 0;\n\t\t\tmargin-left: 0;\n\t\t\tborder-width: $arrow-width 0 $arrow-width $arrow-width;\n\t\t\tborder-top-color: transparent;\n\t\t\tborder-right-color: transparent;\n\t\t\tborder-bottom-color: transparent;\n\t\t}\n\t}\n\n\t// HIDDEN / SHOWN\n\t&[aria-hidden='true'] {\n\t\tvisibility: hidden;\n\t\ttransition: opacity .15s, visibility .15s;\n\t\topacity: 0;\n\t}\n\t&[aria-hidden='false'] {\n\t\tvisibility: visible;\n\t\ttransition: opacity .15s;\n\t\topacity: 1;\n\t}\n\n\t// CONTENT\n\t.tooltip-inner {\n\t\tmax-width: 350px;\n\t\tpadding: 5px 8px;\n\t\ttext-align: center;\n\t\tcolor: var(--color-main-text);\n\t\tborder-radius: var(--border-radius);\n\t\tbackground-color: var(--color-main-background);\n\t}\n\n\t// ARROW\n\t.tooltip-arrow {\n\t\tposition: absolute;\n\t\tz-index: 1;\n\t\twidth: 0;\n\t\theight: 0;\n\t\tmargin: 0;\n\t\tborder-style: solid;\n\t\tborder-color: var(--color-main-background);\n\t}\n}\n"],sourceRoot:""}]),e.a=i},,function(t,e){t.exports=n(62)},function(t,e){t.exports=n(123)},function(t,e){t.exports=n(505)},function(t,e,n){"use strict";var r={name:"Popover",components:{VPopover:n(7).VPopover},mounted:function(){var t=this;this.$watch((function(){return t.$refs.popover.isOpen}),(function(e){e?t.$emit("after-show"):t.$emit("after-hide")}))}},a=n(2),o=n.n(a),i=n(19),s=(o()(i.a,{insert:"head",singleton:!1}),i.a.locals,n(3)),l=n(20),u=n.n(l),c=Object(s.a)(r,(function(){var t=this.$createElement,e=this._self._c||t;return e("VPopover",this._g(this._b({ref:"popover",attrs:{"popover-base-class":"popover","popover-wrapper-class":"popover__wrapper","popover-arrow-class":"popover__arrow","popover-inner-class":"popover__inner"}},"VPopover",this.$attrs,!1),this.$listeners),[this._t("trigger"),this._v(" "),e("template",{slot:"popover"},[this._t("default")],2)],2)}),[],!1,null,null,null);"function"==typeof u.a&&u()(c),e.a=c.exports},,,function(t,e){t.exports=n(465)},function(t,e){t.exports=n(937)},function(t,e,n){"use strict";n(15),n(25),n(6),n(26),e.a=function(t){return Math.random().toString(36).replace(/[^a-z]+/g,"").substr(0,t||5)}},,function(t,e){t.exports=n(126)},,,function(t,e){t.exports=n(488)},,,function(t,e){t.exports=n(493)},,,,,function(t,e){t.exports=n(489)},function(t,e,n){"use strict";n.r(e);var r=n(28);
+/**
+ * @copyright Copyright (c) 2019 Marco Ambrosini <marcoambrosini@pm.me>
+ *
+ * @author Marco Ambrosini <marcoambrosini@pm.me>
+ *
+ * @license GNU AGPL version 3 or any later version
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Affero General Public License as
+ * published by the Free Software Foundation, either version 3 of the
+ * License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Affero General Public License for more details.
+ *
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ *
+ */e.default=r.a},,,function(t,e,n){"use strict";n(35),n(14),n(101);var r=n(5),a=n.n(r);e.a=function(t,e,n){if(void 0!==t)for(var r=t.length-1;r>=0;r--){var o=t[r],i=!o.componentOptions&&o.tag&&-1===e.indexOf(o.tag),s=!!o.componentOptions&&"string"==typeof o.componentOptions.tag,l=s&&-1===e.indexOf(o.componentOptions.tag);(i||!s||l)&&((i||l)&&a.a.util.warn("".concat(i?o.tag:o.componentOptions.tag," is not allowed inside the ").concat(n.$options.name," component"),n),t.splice(r,1))}}},function(t,e){t.exports=n(190)},function(t,e){t.exports=n(492)},,,,,,,,,,,,,,,function(t,e,n){"use strict";var r=n(0),a=n.n(r),o=n(1),i=n.n(o),s=n(4),l=n.n(s),u=n(8),c=n(9),p=n(10),f=n(11),A=i()(a.a),d=l()(u.a),h=l()(c.a),m=l()(p.a),g=l()(f.a);A.push([t.i,'@font-face{font-family:"iconfont-vue-9737fff";src:url('+d+");src:url("+d+') format("embedded-opentype"),url('+h+') format("woff"),url('+m+') format("truetype"),url('+g+') format("svg")}.icon[data-v-54ba527a]{font-style:normal;font-weight:400}.icon.arrow-left-double[data-v-54ba527a]:before{font-family:"iconfont-vue-9737fff";content:""}.icon.arrow-left[data-v-54ba527a]:before{font-family:"iconfont-vue-9737fff";content:""}.icon.arrow-right-double[data-v-54ba527a]:before{font-family:"iconfont-vue-9737fff";content:""}.icon.arrow-right[data-v-54ba527a]:before{font-family:"iconfont-vue-9737fff";content:""}.icon.breadcrumb[data-v-54ba527a]:before{font-family:"iconfont-vue-9737fff";content:""}.icon.checkmark[data-v-54ba527a]:before{font-family:"iconfont-vue-9737fff";content:""}.icon.close[data-v-54ba527a]:before{font-family:"iconfont-vue-9737fff";content:""}.icon.confirm[data-v-54ba527a]:before{font-family:"iconfont-vue-9737fff";content:""}.icon.info[data-v-54ba527a]:before{font-family:"iconfont-vue-9737fff";content:""}.icon.menu[data-v-54ba527a]:before{font-family:"iconfont-vue-9737fff";content:""}.icon.more[data-v-54ba527a]:before{font-family:"iconfont-vue-9737fff";content:""}.icon.pause[data-v-54ba527a]:before{font-family:"iconfont-vue-9737fff";content:""}.icon.play[data-v-54ba527a]:before{font-family:"iconfont-vue-9737fff";content:""}.icon.triangle-s[data-v-54ba527a]:before{font-family:"iconfont-vue-9737fff";content:""}.icon.user-status-away[data-v-54ba527a]:before{font-family:"iconfont-vue-9737fff";content:""}.icon.user-status-dnd[data-v-54ba527a]:before{font-family:"iconfont-vue-9737fff";content:""}.icon.user-status-invisible[data-v-54ba527a]:before{font-family:"iconfont-vue-9737fff";content:""}.icon.user-status-online[data-v-54ba527a]:before{font-family:"iconfont-vue-9737fff";content:""}.action-item[data-v-54ba527a]{position:relative;display:inline-block}.action-item--single[data-v-54ba527a]:hover,.action-item--single[data-v-54ba527a]:focus,.action-item--single[data-v-54ba527a]:active,.action-item__menutoggle[data-v-54ba527a]:hover,.action-item__menutoggle[data-v-54ba527a]:focus,.action-item__menutoggle[data-v-54ba527a]:active{opacity:1;background-color:rgba(127,127,127,0.25)}.action-item__menutoggle[data-v-54ba527a]:disabled,.action-item--single[data-v-54ba527a]:disabled{opacity:.3 !important}.action-item.action-item--open .action-item__menutoggle[data-v-54ba527a]{opacity:1;background-color:rgba(127,127,127,0.25)}.action-item--single[data-v-54ba527a],.action-item__menutoggle[data-v-54ba527a]{box-sizing:border-box;width:auto;min-width:44px;height:44px;margin:0;padding:14px;cursor:pointer;border:none;border-radius:22px;background-color:transparent}.action-item__menutoggle[data-v-54ba527a]{display:flex;align-items:center;justify-content:center;opacity:.7;font-weight:bold;line-height:16px}.action-item__menutoggle[data-v-54ba527a] span{width:16px;height:16px;line-height:16px}.action-item__menutoggle[data-v-54ba527a]:before{content:\'\'}.action-item__menutoggle--default-icon[data-v-54ba527a]:before{font-family:"iconfont-vue-9737fff";font-style:normal;font-weight:400;content:""}.action-item__menutoggle--default-icon[data-v-54ba527a]::before{font-size:16px}.action-item__menutoggle--with-title[data-v-54ba527a]{position:relative;padding-left:44px;white-space:nowrap;opacity:1;border:1px solid var(--color-border-dark);background-color:var(--color-background-dark);background-position:14px center;font-size:inherit}.action-item__menutoggle--with-title[data-v-54ba527a]:before{position:absolute;top:14px;left:14px}.action-item__menutoggle--primary[data-v-54ba527a]{opacity:1;color:var(--color-primary-text);border:none;background-color:var(--color-primary-element)}.action-item--open .action-item__menutoggle--primary[data-v-54ba527a],.action-item__menutoggle--primary[data-v-54ba527a]:hover,.action-item__menutoggle--primary[data-v-54ba527a]:focus,.action-item__menutoggle--primary[data-v-54ba527a]:active{color:var(--color-primary-text) !important;background-color:var(--color-primary-element-light) !important}.action-item--single[data-v-54ba527a]{opacity:.7}.action-item--single[data-v-54ba527a]:hover,.action-item--single[data-v-54ba527a]:focus,.action-item--single[data-v-54ba527a]:active{opacity:1}.action-item--single>[hidden][data-v-54ba527a]{display:none}.ie .action-item__menu[data-v-54ba527a],.ie .action-item__menu .action-item__menu_arrow[data-v-54ba527a],.edge .action-item__menu[data-v-54ba527a],.edge .action-item__menu .action-item__menu_arrow[data-v-54ba527a]{border:1px solid var(--color-border)}\n',"",{version:3,sources:["webpack://./../../fonts/scss/iconfont-vue.scss","webpack://./Actions.vue","webpack://./../../assets/variables.scss"],names:[],mappings:"AA2FE,WACC,kCAAmC,CACnC,2CAAuC,CACvC,+OAGmD,CAMpD,uBACE,iBAAkB,CAClB,eAAgB,CAFlB,gDAMM,kCAAmC,CACnC,WA5Ge,CAAO,yCA0GL,kCACJ,CAAsB,WA1G3B,CAAA,iDAyGU,kCACL,CAAA,WAzGG,CAAA,0CAwGL,kCACE,CAAA,WAxGJ,CAAA,yCAuGC,kCACG,CAAA,WACN,CAxGC,wCAsGC,kCACI,CAAA,WACb,CAAO,oCAFF,kCACQ,CAAA,WACb,CAAA,sCAFO,kCACM,CAAA,WACb,CAAA,mCAFI,kCACS,CAAA,WACb,CAAA,mCAPD,kCAMc,CAAA,WACb,CAAA,mCAPD,kCAMc,CAAA,WACb,CAAA,oCAPD,kCAMc,CAAA,WACb,CAAA,mCAPD,kCAMc,CAAA,WAAsB,CACnC,yCAPD,kCAMc,CAAA,WAAA,CAAsB,+CANpC,kCAMc,CAAA,WAAA,CAAA,8CANd,kCAMc,CAAA,WAAA,CAAA,oDANd,kCAMc,CAAA,WAAA,CAAA,iDANd,kCAMc,CAAA,WAAA,CAAA,8BA1FG,iBC6nBZ,CACX,oBACA,CAAA,sRASC,SAAA,CAAY,uCCvnBE,CAAA,kGD+nBd,qBACA,CAAA,yEAGmB,SAAA,CAAA,uCCvnBK,CAAA,gFD8nBxB,qBACA,CAAA,UAAY,CAAA,cACL,CAAA,WACP,CAAS,QACT,CAAA,YACA,CAAA,cClpBY,CAAA,WDopBJ,CAAA,kBAER,CAAA,4BACA,CAAA,0CACA,YAAA,CAAA,kBAMA,CAAA,sBACA,CAAA,UAAe,CAAE,gBCrpBF,CAAE,gBDupBJ,CAAI,+CANjB,UAUA,CAAA,WACC,CAAK,gBC1qBI,CAAI,iDD+pBd,UAAY,CAAA,+DAkBX,kCD7sBF,CAAA,iBAAsB,CAkFnB,eAAY,CAAA,WACZ,CAAA,gEC4nBD,cAAc,CAAA,sDAIb,iBAAA,CAGW,iBACF,CAAQ,kBC/rBA,CDisBlB,SAAA,CAAA,yCAEkB,CAAA,6CAEA,CAAA,+BAClB,CAAA,iBAAkC,CAAM,6DARxC,iBAAY,CAWJ,QACP,CAAQ,SAAU,CAClB,mDAEA,SAAA,CAAA,+BAKM,CAAA,WAAA,CAAA,6CAEW,CAAA,kPAJlB,0CASQ,CAAA,8DACW,CAAA,sCAClB,UAAA,CAAA,qIAIF,SAAA,CAAA,+CAAA,YAQI,CAAA,sNASc,oCACA",sourcesContent:['$__iconfont__data: map-merge(if(global_variable_exists(\'__iconfont__data\'), $__iconfont__data, ()), (\n\t"iconfont-vue-9737fff": (\n\t\t"arrow-left-double": "\\ea01",\n\t\t"arrow-left": "\\ea02",\n\t\t"arrow-right-double": "\\ea03",\n\t\t"arrow-right": "\\ea04",\n\t\t"breadcrumb": "\\ea05",\n\t\t"checkmark": "\\ea06",\n\t\t"close": "\\ea07",\n\t\t"confirm": "\\ea08",\n\t\t"info": "\\ea09",\n\t\t"menu": "\\ea0a",\n\t\t"more": "\\ea0b",\n\t\t"pause": "\\ea0c",\n\t\t"play": "\\ea0d",\n\t\t"triangle-s": "\\ea0e",\n\t\t"user-status-away": "\\ea0f",\n\t\t"user-status-dnd": "\\ea10",\n\t\t"user-status-invisible": "\\ea11",\n\t\t"user-status-online": "\\ea12"\n\t)\n));\n\n\n$create-font-face: true !default; // should the @font-face tag get created?\n\n// should there be a custom class for each icon? will be .filename\n$create-icon-classes: true !default; \n\n// what is the common class name that icons share? in this case icons need to have .icon.filename in their classes\n// this requires you to have 2 classes on each icon html element, but reduced redeclaration of the font family\n// for each icon\n$icon-common-class: \'icon\' !default;\n\n// if you whish to prefix your filenames, here you can do so.\n// if this string stays empty, your classes will use the filename, for example\n// an icon called star.svg will result in a class called .star\n// if you use the prefix to be \'icon-\' it would result in .icon-star\n$icon-prefix: \'\' !default; \n\n// helper function to get the correct font group\n@function iconfont-group($group: null) {\n @if (null == $group) {\n $group: nth(map-keys($__iconfont__data), 1);\n }\n @if (false == map-has-key($__iconfont__data, $group)) {\n @warn \'Undefined Iconfont Family!\';\n @return ();\n }\n @return map-get($__iconfont__data, $group);\n}\n\n// helper function to get the correct icon of a group\n@function iconfont-item($name) {\n $slash: str-index($name, \'/\');\n $group: null;\n @if ($slash) {\n $group: str-slice($name, 0, $slash - 1);\n $name: str-slice($name, $slash + 1);\n } @else {\n $group: nth(map-keys($__iconfont__data), 1);\n }\n $group: iconfont-group($group);\n @if (false == map-has-key($group, $name)) {\n @warn \'Undefined Iconfont Glyph!\';\n @return \'\';\n }\n @return map-get($group, $name);\n}\n\n// complete mixing to include the icon\n// usage:\n// .my_icon{ @include iconfont(\'star\') }\n@mixin iconfont($icon) {\n $slash: str-index($icon, \'/\');\n $group: null;\n @if ($slash) {\n $group: str-slice($icon, 0, $slash - 1);\n } @else {\n $group: nth(map-keys($__iconfont__data), 1);\n }\n &:before {\n font-family: $group;\n font-style: normal;\n font-weight: 400;\n content: iconfont-item($icon);\n }\n}\n\n// creates the font face tag if the variable is set to true (default)\n@if $create-font-face == true {\n @font-face {\n font-family: "iconfont-vue-9737fff";\n src: url(\'../iconfont-vue-9737fff.eot\'); /* IE9 Compat Modes */\n src: url(\'../iconfont-vue-9737fff.eot?#iefix\') format(\'embedded-opentype\'), /* IE6-IE8 */\n url(\'../iconfont-vue-9737fff.woff\') format(\'woff\'), /* Pretty Modern Browsers */\n url(\'../iconfont-vue-9737fff.ttf\') format(\'truetype\'), /* Safari, Android, iOS */\n url(\'../iconfont-vue-9737fff.svg\') format(\'svg\'); /* Legacy iOS */\n }\n}\n\n// creates icon classes for each individual loaded svg (default)\n@if $create-icon-classes == true {\n .#{$icon-common-class} {\n font-style: normal;\n font-weight: 400;\n\n @each $icon, $content in map-get($__iconfont__data, "iconfont-vue-9737fff") {\n &.#{$icon-prefix}#{$icon}:before {\n font-family: "iconfont-vue-9737fff";\n content: iconfont-item("iconfont-vue-9737fff/#{$icon}");\n }\n }\n }\n}\n',"$scope_version:\"9737fff\"; @import 'variables';\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n@import '../../fonts/scss/iconfont-vue';\n\n.action-item {\n\tposition: relative;\n\tdisplay: inline-block;\n\n\t// put a grey round background when menu is opened\n\t// or hover-focused\n\t&--single:hover,\n\t&--single:focus,\n\t&--single:active,\n\t&__menutoggle:hover,\n\t&__menutoggle:focus,\n\t&__menutoggle:active {\n\t\topacity: $opacity_full;\n\t\t// good looking on dark AND white bg\n\t\tbackground-color: $icon-focus-bg;\n\t}\n\n\t// TODO: handle this in the future button component\n\t&__menutoggle:disabled,\n\t&--single:disabled {\n\t\topacity: .3 !important;\n\t}\n\n\t&.action-item--open .action-item__menutoggle {\n\t\topacity: $opacity_full;\n\t\tbackground-color: $action-background-hover;\n\t}\n\n\t// icons\n\t&--single,\n\t&__menutoggle {\n\t\tbox-sizing: border-box;\n\t\twidth: auto;\n\t\tmin-width: $clickable-area;\n\t\theight: $clickable-area;\n\t\tmargin: 0;\n\t\tpadding: $icon-margin;\n\t\tcursor: pointer;\n\t\tborder: none;\n\t\tborder-radius: $clickable-area / 2;\n\t\tbackground-color: transparent;\n\t}\n\n\t// icon-more\n\t&__menutoggle {\n\t\t// align menu icon in center\n\t\tdisplay: flex;\n\t\talign-items: center;\n\t\tjustify-content: center;\n\t\topacity: $opacity_normal;\n\t\tfont-weight: bold;\n\t\tline-height: $icon-size;\n\n\t\t// image slot\n\t\t/deep/ span {\n\t\t\twidth: $icon-size;\n\t\t\theight: $icon-size;\n\t\t\tline-height: $icon-size;\n\t\t}\n\n\t\t&:before {\n\t\t\tcontent: '';\n\t\t}\n\n\t\t&--default-icon {\n\t\t\t@include iconfont('more');\n\t\t\t&::before {\n\t\t\t\tfont-size: $icon-size;\n\t\t\t}\n\t\t}\n\n\t\t&--with-title {\n\t\t\tposition: relative;\n\t\t\tpadding-left: $clickable-area;\n\t\t\twhite-space: nowrap;\n\t\t\topacity: $opacity_full;\n\t\t\tborder: 1px solid var(--color-border-dark);\n\t\t\t// with a title, we need to display this as a real button\n\t\t\tbackground-color: var(--color-background-dark);\n\t\t\tbackground-position: $icon-margin center;\n\t\t\tfont-size: inherit;\n\t\t\t// non-background icon class\n\t\t\t&:before {\n\t\t\t\tposition: absolute;\n\t\t\t\ttop: $icon-margin;\n\t\t\t\tleft: $icon-margin;\n\t\t\t}\n\t\t}\n\n\t\t&--primary {\n\t\t\topacity: $opacity_full;\n\t\t\tcolor: var(--color-primary-text);\n\t\t\tborder: none;\n\t\t\tbackground-color: var(--color-primary-element);\n\t\t\t.action-item--open &,\n\t\t\t&:hover,\n\t\t\t&:focus,\n\t\t\t&:active {\n\t\t\t\tcolor: var(--color-primary-text) !important;\n\t\t\t\tbackground-color: var(--color-primary-element-light) !important;\n\t\t\t}\n\t\t}\n\t}\n\n\t&--single {\n\t\topacity: $opacity_normal;\n\t\t&:hover,\n\t\t&:focus,\n\t\t&:active {\n\t\t\topacity: $opacity_full;\n\t\t}\n\t\t// hide anything the slot is displaying\n\t\t& > [hidden] {\n\t\t\tdisplay: none;\n\t\t}\n\t}\n}\n\n.ie,\n.edge {\n\t.action-item__menu,\n\t.action-item__menu .action-item__menu_arrow {\n\t\tborder: 1px solid var(--color-border);\n\t}\n}\n\n","/**\n * @copyright Copyright (c) 2019 John Molakvoæ <skjnldsv@protonmail.com>\n *\n * @author John Molakvoæ <skjnldsv@protonmail.com>\n *\n * @license GNU AGPL version 3 or any later version\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see <http://www.gnu.org/licenses/>.\n *\n */\n\n// https://uxplanet.org/7-rules-for-mobile-ui-button-design-e9cf2ea54556\n// recommended is 48px\n// 44px is what we choose and have very good visual-to-usability ratio\n$clickable-area: 44px;\n\n// background icon size\n// also used for the scss icon font\n$icon-size: 16px;\n\n// icon padding for a $clickable-area width and a $icon-size icon\n// ( 44px - 16px ) / 2\n$icon-margin: ($clickable-area - $icon-size) / 2;\n\n// transparency background for icons\n$icon-focus-bg: rgba(127, 127, 127, .25);\n\n// popovermenu arrow width from the triangle center\n$arrow-width: 9px;\n\n// opacities\n$opacity_disabled: .5;\n$opacity_normal: .7;\n$opacity_full: 1;\n\n// menu round background hover feedback\n// good looking on dark AND white bg\n$action-background-hover: rgba(127, 127, 127, .25);\n\n// various structure data used in the \n// `AppNavigation` component\n$header-height: 50px;\n$navigation-width: 300px;\n\n// mobile breakpoint\n$breakpoint-mobile: 1024px;\n"],sourceRoot:""}]),e.a=A},function(t,e){},function(t,e){t.exports=n(502)},,function(t,e){t.exports=n(499)},function(t,e){t.exports=n(500)},function(t,e,n){"use strict";n.r(e);var r=n(85);
+/**
+ * @copyright Copyright (c) 2018 John Molakvoæ <skjnldsv@protonmail.com>
+ *
+ * @author John Molakvoæ <skjnldsv@protonmail.com>
+ *
+ * @license GNU AGPL version 3 or any later version
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Affero General Public License as
+ * published by the Free Software Foundation, either version 3 of the
+ * License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Affero General Public License for more details.
+ *
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ *
+ */e.default=r.a},,,,,,,,,,,,function(t,e,n){"use strict";n(22),n(51),n(69),n(31),n(71),n(27),n(72),n(38),n(6),n(46),n(16),n(17),n(18),n(52),n(41),n(14);var r=n(21),a=n(33),o=n(50),i=n(12),s=n(47);function l(t,e){(null==e||e>t.length)&&(e=t.length);for(var n=0,r=new Array(e);n<e;n++)r[n]=t[n];return r}function u(t,e){var n=Object.keys(t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(t);e&&(r=r.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),n.push.apply(n,r)}return n}function c(t){for(var e=1;e<arguments.length;e++){var n=null!=arguments[e]?arguments[e]:{};e%2?u(Object(n),!0).forEach((function(e){p(t,e,n[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(n)):u(Object(n)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(n,e))}))}return t}function p(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}var f=["ActionButton","ActionCheckbox","ActionInput","ActionLink","ActionRadio","ActionRouter","ActionSeparator","ActionText","ActionTextEditable"],A={name:"Actions",directives:{tooltip:r.default},components:{Popover:s.default,VNodes:{functional:!0,render:function(t,e){return e.props.vnodes}}},props:{open:{type:Boolean,default:!1},forceMenu:{type:Boolean,default:!1},menuTitle:{type:String,default:null},primary:{type:Boolean,default:!1},defaultIcon:{type:String,default:"action-item__menutoggle--default-icon"},ariaLabel:{type:String,default:Object(i.b)("Actions")},placement:{type:String,default:"bottom"},boundariesElement:{type:Element,default:function(){return document.querySelector("body")}},container:{type:String,default:"body"},disabled:{type:Boolean,default:!1}},data:function(){return{actions:[],opened:this.open,focusIndex:0,randomId:"menu-"+Object(a.a)(),children:this.$children}},computed:{hasMultipleActions:function(){return this.actions.length>1},isValidSingleAction:function(){return 1===this.actions.length&&null!==this.firstActionElement},firstActionVNode:function(){return this.actions[0]},firstAction:function(){return this.children[0]?this.children[0]:{}},firstActionBinding:function(){if(this.firstActionVNode&&this.firstActionVNode.componentOptions){var t=this.firstActionVNode.componentOptions.tag;if("ActionLink"===t)return c(c({is:"a",href:this.firstAction.href,target:this.firstAction.target,"aria-label":this.firstAction.ariaLabel},this.firstAction.$attrs),this.firstAction.$props);if("ActionRouter"===t)return c(c({is:"router-link",to:this.firstAction.to,exact:this.firstAction.exact,"aria-label":this.firstAction.ariaLabel},this.firstAction.$attrs),this.firstAction.$props);if("ActionButton"===t)return c(c({is:"button","aria-label":this.firstAction.ariaLabel},this.firstAction.$attrs),this.firstAction.$props)}return null},firstActionEvent:function(){var t,e,n;return null===(t=this.firstActionVNode)||void 0===t||null===(e=t.componentOptions)||void 0===e||null===(n=e.listeners)||void 0===n?void 0:n.click},firstActionEventBinding:function(){return this.firstActionEvent?"click":null},firstActionIconSlot:function(){var t,e;return null===(t=this.firstAction)||void 0===t||null===(e=t.$slots)||void 0===e?void 0:e.icon},firstActionClass:function(){return((this.firstActionVNode&&this.firstActionVNode.data.staticClass)+" "+(this.firstActionVNode&&this.firstActionVNode.data.class)).trim()},iconSlotIsPopulated:function(){return!!this.$slots.icon}},watch:{open:function(t){t!==this.opened&&(this.opened=t)}},beforeMount:function(){this.initActions(),Object(o.a)(this.$slots.default,f,this)},beforeUpdate:function(){this.initActions(),Object(o.a)(this.$slots.default,f,this)},methods:{openMenu:function(t){this.opened||(this.opened=!0,this.$emit("update:open",!0),this.$emit("open"))},closeMenu:function(t){this.opened&&(this.opened=!1,this.$emit("update:open",!1),this.$emit("close"),this.opened=!1,this.focusIndex=0,this.$refs.menuButton.focus())},onOpen:function(t){var e=this;this.$nextTick((function(){e.focusFirstAction(t)}))},onMouseFocusAction:function(t){if(document.activeElement!==t.target){var e=t.target.closest("li");if(e){var n=e.querySelector(".focusable");if(n){var r=function(t){return function(t){if(Array.isArray(t))return l(t)}(t)||function(t){if("undefined"!=typeof Symbol&&Symbol.iterator in Object(t))return Array.from(t)}(t)||function(t,e){if(t){if("string"==typeof t)return l(t,e);var n=Object.prototype.toString.call(t).slice(8,-1);return"Object"===n&&t.constructor&&(n=t.constructor.name),"Map"===n||"Set"===n?Array.from(t):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?l(t,e):void 0}}(t)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}(this.$refs.menu.querySelectorAll(".focusable")).indexOf(n);r>-1&&(this.focusIndex=r,this.focusAction())}}}},removeCurrentActive:function(){var t=this.$refs.menu.querySelector("li.active");t&&t.classList.remove("active")},focusAction:function(){var t=this.$refs.menu.querySelectorAll(".focusable")[this.focusIndex];if(t){this.removeCurrentActive();var e=t.closest("li.action");t.focus(),e&&e.classList.add("active")}},focusPreviousAction:function(t){this.opened&&(0===this.focusIndex?this.closeMenu():(this.preventIfEvent(t),this.focusIndex=this.focusIndex-1),this.focusAction())},focusNextAction:function(t){if(this.opened){var e=this.$refs.menu.querySelectorAll(".focusable").length-1;this.focusIndex===e?this.closeMenu():(this.preventIfEvent(t),this.focusIndex=this.focusIndex+1),this.focusAction()}},focusFirstAction:function(t){this.opened&&(this.preventIfEvent(t),this.focusIndex=0,this.focusAction())},focusLastAction:function(t){this.opened&&(this.preventIfEvent(t),this.focusIndex=this.$el.querySelectorAll(".focusable").length-1,this.focusAction())},preventIfEvent:function(t){t&&(t.preventDefault(),t.stopPropagation())},execFirstAction:function(t){this.firstActionEvent&&this.firstActionEvent(t)},initActions:function(){this.actions=(this.$slots.default||[]).filter((function(t){return!!t&&!!t.componentOptions}))},onFocus:function(t){this.$emit("focus",t)},onBlur:function(t){this.$emit("blur",t)}}},d=n(2),h=n.n(d),m=n(67),g=(h()(m.a,{insert:"head",singleton:!1}),m.a.locals,n(3)),v=n(68),y=n.n(v),b=Object(g.a)(A,(function(){var t,e,n=this,r=n.$createElement,a=n._self._c||r;return n.isValidSingleAction&&!n.forceMenu?a("element",n._b({directives:[{name:"tooltip",rawName:"v-tooltip.auto",value:n.firstAction.text,expression:"firstAction.text",modifiers:{auto:!0}}],staticClass:"action-item action-item--single",class:(t={},t[n.firstAction.icon]=n.firstAction.icon,t[n.firstActionClass]=n.firstActionClass,t),attrs:{rel:"noreferrer noopener",disabled:n.disabled},on:n._d({focus:n.onFocus,blur:n.onBlur},[n.firstActionEventBinding,n.execFirstAction])},"element",n.firstActionBinding,!1),[a("VNodes",{attrs:{vnodes:n.firstActionIconSlot}}),n._v(" "),a("span",{attrs:{"aria-hidden":!0,hidden:""}},[n._t("default")],2)],1):a("div",{directives:[{name:"show",rawName:"v-show",value:n.hasMultipleActions||n.forceMenu,expression:"hasMultipleActions || forceMenu"}],staticClass:"action-item",class:{"action-item--open":n.opened}},[a("Popover",{attrs:{delay:0,"handle-resize":!0,open:n.opened,placement:n.placement,"boundaries-element":n.boundariesElement,container:n.container},on:{"update:open":function(t){n.opened=t},show:n.openMenu,"after-show":n.onOpen,hide:n.closeMenu}},[a("button",{ref:"menuButton",staticClass:"icon action-item__menutoggle",class:(e={},e[n.defaultIcon]=!n.iconSlotIsPopulated,e["action-item__menutoggle--with-title"]=n.menuTitle,e["action-item__menutoggle--primary"]=n.primary,e),attrs:{slot:"trigger",disabled:n.disabled,"aria-label":n.ariaLabel,"aria-haspopup":"true","aria-controls":n.randomId,"test-attr":"1","aria-expanded":n.opened?"true":"false"},on:{focus:n.onFocus,blur:n.onBlur},slot:"trigger"},[n._t("icon"),n._v("\n\t\t\t"+n._s(n.menuTitle)+"\n\t\t")],2),n._v(" "),a("div",{directives:[{name:"show",rawName:"v-show",value:n.opened,expression:"opened"}],ref:"menu",class:{open:n.opened},attrs:{tabindex:"-1"},on:{keydown:[function(t){return!t.type.indexOf("key")&&n._k(t.keyCode,"up",38,t.key,["Up","ArrowUp"])||t.ctrlKey||t.shiftKey||t.altKey||t.metaKey?null:n.focusPreviousAction(t)},function(t){return!t.type.indexOf("key")&&n._k(t.keyCode,"down",40,t.key,["Down","ArrowDown"])||t.ctrlKey||t.shiftKey||t.altKey||t.metaKey?null:n.focusNextAction(t)},function(t){return!t.type.indexOf("key")&&n._k(t.keyCode,"tab",9,t.key,"Tab")||t.ctrlKey||t.shiftKey||t.altKey||t.metaKey?null:n.focusNextAction(t)},function(t){return!t.type.indexOf("key")&&n._k(t.keyCode,"tab",9,t.key,"Tab")?null:t.shiftKey?t.ctrlKey||t.altKey||t.metaKey?null:n.focusPreviousAction(t):null},function(t){return!t.type.indexOf("key")&&n._k(t.keyCode,"page-up",void 0,t.key,void 0)||t.ctrlKey||t.shiftKey||t.altKey||t.metaKey?null:n.focusFirstAction(t)},function(t){return!t.type.indexOf("key")&&n._k(t.keyCode,"page-down",void 0,t.key,void 0)||t.ctrlKey||t.shiftKey||t.altKey||t.metaKey?null:n.focusLastAction(t)},function(t){return!t.type.indexOf("key")&&n._k(t.keyCode,"esc",27,t.key,["Esc","Escape"])||t.ctrlKey||t.shiftKey||t.altKey||t.metaKey?null:(t.preventDefault(),n.closeMenu(t))}],mousemove:n.onMouseFocusAction}},[a("ul",{attrs:{id:n.randomId,tabindex:"-1"}},[n.opened?[n._t("default")]:n._e()],2)])])],1)}),[],!1,null,"54ba527a",null);"function"==typeof y.a&&y()(b),e.a=b.exports},,,,,,,,,,,,,,,,function(t,e){t.exports=n(614)}])},function(t,e){t.exports=function(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")},t.exports.default=t.exports,t.exports.__esModule=!0},function(t,e){function n(t,e){for(var n=0;n<e.length;n++){var r=e[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(t,r.key,r)}}t.exports=function(t,e,r){return e&&n(t.prototype,e),r&&n(t,r),t},t.exports.default=t.exports,t.exports.__esModule=!0},function(t,e,n){var r=n(205);t.exports=function(t,e){return r(t,e)}},function(t,e,n){"use strict";(function(t){var r;function a(){a.init||(a.init=!0,r=-1!==function(){var t=window.navigator.userAgent,e=t.indexOf("MSIE ");if(e>0)return parseInt(t.substring(e+5,t.indexOf(".",e)),10);if(t.indexOf("Trident/")>0){var n=t.indexOf("rv:");return parseInt(t.substring(n+3,t.indexOf(".",n)),10)}var r=t.indexOf("Edge/");return r>0?parseInt(t.substring(r+5,t.indexOf(".",r)),10):-1}())}function o(t,e,n,r,a,o,i,s,l,u){"boolean"!=typeof i&&(l=s,s=i,i=!1);var c,p="function"==typeof n?n.options:n;if(t&&t.render&&(p.render=t.render,p.staticRenderFns=t.staticRenderFns,p._compiled=!0,a&&(p.functional=!0)),r&&(p._scopeId=r),o?(c=function(t){(t=t||this.$vnode&&this.$vnode.ssrContext||this.parent&&this.parent.$vnode&&this.parent.$vnode.ssrContext)||"undefined"==typeof __VUE_SSR_CONTEXT__||(t=__VUE_SSR_CONTEXT__),e&&e.call(this,l(t)),t&&t._registeredComponents&&t._registeredComponents.add(o)},p._ssrRegister=c):e&&(c=i?function(t){e.call(this,u(t,this.$root.$options.shadowRoot))}:function(t){e.call(this,s(t))}),c)if(p.functional){var f=p.render;p.render=function(t,e){return c.call(e),f(t,e)}}else{var A=p.beforeCreate;p.beforeCreate=A?[].concat(A,c):[c]}return n}n.d(e,"a",(function(){return l}));var i={name:"ResizeObserver",props:{emitOnMount:{type:Boolean,default:!1},ignoreWidth:{type:Boolean,default:!1},ignoreHeight:{type:Boolean,default:!1}},mounted:function(){var t=this;a(),this.$nextTick((function(){t._w=t.$el.offsetWidth,t._h=t.$el.offsetHeight,t.emitOnMount&&t.emitSize()}));var e=document.createElement("object");this._resizeObject=e,e.setAttribute("aria-hidden","true"),e.setAttribute("tabindex",-1),e.onload=this.addResizeHandlers,e.type="text/html",r&&this.$el.appendChild(e),e.data="about:blank",r||this.$el.appendChild(e)},beforeDestroy:function(){this.removeResizeHandlers()},methods:{compareAndNotify:function(){(!this.ignoreWidth&&this._w!==this.$el.offsetWidth||!this.ignoreHeight&&this._h!==this.$el.offsetHeight)&&(this._w=this.$el.offsetWidth,this._h=this.$el.offsetHeight,this.emitSize())},emitSize:function(){this.$emit("notify",{width:this._w,height:this._h})},addResizeHandlers:function(){this._resizeObject.contentDocument.defaultView.addEventListener("resize",this.compareAndNotify),this.compareAndNotify()},removeResizeHandlers:function(){this._resizeObject&&this._resizeObject.onload&&(!r&&this._resizeObject.contentDocument&&this._resizeObject.contentDocument.defaultView.removeEventListener("resize",this.compareAndNotify),this.$el.removeChild(this._resizeObject),this._resizeObject.onload=null,this._resizeObject=null)}}},s=function(){var t=this.$createElement;return(this._self._c||t)("div",{staticClass:"resize-observer",attrs:{tabindex:"-1"}})};s._withStripped=!0;var l=o({render:s,staticRenderFns:[]},void 0,i,"data-v-8859cc6c",!1,void 0,!1,void 0,void 0,void 0);var u={version:"1.0.1",install:function(t){t.component("resize-observer",l),t.component("ResizeObserver",l)}},c=null;"undefined"!=typeof window?c=window.Vue:void 0!==t&&(c=t.Vue),c&&c.use(u)}).call(this,n(17))},function(t,e,n){var r=n(928),a=n(934)((function(t,e,n){r(t,e,n)}));t.exports=a},function(t,e){function n(t,e,n){var r,a,o,i,s;function l(){var u=Date.now()-i;u<e&&u>=0?r=setTimeout(l,e-u):(r=null,n||(s=t.apply(o,a),o=a=null))}null==e&&(e=100);var u=function(){o=this,a=arguments,i=Date.now();var u=n&&!r;return r||(r=setTimeout(l,e)),u&&(s=t.apply(o,a),o=a=null),s};return u.clear=function(){r&&(clearTimeout(r),r=null)},u.flush=function(){r&&(s=t.apply(o,a),o=a=null,clearTimeout(r),r=null)},u}n.debounce=n,t.exports=n},function(t,e,n){window,t.exports=function(t){var e={};function n(r){if(e[r])return e[r].exports;var a=e[r]={i:r,l:!1,exports:{}};return t[r].call(a.exports,a,a.exports,n),a.l=!0,a.exports}return n.m=t,n.c=e,n.d=function(t,e,r){n.o(t,e)||Object.defineProperty(t,e,{enumerable:!0,get:r})},n.r=function(t){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})},n.t=function(t,e){if(1&e&&(t=n(t)),8&e)return t;if(4&e&&"object"==typeof t&&t&&t.__esModule)return t;var r=Object.create(null);if(n.r(r),Object.defineProperty(r,"default",{enumerable:!0,value:t}),2&e&&"string"!=typeof t)for(var a in t)n.d(r,a,function(e){return t[e]}.bind(null,a));return r},n.n=function(t){var e=t&&t.__esModule?function(){return t.default}:function(){return t};return n.d(e,"a",e),e},n.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},n.p="/dist/",n(n.s=191)}({0:function(t,e,n){"use strict";function r(t,e){return function(t){if(Array.isArray(t))return t}(t)||function(t,e){if("undefined"!=typeof Symbol&&Symbol.iterator in Object(t)){var n=[],r=!0,a=!1,o=void 0;try{for(var i,s=t[Symbol.iterator]();!(r=(i=s.next()).done)&&(n.push(i.value),!e||n.length!==e);r=!0);}catch(t){a=!0,o=t}finally{try{r||null==s.return||s.return()}finally{if(a)throw o}}return n}}(t,e)||function(t,e){if(t){if("string"==typeof t)return a(t,e);var n=Object.prototype.toString.call(t).slice(8,-1);return"Object"===n&&t.constructor&&(n=t.constructor.name),"Map"===n||"Set"===n?Array.from(t):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?a(t,e):void 0}}(t,e)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function a(t,e){(null==e||e>t.length)&&(e=t.length);for(var n=0,r=new Array(e);n<e;n++)r[n]=t[n];return r}t.exports=function(t){var e=r(t,4),n=e[1],a=e[3];if("function"==typeof btoa){var o=btoa(unescape(encodeURIComponent(JSON.stringify(a)))),i="sourceMappingURL=data:application/json;charset=utf-8;base64,".concat(o),s="/*# ".concat(i," */"),l=a.sources.map((function(t){return"/*# sourceURL=".concat(a.sourceRoot||"").concat(t," */")}));return[n].concat(l).concat([s]).join("\n")}return[n].join("\n")}},1:function(t,e,n){"use strict";t.exports=function(t){var e=[];return e.toString=function(){return this.map((function(e){var n=t(e);return e[2]?"@media ".concat(e[2]," {").concat(n,"}"):n})).join("")},e.i=function(t,n,r){"string"==typeof t&&(t=[[null,t,""]]);var a={};if(r)for(var o=0;o<this.length;o++){var i=this[o][0];null!=i&&(a[i]=!0)}for(var s=0;s<t.length;s++){var l=[].concat(t[s]);r&&a[l[0]]||(n&&(l[2]?l[2]="".concat(n," and ").concat(l[2]):l[2]=n),e.push(l))}},e}},121:function(t,e,n){"use strict";var r=n(0),a=n.n(r),o=n(1),i=n.n(o)()(a.a);i.push([t.i,".empty-content[data-v-2dc16832]{display:flex;align-items:center;flex-direction:column;margin-top:20vh}.empty-content__icon[data-v-2dc16832]{display:flex;align-items:center;justify-content:center;width:64px;height:64px;margin:0 auto 15px;opacity:.4;background-repeat:no-repeat;background-position:center;background-size:64px}.empty-content__icon svg[data-v-2dc16832]{width:64px;height:64px}.empty-content__title[data-v-2dc16832]{margin-bottom:10px}\n","",{version:3,sources:["webpack://./EmptyContent.vue"],names:[],mappings:"AA2FA,gCACC,YAAa,CACb,kBAAmB,CACnB,qBAAsB,CACtB,eAAgB,CAEhB,sCACC,YAAa,CACb,kBAAmB,CACnB,sBAAuB,CACvB,UAAW,CACX,WAAY,CACZ,kBAAmB,CACnB,UAAW,CACX,2BAA4B,CAC5B,0BAA2B,CAC3B,oBAAqB,CAVrB,0CAaC,UAAW,CACX,WAAY,CACZ,uCAID,kBAAmB",sourcesContent:["$scope_version:\"9737fff\"; @import 'variables';\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n.empty-content {\n\tdisplay: flex;\n\talign-items: center;\n\tflex-direction: column;\n\tmargin-top: 20vh;\n\n\t&__icon {\n\t\tdisplay: flex;\n\t\talign-items: center;\n\t\tjustify-content: center;\n\t\twidth: 64px;\n\t\theight: 64px;\n\t\tmargin: 0 auto 15px;\n\t\topacity: .4;\n\t\tbackground-repeat: no-repeat;\n\t\tbackground-position: center;\n\t\tbackground-size: 64px;\n\n\t\tsvg {\n\t\t\twidth: 64px;\n\t\t\theight: 64px;\n\t\t}\n\t}\n\n\t&__title {\n\t\tmargin-bottom: 10px;\n\t}\n}\n\n"],sourceRoot:""}]),e.a=i},122:function(t,e){},125:function(t,e,n){"use strict";var r={name:"EmptyContent",props:{icon:{type:String,default:""}}},a=n(2),o=n.n(a),i=n(121),s=(o()(i.a,{insert:"head",singleton:!1}),i.a.locals,n(3)),l=n(122),u=n.n(l),c=Object(s.a)(r,(function(){var t=this.$createElement,e=this._self._c||t;return e("div",{staticClass:"empty-content",attrs:{role:"note"}},[e("div",{staticClass:"empty-content__icon",class:this.icon,attrs:{role:"img"}},[this._t("icon")],2),this._v(" "),e("h2",{staticClass:"empty-content__title"},[this._t("default")],2),this._v(" "),e("p",{directives:[{name:"show",rawName:"v-show",value:this.$slots.desc,expression:"$slots.desc"}]},[this._t("desc")],2)])}),[],!1,null,"2dc16832",null);"function"==typeof u.a&&u()(c),e.a=c.exports},191:function(t,e,n){"use strict";n.r(e);var r=n(125);
+/**
+ * @copyright Copyright (c) 2020 Greta Doci <gretadoci@gmail.com>
+ *
+ * @author 2020 Greta Doci <gretadoci@gmail.com>
+ *
+ * @license GNU AGPL version 3 or any later version
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Affero General Public License as
+ * published by the Free Software Foundation, either version 3 of the
+ * License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Affero General Public License for more details.
+ *
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ *
+ */e.default=r.a},2:function(t,e,n){"use strict";var r,a=function(){var t={};return function(e){if(void 0===t[e]){var n=document.querySelector(e);if(window.HTMLIFrameElement&&n instanceof window.HTMLIFrameElement)try{n=n.contentDocument.head}catch(t){n=null}t[e]=n}return t[e]}}(),o=[];function i(t){for(var e=-1,n=0;n<o.length;n++)if(o[n].identifier===t){e=n;break}return e}function s(t,e){for(var n={},r=[],a=0;a<t.length;a++){var s=t[a],l=e.base?s[0]+e.base:s[0],u=n[l]||0,c="".concat(l," ").concat(u);n[l]=u+1;var p=i(c),f={css:s[1],media:s[2],sourceMap:s[3]};-1!==p?(o[p].references++,o[p].updater(f)):o.push({identifier:c,updater:h(f,e),references:1}),r.push(c)}return r}function l(t){var e=document.createElement("style"),r=t.attributes||{};if(void 0===r.nonce){var o=n.nc;o&&(r.nonce=o)}if(Object.keys(r).forEach((function(t){e.setAttribute(t,r[t])})),"function"==typeof t.insert)t.insert(e);else{var i=a(t.insert||"head");if(!i)throw new Error("Couldn't find a style target. This probably means that the value for the 'insert' parameter is invalid.");i.appendChild(e)}return e}var u,c=(u=[],function(t,e){return u[t]=e,u.filter(Boolean).join("\n")});function p(t,e,n,r){var a=n?"":r.media?"@media ".concat(r.media," {").concat(r.css,"}"):r.css;if(t.styleSheet)t.styleSheet.cssText=c(e,a);else{var o=document.createTextNode(a),i=t.childNodes;i[e]&&t.removeChild(i[e]),i.length?t.insertBefore(o,i[e]):t.appendChild(o)}}function f(t,e,n){var r=n.css,a=n.media,o=n.sourceMap;if(a?t.setAttribute("media",a):t.removeAttribute("media"),o&&"undefined"!=typeof btoa&&(r+="\n/*# sourceMappingURL=data:application/json;base64,".concat(btoa(unescape(encodeURIComponent(JSON.stringify(o))))," */")),t.styleSheet)t.styleSheet.cssText=r;else{for(;t.firstChild;)t.removeChild(t.firstChild);t.appendChild(document.createTextNode(r))}}var A=null,d=0;function h(t,e){var n,r,a;if(e.singleton){var o=d++;n=A||(A=l(e)),r=p.bind(null,n,o,!1),a=p.bind(null,n,o,!0)}else n=l(e),r=f.bind(null,n,e),a=function(){!function(t){if(null===t.parentNode)return!1;t.parentNode.removeChild(t)}(n)};return r(t),function(e){if(e){if(e.css===t.css&&e.media===t.media&&e.sourceMap===t.sourceMap)return;r(t=e)}else a()}}t.exports=function(t,e){(e=e||{}).singleton||"boolean"==typeof e.singleton||(e.singleton=(void 0===r&&(r=Boolean(window&&document&&document.all&&!window.atob)),r));var n=s(t=t||[],e);return function(t){if(t=t||[],"[object Array]"===Object.prototype.toString.call(t)){for(var r=0;r<n.length;r++){var a=i(n[r]);o[a].references--}for(var l=s(t,e),u=0;u<n.length;u++){var c=i(n[u]);0===o[c].references&&(o[c].updater(),o.splice(c,1))}n=l}}}},3:function(t,e,n){"use strict";function r(t,e,n,r,a,o,i,s){var l,u="function"==typeof t?t.options:t;if(e&&(u.render=e,u.staticRenderFns=n,u._compiled=!0),r&&(u.functional=!0),o&&(u._scopeId="data-v-"+o),i?(l=function(t){(t=t||this.$vnode&&this.$vnode.ssrContext||this.parent&&this.parent.$vnode&&this.parent.$vnode.ssrContext)||"undefined"==typeof __VUE_SSR_CONTEXT__||(t=__VUE_SSR_CONTEXT__),a&&a.call(this,t),t&&t._registeredComponents&&t._registeredComponents.add(i)},u._ssrRegister=l):a&&(l=s?function(){a.call(this,(u.functional?this.parent:this).$root.$options.shadowRoot)}:a),l)if(u.functional){u._injectStyles=l;var c=u.render;u.render=function(t,e){return l.call(e),c(t,e)}}else{var p=u.beforeCreate;u.beforeCreate=p?[].concat(p,l):[l]}return{exports:t,options:u}}n.d(e,"a",(function(){return r}))}})},function(t,e,n){t.exports=function(){var t="undefined"!=typeof window,e="undefined"!=typeof navigator,n=t&&("ontouchstart"in window||e&&navigator.msMaxTouchPoints>0)?["touchstart"]:["click"];function r(t){var e=t.event,n=t.handler;(0,t.middleware)(e)&&n(e)}function a(t,e){var a=function(t){var e="function"==typeof t;if(!e&&"object"!=typeof t)throw new Error("v-click-outside: Binding value must be a function or an object");return{handler:e?t:t.handler,middleware:t.middleware||function(t){return t},events:t.events||n,isActive:!(!1===t.isActive),detectIframe:!(!1===t.detectIframe)}}(e.value),o=a.handler,i=a.middleware,s=a.detectIframe;if(a.isActive){if(t["__v-click-outside"]=a.events.map((function(e){return{event:e,srcTarget:document.documentElement,handler:function(e){return function(t){var e=t.el,n=t.event,a=t.handler,o=t.middleware,i=n.path||n.composedPath&&n.composedPath();(i?i.indexOf(e)<0:!e.contains(n.target))&&r({event:n,handler:a,middleware:o})}({el:t,event:e,handler:o,middleware:i})}}})),s){var l={event:"blur",srcTarget:window,handler:function(e){return function(t){var e=t.el,n=t.event,a=t.handler,o=t.middleware;setTimeout((function(){var t=document.activeElement;t&&"IFRAME"===t.tagName&&!e.contains(t)&&r({event:n,handler:a,middleware:o})}),0)}({el:t,event:e,handler:o,middleware:i})}};t["__v-click-outside"]=[].concat(t["__v-click-outside"],[l])}t["__v-click-outside"].forEach((function(e){var n=e.event,r=e.srcTarget,a=e.handler;return setTimeout((function(){t["__v-click-outside"]&&r.addEventListener(n,a,!1)}),0)}))}}function o(t){(t["__v-click-outside"]||[]).forEach((function(t){return t.srcTarget.removeEventListener(t.event,t.handler,!1)})),delete t["__v-click-outside"]}var i=t?{bind:a,update:function(t,e){var n=e.value,r=e.oldValue;JSON.stringify(n)!==JSON.stringify(r)&&(o(t),a(t,{value:n}))},unbind:o}:{};return{install:function(t){t.directive("click-outside",i)},directive:i}}()},function(t,e,n){window,t.exports=function(t){var e={};function n(r){if(e[r])return e[r].exports;var a=e[r]={i:r,l:!1,exports:{}};return t[r].call(a.exports,a,a.exports,n),a.l=!0,a.exports}return n.m=t,n.c=e,n.d=function(t,e,r){n.o(t,e)||Object.defineProperty(t,e,{enumerable:!0,get:r})},n.r=function(t){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})},n.t=function(t,e){if(1&e&&(t=n(t)),8&e)return t;if(4&e&&"object"==typeof t&&t&&t.__esModule)return t;var r=Object.create(null);if(n.r(r),Object.defineProperty(r,"default",{enumerable:!0,value:t}),2&e&&"string"!=typeof t)for(var a in t)n.d(r,a,function(e){return t[e]}.bind(null,a));return r},n.n=function(t){var e=t&&t.__esModule?function(){return t.default}:function(){return t};return n.d(e,"a",e),e},n.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},n.p="/dist/",n(n.s=75)}({14:function(t,e){t.exports=n(471)},16:function(t,e){t.exports=n(163)},17:function(t,e){t.exports=n(227)},18:function(t,e){t.exports=n(475)},31:function(t,e){t.exports=n(465)},38:function(t,e){t.exports=n(488)},41:function(t,e){t.exports=n(493)},46:function(t,e){t.exports=n(489)},52:function(t,e){t.exports=n(492)},6:function(t,e){t.exports=n(105)},75:function(t,e,n){"use strict";function r(t,e){var n;if("undefined"==typeof Symbol||null==t[Symbol.iterator]){if(Array.isArray(t)||(n=function(t,e){if(t){if("string"==typeof t)return a(t,e);var n=Object.prototype.toString.call(t).slice(8,-1);return"Object"===n&&t.constructor&&(n=t.constructor.name),"Map"===n||"Set"===n?Array.from(t):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?a(t,e):void 0}}(t))||e&&t&&"number"==typeof t.length){n&&(t=n);var r=0,o=function(){};return{s:o,n:function(){return r>=t.length?{done:!0}:{done:!1,value:t[r++]}},e:function(t){throw t},f:o}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var i,s=!0,l=!1;return{s:function(){n=t[Symbol.iterator]()},n:function(){var t=n.next();return s=t.done,t},e:function(t){l=!0,i=t},f:function(){try{s||null==n.return||n.return()}finally{if(l)throw i}}}}function a(t,e){(null==e||e>t.length)&&(e=t.length);for(var n=0,r=new Array(e);n<e;n++)r[n]=t[n];return r}
+/**
+ * @copyright Copyright (c) 2020 Georg Ehrke <georg-nextcloud@ehrke.email>
+ *
+ * @author Georg Ehrke <georg-nextcloud@ehrke.email>
+ *
+ * @license GNU AGPL version 3 or any later version
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Affero General Public License as
+ * published by the Free Software Foundation, either version 3 of the
+ * License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Affero General Public License for more details.
+ *
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ *
+ */n.r(e),n(41),n(6),n(14),n(52),n(17),n(31),n(38),n(46),n(16),n(18),e.default={props:{excludeClickOutsideClasses:{type:String|Array,default:function(){return[]}}},methods:{clickOutsideMiddleware:function(t){var e=Array.isArray(this.excludeClickOutsideClasses)?this.excludeClickOutsideClasses:[this.excludeClickOutsideClasses];return 0===e.length||!this.hasNodeOrAnyParentClass(t.target,e)},hasNodeOrAnyParentClass:function(t,e){var n,a=r(e);try{for(a.s();!(n=a.n()).done;){var o,i=n.value;if(null!=t&&null!==(o=t.classList)&&void 0!==o&&o.contains(i))return!0}}catch(t){a.e(t)}finally{a.f()}return!!t.parentElement&&this.hasNodeOrAnyParentClass(t.parentElement,e)}}}}})},function(t,e,n){window,t.exports=function(t){var e={};function n(r){if(e[r])return e[r].exports;var a=e[r]={i:r,l:!1,exports:{}};return t[r].call(a.exports,a,a.exports,n),a.l=!0,a.exports}return n.m=t,n.c=e,n.d=function(t,e,r){n.o(t,e)||Object.defineProperty(t,e,{enumerable:!0,get:r})},n.r=function(t){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})},n.t=function(t,e){if(1&e&&(t=n(t)),8&e)return t;if(4&e&&"object"==typeof t&&t&&t.__esModule)return t;var r=Object.create(null);if(n.r(r),Object.defineProperty(r,"default",{enumerable:!0,value:t}),2&e&&"string"!=typeof t)for(var a in t)n.d(r,a,function(e){return t[e]}.bind(null,a));return r},n.n=function(t){var e=t&&t.__esModule?function(){return t.default}:function(){return t};return n.d(e,"a",e),e},n.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},n.p="/dist/",n(n.s=74)}({15:function(t,e){t.exports=n(40)},24:function(t,e){t.exports=n(236)},27:function(t,e){t.exports=n(505)},3:function(t,e,n){"use strict";function r(t,e,n,r,a,o,i,s){var l,u="function"==typeof t?t.options:t;if(e&&(u.render=e,u.staticRenderFns=n,u._compiled=!0),r&&(u.functional=!0),o&&(u._scopeId="data-v-"+o),i?(l=function(t){(t=t||this.$vnode&&this.$vnode.ssrContext||this.parent&&this.parent.$vnode&&this.parent.$vnode.ssrContext)||"undefined"==typeof __VUE_SSR_CONTEXT__||(t=__VUE_SSR_CONTEXT__),a&&a.call(this,t),t&&t._registeredComponents&&t._registeredComponents.add(i)},u._ssrRegister=l):a&&(l=s?function(){a.call(this,(u.functional?this.parent:this).$root.$options.shadowRoot)}:a),l)if(u.functional){u._injectStyles=l;var c=u.render;u.render=function(t,e){return l.call(e),c(t,e)}}else{var p=u.beforeCreate;u.beforeCreate=p?[].concat(p,l):[l]}return{exports:t,options:u}}n.d(e,"a",(function(){return r}))},31:function(t,e){t.exports=n(465)},51:function(t,e){t.exports=n(190)},69:function(t,e){t.exports=n(502)},70:function(t,e,n){"use strict";
+/**
+ * @copyright Copyright (c) 2020 Raimund Schlüßler <raimund.schluessler@mailbox.org>
+ *
+ * @author Raimund Schlüßler <raimund.schluessler@mailbox.org>
+ *
+ * @license GNU AGPL version 3 or any later version
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Affero General Public License as
+ * published by the Free Software Foundation, either version 3 of the
+ * License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Affero General Public License for more details.
+ *
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ *
+ */e.a=function(t,e){for(var n=[],r=0,a=t.toLowerCase().indexOf(e.toLowerCase(),r),o=0;a>-1&&o<t.length;)r=a+e.length,n.push({start:a,end:r}),a=t.toLowerCase().indexOf(e.toLowerCase(),a+1),o++;return n}},71:function(t,e){t.exports=n(499)},72:function(t,e){t.exports=n(500)},74:function(t,e,n){"use strict";n.r(e),n(15),n(98),n(93),n(24),n(69),n(31),n(51),n(71),n(27),n(72);var r=n(70);function a(t,e){var n=Object.keys(t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(t);e&&(r=r.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),n.push.apply(n,r)}return n}function o(t){for(var e=1;e<arguments.length;e++){var n=null!=arguments[e]?arguments[e]:{};e%2?a(Object(n),!0).forEach((function(e){i(t,e,n[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(n)):a(Object(n)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(n,e))}))}return t}function i(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}var s={name:"Highlight",props:{text:{type:String,default:""},search:{type:String,default:""},highlight:{type:Array,default:function(){return[]}}},computed:{ranges:function(){var t=this,e=[];return this.search||0!==this.highlight.length?(e=this.highlight.length>0?this.highlight:Object(r.a)(this.text,this.search)).reduce((function(e,n){return n.start<t.text.length&&n.end>0&&e.push({start:n.start<0?0:n.start,end:n.end>t.text.length?t.text.length:n.end}),e}),[]):e},chunks:function(){if(0===this.ranges.length)return[{start:0,end:this.text.length,highlight:!1,text:this.text}];for(var t=[],e=0,n=0;e<this.text.length;){var r=this.ranges[n];r.start!==e?(t.push({start:e,end:r.start,highlight:!1,text:this.text.substr(e,r.start-e)}),e=r.start):(t.push(o(o({},r),{},{highlight:!0,text:this.text.substr(r.start,r.end-r.start)})),n++,e=r.end,n>=this.ranges.length&&e<this.text.length&&(t.push({start:e,end:this.text.length,highlight:!1,text:this.text.substr(e,this.text.length-e)}),e=this.text.length))}return t}},render:function(t){return this.ranges.length?t("span",{},this.chunks.map((function(e){return e.highlight?t("strong",{},e.text):e.text}))):t("span",{},this.text)}},l=n(3),u=n(78),c=n.n(u),p=Object(l.a)(s,void 0,void 0,!1,null,null,null);"function"==typeof c.a&&c()(p);var f=p.exports;
+/**
+ * @copyright Copyright (c) 2020 Raimund Schlüßler <raimund.schluessler@mailbox.org>
+ *
+ * @author Raimund Schlüßler <raimund.schluessler@mailbox.org>
+ *
+ * @license GNU AGPL version 3 or any later version
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Affero General Public License as
+ * published by the Free Software Foundation, either version 3 of the
+ * License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Affero General Public License for more details.
+ *
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ *
+ */e.default=f},78:function(t,e){},93:function(t,e){t.exports=n(237)},98:function(t,e){t.exports=n(622)}})},,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,function(t,e,n){"use strict";n.r(e),function(t){n.d(e,"VClosePopover",(function(){return st})),n.d(e,"VPopover",(function(){return lt})),n.d(e,"VTooltip",(function(){return it})),n.d(e,"createTooltip",(function(){return F})),n.d(e,"destroyTooltip",(function(){return D})),n.d(e,"install",(function(){return ot}));var r=n(481),a=n.n(r),o=n(234),i=n.n(o),s=n(690),l=n.n(s),u=n(691),c=n.n(u),p=n(228),f=n(692),A=n.n(f),d=n(693),h=n(694),m=n.n(h),g=function(){};function v(t){return"string"==typeof t&&(t=t.split(" ")),t}function y(t,e){var n,r=v(e);n=t.className instanceof g?v(t.className.baseVal):v(t.className),r.forEach((function(t){-1===n.indexOf(t)&&n.push(t)})),t instanceof SVGElement?t.setAttribute("class",n.join(" ")):t.className=n.join(" ")}function b(t,e){var n,r=v(e);n=t.className instanceof g?v(t.className.baseVal):v(t.className),r.forEach((function(t){var e=n.indexOf(t);-1!==e&&n.splice(e,1)})),t instanceof SVGElement?t.setAttribute("class",n.join(" ")):t.className=n.join(" ")}"undefined"!=typeof window&&(g=window.SVGAnimatedString);var x=!1;if("undefined"!=typeof window){x=!1;try{var w=Object.defineProperty({},"passive",{get:function(){x=!0}});window.addEventListener("test",null,w)}catch(t){}}function C(t,e){var n=Object.keys(t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(t);e&&(r=r.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),n.push.apply(n,r)}return n}function T(t){for(var e=1;e<arguments.length;e++){var n=null!=arguments[e]?arguments[e]:{};e%2?C(Object(n),!0).forEach((function(e){i()(t,e,n[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(n)):C(Object(n)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(n,e))}))}return t}var E={container:!1,delay:0,html:!1,placement:"top",title:"",template:'<div class="tooltip" role="tooltip"><div class="tooltip-arrow"></div><div class="tooltip-inner"></div></div>',trigger:"hover focus",offset:0},_=[],S=function(){function t(e,n){var r=this;l()(this,t),i()(this,"_events",[]),i()(this,"_setTooltipNodeEvent",(function(t,e,n,a){var o=t.relatedreference||t.toElement||t.relatedTarget;return!!r._tooltipNode.contains(o)&&(r._tooltipNode.addEventListener(t.type,(function n(o){var i=o.relatedreference||o.toElement||o.relatedTarget;r._tooltipNode.removeEventListener(t.type,n),e.contains(i)||r._scheduleHide(e,a.delay,a,o)})),!0)})),n=T(T({},E),n),e.jquery&&(e=e[0]),this.show=this.show.bind(this),this.hide=this.hide.bind(this),this.reference=e,this.options=n,this._isOpen=!1,this._init()}return c()(t,[{key:"show",value:function(){this._show(this.reference,this.options)}},{key:"hide",value:function(){this._hide()}},{key:"dispose",value:function(){this._dispose()}},{key:"toggle",value:function(){return this._isOpen?this.hide():this.show()}},{key:"setClasses",value:function(t){this._classes=t}},{key:"setContent",value:function(t){this.options.title=t,this._tooltipNode&&this._setContent(t,this.options)}},{key:"setOptions",value:function(t){var e=!1,n=t&&t.classes||U.options.defaultClass;A()(this._classes,n)||(this.setClasses(n),e=!0),t=N(t);var r=!1,a=!1;for(var o in this.options.offset===t.offset&&this.options.placement===t.placement||(r=!0),(this.options.template!==t.template||this.options.trigger!==t.trigger||this.options.container!==t.container||e)&&(a=!0),t)this.options[o]=t[o];if(this._tooltipNode)if(a){var i=this._isOpen;this.dispose(),this._init(),i&&this.show()}else r&&this.popperInstance.update()}},{key:"_init",value:function(){var t="string"==typeof this.options.trigger?this.options.trigger.split(" "):[];this._isDisposed=!1,this._enableDocumentTouch=-1===t.indexOf("manual"),t=t.filter((function(t){return-1!==["click","hover","focus"].indexOf(t)})),this._setEventListeners(this.reference,t,this.options),this.$_originalTitle=this.reference.getAttribute("title"),this.reference.removeAttribute("title"),this.reference.setAttribute("data-original-title",this.$_originalTitle)}},{key:"_create",value:function(t,e){var n=this,r=window.document.createElement("div");r.innerHTML=e.trim();var a=r.childNodes[0];return a.id=this.options.ariaId||"tooltip_".concat(Math.random().toString(36).substr(2,10)),a.setAttribute("aria-hidden","true"),this.options.autoHide&&-1!==this.options.trigger.indexOf("hover")&&(a.addEventListener("mouseenter",(function(e){return n._scheduleHide(t,n.options.delay,n.options,e)})),a.addEventListener("click",(function(e){return n._scheduleHide(t,n.options.delay,n.options,e)}))),a}},{key:"_setContent",value:function(t,e){var n=this;this.asyncContent=!1,this._applyContent(t,e).then((function(){n.popperInstance&&n.popperInstance.update()}))}},{key:"_applyContent",value:function(t,e){var n=this;return new Promise((function(r,a){var o=e.html,i=n._tooltipNode;if(i){var s=i.querySelector(n.options.innerSelector);if(1===t.nodeType){if(o){for(;s.firstChild;)s.removeChild(s.firstChild);s.appendChild(t)}}else{if("function"==typeof t){var l=t();return void(l&&"function"==typeof l.then?(n.asyncContent=!0,e.loadingClass&&y(i,e.loadingClass),e.loadingContent&&n._applyContent(e.loadingContent,e),l.then((function(t){return e.loadingClass&&b(i,e.loadingClass),n._applyContent(t,e)})).then(r).catch(a)):n._applyContent(l,e).then(r).catch(a))}o?s.innerHTML=t:s.innerText=t}r()}}))}},{key:"_show",value:function(t,e){if(e&&"string"==typeof e.container&&!document.querySelector(e.container))return;clearTimeout(this._disposeTimer),delete(e=Object.assign({},e)).offset;var n=!0;this._tooltipNode&&(y(this._tooltipNode,this._classes),n=!1);var r=this._ensureShown(t,e);return n&&this._tooltipNode&&y(this._tooltipNode,this._classes),y(t,["v-tooltip-open"]),r}},{key:"_ensureShown",value:function(t,e){var n=this;if(this._isOpen)return this;if(this._isOpen=!0,_.push(this),this._tooltipNode)return this._tooltipNode.style.display="",this._tooltipNode.setAttribute("aria-hidden","false"),this.popperInstance.enableEventListeners(),this.popperInstance.update(),this.asyncContent&&this._setContent(e.title,e),this;var r=t.getAttribute("title")||e.title;if(!r)return this;var a=this._create(t,e.template);this._tooltipNode=a,t.setAttribute("aria-describedby",a.id);var o=this._findContainer(e.container,t);this._append(a,o);var i=T(T({},e.popperOptions),{},{placement:e.placement});return i.modifiers=T(T({},i.modifiers),{},{arrow:{element:this.options.arrowSelector}}),e.boundariesElement&&(i.modifiers.preventOverflow={boundariesElement:e.boundariesElement}),this.popperInstance=new p.default(t,a,i),this._setContent(r,e),requestAnimationFrame((function(){!n._isDisposed&&n.popperInstance?(n.popperInstance.update(),requestAnimationFrame((function(){n._isDisposed?n.dispose():n._isOpen&&a.setAttribute("aria-hidden","false")}))):n.dispose()})),this}},{key:"_noLongerOpen",value:function(){var t=_.indexOf(this);-1!==t&&_.splice(t,1)}},{key:"_hide",value:function(){var t=this;if(!this._isOpen)return this;this._isOpen=!1,this._noLongerOpen(),this._tooltipNode.style.display="none",this._tooltipNode.setAttribute("aria-hidden","true"),this.popperInstance&&this.popperInstance.disableEventListeners(),clearTimeout(this._disposeTimer);var e=U.options.disposeTimeout;return null!==e&&(this._disposeTimer=setTimeout((function(){t._tooltipNode&&(t._tooltipNode.removeEventListener("mouseenter",t.hide),t._tooltipNode.removeEventListener("click",t.hide),t._removeTooltipNode())}),e)),b(this.reference,["v-tooltip-open"]),this}},{key:"_removeTooltipNode",value:function(){if(this._tooltipNode){var t=this._tooltipNode.parentNode;t&&(t.removeChild(this._tooltipNode),this.reference.removeAttribute("aria-describedby")),this._tooltipNode=null}}},{key:"_dispose",value:function(){var t=this;return this._isDisposed=!0,this.reference.removeAttribute("data-original-title"),this.$_originalTitle&&this.reference.setAttribute("title",this.$_originalTitle),this._events.forEach((function(e){var n=e.func,r=e.event;t.reference.removeEventListener(r,n)})),this._events=[],this._tooltipNode?(this._hide(),this._tooltipNode.removeEventListener("mouseenter",this.hide),this._tooltipNode.removeEventListener("click",this.hide),this.popperInstance.destroy(),this.popperInstance.options.removeOnDestroy||this._removeTooltipNode()):this._noLongerOpen(),this}},{key:"_findContainer",value:function(t,e){return"string"==typeof t?t=window.document.querySelector(t):!1===t&&(t=e.parentNode),t}},{key:"_append",value:function(t,e){e.appendChild(t)}},{key:"_setEventListeners",value:function(t,e,n){var r=this,a=[],o=[];e.forEach((function(t){switch(t){case"hover":a.push("mouseenter"),o.push("mouseleave"),r.options.hideOnTargetClick&&o.push("click");break;case"focus":a.push("focus"),o.push("blur"),r.options.hideOnTargetClick&&o.push("click");break;case"click":a.push("click"),o.push("click")}})),a.forEach((function(e){var a=function(e){!0!==r._isOpen&&(e.usedByTooltip=!0,r._scheduleShow(t,n.delay,n,e))};r._events.push({event:e,func:a}),t.addEventListener(e,a)})),o.forEach((function(e){var a=function(e){!0!==e.usedByTooltip&&r._scheduleHide(t,n.delay,n,e)};r._events.push({event:e,func:a}),t.addEventListener(e,a)}))}},{key:"_onDocumentTouch",value:function(t){this._enableDocumentTouch&&this._scheduleHide(this.reference,this.options.delay,this.options,t)}},{key:"_scheduleShow",value:function(t,e,n){var r=this,a=e&&e.show||e||0;clearTimeout(this._scheduleTimer),this._scheduleTimer=window.setTimeout((function(){return r._show(t,n)}),a)}},{key:"_scheduleHide",value:function(t,e,n,r){var a=this,o=e&&e.hide||e||0;clearTimeout(this._scheduleTimer),this._scheduleTimer=window.setTimeout((function(){if(!1!==a._isOpen&&a._tooltipNode.ownerDocument.body.contains(a._tooltipNode)){if("mouseleave"===r.type)if(a._setTooltipNodeEvent(r,t,e,n))return;a._hide(t,n)}}),o)}}]),t}();function I(t,e){var n=Object.keys(t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(t);e&&(r=r.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),n.push.apply(n,r)}return n}function k(t){for(var e=1;e<arguments.length;e++){var n=null!=arguments[e]?arguments[e]:{};e%2?I(Object(n),!0).forEach((function(e){i()(t,e,n[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(n)):I(Object(n)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(n,e))}))}return t}"undefined"!=typeof document&&document.addEventListener("touchstart",(function(t){for(var e=0;e<_.length;e++)_[e]._onDocumentTouch(t)}),!x||{passive:!0,capture:!0});var O={enabled:!0},B=["top","top-start","top-end","right","right-start","right-end","bottom","bottom-start","bottom-end","left","left-start","left-end"],M={defaultPlacement:"top",defaultClass:"vue-tooltip-theme",defaultTargetClass:"has-tooltip",defaultHtml:!0,defaultTemplate:'<div class="tooltip" role="tooltip"><div class="tooltip-arrow"></div><div class="tooltip-inner"></div></div>',defaultArrowSelector:".tooltip-arrow, .tooltip__arrow",defaultInnerSelector:".tooltip-inner, .tooltip__inner",defaultDelay:0,defaultTrigger:"hover focus",defaultOffset:0,defaultContainer:"body",defaultBoundariesElement:void 0,defaultPopperOptions:{},defaultLoadingClass:"tooltip-loading",defaultLoadingContent:"...",autoHide:!0,defaultHideOnTargetClick:!0,disposeTimeout:5e3,popover:{defaultPlacement:"bottom",defaultClass:"vue-popover-theme",defaultBaseClass:"tooltip popover",defaultWrapperClass:"wrapper",defaultInnerClass:"tooltip-inner popover-inner",defaultArrowClass:"tooltip-arrow popover-arrow",defaultOpenClass:"open",defaultDelay:0,defaultTrigger:"click",defaultOffset:0,defaultContainer:"body",defaultBoundariesElement:void 0,defaultPopperOptions:{},defaultAutoHide:!0,defaultHandleResize:!0}};function N(t){var e={placement:void 0!==t.placement?t.placement:U.options.defaultPlacement,delay:void 0!==t.delay?t.delay:U.options.defaultDelay,html:void 0!==t.html?t.html:U.options.defaultHtml,template:void 0!==t.template?t.template:U.options.defaultTemplate,arrowSelector:void 0!==t.arrowSelector?t.arrowSelector:U.options.defaultArrowSelector,innerSelector:void 0!==t.innerSelector?t.innerSelector:U.options.defaultInnerSelector,trigger:void 0!==t.trigger?t.trigger:U.options.defaultTrigger,offset:void 0!==t.offset?t.offset:U.options.defaultOffset,container:void 0!==t.container?t.container:U.options.defaultContainer,boundariesElement:void 0!==t.boundariesElement?t.boundariesElement:U.options.defaultBoundariesElement,autoHide:void 0!==t.autoHide?t.autoHide:U.options.autoHide,hideOnTargetClick:void 0!==t.hideOnTargetClick?t.hideOnTargetClick:U.options.defaultHideOnTargetClick,loadingClass:void 0!==t.loadingClass?t.loadingClass:U.options.defaultLoadingClass,loadingContent:void 0!==t.loadingContent?t.loadingContent:U.options.defaultLoadingContent,popperOptions:k({},void 0!==t.popperOptions?t.popperOptions:U.options.defaultPopperOptions)};if(e.offset){var n=a()(e.offset),r=e.offset;("number"===n||"string"===n&&-1===r.indexOf(","))&&(r="0, ".concat(r)),e.popperOptions.modifiers||(e.popperOptions.modifiers={}),e.popperOptions.modifiers.offset={offset:r}}return e.trigger&&-1!==e.trigger.indexOf("click")&&(e.hideOnTargetClick=!1),e}function j(t,e){for(var n=t.placement,r=0;r<B.length;r++){var a=B[r];e[a]&&(n=a)}return n}function L(t){var e=a()(t);return"string"===e?t:!(!t||"object"!==e)&&t.content}function F(t,e){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{},r=L(e),o=void 0!==e.classes?e.classes:U.options.defaultClass,i=k({title:r},N(k(k({},"object"===a()(e)?e:{}),{},{placement:j(e,n)}))),s=t._tooltip=new S(t,i);s.setClasses(o),s._vueEl=t;var l=void 0!==e.targetClasses?e.targetClasses:U.options.defaultTargetClass;return t._tooltipTargetClasses=l,y(t,l),s}function D(t){t._tooltip&&(t._tooltip.dispose(),delete t._tooltip,delete t._tooltipOldShow),t._tooltipTargetClasses&&(b(t,t._tooltipTargetClasses),delete t._tooltipTargetClasses)}function P(t,e){var n=e.value;e.oldValue;var r,a=e.modifiers,o=L(n);o&&O.enabled?(t._tooltip?((r=t._tooltip).setContent(o),r.setOptions(k(k({},n),{},{placement:j(n,a)}))):r=F(t,n,a),void 0!==n.show&&n.show!==t._tooltipOldShow&&(t._tooltipOldShow=n.show,n.show?r.show():r.hide())):D(t)}var U={options:M,bind:P,update:P,unbind:function(t){D(t)}};function R(t){t.addEventListener("click",$),t.addEventListener("touchstart",Q,!!x&&{passive:!0})}function z(t){t.removeEventListener("click",$),t.removeEventListener("touchstart",Q),t.removeEventListener("touchend",G),t.removeEventListener("touchcancel",H)}function $(t){var e=t.currentTarget;t.closePopover=!e.$_vclosepopover_touch,t.closeAllPopover=e.$_closePopoverModifiers&&!!e.$_closePopoverModifiers.all}function Q(t){if(1===t.changedTouches.length){var e=t.currentTarget;e.$_vclosepopover_touch=!0;var n=t.changedTouches[0];e.$_vclosepopover_touchPoint=n,e.addEventListener("touchend",G),e.addEventListener("touchcancel",H)}}function G(t){var e=t.currentTarget;if(e.$_vclosepopover_touch=!1,1===t.changedTouches.length){var n=t.changedTouches[0],r=e.$_vclosepopover_touchPoint;t.closePopover=Math.abs(n.screenY-r.screenY)<20&&Math.abs(n.screenX-r.screenX)<20,t.closeAllPopover=e.$_closePopoverModifiers&&!!e.$_closePopoverModifiers.all}}function H(t){t.currentTarget.$_vclosepopover_touch=!1}var Y={bind:function(t,e){var n=e.value,r=e.modifiers;t.$_closePopoverModifiers=r,(void 0===n||n)&&R(t)},update:function(t,e){var n=e.value,r=e.oldValue,a=e.modifiers;t.$_closePopoverModifiers=a,n!==r&&(void 0===n||n?R(t):z(t))},unbind:function(t){z(t)}};function W(t,e){var n=Object.keys(t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(t);e&&(r=r.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),n.push.apply(n,r)}return n}function V(t){for(var e=1;e<arguments.length;e++){var n=null!=arguments[e]?arguments[e]:{};e%2?W(Object(n),!0).forEach((function(e){i()(t,e,n[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(n)):W(Object(n)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(n,e))}))}return t}function Z(t){var e=U.options.popover[t];return void 0===e?U.options[t]:e}var J=!1;"undefined"!=typeof window&&"undefined"!=typeof navigator&&(J=/iPad|iPhone|iPod/.test(navigator.userAgent)&&!window.MSStream);var X=[],q=function(){};"undefined"!=typeof window&&(q=window.Element);var K={name:"VPopover",components:{ResizeObserver:d.a},props:{open:{type:Boolean,default:!1},disabled:{type:Boolean,default:!1},placement:{type:String,default:function(){return Z("defaultPlacement")}},delay:{type:[String,Number,Object],default:function(){return Z("defaultDelay")}},offset:{type:[String,Number],default:function(){return Z("defaultOffset")}},trigger:{type:String,default:function(){return Z("defaultTrigger")}},container:{type:[String,Object,q,Boolean],default:function(){return Z("defaultContainer")}},boundariesElement:{type:[String,q],default:function(){return Z("defaultBoundariesElement")}},popperOptions:{type:Object,default:function(){return Z("defaultPopperOptions")}},popoverClass:{type:[String,Array],default:function(){return Z("defaultClass")}},popoverBaseClass:{type:[String,Array],default:function(){return U.options.popover.defaultBaseClass}},popoverInnerClass:{type:[String,Array],default:function(){return U.options.popover.defaultInnerClass}},popoverWrapperClass:{type:[String,Array],default:function(){return U.options.popover.defaultWrapperClass}},popoverArrowClass:{type:[String,Array],default:function(){return U.options.popover.defaultArrowClass}},autoHide:{type:Boolean,default:function(){return U.options.popover.defaultAutoHide}},handleResize:{type:Boolean,default:function(){return U.options.popover.defaultHandleResize}},openGroup:{type:String,default:null},openClass:{type:[String,Array],default:function(){return U.options.popover.defaultOpenClass}},ariaId:{default:null}},data:function(){return{isOpen:!1,id:Math.random().toString(36).substr(2,10)}},computed:{cssClass:function(){return i()({},this.openClass,this.isOpen)},popoverId:function(){return"popover_".concat(null!=this.ariaId?this.ariaId:this.id)}},watch:{open:function(t){t?this.show():this.hide()},disabled:function(t,e){t!==e&&(t?this.hide():this.open&&this.show())},container:function(t){if(this.isOpen&&this.popperInstance){var e=this.$refs.popover,n=this.$refs.trigger,r=this.$_findContainer(this.container,n);if(!r)return void console.warn("No container for popover",this);r.appendChild(e),this.popperInstance.scheduleUpdate()}},trigger:function(t){this.$_removeEventListeners(),this.$_addEventListeners()},placement:function(t){var e=this;this.$_updatePopper((function(){e.popperInstance.options.placement=t}))},offset:"$_restartPopper",boundariesElement:"$_restartPopper",popperOptions:{handler:"$_restartPopper",deep:!0}},created:function(){this.$_isDisposed=!1,this.$_mounted=!1,this.$_events=[],this.$_preventOpen=!1},mounted:function(){var t=this.$refs.popover;t.parentNode&&t.parentNode.removeChild(t),this.$_init(),this.open&&this.show()},deactivated:function(){this.hide()},beforeDestroy:function(){this.dispose()},methods:{show:function(){var t=this,e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},n=e.event;e.skipDelay;var r=e.force,a=void 0!==r&&r;!a&&this.disabled||(this.$_scheduleShow(n),this.$emit("show")),this.$emit("update:open",!0),this.$_beingShowed=!0,requestAnimationFrame((function(){t.$_beingShowed=!1}))},hide:function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},e=t.event;t.skipDelay,this.$_scheduleHide(e),this.$emit("hide"),this.$emit("update:open",!1)},dispose:function(){if(this.$_isDisposed=!0,this.$_removeEventListeners(),this.hide({skipDelay:!0}),this.popperInstance&&(this.popperInstance.destroy(),!this.popperInstance.options.removeOnDestroy)){var t=this.$refs.popover;t.parentNode&&t.parentNode.removeChild(t)}this.$_mounted=!1,this.popperInstance=null,this.isOpen=!1,this.$emit("dispose")},$_init:function(){-1===this.trigger.indexOf("manual")&&this.$_addEventListeners()},$_show:function(){var t=this,e=this.$refs.trigger,n=this.$refs.popover;if(clearTimeout(this.$_disposeTimer),!this.isOpen){if(this.popperInstance&&(this.isOpen=!0,this.popperInstance.enableEventListeners(),this.popperInstance.scheduleUpdate()),!this.$_mounted){var r=this.$_findContainer(this.container,e);if(!r)return void console.warn("No container for popover",this);r.appendChild(n),this.$_mounted=!0,this.isOpen=!1,this.popperInstance&&requestAnimationFrame((function(){t.hidden||(t.isOpen=!0)}))}if(!this.popperInstance){var a=V(V({},this.popperOptions),{},{placement:this.placement});if(a.modifiers=V(V({},a.modifiers),{},{arrow:V(V({},a.modifiers&&a.modifiers.arrow),{},{element:this.$refs.arrow})}),this.offset){var o=this.$_getOffset();a.modifiers.offset=V(V({},a.modifiers&&a.modifiers.offset),{},{offset:o})}this.boundariesElement&&(a.modifiers.preventOverflow=V(V({},a.modifiers&&a.modifiers.preventOverflow),{},{boundariesElement:this.boundariesElement})),this.popperInstance=new p.default(e,n,a),requestAnimationFrame((function(){if(t.hidden)return t.hidden=!1,void t.$_hide();!t.$_isDisposed&&t.popperInstance?(t.popperInstance.scheduleUpdate(),requestAnimationFrame((function(){if(t.hidden)return t.hidden=!1,void t.$_hide();t.$_isDisposed?t.dispose():t.isOpen=!0}))):t.dispose()}))}var i=this.openGroup;if(i)for(var s,l=0;l<X.length;l++)(s=X[l]).openGroup!==i&&(s.hide(),s.$emit("close-group"));X.push(this),this.$emit("apply-show")}},$_hide:function(){var t=this;if(this.isOpen){var e=X.indexOf(this);-1!==e&&X.splice(e,1),this.isOpen=!1,this.popperInstance&&this.popperInstance.disableEventListeners(),clearTimeout(this.$_disposeTimer);var n=U.options.popover.disposeTimeout||U.options.disposeTimeout;null!==n&&(this.$_disposeTimer=setTimeout((function(){var e=t.$refs.popover;e&&(e.parentNode&&e.parentNode.removeChild(e),t.$_mounted=!1)}),n)),this.$emit("apply-hide")}},$_findContainer:function(t,e){return"string"==typeof t?t=window.document.querySelector(t):!1===t&&(t=e.parentNode),t},$_getOffset:function(){var t=a()(this.offset),e=this.offset;return("number"===t||"string"===t&&-1===e.indexOf(","))&&(e="0, ".concat(e)),e},$_addEventListeners:function(){var t=this,e=this.$refs.trigger,n=[],r=[];("string"==typeof this.trigger?this.trigger.split(" ").filter((function(t){return-1!==["click","hover","focus"].indexOf(t)})):[]).forEach((function(t){switch(t){case"hover":n.push("mouseenter"),r.push("mouseleave");break;case"focus":n.push("focus"),r.push("blur");break;case"click":n.push("click"),r.push("click")}})),n.forEach((function(n){var r=function(e){t.isOpen||(e.usedByTooltip=!0,!t.$_preventOpen&&t.show({event:e}),t.hidden=!1)};t.$_events.push({event:n,func:r}),e.addEventListener(n,r)})),r.forEach((function(n){var r=function(e){e.usedByTooltip||(t.hide({event:e}),t.hidden=!0)};t.$_events.push({event:n,func:r}),e.addEventListener(n,r)}))},$_scheduleShow:function(){var t=arguments.length>1&&void 0!==arguments[1]&&arguments[1];if(clearTimeout(this.$_scheduleTimer),t)this.$_show();else{var e=parseInt(this.delay&&this.delay.show||this.delay||0);this.$_scheduleTimer=setTimeout(this.$_show.bind(this),e)}},$_scheduleHide:function(){var t=this,e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:null,n=arguments.length>1&&void 0!==arguments[1]&&arguments[1];if(clearTimeout(this.$_scheduleTimer),n)this.$_hide();else{var r=parseInt(this.delay&&this.delay.hide||this.delay||0);this.$_scheduleTimer=setTimeout((function(){if(t.isOpen){if(e&&"mouseleave"===e.type)if(t.$_setTooltipNodeEvent(e))return;t.$_hide()}}),r)}},$_setTooltipNodeEvent:function(t){var e=this,n=this.$refs.trigger,r=this.$refs.popover,a=t.relatedreference||t.toElement||t.relatedTarget;return!!r.contains(a)&&(r.addEventListener(t.type,(function a(o){var i=o.relatedreference||o.toElement||o.relatedTarget;r.removeEventListener(t.type,a),n.contains(i)||e.hide({event:o})})),!0)},$_removeEventListeners:function(){var t=this.$refs.trigger;this.$_events.forEach((function(e){var n=e.func,r=e.event;t.removeEventListener(r,n)})),this.$_events=[]},$_updatePopper:function(t){this.popperInstance&&(t(),this.isOpen&&this.popperInstance.scheduleUpdate())},$_restartPopper:function(){if(this.popperInstance){var t=this.isOpen;this.dispose(),this.$_isDisposed=!1,this.$_init(),t&&this.show({skipDelay:!0,force:!0})}},$_handleGlobalClose:function(t){var e=this,n=arguments.length>1&&void 0!==arguments[1]&&arguments[1];this.$_beingShowed||(this.hide({event:t}),t.closePopover?this.$emit("close-directive"):this.$emit("auto-hide"),n&&(this.$_preventOpen=!0,setTimeout((function(){e.$_preventOpen=!1}),300)))},$_handleResize:function(){this.isOpen&&this.popperInstance&&(this.popperInstance.scheduleUpdate(),this.$emit("resize"))}}};function tt(t){for(var e=arguments.length>1&&void 0!==arguments[1]&&arguments[1],n=function(n){var r=X[n];if(r.$refs.popover){var a=r.$refs.popover.contains(t.target);requestAnimationFrame((function(){(t.closeAllPopover||t.closePopover&&a||r.autoHide&&!a)&&r.$_handleGlobalClose(t,e)}))}},r=0;r<X.length;r++)n(r)}function et(t,e,n,r,a,o,i,s,l,u){"boolean"!=typeof i&&(l=s,s=i,i=!1);const c="function"==typeof n?n.options:n;let p;if(t&&t.render&&(c.render=t.render,c.staticRenderFns=t.staticRenderFns,c._compiled=!0,a&&(c.functional=!0)),r&&(c._scopeId=r),o?(p=function(t){(t=t||this.$vnode&&this.$vnode.ssrContext||this.parent&&this.parent.$vnode&&this.parent.$vnode.ssrContext)||"undefined"==typeof __VUE_SSR_CONTEXT__||(t=__VUE_SSR_CONTEXT__),e&&e.call(this,l(t)),t&&t._registeredComponents&&t._registeredComponents.add(o)},c._ssrRegister=p):e&&(p=i?function(t){e.call(this,u(t,this.$root.$options.shadowRoot))}:function(t){e.call(this,s(t))}),p)if(c.functional){const t=c.render;c.render=function(e,n){return p.call(n),t(e,n)}}else{const t=c.beforeCreate;c.beforeCreate=t?[].concat(t,p):[p]}return n}"undefined"!=typeof document&&"undefined"!=typeof window&&(J?document.addEventListener("touchend",(function(t){tt(t,!0)}),!x||{passive:!0,capture:!0}):window.addEventListener("click",(function(t){tt(t)}),!0));var nt=K,rt=function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("div",{staticClass:"v-popover",class:t.cssClass},[n("div",{ref:"trigger",staticClass:"trigger",staticStyle:{display:"inline-block"},attrs:{"aria-describedby":t.isOpen?t.popoverId:void 0,tabindex:-1!==t.trigger.indexOf("focus")?0:void 0}},[t._t("default")],2),t._v(" "),n("div",{ref:"popover",class:[t.popoverBaseClass,t.popoverClass,t.cssClass],style:{visibility:t.isOpen?"visible":"hidden"},attrs:{id:t.popoverId,"aria-hidden":t.isOpen?"false":"true",tabindex:t.autoHide?0:void 0},on:{keyup:function(e){if(!e.type.indexOf("key")&&t._k(e.keyCode,"esc",27,e.key,["Esc","Escape"]))return null;t.autoHide&&t.hide()}}},[n("div",{class:t.popoverWrapperClass},[n("div",{ref:"inner",class:t.popoverInnerClass,staticStyle:{position:"relative"}},[n("div",[t._t("popover",null,{isOpen:t.isOpen})],2),t._v(" "),t.handleResize?n("ResizeObserver",{on:{notify:t.$_handleResize}}):t._e()],1),t._v(" "),n("div",{ref:"arrow",class:t.popoverArrowClass})])])])};rt._withStripped=!0;var at=et({render:rt,staticRenderFns:[]},void 0,nt,void 0,!1,void 0,!1,void 0,void 0,void 0);function ot(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};if(!ot.installed){ot.installed=!0;var n={};m()(n,M,e),ut.options=n,U.options=n,t.directive("tooltip",U),t.directive("close-popover",Y),t.component("VPopover",at)}}!function(t,e){void 0===e&&(e={});var n=e.insertAt;if(t&&"undefined"!=typeof document){var r=document.head||document.getElementsByTagName("head")[0],a=document.createElement("style");a.type="text/css","top"===n&&r.firstChild?r.insertBefore(a,r.firstChild):r.appendChild(a),a.styleSheet?a.styleSheet.cssText=t:a.appendChild(document.createTextNode(t))}}(".resize-observer[data-v-8859cc6c]{position:absolute;top:0;left:0;z-index:-1;width:100%;height:100%;border:none;background-color:transparent;pointer-events:none;display:block;overflow:hidden;opacity:0}.resize-observer[data-v-8859cc6c] object{display:block;position:absolute;top:0;left:0;height:100%;width:100%;overflow:hidden;pointer-events:none;z-index:-1}");var it=U,st=Y,lt=at,ut={install:ot,get enabled(){return O.enabled},set enabled(t){O.enabled=t}},ct=null;"undefined"!=typeof window?ct=window.Vue:void 0!==t&&(ct=t.Vue),ct&&ct.use(ut),e.default=ut}.call(this,n(17))},function(t,e,n){var r=n(157),a=n(666),o=n(929),i=n(931),s=n(49),l=n(159),u=n(667);t.exports=function t(e,n,c,p,f){e!==n&&o(n,(function(o,l){if(f||(f=new r),s(o))i(e,n,l,c,t,p,f);else{var A=p?p(u(e,l),o,l+"",e,n,f):void 0;void 0===A&&(A=o),a(e,l,A)}}),l)}},function(t,e,n){var r=n(930)();t.exports=r},function(t,e){t.exports=function(t){return function(e,n,r){for(var a=-1,o=Object(e),i=r(e),s=i.length;s--;){var l=i[t?s:++a];if(!1===n(o[l],l,o))break}return e}}},function(t,e,n){var r=n(666),a=n(300),o=n(306),i=n(131),s=n(307),l=n(154),u=n(31),c=n(932),p=n(135),f=n(129),A=n(49),d=n(308),h=n(168),m=n(667),g=n(933);t.exports=function(t,e,n,v,y,b,x){var w=m(t,n),C=m(e,n),T=x.get(C);if(T)r(t,n,T);else{var E=b?b(w,C,n+"",t,e,x):void 0,_=void 0===E;if(_){var S=u(C),I=!S&&p(C),k=!S&&!I&&h(C);E=C,S||I||k?u(w)?E=w:c(w)?E=i(w):I?(_=!1,E=a(C,!0)):k?(_=!1,E=o(C,!0)):E=[]:d(C)||l(C)?(E=w,l(w)?E=g(w):A(w)&&!f(w)||(E=s(C))):_=!1}_&&(x.set(C,E),y(E,C,v,b,x),x.delete(C)),r(t,n,E)}}},function(t,e,n){var r=n(156),a=n(37);t.exports=function(t){return a(t)&&r(t)}},function(t,e,n){var r=n(133),a=n(159);t.exports=function(t){return r(t,a(t))}},function(t,e,n){var r=n(935),a=n(936);t.exports=function(t){return r((function(e,n){var r=-1,o=n.length,i=o>1?n[o-1]:void 0,s=o>2?n[2]:void 0;for(i=t.length>3&&"function"==typeof i?(o--,i):void 0,s&&a(n[0],n[1],s)&&(i=o<3?void 0:i,o=1),e=Object(e);++r<o;){var l=n[r];l&&t(e,l,r,i)}return e}))}},function(t,e,n){var r=n(125),a=n(326),o=n(197);t.exports=function(t,e){return o(a(t,e,r),t+"")}},function(t,e,n){var r=n(112),a=n(156),o=n(153),i=n(49);t.exports=function(t,e,n){if(!i(n))return!1;var s=typeof e;return!!("number"==s?a(n)&&o(e,n.length):"string"==s&&e in n)&&r(n[e],t)}},function(t,e,n){"use strict";n(105),n(40),n(123),n(62),Object.defineProperty(e,"__esModule",{value:!0}),e.getGettextBuilder=function(){return new u};var r,a=(r=n(938))&&r.__esModule?r:{default:r},o=n(39);function i(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function s(t,e){for(var n=0;n<e.length;n++){var r=e[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(t,r.key,r)}}function l(t,e,n){return e&&s(t.prototype,e),n&&s(t,n),t}var u=function(){function t(){i(this,t),this.translations={},this.debug=!1}return l(t,[{key:"setLanguage",value:function(t){return this.locale=t,this}},{key:"detectLocale",value:function(){return this.setLanguage((0,o.getLanguage)().replace("-","_"))}},{key:"addTranslation",value:function(t,e){return this.translations[t]=e,this}},{key:"enableDebugMode",value:function(){return this.debug=!0,this}},{key:"build",value:function(){return new c(this.locale||"en",this.translations,this.debug)}}]),t}(),c=function(){function t(e,n,r){for(var o in i(this,t),this.gt=new a.default({debug:r,sourceLocale:"en"}),n)this.gt.addTranslations(o,"messages",n[o]);this.gt.setLocale(e)}return l(t,[{key:"subtitudePlaceholders",value:function(t,e){return t.replace(/{([^{}]*)}/g,(function(t,n){var r=e[n];return"string"==typeof r||"number"==typeof r?r.toString():t}))}},{key:"gettext",value:function(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};return this.subtitudePlaceholders(this.gt.gettext(t),e)}},{key:"ngettext",value:function(t,e,n){var r=arguments.length>3&&void 0!==arguments[3]?arguments[3]:{};return this.subtitudePlaceholders(this.gt.ngettext(t,e,n).replace(/%n/g,n.toString()),r)}}]),t}()},function(t,e,n){"use strict";var r=n(939),a=n(940);function o(t){t=t||{},this.catalogs={},this.locale="",this.domain="messages",this.listeners=[],this.sourceLocale="",t.sourceLocale&&("string"==typeof t.sourceLocale?this.sourceLocale=t.sourceLocale:this.warn("The `sourceLocale` option should be a string")),this.debug="debug"in t&&!0===t.debug}t.exports=o,o.prototype.on=function(t,e){this.listeners.push({eventName:t,callback:e})},o.prototype.off=function(t,e){this.listeners=this.listeners.filter((function(n){return!1==(n.eventName===t&&n.callback===e)}))},o.prototype.emit=function(t,e){for(var n=0;n<this.listeners.length;n++){var r=this.listeners[n];r.eventName===t&&r.callback(e)}},o.prototype.warn=function(t){this.debug&&console.warn(t),this.emit("error",new Error(t))},o.prototype.addTranslations=function(t,e,n){this.catalogs[t]||(this.catalogs[t]={}),this.catalogs[t][e]=n},o.prototype.setLocale=function(t){"string"==typeof t?(""===t.trim()&&this.warn("You called setLocale() with an empty value, which makes little sense."),t===this.sourceLocale||this.catalogs[t]||this.warn('You called setLocale() with "'+t+'", but no translations for that locale has been added.'),this.locale=t):this.warn("You called setLocale() with an argument of type "+typeof t+". The locale must be a string.")},o.prototype.setTextDomain=function(t){"string"==typeof t?(""===t.trim()&&this.warn("You called setTextDomain() with an empty `domain` value."),this.domain=t):this.warn("You called setTextDomain() with an argument of type "+typeof t+". The domain must be a string.")},o.prototype.gettext=function(t){return this.dnpgettext(this.domain,"",t)},o.prototype.dgettext=function(t,e){return this.dnpgettext(t,"",e)},o.prototype.ngettext=function(t,e,n){return this.dnpgettext(this.domain,"",t,e,n)},o.prototype.dngettext=function(t,e,n,r){return this.dnpgettext(t,"",e,n,r)},o.prototype.pgettext=function(t,e){return this.dnpgettext(this.domain,t,e)},o.prototype.dpgettext=function(t,e,n){return this.dnpgettext(t,e,n)},o.prototype.npgettext=function(t,e,n,r){return this.dnpgettext(this.domain,t,e,n,r)},o.prototype.dnpgettext=function(t,e,n,r,i){var s,l,u=n;if(e=e||"",isNaN(i)||1===i||(u=r||n),s=this._getTranslation(t,e,n)){if("number"==typeof i)"boolean"==typeof(l=(0,a[o.getLanguageCode(this.locale)].pluralsFunc)(i))&&(l=l?1:0);else l=0;return s.msgstr[l]||u}return this.sourceLocale&&this.locale===this.sourceLocale||this.warn('No translation was found for msgid "'+n+'" in msgctxt "'+e+'" and domain "'+t+'"'),u},o.prototype.getComment=function(t,e,n){var r;return(r=this._getTranslation(t,e,n))&&r.comments||{}},o.prototype._getTranslation=function(t,e,n){return e=e||"",r(this.catalogs,[this.locale,t,"translations",e,n])},o.getLanguageCode=function(t){return t.split(/[\-_]/)[0].toLowerCase()},o.prototype.textdomain=function(t){this.debug&&console.warn("textdomain(domain) was used to set locales in node-gettext v1. Make sure you are using it for domains, and switch to setLocale(locale) if you are not.\n\n To read more about the migration from node-gettext v1 to v2, see https://github.com/alexanderwallin/node-gettext/#migrating-from-1x-to-2x\n\nThis warning will be removed in the final 2.0.0"),this.setTextDomain(t)},o.prototype.setlocale=function(t){this.setLocale(t)},o.prototype.addTextdomain=function(){console.error("addTextdomain() is deprecated.\n\n* To add translations, use addTranslations()\n* To set the default domain, use setTextDomain() (or its alias textdomain())\n\nTo read more about the migration from node-gettext v1 to v2, see https://github.com/alexanderwallin/node-gettext/#migrating-from-1x-to-2x")}},function(t,e,n){(function(e){var n=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,r=/^\w*$/,a=/^\./,o=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,i=/\\(\\)?/g,s=/^\[object .+?Constructor\]$/,l="object"==typeof e&&e&&e.Object===Object&&e,u="object"==typeof self&&self&&self.Object===Object&&self,c=l||u||Function("return this")();var p,f=Array.prototype,A=Function.prototype,d=Object.prototype,h=c["__core-js_shared__"],m=(p=/[^.]+$/.exec(h&&h.keys&&h.keys.IE_PROTO||""))?"Symbol(src)_1."+p:"",g=A.toString,v=d.hasOwnProperty,y=d.toString,b=RegExp("^"+g.call(v).replace(/[\\^$.*+?()[\]{}|]/g,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$"),x=c.Symbol,w=f.splice,C=j(c,"Map"),T=j(Object,"create"),E=x?x.prototype:void 0,_=E?E.toString:void 0;function S(t){var e=-1,n=t?t.length:0;for(this.clear();++e<n;){var r=t[e];this.set(r[0],r[1])}}function I(t){var e=-1,n=t?t.length:0;for(this.clear();++e<n;){var r=t[e];this.set(r[0],r[1])}}function k(t){var e=-1,n=t?t.length:0;for(this.clear();++e<n;){var r=t[e];this.set(r[0],r[1])}}function O(t,e){for(var n,r,a=t.length;a--;)if((n=t[a][0])===(r=e)||n!=n&&r!=r)return a;return-1}function B(t,e){for(var a,o=0,i=(e=function(t,e){if(P(t))return!1;var a=typeof t;if("number"==a||"symbol"==a||"boolean"==a||null==t||R(t))return!0;return r.test(t)||!n.test(t)||null!=e&&t in Object(e)}(e,t)?[e]:P(a=e)?a:L(a)).length;null!=t&&o<i;)t=t[F(e[o++])];return o&&o==i?t:void 0}function M(t){return!(!U(t)||(e=t,m&&m in e))&&(function(t){var e=U(t)?y.call(t):"";return"[object Function]"==e||"[object GeneratorFunction]"==e}(t)||function(t){var e=!1;if(null!=t&&"function"!=typeof t.toString)try{e=!!(t+"")}catch(t){}return e}(t)?b:s).test(function(t){if(null!=t){try{return g.call(t)}catch(t){}try{return t+""}catch(t){}}return""}(t));var e}function N(t,e){var n,r,a=t.__data__;return("string"==(r=typeof(n=e))||"number"==r||"symbol"==r||"boolean"==r?"__proto__"!==n:null===n)?a["string"==typeof e?"string":"hash"]:a.map}function j(t,e){var n=function(t,e){return null==t?void 0:t[e]}(t,e);return M(n)?n:void 0}S.prototype.clear=function(){this.__data__=T?T(null):{}},S.prototype.delete=function(t){return this.has(t)&&delete this.__data__[t]},S.prototype.get=function(t){var e=this.__data__;if(T){var n=e[t];return"__lodash_hash_undefined__"===n?void 0:n}return v.call(e,t)?e[t]:void 0},S.prototype.has=function(t){var e=this.__data__;return T?void 0!==e[t]:v.call(e,t)},S.prototype.set=function(t,e){return this.__data__[t]=T&&void 0===e?"__lodash_hash_undefined__":e,this},I.prototype.clear=function(){this.__data__=[]},I.prototype.delete=function(t){var e=this.__data__,n=O(e,t);return!(n<0)&&(n==e.length-1?e.pop():w.call(e,n,1),!0)},I.prototype.get=function(t){var e=this.__data__,n=O(e,t);return n<0?void 0:e[n][1]},I.prototype.has=function(t){return O(this.__data__,t)>-1},I.prototype.set=function(t,e){var n=this.__data__,r=O(n,t);return r<0?n.push([t,e]):n[r][1]=e,this},k.prototype.clear=function(){this.__data__={hash:new S,map:new(C||I),string:new S}},k.prototype.delete=function(t){return N(this,t).delete(t)},k.prototype.get=function(t){return N(this,t).get(t)},k.prototype.has=function(t){return N(this,t).has(t)},k.prototype.set=function(t,e){return N(this,t).set(t,e),this};var L=D((function(t){var e;t=null==(e=t)?"":function(t){if("string"==typeof t)return t;if(R(t))return _?_.call(t):"";var e=t+"";return"0"==e&&1/t==-1/0?"-0":e}(e);var n=[];return a.test(t)&&n.push(""),t.replace(o,(function(t,e,r,a){n.push(r?a.replace(i,"$1"):e||t)})),n}));function F(t){if("string"==typeof t||R(t))return t;var e=t+"";return"0"==e&&1/t==-1/0?"-0":e}function D(t,e){if("function"!=typeof t||e&&"function"!=typeof e)throw new TypeError("Expected a function");var n=function(){var r=arguments,a=e?e.apply(this,r):r[0],o=n.cache;if(o.has(a))return o.get(a);var i=t.apply(this,r);return n.cache=o.set(a,i),i};return n.cache=new(D.Cache||k),n}D.Cache=k;var P=Array.isArray;function U(t){var e=typeof t;return!!t&&("object"==e||"function"==e)}function R(t){return"symbol"==typeof t||function(t){return!!t&&"object"==typeof t}(t)&&"[object Symbol]"==y.call(t)}t.exports=function(t,e,n){var r=null==t?void 0:B(t,e);return void 0===r?n:r}}).call(this,n(17))},function(t,e,n){"use strict";t.exports={ach:{name:"Acholi",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n > 1)",pluralsFunc:function(t){return t>1}},af:{name:"Afrikaans",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(t){return 1!==t}},ak:{name:"Akan",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n > 1)",pluralsFunc:function(t){return t>1}},am:{name:"Amharic",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n > 1)",pluralsFunc:function(t){return t>1}},an:{name:"Aragonese",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(t){return 1!==t}},ar:{name:"Arabic",examples:[{plural:0,sample:0},{plural:1,sample:1},{plural:2,sample:2},{plural:3,sample:3},{plural:4,sample:11},{plural:5,sample:100}],nplurals:6,pluralsText:"nplurals = 6; plural = (n === 0 ? 0 : n === 1 ? 1 : n === 2 ? 2 : n % 100 >= 3 && n % 100 <= 10 ? 3 : n % 100 >= 11 ? 4 : 5)",pluralsFunc:function(t){return 0===t?0:1===t?1:2===t?2:t%100>=3&&t%100<=10?3:t%100>=11?4:5}},arn:{name:"Mapudungun",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n > 1)",pluralsFunc:function(t){return t>1}},ast:{name:"Asturian",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(t){return 1!==t}},ay:{name:"Aymará",examples:[{plural:0,sample:1}],nplurals:1,pluralsText:"nplurals = 1; plural = 0",pluralsFunc:function(){return 0}},az:{name:"Azerbaijani",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(t){return 1!==t}},be:{name:"Belarusian",examples:[{plural:0,sample:1},{plural:1,sample:2},{plural:2,sample:5}],nplurals:3,pluralsText:"nplurals = 3; plural = (n % 10 === 1 && n % 100 !== 11 ? 0 : n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 10 || n % 100 >= 20) ? 1 : 2)",pluralsFunc:function(t){return t%10==1&&t%100!=11?0:t%10>=2&&t%10<=4&&(t%100<10||t%100>=20)?1:2}},bg:{name:"Bulgarian",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(t){return 1!==t}},bn:{name:"Bengali",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(t){return 1!==t}},bo:{name:"Tibetan",examples:[{plural:0,sample:1}],nplurals:1,pluralsText:"nplurals = 1; plural = 0",pluralsFunc:function(){return 0}},br:{name:"Breton",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n > 1)",pluralsFunc:function(t){return t>1}},brx:{name:"Bodo",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(t){return 1!==t}},bs:{name:"Bosnian",examples:[{plural:0,sample:1},{plural:1,sample:2},{plural:2,sample:5}],nplurals:3,pluralsText:"nplurals = 3; plural = (n % 10 === 1 && n % 100 !== 11 ? 0 : n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 10 || n % 100 >= 20) ? 1 : 2)",pluralsFunc:function(t){return t%10==1&&t%100!=11?0:t%10>=2&&t%10<=4&&(t%100<10||t%100>=20)?1:2}},ca:{name:"Catalan",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(t){return 1!==t}},cgg:{name:"Chiga",examples:[{plural:0,sample:1}],nplurals:1,pluralsText:"nplurals = 1; plural = 0",pluralsFunc:function(){return 0}},cs:{name:"Czech",examples:[{plural:0,sample:1},{plural:1,sample:2},{plural:2,sample:5}],nplurals:3,pluralsText:"nplurals = 3; plural = (n === 1 ? 0 : (n >= 2 && n <= 4) ? 1 : 2)",pluralsFunc:function(t){return 1===t?0:t>=2&&t<=4?1:2}},csb:{name:"Kashubian",examples:[{plural:0,sample:1},{plural:1,sample:2},{plural:2,sample:5}],nplurals:3,pluralsText:"nplurals = 3; plural = (n === 1 ? 0 : n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 10 || n % 100 >= 20) ? 1 : 2)",pluralsFunc:function(t){return 1===t?0:t%10>=2&&t%10<=4&&(t%100<10||t%100>=20)?1:2}},cy:{name:"Welsh",examples:[{plural:0,sample:1},{plural:1,sample:2},{plural:2,sample:3},{plural:3,sample:8}],nplurals:4,pluralsText:"nplurals = 4; plural = (n === 1 ? 0 : n === 2 ? 1 : (n !== 8 && n !== 11) ? 2 : 3)",pluralsFunc:function(t){return 1===t?0:2===t?1:8!==t&&11!==t?2:3}},da:{name:"Danish",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(t){return 1!==t}},de:{name:"German",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(t){return 1!==t}},doi:{name:"Dogri",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(t){return 1!==t}},dz:{name:"Dzongkha",examples:[{plural:0,sample:1}],nplurals:1,pluralsText:"nplurals = 1; plural = 0",pluralsFunc:function(){return 0}},el:{name:"Greek",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(t){return 1!==t}},en:{name:"English",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(t){return 1!==t}},eo:{name:"Esperanto",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(t){return 1!==t}},es:{name:"Spanish",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(t){return 1!==t}},et:{name:"Estonian",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(t){return 1!==t}},eu:{name:"Basque",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(t){return 1!==t}},fa:{name:"Persian",examples:[{plural:0,sample:1}],nplurals:1,pluralsText:"nplurals = 1; plural = 0",pluralsFunc:function(){return 0}},ff:{name:"Fulah",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(t){return 1!==t}},fi:{name:"Finnish",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(t){return 1!==t}},fil:{name:"Filipino",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n > 1)",pluralsFunc:function(t){return t>1}},fo:{name:"Faroese",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(t){return 1!==t}},fr:{name:"French",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n > 1)",pluralsFunc:function(t){return t>1}},fur:{name:"Friulian",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(t){return 1!==t}},fy:{name:"Frisian",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(t){return 1!==t}},ga:{name:"Irish",examples:[{plural:0,sample:1},{plural:1,sample:2},{plural:2,sample:3},{plural:3,sample:7},{plural:4,sample:11}],nplurals:5,pluralsText:"nplurals = 5; plural = (n === 1 ? 0 : n === 2 ? 1 : n < 7 ? 2 : n < 11 ? 3 : 4)",pluralsFunc:function(t){return 1===t?0:2===t?1:t<7?2:t<11?3:4}},gd:{name:"Scottish Gaelic",examples:[{plural:0,sample:1},{plural:1,sample:2},{plural:2,sample:3},{plural:3,sample:20}],nplurals:4,pluralsText:"nplurals = 4; plural = ((n === 1 || n === 11) ? 0 : (n === 2 || n === 12) ? 1 : (n > 2 && n < 20) ? 2 : 3)",pluralsFunc:function(t){return 1===t||11===t?0:2===t||12===t?1:t>2&&t<20?2:3}},gl:{name:"Galician",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(t){return 1!==t}},gu:{name:"Gujarati",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(t){return 1!==t}},gun:{name:"Gun",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n > 1)",pluralsFunc:function(t){return t>1}},ha:{name:"Hausa",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(t){return 1!==t}},he:{name:"Hebrew",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(t){return 1!==t}},hi:{name:"Hindi",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(t){return 1!==t}},hne:{name:"Chhattisgarhi",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(t){return 1!==t}},hr:{name:"Croatian",examples:[{plural:0,sample:1},{plural:1,sample:2},{plural:2,sample:5}],nplurals:3,pluralsText:"nplurals = 3; plural = (n % 10 === 1 && n % 100 !== 11 ? 0 : n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 10 || n % 100 >= 20) ? 1 : 2)",pluralsFunc:function(t){return t%10==1&&t%100!=11?0:t%10>=2&&t%10<=4&&(t%100<10||t%100>=20)?1:2}},hu:{name:"Hungarian",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(t){return 1!==t}},hy:{name:"Armenian",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(t){return 1!==t}},id:{name:"Indonesian",examples:[{plural:0,sample:1}],nplurals:1,pluralsText:"nplurals = 1; plural = 0",pluralsFunc:function(){return 0}},is:{name:"Icelandic",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n % 10 !== 1 || n % 100 === 11)",pluralsFunc:function(t){return t%10!=1||t%100==11}},it:{name:"Italian",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(t){return 1!==t}},ja:{name:"Japanese",examples:[{plural:0,sample:1}],nplurals:1,pluralsText:"nplurals = 1; plural = 0",pluralsFunc:function(){return 0}},jbo:{name:"Lojban",examples:[{plural:0,sample:1}],nplurals:1,pluralsText:"nplurals = 1; plural = 0",pluralsFunc:function(){return 0}},jv:{name:"Javanese",examples:[{plural:0,sample:0},{plural:1,sample:1}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 0)",pluralsFunc:function(t){return 0!==t}},ka:{name:"Georgian",examples:[{plural:0,sample:1}],nplurals:1,pluralsText:"nplurals = 1; plural = 0",pluralsFunc:function(){return 0}},kk:{name:"Kazakh",examples:[{plural:0,sample:1}],nplurals:1,pluralsText:"nplurals = 1; plural = 0",pluralsFunc:function(){return 0}},km:{name:"Khmer",examples:[{plural:0,sample:1}],nplurals:1,pluralsText:"nplurals = 1; plural = 0",pluralsFunc:function(){return 0}},kn:{name:"Kannada",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(t){return 1!==t}},ko:{name:"Korean",examples:[{plural:0,sample:1}],nplurals:1,pluralsText:"nplurals = 1; plural = 0",pluralsFunc:function(){return 0}},ku:{name:"Kurdish",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(t){return 1!==t}},kw:{name:"Cornish",examples:[{plural:0,sample:1},{plural:1,sample:2},{plural:2,sample:3},{plural:3,sample:4}],nplurals:4,pluralsText:"nplurals = 4; plural = (n === 1 ? 0 : n === 2 ? 1 : n === 3 ? 2 : 3)",pluralsFunc:function(t){return 1===t?0:2===t?1:3===t?2:3}},ky:{name:"Kyrgyz",examples:[{plural:0,sample:1}],nplurals:1,pluralsText:"nplurals = 1; plural = 0",pluralsFunc:function(){return 0}},lb:{name:"Letzeburgesch",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(t){return 1!==t}},ln:{name:"Lingala",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n > 1)",pluralsFunc:function(t){return t>1}},lo:{name:"Lao",examples:[{plural:0,sample:1}],nplurals:1,pluralsText:"nplurals = 1; plural = 0",pluralsFunc:function(){return 0}},lt:{name:"Lithuanian",examples:[{plural:0,sample:1},{plural:1,sample:2},{plural:2,sample:10}],nplurals:3,pluralsText:"nplurals = 3; plural = (n % 10 === 1 && n % 100 !== 11 ? 0 : n % 10 >= 2 && (n % 100 < 10 || n % 100 >= 20) ? 1 : 2)",pluralsFunc:function(t){return t%10==1&&t%100!=11?0:t%10>=2&&(t%100<10||t%100>=20)?1:2}},lv:{name:"Latvian",examples:[{plural:2,sample:0},{plural:0,sample:1},{plural:1,sample:2}],nplurals:3,pluralsText:"nplurals = 3; plural = (n % 10 === 1 && n % 100 !== 11 ? 0 : n !== 0 ? 1 : 2)",pluralsFunc:function(t){return t%10==1&&t%100!=11?0:0!==t?1:2}},mai:{name:"Maithili",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(t){return 1!==t}},mfe:{name:"Mauritian Creole",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n > 1)",pluralsFunc:function(t){return t>1}},mg:{name:"Malagasy",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n > 1)",pluralsFunc:function(t){return t>1}},mi:{name:"Maori",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n > 1)",pluralsFunc:function(t){return t>1}},mk:{name:"Macedonian",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n === 1 || n % 10 === 1 ? 0 : 1)",pluralsFunc:function(t){return 1===t||t%10==1?0:1}},ml:{name:"Malayalam",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(t){return 1!==t}},mn:{name:"Mongolian",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(t){return 1!==t}},mni:{name:"Manipuri",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(t){return 1!==t}},mnk:{name:"Mandinka",examples:[{plural:0,sample:0},{plural:1,sample:1},{plural:2,sample:2}],nplurals:3,pluralsText:"nplurals = 3; plural = (n === 0 ? 0 : n === 1 ? 1 : 2)",pluralsFunc:function(t){return 0===t?0:1===t?1:2}},mr:{name:"Marathi",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(t){return 1!==t}},ms:{name:"Malay",examples:[{plural:0,sample:1}],nplurals:1,pluralsText:"nplurals = 1; plural = 0",pluralsFunc:function(){return 0}},mt:{name:"Maltese",examples:[{plural:0,sample:1},{plural:1,sample:2},{plural:2,sample:11},{plural:3,sample:20}],nplurals:4,pluralsText:"nplurals = 4; plural = (n === 1 ? 0 : n === 0 || ( n % 100 > 1 && n % 100 < 11) ? 1 : (n % 100 > 10 && n % 100 < 20 ) ? 2 : 3)",pluralsFunc:function(t){return 1===t?0:0===t||t%100>1&&t%100<11?1:t%100>10&&t%100<20?2:3}},my:{name:"Burmese",examples:[{plural:0,sample:1}],nplurals:1,pluralsText:"nplurals = 1; plural = 0",pluralsFunc:function(){return 0}},nah:{name:"Nahuatl",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(t){return 1!==t}},nap:{name:"Neapolitan",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(t){return 1!==t}},nb:{name:"Norwegian Bokmal",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(t){return 1!==t}},ne:{name:"Nepali",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(t){return 1!==t}},nl:{name:"Dutch",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(t){return 1!==t}},nn:{name:"Norwegian Nynorsk",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(t){return 1!==t}},no:{name:"Norwegian",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(t){return 1!==t}},nso:{name:"Northern Sotho",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(t){return 1!==t}},oc:{name:"Occitan",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n > 1)",pluralsFunc:function(t){return t>1}},or:{name:"Oriya",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(t){return 1!==t}},pa:{name:"Punjabi",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(t){return 1!==t}},pap:{name:"Papiamento",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(t){return 1!==t}},pl:{name:"Polish",examples:[{plural:0,sample:1},{plural:1,sample:2},{plural:2,sample:5}],nplurals:3,pluralsText:"nplurals = 3; plural = (n === 1 ? 0 : n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 10 || n % 100 >= 20) ? 1 : 2)",pluralsFunc:function(t){return 1===t?0:t%10>=2&&t%10<=4&&(t%100<10||t%100>=20)?1:2}},pms:{name:"Piemontese",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(t){return 1!==t}},ps:{name:"Pashto",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(t){return 1!==t}},pt:{name:"Portuguese",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(t){return 1!==t}},rm:{name:"Romansh",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(t){return 1!==t}},ro:{name:"Romanian",examples:[{plural:0,sample:1},{plural:1,sample:2},{plural:2,sample:20}],nplurals:3,pluralsText:"nplurals = 3; plural = (n === 1 ? 0 : (n === 0 || (n % 100 > 0 && n % 100 < 20)) ? 1 : 2)",pluralsFunc:function(t){return 1===t?0:0===t||t%100>0&&t%100<20?1:2}},ru:{name:"Russian",examples:[{plural:0,sample:1},{plural:1,sample:2},{plural:2,sample:5}],nplurals:3,pluralsText:"nplurals = 3; plural = (n % 10 === 1 && n % 100 !== 11 ? 0 : n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 10 || n % 100 >= 20) ? 1 : 2)",pluralsFunc:function(t){return t%10==1&&t%100!=11?0:t%10>=2&&t%10<=4&&(t%100<10||t%100>=20)?1:2}},rw:{name:"Kinyarwanda",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(t){return 1!==t}},sah:{name:"Yakut",examples:[{plural:0,sample:1}],nplurals:1,pluralsText:"nplurals = 1; plural = 0",pluralsFunc:function(){return 0}},sat:{name:"Santali",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(t){return 1!==t}},sco:{name:"Scots",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(t){return 1!==t}},sd:{name:"Sindhi",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(t){return 1!==t}},se:{name:"Northern Sami",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(t){return 1!==t}},si:{name:"Sinhala",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(t){return 1!==t}},sk:{name:"Slovak",examples:[{plural:0,sample:1},{plural:1,sample:2},{plural:2,sample:5}],nplurals:3,pluralsText:"nplurals = 3; plural = (n === 1 ? 0 : (n >= 2 && n <= 4) ? 1 : 2)",pluralsFunc:function(t){return 1===t?0:t>=2&&t<=4?1:2}},sl:{name:"Slovenian",examples:[{plural:0,sample:1},{plural:1,sample:2},{plural:2,sample:3},{plural:3,sample:5}],nplurals:4,pluralsText:"nplurals = 4; plural = (n % 100 === 1 ? 0 : n % 100 === 2 ? 1 : n % 100 === 3 || n % 100 === 4 ? 2 : 3)",pluralsFunc:function(t){return t%100==1?0:t%100==2?1:t%100==3||t%100==4?2:3}},so:{name:"Somali",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(t){return 1!==t}},son:{name:"Songhay",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(t){return 1!==t}},sq:{name:"Albanian",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(t){return 1!==t}},sr:{name:"Serbian",examples:[{plural:0,sample:1},{plural:1,sample:2},{plural:2,sample:5}],nplurals:3,pluralsText:"nplurals = 3; plural = (n % 10 === 1 && n % 100 !== 11 ? 0 : n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 10 || n % 100 >= 20) ? 1 : 2)",pluralsFunc:function(t){return t%10==1&&t%100!=11?0:t%10>=2&&t%10<=4&&(t%100<10||t%100>=20)?1:2}},su:{name:"Sundanese",examples:[{plural:0,sample:1}],nplurals:1,pluralsText:"nplurals = 1; plural = 0",pluralsFunc:function(){return 0}},sv:{name:"Swedish",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(t){return 1!==t}},sw:{name:"Swahili",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(t){return 1!==t}},ta:{name:"Tamil",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(t){return 1!==t}},te:{name:"Telugu",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(t){return 1!==t}},tg:{name:"Tajik",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n > 1)",pluralsFunc:function(t){return t>1}},th:{name:"Thai",examples:[{plural:0,sample:1}],nplurals:1,pluralsText:"nplurals = 1; plural = 0",pluralsFunc:function(){return 0}},ti:{name:"Tigrinya",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n > 1)",pluralsFunc:function(t){return t>1}},tk:{name:"Turkmen",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(t){return 1!==t}},tr:{name:"Turkish",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n > 1)",pluralsFunc:function(t){return t>1}},tt:{name:"Tatar",examples:[{plural:0,sample:1}],nplurals:1,pluralsText:"nplurals = 1; plural = 0",pluralsFunc:function(){return 0}},ug:{name:"Uyghur",examples:[{plural:0,sample:1}],nplurals:1,pluralsText:"nplurals = 1; plural = 0",pluralsFunc:function(){return 0}},uk:{name:"Ukrainian",examples:[{plural:0,sample:1},{plural:1,sample:2},{plural:2,sample:5}],nplurals:3,pluralsText:"nplurals = 3; plural = (n % 10 === 1 && n % 100 !== 11 ? 0 : n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 10 || n % 100 >= 20) ? 1 : 2)",pluralsFunc:function(t){return t%10==1&&t%100!=11?0:t%10>=2&&t%10<=4&&(t%100<10||t%100>=20)?1:2}},ur:{name:"Urdu",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(t){return 1!==t}},uz:{name:"Uzbek",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n > 1)",pluralsFunc:function(t){return t>1}},vi:{name:"Vietnamese",examples:[{plural:0,sample:1}],nplurals:1,pluralsText:"nplurals = 1; plural = 0",pluralsFunc:function(){return 0}},wa:{name:"Walloon",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n > 1)",pluralsFunc:function(t){return t>1}},wo:{name:"Wolof",examples:[{plural:0,sample:1}],nplurals:1,pluralsText:"nplurals = 1; plural = 0",pluralsFunc:function(){return 0}},yo:{name:"Yoruba",examples:[{plural:0,sample:1},{plural:1,sample:2}],nplurals:2,pluralsText:"nplurals = 2; plural = (n !== 1)",pluralsFunc:function(t){return 1!==t}},zh:{name:"Chinese",examples:[{plural:0,sample:1}],nplurals:1,pluralsText:"nplurals = 1; plural = 0",pluralsFunc:function(){return 0}}}},,function(e,n,r){"use strict";r.r(n);var a=r(12),o=r(243),i=r(76),s=r(39),l=r(118),u=r(41),c=r(100),p=r(70),f=r.n(p);
+/**
+ * @copyright 2020, John Molakvoæ <skjnldsv@protonmail.com>
+ *
+ * @author Christoph Wurst <christoph@winzerhof-wurst.at>
+ * @author Daniel Calviño Sánchez <danxuliu@gmail.com>
+ * @author Joas Schilling <coding@schilljs.com>
+ * @author John Molakvoæ <skjnldsv@protonmail.com>
+ *
+ * @license GNU AGPL version 3 or any later version
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Affero General Public License as
+ * published by the Free Software Foundation, either version 3 of the
+ * License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Affero General Public License for more details.
+ *
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ *
+ */
+const A=Object(c.loadState)("unified-search","limit-default"),d=/[^-]in:([a-z_-]+)/gi,h=/-in:([a-z_-]+)/gi;async function m(){try{const{data:t}=await f.a.get(Object(a.generateOcsUrl)("search",2)+"providers",{params:{from:window.location.pathname.replace("/index.php","")+window.location.search}});if("ocs"in t&&"data"in t.ocs&&Array.isArray(t.ocs.data)&&t.ocs.data.length>0)return t.ocs.data}catch(t){console.error(t)}return[]}function g({type:t,query:e,cursor:n}){const r=f.a.CancelToken.source();return{request:async()=>f.a.get(Object(a.generateOcsUrl)("search",2)+"providers/".concat(t,"/search"),{cancelToken:r.token,params:{term:e,cursor:n,from:window.location.pathname.replace("/index.php","")+window.location.search}}),cancel:r.cancel}}var v=r(42),y=r(688),b=r.n(y),x=r(689),w=r.n(x),C=r(695),T=r.n(C),E=r(696),_=r.n(E),S={name:"MagnifyIcon",props:{title:{type:String,default:"Magnify icon"},decorative:{type:Boolean,default:!1},fillColor:{type:String,default:"currentColor"},size:{type:Number,default:24}}},I=r(46),k=Object(I.a)(S,(function(t,e){var n=e._c;return n("span",e._g(e._b({staticClass:"material-design-icon magnify-icon",class:[e.data.class,e.data.staticClass],attrs:{"aria-hidden":e.props.decorative,"aria-label":e.props.title,role:"img"}},"span",e.data.attrs,!1),e.listeners),[n("svg",{staticClass:"material-design-icon__svg",attrs:{fill:e.props.fillColor,width:e.props.size,height:e.props.size,viewBox:"0 0 24 24"}},[n("path",{attrs:{d:"M9.5,3A6.5,6.5 0 0,1 16,9.5C16,11.11 15.41,12.59 14.44,13.73L14.71,14H15.5L20.5,19L19,20.5L14,15.5V14.71L13.73,14.44C12.59,15.41 11.11,16 9.5,16A6.5,6.5 0 0,1 3,9.5A6.5,6.5 0 0,1 9.5,3M9.5,5C7,5 5,7 5,9.5C5,12 7,14 9.5,14C12,14 14,12 14,9.5C14,7 12,5 9.5,5Z"}},[n("title",[e._v(e._s(e.props.title))])])])])}),[],!0,null,null,null).exports,O=r(697),B=r(698),M=r.n(B),N={name:"HeaderMenu",directives:{ClickOutside:O.directive},mixins:[M.a],props:{id:{type:String,required:!0},open:{type:Boolean,default:!1}},data(){return{opened:this.open,clickOutsideConfig:{handler:this.closeMenu,middleware:this.clickOutsideMiddleware}}},watch:{open(t){this.opened=t,this.$nextTick(()=>{this.opened?this.openMenu():this.closeMenu()})}},mounted(){document.addEventListener("keydown",this.onKeyDown)},beforeDestroy(){document.removeEventListener("keydown",this.onKeyDown)},methods:{toggleMenu(){this.opened?this.closeMenu():this.openMenu()},closeMenu(){this.opened&&(this.opened=!1,this.$emit("close"),this.$emit("update:open",!1))},openMenu(){this.opened||(this.opened=!0,this.$emit("open"),this.$emit("update:open",!0))},onKeyDown(t){"Escape"===t.key&&this.opened&&(t.preventDefault(),this.$emit("cancel"),this.opened=!1,this.$emit("update:open",!1))}}},j=r(25),L=r.n(j),F=r(642),D={insert:"head",singleton:!1},P=(L()(F.a,D),F.a.locals,Object(I.a)(N,(function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("div",{directives:[{name:"click-outside",rawName:"v-click-outside",value:t.clickOutsideConfig,expression:"clickOutsideConfig"}],staticClass:"header-menu",class:{"header-menu--opened":t.opened},attrs:{id:t.id}},[n("a",{staticClass:"header-menu__trigger",attrs:{href:"#","aria-controls":"header-menu-"+t.id,"aria-expanded":t.opened,"aria-haspopup":"true"},on:{click:function(e){return e.preventDefault(),t.toggleMenu(e)}}},[t._t("trigger")],2),t._v(" "),t.opened?n("div",{staticClass:"header-menu__wrapper",attrs:{id:"header-menu-"+t.id,role:"menu"}},[n("div",{staticClass:"header-menu__carret"}),t._v(" "),n("div",{staticClass:"header-menu__content"},[t._t("default")],2)]):t._e()])}),[],!1,null,"a58f012a",null).exports),U=r(699),R={name:"SearchResult",components:{Highlight:r.n(U).a},props:{thumbnailUrl:{type:String,default:null},title:{type:String,required:!0},subline:{type:String,default:null},resourceUrl:{type:String,default:null},icon:{type:String,default:""},rounded:{type:Boolean,default:!1},query:{type:String,default:""},focused:{type:Boolean,default:!1}},data(){return{hasValidThumbnail:this.thumbnailUrl&&""!==this.thumbnailUrl.trim(),loaded:!1}},computed:{isIconUrl(){if(this.icon.startsWith("/"))return!0;try{new URL(this.icon)}catch{return!1}return!0}},watch:{thumbnailUrl(){this.hasValidThumbnail=this.thumbnailUrl&&""!==this.thumbnailUrl.trim(),this.loaded=!1}},methods:{reEmitEvent(t){this.$emit(t.type,t)},onError(){this.hasValidThumbnail=!1},onLoad(){this.loaded=!0}}},z=r(643),$={insert:"head",singleton:!1},Q=(L()(z.a,$),z.a.locals,Object(I.a)(R,(function(){var t,e=this,n=e.$createElement,r=e._self._c||n;return r("a",{staticClass:"unified-search__result",class:{"unified-search__result--focused":e.focused},attrs:{href:e.resourceUrl||"#"},on:{click:e.reEmitEvent,focus:e.reEmitEvent}},[r("div",{staticClass:"unified-search__result-icon",class:(t={"unified-search__result-icon--rounded":e.rounded,"unified-search__result-icon--no-preview":!e.hasValidThumbnail&&!e.loaded,"unified-search__result-icon--with-thumbnail":e.hasValidThumbnail&&e.loaded},t[e.icon]=!e.loaded&&!e.isIconUrl,t),style:{backgroundImage:e.isIconUrl?"url("+e.icon+")":""},attrs:{role:"img"}},[e.hasValidThumbnail?r("img",{directives:[{name:"show",rawName:"v-show",value:e.loaded,expression:"loaded"}],attrs:{src:e.thumbnailUrl,alt:""},on:{error:e.onError,load:e.onLoad}}):e._e()]),e._v(" "),r("span",{staticClass:"unified-search__result-content"},[r("h3",{staticClass:"unified-search__result-line-one",attrs:{title:e.title}},[r("Highlight",{attrs:{text:e.title,search:e.query}})],1),e._v(" "),e.subline?r("h4",{staticClass:"unified-search__result-line-two",attrs:{title:e.subline}},[e._v(e._s(e.subline))]):e._e()])])}),[],!1,null,"6a44d327",null).exports),G={name:"SearchResultPlaceholders",data:()=>({light:null,dark:null}),mounted(){const t=getComputedStyle(document.documentElement);this.dark=t.getPropertyValue("--color-placeholder-dark"),this.light=t.getPropertyValue("--color-placeholder-light")},methods:{randWidth:()=>Math.floor(20*Math.random())+30}},H=r(644),Y={insert:"head",singleton:!1},W=(L()(H.a,Y),H.a.locals,Object(I.a)(G,(function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("ul",[n("svg",{staticClass:"unified-search__result-placeholder-gradient"},[n("defs",[n("linearGradient",{attrs:{id:"unified-search__result-placeholder-gradient"}},[n("stop",{attrs:{offset:"0%","stop-color":t.light}},[n("animate",{attrs:{attributeName:"stop-color",values:t.light+"; "+t.light+"; "+t.dark+"; "+t.dark+"; "+t.light,dur:"2s",repeatCount:"indefinite"}})]),t._v(" "),n("stop",{attrs:{offset:"100%","stop-color":t.dark}},[n("animate",{attrs:{attributeName:"stop-color",values:t.dark+"; "+t.light+"; "+t.light+"; "+t.dark+"; "+t.dark,dur:"2s",repeatCount:"indefinite"}})])],1)],1)]),t._v(" "),t._l([1,2,3],(function(e){return n("li",{key:e},[n("svg",{staticClass:"unified-search__result-placeholder",attrs:{xmlns:"http://www.w3.org/2000/svg",fill:"url(#unified-search__result-placeholder-gradient)"}},[n("rect",{staticClass:"unified-search__result-placeholder-icon"}),t._v(" "),n("rect",{staticClass:"unified-search__result-placeholder-line-one"}),t._v(" "),n("rect",{staticClass:"unified-search__result-placeholder-line-two",style:{width:"calc("+t.randWidth()+"%)"}})])])}))],2)}),[],!1,null,"7a4ff614",null).exports);var V={name:"UnifiedSearch",components:{ActionButton:b.a,Actions:w.a,EmptyContent:_.a,HeaderMenu:P,Magnify:k,SearchResult:Q,SearchResultPlaceholders:W},data:()=>({types:[],cursors:{},limits:{},loading:{},reached:{},requests:[],results:{},query:"",focused:null,defaultLimit:A,minSearchLength:2,open:!1}),computed:{typesIDs(){return this.types.map(t=>t.id)},typesNames(){return this.types.map(t=>t.name)},typesMap(){return this.types.reduce((t,e)=>(t[e.id]=e.name,t),{})},ariaLabel:()=>t("core","Search"),hasResults(){return 0!==Object.keys(this.results).length},orderedResults(){return this.typesIDs.filter(t=>t in this.results).map(t=>({type:t,list:this.results[t]}))},availableFilters(){return Object.keys(this.results)},usedFiltersIn(){let t;const e=[];for(;null!==(t=d.exec(this.query));)e.push(t[1]);return e},usedFiltersNot(){let t;const e=[];for(;null!==(t=h.exec(this.query));)e.push(t[1]);return e},isShortQuery(){return this.query&&this.query.trim().length<2},isValidQuery(){return this.query&&""!==this.query.trim()&&!this.isShortQuery},isDoneSearching(){return Object.values(this.reached).every(t=>!1===t)},isLoading(){return Object.values(this.loading).some(t=>!0===t)}},async created(){this.types=await m(),this.logger.debug("Unified Search initialized with the following providers",this.types)},mounted(){document.addEventListener("keydown",t=>{t.ctrlKey&&"f"===t.key&&!this.open&&(t.preventDefault(),this.open=!0,this.focusInput()),this.open&&("ArrowDown"===t.key&&this.focusNext(t),"ArrowUp"===t.key&&this.focusPrev(t))})},methods:{async onOpen(){this.focusInput(),this.types=await m()},onClose(){Object(u.emit)("nextcloud:unified-search.close")},onReset(){Object(u.emit)("nextcloud:unified-search.reset"),this.logger.debug("Search reset"),this.query="",this.resetState(),this.focusInput()},async resetState(){this.cursors={},this.limits={},this.reached={},this.results={},this.focused=null,await this.cancelPendingRequests()},async cancelPendingRequests(){const t=this.requests.slice(0);this.requests=[],await Promise.all(t.map(t=>t()))},focusInput(){this.$nextTick(()=>{this.$refs.input.focus(),this.$refs.input.select()})},onInputEnter(){if(this.hasResults){this.getResultsList()[0].click()}else this.onInput()},async onInput(){if(Object(u.emit)("nextcloud:unified-search.search",{query:this.query}),""===this.query.trim()||this.isShortQuery)return;let t=this.typesIDs,e=this.query;this.usedFiltersNot.length>0&&(t=this.typesIDs.filter(t=>-1===this.usedFiltersNot.indexOf(t))),this.usedFiltersIn.length>0&&(t=this.typesIDs.filter(t=>this.usedFiltersIn.indexOf(t)>-1)),e=e.replace(d,"").replace(h,""),await this.resetState(),this.$set(this.loading,"all",!0),this.logger.debug("Searching ".concat(e," in"),t),Promise.all(t.map(async t=>{try{const{request:n,cancel:r}=g({type:t,query:e});this.requests.push(r);const{data:a}=await n();return a.ocs.data.entries.length>0?this.$set(this.results,t,a.ocs.data.entries):this.$delete(this.results,t),a.ocs.data.cursor?this.$set(this.cursors,t,a.ocs.data.cursor):a.ocs.data.isPaginated||this.$set(this.limits,t,this.defaultLimit),a.ocs.data.entries.length<this.defaultLimit&&this.$set(this.reached,t,!0),null===this.focused&&(this.focused=0),1}catch(e){return this.$delete(this.results,t),e.response&&e.response.status?(this.logger.error("Error searching for ".concat(this.typesMap[t]),e),Object(v.c)(this.t("core","An error occurred while searching for {type}",{type:this.typesMap[t]})),0):2}})).then(t=>{t.some(t=>2===t)||(this.loading={})})},onInputDebounced:T()((function(t){this.onInput(t)}),200),async loadMore(t){if(!this.loading[t]){if(this.cursors[t]){const{request:e,cancel:n}=g({type:t,query:this.query,cursor:this.cursors[t]});this.requests.push(n);const{data:r}=await e();r.ocs.data.cursor&&this.$set(this.cursors,t,r.ocs.data.cursor),r.ocs.data.entries.length>0&&this.results[t].push(...r.ocs.data.entries),r.ocs.data.entries.length<this.defaultLimit&&this.$set(this.reached,t,!0)}else this.limits[t]&&this.limits[t]>=0&&(this.limits[t]+=this.defaultLimit,this.limits[t]>=this.results[t].length&&this.$set(this.reached,t,!0));null!==this.focused&&this.$nextTick(()=>{this.focusIndex(this.focused)})}},limitIfAny(t,e){return e in this.limits?t.slice(0,this.limits[e]):t},getResultsList(){return this.$el.querySelectorAll(".unified-search__results .unified-search__result")},focusFirst(t){const e=this.getResultsList();e&&e.length>0&&(t&&t.preventDefault(),this.focused=0,this.focusIndex(this.focused))},focusNext(t){if(null===this.focused)return void this.focusFirst(t);const e=this.getResultsList();e&&e.length>0&&this.focused+1<e.length&&(t.preventDefault(),this.focused++,this.focusIndex(this.focused))},focusPrev(t){if(null===this.focused)return void this.focusFirst(t);const e=this.getResultsList();e&&e.length>0&&this.focused>0&&(t.preventDefault(),this.focused--,this.focusIndex(this.focused))},focusIndex(t){const e=this.getResultsList();e&&e[t]&&e[t].focus()},setFocusedIndex(t){const e=t.target,n=[...this.getResultsList()].findIndex(t=>t===e);n>-1&&(this.focused=n)},onClickFilter(t){this.query="".concat(this.query," ").concat(t).replace(/ {2}/g," ").trim(),this.onInput()}}},Z=r(645),J={insert:"head",singleton:!1},X=(L()(Z.a,J),Z.a.locals,Object(I.a)(V,(function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("HeaderMenu",{staticClass:"unified-search",attrs:{id:"unified-search","exclude-click-outside-classes":"popover",open:t.open},on:{"update:open":function(e){t.open=e},open:t.onOpen,close:t.onClose},scopedSlots:t._u([{key:"trigger",fn:function(){return[n("Magnify",{staticClass:"unified-search__trigger",attrs:{size:20,title:t.ariaLabel,"fill-color":"var(--color-primary-text)"}})]},proxy:!0}])},[t._v(" "),n("div",{staticClass:"unified-search__input-wrapper"},[n("form",{staticClass:"unified-search__form",class:{"icon-loading-small":t.isLoading},attrs:{role:"search"},on:{submit:function(e){return e.preventDefault(),e.stopPropagation(),t.onInputEnter(e)},reset:function(e){return e.preventDefault(),e.stopPropagation(),t.onReset(e)}}},[n("input",{directives:[{name:"model",rawName:"v-model",value:t.query,expression:"query"}],ref:"input",staticClass:"unified-search__form-input",class:{"unified-search__form-input--with-reset":!!t.query},attrs:{type:"search",placeholder:t.t("core","Search {types} …",{types:t.typesNames.join(", ")})},domProps:{value:t.query},on:{input:[function(e){e.target.composing||(t.query=e.target.value)},t.onInputDebounced],keypress:function(e){return!e.type.indexOf("key")&&t._k(e.keyCode,"enter",13,e.key,"Enter")?null:(e.preventDefault(),e.stopPropagation(),t.onInputEnter(e))}}}),t._v(" "),t.query&&!t.isLoading?n("input",{staticClass:"unified-search__form-reset icon-close",attrs:{type:"reset","aria-label":t.t("core","Reset search"),value:""}}):t._e()]),t._v(" "),t.availableFilters.length>1?n("Actions",{staticClass:"unified-search__filters",attrs:{placement:"bottom"}},t._l(t.availableFilters,(function(e){return n("ActionButton",{key:e,attrs:{icon:"icon-filter",title:t.t("core","Search for {name} only",{name:t.typesMap[e]})},on:{click:function(n){return t.onClickFilter("in:"+e)}}},[t._v("\n\t\t\t\t"+t._s("in:"+e)+"\n\t\t\t")])})),1):t._e()],1),t._v(" "),t.hasResults?t._l(t.orderedResults,(function(e,r){var a=e.list,o=e.type;return n("ul",{key:o,staticClass:"unified-search__results",class:"unified-search__results-"+o,attrs:{"aria-label":t.typesMap[o]}},[t._l(t.limitIfAny(a,o),(function(e,a){return n("li",{key:e.resourceUrl},[n("SearchResult",t._b({attrs:{query:t.query,focused:0===t.focused&&0===r&&0===a},on:{focus:t.setFocusedIndex}},"SearchResult",e,!1))],1)})),t._v(" "),n("li",[t.reached[o]?t._e():n("SearchResult",{staticClass:"unified-search__result-more",attrs:{title:t.loading[o]?t.t("core","Loading more results …"):t.t("core","Load more results"),"icon-class":t.loading[o]?"icon-loading-small":""},on:{click:function(e){return e.preventDefault(),t.loadMore(o)},focus:t.setFocusedIndex}})],1)],2)})):[t.isLoading?n("SearchResultPlaceholders"):t.isValidQuery?n("EmptyContent",{attrs:{icon:"icon-search"}},[t._v("\n\t\t\t"+t._s(t.t("core","No results for {query}",{query:t.query}))+"\n\t\t")]):!t.isLoading||t.isShortQuery?n("EmptyContent",{attrs:{icon:"icon-search"},scopedSlots:t._u([t.isShortQuery?{key:"desc",fn:function(){return[t._v("\n\t\t\t\t"+t._s(t.n("core","Please enter {minSearchLength} character or more to search","Please enter {minSearchLength} characters or more to search",t.minSearchLength,{minSearchLength:t.minSearchLength}))+"\n\t\t\t")]},proxy:!0}:null],null,!0)},[t._v("\n\t\t\t"+t._s(t.t("core","Start typing to search"))+"\n\t\t\t")]):t._e()]],2)}),[],!1,null,"86cb0f50",null).exports);
+/**
+ * @copyright Copyright (c) 2020 John Molakvoæ <skjnldsv@protonmail.com>
+ *
+ * @author John Molakvoæ <skjnldsv@protonmail.com>
+ *
+ * @license GNU AGPL version 3 or any later version
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Affero General Public License as
+ * published by the Free Software Foundation, either version 3 of the
+ * License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Affero General Public License for more details.
+ *
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ *
+ */
+r.nc=btoa(Object(i.getRequestToken)()),r.p=Object(a.generateFilePath)("core","","js/");const q=Object(o.getLoggerBuilder)().setApp("unified-search").detectUser().build();l.default.mixin({data:()=>({logger:q}),methods:{t:s.translate,n:s.translatePlural}});n.default=new l.default({el:"#unified-search",name:"UnifiedSearchRoot",render:t=>t(X)})}]);
+//# sourceMappingURL=unified-search.js.map \ No newline at end of file
diff --git a/core/js/dist/unified-search.js.map b/core/js/dist/unified-search.js.map
new file mode 100644
index 00000000000..fc1c0716a7a
--- /dev/null
+++ b/core/js/dist/unified-search.js.map
@@ -0,0 +1 @@
+{"version":3,"sources":["webpack:///webpack/bootstrap","webpack:///./node_modules/core-js/internals/export.js","webpack:///./node_modules/core-js/internals/fails.js","webpack:///./node_modules/core-js/internals/global.js","webpack:///./node_modules/core-js/internals/an-object.js","webpack:///./node_modules/core-js/internals/well-known-symbol.js","webpack:///./node_modules/core-js/internals/is-object.js","webpack:///./node_modules/core-js/internals/descriptors.js","webpack:///./node_modules/@nextcloud/router/dist/index.js","webpack:///./node_modules/core-js/internals/has.js","webpack:///./node_modules/core-js/internals/to-object.js","webpack:///./node_modules/core-js/internals/to-length.js","webpack:///./node_modules/@nextcloud/axios/node_modules/axios/lib/utils.js","webpack:///(webpack)/buildin/global.js","webpack:///./node_modules/core-js/internals/create-non-enumerable-property.js","webpack:///./node_modules/core-js/internals/object-define-property.js","webpack:///./node_modules/core-js/internals/require-object-coercible.js","webpack:///./node_modules/core-js/internals/redefine.js","webpack:///./node_modules/core-js/internals/to-indexed-object.js","webpack:///./node_modules/core-js/internals/to-integer.js","webpack:///./node_modules/lodash/_root.js","webpack:///./node_modules/style-loader/dist/runtime/injectStylesIntoStyleTag.js","webpack:///./node_modules/css-loader/dist/runtime/cssWithMappingToString.js","webpack:///./node_modules/css-loader/dist/runtime/api.js","webpack:///./node_modules/core-js/internals/classof-raw.js","webpack:///./node_modules/core-js/internals/object-get-own-property-descriptor.js","webpack:///./node_modules/lodash/isArray.js","webpack:///./node_modules/core-js/internals/get-built-in.js","webpack:///./node_modules/core-js/internals/create-property-descriptor.js","webpack:///./node_modules/core-js/internals/to-primitive.js","webpack:///./node_modules/core-js/internals/internal-state.js","webpack:///./node_modules/core-js/internals/array-iteration.js","webpack:///./node_modules/lodash/isObjectLike.js","webpack:///./node_modules/@nextcloud/l10n/dist/index.js","webpack:///./node_modules/core-js/modules/es.regexp.exec.js","webpack:///../node_modules/core-js/internals/global.js","webpack:///../node_modules/core-js/internals/fails.js","webpack:///../node_modules/core-js/internals/descriptors.js","webpack:///../node_modules/core-js/internals/object-property-is-enumerable.js","webpack:///../node_modules/core-js/internals/create-property-descriptor.js","webpack:///../node_modules/core-js/internals/classof-raw.js","webpack:///../node_modules/core-js/internals/indexed-object.js","webpack:///../node_modules/core-js/internals/require-object-coercible.js","webpack:///../node_modules/core-js/internals/to-indexed-object.js","webpack:///../node_modules/core-js/internals/is-object.js","webpack:///../node_modules/core-js/internals/to-primitive.js","webpack:///../node_modules/core-js/internals/to-object.js","webpack:///../node_modules/core-js/internals/has.js","webpack:///../node_modules/core-js/internals/document-create-element.js","webpack:///../node_modules/core-js/internals/ie8-dom-define.js","webpack:///../node_modules/core-js/internals/object-get-own-property-descriptor.js","webpack:///../node_modules/core-js/internals/an-object.js","webpack:///../node_modules/core-js/internals/object-define-property.js","webpack:///../node_modules/core-js/internals/create-non-enumerable-property.js","webpack:///../node_modules/core-js/internals/set-global.js","webpack:///../node_modules/core-js/internals/shared-store.js","webpack:///../node_modules/core-js/internals/inspect-source.js","webpack:///../node_modules/core-js/internals/internal-state.js","webpack:///../node_modules/core-js/internals/native-weak-map.js","webpack:///../node_modules/core-js/internals/shared.js","webpack:///../node_modules/core-js/internals/uid.js","webpack:///../node_modules/core-js/internals/shared-key.js","webpack:///../node_modules/core-js/internals/hidden-keys.js","webpack:///../node_modules/core-js/internals/redefine.js","webpack:///../node_modules/core-js/internals/path.js","webpack:///../node_modules/core-js/internals/get-built-in.js","webpack:///../node_modules/core-js/internals/to-integer.js","webpack:///../node_modules/core-js/internals/to-length.js","webpack:///../node_modules/core-js/internals/to-absolute-index.js","webpack:///../node_modules/core-js/internals/array-includes.js","webpack:///../node_modules/core-js/internals/object-keys-internal.js","webpack:///../node_modules/core-js/internals/enum-bug-keys.js","webpack:///../node_modules/core-js/internals/object-get-own-property-names.js","webpack:///../node_modules/core-js/internals/object-get-own-property-symbols.js","webpack:///../node_modules/core-js/internals/own-keys.js","webpack:///../node_modules/core-js/internals/copy-constructor-properties.js","webpack:///../node_modules/core-js/internals/is-forced.js","webpack:///../node_modules/core-js/internals/export.js","webpack:///../node_modules/core-js/modules/es.number.max-safe-integer.js","webpack:///../node_modules/core-js/internals/a-possible-prototype.js","webpack:///../node_modules/core-js/internals/object-create.js","webpack:///../node_modules/core-js/internals/object-set-prototype-of.js","webpack:///../node_modules/core-js/internals/inherit-if-required.js","webpack:///../node_modules/core-js/internals/object-keys.js","webpack:///../node_modules/core-js/internals/object-define-properties.js","webpack:///../node_modules/core-js/internals/html.js","webpack:///../node_modules/core-js/internals/whitespaces.js","webpack:///../node_modules/core-js/internals/string-trim.js","webpack:///../node_modules/core-js/modules/es.number.constructor.js","webpack:///../node_modules/semver/internal/constants.js","webpack:///../node_modules/core-js/internals/engine-v8-version.js","webpack:///../node_modules/core-js/internals/engine-is-node.js","webpack:///../node_modules/core-js/internals/engine-user-agent.js","webpack:///../node_modules/core-js/internals/native-symbol.js","webpack:///../node_modules/core-js/internals/use-symbol-as-uid.js","webpack:///../node_modules/core-js/internals/well-known-symbol.js","webpack:///../node_modules/core-js/internals/is-regexp.js","webpack:///../node_modules/core-js/internals/regexp-flags.js","webpack:///../node_modules/core-js/internals/regexp-sticky-helpers.js","webpack:///../node_modules/core-js/internals/set-species.js","webpack:///../node_modules/core-js/modules/es.regexp.constructor.js","webpack:///../node_modules/core-js/internals/regexp-exec.js","webpack:///../node_modules/core-js/modules/es.regexp.exec.js","webpack:///../node_modules/core-js/modules/es.regexp.to-string.js","webpack:///../node_modules/core-js/internals/is-array.js","webpack:///../node_modules/core-js/internals/create-property.js","webpack:///../node_modules/core-js/internals/array-species-create.js","webpack:///../node_modules/core-js/internals/array-method-has-species-support.js","webpack:///../node_modules/core-js/modules/es.array.concat.js","webpack:///../node_modules/semver/internal/debug.js","webpack:///../node_modules/semver/internal/re.js","webpack:///../node_modules/core-js/internals/fix-regexp-well-known-symbol-logic.js","webpack:///../node_modules/core-js/internals/string-multibyte.js","webpack:///../node_modules/core-js/internals/advance-string-index.js","webpack:///../node_modules/core-js/internals/regexp-exec-abstract.js","webpack:///../node_modules/core-js/modules/es.string.match.js","webpack:///../node_modules/core-js/internals/string-trim-forced.js","webpack:///../node_modules/core-js/modules/es.string.trim.js","webpack:///../node_modules/core-js/internals/a-function.js","webpack:///../node_modules/core-js/internals/function-bind-context.js","webpack:///../node_modules/core-js/internals/array-iteration.js","webpack:///../node_modules/core-js/modules/es.array.map.js","webpack:///../node_modules/core-js/internals/species-constructor.js","webpack:///../node_modules/core-js/modules/es.string.split.js","webpack:///../node_modules/core-js/internals/array-method-is-strict.js","webpack:///../node_modules/core-js/modules/es.array.join.js","webpack:///../node_modules/core-js/modules/es.array.filter.js","webpack:///../node_modules/semver/internal/parse-options.js","webpack:///../node_modules/semver/internal/identifiers.js","webpack:///../node_modules/semver/classes/semver.js","webpack:///../node_modules/semver/functions/parse.js","webpack:///../node_modules/semver/functions/valid.js","webpack:///../node_modules/semver/functions/major.js","webpack:///../node_modules/core-js/internals/add-to-unscopables.js","webpack:///../node_modules/core-js/internals/iterators-core.js","webpack:///../node_modules/core-js/internals/iterators.js","webpack:///../node_modules/core-js/internals/correct-prototype-getter.js","webpack:///../node_modules/core-js/internals/object-get-prototype-of.js","webpack:///../node_modules/core-js/internals/set-to-string-tag.js","webpack:///../node_modules/core-js/internals/create-iterator-constructor.js","webpack:///../node_modules/core-js/internals/define-iterator.js","webpack:///../node_modules/core-js/modules/es.array.iterator.js","webpack:///../node_modules/core-js/internals/freezing.js","webpack:///../node_modules/core-js/internals/internal-metadata.js","webpack:///../node_modules/core-js/internals/is-array-iterator-method.js","webpack:///../node_modules/core-js/internals/to-string-tag-support.js","webpack:///../node_modules/core-js/internals/classof.js","webpack:///../node_modules/core-js/internals/get-iterator-method.js","webpack:///../node_modules/core-js/internals/iterator-close.js","webpack:///../node_modules/core-js/internals/iterate.js","webpack:///../node_modules/core-js/internals/an-instance.js","webpack:///../node_modules/core-js/internals/check-correctness-of-iteration.js","webpack:///../node_modules/core-js/internals/redefine-all.js","webpack:///../node_modules/core-js/internals/collection-strong.js","webpack:///../node_modules/core-js/internals/collection.js","webpack:///../node_modules/core-js/modules/es.map.js","webpack:///../node_modules/core-js/internals/object-to-string.js","webpack:///../node_modules/core-js/modules/es.object.to-string.js","webpack:///../node_modules/core-js/modules/es.string.iterator.js","webpack:///../node_modules/core-js/internals/dom-iterables.js","webpack:///../node_modules/core-js/modules/web.dom-collections.iterator.js","webpack:///../node_modules/core-js/internals/array-for-each.js","webpack:///../node_modules/core-js/modules/web.dom-collections.for-each.js","webpack:///../node_modules/core-js/internals/native-promise-constructor.js","webpack:///../node_modules/core-js/internals/task.js","webpack:///../node_modules/core-js/internals/engine-is-ios.js","webpack:///../node_modules/core-js/internals/microtask.js","webpack:///../node_modules/core-js/internals/engine-is-webos-webkit.js","webpack:///../node_modules/core-js/modules/es.promise.js","webpack:///../node_modules/core-js/internals/new-promise-capability.js","webpack:///../node_modules/core-js/internals/promise-resolve.js","webpack:///../node_modules/core-js/internals/perform.js","webpack:///../node_modules/core-js/internals/host-report-errors.js","webpack:///../lib/filepicker.ts","webpack:///../node_modules/core-js/internals/object-assign.js","webpack:///../node_modules/core-js/modules/es.object.assign.js","webpack:///../node_modules/tslib/tslib.es6.js","webpack:///../node_modules/core-js/internals/get-substitution.js","webpack:///../node_modules/core-js/modules/es.string.replace.js","webpack:///../node_modules/toastify-js/src/toastify.js","webpack:///../node_modules/lodash.get/index.js","webpack:///../node_modules/node-gettext/lib/plurals.js","webpack:///../node_modules/node-gettext/lib/gettext.js","webpack:///../node_modules/@nextcloud/l10n/dist/index.js","webpack:///../node_modules/@nextcloud/l10n/dist/gettext.js","webpack:///../lib/l10n.js","webpack:///../lib/toast.ts","webpack:///./node_modules/core-js/internals/indexed-object.js","webpack:///./node_modules/core-js/internals/is-pure.js","webpack:///./node_modules/core-js/internals/a-function.js","webpack:///./node_modules/vue-loader/lib/runtime/componentNormalizer.js","webpack:///./node_modules/core-js/internals/shared.js","webpack:///./node_modules/core-js/internals/regexp-exec.js","webpack:///./node_modules/lodash/isObject.js","webpack:///./node_modules/core-js/internals/engine-v8-version.js","webpack:///./node_modules/core-js/internals/array-method-is-strict.js","webpack:///./node_modules/core-js/internals/set-global.js","webpack:///./node_modules/core-js/internals/shared-store.js","webpack:///./node_modules/lodash/_getNative.js","webpack:///./node_modules/core-js/internals/hidden-keys.js","webpack:///./node_modules/core-js/internals/uid.js","webpack:///./node_modules/process/browser.js","webpack:///./node_modules/lodash/_baseGetTag.js","webpack:///./node_modules/core-js/internals/to-absolute-index.js","webpack:///./node_modules/core-js/internals/regexp-flags.js","webpack:///./node_modules/core-js/modules/es.string.replace.js","webpack:///./node_modules/core-js/internals/is-array.js","webpack:///./node_modules/core-js/internals/object-property-is-enumerable.js","webpack:///./node_modules/core-js/internals/object-get-own-property-names.js","webpack:///./node_modules/core-js/internals/array-includes.js","webpack:///./node_modules/core-js/internals/native-symbol.js","webpack:///./node_modules/core-js/internals/to-string-tag-support.js","webpack:///./node_modules/@nextcloud/axios/dist/index.js","webpack:///./node_modules/core-js/internals/inspect-source.js","webpack:///./node_modules/core-js/internals/enum-bug-keys.js","webpack:///./node_modules/core-js/internals/object-get-own-property-symbols.js","webpack:///./node_modules/core-js/internals/function-bind-context.js","webpack:///./node_modules/@nextcloud/auth/dist/index.js","webpack:///./node_modules/core-js/internals/ie8-dom-define.js","webpack:///./node_modules/core-js/internals/shared-key.js","webpack:///./node_modules/core-js/internals/create-property.js","webpack:///./node_modules/core-js/internals/array-species-create.js","webpack:///./node_modules/core-js/internals/array-method-has-species-support.js","webpack:///./node_modules/lodash/_Symbol.js","webpack:///./node_modules/core-js/internals/define-well-known-symbol.js","webpack:///./node_modules/core-js/internals/set-to-string-tag.js","webpack:///./node_modules/core-js/internals/object-keys-internal.js","webpack:///./node_modules/core-js/internals/regexp-sticky-helpers.js","webpack:///./node_modules/core-js/internals/fix-regexp-well-known-symbol-logic.js","webpack:///./node_modules/core-js/internals/engine-user-agent.js","webpack:///./node_modules/core-js/internals/string-multibyte.js","webpack:///./node_modules/core-js/internals/regexp-exec-abstract.js","webpack:///./node_modules/core-js/modules/es.object.assign.js","webpack:///./node_modules/core-js/internals/object-keys.js","webpack:///./node_modules/core-js/internals/is-forced.js","webpack:///./node_modules/core-js/internals/advance-string-index.js","webpack:///./node_modules/core-js/internals/classof.js","webpack:///./node_modules/core-js/internals/object-create.js","webpack:///./node_modules/core-js/internals/object-get-prototype-of.js","webpack:///./node_modules/@nextcloud/initial-state/dist/index.js","webpack:///./node_modules/core-js/internals/document-create-element.js","webpack:///./node_modules/core-js/internals/own-keys.js","webpack:///./node_modules/core-js/internals/path.js","webpack:///./node_modules/core-js/modules/es.object.to-string.js","webpack:///./node_modules/lodash/_ListCache.js","webpack:///./node_modules/lodash/_assocIndexOf.js","webpack:///./node_modules/lodash/_nativeCreate.js","webpack:///./node_modules/lodash/_getMapData.js","webpack:///./node_modules/core-js/internals/copy-constructor-properties.js","webpack:///./node_modules/core-js/internals/use-symbol-as-uid.js","webpack:///./node_modules/lodash/eq.js","webpack:///(webpack)/buildin/module.js","webpack:///./node_modules/lodash/_getTag.js","webpack:///./node_modules/vue/dist/vue.runtime.esm.js","webpack:///./node_modules/core-js/internals/native-weak-map.js","webpack:///./node_modules/core-js/internals/get-substitution.js","webpack:///./node_modules/core-js/modules/es.regexp.to-string.js","webpack:///./node_modules/lodash/identity.js","webpack:///./node_modules/core-js/modules/es.array.concat.js","webpack:///./node_modules/core-js/internals/object-assign.js","webpack:///./node_modules/lodash/isFunction.js","webpack:///./node_modules/lodash/_baseCreate.js","webpack:///./node_modules/lodash/_copyArray.js","webpack:///./node_modules/lodash/_copyObject.js","webpack:///./node_modules/lodash/keys.js","webpack:///./node_modules/lodash/isBuffer.js","webpack:///./node_modules/lodash/_isPrototype.js","webpack:///./node_modules/lodash/_Map.js","webpack:///./node_modules/@nextcloud/axios/node_modules/axios/lib/helpers/bind.js","webpack:///./node_modules/@nextcloud/axios/node_modules/axios/lib/helpers/buildURL.js","webpack:///./node_modules/@nextcloud/axios/node_modules/axios/lib/cancel/isCancel.js","webpack:///./node_modules/@nextcloud/axios/node_modules/axios/lib/defaults.js","webpack:///./node_modules/@nextcloud/axios/node_modules/axios/lib/adapters/xhr.js","webpack:///./node_modules/@nextcloud/axios/node_modules/axios/lib/core/createError.js","webpack:///./node_modules/@nextcloud/axios/node_modules/axios/lib/core/mergeConfig.js","webpack:///./node_modules/@nextcloud/axios/node_modules/axios/lib/cancel/Cancel.js","webpack:///./node_modules/core-js/internals/array-for-each.js","webpack:///./node_modules/core-js/internals/object-set-prototype-of.js","webpack:///./node_modules/core-js/internals/iterators.js","webpack:///./node_modules/core-js/internals/an-instance.js","webpack:///./node_modules/core-js/modules/es.array.index-of.js","webpack:///./node_modules/core-js/internals/engine-is-node.js","webpack:///./node_modules/lodash/_isIndex.js","webpack:///./node_modules/lodash/isArguments.js","webpack:///./node_modules/lodash/isLength.js","webpack:///./node_modules/lodash/isArrayLike.js","webpack:///./node_modules/lodash/_Stack.js","webpack:///./node_modules/lodash/_MapCache.js","webpack:///./node_modules/lodash/keysIn.js","webpack:///./node_modules/lodash/_getPrototype.js","webpack:///./node_modules/core-js/modules/es.array.for-each.js","webpack:///./node_modules/core-js/internals/add-to-unscopables.js","webpack:///./node_modules/core-js/modules/es.array.iterator.js","webpack:///./node_modules/core-js/internals/object-to-string.js","webpack:///./node_modules/lodash/_apply.js","webpack:///./node_modules/lodash/_baseAssignValue.js","webpack:///./node_modules/lodash/isTypedArray.js","webpack:///./node_modules/lodash/_baseUnary.js","webpack:///./node_modules/lodash/_nodeUtil.js","webpack:///./node_modules/lodash/_getSymbols.js","webpack:///./node_modules/lodash/_arrayPush.js","webpack:///./node_modules/lodash/_cloneArrayBuffer.js","webpack:///./node_modules/@nextcloud/auth/dist/requesttoken.js","webpack:///./node_modules/@nextcloud/auth/dist/user.js","webpack:///./node_modules/core-js/internals/get-iterator-method.js","webpack:///./node_modules/core-js/internals/array-reduce.js","webpack:///./node_modules/lodash/_freeGlobal.js","webpack:///./node_modules/lodash/_toSource.js","webpack:///./node_modules/lodash/_defineProperty.js","webpack:///./node_modules/lodash/_arrayLikeKeys.js","webpack:///./node_modules/lodash/_overArg.js","webpack:///./node_modules/lodash/_Uint8Array.js","webpack:///./node_modules/lodash/_equalArrays.js","webpack:///./node_modules/core-js/internals/redefine-all.js","webpack:///./node_modules/core-js/internals/string-trim.js","webpack:///./node_modules/core-js/modules/es.array.filter.js","webpack:///./node_modules/lodash/_WeakMap.js","webpack:///./node_modules/lodash/_shortOut.js","webpack:///./node_modules/lodash/_setToString.js","webpack:///./node_modules/lodash/_assignValue.js","webpack:///./node_modules/lodash/_baseKeys.js","webpack:///./node_modules/lodash/stubArray.js","webpack:///./node_modules/lodash/_getAllKeys.js","webpack:///./node_modules/lodash/_baseGetAllKeys.js","webpack:///./node_modules/lodash/_baseIsEqual.js","webpack:///./node_modules/@nextcloud/axios/node_modules/axios/index.js","webpack:///./node_modules/@nextcloud/axios/node_modules/axios/lib/axios.js","webpack:///./node_modules/@nextcloud/axios/node_modules/axios/lib/core/Axios.js","webpack:///./node_modules/@nextcloud/axios/node_modules/axios/lib/core/InterceptorManager.js","webpack:///./node_modules/@nextcloud/axios/node_modules/axios/lib/core/dispatchRequest.js","webpack:///./node_modules/@nextcloud/axios/node_modules/axios/lib/core/transformData.js","webpack:///./node_modules/@nextcloud/axios/node_modules/axios/lib/helpers/normalizeHeaderName.js","webpack:///./node_modules/@nextcloud/axios/node_modules/axios/lib/core/settle.js","webpack:///./node_modules/@nextcloud/axios/node_modules/axios/lib/core/enhanceError.js","webpack:///./node_modules/@nextcloud/axios/node_modules/axios/lib/helpers/cookies.js","webpack:///./node_modules/@nextcloud/axios/node_modules/axios/lib/core/buildFullPath.js","webpack:///./node_modules/@nextcloud/axios/node_modules/axios/lib/helpers/isAbsoluteURL.js","webpack:///./node_modules/@nextcloud/axios/node_modules/axios/lib/helpers/combineURLs.js","webpack:///./node_modules/@nextcloud/axios/node_modules/axios/lib/helpers/parseHeaders.js","webpack:///./node_modules/@nextcloud/axios/node_modules/axios/lib/helpers/isURLSameOrigin.js","webpack:///./node_modules/@nextcloud/axios/node_modules/axios/lib/cancel/CancelToken.js","webpack:///./node_modules/@nextcloud/axios/node_modules/axios/lib/helpers/spread.js","webpack:///./node_modules/@nextcloud/axios/node_modules/axios/lib/helpers/isAxiosError.js","webpack:///./node_modules/core-js/internals/whitespaces.js","webpack:///./node_modules/core-js/modules/es.string.iterator.js","webpack:///./node_modules/popper.js/dist/esm/popper.js","webpack:///./node_modules/@babel/runtime/helpers/defineProperty.js","webpack:///./node_modules/core-js/modules/es.array.map.js","webpack:///./node_modules/core-js/modules/es.array.reduce.js","webpack:///./node_modules/core-js/internals/object-define-properties.js","webpack:///./node_modules/core-js/internals/check-correctness-of-iteration.js","webpack:///./node_modules/core-js/internals/define-iterator.js","webpack:///./node_modules/core-js/internals/create-iterator-constructor.js","webpack:///./node_modules/@nextcloud/logger/dist/index.js","webpack:///./node_modules/lodash/_baseIsNative.js","webpack:///./node_modules/lodash/_getRawTag.js","webpack:///./node_modules/lodash/_objectToString.js","webpack:///./node_modules/lodash/_isMasked.js","webpack:///./node_modules/lodash/_coreJsData.js","webpack:///./node_modules/lodash/_getValue.js","webpack:///./node_modules/lodash/_baseSetToString.js","webpack:///./node_modules/lodash/constant.js","webpack:///./node_modules/lodash/_baseTimes.js","webpack:///./node_modules/lodash/_baseIsArguments.js","webpack:///./node_modules/lodash/stubFalse.js","webpack:///./node_modules/lodash/_baseIsTypedArray.js","webpack:///./node_modules/lodash/_nativeKeys.js","webpack:///./node_modules/lodash/_listCacheClear.js","webpack:///./node_modules/lodash/_listCacheDelete.js","webpack:///./node_modules/lodash/_listCacheGet.js","webpack:///./node_modules/lodash/_listCacheHas.js","webpack:///./node_modules/lodash/_listCacheSet.js","webpack:///./node_modules/lodash/_stackClear.js","webpack:///./node_modules/lodash/_stackDelete.js","webpack:///./node_modules/lodash/_stackGet.js","webpack:///./node_modules/lodash/_stackHas.js","webpack:///./node_modules/lodash/_stackSet.js","webpack:///./node_modules/lodash/_mapCacheClear.js","webpack:///./node_modules/lodash/_Hash.js","webpack:///./node_modules/lodash/_hashClear.js","webpack:///./node_modules/lodash/_hashDelete.js","webpack:///./node_modules/lodash/_hashGet.js","webpack:///./node_modules/lodash/_hashHas.js","webpack:///./node_modules/lodash/_hashSet.js","webpack:///./node_modules/lodash/_mapCacheDelete.js","webpack:///./node_modules/lodash/_isKeyable.js","webpack:///./node_modules/lodash/_mapCacheGet.js","webpack:///./node_modules/lodash/_mapCacheHas.js","webpack:///./node_modules/lodash/_mapCacheSet.js","webpack:///./node_modules/lodash/_baseKeysIn.js","webpack:///./node_modules/lodash/_nativeKeysIn.js","webpack:///./node_modules/lodash/_cloneBuffer.js","webpack:///./node_modules/lodash/_arrayFilter.js","webpack:///./node_modules/lodash/_DataView.js","webpack:///./node_modules/lodash/_Promise.js","webpack:///./node_modules/lodash/_Set.js","webpack:///./node_modules/lodash/_cloneTypedArray.js","webpack:///./node_modules/lodash/_initCloneObject.js","webpack:///./node_modules/lodash/isPlainObject.js","webpack:///./node_modules/lodash/_baseIsEqualDeep.js","webpack:///./node_modules/lodash/_SetCache.js","webpack:///./node_modules/lodash/_setCacheAdd.js","webpack:///./node_modules/lodash/_setCacheHas.js","webpack:///./node_modules/lodash/_arraySome.js","webpack:///./node_modules/lodash/_cacheHas.js","webpack:///./node_modules/lodash/_equalByTag.js","webpack:///./node_modules/lodash/_mapToArray.js","webpack:///./node_modules/lodash/_setToArray.js","webpack:///./node_modules/lodash/_equalObjects.js","webpack:///./node_modules/lodash/_overRest.js","webpack:///./node_modules/timers-browserify/main.js","webpack:///./node_modules/setimmediate/setImmediate.js","webpack:///./node_modules/core-js/modules/es.symbol.js","webpack:///./node_modules/core-js/internals/well-known-symbol-wrapped.js","webpack:///./node_modules/core-js/internals/correct-prototype-getter.js","webpack:///./node_modules/core-js/internals/is-array-iterator-method.js","webpack:///./node_modules/core-js/internals/array-from.js","webpack:///./node_modules/core-js/internals/iterators-core.js","webpack:///./node_modules/core-js/modules/es.function.name.js","webpack:///./node_modules/core-js/internals/string-trim-forced.js","webpack:///./node_modules/core-js/internals/dom-iterables.js","webpack:///./node_modules/core-js/modules/web.dom-collections.iterator.js","webpack:///./node_modules/core-js/internals/native-url.js","webpack:///./node_modules/@babel/runtime/helpers/typeof.js","webpack:///./node_modules/core-js/internals/html.js","webpack:///./node_modules/core-js/internals/object-get-own-property-names-external.js","webpack:///./node_modules/core-js/modules/es.symbol.description.js","webpack:///./node_modules/core-js/modules/es.symbol.iterator.js","webpack:///./node_modules/core-js/internals/a-possible-prototype.js","webpack:///./node_modules/core-js/internals/iterator-close.js","webpack:///./node_modules/core-js/modules/es.array.from.js","webpack:///./node_modules/core-js/modules/es.array.slice.js","webpack:///./node_modules/core-js/modules/es.object.get-own-property-descriptor.js","webpack:///./node_modules/core-js/modules/es.object.get-own-property-descriptors.js","webpack:///./node_modules/core-js/internals/same-value.js","webpack:///./node_modules/core-js/modules/es.object.keys.js","webpack:///./node_modules/core-js/modules/es.string.trim.js","webpack:///./node_modules/core-js/modules/web.dom-collections.for-each.js","webpack:///./node_modules/core-js/modules/web.url-search-params.js","webpack:///./node_modules/core-js/internals/call-with-safe-iteration-closing.js","webpack:///./node_modules/core-js/modules/es.array.splice.js","webpack:///./node_modules/core-js/modules/es.string.search.js","webpack:///./node_modules/core-js/modules/web.url.js","webpack:///./node_modules/core-js/internals/string-punycode-to-ascii.js","webpack:///./node_modules/core-js/internals/get-iterator.js","webpack:///./node_modules/@nextcloud/logger/dist/ConsoleLogger.js","webpack:///./node_modules/@nextcloud/logger/dist/contracts.js","webpack:///./node_modules/@nextcloud/logger/dist/LoggerBuilder.js","webpack:///./core/src/components/HeaderMenu.vue?0cc1","webpack:///./core/src/components/UnifiedSearch/SearchResult.vue?39c3","webpack:///./core/src/components/UnifiedSearch/SearchResultPlaceholders.vue?d463","webpack:///./core/src/views/UnifiedSearch.vue?705c","webpack:///./node_modules/lodash/_assignMergeValue.js","webpack:///./node_modules/lodash/_safeGet.js","webpack:///./node_modules/@nextcloud/vue/dist/Components/ActionButton.js","webpack:///./node_modules/@nextcloud/vue/dist/Components/Actions.js","webpack:///./node_modules/@babel/runtime/helpers/classCallCheck.js","webpack:///./node_modules/@babel/runtime/helpers/createClass.js","webpack:///./node_modules/lodash/isEqual.js","webpack:///./node_modules/v-tooltip/node_modules/vue-resize/dist/vue-resize.esm.js","webpack:///./node_modules/lodash/merge.js","webpack:///./node_modules/debounce/index.js","webpack:///./node_modules/@nextcloud/vue/dist/Components/EmptyContent.js","webpack:///./node_modules/v-click-outside/dist/v-click-outside.umd.js","webpack:///./node_modules/@nextcloud/vue/dist/Mixins/excludeClickOutsideClasses.js","webpack:///./node_modules/@nextcloud/vue/dist/Components/Highlight.js","webpack:///./node_modules/v-tooltip/dist/v-tooltip.esm.js","webpack:///./node_modules/lodash/_baseMerge.js","webpack:///./node_modules/lodash/_baseFor.js","webpack:///./node_modules/lodash/_createBaseFor.js","webpack:///./node_modules/lodash/_baseMergeDeep.js","webpack:///./node_modules/lodash/isArrayLikeObject.js","webpack:///./node_modules/lodash/toPlainObject.js","webpack:///./node_modules/lodash/_createAssigner.js","webpack:///./node_modules/lodash/_baseRest.js","webpack:///./node_modules/lodash/_isIterateeCall.js","webpack:///./node_modules/@nextcloud/l10n/dist/gettext.js","webpack:///./node_modules/node-gettext/lib/gettext.js","webpack:///./node_modules/lodash.get/index.js","webpack:///./node_modules/node-gettext/lib/plurals.js","webpack:///./core/src/services/UnifiedSearchService.js","webpack:///./node_modules/vue-material-design-icons/Magnify.vue?0f96","webpack:///node_modules/vue-material-design-icons/Magnify.vue","webpack:///./node_modules/vue-material-design-icons/Magnify.vue","webpack:///./node_modules/vue-material-design-icons/Magnify.vue?fac7","webpack:///./core/src/components/HeaderMenu.vue?7e45","webpack:///core/src/components/HeaderMenu.vue","webpack:///./core/src/components/HeaderMenu.vue?92ce","webpack:///./core/src/components/HeaderMenu.vue","webpack:///./core/src/components/HeaderMenu.vue?9262","webpack:///./core/src/components/UnifiedSearch/SearchResult.vue?0c9c","webpack:///core/src/components/UnifiedSearch/SearchResult.vue","webpack:///./core/src/components/UnifiedSearch/SearchResult.vue?26fa","webpack:///./core/src/components/UnifiedSearch/SearchResult.vue","webpack:///./core/src/components/UnifiedSearch/SearchResult.vue?53a3","webpack:///./core/src/components/UnifiedSearch/SearchResultPlaceholders.vue?7c5b","webpack:///core/src/components/UnifiedSearch/SearchResultPlaceholders.vue","webpack:///./core/src/components/UnifiedSearch/SearchResultPlaceholders.vue?fd85","webpack:///./core/src/components/UnifiedSearch/SearchResultPlaceholders.vue","webpack:///./core/src/components/UnifiedSearch/SearchResultPlaceholders.vue?6a28","webpack:///core/src/views/UnifiedSearch.vue","webpack:///./core/src/views/UnifiedSearch.vue?cbc6","webpack:///./core/src/views/UnifiedSearch.vue?482e","webpack:///./core/src/views/UnifiedSearch.vue","webpack:///./core/src/views/UnifiedSearch.vue?f2e1","webpack:///./core/src/unified-search.js"],"names":["installedModules","__webpack_require__","moduleId","exports","module","i","l","modules","call","m","c","d","name","getter","o","Object","defineProperty","enumerable","get","r","Symbol","toStringTag","value","t","mode","__esModule","ns","create","key","bind","n","object","property","prototype","hasOwnProperty","p","s","global","getOwnPropertyDescriptor","f","createNonEnumerableProperty","redefine","setGlobal","copyConstructorProperties","isForced","options","source","target","targetProperty","sourceProperty","descriptor","TARGET","GLOBAL","STATIC","stat","noTargetGet","forced","undefined","sham","exec","error","it","Math","check","globalThis","window","self","this","Function","isObject","TypeError","String","shared","has","uid","NATIVE_SYMBOL","USE_SYMBOL_AS_UID","WellKnownSymbolsStore","createWellKnownSymbol","withoutSetter","fails","getRootUrl","generateFilePath","imagePath","generateUrl","generateOcsUrl","generateRemoteUrl","linkTo","app","file","service","location","protocol","host","linkToRemoteBase","version","url","params","allOptions","assign","escape","noRewrite","_build","text","vars","replace","a","b","encodeURIComponent","toString","charAt","OC","config","modRewriteWorking","indexOf","type","isCore","coreApps","link","substring","length","appswebroots","encodeURI","webroot","toObject","hasOwn","requireObjectCoercible","argument","toInteger","min","isArray","val","isUndefined","isPlainObject","getPrototypeOf","isFunction","forEach","obj","fn","isArrayBuffer","isBuffer","constructor","isFormData","FormData","isArrayBufferView","ArrayBuffer","isView","buffer","isString","isNumber","isDate","isFile","isBlob","isStream","pipe","isURLSearchParams","URLSearchParams","isStandardBrowserEnv","navigator","product","document","merge","result","assignValue","slice","arguments","extend","thisArg","trim","str","stripBOM","content","charCodeAt","g","e","DESCRIPTORS","definePropertyModule","createPropertyDescriptor","IE8_DOM_DEFINE","anObject","toPrimitive","$defineProperty","O","P","Attributes","inspectSource","InternalStateModule","getInternalState","enforceInternalState","enforce","TEMPLATE","split","state","unsafe","simple","join","IndexedObject","ceil","floor","isNaN","freeGlobal","freeSelf","root","memo","isOldIE","Boolean","all","atob","getTarget","styleTarget","querySelector","HTMLIFrameElement","contentDocument","head","stylesInDom","getIndexByIdentifier","identifier","modulesToDom","list","idCountMap","identifiers","item","id","base","count","concat","index","css","media","sourceMap","references","updater","push","addStyle","insertStyleElement","style","createElement","attributes","nonce","keys","setAttribute","insert","Error","appendChild","textStore","replaceText","replacement","filter","applyToSingletonTag","remove","styleSheet","cssText","cssNode","createTextNode","childNodes","removeChild","insertBefore","applyToTag","removeAttribute","btoa","unescape","JSON","stringify","firstChild","singleton","singletonCounter","update","styleIndex","parentNode","removeStyleElement","newObj","lastIdentifiers","newList","newLastIdentifiers","_i","_index","splice","_slicedToArray","arr","Array","_arrayWithHoles","iterator","_s","_e","_arr","_n","_d","next","done","err","_iterableToArrayLimit","minLen","_arrayLikeToArray","from","test","_unsupportedIterableToArray","_nonIterableRest","len","arr2","_item","cssMapping","base64","data","sourceMapping","sourceURLs","sources","map","sourceRoot","cssWithMappingToString","mediaQuery","dedupe","alreadyImportedModules","propertyIsEnumerableModule","toIndexedObject","$getOwnPropertyDescriptor","path","aFunction","variable","namespace","method","bitmap","configurable","writable","input","PREFERRED_STRING","valueOf","set","NATIVE_WEAK_MAP","objectHas","sharedKey","hiddenKeys","WeakMap","store","wmget","wmhas","wmset","metadata","facade","STATE","getterFor","TYPE","toLength","arraySpeciesCreate","createMethod","IS_MAP","IS_FILTER","IS_SOME","IS_EVERY","IS_FIND_INDEX","IS_FILTER_OUT","NO_HOLES","$this","callbackfn","that","specificCreate","boundFunction","some","every","find","findIndex","filterOut","getLocale","console","warn","getCanonicalLocale","getLanguage","translate","L10N","translatePlural","textSingular","textPlural","getFirstDay","firstDay","getDayNames","dayNames","getDayNamesShort","dayNamesShort","getDayNamesMin","dayNamesMin","getMonthNames","monthNames","getMonthNamesShort","monthNamesShort","$","proto","propertyIsEnumerable","classof","EXISTS","functionToString","copyright","postfix","random","max","IS_INCLUDES","el","fromIndex","integer","toAbsoluteIndex","includes","names","enumBugKeys","internalObjectKeys","getBuiltIn","getOwnPropertyNamesModule","getOwnPropertySymbols","getOwnPropertySymbolsModule","ownKeys","getOwnPropertyDescriptorModule","feature","detection","normalize","POLYFILL","NATIVE","string","toLowerCase","require$$0","MAX_SAFE_INTEGER","activeXDocument","setPrototypeOf","setter","CORRECT_SETTER","aPossiblePrototype","__proto__","dummy","Wrapper","NewTarget","NewTargetPrototype","defineProperties","Properties","objectKeys","IE_PROTO","EmptyConstructor","scriptTag","LT","NullProtoObject","domain","ActiveXObject","iframeDocument","iframe","write","close","temp","parentWindow","NullProtoObjectViaActiveX","documentCreateElement","display","html","src","contentWindow","open","F","whitespace","whitespaces","ltrim","RegExp","rtrim","start","end","getOwnPropertyNames","require$$1","require$$2","require$$3","NativeNumber","NumberPrototype","BROKEN_CLASSOF","toNumber","first","third","radix","maxCode","digits","code","NaN","parseInt","NumberWrapper","inheritIfRequired","j","match","SEMVER_SPEC_VERSION","MAX_LENGTH","Number","MAX_SAFE_COMPONENT_LENGTH","process","versions","v8","userAgent","IS_NODE","V8_VERSION","MATCH","wellKnownSymbol","isRegExp","ignoreCase","multiline","dotAll","unicode","sticky","RE","re","lastIndex","SPECIES","CONSTRUCTOR_NAME","Constructor","NativeRegExp","RegExpPrototype","re1","re2","CORRECT_NEW","UNSUPPORTED_Y","stickyHelpers","RegExpWrapper","pattern","flags","thisIsRegExp","patternIsRegExp","flagsAreUndefined","getFlags","proxy","setSpecies","nativeToString","NOT_GENERIC","INCORRECT_NAME","R","rf","propertyKey","originalArray","C","METHOD_NAME","array","foo","IS_CONCAT_SPREADABLE","IS_CONCAT_SPREADABLE_SUPPORT","SPECIES_SUPPORT","arrayMethodHasSpeciesSupport","isConcatSpreadable","spreadable","arg","k","E","A","createProperty","args","createToken","isGlobal","debug","REPLACE","REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE","SPLIT_WORKS_WITH_OVERWRITTEN_EXEC","originalExec","apply","KEY","SYMBOL","DELEGATES_TO_SYMBOL","DELEGATES_TO_EXEC","execCalled","REPLACE_SUPPORTS_NAMED_GROUPS","REPLACE_KEEPS_$0","nativeRegExpMethod","methods","nativeMethod","regexp","arg2","forceStringMethod","stringMethod","regexMethod","CONVERT_TO_STRING","pos","second","S","position","size","codeAt","regexpExec","fixRegExpWellKnownSymbolLogic","nativeMatch","maybeCallNative","matcher","res","rx","regExpExec","fullUnicode","matchStr","advanceStringIndex","$trim","forcedStringTrimMethod","$map","HAS_SPECIES_SUPPORT","separator","splitter","defaultConstructor","callRegExpExec","nativeJoin","ES3_STRINGS","STRICT_METHOD","arrayMethodIsStrict","$filter","opts","loose","numeric","compareIdentifiers","anum","bnum","SemVer","parseOptions","major","minor","patch","num","prerelease","other","compareMain","comparePre","build","er","v","parse","UNSCOPABLES","ArrayPrototype","IteratorPrototype","PrototypeOfArrayIteratorPrototype","arrayIterator","ObjectPrototype","CORRECT_PROTOTYPE_GETTER","ITERATOR","BUGGY_SAFARI_ITERATORS","TO_STRING_TAG","TAG","returnThis","IteratorsCore","Iterable","NAME","IteratorConstructor","DEFAULT","IS_SET","FORCED","setToStringTag","Iterators","createIteratorConstructor","CurrentIteratorPrototype","getIterationMethod","KIND","defaultIterator","IterablePrototype","INCORRECT_VALUES_NAME","nativeIterator","anyNativeIterator","entries","values","setInternalState","defineIterator","iterated","kind","Arguments","addToUnscopables","isExtensible","preventExtensions","METADATA","setMetadata","objectID","weakData","meta","REQUIRED","fastKey","getWeakData","onFreeze","FREEZING","CORRECT_ARGUMENTS","classofRaw","TO_STRING_TAG_SUPPORT","tag","tryGet","callee","returnMethod","Result","stopped","iterable","unboundFunction","iterFn","step","AS_ENTRIES","IS_ITERATOR","INTERRUPTED","stop","condition","iteratorClose","callFn","getIteratorMethod","SAFE_CLOSING","called","iteratorWithReturn","internalStateGetterFor","wrapper","common","IS_WEAK","ADDER","NativeConstructor","NativePrototype","exported","fixMethod","getConstructor","InternalMetadataModule","instance","HASNT_CHAINING","THROWS_ON_PRIMITIVES","ACCEPT_ITERABLES","SKIP_CLOSING","ITERATION_SUPPORT","checkCorrectnessOfIteration","BUGGY_ZERO","$instance","anInstance","iterate","clear","setStrong","collection","init","last","define","previous","entry","getEntry","removed","redefineAll","prev","add","ITERATOR_NAME","getInternalCollectionState","getInternalIteratorState","point","CSSRuleList","CSSStyleDeclaration","CSSValueList","ClientRectList","DOMRectList","DOMStringList","DOMTokenList","DataTransferItemList","FileList","HTMLAllCollection","HTMLCollection","HTMLFormElement","HTMLSelectElement","MediaList","MimeTypeArray","NamedNodeMap","NodeList","PaintRequestList","Plugin","PluginArray","SVGLengthList","SVGNumberList","SVGPathSegList","SVGPointList","SVGStringList","SVGTransformList","SourceBufferList","StyleSheetList","TextTrackCueList","TextTrackList","TouchList","ArrayValues","ArrayIteratorMethods","COLLECTION_NAME","DOMIterables","Collection","CollectionPrototype","$forEach","nativePropertyIsEnumerable","1","V","nativeGetOwnPropertyDescriptor","nativeDefineProperty","Promise","defer","channel","port","setImmediate","clearImmediate","MessageChannel","Dispatch","counter","queue","run","runner","listener","event","post","postMessage","nextTick","now","IS_IOS","port2","port1","onmessage","addEventListener","importScripts","setTimeout","flush","notify","toggle","node","promise","then","macrotask","MutationObserver","WebKitMutationObserver","queueMicrotaskDescriptor","queueMicrotask","parent","exit","enter","IS_WEBOS_WEBKIT","resolve","observe","characterData","Internal","OwnPromiseCapability","PromiseWrapper","nativeThen","task","PromiseCapability","reject","$$resolve","$$reject","x","promiseCapability","newPromiseCapability","PROMISE","getInternalPromiseState","PromiseConstructor","NativePromise","$fetch","newPromiseCapabilityModule","newGenericPromiseCapability","DISPATCH_EVENT","createEvent","dispatchEvent","NATIVE_REJECTION_EVENT","PromiseRejectionEvent","FakePromise","INCORRECT_ITERATION","isThenable","isReject","notified","chain","reactions","microtask","ok","exited","reaction","handler","fail","rejection","onHandleUnhandled","onUnhandled","reason","initEvent","hostReportErrors","isUnhandled","perform","emit","unwrap","internalReject","internalResolve","executor","onFulfilled","onRejected","speciesConstructor","fetch","promiseResolve","wrap","capability","$promiseResolve","remaining","alreadyCalled","race","FilePickerType","FilePicker","_this","allowDirectoryChooser","directoriesAllowed","multiSelect","mimeTypeFiler","modal","FilePickerBuilder","allow","nativeAssign","B","symbol","chr","T","argumentsLength","__assign","nativeExec","nativeReplace","patchedExec","UPDATES_LAST_INDEX_WRONG","BROKEN_CARET","NPCG_INCLUDED","reCopy","regexpFlags","charsAdded","strCopy","groups","SUBSTITUTION_SYMBOLS","SUBSTITUTION_SYMBOLS_NO_NAMED","matched","captures","namedCaptures","tailPos","symbols","ch","capture","maybeToString","UNSAFE_SUBSTITUTE","searchValue","replaceValue","replacer","functionalReplace","results","accumulatedResult","nextSourcePosition","replacerArgs","getSubstitution","arrayPush","SUPPORTS_Y","SPLIT","nativeSplit","internalSplit","limit","lim","lastLength","output","lastLastIndex","separatorCopy","unicodeMatching","q","z","factory","Toastify","elem","yourClass","toastify","y","background","buildToast","divElement","positionLeft","nodeType","Node","avatar","avatarElement","closeElement","toastElement","width","screen","stopOnFocus","duration","newWindow","getAxisOffsetAValue","xOffset","yOffset","gravity","showToast","rootElement","selector","HTMLElement","hideToast","clearTimeout","removeElement","topLeftOffsetSize","top","bottom","topRightOffsetSize","offsetSize","allToasts","classUsed","containsClass","height","reIsDeepProp","reIsPlainProp","reLeadingDot","rePropName","reEscapeChar","reIsHostCtor","arrayProto","funcProto","objectProto","coreJsData","maskSrcKey","funcToString","objectToString","reIsNative","Map","getNative","nativeCreate","symbolProto","symbolToString","Hash","ListCache","MapCache","assocIndexOf","baseGet","isSymbol","isKey","stringToPath","toKey","baseIsNative","func","isHostObject","toSource","getMapData","__data__","getValue","pop","memoize","baseToString","number","quote","resolver","memoized","cache","Cache","isObjectLike","defaultValue","ach","examples","plural","sample","nplurals","pluralsText","pluralsFunc","af","ak","am","an","ar","arn","ast","ay","az","be","bg","bn","bo","br","brx","bs","ca","cgg","cs","csb","cy","da","de","doi","dz","en","eo","es","et","eu","fa","ff","fi","fil","fo","fr","fur","fy","ga","gd","gl","gu","gun","ha","he","hi","hne","hr","hu","hy","is","ja","jbo","jv","ka","kk","km","kn","ko","ku","kw","ky","lb","ln","lo","lt","lv","mai","mfe","mg","mi","mk","ml","mn","mni","mnk","mr","ms","mt","my","nah","nap","nb","ne","nl","nn","no","nso","oc","or","pa","pap","pl","pms","ps","pt","rm","ro","ru","rw","sah","sat","sco","sd","se","si","sk","sl","so","son","sq","sr","su","sv","sw","ta","te","tg","th","ti","tk","tr","tt","ug","uk","ur","uz","vi","wa","wo","yo","zh","Gettext","catalogs","locale","listeners","sourceLocale","on","eventName","callback","off","eventData","message","addTranslations","translations","setLocale","setTextDomain","gettext","msgid","dnpgettext","dgettext","ngettext","msgidPlural","dngettext","pgettext","msgctxt","dpgettext","npgettext","translation","defaultTranslation","_getTranslation","plurals","getLanguageCode","msgstr","getComment","comments","textdomain","setlocale","addTextdomain","GettextBuilder","_nodeGettext","default","_classCallCheck","_defineProperties","props","_createClass","protoProps","staticProps","language","setLanguage","_","GettextWrapper","gt","translated","original","placeholders","subtitudePlaceholders","singular","gtBuilder","getGettextBuilder","ToastType","TOAST_DEFAULT_TIMEOUT","TOAST_PERMANENT_TIMEOUT","showMessage","timeout","isHTML","onRemove","onClick","element","classes","isNode","toast","_a","showError","ERROR","showWarning","WARNING","showInfo","INFO","showSuccess","SUCCESS","normalizeComponent","scriptExports","render","staticRenderFns","functionalTemplate","injectStyles","scopeId","moduleIdentifier","shadowMode","hook","_compiled","functional","_scopeId","context","$vnode","ssrContext","__VUE_SSR_CONTEXT__","_registeredComponents","_ssrRegister","$root","$options","shadowRoot","_injectStyles","originalRender","h","existing","beforeCreate","IS_PURE","cachedSetTimeout","cachedClearTimeout","defaultSetTimout","defaultClearTimeout","runTimeout","fun","currentQueue","draining","queueIndex","cleanUpNextTick","drainQueue","marker","runClearTimeout","Item","noop","title","browser","env","argv","addListener","once","removeListener","removeAllListeners","prependListener","prependOnceListener","binding","cwd","chdir","dir","umask","getRawTag","symToStringTag","$propertyIsEnumerable","NASHORN_BUG","_axios","_auth","client","headers","requesttoken","getRequestToken","cancelableClient","CancelToken","isCancel","onRequestTokenUpdate","token","defaults","_default","_requesttoken","_user","getCurrentUser","wrappedWellKnownSymbolModule","$exec","loadState","fallback","listCacheClear","listCacheDelete","listCacheGet","listCacheHas","listCacheSet","eq","isKeyable","webpackPolyfill","deprecate","paths","children","DataView","Set","baseGetTag","dataViewCtorString","mapCtorString","promiseCtorString","setCtorString","weakMapCtorString","getTag","Ctor","ctorString","emptyObject","freeze","isUndef","isDef","isTrue","isPrimitive","_toString","isValidArrayIndex","parseFloat","isFinite","isPromise","catch","makeMap","expectsLowerCase","isReservedAttribute","cached","camelizeRE","camelize","toUpperCase","capitalize","hyphenateRE","hyphenate","ctx","boundFn","_length","toArray","ret","to","_from","identity","looseEqual","isObjectA","isObjectB","isArrayA","isArrayB","Date","getTime","keysA","keysB","looseIndexOf","ASSET_TYPES","LIFECYCLE_HOOKS","optionMergeStrategies","silent","productionTip","devtools","performance","errorHandler","warnHandler","ignoredElements","keyCodes","isReservedTag","isReservedAttr","isUnknownElement","getTagNamespace","parsePlatformTagName","mustUseProp","async","_lifecycleHooks","unicodeRegExp","def","bailRE","_isServer","hasProto","inBrowser","inWeex","WXEnvironment","platform","weexPlatform","UA","isIE","isIE9","isEdge","isIOS","isFF","nativeWatch","watch","supportsPassive","isServerRendering","VUE_ENV","__VUE_DEVTOOLS_GLOBAL_HOOK__","isNative","_Set","hasSymbol","Reflect","Dep","subs","addSub","sub","removeSub","depend","addDep","targetStack","pushTarget","popTarget","VNode","elm","componentOptions","asyncFactory","fnContext","fnOptions","fnScopeId","componentInstance","raw","isStatic","isRootInsert","isComment","isCloned","isOnce","asyncMeta","isAsyncPlaceholder","prototypeAccessors","child","createEmptyVNode","createTextVNode","cloneVNode","vnode","cloned","arrayMethods","inserted","ob","__ob__","observeArray","dep","arrayKeys","shouldObserve","toggleObserving","Observer","vmCount","protoAugment","copyAugment","walk","asRootData","_isVue","defineReactive$$1","customSetter","shallow","childOb","dependArray","newVal","del","items","strats","mergeData","toVal","fromVal","mergeDataOrFn","parentVal","childVal","vm","instanceData","defaultData","mergeHook","hooks","dedupeHooks","mergeAssets","key$1","inject","computed","provide","defaultStrat","mergeOptions","normalizeProps","normalized","normalizeInject","dirs","directives","def$$1","normalizeDirectives","_base","extends","mixins","mergeField","strat","resolveAsset","warnMissing","assets","camelizedId","PascalCaseId","validateProp","propOptions","propsData","prop","absent","booleanIndex","getTypeIndex","stringIndex","_props","getType","getPropDefaultValue","prevShouldObserve","isSameType","expectedTypes","handleError","info","cur","$parent","errorCaptured","globalHandleError","invokeWithErrorHandling","_handled","logError","timerFunc","isUsingMicroTask","callbacks","pending","flushCallbacks","copies","observer","textNode","cb","_resolve","seenObjects","traverse","_traverse","seen","isA","isFrozen","depId","normalizeEvent","passive","once$$1","createFnInvoker","fns","invoker","arguments$1","updateListeners","oldOn","remove$$1","createOnceHandler","old","mergeVNodeHook","hookKey","oldHook","wrappedHook","merged","checkProp","hash","altKey","preserve","normalizeChildren","normalizeArrayChildren","nestedIndex","isTextNode","shift","_isVList","resolveInject","provideKey","_provided","provideDefault","resolveSlots","slots","attrs","slot","name$1","isWhitespace","normalizeScopedSlots","normalSlots","prevSlots","hasNormalSlots","isStable","$stable","$key","_normalized","$hasNormal","normalizeScopedSlot","key$2","proxyNormalSlot","renderList","renderSlot","bindObject","nodes","scopedSlotFn","$scopedSlots","$slots","$createElement","resolveFilter","isKeyNotMatch","expect","actual","checkKeyCodes","eventKeyCode","builtInKeyCode","eventKeyName","builtInKeyName","mappedKeyCode","bindObjectProps","asProp","isSync","loop","domProps","camelizedKey","hyphenatedKey","$event","renderStatic","isInFor","_staticTrees","tree","markStatic","_renderProxy","markOnce","markStaticNode","bindObjectListeners","ours","resolveScopedSlots","hasDynamicKeys","contentHashKey","bindDynamicKeys","baseObj","prependModifier","installRenderHelpers","_o","_l","_t","_q","_m","_f","_k","_b","_v","_u","_g","_p","FunctionalRenderContext","contextVm","this$1","_original","isCompiled","needNormalization","injections","scopedSlots","_c","cloneAndMarkFunctionalResult","renderContext","clone","mergeProps","componentVNodeHooks","hydrating","_isDestroyed","keepAlive","mountedNode","prepatch","_isComponent","_parentVnode","inlineTemplate","createComponentInstanceForVnode","activeInstance","$mount","oldVnode","parentVnode","renderChildren","newScopedSlots","oldScopedSlots","hasDynamicScopedSlot","needsForceUpdate","_renderChildren","_vnode","$attrs","$listeners","propKeys","_propKeys","oldListeners","_parentListeners","updateComponentListeners","$forceUpdate","updateChildComponent","_isMounted","callHook","_inactive","activatedChildren","activateChildComponent","destroy","deactivateChildComponent","direct","_directInactive","isInInactiveTree","$children","$destroy","hooksToMerge","createComponent","baseCtor","cid","errorComp","resolved","owner","currentRenderingInstance","owners","loading","loadingComp","sync","timerLoading","timerTimeout","$on","forceRender","renderCompleted","ensureCtor","component","delay","resolveAsyncComponent","createAsyncPlaceholder","resolveConstructorOptions","model","transformModel","extractPropsFromVNodeData","vnodes","createFunctionalComponent","nativeOn","abstract","toMerge","_merged","mergeHook$1","installComponentHooks","f1","f2","normalizationType","alwaysNormalize","simpleNormalizeChildren","pre","applyNS","force","class","registerDeepBindings","_createElement","comp","getFirstComponentChild","remove$1","$off","_target","onceHandler","setActiveInstance","prevActiveInstance","handlers","_hasHookEvent","$emit","waiting","flushing","currentFlushTimestamp","getNow","timeStamp","flushSchedulerQueue","watcher","sort","before","activatedQueue","updatedQueue","callActivatedHooks","_watcher","callUpdatedHooks","uid$2","Watcher","expOrFn","isRenderWatcher","_watchers","deep","user","lazy","active","dirty","deps","newDeps","depIds","newDepIds","expression","segments","parsePath","cleanupDeps","tmp","queueWatcher","oldValue","evaluate","teardown","_isBeingDestroyed","sharedPropertyDefinition","sourceKey","initState","propsOptions","initProps","initMethods","_data","getData","initData","watchers","_computedWatchers","isSSR","userDef","computedWatcherOptions","defineComputed","initComputed","createWatcher","initWatch","shouldCache","createComputedGetter","createGetterInvoker","$watch","uid$3","super","superOptions","modifiedOptions","modified","latest","sealed","sealedOptions","resolveModifiedOptions","extendOptions","components","Vue","_init","initExtend","Super","SuperId","cachedCtors","_Ctor","Sub","Comp","initProps$1","initComputed$1","mixin","use","getComponentName","matches","pruneCache","keepAliveInstance","cachedNode","pruneCacheEntry","current","cached$$1","_uid","vnodeComponentOptions","_componentTag","initInternalComponent","_self","$refs","initLifecycle","_events","initEvents","parentData","initRender","initInjections","initProvide","initMixin","dataDef","propsDef","$set","$delete","immediate","stateMixin","hookRE","$once","i$1","cbs","eventsMixin","_update","prevEl","$el","prevVnode","restoreActiveInstance","__patch__","__vue__","lifecycleMixin","$nextTick","_render","ref","renderMixin","patternTypes","builtInComponents","KeepAlive","include","exclude","created","destroyed","mounted","configDef","util","defineReactive","delete","observable","plugin","installedPlugins","_installedPlugins","unshift","install","initUse","initMixin$1","definition","initAssetRegisters","initGlobalAPI","acceptValue","isEnumeratedAttr","isValidContentEditableValue","isBooleanAttr","xlinkNS","isXlink","getXlinkProp","isFalsyAttrValue","genClassForVnode","childNode","mergeClassData","staticClass","dynamicClass","stringifyClass","renderClass","stringified","stringifyArray","stringifyObject","namespaceMap","svg","math","isHTMLTag","isSVG","unknownElementCache","isTextInputType","nodeOps","tagName","multiple","createElementNS","createComment","newNode","referenceNode","nextSibling","setTextContent","textContent","setStyleScope","registerRef","isRemoval","refs","refInFor","emptyNode","sameVnode","typeA","typeB","sameInputType","createKeyToOldIdx","beginIdx","endIdx","updateDirectives","oldDir","isCreate","isDestroy","oldDirs","normalizeDirectives$1","newDirs","dirsWithInsert","dirsWithPostpatch","oldArg","callHook$1","componentUpdated","callInsert","emptyModifiers","modifiers","getRawDirName","rawName","baseModules","updateAttrs","inheritAttrs","oldAttrs","setAttr","removeAttributeNS","baseSetAttr","convertEnumeratedValue","setAttributeNS","__ieph","blocker","stopImmediatePropagation","removeEventListener","updateClass","oldData","cls","transitionClass","_transitionClasses","_prevClass","target$1","klass","createOnceHandler$1","remove$2","useMicrotaskFix","add$1","attachedTimestamp","_wrapper","currentTarget","ownerDocument","updateDOMListeners","change","normalizeEvents","svgContainer","events","updateDOMProps","oldProps","_value","strCur","shouldUpdateValue","innerHTML","checkVal","composing","notInFocus","activeElement","isNotInFocusAndDirty","_vModifiers","isDirtyWithModifiers","parseStyleText","propertyDelimiter","normalizeStyleData","normalizeStyleBinding","staticStyle","bindingStyle","emptyStyle","cssVarRE","importantRE","setProp","setProperty","normalizedName","vendorNames","capName","updateStyle","oldStaticStyle","oldStyleBinding","normalizedStyle","oldStyle","newStyle","checkChild","styleData","getStyle","whitespaceRE","addClass","classList","getAttribute","removeClass","tar","resolveTransition","autoCssTransition","enterClass","enterToClass","enterActiveClass","leaveClass","leaveToClass","leaveActiveClass","hasTransition","transitionProp","transitionEndEvent","animationProp","animationEndEvent","ontransitionend","onwebkittransitionend","onanimationend","onwebkitanimationend","raf","requestAnimationFrame","nextFrame","addTransitionClass","transitionClasses","removeTransitionClass","whenTransitionEnds","expectedType","getTransitionInfo","propCount","ended","onEnd","transformRE","styles","getComputedStyle","transitionDelays","transitionDurations","transitionTimeout","getTimeout","animationDelays","animationDurations","animationTimeout","hasTransform","delays","durations","toMs","toggleDisplay","_leaveCb","cancelled","transition","_enterCb","appearClass","appearToClass","appearActiveClass","beforeEnter","afterEnter","enterCancelled","beforeAppear","appear","afterAppear","appearCancelled","transitionNode","isAppear","startClass","activeClass","toClass","beforeEnterHook","enterHook","afterEnterHook","enterCancelledHook","explicitEnterDuration","expectsCSS","userWantsControl","getHookArgumentsLength","show","pendingNode","_pending","isValidDuration","leave","beforeLeave","afterLeave","leaveCancelled","delayLeave","explicitLeaveDuration","performLeave","invokerFns","_enter","backend","removeNode","createElm","insertedVnodeQueue","parentElm","refElm","nested","ownerArray","isReactivated","initComponent","innerNode","activate","reactivateComponent","setScope","createChildren","invokeCreateHooks","pendingInsert","isPatchable","ref$$1","ancestor","addVnodes","startIdx","invokeDestroyHook","removeVnodes","removeAndInvokeRemoveHook","childElm","createRmCb","findIdxInOld","oldCh","patchVnode","removeOnly","hydrate","newCh","oldKeyToIdx","idxInOld","vnodeToMove","oldStartIdx","newStartIdx","oldEndIdx","oldStartVnode","oldEndVnode","newEndIdx","newStartVnode","newEndVnode","canMove","updateChildren","postpatch","invokeInsertHook","initial","isRenderedModule","inVPre","hasChildNodes","childrenMatch","fullInvoke","isInitialPatch","isRealElement","hasAttribute","oldElm","patchable","i$2","createPatchFunction","vmodel","trigger","directive","_vOptions","setSelected","onCompositionStart","onCompositionEnd","prevOptions","curOptions","hasNoMatchingOption","actuallySetSelected","isMultiple","selected","option","selectedIndex","locateNode","platformDirectives","transition$$1","originalDisplay","__vOriginalDisplay","unbind","transitionProps","getRealChild","compOptions","extractTransitionData","placeholder","rawChild","isNotTextNode","isVShowDirective","Transition","hasParentTransition","_leaving","oldRawChild","oldChild","isSameChild","delayedLeave","moveClass","callPendingCbs","_moveCb","recordPosition","newPos","getBoundingClientRect","applyTranslation","oldPos","dx","left","dy","moved","transform","WebkitTransform","transitionDuration","platformComponents","TransitionGroup","beforeMount","kept","prevChildren","rawChildren","transitionData","c$1","updated","hasMove","_reflow","body","offsetHeight","propertyName","_hasMove","cloneNode","attr","HTMLUnknownElement","updateComponent","mountComponent","query","$assign","objectCreate","baseCreate","baseAssignValue","customizer","isNew","newValue","arrayLikeKeys","baseKeys","isArrayLike","stubFalse","freeExports","freeModule","Buffer","utils","encode","paramsSerializer","serializedParams","parts","toISOString","hashmarkIndex","__CANCEL__","normalizeHeaderName","DEFAULT_CONTENT_TYPE","setContentTypeIfUnset","adapter","XMLHttpRequest","transformRequest","transformResponse","xsrfCookieName","xsrfHeaderName","maxContentLength","maxBodyLength","validateStatus","status","settle","cookies","buildURL","buildFullPath","parseHeaders","isURLSameOrigin","createError","requestData","requestHeaders","request","auth","username","password","Authorization","fullPath","baseURL","onreadystatechange","readyState","responseURL","responseHeaders","getAllResponseHeaders","response","responseType","responseText","statusText","onabort","onerror","ontimeout","timeoutErrorMessage","xsrfValue","withCredentials","read","setRequestHeader","onDownloadProgress","onUploadProgress","upload","cancelToken","cancel","abort","send","enhanceError","config1","config2","valueFromConfig2Keys","mergeDeepPropertiesKeys","defaultToConfig2Keys","directMergeKeys","getMergedValue","mergeDeepProperties","axiosKeys","otherKeys","Cancel","$indexOf","nativeIndexOf","NEGATIVE_ZERO","searchElement","reIsUint","baseIsArguments","isArguments","isLength","stackClear","stackDelete","stackGet","stackHas","stackSet","Stack","mapCacheClear","mapCacheDelete","mapCacheGet","mapCacheHas","mapCacheSet","baseKeysIn","getPrototype","overArg","baseIsTypedArray","baseUnary","nodeUtil","nodeIsTypedArray","isTypedArray","freeProcess","types","require","arrayFilter","stubArray","nativeGetSymbols","getSymbols","offset","Uint8Array","arrayBuffer","byteLength","observers","_eventBus","tokenElement","getElementsByTagName","subscribe","displayName","isAdmin","uidElement","displayNameElement","isUserAdmin","IS_RIGHT","right","baseTimes","isIndex","inherited","isArr","isArg","isBuff","isType","skipIndexes","SetCache","arraySome","cacheHas","bitmask","equalFunc","stack","isPartial","arrLength","othLength","arrStacked","othStacked","arrValue","othValue","compared","othIndex","nativeNow","lastCalled","stamp","baseSetToString","setToString","shortOut","objValue","isPrototype","nativeKeys","baseGetAllKeys","keysFunc","symbolsFunc","baseIsEqualDeep","baseIsEqual","Axios","mergeConfig","createInstance","defaultConfig","axios","instanceConfig","promises","spread","isAxiosError","InterceptorManager","dispatchRequest","interceptors","interceptor","fulfilled","rejected","getUri","eject","transformData","throwIfCancellationRequested","throwIfRequested","toJSON","description","fileName","lineNumber","columnNumber","expires","secure","cookie","toGMTString","decodeURIComponent","isAbsoluteURL","combineURLs","requestedURL","relativeURL","ignoreDuplicateOf","parsed","line","substr","originURL","msie","urlParsingNode","resolveURL","href","search","hostname","pathname","requestURL","resolvePromise","payload","isBrowser","timeoutDuration","longerTimeoutBrowsers","debounce","scheduled","functionToCheck","getStyleComputedProperty","defaultView","getParentNode","nodeName","getScrollParent","_getStyleComputedProp","overflow","overflowX","overflowY","getReferenceNode","reference","isIE11","MSInputMethodContext","documentMode","isIE10","getOffsetParent","documentElement","noOffsetParent","offsetParent","nextElementSibling","getRoot","findCommonOffsetParent","element1","element2","order","compareDocumentPosition","DOCUMENT_POSITION_FOLLOWING","range","createRange","setStart","setEnd","commonAncestorContainer","contains","firstElementChild","element1root","getScroll","side","upperSide","scrollingElement","includeScroll","rect","subtract","scrollTop","scrollLeft","modifier","getBordersSize","axis","sideA","sideB","getSize","computedStyle","getWindowSizes","classCallCheck","createClass","_extends","getClientRect","offsets","sizes","clientWidth","clientHeight","horizScrollbar","offsetWidth","vertScrollbar","getOffsetRectRelativeToArbitraryNode","fixedPosition","childrenRect","parentRect","scrollParent","borderTopWidth","borderLeftWidth","marginTop","marginLeft","getViewportOffsetRectRelativeToArtbitraryNode","excludeScroll","relativeOffset","innerWidth","innerHeight","isFixed","getFixedPositionOffsetParent","parentElement","getBoundaries","popper","padding","boundariesElement","boundaries","boundariesNode","_getWindowSizes","isPaddingNumber","getArea","_ref","computeAutoPlacement","placement","refRect","rects","sortedAreas","area","filteredAreas","_ref2","computedPlacement","variation","getReferenceOffsets","commonOffsetParent","getOuterSizes","marginBottom","marginRight","getOppositePlacement","getPopperOffsets","referenceOffsets","popperRect","popperOffsets","isHoriz","mainSide","secondarySide","measurement","secondaryMeasurement","runModifiers","ends","enabled","isDestroyed","arrowStyles","flipped","positionFixed","flip","originalPlacement","isCreated","onUpdate","onCreate","isModifierEnabled","modifierName","getSupportedPropertyName","prefixes","upperProp","prefix","toCheck","willChange","disableEventListeners","removeOnDestroy","getWindow","setupEventListeners","updateBound","scrollElement","attachToScrollParents","scrollParents","isBody","eventsEnabled","enableEventListeners","scheduleUpdate","cancelAnimationFrame","isNumeric","setStyles","unit","isFirefox","isModifierRequired","requestingName","requestedName","requesting","isRequired","_requesting","requested","placements","validPlacements","clockwise","reverse","BEHAVIORS","parseOffset","basePlacement","useHeight","fragments","frag","divider","splitRegex","ops","op","mergeWithPrevious","reduce","toValue","index2","Defaults","shiftvariation","_data$offsets","isVertical","shiftOffsets","preventOverflow","transformProp","popperStyles","priority","primary","escapeWithReference","secondary","keepTogether","opSide","arrow","_data$offsets$arrow","arrowElement","sideCapitalized","altSide","arrowElementSize","center","popperMarginSide","popperBorderSide","sideValue","round","placementOpposite","flipOrder","behavior","refOffsets","overlapsRef","overflowsLeft","overflowsRight","overflowsTop","overflowsBottom","overflowsBoundaries","flippedVariationByRef","flipVariations","flippedVariationByContent","flipVariationsByContent","flippedVariation","getOppositeVariation","inner","subtractLength","hide","bound","computeStyle","legacyGpuAccelerationOption","gpuAcceleration","offsetParentRect","shouldRound","noRound","referenceWidth","popperWidth","isVariation","horizontalToInteger","verticalToInteger","getRoundedOffsets","devicePixelRatio","prefixedProperty","invertTop","invertLeft","applyStyle","onLoad","modifierOptions","Popper","jquery","Utils","PopperUtils","$reduce","CHROME_VERSION","getLoggerBuilder","getLogger","_ConsoleLogger","_LoggerBuilder","LoggerBuilder","buildConsoleLogger","isMasked","nativeObjectToString","isOwn","unmasked","constant","iteratee","typedArrayTags","pairs","LARGE_ARRAY_SIZE","hashClear","hashDelete","hashGet","hashHas","hashSet","nativeKeysIn","isProto","allocUnsafe","isDeep","copy","predicate","resIndex","cloneArrayBuffer","typedArray","byteOffset","objectCtorString","equalArrays","equalByTag","equalObjects","objectTag","objIsArr","othIsArr","objTag","othTag","objIsObj","othIsObj","isSameTag","objIsWrapped","othIsWrapped","objUnwrapped","othUnwrapped","setCacheAdd","setCacheHas","mapToArray","setToArray","symbolValueOf","convert","stacked","getAllKeys","objProps","objLength","objStacked","skipCtor","objCtor","othCtor","nativeMax","otherArgs","Timeout","clearFn","_id","_clearFn","scope","setInterval","clearInterval","unref","enroll","msecs","_idleTimeoutId","_idleTimeout","unenroll","_unrefActive","_onTimeout","registerImmediate","messagePrefix","onGlobalMessage","nextHandle","tasksByHandle","currentlyRunningATask","doc","attachTo","handle","runIfPresent","postMessageIsAsynchronous","oldOnMessage","canUsePostMessage","script","attachEvent","nativeObjectCreate","getOwnPropertyNamesExternal","defineWellKnownSymbol","HIDDEN","TO_PRIMITIVE","$Symbol","$stringify","nativeGetOwnPropertyNames","AllSymbols","ObjectPrototypeSymbols","StringToSymbolRegistry","SymbolToStringRegistry","QObject","USE_SETTER","findChild","setSymbolDescriptor","ObjectPrototypeDescriptor","$defineProperties","properties","$getOwnPropertySymbols","$getOwnPropertyNames","IS_OBJECT_PROTOTYPE","keyFor","sym","useSetter","useSimple","space","$replacer","callWithSafeIterationClosing","isArrayIteratorMethod","arrayLike","mapfn","mapping","iteratorMethod","NEW_ITERATOR_PROTOTYPE","FunctionPrototype","FunctionPrototypeToString","nameRE","URL","searchParams","_typeof","windowNames","getWindowNames","NativeSymbol","EmptyStringDescriptionStore","SymbolWrapper","symbolPrototype","native","desc","nativeSlice","fin","FAILS_ON_PRIMITIVES","getOwnPropertyDescriptors","USE_NATIVE_URL","getIterator","Headers","getInternalParamsState","URL_SEARCH_PARAMS","plus","sequences","percentSequence","bytes","percentDecode","sequence","deserialize","serialize","parseSearchParams","attribute","updateSearchParams","validateArgumentsLength","passed","required","URLSearchParamsIterator","URLSearchParamsConstructor","entryIterator","entryNext","updateURL","URLSearchParamsPrototype","append","getAll","found","entriesIndex","sliceIndex","getState","ENTRIES","deleteCount","insertCount","actualDeleteCount","actualStart","sameValue","SEARCH","nativeSearch","searcher","previousLastIndex","EOF","arrayFrom","toASCII","URLSearchParamsModule","NativeURL","getInternalSearchParamsState","getInternalURLState","pow","ALPHA","ALPHANUMERIC","DIGIT","HEX_START","OCT","DEC","HEX","FORBIDDEN_HOST_CODE_POINT","FORBIDDEN_HOST_CODE_POINT_EXCLUDING_PERCENT","LEADING_AND_TRAILING_C0_CONTROL_OR_SPACE","TAB_AND_NEW_LINE","parseHost","codePoints","parseIPv6","isSpecial","parseIPv4","percentEncode","C0ControlPercentEncodeSet","partsLength","numbers","part","ipv4","numbersSeen","ipv4Piece","swaps","swap","address","pieceIndex","compress","pointer","char","serializeHost","ignore0","ipv6","maxIndex","maxLength","currStart","currLength","findLongestZeroSequence","fragmentPercentEncodeSet","pathPercentEncodeSet","userinfoPercentEncodeSet","specialSchemes","ftp","http","https","ws","wss","scheme","includesCredentials","cannotHaveUsernamePasswordPort","cannotBeABaseURL","isWindowsDriveLetter","startsWithWindowsDriveLetter","shortenURLsPath","pathSize","isSingleDot","segment","SCHEME_START","SCHEME","NO_SCHEME","SPECIAL_RELATIVE_OR_AUTHORITY","PATH_OR_AUTHORITY","RELATIVE","RELATIVE_SLASH","SPECIAL_AUTHORITY_SLASHES","SPECIAL_AUTHORITY_IGNORE_SLASHES","AUTHORITY","HOST","HOSTNAME","PORT","FILE","FILE_SLASH","FILE_HOST","PATH_START","PATH","CANNOT_BE_A_BASE_URL_PATH","QUERY","FRAGMENT","parseURL","stateOverride","bufferCodePoints","failure","seenAt","seenBracket","seenPasswordToken","fragment","codePoint","encodedCodePoints","URLConstructor","baseState","urlString","searchParamsState","serializeURL","origin","getOrigin","getProtocol","getUsername","getPassword","getHost","getHostname","getPort","getPathname","getSearch","getSearchParams","getHash","URLPrototype","accessorDescriptor","nativeCreateObjectURL","createObjectURL","nativeRevokeObjectURL","revokeObjectURL","blob","regexNonASCII","regexSeparators","OVERFLOW_ERROR","stringFromCharCode","fromCharCode","digitToBasic","digit","adapt","delta","numPoints","firstTime","baseMinusTMin","currentValue","inputLength","extra","ucs2decode","bias","basicLength","handledCPCount","handledCPCountPlusOne","RangeError","qMinusT","baseMinusT","label","encoded","labels","ConsoleLogger","_contracts","level","msg","formatMessage","LogLevel","Debug","Info","Warn","Fatal","log","appId","___CSS_LOADER_EXPORT___","0","return","102","disabled","isFocusable","locals","u","focusable","ariaLabel","click","isIconUrl","icon","backgroundImage","isLongText","110","14","16","17","18","2","nc","22","3","39","beforeUpdate","getText","40","49","closeAfterClick","closeMenu","5","6","94","mappings","sourcesContent","95","needQuotes","detectLocale","Actions","Activities","Choose","Close","Custom","Flags","Next","Objects","Previous","Search","Settings","Symbols","Submit","pluralId","msgid_plural","addTranslation","VTooltip","defaultTemplate","defaultHtml","VPopover","popover","isOpen","tooltip","Popover","VNodes","forceMenu","menuTitle","defaultIcon","Element","container","actions","opened","focusIndex","randomId","hasMultipleActions","isValidSingleAction","firstActionElement","firstActionVNode","firstAction","firstActionBinding","$props","exact","firstActionEvent","firstActionEventBinding","firstActionIconSlot","firstActionClass","iconSlotIsPopulated","initActions","openMenu","menuButton","focus","onOpen","focusFirstAction","onMouseFocusAction","closest","menu","querySelectorAll","focusAction","removeCurrentActive","focusPreviousAction","preventIfEvent","focusNextAction","focusLastAction","preventDefault","stopPropagation","execFirstAction","onFocus","onBlur","M","auto","rel","blur","hidden","tabindex","keydown","keyCode","ctrlKey","shiftKey","metaKey","mousemove","initCompat","ua","rv","edge","getInternetExplorerVersion","template","isFunctionalTemplate","createInjector","createInjectorSSR","createInjectorShadow","__vue_script__","emitOnMount","ignoreWidth","ignoreHeight","_w","_h","emitSize","_resizeObject","onload","addResizeHandlers","beforeDestroy","removeResizeHandlers","compareAndNotify","__vue_render__","_withStripped","__vue_component__","GlobalVue","baseMerge","createAssigner","srcIndex","wait","timestamp","later","debounced","callNow","121","122","125","role","191","msMaxTouchPoints","middleware","isActive","detectIframe","srcTarget","composedPath","31","38","41","46","52","75","excludeClickOutsideClasses","clickOutsideMiddleware","hasNodeOrAnyParentClass","15","24","27","51","69","70","71","72","74","highlight","ranges","chunks","78","93","98","SVGAnimatedString","convertToArray","addClasses","newClasses","className","baseVal","newClass","SVGElement","removeClasses","ownKeys$2","enumerableOnly","_objectSpread$2","_defineProperty","DEFAULT_OPTIONS","openTooltips","Tooltip","_reference","_options","evt","relatedreference","toElement","relatedTarget","_tooltipNode","evt2","relatedreference2","_scheduleHide","_isOpen","_show","_hide","_dispose","_classes","_setContent","classesUpdated","defaultClass","isEqual","setClasses","getOptions","needPopperUpdate","needRestart","dispose","popperInstance","_isDisposed","_enableDocumentTouch","_setEventListeners","$_originalTitle","_this2","tooltipGenerator","tooltipNode","ariaId","autoHide","_this3","asyncContent","_applyContent","_this4","allowHtml","rootNode","titleNode","innerSelector","loadingClass","loadingContent","asyncResult","innerText","_disposeTimer","updateClasses","_ensureShown","_this5","_create","_findContainer","_append","popperOptions","arrowSelector","_this6","_noLongerOpen","disposeTime","disposeTimeout","_removeTooltipNode","_this7","_this8","directEvents","oppositeEvents","hideOnTargetClick","usedByTooltip","_scheduleShow","_this9","computedDelay","_scheduleTimer","_this10","_setTooltipNodeEvent","ownKeys$1","_objectSpread$1","_onDocumentTouch","positions","defaultOptions","defaultPlacement","defaultTargetClass","defaultArrowSelector","defaultInnerSelector","defaultDelay","defaultTrigger","defaultOffset","defaultContainer","defaultBoundariesElement","defaultPopperOptions","defaultLoadingClass","defaultLoadingContent","defaultHideOnTargetClick","defaultBaseClass","defaultWrapperClass","defaultInnerClass","defaultArrowClass","defaultOpenClass","defaultAutoHide","defaultHandleResize","typeofOffset","getPlacement","getContent","createTooltip","_tooltip","_vueEl","targetClasses","_tooltipTargetClasses","destroyTooltip","_tooltipOldShow","setContent","setOptions","addListeners","onTouchStart","removeListeners","onTouchEnd","onTouchCancel","closePopover","$_vclosepopover_touch","closeAllPopover","$_closePopoverModifiers","changedTouches","touch","$_vclosepopover_touchPoint","firstTouch","abs","screenY","screenX","vclosepopover","_objectSpread","getDefault","MSStream","openPopovers","ResizeObserver","popoverClass","popoverBaseClass","popoverInnerClass","popoverWrapperClass","popoverArrowClass","handleResize","openGroup","openClass","cssClass","popoverId","oldVal","popoverNode","$_findContainer","$_removeEventListeners","$_addEventListeners","$_updatePopper","$_isDisposed","$_mounted","$_events","$_preventOpen","$_init","deactivated","skipDelay","_ref2$force","$_scheduleShow","$_beingShowed","_ref3","$_scheduleHide","$_show","$_disposeTimer","$_getOffset","$_hide","$_scheduleTimer","$_setTooltipNodeEvent","event2","_ref4","$_restartPopper","$_handleGlobalClose","$_handleResize","handleGlobalClose","_loop","_vm","visibility","keyup","installed","finalOptions","insertAt","styleInject","VClosePopover","assignMergeValue","baseFor","baseMergeDeep","keysIn","safeGet","srcValue","createBaseFor","fromRight","cloneBuffer","cloneTypedArray","copyArray","initCloneObject","isArrayLikeObject","toPlainObject","mergeFunc","isCommon","isTyped","copyObject","baseRest","isIterateeCall","assigner","guard","overRest","defaultLimit","regexFilterIn","regexFilterNot","getTypes","ocs","cursor","term","decorative","fillColor","toggleMenu","_obj","focused","resourceUrl","reEmitEvent","rounded","hasValidThumbnail","loaded","thumbnailUrl","onError","subline","light","dark","randWidth","onClose","isLoading","onInputEnter","onReset","typesNames","onInputDebounced","availableFilters","typesMap","onClickFilter","hasResults","typesIndex","limitIfAny","setFocusedIndex","reached","loadMore","isShortQuery","minSearchLength","__webpack_nonce__","__webpack_public_path__","logger","setApp","detectUser","UnifiedSearch"],"mappings":"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","file":"unified-search.js","sourcesContent":[" \t// The module cache\n \tvar installedModules = {};\n\n \t// The require function\n \tfunction __webpack_require__(moduleId) {\n\n \t\t// Check if module is in cache\n \t\tif(installedModules[moduleId]) {\n \t\t\treturn installedModules[moduleId].exports;\n \t\t}\n \t\t// Create a new module (and put it into the cache)\n \t\tvar module = installedModules[moduleId] = {\n \t\t\ti: moduleId,\n \t\t\tl: false,\n \t\t\texports: {}\n \t\t};\n\n \t\t// Execute the module function\n \t\tmodules[moduleId].call(module.exports, module, module.exports, __webpack_require__);\n\n \t\t// Flag the module as loaded\n \t\tmodule.l = true;\n\n \t\t// Return the exports of the module\n \t\treturn module.exports;\n \t}\n\n\n \t// expose the modules object (__webpack_modules__)\n \t__webpack_require__.m = modules;\n\n \t// expose the module cache\n \t__webpack_require__.c = installedModules;\n\n \t// define getter function for harmony exports\n \t__webpack_require__.d = function(exports, name, getter) {\n \t\tif(!__webpack_require__.o(exports, name)) {\n \t\t\tObject.defineProperty(exports, name, { enumerable: true, get: getter });\n \t\t}\n \t};\n\n \t// define __esModule on exports\n \t__webpack_require__.r = function(exports) {\n \t\tif(typeof Symbol !== 'undefined' && Symbol.toStringTag) {\n \t\t\tObject.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });\n \t\t}\n \t\tObject.defineProperty(exports, '__esModule', { value: true });\n \t};\n\n \t// create a fake namespace object\n \t// mode & 1: value is a module id, require it\n \t// mode & 2: merge all properties of value into the ns\n \t// mode & 4: return value when already ns object\n \t// mode & 8|1: behave like require\n \t__webpack_require__.t = function(value, mode) {\n \t\tif(mode & 1) value = __webpack_require__(value);\n \t\tif(mode & 8) return value;\n \t\tif((mode & 4) && typeof value === 'object' && value && value.__esModule) return value;\n \t\tvar ns = Object.create(null);\n \t\t__webpack_require__.r(ns);\n \t\tObject.defineProperty(ns, 'default', { enumerable: true, value: value });\n \t\tif(mode & 2 && typeof value != 'string') for(var key in value) __webpack_require__.d(ns, key, function(key) { return value[key]; }.bind(null, key));\n \t\treturn ns;\n \t};\n\n \t// getDefaultExport function for compatibility with non-harmony modules\n \t__webpack_require__.n = function(module) {\n \t\tvar getter = module && module.__esModule ?\n \t\t\tfunction getDefault() { return module['default']; } :\n \t\t\tfunction getModuleExports() { return module; };\n \t\t__webpack_require__.d(getter, 'a', getter);\n \t\treturn getter;\n \t};\n\n \t// Object.prototype.hasOwnProperty.call\n \t__webpack_require__.o = function(object, property) { return Object.prototype.hasOwnProperty.call(object, property); };\n\n \t// __webpack_public_path__\n \t__webpack_require__.p = \"\";\n\n\n \t// Load entry module and return exports\n \treturn __webpack_require__(__webpack_require__.s = 942);\n","var global = require('../internals/global');\nvar getOwnPropertyDescriptor = require('../internals/object-get-own-property-descriptor').f;\nvar createNonEnumerableProperty = require('../internals/create-non-enumerable-property');\nvar redefine = require('../internals/redefine');\nvar setGlobal = require('../internals/set-global');\nvar copyConstructorProperties = require('../internals/copy-constructor-properties');\nvar isForced = require('../internals/is-forced');\n\n/*\n options.target - name of the target object\n options.global - target is the global object\n options.stat - export as static methods of target\n options.proto - export as prototype methods of target\n options.real - real prototype method for the `pure` version\n options.forced - export even if the native feature is available\n options.bind - bind methods to the target, required for the `pure` version\n options.wrap - wrap constructors to preventing global pollution, required for the `pure` version\n options.unsafe - use the simple assignment of property instead of delete + defineProperty\n options.sham - add a flag to not completely full polyfills\n options.enumerable - export as enumerable property\n options.noTargetGet - prevent calling a getter on target\n*/\nmodule.exports = function (options, source) {\n var TARGET = options.target;\n var GLOBAL = options.global;\n var STATIC = options.stat;\n var FORCED, target, key, targetProperty, sourceProperty, descriptor;\n if (GLOBAL) {\n target = global;\n } else if (STATIC) {\n target = global[TARGET] || setGlobal(TARGET, {});\n } else {\n target = (global[TARGET] || {}).prototype;\n }\n if (target) for (key in source) {\n sourceProperty = source[key];\n if (options.noTargetGet) {\n descriptor = getOwnPropertyDescriptor(target, key);\n targetProperty = descriptor && descriptor.value;\n } else targetProperty = target[key];\n FORCED = isForced(GLOBAL ? key : TARGET + (STATIC ? '.' : '#') + key, options.forced);\n // contained in target\n if (!FORCED && targetProperty !== undefined) {\n if (typeof sourceProperty === typeof targetProperty) continue;\n copyConstructorProperties(sourceProperty, targetProperty);\n }\n // add a flag to not completely full polyfills\n if (options.sham || (targetProperty && targetProperty.sham)) {\n createNonEnumerableProperty(sourceProperty, 'sham', true);\n }\n // extend global\n redefine(target, key, sourceProperty, options);\n }\n};\n","module.exports = function (exec) {\n try {\n return !!exec();\n } catch (error) {\n return true;\n }\n};\n","var check = function (it) {\n return it && it.Math == Math && it;\n};\n\n// https://github.com/zloirock/core-js/issues/86#issuecomment-115759028\nmodule.exports =\n // eslint-disable-next-line es/no-global-this -- safe\n check(typeof globalThis == 'object' && globalThis) ||\n check(typeof window == 'object' && window) ||\n // eslint-disable-next-line no-restricted-globals -- safe\n check(typeof self == 'object' && self) ||\n check(typeof global == 'object' && global) ||\n // eslint-disable-next-line no-new-func -- fallback\n (function () { return this; })() || Function('return this')();\n","var isObject = require('../internals/is-object');\n\nmodule.exports = function (it) {\n if (!isObject(it)) {\n throw TypeError(String(it) + ' is not an object');\n } return it;\n};\n","var global = require('../internals/global');\nvar shared = require('../internals/shared');\nvar has = require('../internals/has');\nvar uid = require('../internals/uid');\nvar NATIVE_SYMBOL = require('../internals/native-symbol');\nvar USE_SYMBOL_AS_UID = require('../internals/use-symbol-as-uid');\n\nvar WellKnownSymbolsStore = shared('wks');\nvar Symbol = global.Symbol;\nvar createWellKnownSymbol = USE_SYMBOL_AS_UID ? Symbol : Symbol && Symbol.withoutSetter || uid;\n\nmodule.exports = function (name) {\n if (!has(WellKnownSymbolsStore, name) || !(NATIVE_SYMBOL || typeof WellKnownSymbolsStore[name] == 'string')) {\n if (NATIVE_SYMBOL && has(Symbol, name)) {\n WellKnownSymbolsStore[name] = Symbol[name];\n } else {\n WellKnownSymbolsStore[name] = createWellKnownSymbol('Symbol.' + name);\n }\n } return WellKnownSymbolsStore[name];\n};\n","module.exports = function (it) {\n return typeof it === 'object' ? it !== null : typeof it === 'function';\n};\n","var fails = require('../internals/fails');\n\n// Detect IE8's incomplete defineProperty implementation\nmodule.exports = !fails(function () {\n // eslint-disable-next-line es/no-object-defineproperty -- required for testing\n return Object.defineProperty({}, 1, { get: function () { return 7; } })[1] != 7;\n});\n","\"use strict\";\n\nrequire(\"core-js/modules/es.array.index-of\");\n\nrequire(\"core-js/modules/es.object.assign\");\n\nrequire(\"core-js/modules/es.object.to-string\");\n\nrequire(\"core-js/modules/es.regexp.exec\");\n\nrequire(\"core-js/modules/es.regexp.to-string\");\n\nrequire(\"core-js/modules/es.string.replace\");\n\nObject.defineProperty(exports, \"__esModule\", {\n value: true\n});\nexports.getRootUrl = exports.generateFilePath = exports.imagePath = exports.generateUrl = exports.generateOcsUrl = exports.generateRemoteUrl = exports.linkTo = void 0;\n\n/// <reference types=\"@nextcloud/typings\" />\n\n/**\n * Get an absolute url to a file in an app\n *\n * @param {string} app the id of the app the file belongs to\n * @param {string} file the file path relative to the app folder\n * @return {string} Absolute URL to a file\n */\nvar linkTo = function linkTo(app, file) {\n return generateFilePath(app, '', file);\n};\n/**\n * Creates a relative url for remote use\n *\n * @param {string} service id\n * @return {string} the url\n */\n\n\nexports.linkTo = linkTo;\n\nvar linkToRemoteBase = function linkToRemoteBase(service) {\n return getRootUrl() + '/remote.php/' + service;\n};\n/**\n * @brief Creates an absolute url for remote use\n * @param {string} service id\n * @return {string} the url\n */\n\n\nvar generateRemoteUrl = function generateRemoteUrl(service) {\n return window.location.protocol + '//' + window.location.host + linkToRemoteBase(service);\n};\n/**\n * Get the base path for the given OCS API service\n *\n * @param {string} service name\n * @param {int} version OCS API version\n * @return {string} OCS API base path\n */\n\n\nexports.generateRemoteUrl = generateRemoteUrl;\n\nvar generateOcsUrl = function generateOcsUrl(service, version) {\n version = version !== 2 ? 1 : 2;\n return window.location.protocol + '//' + window.location.host + getRootUrl() + '/ocs/v' + version + '.php/' + service + '/';\n};\n\nexports.generateOcsUrl = generateOcsUrl;\n\n/**\n * Generate the absolute url for the given relative url, which can contain parameters\n *\n * Parameters will be URL encoded automatically\n *\n * @return {string} Absolute URL for the given relative URL\n */\nvar generateUrl = function generateUrl(url, params, options) {\n var allOptions = Object.assign({\n escape: true,\n noRewrite: false\n }, options || {});\n\n var _build = function _build(text, vars) {\n vars = vars || {};\n return text.replace(/{([^{}]*)}/g, function (a, b) {\n var r = vars[b];\n\n if (allOptions.escape) {\n return typeof r === 'string' || typeof r === 'number' ? encodeURIComponent(r.toString()) : encodeURIComponent(a);\n } else {\n return typeof r === 'string' || typeof r === 'number' ? r.toString() : a;\n }\n });\n };\n\n if (url.charAt(0) !== '/') {\n url = '/' + url;\n }\n\n if (OC.config.modRewriteWorking === true && !allOptions.noRewrite) {\n return getRootUrl() + _build(url, params || {});\n }\n\n return getRootUrl() + '/index.php' + _build(url, params || {});\n};\n/**\n * Get the absolute path to an image file\n * if no extension is given for the image, it will automatically decide\n * between .png and .svg based on what the browser supports\n *\n * @param {string} app the app id to which the image belongs\n * @param {string} file the name of the image file\n * @return {string}\n */\n\n\nexports.generateUrl = generateUrl;\n\nvar imagePath = function imagePath(app, file) {\n if (file.indexOf('.') === -1) {\n //if no extension is given, use svg\n return generateFilePath(app, 'img', file + '.svg');\n }\n\n return generateFilePath(app, 'img', file);\n};\n/**\n * Get the absolute url for a file in an app\n *\n * @param {string} app the id of the app\n * @param {string} type the type of the file to link to (e.g. css,img,ajax.template)\n * @param {string} file the filename\n * @return {string} Absolute URL for a file in an app\n */\n\n\nexports.imagePath = imagePath;\n\nvar generateFilePath = function generateFilePath(app, type, file) {\n var isCore = OC.coreApps.indexOf(app) !== -1;\n var link = getRootUrl();\n\n if (file.substring(file.length - 3) === 'php' && !isCore) {\n link += '/index.php/apps/' + app;\n\n if (file !== 'index.php') {\n link += '/';\n\n if (type) {\n link += encodeURI(type + '/');\n }\n\n link += file;\n }\n } else if (file.substring(file.length - 3) !== 'php' && !isCore) {\n link = OC.appswebroots[app];\n\n if (type) {\n link += '/' + type + '/';\n }\n\n if (link.substring(link.length - 1) !== '/') {\n link += '/';\n }\n\n link += file;\n } else {\n if ((app === 'settings' || app === 'core' || app === 'search') && type === 'ajax') {\n link += '/index.php/';\n } else {\n link += '/';\n }\n\n if (!isCore) {\n link += 'apps/';\n }\n\n if (app !== '') {\n app += '/';\n link += app;\n }\n\n if (type) {\n link += type + '/';\n }\n\n link += file;\n }\n\n return link;\n};\n/**\n * Return the web root path where this Nextcloud instance\n * is accessible, with a leading slash.\n * For example \"/nextcloud\".\n *\n * @return {string} web root path\n */\n\n\nexports.generateFilePath = generateFilePath;\n\nvar getRootUrl = function getRootUrl() {\n return OC.webroot;\n};\n\nexports.getRootUrl = getRootUrl;\n//# sourceMappingURL=index.js.map","var toObject = require('../internals/to-object');\n\nvar hasOwnProperty = {}.hasOwnProperty;\n\nmodule.exports = Object.hasOwn || function hasOwn(it, key) {\n return hasOwnProperty.call(toObject(it), key);\n};\n","var requireObjectCoercible = require('../internals/require-object-coercible');\n\n// `ToObject` abstract operation\n// https://tc39.es/ecma262/#sec-toobject\nmodule.exports = function (argument) {\n return Object(requireObjectCoercible(argument));\n};\n","var toInteger = require('../internals/to-integer');\n\nvar min = Math.min;\n\n// `ToLength` abstract operation\n// https://tc39.es/ecma262/#sec-tolength\nmodule.exports = function (argument) {\n return argument > 0 ? min(toInteger(argument), 0x1FFFFFFFFFFFFF) : 0; // 2 ** 53 - 1 == 9007199254740991\n};\n","'use strict';\n\nvar bind = require('./helpers/bind');\n\n/*global toString:true*/\n\n// utils is a library of generic helper functions non-specific to axios\n\nvar toString = Object.prototype.toString;\n\n/**\n * Determine if a value is an Array\n *\n * @param {Object} val The value to test\n * @returns {boolean} True if value is an Array, otherwise false\n */\nfunction isArray(val) {\n return toString.call(val) === '[object Array]';\n}\n\n/**\n * Determine if a value is undefined\n *\n * @param {Object} val The value to test\n * @returns {boolean} True if the value is undefined, otherwise false\n */\nfunction isUndefined(val) {\n return typeof val === 'undefined';\n}\n\n/**\n * Determine if a value is a Buffer\n *\n * @param {Object} val The value to test\n * @returns {boolean} True if value is a Buffer, otherwise false\n */\nfunction isBuffer(val) {\n return val !== null && !isUndefined(val) && val.constructor !== null && !isUndefined(val.constructor)\n && typeof val.constructor.isBuffer === 'function' && val.constructor.isBuffer(val);\n}\n\n/**\n * Determine if a value is an ArrayBuffer\n *\n * @param {Object} val The value to test\n * @returns {boolean} True if value is an ArrayBuffer, otherwise false\n */\nfunction isArrayBuffer(val) {\n return toString.call(val) === '[object ArrayBuffer]';\n}\n\n/**\n * Determine if a value is a FormData\n *\n * @param {Object} val The value to test\n * @returns {boolean} True if value is an FormData, otherwise false\n */\nfunction isFormData(val) {\n return (typeof FormData !== 'undefined') && (val instanceof FormData);\n}\n\n/**\n * Determine if a value is a view on an ArrayBuffer\n *\n * @param {Object} val The value to test\n * @returns {boolean} True if value is a view on an ArrayBuffer, otherwise false\n */\nfunction isArrayBufferView(val) {\n var result;\n if ((typeof ArrayBuffer !== 'undefined') && (ArrayBuffer.isView)) {\n result = ArrayBuffer.isView(val);\n } else {\n result = (val) && (val.buffer) && (val.buffer instanceof ArrayBuffer);\n }\n return result;\n}\n\n/**\n * Determine if a value is a String\n *\n * @param {Object} val The value to test\n * @returns {boolean} True if value is a String, otherwise false\n */\nfunction isString(val) {\n return typeof val === 'string';\n}\n\n/**\n * Determine if a value is a Number\n *\n * @param {Object} val The value to test\n * @returns {boolean} True if value is a Number, otherwise false\n */\nfunction isNumber(val) {\n return typeof val === 'number';\n}\n\n/**\n * Determine if a value is an Object\n *\n * @param {Object} val The value to test\n * @returns {boolean} True if value is an Object, otherwise false\n */\nfunction isObject(val) {\n return val !== null && typeof val === 'object';\n}\n\n/**\n * Determine if a value is a plain Object\n *\n * @param {Object} val The value to test\n * @return {boolean} True if value is a plain Object, otherwise false\n */\nfunction isPlainObject(val) {\n if (toString.call(val) !== '[object Object]') {\n return false;\n }\n\n var prototype = Object.getPrototypeOf(val);\n return prototype === null || prototype === Object.prototype;\n}\n\n/**\n * Determine if a value is a Date\n *\n * @param {Object} val The value to test\n * @returns {boolean} True if value is a Date, otherwise false\n */\nfunction isDate(val) {\n return toString.call(val) === '[object Date]';\n}\n\n/**\n * Determine if a value is a File\n *\n * @param {Object} val The value to test\n * @returns {boolean} True if value is a File, otherwise false\n */\nfunction isFile(val) {\n return toString.call(val) === '[object File]';\n}\n\n/**\n * Determine if a value is a Blob\n *\n * @param {Object} val The value to test\n * @returns {boolean} True if value is a Blob, otherwise false\n */\nfunction isBlob(val) {\n return toString.call(val) === '[object Blob]';\n}\n\n/**\n * Determine if a value is a Function\n *\n * @param {Object} val The value to test\n * @returns {boolean} True if value is a Function, otherwise false\n */\nfunction isFunction(val) {\n return toString.call(val) === '[object Function]';\n}\n\n/**\n * Determine if a value is a Stream\n *\n * @param {Object} val The value to test\n * @returns {boolean} True if value is a Stream, otherwise false\n */\nfunction isStream(val) {\n return isObject(val) && isFunction(val.pipe);\n}\n\n/**\n * Determine if a value is a URLSearchParams object\n *\n * @param {Object} val The value to test\n * @returns {boolean} True if value is a URLSearchParams object, otherwise false\n */\nfunction isURLSearchParams(val) {\n return typeof URLSearchParams !== 'undefined' && val instanceof URLSearchParams;\n}\n\n/**\n * Trim excess whitespace off the beginning and end of a string\n *\n * @param {String} str The String to trim\n * @returns {String} The String freed of excess whitespace\n */\nfunction trim(str) {\n return str.replace(/^\\s*/, '').replace(/\\s*$/, '');\n}\n\n/**\n * Determine if we're running in a standard browser environment\n *\n * This allows axios to run in a web worker, and react-native.\n * Both environments support XMLHttpRequest, but not fully standard globals.\n *\n * web workers:\n * typeof window -> undefined\n * typeof document -> undefined\n *\n * react-native:\n * navigator.product -> 'ReactNative'\n * nativescript\n * navigator.product -> 'NativeScript' or 'NS'\n */\nfunction isStandardBrowserEnv() {\n if (typeof navigator !== 'undefined' && (navigator.product === 'ReactNative' ||\n navigator.product === 'NativeScript' ||\n navigator.product === 'NS')) {\n return false;\n }\n return (\n typeof window !== 'undefined' &&\n typeof document !== 'undefined'\n );\n}\n\n/**\n * Iterate over an Array or an Object invoking a function for each item.\n *\n * If `obj` is an Array callback will be called passing\n * the value, index, and complete array for each item.\n *\n * If 'obj' is an Object callback will be called passing\n * the value, key, and complete object for each property.\n *\n * @param {Object|Array} obj The object to iterate\n * @param {Function} fn The callback to invoke for each item\n */\nfunction forEach(obj, fn) {\n // Don't bother if no value provided\n if (obj === null || typeof obj === 'undefined') {\n return;\n }\n\n // Force an array if not already something iterable\n if (typeof obj !== 'object') {\n /*eslint no-param-reassign:0*/\n obj = [obj];\n }\n\n if (isArray(obj)) {\n // Iterate over array values\n for (var i = 0, l = obj.length; i < l; i++) {\n fn.call(null, obj[i], i, obj);\n }\n } else {\n // Iterate over object keys\n for (var key in obj) {\n if (Object.prototype.hasOwnProperty.call(obj, key)) {\n fn.call(null, obj[key], key, obj);\n }\n }\n }\n}\n\n/**\n * Accepts varargs expecting each argument to be an object, then\n * immutably merges the properties of each object and returns result.\n *\n * When multiple objects contain the same key the later object in\n * the arguments list will take precedence.\n *\n * Example:\n *\n * ```js\n * var result = merge({foo: 123}, {foo: 456});\n * console.log(result.foo); // outputs 456\n * ```\n *\n * @param {Object} obj1 Object to merge\n * @returns {Object} Result of all merge properties\n */\nfunction merge(/* obj1, obj2, obj3, ... */) {\n var result = {};\n function assignValue(val, key) {\n if (isPlainObject(result[key]) && isPlainObject(val)) {\n result[key] = merge(result[key], val);\n } else if (isPlainObject(val)) {\n result[key] = merge({}, val);\n } else if (isArray(val)) {\n result[key] = val.slice();\n } else {\n result[key] = val;\n }\n }\n\n for (var i = 0, l = arguments.length; i < l; i++) {\n forEach(arguments[i], assignValue);\n }\n return result;\n}\n\n/**\n * Extends object a by mutably adding to it the properties of object b.\n *\n * @param {Object} a The object to be extended\n * @param {Object} b The object to copy properties from\n * @param {Object} thisArg The object to bind function to\n * @return {Object} The resulting value of object a\n */\nfunction extend(a, b, thisArg) {\n forEach(b, function assignValue(val, key) {\n if (thisArg && typeof val === 'function') {\n a[key] = bind(val, thisArg);\n } else {\n a[key] = val;\n }\n });\n return a;\n}\n\n/**\n * Remove byte order marker. This catches EF BB BF (the UTF-8 BOM)\n *\n * @param {string} content with BOM\n * @return {string} content value without BOM\n */\nfunction stripBOM(content) {\n if (content.charCodeAt(0) === 0xFEFF) {\n content = content.slice(1);\n }\n return content;\n}\n\nmodule.exports = {\n isArray: isArray,\n isArrayBuffer: isArrayBuffer,\n isBuffer: isBuffer,\n isFormData: isFormData,\n isArrayBufferView: isArrayBufferView,\n isString: isString,\n isNumber: isNumber,\n isObject: isObject,\n isPlainObject: isPlainObject,\n isUndefined: isUndefined,\n isDate: isDate,\n isFile: isFile,\n isBlob: isBlob,\n isFunction: isFunction,\n isStream: isStream,\n isURLSearchParams: isURLSearchParams,\n isStandardBrowserEnv: isStandardBrowserEnv,\n forEach: forEach,\n merge: merge,\n extend: extend,\n trim: trim,\n stripBOM: stripBOM\n};\n","var g;\n\n// This works in non-strict mode\ng = (function() {\n\treturn this;\n})();\n\ntry {\n\t// This works if eval is allowed (see CSP)\n\tg = g || new Function(\"return this\")();\n} catch (e) {\n\t// This works if the window reference is available\n\tif (typeof window === \"object\") g = window;\n}\n\n// g can still be undefined, but nothing to do about it...\n// We return undefined, instead of nothing here, so it's\n// easier to handle this case. if(!global) { ...}\n\nmodule.exports = g;\n","var DESCRIPTORS = require('../internals/descriptors');\nvar definePropertyModule = require('../internals/object-define-property');\nvar createPropertyDescriptor = require('../internals/create-property-descriptor');\n\nmodule.exports = DESCRIPTORS ? function (object, key, value) {\n return definePropertyModule.f(object, key, createPropertyDescriptor(1, value));\n} : function (object, key, value) {\n object[key] = value;\n return object;\n};\n","var DESCRIPTORS = require('../internals/descriptors');\nvar IE8_DOM_DEFINE = require('../internals/ie8-dom-define');\nvar anObject = require('../internals/an-object');\nvar toPrimitive = require('../internals/to-primitive');\n\n// eslint-disable-next-line es/no-object-defineproperty -- safe\nvar $defineProperty = Object.defineProperty;\n\n// `Object.defineProperty` method\n// https://tc39.es/ecma262/#sec-object.defineproperty\nexports.f = DESCRIPTORS ? $defineProperty : function defineProperty(O, P, Attributes) {\n anObject(O);\n P = toPrimitive(P, true);\n anObject(Attributes);\n if (IE8_DOM_DEFINE) try {\n return $defineProperty(O, P, Attributes);\n } catch (error) { /* empty */ }\n if ('get' in Attributes || 'set' in Attributes) throw TypeError('Accessors not supported');\n if ('value' in Attributes) O[P] = Attributes.value;\n return O;\n};\n","// `RequireObjectCoercible` abstract operation\n// https://tc39.es/ecma262/#sec-requireobjectcoercible\nmodule.exports = function (it) {\n if (it == undefined) throw TypeError(\"Can't call method on \" + it);\n return it;\n};\n","var global = require('../internals/global');\nvar createNonEnumerableProperty = require('../internals/create-non-enumerable-property');\nvar has = require('../internals/has');\nvar setGlobal = require('../internals/set-global');\nvar inspectSource = require('../internals/inspect-source');\nvar InternalStateModule = require('../internals/internal-state');\n\nvar getInternalState = InternalStateModule.get;\nvar enforceInternalState = InternalStateModule.enforce;\nvar TEMPLATE = String(String).split('String');\n\n(module.exports = function (O, key, value, options) {\n var unsafe = options ? !!options.unsafe : false;\n var simple = options ? !!options.enumerable : false;\n var noTargetGet = options ? !!options.noTargetGet : false;\n var state;\n if (typeof value == 'function') {\n if (typeof key == 'string' && !has(value, 'name')) {\n createNonEnumerableProperty(value, 'name', key);\n }\n state = enforceInternalState(value);\n if (!state.source) {\n state.source = TEMPLATE.join(typeof key == 'string' ? key : '');\n }\n }\n if (O === global) {\n if (simple) O[key] = value;\n else setGlobal(key, value);\n return;\n } else if (!unsafe) {\n delete O[key];\n } else if (!noTargetGet && O[key]) {\n simple = true;\n }\n if (simple) O[key] = value;\n else createNonEnumerableProperty(O, key, value);\n// add fake Function#toString for correct work wrapped methods / constructors with methods like LoDash isNative\n})(Function.prototype, 'toString', function toString() {\n return typeof this == 'function' && getInternalState(this).source || inspectSource(this);\n});\n","// toObject with fallback for non-array-like ES3 strings\nvar IndexedObject = require('../internals/indexed-object');\nvar requireObjectCoercible = require('../internals/require-object-coercible');\n\nmodule.exports = function (it) {\n return IndexedObject(requireObjectCoercible(it));\n};\n","var ceil = Math.ceil;\nvar floor = Math.floor;\n\n// `ToInteger` abstract operation\n// https://tc39.es/ecma262/#sec-tointeger\nmodule.exports = function (argument) {\n return isNaN(argument = +argument) ? 0 : (argument > 0 ? floor : ceil)(argument);\n};\n","var freeGlobal = require('./_freeGlobal');\n\n/** Detect free variable `self`. */\nvar freeSelf = typeof self == 'object' && self && self.Object === Object && self;\n\n/** Used as a reference to the global object. */\nvar root = freeGlobal || freeSelf || Function('return this')();\n\nmodule.exports = root;\n","\"use strict\";\n\nvar isOldIE = function isOldIE() {\n var memo;\n return function memorize() {\n if (typeof memo === 'undefined') {\n // Test for IE <= 9 as proposed by Browserhacks\n // @see http://browserhacks.com/#hack-e71d8692f65334173fee715c222cb805\n // Tests for existence of standard globals is to allow style-loader\n // to operate correctly into non-standard environments\n // @see https://github.com/webpack-contrib/style-loader/issues/177\n memo = Boolean(window && document && document.all && !window.atob);\n }\n\n return memo;\n };\n}();\n\nvar getTarget = function getTarget() {\n var memo = {};\n return function memorize(target) {\n if (typeof memo[target] === 'undefined') {\n var styleTarget = document.querySelector(target); // Special case to return head of iframe instead of iframe itself\n\n if (window.HTMLIFrameElement && styleTarget instanceof window.HTMLIFrameElement) {\n try {\n // This will throw an exception if access to iframe is blocked\n // due to cross-origin restrictions\n styleTarget = styleTarget.contentDocument.head;\n } catch (e) {\n // istanbul ignore next\n styleTarget = null;\n }\n }\n\n memo[target] = styleTarget;\n }\n\n return memo[target];\n };\n}();\n\nvar stylesInDom = [];\n\nfunction getIndexByIdentifier(identifier) {\n var result = -1;\n\n for (var i = 0; i < stylesInDom.length; i++) {\n if (stylesInDom[i].identifier === identifier) {\n result = i;\n break;\n }\n }\n\n return result;\n}\n\nfunction modulesToDom(list, options) {\n var idCountMap = {};\n var identifiers = [];\n\n for (var i = 0; i < list.length; i++) {\n var item = list[i];\n var id = options.base ? item[0] + options.base : item[0];\n var count = idCountMap[id] || 0;\n var identifier = \"\".concat(id, \" \").concat(count);\n idCountMap[id] = count + 1;\n var index = getIndexByIdentifier(identifier);\n var obj = {\n css: item[1],\n media: item[2],\n sourceMap: item[3]\n };\n\n if (index !== -1) {\n stylesInDom[index].references++;\n stylesInDom[index].updater(obj);\n } else {\n stylesInDom.push({\n identifier: identifier,\n updater: addStyle(obj, options),\n references: 1\n });\n }\n\n identifiers.push(identifier);\n }\n\n return identifiers;\n}\n\nfunction insertStyleElement(options) {\n var style = document.createElement('style');\n var attributes = options.attributes || {};\n\n if (typeof attributes.nonce === 'undefined') {\n var nonce = typeof __webpack_nonce__ !== 'undefined' ? __webpack_nonce__ : null;\n\n if (nonce) {\n attributes.nonce = nonce;\n }\n }\n\n Object.keys(attributes).forEach(function (key) {\n style.setAttribute(key, attributes[key]);\n });\n\n if (typeof options.insert === 'function') {\n options.insert(style);\n } else {\n var target = getTarget(options.insert || 'head');\n\n if (!target) {\n throw new Error(\"Couldn't find a style target. This probably means that the value for the 'insert' parameter is invalid.\");\n }\n\n target.appendChild(style);\n }\n\n return style;\n}\n\nfunction removeStyleElement(style) {\n // istanbul ignore if\n if (style.parentNode === null) {\n return false;\n }\n\n style.parentNode.removeChild(style);\n}\n/* istanbul ignore next */\n\n\nvar replaceText = function replaceText() {\n var textStore = [];\n return function replace(index, replacement) {\n textStore[index] = replacement;\n return textStore.filter(Boolean).join('\\n');\n };\n}();\n\nfunction applyToSingletonTag(style, index, remove, obj) {\n var css = remove ? '' : obj.media ? \"@media \".concat(obj.media, \" {\").concat(obj.css, \"}\") : obj.css; // For old IE\n\n /* istanbul ignore if */\n\n if (style.styleSheet) {\n style.styleSheet.cssText = replaceText(index, css);\n } else {\n var cssNode = document.createTextNode(css);\n var childNodes = style.childNodes;\n\n if (childNodes[index]) {\n style.removeChild(childNodes[index]);\n }\n\n if (childNodes.length) {\n style.insertBefore(cssNode, childNodes[index]);\n } else {\n style.appendChild(cssNode);\n }\n }\n}\n\nfunction applyToTag(style, options, obj) {\n var css = obj.css;\n var media = obj.media;\n var sourceMap = obj.sourceMap;\n\n if (media) {\n style.setAttribute('media', media);\n } else {\n style.removeAttribute('media');\n }\n\n if (sourceMap && typeof btoa !== 'undefined') {\n css += \"\\n/*# sourceMappingURL=data:application/json;base64,\".concat(btoa(unescape(encodeURIComponent(JSON.stringify(sourceMap)))), \" */\");\n } // For old IE\n\n /* istanbul ignore if */\n\n\n if (style.styleSheet) {\n style.styleSheet.cssText = css;\n } else {\n while (style.firstChild) {\n style.removeChild(style.firstChild);\n }\n\n style.appendChild(document.createTextNode(css));\n }\n}\n\nvar singleton = null;\nvar singletonCounter = 0;\n\nfunction addStyle(obj, options) {\n var style;\n var update;\n var remove;\n\n if (options.singleton) {\n var styleIndex = singletonCounter++;\n style = singleton || (singleton = insertStyleElement(options));\n update = applyToSingletonTag.bind(null, style, styleIndex, false);\n remove = applyToSingletonTag.bind(null, style, styleIndex, true);\n } else {\n style = insertStyleElement(options);\n update = applyToTag.bind(null, style, options);\n\n remove = function remove() {\n removeStyleElement(style);\n };\n }\n\n update(obj);\n return function updateStyle(newObj) {\n if (newObj) {\n if (newObj.css === obj.css && newObj.media === obj.media && newObj.sourceMap === obj.sourceMap) {\n return;\n }\n\n update(obj = newObj);\n } else {\n remove();\n }\n };\n}\n\nmodule.exports = function (list, options) {\n options = options || {}; // Force single-tag solution on IE6-9, which has a hard limit on the # of <style>\n // tags it will allow on a page\n\n if (!options.singleton && typeof options.singleton !== 'boolean') {\n options.singleton = isOldIE();\n }\n\n list = list || [];\n var lastIdentifiers = modulesToDom(list, options);\n return function update(newList) {\n newList = newList || [];\n\n if (Object.prototype.toString.call(newList) !== '[object Array]') {\n return;\n }\n\n for (var i = 0; i < lastIdentifiers.length; i++) {\n var identifier = lastIdentifiers[i];\n var index = getIndexByIdentifier(identifier);\n stylesInDom[index].references--;\n }\n\n var newLastIdentifiers = modulesToDom(newList, options);\n\n for (var _i = 0; _i < lastIdentifiers.length; _i++) {\n var _identifier = lastIdentifiers[_i];\n\n var _index = getIndexByIdentifier(_identifier);\n\n if (stylesInDom[_index].references === 0) {\n stylesInDom[_index].updater();\n\n stylesInDom.splice(_index, 1);\n }\n }\n\n lastIdentifiers = newLastIdentifiers;\n };\n};","\"use strict\";\n\nfunction _slicedToArray(arr, i) { return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _unsupportedIterableToArray(arr, i) || _nonIterableRest(); }\n\nfunction _nonIterableRest() { throw new TypeError(\"Invalid attempt to destructure non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.\"); }\n\nfunction _unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === \"string\") return _arrayLikeToArray(o, minLen); var n = Object.prototype.toString.call(o).slice(8, -1); if (n === \"Object\" && o.constructor) n = o.constructor.name; if (n === \"Map\" || n === \"Set\") return Array.from(o); if (n === \"Arguments\" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen); }\n\nfunction _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) { arr2[i] = arr[i]; } return arr2; }\n\nfunction _iterableToArrayLimit(arr, i) { var _i = arr && (typeof Symbol !== \"undefined\" && arr[Symbol.iterator] || arr[\"@@iterator\"]); if (_i == null) return; var _arr = []; var _n = true; var _d = false; var _s, _e; try { for (_i = _i.call(arr); !(_n = (_s = _i.next()).done); _n = true) { _arr.push(_s.value); if (i && _arr.length === i) break; } } catch (err) { _d = true; _e = err; } finally { try { if (!_n && _i[\"return\"] != null) _i[\"return\"](); } finally { if (_d) throw _e; } } return _arr; }\n\nfunction _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }\n\nmodule.exports = function cssWithMappingToString(item) {\n var _item = _slicedToArray(item, 4),\n content = _item[1],\n cssMapping = _item[3];\n\n if (typeof btoa === \"function\") {\n // eslint-disable-next-line no-undef\n var base64 = btoa(unescape(encodeURIComponent(JSON.stringify(cssMapping))));\n var data = \"sourceMappingURL=data:application/json;charset=utf-8;base64,\".concat(base64);\n var sourceMapping = \"/*# \".concat(data, \" */\");\n var sourceURLs = cssMapping.sources.map(function (source) {\n return \"/*# sourceURL=\".concat(cssMapping.sourceRoot || \"\").concat(source, \" */\");\n });\n return [content].concat(sourceURLs).concat([sourceMapping]).join(\"\\n\");\n }\n\n return [content].join(\"\\n\");\n};","\"use strict\";\n\n/*\n MIT License http://www.opensource.org/licenses/mit-license.php\n Author Tobias Koppers @sokra\n*/\n// css base code, injected by the css-loader\n// eslint-disable-next-line func-names\nmodule.exports = function (cssWithMappingToString) {\n var list = []; // return the list of modules as css string\n\n list.toString = function toString() {\n return this.map(function (item) {\n var content = cssWithMappingToString(item);\n\n if (item[2]) {\n return \"@media \".concat(item[2], \" {\").concat(content, \"}\");\n }\n\n return content;\n }).join(\"\");\n }; // import a list of modules into the list\n // eslint-disable-next-line func-names\n\n\n list.i = function (modules, mediaQuery, dedupe) {\n if (typeof modules === \"string\") {\n // eslint-disable-next-line no-param-reassign\n modules = [[null, modules, \"\"]];\n }\n\n var alreadyImportedModules = {};\n\n if (dedupe) {\n for (var i = 0; i < this.length; i++) {\n // eslint-disable-next-line prefer-destructuring\n var id = this[i][0];\n\n if (id != null) {\n alreadyImportedModules[id] = true;\n }\n }\n }\n\n for (var _i = 0; _i < modules.length; _i++) {\n var item = [].concat(modules[_i]);\n\n if (dedupe && alreadyImportedModules[item[0]]) {\n // eslint-disable-next-line no-continue\n continue;\n }\n\n if (mediaQuery) {\n if (!item[2]) {\n item[2] = mediaQuery;\n } else {\n item[2] = \"\".concat(mediaQuery, \" and \").concat(item[2]);\n }\n }\n\n list.push(item);\n }\n };\n\n return list;\n};","var toString = {}.toString;\n\nmodule.exports = function (it) {\n return toString.call(it).slice(8, -1);\n};\n","var DESCRIPTORS = require('../internals/descriptors');\nvar propertyIsEnumerableModule = require('../internals/object-property-is-enumerable');\nvar createPropertyDescriptor = require('../internals/create-property-descriptor');\nvar toIndexedObject = require('../internals/to-indexed-object');\nvar toPrimitive = require('../internals/to-primitive');\nvar has = require('../internals/has');\nvar IE8_DOM_DEFINE = require('../internals/ie8-dom-define');\n\n// eslint-disable-next-line es/no-object-getownpropertydescriptor -- safe\nvar $getOwnPropertyDescriptor = Object.getOwnPropertyDescriptor;\n\n// `Object.getOwnPropertyDescriptor` method\n// https://tc39.es/ecma262/#sec-object.getownpropertydescriptor\nexports.f = DESCRIPTORS ? $getOwnPropertyDescriptor : function getOwnPropertyDescriptor(O, P) {\n O = toIndexedObject(O);\n P = toPrimitive(P, true);\n if (IE8_DOM_DEFINE) try {\n return $getOwnPropertyDescriptor(O, P);\n } catch (error) { /* empty */ }\n if (has(O, P)) return createPropertyDescriptor(!propertyIsEnumerableModule.f.call(O, P), O[P]);\n};\n","/**\n * Checks if `value` is classified as an `Array` object.\n *\n * @static\n * @memberOf _\n * @since 0.1.0\n * @category Lang\n * @param {*} value The value to check.\n * @returns {boolean} Returns `true` if `value` is an array, else `false`.\n * @example\n *\n * _.isArray([1, 2, 3]);\n * // => true\n *\n * _.isArray(document.body.children);\n * // => false\n *\n * _.isArray('abc');\n * // => false\n *\n * _.isArray(_.noop);\n * // => false\n */\nvar isArray = Array.isArray;\n\nmodule.exports = isArray;\n","var path = require('../internals/path');\nvar global = require('../internals/global');\n\nvar aFunction = function (variable) {\n return typeof variable == 'function' ? variable : undefined;\n};\n\nmodule.exports = function (namespace, method) {\n return arguments.length < 2 ? aFunction(path[namespace]) || aFunction(global[namespace])\n : path[namespace] && path[namespace][method] || global[namespace] && global[namespace][method];\n};\n","module.exports = function (bitmap, value) {\n return {\n enumerable: !(bitmap & 1),\n configurable: !(bitmap & 2),\n writable: !(bitmap & 4),\n value: value\n };\n};\n","var isObject = require('../internals/is-object');\n\n// `ToPrimitive` abstract operation\n// https://tc39.es/ecma262/#sec-toprimitive\n// instead of the ES6 spec version, we didn't implement @@toPrimitive case\n// and the second argument - flag - preferred type is a string\nmodule.exports = function (input, PREFERRED_STRING) {\n if (!isObject(input)) return input;\n var fn, val;\n if (PREFERRED_STRING && typeof (fn = input.toString) == 'function' && !isObject(val = fn.call(input))) return val;\n if (typeof (fn = input.valueOf) == 'function' && !isObject(val = fn.call(input))) return val;\n if (!PREFERRED_STRING && typeof (fn = input.toString) == 'function' && !isObject(val = fn.call(input))) return val;\n throw TypeError(\"Can't convert object to primitive value\");\n};\n","var NATIVE_WEAK_MAP = require('../internals/native-weak-map');\nvar global = require('../internals/global');\nvar isObject = require('../internals/is-object');\nvar createNonEnumerableProperty = require('../internals/create-non-enumerable-property');\nvar objectHas = require('../internals/has');\nvar shared = require('../internals/shared-store');\nvar sharedKey = require('../internals/shared-key');\nvar hiddenKeys = require('../internals/hidden-keys');\n\nvar OBJECT_ALREADY_INITIALIZED = 'Object already initialized';\nvar WeakMap = global.WeakMap;\nvar set, get, has;\n\nvar enforce = function (it) {\n return has(it) ? get(it) : set(it, {});\n};\n\nvar getterFor = function (TYPE) {\n return function (it) {\n var state;\n if (!isObject(it) || (state = get(it)).type !== TYPE) {\n throw TypeError('Incompatible receiver, ' + TYPE + ' required');\n } return state;\n };\n};\n\nif (NATIVE_WEAK_MAP || shared.state) {\n var store = shared.state || (shared.state = new WeakMap());\n var wmget = store.get;\n var wmhas = store.has;\n var wmset = store.set;\n set = function (it, metadata) {\n if (wmhas.call(store, it)) throw new TypeError(OBJECT_ALREADY_INITIALIZED);\n metadata.facade = it;\n wmset.call(store, it, metadata);\n return metadata;\n };\n get = function (it) {\n return wmget.call(store, it) || {};\n };\n has = function (it) {\n return wmhas.call(store, it);\n };\n} else {\n var STATE = sharedKey('state');\n hiddenKeys[STATE] = true;\n set = function (it, metadata) {\n if (objectHas(it, STATE)) throw new TypeError(OBJECT_ALREADY_INITIALIZED);\n metadata.facade = it;\n createNonEnumerableProperty(it, STATE, metadata);\n return metadata;\n };\n get = function (it) {\n return objectHas(it, STATE) ? it[STATE] : {};\n };\n has = function (it) {\n return objectHas(it, STATE);\n };\n}\n\nmodule.exports = {\n set: set,\n get: get,\n has: has,\n enforce: enforce,\n getterFor: getterFor\n};\n","var bind = require('../internals/function-bind-context');\nvar IndexedObject = require('../internals/indexed-object');\nvar toObject = require('../internals/to-object');\nvar toLength = require('../internals/to-length');\nvar arraySpeciesCreate = require('../internals/array-species-create');\n\nvar push = [].push;\n\n// `Array.prototype.{ forEach, map, filter, some, every, find, findIndex, filterOut }` methods implementation\nvar createMethod = function (TYPE) {\n var IS_MAP = TYPE == 1;\n var IS_FILTER = TYPE == 2;\n var IS_SOME = TYPE == 3;\n var IS_EVERY = TYPE == 4;\n var IS_FIND_INDEX = TYPE == 6;\n var IS_FILTER_OUT = TYPE == 7;\n var NO_HOLES = TYPE == 5 || IS_FIND_INDEX;\n return function ($this, callbackfn, that, specificCreate) {\n var O = toObject($this);\n var self = IndexedObject(O);\n var boundFunction = bind(callbackfn, that, 3);\n var length = toLength(self.length);\n var index = 0;\n var create = specificCreate || arraySpeciesCreate;\n var target = IS_MAP ? create($this, length) : IS_FILTER || IS_FILTER_OUT ? create($this, 0) : undefined;\n var value, result;\n for (;length > index; index++) if (NO_HOLES || index in self) {\n value = self[index];\n result = boundFunction(value, index, O);\n if (TYPE) {\n if (IS_MAP) target[index] = result; // map\n else if (result) switch (TYPE) {\n case 3: return true; // some\n case 5: return value; // find\n case 6: return index; // findIndex\n case 2: push.call(target, value); // filter\n } else switch (TYPE) {\n case 4: return false; // every\n case 7: push.call(target, value); // filterOut\n }\n }\n }\n return IS_FIND_INDEX ? -1 : IS_SOME || IS_EVERY ? IS_EVERY : target;\n };\n};\n\nmodule.exports = {\n // `Array.prototype.forEach` method\n // https://tc39.es/ecma262/#sec-array.prototype.foreach\n forEach: createMethod(0),\n // `Array.prototype.map` method\n // https://tc39.es/ecma262/#sec-array.prototype.map\n map: createMethod(1),\n // `Array.prototype.filter` method\n // https://tc39.es/ecma262/#sec-array.prototype.filter\n filter: createMethod(2),\n // `Array.prototype.some` method\n // https://tc39.es/ecma262/#sec-array.prototype.some\n some: createMethod(3),\n // `Array.prototype.every` method\n // https://tc39.es/ecma262/#sec-array.prototype.every\n every: createMethod(4),\n // `Array.prototype.find` method\n // https://tc39.es/ecma262/#sec-array.prototype.find\n find: createMethod(5),\n // `Array.prototype.findIndex` method\n // https://tc39.es/ecma262/#sec-array.prototype.findIndex\n findIndex: createMethod(6),\n // `Array.prototype.filterOut` method\n // https://github.com/tc39/proposal-array-filtering\n filterOut: createMethod(7)\n};\n","/**\n * Checks if `value` is object-like. A value is object-like if it's not `null`\n * and has a `typeof` result of \"object\".\n *\n * @static\n * @memberOf _\n * @since 4.0.0\n * @category Lang\n * @param {*} value The value to check.\n * @returns {boolean} Returns `true` if `value` is object-like, else `false`.\n * @example\n *\n * _.isObjectLike({});\n * // => true\n *\n * _.isObjectLike([1, 2, 3]);\n * // => true\n *\n * _.isObjectLike(_.noop);\n * // => false\n *\n * _.isObjectLike(null);\n * // => false\n */\nfunction isObjectLike(value) {\n return value != null && typeof value == 'object';\n}\n\nmodule.exports = isObjectLike;\n","\"use strict\";\n\nrequire(\"core-js/modules/es.regexp.exec\");\n\nrequire(\"core-js/modules/es.string.replace\");\n\nObject.defineProperty(exports, \"__esModule\", {\n value: true\n});\nexports.getLocale = getLocale;\nexports.getCanonicalLocale = getCanonicalLocale;\nexports.getLanguage = getLanguage;\nexports.translate = translate;\nexports.translatePlural = translatePlural;\nexports.getFirstDay = getFirstDay;\nexports.getDayNames = getDayNames;\nexports.getDayNamesShort = getDayNamesShort;\nexports.getDayNamesMin = getDayNamesMin;\nexports.getMonthNames = getMonthNames;\nexports.getMonthNamesShort = getMonthNamesShort;\n\n/// <reference types=\"@nextcloud/typings\" />\n\n/**\n * Returns the user's locale\n */\nfunction getLocale() {\n if (typeof OC === 'undefined') {\n console.warn('No OC found');\n return 'en';\n }\n\n return OC.getLocale();\n}\n\nfunction getCanonicalLocale() {\n return getLocale().replace(/_/g, '-');\n}\n/**\n * Returns the user's language\n */\n\n\nfunction getLanguage() {\n if (typeof OC === 'undefined') {\n console.warn('No OC found');\n return 'en';\n }\n\n return OC.getLanguage();\n}\n\n/**\n * Translate a string\n *\n * @param {string} app the id of the app for which to translate the string\n * @param {string} text the string to translate\n * @param {object} vars map of placeholder key to value\n * @param {number} number to replace %n with\n * @param {object} [options] options object\n * @return {string}\n */\nfunction translate(app, text, vars, count, options) {\n if (typeof OC === 'undefined') {\n console.warn('No OC found');\n return text;\n }\n\n return OC.L10N.translate(app, text, vars, count, options);\n}\n/**\n * Translate a plural string\n *\n * @param {string} app the id of the app for which to translate the string\n * @param {string} textSingular the string to translate for exactly one object\n * @param {string} textPlural the string to translate for n objects\n * @param {number} count number to determine whether to use singular or plural\n * @param {Object} vars of placeholder key to value\n * @param {object} options options object\n * @return {string}\n */\n\n\nfunction translatePlural(app, textSingular, textPlural, count, vars, options) {\n if (typeof OC === 'undefined') {\n console.warn('No OC found');\n return textSingular;\n }\n\n return OC.L10N.translatePlural(app, textSingular, textPlural, count, vars, options);\n}\n/**\n * Get the first day of the week\n *\n * @return {number}\n */\n\n\nfunction getFirstDay() {\n if (typeof window.firstDay === 'undefined') {\n console.warn('No firstDay found');\n return 1;\n }\n\n return window.firstDay;\n}\n/**\n * Get a list of day names (full names)\n *\n * @return {string[]}\n */\n\n\nfunction getDayNames() {\n if (typeof window.dayNames === 'undefined') {\n console.warn('No dayNames found');\n return ['Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday'];\n }\n\n return window.dayNames;\n}\n/**\n * Get a list of day names (short names)\n *\n * @return {string[]}\n */\n\n\nfunction getDayNamesShort() {\n if (typeof window.dayNamesShort === 'undefined') {\n console.warn('No dayNamesShort found');\n return ['Sun.', 'Mon.', 'Tue.', 'Wed.', 'Thu.', 'Fri.', 'Sat.'];\n }\n\n return window.dayNamesShort;\n}\n/**\n * Get a list of day names (minified names)\n *\n * @return {string[]}\n */\n\n\nfunction getDayNamesMin() {\n if (typeof window.dayNamesMin === 'undefined') {\n console.warn('No dayNamesMin found');\n return ['Su', 'Mo', 'Tu', 'We', 'Th', 'Fr', 'Sa'];\n }\n\n return window.dayNamesMin;\n}\n/**\n * Get a list of month names (full names)\n *\n * @return {string[]}\n */\n\n\nfunction getMonthNames() {\n if (typeof window.monthNames === 'undefined') {\n console.warn('No monthNames found');\n return ['January', 'February', 'March', 'April', 'May', 'June', 'July', 'August', 'September', 'October', 'November', 'December'];\n }\n\n return window.monthNames;\n}\n/**\n * Get a list of month names (short names)\n *\n * @return {string[]}\n */\n\n\nfunction getMonthNamesShort() {\n if (typeof window.monthNamesShort === 'undefined') {\n console.warn('No monthNamesShort found');\n return ['Jan.', 'Feb.', 'Mar.', 'Apr.', 'May.', 'Jun.', 'Jul.', 'Aug.', 'Sep.', 'Oct.', 'Nov.', 'Dec.'];\n }\n\n return window.monthNamesShort;\n}\n//# sourceMappingURL=index.js.map","'use strict';\nvar $ = require('../internals/export');\nvar exec = require('../internals/regexp-exec');\n\n// `RegExp.prototype.exec` method\n// https://tc39.es/ecma262/#sec-regexp.prototype.exec\n$({ target: 'RegExp', proto: true, forced: /./.exec !== exec }, {\n exec: exec\n});\n","var check = function (it) {\n return it && it.Math == Math && it;\n};\n\n// https://github.com/zloirock/core-js/issues/86#issuecomment-115759028\nmodule.exports =\n /* global globalThis -- safe */\n check(typeof globalThis == 'object' && globalThis) ||\n check(typeof window == 'object' && window) ||\n check(typeof self == 'object' && self) ||\n check(typeof global == 'object' && global) ||\n // eslint-disable-next-line no-new-func -- fallback\n (function () { return this; })() || Function('return this')();\n","module.exports = function (exec) {\n try {\n return !!exec();\n } catch (error) {\n return true;\n }\n};\n","var fails = require('../internals/fails');\n\n// Detect IE8's incomplete defineProperty implementation\nmodule.exports = !fails(function () {\n return Object.defineProperty({}, 1, { get: function () { return 7; } })[1] != 7;\n});\n","'use strict';\nvar nativePropertyIsEnumerable = {}.propertyIsEnumerable;\nvar getOwnPropertyDescriptor = Object.getOwnPropertyDescriptor;\n\n// Nashorn ~ JDK8 bug\nvar NASHORN_BUG = getOwnPropertyDescriptor && !nativePropertyIsEnumerable.call({ 1: 2 }, 1);\n\n// `Object.prototype.propertyIsEnumerable` method implementation\n// https://tc39.es/ecma262/#sec-object.prototype.propertyisenumerable\nexports.f = NASHORN_BUG ? function propertyIsEnumerable(V) {\n var descriptor = getOwnPropertyDescriptor(this, V);\n return !!descriptor && descriptor.enumerable;\n} : nativePropertyIsEnumerable;\n","module.exports = function (bitmap, value) {\n return {\n enumerable: !(bitmap & 1),\n configurable: !(bitmap & 2),\n writable: !(bitmap & 4),\n value: value\n };\n};\n","var toString = {}.toString;\n\nmodule.exports = function (it) {\n return toString.call(it).slice(8, -1);\n};\n","var fails = require('../internals/fails');\nvar classof = require('../internals/classof-raw');\n\nvar split = ''.split;\n\n// fallback for non-array-like ES3 and non-enumerable old V8 strings\nmodule.exports = fails(function () {\n // throws an error in rhino, see https://github.com/mozilla/rhino/issues/346\n // eslint-disable-next-line no-prototype-builtins -- safe\n return !Object('z').propertyIsEnumerable(0);\n}) ? function (it) {\n return classof(it) == 'String' ? split.call(it, '') : Object(it);\n} : Object;\n","// `RequireObjectCoercible` abstract operation\n// https://tc39.es/ecma262/#sec-requireobjectcoercible\nmodule.exports = function (it) {\n if (it == undefined) throw TypeError(\"Can't call method on \" + it);\n return it;\n};\n","// toObject with fallback for non-array-like ES3 strings\nvar IndexedObject = require('../internals/indexed-object');\nvar requireObjectCoercible = require('../internals/require-object-coercible');\n\nmodule.exports = function (it) {\n return IndexedObject(requireObjectCoercible(it));\n};\n","module.exports = function (it) {\n return typeof it === 'object' ? it !== null : typeof it === 'function';\n};\n","var isObject = require('../internals/is-object');\n\n// `ToPrimitive` abstract operation\n// https://tc39.es/ecma262/#sec-toprimitive\n// instead of the ES6 spec version, we didn't implement @@toPrimitive case\n// and the second argument - flag - preferred type is a string\nmodule.exports = function (input, PREFERRED_STRING) {\n if (!isObject(input)) return input;\n var fn, val;\n if (PREFERRED_STRING && typeof (fn = input.toString) == 'function' && !isObject(val = fn.call(input))) return val;\n if (typeof (fn = input.valueOf) == 'function' && !isObject(val = fn.call(input))) return val;\n if (!PREFERRED_STRING && typeof (fn = input.toString) == 'function' && !isObject(val = fn.call(input))) return val;\n throw TypeError(\"Can't convert object to primitive value\");\n};\n","var requireObjectCoercible = require('../internals/require-object-coercible');\n\n// `ToObject` abstract operation\n// https://tc39.es/ecma262/#sec-toobject\nmodule.exports = function (argument) {\n return Object(requireObjectCoercible(argument));\n};\n","var hasOwnProperty = {}.hasOwnProperty;\n\nmodule.exports = function (it, key) {\n return hasOwnProperty.call(it, key);\n};\n","var global = require('../internals/global');\nvar isObject = require('../internals/is-object');\n\nvar document = global.document;\n// typeof document.createElement is 'object' in old IE\nvar EXISTS = isObject(document) && isObject(document.createElement);\n\nmodule.exports = function (it) {\n return EXISTS ? document.createElement(it) : {};\n};\n","var DESCRIPTORS = require('../internals/descriptors');\nvar fails = require('../internals/fails');\nvar createElement = require('../internals/document-create-element');\n\n// Thank's IE8 for his funny defineProperty\nmodule.exports = !DESCRIPTORS && !fails(function () {\n return Object.defineProperty(createElement('div'), 'a', {\n get: function () { return 7; }\n }).a != 7;\n});\n","var DESCRIPTORS = require('../internals/descriptors');\nvar propertyIsEnumerableModule = require('../internals/object-property-is-enumerable');\nvar createPropertyDescriptor = require('../internals/create-property-descriptor');\nvar toIndexedObject = require('../internals/to-indexed-object');\nvar toPrimitive = require('../internals/to-primitive');\nvar has = require('../internals/has');\nvar IE8_DOM_DEFINE = require('../internals/ie8-dom-define');\n\nvar nativeGetOwnPropertyDescriptor = Object.getOwnPropertyDescriptor;\n\n// `Object.getOwnPropertyDescriptor` method\n// https://tc39.es/ecma262/#sec-object.getownpropertydescriptor\nexports.f = DESCRIPTORS ? nativeGetOwnPropertyDescriptor : function getOwnPropertyDescriptor(O, P) {\n O = toIndexedObject(O);\n P = toPrimitive(P, true);\n if (IE8_DOM_DEFINE) try {\n return nativeGetOwnPropertyDescriptor(O, P);\n } catch (error) { /* empty */ }\n if (has(O, P)) return createPropertyDescriptor(!propertyIsEnumerableModule.f.call(O, P), O[P]);\n};\n","var isObject = require('../internals/is-object');\n\nmodule.exports = function (it) {\n if (!isObject(it)) {\n throw TypeError(String(it) + ' is not an object');\n } return it;\n};\n","var DESCRIPTORS = require('../internals/descriptors');\nvar IE8_DOM_DEFINE = require('../internals/ie8-dom-define');\nvar anObject = require('../internals/an-object');\nvar toPrimitive = require('../internals/to-primitive');\n\nvar nativeDefineProperty = Object.defineProperty;\n\n// `Object.defineProperty` method\n// https://tc39.es/ecma262/#sec-object.defineproperty\nexports.f = DESCRIPTORS ? nativeDefineProperty : function defineProperty(O, P, Attributes) {\n anObject(O);\n P = toPrimitive(P, true);\n anObject(Attributes);\n if (IE8_DOM_DEFINE) try {\n return nativeDefineProperty(O, P, Attributes);\n } catch (error) { /* empty */ }\n if ('get' in Attributes || 'set' in Attributes) throw TypeError('Accessors not supported');\n if ('value' in Attributes) O[P] = Attributes.value;\n return O;\n};\n","var DESCRIPTORS = require('../internals/descriptors');\nvar definePropertyModule = require('../internals/object-define-property');\nvar createPropertyDescriptor = require('../internals/create-property-descriptor');\n\nmodule.exports = DESCRIPTORS ? function (object, key, value) {\n return definePropertyModule.f(object, key, createPropertyDescriptor(1, value));\n} : function (object, key, value) {\n object[key] = value;\n return object;\n};\n","var global = require('../internals/global');\nvar createNonEnumerableProperty = require('../internals/create-non-enumerable-property');\n\nmodule.exports = function (key, value) {\n try {\n createNonEnumerableProperty(global, key, value);\n } catch (error) {\n global[key] = value;\n } return value;\n};\n","var global = require('../internals/global');\nvar setGlobal = require('../internals/set-global');\n\nvar SHARED = '__core-js_shared__';\nvar store = global[SHARED] || setGlobal(SHARED, {});\n\nmodule.exports = store;\n","var store = require('../internals/shared-store');\n\nvar functionToString = Function.toString;\n\n// this helper broken in `3.4.1-3.4.4`, so we can't use `shared` helper\nif (typeof store.inspectSource != 'function') {\n store.inspectSource = function (it) {\n return functionToString.call(it);\n };\n}\n\nmodule.exports = store.inspectSource;\n","var NATIVE_WEAK_MAP = require('../internals/native-weak-map');\nvar global = require('../internals/global');\nvar isObject = require('../internals/is-object');\nvar createNonEnumerableProperty = require('../internals/create-non-enumerable-property');\nvar objectHas = require('../internals/has');\nvar shared = require('../internals/shared-store');\nvar sharedKey = require('../internals/shared-key');\nvar hiddenKeys = require('../internals/hidden-keys');\n\nvar WeakMap = global.WeakMap;\nvar set, get, has;\n\nvar enforce = function (it) {\n return has(it) ? get(it) : set(it, {});\n};\n\nvar getterFor = function (TYPE) {\n return function (it) {\n var state;\n if (!isObject(it) || (state = get(it)).type !== TYPE) {\n throw TypeError('Incompatible receiver, ' + TYPE + ' required');\n } return state;\n };\n};\n\nif (NATIVE_WEAK_MAP) {\n var store = shared.state || (shared.state = new WeakMap());\n var wmget = store.get;\n var wmhas = store.has;\n var wmset = store.set;\n set = function (it, metadata) {\n metadata.facade = it;\n wmset.call(store, it, metadata);\n return metadata;\n };\n get = function (it) {\n return wmget.call(store, it) || {};\n };\n has = function (it) {\n return wmhas.call(store, it);\n };\n} else {\n var STATE = sharedKey('state');\n hiddenKeys[STATE] = true;\n set = function (it, metadata) {\n metadata.facade = it;\n createNonEnumerableProperty(it, STATE, metadata);\n return metadata;\n };\n get = function (it) {\n return objectHas(it, STATE) ? it[STATE] : {};\n };\n has = function (it) {\n return objectHas(it, STATE);\n };\n}\n\nmodule.exports = {\n set: set,\n get: get,\n has: has,\n enforce: enforce,\n getterFor: getterFor\n};\n","var global = require('../internals/global');\nvar inspectSource = require('../internals/inspect-source');\n\nvar WeakMap = global.WeakMap;\n\nmodule.exports = typeof WeakMap === 'function' && /native code/.test(inspectSource(WeakMap));\n","var IS_PURE = require('../internals/is-pure');\nvar store = require('../internals/shared-store');\n\n(module.exports = function (key, value) {\n return store[key] || (store[key] = value !== undefined ? value : {});\n})('versions', []).push({\n version: '3.9.1',\n mode: IS_PURE ? 'pure' : 'global',\n copyright: '© 2021 Denis Pushkarev (zloirock.ru)'\n});\n","var id = 0;\nvar postfix = Math.random();\n\nmodule.exports = function (key) {\n return 'Symbol(' + String(key === undefined ? '' : key) + ')_' + (++id + postfix).toString(36);\n};\n","var shared = require('../internals/shared');\nvar uid = require('../internals/uid');\n\nvar keys = shared('keys');\n\nmodule.exports = function (key) {\n return keys[key] || (keys[key] = uid(key));\n};\n","module.exports = {};\n","var global = require('../internals/global');\nvar createNonEnumerableProperty = require('../internals/create-non-enumerable-property');\nvar has = require('../internals/has');\nvar setGlobal = require('../internals/set-global');\nvar inspectSource = require('../internals/inspect-source');\nvar InternalStateModule = require('../internals/internal-state');\n\nvar getInternalState = InternalStateModule.get;\nvar enforceInternalState = InternalStateModule.enforce;\nvar TEMPLATE = String(String).split('String');\n\n(module.exports = function (O, key, value, options) {\n var unsafe = options ? !!options.unsafe : false;\n var simple = options ? !!options.enumerable : false;\n var noTargetGet = options ? !!options.noTargetGet : false;\n var state;\n if (typeof value == 'function') {\n if (typeof key == 'string' && !has(value, 'name')) {\n createNonEnumerableProperty(value, 'name', key);\n }\n state = enforceInternalState(value);\n if (!state.source) {\n state.source = TEMPLATE.join(typeof key == 'string' ? key : '');\n }\n }\n if (O === global) {\n if (simple) O[key] = value;\n else setGlobal(key, value);\n return;\n } else if (!unsafe) {\n delete O[key];\n } else if (!noTargetGet && O[key]) {\n simple = true;\n }\n if (simple) O[key] = value;\n else createNonEnumerableProperty(O, key, value);\n// add fake Function#toString for correct work wrapped methods / constructors with methods like LoDash isNative\n})(Function.prototype, 'toString', function toString() {\n return typeof this == 'function' && getInternalState(this).source || inspectSource(this);\n});\n","var global = require('../internals/global');\n\nmodule.exports = global;\n","var path = require('../internals/path');\nvar global = require('../internals/global');\n\nvar aFunction = function (variable) {\n return typeof variable == 'function' ? variable : undefined;\n};\n\nmodule.exports = function (namespace, method) {\n return arguments.length < 2 ? aFunction(path[namespace]) || aFunction(global[namespace])\n : path[namespace] && path[namespace][method] || global[namespace] && global[namespace][method];\n};\n","var ceil = Math.ceil;\nvar floor = Math.floor;\n\n// `ToInteger` abstract operation\n// https://tc39.es/ecma262/#sec-tointeger\nmodule.exports = function (argument) {\n return isNaN(argument = +argument) ? 0 : (argument > 0 ? floor : ceil)(argument);\n};\n","var toInteger = require('../internals/to-integer');\n\nvar min = Math.min;\n\n// `ToLength` abstract operation\n// https://tc39.es/ecma262/#sec-tolength\nmodule.exports = function (argument) {\n return argument > 0 ? min(toInteger(argument), 0x1FFFFFFFFFFFFF) : 0; // 2 ** 53 - 1 == 9007199254740991\n};\n","var toInteger = require('../internals/to-integer');\n\nvar max = Math.max;\nvar min = Math.min;\n\n// Helper for a popular repeating case of the spec:\n// Let integer be ? ToInteger(index).\n// If integer < 0, let result be max((length + integer), 0); else let result be min(integer, length).\nmodule.exports = function (index, length) {\n var integer = toInteger(index);\n return integer < 0 ? max(integer + length, 0) : min(integer, length);\n};\n","var toIndexedObject = require('../internals/to-indexed-object');\nvar toLength = require('../internals/to-length');\nvar toAbsoluteIndex = require('../internals/to-absolute-index');\n\n// `Array.prototype.{ indexOf, includes }` methods implementation\nvar createMethod = function (IS_INCLUDES) {\n return function ($this, el, fromIndex) {\n var O = toIndexedObject($this);\n var length = toLength(O.length);\n var index = toAbsoluteIndex(fromIndex, length);\n var value;\n // Array#includes uses SameValueZero equality algorithm\n // eslint-disable-next-line no-self-compare -- NaN check\n if (IS_INCLUDES && el != el) while (length > index) {\n value = O[index++];\n // eslint-disable-next-line no-self-compare -- NaN check\n if (value != value) return true;\n // Array#indexOf ignores holes, Array#includes - not\n } else for (;length > index; index++) {\n if ((IS_INCLUDES || index in O) && O[index] === el) return IS_INCLUDES || index || 0;\n } return !IS_INCLUDES && -1;\n };\n};\n\nmodule.exports = {\n // `Array.prototype.includes` method\n // https://tc39.es/ecma262/#sec-array.prototype.includes\n includes: createMethod(true),\n // `Array.prototype.indexOf` method\n // https://tc39.es/ecma262/#sec-array.prototype.indexof\n indexOf: createMethod(false)\n};\n","var has = require('../internals/has');\nvar toIndexedObject = require('../internals/to-indexed-object');\nvar indexOf = require('../internals/array-includes').indexOf;\nvar hiddenKeys = require('../internals/hidden-keys');\n\nmodule.exports = function (object, names) {\n var O = toIndexedObject(object);\n var i = 0;\n var result = [];\n var key;\n for (key in O) !has(hiddenKeys, key) && has(O, key) && result.push(key);\n // Don't enum bug & hidden keys\n while (names.length > i) if (has(O, key = names[i++])) {\n ~indexOf(result, key) || result.push(key);\n }\n return result;\n};\n","// IE8- don't enum bug keys\nmodule.exports = [\n 'constructor',\n 'hasOwnProperty',\n 'isPrototypeOf',\n 'propertyIsEnumerable',\n 'toLocaleString',\n 'toString',\n 'valueOf'\n];\n","var internalObjectKeys = require('../internals/object-keys-internal');\nvar enumBugKeys = require('../internals/enum-bug-keys');\n\nvar hiddenKeys = enumBugKeys.concat('length', 'prototype');\n\n// `Object.getOwnPropertyNames` method\n// https://tc39.es/ecma262/#sec-object.getownpropertynames\nexports.f = Object.getOwnPropertyNames || function getOwnPropertyNames(O) {\n return internalObjectKeys(O, hiddenKeys);\n};\n","exports.f = Object.getOwnPropertySymbols;\n","var getBuiltIn = require('../internals/get-built-in');\nvar getOwnPropertyNamesModule = require('../internals/object-get-own-property-names');\nvar getOwnPropertySymbolsModule = require('../internals/object-get-own-property-symbols');\nvar anObject = require('../internals/an-object');\n\n// all object keys, includes non-enumerable and symbols\nmodule.exports = getBuiltIn('Reflect', 'ownKeys') || function ownKeys(it) {\n var keys = getOwnPropertyNamesModule.f(anObject(it));\n var getOwnPropertySymbols = getOwnPropertySymbolsModule.f;\n return getOwnPropertySymbols ? keys.concat(getOwnPropertySymbols(it)) : keys;\n};\n","var has = require('../internals/has');\nvar ownKeys = require('../internals/own-keys');\nvar getOwnPropertyDescriptorModule = require('../internals/object-get-own-property-descriptor');\nvar definePropertyModule = require('../internals/object-define-property');\n\nmodule.exports = function (target, source) {\n var keys = ownKeys(source);\n var defineProperty = definePropertyModule.f;\n var getOwnPropertyDescriptor = getOwnPropertyDescriptorModule.f;\n for (var i = 0; i < keys.length; i++) {\n var key = keys[i];\n if (!has(target, key)) defineProperty(target, key, getOwnPropertyDescriptor(source, key));\n }\n};\n","var fails = require('../internals/fails');\n\nvar replacement = /#|\\.prototype\\./;\n\nvar isForced = function (feature, detection) {\n var value = data[normalize(feature)];\n return value == POLYFILL ? true\n : value == NATIVE ? false\n : typeof detection == 'function' ? fails(detection)\n : !!detection;\n};\n\nvar normalize = isForced.normalize = function (string) {\n return String(string).replace(replacement, '.').toLowerCase();\n};\n\nvar data = isForced.data = {};\nvar NATIVE = isForced.NATIVE = 'N';\nvar POLYFILL = isForced.POLYFILL = 'P';\n\nmodule.exports = isForced;\n","var global = require('../internals/global');\nvar getOwnPropertyDescriptor = require('../internals/object-get-own-property-descriptor').f;\nvar createNonEnumerableProperty = require('../internals/create-non-enumerable-property');\nvar redefine = require('../internals/redefine');\nvar setGlobal = require('../internals/set-global');\nvar copyConstructorProperties = require('../internals/copy-constructor-properties');\nvar isForced = require('../internals/is-forced');\n\n/*\n options.target - name of the target object\n options.global - target is the global object\n options.stat - export as static methods of target\n options.proto - export as prototype methods of target\n options.real - real prototype method for the `pure` version\n options.forced - export even if the native feature is available\n options.bind - bind methods to the target, required for the `pure` version\n options.wrap - wrap constructors to preventing global pollution, required for the `pure` version\n options.unsafe - use the simple assignment of property instead of delete + defineProperty\n options.sham - add a flag to not completely full polyfills\n options.enumerable - export as enumerable property\n options.noTargetGet - prevent calling a getter on target\n*/\nmodule.exports = function (options, source) {\n var TARGET = options.target;\n var GLOBAL = options.global;\n var STATIC = options.stat;\n var FORCED, target, key, targetProperty, sourceProperty, descriptor;\n if (GLOBAL) {\n target = global;\n } else if (STATIC) {\n target = global[TARGET] || setGlobal(TARGET, {});\n } else {\n target = (global[TARGET] || {}).prototype;\n }\n if (target) for (key in source) {\n sourceProperty = source[key];\n if (options.noTargetGet) {\n descriptor = getOwnPropertyDescriptor(target, key);\n targetProperty = descriptor && descriptor.value;\n } else targetProperty = target[key];\n FORCED = isForced(GLOBAL ? key : TARGET + (STATIC ? '.' : '#') + key, options.forced);\n // contained in target\n if (!FORCED && targetProperty !== undefined) {\n if (typeof sourceProperty === typeof targetProperty) continue;\n copyConstructorProperties(sourceProperty, targetProperty);\n }\n // add a flag to not completely full polyfills\n if (options.sham || (targetProperty && targetProperty.sham)) {\n createNonEnumerableProperty(sourceProperty, 'sham', true);\n }\n // extend global\n redefine(target, key, sourceProperty, options);\n }\n};\n","var $ = require('../internals/export');\n\n// `Number.MAX_SAFE_INTEGER` constant\n// https://tc39.es/ecma262/#sec-number.max_safe_integer\n$({ target: 'Number', stat: true }, {\n MAX_SAFE_INTEGER: 0x1FFFFFFFFFFFFF\n});\n","var isObject = require('../internals/is-object');\n\nmodule.exports = function (it) {\n if (!isObject(it) && it !== null) {\n throw TypeError(\"Can't set \" + String(it) + ' as a prototype');\n } return it;\n};\n","var anObject = require('../internals/an-object');\nvar defineProperties = require('../internals/object-define-properties');\nvar enumBugKeys = require('../internals/enum-bug-keys');\nvar hiddenKeys = require('../internals/hidden-keys');\nvar html = require('../internals/html');\nvar documentCreateElement = require('../internals/document-create-element');\nvar sharedKey = require('../internals/shared-key');\n\nvar GT = '>';\nvar LT = '<';\nvar PROTOTYPE = 'prototype';\nvar SCRIPT = 'script';\nvar IE_PROTO = sharedKey('IE_PROTO');\n\nvar EmptyConstructor = function () { /* empty */ };\n\nvar scriptTag = function (content) {\n return LT + SCRIPT + GT + content + LT + '/' + SCRIPT + GT;\n};\n\n// Create object with fake `null` prototype: use ActiveX Object with cleared prototype\nvar NullProtoObjectViaActiveX = function (activeXDocument) {\n activeXDocument.write(scriptTag(''));\n activeXDocument.close();\n var temp = activeXDocument.parentWindow.Object;\n activeXDocument = null; // avoid memory leak\n return temp;\n};\n\n// Create object with fake `null` prototype: use iframe Object with cleared prototype\nvar NullProtoObjectViaIFrame = function () {\n // Thrash, waste and sodomy: IE GC bug\n var iframe = documentCreateElement('iframe');\n var JS = 'java' + SCRIPT + ':';\n var iframeDocument;\n iframe.style.display = 'none';\n html.appendChild(iframe);\n // https://github.com/zloirock/core-js/issues/475\n iframe.src = String(JS);\n iframeDocument = iframe.contentWindow.document;\n iframeDocument.open();\n iframeDocument.write(scriptTag('document.F=Object'));\n iframeDocument.close();\n return iframeDocument.F;\n};\n\n// Check for document.domain and active x support\n// No need to use active x approach when document.domain is not set\n// see https://github.com/es-shims/es5-shim/issues/150\n// variation of https://github.com/kitcambridge/es5-shim/commit/4f738ac066346\n// avoid IE GC bug\nvar activeXDocument;\nvar NullProtoObject = function () {\n try {\n /* global ActiveXObject -- old IE */\n activeXDocument = document.domain && new ActiveXObject('htmlfile');\n } catch (error) { /* ignore */ }\n NullProtoObject = activeXDocument ? NullProtoObjectViaActiveX(activeXDocument) : NullProtoObjectViaIFrame();\n var length = enumBugKeys.length;\n while (length--) delete NullProtoObject[PROTOTYPE][enumBugKeys[length]];\n return NullProtoObject();\n};\n\nhiddenKeys[IE_PROTO] = true;\n\n// `Object.create` method\n// https://tc39.es/ecma262/#sec-object.create\nmodule.exports = Object.create || function create(O, Properties) {\n var result;\n if (O !== null) {\n EmptyConstructor[PROTOTYPE] = anObject(O);\n result = new EmptyConstructor();\n EmptyConstructor[PROTOTYPE] = null;\n // add \"__proto__\" for Object.getPrototypeOf polyfill\n result[IE_PROTO] = O;\n } else result = NullProtoObject();\n return Properties === undefined ? result : defineProperties(result, Properties);\n};\n","/* eslint-disable no-proto -- safe */\nvar anObject = require('../internals/an-object');\nvar aPossiblePrototype = require('../internals/a-possible-prototype');\n\n// `Object.setPrototypeOf` method\n// https://tc39.es/ecma262/#sec-object.setprototypeof\n// Works with __proto__ only. Old v8 can't work with null proto objects.\n// eslint-disable-next-line es/no-object-setprototypeof -- safe\nmodule.exports = Object.setPrototypeOf || ('__proto__' in {} ? function () {\n var CORRECT_SETTER = false;\n var test = {};\n var setter;\n try {\n // eslint-disable-next-line es/no-object-getownpropertydescriptor -- safe\n setter = Object.getOwnPropertyDescriptor(Object.prototype, '__proto__').set;\n setter.call(test, []);\n CORRECT_SETTER = test instanceof Array;\n } catch (error) { /* empty */ }\n return function setPrototypeOf(O, proto) {\n anObject(O);\n aPossiblePrototype(proto);\n if (CORRECT_SETTER) setter.call(O, proto);\n else O.__proto__ = proto;\n return O;\n };\n}() : undefined);\n","var isObject = require('../internals/is-object');\nvar setPrototypeOf = require('../internals/object-set-prototype-of');\n\n// makes subclassing work correct for wrapped built-ins\nmodule.exports = function ($this, dummy, Wrapper) {\n var NewTarget, NewTargetPrototype;\n if (\n // it can work only with native `setPrototypeOf`\n setPrototypeOf &&\n // we haven't completely correct pre-ES6 way for getting `new.target`, so use this\n typeof (NewTarget = dummy.constructor) == 'function' &&\n NewTarget !== Wrapper &&\n isObject(NewTargetPrototype = NewTarget.prototype) &&\n NewTargetPrototype !== Wrapper.prototype\n ) setPrototypeOf($this, NewTargetPrototype);\n return $this;\n};\n","var internalObjectKeys = require('../internals/object-keys-internal');\nvar enumBugKeys = require('../internals/enum-bug-keys');\n\n// `Object.keys` method\n// https://tc39.es/ecma262/#sec-object.keys\nmodule.exports = Object.keys || function keys(O) {\n return internalObjectKeys(O, enumBugKeys);\n};\n","var DESCRIPTORS = require('../internals/descriptors');\nvar definePropertyModule = require('../internals/object-define-property');\nvar anObject = require('../internals/an-object');\nvar objectKeys = require('../internals/object-keys');\n\n// `Object.defineProperties` method\n// https://tc39.es/ecma262/#sec-object.defineproperties\n// eslint-disable-next-line es/no-object-defineproperties -- safe\nmodule.exports = DESCRIPTORS ? Object.defineProperties : function defineProperties(O, Properties) {\n anObject(O);\n var keys = objectKeys(Properties);\n var length = keys.length;\n var index = 0;\n var key;\n while (length > index) definePropertyModule.f(O, key = keys[index++], Properties[key]);\n return O;\n};\n","var getBuiltIn = require('../internals/get-built-in');\n\nmodule.exports = getBuiltIn('document', 'documentElement');\n","// a string of all valid unicode whitespaces\nmodule.exports = '\\u0009\\u000A\\u000B\\u000C\\u000D\\u0020\\u00A0\\u1680\\u2000\\u2001\\u2002' +\n '\\u2003\\u2004\\u2005\\u2006\\u2007\\u2008\\u2009\\u200A\\u202F\\u205F\\u3000\\u2028\\u2029\\uFEFF';\n","var requireObjectCoercible = require('../internals/require-object-coercible');\nvar whitespaces = require('../internals/whitespaces');\n\nvar whitespace = '[' + whitespaces + ']';\nvar ltrim = RegExp('^' + whitespace + whitespace + '*');\nvar rtrim = RegExp(whitespace + whitespace + '*$');\n\n// `String.prototype.{ trim, trimStart, trimEnd, trimLeft, trimRight }` methods implementation\nvar createMethod = function (TYPE) {\n return function ($this) {\n var string = String(requireObjectCoercible($this));\n if (TYPE & 1) string = string.replace(ltrim, '');\n if (TYPE & 2) string = string.replace(rtrim, '');\n return string;\n };\n};\n\nmodule.exports = {\n // `String.prototype.{ trimLeft, trimStart }` methods\n // https://tc39.es/ecma262/#sec-string.prototype.trimstart\n start: createMethod(1),\n // `String.prototype.{ trimRight, trimEnd }` methods\n // https://tc39.es/ecma262/#sec-string.prototype.trimend\n end: createMethod(2),\n // `String.prototype.trim` method\n // https://tc39.es/ecma262/#sec-string.prototype.trim\n trim: createMethod(3)\n};\n","'use strict';\nvar DESCRIPTORS = require('../internals/descriptors');\nvar global = require('../internals/global');\nvar isForced = require('../internals/is-forced');\nvar redefine = require('../internals/redefine');\nvar has = require('../internals/has');\nvar classof = require('../internals/classof-raw');\nvar inheritIfRequired = require('../internals/inherit-if-required');\nvar toPrimitive = require('../internals/to-primitive');\nvar fails = require('../internals/fails');\nvar create = require('../internals/object-create');\nvar getOwnPropertyNames = require('../internals/object-get-own-property-names').f;\nvar getOwnPropertyDescriptor = require('../internals/object-get-own-property-descriptor').f;\nvar defineProperty = require('../internals/object-define-property').f;\nvar trim = require('../internals/string-trim').trim;\n\nvar NUMBER = 'Number';\nvar NativeNumber = global[NUMBER];\nvar NumberPrototype = NativeNumber.prototype;\n\n// Opera ~12 has broken Object#toString\nvar BROKEN_CLASSOF = classof(create(NumberPrototype)) == NUMBER;\n\n// `ToNumber` abstract operation\n// https://tc39.es/ecma262/#sec-tonumber\nvar toNumber = function (argument) {\n var it = toPrimitive(argument, false);\n var first, third, radix, maxCode, digits, length, index, code;\n if (typeof it == 'string' && it.length > 2) {\n it = trim(it);\n first = it.charCodeAt(0);\n if (first === 43 || first === 45) {\n third = it.charCodeAt(2);\n if (third === 88 || third === 120) return NaN; // Number('+0x1') should be NaN, old V8 fix\n } else if (first === 48) {\n switch (it.charCodeAt(1)) {\n case 66: case 98: radix = 2; maxCode = 49; break; // fast equal of /^0b[01]+$/i\n case 79: case 111: radix = 8; maxCode = 55; break; // fast equal of /^0o[0-7]+$/i\n default: return +it;\n }\n digits = it.slice(2);\n length = digits.length;\n for (index = 0; index < length; index++) {\n code = digits.charCodeAt(index);\n // parseInt parses a string to a first unavailable symbol\n // but ToNumber should return NaN if a string contains unavailable symbols\n if (code < 48 || code > maxCode) return NaN;\n } return parseInt(digits, radix);\n }\n } return +it;\n};\n\n// `Number` constructor\n// https://tc39.es/ecma262/#sec-number-constructor\nif (isForced(NUMBER, !NativeNumber(' 0o1') || !NativeNumber('0b1') || NativeNumber('+0x1'))) {\n var NumberWrapper = function Number(value) {\n var it = arguments.length < 1 ? 0 : value;\n var dummy = this;\n return dummy instanceof NumberWrapper\n // check on 1..constructor(foo) case\n && (BROKEN_CLASSOF ? fails(function () { NumberPrototype.valueOf.call(dummy); }) : classof(dummy) != NUMBER)\n ? inheritIfRequired(new NativeNumber(toNumber(it)), dummy, NumberWrapper) : toNumber(it);\n };\n for (var keys = DESCRIPTORS ? getOwnPropertyNames(NativeNumber) : (\n // ES3:\n 'MAX_VALUE,MIN_VALUE,NaN,NEGATIVE_INFINITY,POSITIVE_INFINITY,' +\n // ES2015 (in case, if modules with ES2015 Number statics required before):\n 'EPSILON,isFinite,isInteger,isNaN,isSafeInteger,MAX_SAFE_INTEGER,' +\n 'MIN_SAFE_INTEGER,parseFloat,parseInt,isInteger,' +\n // ESNext\n 'fromString,range'\n ).split(','), j = 0, key; keys.length > j; j++) {\n if (has(NativeNumber, key = keys[j]) && !has(NumberWrapper, key)) {\n defineProperty(NumberWrapper, key, getOwnPropertyDescriptor(NativeNumber, key));\n }\n }\n NumberWrapper.prototype = NumberPrototype;\n NumberPrototype.constructor = NumberWrapper;\n redefine(global, NUMBER, NumberWrapper);\n}\n","// Note: this is the semver.org version of the spec that it implements\n// Not necessarily the package version of this code.\nconst SEMVER_SPEC_VERSION = '2.0.0'\n\nconst MAX_LENGTH = 256\nconst MAX_SAFE_INTEGER = Number.MAX_SAFE_INTEGER ||\n /* istanbul ignore next */ 9007199254740991\n\n// Max safe segment length for coercion.\nconst MAX_SAFE_COMPONENT_LENGTH = 16\n\nmodule.exports = {\n SEMVER_SPEC_VERSION,\n MAX_LENGTH,\n MAX_SAFE_INTEGER,\n MAX_SAFE_COMPONENT_LENGTH\n}\n","var global = require('../internals/global');\nvar userAgent = require('../internals/engine-user-agent');\n\nvar process = global.process;\nvar versions = process && process.versions;\nvar v8 = versions && versions.v8;\nvar match, version;\n\nif (v8) {\n match = v8.split('.');\n version = match[0] + match[1];\n} else if (userAgent) {\n match = userAgent.match(/Edge\\/(\\d+)/);\n if (!match || match[1] >= 74) {\n match = userAgent.match(/Chrome\\/(\\d+)/);\n if (match) version = match[1];\n }\n}\n\nmodule.exports = version && +version;\n","var classof = require('../internals/classof-raw');\nvar global = require('../internals/global');\n\nmodule.exports = classof(global.process) == 'process';\n","var getBuiltIn = require('../internals/get-built-in');\n\nmodule.exports = getBuiltIn('navigator', 'userAgent') || '';\n","var IS_NODE = require('../internals/engine-is-node');\nvar V8_VERSION = require('../internals/engine-v8-version');\nvar fails = require('../internals/fails');\n\nmodule.exports = !!Object.getOwnPropertySymbols && !fails(function () {\n /* global Symbol -- required for testing */\n return !Symbol.sham &&\n // Chrome 38 Symbol has incorrect toString conversion\n // Chrome 38-40 symbols are not inherited from DOM collections prototypes to instances\n (IS_NODE ? V8_VERSION === 38 : V8_VERSION > 37 && V8_VERSION < 41);\n});\n","var NATIVE_SYMBOL = require('../internals/native-symbol');\n\nmodule.exports = NATIVE_SYMBOL\n /* global Symbol -- safe */\n && !Symbol.sham\n && typeof Symbol.iterator == 'symbol';\n","var global = require('../internals/global');\nvar shared = require('../internals/shared');\nvar has = require('../internals/has');\nvar uid = require('../internals/uid');\nvar NATIVE_SYMBOL = require('../internals/native-symbol');\nvar USE_SYMBOL_AS_UID = require('../internals/use-symbol-as-uid');\n\nvar WellKnownSymbolsStore = shared('wks');\nvar Symbol = global.Symbol;\nvar createWellKnownSymbol = USE_SYMBOL_AS_UID ? Symbol : Symbol && Symbol.withoutSetter || uid;\n\nmodule.exports = function (name) {\n if (!has(WellKnownSymbolsStore, name) || !(NATIVE_SYMBOL || typeof WellKnownSymbolsStore[name] == 'string')) {\n if (NATIVE_SYMBOL && has(Symbol, name)) {\n WellKnownSymbolsStore[name] = Symbol[name];\n } else {\n WellKnownSymbolsStore[name] = createWellKnownSymbol('Symbol.' + name);\n }\n } return WellKnownSymbolsStore[name];\n};\n","var isObject = require('../internals/is-object');\nvar classof = require('../internals/classof-raw');\nvar wellKnownSymbol = require('../internals/well-known-symbol');\n\nvar MATCH = wellKnownSymbol('match');\n\n// `IsRegExp` abstract operation\n// https://tc39.es/ecma262/#sec-isregexp\nmodule.exports = function (it) {\n var isRegExp;\n return isObject(it) && ((isRegExp = it[MATCH]) !== undefined ? !!isRegExp : classof(it) == 'RegExp');\n};\n","'use strict';\nvar anObject = require('../internals/an-object');\n\n// `RegExp.prototype.flags` getter implementation\n// https://tc39.es/ecma262/#sec-get-regexp.prototype.flags\nmodule.exports = function () {\n var that = anObject(this);\n var result = '';\n if (that.global) result += 'g';\n if (that.ignoreCase) result += 'i';\n if (that.multiline) result += 'm';\n if (that.dotAll) result += 's';\n if (that.unicode) result += 'u';\n if (that.sticky) result += 'y';\n return result;\n};\n","'use strict';\n\nvar fails = require('./fails');\n\n// babel-minify transpiles RegExp('a', 'y') -> /a/y and it causes SyntaxError,\n// so we use an intermediate function.\nfunction RE(s, f) {\n return RegExp(s, f);\n}\n\nexports.UNSUPPORTED_Y = fails(function () {\n // babel-minify transpiles RegExp('a', 'y') -> /a/y and it causes SyntaxError\n var re = RE('a', 'y');\n re.lastIndex = 2;\n return re.exec('abcd') != null;\n});\n\nexports.BROKEN_CARET = fails(function () {\n // https://bugzilla.mozilla.org/show_bug.cgi?id=773687\n var re = RE('^r', 'gy');\n re.lastIndex = 2;\n return re.exec('str') != null;\n});\n","'use strict';\nvar getBuiltIn = require('../internals/get-built-in');\nvar definePropertyModule = require('../internals/object-define-property');\nvar wellKnownSymbol = require('../internals/well-known-symbol');\nvar DESCRIPTORS = require('../internals/descriptors');\n\nvar SPECIES = wellKnownSymbol('species');\n\nmodule.exports = function (CONSTRUCTOR_NAME) {\n var Constructor = getBuiltIn(CONSTRUCTOR_NAME);\n var defineProperty = definePropertyModule.f;\n\n if (DESCRIPTORS && Constructor && !Constructor[SPECIES]) {\n defineProperty(Constructor, SPECIES, {\n configurable: true,\n get: function () { return this; }\n });\n }\n};\n","var DESCRIPTORS = require('../internals/descriptors');\nvar global = require('../internals/global');\nvar isForced = require('../internals/is-forced');\nvar inheritIfRequired = require('../internals/inherit-if-required');\nvar defineProperty = require('../internals/object-define-property').f;\nvar getOwnPropertyNames = require('../internals/object-get-own-property-names').f;\nvar isRegExp = require('../internals/is-regexp');\nvar getFlags = require('../internals/regexp-flags');\nvar stickyHelpers = require('../internals/regexp-sticky-helpers');\nvar redefine = require('../internals/redefine');\nvar fails = require('../internals/fails');\nvar enforceInternalState = require('../internals/internal-state').enforce;\nvar setSpecies = require('../internals/set-species');\nvar wellKnownSymbol = require('../internals/well-known-symbol');\n\nvar MATCH = wellKnownSymbol('match');\nvar NativeRegExp = global.RegExp;\nvar RegExpPrototype = NativeRegExp.prototype;\nvar re1 = /a/g;\nvar re2 = /a/g;\n\n// \"new\" should create a new object, old webkit bug\nvar CORRECT_NEW = new NativeRegExp(re1) !== re1;\n\nvar UNSUPPORTED_Y = stickyHelpers.UNSUPPORTED_Y;\n\nvar FORCED = DESCRIPTORS && isForced('RegExp', (!CORRECT_NEW || UNSUPPORTED_Y || fails(function () {\n re2[MATCH] = false;\n // RegExp constructor can alter flags and IsRegExp works correct with @@match\n return NativeRegExp(re1) != re1 || NativeRegExp(re2) == re2 || NativeRegExp(re1, 'i') != '/a/i';\n})));\n\n// `RegExp` constructor\n// https://tc39.es/ecma262/#sec-regexp-constructor\nif (FORCED) {\n var RegExpWrapper = function RegExp(pattern, flags) {\n var thisIsRegExp = this instanceof RegExpWrapper;\n var patternIsRegExp = isRegExp(pattern);\n var flagsAreUndefined = flags === undefined;\n var sticky;\n\n if (!thisIsRegExp && patternIsRegExp && pattern.constructor === RegExpWrapper && flagsAreUndefined) {\n return pattern;\n }\n\n if (CORRECT_NEW) {\n if (patternIsRegExp && !flagsAreUndefined) pattern = pattern.source;\n } else if (pattern instanceof RegExpWrapper) {\n if (flagsAreUndefined) flags = getFlags.call(pattern);\n pattern = pattern.source;\n }\n\n if (UNSUPPORTED_Y) {\n sticky = !!flags && flags.indexOf('y') > -1;\n if (sticky) flags = flags.replace(/y/g, '');\n }\n\n var result = inheritIfRequired(\n CORRECT_NEW ? new NativeRegExp(pattern, flags) : NativeRegExp(pattern, flags),\n thisIsRegExp ? this : RegExpPrototype,\n RegExpWrapper\n );\n\n if (UNSUPPORTED_Y && sticky) {\n var state = enforceInternalState(result);\n state.sticky = true;\n }\n\n return result;\n };\n var proxy = function (key) {\n key in RegExpWrapper || defineProperty(RegExpWrapper, key, {\n configurable: true,\n get: function () { return NativeRegExp[key]; },\n set: function (it) { NativeRegExp[key] = it; }\n });\n };\n var keys = getOwnPropertyNames(NativeRegExp);\n var index = 0;\n while (keys.length > index) proxy(keys[index++]);\n RegExpPrototype.constructor = RegExpWrapper;\n RegExpWrapper.prototype = RegExpPrototype;\n redefine(global, 'RegExp', RegExpWrapper);\n}\n\n// https://tc39.es/ecma262/#sec-get-regexp-@@species\nsetSpecies('RegExp');\n","'use strict';\nvar regexpFlags = require('./regexp-flags');\nvar stickyHelpers = require('./regexp-sticky-helpers');\n\nvar nativeExec = RegExp.prototype.exec;\n// This always refers to the native implementation, because the\n// String#replace polyfill uses ./fix-regexp-well-known-symbol-logic.js,\n// which loads this file before patching the method.\nvar nativeReplace = String.prototype.replace;\n\nvar patchedExec = nativeExec;\n\nvar UPDATES_LAST_INDEX_WRONG = (function () {\n var re1 = /a/;\n var re2 = /b*/g;\n nativeExec.call(re1, 'a');\n nativeExec.call(re2, 'a');\n return re1.lastIndex !== 0 || re2.lastIndex !== 0;\n})();\n\nvar UNSUPPORTED_Y = stickyHelpers.UNSUPPORTED_Y || stickyHelpers.BROKEN_CARET;\n\n// nonparticipating capturing group, copied from es5-shim's String#split patch.\n// eslint-disable-next-line regexp/no-assertion-capturing-group, regexp/no-empty-group -- required for testing\nvar NPCG_INCLUDED = /()??/.exec('')[1] !== undefined;\n\nvar PATCH = UPDATES_LAST_INDEX_WRONG || NPCG_INCLUDED || UNSUPPORTED_Y;\n\nif (PATCH) {\n patchedExec = function exec(str) {\n var re = this;\n var lastIndex, reCopy, match, i;\n var sticky = UNSUPPORTED_Y && re.sticky;\n var flags = regexpFlags.call(re);\n var source = re.source;\n var charsAdded = 0;\n var strCopy = str;\n\n if (sticky) {\n flags = flags.replace('y', '');\n if (flags.indexOf('g') === -1) {\n flags += 'g';\n }\n\n strCopy = String(str).slice(re.lastIndex);\n // Support anchored sticky behavior.\n if (re.lastIndex > 0 && (!re.multiline || re.multiline && str[re.lastIndex - 1] !== '\\n')) {\n source = '(?: ' + source + ')';\n strCopy = ' ' + strCopy;\n charsAdded++;\n }\n // ^(? + rx + ) is needed, in combination with some str slicing, to\n // simulate the 'y' flag.\n reCopy = new RegExp('^(?:' + source + ')', flags);\n }\n\n if (NPCG_INCLUDED) {\n reCopy = new RegExp('^' + source + '$(?!\\\\s)', flags);\n }\n if (UPDATES_LAST_INDEX_WRONG) lastIndex = re.lastIndex;\n\n match = nativeExec.call(sticky ? reCopy : re, strCopy);\n\n if (sticky) {\n if (match) {\n match.input = match.input.slice(charsAdded);\n match[0] = match[0].slice(charsAdded);\n match.index = re.lastIndex;\n re.lastIndex += match[0].length;\n } else re.lastIndex = 0;\n } else if (UPDATES_LAST_INDEX_WRONG && match) {\n re.lastIndex = re.global ? match.index + match[0].length : lastIndex;\n }\n if (NPCG_INCLUDED && match && match.length > 1) {\n // Fix browsers whose `exec` methods don't consistently return `undefined`\n // for NPCG, like IE8. NOTE: This doesn' work for /(.?)?/\n nativeReplace.call(match[0], reCopy, function () {\n for (i = 1; i < arguments.length - 2; i++) {\n if (arguments[i] === undefined) match[i] = undefined;\n }\n });\n }\n\n return match;\n };\n}\n\nmodule.exports = patchedExec;\n","'use strict';\nvar $ = require('../internals/export');\nvar exec = require('../internals/regexp-exec');\n\n// `RegExp.prototype.exec` method\n// https://tc39.es/ecma262/#sec-regexp.prototype.exec\n$({ target: 'RegExp', proto: true, forced: /./.exec !== exec }, {\n exec: exec\n});\n","'use strict';\nvar redefine = require('../internals/redefine');\nvar anObject = require('../internals/an-object');\nvar fails = require('../internals/fails');\nvar flags = require('../internals/regexp-flags');\n\nvar TO_STRING = 'toString';\nvar RegExpPrototype = RegExp.prototype;\nvar nativeToString = RegExpPrototype[TO_STRING];\n\nvar NOT_GENERIC = fails(function () { return nativeToString.call({ source: 'a', flags: 'b' }) != '/a/b'; });\n// FF44- RegExp#toString has a wrong name\nvar INCORRECT_NAME = nativeToString.name != TO_STRING;\n\n// `RegExp.prototype.toString` method\n// https://tc39.es/ecma262/#sec-regexp.prototype.tostring\nif (NOT_GENERIC || INCORRECT_NAME) {\n redefine(RegExp.prototype, TO_STRING, function toString() {\n var R = anObject(this);\n var p = String(R.source);\n var rf = R.flags;\n var f = String(rf === undefined && R instanceof RegExp && !('flags' in RegExpPrototype) ? flags.call(R) : rf);\n return '/' + p + '/' + f;\n }, { unsafe: true });\n}\n","var classof = require('../internals/classof-raw');\n\n// `IsArray` abstract operation\n// https://tc39.es/ecma262/#sec-isarray\nmodule.exports = Array.isArray || function isArray(arg) {\n return classof(arg) == 'Array';\n};\n","'use strict';\nvar toPrimitive = require('../internals/to-primitive');\nvar definePropertyModule = require('../internals/object-define-property');\nvar createPropertyDescriptor = require('../internals/create-property-descriptor');\n\nmodule.exports = function (object, key, value) {\n var propertyKey = toPrimitive(key);\n if (propertyKey in object) definePropertyModule.f(object, propertyKey, createPropertyDescriptor(0, value));\n else object[propertyKey] = value;\n};\n","var isObject = require('../internals/is-object');\nvar isArray = require('../internals/is-array');\nvar wellKnownSymbol = require('../internals/well-known-symbol');\n\nvar SPECIES = wellKnownSymbol('species');\n\n// `ArraySpeciesCreate` abstract operation\n// https://tc39.es/ecma262/#sec-arrayspeciescreate\nmodule.exports = function (originalArray, length) {\n var C;\n if (isArray(originalArray)) {\n C = originalArray.constructor;\n // cross-realm fallback\n if (typeof C == 'function' && (C === Array || isArray(C.prototype))) C = undefined;\n else if (isObject(C)) {\n C = C[SPECIES];\n if (C === null) C = undefined;\n }\n } return new (C === undefined ? Array : C)(length === 0 ? 0 : length);\n};\n","var fails = require('../internals/fails');\nvar wellKnownSymbol = require('../internals/well-known-symbol');\nvar V8_VERSION = require('../internals/engine-v8-version');\n\nvar SPECIES = wellKnownSymbol('species');\n\nmodule.exports = function (METHOD_NAME) {\n // We can't use this feature detection in V8 since it causes\n // deoptimization and serious performance degradation\n // https://github.com/zloirock/core-js/issues/677\n return V8_VERSION >= 51 || !fails(function () {\n var array = [];\n var constructor = array.constructor = {};\n constructor[SPECIES] = function () {\n return { foo: 1 };\n };\n return array[METHOD_NAME](Boolean).foo !== 1;\n });\n};\n","'use strict';\nvar $ = require('../internals/export');\nvar fails = require('../internals/fails');\nvar isArray = require('../internals/is-array');\nvar isObject = require('../internals/is-object');\nvar toObject = require('../internals/to-object');\nvar toLength = require('../internals/to-length');\nvar createProperty = require('../internals/create-property');\nvar arraySpeciesCreate = require('../internals/array-species-create');\nvar arrayMethodHasSpeciesSupport = require('../internals/array-method-has-species-support');\nvar wellKnownSymbol = require('../internals/well-known-symbol');\nvar V8_VERSION = require('../internals/engine-v8-version');\n\nvar IS_CONCAT_SPREADABLE = wellKnownSymbol('isConcatSpreadable');\nvar MAX_SAFE_INTEGER = 0x1FFFFFFFFFFFFF;\nvar MAXIMUM_ALLOWED_INDEX_EXCEEDED = 'Maximum allowed index exceeded';\n\n// We can't use this feature detection in V8 since it causes\n// deoptimization and serious performance degradation\n// https://github.com/zloirock/core-js/issues/679\nvar IS_CONCAT_SPREADABLE_SUPPORT = V8_VERSION >= 51 || !fails(function () {\n var array = [];\n array[IS_CONCAT_SPREADABLE] = false;\n return array.concat()[0] !== array;\n});\n\nvar SPECIES_SUPPORT = arrayMethodHasSpeciesSupport('concat');\n\nvar isConcatSpreadable = function (O) {\n if (!isObject(O)) return false;\n var spreadable = O[IS_CONCAT_SPREADABLE];\n return spreadable !== undefined ? !!spreadable : isArray(O);\n};\n\nvar FORCED = !IS_CONCAT_SPREADABLE_SUPPORT || !SPECIES_SUPPORT;\n\n// `Array.prototype.concat` method\n// https://tc39.es/ecma262/#sec-array.prototype.concat\n// with adding support of @@isConcatSpreadable and @@species\n$({ target: 'Array', proto: true, forced: FORCED }, {\n // eslint-disable-next-line no-unused-vars -- required for `.length`\n concat: function concat(arg) {\n var O = toObject(this);\n var A = arraySpeciesCreate(O, 0);\n var n = 0;\n var i, k, length, len, E;\n for (i = -1, length = arguments.length; i < length; i++) {\n E = i === -1 ? O : arguments[i];\n if (isConcatSpreadable(E)) {\n len = toLength(E.length);\n if (n + len > MAX_SAFE_INTEGER) throw TypeError(MAXIMUM_ALLOWED_INDEX_EXCEEDED);\n for (k = 0; k < len; k++, n++) if (k in E) createProperty(A, n, E[k]);\n } else {\n if (n >= MAX_SAFE_INTEGER) throw TypeError(MAXIMUM_ALLOWED_INDEX_EXCEEDED);\n createProperty(A, n++, E);\n }\n }\n A.length = n;\n return A;\n }\n});\n","const debug = (\n typeof process === 'object' &&\n process.env &&\n process.env.NODE_DEBUG &&\n /\\bsemver\\b/i.test(process.env.NODE_DEBUG)\n) ? (...args) => console.error('SEMVER', ...args)\n : () => {}\n\nmodule.exports = debug\n","const { MAX_SAFE_COMPONENT_LENGTH } = require('./constants')\nconst debug = require('./debug')\nexports = module.exports = {}\n\n// The actual regexps go on exports.re\nconst re = exports.re = []\nconst src = exports.src = []\nconst t = exports.t = {}\nlet R = 0\n\nconst createToken = (name, value, isGlobal) => {\n const index = R++\n debug(index, value)\n t[name] = index\n src[index] = value\n re[index] = new RegExp(value, isGlobal ? 'g' : undefined)\n}\n\n// The following Regular Expressions can be used for tokenizing,\n// validating, and parsing SemVer version strings.\n\n// ## Numeric Identifier\n// A single `0`, or a non-zero digit followed by zero or more digits.\n\ncreateToken('NUMERICIDENTIFIER', '0|[1-9]\\\\d*')\ncreateToken('NUMERICIDENTIFIERLOOSE', '[0-9]+')\n\n// ## Non-numeric Identifier\n// Zero or more digits, followed by a letter or hyphen, and then zero or\n// more letters, digits, or hyphens.\n\ncreateToken('NONNUMERICIDENTIFIER', '\\\\d*[a-zA-Z-][a-zA-Z0-9-]*')\n\n// ## Main Version\n// Three dot-separated numeric identifiers.\n\ncreateToken('MAINVERSION', `(${src[t.NUMERICIDENTIFIER]})\\\\.` +\n `(${src[t.NUMERICIDENTIFIER]})\\\\.` +\n `(${src[t.NUMERICIDENTIFIER]})`)\n\ncreateToken('MAINVERSIONLOOSE', `(${src[t.NUMERICIDENTIFIERLOOSE]})\\\\.` +\n `(${src[t.NUMERICIDENTIFIERLOOSE]})\\\\.` +\n `(${src[t.NUMERICIDENTIFIERLOOSE]})`)\n\n// ## Pre-release Version Identifier\n// A numeric identifier, or a non-numeric identifier.\n\ncreateToken('PRERELEASEIDENTIFIER', `(?:${src[t.NUMERICIDENTIFIER]\n}|${src[t.NONNUMERICIDENTIFIER]})`)\n\ncreateToken('PRERELEASEIDENTIFIERLOOSE', `(?:${src[t.NUMERICIDENTIFIERLOOSE]\n}|${src[t.NONNUMERICIDENTIFIER]})`)\n\n// ## Pre-release Version\n// Hyphen, followed by one or more dot-separated pre-release version\n// identifiers.\n\ncreateToken('PRERELEASE', `(?:-(${src[t.PRERELEASEIDENTIFIER]\n}(?:\\\\.${src[t.PRERELEASEIDENTIFIER]})*))`)\n\ncreateToken('PRERELEASELOOSE', `(?:-?(${src[t.PRERELEASEIDENTIFIERLOOSE]\n}(?:\\\\.${src[t.PRERELEASEIDENTIFIERLOOSE]})*))`)\n\n// ## Build Metadata Identifier\n// Any combination of digits, letters, or hyphens.\n\ncreateToken('BUILDIDENTIFIER', '[0-9A-Za-z-]+')\n\n// ## Build Metadata\n// Plus sign, followed by one or more period-separated build metadata\n// identifiers.\n\ncreateToken('BUILD', `(?:\\\\+(${src[t.BUILDIDENTIFIER]\n}(?:\\\\.${src[t.BUILDIDENTIFIER]})*))`)\n\n// ## Full Version String\n// A main version, followed optionally by a pre-release version and\n// build metadata.\n\n// Note that the only major, minor, patch, and pre-release sections of\n// the version string are capturing groups. The build metadata is not a\n// capturing group, because it should not ever be used in version\n// comparison.\n\ncreateToken('FULLPLAIN', `v?${src[t.MAINVERSION]\n}${src[t.PRERELEASE]}?${\n src[t.BUILD]}?`)\n\ncreateToken('FULL', `^${src[t.FULLPLAIN]}$`)\n\n// like full, but allows v1.2.3 and =1.2.3, which people do sometimes.\n// also, 1.0.0alpha1 (prerelease without the hyphen) which is pretty\n// common in the npm registry.\ncreateToken('LOOSEPLAIN', `[v=\\\\s]*${src[t.MAINVERSIONLOOSE]\n}${src[t.PRERELEASELOOSE]}?${\n src[t.BUILD]}?`)\n\ncreateToken('LOOSE', `^${src[t.LOOSEPLAIN]}$`)\n\ncreateToken('GTLT', '((?:<|>)?=?)')\n\n// Something like \"2.*\" or \"1.2.x\".\n// Note that \"x.x\" is a valid xRange identifer, meaning \"any version\"\n// Only the first item is strictly required.\ncreateToken('XRANGEIDENTIFIERLOOSE', `${src[t.NUMERICIDENTIFIERLOOSE]}|x|X|\\\\*`)\ncreateToken('XRANGEIDENTIFIER', `${src[t.NUMERICIDENTIFIER]}|x|X|\\\\*`)\n\ncreateToken('XRANGEPLAIN', `[v=\\\\s]*(${src[t.XRANGEIDENTIFIER]})` +\n `(?:\\\\.(${src[t.XRANGEIDENTIFIER]})` +\n `(?:\\\\.(${src[t.XRANGEIDENTIFIER]})` +\n `(?:${src[t.PRERELEASE]})?${\n src[t.BUILD]}?` +\n `)?)?`)\n\ncreateToken('XRANGEPLAINLOOSE', `[v=\\\\s]*(${src[t.XRANGEIDENTIFIERLOOSE]})` +\n `(?:\\\\.(${src[t.XRANGEIDENTIFIERLOOSE]})` +\n `(?:\\\\.(${src[t.XRANGEIDENTIFIERLOOSE]})` +\n `(?:${src[t.PRERELEASELOOSE]})?${\n src[t.BUILD]}?` +\n `)?)?`)\n\ncreateToken('XRANGE', `^${src[t.GTLT]}\\\\s*${src[t.XRANGEPLAIN]}$`)\ncreateToken('XRANGELOOSE', `^${src[t.GTLT]}\\\\s*${src[t.XRANGEPLAINLOOSE]}$`)\n\n// Coercion.\n// Extract anything that could conceivably be a part of a valid semver\ncreateToken('COERCE', `${'(^|[^\\\\d])' +\n '(\\\\d{1,'}${MAX_SAFE_COMPONENT_LENGTH}})` +\n `(?:\\\\.(\\\\d{1,${MAX_SAFE_COMPONENT_LENGTH}}))?` +\n `(?:\\\\.(\\\\d{1,${MAX_SAFE_COMPONENT_LENGTH}}))?` +\n `(?:$|[^\\\\d])`)\ncreateToken('COERCERTL', src[t.COERCE], true)\n\n// Tilde ranges.\n// Meaning is \"reasonably at or greater than\"\ncreateToken('LONETILDE', '(?:~>?)')\n\ncreateToken('TILDETRIM', `(\\\\s*)${src[t.LONETILDE]}\\\\s+`, true)\nexports.tildeTrimReplace = '$1~'\n\ncreateToken('TILDE', `^${src[t.LONETILDE]}${src[t.XRANGEPLAIN]}$`)\ncreateToken('TILDELOOSE', `^${src[t.LONETILDE]}${src[t.XRANGEPLAINLOOSE]}$`)\n\n// Caret ranges.\n// Meaning is \"at least and backwards compatible with\"\ncreateToken('LONECARET', '(?:\\\\^)')\n\ncreateToken('CARETTRIM', `(\\\\s*)${src[t.LONECARET]}\\\\s+`, true)\nexports.caretTrimReplace = '$1^'\n\ncreateToken('CARET', `^${src[t.LONECARET]}${src[t.XRANGEPLAIN]}$`)\ncreateToken('CARETLOOSE', `^${src[t.LONECARET]}${src[t.XRANGEPLAINLOOSE]}$`)\n\n// A simple gt/lt/eq thing, or just \"\" to indicate \"any version\"\ncreateToken('COMPARATORLOOSE', `^${src[t.GTLT]}\\\\s*(${src[t.LOOSEPLAIN]})$|^$`)\ncreateToken('COMPARATOR', `^${src[t.GTLT]}\\\\s*(${src[t.FULLPLAIN]})$|^$`)\n\n// An expression to strip any whitespace between the gtlt and the thing\n// it modifies, so that `> 1.2.3` ==> `>1.2.3`\ncreateToken('COMPARATORTRIM', `(\\\\s*)${src[t.GTLT]\n}\\\\s*(${src[t.LOOSEPLAIN]}|${src[t.XRANGEPLAIN]})`, true)\nexports.comparatorTrimReplace = '$1$2$3'\n\n// Something like `1.2.3 - 1.2.4`\n// Note that these all use the loose form, because they'll be\n// checked against either the strict or loose comparator form\n// later.\ncreateToken('HYPHENRANGE', `^\\\\s*(${src[t.XRANGEPLAIN]})` +\n `\\\\s+-\\\\s+` +\n `(${src[t.XRANGEPLAIN]})` +\n `\\\\s*$`)\n\ncreateToken('HYPHENRANGELOOSE', `^\\\\s*(${src[t.XRANGEPLAINLOOSE]})` +\n `\\\\s+-\\\\s+` +\n `(${src[t.XRANGEPLAINLOOSE]})` +\n `\\\\s*$`)\n\n// Star ranges basically just allow anything at all.\ncreateToken('STAR', '(<|>)?=?\\\\s*\\\\*')\n// >=0.0.0 is like a star\ncreateToken('GTE0', '^\\\\s*>=\\\\s*0\\.0\\.0\\\\s*$')\ncreateToken('GTE0PRE', '^\\\\s*>=\\\\s*0\\.0\\.0-0\\\\s*$')\n","'use strict';\n// TODO: Remove from `core-js@4` since it's moved to entry points\nrequire('../modules/es.regexp.exec');\nvar redefine = require('../internals/redefine');\nvar fails = require('../internals/fails');\nvar wellKnownSymbol = require('../internals/well-known-symbol');\nvar regexpExec = require('../internals/regexp-exec');\nvar createNonEnumerableProperty = require('../internals/create-non-enumerable-property');\n\nvar SPECIES = wellKnownSymbol('species');\n\nvar REPLACE_SUPPORTS_NAMED_GROUPS = !fails(function () {\n // #replace needs built-in support for named groups.\n // #match works fine because it just return the exec results, even if it has\n // a \"grops\" property.\n var re = /./;\n re.exec = function () {\n var result = [];\n result.groups = { a: '7' };\n return result;\n };\n return ''.replace(re, '$<a>') !== '7';\n});\n\n// IE <= 11 replaces $0 with the whole match, as if it was $&\n// https://stackoverflow.com/questions/6024666/getting-ie-to-replace-a-regex-with-the-literal-string-0\nvar REPLACE_KEEPS_$0 = (function () {\n return 'a'.replace(/./, '$0') === '$0';\n})();\n\nvar REPLACE = wellKnownSymbol('replace');\n// Safari <= 13.0.3(?) substitutes nth capture where n>m with an empty string\nvar REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE = (function () {\n if (/./[REPLACE]) {\n return /./[REPLACE]('a', '$0') === '';\n }\n return false;\n})();\n\n// Chrome 51 has a buggy \"split\" implementation when RegExp#exec !== nativeExec\n// Weex JS has frozen built-in prototypes, so use try / catch wrapper\nvar SPLIT_WORKS_WITH_OVERWRITTEN_EXEC = !fails(function () {\n // eslint-disable-next-line regexp/no-empty-group -- required for testing\n var re = /(?:)/;\n var originalExec = re.exec;\n re.exec = function () { return originalExec.apply(this, arguments); };\n var result = 'ab'.split(re);\n return result.length !== 2 || result[0] !== 'a' || result[1] !== 'b';\n});\n\nmodule.exports = function (KEY, length, exec, sham) {\n var SYMBOL = wellKnownSymbol(KEY);\n\n var DELEGATES_TO_SYMBOL = !fails(function () {\n // String methods call symbol-named RegEp methods\n var O = {};\n O[SYMBOL] = function () { return 7; };\n return ''[KEY](O) != 7;\n });\n\n var DELEGATES_TO_EXEC = DELEGATES_TO_SYMBOL && !fails(function () {\n // Symbol-named RegExp methods call .exec\n var execCalled = false;\n var re = /a/;\n\n if (KEY === 'split') {\n // We can't use real regex here since it causes deoptimization\n // and serious performance degradation in V8\n // https://github.com/zloirock/core-js/issues/306\n re = {};\n // RegExp[@@split] doesn't call the regex's exec method, but first creates\n // a new one. We need to return the patched regex when creating the new one.\n re.constructor = {};\n re.constructor[SPECIES] = function () { return re; };\n re.flags = '';\n re[SYMBOL] = /./[SYMBOL];\n }\n\n re.exec = function () { execCalled = true; return null; };\n\n re[SYMBOL]('');\n return !execCalled;\n });\n\n if (\n !DELEGATES_TO_SYMBOL ||\n !DELEGATES_TO_EXEC ||\n (KEY === 'replace' && !(\n REPLACE_SUPPORTS_NAMED_GROUPS &&\n REPLACE_KEEPS_$0 &&\n !REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE\n )) ||\n (KEY === 'split' && !SPLIT_WORKS_WITH_OVERWRITTEN_EXEC)\n ) {\n var nativeRegExpMethod = /./[SYMBOL];\n var methods = exec(SYMBOL, ''[KEY], function (nativeMethod, regexp, str, arg2, forceStringMethod) {\n if (regexp.exec === regexpExec) {\n if (DELEGATES_TO_SYMBOL && !forceStringMethod) {\n // The native String method already delegates to @@method (this\n // polyfilled function), leasing to infinite recursion.\n // We avoid it by directly calling the native @@method method.\n return { done: true, value: nativeRegExpMethod.call(regexp, str, arg2) };\n }\n return { done: true, value: nativeMethod.call(str, regexp, arg2) };\n }\n return { done: false };\n }, {\n REPLACE_KEEPS_$0: REPLACE_KEEPS_$0,\n REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE: REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE\n });\n var stringMethod = methods[0];\n var regexMethod = methods[1];\n\n redefine(String.prototype, KEY, stringMethod);\n redefine(RegExp.prototype, SYMBOL, length == 2\n // 21.2.5.8 RegExp.prototype[@@replace](string, replaceValue)\n // 21.2.5.11 RegExp.prototype[@@split](string, limit)\n ? function (string, arg) { return regexMethod.call(string, this, arg); }\n // 21.2.5.6 RegExp.prototype[@@match](string)\n // 21.2.5.9 RegExp.prototype[@@search](string)\n : function (string) { return regexMethod.call(string, this); }\n );\n }\n\n if (sham) createNonEnumerableProperty(RegExp.prototype[SYMBOL], 'sham', true);\n};\n","var toInteger = require('../internals/to-integer');\nvar requireObjectCoercible = require('../internals/require-object-coercible');\n\n// `String.prototype.{ codePointAt, at }` methods implementation\nvar createMethod = function (CONVERT_TO_STRING) {\n return function ($this, pos) {\n var S = String(requireObjectCoercible($this));\n var position = toInteger(pos);\n var size = S.length;\n var first, second;\n if (position < 0 || position >= size) return CONVERT_TO_STRING ? '' : undefined;\n first = S.charCodeAt(position);\n return first < 0xD800 || first > 0xDBFF || position + 1 === size\n || (second = S.charCodeAt(position + 1)) < 0xDC00 || second > 0xDFFF\n ? CONVERT_TO_STRING ? S.charAt(position) : first\n : CONVERT_TO_STRING ? S.slice(position, position + 2) : (first - 0xD800 << 10) + (second - 0xDC00) + 0x10000;\n };\n};\n\nmodule.exports = {\n // `String.prototype.codePointAt` method\n // https://tc39.es/ecma262/#sec-string.prototype.codepointat\n codeAt: createMethod(false),\n // `String.prototype.at` method\n // https://github.com/mathiasbynens/String.prototype.at\n charAt: createMethod(true)\n};\n","'use strict';\nvar charAt = require('../internals/string-multibyte').charAt;\n\n// `AdvanceStringIndex` abstract operation\n// https://tc39.es/ecma262/#sec-advancestringindex\nmodule.exports = function (S, index, unicode) {\n return index + (unicode ? charAt(S, index).length : 1);\n};\n","var classof = require('./classof-raw');\nvar regexpExec = require('./regexp-exec');\n\n// `RegExpExec` abstract operation\n// https://tc39.es/ecma262/#sec-regexpexec\nmodule.exports = function (R, S) {\n var exec = R.exec;\n if (typeof exec === 'function') {\n var result = exec.call(R, S);\n if (typeof result !== 'object') {\n throw TypeError('RegExp exec method returned something other than an Object or null');\n }\n return result;\n }\n\n if (classof(R) !== 'RegExp') {\n throw TypeError('RegExp#exec called on incompatible receiver');\n }\n\n return regexpExec.call(R, S);\n};\n\n","'use strict';\nvar fixRegExpWellKnownSymbolLogic = require('../internals/fix-regexp-well-known-symbol-logic');\nvar anObject = require('../internals/an-object');\nvar toLength = require('../internals/to-length');\nvar requireObjectCoercible = require('../internals/require-object-coercible');\nvar advanceStringIndex = require('../internals/advance-string-index');\nvar regExpExec = require('../internals/regexp-exec-abstract');\n\n// @@match logic\nfixRegExpWellKnownSymbolLogic('match', 1, function (MATCH, nativeMatch, maybeCallNative) {\n return [\n // `String.prototype.match` method\n // https://tc39.es/ecma262/#sec-string.prototype.match\n function match(regexp) {\n var O = requireObjectCoercible(this);\n var matcher = regexp == undefined ? undefined : regexp[MATCH];\n return matcher !== undefined ? matcher.call(regexp, O) : new RegExp(regexp)[MATCH](String(O));\n },\n // `RegExp.prototype[@@match]` method\n // https://tc39.es/ecma262/#sec-regexp.prototype-@@match\n function (regexp) {\n var res = maybeCallNative(nativeMatch, regexp, this);\n if (res.done) return res.value;\n\n var rx = anObject(regexp);\n var S = String(this);\n\n if (!rx.global) return regExpExec(rx, S);\n\n var fullUnicode = rx.unicode;\n rx.lastIndex = 0;\n var A = [];\n var n = 0;\n var result;\n while ((result = regExpExec(rx, S)) !== null) {\n var matchStr = String(result[0]);\n A[n] = matchStr;\n if (matchStr === '') rx.lastIndex = advanceStringIndex(S, toLength(rx.lastIndex), fullUnicode);\n n++;\n }\n return n === 0 ? null : A;\n }\n ];\n});\n","var fails = require('../internals/fails');\nvar whitespaces = require('../internals/whitespaces');\n\nvar non = '\\u200B\\u0085\\u180E';\n\n// check that a method works with the correct list\n// of whitespaces and has a correct name\nmodule.exports = function (METHOD_NAME) {\n return fails(function () {\n return !!whitespaces[METHOD_NAME]() || non[METHOD_NAME]() != non || whitespaces[METHOD_NAME].name !== METHOD_NAME;\n });\n};\n","'use strict';\nvar $ = require('../internals/export');\nvar $trim = require('../internals/string-trim').trim;\nvar forcedStringTrimMethod = require('../internals/string-trim-forced');\n\n// `String.prototype.trim` method\n// https://tc39.es/ecma262/#sec-string.prototype.trim\n$({ target: 'String', proto: true, forced: forcedStringTrimMethod('trim') }, {\n trim: function trim() {\n return $trim(this);\n }\n});\n","module.exports = function (it) {\n if (typeof it != 'function') {\n throw TypeError(String(it) + ' is not a function');\n } return it;\n};\n","var aFunction = require('../internals/a-function');\n\n// optional / simple context binding\nmodule.exports = function (fn, that, length) {\n aFunction(fn);\n if (that === undefined) return fn;\n switch (length) {\n case 0: return function () {\n return fn.call(that);\n };\n case 1: return function (a) {\n return fn.call(that, a);\n };\n case 2: return function (a, b) {\n return fn.call(that, a, b);\n };\n case 3: return function (a, b, c) {\n return fn.call(that, a, b, c);\n };\n }\n return function (/* ...args */) {\n return fn.apply(that, arguments);\n };\n};\n","var bind = require('../internals/function-bind-context');\nvar IndexedObject = require('../internals/indexed-object');\nvar toObject = require('../internals/to-object');\nvar toLength = require('../internals/to-length');\nvar arraySpeciesCreate = require('../internals/array-species-create');\n\nvar push = [].push;\n\n// `Array.prototype.{ forEach, map, filter, some, every, find, findIndex, filterOut }` methods implementation\nvar createMethod = function (TYPE) {\n var IS_MAP = TYPE == 1;\n var IS_FILTER = TYPE == 2;\n var IS_SOME = TYPE == 3;\n var IS_EVERY = TYPE == 4;\n var IS_FIND_INDEX = TYPE == 6;\n var IS_FILTER_OUT = TYPE == 7;\n var NO_HOLES = TYPE == 5 || IS_FIND_INDEX;\n return function ($this, callbackfn, that, specificCreate) {\n var O = toObject($this);\n var self = IndexedObject(O);\n var boundFunction = bind(callbackfn, that, 3);\n var length = toLength(self.length);\n var index = 0;\n var create = specificCreate || arraySpeciesCreate;\n var target = IS_MAP ? create($this, length) : IS_FILTER || IS_FILTER_OUT ? create($this, 0) : undefined;\n var value, result;\n for (;length > index; index++) if (NO_HOLES || index in self) {\n value = self[index];\n result = boundFunction(value, index, O);\n if (TYPE) {\n if (IS_MAP) target[index] = result; // map\n else if (result) switch (TYPE) {\n case 3: return true; // some\n case 5: return value; // find\n case 6: return index; // findIndex\n case 2: push.call(target, value); // filter\n } else switch (TYPE) {\n case 4: return false; // every\n case 7: push.call(target, value); // filterOut\n }\n }\n }\n return IS_FIND_INDEX ? -1 : IS_SOME || IS_EVERY ? IS_EVERY : target;\n };\n};\n\nmodule.exports = {\n // `Array.prototype.forEach` method\n // https://tc39.es/ecma262/#sec-array.prototype.foreach\n forEach: createMethod(0),\n // `Array.prototype.map` method\n // https://tc39.es/ecma262/#sec-array.prototype.map\n map: createMethod(1),\n // `Array.prototype.filter` method\n // https://tc39.es/ecma262/#sec-array.prototype.filter\n filter: createMethod(2),\n // `Array.prototype.some` method\n // https://tc39.es/ecma262/#sec-array.prototype.some\n some: createMethod(3),\n // `Array.prototype.every` method\n // https://tc39.es/ecma262/#sec-array.prototype.every\n every: createMethod(4),\n // `Array.prototype.find` method\n // https://tc39.es/ecma262/#sec-array.prototype.find\n find: createMethod(5),\n // `Array.prototype.findIndex` method\n // https://tc39.es/ecma262/#sec-array.prototype.findIndex\n findIndex: createMethod(6),\n // `Array.prototype.filterOut` method\n // https://github.com/tc39/proposal-array-filtering\n filterOut: createMethod(7)\n};\n","'use strict';\nvar $ = require('../internals/export');\nvar $map = require('../internals/array-iteration').map;\nvar arrayMethodHasSpeciesSupport = require('../internals/array-method-has-species-support');\n\nvar HAS_SPECIES_SUPPORT = arrayMethodHasSpeciesSupport('map');\n\n// `Array.prototype.map` method\n// https://tc39.es/ecma262/#sec-array.prototype.map\n// with adding support of @@species\n$({ target: 'Array', proto: true, forced: !HAS_SPECIES_SUPPORT }, {\n map: function map(callbackfn /* , thisArg */) {\n return $map(this, callbackfn, arguments.length > 1 ? arguments[1] : undefined);\n }\n});\n","var anObject = require('../internals/an-object');\nvar aFunction = require('../internals/a-function');\nvar wellKnownSymbol = require('../internals/well-known-symbol');\n\nvar SPECIES = wellKnownSymbol('species');\n\n// `SpeciesConstructor` abstract operation\n// https://tc39.es/ecma262/#sec-speciesconstructor\nmodule.exports = function (O, defaultConstructor) {\n var C = anObject(O).constructor;\n var S;\n return C === undefined || (S = anObject(C)[SPECIES]) == undefined ? defaultConstructor : aFunction(S);\n};\n","'use strict';\nvar fixRegExpWellKnownSymbolLogic = require('../internals/fix-regexp-well-known-symbol-logic');\nvar isRegExp = require('../internals/is-regexp');\nvar anObject = require('../internals/an-object');\nvar requireObjectCoercible = require('../internals/require-object-coercible');\nvar speciesConstructor = require('../internals/species-constructor');\nvar advanceStringIndex = require('../internals/advance-string-index');\nvar toLength = require('../internals/to-length');\nvar callRegExpExec = require('../internals/regexp-exec-abstract');\nvar regexpExec = require('../internals/regexp-exec');\nvar fails = require('../internals/fails');\n\nvar arrayPush = [].push;\nvar min = Math.min;\nvar MAX_UINT32 = 0xFFFFFFFF;\n\n// babel-minify transpiles RegExp('x', 'y') -> /x/y and it causes SyntaxError\nvar SUPPORTS_Y = !fails(function () { return !RegExp(MAX_UINT32, 'y'); });\n\n// @@split logic\nfixRegExpWellKnownSymbolLogic('split', 2, function (SPLIT, nativeSplit, maybeCallNative) {\n var internalSplit;\n if (\n 'abbc'.split(/(b)*/)[1] == 'c' ||\n // eslint-disable-next-line regexp/no-empty-group -- required for testing\n 'test'.split(/(?:)/, -1).length != 4 ||\n 'ab'.split(/(?:ab)*/).length != 2 ||\n '.'.split(/(.?)(.?)/).length != 4 ||\n // eslint-disable-next-line regexp/no-assertion-capturing-group, regexp/no-empty-group -- required for testing\n '.'.split(/()()/).length > 1 ||\n ''.split(/.?/).length\n ) {\n // based on es5-shim implementation, need to rework it\n internalSplit = function (separator, limit) {\n var string = String(requireObjectCoercible(this));\n var lim = limit === undefined ? MAX_UINT32 : limit >>> 0;\n if (lim === 0) return [];\n if (separator === undefined) return [string];\n // If `separator` is not a regex, use native split\n if (!isRegExp(separator)) {\n return nativeSplit.call(string, separator, lim);\n }\n var output = [];\n var flags = (separator.ignoreCase ? 'i' : '') +\n (separator.multiline ? 'm' : '') +\n (separator.unicode ? 'u' : '') +\n (separator.sticky ? 'y' : '');\n var lastLastIndex = 0;\n // Make `global` and avoid `lastIndex` issues by working with a copy\n var separatorCopy = new RegExp(separator.source, flags + 'g');\n var match, lastIndex, lastLength;\n while (match = regexpExec.call(separatorCopy, string)) {\n lastIndex = separatorCopy.lastIndex;\n if (lastIndex > lastLastIndex) {\n output.push(string.slice(lastLastIndex, match.index));\n if (match.length > 1 && match.index < string.length) arrayPush.apply(output, match.slice(1));\n lastLength = match[0].length;\n lastLastIndex = lastIndex;\n if (output.length >= lim) break;\n }\n if (separatorCopy.lastIndex === match.index) separatorCopy.lastIndex++; // Avoid an infinite loop\n }\n if (lastLastIndex === string.length) {\n if (lastLength || !separatorCopy.test('')) output.push('');\n } else output.push(string.slice(lastLastIndex));\n return output.length > lim ? output.slice(0, lim) : output;\n };\n // Chakra, V8\n } else if ('0'.split(undefined, 0).length) {\n internalSplit = function (separator, limit) {\n return separator === undefined && limit === 0 ? [] : nativeSplit.call(this, separator, limit);\n };\n } else internalSplit = nativeSplit;\n\n return [\n // `String.prototype.split` method\n // https://tc39.es/ecma262/#sec-string.prototype.split\n function split(separator, limit) {\n var O = requireObjectCoercible(this);\n var splitter = separator == undefined ? undefined : separator[SPLIT];\n return splitter !== undefined\n ? splitter.call(separator, O, limit)\n : internalSplit.call(String(O), separator, limit);\n },\n // `RegExp.prototype[@@split]` method\n // https://tc39.es/ecma262/#sec-regexp.prototype-@@split\n //\n // NOTE: This cannot be properly polyfilled in engines that don't support\n // the 'y' flag.\n function (regexp, limit) {\n var res = maybeCallNative(internalSplit, regexp, this, limit, internalSplit !== nativeSplit);\n if (res.done) return res.value;\n\n var rx = anObject(regexp);\n var S = String(this);\n var C = speciesConstructor(rx, RegExp);\n\n var unicodeMatching = rx.unicode;\n var flags = (rx.ignoreCase ? 'i' : '') +\n (rx.multiline ? 'm' : '') +\n (rx.unicode ? 'u' : '') +\n (SUPPORTS_Y ? 'y' : 'g');\n\n // ^(? + rx + ) is needed, in combination with some S slicing, to\n // simulate the 'y' flag.\n var splitter = new C(SUPPORTS_Y ? rx : '^(?:' + rx.source + ')', flags);\n var lim = limit === undefined ? MAX_UINT32 : limit >>> 0;\n if (lim === 0) return [];\n if (S.length === 0) return callRegExpExec(splitter, S) === null ? [S] : [];\n var p = 0;\n var q = 0;\n var A = [];\n while (q < S.length) {\n splitter.lastIndex = SUPPORTS_Y ? q : 0;\n var z = callRegExpExec(splitter, SUPPORTS_Y ? S : S.slice(q));\n var e;\n if (\n z === null ||\n (e = min(toLength(splitter.lastIndex + (SUPPORTS_Y ? 0 : q)), S.length)) === p\n ) {\n q = advanceStringIndex(S, q, unicodeMatching);\n } else {\n A.push(S.slice(p, q));\n if (A.length === lim) return A;\n for (var i = 1; i <= z.length - 1; i++) {\n A.push(z[i]);\n if (A.length === lim) return A;\n }\n q = p = e;\n }\n }\n A.push(S.slice(p));\n return A;\n }\n ];\n}, !SUPPORTS_Y);\n","'use strict';\nvar fails = require('../internals/fails');\n\nmodule.exports = function (METHOD_NAME, argument) {\n var method = [][METHOD_NAME];\n return !!method && fails(function () {\n // eslint-disable-next-line no-useless-call,no-throw-literal -- required for testing\n method.call(null, argument || function () { throw 1; }, 1);\n });\n};\n","'use strict';\nvar $ = require('../internals/export');\nvar IndexedObject = require('../internals/indexed-object');\nvar toIndexedObject = require('../internals/to-indexed-object');\nvar arrayMethodIsStrict = require('../internals/array-method-is-strict');\n\nvar nativeJoin = [].join;\n\nvar ES3_STRINGS = IndexedObject != Object;\nvar STRICT_METHOD = arrayMethodIsStrict('join', ',');\n\n// `Array.prototype.join` method\n// https://tc39.es/ecma262/#sec-array.prototype.join\n$({ target: 'Array', proto: true, forced: ES3_STRINGS || !STRICT_METHOD }, {\n join: function join(separator) {\n return nativeJoin.call(toIndexedObject(this), separator === undefined ? ',' : separator);\n }\n});\n","'use strict';\nvar $ = require('../internals/export');\nvar $filter = require('../internals/array-iteration').filter;\nvar arrayMethodHasSpeciesSupport = require('../internals/array-method-has-species-support');\n\nvar HAS_SPECIES_SUPPORT = arrayMethodHasSpeciesSupport('filter');\n\n// `Array.prototype.filter` method\n// https://tc39.es/ecma262/#sec-array.prototype.filter\n// with adding support of @@species\n$({ target: 'Array', proto: true, forced: !HAS_SPECIES_SUPPORT }, {\n filter: function filter(callbackfn /* , thisArg */) {\n return $filter(this, callbackfn, arguments.length > 1 ? arguments[1] : undefined);\n }\n});\n","// parse out just the options we care about so we always get a consistent\n// obj with keys in a consistent order.\nconst opts = ['includePrerelease', 'loose', 'rtl']\nconst parseOptions = options =>\n !options ? {}\n : typeof options !== 'object' ? { loose: true }\n : opts.filter(k => options[k]).reduce((options, k) => {\n options[k] = true\n return options\n }, {})\nmodule.exports = parseOptions\n","const numeric = /^[0-9]+$/\nconst compareIdentifiers = (a, b) => {\n const anum = numeric.test(a)\n const bnum = numeric.test(b)\n\n if (anum && bnum) {\n a = +a\n b = +b\n }\n\n return a === b ? 0\n : (anum && !bnum) ? -1\n : (bnum && !anum) ? 1\n : a < b ? -1\n : 1\n}\n\nconst rcompareIdentifiers = (a, b) => compareIdentifiers(b, a)\n\nmodule.exports = {\n compareIdentifiers,\n rcompareIdentifiers\n}\n","const debug = require('../internal/debug')\nconst { MAX_LENGTH, MAX_SAFE_INTEGER } = require('../internal/constants')\nconst { re, t } = require('../internal/re')\n\nconst parseOptions = require('../internal/parse-options')\nconst { compareIdentifiers } = require('../internal/identifiers')\nclass SemVer {\n constructor (version, options) {\n options = parseOptions(options)\n\n if (version instanceof SemVer) {\n if (version.loose === !!options.loose &&\n version.includePrerelease === !!options.includePrerelease) {\n return version\n } else {\n version = version.version\n }\n } else if (typeof version !== 'string') {\n throw new TypeError(`Invalid Version: ${version}`)\n }\n\n if (version.length > MAX_LENGTH) {\n throw new TypeError(\n `version is longer than ${MAX_LENGTH} characters`\n )\n }\n\n debug('SemVer', version, options)\n this.options = options\n this.loose = !!options.loose\n // this isn't actually relevant for versions, but keep it so that we\n // don't run into trouble passing this.options around.\n this.includePrerelease = !!options.includePrerelease\n\n const m = version.trim().match(options.loose ? re[t.LOOSE] : re[t.FULL])\n\n if (!m) {\n throw new TypeError(`Invalid Version: ${version}`)\n }\n\n this.raw = version\n\n // these are actually numbers\n this.major = +m[1]\n this.minor = +m[2]\n this.patch = +m[3]\n\n if (this.major > MAX_SAFE_INTEGER || this.major < 0) {\n throw new TypeError('Invalid major version')\n }\n\n if (this.minor > MAX_SAFE_INTEGER || this.minor < 0) {\n throw new TypeError('Invalid minor version')\n }\n\n if (this.patch > MAX_SAFE_INTEGER || this.patch < 0) {\n throw new TypeError('Invalid patch version')\n }\n\n // numberify any prerelease numeric ids\n if (!m[4]) {\n this.prerelease = []\n } else {\n this.prerelease = m[4].split('.').map((id) => {\n if (/^[0-9]+$/.test(id)) {\n const num = +id\n if (num >= 0 && num < MAX_SAFE_INTEGER) {\n return num\n }\n }\n return id\n })\n }\n\n this.build = m[5] ? m[5].split('.') : []\n this.format()\n }\n\n format () {\n this.version = `${this.major}.${this.minor}.${this.patch}`\n if (this.prerelease.length) {\n this.version += `-${this.prerelease.join('.')}`\n }\n return this.version\n }\n\n toString () {\n return this.version\n }\n\n compare (other) {\n debug('SemVer.compare', this.version, this.options, other)\n if (!(other instanceof SemVer)) {\n if (typeof other === 'string' && other === this.version) {\n return 0\n }\n other = new SemVer(other, this.options)\n }\n\n if (other.version === this.version) {\n return 0\n }\n\n return this.compareMain(other) || this.comparePre(other)\n }\n\n compareMain (other) {\n if (!(other instanceof SemVer)) {\n other = new SemVer(other, this.options)\n }\n\n return (\n compareIdentifiers(this.major, other.major) ||\n compareIdentifiers(this.minor, other.minor) ||\n compareIdentifiers(this.patch, other.patch)\n )\n }\n\n comparePre (other) {\n if (!(other instanceof SemVer)) {\n other = new SemVer(other, this.options)\n }\n\n // NOT having a prerelease is > having one\n if (this.prerelease.length && !other.prerelease.length) {\n return -1\n } else if (!this.prerelease.length && other.prerelease.length) {\n return 1\n } else if (!this.prerelease.length && !other.prerelease.length) {\n return 0\n }\n\n let i = 0\n do {\n const a = this.prerelease[i]\n const b = other.prerelease[i]\n debug('prerelease compare', i, a, b)\n if (a === undefined && b === undefined) {\n return 0\n } else if (b === undefined) {\n return 1\n } else if (a === undefined) {\n return -1\n } else if (a === b) {\n continue\n } else {\n return compareIdentifiers(a, b)\n }\n } while (++i)\n }\n\n compareBuild (other) {\n if (!(other instanceof SemVer)) {\n other = new SemVer(other, this.options)\n }\n\n let i = 0\n do {\n const a = this.build[i]\n const b = other.build[i]\n debug('prerelease compare', i, a, b)\n if (a === undefined && b === undefined) {\n return 0\n } else if (b === undefined) {\n return 1\n } else if (a === undefined) {\n return -1\n } else if (a === b) {\n continue\n } else {\n return compareIdentifiers(a, b)\n }\n } while (++i)\n }\n\n // preminor will bump the version up to the next minor release, and immediately\n // down to pre-release. premajor and prepatch work the same way.\n inc (release, identifier) {\n switch (release) {\n case 'premajor':\n this.prerelease.length = 0\n this.patch = 0\n this.minor = 0\n this.major++\n this.inc('pre', identifier)\n break\n case 'preminor':\n this.prerelease.length = 0\n this.patch = 0\n this.minor++\n this.inc('pre', identifier)\n break\n case 'prepatch':\n // If this is already a prerelease, it will bump to the next version\n // drop any prereleases that might already exist, since they are not\n // relevant at this point.\n this.prerelease.length = 0\n this.inc('patch', identifier)\n this.inc('pre', identifier)\n break\n // If the input is a non-prerelease version, this acts the same as\n // prepatch.\n case 'prerelease':\n if (this.prerelease.length === 0) {\n this.inc('patch', identifier)\n }\n this.inc('pre', identifier)\n break\n\n case 'major':\n // If this is a pre-major version, bump up to the same major version.\n // Otherwise increment major.\n // 1.0.0-5 bumps to 1.0.0\n // 1.1.0 bumps to 2.0.0\n if (\n this.minor !== 0 ||\n this.patch !== 0 ||\n this.prerelease.length === 0\n ) {\n this.major++\n }\n this.minor = 0\n this.patch = 0\n this.prerelease = []\n break\n case 'minor':\n // If this is a pre-minor version, bump up to the same minor version.\n // Otherwise increment minor.\n // 1.2.0-5 bumps to 1.2.0\n // 1.2.1 bumps to 1.3.0\n if (this.patch !== 0 || this.prerelease.length === 0) {\n this.minor++\n }\n this.patch = 0\n this.prerelease = []\n break\n case 'patch':\n // If this is not a pre-release version, it will increment the patch.\n // If it is a pre-release it will bump up to the same patch version.\n // 1.2.0-5 patches to 1.2.0\n // 1.2.0 patches to 1.2.1\n if (this.prerelease.length === 0) {\n this.patch++\n }\n this.prerelease = []\n break\n // This probably shouldn't be used publicly.\n // 1.0.0 'pre' would become 1.0.0-0 which is the wrong direction.\n case 'pre':\n if (this.prerelease.length === 0) {\n this.prerelease = [0]\n } else {\n let i = this.prerelease.length\n while (--i >= 0) {\n if (typeof this.prerelease[i] === 'number') {\n this.prerelease[i]++\n i = -2\n }\n }\n if (i === -1) {\n // didn't increment anything\n this.prerelease.push(0)\n }\n }\n if (identifier) {\n // 1.2.0-beta.1 bumps to 1.2.0-beta.2,\n // 1.2.0-beta.fooblz or 1.2.0-beta bumps to 1.2.0-beta.0\n if (this.prerelease[0] === identifier) {\n if (isNaN(this.prerelease[1])) {\n this.prerelease = [identifier, 0]\n }\n } else {\n this.prerelease = [identifier, 0]\n }\n }\n break\n\n default:\n throw new Error(`invalid increment argument: ${release}`)\n }\n this.format()\n this.raw = this.version\n return this\n }\n}\n\nmodule.exports = SemVer\n","const {MAX_LENGTH} = require('../internal/constants')\nconst { re, t } = require('../internal/re')\nconst SemVer = require('../classes/semver')\n\nconst parseOptions = require('../internal/parse-options')\nconst parse = (version, options) => {\n options = parseOptions(options)\n\n if (version instanceof SemVer) {\n return version\n }\n\n if (typeof version !== 'string') {\n return null\n }\n\n if (version.length > MAX_LENGTH) {\n return null\n }\n\n const r = options.loose ? re[t.LOOSE] : re[t.FULL]\n if (!r.test(version)) {\n return null\n }\n\n try {\n return new SemVer(version, options)\n } catch (er) {\n return null\n }\n}\n\nmodule.exports = parse\n","const parse = require('./parse')\nconst valid = (version, options) => {\n const v = parse(version, options)\n return v ? v.version : null\n}\nmodule.exports = valid\n","const SemVer = require('../classes/semver')\nconst major = (a, loose) => new SemVer(a, loose).major\nmodule.exports = major\n","var wellKnownSymbol = require('../internals/well-known-symbol');\nvar create = require('../internals/object-create');\nvar definePropertyModule = require('../internals/object-define-property');\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 definePropertyModule.f(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","'use strict';\nvar fails = require('../internals/fails');\nvar getPrototypeOf = require('../internals/object-get-prototype-of');\nvar createNonEnumerableProperty = require('../internals/create-non-enumerable-property');\nvar has = require('../internals/has');\nvar wellKnownSymbol = require('../internals/well-known-symbol');\nvar IS_PURE = require('../internals/is-pure');\n\nvar ITERATOR = wellKnownSymbol('iterator');\nvar BUGGY_SAFARI_ITERATORS = false;\n\nvar returnThis = function () { return this; };\n\n// `%IteratorPrototype%` object\n// https://tc39.es/ecma262/#sec-%iteratorprototype%-object\nvar IteratorPrototype, PrototypeOfArrayIteratorPrototype, arrayIterator;\n\n/* eslint-disable es/no-array-prototype-keys -- safe */\nif ([].keys) {\n arrayIterator = [].keys();\n // Safari 8 has buggy iterators w/o `next`\n if (!('next' in arrayIterator)) BUGGY_SAFARI_ITERATORS = true;\n else {\n PrototypeOfArrayIteratorPrototype = getPrototypeOf(getPrototypeOf(arrayIterator));\n if (PrototypeOfArrayIteratorPrototype !== Object.prototype) IteratorPrototype = PrototypeOfArrayIteratorPrototype;\n }\n}\n\nvar NEW_ITERATOR_PROTOTYPE = IteratorPrototype == undefined || fails(function () {\n var test = {};\n // FF44- legacy iterators case\n return IteratorPrototype[ITERATOR].call(test) !== test;\n});\n\nif (NEW_ITERATOR_PROTOTYPE) IteratorPrototype = {};\n\n// 25.1.2.1.1 %IteratorPrototype%[@@iterator]()\nif ((!IS_PURE || NEW_ITERATOR_PROTOTYPE) && !has(IteratorPrototype, ITERATOR)) {\n createNonEnumerableProperty(IteratorPrototype, ITERATOR, returnThis);\n}\n\nmodule.exports = {\n IteratorPrototype: IteratorPrototype,\n BUGGY_SAFARI_ITERATORS: BUGGY_SAFARI_ITERATORS\n};\n","module.exports = {};\n","var fails = require('../internals/fails');\n\nmodule.exports = !fails(function () {\n function F() { /* empty */ }\n F.prototype.constructor = null;\n // eslint-disable-next-line es/no-object-getprototypeof -- required for testing\n return Object.getPrototypeOf(new F()) !== F.prototype;\n});\n","var has = require('../internals/has');\nvar toObject = require('../internals/to-object');\nvar sharedKey = require('../internals/shared-key');\nvar CORRECT_PROTOTYPE_GETTER = require('../internals/correct-prototype-getter');\n\nvar IE_PROTO = sharedKey('IE_PROTO');\nvar ObjectPrototype = Object.prototype;\n\n// `Object.getPrototypeOf` method\n// https://tc39.es/ecma262/#sec-object.getprototypeof\n// eslint-disable-next-line es/no-object-getprototypeof -- safe\nmodule.exports = CORRECT_PROTOTYPE_GETTER ? Object.getPrototypeOf : function (O) {\n O = toObject(O);\n if (has(O, IE_PROTO)) return O[IE_PROTO];\n if (typeof O.constructor == 'function' && O instanceof O.constructor) {\n return O.constructor.prototype;\n } return O instanceof Object ? ObjectPrototype : null;\n};\n","var defineProperty = require('../internals/object-define-property').f;\nvar has = require('../internals/has');\nvar wellKnownSymbol = require('../internals/well-known-symbol');\n\nvar TO_STRING_TAG = wellKnownSymbol('toStringTag');\n\nmodule.exports = function (it, TAG, STATIC) {\n if (it && !has(it = STATIC ? it : it.prototype, TO_STRING_TAG)) {\n defineProperty(it, TO_STRING_TAG, { configurable: true, value: TAG });\n }\n};\n","'use strict';\nvar IteratorPrototype = require('../internals/iterators-core').IteratorPrototype;\nvar create = require('../internals/object-create');\nvar createPropertyDescriptor = require('../internals/create-property-descriptor');\nvar setToStringTag = require('../internals/set-to-string-tag');\nvar Iterators = require('../internals/iterators');\n\nvar returnThis = function () { return this; };\n\nmodule.exports = function (IteratorConstructor, NAME, next) {\n var TO_STRING_TAG = NAME + ' Iterator';\n IteratorConstructor.prototype = create(IteratorPrototype, { next: createPropertyDescriptor(1, next) });\n setToStringTag(IteratorConstructor, TO_STRING_TAG, false, true);\n Iterators[TO_STRING_TAG] = returnThis;\n return IteratorConstructor;\n};\n","'use strict';\nvar $ = require('../internals/export');\nvar createIteratorConstructor = require('../internals/create-iterator-constructor');\nvar getPrototypeOf = require('../internals/object-get-prototype-of');\nvar setPrototypeOf = require('../internals/object-set-prototype-of');\nvar setToStringTag = require('../internals/set-to-string-tag');\nvar createNonEnumerableProperty = require('../internals/create-non-enumerable-property');\nvar redefine = require('../internals/redefine');\nvar wellKnownSymbol = require('../internals/well-known-symbol');\nvar IS_PURE = require('../internals/is-pure');\nvar Iterators = require('../internals/iterators');\nvar IteratorsCore = require('../internals/iterators-core');\n\nvar IteratorPrototype = IteratorsCore.IteratorPrototype;\nvar BUGGY_SAFARI_ITERATORS = IteratorsCore.BUGGY_SAFARI_ITERATORS;\nvar ITERATOR = wellKnownSymbol('iterator');\nvar KEYS = 'keys';\nvar VALUES = 'values';\nvar ENTRIES = 'entries';\n\nvar returnThis = function () { return this; };\n\nmodule.exports = function (Iterable, NAME, IteratorConstructor, next, DEFAULT, IS_SET, FORCED) {\n createIteratorConstructor(IteratorConstructor, NAME, next);\n\n var getIterationMethod = function (KIND) {\n if (KIND === DEFAULT && defaultIterator) return defaultIterator;\n if (!BUGGY_SAFARI_ITERATORS && KIND in IterablePrototype) return IterablePrototype[KIND];\n switch (KIND) {\n case KEYS: return function keys() { return new IteratorConstructor(this, KIND); };\n case VALUES: return function values() { return new IteratorConstructor(this, KIND); };\n case ENTRIES: return function entries() { return new IteratorConstructor(this, KIND); };\n } return function () { return new IteratorConstructor(this); };\n };\n\n var TO_STRING_TAG = NAME + ' Iterator';\n var INCORRECT_VALUES_NAME = false;\n var IterablePrototype = Iterable.prototype;\n var nativeIterator = IterablePrototype[ITERATOR]\n || IterablePrototype['@@iterator']\n || DEFAULT && IterablePrototype[DEFAULT];\n var defaultIterator = !BUGGY_SAFARI_ITERATORS && nativeIterator || getIterationMethod(DEFAULT);\n var anyNativeIterator = NAME == 'Array' ? IterablePrototype.entries || nativeIterator : nativeIterator;\n var CurrentIteratorPrototype, methods, KEY;\n\n // fix native\n if (anyNativeIterator) {\n CurrentIteratorPrototype = getPrototypeOf(anyNativeIterator.call(new Iterable()));\n if (IteratorPrototype !== Object.prototype && CurrentIteratorPrototype.next) {\n if (!IS_PURE && getPrototypeOf(CurrentIteratorPrototype) !== IteratorPrototype) {\n if (setPrototypeOf) {\n setPrototypeOf(CurrentIteratorPrototype, IteratorPrototype);\n } else if (typeof CurrentIteratorPrototype[ITERATOR] != 'function') {\n createNonEnumerableProperty(CurrentIteratorPrototype, ITERATOR, returnThis);\n }\n }\n // Set @@toStringTag to native iterators\n setToStringTag(CurrentIteratorPrototype, TO_STRING_TAG, true, true);\n if (IS_PURE) Iterators[TO_STRING_TAG] = returnThis;\n }\n }\n\n // fix Array#{values, @@iterator}.name in V8 / FF\n if (DEFAULT == VALUES && nativeIterator && nativeIterator.name !== VALUES) {\n INCORRECT_VALUES_NAME = true;\n defaultIterator = function values() { return nativeIterator.call(this); };\n }\n\n // define iterator\n if ((!IS_PURE || FORCED) && IterablePrototype[ITERATOR] !== defaultIterator) {\n createNonEnumerableProperty(IterablePrototype, ITERATOR, defaultIterator);\n }\n Iterators[NAME] = defaultIterator;\n\n // export additional methods\n if (DEFAULT) {\n methods = {\n values: getIterationMethod(VALUES),\n keys: IS_SET ? defaultIterator : getIterationMethod(KEYS),\n entries: getIterationMethod(ENTRIES)\n };\n if (FORCED) for (KEY in methods) {\n if (BUGGY_SAFARI_ITERATORS || INCORRECT_VALUES_NAME || !(KEY in IterablePrototype)) {\n redefine(IterablePrototype, KEY, methods[KEY]);\n }\n } else $({ target: NAME, proto: true, forced: BUGGY_SAFARI_ITERATORS || INCORRECT_VALUES_NAME }, methods);\n }\n\n return methods;\n};\n","'use strict';\nvar toIndexedObject = require('../internals/to-indexed-object');\nvar addToUnscopables = require('../internals/add-to-unscopables');\nvar Iterators = require('../internals/iterators');\nvar InternalStateModule = require('../internals/internal-state');\nvar defineIterator = require('../internals/define-iterator');\n\nvar ARRAY_ITERATOR = 'Array Iterator';\nvar setInternalState = InternalStateModule.set;\nvar getInternalState = InternalStateModule.getterFor(ARRAY_ITERATOR);\n\n// `Array.prototype.entries` method\n// https://tc39.es/ecma262/#sec-array.prototype.entries\n// `Array.prototype.keys` method\n// https://tc39.es/ecma262/#sec-array.prototype.keys\n// `Array.prototype.values` method\n// https://tc39.es/ecma262/#sec-array.prototype.values\n// `Array.prototype[@@iterator]` method\n// https://tc39.es/ecma262/#sec-array.prototype-@@iterator\n// `CreateArrayIterator` internal method\n// https://tc39.es/ecma262/#sec-createarrayiterator\nmodule.exports = defineIterator(Array, 'Array', function (iterated, kind) {\n setInternalState(this, {\n type: ARRAY_ITERATOR,\n target: toIndexedObject(iterated), // target\n index: 0, // next index\n kind: kind // kind\n });\n// `%ArrayIteratorPrototype%.next` method\n// https://tc39.es/ecma262/#sec-%arrayiteratorprototype%.next\n}, function () {\n var state = getInternalState(this);\n var target = state.target;\n var kind = state.kind;\n var index = state.index++;\n if (!target || index >= target.length) {\n state.target = undefined;\n return { value: undefined, done: true };\n }\n if (kind == 'keys') return { value: index, done: false };\n if (kind == 'values') return { value: target[index], done: false };\n return { value: [index, target[index]], done: false };\n}, 'values');\n\n// argumentsList[@@iterator] is %ArrayProto_values%\n// https://tc39.es/ecma262/#sec-createunmappedargumentsobject\n// https://tc39.es/ecma262/#sec-createmappedargumentsobject\nIterators.Arguments = Iterators.Array;\n\n// https://tc39.es/ecma262/#sec-array.prototype-@@unscopables\naddToUnscopables('keys');\naddToUnscopables('values');\naddToUnscopables('entries');\n","var fails = require('../internals/fails');\n\nmodule.exports = !fails(function () {\n // eslint-disable-next-line es/no-object-isextensible, es/no-object-preventextensions -- required for testing\n return Object.isExtensible(Object.preventExtensions({}));\n});\n","var hiddenKeys = require('../internals/hidden-keys');\nvar isObject = require('../internals/is-object');\nvar has = require('../internals/has');\nvar defineProperty = require('../internals/object-define-property').f;\nvar uid = require('../internals/uid');\nvar FREEZING = require('../internals/freezing');\n\nvar METADATA = uid('meta');\nvar id = 0;\n\n// eslint-disable-next-line es/no-object-isextensible -- safe\nvar isExtensible = Object.isExtensible || function () {\n return true;\n};\n\nvar setMetadata = function (it) {\n defineProperty(it, METADATA, { value: {\n objectID: 'O' + ++id, // object ID\n weakData: {} // weak collections IDs\n } });\n};\n\nvar fastKey = function (it, create) {\n // return a primitive with prefix\n if (!isObject(it)) return typeof it == 'symbol' ? it : (typeof it == 'string' ? 'S' : 'P') + it;\n if (!has(it, METADATA)) {\n // can't set metadata to uncaught frozen object\n if (!isExtensible(it)) return 'F';\n // not necessary to add metadata\n if (!create) return 'E';\n // add missing metadata\n setMetadata(it);\n // return object ID\n } return it[METADATA].objectID;\n};\n\nvar getWeakData = function (it, create) {\n if (!has(it, METADATA)) {\n // can't set metadata to uncaught frozen object\n if (!isExtensible(it)) return true;\n // not necessary to add metadata\n if (!create) return false;\n // add missing metadata\n setMetadata(it);\n // return the store of weak collections IDs\n } return it[METADATA].weakData;\n};\n\n// add metadata on freeze-family methods calling\nvar onFreeze = function (it) {\n if (FREEZING && meta.REQUIRED && isExtensible(it) && !has(it, METADATA)) setMetadata(it);\n return it;\n};\n\nvar meta = module.exports = {\n REQUIRED: false,\n fastKey: fastKey,\n getWeakData: getWeakData,\n onFreeze: onFreeze\n};\n\nhiddenKeys[METADATA] = true;\n","var wellKnownSymbol = require('../internals/well-known-symbol');\nvar Iterators = require('../internals/iterators');\n\nvar ITERATOR = wellKnownSymbol('iterator');\nvar ArrayPrototype = Array.prototype;\n\n// check on default Array iterator\nmodule.exports = function (it) {\n return it !== undefined && (Iterators.Array === it || ArrayPrototype[ITERATOR] === it);\n};\n","var wellKnownSymbol = require('../internals/well-known-symbol');\n\nvar TO_STRING_TAG = wellKnownSymbol('toStringTag');\nvar test = {};\n\ntest[TO_STRING_TAG] = 'z';\n\nmodule.exports = String(test) === '[object z]';\n","var TO_STRING_TAG_SUPPORT = require('../internals/to-string-tag-support');\nvar classofRaw = require('../internals/classof-raw');\nvar wellKnownSymbol = require('../internals/well-known-symbol');\n\nvar TO_STRING_TAG = wellKnownSymbol('toStringTag');\n// ES3 wrong here\nvar CORRECT_ARGUMENTS = classofRaw(function () { return arguments; }()) == 'Arguments';\n\n// fallback for IE11 Script Access Denied error\nvar tryGet = function (it, key) {\n try {\n return it[key];\n } catch (error) { /* empty */ }\n};\n\n// getting tag from ES6+ `Object.prototype.toString`\nmodule.exports = TO_STRING_TAG_SUPPORT ? classofRaw : function (it) {\n var O, tag, result;\n return it === undefined ? 'Undefined' : it === null ? 'Null'\n // @@toStringTag case\n : typeof (tag = tryGet(O = Object(it), TO_STRING_TAG)) == 'string' ? tag\n // builtinTag case\n : CORRECT_ARGUMENTS ? classofRaw(O)\n // ES3 arguments fallback\n : (result = classofRaw(O)) == 'Object' && typeof O.callee == 'function' ? 'Arguments' : result;\n};\n","var classof = require('../internals/classof');\nvar Iterators = require('../internals/iterators');\nvar wellKnownSymbol = require('../internals/well-known-symbol');\n\nvar ITERATOR = wellKnownSymbol('iterator');\n\nmodule.exports = function (it) {\n if (it != undefined) return it[ITERATOR]\n || it['@@iterator']\n || Iterators[classof(it)];\n};\n","var anObject = require('../internals/an-object');\n\nmodule.exports = function (iterator) {\n var returnMethod = iterator['return'];\n if (returnMethod !== undefined) {\n return anObject(returnMethod.call(iterator)).value;\n }\n};\n","var anObject = require('../internals/an-object');\nvar isArrayIteratorMethod = require('../internals/is-array-iterator-method');\nvar toLength = require('../internals/to-length');\nvar bind = require('../internals/function-bind-context');\nvar getIteratorMethod = require('../internals/get-iterator-method');\nvar iteratorClose = require('../internals/iterator-close');\n\nvar Result = function (stopped, result) {\n this.stopped = stopped;\n this.result = result;\n};\n\nmodule.exports = function (iterable, unboundFunction, options) {\n var that = options && options.that;\n var AS_ENTRIES = !!(options && options.AS_ENTRIES);\n var IS_ITERATOR = !!(options && options.IS_ITERATOR);\n var INTERRUPTED = !!(options && options.INTERRUPTED);\n var fn = bind(unboundFunction, that, 1 + AS_ENTRIES + INTERRUPTED);\n var iterator, iterFn, index, length, result, next, step;\n\n var stop = function (condition) {\n if (iterator) iteratorClose(iterator);\n return new Result(true, condition);\n };\n\n var callFn = function (value) {\n if (AS_ENTRIES) {\n anObject(value);\n return INTERRUPTED ? fn(value[0], value[1], stop) : fn(value[0], value[1]);\n } return INTERRUPTED ? fn(value, stop) : fn(value);\n };\n\n if (IS_ITERATOR) {\n iterator = iterable;\n } else {\n iterFn = getIteratorMethod(iterable);\n if (typeof iterFn != 'function') throw TypeError('Target is not iterable');\n // optimisation for array iterators\n if (isArrayIteratorMethod(iterFn)) {\n for (index = 0, length = toLength(iterable.length); length > index; index++) {\n result = callFn(iterable[index]);\n if (result && result instanceof Result) return result;\n } return new Result(false);\n }\n iterator = iterFn.call(iterable);\n }\n\n next = iterator.next;\n while (!(step = next.call(iterator)).done) {\n try {\n result = callFn(step.value);\n } catch (error) {\n iteratorClose(iterator);\n throw error;\n }\n if (typeof result == 'object' && result && result instanceof Result) return result;\n } return new Result(false);\n};\n","module.exports = function (it, Constructor, name) {\n if (!(it instanceof Constructor)) {\n throw TypeError('Incorrect ' + (name ? name + ' ' : '') + 'invocation');\n } return it;\n};\n","var wellKnownSymbol = require('../internals/well-known-symbol');\n\nvar ITERATOR = wellKnownSymbol('iterator');\nvar SAFE_CLOSING = false;\n\ntry {\n var called = 0;\n var iteratorWithReturn = {\n next: function () {\n return { done: !!called++ };\n },\n 'return': function () {\n SAFE_CLOSING = true;\n }\n };\n iteratorWithReturn[ITERATOR] = function () {\n return this;\n };\n // eslint-disable-next-line no-throw-literal -- required for testing\n Array.from(iteratorWithReturn, function () { throw 2; });\n} catch (error) { /* empty */ }\n\nmodule.exports = function (exec, SKIP_CLOSING) {\n if (!SKIP_CLOSING && !SAFE_CLOSING) return false;\n var ITERATION_SUPPORT = false;\n try {\n var object = {};\n object[ITERATOR] = function () {\n return {\n next: function () {\n return { done: ITERATION_SUPPORT = true };\n }\n };\n };\n exec(object);\n } catch (error) { /* empty */ }\n return ITERATION_SUPPORT;\n};\n","var redefine = require('../internals/redefine');\n\nmodule.exports = function (target, src, options) {\n for (var key in src) redefine(target, key, src[key], options);\n return target;\n};\n","'use strict';\nvar defineProperty = require('../internals/object-define-property').f;\nvar create = require('../internals/object-create');\nvar redefineAll = require('../internals/redefine-all');\nvar bind = require('../internals/function-bind-context');\nvar anInstance = require('../internals/an-instance');\nvar iterate = require('../internals/iterate');\nvar defineIterator = require('../internals/define-iterator');\nvar setSpecies = require('../internals/set-species');\nvar DESCRIPTORS = require('../internals/descriptors');\nvar fastKey = require('../internals/internal-metadata').fastKey;\nvar InternalStateModule = require('../internals/internal-state');\n\nvar setInternalState = InternalStateModule.set;\nvar internalStateGetterFor = InternalStateModule.getterFor;\n\nmodule.exports = {\n getConstructor: function (wrapper, CONSTRUCTOR_NAME, IS_MAP, ADDER) {\n var C = wrapper(function (that, iterable) {\n anInstance(that, C, CONSTRUCTOR_NAME);\n setInternalState(that, {\n type: CONSTRUCTOR_NAME,\n index: create(null),\n first: undefined,\n last: undefined,\n size: 0\n });\n if (!DESCRIPTORS) that.size = 0;\n if (iterable != undefined) iterate(iterable, that[ADDER], { that: that, AS_ENTRIES: IS_MAP });\n });\n\n var getInternalState = internalStateGetterFor(CONSTRUCTOR_NAME);\n\n var define = function (that, key, value) {\n var state = getInternalState(that);\n var entry = getEntry(that, key);\n var previous, index;\n // change existing entry\n if (entry) {\n entry.value = value;\n // create new entry\n } else {\n state.last = entry = {\n index: index = fastKey(key, true),\n key: key,\n value: value,\n previous: previous = state.last,\n next: undefined,\n removed: false\n };\n if (!state.first) state.first = entry;\n if (previous) previous.next = entry;\n if (DESCRIPTORS) state.size++;\n else that.size++;\n // add to index\n if (index !== 'F') state.index[index] = entry;\n } return that;\n };\n\n var getEntry = function (that, key) {\n var state = getInternalState(that);\n // fast case\n var index = fastKey(key);\n var entry;\n if (index !== 'F') return state.index[index];\n // frozen object case\n for (entry = state.first; entry; entry = entry.next) {\n if (entry.key == key) return entry;\n }\n };\n\n redefineAll(C.prototype, {\n // 23.1.3.1 Map.prototype.clear()\n // 23.2.3.2 Set.prototype.clear()\n clear: function clear() {\n var that = this;\n var state = getInternalState(that);\n var data = state.index;\n var entry = state.first;\n while (entry) {\n entry.removed = true;\n if (entry.previous) entry.previous = entry.previous.next = undefined;\n delete data[entry.index];\n entry = entry.next;\n }\n state.first = state.last = undefined;\n if (DESCRIPTORS) state.size = 0;\n else that.size = 0;\n },\n // 23.1.3.3 Map.prototype.delete(key)\n // 23.2.3.4 Set.prototype.delete(value)\n 'delete': function (key) {\n var that = this;\n var state = getInternalState(that);\n var entry = getEntry(that, key);\n if (entry) {\n var next = entry.next;\n var prev = entry.previous;\n delete state.index[entry.index];\n entry.removed = true;\n if (prev) prev.next = next;\n if (next) next.previous = prev;\n if (state.first == entry) state.first = next;\n if (state.last == entry) state.last = prev;\n if (DESCRIPTORS) state.size--;\n else that.size--;\n } return !!entry;\n },\n // 23.2.3.6 Set.prototype.forEach(callbackfn, thisArg = undefined)\n // 23.1.3.5 Map.prototype.forEach(callbackfn, thisArg = undefined)\n forEach: function forEach(callbackfn /* , that = undefined */) {\n var state = getInternalState(this);\n var boundFunction = bind(callbackfn, arguments.length > 1 ? arguments[1] : undefined, 3);\n var entry;\n while (entry = entry ? entry.next : state.first) {\n boundFunction(entry.value, entry.key, this);\n // revert to the last existing entry\n while (entry && entry.removed) entry = entry.previous;\n }\n },\n // 23.1.3.7 Map.prototype.has(key)\n // 23.2.3.7 Set.prototype.has(value)\n has: function has(key) {\n return !!getEntry(this, key);\n }\n });\n\n redefineAll(C.prototype, IS_MAP ? {\n // 23.1.3.6 Map.prototype.get(key)\n get: function get(key) {\n var entry = getEntry(this, key);\n return entry && entry.value;\n },\n // 23.1.3.9 Map.prototype.set(key, value)\n set: function set(key, value) {\n return define(this, key === 0 ? 0 : key, value);\n }\n } : {\n // 23.2.3.1 Set.prototype.add(value)\n add: function add(value) {\n return define(this, value = value === 0 ? 0 : value, value);\n }\n });\n if (DESCRIPTORS) defineProperty(C.prototype, 'size', {\n get: function () {\n return getInternalState(this).size;\n }\n });\n return C;\n },\n setStrong: function (C, CONSTRUCTOR_NAME, IS_MAP) {\n var ITERATOR_NAME = CONSTRUCTOR_NAME + ' Iterator';\n var getInternalCollectionState = internalStateGetterFor(CONSTRUCTOR_NAME);\n var getInternalIteratorState = internalStateGetterFor(ITERATOR_NAME);\n // add .keys, .values, .entries, [@@iterator]\n // 23.1.3.4, 23.1.3.8, 23.1.3.11, 23.1.3.12, 23.2.3.5, 23.2.3.8, 23.2.3.10, 23.2.3.11\n defineIterator(C, CONSTRUCTOR_NAME, function (iterated, kind) {\n setInternalState(this, {\n type: ITERATOR_NAME,\n target: iterated,\n state: getInternalCollectionState(iterated),\n kind: kind,\n last: undefined\n });\n }, function () {\n var state = getInternalIteratorState(this);\n var kind = state.kind;\n var entry = state.last;\n // revert to the last existing entry\n while (entry && entry.removed) entry = entry.previous;\n // get next entry\n if (!state.target || !(state.last = entry = entry ? entry.next : state.state.first)) {\n // or finish the iteration\n state.target = undefined;\n return { value: undefined, done: true };\n }\n // return step by kind\n if (kind == 'keys') return { value: entry.key, done: false };\n if (kind == 'values') return { value: entry.value, done: false };\n return { value: [entry.key, entry.value], done: false };\n }, IS_MAP ? 'entries' : 'values', !IS_MAP, true);\n\n // add [@@species], 23.1.2.2, 23.2.2.2\n setSpecies(CONSTRUCTOR_NAME);\n }\n};\n","'use strict';\nvar $ = require('../internals/export');\nvar global = require('../internals/global');\nvar isForced = require('../internals/is-forced');\nvar redefine = require('../internals/redefine');\nvar InternalMetadataModule = require('../internals/internal-metadata');\nvar iterate = require('../internals/iterate');\nvar anInstance = require('../internals/an-instance');\nvar isObject = require('../internals/is-object');\nvar fails = require('../internals/fails');\nvar checkCorrectnessOfIteration = require('../internals/check-correctness-of-iteration');\nvar setToStringTag = require('../internals/set-to-string-tag');\nvar inheritIfRequired = require('../internals/inherit-if-required');\n\nmodule.exports = function (CONSTRUCTOR_NAME, wrapper, common) {\n var IS_MAP = CONSTRUCTOR_NAME.indexOf('Map') !== -1;\n var IS_WEAK = CONSTRUCTOR_NAME.indexOf('Weak') !== -1;\n var ADDER = IS_MAP ? 'set' : 'add';\n var NativeConstructor = global[CONSTRUCTOR_NAME];\n var NativePrototype = NativeConstructor && NativeConstructor.prototype;\n var Constructor = NativeConstructor;\n var exported = {};\n\n var fixMethod = function (KEY) {\n var nativeMethod = NativePrototype[KEY];\n redefine(NativePrototype, KEY,\n KEY == 'add' ? function add(value) {\n nativeMethod.call(this, value === 0 ? 0 : value);\n return this;\n } : KEY == 'delete' ? function (key) {\n return IS_WEAK && !isObject(key) ? false : nativeMethod.call(this, key === 0 ? 0 : key);\n } : KEY == 'get' ? function get(key) {\n return IS_WEAK && !isObject(key) ? undefined : nativeMethod.call(this, key === 0 ? 0 : key);\n } : KEY == 'has' ? function has(key) {\n return IS_WEAK && !isObject(key) ? false : nativeMethod.call(this, key === 0 ? 0 : key);\n } : function set(key, value) {\n nativeMethod.call(this, key === 0 ? 0 : key, value);\n return this;\n }\n );\n };\n\n var REPLACE = isForced(\n CONSTRUCTOR_NAME,\n typeof NativeConstructor != 'function' || !(IS_WEAK || NativePrototype.forEach && !fails(function () {\n new NativeConstructor().entries().next();\n }))\n );\n\n if (REPLACE) {\n // create collection constructor\n Constructor = common.getConstructor(wrapper, CONSTRUCTOR_NAME, IS_MAP, ADDER);\n InternalMetadataModule.REQUIRED = true;\n } else if (isForced(CONSTRUCTOR_NAME, true)) {\n var instance = new Constructor();\n // early implementations not supports chaining\n var HASNT_CHAINING = instance[ADDER](IS_WEAK ? {} : -0, 1) != instance;\n // V8 ~ Chromium 40- weak-collections throws on primitives, but should return false\n var THROWS_ON_PRIMITIVES = fails(function () { instance.has(1); });\n // most early implementations doesn't supports iterables, most modern - not close it correctly\n // eslint-disable-next-line no-new -- required for testing\n var ACCEPT_ITERABLES = checkCorrectnessOfIteration(function (iterable) { new NativeConstructor(iterable); });\n // for early implementations -0 and +0 not the same\n var BUGGY_ZERO = !IS_WEAK && fails(function () {\n // V8 ~ Chromium 42- fails only with 5+ elements\n var $instance = new NativeConstructor();\n var index = 5;\n while (index--) $instance[ADDER](index, index);\n return !$instance.has(-0);\n });\n\n if (!ACCEPT_ITERABLES) {\n Constructor = wrapper(function (dummy, iterable) {\n anInstance(dummy, Constructor, CONSTRUCTOR_NAME);\n var that = inheritIfRequired(new NativeConstructor(), dummy, Constructor);\n if (iterable != undefined) iterate(iterable, that[ADDER], { that: that, AS_ENTRIES: IS_MAP });\n return that;\n });\n Constructor.prototype = NativePrototype;\n NativePrototype.constructor = Constructor;\n }\n\n if (THROWS_ON_PRIMITIVES || BUGGY_ZERO) {\n fixMethod('delete');\n fixMethod('has');\n IS_MAP && fixMethod('get');\n }\n\n if (BUGGY_ZERO || HASNT_CHAINING) fixMethod(ADDER);\n\n // weak collections should not contains .clear method\n if (IS_WEAK && NativePrototype.clear) delete NativePrototype.clear;\n }\n\n exported[CONSTRUCTOR_NAME] = Constructor;\n $({ global: true, forced: Constructor != NativeConstructor }, exported);\n\n setToStringTag(Constructor, CONSTRUCTOR_NAME);\n\n if (!IS_WEAK) common.setStrong(Constructor, CONSTRUCTOR_NAME, IS_MAP);\n\n return Constructor;\n};\n","'use strict';\nvar collection = require('../internals/collection');\nvar collectionStrong = require('../internals/collection-strong');\n\n// `Map` constructor\n// https://tc39.es/ecma262/#sec-map-objects\nmodule.exports = collection('Map', function (init) {\n return function Map() { return init(this, arguments.length ? arguments[0] : undefined); };\n}, collectionStrong);\n","'use strict';\nvar TO_STRING_TAG_SUPPORT = require('../internals/to-string-tag-support');\nvar classof = require('../internals/classof');\n\n// `Object.prototype.toString` method implementation\n// https://tc39.es/ecma262/#sec-object.prototype.tostring\nmodule.exports = TO_STRING_TAG_SUPPORT ? {}.toString : function toString() {\n return '[object ' + classof(this) + ']';\n};\n","var TO_STRING_TAG_SUPPORT = require('../internals/to-string-tag-support');\nvar redefine = require('../internals/redefine');\nvar toString = require('../internals/object-to-string');\n\n// `Object.prototype.toString` method\n// https://tc39.es/ecma262/#sec-object.prototype.tostring\nif (!TO_STRING_TAG_SUPPORT) {\n redefine(Object.prototype, 'toString', toString, { unsafe: true });\n}\n","'use strict';\nvar charAt = require('../internals/string-multibyte').charAt;\nvar InternalStateModule = require('../internals/internal-state');\nvar defineIterator = require('../internals/define-iterator');\n\nvar STRING_ITERATOR = 'String Iterator';\nvar setInternalState = InternalStateModule.set;\nvar getInternalState = InternalStateModule.getterFor(STRING_ITERATOR);\n\n// `String.prototype[@@iterator]` method\n// https://tc39.es/ecma262/#sec-string.prototype-@@iterator\ndefineIterator(String, 'String', function (iterated) {\n setInternalState(this, {\n type: STRING_ITERATOR,\n string: String(iterated),\n index: 0\n });\n// `%StringIteratorPrototype%.next` method\n// https://tc39.es/ecma262/#sec-%stringiteratorprototype%.next\n}, function next() {\n var state = getInternalState(this);\n var string = state.string;\n var index = state.index;\n var point;\n if (index >= string.length) return { value: undefined, done: true };\n point = charAt(string, index);\n state.index += point.length;\n return { value: point, done: false };\n});\n","// iterable DOM collections\n// flag - `iterable` interface - 'entries', 'keys', 'values', 'forEach' methods\nmodule.exports = {\n CSSRuleList: 0,\n CSSStyleDeclaration: 0,\n CSSValueList: 0,\n ClientRectList: 0,\n DOMRectList: 0,\n DOMStringList: 0,\n DOMTokenList: 1,\n DataTransferItemList: 0,\n FileList: 0,\n HTMLAllCollection: 0,\n HTMLCollection: 0,\n HTMLFormElement: 0,\n HTMLSelectElement: 0,\n MediaList: 0,\n MimeTypeArray: 0,\n NamedNodeMap: 0,\n NodeList: 1,\n PaintRequestList: 0,\n Plugin: 0,\n PluginArray: 0,\n SVGLengthList: 0,\n SVGNumberList: 0,\n SVGPathSegList: 0,\n SVGPointList: 0,\n SVGStringList: 0,\n SVGTransformList: 0,\n SourceBufferList: 0,\n StyleSheetList: 0,\n TextTrackCueList: 0,\n TextTrackList: 0,\n TouchList: 0\n};\n","var global = require('../internals/global');\nvar DOMIterables = require('../internals/dom-iterables');\nvar ArrayIteratorMethods = require('../modules/es.array.iterator');\nvar createNonEnumerableProperty = require('../internals/create-non-enumerable-property');\nvar wellKnownSymbol = require('../internals/well-known-symbol');\n\nvar ITERATOR = wellKnownSymbol('iterator');\nvar TO_STRING_TAG = wellKnownSymbol('toStringTag');\nvar ArrayValues = ArrayIteratorMethods.values;\n\nfor (var COLLECTION_NAME in DOMIterables) {\n var Collection = global[COLLECTION_NAME];\n var CollectionPrototype = Collection && Collection.prototype;\n if (CollectionPrototype) {\n // some Chrome versions have non-configurable methods on DOMTokenList\n if (CollectionPrototype[ITERATOR] !== ArrayValues) try {\n createNonEnumerableProperty(CollectionPrototype, ITERATOR, ArrayValues);\n } catch (error) {\n CollectionPrototype[ITERATOR] = ArrayValues;\n }\n if (!CollectionPrototype[TO_STRING_TAG]) {\n createNonEnumerableProperty(CollectionPrototype, TO_STRING_TAG, COLLECTION_NAME);\n }\n if (DOMIterables[COLLECTION_NAME]) for (var METHOD_NAME in ArrayIteratorMethods) {\n // some Chrome versions have non-configurable methods on DOMTokenList\n if (CollectionPrototype[METHOD_NAME] !== ArrayIteratorMethods[METHOD_NAME]) try {\n createNonEnumerableProperty(CollectionPrototype, METHOD_NAME, ArrayIteratorMethods[METHOD_NAME]);\n } catch (error) {\n CollectionPrototype[METHOD_NAME] = ArrayIteratorMethods[METHOD_NAME];\n }\n }\n }\n}\n","'use strict';\nvar $forEach = require('../internals/array-iteration').forEach;\nvar arrayMethodIsStrict = require('../internals/array-method-is-strict');\n\nvar STRICT_METHOD = arrayMethodIsStrict('forEach');\n\n// `Array.prototype.forEach` method implementation\n// https://tc39.es/ecma262/#sec-array.prototype.foreach\nmodule.exports = !STRICT_METHOD ? function forEach(callbackfn /* , thisArg */) {\n return $forEach(this, callbackfn, arguments.length > 1 ? arguments[1] : undefined);\n// eslint-disable-next-line es/no-array-prototype-foreach -- safe\n} : [].forEach;\n","var global = require('../internals/global');\nvar DOMIterables = require('../internals/dom-iterables');\nvar forEach = require('../internals/array-for-each');\nvar createNonEnumerableProperty = require('../internals/create-non-enumerable-property');\n\nfor (var COLLECTION_NAME in DOMIterables) {\n var Collection = global[COLLECTION_NAME];\n var CollectionPrototype = Collection && Collection.prototype;\n // some Chrome versions have non-configurable methods on DOMTokenList\n if (CollectionPrototype && CollectionPrototype.forEach !== forEach) try {\n createNonEnumerableProperty(CollectionPrototype, 'forEach', forEach);\n } catch (error) {\n CollectionPrototype.forEach = forEach;\n }\n}\n","var global = require('../internals/global');\n\nmodule.exports = global.Promise;\n","var global = require('../internals/global');\nvar fails = require('../internals/fails');\nvar bind = require('../internals/function-bind-context');\nvar html = require('../internals/html');\nvar createElement = require('../internals/document-create-element');\nvar IS_IOS = require('../internals/engine-is-ios');\nvar IS_NODE = require('../internals/engine-is-node');\n\nvar location = global.location;\nvar set = global.setImmediate;\nvar clear = global.clearImmediate;\nvar process = global.process;\nvar MessageChannel = global.MessageChannel;\nvar Dispatch = global.Dispatch;\nvar counter = 0;\nvar queue = {};\nvar ONREADYSTATECHANGE = 'onreadystatechange';\nvar defer, channel, port;\n\nvar run = function (id) {\n // eslint-disable-next-line no-prototype-builtins -- safe\n if (queue.hasOwnProperty(id)) {\n var fn = queue[id];\n delete queue[id];\n fn();\n }\n};\n\nvar runner = function (id) {\n return function () {\n run(id);\n };\n};\n\nvar listener = function (event) {\n run(event.data);\n};\n\nvar post = function (id) {\n // old engines have not location.origin\n global.postMessage(id + '', location.protocol + '//' + location.host);\n};\n\n// Node.js 0.9+ & IE10+ has setImmediate, otherwise:\nif (!set || !clear) {\n set = function setImmediate(fn) {\n var args = [];\n var i = 1;\n while (arguments.length > i) args.push(arguments[i++]);\n queue[++counter] = function () {\n // eslint-disable-next-line no-new-func -- spec requirement\n (typeof fn == 'function' ? fn : Function(fn)).apply(undefined, args);\n };\n defer(counter);\n return counter;\n };\n clear = function clearImmediate(id) {\n delete queue[id];\n };\n // Node.js 0.8-\n if (IS_NODE) {\n defer = function (id) {\n process.nextTick(runner(id));\n };\n // Sphere (JS game engine) Dispatch API\n } else if (Dispatch && Dispatch.now) {\n defer = function (id) {\n Dispatch.now(runner(id));\n };\n // Browsers with MessageChannel, includes WebWorkers\n // except iOS - https://github.com/zloirock/core-js/issues/624\n } else if (MessageChannel && !IS_IOS) {\n channel = new MessageChannel();\n port = channel.port2;\n channel.port1.onmessage = listener;\n defer = bind(port.postMessage, port, 1);\n // Browsers with postMessage, skip WebWorkers\n // IE8 has postMessage, but it's sync & typeof its postMessage is 'object'\n } else if (\n global.addEventListener &&\n typeof postMessage == 'function' &&\n !global.importScripts &&\n location && location.protocol !== 'file:' &&\n !fails(post)\n ) {\n defer = post;\n global.addEventListener('message', listener, false);\n // IE8-\n } else if (ONREADYSTATECHANGE in createElement('script')) {\n defer = function (id) {\n html.appendChild(createElement('script'))[ONREADYSTATECHANGE] = function () {\n html.removeChild(this);\n run(id);\n };\n };\n // Rest old browsers\n } else {\n defer = function (id) {\n setTimeout(runner(id), 0);\n };\n }\n}\n\nmodule.exports = {\n set: set,\n clear: clear\n};\n","var userAgent = require('../internals/engine-user-agent');\n\nmodule.exports = /(iphone|ipod|ipad).*applewebkit/i.test(userAgent);\n","var global = require('../internals/global');\nvar getOwnPropertyDescriptor = require('../internals/object-get-own-property-descriptor').f;\nvar macrotask = require('../internals/task').set;\nvar IS_IOS = require('../internals/engine-is-ios');\nvar IS_WEBOS_WEBKIT = require('../internals/engine-is-webos-webkit');\nvar IS_NODE = require('../internals/engine-is-node');\n\nvar MutationObserver = global.MutationObserver || global.WebKitMutationObserver;\nvar document = global.document;\nvar process = global.process;\nvar Promise = global.Promise;\n// Node.js 11 shows ExperimentalWarning on getting `queueMicrotask`\nvar queueMicrotaskDescriptor = getOwnPropertyDescriptor(global, 'queueMicrotask');\nvar queueMicrotask = queueMicrotaskDescriptor && queueMicrotaskDescriptor.value;\n\nvar flush, head, last, notify, toggle, node, promise, then;\n\n// modern engines have queueMicrotask method\nif (!queueMicrotask) {\n flush = function () {\n var parent, fn;\n if (IS_NODE && (parent = process.domain)) parent.exit();\n while (head) {\n fn = head.fn;\n head = head.next;\n try {\n fn();\n } catch (error) {\n if (head) notify();\n else last = undefined;\n throw error;\n }\n } last = undefined;\n if (parent) parent.enter();\n };\n\n // browsers with MutationObserver, except iOS - https://github.com/zloirock/core-js/issues/339\n // also except WebOS Webkit https://github.com/zloirock/core-js/issues/898\n if (!IS_IOS && !IS_NODE && !IS_WEBOS_WEBKIT && MutationObserver && document) {\n toggle = true;\n node = document.createTextNode('');\n new MutationObserver(flush).observe(node, { characterData: true });\n notify = function () {\n node.data = toggle = !toggle;\n };\n // environments with maybe non-completely correct, but existent Promise\n } else if (Promise && Promise.resolve) {\n // Promise.resolve without an argument throws an error in LG WebOS 2\n promise = Promise.resolve(undefined);\n then = promise.then;\n notify = function () {\n then.call(promise, flush);\n };\n // Node.js without promises\n } else if (IS_NODE) {\n notify = function () {\n process.nextTick(flush);\n };\n // for other environments - macrotask based on:\n // - setImmediate\n // - MessageChannel\n // - window.postMessag\n // - onreadystatechange\n // - setTimeout\n } else {\n notify = function () {\n // strange IE + webpack dev server bug - use .call(global)\n macrotask.call(global, flush);\n };\n }\n}\n\nmodule.exports = queueMicrotask || function (fn) {\n var task = { fn: fn, next: undefined };\n if (last) last.next = task;\n if (!head) {\n head = task;\n notify();\n } last = task;\n};\n","var userAgent = require('../internals/engine-user-agent');\n\nmodule.exports = /web0s(?!.*chrome)/i.test(userAgent);\n","'use strict';\nvar $ = require('../internals/export');\nvar IS_PURE = require('../internals/is-pure');\nvar global = require('../internals/global');\nvar getBuiltIn = require('../internals/get-built-in');\nvar NativePromise = require('../internals/native-promise-constructor');\nvar redefine = require('../internals/redefine');\nvar redefineAll = require('../internals/redefine-all');\nvar setToStringTag = require('../internals/set-to-string-tag');\nvar setSpecies = require('../internals/set-species');\nvar isObject = require('../internals/is-object');\nvar aFunction = require('../internals/a-function');\nvar anInstance = require('../internals/an-instance');\nvar inspectSource = require('../internals/inspect-source');\nvar iterate = require('../internals/iterate');\nvar checkCorrectnessOfIteration = require('../internals/check-correctness-of-iteration');\nvar speciesConstructor = require('../internals/species-constructor');\nvar task = require('../internals/task').set;\nvar microtask = require('../internals/microtask');\nvar promiseResolve = require('../internals/promise-resolve');\nvar hostReportErrors = require('../internals/host-report-errors');\nvar newPromiseCapabilityModule = require('../internals/new-promise-capability');\nvar perform = require('../internals/perform');\nvar InternalStateModule = require('../internals/internal-state');\nvar isForced = require('../internals/is-forced');\nvar wellKnownSymbol = require('../internals/well-known-symbol');\nvar IS_NODE = require('../internals/engine-is-node');\nvar V8_VERSION = require('../internals/engine-v8-version');\n\nvar SPECIES = wellKnownSymbol('species');\nvar PROMISE = 'Promise';\nvar getInternalState = InternalStateModule.get;\nvar setInternalState = InternalStateModule.set;\nvar getInternalPromiseState = InternalStateModule.getterFor(PROMISE);\nvar PromiseConstructor = NativePromise;\nvar TypeError = global.TypeError;\nvar document = global.document;\nvar process = global.process;\nvar $fetch = getBuiltIn('fetch');\nvar newPromiseCapability = newPromiseCapabilityModule.f;\nvar newGenericPromiseCapability = newPromiseCapability;\nvar DISPATCH_EVENT = !!(document && document.createEvent && global.dispatchEvent);\nvar NATIVE_REJECTION_EVENT = typeof PromiseRejectionEvent == 'function';\nvar UNHANDLED_REJECTION = 'unhandledrejection';\nvar REJECTION_HANDLED = 'rejectionhandled';\nvar PENDING = 0;\nvar FULFILLED = 1;\nvar REJECTED = 2;\nvar HANDLED = 1;\nvar UNHANDLED = 2;\nvar Internal, OwnPromiseCapability, PromiseWrapper, nativeThen;\n\nvar FORCED = isForced(PROMISE, function () {\n var GLOBAL_CORE_JS_PROMISE = inspectSource(PromiseConstructor) !== String(PromiseConstructor);\n if (!GLOBAL_CORE_JS_PROMISE) {\n // V8 6.6 (Node 10 and Chrome 66) have a bug with resolving custom thenables\n // https://bugs.chromium.org/p/chromium/issues/detail?id=830565\n // We can't detect it synchronously, so just check versions\n if (V8_VERSION === 66) return true;\n // Unhandled rejections tracking support, NodeJS Promise without it fails @@species test\n if (!IS_NODE && !NATIVE_REJECTION_EVENT) return true;\n }\n // We need Promise#finally in the pure version for preventing prototype pollution\n if (IS_PURE && !PromiseConstructor.prototype['finally']) return true;\n // We can't use @@species feature detection in V8 since it causes\n // deoptimization and performance degradation\n // https://github.com/zloirock/core-js/issues/679\n if (V8_VERSION >= 51 && /native code/.test(PromiseConstructor)) return false;\n // Detect correctness of subclassing with @@species support\n var promise = PromiseConstructor.resolve(1);\n var FakePromise = function (exec) {\n exec(function () { /* empty */ }, function () { /* empty */ });\n };\n var constructor = promise.constructor = {};\n constructor[SPECIES] = FakePromise;\n return !(promise.then(function () { /* empty */ }) instanceof FakePromise);\n});\n\nvar INCORRECT_ITERATION = FORCED || !checkCorrectnessOfIteration(function (iterable) {\n PromiseConstructor.all(iterable)['catch'](function () { /* empty */ });\n});\n\n// helpers\nvar isThenable = function (it) {\n var then;\n return isObject(it) && typeof (then = it.then) == 'function' ? then : false;\n};\n\nvar notify = function (state, isReject) {\n if (state.notified) return;\n state.notified = true;\n var chain = state.reactions;\n microtask(function () {\n var value = state.value;\n var ok = state.state == FULFILLED;\n var index = 0;\n // variable length - can't use forEach\n while (chain.length > index) {\n var reaction = chain[index++];\n var handler = ok ? reaction.ok : reaction.fail;\n var resolve = reaction.resolve;\n var reject = reaction.reject;\n var domain = reaction.domain;\n var result, then, exited;\n try {\n if (handler) {\n if (!ok) {\n if (state.rejection === UNHANDLED) onHandleUnhandled(state);\n state.rejection = HANDLED;\n }\n if (handler === true) result = value;\n else {\n if (domain) domain.enter();\n result = handler(value); // can throw\n if (domain) {\n domain.exit();\n exited = true;\n }\n }\n if (result === reaction.promise) {\n reject(TypeError('Promise-chain cycle'));\n } else if (then = isThenable(result)) {\n then.call(result, resolve, reject);\n } else resolve(result);\n } else reject(value);\n } catch (error) {\n if (domain && !exited) domain.exit();\n reject(error);\n }\n }\n state.reactions = [];\n state.notified = false;\n if (isReject && !state.rejection) onUnhandled(state);\n });\n};\n\nvar dispatchEvent = function (name, promise, reason) {\n var event, handler;\n if (DISPATCH_EVENT) {\n event = document.createEvent('Event');\n event.promise = promise;\n event.reason = reason;\n event.initEvent(name, false, true);\n global.dispatchEvent(event);\n } else event = { promise: promise, reason: reason };\n if (!NATIVE_REJECTION_EVENT && (handler = global['on' + name])) handler(event);\n else if (name === UNHANDLED_REJECTION) hostReportErrors('Unhandled promise rejection', reason);\n};\n\nvar onUnhandled = function (state) {\n task.call(global, function () {\n var promise = state.facade;\n var value = state.value;\n var IS_UNHANDLED = isUnhandled(state);\n var result;\n if (IS_UNHANDLED) {\n result = perform(function () {\n if (IS_NODE) {\n process.emit('unhandledRejection', value, promise);\n } else dispatchEvent(UNHANDLED_REJECTION, promise, value);\n });\n // Browsers should not trigger `rejectionHandled` event if it was handled here, NodeJS - should\n state.rejection = IS_NODE || isUnhandled(state) ? UNHANDLED : HANDLED;\n if (result.error) throw result.value;\n }\n });\n};\n\nvar isUnhandled = function (state) {\n return state.rejection !== HANDLED && !state.parent;\n};\n\nvar onHandleUnhandled = function (state) {\n task.call(global, function () {\n var promise = state.facade;\n if (IS_NODE) {\n process.emit('rejectionHandled', promise);\n } else dispatchEvent(REJECTION_HANDLED, promise, state.value);\n });\n};\n\nvar bind = function (fn, state, unwrap) {\n return function (value) {\n fn(state, value, unwrap);\n };\n};\n\nvar internalReject = function (state, value, unwrap) {\n if (state.done) return;\n state.done = true;\n if (unwrap) state = unwrap;\n state.value = value;\n state.state = REJECTED;\n notify(state, true);\n};\n\nvar internalResolve = function (state, value, unwrap) {\n if (state.done) return;\n state.done = true;\n if (unwrap) state = unwrap;\n try {\n if (state.facade === value) throw TypeError(\"Promise can't be resolved itself\");\n var then = isThenable(value);\n if (then) {\n microtask(function () {\n var wrapper = { done: false };\n try {\n then.call(value,\n bind(internalResolve, wrapper, state),\n bind(internalReject, wrapper, state)\n );\n } catch (error) {\n internalReject(wrapper, error, state);\n }\n });\n } else {\n state.value = value;\n state.state = FULFILLED;\n notify(state, false);\n }\n } catch (error) {\n internalReject({ done: false }, error, state);\n }\n};\n\n// constructor polyfill\nif (FORCED) {\n // 25.4.3.1 Promise(executor)\n PromiseConstructor = function Promise(executor) {\n anInstance(this, PromiseConstructor, PROMISE);\n aFunction(executor);\n Internal.call(this);\n var state = getInternalState(this);\n try {\n executor(bind(internalResolve, state), bind(internalReject, state));\n } catch (error) {\n internalReject(state, error);\n }\n };\n // eslint-disable-next-line no-unused-vars -- required for `.length`\n Internal = function Promise(executor) {\n setInternalState(this, {\n type: PROMISE,\n done: false,\n notified: false,\n parent: false,\n reactions: [],\n rejection: false,\n state: PENDING,\n value: undefined\n });\n };\n Internal.prototype = redefineAll(PromiseConstructor.prototype, {\n // `Promise.prototype.then` method\n // https://tc39.es/ecma262/#sec-promise.prototype.then\n then: function then(onFulfilled, onRejected) {\n var state = getInternalPromiseState(this);\n var reaction = newPromiseCapability(speciesConstructor(this, PromiseConstructor));\n reaction.ok = typeof onFulfilled == 'function' ? onFulfilled : true;\n reaction.fail = typeof onRejected == 'function' && onRejected;\n reaction.domain = IS_NODE ? process.domain : undefined;\n state.parent = true;\n state.reactions.push(reaction);\n if (state.state != PENDING) notify(state, false);\n return reaction.promise;\n },\n // `Promise.prototype.catch` method\n // https://tc39.es/ecma262/#sec-promise.prototype.catch\n 'catch': function (onRejected) {\n return this.then(undefined, onRejected);\n }\n });\n OwnPromiseCapability = function () {\n var promise = new Internal();\n var state = getInternalState(promise);\n this.promise = promise;\n this.resolve = bind(internalResolve, state);\n this.reject = bind(internalReject, state);\n };\n newPromiseCapabilityModule.f = newPromiseCapability = function (C) {\n return C === PromiseConstructor || C === PromiseWrapper\n ? new OwnPromiseCapability(C)\n : newGenericPromiseCapability(C);\n };\n\n if (!IS_PURE && typeof NativePromise == 'function') {\n nativeThen = NativePromise.prototype.then;\n\n // wrap native Promise#then for native async functions\n redefine(NativePromise.prototype, 'then', function then(onFulfilled, onRejected) {\n var that = this;\n return new PromiseConstructor(function (resolve, reject) {\n nativeThen.call(that, resolve, reject);\n }).then(onFulfilled, onRejected);\n // https://github.com/zloirock/core-js/issues/640\n }, { unsafe: true });\n\n // wrap fetch result\n if (typeof $fetch == 'function') $({ global: true, enumerable: true, forced: true }, {\n // eslint-disable-next-line no-unused-vars -- required for `.length`\n fetch: function fetch(input /* , init */) {\n return promiseResolve(PromiseConstructor, $fetch.apply(global, arguments));\n }\n });\n }\n}\n\n$({ global: true, wrap: true, forced: FORCED }, {\n Promise: PromiseConstructor\n});\n\nsetToStringTag(PromiseConstructor, PROMISE, false, true);\nsetSpecies(PROMISE);\n\nPromiseWrapper = getBuiltIn(PROMISE);\n\n// statics\n$({ target: PROMISE, stat: true, forced: FORCED }, {\n // `Promise.reject` method\n // https://tc39.es/ecma262/#sec-promise.reject\n reject: function reject(r) {\n var capability = newPromiseCapability(this);\n capability.reject.call(undefined, r);\n return capability.promise;\n }\n});\n\n$({ target: PROMISE, stat: true, forced: IS_PURE || FORCED }, {\n // `Promise.resolve` method\n // https://tc39.es/ecma262/#sec-promise.resolve\n resolve: function resolve(x) {\n return promiseResolve(IS_PURE && this === PromiseWrapper ? PromiseConstructor : this, x);\n }\n});\n\n$({ target: PROMISE, stat: true, forced: INCORRECT_ITERATION }, {\n // `Promise.all` method\n // https://tc39.es/ecma262/#sec-promise.all\n all: function all(iterable) {\n var C = this;\n var capability = newPromiseCapability(C);\n var resolve = capability.resolve;\n var reject = capability.reject;\n var result = perform(function () {\n var $promiseResolve = aFunction(C.resolve);\n var values = [];\n var counter = 0;\n var remaining = 1;\n iterate(iterable, function (promise) {\n var index = counter++;\n var alreadyCalled = false;\n values.push(undefined);\n remaining++;\n $promiseResolve.call(C, promise).then(function (value) {\n if (alreadyCalled) return;\n alreadyCalled = true;\n values[index] = value;\n --remaining || resolve(values);\n }, reject);\n });\n --remaining || resolve(values);\n });\n if (result.error) reject(result.value);\n return capability.promise;\n },\n // `Promise.race` method\n // https://tc39.es/ecma262/#sec-promise.race\n race: function race(iterable) {\n var C = this;\n var capability = newPromiseCapability(C);\n var reject = capability.reject;\n var result = perform(function () {\n var $promiseResolve = aFunction(C.resolve);\n iterate(iterable, function (promise) {\n $promiseResolve.call(C, promise).then(capability.resolve, reject);\n });\n });\n if (result.error) reject(result.value);\n return capability.promise;\n }\n});\n","'use strict';\nvar aFunction = require('../internals/a-function');\n\nvar PromiseCapability = function (C) {\n var resolve, reject;\n this.promise = new C(function ($$resolve, $$reject) {\n if (resolve !== undefined || reject !== undefined) throw TypeError('Bad Promise constructor');\n resolve = $$resolve;\n reject = $$reject;\n });\n this.resolve = aFunction(resolve);\n this.reject = aFunction(reject);\n};\n\n// 25.4.1.5 NewPromiseCapability(C)\nmodule.exports.f = function (C) {\n return new PromiseCapability(C);\n};\n","var anObject = require('../internals/an-object');\nvar isObject = require('../internals/is-object');\nvar newPromiseCapability = require('../internals/new-promise-capability');\n\nmodule.exports = function (C, x) {\n anObject(C);\n if (isObject(x) && x.constructor === C) return x;\n var promiseCapability = newPromiseCapability.f(C);\n var resolve = promiseCapability.resolve;\n resolve(x);\n return promiseCapability.promise;\n};\n","module.exports = function (exec) {\n try {\n return { error: false, value: exec() };\n } catch (error) {\n return { error: true, value: error };\n }\n};\n","var global = require('../internals/global');\n\nmodule.exports = function (a, b) {\n var console = global.console;\n if (console && console.error) {\n arguments.length === 1 ? console.error(a) : console.error(a, b);\n }\n};\n","/// <reference types=\"@nextcloud/typings\" />\n\ndeclare const OC: Nextcloud.v16.OC | Nextcloud.v17.OC | Nextcloud.v18.OC | Nextcloud.v19.OC | Nextcloud.v20.OC;\n\nexport enum FilePickerType {\n Choose = 1,\n Move = 2,\n Copy = 3,\n CopyMove = 4,\n}\n\nexport class FilePicker {\n private title: string\n private multiSelect: boolean\n private mimeTypeFiler: string[]\n private modal: boolean\n private type: FilePickerType\n private directoriesAllowed: boolean\n private path?: string\n\n public constructor(title: string,\n multiSelect: boolean,\n mimeTypeFilter: string[],\n modal: boolean,\n type: FilePickerType,\n directoriesAllowed: boolean,\n path?: string) {\n this.title = title\n this.multiSelect = multiSelect\n this.mimeTypeFiler = mimeTypeFilter\n this.modal = modal\n this.type = type\n this.directoriesAllowed = directoriesAllowed\n this.path = path\n }\n\n public pick(): Promise<string> {\n return new Promise((res, rej) => {\n OC.dialogs.filepicker(\n this.title,\n res,\n this.multiSelect,\n this.mimeTypeFiler,\n this.modal,\n this.type,\n this.path,\n {\n allowDirectoryChooser: this.directoriesAllowed\n }\n )\n })\n }\n}\n\nexport class FilePickerBuilder {\n private title: string\n private multiSelect: boolean = false\n private mimeTypeFiler: string[] = []\n private modal: boolean = true\n private type: FilePickerType = FilePickerType.Choose\n private directoriesAllowed: boolean = false\n private path?: string\n\n public constructor(title: string) {\n this.title = title\n }\n\n public setMultiSelect(ms: boolean): FilePickerBuilder {\n this.multiSelect = ms\n return this\n }\n\n public addMimeTypeFilter(filter: string): FilePickerBuilder {\n this.mimeTypeFiler.push(filter)\n return this\n }\n\n public setMimeTypeFilter(filter: string[]): FilePickerBuilder {\n this.mimeTypeFiler = filter\n return this\n }\n\n public setModal(modal: boolean): FilePickerBuilder {\n this.modal = modal\n return this\n }\n\n public setType(type: FilePickerType): FilePickerBuilder {\n this.type = type\n return this\n }\n\n public allowDirectories(allow: boolean = true): FilePickerBuilder {\n this.directoriesAllowed = allow\n return this\n }\n\n public startAt(path: string): FilePickerBuilder {\n this.path = path\n return this\n }\n\n public build(): FilePicker {\n return new FilePicker(\n this.title,\n this.multiSelect,\n this.mimeTypeFiler,\n this.modal,\n this.type,\n this.directoriesAllowed,\n this.path\n )\n }\n\n}\n\nexport function getFilePickerBuilder(title: string): FilePickerBuilder {\n return new FilePickerBuilder(title)\n}\n","'use strict';\nvar DESCRIPTORS = require('../internals/descriptors');\nvar fails = require('../internals/fails');\nvar objectKeys = require('../internals/object-keys');\nvar getOwnPropertySymbolsModule = require('../internals/object-get-own-property-symbols');\nvar propertyIsEnumerableModule = require('../internals/object-property-is-enumerable');\nvar toObject = require('../internals/to-object');\nvar IndexedObject = require('../internals/indexed-object');\n\nvar nativeAssign = Object.assign;\nvar defineProperty = Object.defineProperty;\n\n// `Object.assign` method\n// https://tc39.es/ecma262/#sec-object.assign\nmodule.exports = !nativeAssign || fails(function () {\n // should have correct order of operations (Edge bug)\n if (DESCRIPTORS && nativeAssign({ b: 1 }, nativeAssign(defineProperty({}, 'a', {\n enumerable: true,\n get: function () {\n defineProperty(this, 'b', {\n value: 3,\n enumerable: false\n });\n }\n }), { b: 2 })).b !== 1) return true;\n // should work with symbols and should have deterministic property order (V8 bug)\n var A = {};\n var B = {};\n /* global Symbol -- required for testing */\n var symbol = Symbol();\n var alphabet = 'abcdefghijklmnopqrst';\n A[symbol] = 7;\n alphabet.split('').forEach(function (chr) { B[chr] = chr; });\n return nativeAssign({}, A)[symbol] != 7 || objectKeys(nativeAssign({}, B)).join('') != alphabet;\n}) ? function assign(target, source) { // eslint-disable-line no-unused-vars -- required for `.length`\n var T = toObject(target);\n var argumentsLength = arguments.length;\n var index = 1;\n var getOwnPropertySymbols = getOwnPropertySymbolsModule.f;\n var propertyIsEnumerable = propertyIsEnumerableModule.f;\n while (argumentsLength > index) {\n var S = IndexedObject(arguments[index++]);\n var keys = getOwnPropertySymbols ? objectKeys(S).concat(getOwnPropertySymbols(S)) : objectKeys(S);\n var length = keys.length;\n var j = 0;\n var key;\n while (length > j) {\n key = keys[j++];\n if (!DESCRIPTORS || propertyIsEnumerable.call(S, key)) T[key] = S[key];\n }\n } return T;\n} : nativeAssign;\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$({ target: 'Object', stat: true, forced: Object.assign !== assign }, {\n assign: assign\n});\n","/*! *****************************************************************************\r\nCopyright (c) Microsoft Corporation.\r\n\r\nPermission to use, copy, modify, and/or distribute this software for any\r\npurpose with or without fee is hereby granted.\r\n\r\nTHE SOFTWARE IS PROVIDED \"AS IS\" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH\r\nREGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY\r\nAND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,\r\nINDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM\r\nLOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR\r\nOTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\r\nPERFORMANCE OF THIS SOFTWARE.\r\n***************************************************************************** */\r\n/* global Reflect, Promise */\r\n\r\nvar extendStatics = function(d, b) {\r\n extendStatics = Object.setPrototypeOf ||\r\n ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||\r\n function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };\r\n return extendStatics(d, b);\r\n};\r\n\r\nexport function __extends(d, b) {\r\n if (typeof b !== \"function\" && b !== null)\r\n throw new TypeError(\"Class extends value \" + String(b) + \" is not a constructor or null\");\r\n extendStatics(d, b);\r\n function __() { this.constructor = d; }\r\n d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());\r\n}\r\n\r\nexport var __assign = function() {\r\n __assign = Object.assign || function __assign(t) {\r\n for (var s, i = 1, n = arguments.length; i < n; i++) {\r\n s = arguments[i];\r\n for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p];\r\n }\r\n return t;\r\n }\r\n return __assign.apply(this, arguments);\r\n}\r\n\r\nexport function __rest(s, e) {\r\n var t = {};\r\n for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)\r\n t[p] = s[p];\r\n if (s != null && typeof Object.getOwnPropertySymbols === \"function\")\r\n for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {\r\n if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))\r\n t[p[i]] = s[p[i]];\r\n }\r\n return t;\r\n}\r\n\r\nexport function __decorate(decorators, target, key, desc) {\r\n var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;\r\n if (typeof Reflect === \"object\" && typeof Reflect.decorate === \"function\") r = Reflect.decorate(decorators, target, key, desc);\r\n else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;\r\n return c > 3 && r && Object.defineProperty(target, key, r), r;\r\n}\r\n\r\nexport function __param(paramIndex, decorator) {\r\n return function (target, key) { decorator(target, key, paramIndex); }\r\n}\r\n\r\nexport function __metadata(metadataKey, metadataValue) {\r\n if (typeof Reflect === \"object\" && typeof Reflect.metadata === \"function\") return Reflect.metadata(metadataKey, metadataValue);\r\n}\r\n\r\nexport function __awaiter(thisArg, _arguments, P, generator) {\r\n function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }\r\n return new (P || (P = Promise))(function (resolve, reject) {\r\n function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }\r\n function rejected(value) { try { step(generator[\"throw\"](value)); } catch (e) { reject(e); } }\r\n function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }\r\n step((generator = generator.apply(thisArg, _arguments || [])).next());\r\n });\r\n}\r\n\r\nexport function __generator(thisArg, body) {\r\n var _ = { label: 0, sent: function() { if (t[0] & 1) throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g;\r\n return g = { next: verb(0), \"throw\": verb(1), \"return\": verb(2) }, typeof Symbol === \"function\" && (g[Symbol.iterator] = function() { return this; }), g;\r\n function verb(n) { return function (v) { return step([n, v]); }; }\r\n function step(op) {\r\n if (f) throw new TypeError(\"Generator is already executing.\");\r\n while (_) try {\r\n if (f = 1, y && (t = op[0] & 2 ? y[\"return\"] : op[0] ? y[\"throw\"] || ((t = y[\"return\"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done) return t;\r\n if (y = 0, t) op = [op[0] & 2, t.value];\r\n switch (op[0]) {\r\n case 0: case 1: t = op; break;\r\n case 4: _.label++; return { value: op[1], done: false };\r\n case 5: _.label++; y = op[1]; op = [0]; continue;\r\n case 7: op = _.ops.pop(); _.trys.pop(); continue;\r\n default:\r\n if (!(t = _.trys, t = t.length > 0 && t[t.length - 1]) && (op[0] === 6 || op[0] === 2)) { _ = 0; continue; }\r\n if (op[0] === 3 && (!t || (op[1] > t[0] && op[1] < t[3]))) { _.label = op[1]; break; }\r\n if (op[0] === 6 && _.label < t[1]) { _.label = t[1]; t = op; break; }\r\n if (t && _.label < t[2]) { _.label = t[2]; _.ops.push(op); break; }\r\n if (t[2]) _.ops.pop();\r\n _.trys.pop(); continue;\r\n }\r\n op = body.call(thisArg, _);\r\n } catch (e) { op = [6, e]; y = 0; } finally { f = t = 0; }\r\n if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };\r\n }\r\n}\r\n\r\nexport var __createBinding = Object.create ? (function(o, m, k, k2) {\r\n if (k2 === undefined) k2 = k;\r\n Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });\r\n}) : (function(o, m, k, k2) {\r\n if (k2 === undefined) k2 = k;\r\n o[k2] = m[k];\r\n});\r\n\r\nexport function __exportStar(m, o) {\r\n for (var p in m) if (p !== \"default\" && !Object.prototype.hasOwnProperty.call(o, p)) __createBinding(o, m, p);\r\n}\r\n\r\nexport function __values(o) {\r\n var s = typeof Symbol === \"function\" && Symbol.iterator, m = s && o[s], i = 0;\r\n if (m) return m.call(o);\r\n if (o && typeof o.length === \"number\") return {\r\n next: function () {\r\n if (o && i >= o.length) o = void 0;\r\n return { value: o && o[i++], done: !o };\r\n }\r\n };\r\n throw new TypeError(s ? \"Object is not iterable.\" : \"Symbol.iterator is not defined.\");\r\n}\r\n\r\nexport function __read(o, n) {\r\n var m = typeof Symbol === \"function\" && o[Symbol.iterator];\r\n if (!m) return o;\r\n var i = m.call(o), r, ar = [], e;\r\n try {\r\n while ((n === void 0 || n-- > 0) && !(r = i.next()).done) ar.push(r.value);\r\n }\r\n catch (error) { e = { error: error }; }\r\n finally {\r\n try {\r\n if (r && !r.done && (m = i[\"return\"])) m.call(i);\r\n }\r\n finally { if (e) throw e.error; }\r\n }\r\n return ar;\r\n}\r\n\r\n/** @deprecated */\r\nexport function __spread() {\r\n for (var ar = [], i = 0; i < arguments.length; i++)\r\n ar = ar.concat(__read(arguments[i]));\r\n return ar;\r\n}\r\n\r\n/** @deprecated */\r\nexport function __spreadArrays() {\r\n for (var s = 0, i = 0, il = arguments.length; i < il; i++) s += arguments[i].length;\r\n for (var r = Array(s), k = 0, i = 0; i < il; i++)\r\n for (var a = arguments[i], j = 0, jl = a.length; j < jl; j++, k++)\r\n r[k] = a[j];\r\n return r;\r\n}\r\n\r\nexport function __spreadArray(to, from) {\r\n for (var i = 0, il = from.length, j = to.length; i < il; i++, j++)\r\n to[j] = from[i];\r\n return to;\r\n}\r\n\r\nexport function __await(v) {\r\n return this instanceof __await ? (this.v = v, this) : new __await(v);\r\n}\r\n\r\nexport function __asyncGenerator(thisArg, _arguments, generator) {\r\n if (!Symbol.asyncIterator) throw new TypeError(\"Symbol.asyncIterator is not defined.\");\r\n var g = generator.apply(thisArg, _arguments || []), i, q = [];\r\n return i = {}, verb(\"next\"), verb(\"throw\"), verb(\"return\"), i[Symbol.asyncIterator] = function () { return this; }, i;\r\n function verb(n) { if (g[n]) i[n] = function (v) { return new Promise(function (a, b) { q.push([n, v, a, b]) > 1 || resume(n, v); }); }; }\r\n function resume(n, v) { try { step(g[n](v)); } catch (e) { settle(q[0][3], e); } }\r\n function step(r) { r.value instanceof __await ? Promise.resolve(r.value.v).then(fulfill, reject) : settle(q[0][2], r); }\r\n function fulfill(value) { resume(\"next\", value); }\r\n function reject(value) { resume(\"throw\", value); }\r\n function settle(f, v) { if (f(v), q.shift(), q.length) resume(q[0][0], q[0][1]); }\r\n}\r\n\r\nexport function __asyncDelegator(o) {\r\n var i, p;\r\n return i = {}, verb(\"next\"), verb(\"throw\", function (e) { throw e; }), verb(\"return\"), i[Symbol.iterator] = function () { return this; }, i;\r\n function verb(n, f) { i[n] = o[n] ? function (v) { return (p = !p) ? { value: __await(o[n](v)), done: n === \"return\" } : f ? f(v) : v; } : f; }\r\n}\r\n\r\nexport function __asyncValues(o) {\r\n if (!Symbol.asyncIterator) throw new TypeError(\"Symbol.asyncIterator is not defined.\");\r\n var m = o[Symbol.asyncIterator], i;\r\n return m ? m.call(o) : (o = typeof __values === \"function\" ? __values(o) : o[Symbol.iterator](), i = {}, verb(\"next\"), verb(\"throw\"), verb(\"return\"), i[Symbol.asyncIterator] = function () { return this; }, i);\r\n function verb(n) { i[n] = o[n] && function (v) { return new Promise(function (resolve, reject) { v = o[n](v), settle(resolve, reject, v.done, v.value); }); }; }\r\n function settle(resolve, reject, d, v) { Promise.resolve(v).then(function(v) { resolve({ value: v, done: d }); }, reject); }\r\n}\r\n\r\nexport function __makeTemplateObject(cooked, raw) {\r\n if (Object.defineProperty) { Object.defineProperty(cooked, \"raw\", { value: raw }); } else { cooked.raw = raw; }\r\n return cooked;\r\n};\r\n\r\nvar __setModuleDefault = Object.create ? (function(o, v) {\r\n Object.defineProperty(o, \"default\", { enumerable: true, value: v });\r\n}) : function(o, v) {\r\n o[\"default\"] = v;\r\n};\r\n\r\nexport function __importStar(mod) {\r\n if (mod && mod.__esModule) return mod;\r\n var result = {};\r\n if (mod != null) for (var k in mod) if (k !== \"default\" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);\r\n __setModuleDefault(result, mod);\r\n return result;\r\n}\r\n\r\nexport function __importDefault(mod) {\r\n return (mod && mod.__esModule) ? mod : { default: mod };\r\n}\r\n\r\nexport function __classPrivateFieldGet(receiver, privateMap) {\r\n if (!privateMap.has(receiver)) {\r\n throw new TypeError(\"attempted to get private field on non-instance\");\r\n }\r\n return privateMap.get(receiver);\r\n}\r\n\r\nexport function __classPrivateFieldSet(receiver, privateMap, value) {\r\n if (!privateMap.has(receiver)) {\r\n throw new TypeError(\"attempted to set private field on non-instance\");\r\n }\r\n privateMap.set(receiver, value);\r\n return value;\r\n}\r\n","var toObject = require('../internals/to-object');\n\nvar floor = Math.floor;\nvar replace = ''.replace;\nvar SUBSTITUTION_SYMBOLS = /\\$([$&'`]|\\d{1,2}|<[^>]*>)/g;\nvar SUBSTITUTION_SYMBOLS_NO_NAMED = /\\$([$&'`]|\\d{1,2})/g;\n\n// https://tc39.es/ecma262/#sec-getsubstitution\nmodule.exports = function (matched, str, position, captures, namedCaptures, replacement) {\n var tailPos = position + matched.length;\n var m = captures.length;\n var symbols = SUBSTITUTION_SYMBOLS_NO_NAMED;\n if (namedCaptures !== undefined) {\n namedCaptures = toObject(namedCaptures);\n symbols = SUBSTITUTION_SYMBOLS;\n }\n return replace.call(replacement, symbols, function (match, ch) {\n var capture;\n switch (ch.charAt(0)) {\n case '$': return '$';\n case '&': return matched;\n case '`': return str.slice(0, position);\n case \"'\": return str.slice(tailPos);\n case '<':\n capture = namedCaptures[ch.slice(1, -1)];\n break;\n default: // \\d\\d?\n var n = +ch;\n if (n === 0) return match;\n if (n > m) {\n var f = floor(n / 10);\n if (f === 0) return match;\n if (f <= m) return captures[f - 1] === undefined ? ch.charAt(1) : captures[f - 1] + ch.charAt(1);\n return match;\n }\n capture = captures[n - 1];\n }\n return capture === undefined ? '' : capture;\n });\n};\n","'use strict';\nvar fixRegExpWellKnownSymbolLogic = require('../internals/fix-regexp-well-known-symbol-logic');\nvar anObject = require('../internals/an-object');\nvar toLength = require('../internals/to-length');\nvar toInteger = require('../internals/to-integer');\nvar requireObjectCoercible = require('../internals/require-object-coercible');\nvar advanceStringIndex = require('../internals/advance-string-index');\nvar getSubstitution = require('../internals/get-substitution');\nvar regExpExec = require('../internals/regexp-exec-abstract');\n\nvar max = Math.max;\nvar min = Math.min;\n\nvar maybeToString = function (it) {\n return it === undefined ? it : String(it);\n};\n\n// @@replace logic\nfixRegExpWellKnownSymbolLogic('replace', 2, function (REPLACE, nativeReplace, maybeCallNative, reason) {\n var REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE = reason.REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE;\n var REPLACE_KEEPS_$0 = reason.REPLACE_KEEPS_$0;\n var UNSAFE_SUBSTITUTE = REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE ? '$' : '$0';\n\n return [\n // `String.prototype.replace` method\n // https://tc39.es/ecma262/#sec-string.prototype.replace\n function replace(searchValue, replaceValue) {\n var O = requireObjectCoercible(this);\n var replacer = searchValue == undefined ? undefined : searchValue[REPLACE];\n return replacer !== undefined\n ? replacer.call(searchValue, O, replaceValue)\n : nativeReplace.call(String(O), searchValue, replaceValue);\n },\n // `RegExp.prototype[@@replace]` method\n // https://tc39.es/ecma262/#sec-regexp.prototype-@@replace\n function (regexp, replaceValue) {\n if (\n (!REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE && REPLACE_KEEPS_$0) ||\n (typeof replaceValue === 'string' && replaceValue.indexOf(UNSAFE_SUBSTITUTE) === -1)\n ) {\n var res = maybeCallNative(nativeReplace, regexp, this, replaceValue);\n if (res.done) return res.value;\n }\n\n var rx = anObject(regexp);\n var S = String(this);\n\n var functionalReplace = typeof replaceValue === 'function';\n if (!functionalReplace) replaceValue = String(replaceValue);\n\n var global = rx.global;\n if (global) {\n var fullUnicode = rx.unicode;\n rx.lastIndex = 0;\n }\n var results = [];\n while (true) {\n var result = regExpExec(rx, S);\n if (result === null) break;\n\n results.push(result);\n if (!global) break;\n\n var matchStr = String(result[0]);\n if (matchStr === '') rx.lastIndex = advanceStringIndex(S, toLength(rx.lastIndex), fullUnicode);\n }\n\n var accumulatedResult = '';\n var nextSourcePosition = 0;\n for (var i = 0; i < results.length; i++) {\n result = results[i];\n\n var matched = String(result[0]);\n var position = max(min(toInteger(result.index), S.length), 0);\n var captures = [];\n // NOTE: This is equivalent to\n // captures = result.slice(1).map(maybeToString)\n // but for some reason `nativeSlice.call(result, 1, result.length)` (called in\n // the slice polyfill when slicing native arrays) \"doesn't work\" in safari 9 and\n // causes a crash (https://pastebin.com/N21QzeQA) when trying to debug it.\n for (var j = 1; j < result.length; j++) captures.push(maybeToString(result[j]));\n var namedCaptures = result.groups;\n if (functionalReplace) {\n var replacerArgs = [matched].concat(captures, position, S);\n if (namedCaptures !== undefined) replacerArgs.push(namedCaptures);\n var replacement = String(replaceValue.apply(undefined, replacerArgs));\n } else {\n replacement = getSubstitution(matched, S, position, captures, namedCaptures, replaceValue);\n }\n if (position >= nextSourcePosition) {\n accumulatedResult += S.slice(nextSourcePosition, position) + replacement;\n nextSourcePosition = position + matched.length;\n }\n }\n return accumulatedResult + S.slice(nextSourcePosition);\n }\n ];\n});\n","/*!\n * Toastify js 1.10.0\n * https://github.com/apvarun/toastify-js\n * @license MIT licensed\n *\n * Copyright (C) 2018 Varun A P\n */\n(function(root, factory) {\n if (typeof module === \"object\" && module.exports) {\n module.exports = factory();\n } else {\n root.Toastify = factory();\n }\n})(this, function(global) {\n // Object initialization\n var Toastify = function(options) {\n // Returning a new init object\n return new Toastify.lib.init(options);\n },\n // Library version\n version = \"1.10.0\";\n\n // Defining the prototype of the object\n Toastify.lib = Toastify.prototype = {\n toastify: version,\n\n constructor: Toastify,\n\n // Initializing the object with required parameters\n init: function(options) {\n // Verifying and validating the input object\n if (!options) {\n options = {};\n }\n\n // Creating the options object\n this.options = {};\n\n this.toastElement = null;\n\n // Validating the options\n this.options.text = options.text || \"Hi there!\"; // Display message\n this.options.node = options.node // Display content as node\n this.options.duration = options.duration === 0 ? 0 : options.duration || 3000; // Display duration\n this.options.selector = options.selector; // Parent selector\n this.options.callback = options.callback || function() {}; // Callback after display\n this.options.destination = options.destination; // On-click destination\n this.options.newWindow = options.newWindow || false; // Open destination in new window\n this.options.close = options.close || false; // Show toast close icon\n this.options.gravity = options.gravity === \"bottom\" ? \"toastify-bottom\" : \"toastify-top\"; // toast position - top or bottom\n this.options.positionLeft = options.positionLeft || false; // toast position - left or right\n this.options.position = options.position || ''; // toast position - left or right\n this.options.backgroundColor = options.backgroundColor; // toast background color\n this.options.avatar = options.avatar || \"\"; // img element src - url or a path\n this.options.className = options.className || \"\"; // additional class names for the toast\n this.options.stopOnFocus = options.stopOnFocus === undefined? true: options.stopOnFocus; // stop timeout on focus\n this.options.onClick = options.onClick; // Callback after click\n\n this.options.offset = options.offset || { x: 0, y: 0 }; // toast offset\n\n this.options.escapeMarkup = options.escapeMarkup !== undefined ? options.escapeMarkup : true;\n this.options.style = options.style || {};\n\n this.options.style.background = this.options.style.background || options.backgroundColor;\n\n // Returning the current object for chaining functions\n return this;\n },\n\n // Building the DOM element\n buildToast: function() {\n // Validating if the options are defined\n if (!this.options) {\n throw \"Toastify is not initialized\";\n }\n\n // Creating the DOM object\n var divElement = document.createElement(\"div\");\n divElement.className = \"toastify on \" + this.options.className;\n\n // Positioning toast to left or right or center\n if (!!this.options.position) {\n divElement.className += \" toastify-\" + this.options.position;\n } else {\n // To be depreciated in further versions\n if (this.options.positionLeft === true) {\n divElement.className += \" toastify-left\";\n console.warn('Property `positionLeft` will be depreciated in further versions. Please use `position` instead.')\n } else {\n // Default position\n divElement.className += \" toastify-right\";\n }\n }\n\n // Assigning gravity of element\n divElement.className += \" \" + this.options.gravity;\n\n if (this.options.backgroundColor) {\n // This is being deprecated in favor of using the style HTML DOM property\n console.warn('DEPRECATION NOTICE: \"backgroundColor\" is being deprecated. Please use the \"style.background\" property.');\n }\n\n // Loop through our style object and apply styles to divElement\n for (const property in this.options.style) {\n divElement.style[property] = this.options.style[property];\n }\n\n // Adding the toast message/node\n if (this.options.node && this.options.node.nodeType === Node.ELEMENT_NODE) {\n // If we have a valid node, we insert it\n divElement.appendChild(this.options.node)\n } else {\n if (this.options.escapeMarkup) {\n divElement.innerText = this.options.text;\n } else {\n divElement.innerHTML = this.options.text;\n }\n\n if (this.options.avatar !== \"\") {\n var avatarElement = document.createElement(\"img\");\n avatarElement.src = this.options.avatar;\n\n avatarElement.className = \"toastify-avatar\";\n\n if (this.options.position == \"left\" || this.options.positionLeft === true) {\n // Adding close icon on the left of content\n divElement.appendChild(avatarElement);\n } else {\n // Adding close icon on the right of content\n divElement.insertAdjacentElement(\"afterbegin\", avatarElement);\n }\n }\n }\n\n // Adding a close icon to the toast\n if (this.options.close === true) {\n // Create a span for close element\n var closeElement = document.createElement(\"span\");\n closeElement.innerHTML = \"&#10006;\";\n\n closeElement.className = \"toast-close\";\n\n // Triggering the removal of toast from DOM on close click\n closeElement.addEventListener(\n \"click\",\n function(event) {\n event.stopPropagation();\n this.removeElement(this.toastElement);\n window.clearTimeout(this.toastElement.timeOutValue);\n }.bind(this)\n );\n\n //Calculating screen width\n var width = window.innerWidth > 0 ? window.innerWidth : screen.width;\n\n // Adding the close icon to the toast element\n // Display on the right if screen width is less than or equal to 360px\n if ((this.options.position == \"left\" || this.options.positionLeft === true) && width > 360) {\n // Adding close icon on the left of content\n divElement.insertAdjacentElement(\"afterbegin\", closeElement);\n } else {\n // Adding close icon on the right of content\n divElement.appendChild(closeElement);\n }\n }\n\n // Clear timeout while toast is focused\n if (this.options.stopOnFocus && this.options.duration > 0) {\n var self = this;\n // stop countdown\n divElement.addEventListener(\n \"mouseover\",\n function(event) {\n window.clearTimeout(divElement.timeOutValue);\n }\n )\n // add back the timeout\n divElement.addEventListener(\n \"mouseleave\",\n function() {\n divElement.timeOutValue = window.setTimeout(\n function() {\n // Remove the toast from DOM\n self.removeElement(divElement);\n },\n self.options.duration\n )\n }\n )\n }\n \n // Adding an on-click destination path\n if (typeof this.options.destination !== \"undefined\") {\n divElement.addEventListener(\n \"click\",\n function(event) {\n event.stopPropagation();\n if (this.options.newWindow === true) {\n window.open(this.options.destination, \"_blank\");\n } else {\n window.location = this.options.destination;\n }\n }.bind(this)\n );\n }\n\n if (typeof this.options.onClick === \"function\" && typeof this.options.destination === \"undefined\") {\n divElement.addEventListener(\n \"click\",\n function(event) {\n event.stopPropagation();\n this.options.onClick(); \n }.bind(this)\n );\n }\n\n // Adding offset\n if(typeof this.options.offset === \"object\") {\n\n var x = getAxisOffsetAValue(\"x\", this.options);\n var y = getAxisOffsetAValue(\"y\", this.options);\n \n var xOffset = this.options.position == \"left\" ? x : \"-\" + x;\n var yOffset = this.options.gravity == \"toastify-top\" ? y : \"-\" + y;\n\n divElement.style.transform = \"translate(\" + xOffset + \",\" + yOffset + \")\";\n\n }\n\n // Returning the generated element\n return divElement;\n },\n\n // Displaying the toast\n showToast: function() {\n // Creating the DOM object for the toast\n this.toastElement = this.buildToast();\n\n // Getting the root element to with the toast needs to be added\n var rootElement;\n if (typeof this.options.selector === \"string\") {\n rootElement = document.getElementById(this.options.selector);\n } else if (this.options.selector instanceof HTMLElement || this.options.selector instanceof ShadowRoot) {\n rootElement = this.options.selector;\n } else {\n rootElement = document.body;\n }\n\n // Validating if root element is present in DOM\n if (!rootElement) {\n throw \"Root element is not defined\";\n }\n\n // Adding the DOM element\n rootElement.insertBefore(this.toastElement, rootElement.firstChild);\n\n // Repositioning the toasts in case multiple toasts are present\n Toastify.reposition();\n\n if (this.options.duration > 0) {\n this.toastElement.timeOutValue = window.setTimeout(\n function() {\n // Remove the toast from DOM\n this.removeElement(this.toastElement);\n }.bind(this),\n this.options.duration\n ); // Binding `this` for function invocation\n }\n\n // Supporting function chaining\n return this;\n },\n\n hideToast: function() {\n if (this.toastElement.timeOutValue) {\n clearTimeout(this.toastElement.timeOutValue);\n }\n this.removeElement(this.toastElement);\n },\n\n // Removing the element from the DOM\n removeElement: function(toastElement) {\n // Hiding the element\n // toastElement.classList.remove(\"on\");\n toastElement.className = toastElement.className.replace(\" on\", \"\");\n\n // Removing the element from DOM after transition end\n window.setTimeout(\n function() {\n // remove options node if any\n if (this.options.node && this.options.node.parentNode) {\n this.options.node.parentNode.removeChild(this.options.node);\n }\n\n // Remove the elemenf from the DOM, only when the parent node was not removed before.\n if (toastElement.parentNode) {\n toastElement.parentNode.removeChild(toastElement);\n }\n\n // Calling the callback function\n this.options.callback.call(toastElement);\n\n // Repositioning the toasts again\n Toastify.reposition();\n }.bind(this),\n 400\n ); // Binding `this` for function invocation\n },\n };\n\n // Positioning the toasts on the DOM\n Toastify.reposition = function() {\n\n // Top margins with gravity\n var topLeftOffsetSize = {\n top: 15,\n bottom: 15,\n };\n var topRightOffsetSize = {\n top: 15,\n bottom: 15,\n };\n var offsetSize = {\n top: 15,\n bottom: 15,\n };\n\n // Get all toast messages on the DOM\n var allToasts = document.getElementsByClassName(\"toastify\");\n\n var classUsed;\n\n // Modifying the position of each toast element\n for (var i = 0; i < allToasts.length; i++) {\n // Getting the applied gravity\n if (containsClass(allToasts[i], \"toastify-top\") === true) {\n classUsed = \"toastify-top\";\n } else {\n classUsed = \"toastify-bottom\";\n }\n\n var height = allToasts[i].offsetHeight;\n classUsed = classUsed.substr(9, classUsed.length-1)\n // Spacing between toasts\n var offset = 15;\n\n var width = window.innerWidth > 0 ? window.innerWidth : screen.width;\n\n // Show toast in center if screen with less than or qual to 360px\n if (width <= 360) {\n // Setting the position\n allToasts[i].style[classUsed] = offsetSize[classUsed] + \"px\";\n\n offsetSize[classUsed] += height + offset;\n } else {\n if (containsClass(allToasts[i], \"toastify-left\") === true) {\n // Setting the position\n allToasts[i].style[classUsed] = topLeftOffsetSize[classUsed] + \"px\";\n\n topLeftOffsetSize[classUsed] += height + offset;\n } else {\n // Setting the position\n allToasts[i].style[classUsed] = topRightOffsetSize[classUsed] + \"px\";\n\n topRightOffsetSize[classUsed] += height + offset;\n }\n }\n }\n\n // Supporting function chaining\n return this;\n };\n\n // Helper function to get offset.\n function getAxisOffsetAValue(axis, options) {\n\n if(options.offset[axis]) {\n if(isNaN(options.offset[axis])) {\n return options.offset[axis];\n }\n else {\n return options.offset[axis] + 'px';\n }\n }\n\n return '0px';\n\n }\n\n function containsClass(elem, yourClass) {\n if (!elem || typeof yourClass !== \"string\") {\n return false;\n } else if (\n elem.className &&\n elem.className\n .trim()\n .split(/\\s+/gi)\n .indexOf(yourClass) > -1\n ) {\n return true;\n } else {\n return false;\n }\n }\n\n // Setting up the prototype for the init object\n Toastify.lib.init.prototype = Toastify.lib;\n\n // Returning the Toastify function to be assigned to the window object/module\n return Toastify;\n});\n","/**\n * lodash (Custom Build) <https://lodash.com/>\n * Build: `lodash modularize exports=\"npm\" -o ./`\n * Copyright jQuery Foundation and other contributors <https://jquery.org/>\n * Released under MIT license <https://lodash.com/license>\n * Based on Underscore.js 1.8.3 <http://underscorejs.org/LICENSE>\n * Copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors\n */\n\n/** Used as the `TypeError` message for \"Functions\" methods. */\nvar FUNC_ERROR_TEXT = 'Expected a function';\n\n/** Used to stand-in for `undefined` hash values. */\nvar HASH_UNDEFINED = '__lodash_hash_undefined__';\n\n/** Used as references for various `Number` constants. */\nvar INFINITY = 1 / 0;\n\n/** `Object#toString` result references. */\nvar funcTag = '[object Function]',\n genTag = '[object GeneratorFunction]',\n symbolTag = '[object Symbol]';\n\n/** Used to match property names within property paths. */\nvar reIsDeepProp = /\\.|\\[(?:[^[\\]]*|([\"'])(?:(?!\\1)[^\\\\]|\\\\.)*?\\1)\\]/,\n reIsPlainProp = /^\\w*$/,\n reLeadingDot = /^\\./,\n rePropName = /[^.[\\]]+|\\[(?:(-?\\d+(?:\\.\\d+)?)|([\"'])((?:(?!\\2)[^\\\\]|\\\\.)*?)\\2)\\]|(?=(?:\\.|\\[\\])(?:\\.|\\[\\]|$))/g;\n\n/**\n * Used to match `RegExp`\n * [syntax characters](http://ecma-international.org/ecma-262/7.0/#sec-patterns).\n */\nvar reRegExpChar = /[\\\\^$.*+?()[\\]{}|]/g;\n\n/** Used to match backslashes in property paths. */\nvar reEscapeChar = /\\\\(\\\\)?/g;\n\n/** Used to detect host constructors (Safari). */\nvar reIsHostCtor = /^\\[object .+?Constructor\\]$/;\n\n/** Detect free variable `global` from Node.js. */\nvar freeGlobal = typeof global == 'object' && global && global.Object === Object && global;\n\n/** Detect free variable `self`. */\nvar freeSelf = typeof self == 'object' && self && self.Object === Object && self;\n\n/** Used as a reference to the global object. */\nvar root = freeGlobal || freeSelf || Function('return this')();\n\n/**\n * Gets the value at `key` of `object`.\n *\n * @private\n * @param {Object} [object] The object to query.\n * @param {string} key The key of the property to get.\n * @returns {*} Returns the property value.\n */\nfunction getValue(object, key) {\n return object == null ? undefined : object[key];\n}\n\n/**\n * Checks if `value` is a host object in IE < 9.\n *\n * @private\n * @param {*} value The value to check.\n * @returns {boolean} Returns `true` if `value` is a host object, else `false`.\n */\nfunction isHostObject(value) {\n // Many host objects are `Object` objects that can coerce to strings\n // despite having improperly defined `toString` methods.\n var result = false;\n if (value != null && typeof value.toString != 'function') {\n try {\n result = !!(value + '');\n } catch (e) {}\n }\n return result;\n}\n\n/** Used for built-in method references. */\nvar arrayProto = Array.prototype,\n funcProto = Function.prototype,\n objectProto = Object.prototype;\n\n/** Used to detect overreaching core-js shims. */\nvar coreJsData = root['__core-js_shared__'];\n\n/** Used to detect methods masquerading as native. */\nvar maskSrcKey = (function() {\n var uid = /[^.]+$/.exec(coreJsData && coreJsData.keys && coreJsData.keys.IE_PROTO || '');\n return uid ? ('Symbol(src)_1.' + uid) : '';\n}());\n\n/** Used to resolve the decompiled source of functions. */\nvar funcToString = funcProto.toString;\n\n/** Used to check objects for own properties. */\nvar hasOwnProperty = objectProto.hasOwnProperty;\n\n/**\n * Used to resolve the\n * [`toStringTag`](http://ecma-international.org/ecma-262/7.0/#sec-object.prototype.tostring)\n * of values.\n */\nvar objectToString = objectProto.toString;\n\n/** Used to detect if a method is native. */\nvar reIsNative = RegExp('^' +\n funcToString.call(hasOwnProperty).replace(reRegExpChar, '\\\\$&')\n .replace(/hasOwnProperty|(function).*?(?=\\\\\\()| for .+?(?=\\\\\\])/g, '$1.*?') + '$'\n);\n\n/** Built-in value references. */\nvar Symbol = root.Symbol,\n splice = arrayProto.splice;\n\n/* Built-in method references that are verified to be native. */\nvar Map = getNative(root, 'Map'),\n nativeCreate = getNative(Object, 'create');\n\n/** Used to convert symbols to primitives and strings. */\nvar symbolProto = Symbol ? Symbol.prototype : undefined,\n symbolToString = symbolProto ? symbolProto.toString : undefined;\n\n/**\n * Creates a hash object.\n *\n * @private\n * @constructor\n * @param {Array} [entries] The key-value pairs to cache.\n */\nfunction Hash(entries) {\n var index = -1,\n length = entries ? entries.length : 0;\n\n this.clear();\n while (++index < length) {\n var entry = entries[index];\n this.set(entry[0], entry[1]);\n }\n}\n\n/**\n * Removes all key-value entries from the hash.\n *\n * @private\n * @name clear\n * @memberOf Hash\n */\nfunction hashClear() {\n this.__data__ = nativeCreate ? nativeCreate(null) : {};\n}\n\n/**\n * Removes `key` and its value from the hash.\n *\n * @private\n * @name delete\n * @memberOf Hash\n * @param {Object} hash The hash to modify.\n * @param {string} key The key of the value to remove.\n * @returns {boolean} Returns `true` if the entry was removed, else `false`.\n */\nfunction hashDelete(key) {\n return this.has(key) && delete this.__data__[key];\n}\n\n/**\n * Gets the hash value for `key`.\n *\n * @private\n * @name get\n * @memberOf Hash\n * @param {string} key The key of the value to get.\n * @returns {*} Returns the entry value.\n */\nfunction hashGet(key) {\n var data = this.__data__;\n if (nativeCreate) {\n var result = data[key];\n return result === HASH_UNDEFINED ? undefined : result;\n }\n return hasOwnProperty.call(data, key) ? data[key] : undefined;\n}\n\n/**\n * Checks if a hash value for `key` exists.\n *\n * @private\n * @name has\n * @memberOf Hash\n * @param {string} key The key of the entry to check.\n * @returns {boolean} Returns `true` if an entry for `key` exists, else `false`.\n */\nfunction hashHas(key) {\n var data = this.__data__;\n return nativeCreate ? data[key] !== undefined : hasOwnProperty.call(data, key);\n}\n\n/**\n * Sets the hash `key` to `value`.\n *\n * @private\n * @name set\n * @memberOf Hash\n * @param {string} key The key of the value to set.\n * @param {*} value The value to set.\n * @returns {Object} Returns the hash instance.\n */\nfunction hashSet(key, value) {\n var data = this.__data__;\n data[key] = (nativeCreate && value === undefined) ? HASH_UNDEFINED : value;\n return this;\n}\n\n// Add methods to `Hash`.\nHash.prototype.clear = hashClear;\nHash.prototype['delete'] = hashDelete;\nHash.prototype.get = hashGet;\nHash.prototype.has = hashHas;\nHash.prototype.set = hashSet;\n\n/**\n * Creates an list cache object.\n *\n * @private\n * @constructor\n * @param {Array} [entries] The key-value pairs to cache.\n */\nfunction ListCache(entries) {\n var index = -1,\n length = entries ? entries.length : 0;\n\n this.clear();\n while (++index < length) {\n var entry = entries[index];\n this.set(entry[0], entry[1]);\n }\n}\n\n/**\n * Removes all key-value entries from the list cache.\n *\n * @private\n * @name clear\n * @memberOf ListCache\n */\nfunction listCacheClear() {\n this.__data__ = [];\n}\n\n/**\n * Removes `key` and its value from the list cache.\n *\n * @private\n * @name delete\n * @memberOf ListCache\n * @param {string} key The key of the value to remove.\n * @returns {boolean} Returns `true` if the entry was removed, else `false`.\n */\nfunction listCacheDelete(key) {\n var data = this.__data__,\n index = assocIndexOf(data, key);\n\n if (index < 0) {\n return false;\n }\n var lastIndex = data.length - 1;\n if (index == lastIndex) {\n data.pop();\n } else {\n splice.call(data, index, 1);\n }\n return true;\n}\n\n/**\n * Gets the list cache value for `key`.\n *\n * @private\n * @name get\n * @memberOf ListCache\n * @param {string} key The key of the value to get.\n * @returns {*} Returns the entry value.\n */\nfunction listCacheGet(key) {\n var data = this.__data__,\n index = assocIndexOf(data, key);\n\n return index < 0 ? undefined : data[index][1];\n}\n\n/**\n * Checks if a list cache value for `key` exists.\n *\n * @private\n * @name has\n * @memberOf ListCache\n * @param {string} key The key of the entry to check.\n * @returns {boolean} Returns `true` if an entry for `key` exists, else `false`.\n */\nfunction listCacheHas(key) {\n return assocIndexOf(this.__data__, key) > -1;\n}\n\n/**\n * Sets the list cache `key` to `value`.\n *\n * @private\n * @name set\n * @memberOf ListCache\n * @param {string} key The key of the value to set.\n * @param {*} value The value to set.\n * @returns {Object} Returns the list cache instance.\n */\nfunction listCacheSet(key, value) {\n var data = this.__data__,\n index = assocIndexOf(data, key);\n\n if (index < 0) {\n data.push([key, value]);\n } else {\n data[index][1] = value;\n }\n return this;\n}\n\n// Add methods to `ListCache`.\nListCache.prototype.clear = listCacheClear;\nListCache.prototype['delete'] = listCacheDelete;\nListCache.prototype.get = listCacheGet;\nListCache.prototype.has = listCacheHas;\nListCache.prototype.set = listCacheSet;\n\n/**\n * Creates a map cache object to store key-value pairs.\n *\n * @private\n * @constructor\n * @param {Array} [entries] The key-value pairs to cache.\n */\nfunction MapCache(entries) {\n var index = -1,\n length = entries ? entries.length : 0;\n\n this.clear();\n while (++index < length) {\n var entry = entries[index];\n this.set(entry[0], entry[1]);\n }\n}\n\n/**\n * Removes all key-value entries from the map.\n *\n * @private\n * @name clear\n * @memberOf MapCache\n */\nfunction mapCacheClear() {\n this.__data__ = {\n 'hash': new Hash,\n 'map': new (Map || ListCache),\n 'string': new Hash\n };\n}\n\n/**\n * Removes `key` and its value from the map.\n *\n * @private\n * @name delete\n * @memberOf MapCache\n * @param {string} key The key of the value to remove.\n * @returns {boolean} Returns `true` if the entry was removed, else `false`.\n */\nfunction mapCacheDelete(key) {\n return getMapData(this, key)['delete'](key);\n}\n\n/**\n * Gets the map value for `key`.\n *\n * @private\n * @name get\n * @memberOf MapCache\n * @param {string} key The key of the value to get.\n * @returns {*} Returns the entry value.\n */\nfunction mapCacheGet(key) {\n return getMapData(this, key).get(key);\n}\n\n/**\n * Checks if a map value for `key` exists.\n *\n * @private\n * @name has\n * @memberOf MapCache\n * @param {string} key The key of the entry to check.\n * @returns {boolean} Returns `true` if an entry for `key` exists, else `false`.\n */\nfunction mapCacheHas(key) {\n return getMapData(this, key).has(key);\n}\n\n/**\n * Sets the map `key` to `value`.\n *\n * @private\n * @name set\n * @memberOf MapCache\n * @param {string} key The key of the value to set.\n * @param {*} value The value to set.\n * @returns {Object} Returns the map cache instance.\n */\nfunction mapCacheSet(key, value) {\n getMapData(this, key).set(key, value);\n return this;\n}\n\n// Add methods to `MapCache`.\nMapCache.prototype.clear = mapCacheClear;\nMapCache.prototype['delete'] = mapCacheDelete;\nMapCache.prototype.get = mapCacheGet;\nMapCache.prototype.has = mapCacheHas;\nMapCache.prototype.set = mapCacheSet;\n\n/**\n * Gets the index at which the `key` is found in `array` of key-value pairs.\n *\n * @private\n * @param {Array} array The array to inspect.\n * @param {*} key The key to search for.\n * @returns {number} Returns the index of the matched value, else `-1`.\n */\nfunction assocIndexOf(array, key) {\n var length = array.length;\n while (length--) {\n if (eq(array[length][0], key)) {\n return length;\n }\n }\n return -1;\n}\n\n/**\n * The base implementation of `_.get` without support for default values.\n *\n * @private\n * @param {Object} object The object to query.\n * @param {Array|string} path The path of the property to get.\n * @returns {*} Returns the resolved value.\n */\nfunction baseGet(object, path) {\n path = isKey(path, object) ? [path] : castPath(path);\n\n var index = 0,\n length = path.length;\n\n while (object != null && index < length) {\n object = object[toKey(path[index++])];\n }\n return (index && index == length) ? object : undefined;\n}\n\n/**\n * The base implementation of `_.isNative` without bad shim checks.\n *\n * @private\n * @param {*} value The value to check.\n * @returns {boolean} Returns `true` if `value` is a native function,\n * else `false`.\n */\nfunction baseIsNative(value) {\n if (!isObject(value) || isMasked(value)) {\n return false;\n }\n var pattern = (isFunction(value) || isHostObject(value)) ? reIsNative : reIsHostCtor;\n return pattern.test(toSource(value));\n}\n\n/**\n * The base implementation of `_.toString` which doesn't convert nullish\n * values to empty strings.\n *\n * @private\n * @param {*} value The value to process.\n * @returns {string} Returns the string.\n */\nfunction baseToString(value) {\n // Exit early for strings to avoid a performance hit in some environments.\n if (typeof value == 'string') {\n return value;\n }\n if (isSymbol(value)) {\n return symbolToString ? symbolToString.call(value) : '';\n }\n var result = (value + '');\n return (result == '0' && (1 / value) == -INFINITY) ? '-0' : result;\n}\n\n/**\n * Casts `value` to a path array if it's not one.\n *\n * @private\n * @param {*} value The value to inspect.\n * @returns {Array} Returns the cast property path array.\n */\nfunction castPath(value) {\n return isArray(value) ? value : stringToPath(value);\n}\n\n/**\n * Gets the data for `map`.\n *\n * @private\n * @param {Object} map The map to query.\n * @param {string} key The reference key.\n * @returns {*} Returns the map data.\n */\nfunction getMapData(map, key) {\n var data = map.__data__;\n return isKeyable(key)\n ? data[typeof key == 'string' ? 'string' : 'hash']\n : data.map;\n}\n\n/**\n * Gets the native function at `key` of `object`.\n *\n * @private\n * @param {Object} object The object to query.\n * @param {string} key The key of the method to get.\n * @returns {*} Returns the function if it's native, else `undefined`.\n */\nfunction getNative(object, key) {\n var value = getValue(object, key);\n return baseIsNative(value) ? value : undefined;\n}\n\n/**\n * Checks if `value` is a property name and not a property path.\n *\n * @private\n * @param {*} value The value to check.\n * @param {Object} [object] The object to query keys on.\n * @returns {boolean} Returns `true` if `value` is a property name, else `false`.\n */\nfunction isKey(value, object) {\n if (isArray(value)) {\n return false;\n }\n var type = typeof value;\n if (type == 'number' || type == 'symbol' || type == 'boolean' ||\n value == null || isSymbol(value)) {\n return true;\n }\n return reIsPlainProp.test(value) || !reIsDeepProp.test(value) ||\n (object != null && value in Object(object));\n}\n\n/**\n * Checks if `value` is suitable for use as unique object key.\n *\n * @private\n * @param {*} value The value to check.\n * @returns {boolean} Returns `true` if `value` is suitable, else `false`.\n */\nfunction isKeyable(value) {\n var type = typeof value;\n return (type == 'string' || type == 'number' || type == 'symbol' || type == 'boolean')\n ? (value !== '__proto__')\n : (value === null);\n}\n\n/**\n * Checks if `func` has its source masked.\n *\n * @private\n * @param {Function} func The function to check.\n * @returns {boolean} Returns `true` if `func` is masked, else `false`.\n */\nfunction isMasked(func) {\n return !!maskSrcKey && (maskSrcKey in func);\n}\n\n/**\n * Converts `string` to a property path array.\n *\n * @private\n * @param {string} string The string to convert.\n * @returns {Array} Returns the property path array.\n */\nvar stringToPath = memoize(function(string) {\n string = toString(string);\n\n var result = [];\n if (reLeadingDot.test(string)) {\n result.push('');\n }\n string.replace(rePropName, function(match, number, quote, string) {\n result.push(quote ? string.replace(reEscapeChar, '$1') : (number || match));\n });\n return result;\n});\n\n/**\n * Converts `value` to a string key if it's not a string or symbol.\n *\n * @private\n * @param {*} value The value to inspect.\n * @returns {string|symbol} Returns the key.\n */\nfunction toKey(value) {\n if (typeof value == 'string' || isSymbol(value)) {\n return value;\n }\n var result = (value + '');\n return (result == '0' && (1 / value) == -INFINITY) ? '-0' : result;\n}\n\n/**\n * Converts `func` to its source code.\n *\n * @private\n * @param {Function} func The function to process.\n * @returns {string} Returns the source code.\n */\nfunction toSource(func) {\n if (func != null) {\n try {\n return funcToString.call(func);\n } catch (e) {}\n try {\n return (func + '');\n } catch (e) {}\n }\n return '';\n}\n\n/**\n * Creates a function that memoizes the result of `func`. If `resolver` is\n * provided, it determines the cache key for storing the result based on the\n * arguments provided to the memoized function. By default, the first argument\n * provided to the memoized function is used as the map cache key. The `func`\n * is invoked with the `this` binding of the memoized function.\n *\n * **Note:** The cache is exposed as the `cache` property on the memoized\n * function. Its creation may be customized by replacing the `_.memoize.Cache`\n * constructor with one whose instances implement the\n * [`Map`](http://ecma-international.org/ecma-262/7.0/#sec-properties-of-the-map-prototype-object)\n * method interface of `delete`, `get`, `has`, and `set`.\n *\n * @static\n * @memberOf _\n * @since 0.1.0\n * @category Function\n * @param {Function} func The function to have its output memoized.\n * @param {Function} [resolver] The function to resolve the cache key.\n * @returns {Function} Returns the new memoized function.\n * @example\n *\n * var object = { 'a': 1, 'b': 2 };\n * var other = { 'c': 3, 'd': 4 };\n *\n * var values = _.memoize(_.values);\n * values(object);\n * // => [1, 2]\n *\n * values(other);\n * // => [3, 4]\n *\n * object.a = 2;\n * values(object);\n * // => [1, 2]\n *\n * // Modify the result cache.\n * values.cache.set(object, ['a', 'b']);\n * values(object);\n * // => ['a', 'b']\n *\n * // Replace `_.memoize.Cache`.\n * _.memoize.Cache = WeakMap;\n */\nfunction memoize(func, resolver) {\n if (typeof func != 'function' || (resolver && typeof resolver != 'function')) {\n throw new TypeError(FUNC_ERROR_TEXT);\n }\n var memoized = function() {\n var args = arguments,\n key = resolver ? resolver.apply(this, args) : args[0],\n cache = memoized.cache;\n\n if (cache.has(key)) {\n return cache.get(key);\n }\n var result = func.apply(this, args);\n memoized.cache = cache.set(key, result);\n return result;\n };\n memoized.cache = new (memoize.Cache || MapCache);\n return memoized;\n}\n\n// Assign cache to `_.memoize`.\nmemoize.Cache = MapCache;\n\n/**\n * Performs a\n * [`SameValueZero`](http://ecma-international.org/ecma-262/7.0/#sec-samevaluezero)\n * comparison between two values to determine if they are equivalent.\n *\n * @static\n * @memberOf _\n * @since 4.0.0\n * @category Lang\n * @param {*} value The value to compare.\n * @param {*} other The other value to compare.\n * @returns {boolean} Returns `true` if the values are equivalent, else `false`.\n * @example\n *\n * var object = { 'a': 1 };\n * var other = { 'a': 1 };\n *\n * _.eq(object, object);\n * // => true\n *\n * _.eq(object, other);\n * // => false\n *\n * _.eq('a', 'a');\n * // => true\n *\n * _.eq('a', Object('a'));\n * // => false\n *\n * _.eq(NaN, NaN);\n * // => true\n */\nfunction eq(value, other) {\n return value === other || (value !== value && other !== other);\n}\n\n/**\n * Checks if `value` is classified as an `Array` object.\n *\n * @static\n * @memberOf _\n * @since 0.1.0\n * @category Lang\n * @param {*} value The value to check.\n * @returns {boolean} Returns `true` if `value` is an array, else `false`.\n * @example\n *\n * _.isArray([1, 2, 3]);\n * // => true\n *\n * _.isArray(document.body.children);\n * // => false\n *\n * _.isArray('abc');\n * // => false\n *\n * _.isArray(_.noop);\n * // => false\n */\nvar isArray = Array.isArray;\n\n/**\n * Checks if `value` is classified as a `Function` object.\n *\n * @static\n * @memberOf _\n * @since 0.1.0\n * @category Lang\n * @param {*} value The value to check.\n * @returns {boolean} Returns `true` if `value` is a function, else `false`.\n * @example\n *\n * _.isFunction(_);\n * // => true\n *\n * _.isFunction(/abc/);\n * // => false\n */\nfunction isFunction(value) {\n // The use of `Object#toString` avoids issues with the `typeof` operator\n // in Safari 8-9 which returns 'object' for typed array and other constructors.\n var tag = isObject(value) ? objectToString.call(value) : '';\n return tag == funcTag || tag == genTag;\n}\n\n/**\n * Checks if `value` is the\n * [language type](http://www.ecma-international.org/ecma-262/7.0/#sec-ecmascript-language-types)\n * of `Object`. (e.g. arrays, functions, objects, regexes, `new Number(0)`, and `new String('')`)\n *\n * @static\n * @memberOf _\n * @since 0.1.0\n * @category Lang\n * @param {*} value The value to check.\n * @returns {boolean} Returns `true` if `value` is an object, else `false`.\n * @example\n *\n * _.isObject({});\n * // => true\n *\n * _.isObject([1, 2, 3]);\n * // => true\n *\n * _.isObject(_.noop);\n * // => true\n *\n * _.isObject(null);\n * // => false\n */\nfunction isObject(value) {\n var type = typeof value;\n return !!value && (type == 'object' || type == 'function');\n}\n\n/**\n * Checks if `value` is object-like. A value is object-like if it's not `null`\n * and has a `typeof` result of \"object\".\n *\n * @static\n * @memberOf _\n * @since 4.0.0\n * @category Lang\n * @param {*} value The value to check.\n * @returns {boolean} Returns `true` if `value` is object-like, else `false`.\n * @example\n *\n * _.isObjectLike({});\n * // => true\n *\n * _.isObjectLike([1, 2, 3]);\n * // => true\n *\n * _.isObjectLike(_.noop);\n * // => false\n *\n * _.isObjectLike(null);\n * // => false\n */\nfunction isObjectLike(value) {\n return !!value && typeof value == 'object';\n}\n\n/**\n * Checks if `value` is classified as a `Symbol` primitive or object.\n *\n * @static\n * @memberOf _\n * @since 4.0.0\n * @category Lang\n * @param {*} value The value to check.\n * @returns {boolean} Returns `true` if `value` is a symbol, else `false`.\n * @example\n *\n * _.isSymbol(Symbol.iterator);\n * // => true\n *\n * _.isSymbol('abc');\n * // => false\n */\nfunction isSymbol(value) {\n return typeof value == 'symbol' ||\n (isObjectLike(value) && objectToString.call(value) == symbolTag);\n}\n\n/**\n * Converts `value` to a string. An empty string is returned for `null`\n * and `undefined` values. The sign of `-0` is preserved.\n *\n * @static\n * @memberOf _\n * @since 4.0.0\n * @category Lang\n * @param {*} value The value to process.\n * @returns {string} Returns the string.\n * @example\n *\n * _.toString(null);\n * // => ''\n *\n * _.toString(-0);\n * // => '-0'\n *\n * _.toString([1, 2, 3]);\n * // => '1,2,3'\n */\nfunction toString(value) {\n return value == null ? '' : baseToString(value);\n}\n\n/**\n * Gets the value at `path` of `object`. If the resolved value is\n * `undefined`, the `defaultValue` is returned in its place.\n *\n * @static\n * @memberOf _\n * @since 3.7.0\n * @category Object\n * @param {Object} object The object to query.\n * @param {Array|string} path The path of the property to get.\n * @param {*} [defaultValue] The value returned for `undefined` resolved values.\n * @returns {*} Returns the resolved value.\n * @example\n *\n * var object = { 'a': [{ 'b': { 'c': 3 } }] };\n *\n * _.get(object, 'a[0].b.c');\n * // => 3\n *\n * _.get(object, ['a', '0', 'b', 'c']);\n * // => 3\n *\n * _.get(object, 'a.b.c', 'default');\n * // => 'default'\n */\nfunction get(object, path, defaultValue) {\n var result = object == null ? undefined : baseGet(object, path);\n return result === undefined ? defaultValue : result;\n}\n\nmodule.exports = get;\n","'use strict';\n\nmodule.exports = {\n ach: {\n name: 'Acholi',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n > 1)',\n pluralsFunc: function(n) {\n return (n > 1);\n }\n },\n af: {\n name: 'Afrikaans',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n !== 1)',\n pluralsFunc: function(n) {\n return (n !== 1);\n }\n },\n ak: {\n name: 'Akan',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n > 1)',\n pluralsFunc: function(n) {\n return (n > 1);\n }\n },\n am: {\n name: 'Amharic',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n > 1)',\n pluralsFunc: function(n) {\n return (n > 1);\n }\n },\n an: {\n name: 'Aragonese',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n !== 1)',\n pluralsFunc: function(n) {\n return (n !== 1);\n }\n },\n ar: {\n name: 'Arabic',\n examples: [{\n plural: 0,\n sample: 0\n }, {\n plural: 1,\n sample: 1\n }, {\n plural: 2,\n sample: 2\n }, {\n plural: 3,\n sample: 3\n }, {\n plural: 4,\n sample: 11\n }, {\n plural: 5,\n sample: 100\n }],\n nplurals: 6,\n pluralsText: 'nplurals = 6; plural = (n === 0 ? 0 : n === 1 ? 1 : n === 2 ? 2 : n % 100 >= 3 && n % 100 <= 10 ? 3 : n % 100 >= 11 ? 4 : 5)',\n pluralsFunc: function(n) {\n return (n === 0 ? 0 : n === 1 ? 1 : n === 2 ? 2 : n % 100 >= 3 && n % 100 <= 10 ? 3 : n % 100 >= 11 ? 4 : 5);\n }\n },\n arn: {\n name: 'Mapudungun',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n > 1)',\n pluralsFunc: function(n) {\n return (n > 1);\n }\n },\n ast: {\n name: 'Asturian',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n !== 1)',\n pluralsFunc: function(n) {\n return (n !== 1);\n }\n },\n ay: {\n name: 'Aymará',\n examples: [{\n plural: 0,\n sample: 1\n }],\n nplurals: 1,\n pluralsText: 'nplurals = 1; plural = 0',\n pluralsFunc: function() {\n return 0;\n }\n },\n az: {\n name: 'Azerbaijani',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n !== 1)',\n pluralsFunc: function(n) {\n return (n !== 1);\n }\n },\n be: {\n name: 'Belarusian',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }, {\n plural: 2,\n sample: 5\n }],\n nplurals: 3,\n pluralsText: 'nplurals = 3; plural = (n % 10 === 1 && n % 100 !== 11 ? 0 : n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 10 || n % 100 >= 20) ? 1 : 2)',\n pluralsFunc: function(n) {\n return (n % 10 === 1 && n % 100 !== 11 ? 0 : n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 10 || n % 100 >= 20) ? 1 : 2);\n }\n },\n bg: {\n name: 'Bulgarian',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n !== 1)',\n pluralsFunc: function(n) {\n return (n !== 1);\n }\n },\n bn: {\n name: 'Bengali',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n !== 1)',\n pluralsFunc: function(n) {\n return (n !== 1);\n }\n },\n bo: {\n name: 'Tibetan',\n examples: [{\n plural: 0,\n sample: 1\n }],\n nplurals: 1,\n pluralsText: 'nplurals = 1; plural = 0',\n pluralsFunc: function() {\n return 0;\n }\n },\n br: {\n name: 'Breton',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n > 1)',\n pluralsFunc: function(n) {\n return (n > 1);\n }\n },\n brx: {\n name: 'Bodo',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n !== 1)',\n pluralsFunc: function(n) {\n return (n !== 1);\n }\n },\n bs: {\n name: 'Bosnian',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }, {\n plural: 2,\n sample: 5\n }],\n nplurals: 3,\n pluralsText: 'nplurals = 3; plural = (n % 10 === 1 && n % 100 !== 11 ? 0 : n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 10 || n % 100 >= 20) ? 1 : 2)',\n pluralsFunc: function(n) {\n return (n % 10 === 1 && n % 100 !== 11 ? 0 : n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 10 || n % 100 >= 20) ? 1 : 2);\n }\n },\n ca: {\n name: 'Catalan',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n !== 1)',\n pluralsFunc: function(n) {\n return (n !== 1);\n }\n },\n cgg: {\n name: 'Chiga',\n examples: [{\n plural: 0,\n sample: 1\n }],\n nplurals: 1,\n pluralsText: 'nplurals = 1; plural = 0',\n pluralsFunc: function() {\n return 0;\n }\n },\n cs: {\n name: 'Czech',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }, {\n plural: 2,\n sample: 5\n }],\n nplurals: 3,\n pluralsText: 'nplurals = 3; plural = (n === 1 ? 0 : (n >= 2 && n <= 4) ? 1 : 2)',\n pluralsFunc: function(n) {\n return (n === 1 ? 0 : (n >= 2 && n <= 4) ? 1 : 2);\n }\n },\n csb: {\n name: 'Kashubian',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }, {\n plural: 2,\n sample: 5\n }],\n nplurals: 3,\n pluralsText: 'nplurals = 3; plural = (n === 1 ? 0 : n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 10 || n % 100 >= 20) ? 1 : 2)',\n pluralsFunc: function(n) {\n return (n === 1 ? 0 : n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 10 || n % 100 >= 20) ? 1 : 2);\n }\n },\n cy: {\n name: 'Welsh',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }, {\n plural: 2,\n sample: 3\n }, {\n plural: 3,\n sample: 8\n }],\n nplurals: 4,\n pluralsText: 'nplurals = 4; plural = (n === 1 ? 0 : n === 2 ? 1 : (n !== 8 && n !== 11) ? 2 : 3)',\n pluralsFunc: function(n) {\n return (n === 1 ? 0 : n === 2 ? 1 : (n !== 8 && n !== 11) ? 2 : 3);\n }\n },\n da: {\n name: 'Danish',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n !== 1)',\n pluralsFunc: function(n) {\n return (n !== 1);\n }\n },\n de: {\n name: 'German',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n !== 1)',\n pluralsFunc: function(n) {\n return (n !== 1);\n }\n },\n doi: {\n name: 'Dogri',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n !== 1)',\n pluralsFunc: function(n) {\n return (n !== 1);\n }\n },\n dz: {\n name: 'Dzongkha',\n examples: [{\n plural: 0,\n sample: 1\n }],\n nplurals: 1,\n pluralsText: 'nplurals = 1; plural = 0',\n pluralsFunc: function() {\n return 0;\n }\n },\n el: {\n name: 'Greek',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n !== 1)',\n pluralsFunc: function(n) {\n return (n !== 1);\n }\n },\n en: {\n name: 'English',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n !== 1)',\n pluralsFunc: function(n) {\n return (n !== 1);\n }\n },\n eo: {\n name: 'Esperanto',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n !== 1)',\n pluralsFunc: function(n) {\n return (n !== 1);\n }\n },\n es: {\n name: 'Spanish',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n !== 1)',\n pluralsFunc: function(n) {\n return (n !== 1);\n }\n },\n et: {\n name: 'Estonian',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n !== 1)',\n pluralsFunc: function(n) {\n return (n !== 1);\n }\n },\n eu: {\n name: 'Basque',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n !== 1)',\n pluralsFunc: function(n) {\n return (n !== 1);\n }\n },\n fa: {\n name: 'Persian',\n examples: [{\n plural: 0,\n sample: 1\n }],\n nplurals: 1,\n pluralsText: 'nplurals = 1; plural = 0',\n pluralsFunc: function() {\n return 0;\n }\n },\n ff: {\n name: 'Fulah',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n !== 1)',\n pluralsFunc: function(n) {\n return (n !== 1);\n }\n },\n fi: {\n name: 'Finnish',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n !== 1)',\n pluralsFunc: function(n) {\n return (n !== 1);\n }\n },\n fil: {\n name: 'Filipino',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n > 1)',\n pluralsFunc: function(n) {\n return (n > 1);\n }\n },\n fo: {\n name: 'Faroese',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n !== 1)',\n pluralsFunc: function(n) {\n return (n !== 1);\n }\n },\n fr: {\n name: 'French',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n > 1)',\n pluralsFunc: function(n) {\n return (n > 1);\n }\n },\n fur: {\n name: 'Friulian',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n !== 1)',\n pluralsFunc: function(n) {\n return (n !== 1);\n }\n },\n fy: {\n name: 'Frisian',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n !== 1)',\n pluralsFunc: function(n) {\n return (n !== 1);\n }\n },\n ga: {\n name: 'Irish',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }, {\n plural: 2,\n sample: 3\n }, {\n plural: 3,\n sample: 7\n }, {\n plural: 4,\n sample: 11\n }],\n nplurals: 5,\n pluralsText: 'nplurals = 5; plural = (n === 1 ? 0 : n === 2 ? 1 : n < 7 ? 2 : n < 11 ? 3 : 4)',\n pluralsFunc: function(n) {\n return (n === 1 ? 0 : n === 2 ? 1 : n < 7 ? 2 : n < 11 ? 3 : 4);\n }\n },\n gd: {\n name: 'Scottish Gaelic',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }, {\n plural: 2,\n sample: 3\n }, {\n plural: 3,\n sample: 20\n }],\n nplurals: 4,\n pluralsText: 'nplurals = 4; plural = ((n === 1 || n === 11) ? 0 : (n === 2 || n === 12) ? 1 : (n > 2 && n < 20) ? 2 : 3)',\n pluralsFunc: function(n) {\n return ((n === 1 || n === 11) ? 0 : (n === 2 || n === 12) ? 1 : (n > 2 && n < 20) ? 2 : 3);\n }\n },\n gl: {\n name: 'Galician',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n !== 1)',\n pluralsFunc: function(n) {\n return (n !== 1);\n }\n },\n gu: {\n name: 'Gujarati',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n !== 1)',\n pluralsFunc: function(n) {\n return (n !== 1);\n }\n },\n gun: {\n name: 'Gun',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n > 1)',\n pluralsFunc: function(n) {\n return (n > 1);\n }\n },\n ha: {\n name: 'Hausa',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n !== 1)',\n pluralsFunc: function(n) {\n return (n !== 1);\n }\n },\n he: {\n name: 'Hebrew',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n !== 1)',\n pluralsFunc: function(n) {\n return (n !== 1);\n }\n },\n hi: {\n name: 'Hindi',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n !== 1)',\n pluralsFunc: function(n) {\n return (n !== 1);\n }\n },\n hne: {\n name: 'Chhattisgarhi',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n !== 1)',\n pluralsFunc: function(n) {\n return (n !== 1);\n }\n },\n hr: {\n name: 'Croatian',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }, {\n plural: 2,\n sample: 5\n }],\n nplurals: 3,\n pluralsText: 'nplurals = 3; plural = (n % 10 === 1 && n % 100 !== 11 ? 0 : n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 10 || n % 100 >= 20) ? 1 : 2)',\n pluralsFunc: function(n) {\n return (n % 10 === 1 && n % 100 !== 11 ? 0 : n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 10 || n % 100 >= 20) ? 1 : 2);\n }\n },\n hu: {\n name: 'Hungarian',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n !== 1)',\n pluralsFunc: function(n) {\n return (n !== 1);\n }\n },\n hy: {\n name: 'Armenian',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n !== 1)',\n pluralsFunc: function(n) {\n return (n !== 1);\n }\n },\n id: {\n name: 'Indonesian',\n examples: [{\n plural: 0,\n sample: 1\n }],\n nplurals: 1,\n pluralsText: 'nplurals = 1; plural = 0',\n pluralsFunc: function() {\n return 0;\n }\n },\n is: {\n name: 'Icelandic',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n % 10 !== 1 || n % 100 === 11)',\n pluralsFunc: function(n) {\n return (n % 10 !== 1 || n % 100 === 11);\n }\n },\n it: {\n name: 'Italian',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n !== 1)',\n pluralsFunc: function(n) {\n return (n !== 1);\n }\n },\n ja: {\n name: 'Japanese',\n examples: [{\n plural: 0,\n sample: 1\n }],\n nplurals: 1,\n pluralsText: 'nplurals = 1; plural = 0',\n pluralsFunc: function() {\n return 0;\n }\n },\n jbo: {\n name: 'Lojban',\n examples: [{\n plural: 0,\n sample: 1\n }],\n nplurals: 1,\n pluralsText: 'nplurals = 1; plural = 0',\n pluralsFunc: function() {\n return 0;\n }\n },\n jv: {\n name: 'Javanese',\n examples: [{\n plural: 0,\n sample: 0\n }, {\n plural: 1,\n sample: 1\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n !== 0)',\n pluralsFunc: function(n) {\n return (n !== 0);\n }\n },\n ka: {\n name: 'Georgian',\n examples: [{\n plural: 0,\n sample: 1\n }],\n nplurals: 1,\n pluralsText: 'nplurals = 1; plural = 0',\n pluralsFunc: function() {\n return 0;\n }\n },\n kk: {\n name: 'Kazakh',\n examples: [{\n plural: 0,\n sample: 1\n }],\n nplurals: 1,\n pluralsText: 'nplurals = 1; plural = 0',\n pluralsFunc: function() {\n return 0;\n }\n },\n km: {\n name: 'Khmer',\n examples: [{\n plural: 0,\n sample: 1\n }],\n nplurals: 1,\n pluralsText: 'nplurals = 1; plural = 0',\n pluralsFunc: function() {\n return 0;\n }\n },\n kn: {\n name: 'Kannada',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n !== 1)',\n pluralsFunc: function(n) {\n return (n !== 1);\n }\n },\n ko: {\n name: 'Korean',\n examples: [{\n plural: 0,\n sample: 1\n }],\n nplurals: 1,\n pluralsText: 'nplurals = 1; plural = 0',\n pluralsFunc: function() {\n return 0;\n }\n },\n ku: {\n name: 'Kurdish',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n !== 1)',\n pluralsFunc: function(n) {\n return (n !== 1);\n }\n },\n kw: {\n name: 'Cornish',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }, {\n plural: 2,\n sample: 3\n }, {\n plural: 3,\n sample: 4\n }],\n nplurals: 4,\n pluralsText: 'nplurals = 4; plural = (n === 1 ? 0 : n === 2 ? 1 : n === 3 ? 2 : 3)',\n pluralsFunc: function(n) {\n return (n === 1 ? 0 : n === 2 ? 1 : n === 3 ? 2 : 3);\n }\n },\n ky: {\n name: 'Kyrgyz',\n examples: [{\n plural: 0,\n sample: 1\n }],\n nplurals: 1,\n pluralsText: 'nplurals = 1; plural = 0',\n pluralsFunc: function() {\n return 0;\n }\n },\n lb: {\n name: 'Letzeburgesch',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n !== 1)',\n pluralsFunc: function(n) {\n return (n !== 1);\n }\n },\n ln: {\n name: 'Lingala',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n > 1)',\n pluralsFunc: function(n) {\n return (n > 1);\n }\n },\n lo: {\n name: 'Lao',\n examples: [{\n plural: 0,\n sample: 1\n }],\n nplurals: 1,\n pluralsText: 'nplurals = 1; plural = 0',\n pluralsFunc: function() {\n return 0;\n }\n },\n lt: {\n name: 'Lithuanian',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }, {\n plural: 2,\n sample: 10\n }],\n nplurals: 3,\n pluralsText: 'nplurals = 3; plural = (n % 10 === 1 && n % 100 !== 11 ? 0 : n % 10 >= 2 && (n % 100 < 10 || n % 100 >= 20) ? 1 : 2)',\n pluralsFunc: function(n) {\n return (n % 10 === 1 && n % 100 !== 11 ? 0 : n % 10 >= 2 && (n % 100 < 10 || n % 100 >= 20) ? 1 : 2);\n }\n },\n lv: {\n name: 'Latvian',\n examples: [{\n plural: 2,\n sample: 0\n }, {\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 3,\n pluralsText: 'nplurals = 3; plural = (n % 10 === 1 && n % 100 !== 11 ? 0 : n !== 0 ? 1 : 2)',\n pluralsFunc: function(n) {\n return (n % 10 === 1 && n % 100 !== 11 ? 0 : n !== 0 ? 1 : 2);\n }\n },\n mai: {\n name: 'Maithili',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n !== 1)',\n pluralsFunc: function(n) {\n return (n !== 1);\n }\n },\n mfe: {\n name: 'Mauritian Creole',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n > 1)',\n pluralsFunc: function(n) {\n return (n > 1);\n }\n },\n mg: {\n name: 'Malagasy',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n > 1)',\n pluralsFunc: function(n) {\n return (n > 1);\n }\n },\n mi: {\n name: 'Maori',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n > 1)',\n pluralsFunc: function(n) {\n return (n > 1);\n }\n },\n mk: {\n name: 'Macedonian',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n === 1 || n % 10 === 1 ? 0 : 1)',\n pluralsFunc: function(n) {\n return (n === 1 || n % 10 === 1 ? 0 : 1);\n }\n },\n ml: {\n name: 'Malayalam',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n !== 1)',\n pluralsFunc: function(n) {\n return (n !== 1);\n }\n },\n mn: {\n name: 'Mongolian',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n !== 1)',\n pluralsFunc: function(n) {\n return (n !== 1);\n }\n },\n mni: {\n name: 'Manipuri',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n !== 1)',\n pluralsFunc: function(n) {\n return (n !== 1);\n }\n },\n mnk: {\n name: 'Mandinka',\n examples: [{\n plural: 0,\n sample: 0\n }, {\n plural: 1,\n sample: 1\n }, {\n plural: 2,\n sample: 2\n }],\n nplurals: 3,\n pluralsText: 'nplurals = 3; plural = (n === 0 ? 0 : n === 1 ? 1 : 2)',\n pluralsFunc: function(n) {\n return (n === 0 ? 0 : n === 1 ? 1 : 2);\n }\n },\n mr: {\n name: 'Marathi',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n !== 1)',\n pluralsFunc: function(n) {\n return (n !== 1);\n }\n },\n ms: {\n name: 'Malay',\n examples: [{\n plural: 0,\n sample: 1\n }],\n nplurals: 1,\n pluralsText: 'nplurals = 1; plural = 0',\n pluralsFunc: function() {\n return 0;\n }\n },\n mt: {\n name: 'Maltese',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }, {\n plural: 2,\n sample: 11\n }, {\n plural: 3,\n sample: 20\n }],\n nplurals: 4,\n pluralsText: 'nplurals = 4; plural = (n === 1 ? 0 : n === 0 || ( n % 100 > 1 && n % 100 < 11) ? 1 : (n % 100 > 10 && n % 100 < 20 ) ? 2 : 3)',\n pluralsFunc: function(n) {\n return (n === 1 ? 0 : n === 0 || (n % 100 > 1 && n % 100 < 11) ? 1 : (n % 100 > 10 && n % 100 < 20) ? 2 : 3);\n }\n },\n my: {\n name: 'Burmese',\n examples: [{\n plural: 0,\n sample: 1\n }],\n nplurals: 1,\n pluralsText: 'nplurals = 1; plural = 0',\n pluralsFunc: function() {\n return 0;\n }\n },\n nah: {\n name: 'Nahuatl',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n !== 1)',\n pluralsFunc: function(n) {\n return (n !== 1);\n }\n },\n nap: {\n name: 'Neapolitan',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n !== 1)',\n pluralsFunc: function(n) {\n return (n !== 1);\n }\n },\n nb: {\n name: 'Norwegian Bokmal',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n !== 1)',\n pluralsFunc: function(n) {\n return (n !== 1);\n }\n },\n ne: {\n name: 'Nepali',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n !== 1)',\n pluralsFunc: function(n) {\n return (n !== 1);\n }\n },\n nl: {\n name: 'Dutch',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n !== 1)',\n pluralsFunc: function(n) {\n return (n !== 1);\n }\n },\n nn: {\n name: 'Norwegian Nynorsk',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n !== 1)',\n pluralsFunc: function(n) {\n return (n !== 1);\n }\n },\n no: {\n name: 'Norwegian',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n !== 1)',\n pluralsFunc: function(n) {\n return (n !== 1);\n }\n },\n nso: {\n name: 'Northern Sotho',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n !== 1)',\n pluralsFunc: function(n) {\n return (n !== 1);\n }\n },\n oc: {\n name: 'Occitan',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n > 1)',\n pluralsFunc: function(n) {\n return (n > 1);\n }\n },\n or: {\n name: 'Oriya',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n !== 1)',\n pluralsFunc: function(n) {\n return (n !== 1);\n }\n },\n pa: {\n name: 'Punjabi',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n !== 1)',\n pluralsFunc: function(n) {\n return (n !== 1);\n }\n },\n pap: {\n name: 'Papiamento',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n !== 1)',\n pluralsFunc: function(n) {\n return (n !== 1);\n }\n },\n pl: {\n name: 'Polish',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }, {\n plural: 2,\n sample: 5\n }],\n nplurals: 3,\n pluralsText: 'nplurals = 3; plural = (n === 1 ? 0 : n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 10 || n % 100 >= 20) ? 1 : 2)',\n pluralsFunc: function(n) {\n return (n === 1 ? 0 : n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 10 || n % 100 >= 20) ? 1 : 2);\n }\n },\n pms: {\n name: 'Piemontese',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n !== 1)',\n pluralsFunc: function(n) {\n return (n !== 1);\n }\n },\n ps: {\n name: 'Pashto',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n !== 1)',\n pluralsFunc: function(n) {\n return (n !== 1);\n }\n },\n pt: {\n name: 'Portuguese',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n !== 1)',\n pluralsFunc: function(n) {\n return (n !== 1);\n }\n },\n rm: {\n name: 'Romansh',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n !== 1)',\n pluralsFunc: function(n) {\n return (n !== 1);\n }\n },\n ro: {\n name: 'Romanian',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }, {\n plural: 2,\n sample: 20\n }],\n nplurals: 3,\n pluralsText: 'nplurals = 3; plural = (n === 1 ? 0 : (n === 0 || (n % 100 > 0 && n % 100 < 20)) ? 1 : 2)',\n pluralsFunc: function(n) {\n return (n === 1 ? 0 : (n === 0 || (n % 100 > 0 && n % 100 < 20)) ? 1 : 2);\n }\n },\n ru: {\n name: 'Russian',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }, {\n plural: 2,\n sample: 5\n }],\n nplurals: 3,\n pluralsText: 'nplurals = 3; plural = (n % 10 === 1 && n % 100 !== 11 ? 0 : n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 10 || n % 100 >= 20) ? 1 : 2)',\n pluralsFunc: function(n) {\n return (n % 10 === 1 && n % 100 !== 11 ? 0 : n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 10 || n % 100 >= 20) ? 1 : 2);\n }\n },\n rw: {\n name: 'Kinyarwanda',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n !== 1)',\n pluralsFunc: function(n) {\n return (n !== 1);\n }\n },\n sah: {\n name: 'Yakut',\n examples: [{\n plural: 0,\n sample: 1\n }],\n nplurals: 1,\n pluralsText: 'nplurals = 1; plural = 0',\n pluralsFunc: function() {\n return 0;\n }\n },\n sat: {\n name: 'Santali',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n !== 1)',\n pluralsFunc: function(n) {\n return (n !== 1);\n }\n },\n sco: {\n name: 'Scots',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n !== 1)',\n pluralsFunc: function(n) {\n return (n !== 1);\n }\n },\n sd: {\n name: 'Sindhi',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n !== 1)',\n pluralsFunc: function(n) {\n return (n !== 1);\n }\n },\n se: {\n name: 'Northern Sami',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n !== 1)',\n pluralsFunc: function(n) {\n return (n !== 1);\n }\n },\n si: {\n name: 'Sinhala',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n !== 1)',\n pluralsFunc: function(n) {\n return (n !== 1);\n }\n },\n sk: {\n name: 'Slovak',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }, {\n plural: 2,\n sample: 5\n }],\n nplurals: 3,\n pluralsText: 'nplurals = 3; plural = (n === 1 ? 0 : (n >= 2 && n <= 4) ? 1 : 2)',\n pluralsFunc: function(n) {\n return (n === 1 ? 0 : (n >= 2 && n <= 4) ? 1 : 2);\n }\n },\n sl: {\n name: 'Slovenian',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }, {\n plural: 2,\n sample: 3\n }, {\n plural: 3,\n sample: 5\n }],\n nplurals: 4,\n pluralsText: 'nplurals = 4; plural = (n % 100 === 1 ? 0 : n % 100 === 2 ? 1 : n % 100 === 3 || n % 100 === 4 ? 2 : 3)',\n pluralsFunc: function(n) {\n return (n % 100 === 1 ? 0 : n % 100 === 2 ? 1 : n % 100 === 3 || n % 100 === 4 ? 2 : 3);\n }\n },\n so: {\n name: 'Somali',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n !== 1)',\n pluralsFunc: function(n) {\n return (n !== 1);\n }\n },\n son: {\n name: 'Songhay',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n !== 1)',\n pluralsFunc: function(n) {\n return (n !== 1);\n }\n },\n sq: {\n name: 'Albanian',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n !== 1)',\n pluralsFunc: function(n) {\n return (n !== 1);\n }\n },\n sr: {\n name: 'Serbian',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }, {\n plural: 2,\n sample: 5\n }],\n nplurals: 3,\n pluralsText: 'nplurals = 3; plural = (n % 10 === 1 && n % 100 !== 11 ? 0 : n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 10 || n % 100 >= 20) ? 1 : 2)',\n pluralsFunc: function(n) {\n return (n % 10 === 1 && n % 100 !== 11 ? 0 : n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 10 || n % 100 >= 20) ? 1 : 2);\n }\n },\n su: {\n name: 'Sundanese',\n examples: [{\n plural: 0,\n sample: 1\n }],\n nplurals: 1,\n pluralsText: 'nplurals = 1; plural = 0',\n pluralsFunc: function() {\n return 0;\n }\n },\n sv: {\n name: 'Swedish',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n !== 1)',\n pluralsFunc: function(n) {\n return (n !== 1);\n }\n },\n sw: {\n name: 'Swahili',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n !== 1)',\n pluralsFunc: function(n) {\n return (n !== 1);\n }\n },\n ta: {\n name: 'Tamil',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n !== 1)',\n pluralsFunc: function(n) {\n return (n !== 1);\n }\n },\n te: {\n name: 'Telugu',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n !== 1)',\n pluralsFunc: function(n) {\n return (n !== 1);\n }\n },\n tg: {\n name: 'Tajik',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n > 1)',\n pluralsFunc: function(n) {\n return (n > 1);\n }\n },\n th: {\n name: 'Thai',\n examples: [{\n plural: 0,\n sample: 1\n }],\n nplurals: 1,\n pluralsText: 'nplurals = 1; plural = 0',\n pluralsFunc: function() {\n return 0;\n }\n },\n ti: {\n name: 'Tigrinya',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n > 1)',\n pluralsFunc: function(n) {\n return (n > 1);\n }\n },\n tk: {\n name: 'Turkmen',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n !== 1)',\n pluralsFunc: function(n) {\n return (n !== 1);\n }\n },\n tr: {\n name: 'Turkish',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n > 1)',\n pluralsFunc: function(n) {\n return (n > 1);\n }\n },\n tt: {\n name: 'Tatar',\n examples: [{\n plural: 0,\n sample: 1\n }],\n nplurals: 1,\n pluralsText: 'nplurals = 1; plural = 0',\n pluralsFunc: function() {\n return 0;\n }\n },\n ug: {\n name: 'Uyghur',\n examples: [{\n plural: 0,\n sample: 1\n }],\n nplurals: 1,\n pluralsText: 'nplurals = 1; plural = 0',\n pluralsFunc: function() {\n return 0;\n }\n },\n uk: {\n name: 'Ukrainian',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }, {\n plural: 2,\n sample: 5\n }],\n nplurals: 3,\n pluralsText: 'nplurals = 3; plural = (n % 10 === 1 && n % 100 !== 11 ? 0 : n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 10 || n % 100 >= 20) ? 1 : 2)',\n pluralsFunc: function(n) {\n return (n % 10 === 1 && n % 100 !== 11 ? 0 : n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 10 || n % 100 >= 20) ? 1 : 2);\n }\n },\n ur: {\n name: 'Urdu',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n !== 1)',\n pluralsFunc: function(n) {\n return (n !== 1);\n }\n },\n uz: {\n name: 'Uzbek',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n > 1)',\n pluralsFunc: function(n) {\n return (n > 1);\n }\n },\n vi: {\n name: 'Vietnamese',\n examples: [{\n plural: 0,\n sample: 1\n }],\n nplurals: 1,\n pluralsText: 'nplurals = 1; plural = 0',\n pluralsFunc: function() {\n return 0;\n }\n },\n wa: {\n name: 'Walloon',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n > 1)',\n pluralsFunc: function(n) {\n return (n > 1);\n }\n },\n wo: {\n name: 'Wolof',\n examples: [{\n plural: 0,\n sample: 1\n }],\n nplurals: 1,\n pluralsText: 'nplurals = 1; plural = 0',\n pluralsFunc: function() {\n return 0;\n }\n },\n yo: {\n name: 'Yoruba',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n !== 1)',\n pluralsFunc: function(n) {\n return (n !== 1);\n }\n },\n zh: {\n name: 'Chinese',\n examples: [{\n plural: 0,\n sample: 1\n }],\n nplurals: 1,\n pluralsText: 'nplurals = 1; plural = 0',\n pluralsFunc: function() {\n return 0;\n }\n }\n};\n","'use strict';\n\nvar get = require('lodash.get');\nvar plurals = require('./plurals');\n\nmodule.exports = Gettext;\n\n/**\n * Creates and returns a new Gettext instance.\n *\n * @constructor\n * @param {Object} [options] A set of options\n * @param {String} options.sourceLocale The locale that the source code and its\n * texts are written in. Translations for\n * this locale is not necessary.\n * @param {Boolean} options.debug Whether to output debug info into the\n * console.\n * @return {Object} A Gettext instance\n */\nfunction Gettext(options) {\n options = options || {};\n\n this.catalogs = {};\n this.locale = '';\n this.domain = 'messages';\n\n this.listeners = [];\n\n // Set source locale\n this.sourceLocale = '';\n if (options.sourceLocale) {\n if (typeof options.sourceLocale === 'string') {\n this.sourceLocale = options.sourceLocale;\n }\n else {\n this.warn('The `sourceLocale` option should be a string');\n }\n }\n\n // Set debug flag\n this.debug = 'debug' in options && options.debug === true;\n}\n\n/**\n * Adds an event listener.\n *\n * @param {String} eventName An event name\n * @param {Function} callback An event handler function\n */\nGettext.prototype.on = function(eventName, callback) {\n this.listeners.push({\n eventName: eventName,\n callback: callback\n });\n};\n\n/**\n * Removes an event listener.\n *\n * @param {String} eventName An event name\n * @param {Function} callback A previously registered event handler function\n */\nGettext.prototype.off = function(eventName, callback) {\n this.listeners = this.listeners.filter(function(listener) {\n return (\n listener.eventName === eventName &&\n listener.callback === callback\n ) === false;\n });\n};\n\n/**\n * Emits an event to all registered event listener.\n *\n * @private\n * @param {String} eventName An event name\n * @param {any} eventData Data to pass to event listeners\n */\nGettext.prototype.emit = function(eventName, eventData) {\n for (var i = 0; i < this.listeners.length; i++) {\n var listener = this.listeners[i];\n if (listener.eventName === eventName) {\n listener.callback(eventData);\n }\n }\n};\n\n/**\n * Logs a warning to the console if debug mode is enabled.\n *\n * @ignore\n * @param {String} message A warning message\n */\nGettext.prototype.warn = function(message) {\n if (this.debug) {\n console.warn(message);\n }\n\n this.emit('error', new Error(message));\n};\n\n/**\n * Stores a set of translations in the set of gettext\n * catalogs.\n *\n * @example\n * gt.addTranslations('sv-SE', 'messages', translationsObject)\n *\n * @param {String} locale A locale string\n * @param {String} domain A domain name\n * @param {Object} translations An object of gettext-parser JSON shape\n */\nGettext.prototype.addTranslations = function(locale, domain, translations) {\n if (!this.catalogs[locale]) {\n this.catalogs[locale] = {};\n }\n\n this.catalogs[locale][domain] = translations;\n};\n\n/**\n * Sets the locale to get translated messages for.\n *\n * @example\n * gt.setLocale('sv-SE')\n *\n * @param {String} locale A locale\n */\nGettext.prototype.setLocale = function(locale) {\n if (typeof locale !== 'string') {\n this.warn(\n 'You called setLocale() with an argument of type ' + (typeof locale) + '. ' +\n 'The locale must be a string.'\n );\n return;\n }\n\n if (locale.trim() === '') {\n this.warn('You called setLocale() with an empty value, which makes little sense.');\n }\n\n if (locale !== this.sourceLocale && !this.catalogs[locale]) {\n this.warn('You called setLocale() with \"' + locale + '\", but no translations for that locale has been added.');\n }\n\n this.locale = locale;\n};\n\n/**\n * Sets the default gettext domain.\n *\n * @example\n * gt.setTextDomain('domainname')\n *\n * @param {String} domain A gettext domain name\n */\nGettext.prototype.setTextDomain = function(domain) {\n if (typeof domain !== 'string') {\n this.warn(\n 'You called setTextDomain() with an argument of type ' + (typeof domain) + '. ' +\n 'The domain must be a string.'\n );\n return;\n }\n\n if (domain.trim() === '') {\n this.warn('You called setTextDomain() with an empty `domain` value.');\n }\n\n this.domain = domain;\n};\n\n/**\n * Translates a string using the default textdomain\n *\n * @example\n * gt.gettext('Some text')\n *\n * @param {String} msgid String to be translated\n * @return {String} Translation or the original string if no translation was found\n */\nGettext.prototype.gettext = function(msgid) {\n return this.dnpgettext(this.domain, '', msgid);\n};\n\n/**\n * Translates a string using a specific domain\n *\n * @example\n * gt.dgettext('domainname', 'Some text')\n *\n * @param {String} domain A gettext domain name\n * @param {String} msgid String to be translated\n * @return {String} Translation or the original string if no translation was found\n */\nGettext.prototype.dgettext = function(domain, msgid) {\n return this.dnpgettext(domain, '', msgid);\n};\n\n/**\n * Translates a plural string using the default textdomain\n *\n * @example\n * gt.ngettext('One thing', 'Many things', numberOfThings)\n *\n * @param {String} msgid String to be translated when count is not plural\n * @param {String} msgidPlural String to be translated when count is plural\n * @param {Number} count Number count for the plural\n * @return {String} Translation or the original string if no translation was found\n */\nGettext.prototype.ngettext = function(msgid, msgidPlural, count) {\n return this.dnpgettext(this.domain, '', msgid, msgidPlural, count);\n};\n\n/**\n * Translates a plural string using a specific textdomain\n *\n * @example\n * gt.dngettext('domainname', 'One thing', 'Many things', numberOfThings)\n *\n * @param {String} domain A gettext domain name\n * @param {String} msgid String to be translated when count is not plural\n * @param {String} msgidPlural String to be translated when count is plural\n * @param {Number} count Number count for the plural\n * @return {String} Translation or the original string if no translation was found\n */\nGettext.prototype.dngettext = function(domain, msgid, msgidPlural, count) {\n return this.dnpgettext(domain, '', msgid, msgidPlural, count);\n};\n\n/**\n * Translates a string from a specific context using the default textdomain\n *\n * @example\n * gt.pgettext('sports', 'Back')\n *\n * @param {String} msgctxt Translation context\n * @param {String} msgid String to be translated\n * @return {String} Translation or the original string if no translation was found\n */\nGettext.prototype.pgettext = function(msgctxt, msgid) {\n return this.dnpgettext(this.domain, msgctxt, msgid);\n};\n\n/**\n * Translates a string from a specific context using s specific textdomain\n *\n * @example\n * gt.dpgettext('domainname', 'sports', 'Back')\n *\n * @param {String} domain A gettext domain name\n * @param {String} msgctxt Translation context\n * @param {String} msgid String to be translated\n * @return {String} Translation or the original string if no translation was found\n */\nGettext.prototype.dpgettext = function(domain, msgctxt, msgid) {\n return this.dnpgettext(domain, msgctxt, msgid);\n};\n\n/**\n * Translates a plural string from a specific context using the default textdomain\n *\n * @example\n * gt.npgettext('sports', 'Back', '%d backs', numberOfBacks)\n *\n * @param {String} msgctxt Translation context\n * @param {String} msgid String to be translated when count is not plural\n * @param {String} msgidPlural String to be translated when count is plural\n * @param {Number} count Number count for the plural\n * @return {String} Translation or the original string if no translation was found\n */\nGettext.prototype.npgettext = function(msgctxt, msgid, msgidPlural, count) {\n return this.dnpgettext(this.domain, msgctxt, msgid, msgidPlural, count);\n};\n\n/**\n * Translates a plural string from a specifi context using a specific textdomain\n *\n * @example\n * gt.dnpgettext('domainname', 'sports', 'Back', '%d backs', numberOfBacks)\n *\n * @param {String} domain A gettext domain name\n * @param {String} msgctxt Translation context\n * @param {String} msgid String to be translated\n * @param {String} msgidPlural If no translation was found, return this on count!=1\n * @param {Number} count Number count for the plural\n * @return {String} Translation or the original string if no translation was found\n */\nGettext.prototype.dnpgettext = function(domain, msgctxt, msgid, msgidPlural, count) {\n var defaultTranslation = msgid;\n var translation;\n var index;\n\n msgctxt = msgctxt || '';\n\n if (!isNaN(count) && count !== 1) {\n defaultTranslation = msgidPlural || msgid;\n }\n\n translation = this._getTranslation(domain, msgctxt, msgid);\n\n if (translation) {\n if (typeof count === 'number') {\n var pluralsFunc = plurals[Gettext.getLanguageCode(this.locale)].pluralsFunc;\n index = pluralsFunc(count);\n if (typeof index === 'boolean') {\n index = index ? 1 : 0;\n }\n } else {\n index = 0;\n }\n\n return translation.msgstr[index] || defaultTranslation;\n }\n else if (!this.sourceLocale || this.locale !== this.sourceLocale) {\n this.warn('No translation was found for msgid \"' + msgid + '\" in msgctxt \"' + msgctxt + '\" and domain \"' + domain + '\"');\n }\n\n return defaultTranslation;\n};\n\n/**\n * Retrieves comments object for a translation. The comments object\n * has the shape `{ translator, extracted, reference, flag, previous }`.\n *\n * @example\n * const comment = gt.getComment('domainname', 'sports', 'Backs')\n *\n * @private\n * @param {String} domain A gettext domain name\n * @param {String} msgctxt Translation context\n * @param {String} msgid String to be translated\n * @return {Object} Comments object or false if not found\n */\nGettext.prototype.getComment = function(domain, msgctxt, msgid) {\n var translation;\n\n translation = this._getTranslation(domain, msgctxt, msgid);\n if (translation) {\n return translation.comments || {};\n }\n\n return {};\n};\n\n/**\n * Retrieves translation object from the domain and context\n *\n * @private\n * @param {String} domain A gettext domain name\n * @param {String} msgctxt Translation context\n * @param {String} msgid String to be translated\n * @return {Object} Translation object or false if not found\n */\nGettext.prototype._getTranslation = function(domain, msgctxt, msgid) {\n msgctxt = msgctxt || '';\n\n return get(this.catalogs, [this.locale, domain, 'translations', msgctxt, msgid]);\n};\n\n/**\n * Returns the language code part of a locale\n *\n * @example\n * Gettext.getLanguageCode('sv-SE')\n * // -> \"sv\"\n *\n * @private\n * @param {String} locale A case-insensitive locale string\n * @returns {String} A language code\n */\nGettext.getLanguageCode = function(locale) {\n return locale.split(/[\\-_]/)[0].toLowerCase();\n};\n\n/* C-style aliases */\n\n/**\n * C-style alias for [setTextDomain](#gettextsettextdomaindomain)\n *\n * @see Gettext#setTextDomain\n */\nGettext.prototype.textdomain = function(domain) {\n if (this.debug) {\n console.warn('textdomain(domain) was used to set locales in node-gettext v1. ' +\n 'Make sure you are using it for domains, and switch to setLocale(locale) if you are not.\\n\\n ' +\n 'To read more about the migration from node-gettext v1 to v2, ' +\n 'see https://github.com/alexanderwallin/node-gettext/#migrating-from-1x-to-2x\\n\\n' +\n 'This warning will be removed in the final 2.0.0');\n }\n\n this.setTextDomain(domain);\n};\n\n/**\n * C-style alias for [setLocale](#gettextsetlocalelocale)\n *\n * @see Gettext#setLocale\n */\nGettext.prototype.setlocale = function(locale) {\n this.setLocale(locale);\n};\n\n/* Deprecated functions */\n\n/**\n * This function will be removed in the final 2.0.0 release.\n *\n * @deprecated\n */\nGettext.prototype.addTextdomain = function() {\n console.error('addTextdomain() is deprecated.\\n\\n' +\n '* To add translations, use addTranslations()\\n' +\n '* To set the default domain, use setTextDomain() (or its alias textdomain())\\n' +\n '\\n' +\n 'To read more about the migration from node-gettext v1 to v2, ' +\n 'see https://github.com/alexanderwallin/node-gettext/#migrating-from-1x-to-2x');\n};\n","\"use strict\";\n\nrequire(\"core-js/modules/es.regexp.exec\");\n\nrequire(\"core-js/modules/es.string.replace\");\n\nObject.defineProperty(exports, \"__esModule\", {\n value: true\n});\nexports.getLocale = getLocale;\nexports.getCanonicalLocale = getCanonicalLocale;\nexports.getLanguage = getLanguage;\nexports.translate = translate;\nexports.translatePlural = translatePlural;\nexports.getFirstDay = getFirstDay;\nexports.getDayNames = getDayNames;\nexports.getDayNamesShort = getDayNamesShort;\nexports.getDayNamesMin = getDayNamesMin;\nexports.getMonthNames = getMonthNames;\nexports.getMonthNamesShort = getMonthNamesShort;\n\n/// <reference types=\"@nextcloud/typings\" />\n\n/**\n * Returns the user's locale\n */\nfunction getLocale() {\n if (typeof OC === 'undefined') {\n console.warn('No OC found');\n return 'en';\n }\n\n return OC.getLocale();\n}\n\nfunction getCanonicalLocale() {\n return getLocale().replace(/_/g, '-');\n}\n/**\n * Returns the user's language\n */\n\n\nfunction getLanguage() {\n if (typeof OC === 'undefined') {\n console.warn('No OC found');\n return 'en';\n }\n\n return OC.getLanguage();\n}\n\n/**\n * Translate a string\n *\n * @param {string} app the id of the app for which to translate the string\n * @param {string} text the string to translate\n * @param {object} vars map of placeholder key to value\n * @param {number} number to replace %n with\n * @param {object} [options] options object\n * @return {string}\n */\nfunction translate(app, text, vars, count, options) {\n if (typeof OC === 'undefined') {\n console.warn('No OC found');\n return text;\n }\n\n return OC.L10N.translate(app, text, vars, count, options);\n}\n/**\n * Translate a plural string\n *\n * @param {string} app the id of the app for which to translate the string\n * @param {string} textSingular the string to translate for exactly one object\n * @param {string} textPlural the string to translate for n objects\n * @param {number} count number to determine whether to use singular or plural\n * @param {Object} vars of placeholder key to value\n * @param {object} options options object\n * @return {string}\n */\n\n\nfunction translatePlural(app, textSingular, textPlural, count, vars, options) {\n if (typeof OC === 'undefined') {\n console.warn('No OC found');\n return textSingular;\n }\n\n return OC.L10N.translatePlural(app, textSingular, textPlural, count, vars, options);\n}\n/**\n * Get the first day of the week\n *\n * @return {number}\n */\n\n\nfunction getFirstDay() {\n if (typeof window.firstDay === 'undefined') {\n console.warn('No firstDay found');\n return 1;\n }\n\n return window.firstDay;\n}\n/**\n * Get a list of day names (full names)\n *\n * @return {string[]}\n */\n\n\nfunction getDayNames() {\n if (typeof window.dayNames === 'undefined') {\n console.warn('No dayNames found');\n return ['Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday'];\n }\n\n return window.dayNames;\n}\n/**\n * Get a list of day names (short names)\n *\n * @return {string[]}\n */\n\n\nfunction getDayNamesShort() {\n if (typeof window.dayNamesShort === 'undefined') {\n console.warn('No dayNamesShort found');\n return ['Sun.', 'Mon.', 'Tue.', 'Wed.', 'Thu.', 'Fri.', 'Sat.'];\n }\n\n return window.dayNamesShort;\n}\n/**\n * Get a list of day names (minified names)\n *\n * @return {string[]}\n */\n\n\nfunction getDayNamesMin() {\n if (typeof window.dayNamesMin === 'undefined') {\n console.warn('No dayNamesMin found');\n return ['Su', 'Mo', 'Tu', 'We', 'Th', 'Fr', 'Sa'];\n }\n\n return window.dayNamesMin;\n}\n/**\n * Get a list of month names (full names)\n *\n * @return {string[]}\n */\n\n\nfunction getMonthNames() {\n if (typeof window.monthNames === 'undefined') {\n console.warn('No monthNames found');\n return ['January', 'February', 'March', 'April', 'May', 'June', 'July', 'August', 'September', 'October', 'November', 'December'];\n }\n\n return window.monthNames;\n}\n/**\n * Get a list of month names (short names)\n *\n * @return {string[]}\n */\n\n\nfunction getMonthNamesShort() {\n if (typeof window.monthNamesShort === 'undefined') {\n console.warn('No monthNamesShort found');\n return ['Jan.', 'Feb.', 'Mar.', 'Apr.', 'May.', 'Jun.', 'Jul.', 'Aug.', 'Sep.', 'Oct.', 'Nov.', 'Dec.'];\n }\n\n return window.monthNamesShort;\n}\n//# sourceMappingURL=index.js.map","\"use strict\";\n\nrequire(\"core-js/modules/es.object.to-string\");\n\nrequire(\"core-js/modules/es.regexp.exec\");\n\nrequire(\"core-js/modules/es.regexp.to-string\");\n\nrequire(\"core-js/modules/es.string.replace\");\n\nObject.defineProperty(exports, \"__esModule\", {\n value: true\n});\nexports.getGettextBuilder = getGettextBuilder;\n\nvar _nodeGettext = _interopRequireDefault(require(\"node-gettext\"));\n\nvar _ = require(\".\");\n\nfunction _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }\n\nfunction _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError(\"Cannot call a class as a function\"); } }\n\nfunction _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if (\"value\" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } }\n\nfunction _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); return Constructor; }\n\nvar GettextBuilder = /*#__PURE__*/function () {\n function GettextBuilder() {\n _classCallCheck(this, GettextBuilder);\n\n this.translations = {};\n this.debug = false;\n }\n\n _createClass(GettextBuilder, [{\n key: \"setLanguage\",\n value: function setLanguage(language) {\n this.locale = language;\n return this;\n }\n }, {\n key: \"detectLocale\",\n value: function detectLocale() {\n return this.setLanguage((0, _.getLanguage)().replace('-', '_'));\n }\n }, {\n key: \"addTranslation\",\n value: function addTranslation(language, data) {\n this.translations[language] = data;\n return this;\n }\n }, {\n key: \"enableDebugMode\",\n value: function enableDebugMode() {\n this.debug = true;\n return this;\n }\n }, {\n key: \"build\",\n value: function build() {\n return new GettextWrapper(this.locale || 'en', this.translations, this.debug);\n }\n }]);\n\n return GettextBuilder;\n}();\n\nvar GettextWrapper = /*#__PURE__*/function () {\n function GettextWrapper(locale, data, debug) {\n _classCallCheck(this, GettextWrapper);\n\n this.gt = new _nodeGettext.default({\n debug: debug,\n sourceLocale: 'en'\n });\n\n for (var key in data) {\n this.gt.addTranslations(key, 'messages', data[key]);\n }\n\n this.gt.setLocale(locale);\n }\n\n _createClass(GettextWrapper, [{\n key: \"subtitudePlaceholders\",\n value: function subtitudePlaceholders(translated, vars) {\n return translated.replace(/{([^{}]*)}/g, function (a, b) {\n var r = vars[b];\n\n if (typeof r === 'string' || typeof r === 'number') {\n return r.toString();\n } else {\n return a;\n }\n });\n }\n }, {\n key: \"gettext\",\n value: function gettext(original) {\n var placeholders = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {};\n return this.subtitudePlaceholders(this.gt.gettext(original), placeholders);\n }\n }, {\n key: \"ngettext\",\n value: function ngettext(singular, plural, count) {\n var placeholders = arguments.length > 3 && arguments[3] !== undefined ? arguments[3] : {};\n return this.subtitudePlaceholders(this.gt.ngettext(singular, plural, count).replace(/%n/g, count.toString()), placeholders);\n }\n }]);\n\n return GettextWrapper;\n}();\n\nfunction getGettextBuilder() {\n return new GettextBuilder();\n}\n//# sourceMappingURL=gettext.js.map","import { getGettextBuilder } from '@nextcloud/l10n/dist/gettext'\n\nconst gtBuilder = getGettextBuilder()\n\t.detectLocale()\n\nprocess.env.TRANSLATIONS\n\t.map(data => gtBuilder.addTranslation(data.locale, data.json))\n\nconst gt = gtBuilder.build()\n\nexport const n = gt.ngettext.bind(gt)\nexport const t = gt.gettext.bind(gt)\n","/**\n * @copyright Copyright (c) 2019 Julius Härtl <jus@bitgrid.net>\n *\n * @author Julius Härtl <jus@bitgrid.net>\n * @author John Molakvoæ <skjnldsv@protonmail.com>\n *\n * @license GNU AGPL version 3 or any later version\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see <http://www.gnu.org/licenses/>.\n */\n\nimport Toastify from 'toastify-js'\nimport { t } from './l10n.js'\n\nclass ToastType {\n\tstatic readonly ERROR = 'toast-error';\n\tstatic readonly WARNING = 'toast-warning';\n\tstatic readonly INFO = 'toast-info';\n\tstatic readonly SUCCESS = 'toast-success';\n\tstatic readonly PERMANENT = 'toast-error';\n\tstatic readonly UNDO = 'toast-undo';\n}\n\nexport const TOAST_UNDO_TIMEOUT = 10000\nexport const TOAST_DEFAULT_TIMEOUT = 7000\nexport const TOAST_PERMANENT_TIMEOUT = -1\n\nexport interface ToastOptions {\n\t/**\n\t * Defines the timeout in milliseconds after which the toast is closed. Set to -1 to have a persistent toast.\n\t */\n\ttimeout?: number\n\n\t/**\n\t * Set to true to allow HTML content inside of the toast text\n\t * @default false\n\t */\n\tisHTML?: Boolean\n\n\t/**\n\t * Set a type of {ToastType} to style the modal\n\t */\n\ttype?: ToastType\n\n\t/**\n\t * Provide a function that is called after the toast is removed\n\t */\n\tonRemove?: Function\n\n\t/**\n\t * Provide a function that is called when the toast is clicked\n\t */\n\tonClick?: Function\n\n\t/**\n\t * Make the toast closable\n\t */\n\tclose?: Boolean\n\n\t/**\n\t * Specify the element to attach the toast element to (for testing)\n\t */\n\tselector?: string\n}\n\n/**\n * Show a toast message\n *\n * @param text Message to be shown in the toast, any HTML is removed by default\n * @param options\n */\nexport function showMessage(data: string|Node, options?: ToastOptions): Toast {\n\toptions = Object.assign({\n\t\ttimeout: TOAST_DEFAULT_TIMEOUT,\n\t\tisHTML: false,\n\t\ttype: undefined,\n\t\t// An undefined selector defaults to the body element\n\t\tselector: undefined,\n\t\tonRemove: () => { },\n\t\tonClick: undefined,\n\t\tclose: true\n\t}, options)\n\n\tif (typeof data === 'string' && !options.isHTML) {\n\t\t// fime mae sure that text is extracted\n\t\tconst element = document.createElement('div')\n\t\telement.innerHTML = data\n\t\tdata = element.innerText\n\t}\n\tlet classes = options.type ?? ''\n\n\tif (typeof options.onClick === 'function') {\n\t\tclasses += ' toast-with-click '\n\t}\n\n\tconst isNode = data instanceof Node\n\n\tconst toast = Toastify({\n\t\t[!isNode ? 'text' : 'node']: data,\n\t\tduration: options.timeout,\n\t\tcallback: options.onRemove,\n\t\tonClick: options.onClick,\n\t\tclose: options.close,\n\t\tgravity: 'top',\n\t\tselector: options.selector,\n\t\tposition: 'right',\n\t\tbackgroundColor: '',\n\t\tclassName: 'dialogs ' + classes,\n\t\tescapeMarkup: !options.isHTML,\n\t})\n\ttoast.showToast()\n\treturn toast\n}\n\n/**\n * Show a toast message with error styling\n *\n * @param text Message to be shown in the toast, any HTML is removed by default\n * @param options\n */\nexport function showError(text: string, options?: ToastOptions): Toast {\n\treturn showMessage(text, { ...options, type: ToastType.ERROR })\n}\n\n/**\n * Show a toast message with warning styling\n *\n * @param text Message to be shown in the toast, any HTML is removed by default\n * @param options\n */\nexport function showWarning(text: string, options?: ToastOptions): Toast {\n\treturn showMessage(text, { ...options, type: ToastType.WARNING })\n}\n\n/**\n * Show a toast message with info styling\n *\n * @param text Message to be shown in the toast, any HTML is removed by default\n * @param options\n */\nexport function showInfo(text: string, options?: ToastOptions): Toast {\n\treturn showMessage(text, { ...options, type: ToastType.INFO })\n}\n\n/**\n * Show a toast message with success styling\n *\n * @param text Message to be shown in the toast, any HTML is removed by default\n * @param options\n */\nexport function showSuccess(text: string, options?: ToastOptions): Toast {\n\treturn showMessage(text, { ...options, type: ToastType.SUCCESS })\n}\n\n/**\n * Show a toast message with undo styling\n *\n * @param text Message to be shown in the toast, any HTML is removed by default\n * @param onUndo Function that is called when the undo button is clicked\n * @param options\n */\nexport function showUndo(text: string, onUndo: Function, options?: ToastOptions): Toast {\n\t// onUndo callback is mandatory\n\tif (!(onUndo instanceof Function)) {\n\t\tthrow new Error('Please provide a valid onUndo method')\n\t}\n\n\tlet toast\n\n\toptions = Object.assign(options || {}, {\n\t\t// force 10 seconds of timeout\n\t\ttimeout: TOAST_UNDO_TIMEOUT,\n\t\t// remove close button\n\t\tclose: false\n\t})\n\n\t// Generate undo layout\n\tconst undoContent = document.createElement('span')\n\tconst undoButton = document.createElement('button')\n\tundoButton.classList.add('toast-undo-button')\n\tundoButton.innerText = t('Undo')\n\tundoContent.innerText = text\n\tundoContent.appendChild(undoButton)\n\n\tundoButton.addEventListener('click', function(event) {\n\t\tevent.stopPropagation()\n\t\tonUndo(event)\n\n\t\t// Hide toast\n\t\tif (toast?.hideToast instanceof Function) {\n\t\t\ttoast.hideToast()\n\t\t}\n\t})\n\n\ttoast = showMessage(undoContent, { ...options, type: ToastType.UNDO })\n\treturn toast\n}\n","var fails = require('../internals/fails');\nvar classof = require('../internals/classof-raw');\n\nvar split = ''.split;\n\n// fallback for non-array-like ES3 and non-enumerable old V8 strings\nmodule.exports = fails(function () {\n // throws an error in rhino, see https://github.com/mozilla/rhino/issues/346\n // eslint-disable-next-line no-prototype-builtins -- safe\n return !Object('z').propertyIsEnumerable(0);\n}) ? function (it) {\n return classof(it) == 'String' ? split.call(it, '') : Object(it);\n} : Object;\n","module.exports = false;\n","module.exports = function (it) {\n if (typeof it != 'function') {\n throw TypeError(String(it) + ' is not a function');\n } return it;\n};\n","/* globals __VUE_SSR_CONTEXT__ */\n\n// IMPORTANT: Do NOT use ES2015 features in this file (except for modules).\n// This module is a runtime utility for cleaner component module output and will\n// be included in the final webpack user bundle.\n\nexport default function normalizeComponent (\n scriptExports,\n render,\n staticRenderFns,\n functionalTemplate,\n injectStyles,\n scopeId,\n moduleIdentifier, /* server only */\n shadowMode /* vue-cli only */\n) {\n // Vue.extend constructor export interop\n var options = typeof scriptExports === 'function'\n ? scriptExports.options\n : scriptExports\n\n // render functions\n if (render) {\n options.render = render\n options.staticRenderFns = staticRenderFns\n options._compiled = true\n }\n\n // functional template\n if (functionalTemplate) {\n options.functional = true\n }\n\n // scopedId\n if (scopeId) {\n options._scopeId = 'data-v-' + scopeId\n }\n\n var hook\n if (moduleIdentifier) { // server build\n hook = function (context) {\n // 2.3 injection\n context =\n context || // cached call\n (this.$vnode && this.$vnode.ssrContext) || // stateful\n (this.parent && this.parent.$vnode && this.parent.$vnode.ssrContext) // functional\n // 2.2 with runInNewContext: true\n if (!context && typeof __VUE_SSR_CONTEXT__ !== 'undefined') {\n context = __VUE_SSR_CONTEXT__\n }\n // inject component styles\n if (injectStyles) {\n injectStyles.call(this, context)\n }\n // register component module identifier for async chunk inferrence\n if (context && context._registeredComponents) {\n context._registeredComponents.add(moduleIdentifier)\n }\n }\n // used by ssr in case component is cached and beforeCreate\n // never gets called\n options._ssrRegister = hook\n } else if (injectStyles) {\n hook = shadowMode\n ? function () {\n injectStyles.call(\n this,\n (options.functional ? this.parent : this).$root.$options.shadowRoot\n )\n }\n : injectStyles\n }\n\n if (hook) {\n if (options.functional) {\n // for template-only hot-reload because in that case the render fn doesn't\n // go through the normalizer\n options._injectStyles = hook\n // register for functional component in vue file\n var originalRender = options.render\n options.render = function renderWithStyleInjection (h, context) {\n hook.call(context)\n return originalRender(h, context)\n }\n } else {\n // inject component registration as beforeCreate hook\n var existing = options.beforeCreate\n options.beforeCreate = existing\n ? [].concat(existing, hook)\n : [hook]\n }\n }\n\n return {\n exports: scriptExports,\n options: options\n }\n}\n","var IS_PURE = require('../internals/is-pure');\nvar store = require('../internals/shared-store');\n\n(module.exports = function (key, value) {\n return store[key] || (store[key] = value !== undefined ? value : {});\n})('versions', []).push({\n version: '3.13.1',\n mode: IS_PURE ? 'pure' : 'global',\n copyright: '© 2021 Denis Pushkarev (zloirock.ru)'\n});\n","'use strict';\n/* eslint-disable regexp/no-assertion-capturing-group, regexp/no-empty-group, regexp/no-lazy-ends -- testing */\n/* eslint-disable regexp/no-useless-quantifier -- testing */\nvar regexpFlags = require('./regexp-flags');\nvar stickyHelpers = require('./regexp-sticky-helpers');\nvar shared = require('./shared');\n\nvar nativeExec = RegExp.prototype.exec;\nvar nativeReplace = shared('native-string-replace', String.prototype.replace);\n\nvar patchedExec = nativeExec;\n\nvar UPDATES_LAST_INDEX_WRONG = (function () {\n var re1 = /a/;\n var re2 = /b*/g;\n nativeExec.call(re1, 'a');\n nativeExec.call(re2, 'a');\n return re1.lastIndex !== 0 || re2.lastIndex !== 0;\n})();\n\nvar UNSUPPORTED_Y = stickyHelpers.UNSUPPORTED_Y || stickyHelpers.BROKEN_CARET;\n\n// nonparticipating capturing group, copied from es5-shim's String#split patch.\nvar NPCG_INCLUDED = /()??/.exec('')[1] !== undefined;\n\nvar PATCH = UPDATES_LAST_INDEX_WRONG || NPCG_INCLUDED || UNSUPPORTED_Y;\n\nif (PATCH) {\n patchedExec = function exec(str) {\n var re = this;\n var lastIndex, reCopy, match, i;\n var sticky = UNSUPPORTED_Y && re.sticky;\n var flags = regexpFlags.call(re);\n var source = re.source;\n var charsAdded = 0;\n var strCopy = str;\n\n if (sticky) {\n flags = flags.replace('y', '');\n if (flags.indexOf('g') === -1) {\n flags += 'g';\n }\n\n strCopy = String(str).slice(re.lastIndex);\n // Support anchored sticky behavior.\n if (re.lastIndex > 0 && (!re.multiline || re.multiline && str[re.lastIndex - 1] !== '\\n')) {\n source = '(?: ' + source + ')';\n strCopy = ' ' + strCopy;\n charsAdded++;\n }\n // ^(? + rx + ) is needed, in combination with some str slicing, to\n // simulate the 'y' flag.\n reCopy = new RegExp('^(?:' + source + ')', flags);\n }\n\n if (NPCG_INCLUDED) {\n reCopy = new RegExp('^' + source + '$(?!\\\\s)', flags);\n }\n if (UPDATES_LAST_INDEX_WRONG) lastIndex = re.lastIndex;\n\n match = nativeExec.call(sticky ? reCopy : re, strCopy);\n\n if (sticky) {\n if (match) {\n match.input = match.input.slice(charsAdded);\n match[0] = match[0].slice(charsAdded);\n match.index = re.lastIndex;\n re.lastIndex += match[0].length;\n } else re.lastIndex = 0;\n } else if (UPDATES_LAST_INDEX_WRONG && match) {\n re.lastIndex = re.global ? match.index + match[0].length : lastIndex;\n }\n if (NPCG_INCLUDED && match && match.length > 1) {\n // Fix browsers whose `exec` methods don't consistently return `undefined`\n // for NPCG, like IE8. NOTE: This doesn' work for /(.?)?/\n nativeReplace.call(match[0], reCopy, function () {\n for (i = 1; i < arguments.length - 2; i++) {\n if (arguments[i] === undefined) match[i] = undefined;\n }\n });\n }\n\n return match;\n };\n}\n\nmodule.exports = patchedExec;\n","/**\n * Checks if `value` is the\n * [language type](http://www.ecma-international.org/ecma-262/7.0/#sec-ecmascript-language-types)\n * of `Object`. (e.g. arrays, functions, objects, regexes, `new Number(0)`, and `new String('')`)\n *\n * @static\n * @memberOf _\n * @since 0.1.0\n * @category Lang\n * @param {*} value The value to check.\n * @returns {boolean} Returns `true` if `value` is an object, else `false`.\n * @example\n *\n * _.isObject({});\n * // => true\n *\n * _.isObject([1, 2, 3]);\n * // => true\n *\n * _.isObject(_.noop);\n * // => true\n *\n * _.isObject(null);\n * // => false\n */\nfunction isObject(value) {\n var type = typeof value;\n return value != null && (type == 'object' || type == 'function');\n}\n\nmodule.exports = isObject;\n","var global = require('../internals/global');\nvar userAgent = require('../internals/engine-user-agent');\n\nvar process = global.process;\nvar versions = process && process.versions;\nvar v8 = versions && versions.v8;\nvar match, version;\n\nif (v8) {\n match = v8.split('.');\n version = match[0] < 4 ? 1 : match[0] + match[1];\n} else if (userAgent) {\n match = userAgent.match(/Edge\\/(\\d+)/);\n if (!match || match[1] >= 74) {\n match = userAgent.match(/Chrome\\/(\\d+)/);\n if (match) version = match[1];\n }\n}\n\nmodule.exports = version && +version;\n","'use strict';\nvar fails = require('../internals/fails');\n\nmodule.exports = function (METHOD_NAME, argument) {\n var method = [][METHOD_NAME];\n return !!method && fails(function () {\n // eslint-disable-next-line no-useless-call,no-throw-literal -- required for testing\n method.call(null, argument || function () { throw 1; }, 1);\n });\n};\n","var global = require('../internals/global');\nvar createNonEnumerableProperty = require('../internals/create-non-enumerable-property');\n\nmodule.exports = function (key, value) {\n try {\n createNonEnumerableProperty(global, key, value);\n } catch (error) {\n global[key] = value;\n } return value;\n};\n","var global = require('../internals/global');\nvar setGlobal = require('../internals/set-global');\n\nvar SHARED = '__core-js_shared__';\nvar store = global[SHARED] || setGlobal(SHARED, {});\n\nmodule.exports = store;\n","var baseIsNative = require('./_baseIsNative'),\n getValue = require('./_getValue');\n\n/**\n * Gets the native function at `key` of `object`.\n *\n * @private\n * @param {Object} object The object to query.\n * @param {string} key The key of the method to get.\n * @returns {*} Returns the function if it's native, else `undefined`.\n */\nfunction getNative(object, key) {\n var value = getValue(object, key);\n return baseIsNative(value) ? value : undefined;\n}\n\nmodule.exports = getNative;\n","module.exports = {};\n","var id = 0;\nvar postfix = Math.random();\n\nmodule.exports = function (key) {\n return 'Symbol(' + String(key === undefined ? '' : key) + ')_' + (++id + postfix).toString(36);\n};\n","// shim for using process in browser\nvar process = module.exports = {};\n\n// cached from whatever global is present so that test runners that stub it\n// don't break things. But we need to wrap it in a try catch in case it is\n// wrapped in strict mode code which doesn't define any globals. It's inside a\n// function because try/catches deoptimize in certain engines.\n\nvar cachedSetTimeout;\nvar cachedClearTimeout;\n\nfunction defaultSetTimout() {\n throw new Error('setTimeout has not been defined');\n}\nfunction defaultClearTimeout () {\n throw new Error('clearTimeout has not been defined');\n}\n(function () {\n try {\n if (typeof setTimeout === 'function') {\n cachedSetTimeout = setTimeout;\n } else {\n cachedSetTimeout = defaultSetTimout;\n }\n } catch (e) {\n cachedSetTimeout = defaultSetTimout;\n }\n try {\n if (typeof clearTimeout === 'function') {\n cachedClearTimeout = clearTimeout;\n } else {\n cachedClearTimeout = defaultClearTimeout;\n }\n } catch (e) {\n cachedClearTimeout = defaultClearTimeout;\n }\n} ())\nfunction runTimeout(fun) {\n if (cachedSetTimeout === setTimeout) {\n //normal enviroments in sane situations\n return setTimeout(fun, 0);\n }\n // if setTimeout wasn't available but was latter defined\n if ((cachedSetTimeout === defaultSetTimout || !cachedSetTimeout) && setTimeout) {\n cachedSetTimeout = setTimeout;\n return setTimeout(fun, 0);\n }\n try {\n // when when somebody has screwed with setTimeout but no I.E. maddness\n return cachedSetTimeout(fun, 0);\n } catch(e){\n try {\n // When we are in I.E. but the script has been evaled so I.E. doesn't trust the global object when called normally\n return cachedSetTimeout.call(null, fun, 0);\n } catch(e){\n // same as above but when it's a version of I.E. that must have the global object for 'this', hopfully our context correct otherwise it will throw a global error\n return cachedSetTimeout.call(this, fun, 0);\n }\n }\n\n\n}\nfunction runClearTimeout(marker) {\n if (cachedClearTimeout === clearTimeout) {\n //normal enviroments in sane situations\n return clearTimeout(marker);\n }\n // if clearTimeout wasn't available but was latter defined\n if ((cachedClearTimeout === defaultClearTimeout || !cachedClearTimeout) && clearTimeout) {\n cachedClearTimeout = clearTimeout;\n return clearTimeout(marker);\n }\n try {\n // when when somebody has screwed with setTimeout but no I.E. maddness\n return cachedClearTimeout(marker);\n } catch (e){\n try {\n // When we are in I.E. but the script has been evaled so I.E. doesn't trust the global object when called normally\n return cachedClearTimeout.call(null, marker);\n } catch (e){\n // same as above but when it's a version of I.E. that must have the global object for 'this', hopfully our context correct otherwise it will throw a global error.\n // Some versions of I.E. have different rules for clearTimeout vs setTimeout\n return cachedClearTimeout.call(this, marker);\n }\n }\n\n\n\n}\nvar queue = [];\nvar draining = false;\nvar currentQueue;\nvar queueIndex = -1;\n\nfunction cleanUpNextTick() {\n if (!draining || !currentQueue) {\n return;\n }\n draining = false;\n if (currentQueue.length) {\n queue = currentQueue.concat(queue);\n } else {\n queueIndex = -1;\n }\n if (queue.length) {\n drainQueue();\n }\n}\n\nfunction drainQueue() {\n if (draining) {\n return;\n }\n var timeout = runTimeout(cleanUpNextTick);\n draining = true;\n\n var len = queue.length;\n while(len) {\n currentQueue = queue;\n queue = [];\n while (++queueIndex < len) {\n if (currentQueue) {\n currentQueue[queueIndex].run();\n }\n }\n queueIndex = -1;\n len = queue.length;\n }\n currentQueue = null;\n draining = false;\n runClearTimeout(timeout);\n}\n\nprocess.nextTick = function (fun) {\n var args = new Array(arguments.length - 1);\n if (arguments.length > 1) {\n for (var i = 1; i < arguments.length; i++) {\n args[i - 1] = arguments[i];\n }\n }\n queue.push(new Item(fun, args));\n if (queue.length === 1 && !draining) {\n runTimeout(drainQueue);\n }\n};\n\n// v8 likes predictible objects\nfunction Item(fun, array) {\n this.fun = fun;\n this.array = array;\n}\nItem.prototype.run = function () {\n this.fun.apply(null, this.array);\n};\nprocess.title = 'browser';\nprocess.browser = true;\nprocess.env = {};\nprocess.argv = [];\nprocess.version = ''; // empty string to avoid regexp issues\nprocess.versions = {};\n\nfunction noop() {}\n\nprocess.on = noop;\nprocess.addListener = noop;\nprocess.once = noop;\nprocess.off = noop;\nprocess.removeListener = noop;\nprocess.removeAllListeners = noop;\nprocess.emit = noop;\nprocess.prependListener = noop;\nprocess.prependOnceListener = noop;\n\nprocess.listeners = function (name) { return [] }\n\nprocess.binding = function (name) {\n throw new Error('process.binding is not supported');\n};\n\nprocess.cwd = function () { return '/' };\nprocess.chdir = function (dir) {\n throw new Error('process.chdir is not supported');\n};\nprocess.umask = function() { return 0; };\n","var Symbol = require('./_Symbol'),\n getRawTag = require('./_getRawTag'),\n objectToString = require('./_objectToString');\n\n/** `Object#toString` result references. */\nvar nullTag = '[object Null]',\n undefinedTag = '[object Undefined]';\n\n/** Built-in value references. */\nvar symToStringTag = Symbol ? Symbol.toStringTag : undefined;\n\n/**\n * The base implementation of `getTag` without fallbacks for buggy environments.\n *\n * @private\n * @param {*} value The value to query.\n * @returns {string} Returns the `toStringTag`.\n */\nfunction baseGetTag(value) {\n if (value == null) {\n return value === undefined ? undefinedTag : nullTag;\n }\n return (symToStringTag && symToStringTag in Object(value))\n ? getRawTag(value)\n : objectToString(value);\n}\n\nmodule.exports = baseGetTag;\n","var toInteger = require('../internals/to-integer');\n\nvar max = Math.max;\nvar min = Math.min;\n\n// Helper for a popular repeating case of the spec:\n// Let integer be ? ToInteger(index).\n// If integer < 0, let result be max((length + integer), 0); else let result be min(integer, length).\nmodule.exports = function (index, length) {\n var integer = toInteger(index);\n return integer < 0 ? max(integer + length, 0) : min(integer, length);\n};\n","'use strict';\nvar anObject = require('../internals/an-object');\n\n// `RegExp.prototype.flags` getter implementation\n// https://tc39.es/ecma262/#sec-get-regexp.prototype.flags\nmodule.exports = function () {\n var that = anObject(this);\n var result = '';\n if (that.global) result += 'g';\n if (that.ignoreCase) result += 'i';\n if (that.multiline) result += 'm';\n if (that.dotAll) result += 's';\n if (that.unicode) result += 'u';\n if (that.sticky) result += 'y';\n return result;\n};\n","'use strict';\nvar fixRegExpWellKnownSymbolLogic = require('../internals/fix-regexp-well-known-symbol-logic');\nvar anObject = require('../internals/an-object');\nvar toLength = require('../internals/to-length');\nvar toInteger = require('../internals/to-integer');\nvar requireObjectCoercible = require('../internals/require-object-coercible');\nvar advanceStringIndex = require('../internals/advance-string-index');\nvar getSubstitution = require('../internals/get-substitution');\nvar regExpExec = require('../internals/regexp-exec-abstract');\n\nvar max = Math.max;\nvar min = Math.min;\n\nvar maybeToString = function (it) {\n return it === undefined ? it : String(it);\n};\n\n// @@replace logic\nfixRegExpWellKnownSymbolLogic('replace', 2, function (REPLACE, nativeReplace, maybeCallNative, reason) {\n var REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE = reason.REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE;\n var REPLACE_KEEPS_$0 = reason.REPLACE_KEEPS_$0;\n var UNSAFE_SUBSTITUTE = REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE ? '$' : '$0';\n\n return [\n // `String.prototype.replace` method\n // https://tc39.es/ecma262/#sec-string.prototype.replace\n function replace(searchValue, replaceValue) {\n var O = requireObjectCoercible(this);\n var replacer = searchValue == undefined ? undefined : searchValue[REPLACE];\n return replacer !== undefined\n ? replacer.call(searchValue, O, replaceValue)\n : nativeReplace.call(String(O), searchValue, replaceValue);\n },\n // `RegExp.prototype[@@replace]` method\n // https://tc39.es/ecma262/#sec-regexp.prototype-@@replace\n function (regexp, replaceValue) {\n if (\n (!REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE && REPLACE_KEEPS_$0) ||\n (typeof replaceValue === 'string' && replaceValue.indexOf(UNSAFE_SUBSTITUTE) === -1)\n ) {\n var res = maybeCallNative(nativeReplace, regexp, this, replaceValue);\n if (res.done) return res.value;\n }\n\n var rx = anObject(regexp);\n var S = String(this);\n\n var functionalReplace = typeof replaceValue === 'function';\n if (!functionalReplace) replaceValue = String(replaceValue);\n\n var global = rx.global;\n if (global) {\n var fullUnicode = rx.unicode;\n rx.lastIndex = 0;\n }\n var results = [];\n while (true) {\n var result = regExpExec(rx, S);\n if (result === null) break;\n\n results.push(result);\n if (!global) break;\n\n var matchStr = String(result[0]);\n if (matchStr === '') rx.lastIndex = advanceStringIndex(S, toLength(rx.lastIndex), fullUnicode);\n }\n\n var accumulatedResult = '';\n var nextSourcePosition = 0;\n for (var i = 0; i < results.length; i++) {\n result = results[i];\n\n var matched = String(result[0]);\n var position = max(min(toInteger(result.index), S.length), 0);\n var captures = [];\n // NOTE: This is equivalent to\n // captures = result.slice(1).map(maybeToString)\n // but for some reason `nativeSlice.call(result, 1, result.length)` (called in\n // the slice polyfill when slicing native arrays) \"doesn't work\" in safari 9 and\n // causes a crash (https://pastebin.com/N21QzeQA) when trying to debug it.\n for (var j = 1; j < result.length; j++) captures.push(maybeToString(result[j]));\n var namedCaptures = result.groups;\n if (functionalReplace) {\n var replacerArgs = [matched].concat(captures, position, S);\n if (namedCaptures !== undefined) replacerArgs.push(namedCaptures);\n var replacement = String(replaceValue.apply(undefined, replacerArgs));\n } else {\n replacement = getSubstitution(matched, S, position, captures, namedCaptures, replaceValue);\n }\n if (position >= nextSourcePosition) {\n accumulatedResult += S.slice(nextSourcePosition, position) + replacement;\n nextSourcePosition = position + matched.length;\n }\n }\n return accumulatedResult + S.slice(nextSourcePosition);\n }\n ];\n});\n","var classof = require('../internals/classof-raw');\n\n// `IsArray` abstract operation\n// https://tc39.es/ecma262/#sec-isarray\n// eslint-disable-next-line es/no-array-isarray -- safe\nmodule.exports = Array.isArray || function isArray(arg) {\n return classof(arg) == 'Array';\n};\n","'use strict';\nvar $propertyIsEnumerable = {}.propertyIsEnumerable;\n// eslint-disable-next-line es/no-object-getownpropertydescriptor -- safe\nvar getOwnPropertyDescriptor = Object.getOwnPropertyDescriptor;\n\n// Nashorn ~ JDK8 bug\nvar NASHORN_BUG = getOwnPropertyDescriptor && !$propertyIsEnumerable.call({ 1: 2 }, 1);\n\n// `Object.prototype.propertyIsEnumerable` method implementation\n// https://tc39.es/ecma262/#sec-object.prototype.propertyisenumerable\nexports.f = NASHORN_BUG ? function propertyIsEnumerable(V) {\n var descriptor = getOwnPropertyDescriptor(this, V);\n return !!descriptor && descriptor.enumerable;\n} : $propertyIsEnumerable;\n","var internalObjectKeys = require('../internals/object-keys-internal');\nvar enumBugKeys = require('../internals/enum-bug-keys');\n\nvar hiddenKeys = enumBugKeys.concat('length', 'prototype');\n\n// `Object.getOwnPropertyNames` method\n// https://tc39.es/ecma262/#sec-object.getownpropertynames\n// eslint-disable-next-line es/no-object-getownpropertynames -- safe\nexports.f = Object.getOwnPropertyNames || function getOwnPropertyNames(O) {\n return internalObjectKeys(O, hiddenKeys);\n};\n","var toIndexedObject = require('../internals/to-indexed-object');\nvar toLength = require('../internals/to-length');\nvar toAbsoluteIndex = require('../internals/to-absolute-index');\n\n// `Array.prototype.{ indexOf, includes }` methods implementation\nvar createMethod = function (IS_INCLUDES) {\n return function ($this, el, fromIndex) {\n var O = toIndexedObject($this);\n var length = toLength(O.length);\n var index = toAbsoluteIndex(fromIndex, length);\n var value;\n // Array#includes uses SameValueZero equality algorithm\n // eslint-disable-next-line no-self-compare -- NaN check\n if (IS_INCLUDES && el != el) while (length > index) {\n value = O[index++];\n // eslint-disable-next-line no-self-compare -- NaN check\n if (value != value) return true;\n // Array#indexOf ignores holes, Array#includes - not\n } else for (;length > index; index++) {\n if ((IS_INCLUDES || index in O) && O[index] === el) return IS_INCLUDES || index || 0;\n } return !IS_INCLUDES && -1;\n };\n};\n\nmodule.exports = {\n // `Array.prototype.includes` method\n // https://tc39.es/ecma262/#sec-array.prototype.includes\n includes: createMethod(true),\n // `Array.prototype.indexOf` method\n // https://tc39.es/ecma262/#sec-array.prototype.indexof\n indexOf: createMethod(false)\n};\n","/* eslint-disable es/no-symbol -- required for testing */\nvar V8_VERSION = require('../internals/engine-v8-version');\nvar fails = require('../internals/fails');\n\n// eslint-disable-next-line es/no-object-getownpropertysymbols -- required for testing\nmodule.exports = !!Object.getOwnPropertySymbols && !fails(function () {\n var symbol = Symbol();\n // Chrome 38 Symbol has incorrect toString conversion\n // `get-own-property-symbols` polyfill symbols converted to object are not Symbol instances\n return !String(symbol) || !(Object(symbol) instanceof Symbol) ||\n // Chrome 38-40 symbols are not inherited from DOM collections prototypes to instances\n !Symbol.sham && V8_VERSION && V8_VERSION < 41;\n});\n","var wellKnownSymbol = require('../internals/well-known-symbol');\n\nvar TO_STRING_TAG = wellKnownSymbol('toStringTag');\nvar test = {};\n\ntest[TO_STRING_TAG] = 'z';\n\nmodule.exports = String(test) === '[object z]';\n","\"use strict\";\n\nrequire(\"core-js/modules/es.object.assign.js\");\n\nObject.defineProperty(exports, \"__esModule\", {\n value: true\n});\nexports.default = void 0;\n\nvar _axios = _interopRequireDefault(require(\"axios\"));\n\nvar _auth = require(\"@nextcloud/auth\");\n\nfunction _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }\n\nvar client = _axios.default.create({\n headers: {\n requesttoken: (0, _auth.getRequestToken)()\n }\n});\n\nvar cancelableClient = Object.assign(client, {\n CancelToken: _axios.default.CancelToken,\n isCancel: _axios.default.isCancel\n});\n(0, _auth.onRequestTokenUpdate)(function (token) {\n return client.defaults.headers.requesttoken = token;\n});\nvar _default = cancelableClient;\nexports.default = _default;\n//# sourceMappingURL=index.js.map","var store = require('../internals/shared-store');\n\nvar functionToString = Function.toString;\n\n// this helper broken in `core-js@3.4.1-3.4.4`, so we can't use `shared` helper\nif (typeof store.inspectSource != 'function') {\n store.inspectSource = function (it) {\n return functionToString.call(it);\n };\n}\n\nmodule.exports = store.inspectSource;\n","// IE8- don't enum bug keys\nmodule.exports = [\n 'constructor',\n 'hasOwnProperty',\n 'isPrototypeOf',\n 'propertyIsEnumerable',\n 'toLocaleString',\n 'toString',\n 'valueOf'\n];\n","// eslint-disable-next-line es/no-object-getownpropertysymbols -- safe\nexports.f = Object.getOwnPropertySymbols;\n","var aFunction = require('../internals/a-function');\n\n// optional / simple context binding\nmodule.exports = function (fn, that, length) {\n aFunction(fn);\n if (that === undefined) return fn;\n switch (length) {\n case 0: return function () {\n return fn.call(that);\n };\n case 1: return function (a) {\n return fn.call(that, a);\n };\n case 2: return function (a, b) {\n return fn.call(that, a, b);\n };\n case 3: return function (a, b, c) {\n return fn.call(that, a, b, c);\n };\n }\n return function (/* ...args */) {\n return fn.apply(that, arguments);\n };\n};\n","\"use strict\";\n\nObject.defineProperty(exports, \"__esModule\", {\n value: true\n});\nObject.defineProperty(exports, \"getRequestToken\", {\n enumerable: true,\n get: function get() {\n return _requesttoken.getRequestToken;\n }\n});\nObject.defineProperty(exports, \"onRequestTokenUpdate\", {\n enumerable: true,\n get: function get() {\n return _requesttoken.onRequestTokenUpdate;\n }\n});\nObject.defineProperty(exports, \"getCurrentUser\", {\n enumerable: true,\n get: function get() {\n return _user.getCurrentUser;\n }\n});\n\nvar _requesttoken = require(\"./requesttoken\");\n\nvar _user = require(\"./user\");\n//# sourceMappingURL=index.js.map","var DESCRIPTORS = require('../internals/descriptors');\nvar fails = require('../internals/fails');\nvar createElement = require('../internals/document-create-element');\n\n// Thank's IE8 for his funny defineProperty\nmodule.exports = !DESCRIPTORS && !fails(function () {\n // eslint-disable-next-line es/no-object-defineproperty -- requied for testing\n return Object.defineProperty(createElement('div'), 'a', {\n get: function () { return 7; }\n }).a != 7;\n});\n","var shared = require('../internals/shared');\nvar uid = require('../internals/uid');\n\nvar keys = shared('keys');\n\nmodule.exports = function (key) {\n return keys[key] || (keys[key] = uid(key));\n};\n","'use strict';\nvar toPrimitive = require('../internals/to-primitive');\nvar definePropertyModule = require('../internals/object-define-property');\nvar createPropertyDescriptor = require('../internals/create-property-descriptor');\n\nmodule.exports = function (object, key, value) {\n var propertyKey = toPrimitive(key);\n if (propertyKey in object) definePropertyModule.f(object, propertyKey, createPropertyDescriptor(0, value));\n else object[propertyKey] = value;\n};\n","var isObject = require('../internals/is-object');\nvar isArray = require('../internals/is-array');\nvar wellKnownSymbol = require('../internals/well-known-symbol');\n\nvar SPECIES = wellKnownSymbol('species');\n\n// `ArraySpeciesCreate` abstract operation\n// https://tc39.es/ecma262/#sec-arrayspeciescreate\nmodule.exports = function (originalArray, length) {\n var C;\n if (isArray(originalArray)) {\n C = originalArray.constructor;\n // cross-realm fallback\n if (typeof C == 'function' && (C === Array || isArray(C.prototype))) C = undefined;\n else if (isObject(C)) {\n C = C[SPECIES];\n if (C === null) C = undefined;\n }\n } return new (C === undefined ? Array : C)(length === 0 ? 0 : length);\n};\n","var fails = require('../internals/fails');\nvar wellKnownSymbol = require('../internals/well-known-symbol');\nvar V8_VERSION = require('../internals/engine-v8-version');\n\nvar SPECIES = wellKnownSymbol('species');\n\nmodule.exports = function (METHOD_NAME) {\n // We can't use this feature detection in V8 since it causes\n // deoptimization and serious performance degradation\n // https://github.com/zloirock/core-js/issues/677\n return V8_VERSION >= 51 || !fails(function () {\n var array = [];\n var constructor = array.constructor = {};\n constructor[SPECIES] = function () {\n return { foo: 1 };\n };\n return array[METHOD_NAME](Boolean).foo !== 1;\n });\n};\n","var root = require('./_root');\n\n/** Built-in value references. */\nvar Symbol = root.Symbol;\n\nmodule.exports = Symbol;\n","var path = require('../internals/path');\nvar has = require('../internals/has');\nvar wrappedWellKnownSymbolModule = require('../internals/well-known-symbol-wrapped');\nvar defineProperty = require('../internals/object-define-property').f;\n\nmodule.exports = function (NAME) {\n var Symbol = path.Symbol || (path.Symbol = {});\n if (!has(Symbol, NAME)) defineProperty(Symbol, NAME, {\n value: wrappedWellKnownSymbolModule.f(NAME)\n });\n};\n","var defineProperty = require('../internals/object-define-property').f;\nvar has = require('../internals/has');\nvar wellKnownSymbol = require('../internals/well-known-symbol');\n\nvar TO_STRING_TAG = wellKnownSymbol('toStringTag');\n\nmodule.exports = function (it, TAG, STATIC) {\n if (it && !has(it = STATIC ? it : it.prototype, TO_STRING_TAG)) {\n defineProperty(it, TO_STRING_TAG, { configurable: true, value: TAG });\n }\n};\n","var has = require('../internals/has');\nvar toIndexedObject = require('../internals/to-indexed-object');\nvar indexOf = require('../internals/array-includes').indexOf;\nvar hiddenKeys = require('../internals/hidden-keys');\n\nmodule.exports = function (object, names) {\n var O = toIndexedObject(object);\n var i = 0;\n var result = [];\n var key;\n for (key in O) !has(hiddenKeys, key) && has(O, key) && result.push(key);\n // Don't enum bug & hidden keys\n while (names.length > i) if (has(O, key = names[i++])) {\n ~indexOf(result, key) || result.push(key);\n }\n return result;\n};\n","'use strict';\n\nvar fails = require('./fails');\n\n// babel-minify transpiles RegExp('a', 'y') -> /a/y and it causes SyntaxError,\n// so we use an intermediate function.\nfunction RE(s, f) {\n return RegExp(s, f);\n}\n\nexports.UNSUPPORTED_Y = fails(function () {\n // babel-minify transpiles RegExp('a', 'y') -> /a/y and it causes SyntaxError\n var re = RE('a', 'y');\n re.lastIndex = 2;\n return re.exec('abcd') != null;\n});\n\nexports.BROKEN_CARET = fails(function () {\n // https://bugzilla.mozilla.org/show_bug.cgi?id=773687\n var re = RE('^r', 'gy');\n re.lastIndex = 2;\n return re.exec('str') != null;\n});\n","'use strict';\n// TODO: Remove from `core-js@4` since it's moved to entry points\nrequire('../modules/es.regexp.exec');\nvar redefine = require('../internals/redefine');\nvar regexpExec = require('../internals/regexp-exec');\nvar fails = require('../internals/fails');\nvar wellKnownSymbol = require('../internals/well-known-symbol');\nvar createNonEnumerableProperty = require('../internals/create-non-enumerable-property');\n\nvar SPECIES = wellKnownSymbol('species');\nvar RegExpPrototype = RegExp.prototype;\n\nvar REPLACE_SUPPORTS_NAMED_GROUPS = !fails(function () {\n // #replace needs built-in support for named groups.\n // #match works fine because it just return the exec results, even if it has\n // a \"grops\" property.\n var re = /./;\n re.exec = function () {\n var result = [];\n result.groups = { a: '7' };\n return result;\n };\n return ''.replace(re, '$<a>') !== '7';\n});\n\n// IE <= 11 replaces $0 with the whole match, as if it was $&\n// https://stackoverflow.com/questions/6024666/getting-ie-to-replace-a-regex-with-the-literal-string-0\nvar REPLACE_KEEPS_$0 = (function () {\n // eslint-disable-next-line regexp/prefer-escape-replacement-dollar-char -- required for testing\n return 'a'.replace(/./, '$0') === '$0';\n})();\n\nvar REPLACE = wellKnownSymbol('replace');\n// Safari <= 13.0.3(?) substitutes nth capture where n>m with an empty string\nvar REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE = (function () {\n if (/./[REPLACE]) {\n return /./[REPLACE]('a', '$0') === '';\n }\n return false;\n})();\n\n// Chrome 51 has a buggy \"split\" implementation when RegExp#exec !== nativeExec\n// Weex JS has frozen built-in prototypes, so use try / catch wrapper\nvar SPLIT_WORKS_WITH_OVERWRITTEN_EXEC = !fails(function () {\n // eslint-disable-next-line regexp/no-empty-group -- required for testing\n var re = /(?:)/;\n var originalExec = re.exec;\n re.exec = function () { return originalExec.apply(this, arguments); };\n var result = 'ab'.split(re);\n return result.length !== 2 || result[0] !== 'a' || result[1] !== 'b';\n});\n\nmodule.exports = function (KEY, length, exec, sham) {\n var SYMBOL = wellKnownSymbol(KEY);\n\n var DELEGATES_TO_SYMBOL = !fails(function () {\n // String methods call symbol-named RegEp methods\n var O = {};\n O[SYMBOL] = function () { return 7; };\n return ''[KEY](O) != 7;\n });\n\n var DELEGATES_TO_EXEC = DELEGATES_TO_SYMBOL && !fails(function () {\n // Symbol-named RegExp methods call .exec\n var execCalled = false;\n var re = /a/;\n\n if (KEY === 'split') {\n // We can't use real regex here since it causes deoptimization\n // and serious performance degradation in V8\n // https://github.com/zloirock/core-js/issues/306\n re = {};\n // RegExp[@@split] doesn't call the regex's exec method, but first creates\n // a new one. We need to return the patched regex when creating the new one.\n re.constructor = {};\n re.constructor[SPECIES] = function () { return re; };\n re.flags = '';\n re[SYMBOL] = /./[SYMBOL];\n }\n\n re.exec = function () { execCalled = true; return null; };\n\n re[SYMBOL]('');\n return !execCalled;\n });\n\n if (\n !DELEGATES_TO_SYMBOL ||\n !DELEGATES_TO_EXEC ||\n (KEY === 'replace' && !(\n REPLACE_SUPPORTS_NAMED_GROUPS &&\n REPLACE_KEEPS_$0 &&\n !REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE\n )) ||\n (KEY === 'split' && !SPLIT_WORKS_WITH_OVERWRITTEN_EXEC)\n ) {\n var nativeRegExpMethod = /./[SYMBOL];\n var methods = exec(SYMBOL, ''[KEY], function (nativeMethod, regexp, str, arg2, forceStringMethod) {\n var $exec = regexp.exec;\n if ($exec === regexpExec || $exec === RegExpPrototype.exec) {\n if (DELEGATES_TO_SYMBOL && !forceStringMethod) {\n // The native String method already delegates to @@method (this\n // polyfilled function), leasing to infinite recursion.\n // We avoid it by directly calling the native @@method method.\n return { done: true, value: nativeRegExpMethod.call(regexp, str, arg2) };\n }\n return { done: true, value: nativeMethod.call(str, regexp, arg2) };\n }\n return { done: false };\n }, {\n REPLACE_KEEPS_$0: REPLACE_KEEPS_$0,\n REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE: REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE\n });\n var stringMethod = methods[0];\n var regexMethod = methods[1];\n\n redefine(String.prototype, KEY, stringMethod);\n redefine(RegExpPrototype, SYMBOL, length == 2\n // 21.2.5.8 RegExp.prototype[@@replace](string, replaceValue)\n // 21.2.5.11 RegExp.prototype[@@split](string, limit)\n ? function (string, arg) { return regexMethod.call(string, this, arg); }\n // 21.2.5.6 RegExp.prototype[@@match](string)\n // 21.2.5.9 RegExp.prototype[@@search](string)\n : function (string) { return regexMethod.call(string, this); }\n );\n }\n\n if (sham) createNonEnumerableProperty(RegExpPrototype[SYMBOL], 'sham', true);\n};\n","var getBuiltIn = require('../internals/get-built-in');\n\nmodule.exports = getBuiltIn('navigator', 'userAgent') || '';\n","var toInteger = require('../internals/to-integer');\nvar requireObjectCoercible = require('../internals/require-object-coercible');\n\n// `String.prototype.{ codePointAt, at }` methods implementation\nvar createMethod = function (CONVERT_TO_STRING) {\n return function ($this, pos) {\n var S = String(requireObjectCoercible($this));\n var position = toInteger(pos);\n var size = S.length;\n var first, second;\n if (position < 0 || position >= size) return CONVERT_TO_STRING ? '' : undefined;\n first = S.charCodeAt(position);\n return first < 0xD800 || first > 0xDBFF || position + 1 === size\n || (second = S.charCodeAt(position + 1)) < 0xDC00 || second > 0xDFFF\n ? CONVERT_TO_STRING ? S.charAt(position) : first\n : CONVERT_TO_STRING ? S.slice(position, position + 2) : (first - 0xD800 << 10) + (second - 0xDC00) + 0x10000;\n };\n};\n\nmodule.exports = {\n // `String.prototype.codePointAt` method\n // https://tc39.es/ecma262/#sec-string.prototype.codepointat\n codeAt: createMethod(false),\n // `String.prototype.at` method\n // https://github.com/mathiasbynens/String.prototype.at\n charAt: createMethod(true)\n};\n","var classof = require('./classof-raw');\nvar regexpExec = require('./regexp-exec');\n\n// `RegExpExec` abstract operation\n// https://tc39.es/ecma262/#sec-regexpexec\nmodule.exports = function (R, S) {\n var exec = R.exec;\n if (typeof exec === 'function') {\n var result = exec.call(R, S);\n if (typeof result !== 'object') {\n throw TypeError('RegExp exec method returned something other than an Object or null');\n }\n return result;\n }\n\n if (classof(R) !== 'RegExp') {\n throw TypeError('RegExp#exec called on incompatible receiver');\n }\n\n return regexpExec.call(R, S);\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, forced: Object.assign !== assign }, {\n assign: assign\n});\n","var internalObjectKeys = require('../internals/object-keys-internal');\nvar enumBugKeys = require('../internals/enum-bug-keys');\n\n// `Object.keys` method\n// https://tc39.es/ecma262/#sec-object.keys\n// eslint-disable-next-line es/no-object-keys -- safe\nmodule.exports = Object.keys || function keys(O) {\n return internalObjectKeys(O, enumBugKeys);\n};\n","var fails = require('../internals/fails');\n\nvar replacement = /#|\\.prototype\\./;\n\nvar isForced = function (feature, detection) {\n var value = data[normalize(feature)];\n return value == POLYFILL ? true\n : value == NATIVE ? false\n : typeof detection == 'function' ? fails(detection)\n : !!detection;\n};\n\nvar normalize = isForced.normalize = function (string) {\n return String(string).replace(replacement, '.').toLowerCase();\n};\n\nvar data = isForced.data = {};\nvar NATIVE = isForced.NATIVE = 'N';\nvar POLYFILL = isForced.POLYFILL = 'P';\n\nmodule.exports = isForced;\n","'use strict';\nvar charAt = require('../internals/string-multibyte').charAt;\n\n// `AdvanceStringIndex` abstract operation\n// https://tc39.es/ecma262/#sec-advancestringindex\nmodule.exports = function (S, index, unicode) {\n return index + (unicode ? charAt(S, index).length : 1);\n};\n","var TO_STRING_TAG_SUPPORT = require('../internals/to-string-tag-support');\nvar classofRaw = require('../internals/classof-raw');\nvar wellKnownSymbol = require('../internals/well-known-symbol');\n\nvar TO_STRING_TAG = wellKnownSymbol('toStringTag');\n// ES3 wrong here\nvar CORRECT_ARGUMENTS = classofRaw(function () { return arguments; }()) == 'Arguments';\n\n// fallback for IE11 Script Access Denied error\nvar tryGet = function (it, key) {\n try {\n return it[key];\n } catch (error) { /* empty */ }\n};\n\n// getting tag from ES6+ `Object.prototype.toString`\nmodule.exports = TO_STRING_TAG_SUPPORT ? classofRaw : function (it) {\n var O, tag, result;\n return it === undefined ? 'Undefined' : it === null ? 'Null'\n // @@toStringTag case\n : typeof (tag = tryGet(O = Object(it), TO_STRING_TAG)) == 'string' ? tag\n // builtinTag case\n : CORRECT_ARGUMENTS ? classofRaw(O)\n // ES3 arguments fallback\n : (result = classofRaw(O)) == 'Object' && typeof O.callee == 'function' ? 'Arguments' : result;\n};\n","var anObject = require('../internals/an-object');\nvar defineProperties = require('../internals/object-define-properties');\nvar enumBugKeys = require('../internals/enum-bug-keys');\nvar hiddenKeys = require('../internals/hidden-keys');\nvar html = require('../internals/html');\nvar documentCreateElement = require('../internals/document-create-element');\nvar sharedKey = require('../internals/shared-key');\n\nvar GT = '>';\nvar LT = '<';\nvar PROTOTYPE = 'prototype';\nvar SCRIPT = 'script';\nvar IE_PROTO = sharedKey('IE_PROTO');\n\nvar EmptyConstructor = function () { /* empty */ };\n\nvar scriptTag = function (content) {\n return LT + SCRIPT + GT + content + LT + '/' + SCRIPT + GT;\n};\n\n// Create object with fake `null` prototype: use ActiveX Object with cleared prototype\nvar NullProtoObjectViaActiveX = function (activeXDocument) {\n activeXDocument.write(scriptTag(''));\n activeXDocument.close();\n var temp = activeXDocument.parentWindow.Object;\n activeXDocument = null; // avoid memory leak\n return temp;\n};\n\n// Create object with fake `null` prototype: use iframe Object with cleared prototype\nvar NullProtoObjectViaIFrame = function () {\n // Thrash, waste and sodomy: IE GC bug\n var iframe = documentCreateElement('iframe');\n var JS = 'java' + SCRIPT + ':';\n var iframeDocument;\n iframe.style.display = 'none';\n html.appendChild(iframe);\n // https://github.com/zloirock/core-js/issues/475\n iframe.src = String(JS);\n iframeDocument = iframe.contentWindow.document;\n iframeDocument.open();\n iframeDocument.write(scriptTag('document.F=Object'));\n iframeDocument.close();\n return iframeDocument.F;\n};\n\n// Check for document.domain and active x support\n// No need to use active x approach when document.domain is not set\n// see https://github.com/es-shims/es5-shim/issues/150\n// variation of https://github.com/kitcambridge/es5-shim/commit/4f738ac066346\n// avoid IE GC bug\nvar activeXDocument;\nvar NullProtoObject = function () {\n try {\n /* global ActiveXObject -- old IE */\n activeXDocument = document.domain && new ActiveXObject('htmlfile');\n } catch (error) { /* ignore */ }\n NullProtoObject = activeXDocument ? NullProtoObjectViaActiveX(activeXDocument) : NullProtoObjectViaIFrame();\n var length = enumBugKeys.length;\n while (length--) delete NullProtoObject[PROTOTYPE][enumBugKeys[length]];\n return NullProtoObject();\n};\n\nhiddenKeys[IE_PROTO] = true;\n\n// `Object.create` method\n// https://tc39.es/ecma262/#sec-object.create\nmodule.exports = Object.create || function create(O, Properties) {\n var result;\n if (O !== null) {\n EmptyConstructor[PROTOTYPE] = anObject(O);\n result = new EmptyConstructor();\n EmptyConstructor[PROTOTYPE] = null;\n // add \"__proto__\" for Object.getPrototypeOf polyfill\n result[IE_PROTO] = O;\n } else result = NullProtoObject();\n return Properties === undefined ? result : defineProperties(result, Properties);\n};\n","var has = require('../internals/has');\nvar toObject = require('../internals/to-object');\nvar sharedKey = require('../internals/shared-key');\nvar CORRECT_PROTOTYPE_GETTER = require('../internals/correct-prototype-getter');\n\nvar IE_PROTO = sharedKey('IE_PROTO');\nvar ObjectPrototype = Object.prototype;\n\n// `Object.getPrototypeOf` method\n// https://tc39.es/ecma262/#sec-object.getprototypeof\n// eslint-disable-next-line es/no-object-getprototypeof -- safe\nmodule.exports = CORRECT_PROTOTYPE_GETTER ? Object.getPrototypeOf : function (O) {\n O = toObject(O);\n if (has(O, IE_PROTO)) return O[IE_PROTO];\n if (typeof O.constructor == 'function' && O instanceof O.constructor) {\n return O.constructor.prototype;\n } return O instanceof Object ? ObjectPrototype : null;\n};\n","\"use strict\";\n\nrequire(\"core-js/modules/es.array.concat\");\n\nObject.defineProperty(exports, \"__esModule\", {\n value: true\n});\nexports.loadState = loadState;\n\n/**\n * @param app app ID, e.g. \"mail\"\n * @param key name of the property\n * @param fallback optional parameter to use as default value\n * @throws if the key can't be found\n */\nfunction loadState(app, key, fallback) {\n var elem = document.querySelector(\"#initial-state-\".concat(app, \"-\").concat(key));\n\n if (elem === null) {\n if (fallback !== undefined) {\n return fallback;\n }\n\n throw new Error(\"Could not find initial state \".concat(key, \" of \").concat(app));\n }\n\n try {\n return JSON.parse(atob(elem.value));\n } catch (e) {\n throw new Error(\"Could not parse initial state \".concat(key, \" of \").concat(app));\n }\n}\n//# sourceMappingURL=index.js.map","var global = require('../internals/global');\nvar isObject = require('../internals/is-object');\n\nvar document = global.document;\n// typeof document.createElement is 'object' in old IE\nvar EXISTS = isObject(document) && isObject(document.createElement);\n\nmodule.exports = function (it) {\n return EXISTS ? document.createElement(it) : {};\n};\n","var getBuiltIn = require('../internals/get-built-in');\nvar getOwnPropertyNamesModule = require('../internals/object-get-own-property-names');\nvar getOwnPropertySymbolsModule = require('../internals/object-get-own-property-symbols');\nvar anObject = require('../internals/an-object');\n\n// all object keys, includes non-enumerable and symbols\nmodule.exports = getBuiltIn('Reflect', 'ownKeys') || function ownKeys(it) {\n var keys = getOwnPropertyNamesModule.f(anObject(it));\n var getOwnPropertySymbols = getOwnPropertySymbolsModule.f;\n return getOwnPropertySymbols ? keys.concat(getOwnPropertySymbols(it)) : keys;\n};\n","var global = require('../internals/global');\n\nmodule.exports = global;\n","var TO_STRING_TAG_SUPPORT = require('../internals/to-string-tag-support');\nvar redefine = require('../internals/redefine');\nvar toString = require('../internals/object-to-string');\n\n// `Object.prototype.toString` method\n// https://tc39.es/ecma262/#sec-object.prototype.tostring\nif (!TO_STRING_TAG_SUPPORT) {\n redefine(Object.prototype, 'toString', toString, { unsafe: true });\n}\n","var listCacheClear = require('./_listCacheClear'),\n listCacheDelete = require('./_listCacheDelete'),\n listCacheGet = require('./_listCacheGet'),\n listCacheHas = require('./_listCacheHas'),\n listCacheSet = require('./_listCacheSet');\n\n/**\n * Creates an list cache object.\n *\n * @private\n * @constructor\n * @param {Array} [entries] The key-value pairs to cache.\n */\nfunction ListCache(entries) {\n var index = -1,\n length = entries == null ? 0 : entries.length;\n\n this.clear();\n while (++index < length) {\n var entry = entries[index];\n this.set(entry[0], entry[1]);\n }\n}\n\n// Add methods to `ListCache`.\nListCache.prototype.clear = listCacheClear;\nListCache.prototype['delete'] = listCacheDelete;\nListCache.prototype.get = listCacheGet;\nListCache.prototype.has = listCacheHas;\nListCache.prototype.set = listCacheSet;\n\nmodule.exports = ListCache;\n","var eq = require('./eq');\n\n/**\n * Gets the index at which the `key` is found in `array` of key-value pairs.\n *\n * @private\n * @param {Array} array The array to inspect.\n * @param {*} key The key to search for.\n * @returns {number} Returns the index of the matched value, else `-1`.\n */\nfunction assocIndexOf(array, key) {\n var length = array.length;\n while (length--) {\n if (eq(array[length][0], key)) {\n return length;\n }\n }\n return -1;\n}\n\nmodule.exports = assocIndexOf;\n","var getNative = require('./_getNative');\n\n/* Built-in method references that are verified to be native. */\nvar nativeCreate = getNative(Object, 'create');\n\nmodule.exports = nativeCreate;\n","var isKeyable = require('./_isKeyable');\n\n/**\n * Gets the data for `map`.\n *\n * @private\n * @param {Object} map The map to query.\n * @param {string} key The reference key.\n * @returns {*} Returns the map data.\n */\nfunction getMapData(map, key) {\n var data = map.__data__;\n return isKeyable(key)\n ? data[typeof key == 'string' ? 'string' : 'hash']\n : data.map;\n}\n\nmodule.exports = getMapData;\n","var has = require('../internals/has');\nvar ownKeys = require('../internals/own-keys');\nvar getOwnPropertyDescriptorModule = require('../internals/object-get-own-property-descriptor');\nvar definePropertyModule = require('../internals/object-define-property');\n\nmodule.exports = function (target, source) {\n var keys = ownKeys(source);\n var defineProperty = definePropertyModule.f;\n var getOwnPropertyDescriptor = getOwnPropertyDescriptorModule.f;\n for (var i = 0; i < keys.length; i++) {\n var key = keys[i];\n if (!has(target, key)) defineProperty(target, key, getOwnPropertyDescriptor(source, key));\n }\n};\n","/* eslint-disable es/no-symbol -- required for testing */\nvar NATIVE_SYMBOL = require('../internals/native-symbol');\n\nmodule.exports = NATIVE_SYMBOL\n && !Symbol.sham\n && typeof Symbol.iterator == 'symbol';\n","/**\n * Performs a\n * [`SameValueZero`](http://ecma-international.org/ecma-262/7.0/#sec-samevaluezero)\n * comparison between two values to determine if they are equivalent.\n *\n * @static\n * @memberOf _\n * @since 4.0.0\n * @category Lang\n * @param {*} value The value to compare.\n * @param {*} other The other value to compare.\n * @returns {boolean} Returns `true` if the values are equivalent, else `false`.\n * @example\n *\n * var object = { 'a': 1 };\n * var other = { 'a': 1 };\n *\n * _.eq(object, object);\n * // => true\n *\n * _.eq(object, other);\n * // => false\n *\n * _.eq('a', 'a');\n * // => true\n *\n * _.eq('a', Object('a'));\n * // => false\n *\n * _.eq(NaN, NaN);\n * // => true\n */\nfunction eq(value, other) {\n return value === other || (value !== value && other !== other);\n}\n\nmodule.exports = eq;\n","module.exports = function(module) {\n\tif (!module.webpackPolyfill) {\n\t\tmodule.deprecate = function() {};\n\t\tmodule.paths = [];\n\t\t// module.parent = undefined by default\n\t\tif (!module.children) module.children = [];\n\t\tObject.defineProperty(module, \"loaded\", {\n\t\t\tenumerable: true,\n\t\t\tget: function() {\n\t\t\t\treturn module.l;\n\t\t\t}\n\t\t});\n\t\tObject.defineProperty(module, \"id\", {\n\t\t\tenumerable: true,\n\t\t\tget: function() {\n\t\t\t\treturn module.i;\n\t\t\t}\n\t\t});\n\t\tmodule.webpackPolyfill = 1;\n\t}\n\treturn module;\n};\n","var DataView = require('./_DataView'),\n Map = require('./_Map'),\n Promise = require('./_Promise'),\n Set = require('./_Set'),\n WeakMap = require('./_WeakMap'),\n baseGetTag = require('./_baseGetTag'),\n toSource = require('./_toSource');\n\n/** `Object#toString` result references. */\nvar mapTag = '[object Map]',\n objectTag = '[object Object]',\n promiseTag = '[object Promise]',\n setTag = '[object Set]',\n weakMapTag = '[object WeakMap]';\n\nvar dataViewTag = '[object DataView]';\n\n/** Used to detect maps, sets, and weakmaps. */\nvar dataViewCtorString = toSource(DataView),\n mapCtorString = toSource(Map),\n promiseCtorString = toSource(Promise),\n setCtorString = toSource(Set),\n weakMapCtorString = toSource(WeakMap);\n\n/**\n * Gets the `toStringTag` of `value`.\n *\n * @private\n * @param {*} value The value to query.\n * @returns {string} Returns the `toStringTag`.\n */\nvar getTag = baseGetTag;\n\n// Fallback for data views, maps, sets, and weak maps in IE 11 and promises in Node.js < 6.\nif ((DataView && getTag(new DataView(new ArrayBuffer(1))) != dataViewTag) ||\n (Map && getTag(new Map) != mapTag) ||\n (Promise && getTag(Promise.resolve()) != promiseTag) ||\n (Set && getTag(new Set) != setTag) ||\n (WeakMap && getTag(new WeakMap) != weakMapTag)) {\n getTag = function(value) {\n var result = baseGetTag(value),\n Ctor = result == objectTag ? value.constructor : undefined,\n ctorString = Ctor ? toSource(Ctor) : '';\n\n if (ctorString) {\n switch (ctorString) {\n case dataViewCtorString: return dataViewTag;\n case mapCtorString: return mapTag;\n case promiseCtorString: return promiseTag;\n case setCtorString: return setTag;\n case weakMapCtorString: return weakMapTag;\n }\n }\n return result;\n };\n}\n\nmodule.exports = getTag;\n","/*!\n * Vue.js v2.6.12\n * (c) 2014-2020 Evan You\n * Released under the MIT License.\n */\n/* */\n\nvar emptyObject = Object.freeze({});\n\n// These helpers produce better VM code in JS engines due to their\n// explicitness and function inlining.\nfunction isUndef (v) {\n return v === undefined || v === null\n}\n\nfunction isDef (v) {\n return v !== undefined && v !== null\n}\n\nfunction isTrue (v) {\n return v === true\n}\n\nfunction isFalse (v) {\n return v === false\n}\n\n/**\n * Check if value is primitive.\n */\nfunction isPrimitive (value) {\n return (\n typeof value === 'string' ||\n typeof value === 'number' ||\n // $flow-disable-line\n typeof value === 'symbol' ||\n typeof value === 'boolean'\n )\n}\n\n/**\n * Quick object check - this is primarily used to tell\n * Objects from primitive values when we know the value\n * is a JSON-compliant type.\n */\nfunction isObject (obj) {\n return obj !== null && typeof obj === 'object'\n}\n\n/**\n * Get the raw type string of a value, e.g., [object Object].\n */\nvar _toString = Object.prototype.toString;\n\nfunction toRawType (value) {\n return _toString.call(value).slice(8, -1)\n}\n\n/**\n * Strict object type check. Only returns true\n * for plain JavaScript objects.\n */\nfunction isPlainObject (obj) {\n return _toString.call(obj) === '[object Object]'\n}\n\nfunction isRegExp (v) {\n return _toString.call(v) === '[object RegExp]'\n}\n\n/**\n * Check if val is a valid array index.\n */\nfunction isValidArrayIndex (val) {\n var n = parseFloat(String(val));\n return n >= 0 && Math.floor(n) === n && isFinite(val)\n}\n\nfunction isPromise (val) {\n return (\n isDef(val) &&\n typeof val.then === 'function' &&\n typeof val.catch === 'function'\n )\n}\n\n/**\n * Convert a value to a string that is actually rendered.\n */\nfunction toString (val) {\n return val == null\n ? ''\n : Array.isArray(val) || (isPlainObject(val) && val.toString === _toString)\n ? JSON.stringify(val, null, 2)\n : String(val)\n}\n\n/**\n * Convert an input value to a number for persistence.\n * If the conversion fails, return original string.\n */\nfunction toNumber (val) {\n var n = parseFloat(val);\n return isNaN(n) ? val : n\n}\n\n/**\n * Make a map and return a function for checking if a key\n * is in that map.\n */\nfunction makeMap (\n str,\n expectsLowerCase\n) {\n var map = Object.create(null);\n var list = str.split(',');\n for (var i = 0; i < list.length; i++) {\n map[list[i]] = true;\n }\n return expectsLowerCase\n ? function (val) { return map[val.toLowerCase()]; }\n : function (val) { return map[val]; }\n}\n\n/**\n * Check if a tag is a built-in tag.\n */\nvar isBuiltInTag = makeMap('slot,component', true);\n\n/**\n * Check if an attribute is a reserved attribute.\n */\nvar isReservedAttribute = makeMap('key,ref,slot,slot-scope,is');\n\n/**\n * Remove an item from an array.\n */\nfunction remove (arr, item) {\n if (arr.length) {\n var index = arr.indexOf(item);\n if (index > -1) {\n return arr.splice(index, 1)\n }\n }\n}\n\n/**\n * Check whether an object has the property.\n */\nvar hasOwnProperty = Object.prototype.hasOwnProperty;\nfunction hasOwn (obj, key) {\n return hasOwnProperty.call(obj, key)\n}\n\n/**\n * Create a cached version of a pure function.\n */\nfunction cached (fn) {\n var cache = Object.create(null);\n return (function cachedFn (str) {\n var hit = cache[str];\n return hit || (cache[str] = fn(str))\n })\n}\n\n/**\n * Camelize a hyphen-delimited string.\n */\nvar camelizeRE = /-(\\w)/g;\nvar camelize = cached(function (str) {\n return str.replace(camelizeRE, function (_, c) { return c ? c.toUpperCase() : ''; })\n});\n\n/**\n * Capitalize a string.\n */\nvar capitalize = cached(function (str) {\n return str.charAt(0).toUpperCase() + str.slice(1)\n});\n\n/**\n * Hyphenate a camelCase string.\n */\nvar hyphenateRE = /\\B([A-Z])/g;\nvar hyphenate = cached(function (str) {\n return str.replace(hyphenateRE, '-$1').toLowerCase()\n});\n\n/**\n * Simple bind polyfill for environments that do not support it,\n * e.g., PhantomJS 1.x. Technically, we don't need this anymore\n * since native bind is now performant enough in most browsers.\n * But removing it would mean breaking code that was able to run in\n * PhantomJS 1.x, so this must be kept for backward compatibility.\n */\n\n/* istanbul ignore next */\nfunction polyfillBind (fn, ctx) {\n function boundFn (a) {\n var l = arguments.length;\n return l\n ? l > 1\n ? fn.apply(ctx, arguments)\n : fn.call(ctx, a)\n : fn.call(ctx)\n }\n\n boundFn._length = fn.length;\n return boundFn\n}\n\nfunction nativeBind (fn, ctx) {\n return fn.bind(ctx)\n}\n\nvar bind = Function.prototype.bind\n ? nativeBind\n : polyfillBind;\n\n/**\n * Convert an Array-like object to a real Array.\n */\nfunction toArray (list, start) {\n start = start || 0;\n var i = list.length - start;\n var ret = new Array(i);\n while (i--) {\n ret[i] = list[i + start];\n }\n return ret\n}\n\n/**\n * Mix properties into target object.\n */\nfunction extend (to, _from) {\n for (var key in _from) {\n to[key] = _from[key];\n }\n return to\n}\n\n/**\n * Merge an Array of Objects into a single Object.\n */\nfunction toObject (arr) {\n var res = {};\n for (var i = 0; i < arr.length; i++) {\n if (arr[i]) {\n extend(res, arr[i]);\n }\n }\n return res\n}\n\n/* eslint-disable no-unused-vars */\n\n/**\n * Perform no operation.\n * Stubbing args to make Flow happy without leaving useless transpiled code\n * with ...rest (https://flow.org/blog/2017/05/07/Strict-Function-Call-Arity/).\n */\nfunction noop (a, b, c) {}\n\n/**\n * Always return false.\n */\nvar no = function (a, b, c) { return false; };\n\n/* eslint-enable no-unused-vars */\n\n/**\n * Return the same value.\n */\nvar identity = function (_) { return _; };\n\n/**\n * Check if two values are loosely equal - that is,\n * if they are plain objects, do they have the same shape?\n */\nfunction looseEqual (a, b) {\n if (a === b) { return true }\n var isObjectA = isObject(a);\n var isObjectB = isObject(b);\n if (isObjectA && isObjectB) {\n try {\n var isArrayA = Array.isArray(a);\n var isArrayB = Array.isArray(b);\n if (isArrayA && isArrayB) {\n return a.length === b.length && a.every(function (e, i) {\n return looseEqual(e, b[i])\n })\n } else if (a instanceof Date && b instanceof Date) {\n return a.getTime() === b.getTime()\n } else if (!isArrayA && !isArrayB) {\n var keysA = Object.keys(a);\n var keysB = Object.keys(b);\n return keysA.length === keysB.length && keysA.every(function (key) {\n return looseEqual(a[key], b[key])\n })\n } else {\n /* istanbul ignore next */\n return false\n }\n } catch (e) {\n /* istanbul ignore next */\n return false\n }\n } else if (!isObjectA && !isObjectB) {\n return String(a) === String(b)\n } else {\n return false\n }\n}\n\n/**\n * Return the first index at which a loosely equal value can be\n * found in the array (if value is a plain object, the array must\n * contain an object of the same shape), or -1 if it is not present.\n */\nfunction looseIndexOf (arr, val) {\n for (var i = 0; i < arr.length; i++) {\n if (looseEqual(arr[i], val)) { return i }\n }\n return -1\n}\n\n/**\n * Ensure a function is called only once.\n */\nfunction once (fn) {\n var called = false;\n return function () {\n if (!called) {\n called = true;\n fn.apply(this, arguments);\n }\n }\n}\n\nvar SSR_ATTR = 'data-server-rendered';\n\nvar ASSET_TYPES = [\n 'component',\n 'directive',\n 'filter'\n];\n\nvar LIFECYCLE_HOOKS = [\n 'beforeCreate',\n 'created',\n 'beforeMount',\n 'mounted',\n 'beforeUpdate',\n 'updated',\n 'beforeDestroy',\n 'destroyed',\n 'activated',\n 'deactivated',\n 'errorCaptured',\n 'serverPrefetch'\n];\n\n/* */\n\n\n\nvar config = ({\n /**\n * Option merge strategies (used in core/util/options)\n */\n // $flow-disable-line\n optionMergeStrategies: Object.create(null),\n\n /**\n * Whether to suppress warnings.\n */\n silent: false,\n\n /**\n * Show production mode tip message on boot?\n */\n productionTip: process.env.NODE_ENV !== 'production',\n\n /**\n * Whether to enable devtools\n */\n devtools: process.env.NODE_ENV !== 'production',\n\n /**\n * Whether to record perf\n */\n performance: false,\n\n /**\n * Error handler for watcher errors\n */\n errorHandler: null,\n\n /**\n * Warn handler for watcher warns\n */\n warnHandler: null,\n\n /**\n * Ignore certain custom elements\n */\n ignoredElements: [],\n\n /**\n * Custom user key aliases for v-on\n */\n // $flow-disable-line\n keyCodes: Object.create(null),\n\n /**\n * Check if a tag is reserved so that it cannot be registered as a\n * component. This is platform-dependent and may be overwritten.\n */\n isReservedTag: no,\n\n /**\n * Check if an attribute is reserved so that it cannot be used as a component\n * prop. This is platform-dependent and may be overwritten.\n */\n isReservedAttr: no,\n\n /**\n * Check if a tag is an unknown element.\n * Platform-dependent.\n */\n isUnknownElement: no,\n\n /**\n * Get the namespace of an element\n */\n getTagNamespace: noop,\n\n /**\n * Parse the real tag name for the specific platform.\n */\n parsePlatformTagName: identity,\n\n /**\n * Check if an attribute must be bound using property, e.g. value\n * Platform-dependent.\n */\n mustUseProp: no,\n\n /**\n * Perform updates asynchronously. Intended to be used by Vue Test Utils\n * This will significantly reduce performance if set to false.\n */\n async: true,\n\n /**\n * Exposed for legacy reasons\n */\n _lifecycleHooks: LIFECYCLE_HOOKS\n});\n\n/* */\n\n/**\n * unicode letters used for parsing html tags, component names and property paths.\n * using https://www.w3.org/TR/html53/semantics-scripting.html#potentialcustomelementname\n * skipping \\u10000-\\uEFFFF due to it freezing up PhantomJS\n */\nvar unicodeRegExp = /a-zA-Z\\u00B7\\u00C0-\\u00D6\\u00D8-\\u00F6\\u00F8-\\u037D\\u037F-\\u1FFF\\u200C-\\u200D\\u203F-\\u2040\\u2070-\\u218F\\u2C00-\\u2FEF\\u3001-\\uD7FF\\uF900-\\uFDCF\\uFDF0-\\uFFFD/;\n\n/**\n * Check if a string starts with $ or _\n */\nfunction isReserved (str) {\n var c = (str + '').charCodeAt(0);\n return c === 0x24 || c === 0x5F\n}\n\n/**\n * Define a property.\n */\nfunction def (obj, key, val, enumerable) {\n Object.defineProperty(obj, key, {\n value: val,\n enumerable: !!enumerable,\n writable: true,\n configurable: true\n });\n}\n\n/**\n * Parse simple path.\n */\nvar bailRE = new RegExp((\"[^\" + (unicodeRegExp.source) + \".$_\\\\d]\"));\nfunction parsePath (path) {\n if (bailRE.test(path)) {\n return\n }\n var segments = path.split('.');\n return function (obj) {\n for (var i = 0; i < segments.length; i++) {\n if (!obj) { return }\n obj = obj[segments[i]];\n }\n return obj\n }\n}\n\n/* */\n\n// can we use __proto__?\nvar hasProto = '__proto__' in {};\n\n// Browser environment sniffing\nvar inBrowser = typeof window !== 'undefined';\nvar inWeex = typeof WXEnvironment !== 'undefined' && !!WXEnvironment.platform;\nvar weexPlatform = inWeex && WXEnvironment.platform.toLowerCase();\nvar UA = inBrowser && window.navigator.userAgent.toLowerCase();\nvar isIE = UA && /msie|trident/.test(UA);\nvar isIE9 = UA && UA.indexOf('msie 9.0') > 0;\nvar isEdge = UA && UA.indexOf('edge/') > 0;\nvar isAndroid = (UA && UA.indexOf('android') > 0) || (weexPlatform === 'android');\nvar isIOS = (UA && /iphone|ipad|ipod|ios/.test(UA)) || (weexPlatform === 'ios');\nvar isChrome = UA && /chrome\\/\\d+/.test(UA) && !isEdge;\nvar isPhantomJS = UA && /phantomjs/.test(UA);\nvar isFF = UA && UA.match(/firefox\\/(\\d+)/);\n\n// Firefox has a \"watch\" function on Object.prototype...\nvar nativeWatch = ({}).watch;\n\nvar supportsPassive = false;\nif (inBrowser) {\n try {\n var opts = {};\n Object.defineProperty(opts, 'passive', ({\n get: function get () {\n /* istanbul ignore next */\n supportsPassive = true;\n }\n })); // https://github.com/facebook/flow/issues/285\n window.addEventListener('test-passive', null, opts);\n } catch (e) {}\n}\n\n// this needs to be lazy-evaled because vue may be required before\n// vue-server-renderer can set VUE_ENV\nvar _isServer;\nvar isServerRendering = function () {\n if (_isServer === undefined) {\n /* istanbul ignore if */\n if (!inBrowser && !inWeex && typeof global !== 'undefined') {\n // detect presence of vue-server-renderer and avoid\n // Webpack shimming the process\n _isServer = global['process'] && global['process'].env.VUE_ENV === 'server';\n } else {\n _isServer = false;\n }\n }\n return _isServer\n};\n\n// detect devtools\nvar devtools = inBrowser && window.__VUE_DEVTOOLS_GLOBAL_HOOK__;\n\n/* istanbul ignore next */\nfunction isNative (Ctor) {\n return typeof Ctor === 'function' && /native code/.test(Ctor.toString())\n}\n\nvar hasSymbol =\n typeof Symbol !== 'undefined' && isNative(Symbol) &&\n typeof Reflect !== 'undefined' && isNative(Reflect.ownKeys);\n\nvar _Set;\n/* istanbul ignore if */ // $flow-disable-line\nif (typeof Set !== 'undefined' && isNative(Set)) {\n // use native Set when available.\n _Set = Set;\n} else {\n // a non-standard Set polyfill that only works with primitive keys.\n _Set = /*@__PURE__*/(function () {\n function Set () {\n this.set = Object.create(null);\n }\n Set.prototype.has = function has (key) {\n return this.set[key] === true\n };\n Set.prototype.add = function add (key) {\n this.set[key] = true;\n };\n Set.prototype.clear = function clear () {\n this.set = Object.create(null);\n };\n\n return Set;\n }());\n}\n\n/* */\n\nvar warn = noop;\nvar tip = noop;\nvar generateComponentTrace = (noop); // work around flow check\nvar formatComponentName = (noop);\n\nif (process.env.NODE_ENV !== 'production') {\n var hasConsole = typeof console !== 'undefined';\n var classifyRE = /(?:^|[-_])(\\w)/g;\n var classify = function (str) { return str\n .replace(classifyRE, function (c) { return c.toUpperCase(); })\n .replace(/[-_]/g, ''); };\n\n warn = function (msg, vm) {\n var trace = vm ? generateComponentTrace(vm) : '';\n\n if (config.warnHandler) {\n config.warnHandler.call(null, msg, vm, trace);\n } else if (hasConsole && (!config.silent)) {\n console.error((\"[Vue warn]: \" + msg + trace));\n }\n };\n\n tip = function (msg, vm) {\n if (hasConsole && (!config.silent)) {\n console.warn(\"[Vue tip]: \" + msg + (\n vm ? generateComponentTrace(vm) : ''\n ));\n }\n };\n\n formatComponentName = function (vm, includeFile) {\n if (vm.$root === vm) {\n return '<Root>'\n }\n var options = typeof vm === 'function' && vm.cid != null\n ? vm.options\n : vm._isVue\n ? vm.$options || vm.constructor.options\n : vm;\n var name = options.name || options._componentTag;\n var file = options.__file;\n if (!name && file) {\n var match = file.match(/([^/\\\\]+)\\.vue$/);\n name = match && match[1];\n }\n\n return (\n (name ? (\"<\" + (classify(name)) + \">\") : \"<Anonymous>\") +\n (file && includeFile !== false ? (\" at \" + file) : '')\n )\n };\n\n var repeat = function (str, n) {\n var res = '';\n while (n) {\n if (n % 2 === 1) { res += str; }\n if (n > 1) { str += str; }\n n >>= 1;\n }\n return res\n };\n\n generateComponentTrace = function (vm) {\n if (vm._isVue && vm.$parent) {\n var tree = [];\n var currentRecursiveSequence = 0;\n while (vm) {\n if (tree.length > 0) {\n var last = tree[tree.length - 1];\n if (last.constructor === vm.constructor) {\n currentRecursiveSequence++;\n vm = vm.$parent;\n continue\n } else if (currentRecursiveSequence > 0) {\n tree[tree.length - 1] = [last, currentRecursiveSequence];\n currentRecursiveSequence = 0;\n }\n }\n tree.push(vm);\n vm = vm.$parent;\n }\n return '\\n\\nfound in\\n\\n' + tree\n .map(function (vm, i) { return (\"\" + (i === 0 ? '---> ' : repeat(' ', 5 + i * 2)) + (Array.isArray(vm)\n ? ((formatComponentName(vm[0])) + \"... (\" + (vm[1]) + \" recursive calls)\")\n : formatComponentName(vm))); })\n .join('\\n')\n } else {\n return (\"\\n\\n(found in \" + (formatComponentName(vm)) + \")\")\n }\n };\n}\n\n/* */\n\nvar uid = 0;\n\n/**\n * A dep is an observable that can have multiple\n * directives subscribing to it.\n */\nvar Dep = function Dep () {\n this.id = uid++;\n this.subs = [];\n};\n\nDep.prototype.addSub = function addSub (sub) {\n this.subs.push(sub);\n};\n\nDep.prototype.removeSub = function removeSub (sub) {\n remove(this.subs, sub);\n};\n\nDep.prototype.depend = function depend () {\n if (Dep.target) {\n Dep.target.addDep(this);\n }\n};\n\nDep.prototype.notify = function notify () {\n // stabilize the subscriber list first\n var subs = this.subs.slice();\n if (process.env.NODE_ENV !== 'production' && !config.async) {\n // subs aren't sorted in scheduler if not running async\n // we need to sort them now to make sure they fire in correct\n // order\n subs.sort(function (a, b) { return a.id - b.id; });\n }\n for (var i = 0, l = subs.length; i < l; i++) {\n subs[i].update();\n }\n};\n\n// The current target watcher being evaluated.\n// This is globally unique because only one watcher\n// can be evaluated at a time.\nDep.target = null;\nvar targetStack = [];\n\nfunction pushTarget (target) {\n targetStack.push(target);\n Dep.target = target;\n}\n\nfunction popTarget () {\n targetStack.pop();\n Dep.target = targetStack[targetStack.length - 1];\n}\n\n/* */\n\nvar VNode = function VNode (\n tag,\n data,\n children,\n text,\n elm,\n context,\n componentOptions,\n asyncFactory\n) {\n this.tag = tag;\n this.data = data;\n this.children = children;\n this.text = text;\n this.elm = elm;\n this.ns = undefined;\n this.context = context;\n this.fnContext = undefined;\n this.fnOptions = undefined;\n this.fnScopeId = undefined;\n this.key = data && data.key;\n this.componentOptions = componentOptions;\n this.componentInstance = undefined;\n this.parent = undefined;\n this.raw = false;\n this.isStatic = false;\n this.isRootInsert = true;\n this.isComment = false;\n this.isCloned = false;\n this.isOnce = false;\n this.asyncFactory = asyncFactory;\n this.asyncMeta = undefined;\n this.isAsyncPlaceholder = false;\n};\n\nvar prototypeAccessors = { child: { configurable: true } };\n\n// DEPRECATED: alias for componentInstance for backwards compat.\n/* istanbul ignore next */\nprototypeAccessors.child.get = function () {\n return this.componentInstance\n};\n\nObject.defineProperties( VNode.prototype, prototypeAccessors );\n\nvar createEmptyVNode = function (text) {\n if ( text === void 0 ) text = '';\n\n var node = new VNode();\n node.text = text;\n node.isComment = true;\n return node\n};\n\nfunction createTextVNode (val) {\n return new VNode(undefined, undefined, undefined, String(val))\n}\n\n// optimized shallow clone\n// used for static nodes and slot nodes because they may be reused across\n// multiple renders, cloning them avoids errors when DOM manipulations rely\n// on their elm reference.\nfunction cloneVNode (vnode) {\n var cloned = new VNode(\n vnode.tag,\n vnode.data,\n // #7975\n // clone children array to avoid mutating original in case of cloning\n // a child.\n vnode.children && vnode.children.slice(),\n vnode.text,\n vnode.elm,\n vnode.context,\n vnode.componentOptions,\n vnode.asyncFactory\n );\n cloned.ns = vnode.ns;\n cloned.isStatic = vnode.isStatic;\n cloned.key = vnode.key;\n cloned.isComment = vnode.isComment;\n cloned.fnContext = vnode.fnContext;\n cloned.fnOptions = vnode.fnOptions;\n cloned.fnScopeId = vnode.fnScopeId;\n cloned.asyncMeta = vnode.asyncMeta;\n cloned.isCloned = true;\n return cloned\n}\n\n/*\n * not type checking this file because flow doesn't play well with\n * dynamically accessing methods on Array prototype\n */\n\nvar arrayProto = Array.prototype;\nvar arrayMethods = Object.create(arrayProto);\n\nvar methodsToPatch = [\n 'push',\n 'pop',\n 'shift',\n 'unshift',\n 'splice',\n 'sort',\n 'reverse'\n];\n\n/**\n * Intercept mutating methods and emit events\n */\nmethodsToPatch.forEach(function (method) {\n // cache original method\n var original = arrayProto[method];\n def(arrayMethods, method, function mutator () {\n var args = [], len = arguments.length;\n while ( len-- ) args[ len ] = arguments[ len ];\n\n var result = original.apply(this, args);\n var ob = this.__ob__;\n var inserted;\n switch (method) {\n case 'push':\n case 'unshift':\n inserted = args;\n break\n case 'splice':\n inserted = args.slice(2);\n break\n }\n if (inserted) { ob.observeArray(inserted); }\n // notify change\n ob.dep.notify();\n return result\n });\n});\n\n/* */\n\nvar arrayKeys = Object.getOwnPropertyNames(arrayMethods);\n\n/**\n * In some cases we may want to disable observation inside a component's\n * update computation.\n */\nvar shouldObserve = true;\n\nfunction toggleObserving (value) {\n shouldObserve = value;\n}\n\n/**\n * Observer class that is attached to each observed\n * object. Once attached, the observer converts the target\n * object's property keys into getter/setters that\n * collect dependencies and dispatch updates.\n */\nvar Observer = function Observer (value) {\n this.value = value;\n this.dep = new Dep();\n this.vmCount = 0;\n def(value, '__ob__', this);\n if (Array.isArray(value)) {\n if (hasProto) {\n protoAugment(value, arrayMethods);\n } else {\n copyAugment(value, arrayMethods, arrayKeys);\n }\n this.observeArray(value);\n } else {\n this.walk(value);\n }\n};\n\n/**\n * Walk through all properties and convert them into\n * getter/setters. This method should only be called when\n * value type is Object.\n */\nObserver.prototype.walk = function walk (obj) {\n var keys = Object.keys(obj);\n for (var i = 0; i < keys.length; i++) {\n defineReactive$$1(obj, keys[i]);\n }\n};\n\n/**\n * Observe a list of Array items.\n */\nObserver.prototype.observeArray = function observeArray (items) {\n for (var i = 0, l = items.length; i < l; i++) {\n observe(items[i]);\n }\n};\n\n// helpers\n\n/**\n * Augment a target Object or Array by intercepting\n * the prototype chain using __proto__\n */\nfunction protoAugment (target, src) {\n /* eslint-disable no-proto */\n target.__proto__ = src;\n /* eslint-enable no-proto */\n}\n\n/**\n * Augment a target Object or Array by defining\n * hidden properties.\n */\n/* istanbul ignore next */\nfunction copyAugment (target, src, keys) {\n for (var i = 0, l = keys.length; i < l; i++) {\n var key = keys[i];\n def(target, key, src[key]);\n }\n}\n\n/**\n * Attempt to create an observer instance for a value,\n * returns the new observer if successfully observed,\n * or the existing observer if the value already has one.\n */\nfunction observe (value, asRootData) {\n if (!isObject(value) || value instanceof VNode) {\n return\n }\n var ob;\n if (hasOwn(value, '__ob__') && value.__ob__ instanceof Observer) {\n ob = value.__ob__;\n } else if (\n shouldObserve &&\n !isServerRendering() &&\n (Array.isArray(value) || isPlainObject(value)) &&\n Object.isExtensible(value) &&\n !value._isVue\n ) {\n ob = new Observer(value);\n }\n if (asRootData && ob) {\n ob.vmCount++;\n }\n return ob\n}\n\n/**\n * Define a reactive property on an Object.\n */\nfunction defineReactive$$1 (\n obj,\n key,\n val,\n customSetter,\n shallow\n) {\n var dep = new Dep();\n\n var property = Object.getOwnPropertyDescriptor(obj, key);\n if (property && property.configurable === false) {\n return\n }\n\n // cater for pre-defined getter/setters\n var getter = property && property.get;\n var setter = property && property.set;\n if ((!getter || setter) && arguments.length === 2) {\n val = obj[key];\n }\n\n var childOb = !shallow && observe(val);\n Object.defineProperty(obj, key, {\n enumerable: true,\n configurable: true,\n get: function reactiveGetter () {\n var value = getter ? getter.call(obj) : val;\n if (Dep.target) {\n dep.depend();\n if (childOb) {\n childOb.dep.depend();\n if (Array.isArray(value)) {\n dependArray(value);\n }\n }\n }\n return value\n },\n set: function reactiveSetter (newVal) {\n var value = getter ? getter.call(obj) : val;\n /* eslint-disable no-self-compare */\n if (newVal === value || (newVal !== newVal && value !== value)) {\n return\n }\n /* eslint-enable no-self-compare */\n if (process.env.NODE_ENV !== 'production' && customSetter) {\n customSetter();\n }\n // #7981: for accessor properties without setter\n if (getter && !setter) { return }\n if (setter) {\n setter.call(obj, newVal);\n } else {\n val = newVal;\n }\n childOb = !shallow && observe(newVal);\n dep.notify();\n }\n });\n}\n\n/**\n * Set a property on an object. Adds the new property and\n * triggers change notification if the property doesn't\n * already exist.\n */\nfunction set (target, key, val) {\n if (process.env.NODE_ENV !== 'production' &&\n (isUndef(target) || isPrimitive(target))\n ) {\n warn((\"Cannot set reactive property on undefined, null, or primitive value: \" + ((target))));\n }\n if (Array.isArray(target) && isValidArrayIndex(key)) {\n target.length = Math.max(target.length, key);\n target.splice(key, 1, val);\n return val\n }\n if (key in target && !(key in Object.prototype)) {\n target[key] = val;\n return val\n }\n var ob = (target).__ob__;\n if (target._isVue || (ob && ob.vmCount)) {\n process.env.NODE_ENV !== 'production' && warn(\n 'Avoid adding reactive properties to a Vue instance or its root $data ' +\n 'at runtime - declare it upfront in the data option.'\n );\n return val\n }\n if (!ob) {\n target[key] = val;\n return val\n }\n defineReactive$$1(ob.value, key, val);\n ob.dep.notify();\n return val\n}\n\n/**\n * Delete a property and trigger change if necessary.\n */\nfunction del (target, key) {\n if (process.env.NODE_ENV !== 'production' &&\n (isUndef(target) || isPrimitive(target))\n ) {\n warn((\"Cannot delete reactive property on undefined, null, or primitive value: \" + ((target))));\n }\n if (Array.isArray(target) && isValidArrayIndex(key)) {\n target.splice(key, 1);\n return\n }\n var ob = (target).__ob__;\n if (target._isVue || (ob && ob.vmCount)) {\n process.env.NODE_ENV !== 'production' && warn(\n 'Avoid deleting properties on a Vue instance or its root $data ' +\n '- just set it to null.'\n );\n return\n }\n if (!hasOwn(target, key)) {\n return\n }\n delete target[key];\n if (!ob) {\n return\n }\n ob.dep.notify();\n}\n\n/**\n * Collect dependencies on array elements when the array is touched, since\n * we cannot intercept array element access like property getters.\n */\nfunction dependArray (value) {\n for (var e = (void 0), i = 0, l = value.length; i < l; i++) {\n e = value[i];\n e && e.__ob__ && e.__ob__.dep.depend();\n if (Array.isArray(e)) {\n dependArray(e);\n }\n }\n}\n\n/* */\n\n/**\n * Option overwriting strategies are functions that handle\n * how to merge a parent option value and a child option\n * value into the final value.\n */\nvar strats = config.optionMergeStrategies;\n\n/**\n * Options with restrictions\n */\nif (process.env.NODE_ENV !== 'production') {\n strats.el = strats.propsData = function (parent, child, vm, key) {\n if (!vm) {\n warn(\n \"option \\\"\" + key + \"\\\" can only be used during instance \" +\n 'creation with the `new` keyword.'\n );\n }\n return defaultStrat(parent, child)\n };\n}\n\n/**\n * Helper that recursively merges two data objects together.\n */\nfunction mergeData (to, from) {\n if (!from) { return to }\n var key, toVal, fromVal;\n\n var keys = hasSymbol\n ? Reflect.ownKeys(from)\n : Object.keys(from);\n\n for (var i = 0; i < keys.length; i++) {\n key = keys[i];\n // in case the object is already observed...\n if (key === '__ob__') { continue }\n toVal = to[key];\n fromVal = from[key];\n if (!hasOwn(to, key)) {\n set(to, key, fromVal);\n } else if (\n toVal !== fromVal &&\n isPlainObject(toVal) &&\n isPlainObject(fromVal)\n ) {\n mergeData(toVal, fromVal);\n }\n }\n return to\n}\n\n/**\n * Data\n */\nfunction mergeDataOrFn (\n parentVal,\n childVal,\n vm\n) {\n if (!vm) {\n // in a Vue.extend merge, both should be functions\n if (!childVal) {\n return parentVal\n }\n if (!parentVal) {\n return childVal\n }\n // when parentVal & childVal are both present,\n // we need to return a function that returns the\n // merged result of both functions... no need to\n // check if parentVal is a function here because\n // it has to be a function to pass previous merges.\n return function mergedDataFn () {\n return mergeData(\n typeof childVal === 'function' ? childVal.call(this, this) : childVal,\n typeof parentVal === 'function' ? parentVal.call(this, this) : parentVal\n )\n }\n } else {\n return function mergedInstanceDataFn () {\n // instance merge\n var instanceData = typeof childVal === 'function'\n ? childVal.call(vm, vm)\n : childVal;\n var defaultData = typeof parentVal === 'function'\n ? parentVal.call(vm, vm)\n : parentVal;\n if (instanceData) {\n return mergeData(instanceData, defaultData)\n } else {\n return defaultData\n }\n }\n }\n}\n\nstrats.data = function (\n parentVal,\n childVal,\n vm\n) {\n if (!vm) {\n if (childVal && typeof childVal !== 'function') {\n process.env.NODE_ENV !== 'production' && warn(\n 'The \"data\" option should be a function ' +\n 'that returns a per-instance value in component ' +\n 'definitions.',\n vm\n );\n\n return parentVal\n }\n return mergeDataOrFn(parentVal, childVal)\n }\n\n return mergeDataOrFn(parentVal, childVal, vm)\n};\n\n/**\n * Hooks and props are merged as arrays.\n */\nfunction mergeHook (\n parentVal,\n childVal\n) {\n var res = childVal\n ? parentVal\n ? parentVal.concat(childVal)\n : Array.isArray(childVal)\n ? childVal\n : [childVal]\n : parentVal;\n return res\n ? dedupeHooks(res)\n : res\n}\n\nfunction dedupeHooks (hooks) {\n var res = [];\n for (var i = 0; i < hooks.length; i++) {\n if (res.indexOf(hooks[i]) === -1) {\n res.push(hooks[i]);\n }\n }\n return res\n}\n\nLIFECYCLE_HOOKS.forEach(function (hook) {\n strats[hook] = mergeHook;\n});\n\n/**\n * Assets\n *\n * When a vm is present (instance creation), we need to do\n * a three-way merge between constructor options, instance\n * options and parent options.\n */\nfunction mergeAssets (\n parentVal,\n childVal,\n vm,\n key\n) {\n var res = Object.create(parentVal || null);\n if (childVal) {\n process.env.NODE_ENV !== 'production' && assertObjectType(key, childVal, vm);\n return extend(res, childVal)\n } else {\n return res\n }\n}\n\nASSET_TYPES.forEach(function (type) {\n strats[type + 's'] = mergeAssets;\n});\n\n/**\n * Watchers.\n *\n * Watchers hashes should not overwrite one\n * another, so we merge them as arrays.\n */\nstrats.watch = function (\n parentVal,\n childVal,\n vm,\n key\n) {\n // work around Firefox's Object.prototype.watch...\n if (parentVal === nativeWatch) { parentVal = undefined; }\n if (childVal === nativeWatch) { childVal = undefined; }\n /* istanbul ignore if */\n if (!childVal) { return Object.create(parentVal || null) }\n if (process.env.NODE_ENV !== 'production') {\n assertObjectType(key, childVal, vm);\n }\n if (!parentVal) { return childVal }\n var ret = {};\n extend(ret, parentVal);\n for (var key$1 in childVal) {\n var parent = ret[key$1];\n var child = childVal[key$1];\n if (parent && !Array.isArray(parent)) {\n parent = [parent];\n }\n ret[key$1] = parent\n ? parent.concat(child)\n : Array.isArray(child) ? child : [child];\n }\n return ret\n};\n\n/**\n * Other object hashes.\n */\nstrats.props =\nstrats.methods =\nstrats.inject =\nstrats.computed = function (\n parentVal,\n childVal,\n vm,\n key\n) {\n if (childVal && process.env.NODE_ENV !== 'production') {\n assertObjectType(key, childVal, vm);\n }\n if (!parentVal) { return childVal }\n var ret = Object.create(null);\n extend(ret, parentVal);\n if (childVal) { extend(ret, childVal); }\n return ret\n};\nstrats.provide = mergeDataOrFn;\n\n/**\n * Default strategy.\n */\nvar defaultStrat = function (parentVal, childVal) {\n return childVal === undefined\n ? parentVal\n : childVal\n};\n\n/**\n * Validate component names\n */\nfunction checkComponents (options) {\n for (var key in options.components) {\n validateComponentName(key);\n }\n}\n\nfunction validateComponentName (name) {\n if (!new RegExp((\"^[a-zA-Z][\\\\-\\\\.0-9_\" + (unicodeRegExp.source) + \"]*$\")).test(name)) {\n warn(\n 'Invalid component name: \"' + name + '\". Component names ' +\n 'should conform to valid custom element name in html5 specification.'\n );\n }\n if (isBuiltInTag(name) || config.isReservedTag(name)) {\n warn(\n 'Do not use built-in or reserved HTML elements as component ' +\n 'id: ' + name\n );\n }\n}\n\n/**\n * Ensure all props option syntax are normalized into the\n * Object-based format.\n */\nfunction normalizeProps (options, vm) {\n var props = options.props;\n if (!props) { return }\n var res = {};\n var i, val, name;\n if (Array.isArray(props)) {\n i = props.length;\n while (i--) {\n val = props[i];\n if (typeof val === 'string') {\n name = camelize(val);\n res[name] = { type: null };\n } else if (process.env.NODE_ENV !== 'production') {\n warn('props must be strings when using array syntax.');\n }\n }\n } else if (isPlainObject(props)) {\n for (var key in props) {\n val = props[key];\n name = camelize(key);\n res[name] = isPlainObject(val)\n ? val\n : { type: val };\n }\n } else if (process.env.NODE_ENV !== 'production') {\n warn(\n \"Invalid value for option \\\"props\\\": expected an Array or an Object, \" +\n \"but got \" + (toRawType(props)) + \".\",\n vm\n );\n }\n options.props = res;\n}\n\n/**\n * Normalize all injections into Object-based format\n */\nfunction normalizeInject (options, vm) {\n var inject = options.inject;\n if (!inject) { return }\n var normalized = options.inject = {};\n if (Array.isArray(inject)) {\n for (var i = 0; i < inject.length; i++) {\n normalized[inject[i]] = { from: inject[i] };\n }\n } else if (isPlainObject(inject)) {\n for (var key in inject) {\n var val = inject[key];\n normalized[key] = isPlainObject(val)\n ? extend({ from: key }, val)\n : { from: val };\n }\n } else if (process.env.NODE_ENV !== 'production') {\n warn(\n \"Invalid value for option \\\"inject\\\": expected an Array or an Object, \" +\n \"but got \" + (toRawType(inject)) + \".\",\n vm\n );\n }\n}\n\n/**\n * Normalize raw function directives into object format.\n */\nfunction normalizeDirectives (options) {\n var dirs = options.directives;\n if (dirs) {\n for (var key in dirs) {\n var def$$1 = dirs[key];\n if (typeof def$$1 === 'function') {\n dirs[key] = { bind: def$$1, update: def$$1 };\n }\n }\n }\n}\n\nfunction assertObjectType (name, value, vm) {\n if (!isPlainObject(value)) {\n warn(\n \"Invalid value for option \\\"\" + name + \"\\\": expected an Object, \" +\n \"but got \" + (toRawType(value)) + \".\",\n vm\n );\n }\n}\n\n/**\n * Merge two option objects into a new one.\n * Core utility used in both instantiation and inheritance.\n */\nfunction mergeOptions (\n parent,\n child,\n vm\n) {\n if (process.env.NODE_ENV !== 'production') {\n checkComponents(child);\n }\n\n if (typeof child === 'function') {\n child = child.options;\n }\n\n normalizeProps(child, vm);\n normalizeInject(child, vm);\n normalizeDirectives(child);\n\n // Apply extends and mixins on the child options,\n // but only if it is a raw options object that isn't\n // the result of another mergeOptions call.\n // Only merged options has the _base property.\n if (!child._base) {\n if (child.extends) {\n parent = mergeOptions(parent, child.extends, vm);\n }\n if (child.mixins) {\n for (var i = 0, l = child.mixins.length; i < l; i++) {\n parent = mergeOptions(parent, child.mixins[i], vm);\n }\n }\n }\n\n var options = {};\n var key;\n for (key in parent) {\n mergeField(key);\n }\n for (key in child) {\n if (!hasOwn(parent, key)) {\n mergeField(key);\n }\n }\n function mergeField (key) {\n var strat = strats[key] || defaultStrat;\n options[key] = strat(parent[key], child[key], vm, key);\n }\n return options\n}\n\n/**\n * Resolve an asset.\n * This function is used because child instances need access\n * to assets defined in its ancestor chain.\n */\nfunction resolveAsset (\n options,\n type,\n id,\n warnMissing\n) {\n /* istanbul ignore if */\n if (typeof id !== 'string') {\n return\n }\n var assets = options[type];\n // check local registration variations first\n if (hasOwn(assets, id)) { return assets[id] }\n var camelizedId = camelize(id);\n if (hasOwn(assets, camelizedId)) { return assets[camelizedId] }\n var PascalCaseId = capitalize(camelizedId);\n if (hasOwn(assets, PascalCaseId)) { return assets[PascalCaseId] }\n // fallback to prototype chain\n var res = assets[id] || assets[camelizedId] || assets[PascalCaseId];\n if (process.env.NODE_ENV !== 'production' && warnMissing && !res) {\n warn(\n 'Failed to resolve ' + type.slice(0, -1) + ': ' + id,\n options\n );\n }\n return res\n}\n\n/* */\n\n\n\nfunction validateProp (\n key,\n propOptions,\n propsData,\n vm\n) {\n var prop = propOptions[key];\n var absent = !hasOwn(propsData, key);\n var value = propsData[key];\n // boolean casting\n var booleanIndex = getTypeIndex(Boolean, prop.type);\n if (booleanIndex > -1) {\n if (absent && !hasOwn(prop, 'default')) {\n value = false;\n } else if (value === '' || value === hyphenate(key)) {\n // only cast empty string / same name to boolean if\n // boolean has higher priority\n var stringIndex = getTypeIndex(String, prop.type);\n if (stringIndex < 0 || booleanIndex < stringIndex) {\n value = true;\n }\n }\n }\n // check default value\n if (value === undefined) {\n value = getPropDefaultValue(vm, prop, key);\n // since the default value is a fresh copy,\n // make sure to observe it.\n var prevShouldObserve = shouldObserve;\n toggleObserving(true);\n observe(value);\n toggleObserving(prevShouldObserve);\n }\n if (\n process.env.NODE_ENV !== 'production' &&\n // skip validation for weex recycle-list child component props\n !(false)\n ) {\n assertProp(prop, key, value, vm, absent);\n }\n return value\n}\n\n/**\n * Get the default value of a prop.\n */\nfunction getPropDefaultValue (vm, prop, key) {\n // no default, return undefined\n if (!hasOwn(prop, 'default')) {\n return undefined\n }\n var def = prop.default;\n // warn against non-factory defaults for Object & Array\n if (process.env.NODE_ENV !== 'production' && isObject(def)) {\n warn(\n 'Invalid default value for prop \"' + key + '\": ' +\n 'Props with type Object/Array must use a factory function ' +\n 'to return the default value.',\n vm\n );\n }\n // the raw prop value was also undefined from previous render,\n // return previous default value to avoid unnecessary watcher trigger\n if (vm && vm.$options.propsData &&\n vm.$options.propsData[key] === undefined &&\n vm._props[key] !== undefined\n ) {\n return vm._props[key]\n }\n // call factory function for non-Function types\n // a value is Function if its prototype is function even across different execution context\n return typeof def === 'function' && getType(prop.type) !== 'Function'\n ? def.call(vm)\n : def\n}\n\n/**\n * Assert whether a prop is valid.\n */\nfunction assertProp (\n prop,\n name,\n value,\n vm,\n absent\n) {\n if (prop.required && absent) {\n warn(\n 'Missing required prop: \"' + name + '\"',\n vm\n );\n return\n }\n if (value == null && !prop.required) {\n return\n }\n var type = prop.type;\n var valid = !type || type === true;\n var expectedTypes = [];\n if (type) {\n if (!Array.isArray(type)) {\n type = [type];\n }\n for (var i = 0; i < type.length && !valid; i++) {\n var assertedType = assertType(value, type[i]);\n expectedTypes.push(assertedType.expectedType || '');\n valid = assertedType.valid;\n }\n }\n\n if (!valid) {\n warn(\n getInvalidTypeMessage(name, value, expectedTypes),\n vm\n );\n return\n }\n var validator = prop.validator;\n if (validator) {\n if (!validator(value)) {\n warn(\n 'Invalid prop: custom validator check failed for prop \"' + name + '\".',\n vm\n );\n }\n }\n}\n\nvar simpleCheckRE = /^(String|Number|Boolean|Function|Symbol)$/;\n\nfunction assertType (value, type) {\n var valid;\n var expectedType = getType(type);\n if (simpleCheckRE.test(expectedType)) {\n var t = typeof value;\n valid = t === expectedType.toLowerCase();\n // for primitive wrapper objects\n if (!valid && t === 'object') {\n valid = value instanceof type;\n }\n } else if (expectedType === 'Object') {\n valid = isPlainObject(value);\n } else if (expectedType === 'Array') {\n valid = Array.isArray(value);\n } else {\n valid = value instanceof type;\n }\n return {\n valid: valid,\n expectedType: expectedType\n }\n}\n\n/**\n * Use function string name to check built-in types,\n * because a simple equality check will fail when running\n * across different vms / iframes.\n */\nfunction getType (fn) {\n var match = fn && fn.toString().match(/^\\s*function (\\w+)/);\n return match ? match[1] : ''\n}\n\nfunction isSameType (a, b) {\n return getType(a) === getType(b)\n}\n\nfunction getTypeIndex (type, expectedTypes) {\n if (!Array.isArray(expectedTypes)) {\n return isSameType(expectedTypes, type) ? 0 : -1\n }\n for (var i = 0, len = expectedTypes.length; i < len; i++) {\n if (isSameType(expectedTypes[i], type)) {\n return i\n }\n }\n return -1\n}\n\nfunction getInvalidTypeMessage (name, value, expectedTypes) {\n var message = \"Invalid prop: type check failed for prop \\\"\" + name + \"\\\".\" +\n \" Expected \" + (expectedTypes.map(capitalize).join(', '));\n var expectedType = expectedTypes[0];\n var receivedType = toRawType(value);\n var expectedValue = styleValue(value, expectedType);\n var receivedValue = styleValue(value, receivedType);\n // check if we need to specify expected value\n if (expectedTypes.length === 1 &&\n isExplicable(expectedType) &&\n !isBoolean(expectedType, receivedType)) {\n message += \" with value \" + expectedValue;\n }\n message += \", got \" + receivedType + \" \";\n // check if we need to specify received value\n if (isExplicable(receivedType)) {\n message += \"with value \" + receivedValue + \".\";\n }\n return message\n}\n\nfunction styleValue (value, type) {\n if (type === 'String') {\n return (\"\\\"\" + value + \"\\\"\")\n } else if (type === 'Number') {\n return (\"\" + (Number(value)))\n } else {\n return (\"\" + value)\n }\n}\n\nfunction isExplicable (value) {\n var explicitTypes = ['string', 'number', 'boolean'];\n return explicitTypes.some(function (elem) { return value.toLowerCase() === elem; })\n}\n\nfunction isBoolean () {\n var args = [], len = arguments.length;\n while ( len-- ) args[ len ] = arguments[ len ];\n\n return args.some(function (elem) { return elem.toLowerCase() === 'boolean'; })\n}\n\n/* */\n\nfunction handleError (err, vm, info) {\n // Deactivate deps tracking while processing error handler to avoid possible infinite rendering.\n // See: https://github.com/vuejs/vuex/issues/1505\n pushTarget();\n try {\n if (vm) {\n var cur = vm;\n while ((cur = cur.$parent)) {\n var hooks = cur.$options.errorCaptured;\n if (hooks) {\n for (var i = 0; i < hooks.length; i++) {\n try {\n var capture = hooks[i].call(cur, err, vm, info) === false;\n if (capture) { return }\n } catch (e) {\n globalHandleError(e, cur, 'errorCaptured hook');\n }\n }\n }\n }\n }\n globalHandleError(err, vm, info);\n } finally {\n popTarget();\n }\n}\n\nfunction invokeWithErrorHandling (\n handler,\n context,\n args,\n vm,\n info\n) {\n var res;\n try {\n res = args ? handler.apply(context, args) : handler.call(context);\n if (res && !res._isVue && isPromise(res) && !res._handled) {\n res.catch(function (e) { return handleError(e, vm, info + \" (Promise/async)\"); });\n // issue #9511\n // avoid catch triggering multiple times when nested calls\n res._handled = true;\n }\n } catch (e) {\n handleError(e, vm, info);\n }\n return res\n}\n\nfunction globalHandleError (err, vm, info) {\n if (config.errorHandler) {\n try {\n return config.errorHandler.call(null, err, vm, info)\n } catch (e) {\n // if the user intentionally throws the original error in the handler,\n // do not log it twice\n if (e !== err) {\n logError(e, null, 'config.errorHandler');\n }\n }\n }\n logError(err, vm, info);\n}\n\nfunction logError (err, vm, info) {\n if (process.env.NODE_ENV !== 'production') {\n warn((\"Error in \" + info + \": \\\"\" + (err.toString()) + \"\\\"\"), vm);\n }\n /* istanbul ignore else */\n if ((inBrowser || inWeex) && typeof console !== 'undefined') {\n console.error(err);\n } else {\n throw err\n }\n}\n\n/* */\n\nvar isUsingMicroTask = false;\n\nvar callbacks = [];\nvar pending = false;\n\nfunction flushCallbacks () {\n pending = false;\n var copies = callbacks.slice(0);\n callbacks.length = 0;\n for (var i = 0; i < copies.length; i++) {\n copies[i]();\n }\n}\n\n// Here we have async deferring wrappers using microtasks.\n// In 2.5 we used (macro) tasks (in combination with microtasks).\n// However, it has subtle problems when state is changed right before repaint\n// (e.g. #6813, out-in transitions).\n// Also, using (macro) tasks in event handler would cause some weird behaviors\n// that cannot be circumvented (e.g. #7109, #7153, #7546, #7834, #8109).\n// So we now use microtasks everywhere, again.\n// A major drawback of this tradeoff is that there are some scenarios\n// where microtasks have too high a priority and fire in between supposedly\n// sequential events (e.g. #4521, #6690, which have workarounds)\n// or even between bubbling of the same event (#6566).\nvar timerFunc;\n\n// The nextTick behavior leverages the microtask queue, which can be accessed\n// via either native Promise.then or MutationObserver.\n// MutationObserver has wider support, however it is seriously bugged in\n// UIWebView in iOS >= 9.3.3 when triggered in touch event handlers. It\n// completely stops working after triggering a few times... so, if native\n// Promise is available, we will use it:\n/* istanbul ignore next, $flow-disable-line */\nif (typeof Promise !== 'undefined' && isNative(Promise)) {\n var p = Promise.resolve();\n timerFunc = function () {\n p.then(flushCallbacks);\n // In problematic UIWebViews, Promise.then doesn't completely break, but\n // it can get stuck in a weird state where callbacks are pushed into the\n // microtask queue but the queue isn't being flushed, until the browser\n // needs to do some other work, e.g. handle a timer. Therefore we can\n // \"force\" the microtask queue to be flushed by adding an empty timer.\n if (isIOS) { setTimeout(noop); }\n };\n isUsingMicroTask = true;\n} else if (!isIE && typeof MutationObserver !== 'undefined' && (\n isNative(MutationObserver) ||\n // PhantomJS and iOS 7.x\n MutationObserver.toString() === '[object MutationObserverConstructor]'\n)) {\n // Use MutationObserver where native Promise is not available,\n // e.g. PhantomJS, iOS7, Android 4.4\n // (#6466 MutationObserver is unreliable in IE11)\n var counter = 1;\n var observer = new MutationObserver(flushCallbacks);\n var textNode = document.createTextNode(String(counter));\n observer.observe(textNode, {\n characterData: true\n });\n timerFunc = function () {\n counter = (counter + 1) % 2;\n textNode.data = String(counter);\n };\n isUsingMicroTask = true;\n} else if (typeof setImmediate !== 'undefined' && isNative(setImmediate)) {\n // Fallback to setImmediate.\n // Technically it leverages the (macro) task queue,\n // but it is still a better choice than setTimeout.\n timerFunc = function () {\n setImmediate(flushCallbacks);\n };\n} else {\n // Fallback to setTimeout.\n timerFunc = function () {\n setTimeout(flushCallbacks, 0);\n };\n}\n\nfunction nextTick (cb, ctx) {\n var _resolve;\n callbacks.push(function () {\n if (cb) {\n try {\n cb.call(ctx);\n } catch (e) {\n handleError(e, ctx, 'nextTick');\n }\n } else if (_resolve) {\n _resolve(ctx);\n }\n });\n if (!pending) {\n pending = true;\n timerFunc();\n }\n // $flow-disable-line\n if (!cb && typeof Promise !== 'undefined') {\n return new Promise(function (resolve) {\n _resolve = resolve;\n })\n }\n}\n\n/* */\n\n/* not type checking this file because flow doesn't play well with Proxy */\n\nvar initProxy;\n\nif (process.env.NODE_ENV !== 'production') {\n var allowedGlobals = makeMap(\n 'Infinity,undefined,NaN,isFinite,isNaN,' +\n 'parseFloat,parseInt,decodeURI,decodeURIComponent,encodeURI,encodeURIComponent,' +\n 'Math,Number,Date,Array,Object,Boolean,String,RegExp,Map,Set,JSON,Intl,' +\n 'require' // for Webpack/Browserify\n );\n\n var warnNonPresent = function (target, key) {\n warn(\n \"Property or method \\\"\" + key + \"\\\" is not defined on the instance but \" +\n 'referenced during render. Make sure that this property is reactive, ' +\n 'either in the data option, or for class-based components, by ' +\n 'initializing the property. ' +\n 'See: https://vuejs.org/v2/guide/reactivity.html#Declaring-Reactive-Properties.',\n target\n );\n };\n\n var warnReservedPrefix = function (target, key) {\n warn(\n \"Property \\\"\" + key + \"\\\" must be accessed with \\\"$data.\" + key + \"\\\" because \" +\n 'properties starting with \"$\" or \"_\" are not proxied in the Vue instance to ' +\n 'prevent conflicts with Vue internals. ' +\n 'See: https://vuejs.org/v2/api/#data',\n target\n );\n };\n\n var hasProxy =\n typeof Proxy !== 'undefined' && isNative(Proxy);\n\n if (hasProxy) {\n var isBuiltInModifier = makeMap('stop,prevent,self,ctrl,shift,alt,meta,exact');\n config.keyCodes = new Proxy(config.keyCodes, {\n set: function set (target, key, value) {\n if (isBuiltInModifier(key)) {\n warn((\"Avoid overwriting built-in modifier in config.keyCodes: .\" + key));\n return false\n } else {\n target[key] = value;\n return true\n }\n }\n });\n }\n\n var hasHandler = {\n has: function has (target, key) {\n var has = key in target;\n var isAllowed = allowedGlobals(key) ||\n (typeof key === 'string' && key.charAt(0) === '_' && !(key in target.$data));\n if (!has && !isAllowed) {\n if (key in target.$data) { warnReservedPrefix(target, key); }\n else { warnNonPresent(target, key); }\n }\n return has || !isAllowed\n }\n };\n\n var getHandler = {\n get: function get (target, key) {\n if (typeof key === 'string' && !(key in target)) {\n if (key in target.$data) { warnReservedPrefix(target, key); }\n else { warnNonPresent(target, key); }\n }\n return target[key]\n }\n };\n\n initProxy = function initProxy (vm) {\n if (hasProxy) {\n // determine which proxy handler to use\n var options = vm.$options;\n var handlers = options.render && options.render._withStripped\n ? getHandler\n : hasHandler;\n vm._renderProxy = new Proxy(vm, handlers);\n } else {\n vm._renderProxy = vm;\n }\n };\n}\n\n/* */\n\nvar seenObjects = new _Set();\n\n/**\n * Recursively traverse an object to evoke all converted\n * getters, so that every nested property inside the object\n * is collected as a \"deep\" dependency.\n */\nfunction traverse (val) {\n _traverse(val, seenObjects);\n seenObjects.clear();\n}\n\nfunction _traverse (val, seen) {\n var i, keys;\n var isA = Array.isArray(val);\n if ((!isA && !isObject(val)) || Object.isFrozen(val) || val instanceof VNode) {\n return\n }\n if (val.__ob__) {\n var depId = val.__ob__.dep.id;\n if (seen.has(depId)) {\n return\n }\n seen.add(depId);\n }\n if (isA) {\n i = val.length;\n while (i--) { _traverse(val[i], seen); }\n } else {\n keys = Object.keys(val);\n i = keys.length;\n while (i--) { _traverse(val[keys[i]], seen); }\n }\n}\n\nvar mark;\nvar measure;\n\nif (process.env.NODE_ENV !== 'production') {\n var perf = inBrowser && window.performance;\n /* istanbul ignore if */\n if (\n perf &&\n perf.mark &&\n perf.measure &&\n perf.clearMarks &&\n perf.clearMeasures\n ) {\n mark = function (tag) { return perf.mark(tag); };\n measure = function (name, startTag, endTag) {\n perf.measure(name, startTag, endTag);\n perf.clearMarks(startTag);\n perf.clearMarks(endTag);\n // perf.clearMeasures(name)\n };\n }\n}\n\n/* */\n\nvar normalizeEvent = cached(function (name) {\n var passive = name.charAt(0) === '&';\n name = passive ? name.slice(1) : name;\n var once$$1 = name.charAt(0) === '~'; // Prefixed last, checked first\n name = once$$1 ? name.slice(1) : name;\n var capture = name.charAt(0) === '!';\n name = capture ? name.slice(1) : name;\n return {\n name: name,\n once: once$$1,\n capture: capture,\n passive: passive\n }\n});\n\nfunction createFnInvoker (fns, vm) {\n function invoker () {\n var arguments$1 = arguments;\n\n var fns = invoker.fns;\n if (Array.isArray(fns)) {\n var cloned = fns.slice();\n for (var i = 0; i < cloned.length; i++) {\n invokeWithErrorHandling(cloned[i], null, arguments$1, vm, \"v-on handler\");\n }\n } else {\n // return handler return value for single handlers\n return invokeWithErrorHandling(fns, null, arguments, vm, \"v-on handler\")\n }\n }\n invoker.fns = fns;\n return invoker\n}\n\nfunction updateListeners (\n on,\n oldOn,\n add,\n remove$$1,\n createOnceHandler,\n vm\n) {\n var name, def$$1, cur, old, event;\n for (name in on) {\n def$$1 = cur = on[name];\n old = oldOn[name];\n event = normalizeEvent(name);\n if (isUndef(cur)) {\n process.env.NODE_ENV !== 'production' && warn(\n \"Invalid handler for event \\\"\" + (event.name) + \"\\\": got \" + String(cur),\n vm\n );\n } else if (isUndef(old)) {\n if (isUndef(cur.fns)) {\n cur = on[name] = createFnInvoker(cur, vm);\n }\n if (isTrue(event.once)) {\n cur = on[name] = createOnceHandler(event.name, cur, event.capture);\n }\n add(event.name, cur, event.capture, event.passive, event.params);\n } else if (cur !== old) {\n old.fns = cur;\n on[name] = old;\n }\n }\n for (name in oldOn) {\n if (isUndef(on[name])) {\n event = normalizeEvent(name);\n remove$$1(event.name, oldOn[name], event.capture);\n }\n }\n}\n\n/* */\n\nfunction mergeVNodeHook (def, hookKey, hook) {\n if (def instanceof VNode) {\n def = def.data.hook || (def.data.hook = {});\n }\n var invoker;\n var oldHook = def[hookKey];\n\n function wrappedHook () {\n hook.apply(this, arguments);\n // important: remove merged hook to ensure it's called only once\n // and prevent memory leak\n remove(invoker.fns, wrappedHook);\n }\n\n if (isUndef(oldHook)) {\n // no existing hook\n invoker = createFnInvoker([wrappedHook]);\n } else {\n /* istanbul ignore if */\n if (isDef(oldHook.fns) && isTrue(oldHook.merged)) {\n // already a merged invoker\n invoker = oldHook;\n invoker.fns.push(wrappedHook);\n } else {\n // existing plain hook\n invoker = createFnInvoker([oldHook, wrappedHook]);\n }\n }\n\n invoker.merged = true;\n def[hookKey] = invoker;\n}\n\n/* */\n\nfunction extractPropsFromVNodeData (\n data,\n Ctor,\n tag\n) {\n // we are only extracting raw values here.\n // validation and default values are handled in the child\n // component itself.\n var propOptions = Ctor.options.props;\n if (isUndef(propOptions)) {\n return\n }\n var res = {};\n var attrs = data.attrs;\n var props = data.props;\n if (isDef(attrs) || isDef(props)) {\n for (var key in propOptions) {\n var altKey = hyphenate(key);\n if (process.env.NODE_ENV !== 'production') {\n var keyInLowerCase = key.toLowerCase();\n if (\n key !== keyInLowerCase &&\n attrs && hasOwn(attrs, keyInLowerCase)\n ) {\n tip(\n \"Prop \\\"\" + keyInLowerCase + \"\\\" is passed to component \" +\n (formatComponentName(tag || Ctor)) + \", but the declared prop name is\" +\n \" \\\"\" + key + \"\\\". \" +\n \"Note that HTML attributes are case-insensitive and camelCased \" +\n \"props need to use their kebab-case equivalents when using in-DOM \" +\n \"templates. You should probably use \\\"\" + altKey + \"\\\" instead of \\\"\" + key + \"\\\".\"\n );\n }\n }\n checkProp(res, props, key, altKey, true) ||\n checkProp(res, attrs, key, altKey, false);\n }\n }\n return res\n}\n\nfunction checkProp (\n res,\n hash,\n key,\n altKey,\n preserve\n) {\n if (isDef(hash)) {\n if (hasOwn(hash, key)) {\n res[key] = hash[key];\n if (!preserve) {\n delete hash[key];\n }\n return true\n } else if (hasOwn(hash, altKey)) {\n res[key] = hash[altKey];\n if (!preserve) {\n delete hash[altKey];\n }\n return true\n }\n }\n return false\n}\n\n/* */\n\n// The template compiler attempts to minimize the need for normalization by\n// statically analyzing the template at compile time.\n//\n// For plain HTML markup, normalization can be completely skipped because the\n// generated render function is guaranteed to return Array<VNode>. There are\n// two cases where extra normalization is needed:\n\n// 1. When the children contains components - because a functional component\n// may return an Array instead of a single root. In this case, just a simple\n// normalization is needed - if any child is an Array, we flatten the whole\n// thing with Array.prototype.concat. It is guaranteed to be only 1-level deep\n// because functional components already normalize their own children.\nfunction simpleNormalizeChildren (children) {\n for (var i = 0; i < children.length; i++) {\n if (Array.isArray(children[i])) {\n return Array.prototype.concat.apply([], children)\n }\n }\n return children\n}\n\n// 2. When the children contains constructs that always generated nested Arrays,\n// e.g. <template>, <slot>, v-for, or when the children is provided by user\n// with hand-written render functions / JSX. In such cases a full normalization\n// is needed to cater to all possible types of children values.\nfunction normalizeChildren (children) {\n return isPrimitive(children)\n ? [createTextVNode(children)]\n : Array.isArray(children)\n ? normalizeArrayChildren(children)\n : undefined\n}\n\nfunction isTextNode (node) {\n return isDef(node) && isDef(node.text) && isFalse(node.isComment)\n}\n\nfunction normalizeArrayChildren (children, nestedIndex) {\n var res = [];\n var i, c, lastIndex, last;\n for (i = 0; i < children.length; i++) {\n c = children[i];\n if (isUndef(c) || typeof c === 'boolean') { continue }\n lastIndex = res.length - 1;\n last = res[lastIndex];\n // nested\n if (Array.isArray(c)) {\n if (c.length > 0) {\n c = normalizeArrayChildren(c, ((nestedIndex || '') + \"_\" + i));\n // merge adjacent text nodes\n if (isTextNode(c[0]) && isTextNode(last)) {\n res[lastIndex] = createTextVNode(last.text + (c[0]).text);\n c.shift();\n }\n res.push.apply(res, c);\n }\n } else if (isPrimitive(c)) {\n if (isTextNode(last)) {\n // merge adjacent text nodes\n // this is necessary for SSR hydration because text nodes are\n // essentially merged when rendered to HTML strings\n res[lastIndex] = createTextVNode(last.text + c);\n } else if (c !== '') {\n // convert primitive to vnode\n res.push(createTextVNode(c));\n }\n } else {\n if (isTextNode(c) && isTextNode(last)) {\n // merge adjacent text nodes\n res[lastIndex] = createTextVNode(last.text + c.text);\n } else {\n // default key for nested array children (likely generated by v-for)\n if (isTrue(children._isVList) &&\n isDef(c.tag) &&\n isUndef(c.key) &&\n isDef(nestedIndex)) {\n c.key = \"__vlist\" + nestedIndex + \"_\" + i + \"__\";\n }\n res.push(c);\n }\n }\n }\n return res\n}\n\n/* */\n\nfunction initProvide (vm) {\n var provide = vm.$options.provide;\n if (provide) {\n vm._provided = typeof provide === 'function'\n ? provide.call(vm)\n : provide;\n }\n}\n\nfunction initInjections (vm) {\n var result = resolveInject(vm.$options.inject, vm);\n if (result) {\n toggleObserving(false);\n Object.keys(result).forEach(function (key) {\n /* istanbul ignore else */\n if (process.env.NODE_ENV !== 'production') {\n defineReactive$$1(vm, key, result[key], function () {\n warn(\n \"Avoid mutating an injected value directly since the changes will be \" +\n \"overwritten whenever the provided component re-renders. \" +\n \"injection being mutated: \\\"\" + key + \"\\\"\",\n vm\n );\n });\n } else {\n defineReactive$$1(vm, key, result[key]);\n }\n });\n toggleObserving(true);\n }\n}\n\nfunction resolveInject (inject, vm) {\n if (inject) {\n // inject is :any because flow is not smart enough to figure out cached\n var result = Object.create(null);\n var keys = hasSymbol\n ? Reflect.ownKeys(inject)\n : Object.keys(inject);\n\n for (var i = 0; i < keys.length; i++) {\n var key = keys[i];\n // #6574 in case the inject object is observed...\n if (key === '__ob__') { continue }\n var provideKey = inject[key].from;\n var source = vm;\n while (source) {\n if (source._provided && hasOwn(source._provided, provideKey)) {\n result[key] = source._provided[provideKey];\n break\n }\n source = source.$parent;\n }\n if (!source) {\n if ('default' in inject[key]) {\n var provideDefault = inject[key].default;\n result[key] = typeof provideDefault === 'function'\n ? provideDefault.call(vm)\n : provideDefault;\n } else if (process.env.NODE_ENV !== 'production') {\n warn((\"Injection \\\"\" + key + \"\\\" not found\"), vm);\n }\n }\n }\n return result\n }\n}\n\n/* */\n\n\n\n/**\n * Runtime helper for resolving raw children VNodes into a slot object.\n */\nfunction resolveSlots (\n children,\n context\n) {\n if (!children || !children.length) {\n return {}\n }\n var slots = {};\n for (var i = 0, l = children.length; i < l; i++) {\n var child = children[i];\n var data = child.data;\n // remove slot attribute if the node is resolved as a Vue slot node\n if (data && data.attrs && data.attrs.slot) {\n delete data.attrs.slot;\n }\n // named slots should only be respected if the vnode was rendered in the\n // same context.\n if ((child.context === context || child.fnContext === context) &&\n data && data.slot != null\n ) {\n var name = data.slot;\n var slot = (slots[name] || (slots[name] = []));\n if (child.tag === 'template') {\n slot.push.apply(slot, child.children || []);\n } else {\n slot.push(child);\n }\n } else {\n (slots.default || (slots.default = [])).push(child);\n }\n }\n // ignore slots that contains only whitespace\n for (var name$1 in slots) {\n if (slots[name$1].every(isWhitespace)) {\n delete slots[name$1];\n }\n }\n return slots\n}\n\nfunction isWhitespace (node) {\n return (node.isComment && !node.asyncFactory) || node.text === ' '\n}\n\n/* */\n\nfunction normalizeScopedSlots (\n slots,\n normalSlots,\n prevSlots\n) {\n var res;\n var hasNormalSlots = Object.keys(normalSlots).length > 0;\n var isStable = slots ? !!slots.$stable : !hasNormalSlots;\n var key = slots && slots.$key;\n if (!slots) {\n res = {};\n } else if (slots._normalized) {\n // fast path 1: child component re-render only, parent did not change\n return slots._normalized\n } else if (\n isStable &&\n prevSlots &&\n prevSlots !== emptyObject &&\n key === prevSlots.$key &&\n !hasNormalSlots &&\n !prevSlots.$hasNormal\n ) {\n // fast path 2: stable scoped slots w/ no normal slots to proxy,\n // only need to normalize once\n return prevSlots\n } else {\n res = {};\n for (var key$1 in slots) {\n if (slots[key$1] && key$1[0] !== '$') {\n res[key$1] = normalizeScopedSlot(normalSlots, key$1, slots[key$1]);\n }\n }\n }\n // expose normal slots on scopedSlots\n for (var key$2 in normalSlots) {\n if (!(key$2 in res)) {\n res[key$2] = proxyNormalSlot(normalSlots, key$2);\n }\n }\n // avoriaz seems to mock a non-extensible $scopedSlots object\n // and when that is passed down this would cause an error\n if (slots && Object.isExtensible(slots)) {\n (slots)._normalized = res;\n }\n def(res, '$stable', isStable);\n def(res, '$key', key);\n def(res, '$hasNormal', hasNormalSlots);\n return res\n}\n\nfunction normalizeScopedSlot(normalSlots, key, fn) {\n var normalized = function () {\n var res = arguments.length ? fn.apply(null, arguments) : fn({});\n res = res && typeof res === 'object' && !Array.isArray(res)\n ? [res] // single vnode\n : normalizeChildren(res);\n return res && (\n res.length === 0 ||\n (res.length === 1 && res[0].isComment) // #9658\n ) ? undefined\n : res\n };\n // this is a slot using the new v-slot syntax without scope. although it is\n // compiled as a scoped slot, render fn users would expect it to be present\n // on this.$slots because the usage is semantically a normal slot.\n if (fn.proxy) {\n Object.defineProperty(normalSlots, key, {\n get: normalized,\n enumerable: true,\n configurable: true\n });\n }\n return normalized\n}\n\nfunction proxyNormalSlot(slots, key) {\n return function () { return slots[key]; }\n}\n\n/* */\n\n/**\n * Runtime helper for rendering v-for lists.\n */\nfunction renderList (\n val,\n render\n) {\n var ret, i, l, keys, key;\n if (Array.isArray(val) || typeof val === 'string') {\n ret = new Array(val.length);\n for (i = 0, l = val.length; i < l; i++) {\n ret[i] = render(val[i], i);\n }\n } else if (typeof val === 'number') {\n ret = new Array(val);\n for (i = 0; i < val; i++) {\n ret[i] = render(i + 1, i);\n }\n } else if (isObject(val)) {\n if (hasSymbol && val[Symbol.iterator]) {\n ret = [];\n var iterator = val[Symbol.iterator]();\n var result = iterator.next();\n while (!result.done) {\n ret.push(render(result.value, ret.length));\n result = iterator.next();\n }\n } else {\n keys = Object.keys(val);\n ret = new Array(keys.length);\n for (i = 0, l = keys.length; i < l; i++) {\n key = keys[i];\n ret[i] = render(val[key], key, i);\n }\n }\n }\n if (!isDef(ret)) {\n ret = [];\n }\n (ret)._isVList = true;\n return ret\n}\n\n/* */\n\n/**\n * Runtime helper for rendering <slot>\n */\nfunction renderSlot (\n name,\n fallback,\n props,\n bindObject\n) {\n var scopedSlotFn = this.$scopedSlots[name];\n var nodes;\n if (scopedSlotFn) { // scoped slot\n props = props || {};\n if (bindObject) {\n if (process.env.NODE_ENV !== 'production' && !isObject(bindObject)) {\n warn(\n 'slot v-bind without argument expects an Object',\n this\n );\n }\n props = extend(extend({}, bindObject), props);\n }\n nodes = scopedSlotFn(props) || fallback;\n } else {\n nodes = this.$slots[name] || fallback;\n }\n\n var target = props && props.slot;\n if (target) {\n return this.$createElement('template', { slot: target }, nodes)\n } else {\n return nodes\n }\n}\n\n/* */\n\n/**\n * Runtime helper for resolving filters\n */\nfunction resolveFilter (id) {\n return resolveAsset(this.$options, 'filters', id, true) || identity\n}\n\n/* */\n\nfunction isKeyNotMatch (expect, actual) {\n if (Array.isArray(expect)) {\n return expect.indexOf(actual) === -1\n } else {\n return expect !== actual\n }\n}\n\n/**\n * Runtime helper for checking keyCodes from config.\n * exposed as Vue.prototype._k\n * passing in eventKeyName as last argument separately for backwards compat\n */\nfunction checkKeyCodes (\n eventKeyCode,\n key,\n builtInKeyCode,\n eventKeyName,\n builtInKeyName\n) {\n var mappedKeyCode = config.keyCodes[key] || builtInKeyCode;\n if (builtInKeyName && eventKeyName && !config.keyCodes[key]) {\n return isKeyNotMatch(builtInKeyName, eventKeyName)\n } else if (mappedKeyCode) {\n return isKeyNotMatch(mappedKeyCode, eventKeyCode)\n } else if (eventKeyName) {\n return hyphenate(eventKeyName) !== key\n }\n}\n\n/* */\n\n/**\n * Runtime helper for merging v-bind=\"object\" into a VNode's data.\n */\nfunction bindObjectProps (\n data,\n tag,\n value,\n asProp,\n isSync\n) {\n if (value) {\n if (!isObject(value)) {\n process.env.NODE_ENV !== 'production' && warn(\n 'v-bind without argument expects an Object or Array value',\n this\n );\n } else {\n if (Array.isArray(value)) {\n value = toObject(value);\n }\n var hash;\n var loop = function ( key ) {\n if (\n key === 'class' ||\n key === 'style' ||\n isReservedAttribute(key)\n ) {\n hash = data;\n } else {\n var type = data.attrs && data.attrs.type;\n hash = asProp || config.mustUseProp(tag, type, key)\n ? data.domProps || (data.domProps = {})\n : data.attrs || (data.attrs = {});\n }\n var camelizedKey = camelize(key);\n var hyphenatedKey = hyphenate(key);\n if (!(camelizedKey in hash) && !(hyphenatedKey in hash)) {\n hash[key] = value[key];\n\n if (isSync) {\n var on = data.on || (data.on = {});\n on[(\"update:\" + key)] = function ($event) {\n value[key] = $event;\n };\n }\n }\n };\n\n for (var key in value) loop( key );\n }\n }\n return data\n}\n\n/* */\n\n/**\n * Runtime helper for rendering static trees.\n */\nfunction renderStatic (\n index,\n isInFor\n) {\n var cached = this._staticTrees || (this._staticTrees = []);\n var tree = cached[index];\n // if has already-rendered static tree and not inside v-for,\n // we can reuse the same tree.\n if (tree && !isInFor) {\n return tree\n }\n // otherwise, render a fresh tree.\n tree = cached[index] = this.$options.staticRenderFns[index].call(\n this._renderProxy,\n null,\n this // for render fns generated for functional component templates\n );\n markStatic(tree, (\"__static__\" + index), false);\n return tree\n}\n\n/**\n * Runtime helper for v-once.\n * Effectively it means marking the node as static with a unique key.\n */\nfunction markOnce (\n tree,\n index,\n key\n) {\n markStatic(tree, (\"__once__\" + index + (key ? (\"_\" + key) : \"\")), true);\n return tree\n}\n\nfunction markStatic (\n tree,\n key,\n isOnce\n) {\n if (Array.isArray(tree)) {\n for (var i = 0; i < tree.length; i++) {\n if (tree[i] && typeof tree[i] !== 'string') {\n markStaticNode(tree[i], (key + \"_\" + i), isOnce);\n }\n }\n } else {\n markStaticNode(tree, key, isOnce);\n }\n}\n\nfunction markStaticNode (node, key, isOnce) {\n node.isStatic = true;\n node.key = key;\n node.isOnce = isOnce;\n}\n\n/* */\n\nfunction bindObjectListeners (data, value) {\n if (value) {\n if (!isPlainObject(value)) {\n process.env.NODE_ENV !== 'production' && warn(\n 'v-on without argument expects an Object value',\n this\n );\n } else {\n var on = data.on = data.on ? extend({}, data.on) : {};\n for (var key in value) {\n var existing = on[key];\n var ours = value[key];\n on[key] = existing ? [].concat(existing, ours) : ours;\n }\n }\n }\n return data\n}\n\n/* */\n\nfunction resolveScopedSlots (\n fns, // see flow/vnode\n res,\n // the following are added in 2.6\n hasDynamicKeys,\n contentHashKey\n) {\n res = res || { $stable: !hasDynamicKeys };\n for (var i = 0; i < fns.length; i++) {\n var slot = fns[i];\n if (Array.isArray(slot)) {\n resolveScopedSlots(slot, res, hasDynamicKeys);\n } else if (slot) {\n // marker for reverse proxying v-slot without scope on this.$slots\n if (slot.proxy) {\n slot.fn.proxy = true;\n }\n res[slot.key] = slot.fn;\n }\n }\n if (contentHashKey) {\n (res).$key = contentHashKey;\n }\n return res\n}\n\n/* */\n\nfunction bindDynamicKeys (baseObj, values) {\n for (var i = 0; i < values.length; i += 2) {\n var key = values[i];\n if (typeof key === 'string' && key) {\n baseObj[values[i]] = values[i + 1];\n } else if (process.env.NODE_ENV !== 'production' && key !== '' && key !== null) {\n // null is a special value for explicitly removing a binding\n warn(\n (\"Invalid value for dynamic directive argument (expected string or null): \" + key),\n this\n );\n }\n }\n return baseObj\n}\n\n// helper to dynamically append modifier runtime markers to event names.\n// ensure only append when value is already string, otherwise it will be cast\n// to string and cause the type check to miss.\nfunction prependModifier (value, symbol) {\n return typeof value === 'string' ? symbol + value : value\n}\n\n/* */\n\nfunction installRenderHelpers (target) {\n target._o = markOnce;\n target._n = toNumber;\n target._s = toString;\n target._l = renderList;\n target._t = renderSlot;\n target._q = looseEqual;\n target._i = looseIndexOf;\n target._m = renderStatic;\n target._f = resolveFilter;\n target._k = checkKeyCodes;\n target._b = bindObjectProps;\n target._v = createTextVNode;\n target._e = createEmptyVNode;\n target._u = resolveScopedSlots;\n target._g = bindObjectListeners;\n target._d = bindDynamicKeys;\n target._p = prependModifier;\n}\n\n/* */\n\nfunction FunctionalRenderContext (\n data,\n props,\n children,\n parent,\n Ctor\n) {\n var this$1 = this;\n\n var options = Ctor.options;\n // ensure the createElement function in functional components\n // gets a unique context - this is necessary for correct named slot check\n var contextVm;\n if (hasOwn(parent, '_uid')) {\n contextVm = Object.create(parent);\n // $flow-disable-line\n contextVm._original = parent;\n } else {\n // the context vm passed in is a functional context as well.\n // in this case we want to make sure we are able to get a hold to the\n // real context instance.\n contextVm = parent;\n // $flow-disable-line\n parent = parent._original;\n }\n var isCompiled = isTrue(options._compiled);\n var needNormalization = !isCompiled;\n\n this.data = data;\n this.props = props;\n this.children = children;\n this.parent = parent;\n this.listeners = data.on || emptyObject;\n this.injections = resolveInject(options.inject, parent);\n this.slots = function () {\n if (!this$1.$slots) {\n normalizeScopedSlots(\n data.scopedSlots,\n this$1.$slots = resolveSlots(children, parent)\n );\n }\n return this$1.$slots\n };\n\n Object.defineProperty(this, 'scopedSlots', ({\n enumerable: true,\n get: function get () {\n return normalizeScopedSlots(data.scopedSlots, this.slots())\n }\n }));\n\n // support for compiled functional template\n if (isCompiled) {\n // exposing $options for renderStatic()\n this.$options = options;\n // pre-resolve slots for renderSlot()\n this.$slots = this.slots();\n this.$scopedSlots = normalizeScopedSlots(data.scopedSlots, this.$slots);\n }\n\n if (options._scopeId) {\n this._c = function (a, b, c, d) {\n var vnode = createElement(contextVm, a, b, c, d, needNormalization);\n if (vnode && !Array.isArray(vnode)) {\n vnode.fnScopeId = options._scopeId;\n vnode.fnContext = parent;\n }\n return vnode\n };\n } else {\n this._c = function (a, b, c, d) { return createElement(contextVm, a, b, c, d, needNormalization); };\n }\n}\n\ninstallRenderHelpers(FunctionalRenderContext.prototype);\n\nfunction createFunctionalComponent (\n Ctor,\n propsData,\n data,\n contextVm,\n children\n) {\n var options = Ctor.options;\n var props = {};\n var propOptions = options.props;\n if (isDef(propOptions)) {\n for (var key in propOptions) {\n props[key] = validateProp(key, propOptions, propsData || emptyObject);\n }\n } else {\n if (isDef(data.attrs)) { mergeProps(props, data.attrs); }\n if (isDef(data.props)) { mergeProps(props, data.props); }\n }\n\n var renderContext = new FunctionalRenderContext(\n data,\n props,\n children,\n contextVm,\n Ctor\n );\n\n var vnode = options.render.call(null, renderContext._c, renderContext);\n\n if (vnode instanceof VNode) {\n return cloneAndMarkFunctionalResult(vnode, data, renderContext.parent, options, renderContext)\n } else if (Array.isArray(vnode)) {\n var vnodes = normalizeChildren(vnode) || [];\n var res = new Array(vnodes.length);\n for (var i = 0; i < vnodes.length; i++) {\n res[i] = cloneAndMarkFunctionalResult(vnodes[i], data, renderContext.parent, options, renderContext);\n }\n return res\n }\n}\n\nfunction cloneAndMarkFunctionalResult (vnode, data, contextVm, options, renderContext) {\n // #7817 clone node before setting fnContext, otherwise if the node is reused\n // (e.g. it was from a cached normal slot) the fnContext causes named slots\n // that should not be matched to match.\n var clone = cloneVNode(vnode);\n clone.fnContext = contextVm;\n clone.fnOptions = options;\n if (process.env.NODE_ENV !== 'production') {\n (clone.devtoolsMeta = clone.devtoolsMeta || {}).renderContext = renderContext;\n }\n if (data.slot) {\n (clone.data || (clone.data = {})).slot = data.slot;\n }\n return clone\n}\n\nfunction mergeProps (to, from) {\n for (var key in from) {\n to[camelize(key)] = from[key];\n }\n}\n\n/* */\n\n/* */\n\n/* */\n\n/* */\n\n// inline hooks to be invoked on component VNodes during patch\nvar componentVNodeHooks = {\n init: function init (vnode, hydrating) {\n if (\n vnode.componentInstance &&\n !vnode.componentInstance._isDestroyed &&\n vnode.data.keepAlive\n ) {\n // kept-alive components, treat as a patch\n var mountedNode = vnode; // work around flow\n componentVNodeHooks.prepatch(mountedNode, mountedNode);\n } else {\n var child = vnode.componentInstance = createComponentInstanceForVnode(\n vnode,\n activeInstance\n );\n child.$mount(hydrating ? vnode.elm : undefined, hydrating);\n }\n },\n\n prepatch: function prepatch (oldVnode, vnode) {\n var options = vnode.componentOptions;\n var child = vnode.componentInstance = oldVnode.componentInstance;\n updateChildComponent(\n child,\n options.propsData, // updated props\n options.listeners, // updated listeners\n vnode, // new parent vnode\n options.children // new children\n );\n },\n\n insert: function insert (vnode) {\n var context = vnode.context;\n var componentInstance = vnode.componentInstance;\n if (!componentInstance._isMounted) {\n componentInstance._isMounted = true;\n callHook(componentInstance, 'mounted');\n }\n if (vnode.data.keepAlive) {\n if (context._isMounted) {\n // vue-router#1212\n // During updates, a kept-alive component's child components may\n // change, so directly walking the tree here may call activated hooks\n // on incorrect children. Instead we push them into a queue which will\n // be processed after the whole patch process ended.\n queueActivatedComponent(componentInstance);\n } else {\n activateChildComponent(componentInstance, true /* direct */);\n }\n }\n },\n\n destroy: function destroy (vnode) {\n var componentInstance = vnode.componentInstance;\n if (!componentInstance._isDestroyed) {\n if (!vnode.data.keepAlive) {\n componentInstance.$destroy();\n } else {\n deactivateChildComponent(componentInstance, true /* direct */);\n }\n }\n }\n};\n\nvar hooksToMerge = Object.keys(componentVNodeHooks);\n\nfunction createComponent (\n Ctor,\n data,\n context,\n children,\n tag\n) {\n if (isUndef(Ctor)) {\n return\n }\n\n var baseCtor = context.$options._base;\n\n // plain options object: turn it into a constructor\n if (isObject(Ctor)) {\n Ctor = baseCtor.extend(Ctor);\n }\n\n // if at this stage it's not a constructor or an async component factory,\n // reject.\n if (typeof Ctor !== 'function') {\n if (process.env.NODE_ENV !== 'production') {\n warn((\"Invalid Component definition: \" + (String(Ctor))), context);\n }\n return\n }\n\n // async component\n var asyncFactory;\n if (isUndef(Ctor.cid)) {\n asyncFactory = Ctor;\n Ctor = resolveAsyncComponent(asyncFactory, baseCtor);\n if (Ctor === undefined) {\n // return a placeholder node for async component, which is rendered\n // as a comment node but preserves all the raw information for the node.\n // the information will be used for async server-rendering and hydration.\n return createAsyncPlaceholder(\n asyncFactory,\n data,\n context,\n children,\n tag\n )\n }\n }\n\n data = data || {};\n\n // resolve constructor options in case global mixins are applied after\n // component constructor creation\n resolveConstructorOptions(Ctor);\n\n // transform component v-model data into props & events\n if (isDef(data.model)) {\n transformModel(Ctor.options, data);\n }\n\n // extract props\n var propsData = extractPropsFromVNodeData(data, Ctor, tag);\n\n // functional component\n if (isTrue(Ctor.options.functional)) {\n return createFunctionalComponent(Ctor, propsData, data, context, children)\n }\n\n // extract listeners, since these needs to be treated as\n // child component listeners instead of DOM listeners\n var listeners = data.on;\n // replace with listeners with .native modifier\n // so it gets processed during parent component patch.\n data.on = data.nativeOn;\n\n if (isTrue(Ctor.options.abstract)) {\n // abstract components do not keep anything\n // other than props & listeners & slot\n\n // work around flow\n var slot = data.slot;\n data = {};\n if (slot) {\n data.slot = slot;\n }\n }\n\n // install component management hooks onto the placeholder node\n installComponentHooks(data);\n\n // return a placeholder vnode\n var name = Ctor.options.name || tag;\n var vnode = new VNode(\n (\"vue-component-\" + (Ctor.cid) + (name ? (\"-\" + name) : '')),\n data, undefined, undefined, undefined, context,\n { Ctor: Ctor, propsData: propsData, listeners: listeners, tag: tag, children: children },\n asyncFactory\n );\n\n return vnode\n}\n\nfunction createComponentInstanceForVnode (\n vnode, // we know it's MountedComponentVNode but flow doesn't\n parent // activeInstance in lifecycle state\n) {\n var options = {\n _isComponent: true,\n _parentVnode: vnode,\n parent: parent\n };\n // check inline-template render functions\n var inlineTemplate = vnode.data.inlineTemplate;\n if (isDef(inlineTemplate)) {\n options.render = inlineTemplate.render;\n options.staticRenderFns = inlineTemplate.staticRenderFns;\n }\n return new vnode.componentOptions.Ctor(options)\n}\n\nfunction installComponentHooks (data) {\n var hooks = data.hook || (data.hook = {});\n for (var i = 0; i < hooksToMerge.length; i++) {\n var key = hooksToMerge[i];\n var existing = hooks[key];\n var toMerge = componentVNodeHooks[key];\n if (existing !== toMerge && !(existing && existing._merged)) {\n hooks[key] = existing ? mergeHook$1(toMerge, existing) : toMerge;\n }\n }\n}\n\nfunction mergeHook$1 (f1, f2) {\n var merged = function (a, b) {\n // flow complains about extra args which is why we use any\n f1(a, b);\n f2(a, b);\n };\n merged._merged = true;\n return merged\n}\n\n// transform component v-model info (value and callback) into\n// prop and event handler respectively.\nfunction transformModel (options, data) {\n var prop = (options.model && options.model.prop) || 'value';\n var event = (options.model && options.model.event) || 'input'\n ;(data.attrs || (data.attrs = {}))[prop] = data.model.value;\n var on = data.on || (data.on = {});\n var existing = on[event];\n var callback = data.model.callback;\n if (isDef(existing)) {\n if (\n Array.isArray(existing)\n ? existing.indexOf(callback) === -1\n : existing !== callback\n ) {\n on[event] = [callback].concat(existing);\n }\n } else {\n on[event] = callback;\n }\n}\n\n/* */\n\nvar SIMPLE_NORMALIZE = 1;\nvar ALWAYS_NORMALIZE = 2;\n\n// wrapper function for providing a more flexible interface\n// without getting yelled at by flow\nfunction createElement (\n context,\n tag,\n data,\n children,\n normalizationType,\n alwaysNormalize\n) {\n if (Array.isArray(data) || isPrimitive(data)) {\n normalizationType = children;\n children = data;\n data = undefined;\n }\n if (isTrue(alwaysNormalize)) {\n normalizationType = ALWAYS_NORMALIZE;\n }\n return _createElement(context, tag, data, children, normalizationType)\n}\n\nfunction _createElement (\n context,\n tag,\n data,\n children,\n normalizationType\n) {\n if (isDef(data) && isDef((data).__ob__)) {\n process.env.NODE_ENV !== 'production' && warn(\n \"Avoid using observed data object as vnode data: \" + (JSON.stringify(data)) + \"\\n\" +\n 'Always create fresh vnode data objects in each render!',\n context\n );\n return createEmptyVNode()\n }\n // object syntax in v-bind\n if (isDef(data) && isDef(data.is)) {\n tag = data.is;\n }\n if (!tag) {\n // in case of component :is set to falsy value\n return createEmptyVNode()\n }\n // warn against non-primitive key\n if (process.env.NODE_ENV !== 'production' &&\n isDef(data) && isDef(data.key) && !isPrimitive(data.key)\n ) {\n {\n warn(\n 'Avoid using non-primitive value as key, ' +\n 'use string/number value instead.',\n context\n );\n }\n }\n // support single function children as default scoped slot\n if (Array.isArray(children) &&\n typeof children[0] === 'function'\n ) {\n data = data || {};\n data.scopedSlots = { default: children[0] };\n children.length = 0;\n }\n if (normalizationType === ALWAYS_NORMALIZE) {\n children = normalizeChildren(children);\n } else if (normalizationType === SIMPLE_NORMALIZE) {\n children = simpleNormalizeChildren(children);\n }\n var vnode, ns;\n if (typeof tag === 'string') {\n var Ctor;\n ns = (context.$vnode && context.$vnode.ns) || config.getTagNamespace(tag);\n if (config.isReservedTag(tag)) {\n // platform built-in elements\n if (process.env.NODE_ENV !== 'production' && isDef(data) && isDef(data.nativeOn)) {\n warn(\n (\"The .native modifier for v-on is only valid on components but it was used on <\" + tag + \">.\"),\n context\n );\n }\n vnode = new VNode(\n config.parsePlatformTagName(tag), data, children,\n undefined, undefined, context\n );\n } else if ((!data || !data.pre) && isDef(Ctor = resolveAsset(context.$options, 'components', tag))) {\n // component\n vnode = createComponent(Ctor, data, context, children, tag);\n } else {\n // unknown or unlisted namespaced elements\n // check at runtime because it may get assigned a namespace when its\n // parent normalizes children\n vnode = new VNode(\n tag, data, children,\n undefined, undefined, context\n );\n }\n } else {\n // direct component options / constructor\n vnode = createComponent(tag, data, context, children);\n }\n if (Array.isArray(vnode)) {\n return vnode\n } else if (isDef(vnode)) {\n if (isDef(ns)) { applyNS(vnode, ns); }\n if (isDef(data)) { registerDeepBindings(data); }\n return vnode\n } else {\n return createEmptyVNode()\n }\n}\n\nfunction applyNS (vnode, ns, force) {\n vnode.ns = ns;\n if (vnode.tag === 'foreignObject') {\n // use default namespace inside foreignObject\n ns = undefined;\n force = true;\n }\n if (isDef(vnode.children)) {\n for (var i = 0, l = vnode.children.length; i < l; i++) {\n var child = vnode.children[i];\n if (isDef(child.tag) && (\n isUndef(child.ns) || (isTrue(force) && child.tag !== 'svg'))) {\n applyNS(child, ns, force);\n }\n }\n }\n}\n\n// ref #5318\n// necessary to ensure parent re-render when deep bindings like :style and\n// :class are used on slot nodes\nfunction registerDeepBindings (data) {\n if (isObject(data.style)) {\n traverse(data.style);\n }\n if (isObject(data.class)) {\n traverse(data.class);\n }\n}\n\n/* */\n\nfunction initRender (vm) {\n vm._vnode = null; // the root of the child tree\n vm._staticTrees = null; // v-once cached trees\n var options = vm.$options;\n var parentVnode = vm.$vnode = options._parentVnode; // the placeholder node in parent tree\n var renderContext = parentVnode && parentVnode.context;\n vm.$slots = resolveSlots(options._renderChildren, renderContext);\n vm.$scopedSlots = emptyObject;\n // bind the createElement fn to this instance\n // so that we get proper render context inside it.\n // args order: tag, data, children, normalizationType, alwaysNormalize\n // internal version is used by render functions compiled from templates\n vm._c = function (a, b, c, d) { return createElement(vm, a, b, c, d, false); };\n // normalization is always applied for the public version, used in\n // user-written render functions.\n vm.$createElement = function (a, b, c, d) { return createElement(vm, a, b, c, d, true); };\n\n // $attrs & $listeners are exposed for easier HOC creation.\n // they need to be reactive so that HOCs using them are always updated\n var parentData = parentVnode && parentVnode.data;\n\n /* istanbul ignore else */\n if (process.env.NODE_ENV !== 'production') {\n defineReactive$$1(vm, '$attrs', parentData && parentData.attrs || emptyObject, function () {\n !isUpdatingChildComponent && warn(\"$attrs is readonly.\", vm);\n }, true);\n defineReactive$$1(vm, '$listeners', options._parentListeners || emptyObject, function () {\n !isUpdatingChildComponent && warn(\"$listeners is readonly.\", vm);\n }, true);\n } else {\n defineReactive$$1(vm, '$attrs', parentData && parentData.attrs || emptyObject, null, true);\n defineReactive$$1(vm, '$listeners', options._parentListeners || emptyObject, null, true);\n }\n}\n\nvar currentRenderingInstance = null;\n\nfunction renderMixin (Vue) {\n // install runtime convenience helpers\n installRenderHelpers(Vue.prototype);\n\n Vue.prototype.$nextTick = function (fn) {\n return nextTick(fn, this)\n };\n\n Vue.prototype._render = function () {\n var vm = this;\n var ref = vm.$options;\n var render = ref.render;\n var _parentVnode = ref._parentVnode;\n\n if (_parentVnode) {\n vm.$scopedSlots = normalizeScopedSlots(\n _parentVnode.data.scopedSlots,\n vm.$slots,\n vm.$scopedSlots\n );\n }\n\n // set parent vnode. this allows render functions to have access\n // to the data on the placeholder node.\n vm.$vnode = _parentVnode;\n // render self\n var vnode;\n try {\n // There's no need to maintain a stack because all render fns are called\n // separately from one another. Nested component's render fns are called\n // when parent component is patched.\n currentRenderingInstance = vm;\n vnode = render.call(vm._renderProxy, vm.$createElement);\n } catch (e) {\n handleError(e, vm, \"render\");\n // return error render result,\n // or previous vnode to prevent render error causing blank component\n /* istanbul ignore else */\n if (process.env.NODE_ENV !== 'production' && vm.$options.renderError) {\n try {\n vnode = vm.$options.renderError.call(vm._renderProxy, vm.$createElement, e);\n } catch (e) {\n handleError(e, vm, \"renderError\");\n vnode = vm._vnode;\n }\n } else {\n vnode = vm._vnode;\n }\n } finally {\n currentRenderingInstance = null;\n }\n // if the returned array contains only a single node, allow it\n if (Array.isArray(vnode) && vnode.length === 1) {\n vnode = vnode[0];\n }\n // return empty vnode in case the render function errored out\n if (!(vnode instanceof VNode)) {\n if (process.env.NODE_ENV !== 'production' && Array.isArray(vnode)) {\n warn(\n 'Multiple root nodes returned from render function. Render function ' +\n 'should return a single root node.',\n vm\n );\n }\n vnode = createEmptyVNode();\n }\n // set parent\n vnode.parent = _parentVnode;\n return vnode\n };\n}\n\n/* */\n\nfunction ensureCtor (comp, base) {\n if (\n comp.__esModule ||\n (hasSymbol && comp[Symbol.toStringTag] === 'Module')\n ) {\n comp = comp.default;\n }\n return isObject(comp)\n ? base.extend(comp)\n : comp\n}\n\nfunction createAsyncPlaceholder (\n factory,\n data,\n context,\n children,\n tag\n) {\n var node = createEmptyVNode();\n node.asyncFactory = factory;\n node.asyncMeta = { data: data, context: context, children: children, tag: tag };\n return node\n}\n\nfunction resolveAsyncComponent (\n factory,\n baseCtor\n) {\n if (isTrue(factory.error) && isDef(factory.errorComp)) {\n return factory.errorComp\n }\n\n if (isDef(factory.resolved)) {\n return factory.resolved\n }\n\n var owner = currentRenderingInstance;\n if (owner && isDef(factory.owners) && factory.owners.indexOf(owner) === -1) {\n // already pending\n factory.owners.push(owner);\n }\n\n if (isTrue(factory.loading) && isDef(factory.loadingComp)) {\n return factory.loadingComp\n }\n\n if (owner && !isDef(factory.owners)) {\n var owners = factory.owners = [owner];\n var sync = true;\n var timerLoading = null;\n var timerTimeout = null\n\n ;(owner).$on('hook:destroyed', function () { return remove(owners, owner); });\n\n var forceRender = function (renderCompleted) {\n for (var i = 0, l = owners.length; i < l; i++) {\n (owners[i]).$forceUpdate();\n }\n\n if (renderCompleted) {\n owners.length = 0;\n if (timerLoading !== null) {\n clearTimeout(timerLoading);\n timerLoading = null;\n }\n if (timerTimeout !== null) {\n clearTimeout(timerTimeout);\n timerTimeout = null;\n }\n }\n };\n\n var resolve = once(function (res) {\n // cache resolved\n factory.resolved = ensureCtor(res, baseCtor);\n // invoke callbacks only if this is not a synchronous resolve\n // (async resolves are shimmed as synchronous during SSR)\n if (!sync) {\n forceRender(true);\n } else {\n owners.length = 0;\n }\n });\n\n var reject = once(function (reason) {\n process.env.NODE_ENV !== 'production' && warn(\n \"Failed to resolve async component: \" + (String(factory)) +\n (reason ? (\"\\nReason: \" + reason) : '')\n );\n if (isDef(factory.errorComp)) {\n factory.error = true;\n forceRender(true);\n }\n });\n\n var res = factory(resolve, reject);\n\n if (isObject(res)) {\n if (isPromise(res)) {\n // () => Promise\n if (isUndef(factory.resolved)) {\n res.then(resolve, reject);\n }\n } else if (isPromise(res.component)) {\n res.component.then(resolve, reject);\n\n if (isDef(res.error)) {\n factory.errorComp = ensureCtor(res.error, baseCtor);\n }\n\n if (isDef(res.loading)) {\n factory.loadingComp = ensureCtor(res.loading, baseCtor);\n if (res.delay === 0) {\n factory.loading = true;\n } else {\n timerLoading = setTimeout(function () {\n timerLoading = null;\n if (isUndef(factory.resolved) && isUndef(factory.error)) {\n factory.loading = true;\n forceRender(false);\n }\n }, res.delay || 200);\n }\n }\n\n if (isDef(res.timeout)) {\n timerTimeout = setTimeout(function () {\n timerTimeout = null;\n if (isUndef(factory.resolved)) {\n reject(\n process.env.NODE_ENV !== 'production'\n ? (\"timeout (\" + (res.timeout) + \"ms)\")\n : null\n );\n }\n }, res.timeout);\n }\n }\n }\n\n sync = false;\n // return in case resolved synchronously\n return factory.loading\n ? factory.loadingComp\n : factory.resolved\n }\n}\n\n/* */\n\nfunction isAsyncPlaceholder (node) {\n return node.isComment && node.asyncFactory\n}\n\n/* */\n\nfunction getFirstComponentChild (children) {\n if (Array.isArray(children)) {\n for (var i = 0; i < children.length; i++) {\n var c = children[i];\n if (isDef(c) && (isDef(c.componentOptions) || isAsyncPlaceholder(c))) {\n return c\n }\n }\n }\n}\n\n/* */\n\n/* */\n\nfunction initEvents (vm) {\n vm._events = Object.create(null);\n vm._hasHookEvent = false;\n // init parent attached events\n var listeners = vm.$options._parentListeners;\n if (listeners) {\n updateComponentListeners(vm, listeners);\n }\n}\n\nvar target;\n\nfunction add (event, fn) {\n target.$on(event, fn);\n}\n\nfunction remove$1 (event, fn) {\n target.$off(event, fn);\n}\n\nfunction createOnceHandler (event, fn) {\n var _target = target;\n return function onceHandler () {\n var res = fn.apply(null, arguments);\n if (res !== null) {\n _target.$off(event, onceHandler);\n }\n }\n}\n\nfunction updateComponentListeners (\n vm,\n listeners,\n oldListeners\n) {\n target = vm;\n updateListeners(listeners, oldListeners || {}, add, remove$1, createOnceHandler, vm);\n target = undefined;\n}\n\nfunction eventsMixin (Vue) {\n var hookRE = /^hook:/;\n Vue.prototype.$on = function (event, fn) {\n var vm = this;\n if (Array.isArray(event)) {\n for (var i = 0, l = event.length; i < l; i++) {\n vm.$on(event[i], fn);\n }\n } else {\n (vm._events[event] || (vm._events[event] = [])).push(fn);\n // optimize hook:event cost by using a boolean flag marked at registration\n // instead of a hash lookup\n if (hookRE.test(event)) {\n vm._hasHookEvent = true;\n }\n }\n return vm\n };\n\n Vue.prototype.$once = function (event, fn) {\n var vm = this;\n function on () {\n vm.$off(event, on);\n fn.apply(vm, arguments);\n }\n on.fn = fn;\n vm.$on(event, on);\n return vm\n };\n\n Vue.prototype.$off = function (event, fn) {\n var vm = this;\n // all\n if (!arguments.length) {\n vm._events = Object.create(null);\n return vm\n }\n // array of events\n if (Array.isArray(event)) {\n for (var i$1 = 0, l = event.length; i$1 < l; i$1++) {\n vm.$off(event[i$1], fn);\n }\n return vm\n }\n // specific event\n var cbs = vm._events[event];\n if (!cbs) {\n return vm\n }\n if (!fn) {\n vm._events[event] = null;\n return vm\n }\n // specific handler\n var cb;\n var i = cbs.length;\n while (i--) {\n cb = cbs[i];\n if (cb === fn || cb.fn === fn) {\n cbs.splice(i, 1);\n break\n }\n }\n return vm\n };\n\n Vue.prototype.$emit = function (event) {\n var vm = this;\n if (process.env.NODE_ENV !== 'production') {\n var lowerCaseEvent = event.toLowerCase();\n if (lowerCaseEvent !== event && vm._events[lowerCaseEvent]) {\n tip(\n \"Event \\\"\" + lowerCaseEvent + \"\\\" is emitted in component \" +\n (formatComponentName(vm)) + \" but the handler is registered for \\\"\" + event + \"\\\". \" +\n \"Note that HTML attributes are case-insensitive and you cannot use \" +\n \"v-on to listen to camelCase events when using in-DOM templates. \" +\n \"You should probably use \\\"\" + (hyphenate(event)) + \"\\\" instead of \\\"\" + event + \"\\\".\"\n );\n }\n }\n var cbs = vm._events[event];\n if (cbs) {\n cbs = cbs.length > 1 ? toArray(cbs) : cbs;\n var args = toArray(arguments, 1);\n var info = \"event handler for \\\"\" + event + \"\\\"\";\n for (var i = 0, l = cbs.length; i < l; i++) {\n invokeWithErrorHandling(cbs[i], vm, args, vm, info);\n }\n }\n return vm\n };\n}\n\n/* */\n\nvar activeInstance = null;\nvar isUpdatingChildComponent = false;\n\nfunction setActiveInstance(vm) {\n var prevActiveInstance = activeInstance;\n activeInstance = vm;\n return function () {\n activeInstance = prevActiveInstance;\n }\n}\n\nfunction initLifecycle (vm) {\n var options = vm.$options;\n\n // locate first non-abstract parent\n var parent = options.parent;\n if (parent && !options.abstract) {\n while (parent.$options.abstract && parent.$parent) {\n parent = parent.$parent;\n }\n parent.$children.push(vm);\n }\n\n vm.$parent = parent;\n vm.$root = parent ? parent.$root : vm;\n\n vm.$children = [];\n vm.$refs = {};\n\n vm._watcher = null;\n vm._inactive = null;\n vm._directInactive = false;\n vm._isMounted = false;\n vm._isDestroyed = false;\n vm._isBeingDestroyed = false;\n}\n\nfunction lifecycleMixin (Vue) {\n Vue.prototype._update = function (vnode, hydrating) {\n var vm = this;\n var prevEl = vm.$el;\n var prevVnode = vm._vnode;\n var restoreActiveInstance = setActiveInstance(vm);\n vm._vnode = vnode;\n // Vue.prototype.__patch__ is injected in entry points\n // based on the rendering backend used.\n if (!prevVnode) {\n // initial render\n vm.$el = vm.__patch__(vm.$el, vnode, hydrating, false /* removeOnly */);\n } else {\n // updates\n vm.$el = vm.__patch__(prevVnode, vnode);\n }\n restoreActiveInstance();\n // update __vue__ reference\n if (prevEl) {\n prevEl.__vue__ = null;\n }\n if (vm.$el) {\n vm.$el.__vue__ = vm;\n }\n // if parent is an HOC, update its $el as well\n if (vm.$vnode && vm.$parent && vm.$vnode === vm.$parent._vnode) {\n vm.$parent.$el = vm.$el;\n }\n // updated hook is called by the scheduler to ensure that children are\n // updated in a parent's updated hook.\n };\n\n Vue.prototype.$forceUpdate = function () {\n var vm = this;\n if (vm._watcher) {\n vm._watcher.update();\n }\n };\n\n Vue.prototype.$destroy = function () {\n var vm = this;\n if (vm._isBeingDestroyed) {\n return\n }\n callHook(vm, 'beforeDestroy');\n vm._isBeingDestroyed = true;\n // remove self from parent\n var parent = vm.$parent;\n if (parent && !parent._isBeingDestroyed && !vm.$options.abstract) {\n remove(parent.$children, vm);\n }\n // teardown watchers\n if (vm._watcher) {\n vm._watcher.teardown();\n }\n var i = vm._watchers.length;\n while (i--) {\n vm._watchers[i].teardown();\n }\n // remove reference from data ob\n // frozen object may not have observer.\n if (vm._data.__ob__) {\n vm._data.__ob__.vmCount--;\n }\n // call the last hook...\n vm._isDestroyed = true;\n // invoke destroy hooks on current rendered tree\n vm.__patch__(vm._vnode, null);\n // fire destroyed hook\n callHook(vm, 'destroyed');\n // turn off all instance listeners.\n vm.$off();\n // remove __vue__ reference\n if (vm.$el) {\n vm.$el.__vue__ = null;\n }\n // release circular reference (#6759)\n if (vm.$vnode) {\n vm.$vnode.parent = null;\n }\n };\n}\n\nfunction mountComponent (\n vm,\n el,\n hydrating\n) {\n vm.$el = el;\n if (!vm.$options.render) {\n vm.$options.render = createEmptyVNode;\n if (process.env.NODE_ENV !== 'production') {\n /* istanbul ignore if */\n if ((vm.$options.template && vm.$options.template.charAt(0) !== '#') ||\n vm.$options.el || el) {\n warn(\n 'You are using the runtime-only build of Vue where the template ' +\n 'compiler is not available. Either pre-compile the templates into ' +\n 'render functions, or use the compiler-included build.',\n vm\n );\n } else {\n warn(\n 'Failed to mount component: template or render function not defined.',\n vm\n );\n }\n }\n }\n callHook(vm, 'beforeMount');\n\n var updateComponent;\n /* istanbul ignore if */\n if (process.env.NODE_ENV !== 'production' && config.performance && mark) {\n updateComponent = function () {\n var name = vm._name;\n var id = vm._uid;\n var startTag = \"vue-perf-start:\" + id;\n var endTag = \"vue-perf-end:\" + id;\n\n mark(startTag);\n var vnode = vm._render();\n mark(endTag);\n measure((\"vue \" + name + \" render\"), startTag, endTag);\n\n mark(startTag);\n vm._update(vnode, hydrating);\n mark(endTag);\n measure((\"vue \" + name + \" patch\"), startTag, endTag);\n };\n } else {\n updateComponent = function () {\n vm._update(vm._render(), hydrating);\n };\n }\n\n // we set this to vm._watcher inside the watcher's constructor\n // since the watcher's initial patch may call $forceUpdate (e.g. inside child\n // component's mounted hook), which relies on vm._watcher being already defined\n new Watcher(vm, updateComponent, noop, {\n before: function before () {\n if (vm._isMounted && !vm._isDestroyed) {\n callHook(vm, 'beforeUpdate');\n }\n }\n }, true /* isRenderWatcher */);\n hydrating = false;\n\n // manually mounted instance, call mounted on self\n // mounted is called for render-created child components in its inserted hook\n if (vm.$vnode == null) {\n vm._isMounted = true;\n callHook(vm, 'mounted');\n }\n return vm\n}\n\nfunction updateChildComponent (\n vm,\n propsData,\n listeners,\n parentVnode,\n renderChildren\n) {\n if (process.env.NODE_ENV !== 'production') {\n isUpdatingChildComponent = true;\n }\n\n // determine whether component has slot children\n // we need to do this before overwriting $options._renderChildren.\n\n // check if there are dynamic scopedSlots (hand-written or compiled but with\n // dynamic slot names). Static scoped slots compiled from template has the\n // \"$stable\" marker.\n var newScopedSlots = parentVnode.data.scopedSlots;\n var oldScopedSlots = vm.$scopedSlots;\n var hasDynamicScopedSlot = !!(\n (newScopedSlots && !newScopedSlots.$stable) ||\n (oldScopedSlots !== emptyObject && !oldScopedSlots.$stable) ||\n (newScopedSlots && vm.$scopedSlots.$key !== newScopedSlots.$key)\n );\n\n // Any static slot children from the parent may have changed during parent's\n // update. Dynamic scoped slots may also have changed. In such cases, a forced\n // update is necessary to ensure correctness.\n var needsForceUpdate = !!(\n renderChildren || // has new static slots\n vm.$options._renderChildren || // has old static slots\n hasDynamicScopedSlot\n );\n\n vm.$options._parentVnode = parentVnode;\n vm.$vnode = parentVnode; // update vm's placeholder node without re-render\n\n if (vm._vnode) { // update child tree's parent\n vm._vnode.parent = parentVnode;\n }\n vm.$options._renderChildren = renderChildren;\n\n // update $attrs and $listeners hash\n // these are also reactive so they may trigger child update if the child\n // used them during render\n vm.$attrs = parentVnode.data.attrs || emptyObject;\n vm.$listeners = listeners || emptyObject;\n\n // update props\n if (propsData && vm.$options.props) {\n toggleObserving(false);\n var props = vm._props;\n var propKeys = vm.$options._propKeys || [];\n for (var i = 0; i < propKeys.length; i++) {\n var key = propKeys[i];\n var propOptions = vm.$options.props; // wtf flow?\n props[key] = validateProp(key, propOptions, propsData, vm);\n }\n toggleObserving(true);\n // keep a copy of raw propsData\n vm.$options.propsData = propsData;\n }\n\n // update listeners\n listeners = listeners || emptyObject;\n var oldListeners = vm.$options._parentListeners;\n vm.$options._parentListeners = listeners;\n updateComponentListeners(vm, listeners, oldListeners);\n\n // resolve slots + force update if has children\n if (needsForceUpdate) {\n vm.$slots = resolveSlots(renderChildren, parentVnode.context);\n vm.$forceUpdate();\n }\n\n if (process.env.NODE_ENV !== 'production') {\n isUpdatingChildComponent = false;\n }\n}\n\nfunction isInInactiveTree (vm) {\n while (vm && (vm = vm.$parent)) {\n if (vm._inactive) { return true }\n }\n return false\n}\n\nfunction activateChildComponent (vm, direct) {\n if (direct) {\n vm._directInactive = false;\n if (isInInactiveTree(vm)) {\n return\n }\n } else if (vm._directInactive) {\n return\n }\n if (vm._inactive || vm._inactive === null) {\n vm._inactive = false;\n for (var i = 0; i < vm.$children.length; i++) {\n activateChildComponent(vm.$children[i]);\n }\n callHook(vm, 'activated');\n }\n}\n\nfunction deactivateChildComponent (vm, direct) {\n if (direct) {\n vm._directInactive = true;\n if (isInInactiveTree(vm)) {\n return\n }\n }\n if (!vm._inactive) {\n vm._inactive = true;\n for (var i = 0; i < vm.$children.length; i++) {\n deactivateChildComponent(vm.$children[i]);\n }\n callHook(vm, 'deactivated');\n }\n}\n\nfunction callHook (vm, hook) {\n // #7573 disable dep collection when invoking lifecycle hooks\n pushTarget();\n var handlers = vm.$options[hook];\n var info = hook + \" hook\";\n if (handlers) {\n for (var i = 0, j = handlers.length; i < j; i++) {\n invokeWithErrorHandling(handlers[i], vm, null, vm, info);\n }\n }\n if (vm._hasHookEvent) {\n vm.$emit('hook:' + hook);\n }\n popTarget();\n}\n\n/* */\n\nvar MAX_UPDATE_COUNT = 100;\n\nvar queue = [];\nvar activatedChildren = [];\nvar has = {};\nvar circular = {};\nvar waiting = false;\nvar flushing = false;\nvar index = 0;\n\n/**\n * Reset the scheduler's state.\n */\nfunction resetSchedulerState () {\n index = queue.length = activatedChildren.length = 0;\n has = {};\n if (process.env.NODE_ENV !== 'production') {\n circular = {};\n }\n waiting = flushing = false;\n}\n\n// Async edge case #6566 requires saving the timestamp when event listeners are\n// attached. However, calling performance.now() has a perf overhead especially\n// if the page has thousands of event listeners. Instead, we take a timestamp\n// every time the scheduler flushes and use that for all event listeners\n// attached during that flush.\nvar currentFlushTimestamp = 0;\n\n// Async edge case fix requires storing an event listener's attach timestamp.\nvar getNow = Date.now;\n\n// Determine what event timestamp the browser is using. Annoyingly, the\n// timestamp can either be hi-res (relative to page load) or low-res\n// (relative to UNIX epoch), so in order to compare time we have to use the\n// same timestamp type when saving the flush timestamp.\n// All IE versions use low-res event timestamps, and have problematic clock\n// implementations (#9632)\nif (inBrowser && !isIE) {\n var performance = window.performance;\n if (\n performance &&\n typeof performance.now === 'function' &&\n getNow() > document.createEvent('Event').timeStamp\n ) {\n // if the event timestamp, although evaluated AFTER the Date.now(), is\n // smaller than it, it means the event is using a hi-res timestamp,\n // and we need to use the hi-res version for event listener timestamps as\n // well.\n getNow = function () { return performance.now(); };\n }\n}\n\n/**\n * Flush both queues and run the watchers.\n */\nfunction flushSchedulerQueue () {\n currentFlushTimestamp = getNow();\n flushing = true;\n var watcher, id;\n\n // Sort queue before flush.\n // This ensures that:\n // 1. Components are updated from parent to child. (because parent is always\n // created before the child)\n // 2. A component's user watchers are run before its render watcher (because\n // user watchers are created before the render watcher)\n // 3. If a component is destroyed during a parent component's watcher run,\n // its watchers can be skipped.\n queue.sort(function (a, b) { return a.id - b.id; });\n\n // do not cache length because more watchers might be pushed\n // as we run existing watchers\n for (index = 0; index < queue.length; index++) {\n watcher = queue[index];\n if (watcher.before) {\n watcher.before();\n }\n id = watcher.id;\n has[id] = null;\n watcher.run();\n // in dev build, check and stop circular updates.\n if (process.env.NODE_ENV !== 'production' && has[id] != null) {\n circular[id] = (circular[id] || 0) + 1;\n if (circular[id] > MAX_UPDATE_COUNT) {\n warn(\n 'You may have an infinite update loop ' + (\n watcher.user\n ? (\"in watcher with expression \\\"\" + (watcher.expression) + \"\\\"\")\n : \"in a component render function.\"\n ),\n watcher.vm\n );\n break\n }\n }\n }\n\n // keep copies of post queues before resetting state\n var activatedQueue = activatedChildren.slice();\n var updatedQueue = queue.slice();\n\n resetSchedulerState();\n\n // call component updated and activated hooks\n callActivatedHooks(activatedQueue);\n callUpdatedHooks(updatedQueue);\n\n // devtool hook\n /* istanbul ignore if */\n if (devtools && config.devtools) {\n devtools.emit('flush');\n }\n}\n\nfunction callUpdatedHooks (queue) {\n var i = queue.length;\n while (i--) {\n var watcher = queue[i];\n var vm = watcher.vm;\n if (vm._watcher === watcher && vm._isMounted && !vm._isDestroyed) {\n callHook(vm, 'updated');\n }\n }\n}\n\n/**\n * Queue a kept-alive component that was activated during patch.\n * The queue will be processed after the entire tree has been patched.\n */\nfunction queueActivatedComponent (vm) {\n // setting _inactive to false here so that a render function can\n // rely on checking whether it's in an inactive tree (e.g. router-view)\n vm._inactive = false;\n activatedChildren.push(vm);\n}\n\nfunction callActivatedHooks (queue) {\n for (var i = 0; i < queue.length; i++) {\n queue[i]._inactive = true;\n activateChildComponent(queue[i], true /* true */);\n }\n}\n\n/**\n * Push a watcher into the watcher queue.\n * Jobs with duplicate IDs will be skipped unless it's\n * pushed when the queue is being flushed.\n */\nfunction queueWatcher (watcher) {\n var id = watcher.id;\n if (has[id] == null) {\n has[id] = true;\n if (!flushing) {\n queue.push(watcher);\n } else {\n // if already flushing, splice the watcher based on its id\n // if already past its id, it will be run next immediately.\n var i = queue.length - 1;\n while (i > index && queue[i].id > watcher.id) {\n i--;\n }\n queue.splice(i + 1, 0, watcher);\n }\n // queue the flush\n if (!waiting) {\n waiting = true;\n\n if (process.env.NODE_ENV !== 'production' && !config.async) {\n flushSchedulerQueue();\n return\n }\n nextTick(flushSchedulerQueue);\n }\n }\n}\n\n/* */\n\n\n\nvar uid$2 = 0;\n\n/**\n * A watcher parses an expression, collects dependencies,\n * and fires callback when the expression value changes.\n * This is used for both the $watch() api and directives.\n */\nvar Watcher = function Watcher (\n vm,\n expOrFn,\n cb,\n options,\n isRenderWatcher\n) {\n this.vm = vm;\n if (isRenderWatcher) {\n vm._watcher = this;\n }\n vm._watchers.push(this);\n // options\n if (options) {\n this.deep = !!options.deep;\n this.user = !!options.user;\n this.lazy = !!options.lazy;\n this.sync = !!options.sync;\n this.before = options.before;\n } else {\n this.deep = this.user = this.lazy = this.sync = false;\n }\n this.cb = cb;\n this.id = ++uid$2; // uid for batching\n this.active = true;\n this.dirty = this.lazy; // for lazy watchers\n this.deps = [];\n this.newDeps = [];\n this.depIds = new _Set();\n this.newDepIds = new _Set();\n this.expression = process.env.NODE_ENV !== 'production'\n ? expOrFn.toString()\n : '';\n // parse expression for getter\n if (typeof expOrFn === 'function') {\n this.getter = expOrFn;\n } else {\n this.getter = parsePath(expOrFn);\n if (!this.getter) {\n this.getter = noop;\n process.env.NODE_ENV !== 'production' && warn(\n \"Failed watching path: \\\"\" + expOrFn + \"\\\" \" +\n 'Watcher only accepts simple dot-delimited paths. ' +\n 'For full control, use a function instead.',\n vm\n );\n }\n }\n this.value = this.lazy\n ? undefined\n : this.get();\n};\n\n/**\n * Evaluate the getter, and re-collect dependencies.\n */\nWatcher.prototype.get = function get () {\n pushTarget(this);\n var value;\n var vm = this.vm;\n try {\n value = this.getter.call(vm, vm);\n } catch (e) {\n if (this.user) {\n handleError(e, vm, (\"getter for watcher \\\"\" + (this.expression) + \"\\\"\"));\n } else {\n throw e\n }\n } finally {\n // \"touch\" every property so they are all tracked as\n // dependencies for deep watching\n if (this.deep) {\n traverse(value);\n }\n popTarget();\n this.cleanupDeps();\n }\n return value\n};\n\n/**\n * Add a dependency to this directive.\n */\nWatcher.prototype.addDep = function addDep (dep) {\n var id = dep.id;\n if (!this.newDepIds.has(id)) {\n this.newDepIds.add(id);\n this.newDeps.push(dep);\n if (!this.depIds.has(id)) {\n dep.addSub(this);\n }\n }\n};\n\n/**\n * Clean up for dependency collection.\n */\nWatcher.prototype.cleanupDeps = function cleanupDeps () {\n var i = this.deps.length;\n while (i--) {\n var dep = this.deps[i];\n if (!this.newDepIds.has(dep.id)) {\n dep.removeSub(this);\n }\n }\n var tmp = this.depIds;\n this.depIds = this.newDepIds;\n this.newDepIds = tmp;\n this.newDepIds.clear();\n tmp = this.deps;\n this.deps = this.newDeps;\n this.newDeps = tmp;\n this.newDeps.length = 0;\n};\n\n/**\n * Subscriber interface.\n * Will be called when a dependency changes.\n */\nWatcher.prototype.update = function update () {\n /* istanbul ignore else */\n if (this.lazy) {\n this.dirty = true;\n } else if (this.sync) {\n this.run();\n } else {\n queueWatcher(this);\n }\n};\n\n/**\n * Scheduler job interface.\n * Will be called by the scheduler.\n */\nWatcher.prototype.run = function run () {\n if (this.active) {\n var value = this.get();\n if (\n value !== this.value ||\n // Deep watchers and watchers on Object/Arrays should fire even\n // when the value is the same, because the value may\n // have mutated.\n isObject(value) ||\n this.deep\n ) {\n // set new value\n var oldValue = this.value;\n this.value = value;\n if (this.user) {\n try {\n this.cb.call(this.vm, value, oldValue);\n } catch (e) {\n handleError(e, this.vm, (\"callback for watcher \\\"\" + (this.expression) + \"\\\"\"));\n }\n } else {\n this.cb.call(this.vm, value, oldValue);\n }\n }\n }\n};\n\n/**\n * Evaluate the value of the watcher.\n * This only gets called for lazy watchers.\n */\nWatcher.prototype.evaluate = function evaluate () {\n this.value = this.get();\n this.dirty = false;\n};\n\n/**\n * Depend on all deps collected by this watcher.\n */\nWatcher.prototype.depend = function depend () {\n var i = this.deps.length;\n while (i--) {\n this.deps[i].depend();\n }\n};\n\n/**\n * Remove self from all dependencies' subscriber list.\n */\nWatcher.prototype.teardown = function teardown () {\n if (this.active) {\n // remove self from vm's watcher list\n // this is a somewhat expensive operation so we skip it\n // if the vm is being destroyed.\n if (!this.vm._isBeingDestroyed) {\n remove(this.vm._watchers, this);\n }\n var i = this.deps.length;\n while (i--) {\n this.deps[i].removeSub(this);\n }\n this.active = false;\n }\n};\n\n/* */\n\nvar sharedPropertyDefinition = {\n enumerable: true,\n configurable: true,\n get: noop,\n set: noop\n};\n\nfunction proxy (target, sourceKey, key) {\n sharedPropertyDefinition.get = function proxyGetter () {\n return this[sourceKey][key]\n };\n sharedPropertyDefinition.set = function proxySetter (val) {\n this[sourceKey][key] = val;\n };\n Object.defineProperty(target, key, sharedPropertyDefinition);\n}\n\nfunction initState (vm) {\n vm._watchers = [];\n var opts = vm.$options;\n if (opts.props) { initProps(vm, opts.props); }\n if (opts.methods) { initMethods(vm, opts.methods); }\n if (opts.data) {\n initData(vm);\n } else {\n observe(vm._data = {}, true /* asRootData */);\n }\n if (opts.computed) { initComputed(vm, opts.computed); }\n if (opts.watch && opts.watch !== nativeWatch) {\n initWatch(vm, opts.watch);\n }\n}\n\nfunction initProps (vm, propsOptions) {\n var propsData = vm.$options.propsData || {};\n var props = vm._props = {};\n // cache prop keys so that future props updates can iterate using Array\n // instead of dynamic object key enumeration.\n var keys = vm.$options._propKeys = [];\n var isRoot = !vm.$parent;\n // root instance props should be converted\n if (!isRoot) {\n toggleObserving(false);\n }\n var loop = function ( key ) {\n keys.push(key);\n var value = validateProp(key, propsOptions, propsData, vm);\n /* istanbul ignore else */\n if (process.env.NODE_ENV !== 'production') {\n var hyphenatedKey = hyphenate(key);\n if (isReservedAttribute(hyphenatedKey) ||\n config.isReservedAttr(hyphenatedKey)) {\n warn(\n (\"\\\"\" + hyphenatedKey + \"\\\" is a reserved attribute and cannot be used as component prop.\"),\n vm\n );\n }\n defineReactive$$1(props, key, value, function () {\n if (!isRoot && !isUpdatingChildComponent) {\n warn(\n \"Avoid mutating a prop directly since the value will be \" +\n \"overwritten whenever the parent component re-renders. \" +\n \"Instead, use a data or computed property based on the prop's \" +\n \"value. Prop being mutated: \\\"\" + key + \"\\\"\",\n vm\n );\n }\n });\n } else {\n defineReactive$$1(props, key, value);\n }\n // static props are already proxied on the component's prototype\n // during Vue.extend(). We only need to proxy props defined at\n // instantiation here.\n if (!(key in vm)) {\n proxy(vm, \"_props\", key);\n }\n };\n\n for (var key in propsOptions) loop( key );\n toggleObserving(true);\n}\n\nfunction initData (vm) {\n var data = vm.$options.data;\n data = vm._data = typeof data === 'function'\n ? getData(data, vm)\n : data || {};\n if (!isPlainObject(data)) {\n data = {};\n process.env.NODE_ENV !== 'production' && warn(\n 'data functions should return an object:\\n' +\n 'https://vuejs.org/v2/guide/components.html#data-Must-Be-a-Function',\n vm\n );\n }\n // proxy data on instance\n var keys = Object.keys(data);\n var props = vm.$options.props;\n var methods = vm.$options.methods;\n var i = keys.length;\n while (i--) {\n var key = keys[i];\n if (process.env.NODE_ENV !== 'production') {\n if (methods && hasOwn(methods, key)) {\n warn(\n (\"Method \\\"\" + key + \"\\\" has already been defined as a data property.\"),\n vm\n );\n }\n }\n if (props && hasOwn(props, key)) {\n process.env.NODE_ENV !== 'production' && warn(\n \"The data property \\\"\" + key + \"\\\" is already declared as a prop. \" +\n \"Use prop default value instead.\",\n vm\n );\n } else if (!isReserved(key)) {\n proxy(vm, \"_data\", key);\n }\n }\n // observe data\n observe(data, true /* asRootData */);\n}\n\nfunction getData (data, vm) {\n // #7573 disable dep collection when invoking data getters\n pushTarget();\n try {\n return data.call(vm, vm)\n } catch (e) {\n handleError(e, vm, \"data()\");\n return {}\n } finally {\n popTarget();\n }\n}\n\nvar computedWatcherOptions = { lazy: true };\n\nfunction initComputed (vm, computed) {\n // $flow-disable-line\n var watchers = vm._computedWatchers = Object.create(null);\n // computed properties are just getters during SSR\n var isSSR = isServerRendering();\n\n for (var key in computed) {\n var userDef = computed[key];\n var getter = typeof userDef === 'function' ? userDef : userDef.get;\n if (process.env.NODE_ENV !== 'production' && getter == null) {\n warn(\n (\"Getter is missing for computed property \\\"\" + key + \"\\\".\"),\n vm\n );\n }\n\n if (!isSSR) {\n // create internal watcher for the computed property.\n watchers[key] = new Watcher(\n vm,\n getter || noop,\n noop,\n computedWatcherOptions\n );\n }\n\n // component-defined computed properties are already defined on the\n // component prototype. We only need to define computed properties defined\n // at instantiation here.\n if (!(key in vm)) {\n defineComputed(vm, key, userDef);\n } else if (process.env.NODE_ENV !== 'production') {\n if (key in vm.$data) {\n warn((\"The computed property \\\"\" + key + \"\\\" is already defined in data.\"), vm);\n } else if (vm.$options.props && key in vm.$options.props) {\n warn((\"The computed property \\\"\" + key + \"\\\" is already defined as a prop.\"), vm);\n }\n }\n }\n}\n\nfunction defineComputed (\n target,\n key,\n userDef\n) {\n var shouldCache = !isServerRendering();\n if (typeof userDef === 'function') {\n sharedPropertyDefinition.get = shouldCache\n ? createComputedGetter(key)\n : createGetterInvoker(userDef);\n sharedPropertyDefinition.set = noop;\n } else {\n sharedPropertyDefinition.get = userDef.get\n ? shouldCache && userDef.cache !== false\n ? createComputedGetter(key)\n : createGetterInvoker(userDef.get)\n : noop;\n sharedPropertyDefinition.set = userDef.set || noop;\n }\n if (process.env.NODE_ENV !== 'production' &&\n sharedPropertyDefinition.set === noop) {\n sharedPropertyDefinition.set = function () {\n warn(\n (\"Computed property \\\"\" + key + \"\\\" was assigned to but it has no setter.\"),\n this\n );\n };\n }\n Object.defineProperty(target, key, sharedPropertyDefinition);\n}\n\nfunction createComputedGetter (key) {\n return function computedGetter () {\n var watcher = this._computedWatchers && this._computedWatchers[key];\n if (watcher) {\n if (watcher.dirty) {\n watcher.evaluate();\n }\n if (Dep.target) {\n watcher.depend();\n }\n return watcher.value\n }\n }\n}\n\nfunction createGetterInvoker(fn) {\n return function computedGetter () {\n return fn.call(this, this)\n }\n}\n\nfunction initMethods (vm, methods) {\n var props = vm.$options.props;\n for (var key in methods) {\n if (process.env.NODE_ENV !== 'production') {\n if (typeof methods[key] !== 'function') {\n warn(\n \"Method \\\"\" + key + \"\\\" has type \\\"\" + (typeof methods[key]) + \"\\\" in the component definition. \" +\n \"Did you reference the function correctly?\",\n vm\n );\n }\n if (props && hasOwn(props, key)) {\n warn(\n (\"Method \\\"\" + key + \"\\\" has already been defined as a prop.\"),\n vm\n );\n }\n if ((key in vm) && isReserved(key)) {\n warn(\n \"Method \\\"\" + key + \"\\\" conflicts with an existing Vue instance method. \" +\n \"Avoid defining component methods that start with _ or $.\"\n );\n }\n }\n vm[key] = typeof methods[key] !== 'function' ? noop : bind(methods[key], vm);\n }\n}\n\nfunction initWatch (vm, watch) {\n for (var key in watch) {\n var handler = watch[key];\n if (Array.isArray(handler)) {\n for (var i = 0; i < handler.length; i++) {\n createWatcher(vm, key, handler[i]);\n }\n } else {\n createWatcher(vm, key, handler);\n }\n }\n}\n\nfunction createWatcher (\n vm,\n expOrFn,\n handler,\n options\n) {\n if (isPlainObject(handler)) {\n options = handler;\n handler = handler.handler;\n }\n if (typeof handler === 'string') {\n handler = vm[handler];\n }\n return vm.$watch(expOrFn, handler, options)\n}\n\nfunction stateMixin (Vue) {\n // flow somehow has problems with directly declared definition object\n // when using Object.defineProperty, so we have to procedurally build up\n // the object here.\n var dataDef = {};\n dataDef.get = function () { return this._data };\n var propsDef = {};\n propsDef.get = function () { return this._props };\n if (process.env.NODE_ENV !== 'production') {\n dataDef.set = function () {\n warn(\n 'Avoid replacing instance root $data. ' +\n 'Use nested data properties instead.',\n this\n );\n };\n propsDef.set = function () {\n warn(\"$props is readonly.\", this);\n };\n }\n Object.defineProperty(Vue.prototype, '$data', dataDef);\n Object.defineProperty(Vue.prototype, '$props', propsDef);\n\n Vue.prototype.$set = set;\n Vue.prototype.$delete = del;\n\n Vue.prototype.$watch = function (\n expOrFn,\n cb,\n options\n ) {\n var vm = this;\n if (isPlainObject(cb)) {\n return createWatcher(vm, expOrFn, cb, options)\n }\n options = options || {};\n options.user = true;\n var watcher = new Watcher(vm, expOrFn, cb, options);\n if (options.immediate) {\n try {\n cb.call(vm, watcher.value);\n } catch (error) {\n handleError(error, vm, (\"callback for immediate watcher \\\"\" + (watcher.expression) + \"\\\"\"));\n }\n }\n return function unwatchFn () {\n watcher.teardown();\n }\n };\n}\n\n/* */\n\nvar uid$3 = 0;\n\nfunction initMixin (Vue) {\n Vue.prototype._init = function (options) {\n var vm = this;\n // a uid\n vm._uid = uid$3++;\n\n var startTag, endTag;\n /* istanbul ignore if */\n if (process.env.NODE_ENV !== 'production' && config.performance && mark) {\n startTag = \"vue-perf-start:\" + (vm._uid);\n endTag = \"vue-perf-end:\" + (vm._uid);\n mark(startTag);\n }\n\n // a flag to avoid this being observed\n vm._isVue = true;\n // merge options\n if (options && options._isComponent) {\n // optimize internal component instantiation\n // since dynamic options merging is pretty slow, and none of the\n // internal component options needs special treatment.\n initInternalComponent(vm, options);\n } else {\n vm.$options = mergeOptions(\n resolveConstructorOptions(vm.constructor),\n options || {},\n vm\n );\n }\n /* istanbul ignore else */\n if (process.env.NODE_ENV !== 'production') {\n initProxy(vm);\n } else {\n vm._renderProxy = vm;\n }\n // expose real self\n vm._self = vm;\n initLifecycle(vm);\n initEvents(vm);\n initRender(vm);\n callHook(vm, 'beforeCreate');\n initInjections(vm); // resolve injections before data/props\n initState(vm);\n initProvide(vm); // resolve provide after data/props\n callHook(vm, 'created');\n\n /* istanbul ignore if */\n if (process.env.NODE_ENV !== 'production' && config.performance && mark) {\n vm._name = formatComponentName(vm, false);\n mark(endTag);\n measure((\"vue \" + (vm._name) + \" init\"), startTag, endTag);\n }\n\n if (vm.$options.el) {\n vm.$mount(vm.$options.el);\n }\n };\n}\n\nfunction initInternalComponent (vm, options) {\n var opts = vm.$options = Object.create(vm.constructor.options);\n // doing this because it's faster than dynamic enumeration.\n var parentVnode = options._parentVnode;\n opts.parent = options.parent;\n opts._parentVnode = parentVnode;\n\n var vnodeComponentOptions = parentVnode.componentOptions;\n opts.propsData = vnodeComponentOptions.propsData;\n opts._parentListeners = vnodeComponentOptions.listeners;\n opts._renderChildren = vnodeComponentOptions.children;\n opts._componentTag = vnodeComponentOptions.tag;\n\n if (options.render) {\n opts.render = options.render;\n opts.staticRenderFns = options.staticRenderFns;\n }\n}\n\nfunction resolveConstructorOptions (Ctor) {\n var options = Ctor.options;\n if (Ctor.super) {\n var superOptions = resolveConstructorOptions(Ctor.super);\n var cachedSuperOptions = Ctor.superOptions;\n if (superOptions !== cachedSuperOptions) {\n // super option changed,\n // need to resolve new options.\n Ctor.superOptions = superOptions;\n // check if there are any late-modified/attached options (#4976)\n var modifiedOptions = resolveModifiedOptions(Ctor);\n // update base extend options\n if (modifiedOptions) {\n extend(Ctor.extendOptions, modifiedOptions);\n }\n options = Ctor.options = mergeOptions(superOptions, Ctor.extendOptions);\n if (options.name) {\n options.components[options.name] = Ctor;\n }\n }\n }\n return options\n}\n\nfunction resolveModifiedOptions (Ctor) {\n var modified;\n var latest = Ctor.options;\n var sealed = Ctor.sealedOptions;\n for (var key in latest) {\n if (latest[key] !== sealed[key]) {\n if (!modified) { modified = {}; }\n modified[key] = latest[key];\n }\n }\n return modified\n}\n\nfunction Vue (options) {\n if (process.env.NODE_ENV !== 'production' &&\n !(this instanceof Vue)\n ) {\n warn('Vue is a constructor and should be called with the `new` keyword');\n }\n this._init(options);\n}\n\ninitMixin(Vue);\nstateMixin(Vue);\neventsMixin(Vue);\nlifecycleMixin(Vue);\nrenderMixin(Vue);\n\n/* */\n\nfunction initUse (Vue) {\n Vue.use = function (plugin) {\n var installedPlugins = (this._installedPlugins || (this._installedPlugins = []));\n if (installedPlugins.indexOf(plugin) > -1) {\n return this\n }\n\n // additional parameters\n var args = toArray(arguments, 1);\n args.unshift(this);\n if (typeof plugin.install === 'function') {\n plugin.install.apply(plugin, args);\n } else if (typeof plugin === 'function') {\n plugin.apply(null, args);\n }\n installedPlugins.push(plugin);\n return this\n };\n}\n\n/* */\n\nfunction initMixin$1 (Vue) {\n Vue.mixin = function (mixin) {\n this.options = mergeOptions(this.options, mixin);\n return this\n };\n}\n\n/* */\n\nfunction initExtend (Vue) {\n /**\n * Each instance constructor, including Vue, has a unique\n * cid. This enables us to create wrapped \"child\n * constructors\" for prototypal inheritance and cache them.\n */\n Vue.cid = 0;\n var cid = 1;\n\n /**\n * Class inheritance\n */\n Vue.extend = function (extendOptions) {\n extendOptions = extendOptions || {};\n var Super = this;\n var SuperId = Super.cid;\n var cachedCtors = extendOptions._Ctor || (extendOptions._Ctor = {});\n if (cachedCtors[SuperId]) {\n return cachedCtors[SuperId]\n }\n\n var name = extendOptions.name || Super.options.name;\n if (process.env.NODE_ENV !== 'production' && name) {\n validateComponentName(name);\n }\n\n var Sub = function VueComponent (options) {\n this._init(options);\n };\n Sub.prototype = Object.create(Super.prototype);\n Sub.prototype.constructor = Sub;\n Sub.cid = cid++;\n Sub.options = mergeOptions(\n Super.options,\n extendOptions\n );\n Sub['super'] = Super;\n\n // For props and computed properties, we define the proxy getters on\n // the Vue instances at extension time, on the extended prototype. This\n // avoids Object.defineProperty calls for each instance created.\n if (Sub.options.props) {\n initProps$1(Sub);\n }\n if (Sub.options.computed) {\n initComputed$1(Sub);\n }\n\n // allow further extension/mixin/plugin usage\n Sub.extend = Super.extend;\n Sub.mixin = Super.mixin;\n Sub.use = Super.use;\n\n // create asset registers, so extended classes\n // can have their private assets too.\n ASSET_TYPES.forEach(function (type) {\n Sub[type] = Super[type];\n });\n // enable recursive self-lookup\n if (name) {\n Sub.options.components[name] = Sub;\n }\n\n // keep a reference to the super options at extension time.\n // later at instantiation we can check if Super's options have\n // been updated.\n Sub.superOptions = Super.options;\n Sub.extendOptions = extendOptions;\n Sub.sealedOptions = extend({}, Sub.options);\n\n // cache constructor\n cachedCtors[SuperId] = Sub;\n return Sub\n };\n}\n\nfunction initProps$1 (Comp) {\n var props = Comp.options.props;\n for (var key in props) {\n proxy(Comp.prototype, \"_props\", key);\n }\n}\n\nfunction initComputed$1 (Comp) {\n var computed = Comp.options.computed;\n for (var key in computed) {\n defineComputed(Comp.prototype, key, computed[key]);\n }\n}\n\n/* */\n\nfunction initAssetRegisters (Vue) {\n /**\n * Create asset registration methods.\n */\n ASSET_TYPES.forEach(function (type) {\n Vue[type] = function (\n id,\n definition\n ) {\n if (!definition) {\n return this.options[type + 's'][id]\n } else {\n /* istanbul ignore if */\n if (process.env.NODE_ENV !== 'production' && type === 'component') {\n validateComponentName(id);\n }\n if (type === 'component' && isPlainObject(definition)) {\n definition.name = definition.name || id;\n definition = this.options._base.extend(definition);\n }\n if (type === 'directive' && typeof definition === 'function') {\n definition = { bind: definition, update: definition };\n }\n this.options[type + 's'][id] = definition;\n return definition\n }\n };\n });\n}\n\n/* */\n\n\n\nfunction getComponentName (opts) {\n return opts && (opts.Ctor.options.name || opts.tag)\n}\n\nfunction matches (pattern, name) {\n if (Array.isArray(pattern)) {\n return pattern.indexOf(name) > -1\n } else if (typeof pattern === 'string') {\n return pattern.split(',').indexOf(name) > -1\n } else if (isRegExp(pattern)) {\n return pattern.test(name)\n }\n /* istanbul ignore next */\n return false\n}\n\nfunction pruneCache (keepAliveInstance, filter) {\n var cache = keepAliveInstance.cache;\n var keys = keepAliveInstance.keys;\n var _vnode = keepAliveInstance._vnode;\n for (var key in cache) {\n var cachedNode = cache[key];\n if (cachedNode) {\n var name = getComponentName(cachedNode.componentOptions);\n if (name && !filter(name)) {\n pruneCacheEntry(cache, key, keys, _vnode);\n }\n }\n }\n}\n\nfunction pruneCacheEntry (\n cache,\n key,\n keys,\n current\n) {\n var cached$$1 = cache[key];\n if (cached$$1 && (!current || cached$$1.tag !== current.tag)) {\n cached$$1.componentInstance.$destroy();\n }\n cache[key] = null;\n remove(keys, key);\n}\n\nvar patternTypes = [String, RegExp, Array];\n\nvar KeepAlive = {\n name: 'keep-alive',\n abstract: true,\n\n props: {\n include: patternTypes,\n exclude: patternTypes,\n max: [String, Number]\n },\n\n created: function created () {\n this.cache = Object.create(null);\n this.keys = [];\n },\n\n destroyed: function destroyed () {\n for (var key in this.cache) {\n pruneCacheEntry(this.cache, key, this.keys);\n }\n },\n\n mounted: function mounted () {\n var this$1 = this;\n\n this.$watch('include', function (val) {\n pruneCache(this$1, function (name) { return matches(val, name); });\n });\n this.$watch('exclude', function (val) {\n pruneCache(this$1, function (name) { return !matches(val, name); });\n });\n },\n\n render: function render () {\n var slot = this.$slots.default;\n var vnode = getFirstComponentChild(slot);\n var componentOptions = vnode && vnode.componentOptions;\n if (componentOptions) {\n // check pattern\n var name = getComponentName(componentOptions);\n var ref = this;\n var include = ref.include;\n var exclude = ref.exclude;\n if (\n // not included\n (include && (!name || !matches(include, name))) ||\n // excluded\n (exclude && name && matches(exclude, name))\n ) {\n return vnode\n }\n\n var ref$1 = this;\n var cache = ref$1.cache;\n var keys = ref$1.keys;\n var key = vnode.key == null\n // same constructor may get registered as different local components\n // so cid alone is not enough (#3269)\n ? componentOptions.Ctor.cid + (componentOptions.tag ? (\"::\" + (componentOptions.tag)) : '')\n : vnode.key;\n if (cache[key]) {\n vnode.componentInstance = cache[key].componentInstance;\n // make current key freshest\n remove(keys, key);\n keys.push(key);\n } else {\n cache[key] = vnode;\n keys.push(key);\n // prune oldest entry\n if (this.max && keys.length > parseInt(this.max)) {\n pruneCacheEntry(cache, keys[0], keys, this._vnode);\n }\n }\n\n vnode.data.keepAlive = true;\n }\n return vnode || (slot && slot[0])\n }\n};\n\nvar builtInComponents = {\n KeepAlive: KeepAlive\n};\n\n/* */\n\nfunction initGlobalAPI (Vue) {\n // config\n var configDef = {};\n configDef.get = function () { return config; };\n if (process.env.NODE_ENV !== 'production') {\n configDef.set = function () {\n warn(\n 'Do not replace the Vue.config object, set individual fields instead.'\n );\n };\n }\n Object.defineProperty(Vue, 'config', configDef);\n\n // exposed util methods.\n // NOTE: these are not considered part of the public API - avoid relying on\n // them unless you are aware of the risk.\n Vue.util = {\n warn: warn,\n extend: extend,\n mergeOptions: mergeOptions,\n defineReactive: defineReactive$$1\n };\n\n Vue.set = set;\n Vue.delete = del;\n Vue.nextTick = nextTick;\n\n // 2.6 explicit observable API\n Vue.observable = function (obj) {\n observe(obj);\n return obj\n };\n\n Vue.options = Object.create(null);\n ASSET_TYPES.forEach(function (type) {\n Vue.options[type + 's'] = Object.create(null);\n });\n\n // this is used to identify the \"base\" constructor to extend all plain-object\n // components with in Weex's multi-instance scenarios.\n Vue.options._base = Vue;\n\n extend(Vue.options.components, builtInComponents);\n\n initUse(Vue);\n initMixin$1(Vue);\n initExtend(Vue);\n initAssetRegisters(Vue);\n}\n\ninitGlobalAPI(Vue);\n\nObject.defineProperty(Vue.prototype, '$isServer', {\n get: isServerRendering\n});\n\nObject.defineProperty(Vue.prototype, '$ssrContext', {\n get: function get () {\n /* istanbul ignore next */\n return this.$vnode && this.$vnode.ssrContext\n }\n});\n\n// expose FunctionalRenderContext for ssr runtime helper installation\nObject.defineProperty(Vue, 'FunctionalRenderContext', {\n value: FunctionalRenderContext\n});\n\nVue.version = '2.6.12';\n\n/* */\n\n// these are reserved for web because they are directly compiled away\n// during template compilation\nvar isReservedAttr = makeMap('style,class');\n\n// attributes that should be using props for binding\nvar acceptValue = makeMap('input,textarea,option,select,progress');\nvar mustUseProp = function (tag, type, attr) {\n return (\n (attr === 'value' && acceptValue(tag)) && type !== 'button' ||\n (attr === 'selected' && tag === 'option') ||\n (attr === 'checked' && tag === 'input') ||\n (attr === 'muted' && tag === 'video')\n )\n};\n\nvar isEnumeratedAttr = makeMap('contenteditable,draggable,spellcheck');\n\nvar isValidContentEditableValue = makeMap('events,caret,typing,plaintext-only');\n\nvar convertEnumeratedValue = function (key, value) {\n return isFalsyAttrValue(value) || value === 'false'\n ? 'false'\n // allow arbitrary string value for contenteditable\n : key === 'contenteditable' && isValidContentEditableValue(value)\n ? value\n : 'true'\n};\n\nvar isBooleanAttr = makeMap(\n 'allowfullscreen,async,autofocus,autoplay,checked,compact,controls,declare,' +\n 'default,defaultchecked,defaultmuted,defaultselected,defer,disabled,' +\n 'enabled,formnovalidate,hidden,indeterminate,inert,ismap,itemscope,loop,multiple,' +\n 'muted,nohref,noresize,noshade,novalidate,nowrap,open,pauseonexit,readonly,' +\n 'required,reversed,scoped,seamless,selected,sortable,translate,' +\n 'truespeed,typemustmatch,visible'\n);\n\nvar xlinkNS = 'http://www.w3.org/1999/xlink';\n\nvar isXlink = function (name) {\n return name.charAt(5) === ':' && name.slice(0, 5) === 'xlink'\n};\n\nvar getXlinkProp = function (name) {\n return isXlink(name) ? name.slice(6, name.length) : ''\n};\n\nvar isFalsyAttrValue = function (val) {\n return val == null || val === false\n};\n\n/* */\n\nfunction genClassForVnode (vnode) {\n var data = vnode.data;\n var parentNode = vnode;\n var childNode = vnode;\n while (isDef(childNode.componentInstance)) {\n childNode = childNode.componentInstance._vnode;\n if (childNode && childNode.data) {\n data = mergeClassData(childNode.data, data);\n }\n }\n while (isDef(parentNode = parentNode.parent)) {\n if (parentNode && parentNode.data) {\n data = mergeClassData(data, parentNode.data);\n }\n }\n return renderClass(data.staticClass, data.class)\n}\n\nfunction mergeClassData (child, parent) {\n return {\n staticClass: concat(child.staticClass, parent.staticClass),\n class: isDef(child.class)\n ? [child.class, parent.class]\n : parent.class\n }\n}\n\nfunction renderClass (\n staticClass,\n dynamicClass\n) {\n if (isDef(staticClass) || isDef(dynamicClass)) {\n return concat(staticClass, stringifyClass(dynamicClass))\n }\n /* istanbul ignore next */\n return ''\n}\n\nfunction concat (a, b) {\n return a ? b ? (a + ' ' + b) : a : (b || '')\n}\n\nfunction stringifyClass (value) {\n if (Array.isArray(value)) {\n return stringifyArray(value)\n }\n if (isObject(value)) {\n return stringifyObject(value)\n }\n if (typeof value === 'string') {\n return value\n }\n /* istanbul ignore next */\n return ''\n}\n\nfunction stringifyArray (value) {\n var res = '';\n var stringified;\n for (var i = 0, l = value.length; i < l; i++) {\n if (isDef(stringified = stringifyClass(value[i])) && stringified !== '') {\n if (res) { res += ' '; }\n res += stringified;\n }\n }\n return res\n}\n\nfunction stringifyObject (value) {\n var res = '';\n for (var key in value) {\n if (value[key]) {\n if (res) { res += ' '; }\n res += key;\n }\n }\n return res\n}\n\n/* */\n\nvar namespaceMap = {\n svg: 'http://www.w3.org/2000/svg',\n math: 'http://www.w3.org/1998/Math/MathML'\n};\n\nvar isHTMLTag = makeMap(\n 'html,body,base,head,link,meta,style,title,' +\n 'address,article,aside,footer,header,h1,h2,h3,h4,h5,h6,hgroup,nav,section,' +\n 'div,dd,dl,dt,figcaption,figure,picture,hr,img,li,main,ol,p,pre,ul,' +\n 'a,b,abbr,bdi,bdo,br,cite,code,data,dfn,em,i,kbd,mark,q,rp,rt,rtc,ruby,' +\n 's,samp,small,span,strong,sub,sup,time,u,var,wbr,area,audio,map,track,video,' +\n 'embed,object,param,source,canvas,script,noscript,del,ins,' +\n 'caption,col,colgroup,table,thead,tbody,td,th,tr,' +\n 'button,datalist,fieldset,form,input,label,legend,meter,optgroup,option,' +\n 'output,progress,select,textarea,' +\n 'details,dialog,menu,menuitem,summary,' +\n 'content,element,shadow,template,blockquote,iframe,tfoot'\n);\n\n// this map is intentionally selective, only covering SVG elements that may\n// contain child elements.\nvar isSVG = makeMap(\n 'svg,animate,circle,clippath,cursor,defs,desc,ellipse,filter,font-face,' +\n 'foreignObject,g,glyph,image,line,marker,mask,missing-glyph,path,pattern,' +\n 'polygon,polyline,rect,switch,symbol,text,textpath,tspan,use,view',\n true\n);\n\nvar isReservedTag = function (tag) {\n return isHTMLTag(tag) || isSVG(tag)\n};\n\nfunction getTagNamespace (tag) {\n if (isSVG(tag)) {\n return 'svg'\n }\n // basic support for MathML\n // note it doesn't support other MathML elements being component roots\n if (tag === 'math') {\n return 'math'\n }\n}\n\nvar unknownElementCache = Object.create(null);\nfunction isUnknownElement (tag) {\n /* istanbul ignore if */\n if (!inBrowser) {\n return true\n }\n if (isReservedTag(tag)) {\n return false\n }\n tag = tag.toLowerCase();\n /* istanbul ignore if */\n if (unknownElementCache[tag] != null) {\n return unknownElementCache[tag]\n }\n var el = document.createElement(tag);\n if (tag.indexOf('-') > -1) {\n // http://stackoverflow.com/a/28210364/1070244\n return (unknownElementCache[tag] = (\n el.constructor === window.HTMLUnknownElement ||\n el.constructor === window.HTMLElement\n ))\n } else {\n return (unknownElementCache[tag] = /HTMLUnknownElement/.test(el.toString()))\n }\n}\n\nvar isTextInputType = makeMap('text,number,password,search,email,tel,url');\n\n/* */\n\n/**\n * Query an element selector if it's not an element already.\n */\nfunction query (el) {\n if (typeof el === 'string') {\n var selected = document.querySelector(el);\n if (!selected) {\n process.env.NODE_ENV !== 'production' && warn(\n 'Cannot find element: ' + el\n );\n return document.createElement('div')\n }\n return selected\n } else {\n return el\n }\n}\n\n/* */\n\nfunction createElement$1 (tagName, vnode) {\n var elm = document.createElement(tagName);\n if (tagName !== 'select') {\n return elm\n }\n // false or null will remove the attribute but undefined will not\n if (vnode.data && vnode.data.attrs && vnode.data.attrs.multiple !== undefined) {\n elm.setAttribute('multiple', 'multiple');\n }\n return elm\n}\n\nfunction createElementNS (namespace, tagName) {\n return document.createElementNS(namespaceMap[namespace], tagName)\n}\n\nfunction createTextNode (text) {\n return document.createTextNode(text)\n}\n\nfunction createComment (text) {\n return document.createComment(text)\n}\n\nfunction insertBefore (parentNode, newNode, referenceNode) {\n parentNode.insertBefore(newNode, referenceNode);\n}\n\nfunction removeChild (node, child) {\n node.removeChild(child);\n}\n\nfunction appendChild (node, child) {\n node.appendChild(child);\n}\n\nfunction parentNode (node) {\n return node.parentNode\n}\n\nfunction nextSibling (node) {\n return node.nextSibling\n}\n\nfunction tagName (node) {\n return node.tagName\n}\n\nfunction setTextContent (node, text) {\n node.textContent = text;\n}\n\nfunction setStyleScope (node, scopeId) {\n node.setAttribute(scopeId, '');\n}\n\nvar nodeOps = /*#__PURE__*/Object.freeze({\n createElement: createElement$1,\n createElementNS: createElementNS,\n createTextNode: createTextNode,\n createComment: createComment,\n insertBefore: insertBefore,\n removeChild: removeChild,\n appendChild: appendChild,\n parentNode: parentNode,\n nextSibling: nextSibling,\n tagName: tagName,\n setTextContent: setTextContent,\n setStyleScope: setStyleScope\n});\n\n/* */\n\nvar ref = {\n create: function create (_, vnode) {\n registerRef(vnode);\n },\n update: function update (oldVnode, vnode) {\n if (oldVnode.data.ref !== vnode.data.ref) {\n registerRef(oldVnode, true);\n registerRef(vnode);\n }\n },\n destroy: function destroy (vnode) {\n registerRef(vnode, true);\n }\n};\n\nfunction registerRef (vnode, isRemoval) {\n var key = vnode.data.ref;\n if (!isDef(key)) { return }\n\n var vm = vnode.context;\n var ref = vnode.componentInstance || vnode.elm;\n var refs = vm.$refs;\n if (isRemoval) {\n if (Array.isArray(refs[key])) {\n remove(refs[key], ref);\n } else if (refs[key] === ref) {\n refs[key] = undefined;\n }\n } else {\n if (vnode.data.refInFor) {\n if (!Array.isArray(refs[key])) {\n refs[key] = [ref];\n } else if (refs[key].indexOf(ref) < 0) {\n // $flow-disable-line\n refs[key].push(ref);\n }\n } else {\n refs[key] = ref;\n }\n }\n}\n\n/**\n * Virtual DOM patching algorithm based on Snabbdom by\n * Simon Friis Vindum (@paldepind)\n * Licensed under the MIT License\n * https://github.com/paldepind/snabbdom/blob/master/LICENSE\n *\n * modified by Evan You (@yyx990803)\n *\n * Not type-checking this because this file is perf-critical and the cost\n * of making flow understand it is not worth it.\n */\n\nvar emptyNode = new VNode('', {}, []);\n\nvar hooks = ['create', 'activate', 'update', 'remove', 'destroy'];\n\nfunction sameVnode (a, b) {\n return (\n a.key === b.key && (\n (\n a.tag === b.tag &&\n a.isComment === b.isComment &&\n isDef(a.data) === isDef(b.data) &&\n sameInputType(a, b)\n ) || (\n isTrue(a.isAsyncPlaceholder) &&\n a.asyncFactory === b.asyncFactory &&\n isUndef(b.asyncFactory.error)\n )\n )\n )\n}\n\nfunction sameInputType (a, b) {\n if (a.tag !== 'input') { return true }\n var i;\n var typeA = isDef(i = a.data) && isDef(i = i.attrs) && i.type;\n var typeB = isDef(i = b.data) && isDef(i = i.attrs) && i.type;\n return typeA === typeB || isTextInputType(typeA) && isTextInputType(typeB)\n}\n\nfunction createKeyToOldIdx (children, beginIdx, endIdx) {\n var i, key;\n var map = {};\n for (i = beginIdx; i <= endIdx; ++i) {\n key = children[i].key;\n if (isDef(key)) { map[key] = i; }\n }\n return map\n}\n\nfunction createPatchFunction (backend) {\n var i, j;\n var cbs = {};\n\n var modules = backend.modules;\n var nodeOps = backend.nodeOps;\n\n for (i = 0; i < hooks.length; ++i) {\n cbs[hooks[i]] = [];\n for (j = 0; j < modules.length; ++j) {\n if (isDef(modules[j][hooks[i]])) {\n cbs[hooks[i]].push(modules[j][hooks[i]]);\n }\n }\n }\n\n function emptyNodeAt (elm) {\n return new VNode(nodeOps.tagName(elm).toLowerCase(), {}, [], undefined, elm)\n }\n\n function createRmCb (childElm, listeners) {\n function remove$$1 () {\n if (--remove$$1.listeners === 0) {\n removeNode(childElm);\n }\n }\n remove$$1.listeners = listeners;\n return remove$$1\n }\n\n function removeNode (el) {\n var parent = nodeOps.parentNode(el);\n // element may have already been removed due to v-html / v-text\n if (isDef(parent)) {\n nodeOps.removeChild(parent, el);\n }\n }\n\n function isUnknownElement$$1 (vnode, inVPre) {\n return (\n !inVPre &&\n !vnode.ns &&\n !(\n config.ignoredElements.length &&\n config.ignoredElements.some(function (ignore) {\n return isRegExp(ignore)\n ? ignore.test(vnode.tag)\n : ignore === vnode.tag\n })\n ) &&\n config.isUnknownElement(vnode.tag)\n )\n }\n\n var creatingElmInVPre = 0;\n\n function createElm (\n vnode,\n insertedVnodeQueue,\n parentElm,\n refElm,\n nested,\n ownerArray,\n index\n ) {\n if (isDef(vnode.elm) && isDef(ownerArray)) {\n // This vnode was used in a previous render!\n // now it's used as a new node, overwriting its elm would cause\n // potential patch errors down the road when it's used as an insertion\n // reference node. Instead, we clone the node on-demand before creating\n // associated DOM element for it.\n vnode = ownerArray[index] = cloneVNode(vnode);\n }\n\n vnode.isRootInsert = !nested; // for transition enter check\n if (createComponent(vnode, insertedVnodeQueue, parentElm, refElm)) {\n return\n }\n\n var data = vnode.data;\n var children = vnode.children;\n var tag = vnode.tag;\n if (isDef(tag)) {\n if (process.env.NODE_ENV !== 'production') {\n if (data && data.pre) {\n creatingElmInVPre++;\n }\n if (isUnknownElement$$1(vnode, creatingElmInVPre)) {\n warn(\n 'Unknown custom element: <' + tag + '> - did you ' +\n 'register the component correctly? For recursive components, ' +\n 'make sure to provide the \"name\" option.',\n vnode.context\n );\n }\n }\n\n vnode.elm = vnode.ns\n ? nodeOps.createElementNS(vnode.ns, tag)\n : nodeOps.createElement(tag, vnode);\n setScope(vnode);\n\n /* istanbul ignore if */\n {\n createChildren(vnode, children, insertedVnodeQueue);\n if (isDef(data)) {\n invokeCreateHooks(vnode, insertedVnodeQueue);\n }\n insert(parentElm, vnode.elm, refElm);\n }\n\n if (process.env.NODE_ENV !== 'production' && data && data.pre) {\n creatingElmInVPre--;\n }\n } else if (isTrue(vnode.isComment)) {\n vnode.elm = nodeOps.createComment(vnode.text);\n insert(parentElm, vnode.elm, refElm);\n } else {\n vnode.elm = nodeOps.createTextNode(vnode.text);\n insert(parentElm, vnode.elm, refElm);\n }\n }\n\n function createComponent (vnode, insertedVnodeQueue, parentElm, refElm) {\n var i = vnode.data;\n if (isDef(i)) {\n var isReactivated = isDef(vnode.componentInstance) && i.keepAlive;\n if (isDef(i = i.hook) && isDef(i = i.init)) {\n i(vnode, false /* hydrating */);\n }\n // after calling the init hook, if the vnode is a child component\n // it should've created a child instance and mounted it. the child\n // component also has set the placeholder vnode's elm.\n // in that case we can just return the element and be done.\n if (isDef(vnode.componentInstance)) {\n initComponent(vnode, insertedVnodeQueue);\n insert(parentElm, vnode.elm, refElm);\n if (isTrue(isReactivated)) {\n reactivateComponent(vnode, insertedVnodeQueue, parentElm, refElm);\n }\n return true\n }\n }\n }\n\n function initComponent (vnode, insertedVnodeQueue) {\n if (isDef(vnode.data.pendingInsert)) {\n insertedVnodeQueue.push.apply(insertedVnodeQueue, vnode.data.pendingInsert);\n vnode.data.pendingInsert = null;\n }\n vnode.elm = vnode.componentInstance.$el;\n if (isPatchable(vnode)) {\n invokeCreateHooks(vnode, insertedVnodeQueue);\n setScope(vnode);\n } else {\n // empty component root.\n // skip all element-related modules except for ref (#3455)\n registerRef(vnode);\n // make sure to invoke the insert hook\n insertedVnodeQueue.push(vnode);\n }\n }\n\n function reactivateComponent (vnode, insertedVnodeQueue, parentElm, refElm) {\n var i;\n // hack for #4339: a reactivated component with inner transition\n // does not trigger because the inner node's created hooks are not called\n // again. It's not ideal to involve module-specific logic in here but\n // there doesn't seem to be a better way to do it.\n var innerNode = vnode;\n while (innerNode.componentInstance) {\n innerNode = innerNode.componentInstance._vnode;\n if (isDef(i = innerNode.data) && isDef(i = i.transition)) {\n for (i = 0; i < cbs.activate.length; ++i) {\n cbs.activate[i](emptyNode, innerNode);\n }\n insertedVnodeQueue.push(innerNode);\n break\n }\n }\n // unlike a newly created component,\n // a reactivated keep-alive component doesn't insert itself\n insert(parentElm, vnode.elm, refElm);\n }\n\n function insert (parent, elm, ref$$1) {\n if (isDef(parent)) {\n if (isDef(ref$$1)) {\n if (nodeOps.parentNode(ref$$1) === parent) {\n nodeOps.insertBefore(parent, elm, ref$$1);\n }\n } else {\n nodeOps.appendChild(parent, elm);\n }\n }\n }\n\n function createChildren (vnode, children, insertedVnodeQueue) {\n if (Array.isArray(children)) {\n if (process.env.NODE_ENV !== 'production') {\n checkDuplicateKeys(children);\n }\n for (var i = 0; i < children.length; ++i) {\n createElm(children[i], insertedVnodeQueue, vnode.elm, null, true, children, i);\n }\n } else if (isPrimitive(vnode.text)) {\n nodeOps.appendChild(vnode.elm, nodeOps.createTextNode(String(vnode.text)));\n }\n }\n\n function isPatchable (vnode) {\n while (vnode.componentInstance) {\n vnode = vnode.componentInstance._vnode;\n }\n return isDef(vnode.tag)\n }\n\n function invokeCreateHooks (vnode, insertedVnodeQueue) {\n for (var i$1 = 0; i$1 < cbs.create.length; ++i$1) {\n cbs.create[i$1](emptyNode, vnode);\n }\n i = vnode.data.hook; // Reuse variable\n if (isDef(i)) {\n if (isDef(i.create)) { i.create(emptyNode, vnode); }\n if (isDef(i.insert)) { insertedVnodeQueue.push(vnode); }\n }\n }\n\n // set scope id attribute for scoped CSS.\n // this is implemented as a special case to avoid the overhead\n // of going through the normal attribute patching process.\n function setScope (vnode) {\n var i;\n if (isDef(i = vnode.fnScopeId)) {\n nodeOps.setStyleScope(vnode.elm, i);\n } else {\n var ancestor = vnode;\n while (ancestor) {\n if (isDef(i = ancestor.context) && isDef(i = i.$options._scopeId)) {\n nodeOps.setStyleScope(vnode.elm, i);\n }\n ancestor = ancestor.parent;\n }\n }\n // for slot content they should also get the scopeId from the host instance.\n if (isDef(i = activeInstance) &&\n i !== vnode.context &&\n i !== vnode.fnContext &&\n isDef(i = i.$options._scopeId)\n ) {\n nodeOps.setStyleScope(vnode.elm, i);\n }\n }\n\n function addVnodes (parentElm, refElm, vnodes, startIdx, endIdx, insertedVnodeQueue) {\n for (; startIdx <= endIdx; ++startIdx) {\n createElm(vnodes[startIdx], insertedVnodeQueue, parentElm, refElm, false, vnodes, startIdx);\n }\n }\n\n function invokeDestroyHook (vnode) {\n var i, j;\n var data = vnode.data;\n if (isDef(data)) {\n if (isDef(i = data.hook) && isDef(i = i.destroy)) { i(vnode); }\n for (i = 0; i < cbs.destroy.length; ++i) { cbs.destroy[i](vnode); }\n }\n if (isDef(i = vnode.children)) {\n for (j = 0; j < vnode.children.length; ++j) {\n invokeDestroyHook(vnode.children[j]);\n }\n }\n }\n\n function removeVnodes (vnodes, startIdx, endIdx) {\n for (; startIdx <= endIdx; ++startIdx) {\n var ch = vnodes[startIdx];\n if (isDef(ch)) {\n if (isDef(ch.tag)) {\n removeAndInvokeRemoveHook(ch);\n invokeDestroyHook(ch);\n } else { // Text node\n removeNode(ch.elm);\n }\n }\n }\n }\n\n function removeAndInvokeRemoveHook (vnode, rm) {\n if (isDef(rm) || isDef(vnode.data)) {\n var i;\n var listeners = cbs.remove.length + 1;\n if (isDef(rm)) {\n // we have a recursively passed down rm callback\n // increase the listeners count\n rm.listeners += listeners;\n } else {\n // directly removing\n rm = createRmCb(vnode.elm, listeners);\n }\n // recursively invoke hooks on child component root node\n if (isDef(i = vnode.componentInstance) && isDef(i = i._vnode) && isDef(i.data)) {\n removeAndInvokeRemoveHook(i, rm);\n }\n for (i = 0; i < cbs.remove.length; ++i) {\n cbs.remove[i](vnode, rm);\n }\n if (isDef(i = vnode.data.hook) && isDef(i = i.remove)) {\n i(vnode, rm);\n } else {\n rm();\n }\n } else {\n removeNode(vnode.elm);\n }\n }\n\n function updateChildren (parentElm, oldCh, newCh, insertedVnodeQueue, removeOnly) {\n var oldStartIdx = 0;\n var newStartIdx = 0;\n var oldEndIdx = oldCh.length - 1;\n var oldStartVnode = oldCh[0];\n var oldEndVnode = oldCh[oldEndIdx];\n var newEndIdx = newCh.length - 1;\n var newStartVnode = newCh[0];\n var newEndVnode = newCh[newEndIdx];\n var oldKeyToIdx, idxInOld, vnodeToMove, refElm;\n\n // removeOnly is a special flag used only by <transition-group>\n // to ensure removed elements stay in correct relative positions\n // during leaving transitions\n var canMove = !removeOnly;\n\n if (process.env.NODE_ENV !== 'production') {\n checkDuplicateKeys(newCh);\n }\n\n while (oldStartIdx <= oldEndIdx && newStartIdx <= newEndIdx) {\n if (isUndef(oldStartVnode)) {\n oldStartVnode = oldCh[++oldStartIdx]; // Vnode has been moved left\n } else if (isUndef(oldEndVnode)) {\n oldEndVnode = oldCh[--oldEndIdx];\n } else if (sameVnode(oldStartVnode, newStartVnode)) {\n patchVnode(oldStartVnode, newStartVnode, insertedVnodeQueue, newCh, newStartIdx);\n oldStartVnode = oldCh[++oldStartIdx];\n newStartVnode = newCh[++newStartIdx];\n } else if (sameVnode(oldEndVnode, newEndVnode)) {\n patchVnode(oldEndVnode, newEndVnode, insertedVnodeQueue, newCh, newEndIdx);\n oldEndVnode = oldCh[--oldEndIdx];\n newEndVnode = newCh[--newEndIdx];\n } else if (sameVnode(oldStartVnode, newEndVnode)) { // Vnode moved right\n patchVnode(oldStartVnode, newEndVnode, insertedVnodeQueue, newCh, newEndIdx);\n canMove && nodeOps.insertBefore(parentElm, oldStartVnode.elm, nodeOps.nextSibling(oldEndVnode.elm));\n oldStartVnode = oldCh[++oldStartIdx];\n newEndVnode = newCh[--newEndIdx];\n } else if (sameVnode(oldEndVnode, newStartVnode)) { // Vnode moved left\n patchVnode(oldEndVnode, newStartVnode, insertedVnodeQueue, newCh, newStartIdx);\n canMove && nodeOps.insertBefore(parentElm, oldEndVnode.elm, oldStartVnode.elm);\n oldEndVnode = oldCh[--oldEndIdx];\n newStartVnode = newCh[++newStartIdx];\n } else {\n if (isUndef(oldKeyToIdx)) { oldKeyToIdx = createKeyToOldIdx(oldCh, oldStartIdx, oldEndIdx); }\n idxInOld = isDef(newStartVnode.key)\n ? oldKeyToIdx[newStartVnode.key]\n : findIdxInOld(newStartVnode, oldCh, oldStartIdx, oldEndIdx);\n if (isUndef(idxInOld)) { // New element\n createElm(newStartVnode, insertedVnodeQueue, parentElm, oldStartVnode.elm, false, newCh, newStartIdx);\n } else {\n vnodeToMove = oldCh[idxInOld];\n if (sameVnode(vnodeToMove, newStartVnode)) {\n patchVnode(vnodeToMove, newStartVnode, insertedVnodeQueue, newCh, newStartIdx);\n oldCh[idxInOld] = undefined;\n canMove && nodeOps.insertBefore(parentElm, vnodeToMove.elm, oldStartVnode.elm);\n } else {\n // same key but different element. treat as new element\n createElm(newStartVnode, insertedVnodeQueue, parentElm, oldStartVnode.elm, false, newCh, newStartIdx);\n }\n }\n newStartVnode = newCh[++newStartIdx];\n }\n }\n if (oldStartIdx > oldEndIdx) {\n refElm = isUndef(newCh[newEndIdx + 1]) ? null : newCh[newEndIdx + 1].elm;\n addVnodes(parentElm, refElm, newCh, newStartIdx, newEndIdx, insertedVnodeQueue);\n } else if (newStartIdx > newEndIdx) {\n removeVnodes(oldCh, oldStartIdx, oldEndIdx);\n }\n }\n\n function checkDuplicateKeys (children) {\n var seenKeys = {};\n for (var i = 0; i < children.length; i++) {\n var vnode = children[i];\n var key = vnode.key;\n if (isDef(key)) {\n if (seenKeys[key]) {\n warn(\n (\"Duplicate keys detected: '\" + key + \"'. This may cause an update error.\"),\n vnode.context\n );\n } else {\n seenKeys[key] = true;\n }\n }\n }\n }\n\n function findIdxInOld (node, oldCh, start, end) {\n for (var i = start; i < end; i++) {\n var c = oldCh[i];\n if (isDef(c) && sameVnode(node, c)) { return i }\n }\n }\n\n function patchVnode (\n oldVnode,\n vnode,\n insertedVnodeQueue,\n ownerArray,\n index,\n removeOnly\n ) {\n if (oldVnode === vnode) {\n return\n }\n\n if (isDef(vnode.elm) && isDef(ownerArray)) {\n // clone reused vnode\n vnode = ownerArray[index] = cloneVNode(vnode);\n }\n\n var elm = vnode.elm = oldVnode.elm;\n\n if (isTrue(oldVnode.isAsyncPlaceholder)) {\n if (isDef(vnode.asyncFactory.resolved)) {\n hydrate(oldVnode.elm, vnode, insertedVnodeQueue);\n } else {\n vnode.isAsyncPlaceholder = true;\n }\n return\n }\n\n // reuse element for static trees.\n // note we only do this if the vnode is cloned -\n // if the new node is not cloned it means the render functions have been\n // reset by the hot-reload-api and we need to do a proper re-render.\n if (isTrue(vnode.isStatic) &&\n isTrue(oldVnode.isStatic) &&\n vnode.key === oldVnode.key &&\n (isTrue(vnode.isCloned) || isTrue(vnode.isOnce))\n ) {\n vnode.componentInstance = oldVnode.componentInstance;\n return\n }\n\n var i;\n var data = vnode.data;\n if (isDef(data) && isDef(i = data.hook) && isDef(i = i.prepatch)) {\n i(oldVnode, vnode);\n }\n\n var oldCh = oldVnode.children;\n var ch = vnode.children;\n if (isDef(data) && isPatchable(vnode)) {\n for (i = 0; i < cbs.update.length; ++i) { cbs.update[i](oldVnode, vnode); }\n if (isDef(i = data.hook) && isDef(i = i.update)) { i(oldVnode, vnode); }\n }\n if (isUndef(vnode.text)) {\n if (isDef(oldCh) && isDef(ch)) {\n if (oldCh !== ch) { updateChildren(elm, oldCh, ch, insertedVnodeQueue, removeOnly); }\n } else if (isDef(ch)) {\n if (process.env.NODE_ENV !== 'production') {\n checkDuplicateKeys(ch);\n }\n if (isDef(oldVnode.text)) { nodeOps.setTextContent(elm, ''); }\n addVnodes(elm, null, ch, 0, ch.length - 1, insertedVnodeQueue);\n } else if (isDef(oldCh)) {\n removeVnodes(oldCh, 0, oldCh.length - 1);\n } else if (isDef(oldVnode.text)) {\n nodeOps.setTextContent(elm, '');\n }\n } else if (oldVnode.text !== vnode.text) {\n nodeOps.setTextContent(elm, vnode.text);\n }\n if (isDef(data)) {\n if (isDef(i = data.hook) && isDef(i = i.postpatch)) { i(oldVnode, vnode); }\n }\n }\n\n function invokeInsertHook (vnode, queue, initial) {\n // delay insert hooks for component root nodes, invoke them after the\n // element is really inserted\n if (isTrue(initial) && isDef(vnode.parent)) {\n vnode.parent.data.pendingInsert = queue;\n } else {\n for (var i = 0; i < queue.length; ++i) {\n queue[i].data.hook.insert(queue[i]);\n }\n }\n }\n\n var hydrationBailed = false;\n // list of modules that can skip create hook during hydration because they\n // are already rendered on the client or has no need for initialization\n // Note: style is excluded because it relies on initial clone for future\n // deep updates (#7063).\n var isRenderedModule = makeMap('attrs,class,staticClass,staticStyle,key');\n\n // Note: this is a browser-only function so we can assume elms are DOM nodes.\n function hydrate (elm, vnode, insertedVnodeQueue, inVPre) {\n var i;\n var tag = vnode.tag;\n var data = vnode.data;\n var children = vnode.children;\n inVPre = inVPre || (data && data.pre);\n vnode.elm = elm;\n\n if (isTrue(vnode.isComment) && isDef(vnode.asyncFactory)) {\n vnode.isAsyncPlaceholder = true;\n return true\n }\n // assert node match\n if (process.env.NODE_ENV !== 'production') {\n if (!assertNodeMatch(elm, vnode, inVPre)) {\n return false\n }\n }\n if (isDef(data)) {\n if (isDef(i = data.hook) && isDef(i = i.init)) { i(vnode, true /* hydrating */); }\n if (isDef(i = vnode.componentInstance)) {\n // child component. it should have hydrated its own tree.\n initComponent(vnode, insertedVnodeQueue);\n return true\n }\n }\n if (isDef(tag)) {\n if (isDef(children)) {\n // empty element, allow client to pick up and populate children\n if (!elm.hasChildNodes()) {\n createChildren(vnode, children, insertedVnodeQueue);\n } else {\n // v-html and domProps: innerHTML\n if (isDef(i = data) && isDef(i = i.domProps) && isDef(i = i.innerHTML)) {\n if (i !== elm.innerHTML) {\n /* istanbul ignore if */\n if (process.env.NODE_ENV !== 'production' &&\n typeof console !== 'undefined' &&\n !hydrationBailed\n ) {\n hydrationBailed = true;\n console.warn('Parent: ', elm);\n console.warn('server innerHTML: ', i);\n console.warn('client innerHTML: ', elm.innerHTML);\n }\n return false\n }\n } else {\n // iterate and compare children lists\n var childrenMatch = true;\n var childNode = elm.firstChild;\n for (var i$1 = 0; i$1 < children.length; i$1++) {\n if (!childNode || !hydrate(childNode, children[i$1], insertedVnodeQueue, inVPre)) {\n childrenMatch = false;\n break\n }\n childNode = childNode.nextSibling;\n }\n // if childNode is not null, it means the actual childNodes list is\n // longer than the virtual children list.\n if (!childrenMatch || childNode) {\n /* istanbul ignore if */\n if (process.env.NODE_ENV !== 'production' &&\n typeof console !== 'undefined' &&\n !hydrationBailed\n ) {\n hydrationBailed = true;\n console.warn('Parent: ', elm);\n console.warn('Mismatching childNodes vs. VNodes: ', elm.childNodes, children);\n }\n return false\n }\n }\n }\n }\n if (isDef(data)) {\n var fullInvoke = false;\n for (var key in data) {\n if (!isRenderedModule(key)) {\n fullInvoke = true;\n invokeCreateHooks(vnode, insertedVnodeQueue);\n break\n }\n }\n if (!fullInvoke && data['class']) {\n // ensure collecting deps for deep class bindings for future updates\n traverse(data['class']);\n }\n }\n } else if (elm.data !== vnode.text) {\n elm.data = vnode.text;\n }\n return true\n }\n\n function assertNodeMatch (node, vnode, inVPre) {\n if (isDef(vnode.tag)) {\n return vnode.tag.indexOf('vue-component') === 0 || (\n !isUnknownElement$$1(vnode, inVPre) &&\n vnode.tag.toLowerCase() === (node.tagName && node.tagName.toLowerCase())\n )\n } else {\n return node.nodeType === (vnode.isComment ? 8 : 3)\n }\n }\n\n return function patch (oldVnode, vnode, hydrating, removeOnly) {\n if (isUndef(vnode)) {\n if (isDef(oldVnode)) { invokeDestroyHook(oldVnode); }\n return\n }\n\n var isInitialPatch = false;\n var insertedVnodeQueue = [];\n\n if (isUndef(oldVnode)) {\n // empty mount (likely as component), create new root element\n isInitialPatch = true;\n createElm(vnode, insertedVnodeQueue);\n } else {\n var isRealElement = isDef(oldVnode.nodeType);\n if (!isRealElement && sameVnode(oldVnode, vnode)) {\n // patch existing root node\n patchVnode(oldVnode, vnode, insertedVnodeQueue, null, null, removeOnly);\n } else {\n if (isRealElement) {\n // mounting to a real element\n // check if this is server-rendered content and if we can perform\n // a successful hydration.\n if (oldVnode.nodeType === 1 && oldVnode.hasAttribute(SSR_ATTR)) {\n oldVnode.removeAttribute(SSR_ATTR);\n hydrating = true;\n }\n if (isTrue(hydrating)) {\n if (hydrate(oldVnode, vnode, insertedVnodeQueue)) {\n invokeInsertHook(vnode, insertedVnodeQueue, true);\n return oldVnode\n } else if (process.env.NODE_ENV !== 'production') {\n warn(\n 'The client-side rendered virtual DOM tree is not matching ' +\n 'server-rendered content. This is likely caused by incorrect ' +\n 'HTML markup, for example nesting block-level elements inside ' +\n '<p>, or missing <tbody>. Bailing hydration and performing ' +\n 'full client-side render.'\n );\n }\n }\n // either not server-rendered, or hydration failed.\n // create an empty node and replace it\n oldVnode = emptyNodeAt(oldVnode);\n }\n\n // replacing existing element\n var oldElm = oldVnode.elm;\n var parentElm = nodeOps.parentNode(oldElm);\n\n // create new node\n createElm(\n vnode,\n insertedVnodeQueue,\n // extremely rare edge case: do not insert if old element is in a\n // leaving transition. Only happens when combining transition +\n // keep-alive + HOCs. (#4590)\n oldElm._leaveCb ? null : parentElm,\n nodeOps.nextSibling(oldElm)\n );\n\n // update parent placeholder node element, recursively\n if (isDef(vnode.parent)) {\n var ancestor = vnode.parent;\n var patchable = isPatchable(vnode);\n while (ancestor) {\n for (var i = 0; i < cbs.destroy.length; ++i) {\n cbs.destroy[i](ancestor);\n }\n ancestor.elm = vnode.elm;\n if (patchable) {\n for (var i$1 = 0; i$1 < cbs.create.length; ++i$1) {\n cbs.create[i$1](emptyNode, ancestor);\n }\n // #6513\n // invoke insert hooks that may have been merged by create hooks.\n // e.g. for directives that uses the \"inserted\" hook.\n var insert = ancestor.data.hook.insert;\n if (insert.merged) {\n // start at index 1 to avoid re-invoking component mounted hook\n for (var i$2 = 1; i$2 < insert.fns.length; i$2++) {\n insert.fns[i$2]();\n }\n }\n } else {\n registerRef(ancestor);\n }\n ancestor = ancestor.parent;\n }\n }\n\n // destroy old node\n if (isDef(parentElm)) {\n removeVnodes([oldVnode], 0, 0);\n } else if (isDef(oldVnode.tag)) {\n invokeDestroyHook(oldVnode);\n }\n }\n }\n\n invokeInsertHook(vnode, insertedVnodeQueue, isInitialPatch);\n return vnode.elm\n }\n}\n\n/* */\n\nvar directives = {\n create: updateDirectives,\n update: updateDirectives,\n destroy: function unbindDirectives (vnode) {\n updateDirectives(vnode, emptyNode);\n }\n};\n\nfunction updateDirectives (oldVnode, vnode) {\n if (oldVnode.data.directives || vnode.data.directives) {\n _update(oldVnode, vnode);\n }\n}\n\nfunction _update (oldVnode, vnode) {\n var isCreate = oldVnode === emptyNode;\n var isDestroy = vnode === emptyNode;\n var oldDirs = normalizeDirectives$1(oldVnode.data.directives, oldVnode.context);\n var newDirs = normalizeDirectives$1(vnode.data.directives, vnode.context);\n\n var dirsWithInsert = [];\n var dirsWithPostpatch = [];\n\n var key, oldDir, dir;\n for (key in newDirs) {\n oldDir = oldDirs[key];\n dir = newDirs[key];\n if (!oldDir) {\n // new directive, bind\n callHook$1(dir, 'bind', vnode, oldVnode);\n if (dir.def && dir.def.inserted) {\n dirsWithInsert.push(dir);\n }\n } else {\n // existing directive, update\n dir.oldValue = oldDir.value;\n dir.oldArg = oldDir.arg;\n callHook$1(dir, 'update', vnode, oldVnode);\n if (dir.def && dir.def.componentUpdated) {\n dirsWithPostpatch.push(dir);\n }\n }\n }\n\n if (dirsWithInsert.length) {\n var callInsert = function () {\n for (var i = 0; i < dirsWithInsert.length; i++) {\n callHook$1(dirsWithInsert[i], 'inserted', vnode, oldVnode);\n }\n };\n if (isCreate) {\n mergeVNodeHook(vnode, 'insert', callInsert);\n } else {\n callInsert();\n }\n }\n\n if (dirsWithPostpatch.length) {\n mergeVNodeHook(vnode, 'postpatch', function () {\n for (var i = 0; i < dirsWithPostpatch.length; i++) {\n callHook$1(dirsWithPostpatch[i], 'componentUpdated', vnode, oldVnode);\n }\n });\n }\n\n if (!isCreate) {\n for (key in oldDirs) {\n if (!newDirs[key]) {\n // no longer present, unbind\n callHook$1(oldDirs[key], 'unbind', oldVnode, oldVnode, isDestroy);\n }\n }\n }\n}\n\nvar emptyModifiers = Object.create(null);\n\nfunction normalizeDirectives$1 (\n dirs,\n vm\n) {\n var res = Object.create(null);\n if (!dirs) {\n // $flow-disable-line\n return res\n }\n var i, dir;\n for (i = 0; i < dirs.length; i++) {\n dir = dirs[i];\n if (!dir.modifiers) {\n // $flow-disable-line\n dir.modifiers = emptyModifiers;\n }\n res[getRawDirName(dir)] = dir;\n dir.def = resolveAsset(vm.$options, 'directives', dir.name, true);\n }\n // $flow-disable-line\n return res\n}\n\nfunction getRawDirName (dir) {\n return dir.rawName || ((dir.name) + \".\" + (Object.keys(dir.modifiers || {}).join('.')))\n}\n\nfunction callHook$1 (dir, hook, vnode, oldVnode, isDestroy) {\n var fn = dir.def && dir.def[hook];\n if (fn) {\n try {\n fn(vnode.elm, dir, vnode, oldVnode, isDestroy);\n } catch (e) {\n handleError(e, vnode.context, (\"directive \" + (dir.name) + \" \" + hook + \" hook\"));\n }\n }\n}\n\nvar baseModules = [\n ref,\n directives\n];\n\n/* */\n\nfunction updateAttrs (oldVnode, vnode) {\n var opts = vnode.componentOptions;\n if (isDef(opts) && opts.Ctor.options.inheritAttrs === false) {\n return\n }\n if (isUndef(oldVnode.data.attrs) && isUndef(vnode.data.attrs)) {\n return\n }\n var key, cur, old;\n var elm = vnode.elm;\n var oldAttrs = oldVnode.data.attrs || {};\n var attrs = vnode.data.attrs || {};\n // clone observed objects, as the user probably wants to mutate it\n if (isDef(attrs.__ob__)) {\n attrs = vnode.data.attrs = extend({}, attrs);\n }\n\n for (key in attrs) {\n cur = attrs[key];\n old = oldAttrs[key];\n if (old !== cur) {\n setAttr(elm, key, cur);\n }\n }\n // #4391: in IE9, setting type can reset value for input[type=radio]\n // #6666: IE/Edge forces progress value down to 1 before setting a max\n /* istanbul ignore if */\n if ((isIE || isEdge) && attrs.value !== oldAttrs.value) {\n setAttr(elm, 'value', attrs.value);\n }\n for (key in oldAttrs) {\n if (isUndef(attrs[key])) {\n if (isXlink(key)) {\n elm.removeAttributeNS(xlinkNS, getXlinkProp(key));\n } else if (!isEnumeratedAttr(key)) {\n elm.removeAttribute(key);\n }\n }\n }\n}\n\nfunction setAttr (el, key, value) {\n if (el.tagName.indexOf('-') > -1) {\n baseSetAttr(el, key, value);\n } else if (isBooleanAttr(key)) {\n // set attribute for blank value\n // e.g. <option disabled>Select one</option>\n if (isFalsyAttrValue(value)) {\n el.removeAttribute(key);\n } else {\n // technically allowfullscreen is a boolean attribute for <iframe>,\n // but Flash expects a value of \"true\" when used on <embed> tag\n value = key === 'allowfullscreen' && el.tagName === 'EMBED'\n ? 'true'\n : key;\n el.setAttribute(key, value);\n }\n } else if (isEnumeratedAttr(key)) {\n el.setAttribute(key, convertEnumeratedValue(key, value));\n } else if (isXlink(key)) {\n if (isFalsyAttrValue(value)) {\n el.removeAttributeNS(xlinkNS, getXlinkProp(key));\n } else {\n el.setAttributeNS(xlinkNS, key, value);\n }\n } else {\n baseSetAttr(el, key, value);\n }\n}\n\nfunction baseSetAttr (el, key, value) {\n if (isFalsyAttrValue(value)) {\n el.removeAttribute(key);\n } else {\n // #7138: IE10 & 11 fires input event when setting placeholder on\n // <textarea>... block the first input event and remove the blocker\n // immediately.\n /* istanbul ignore if */\n if (\n isIE && !isIE9 &&\n el.tagName === 'TEXTAREA' &&\n key === 'placeholder' && value !== '' && !el.__ieph\n ) {\n var blocker = function (e) {\n e.stopImmediatePropagation();\n el.removeEventListener('input', blocker);\n };\n el.addEventListener('input', blocker);\n // $flow-disable-line\n el.__ieph = true; /* IE placeholder patched */\n }\n el.setAttribute(key, value);\n }\n}\n\nvar attrs = {\n create: updateAttrs,\n update: updateAttrs\n};\n\n/* */\n\nfunction updateClass (oldVnode, vnode) {\n var el = vnode.elm;\n var data = vnode.data;\n var oldData = oldVnode.data;\n if (\n isUndef(data.staticClass) &&\n isUndef(data.class) && (\n isUndef(oldData) || (\n isUndef(oldData.staticClass) &&\n isUndef(oldData.class)\n )\n )\n ) {\n return\n }\n\n var cls = genClassForVnode(vnode);\n\n // handle transition classes\n var transitionClass = el._transitionClasses;\n if (isDef(transitionClass)) {\n cls = concat(cls, stringifyClass(transitionClass));\n }\n\n // set the class\n if (cls !== el._prevClass) {\n el.setAttribute('class', cls);\n el._prevClass = cls;\n }\n}\n\nvar klass = {\n create: updateClass,\n update: updateClass\n};\n\n/* */\n\n/* */\n\n/* */\n\n/* */\n\n// in some cases, the event used has to be determined at runtime\n// so we used some reserved tokens during compile.\nvar RANGE_TOKEN = '__r';\nvar CHECKBOX_RADIO_TOKEN = '__c';\n\n/* */\n\n// normalize v-model event tokens that can only be determined at runtime.\n// it's important to place the event as the first in the array because\n// the whole point is ensuring the v-model callback gets called before\n// user-attached handlers.\nfunction normalizeEvents (on) {\n /* istanbul ignore if */\n if (isDef(on[RANGE_TOKEN])) {\n // IE input[type=range] only supports `change` event\n var event = isIE ? 'change' : 'input';\n on[event] = [].concat(on[RANGE_TOKEN], on[event] || []);\n delete on[RANGE_TOKEN];\n }\n // This was originally intended to fix #4521 but no longer necessary\n // after 2.5. Keeping it for backwards compat with generated code from < 2.4\n /* istanbul ignore if */\n if (isDef(on[CHECKBOX_RADIO_TOKEN])) {\n on.change = [].concat(on[CHECKBOX_RADIO_TOKEN], on.change || []);\n delete on[CHECKBOX_RADIO_TOKEN];\n }\n}\n\nvar target$1;\n\nfunction createOnceHandler$1 (event, handler, capture) {\n var _target = target$1; // save current target element in closure\n return function onceHandler () {\n var res = handler.apply(null, arguments);\n if (res !== null) {\n remove$2(event, onceHandler, capture, _target);\n }\n }\n}\n\n// #9446: Firefox <= 53 (in particular, ESR 52) has incorrect Event.timeStamp\n// implementation and does not fire microtasks in between event propagation, so\n// safe to exclude.\nvar useMicrotaskFix = isUsingMicroTask && !(isFF && Number(isFF[1]) <= 53);\n\nfunction add$1 (\n name,\n handler,\n capture,\n passive\n) {\n // async edge case #6566: inner click event triggers patch, event handler\n // attached to outer element during patch, and triggered again. This\n // happens because browsers fire microtask ticks between event propagation.\n // the solution is simple: we save the timestamp when a handler is attached,\n // and the handler would only fire if the event passed to it was fired\n // AFTER it was attached.\n if (useMicrotaskFix) {\n var attachedTimestamp = currentFlushTimestamp;\n var original = handler;\n handler = original._wrapper = function (e) {\n if (\n // no bubbling, should always fire.\n // this is just a safety net in case event.timeStamp is unreliable in\n // certain weird environments...\n e.target === e.currentTarget ||\n // event is fired after handler attachment\n e.timeStamp >= attachedTimestamp ||\n // bail for environments that have buggy event.timeStamp implementations\n // #9462 iOS 9 bug: event.timeStamp is 0 after history.pushState\n // #9681 QtWebEngine event.timeStamp is negative value\n e.timeStamp <= 0 ||\n // #9448 bail if event is fired in another document in a multi-page\n // electron/nw.js app, since event.timeStamp will be using a different\n // starting reference\n e.target.ownerDocument !== document\n ) {\n return original.apply(this, arguments)\n }\n };\n }\n target$1.addEventListener(\n name,\n handler,\n supportsPassive\n ? { capture: capture, passive: passive }\n : capture\n );\n}\n\nfunction remove$2 (\n name,\n handler,\n capture,\n _target\n) {\n (_target || target$1).removeEventListener(\n name,\n handler._wrapper || handler,\n capture\n );\n}\n\nfunction updateDOMListeners (oldVnode, vnode) {\n if (isUndef(oldVnode.data.on) && isUndef(vnode.data.on)) {\n return\n }\n var on = vnode.data.on || {};\n var oldOn = oldVnode.data.on || {};\n target$1 = vnode.elm;\n normalizeEvents(on);\n updateListeners(on, oldOn, add$1, remove$2, createOnceHandler$1, vnode.context);\n target$1 = undefined;\n}\n\nvar events = {\n create: updateDOMListeners,\n update: updateDOMListeners\n};\n\n/* */\n\nvar svgContainer;\n\nfunction updateDOMProps (oldVnode, vnode) {\n if (isUndef(oldVnode.data.domProps) && isUndef(vnode.data.domProps)) {\n return\n }\n var key, cur;\n var elm = vnode.elm;\n var oldProps = oldVnode.data.domProps || {};\n var props = vnode.data.domProps || {};\n // clone observed objects, as the user probably wants to mutate it\n if (isDef(props.__ob__)) {\n props = vnode.data.domProps = extend({}, props);\n }\n\n for (key in oldProps) {\n if (!(key in props)) {\n elm[key] = '';\n }\n }\n\n for (key in props) {\n cur = props[key];\n // ignore children if the node has textContent or innerHTML,\n // as these will throw away existing DOM nodes and cause removal errors\n // on subsequent patches (#3360)\n if (key === 'textContent' || key === 'innerHTML') {\n if (vnode.children) { vnode.children.length = 0; }\n if (cur === oldProps[key]) { continue }\n // #6601 work around Chrome version <= 55 bug where single textNode\n // replaced by innerHTML/textContent retains its parentNode property\n if (elm.childNodes.length === 1) {\n elm.removeChild(elm.childNodes[0]);\n }\n }\n\n if (key === 'value' && elm.tagName !== 'PROGRESS') {\n // store value as _value as well since\n // non-string values will be stringified\n elm._value = cur;\n // avoid resetting cursor position when value is the same\n var strCur = isUndef(cur) ? '' : String(cur);\n if (shouldUpdateValue(elm, strCur)) {\n elm.value = strCur;\n }\n } else if (key === 'innerHTML' && isSVG(elm.tagName) && isUndef(elm.innerHTML)) {\n // IE doesn't support innerHTML for SVG elements\n svgContainer = svgContainer || document.createElement('div');\n svgContainer.innerHTML = \"<svg>\" + cur + \"</svg>\";\n var svg = svgContainer.firstChild;\n while (elm.firstChild) {\n elm.removeChild(elm.firstChild);\n }\n while (svg.firstChild) {\n elm.appendChild(svg.firstChild);\n }\n } else if (\n // skip the update if old and new VDOM state is the same.\n // `value` is handled separately because the DOM value may be temporarily\n // out of sync with VDOM state due to focus, composition and modifiers.\n // This #4521 by skipping the unnecessary `checked` update.\n cur !== oldProps[key]\n ) {\n // some property updates can throw\n // e.g. `value` on <progress> w/ non-finite value\n try {\n elm[key] = cur;\n } catch (e) {}\n }\n }\n}\n\n// check platforms/web/util/attrs.js acceptValue\n\n\nfunction shouldUpdateValue (elm, checkVal) {\n return (!elm.composing && (\n elm.tagName === 'OPTION' ||\n isNotInFocusAndDirty(elm, checkVal) ||\n isDirtyWithModifiers(elm, checkVal)\n ))\n}\n\nfunction isNotInFocusAndDirty (elm, checkVal) {\n // return true when textbox (.number and .trim) loses focus and its value is\n // not equal to the updated value\n var notInFocus = true;\n // #6157\n // work around IE bug when accessing document.activeElement in an iframe\n try { notInFocus = document.activeElement !== elm; } catch (e) {}\n return notInFocus && elm.value !== checkVal\n}\n\nfunction isDirtyWithModifiers (elm, newVal) {\n var value = elm.value;\n var modifiers = elm._vModifiers; // injected by v-model runtime\n if (isDef(modifiers)) {\n if (modifiers.number) {\n return toNumber(value) !== toNumber(newVal)\n }\n if (modifiers.trim) {\n return value.trim() !== newVal.trim()\n }\n }\n return value !== newVal\n}\n\nvar domProps = {\n create: updateDOMProps,\n update: updateDOMProps\n};\n\n/* */\n\nvar parseStyleText = cached(function (cssText) {\n var res = {};\n var listDelimiter = /;(?![^(]*\\))/g;\n var propertyDelimiter = /:(.+)/;\n cssText.split(listDelimiter).forEach(function (item) {\n if (item) {\n var tmp = item.split(propertyDelimiter);\n tmp.length > 1 && (res[tmp[0].trim()] = tmp[1].trim());\n }\n });\n return res\n});\n\n// merge static and dynamic style data on the same vnode\nfunction normalizeStyleData (data) {\n var style = normalizeStyleBinding(data.style);\n // static style is pre-processed into an object during compilation\n // and is always a fresh object, so it's safe to merge into it\n return data.staticStyle\n ? extend(data.staticStyle, style)\n : style\n}\n\n// normalize possible array / string values into Object\nfunction normalizeStyleBinding (bindingStyle) {\n if (Array.isArray(bindingStyle)) {\n return toObject(bindingStyle)\n }\n if (typeof bindingStyle === 'string') {\n return parseStyleText(bindingStyle)\n }\n return bindingStyle\n}\n\n/**\n * parent component style should be after child's\n * so that parent component's style could override it\n */\nfunction getStyle (vnode, checkChild) {\n var res = {};\n var styleData;\n\n if (checkChild) {\n var childNode = vnode;\n while (childNode.componentInstance) {\n childNode = childNode.componentInstance._vnode;\n if (\n childNode && childNode.data &&\n (styleData = normalizeStyleData(childNode.data))\n ) {\n extend(res, styleData);\n }\n }\n }\n\n if ((styleData = normalizeStyleData(vnode.data))) {\n extend(res, styleData);\n }\n\n var parentNode = vnode;\n while ((parentNode = parentNode.parent)) {\n if (parentNode.data && (styleData = normalizeStyleData(parentNode.data))) {\n extend(res, styleData);\n }\n }\n return res\n}\n\n/* */\n\nvar cssVarRE = /^--/;\nvar importantRE = /\\s*!important$/;\nvar setProp = function (el, name, val) {\n /* istanbul ignore if */\n if (cssVarRE.test(name)) {\n el.style.setProperty(name, val);\n } else if (importantRE.test(val)) {\n el.style.setProperty(hyphenate(name), val.replace(importantRE, ''), 'important');\n } else {\n var normalizedName = normalize(name);\n if (Array.isArray(val)) {\n // Support values array created by autoprefixer, e.g.\n // {display: [\"-webkit-box\", \"-ms-flexbox\", \"flex\"]}\n // Set them one by one, and the browser will only set those it can recognize\n for (var i = 0, len = val.length; i < len; i++) {\n el.style[normalizedName] = val[i];\n }\n } else {\n el.style[normalizedName] = val;\n }\n }\n};\n\nvar vendorNames = ['Webkit', 'Moz', 'ms'];\n\nvar emptyStyle;\nvar normalize = cached(function (prop) {\n emptyStyle = emptyStyle || document.createElement('div').style;\n prop = camelize(prop);\n if (prop !== 'filter' && (prop in emptyStyle)) {\n return prop\n }\n var capName = prop.charAt(0).toUpperCase() + prop.slice(1);\n for (var i = 0; i < vendorNames.length; i++) {\n var name = vendorNames[i] + capName;\n if (name in emptyStyle) {\n return name\n }\n }\n});\n\nfunction updateStyle (oldVnode, vnode) {\n var data = vnode.data;\n var oldData = oldVnode.data;\n\n if (isUndef(data.staticStyle) && isUndef(data.style) &&\n isUndef(oldData.staticStyle) && isUndef(oldData.style)\n ) {\n return\n }\n\n var cur, name;\n var el = vnode.elm;\n var oldStaticStyle = oldData.staticStyle;\n var oldStyleBinding = oldData.normalizedStyle || oldData.style || {};\n\n // if static style exists, stylebinding already merged into it when doing normalizeStyleData\n var oldStyle = oldStaticStyle || oldStyleBinding;\n\n var style = normalizeStyleBinding(vnode.data.style) || {};\n\n // store normalized style under a different key for next diff\n // make sure to clone it if it's reactive, since the user likely wants\n // to mutate it.\n vnode.data.normalizedStyle = isDef(style.__ob__)\n ? extend({}, style)\n : style;\n\n var newStyle = getStyle(vnode, true);\n\n for (name in oldStyle) {\n if (isUndef(newStyle[name])) {\n setProp(el, name, '');\n }\n }\n for (name in newStyle) {\n cur = newStyle[name];\n if (cur !== oldStyle[name]) {\n // ie9 setting to null has no effect, must use empty string\n setProp(el, name, cur == null ? '' : cur);\n }\n }\n}\n\nvar style = {\n create: updateStyle,\n update: updateStyle\n};\n\n/* */\n\nvar whitespaceRE = /\\s+/;\n\n/**\n * Add class with compatibility for SVG since classList is not supported on\n * SVG elements in IE\n */\nfunction addClass (el, cls) {\n /* istanbul ignore if */\n if (!cls || !(cls = cls.trim())) {\n return\n }\n\n /* istanbul ignore else */\n if (el.classList) {\n if (cls.indexOf(' ') > -1) {\n cls.split(whitespaceRE).forEach(function (c) { return el.classList.add(c); });\n } else {\n el.classList.add(cls);\n }\n } else {\n var cur = \" \" + (el.getAttribute('class') || '') + \" \";\n if (cur.indexOf(' ' + cls + ' ') < 0) {\n el.setAttribute('class', (cur + cls).trim());\n }\n }\n}\n\n/**\n * Remove class with compatibility for SVG since classList is not supported on\n * SVG elements in IE\n */\nfunction removeClass (el, cls) {\n /* istanbul ignore if */\n if (!cls || !(cls = cls.trim())) {\n return\n }\n\n /* istanbul ignore else */\n if (el.classList) {\n if (cls.indexOf(' ') > -1) {\n cls.split(whitespaceRE).forEach(function (c) { return el.classList.remove(c); });\n } else {\n el.classList.remove(cls);\n }\n if (!el.classList.length) {\n el.removeAttribute('class');\n }\n } else {\n var cur = \" \" + (el.getAttribute('class') || '') + \" \";\n var tar = ' ' + cls + ' ';\n while (cur.indexOf(tar) >= 0) {\n cur = cur.replace(tar, ' ');\n }\n cur = cur.trim();\n if (cur) {\n el.setAttribute('class', cur);\n } else {\n el.removeAttribute('class');\n }\n }\n}\n\n/* */\n\nfunction resolveTransition (def$$1) {\n if (!def$$1) {\n return\n }\n /* istanbul ignore else */\n if (typeof def$$1 === 'object') {\n var res = {};\n if (def$$1.css !== false) {\n extend(res, autoCssTransition(def$$1.name || 'v'));\n }\n extend(res, def$$1);\n return res\n } else if (typeof def$$1 === 'string') {\n return autoCssTransition(def$$1)\n }\n}\n\nvar autoCssTransition = cached(function (name) {\n return {\n enterClass: (name + \"-enter\"),\n enterToClass: (name + \"-enter-to\"),\n enterActiveClass: (name + \"-enter-active\"),\n leaveClass: (name + \"-leave\"),\n leaveToClass: (name + \"-leave-to\"),\n leaveActiveClass: (name + \"-leave-active\")\n }\n});\n\nvar hasTransition = inBrowser && !isIE9;\nvar TRANSITION = 'transition';\nvar ANIMATION = 'animation';\n\n// Transition property/event sniffing\nvar transitionProp = 'transition';\nvar transitionEndEvent = 'transitionend';\nvar animationProp = 'animation';\nvar animationEndEvent = 'animationend';\nif (hasTransition) {\n /* istanbul ignore if */\n if (window.ontransitionend === undefined &&\n window.onwebkittransitionend !== undefined\n ) {\n transitionProp = 'WebkitTransition';\n transitionEndEvent = 'webkitTransitionEnd';\n }\n if (window.onanimationend === undefined &&\n window.onwebkitanimationend !== undefined\n ) {\n animationProp = 'WebkitAnimation';\n animationEndEvent = 'webkitAnimationEnd';\n }\n}\n\n// binding to window is necessary to make hot reload work in IE in strict mode\nvar raf = inBrowser\n ? window.requestAnimationFrame\n ? window.requestAnimationFrame.bind(window)\n : setTimeout\n : /* istanbul ignore next */ function (fn) { return fn(); };\n\nfunction nextFrame (fn) {\n raf(function () {\n raf(fn);\n });\n}\n\nfunction addTransitionClass (el, cls) {\n var transitionClasses = el._transitionClasses || (el._transitionClasses = []);\n if (transitionClasses.indexOf(cls) < 0) {\n transitionClasses.push(cls);\n addClass(el, cls);\n }\n}\n\nfunction removeTransitionClass (el, cls) {\n if (el._transitionClasses) {\n remove(el._transitionClasses, cls);\n }\n removeClass(el, cls);\n}\n\nfunction whenTransitionEnds (\n el,\n expectedType,\n cb\n) {\n var ref = getTransitionInfo(el, expectedType);\n var type = ref.type;\n var timeout = ref.timeout;\n var propCount = ref.propCount;\n if (!type) { return cb() }\n var event = type === TRANSITION ? transitionEndEvent : animationEndEvent;\n var ended = 0;\n var end = function () {\n el.removeEventListener(event, onEnd);\n cb();\n };\n var onEnd = function (e) {\n if (e.target === el) {\n if (++ended >= propCount) {\n end();\n }\n }\n };\n setTimeout(function () {\n if (ended < propCount) {\n end();\n }\n }, timeout + 1);\n el.addEventListener(event, onEnd);\n}\n\nvar transformRE = /\\b(transform|all)(,|$)/;\n\nfunction getTransitionInfo (el, expectedType) {\n var styles = window.getComputedStyle(el);\n // JSDOM may return undefined for transition properties\n var transitionDelays = (styles[transitionProp + 'Delay'] || '').split(', ');\n var transitionDurations = (styles[transitionProp + 'Duration'] || '').split(', ');\n var transitionTimeout = getTimeout(transitionDelays, transitionDurations);\n var animationDelays = (styles[animationProp + 'Delay'] || '').split(', ');\n var animationDurations = (styles[animationProp + 'Duration'] || '').split(', ');\n var animationTimeout = getTimeout(animationDelays, animationDurations);\n\n var type;\n var timeout = 0;\n var propCount = 0;\n /* istanbul ignore if */\n if (expectedType === TRANSITION) {\n if (transitionTimeout > 0) {\n type = TRANSITION;\n timeout = transitionTimeout;\n propCount = transitionDurations.length;\n }\n } else if (expectedType === ANIMATION) {\n if (animationTimeout > 0) {\n type = ANIMATION;\n timeout = animationTimeout;\n propCount = animationDurations.length;\n }\n } else {\n timeout = Math.max(transitionTimeout, animationTimeout);\n type = timeout > 0\n ? transitionTimeout > animationTimeout\n ? TRANSITION\n : ANIMATION\n : null;\n propCount = type\n ? type === TRANSITION\n ? transitionDurations.length\n : animationDurations.length\n : 0;\n }\n var hasTransform =\n type === TRANSITION &&\n transformRE.test(styles[transitionProp + 'Property']);\n return {\n type: type,\n timeout: timeout,\n propCount: propCount,\n hasTransform: hasTransform\n }\n}\n\nfunction getTimeout (delays, durations) {\n /* istanbul ignore next */\n while (delays.length < durations.length) {\n delays = delays.concat(delays);\n }\n\n return Math.max.apply(null, durations.map(function (d, i) {\n return toMs(d) + toMs(delays[i])\n }))\n}\n\n// Old versions of Chromium (below 61.0.3163.100) formats floating pointer numbers\n// in a locale-dependent way, using a comma instead of a dot.\n// If comma is not replaced with a dot, the input will be rounded down (i.e. acting\n// as a floor function) causing unexpected behaviors\nfunction toMs (s) {\n return Number(s.slice(0, -1).replace(',', '.')) * 1000\n}\n\n/* */\n\nfunction enter (vnode, toggleDisplay) {\n var el = vnode.elm;\n\n // call leave callback now\n if (isDef(el._leaveCb)) {\n el._leaveCb.cancelled = true;\n el._leaveCb();\n }\n\n var data = resolveTransition(vnode.data.transition);\n if (isUndef(data)) {\n return\n }\n\n /* istanbul ignore if */\n if (isDef(el._enterCb) || el.nodeType !== 1) {\n return\n }\n\n var css = data.css;\n var type = data.type;\n var enterClass = data.enterClass;\n var enterToClass = data.enterToClass;\n var enterActiveClass = data.enterActiveClass;\n var appearClass = data.appearClass;\n var appearToClass = data.appearToClass;\n var appearActiveClass = data.appearActiveClass;\n var beforeEnter = data.beforeEnter;\n var enter = data.enter;\n var afterEnter = data.afterEnter;\n var enterCancelled = data.enterCancelled;\n var beforeAppear = data.beforeAppear;\n var appear = data.appear;\n var afterAppear = data.afterAppear;\n var appearCancelled = data.appearCancelled;\n var duration = data.duration;\n\n // activeInstance will always be the <transition> component managing this\n // transition. One edge case to check is when the <transition> is placed\n // as the root node of a child component. In that case we need to check\n // <transition>'s parent for appear check.\n var context = activeInstance;\n var transitionNode = activeInstance.$vnode;\n while (transitionNode && transitionNode.parent) {\n context = transitionNode.context;\n transitionNode = transitionNode.parent;\n }\n\n var isAppear = !context._isMounted || !vnode.isRootInsert;\n\n if (isAppear && !appear && appear !== '') {\n return\n }\n\n var startClass = isAppear && appearClass\n ? appearClass\n : enterClass;\n var activeClass = isAppear && appearActiveClass\n ? appearActiveClass\n : enterActiveClass;\n var toClass = isAppear && appearToClass\n ? appearToClass\n : enterToClass;\n\n var beforeEnterHook = isAppear\n ? (beforeAppear || beforeEnter)\n : beforeEnter;\n var enterHook = isAppear\n ? (typeof appear === 'function' ? appear : enter)\n : enter;\n var afterEnterHook = isAppear\n ? (afterAppear || afterEnter)\n : afterEnter;\n var enterCancelledHook = isAppear\n ? (appearCancelled || enterCancelled)\n : enterCancelled;\n\n var explicitEnterDuration = toNumber(\n isObject(duration)\n ? duration.enter\n : duration\n );\n\n if (process.env.NODE_ENV !== 'production' && explicitEnterDuration != null) {\n checkDuration(explicitEnterDuration, 'enter', vnode);\n }\n\n var expectsCSS = css !== false && !isIE9;\n var userWantsControl = getHookArgumentsLength(enterHook);\n\n var cb = el._enterCb = once(function () {\n if (expectsCSS) {\n removeTransitionClass(el, toClass);\n removeTransitionClass(el, activeClass);\n }\n if (cb.cancelled) {\n if (expectsCSS) {\n removeTransitionClass(el, startClass);\n }\n enterCancelledHook && enterCancelledHook(el);\n } else {\n afterEnterHook && afterEnterHook(el);\n }\n el._enterCb = null;\n });\n\n if (!vnode.data.show) {\n // remove pending leave element on enter by injecting an insert hook\n mergeVNodeHook(vnode, 'insert', function () {\n var parent = el.parentNode;\n var pendingNode = parent && parent._pending && parent._pending[vnode.key];\n if (pendingNode &&\n pendingNode.tag === vnode.tag &&\n pendingNode.elm._leaveCb\n ) {\n pendingNode.elm._leaveCb();\n }\n enterHook && enterHook(el, cb);\n });\n }\n\n // start enter transition\n beforeEnterHook && beforeEnterHook(el);\n if (expectsCSS) {\n addTransitionClass(el, startClass);\n addTransitionClass(el, activeClass);\n nextFrame(function () {\n removeTransitionClass(el, startClass);\n if (!cb.cancelled) {\n addTransitionClass(el, toClass);\n if (!userWantsControl) {\n if (isValidDuration(explicitEnterDuration)) {\n setTimeout(cb, explicitEnterDuration);\n } else {\n whenTransitionEnds(el, type, cb);\n }\n }\n }\n });\n }\n\n if (vnode.data.show) {\n toggleDisplay && toggleDisplay();\n enterHook && enterHook(el, cb);\n }\n\n if (!expectsCSS && !userWantsControl) {\n cb();\n }\n}\n\nfunction leave (vnode, rm) {\n var el = vnode.elm;\n\n // call enter callback now\n if (isDef(el._enterCb)) {\n el._enterCb.cancelled = true;\n el._enterCb();\n }\n\n var data = resolveTransition(vnode.data.transition);\n if (isUndef(data) || el.nodeType !== 1) {\n return rm()\n }\n\n /* istanbul ignore if */\n if (isDef(el._leaveCb)) {\n return\n }\n\n var css = data.css;\n var type = data.type;\n var leaveClass = data.leaveClass;\n var leaveToClass = data.leaveToClass;\n var leaveActiveClass = data.leaveActiveClass;\n var beforeLeave = data.beforeLeave;\n var leave = data.leave;\n var afterLeave = data.afterLeave;\n var leaveCancelled = data.leaveCancelled;\n var delayLeave = data.delayLeave;\n var duration = data.duration;\n\n var expectsCSS = css !== false && !isIE9;\n var userWantsControl = getHookArgumentsLength(leave);\n\n var explicitLeaveDuration = toNumber(\n isObject(duration)\n ? duration.leave\n : duration\n );\n\n if (process.env.NODE_ENV !== 'production' && isDef(explicitLeaveDuration)) {\n checkDuration(explicitLeaveDuration, 'leave', vnode);\n }\n\n var cb = el._leaveCb = once(function () {\n if (el.parentNode && el.parentNode._pending) {\n el.parentNode._pending[vnode.key] = null;\n }\n if (expectsCSS) {\n removeTransitionClass(el, leaveToClass);\n removeTransitionClass(el, leaveActiveClass);\n }\n if (cb.cancelled) {\n if (expectsCSS) {\n removeTransitionClass(el, leaveClass);\n }\n leaveCancelled && leaveCancelled(el);\n } else {\n rm();\n afterLeave && afterLeave(el);\n }\n el._leaveCb = null;\n });\n\n if (delayLeave) {\n delayLeave(performLeave);\n } else {\n performLeave();\n }\n\n function performLeave () {\n // the delayed leave may have already been cancelled\n if (cb.cancelled) {\n return\n }\n // record leaving element\n if (!vnode.data.show && el.parentNode) {\n (el.parentNode._pending || (el.parentNode._pending = {}))[(vnode.key)] = vnode;\n }\n beforeLeave && beforeLeave(el);\n if (expectsCSS) {\n addTransitionClass(el, leaveClass);\n addTransitionClass(el, leaveActiveClass);\n nextFrame(function () {\n removeTransitionClass(el, leaveClass);\n if (!cb.cancelled) {\n addTransitionClass(el, leaveToClass);\n if (!userWantsControl) {\n if (isValidDuration(explicitLeaveDuration)) {\n setTimeout(cb, explicitLeaveDuration);\n } else {\n whenTransitionEnds(el, type, cb);\n }\n }\n }\n });\n }\n leave && leave(el, cb);\n if (!expectsCSS && !userWantsControl) {\n cb();\n }\n }\n}\n\n// only used in dev mode\nfunction checkDuration (val, name, vnode) {\n if (typeof val !== 'number') {\n warn(\n \"<transition> explicit \" + name + \" duration is not a valid number - \" +\n \"got \" + (JSON.stringify(val)) + \".\",\n vnode.context\n );\n } else if (isNaN(val)) {\n warn(\n \"<transition> explicit \" + name + \" duration is NaN - \" +\n 'the duration expression might be incorrect.',\n vnode.context\n );\n }\n}\n\nfunction isValidDuration (val) {\n return typeof val === 'number' && !isNaN(val)\n}\n\n/**\n * Normalize a transition hook's argument length. The hook may be:\n * - a merged hook (invoker) with the original in .fns\n * - a wrapped component method (check ._length)\n * - a plain function (.length)\n */\nfunction getHookArgumentsLength (fn) {\n if (isUndef(fn)) {\n return false\n }\n var invokerFns = fn.fns;\n if (isDef(invokerFns)) {\n // invoker\n return getHookArgumentsLength(\n Array.isArray(invokerFns)\n ? invokerFns[0]\n : invokerFns\n )\n } else {\n return (fn._length || fn.length) > 1\n }\n}\n\nfunction _enter (_, vnode) {\n if (vnode.data.show !== true) {\n enter(vnode);\n }\n}\n\nvar transition = inBrowser ? {\n create: _enter,\n activate: _enter,\n remove: function remove$$1 (vnode, rm) {\n /* istanbul ignore else */\n if (vnode.data.show !== true) {\n leave(vnode, rm);\n } else {\n rm();\n }\n }\n} : {};\n\nvar platformModules = [\n attrs,\n klass,\n events,\n domProps,\n style,\n transition\n];\n\n/* */\n\n// the directive module should be applied last, after all\n// built-in modules have been applied.\nvar modules = platformModules.concat(baseModules);\n\nvar patch = createPatchFunction({ nodeOps: nodeOps, modules: modules });\n\n/**\n * Not type checking this file because flow doesn't like attaching\n * properties to Elements.\n */\n\n/* istanbul ignore if */\nif (isIE9) {\n // http://www.matts411.com/post/internet-explorer-9-oninput/\n document.addEventListener('selectionchange', function () {\n var el = document.activeElement;\n if (el && el.vmodel) {\n trigger(el, 'input');\n }\n });\n}\n\nvar directive = {\n inserted: function inserted (el, binding, vnode, oldVnode) {\n if (vnode.tag === 'select') {\n // #6903\n if (oldVnode.elm && !oldVnode.elm._vOptions) {\n mergeVNodeHook(vnode, 'postpatch', function () {\n directive.componentUpdated(el, binding, vnode);\n });\n } else {\n setSelected(el, binding, vnode.context);\n }\n el._vOptions = [].map.call(el.options, getValue);\n } else if (vnode.tag === 'textarea' || isTextInputType(el.type)) {\n el._vModifiers = binding.modifiers;\n if (!binding.modifiers.lazy) {\n el.addEventListener('compositionstart', onCompositionStart);\n el.addEventListener('compositionend', onCompositionEnd);\n // Safari < 10.2 & UIWebView doesn't fire compositionend when\n // switching focus before confirming composition choice\n // this also fixes the issue where some browsers e.g. iOS Chrome\n // fires \"change\" instead of \"input\" on autocomplete.\n el.addEventListener('change', onCompositionEnd);\n /* istanbul ignore if */\n if (isIE9) {\n el.vmodel = true;\n }\n }\n }\n },\n\n componentUpdated: function componentUpdated (el, binding, vnode) {\n if (vnode.tag === 'select') {\n setSelected(el, binding, vnode.context);\n // in case the options rendered by v-for have changed,\n // it's possible that the value is out-of-sync with the rendered options.\n // detect such cases and filter out values that no longer has a matching\n // option in the DOM.\n var prevOptions = el._vOptions;\n var curOptions = el._vOptions = [].map.call(el.options, getValue);\n if (curOptions.some(function (o, i) { return !looseEqual(o, prevOptions[i]); })) {\n // trigger change event if\n // no matching option found for at least one value\n var needReset = el.multiple\n ? binding.value.some(function (v) { return hasNoMatchingOption(v, curOptions); })\n : binding.value !== binding.oldValue && hasNoMatchingOption(binding.value, curOptions);\n if (needReset) {\n trigger(el, 'change');\n }\n }\n }\n }\n};\n\nfunction setSelected (el, binding, vm) {\n actuallySetSelected(el, binding, vm);\n /* istanbul ignore if */\n if (isIE || isEdge) {\n setTimeout(function () {\n actuallySetSelected(el, binding, vm);\n }, 0);\n }\n}\n\nfunction actuallySetSelected (el, binding, vm) {\n var value = binding.value;\n var isMultiple = el.multiple;\n if (isMultiple && !Array.isArray(value)) {\n process.env.NODE_ENV !== 'production' && warn(\n \"<select multiple v-model=\\\"\" + (binding.expression) + \"\\\"> \" +\n \"expects an Array value for its binding, but got \" + (Object.prototype.toString.call(value).slice(8, -1)),\n vm\n );\n return\n }\n var selected, option;\n for (var i = 0, l = el.options.length; i < l; i++) {\n option = el.options[i];\n if (isMultiple) {\n selected = looseIndexOf(value, getValue(option)) > -1;\n if (option.selected !== selected) {\n option.selected = selected;\n }\n } else {\n if (looseEqual(getValue(option), value)) {\n if (el.selectedIndex !== i) {\n el.selectedIndex = i;\n }\n return\n }\n }\n }\n if (!isMultiple) {\n el.selectedIndex = -1;\n }\n}\n\nfunction hasNoMatchingOption (value, options) {\n return options.every(function (o) { return !looseEqual(o, value); })\n}\n\nfunction getValue (option) {\n return '_value' in option\n ? option._value\n : option.value\n}\n\nfunction onCompositionStart (e) {\n e.target.composing = true;\n}\n\nfunction onCompositionEnd (e) {\n // prevent triggering an input event for no reason\n if (!e.target.composing) { return }\n e.target.composing = false;\n trigger(e.target, 'input');\n}\n\nfunction trigger (el, type) {\n var e = document.createEvent('HTMLEvents');\n e.initEvent(type, true, true);\n el.dispatchEvent(e);\n}\n\n/* */\n\n// recursively search for possible transition defined inside the component root\nfunction locateNode (vnode) {\n return vnode.componentInstance && (!vnode.data || !vnode.data.transition)\n ? locateNode(vnode.componentInstance._vnode)\n : vnode\n}\n\nvar show = {\n bind: function bind (el, ref, vnode) {\n var value = ref.value;\n\n vnode = locateNode(vnode);\n var transition$$1 = vnode.data && vnode.data.transition;\n var originalDisplay = el.__vOriginalDisplay =\n el.style.display === 'none' ? '' : el.style.display;\n if (value && transition$$1) {\n vnode.data.show = true;\n enter(vnode, function () {\n el.style.display = originalDisplay;\n });\n } else {\n el.style.display = value ? originalDisplay : 'none';\n }\n },\n\n update: function update (el, ref, vnode) {\n var value = ref.value;\n var oldValue = ref.oldValue;\n\n /* istanbul ignore if */\n if (!value === !oldValue) { return }\n vnode = locateNode(vnode);\n var transition$$1 = vnode.data && vnode.data.transition;\n if (transition$$1) {\n vnode.data.show = true;\n if (value) {\n enter(vnode, function () {\n el.style.display = el.__vOriginalDisplay;\n });\n } else {\n leave(vnode, function () {\n el.style.display = 'none';\n });\n }\n } else {\n el.style.display = value ? el.__vOriginalDisplay : 'none';\n }\n },\n\n unbind: function unbind (\n el,\n binding,\n vnode,\n oldVnode,\n isDestroy\n ) {\n if (!isDestroy) {\n el.style.display = el.__vOriginalDisplay;\n }\n }\n};\n\nvar platformDirectives = {\n model: directive,\n show: show\n};\n\n/* */\n\nvar transitionProps = {\n name: String,\n appear: Boolean,\n css: Boolean,\n mode: String,\n type: String,\n enterClass: String,\n leaveClass: String,\n enterToClass: String,\n leaveToClass: String,\n enterActiveClass: String,\n leaveActiveClass: String,\n appearClass: String,\n appearActiveClass: String,\n appearToClass: String,\n duration: [Number, String, Object]\n};\n\n// in case the child is also an abstract component, e.g. <keep-alive>\n// we want to recursively retrieve the real component to be rendered\nfunction getRealChild (vnode) {\n var compOptions = vnode && vnode.componentOptions;\n if (compOptions && compOptions.Ctor.options.abstract) {\n return getRealChild(getFirstComponentChild(compOptions.children))\n } else {\n return vnode\n }\n}\n\nfunction extractTransitionData (comp) {\n var data = {};\n var options = comp.$options;\n // props\n for (var key in options.propsData) {\n data[key] = comp[key];\n }\n // events.\n // extract listeners and pass them directly to the transition methods\n var listeners = options._parentListeners;\n for (var key$1 in listeners) {\n data[camelize(key$1)] = listeners[key$1];\n }\n return data\n}\n\nfunction placeholder (h, rawChild) {\n if (/\\d-keep-alive$/.test(rawChild.tag)) {\n return h('keep-alive', {\n props: rawChild.componentOptions.propsData\n })\n }\n}\n\nfunction hasParentTransition (vnode) {\n while ((vnode = vnode.parent)) {\n if (vnode.data.transition) {\n return true\n }\n }\n}\n\nfunction isSameChild (child, oldChild) {\n return oldChild.key === child.key && oldChild.tag === child.tag\n}\n\nvar isNotTextNode = function (c) { return c.tag || isAsyncPlaceholder(c); };\n\nvar isVShowDirective = function (d) { return d.name === 'show'; };\n\nvar Transition = {\n name: 'transition',\n props: transitionProps,\n abstract: true,\n\n render: function render (h) {\n var this$1 = this;\n\n var children = this.$slots.default;\n if (!children) {\n return\n }\n\n // filter out text nodes (possible whitespaces)\n children = children.filter(isNotTextNode);\n /* istanbul ignore if */\n if (!children.length) {\n return\n }\n\n // warn multiple elements\n if (process.env.NODE_ENV !== 'production' && children.length > 1) {\n warn(\n '<transition> can only be used on a single element. Use ' +\n '<transition-group> for lists.',\n this.$parent\n );\n }\n\n var mode = this.mode;\n\n // warn invalid mode\n if (process.env.NODE_ENV !== 'production' &&\n mode && mode !== 'in-out' && mode !== 'out-in'\n ) {\n warn(\n 'invalid <transition> mode: ' + mode,\n this.$parent\n );\n }\n\n var rawChild = children[0];\n\n // if this is a component root node and the component's\n // parent container node also has transition, skip.\n if (hasParentTransition(this.$vnode)) {\n return rawChild\n }\n\n // apply transition data to child\n // use getRealChild() to ignore abstract components e.g. keep-alive\n var child = getRealChild(rawChild);\n /* istanbul ignore if */\n if (!child) {\n return rawChild\n }\n\n if (this._leaving) {\n return placeholder(h, rawChild)\n }\n\n // ensure a key that is unique to the vnode type and to this transition\n // component instance. This key will be used to remove pending leaving nodes\n // during entering.\n var id = \"__transition-\" + (this._uid) + \"-\";\n child.key = child.key == null\n ? child.isComment\n ? id + 'comment'\n : id + child.tag\n : isPrimitive(child.key)\n ? (String(child.key).indexOf(id) === 0 ? child.key : id + child.key)\n : child.key;\n\n var data = (child.data || (child.data = {})).transition = extractTransitionData(this);\n var oldRawChild = this._vnode;\n var oldChild = getRealChild(oldRawChild);\n\n // mark v-show\n // so that the transition module can hand over the control to the directive\n if (child.data.directives && child.data.directives.some(isVShowDirective)) {\n child.data.show = true;\n }\n\n if (\n oldChild &&\n oldChild.data &&\n !isSameChild(child, oldChild) &&\n !isAsyncPlaceholder(oldChild) &&\n // #6687 component root is a comment node\n !(oldChild.componentInstance && oldChild.componentInstance._vnode.isComment)\n ) {\n // replace old child transition data with fresh one\n // important for dynamic transitions!\n var oldData = oldChild.data.transition = extend({}, data);\n // handle transition mode\n if (mode === 'out-in') {\n // return placeholder node and queue update when leave finishes\n this._leaving = true;\n mergeVNodeHook(oldData, 'afterLeave', function () {\n this$1._leaving = false;\n this$1.$forceUpdate();\n });\n return placeholder(h, rawChild)\n } else if (mode === 'in-out') {\n if (isAsyncPlaceholder(child)) {\n return oldRawChild\n }\n var delayedLeave;\n var performLeave = function () { delayedLeave(); };\n mergeVNodeHook(data, 'afterEnter', performLeave);\n mergeVNodeHook(data, 'enterCancelled', performLeave);\n mergeVNodeHook(oldData, 'delayLeave', function (leave) { delayedLeave = leave; });\n }\n }\n\n return rawChild\n }\n};\n\n/* */\n\nvar props = extend({\n tag: String,\n moveClass: String\n}, transitionProps);\n\ndelete props.mode;\n\nvar TransitionGroup = {\n props: props,\n\n beforeMount: function beforeMount () {\n var this$1 = this;\n\n var update = this._update;\n this._update = function (vnode, hydrating) {\n var restoreActiveInstance = setActiveInstance(this$1);\n // force removing pass\n this$1.__patch__(\n this$1._vnode,\n this$1.kept,\n false, // hydrating\n true // removeOnly (!important, avoids unnecessary moves)\n );\n this$1._vnode = this$1.kept;\n restoreActiveInstance();\n update.call(this$1, vnode, hydrating);\n };\n },\n\n render: function render (h) {\n var tag = this.tag || this.$vnode.data.tag || 'span';\n var map = Object.create(null);\n var prevChildren = this.prevChildren = this.children;\n var rawChildren = this.$slots.default || [];\n var children = this.children = [];\n var transitionData = extractTransitionData(this);\n\n for (var i = 0; i < rawChildren.length; i++) {\n var c = rawChildren[i];\n if (c.tag) {\n if (c.key != null && String(c.key).indexOf('__vlist') !== 0) {\n children.push(c);\n map[c.key] = c\n ;(c.data || (c.data = {})).transition = transitionData;\n } else if (process.env.NODE_ENV !== 'production') {\n var opts = c.componentOptions;\n var name = opts ? (opts.Ctor.options.name || opts.tag || '') : c.tag;\n warn((\"<transition-group> children must be keyed: <\" + name + \">\"));\n }\n }\n }\n\n if (prevChildren) {\n var kept = [];\n var removed = [];\n for (var i$1 = 0; i$1 < prevChildren.length; i$1++) {\n var c$1 = prevChildren[i$1];\n c$1.data.transition = transitionData;\n c$1.data.pos = c$1.elm.getBoundingClientRect();\n if (map[c$1.key]) {\n kept.push(c$1);\n } else {\n removed.push(c$1);\n }\n }\n this.kept = h(tag, null, kept);\n this.removed = removed;\n }\n\n return h(tag, null, children)\n },\n\n updated: function updated () {\n var children = this.prevChildren;\n var moveClass = this.moveClass || ((this.name || 'v') + '-move');\n if (!children.length || !this.hasMove(children[0].elm, moveClass)) {\n return\n }\n\n // we divide the work into three loops to avoid mixing DOM reads and writes\n // in each iteration - which helps prevent layout thrashing.\n children.forEach(callPendingCbs);\n children.forEach(recordPosition);\n children.forEach(applyTranslation);\n\n // force reflow to put everything in position\n // assign to this to avoid being removed in tree-shaking\n // $flow-disable-line\n this._reflow = document.body.offsetHeight;\n\n children.forEach(function (c) {\n if (c.data.moved) {\n var el = c.elm;\n var s = el.style;\n addTransitionClass(el, moveClass);\n s.transform = s.WebkitTransform = s.transitionDuration = '';\n el.addEventListener(transitionEndEvent, el._moveCb = function cb (e) {\n if (e && e.target !== el) {\n return\n }\n if (!e || /transform$/.test(e.propertyName)) {\n el.removeEventListener(transitionEndEvent, cb);\n el._moveCb = null;\n removeTransitionClass(el, moveClass);\n }\n });\n }\n });\n },\n\n methods: {\n hasMove: function hasMove (el, moveClass) {\n /* istanbul ignore if */\n if (!hasTransition) {\n return false\n }\n /* istanbul ignore if */\n if (this._hasMove) {\n return this._hasMove\n }\n // Detect whether an element with the move class applied has\n // CSS transitions. Since the element may be inside an entering\n // transition at this very moment, we make a clone of it and remove\n // all other transition classes applied to ensure only the move class\n // is applied.\n var clone = el.cloneNode();\n if (el._transitionClasses) {\n el._transitionClasses.forEach(function (cls) { removeClass(clone, cls); });\n }\n addClass(clone, moveClass);\n clone.style.display = 'none';\n this.$el.appendChild(clone);\n var info = getTransitionInfo(clone);\n this.$el.removeChild(clone);\n return (this._hasMove = info.hasTransform)\n }\n }\n};\n\nfunction callPendingCbs (c) {\n /* istanbul ignore if */\n if (c.elm._moveCb) {\n c.elm._moveCb();\n }\n /* istanbul ignore if */\n if (c.elm._enterCb) {\n c.elm._enterCb();\n }\n}\n\nfunction recordPosition (c) {\n c.data.newPos = c.elm.getBoundingClientRect();\n}\n\nfunction applyTranslation (c) {\n var oldPos = c.data.pos;\n var newPos = c.data.newPos;\n var dx = oldPos.left - newPos.left;\n var dy = oldPos.top - newPos.top;\n if (dx || dy) {\n c.data.moved = true;\n var s = c.elm.style;\n s.transform = s.WebkitTransform = \"translate(\" + dx + \"px,\" + dy + \"px)\";\n s.transitionDuration = '0s';\n }\n}\n\nvar platformComponents = {\n Transition: Transition,\n TransitionGroup: TransitionGroup\n};\n\n/* */\n\n// install platform specific utils\nVue.config.mustUseProp = mustUseProp;\nVue.config.isReservedTag = isReservedTag;\nVue.config.isReservedAttr = isReservedAttr;\nVue.config.getTagNamespace = getTagNamespace;\nVue.config.isUnknownElement = isUnknownElement;\n\n// install platform runtime directives & components\nextend(Vue.options.directives, platformDirectives);\nextend(Vue.options.components, platformComponents);\n\n// install platform patch function\nVue.prototype.__patch__ = inBrowser ? patch : noop;\n\n// public mount method\nVue.prototype.$mount = function (\n el,\n hydrating\n) {\n el = el && inBrowser ? query(el) : undefined;\n return mountComponent(this, el, hydrating)\n};\n\n// devtools global hook\n/* istanbul ignore next */\nif (inBrowser) {\n setTimeout(function () {\n if (config.devtools) {\n if (devtools) {\n devtools.emit('init', Vue);\n } else if (\n process.env.NODE_ENV !== 'production' &&\n process.env.NODE_ENV !== 'test'\n ) {\n console[console.info ? 'info' : 'log'](\n 'Download the Vue Devtools extension for a better development experience:\\n' +\n 'https://github.com/vuejs/vue-devtools'\n );\n }\n }\n if (process.env.NODE_ENV !== 'production' &&\n process.env.NODE_ENV !== 'test' &&\n config.productionTip !== false &&\n typeof console !== 'undefined'\n ) {\n console[console.info ? 'info' : 'log'](\n \"You are running Vue in development mode.\\n\" +\n \"Make sure to turn on production mode when deploying for production.\\n\" +\n \"See more tips at https://vuejs.org/guide/deployment.html\"\n );\n }\n }, 0);\n}\n\n/* */\n\nexport default Vue;\n","var global = require('../internals/global');\nvar inspectSource = require('../internals/inspect-source');\n\nvar WeakMap = global.WeakMap;\n\nmodule.exports = typeof WeakMap === 'function' && /native code/.test(inspectSource(WeakMap));\n","var toObject = require('../internals/to-object');\n\nvar floor = Math.floor;\nvar replace = ''.replace;\nvar SUBSTITUTION_SYMBOLS = /\\$([$&'`]|\\d{1,2}|<[^>]*>)/g;\nvar SUBSTITUTION_SYMBOLS_NO_NAMED = /\\$([$&'`]|\\d{1,2})/g;\n\n// `GetSubstitution` abstract operation\n// https://tc39.es/ecma262/#sec-getsubstitution\nmodule.exports = function (matched, str, position, captures, namedCaptures, replacement) {\n var tailPos = position + matched.length;\n var m = captures.length;\n var symbols = SUBSTITUTION_SYMBOLS_NO_NAMED;\n if (namedCaptures !== undefined) {\n namedCaptures = toObject(namedCaptures);\n symbols = SUBSTITUTION_SYMBOLS;\n }\n return replace.call(replacement, symbols, function (match, ch) {\n var capture;\n switch (ch.charAt(0)) {\n case '$': return '$';\n case '&': return matched;\n case '`': return str.slice(0, position);\n case \"'\": return str.slice(tailPos);\n case '<':\n capture = namedCaptures[ch.slice(1, -1)];\n break;\n default: // \\d\\d?\n var n = +ch;\n if (n === 0) return match;\n if (n > m) {\n var f = floor(n / 10);\n if (f === 0) return match;\n if (f <= m) return captures[f - 1] === undefined ? ch.charAt(1) : captures[f - 1] + ch.charAt(1);\n return match;\n }\n capture = captures[n - 1];\n }\n return capture === undefined ? '' : capture;\n });\n};\n","'use strict';\nvar redefine = require('../internals/redefine');\nvar anObject = require('../internals/an-object');\nvar fails = require('../internals/fails');\nvar flags = require('../internals/regexp-flags');\n\nvar TO_STRING = 'toString';\nvar RegExpPrototype = RegExp.prototype;\nvar nativeToString = RegExpPrototype[TO_STRING];\n\nvar NOT_GENERIC = fails(function () { return nativeToString.call({ source: 'a', flags: 'b' }) != '/a/b'; });\n// FF44- RegExp#toString has a wrong name\nvar INCORRECT_NAME = nativeToString.name != TO_STRING;\n\n// `RegExp.prototype.toString` method\n// https://tc39.es/ecma262/#sec-regexp.prototype.tostring\nif (NOT_GENERIC || INCORRECT_NAME) {\n redefine(RegExp.prototype, TO_STRING, function toString() {\n var R = anObject(this);\n var p = String(R.source);\n var rf = R.flags;\n var f = String(rf === undefined && R instanceof RegExp && !('flags' in RegExpPrototype) ? flags.call(R) : rf);\n return '/' + p + '/' + f;\n }, { unsafe: true });\n}\n","/**\n * This method returns the first argument it receives.\n *\n * @static\n * @since 0.1.0\n * @memberOf _\n * @category Util\n * @param {*} value Any value.\n * @returns {*} Returns `value`.\n * @example\n *\n * var object = { 'a': 1 };\n *\n * console.log(_.identity(object) === object);\n * // => true\n */\nfunction identity(value) {\n return value;\n}\n\nmodule.exports = identity;\n","'use strict';\nvar $ = require('../internals/export');\nvar fails = require('../internals/fails');\nvar isArray = require('../internals/is-array');\nvar isObject = require('../internals/is-object');\nvar toObject = require('../internals/to-object');\nvar toLength = require('../internals/to-length');\nvar createProperty = require('../internals/create-property');\nvar arraySpeciesCreate = require('../internals/array-species-create');\nvar arrayMethodHasSpeciesSupport = require('../internals/array-method-has-species-support');\nvar wellKnownSymbol = require('../internals/well-known-symbol');\nvar V8_VERSION = require('../internals/engine-v8-version');\n\nvar IS_CONCAT_SPREADABLE = wellKnownSymbol('isConcatSpreadable');\nvar MAX_SAFE_INTEGER = 0x1FFFFFFFFFFFFF;\nvar MAXIMUM_ALLOWED_INDEX_EXCEEDED = 'Maximum allowed index exceeded';\n\n// We can't use this feature detection in V8 since it causes\n// deoptimization and serious performance degradation\n// https://github.com/zloirock/core-js/issues/679\nvar IS_CONCAT_SPREADABLE_SUPPORT = V8_VERSION >= 51 || !fails(function () {\n var array = [];\n array[IS_CONCAT_SPREADABLE] = false;\n return array.concat()[0] !== array;\n});\n\nvar SPECIES_SUPPORT = arrayMethodHasSpeciesSupport('concat');\n\nvar isConcatSpreadable = function (O) {\n if (!isObject(O)) return false;\n var spreadable = O[IS_CONCAT_SPREADABLE];\n return spreadable !== undefined ? !!spreadable : isArray(O);\n};\n\nvar FORCED = !IS_CONCAT_SPREADABLE_SUPPORT || !SPECIES_SUPPORT;\n\n// `Array.prototype.concat` method\n// https://tc39.es/ecma262/#sec-array.prototype.concat\n// with adding support of @@isConcatSpreadable and @@species\n$({ target: 'Array', proto: true, forced: FORCED }, {\n // eslint-disable-next-line no-unused-vars -- required for `.length`\n concat: function concat(arg) {\n var O = toObject(this);\n var A = arraySpeciesCreate(O, 0);\n var n = 0;\n var i, k, length, len, E;\n for (i = -1, length = arguments.length; i < length; i++) {\n E = i === -1 ? O : arguments[i];\n if (isConcatSpreadable(E)) {\n len = toLength(E.length);\n if (n + len > MAX_SAFE_INTEGER) throw TypeError(MAXIMUM_ALLOWED_INDEX_EXCEEDED);\n for (k = 0; k < len; k++, n++) if (k in E) createProperty(A, n, E[k]);\n } else {\n if (n >= MAX_SAFE_INTEGER) throw TypeError(MAXIMUM_ALLOWED_INDEX_EXCEEDED);\n createProperty(A, n++, E);\n }\n }\n A.length = n;\n return A;\n }\n});\n","'use strict';\nvar DESCRIPTORS = require('../internals/descriptors');\nvar fails = require('../internals/fails');\nvar objectKeys = require('../internals/object-keys');\nvar getOwnPropertySymbolsModule = require('../internals/object-get-own-property-symbols');\nvar propertyIsEnumerableModule = require('../internals/object-property-is-enumerable');\nvar toObject = require('../internals/to-object');\nvar IndexedObject = require('../internals/indexed-object');\n\n// eslint-disable-next-line es/no-object-assign -- safe\nvar $assign = Object.assign;\n// eslint-disable-next-line es/no-object-defineproperty -- required for testing\nvar defineProperty = Object.defineProperty;\n\n// `Object.assign` method\n// https://tc39.es/ecma262/#sec-object.assign\nmodule.exports = !$assign || fails(function () {\n // should have correct order of operations (Edge bug)\n if (DESCRIPTORS && $assign({ b: 1 }, $assign(defineProperty({}, 'a', {\n enumerable: true,\n get: function () {\n defineProperty(this, 'b', {\n value: 3,\n enumerable: false\n });\n }\n }), { b: 2 })).b !== 1) return true;\n // should work with symbols and should have deterministic property order (V8 bug)\n var A = {};\n var B = {};\n // eslint-disable-next-line es/no-symbol -- safe\n var symbol = Symbol();\n var alphabet = 'abcdefghijklmnopqrst';\n A[symbol] = 7;\n alphabet.split('').forEach(function (chr) { B[chr] = chr; });\n return $assign({}, A)[symbol] != 7 || objectKeys($assign({}, B)).join('') != alphabet;\n}) ? function assign(target, source) { // eslint-disable-line no-unused-vars -- required for `.length`\n var T = toObject(target);\n var argumentsLength = arguments.length;\n var index = 1;\n var getOwnPropertySymbols = getOwnPropertySymbolsModule.f;\n var propertyIsEnumerable = propertyIsEnumerableModule.f;\n while (argumentsLength > index) {\n var S = IndexedObject(arguments[index++]);\n var keys = getOwnPropertySymbols ? objectKeys(S).concat(getOwnPropertySymbols(S)) : objectKeys(S);\n var length = keys.length;\n var j = 0;\n var key;\n while (length > j) {\n key = keys[j++];\n if (!DESCRIPTORS || propertyIsEnumerable.call(S, key)) T[key] = S[key];\n }\n } return T;\n} : $assign;\n","var baseGetTag = require('./_baseGetTag'),\n isObject = require('./isObject');\n\n/** `Object#toString` result references. */\nvar asyncTag = '[object AsyncFunction]',\n funcTag = '[object Function]',\n genTag = '[object GeneratorFunction]',\n proxyTag = '[object Proxy]';\n\n/**\n * Checks if `value` is classified as a `Function` object.\n *\n * @static\n * @memberOf _\n * @since 0.1.0\n * @category Lang\n * @param {*} value The value to check.\n * @returns {boolean} Returns `true` if `value` is a function, else `false`.\n * @example\n *\n * _.isFunction(_);\n * // => true\n *\n * _.isFunction(/abc/);\n * // => false\n */\nfunction isFunction(value) {\n if (!isObject(value)) {\n return false;\n }\n // The use of `Object#toString` avoids issues with the `typeof` operator\n // in Safari 9 which returns 'object' for typed arrays and other constructors.\n var tag = baseGetTag(value);\n return tag == funcTag || tag == genTag || tag == asyncTag || tag == proxyTag;\n}\n\nmodule.exports = isFunction;\n","var isObject = require('./isObject');\n\n/** Built-in value references. */\nvar objectCreate = Object.create;\n\n/**\n * The base implementation of `_.create` without support for assigning\n * properties to the created object.\n *\n * @private\n * @param {Object} proto The object to inherit from.\n * @returns {Object} Returns the new object.\n */\nvar baseCreate = (function() {\n function object() {}\n return function(proto) {\n if (!isObject(proto)) {\n return {};\n }\n if (objectCreate) {\n return objectCreate(proto);\n }\n object.prototype = proto;\n var result = new object;\n object.prototype = undefined;\n return result;\n };\n}());\n\nmodule.exports = baseCreate;\n","/**\n * Copies the values of `source` to `array`.\n *\n * @private\n * @param {Array} source The array to copy values from.\n * @param {Array} [array=[]] The array to copy values to.\n * @returns {Array} Returns `array`.\n */\nfunction copyArray(source, array) {\n var index = -1,\n length = source.length;\n\n array || (array = Array(length));\n while (++index < length) {\n array[index] = source[index];\n }\n return array;\n}\n\nmodule.exports = copyArray;\n","var assignValue = require('./_assignValue'),\n baseAssignValue = require('./_baseAssignValue');\n\n/**\n * Copies properties of `source` to `object`.\n *\n * @private\n * @param {Object} source The object to copy properties from.\n * @param {Array} props The property identifiers to copy.\n * @param {Object} [object={}] The object to copy properties to.\n * @param {Function} [customizer] The function to customize copied values.\n * @returns {Object} Returns `object`.\n */\nfunction copyObject(source, props, object, customizer) {\n var isNew = !object;\n object || (object = {});\n\n var index = -1,\n length = props.length;\n\n while (++index < length) {\n var key = props[index];\n\n var newValue = customizer\n ? customizer(object[key], source[key], key, object, source)\n : undefined;\n\n if (newValue === undefined) {\n newValue = source[key];\n }\n if (isNew) {\n baseAssignValue(object, key, newValue);\n } else {\n assignValue(object, key, newValue);\n }\n }\n return object;\n}\n\nmodule.exports = copyObject;\n","var arrayLikeKeys = require('./_arrayLikeKeys'),\n baseKeys = require('./_baseKeys'),\n isArrayLike = require('./isArrayLike');\n\n/**\n * Creates an array of the own enumerable property names of `object`.\n *\n * **Note:** Non-object values are coerced to objects. See the\n * [ES spec](http://ecma-international.org/ecma-262/7.0/#sec-object.keys)\n * for more details.\n *\n * @static\n * @since 0.1.0\n * @memberOf _\n * @category Object\n * @param {Object} object The object to query.\n * @returns {Array} Returns the array of property names.\n * @example\n *\n * function Foo() {\n * this.a = 1;\n * this.b = 2;\n * }\n *\n * Foo.prototype.c = 3;\n *\n * _.keys(new Foo);\n * // => ['a', 'b'] (iteration order is not guaranteed)\n *\n * _.keys('hi');\n * // => ['0', '1']\n */\nfunction keys(object) {\n return isArrayLike(object) ? arrayLikeKeys(object) : baseKeys(object);\n}\n\nmodule.exports = keys;\n","var root = require('./_root'),\n stubFalse = require('./stubFalse');\n\n/** Detect free variable `exports`. */\nvar freeExports = typeof exports == 'object' && exports && !exports.nodeType && exports;\n\n/** Detect free variable `module`. */\nvar freeModule = freeExports && typeof module == 'object' && module && !module.nodeType && module;\n\n/** Detect the popular CommonJS extension `module.exports`. */\nvar moduleExports = freeModule && freeModule.exports === freeExports;\n\n/** Built-in value references. */\nvar Buffer = moduleExports ? root.Buffer : undefined;\n\n/* Built-in method references for those with the same name as other `lodash` methods. */\nvar nativeIsBuffer = Buffer ? Buffer.isBuffer : undefined;\n\n/**\n * Checks if `value` is a buffer.\n *\n * @static\n * @memberOf _\n * @since 4.3.0\n * @category Lang\n * @param {*} value The value to check.\n * @returns {boolean} Returns `true` if `value` is a buffer, else `false`.\n * @example\n *\n * _.isBuffer(new Buffer(2));\n * // => true\n *\n * _.isBuffer(new Uint8Array(2));\n * // => false\n */\nvar isBuffer = nativeIsBuffer || stubFalse;\n\nmodule.exports = isBuffer;\n","/** Used for built-in method references. */\nvar objectProto = Object.prototype;\n\n/**\n * Checks if `value` is likely a prototype object.\n *\n * @private\n * @param {*} value The value to check.\n * @returns {boolean} Returns `true` if `value` is a prototype, else `false`.\n */\nfunction isPrototype(value) {\n var Ctor = value && value.constructor,\n proto = (typeof Ctor == 'function' && Ctor.prototype) || objectProto;\n\n return value === proto;\n}\n\nmodule.exports = isPrototype;\n","var getNative = require('./_getNative'),\n root = require('./_root');\n\n/* Built-in method references that are verified to be native. */\nvar Map = getNative(root, 'Map');\n\nmodule.exports = Map;\n","'use strict';\n\nmodule.exports = function bind(fn, thisArg) {\n return function wrap() {\n var args = new Array(arguments.length);\n for (var i = 0; i < args.length; i++) {\n args[i] = arguments[i];\n }\n return fn.apply(thisArg, args);\n };\n};\n","'use strict';\n\nvar utils = require('./../utils');\n\nfunction encode(val) {\n return encodeURIComponent(val).\n replace(/%3A/gi, ':').\n replace(/%24/g, '$').\n replace(/%2C/gi, ',').\n replace(/%20/g, '+').\n replace(/%5B/gi, '[').\n replace(/%5D/gi, ']');\n}\n\n/**\n * Build a URL by appending params to the end\n *\n * @param {string} url The base of the url (e.g., http://www.google.com)\n * @param {object} [params] The params to be appended\n * @returns {string} The formatted url\n */\nmodule.exports = function buildURL(url, params, paramsSerializer) {\n /*eslint no-param-reassign:0*/\n if (!params) {\n return url;\n }\n\n var serializedParams;\n if (paramsSerializer) {\n serializedParams = paramsSerializer(params);\n } else if (utils.isURLSearchParams(params)) {\n serializedParams = params.toString();\n } else {\n var parts = [];\n\n utils.forEach(params, function serialize(val, key) {\n if (val === null || typeof val === 'undefined') {\n return;\n }\n\n if (utils.isArray(val)) {\n key = key + '[]';\n } else {\n val = [val];\n }\n\n utils.forEach(val, function parseValue(v) {\n if (utils.isDate(v)) {\n v = v.toISOString();\n } else if (utils.isObject(v)) {\n v = JSON.stringify(v);\n }\n parts.push(encode(key) + '=' + encode(v));\n });\n });\n\n serializedParams = parts.join('&');\n }\n\n if (serializedParams) {\n var hashmarkIndex = url.indexOf('#');\n if (hashmarkIndex !== -1) {\n url = url.slice(0, hashmarkIndex);\n }\n\n url += (url.indexOf('?') === -1 ? '?' : '&') + serializedParams;\n }\n\n return url;\n};\n","'use strict';\n\nmodule.exports = function isCancel(value) {\n return !!(value && value.__CANCEL__);\n};\n","'use strict';\n\nvar utils = require('./utils');\nvar normalizeHeaderName = require('./helpers/normalizeHeaderName');\n\nvar DEFAULT_CONTENT_TYPE = {\n 'Content-Type': 'application/x-www-form-urlencoded'\n};\n\nfunction setContentTypeIfUnset(headers, value) {\n if (!utils.isUndefined(headers) && utils.isUndefined(headers['Content-Type'])) {\n headers['Content-Type'] = value;\n }\n}\n\nfunction getDefaultAdapter() {\n var adapter;\n if (typeof XMLHttpRequest !== 'undefined') {\n // For browsers use XHR adapter\n adapter = require('./adapters/xhr');\n } else if (typeof process !== 'undefined' && Object.prototype.toString.call(process) === '[object process]') {\n // For node use HTTP adapter\n adapter = require('./adapters/http');\n }\n return adapter;\n}\n\nvar defaults = {\n adapter: getDefaultAdapter(),\n\n transformRequest: [function transformRequest(data, headers) {\n normalizeHeaderName(headers, 'Accept');\n normalizeHeaderName(headers, 'Content-Type');\n if (utils.isFormData(data) ||\n utils.isArrayBuffer(data) ||\n utils.isBuffer(data) ||\n utils.isStream(data) ||\n utils.isFile(data) ||\n utils.isBlob(data)\n ) {\n return data;\n }\n if (utils.isArrayBufferView(data)) {\n return data.buffer;\n }\n if (utils.isURLSearchParams(data)) {\n setContentTypeIfUnset(headers, 'application/x-www-form-urlencoded;charset=utf-8');\n return data.toString();\n }\n if (utils.isObject(data)) {\n setContentTypeIfUnset(headers, 'application/json;charset=utf-8');\n return JSON.stringify(data);\n }\n return data;\n }],\n\n transformResponse: [function transformResponse(data) {\n /*eslint no-param-reassign:0*/\n if (typeof data === 'string') {\n try {\n data = JSON.parse(data);\n } catch (e) { /* Ignore */ }\n }\n return data;\n }],\n\n /**\n * A timeout in milliseconds to abort a request. If set to 0 (default) a\n * timeout is not created.\n */\n timeout: 0,\n\n xsrfCookieName: 'XSRF-TOKEN',\n xsrfHeaderName: 'X-XSRF-TOKEN',\n\n maxContentLength: -1,\n maxBodyLength: -1,\n\n validateStatus: function validateStatus(status) {\n return status >= 200 && status < 300;\n }\n};\n\ndefaults.headers = {\n common: {\n 'Accept': 'application/json, text/plain, */*'\n }\n};\n\nutils.forEach(['delete', 'get', 'head'], function forEachMethodNoData(method) {\n defaults.headers[method] = {};\n});\n\nutils.forEach(['post', 'put', 'patch'], function forEachMethodWithData(method) {\n defaults.headers[method] = utils.merge(DEFAULT_CONTENT_TYPE);\n});\n\nmodule.exports = defaults;\n","'use strict';\n\nvar utils = require('./../utils');\nvar settle = require('./../core/settle');\nvar cookies = require('./../helpers/cookies');\nvar buildURL = require('./../helpers/buildURL');\nvar buildFullPath = require('../core/buildFullPath');\nvar parseHeaders = require('./../helpers/parseHeaders');\nvar isURLSameOrigin = require('./../helpers/isURLSameOrigin');\nvar createError = require('../core/createError');\n\nmodule.exports = function xhrAdapter(config) {\n return new Promise(function dispatchXhrRequest(resolve, reject) {\n var requestData = config.data;\n var requestHeaders = config.headers;\n\n if (utils.isFormData(requestData)) {\n delete requestHeaders['Content-Type']; // Let the browser set it\n }\n\n var request = new XMLHttpRequest();\n\n // HTTP basic authentication\n if (config.auth) {\n var username = config.auth.username || '';\n var password = config.auth.password ? unescape(encodeURIComponent(config.auth.password)) : '';\n requestHeaders.Authorization = 'Basic ' + btoa(username + ':' + password);\n }\n\n var fullPath = buildFullPath(config.baseURL, config.url);\n request.open(config.method.toUpperCase(), buildURL(fullPath, config.params, config.paramsSerializer), true);\n\n // Set the request timeout in MS\n request.timeout = config.timeout;\n\n // Listen for ready state\n request.onreadystatechange = function handleLoad() {\n if (!request || request.readyState !== 4) {\n return;\n }\n\n // The request errored out and we didn't get a response, this will be\n // handled by onerror instead\n // With one exception: request that using file: protocol, most browsers\n // will return status as 0 even though it's a successful request\n if (request.status === 0 && !(request.responseURL && request.responseURL.indexOf('file:') === 0)) {\n return;\n }\n\n // Prepare the response\n var responseHeaders = 'getAllResponseHeaders' in request ? parseHeaders(request.getAllResponseHeaders()) : null;\n var responseData = !config.responseType || config.responseType === 'text' ? request.responseText : request.response;\n var response = {\n data: responseData,\n status: request.status,\n statusText: request.statusText,\n headers: responseHeaders,\n config: config,\n request: request\n };\n\n settle(resolve, reject, response);\n\n // Clean up request\n request = null;\n };\n\n // Handle browser request cancellation (as opposed to a manual cancellation)\n request.onabort = function handleAbort() {\n if (!request) {\n return;\n }\n\n reject(createError('Request aborted', config, 'ECONNABORTED', request));\n\n // Clean up request\n request = null;\n };\n\n // Handle low level network errors\n request.onerror = function handleError() {\n // Real errors are hidden from us by the browser\n // onerror should only fire if it's a network error\n reject(createError('Network Error', config, null, request));\n\n // Clean up request\n request = null;\n };\n\n // Handle timeout\n request.ontimeout = function handleTimeout() {\n var timeoutErrorMessage = 'timeout of ' + config.timeout + 'ms exceeded';\n if (config.timeoutErrorMessage) {\n timeoutErrorMessage = config.timeoutErrorMessage;\n }\n reject(createError(timeoutErrorMessage, config, 'ECONNABORTED',\n request));\n\n // Clean up request\n request = null;\n };\n\n // Add xsrf header\n // This is only done if running in a standard browser environment.\n // Specifically not if we're in a web worker, or react-native.\n if (utils.isStandardBrowserEnv()) {\n // Add xsrf header\n var xsrfValue = (config.withCredentials || isURLSameOrigin(fullPath)) && config.xsrfCookieName ?\n cookies.read(config.xsrfCookieName) :\n undefined;\n\n if (xsrfValue) {\n requestHeaders[config.xsrfHeaderName] = xsrfValue;\n }\n }\n\n // Add headers to the request\n if ('setRequestHeader' in request) {\n utils.forEach(requestHeaders, function setRequestHeader(val, key) {\n if (typeof requestData === 'undefined' && key.toLowerCase() === 'content-type') {\n // Remove Content-Type if data is undefined\n delete requestHeaders[key];\n } else {\n // Otherwise add header to the request\n request.setRequestHeader(key, val);\n }\n });\n }\n\n // Add withCredentials to request if needed\n if (!utils.isUndefined(config.withCredentials)) {\n request.withCredentials = !!config.withCredentials;\n }\n\n // Add responseType to request if needed\n if (config.responseType) {\n try {\n request.responseType = config.responseType;\n } catch (e) {\n // Expected DOMException thrown by browsers not compatible XMLHttpRequest Level 2.\n // But, this can be suppressed for 'json' type as it can be parsed by default 'transformResponse' function.\n if (config.responseType !== 'json') {\n throw e;\n }\n }\n }\n\n // Handle progress if needed\n if (typeof config.onDownloadProgress === 'function') {\n request.addEventListener('progress', config.onDownloadProgress);\n }\n\n // Not all browsers support upload events\n if (typeof config.onUploadProgress === 'function' && request.upload) {\n request.upload.addEventListener('progress', config.onUploadProgress);\n }\n\n if (config.cancelToken) {\n // Handle cancellation\n config.cancelToken.promise.then(function onCanceled(cancel) {\n if (!request) {\n return;\n }\n\n request.abort();\n reject(cancel);\n // Clean up request\n request = null;\n });\n }\n\n if (!requestData) {\n requestData = null;\n }\n\n // Send the request\n request.send(requestData);\n });\n};\n","'use strict';\n\nvar enhanceError = require('./enhanceError');\n\n/**\n * Create an Error with the specified message, config, error code, request and response.\n *\n * @param {string} message The error message.\n * @param {Object} config The config.\n * @param {string} [code] The error code (for example, 'ECONNABORTED').\n * @param {Object} [request] The request.\n * @param {Object} [response] The response.\n * @returns {Error} The created error.\n */\nmodule.exports = function createError(message, config, code, request, response) {\n var error = new Error(message);\n return enhanceError(error, config, code, request, response);\n};\n","'use strict';\n\nvar utils = require('../utils');\n\n/**\n * Config-specific merge-function which creates a new config-object\n * by merging two configuration objects together.\n *\n * @param {Object} config1\n * @param {Object} config2\n * @returns {Object} New object resulting from merging config2 to config1\n */\nmodule.exports = function mergeConfig(config1, config2) {\n // eslint-disable-next-line no-param-reassign\n config2 = config2 || {};\n var config = {};\n\n var valueFromConfig2Keys = ['url', 'method', 'data'];\n var mergeDeepPropertiesKeys = ['headers', 'auth', 'proxy', 'params'];\n var defaultToConfig2Keys = [\n 'baseURL', 'transformRequest', 'transformResponse', 'paramsSerializer',\n 'timeout', 'timeoutMessage', 'withCredentials', 'adapter', 'responseType', 'xsrfCookieName',\n 'xsrfHeaderName', 'onUploadProgress', 'onDownloadProgress', 'decompress',\n 'maxContentLength', 'maxBodyLength', 'maxRedirects', 'transport', 'httpAgent',\n 'httpsAgent', 'cancelToken', 'socketPath', 'responseEncoding'\n ];\n var directMergeKeys = ['validateStatus'];\n\n function getMergedValue(target, source) {\n if (utils.isPlainObject(target) && utils.isPlainObject(source)) {\n return utils.merge(target, source);\n } else if (utils.isPlainObject(source)) {\n return utils.merge({}, source);\n } else if (utils.isArray(source)) {\n return source.slice();\n }\n return source;\n }\n\n function mergeDeepProperties(prop) {\n if (!utils.isUndefined(config2[prop])) {\n config[prop] = getMergedValue(config1[prop], config2[prop]);\n } else if (!utils.isUndefined(config1[prop])) {\n config[prop] = getMergedValue(undefined, config1[prop]);\n }\n }\n\n utils.forEach(valueFromConfig2Keys, function valueFromConfig2(prop) {\n if (!utils.isUndefined(config2[prop])) {\n config[prop] = getMergedValue(undefined, config2[prop]);\n }\n });\n\n utils.forEach(mergeDeepPropertiesKeys, mergeDeepProperties);\n\n utils.forEach(defaultToConfig2Keys, function defaultToConfig2(prop) {\n if (!utils.isUndefined(config2[prop])) {\n config[prop] = getMergedValue(undefined, config2[prop]);\n } else if (!utils.isUndefined(config1[prop])) {\n config[prop] = getMergedValue(undefined, config1[prop]);\n }\n });\n\n utils.forEach(directMergeKeys, function merge(prop) {\n if (prop in config2) {\n config[prop] = getMergedValue(config1[prop], config2[prop]);\n } else if (prop in config1) {\n config[prop] = getMergedValue(undefined, config1[prop]);\n }\n });\n\n var axiosKeys = valueFromConfig2Keys\n .concat(mergeDeepPropertiesKeys)\n .concat(defaultToConfig2Keys)\n .concat(directMergeKeys);\n\n var otherKeys = Object\n .keys(config1)\n .concat(Object.keys(config2))\n .filter(function filterAxiosKeys(key) {\n return axiosKeys.indexOf(key) === -1;\n });\n\n utils.forEach(otherKeys, mergeDeepProperties);\n\n return config;\n};\n","'use strict';\n\n/**\n * A `Cancel` is an object that is thrown when an operation is canceled.\n *\n * @class\n * @param {string=} message The message.\n */\nfunction Cancel(message) {\n this.message = message;\n}\n\nCancel.prototype.toString = function toString() {\n return 'Cancel' + (this.message ? ': ' + this.message : '');\n};\n\nCancel.prototype.__CANCEL__ = true;\n\nmodule.exports = Cancel;\n","'use strict';\nvar $forEach = require('../internals/array-iteration').forEach;\nvar arrayMethodIsStrict = require('../internals/array-method-is-strict');\n\nvar STRICT_METHOD = arrayMethodIsStrict('forEach');\n\n// `Array.prototype.forEach` method implementation\n// https://tc39.es/ecma262/#sec-array.prototype.foreach\nmodule.exports = !STRICT_METHOD ? function forEach(callbackfn /* , thisArg */) {\n return $forEach(this, callbackfn, arguments.length > 1 ? arguments[1] : undefined);\n// eslint-disable-next-line es/no-array-prototype-foreach -- safe\n} : [].forEach;\n","/* eslint-disable no-proto -- safe */\nvar anObject = require('../internals/an-object');\nvar aPossiblePrototype = require('../internals/a-possible-prototype');\n\n// `Object.setPrototypeOf` method\n// https://tc39.es/ecma262/#sec-object.setprototypeof\n// Works with __proto__ only. Old v8 can't work with null proto objects.\n// eslint-disable-next-line es/no-object-setprototypeof -- safe\nmodule.exports = Object.setPrototypeOf || ('__proto__' in {} ? function () {\n var CORRECT_SETTER = false;\n var test = {};\n var setter;\n try {\n // eslint-disable-next-line es/no-object-getownpropertydescriptor -- safe\n setter = Object.getOwnPropertyDescriptor(Object.prototype, '__proto__').set;\n setter.call(test, []);\n CORRECT_SETTER = test instanceof Array;\n } catch (error) { /* empty */ }\n return function setPrototypeOf(O, proto) {\n anObject(O);\n aPossiblePrototype(proto);\n if (CORRECT_SETTER) setter.call(O, proto);\n else O.__proto__ = proto;\n return O;\n };\n}() : undefined);\n","module.exports = {};\n","module.exports = function (it, Constructor, name) {\n if (!(it instanceof Constructor)) {\n throw TypeError('Incorrect ' + (name ? name + ' ' : '') + 'invocation');\n } return it;\n};\n","'use strict';\n/* eslint-disable es/no-array-prototype-indexof -- required for testing */\nvar $ = require('../internals/export');\nvar $indexOf = require('../internals/array-includes').indexOf;\nvar arrayMethodIsStrict = require('../internals/array-method-is-strict');\n\nvar nativeIndexOf = [].indexOf;\n\nvar NEGATIVE_ZERO = !!nativeIndexOf && 1 / [1].indexOf(1, -0) < 0;\nvar STRICT_METHOD = arrayMethodIsStrict('indexOf');\n\n// `Array.prototype.indexOf` method\n// https://tc39.es/ecma262/#sec-array.prototype.indexof\n$({ target: 'Array', proto: true, forced: NEGATIVE_ZERO || !STRICT_METHOD }, {\n indexOf: function indexOf(searchElement /* , fromIndex = 0 */) {\n return NEGATIVE_ZERO\n // convert -0 to +0\n ? nativeIndexOf.apply(this, arguments) || 0\n : $indexOf(this, searchElement, arguments.length > 1 ? arguments[1] : undefined);\n }\n});\n","var classof = require('../internals/classof-raw');\nvar global = require('../internals/global');\n\nmodule.exports = classof(global.process) == 'process';\n","/** Used as references for various `Number` constants. */\nvar MAX_SAFE_INTEGER = 9007199254740991;\n\n/** Used to detect unsigned integer values. */\nvar reIsUint = /^(?:0|[1-9]\\d*)$/;\n\n/**\n * Checks if `value` is a valid array-like index.\n *\n * @private\n * @param {*} value The value to check.\n * @param {number} [length=MAX_SAFE_INTEGER] The upper bounds of a valid index.\n * @returns {boolean} Returns `true` if `value` is a valid index, else `false`.\n */\nfunction isIndex(value, length) {\n var type = typeof value;\n length = length == null ? MAX_SAFE_INTEGER : length;\n\n return !!length &&\n (type == 'number' ||\n (type != 'symbol' && reIsUint.test(value))) &&\n (value > -1 && value % 1 == 0 && value < length);\n}\n\nmodule.exports = isIndex;\n","var baseIsArguments = require('./_baseIsArguments'),\n isObjectLike = require('./isObjectLike');\n\n/** Used for built-in method references. */\nvar objectProto = Object.prototype;\n\n/** Used to check objects for own properties. */\nvar hasOwnProperty = objectProto.hasOwnProperty;\n\n/** Built-in value references. */\nvar propertyIsEnumerable = objectProto.propertyIsEnumerable;\n\n/**\n * Checks if `value` is likely an `arguments` object.\n *\n * @static\n * @memberOf _\n * @since 0.1.0\n * @category Lang\n * @param {*} value The value to check.\n * @returns {boolean} Returns `true` if `value` is an `arguments` object,\n * else `false`.\n * @example\n *\n * _.isArguments(function() { return arguments; }());\n * // => true\n *\n * _.isArguments([1, 2, 3]);\n * // => false\n */\nvar isArguments = baseIsArguments(function() { return arguments; }()) ? baseIsArguments : function(value) {\n return isObjectLike(value) && hasOwnProperty.call(value, 'callee') &&\n !propertyIsEnumerable.call(value, 'callee');\n};\n\nmodule.exports = isArguments;\n","/** Used as references for various `Number` constants. */\nvar MAX_SAFE_INTEGER = 9007199254740991;\n\n/**\n * Checks if `value` is a valid array-like length.\n *\n * **Note:** This method is loosely based on\n * [`ToLength`](http://ecma-international.org/ecma-262/7.0/#sec-tolength).\n *\n * @static\n * @memberOf _\n * @since 4.0.0\n * @category Lang\n * @param {*} value The value to check.\n * @returns {boolean} Returns `true` if `value` is a valid length, else `false`.\n * @example\n *\n * _.isLength(3);\n * // => true\n *\n * _.isLength(Number.MIN_VALUE);\n * // => false\n *\n * _.isLength(Infinity);\n * // => false\n *\n * _.isLength('3');\n * // => false\n */\nfunction isLength(value) {\n return typeof value == 'number' &&\n value > -1 && value % 1 == 0 && value <= MAX_SAFE_INTEGER;\n}\n\nmodule.exports = isLength;\n","var isFunction = require('./isFunction'),\n isLength = require('./isLength');\n\n/**\n * Checks if `value` is array-like. A value is considered array-like if it's\n * not a function and has a `value.length` that's an integer greater than or\n * equal to `0` and less than or equal to `Number.MAX_SAFE_INTEGER`.\n *\n * @static\n * @memberOf _\n * @since 4.0.0\n * @category Lang\n * @param {*} value The value to check.\n * @returns {boolean} Returns `true` if `value` is array-like, else `false`.\n * @example\n *\n * _.isArrayLike([1, 2, 3]);\n * // => true\n *\n * _.isArrayLike(document.body.children);\n * // => true\n *\n * _.isArrayLike('abc');\n * // => true\n *\n * _.isArrayLike(_.noop);\n * // => false\n */\nfunction isArrayLike(value) {\n return value != null && isLength(value.length) && !isFunction(value);\n}\n\nmodule.exports = isArrayLike;\n","var ListCache = require('./_ListCache'),\n stackClear = require('./_stackClear'),\n stackDelete = require('./_stackDelete'),\n stackGet = require('./_stackGet'),\n stackHas = require('./_stackHas'),\n stackSet = require('./_stackSet');\n\n/**\n * Creates a stack cache object to store key-value pairs.\n *\n * @private\n * @constructor\n * @param {Array} [entries] The key-value pairs to cache.\n */\nfunction Stack(entries) {\n var data = this.__data__ = new ListCache(entries);\n this.size = data.size;\n}\n\n// Add methods to `Stack`.\nStack.prototype.clear = stackClear;\nStack.prototype['delete'] = stackDelete;\nStack.prototype.get = stackGet;\nStack.prototype.has = stackHas;\nStack.prototype.set = stackSet;\n\nmodule.exports = Stack;\n","var mapCacheClear = require('./_mapCacheClear'),\n mapCacheDelete = require('./_mapCacheDelete'),\n mapCacheGet = require('./_mapCacheGet'),\n mapCacheHas = require('./_mapCacheHas'),\n mapCacheSet = require('./_mapCacheSet');\n\n/**\n * Creates a map cache object to store key-value pairs.\n *\n * @private\n * @constructor\n * @param {Array} [entries] The key-value pairs to cache.\n */\nfunction MapCache(entries) {\n var index = -1,\n length = entries == null ? 0 : entries.length;\n\n this.clear();\n while (++index < length) {\n var entry = entries[index];\n this.set(entry[0], entry[1]);\n }\n}\n\n// Add methods to `MapCache`.\nMapCache.prototype.clear = mapCacheClear;\nMapCache.prototype['delete'] = mapCacheDelete;\nMapCache.prototype.get = mapCacheGet;\nMapCache.prototype.has = mapCacheHas;\nMapCache.prototype.set = mapCacheSet;\n\nmodule.exports = MapCache;\n","var arrayLikeKeys = require('./_arrayLikeKeys'),\n baseKeysIn = require('./_baseKeysIn'),\n isArrayLike = require('./isArrayLike');\n\n/**\n * Creates an array of the own and inherited enumerable property names of `object`.\n *\n * **Note:** Non-object values are coerced to objects.\n *\n * @static\n * @memberOf _\n * @since 3.0.0\n * @category Object\n * @param {Object} object The object to query.\n * @returns {Array} Returns the array of property names.\n * @example\n *\n * function Foo() {\n * this.a = 1;\n * this.b = 2;\n * }\n *\n * Foo.prototype.c = 3;\n *\n * _.keysIn(new Foo);\n * // => ['a', 'b', 'c'] (iteration order is not guaranteed)\n */\nfunction keysIn(object) {\n return isArrayLike(object) ? arrayLikeKeys(object, true) : baseKeysIn(object);\n}\n\nmodule.exports = keysIn;\n","var overArg = require('./_overArg');\n\n/** Built-in value references. */\nvar getPrototype = overArg(Object.getPrototypeOf, Object);\n\nmodule.exports = getPrototype;\n","'use strict';\nvar $ = require('../internals/export');\nvar forEach = require('../internals/array-for-each');\n\n// `Array.prototype.forEach` method\n// https://tc39.es/ecma262/#sec-array.prototype.foreach\n// eslint-disable-next-line es/no-array-prototype-foreach -- safe\n$({ target: 'Array', proto: true, forced: [].forEach != forEach }, {\n forEach: forEach\n});\n","var wellKnownSymbol = require('../internals/well-known-symbol');\nvar create = require('../internals/object-create');\nvar definePropertyModule = require('../internals/object-define-property');\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 definePropertyModule.f(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","'use strict';\nvar toIndexedObject = require('../internals/to-indexed-object');\nvar addToUnscopables = require('../internals/add-to-unscopables');\nvar Iterators = require('../internals/iterators');\nvar InternalStateModule = require('../internals/internal-state');\nvar defineIterator = require('../internals/define-iterator');\n\nvar ARRAY_ITERATOR = 'Array Iterator';\nvar setInternalState = InternalStateModule.set;\nvar getInternalState = InternalStateModule.getterFor(ARRAY_ITERATOR);\n\n// `Array.prototype.entries` method\n// https://tc39.es/ecma262/#sec-array.prototype.entries\n// `Array.prototype.keys` method\n// https://tc39.es/ecma262/#sec-array.prototype.keys\n// `Array.prototype.values` method\n// https://tc39.es/ecma262/#sec-array.prototype.values\n// `Array.prototype[@@iterator]` method\n// https://tc39.es/ecma262/#sec-array.prototype-@@iterator\n// `CreateArrayIterator` internal method\n// https://tc39.es/ecma262/#sec-createarrayiterator\nmodule.exports = defineIterator(Array, 'Array', function (iterated, kind) {\n setInternalState(this, {\n type: ARRAY_ITERATOR,\n target: toIndexedObject(iterated), // target\n index: 0, // next index\n kind: kind // kind\n });\n// `%ArrayIteratorPrototype%.next` method\n// https://tc39.es/ecma262/#sec-%arrayiteratorprototype%.next\n}, function () {\n var state = getInternalState(this);\n var target = state.target;\n var kind = state.kind;\n var index = state.index++;\n if (!target || index >= target.length) {\n state.target = undefined;\n return { value: undefined, done: true };\n }\n if (kind == 'keys') return { value: index, done: false };\n if (kind == 'values') return { value: target[index], done: false };\n return { value: [index, target[index]], done: false };\n}, 'values');\n\n// argumentsList[@@iterator] is %ArrayProto_values%\n// https://tc39.es/ecma262/#sec-createunmappedargumentsobject\n// https://tc39.es/ecma262/#sec-createmappedargumentsobject\nIterators.Arguments = Iterators.Array;\n\n// https://tc39.es/ecma262/#sec-array.prototype-@@unscopables\naddToUnscopables('keys');\naddToUnscopables('values');\naddToUnscopables('entries');\n","'use strict';\nvar TO_STRING_TAG_SUPPORT = require('../internals/to-string-tag-support');\nvar classof = require('../internals/classof');\n\n// `Object.prototype.toString` method implementation\n// https://tc39.es/ecma262/#sec-object.prototype.tostring\nmodule.exports = TO_STRING_TAG_SUPPORT ? {}.toString : function toString() {\n return '[object ' + classof(this) + ']';\n};\n","/**\n * A faster alternative to `Function#apply`, this function invokes `func`\n * with the `this` binding of `thisArg` and the arguments of `args`.\n *\n * @private\n * @param {Function} func The function to invoke.\n * @param {*} thisArg The `this` binding of `func`.\n * @param {Array} args The arguments to invoke `func` with.\n * @returns {*} Returns the result of `func`.\n */\nfunction apply(func, thisArg, args) {\n switch (args.length) {\n case 0: return func.call(thisArg);\n case 1: return func.call(thisArg, args[0]);\n case 2: return func.call(thisArg, args[0], args[1]);\n case 3: return func.call(thisArg, args[0], args[1], args[2]);\n }\n return func.apply(thisArg, args);\n}\n\nmodule.exports = apply;\n","var defineProperty = require('./_defineProperty');\n\n/**\n * The base implementation of `assignValue` and `assignMergeValue` without\n * value checks.\n *\n * @private\n * @param {Object} object The object to modify.\n * @param {string} key The key of the property to assign.\n * @param {*} value The value to assign.\n */\nfunction baseAssignValue(object, key, value) {\n if (key == '__proto__' && defineProperty) {\n defineProperty(object, key, {\n 'configurable': true,\n 'enumerable': true,\n 'value': value,\n 'writable': true\n });\n } else {\n object[key] = value;\n }\n}\n\nmodule.exports = baseAssignValue;\n","var baseIsTypedArray = require('./_baseIsTypedArray'),\n baseUnary = require('./_baseUnary'),\n nodeUtil = require('./_nodeUtil');\n\n/* Node.js helper references. */\nvar nodeIsTypedArray = nodeUtil && nodeUtil.isTypedArray;\n\n/**\n * Checks if `value` is classified as a typed array.\n *\n * @static\n * @memberOf _\n * @since 3.0.0\n * @category Lang\n * @param {*} value The value to check.\n * @returns {boolean} Returns `true` if `value` is a typed array, else `false`.\n * @example\n *\n * _.isTypedArray(new Uint8Array);\n * // => true\n *\n * _.isTypedArray([]);\n * // => false\n */\nvar isTypedArray = nodeIsTypedArray ? baseUnary(nodeIsTypedArray) : baseIsTypedArray;\n\nmodule.exports = isTypedArray;\n","/**\n * The base implementation of `_.unary` without support for storing metadata.\n *\n * @private\n * @param {Function} func The function to cap arguments for.\n * @returns {Function} Returns the new capped function.\n */\nfunction baseUnary(func) {\n return function(value) {\n return func(value);\n };\n}\n\nmodule.exports = baseUnary;\n","var freeGlobal = require('./_freeGlobal');\n\n/** Detect free variable `exports`. */\nvar freeExports = typeof exports == 'object' && exports && !exports.nodeType && exports;\n\n/** Detect free variable `module`. */\nvar freeModule = freeExports && typeof module == 'object' && module && !module.nodeType && module;\n\n/** Detect the popular CommonJS extension `module.exports`. */\nvar moduleExports = freeModule && freeModule.exports === freeExports;\n\n/** Detect free variable `process` from Node.js. */\nvar freeProcess = moduleExports && freeGlobal.process;\n\n/** Used to access faster Node.js helpers. */\nvar nodeUtil = (function() {\n try {\n // Use `util.types` for Node.js 10+.\n var types = freeModule && freeModule.require && freeModule.require('util').types;\n\n if (types) {\n return types;\n }\n\n // Legacy `process.binding('util')` for Node.js < 10.\n return freeProcess && freeProcess.binding && freeProcess.binding('util');\n } catch (e) {}\n}());\n\nmodule.exports = nodeUtil;\n","var arrayFilter = require('./_arrayFilter'),\n stubArray = require('./stubArray');\n\n/** Used for built-in method references. */\nvar objectProto = Object.prototype;\n\n/** Built-in value references. */\nvar propertyIsEnumerable = objectProto.propertyIsEnumerable;\n\n/* Built-in method references for those with the same name as other `lodash` methods. */\nvar nativeGetSymbols = Object.getOwnPropertySymbols;\n\n/**\n * Creates an array of the own enumerable symbols of `object`.\n *\n * @private\n * @param {Object} object The object to query.\n * @returns {Array} Returns the array of symbols.\n */\nvar getSymbols = !nativeGetSymbols ? stubArray : function(object) {\n if (object == null) {\n return [];\n }\n object = Object(object);\n return arrayFilter(nativeGetSymbols(object), function(symbol) {\n return propertyIsEnumerable.call(object, symbol);\n });\n};\n\nmodule.exports = getSymbols;\n","/**\n * Appends the elements of `values` to `array`.\n *\n * @private\n * @param {Array} array The array to modify.\n * @param {Array} values The values to append.\n * @returns {Array} Returns `array`.\n */\nfunction arrayPush(array, values) {\n var index = -1,\n length = values.length,\n offset = array.length;\n\n while (++index < length) {\n array[offset + index] = values[index];\n }\n return array;\n}\n\nmodule.exports = arrayPush;\n","var Uint8Array = require('./_Uint8Array');\n\n/**\n * Creates a clone of `arrayBuffer`.\n *\n * @private\n * @param {ArrayBuffer} arrayBuffer The array buffer to clone.\n * @returns {ArrayBuffer} Returns the cloned array buffer.\n */\nfunction cloneArrayBuffer(arrayBuffer) {\n var result = new arrayBuffer.constructor(arrayBuffer.byteLength);\n new Uint8Array(result).set(new Uint8Array(arrayBuffer));\n return result;\n}\n\nmodule.exports = cloneArrayBuffer;\n","\"use strict\";\n\nrequire(\"core-js/modules/es.array.for-each\");\n\nObject.defineProperty(exports, \"__esModule\", {\n value: true\n});\nexports.getRequestToken = getRequestToken;\nexports.onRequestTokenUpdate = onRequestTokenUpdate;\n\nvar _eventBus = require(\"@nextcloud/event-bus\");\n\nvar tokenElement = document.getElementsByTagName('head')[0];\nvar token = tokenElement ? tokenElement.getAttribute('data-requesttoken') : null;\nvar observers = [];\n\nfunction getRequestToken() {\n return token;\n}\n\nfunction onRequestTokenUpdate(observer) {\n observers.push(observer);\n} // Listen to server event and keep token in sync\n\n\n(0, _eventBus.subscribe)('csrf-token-update', function (e) {\n token = e.token;\n observers.forEach(function (observer) {\n try {\n observer(e.token);\n } catch (e) {\n console.error('error updating CSRF token observer', e);\n }\n });\n});\n//# sourceMappingURL=requesttoken.js.map","\"use strict\";\n\nObject.defineProperty(exports, \"__esModule\", {\n value: true\n});\nexports.getCurrentUser = getCurrentUser;\n/// <reference types=\"@nextcloud/typings\" />\nvar uidElement = document.getElementsByTagName('head')[0];\nvar uid = uidElement ? uidElement.getAttribute('data-user') : null;\nvar displayNameElement = document.getElementsByTagName('head')[0];\nvar displayName = displayNameElement ? displayNameElement.getAttribute('data-user-displayname') : null;\nvar isAdmin = typeof OC === 'undefined' ? false : OC.isUserAdmin();\n\nfunction getCurrentUser() {\n if (uid === null) {\n return null;\n }\n\n return {\n uid: uid,\n displayName: displayName,\n isAdmin: isAdmin\n };\n}\n//# sourceMappingURL=user.js.map","var classof = require('../internals/classof');\nvar Iterators = require('../internals/iterators');\nvar wellKnownSymbol = require('../internals/well-known-symbol');\n\nvar ITERATOR = wellKnownSymbol('iterator');\n\nmodule.exports = function (it) {\n if (it != undefined) return it[ITERATOR]\n || it['@@iterator']\n || Iterators[classof(it)];\n};\n","var aFunction = require('../internals/a-function');\nvar toObject = require('../internals/to-object');\nvar IndexedObject = require('../internals/indexed-object');\nvar toLength = require('../internals/to-length');\n\n// `Array.prototype.{ reduce, reduceRight }` methods implementation\nvar createMethod = function (IS_RIGHT) {\n return function (that, callbackfn, argumentsLength, memo) {\n aFunction(callbackfn);\n var O = toObject(that);\n var self = IndexedObject(O);\n var length = toLength(O.length);\n var index = IS_RIGHT ? length - 1 : 0;\n var i = IS_RIGHT ? -1 : 1;\n if (argumentsLength < 2) while (true) {\n if (index in self) {\n memo = self[index];\n index += i;\n break;\n }\n index += i;\n if (IS_RIGHT ? index < 0 : length <= index) {\n throw TypeError('Reduce of empty array with no initial value');\n }\n }\n for (;IS_RIGHT ? index >= 0 : length > index; index += i) if (index in self) {\n memo = callbackfn(memo, self[index], index, O);\n }\n return memo;\n };\n};\n\nmodule.exports = {\n // `Array.prototype.reduce` method\n // https://tc39.es/ecma262/#sec-array.prototype.reduce\n left: createMethod(false),\n // `Array.prototype.reduceRight` method\n // https://tc39.es/ecma262/#sec-array.prototype.reduceright\n right: createMethod(true)\n};\n","/** Detect free variable `global` from Node.js. */\nvar freeGlobal = typeof global == 'object' && global && global.Object === Object && global;\n\nmodule.exports = freeGlobal;\n","/** Used for built-in method references. */\nvar funcProto = Function.prototype;\n\n/** Used to resolve the decompiled source of functions. */\nvar funcToString = funcProto.toString;\n\n/**\n * Converts `func` to its source code.\n *\n * @private\n * @param {Function} func The function to convert.\n * @returns {string} Returns the source code.\n */\nfunction toSource(func) {\n if (func != null) {\n try {\n return funcToString.call(func);\n } catch (e) {}\n try {\n return (func + '');\n } catch (e) {}\n }\n return '';\n}\n\nmodule.exports = toSource;\n","var getNative = require('./_getNative');\n\nvar defineProperty = (function() {\n try {\n var func = getNative(Object, 'defineProperty');\n func({}, '', {});\n return func;\n } catch (e) {}\n}());\n\nmodule.exports = defineProperty;\n","var baseTimes = require('./_baseTimes'),\n isArguments = require('./isArguments'),\n isArray = require('./isArray'),\n isBuffer = require('./isBuffer'),\n isIndex = require('./_isIndex'),\n isTypedArray = require('./isTypedArray');\n\n/** Used for built-in method references. */\nvar objectProto = Object.prototype;\n\n/** Used to check objects for own properties. */\nvar hasOwnProperty = objectProto.hasOwnProperty;\n\n/**\n * Creates an array of the enumerable property names of the array-like `value`.\n *\n * @private\n * @param {*} value The value to query.\n * @param {boolean} inherited Specify returning inherited property names.\n * @returns {Array} Returns the array of property names.\n */\nfunction arrayLikeKeys(value, inherited) {\n var isArr = isArray(value),\n isArg = !isArr && isArguments(value),\n isBuff = !isArr && !isArg && isBuffer(value),\n isType = !isArr && !isArg && !isBuff && isTypedArray(value),\n skipIndexes = isArr || isArg || isBuff || isType,\n result = skipIndexes ? baseTimes(value.length, String) : [],\n length = result.length;\n\n for (var key in value) {\n if ((inherited || hasOwnProperty.call(value, key)) &&\n !(skipIndexes && (\n // Safari 9 has enumerable `arguments.length` in strict mode.\n key == 'length' ||\n // Node.js 0.10 has enumerable non-index properties on buffers.\n (isBuff && (key == 'offset' || key == 'parent')) ||\n // PhantomJS 2 has enumerable non-index properties on typed arrays.\n (isType && (key == 'buffer' || key == 'byteLength' || key == 'byteOffset')) ||\n // Skip index properties.\n isIndex(key, length)\n ))) {\n result.push(key);\n }\n }\n return result;\n}\n\nmodule.exports = arrayLikeKeys;\n","/**\n * Creates a unary function that invokes `func` with its argument transformed.\n *\n * @private\n * @param {Function} func The function to wrap.\n * @param {Function} transform The argument transform.\n * @returns {Function} Returns the new function.\n */\nfunction overArg(func, transform) {\n return function(arg) {\n return func(transform(arg));\n };\n}\n\nmodule.exports = overArg;\n","var root = require('./_root');\n\n/** Built-in value references. */\nvar Uint8Array = root.Uint8Array;\n\nmodule.exports = Uint8Array;\n","var SetCache = require('./_SetCache'),\n arraySome = require('./_arraySome'),\n cacheHas = require('./_cacheHas');\n\n/** Used to compose bitmasks for value comparisons. */\nvar COMPARE_PARTIAL_FLAG = 1,\n COMPARE_UNORDERED_FLAG = 2;\n\n/**\n * A specialized version of `baseIsEqualDeep` for arrays with support for\n * partial deep comparisons.\n *\n * @private\n * @param {Array} array The array to compare.\n * @param {Array} other The other array to compare.\n * @param {number} bitmask The bitmask flags. See `baseIsEqual` for more details.\n * @param {Function} customizer The function to customize comparisons.\n * @param {Function} equalFunc The function to determine equivalents of values.\n * @param {Object} stack Tracks traversed `array` and `other` objects.\n * @returns {boolean} Returns `true` if the arrays are equivalent, else `false`.\n */\nfunction equalArrays(array, other, bitmask, customizer, equalFunc, stack) {\n var isPartial = bitmask & COMPARE_PARTIAL_FLAG,\n arrLength = array.length,\n othLength = other.length;\n\n if (arrLength != othLength && !(isPartial && othLength > arrLength)) {\n return false;\n }\n // Check that cyclic values are equal.\n var arrStacked = stack.get(array);\n var othStacked = stack.get(other);\n if (arrStacked && othStacked) {\n return arrStacked == other && othStacked == array;\n }\n var index = -1,\n result = true,\n seen = (bitmask & COMPARE_UNORDERED_FLAG) ? new SetCache : undefined;\n\n stack.set(array, other);\n stack.set(other, array);\n\n // Ignore non-index properties.\n while (++index < arrLength) {\n var arrValue = array[index],\n othValue = other[index];\n\n if (customizer) {\n var compared = isPartial\n ? customizer(othValue, arrValue, index, other, array, stack)\n : customizer(arrValue, othValue, index, array, other, stack);\n }\n if (compared !== undefined) {\n if (compared) {\n continue;\n }\n result = false;\n break;\n }\n // Recursively compare arrays (susceptible to call stack limits).\n if (seen) {\n if (!arraySome(other, function(othValue, othIndex) {\n if (!cacheHas(seen, othIndex) &&\n (arrValue === othValue || equalFunc(arrValue, othValue, bitmask, customizer, stack))) {\n return seen.push(othIndex);\n }\n })) {\n result = false;\n break;\n }\n } else if (!(\n arrValue === othValue ||\n equalFunc(arrValue, othValue, bitmask, customizer, stack)\n )) {\n result = false;\n break;\n }\n }\n stack['delete'](array);\n stack['delete'](other);\n return result;\n}\n\nmodule.exports = equalArrays;\n","var redefine = require('../internals/redefine');\n\nmodule.exports = function (target, src, options) {\n for (var key in src) redefine(target, key, src[key], options);\n return target;\n};\n","var requireObjectCoercible = require('../internals/require-object-coercible');\nvar whitespaces = require('../internals/whitespaces');\n\nvar whitespace = '[' + whitespaces + ']';\nvar ltrim = RegExp('^' + whitespace + whitespace + '*');\nvar rtrim = RegExp(whitespace + whitespace + '*$');\n\n// `String.prototype.{ trim, trimStart, trimEnd, trimLeft, trimRight }` methods implementation\nvar createMethod = function (TYPE) {\n return function ($this) {\n var string = String(requireObjectCoercible($this));\n if (TYPE & 1) string = string.replace(ltrim, '');\n if (TYPE & 2) string = string.replace(rtrim, '');\n return string;\n };\n};\n\nmodule.exports = {\n // `String.prototype.{ trimLeft, trimStart }` methods\n // https://tc39.es/ecma262/#sec-string.prototype.trimstart\n start: createMethod(1),\n // `String.prototype.{ trimRight, trimEnd }` methods\n // https://tc39.es/ecma262/#sec-string.prototype.trimend\n end: createMethod(2),\n // `String.prototype.trim` method\n // https://tc39.es/ecma262/#sec-string.prototype.trim\n trim: createMethod(3)\n};\n","'use strict';\nvar $ = require('../internals/export');\nvar $filter = require('../internals/array-iteration').filter;\nvar arrayMethodHasSpeciesSupport = require('../internals/array-method-has-species-support');\n\nvar HAS_SPECIES_SUPPORT = arrayMethodHasSpeciesSupport('filter');\n\n// `Array.prototype.filter` method\n// https://tc39.es/ecma262/#sec-array.prototype.filter\n// with adding support of @@species\n$({ target: 'Array', proto: true, forced: !HAS_SPECIES_SUPPORT }, {\n filter: function filter(callbackfn /* , thisArg */) {\n return $filter(this, callbackfn, arguments.length > 1 ? arguments[1] : undefined);\n }\n});\n","var getNative = require('./_getNative'),\n root = require('./_root');\n\n/* Built-in method references that are verified to be native. */\nvar WeakMap = getNative(root, 'WeakMap');\n\nmodule.exports = WeakMap;\n","/** Used to detect hot functions by number of calls within a span of milliseconds. */\nvar HOT_COUNT = 800,\n HOT_SPAN = 16;\n\n/* Built-in method references for those with the same name as other `lodash` methods. */\nvar nativeNow = Date.now;\n\n/**\n * Creates a function that'll short out and invoke `identity` instead\n * of `func` when it's called `HOT_COUNT` or more times in `HOT_SPAN`\n * milliseconds.\n *\n * @private\n * @param {Function} func The function to restrict.\n * @returns {Function} Returns the new shortable function.\n */\nfunction shortOut(func) {\n var count = 0,\n lastCalled = 0;\n\n return function() {\n var stamp = nativeNow(),\n remaining = HOT_SPAN - (stamp - lastCalled);\n\n lastCalled = stamp;\n if (remaining > 0) {\n if (++count >= HOT_COUNT) {\n return arguments[0];\n }\n } else {\n count = 0;\n }\n return func.apply(undefined, arguments);\n };\n}\n\nmodule.exports = shortOut;\n","var baseSetToString = require('./_baseSetToString'),\n shortOut = require('./_shortOut');\n\n/**\n * Sets the `toString` method of `func` to return `string`.\n *\n * @private\n * @param {Function} func The function to modify.\n * @param {Function} string The `toString` result.\n * @returns {Function} Returns `func`.\n */\nvar setToString = shortOut(baseSetToString);\n\nmodule.exports = setToString;\n","var baseAssignValue = require('./_baseAssignValue'),\n eq = require('./eq');\n\n/** Used for built-in method references. */\nvar objectProto = Object.prototype;\n\n/** Used to check objects for own properties. */\nvar hasOwnProperty = objectProto.hasOwnProperty;\n\n/**\n * Assigns `value` to `key` of `object` if the existing value is not equivalent\n * using [`SameValueZero`](http://ecma-international.org/ecma-262/7.0/#sec-samevaluezero)\n * for equality comparisons.\n *\n * @private\n * @param {Object} object The object to modify.\n * @param {string} key The key of the property to assign.\n * @param {*} value The value to assign.\n */\nfunction assignValue(object, key, value) {\n var objValue = object[key];\n if (!(hasOwnProperty.call(object, key) && eq(objValue, value)) ||\n (value === undefined && !(key in object))) {\n baseAssignValue(object, key, value);\n }\n}\n\nmodule.exports = assignValue;\n","var isPrototype = require('./_isPrototype'),\n nativeKeys = require('./_nativeKeys');\n\n/** Used for built-in method references. */\nvar objectProto = Object.prototype;\n\n/** Used to check objects for own properties. */\nvar hasOwnProperty = objectProto.hasOwnProperty;\n\n/**\n * The base implementation of `_.keys` which doesn't treat sparse arrays as dense.\n *\n * @private\n * @param {Object} object The object to query.\n * @returns {Array} Returns the array of property names.\n */\nfunction baseKeys(object) {\n if (!isPrototype(object)) {\n return nativeKeys(object);\n }\n var result = [];\n for (var key in Object(object)) {\n if (hasOwnProperty.call(object, key) && key != 'constructor') {\n result.push(key);\n }\n }\n return result;\n}\n\nmodule.exports = baseKeys;\n","/**\n * This method returns a new empty array.\n *\n * @static\n * @memberOf _\n * @since 4.13.0\n * @category Util\n * @returns {Array} Returns the new empty array.\n * @example\n *\n * var arrays = _.times(2, _.stubArray);\n *\n * console.log(arrays);\n * // => [[], []]\n *\n * console.log(arrays[0] === arrays[1]);\n * // => false\n */\nfunction stubArray() {\n return [];\n}\n\nmodule.exports = stubArray;\n","var baseGetAllKeys = require('./_baseGetAllKeys'),\n getSymbols = require('./_getSymbols'),\n keys = require('./keys');\n\n/**\n * Creates an array of own enumerable property names and symbols of `object`.\n *\n * @private\n * @param {Object} object The object to query.\n * @returns {Array} Returns the array of property names and symbols.\n */\nfunction getAllKeys(object) {\n return baseGetAllKeys(object, keys, getSymbols);\n}\n\nmodule.exports = getAllKeys;\n","var arrayPush = require('./_arrayPush'),\n isArray = require('./isArray');\n\n/**\n * The base implementation of `getAllKeys` and `getAllKeysIn` which uses\n * `keysFunc` and `symbolsFunc` to get the enumerable property names and\n * symbols of `object`.\n *\n * @private\n * @param {Object} object The object to query.\n * @param {Function} keysFunc The function to get the keys of `object`.\n * @param {Function} symbolsFunc The function to get the symbols of `object`.\n * @returns {Array} Returns the array of property names and symbols.\n */\nfunction baseGetAllKeys(object, keysFunc, symbolsFunc) {\n var result = keysFunc(object);\n return isArray(object) ? result : arrayPush(result, symbolsFunc(object));\n}\n\nmodule.exports = baseGetAllKeys;\n","var baseIsEqualDeep = require('./_baseIsEqualDeep'),\n isObjectLike = require('./isObjectLike');\n\n/**\n * The base implementation of `_.isEqual` which supports partial comparisons\n * and tracks traversed objects.\n *\n * @private\n * @param {*} value The value to compare.\n * @param {*} other The other value to compare.\n * @param {boolean} bitmask The bitmask flags.\n * 1 - Unordered comparison\n * 2 - Partial comparison\n * @param {Function} [customizer] The function to customize comparisons.\n * @param {Object} [stack] Tracks traversed `value` and `other` objects.\n * @returns {boolean} Returns `true` if the values are equivalent, else `false`.\n */\nfunction baseIsEqual(value, other, bitmask, customizer, stack) {\n if (value === other) {\n return true;\n }\n if (value == null || other == null || (!isObjectLike(value) && !isObjectLike(other))) {\n return value !== value && other !== other;\n }\n return baseIsEqualDeep(value, other, bitmask, customizer, baseIsEqual, stack);\n}\n\nmodule.exports = baseIsEqual;\n","module.exports = require('./lib/axios');","'use strict';\n\nvar utils = require('./utils');\nvar bind = require('./helpers/bind');\nvar Axios = require('./core/Axios');\nvar mergeConfig = require('./core/mergeConfig');\nvar defaults = require('./defaults');\n\n/**\n * Create an instance of Axios\n *\n * @param {Object} defaultConfig The default config for the instance\n * @return {Axios} A new instance of Axios\n */\nfunction createInstance(defaultConfig) {\n var context = new Axios(defaultConfig);\n var instance = bind(Axios.prototype.request, context);\n\n // Copy axios.prototype to instance\n utils.extend(instance, Axios.prototype, context);\n\n // Copy context to instance\n utils.extend(instance, context);\n\n return instance;\n}\n\n// Create the default instance to be exported\nvar axios = createInstance(defaults);\n\n// Expose Axios class to allow class inheritance\naxios.Axios = Axios;\n\n// Factory for creating new instances\naxios.create = function create(instanceConfig) {\n return createInstance(mergeConfig(axios.defaults, instanceConfig));\n};\n\n// Expose Cancel & CancelToken\naxios.Cancel = require('./cancel/Cancel');\naxios.CancelToken = require('./cancel/CancelToken');\naxios.isCancel = require('./cancel/isCancel');\n\n// Expose all/spread\naxios.all = function all(promises) {\n return Promise.all(promises);\n};\naxios.spread = require('./helpers/spread');\n\n// Expose isAxiosError\naxios.isAxiosError = require('./helpers/isAxiosError');\n\nmodule.exports = axios;\n\n// Allow use of default import syntax in TypeScript\nmodule.exports.default = axios;\n","'use strict';\n\nvar utils = require('./../utils');\nvar buildURL = require('../helpers/buildURL');\nvar InterceptorManager = require('./InterceptorManager');\nvar dispatchRequest = require('./dispatchRequest');\nvar mergeConfig = require('./mergeConfig');\n\n/**\n * Create a new instance of Axios\n *\n * @param {Object} instanceConfig The default config for the instance\n */\nfunction Axios(instanceConfig) {\n this.defaults = instanceConfig;\n this.interceptors = {\n request: new InterceptorManager(),\n response: new InterceptorManager()\n };\n}\n\n/**\n * Dispatch a request\n *\n * @param {Object} config The config specific for this request (merged with this.defaults)\n */\nAxios.prototype.request = function request(config) {\n /*eslint no-param-reassign:0*/\n // Allow for axios('example/url'[, config]) a la fetch API\n if (typeof config === 'string') {\n config = arguments[1] || {};\n config.url = arguments[0];\n } else {\n config = config || {};\n }\n\n config = mergeConfig(this.defaults, config);\n\n // Set config.method\n if (config.method) {\n config.method = config.method.toLowerCase();\n } else if (this.defaults.method) {\n config.method = this.defaults.method.toLowerCase();\n } else {\n config.method = 'get';\n }\n\n // Hook up interceptors middleware\n var chain = [dispatchRequest, undefined];\n var promise = Promise.resolve(config);\n\n this.interceptors.request.forEach(function unshiftRequestInterceptors(interceptor) {\n chain.unshift(interceptor.fulfilled, interceptor.rejected);\n });\n\n this.interceptors.response.forEach(function pushResponseInterceptors(interceptor) {\n chain.push(interceptor.fulfilled, interceptor.rejected);\n });\n\n while (chain.length) {\n promise = promise.then(chain.shift(), chain.shift());\n }\n\n return promise;\n};\n\nAxios.prototype.getUri = function getUri(config) {\n config = mergeConfig(this.defaults, config);\n return buildURL(config.url, config.params, config.paramsSerializer).replace(/^\\?/, '');\n};\n\n// Provide aliases for supported request methods\nutils.forEach(['delete', 'get', 'head', 'options'], function forEachMethodNoData(method) {\n /*eslint func-names:0*/\n Axios.prototype[method] = function(url, config) {\n return this.request(mergeConfig(config || {}, {\n method: method,\n url: url,\n data: (config || {}).data\n }));\n };\n});\n\nutils.forEach(['post', 'put', 'patch'], function forEachMethodWithData(method) {\n /*eslint func-names:0*/\n Axios.prototype[method] = function(url, data, config) {\n return this.request(mergeConfig(config || {}, {\n method: method,\n url: url,\n data: data\n }));\n };\n});\n\nmodule.exports = Axios;\n","'use strict';\n\nvar utils = require('./../utils');\n\nfunction InterceptorManager() {\n this.handlers = [];\n}\n\n/**\n * Add a new interceptor to the stack\n *\n * @param {Function} fulfilled The function to handle `then` for a `Promise`\n * @param {Function} rejected The function to handle `reject` for a `Promise`\n *\n * @return {Number} An ID used to remove interceptor later\n */\nInterceptorManager.prototype.use = function use(fulfilled, rejected) {\n this.handlers.push({\n fulfilled: fulfilled,\n rejected: rejected\n });\n return this.handlers.length - 1;\n};\n\n/**\n * Remove an interceptor from the stack\n *\n * @param {Number} id The ID that was returned by `use`\n */\nInterceptorManager.prototype.eject = function eject(id) {\n if (this.handlers[id]) {\n this.handlers[id] = null;\n }\n};\n\n/**\n * Iterate over all the registered interceptors\n *\n * This method is particularly useful for skipping over any\n * interceptors that may have become `null` calling `eject`.\n *\n * @param {Function} fn The function to call for each interceptor\n */\nInterceptorManager.prototype.forEach = function forEach(fn) {\n utils.forEach(this.handlers, function forEachHandler(h) {\n if (h !== null) {\n fn(h);\n }\n });\n};\n\nmodule.exports = InterceptorManager;\n","'use strict';\n\nvar utils = require('./../utils');\nvar transformData = require('./transformData');\nvar isCancel = require('../cancel/isCancel');\nvar defaults = require('../defaults');\n\n/**\n * Throws a `Cancel` if cancellation has been requested.\n */\nfunction throwIfCancellationRequested(config) {\n if (config.cancelToken) {\n config.cancelToken.throwIfRequested();\n }\n}\n\n/**\n * Dispatch a request to the server using the configured adapter.\n *\n * @param {object} config The config that is to be used for the request\n * @returns {Promise} The Promise to be fulfilled\n */\nmodule.exports = function dispatchRequest(config) {\n throwIfCancellationRequested(config);\n\n // Ensure headers exist\n config.headers = config.headers || {};\n\n // Transform request data\n config.data = transformData(\n config.data,\n config.headers,\n config.transformRequest\n );\n\n // Flatten headers\n config.headers = utils.merge(\n config.headers.common || {},\n config.headers[config.method] || {},\n config.headers\n );\n\n utils.forEach(\n ['delete', 'get', 'head', 'post', 'put', 'patch', 'common'],\n function cleanHeaderConfig(method) {\n delete config.headers[method];\n }\n );\n\n var adapter = config.adapter || defaults.adapter;\n\n return adapter(config).then(function onAdapterResolution(response) {\n throwIfCancellationRequested(config);\n\n // Transform response data\n response.data = transformData(\n response.data,\n response.headers,\n config.transformResponse\n );\n\n return response;\n }, function onAdapterRejection(reason) {\n if (!isCancel(reason)) {\n throwIfCancellationRequested(config);\n\n // Transform response data\n if (reason && reason.response) {\n reason.response.data = transformData(\n reason.response.data,\n reason.response.headers,\n config.transformResponse\n );\n }\n }\n\n return Promise.reject(reason);\n });\n};\n","'use strict';\n\nvar utils = require('./../utils');\n\n/**\n * Transform the data for a request or a response\n *\n * @param {Object|String} data The data to be transformed\n * @param {Array} headers The headers for the request or response\n * @param {Array|Function} fns A single function or Array of functions\n * @returns {*} The resulting transformed data\n */\nmodule.exports = function transformData(data, headers, fns) {\n /*eslint no-param-reassign:0*/\n utils.forEach(fns, function transform(fn) {\n data = fn(data, headers);\n });\n\n return data;\n};\n","'use strict';\n\nvar utils = require('../utils');\n\nmodule.exports = function normalizeHeaderName(headers, normalizedName) {\n utils.forEach(headers, function processHeader(value, name) {\n if (name !== normalizedName && name.toUpperCase() === normalizedName.toUpperCase()) {\n headers[normalizedName] = value;\n delete headers[name];\n }\n });\n};\n","'use strict';\n\nvar createError = require('./createError');\n\n/**\n * Resolve or reject a Promise based on response status.\n *\n * @param {Function} resolve A function that resolves the promise.\n * @param {Function} reject A function that rejects the promise.\n * @param {object} response The response.\n */\nmodule.exports = function settle(resolve, reject, response) {\n var validateStatus = response.config.validateStatus;\n if (!response.status || !validateStatus || validateStatus(response.status)) {\n resolve(response);\n } else {\n reject(createError(\n 'Request failed with status code ' + response.status,\n response.config,\n null,\n response.request,\n response\n ));\n }\n};\n","'use strict';\n\n/**\n * Update an Error with the specified config, error code, and response.\n *\n * @param {Error} error The error to update.\n * @param {Object} config The config.\n * @param {string} [code] The error code (for example, 'ECONNABORTED').\n * @param {Object} [request] The request.\n * @param {Object} [response] The response.\n * @returns {Error} The error.\n */\nmodule.exports = function enhanceError(error, config, code, request, response) {\n error.config = config;\n if (code) {\n error.code = code;\n }\n\n error.request = request;\n error.response = response;\n error.isAxiosError = true;\n\n error.toJSON = function toJSON() {\n return {\n // Standard\n message: this.message,\n name: this.name,\n // Microsoft\n description: this.description,\n number: this.number,\n // Mozilla\n fileName: this.fileName,\n lineNumber: this.lineNumber,\n columnNumber: this.columnNumber,\n stack: this.stack,\n // Axios\n config: this.config,\n code: this.code\n };\n };\n return error;\n};\n","'use strict';\n\nvar utils = require('./../utils');\n\nmodule.exports = (\n utils.isStandardBrowserEnv() ?\n\n // Standard browser envs support document.cookie\n (function standardBrowserEnv() {\n return {\n write: function write(name, value, expires, path, domain, secure) {\n var cookie = [];\n cookie.push(name + '=' + encodeURIComponent(value));\n\n if (utils.isNumber(expires)) {\n cookie.push('expires=' + new Date(expires).toGMTString());\n }\n\n if (utils.isString(path)) {\n cookie.push('path=' + path);\n }\n\n if (utils.isString(domain)) {\n cookie.push('domain=' + domain);\n }\n\n if (secure === true) {\n cookie.push('secure');\n }\n\n document.cookie = cookie.join('; ');\n },\n\n read: function read(name) {\n var match = document.cookie.match(new RegExp('(^|;\\\\s*)(' + name + ')=([^;]*)'));\n return (match ? decodeURIComponent(match[3]) : null);\n },\n\n remove: function remove(name) {\n this.write(name, '', Date.now() - 86400000);\n }\n };\n })() :\n\n // Non standard browser env (web workers, react-native) lack needed support.\n (function nonStandardBrowserEnv() {\n return {\n write: function write() {},\n read: function read() { return null; },\n remove: function remove() {}\n };\n })()\n);\n","'use strict';\n\nvar isAbsoluteURL = require('../helpers/isAbsoluteURL');\nvar combineURLs = require('../helpers/combineURLs');\n\n/**\n * Creates a new URL by combining the baseURL with the requestedURL,\n * only when the requestedURL is not already an absolute URL.\n * If the requestURL is absolute, this function returns the requestedURL untouched.\n *\n * @param {string} baseURL The base URL\n * @param {string} requestedURL Absolute or relative URL to combine\n * @returns {string} The combined full path\n */\nmodule.exports = function buildFullPath(baseURL, requestedURL) {\n if (baseURL && !isAbsoluteURL(requestedURL)) {\n return combineURLs(baseURL, requestedURL);\n }\n return requestedURL;\n};\n","'use strict';\n\n/**\n * Determines whether the specified URL is absolute\n *\n * @param {string} url The URL to test\n * @returns {boolean} True if the specified URL is absolute, otherwise false\n */\nmodule.exports = function isAbsoluteURL(url) {\n // A URL is considered absolute if it begins with \"<scheme>://\" or \"//\" (protocol-relative URL).\n // RFC 3986 defines scheme name as a sequence of characters beginning with a letter and followed\n // by any combination of letters, digits, plus, period, or hyphen.\n return /^([a-z][a-z\\d\\+\\-\\.]*:)?\\/\\//i.test(url);\n};\n","'use strict';\n\n/**\n * Creates a new URL by combining the specified URLs\n *\n * @param {string} baseURL The base URL\n * @param {string} relativeURL The relative URL\n * @returns {string} The combined URL\n */\nmodule.exports = function combineURLs(baseURL, relativeURL) {\n return relativeURL\n ? baseURL.replace(/\\/+$/, '') + '/' + relativeURL.replace(/^\\/+/, '')\n : baseURL;\n};\n","'use strict';\n\nvar utils = require('./../utils');\n\n// Headers whose duplicates are ignored by node\n// c.f. https://nodejs.org/api/http.html#http_message_headers\nvar ignoreDuplicateOf = [\n 'age', 'authorization', 'content-length', 'content-type', 'etag',\n 'expires', 'from', 'host', 'if-modified-since', 'if-unmodified-since',\n 'last-modified', 'location', 'max-forwards', 'proxy-authorization',\n 'referer', 'retry-after', 'user-agent'\n];\n\n/**\n * Parse headers into an object\n *\n * ```\n * Date: Wed, 27 Aug 2014 08:58:49 GMT\n * Content-Type: application/json\n * Connection: keep-alive\n * Transfer-Encoding: chunked\n * ```\n *\n * @param {String} headers Headers needing to be parsed\n * @returns {Object} Headers parsed into an object\n */\nmodule.exports = function parseHeaders(headers) {\n var parsed = {};\n var key;\n var val;\n var i;\n\n if (!headers) { return parsed; }\n\n utils.forEach(headers.split('\\n'), function parser(line) {\n i = line.indexOf(':');\n key = utils.trim(line.substr(0, i)).toLowerCase();\n val = utils.trim(line.substr(i + 1));\n\n if (key) {\n if (parsed[key] && ignoreDuplicateOf.indexOf(key) >= 0) {\n return;\n }\n if (key === 'set-cookie') {\n parsed[key] = (parsed[key] ? parsed[key] : []).concat([val]);\n } else {\n parsed[key] = parsed[key] ? parsed[key] + ', ' + val : val;\n }\n }\n });\n\n return parsed;\n};\n","'use strict';\n\nvar utils = require('./../utils');\n\nmodule.exports = (\n utils.isStandardBrowserEnv() ?\n\n // Standard browser envs have full support of the APIs needed to test\n // whether the request URL is of the same origin as current location.\n (function standardBrowserEnv() {\n var msie = /(msie|trident)/i.test(navigator.userAgent);\n var urlParsingNode = document.createElement('a');\n var originURL;\n\n /**\n * Parse a URL to discover it's components\n *\n * @param {String} url The URL to be parsed\n * @returns {Object}\n */\n function resolveURL(url) {\n var href = url;\n\n if (msie) {\n // IE needs attribute set twice to normalize properties\n urlParsingNode.setAttribute('href', href);\n href = urlParsingNode.href;\n }\n\n urlParsingNode.setAttribute('href', href);\n\n // urlParsingNode provides the UrlUtils interface - http://url.spec.whatwg.org/#urlutils\n return {\n href: urlParsingNode.href,\n protocol: urlParsingNode.protocol ? urlParsingNode.protocol.replace(/:$/, '') : '',\n host: urlParsingNode.host,\n search: urlParsingNode.search ? urlParsingNode.search.replace(/^\\?/, '') : '',\n hash: urlParsingNode.hash ? urlParsingNode.hash.replace(/^#/, '') : '',\n hostname: urlParsingNode.hostname,\n port: urlParsingNode.port,\n pathname: (urlParsingNode.pathname.charAt(0) === '/') ?\n urlParsingNode.pathname :\n '/' + urlParsingNode.pathname\n };\n }\n\n originURL = resolveURL(window.location.href);\n\n /**\n * Determine if a URL shares the same origin as the current location\n *\n * @param {String} requestURL The URL to test\n * @returns {boolean} True if URL shares the same origin, otherwise false\n */\n return function isURLSameOrigin(requestURL) {\n var parsed = (utils.isString(requestURL)) ? resolveURL(requestURL) : requestURL;\n return (parsed.protocol === originURL.protocol &&\n parsed.host === originURL.host);\n };\n })() :\n\n // Non standard browser envs (web workers, react-native) lack needed support.\n (function nonStandardBrowserEnv() {\n return function isURLSameOrigin() {\n return true;\n };\n })()\n);\n","'use strict';\n\nvar Cancel = require('./Cancel');\n\n/**\n * A `CancelToken` is an object that can be used to request cancellation of an operation.\n *\n * @class\n * @param {Function} executor The executor function.\n */\nfunction CancelToken(executor) {\n if (typeof executor !== 'function') {\n throw new TypeError('executor must be a function.');\n }\n\n var resolvePromise;\n this.promise = new Promise(function promiseExecutor(resolve) {\n resolvePromise = resolve;\n });\n\n var token = this;\n executor(function cancel(message) {\n if (token.reason) {\n // Cancellation has already been requested\n return;\n }\n\n token.reason = new Cancel(message);\n resolvePromise(token.reason);\n });\n}\n\n/**\n * Throws a `Cancel` if cancellation has been requested.\n */\nCancelToken.prototype.throwIfRequested = function throwIfRequested() {\n if (this.reason) {\n throw this.reason;\n }\n};\n\n/**\n * Returns an object that contains a new `CancelToken` and a function that, when called,\n * cancels the `CancelToken`.\n */\nCancelToken.source = function source() {\n var cancel;\n var token = new CancelToken(function executor(c) {\n cancel = c;\n });\n return {\n token: token,\n cancel: cancel\n };\n};\n\nmodule.exports = CancelToken;\n","'use strict';\n\n/**\n * Syntactic sugar for invoking a function and expanding an array for arguments.\n *\n * Common use case would be to use `Function.prototype.apply`.\n *\n * ```js\n * function f(x, y, z) {}\n * var args = [1, 2, 3];\n * f.apply(null, args);\n * ```\n *\n * With `spread` this example can be re-written.\n *\n * ```js\n * spread(function(x, y, z) {})([1, 2, 3]);\n * ```\n *\n * @param {Function} callback\n * @returns {Function}\n */\nmodule.exports = function spread(callback) {\n return function wrap(arr) {\n return callback.apply(null, arr);\n };\n};\n","'use strict';\n\n/**\n * Determines whether the payload is an error thrown by Axios\n *\n * @param {*} payload The value to test\n * @returns {boolean} True if the payload is an error thrown by Axios, otherwise false\n */\nmodule.exports = function isAxiosError(payload) {\n return (typeof payload === 'object') && (payload.isAxiosError === true);\n};\n","// a string of all valid unicode whitespaces\nmodule.exports = '\\u0009\\u000A\\u000B\\u000C\\u000D\\u0020\\u00A0\\u1680\\u2000\\u2001\\u2002' +\n '\\u2003\\u2004\\u2005\\u2006\\u2007\\u2008\\u2009\\u200A\\u202F\\u205F\\u3000\\u2028\\u2029\\uFEFF';\n","'use strict';\nvar charAt = require('../internals/string-multibyte').charAt;\nvar InternalStateModule = require('../internals/internal-state');\nvar defineIterator = require('../internals/define-iterator');\n\nvar STRING_ITERATOR = 'String Iterator';\nvar setInternalState = InternalStateModule.set;\nvar getInternalState = InternalStateModule.getterFor(STRING_ITERATOR);\n\n// `String.prototype[@@iterator]` method\n// https://tc39.es/ecma262/#sec-string.prototype-@@iterator\ndefineIterator(String, 'String', function (iterated) {\n setInternalState(this, {\n type: STRING_ITERATOR,\n string: String(iterated),\n index: 0\n });\n// `%StringIteratorPrototype%.next` method\n// https://tc39.es/ecma262/#sec-%stringiteratorprototype%.next\n}, function next() {\n var state = getInternalState(this);\n var string = state.string;\n var index = state.index;\n var point;\n if (index >= string.length) return { value: undefined, done: true };\n point = charAt(string, index);\n state.index += point.length;\n return { value: point, done: false };\n});\n","/**!\n * @fileOverview Kickass library to create and place poppers near their reference elements.\n * @version 1.16.1\n * @license\n * Copyright (c) 2016 Federico Zivolo and contributors\n *\n * Permission is hereby granted, free of charge, to any person obtaining a copy\n * of this software and associated documentation files (the \"Software\"), to deal\n * in the Software without restriction, including without limitation the rights\n * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\n * copies of the Software, and to permit persons to whom the Software is\n * furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in all\n * copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\n * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\n * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n * SOFTWARE.\n */\nvar isBrowser = typeof window !== 'undefined' && typeof document !== 'undefined' && typeof navigator !== 'undefined';\n\nvar timeoutDuration = function () {\n var longerTimeoutBrowsers = ['Edge', 'Trident', 'Firefox'];\n for (var i = 0; i < longerTimeoutBrowsers.length; i += 1) {\n if (isBrowser && navigator.userAgent.indexOf(longerTimeoutBrowsers[i]) >= 0) {\n return 1;\n }\n }\n return 0;\n}();\n\nfunction microtaskDebounce(fn) {\n var called = false;\n return function () {\n if (called) {\n return;\n }\n called = true;\n window.Promise.resolve().then(function () {\n called = false;\n fn();\n });\n };\n}\n\nfunction taskDebounce(fn) {\n var scheduled = false;\n return function () {\n if (!scheduled) {\n scheduled = true;\n setTimeout(function () {\n scheduled = false;\n fn();\n }, timeoutDuration);\n }\n };\n}\n\nvar supportsMicroTasks = isBrowser && window.Promise;\n\n/**\n* Create a debounced version of a method, that's asynchronously deferred\n* but called in the minimum time possible.\n*\n* @method\n* @memberof Popper.Utils\n* @argument {Function} fn\n* @returns {Function}\n*/\nvar debounce = supportsMicroTasks ? microtaskDebounce : taskDebounce;\n\n/**\n * Check if the given variable is a function\n * @method\n * @memberof Popper.Utils\n * @argument {Any} functionToCheck - variable to check\n * @returns {Boolean} answer to: is a function?\n */\nfunction isFunction(functionToCheck) {\n var getType = {};\n return functionToCheck && getType.toString.call(functionToCheck) === '[object Function]';\n}\n\n/**\n * Get CSS computed property of the given element\n * @method\n * @memberof Popper.Utils\n * @argument {Eement} element\n * @argument {String} property\n */\nfunction getStyleComputedProperty(element, property) {\n if (element.nodeType !== 1) {\n return [];\n }\n // NOTE: 1 DOM access here\n var window = element.ownerDocument.defaultView;\n var css = window.getComputedStyle(element, null);\n return property ? css[property] : css;\n}\n\n/**\n * Returns the parentNode or the host of the element\n * @method\n * @memberof Popper.Utils\n * @argument {Element} element\n * @returns {Element} parent\n */\nfunction getParentNode(element) {\n if (element.nodeName === 'HTML') {\n return element;\n }\n return element.parentNode || element.host;\n}\n\n/**\n * Returns the scrolling parent of the given element\n * @method\n * @memberof Popper.Utils\n * @argument {Element} element\n * @returns {Element} scroll parent\n */\nfunction getScrollParent(element) {\n // Return body, `getScroll` will take care to get the correct `scrollTop` from it\n if (!element) {\n return document.body;\n }\n\n switch (element.nodeName) {\n case 'HTML':\n case 'BODY':\n return element.ownerDocument.body;\n case '#document':\n return element.body;\n }\n\n // Firefox want us to check `-x` and `-y` variations as well\n\n var _getStyleComputedProp = getStyleComputedProperty(element),\n overflow = _getStyleComputedProp.overflow,\n overflowX = _getStyleComputedProp.overflowX,\n overflowY = _getStyleComputedProp.overflowY;\n\n if (/(auto|scroll|overlay)/.test(overflow + overflowY + overflowX)) {\n return element;\n }\n\n return getScrollParent(getParentNode(element));\n}\n\n/**\n * Returns the reference node of the reference object, or the reference object itself.\n * @method\n * @memberof Popper.Utils\n * @param {Element|Object} reference - the reference element (the popper will be relative to this)\n * @returns {Element} parent\n */\nfunction getReferenceNode(reference) {\n return reference && reference.referenceNode ? reference.referenceNode : reference;\n}\n\nvar isIE11 = isBrowser && !!(window.MSInputMethodContext && document.documentMode);\nvar isIE10 = isBrowser && /MSIE 10/.test(navigator.userAgent);\n\n/**\n * Determines if the browser is Internet Explorer\n * @method\n * @memberof Popper.Utils\n * @param {Number} version to check\n * @returns {Boolean} isIE\n */\nfunction isIE(version) {\n if (version === 11) {\n return isIE11;\n }\n if (version === 10) {\n return isIE10;\n }\n return isIE11 || isIE10;\n}\n\n/**\n * Returns the offset parent of the given element\n * @method\n * @memberof Popper.Utils\n * @argument {Element} element\n * @returns {Element} offset parent\n */\nfunction getOffsetParent(element) {\n if (!element) {\n return document.documentElement;\n }\n\n var noOffsetParent = isIE(10) ? document.body : null;\n\n // NOTE: 1 DOM access here\n var offsetParent = element.offsetParent || null;\n // Skip hidden elements which don't have an offsetParent\n while (offsetParent === noOffsetParent && element.nextElementSibling) {\n offsetParent = (element = element.nextElementSibling).offsetParent;\n }\n\n var nodeName = offsetParent && offsetParent.nodeName;\n\n if (!nodeName || nodeName === 'BODY' || nodeName === 'HTML') {\n return element ? element.ownerDocument.documentElement : document.documentElement;\n }\n\n // .offsetParent will return the closest TH, TD or TABLE in case\n // no offsetParent is present, I hate this job...\n if (['TH', 'TD', 'TABLE'].indexOf(offsetParent.nodeName) !== -1 && getStyleComputedProperty(offsetParent, 'position') === 'static') {\n return getOffsetParent(offsetParent);\n }\n\n return offsetParent;\n}\n\nfunction isOffsetContainer(element) {\n var nodeName = element.nodeName;\n\n if (nodeName === 'BODY') {\n return false;\n }\n return nodeName === 'HTML' || getOffsetParent(element.firstElementChild) === element;\n}\n\n/**\n * Finds the root node (document, shadowDOM root) of the given element\n * @method\n * @memberof Popper.Utils\n * @argument {Element} node\n * @returns {Element} root node\n */\nfunction getRoot(node) {\n if (node.parentNode !== null) {\n return getRoot(node.parentNode);\n }\n\n return node;\n}\n\n/**\n * Finds the offset parent common to the two provided nodes\n * @method\n * @memberof Popper.Utils\n * @argument {Element} element1\n * @argument {Element} element2\n * @returns {Element} common offset parent\n */\nfunction findCommonOffsetParent(element1, element2) {\n // This check is needed to avoid errors in case one of the elements isn't defined for any reason\n if (!element1 || !element1.nodeType || !element2 || !element2.nodeType) {\n return document.documentElement;\n }\n\n // Here we make sure to give as \"start\" the element that comes first in the DOM\n var order = element1.compareDocumentPosition(element2) & Node.DOCUMENT_POSITION_FOLLOWING;\n var start = order ? element1 : element2;\n var end = order ? element2 : element1;\n\n // Get common ancestor container\n var range = document.createRange();\n range.setStart(start, 0);\n range.setEnd(end, 0);\n var commonAncestorContainer = range.commonAncestorContainer;\n\n // Both nodes are inside #document\n\n if (element1 !== commonAncestorContainer && element2 !== commonAncestorContainer || start.contains(end)) {\n if (isOffsetContainer(commonAncestorContainer)) {\n return commonAncestorContainer;\n }\n\n return getOffsetParent(commonAncestorContainer);\n }\n\n // one of the nodes is inside shadowDOM, find which one\n var element1root = getRoot(element1);\n if (element1root.host) {\n return findCommonOffsetParent(element1root.host, element2);\n } else {\n return findCommonOffsetParent(element1, getRoot(element2).host);\n }\n}\n\n/**\n * Gets the scroll value of the given element in the given side (top and left)\n * @method\n * @memberof Popper.Utils\n * @argument {Element} element\n * @argument {String} side `top` or `left`\n * @returns {number} amount of scrolled pixels\n */\nfunction getScroll(element) {\n var side = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : 'top';\n\n var upperSide = side === 'top' ? 'scrollTop' : 'scrollLeft';\n var nodeName = element.nodeName;\n\n if (nodeName === 'BODY' || nodeName === 'HTML') {\n var html = element.ownerDocument.documentElement;\n var scrollingElement = element.ownerDocument.scrollingElement || html;\n return scrollingElement[upperSide];\n }\n\n return element[upperSide];\n}\n\n/*\n * Sum or subtract the element scroll values (left and top) from a given rect object\n * @method\n * @memberof Popper.Utils\n * @param {Object} rect - Rect object you want to change\n * @param {HTMLElement} element - The element from the function reads the scroll values\n * @param {Boolean} subtract - set to true if you want to subtract the scroll values\n * @return {Object} rect - The modifier rect object\n */\nfunction includeScroll(rect, element) {\n var subtract = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : false;\n\n var scrollTop = getScroll(element, 'top');\n var scrollLeft = getScroll(element, 'left');\n var modifier = subtract ? -1 : 1;\n rect.top += scrollTop * modifier;\n rect.bottom += scrollTop * modifier;\n rect.left += scrollLeft * modifier;\n rect.right += scrollLeft * modifier;\n return rect;\n}\n\n/*\n * Helper to detect borders of a given element\n * @method\n * @memberof Popper.Utils\n * @param {CSSStyleDeclaration} styles\n * Result of `getStyleComputedProperty` on the given element\n * @param {String} axis - `x` or `y`\n * @return {number} borders - The borders size of the given axis\n */\n\nfunction getBordersSize(styles, axis) {\n var sideA = axis === 'x' ? 'Left' : 'Top';\n var sideB = sideA === 'Left' ? 'Right' : 'Bottom';\n\n return parseFloat(styles['border' + sideA + 'Width']) + parseFloat(styles['border' + sideB + 'Width']);\n}\n\nfunction getSize(axis, body, html, computedStyle) {\n return Math.max(body['offset' + axis], body['scroll' + axis], html['client' + axis], html['offset' + axis], html['scroll' + axis], isIE(10) ? parseInt(html['offset' + axis]) + parseInt(computedStyle['margin' + (axis === 'Height' ? 'Top' : 'Left')]) + parseInt(computedStyle['margin' + (axis === 'Height' ? 'Bottom' : 'Right')]) : 0);\n}\n\nfunction getWindowSizes(document) {\n var body = document.body;\n var html = document.documentElement;\n var computedStyle = isIE(10) && getComputedStyle(html);\n\n return {\n height: getSize('Height', body, html, computedStyle),\n width: getSize('Width', body, html, computedStyle)\n };\n}\n\nvar classCallCheck = function (instance, Constructor) {\n if (!(instance instanceof Constructor)) {\n throw new TypeError(\"Cannot call a class as a function\");\n }\n};\n\nvar createClass = function () {\n function defineProperties(target, props) {\n for (var i = 0; i < props.length; i++) {\n var descriptor = props[i];\n descriptor.enumerable = descriptor.enumerable || false;\n descriptor.configurable = true;\n if (\"value\" in descriptor) descriptor.writable = true;\n Object.defineProperty(target, descriptor.key, descriptor);\n }\n }\n\n return function (Constructor, protoProps, staticProps) {\n if (protoProps) defineProperties(Constructor.prototype, protoProps);\n if (staticProps) defineProperties(Constructor, staticProps);\n return Constructor;\n };\n}();\n\n\n\n\n\nvar defineProperty = function (obj, key, value) {\n if (key in obj) {\n Object.defineProperty(obj, key, {\n value: value,\n enumerable: true,\n configurable: true,\n writable: true\n });\n } else {\n obj[key] = value;\n }\n\n return obj;\n};\n\nvar _extends = Object.assign || function (target) {\n for (var i = 1; i < arguments.length; i++) {\n var source = arguments[i];\n\n for (var key in source) {\n if (Object.prototype.hasOwnProperty.call(source, key)) {\n target[key] = source[key];\n }\n }\n }\n\n return target;\n};\n\n/**\n * Given element offsets, generate an output similar to getBoundingClientRect\n * @method\n * @memberof Popper.Utils\n * @argument {Object} offsets\n * @returns {Object} ClientRect like output\n */\nfunction getClientRect(offsets) {\n return _extends({}, offsets, {\n right: offsets.left + offsets.width,\n bottom: offsets.top + offsets.height\n });\n}\n\n/**\n * Get bounding client rect of given element\n * @method\n * @memberof Popper.Utils\n * @param {HTMLElement} element\n * @return {Object} client rect\n */\nfunction getBoundingClientRect(element) {\n var rect = {};\n\n // IE10 10 FIX: Please, don't ask, the element isn't\n // considered in DOM in some circumstances...\n // This isn't reproducible in IE10 compatibility mode of IE11\n try {\n if (isIE(10)) {\n rect = element.getBoundingClientRect();\n var scrollTop = getScroll(element, 'top');\n var scrollLeft = getScroll(element, 'left');\n rect.top += scrollTop;\n rect.left += scrollLeft;\n rect.bottom += scrollTop;\n rect.right += scrollLeft;\n } else {\n rect = element.getBoundingClientRect();\n }\n } catch (e) {}\n\n var result = {\n left: rect.left,\n top: rect.top,\n width: rect.right - rect.left,\n height: rect.bottom - rect.top\n };\n\n // subtract scrollbar size from sizes\n var sizes = element.nodeName === 'HTML' ? getWindowSizes(element.ownerDocument) : {};\n var width = sizes.width || element.clientWidth || result.width;\n var height = sizes.height || element.clientHeight || result.height;\n\n var horizScrollbar = element.offsetWidth - width;\n var vertScrollbar = element.offsetHeight - height;\n\n // if an hypothetical scrollbar is detected, we must be sure it's not a `border`\n // we make this check conditional for performance reasons\n if (horizScrollbar || vertScrollbar) {\n var styles = getStyleComputedProperty(element);\n horizScrollbar -= getBordersSize(styles, 'x');\n vertScrollbar -= getBordersSize(styles, 'y');\n\n result.width -= horizScrollbar;\n result.height -= vertScrollbar;\n }\n\n return getClientRect(result);\n}\n\nfunction getOffsetRectRelativeToArbitraryNode(children, parent) {\n var fixedPosition = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : false;\n\n var isIE10 = isIE(10);\n var isHTML = parent.nodeName === 'HTML';\n var childrenRect = getBoundingClientRect(children);\n var parentRect = getBoundingClientRect(parent);\n var scrollParent = getScrollParent(children);\n\n var styles = getStyleComputedProperty(parent);\n var borderTopWidth = parseFloat(styles.borderTopWidth);\n var borderLeftWidth = parseFloat(styles.borderLeftWidth);\n\n // In cases where the parent is fixed, we must ignore negative scroll in offset calc\n if (fixedPosition && isHTML) {\n parentRect.top = Math.max(parentRect.top, 0);\n parentRect.left = Math.max(parentRect.left, 0);\n }\n var offsets = getClientRect({\n top: childrenRect.top - parentRect.top - borderTopWidth,\n left: childrenRect.left - parentRect.left - borderLeftWidth,\n width: childrenRect.width,\n height: childrenRect.height\n });\n offsets.marginTop = 0;\n offsets.marginLeft = 0;\n\n // Subtract margins of documentElement in case it's being used as parent\n // we do this only on HTML because it's the only element that behaves\n // differently when margins are applied to it. The margins are included in\n // the box of the documentElement, in the other cases not.\n if (!isIE10 && isHTML) {\n var marginTop = parseFloat(styles.marginTop);\n var marginLeft = parseFloat(styles.marginLeft);\n\n offsets.top -= borderTopWidth - marginTop;\n offsets.bottom -= borderTopWidth - marginTop;\n offsets.left -= borderLeftWidth - marginLeft;\n offsets.right -= borderLeftWidth - marginLeft;\n\n // Attach marginTop and marginLeft because in some circumstances we may need them\n offsets.marginTop = marginTop;\n offsets.marginLeft = marginLeft;\n }\n\n if (isIE10 && !fixedPosition ? parent.contains(scrollParent) : parent === scrollParent && scrollParent.nodeName !== 'BODY') {\n offsets = includeScroll(offsets, parent);\n }\n\n return offsets;\n}\n\nfunction getViewportOffsetRectRelativeToArtbitraryNode(element) {\n var excludeScroll = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : false;\n\n var html = element.ownerDocument.documentElement;\n var relativeOffset = getOffsetRectRelativeToArbitraryNode(element, html);\n var width = Math.max(html.clientWidth, window.innerWidth || 0);\n var height = Math.max(html.clientHeight, window.innerHeight || 0);\n\n var scrollTop = !excludeScroll ? getScroll(html) : 0;\n var scrollLeft = !excludeScroll ? getScroll(html, 'left') : 0;\n\n var offset = {\n top: scrollTop - relativeOffset.top + relativeOffset.marginTop,\n left: scrollLeft - relativeOffset.left + relativeOffset.marginLeft,\n width: width,\n height: height\n };\n\n return getClientRect(offset);\n}\n\n/**\n * Check if the given element is fixed or is inside a fixed parent\n * @method\n * @memberof Popper.Utils\n * @argument {Element} element\n * @argument {Element} customContainer\n * @returns {Boolean} answer to \"isFixed?\"\n */\nfunction isFixed(element) {\n var nodeName = element.nodeName;\n if (nodeName === 'BODY' || nodeName === 'HTML') {\n return false;\n }\n if (getStyleComputedProperty(element, 'position') === 'fixed') {\n return true;\n }\n var parentNode = getParentNode(element);\n if (!parentNode) {\n return false;\n }\n return isFixed(parentNode);\n}\n\n/**\n * Finds the first parent of an element that has a transformed property defined\n * @method\n * @memberof Popper.Utils\n * @argument {Element} element\n * @returns {Element} first transformed parent or documentElement\n */\n\nfunction getFixedPositionOffsetParent(element) {\n // This check is needed to avoid errors in case one of the elements isn't defined for any reason\n if (!element || !element.parentElement || isIE()) {\n return document.documentElement;\n }\n var el = element.parentElement;\n while (el && getStyleComputedProperty(el, 'transform') === 'none') {\n el = el.parentElement;\n }\n return el || document.documentElement;\n}\n\n/**\n * Computed the boundaries limits and return them\n * @method\n * @memberof Popper.Utils\n * @param {HTMLElement} popper\n * @param {HTMLElement} reference\n * @param {number} padding\n * @param {HTMLElement} boundariesElement - Element used to define the boundaries\n * @param {Boolean} fixedPosition - Is in fixed position mode\n * @returns {Object} Coordinates of the boundaries\n */\nfunction getBoundaries(popper, reference, padding, boundariesElement) {\n var fixedPosition = arguments.length > 4 && arguments[4] !== undefined ? arguments[4] : false;\n\n // NOTE: 1 DOM access here\n\n var boundaries = { top: 0, left: 0 };\n var offsetParent = fixedPosition ? getFixedPositionOffsetParent(popper) : findCommonOffsetParent(popper, getReferenceNode(reference));\n\n // Handle viewport case\n if (boundariesElement === 'viewport') {\n boundaries = getViewportOffsetRectRelativeToArtbitraryNode(offsetParent, fixedPosition);\n } else {\n // Handle other cases based on DOM element used as boundaries\n var boundariesNode = void 0;\n if (boundariesElement === 'scrollParent') {\n boundariesNode = getScrollParent(getParentNode(reference));\n if (boundariesNode.nodeName === 'BODY') {\n boundariesNode = popper.ownerDocument.documentElement;\n }\n } else if (boundariesElement === 'window') {\n boundariesNode = popper.ownerDocument.documentElement;\n } else {\n boundariesNode = boundariesElement;\n }\n\n var offsets = getOffsetRectRelativeToArbitraryNode(boundariesNode, offsetParent, fixedPosition);\n\n // In case of HTML, we need a different computation\n if (boundariesNode.nodeName === 'HTML' && !isFixed(offsetParent)) {\n var _getWindowSizes = getWindowSizes(popper.ownerDocument),\n height = _getWindowSizes.height,\n width = _getWindowSizes.width;\n\n boundaries.top += offsets.top - offsets.marginTop;\n boundaries.bottom = height + offsets.top;\n boundaries.left += offsets.left - offsets.marginLeft;\n boundaries.right = width + offsets.left;\n } else {\n // for all the other DOM elements, this one is good\n boundaries = offsets;\n }\n }\n\n // Add paddings\n padding = padding || 0;\n var isPaddingNumber = typeof padding === 'number';\n boundaries.left += isPaddingNumber ? padding : padding.left || 0;\n boundaries.top += isPaddingNumber ? padding : padding.top || 0;\n boundaries.right -= isPaddingNumber ? padding : padding.right || 0;\n boundaries.bottom -= isPaddingNumber ? padding : padding.bottom || 0;\n\n return boundaries;\n}\n\nfunction getArea(_ref) {\n var width = _ref.width,\n height = _ref.height;\n\n return width * height;\n}\n\n/**\n * Utility used to transform the `auto` placement to the placement with more\n * available space.\n * @method\n * @memberof Popper.Utils\n * @argument {Object} data - The data object generated by update method\n * @argument {Object} options - Modifiers configuration and options\n * @returns {Object} The data object, properly modified\n */\nfunction computeAutoPlacement(placement, refRect, popper, reference, boundariesElement) {\n var padding = arguments.length > 5 && arguments[5] !== undefined ? arguments[5] : 0;\n\n if (placement.indexOf('auto') === -1) {\n return placement;\n }\n\n var boundaries = getBoundaries(popper, reference, padding, boundariesElement);\n\n var rects = {\n top: {\n width: boundaries.width,\n height: refRect.top - boundaries.top\n },\n right: {\n width: boundaries.right - refRect.right,\n height: boundaries.height\n },\n bottom: {\n width: boundaries.width,\n height: boundaries.bottom - refRect.bottom\n },\n left: {\n width: refRect.left - boundaries.left,\n height: boundaries.height\n }\n };\n\n var sortedAreas = Object.keys(rects).map(function (key) {\n return _extends({\n key: key\n }, rects[key], {\n area: getArea(rects[key])\n });\n }).sort(function (a, b) {\n return b.area - a.area;\n });\n\n var filteredAreas = sortedAreas.filter(function (_ref2) {\n var width = _ref2.width,\n height = _ref2.height;\n return width >= popper.clientWidth && height >= popper.clientHeight;\n });\n\n var computedPlacement = filteredAreas.length > 0 ? filteredAreas[0].key : sortedAreas[0].key;\n\n var variation = placement.split('-')[1];\n\n return computedPlacement + (variation ? '-' + variation : '');\n}\n\n/**\n * Get offsets to the reference element\n * @method\n * @memberof Popper.Utils\n * @param {Object} state\n * @param {Element} popper - the popper element\n * @param {Element} reference - the reference element (the popper will be relative to this)\n * @param {Element} fixedPosition - is in fixed position mode\n * @returns {Object} An object containing the offsets which will be applied to the popper\n */\nfunction getReferenceOffsets(state, popper, reference) {\n var fixedPosition = arguments.length > 3 && arguments[3] !== undefined ? arguments[3] : null;\n\n var commonOffsetParent = fixedPosition ? getFixedPositionOffsetParent(popper) : findCommonOffsetParent(popper, getReferenceNode(reference));\n return getOffsetRectRelativeToArbitraryNode(reference, commonOffsetParent, fixedPosition);\n}\n\n/**\n * Get the outer sizes of the given element (offset size + margins)\n * @method\n * @memberof Popper.Utils\n * @argument {Element} element\n * @returns {Object} object containing width and height properties\n */\nfunction getOuterSizes(element) {\n var window = element.ownerDocument.defaultView;\n var styles = window.getComputedStyle(element);\n var x = parseFloat(styles.marginTop || 0) + parseFloat(styles.marginBottom || 0);\n var y = parseFloat(styles.marginLeft || 0) + parseFloat(styles.marginRight || 0);\n var result = {\n width: element.offsetWidth + y,\n height: element.offsetHeight + x\n };\n return result;\n}\n\n/**\n * Get the opposite placement of the given one\n * @method\n * @memberof Popper.Utils\n * @argument {String} placement\n * @returns {String} flipped placement\n */\nfunction getOppositePlacement(placement) {\n var hash = { left: 'right', right: 'left', bottom: 'top', top: 'bottom' };\n return placement.replace(/left|right|bottom|top/g, function (matched) {\n return hash[matched];\n });\n}\n\n/**\n * Get offsets to the popper\n * @method\n * @memberof Popper.Utils\n * @param {Object} position - CSS position the Popper will get applied\n * @param {HTMLElement} popper - the popper element\n * @param {Object} referenceOffsets - the reference offsets (the popper will be relative to this)\n * @param {String} placement - one of the valid placement options\n * @returns {Object} popperOffsets - An object containing the offsets which will be applied to the popper\n */\nfunction getPopperOffsets(popper, referenceOffsets, placement) {\n placement = placement.split('-')[0];\n\n // Get popper node sizes\n var popperRect = getOuterSizes(popper);\n\n // Add position, width and height to our offsets object\n var popperOffsets = {\n width: popperRect.width,\n height: popperRect.height\n };\n\n // depending by the popper placement we have to compute its offsets slightly differently\n var isHoriz = ['right', 'left'].indexOf(placement) !== -1;\n var mainSide = isHoriz ? 'top' : 'left';\n var secondarySide = isHoriz ? 'left' : 'top';\n var measurement = isHoriz ? 'height' : 'width';\n var secondaryMeasurement = !isHoriz ? 'height' : 'width';\n\n popperOffsets[mainSide] = referenceOffsets[mainSide] + referenceOffsets[measurement] / 2 - popperRect[measurement] / 2;\n if (placement === secondarySide) {\n popperOffsets[secondarySide] = referenceOffsets[secondarySide] - popperRect[secondaryMeasurement];\n } else {\n popperOffsets[secondarySide] = referenceOffsets[getOppositePlacement(secondarySide)];\n }\n\n return popperOffsets;\n}\n\n/**\n * Mimics the `find` method of Array\n * @method\n * @memberof Popper.Utils\n * @argument {Array} arr\n * @argument prop\n * @argument value\n * @returns index or -1\n */\nfunction find(arr, check) {\n // use native find if supported\n if (Array.prototype.find) {\n return arr.find(check);\n }\n\n // use `filter` to obtain the same behavior of `find`\n return arr.filter(check)[0];\n}\n\n/**\n * Return the index of the matching object\n * @method\n * @memberof Popper.Utils\n * @argument {Array} arr\n * @argument prop\n * @argument value\n * @returns index or -1\n */\nfunction findIndex(arr, prop, value) {\n // use native findIndex if supported\n if (Array.prototype.findIndex) {\n return arr.findIndex(function (cur) {\n return cur[prop] === value;\n });\n }\n\n // use `find` + `indexOf` if `findIndex` isn't supported\n var match = find(arr, function (obj) {\n return obj[prop] === value;\n });\n return arr.indexOf(match);\n}\n\n/**\n * Loop trough the list of modifiers and run them in order,\n * each of them will then edit the data object.\n * @method\n * @memberof Popper.Utils\n * @param {dataObject} data\n * @param {Array} modifiers\n * @param {String} ends - Optional modifier name used as stopper\n * @returns {dataObject}\n */\nfunction runModifiers(modifiers, data, ends) {\n var modifiersToRun = ends === undefined ? modifiers : modifiers.slice(0, findIndex(modifiers, 'name', ends));\n\n modifiersToRun.forEach(function (modifier) {\n if (modifier['function']) {\n // eslint-disable-line dot-notation\n console.warn('`modifier.function` is deprecated, use `modifier.fn`!');\n }\n var fn = modifier['function'] || modifier.fn; // eslint-disable-line dot-notation\n if (modifier.enabled && isFunction(fn)) {\n // Add properties to offsets to make them a complete clientRect object\n // we do this before each modifier to make sure the previous one doesn't\n // mess with these values\n data.offsets.popper = getClientRect(data.offsets.popper);\n data.offsets.reference = getClientRect(data.offsets.reference);\n\n data = fn(data, modifier);\n }\n });\n\n return data;\n}\n\n/**\n * Updates the position of the popper, computing the new offsets and applying\n * the new style.<br />\n * Prefer `scheduleUpdate` over `update` because of performance reasons.\n * @method\n * @memberof Popper\n */\nfunction update() {\n // if popper is destroyed, don't perform any further update\n if (this.state.isDestroyed) {\n return;\n }\n\n var data = {\n instance: this,\n styles: {},\n arrowStyles: {},\n attributes: {},\n flipped: false,\n offsets: {}\n };\n\n // compute reference element offsets\n data.offsets.reference = getReferenceOffsets(this.state, this.popper, this.reference, this.options.positionFixed);\n\n // compute auto placement, store placement inside the data object,\n // modifiers will be able to edit `placement` if needed\n // and refer to originalPlacement to know the original value\n data.placement = computeAutoPlacement(this.options.placement, data.offsets.reference, this.popper, this.reference, this.options.modifiers.flip.boundariesElement, this.options.modifiers.flip.padding);\n\n // store the computed placement inside `originalPlacement`\n data.originalPlacement = data.placement;\n\n data.positionFixed = this.options.positionFixed;\n\n // compute the popper offsets\n data.offsets.popper = getPopperOffsets(this.popper, data.offsets.reference, data.placement);\n\n data.offsets.popper.position = this.options.positionFixed ? 'fixed' : 'absolute';\n\n // run the modifiers\n data = runModifiers(this.modifiers, data);\n\n // the first `update` will call `onCreate` callback\n // the other ones will call `onUpdate` callback\n if (!this.state.isCreated) {\n this.state.isCreated = true;\n this.options.onCreate(data);\n } else {\n this.options.onUpdate(data);\n }\n}\n\n/**\n * Helper used to know if the given modifier is enabled.\n * @method\n * @memberof Popper.Utils\n * @returns {Boolean}\n */\nfunction isModifierEnabled(modifiers, modifierName) {\n return modifiers.some(function (_ref) {\n var name = _ref.name,\n enabled = _ref.enabled;\n return enabled && name === modifierName;\n });\n}\n\n/**\n * Get the prefixed supported property name\n * @method\n * @memberof Popper.Utils\n * @argument {String} property (camelCase)\n * @returns {String} prefixed property (camelCase or PascalCase, depending on the vendor prefix)\n */\nfunction getSupportedPropertyName(property) {\n var prefixes = [false, 'ms', 'Webkit', 'Moz', 'O'];\n var upperProp = property.charAt(0).toUpperCase() + property.slice(1);\n\n for (var i = 0; i < prefixes.length; i++) {\n var prefix = prefixes[i];\n var toCheck = prefix ? '' + prefix + upperProp : property;\n if (typeof document.body.style[toCheck] !== 'undefined') {\n return toCheck;\n }\n }\n return null;\n}\n\n/**\n * Destroys the popper.\n * @method\n * @memberof Popper\n */\nfunction destroy() {\n this.state.isDestroyed = true;\n\n // touch DOM only if `applyStyle` modifier is enabled\n if (isModifierEnabled(this.modifiers, 'applyStyle')) {\n this.popper.removeAttribute('x-placement');\n this.popper.style.position = '';\n this.popper.style.top = '';\n this.popper.style.left = '';\n this.popper.style.right = '';\n this.popper.style.bottom = '';\n this.popper.style.willChange = '';\n this.popper.style[getSupportedPropertyName('transform')] = '';\n }\n\n this.disableEventListeners();\n\n // remove the popper if user explicitly asked for the deletion on destroy\n // do not use `remove` because IE11 doesn't support it\n if (this.options.removeOnDestroy) {\n this.popper.parentNode.removeChild(this.popper);\n }\n return this;\n}\n\n/**\n * Get the window associated with the element\n * @argument {Element} element\n * @returns {Window}\n */\nfunction getWindow(element) {\n var ownerDocument = element.ownerDocument;\n return ownerDocument ? ownerDocument.defaultView : window;\n}\n\nfunction attachToScrollParents(scrollParent, event, callback, scrollParents) {\n var isBody = scrollParent.nodeName === 'BODY';\n var target = isBody ? scrollParent.ownerDocument.defaultView : scrollParent;\n target.addEventListener(event, callback, { passive: true });\n\n if (!isBody) {\n attachToScrollParents(getScrollParent(target.parentNode), event, callback, scrollParents);\n }\n scrollParents.push(target);\n}\n\n/**\n * Setup needed event listeners used to update the popper position\n * @method\n * @memberof Popper.Utils\n * @private\n */\nfunction setupEventListeners(reference, options, state, updateBound) {\n // Resize event listener on window\n state.updateBound = updateBound;\n getWindow(reference).addEventListener('resize', state.updateBound, { passive: true });\n\n // Scroll event listener on scroll parents\n var scrollElement = getScrollParent(reference);\n attachToScrollParents(scrollElement, 'scroll', state.updateBound, state.scrollParents);\n state.scrollElement = scrollElement;\n state.eventsEnabled = true;\n\n return state;\n}\n\n/**\n * It will add resize/scroll events and start recalculating\n * position of the popper element when they are triggered.\n * @method\n * @memberof Popper\n */\nfunction enableEventListeners() {\n if (!this.state.eventsEnabled) {\n this.state = setupEventListeners(this.reference, this.options, this.state, this.scheduleUpdate);\n }\n}\n\n/**\n * Remove event listeners used to update the popper position\n * @method\n * @memberof Popper.Utils\n * @private\n */\nfunction removeEventListeners(reference, state) {\n // Remove resize event listener on window\n getWindow(reference).removeEventListener('resize', state.updateBound);\n\n // Remove scroll event listener on scroll parents\n state.scrollParents.forEach(function (target) {\n target.removeEventListener('scroll', state.updateBound);\n });\n\n // Reset state\n state.updateBound = null;\n state.scrollParents = [];\n state.scrollElement = null;\n state.eventsEnabled = false;\n return state;\n}\n\n/**\n * It will remove resize/scroll events and won't recalculate popper position\n * when they are triggered. It also won't trigger `onUpdate` callback anymore,\n * unless you call `update` method manually.\n * @method\n * @memberof Popper\n */\nfunction disableEventListeners() {\n if (this.state.eventsEnabled) {\n cancelAnimationFrame(this.scheduleUpdate);\n this.state = removeEventListeners(this.reference, this.state);\n }\n}\n\n/**\n * Tells if a given input is a number\n * @method\n * @memberof Popper.Utils\n * @param {*} input to check\n * @return {Boolean}\n */\nfunction isNumeric(n) {\n return n !== '' && !isNaN(parseFloat(n)) && isFinite(n);\n}\n\n/**\n * Set the style to the given popper\n * @method\n * @memberof Popper.Utils\n * @argument {Element} element - Element to apply the style to\n * @argument {Object} styles\n * Object with a list of properties and values which will be applied to the element\n */\nfunction setStyles(element, styles) {\n Object.keys(styles).forEach(function (prop) {\n var unit = '';\n // add unit if the value is numeric and is one of the following\n if (['width', 'height', 'top', 'right', 'bottom', 'left'].indexOf(prop) !== -1 && isNumeric(styles[prop])) {\n unit = 'px';\n }\n element.style[prop] = styles[prop] + unit;\n });\n}\n\n/**\n * Set the attributes to the given popper\n * @method\n * @memberof Popper.Utils\n * @argument {Element} element - Element to apply the attributes to\n * @argument {Object} styles\n * Object with a list of properties and values which will be applied to the element\n */\nfunction setAttributes(element, attributes) {\n Object.keys(attributes).forEach(function (prop) {\n var value = attributes[prop];\n if (value !== false) {\n element.setAttribute(prop, attributes[prop]);\n } else {\n element.removeAttribute(prop);\n }\n });\n}\n\n/**\n * @function\n * @memberof Modifiers\n * @argument {Object} data - The data object generated by `update` method\n * @argument {Object} data.styles - List of style properties - values to apply to popper element\n * @argument {Object} data.attributes - List of attribute properties - values to apply to popper element\n * @argument {Object} options - Modifiers configuration and options\n * @returns {Object} The same data object\n */\nfunction applyStyle(data) {\n // any property present in `data.styles` will be applied to the popper,\n // in this way we can make the 3rd party modifiers add custom styles to it\n // Be aware, modifiers could override the properties defined in the previous\n // lines of this modifier!\n setStyles(data.instance.popper, data.styles);\n\n // any property present in `data.attributes` will be applied to the popper,\n // they will be set as HTML attributes of the element\n setAttributes(data.instance.popper, data.attributes);\n\n // if arrowElement is defined and arrowStyles has some properties\n if (data.arrowElement && Object.keys(data.arrowStyles).length) {\n setStyles(data.arrowElement, data.arrowStyles);\n }\n\n return data;\n}\n\n/**\n * Set the x-placement attribute before everything else because it could be used\n * to add margins to the popper margins needs to be calculated to get the\n * correct popper offsets.\n * @method\n * @memberof Popper.modifiers\n * @param {HTMLElement} reference - The reference element used to position the popper\n * @param {HTMLElement} popper - The HTML element used as popper\n * @param {Object} options - Popper.js options\n */\nfunction applyStyleOnLoad(reference, popper, options, modifierOptions, state) {\n // compute reference element offsets\n var referenceOffsets = getReferenceOffsets(state, popper, reference, options.positionFixed);\n\n // compute auto placement, store placement inside the data object,\n // modifiers will be able to edit `placement` if needed\n // and refer to originalPlacement to know the original value\n var placement = computeAutoPlacement(options.placement, referenceOffsets, popper, reference, options.modifiers.flip.boundariesElement, options.modifiers.flip.padding);\n\n popper.setAttribute('x-placement', placement);\n\n // Apply `position` to popper before anything else because\n // without the position applied we can't guarantee correct computations\n setStyles(popper, { position: options.positionFixed ? 'fixed' : 'absolute' });\n\n return options;\n}\n\n/**\n * @function\n * @memberof Popper.Utils\n * @argument {Object} data - The data object generated by `update` method\n * @argument {Boolean} shouldRound - If the offsets should be rounded at all\n * @returns {Object} The popper's position offsets rounded\n *\n * The tale of pixel-perfect positioning. It's still not 100% perfect, but as\n * good as it can be within reason.\n * Discussion here: https://github.com/FezVrasta/popper.js/pull/715\n *\n * Low DPI screens cause a popper to be blurry if not using full pixels (Safari\n * as well on High DPI screens).\n *\n * Firefox prefers no rounding for positioning and does not have blurriness on\n * high DPI screens.\n *\n * Only horizontal placement and left/right values need to be considered.\n */\nfunction getRoundedOffsets(data, shouldRound) {\n var _data$offsets = data.offsets,\n popper = _data$offsets.popper,\n reference = _data$offsets.reference;\n var round = Math.round,\n floor = Math.floor;\n\n var noRound = function noRound(v) {\n return v;\n };\n\n var referenceWidth = round(reference.width);\n var popperWidth = round(popper.width);\n\n var isVertical = ['left', 'right'].indexOf(data.placement) !== -1;\n var isVariation = data.placement.indexOf('-') !== -1;\n var sameWidthParity = referenceWidth % 2 === popperWidth % 2;\n var bothOddWidth = referenceWidth % 2 === 1 && popperWidth % 2 === 1;\n\n var horizontalToInteger = !shouldRound ? noRound : isVertical || isVariation || sameWidthParity ? round : floor;\n var verticalToInteger = !shouldRound ? noRound : round;\n\n return {\n left: horizontalToInteger(bothOddWidth && !isVariation && shouldRound ? popper.left - 1 : popper.left),\n top: verticalToInteger(popper.top),\n bottom: verticalToInteger(popper.bottom),\n right: horizontalToInteger(popper.right)\n };\n}\n\nvar isFirefox = isBrowser && /Firefox/i.test(navigator.userAgent);\n\n/**\n * @function\n * @memberof Modifiers\n * @argument {Object} data - The data object generated by `update` method\n * @argument {Object} options - Modifiers configuration and options\n * @returns {Object} The data object, properly modified\n */\nfunction computeStyle(data, options) {\n var x = options.x,\n y = options.y;\n var popper = data.offsets.popper;\n\n // Remove this legacy support in Popper.js v2\n\n var legacyGpuAccelerationOption = find(data.instance.modifiers, function (modifier) {\n return modifier.name === 'applyStyle';\n }).gpuAcceleration;\n if (legacyGpuAccelerationOption !== undefined) {\n console.warn('WARNING: `gpuAcceleration` option moved to `computeStyle` modifier and will not be supported in future versions of Popper.js!');\n }\n var gpuAcceleration = legacyGpuAccelerationOption !== undefined ? legacyGpuAccelerationOption : options.gpuAcceleration;\n\n var offsetParent = getOffsetParent(data.instance.popper);\n var offsetParentRect = getBoundingClientRect(offsetParent);\n\n // Styles\n var styles = {\n position: popper.position\n };\n\n var offsets = getRoundedOffsets(data, window.devicePixelRatio < 2 || !isFirefox);\n\n var sideA = x === 'bottom' ? 'top' : 'bottom';\n var sideB = y === 'right' ? 'left' : 'right';\n\n // if gpuAcceleration is set to `true` and transform is supported,\n // we use `translate3d` to apply the position to the popper we\n // automatically use the supported prefixed version if needed\n var prefixedProperty = getSupportedPropertyName('transform');\n\n // now, let's make a step back and look at this code closely (wtf?)\n // If the content of the popper grows once it's been positioned, it\n // may happen that the popper gets misplaced because of the new content\n // overflowing its reference element\n // To avoid this problem, we provide two options (x and y), which allow\n // the consumer to define the offset origin.\n // If we position a popper on top of a reference element, we can set\n // `x` to `top` to make the popper grow towards its top instead of\n // its bottom.\n var left = void 0,\n top = void 0;\n if (sideA === 'bottom') {\n // when offsetParent is <html> the positioning is relative to the bottom of the screen (excluding the scrollbar)\n // and not the bottom of the html element\n if (offsetParent.nodeName === 'HTML') {\n top = -offsetParent.clientHeight + offsets.bottom;\n } else {\n top = -offsetParentRect.height + offsets.bottom;\n }\n } else {\n top = offsets.top;\n }\n if (sideB === 'right') {\n if (offsetParent.nodeName === 'HTML') {\n left = -offsetParent.clientWidth + offsets.right;\n } else {\n left = -offsetParentRect.width + offsets.right;\n }\n } else {\n left = offsets.left;\n }\n if (gpuAcceleration && prefixedProperty) {\n styles[prefixedProperty] = 'translate3d(' + left + 'px, ' + top + 'px, 0)';\n styles[sideA] = 0;\n styles[sideB] = 0;\n styles.willChange = 'transform';\n } else {\n // othwerise, we use the standard `top`, `left`, `bottom` and `right` properties\n var invertTop = sideA === 'bottom' ? -1 : 1;\n var invertLeft = sideB === 'right' ? -1 : 1;\n styles[sideA] = top * invertTop;\n styles[sideB] = left * invertLeft;\n styles.willChange = sideA + ', ' + sideB;\n }\n\n // Attributes\n var attributes = {\n 'x-placement': data.placement\n };\n\n // Update `data` attributes, styles and arrowStyles\n data.attributes = _extends({}, attributes, data.attributes);\n data.styles = _extends({}, styles, data.styles);\n data.arrowStyles = _extends({}, data.offsets.arrow, data.arrowStyles);\n\n return data;\n}\n\n/**\n * Helper used to know if the given modifier depends from another one.<br />\n * It checks if the needed modifier is listed and enabled.\n * @method\n * @memberof Popper.Utils\n * @param {Array} modifiers - list of modifiers\n * @param {String} requestingName - name of requesting modifier\n * @param {String} requestedName - name of requested modifier\n * @returns {Boolean}\n */\nfunction isModifierRequired(modifiers, requestingName, requestedName) {\n var requesting = find(modifiers, function (_ref) {\n var name = _ref.name;\n return name === requestingName;\n });\n\n var isRequired = !!requesting && modifiers.some(function (modifier) {\n return modifier.name === requestedName && modifier.enabled && modifier.order < requesting.order;\n });\n\n if (!isRequired) {\n var _requesting = '`' + requestingName + '`';\n var requested = '`' + requestedName + '`';\n console.warn(requested + ' modifier is required by ' + _requesting + ' modifier in order to work, be sure to include it before ' + _requesting + '!');\n }\n return isRequired;\n}\n\n/**\n * @function\n * @memberof Modifiers\n * @argument {Object} data - The data object generated by update method\n * @argument {Object} options - Modifiers configuration and options\n * @returns {Object} The data object, properly modified\n */\nfunction arrow(data, options) {\n var _data$offsets$arrow;\n\n // arrow depends on keepTogether in order to work\n if (!isModifierRequired(data.instance.modifiers, 'arrow', 'keepTogether')) {\n return data;\n }\n\n var arrowElement = options.element;\n\n // if arrowElement is a string, suppose it's a CSS selector\n if (typeof arrowElement === 'string') {\n arrowElement = data.instance.popper.querySelector(arrowElement);\n\n // if arrowElement is not found, don't run the modifier\n if (!arrowElement) {\n return data;\n }\n } else {\n // if the arrowElement isn't a query selector we must check that the\n // provided DOM node is child of its popper node\n if (!data.instance.popper.contains(arrowElement)) {\n console.warn('WARNING: `arrow.element` must be child of its popper element!');\n return data;\n }\n }\n\n var placement = data.placement.split('-')[0];\n var _data$offsets = data.offsets,\n popper = _data$offsets.popper,\n reference = _data$offsets.reference;\n\n var isVertical = ['left', 'right'].indexOf(placement) !== -1;\n\n var len = isVertical ? 'height' : 'width';\n var sideCapitalized = isVertical ? 'Top' : 'Left';\n var side = sideCapitalized.toLowerCase();\n var altSide = isVertical ? 'left' : 'top';\n var opSide = isVertical ? 'bottom' : 'right';\n var arrowElementSize = getOuterSizes(arrowElement)[len];\n\n //\n // extends keepTogether behavior making sure the popper and its\n // reference have enough pixels in conjunction\n //\n\n // top/left side\n if (reference[opSide] - arrowElementSize < popper[side]) {\n data.offsets.popper[side] -= popper[side] - (reference[opSide] - arrowElementSize);\n }\n // bottom/right side\n if (reference[side] + arrowElementSize > popper[opSide]) {\n data.offsets.popper[side] += reference[side] + arrowElementSize - popper[opSide];\n }\n data.offsets.popper = getClientRect(data.offsets.popper);\n\n // compute center of the popper\n var center = reference[side] + reference[len] / 2 - arrowElementSize / 2;\n\n // Compute the sideValue using the updated popper offsets\n // take popper margin in account because we don't have this info available\n var css = getStyleComputedProperty(data.instance.popper);\n var popperMarginSide = parseFloat(css['margin' + sideCapitalized]);\n var popperBorderSide = parseFloat(css['border' + sideCapitalized + 'Width']);\n var sideValue = center - data.offsets.popper[side] - popperMarginSide - popperBorderSide;\n\n // prevent arrowElement from being placed not contiguously to its popper\n sideValue = Math.max(Math.min(popper[len] - arrowElementSize, sideValue), 0);\n\n data.arrowElement = arrowElement;\n data.offsets.arrow = (_data$offsets$arrow = {}, defineProperty(_data$offsets$arrow, side, Math.round(sideValue)), defineProperty(_data$offsets$arrow, altSide, ''), _data$offsets$arrow);\n\n return data;\n}\n\n/**\n * Get the opposite placement variation of the given one\n * @method\n * @memberof Popper.Utils\n * @argument {String} placement variation\n * @returns {String} flipped placement variation\n */\nfunction getOppositeVariation(variation) {\n if (variation === 'end') {\n return 'start';\n } else if (variation === 'start') {\n return 'end';\n }\n return variation;\n}\n\n/**\n * List of accepted placements to use as values of the `placement` option.<br />\n * Valid placements are:\n * - `auto`\n * - `top`\n * - `right`\n * - `bottom`\n * - `left`\n *\n * Each placement can have a variation from this list:\n * - `-start`\n * - `-end`\n *\n * Variations are interpreted easily if you think of them as the left to right\n * written languages. Horizontally (`top` and `bottom`), `start` is left and `end`\n * is right.<br />\n * Vertically (`left` and `right`), `start` is top and `end` is bottom.\n *\n * Some valid examples are:\n * - `top-end` (on top of reference, right aligned)\n * - `right-start` (on right of reference, top aligned)\n * - `bottom` (on bottom, centered)\n * - `auto-end` (on the side with more space available, alignment depends by placement)\n *\n * @static\n * @type {Array}\n * @enum {String}\n * @readonly\n * @method placements\n * @memberof Popper\n */\nvar placements = ['auto-start', 'auto', 'auto-end', 'top-start', 'top', 'top-end', 'right-start', 'right', 'right-end', 'bottom-end', 'bottom', 'bottom-start', 'left-end', 'left', 'left-start'];\n\n// Get rid of `auto` `auto-start` and `auto-end`\nvar validPlacements = placements.slice(3);\n\n/**\n * Given an initial placement, returns all the subsequent placements\n * clockwise (or counter-clockwise).\n *\n * @method\n * @memberof Popper.Utils\n * @argument {String} placement - A valid placement (it accepts variations)\n * @argument {Boolean} counter - Set to true to walk the placements counterclockwise\n * @returns {Array} placements including their variations\n */\nfunction clockwise(placement) {\n var counter = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : false;\n\n var index = validPlacements.indexOf(placement);\n var arr = validPlacements.slice(index + 1).concat(validPlacements.slice(0, index));\n return counter ? arr.reverse() : arr;\n}\n\nvar BEHAVIORS = {\n FLIP: 'flip',\n CLOCKWISE: 'clockwise',\n COUNTERCLOCKWISE: 'counterclockwise'\n};\n\n/**\n * @function\n * @memberof Modifiers\n * @argument {Object} data - The data object generated by update method\n * @argument {Object} options - Modifiers configuration and options\n * @returns {Object} The data object, properly modified\n */\nfunction flip(data, options) {\n // if `inner` modifier is enabled, we can't use the `flip` modifier\n if (isModifierEnabled(data.instance.modifiers, 'inner')) {\n return data;\n }\n\n if (data.flipped && data.placement === data.originalPlacement) {\n // seems like flip is trying to loop, probably there's not enough space on any of the flippable sides\n return data;\n }\n\n var boundaries = getBoundaries(data.instance.popper, data.instance.reference, options.padding, options.boundariesElement, data.positionFixed);\n\n var placement = data.placement.split('-')[0];\n var placementOpposite = getOppositePlacement(placement);\n var variation = data.placement.split('-')[1] || '';\n\n var flipOrder = [];\n\n switch (options.behavior) {\n case BEHAVIORS.FLIP:\n flipOrder = [placement, placementOpposite];\n break;\n case BEHAVIORS.CLOCKWISE:\n flipOrder = clockwise(placement);\n break;\n case BEHAVIORS.COUNTERCLOCKWISE:\n flipOrder = clockwise(placement, true);\n break;\n default:\n flipOrder = options.behavior;\n }\n\n flipOrder.forEach(function (step, index) {\n if (placement !== step || flipOrder.length === index + 1) {\n return data;\n }\n\n placement = data.placement.split('-')[0];\n placementOpposite = getOppositePlacement(placement);\n\n var popperOffsets = data.offsets.popper;\n var refOffsets = data.offsets.reference;\n\n // using floor because the reference offsets may contain decimals we are not going to consider here\n var floor = Math.floor;\n var overlapsRef = placement === 'left' && floor(popperOffsets.right) > floor(refOffsets.left) || placement === 'right' && floor(popperOffsets.left) < floor(refOffsets.right) || placement === 'top' && floor(popperOffsets.bottom) > floor(refOffsets.top) || placement === 'bottom' && floor(popperOffsets.top) < floor(refOffsets.bottom);\n\n var overflowsLeft = floor(popperOffsets.left) < floor(boundaries.left);\n var overflowsRight = floor(popperOffsets.right) > floor(boundaries.right);\n var overflowsTop = floor(popperOffsets.top) < floor(boundaries.top);\n var overflowsBottom = floor(popperOffsets.bottom) > floor(boundaries.bottom);\n\n var overflowsBoundaries = placement === 'left' && overflowsLeft || placement === 'right' && overflowsRight || placement === 'top' && overflowsTop || placement === 'bottom' && overflowsBottom;\n\n // flip the variation if required\n var isVertical = ['top', 'bottom'].indexOf(placement) !== -1;\n\n // flips variation if reference element overflows boundaries\n var flippedVariationByRef = !!options.flipVariations && (isVertical && variation === 'start' && overflowsLeft || isVertical && variation === 'end' && overflowsRight || !isVertical && variation === 'start' && overflowsTop || !isVertical && variation === 'end' && overflowsBottom);\n\n // flips variation if popper content overflows boundaries\n var flippedVariationByContent = !!options.flipVariationsByContent && (isVertical && variation === 'start' && overflowsRight || isVertical && variation === 'end' && overflowsLeft || !isVertical && variation === 'start' && overflowsBottom || !isVertical && variation === 'end' && overflowsTop);\n\n var flippedVariation = flippedVariationByRef || flippedVariationByContent;\n\n if (overlapsRef || overflowsBoundaries || flippedVariation) {\n // this boolean to detect any flip loop\n data.flipped = true;\n\n if (overlapsRef || overflowsBoundaries) {\n placement = flipOrder[index + 1];\n }\n\n if (flippedVariation) {\n variation = getOppositeVariation(variation);\n }\n\n data.placement = placement + (variation ? '-' + variation : '');\n\n // this object contains `position`, we want to preserve it along with\n // any additional property we may add in the future\n data.offsets.popper = _extends({}, data.offsets.popper, getPopperOffsets(data.instance.popper, data.offsets.reference, data.placement));\n\n data = runModifiers(data.instance.modifiers, data, 'flip');\n }\n });\n return data;\n}\n\n/**\n * @function\n * @memberof Modifiers\n * @argument {Object} data - The data object generated by update method\n * @argument {Object} options - Modifiers configuration and options\n * @returns {Object} The data object, properly modified\n */\nfunction keepTogether(data) {\n var _data$offsets = data.offsets,\n popper = _data$offsets.popper,\n reference = _data$offsets.reference;\n\n var placement = data.placement.split('-')[0];\n var floor = Math.floor;\n var isVertical = ['top', 'bottom'].indexOf(placement) !== -1;\n var side = isVertical ? 'right' : 'bottom';\n var opSide = isVertical ? 'left' : 'top';\n var measurement = isVertical ? 'width' : 'height';\n\n if (popper[side] < floor(reference[opSide])) {\n data.offsets.popper[opSide] = floor(reference[opSide]) - popper[measurement];\n }\n if (popper[opSide] > floor(reference[side])) {\n data.offsets.popper[opSide] = floor(reference[side]);\n }\n\n return data;\n}\n\n/**\n * Converts a string containing value + unit into a px value number\n * @function\n * @memberof {modifiers~offset}\n * @private\n * @argument {String} str - Value + unit string\n * @argument {String} measurement - `height` or `width`\n * @argument {Object} popperOffsets\n * @argument {Object} referenceOffsets\n * @returns {Number|String}\n * Value in pixels, or original string if no values were extracted\n */\nfunction toValue(str, measurement, popperOffsets, referenceOffsets) {\n // separate value from unit\n var split = str.match(/((?:\\-|\\+)?\\d*\\.?\\d*)(.*)/);\n var value = +split[1];\n var unit = split[2];\n\n // If it's not a number it's an operator, I guess\n if (!value) {\n return str;\n }\n\n if (unit.indexOf('%') === 0) {\n var element = void 0;\n switch (unit) {\n case '%p':\n element = popperOffsets;\n break;\n case '%':\n case '%r':\n default:\n element = referenceOffsets;\n }\n\n var rect = getClientRect(element);\n return rect[measurement] / 100 * value;\n } else if (unit === 'vh' || unit === 'vw') {\n // if is a vh or vw, we calculate the size based on the viewport\n var size = void 0;\n if (unit === 'vh') {\n size = Math.max(document.documentElement.clientHeight, window.innerHeight || 0);\n } else {\n size = Math.max(document.documentElement.clientWidth, window.innerWidth || 0);\n }\n return size / 100 * value;\n } else {\n // if is an explicit pixel unit, we get rid of the unit and keep the value\n // if is an implicit unit, it's px, and we return just the value\n return value;\n }\n}\n\n/**\n * Parse an `offset` string to extrapolate `x` and `y` numeric offsets.\n * @function\n * @memberof {modifiers~offset}\n * @private\n * @argument {String} offset\n * @argument {Object} popperOffsets\n * @argument {Object} referenceOffsets\n * @argument {String} basePlacement\n * @returns {Array} a two cells array with x and y offsets in numbers\n */\nfunction parseOffset(offset, popperOffsets, referenceOffsets, basePlacement) {\n var offsets = [0, 0];\n\n // Use height if placement is left or right and index is 0 otherwise use width\n // in this way the first offset will use an axis and the second one\n // will use the other one\n var useHeight = ['right', 'left'].indexOf(basePlacement) !== -1;\n\n // Split the offset string to obtain a list of values and operands\n // The regex addresses values with the plus or minus sign in front (+10, -20, etc)\n var fragments = offset.split(/(\\+|\\-)/).map(function (frag) {\n return frag.trim();\n });\n\n // Detect if the offset string contains a pair of values or a single one\n // they could be separated by comma or space\n var divider = fragments.indexOf(find(fragments, function (frag) {\n return frag.search(/,|\\s/) !== -1;\n }));\n\n if (fragments[divider] && fragments[divider].indexOf(',') === -1) {\n console.warn('Offsets separated by white space(s) are deprecated, use a comma (,) instead.');\n }\n\n // If divider is found, we divide the list of values and operands to divide\n // them by ofset X and Y.\n var splitRegex = /\\s*,\\s*|\\s+/;\n var ops = divider !== -1 ? [fragments.slice(0, divider).concat([fragments[divider].split(splitRegex)[0]]), [fragments[divider].split(splitRegex)[1]].concat(fragments.slice(divider + 1))] : [fragments];\n\n // Convert the values with units to absolute pixels to allow our computations\n ops = ops.map(function (op, index) {\n // Most of the units rely on the orientation of the popper\n var measurement = (index === 1 ? !useHeight : useHeight) ? 'height' : 'width';\n var mergeWithPrevious = false;\n return op\n // This aggregates any `+` or `-` sign that aren't considered operators\n // e.g.: 10 + +5 => [10, +, +5]\n .reduce(function (a, b) {\n if (a[a.length - 1] === '' && ['+', '-'].indexOf(b) !== -1) {\n a[a.length - 1] = b;\n mergeWithPrevious = true;\n return a;\n } else if (mergeWithPrevious) {\n a[a.length - 1] += b;\n mergeWithPrevious = false;\n return a;\n } else {\n return a.concat(b);\n }\n }, [])\n // Here we convert the string values into number values (in px)\n .map(function (str) {\n return toValue(str, measurement, popperOffsets, referenceOffsets);\n });\n });\n\n // Loop trough the offsets arrays and execute the operations\n ops.forEach(function (op, index) {\n op.forEach(function (frag, index2) {\n if (isNumeric(frag)) {\n offsets[index] += frag * (op[index2 - 1] === '-' ? -1 : 1);\n }\n });\n });\n return offsets;\n}\n\n/**\n * @function\n * @memberof Modifiers\n * @argument {Object} data - The data object generated by update method\n * @argument {Object} options - Modifiers configuration and options\n * @argument {Number|String} options.offset=0\n * The offset value as described in the modifier description\n * @returns {Object} The data object, properly modified\n */\nfunction offset(data, _ref) {\n var offset = _ref.offset;\n var placement = data.placement,\n _data$offsets = data.offsets,\n popper = _data$offsets.popper,\n reference = _data$offsets.reference;\n\n var basePlacement = placement.split('-')[0];\n\n var offsets = void 0;\n if (isNumeric(+offset)) {\n offsets = [+offset, 0];\n } else {\n offsets = parseOffset(offset, popper, reference, basePlacement);\n }\n\n if (basePlacement === 'left') {\n popper.top += offsets[0];\n popper.left -= offsets[1];\n } else if (basePlacement === 'right') {\n popper.top += offsets[0];\n popper.left += offsets[1];\n } else if (basePlacement === 'top') {\n popper.left += offsets[0];\n popper.top -= offsets[1];\n } else if (basePlacement === 'bottom') {\n popper.left += offsets[0];\n popper.top += offsets[1];\n }\n\n data.popper = popper;\n return data;\n}\n\n/**\n * @function\n * @memberof Modifiers\n * @argument {Object} data - The data object generated by `update` method\n * @argument {Object} options - Modifiers configuration and options\n * @returns {Object} The data object, properly modified\n */\nfunction preventOverflow(data, options) {\n var boundariesElement = options.boundariesElement || getOffsetParent(data.instance.popper);\n\n // If offsetParent is the reference element, we really want to\n // go one step up and use the next offsetParent as reference to\n // avoid to make this modifier completely useless and look like broken\n if (data.instance.reference === boundariesElement) {\n boundariesElement = getOffsetParent(boundariesElement);\n }\n\n // NOTE: DOM access here\n // resets the popper's position so that the document size can be calculated excluding\n // the size of the popper element itself\n var transformProp = getSupportedPropertyName('transform');\n var popperStyles = data.instance.popper.style; // assignment to help minification\n var top = popperStyles.top,\n left = popperStyles.left,\n transform = popperStyles[transformProp];\n\n popperStyles.top = '';\n popperStyles.left = '';\n popperStyles[transformProp] = '';\n\n var boundaries = getBoundaries(data.instance.popper, data.instance.reference, options.padding, boundariesElement, data.positionFixed);\n\n // NOTE: DOM access here\n // restores the original style properties after the offsets have been computed\n popperStyles.top = top;\n popperStyles.left = left;\n popperStyles[transformProp] = transform;\n\n options.boundaries = boundaries;\n\n var order = options.priority;\n var popper = data.offsets.popper;\n\n var check = {\n primary: function primary(placement) {\n var value = popper[placement];\n if (popper[placement] < boundaries[placement] && !options.escapeWithReference) {\n value = Math.max(popper[placement], boundaries[placement]);\n }\n return defineProperty({}, placement, value);\n },\n secondary: function secondary(placement) {\n var mainSide = placement === 'right' ? 'left' : 'top';\n var value = popper[mainSide];\n if (popper[placement] > boundaries[placement] && !options.escapeWithReference) {\n value = Math.min(popper[mainSide], boundaries[placement] - (placement === 'right' ? popper.width : popper.height));\n }\n return defineProperty({}, mainSide, value);\n }\n };\n\n order.forEach(function (placement) {\n var side = ['left', 'top'].indexOf(placement) !== -1 ? 'primary' : 'secondary';\n popper = _extends({}, popper, check[side](placement));\n });\n\n data.offsets.popper = popper;\n\n return data;\n}\n\n/**\n * @function\n * @memberof Modifiers\n * @argument {Object} data - The data object generated by `update` method\n * @argument {Object} options - Modifiers configuration and options\n * @returns {Object} The data object, properly modified\n */\nfunction shift(data) {\n var placement = data.placement;\n var basePlacement = placement.split('-')[0];\n var shiftvariation = placement.split('-')[1];\n\n // if shift shiftvariation is specified, run the modifier\n if (shiftvariation) {\n var _data$offsets = data.offsets,\n reference = _data$offsets.reference,\n popper = _data$offsets.popper;\n\n var isVertical = ['bottom', 'top'].indexOf(basePlacement) !== -1;\n var side = isVertical ? 'left' : 'top';\n var measurement = isVertical ? 'width' : 'height';\n\n var shiftOffsets = {\n start: defineProperty({}, side, reference[side]),\n end: defineProperty({}, side, reference[side] + reference[measurement] - popper[measurement])\n };\n\n data.offsets.popper = _extends({}, popper, shiftOffsets[shiftvariation]);\n }\n\n return data;\n}\n\n/**\n * @function\n * @memberof Modifiers\n * @argument {Object} data - The data object generated by update method\n * @argument {Object} options - Modifiers configuration and options\n * @returns {Object} The data object, properly modified\n */\nfunction hide(data) {\n if (!isModifierRequired(data.instance.modifiers, 'hide', 'preventOverflow')) {\n return data;\n }\n\n var refRect = data.offsets.reference;\n var bound = find(data.instance.modifiers, function (modifier) {\n return modifier.name === 'preventOverflow';\n }).boundaries;\n\n if (refRect.bottom < bound.top || refRect.left > bound.right || refRect.top > bound.bottom || refRect.right < bound.left) {\n // Avoid unnecessary DOM access if visibility hasn't changed\n if (data.hide === true) {\n return data;\n }\n\n data.hide = true;\n data.attributes['x-out-of-boundaries'] = '';\n } else {\n // Avoid unnecessary DOM access if visibility hasn't changed\n if (data.hide === false) {\n return data;\n }\n\n data.hide = false;\n data.attributes['x-out-of-boundaries'] = false;\n }\n\n return data;\n}\n\n/**\n * @function\n * @memberof Modifiers\n * @argument {Object} data - The data object generated by `update` method\n * @argument {Object} options - Modifiers configuration and options\n * @returns {Object} The data object, properly modified\n */\nfunction inner(data) {\n var placement = data.placement;\n var basePlacement = placement.split('-')[0];\n var _data$offsets = data.offsets,\n popper = _data$offsets.popper,\n reference = _data$offsets.reference;\n\n var isHoriz = ['left', 'right'].indexOf(basePlacement) !== -1;\n\n var subtractLength = ['top', 'left'].indexOf(basePlacement) === -1;\n\n popper[isHoriz ? 'left' : 'top'] = reference[basePlacement] - (subtractLength ? popper[isHoriz ? 'width' : 'height'] : 0);\n\n data.placement = getOppositePlacement(placement);\n data.offsets.popper = getClientRect(popper);\n\n return data;\n}\n\n/**\n * Modifier function, each modifier can have a function of this type assigned\n * to its `fn` property.<br />\n * These functions will be called on each update, this means that you must\n * make sure they are performant enough to avoid performance bottlenecks.\n *\n * @function ModifierFn\n * @argument {dataObject} data - The data object generated by `update` method\n * @argument {Object} options - Modifiers configuration and options\n * @returns {dataObject} The data object, properly modified\n */\n\n/**\n * Modifiers are plugins used to alter the behavior of your poppers.<br />\n * Popper.js uses a set of 9 modifiers to provide all the basic functionalities\n * needed by the library.\n *\n * Usually you don't want to override the `order`, `fn` and `onLoad` props.\n * All the other properties are configurations that could be tweaked.\n * @namespace modifiers\n */\nvar modifiers = {\n /**\n * Modifier used to shift the popper on the start or end of its reference\n * element.<br />\n * It will read the variation of the `placement` property.<br />\n * It can be one either `-end` or `-start`.\n * @memberof modifiers\n * @inner\n */\n shift: {\n /** @prop {number} order=100 - Index used to define the order of execution */\n order: 100,\n /** @prop {Boolean} enabled=true - Whether the modifier is enabled or not */\n enabled: true,\n /** @prop {ModifierFn} */\n fn: shift\n },\n\n /**\n * The `offset` modifier can shift your popper on both its axis.\n *\n * It accepts the following units:\n * - `px` or unit-less, interpreted as pixels\n * - `%` or `%r`, percentage relative to the length of the reference element\n * - `%p`, percentage relative to the length of the popper element\n * - `vw`, CSS viewport width unit\n * - `vh`, CSS viewport height unit\n *\n * For length is intended the main axis relative to the placement of the popper.<br />\n * This means that if the placement is `top` or `bottom`, the length will be the\n * `width`. In case of `left` or `right`, it will be the `height`.\n *\n * You can provide a single value (as `Number` or `String`), or a pair of values\n * as `String` divided by a comma or one (or more) white spaces.<br />\n * The latter is a deprecated method because it leads to confusion and will be\n * removed in v2.<br />\n * Additionally, it accepts additions and subtractions between different units.\n * Note that multiplications and divisions aren't supported.\n *\n * Valid examples are:\n * ```\n * 10\n * '10%'\n * '10, 10'\n * '10%, 10'\n * '10 + 10%'\n * '10 - 5vh + 3%'\n * '-10px + 5vh, 5px - 6%'\n * ```\n * > **NB**: If you desire to apply offsets to your poppers in a way that may make them overlap\n * > with their reference element, unfortunately, you will have to disable the `flip` modifier.\n * > You can read more on this at this [issue](https://github.com/FezVrasta/popper.js/issues/373).\n *\n * @memberof modifiers\n * @inner\n */\n offset: {\n /** @prop {number} order=200 - Index used to define the order of execution */\n order: 200,\n /** @prop {Boolean} enabled=true - Whether the modifier is enabled or not */\n enabled: true,\n /** @prop {ModifierFn} */\n fn: offset,\n /** @prop {Number|String} offset=0\n * The offset value as described in the modifier description\n */\n offset: 0\n },\n\n /**\n * Modifier used to prevent the popper from being positioned outside the boundary.\n *\n * A scenario exists where the reference itself is not within the boundaries.<br />\n * We can say it has \"escaped the boundaries\" — or just \"escaped\".<br />\n * In this case we need to decide whether the popper should either:\n *\n * - detach from the reference and remain \"trapped\" in the boundaries, or\n * - if it should ignore the boundary and \"escape with its reference\"\n *\n * When `escapeWithReference` is set to`true` and reference is completely\n * outside its boundaries, the popper will overflow (or completely leave)\n * the boundaries in order to remain attached to the edge of the reference.\n *\n * @memberof modifiers\n * @inner\n */\n preventOverflow: {\n /** @prop {number} order=300 - Index used to define the order of execution */\n order: 300,\n /** @prop {Boolean} enabled=true - Whether the modifier is enabled or not */\n enabled: true,\n /** @prop {ModifierFn} */\n fn: preventOverflow,\n /**\n * @prop {Array} [priority=['left','right','top','bottom']]\n * Popper will try to prevent overflow following these priorities by default,\n * then, it could overflow on the left and on top of the `boundariesElement`\n */\n priority: ['left', 'right', 'top', 'bottom'],\n /**\n * @prop {number} padding=5\n * Amount of pixel used to define a minimum distance between the boundaries\n * and the popper. This makes sure the popper always has a little padding\n * between the edges of its container\n */\n padding: 5,\n /**\n * @prop {String|HTMLElement} boundariesElement='scrollParent'\n * Boundaries used by the modifier. Can be `scrollParent`, `window`,\n * `viewport` or any DOM element.\n */\n boundariesElement: 'scrollParent'\n },\n\n /**\n * Modifier used to make sure the reference and its popper stay near each other\n * without leaving any gap between the two. Especially useful when the arrow is\n * enabled and you want to ensure that it points to its reference element.\n * It cares only about the first axis. You can still have poppers with margin\n * between the popper and its reference element.\n * @memberof modifiers\n * @inner\n */\n keepTogether: {\n /** @prop {number} order=400 - Index used to define the order of execution */\n order: 400,\n /** @prop {Boolean} enabled=true - Whether the modifier is enabled or not */\n enabled: true,\n /** @prop {ModifierFn} */\n fn: keepTogether\n },\n\n /**\n * This modifier is used to move the `arrowElement` of the popper to make\n * sure it is positioned between the reference element and its popper element.\n * It will read the outer size of the `arrowElement` node to detect how many\n * pixels of conjunction are needed.\n *\n * It has no effect if no `arrowElement` is provided.\n * @memberof modifiers\n * @inner\n */\n arrow: {\n /** @prop {number} order=500 - Index used to define the order of execution */\n order: 500,\n /** @prop {Boolean} enabled=true - Whether the modifier is enabled or not */\n enabled: true,\n /** @prop {ModifierFn} */\n fn: arrow,\n /** @prop {String|HTMLElement} element='[x-arrow]' - Selector or node used as arrow */\n element: '[x-arrow]'\n },\n\n /**\n * Modifier used to flip the popper's placement when it starts to overlap its\n * reference element.\n *\n * Requires the `preventOverflow` modifier before it in order to work.\n *\n * **NOTE:** this modifier will interrupt the current update cycle and will\n * restart it if it detects the need to flip the placement.\n * @memberof modifiers\n * @inner\n */\n flip: {\n /** @prop {number} order=600 - Index used to define the order of execution */\n order: 600,\n /** @prop {Boolean} enabled=true - Whether the modifier is enabled or not */\n enabled: true,\n /** @prop {ModifierFn} */\n fn: flip,\n /**\n * @prop {String|Array} behavior='flip'\n * The behavior used to change the popper's placement. It can be one of\n * `flip`, `clockwise`, `counterclockwise` or an array with a list of valid\n * placements (with optional variations)\n */\n behavior: 'flip',\n /**\n * @prop {number} padding=5\n * The popper will flip if it hits the edges of the `boundariesElement`\n */\n padding: 5,\n /**\n * @prop {String|HTMLElement} boundariesElement='viewport'\n * The element which will define the boundaries of the popper position.\n * The popper will never be placed outside of the defined boundaries\n * (except if `keepTogether` is enabled)\n */\n boundariesElement: 'viewport',\n /**\n * @prop {Boolean} flipVariations=false\n * The popper will switch placement variation between `-start` and `-end` when\n * the reference element overlaps its boundaries.\n *\n * The original placement should have a set variation.\n */\n flipVariations: false,\n /**\n * @prop {Boolean} flipVariationsByContent=false\n * The popper will switch placement variation between `-start` and `-end` when\n * the popper element overlaps its reference boundaries.\n *\n * The original placement should have a set variation.\n */\n flipVariationsByContent: false\n },\n\n /**\n * Modifier used to make the popper flow toward the inner of the reference element.\n * By default, when this modifier is disabled, the popper will be placed outside\n * the reference element.\n * @memberof modifiers\n * @inner\n */\n inner: {\n /** @prop {number} order=700 - Index used to define the order of execution */\n order: 700,\n /** @prop {Boolean} enabled=false - Whether the modifier is enabled or not */\n enabled: false,\n /** @prop {ModifierFn} */\n fn: inner\n },\n\n /**\n * Modifier used to hide the popper when its reference element is outside of the\n * popper boundaries. It will set a `x-out-of-boundaries` attribute which can\n * be used to hide with a CSS selector the popper when its reference is\n * out of boundaries.\n *\n * Requires the `preventOverflow` modifier before it in order to work.\n * @memberof modifiers\n * @inner\n */\n hide: {\n /** @prop {number} order=800 - Index used to define the order of execution */\n order: 800,\n /** @prop {Boolean} enabled=true - Whether the modifier is enabled or not */\n enabled: true,\n /** @prop {ModifierFn} */\n fn: hide\n },\n\n /**\n * Computes the style that will be applied to the popper element to gets\n * properly positioned.\n *\n * Note that this modifier will not touch the DOM, it just prepares the styles\n * so that `applyStyle` modifier can apply it. This separation is useful\n * in case you need to replace `applyStyle` with a custom implementation.\n *\n * This modifier has `850` as `order` value to maintain backward compatibility\n * with previous versions of Popper.js. Expect the modifiers ordering method\n * to change in future major versions of the library.\n *\n * @memberof modifiers\n * @inner\n */\n computeStyle: {\n /** @prop {number} order=850 - Index used to define the order of execution */\n order: 850,\n /** @prop {Boolean} enabled=true - Whether the modifier is enabled or not */\n enabled: true,\n /** @prop {ModifierFn} */\n fn: computeStyle,\n /**\n * @prop {Boolean} gpuAcceleration=true\n * If true, it uses the CSS 3D transformation to position the popper.\n * Otherwise, it will use the `top` and `left` properties\n */\n gpuAcceleration: true,\n /**\n * @prop {string} [x='bottom']\n * Where to anchor the X axis (`bottom` or `top`). AKA X offset origin.\n * Change this if your popper should grow in a direction different from `bottom`\n */\n x: 'bottom',\n /**\n * @prop {string} [x='left']\n * Where to anchor the Y axis (`left` or `right`). AKA Y offset origin.\n * Change this if your popper should grow in a direction different from `right`\n */\n y: 'right'\n },\n\n /**\n * Applies the computed styles to the popper element.\n *\n * All the DOM manipulations are limited to this modifier. This is useful in case\n * you want to integrate Popper.js inside a framework or view library and you\n * want to delegate all the DOM manipulations to it.\n *\n * Note that if you disable this modifier, you must make sure the popper element\n * has its position set to `absolute` before Popper.js can do its work!\n *\n * Just disable this modifier and define your own to achieve the desired effect.\n *\n * @memberof modifiers\n * @inner\n */\n applyStyle: {\n /** @prop {number} order=900 - Index used to define the order of execution */\n order: 900,\n /** @prop {Boolean} enabled=true - Whether the modifier is enabled or not */\n enabled: true,\n /** @prop {ModifierFn} */\n fn: applyStyle,\n /** @prop {Function} */\n onLoad: applyStyleOnLoad,\n /**\n * @deprecated since version 1.10.0, the property moved to `computeStyle` modifier\n * @prop {Boolean} gpuAcceleration=true\n * If true, it uses the CSS 3D transformation to position the popper.\n * Otherwise, it will use the `top` and `left` properties\n */\n gpuAcceleration: undefined\n }\n};\n\n/**\n * The `dataObject` is an object containing all the information used by Popper.js.\n * This object is passed to modifiers and to the `onCreate` and `onUpdate` callbacks.\n * @name dataObject\n * @property {Object} data.instance The Popper.js instance\n * @property {String} data.placement Placement applied to popper\n * @property {String} data.originalPlacement Placement originally defined on init\n * @property {Boolean} data.flipped True if popper has been flipped by flip modifier\n * @property {Boolean} data.hide True if the reference element is out of boundaries, useful to know when to hide the popper\n * @property {HTMLElement} data.arrowElement Node used as arrow by arrow modifier\n * @property {Object} data.styles Any CSS property defined here will be applied to the popper. It expects the JavaScript nomenclature (eg. `marginBottom`)\n * @property {Object} data.arrowStyles Any CSS property defined here will be applied to the popper arrow. It expects the JavaScript nomenclature (eg. `marginBottom`)\n * @property {Object} data.boundaries Offsets of the popper boundaries\n * @property {Object} data.offsets The measurements of popper, reference and arrow elements\n * @property {Object} data.offsets.popper `top`, `left`, `width`, `height` values\n * @property {Object} data.offsets.reference `top`, `left`, `width`, `height` values\n * @property {Object} data.offsets.arrow] `top` and `left` offsets, only one of them will be different from 0\n */\n\n/**\n * Default options provided to Popper.js constructor.<br />\n * These can be overridden using the `options` argument of Popper.js.<br />\n * To override an option, simply pass an object with the same\n * structure of the `options` object, as the 3rd argument. For example:\n * ```\n * new Popper(ref, pop, {\n * modifiers: {\n * preventOverflow: { enabled: false }\n * }\n * })\n * ```\n * @type {Object}\n * @static\n * @memberof Popper\n */\nvar Defaults = {\n /**\n * Popper's placement.\n * @prop {Popper.placements} placement='bottom'\n */\n placement: 'bottom',\n\n /**\n * Set this to true if you want popper to position it self in 'fixed' mode\n * @prop {Boolean} positionFixed=false\n */\n positionFixed: false,\n\n /**\n * Whether events (resize, scroll) are initially enabled.\n * @prop {Boolean} eventsEnabled=true\n */\n eventsEnabled: true,\n\n /**\n * Set to true if you want to automatically remove the popper when\n * you call the `destroy` method.\n * @prop {Boolean} removeOnDestroy=false\n */\n removeOnDestroy: false,\n\n /**\n * Callback called when the popper is created.<br />\n * By default, it is set to no-op.<br />\n * Access Popper.js instance with `data.instance`.\n * @prop {onCreate}\n */\n onCreate: function onCreate() {},\n\n /**\n * Callback called when the popper is updated. This callback is not called\n * on the initialization/creation of the popper, but only on subsequent\n * updates.<br />\n * By default, it is set to no-op.<br />\n * Access Popper.js instance with `data.instance`.\n * @prop {onUpdate}\n */\n onUpdate: function onUpdate() {},\n\n /**\n * List of modifiers used to modify the offsets before they are applied to the popper.\n * They provide most of the functionalities of Popper.js.\n * @prop {modifiers}\n */\n modifiers: modifiers\n};\n\n/**\n * @callback onCreate\n * @param {dataObject} data\n */\n\n/**\n * @callback onUpdate\n * @param {dataObject} data\n */\n\n// Utils\n// Methods\nvar Popper = function () {\n /**\n * Creates a new Popper.js instance.\n * @class Popper\n * @param {Element|referenceObject} reference - The reference element used to position the popper\n * @param {Element} popper - The HTML / XML element used as the popper\n * @param {Object} options - Your custom options to override the ones defined in [Defaults](#defaults)\n * @return {Object} instance - The generated Popper.js instance\n */\n function Popper(reference, popper) {\n var _this = this;\n\n var options = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : {};\n classCallCheck(this, Popper);\n\n this.scheduleUpdate = function () {\n return requestAnimationFrame(_this.update);\n };\n\n // make update() debounced, so that it only runs at most once-per-tick\n this.update = debounce(this.update.bind(this));\n\n // with {} we create a new object with the options inside it\n this.options = _extends({}, Popper.Defaults, options);\n\n // init state\n this.state = {\n isDestroyed: false,\n isCreated: false,\n scrollParents: []\n };\n\n // get reference and popper elements (allow jQuery wrappers)\n this.reference = reference && reference.jquery ? reference[0] : reference;\n this.popper = popper && popper.jquery ? popper[0] : popper;\n\n // Deep merge modifiers options\n this.options.modifiers = {};\n Object.keys(_extends({}, Popper.Defaults.modifiers, options.modifiers)).forEach(function (name) {\n _this.options.modifiers[name] = _extends({}, Popper.Defaults.modifiers[name] || {}, options.modifiers ? options.modifiers[name] : {});\n });\n\n // Refactoring modifiers' list (Object => Array)\n this.modifiers = Object.keys(this.options.modifiers).map(function (name) {\n return _extends({\n name: name\n }, _this.options.modifiers[name]);\n })\n // sort the modifiers by order\n .sort(function (a, b) {\n return a.order - b.order;\n });\n\n // modifiers have the ability to execute arbitrary code when Popper.js get inited\n // such code is executed in the same order of its modifier\n // they could add new properties to their options configuration\n // BE AWARE: don't add options to `options.modifiers.name` but to `modifierOptions`!\n this.modifiers.forEach(function (modifierOptions) {\n if (modifierOptions.enabled && isFunction(modifierOptions.onLoad)) {\n modifierOptions.onLoad(_this.reference, _this.popper, _this.options, modifierOptions, _this.state);\n }\n });\n\n // fire the first update to position the popper in the right place\n this.update();\n\n var eventsEnabled = this.options.eventsEnabled;\n if (eventsEnabled) {\n // setup event listeners, they will take care of update the position in specific situations\n this.enableEventListeners();\n }\n\n this.state.eventsEnabled = eventsEnabled;\n }\n\n // We can't use class properties because they don't get listed in the\n // class prototype and break stuff like Sinon stubs\n\n\n createClass(Popper, [{\n key: 'update',\n value: function update$$1() {\n return update.call(this);\n }\n }, {\n key: 'destroy',\n value: function destroy$$1() {\n return destroy.call(this);\n }\n }, {\n key: 'enableEventListeners',\n value: function enableEventListeners$$1() {\n return enableEventListeners.call(this);\n }\n }, {\n key: 'disableEventListeners',\n value: function disableEventListeners$$1() {\n return disableEventListeners.call(this);\n }\n\n /**\n * Schedules an update. It will run on the next UI update available.\n * @method scheduleUpdate\n * @memberof Popper\n */\n\n\n /**\n * Collection of utilities useful when writing custom modifiers.\n * Starting from version 1.7, this method is available only if you\n * include `popper-utils.js` before `popper.js`.\n *\n * **DEPRECATION**: This way to access PopperUtils is deprecated\n * and will be removed in v2! Use the PopperUtils module directly instead.\n * Due to the high instability of the methods contained in Utils, we can't\n * guarantee them to follow semver. Use them at your own risk!\n * @static\n * @private\n * @type {Object}\n * @deprecated since version 1.8\n * @member Utils\n * @memberof Popper\n */\n\n }]);\n return Popper;\n}();\n\n/**\n * The `referenceObject` is an object that provides an interface compatible with Popper.js\n * and lets you use it as replacement of a real DOM node.<br />\n * You can use this method to position a popper relatively to a set of coordinates\n * in case you don't have a DOM node to use as reference.\n *\n * ```\n * new Popper(referenceObject, popperNode);\n * ```\n *\n * NB: This feature isn't supported in Internet Explorer 10.\n * @name referenceObject\n * @property {Function} data.getBoundingClientRect\n * A function that returns a set of coordinates compatible with the native `getBoundingClientRect` method.\n * @property {number} data.clientWidth\n * An ES6 getter that will return the width of the virtual reference element.\n * @property {number} data.clientHeight\n * An ES6 getter that will return the height of the virtual reference element.\n */\n\n\nPopper.Utils = (typeof window !== 'undefined' ? window : global).PopperUtils;\nPopper.placements = placements;\nPopper.Defaults = Defaults;\n\nexport default Popper;\n//# sourceMappingURL=popper.js.map\n","function _defineProperty(obj, key, value) {\n if (key in obj) {\n Object.defineProperty(obj, key, {\n value: value,\n enumerable: true,\n configurable: true,\n writable: true\n });\n } else {\n obj[key] = value;\n }\n\n return obj;\n}\n\nmodule.exports = _defineProperty;\nmodule.exports[\"default\"] = module.exports, module.exports.__esModule = true;","'use strict';\nvar $ = require('../internals/export');\nvar $map = require('../internals/array-iteration').map;\nvar arrayMethodHasSpeciesSupport = require('../internals/array-method-has-species-support');\n\nvar HAS_SPECIES_SUPPORT = arrayMethodHasSpeciesSupport('map');\n\n// `Array.prototype.map` method\n// https://tc39.es/ecma262/#sec-array.prototype.map\n// with adding support of @@species\n$({ target: 'Array', proto: true, forced: !HAS_SPECIES_SUPPORT }, {\n map: function map(callbackfn /* , thisArg */) {\n return $map(this, callbackfn, arguments.length > 1 ? arguments[1] : undefined);\n }\n});\n","'use strict';\nvar $ = require('../internals/export');\nvar $reduce = require('../internals/array-reduce').left;\nvar arrayMethodIsStrict = require('../internals/array-method-is-strict');\nvar CHROME_VERSION = require('../internals/engine-v8-version');\nvar IS_NODE = require('../internals/engine-is-node');\n\nvar STRICT_METHOD = arrayMethodIsStrict('reduce');\n// Chrome 80-82 has a critical bug\n// https://bugs.chromium.org/p/chromium/issues/detail?id=1049982\nvar CHROME_BUG = !IS_NODE && CHROME_VERSION > 79 && CHROME_VERSION < 83;\n\n// `Array.prototype.reduce` method\n// https://tc39.es/ecma262/#sec-array.prototype.reduce\n$({ target: 'Array', proto: true, forced: !STRICT_METHOD || CHROME_BUG }, {\n reduce: function reduce(callbackfn /* , initialValue */) {\n return $reduce(this, callbackfn, arguments.length, arguments.length > 1 ? arguments[1] : undefined);\n }\n});\n","var DESCRIPTORS = require('../internals/descriptors');\nvar definePropertyModule = require('../internals/object-define-property');\nvar anObject = require('../internals/an-object');\nvar objectKeys = require('../internals/object-keys');\n\n// `Object.defineProperties` method\n// https://tc39.es/ecma262/#sec-object.defineproperties\n// eslint-disable-next-line es/no-object-defineproperties -- safe\nmodule.exports = DESCRIPTORS ? Object.defineProperties : function defineProperties(O, Properties) {\n anObject(O);\n var keys = objectKeys(Properties);\n var length = keys.length;\n var index = 0;\n var key;\n while (length > index) definePropertyModule.f(O, key = keys[index++], Properties[key]);\n return O;\n};\n","var wellKnownSymbol = require('../internals/well-known-symbol');\n\nvar ITERATOR = wellKnownSymbol('iterator');\nvar SAFE_CLOSING = false;\n\ntry {\n var called = 0;\n var iteratorWithReturn = {\n next: function () {\n return { done: !!called++ };\n },\n 'return': function () {\n SAFE_CLOSING = true;\n }\n };\n iteratorWithReturn[ITERATOR] = function () {\n return this;\n };\n // eslint-disable-next-line es/no-array-from, no-throw-literal -- required for testing\n Array.from(iteratorWithReturn, function () { throw 2; });\n} catch (error) { /* empty */ }\n\nmodule.exports = function (exec, SKIP_CLOSING) {\n if (!SKIP_CLOSING && !SAFE_CLOSING) return false;\n var ITERATION_SUPPORT = false;\n try {\n var object = {};\n object[ITERATOR] = function () {\n return {\n next: function () {\n return { done: ITERATION_SUPPORT = true };\n }\n };\n };\n exec(object);\n } catch (error) { /* empty */ }\n return ITERATION_SUPPORT;\n};\n","'use strict';\nvar $ = require('../internals/export');\nvar createIteratorConstructor = require('../internals/create-iterator-constructor');\nvar getPrototypeOf = require('../internals/object-get-prototype-of');\nvar setPrototypeOf = require('../internals/object-set-prototype-of');\nvar setToStringTag = require('../internals/set-to-string-tag');\nvar createNonEnumerableProperty = require('../internals/create-non-enumerable-property');\nvar redefine = require('../internals/redefine');\nvar wellKnownSymbol = require('../internals/well-known-symbol');\nvar IS_PURE = require('../internals/is-pure');\nvar Iterators = require('../internals/iterators');\nvar IteratorsCore = require('../internals/iterators-core');\n\nvar IteratorPrototype = IteratorsCore.IteratorPrototype;\nvar BUGGY_SAFARI_ITERATORS = IteratorsCore.BUGGY_SAFARI_ITERATORS;\nvar ITERATOR = wellKnownSymbol('iterator');\nvar KEYS = 'keys';\nvar VALUES = 'values';\nvar ENTRIES = 'entries';\n\nvar returnThis = function () { return this; };\n\nmodule.exports = function (Iterable, NAME, IteratorConstructor, next, DEFAULT, IS_SET, FORCED) {\n createIteratorConstructor(IteratorConstructor, NAME, next);\n\n var getIterationMethod = function (KIND) {\n if (KIND === DEFAULT && defaultIterator) return defaultIterator;\n if (!BUGGY_SAFARI_ITERATORS && KIND in IterablePrototype) return IterablePrototype[KIND];\n switch (KIND) {\n case KEYS: return function keys() { return new IteratorConstructor(this, KIND); };\n case VALUES: return function values() { return new IteratorConstructor(this, KIND); };\n case ENTRIES: return function entries() { return new IteratorConstructor(this, KIND); };\n } return function () { return new IteratorConstructor(this); };\n };\n\n var TO_STRING_TAG = NAME + ' Iterator';\n var INCORRECT_VALUES_NAME = false;\n var IterablePrototype = Iterable.prototype;\n var nativeIterator = IterablePrototype[ITERATOR]\n || IterablePrototype['@@iterator']\n || DEFAULT && IterablePrototype[DEFAULT];\n var defaultIterator = !BUGGY_SAFARI_ITERATORS && nativeIterator || getIterationMethod(DEFAULT);\n var anyNativeIterator = NAME == 'Array' ? IterablePrototype.entries || nativeIterator : nativeIterator;\n var CurrentIteratorPrototype, methods, KEY;\n\n // fix native\n if (anyNativeIterator) {\n CurrentIteratorPrototype = getPrototypeOf(anyNativeIterator.call(new Iterable()));\n if (IteratorPrototype !== Object.prototype && CurrentIteratorPrototype.next) {\n if (!IS_PURE && getPrototypeOf(CurrentIteratorPrototype) !== IteratorPrototype) {\n if (setPrototypeOf) {\n setPrototypeOf(CurrentIteratorPrototype, IteratorPrototype);\n } else if (typeof CurrentIteratorPrototype[ITERATOR] != 'function') {\n createNonEnumerableProperty(CurrentIteratorPrototype, ITERATOR, returnThis);\n }\n }\n // Set @@toStringTag to native iterators\n setToStringTag(CurrentIteratorPrototype, TO_STRING_TAG, true, true);\n if (IS_PURE) Iterators[TO_STRING_TAG] = returnThis;\n }\n }\n\n // fix Array.prototype.{ values, @@iterator }.name in V8 / FF\n if (DEFAULT == VALUES && nativeIterator && nativeIterator.name !== VALUES) {\n INCORRECT_VALUES_NAME = true;\n defaultIterator = function values() { return nativeIterator.call(this); };\n }\n\n // define iterator\n if ((!IS_PURE || FORCED) && IterablePrototype[ITERATOR] !== defaultIterator) {\n createNonEnumerableProperty(IterablePrototype, ITERATOR, defaultIterator);\n }\n Iterators[NAME] = defaultIterator;\n\n // export additional methods\n if (DEFAULT) {\n methods = {\n values: getIterationMethod(VALUES),\n keys: IS_SET ? defaultIterator : getIterationMethod(KEYS),\n entries: getIterationMethod(ENTRIES)\n };\n if (FORCED) for (KEY in methods) {\n if (BUGGY_SAFARI_ITERATORS || INCORRECT_VALUES_NAME || !(KEY in IterablePrototype)) {\n redefine(IterablePrototype, KEY, methods[KEY]);\n }\n } else $({ target: NAME, proto: true, forced: BUGGY_SAFARI_ITERATORS || INCORRECT_VALUES_NAME }, methods);\n }\n\n return methods;\n};\n","'use strict';\nvar IteratorPrototype = require('../internals/iterators-core').IteratorPrototype;\nvar create = require('../internals/object-create');\nvar createPropertyDescriptor = require('../internals/create-property-descriptor');\nvar setToStringTag = require('../internals/set-to-string-tag');\nvar Iterators = require('../internals/iterators');\n\nvar returnThis = function () { return this; };\n\nmodule.exports = function (IteratorConstructor, NAME, next) {\n var TO_STRING_TAG = NAME + ' Iterator';\n IteratorConstructor.prototype = create(IteratorPrototype, { next: createPropertyDescriptor(1, next) });\n setToStringTag(IteratorConstructor, TO_STRING_TAG, false, true);\n Iterators[TO_STRING_TAG] = returnThis;\n return IteratorConstructor;\n};\n","\"use strict\";\n\nObject.defineProperty(exports, \"__esModule\", {\n value: true\n});\nexports.getLoggerBuilder = getLoggerBuilder;\nexports.getLogger = getLogger;\n\nvar _ConsoleLogger = require(\"./ConsoleLogger\");\n\nvar _LoggerBuilder = require(\"./LoggerBuilder\");\n\n/**\n * Build a customized logger instance\n */\nfunction getLoggerBuilder() {\n return new _LoggerBuilder.LoggerBuilder(_ConsoleLogger.buildConsoleLogger);\n}\n/**\n * Get a default logger instance without any configuration\n */\n\n\nfunction getLogger() {\n return getLoggerBuilder().build();\n}\n//# sourceMappingURL=index.js.map","var isFunction = require('./isFunction'),\n isMasked = require('./_isMasked'),\n isObject = require('./isObject'),\n toSource = require('./_toSource');\n\n/**\n * Used to match `RegExp`\n * [syntax characters](http://ecma-international.org/ecma-262/7.0/#sec-patterns).\n */\nvar reRegExpChar = /[\\\\^$.*+?()[\\]{}|]/g;\n\n/** Used to detect host constructors (Safari). */\nvar reIsHostCtor = /^\\[object .+?Constructor\\]$/;\n\n/** Used for built-in method references. */\nvar funcProto = Function.prototype,\n objectProto = Object.prototype;\n\n/** Used to resolve the decompiled source of functions. */\nvar funcToString = funcProto.toString;\n\n/** Used to check objects for own properties. */\nvar hasOwnProperty = objectProto.hasOwnProperty;\n\n/** Used to detect if a method is native. */\nvar reIsNative = RegExp('^' +\n funcToString.call(hasOwnProperty).replace(reRegExpChar, '\\\\$&')\n .replace(/hasOwnProperty|(function).*?(?=\\\\\\()| for .+?(?=\\\\\\])/g, '$1.*?') + '$'\n);\n\n/**\n * The base implementation of `_.isNative` without bad shim checks.\n *\n * @private\n * @param {*} value The value to check.\n * @returns {boolean} Returns `true` if `value` is a native function,\n * else `false`.\n */\nfunction baseIsNative(value) {\n if (!isObject(value) || isMasked(value)) {\n return false;\n }\n var pattern = isFunction(value) ? reIsNative : reIsHostCtor;\n return pattern.test(toSource(value));\n}\n\nmodule.exports = baseIsNative;\n","var Symbol = require('./_Symbol');\n\n/** Used for built-in method references. */\nvar objectProto = Object.prototype;\n\n/** Used to check objects for own properties. */\nvar hasOwnProperty = objectProto.hasOwnProperty;\n\n/**\n * Used to resolve the\n * [`toStringTag`](http://ecma-international.org/ecma-262/7.0/#sec-object.prototype.tostring)\n * of values.\n */\nvar nativeObjectToString = objectProto.toString;\n\n/** Built-in value references. */\nvar symToStringTag = Symbol ? Symbol.toStringTag : undefined;\n\n/**\n * A specialized version of `baseGetTag` which ignores `Symbol.toStringTag` values.\n *\n * @private\n * @param {*} value The value to query.\n * @returns {string} Returns the raw `toStringTag`.\n */\nfunction getRawTag(value) {\n var isOwn = hasOwnProperty.call(value, symToStringTag),\n tag = value[symToStringTag];\n\n try {\n value[symToStringTag] = undefined;\n var unmasked = true;\n } catch (e) {}\n\n var result = nativeObjectToString.call(value);\n if (unmasked) {\n if (isOwn) {\n value[symToStringTag] = tag;\n } else {\n delete value[symToStringTag];\n }\n }\n return result;\n}\n\nmodule.exports = getRawTag;\n","/** Used for built-in method references. */\nvar objectProto = Object.prototype;\n\n/**\n * Used to resolve the\n * [`toStringTag`](http://ecma-international.org/ecma-262/7.0/#sec-object.prototype.tostring)\n * of values.\n */\nvar nativeObjectToString = objectProto.toString;\n\n/**\n * Converts `value` to a string using `Object.prototype.toString`.\n *\n * @private\n * @param {*} value The value to convert.\n * @returns {string} Returns the converted string.\n */\nfunction objectToString(value) {\n return nativeObjectToString.call(value);\n}\n\nmodule.exports = objectToString;\n","var coreJsData = require('./_coreJsData');\n\n/** Used to detect methods masquerading as native. */\nvar maskSrcKey = (function() {\n var uid = /[^.]+$/.exec(coreJsData && coreJsData.keys && coreJsData.keys.IE_PROTO || '');\n return uid ? ('Symbol(src)_1.' + uid) : '';\n}());\n\n/**\n * Checks if `func` has its source masked.\n *\n * @private\n * @param {Function} func The function to check.\n * @returns {boolean} Returns `true` if `func` is masked, else `false`.\n */\nfunction isMasked(func) {\n return !!maskSrcKey && (maskSrcKey in func);\n}\n\nmodule.exports = isMasked;\n","var root = require('./_root');\n\n/** Used to detect overreaching core-js shims. */\nvar coreJsData = root['__core-js_shared__'];\n\nmodule.exports = coreJsData;\n","/**\n * Gets the value at `key` of `object`.\n *\n * @private\n * @param {Object} [object] The object to query.\n * @param {string} key The key of the property to get.\n * @returns {*} Returns the property value.\n */\nfunction getValue(object, key) {\n return object == null ? undefined : object[key];\n}\n\nmodule.exports = getValue;\n","var constant = require('./constant'),\n defineProperty = require('./_defineProperty'),\n identity = require('./identity');\n\n/**\n * The base implementation of `setToString` without support for hot loop shorting.\n *\n * @private\n * @param {Function} func The function to modify.\n * @param {Function} string The `toString` result.\n * @returns {Function} Returns `func`.\n */\nvar baseSetToString = !defineProperty ? identity : function(func, string) {\n return defineProperty(func, 'toString', {\n 'configurable': true,\n 'enumerable': false,\n 'value': constant(string),\n 'writable': true\n });\n};\n\nmodule.exports = baseSetToString;\n","/**\n * Creates a function that returns `value`.\n *\n * @static\n * @memberOf _\n * @since 2.4.0\n * @category Util\n * @param {*} value The value to return from the new function.\n * @returns {Function} Returns the new constant function.\n * @example\n *\n * var objects = _.times(2, _.constant({ 'a': 1 }));\n *\n * console.log(objects);\n * // => [{ 'a': 1 }, { 'a': 1 }]\n *\n * console.log(objects[0] === objects[1]);\n * // => true\n */\nfunction constant(value) {\n return function() {\n return value;\n };\n}\n\nmodule.exports = constant;\n","/**\n * The base implementation of `_.times` without support for iteratee shorthands\n * or max array length checks.\n *\n * @private\n * @param {number} n The number of times to invoke `iteratee`.\n * @param {Function} iteratee The function invoked per iteration.\n * @returns {Array} Returns the array of results.\n */\nfunction baseTimes(n, iteratee) {\n var index = -1,\n result = Array(n);\n\n while (++index < n) {\n result[index] = iteratee(index);\n }\n return result;\n}\n\nmodule.exports = baseTimes;\n","var baseGetTag = require('./_baseGetTag'),\n isObjectLike = require('./isObjectLike');\n\n/** `Object#toString` result references. */\nvar argsTag = '[object Arguments]';\n\n/**\n * The base implementation of `_.isArguments`.\n *\n * @private\n * @param {*} value The value to check.\n * @returns {boolean} Returns `true` if `value` is an `arguments` object,\n */\nfunction baseIsArguments(value) {\n return isObjectLike(value) && baseGetTag(value) == argsTag;\n}\n\nmodule.exports = baseIsArguments;\n","/**\n * This method returns `false`.\n *\n * @static\n * @memberOf _\n * @since 4.13.0\n * @category Util\n * @returns {boolean} Returns `false`.\n * @example\n *\n * _.times(2, _.stubFalse);\n * // => [false, false]\n */\nfunction stubFalse() {\n return false;\n}\n\nmodule.exports = stubFalse;\n","var baseGetTag = require('./_baseGetTag'),\n isLength = require('./isLength'),\n isObjectLike = require('./isObjectLike');\n\n/** `Object#toString` result references. */\nvar argsTag = '[object Arguments]',\n arrayTag = '[object Array]',\n boolTag = '[object Boolean]',\n dateTag = '[object Date]',\n errorTag = '[object Error]',\n funcTag = '[object Function]',\n mapTag = '[object Map]',\n numberTag = '[object Number]',\n objectTag = '[object Object]',\n regexpTag = '[object RegExp]',\n setTag = '[object Set]',\n stringTag = '[object String]',\n weakMapTag = '[object WeakMap]';\n\nvar arrayBufferTag = '[object ArrayBuffer]',\n dataViewTag = '[object DataView]',\n float32Tag = '[object Float32Array]',\n float64Tag = '[object Float64Array]',\n int8Tag = '[object Int8Array]',\n int16Tag = '[object Int16Array]',\n int32Tag = '[object Int32Array]',\n uint8Tag = '[object Uint8Array]',\n uint8ClampedTag = '[object Uint8ClampedArray]',\n uint16Tag = '[object Uint16Array]',\n uint32Tag = '[object Uint32Array]';\n\n/** Used to identify `toStringTag` values of typed arrays. */\nvar typedArrayTags = {};\ntypedArrayTags[float32Tag] = typedArrayTags[float64Tag] =\ntypedArrayTags[int8Tag] = typedArrayTags[int16Tag] =\ntypedArrayTags[int32Tag] = typedArrayTags[uint8Tag] =\ntypedArrayTags[uint8ClampedTag] = typedArrayTags[uint16Tag] =\ntypedArrayTags[uint32Tag] = true;\ntypedArrayTags[argsTag] = typedArrayTags[arrayTag] =\ntypedArrayTags[arrayBufferTag] = typedArrayTags[boolTag] =\ntypedArrayTags[dataViewTag] = typedArrayTags[dateTag] =\ntypedArrayTags[errorTag] = typedArrayTags[funcTag] =\ntypedArrayTags[mapTag] = typedArrayTags[numberTag] =\ntypedArrayTags[objectTag] = typedArrayTags[regexpTag] =\ntypedArrayTags[setTag] = typedArrayTags[stringTag] =\ntypedArrayTags[weakMapTag] = false;\n\n/**\n * The base implementation of `_.isTypedArray` without Node.js optimizations.\n *\n * @private\n * @param {*} value The value to check.\n * @returns {boolean} Returns `true` if `value` is a typed array, else `false`.\n */\nfunction baseIsTypedArray(value) {\n return isObjectLike(value) &&\n isLength(value.length) && !!typedArrayTags[baseGetTag(value)];\n}\n\nmodule.exports = baseIsTypedArray;\n","var overArg = require('./_overArg');\n\n/* Built-in method references for those with the same name as other `lodash` methods. */\nvar nativeKeys = overArg(Object.keys, Object);\n\nmodule.exports = nativeKeys;\n","/**\n * Removes all key-value entries from the list cache.\n *\n * @private\n * @name clear\n * @memberOf ListCache\n */\nfunction listCacheClear() {\n this.__data__ = [];\n this.size = 0;\n}\n\nmodule.exports = listCacheClear;\n","var assocIndexOf = require('./_assocIndexOf');\n\n/** Used for built-in method references. */\nvar arrayProto = Array.prototype;\n\n/** Built-in value references. */\nvar splice = arrayProto.splice;\n\n/**\n * Removes `key` and its value from the list cache.\n *\n * @private\n * @name delete\n * @memberOf ListCache\n * @param {string} key The key of the value to remove.\n * @returns {boolean} Returns `true` if the entry was removed, else `false`.\n */\nfunction listCacheDelete(key) {\n var data = this.__data__,\n index = assocIndexOf(data, key);\n\n if (index < 0) {\n return false;\n }\n var lastIndex = data.length - 1;\n if (index == lastIndex) {\n data.pop();\n } else {\n splice.call(data, index, 1);\n }\n --this.size;\n return true;\n}\n\nmodule.exports = listCacheDelete;\n","var assocIndexOf = require('./_assocIndexOf');\n\n/**\n * Gets the list cache value for `key`.\n *\n * @private\n * @name get\n * @memberOf ListCache\n * @param {string} key The key of the value to get.\n * @returns {*} Returns the entry value.\n */\nfunction listCacheGet(key) {\n var data = this.__data__,\n index = assocIndexOf(data, key);\n\n return index < 0 ? undefined : data[index][1];\n}\n\nmodule.exports = listCacheGet;\n","var assocIndexOf = require('./_assocIndexOf');\n\n/**\n * Checks if a list cache value for `key` exists.\n *\n * @private\n * @name has\n * @memberOf ListCache\n * @param {string} key The key of the entry to check.\n * @returns {boolean} Returns `true` if an entry for `key` exists, else `false`.\n */\nfunction listCacheHas(key) {\n return assocIndexOf(this.__data__, key) > -1;\n}\n\nmodule.exports = listCacheHas;\n","var assocIndexOf = require('./_assocIndexOf');\n\n/**\n * Sets the list cache `key` to `value`.\n *\n * @private\n * @name set\n * @memberOf ListCache\n * @param {string} key The key of the value to set.\n * @param {*} value The value to set.\n * @returns {Object} Returns the list cache instance.\n */\nfunction listCacheSet(key, value) {\n var data = this.__data__,\n index = assocIndexOf(data, key);\n\n if (index < 0) {\n ++this.size;\n data.push([key, value]);\n } else {\n data[index][1] = value;\n }\n return this;\n}\n\nmodule.exports = listCacheSet;\n","var ListCache = require('./_ListCache');\n\n/**\n * Removes all key-value entries from the stack.\n *\n * @private\n * @name clear\n * @memberOf Stack\n */\nfunction stackClear() {\n this.__data__ = new ListCache;\n this.size = 0;\n}\n\nmodule.exports = stackClear;\n","/**\n * Removes `key` and its value from the stack.\n *\n * @private\n * @name delete\n * @memberOf Stack\n * @param {string} key The key of the value to remove.\n * @returns {boolean} Returns `true` if the entry was removed, else `false`.\n */\nfunction stackDelete(key) {\n var data = this.__data__,\n result = data['delete'](key);\n\n this.size = data.size;\n return result;\n}\n\nmodule.exports = stackDelete;\n","/**\n * Gets the stack value for `key`.\n *\n * @private\n * @name get\n * @memberOf Stack\n * @param {string} key The key of the value to get.\n * @returns {*} Returns the entry value.\n */\nfunction stackGet(key) {\n return this.__data__.get(key);\n}\n\nmodule.exports = stackGet;\n","/**\n * Checks if a stack value for `key` exists.\n *\n * @private\n * @name has\n * @memberOf Stack\n * @param {string} key The key of the entry to check.\n * @returns {boolean} Returns `true` if an entry for `key` exists, else `false`.\n */\nfunction stackHas(key) {\n return this.__data__.has(key);\n}\n\nmodule.exports = stackHas;\n","var ListCache = require('./_ListCache'),\n Map = require('./_Map'),\n MapCache = require('./_MapCache');\n\n/** Used as the size to enable large array optimizations. */\nvar LARGE_ARRAY_SIZE = 200;\n\n/**\n * Sets the stack `key` to `value`.\n *\n * @private\n * @name set\n * @memberOf Stack\n * @param {string} key The key of the value to set.\n * @param {*} value The value to set.\n * @returns {Object} Returns the stack cache instance.\n */\nfunction stackSet(key, value) {\n var data = this.__data__;\n if (data instanceof ListCache) {\n var pairs = data.__data__;\n if (!Map || (pairs.length < LARGE_ARRAY_SIZE - 1)) {\n pairs.push([key, value]);\n this.size = ++data.size;\n return this;\n }\n data = this.__data__ = new MapCache(pairs);\n }\n data.set(key, value);\n this.size = data.size;\n return this;\n}\n\nmodule.exports = stackSet;\n","var Hash = require('./_Hash'),\n ListCache = require('./_ListCache'),\n Map = require('./_Map');\n\n/**\n * Removes all key-value entries from the map.\n *\n * @private\n * @name clear\n * @memberOf MapCache\n */\nfunction mapCacheClear() {\n this.size = 0;\n this.__data__ = {\n 'hash': new Hash,\n 'map': new (Map || ListCache),\n 'string': new Hash\n };\n}\n\nmodule.exports = mapCacheClear;\n","var hashClear = require('./_hashClear'),\n hashDelete = require('./_hashDelete'),\n hashGet = require('./_hashGet'),\n hashHas = require('./_hashHas'),\n hashSet = require('./_hashSet');\n\n/**\n * Creates a hash object.\n *\n * @private\n * @constructor\n * @param {Array} [entries] The key-value pairs to cache.\n */\nfunction Hash(entries) {\n var index = -1,\n length = entries == null ? 0 : entries.length;\n\n this.clear();\n while (++index < length) {\n var entry = entries[index];\n this.set(entry[0], entry[1]);\n }\n}\n\n// Add methods to `Hash`.\nHash.prototype.clear = hashClear;\nHash.prototype['delete'] = hashDelete;\nHash.prototype.get = hashGet;\nHash.prototype.has = hashHas;\nHash.prototype.set = hashSet;\n\nmodule.exports = Hash;\n","var nativeCreate = require('./_nativeCreate');\n\n/**\n * Removes all key-value entries from the hash.\n *\n * @private\n * @name clear\n * @memberOf Hash\n */\nfunction hashClear() {\n this.__data__ = nativeCreate ? nativeCreate(null) : {};\n this.size = 0;\n}\n\nmodule.exports = hashClear;\n","/**\n * Removes `key` and its value from the hash.\n *\n * @private\n * @name delete\n * @memberOf Hash\n * @param {Object} hash The hash to modify.\n * @param {string} key The key of the value to remove.\n * @returns {boolean} Returns `true` if the entry was removed, else `false`.\n */\nfunction hashDelete(key) {\n var result = this.has(key) && delete this.__data__[key];\n this.size -= result ? 1 : 0;\n return result;\n}\n\nmodule.exports = hashDelete;\n","var nativeCreate = require('./_nativeCreate');\n\n/** Used to stand-in for `undefined` hash values. */\nvar HASH_UNDEFINED = '__lodash_hash_undefined__';\n\n/** Used for built-in method references. */\nvar objectProto = Object.prototype;\n\n/** Used to check objects for own properties. */\nvar hasOwnProperty = objectProto.hasOwnProperty;\n\n/**\n * Gets the hash value for `key`.\n *\n * @private\n * @name get\n * @memberOf Hash\n * @param {string} key The key of the value to get.\n * @returns {*} Returns the entry value.\n */\nfunction hashGet(key) {\n var data = this.__data__;\n if (nativeCreate) {\n var result = data[key];\n return result === HASH_UNDEFINED ? undefined : result;\n }\n return hasOwnProperty.call(data, key) ? data[key] : undefined;\n}\n\nmodule.exports = hashGet;\n","var nativeCreate = require('./_nativeCreate');\n\n/** Used for built-in method references. */\nvar objectProto = Object.prototype;\n\n/** Used to check objects for own properties. */\nvar hasOwnProperty = objectProto.hasOwnProperty;\n\n/**\n * Checks if a hash value for `key` exists.\n *\n * @private\n * @name has\n * @memberOf Hash\n * @param {string} key The key of the entry to check.\n * @returns {boolean} Returns `true` if an entry for `key` exists, else `false`.\n */\nfunction hashHas(key) {\n var data = this.__data__;\n return nativeCreate ? (data[key] !== undefined) : hasOwnProperty.call(data, key);\n}\n\nmodule.exports = hashHas;\n","var nativeCreate = require('./_nativeCreate');\n\n/** Used to stand-in for `undefined` hash values. */\nvar HASH_UNDEFINED = '__lodash_hash_undefined__';\n\n/**\n * Sets the hash `key` to `value`.\n *\n * @private\n * @name set\n * @memberOf Hash\n * @param {string} key The key of the value to set.\n * @param {*} value The value to set.\n * @returns {Object} Returns the hash instance.\n */\nfunction hashSet(key, value) {\n var data = this.__data__;\n this.size += this.has(key) ? 0 : 1;\n data[key] = (nativeCreate && value === undefined) ? HASH_UNDEFINED : value;\n return this;\n}\n\nmodule.exports = hashSet;\n","var getMapData = require('./_getMapData');\n\n/**\n * Removes `key` and its value from the map.\n *\n * @private\n * @name delete\n * @memberOf MapCache\n * @param {string} key The key of the value to remove.\n * @returns {boolean} Returns `true` if the entry was removed, else `false`.\n */\nfunction mapCacheDelete(key) {\n var result = getMapData(this, key)['delete'](key);\n this.size -= result ? 1 : 0;\n return result;\n}\n\nmodule.exports = mapCacheDelete;\n","/**\n * Checks if `value` is suitable for use as unique object key.\n *\n * @private\n * @param {*} value The value to check.\n * @returns {boolean} Returns `true` if `value` is suitable, else `false`.\n */\nfunction isKeyable(value) {\n var type = typeof value;\n return (type == 'string' || type == 'number' || type == 'symbol' || type == 'boolean')\n ? (value !== '__proto__')\n : (value === null);\n}\n\nmodule.exports = isKeyable;\n","var getMapData = require('./_getMapData');\n\n/**\n * Gets the map value for `key`.\n *\n * @private\n * @name get\n * @memberOf MapCache\n * @param {string} key The key of the value to get.\n * @returns {*} Returns the entry value.\n */\nfunction mapCacheGet(key) {\n return getMapData(this, key).get(key);\n}\n\nmodule.exports = mapCacheGet;\n","var getMapData = require('./_getMapData');\n\n/**\n * Checks if a map value for `key` exists.\n *\n * @private\n * @name has\n * @memberOf MapCache\n * @param {string} key The key of the entry to check.\n * @returns {boolean} Returns `true` if an entry for `key` exists, else `false`.\n */\nfunction mapCacheHas(key) {\n return getMapData(this, key).has(key);\n}\n\nmodule.exports = mapCacheHas;\n","var getMapData = require('./_getMapData');\n\n/**\n * Sets the map `key` to `value`.\n *\n * @private\n * @name set\n * @memberOf MapCache\n * @param {string} key The key of the value to set.\n * @param {*} value The value to set.\n * @returns {Object} Returns the map cache instance.\n */\nfunction mapCacheSet(key, value) {\n var data = getMapData(this, key),\n size = data.size;\n\n data.set(key, value);\n this.size += data.size == size ? 0 : 1;\n return this;\n}\n\nmodule.exports = mapCacheSet;\n","var isObject = require('./isObject'),\n isPrototype = require('./_isPrototype'),\n nativeKeysIn = require('./_nativeKeysIn');\n\n/** Used for built-in method references. */\nvar objectProto = Object.prototype;\n\n/** Used to check objects for own properties. */\nvar hasOwnProperty = objectProto.hasOwnProperty;\n\n/**\n * The base implementation of `_.keysIn` which doesn't treat sparse arrays as dense.\n *\n * @private\n * @param {Object} object The object to query.\n * @returns {Array} Returns the array of property names.\n */\nfunction baseKeysIn(object) {\n if (!isObject(object)) {\n return nativeKeysIn(object);\n }\n var isProto = isPrototype(object),\n result = [];\n\n for (var key in object) {\n if (!(key == 'constructor' && (isProto || !hasOwnProperty.call(object, key)))) {\n result.push(key);\n }\n }\n return result;\n}\n\nmodule.exports = baseKeysIn;\n","/**\n * This function is like\n * [`Object.keys`](http://ecma-international.org/ecma-262/7.0/#sec-object.keys)\n * except that it includes inherited enumerable properties.\n *\n * @private\n * @param {Object} object The object to query.\n * @returns {Array} Returns the array of property names.\n */\nfunction nativeKeysIn(object) {\n var result = [];\n if (object != null) {\n for (var key in Object(object)) {\n result.push(key);\n }\n }\n return result;\n}\n\nmodule.exports = nativeKeysIn;\n","var root = require('./_root');\n\n/** Detect free variable `exports`. */\nvar freeExports = typeof exports == 'object' && exports && !exports.nodeType && exports;\n\n/** Detect free variable `module`. */\nvar freeModule = freeExports && typeof module == 'object' && module && !module.nodeType && module;\n\n/** Detect the popular CommonJS extension `module.exports`. */\nvar moduleExports = freeModule && freeModule.exports === freeExports;\n\n/** Built-in value references. */\nvar Buffer = moduleExports ? root.Buffer : undefined,\n allocUnsafe = Buffer ? Buffer.allocUnsafe : undefined;\n\n/**\n * Creates a clone of `buffer`.\n *\n * @private\n * @param {Buffer} buffer The buffer to clone.\n * @param {boolean} [isDeep] Specify a deep clone.\n * @returns {Buffer} Returns the cloned buffer.\n */\nfunction cloneBuffer(buffer, isDeep) {\n if (isDeep) {\n return buffer.slice();\n }\n var length = buffer.length,\n result = allocUnsafe ? allocUnsafe(length) : new buffer.constructor(length);\n\n buffer.copy(result);\n return result;\n}\n\nmodule.exports = cloneBuffer;\n","/**\n * A specialized version of `_.filter` for arrays without support for\n * iteratee shorthands.\n *\n * @private\n * @param {Array} [array] The array to iterate over.\n * @param {Function} predicate The function invoked per iteration.\n * @returns {Array} Returns the new filtered array.\n */\nfunction arrayFilter(array, predicate) {\n var index = -1,\n length = array == null ? 0 : array.length,\n resIndex = 0,\n result = [];\n\n while (++index < length) {\n var value = array[index];\n if (predicate(value, index, array)) {\n result[resIndex++] = value;\n }\n }\n return result;\n}\n\nmodule.exports = arrayFilter;\n","var getNative = require('./_getNative'),\n root = require('./_root');\n\n/* Built-in method references that are verified to be native. */\nvar DataView = getNative(root, 'DataView');\n\nmodule.exports = DataView;\n","var getNative = require('./_getNative'),\n root = require('./_root');\n\n/* Built-in method references that are verified to be native. */\nvar Promise = getNative(root, 'Promise');\n\nmodule.exports = Promise;\n","var getNative = require('./_getNative'),\n root = require('./_root');\n\n/* Built-in method references that are verified to be native. */\nvar Set = getNative(root, 'Set');\n\nmodule.exports = Set;\n","var cloneArrayBuffer = require('./_cloneArrayBuffer');\n\n/**\n * Creates a clone of `typedArray`.\n *\n * @private\n * @param {Object} typedArray The typed array to clone.\n * @param {boolean} [isDeep] Specify a deep clone.\n * @returns {Object} Returns the cloned typed array.\n */\nfunction cloneTypedArray(typedArray, isDeep) {\n var buffer = isDeep ? cloneArrayBuffer(typedArray.buffer) : typedArray.buffer;\n return new typedArray.constructor(buffer, typedArray.byteOffset, typedArray.length);\n}\n\nmodule.exports = cloneTypedArray;\n","var baseCreate = require('./_baseCreate'),\n getPrototype = require('./_getPrototype'),\n isPrototype = require('./_isPrototype');\n\n/**\n * Initializes an object clone.\n *\n * @private\n * @param {Object} object The object to clone.\n * @returns {Object} Returns the initialized clone.\n */\nfunction initCloneObject(object) {\n return (typeof object.constructor == 'function' && !isPrototype(object))\n ? baseCreate(getPrototype(object))\n : {};\n}\n\nmodule.exports = initCloneObject;\n","var baseGetTag = require('./_baseGetTag'),\n getPrototype = require('./_getPrototype'),\n isObjectLike = require('./isObjectLike');\n\n/** `Object#toString` result references. */\nvar objectTag = '[object Object]';\n\n/** Used for built-in method references. */\nvar funcProto = Function.prototype,\n objectProto = Object.prototype;\n\n/** Used to resolve the decompiled source of functions. */\nvar funcToString = funcProto.toString;\n\n/** Used to check objects for own properties. */\nvar hasOwnProperty = objectProto.hasOwnProperty;\n\n/** Used to infer the `Object` constructor. */\nvar objectCtorString = funcToString.call(Object);\n\n/**\n * Checks if `value` is a plain object, that is, an object created by the\n * `Object` constructor or one with a `[[Prototype]]` of `null`.\n *\n * @static\n * @memberOf _\n * @since 0.8.0\n * @category Lang\n * @param {*} value The value to check.\n * @returns {boolean} Returns `true` if `value` is a plain object, else `false`.\n * @example\n *\n * function Foo() {\n * this.a = 1;\n * }\n *\n * _.isPlainObject(new Foo);\n * // => false\n *\n * _.isPlainObject([1, 2, 3]);\n * // => false\n *\n * _.isPlainObject({ 'x': 0, 'y': 0 });\n * // => true\n *\n * _.isPlainObject(Object.create(null));\n * // => true\n */\nfunction isPlainObject(value) {\n if (!isObjectLike(value) || baseGetTag(value) != objectTag) {\n return false;\n }\n var proto = getPrototype(value);\n if (proto === null) {\n return true;\n }\n var Ctor = hasOwnProperty.call(proto, 'constructor') && proto.constructor;\n return typeof Ctor == 'function' && Ctor instanceof Ctor &&\n funcToString.call(Ctor) == objectCtorString;\n}\n\nmodule.exports = isPlainObject;\n","var Stack = require('./_Stack'),\n equalArrays = require('./_equalArrays'),\n equalByTag = require('./_equalByTag'),\n equalObjects = require('./_equalObjects'),\n getTag = require('./_getTag'),\n isArray = require('./isArray'),\n isBuffer = require('./isBuffer'),\n isTypedArray = require('./isTypedArray');\n\n/** Used to compose bitmasks for value comparisons. */\nvar COMPARE_PARTIAL_FLAG = 1;\n\n/** `Object#toString` result references. */\nvar argsTag = '[object Arguments]',\n arrayTag = '[object Array]',\n objectTag = '[object Object]';\n\n/** Used for built-in method references. */\nvar objectProto = Object.prototype;\n\n/** Used to check objects for own properties. */\nvar hasOwnProperty = objectProto.hasOwnProperty;\n\n/**\n * A specialized version of `baseIsEqual` for arrays and objects which performs\n * deep comparisons and tracks traversed objects enabling objects with circular\n * references to be compared.\n *\n * @private\n * @param {Object} object The object to compare.\n * @param {Object} other The other object to compare.\n * @param {number} bitmask The bitmask flags. See `baseIsEqual` for more details.\n * @param {Function} customizer The function to customize comparisons.\n * @param {Function} equalFunc The function to determine equivalents of values.\n * @param {Object} [stack] Tracks traversed `object` and `other` objects.\n * @returns {boolean} Returns `true` if the objects are equivalent, else `false`.\n */\nfunction baseIsEqualDeep(object, other, bitmask, customizer, equalFunc, stack) {\n var objIsArr = isArray(object),\n othIsArr = isArray(other),\n objTag = objIsArr ? arrayTag : getTag(object),\n othTag = othIsArr ? arrayTag : getTag(other);\n\n objTag = objTag == argsTag ? objectTag : objTag;\n othTag = othTag == argsTag ? objectTag : othTag;\n\n var objIsObj = objTag == objectTag,\n othIsObj = othTag == objectTag,\n isSameTag = objTag == othTag;\n\n if (isSameTag && isBuffer(object)) {\n if (!isBuffer(other)) {\n return false;\n }\n objIsArr = true;\n objIsObj = false;\n }\n if (isSameTag && !objIsObj) {\n stack || (stack = new Stack);\n return (objIsArr || isTypedArray(object))\n ? equalArrays(object, other, bitmask, customizer, equalFunc, stack)\n : equalByTag(object, other, objTag, bitmask, customizer, equalFunc, stack);\n }\n if (!(bitmask & COMPARE_PARTIAL_FLAG)) {\n var objIsWrapped = objIsObj && hasOwnProperty.call(object, '__wrapped__'),\n othIsWrapped = othIsObj && hasOwnProperty.call(other, '__wrapped__');\n\n if (objIsWrapped || othIsWrapped) {\n var objUnwrapped = objIsWrapped ? object.value() : object,\n othUnwrapped = othIsWrapped ? other.value() : other;\n\n stack || (stack = new Stack);\n return equalFunc(objUnwrapped, othUnwrapped, bitmask, customizer, stack);\n }\n }\n if (!isSameTag) {\n return false;\n }\n stack || (stack = new Stack);\n return equalObjects(object, other, bitmask, customizer, equalFunc, stack);\n}\n\nmodule.exports = baseIsEqualDeep;\n","var MapCache = require('./_MapCache'),\n setCacheAdd = require('./_setCacheAdd'),\n setCacheHas = require('./_setCacheHas');\n\n/**\n *\n * Creates an array cache object to store unique values.\n *\n * @private\n * @constructor\n * @param {Array} [values] The values to cache.\n */\nfunction SetCache(values) {\n var index = -1,\n length = values == null ? 0 : values.length;\n\n this.__data__ = new MapCache;\n while (++index < length) {\n this.add(values[index]);\n }\n}\n\n// Add methods to `SetCache`.\nSetCache.prototype.add = SetCache.prototype.push = setCacheAdd;\nSetCache.prototype.has = setCacheHas;\n\nmodule.exports = SetCache;\n","/** Used to stand-in for `undefined` hash values. */\nvar HASH_UNDEFINED = '__lodash_hash_undefined__';\n\n/**\n * Adds `value` to the array cache.\n *\n * @private\n * @name add\n * @memberOf SetCache\n * @alias push\n * @param {*} value The value to cache.\n * @returns {Object} Returns the cache instance.\n */\nfunction setCacheAdd(value) {\n this.__data__.set(value, HASH_UNDEFINED);\n return this;\n}\n\nmodule.exports = setCacheAdd;\n","/**\n * Checks if `value` is in the array cache.\n *\n * @private\n * @name has\n * @memberOf SetCache\n * @param {*} value The value to search for.\n * @returns {number} Returns `true` if `value` is found, else `false`.\n */\nfunction setCacheHas(value) {\n return this.__data__.has(value);\n}\n\nmodule.exports = setCacheHas;\n","/**\n * A specialized version of `_.some` for arrays without support for iteratee\n * shorthands.\n *\n * @private\n * @param {Array} [array] The array to iterate over.\n * @param {Function} predicate The function invoked per iteration.\n * @returns {boolean} Returns `true` if any element passes the predicate check,\n * else `false`.\n */\nfunction arraySome(array, predicate) {\n var index = -1,\n length = array == null ? 0 : array.length;\n\n while (++index < length) {\n if (predicate(array[index], index, array)) {\n return true;\n }\n }\n return false;\n}\n\nmodule.exports = arraySome;\n","/**\n * Checks if a `cache` value for `key` exists.\n *\n * @private\n * @param {Object} cache The cache to query.\n * @param {string} key The key of the entry to check.\n * @returns {boolean} Returns `true` if an entry for `key` exists, else `false`.\n */\nfunction cacheHas(cache, key) {\n return cache.has(key);\n}\n\nmodule.exports = cacheHas;\n","var Symbol = require('./_Symbol'),\n Uint8Array = require('./_Uint8Array'),\n eq = require('./eq'),\n equalArrays = require('./_equalArrays'),\n mapToArray = require('./_mapToArray'),\n setToArray = require('./_setToArray');\n\n/** Used to compose bitmasks for value comparisons. */\nvar COMPARE_PARTIAL_FLAG = 1,\n COMPARE_UNORDERED_FLAG = 2;\n\n/** `Object#toString` result references. */\nvar boolTag = '[object Boolean]',\n dateTag = '[object Date]',\n errorTag = '[object Error]',\n mapTag = '[object Map]',\n numberTag = '[object Number]',\n regexpTag = '[object RegExp]',\n setTag = '[object Set]',\n stringTag = '[object String]',\n symbolTag = '[object Symbol]';\n\nvar arrayBufferTag = '[object ArrayBuffer]',\n dataViewTag = '[object DataView]';\n\n/** Used to convert symbols to primitives and strings. */\nvar symbolProto = Symbol ? Symbol.prototype : undefined,\n symbolValueOf = symbolProto ? symbolProto.valueOf : undefined;\n\n/**\n * A specialized version of `baseIsEqualDeep` for comparing objects of\n * the same `toStringTag`.\n *\n * **Note:** This function only supports comparing values with tags of\n * `Boolean`, `Date`, `Error`, `Number`, `RegExp`, or `String`.\n *\n * @private\n * @param {Object} object The object to compare.\n * @param {Object} other The other object to compare.\n * @param {string} tag The `toStringTag` of the objects to compare.\n * @param {number} bitmask The bitmask flags. See `baseIsEqual` for more details.\n * @param {Function} customizer The function to customize comparisons.\n * @param {Function} equalFunc The function to determine equivalents of values.\n * @param {Object} stack Tracks traversed `object` and `other` objects.\n * @returns {boolean} Returns `true` if the objects are equivalent, else `false`.\n */\nfunction equalByTag(object, other, tag, bitmask, customizer, equalFunc, stack) {\n switch (tag) {\n case dataViewTag:\n if ((object.byteLength != other.byteLength) ||\n (object.byteOffset != other.byteOffset)) {\n return false;\n }\n object = object.buffer;\n other = other.buffer;\n\n case arrayBufferTag:\n if ((object.byteLength != other.byteLength) ||\n !equalFunc(new Uint8Array(object), new Uint8Array(other))) {\n return false;\n }\n return true;\n\n case boolTag:\n case dateTag:\n case numberTag:\n // Coerce booleans to `1` or `0` and dates to milliseconds.\n // Invalid dates are coerced to `NaN`.\n return eq(+object, +other);\n\n case errorTag:\n return object.name == other.name && object.message == other.message;\n\n case regexpTag:\n case stringTag:\n // Coerce regexes to strings and treat strings, primitives and objects,\n // as equal. See http://www.ecma-international.org/ecma-262/7.0/#sec-regexp.prototype.tostring\n // for more details.\n return object == (other + '');\n\n case mapTag:\n var convert = mapToArray;\n\n case setTag:\n var isPartial = bitmask & COMPARE_PARTIAL_FLAG;\n convert || (convert = setToArray);\n\n if (object.size != other.size && !isPartial) {\n return false;\n }\n // Assume cyclic values are equal.\n var stacked = stack.get(object);\n if (stacked) {\n return stacked == other;\n }\n bitmask |= COMPARE_UNORDERED_FLAG;\n\n // Recursively compare objects (susceptible to call stack limits).\n stack.set(object, other);\n var result = equalArrays(convert(object), convert(other), bitmask, customizer, equalFunc, stack);\n stack['delete'](object);\n return result;\n\n case symbolTag:\n if (symbolValueOf) {\n return symbolValueOf.call(object) == symbolValueOf.call(other);\n }\n }\n return false;\n}\n\nmodule.exports = equalByTag;\n","/**\n * Converts `map` to its key-value pairs.\n *\n * @private\n * @param {Object} map The map to convert.\n * @returns {Array} Returns the key-value pairs.\n */\nfunction mapToArray(map) {\n var index = -1,\n result = Array(map.size);\n\n map.forEach(function(value, key) {\n result[++index] = [key, value];\n });\n return result;\n}\n\nmodule.exports = mapToArray;\n","/**\n * Converts `set` to an array of its values.\n *\n * @private\n * @param {Object} set The set to convert.\n * @returns {Array} Returns the values.\n */\nfunction setToArray(set) {\n var index = -1,\n result = Array(set.size);\n\n set.forEach(function(value) {\n result[++index] = value;\n });\n return result;\n}\n\nmodule.exports = setToArray;\n","var getAllKeys = require('./_getAllKeys');\n\n/** Used to compose bitmasks for value comparisons. */\nvar COMPARE_PARTIAL_FLAG = 1;\n\n/** Used for built-in method references. */\nvar objectProto = Object.prototype;\n\n/** Used to check objects for own properties. */\nvar hasOwnProperty = objectProto.hasOwnProperty;\n\n/**\n * A specialized version of `baseIsEqualDeep` for objects with support for\n * partial deep comparisons.\n *\n * @private\n * @param {Object} object The object to compare.\n * @param {Object} other The other object to compare.\n * @param {number} bitmask The bitmask flags. See `baseIsEqual` for more details.\n * @param {Function} customizer The function to customize comparisons.\n * @param {Function} equalFunc The function to determine equivalents of values.\n * @param {Object} stack Tracks traversed `object` and `other` objects.\n * @returns {boolean} Returns `true` if the objects are equivalent, else `false`.\n */\nfunction equalObjects(object, other, bitmask, customizer, equalFunc, stack) {\n var isPartial = bitmask & COMPARE_PARTIAL_FLAG,\n objProps = getAllKeys(object),\n objLength = objProps.length,\n othProps = getAllKeys(other),\n othLength = othProps.length;\n\n if (objLength != othLength && !isPartial) {\n return false;\n }\n var index = objLength;\n while (index--) {\n var key = objProps[index];\n if (!(isPartial ? key in other : hasOwnProperty.call(other, key))) {\n return false;\n }\n }\n // Check that cyclic values are equal.\n var objStacked = stack.get(object);\n var othStacked = stack.get(other);\n if (objStacked && othStacked) {\n return objStacked == other && othStacked == object;\n }\n var result = true;\n stack.set(object, other);\n stack.set(other, object);\n\n var skipCtor = isPartial;\n while (++index < objLength) {\n key = objProps[index];\n var objValue = object[key],\n othValue = other[key];\n\n if (customizer) {\n var compared = isPartial\n ? customizer(othValue, objValue, key, other, object, stack)\n : customizer(objValue, othValue, key, object, other, stack);\n }\n // Recursively compare objects (susceptible to call stack limits).\n if (!(compared === undefined\n ? (objValue === othValue || equalFunc(objValue, othValue, bitmask, customizer, stack))\n : compared\n )) {\n result = false;\n break;\n }\n skipCtor || (skipCtor = key == 'constructor');\n }\n if (result && !skipCtor) {\n var objCtor = object.constructor,\n othCtor = other.constructor;\n\n // Non `Object` object instances with different constructors are not equal.\n if (objCtor != othCtor &&\n ('constructor' in object && 'constructor' in other) &&\n !(typeof objCtor == 'function' && objCtor instanceof objCtor &&\n typeof othCtor == 'function' && othCtor instanceof othCtor)) {\n result = false;\n }\n }\n stack['delete'](object);\n stack['delete'](other);\n return result;\n}\n\nmodule.exports = equalObjects;\n","var apply = require('./_apply');\n\n/* Built-in method references for those with the same name as other `lodash` methods. */\nvar nativeMax = Math.max;\n\n/**\n * A specialized version of `baseRest` which transforms the rest array.\n *\n * @private\n * @param {Function} func The function to apply a rest parameter to.\n * @param {number} [start=func.length-1] The start position of the rest parameter.\n * @param {Function} transform The rest array transform.\n * @returns {Function} Returns the new function.\n */\nfunction overRest(func, start, transform) {\n start = nativeMax(start === undefined ? (func.length - 1) : start, 0);\n return function() {\n var args = arguments,\n index = -1,\n length = nativeMax(args.length - start, 0),\n array = Array(length);\n\n while (++index < length) {\n array[index] = args[start + index];\n }\n index = -1;\n var otherArgs = Array(start + 1);\n while (++index < start) {\n otherArgs[index] = args[index];\n }\n otherArgs[start] = transform(array);\n return apply(func, this, otherArgs);\n };\n}\n\nmodule.exports = overRest;\n","var scope = (typeof global !== \"undefined\" && global) ||\n (typeof self !== \"undefined\" && self) ||\n window;\nvar apply = Function.prototype.apply;\n\n// DOM APIs, for completeness\n\nexports.setTimeout = function() {\n return new Timeout(apply.call(setTimeout, scope, arguments), clearTimeout);\n};\nexports.setInterval = function() {\n return new Timeout(apply.call(setInterval, scope, arguments), clearInterval);\n};\nexports.clearTimeout =\nexports.clearInterval = function(timeout) {\n if (timeout) {\n timeout.close();\n }\n};\n\nfunction Timeout(id, clearFn) {\n this._id = id;\n this._clearFn = clearFn;\n}\nTimeout.prototype.unref = Timeout.prototype.ref = function() {};\nTimeout.prototype.close = function() {\n this._clearFn.call(scope, this._id);\n};\n\n// Does not start the time, just sets up the members needed.\nexports.enroll = function(item, msecs) {\n clearTimeout(item._idleTimeoutId);\n item._idleTimeout = msecs;\n};\n\nexports.unenroll = function(item) {\n clearTimeout(item._idleTimeoutId);\n item._idleTimeout = -1;\n};\n\nexports._unrefActive = exports.active = function(item) {\n clearTimeout(item._idleTimeoutId);\n\n var msecs = item._idleTimeout;\n if (msecs >= 0) {\n item._idleTimeoutId = setTimeout(function onTimeout() {\n if (item._onTimeout)\n item._onTimeout();\n }, msecs);\n }\n};\n\n// setimmediate attaches itself to the global object\nrequire(\"setimmediate\");\n// On some exotic environments, it's not clear which object `setimmediate` was\n// able to install onto. Search each possibility in the same order as the\n// `setimmediate` library.\nexports.setImmediate = (typeof self !== \"undefined\" && self.setImmediate) ||\n (typeof global !== \"undefined\" && global.setImmediate) ||\n (this && this.setImmediate);\nexports.clearImmediate = (typeof self !== \"undefined\" && self.clearImmediate) ||\n (typeof global !== \"undefined\" && global.clearImmediate) ||\n (this && this.clearImmediate);\n","(function (global, undefined) {\n \"use strict\";\n\n if (global.setImmediate) {\n return;\n }\n\n var nextHandle = 1; // Spec says greater than zero\n var tasksByHandle = {};\n var currentlyRunningATask = false;\n var doc = global.document;\n var registerImmediate;\n\n function setImmediate(callback) {\n // Callback can either be a function or a string\n if (typeof callback !== \"function\") {\n callback = new Function(\"\" + callback);\n }\n // Copy function arguments\n var args = new Array(arguments.length - 1);\n for (var i = 0; i < args.length; i++) {\n args[i] = arguments[i + 1];\n }\n // Store and register the task\n var task = { callback: callback, args: args };\n tasksByHandle[nextHandle] = task;\n registerImmediate(nextHandle);\n return nextHandle++;\n }\n\n function clearImmediate(handle) {\n delete tasksByHandle[handle];\n }\n\n function run(task) {\n var callback = task.callback;\n var args = task.args;\n switch (args.length) {\n case 0:\n callback();\n break;\n case 1:\n callback(args[0]);\n break;\n case 2:\n callback(args[0], args[1]);\n break;\n case 3:\n callback(args[0], args[1], args[2]);\n break;\n default:\n callback.apply(undefined, args);\n break;\n }\n }\n\n function runIfPresent(handle) {\n // From the spec: \"Wait until any invocations of this algorithm started before this one have completed.\"\n // So if we're currently running a task, we'll need to delay this invocation.\n if (currentlyRunningATask) {\n // Delay by doing a setTimeout. setImmediate was tried instead, but in Firefox 7 it generated a\n // \"too much recursion\" error.\n setTimeout(runIfPresent, 0, handle);\n } else {\n var task = tasksByHandle[handle];\n if (task) {\n currentlyRunningATask = true;\n try {\n run(task);\n } finally {\n clearImmediate(handle);\n currentlyRunningATask = false;\n }\n }\n }\n }\n\n function installNextTickImplementation() {\n registerImmediate = function(handle) {\n process.nextTick(function () { runIfPresent(handle); });\n };\n }\n\n function canUsePostMessage() {\n // The test against `importScripts` prevents this implementation from being installed inside a web worker,\n // where `global.postMessage` means something completely different and can't be used for this purpose.\n if (global.postMessage && !global.importScripts) {\n var postMessageIsAsynchronous = true;\n var oldOnMessage = global.onmessage;\n global.onmessage = function() {\n postMessageIsAsynchronous = false;\n };\n global.postMessage(\"\", \"*\");\n global.onmessage = oldOnMessage;\n return postMessageIsAsynchronous;\n }\n }\n\n function installPostMessageImplementation() {\n // Installs an event handler on `global` for the `message` event: see\n // * https://developer.mozilla.org/en/DOM/window.postMessage\n // * http://www.whatwg.org/specs/web-apps/current-work/multipage/comms.html#crossDocumentMessages\n\n var messagePrefix = \"setImmediate$\" + Math.random() + \"$\";\n var onGlobalMessage = function(event) {\n if (event.source === global &&\n typeof event.data === \"string\" &&\n event.data.indexOf(messagePrefix) === 0) {\n runIfPresent(+event.data.slice(messagePrefix.length));\n }\n };\n\n if (global.addEventListener) {\n global.addEventListener(\"message\", onGlobalMessage, false);\n } else {\n global.attachEvent(\"onmessage\", onGlobalMessage);\n }\n\n registerImmediate = function(handle) {\n global.postMessage(messagePrefix + handle, \"*\");\n };\n }\n\n function installMessageChannelImplementation() {\n var channel = new MessageChannel();\n channel.port1.onmessage = function(event) {\n var handle = event.data;\n runIfPresent(handle);\n };\n\n registerImmediate = function(handle) {\n channel.port2.postMessage(handle);\n };\n }\n\n function installReadyStateChangeImplementation() {\n var html = doc.documentElement;\n registerImmediate = function(handle) {\n // Create a <script> element; its readystatechange event will be fired asynchronously once it is inserted\n // into the document. Do so, thus queuing up the task. Remember to clean up once it's been called.\n var script = doc.createElement(\"script\");\n script.onreadystatechange = function () {\n runIfPresent(handle);\n script.onreadystatechange = null;\n html.removeChild(script);\n script = null;\n };\n html.appendChild(script);\n };\n }\n\n function installSetTimeoutImplementation() {\n registerImmediate = function(handle) {\n setTimeout(runIfPresent, 0, handle);\n };\n }\n\n // If supported, we should attach to the prototype of global, since that is where setTimeout et al. live.\n var attachTo = Object.getPrototypeOf && Object.getPrototypeOf(global);\n attachTo = attachTo && attachTo.setTimeout ? attachTo : global;\n\n // Don't get fooled by e.g. browserify environments.\n if ({}.toString.call(global.process) === \"[object process]\") {\n // For Node.js before 0.9\n installNextTickImplementation();\n\n } else if (canUsePostMessage()) {\n // For non-IE10 modern browsers\n installPostMessageImplementation();\n\n } else if (global.MessageChannel) {\n // For web workers, where supported\n installMessageChannelImplementation();\n\n } else if (doc && \"onreadystatechange\" in doc.createElement(\"script\")) {\n // For IE 6–8\n installReadyStateChangeImplementation();\n\n } else {\n // For older browsers\n installSetTimeoutImplementation();\n }\n\n attachTo.setImmediate = setImmediate;\n attachTo.clearImmediate = clearImmediate;\n}(typeof self === \"undefined\" ? typeof global === \"undefined\" ? this : global : self));\n","'use strict';\nvar $ = require('../internals/export');\nvar global = require('../internals/global');\nvar getBuiltIn = require('../internals/get-built-in');\nvar IS_PURE = require('../internals/is-pure');\nvar DESCRIPTORS = require('../internals/descriptors');\nvar NATIVE_SYMBOL = require('../internals/native-symbol');\nvar USE_SYMBOL_AS_UID = require('../internals/use-symbol-as-uid');\nvar fails = require('../internals/fails');\nvar has = require('../internals/has');\nvar isArray = require('../internals/is-array');\nvar isObject = require('../internals/is-object');\nvar anObject = require('../internals/an-object');\nvar toObject = require('../internals/to-object');\nvar toIndexedObject = require('../internals/to-indexed-object');\nvar toPrimitive = require('../internals/to-primitive');\nvar createPropertyDescriptor = require('../internals/create-property-descriptor');\nvar nativeObjectCreate = require('../internals/object-create');\nvar objectKeys = require('../internals/object-keys');\nvar getOwnPropertyNamesModule = require('../internals/object-get-own-property-names');\nvar getOwnPropertyNamesExternal = require('../internals/object-get-own-property-names-external');\nvar getOwnPropertySymbolsModule = require('../internals/object-get-own-property-symbols');\nvar getOwnPropertyDescriptorModule = require('../internals/object-get-own-property-descriptor');\nvar definePropertyModule = require('../internals/object-define-property');\nvar propertyIsEnumerableModule = require('../internals/object-property-is-enumerable');\nvar createNonEnumerableProperty = require('../internals/create-non-enumerable-property');\nvar redefine = require('../internals/redefine');\nvar shared = require('../internals/shared');\nvar sharedKey = require('../internals/shared-key');\nvar hiddenKeys = require('../internals/hidden-keys');\nvar uid = require('../internals/uid');\nvar wellKnownSymbol = require('../internals/well-known-symbol');\nvar wrappedWellKnownSymbolModule = require('../internals/well-known-symbol-wrapped');\nvar defineWellKnownSymbol = require('../internals/define-well-known-symbol');\nvar setToStringTag = require('../internals/set-to-string-tag');\nvar InternalStateModule = require('../internals/internal-state');\nvar $forEach = require('../internals/array-iteration').forEach;\n\nvar HIDDEN = sharedKey('hidden');\nvar SYMBOL = 'Symbol';\nvar PROTOTYPE = 'prototype';\nvar TO_PRIMITIVE = wellKnownSymbol('toPrimitive');\nvar setInternalState = InternalStateModule.set;\nvar getInternalState = InternalStateModule.getterFor(SYMBOL);\nvar ObjectPrototype = Object[PROTOTYPE];\nvar $Symbol = global.Symbol;\nvar $stringify = getBuiltIn('JSON', 'stringify');\nvar nativeGetOwnPropertyDescriptor = getOwnPropertyDescriptorModule.f;\nvar nativeDefineProperty = definePropertyModule.f;\nvar nativeGetOwnPropertyNames = getOwnPropertyNamesExternal.f;\nvar nativePropertyIsEnumerable = propertyIsEnumerableModule.f;\nvar AllSymbols = shared('symbols');\nvar ObjectPrototypeSymbols = shared('op-symbols');\nvar StringToSymbolRegistry = shared('string-to-symbol-registry');\nvar SymbolToStringRegistry = shared('symbol-to-string-registry');\nvar WellKnownSymbolsStore = shared('wks');\nvar QObject = global.QObject;\n// Don't use setters in Qt Script, https://github.com/zloirock/core-js/issues/173\nvar USE_SETTER = !QObject || !QObject[PROTOTYPE] || !QObject[PROTOTYPE].findChild;\n\n// fallback for old Android, https://code.google.com/p/v8/issues/detail?id=687\nvar setSymbolDescriptor = DESCRIPTORS && fails(function () {\n return nativeObjectCreate(nativeDefineProperty({}, 'a', {\n get: function () { return nativeDefineProperty(this, 'a', { value: 7 }).a; }\n })).a != 7;\n}) ? function (O, P, Attributes) {\n var ObjectPrototypeDescriptor = nativeGetOwnPropertyDescriptor(ObjectPrototype, P);\n if (ObjectPrototypeDescriptor) delete ObjectPrototype[P];\n nativeDefineProperty(O, P, Attributes);\n if (ObjectPrototypeDescriptor && O !== ObjectPrototype) {\n nativeDefineProperty(ObjectPrototype, P, ObjectPrototypeDescriptor);\n }\n} : nativeDefineProperty;\n\nvar wrap = function (tag, description) {\n var symbol = AllSymbols[tag] = nativeObjectCreate($Symbol[PROTOTYPE]);\n setInternalState(symbol, {\n type: SYMBOL,\n tag: tag,\n description: description\n });\n if (!DESCRIPTORS) symbol.description = description;\n return symbol;\n};\n\nvar isSymbol = USE_SYMBOL_AS_UID ? function (it) {\n return typeof it == 'symbol';\n} : function (it) {\n return Object(it) instanceof $Symbol;\n};\n\nvar $defineProperty = function defineProperty(O, P, Attributes) {\n if (O === ObjectPrototype) $defineProperty(ObjectPrototypeSymbols, P, Attributes);\n anObject(O);\n var key = toPrimitive(P, true);\n anObject(Attributes);\n if (has(AllSymbols, key)) {\n if (!Attributes.enumerable) {\n if (!has(O, HIDDEN)) nativeDefineProperty(O, HIDDEN, createPropertyDescriptor(1, {}));\n O[HIDDEN][key] = true;\n } else {\n if (has(O, HIDDEN) && O[HIDDEN][key]) O[HIDDEN][key] = false;\n Attributes = nativeObjectCreate(Attributes, { enumerable: createPropertyDescriptor(0, false) });\n } return setSymbolDescriptor(O, key, Attributes);\n } return nativeDefineProperty(O, key, Attributes);\n};\n\nvar $defineProperties = function defineProperties(O, Properties) {\n anObject(O);\n var properties = toIndexedObject(Properties);\n var keys = objectKeys(properties).concat($getOwnPropertySymbols(properties));\n $forEach(keys, function (key) {\n if (!DESCRIPTORS || $propertyIsEnumerable.call(properties, key)) $defineProperty(O, key, properties[key]);\n });\n return O;\n};\n\nvar $create = function create(O, Properties) {\n return Properties === undefined ? nativeObjectCreate(O) : $defineProperties(nativeObjectCreate(O), Properties);\n};\n\nvar $propertyIsEnumerable = function propertyIsEnumerable(V) {\n var P = toPrimitive(V, true);\n var enumerable = nativePropertyIsEnumerable.call(this, P);\n if (this === ObjectPrototype && has(AllSymbols, P) && !has(ObjectPrototypeSymbols, P)) return false;\n return enumerable || !has(this, P) || !has(AllSymbols, P) || has(this, HIDDEN) && this[HIDDEN][P] ? enumerable : true;\n};\n\nvar $getOwnPropertyDescriptor = function getOwnPropertyDescriptor(O, P) {\n var it = toIndexedObject(O);\n var key = toPrimitive(P, true);\n if (it === ObjectPrototype && has(AllSymbols, key) && !has(ObjectPrototypeSymbols, key)) return;\n var descriptor = nativeGetOwnPropertyDescriptor(it, key);\n if (descriptor && has(AllSymbols, key) && !(has(it, HIDDEN) && it[HIDDEN][key])) {\n descriptor.enumerable = true;\n }\n return descriptor;\n};\n\nvar $getOwnPropertyNames = function getOwnPropertyNames(O) {\n var names = nativeGetOwnPropertyNames(toIndexedObject(O));\n var result = [];\n $forEach(names, function (key) {\n if (!has(AllSymbols, key) && !has(hiddenKeys, key)) result.push(key);\n });\n return result;\n};\n\nvar $getOwnPropertySymbols = function getOwnPropertySymbols(O) {\n var IS_OBJECT_PROTOTYPE = O === ObjectPrototype;\n var names = nativeGetOwnPropertyNames(IS_OBJECT_PROTOTYPE ? ObjectPrototypeSymbols : toIndexedObject(O));\n var result = [];\n $forEach(names, function (key) {\n if (has(AllSymbols, key) && (!IS_OBJECT_PROTOTYPE || has(ObjectPrototype, key))) {\n result.push(AllSymbols[key]);\n }\n });\n return result;\n};\n\n// `Symbol` constructor\n// https://tc39.es/ecma262/#sec-symbol-constructor\nif (!NATIVE_SYMBOL) {\n $Symbol = function Symbol() {\n if (this instanceof $Symbol) throw TypeError('Symbol is not a constructor');\n var description = !arguments.length || arguments[0] === undefined ? undefined : String(arguments[0]);\n var tag = uid(description);\n var setter = function (value) {\n if (this === ObjectPrototype) setter.call(ObjectPrototypeSymbols, value);\n if (has(this, HIDDEN) && has(this[HIDDEN], tag)) this[HIDDEN][tag] = false;\n setSymbolDescriptor(this, tag, createPropertyDescriptor(1, value));\n };\n if (DESCRIPTORS && USE_SETTER) setSymbolDescriptor(ObjectPrototype, tag, { configurable: true, set: setter });\n return wrap(tag, description);\n };\n\n redefine($Symbol[PROTOTYPE], 'toString', function toString() {\n return getInternalState(this).tag;\n });\n\n redefine($Symbol, 'withoutSetter', function (description) {\n return wrap(uid(description), description);\n });\n\n propertyIsEnumerableModule.f = $propertyIsEnumerable;\n definePropertyModule.f = $defineProperty;\n getOwnPropertyDescriptorModule.f = $getOwnPropertyDescriptor;\n getOwnPropertyNamesModule.f = getOwnPropertyNamesExternal.f = $getOwnPropertyNames;\n getOwnPropertySymbolsModule.f = $getOwnPropertySymbols;\n\n wrappedWellKnownSymbolModule.f = function (name) {\n return wrap(wellKnownSymbol(name), name);\n };\n\n if (DESCRIPTORS) {\n // https://github.com/tc39/proposal-Symbol-description\n nativeDefineProperty($Symbol[PROTOTYPE], 'description', {\n configurable: true,\n get: function description() {\n return getInternalState(this).description;\n }\n });\n if (!IS_PURE) {\n redefine(ObjectPrototype, 'propertyIsEnumerable', $propertyIsEnumerable, { unsafe: true });\n }\n }\n}\n\n$({ global: true, wrap: true, forced: !NATIVE_SYMBOL, sham: !NATIVE_SYMBOL }, {\n Symbol: $Symbol\n});\n\n$forEach(objectKeys(WellKnownSymbolsStore), function (name) {\n defineWellKnownSymbol(name);\n});\n\n$({ target: SYMBOL, stat: true, forced: !NATIVE_SYMBOL }, {\n // `Symbol.for` method\n // https://tc39.es/ecma262/#sec-symbol.for\n 'for': function (key) {\n var string = String(key);\n if (has(StringToSymbolRegistry, string)) return StringToSymbolRegistry[string];\n var symbol = $Symbol(string);\n StringToSymbolRegistry[string] = symbol;\n SymbolToStringRegistry[symbol] = string;\n return symbol;\n },\n // `Symbol.keyFor` method\n // https://tc39.es/ecma262/#sec-symbol.keyfor\n keyFor: function keyFor(sym) {\n if (!isSymbol(sym)) throw TypeError(sym + ' is not a symbol');\n if (has(SymbolToStringRegistry, sym)) return SymbolToStringRegistry[sym];\n },\n useSetter: function () { USE_SETTER = true; },\n useSimple: function () { USE_SETTER = false; }\n});\n\n$({ target: 'Object', stat: true, forced: !NATIVE_SYMBOL, sham: !DESCRIPTORS }, {\n // `Object.create` method\n // https://tc39.es/ecma262/#sec-object.create\n create: $create,\n // `Object.defineProperty` method\n // https://tc39.es/ecma262/#sec-object.defineproperty\n defineProperty: $defineProperty,\n // `Object.defineProperties` method\n // https://tc39.es/ecma262/#sec-object.defineproperties\n defineProperties: $defineProperties,\n // `Object.getOwnPropertyDescriptor` method\n // https://tc39.es/ecma262/#sec-object.getownpropertydescriptors\n getOwnPropertyDescriptor: $getOwnPropertyDescriptor\n});\n\n$({ target: 'Object', stat: true, forced: !NATIVE_SYMBOL }, {\n // `Object.getOwnPropertyNames` method\n // https://tc39.es/ecma262/#sec-object.getownpropertynames\n getOwnPropertyNames: $getOwnPropertyNames,\n // `Object.getOwnPropertySymbols` method\n // https://tc39.es/ecma262/#sec-object.getownpropertysymbols\n getOwnPropertySymbols: $getOwnPropertySymbols\n});\n\n// Chrome 38 and 39 `Object.getOwnPropertySymbols` fails on primitives\n// https://bugs.chromium.org/p/v8/issues/detail?id=3443\n$({ target: 'Object', stat: true, forced: fails(function () { getOwnPropertySymbolsModule.f(1); }) }, {\n getOwnPropertySymbols: function getOwnPropertySymbols(it) {\n return getOwnPropertySymbolsModule.f(toObject(it));\n }\n});\n\n// `JSON.stringify` method behavior with symbols\n// https://tc39.es/ecma262/#sec-json.stringify\nif ($stringify) {\n var FORCED_JSON_STRINGIFY = !NATIVE_SYMBOL || fails(function () {\n var symbol = $Symbol();\n // MS Edge converts symbol values to JSON as {}\n return $stringify([symbol]) != '[null]'\n // WebKit converts symbol values to JSON as null\n || $stringify({ a: symbol }) != '{}'\n // V8 throws on boxed symbols\n || $stringify(Object(symbol)) != '{}';\n });\n\n $({ target: 'JSON', stat: true, forced: FORCED_JSON_STRINGIFY }, {\n // eslint-disable-next-line no-unused-vars -- required for `.length`\n stringify: function stringify(it, replacer, space) {\n var args = [it];\n var index = 1;\n var $replacer;\n while (arguments.length > index) args.push(arguments[index++]);\n $replacer = replacer;\n if (!isObject(replacer) && it === undefined || isSymbol(it)) return; // IE8 returns string on undefined\n if (!isArray(replacer)) replacer = function (key, value) {\n if (typeof $replacer == 'function') value = $replacer.call(this, key, value);\n if (!isSymbol(value)) return value;\n };\n args[1] = replacer;\n return $stringify.apply(null, args);\n }\n });\n}\n\n// `Symbol.prototype[@@toPrimitive]` method\n// https://tc39.es/ecma262/#sec-symbol.prototype-@@toprimitive\nif (!$Symbol[PROTOTYPE][TO_PRIMITIVE]) {\n createNonEnumerableProperty($Symbol[PROTOTYPE], TO_PRIMITIVE, $Symbol[PROTOTYPE].valueOf);\n}\n// `Symbol.prototype[@@toStringTag]` property\n// https://tc39.es/ecma262/#sec-symbol.prototype-@@tostringtag\nsetToStringTag($Symbol, SYMBOL);\n\nhiddenKeys[HIDDEN] = true;\n","var wellKnownSymbol = require('../internals/well-known-symbol');\n\nexports.f = wellKnownSymbol;\n","var fails = require('../internals/fails');\n\nmodule.exports = !fails(function () {\n function F() { /* empty */ }\n F.prototype.constructor = null;\n // eslint-disable-next-line es/no-object-getprototypeof -- required for testing\n return Object.getPrototypeOf(new F()) !== F.prototype;\n});\n","var wellKnownSymbol = require('../internals/well-known-symbol');\nvar Iterators = require('../internals/iterators');\n\nvar ITERATOR = wellKnownSymbol('iterator');\nvar ArrayPrototype = Array.prototype;\n\n// check on default Array iterator\nmodule.exports = function (it) {\n return it !== undefined && (Iterators.Array === it || ArrayPrototype[ITERATOR] === it);\n};\n","'use strict';\nvar bind = require('../internals/function-bind-context');\nvar toObject = require('../internals/to-object');\nvar callWithSafeIterationClosing = require('../internals/call-with-safe-iteration-closing');\nvar isArrayIteratorMethod = require('../internals/is-array-iterator-method');\nvar toLength = require('../internals/to-length');\nvar createProperty = require('../internals/create-property');\nvar getIteratorMethod = require('../internals/get-iterator-method');\n\n// `Array.from` method implementation\n// https://tc39.es/ecma262/#sec-array.from\nmodule.exports = function from(arrayLike /* , mapfn = undefined, thisArg = undefined */) {\n var O = toObject(arrayLike);\n var C = typeof this == 'function' ? this : Array;\n var argumentsLength = arguments.length;\n var mapfn = argumentsLength > 1 ? arguments[1] : undefined;\n var mapping = mapfn !== undefined;\n var iteratorMethod = getIteratorMethod(O);\n var index = 0;\n var length, result, step, iterator, next, value;\n if (mapping) mapfn = bind(mapfn, argumentsLength > 2 ? arguments[2] : undefined, 2);\n // if the target is not iterable or it's an array with the default iterator - use a simple case\n if (iteratorMethod != undefined && !(C == Array && isArrayIteratorMethod(iteratorMethod))) {\n iterator = iteratorMethod.call(O);\n next = iterator.next;\n result = new C();\n for (;!(step = next.call(iterator)).done; index++) {\n value = mapping ? callWithSafeIterationClosing(iterator, mapfn, [step.value, index], true) : step.value;\n createProperty(result, index, value);\n }\n } else {\n length = toLength(O.length);\n result = new C(length);\n for (;length > index; index++) {\n value = mapping ? mapfn(O[index], index) : O[index];\n createProperty(result, index, value);\n }\n }\n result.length = index;\n return result;\n};\n","'use strict';\nvar fails = require('../internals/fails');\nvar getPrototypeOf = require('../internals/object-get-prototype-of');\nvar createNonEnumerableProperty = require('../internals/create-non-enumerable-property');\nvar has = require('../internals/has');\nvar wellKnownSymbol = require('../internals/well-known-symbol');\nvar IS_PURE = require('../internals/is-pure');\n\nvar ITERATOR = wellKnownSymbol('iterator');\nvar BUGGY_SAFARI_ITERATORS = false;\n\nvar returnThis = function () { return this; };\n\n// `%IteratorPrototype%` object\n// https://tc39.es/ecma262/#sec-%iteratorprototype%-object\nvar IteratorPrototype, PrototypeOfArrayIteratorPrototype, arrayIterator;\n\n/* eslint-disable es/no-array-prototype-keys -- safe */\nif ([].keys) {\n arrayIterator = [].keys();\n // Safari 8 has buggy iterators w/o `next`\n if (!('next' in arrayIterator)) BUGGY_SAFARI_ITERATORS = true;\n else {\n PrototypeOfArrayIteratorPrototype = getPrototypeOf(getPrototypeOf(arrayIterator));\n if (PrototypeOfArrayIteratorPrototype !== Object.prototype) IteratorPrototype = PrototypeOfArrayIteratorPrototype;\n }\n}\n\nvar NEW_ITERATOR_PROTOTYPE = IteratorPrototype == undefined || fails(function () {\n var test = {};\n // FF44- legacy iterators case\n return IteratorPrototype[ITERATOR].call(test) !== test;\n});\n\nif (NEW_ITERATOR_PROTOTYPE) IteratorPrototype = {};\n\n// `%IteratorPrototype%[@@iterator]()` method\n// https://tc39.es/ecma262/#sec-%iteratorprototype%-@@iterator\nif ((!IS_PURE || NEW_ITERATOR_PROTOTYPE) && !has(IteratorPrototype, ITERATOR)) {\n createNonEnumerableProperty(IteratorPrototype, ITERATOR, returnThis);\n}\n\nmodule.exports = {\n IteratorPrototype: IteratorPrototype,\n BUGGY_SAFARI_ITERATORS: BUGGY_SAFARI_ITERATORS\n};\n","var DESCRIPTORS = require('../internals/descriptors');\nvar defineProperty = require('../internals/object-define-property').f;\n\nvar FunctionPrototype = Function.prototype;\nvar FunctionPrototypeToString = FunctionPrototype.toString;\nvar nameRE = /^\\s*function ([^ (]*)/;\nvar NAME = 'name';\n\n// Function instances `.name` property\n// https://tc39.es/ecma262/#sec-function-instances-name\nif (DESCRIPTORS && !(NAME in FunctionPrototype)) {\n defineProperty(FunctionPrototype, NAME, {\n configurable: true,\n get: function () {\n try {\n return FunctionPrototypeToString.call(this).match(nameRE)[1];\n } catch (error) {\n return '';\n }\n }\n });\n}\n","var fails = require('../internals/fails');\nvar whitespaces = require('../internals/whitespaces');\n\nvar non = '\\u200B\\u0085\\u180E';\n\n// check that a method works with the correct list\n// of whitespaces and has a correct name\nmodule.exports = function (METHOD_NAME) {\n return fails(function () {\n return !!whitespaces[METHOD_NAME]() || non[METHOD_NAME]() != non || whitespaces[METHOD_NAME].name !== METHOD_NAME;\n });\n};\n","// iterable DOM collections\n// flag - `iterable` interface - 'entries', 'keys', 'values', 'forEach' methods\nmodule.exports = {\n CSSRuleList: 0,\n CSSStyleDeclaration: 0,\n CSSValueList: 0,\n ClientRectList: 0,\n DOMRectList: 0,\n DOMStringList: 0,\n DOMTokenList: 1,\n DataTransferItemList: 0,\n FileList: 0,\n HTMLAllCollection: 0,\n HTMLCollection: 0,\n HTMLFormElement: 0,\n HTMLSelectElement: 0,\n MediaList: 0,\n MimeTypeArray: 0,\n NamedNodeMap: 0,\n NodeList: 1,\n PaintRequestList: 0,\n Plugin: 0,\n PluginArray: 0,\n SVGLengthList: 0,\n SVGNumberList: 0,\n SVGPathSegList: 0,\n SVGPointList: 0,\n SVGStringList: 0,\n SVGTransformList: 0,\n SourceBufferList: 0,\n StyleSheetList: 0,\n TextTrackCueList: 0,\n TextTrackList: 0,\n TouchList: 0\n};\n","var global = require('../internals/global');\nvar DOMIterables = require('../internals/dom-iterables');\nvar ArrayIteratorMethods = require('../modules/es.array.iterator');\nvar createNonEnumerableProperty = require('../internals/create-non-enumerable-property');\nvar wellKnownSymbol = require('../internals/well-known-symbol');\n\nvar ITERATOR = wellKnownSymbol('iterator');\nvar TO_STRING_TAG = wellKnownSymbol('toStringTag');\nvar ArrayValues = ArrayIteratorMethods.values;\n\nfor (var COLLECTION_NAME in DOMIterables) {\n var Collection = global[COLLECTION_NAME];\n var CollectionPrototype = Collection && Collection.prototype;\n if (CollectionPrototype) {\n // some Chrome versions have non-configurable methods on DOMTokenList\n if (CollectionPrototype[ITERATOR] !== ArrayValues) try {\n createNonEnumerableProperty(CollectionPrototype, ITERATOR, ArrayValues);\n } catch (error) {\n CollectionPrototype[ITERATOR] = ArrayValues;\n }\n if (!CollectionPrototype[TO_STRING_TAG]) {\n createNonEnumerableProperty(CollectionPrototype, TO_STRING_TAG, COLLECTION_NAME);\n }\n if (DOMIterables[COLLECTION_NAME]) for (var METHOD_NAME in ArrayIteratorMethods) {\n // some Chrome versions have non-configurable methods on DOMTokenList\n if (CollectionPrototype[METHOD_NAME] !== ArrayIteratorMethods[METHOD_NAME]) try {\n createNonEnumerableProperty(CollectionPrototype, METHOD_NAME, ArrayIteratorMethods[METHOD_NAME]);\n } catch (error) {\n CollectionPrototype[METHOD_NAME] = ArrayIteratorMethods[METHOD_NAME];\n }\n }\n }\n}\n","var fails = require('../internals/fails');\nvar wellKnownSymbol = require('../internals/well-known-symbol');\nvar IS_PURE = require('../internals/is-pure');\n\nvar ITERATOR = wellKnownSymbol('iterator');\n\nmodule.exports = !fails(function () {\n var url = new URL('b?a=1&b=2&c=3', 'http://a');\n var searchParams = url.searchParams;\n var result = '';\n url.pathname = 'c%20d';\n searchParams.forEach(function (value, key) {\n searchParams['delete']('b');\n result += key + value;\n });\n return (IS_PURE && !url.toJSON)\n || !searchParams.sort\n || url.href !== 'http://a/c%20d?a=1&c=3'\n || searchParams.get('c') !== '3'\n || String(new URLSearchParams('?a=1')) !== 'a=1'\n || !searchParams[ITERATOR]\n // throws in Edge\n || new URL('https://a@b').username !== 'a'\n || new URLSearchParams(new URLSearchParams('a=b')).get('a') !== 'b'\n // not punycoded in Edge\n || new URL('http://тест').host !== 'xn--e1aybc'\n // not escaped in Chrome 62-\n || new URL('http://a#б').hash !== '#%D0%B1'\n // fails in Chrome 66-\n || result !== 'a1c3'\n // throws in Safari\n || new URL('http://x', undefined).host !== 'x';\n});\n","function _typeof(obj) {\n \"@babel/helpers - typeof\";\n\n if (typeof Symbol === \"function\" && typeof Symbol.iterator === \"symbol\") {\n module.exports = _typeof = function _typeof(obj) {\n return typeof obj;\n };\n\n module.exports[\"default\"] = module.exports, module.exports.__esModule = true;\n } else {\n module.exports = _typeof = function _typeof(obj) {\n return obj && typeof Symbol === \"function\" && obj.constructor === Symbol && obj !== Symbol.prototype ? \"symbol\" : typeof obj;\n };\n\n module.exports[\"default\"] = module.exports, module.exports.__esModule = true;\n }\n\n return _typeof(obj);\n}\n\nmodule.exports = _typeof;\nmodule.exports[\"default\"] = module.exports, module.exports.__esModule = true;","var getBuiltIn = require('../internals/get-built-in');\n\nmodule.exports = getBuiltIn('document', 'documentElement');\n","/* eslint-disable es/no-object-getownpropertynames -- safe */\nvar toIndexedObject = require('../internals/to-indexed-object');\nvar $getOwnPropertyNames = require('../internals/object-get-own-property-names').f;\n\nvar toString = {}.toString;\n\nvar windowNames = typeof window == 'object' && window && Object.getOwnPropertyNames\n ? Object.getOwnPropertyNames(window) : [];\n\nvar getWindowNames = function (it) {\n try {\n return $getOwnPropertyNames(it);\n } catch (error) {\n return windowNames.slice();\n }\n};\n\n// fallback for IE11 buggy Object.getOwnPropertyNames with iframe and window\nmodule.exports.f = function getOwnPropertyNames(it) {\n return windowNames && toString.call(it) == '[object Window]'\n ? getWindowNames(it)\n : $getOwnPropertyNames(toIndexedObject(it));\n};\n","// `Symbol.prototype.description` getter\n// https://tc39.es/ecma262/#sec-symbol.prototype.description\n'use strict';\nvar $ = require('../internals/export');\nvar DESCRIPTORS = require('../internals/descriptors');\nvar global = require('../internals/global');\nvar has = require('../internals/has');\nvar isObject = require('../internals/is-object');\nvar defineProperty = require('../internals/object-define-property').f;\nvar copyConstructorProperties = require('../internals/copy-constructor-properties');\n\nvar NativeSymbol = global.Symbol;\n\nif (DESCRIPTORS && typeof NativeSymbol == 'function' && (!('description' in NativeSymbol.prototype) ||\n // Safari 12 bug\n NativeSymbol().description !== undefined\n)) {\n var EmptyStringDescriptionStore = {};\n // wrap Symbol constructor for correct work with undefined description\n var SymbolWrapper = function Symbol() {\n var description = arguments.length < 1 || arguments[0] === undefined ? undefined : String(arguments[0]);\n var result = this instanceof SymbolWrapper\n ? new NativeSymbol(description)\n // in Edge 13, String(Symbol(undefined)) === 'Symbol(undefined)'\n : description === undefined ? NativeSymbol() : NativeSymbol(description);\n if (description === '') EmptyStringDescriptionStore[result] = true;\n return result;\n };\n copyConstructorProperties(SymbolWrapper, NativeSymbol);\n var symbolPrototype = SymbolWrapper.prototype = NativeSymbol.prototype;\n symbolPrototype.constructor = SymbolWrapper;\n\n var symbolToString = symbolPrototype.toString;\n var native = String(NativeSymbol('test')) == 'Symbol(test)';\n var regexp = /^Symbol\\((.*)\\)[^)]+$/;\n defineProperty(symbolPrototype, 'description', {\n configurable: true,\n get: function description() {\n var symbol = isObject(this) ? this.valueOf() : this;\n var string = symbolToString.call(symbol);\n if (has(EmptyStringDescriptionStore, symbol)) return '';\n var desc = native ? string.slice(7, -1) : string.replace(regexp, '$1');\n return desc === '' ? undefined : desc;\n }\n });\n\n $({ global: true, forced: true }, {\n Symbol: SymbolWrapper\n });\n}\n","var defineWellKnownSymbol = require('../internals/define-well-known-symbol');\n\n// `Symbol.iterator` well-known symbol\n// https://tc39.es/ecma262/#sec-symbol.iterator\ndefineWellKnownSymbol('iterator');\n","var isObject = require('../internals/is-object');\n\nmodule.exports = function (it) {\n if (!isObject(it) && it !== null) {\n throw TypeError(\"Can't set \" + String(it) + ' as a prototype');\n } return it;\n};\n","var anObject = require('../internals/an-object');\n\nmodule.exports = function (iterator) {\n var returnMethod = iterator['return'];\n if (returnMethod !== undefined) {\n return anObject(returnMethod.call(iterator)).value;\n }\n};\n","var $ = require('../internals/export');\nvar from = require('../internals/array-from');\nvar checkCorrectnessOfIteration = require('../internals/check-correctness-of-iteration');\n\nvar INCORRECT_ITERATION = !checkCorrectnessOfIteration(function (iterable) {\n // eslint-disable-next-line es/no-array-from -- required for testing\n Array.from(iterable);\n});\n\n// `Array.from` method\n// https://tc39.es/ecma262/#sec-array.from\n$({ target: 'Array', stat: true, forced: INCORRECT_ITERATION }, {\n from: from\n});\n","'use strict';\nvar $ = require('../internals/export');\nvar isObject = require('../internals/is-object');\nvar isArray = require('../internals/is-array');\nvar toAbsoluteIndex = require('../internals/to-absolute-index');\nvar toLength = require('../internals/to-length');\nvar toIndexedObject = require('../internals/to-indexed-object');\nvar createProperty = require('../internals/create-property');\nvar wellKnownSymbol = require('../internals/well-known-symbol');\nvar arrayMethodHasSpeciesSupport = require('../internals/array-method-has-species-support');\n\nvar HAS_SPECIES_SUPPORT = arrayMethodHasSpeciesSupport('slice');\n\nvar SPECIES = wellKnownSymbol('species');\nvar nativeSlice = [].slice;\nvar max = Math.max;\n\n// `Array.prototype.slice` method\n// https://tc39.es/ecma262/#sec-array.prototype.slice\n// fallback for not array-like ES3 strings and DOM objects\n$({ target: 'Array', proto: true, forced: !HAS_SPECIES_SUPPORT }, {\n slice: function slice(start, end) {\n var O = toIndexedObject(this);\n var length = toLength(O.length);\n var k = toAbsoluteIndex(start, length);\n var fin = toAbsoluteIndex(end === undefined ? length : end, length);\n // inline `ArraySpeciesCreate` for usage native `Array#slice` where it's possible\n var Constructor, result, n;\n if (isArray(O)) {\n Constructor = O.constructor;\n // cross-realm fallback\n if (typeof Constructor == 'function' && (Constructor === Array || isArray(Constructor.prototype))) {\n Constructor = undefined;\n } else if (isObject(Constructor)) {\n Constructor = Constructor[SPECIES];\n if (Constructor === null) Constructor = undefined;\n }\n if (Constructor === Array || Constructor === undefined) {\n return nativeSlice.call(O, k, fin);\n }\n }\n result = new (Constructor === undefined ? Array : Constructor)(max(fin - k, 0));\n for (n = 0; k < fin; k++, n++) if (k in O) createProperty(result, n, O[k]);\n result.length = n;\n return result;\n }\n});\n","var $ = require('../internals/export');\nvar fails = require('../internals/fails');\nvar toIndexedObject = require('../internals/to-indexed-object');\nvar nativeGetOwnPropertyDescriptor = require('../internals/object-get-own-property-descriptor').f;\nvar DESCRIPTORS = require('../internals/descriptors');\n\nvar FAILS_ON_PRIMITIVES = fails(function () { nativeGetOwnPropertyDescriptor(1); });\nvar FORCED = !DESCRIPTORS || FAILS_ON_PRIMITIVES;\n\n// `Object.getOwnPropertyDescriptor` method\n// https://tc39.es/ecma262/#sec-object.getownpropertydescriptor\n$({ target: 'Object', stat: true, forced: FORCED, sham: !DESCRIPTORS }, {\n getOwnPropertyDescriptor: function getOwnPropertyDescriptor(it, key) {\n return nativeGetOwnPropertyDescriptor(toIndexedObject(it), key);\n }\n});\n","var $ = require('../internals/export');\nvar DESCRIPTORS = require('../internals/descriptors');\nvar ownKeys = require('../internals/own-keys');\nvar toIndexedObject = require('../internals/to-indexed-object');\nvar getOwnPropertyDescriptorModule = require('../internals/object-get-own-property-descriptor');\nvar createProperty = require('../internals/create-property');\n\n// `Object.getOwnPropertyDescriptors` method\n// https://tc39.es/ecma262/#sec-object.getownpropertydescriptors\n$({ target: 'Object', stat: true, sham: !DESCRIPTORS }, {\n getOwnPropertyDescriptors: function getOwnPropertyDescriptors(object) {\n var O = toIndexedObject(object);\n var getOwnPropertyDescriptor = getOwnPropertyDescriptorModule.f;\n var keys = ownKeys(O);\n var result = {};\n var index = 0;\n var key, descriptor;\n while (keys.length > index) {\n descriptor = getOwnPropertyDescriptor(O, key = keys[index++]);\n if (descriptor !== undefined) createProperty(result, key, descriptor);\n }\n return result;\n }\n});\n","// `SameValue` abstract operation\n// https://tc39.es/ecma262/#sec-samevalue\n// eslint-disable-next-line es/no-object-is -- safe\nmodule.exports = Object.is || function is(x, y) {\n // eslint-disable-next-line no-self-compare -- NaN check\n return x === y ? x !== 0 || 1 / x === 1 / y : x != x && y != y;\n};\n","var $ = require('../internals/export');\nvar toObject = require('../internals/to-object');\nvar nativeKeys = require('../internals/object-keys');\nvar fails = require('../internals/fails');\n\nvar FAILS_ON_PRIMITIVES = fails(function () { nativeKeys(1); });\n\n// `Object.keys` method\n// https://tc39.es/ecma262/#sec-object.keys\n$({ target: 'Object', stat: true, forced: FAILS_ON_PRIMITIVES }, {\n keys: function keys(it) {\n return nativeKeys(toObject(it));\n }\n});\n","'use strict';\nvar $ = require('../internals/export');\nvar $trim = require('../internals/string-trim').trim;\nvar forcedStringTrimMethod = require('../internals/string-trim-forced');\n\n// `String.prototype.trim` method\n// https://tc39.es/ecma262/#sec-string.prototype.trim\n$({ target: 'String', proto: true, forced: forcedStringTrimMethod('trim') }, {\n trim: function trim() {\n return $trim(this);\n }\n});\n","var global = require('../internals/global');\nvar DOMIterables = require('../internals/dom-iterables');\nvar forEach = require('../internals/array-for-each');\nvar createNonEnumerableProperty = require('../internals/create-non-enumerable-property');\n\nfor (var COLLECTION_NAME in DOMIterables) {\n var Collection = global[COLLECTION_NAME];\n var CollectionPrototype = Collection && Collection.prototype;\n // some Chrome versions have non-configurable methods on DOMTokenList\n if (CollectionPrototype && CollectionPrototype.forEach !== forEach) try {\n createNonEnumerableProperty(CollectionPrototype, 'forEach', forEach);\n } catch (error) {\n CollectionPrototype.forEach = forEach;\n }\n}\n","'use strict';\n// TODO: in core-js@4, move /modules/ dependencies to public entries for better optimization by tools like `preset-env`\nrequire('../modules/es.array.iterator');\nvar $ = require('../internals/export');\nvar getBuiltIn = require('../internals/get-built-in');\nvar USE_NATIVE_URL = require('../internals/native-url');\nvar redefine = require('../internals/redefine');\nvar redefineAll = require('../internals/redefine-all');\nvar setToStringTag = require('../internals/set-to-string-tag');\nvar createIteratorConstructor = require('../internals/create-iterator-constructor');\nvar InternalStateModule = require('../internals/internal-state');\nvar anInstance = require('../internals/an-instance');\nvar hasOwn = require('../internals/has');\nvar bind = require('../internals/function-bind-context');\nvar classof = require('../internals/classof');\nvar anObject = require('../internals/an-object');\nvar isObject = require('../internals/is-object');\nvar create = require('../internals/object-create');\nvar createPropertyDescriptor = require('../internals/create-property-descriptor');\nvar getIterator = require('../internals/get-iterator');\nvar getIteratorMethod = require('../internals/get-iterator-method');\nvar wellKnownSymbol = require('../internals/well-known-symbol');\n\nvar $fetch = getBuiltIn('fetch');\nvar Headers = getBuiltIn('Headers');\nvar ITERATOR = wellKnownSymbol('iterator');\nvar URL_SEARCH_PARAMS = 'URLSearchParams';\nvar URL_SEARCH_PARAMS_ITERATOR = URL_SEARCH_PARAMS + 'Iterator';\nvar setInternalState = InternalStateModule.set;\nvar getInternalParamsState = InternalStateModule.getterFor(URL_SEARCH_PARAMS);\nvar getInternalIteratorState = InternalStateModule.getterFor(URL_SEARCH_PARAMS_ITERATOR);\n\nvar plus = /\\+/g;\nvar sequences = Array(4);\n\nvar percentSequence = function (bytes) {\n return sequences[bytes - 1] || (sequences[bytes - 1] = RegExp('((?:%[\\\\da-f]{2}){' + bytes + '})', 'gi'));\n};\n\nvar percentDecode = function (sequence) {\n try {\n return decodeURIComponent(sequence);\n } catch (error) {\n return sequence;\n }\n};\n\nvar deserialize = function (it) {\n var result = it.replace(plus, ' ');\n var bytes = 4;\n try {\n return decodeURIComponent(result);\n } catch (error) {\n while (bytes) {\n result = result.replace(percentSequence(bytes--), percentDecode);\n }\n return result;\n }\n};\n\nvar find = /[!'()~]|%20/g;\n\nvar replace = {\n '!': '%21',\n \"'\": '%27',\n '(': '%28',\n ')': '%29',\n '~': '%7E',\n '%20': '+'\n};\n\nvar replacer = function (match) {\n return replace[match];\n};\n\nvar serialize = function (it) {\n return encodeURIComponent(it).replace(find, replacer);\n};\n\nvar parseSearchParams = function (result, query) {\n if (query) {\n var attributes = query.split('&');\n var index = 0;\n var attribute, entry;\n while (index < attributes.length) {\n attribute = attributes[index++];\n if (attribute.length) {\n entry = attribute.split('=');\n result.push({\n key: deserialize(entry.shift()),\n value: deserialize(entry.join('='))\n });\n }\n }\n }\n};\n\nvar updateSearchParams = function (query) {\n this.entries.length = 0;\n parseSearchParams(this.entries, query);\n};\n\nvar validateArgumentsLength = function (passed, required) {\n if (passed < required) throw TypeError('Not enough arguments');\n};\n\nvar URLSearchParamsIterator = createIteratorConstructor(function Iterator(params, kind) {\n setInternalState(this, {\n type: URL_SEARCH_PARAMS_ITERATOR,\n iterator: getIterator(getInternalParamsState(params).entries),\n kind: kind\n });\n}, 'Iterator', function next() {\n var state = getInternalIteratorState(this);\n var kind = state.kind;\n var step = state.iterator.next();\n var entry = step.value;\n if (!step.done) {\n step.value = kind === 'keys' ? entry.key : kind === 'values' ? entry.value : [entry.key, entry.value];\n } return step;\n});\n\n// `URLSearchParams` constructor\n// https://url.spec.whatwg.org/#interface-urlsearchparams\nvar URLSearchParamsConstructor = function URLSearchParams(/* init */) {\n anInstance(this, URLSearchParamsConstructor, URL_SEARCH_PARAMS);\n var init = arguments.length > 0 ? arguments[0] : undefined;\n var that = this;\n var entries = [];\n var iteratorMethod, iterator, next, step, entryIterator, entryNext, first, second, key;\n\n setInternalState(that, {\n type: URL_SEARCH_PARAMS,\n entries: entries,\n updateURL: function () { /* empty */ },\n updateSearchParams: updateSearchParams\n });\n\n if (init !== undefined) {\n if (isObject(init)) {\n iteratorMethod = getIteratorMethod(init);\n if (typeof iteratorMethod === 'function') {\n iterator = iteratorMethod.call(init);\n next = iterator.next;\n while (!(step = next.call(iterator)).done) {\n entryIterator = getIterator(anObject(step.value));\n entryNext = entryIterator.next;\n if (\n (first = entryNext.call(entryIterator)).done ||\n (second = entryNext.call(entryIterator)).done ||\n !entryNext.call(entryIterator).done\n ) throw TypeError('Expected sequence with length 2');\n entries.push({ key: first.value + '', value: second.value + '' });\n }\n } else for (key in init) if (hasOwn(init, key)) entries.push({ key: key, value: init[key] + '' });\n } else {\n parseSearchParams(entries, typeof init === 'string' ? init.charAt(0) === '?' ? init.slice(1) : init : init + '');\n }\n }\n};\n\nvar URLSearchParamsPrototype = URLSearchParamsConstructor.prototype;\n\nredefineAll(URLSearchParamsPrototype, {\n // `URLSearchParams.prototype.append` method\n // https://url.spec.whatwg.org/#dom-urlsearchparams-append\n append: function append(name, value) {\n validateArgumentsLength(arguments.length, 2);\n var state = getInternalParamsState(this);\n state.entries.push({ key: name + '', value: value + '' });\n state.updateURL();\n },\n // `URLSearchParams.prototype.delete` method\n // https://url.spec.whatwg.org/#dom-urlsearchparams-delete\n 'delete': function (name) {\n validateArgumentsLength(arguments.length, 1);\n var state = getInternalParamsState(this);\n var entries = state.entries;\n var key = name + '';\n var index = 0;\n while (index < entries.length) {\n if (entries[index].key === key) entries.splice(index, 1);\n else index++;\n }\n state.updateURL();\n },\n // `URLSearchParams.prototype.get` method\n // https://url.spec.whatwg.org/#dom-urlsearchparams-get\n get: function get(name) {\n validateArgumentsLength(arguments.length, 1);\n var entries = getInternalParamsState(this).entries;\n var key = name + '';\n var index = 0;\n for (; index < entries.length; index++) {\n if (entries[index].key === key) return entries[index].value;\n }\n return null;\n },\n // `URLSearchParams.prototype.getAll` method\n // https://url.spec.whatwg.org/#dom-urlsearchparams-getall\n getAll: function getAll(name) {\n validateArgumentsLength(arguments.length, 1);\n var entries = getInternalParamsState(this).entries;\n var key = name + '';\n var result = [];\n var index = 0;\n for (; index < entries.length; index++) {\n if (entries[index].key === key) result.push(entries[index].value);\n }\n return result;\n },\n // `URLSearchParams.prototype.has` method\n // https://url.spec.whatwg.org/#dom-urlsearchparams-has\n has: function has(name) {\n validateArgumentsLength(arguments.length, 1);\n var entries = getInternalParamsState(this).entries;\n var key = name + '';\n var index = 0;\n while (index < entries.length) {\n if (entries[index++].key === key) return true;\n }\n return false;\n },\n // `URLSearchParams.prototype.set` method\n // https://url.spec.whatwg.org/#dom-urlsearchparams-set\n set: function set(name, value) {\n validateArgumentsLength(arguments.length, 1);\n var state = getInternalParamsState(this);\n var entries = state.entries;\n var found = false;\n var key = name + '';\n var val = value + '';\n var index = 0;\n var entry;\n for (; index < entries.length; index++) {\n entry = entries[index];\n if (entry.key === key) {\n if (found) entries.splice(index--, 1);\n else {\n found = true;\n entry.value = val;\n }\n }\n }\n if (!found) entries.push({ key: key, value: val });\n state.updateURL();\n },\n // `URLSearchParams.prototype.sort` method\n // https://url.spec.whatwg.org/#dom-urlsearchparams-sort\n sort: function sort() {\n var state = getInternalParamsState(this);\n var entries = state.entries;\n // Array#sort is not stable in some engines\n var slice = entries.slice();\n var entry, entriesIndex, sliceIndex;\n entries.length = 0;\n for (sliceIndex = 0; sliceIndex < slice.length; sliceIndex++) {\n entry = slice[sliceIndex];\n for (entriesIndex = 0; entriesIndex < sliceIndex; entriesIndex++) {\n if (entries[entriesIndex].key > entry.key) {\n entries.splice(entriesIndex, 0, entry);\n break;\n }\n }\n if (entriesIndex === sliceIndex) entries.push(entry);\n }\n state.updateURL();\n },\n // `URLSearchParams.prototype.forEach` method\n forEach: function forEach(callback /* , thisArg */) {\n var entries = getInternalParamsState(this).entries;\n var boundFunction = bind(callback, arguments.length > 1 ? arguments[1] : undefined, 3);\n var index = 0;\n var entry;\n while (index < entries.length) {\n entry = entries[index++];\n boundFunction(entry.value, entry.key, this);\n }\n },\n // `URLSearchParams.prototype.keys` method\n keys: function keys() {\n return new URLSearchParamsIterator(this, 'keys');\n },\n // `URLSearchParams.prototype.values` method\n values: function values() {\n return new URLSearchParamsIterator(this, 'values');\n },\n // `URLSearchParams.prototype.entries` method\n entries: function entries() {\n return new URLSearchParamsIterator(this, 'entries');\n }\n}, { enumerable: true });\n\n// `URLSearchParams.prototype[@@iterator]` method\nredefine(URLSearchParamsPrototype, ITERATOR, URLSearchParamsPrototype.entries);\n\n// `URLSearchParams.prototype.toString` method\n// https://url.spec.whatwg.org/#urlsearchparams-stringification-behavior\nredefine(URLSearchParamsPrototype, 'toString', function toString() {\n var entries = getInternalParamsState(this).entries;\n var result = [];\n var index = 0;\n var entry;\n while (index < entries.length) {\n entry = entries[index++];\n result.push(serialize(entry.key) + '=' + serialize(entry.value));\n } return result.join('&');\n}, { enumerable: true });\n\nsetToStringTag(URLSearchParamsConstructor, URL_SEARCH_PARAMS);\n\n$({ global: true, forced: !USE_NATIVE_URL }, {\n URLSearchParams: URLSearchParamsConstructor\n});\n\n// Wrap `fetch` for correct work with polyfilled `URLSearchParams`\n// https://github.com/zloirock/core-js/issues/674\nif (!USE_NATIVE_URL && typeof $fetch == 'function' && typeof Headers == 'function') {\n $({ global: true, enumerable: true, forced: true }, {\n fetch: function fetch(input /* , init */) {\n var args = [input];\n var init, body, headers;\n if (arguments.length > 1) {\n init = arguments[1];\n if (isObject(init)) {\n body = init.body;\n if (classof(body) === URL_SEARCH_PARAMS) {\n headers = init.headers ? new Headers(init.headers) : new Headers();\n if (!headers.has('content-type')) {\n headers.set('content-type', 'application/x-www-form-urlencoded;charset=UTF-8');\n }\n init = create(init, {\n body: createPropertyDescriptor(0, String(body)),\n headers: createPropertyDescriptor(0, headers)\n });\n }\n }\n args.push(init);\n } return $fetch.apply(this, args);\n }\n });\n}\n\nmodule.exports = {\n URLSearchParams: URLSearchParamsConstructor,\n getState: getInternalParamsState\n};\n","var anObject = require('../internals/an-object');\nvar iteratorClose = require('../internals/iterator-close');\n\n// call something on iterator step with safe closing on error\nmodule.exports = function (iterator, fn, value, ENTRIES) {\n try {\n return ENTRIES ? fn(anObject(value)[0], value[1]) : fn(value);\n } catch (error) {\n iteratorClose(iterator);\n throw error;\n }\n};\n","'use strict';\nvar $ = require('../internals/export');\nvar toAbsoluteIndex = require('../internals/to-absolute-index');\nvar toInteger = require('../internals/to-integer');\nvar toLength = require('../internals/to-length');\nvar toObject = require('../internals/to-object');\nvar arraySpeciesCreate = require('../internals/array-species-create');\nvar createProperty = require('../internals/create-property');\nvar arrayMethodHasSpeciesSupport = require('../internals/array-method-has-species-support');\n\nvar HAS_SPECIES_SUPPORT = arrayMethodHasSpeciesSupport('splice');\n\nvar max = Math.max;\nvar min = Math.min;\nvar MAX_SAFE_INTEGER = 0x1FFFFFFFFFFFFF;\nvar MAXIMUM_ALLOWED_LENGTH_EXCEEDED = 'Maximum allowed length exceeded';\n\n// `Array.prototype.splice` method\n// https://tc39.es/ecma262/#sec-array.prototype.splice\n// with adding support of @@species\n$({ target: 'Array', proto: true, forced: !HAS_SPECIES_SUPPORT }, {\n splice: function splice(start, deleteCount /* , ...items */) {\n var O = toObject(this);\n var len = toLength(O.length);\n var actualStart = toAbsoluteIndex(start, len);\n var argumentsLength = arguments.length;\n var insertCount, actualDeleteCount, A, k, from, to;\n if (argumentsLength === 0) {\n insertCount = actualDeleteCount = 0;\n } else if (argumentsLength === 1) {\n insertCount = 0;\n actualDeleteCount = len - actualStart;\n } else {\n insertCount = argumentsLength - 2;\n actualDeleteCount = min(max(toInteger(deleteCount), 0), len - actualStart);\n }\n if (len + insertCount - actualDeleteCount > MAX_SAFE_INTEGER) {\n throw TypeError(MAXIMUM_ALLOWED_LENGTH_EXCEEDED);\n }\n A = arraySpeciesCreate(O, actualDeleteCount);\n for (k = 0; k < actualDeleteCount; k++) {\n from = actualStart + k;\n if (from in O) createProperty(A, k, O[from]);\n }\n A.length = actualDeleteCount;\n if (insertCount < actualDeleteCount) {\n for (k = actualStart; k < len - actualDeleteCount; k++) {\n from = k + actualDeleteCount;\n to = k + insertCount;\n if (from in O) O[to] = O[from];\n else delete O[to];\n }\n for (k = len; k > len - actualDeleteCount + insertCount; k--) delete O[k - 1];\n } else if (insertCount > actualDeleteCount) {\n for (k = len - actualDeleteCount; k > actualStart; k--) {\n from = k + actualDeleteCount - 1;\n to = k + insertCount - 1;\n if (from in O) O[to] = O[from];\n else delete O[to];\n }\n }\n for (k = 0; k < insertCount; k++) {\n O[k + actualStart] = arguments[k + 2];\n }\n O.length = len - actualDeleteCount + insertCount;\n return A;\n }\n});\n","'use strict';\nvar fixRegExpWellKnownSymbolLogic = require('../internals/fix-regexp-well-known-symbol-logic');\nvar anObject = require('../internals/an-object');\nvar requireObjectCoercible = require('../internals/require-object-coercible');\nvar sameValue = require('../internals/same-value');\nvar regExpExec = require('../internals/regexp-exec-abstract');\n\n// @@search logic\nfixRegExpWellKnownSymbolLogic('search', 1, function (SEARCH, nativeSearch, maybeCallNative) {\n return [\n // `String.prototype.search` method\n // https://tc39.es/ecma262/#sec-string.prototype.search\n function search(regexp) {\n var O = requireObjectCoercible(this);\n var searcher = regexp == undefined ? undefined : regexp[SEARCH];\n return searcher !== undefined ? searcher.call(regexp, O) : new RegExp(regexp)[SEARCH](String(O));\n },\n // `RegExp.prototype[@@search]` method\n // https://tc39.es/ecma262/#sec-regexp.prototype-@@search\n function (regexp) {\n var res = maybeCallNative(nativeSearch, regexp, this);\n if (res.done) return res.value;\n\n var rx = anObject(regexp);\n var S = String(this);\n\n var previousLastIndex = rx.lastIndex;\n if (!sameValue(previousLastIndex, 0)) rx.lastIndex = 0;\n var result = regExpExec(rx, S);\n if (!sameValue(rx.lastIndex, previousLastIndex)) rx.lastIndex = previousLastIndex;\n return result === null ? -1 : result.index;\n }\n ];\n});\n","'use strict';\n// TODO: in core-js@4, move /modules/ dependencies to public entries for better optimization by tools like `preset-env`\nrequire('../modules/es.string.iterator');\nvar $ = require('../internals/export');\nvar DESCRIPTORS = require('../internals/descriptors');\nvar USE_NATIVE_URL = require('../internals/native-url');\nvar global = require('../internals/global');\nvar defineProperties = require('../internals/object-define-properties');\nvar redefine = require('../internals/redefine');\nvar anInstance = require('../internals/an-instance');\nvar has = require('../internals/has');\nvar assign = require('../internals/object-assign');\nvar arrayFrom = require('../internals/array-from');\nvar codeAt = require('../internals/string-multibyte').codeAt;\nvar toASCII = require('../internals/string-punycode-to-ascii');\nvar setToStringTag = require('../internals/set-to-string-tag');\nvar URLSearchParamsModule = require('../modules/web.url-search-params');\nvar InternalStateModule = require('../internals/internal-state');\n\nvar NativeURL = global.URL;\nvar URLSearchParams = URLSearchParamsModule.URLSearchParams;\nvar getInternalSearchParamsState = URLSearchParamsModule.getState;\nvar setInternalState = InternalStateModule.set;\nvar getInternalURLState = InternalStateModule.getterFor('URL');\nvar floor = Math.floor;\nvar pow = Math.pow;\n\nvar INVALID_AUTHORITY = 'Invalid authority';\nvar INVALID_SCHEME = 'Invalid scheme';\nvar INVALID_HOST = 'Invalid host';\nvar INVALID_PORT = 'Invalid port';\n\nvar ALPHA = /[A-Za-z]/;\n// eslint-disable-next-line regexp/no-obscure-range -- safe\nvar ALPHANUMERIC = /[\\d+-.A-Za-z]/;\nvar DIGIT = /\\d/;\nvar HEX_START = /^(0x|0X)/;\nvar OCT = /^[0-7]+$/;\nvar DEC = /^\\d+$/;\nvar HEX = /^[\\dA-Fa-f]+$/;\n/* eslint-disable no-control-regex -- safe */\nvar FORBIDDEN_HOST_CODE_POINT = /[\\0\\t\\n\\r #%/:?@[\\\\]]/;\nvar FORBIDDEN_HOST_CODE_POINT_EXCLUDING_PERCENT = /[\\0\\t\\n\\r #/:?@[\\\\]]/;\nvar LEADING_AND_TRAILING_C0_CONTROL_OR_SPACE = /^[\\u0000-\\u001F ]+|[\\u0000-\\u001F ]+$/g;\nvar TAB_AND_NEW_LINE = /[\\t\\n\\r]/g;\n/* eslint-enable no-control-regex -- safe */\nvar EOF;\n\nvar parseHost = function (url, input) {\n var result, codePoints, index;\n if (input.charAt(0) == '[') {\n if (input.charAt(input.length - 1) != ']') return INVALID_HOST;\n result = parseIPv6(input.slice(1, -1));\n if (!result) return INVALID_HOST;\n url.host = result;\n // opaque host\n } else if (!isSpecial(url)) {\n if (FORBIDDEN_HOST_CODE_POINT_EXCLUDING_PERCENT.test(input)) return INVALID_HOST;\n result = '';\n codePoints = arrayFrom(input);\n for (index = 0; index < codePoints.length; index++) {\n result += percentEncode(codePoints[index], C0ControlPercentEncodeSet);\n }\n url.host = result;\n } else {\n input = toASCII(input);\n if (FORBIDDEN_HOST_CODE_POINT.test(input)) return INVALID_HOST;\n result = parseIPv4(input);\n if (result === null) return INVALID_HOST;\n url.host = result;\n }\n};\n\nvar parseIPv4 = function (input) {\n var parts = input.split('.');\n var partsLength, numbers, index, part, radix, number, ipv4;\n if (parts.length && parts[parts.length - 1] == '') {\n parts.pop();\n }\n partsLength = parts.length;\n if (partsLength > 4) return input;\n numbers = [];\n for (index = 0; index < partsLength; index++) {\n part = parts[index];\n if (part == '') return input;\n radix = 10;\n if (part.length > 1 && part.charAt(0) == '0') {\n radix = HEX_START.test(part) ? 16 : 8;\n part = part.slice(radix == 8 ? 1 : 2);\n }\n if (part === '') {\n number = 0;\n } else {\n if (!(radix == 10 ? DEC : radix == 8 ? OCT : HEX).test(part)) return input;\n number = parseInt(part, radix);\n }\n numbers.push(number);\n }\n for (index = 0; index < partsLength; index++) {\n number = numbers[index];\n if (index == partsLength - 1) {\n if (number >= pow(256, 5 - partsLength)) return null;\n } else if (number > 255) return null;\n }\n ipv4 = numbers.pop();\n for (index = 0; index < numbers.length; index++) {\n ipv4 += numbers[index] * pow(256, 3 - index);\n }\n return ipv4;\n};\n\n// eslint-disable-next-line max-statements -- TODO\nvar parseIPv6 = function (input) {\n var address = [0, 0, 0, 0, 0, 0, 0, 0];\n var pieceIndex = 0;\n var compress = null;\n var pointer = 0;\n var value, length, numbersSeen, ipv4Piece, number, swaps, swap;\n\n var char = function () {\n return input.charAt(pointer);\n };\n\n if (char() == ':') {\n if (input.charAt(1) != ':') return;\n pointer += 2;\n pieceIndex++;\n compress = pieceIndex;\n }\n while (char()) {\n if (pieceIndex == 8) return;\n if (char() == ':') {\n if (compress !== null) return;\n pointer++;\n pieceIndex++;\n compress = pieceIndex;\n continue;\n }\n value = length = 0;\n while (length < 4 && HEX.test(char())) {\n value = value * 16 + parseInt(char(), 16);\n pointer++;\n length++;\n }\n if (char() == '.') {\n if (length == 0) return;\n pointer -= length;\n if (pieceIndex > 6) return;\n numbersSeen = 0;\n while (char()) {\n ipv4Piece = null;\n if (numbersSeen > 0) {\n if (char() == '.' && numbersSeen < 4) pointer++;\n else return;\n }\n if (!DIGIT.test(char())) return;\n while (DIGIT.test(char())) {\n number = parseInt(char(), 10);\n if (ipv4Piece === null) ipv4Piece = number;\n else if (ipv4Piece == 0) return;\n else ipv4Piece = ipv4Piece * 10 + number;\n if (ipv4Piece > 255) return;\n pointer++;\n }\n address[pieceIndex] = address[pieceIndex] * 256 + ipv4Piece;\n numbersSeen++;\n if (numbersSeen == 2 || numbersSeen == 4) pieceIndex++;\n }\n if (numbersSeen != 4) return;\n break;\n } else if (char() == ':') {\n pointer++;\n if (!char()) return;\n } else if (char()) return;\n address[pieceIndex++] = value;\n }\n if (compress !== null) {\n swaps = pieceIndex - compress;\n pieceIndex = 7;\n while (pieceIndex != 0 && swaps > 0) {\n swap = address[pieceIndex];\n address[pieceIndex--] = address[compress + swaps - 1];\n address[compress + --swaps] = swap;\n }\n } else if (pieceIndex != 8) return;\n return address;\n};\n\nvar findLongestZeroSequence = function (ipv6) {\n var maxIndex = null;\n var maxLength = 1;\n var currStart = null;\n var currLength = 0;\n var index = 0;\n for (; index < 8; index++) {\n if (ipv6[index] !== 0) {\n if (currLength > maxLength) {\n maxIndex = currStart;\n maxLength = currLength;\n }\n currStart = null;\n currLength = 0;\n } else {\n if (currStart === null) currStart = index;\n ++currLength;\n }\n }\n if (currLength > maxLength) {\n maxIndex = currStart;\n maxLength = currLength;\n }\n return maxIndex;\n};\n\nvar serializeHost = function (host) {\n var result, index, compress, ignore0;\n // ipv4\n if (typeof host == 'number') {\n result = [];\n for (index = 0; index < 4; index++) {\n result.unshift(host % 256);\n host = floor(host / 256);\n } return result.join('.');\n // ipv6\n } else if (typeof host == 'object') {\n result = '';\n compress = findLongestZeroSequence(host);\n for (index = 0; index < 8; index++) {\n if (ignore0 && host[index] === 0) continue;\n if (ignore0) ignore0 = false;\n if (compress === index) {\n result += index ? ':' : '::';\n ignore0 = true;\n } else {\n result += host[index].toString(16);\n if (index < 7) result += ':';\n }\n }\n return '[' + result + ']';\n } return host;\n};\n\nvar C0ControlPercentEncodeSet = {};\nvar fragmentPercentEncodeSet = assign({}, C0ControlPercentEncodeSet, {\n ' ': 1, '\"': 1, '<': 1, '>': 1, '`': 1\n});\nvar pathPercentEncodeSet = assign({}, fragmentPercentEncodeSet, {\n '#': 1, '?': 1, '{': 1, '}': 1\n});\nvar userinfoPercentEncodeSet = assign({}, pathPercentEncodeSet, {\n '/': 1, ':': 1, ';': 1, '=': 1, '@': 1, '[': 1, '\\\\': 1, ']': 1, '^': 1, '|': 1\n});\n\nvar percentEncode = function (char, set) {\n var code = codeAt(char, 0);\n return code > 0x20 && code < 0x7F && !has(set, char) ? char : encodeURIComponent(char);\n};\n\nvar specialSchemes = {\n ftp: 21,\n file: null,\n http: 80,\n https: 443,\n ws: 80,\n wss: 443\n};\n\nvar isSpecial = function (url) {\n return has(specialSchemes, url.scheme);\n};\n\nvar includesCredentials = function (url) {\n return url.username != '' || url.password != '';\n};\n\nvar cannotHaveUsernamePasswordPort = function (url) {\n return !url.host || url.cannotBeABaseURL || url.scheme == 'file';\n};\n\nvar isWindowsDriveLetter = function (string, normalized) {\n var second;\n return string.length == 2 && ALPHA.test(string.charAt(0))\n && ((second = string.charAt(1)) == ':' || (!normalized && second == '|'));\n};\n\nvar startsWithWindowsDriveLetter = function (string) {\n var third;\n return string.length > 1 && isWindowsDriveLetter(string.slice(0, 2)) && (\n string.length == 2 ||\n ((third = string.charAt(2)) === '/' || third === '\\\\' || third === '?' || third === '#')\n );\n};\n\nvar shortenURLsPath = function (url) {\n var path = url.path;\n var pathSize = path.length;\n if (pathSize && (url.scheme != 'file' || pathSize != 1 || !isWindowsDriveLetter(path[0], true))) {\n path.pop();\n }\n};\n\nvar isSingleDot = function (segment) {\n return segment === '.' || segment.toLowerCase() === '%2e';\n};\n\nvar isDoubleDot = function (segment) {\n segment = segment.toLowerCase();\n return segment === '..' || segment === '%2e.' || segment === '.%2e' || segment === '%2e%2e';\n};\n\n// States:\nvar SCHEME_START = {};\nvar SCHEME = {};\nvar NO_SCHEME = {};\nvar SPECIAL_RELATIVE_OR_AUTHORITY = {};\nvar PATH_OR_AUTHORITY = {};\nvar RELATIVE = {};\nvar RELATIVE_SLASH = {};\nvar SPECIAL_AUTHORITY_SLASHES = {};\nvar SPECIAL_AUTHORITY_IGNORE_SLASHES = {};\nvar AUTHORITY = {};\nvar HOST = {};\nvar HOSTNAME = {};\nvar PORT = {};\nvar FILE = {};\nvar FILE_SLASH = {};\nvar FILE_HOST = {};\nvar PATH_START = {};\nvar PATH = {};\nvar CANNOT_BE_A_BASE_URL_PATH = {};\nvar QUERY = {};\nvar FRAGMENT = {};\n\n// eslint-disable-next-line max-statements -- TODO\nvar parseURL = function (url, input, stateOverride, base) {\n var state = stateOverride || SCHEME_START;\n var pointer = 0;\n var buffer = '';\n var seenAt = false;\n var seenBracket = false;\n var seenPasswordToken = false;\n var codePoints, char, bufferCodePoints, failure;\n\n if (!stateOverride) {\n url.scheme = '';\n url.username = '';\n url.password = '';\n url.host = null;\n url.port = null;\n url.path = [];\n url.query = null;\n url.fragment = null;\n url.cannotBeABaseURL = false;\n input = input.replace(LEADING_AND_TRAILING_C0_CONTROL_OR_SPACE, '');\n }\n\n input = input.replace(TAB_AND_NEW_LINE, '');\n\n codePoints = arrayFrom(input);\n\n while (pointer <= codePoints.length) {\n char = codePoints[pointer];\n switch (state) {\n case SCHEME_START:\n if (char && ALPHA.test(char)) {\n buffer += char.toLowerCase();\n state = SCHEME;\n } else if (!stateOverride) {\n state = NO_SCHEME;\n continue;\n } else return INVALID_SCHEME;\n break;\n\n case SCHEME:\n if (char && (ALPHANUMERIC.test(char) || char == '+' || char == '-' || char == '.')) {\n buffer += char.toLowerCase();\n } else if (char == ':') {\n if (stateOverride && (\n (isSpecial(url) != has(specialSchemes, buffer)) ||\n (buffer == 'file' && (includesCredentials(url) || url.port !== null)) ||\n (url.scheme == 'file' && !url.host)\n )) return;\n url.scheme = buffer;\n if (stateOverride) {\n if (isSpecial(url) && specialSchemes[url.scheme] == url.port) url.port = null;\n return;\n }\n buffer = '';\n if (url.scheme == 'file') {\n state = FILE;\n } else if (isSpecial(url) && base && base.scheme == url.scheme) {\n state = SPECIAL_RELATIVE_OR_AUTHORITY;\n } else if (isSpecial(url)) {\n state = SPECIAL_AUTHORITY_SLASHES;\n } else if (codePoints[pointer + 1] == '/') {\n state = PATH_OR_AUTHORITY;\n pointer++;\n } else {\n url.cannotBeABaseURL = true;\n url.path.push('');\n state = CANNOT_BE_A_BASE_URL_PATH;\n }\n } else if (!stateOverride) {\n buffer = '';\n state = NO_SCHEME;\n pointer = 0;\n continue;\n } else return INVALID_SCHEME;\n break;\n\n case NO_SCHEME:\n if (!base || (base.cannotBeABaseURL && char != '#')) return INVALID_SCHEME;\n if (base.cannotBeABaseURL && char == '#') {\n url.scheme = base.scheme;\n url.path = base.path.slice();\n url.query = base.query;\n url.fragment = '';\n url.cannotBeABaseURL = true;\n state = FRAGMENT;\n break;\n }\n state = base.scheme == 'file' ? FILE : RELATIVE;\n continue;\n\n case SPECIAL_RELATIVE_OR_AUTHORITY:\n if (char == '/' && codePoints[pointer + 1] == '/') {\n state = SPECIAL_AUTHORITY_IGNORE_SLASHES;\n pointer++;\n } else {\n state = RELATIVE;\n continue;\n } break;\n\n case PATH_OR_AUTHORITY:\n if (char == '/') {\n state = AUTHORITY;\n break;\n } else {\n state = PATH;\n continue;\n }\n\n case RELATIVE:\n url.scheme = base.scheme;\n if (char == EOF) {\n url.username = base.username;\n url.password = base.password;\n url.host = base.host;\n url.port = base.port;\n url.path = base.path.slice();\n url.query = base.query;\n } else if (char == '/' || (char == '\\\\' && isSpecial(url))) {\n state = RELATIVE_SLASH;\n } else if (char == '?') {\n url.username = base.username;\n url.password = base.password;\n url.host = base.host;\n url.port = base.port;\n url.path = base.path.slice();\n url.query = '';\n state = QUERY;\n } else if (char == '#') {\n url.username = base.username;\n url.password = base.password;\n url.host = base.host;\n url.port = base.port;\n url.path = base.path.slice();\n url.query = base.query;\n url.fragment = '';\n state = FRAGMENT;\n } else {\n url.username = base.username;\n url.password = base.password;\n url.host = base.host;\n url.port = base.port;\n url.path = base.path.slice();\n url.path.pop();\n state = PATH;\n continue;\n } break;\n\n case RELATIVE_SLASH:\n if (isSpecial(url) && (char == '/' || char == '\\\\')) {\n state = SPECIAL_AUTHORITY_IGNORE_SLASHES;\n } else if (char == '/') {\n state = AUTHORITY;\n } else {\n url.username = base.username;\n url.password = base.password;\n url.host = base.host;\n url.port = base.port;\n state = PATH;\n continue;\n } break;\n\n case SPECIAL_AUTHORITY_SLASHES:\n state = SPECIAL_AUTHORITY_IGNORE_SLASHES;\n if (char != '/' || buffer.charAt(pointer + 1) != '/') continue;\n pointer++;\n break;\n\n case SPECIAL_AUTHORITY_IGNORE_SLASHES:\n if (char != '/' && char != '\\\\') {\n state = AUTHORITY;\n continue;\n } break;\n\n case AUTHORITY:\n if (char == '@') {\n if (seenAt) buffer = '%40' + buffer;\n seenAt = true;\n bufferCodePoints = arrayFrom(buffer);\n for (var i = 0; i < bufferCodePoints.length; i++) {\n var codePoint = bufferCodePoints[i];\n if (codePoint == ':' && !seenPasswordToken) {\n seenPasswordToken = true;\n continue;\n }\n var encodedCodePoints = percentEncode(codePoint, userinfoPercentEncodeSet);\n if (seenPasswordToken) url.password += encodedCodePoints;\n else url.username += encodedCodePoints;\n }\n buffer = '';\n } else if (\n char == EOF || char == '/' || char == '?' || char == '#' ||\n (char == '\\\\' && isSpecial(url))\n ) {\n if (seenAt && buffer == '') return INVALID_AUTHORITY;\n pointer -= arrayFrom(buffer).length + 1;\n buffer = '';\n state = HOST;\n } else buffer += char;\n break;\n\n case HOST:\n case HOSTNAME:\n if (stateOverride && url.scheme == 'file') {\n state = FILE_HOST;\n continue;\n } else if (char == ':' && !seenBracket) {\n if (buffer == '') return INVALID_HOST;\n failure = parseHost(url, buffer);\n if (failure) return failure;\n buffer = '';\n state = PORT;\n if (stateOverride == HOSTNAME) return;\n } else if (\n char == EOF || char == '/' || char == '?' || char == '#' ||\n (char == '\\\\' && isSpecial(url))\n ) {\n if (isSpecial(url) && buffer == '') return INVALID_HOST;\n if (stateOverride && buffer == '' && (includesCredentials(url) || url.port !== null)) return;\n failure = parseHost(url, buffer);\n if (failure) return failure;\n buffer = '';\n state = PATH_START;\n if (stateOverride) return;\n continue;\n } else {\n if (char == '[') seenBracket = true;\n else if (char == ']') seenBracket = false;\n buffer += char;\n } break;\n\n case PORT:\n if (DIGIT.test(char)) {\n buffer += char;\n } else if (\n char == EOF || char == '/' || char == '?' || char == '#' ||\n (char == '\\\\' && isSpecial(url)) ||\n stateOverride\n ) {\n if (buffer != '') {\n var port = parseInt(buffer, 10);\n if (port > 0xFFFF) return INVALID_PORT;\n url.port = (isSpecial(url) && port === specialSchemes[url.scheme]) ? null : port;\n buffer = '';\n }\n if (stateOverride) return;\n state = PATH_START;\n continue;\n } else return INVALID_PORT;\n break;\n\n case FILE:\n url.scheme = 'file';\n if (char == '/' || char == '\\\\') state = FILE_SLASH;\n else if (base && base.scheme == 'file') {\n if (char == EOF) {\n url.host = base.host;\n url.path = base.path.slice();\n url.query = base.query;\n } else if (char == '?') {\n url.host = base.host;\n url.path = base.path.slice();\n url.query = '';\n state = QUERY;\n } else if (char == '#') {\n url.host = base.host;\n url.path = base.path.slice();\n url.query = base.query;\n url.fragment = '';\n state = FRAGMENT;\n } else {\n if (!startsWithWindowsDriveLetter(codePoints.slice(pointer).join(''))) {\n url.host = base.host;\n url.path = base.path.slice();\n shortenURLsPath(url);\n }\n state = PATH;\n continue;\n }\n } else {\n state = PATH;\n continue;\n } break;\n\n case FILE_SLASH:\n if (char == '/' || char == '\\\\') {\n state = FILE_HOST;\n break;\n }\n if (base && base.scheme == 'file' && !startsWithWindowsDriveLetter(codePoints.slice(pointer).join(''))) {\n if (isWindowsDriveLetter(base.path[0], true)) url.path.push(base.path[0]);\n else url.host = base.host;\n }\n state = PATH;\n continue;\n\n case FILE_HOST:\n if (char == EOF || char == '/' || char == '\\\\' || char == '?' || char == '#') {\n if (!stateOverride && isWindowsDriveLetter(buffer)) {\n state = PATH;\n } else if (buffer == '') {\n url.host = '';\n if (stateOverride) return;\n state = PATH_START;\n } else {\n failure = parseHost(url, buffer);\n if (failure) return failure;\n if (url.host == 'localhost') url.host = '';\n if (stateOverride) return;\n buffer = '';\n state = PATH_START;\n } continue;\n } else buffer += char;\n break;\n\n case PATH_START:\n if (isSpecial(url)) {\n state = PATH;\n if (char != '/' && char != '\\\\') continue;\n } else if (!stateOverride && char == '?') {\n url.query = '';\n state = QUERY;\n } else if (!stateOverride && char == '#') {\n url.fragment = '';\n state = FRAGMENT;\n } else if (char != EOF) {\n state = PATH;\n if (char != '/') continue;\n } break;\n\n case PATH:\n if (\n char == EOF || char == '/' ||\n (char == '\\\\' && isSpecial(url)) ||\n (!stateOverride && (char == '?' || char == '#'))\n ) {\n if (isDoubleDot(buffer)) {\n shortenURLsPath(url);\n if (char != '/' && !(char == '\\\\' && isSpecial(url))) {\n url.path.push('');\n }\n } else if (isSingleDot(buffer)) {\n if (char != '/' && !(char == '\\\\' && isSpecial(url))) {\n url.path.push('');\n }\n } else {\n if (url.scheme == 'file' && !url.path.length && isWindowsDriveLetter(buffer)) {\n if (url.host) url.host = '';\n buffer = buffer.charAt(0) + ':'; // normalize windows drive letter\n }\n url.path.push(buffer);\n }\n buffer = '';\n if (url.scheme == 'file' && (char == EOF || char == '?' || char == '#')) {\n while (url.path.length > 1 && url.path[0] === '') {\n url.path.shift();\n }\n }\n if (char == '?') {\n url.query = '';\n state = QUERY;\n } else if (char == '#') {\n url.fragment = '';\n state = FRAGMENT;\n }\n } else {\n buffer += percentEncode(char, pathPercentEncodeSet);\n } break;\n\n case CANNOT_BE_A_BASE_URL_PATH:\n if (char == '?') {\n url.query = '';\n state = QUERY;\n } else if (char == '#') {\n url.fragment = '';\n state = FRAGMENT;\n } else if (char != EOF) {\n url.path[0] += percentEncode(char, C0ControlPercentEncodeSet);\n } break;\n\n case QUERY:\n if (!stateOverride && char == '#') {\n url.fragment = '';\n state = FRAGMENT;\n } else if (char != EOF) {\n if (char == \"'\" && isSpecial(url)) url.query += '%27';\n else if (char == '#') url.query += '%23';\n else url.query += percentEncode(char, C0ControlPercentEncodeSet);\n } break;\n\n case FRAGMENT:\n if (char != EOF) url.fragment += percentEncode(char, fragmentPercentEncodeSet);\n break;\n }\n\n pointer++;\n }\n};\n\n// `URL` constructor\n// https://url.spec.whatwg.org/#url-class\nvar URLConstructor = function URL(url /* , base */) {\n var that = anInstance(this, URLConstructor, 'URL');\n var base = arguments.length > 1 ? arguments[1] : undefined;\n var urlString = String(url);\n var state = setInternalState(that, { type: 'URL' });\n var baseState, failure;\n if (base !== undefined) {\n if (base instanceof URLConstructor) baseState = getInternalURLState(base);\n else {\n failure = parseURL(baseState = {}, String(base));\n if (failure) throw TypeError(failure);\n }\n }\n failure = parseURL(state, urlString, null, baseState);\n if (failure) throw TypeError(failure);\n var searchParams = state.searchParams = new URLSearchParams();\n var searchParamsState = getInternalSearchParamsState(searchParams);\n searchParamsState.updateSearchParams(state.query);\n searchParamsState.updateURL = function () {\n state.query = String(searchParams) || null;\n };\n if (!DESCRIPTORS) {\n that.href = serializeURL.call(that);\n that.origin = getOrigin.call(that);\n that.protocol = getProtocol.call(that);\n that.username = getUsername.call(that);\n that.password = getPassword.call(that);\n that.host = getHost.call(that);\n that.hostname = getHostname.call(that);\n that.port = getPort.call(that);\n that.pathname = getPathname.call(that);\n that.search = getSearch.call(that);\n that.searchParams = getSearchParams.call(that);\n that.hash = getHash.call(that);\n }\n};\n\nvar URLPrototype = URLConstructor.prototype;\n\nvar serializeURL = function () {\n var url = getInternalURLState(this);\n var scheme = url.scheme;\n var username = url.username;\n var password = url.password;\n var host = url.host;\n var port = url.port;\n var path = url.path;\n var query = url.query;\n var fragment = url.fragment;\n var output = scheme + ':';\n if (host !== null) {\n output += '//';\n if (includesCredentials(url)) {\n output += username + (password ? ':' + password : '') + '@';\n }\n output += serializeHost(host);\n if (port !== null) output += ':' + port;\n } else if (scheme == 'file') output += '//';\n output += url.cannotBeABaseURL ? path[0] : path.length ? '/' + path.join('/') : '';\n if (query !== null) output += '?' + query;\n if (fragment !== null) output += '#' + fragment;\n return output;\n};\n\nvar getOrigin = function () {\n var url = getInternalURLState(this);\n var scheme = url.scheme;\n var port = url.port;\n if (scheme == 'blob') try {\n return new URLConstructor(scheme.path[0]).origin;\n } catch (error) {\n return 'null';\n }\n if (scheme == 'file' || !isSpecial(url)) return 'null';\n return scheme + '://' + serializeHost(url.host) + (port !== null ? ':' + port : '');\n};\n\nvar getProtocol = function () {\n return getInternalURLState(this).scheme + ':';\n};\n\nvar getUsername = function () {\n return getInternalURLState(this).username;\n};\n\nvar getPassword = function () {\n return getInternalURLState(this).password;\n};\n\nvar getHost = function () {\n var url = getInternalURLState(this);\n var host = url.host;\n var port = url.port;\n return host === null ? ''\n : port === null ? serializeHost(host)\n : serializeHost(host) + ':' + port;\n};\n\nvar getHostname = function () {\n var host = getInternalURLState(this).host;\n return host === null ? '' : serializeHost(host);\n};\n\nvar getPort = function () {\n var port = getInternalURLState(this).port;\n return port === null ? '' : String(port);\n};\n\nvar getPathname = function () {\n var url = getInternalURLState(this);\n var path = url.path;\n return url.cannotBeABaseURL ? path[0] : path.length ? '/' + path.join('/') : '';\n};\n\nvar getSearch = function () {\n var query = getInternalURLState(this).query;\n return query ? '?' + query : '';\n};\n\nvar getSearchParams = function () {\n return getInternalURLState(this).searchParams;\n};\n\nvar getHash = function () {\n var fragment = getInternalURLState(this).fragment;\n return fragment ? '#' + fragment : '';\n};\n\nvar accessorDescriptor = function (getter, setter) {\n return { get: getter, set: setter, configurable: true, enumerable: true };\n};\n\nif (DESCRIPTORS) {\n defineProperties(URLPrototype, {\n // `URL.prototype.href` accessors pair\n // https://url.spec.whatwg.org/#dom-url-href\n href: accessorDescriptor(serializeURL, function (href) {\n var url = getInternalURLState(this);\n var urlString = String(href);\n var failure = parseURL(url, urlString);\n if (failure) throw TypeError(failure);\n getInternalSearchParamsState(url.searchParams).updateSearchParams(url.query);\n }),\n // `URL.prototype.origin` getter\n // https://url.spec.whatwg.org/#dom-url-origin\n origin: accessorDescriptor(getOrigin),\n // `URL.prototype.protocol` accessors pair\n // https://url.spec.whatwg.org/#dom-url-protocol\n protocol: accessorDescriptor(getProtocol, function (protocol) {\n var url = getInternalURLState(this);\n parseURL(url, String(protocol) + ':', SCHEME_START);\n }),\n // `URL.prototype.username` accessors pair\n // https://url.spec.whatwg.org/#dom-url-username\n username: accessorDescriptor(getUsername, function (username) {\n var url = getInternalURLState(this);\n var codePoints = arrayFrom(String(username));\n if (cannotHaveUsernamePasswordPort(url)) return;\n url.username = '';\n for (var i = 0; i < codePoints.length; i++) {\n url.username += percentEncode(codePoints[i], userinfoPercentEncodeSet);\n }\n }),\n // `URL.prototype.password` accessors pair\n // https://url.spec.whatwg.org/#dom-url-password\n password: accessorDescriptor(getPassword, function (password) {\n var url = getInternalURLState(this);\n var codePoints = arrayFrom(String(password));\n if (cannotHaveUsernamePasswordPort(url)) return;\n url.password = '';\n for (var i = 0; i < codePoints.length; i++) {\n url.password += percentEncode(codePoints[i], userinfoPercentEncodeSet);\n }\n }),\n // `URL.prototype.host` accessors pair\n // https://url.spec.whatwg.org/#dom-url-host\n host: accessorDescriptor(getHost, function (host) {\n var url = getInternalURLState(this);\n if (url.cannotBeABaseURL) return;\n parseURL(url, String(host), HOST);\n }),\n // `URL.prototype.hostname` accessors pair\n // https://url.spec.whatwg.org/#dom-url-hostname\n hostname: accessorDescriptor(getHostname, function (hostname) {\n var url = getInternalURLState(this);\n if (url.cannotBeABaseURL) return;\n parseURL(url, String(hostname), HOSTNAME);\n }),\n // `URL.prototype.port` accessors pair\n // https://url.spec.whatwg.org/#dom-url-port\n port: accessorDescriptor(getPort, function (port) {\n var url = getInternalURLState(this);\n if (cannotHaveUsernamePasswordPort(url)) return;\n port = String(port);\n if (port == '') url.port = null;\n else parseURL(url, port, PORT);\n }),\n // `URL.prototype.pathname` accessors pair\n // https://url.spec.whatwg.org/#dom-url-pathname\n pathname: accessorDescriptor(getPathname, function (pathname) {\n var url = getInternalURLState(this);\n if (url.cannotBeABaseURL) return;\n url.path = [];\n parseURL(url, pathname + '', PATH_START);\n }),\n // `URL.prototype.search` accessors pair\n // https://url.spec.whatwg.org/#dom-url-search\n search: accessorDescriptor(getSearch, function (search) {\n var url = getInternalURLState(this);\n search = String(search);\n if (search == '') {\n url.query = null;\n } else {\n if ('?' == search.charAt(0)) search = search.slice(1);\n url.query = '';\n parseURL(url, search, QUERY);\n }\n getInternalSearchParamsState(url.searchParams).updateSearchParams(url.query);\n }),\n // `URL.prototype.searchParams` getter\n // https://url.spec.whatwg.org/#dom-url-searchparams\n searchParams: accessorDescriptor(getSearchParams),\n // `URL.prototype.hash` accessors pair\n // https://url.spec.whatwg.org/#dom-url-hash\n hash: accessorDescriptor(getHash, function (hash) {\n var url = getInternalURLState(this);\n hash = String(hash);\n if (hash == '') {\n url.fragment = null;\n return;\n }\n if ('#' == hash.charAt(0)) hash = hash.slice(1);\n url.fragment = '';\n parseURL(url, hash, FRAGMENT);\n })\n });\n}\n\n// `URL.prototype.toJSON` method\n// https://url.spec.whatwg.org/#dom-url-tojson\nredefine(URLPrototype, 'toJSON', function toJSON() {\n return serializeURL.call(this);\n}, { enumerable: true });\n\n// `URL.prototype.toString` method\n// https://url.spec.whatwg.org/#URL-stringification-behavior\nredefine(URLPrototype, 'toString', function toString() {\n return serializeURL.call(this);\n}, { enumerable: true });\n\nif (NativeURL) {\n var nativeCreateObjectURL = NativeURL.createObjectURL;\n var nativeRevokeObjectURL = NativeURL.revokeObjectURL;\n // `URL.createObjectURL` method\n // https://developer.mozilla.org/en-US/docs/Web/API/URL/createObjectURL\n // eslint-disable-next-line no-unused-vars -- required for `.length`\n if (nativeCreateObjectURL) redefine(URLConstructor, 'createObjectURL', function createObjectURL(blob) {\n return nativeCreateObjectURL.apply(NativeURL, arguments);\n });\n // `URL.revokeObjectURL` method\n // https://developer.mozilla.org/en-US/docs/Web/API/URL/revokeObjectURL\n // eslint-disable-next-line no-unused-vars -- required for `.length`\n if (nativeRevokeObjectURL) redefine(URLConstructor, 'revokeObjectURL', function revokeObjectURL(url) {\n return nativeRevokeObjectURL.apply(NativeURL, arguments);\n });\n}\n\nsetToStringTag(URLConstructor, 'URL');\n\n$({ global: true, forced: !USE_NATIVE_URL, sham: !DESCRIPTORS }, {\n URL: URLConstructor\n});\n","'use strict';\n// based on https://github.com/bestiejs/punycode.js/blob/master/punycode.js\nvar maxInt = 2147483647; // aka. 0x7FFFFFFF or 2^31-1\nvar base = 36;\nvar tMin = 1;\nvar tMax = 26;\nvar skew = 38;\nvar damp = 700;\nvar initialBias = 72;\nvar initialN = 128; // 0x80\nvar delimiter = '-'; // '\\x2D'\nvar regexNonASCII = /[^\\0-\\u007E]/; // non-ASCII chars\nvar regexSeparators = /[.\\u3002\\uFF0E\\uFF61]/g; // RFC 3490 separators\nvar OVERFLOW_ERROR = 'Overflow: input needs wider integers to process';\nvar baseMinusTMin = base - tMin;\nvar floor = Math.floor;\nvar stringFromCharCode = String.fromCharCode;\n\n/**\n * Creates an array containing the numeric code points of each Unicode\n * character in the string. While JavaScript uses UCS-2 internally,\n * this function will convert a pair of surrogate halves (each of which\n * UCS-2 exposes as separate characters) into a single code point,\n * matching UTF-16.\n */\nvar ucs2decode = function (string) {\n var output = [];\n var counter = 0;\n var length = string.length;\n while (counter < length) {\n var value = string.charCodeAt(counter++);\n if (value >= 0xD800 && value <= 0xDBFF && counter < length) {\n // It's a high surrogate, and there is a next character.\n var extra = string.charCodeAt(counter++);\n if ((extra & 0xFC00) == 0xDC00) { // Low surrogate.\n output.push(((value & 0x3FF) << 10) + (extra & 0x3FF) + 0x10000);\n } else {\n // It's an unmatched surrogate; only append this code unit, in case the\n // next code unit is the high surrogate of a surrogate pair.\n output.push(value);\n counter--;\n }\n } else {\n output.push(value);\n }\n }\n return output;\n};\n\n/**\n * Converts a digit/integer into a basic code point.\n */\nvar digitToBasic = function (digit) {\n // 0..25 map to ASCII a..z or A..Z\n // 26..35 map to ASCII 0..9\n return digit + 22 + 75 * (digit < 26);\n};\n\n/**\n * Bias adaptation function as per section 3.4 of RFC 3492.\n * https://tools.ietf.org/html/rfc3492#section-3.4\n */\nvar adapt = function (delta, numPoints, firstTime) {\n var k = 0;\n delta = firstTime ? floor(delta / damp) : delta >> 1;\n delta += floor(delta / numPoints);\n for (; delta > baseMinusTMin * tMax >> 1; k += base) {\n delta = floor(delta / baseMinusTMin);\n }\n return floor(k + (baseMinusTMin + 1) * delta / (delta + skew));\n};\n\n/**\n * Converts a string of Unicode symbols (e.g. a domain name label) to a\n * Punycode string of ASCII-only symbols.\n */\n// eslint-disable-next-line max-statements -- TODO\nvar encode = function (input) {\n var output = [];\n\n // Convert the input in UCS-2 to an array of Unicode code points.\n input = ucs2decode(input);\n\n // Cache the length.\n var inputLength = input.length;\n\n // Initialize the state.\n var n = initialN;\n var delta = 0;\n var bias = initialBias;\n var i, currentValue;\n\n // Handle the basic code points.\n for (i = 0; i < input.length; i++) {\n currentValue = input[i];\n if (currentValue < 0x80) {\n output.push(stringFromCharCode(currentValue));\n }\n }\n\n var basicLength = output.length; // number of basic code points.\n var handledCPCount = basicLength; // number of code points that have been handled;\n\n // Finish the basic string with a delimiter unless it's empty.\n if (basicLength) {\n output.push(delimiter);\n }\n\n // Main encoding loop:\n while (handledCPCount < inputLength) {\n // All non-basic code points < n have been handled already. Find the next larger one:\n var m = maxInt;\n for (i = 0; i < input.length; i++) {\n currentValue = input[i];\n if (currentValue >= n && currentValue < m) {\n m = currentValue;\n }\n }\n\n // Increase `delta` enough to advance the decoder's <n,i> state to <m,0>, but guard against overflow.\n var handledCPCountPlusOne = handledCPCount + 1;\n if (m - n > floor((maxInt - delta) / handledCPCountPlusOne)) {\n throw RangeError(OVERFLOW_ERROR);\n }\n\n delta += (m - n) * handledCPCountPlusOne;\n n = m;\n\n for (i = 0; i < input.length; i++) {\n currentValue = input[i];\n if (currentValue < n && ++delta > maxInt) {\n throw RangeError(OVERFLOW_ERROR);\n }\n if (currentValue == n) {\n // Represent delta as a generalized variable-length integer.\n var q = delta;\n for (var k = base; /* no condition */; k += base) {\n var t = k <= bias ? tMin : (k >= bias + tMax ? tMax : k - bias);\n if (q < t) break;\n var qMinusT = q - t;\n var baseMinusT = base - t;\n output.push(stringFromCharCode(digitToBasic(t + qMinusT % baseMinusT)));\n q = floor(qMinusT / baseMinusT);\n }\n\n output.push(stringFromCharCode(digitToBasic(q)));\n bias = adapt(delta, handledCPCountPlusOne, handledCPCount == basicLength);\n delta = 0;\n ++handledCPCount;\n }\n }\n\n ++delta;\n ++n;\n }\n return output.join('');\n};\n\nmodule.exports = function (input) {\n var encoded = [];\n var labels = input.toLowerCase().replace(regexSeparators, '\\u002E').split('.');\n var i, label;\n for (i = 0; i < labels.length; i++) {\n label = labels[i];\n encoded.push(regexNonASCII.test(label) ? 'xn--' + encode(label) : label);\n }\n return encoded.join('.');\n};\n","var anObject = require('../internals/an-object');\nvar getIteratorMethod = require('../internals/get-iterator-method');\n\nmodule.exports = function (it) {\n var iteratorMethod = getIteratorMethod(it);\n if (typeof iteratorMethod != 'function') {\n throw TypeError(String(it) + ' is not iterable');\n } return anObject(iteratorMethod.call(it));\n};\n","\"use strict\";\n\nrequire(\"core-js/modules/es.object.assign\");\n\nObject.defineProperty(exports, \"__esModule\", {\n value: true\n});\nexports.buildConsoleLogger = buildConsoleLogger;\nexports.ConsoleLogger = void 0;\n\nvar _contracts = require(\"./contracts\");\n\nfunction _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError(\"Cannot call a class as a function\"); } }\n\nfunction _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if (\"value\" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } }\n\nfunction _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); return Constructor; }\n\nvar ConsoleLogger = /*#__PURE__*/function () {\n function ConsoleLogger(context) {\n _classCallCheck(this, ConsoleLogger);\n\n this.context = context;\n }\n\n _createClass(ConsoleLogger, [{\n key: \"formatMessage\",\n value: function formatMessage(message, level, context) {\n var msg = '[' + level + ']';\n\n if (context && context.app) {\n msg += ' ' + context.app + ': ';\n }\n\n return msg + message;\n }\n }, {\n key: \"log\",\n value: function log(level, message, context) {\n switch (level) {\n case 0:\n console.debug(this.formatMessage(message, _contracts.LogLevel.Debug, context), context);\n break;\n\n case 1:\n console.info(this.formatMessage(message, _contracts.LogLevel.Info, context), context);\n break;\n\n case 2:\n console.warn(this.formatMessage(message, _contracts.LogLevel.Warn, context), context);\n break;\n\n case 3:\n console.error(this.formatMessage(message, _contracts.LogLevel.Error, context), context);\n break;\n\n default:\n console.error(this.formatMessage(message, _contracts.LogLevel.Fatal, context), context);\n break;\n }\n }\n }, {\n key: \"debug\",\n value: function debug(message, context) {\n this.log(0, message, Object.assign({}, this.context, context));\n }\n }, {\n key: \"info\",\n value: function info(message, context) {\n this.log(1, message, Object.assign({}, this.context, context));\n }\n }, {\n key: \"warn\",\n value: function warn(message, context) {\n this.log(2, message, Object.assign({}, this.context, context));\n }\n }, {\n key: \"error\",\n value: function error(message, context) {\n this.log(3, message, Object.assign({}, this.context, context));\n }\n }, {\n key: \"fatal\",\n value: function fatal(message, context) {\n this.log(4, message, Object.assign({}, this.context, context));\n }\n }]);\n\n return ConsoleLogger;\n}();\n\nexports.ConsoleLogger = ConsoleLogger;\n\nfunction buildConsoleLogger(context) {\n return new ConsoleLogger(context);\n}\n//# sourceMappingURL=ConsoleLogger.js.map","\"use strict\";\n\nObject.defineProperty(exports, \"__esModule\", {\n value: true\n});\nexports.LogLevel = void 0;\nvar LogLevel;\nexports.LogLevel = LogLevel;\n\n(function (LogLevel) {\n LogLevel[\"Debug\"] = \"DEBUG\";\n LogLevel[\"Info\"] = \"INFO\";\n LogLevel[\"Warn\"] = \"WARN\";\n LogLevel[\"Error\"] = \"ERROR\";\n LogLevel[\"Fatal\"] = \"FATAL\";\n})(LogLevel || (exports.LogLevel = LogLevel = {}));\n//# sourceMappingURL=contracts.js.map","\"use strict\";\n\nObject.defineProperty(exports, \"__esModule\", {\n value: true\n});\nexports.LoggerBuilder = void 0;\n\nvar _auth = require(\"@nextcloud/auth\");\n\nfunction _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError(\"Cannot call a class as a function\"); } }\n\nfunction _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if (\"value\" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } }\n\nfunction _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); return Constructor; }\n\nvar LoggerBuilder = /*#__PURE__*/function () {\n function LoggerBuilder(factory) {\n _classCallCheck(this, LoggerBuilder);\n\n this.context = {};\n this.factory = factory;\n }\n\n _createClass(LoggerBuilder, [{\n key: \"setApp\",\n value: function setApp(appId) {\n this.context.app = appId;\n return this;\n }\n }, {\n key: \"setUid\",\n value: function setUid(uid) {\n this.context.uid = uid;\n return this;\n }\n }, {\n key: \"detectUser\",\n value: function detectUser() {\n var user = (0, _auth.getCurrentUser)();\n\n if (user !== null) {\n this.context.uid = user.uid;\n }\n\n return this;\n }\n }, {\n key: \"build\",\n value: function build() {\n return this.factory(this.context);\n }\n }]);\n\n return LoggerBuilder;\n}();\n\nexports.LoggerBuilder = LoggerBuilder;\n//# sourceMappingURL=LoggerBuilder.js.map","// Imports\nimport ___CSS_LOADER_API_SOURCEMAP_IMPORT___ from \"../../../node_modules/css-loader/dist/runtime/cssWithMappingToString.js\";\nimport ___CSS_LOADER_API_IMPORT___ from \"../../../node_modules/css-loader/dist/runtime/api.js\";\nvar ___CSS_LOADER_EXPORT___ = ___CSS_LOADER_API_IMPORT___(___CSS_LOADER_API_SOURCEMAP_IMPORT___);\n// Module\n___CSS_LOADER_EXPORT___.push([module.id, \".header-menu__trigger[data-v-a58f012a]{display:flex;align-items:center;justify-content:center;width:50px;height:100%;margin:0;padding:0;cursor:pointer;opacity:.6}.header-menu--opened .header-menu__trigger[data-v-a58f012a],.header-menu__trigger[data-v-a58f012a]:hover,.header-menu__trigger[data-v-a58f012a]:focus,.header-menu__trigger[data-v-a58f012a]:active{opacity:1}.header-menu__wrapper[data-v-a58f012a]{position:absolute;z-index:2000;top:50px;right:5px;box-sizing:border-box;margin:0;border-radius:0 0 var(--border-radius) var(--border-radius);background-color:var(--color-main-background);filter:drop-shadow(0 1px 5px var(--color-box-shadow))}.header-menu__carret[data-v-a58f012a]{position:absolute;right:10px;bottom:100%;width:0;height:0;content:\\\" \\\";pointer-events:none;border:10px solid transparent;border-bottom-color:var(--color-main-background)}.header-menu__content[data-v-a58f012a]{overflow:auto;width:350px;max-width:350px;min-height:calc(44px * 1.5);max-height:calc(100vh - 50px * 2)}\", \"\",{\"version\":3,\"sources\":[\"webpack://./core/src/components/HeaderMenu.vue\"],\"names\":[],\"mappings\":\"AAiKC,uCACC,YAAA,CACA,kBAAA,CACA,sBAAA,CACA,UAAA,CACA,WAAA,CACA,QAAA,CACA,SAAA,CACA,cAAA,CACA,UAAA,CAGD,oMAIC,SAAA,CAGD,uCACC,iBAAA,CACA,YAAA,CACA,QAAA,CACA,SAAA,CACA,qBAAA,CACA,QAAA,CACA,2DAAA,CACA,6CAAA,CAEA,qDAAA,CAGD,sCACC,iBAAA,CACA,UAAA,CACA,WAAA,CACA,OAAA,CACA,QAAA,CACA,WAAA,CACA,mBAAA,CACA,6BAAA,CACA,gDAAA,CAGD,uCACC,aAAA,CACA,WAAA,CACA,eAAA,CACA,2BAAA,CACA,iCAAA\",\"sourcesContent\":[\"\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n.header-menu {\\n\\t&__trigger {\\n\\t\\tdisplay: flex;\\n\\t\\talign-items: center;\\n\\t\\tjustify-content: center;\\n\\t\\twidth: 50px;\\n\\t\\theight: 100%;\\n\\t\\tmargin: 0;\\n\\t\\tpadding: 0;\\n\\t\\tcursor: pointer;\\n\\t\\topacity: .6;\\n\\t}\\n\\n\\t&--opened &__trigger,\\n\\t&__trigger:hover,\\n\\t&__trigger:focus,\\n\\t&__trigger:active {\\n\\t\\topacity: 1;\\n\\t}\\n\\n\\t&__wrapper {\\n\\t\\tposition: absolute;\\n\\t\\tz-index: 2000;\\n\\t\\ttop: 50px;\\n\\t\\tright: 5px;\\n\\t\\tbox-sizing: border-box;\\n\\t\\tmargin: 0;\\n\\t\\tborder-radius: 0 0 var(--border-radius) var(--border-radius);\\n\\t\\tbackground-color: var(--color-main-background);\\n\\n\\t\\tfilter: drop-shadow(0 1px 5px var(--color-box-shadow));\\n\\t}\\n\\n\\t&__carret {\\n\\t\\tposition: absolute;\\n\\t\\tright: 10px;\\n\\t\\tbottom: 100%;\\n\\t\\twidth: 0;\\n\\t\\theight: 0;\\n\\t\\tcontent: ' ';\\n\\t\\tpointer-events: none;\\n\\t\\tborder: 10px solid transparent;\\n\\t\\tborder-bottom-color: var(--color-main-background);\\n\\t}\\n\\n\\t&__content {\\n\\t\\toverflow: auto;\\n\\t\\twidth: 350px;\\n\\t\\tmax-width: 350px;\\n\\t\\tmin-height: calc(44px * 1.5);\\n\\t\\tmax-height: calc(100vh - 50px * 2);\\n\\t}\\n}\\n\\n\"],\"sourceRoot\":\"\"}]);\n// Exports\nexport default ___CSS_LOADER_EXPORT___;\n","// Imports\nimport ___CSS_LOADER_API_SOURCEMAP_IMPORT___ from \"../../../../node_modules/css-loader/dist/runtime/cssWithMappingToString.js\";\nimport ___CSS_LOADER_API_IMPORT___ from \"../../../../node_modules/css-loader/dist/runtime/api.js\";\nvar ___CSS_LOADER_EXPORT___ = ___CSS_LOADER_API_IMPORT___(___CSS_LOADER_API_SOURCEMAP_IMPORT___);\n// Module\n___CSS_LOADER_EXPORT___.push([module.id, \".unified-search__result[data-v-6a44d327]{display:flex;height:44px;padding:10px;border-bottom:1px solid var(--color-border)}.unified-search__result[data-v-6a44d327]:last-child{border-bottom:none}.unified-search__result--focused[data-v-6a44d327],.unified-search__result[data-v-6a44d327]:active,.unified-search__result[data-v-6a44d327]:hover,.unified-search__result[data-v-6a44d327]:focus{background-color:var(--color-background-hover)}.unified-search__result *[data-v-6a44d327]{cursor:pointer}.unified-search__result-icon[data-v-6a44d327]{overflow:hidden;width:44px;height:44px;border-radius:var(--border-radius);background-repeat:no-repeat;background-position:center center;background-size:32px}.unified-search__result-icon--rounded[data-v-6a44d327]{border-radius:22px}.unified-search__result-icon--no-preview[data-v-6a44d327]{background-size:32px}.unified-search__result-icon--with-thumbnail[data-v-6a44d327]{background-size:cover}.unified-search__result-icon--with-thumbnail[data-v-6a44d327]:not(.unified-search__result-icon--rounded){max-width:42px;max-height:42px;border:1px solid var(--color-border)}.unified-search__result-icon img[data-v-6a44d327]{width:100%;height:100%;object-fit:cover;object-position:center}.unified-search__result-icon[data-v-6a44d327],.unified-search__result-actions[data-v-6a44d327]{flex:0 0 44px}.unified-search__result-content[data-v-6a44d327]{display:flex;align-items:center;flex:1 1 100%;flex-wrap:wrap;min-width:0;padding-left:10px}.unified-search__result-line-one[data-v-6a44d327],.unified-search__result-line-two[data-v-6a44d327]{overflow:hidden;flex:1 1 100%;margin:1px 0;white-space:nowrap;text-overflow:ellipsis;color:inherit;font-size:inherit}.unified-search__result-line-two[data-v-6a44d327]{opacity:.7;font-size:var(--default-font-size)}\", \"\",{\"version\":3,\"sources\":[\"webpack://./core/src/components/UnifiedSearch/SearchResult.vue\"],\"names\":[],\"mappings\":\"AAwKA,yCACC,YAAA,CACA,WALgB,CAMhB,YALQ,CAMR,2CAAA,CAGA,oDACC,kBAAA,CAGD,gMAIC,8CAAA,CAGD,2CACC,cAAA,CAGD,8CACC,eAAA,CACA,UA3Be,CA4Bf,WA5Be,CA6Bf,kCAAA,CACA,2BAAA,CACA,iCAAA,CACA,oBAAA,CACA,uDACC,kBAAA,CAED,0DACC,oBAAA,CAED,8DACC,qBAAA,CAED,yGAEC,cAAA,CACA,eAAA,CACA,oCAAA,CAGD,kDAEC,UAAA,CACA,WAAA,CAEA,gBAAA,CACA,sBAAA,CAIF,+FAEC,aAAA,CAGD,iDACC,YAAA,CACA,kBAAA,CACA,aAAA,CACA,cAAA,CAEA,WAAA,CACA,iBAtEO,CAyER,oGAEC,eAAA,CACA,aAAA,CACA,YAAA,CACA,kBAAA,CACA,sBAAA,CAEA,aAAA,CACA,iBAAA,CAED,kDACC,UAAA,CACA,kCAAA\",\"sourcesContent\":[\"\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n$clickable-area: 44px;\\n$margin: 10px;\\n\\n.unified-search__result {\\n\\tdisplay: flex;\\n\\theight: $clickable-area;\\n\\tpadding: $margin;\\n\\tborder-bottom: 1px solid var(--color-border);\\n\\n\\t// Load more entry,\\n\\t&:last-child {\\n\\t\\tborder-bottom: none;\\n\\t}\\n\\n\\t&--focused,\\n\\t&:active,\\n\\t&:hover,\\n\\t&:focus {\\n\\t\\tbackground-color: var(--color-background-hover);\\n\\t}\\n\\n\\t* {\\n\\t\\tcursor: pointer;\\n\\t}\\n\\n\\t&-icon {\\n\\t\\toverflow: hidden;\\n\\t\\twidth: $clickable-area;\\n\\t\\theight: $clickable-area;\\n\\t\\tborder-radius: var(--border-radius);\\n\\t\\tbackground-repeat: no-repeat;\\n\\t\\tbackground-position: center center;\\n\\t\\tbackground-size: 32px;\\n\\t\\t&--rounded {\\n\\t\\t\\tborder-radius: $clickable-area / 2;\\n\\t\\t}\\n\\t\\t&--no-preview {\\n\\t\\t\\tbackground-size: 32px;\\n\\t\\t}\\n\\t\\t&--with-thumbnail {\\n\\t\\t\\tbackground-size: cover;\\n\\t\\t}\\n\\t\\t&--with-thumbnail:not(&--rounded) {\\n\\t\\t\\t// compensate for border\\n\\t\\t\\tmax-width: $clickable-area - 2px;\\n\\t\\t\\tmax-height: $clickable-area - 2px;\\n\\t\\t\\tborder: 1px solid var(--color-border);\\n\\t\\t}\\n\\n\\t\\timg {\\n\\t\\t\\t// Make sure to keep ratio\\n\\t\\t\\twidth: 100%;\\n\\t\\t\\theight: 100%;\\n\\n\\t\\t\\tobject-fit: cover;\\n\\t\\t\\tobject-position: center;\\n\\t\\t}\\n\\t}\\n\\n\\t&-icon,\\n\\t&-actions {\\n\\t\\tflex: 0 0 $clickable-area;\\n\\t}\\n\\n\\t&-content {\\n\\t\\tdisplay: flex;\\n\\t\\talign-items: center;\\n\\t\\tflex: 1 1 100%;\\n\\t\\tflex-wrap: wrap;\\n\\t\\t// Set to minimum and gro from it\\n\\t\\tmin-width: 0;\\n\\t\\tpadding-left: $margin;\\n\\t}\\n\\n\\t&-line-one,\\n\\t&-line-two {\\n\\t\\toverflow: hidden;\\n\\t\\tflex: 1 1 100%;\\n\\t\\tmargin: 1px 0;\\n\\t\\twhite-space: nowrap;\\n\\t\\ttext-overflow: ellipsis;\\n\\t\\t// Use the same color as the `a`\\n\\t\\tcolor: inherit;\\n\\t\\tfont-size: inherit;\\n\\t}\\n\\t&-line-two {\\n\\t\\topacity: .7;\\n\\t\\tfont-size: var(--default-font-size);\\n\\t}\\n}\\n\\n\"],\"sourceRoot\":\"\"}]);\n// Exports\nexport default ___CSS_LOADER_EXPORT___;\n","// Imports\nimport ___CSS_LOADER_API_SOURCEMAP_IMPORT___ from \"../../../../node_modules/css-loader/dist/runtime/cssWithMappingToString.js\";\nimport ___CSS_LOADER_API_IMPORT___ from \"../../../../node_modules/css-loader/dist/runtime/api.js\";\nvar ___CSS_LOADER_EXPORT___ = ___CSS_LOADER_API_IMPORT___(___CSS_LOADER_API_SOURCEMAP_IMPORT___);\n// Module\n___CSS_LOADER_EXPORT___.push([module.id, \".unified-search__result-placeholder-gradient[data-v-7a4ff614]{position:fixed;height:0;width:0;z-index:-1}.unified-search__result-placeholder[data-v-7a4ff614]{width:calc(100% - 2 * 10px);height:44px;margin:10px}.unified-search__result-placeholder-icon[data-v-7a4ff614]{width:44px;height:44px;rx:var(--border-radius);ry:var(--border-radius)}.unified-search__result-placeholder-line-one[data-v-7a4ff614],.unified-search__result-placeholder-line-two[data-v-7a4ff614]{width:calc(100% - 54px);height:1em;x:54px}.unified-search__result-placeholder-line-one[data-v-7a4ff614]{y:5px}.unified-search__result-placeholder-line-two[data-v-7a4ff614]{y:25px}\", \"\",{\"version\":3,\"sources\":[\"webpack://./core/src/components/UnifiedSearch/SearchResultPlaceholders.vue\"],\"names\":[],\"mappings\":\"AAgEA,8DACC,cAAA,CACA,QAAA,CACA,OAAA,CACA,UAAA,CAGD,qDACC,2BAAA,CACA,WAZgB,CAahB,WAZQ,CAcR,0DACC,UAhBe,CAiBf,WAjBe,CAkBf,uBAAA,CACA,uBAAA,CAGD,4HAEC,uBAAA,CACA,UAAA,CACA,MAAA,CAGD,8DACC,KAAA,CAGD,8DACC,MAAA\",\"sourcesContent\":[\"\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n$clickable-area: 44px;\\n$margin: 10px;\\n\\n.unified-search__result-placeholder-gradient {\\n\\tposition: fixed;\\n\\theight: 0;\\n\\twidth: 0;\\n\\tz-index: -1;\\n}\\n\\n.unified-search__result-placeholder {\\n\\twidth: calc(100% - 2 * #{$margin});\\n\\theight: $clickable-area;\\n\\tmargin: $margin;\\n\\n\\t&-icon {\\n\\t\\twidth: $clickable-area;\\n\\t\\theight: $clickable-area;\\n\\t\\trx: var(--border-radius);\\n\\t\\try: var(--border-radius);\\n\\t}\\n\\n\\t&-line-one,\\n\\t&-line-two {\\n\\t\\twidth: calc(100% - #{$margin + $clickable-area});\\n\\t\\theight: 1em;\\n\\t\\tx: $margin + $clickable-area;\\n\\t}\\n\\n\\t&-line-one {\\n\\t\\ty: 5px;\\n\\t}\\n\\n\\t&-line-two {\\n\\t\\ty: 25px;\\n\\t}\\n}\\n\\n\"],\"sourceRoot\":\"\"}]);\n// Exports\nexport default ___CSS_LOADER_EXPORT___;\n","// Imports\nimport ___CSS_LOADER_API_SOURCEMAP_IMPORT___ from \"../../../node_modules/css-loader/dist/runtime/cssWithMappingToString.js\";\nimport ___CSS_LOADER_API_IMPORT___ from \"../../../node_modules/css-loader/dist/runtime/api.js\";\nvar ___CSS_LOADER_EXPORT___ = ___CSS_LOADER_API_IMPORT___(___CSS_LOADER_API_SOURCEMAP_IMPORT___);\n// Module\n___CSS_LOADER_EXPORT___.push([module.id, \".unified-search__trigger[data-v-86cb0f50]{width:20px;height:20px}.unified-search__input-wrapper[data-v-86cb0f50]{position:sticky;z-index:2;top:0;display:inline-flex;align-items:center;width:100%;background-color:var(--color-main-background)}.unified-search__filters[data-v-86cb0f50]{margin:5px 10px}.unified-search__filters ul[data-v-86cb0f50]{display:inline-flex;justify-content:space-between}.unified-search__form[data-v-86cb0f50]{position:relative;width:100%;margin:10px}.unified-search__form[data-v-86cb0f50]::after{right:6px;left:auto}.unified-search__form-input[data-v-86cb0f50],.unified-search__form-reset[data-v-86cb0f50]{margin:3px}.unified-search__form-input[data-v-86cb0f50]{width:100%;height:34px;padding:6px}.unified-search__form-input[data-v-86cb0f50],.unified-search__form-input[placeholder][data-v-86cb0f50],.unified-search__form-input[data-v-86cb0f50]::placeholder{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.unified-search__form-input[data-v-86cb0f50]::-webkit-search-decoration,.unified-search__form-input[data-v-86cb0f50]::-webkit-search-cancel-button,.unified-search__form-input[data-v-86cb0f50]::-webkit-search-results-button,.unified-search__form-input[data-v-86cb0f50]::-webkit-search-results-decoration{-webkit-appearance:none}.icon-loading-small .unified-search__form-input[data-v-86cb0f50],.unified-search__form-input--with-reset[data-v-86cb0f50]{padding-right:34px}.unified-search__form-reset[data-v-86cb0f50]{position:absolute;top:0;right:0;width:28px;height:28px;padding:0;opacity:.5;border:none;background-color:transparent;margin-right:0}.unified-search__form-reset[data-v-86cb0f50]:hover,.unified-search__form-reset[data-v-86cb0f50]:focus,.unified-search__form-reset[data-v-86cb0f50]:active{opacity:1}.unified-search__filters[data-v-86cb0f50]{margin-right:5px}.unified-search__results[data-v-86cb0f50]::before{display:block;margin:10px;margin-left:16px;content:attr(aria-label);color:var(--color-primary-element)}.unified-search .unified-search__result-more[data-v-86cb0f50]{color:var(--color-text-maxcontrast)}.unified-search .empty-content[data-v-86cb0f50]{margin:10vh 0}.unified-search .empty-content[data-v-86cb0f50] .empty-content__title{font-weight:normal;font-size:var(--default-font-size);padding:0 15px;text-align:center}\", \"\",{\"version\":3,\"sources\":[\"webpack://./core/src/views/UnifiedSearch.vue\"],\"names\":[],\"mappings\":\"AAkoBC,0CACC,UAAA,CACA,WAAA,CAGD,gDACC,eAAA,CAEA,SAAA,CACA,KAAA,CACA,mBAAA,CACA,kBAAA,CACA,UAAA,CACA,6CAAA,CAGD,0CACC,eAAA,CACA,6CACC,mBAAA,CACA,6BAAA,CAIF,uCACC,iBAAA,CACA,UAAA,CACA,WAhCO,CAmCP,8CACC,SAlCa,CAmCb,SAAA,CAGD,0FAEC,UAAA,CAGD,6CACC,UAAA,CACA,WA9CY,CA+CZ,WA9Ca,CAgDb,iKAGC,eAAA,CACA,kBAAA,CACA,sBAAA,CAID,+SAIC,uBAAA,CAID,0HAEC,kBApEW,CAwEb,6CACC,iBAAA,CACA,KAAA,CACA,OAAA,CACA,UAAA,CACA,WAAA,CACA,SAAA,CACA,UAAA,CACA,WAAA,CACA,4BAAA,CACA,cAAA,CAEA,0JAGC,SAAA,CAKH,0CACC,gBAAA,CAIA,kDACC,aAAA,CACA,WApGM,CAqGN,gBAAA,CACA,wBAAA,CACA,kCAAA,CAIF,8DACC,mCAAA,CAGD,gDACC,aAAA,CAEA,uEACC,kBAAA,CACS,kCAAA,CACT,cAAA,CACA,iBAAA\",\"sourcesContent\":[\"\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n$margin: 10px;\\n$input-height: 34px;\\n$input-padding: 6px;\\n\\n.unified-search {\\n\\t&__trigger {\\n\\t\\twidth: 20px;\\n\\t\\theight: 20px;\\n\\t}\\n\\n\\t&__input-wrapper {\\n\\t\\tposition: sticky;\\n\\t\\t// above search results\\n\\t\\tz-index: 2;\\n\\t\\ttop: 0;\\n\\t\\tdisplay: inline-flex;\\n\\t\\talign-items: center;\\n\\t\\twidth: 100%;\\n\\t\\tbackground-color: var(--color-main-background);\\n\\t}\\n\\n\\t&__filters {\\n\\t\\tmargin: $margin / 2 $margin;\\n\\t\\tul {\\n\\t\\t\\tdisplay: inline-flex;\\n\\t\\t\\tjustify-content: space-between;\\n\\t\\t}\\n\\t}\\n\\n\\t&__form {\\n\\t\\tposition: relative;\\n\\t\\twidth: 100%;\\n\\t\\tmargin: $margin;\\n\\n\\t\\t// Loading spinner\\n\\t\\t&::after {\\n\\t\\t\\tright: $input-padding;\\n\\t\\t\\tleft: auto;\\n\\t\\t}\\n\\n\\t\\t&-input,\\n\\t\\t&-reset {\\n\\t\\t\\tmargin: $input-padding / 2;\\n\\t\\t}\\n\\n\\t\\t&-input {\\n\\t\\t\\twidth: 100%;\\n\\t\\t\\theight: $input-height;\\n\\t\\t\\tpadding: $input-padding;\\n\\n\\t\\t\\t&,\\n\\t\\t\\t&[placeholder],\\n\\t\\t\\t&::placeholder {\\n\\t\\t\\t\\toverflow: hidden;\\n\\t\\t\\t\\twhite-space: nowrap;\\n\\t\\t\\t\\ttext-overflow: ellipsis;\\n\\t\\t\\t}\\n\\n\\t\\t\\t// Hide webkit clear search\\n\\t\\t\\t&::-webkit-search-decoration,\\n\\t\\t\\t&::-webkit-search-cancel-button,\\n\\t\\t\\t&::-webkit-search-results-button,\\n\\t\\t\\t&::-webkit-search-results-decoration {\\n\\t\\t\\t\\t-webkit-appearance: none;\\n\\t\\t\\t}\\n\\n\\t\\t\\t// Ellipsis earlier if reset button is here\\n\\t\\t\\t.icon-loading-small &,\\n\\t\\t\\t&--with-reset {\\n\\t\\t\\t\\tpadding-right: $input-height;\\n\\t\\t\\t}\\n\\t\\t}\\n\\n\\t\\t&-reset {\\n\\t\\t\\tposition: absolute;\\n\\t\\t\\ttop: 0;\\n\\t\\t\\tright: 0;\\n\\t\\t\\twidth: $input-height - $input-padding;\\n\\t\\t\\theight: $input-height - $input-padding;\\n\\t\\t\\tpadding: 0;\\n\\t\\t\\topacity: .5;\\n\\t\\t\\tborder: none;\\n\\t\\t\\tbackground-color: transparent;\\n\\t\\t\\tmargin-right: 0;\\n\\n\\t\\t\\t&:hover,\\n\\t\\t\\t&:focus,\\n\\t\\t\\t&:active {\\n\\t\\t\\t\\topacity: 1;\\n\\t\\t\\t}\\n\\t\\t}\\n\\t}\\n\\n\\t&__filters {\\n\\t\\tmargin-right: $margin / 2;\\n\\t}\\n\\n\\t&__results {\\n\\t\\t&::before {\\n\\t\\t\\tdisplay: block;\\n\\t\\t\\tmargin: $margin;\\n\\t\\t\\tmargin-left: $margin + $input-padding;\\n\\t\\t\\tcontent: attr(aria-label);\\n\\t\\t\\tcolor: var(--color-primary-element);\\n\\t\\t}\\n\\t}\\n\\n\\t.unified-search__result-more::v-deep {\\n\\t\\tcolor: var(--color-text-maxcontrast);\\n\\t}\\n\\n\\t.empty-content {\\n\\t\\tmargin: 10vh 0;\\n\\n\\t\\t::v-deep .empty-content__title {\\n\\t\\t\\tfont-weight: normal;\\n font-size: var(--default-font-size);\\n\\t\\t\\tpadding: 0 15px;\\n\\t\\t\\ttext-align: center;\\n\\t\\t}\\n\\t}\\n}\\n\\n\"],\"sourceRoot\":\"\"}]);\n// Exports\nexport default ___CSS_LOADER_EXPORT___;\n","var baseAssignValue = require('./_baseAssignValue'),\n eq = require('./eq');\n\n/**\n * This function is like `assignValue` except that it doesn't assign\n * `undefined` values.\n *\n * @private\n * @param {Object} object The object to modify.\n * @param {string} key The key of the property to assign.\n * @param {*} value The value to assign.\n */\nfunction assignMergeValue(object, key, value) {\n if ((value !== undefined && !eq(object[key], value)) ||\n (value === undefined && !(key in object))) {\n baseAssignValue(object, key, value);\n }\n}\n\nmodule.exports = assignMergeValue;\n","/**\n * Gets the value at `key`, unless `key` is \"__proto__\" or \"constructor\".\n *\n * @private\n * @param {Object} object The object to query.\n * @param {string} key The key of the property to get.\n * @returns {*} Returns the property value.\n */\nfunction safeGet(object, key) {\n if (key === 'constructor' && typeof object[key] === 'function') {\n return;\n }\n\n if (key == '__proto__') {\n return;\n }\n\n return object[key];\n}\n\nmodule.exports = safeGet;\n","!function(t,n){\"object\"==typeof exports&&\"object\"==typeof module?module.exports=n():\"function\"==typeof define&&define.amd?define(\"Components/ActionButton\",[],n):\"object\"==typeof exports?exports[\"Components/ActionButton\"]=n():(t.NextcloudVue=t.NextcloudVue||{},t.NextcloudVue[\"Components/ActionButton\"]=n())}(window,(function(){return function(t){var n={};function e(o){if(n[o])return n[o].exports;var i=n[o]={i:o,l:!1,exports:{}};return t[o].call(i.exports,i,i.exports,e),i.l=!0,i.exports}return e.m=t,e.c=n,e.d=function(t,n,o){e.o(t,n)||Object.defineProperty(t,n,{enumerable:!0,get:o})},e.r=function(t){\"undefined\"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:\"Module\"}),Object.defineProperty(t,\"__esModule\",{value:!0})},e.t=function(t,n){if(1&n&&(t=e(t)),8&n)return t;if(4&n&&\"object\"==typeof t&&t&&t.__esModule)return t;var o=Object.create(null);if(e.r(o),Object.defineProperty(o,\"default\",{enumerable:!0,value:t}),2&n&&\"string\"!=typeof t)for(var i in t)e.d(o,i,function(n){return t[n]}.bind(null,i));return o},e.n=function(t){var n=t&&t.__esModule?function(){return t.default}:function(){return t};return e.d(n,\"a\",n),n},e.o=function(t,n){return Object.prototype.hasOwnProperty.call(t,n)},e.p=\"/dist/\",e(e.s=110)}({0:function(t,n,e){\"use strict\";function o(t,n){return function(t){if(Array.isArray(t))return t}(t)||function(t,n){if(\"undefined\"==typeof Symbol||!(Symbol.iterator in Object(t)))return;var e=[],o=!0,i=!1,r=void 0;try{for(var a,s=t[Symbol.iterator]();!(o=(a=s.next()).done)&&(e.push(a.value),!n||e.length!==n);o=!0);}catch(t){i=!0,r=t}finally{try{o||null==s.return||s.return()}finally{if(i)throw r}}return e}(t,n)||function(t,n){if(!t)return;if(\"string\"==typeof t)return i(t,n);var e=Object.prototype.toString.call(t).slice(8,-1);\"Object\"===e&&t.constructor&&(e=t.constructor.name);if(\"Map\"===e||\"Set\"===e)return Array.from(t);if(\"Arguments\"===e||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(e))return i(t,n)}(t,n)||function(){throw new TypeError(\"Invalid attempt to destructure non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.\")}()}function i(t,n){(null==n||n>t.length)&&(n=t.length);for(var e=0,o=new Array(n);e<n;e++)o[e]=t[e];return o}t.exports=function(t){var n=o(t,4),e=n[1],i=n[3];if(\"function\"==typeof btoa){var r=btoa(unescape(encodeURIComponent(JSON.stringify(i)))),a=\"sourceMappingURL=data:application/json;charset=utf-8;base64,\".concat(r),s=\"/*# \".concat(a,\" */\"),c=i.sources.map((function(t){return\"/*# sourceURL=\".concat(i.sourceRoot||\"\").concat(t,\" */\")}));return[e].concat(c).concat([s]).join(\"\\n\")}return[e].join(\"\\n\")}},1:function(t,n,e){\"use strict\";t.exports=function(t){var n=[];return n.toString=function(){return this.map((function(n){var e=t(n);return n[2]?\"@media \".concat(n[2],\" {\").concat(e,\"}\"):e})).join(\"\")},n.i=function(t,e,o){\"string\"==typeof t&&(t=[[null,t,\"\"]]);var i={};if(o)for(var r=0;r<this.length;r++){var a=this[r][0];null!=a&&(i[a]=!0)}for(var s=0;s<t.length;s++){var c=[].concat(t[s]);o&&i[c[0]]||(e&&(c[2]?c[2]=\"\".concat(e,\" and \").concat(c[2]):c[2]=e),n.push(c))}},n}},102:function(t,n,e){\"use strict\";var o={name:\"ActionButton\",mixins:[e(49).a],props:{disabled:{type:Boolean,default:!1}},computed:{isFocusable:function(){return!this.disabled}}},i=e(2),r=e.n(i),a=e(94),s={insert:\"head\",singleton:!1},c=(r()(a.a,s),a.a.locals,e(3)),l=e(95),u=e.n(l),d=Object(c.a)(o,(function(){var t=this,n=t.$createElement,e=t._self._c||n;return e(\"li\",{staticClass:\"action\",class:{\"action--disabled\":t.disabled}},[e(\"button\",{staticClass:\"action-button\",class:{focusable:t.isFocusable},attrs:{\"aria-label\":t.ariaLabel},on:{click:t.onClick}},[e(\"span\",{staticClass:\"action-button__icon\",class:[t.isIconUrl?\"action-button__icon--url\":t.icon],style:{backgroundImage:t.isIconUrl?\"url(\"+t.icon+\")\":null}},[t._t(\"icon\")],2),t._v(\" \"),t.title?e(\"p\",[e(\"strong\",{staticClass:\"action-button__title\"},[t._v(\"\\n\\t\\t\\t\\t\"+t._s(t.title)+\"\\n\\t\\t\\t\")]),t._v(\" \"),e(\"br\"),t._v(\" \"),e(\"span\",{staticClass:\"action-button__longtext\",domProps:{textContent:t._s(t.text)}})]):t.isLongText?e(\"p\",{staticClass:\"action-button__longtext\",domProps:{textContent:t._s(t.text)}}):e(\"span\",{staticClass:\"action-button__text\"},[t._v(t._s(t.text))]),t._v(\" \"),t._e()],2)])}),[],!1,null,\"42b28436\",null);\"function\"==typeof u.a&&u()(d);n.a=d.exports},110:function(t,n,e){\"use strict\";e.r(n);var o=e(102);\n/**\n * @copyright Copyright (c) 2019 John Molakvoæ <skjnldsv@protonmail.com>\n *\n * @author John Molakvoæ <skjnldsv@protonmail.com>\n *\n * @license GNU AGPL version 3 or any later version\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see <http://www.gnu.org/licenses/>.\n *\n */n.default=o.a},14:function(t,n){t.exports=require(\"core-js/modules/es.function.name.js\")},16:function(t,n){t.exports=require(\"core-js/modules/es.array.iterator.js\")},17:function(t,n){t.exports=require(\"core-js/modules/es.string.iterator.js\")},18:function(t,n){t.exports=require(\"core-js/modules/web.dom-collections.iterator.js\")},2:function(t,n,e){\"use strict\";var o,i=function(){return void 0===o&&(o=Boolean(window&&document&&document.all&&!window.atob)),o},r=function(){var t={};return function(n){if(void 0===t[n]){var e=document.querySelector(n);if(window.HTMLIFrameElement&&e instanceof window.HTMLIFrameElement)try{e=e.contentDocument.head}catch(t){e=null}t[n]=e}return t[n]}}(),a=[];function s(t){for(var n=-1,e=0;e<a.length;e++)if(a[e].identifier===t){n=e;break}return n}function c(t,n){for(var e={},o=[],i=0;i<t.length;i++){var r=t[i],c=n.base?r[0]+n.base:r[0],l=e[c]||0,u=\"\".concat(c,\" \").concat(l);e[c]=l+1;var d=s(u),p={css:r[1],media:r[2],sourceMap:r[3]};-1!==d?(a[d].references++,a[d].updater(p)):a.push({identifier:u,updater:A(p,n),references:1}),o.push(u)}return o}function l(t){var n=document.createElement(\"style\"),o=t.attributes||{};if(void 0===o.nonce){var i=e.nc;i&&(o.nonce=i)}if(Object.keys(o).forEach((function(t){n.setAttribute(t,o[t])})),\"function\"==typeof t.insert)t.insert(n);else{var a=r(t.insert||\"head\");if(!a)throw new Error(\"Couldn't find a style target. This probably means that the value for the 'insert' parameter is invalid.\");a.appendChild(n)}return n}var u,d=(u=[],function(t,n){return u[t]=n,u.filter(Boolean).join(\"\\n\")});function p(t,n,e,o){var i=e?\"\":o.media?\"@media \".concat(o.media,\" {\").concat(o.css,\"}\"):o.css;if(t.styleSheet)t.styleSheet.cssText=d(n,i);else{var r=document.createTextNode(i),a=t.childNodes;a[n]&&t.removeChild(a[n]),a.length?t.insertBefore(r,a[n]):t.appendChild(r)}}function f(t,n,e){var o=e.css,i=e.media,r=e.sourceMap;if(i?t.setAttribute(\"media\",i):t.removeAttribute(\"media\"),r&&\"undefined\"!=typeof btoa&&(o+=\"\\n/*# sourceMappingURL=data:application/json;base64,\".concat(btoa(unescape(encodeURIComponent(JSON.stringify(r)))),\" */\")),t.styleSheet)t.styleSheet.cssText=o;else{for(;t.firstChild;)t.removeChild(t.firstChild);t.appendChild(document.createTextNode(o))}}var h=null,b=0;function A(t,n){var e,o,i;if(n.singleton){var r=b++;e=h||(h=l(n)),o=p.bind(null,e,r,!1),i=p.bind(null,e,r,!0)}else e=l(n),o=f.bind(null,e,n),i=function(){!function(t){if(null===t.parentNode)return!1;t.parentNode.removeChild(t)}(e)};return o(t),function(n){if(n){if(n.css===t.css&&n.media===t.media&&n.sourceMap===t.sourceMap)return;o(t=n)}else i()}}t.exports=function(t,n){(n=n||{}).singleton||\"boolean\"==typeof n.singleton||(n.singleton=i());var e=c(t=t||[],n);return function(t){if(t=t||[],\"[object Array]\"===Object.prototype.toString.call(t)){for(var o=0;o<e.length;o++){var i=s(e[o]);a[i].references--}for(var r=c(t,n),l=0;l<e.length;l++){var u=s(e[l]);0===a[u].references&&(a[u].updater(),a.splice(u,1))}e=r}}}},22:function(t,n){t.exports=require(\"core-js/modules/es.string.trim.js\")},3:function(t,n,e){\"use strict\";function o(t,n,e,o,i,r,a,s){var c,l=\"function\"==typeof t?t.options:t;if(n&&(l.render=n,l.staticRenderFns=e,l._compiled=!0),o&&(l.functional=!0),r&&(l._scopeId=\"data-v-\"+r),a?(c=function(t){(t=t||this.$vnode&&this.$vnode.ssrContext||this.parent&&this.parent.$vnode&&this.parent.$vnode.ssrContext)||\"undefined\"==typeof __VUE_SSR_CONTEXT__||(t=__VUE_SSR_CONTEXT__),i&&i.call(this,t),t&&t._registeredComponents&&t._registeredComponents.add(a)},l._ssrRegister=c):i&&(c=s?function(){i.call(this,(l.functional?this.parent:this).$root.$options.shadowRoot)}:i),c)if(l.functional){l._injectStyles=c;var u=l.render;l.render=function(t,n){return c.call(n),u(t,n)}}else{var d=l.beforeCreate;l.beforeCreate=d?[].concat(d,c):[c]}return{exports:t,options:l}}e.d(n,\"a\",(function(){return o}))},39:function(t,n,e){\"use strict\";e(22),e(14);var o=e(5),i=e.n(o);\n/**\n * @copyright Copyright (c) 2019 John Molakvoæ <skjnldsv@protonmail.com>\n *\n * @author John Molakvoæ <skjnldsv@protonmail.com>\n *\n * @license GNU AGPL version 3 or any later version\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see <http://www.gnu.org/licenses/>.\n *\n */n.a={before:function(){this.$slots.default&&\"\"!==this.text.trim()||(i.a.util.warn(\"\".concat(this.$options.name,\" cannot be empty and requires a meaningful text content\"),this),this.$destroy(),this.$el.remove())},beforeUpdate:function(){this.text=this.getText()},data:function(){return{text:this.getText()}},computed:{isLongText:function(){return this.text&&this.text.trim().length>20}},methods:{getText:function(){return this.$slots.default?this.$slots.default[0].text.trim():\"\"}}}},40:function(t,n){t.exports=require(\"core-js/modules/web.url.js\")},49:function(t,n,e){\"use strict\";e(16),e(6),e(17),e(18),e(40);var o=e(39),i=(e(14),function(t,n){for(var e=t.$parent;e;){if(e.$options.name===n)return e;e=e.$parent}});n.a={mixins:[o.a],props:{icon:{type:String,default:\"\"},title:{type:String,default:\"\"},closeAfterClick:{type:Boolean,default:!1},ariaLabel:{type:String,default:\"\"}},computed:{isIconUrl:function(){try{return new URL(this.icon)}catch(t){return!1}}},methods:{onClick:function(t){if(this.$emit(\"click\",t),this.closeAfterClick){var n=i(this,\"Actions\");n&&n.closeMenu&&n.closeMenu()}}}}},5:function(t,n){t.exports=require(\"vue\")},6:function(t,n){t.exports=require(\"core-js/modules/es.object.to-string.js\")},94:function(t,n,e){\"use strict\";var o=e(0),i=e.n(o),r=e(1),a=e.n(r)()(i.a);a.push([t.i,\"li.active[data-v-42b28436]{background-color:var(--color-background-hover)}.action--disabled[data-v-42b28436]{pointer-events:none;opacity:.5}.action--disabled[data-v-42b28436]:hover,.action--disabled[data-v-42b28436]:focus{cursor:default;opacity:.5}.action--disabled *[data-v-42b28436]{opacity:1 !important}.action-button[data-v-42b28436]{display:flex;align-items:flex-start;width:100%;height:auto;margin:0;padding:0;padding-right:14px;cursor:pointer;white-space:nowrap;opacity:.7;color:var(--color-main-text);border:0;border-radius:0;background-color:transparent;box-shadow:none;font-weight:normal;font-size:var(--default-font-size);line-height:44px}.action-button[data-v-42b28436]:hover,.action-button[data-v-42b28436]:focus{opacity:1}.action-button>span[data-v-42b28436]{cursor:pointer;white-space:nowrap}.action-button__icon[data-v-42b28436]{width:44px;height:44px;opacity:1;background-position:14px center;background-size:16px;background-repeat:no-repeat}.action-button .material-design-icon[data-v-42b28436]{width:44px;height:44px;opacity:1}.action-button .material-design-icon .material-design-icon__svg[data-v-42b28436]{vertical-align:middle}.action-button p[data-v-42b28436]{max-width:220px;line-height:1.6em;padding:10.8px 0;cursor:pointer;text-align:left;overflow:hidden;text-overflow:ellipsis}.action-button__longtext[data-v-42b28436]{cursor:pointer;white-space:pre-wrap}.action-button__title[data-v-42b28436]{font-weight:bold;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;max-width:100%;display:inline-block}\\n\",\"\",{version:3,sources:[\"webpack://./../../assets/action.scss\",\"webpack://./../../assets/variables.scss\"],names:[],mappings:\"AAwBC,2BAEE,8CAA+C,CAC/C,mCAMD,mBAAoB,CACpB,UCQmB,CDVpB,kFAIE,cAAe,CACf,UCKkB,CDVpB,qCAQE,oBAAqB,CACrB,gCAOD,YAAa,CACb,sBAAuB,CAEvB,UAAW,CACX,WAAY,CACZ,QAAS,CACT,SAAU,CACV,kBCtB8C,CDwB9C,cAAe,CACf,kBAAmB,CAEnB,UCjBiB,CDkBjB,4BAA6B,CAC7B,QAAS,CACT,eAAgB,CAChB,4BAA6B,CAC7B,eAAgB,CAEhB,kBAAmB,CACnB,kCAAmC,CACnC,gBC5CmB,CDsBpB,4EA0BE,SC7Ba,CDGf,qCA8BE,cAAe,CACf,kBAAmB,CACnB,sCAGA,UCzDkB,CD0DlB,WC1DkB,CD2DlB,SCxCa,CDyCb,+BAAwC,CACxC,oBCzDa,CD0Db,2BAA4B,CAxC9B,sDA4CE,UClEkB,CDmElB,WCnEkB,CDoElB,SCjDa,CDGf,iFAiDG,qBAAsB,CAjDzB,kCAuDE,eAAgB,CAChB,iBAAkB,CAGlB,gBAA8C,CAE9C,cAAe,CACf,eAAgB,CAGhB,eAAgB,CAChB,sBAAuB,CACvB,0CAGA,cAAe,CAEf,oBAAqB,CACrB,uCAGA,gBAAiB,CACjB,sBAAuB,CACvB,eAAgB,CAChB,kBAAmB,CACnB,cAAe,CACf,oBAAqB\",sourcesContent:[\"/**\\n * @copyright Copyright (c) 2019 John Molakvoæ <skjnldsv@protonmail.com>\\n *\\n * @author John Molakvoæ <skjnldsv@protonmail.com>\\n * @author Marco Ambrosini <marcoambrosini@pm.me>\\n *\\n * @license GNU AGPL version 3 or any later version\\n *\\n * This program is free software: you can redistribute it and/or modify\\n * it under the terms of the GNU Affero General Public License as\\n * published by the Free Software Foundation, either version 3 of the\\n * License, or (at your option) any later version.\\n *\\n * This program is distributed in the hope that it will be useful,\\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\\n * GNU Affero General Public License for more details.\\n *\\n * You should have received a copy of the GNU Affero General Public License\\n * along with this program. If not, see <http://www.gnu.org/licenses/>.\\n *\\n */\\n\\n@mixin action-active {\\n\\tli {\\n\\t\\t&.active {\\n\\t\\t\\tbackground-color: var(--color-background-hover);\\n\\t\\t}\\n\\t}\\n}\\n\\n@mixin action--disabled {\\n\\t.action--disabled {\\n\\t\\tpointer-events: none;\\n\\t\\topacity: $opacity_disabled;\\n\\t\\t&:hover, &:focus {\\n\\t\\t\\tcursor: default;\\n\\t\\t\\topacity: $opacity_disabled;\\n\\t\\t}\\n\\t\\t& * {\\n\\t\\t\\topacity: 1 !important;\\n\\t\\t}\\n\\t}\\n}\\n\\n\\n@mixin action-item($name) {\\n\\t.action-#{$name} {\\n\\t\\tdisplay: flex;\\n\\t\\talign-items: flex-start;\\n\\n\\t\\twidth: 100%;\\n\\t\\theight: auto;\\n\\t\\tmargin: 0;\\n\\t\\tpadding: 0;\\n\\t\\tpadding-right: $icon-margin;\\n\\n\\t\\tcursor: pointer;\\n\\t\\twhite-space: nowrap;\\n\\n\\t\\topacity: $opacity_normal;\\n\\t\\tcolor: var(--color-main-text);\\n\\t\\tborder: 0;\\n\\t\\tborder-radius: 0; // otherwise Safari will cut the border-radius area\\n\\t\\tbackground-color: transparent;\\n\\t\\tbox-shadow: none;\\n\\n\\t\\tfont-weight: normal;\\n\\t\\tfont-size: var(--default-font-size);\\n\\t\\tline-height: $clickable-area;\\n\\n\\t\\t&:hover,\\n\\t\\t&:focus {\\n\\t\\t\\topacity: $opacity_full;\\n\\t\\t}\\n\\n\\t\\t& > span {\\n\\t\\t\\tcursor: pointer;\\n\\t\\t\\twhite-space: nowrap;\\n\\t\\t}\\n\\n\\t\\t&__icon {\\n\\t\\t\\twidth: $clickable-area;\\n\\t\\t\\theight: $clickable-area;\\n\\t\\t\\topacity: $opacity_full;\\n\\t\\t\\tbackground-position: $icon-margin center;\\n\\t\\t\\tbackground-size: $icon-size;\\n\\t\\t\\tbackground-repeat: no-repeat;\\n\\t\\t}\\n\\n\\t\\t.material-design-icon {\\n\\t\\t\\twidth: $clickable-area;\\n\\t\\t\\theight: $clickable-area;\\n\\t\\t\\topacity: $opacity_full;\\n\\n\\t\\t\\t.material-design-icon__svg {\\n\\t\\t\\t\\tvertical-align: middle;\\n\\t\\t\\t}\\n\\t\\t}\\n\\n\\t\\t// long text area\\n\\t\\tp {\\n\\t\\t\\tmax-width: 220px;\\n\\t\\t\\tline-height: 1.6em;\\n\\n\\t\\t\\t// 14px are currently 1em line-height. Mixing units as '44px - 1.6em' does not work.\\n\\t\\t\\tpadding: #{($clickable-area - 1.6*14px) / 2} 0;\\n\\n\\t\\t\\tcursor: pointer;\\n\\t\\t\\ttext-align: left;\\n\\n\\t\\t\\t// in case there are no spaces like long email addresses\\n\\t\\t\\toverflow: hidden;\\n\\t\\t\\ttext-overflow: ellipsis;\\n\\t\\t}\\n\\n\\t\\t&__longtext {\\n\\t\\t\\tcursor: pointer;\\n\\t\\t\\t// allow the use of `\\\\n`\\n\\t\\t\\twhite-space: pre-wrap;\\n\\t\\t}\\n\\n\\t\\t&__title {\\n\\t\\t\\tfont-weight: bold;\\n\\t\\t\\ttext-overflow: ellipsis;\\n\\t\\t\\toverflow: hidden;\\n\\t\\t\\twhite-space: nowrap;\\n\\t\\t\\tmax-width: 100%;\\n\\t\\t\\tdisplay: inline-block;\\n\\t\\t}\\n\\t}\\n}\\n\",\"/**\\n * @copyright Copyright (c) 2019 John Molakvoæ <skjnldsv@protonmail.com>\\n *\\n * @author John Molakvoæ <skjnldsv@protonmail.com>\\n *\\n * @license GNU AGPL version 3 or any later version\\n *\\n * This program is free software: you can redistribute it and/or modify\\n * it under the terms of the GNU Affero General Public License as\\n * published by the Free Software Foundation, either version 3 of the\\n * License, or (at your option) any later version.\\n *\\n * This program is distributed in the hope that it will be useful,\\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\\n * GNU Affero General Public License for more details.\\n *\\n * You should have received a copy of the GNU Affero General Public License\\n * along with this program. If not, see <http://www.gnu.org/licenses/>.\\n *\\n */\\n\\n// https://uxplanet.org/7-rules-for-mobile-ui-button-design-e9cf2ea54556\\n// recommended is 48px\\n// 44px is what we choose and have very good visual-to-usability ratio\\n$clickable-area: 44px;\\n\\n// background icon size\\n// also used for the scss icon font\\n$icon-size: 16px;\\n\\n// icon padding for a $clickable-area width and a $icon-size icon\\n// ( 44px - 16px ) / 2\\n$icon-margin: ($clickable-area - $icon-size) / 2;\\n\\n// transparency background for icons\\n$icon-focus-bg: rgba(127, 127, 127, .25);\\n\\n// popovermenu arrow width from the triangle center\\n$arrow-width: 9px;\\n\\n// opacities\\n$opacity_disabled: .5;\\n$opacity_normal: .7;\\n$opacity_full: 1;\\n\\n// menu round background hover feedback\\n// good looking on dark AND white bg\\n$action-background-hover: rgba(127, 127, 127, .25);\\n\\n// various structure data used in the \\n// `AppNavigation` component\\n$header-height: 50px;\\n$navigation-width: 300px;\\n\\n// mobile breakpoint\\n$breakpoint-mobile: 1024px;\\n\"],sourceRoot:\"\"}]),n.a=a},95:function(t,n){}})}));\n//# sourceMappingURL=ActionButton.js.map","!function(A,t){\"object\"==typeof exports&&\"object\"==typeof module?module.exports=t():\"function\"==typeof define&&define.amd?define(\"Components/Actions\",[],t):\"object\"==typeof exports?exports[\"Components/Actions\"]=t():(A.NextcloudVue=A.NextcloudVue||{},A.NextcloudVue[\"Components/Actions\"]=t())}(window,(function(){return function(A){var t={};function e(n){if(t[n])return t[n].exports;var o=t[n]={i:n,l:!1,exports:{}};return A[n].call(o.exports,o,o.exports,e),o.l=!0,o.exports}return e.m=A,e.c=t,e.d=function(A,t,n){e.o(A,t)||Object.defineProperty(A,t,{enumerable:!0,get:n})},e.r=function(A){\"undefined\"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(A,Symbol.toStringTag,{value:\"Module\"}),Object.defineProperty(A,\"__esModule\",{value:!0})},e.t=function(A,t){if(1&t&&(A=e(A)),8&t)return A;if(4&t&&\"object\"==typeof A&&A&&A.__esModule)return A;var n=Object.create(null);if(e.r(n),Object.defineProperty(n,\"default\",{enumerable:!0,value:A}),2&t&&\"string\"!=typeof A)for(var o in A)e.d(n,o,function(t){return A[t]}.bind(null,o));return n},e.n=function(A){var t=A&&A.__esModule?function(){return A.default}:function(){return A};return e.d(t,\"a\",t),t},e.o=function(A,t){return Object.prototype.hasOwnProperty.call(A,t)},e.p=\"/dist/\",e(e.s=73)}([function(A,t,e){\"use strict\";function n(A,t){return function(A){if(Array.isArray(A))return A}(A)||function(A,t){if(\"undefined\"==typeof Symbol||!(Symbol.iterator in Object(A)))return;var e=[],n=!0,o=!1,i=void 0;try{for(var a,r=A[Symbol.iterator]();!(n=(a=r.next()).done)&&(e.push(a.value),!t||e.length!==t);n=!0);}catch(A){o=!0,i=A}finally{try{n||null==r.return||r.return()}finally{if(o)throw i}}return e}(A,t)||function(A,t){if(!A)return;if(\"string\"==typeof A)return o(A,t);var e=Object.prototype.toString.call(A).slice(8,-1);\"Object\"===e&&A.constructor&&(e=A.constructor.name);if(\"Map\"===e||\"Set\"===e)return Array.from(A);if(\"Arguments\"===e||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(e))return o(A,t)}(A,t)||function(){throw new TypeError(\"Invalid attempt to destructure non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.\")}()}function o(A,t){(null==t||t>A.length)&&(t=A.length);for(var e=0,n=new Array(t);e<t;e++)n[e]=A[e];return n}A.exports=function(A){var t=n(A,4),e=t[1],o=t[3];if(\"function\"==typeof btoa){var i=btoa(unescape(encodeURIComponent(JSON.stringify(o)))),a=\"sourceMappingURL=data:application/json;charset=utf-8;base64,\".concat(i),r=\"/*# \".concat(a,\" */\"),s=o.sources.map((function(A){return\"/*# sourceURL=\".concat(o.sourceRoot||\"\").concat(A,\" */\")}));return[e].concat(s).concat([r]).join(\"\\n\")}return[e].join(\"\\n\")}},function(A,t,e){\"use strict\";A.exports=function(A){var t=[];return t.toString=function(){return this.map((function(t){var e=A(t);return t[2]?\"@media \".concat(t[2],\" {\").concat(e,\"}\"):e})).join(\"\")},t.i=function(A,e,n){\"string\"==typeof A&&(A=[[null,A,\"\"]]);var o={};if(n)for(var i=0;i<this.length;i++){var a=this[i][0];null!=a&&(o[a]=!0)}for(var r=0;r<A.length;r++){var s=[].concat(A[r]);n&&o[s[0]]||(e&&(s[2]?s[2]=\"\".concat(e,\" and \").concat(s[2]):s[2]=e),t.push(s))}},t}},function(A,t,e){\"use strict\";var n,o=function(){return void 0===n&&(n=Boolean(window&&document&&document.all&&!window.atob)),n},i=function(){var A={};return function(t){if(void 0===A[t]){var e=document.querySelector(t);if(window.HTMLIFrameElement&&e instanceof window.HTMLIFrameElement)try{e=e.contentDocument.head}catch(A){e=null}A[t]=e}return A[t]}}(),a=[];function r(A){for(var t=-1,e=0;e<a.length;e++)if(a[e].identifier===A){t=e;break}return t}function s(A,t){for(var e={},n=[],o=0;o<A.length;o++){var i=A[o],s=t.base?i[0]+t.base:i[0],c=e[s]||0,l=\"\".concat(s,\" \").concat(c);e[s]=c+1;var g=r(l),u={css:i[1],media:i[2],sourceMap:i[3]};-1!==g?(a[g].references++,a[g].updater(u)):a.push({identifier:l,updater:p(u,t),references:1}),n.push(l)}return n}function c(A){var t=document.createElement(\"style\"),n=A.attributes||{};if(void 0===n.nonce){var o=e.nc;o&&(n.nonce=o)}if(Object.keys(n).forEach((function(A){t.setAttribute(A,n[A])})),\"function\"==typeof A.insert)A.insert(t);else{var a=i(A.insert||\"head\");if(!a)throw new Error(\"Couldn't find a style target. This probably means that the value for the 'insert' parameter is invalid.\");a.appendChild(t)}return t}var l,g=(l=[],function(A,t){return l[A]=t,l.filter(Boolean).join(\"\\n\")});function u(A,t,e,n){var o=e?\"\":n.media?\"@media \".concat(n.media,\" {\").concat(n.css,\"}\"):n.css;if(A.styleSheet)A.styleSheet.cssText=g(t,o);else{var i=document.createTextNode(o),a=A.childNodes;a[t]&&A.removeChild(a[t]),a.length?A.insertBefore(i,a[t]):A.appendChild(i)}}function d(A,t,e){var n=e.css,o=e.media,i=e.sourceMap;if(o?A.setAttribute(\"media\",o):A.removeAttribute(\"media\"),i&&\"undefined\"!=typeof btoa&&(n+=\"\\n/*# sourceMappingURL=data:application/json;base64,\".concat(btoa(unescape(encodeURIComponent(JSON.stringify(i)))),\" */\")),A.styleSheet)A.styleSheet.cssText=n;else{for(;A.firstChild;)A.removeChild(A.firstChild);A.appendChild(document.createTextNode(n))}}var m=null,C=0;function p(A,t){var e,n,o;if(t.singleton){var i=C++;e=m||(m=c(t)),n=u.bind(null,e,i,!1),o=u.bind(null,e,i,!0)}else e=c(t),n=d.bind(null,e,t),o=function(){!function(A){if(null===A.parentNode)return!1;A.parentNode.removeChild(A)}(e)};return n(A),function(t){if(t){if(t.css===A.css&&t.media===A.media&&t.sourceMap===A.sourceMap)return;n(A=t)}else o()}}A.exports=function(A,t){(t=t||{}).singleton||\"boolean\"==typeof t.singleton||(t.singleton=o());var e=s(A=A||[],t);return function(A){if(A=A||[],\"[object Array]\"===Object.prototype.toString.call(A)){for(var n=0;n<e.length;n++){var o=r(e[n]);a[o].references--}for(var i=s(A,t),c=0;c<e.length;c++){var l=r(e[c]);0===a[l].references&&(a[l].updater(),a.splice(l,1))}e=i}}}},function(A,t,e){\"use strict\";function n(A,t,e,n,o,i,a,r){var s,c=\"function\"==typeof A?A.options:A;if(t&&(c.render=t,c.staticRenderFns=e,c._compiled=!0),n&&(c.functional=!0),i&&(c._scopeId=\"data-v-\"+i),a?(s=function(A){(A=A||this.$vnode&&this.$vnode.ssrContext||this.parent&&this.parent.$vnode&&this.parent.$vnode.ssrContext)||\"undefined\"==typeof __VUE_SSR_CONTEXT__||(A=__VUE_SSR_CONTEXT__),o&&o.call(this,A),A&&A._registeredComponents&&A._registeredComponents.add(a)},c._ssrRegister=s):o&&(s=r?function(){o.call(this,(c.functional?this.parent:this).$root.$options.shadowRoot)}:o),s)if(c.functional){c._injectStyles=s;var l=c.render;c.render=function(A,t){return s.call(t),l(A,t)}}else{var g=c.beforeCreate;c.beforeCreate=g?[].concat(g,s):[s]}return{exports:A,options:c}}e.d(t,\"a\",(function(){return n}))},function(A,t,e){\"use strict\";A.exports=function(A,t){return t||(t={}),\"string\"!=typeof(A=A&&A.__esModule?A.default:A)?A:(/^['\"].*['\"]$/.test(A)&&(A=A.slice(1,-1)),t.hash&&(A+=t.hash),/[\"'() \\t\\n]/.test(A)||t.needQuotes?'\"'.concat(A.replace(/\"/g,'\\\\\"').replace(/\\n/g,\"\\\\n\"),'\"'):A)}},function(A,t){A.exports=require(\"vue\")},function(A,t){A.exports=require(\"core-js/modules/es.object.to-string.js\")},function(A,t){A.exports=require(\"v-tooltip\")},function(A,t,e){\"use strict\";t.a=\"data:application/vnd.ms-fontobject;base64,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\"},function(A,t,e){\"use strict\";t.a=\"data:font/woff;base64,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PAE55eh8gAAAAQAAAAEAAIjNr6tfDzz1AAsTiAAAAADc3UwkAAAAANyMcCX/4AAAE5MTiAAAAAgAAgAAAAAAAAABAAATiAAAAAATiP/g//UTkwABAAAAAAAAAAAAAAAAAAAABwAAAAATiAAAE4gAABOIAAATiAAABjYAABOIAAAAAP//AAAAAAAAAAAAAAAA/+AAAAAAAAAAAAAAACIANgBYAGwAgACUALQBDgF8AZoCEAImAjQCQgKoAyIDpgP+AAEAAAATAEsAAwAAAAAAAgAAAAoACgAAAP8AAAAAAAAAAAAQAMYAAQAAAAAAAQAUAAAAAQAAAAAAAgAHABQAAQAAAAAAAwAUABsAAQAAAAAABAAUAC8AAQAAAAAABQALAEMAAQAAAAAABgAUAE4AAQAAAAAACgArAGIAAQAAAAAACwATAI0AAwABBAkAAQAoAKAAAwABBAkAAgAOAMgAAwABBAkAAwAoANYAAwABBAkABAAoAP4AAwABBAkABQAWASYAAwABBAkABgAoATwAAwABBAkACgBWAWQAAwABBAkACwAmAbppY29uZm9udC12dWUtOTczN2ZmZlJlZ3VsYXJpY29uZm9udC12dWUtOTczN2ZmZmljb25mb250LXZ1ZS05NzM3ZmZmVmVyc2lvbiAxLjBpY29uZm9udC12dWUtOTczN2ZmZkdlbmVyYXRlZCBieSBzdmcydHRmIGZyb20gRm9udGVsbG8gcHJvamVjdC5odHRwOi8vZm9udGVsbG8uY29tAGkAYwBvAG4AZgBvAG4AdAAtAHYAdQBlAC0AOQA3ADMANwBmAGYAZgBSAGUAZwB1AGwAYQByAGkAYwBvAG4AZgBvAG4AdAAtAHYAdQBlAC0AOQA3ADMANwBmAGYAZgBpAGMAbwBuAGYAbwBuAHQALQB2AHUAZQAtADkANwAzADcAZgBmAGYAVgBlAHIAcwBpAG8AbgAgADEALgAwAGkAYwBvAG4AZgBvAG4AdAAtAHYAdQBlAC0AOQA3ADMANwBmAGYAZgBHAGUAbgBlAHIAYQB0AGUAZAAgAGIAeQAgAHMAdgBnADIAdAB0AGYAIABmAHIAbwBtACAARgBvAG4AdABlAGwAbABvACAAcAByAG8AagBlAGMAdAAuAGgAdAB0AHAAOgAvAC8AZgBvAG4AdABlAGwAbABvAC4AYwBvAG0AAAACAAAAAAAAADIAAAAAAAAAAAAAAAAAAAAAAAAAAAATABMAAAECAQMBBAEFAQYBBwEIAQkBCgELAQwBDQEOAQ8BEAERARIBExFhcnJvdy1sZWZ0LWRvdWJsZQphcnJvdy1sZWZ0EmFycm93LXJpZ2h0LWRvdWJsZQthcnJvdy1yaWdodApicmVhZGNydW1iCWNoZWNrbWFyawVjbG9zZQdjb25maXJtBGluZm8EbWVudQRtb3JlBXBhdXNlBHBsYXkKdHJpYW5nbGUtcxB1c2VyLXN0YXR1cy1hd2F5D3VzZXItc3RhdHVzLWRuZBV1c2VyLXN0YXR1cy1pbnZpc2libGUSdXNlci1zdGF0dXMtb25saW5lAAA=\"},function(A,t,e){\"use strict\";t.a=\"data:font/ttf;base64,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AAATiP/g//UTkwABAAAAAAAAAAAAAAAAAAAABwAAAAATiAAAE4gAABOIAAATiAAABjYAABOIAAAAAP//AAAAAAAAAAAAAAAA/+AAAAAAAAAAAAAAACIANgBYAGwAgACUALQBDgF8AZoCEAImAjQCQgKoAyIDpgP+AAEAAAATAEsAAwAAAAAAAgAAAAoACgAAAP8AAAAAAAAAAAAQAMYAAQAAAAAAAQAUAAAAAQAAAAAAAgAHABQAAQAAAAAAAwAUABsAAQAAAAAABAAUAC8AAQAAAAAABQALAEMAAQAAAAAABgAUAE4AAQAAAAAACgArAGIAAQAAAAAACwATAI0AAwABBAkAAQAoAKAAAwABBAkAAgAOAMgAAwABBAkAAwAoANYAAwABBAkABAAoAP4AAwABBAkABQAWASYAAwABBAkABgAoATwAAwABBAkACgBWAWQAAwABBAkACwAmAbppY29uZm9udC12dWUtOTczN2ZmZlJlZ3VsYXJpY29uZm9udC12dWUtOTczN2ZmZmljb25mb250LXZ1ZS05NzM3ZmZmVmVyc2lvbiAxLjBpY29uZm9udC12dWUtOTczN2ZmZkdlbmVyYXRlZCBieSBzdmcydHRmIGZyb20gRm9udGVsbG8gcHJvamVjdC5odHRwOi8vZm9udGVsbG8uY29tAGkAYwBvAG4AZgBvAG4AdAAtAHYAdQBlAC0AOQA3ADMANwBmAGYAZgBSAGUAZwB1AGwAYQByAGkAYwBvAG4AZgBvAG4AdAAtAHYAdQBlAC0AOQA3ADMANwBmAGYAZgBpAGMAbwBuAGYAbwBuAHQALQB2AHUAZQAtADkANwAzADcAZgBmAGYAVgBlAHIAcwBpAG8AbgAgADEALgAwAGkAYwBvAG4AZgBvAG4AdAAtAHYAdQBlAC0AOQA3ADMANwBmAGYAZgBHAGUAbgBlAHIAYQB0AGUAZAAgAGIAeQAgAHMAdgBnADIAdAB0AGYAIABmAHIAbwBtACAARgBvAG4AdABlAGwAbABvACAAcAByAG8AagBlAGMAdAAuAGgAdAB0AHAAOgAvAC8AZgBvAG4AdABlAGwAbABvAC4AYwBvAG0AAAACAAAAAAAAADIAAAAAAAAAAAAAAAAAAAAAAAAAAAATABMAAAECAQMBBAEFAQYBBwEIAQkBCgELAQwBDQEOAQ8BEAERARIBExFhcnJvdy1sZWZ0LWRvdWJsZQphcnJvdy1sZWZ0EmFycm93LXJpZ2h0LWRvdWJsZQthcnJvdy1yaWdodApicmVhZGNydW1iCWNoZWNrbWFyawVjbG9zZQdjb25maXJtBGluZm8EbWVudQRtb3JlBXBhdXNlBHBsYXkKdHJpYW5nbGUtcxB1c2VyLXN0YXR1cy1hd2F5D3VzZXItc3RhdHVzLWRuZBV1c2VyLXN0YXR1cy1pbnZpc2libGUSdXNlci1zdGF0dXMtb25saW5lAAA=\"},function(A,t,e){\"use strict\";t.a=\"data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBzdGFuZGFsb25lPSJubyI/PjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCIgPjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48bWV0YWRhdGE+PC9tZXRhZGF0YT48ZGVmcz48Zm9udCBpZD0iaWNvbmZvbnQtdnVlLTk3MzdmZmYiIGhvcml6LWFkdi14PSI1MDAwIj48Zm9udC1mYWNlIGZvbnQtZmFtaWx5PSJpY29uZm9udC12dWUtOTczN2ZmZiIgZm9udC13ZWlnaHQ9IjQwMCIgZm9udC1zdHJldGNoPSJub3JtYWwiIHVuaXRzLXBlci1lbT0iNTAwMCIgcGFub3NlLTE9IjIgMCA1IDMgMCAwIDAgMCAwIDAiIGFzY2VudD0iNTAwMCIgZGVzY2VudD0iMCIgeC1oZWlnaHQ9IjAiIGJib3g9Ii0zMiAwIDUwMTEgNTAwMCIgdW5kZXJsaW5lLXRoaWNrbmVzcz0iMCIgdW5kZXJsaW5lLXBvc2l0aW9uPSI1MCIgdW5pY29kZS1yYW5nZT0iVStlYTAxLWVhMTIiIC8+PG1pc3NpbmctZ2x5cGggaG9yaXotYWR2LXg9IjAiICAvPjxnbHlwaCBnbHlwaC1uYW1lPSJhcnJvdy1sZWZ0LWRvdWJsZSIgdW5pY29kZT0iJiN4ZWEwMTsiIGQ9Ik0zNzUwIDM5MDYgbC0xNDA2IC0xNDA2IGwxNDA2IC0xNDA2IGwwIDMxMiBsLTEwOTQgMTA5NCBsMTA5NCAxMDk0IGwwIDMxMiBaTTIzNDQgMzkwNiBsLTE0MDYgLTE0MDYgbDE0MDYgLTE0MDYgbDAgMzEyIGwtMTA5NCAxMDk0IGwxMDk0IDEwOTQgbDAgMzEyIFoiIC8+PGdseXBoIGdseXBoLW5hbWU9ImFycm93LWxlZnQiIHVuaWNvZGU9IiYjeGVhMDI7IiBkPSJNMTU2MyAyNTAwIGwxODc1IC0xODc1IGwwIC0zMTIgbC0yMTg4IDIxODcgbDIxODggMjE4OCBsMCAtMzEzIGwtMTg3NSAtMTg3NSBaIiAvPjxnbHlwaCBnbHlwaC1uYW1lPSJhcnJvdy1yaWdodC1kb3VibGUiIHVuaWNvZGU9IiYjeGVhMDM7IiBkPSJNMTI1MCAxMDk0IGwxNDA2IDE0MDYgbC0xNDA2IDE0MDYgbDAgLTMxMiBsMTA5NCAtMTA5NCBsLTEwOTQgLTEwOTQgbDAgLTMxMiBaTTI2NTYgMTA5NCBsMTQwNyAxNDA2IGwtMTQwNyAxNDA2IGwwIC0zMTIgbDEwOTQgLTEwOTQgbC0xMDk0IC0xMDk0IGwwIC0zMTIgWiIgLz48Z2x5cGggZ2x5cGgtbmFtZT0iYXJyb3ctcmlnaHQiIHVuaWNvZGU9IiYjeGVhMDQ7IiBkPSJNMzQzOCAyNTAwIGwtMTg3NSAxODc1IGwwIDMxMyBsMjE4NyAtMjE4OCBsLTIxODcgLTIxODcgbDAgMzEyIGwxODc1IDE4NzUgWiIgLz48Z2x5cGggZ2x5cGgtbmFtZT0iYnJlYWRjcnVtYiIgdW5pY29kZT0iJiN4ZWEwNTsiIGQ9Ik0xNDggNTAwMCBsLTE0OCAtODUgbDEzOTQgLTI0MTUgbC0xMzk0IC0yNDE1IGwxNDggLTg1IGwxNDQzIDI1MDAgbC0xNDQzIDI1MDAgWiIgLz48Z2x5cGggZ2x5cGgtbmFtZT0iY2hlY2ttYXJrIiB1bmljb2RlPSImI3hlYTA2OyIgZD0iTTQwNDUgMzk3MSBsLTIwNjEgLTIwNjEgbC0xMDI5IDEwMjkgbC00NDIgLTQ0MSBsMTQ3MSAtMTQ3MSBsMjUwMyAyNTAyIGwtNDQyIDQ0MiBaIiAvPjxnbHlwaCBnbHlwaC1uYW1lPSJjbG9zZSIgdW5pY29kZT0iJiN4ZWEwNzsiIGQ9Ik00Mzc1IDExNTYgbC01MzEgLTUzMSBsLTEzNDQgMTM0NCBsLTEzNDQgLTEzNDQgbC01MzEgNTMxIGwxMzQ0IDEzNDQgbC0xMzQ0IDEzNDQgbDUzMSA1MzEgbDEzNDQgLTEzNDQgbDEzNDQgMTM0NCBsNTMxIC01MzEgbC0xMzQ0IC0xMzQ0IGwxMzQ0IC0xMzQ0IFoiIC8+PGdseXBoIGdseXBoLW5hbWU9ImNvbmZpcm0iIHVuaWNvZGU9IiYjeGVhMDg7IiBkPSJNMjY1NiA0ODQ0IHEtMTAxIDAgLTE4MCAtNTcgcS03NCAtNTIgLTEwOSAtMTM4IHEtMzUgLTg2IC0xOSAtMTc1IHExOCAtOTYgOTAgLTE2NyBsMTQ5NSAtMTQ5NCBsLTM2MTYgMCBxLTc3IDEgLTEzOSAtMjYgcS01OCAtMjQgLTk5IC03MCBxLTM5IC00NCAtNTkgLTEwMSBxLTIwIC01NiAtMjAgLTExNiBxMCAtNjAgMjAgLTExNiBxMjAgLTU3IDU5IC0xMDEgcTQxIC00NiA5OSAtNzAgcTYyIC0yNyAxMzkgLTI1IGwzNjE2IDAgbC0xNDk1IC0xNDk1IHEtNTUgLTUzIC04MSAtMTE2IHEtMjQgLTU5IC0yMSAtMTIxIHEzIC01OCAzMCAtMTEzIHEyNSAtNTQgNjggLTk3IHE0MyAtNDMgOTYgLTY4IHE1NSAtMjYgMTE0IC0yOSBxNjIgLTMgMTIwIDIxIHE2MyAyNSAxMTYgODEgbDIwMjkgMjAyOCBxNTkgNjAgODAgMTQxIHEyMSA4MCAxIDE1OSBxLTIxIDgyIC04MSAxNDIgbC0yMDI5IDIwMjggcS00NCA0NSAtMTAyIDcwIHEtNTggMjUgLTEyMiAyNSBaIiAvPjxnbHlwaCBnbHlwaC1uYW1lPSJpbmZvIiB1bmljb2RlPSImI3hlYTA5OyIgZD0iTTI0MjIgNDY4OCBxLTExMSAwIC0yMTMgLTQzIHEtOTggLTQyIC0xNzQgLTExNy41IHEtNzYgLTc1LjUgLTExNyAtMTc0LjUgcS00MyAtMTAxIC00MyAtMjEyLjUgcTAgLTExMS41IDQzIC0yMTIuNSBxNDEgLTk4IDExNyAtMTc0IHE3NiAtNzYgMTc0IC0xMTcgcTEwMiAtNDMgMjEzIC00MyBxMTExIDAgMjEzIDQzIHE5OCA0MSAxNzMuNSAxMTcgcTc1LjUgNzYgMTE3LjUgMTc0IHE0MyAxMDEgNDMgMjEyLjUgcTAgMTExLjUgLTQzIDIxMi41IHEtNDIgOTkgLTExNy41IDE3NC41IHEtNzUuNSA3NS41IC0xNzMuNSAxMTcuNSBxLTEwMiA0MyAtMjEzIDQzIFpNMTU2MyAzMTI1IHEtODYgMCAtMTU4IC00MyBxLTcxIC00MSAtMTEyIC0xMTIgcS00MyAtNzIgLTQzIC0xNTcuNSBxMCAtODUuNSA0MyAtMTU3LjUgcTQxIC03MSAxMTIgLTExMiBxNzIgLTQzIDE1OCAtNDMgbDYyNSAwIGwwIC0xNTYyIGwtNjI1IDAgcS04NiAwIC0xNTggLTQzIHEtNzEgLTQxIC0xMTIgLTExMiBxLTQzIC03MyAtNDMgLTE1OCBxMCAtODUgNDMgLTE1OCBxNDEgLTcxIDExMiAtMTEyIHE3MiAtNDMgMTU4IC00MiBsMTg3NSAwIHE4NSAwIDE1NyA0MiBxNzEgNDEgMTEyIDExMiBxNDMgNzMgNDMgMTU4IHEwIDg1IC00MyAxNTggcS00MSA3MSAtMTEyIDExMiBxLTcyIDQzIC0xNTcgNDMgbC02MjUgMCBsMCAxODc1IHEwIDg1IC00MyAxNTcgcS00MSA3MSAtMTEyIDExMiBxLTczIDQzIC0xNTggNDMgbC05MzcgMCBaIiAvPjxnbHlwaCBnbHlwaC1uYW1lPSJtZW51IiB1bmljb2RlPSImI3hlYTBhOyIgZD0iTTYyNSA0Mzc1IGwwIC02MjUgbDM3NTAgMCBsMCA2MjUgbC0zNzUwIDAgWk02MjUgMjgxMyBsMCAtNjI1IGwzNzUwIDAgbDAgNjI1IGwtMzc1MCAwIFpNNjI1IDEyNTAgbDAgLTYyNSBsMzc1MCAwIGwwIDYyNSBsLTM3NTAgMCBaIiAvPjxnbHlwaCBnbHlwaC1uYW1lPSJtb3JlIiB1bmljb2RlPSImI3hlYTBiOyIgZD0iTTc4MSAzMDQ3IHExMTIgMCAyMTMgLTQzIHE5OCAtNDIgMTc0IC0xMTcuNSBxNzYgLTc1LjUgMTE3IC0xNzMuNSBxNDMgLTEwMiA0MyAtMjEzIHEwIC0xMTEgLTQzIC0yMTMgcS00MSAtOTggLTExNyAtMTczLjUgcS03NiAtNzUuNSAtMTc0IC0xMTcuNSBxLTEwMSAtNDMgLTIxMi41IC00MyBxLTExMS41IDAgLTIxMy41IDQzIHEtOTggNDIgLTE3My41IDExNy41IHEtNzUuNSA3NS41IC0xMTcuNSAxNzMuNSBxLTQzIDEwMiAtNDMgMjEzIHEwIDExMSA0MyAyMTMgcTQyIDk4IDExNy41IDE3My41IHE3NS41IDc1LjUgMTczLjUgMTE3LjUgcTEwMiA0MyAyMTMgNDMgWk0yNTAwIDMwNDcgcTExMSAwIDIxMyAtNDMgcTk4IC00MiAxNzMuNSAtMTE3LjUgcTc1LjUgLTc1LjUgMTE3LjUgLTE3My41IHE0MyAtMTAyIDQzIC0yMTMgcTAgLTExMSAtNDMgLTIxMyBxLTQyIC05OCAtMTE3LjUgLTE3My41IHEtNzUuNSAtNzUuNSAtMTczLjUgLTExNy41IHEtMTAyIC00MyAtMjEzIC00MyBxLTExMSAwIC0yMTMgNDMgcS05OCA0MiAtMTczLjUgMTE3LjUgcS03NS41IDc1LjUgLTExNy41IDE3My41IHEtNDMgMTAyIC00MyAyMTMgcTAgMTExIDQzIDIxMyBxNDIgOTggMTE3LjUgMTczLjUgcTc1LjUgNzUuNSAxNzMuNSAxMTcuNSBxMTAyIDQzIDIxMyA0MyBaTTQyMTkgMzA0NyBxMTExIDAgMjEzIC00MyBxOTggLTQyIDE3My41IC0xMTcuNSBxNzUuNSAtNzUuNSAxMTcuNSAtMTczLjUgcTQzIC0xMDIgNDMgLTIxMyBxMCAtMTExIC00MyAtMjEzIHEtNDIgLTk4IC0xMTcuNSAtMTczLjUgcS03NS41IC03NS41IC0xNzMuNSAtMTE3LjUgcS0xMDIgLTQzIC0yMTMuNSAtNDMgcS0xMTEuNSAwIC0yMTIuNSA0MyBxLTk4IDQyIC0xNzQgMTE3LjUgcS03NiA3NS41IC0xMTcgMTczLjUgcS00MyAxMDIgLTQzIDIxMyBxMCAxMTEgNDMgMjEzIHE0MSA5OCAxMTcgMTczLjUgcTc2IDc1LjUgMTc0IDExNy41IHExMDEgNDMgMjEzIDQzIFoiIC8+PGdseXBoIGdseXBoLW5hbWU9InBhdXNlIiB1bmljb2RlPSImI3hlYTBjOyIgZD0iTTkzOCA0MDYzIGwwIC0zMTI1IGwxMjUwIDAgbDAgMzEyNSBsLTEyNTAgMCBaTTI4MTMgNDA2MyBsMCAtMzEyNSBsMTI1MCAwIGwwIDMxMjUgbC0xMjUwIDAgWiIgLz48Z2x5cGggZ2x5cGgtbmFtZT0icGxheSIgdW5pY29kZT0iJiN4ZWEwZDsiIGQ9Ik02MjUgNDM3NSBsMzc1MCAtMTg3NSBsLTM3NTAgLTE4NzUgbDAgMzc1MCBaIiAvPjxnbHlwaCBnbHlwaC1uYW1lPSJ0cmlhbmdsZS1zIiB1bmljb2RlPSImI3hlYTBlOyIgZD0iTTEyNTAgMzEyNSBsMTI1MCAtMTI1MCBsMTI1MCAxMjQ4IGwtMjUwMCAyIFoiIC8+PGdseXBoIGdseXBoLW5hbWU9InVzZXItc3RhdHVzLWF3YXkiIHVuaWNvZGU9IiYjeGVhMGY7IiBkPSJNMjE1NiA0OTY5IHEtMzYwIC00NiAtNjk1IC0xOTcgcS0zMjYgLTE0NyAtNjAxIC0zODAgcS0yNzQgLTIzMSAtNDcyIC01MjggcS0yMDIgLTMwMSAtMzA5IC02NDIgcS0xMTAgLTM1MyAtMTEwIC03MjIgcTAgLTQwNiAxMjggLTc4OCBxMTIzIC0zNzAgMzU2IC02ODYgcTIyOSAtMzEzIDU0MiAtNTQyIHEzMTYgLTIzMiA2ODYgLTM1NiBxMzgyIC0xMjggNzg4IC0xMjggcTM2OSAwIDcyMiAxMDcgcTM0MiAxMDQgNjQ0IDMwMSBxMjk4IDE5NCA1MzMgNDYzIHEyMzYgMjcwIDM4OSA1OTMgcTE1NiAzMzEgMjEyIDY5MiBxLTE4OCAtMjA0IC00MjMuNSAtMzUxIHEtMjM1LjUgLTE0NyAtNDk4LjUgLTIyNSBxLTI2OSAtODAgLTU0NyAtODAgcS0zMjIgMCAtNjI4IDEwMyBxLTI5NSA5OSAtNTQ4IDI4NiBxLTI1MSAxODQgLTQzNSA0MzUgcS0xODcgMjUzIC0yODYgNTQ4IHEtMTAzIDMwNiAtMTAzIDYyOCBxMCAyOTMgODAgNTY4IHE3OCAyNjkgMjI1LjUgNDk4LjUgcTE0Ny41IDIyOS41IDM1MC41IDQwMi41IFoiIC8+PGdseXBoIGdseXBoLW5hbWU9InVzZXItc3RhdHVzLWRuZCIgdW5pY29kZT0iJiN4ZWExMDsiIGQ9Ik0yNTAwIDUwMDAgcS00MDYgMCAtNzg4IC0xMjggcS0zNzAgLTEyNCAtNjg2IC0zNTYgcS0zMTMgLTIyOSAtNTQyIC01NDIgcS0yMzIgLTMxNiAtMzU2IC02ODYgcS0xMjggLTM4MiAtMTI4IC03ODggcTAgLTQwNiAxMjggLTc4OCBxMTI0IC0zNzAgMzU2IC02ODYgcTIyOSAtMzEzIDU0MiAtNTQyIHEzMTYgLTIzMiA2ODYgLTM1NiBxMzgyIC0xMjggNzg4IC0xMjggcTQwNiAwIDc4OCAxMjggcTM3MCAxMjQgNjg2IDM1NiBxMzEzIDIyOSA1NDIgNTQyIHEyMzIgMzE2IDM1NiA2ODYgcTEyOCAzODIgMTI4IDc4OCBxMCA0MDYgLTEyOCA3ODggcS0xMjQgMzcwIC0zNTYgNjg2IHEtMjI5IDMxMyAtNTQyIDU0MiBxLTMxNiAyMzIgLTY4NiAzNTYgcS0zODIgMTI4IC03ODggMTI4IFpNMTU2MyAyOTY5IGwxODc1IDAgcTkxIDAgMTc4IC0zOCBxODQgLTM3IDE1MCAtMTAzIHE2NiAtNjYgMTAyIC0xNDkgcTM4IC04NyAzOCAtMTc5IHEwIC05MiAtMzggLTE3OSBxLTM2IC04MyAtMTAyIC0xNDkgcS02NiAtNjYgLTE1MCAtMTAzIHEtODcgLTM4IC0xNzggLTM4IGwtMTg3NSAwIHEtOTIgMCAtMTc5IDM4IHEtODQgMzcgLTE1MCAxMDMgcS02NiA2NiAtMTAyIDE0OSBxLTM4IDg3IC0zOCAxNzkgcTAgOTIgMzggMTc5IHEzNiA4MyAxMDIgMTQ5IHE2NiA2NiAxNTAgMTAzIHE4NyAzOCAxNzkgMzggWiIgLz48Z2x5cGggZ2x5cGgtbmFtZT0idXNlci1zdGF0dXMtaW52aXNpYmxlIiB1bmljb2RlPSImI3hlYTExOyIgZD0iTTI1MDAgNTAwMCBxLTQwNiAwIC03ODggLTEyOCBxLTM3MCAtMTI0IC02ODYgLTM1NiBxLTMxMyAtMjI5IC01NDIgLTU0MiBxLTIzMiAtMzE2IC0zNTYgLTY4NiBxLTEyOCAtMzgyIC0xMjggLTc4OCBxMCAtNDA2IDEyOCAtNzg4IHExMjQgLTM3MCAzNTYgLTY4NiBxMjI5IC0zMTMgNTQyIC01NDIgcTMxNiAtMjMyIDY4NiAtMzU2IHEzODIgLTEyOCA3ODggLTEyOCBxNDA2IDAgNzg4IDEyOCBxMzcwIDEyNCA2ODYgMzU2IHEzMTMgMjI5IDU0MiA1NDIgcTIzMiAzMTYgMzU2IDY4NiBxMTI4IDM4MiAxMjggNzg4IHEwIDQwNiAtMTI4IDc4OCBxLTEyNCAzNzAgLTM1NiA2ODYgcS0yMjkgMzEzIC01NDIgNTQyIHEtMzE2IDIzMiAtNjg2IDM1NiBxLTM4MiAxMjggLTc4OCAxMjggWk0yNTAwIDQwMDAgcTMxMSAwIDU5MCAtMTE2IHEyNzEgLTExMiA0NzYuNSAtMzE3LjUgcTIwNS41IC0yMDUuNSAzMTcuNSAtNDc2LjUgcTExNiAtMjc5IDExNiAtNTkwIHEwIC0zMTEgLTExNiAtNTkwIHEtMTEyIC0yNzEgLTMxNy41IC00NzYuNSBxLTIwNS41IC0yMDUuNSAtNDc2LjUgLTMxNy41IHEtMjc5IC0xMTYgLTU5MCAtMTE2IHEtMzExIDAgLTU5MCAxMTYgcS0yNzEgMTEyIC00NzYuNSAzMTcuNSBxLTIwNS41IDIwNS41IC0zMTcuNSA0NzYuNSBxLTExNiAyNzkgLTExNiA1OTAgcTAgMzExIDExNiA1OTAgcTExMiAyNzEgMzE3LjUgNDc2LjUgcTIwNS41IDIwNS41IDQ3Ni41IDMxNy41IHEyNzkgMTE2IDU5MCAxMTYgWiIgLz48Z2x5cGggZ2x5cGgtbmFtZT0idXNlci1zdGF0dXMtb25saW5lIiB1bmljb2RlPSImI3hlYTEyOyIgZD0iTTE1MDAgMTUwMCBsMjAwMCAwIGwwIDIwMDAgbC0yMDAwIDAgbDAgLTIwMDAgWk0yNTAwIDUwMDAgcS00MDYgMCAtNzg4IC0xMjggcS0zNzAgLTEyNCAtNjg2IC0zNTYgcS0zMTMgLTIyOSAtNTQyIC01NDIgcS0yMzIgLTMxNiAtMzU2IC02ODYgcS0xMjggLTM4MiAtMTI4IC03ODggcTAgLTQwNiAxMjggLTc4OCBxMTI0IC0zNzAgMzU2IC02ODYgcTIyOSAtMzEzIDU0MiAtNTQyIHEzMTYgLTIzMiA2ODYgLTM1NiBxMzgyIC0xMjggNzg4IC0xMjggcTQwNiAwIDc4OCAxMjggcTM3MCAxMjQgNjg2IDM1NiBxMzEzIDIyOSA1NDIgNTQyIHEyMzIgMzE2IDM1NiA2ODYgcTEyOCAzODIgMTI4IDc4OCBxMCA0MDYgLTEyOCA3ODggcS0xMjQgMzcwIC0zNTYgNjg2IHEtMjI5IDMxMyAtNTQyIDU0MiBxLTMxNiAyMzIgLTY4NiAzNTYgcS0zODIgMTI4IC03ODggMTI4IFoiIC8+PC9mb250PjwvZGVmcz48L3N2Zz4=\"},function(A,t,e){\"use strict\";e.d(t,\"b\",(function(){return r})),e.d(t,\"a\",(function(){return a}));e(27);var n=e(32),o=Object(n.getGettextBuilder)().detectLocale();[{locale:\"br\",translations:{\"{tag} (invisible)\":\"{tag} (diwelus)\",\"{tag} (restricted)\":\"{tag} (bevennet)\",Actions:\"Oberioù\",Activities:\"Oberiantizoù\",\"Animals & Nature\":\"Loened & Natur\",Choose:\"Dibab\",Close:\"Serriñ\",Custom:\"Personelañ\",Flags:\"Bannieloù\",\"Food & Drink\":\"Boued & Evajoù\",\"Frequently used\":\"Implijet alies\",Next:\"Da heul\",\"No emoji found\":\"Emoji ebet kavet\",\"No results\":\"Disoc'h ebet\",Objects:\"Traoù\",\"Pause slideshow\":\"Arsav an diaporama\",\"People & Body\":\"Tud & Korf\",\"Pick an emoji\":\"Choaz un emoji\",Previous:\"A-raok\",Search:\"Klask\",\"Search results\":\"Disoc'hoù an enklask\",\"Select a tag\":\"Choaz ur c'hlav\",Settings:\"Arventennoù\",\"Smileys & Emotion\":\"Smileyioù & Fromoù\",\"Start slideshow\":\"Kregiñ an diaporama\",Symbols:\"Arouezioù\",\"Travel & Places\":\"Beaj & Lec'hioù\",\"Unable to search the group\":\"Dibosupl eo klask ar strollad\"}},{locale:\"ca\",translations:{\"{tag} (invisible)\":\"{tag} (invisible)\",\"{tag} (restricted)\":\"{tag} (restringit)\",Actions:\"Accions\",Activities:\"Activitats\",\"Animals & Nature\":\"Animals i natura\",Choose:\"Tria\",Close:\"Tanca\",Custom:\"Personalitzat\",Flags:\"Marques\",\"Food & Drink\":\"Menjar i begudes\",\"Frequently used\":\"Utilitzats recentment\",\"Message limit of {count} characters reached\":\"S'ha arribat al límit de {count} caràcters per missatge\",Next:\"Següent\",\"No emoji found\":\"No s'ha trobat cap emoji\",\"No results\":\"Sense resultats\",Objects:\"Objectes\",\"Pause slideshow\":\"Atura la presentació\",\"People & Body\":\"Persones i cos\",\"Pick an emoji\":\"Trieu un emoji\",Previous:\"Anterior\",Search:\"Cerca\",\"Search results\":\"Resultats de cerca\",\"Select a tag\":\"Selecciona una etiqueta\",Settings:\"Paràmetres\",\"Settings navigation\":\"Navegació d'opcions\",\"Smileys & Emotion\":\"Cares i emocions\",\"Start slideshow\":\"Inicia la presentació\",Symbols:\"Símbols\",\"Travel & Places\":\"Viatges i llocs\",\"Unable to search the group\":\"No es pot cercar el grup\",\"Write message, @ to mention someone …\":\"Escriu un missatge, @ per mencionar algú...\"}},{locale:\"cs_CZ\",translations:{\"{tag} (invisible)\":\"{tag} (neviditelné)\",\"{tag} (restricted)\":\"{tag} (omezené)\",Actions:\"Akce\",Activities:\"Aktivity\",\"Animals & Nature\":\"Zvířata a příroda\",Choose:\"Zvolit\",Close:\"Zavřít\",Custom:\"Uživatelsky určené\",\"External documentation for {title}\":\"Externí dokumentace k {title}\",Flags:\"Příznaky\",\"Food & Drink\":\"Jídlo a pití\",\"Frequently used\":\"Často používané\",\"Message limit of {count} characters reached\":\"Dosaženo limitu počtu ({count}) znaků zprávy\",Next:\"Následující\",\"No emoji found\":\"Nenalezeno žádné emoji\",\"No results\":\"Nic nenalezeno\",Objects:\"Objekty\",\"Pause slideshow\":\"Pozastavit prezentaci\",\"People & Body\":\"Lidé a tělo\",\"Pick an emoji\":\"Vybrat emoji\",Previous:\"Předchozí\",Search:\"Hledat\",\"Search results\":\"Výsledky hledání\",\"Select a tag\":\"Vybrat štítek\",Settings:\"Nastavení\",\"Settings navigation\":\"Pohyb po nastavení\",\"Smileys & Emotion\":\"Úsměvy a emoce\",\"Start slideshow\":\"Spustit prezentaci\",Submit:\"Odeslat\",Symbols:\"Symboly\",\"Travel & Places\":\"Cestování a místa\",\"Unable to search the group\":\"Nedaří se hledat skupinu\",\"Write message, @ to mention someone …\":\"Pište zprávu, pokud chcete někoho zmínit, použijte @ …\"}},{locale:\"da\",translations:{\"{tag} (invisible)\":\"{tag} (usynlig)\",\"{tag} (restricted)\":\"{tag} (begrænset)\",Actions:\"Handlinger\",Activities:\"Aktiviteter\",\"Animals & Nature\":\"Dyr & Natur\",Choose:\"Vælg\",Close:\"Luk\",Custom:\"Brugerdefineret\",Flags:\"Flag\",\"Food & Drink\":\"Mad & Drikke\",\"Frequently used\":\"Ofte brugt\",\"Message limit of {count} characters reached\":\"Begrænsning på {count} tegn er nået\",Next:\"Videre\",\"No emoji found\":\"Ingen emoji fundet\",\"No results\":\"Ingen resultater\",Objects:\"Objekter\",\"Pause slideshow\":\"Suspender fremvisning\",\"People & Body\":\"Mennesker & Menneskekroppen\",\"Pick an emoji\":\"Vælg en emoji\",Previous:\"Forrige\",Search:\"Søg\",\"Search results\":\"Søgeresultater\",\"Select a tag\":\"Vælg et mærke\",Settings:\"Indstillinger\",\"Settings navigation\":\"Naviger i indstillinger\",\"Smileys & Emotion\":\"Smileys & Emotion\",\"Start slideshow\":\"Start fremvisning\",Symbols:\"Symboler\",\"Travel & Places\":\"Rejser & Rejsemål\",\"Unable to search the group\":\"Kan ikke søge på denne gruppe\",\"Write message, @ to mention someone …\":\"Skriv i meddelelse, @ for at nævne nogen …\"}},{locale:\"de\",translations:{\"{tag} (invisible)\":\"{tag} (unsichtbar)\",\"{tag} (restricted)\":\"{tag} (eingeschränkt)\",Actions:\"Aktionen\",Activities:\"Aktivitäten\",\"Animals & Nature\":\"Tiere & Natur\",Choose:\"Auswählen\",Close:\"Schließen\",Custom:\"Benutzerdefiniert\",\"External documentation for {title}\":\"Externe Dokumentation für {title}\",Flags:\"Flaggen\",\"Food & Drink\":\"Essen & Trinken\",\"Frequently used\":\"Häufig verwendet\",\"Message limit of {count} characters reached\":\"Nachrichtenlimit von {count} Zeichen erreicht\",Next:\"Weiter\",\"No emoji found\":\"Kein Emoji gefunden\",\"No results\":\"Keine Ergebnisse\",Objects:\"Gegenstände\",\"Pause slideshow\":\"Diashow pausieren\",\"People & Body\":\"Menschen & Körper\",\"Pick an emoji\":\"Ein Emoji auswählen\",Previous:\"Vorherige\",Search:\"Suche\",\"Search results\":\"Suchergebnisse\",\"Select a tag\":\"Schlagwort auswählen\",Settings:\"Einstellungen\",\"Settings navigation\":\"Einstellungen-Navigation\",\"Smileys & Emotion\":\"Smileys & Emotionen\",\"Start slideshow\":\"Diashow starten\",Submit:\"Einreichen\",Symbols:\"Symbole\",\"Travel & Places\":\"Reisen & Orte\",\"Unable to search the group\":\"Die Gruppe konnte nicht durchsucht werden\",\"Write message, @ to mention someone …\":\"Nachricht schreiben, @ um jemanden zu erwähnen ...\"}},{locale:\"de_DE\",translations:{\"{tag} (invisible)\":\"{tag} (unsichtbar)\",\"{tag} (restricted)\":\"{tag} (eingeschränkt)\",Actions:\"Aktionen\",Activities:\"Aktivitäten\",\"Animals & Nature\":\"Tiere & Natur\",Choose:\"Auswählen\",Close:\"Schließen\",Custom:\"Benutzerdefiniert\",\"External documentation for {title}\":\"Externe Dokumentation für {title}\",Flags:\"Flaggen\",\"Food & Drink\":\"Essen & Trinken\",\"Frequently used\":\"Häufig verwendet\",\"Message limit of {count} characters reached\":\"Nachrichtenlimit von {count} Zeichen erreicht\",Next:\"Weiter\",\"No emoji found\":\"Kein Emoji gefunden\",\"No results\":\"Keine Ergebnisse\",Objects:\"Gegenstände\",\"Pause slideshow\":\"Diashow pausieren\",\"People & Body\":\"Menschen & Körper\",\"Pick an emoji\":\"Ein Emoji auswählen\",Previous:\"Vorherige\",Search:\"Suche\",\"Search results\":\"Suchergebnisse\",\"Select a tag\":\"Schlagwort auswählen\",Settings:\"Einstellungen\",\"Settings navigation\":\"Einstellungen-Navigation\",\"Smileys & Emotion\":\"Smileys & Emotionen\",\"Start slideshow\":\"Diashow starten\",Submit:\"Einreichen\",Symbols:\"Symbole\",\"Travel & Places\":\"Reisen & Orte\",\"Unable to search the group\":\"Die Gruppe kann nicht durchsucht werden\",\"Write message, @ to mention someone …\":\"Nachricht schreiben, @ um jemanden zu erwähnen ...\"}},{locale:\"el\",translations:{\"{tag} (invisible)\":\"{tag} (αόρατο)\",\"{tag} (restricted)\":\"{tag} (περιορισμένο)\",Actions:\"Ενέργειες\",Activities:\"Δραστηριότητες\",\"Animals & Nature\":\"Ζώα & Φύση\",Choose:\"Επιλογή\",Close:\"Κλείσιμο\",Custom:\"Προσαρμογή\",Flags:\"Σημαίες\",\"Food & Drink\":\"Φαγητό & Ποτό\",\"Frequently used\":\"Συχνά χρησιμοποιούμενο\",Next:\"Επόμενο\",\"No emoji found\":\"Δεν βρέθηκε emoji\",\"No results\":\"Κανένα αποτέλεσμα\",Objects:\"Αντικείμενα\",\"Pause slideshow\":\"Παύση προβολής διαφανειών\",\"People & Body\":\"Άνθρωποι & Σώμα\",\"Pick an emoji\":\"Επιλέξτε ένα emoji\",Previous:\"Προηγούμενο\",Search:\"Αναζήτηση\",\"Search results\":\"Αποτελέσματα αναζήτησης\",\"Select a tag\":\"Επιλογή ετικέτας\",Settings:\"Ρυθμίσεις\",\"Smileys & Emotion\":\"Φατσούλες & Συναίσθημα\",\"Start slideshow\":\"Έναρξη προβολής διαφανειών\",Symbols:\"Σύμβολα\",\"Travel & Places\":\"Ταξίδια & Τοποθεσίες\",\"Unable to search the group\":\"Δεν είναι δυνατή η αναζήτηση της ομάδας\"}},{locale:\"eo\",translations:{\"{tag} (invisible)\":\"{tag} (kaŝita)\",\"{tag} (restricted)\":\"{tag} (limigita)\",Actions:\"Agoj\",Activities:\"Aktiveco\",\"Animals & Nature\":\"Bestoj & Naturo\",Choose:\"Elektu\",Close:\"Fermu\",Custom:\"Propra\",Flags:\"Flagoj\",\"Food & Drink\":\"Manĝaĵo & Trinkaĵo\",\"Frequently used\":\"Ofte uzataj\",\"Message limit of {count} characters reached\":\"La limo je {count} da literoj atingita\",Next:\"Sekva\",\"No emoji found\":\"La emoĝio forestas\",\"No results\":\"La rezulto forestas\",Objects:\"Objektoj\",\"Pause slideshow\":\"Payzi bildprezenton\",\"People & Body\":\"Homoj & Korpo\",\"Pick an emoji\":\"Elekti emoĝion \",Previous:\"Antaŭa\",Search:\"Serĉi\",\"Search results\":\"Serĉrezultoj\",\"Select a tag\":\"Elektu etikedon\",Settings:\"Agordo\",\"Settings navigation\":\"Agorda navigado\",\"Smileys & Emotion\":\"Ridoj kaj Emocioj\",\"Start slideshow\":\"Komenci bildprezenton\",Symbols:\"Signoj\",\"Travel & Places\":\"Vojaĵoj & Lokoj\",\"Unable to search the group\":\"Ne eblas serĉi en la grupo\",\"Write message, @ to mention someone …\":\"Mesaĝi, uzu @ por mencii iun ...\"}},{locale:\"es\",translations:{\"{tag} (invisible)\":\"{tag} (invisible)\",\"{tag} (restricted)\":\"{tag} (restringido)\",Actions:\"Acciones\",Activities:\"Actividades\",\"Animals & Nature\":\"Animales y naturaleza\",Choose:\"Elegir\",Close:\"Cerrar\",Custom:\"Personalizado\",Flags:\"Banderas\",\"Food & Drink\":\"Comida y bebida\",\"Frequently used\":\"Usado con frecuenca\",\"Message limit of {count} characters reached\":\"El mensaje ha alcanzado el límite de {count} caracteres\",Next:\"Siguiente\",\"No emoji found\":\"No hay ningún emoji\",\"No results\":\" Ningún resultado\",Objects:\"Objetos\",\"Pause slideshow\":\"Pausar la presentación \",\"People & Body\":\"Personas y cuerpos\",\"Pick an emoji\":\"Elegir un emoji\",Previous:\"Anterior\",Search:\"Buscar\",\"Search results\":\"Resultados de la búsqueda\",\"Select a tag\":\"Seleccione una etiqueta\",Settings:\"Ajustes\",\"Settings navigation\":\"Navegación por ajustes\",\"Smileys & Emotion\":\"Smileys y emoticonos\",\"Start slideshow\":\"Iniciar la presentación\",Symbols:\"Símbolos\",\"Travel & Places\":\"Viajes y lugares\",\"Unable to search the group\":\"No es posible buscar en el grupo\",\"Write message, @ to mention someone …\":\"Escriba un mensaje, @ para mencionar a alguien...\"}},{locale:\"eu\",translations:{\"{tag} (invisible)\":\"{tag} (ikusezina)\",\"{tag} (restricted)\":\"{tag} (mugatua)\",Choose:\"Aukeratu\",Close:\"Itxi\",Next:\"Hurrengoa\",\"No results\":\"Emaitzarik ez\",\"Pause slideshow\":\"Pausatu diaporama\",Previous:\"Aurrekoa\",\"Select a tag\":\"Hautatu etiketa bat\",Settings:\"Ezarpenak\",\"Start slideshow\":\"Hasi diaporama\"}},{locale:\"fi_FI\",translations:{\"{tag} (invisible)\":\"{tag} (näkymätön)\",\"{tag} (restricted)\":\"{tag} (rajoitettu)\",Actions:\"Toiminnot\",Activities:\"Aktiviteetit\",\"Animals & Nature\":\"Eläimet & luonto\",Choose:\"Valitse\",Close:\"Sulje\",Custom:\"Mukautettu\",Flags:\"Liput\",\"Food & Drink\":\"Ruoka & juoma\",\"Frequently used\":\"Usein käytetyt\",\"Message limit of {count} characters reached\":\"Viestin maksimimerkkimäärä {count} täynnä \",Next:\"Seuraava\",\"No emoji found\":\"Emojia ei löytynyt\",\"No results\":\"Ei tuloksia\",Objects:\"Esineet & asiat\",\"Pause slideshow\":\"Keskeytä diaesitys\",\"People & Body\":\"Ihmiset & keho\",\"Pick an emoji\":\"Valitse emoji\",Previous:\"Edellinen\",Search:\"Etsi\",\"Search results\":\"Hakutulokset\",\"Select a tag\":\"Valitse tagi\",Settings:\"Asetukset\",\"Settings navigation\":\"Asetusnavigaatio\",\"Smileys & Emotion\":\"Hymiöt ja & tunteet\",\"Start slideshow\":\"Aloita diaesitys\",Symbols:\"Symbolit\",\"Travel & Places\":\"Matkustus & kohteet\",\"Unable to search the group\":\"Ryhmää ei voi hakea\",\"Write message, @ to mention someone …\":\"Kirjoita viesti, @ mainitaksesi jonkun...\"}},{locale:\"fr\",translations:{\"{tag} (invisible)\":\"{tag} (invisible)\",\"{tag} (restricted)\":\"{tag} (restreint)\",Actions:\"Actions\",Activities:\"Activités\",\"Animals & Nature\":\"Animaux & Nature\",Choose:\"Choisir\",Close:\"Fermer\",Custom:\"Personnalisé\",Flags:\"Drapeaux\",\"Food & Drink\":\"Nourriture & Boissons\",\"Frequently used\":\"Utilisés fréquemment\",\"Message limit of {count} characters reached\":\"Limite de messages de {count} caractères atteinte\",Next:\"Suivant\",\"No emoji found\":\"Pas d’émoji trouvé\",\"No results\":\"Aucun résultat\",Objects:\"Objets\",\"Pause slideshow\":\"Mettre le diaporama en pause\",\"People & Body\":\"Personnes & Corps\",\"Pick an emoji\":\"Choisissez un émoji\",Previous:\"Précédent\",Search:\"Chercher\",\"Search results\":\"Résultats de recherche\",\"Select a tag\":\"Sélectionnez une balise\",Settings:\"Paramètres\",\"Settings navigation\":\"Navigation dans les paramètres\",\"Smileys & Emotion\":\"Smileys & Émotions\",\"Start slideshow\":\"Démarrer le diaporama\",Symbols:\"Symboles\",\"Travel & Places\":\"Voyage & Lieux\",\"Unable to search the group\":\"Impossible de chercher le groupe\",\"Write message, @ to mention someone …\":\"Écrivez un message, @ pour mentionner quelqu'un…\"}},{locale:\"gl\",translations:{\"{tag} (invisible)\":\"{tag} (invisíbel)\",\"{tag} (restricted)\":\"{tag} (restrinxido)\",Actions:\"Accións\",Activities:\"Actividades\",\"Animals & Nature\":\"Animais e natureza\",Choose:\"Escoller\",Close:\"Pechar\",Custom:\"Personalizado\",Flags:\"Bandeiras\",\"Food & Drink\":\"Comida e bebida\",\"Frequently used\":\"Usado con frecuencia\",\"Message limit of {count} characters reached\":\"Acadouse o límite de {count} caracteres por mensaxe\",Next:\"Seguinte\",\"No emoji found\":\"Non se atopou ningún «emoji»\",\"No results\":\"Sen resultados\",Objects:\"Obxectos\",\"Pause slideshow\":\"Pausar o diaporama\",\"People & Body\":\"Persoas e corpo\",\"Pick an emoji\":\"Escolla un «emoji»\",Previous:\"Anterir\",Search:\"Buscar\",\"Search results\":\"Resultados da busca\",\"Select a tag\":\"Seleccione unha etiqueta\",Settings:\"Axustes\",\"Settings navigation\":\"Navegación de axustes\",\"Smileys & Emotion\":\"Sorrisos e emocións\",\"Start slideshow\":\"Iniciar o diaporama\",Symbols:\"Símbolos\",\"Travel & Places\":\"Viaxes e lugares\",\"Unable to search the group\":\"Non foi posíbel buscar o grupo\",\"Write message, @ to mention someone …\":\"Escriba a mensaxe, @ para mencionar a alguén…\"}},{locale:\"he\",translations:{\"{tag} (invisible)\":\"{tag} (נסתר)\",\"{tag} (restricted)\":\"{tag} (מוגבל)\",Actions:\"פעולות\",Activities:\"פעילויות\",\"Animals & Nature\":\"חיות וטבע\",Choose:\"בחירה\",Close:\"סגירה\",Custom:\"בהתאמה אישית\",Flags:\"דגלים\",\"Food & Drink\":\"מזון ומשקאות\",\"Frequently used\":\"בשימוש תדיר\",Next:\"הבא\",\"No emoji found\":\"לא נמצא אמוג׳י\",\"No results\":\"אין תוצאות\",Objects:\"חפצים\",\"Pause slideshow\":\"השהיית מצגת\",\"People & Body\":\"אנשים וגוף\",\"Pick an emoji\":\"נא לבחור אמוג׳י\",Previous:\"הקודם\",Search:\"חיפוש\",\"Search results\":\"תוצאות חיפוש\",\"Select a tag\":\"בחירת תגית\",Settings:\"הגדרות\",\"Smileys & Emotion\":\"חייכנים ורגשונים\",\"Start slideshow\":\"התחלת המצגת\",Symbols:\"סמלים\",\"Travel & Places\":\"טיולים ומקומות\",\"Unable to search the group\":\"לא ניתן לחפש בקבוצה\"}},{locale:\"hu_HU\",translations:{\"{tag} (invisible)\":\"{tag} (láthatatlan)\",\"{tag} (restricted)\":\"{tag} (korlátozott)\",Actions:\"Műveletek\",Activities:\"Tevékenységek\",\"Animals & Nature\":\"Állatok és természet\",Choose:\"Válassszon\",Close:\"Bezárás\",Custom:\"Egyéni\",Flags:\"Zászló\",\"Food & Drink\":\"Étel és ital\",\"Frequently used\":\"Gyakran használt\",\"Message limit of {count} characters reached\":\"{count} karakteres üzenetkorlát elérve\",Next:\"Következő\",\"No emoji found\":\"Nem található emodzsi\",\"No results\":\"Nincs találat\",Objects:\"Tárgyak\",\"Pause slideshow\":\"Diavetítés szüneteltetése\",\"People & Body\":\"Emberek és test\",\"Pick an emoji\":\"Válasszon egy emodzsit\",Previous:\"Előző\",Search:\"Keresés\",\"Search results\":\"Találatok\",\"Select a tag\":\"Válasszon címkét\",Settings:\"Beállítások\",\"Settings navigation\":\"Navigáció a beállításokban\",\"Smileys & Emotion\":\"Mosolyok és érzelmek\",\"Start slideshow\":\"Diavetítés indítása\",Symbols:\"Szimbólumok\",\"Travel & Places\":\"Utazás és helyek\",\"Unable to search the group\":\"A csoport nem kereshető\",\"Write message, @ to mention someone …\":\"Írjon üzenetet, @ valaki megemlítéséhez…\"}},{locale:\"is\",translations:{\"{tag} (invisible)\":\"{tag} (ósýnilegt)\",\"{tag} (restricted)\":\"{tag} (takmarkað)\",Actions:\"Aðgerðir\",Activities:\"Aðgerðir\",\"Animals & Nature\":\"Dýr og náttúra\",Choose:\"Velja\",Close:\"Loka\",Custom:\"Sérsniðið\",Flags:\"Flögg\",\"Food & Drink\":\"Matur og drykkur\",\"Frequently used\":\"Oftast notað\",Next:\"Næsta\",\"No emoji found\":\"Ekkert tjáningartákn fannst\",\"No results\":\"Engar niðurstöður\",Objects:\"Hlutir\",\"Pause slideshow\":\"Gera hlé á skyggnusýningu\",\"People & Body\":\"Fólk og líkami\",\"Pick an emoji\":\"Veldu tjáningartákn\",Previous:\"Fyrri\",Search:\"Leita\",\"Search results\":\"Leitarniðurstöður\",\"Select a tag\":\"Veldu merki\",Settings:\"Stillingar\",\"Smileys & Emotion\":\"Broskallar og tilfinningar\",\"Start slideshow\":\"Byrja skyggnusýningu\",Symbols:\"Tákn\",\"Travel & Places\":\"Staðir og ferðalög\",\"Unable to search the group\":\"Get ekki leitað í hópnum\"}},{locale:\"it\",translations:{\"{tag} (invisible)\":\"{tag} (invisibile)\",\"{tag} (restricted)\":\"{tag} (limitato)\",Actions:\"Azioni\",Activities:\"Attività\",\"Animals & Nature\":\"Animali e natura\",Choose:\"Scegli\",Close:\"Chiudi\",Custom:\"Personalizzato\",\"External documentation for {title}\":\"Documentazione esterna per {title}\",Flags:\"Bandiere\",\"Food & Drink\":\"Cibo e bevande\",\"Frequently used\":\"Usati di frequente\",\"Message limit of {count} characters reached\":\"Limite dei messaggi di {count} caratteri raggiunto\",Next:\"Successivo\",\"No emoji found\":\"Nessun emoji trovato\",\"No results\":\"Nessun risultato\",Objects:\"Oggetti\",\"Pause slideshow\":\"Presentazione in pausa\",\"People & Body\":\"Persone e corpo\",\"Pick an emoji\":\"Scegli un emoji\",Previous:\"Precedente\",Search:\"Cerca\",\"Search results\":\"Risultati di ricerca\",\"Select a tag\":\"Seleziona un'etichetta\",Settings:\"Impostazioni\",\"Settings navigation\":\"Navigazione delle impostazioni\",\"Smileys & Emotion\":\"Faccine ed emozioni\",\"Start slideshow\":\"Avvia presentazione\",Submit:\"Invia\",Symbols:\"Simboli\",\"Travel & Places\":\"Viaggi e luoghi\",\"Unable to search the group\":\"Impossibile cercare il gruppo\",\"Write message, @ to mention someone …\":\"Scrivi messaggio, @ per menzionare qualcuno…\"}},{locale:\"ja_JP\",translations:{\"{tag} (invisible)\":\"{タグ} (不可視)\",\"{tag} (restricted)\":\"{タグ} (制限付)\",Actions:\"操作\",Activities:\"アクティビティ\",\"Animals & Nature\":\"動物と自然\",Choose:\"選択\",Close:\"閉じる\",Custom:\"カスタム\",Flags:\"国旗\",\"Food & Drink\":\"食べ物と飲み物\",\"Frequently used\":\"よく使うもの\",\"Message limit of {count} characters reached\":\"{count} 文字のメッセージ上限に達しています\",Next:\"次\",\"No emoji found\":\"絵文字が見つかりません\",\"No results\":\"なし\",Objects:\"物\",\"Pause slideshow\":\"スライドショーを一時停止\",\"People & Body\":\"様々な人と体の部位\",\"Pick an emoji\":\"絵文字を選択\",Previous:\"前\",Search:\"検索\",\"Search results\":\"検索結果\",\"Select a tag\":\"タグを選択\",Settings:\"設定\",\"Settings navigation\":\"ナビゲーション設定\",\"Smileys & Emotion\":\"笑顔と気持ち\",\"Start slideshow\":\"スライドショーを開始\",Symbols:\"記号\",\"Travel & Places\":\"旅行と場所\",\"Unable to search the group\":\"グループを検索できません\",\"Write message, @ to mention someone …\":\"メッセージを書く、@ で通知します。\"}},{locale:\"lt_LT\",translations:{\"{tag} (invisible)\":\"{tag} (nematoma)\",\"{tag} (restricted)\":\"{tag} (apribota)\",Actions:\"Veiksmai\",Activities:\"Veiklos\",\"Animals & Nature\":\"Gyvūnai ir gamta\",Choose:\"Pasirinkti\",Close:\"Užverti\",Custom:\"Tinkinti\",\"External documentation for {title}\":\"Išorinė {title} dokumentacija\",Flags:\"Vėliavos\",\"Food & Drink\":\"Maistas ir gėrimai\",\"Frequently used\":\"Dažniausiai naudoti\",\"Message limit of {count} characters reached\":\"Pasiekta {count} simbolių žinutės riba\",Next:\"Kitas\",\"No emoji found\":\"Nerasta jaustukų\",\"No results\":\"Nėra rezultatų\",Objects:\"Objektai\",\"Pause slideshow\":\"Pristabdyti skaidrių rodymą\",\"People & Body\":\"Žmonės ir kūnas\",\"Pick an emoji\":\"Pasirinkti jaustuką\",Previous:\"Ankstesnis\",Search:\"Ieškoti\",\"Search results\":\"Paieškos rezultatai\",\"Select a tag\":\"Pasirinkti žymę\",Settings:\"Nustatymai\",\"Settings navigation\":\"Naršymas nustatymuose\",\"Smileys & Emotion\":\"Šypsenos ir emocijos\",\"Start slideshow\":\"Pradėti skaidrių rodymą\",Submit:\"Pateikti\",Symbols:\"Simboliai\",\"Travel & Places\":\"Kelionės ir vietos\",\"Unable to search the group\":\"Nepavyko atlikti paiešką grupėje\",\"Write message, @ to mention someone …\":\"Rašykite žinutę, naudokite @ norėdami kažką paminėti…\"}},{locale:\"lv\",translations:{\"{tag} (invisible)\":\"{tag} (neredzams)\",\"{tag} (restricted)\":\"{tag} (ierobežots)\",Choose:\"Izvēlēties\",Close:\"Aizvērt\",Next:\"Nākamais\",\"No results\":\"Nav rezultātu\",\"Pause slideshow\":\"Pauzēt slaidrādi\",Previous:\"Iepriekšējais\",\"Select a tag\":\"Izvēlēties birku\",Settings:\"Iestatījumi\",\"Start slideshow\":\"Sākt slaidrādi\"}},{locale:\"mk\",translations:{\"{tag} (invisible)\":\"{tag} (невидливо)\",\"{tag} (restricted)\":\"{tag} (ограничено)\",Actions:\"Акции\",Activities:\"Активности\",\"Animals & Nature\":\"Животни & Природа\",Choose:\"Избери\",Close:\"Затвори\",Custom:\"Прилагодени\",Flags:\"Знамиња\",\"Food & Drink\":\"Храна & Пијалоци\",\"Frequently used\":\"Најчесто користени\",\"Message limit of {count} characters reached\":\"Ограничувањето на должината на пораката од {count} карактери е надминато\",Next:\"Следно\",\"No emoji found\":\"Не се пронајдени емотикони\",\"No results\":\"Нема резултати\",Objects:\"Објекти\",\"Pause slideshow\":\"Пузирај слајдшоу\",\"People & Body\":\"Луѓе & Тело\",\"Pick an emoji\":\"Избери емотикон\",Previous:\"Предходно\",Search:\"Барај\",\"Search results\":\"Резултати од барувањето\",\"Select a tag\":\"Избери ознака\",Settings:\"Параметри\",\"Settings navigation\":\"Параметри за навигација\",\"Smileys & Emotion\":\"Смешковци & Емотикони\",\"Start slideshow\":\"Стартувај слајдшоу\",Symbols:\"Симболи\",\"Travel & Places\":\"Патувања & Места\",\"Unable to search the group\":\"Неможе да се принајде групата\",\"Write message, @ to mention someone …\":\"Напиши порака, @ за да спомнеш некој …\"}},{locale:\"nb_NO\",translations:{\"{tag} (invisible)\":\"{tag} (usynlig)\",\"{tag} (restricted)\":\"{tag} (beskyttet)\",Actions:\"Handlinger\",Activities:\"Aktiviteter\",\"Animals & Nature\":\"Dyr og natur\",Choose:\"Velg\",Close:\"Lukk\",Custom:\"Selvvalgt\",Flags:\"Flagg\",\"Food & Drink\":\"Mat og drikke\",\"Frequently used\":\"Ofte brukt\",Next:\"Neste\",\"No emoji found\":\"Fant ingen emoji\",\"No results\":\"Ingen resultater\",Objects:\"Objekter\",\"Pause slideshow\":\"Pause lysbildefremvisning\",\"People & Body\":\"Mennesker og kropp\",\"Pick an emoji\":\"Velg en emoji\",Previous:\"Forrige\",Search:\"Søk\",\"Search results\":\"Søkeresultater\",\"Select a tag\":\"Velg en merkelapp\",Settings:\"Innstillinger\",\"Smileys & Emotion\":\"Smilefjes og følelser\",\"Start slideshow\":\"Start lysbildefremvisning\",Symbols:\"Symboler\",\"Travel & Places\":\"Reise og steder\",\"Unable to search the group\":\"Kunne ikke søke i gruppen\"}},{locale:\"nl\",translations:{\"{tag} (invisible)\":\"{tag} (onzichtbaar)\",\"{tag} (restricted)\":\"{tag} (beperkt)\",Actions:\"Acties\",Activities:\"Activiteiten\",\"Animals & Nature\":\"Dieren & Natuur\",Choose:\"Kies\",Close:\"Sluiten\",Custom:\"Aangepast\",Flags:\"Vlaggen\",\"Food & Drink\":\"Eten & Drinken\",\"Frequently used\":\"Vaak gebruikt\",\"Message limit of {count} characters reached\":\"Berichtlengte van {count} karakters bereikt\",Next:\"Volgende\",\"No emoji found\":\"Geen emoji gevonden\",\"No results\":\"Geen resultaten\",Objects:\"Objecten\",\"Pause slideshow\":\"Pauzeer diavoorstelling\",\"People & Body\":\"Mensen & Lichaam\",\"Pick an emoji\":\"Kies een emoji\",Previous:\"Vorige\",Search:\"Zoeken\",\"Search results\":\"Zoekresultaten\",\"Select a tag\":\"Selecteer een label\",Settings:\"Instellingen\",\"Settings navigation\":\"Instellingen navigatie\",\"Smileys & Emotion\":\"Smileys & Emotie\",\"Start slideshow\":\"Start diavoorstelling\",Symbols:\"Symbolen\",\"Travel & Places\":\"Reizen & Plaatsen\",\"Unable to search the group\":\"Kan niet in de groep zoeken\",\"Write message, @ to mention someone …\":\"Schrijf een bericht, @ om iemand te noemen ...\"}},{locale:\"oc\",translations:{\"{tag} (invisible)\":\"{tag} (invisible)\",\"{tag} (restricted)\":\"{tag} (limit)\",Actions:\"Accions\",Choose:\"Causir\",Close:\"Tampar\",Next:\"Seguent\",\"No results\":\"Cap de resultat\",\"Pause slideshow\":\"Metre en pausa lo diaporama\",Previous:\"Precedent\",\"Select a tag\":\"Seleccionar una etiqueta\",Settings:\"Paramètres\",\"Start slideshow\":\"Lançar lo diaporama\"}},{locale:\"pl\",translations:{\"{tag} (invisible)\":\"{tag} (niewidoczna)\",\"{tag} (restricted)\":\"{tag} (ograniczona)\",Actions:\"Działania\",Activities:\"Aktywność\",\"Animals & Nature\":\"Zwierzęta i natura\",Choose:\"Wybierz\",Close:\"Zamknij\",Custom:\"Zwyczajne\",\"External documentation for {title}\":\"Dokumentacja zewnętrzna dla {title}\",Flags:\"Flagi\",\"Food & Drink\":\"Jedzenie i picie\",\"Frequently used\":\"Często używane\",\"Message limit of {count} characters reached\":\"Przekroczono limit wiadomości wynoszący {count} znaków\",Next:\"Następny\",\"No emoji found\":\"Nie znaleziono emotikonów\",\"No results\":\"Brak wyników\",Objects:\"Obiekty\",\"Pause slideshow\":\"Wstrzymaj pokaz slajdów\",\"People & Body\":\"Ludzie i ciało\",\"Pick an emoji\":\"Wybierz emoji\",Previous:\"Poprzedni\",Search:\"Szukaj\",\"Search results\":\"Wyniki wyszukiwania\",\"Select a tag\":\"Wybierz etykietę\",Settings:\"Ustawienia\",\"Settings navigation\":\"Nawigacja ustawień\",\"Smileys & Emotion\":\"Buźki i emotikony\",\"Start slideshow\":\"Rozpocznij pokaz slajdów\",Submit:\"Wyślij\",Symbols:\"Symbole\",\"Travel & Places\":\"Podróże i miejsca\",\"Unable to search the group\":\"Nie można przeszukać grupy\",\"Write message, @ to mention someone …\":\"Napisz wiadomość, aby wspomnieć o kimś użyj @…\"}},{locale:\"pt_BR\",translations:{\"{tag} (invisible)\":\"{tag} (invisível)\",\"{tag} (restricted)\":\"{tag} (restrito) \",Actions:\"Ações\",Activities:\"Atividades\",\"Animals & Nature\":\"Animais & Natureza\",Choose:\"Escolher\",Close:\"Fechar\",Custom:\"Personalizado\",\"External documentation for {title}\":\"Documentação externa para {title}\",Flags:\"Bandeiras\",\"Food & Drink\":\"Comida & Bebida\",\"Frequently used\":\"Mais usados\",\"Message limit of {count} characters reached\":\"Limite de mensagem de {count} caracteres atingido\",Next:\"Próximo\",\"No emoji found\":\"Nenhum emoji encontrado\",\"No results\":\"Sem resultados\",Objects:\"Objetos\",\"Pause slideshow\":\"Pausar apresentação de slides\",\"People & Body\":\"Pessoas & Corpo\",\"Pick an emoji\":\"Escolha um emoji\",Previous:\"Anterior\",Search:\"Pesquisar\",\"Search results\":\"Resultados da pesquisa\",\"Select a tag\":\"Selecionar uma tag\",Settings:\"Configurações\",\"Settings navigation\":\"Navegação de configurações\",\"Smileys & Emotion\":\"Smiles & Emoções\",\"Start slideshow\":\"Iniciar apresentação de slides\",Submit:\"Enviar\",Symbols:\"Símbolo\",\"Travel & Places\":\"Viagem & Lugares\",\"Unable to search the group\":\"Não foi possível pesquisar o grupo\",\"Write message, @ to mention someone …\":\"Escreva mensagem, @ para mencionar alguém ...\"}},{locale:\"pt_PT\",translations:{\"{tag} (invisible)\":\"{tag} (invisivel)\",\"{tag} (restricted)\":\"{tag} (restrito)\",Actions:\"Ações\",Choose:\"Escolher\",Close:\"Fechar\",Next:\"Seguinte\",\"No results\":\"Sem resultados\",\"Pause slideshow\":\"Pausar diaporama\",Previous:\"Anterior\",\"Select a tag\":\"Selecionar uma etiqueta\",Settings:\"Definições\",\"Start slideshow\":\"Iniciar diaporama\",\"Unable to search the group\":\"Não é possível pesquisar o grupo\"}},{locale:\"ru\",translations:{\"{tag} (invisible)\":\"{tag} (невидимое)\",\"{tag} (restricted)\":\"{tag} (ограниченное)\",Choose:\"Выберите\",Close:\"Закрыть\",Next:\"Следующее\",\"No results\":\"Результаты отсуствуют\",\"Pause slideshow\":\"Приостановить показ слйдов\",Previous:\"Предыдущее\",\"Select a tag\":\"Выберите метку\",Settings:\"Параметры\",\"Start slideshow\":\"Начать показ слайдов\"}},{locale:\"sk_SK\",translations:{\"{tag} (invisible)\":\"{tag} (neviditeľný)\",\"{tag} (restricted)\":\"{tag} (obmedzený)\",Actions:\"Akcie\",Activities:\"Aktivity\",\"Animals & Nature\":\"Zvieratá a príroda\",Choose:\"Vybrať\",Close:\"Zatvoriť\",Custom:\"Zvyk\",Flags:\"Vlajky\",\"Food & Drink\":\"Jedlo a nápoje\",\"Frequently used\":\"Často používané\",Next:\"Ďalší\",\"No emoji found\":\"Nenašli sa žiadne emodži\",\"No results\":\"Žiadne výsledky\",Objects:\"Objekty\",\"Pause slideshow\":\"Pozastaviť prezentáciu\",\"People & Body\":\"Ľudia a telo\",\"Pick an emoji\":\"Vyberte si emodži\",Previous:\"Predchádzajúci\",Search:\"Hľadať\",\"Search results\":\"Výsledky vyhľadávania\",\"Select a tag\":\"Vybrať štítok\",Settings:\"Nastavenia\",\"Smileys & Emotion\":\"Smajlíky a emócie\",\"Start slideshow\":\"Začať prezentáciu\",Symbols:\"Symboly\",\"Travel & Places\":\"Cestovanie a miesta\",\"Unable to search the group\":\"Skupinu sa nepodarilo nájsť\"}},{locale:\"sl\",translations:{\"{tag} (invisible)\":\"{tag} (nevidno)\",\"{tag} (restricted)\":\"{tag} (omejeno)\",Actions:\"Dejanja\",Activities:\"Dejavnosti\",\"Animals & Nature\":\"Živali in Narava\",Choose:\"Izbor\",Close:\"Zapri\",Custom:\"Po meri\",\"External documentation for {title}\":\"Zunanja dokumentacija za {title}\",Flags:\"Zastavice\",\"Food & Drink\":\"Hrana in Pijača\",\"Frequently used\":\"Pogostost uporabe\",\"Message limit of {count} characters reached\":\"Dosežena omejitev {count} znakov na sporočilo.\",Next:\"Naslednji\",\"No emoji found\":\"Ni najdenih izraznih ikon\",\"No results\":\"Ni zadetkov\",Objects:\"Predmeti\",\"Pause slideshow\":\"Ustavi predstavitev\",\"People & Body\":\"Ljudje in Telo\",\"Pick an emoji\":\"Izbor izrazne ikone\",Previous:\"Predhodni\",Search:\"Iskanje\",\"Search results\":\"Zadetki iskanja\",\"Select a tag\":\"Izbor oznake\",Settings:\"Nastavitve\",\"Settings navigation\":\"Krmarjenje nastavitev\",\"Smileys & Emotion\":\"Izrazne ikone\",\"Start slideshow\":\"Začni predstavitev\",Submit:\"Pošlji\",Symbols:\"Simboli\",\"Travel & Places\":\"Potovanja in Kraji\",\"Unable to search the group\":\"Ni mogoče iskati po skuspini\",\"Write message, @ to mention someone …\":\"Napišite sporočilo, z @ omenite osebo ...\"}},{locale:\"sv\",translations:{\"{tag} (invisible)\":\"{tag} (osynlig)\",\"{tag} (restricted)\":\"{tag} (begränsad)\",Actions:\"Åtgärder\",Activities:\"Aktiviteter\",\"Animals & Nature\":\"Djur & Natur\",Choose:\"Välj\",Close:\"Stäng\",Custom:\"Anpassad\",Flags:\"Flaggor\",\"Food & Drink\":\"Mat & Dryck\",\"Frequently used\":\"Används ofta\",\"Message limit of {count} characters reached\":\"Meddelandegräns {count} tecken används\",Next:\"Nästa\",\"No emoji found\":\"Hittade inga emojis\",\"No results\":\"Inga resultat\",Objects:\"Objekt\",\"Pause slideshow\":\"Pausa bildspelet\",\"People & Body\":\"Kropp & Själ\",\"Pick an emoji\":\"Välj en emoji\",Previous:\"Föregående\",Search:\"Sök\",\"Search results\":\"Sökresultat\",\"Select a tag\":\"Välj en tag\",Settings:\"Inställningar\",\"Settings navigation\":\"Inställningsmeny\",\"Smileys & Emotion\":\"Selfies & Känslor\",\"Start slideshow\":\"Starta bildspelet\",Symbols:\"Symboler\",\"Travel & Places\":\"Resor & Sevärdigheter\",\"Unable to search the group\":\"Kunde inte söka i gruppen\",\"Write message, @ to mention someone …\":\"Skicka meddelande, skriv @ för att omnämna någon ...\"}},{locale:\"tr\",translations:{\"{tag} (invisible)\":\"{tag} (görünmez)\",\"{tag} (restricted)\":\"{tag} (kısıtlı)\",Actions:\"İşlemler\",Activities:\"Etkinlikler\",\"Animals & Nature\":\"Hayvanlar ve Doğa\",Choose:\"Seçin\",Close:\"Kapat\",Custom:\"Özel\",\"External documentation for {title}\":\"{title} için dış belgeler\",Flags:\"Bayraklar\",\"Food & Drink\":\"Yeme ve İçme\",\"Frequently used\":\"Sık kullanılanlar\",\"Message limit of {count} characters reached\":\"{count} karakter ileti sınırına ulaşıldı\",Next:\"Sonraki\",\"No emoji found\":\"Herhangi bir emoji bulunamadı\",\"No results\":\"Herhangi bir sonuç bulunamadı\",Objects:\"Nesneler\",\"Pause slideshow\":\"Slayt sunumunu duraklat\",\"People & Body\":\"İnsanlar ve Beden\",\"Pick an emoji\":\"Bir emoji seçin\",Previous:\"Önceki\",Search:\"Arama\",\"Search results\":\"Arama sonuçları\",\"Select a tag\":\"Bir etiket seçin\",Settings:\"Ayarlar\",\"Settings navigation\":\"Gezinme ayarları\",\"Smileys & Emotion\":\"İfadeler ve Duygular\",\"Start slideshow\":\"Slayt sunumunu başlat\",Submit:\"Gönder\",Symbols:\"Simgeler\",\"Travel & Places\":\"Gezi ve Yerler\",\"Unable to search the group\":\"Grupta arama yapılamadı\",\"Write message, @ to mention someone …\":\"İletiyi yazın. Birini anmak için @ kullanın …\"}},{locale:\"uk\",translations:{\"{tag} (invisible)\":\"{tag} (invisible)\",\"{tag} (restricted)\":\"{tag} (restricted)\",Actions:\"Дії\",Activities:\"Діяльність\",\"Animals & Nature\":\"Тварини та природа\",Choose:\"Виберіть\",Close:\"Закрити\",Custom:\"Власне\",Flags:\"Прапори\",\"Food & Drink\":\"Їжа та напитки\",\"Frequently used\":\"Найчастіші\",Next:\"Вперед\",\"No emoji found\":\"Емоційки відсутні\",\"No results\":\"Відсутні результати\",Objects:\"Об'єкти\",\"Pause slideshow\":\"Пауза у показі слайдів\",\"People & Body\":\"Люди та жести\",\"Pick an emoji\":\"Виберіть емоційку\",Previous:\"Назад\",Search:\"Пошук\",\"Search results\":\"Результати пошуку\",\"Select a tag\":\"Виберіть позначку\",Settings:\"Налаштування\",\"Smileys & Emotion\":\"Усміхайлики та емоційки\",\"Start slideshow\":\"Почати показ слайдів\",Symbols:\"Символи\",\"Travel & Places\":\"Поїздки та місця\",\"Unable to search the group\":\"Неможливо шукати в групі\"}},{locale:\"zh_CN\",translations:{\"{tag} (invisible)\":\"{tag} (不可见)\",\"{tag} (restricted)\":\"{tag} (受限)\",Actions:\"行为\",Activities:\"活动\",\"Animals & Nature\":\"动物 & 自然\",Choose:\"选择\",Close:\"关闭\",Custom:\"自定义\",Flags:\"旗帜\",\"Food & Drink\":\"食物 & 饮品\",\"Frequently used\":\"经常使用\",\"Message limit of {count} characters reached\":\"已达到 {count} 个字符的消息限制\",Next:\"下一个\",\"No emoji found\":\"表情未找到\",\"No results\":\"无结果\",Objects:\"物体\",\"Pause slideshow\":\"暂停幻灯片\",\"People & Body\":\"人 & 身体\",\"Pick an emoji\":\"选择一个表情\",Previous:\"上一个\",Search:\"搜索\",\"Search results\":\"搜索结果\",\"Select a tag\":\"选择一个标签\",Settings:\"设置\",\"Settings navigation\":\"设置向导\",\"Smileys & Emotion\":\"笑脸 & 情感\",\"Start slideshow\":\"开始幻灯片\",Symbols:\"符号\",\"Travel & Places\":\"旅游 & 地点\",\"Unable to search the group\":\"无法搜索分组\",\"Write message, @ to mention someone …\":\"输入消息,输入 @ 来提醒某人\"}},{locale:\"zh_HK\",translations:{\"{tag} (invisible)\":\"{tag} (隱藏)\",\"{tag} (restricted)\":\"{tag} (受限)\",Actions:\"動作\",Activities:\"活動\",\"Animals & Nature\":\"動物與自然\",Choose:\"選擇\",Close:\"關閉\",Custom:\"自定義\",\"External documentation for {title}\":\"{title} 的外部文檔\",Flags:\"旗幟\",\"Food & Drink\":\"食物與飲料\",\"Frequently used\":\"經常使用\",\"Message limit of {count} characters reached\":\"已達到訊息最多 {count} 字元限制\",Next:\"下一個\",\"No emoji found\":\"未找到表情符號\",\"No results\":\"無結果\",Objects:\"物件\",\"Pause slideshow\":\"暫停幻燈片\",\"People & Body\":\"人物\",\"Pick an emoji\":\"選擇表情符號\",Previous:\"上一個\",Search:\"搜尋\",\"Search results\":\"搜尋結果\",\"Select a tag\":\"選擇標籤\",Settings:\"設定\",\"Settings navigation\":\"設定值導覽\",\"Smileys & Emotion\":\"表情\",\"Start slideshow\":\"開始幻燈片\",Submit:\"提交\",Symbols:\"標誌\",\"Travel & Places\":\"旅遊與景點\",\"Unable to search the group\":\"無法搜尋群組\",\"Write message, @ to mention someone …\":\"輸入訊息時可使用 @ 來標示某人...\"}},{locale:\"zh_TW\",translations:{\"{tag} (invisible)\":\"{tag} (隱藏)\",\"{tag} (restricted)\":\"{tag} (受限)\",Actions:\"動作\",Activities:\"活動\",\"Animals & Nature\":\"動物與自然\",Choose:\"選擇\",Close:\"關閉\",Custom:\"自定義\",Flags:\"旗幟\",\"Food & Drink\":\"食物與飲料\",\"Frequently used\":\"最近使用\",\"Message limit of {count} characters reached\":\"已達到訊息最多 {count} 字元限制\",Next:\"下一個\",\"No emoji found\":\"未找到表情符號\",\"No results\":\"無結果\",Objects:\"物件\",\"Pause slideshow\":\"暫停幻燈片\",\"People & Body\":\"人物\",\"Pick an emoji\":\"選擇表情符號\",Previous:\"上一個\",Search:\"搜尋\",\"Search results\":\"搜尋結果\",\"Select a tag\":\"選擇標籤\",Settings:\"設定\",\"Settings navigation\":\"設定值導覽\",\"Smileys & Emotion\":\"表情\",\"Start slideshow\":\"開始幻燈片\",Symbols:\"標誌\",\"Travel & Places\":\"旅遊與景點\",\"Unable to search the group\":\"無法搜尋群組\",\"Write message, @ to mention someone …\":\"輸入訊息時可使用 @ 來標示某人...\"}}].forEach((function(A){var t={};for(var e in A.translations)A.translations[e].pluralId?t[e]={msgid:e,msgid_plural:A.translations[e].pluralId,msgstr:A.translations[e].msgstr}:t[e]={msgid:e,msgstr:[A.translations[e]]};o.addTranslation(A.locale,{translations:{\"\":t}})}));var i=o.build(),a=i.ngettext.bind(i),r=i.gettext.bind(i)},,function(A,t){A.exports=require(\"core-js/modules/es.function.name.js\")},function(A,t){A.exports=require(\"core-js/modules/es.regexp.exec.js\")},function(A,t){A.exports=require(\"core-js/modules/es.array.iterator.js\")},function(A,t){A.exports=require(\"core-js/modules/es.string.iterator.js\")},function(A,t){A.exports=require(\"core-js/modules/web.dom-collections.iterator.js\")},function(A,t,e){\"use strict\";var n=e(0),o=e.n(n),i=e(1),a=e.n(i)()(o.a);a.push([A.i,\".popover{z-index:100000;display:block !important;filter:drop-shadow(0 1px 10px var(--color-box-shadow))}.popover__inner{padding:0;color:var(--color-main-text);border-radius:var(--border-radius);background:var(--color-main-background)}.popover__arrow{position:absolute;z-index:1;width:0;height:0;margin:10px;border-style:solid;border-color:var(--color-main-background)}.popover[x-placement^='top']{margin-bottom:10px}.popover[x-placement^='top'] .popover__arrow{bottom:-10px;left:calc(50% - $arrow-width);margin-top:0;margin-bottom:0;border-width:10px 10px 0 10px;border-right-color:transparent !important;border-bottom-color:transparent !important;border-left-color:transparent !important}.popover[x-placement^='bottom']{margin-top:10px}.popover[x-placement^='bottom'] .popover__arrow{top:-10px;left:calc(50% - $arrow-width);margin-top:0;margin-bottom:0;border-width:0 10px 10px 10px;border-top-color:transparent !important;border-right-color:transparent !important;border-left-color:transparent !important}.popover[x-placement^='right']{margin-left:10px}.popover[x-placement^='right'] .popover__arrow{top:calc(50% - $arrow-width);left:-10px;margin-right:0;margin-left:0;border-width:10px 10px 10px 0;border-top-color:transparent !important;border-bottom-color:transparent !important;border-left-color:transparent !important}.popover[x-placement^='left']{margin-right:10px}.popover[x-placement^='left'] .popover__arrow{top:calc(50% - $arrow-width);right:-10px;margin-right:0;margin-left:0;border-width:10px 0 10px 10px;border-top-color:transparent !important;border-right-color:transparent !important;border-bottom-color:transparent !important}.popover[aria-hidden='true']{visibility:hidden;transition:opacity var(--animation-quick),visibility var(--animation-quick);opacity:0}.popover[aria-hidden='false']{visibility:visible;transition:opacity var(--animation-quick);opacity:1}\\n\",\"\",{version:3,sources:[\"webpack://./Popover.vue\"],names:[],mappings:\"AAgHA,SACC,cAAe,CACf,wBAAyB,CAEzB,sDAAuD,CAEvD,gBACC,SAAU,CACV,4BAA6B,CAC7B,kCAAmC,CACnC,uCAAwC,CACxC,gBAGA,iBAAkB,CAClB,SAAU,CACV,OAAQ,CACR,QAAS,CACT,WApBgB,CAqBhB,kBAAmB,CACnB,yCAA0C,CApB5C,6BAwBE,kBA1BgB,CAElB,6CA2BG,YA7Be,CA8Bf,6BAA8B,CAC9B,YAAa,CACb,eAAgB,CAChB,6BAjCe,CAkCf,yCAA0C,CAC1C,0CAA2C,CAC3C,wCAAyC,CAlC5C,gCAuCE,eAzCgB,CAElB,gDA0CG,SA5Ce,CA6Cf,6BAA8B,CAC9B,YAAa,CACb,eAAgB,CAChB,6BAhDe,CAiDf,uCAAwC,CACxC,yCAA0C,CAC1C,wCAAyC,CAjD5C,+BAsDE,gBAxDgB,CAElB,+CAyDG,4BAA6B,CAC7B,UA5De,CA6Df,cAAe,CACf,aAAc,CACd,6BAAsD,CACtD,uCAAwC,CACxC,0CAA2C,CAC3C,wCAAyC,CAhE5C,8BAqEE,iBAvEgB,CAElB,8CAwEG,4BAA6B,CAC7B,WA3Ee,CA4Ef,cAAe,CACf,aAAc,CACd,6BA9Ee,CA+Ef,uCAAwC,CACxC,yCAA0C,CAC1C,0CAA2C,CA/E9C,6BAoFE,iBAAkB,CAClB,2EAA6E,CAC7E,SAAU,CAtFZ,8BA0FE,kBAAmB,CACnB,yCAA0C,CAC1C,SAAU\",sourcesContent:[\"$scope_version:\\\"9737fff\\\"; @import 'variables';\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n$arrow-width: 10px;\\n\\n.popover {\\n\\tz-index: 100000;\\n\\tdisplay: block !important;\\n\\n\\tfilter: drop-shadow(0 1px 10px var(--color-box-shadow));\\n\\n\\t&__inner {\\n\\t\\tpadding: 0;\\n\\t\\tcolor: var(--color-main-text);\\n\\t\\tborder-radius: var(--border-radius);\\n\\t\\tbackground: var(--color-main-background);\\n\\t}\\n\\n\\t&__arrow {\\n\\t\\tposition: absolute;\\n\\t\\tz-index: 1;\\n\\t\\twidth: 0;\\n\\t\\theight: 0;\\n\\t\\tmargin: $arrow-width;\\n\\t\\tborder-style: solid;\\n\\t\\tborder-color: var(--color-main-background);\\n\\t}\\n\\n\\t&[x-placement^='top'] {\\n\\t\\tmargin-bottom: $arrow-width;\\n\\n\\t\\t.popover__arrow {\\n\\t\\t\\tbottom: -$arrow-width;\\n\\t\\t\\tleft: calc(50% - $arrow-width);\\n\\t\\t\\tmargin-top: 0;\\n\\t\\t\\tmargin-bottom: 0;\\n\\t\\t\\tborder-width: $arrow-width $arrow-width 0 $arrow-width;\\n\\t\\t\\tborder-right-color: transparent !important;\\n\\t\\t\\tborder-bottom-color: transparent !important;\\n\\t\\t\\tborder-left-color: transparent !important;\\n\\t\\t}\\n\\t}\\n\\n\\t&[x-placement^='bottom'] {\\n\\t\\tmargin-top: $arrow-width;\\n\\n\\t\\t.popover__arrow {\\n\\t\\t\\ttop: -$arrow-width;\\n\\t\\t\\tleft: calc(50% - $arrow-width);\\n\\t\\t\\tmargin-top: 0;\\n\\t\\t\\tmargin-bottom: 0;\\n\\t\\t\\tborder-width: 0 $arrow-width $arrow-width $arrow-width;\\n\\t\\t\\tborder-top-color: transparent !important;\\n\\t\\t\\tborder-right-color: transparent !important;\\n\\t\\t\\tborder-left-color: transparent !important;\\n\\t\\t}\\n\\t}\\n\\n\\t&[x-placement^='right'] {\\n\\t\\tmargin-left: $arrow-width;\\n\\n\\t\\t.popover__arrow {\\n\\t\\t\\ttop: calc(50% - $arrow-width);\\n\\t\\t\\tleft: -$arrow-width;\\n\\t\\t\\tmargin-right: 0;\\n\\t\\t\\tmargin-left: 0;\\n\\t\\t\\tborder-width: $arrow-width $arrow-width $arrow-width 0;\\n\\t\\t\\tborder-top-color: transparent !important;\\n\\t\\t\\tborder-bottom-color: transparent !important;\\n\\t\\t\\tborder-left-color: transparent !important;\\n\\t\\t}\\n\\t}\\n\\n\\t&[x-placement^='left'] {\\n\\t\\tmargin-right: $arrow-width;\\n\\n\\t\\t.popover__arrow {\\n\\t\\t\\ttop: calc(50% - $arrow-width);\\n\\t\\t\\tright: -$arrow-width;\\n\\t\\t\\tmargin-right: 0;\\n\\t\\t\\tmargin-left: 0;\\n\\t\\t\\tborder-width: $arrow-width 0 $arrow-width $arrow-width;\\n\\t\\t\\tborder-top-color: transparent !important;\\n\\t\\t\\tborder-right-color: transparent !important;\\n\\t\\t\\tborder-bottom-color: transparent !important;\\n\\t\\t}\\n\\t}\\n\\n\\t&[aria-hidden='true'] {\\n\\t\\tvisibility: hidden;\\n\\t\\ttransition: opacity var(--animation-quick), visibility var(--animation-quick);\\n\\t\\topacity: 0;\\n\\t}\\n\\n\\t&[aria-hidden='false'] {\\n\\t\\tvisibility: visible;\\n\\t\\ttransition: opacity var(--animation-quick);\\n\\t\\topacity: 1;\\n\\t}\\n}\\n\\n\"],sourceRoot:\"\"}]),t.a=a},function(A,t){},function(A,t,e){\"use strict\";e.r(t);var n=e(7),o=e(2),i=e.n(o),a=e(23),r={insert:\"head\",singleton:!1};i()(a.a,r),a.a.locals;\n/**\n * @copyright Copyright (c) 2019 Julius Härtl <jus@bitgrid.net>\n *\n * @author Julius Härtl <jus@bitgrid.net>\n * @author John Molakvoæ <skjnldsv@protonmail.com>\n *\n * @license GNU AGPL version 3 or any later version\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see <http://www.gnu.org/licenses/>.\n *\n */\nn.VTooltip.options.defaultTemplate='<div class=\"vue-tooltip\" role=\"tooltip\" data-v-'.concat(\"9737fff\",'><div class=\"tooltip-arrow\"></div><div class=\"tooltip-inner\"></div></div>'),n.VTooltip.options.defaultHtml=!1;t.default=n.VTooltip},function(A,t){A.exports=require(\"core-js/modules/es.string.trim.js\")},function(A,t,e){\"use strict\";var n=e(0),o=e.n(n),i=e(1),a=e.n(i)()(o.a);a.push([A.i,\".vue-tooltip[data-v-9737fff]{position:absolute;z-index:100000;right:auto;left:auto;display:block;margin:0;margin-top:-3px;padding:10px 0;text-align:left;text-align:start;opacity:0;line-height:1.6;line-break:auto;filter:drop-shadow(0 1px 10px var(--color-box-shadow))}.vue-tooltip[data-v-9737fff][x-placement^='top'] .tooltip-arrow{bottom:0;margin-top:0;margin-bottom:0;border-width:10px 10px 0 10px;border-right-color:transparent;border-bottom-color:transparent;border-left-color:transparent}.vue-tooltip[data-v-9737fff][x-placement^='bottom'] .tooltip-arrow{top:0;margin-top:0;margin-bottom:0;border-width:0 10px 10px 10px;border-top-color:transparent;border-right-color:transparent;border-left-color:transparent}.vue-tooltip[data-v-9737fff][x-placement^='right'] .tooltip-arrow{right:100%;margin-right:0;margin-left:0;border-width:10px 10px 10px 0;border-top-color:transparent;border-bottom-color:transparent;border-left-color:transparent}.vue-tooltip[data-v-9737fff][x-placement^='left'] .tooltip-arrow{left:100%;margin-right:0;margin-left:0;border-width:10px 0 10px 10px;border-top-color:transparent;border-right-color:transparent;border-bottom-color:transparent}.vue-tooltip[data-v-9737fff][aria-hidden='true']{visibility:hidden;transition:opacity .15s, visibility .15s;opacity:0}.vue-tooltip[data-v-9737fff][aria-hidden='false']{visibility:visible;transition:opacity .15s;opacity:1}.vue-tooltip[data-v-9737fff] .tooltip-inner{max-width:350px;padding:5px 8px;text-align:center;color:var(--color-main-text);border-radius:var(--border-radius);background-color:var(--color-main-background)}.vue-tooltip[data-v-9737fff] .tooltip-arrow{position:absolute;z-index:1;width:0;height:0;margin:0;border-style:solid;border-color:var(--color-main-background)}\\n\",\"\",{version:3,sources:[\"webpack://./index.scss\"],names:[],mappings:\"AAeA,6BACC,iBAAkB,CAClB,cAAe,CACf,UAAW,CACX,SAAU,CACV,aAAc,CACd,QAAS,CAET,eAAgB,CAChB,cAAe,CACf,eAAgB,CAChB,gBAAiB,CACjB,SAAU,CACV,eAAgB,CAEhB,eAAgB,CAChB,sDAAuD,CAhBxD,gEAqBG,QAAS,CACT,YAAa,CACb,eAAgB,CAChB,6BA1Be,CA2Bf,8BAA+B,CAC/B,+BAAgC,CAChC,6BAA8B,CA3BjC,mEAkCG,KAAM,CACN,YAAa,CACb,eAAgB,CAChB,6BAvCe,CAwCf,4BAA6B,CAC7B,8BAA+B,CAC/B,6BAA8B,CAxCjC,kEA+CG,UAAW,CACX,cAAe,CACf,aAAc,CACd,6BAAsD,CACtD,4BAA6B,CAC7B,+BAAgC,CAChC,6BAA8B,CArDjC,iEA4DG,SAAU,CACV,cAAe,CACf,aAAc,CACd,6BAjEe,CAkEf,4BAA6B,CAC7B,8BAA+B,CAC/B,+BAAgC,CAlEnC,iDAwEE,iBAAkB,CAClB,wCAAyC,CACzC,SAAU,CA1EZ,kDA6EE,kBAAmB,CACnB,uBAAwB,CACxB,SAAU,CA/EZ,4CAoFE,eAAgB,CAChB,eAAgB,CAChB,iBAAkB,CAClB,4BAA6B,CAC7B,kCAAmC,CACnC,6CAA8C,CAzFhD,4CA8FE,iBAAkB,CAClB,SAAU,CACV,OAAQ,CACR,QAAS,CACT,QAAS,CACT,kBAAmB,CACnB,yCAA0C\",sourcesContent:[\"$scope_version:\\\"9737fff\\\"; @import 'variables';\\n/**\\n* @copyright Copyright (c) 2016, John Molakvoæ <skjnldsv@protonmail.com>\\n* @copyright Copyright (c) 2016, Robin Appelman <robin@icewind.nl>\\n* @copyright Copyright (c) 2016, Jan-Christoph Borchardt <hey@jancborchardt.net>\\n* @copyright Copyright (c) 2016, Erik Pellikka <erik@pellikka.org>\\n* @copyright Copyright (c) 2015, Vincent Petry <pvince81@owncloud.com>\\n*\\n* Bootstrap v3.3.5 (http://getbootstrap.com)\\n* Copyright 2011-2015 Twitter, Inc.\\n* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)\\n*/\\n\\n$arrow-width: 10px;\\n\\n.vue-tooltip[data-v-#{$scope_version}] {\\n\\tposition: absolute;\\n\\tz-index: 100000;\\n\\tright: auto;\\n\\tleft: auto;\\n\\tdisplay: block;\\n\\tmargin: 0;\\n\\t/* default to top */\\n\\tmargin-top: -3px;\\n\\tpadding: 10px 0;\\n\\ttext-align: left;\\n\\ttext-align: start;\\n\\topacity: 0;\\n\\tline-height: 1.6;\\n\\n\\tline-break: auto;\\n\\tfilter: drop-shadow(0 1px 10px var(--color-box-shadow));\\n\\n\\t// TOP\\n\\t&[x-placement^='top'] {\\n\\t\\t.tooltip-arrow {\\n\\t\\t\\tbottom: 0;\\n\\t\\t\\tmargin-top: 0;\\n\\t\\t\\tmargin-bottom: 0;\\n\\t\\t\\tborder-width: $arrow-width $arrow-width 0 $arrow-width;\\n\\t\\t\\tborder-right-color: transparent;\\n\\t\\t\\tborder-bottom-color: transparent;\\n\\t\\t\\tborder-left-color: transparent;\\n\\t\\t}\\n\\t}\\n\\n\\t// BOTTOM\\n\\t&[x-placement^='bottom'] {\\n\\t\\t.tooltip-arrow {\\n\\t\\t\\ttop: 0;\\n\\t\\t\\tmargin-top: 0;\\n\\t\\t\\tmargin-bottom: 0;\\n\\t\\t\\tborder-width: 0 $arrow-width $arrow-width $arrow-width;\\n\\t\\t\\tborder-top-color: transparent;\\n\\t\\t\\tborder-right-color: transparent;\\n\\t\\t\\tborder-left-color: transparent;\\n\\t\\t}\\n\\t}\\n\\n\\t// RIGHT\\n\\t&[x-placement^='right'] {\\n\\t\\t.tooltip-arrow {\\n\\t\\t\\tright: 100%;\\n\\t\\t\\tmargin-right: 0;\\n\\t\\t\\tmargin-left: 0;\\n\\t\\t\\tborder-width: $arrow-width $arrow-width $arrow-width 0;\\n\\t\\t\\tborder-top-color: transparent;\\n\\t\\t\\tborder-bottom-color: transparent;\\n\\t\\t\\tborder-left-color: transparent;\\n\\t\\t}\\n\\t}\\n\\n\\t// LEFT\\n\\t&[x-placement^='left'] {\\n\\t\\t.tooltip-arrow {\\n\\t\\t\\tleft: 100%;\\n\\t\\t\\tmargin-right: 0;\\n\\t\\t\\tmargin-left: 0;\\n\\t\\t\\tborder-width: $arrow-width 0 $arrow-width $arrow-width;\\n\\t\\t\\tborder-top-color: transparent;\\n\\t\\t\\tborder-right-color: transparent;\\n\\t\\t\\tborder-bottom-color: transparent;\\n\\t\\t}\\n\\t}\\n\\n\\t// HIDDEN / SHOWN\\n\\t&[aria-hidden='true'] {\\n\\t\\tvisibility: hidden;\\n\\t\\ttransition: opacity .15s, visibility .15s;\\n\\t\\topacity: 0;\\n\\t}\\n\\t&[aria-hidden='false'] {\\n\\t\\tvisibility: visible;\\n\\t\\ttransition: opacity .15s;\\n\\t\\topacity: 1;\\n\\t}\\n\\n\\t// CONTENT\\n\\t.tooltip-inner {\\n\\t\\tmax-width: 350px;\\n\\t\\tpadding: 5px 8px;\\n\\t\\ttext-align: center;\\n\\t\\tcolor: var(--color-main-text);\\n\\t\\tborder-radius: var(--border-radius);\\n\\t\\tbackground-color: var(--color-main-background);\\n\\t}\\n\\n\\t// ARROW\\n\\t.tooltip-arrow {\\n\\t\\tposition: absolute;\\n\\t\\tz-index: 1;\\n\\t\\twidth: 0;\\n\\t\\theight: 0;\\n\\t\\tmargin: 0;\\n\\t\\tborder-style: solid;\\n\\t\\tborder-color: var(--color-main-background);\\n\\t}\\n}\\n\"],sourceRoot:\"\"}]),t.a=a},,function(A,t){A.exports=require(\"core-js/modules/es.string.replace.js\")},function(A,t){A.exports=require(\"core-js/modules/es.regexp.to-string.js\")},function(A,t){A.exports=require(\"core-js/modules/web.dom-collections.for-each.js\")},function(A,t,e){\"use strict\";var n={name:\"Popover\",components:{VPopover:e(7).VPopover},mounted:function(){var A=this;this.$watch((function(){return A.$refs.popover.isOpen}),(function(t){t?A.$emit(\"after-show\"):A.$emit(\"after-hide\")}))}},o=e(2),i=e.n(o),a=e(19),r={insert:\"head\",singleton:!1},s=(i()(a.a,r),a.a.locals,e(3)),c=e(20),l=e.n(c),g=Object(s.a)(n,(function(){var A=this.$createElement,t=this._self._c||A;return t(\"VPopover\",this._g(this._b({ref:\"popover\",attrs:{\"popover-base-class\":\"popover\",\"popover-wrapper-class\":\"popover__wrapper\",\"popover-arrow-class\":\"popover__arrow\",\"popover-inner-class\":\"popover__inner\"}},\"VPopover\",this.$attrs,!1),this.$listeners),[this._t(\"trigger\"),this._v(\" \"),t(\"template\",{slot:\"popover\"},[this._t(\"default\")],2)],2)}),[],!1,null,null,null);\"function\"==typeof l.a&&l()(g);t.a=g.exports},,,function(A,t){A.exports=require(\"core-js/modules/es.symbol.js\")},function(A,t){A.exports=require(\"@nextcloud/l10n/dist/gettext\")},function(A,t,e){\"use strict\";e(15),e(25),e(6),e(26);t.a=function(A){return Math.random().toString(36).replace(/[^a-z]+/g,\"\").substr(0,A||5)}},,function(A,t){A.exports=require(\"core-js/modules/es.array.concat.js\")},,,function(A,t){A.exports=require(\"core-js/modules/es.symbol.description.js\")},,,function(A,t){A.exports=require(\"core-js/modules/es.array.slice.js\")},,,,,function(A,t){A.exports=require(\"core-js/modules/es.symbol.iterator.js\")},function(A,t,e){\"use strict\";e.r(t);var n=e(28);\n/**\n * @copyright Copyright (c) 2019 Marco Ambrosini <marcoambrosini@pm.me>\n *\n * @author Marco Ambrosini <marcoambrosini@pm.me>\n *\n * @license GNU AGPL version 3 or any later version\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see <http://www.gnu.org/licenses/>.\n *\n */t.default=n.a},,,function(A,t,e){\"use strict\";e(35),e(14),e(101);var n=e(5),o=e.n(n);t.a=function(A,t,e){if(void 0!==A)for(var n=A.length-1;n>=0;n--){var i=A[n],a=!i.componentOptions&&i.tag&&-1===t.indexOf(i.tag),r=!!i.componentOptions&&\"string\"==typeof i.componentOptions.tag,s=r&&-1===t.indexOf(i.componentOptions.tag);(a||!r||s)&&((a||s)&&o.a.util.warn(\"\".concat(a?i.tag:i.componentOptions.tag,\" is not allowed inside the \").concat(e.$options.name,\" component\"),e),A.splice(n,1))}}},function(A,t){A.exports=require(\"core-js/modules/es.array.filter.js\")},function(A,t){A.exports=require(\"core-js/modules/es.array.from.js\")},,,,,,,,,,,,,,,function(A,t,e){\"use strict\";var n=e(0),o=e.n(n),i=e(1),a=e.n(i),r=e(4),s=e.n(r),c=e(8),l=e(9),g=e(10),u=e(11),d=a()(o.a),m=s()(c.a),C=s()(l.a),p=s()(g.a),f=s()(u.a);d.push([A.i,'@font-face{font-family:\"iconfont-vue-9737fff\";src:url('+m+\");src:url(\"+m+') format(\"embedded-opentype\"),url('+C+') format(\"woff\"),url('+p+') format(\"truetype\"),url('+f+') format(\"svg\")}.icon[data-v-54ba527a]{font-style:normal;font-weight:400}.icon.arrow-left-double[data-v-54ba527a]:before{font-family:\"iconfont-vue-9737fff\";content:\"\"}.icon.arrow-left[data-v-54ba527a]:before{font-family:\"iconfont-vue-9737fff\";content:\"\"}.icon.arrow-right-double[data-v-54ba527a]:before{font-family:\"iconfont-vue-9737fff\";content:\"\"}.icon.arrow-right[data-v-54ba527a]:before{font-family:\"iconfont-vue-9737fff\";content:\"\"}.icon.breadcrumb[data-v-54ba527a]:before{font-family:\"iconfont-vue-9737fff\";content:\"\"}.icon.checkmark[data-v-54ba527a]:before{font-family:\"iconfont-vue-9737fff\";content:\"\"}.icon.close[data-v-54ba527a]:before{font-family:\"iconfont-vue-9737fff\";content:\"\"}.icon.confirm[data-v-54ba527a]:before{font-family:\"iconfont-vue-9737fff\";content:\"\"}.icon.info[data-v-54ba527a]:before{font-family:\"iconfont-vue-9737fff\";content:\"\"}.icon.menu[data-v-54ba527a]:before{font-family:\"iconfont-vue-9737fff\";content:\"\"}.icon.more[data-v-54ba527a]:before{font-family:\"iconfont-vue-9737fff\";content:\"\"}.icon.pause[data-v-54ba527a]:before{font-family:\"iconfont-vue-9737fff\";content:\"\"}.icon.play[data-v-54ba527a]:before{font-family:\"iconfont-vue-9737fff\";content:\"\"}.icon.triangle-s[data-v-54ba527a]:before{font-family:\"iconfont-vue-9737fff\";content:\"\"}.icon.user-status-away[data-v-54ba527a]:before{font-family:\"iconfont-vue-9737fff\";content:\"\"}.icon.user-status-dnd[data-v-54ba527a]:before{font-family:\"iconfont-vue-9737fff\";content:\"\"}.icon.user-status-invisible[data-v-54ba527a]:before{font-family:\"iconfont-vue-9737fff\";content:\"\"}.icon.user-status-online[data-v-54ba527a]:before{font-family:\"iconfont-vue-9737fff\";content:\"\"}.action-item[data-v-54ba527a]{position:relative;display:inline-block}.action-item--single[data-v-54ba527a]:hover,.action-item--single[data-v-54ba527a]:focus,.action-item--single[data-v-54ba527a]:active,.action-item__menutoggle[data-v-54ba527a]:hover,.action-item__menutoggle[data-v-54ba527a]:focus,.action-item__menutoggle[data-v-54ba527a]:active{opacity:1;background-color:rgba(127,127,127,0.25)}.action-item__menutoggle[data-v-54ba527a]:disabled,.action-item--single[data-v-54ba527a]:disabled{opacity:.3 !important}.action-item.action-item--open .action-item__menutoggle[data-v-54ba527a]{opacity:1;background-color:rgba(127,127,127,0.25)}.action-item--single[data-v-54ba527a],.action-item__menutoggle[data-v-54ba527a]{box-sizing:border-box;width:auto;min-width:44px;height:44px;margin:0;padding:14px;cursor:pointer;border:none;border-radius:22px;background-color:transparent}.action-item__menutoggle[data-v-54ba527a]{display:flex;align-items:center;justify-content:center;opacity:.7;font-weight:bold;line-height:16px}.action-item__menutoggle[data-v-54ba527a] span{width:16px;height:16px;line-height:16px}.action-item__menutoggle[data-v-54ba527a]:before{content:\\'\\'}.action-item__menutoggle--default-icon[data-v-54ba527a]:before{font-family:\"iconfont-vue-9737fff\";font-style:normal;font-weight:400;content:\"\"}.action-item__menutoggle--default-icon[data-v-54ba527a]::before{font-size:16px}.action-item__menutoggle--with-title[data-v-54ba527a]{position:relative;padding-left:44px;white-space:nowrap;opacity:1;border:1px solid var(--color-border-dark);background-color:var(--color-background-dark);background-position:14px center;font-size:inherit}.action-item__menutoggle--with-title[data-v-54ba527a]:before{position:absolute;top:14px;left:14px}.action-item__menutoggle--primary[data-v-54ba527a]{opacity:1;color:var(--color-primary-text);border:none;background-color:var(--color-primary-element)}.action-item--open .action-item__menutoggle--primary[data-v-54ba527a],.action-item__menutoggle--primary[data-v-54ba527a]:hover,.action-item__menutoggle--primary[data-v-54ba527a]:focus,.action-item__menutoggle--primary[data-v-54ba527a]:active{color:var(--color-primary-text) !important;background-color:var(--color-primary-element-light) !important}.action-item--single[data-v-54ba527a]{opacity:.7}.action-item--single[data-v-54ba527a]:hover,.action-item--single[data-v-54ba527a]:focus,.action-item--single[data-v-54ba527a]:active{opacity:1}.action-item--single>[hidden][data-v-54ba527a]{display:none}.ie .action-item__menu[data-v-54ba527a],.ie .action-item__menu .action-item__menu_arrow[data-v-54ba527a],.edge .action-item__menu[data-v-54ba527a],.edge .action-item__menu .action-item__menu_arrow[data-v-54ba527a]{border:1px solid var(--color-border)}\\n',\"\",{version:3,sources:[\"webpack://./../../fonts/scss/iconfont-vue.scss\",\"webpack://./Actions.vue\",\"webpack://./../../assets/variables.scss\"],names:[],mappings:\"AA2FE,WACC,kCAAmC,CACnC,2CAAuC,CACvC,+OAGmD,CAMpD,uBACE,iBAAkB,CAClB,eAAgB,CAFlB,gDAMM,kCAAmC,CACnC,WA5Ge,CAAO,yCA0GL,kCACJ,CAAsB,WA1G3B,CAAA,iDAyGU,kCACL,CAAA,WAzGG,CAAA,0CAwGL,kCACE,CAAA,WAxGJ,CAAA,yCAuGC,kCACG,CAAA,WACN,CAxGC,wCAsGC,kCACI,CAAA,WACb,CAAO,oCAFF,kCACQ,CAAA,WACb,CAAA,sCAFO,kCACM,CAAA,WACb,CAAA,mCAFI,kCACS,CAAA,WACb,CAAA,mCAPD,kCAMc,CAAA,WACb,CAAA,mCAPD,kCAMc,CAAA,WACb,CAAA,oCAPD,kCAMc,CAAA,WACb,CAAA,mCAPD,kCAMc,CAAA,WAAsB,CACnC,yCAPD,kCAMc,CAAA,WAAA,CAAsB,+CANpC,kCAMc,CAAA,WAAA,CAAA,8CANd,kCAMc,CAAA,WAAA,CAAA,oDANd,kCAMc,CAAA,WAAA,CAAA,iDANd,kCAMc,CAAA,WAAA,CAAA,8BA1FG,iBC6nBZ,CACX,oBACA,CAAA,sRASC,SAAA,CAAY,uCCvnBE,CAAA,kGD+nBd,qBACA,CAAA,yEAGmB,SAAA,CAAA,uCCvnBK,CAAA,gFD8nBxB,qBACA,CAAA,UAAY,CAAA,cACL,CAAA,WACP,CAAS,QACT,CAAA,YACA,CAAA,cClpBY,CAAA,WDopBJ,CAAA,kBAER,CAAA,4BACA,CAAA,0CACA,YAAA,CAAA,kBAMA,CAAA,sBACA,CAAA,UAAe,CAAE,gBCrpBF,CAAE,gBDupBJ,CAAI,+CANjB,UAUA,CAAA,WACC,CAAK,gBC1qBI,CAAI,iDD+pBd,UAAY,CAAA,+DAkBX,kCD7sBF,CAAA,iBAAsB,CAkFnB,eAAY,CAAA,WACZ,CAAA,gEC4nBD,cAAc,CAAA,sDAIb,iBAAA,CAGW,iBACF,CAAQ,kBC/rBA,CDisBlB,SAAA,CAAA,yCAEkB,CAAA,6CAEA,CAAA,+BAClB,CAAA,iBAAkC,CAAM,6DARxC,iBAAY,CAWJ,QACP,CAAQ,SAAU,CAClB,mDAEA,SAAA,CAAA,+BAKM,CAAA,WAAA,CAAA,6CAEW,CAAA,kPAJlB,0CASQ,CAAA,8DACW,CAAA,sCAClB,UAAA,CAAA,qIAIF,SAAA,CAAA,+CAAA,YAQI,CAAA,sNASc,oCACA\",sourcesContent:['$__iconfont__data: map-merge(if(global_variable_exists(\\'__iconfont__data\\'), $__iconfont__data, ()), (\\n\\t\"iconfont-vue-9737fff\": (\\n\\t\\t\"arrow-left-double\": \"\\\\ea01\",\\n\\t\\t\"arrow-left\": \"\\\\ea02\",\\n\\t\\t\"arrow-right-double\": \"\\\\ea03\",\\n\\t\\t\"arrow-right\": \"\\\\ea04\",\\n\\t\\t\"breadcrumb\": \"\\\\ea05\",\\n\\t\\t\"checkmark\": \"\\\\ea06\",\\n\\t\\t\"close\": \"\\\\ea07\",\\n\\t\\t\"confirm\": \"\\\\ea08\",\\n\\t\\t\"info\": \"\\\\ea09\",\\n\\t\\t\"menu\": \"\\\\ea0a\",\\n\\t\\t\"more\": \"\\\\ea0b\",\\n\\t\\t\"pause\": \"\\\\ea0c\",\\n\\t\\t\"play\": \"\\\\ea0d\",\\n\\t\\t\"triangle-s\": \"\\\\ea0e\",\\n\\t\\t\"user-status-away\": \"\\\\ea0f\",\\n\\t\\t\"user-status-dnd\": \"\\\\ea10\",\\n\\t\\t\"user-status-invisible\": \"\\\\ea11\",\\n\\t\\t\"user-status-online\": \"\\\\ea12\"\\n\\t)\\n));\\n\\n\\n$create-font-face: true !default; // should the @font-face tag get created?\\n\\n// should there be a custom class for each icon? will be .filename\\n$create-icon-classes: true !default; \\n\\n// what is the common class name that icons share? in this case icons need to have .icon.filename in their classes\\n// this requires you to have 2 classes on each icon html element, but reduced redeclaration of the font family\\n// for each icon\\n$icon-common-class: \\'icon\\' !default;\\n\\n// if you whish to prefix your filenames, here you can do so.\\n// if this string stays empty, your classes will use the filename, for example\\n// an icon called star.svg will result in a class called .star\\n// if you use the prefix to be \\'icon-\\' it would result in .icon-star\\n$icon-prefix: \\'\\' !default; \\n\\n// helper function to get the correct font group\\n@function iconfont-group($group: null) {\\n @if (null == $group) {\\n $group: nth(map-keys($__iconfont__data), 1);\\n }\\n @if (false == map-has-key($__iconfont__data, $group)) {\\n @warn \\'Undefined Iconfont Family!\\';\\n @return ();\\n }\\n @return map-get($__iconfont__data, $group);\\n}\\n\\n// helper function to get the correct icon of a group\\n@function iconfont-item($name) {\\n $slash: str-index($name, \\'/\\');\\n $group: null;\\n @if ($slash) {\\n $group: str-slice($name, 0, $slash - 1);\\n $name: str-slice($name, $slash + 1);\\n } @else {\\n $group: nth(map-keys($__iconfont__data), 1);\\n }\\n $group: iconfont-group($group);\\n @if (false == map-has-key($group, $name)) {\\n @warn \\'Undefined Iconfont Glyph!\\';\\n @return \\'\\';\\n }\\n @return map-get($group, $name);\\n}\\n\\n// complete mixing to include the icon\\n// usage:\\n// .my_icon{ @include iconfont(\\'star\\') }\\n@mixin iconfont($icon) {\\n $slash: str-index($icon, \\'/\\');\\n $group: null;\\n @if ($slash) {\\n $group: str-slice($icon, 0, $slash - 1);\\n } @else {\\n $group: nth(map-keys($__iconfont__data), 1);\\n }\\n &:before {\\n font-family: $group;\\n font-style: normal;\\n font-weight: 400;\\n content: iconfont-item($icon);\\n }\\n}\\n\\n// creates the font face tag if the variable is set to true (default)\\n@if $create-font-face == true {\\n @font-face {\\n font-family: \"iconfont-vue-9737fff\";\\n src: url(\\'../iconfont-vue-9737fff.eot\\'); /* IE9 Compat Modes */\\n src: url(\\'../iconfont-vue-9737fff.eot?#iefix\\') format(\\'embedded-opentype\\'), /* IE6-IE8 */\\n url(\\'../iconfont-vue-9737fff.woff\\') format(\\'woff\\'), /* Pretty Modern Browsers */\\n url(\\'../iconfont-vue-9737fff.ttf\\') format(\\'truetype\\'), /* Safari, Android, iOS */\\n url(\\'../iconfont-vue-9737fff.svg\\') format(\\'svg\\'); /* Legacy iOS */\\n }\\n}\\n\\n// creates icon classes for each individual loaded svg (default)\\n@if $create-icon-classes == true {\\n .#{$icon-common-class} {\\n font-style: normal;\\n font-weight: 400;\\n\\n @each $icon, $content in map-get($__iconfont__data, \"iconfont-vue-9737fff\") {\\n &.#{$icon-prefix}#{$icon}:before {\\n font-family: \"iconfont-vue-9737fff\";\\n content: iconfont-item(\"iconfont-vue-9737fff/#{$icon}\");\\n }\\n }\\n }\\n}\\n',\"$scope_version:\\\"9737fff\\\"; @import 'variables';\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n@import '../../fonts/scss/iconfont-vue';\\n\\n.action-item {\\n\\tposition: relative;\\n\\tdisplay: inline-block;\\n\\n\\t// put a grey round background when menu is opened\\n\\t// or hover-focused\\n\\t&--single:hover,\\n\\t&--single:focus,\\n\\t&--single:active,\\n\\t&__menutoggle:hover,\\n\\t&__menutoggle:focus,\\n\\t&__menutoggle:active {\\n\\t\\topacity: $opacity_full;\\n\\t\\t// good looking on dark AND white bg\\n\\t\\tbackground-color: $icon-focus-bg;\\n\\t}\\n\\n\\t// TODO: handle this in the future button component\\n\\t&__menutoggle:disabled,\\n\\t&--single:disabled {\\n\\t\\topacity: .3 !important;\\n\\t}\\n\\n\\t&.action-item--open .action-item__menutoggle {\\n\\t\\topacity: $opacity_full;\\n\\t\\tbackground-color: $action-background-hover;\\n\\t}\\n\\n\\t// icons\\n\\t&--single,\\n\\t&__menutoggle {\\n\\t\\tbox-sizing: border-box;\\n\\t\\twidth: auto;\\n\\t\\tmin-width: $clickable-area;\\n\\t\\theight: $clickable-area;\\n\\t\\tmargin: 0;\\n\\t\\tpadding: $icon-margin;\\n\\t\\tcursor: pointer;\\n\\t\\tborder: none;\\n\\t\\tborder-radius: $clickable-area / 2;\\n\\t\\tbackground-color: transparent;\\n\\t}\\n\\n\\t// icon-more\\n\\t&__menutoggle {\\n\\t\\t// align menu icon in center\\n\\t\\tdisplay: flex;\\n\\t\\talign-items: center;\\n\\t\\tjustify-content: center;\\n\\t\\topacity: $opacity_normal;\\n\\t\\tfont-weight: bold;\\n\\t\\tline-height: $icon-size;\\n\\n\\t\\t// image slot\\n\\t\\t/deep/ span {\\n\\t\\t\\twidth: $icon-size;\\n\\t\\t\\theight: $icon-size;\\n\\t\\t\\tline-height: $icon-size;\\n\\t\\t}\\n\\n\\t\\t&:before {\\n\\t\\t\\tcontent: '';\\n\\t\\t}\\n\\n\\t\\t&--default-icon {\\n\\t\\t\\t@include iconfont('more');\\n\\t\\t\\t&::before {\\n\\t\\t\\t\\tfont-size: $icon-size;\\n\\t\\t\\t}\\n\\t\\t}\\n\\n\\t\\t&--with-title {\\n\\t\\t\\tposition: relative;\\n\\t\\t\\tpadding-left: $clickable-area;\\n\\t\\t\\twhite-space: nowrap;\\n\\t\\t\\topacity: $opacity_full;\\n\\t\\t\\tborder: 1px solid var(--color-border-dark);\\n\\t\\t\\t// with a title, we need to display this as a real button\\n\\t\\t\\tbackground-color: var(--color-background-dark);\\n\\t\\t\\tbackground-position: $icon-margin center;\\n\\t\\t\\tfont-size: inherit;\\n\\t\\t\\t// non-background icon class\\n\\t\\t\\t&:before {\\n\\t\\t\\t\\tposition: absolute;\\n\\t\\t\\t\\ttop: $icon-margin;\\n\\t\\t\\t\\tleft: $icon-margin;\\n\\t\\t\\t}\\n\\t\\t}\\n\\n\\t\\t&--primary {\\n\\t\\t\\topacity: $opacity_full;\\n\\t\\t\\tcolor: var(--color-primary-text);\\n\\t\\t\\tborder: none;\\n\\t\\t\\tbackground-color: var(--color-primary-element);\\n\\t\\t\\t.action-item--open &,\\n\\t\\t\\t&:hover,\\n\\t\\t\\t&:focus,\\n\\t\\t\\t&:active {\\n\\t\\t\\t\\tcolor: var(--color-primary-text) !important;\\n\\t\\t\\t\\tbackground-color: var(--color-primary-element-light) !important;\\n\\t\\t\\t}\\n\\t\\t}\\n\\t}\\n\\n\\t&--single {\\n\\t\\topacity: $opacity_normal;\\n\\t\\t&:hover,\\n\\t\\t&:focus,\\n\\t\\t&:active {\\n\\t\\t\\topacity: $opacity_full;\\n\\t\\t}\\n\\t\\t// hide anything the slot is displaying\\n\\t\\t& > [hidden] {\\n\\t\\t\\tdisplay: none;\\n\\t\\t}\\n\\t}\\n}\\n\\n.ie,\\n.edge {\\n\\t.action-item__menu,\\n\\t.action-item__menu .action-item__menu_arrow {\\n\\t\\tborder: 1px solid var(--color-border);\\n\\t}\\n}\\n\\n\",\"/**\\n * @copyright Copyright (c) 2019 John Molakvoæ <skjnldsv@protonmail.com>\\n *\\n * @author John Molakvoæ <skjnldsv@protonmail.com>\\n *\\n * @license GNU AGPL version 3 or any later version\\n *\\n * This program is free software: you can redistribute it and/or modify\\n * it under the terms of the GNU Affero General Public License as\\n * published by the Free Software Foundation, either version 3 of the\\n * License, or (at your option) any later version.\\n *\\n * This program is distributed in the hope that it will be useful,\\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\\n * GNU Affero General Public License for more details.\\n *\\n * You should have received a copy of the GNU Affero General Public License\\n * along with this program. If not, see <http://www.gnu.org/licenses/>.\\n *\\n */\\n\\n// https://uxplanet.org/7-rules-for-mobile-ui-button-design-e9cf2ea54556\\n// recommended is 48px\\n// 44px is what we choose and have very good visual-to-usability ratio\\n$clickable-area: 44px;\\n\\n// background icon size\\n// also used for the scss icon font\\n$icon-size: 16px;\\n\\n// icon padding for a $clickable-area width and a $icon-size icon\\n// ( 44px - 16px ) / 2\\n$icon-margin: ($clickable-area - $icon-size) / 2;\\n\\n// transparency background for icons\\n$icon-focus-bg: rgba(127, 127, 127, .25);\\n\\n// popovermenu arrow width from the triangle center\\n$arrow-width: 9px;\\n\\n// opacities\\n$opacity_disabled: .5;\\n$opacity_normal: .7;\\n$opacity_full: 1;\\n\\n// menu round background hover feedback\\n// good looking on dark AND white bg\\n$action-background-hover: rgba(127, 127, 127, .25);\\n\\n// various structure data used in the \\n// `AppNavigation` component\\n$header-height: 50px;\\n$navigation-width: 300px;\\n\\n// mobile breakpoint\\n$breakpoint-mobile: 1024px;\\n\"],sourceRoot:\"\"}]),t.a=d},function(A,t){},function(A,t){A.exports=require(\"core-js/modules/es.object.keys.js\")},,function(A,t){A.exports=require(\"core-js/modules/es.object.get-own-property-descriptor.js\")},function(A,t){A.exports=require(\"core-js/modules/es.object.get-own-property-descriptors.js\")},function(A,t,e){\"use strict\";e.r(t);var n=e(85);\n/**\n * @copyright Copyright (c) 2018 John Molakvoæ <skjnldsv@protonmail.com>\n *\n * @author John Molakvoæ <skjnldsv@protonmail.com>\n *\n * @license GNU AGPL version 3 or any later version\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see <http://www.gnu.org/licenses/>.\n *\n */t.default=n.a},,,,,,,,,,,,function(A,t,e){\"use strict\";e(22),e(51),e(69),e(31),e(71),e(27),e(72),e(38),e(6),e(46),e(16),e(17),e(18),e(52),e(41),e(14);var n=e(21),o=e(33),i=e(50),a=e(12),r=e(47);function s(A){return function(A){if(Array.isArray(A))return c(A)}(A)||function(A){if(\"undefined\"!=typeof Symbol&&Symbol.iterator in Object(A))return Array.from(A)}(A)||function(A,t){if(!A)return;if(\"string\"==typeof A)return c(A,t);var e=Object.prototype.toString.call(A).slice(8,-1);\"Object\"===e&&A.constructor&&(e=A.constructor.name);if(\"Map\"===e||\"Set\"===e)return Array.from(A);if(\"Arguments\"===e||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(e))return c(A,t)}(A)||function(){throw new TypeError(\"Invalid attempt to spread non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.\")}()}function c(A,t){(null==t||t>A.length)&&(t=A.length);for(var e=0,n=new Array(t);e<t;e++)n[e]=A[e];return n}function l(A,t){var e=Object.keys(A);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(A);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(A,t).enumerable}))),e.push.apply(e,n)}return e}function g(A){for(var t=1;t<arguments.length;t++){var e=null!=arguments[t]?arguments[t]:{};t%2?l(Object(e),!0).forEach((function(t){u(A,t,e[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(A,Object.getOwnPropertyDescriptors(e)):l(Object(e)).forEach((function(t){Object.defineProperty(A,t,Object.getOwnPropertyDescriptor(e,t))}))}return A}function u(A,t,e){return t in A?Object.defineProperty(A,t,{value:e,enumerable:!0,configurable:!0,writable:!0}):A[t]=e,A}var d=[\"ActionButton\",\"ActionCheckbox\",\"ActionInput\",\"ActionLink\",\"ActionRadio\",\"ActionRouter\",\"ActionSeparator\",\"ActionText\",\"ActionTextEditable\"],m={name:\"Actions\",directives:{tooltip:n.default},components:{Popover:r.default,VNodes:{functional:!0,render:function(A,t){return t.props.vnodes}}},props:{open:{type:Boolean,default:!1},forceMenu:{type:Boolean,default:!1},menuTitle:{type:String,default:null},primary:{type:Boolean,default:!1},defaultIcon:{type:String,default:\"action-item__menutoggle--default-icon\"},ariaLabel:{type:String,default:Object(a.b)(\"Actions\")},placement:{type:String,default:\"bottom\"},boundariesElement:{type:Element,default:function(){return document.querySelector(\"body\")}},container:{type:String,default:\"body\"},disabled:{type:Boolean,default:!1}},data:function(){return{actions:[],opened:this.open,focusIndex:0,randomId:\"menu-\"+Object(o.a)(),children:this.$children}},computed:{hasMultipleActions:function(){return this.actions.length>1},isValidSingleAction:function(){return 1===this.actions.length&&null!==this.firstActionElement},firstActionVNode:function(){return this.actions[0]},firstAction:function(){return this.children[0]?this.children[0]:{}},firstActionBinding:function(){if(this.firstActionVNode&&this.firstActionVNode.componentOptions){var A=this.firstActionVNode.componentOptions.tag;if(\"ActionLink\"===A)return g(g({is:\"a\",href:this.firstAction.href,target:this.firstAction.target,\"aria-label\":this.firstAction.ariaLabel},this.firstAction.$attrs),this.firstAction.$props);if(\"ActionRouter\"===A)return g(g({is:\"router-link\",to:this.firstAction.to,exact:this.firstAction.exact,\"aria-label\":this.firstAction.ariaLabel},this.firstAction.$attrs),this.firstAction.$props);if(\"ActionButton\"===A)return g(g({is:\"button\",\"aria-label\":this.firstAction.ariaLabel},this.firstAction.$attrs),this.firstAction.$props)}return null},firstActionEvent:function(){var A,t,e;return null===(A=this.firstActionVNode)||void 0===A||null===(t=A.componentOptions)||void 0===t||null===(e=t.listeners)||void 0===e?void 0:e.click},firstActionEventBinding:function(){return this.firstActionEvent?\"click\":null},firstActionIconSlot:function(){var A,t;return null===(A=this.firstAction)||void 0===A||null===(t=A.$slots)||void 0===t?void 0:t.icon},firstActionClass:function(){return((this.firstActionVNode&&this.firstActionVNode.data.staticClass)+\" \"+(this.firstActionVNode&&this.firstActionVNode.data.class)).trim()},iconSlotIsPopulated:function(){return!!this.$slots.icon}},watch:{open:function(A){A!==this.opened&&(this.opened=A)}},beforeMount:function(){this.initActions(),Object(i.a)(this.$slots.default,d,this)},beforeUpdate:function(){this.initActions(),Object(i.a)(this.$slots.default,d,this)},methods:{openMenu:function(A){this.opened||(this.opened=!0,this.$emit(\"update:open\",!0),this.$emit(\"open\"))},closeMenu:function(A){this.opened&&(this.opened=!1,this.$emit(\"update:open\",!1),this.$emit(\"close\"),this.opened=!1,this.focusIndex=0,this.$refs.menuButton.focus())},onOpen:function(A){var t=this;this.$nextTick((function(){t.focusFirstAction(A)}))},onMouseFocusAction:function(A){if(document.activeElement!==A.target){var t=A.target.closest(\"li\");if(t){var e=t.querySelector(\".focusable\");if(e){var n=s(this.$refs.menu.querySelectorAll(\".focusable\")).indexOf(e);n>-1&&(this.focusIndex=n,this.focusAction())}}}},removeCurrentActive:function(){var A=this.$refs.menu.querySelector(\"li.active\");A&&A.classList.remove(\"active\")},focusAction:function(){var A=this.$refs.menu.querySelectorAll(\".focusable\")[this.focusIndex];if(A){this.removeCurrentActive();var t=A.closest(\"li.action\");A.focus(),t&&t.classList.add(\"active\")}},focusPreviousAction:function(A){this.opened&&(0===this.focusIndex?this.closeMenu():(this.preventIfEvent(A),this.focusIndex=this.focusIndex-1),this.focusAction())},focusNextAction:function(A){if(this.opened){var t=this.$refs.menu.querySelectorAll(\".focusable\").length-1;this.focusIndex===t?this.closeMenu():(this.preventIfEvent(A),this.focusIndex=this.focusIndex+1),this.focusAction()}},focusFirstAction:function(A){this.opened&&(this.preventIfEvent(A),this.focusIndex=0,this.focusAction())},focusLastAction:function(A){this.opened&&(this.preventIfEvent(A),this.focusIndex=this.$el.querySelectorAll(\".focusable\").length-1,this.focusAction())},preventIfEvent:function(A){A&&(A.preventDefault(),A.stopPropagation())},execFirstAction:function(A){this.firstActionEvent&&this.firstActionEvent(A)},initActions:function(){this.actions=(this.$slots.default||[]).filter((function(A){return!!A&&!!A.componentOptions}))},onFocus:function(A){this.$emit(\"focus\",A)},onBlur:function(A){this.$emit(\"blur\",A)}}},C=e(2),p=e.n(C),f=e(67),h={insert:\"head\",singleton:!1},B=(p()(f.a,h),f.a.locals,e(3)),y=e(68),b=e.n(y),M=Object(B.a)(m,(function(){var A,t,e=this,n=e.$createElement,o=e._self._c||n;return e.isValidSingleAction&&!e.forceMenu?o(\"element\",e._b({directives:[{name:\"tooltip\",rawName:\"v-tooltip.auto\",value:e.firstAction.text,expression:\"firstAction.text\",modifiers:{auto:!0}}],staticClass:\"action-item action-item--single\",class:(A={},A[e.firstAction.icon]=e.firstAction.icon,A[e.firstActionClass]=e.firstActionClass,A),attrs:{rel:\"noreferrer noopener\",disabled:e.disabled},on:e._d({focus:e.onFocus,blur:e.onBlur},[e.firstActionEventBinding,e.execFirstAction])},\"element\",e.firstActionBinding,!1),[o(\"VNodes\",{attrs:{vnodes:e.firstActionIconSlot}}),e._v(\" \"),o(\"span\",{attrs:{\"aria-hidden\":!0,hidden:\"\"}},[e._t(\"default\")],2)],1):o(\"div\",{directives:[{name:\"show\",rawName:\"v-show\",value:e.hasMultipleActions||e.forceMenu,expression:\"hasMultipleActions || forceMenu\"}],staticClass:\"action-item\",class:{\"action-item--open\":e.opened}},[o(\"Popover\",{attrs:{delay:0,\"handle-resize\":!0,open:e.opened,placement:e.placement,\"boundaries-element\":e.boundariesElement,container:e.container},on:{\"update:open\":function(A){e.opened=A},show:e.openMenu,\"after-show\":e.onOpen,hide:e.closeMenu}},[o(\"button\",{ref:\"menuButton\",staticClass:\"icon action-item__menutoggle\",class:(t={},t[e.defaultIcon]=!e.iconSlotIsPopulated,t[\"action-item__menutoggle--with-title\"]=e.menuTitle,t[\"action-item__menutoggle--primary\"]=e.primary,t),attrs:{slot:\"trigger\",disabled:e.disabled,\"aria-label\":e.ariaLabel,\"aria-haspopup\":\"true\",\"aria-controls\":e.randomId,\"test-attr\":\"1\",\"aria-expanded\":e.opened?\"true\":\"false\"},on:{focus:e.onFocus,blur:e.onBlur},slot:\"trigger\"},[e._t(\"icon\"),e._v(\"\\n\\t\\t\\t\"+e._s(e.menuTitle)+\"\\n\\t\\t\")],2),e._v(\" \"),o(\"div\",{directives:[{name:\"show\",rawName:\"v-show\",value:e.opened,expression:\"opened\"}],ref:\"menu\",class:{open:e.opened},attrs:{tabindex:\"-1\"},on:{keydown:[function(A){return!A.type.indexOf(\"key\")&&e._k(A.keyCode,\"up\",38,A.key,[\"Up\",\"ArrowUp\"])||A.ctrlKey||A.shiftKey||A.altKey||A.metaKey?null:e.focusPreviousAction(A)},function(A){return!A.type.indexOf(\"key\")&&e._k(A.keyCode,\"down\",40,A.key,[\"Down\",\"ArrowDown\"])||A.ctrlKey||A.shiftKey||A.altKey||A.metaKey?null:e.focusNextAction(A)},function(A){return!A.type.indexOf(\"key\")&&e._k(A.keyCode,\"tab\",9,A.key,\"Tab\")||A.ctrlKey||A.shiftKey||A.altKey||A.metaKey?null:e.focusNextAction(A)},function(A){return!A.type.indexOf(\"key\")&&e._k(A.keyCode,\"tab\",9,A.key,\"Tab\")?null:A.shiftKey?A.ctrlKey||A.altKey||A.metaKey?null:e.focusPreviousAction(A):null},function(A){return!A.type.indexOf(\"key\")&&e._k(A.keyCode,\"page-up\",void 0,A.key,void 0)||A.ctrlKey||A.shiftKey||A.altKey||A.metaKey?null:e.focusFirstAction(A)},function(A){return!A.type.indexOf(\"key\")&&e._k(A.keyCode,\"page-down\",void 0,A.key,void 0)||A.ctrlKey||A.shiftKey||A.altKey||A.metaKey?null:e.focusLastAction(A)},function(A){return!A.type.indexOf(\"key\")&&e._k(A.keyCode,\"esc\",27,A.key,[\"Esc\",\"Escape\"])||A.ctrlKey||A.shiftKey||A.altKey||A.metaKey?null:(A.preventDefault(),e.closeMenu(A))}],mousemove:e.onMouseFocusAction}},[o(\"ul\",{attrs:{id:e.randomId,tabindex:\"-1\"}},[e.opened?[e._t(\"default\")]:e._e()],2)])])],1)}),[],!1,null,\"54ba527a\",null);\"function\"==typeof b.a&&b()(M);t.a=M.exports},,,,,,,,,,,,,,,,function(A,t){A.exports=require(\"core-js/modules/es.array.splice.js\")}])}));\n//# sourceMappingURL=Actions.js.map","function _classCallCheck(instance, Constructor) {\n if (!(instance instanceof Constructor)) {\n throw new TypeError(\"Cannot call a class as a function\");\n }\n}\n\nmodule.exports = _classCallCheck;\nmodule.exports[\"default\"] = module.exports, module.exports.__esModule = true;","function _defineProperties(target, props) {\n for (var i = 0; i < props.length; i++) {\n var descriptor = props[i];\n descriptor.enumerable = descriptor.enumerable || false;\n descriptor.configurable = true;\n if (\"value\" in descriptor) descriptor.writable = true;\n Object.defineProperty(target, descriptor.key, descriptor);\n }\n}\n\nfunction _createClass(Constructor, protoProps, staticProps) {\n if (protoProps) _defineProperties(Constructor.prototype, protoProps);\n if (staticProps) _defineProperties(Constructor, staticProps);\n return Constructor;\n}\n\nmodule.exports = _createClass;\nmodule.exports[\"default\"] = module.exports, module.exports.__esModule = true;","var baseIsEqual = require('./_baseIsEqual');\n\n/**\n * Performs a deep comparison between two values to determine if they are\n * equivalent.\n *\n * **Note:** This method supports comparing arrays, array buffers, booleans,\n * date objects, error objects, maps, numbers, `Object` objects, regexes,\n * sets, strings, symbols, and typed arrays. `Object` objects are compared\n * by their own, not inherited, enumerable properties. Functions and DOM\n * nodes are compared by strict equality, i.e. `===`.\n *\n * @static\n * @memberOf _\n * @since 0.1.0\n * @category Lang\n * @param {*} value The value to compare.\n * @param {*} other The other value to compare.\n * @returns {boolean} Returns `true` if the values are equivalent, else `false`.\n * @example\n *\n * var object = { 'a': 1 };\n * var other = { 'a': 1 };\n *\n * _.isEqual(object, other);\n * // => true\n *\n * object === other;\n * // => false\n */\nfunction isEqual(value, other) {\n return baseIsEqual(value, other);\n}\n\nmodule.exports = isEqual;\n","function getInternetExplorerVersion() {\n var ua = window.navigator.userAgent;\n var msie = ua.indexOf('MSIE ');\n\n if (msie > 0) {\n // IE 10 or older => return version number\n return parseInt(ua.substring(msie + 5, ua.indexOf('.', msie)), 10);\n }\n\n var trident = ua.indexOf('Trident/');\n\n if (trident > 0) {\n // IE 11 => return version number\n var rv = ua.indexOf('rv:');\n return parseInt(ua.substring(rv + 3, ua.indexOf('.', rv)), 10);\n }\n\n var edge = ua.indexOf('Edge/');\n\n if (edge > 0) {\n // Edge (IE 12+) => return version number\n return parseInt(ua.substring(edge + 5, ua.indexOf('.', edge)), 10);\n } // other browser\n\n\n return -1;\n}\n\n//\nvar isIE;\n\nfunction initCompat() {\n if (!initCompat.init) {\n initCompat.init = true;\n isIE = getInternetExplorerVersion() !== -1;\n }\n}\n\nvar script = {\n name: 'ResizeObserver',\n props: {\n emitOnMount: {\n type: Boolean,\n default: false\n },\n ignoreWidth: {\n type: Boolean,\n default: false\n },\n ignoreHeight: {\n type: Boolean,\n default: false\n }\n },\n mounted: function mounted() {\n var _this = this;\n\n initCompat();\n this.$nextTick(function () {\n _this._w = _this.$el.offsetWidth;\n _this._h = _this.$el.offsetHeight;\n\n if (_this.emitOnMount) {\n _this.emitSize();\n }\n });\n var object = document.createElement('object');\n this._resizeObject = object;\n object.setAttribute('aria-hidden', 'true');\n object.setAttribute('tabindex', -1);\n object.onload = this.addResizeHandlers;\n object.type = 'text/html';\n\n if (isIE) {\n this.$el.appendChild(object);\n }\n\n object.data = 'about:blank';\n\n if (!isIE) {\n this.$el.appendChild(object);\n }\n },\n beforeDestroy: function beforeDestroy() {\n this.removeResizeHandlers();\n },\n methods: {\n compareAndNotify: function compareAndNotify() {\n if (!this.ignoreWidth && this._w !== this.$el.offsetWidth || !this.ignoreHeight && this._h !== this.$el.offsetHeight) {\n this._w = this.$el.offsetWidth;\n this._h = this.$el.offsetHeight;\n this.emitSize();\n }\n },\n emitSize: function emitSize() {\n this.$emit('notify', {\n width: this._w,\n height: this._h\n });\n },\n addResizeHandlers: function addResizeHandlers() {\n this._resizeObject.contentDocument.defaultView.addEventListener('resize', this.compareAndNotify);\n\n this.compareAndNotify();\n },\n removeResizeHandlers: function removeResizeHandlers() {\n if (this._resizeObject && this._resizeObject.onload) {\n if (!isIE && this._resizeObject.contentDocument) {\n this._resizeObject.contentDocument.defaultView.removeEventListener('resize', this.compareAndNotify);\n }\n\n this.$el.removeChild(this._resizeObject);\n this._resizeObject.onload = null;\n this._resizeObject = null;\n }\n }\n }\n};\n\nfunction normalizeComponent(template, style, script, scopeId, isFunctionalTemplate, moduleIdentifier\n/* server only */\n, shadowMode, createInjector, createInjectorSSR, createInjectorShadow) {\n if (typeof shadowMode !== 'boolean') {\n createInjectorSSR = createInjector;\n createInjector = shadowMode;\n shadowMode = false;\n } // Vue.extend constructor export interop.\n\n\n var options = typeof script === 'function' ? script.options : script; // render functions\n\n if (template && template.render) {\n options.render = template.render;\n options.staticRenderFns = template.staticRenderFns;\n options._compiled = true; // functional template\n\n if (isFunctionalTemplate) {\n options.functional = true;\n }\n } // scopedId\n\n\n if (scopeId) {\n options._scopeId = scopeId;\n }\n\n var hook;\n\n if (moduleIdentifier) {\n // server build\n hook = function hook(context) {\n // 2.3 injection\n context = context || // cached call\n this.$vnode && this.$vnode.ssrContext || // stateful\n this.parent && this.parent.$vnode && this.parent.$vnode.ssrContext; // functional\n // 2.2 with runInNewContext: true\n\n if (!context && typeof __VUE_SSR_CONTEXT__ !== 'undefined') {\n context = __VUE_SSR_CONTEXT__;\n } // inject component styles\n\n\n if (style) {\n style.call(this, createInjectorSSR(context));\n } // register component module identifier for async chunk inference\n\n\n if (context && context._registeredComponents) {\n context._registeredComponents.add(moduleIdentifier);\n }\n }; // used by ssr in case component is cached and beforeCreate\n // never gets called\n\n\n options._ssrRegister = hook;\n } else if (style) {\n hook = shadowMode ? function (context) {\n style.call(this, createInjectorShadow(context, this.$root.$options.shadowRoot));\n } : function (context) {\n style.call(this, createInjector(context));\n };\n }\n\n if (hook) {\n if (options.functional) {\n // register for functional component in vue file\n var originalRender = options.render;\n\n options.render = function renderWithStyleInjection(h, context) {\n hook.call(context);\n return originalRender(h, context);\n };\n } else {\n // inject component registration as beforeCreate hook\n var existing = options.beforeCreate;\n options.beforeCreate = existing ? [].concat(existing, hook) : [hook];\n }\n }\n\n return script;\n}\n\n/* script */\nvar __vue_script__ = script;\n/* template */\n\nvar __vue_render__ = function __vue_render__() {\n var _vm = this;\n\n var _h = _vm.$createElement;\n\n var _c = _vm._self._c || _h;\n\n return _c(\"div\", {\n staticClass: \"resize-observer\",\n attrs: {\n tabindex: \"-1\"\n }\n });\n};\n\nvar __vue_staticRenderFns__ = [];\n__vue_render__._withStripped = true;\n/* style */\n\nvar __vue_inject_styles__ = undefined;\n/* scoped */\n\nvar __vue_scope_id__ = \"data-v-8859cc6c\";\n/* module identifier */\n\nvar __vue_module_identifier__ = undefined;\n/* functional template */\n\nvar __vue_is_functional_template__ = false;\n/* style inject */\n\n/* style inject SSR */\n\n/* style inject shadow dom */\n\nvar __vue_component__ = /*#__PURE__*/normalizeComponent({\n render: __vue_render__,\n staticRenderFns: __vue_staticRenderFns__\n}, __vue_inject_styles__, __vue_script__, __vue_scope_id__, __vue_is_functional_template__, __vue_module_identifier__, false, undefined, undefined, undefined);\n\nfunction install(Vue) {\n // eslint-disable-next-line vue/component-definition-name-casing\n Vue.component('resize-observer', __vue_component__);\n Vue.component('ResizeObserver', __vue_component__);\n}\n\nvar plugin = {\n // eslint-disable-next-line no-undef\n version: \"1.0.1\",\n install: install\n};\n\nvar GlobalVue = null;\n\nif (typeof window !== 'undefined') {\n GlobalVue = window.Vue;\n} else if (typeof global !== 'undefined') {\n GlobalVue = global.Vue;\n}\n\nif (GlobalVue) {\n GlobalVue.use(plugin);\n}\n\nexport default plugin;\nexport { __vue_component__ as ResizeObserver, install };\n//# sourceMappingURL=vue-resize.esm.js.map\n","var baseMerge = require('./_baseMerge'),\n createAssigner = require('./_createAssigner');\n\n/**\n * This method is like `_.assign` except that it recursively merges own and\n * inherited enumerable string keyed properties of source objects into the\n * destination object. Source properties that resolve to `undefined` are\n * skipped if a destination value exists. Array and plain object properties\n * are merged recursively. Other objects and value types are overridden by\n * assignment. Source objects are applied from left to right. Subsequent\n * sources overwrite property assignments of previous sources.\n *\n * **Note:** This method mutates `object`.\n *\n * @static\n * @memberOf _\n * @since 0.5.0\n * @category Object\n * @param {Object} object The destination object.\n * @param {...Object} [sources] The source objects.\n * @returns {Object} Returns `object`.\n * @example\n *\n * var object = {\n * 'a': [{ 'b': 2 }, { 'd': 4 }]\n * };\n *\n * var other = {\n * 'a': [{ 'c': 3 }, { 'e': 5 }]\n * };\n *\n * _.merge(object, other);\n * // => { 'a': [{ 'b': 2, 'c': 3 }, { 'd': 4, 'e': 5 }] }\n */\nvar merge = createAssigner(function(object, source, srcIndex) {\n baseMerge(object, source, srcIndex);\n});\n\nmodule.exports = merge;\n","/**\n * Returns a function, that, as long as it continues to be invoked, will not\n * be triggered. The function will be called after it stops being called for\n * N milliseconds. If `immediate` is passed, trigger the function on the\n * leading edge, instead of the trailing. The function also has a property 'clear' \n * that is a function which will clear the timer to prevent previously scheduled executions. \n *\n * @source underscore.js\n * @see http://unscriptable.com/2009/03/20/debouncing-javascript-methods/\n * @param {Function} function to wrap\n * @param {Number} timeout in ms (`100`)\n * @param {Boolean} whether to execute at the beginning (`false`)\n * @api public\n */\nfunction debounce(func, wait, immediate){\n var timeout, args, context, timestamp, result;\n if (null == wait) wait = 100;\n\n function later() {\n var last = Date.now() - timestamp;\n\n if (last < wait && last >= 0) {\n timeout = setTimeout(later, wait - last);\n } else {\n timeout = null;\n if (!immediate) {\n result = func.apply(context, args);\n context = args = null;\n }\n }\n };\n\n var debounced = function(){\n context = this;\n args = arguments;\n timestamp = Date.now();\n var callNow = immediate && !timeout;\n if (!timeout) timeout = setTimeout(later, wait);\n if (callNow) {\n result = func.apply(context, args);\n context = args = null;\n }\n\n return result;\n };\n\n debounced.clear = function() {\n if (timeout) {\n clearTimeout(timeout);\n timeout = null;\n }\n };\n \n debounced.flush = function() {\n if (timeout) {\n result = func.apply(context, args);\n context = args = null;\n \n clearTimeout(timeout);\n timeout = null;\n }\n };\n\n return debounced;\n};\n\n// Adds compatibility for ES modules\ndebounce.debounce = debounce;\n\nmodule.exports = debounce;\n","!function(n,t){\"object\"==typeof exports&&\"object\"==typeof module?module.exports=t():\"function\"==typeof define&&define.amd?define(\"Components/EmptyContent\",[],t):\"object\"==typeof exports?exports[\"Components/EmptyContent\"]=t():(n.NextcloudVue=n.NextcloudVue||{},n.NextcloudVue[\"Components/EmptyContent\"]=t())}(window,(function(){return function(n){var t={};function e(r){if(t[r])return t[r].exports;var o=t[r]={i:r,l:!1,exports:{}};return n[r].call(o.exports,o,o.exports,e),o.l=!0,o.exports}return e.m=n,e.c=t,e.d=function(n,t,r){e.o(n,t)||Object.defineProperty(n,t,{enumerable:!0,get:r})},e.r=function(n){\"undefined\"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(n,Symbol.toStringTag,{value:\"Module\"}),Object.defineProperty(n,\"__esModule\",{value:!0})},e.t=function(n,t){if(1&t&&(n=e(n)),8&t)return n;if(4&t&&\"object\"==typeof n&&n&&n.__esModule)return n;var r=Object.create(null);if(e.r(r),Object.defineProperty(r,\"default\",{enumerable:!0,value:n}),2&t&&\"string\"!=typeof n)for(var o in n)e.d(r,o,function(t){return n[t]}.bind(null,o));return r},e.n=function(n){var t=n&&n.__esModule?function(){return n.default}:function(){return n};return e.d(t,\"a\",t),t},e.o=function(n,t){return Object.prototype.hasOwnProperty.call(n,t)},e.p=\"/dist/\",e(e.s=191)}({0:function(n,t,e){\"use strict\";function r(n,t){return function(n){if(Array.isArray(n))return n}(n)||function(n,t){if(\"undefined\"==typeof Symbol||!(Symbol.iterator in Object(n)))return;var e=[],r=!0,o=!1,i=void 0;try{for(var a,c=n[Symbol.iterator]();!(r=(a=c.next()).done)&&(e.push(a.value),!t||e.length!==t);r=!0);}catch(n){o=!0,i=n}finally{try{r||null==c.return||c.return()}finally{if(o)throw i}}return e}(n,t)||function(n,t){if(!n)return;if(\"string\"==typeof n)return o(n,t);var e=Object.prototype.toString.call(n).slice(8,-1);\"Object\"===e&&n.constructor&&(e=n.constructor.name);if(\"Map\"===e||\"Set\"===e)return Array.from(n);if(\"Arguments\"===e||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(e))return o(n,t)}(n,t)||function(){throw new TypeError(\"Invalid attempt to destructure non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.\")}()}function o(n,t){(null==t||t>n.length)&&(t=n.length);for(var e=0,r=new Array(t);e<t;e++)r[e]=n[e];return r}n.exports=function(n){var t=r(n,4),e=t[1],o=t[3];if(\"function\"==typeof btoa){var i=btoa(unescape(encodeURIComponent(JSON.stringify(o)))),a=\"sourceMappingURL=data:application/json;charset=utf-8;base64,\".concat(i),c=\"/*# \".concat(a,\" */\"),s=o.sources.map((function(n){return\"/*# sourceURL=\".concat(o.sourceRoot||\"\").concat(n,\" */\")}));return[e].concat(s).concat([c]).join(\"\\n\")}return[e].join(\"\\n\")}},1:function(n,t,e){\"use strict\";n.exports=function(n){var t=[];return t.toString=function(){return this.map((function(t){var e=n(t);return t[2]?\"@media \".concat(t[2],\" {\").concat(e,\"}\"):e})).join(\"\")},t.i=function(n,e,r){\"string\"==typeof n&&(n=[[null,n,\"\"]]);var o={};if(r)for(var i=0;i<this.length;i++){var a=this[i][0];null!=a&&(o[a]=!0)}for(var c=0;c<n.length;c++){var s=[].concat(n[c]);r&&o[s[0]]||(e&&(s[2]?s[2]=\"\".concat(e,\" and \").concat(s[2]):s[2]=e),t.push(s))}},t}},121:function(n,t,e){\"use strict\";var r=e(0),o=e.n(r),i=e(1),a=e.n(i)()(o.a);a.push([n.i,\".empty-content[data-v-2dc16832]{display:flex;align-items:center;flex-direction:column;margin-top:20vh}.empty-content__icon[data-v-2dc16832]{display:flex;align-items:center;justify-content:center;width:64px;height:64px;margin:0 auto 15px;opacity:.4;background-repeat:no-repeat;background-position:center;background-size:64px}.empty-content__icon svg[data-v-2dc16832]{width:64px;height:64px}.empty-content__title[data-v-2dc16832]{margin-bottom:10px}\\n\",\"\",{version:3,sources:[\"webpack://./EmptyContent.vue\"],names:[],mappings:\"AA2FA,gCACC,YAAa,CACb,kBAAmB,CACnB,qBAAsB,CACtB,eAAgB,CAEhB,sCACC,YAAa,CACb,kBAAmB,CACnB,sBAAuB,CACvB,UAAW,CACX,WAAY,CACZ,kBAAmB,CACnB,UAAW,CACX,2BAA4B,CAC5B,0BAA2B,CAC3B,oBAAqB,CAVrB,0CAaC,UAAW,CACX,WAAY,CACZ,uCAID,kBAAmB\",sourcesContent:[\"$scope_version:\\\"9737fff\\\"; @import 'variables';\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n.empty-content {\\n\\tdisplay: flex;\\n\\talign-items: center;\\n\\tflex-direction: column;\\n\\tmargin-top: 20vh;\\n\\n\\t&__icon {\\n\\t\\tdisplay: flex;\\n\\t\\talign-items: center;\\n\\t\\tjustify-content: center;\\n\\t\\twidth: 64px;\\n\\t\\theight: 64px;\\n\\t\\tmargin: 0 auto 15px;\\n\\t\\topacity: .4;\\n\\t\\tbackground-repeat: no-repeat;\\n\\t\\tbackground-position: center;\\n\\t\\tbackground-size: 64px;\\n\\n\\t\\tsvg {\\n\\t\\t\\twidth: 64px;\\n\\t\\t\\theight: 64px;\\n\\t\\t}\\n\\t}\\n\\n\\t&__title {\\n\\t\\tmargin-bottom: 10px;\\n\\t}\\n}\\n\\n\"],sourceRoot:\"\"}]),t.a=a},122:function(n,t){},125:function(n,t,e){\"use strict\";var r={name:\"EmptyContent\",props:{icon:{type:String,default:\"\"}}},o=e(2),i=e.n(o),a=e(121),c={insert:\"head\",singleton:!1},s=(i()(a.a,c),a.a.locals,e(3)),u=e(122),l=e.n(u),f=Object(s.a)(r,(function(){var n=this.$createElement,t=this._self._c||n;return t(\"div\",{staticClass:\"empty-content\",attrs:{role:\"note\"}},[t(\"div\",{staticClass:\"empty-content__icon\",class:this.icon,attrs:{role:\"img\"}},[this._t(\"icon\")],2),this._v(\" \"),t(\"h2\",{staticClass:\"empty-content__title\"},[this._t(\"default\")],2),this._v(\" \"),t(\"p\",{directives:[{name:\"show\",rawName:\"v-show\",value:this.$slots.desc,expression:\"$slots.desc\"}]},[this._t(\"desc\")],2)])}),[],!1,null,\"2dc16832\",null);\"function\"==typeof l.a&&l()(f);t.a=f.exports},191:function(n,t,e){\"use strict\";e.r(t);var r=e(125);\n/**\n * @copyright Copyright (c) 2020 Greta Doci <gretadoci@gmail.com>\n *\n * @author 2020 Greta Doci <gretadoci@gmail.com>\n *\n * @license GNU AGPL version 3 or any later version\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see <http://www.gnu.org/licenses/>.\n *\n */t.default=r.a},2:function(n,t,e){\"use strict\";var r,o=function(){return void 0===r&&(r=Boolean(window&&document&&document.all&&!window.atob)),r},i=function(){var n={};return function(t){if(void 0===n[t]){var e=document.querySelector(t);if(window.HTMLIFrameElement&&e instanceof window.HTMLIFrameElement)try{e=e.contentDocument.head}catch(n){e=null}n[t]=e}return n[t]}}(),a=[];function c(n){for(var t=-1,e=0;e<a.length;e++)if(a[e].identifier===n){t=e;break}return t}function s(n,t){for(var e={},r=[],o=0;o<n.length;o++){var i=n[o],s=t.base?i[0]+t.base:i[0],u=e[s]||0,l=\"\".concat(s,\" \").concat(u);e[s]=u+1;var f=c(l),d={css:i[1],media:i[2],sourceMap:i[3]};-1!==f?(a[f].references++,a[f].updater(d)):a.push({identifier:l,updater:h(d,t),references:1}),r.push(l)}return r}function u(n){var t=document.createElement(\"style\"),r=n.attributes||{};if(void 0===r.nonce){var o=e.nc;o&&(r.nonce=o)}if(Object.keys(r).forEach((function(n){t.setAttribute(n,r[n])})),\"function\"==typeof n.insert)n.insert(t);else{var a=i(n.insert||\"head\");if(!a)throw new Error(\"Couldn't find a style target. This probably means that the value for the 'insert' parameter is invalid.\");a.appendChild(t)}return t}var l,f=(l=[],function(n,t){return l[n]=t,l.filter(Boolean).join(\"\\n\")});function d(n,t,e,r){var o=e?\"\":r.media?\"@media \".concat(r.media,\" {\").concat(r.css,\"}\"):r.css;if(n.styleSheet)n.styleSheet.cssText=f(t,o);else{var i=document.createTextNode(o),a=n.childNodes;a[t]&&n.removeChild(a[t]),a.length?n.insertBefore(i,a[t]):n.appendChild(i)}}function p(n,t,e){var r=e.css,o=e.media,i=e.sourceMap;if(o?n.setAttribute(\"media\",o):n.removeAttribute(\"media\"),i&&\"undefined\"!=typeof btoa&&(r+=\"\\n/*# sourceMappingURL=data:application/json;base64,\".concat(btoa(unescape(encodeURIComponent(JSON.stringify(i)))),\" */\")),n.styleSheet)n.styleSheet.cssText=r;else{for(;n.firstChild;)n.removeChild(n.firstChild);n.appendChild(document.createTextNode(r))}}var m=null,v=0;function h(n,t){var e,r,o;if(t.singleton){var i=v++;e=m||(m=u(t)),r=d.bind(null,e,i,!1),o=d.bind(null,e,i,!0)}else e=u(t),r=p.bind(null,e,t),o=function(){!function(n){if(null===n.parentNode)return!1;n.parentNode.removeChild(n)}(e)};return r(n),function(t){if(t){if(t.css===n.css&&t.media===n.media&&t.sourceMap===n.sourceMap)return;r(n=t)}else o()}}n.exports=function(n,t){(t=t||{}).singleton||\"boolean\"==typeof t.singleton||(t.singleton=o());var e=s(n=n||[],t);return function(n){if(n=n||[],\"[object Array]\"===Object.prototype.toString.call(n)){for(var r=0;r<e.length;r++){var o=c(e[r]);a[o].references--}for(var i=s(n,t),u=0;u<e.length;u++){var l=c(e[u]);0===a[l].references&&(a[l].updater(),a.splice(l,1))}e=i}}}},3:function(n,t,e){\"use strict\";function r(n,t,e,r,o,i,a,c){var s,u=\"function\"==typeof n?n.options:n;if(t&&(u.render=t,u.staticRenderFns=e,u._compiled=!0),r&&(u.functional=!0),i&&(u._scopeId=\"data-v-\"+i),a?(s=function(n){(n=n||this.$vnode&&this.$vnode.ssrContext||this.parent&&this.parent.$vnode&&this.parent.$vnode.ssrContext)||\"undefined\"==typeof __VUE_SSR_CONTEXT__||(n=__VUE_SSR_CONTEXT__),o&&o.call(this,n),n&&n._registeredComponents&&n._registeredComponents.add(a)},u._ssrRegister=s):o&&(s=c?function(){o.call(this,(u.functional?this.parent:this).$root.$options.shadowRoot)}:o),s)if(u.functional){u._injectStyles=s;var l=u.render;u.render=function(n,t){return s.call(t),l(n,t)}}else{var f=u.beforeCreate;u.beforeCreate=f?[].concat(f,s):[s]}return{exports:n,options:u}}e.d(t,\"a\",(function(){return r}))}})}));\n//# sourceMappingURL=EmptyContent.js.map","!function(e,n){\"object\"==typeof exports&&\"undefined\"!=typeof module?module.exports=n():\"function\"==typeof define&&define.amd?define(n):(e=e||self)[\"v-click-outside\"]=n()}(this,function(){var e=\"undefined\"!=typeof window,n=\"undefined\"!=typeof navigator,t=e&&(\"ontouchstart\"in window||n&&navigator.msMaxTouchPoints>0)?[\"touchstart\"]:[\"click\"];function i(e){var n=e.event,t=e.handler;(0,e.middleware)(n)&&t(n)}function r(e,n){var r=function(e){var n=\"function\"==typeof e;if(!n&&\"object\"!=typeof e)throw new Error(\"v-click-outside: Binding value must be a function or an object\");return{handler:n?e:e.handler,middleware:e.middleware||function(e){return e},events:e.events||t,isActive:!(!1===e.isActive),detectIframe:!(!1===e.detectIframe)}}(n.value),d=r.handler,o=r.middleware,a=r.detectIframe;if(r.isActive){if(e[\"__v-click-outside\"]=r.events.map(function(n){return{event:n,srcTarget:document.documentElement,handler:function(n){return function(e){var n=e.el,t=e.event,r=e.handler,d=e.middleware,o=t.path||t.composedPath&&t.composedPath();(o?o.indexOf(n)<0:!n.contains(t.target))&&i({event:t,handler:r,middleware:d})}({el:e,event:n,handler:d,middleware:o})}}}),a){var c={event:\"blur\",srcTarget:window,handler:function(n){return function(e){var n=e.el,t=e.event,r=e.handler,d=e.middleware;setTimeout(function(){var e=document.activeElement;e&&\"IFRAME\"===e.tagName&&!n.contains(e)&&i({event:t,handler:r,middleware:d})},0)}({el:e,event:n,handler:d,middleware:o})}};e[\"__v-click-outside\"]=[].concat(e[\"__v-click-outside\"],[c])}e[\"__v-click-outside\"].forEach(function(n){var t=n.event,i=n.srcTarget,r=n.handler;return setTimeout(function(){e[\"__v-click-outside\"]&&i.addEventListener(t,r,!1)},0)})}}function d(e){(e[\"__v-click-outside\"]||[]).forEach(function(e){return e.srcTarget.removeEventListener(e.event,e.handler,!1)}),delete e[\"__v-click-outside\"]}var o=e?{bind:r,update:function(e,n){var t=n.value,i=n.oldValue;JSON.stringify(t)!==JSON.stringify(i)&&(d(e),r(e,{value:t}))},unbind:d}:{};return{install:function(e){e.directive(\"click-outside\",o)},directive:o}});\n//# sourceMappingURL=v-click-outside.umd.js.map\n","!function(e,r){\"object\"==typeof exports&&\"object\"==typeof module?module.exports=r():\"function\"==typeof define&&define.amd?define(\"Mixins/excludeClickOutsideClasses\",[],r):\"object\"==typeof exports?exports[\"Mixins/excludeClickOutsideClasses\"]=r():(e.NextcloudVue=e.NextcloudVue||{},e.NextcloudVue[\"Mixins/excludeClickOutsideClasses\"]=r())}(window,(function(){return function(e){var r={};function t(n){if(r[n])return r[n].exports;var o=r[n]={i:n,l:!1,exports:{}};return e[n].call(o.exports,o,o.exports,t),o.l=!0,o.exports}return t.m=e,t.c=r,t.d=function(e,r,n){t.o(e,r)||Object.defineProperty(e,r,{enumerable:!0,get:n})},t.r=function(e){\"undefined\"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:\"Module\"}),Object.defineProperty(e,\"__esModule\",{value:!0})},t.t=function(e,r){if(1&r&&(e=t(e)),8&r)return e;if(4&r&&\"object\"==typeof e&&e&&e.__esModule)return e;var n=Object.create(null);if(t.r(n),Object.defineProperty(n,\"default\",{enumerable:!0,value:e}),2&r&&\"string\"!=typeof e)for(var o in e)t.d(n,o,function(r){return e[r]}.bind(null,o));return n},t.n=function(e){var r=e&&e.__esModule?function(){return e.default}:function(){return e};return t.d(r,\"a\",r),r},t.o=function(e,r){return Object.prototype.hasOwnProperty.call(e,r)},t.p=\"/dist/\",t(t.s=75)}({14:function(e,r){e.exports=require(\"core-js/modules/es.function.name.js\")},16:function(e,r){e.exports=require(\"core-js/modules/es.array.iterator.js\")},17:function(e,r){e.exports=require(\"core-js/modules/es.string.iterator.js\")},18:function(e,r){e.exports=require(\"core-js/modules/web.dom-collections.iterator.js\")},31:function(e,r){e.exports=require(\"core-js/modules/es.symbol.js\")},38:function(e,r){e.exports=require(\"core-js/modules/es.symbol.description.js\")},41:function(e,r){e.exports=require(\"core-js/modules/es.array.slice.js\")},46:function(e,r){e.exports=require(\"core-js/modules/es.symbol.iterator.js\")},52:function(e,r){e.exports=require(\"core-js/modules/es.array.from.js\")},6:function(e,r){e.exports=require(\"core-js/modules/es.object.to-string.js\")},75:function(e,r,t){\"use strict\";t.r(r);t(41),t(6),t(14),t(52),t(17),t(31),t(38),t(46),t(16),t(18);function n(e,r){var t;if(\"undefined\"==typeof Symbol||null==e[Symbol.iterator]){if(Array.isArray(e)||(t=function(e,r){if(!e)return;if(\"string\"==typeof e)return o(e,r);var t=Object.prototype.toString.call(e).slice(8,-1);\"Object\"===t&&e.constructor&&(t=e.constructor.name);if(\"Map\"===t||\"Set\"===t)return Array.from(e);if(\"Arguments\"===t||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(t))return o(e,r)}(e))||r&&e&&\"number\"==typeof e.length){t&&(e=t);var n=0,s=function(){};return{s:s,n:function(){return n>=e.length?{done:!0}:{done:!1,value:e[n++]}},e:function(e){throw e},f:s}}throw new TypeError(\"Invalid attempt to iterate non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.\")}var u,i=!0,l=!1;return{s:function(){t=e[Symbol.iterator]()},n:function(){var e=t.next();return i=e.done,e},e:function(e){l=!0,u=e},f:function(){try{i||null==t.return||t.return()}finally{if(l)throw u}}}}function o(e,r){(null==r||r>e.length)&&(r=e.length);for(var t=0,n=new Array(r);t<r;t++)n[t]=e[t];return n}\n/**\n * @copyright Copyright (c) 2020 Georg Ehrke <georg-nextcloud@ehrke.email>\n *\n * @author Georg Ehrke <georg-nextcloud@ehrke.email>\n *\n * @license GNU AGPL version 3 or any later version\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see <http://www.gnu.org/licenses/>.\n *\n */r.default={props:{excludeClickOutsideClasses:{type:String|Array,default:function(){return[]}}},methods:{clickOutsideMiddleware:function(e){var r=Array.isArray(this.excludeClickOutsideClasses)?this.excludeClickOutsideClasses:[this.excludeClickOutsideClasses];return 0===r.length||!this.hasNodeOrAnyParentClass(e.target,r)},hasNodeOrAnyParentClass:function(e,r){var t,o=n(r);try{for(o.s();!(t=o.n()).done;){var s,u=t.value;if(null!=e&&null!==(s=e.classList)&&void 0!==s&&s.contains(u))return!0}}catch(e){o.e(e)}finally{o.f()}return!!e.parentElement&&this.hasNodeOrAnyParentClass(e.parentElement,r)}}}}})}));\n//# sourceMappingURL=excludeClickOutsideClasses.js.map","!function(t,e){\"object\"==typeof exports&&\"object\"==typeof module?module.exports=e():\"function\"==typeof define&&define.amd?define(\"Components/Highlight\",[],e):\"object\"==typeof exports?exports[\"Components/Highlight\"]=e():(t.NextcloudVue=t.NextcloudVue||{},t.NextcloudVue[\"Components/Highlight\"]=e())}(window,(function(){return function(t){var e={};function r(n){if(e[n])return e[n].exports;var o=e[n]={i:n,l:!1,exports:{}};return t[n].call(o.exports,o,o.exports,r),o.l=!0,o.exports}return r.m=t,r.c=e,r.d=function(t,e,n){r.o(t,e)||Object.defineProperty(t,e,{enumerable:!0,get:n})},r.r=function(t){\"undefined\"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:\"Module\"}),Object.defineProperty(t,\"__esModule\",{value:!0})},r.t=function(t,e){if(1&e&&(t=r(t)),8&e)return t;if(4&e&&\"object\"==typeof t&&t&&t.__esModule)return t;var n=Object.create(null);if(r.r(n),Object.defineProperty(n,\"default\",{enumerable:!0,value:t}),2&e&&\"string\"!=typeof t)for(var o in t)r.d(n,o,function(e){return t[e]}.bind(null,o));return n},r.n=function(t){var e=t&&t.__esModule?function(){return t.default}:function(){return t};return r.d(e,\"a\",e),e},r.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},r.p=\"/dist/\",r(r.s=74)}({15:function(t,e){t.exports=require(\"core-js/modules/es.regexp.exec.js\")},24:function(t,e){t.exports=require(\"core-js/modules/es.array.map.js\")},27:function(t,e){t.exports=require(\"core-js/modules/web.dom-collections.for-each.js\")},3:function(t,e,r){\"use strict\";function n(t,e,r,n,o,s,i,u){var c,a=\"function\"==typeof t?t.options:t;if(e&&(a.render=e,a.staticRenderFns=r,a._compiled=!0),n&&(a.functional=!0),s&&(a._scopeId=\"data-v-\"+s),i?(c=function(t){(t=t||this.$vnode&&this.$vnode.ssrContext||this.parent&&this.parent.$vnode&&this.parent.$vnode.ssrContext)||\"undefined\"==typeof __VUE_SSR_CONTEXT__||(t=__VUE_SSR_CONTEXT__),o&&o.call(this,t),t&&t._registeredComponents&&t._registeredComponents.add(i)},a._ssrRegister=c):o&&(c=u?function(){o.call(this,(a.functional?this.parent:this).$root.$options.shadowRoot)}:o),c)if(a.functional){a._injectStyles=c;var l=a.render;a.render=function(t,e){return c.call(e),l(t,e)}}else{var h=a.beforeCreate;a.beforeCreate=h?[].concat(h,c):[c]}return{exports:t,options:a}}r.d(e,\"a\",(function(){return n}))},31:function(t,e){t.exports=require(\"core-js/modules/es.symbol.js\")},51:function(t,e){t.exports=require(\"core-js/modules/es.array.filter.js\")},69:function(t,e){t.exports=require(\"core-js/modules/es.object.keys.js\")},70:function(t,e,r){\"use strict\";\n/**\n * @copyright Copyright (c) 2020 Raimund Schlüßler <raimund.schluessler@mailbox.org>\n *\n * @author Raimund Schlüßler <raimund.schluessler@mailbox.org>\n *\n * @license GNU AGPL version 3 or any later version\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see <http://www.gnu.org/licenses/>.\n *\n */e.a=function(t,e){for(var r=[],n=0,o=t.toLowerCase().indexOf(e.toLowerCase(),n),s=0;o>-1&&s<t.length;)n=o+e.length,r.push({start:o,end:n}),o=t.toLowerCase().indexOf(e.toLowerCase(),o+1),s++;return r}},71:function(t,e){t.exports=require(\"core-js/modules/es.object.get-own-property-descriptor.js\")},72:function(t,e){t.exports=require(\"core-js/modules/es.object.get-own-property-descriptors.js\")},74:function(t,e,r){\"use strict\";r.r(e);r(15),r(98),r(93),r(24),r(69),r(31),r(51),r(71),r(27),r(72);var n=r(70);function o(t,e){var r=Object.keys(t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(t);e&&(n=n.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),r.push.apply(r,n)}return r}function s(t){for(var e=1;e<arguments.length;e++){var r=null!=arguments[e]?arguments[e]:{};e%2?o(Object(r),!0).forEach((function(e){i(t,e,r[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(r)):o(Object(r)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(r,e))}))}return t}function i(t,e,r){return e in t?Object.defineProperty(t,e,{value:r,enumerable:!0,configurable:!0,writable:!0}):t[e]=r,t}var u={name:\"Highlight\",props:{text:{type:String,default:\"\"},search:{type:String,default:\"\"},highlight:{type:Array,default:function(){return[]}}},computed:{ranges:function(){var t=this,e=[];return this.search||0!==this.highlight.length?(e=this.highlight.length>0?this.highlight:Object(n.a)(this.text,this.search),e.reduce((function(e,r){return r.start<t.text.length&&r.end>0&&e.push({start:r.start<0?0:r.start,end:r.end>t.text.length?t.text.length:r.end}),e}),[])):e},chunks:function(){if(0===this.ranges.length)return[{start:0,end:this.text.length,highlight:!1,text:this.text}];for(var t=[],e=0,r=0;e<this.text.length;){var n=this.ranges[r];n.start!==e?(t.push({start:e,end:n.start,highlight:!1,text:this.text.substr(e,n.start-e)}),e=n.start):(t.push(s(s({},n),{},{highlight:!0,text:this.text.substr(n.start,n.end-n.start)})),r++,e=n.end,r>=this.ranges.length&&e<this.text.length&&(t.push({start:e,end:this.text.length,highlight:!1,text:this.text.substr(e,this.text.length-e)}),e=this.text.length))}return t}},render:function(t){return this.ranges.length?t(\"span\",{},this.chunks.map((function(e){return e.highlight?t(\"strong\",{},e.text):e.text}))):t(\"span\",{},this.text)}},c=r(3),a=r(78),l=r.n(a),h=Object(c.a)(u,void 0,void 0,!1,null,null,null);\"function\"==typeof l.a&&l()(h);var f=h.exports;\n/**\n * @copyright Copyright (c) 2020 Raimund Schlüßler <raimund.schluessler@mailbox.org>\n *\n * @author Raimund Schlüßler <raimund.schluessler@mailbox.org>\n *\n * @license GNU AGPL version 3 or any later version\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see <http://www.gnu.org/licenses/>.\n *\n */e.default=f},78:function(t,e){},93:function(t,e){t.exports=require(\"core-js/modules/es.array.reduce.js\")},98:function(t,e){t.exports=require(\"core-js/modules/es.string.search.js\")}})}));\n//# sourceMappingURL=Highlight.js.map","import _typeof from '@babel/runtime/helpers/typeof';\nimport _defineProperty from '@babel/runtime/helpers/defineProperty';\nimport _classCallCheck from '@babel/runtime/helpers/classCallCheck';\nimport _createClass from '@babel/runtime/helpers/createClass';\nimport Popper from 'popper.js';\nimport isEqual from 'lodash/isEqual';\nimport { ResizeObserver } from 'vue-resize';\nimport merge from 'lodash/merge';\n\nvar SVGAnimatedString = function SVGAnimatedString() {};\n\nif (typeof window !== 'undefined') {\n SVGAnimatedString = window.SVGAnimatedString;\n}\n\nfunction convertToArray(value) {\n if (typeof value === 'string') {\n value = value.split(' ');\n }\n\n return value;\n}\n/**\n * Add classes to an element.\n * This method checks to ensure that the classes don't already exist before adding them.\n * It uses el.className rather than classList in order to be IE friendly.\n * @param {object} el - The element to add the classes to.\n * @param {classes} string - List of space separated classes to be added to the element.\n */\n\nfunction addClasses(el, classes) {\n var newClasses = convertToArray(classes);\n var classList;\n\n if (el.className instanceof SVGAnimatedString) {\n classList = convertToArray(el.className.baseVal);\n } else {\n classList = convertToArray(el.className);\n }\n\n newClasses.forEach(function (newClass) {\n if (classList.indexOf(newClass) === -1) {\n classList.push(newClass);\n }\n });\n\n if (el instanceof SVGElement) {\n el.setAttribute('class', classList.join(' '));\n } else {\n el.className = classList.join(' ');\n }\n}\n/**\n * Remove classes from an element.\n * It uses el.className rather than classList in order to be IE friendly.\n * @export\n * @param {any} el The element to remove the classes from.\n * @param {any} classes List of space separated classes to be removed from the element.\n */\n\nfunction removeClasses(el, classes) {\n var newClasses = convertToArray(classes);\n var classList;\n\n if (el.className instanceof SVGAnimatedString) {\n classList = convertToArray(el.className.baseVal);\n } else {\n classList = convertToArray(el.className);\n }\n\n newClasses.forEach(function (newClass) {\n var index = classList.indexOf(newClass);\n\n if (index !== -1) {\n classList.splice(index, 1);\n }\n });\n\n if (el instanceof SVGElement) {\n el.setAttribute('class', classList.join(' '));\n } else {\n el.className = classList.join(' ');\n }\n}\nvar supportsPassive = false;\n\nif (typeof window !== 'undefined') {\n supportsPassive = false;\n\n try {\n var opts = Object.defineProperty({}, 'passive', {\n get: function get() {\n supportsPassive = true;\n }\n });\n window.addEventListener('test', null, opts);\n } catch (e) {}\n}\n\nfunction ownKeys$2(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); if (enumerableOnly) symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; }); keys.push.apply(keys, symbols); } return keys; }\n\nfunction _objectSpread$2(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys$2(Object(source), true).forEach(function (key) { _defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys$2(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; }\nvar DEFAULT_OPTIONS = {\n container: false,\n delay: 0,\n html: false,\n placement: 'top',\n title: '',\n template: '<div class=\"tooltip\" role=\"tooltip\"><div class=\"tooltip-arrow\"></div><div class=\"tooltip-inner\"></div></div>',\n trigger: 'hover focus',\n offset: 0\n};\nvar openTooltips = [];\n\nvar Tooltip = /*#__PURE__*/function () {\n /**\n * Create a new Tooltip.js instance\n * @class Tooltip\n * @param {HTMLElement} reference - The DOM node used as reference of the tooltip (it can be a jQuery element).\n * @param {Object} options\n * @param {String} options.placement=bottom\n * Placement of the popper accepted values: `top(-start, -end), right(-start, -end), bottom(-start, -end),\n * left(-start, -end)`\n * @param {HTMLElement|String|false} options.container=false - Append the tooltip to a specific element.\n * @param {Number|Object} options.delay=0\n * Delay showing and hiding the tooltip (ms) - does not apply to manual trigger type.\n * If a number is supplied, delay is applied to both hide/show.\n * Object structure is: `{ show: 500, hide: 100 }`\n * @param {Boolean} options.html=false - Insert HTML into the tooltip. If false, the content will inserted with `innerText`.\n * @param {String|PlacementFunction} options.placement='top' - One of the allowed placements, or a function returning one of them.\n * @param {String} [options.template='<div class=\"tooltip\" role=\"tooltip\"><div class=\"tooltip-arrow\"></div><div class=\"tooltip-inner\"></div></div>']\n * Base HTML to used when creating the tooltip.\n * The tooltip's `title` will be injected into the `.tooltip-inner` or `.tooltip__inner`.\n * `.tooltip-arrow` or `.tooltip__arrow` will become the tooltip's arrow.\n * The outermost wrapper element should have the `.tooltip` class.\n * @param {String|HTMLElement|TitleFunction} options.title='' - Default title value if `title` attribute isn't present.\n * @param {String} [options.trigger='hover focus']\n * How tooltip is triggered - click, hover, focus, manual.\n * You may pass multiple triggers; separate them with a space. `manual` cannot be combined with any other trigger.\n * @param {HTMLElement} options.boundariesElement\n * The element used as boundaries for the tooltip. For more information refer to Popper.js'\n * [boundariesElement docs](https://popper.js.org/popper-documentation.html)\n * @param {Number|String} options.offset=0 - Offset of the tooltip relative to its reference. For more information refer to Popper.js'\n * [offset docs](https://popper.js.org/popper-documentation.html)\n * @param {Object} options.popperOptions={} - Popper options, will be passed directly to popper instance. For more information refer to Popper.js'\n * [options docs](https://popper.js.org/popper-documentation.html)\n * @param {string} [options.ariaId] Id used for accessibility\n * @return {Object} instance - The generated tooltip instance\n */\n function Tooltip(_reference, _options) {\n var _this = this;\n\n _classCallCheck(this, Tooltip);\n\n _defineProperty(this, \"_events\", []);\n\n _defineProperty(this, \"_setTooltipNodeEvent\", function (evt, reference, delay, options) {\n var relatedreference = evt.relatedreference || evt.toElement || evt.relatedTarget;\n\n var callback = function callback(evt2) {\n var relatedreference2 = evt2.relatedreference || evt2.toElement || evt2.relatedTarget; // Remove event listener after call\n\n _this._tooltipNode.removeEventListener(evt.type, callback); // If the new reference is not the reference element\n\n\n if (!reference.contains(relatedreference2)) {\n // Schedule to hide tooltip\n _this._scheduleHide(reference, options.delay, options, evt2);\n }\n };\n\n if (_this._tooltipNode.contains(relatedreference)) {\n // listen to mouseleave on the tooltip element to be able to hide the tooltip\n _this._tooltipNode.addEventListener(evt.type, callback);\n\n return true;\n }\n\n return false;\n });\n\n // apply user options over default ones\n _options = _objectSpread$2(_objectSpread$2({}, DEFAULT_OPTIONS), _options);\n _reference.jquery && (_reference = _reference[0]);\n this.show = this.show.bind(this);\n this.hide = this.hide.bind(this); // cache reference and options\n\n this.reference = _reference;\n this.options = _options; // set initial state\n\n this._isOpen = false;\n\n this._init();\n } //\n // Public methods\n //\n\n /**\n * Reveals an element's tooltip. This is considered a \"manual\" triggering of the tooltip.\n * Tooltips with zero-length titles are never displayed.\n * @method Tooltip#show\n * @memberof Tooltip\n */\n\n\n _createClass(Tooltip, [{\n key: \"show\",\n value: function show() {\n this._show(this.reference, this.options);\n }\n /**\n * Hides an element’s tooltip. This is considered a “manual” triggering of the tooltip.\n * @method Tooltip#hide\n * @memberof Tooltip\n */\n\n }, {\n key: \"hide\",\n value: function hide() {\n this._hide();\n }\n /**\n * Hides and destroys an element’s tooltip.\n * @method Tooltip#dispose\n * @memberof Tooltip\n */\n\n }, {\n key: \"dispose\",\n value: function dispose() {\n this._dispose();\n }\n /**\n * Toggles an element’s tooltip. This is considered a “manual” triggering of the tooltip.\n * @method Tooltip#toggle\n * @memberof Tooltip\n */\n\n }, {\n key: \"toggle\",\n value: function toggle() {\n if (this._isOpen) {\n return this.hide();\n } else {\n return this.show();\n }\n }\n }, {\n key: \"setClasses\",\n value: function setClasses(classes) {\n this._classes = classes;\n }\n }, {\n key: \"setContent\",\n value: function setContent(content) {\n this.options.title = content;\n\n if (this._tooltipNode) {\n this._setContent(content, this.options);\n }\n }\n }, {\n key: \"setOptions\",\n value: function setOptions(options) {\n var classesUpdated = false;\n var classes = options && options.classes || directive.options.defaultClass;\n\n if (!isEqual(this._classes, classes)) {\n this.setClasses(classes);\n classesUpdated = true;\n }\n\n options = getOptions(options);\n var needPopperUpdate = false;\n var needRestart = false;\n\n if (this.options.offset !== options.offset || this.options.placement !== options.placement) {\n needPopperUpdate = true;\n }\n\n if (this.options.template !== options.template || this.options.trigger !== options.trigger || this.options.container !== options.container || classesUpdated) {\n needRestart = true;\n }\n\n for (var key in options) {\n this.options[key] = options[key];\n }\n\n if (this._tooltipNode) {\n if (needRestart) {\n var isOpen = this._isOpen;\n this.dispose();\n\n this._init();\n\n if (isOpen) {\n this.show();\n }\n } else if (needPopperUpdate) {\n this.popperInstance.update();\n }\n }\n } //\n // Private methods\n //\n\n }, {\n key: \"_init\",\n value: function _init() {\n // get events list\n var events = typeof this.options.trigger === 'string' ? this.options.trigger.split(' ') : [];\n this._isDisposed = false;\n this._enableDocumentTouch = events.indexOf('manual') === -1;\n events = events.filter(function (trigger) {\n return ['click', 'hover', 'focus'].indexOf(trigger) !== -1;\n }); // set event listeners\n\n this._setEventListeners(this.reference, events, this.options); // title attribute\n\n\n this.$_originalTitle = this.reference.getAttribute('title');\n this.reference.removeAttribute('title');\n this.reference.setAttribute('data-original-title', this.$_originalTitle);\n }\n /**\n * Creates a new tooltip node\n * @memberof Tooltip\n * @private\n * @param {HTMLElement} reference\n * @param {String} template\n * @param {String|HTMLElement|TitleFunction} title\n * @param {Boolean} allowHtml\n * @return {HTMLelement} tooltipNode\n */\n\n }, {\n key: \"_create\",\n value: function _create(reference, template) {\n var _this2 = this;\n\n // create tooltip element\n var tooltipGenerator = window.document.createElement('div');\n tooltipGenerator.innerHTML = template.trim();\n var tooltipNode = tooltipGenerator.childNodes[0]; // add unique ID to our tooltip (needed for accessibility reasons)\n\n tooltipNode.id = this.options.ariaId || \"tooltip_\".concat(Math.random().toString(36).substr(2, 10)); // Initially hide the tooltip\n // The attribute will be switched in a next frame so\n // CSS transitions can play\n\n tooltipNode.setAttribute('aria-hidden', 'true');\n\n if (this.options.autoHide && this.options.trigger.indexOf('hover') !== -1) {\n tooltipNode.addEventListener('mouseenter', function (evt) {\n return _this2._scheduleHide(reference, _this2.options.delay, _this2.options, evt);\n });\n tooltipNode.addEventListener('click', function (evt) {\n return _this2._scheduleHide(reference, _this2.options.delay, _this2.options, evt);\n });\n } // return the generated tooltip node\n\n\n return tooltipNode;\n }\n }, {\n key: \"_setContent\",\n value: function _setContent(content, options) {\n var _this3 = this;\n\n this.asyncContent = false;\n\n this._applyContent(content, options).then(function () {\n if (!_this3.popperInstance) return;\n\n _this3.popperInstance.update();\n });\n }\n }, {\n key: \"_applyContent\",\n value: function _applyContent(title, options) {\n var _this4 = this;\n\n return new Promise(function (resolve, reject) {\n var allowHtml = options.html;\n var rootNode = _this4._tooltipNode;\n if (!rootNode) return;\n var titleNode = rootNode.querySelector(_this4.options.innerSelector);\n\n if (title.nodeType === 1) {\n // if title is a node, append it only if allowHtml is true\n if (allowHtml) {\n while (titleNode.firstChild) {\n titleNode.removeChild(titleNode.firstChild);\n }\n\n titleNode.appendChild(title);\n }\n } else if (typeof title === 'function') {\n // if title is a function, call it and set innerText or innerHtml depending by `allowHtml` value\n var result = title();\n\n if (result && typeof result.then === 'function') {\n _this4.asyncContent = true;\n options.loadingClass && addClasses(rootNode, options.loadingClass);\n\n if (options.loadingContent) {\n _this4._applyContent(options.loadingContent, options);\n }\n\n result.then(function (asyncResult) {\n options.loadingClass && removeClasses(rootNode, options.loadingClass);\n return _this4._applyContent(asyncResult, options);\n }).then(resolve).catch(reject);\n } else {\n _this4._applyContent(result, options).then(resolve).catch(reject);\n }\n\n return;\n } else {\n // if it's just a simple text, set innerText or innerHtml depending by `allowHtml` value\n allowHtml ? titleNode.innerHTML = title : titleNode.innerText = title;\n }\n\n resolve();\n });\n }\n }, {\n key: \"_show\",\n value: function _show(reference, options) {\n if (options && typeof options.container === 'string') {\n var container = document.querySelector(options.container);\n if (!container) return;\n }\n\n clearTimeout(this._disposeTimer);\n options = Object.assign({}, options);\n delete options.offset;\n var updateClasses = true;\n\n if (this._tooltipNode) {\n addClasses(this._tooltipNode, this._classes);\n updateClasses = false;\n }\n\n var result = this._ensureShown(reference, options);\n\n if (updateClasses && this._tooltipNode) {\n addClasses(this._tooltipNode, this._classes);\n }\n\n addClasses(reference, ['v-tooltip-open']);\n return result;\n }\n }, {\n key: \"_ensureShown\",\n value: function _ensureShown(reference, options) {\n var _this5 = this;\n\n // don't show if it's already visible\n if (this._isOpen) {\n return this;\n }\n\n this._isOpen = true;\n openTooltips.push(this); // if the tooltipNode already exists, just show it\n\n if (this._tooltipNode) {\n this._tooltipNode.style.display = '';\n\n this._tooltipNode.setAttribute('aria-hidden', 'false');\n\n this.popperInstance.enableEventListeners();\n this.popperInstance.update();\n\n if (this.asyncContent) {\n this._setContent(options.title, options);\n }\n\n return this;\n } // get title\n\n\n var title = reference.getAttribute('title') || options.title; // don't show tooltip if no title is defined\n\n if (!title) {\n return this;\n } // create tooltip node\n\n\n var tooltipNode = this._create(reference, options.template);\n\n this._tooltipNode = tooltipNode; // Add `aria-describedby` to our reference element for accessibility reasons\n\n reference.setAttribute('aria-describedby', tooltipNode.id); // append tooltip to container\n\n var container = this._findContainer(options.container, reference);\n\n this._append(tooltipNode, container);\n\n var popperOptions = _objectSpread$2(_objectSpread$2({}, options.popperOptions), {}, {\n placement: options.placement\n });\n\n popperOptions.modifiers = _objectSpread$2(_objectSpread$2({}, popperOptions.modifiers), {}, {\n arrow: {\n element: this.options.arrowSelector\n }\n });\n\n if (options.boundariesElement) {\n popperOptions.modifiers.preventOverflow = {\n boundariesElement: options.boundariesElement\n };\n }\n\n this.popperInstance = new Popper(reference, tooltipNode, popperOptions);\n\n this._setContent(title, options); // Fix position\n\n\n requestAnimationFrame(function () {\n if (!_this5._isDisposed && _this5.popperInstance) {\n _this5.popperInstance.update(); // Show the tooltip\n\n\n requestAnimationFrame(function () {\n if (!_this5._isDisposed) {\n _this5._isOpen && tooltipNode.setAttribute('aria-hidden', 'false');\n } else {\n _this5.dispose();\n }\n });\n } else {\n _this5.dispose();\n }\n });\n return this;\n }\n }, {\n key: \"_noLongerOpen\",\n value: function _noLongerOpen() {\n var index = openTooltips.indexOf(this);\n\n if (index !== -1) {\n openTooltips.splice(index, 1);\n }\n }\n }, {\n key: \"_hide\",\n value: function _hide()\n /* reference, options */\n {\n var _this6 = this;\n\n // don't hide if it's already hidden\n if (!this._isOpen) {\n return this;\n }\n\n this._isOpen = false;\n\n this._noLongerOpen(); // hide tooltipNode\n\n\n this._tooltipNode.style.display = 'none';\n\n this._tooltipNode.setAttribute('aria-hidden', 'true');\n\n if (this.popperInstance) {\n this.popperInstance.disableEventListeners();\n }\n\n clearTimeout(this._disposeTimer);\n var disposeTime = directive.options.disposeTimeout;\n\n if (disposeTime !== null) {\n this._disposeTimer = setTimeout(function () {\n if (_this6._tooltipNode) {\n _this6._tooltipNode.removeEventListener('mouseenter', _this6.hide);\n\n _this6._tooltipNode.removeEventListener('click', _this6.hide); // Don't remove popper instance, just the HTML element\n\n\n _this6._removeTooltipNode();\n }\n }, disposeTime);\n }\n\n removeClasses(this.reference, ['v-tooltip-open']);\n return this;\n }\n }, {\n key: \"_removeTooltipNode\",\n value: function _removeTooltipNode() {\n if (!this._tooltipNode) return;\n var parentNode = this._tooltipNode.parentNode;\n\n if (parentNode) {\n parentNode.removeChild(this._tooltipNode);\n this.reference.removeAttribute('aria-describedby');\n }\n\n this._tooltipNode = null;\n }\n }, {\n key: \"_dispose\",\n value: function _dispose() {\n var _this7 = this;\n\n this._isDisposed = true;\n this.reference.removeAttribute('data-original-title');\n\n if (this.$_originalTitle) {\n this.reference.setAttribute('title', this.$_originalTitle);\n } // remove event listeners first to prevent any unexpected behaviour\n\n\n this._events.forEach(function (_ref) {\n var func = _ref.func,\n event = _ref.event;\n\n _this7.reference.removeEventListener(event, func);\n });\n\n this._events = [];\n\n if (this._tooltipNode) {\n this._hide();\n\n this._tooltipNode.removeEventListener('mouseenter', this.hide);\n\n this._tooltipNode.removeEventListener('click', this.hide); // destroy instance\n\n\n this.popperInstance.destroy(); // destroy tooltipNode if removeOnDestroy is not set, as popperInstance.destroy() already removes the element\n\n if (!this.popperInstance.options.removeOnDestroy) {\n this._removeTooltipNode();\n }\n } else {\n this._noLongerOpen();\n }\n\n return this;\n }\n }, {\n key: \"_findContainer\",\n value: function _findContainer(container, reference) {\n // if container is a query, get the relative element\n if (typeof container === 'string') {\n container = window.document.querySelector(container);\n } else if (container === false) {\n // if container is `false`, set it to reference parent\n container = reference.parentNode;\n }\n\n return container;\n }\n /**\n * Append tooltip to container\n * @memberof Tooltip\n * @private\n * @param {HTMLElement} tooltip\n * @param {HTMLElement|String|false} container\n */\n\n }, {\n key: \"_append\",\n value: function _append(tooltipNode, container) {\n container.appendChild(tooltipNode);\n }\n }, {\n key: \"_setEventListeners\",\n value: function _setEventListeners(reference, events, options) {\n var _this8 = this;\n\n var directEvents = [];\n var oppositeEvents = [];\n events.forEach(function (event) {\n switch (event) {\n case 'hover':\n directEvents.push('mouseenter');\n oppositeEvents.push('mouseleave');\n if (_this8.options.hideOnTargetClick) oppositeEvents.push('click');\n break;\n\n case 'focus':\n directEvents.push('focus');\n oppositeEvents.push('blur');\n if (_this8.options.hideOnTargetClick) oppositeEvents.push('click');\n break;\n\n case 'click':\n directEvents.push('click');\n oppositeEvents.push('click');\n break;\n }\n }); // schedule show tooltip\n\n directEvents.forEach(function (event) {\n var func = function func(evt) {\n if (_this8._isOpen === true) {\n return;\n }\n\n evt.usedByTooltip = true;\n\n _this8._scheduleShow(reference, options.delay, options, evt);\n };\n\n _this8._events.push({\n event: event,\n func: func\n });\n\n reference.addEventListener(event, func);\n }); // schedule hide tooltip\n\n oppositeEvents.forEach(function (event) {\n var func = function func(evt) {\n if (evt.usedByTooltip === true) {\n return;\n }\n\n _this8._scheduleHide(reference, options.delay, options, evt);\n };\n\n _this8._events.push({\n event: event,\n func: func\n });\n\n reference.addEventListener(event, func);\n });\n }\n }, {\n key: \"_onDocumentTouch\",\n value: function _onDocumentTouch(event) {\n if (this._enableDocumentTouch) {\n this._scheduleHide(this.reference, this.options.delay, this.options, event);\n }\n }\n }, {\n key: \"_scheduleShow\",\n value: function _scheduleShow(reference, delay, options\n /*, evt */\n ) {\n var _this9 = this;\n\n // defaults to 0\n var computedDelay = delay && delay.show || delay || 0;\n clearTimeout(this._scheduleTimer);\n this._scheduleTimer = window.setTimeout(function () {\n return _this9._show(reference, options);\n }, computedDelay);\n }\n }, {\n key: \"_scheduleHide\",\n value: function _scheduleHide(reference, delay, options, evt) {\n var _this10 = this;\n\n // defaults to 0\n var computedDelay = delay && delay.hide || delay || 0;\n clearTimeout(this._scheduleTimer);\n this._scheduleTimer = window.setTimeout(function () {\n if (_this10._isOpen === false) {\n return;\n }\n\n if (!_this10._tooltipNode.ownerDocument.body.contains(_this10._tooltipNode)) {\n return;\n } // if we are hiding because of a mouseleave, we must check that the new\n // reference isn't the tooltip, because in this case we don't want to hide it\n\n\n if (evt.type === 'mouseleave') {\n var isSet = _this10._setTooltipNodeEvent(evt, reference, delay, options); // if we set the new event, don't hide the tooltip yet\n // the new event will take care to hide it if necessary\n\n\n if (isSet) {\n return;\n }\n }\n\n _this10._hide(reference, options);\n }, computedDelay);\n }\n }]);\n\n return Tooltip;\n}(); // Hide tooltips on touch devices\n\nif (typeof document !== 'undefined') {\n document.addEventListener('touchstart', function (event) {\n for (var i = 0; i < openTooltips.length; i++) {\n openTooltips[i]._onDocumentTouch(event);\n }\n }, supportsPassive ? {\n passive: true,\n capture: true\n } : true);\n}\n/**\n * Placement function, its context is the Tooltip instance.\n * @memberof Tooltip\n * @callback PlacementFunction\n * @param {HTMLElement} tooltip - tooltip DOM node.\n * @param {HTMLElement} reference - reference DOM node.\n * @return {String} placement - One of the allowed placement options.\n */\n\n/**\n * Title function, its context is the Tooltip instance.\n * @memberof Tooltip\n * @callback TitleFunction\n * @return {String} placement - The desired title.\n */\n\nfunction ownKeys$1(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); if (enumerableOnly) symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; }); keys.push.apply(keys, symbols); } return keys; }\n\nfunction _objectSpread$1(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys$1(Object(source), true).forEach(function (key) { _defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys$1(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; }\nvar state = {\n enabled: true\n};\nvar positions = ['top', 'top-start', 'top-end', 'right', 'right-start', 'right-end', 'bottom', 'bottom-start', 'bottom-end', 'left', 'left-start', 'left-end'];\nvar defaultOptions = {\n // Default tooltip placement relative to target element\n defaultPlacement: 'top',\n // Default CSS classes applied to the tooltip element\n defaultClass: 'vue-tooltip-theme',\n // Default CSS classes applied to the target element of the tooltip\n defaultTargetClass: 'has-tooltip',\n // Is the content HTML by default?\n defaultHtml: true,\n // Default HTML template of the tooltip element\n // It must include `tooltip-arrow` & `tooltip-inner` CSS classes (can be configured, see below)\n // Change if the classes conflict with other libraries (for example bootstrap)\n defaultTemplate: '<div class=\"tooltip\" role=\"tooltip\"><div class=\"tooltip-arrow\"></div><div class=\"tooltip-inner\"></div></div>',\n // Selector used to get the arrow element in the tooltip template\n defaultArrowSelector: '.tooltip-arrow, .tooltip__arrow',\n // Selector used to get the inner content element in the tooltip template\n defaultInnerSelector: '.tooltip-inner, .tooltip__inner',\n // Delay (ms)\n defaultDelay: 0,\n // Default events that trigger the tooltip\n defaultTrigger: 'hover focus',\n // Default position offset (px)\n defaultOffset: 0,\n // Default container where the tooltip will be appended\n defaultContainer: 'body',\n defaultBoundariesElement: undefined,\n defaultPopperOptions: {},\n // Class added when content is loading\n defaultLoadingClass: 'tooltip-loading',\n // Displayed when tooltip content is loading\n defaultLoadingContent: '...',\n // Hide on mouseover tooltip\n autoHide: true,\n // Close tooltip on click on tooltip target?\n defaultHideOnTargetClick: true,\n // Auto destroy tooltip DOM nodes (ms)\n disposeTimeout: 5000,\n // Options for popover\n popover: {\n defaultPlacement: 'bottom',\n // Use the `popoverClass` prop for theming\n defaultClass: 'vue-popover-theme',\n // Base class (change if conflicts with other libraries)\n defaultBaseClass: 'tooltip popover',\n // Wrapper class (contains arrow and inner)\n defaultWrapperClass: 'wrapper',\n // Inner content class\n defaultInnerClass: 'tooltip-inner popover-inner',\n // Arrow class\n defaultArrowClass: 'tooltip-arrow popover-arrow',\n // Class added when popover is open\n defaultOpenClass: 'open',\n defaultDelay: 0,\n defaultTrigger: 'click',\n defaultOffset: 0,\n defaultContainer: 'body',\n defaultBoundariesElement: undefined,\n defaultPopperOptions: {},\n // Hides if clicked outside of popover\n defaultAutoHide: true,\n // Update popper on content resize\n defaultHandleResize: true\n }\n};\nfunction getOptions(options) {\n var result = {\n placement: typeof options.placement !== 'undefined' ? options.placement : directive.options.defaultPlacement,\n delay: typeof options.delay !== 'undefined' ? options.delay : directive.options.defaultDelay,\n html: typeof options.html !== 'undefined' ? options.html : directive.options.defaultHtml,\n template: typeof options.template !== 'undefined' ? options.template : directive.options.defaultTemplate,\n arrowSelector: typeof options.arrowSelector !== 'undefined' ? options.arrowSelector : directive.options.defaultArrowSelector,\n innerSelector: typeof options.innerSelector !== 'undefined' ? options.innerSelector : directive.options.defaultInnerSelector,\n trigger: typeof options.trigger !== 'undefined' ? options.trigger : directive.options.defaultTrigger,\n offset: typeof options.offset !== 'undefined' ? options.offset : directive.options.defaultOffset,\n container: typeof options.container !== 'undefined' ? options.container : directive.options.defaultContainer,\n boundariesElement: typeof options.boundariesElement !== 'undefined' ? options.boundariesElement : directive.options.defaultBoundariesElement,\n autoHide: typeof options.autoHide !== 'undefined' ? options.autoHide : directive.options.autoHide,\n hideOnTargetClick: typeof options.hideOnTargetClick !== 'undefined' ? options.hideOnTargetClick : directive.options.defaultHideOnTargetClick,\n loadingClass: typeof options.loadingClass !== 'undefined' ? options.loadingClass : directive.options.defaultLoadingClass,\n loadingContent: typeof options.loadingContent !== 'undefined' ? options.loadingContent : directive.options.defaultLoadingContent,\n popperOptions: _objectSpread$1({}, typeof options.popperOptions !== 'undefined' ? options.popperOptions : directive.options.defaultPopperOptions)\n };\n\n if (result.offset) {\n var typeofOffset = _typeof(result.offset);\n\n var offset = result.offset; // One value -> switch\n\n if (typeofOffset === 'number' || typeofOffset === 'string' && offset.indexOf(',') === -1) {\n offset = \"0, \".concat(offset);\n }\n\n if (!result.popperOptions.modifiers) {\n result.popperOptions.modifiers = {};\n }\n\n result.popperOptions.modifiers.offset = {\n offset: offset\n };\n }\n\n if (result.trigger && result.trigger.indexOf('click') !== -1) {\n result.hideOnTargetClick = false;\n }\n\n return result;\n}\nfunction getPlacement(value, modifiers) {\n var placement = value.placement;\n\n for (var i = 0; i < positions.length; i++) {\n var pos = positions[i];\n\n if (modifiers[pos]) {\n placement = pos;\n }\n }\n\n return placement;\n}\nfunction getContent(value) {\n var type = _typeof(value);\n\n if (type === 'string') {\n return value;\n } else if (value && type === 'object') {\n return value.content;\n } else {\n return false;\n }\n}\nfunction createTooltip(el, value) {\n var modifiers = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : {};\n var content = getContent(value);\n var classes = typeof value.classes !== 'undefined' ? value.classes : directive.options.defaultClass;\n\n var opts = _objectSpread$1({\n title: content\n }, getOptions(_objectSpread$1(_objectSpread$1({}, _typeof(value) === 'object' ? value : {}), {}, {\n placement: getPlacement(value, modifiers)\n })));\n\n var tooltip = el._tooltip = new Tooltip(el, opts);\n tooltip.setClasses(classes);\n tooltip._vueEl = el; // Class on target\n\n var targetClasses = typeof value.targetClasses !== 'undefined' ? value.targetClasses : directive.options.defaultTargetClass;\n el._tooltipTargetClasses = targetClasses;\n addClasses(el, targetClasses);\n return tooltip;\n}\nfunction destroyTooltip(el) {\n if (el._tooltip) {\n el._tooltip.dispose();\n\n delete el._tooltip;\n delete el._tooltipOldShow;\n }\n\n if (el._tooltipTargetClasses) {\n removeClasses(el, el._tooltipTargetClasses);\n delete el._tooltipTargetClasses;\n }\n}\nfunction bind(el, _ref) {\n var value = _ref.value;\n _ref.oldValue;\n var modifiers = _ref.modifiers;\n var content = getContent(value);\n\n if (!content || !state.enabled) {\n destroyTooltip(el);\n } else {\n var tooltip;\n\n if (el._tooltip) {\n tooltip = el._tooltip; // Content\n\n tooltip.setContent(content); // Options\n\n tooltip.setOptions(_objectSpread$1(_objectSpread$1({}, value), {}, {\n placement: getPlacement(value, modifiers)\n }));\n } else {\n tooltip = createTooltip(el, value, modifiers);\n } // Manual show\n\n\n if (typeof value.show !== 'undefined' && value.show !== el._tooltipOldShow) {\n el._tooltipOldShow = value.show;\n value.show ? tooltip.show() : tooltip.hide();\n }\n }\n}\nvar directive = {\n options: defaultOptions,\n bind: bind,\n update: bind,\n unbind: function unbind(el) {\n destroyTooltip(el);\n }\n};\n\nfunction addListeners(el) {\n el.addEventListener('click', onClick);\n el.addEventListener('touchstart', onTouchStart, supportsPassive ? {\n passive: true\n } : false);\n}\n\nfunction removeListeners(el) {\n el.removeEventListener('click', onClick);\n el.removeEventListener('touchstart', onTouchStart);\n el.removeEventListener('touchend', onTouchEnd);\n el.removeEventListener('touchcancel', onTouchCancel);\n}\n\nfunction onClick(event) {\n var el = event.currentTarget;\n event.closePopover = !el.$_vclosepopover_touch;\n event.closeAllPopover = el.$_closePopoverModifiers && !!el.$_closePopoverModifiers.all;\n}\n\nfunction onTouchStart(event) {\n if (event.changedTouches.length === 1) {\n var el = event.currentTarget;\n el.$_vclosepopover_touch = true;\n var touch = event.changedTouches[0];\n el.$_vclosepopover_touchPoint = touch;\n el.addEventListener('touchend', onTouchEnd);\n el.addEventListener('touchcancel', onTouchCancel);\n }\n}\n\nfunction onTouchEnd(event) {\n var el = event.currentTarget;\n el.$_vclosepopover_touch = false;\n\n if (event.changedTouches.length === 1) {\n var touch = event.changedTouches[0];\n var firstTouch = el.$_vclosepopover_touchPoint;\n event.closePopover = Math.abs(touch.screenY - firstTouch.screenY) < 20 && Math.abs(touch.screenX - firstTouch.screenX) < 20;\n event.closeAllPopover = el.$_closePopoverModifiers && !!el.$_closePopoverModifiers.all;\n }\n}\n\nfunction onTouchCancel(event) {\n var el = event.currentTarget;\n el.$_vclosepopover_touch = false;\n}\n\nvar vclosepopover = {\n bind: function bind(el, _ref) {\n var value = _ref.value,\n modifiers = _ref.modifiers;\n el.$_closePopoverModifiers = modifiers;\n\n if (typeof value === 'undefined' || value) {\n addListeners(el);\n }\n },\n update: function update(el, _ref2) {\n var value = _ref2.value,\n oldValue = _ref2.oldValue,\n modifiers = _ref2.modifiers;\n el.$_closePopoverModifiers = modifiers;\n\n if (value !== oldValue) {\n if (typeof value === 'undefined' || value) {\n addListeners(el);\n } else {\n removeListeners(el);\n }\n }\n },\n unbind: function unbind(el) {\n removeListeners(el);\n }\n};\n\nfunction ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); if (enumerableOnly) symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; }); keys.push.apply(keys, symbols); } return keys; }\n\nfunction _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { _defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; }\n\nfunction getDefault(key) {\n var value = directive.options.popover[key];\n\n if (typeof value === 'undefined') {\n return directive.options[key];\n }\n\n return value;\n}\n\nvar isIOS = false;\n\nif (typeof window !== 'undefined' && typeof navigator !== 'undefined') {\n isIOS = /iPad|iPhone|iPod/.test(navigator.userAgent) && !window.MSStream;\n}\n\nvar openPopovers = [];\n\nvar Element = function Element() {};\n\nif (typeof window !== 'undefined') {\n Element = window.Element;\n}\n\nvar script = {\n name: 'VPopover',\n components: {\n ResizeObserver: ResizeObserver\n },\n props: {\n open: {\n type: Boolean,\n default: false\n },\n disabled: {\n type: Boolean,\n default: false\n },\n placement: {\n type: String,\n default: function _default() {\n return getDefault('defaultPlacement');\n }\n },\n delay: {\n type: [String, Number, Object],\n default: function _default() {\n return getDefault('defaultDelay');\n }\n },\n offset: {\n type: [String, Number],\n default: function _default() {\n return getDefault('defaultOffset');\n }\n },\n trigger: {\n type: String,\n default: function _default() {\n return getDefault('defaultTrigger');\n }\n },\n container: {\n type: [String, Object, Element, Boolean],\n default: function _default() {\n return getDefault('defaultContainer');\n }\n },\n boundariesElement: {\n type: [String, Element],\n default: function _default() {\n return getDefault('defaultBoundariesElement');\n }\n },\n popperOptions: {\n type: Object,\n default: function _default() {\n return getDefault('defaultPopperOptions');\n }\n },\n popoverClass: {\n type: [String, Array],\n default: function _default() {\n return getDefault('defaultClass');\n }\n },\n popoverBaseClass: {\n type: [String, Array],\n default: function _default() {\n return directive.options.popover.defaultBaseClass;\n }\n },\n popoverInnerClass: {\n type: [String, Array],\n default: function _default() {\n return directive.options.popover.defaultInnerClass;\n }\n },\n popoverWrapperClass: {\n type: [String, Array],\n default: function _default() {\n return directive.options.popover.defaultWrapperClass;\n }\n },\n popoverArrowClass: {\n type: [String, Array],\n default: function _default() {\n return directive.options.popover.defaultArrowClass;\n }\n },\n autoHide: {\n type: Boolean,\n default: function _default() {\n return directive.options.popover.defaultAutoHide;\n }\n },\n handleResize: {\n type: Boolean,\n default: function _default() {\n return directive.options.popover.defaultHandleResize;\n }\n },\n openGroup: {\n type: String,\n default: null\n },\n openClass: {\n type: [String, Array],\n default: function _default() {\n return directive.options.popover.defaultOpenClass;\n }\n },\n ariaId: {\n default: null\n }\n },\n data: function data() {\n return {\n isOpen: false,\n id: Math.random().toString(36).substr(2, 10)\n };\n },\n computed: {\n cssClass: function cssClass() {\n return _defineProperty({}, this.openClass, this.isOpen);\n },\n popoverId: function popoverId() {\n return \"popover_\".concat(this.ariaId != null ? this.ariaId : this.id);\n }\n },\n watch: {\n open: function open(val) {\n if (val) {\n this.show();\n } else {\n this.hide();\n }\n },\n disabled: function disabled(val, oldVal) {\n if (val !== oldVal) {\n if (val) {\n this.hide();\n } else if (this.open) {\n this.show();\n }\n }\n },\n container: function container(val) {\n if (this.isOpen && this.popperInstance) {\n var popoverNode = this.$refs.popover;\n var reference = this.$refs.trigger;\n var container = this.$_findContainer(this.container, reference);\n\n if (!container) {\n console.warn('No container for popover', this);\n return;\n }\n\n container.appendChild(popoverNode);\n this.popperInstance.scheduleUpdate();\n }\n },\n trigger: function trigger(val) {\n this.$_removeEventListeners();\n this.$_addEventListeners();\n },\n placement: function placement(val) {\n var _this = this;\n\n this.$_updatePopper(function () {\n _this.popperInstance.options.placement = val;\n });\n },\n offset: '$_restartPopper',\n boundariesElement: '$_restartPopper',\n popperOptions: {\n handler: '$_restartPopper',\n deep: true\n }\n },\n created: function created() {\n this.$_isDisposed = false;\n this.$_mounted = false;\n this.$_events = [];\n this.$_preventOpen = false;\n },\n mounted: function mounted() {\n var popoverNode = this.$refs.popover;\n popoverNode.parentNode && popoverNode.parentNode.removeChild(popoverNode);\n this.$_init();\n\n if (this.open) {\n this.show();\n }\n },\n deactivated: function deactivated() {\n this.hide();\n },\n beforeDestroy: function beforeDestroy() {\n this.dispose();\n },\n methods: {\n show: function show() {\n var _this2 = this;\n\n var _ref2 = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {},\n event = _ref2.event;\n _ref2.skipDelay;\n var _ref2$force = _ref2.force,\n force = _ref2$force === void 0 ? false : _ref2$force;\n\n if (force || !this.disabled) {\n this.$_scheduleShow(event);\n this.$emit('show');\n }\n\n this.$emit('update:open', true);\n this.$_beingShowed = true;\n requestAnimationFrame(function () {\n _this2.$_beingShowed = false;\n });\n },\n hide: function hide() {\n var _ref3 = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {},\n event = _ref3.event;\n _ref3.skipDelay;\n\n this.$_scheduleHide(event);\n this.$emit('hide');\n this.$emit('update:open', false);\n },\n dispose: function dispose() {\n this.$_isDisposed = true;\n this.$_removeEventListeners();\n this.hide({\n skipDelay: true\n });\n\n if (this.popperInstance) {\n this.popperInstance.destroy(); // destroy tooltipNode if removeOnDestroy is not set, as popperInstance.destroy() already removes the element\n\n if (!this.popperInstance.options.removeOnDestroy) {\n var popoverNode = this.$refs.popover;\n popoverNode.parentNode && popoverNode.parentNode.removeChild(popoverNode);\n }\n }\n\n this.$_mounted = false;\n this.popperInstance = null;\n this.isOpen = false;\n this.$emit('dispose');\n },\n $_init: function $_init() {\n if (this.trigger.indexOf('manual') === -1) {\n this.$_addEventListeners();\n }\n },\n $_show: function $_show() {\n var _this3 = this;\n\n var reference = this.$refs.trigger;\n var popoverNode = this.$refs.popover;\n clearTimeout(this.$_disposeTimer); // Already open\n\n if (this.isOpen) {\n return;\n } // Popper is already initialized\n\n\n if (this.popperInstance) {\n this.isOpen = true;\n this.popperInstance.enableEventListeners();\n this.popperInstance.scheduleUpdate();\n }\n\n if (!this.$_mounted) {\n var container = this.$_findContainer(this.container, reference);\n\n if (!container) {\n console.warn('No container for popover', this);\n return;\n }\n\n container.appendChild(popoverNode);\n this.$_mounted = true;\n this.isOpen = false;\n\n if (this.popperInstance) {\n requestAnimationFrame(function () {\n if (!_this3.hidden) {\n _this3.isOpen = true;\n }\n });\n }\n }\n\n if (!this.popperInstance) {\n var popperOptions = _objectSpread(_objectSpread({}, this.popperOptions), {}, {\n placement: this.placement\n });\n\n popperOptions.modifiers = _objectSpread(_objectSpread({}, popperOptions.modifiers), {}, {\n arrow: _objectSpread(_objectSpread({}, popperOptions.modifiers && popperOptions.modifiers.arrow), {}, {\n element: this.$refs.arrow\n })\n });\n\n if (this.offset) {\n var offset = this.$_getOffset();\n popperOptions.modifiers.offset = _objectSpread(_objectSpread({}, popperOptions.modifiers && popperOptions.modifiers.offset), {}, {\n offset: offset\n });\n }\n\n if (this.boundariesElement) {\n popperOptions.modifiers.preventOverflow = _objectSpread(_objectSpread({}, popperOptions.modifiers && popperOptions.modifiers.preventOverflow), {}, {\n boundariesElement: this.boundariesElement\n });\n }\n\n this.popperInstance = new Popper(reference, popoverNode, popperOptions); // Fix position\n\n requestAnimationFrame(function () {\n if (_this3.hidden) {\n _this3.hidden = false;\n\n _this3.$_hide();\n\n return;\n }\n\n if (!_this3.$_isDisposed && _this3.popperInstance) {\n _this3.popperInstance.scheduleUpdate(); // Show the tooltip\n\n\n requestAnimationFrame(function () {\n if (_this3.hidden) {\n _this3.hidden = false;\n\n _this3.$_hide();\n\n return;\n }\n\n if (!_this3.$_isDisposed) {\n _this3.isOpen = true;\n } else {\n _this3.dispose();\n }\n });\n } else {\n _this3.dispose();\n }\n });\n }\n\n var openGroup = this.openGroup;\n\n if (openGroup) {\n var popover;\n\n for (var i = 0; i < openPopovers.length; i++) {\n popover = openPopovers[i];\n\n if (popover.openGroup !== openGroup) {\n popover.hide();\n popover.$emit('close-group');\n }\n }\n }\n\n openPopovers.push(this);\n this.$emit('apply-show');\n },\n $_hide: function $_hide() {\n var _this4 = this;\n\n // Already hidden\n if (!this.isOpen) {\n return;\n }\n\n var index = openPopovers.indexOf(this);\n\n if (index !== -1) {\n openPopovers.splice(index, 1);\n }\n\n this.isOpen = false;\n\n if (this.popperInstance) {\n this.popperInstance.disableEventListeners();\n }\n\n clearTimeout(this.$_disposeTimer);\n var disposeTime = directive.options.popover.disposeTimeout || directive.options.disposeTimeout;\n\n if (disposeTime !== null) {\n this.$_disposeTimer = setTimeout(function () {\n var popoverNode = _this4.$refs.popover;\n\n if (popoverNode) {\n // Don't remove popper instance, just the HTML element\n popoverNode.parentNode && popoverNode.parentNode.removeChild(popoverNode);\n _this4.$_mounted = false;\n }\n }, disposeTime);\n }\n\n this.$emit('apply-hide');\n },\n $_findContainer: function $_findContainer(container, reference) {\n // if container is a query, get the relative element\n if (typeof container === 'string') {\n container = window.document.querySelector(container);\n } else if (container === false) {\n // if container is `false`, set it to reference parent\n container = reference.parentNode;\n }\n\n return container;\n },\n $_getOffset: function $_getOffset() {\n var typeofOffset = _typeof(this.offset);\n\n var offset = this.offset; // One value -> switch\n\n if (typeofOffset === 'number' || typeofOffset === 'string' && offset.indexOf(',') === -1) {\n offset = \"0, \".concat(offset);\n }\n\n return offset;\n },\n $_addEventListeners: function $_addEventListeners() {\n var _this5 = this;\n\n var reference = this.$refs.trigger;\n var directEvents = [];\n var oppositeEvents = [];\n var events = typeof this.trigger === 'string' ? this.trigger.split(' ').filter(function (trigger) {\n return ['click', 'hover', 'focus'].indexOf(trigger) !== -1;\n }) : [];\n events.forEach(function (event) {\n switch (event) {\n case 'hover':\n directEvents.push('mouseenter');\n oppositeEvents.push('mouseleave');\n break;\n\n case 'focus':\n directEvents.push('focus');\n oppositeEvents.push('blur');\n break;\n\n case 'click':\n directEvents.push('click');\n oppositeEvents.push('click');\n break;\n }\n }); // schedule show tooltip\n\n directEvents.forEach(function (event) {\n var func = function func(event) {\n if (_this5.isOpen) {\n return;\n }\n\n event.usedByTooltip = true;\n !_this5.$_preventOpen && _this5.show({\n event: event\n });\n _this5.hidden = false;\n };\n\n _this5.$_events.push({\n event: event,\n func: func\n });\n\n reference.addEventListener(event, func);\n }); // schedule hide tooltip\n\n oppositeEvents.forEach(function (event) {\n var func = function func(event) {\n if (event.usedByTooltip) {\n return;\n }\n\n _this5.hide({\n event: event\n });\n\n _this5.hidden = true;\n };\n\n _this5.$_events.push({\n event: event,\n func: func\n });\n\n reference.addEventListener(event, func);\n });\n },\n $_scheduleShow: function $_scheduleShow() {\n var skipDelay = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : false;\n clearTimeout(this.$_scheduleTimer);\n\n if (skipDelay) {\n this.$_show();\n } else {\n // defaults to 0\n var computedDelay = parseInt(this.delay && this.delay.show || this.delay || 0);\n this.$_scheduleTimer = setTimeout(this.$_show.bind(this), computedDelay);\n }\n },\n $_scheduleHide: function $_scheduleHide() {\n var _this6 = this;\n\n var event = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : null;\n var skipDelay = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : false;\n clearTimeout(this.$_scheduleTimer);\n\n if (skipDelay) {\n this.$_hide();\n } else {\n // defaults to 0\n var computedDelay = parseInt(this.delay && this.delay.hide || this.delay || 0);\n this.$_scheduleTimer = setTimeout(function () {\n if (!_this6.isOpen) {\n return;\n } // if we are hiding because of a mouseleave, we must check that the new\n // reference isn't the tooltip, because in this case we don't want to hide it\n\n\n if (event && event.type === 'mouseleave') {\n var isSet = _this6.$_setTooltipNodeEvent(event); // if we set the new event, don't hide the tooltip yet\n // the new event will take care to hide it if necessary\n\n\n if (isSet) {\n return;\n }\n }\n\n _this6.$_hide();\n }, computedDelay);\n }\n },\n $_setTooltipNodeEvent: function $_setTooltipNodeEvent(event) {\n var _this7 = this;\n\n var reference = this.$refs.trigger;\n var popoverNode = this.$refs.popover;\n var relatedreference = event.relatedreference || event.toElement || event.relatedTarget;\n\n var callback = function callback(event2) {\n var relatedreference2 = event2.relatedreference || event2.toElement || event2.relatedTarget; // Remove event listener after call\n\n popoverNode.removeEventListener(event.type, callback); // If the new reference is not the reference element\n\n if (!reference.contains(relatedreference2)) {\n // Schedule to hide tooltip\n _this7.hide({\n event: event2\n });\n }\n };\n\n if (popoverNode.contains(relatedreference)) {\n // listen to mouseleave on the tooltip element to be able to hide the tooltip\n popoverNode.addEventListener(event.type, callback);\n return true;\n }\n\n return false;\n },\n $_removeEventListeners: function $_removeEventListeners() {\n var reference = this.$refs.trigger;\n this.$_events.forEach(function (_ref4) {\n var func = _ref4.func,\n event = _ref4.event;\n reference.removeEventListener(event, func);\n });\n this.$_events = [];\n },\n $_updatePopper: function $_updatePopper(cb) {\n if (this.popperInstance) {\n cb();\n if (this.isOpen) this.popperInstance.scheduleUpdate();\n }\n },\n $_restartPopper: function $_restartPopper() {\n if (this.popperInstance) {\n var isOpen = this.isOpen;\n this.dispose();\n this.$_isDisposed = false;\n this.$_init();\n\n if (isOpen) {\n this.show({\n skipDelay: true,\n force: true\n });\n }\n }\n },\n $_handleGlobalClose: function $_handleGlobalClose(event) {\n var _this8 = this;\n\n var touch = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : false;\n if (this.$_beingShowed) return;\n this.hide({\n event: event\n });\n\n if (event.closePopover) {\n this.$emit('close-directive');\n } else {\n this.$emit('auto-hide');\n }\n\n if (touch) {\n this.$_preventOpen = true;\n setTimeout(function () {\n _this8.$_preventOpen = false;\n }, 300);\n }\n },\n $_handleResize: function $_handleResize() {\n if (this.isOpen && this.popperInstance) {\n this.popperInstance.scheduleUpdate();\n this.$emit('resize');\n }\n }\n }\n};\n\nif (typeof document !== 'undefined' && typeof window !== 'undefined') {\n if (isIOS) {\n document.addEventListener('touchend', handleGlobalTouchend, supportsPassive ? {\n passive: true,\n capture: true\n } : true);\n } else {\n window.addEventListener('click', handleGlobalClick, true);\n }\n}\n\nfunction handleGlobalClick(event) {\n handleGlobalClose(event);\n}\n\nfunction handleGlobalTouchend(event) {\n handleGlobalClose(event, true);\n}\n\nfunction handleGlobalClose(event) {\n var touch = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : false;\n\n var _loop = function _loop(i) {\n var popover = openPopovers[i];\n\n if (popover.$refs.popover) {\n var contains = popover.$refs.popover.contains(event.target);\n requestAnimationFrame(function () {\n if (event.closeAllPopover || event.closePopover && contains || popover.autoHide && !contains) {\n popover.$_handleGlobalClose(event, touch);\n }\n });\n }\n };\n\n // Delay so that close directive has time to set values\n for (var i = 0; i < openPopovers.length; i++) {\n _loop(i);\n }\n}\n\nfunction normalizeComponent(template, style, script, scopeId, isFunctionalTemplate, moduleIdentifier /* server only */, shadowMode, createInjector, createInjectorSSR, createInjectorShadow) {\r\n if (typeof shadowMode !== 'boolean') {\r\n createInjectorSSR = createInjector;\r\n createInjector = shadowMode;\r\n shadowMode = false;\r\n }\r\n // Vue.extend constructor export interop.\r\n const options = typeof script === 'function' ? script.options : script;\r\n // render functions\r\n if (template && template.render) {\r\n options.render = template.render;\r\n options.staticRenderFns = template.staticRenderFns;\r\n options._compiled = true;\r\n // functional template\r\n if (isFunctionalTemplate) {\r\n options.functional = true;\r\n }\r\n }\r\n // scopedId\r\n if (scopeId) {\r\n options._scopeId = scopeId;\r\n }\r\n let hook;\r\n if (moduleIdentifier) {\r\n // server build\r\n hook = function (context) {\r\n // 2.3 injection\r\n context =\r\n context || // cached call\r\n (this.$vnode && this.$vnode.ssrContext) || // stateful\r\n (this.parent && this.parent.$vnode && this.parent.$vnode.ssrContext); // functional\r\n // 2.2 with runInNewContext: true\r\n if (!context && typeof __VUE_SSR_CONTEXT__ !== 'undefined') {\r\n context = __VUE_SSR_CONTEXT__;\r\n }\r\n // inject component styles\r\n if (style) {\r\n style.call(this, createInjectorSSR(context));\r\n }\r\n // register component module identifier for async chunk inference\r\n if (context && context._registeredComponents) {\r\n context._registeredComponents.add(moduleIdentifier);\r\n }\r\n };\r\n // used by ssr in case component is cached and beforeCreate\r\n // never gets called\r\n options._ssrRegister = hook;\r\n }\r\n else if (style) {\r\n hook = shadowMode\r\n ? function (context) {\r\n style.call(this, createInjectorShadow(context, this.$root.$options.shadowRoot));\r\n }\r\n : function (context) {\r\n style.call(this, createInjector(context));\r\n };\r\n }\r\n if (hook) {\r\n if (options.functional) {\r\n // register for functional component in vue file\r\n const originalRender = options.render;\r\n options.render = function renderWithStyleInjection(h, context) {\r\n hook.call(context);\r\n return originalRender(h, context);\r\n };\r\n }\r\n else {\r\n // inject component registration as beforeCreate hook\r\n const existing = options.beforeCreate;\r\n options.beforeCreate = existing ? [].concat(existing, hook) : [hook];\r\n }\r\n }\r\n return script;\r\n}\n\n/* script */\nvar __vue_script__ = script;\n/* template */\n\nvar __vue_render__ = function __vue_render__() {\n var _vm = this;\n\n var _h = _vm.$createElement;\n\n var _c = _vm._self._c || _h;\n\n return _c(\"div\", {\n staticClass: \"v-popover\",\n class: _vm.cssClass\n }, [_c(\"div\", {\n ref: \"trigger\",\n staticClass: \"trigger\",\n staticStyle: {\n display: \"inline-block\"\n },\n attrs: {\n \"aria-describedby\": _vm.isOpen ? _vm.popoverId : undefined,\n tabindex: _vm.trigger.indexOf(\"focus\") !== -1 ? 0 : undefined\n }\n }, [_vm._t(\"default\")], 2), _vm._v(\" \"), _c(\"div\", {\n ref: \"popover\",\n class: [_vm.popoverBaseClass, _vm.popoverClass, _vm.cssClass],\n style: {\n visibility: _vm.isOpen ? \"visible\" : \"hidden\"\n },\n attrs: {\n id: _vm.popoverId,\n \"aria-hidden\": _vm.isOpen ? \"false\" : \"true\",\n tabindex: _vm.autoHide ? 0 : undefined\n },\n on: {\n keyup: function keyup($event) {\n if (!$event.type.indexOf(\"key\") && _vm._k($event.keyCode, \"esc\", 27, $event.key, [\"Esc\", \"Escape\"])) {\n return null;\n }\n\n _vm.autoHide && _vm.hide();\n }\n }\n }, [_c(\"div\", {\n class: _vm.popoverWrapperClass\n }, [_c(\"div\", {\n ref: \"inner\",\n class: _vm.popoverInnerClass,\n staticStyle: {\n position: \"relative\"\n }\n }, [_c(\"div\", [_vm._t(\"popover\", null, {\n isOpen: _vm.isOpen\n })], 2), _vm._v(\" \"), _vm.handleResize ? _c(\"ResizeObserver\", {\n on: {\n notify: _vm.$_handleResize\n }\n }) : _vm._e()], 1), _vm._v(\" \"), _c(\"div\", {\n ref: \"arrow\",\n class: _vm.popoverArrowClass\n })])])]);\n};\n\nvar __vue_staticRenderFns__ = [];\n__vue_render__._withStripped = true;\n/* style */\n\nvar __vue_inject_styles__ = undefined;\n/* scoped */\n\nvar __vue_scope_id__ = undefined;\n/* module identifier */\n\nvar __vue_module_identifier__ = undefined;\n/* functional template */\n\nvar __vue_is_functional_template__ = false;\n/* style inject */\n\n/* style inject SSR */\n\n/* style inject shadow dom */\n\nvar __vue_component__ = /*#__PURE__*/normalizeComponent({\n render: __vue_render__,\n staticRenderFns: __vue_staticRenderFns__\n}, __vue_inject_styles__, __vue_script__, __vue_scope_id__, __vue_is_functional_template__, __vue_module_identifier__, false, undefined, undefined, undefined);\n\nfunction styleInject(css, ref) {\n if ( ref === void 0 ) ref = {};\n var insertAt = ref.insertAt;\n\n if (!css || typeof document === 'undefined') { return; }\n\n var head = document.head || document.getElementsByTagName('head')[0];\n var style = document.createElement('style');\n style.type = 'text/css';\n\n if (insertAt === 'top') {\n if (head.firstChild) {\n head.insertBefore(style, head.firstChild);\n } else {\n head.appendChild(style);\n }\n } else {\n head.appendChild(style);\n }\n\n if (style.styleSheet) {\n style.styleSheet.cssText = css;\n } else {\n style.appendChild(document.createTextNode(css));\n }\n}\n\nvar css_248z = \".resize-observer[data-v-8859cc6c]{position:absolute;top:0;left:0;z-index:-1;width:100%;height:100%;border:none;background-color:transparent;pointer-events:none;display:block;overflow:hidden;opacity:0}.resize-observer[data-v-8859cc6c] object{display:block;position:absolute;top:0;left:0;height:100%;width:100%;overflow:hidden;pointer-events:none;z-index:-1}\";\nstyleInject(css_248z);\n\nfunction install(Vue) {\n var options = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {};\n if (install.installed) return;\n install.installed = true;\n var finalOptions = {};\n merge(finalOptions, defaultOptions, options);\n plugin.options = finalOptions;\n directive.options = finalOptions;\n Vue.directive('tooltip', directive);\n Vue.directive('close-popover', vclosepopover);\n Vue.component('VPopover', __vue_component__);\n}\nvar VTooltip = directive;\nvar VClosePopover = vclosepopover;\nvar VPopover = __vue_component__;\nvar plugin = {\n install: install,\n\n get enabled() {\n return state.enabled;\n },\n\n set enabled(value) {\n state.enabled = value;\n }\n\n}; // Auto-install\n\nvar GlobalVue = null;\n\nif (typeof window !== 'undefined') {\n GlobalVue = window.Vue;\n} else if (typeof global !== 'undefined') {\n GlobalVue = global.Vue;\n}\n\nif (GlobalVue) {\n GlobalVue.use(plugin);\n}\n\nexport default plugin;\nexport { VClosePopover, VPopover, VTooltip, createTooltip, destroyTooltip, install };\n","var Stack = require('./_Stack'),\n assignMergeValue = require('./_assignMergeValue'),\n baseFor = require('./_baseFor'),\n baseMergeDeep = require('./_baseMergeDeep'),\n isObject = require('./isObject'),\n keysIn = require('./keysIn'),\n safeGet = require('./_safeGet');\n\n/**\n * The base implementation of `_.merge` without support for multiple sources.\n *\n * @private\n * @param {Object} object The destination object.\n * @param {Object} source The source object.\n * @param {number} srcIndex The index of `source`.\n * @param {Function} [customizer] The function to customize merged values.\n * @param {Object} [stack] Tracks traversed source values and their merged\n * counterparts.\n */\nfunction baseMerge(object, source, srcIndex, customizer, stack) {\n if (object === source) {\n return;\n }\n baseFor(source, function(srcValue, key) {\n stack || (stack = new Stack);\n if (isObject(srcValue)) {\n baseMergeDeep(object, source, key, srcIndex, baseMerge, customizer, stack);\n }\n else {\n var newValue = customizer\n ? customizer(safeGet(object, key), srcValue, (key + ''), object, source, stack)\n : undefined;\n\n if (newValue === undefined) {\n newValue = srcValue;\n }\n assignMergeValue(object, key, newValue);\n }\n }, keysIn);\n}\n\nmodule.exports = baseMerge;\n","var createBaseFor = require('./_createBaseFor');\n\n/**\n * The base implementation of `baseForOwn` which iterates over `object`\n * properties returned by `keysFunc` and invokes `iteratee` for each property.\n * Iteratee functions may exit iteration early by explicitly returning `false`.\n *\n * @private\n * @param {Object} object The object to iterate over.\n * @param {Function} iteratee The function invoked per iteration.\n * @param {Function} keysFunc The function to get the keys of `object`.\n * @returns {Object} Returns `object`.\n */\nvar baseFor = createBaseFor();\n\nmodule.exports = baseFor;\n","/**\n * Creates a base function for methods like `_.forIn` and `_.forOwn`.\n *\n * @private\n * @param {boolean} [fromRight] Specify iterating from right to left.\n * @returns {Function} Returns the new base function.\n */\nfunction createBaseFor(fromRight) {\n return function(object, iteratee, keysFunc) {\n var index = -1,\n iterable = Object(object),\n props = keysFunc(object),\n length = props.length;\n\n while (length--) {\n var key = props[fromRight ? length : ++index];\n if (iteratee(iterable[key], key, iterable) === false) {\n break;\n }\n }\n return object;\n };\n}\n\nmodule.exports = createBaseFor;\n","var assignMergeValue = require('./_assignMergeValue'),\n cloneBuffer = require('./_cloneBuffer'),\n cloneTypedArray = require('./_cloneTypedArray'),\n copyArray = require('./_copyArray'),\n initCloneObject = require('./_initCloneObject'),\n isArguments = require('./isArguments'),\n isArray = require('./isArray'),\n isArrayLikeObject = require('./isArrayLikeObject'),\n isBuffer = require('./isBuffer'),\n isFunction = require('./isFunction'),\n isObject = require('./isObject'),\n isPlainObject = require('./isPlainObject'),\n isTypedArray = require('./isTypedArray'),\n safeGet = require('./_safeGet'),\n toPlainObject = require('./toPlainObject');\n\n/**\n * A specialized version of `baseMerge` for arrays and objects which performs\n * deep merges and tracks traversed objects enabling objects with circular\n * references to be merged.\n *\n * @private\n * @param {Object} object The destination object.\n * @param {Object} source The source object.\n * @param {string} key The key of the value to merge.\n * @param {number} srcIndex The index of `source`.\n * @param {Function} mergeFunc The function to merge values.\n * @param {Function} [customizer] The function to customize assigned values.\n * @param {Object} [stack] Tracks traversed source values and their merged\n * counterparts.\n */\nfunction baseMergeDeep(object, source, key, srcIndex, mergeFunc, customizer, stack) {\n var objValue = safeGet(object, key),\n srcValue = safeGet(source, key),\n stacked = stack.get(srcValue);\n\n if (stacked) {\n assignMergeValue(object, key, stacked);\n return;\n }\n var newValue = customizer\n ? customizer(objValue, srcValue, (key + ''), object, source, stack)\n : undefined;\n\n var isCommon = newValue === undefined;\n\n if (isCommon) {\n var isArr = isArray(srcValue),\n isBuff = !isArr && isBuffer(srcValue),\n isTyped = !isArr && !isBuff && isTypedArray(srcValue);\n\n newValue = srcValue;\n if (isArr || isBuff || isTyped) {\n if (isArray(objValue)) {\n newValue = objValue;\n }\n else if (isArrayLikeObject(objValue)) {\n newValue = copyArray(objValue);\n }\n else if (isBuff) {\n isCommon = false;\n newValue = cloneBuffer(srcValue, true);\n }\n else if (isTyped) {\n isCommon = false;\n newValue = cloneTypedArray(srcValue, true);\n }\n else {\n newValue = [];\n }\n }\n else if (isPlainObject(srcValue) || isArguments(srcValue)) {\n newValue = objValue;\n if (isArguments(objValue)) {\n newValue = toPlainObject(objValue);\n }\n else if (!isObject(objValue) || isFunction(objValue)) {\n newValue = initCloneObject(srcValue);\n }\n }\n else {\n isCommon = false;\n }\n }\n if (isCommon) {\n // Recursively merge objects and arrays (susceptible to call stack limits).\n stack.set(srcValue, newValue);\n mergeFunc(newValue, srcValue, srcIndex, customizer, stack);\n stack['delete'](srcValue);\n }\n assignMergeValue(object, key, newValue);\n}\n\nmodule.exports = baseMergeDeep;\n","var isArrayLike = require('./isArrayLike'),\n isObjectLike = require('./isObjectLike');\n\n/**\n * This method is like `_.isArrayLike` except that it also checks if `value`\n * is an object.\n *\n * @static\n * @memberOf _\n * @since 4.0.0\n * @category Lang\n * @param {*} value The value to check.\n * @returns {boolean} Returns `true` if `value` is an array-like object,\n * else `false`.\n * @example\n *\n * _.isArrayLikeObject([1, 2, 3]);\n * // => true\n *\n * _.isArrayLikeObject(document.body.children);\n * // => true\n *\n * _.isArrayLikeObject('abc');\n * // => false\n *\n * _.isArrayLikeObject(_.noop);\n * // => false\n */\nfunction isArrayLikeObject(value) {\n return isObjectLike(value) && isArrayLike(value);\n}\n\nmodule.exports = isArrayLikeObject;\n","var copyObject = require('./_copyObject'),\n keysIn = require('./keysIn');\n\n/**\n * Converts `value` to a plain object flattening inherited enumerable string\n * keyed properties of `value` to own properties of the plain object.\n *\n * @static\n * @memberOf _\n * @since 3.0.0\n * @category Lang\n * @param {*} value The value to convert.\n * @returns {Object} Returns the converted plain object.\n * @example\n *\n * function Foo() {\n * this.b = 2;\n * }\n *\n * Foo.prototype.c = 3;\n *\n * _.assign({ 'a': 1 }, new Foo);\n * // => { 'a': 1, 'b': 2 }\n *\n * _.assign({ 'a': 1 }, _.toPlainObject(new Foo));\n * // => { 'a': 1, 'b': 2, 'c': 3 }\n */\nfunction toPlainObject(value) {\n return copyObject(value, keysIn(value));\n}\n\nmodule.exports = toPlainObject;\n","var baseRest = require('./_baseRest'),\n isIterateeCall = require('./_isIterateeCall');\n\n/**\n * Creates a function like `_.assign`.\n *\n * @private\n * @param {Function} assigner The function to assign values.\n * @returns {Function} Returns the new assigner function.\n */\nfunction createAssigner(assigner) {\n return baseRest(function(object, sources) {\n var index = -1,\n length = sources.length,\n customizer = length > 1 ? sources[length - 1] : undefined,\n guard = length > 2 ? sources[2] : undefined;\n\n customizer = (assigner.length > 3 && typeof customizer == 'function')\n ? (length--, customizer)\n : undefined;\n\n if (guard && isIterateeCall(sources[0], sources[1], guard)) {\n customizer = length < 3 ? undefined : customizer;\n length = 1;\n }\n object = Object(object);\n while (++index < length) {\n var source = sources[index];\n if (source) {\n assigner(object, source, index, customizer);\n }\n }\n return object;\n });\n}\n\nmodule.exports = createAssigner;\n","var identity = require('./identity'),\n overRest = require('./_overRest'),\n setToString = require('./_setToString');\n\n/**\n * The base implementation of `_.rest` which doesn't validate or coerce arguments.\n *\n * @private\n * @param {Function} func The function to apply a rest parameter to.\n * @param {number} [start=func.length-1] The start position of the rest parameter.\n * @returns {Function} Returns the new function.\n */\nfunction baseRest(func, start) {\n return setToString(overRest(func, start, identity), func + '');\n}\n\nmodule.exports = baseRest;\n","var eq = require('./eq'),\n isArrayLike = require('./isArrayLike'),\n isIndex = require('./_isIndex'),\n isObject = require('./isObject');\n\n/**\n * Checks if the given arguments are from an iteratee call.\n *\n * @private\n * @param {*} value The potential iteratee value argument.\n * @param {*} index The potential iteratee index or key argument.\n * @param {*} object The potential iteratee object argument.\n * @returns {boolean} Returns `true` if the arguments are from an iteratee call,\n * else `false`.\n */\nfunction isIterateeCall(value, index, object) {\n if (!isObject(object)) {\n return false;\n }\n var type = typeof index;\n if (type == 'number'\n ? (isArrayLike(object) && isIndex(index, object.length))\n : (type == 'string' && index in object)\n ) {\n return eq(object[index], value);\n }\n return false;\n}\n\nmodule.exports = isIterateeCall;\n","\"use strict\";\n\nrequire(\"core-js/modules/es.object.to-string\");\n\nrequire(\"core-js/modules/es.regexp.exec\");\n\nrequire(\"core-js/modules/es.regexp.to-string\");\n\nrequire(\"core-js/modules/es.string.replace\");\n\nObject.defineProperty(exports, \"__esModule\", {\n value: true\n});\nexports.getGettextBuilder = getGettextBuilder;\n\nvar _nodeGettext = _interopRequireDefault(require(\"node-gettext\"));\n\nvar _ = require(\".\");\n\nfunction _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }\n\nfunction _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError(\"Cannot call a class as a function\"); } }\n\nfunction _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if (\"value\" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } }\n\nfunction _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); return Constructor; }\n\nvar GettextBuilder = /*#__PURE__*/function () {\n function GettextBuilder() {\n _classCallCheck(this, GettextBuilder);\n\n this.translations = {};\n this.debug = false;\n }\n\n _createClass(GettextBuilder, [{\n key: \"setLanguage\",\n value: function setLanguage(language) {\n this.locale = language;\n return this;\n }\n }, {\n key: \"detectLocale\",\n value: function detectLocale() {\n return this.setLanguage((0, _.getLanguage)().replace('-', '_'));\n }\n }, {\n key: \"addTranslation\",\n value: function addTranslation(language, data) {\n this.translations[language] = data;\n return this;\n }\n }, {\n key: \"enableDebugMode\",\n value: function enableDebugMode() {\n this.debug = true;\n return this;\n }\n }, {\n key: \"build\",\n value: function build() {\n return new GettextWrapper(this.locale || 'en', this.translations, this.debug);\n }\n }]);\n\n return GettextBuilder;\n}();\n\nvar GettextWrapper = /*#__PURE__*/function () {\n function GettextWrapper(locale, data, debug) {\n _classCallCheck(this, GettextWrapper);\n\n this.gt = new _nodeGettext.default({\n debug: debug,\n sourceLocale: 'en'\n });\n\n for (var key in data) {\n this.gt.addTranslations(key, 'messages', data[key]);\n }\n\n this.gt.setLocale(locale);\n }\n\n _createClass(GettextWrapper, [{\n key: \"subtitudePlaceholders\",\n value: function subtitudePlaceholders(translated, vars) {\n return translated.replace(/{([^{}]*)}/g, function (a, b) {\n var r = vars[b];\n\n if (typeof r === 'string' || typeof r === 'number') {\n return r.toString();\n } else {\n return a;\n }\n });\n }\n }, {\n key: \"gettext\",\n value: function gettext(original) {\n var placeholders = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {};\n return this.subtitudePlaceholders(this.gt.gettext(original), placeholders);\n }\n }, {\n key: \"ngettext\",\n value: function ngettext(singular, plural, count) {\n var placeholders = arguments.length > 3 && arguments[3] !== undefined ? arguments[3] : {};\n return this.subtitudePlaceholders(this.gt.ngettext(singular, plural, count).replace(/%n/g, count.toString()), placeholders);\n }\n }]);\n\n return GettextWrapper;\n}();\n\nfunction getGettextBuilder() {\n return new GettextBuilder();\n}\n//# sourceMappingURL=gettext.js.map","'use strict';\n\nvar get = require('lodash.get');\nvar plurals = require('./plurals');\n\nmodule.exports = Gettext;\n\n/**\n * Creates and returns a new Gettext instance.\n *\n * @constructor\n * @param {Object} [options] A set of options\n * @param {String} options.sourceLocale The locale that the source code and its\n * texts are written in. Translations for\n * this locale is not necessary.\n * @param {Boolean} options.debug Whether to output debug info into the\n * console.\n * @return {Object} A Gettext instance\n */\nfunction Gettext(options) {\n options = options || {};\n\n this.catalogs = {};\n this.locale = '';\n this.domain = 'messages';\n\n this.listeners = [];\n\n // Set source locale\n this.sourceLocale = '';\n if (options.sourceLocale) {\n if (typeof options.sourceLocale === 'string') {\n this.sourceLocale = options.sourceLocale;\n }\n else {\n this.warn('The `sourceLocale` option should be a string');\n }\n }\n\n // Set debug flag\n this.debug = 'debug' in options && options.debug === true;\n}\n\n/**\n * Adds an event listener.\n *\n * @param {String} eventName An event name\n * @param {Function} callback An event handler function\n */\nGettext.prototype.on = function(eventName, callback) {\n this.listeners.push({\n eventName: eventName,\n callback: callback\n });\n};\n\n/**\n * Removes an event listener.\n *\n * @param {String} eventName An event name\n * @param {Function} callback A previously registered event handler function\n */\nGettext.prototype.off = function(eventName, callback) {\n this.listeners = this.listeners.filter(function(listener) {\n return (\n listener.eventName === eventName &&\n listener.callback === callback\n ) === false;\n });\n};\n\n/**\n * Emits an event to all registered event listener.\n *\n * @private\n * @param {String} eventName An event name\n * @param {any} eventData Data to pass to event listeners\n */\nGettext.prototype.emit = function(eventName, eventData) {\n for (var i = 0; i < this.listeners.length; i++) {\n var listener = this.listeners[i];\n if (listener.eventName === eventName) {\n listener.callback(eventData);\n }\n }\n};\n\n/**\n * Logs a warning to the console if debug mode is enabled.\n *\n * @ignore\n * @param {String} message A warning message\n */\nGettext.prototype.warn = function(message) {\n if (this.debug) {\n console.warn(message);\n }\n\n this.emit('error', new Error(message));\n};\n\n/**\n * Stores a set of translations in the set of gettext\n * catalogs.\n *\n * @example\n * gt.addTranslations('sv-SE', 'messages', translationsObject)\n *\n * @param {String} locale A locale string\n * @param {String} domain A domain name\n * @param {Object} translations An object of gettext-parser JSON shape\n */\nGettext.prototype.addTranslations = function(locale, domain, translations) {\n if (!this.catalogs[locale]) {\n this.catalogs[locale] = {};\n }\n\n this.catalogs[locale][domain] = translations;\n};\n\n/**\n * Sets the locale to get translated messages for.\n *\n * @example\n * gt.setLocale('sv-SE')\n *\n * @param {String} locale A locale\n */\nGettext.prototype.setLocale = function(locale) {\n if (typeof locale !== 'string') {\n this.warn(\n 'You called setLocale() with an argument of type ' + (typeof locale) + '. ' +\n 'The locale must be a string.'\n );\n return;\n }\n\n if (locale.trim() === '') {\n this.warn('You called setLocale() with an empty value, which makes little sense.');\n }\n\n if (locale !== this.sourceLocale && !this.catalogs[locale]) {\n this.warn('You called setLocale() with \"' + locale + '\", but no translations for that locale has been added.');\n }\n\n this.locale = locale;\n};\n\n/**\n * Sets the default gettext domain.\n *\n * @example\n * gt.setTextDomain('domainname')\n *\n * @param {String} domain A gettext domain name\n */\nGettext.prototype.setTextDomain = function(domain) {\n if (typeof domain !== 'string') {\n this.warn(\n 'You called setTextDomain() with an argument of type ' + (typeof domain) + '. ' +\n 'The domain must be a string.'\n );\n return;\n }\n\n if (domain.trim() === '') {\n this.warn('You called setTextDomain() with an empty `domain` value.');\n }\n\n this.domain = domain;\n};\n\n/**\n * Translates a string using the default textdomain\n *\n * @example\n * gt.gettext('Some text')\n *\n * @param {String} msgid String to be translated\n * @return {String} Translation or the original string if no translation was found\n */\nGettext.prototype.gettext = function(msgid) {\n return this.dnpgettext(this.domain, '', msgid);\n};\n\n/**\n * Translates a string using a specific domain\n *\n * @example\n * gt.dgettext('domainname', 'Some text')\n *\n * @param {String} domain A gettext domain name\n * @param {String} msgid String to be translated\n * @return {String} Translation or the original string if no translation was found\n */\nGettext.prototype.dgettext = function(domain, msgid) {\n return this.dnpgettext(domain, '', msgid);\n};\n\n/**\n * Translates a plural string using the default textdomain\n *\n * @example\n * gt.ngettext('One thing', 'Many things', numberOfThings)\n *\n * @param {String} msgid String to be translated when count is not plural\n * @param {String} msgidPlural String to be translated when count is plural\n * @param {Number} count Number count for the plural\n * @return {String} Translation or the original string if no translation was found\n */\nGettext.prototype.ngettext = function(msgid, msgidPlural, count) {\n return this.dnpgettext(this.domain, '', msgid, msgidPlural, count);\n};\n\n/**\n * Translates a plural string using a specific textdomain\n *\n * @example\n * gt.dngettext('domainname', 'One thing', 'Many things', numberOfThings)\n *\n * @param {String} domain A gettext domain name\n * @param {String} msgid String to be translated when count is not plural\n * @param {String} msgidPlural String to be translated when count is plural\n * @param {Number} count Number count for the plural\n * @return {String} Translation or the original string if no translation was found\n */\nGettext.prototype.dngettext = function(domain, msgid, msgidPlural, count) {\n return this.dnpgettext(domain, '', msgid, msgidPlural, count);\n};\n\n/**\n * Translates a string from a specific context using the default textdomain\n *\n * @example\n * gt.pgettext('sports', 'Back')\n *\n * @param {String} msgctxt Translation context\n * @param {String} msgid String to be translated\n * @return {String} Translation or the original string if no translation was found\n */\nGettext.prototype.pgettext = function(msgctxt, msgid) {\n return this.dnpgettext(this.domain, msgctxt, msgid);\n};\n\n/**\n * Translates a string from a specific context using s specific textdomain\n *\n * @example\n * gt.dpgettext('domainname', 'sports', 'Back')\n *\n * @param {String} domain A gettext domain name\n * @param {String} msgctxt Translation context\n * @param {String} msgid String to be translated\n * @return {String} Translation or the original string if no translation was found\n */\nGettext.prototype.dpgettext = function(domain, msgctxt, msgid) {\n return this.dnpgettext(domain, msgctxt, msgid);\n};\n\n/**\n * Translates a plural string from a specific context using the default textdomain\n *\n * @example\n * gt.npgettext('sports', 'Back', '%d backs', numberOfBacks)\n *\n * @param {String} msgctxt Translation context\n * @param {String} msgid String to be translated when count is not plural\n * @param {String} msgidPlural String to be translated when count is plural\n * @param {Number} count Number count for the plural\n * @return {String} Translation or the original string if no translation was found\n */\nGettext.prototype.npgettext = function(msgctxt, msgid, msgidPlural, count) {\n return this.dnpgettext(this.domain, msgctxt, msgid, msgidPlural, count);\n};\n\n/**\n * Translates a plural string from a specifi context using a specific textdomain\n *\n * @example\n * gt.dnpgettext('domainname', 'sports', 'Back', '%d backs', numberOfBacks)\n *\n * @param {String} domain A gettext domain name\n * @param {String} msgctxt Translation context\n * @param {String} msgid String to be translated\n * @param {String} msgidPlural If no translation was found, return this on count!=1\n * @param {Number} count Number count for the plural\n * @return {String} Translation or the original string if no translation was found\n */\nGettext.prototype.dnpgettext = function(domain, msgctxt, msgid, msgidPlural, count) {\n var defaultTranslation = msgid;\n var translation;\n var index;\n\n msgctxt = msgctxt || '';\n\n if (!isNaN(count) && count !== 1) {\n defaultTranslation = msgidPlural || msgid;\n }\n\n translation = this._getTranslation(domain, msgctxt, msgid);\n\n if (translation) {\n if (typeof count === 'number') {\n var pluralsFunc = plurals[Gettext.getLanguageCode(this.locale)].pluralsFunc;\n index = pluralsFunc(count);\n if (typeof index === 'boolean') {\n index = index ? 1 : 0;\n }\n } else {\n index = 0;\n }\n\n return translation.msgstr[index] || defaultTranslation;\n }\n else if (!this.sourceLocale || this.locale !== this.sourceLocale) {\n this.warn('No translation was found for msgid \"' + msgid + '\" in msgctxt \"' + msgctxt + '\" and domain \"' + domain + '\"');\n }\n\n return defaultTranslation;\n};\n\n/**\n * Retrieves comments object for a translation. The comments object\n * has the shape `{ translator, extracted, reference, flag, previous }`.\n *\n * @example\n * const comment = gt.getComment('domainname', 'sports', 'Backs')\n *\n * @private\n * @param {String} domain A gettext domain name\n * @param {String} msgctxt Translation context\n * @param {String} msgid String to be translated\n * @return {Object} Comments object or false if not found\n */\nGettext.prototype.getComment = function(domain, msgctxt, msgid) {\n var translation;\n\n translation = this._getTranslation(domain, msgctxt, msgid);\n if (translation) {\n return translation.comments || {};\n }\n\n return {};\n};\n\n/**\n * Retrieves translation object from the domain and context\n *\n * @private\n * @param {String} domain A gettext domain name\n * @param {String} msgctxt Translation context\n * @param {String} msgid String to be translated\n * @return {Object} Translation object or false if not found\n */\nGettext.prototype._getTranslation = function(domain, msgctxt, msgid) {\n msgctxt = msgctxt || '';\n\n return get(this.catalogs, [this.locale, domain, 'translations', msgctxt, msgid]);\n};\n\n/**\n * Returns the language code part of a locale\n *\n * @example\n * Gettext.getLanguageCode('sv-SE')\n * // -> \"sv\"\n *\n * @private\n * @param {String} locale A case-insensitive locale string\n * @returns {String} A language code\n */\nGettext.getLanguageCode = function(locale) {\n return locale.split(/[\\-_]/)[0].toLowerCase();\n};\n\n/* C-style aliases */\n\n/**\n * C-style alias for [setTextDomain](#gettextsettextdomaindomain)\n *\n * @see Gettext#setTextDomain\n */\nGettext.prototype.textdomain = function(domain) {\n if (this.debug) {\n console.warn('textdomain(domain) was used to set locales in node-gettext v1. ' +\n 'Make sure you are using it for domains, and switch to setLocale(locale) if you are not.\\n\\n ' +\n 'To read more about the migration from node-gettext v1 to v2, ' +\n 'see https://github.com/alexanderwallin/node-gettext/#migrating-from-1x-to-2x\\n\\n' +\n 'This warning will be removed in the final 2.0.0');\n }\n\n this.setTextDomain(domain);\n};\n\n/**\n * C-style alias for [setLocale](#gettextsetlocalelocale)\n *\n * @see Gettext#setLocale\n */\nGettext.prototype.setlocale = function(locale) {\n this.setLocale(locale);\n};\n\n/* Deprecated functions */\n\n/**\n * This function will be removed in the final 2.0.0 release.\n *\n * @deprecated\n */\nGettext.prototype.addTextdomain = function() {\n console.error('addTextdomain() is deprecated.\\n\\n' +\n '* To add translations, use addTranslations()\\n' +\n '* To set the default domain, use setTextDomain() (or its alias textdomain())\\n' +\n '\\n' +\n 'To read more about the migration from node-gettext v1 to v2, ' +\n 'see https://github.com/alexanderwallin/node-gettext/#migrating-from-1x-to-2x');\n};\n","/**\n * lodash (Custom Build) <https://lodash.com/>\n * Build: `lodash modularize exports=\"npm\" -o ./`\n * Copyright jQuery Foundation and other contributors <https://jquery.org/>\n * Released under MIT license <https://lodash.com/license>\n * Based on Underscore.js 1.8.3 <http://underscorejs.org/LICENSE>\n * Copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors\n */\n\n/** Used as the `TypeError` message for \"Functions\" methods. */\nvar FUNC_ERROR_TEXT = 'Expected a function';\n\n/** Used to stand-in for `undefined` hash values. */\nvar HASH_UNDEFINED = '__lodash_hash_undefined__';\n\n/** Used as references for various `Number` constants. */\nvar INFINITY = 1 / 0;\n\n/** `Object#toString` result references. */\nvar funcTag = '[object Function]',\n genTag = '[object GeneratorFunction]',\n symbolTag = '[object Symbol]';\n\n/** Used to match property names within property paths. */\nvar reIsDeepProp = /\\.|\\[(?:[^[\\]]*|([\"'])(?:(?!\\1)[^\\\\]|\\\\.)*?\\1)\\]/,\n reIsPlainProp = /^\\w*$/,\n reLeadingDot = /^\\./,\n rePropName = /[^.[\\]]+|\\[(?:(-?\\d+(?:\\.\\d+)?)|([\"'])((?:(?!\\2)[^\\\\]|\\\\.)*?)\\2)\\]|(?=(?:\\.|\\[\\])(?:\\.|\\[\\]|$))/g;\n\n/**\n * Used to match `RegExp`\n * [syntax characters](http://ecma-international.org/ecma-262/7.0/#sec-patterns).\n */\nvar reRegExpChar = /[\\\\^$.*+?()[\\]{}|]/g;\n\n/** Used to match backslashes in property paths. */\nvar reEscapeChar = /\\\\(\\\\)?/g;\n\n/** Used to detect host constructors (Safari). */\nvar reIsHostCtor = /^\\[object .+?Constructor\\]$/;\n\n/** Detect free variable `global` from Node.js. */\nvar freeGlobal = typeof global == 'object' && global && global.Object === Object && global;\n\n/** Detect free variable `self`. */\nvar freeSelf = typeof self == 'object' && self && self.Object === Object && self;\n\n/** Used as a reference to the global object. */\nvar root = freeGlobal || freeSelf || Function('return this')();\n\n/**\n * Gets the value at `key` of `object`.\n *\n * @private\n * @param {Object} [object] The object to query.\n * @param {string} key The key of the property to get.\n * @returns {*} Returns the property value.\n */\nfunction getValue(object, key) {\n return object == null ? undefined : object[key];\n}\n\n/**\n * Checks if `value` is a host object in IE < 9.\n *\n * @private\n * @param {*} value The value to check.\n * @returns {boolean} Returns `true` if `value` is a host object, else `false`.\n */\nfunction isHostObject(value) {\n // Many host objects are `Object` objects that can coerce to strings\n // despite having improperly defined `toString` methods.\n var result = false;\n if (value != null && typeof value.toString != 'function') {\n try {\n result = !!(value + '');\n } catch (e) {}\n }\n return result;\n}\n\n/** Used for built-in method references. */\nvar arrayProto = Array.prototype,\n funcProto = Function.prototype,\n objectProto = Object.prototype;\n\n/** Used to detect overreaching core-js shims. */\nvar coreJsData = root['__core-js_shared__'];\n\n/** Used to detect methods masquerading as native. */\nvar maskSrcKey = (function() {\n var uid = /[^.]+$/.exec(coreJsData && coreJsData.keys && coreJsData.keys.IE_PROTO || '');\n return uid ? ('Symbol(src)_1.' + uid) : '';\n}());\n\n/** Used to resolve the decompiled source of functions. */\nvar funcToString = funcProto.toString;\n\n/** Used to check objects for own properties. */\nvar hasOwnProperty = objectProto.hasOwnProperty;\n\n/**\n * Used to resolve the\n * [`toStringTag`](http://ecma-international.org/ecma-262/7.0/#sec-object.prototype.tostring)\n * of values.\n */\nvar objectToString = objectProto.toString;\n\n/** Used to detect if a method is native. */\nvar reIsNative = RegExp('^' +\n funcToString.call(hasOwnProperty).replace(reRegExpChar, '\\\\$&')\n .replace(/hasOwnProperty|(function).*?(?=\\\\\\()| for .+?(?=\\\\\\])/g, '$1.*?') + '$'\n);\n\n/** Built-in value references. */\nvar Symbol = root.Symbol,\n splice = arrayProto.splice;\n\n/* Built-in method references that are verified to be native. */\nvar Map = getNative(root, 'Map'),\n nativeCreate = getNative(Object, 'create');\n\n/** Used to convert symbols to primitives and strings. */\nvar symbolProto = Symbol ? Symbol.prototype : undefined,\n symbolToString = symbolProto ? symbolProto.toString : undefined;\n\n/**\n * Creates a hash object.\n *\n * @private\n * @constructor\n * @param {Array} [entries] The key-value pairs to cache.\n */\nfunction Hash(entries) {\n var index = -1,\n length = entries ? entries.length : 0;\n\n this.clear();\n while (++index < length) {\n var entry = entries[index];\n this.set(entry[0], entry[1]);\n }\n}\n\n/**\n * Removes all key-value entries from the hash.\n *\n * @private\n * @name clear\n * @memberOf Hash\n */\nfunction hashClear() {\n this.__data__ = nativeCreate ? nativeCreate(null) : {};\n}\n\n/**\n * Removes `key` and its value from the hash.\n *\n * @private\n * @name delete\n * @memberOf Hash\n * @param {Object} hash The hash to modify.\n * @param {string} key The key of the value to remove.\n * @returns {boolean} Returns `true` if the entry was removed, else `false`.\n */\nfunction hashDelete(key) {\n return this.has(key) && delete this.__data__[key];\n}\n\n/**\n * Gets the hash value for `key`.\n *\n * @private\n * @name get\n * @memberOf Hash\n * @param {string} key The key of the value to get.\n * @returns {*} Returns the entry value.\n */\nfunction hashGet(key) {\n var data = this.__data__;\n if (nativeCreate) {\n var result = data[key];\n return result === HASH_UNDEFINED ? undefined : result;\n }\n return hasOwnProperty.call(data, key) ? data[key] : undefined;\n}\n\n/**\n * Checks if a hash value for `key` exists.\n *\n * @private\n * @name has\n * @memberOf Hash\n * @param {string} key The key of the entry to check.\n * @returns {boolean} Returns `true` if an entry for `key` exists, else `false`.\n */\nfunction hashHas(key) {\n var data = this.__data__;\n return nativeCreate ? data[key] !== undefined : hasOwnProperty.call(data, key);\n}\n\n/**\n * Sets the hash `key` to `value`.\n *\n * @private\n * @name set\n * @memberOf Hash\n * @param {string} key The key of the value to set.\n * @param {*} value The value to set.\n * @returns {Object} Returns the hash instance.\n */\nfunction hashSet(key, value) {\n var data = this.__data__;\n data[key] = (nativeCreate && value === undefined) ? HASH_UNDEFINED : value;\n return this;\n}\n\n// Add methods to `Hash`.\nHash.prototype.clear = hashClear;\nHash.prototype['delete'] = hashDelete;\nHash.prototype.get = hashGet;\nHash.prototype.has = hashHas;\nHash.prototype.set = hashSet;\n\n/**\n * Creates an list cache object.\n *\n * @private\n * @constructor\n * @param {Array} [entries] The key-value pairs to cache.\n */\nfunction ListCache(entries) {\n var index = -1,\n length = entries ? entries.length : 0;\n\n this.clear();\n while (++index < length) {\n var entry = entries[index];\n this.set(entry[0], entry[1]);\n }\n}\n\n/**\n * Removes all key-value entries from the list cache.\n *\n * @private\n * @name clear\n * @memberOf ListCache\n */\nfunction listCacheClear() {\n this.__data__ = [];\n}\n\n/**\n * Removes `key` and its value from the list cache.\n *\n * @private\n * @name delete\n * @memberOf ListCache\n * @param {string} key The key of the value to remove.\n * @returns {boolean} Returns `true` if the entry was removed, else `false`.\n */\nfunction listCacheDelete(key) {\n var data = this.__data__,\n index = assocIndexOf(data, key);\n\n if (index < 0) {\n return false;\n }\n var lastIndex = data.length - 1;\n if (index == lastIndex) {\n data.pop();\n } else {\n splice.call(data, index, 1);\n }\n return true;\n}\n\n/**\n * Gets the list cache value for `key`.\n *\n * @private\n * @name get\n * @memberOf ListCache\n * @param {string} key The key of the value to get.\n * @returns {*} Returns the entry value.\n */\nfunction listCacheGet(key) {\n var data = this.__data__,\n index = assocIndexOf(data, key);\n\n return index < 0 ? undefined : data[index][1];\n}\n\n/**\n * Checks if a list cache value for `key` exists.\n *\n * @private\n * @name has\n * @memberOf ListCache\n * @param {string} key The key of the entry to check.\n * @returns {boolean} Returns `true` if an entry for `key` exists, else `false`.\n */\nfunction listCacheHas(key) {\n return assocIndexOf(this.__data__, key) > -1;\n}\n\n/**\n * Sets the list cache `key` to `value`.\n *\n * @private\n * @name set\n * @memberOf ListCache\n * @param {string} key The key of the value to set.\n * @param {*} value The value to set.\n * @returns {Object} Returns the list cache instance.\n */\nfunction listCacheSet(key, value) {\n var data = this.__data__,\n index = assocIndexOf(data, key);\n\n if (index < 0) {\n data.push([key, value]);\n } else {\n data[index][1] = value;\n }\n return this;\n}\n\n// Add methods to `ListCache`.\nListCache.prototype.clear = listCacheClear;\nListCache.prototype['delete'] = listCacheDelete;\nListCache.prototype.get = listCacheGet;\nListCache.prototype.has = listCacheHas;\nListCache.prototype.set = listCacheSet;\n\n/**\n * Creates a map cache object to store key-value pairs.\n *\n * @private\n * @constructor\n * @param {Array} [entries] The key-value pairs to cache.\n */\nfunction MapCache(entries) {\n var index = -1,\n length = entries ? entries.length : 0;\n\n this.clear();\n while (++index < length) {\n var entry = entries[index];\n this.set(entry[0], entry[1]);\n }\n}\n\n/**\n * Removes all key-value entries from the map.\n *\n * @private\n * @name clear\n * @memberOf MapCache\n */\nfunction mapCacheClear() {\n this.__data__ = {\n 'hash': new Hash,\n 'map': new (Map || ListCache),\n 'string': new Hash\n };\n}\n\n/**\n * Removes `key` and its value from the map.\n *\n * @private\n * @name delete\n * @memberOf MapCache\n * @param {string} key The key of the value to remove.\n * @returns {boolean} Returns `true` if the entry was removed, else `false`.\n */\nfunction mapCacheDelete(key) {\n return getMapData(this, key)['delete'](key);\n}\n\n/**\n * Gets the map value for `key`.\n *\n * @private\n * @name get\n * @memberOf MapCache\n * @param {string} key The key of the value to get.\n * @returns {*} Returns the entry value.\n */\nfunction mapCacheGet(key) {\n return getMapData(this, key).get(key);\n}\n\n/**\n * Checks if a map value for `key` exists.\n *\n * @private\n * @name has\n * @memberOf MapCache\n * @param {string} key The key of the entry to check.\n * @returns {boolean} Returns `true` if an entry for `key` exists, else `false`.\n */\nfunction mapCacheHas(key) {\n return getMapData(this, key).has(key);\n}\n\n/**\n * Sets the map `key` to `value`.\n *\n * @private\n * @name set\n * @memberOf MapCache\n * @param {string} key The key of the value to set.\n * @param {*} value The value to set.\n * @returns {Object} Returns the map cache instance.\n */\nfunction mapCacheSet(key, value) {\n getMapData(this, key).set(key, value);\n return this;\n}\n\n// Add methods to `MapCache`.\nMapCache.prototype.clear = mapCacheClear;\nMapCache.prototype['delete'] = mapCacheDelete;\nMapCache.prototype.get = mapCacheGet;\nMapCache.prototype.has = mapCacheHas;\nMapCache.prototype.set = mapCacheSet;\n\n/**\n * Gets the index at which the `key` is found in `array` of key-value pairs.\n *\n * @private\n * @param {Array} array The array to inspect.\n * @param {*} key The key to search for.\n * @returns {number} Returns the index of the matched value, else `-1`.\n */\nfunction assocIndexOf(array, key) {\n var length = array.length;\n while (length--) {\n if (eq(array[length][0], key)) {\n return length;\n }\n }\n return -1;\n}\n\n/**\n * The base implementation of `_.get` without support for default values.\n *\n * @private\n * @param {Object} object The object to query.\n * @param {Array|string} path The path of the property to get.\n * @returns {*} Returns the resolved value.\n */\nfunction baseGet(object, path) {\n path = isKey(path, object) ? [path] : castPath(path);\n\n var index = 0,\n length = path.length;\n\n while (object != null && index < length) {\n object = object[toKey(path[index++])];\n }\n return (index && index == length) ? object : undefined;\n}\n\n/**\n * The base implementation of `_.isNative` without bad shim checks.\n *\n * @private\n * @param {*} value The value to check.\n * @returns {boolean} Returns `true` if `value` is a native function,\n * else `false`.\n */\nfunction baseIsNative(value) {\n if (!isObject(value) || isMasked(value)) {\n return false;\n }\n var pattern = (isFunction(value) || isHostObject(value)) ? reIsNative : reIsHostCtor;\n return pattern.test(toSource(value));\n}\n\n/**\n * The base implementation of `_.toString` which doesn't convert nullish\n * values to empty strings.\n *\n * @private\n * @param {*} value The value to process.\n * @returns {string} Returns the string.\n */\nfunction baseToString(value) {\n // Exit early for strings to avoid a performance hit in some environments.\n if (typeof value == 'string') {\n return value;\n }\n if (isSymbol(value)) {\n return symbolToString ? symbolToString.call(value) : '';\n }\n var result = (value + '');\n return (result == '0' && (1 / value) == -INFINITY) ? '-0' : result;\n}\n\n/**\n * Casts `value` to a path array if it's not one.\n *\n * @private\n * @param {*} value The value to inspect.\n * @returns {Array} Returns the cast property path array.\n */\nfunction castPath(value) {\n return isArray(value) ? value : stringToPath(value);\n}\n\n/**\n * Gets the data for `map`.\n *\n * @private\n * @param {Object} map The map to query.\n * @param {string} key The reference key.\n * @returns {*} Returns the map data.\n */\nfunction getMapData(map, key) {\n var data = map.__data__;\n return isKeyable(key)\n ? data[typeof key == 'string' ? 'string' : 'hash']\n : data.map;\n}\n\n/**\n * Gets the native function at `key` of `object`.\n *\n * @private\n * @param {Object} object The object to query.\n * @param {string} key The key of the method to get.\n * @returns {*} Returns the function if it's native, else `undefined`.\n */\nfunction getNative(object, key) {\n var value = getValue(object, key);\n return baseIsNative(value) ? value : undefined;\n}\n\n/**\n * Checks if `value` is a property name and not a property path.\n *\n * @private\n * @param {*} value The value to check.\n * @param {Object} [object] The object to query keys on.\n * @returns {boolean} Returns `true` if `value` is a property name, else `false`.\n */\nfunction isKey(value, object) {\n if (isArray(value)) {\n return false;\n }\n var type = typeof value;\n if (type == 'number' || type == 'symbol' || type == 'boolean' ||\n value == null || isSymbol(value)) {\n return true;\n }\n return reIsPlainProp.test(value) || !reIsDeepProp.test(value) ||\n (object != null && value in Object(object));\n}\n\n/**\n * Checks if `value` is suitable for use as unique object key.\n *\n * @private\n * @param {*} value The value to check.\n * @returns {boolean} Returns `true` if `value` is suitable, else `false`.\n */\nfunction isKeyable(value) {\n var type = typeof value;\n return (type == 'string' || type == 'number' || type == 'symbol' || type == 'boolean')\n ? (value !== '__proto__')\n : (value === null);\n}\n\n/**\n * Checks if `func` has its source masked.\n *\n * @private\n * @param {Function} func The function to check.\n * @returns {boolean} Returns `true` if `func` is masked, else `false`.\n */\nfunction isMasked(func) {\n return !!maskSrcKey && (maskSrcKey in func);\n}\n\n/**\n * Converts `string` to a property path array.\n *\n * @private\n * @param {string} string The string to convert.\n * @returns {Array} Returns the property path array.\n */\nvar stringToPath = memoize(function(string) {\n string = toString(string);\n\n var result = [];\n if (reLeadingDot.test(string)) {\n result.push('');\n }\n string.replace(rePropName, function(match, number, quote, string) {\n result.push(quote ? string.replace(reEscapeChar, '$1') : (number || match));\n });\n return result;\n});\n\n/**\n * Converts `value` to a string key if it's not a string or symbol.\n *\n * @private\n * @param {*} value The value to inspect.\n * @returns {string|symbol} Returns the key.\n */\nfunction toKey(value) {\n if (typeof value == 'string' || isSymbol(value)) {\n return value;\n }\n var result = (value + '');\n return (result == '0' && (1 / value) == -INFINITY) ? '-0' : result;\n}\n\n/**\n * Converts `func` to its source code.\n *\n * @private\n * @param {Function} func The function to process.\n * @returns {string} Returns the source code.\n */\nfunction toSource(func) {\n if (func != null) {\n try {\n return funcToString.call(func);\n } catch (e) {}\n try {\n return (func + '');\n } catch (e) {}\n }\n return '';\n}\n\n/**\n * Creates a function that memoizes the result of `func`. If `resolver` is\n * provided, it determines the cache key for storing the result based on the\n * arguments provided to the memoized function. By default, the first argument\n * provided to the memoized function is used as the map cache key. The `func`\n * is invoked with the `this` binding of the memoized function.\n *\n * **Note:** The cache is exposed as the `cache` property on the memoized\n * function. Its creation may be customized by replacing the `_.memoize.Cache`\n * constructor with one whose instances implement the\n * [`Map`](http://ecma-international.org/ecma-262/7.0/#sec-properties-of-the-map-prototype-object)\n * method interface of `delete`, `get`, `has`, and `set`.\n *\n * @static\n * @memberOf _\n * @since 0.1.0\n * @category Function\n * @param {Function} func The function to have its output memoized.\n * @param {Function} [resolver] The function to resolve the cache key.\n * @returns {Function} Returns the new memoized function.\n * @example\n *\n * var object = { 'a': 1, 'b': 2 };\n * var other = { 'c': 3, 'd': 4 };\n *\n * var values = _.memoize(_.values);\n * values(object);\n * // => [1, 2]\n *\n * values(other);\n * // => [3, 4]\n *\n * object.a = 2;\n * values(object);\n * // => [1, 2]\n *\n * // Modify the result cache.\n * values.cache.set(object, ['a', 'b']);\n * values(object);\n * // => ['a', 'b']\n *\n * // Replace `_.memoize.Cache`.\n * _.memoize.Cache = WeakMap;\n */\nfunction memoize(func, resolver) {\n if (typeof func != 'function' || (resolver && typeof resolver != 'function')) {\n throw new TypeError(FUNC_ERROR_TEXT);\n }\n var memoized = function() {\n var args = arguments,\n key = resolver ? resolver.apply(this, args) : args[0],\n cache = memoized.cache;\n\n if (cache.has(key)) {\n return cache.get(key);\n }\n var result = func.apply(this, args);\n memoized.cache = cache.set(key, result);\n return result;\n };\n memoized.cache = new (memoize.Cache || MapCache);\n return memoized;\n}\n\n// Assign cache to `_.memoize`.\nmemoize.Cache = MapCache;\n\n/**\n * Performs a\n * [`SameValueZero`](http://ecma-international.org/ecma-262/7.0/#sec-samevaluezero)\n * comparison between two values to determine if they are equivalent.\n *\n * @static\n * @memberOf _\n * @since 4.0.0\n * @category Lang\n * @param {*} value The value to compare.\n * @param {*} other The other value to compare.\n * @returns {boolean} Returns `true` if the values are equivalent, else `false`.\n * @example\n *\n * var object = { 'a': 1 };\n * var other = { 'a': 1 };\n *\n * _.eq(object, object);\n * // => true\n *\n * _.eq(object, other);\n * // => false\n *\n * _.eq('a', 'a');\n * // => true\n *\n * _.eq('a', Object('a'));\n * // => false\n *\n * _.eq(NaN, NaN);\n * // => true\n */\nfunction eq(value, other) {\n return value === other || (value !== value && other !== other);\n}\n\n/**\n * Checks if `value` is classified as an `Array` object.\n *\n * @static\n * @memberOf _\n * @since 0.1.0\n * @category Lang\n * @param {*} value The value to check.\n * @returns {boolean} Returns `true` if `value` is an array, else `false`.\n * @example\n *\n * _.isArray([1, 2, 3]);\n * // => true\n *\n * _.isArray(document.body.children);\n * // => false\n *\n * _.isArray('abc');\n * // => false\n *\n * _.isArray(_.noop);\n * // => false\n */\nvar isArray = Array.isArray;\n\n/**\n * Checks if `value` is classified as a `Function` object.\n *\n * @static\n * @memberOf _\n * @since 0.1.0\n * @category Lang\n * @param {*} value The value to check.\n * @returns {boolean} Returns `true` if `value` is a function, else `false`.\n * @example\n *\n * _.isFunction(_);\n * // => true\n *\n * _.isFunction(/abc/);\n * // => false\n */\nfunction isFunction(value) {\n // The use of `Object#toString` avoids issues with the `typeof` operator\n // in Safari 8-9 which returns 'object' for typed array and other constructors.\n var tag = isObject(value) ? objectToString.call(value) : '';\n return tag == funcTag || tag == genTag;\n}\n\n/**\n * Checks if `value` is the\n * [language type](http://www.ecma-international.org/ecma-262/7.0/#sec-ecmascript-language-types)\n * of `Object`. (e.g. arrays, functions, objects, regexes, `new Number(0)`, and `new String('')`)\n *\n * @static\n * @memberOf _\n * @since 0.1.0\n * @category Lang\n * @param {*} value The value to check.\n * @returns {boolean} Returns `true` if `value` is an object, else `false`.\n * @example\n *\n * _.isObject({});\n * // => true\n *\n * _.isObject([1, 2, 3]);\n * // => true\n *\n * _.isObject(_.noop);\n * // => true\n *\n * _.isObject(null);\n * // => false\n */\nfunction isObject(value) {\n var type = typeof value;\n return !!value && (type == 'object' || type == 'function');\n}\n\n/**\n * Checks if `value` is object-like. A value is object-like if it's not `null`\n * and has a `typeof` result of \"object\".\n *\n * @static\n * @memberOf _\n * @since 4.0.0\n * @category Lang\n * @param {*} value The value to check.\n * @returns {boolean} Returns `true` if `value` is object-like, else `false`.\n * @example\n *\n * _.isObjectLike({});\n * // => true\n *\n * _.isObjectLike([1, 2, 3]);\n * // => true\n *\n * _.isObjectLike(_.noop);\n * // => false\n *\n * _.isObjectLike(null);\n * // => false\n */\nfunction isObjectLike(value) {\n return !!value && typeof value == 'object';\n}\n\n/**\n * Checks if `value` is classified as a `Symbol` primitive or object.\n *\n * @static\n * @memberOf _\n * @since 4.0.0\n * @category Lang\n * @param {*} value The value to check.\n * @returns {boolean} Returns `true` if `value` is a symbol, else `false`.\n * @example\n *\n * _.isSymbol(Symbol.iterator);\n * // => true\n *\n * _.isSymbol('abc');\n * // => false\n */\nfunction isSymbol(value) {\n return typeof value == 'symbol' ||\n (isObjectLike(value) && objectToString.call(value) == symbolTag);\n}\n\n/**\n * Converts `value` to a string. An empty string is returned for `null`\n * and `undefined` values. The sign of `-0` is preserved.\n *\n * @static\n * @memberOf _\n * @since 4.0.0\n * @category Lang\n * @param {*} value The value to process.\n * @returns {string} Returns the string.\n * @example\n *\n * _.toString(null);\n * // => ''\n *\n * _.toString(-0);\n * // => '-0'\n *\n * _.toString([1, 2, 3]);\n * // => '1,2,3'\n */\nfunction toString(value) {\n return value == null ? '' : baseToString(value);\n}\n\n/**\n * Gets the value at `path` of `object`. If the resolved value is\n * `undefined`, the `defaultValue` is returned in its place.\n *\n * @static\n * @memberOf _\n * @since 3.7.0\n * @category Object\n * @param {Object} object The object to query.\n * @param {Array|string} path The path of the property to get.\n * @param {*} [defaultValue] The value returned for `undefined` resolved values.\n * @returns {*} Returns the resolved value.\n * @example\n *\n * var object = { 'a': [{ 'b': { 'c': 3 } }] };\n *\n * _.get(object, 'a[0].b.c');\n * // => 3\n *\n * _.get(object, ['a', '0', 'b', 'c']);\n * // => 3\n *\n * _.get(object, 'a.b.c', 'default');\n * // => 'default'\n */\nfunction get(object, path, defaultValue) {\n var result = object == null ? undefined : baseGet(object, path);\n return result === undefined ? defaultValue : result;\n}\n\nmodule.exports = get;\n","'use strict';\n\nmodule.exports = {\n ach: {\n name: 'Acholi',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n > 1)',\n pluralsFunc: function(n) {\n return (n > 1);\n }\n },\n af: {\n name: 'Afrikaans',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n !== 1)',\n pluralsFunc: function(n) {\n return (n !== 1);\n }\n },\n ak: {\n name: 'Akan',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n > 1)',\n pluralsFunc: function(n) {\n return (n > 1);\n }\n },\n am: {\n name: 'Amharic',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n > 1)',\n pluralsFunc: function(n) {\n return (n > 1);\n }\n },\n an: {\n name: 'Aragonese',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n !== 1)',\n pluralsFunc: function(n) {\n return (n !== 1);\n }\n },\n ar: {\n name: 'Arabic',\n examples: [{\n plural: 0,\n sample: 0\n }, {\n plural: 1,\n sample: 1\n }, {\n plural: 2,\n sample: 2\n }, {\n plural: 3,\n sample: 3\n }, {\n plural: 4,\n sample: 11\n }, {\n plural: 5,\n sample: 100\n }],\n nplurals: 6,\n pluralsText: 'nplurals = 6; plural = (n === 0 ? 0 : n === 1 ? 1 : n === 2 ? 2 : n % 100 >= 3 && n % 100 <= 10 ? 3 : n % 100 >= 11 ? 4 : 5)',\n pluralsFunc: function(n) {\n return (n === 0 ? 0 : n === 1 ? 1 : n === 2 ? 2 : n % 100 >= 3 && n % 100 <= 10 ? 3 : n % 100 >= 11 ? 4 : 5);\n }\n },\n arn: {\n name: 'Mapudungun',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n > 1)',\n pluralsFunc: function(n) {\n return (n > 1);\n }\n },\n ast: {\n name: 'Asturian',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n !== 1)',\n pluralsFunc: function(n) {\n return (n !== 1);\n }\n },\n ay: {\n name: 'Aymará',\n examples: [{\n plural: 0,\n sample: 1\n }],\n nplurals: 1,\n pluralsText: 'nplurals = 1; plural = 0',\n pluralsFunc: function() {\n return 0;\n }\n },\n az: {\n name: 'Azerbaijani',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n !== 1)',\n pluralsFunc: function(n) {\n return (n !== 1);\n }\n },\n be: {\n name: 'Belarusian',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }, {\n plural: 2,\n sample: 5\n }],\n nplurals: 3,\n pluralsText: 'nplurals = 3; plural = (n % 10 === 1 && n % 100 !== 11 ? 0 : n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 10 || n % 100 >= 20) ? 1 : 2)',\n pluralsFunc: function(n) {\n return (n % 10 === 1 && n % 100 !== 11 ? 0 : n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 10 || n % 100 >= 20) ? 1 : 2);\n }\n },\n bg: {\n name: 'Bulgarian',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n !== 1)',\n pluralsFunc: function(n) {\n return (n !== 1);\n }\n },\n bn: {\n name: 'Bengali',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n !== 1)',\n pluralsFunc: function(n) {\n return (n !== 1);\n }\n },\n bo: {\n name: 'Tibetan',\n examples: [{\n plural: 0,\n sample: 1\n }],\n nplurals: 1,\n pluralsText: 'nplurals = 1; plural = 0',\n pluralsFunc: function() {\n return 0;\n }\n },\n br: {\n name: 'Breton',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n > 1)',\n pluralsFunc: function(n) {\n return (n > 1);\n }\n },\n brx: {\n name: 'Bodo',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n !== 1)',\n pluralsFunc: function(n) {\n return (n !== 1);\n }\n },\n bs: {\n name: 'Bosnian',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }, {\n plural: 2,\n sample: 5\n }],\n nplurals: 3,\n pluralsText: 'nplurals = 3; plural = (n % 10 === 1 && n % 100 !== 11 ? 0 : n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 10 || n % 100 >= 20) ? 1 : 2)',\n pluralsFunc: function(n) {\n return (n % 10 === 1 && n % 100 !== 11 ? 0 : n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 10 || n % 100 >= 20) ? 1 : 2);\n }\n },\n ca: {\n name: 'Catalan',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n !== 1)',\n pluralsFunc: function(n) {\n return (n !== 1);\n }\n },\n cgg: {\n name: 'Chiga',\n examples: [{\n plural: 0,\n sample: 1\n }],\n nplurals: 1,\n pluralsText: 'nplurals = 1; plural = 0',\n pluralsFunc: function() {\n return 0;\n }\n },\n cs: {\n name: 'Czech',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }, {\n plural: 2,\n sample: 5\n }],\n nplurals: 3,\n pluralsText: 'nplurals = 3; plural = (n === 1 ? 0 : (n >= 2 && n <= 4) ? 1 : 2)',\n pluralsFunc: function(n) {\n return (n === 1 ? 0 : (n >= 2 && n <= 4) ? 1 : 2);\n }\n },\n csb: {\n name: 'Kashubian',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }, {\n plural: 2,\n sample: 5\n }],\n nplurals: 3,\n pluralsText: 'nplurals = 3; plural = (n === 1 ? 0 : n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 10 || n % 100 >= 20) ? 1 : 2)',\n pluralsFunc: function(n) {\n return (n === 1 ? 0 : n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 10 || n % 100 >= 20) ? 1 : 2);\n }\n },\n cy: {\n name: 'Welsh',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }, {\n plural: 2,\n sample: 3\n }, {\n plural: 3,\n sample: 8\n }],\n nplurals: 4,\n pluralsText: 'nplurals = 4; plural = (n === 1 ? 0 : n === 2 ? 1 : (n !== 8 && n !== 11) ? 2 : 3)',\n pluralsFunc: function(n) {\n return (n === 1 ? 0 : n === 2 ? 1 : (n !== 8 && n !== 11) ? 2 : 3);\n }\n },\n da: {\n name: 'Danish',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n !== 1)',\n pluralsFunc: function(n) {\n return (n !== 1);\n }\n },\n de: {\n name: 'German',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n !== 1)',\n pluralsFunc: function(n) {\n return (n !== 1);\n }\n },\n doi: {\n name: 'Dogri',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n !== 1)',\n pluralsFunc: function(n) {\n return (n !== 1);\n }\n },\n dz: {\n name: 'Dzongkha',\n examples: [{\n plural: 0,\n sample: 1\n }],\n nplurals: 1,\n pluralsText: 'nplurals = 1; plural = 0',\n pluralsFunc: function() {\n return 0;\n }\n },\n el: {\n name: 'Greek',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n !== 1)',\n pluralsFunc: function(n) {\n return (n !== 1);\n }\n },\n en: {\n name: 'English',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n !== 1)',\n pluralsFunc: function(n) {\n return (n !== 1);\n }\n },\n eo: {\n name: 'Esperanto',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n !== 1)',\n pluralsFunc: function(n) {\n return (n !== 1);\n }\n },\n es: {\n name: 'Spanish',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n !== 1)',\n pluralsFunc: function(n) {\n return (n !== 1);\n }\n },\n et: {\n name: 'Estonian',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n !== 1)',\n pluralsFunc: function(n) {\n return (n !== 1);\n }\n },\n eu: {\n name: 'Basque',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n !== 1)',\n pluralsFunc: function(n) {\n return (n !== 1);\n }\n },\n fa: {\n name: 'Persian',\n examples: [{\n plural: 0,\n sample: 1\n }],\n nplurals: 1,\n pluralsText: 'nplurals = 1; plural = 0',\n pluralsFunc: function() {\n return 0;\n }\n },\n ff: {\n name: 'Fulah',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n !== 1)',\n pluralsFunc: function(n) {\n return (n !== 1);\n }\n },\n fi: {\n name: 'Finnish',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n !== 1)',\n pluralsFunc: function(n) {\n return (n !== 1);\n }\n },\n fil: {\n name: 'Filipino',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n > 1)',\n pluralsFunc: function(n) {\n return (n > 1);\n }\n },\n fo: {\n name: 'Faroese',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n !== 1)',\n pluralsFunc: function(n) {\n return (n !== 1);\n }\n },\n fr: {\n name: 'French',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n > 1)',\n pluralsFunc: function(n) {\n return (n > 1);\n }\n },\n fur: {\n name: 'Friulian',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n !== 1)',\n pluralsFunc: function(n) {\n return (n !== 1);\n }\n },\n fy: {\n name: 'Frisian',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n !== 1)',\n pluralsFunc: function(n) {\n return (n !== 1);\n }\n },\n ga: {\n name: 'Irish',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }, {\n plural: 2,\n sample: 3\n }, {\n plural: 3,\n sample: 7\n }, {\n plural: 4,\n sample: 11\n }],\n nplurals: 5,\n pluralsText: 'nplurals = 5; plural = (n === 1 ? 0 : n === 2 ? 1 : n < 7 ? 2 : n < 11 ? 3 : 4)',\n pluralsFunc: function(n) {\n return (n === 1 ? 0 : n === 2 ? 1 : n < 7 ? 2 : n < 11 ? 3 : 4);\n }\n },\n gd: {\n name: 'Scottish Gaelic',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }, {\n plural: 2,\n sample: 3\n }, {\n plural: 3,\n sample: 20\n }],\n nplurals: 4,\n pluralsText: 'nplurals = 4; plural = ((n === 1 || n === 11) ? 0 : (n === 2 || n === 12) ? 1 : (n > 2 && n < 20) ? 2 : 3)',\n pluralsFunc: function(n) {\n return ((n === 1 || n === 11) ? 0 : (n === 2 || n === 12) ? 1 : (n > 2 && n < 20) ? 2 : 3);\n }\n },\n gl: {\n name: 'Galician',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n !== 1)',\n pluralsFunc: function(n) {\n return (n !== 1);\n }\n },\n gu: {\n name: 'Gujarati',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n !== 1)',\n pluralsFunc: function(n) {\n return (n !== 1);\n }\n },\n gun: {\n name: 'Gun',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n > 1)',\n pluralsFunc: function(n) {\n return (n > 1);\n }\n },\n ha: {\n name: 'Hausa',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n !== 1)',\n pluralsFunc: function(n) {\n return (n !== 1);\n }\n },\n he: {\n name: 'Hebrew',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n !== 1)',\n pluralsFunc: function(n) {\n return (n !== 1);\n }\n },\n hi: {\n name: 'Hindi',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n !== 1)',\n pluralsFunc: function(n) {\n return (n !== 1);\n }\n },\n hne: {\n name: 'Chhattisgarhi',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n !== 1)',\n pluralsFunc: function(n) {\n return (n !== 1);\n }\n },\n hr: {\n name: 'Croatian',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }, {\n plural: 2,\n sample: 5\n }],\n nplurals: 3,\n pluralsText: 'nplurals = 3; plural = (n % 10 === 1 && n % 100 !== 11 ? 0 : n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 10 || n % 100 >= 20) ? 1 : 2)',\n pluralsFunc: function(n) {\n return (n % 10 === 1 && n % 100 !== 11 ? 0 : n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 10 || n % 100 >= 20) ? 1 : 2);\n }\n },\n hu: {\n name: 'Hungarian',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n !== 1)',\n pluralsFunc: function(n) {\n return (n !== 1);\n }\n },\n hy: {\n name: 'Armenian',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n !== 1)',\n pluralsFunc: function(n) {\n return (n !== 1);\n }\n },\n id: {\n name: 'Indonesian',\n examples: [{\n plural: 0,\n sample: 1\n }],\n nplurals: 1,\n pluralsText: 'nplurals = 1; plural = 0',\n pluralsFunc: function() {\n return 0;\n }\n },\n is: {\n name: 'Icelandic',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n % 10 !== 1 || n % 100 === 11)',\n pluralsFunc: function(n) {\n return (n % 10 !== 1 || n % 100 === 11);\n }\n },\n it: {\n name: 'Italian',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n !== 1)',\n pluralsFunc: function(n) {\n return (n !== 1);\n }\n },\n ja: {\n name: 'Japanese',\n examples: [{\n plural: 0,\n sample: 1\n }],\n nplurals: 1,\n pluralsText: 'nplurals = 1; plural = 0',\n pluralsFunc: function() {\n return 0;\n }\n },\n jbo: {\n name: 'Lojban',\n examples: [{\n plural: 0,\n sample: 1\n }],\n nplurals: 1,\n pluralsText: 'nplurals = 1; plural = 0',\n pluralsFunc: function() {\n return 0;\n }\n },\n jv: {\n name: 'Javanese',\n examples: [{\n plural: 0,\n sample: 0\n }, {\n plural: 1,\n sample: 1\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n !== 0)',\n pluralsFunc: function(n) {\n return (n !== 0);\n }\n },\n ka: {\n name: 'Georgian',\n examples: [{\n plural: 0,\n sample: 1\n }],\n nplurals: 1,\n pluralsText: 'nplurals = 1; plural = 0',\n pluralsFunc: function() {\n return 0;\n }\n },\n kk: {\n name: 'Kazakh',\n examples: [{\n plural: 0,\n sample: 1\n }],\n nplurals: 1,\n pluralsText: 'nplurals = 1; plural = 0',\n pluralsFunc: function() {\n return 0;\n }\n },\n km: {\n name: 'Khmer',\n examples: [{\n plural: 0,\n sample: 1\n }],\n nplurals: 1,\n pluralsText: 'nplurals = 1; plural = 0',\n pluralsFunc: function() {\n return 0;\n }\n },\n kn: {\n name: 'Kannada',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n !== 1)',\n pluralsFunc: function(n) {\n return (n !== 1);\n }\n },\n ko: {\n name: 'Korean',\n examples: [{\n plural: 0,\n sample: 1\n }],\n nplurals: 1,\n pluralsText: 'nplurals = 1; plural = 0',\n pluralsFunc: function() {\n return 0;\n }\n },\n ku: {\n name: 'Kurdish',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n !== 1)',\n pluralsFunc: function(n) {\n return (n !== 1);\n }\n },\n kw: {\n name: 'Cornish',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }, {\n plural: 2,\n sample: 3\n }, {\n plural: 3,\n sample: 4\n }],\n nplurals: 4,\n pluralsText: 'nplurals = 4; plural = (n === 1 ? 0 : n === 2 ? 1 : n === 3 ? 2 : 3)',\n pluralsFunc: function(n) {\n return (n === 1 ? 0 : n === 2 ? 1 : n === 3 ? 2 : 3);\n }\n },\n ky: {\n name: 'Kyrgyz',\n examples: [{\n plural: 0,\n sample: 1\n }],\n nplurals: 1,\n pluralsText: 'nplurals = 1; plural = 0',\n pluralsFunc: function() {\n return 0;\n }\n },\n lb: {\n name: 'Letzeburgesch',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n !== 1)',\n pluralsFunc: function(n) {\n return (n !== 1);\n }\n },\n ln: {\n name: 'Lingala',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n > 1)',\n pluralsFunc: function(n) {\n return (n > 1);\n }\n },\n lo: {\n name: 'Lao',\n examples: [{\n plural: 0,\n sample: 1\n }],\n nplurals: 1,\n pluralsText: 'nplurals = 1; plural = 0',\n pluralsFunc: function() {\n return 0;\n }\n },\n lt: {\n name: 'Lithuanian',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }, {\n plural: 2,\n sample: 10\n }],\n nplurals: 3,\n pluralsText: 'nplurals = 3; plural = (n % 10 === 1 && n % 100 !== 11 ? 0 : n % 10 >= 2 && (n % 100 < 10 || n % 100 >= 20) ? 1 : 2)',\n pluralsFunc: function(n) {\n return (n % 10 === 1 && n % 100 !== 11 ? 0 : n % 10 >= 2 && (n % 100 < 10 || n % 100 >= 20) ? 1 : 2);\n }\n },\n lv: {\n name: 'Latvian',\n examples: [{\n plural: 2,\n sample: 0\n }, {\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 3,\n pluralsText: 'nplurals = 3; plural = (n % 10 === 1 && n % 100 !== 11 ? 0 : n !== 0 ? 1 : 2)',\n pluralsFunc: function(n) {\n return (n % 10 === 1 && n % 100 !== 11 ? 0 : n !== 0 ? 1 : 2);\n }\n },\n mai: {\n name: 'Maithili',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n !== 1)',\n pluralsFunc: function(n) {\n return (n !== 1);\n }\n },\n mfe: {\n name: 'Mauritian Creole',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n > 1)',\n pluralsFunc: function(n) {\n return (n > 1);\n }\n },\n mg: {\n name: 'Malagasy',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n > 1)',\n pluralsFunc: function(n) {\n return (n > 1);\n }\n },\n mi: {\n name: 'Maori',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n > 1)',\n pluralsFunc: function(n) {\n return (n > 1);\n }\n },\n mk: {\n name: 'Macedonian',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n === 1 || n % 10 === 1 ? 0 : 1)',\n pluralsFunc: function(n) {\n return (n === 1 || n % 10 === 1 ? 0 : 1);\n }\n },\n ml: {\n name: 'Malayalam',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n !== 1)',\n pluralsFunc: function(n) {\n return (n !== 1);\n }\n },\n mn: {\n name: 'Mongolian',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n !== 1)',\n pluralsFunc: function(n) {\n return (n !== 1);\n }\n },\n mni: {\n name: 'Manipuri',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n !== 1)',\n pluralsFunc: function(n) {\n return (n !== 1);\n }\n },\n mnk: {\n name: 'Mandinka',\n examples: [{\n plural: 0,\n sample: 0\n }, {\n plural: 1,\n sample: 1\n }, {\n plural: 2,\n sample: 2\n }],\n nplurals: 3,\n pluralsText: 'nplurals = 3; plural = (n === 0 ? 0 : n === 1 ? 1 : 2)',\n pluralsFunc: function(n) {\n return (n === 0 ? 0 : n === 1 ? 1 : 2);\n }\n },\n mr: {\n name: 'Marathi',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n !== 1)',\n pluralsFunc: function(n) {\n return (n !== 1);\n }\n },\n ms: {\n name: 'Malay',\n examples: [{\n plural: 0,\n sample: 1\n }],\n nplurals: 1,\n pluralsText: 'nplurals = 1; plural = 0',\n pluralsFunc: function() {\n return 0;\n }\n },\n mt: {\n name: 'Maltese',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }, {\n plural: 2,\n sample: 11\n }, {\n plural: 3,\n sample: 20\n }],\n nplurals: 4,\n pluralsText: 'nplurals = 4; plural = (n === 1 ? 0 : n === 0 || ( n % 100 > 1 && n % 100 < 11) ? 1 : (n % 100 > 10 && n % 100 < 20 ) ? 2 : 3)',\n pluralsFunc: function(n) {\n return (n === 1 ? 0 : n === 0 || (n % 100 > 1 && n % 100 < 11) ? 1 : (n % 100 > 10 && n % 100 < 20) ? 2 : 3);\n }\n },\n my: {\n name: 'Burmese',\n examples: [{\n plural: 0,\n sample: 1\n }],\n nplurals: 1,\n pluralsText: 'nplurals = 1; plural = 0',\n pluralsFunc: function() {\n return 0;\n }\n },\n nah: {\n name: 'Nahuatl',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n !== 1)',\n pluralsFunc: function(n) {\n return (n !== 1);\n }\n },\n nap: {\n name: 'Neapolitan',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n !== 1)',\n pluralsFunc: function(n) {\n return (n !== 1);\n }\n },\n nb: {\n name: 'Norwegian Bokmal',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n !== 1)',\n pluralsFunc: function(n) {\n return (n !== 1);\n }\n },\n ne: {\n name: 'Nepali',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n !== 1)',\n pluralsFunc: function(n) {\n return (n !== 1);\n }\n },\n nl: {\n name: 'Dutch',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n !== 1)',\n pluralsFunc: function(n) {\n return (n !== 1);\n }\n },\n nn: {\n name: 'Norwegian Nynorsk',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n !== 1)',\n pluralsFunc: function(n) {\n return (n !== 1);\n }\n },\n no: {\n name: 'Norwegian',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n !== 1)',\n pluralsFunc: function(n) {\n return (n !== 1);\n }\n },\n nso: {\n name: 'Northern Sotho',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n !== 1)',\n pluralsFunc: function(n) {\n return (n !== 1);\n }\n },\n oc: {\n name: 'Occitan',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n > 1)',\n pluralsFunc: function(n) {\n return (n > 1);\n }\n },\n or: {\n name: 'Oriya',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n !== 1)',\n pluralsFunc: function(n) {\n return (n !== 1);\n }\n },\n pa: {\n name: 'Punjabi',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n !== 1)',\n pluralsFunc: function(n) {\n return (n !== 1);\n }\n },\n pap: {\n name: 'Papiamento',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n !== 1)',\n pluralsFunc: function(n) {\n return (n !== 1);\n }\n },\n pl: {\n name: 'Polish',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }, {\n plural: 2,\n sample: 5\n }],\n nplurals: 3,\n pluralsText: 'nplurals = 3; plural = (n === 1 ? 0 : n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 10 || n % 100 >= 20) ? 1 : 2)',\n pluralsFunc: function(n) {\n return (n === 1 ? 0 : n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 10 || n % 100 >= 20) ? 1 : 2);\n }\n },\n pms: {\n name: 'Piemontese',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n !== 1)',\n pluralsFunc: function(n) {\n return (n !== 1);\n }\n },\n ps: {\n name: 'Pashto',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n !== 1)',\n pluralsFunc: function(n) {\n return (n !== 1);\n }\n },\n pt: {\n name: 'Portuguese',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n !== 1)',\n pluralsFunc: function(n) {\n return (n !== 1);\n }\n },\n rm: {\n name: 'Romansh',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n !== 1)',\n pluralsFunc: function(n) {\n return (n !== 1);\n }\n },\n ro: {\n name: 'Romanian',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }, {\n plural: 2,\n sample: 20\n }],\n nplurals: 3,\n pluralsText: 'nplurals = 3; plural = (n === 1 ? 0 : (n === 0 || (n % 100 > 0 && n % 100 < 20)) ? 1 : 2)',\n pluralsFunc: function(n) {\n return (n === 1 ? 0 : (n === 0 || (n % 100 > 0 && n % 100 < 20)) ? 1 : 2);\n }\n },\n ru: {\n name: 'Russian',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }, {\n plural: 2,\n sample: 5\n }],\n nplurals: 3,\n pluralsText: 'nplurals = 3; plural = (n % 10 === 1 && n % 100 !== 11 ? 0 : n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 10 || n % 100 >= 20) ? 1 : 2)',\n pluralsFunc: function(n) {\n return (n % 10 === 1 && n % 100 !== 11 ? 0 : n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 10 || n % 100 >= 20) ? 1 : 2);\n }\n },\n rw: {\n name: 'Kinyarwanda',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n !== 1)',\n pluralsFunc: function(n) {\n return (n !== 1);\n }\n },\n sah: {\n name: 'Yakut',\n examples: [{\n plural: 0,\n sample: 1\n }],\n nplurals: 1,\n pluralsText: 'nplurals = 1; plural = 0',\n pluralsFunc: function() {\n return 0;\n }\n },\n sat: {\n name: 'Santali',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n !== 1)',\n pluralsFunc: function(n) {\n return (n !== 1);\n }\n },\n sco: {\n name: 'Scots',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n !== 1)',\n pluralsFunc: function(n) {\n return (n !== 1);\n }\n },\n sd: {\n name: 'Sindhi',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n !== 1)',\n pluralsFunc: function(n) {\n return (n !== 1);\n }\n },\n se: {\n name: 'Northern Sami',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n !== 1)',\n pluralsFunc: function(n) {\n return (n !== 1);\n }\n },\n si: {\n name: 'Sinhala',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n !== 1)',\n pluralsFunc: function(n) {\n return (n !== 1);\n }\n },\n sk: {\n name: 'Slovak',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }, {\n plural: 2,\n sample: 5\n }],\n nplurals: 3,\n pluralsText: 'nplurals = 3; plural = (n === 1 ? 0 : (n >= 2 && n <= 4) ? 1 : 2)',\n pluralsFunc: function(n) {\n return (n === 1 ? 0 : (n >= 2 && n <= 4) ? 1 : 2);\n }\n },\n sl: {\n name: 'Slovenian',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }, {\n plural: 2,\n sample: 3\n }, {\n plural: 3,\n sample: 5\n }],\n nplurals: 4,\n pluralsText: 'nplurals = 4; plural = (n % 100 === 1 ? 0 : n % 100 === 2 ? 1 : n % 100 === 3 || n % 100 === 4 ? 2 : 3)',\n pluralsFunc: function(n) {\n return (n % 100 === 1 ? 0 : n % 100 === 2 ? 1 : n % 100 === 3 || n % 100 === 4 ? 2 : 3);\n }\n },\n so: {\n name: 'Somali',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n !== 1)',\n pluralsFunc: function(n) {\n return (n !== 1);\n }\n },\n son: {\n name: 'Songhay',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n !== 1)',\n pluralsFunc: function(n) {\n return (n !== 1);\n }\n },\n sq: {\n name: 'Albanian',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n !== 1)',\n pluralsFunc: function(n) {\n return (n !== 1);\n }\n },\n sr: {\n name: 'Serbian',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }, {\n plural: 2,\n sample: 5\n }],\n nplurals: 3,\n pluralsText: 'nplurals = 3; plural = (n % 10 === 1 && n % 100 !== 11 ? 0 : n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 10 || n % 100 >= 20) ? 1 : 2)',\n pluralsFunc: function(n) {\n return (n % 10 === 1 && n % 100 !== 11 ? 0 : n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 10 || n % 100 >= 20) ? 1 : 2);\n }\n },\n su: {\n name: 'Sundanese',\n examples: [{\n plural: 0,\n sample: 1\n }],\n nplurals: 1,\n pluralsText: 'nplurals = 1; plural = 0',\n pluralsFunc: function() {\n return 0;\n }\n },\n sv: {\n name: 'Swedish',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n !== 1)',\n pluralsFunc: function(n) {\n return (n !== 1);\n }\n },\n sw: {\n name: 'Swahili',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n !== 1)',\n pluralsFunc: function(n) {\n return (n !== 1);\n }\n },\n ta: {\n name: 'Tamil',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n !== 1)',\n pluralsFunc: function(n) {\n return (n !== 1);\n }\n },\n te: {\n name: 'Telugu',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n !== 1)',\n pluralsFunc: function(n) {\n return (n !== 1);\n }\n },\n tg: {\n name: 'Tajik',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n > 1)',\n pluralsFunc: function(n) {\n return (n > 1);\n }\n },\n th: {\n name: 'Thai',\n examples: [{\n plural: 0,\n sample: 1\n }],\n nplurals: 1,\n pluralsText: 'nplurals = 1; plural = 0',\n pluralsFunc: function() {\n return 0;\n }\n },\n ti: {\n name: 'Tigrinya',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n > 1)',\n pluralsFunc: function(n) {\n return (n > 1);\n }\n },\n tk: {\n name: 'Turkmen',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n !== 1)',\n pluralsFunc: function(n) {\n return (n !== 1);\n }\n },\n tr: {\n name: 'Turkish',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n > 1)',\n pluralsFunc: function(n) {\n return (n > 1);\n }\n },\n tt: {\n name: 'Tatar',\n examples: [{\n plural: 0,\n sample: 1\n }],\n nplurals: 1,\n pluralsText: 'nplurals = 1; plural = 0',\n pluralsFunc: function() {\n return 0;\n }\n },\n ug: {\n name: 'Uyghur',\n examples: [{\n plural: 0,\n sample: 1\n }],\n nplurals: 1,\n pluralsText: 'nplurals = 1; plural = 0',\n pluralsFunc: function() {\n return 0;\n }\n },\n uk: {\n name: 'Ukrainian',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }, {\n plural: 2,\n sample: 5\n }],\n nplurals: 3,\n pluralsText: 'nplurals = 3; plural = (n % 10 === 1 && n % 100 !== 11 ? 0 : n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 10 || n % 100 >= 20) ? 1 : 2)',\n pluralsFunc: function(n) {\n return (n % 10 === 1 && n % 100 !== 11 ? 0 : n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 10 || n % 100 >= 20) ? 1 : 2);\n }\n },\n ur: {\n name: 'Urdu',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n !== 1)',\n pluralsFunc: function(n) {\n return (n !== 1);\n }\n },\n uz: {\n name: 'Uzbek',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n > 1)',\n pluralsFunc: function(n) {\n return (n > 1);\n }\n },\n vi: {\n name: 'Vietnamese',\n examples: [{\n plural: 0,\n sample: 1\n }],\n nplurals: 1,\n pluralsText: 'nplurals = 1; plural = 0',\n pluralsFunc: function() {\n return 0;\n }\n },\n wa: {\n name: 'Walloon',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n > 1)',\n pluralsFunc: function(n) {\n return (n > 1);\n }\n },\n wo: {\n name: 'Wolof',\n examples: [{\n plural: 0,\n sample: 1\n }],\n nplurals: 1,\n pluralsText: 'nplurals = 1; plural = 0',\n pluralsFunc: function() {\n return 0;\n }\n },\n yo: {\n name: 'Yoruba',\n examples: [{\n plural: 0,\n sample: 1\n }, {\n plural: 1,\n sample: 2\n }],\n nplurals: 2,\n pluralsText: 'nplurals = 2; plural = (n !== 1)',\n pluralsFunc: function(n) {\n return (n !== 1);\n }\n },\n zh: {\n name: 'Chinese',\n examples: [{\n plural: 0,\n sample: 1\n }],\n nplurals: 1,\n pluralsText: 'nplurals = 1; plural = 0',\n pluralsFunc: function() {\n return 0;\n }\n }\n};\n","/**\n * @copyright 2020, John Molakvoæ <skjnldsv@protonmail.com>\n *\n * @author Christoph Wurst <christoph@winzerhof-wurst.at>\n * @author Daniel Calviño Sánchez <danxuliu@gmail.com>\n * @author Joas Schilling <coding@schilljs.com>\n * @author John Molakvoæ <skjnldsv@protonmail.com>\n *\n * @license GNU AGPL version 3 or any later version\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see <http://www.gnu.org/licenses/>.\n *\n */\n\nimport { generateOcsUrl } from '@nextcloud/router'\nimport { loadState } from '@nextcloud/initial-state'\nimport axios from '@nextcloud/axios'\n\nexport const defaultLimit = loadState('unified-search', 'limit-default')\nexport const minSearchLength = 2\nexport const regexFilterIn = /[^-]in:([a-z_-]+)/ig\nexport const regexFilterNot = /-in:([a-z_-]+)/ig\n\n/**\n * Create a cancel token\n * @returns {CancelTokenSource}\n */\nconst createCancelToken = () => axios.CancelToken.source()\n\n/**\n * Get the list of available search providers\n *\n * @returns {Array}\n */\nexport async function getTypes() {\n\ttry {\n\t\tconst { data } = await axios.get(generateOcsUrl('search', 2) + 'providers', {\n\t\t\tparams: {\n\t\t\t\t// Sending which location we're currently at\n\t\t\t\tfrom: window.location.pathname.replace('/index.php', '') + window.location.search,\n\t\t\t},\n\t\t})\n\t\tif ('ocs' in data && 'data' in data.ocs && Array.isArray(data.ocs.data) && data.ocs.data.length > 0) {\n\t\t\t// Providers are sorted by the api based on their order key\n\t\t\treturn data.ocs.data\n\t\t}\n\t} catch (error) {\n\t\tconsole.error(error)\n\t}\n\treturn []\n}\n\n/**\n * Get the list of available search providers\n *\n * @param {Object} options destructuring object\n * @param {string} options.type the type to search\n * @param {string} options.query the search\n * @param {int|string|undefined} options.cursor the offset for paginated searches\n * @returns {Object} {request: Promise, cancel: Promise}\n */\nexport function search({ type, query, cursor }) {\n\t/**\n\t * Generate an axios cancel token\n\t */\n\tconst cancelToken = createCancelToken()\n\n\tconst request = async() => axios.get(generateOcsUrl('search', 2) + `providers/${type}/search`, {\n\t\tcancelToken: cancelToken.token,\n\t\tparams: {\n\t\t\tterm: query,\n\t\t\tcursor,\n\t\t\t// Sending which location we're currently at\n\t\t\tfrom: window.location.pathname.replace('/index.php', '') + window.location.search,\n\t\t},\n\t})\n\n\treturn {\n\t\trequest,\n\t\tcancel: cancelToken.cancel,\n\t}\n}\n","import mod from \"-!../vue-loader/lib/index.js??vue-loader-options!./Magnify.vue?vue&type=script&lang=js&\"; export default mod; export * from \"-!../vue-loader/lib/index.js??vue-loader-options!./Magnify.vue?vue&type=script&lang=js&\"","<template functional>\n <span :aria-hidden=\"props.decorative\"\n :aria-label=\"props.title\"\n :class=\"[data.class, data.staticClass]\"\n class=\"material-design-icon magnify-icon\"\n role=\"img\"\n v-bind=\"data.attrs\"\n v-on=\"listeners\">\n <svg :fill=\"props.fillColor\"\n class=\"material-design-icon__svg\"\n :width=\"props.size\"\n :height=\"props.size\"\n viewBox=\"0 0 24 24\">\n <path d=\"M9.5,3A6.5,6.5 0 0,1 16,9.5C16,11.11 15.41,12.59 14.44,13.73L14.71,14H15.5L20.5,19L19,20.5L14,15.5V14.71L13.73,14.44C12.59,15.41 11.11,16 9.5,16A6.5,6.5 0 0,1 3,9.5A6.5,6.5 0 0,1 9.5,3M9.5,5C7,5 5,7 5,9.5C5,12 7,14 9.5,14C12,14 14,12 14,9.5C14,7 12,5 9.5,5Z\">\n <title>{{ props.title }}</title>\n </path>\n </svg>\n </span>\n</template>\n\n<script>\nexport default {\n name: \"MagnifyIcon\",\n props: {\n title: {\n type: String,\n default: \"Magnify icon\"\n },\n decorative: {\n type: Boolean,\n default: false\n },\n fillColor: {\n type: String,\n default: \"currentColor\"\n },\n size: {\n type: Number,\n default: 24\n }\n }\n}\n</script>\n","import { render, staticRenderFns } from \"./Magnify.vue?vue&type=template&id=7e008c66&functional=true&\"\nimport script from \"./Magnify.vue?vue&type=script&lang=js&\"\nexport * from \"./Magnify.vue?vue&type=script&lang=js&\"\n\n\n/* normalize component */\nimport normalizer from \"!../vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n true,\n null,\n null,\n null\n \n)\n\nexport default component.exports","var render = function (_h,_vm) {var _c=_vm._c;return _c('span',_vm._g(_vm._b({staticClass:\"material-design-icon magnify-icon\",class:[_vm.data.class, _vm.data.staticClass],attrs:{\"aria-hidden\":_vm.props.decorative,\"aria-label\":_vm.props.title,\"role\":\"img\"}},'span',_vm.data.attrs,false),_vm.listeners),[_c('svg',{staticClass:\"material-design-icon__svg\",attrs:{\"fill\":_vm.props.fillColor,\"width\":_vm.props.size,\"height\":_vm.props.size,\"viewBox\":\"0 0 24 24\"}},[_c('path',{attrs:{\"d\":\"M9.5,3A6.5,6.5 0 0,1 16,9.5C16,11.11 15.41,12.59 14.44,13.73L14.71,14H15.5L20.5,19L19,20.5L14,15.5V14.71L13.73,14.44C12.59,15.41 11.11,16 9.5,16A6.5,6.5 0 0,1 3,9.5A6.5,6.5 0 0,1 9.5,3M9.5,5C7,5 5,7 5,9.5C5,12 7,14 9.5,14C12,14 14,12 14,9.5C14,7 12,5 9.5,5Z\"}},[_c('title',[_vm._v(_vm._s(_vm.props.title))])])])])}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","import mod from \"-!../../../node_modules/babel-loader/lib/index.js!../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./HeaderMenu.vue?vue&type=script&lang=js&\"; export default mod; export * from \"-!../../../node_modules/babel-loader/lib/index.js!../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./HeaderMenu.vue?vue&type=script&lang=js&\""," <!--\n - @copyright Copyright (c) 2020 John Molakvoæ <skjnldsv@protonmail.com>\n -\n - @author John Molakvoæ <skjnldsv@protonmail.com>\n -\n - @license GNU AGPL version 3 or any later version\n -\n - This program is free software: you can redistribute it and/or modify\n - it under the terms of the GNU Affero General Public License as\n - published by the Free Software Foundation, either version 3 of the\n - License, or (at your option) any later version.\n -\n - This program is distributed in the hope that it will be useful,\n - but WITHOUT ANY WARRANTY; without even the implied warranty of\n - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n - GNU Affero General Public License for more details.\n -\n - You should have received a copy of the GNU Affero General Public License\n - along with this program. If not, see <http://www.gnu.org/licenses/>.\n -\n -->\n<template>\n\t<div\n\t\t:id=\"id\"\n\t\tv-click-outside=\"clickOutsideConfig\"\n\t\t:class=\"{ 'header-menu--opened': opened }\"\n\t\tclass=\"header-menu\">\n\t\t<a class=\"header-menu__trigger\"\n\t\t\thref=\"#\"\n\t\t\t:aria-controls=\"`header-menu-${id}`\"\n\t\t\t:aria-expanded=\"opened\"\n\t\t\taria-haspopup=\"true\"\n\t\t\t@click.prevent=\"toggleMenu\">\n\t\t\t<slot name=\"trigger\" />\n\t\t</a>\n\t\t<div v-if=\"opened\"\n\t\t\t:id=\"`header-menu-${id}`\"\n\t\t\tclass=\"header-menu__wrapper\"\n\t\t\trole=\"menu\">\n\t\t\t<div class=\"header-menu__carret\" />\n\t\t\t<div class=\"header-menu__content\">\n\t\t\t\t<slot />\n\t\t\t</div>\n\t\t</div>\n\t</div>\n</template>\n\n<script>\nimport { directive as ClickOutside } from 'v-click-outside'\nimport excludeClickOutsideClasses from '@nextcloud/vue/dist/Mixins/excludeClickOutsideClasses'\n\nexport default {\n\tname: 'HeaderMenu',\n\n\tdirectives: {\n\t\tClickOutside,\n\t},\n\n\tmixins: [\n\t\texcludeClickOutsideClasses,\n\t],\n\n\tprops: {\n\t\tid: {\n\t\t\ttype: String,\n\t\t\trequired: true,\n\t\t},\n\t\topen: {\n\t\t\ttype: Boolean,\n\t\t\tdefault: false,\n\t\t},\n\t},\n\n\tdata() {\n\t\treturn {\n\t\t\topened: this.open,\n\t\t\tclickOutsideConfig: {\n\t\t\t\thandler: this.closeMenu,\n\t\t\t\tmiddleware: this.clickOutsideMiddleware,\n\t\t\t},\n\t\t}\n\t},\n\n\twatch: {\n\t\topen(newVal) {\n\t\t\tthis.opened = newVal\n\t\t\tthis.$nextTick(() => {\n\t\t\t\tif (this.opened) {\n\t\t\t\t\tthis.openMenu()\n\t\t\t\t} else {\n\t\t\t\t\tthis.closeMenu()\n\t\t\t\t}\n\t\t\t})\n\t\t},\n\t},\n\n\tmounted() {\n\t\tdocument.addEventListener('keydown', this.onKeyDown)\n\t},\n\tbeforeDestroy() {\n\t\tdocument.removeEventListener('keydown', this.onKeyDown)\n\t},\n\n\tmethods: {\n\t\t/**\n\t\t * Toggle the current menu open state\n\t\t */\n\t\ttoggleMenu() {\n\t\t\t// Toggling current state\n\t\t\tif (!this.opened) {\n\t\t\t\tthis.openMenu()\n\t\t\t} else {\n\t\t\t\tthis.closeMenu()\n\t\t\t}\n\t\t},\n\n\t\t/**\n\t\t * Close the current menu\n\t\t */\n\t\tcloseMenu() {\n\t\t\tif (!this.opened) {\n\t\t\t\treturn\n\t\t\t}\n\n\t\t\tthis.opened = false\n\t\t\tthis.$emit('close')\n\t\t\tthis.$emit('update:open', false)\n\t\t},\n\n\t\t/**\n\t\t * Open the current menu\n\t\t */\n\t\topenMenu() {\n\t\t\tif (this.opened) {\n\t\t\t\treturn\n\t\t\t}\n\n\t\t\tthis.opened = true\n\t\t\tthis.$emit('open')\n\t\t\tthis.$emit('update:open', true)\n\t\t},\n\n\t\tonKeyDown(event) {\n\t\t\t// If opened and escape pressed, close\n\t\t\tif (event.key === 'Escape' && this.opened) {\n\t\t\t\tevent.preventDefault()\n\n\t\t\t\t/** user cancelled the menu by pressing escape */\n\t\t\t\tthis.$emit('cancel')\n\n\t\t\t\t/** we do NOT fire a close event to differentiate cancel and close */\n\t\t\t\tthis.opened = false\n\t\t\t\tthis.$emit('update:open', false)\n\t\t\t}\n\t\t},\n\t},\n}\n</script>\n\n<style lang=\"scss\" scoped>\n.header-menu {\n\t&__trigger {\n\t\tdisplay: flex;\n\t\talign-items: center;\n\t\tjustify-content: center;\n\t\twidth: 50px;\n\t\theight: 100%;\n\t\tmargin: 0;\n\t\tpadding: 0;\n\t\tcursor: pointer;\n\t\topacity: .6;\n\t}\n\n\t&--opened &__trigger,\n\t&__trigger:hover,\n\t&__trigger:focus,\n\t&__trigger:active {\n\t\topacity: 1;\n\t}\n\n\t&__wrapper {\n\t\tposition: absolute;\n\t\tz-index: 2000;\n\t\ttop: 50px;\n\t\tright: 5px;\n\t\tbox-sizing: border-box;\n\t\tmargin: 0;\n\t\tborder-radius: 0 0 var(--border-radius) var(--border-radius);\n\t\tbackground-color: var(--color-main-background);\n\n\t\tfilter: drop-shadow(0 1px 5px var(--color-box-shadow));\n\t}\n\n\t&__carret {\n\t\tposition: absolute;\n\t\tright: 10px;\n\t\tbottom: 100%;\n\t\twidth: 0;\n\t\theight: 0;\n\t\tcontent: ' ';\n\t\tpointer-events: none;\n\t\tborder: 10px solid transparent;\n\t\tborder-bottom-color: var(--color-main-background);\n\t}\n\n\t&__content {\n\t\toverflow: auto;\n\t\twidth: 350px;\n\t\tmax-width: 350px;\n\t\tmin-height: calc(44px * 1.5);\n\t\tmax-height: calc(100vh - 50px * 2);\n\t}\n}\n\n</style>\n","import api from \"!../../../node_modules/style-loader/dist/runtime/injectStylesIntoStyleTag.js\";\n import content from \"!!../../../node_modules/css-loader/dist/cjs.js!../../../node_modules/vue-loader/lib/loaders/stylePostLoader.js!../../../node_modules/sass-loader/dist/cjs.js!../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./HeaderMenu.vue?vue&type=style&index=0&id=a58f012a&lang=scss&scoped=true&\";\n\nvar options = {};\n\noptions.insert = \"head\";\noptions.singleton = false;\n\nvar update = api(content, options);\n\n\n\nexport default content.locals || {};","import { render, staticRenderFns } from \"./HeaderMenu.vue?vue&type=template&id=a58f012a&scoped=true&\"\nimport script from \"./HeaderMenu.vue?vue&type=script&lang=js&\"\nexport * from \"./HeaderMenu.vue?vue&type=script&lang=js&\"\nimport style0 from \"./HeaderMenu.vue?vue&type=style&index=0&id=a58f012a&lang=scss&scoped=true&\"\n\n\n/* normalize component */\nimport normalizer from \"!../../../node_modules/vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n \"a58f012a\",\n null\n \n)\n\nexport default component.exports","var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{directives:[{name:\"click-outside\",rawName:\"v-click-outside\",value:(_vm.clickOutsideConfig),expression:\"clickOutsideConfig\"}],staticClass:\"header-menu\",class:{ 'header-menu--opened': _vm.opened },attrs:{\"id\":_vm.id}},[_c('a',{staticClass:\"header-menu__trigger\",attrs:{\"href\":\"#\",\"aria-controls\":(\"header-menu-\" + _vm.id),\"aria-expanded\":_vm.opened,\"aria-haspopup\":\"true\"},on:{\"click\":function($event){$event.preventDefault();return _vm.toggleMenu($event)}}},[_vm._t(\"trigger\")],2),_vm._v(\" \"),(_vm.opened)?_c('div',{staticClass:\"header-menu__wrapper\",attrs:{\"id\":(\"header-menu-\" + _vm.id),\"role\":\"menu\"}},[_c('div',{staticClass:\"header-menu__carret\"}),_vm._v(\" \"),_c('div',{staticClass:\"header-menu__content\"},[_vm._t(\"default\")],2)]):_vm._e()])}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","import mod from \"-!../../../../node_modules/babel-loader/lib/index.js!../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./SearchResult.vue?vue&type=script&lang=js&\"; export default mod; export * from \"-!../../../../node_modules/babel-loader/lib/index.js!../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./SearchResult.vue?vue&type=script&lang=js&\""," <!--\n - @copyright Copyright (c) 2020 John Molakvoæ <skjnldsv@protonmail.com>\n -\n - @author John Molakvoæ <skjnldsv@protonmail.com>\n -\n - @license GNU AGPL version 3 or any later version\n -\n - This program is free software: you can redistribute it and/or modify\n - it under the terms of the GNU Affero General Public License as\n - published by the Free Software Foundation, either version 3 of the\n - License, or (at your option) any later version.\n -\n - This program is distributed in the hope that it will be useful,\n - but WITHOUT ANY WARRANTY; without even the implied warranty of\n - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n - GNU Affero General Public License for more details.\n -\n - You should have received a copy of the GNU Affero General Public License\n - along with this program. If not, see <http://www.gnu.org/licenses/>.\n -\n -->\n<template>\n\t<a :href=\"resourceUrl || '#'\"\n\t\tclass=\"unified-search__result\"\n\t\t:class=\"{\n\t\t\t'unified-search__result--focused': focused,\n\t\t}\"\n\t\t@click=\"reEmitEvent\"\n\t\t@focus=\"reEmitEvent\">\n\n\t\t<!-- Icon describing the result -->\n\t\t<div class=\"unified-search__result-icon\"\n\t\t\t:class=\"{\n\t\t\t\t'unified-search__result-icon--rounded': rounded,\n\t\t\t\t'unified-search__result-icon--no-preview': !hasValidThumbnail && !loaded,\n\t\t\t\t'unified-search__result-icon--with-thumbnail': hasValidThumbnail && loaded,\n\t\t\t\t[icon]: !loaded && !isIconUrl,\n\t\t\t}\"\n\t\t\t:style=\"{\n\t\t\t\tbackgroundImage: isIconUrl ? `url(${icon})` : '',\n\t\t\t}\"\n\t\t\trole=\"img\">\n\n\t\t\t<img v-if=\"hasValidThumbnail\"\n\t\t\t\tv-show=\"loaded\"\n\t\t\t\t:src=\"thumbnailUrl\"\n\t\t\t\talt=\"\"\n\t\t\t\t@error=\"onError\"\n\t\t\t\t@load=\"onLoad\">\n\t\t</div>\n\n\t\t<!-- Title and sub-title -->\n\t\t<span class=\"unified-search__result-content\">\n\t\t\t<h3 class=\"unified-search__result-line-one\" :title=\"title\">\n\t\t\t\t<Highlight :text=\"title\" :search=\"query\" />\n\t\t\t</h3>\n\t\t\t<h4 v-if=\"subline\" class=\"unified-search__result-line-two\" :title=\"subline\">{{ subline }}</h4>\n\t\t</span>\n\t</a>\n</template>\n\n<script>\nimport Highlight from '@nextcloud/vue/dist/Components/Highlight'\n\nexport default {\n\tname: 'SearchResult',\n\n\tcomponents: {\n\t\tHighlight,\n\t},\n\n\tprops: {\n\t\tthumbnailUrl: {\n\t\t\ttype: String,\n\t\t\tdefault: null,\n\t\t},\n\t\ttitle: {\n\t\t\ttype: String,\n\t\t\trequired: true,\n\t\t},\n\t\tsubline: {\n\t\t\ttype: String,\n\t\t\tdefault: null,\n\t\t},\n\t\tresourceUrl: {\n\t\t\ttype: String,\n\t\t\tdefault: null,\n\t\t},\n\t\ticon: {\n\t\t\ttype: String,\n\t\t\tdefault: '',\n\t\t},\n\t\trounded: {\n\t\t\ttype: Boolean,\n\t\t\tdefault: false,\n\t\t},\n\t\tquery: {\n\t\t\ttype: String,\n\t\t\tdefault: '',\n\t\t},\n\n\t\t/**\n\t\t * Only used for the first result as a visual feedback\n\t\t * so we can keep the search input focused but pressing\n\t\t * enter still opens the first result\n\t\t */\n\t\tfocused: {\n\t\t\ttype: Boolean,\n\t\t\tdefault: false,\n\t\t},\n\t},\n\n\tdata() {\n\t\treturn {\n\t\t\thasValidThumbnail: this.thumbnailUrl && this.thumbnailUrl.trim() !== '',\n\t\t\tloaded: false,\n\t\t}\n\t},\n\n\tcomputed: {\n\t\tisIconUrl() {\n\t\t\t// If we're facing an absolute url\n\t\t\tif (this.icon.startsWith('/')) {\n\t\t\t\treturn true\n\t\t\t}\n\n\t\t\t// Otherwise, let's check if this is a valid url\n\t\t\ttry {\n\t\t\t\t// eslint-disable-next-line no-new\n\t\t\t\tnew URL(this.icon)\n\t\t\t} catch {\n\t\t\t\treturn false\n\t\t\t}\n\t\t\treturn true\n\t\t},\n\t},\n\n\twatch: {\n\t\t// Make sure to reset state on change even when vue recycle the component\n\t\tthumbnailUrl() {\n\t\t\tthis.hasValidThumbnail = this.thumbnailUrl && this.thumbnailUrl.trim() !== ''\n\t\t\tthis.loaded = false\n\t\t},\n\t},\n\n\tmethods: {\n\t\treEmitEvent(e) {\n\t\t\tthis.$emit(e.type, e)\n\t\t},\n\n\t\t/**\n\t\t * If the image fails to load, fallback to iconClass\n\t\t */\n\t\tonError() {\n\t\t\tthis.hasValidThumbnail = false\n\t\t},\n\n\t\tonLoad() {\n\t\t\tthis.loaded = true\n\t\t},\n\t},\n}\n</script>\n\n<style lang=\"scss\" scoped>\n$clickable-area: 44px;\n$margin: 10px;\n\n.unified-search__result {\n\tdisplay: flex;\n\theight: $clickable-area;\n\tpadding: $margin;\n\tborder-bottom: 1px solid var(--color-border);\n\n\t// Load more entry,\n\t&:last-child {\n\t\tborder-bottom: none;\n\t}\n\n\t&--focused,\n\t&:active,\n\t&:hover,\n\t&:focus {\n\t\tbackground-color: var(--color-background-hover);\n\t}\n\n\t* {\n\t\tcursor: pointer;\n\t}\n\n\t&-icon {\n\t\toverflow: hidden;\n\t\twidth: $clickable-area;\n\t\theight: $clickable-area;\n\t\tborder-radius: var(--border-radius);\n\t\tbackground-repeat: no-repeat;\n\t\tbackground-position: center center;\n\t\tbackground-size: 32px;\n\t\t&--rounded {\n\t\t\tborder-radius: $clickable-area / 2;\n\t\t}\n\t\t&--no-preview {\n\t\t\tbackground-size: 32px;\n\t\t}\n\t\t&--with-thumbnail {\n\t\t\tbackground-size: cover;\n\t\t}\n\t\t&--with-thumbnail:not(&--rounded) {\n\t\t\t// compensate for border\n\t\t\tmax-width: $clickable-area - 2px;\n\t\t\tmax-height: $clickable-area - 2px;\n\t\t\tborder: 1px solid var(--color-border);\n\t\t}\n\n\t\timg {\n\t\t\t// Make sure to keep ratio\n\t\t\twidth: 100%;\n\t\t\theight: 100%;\n\n\t\t\tobject-fit: cover;\n\t\t\tobject-position: center;\n\t\t}\n\t}\n\n\t&-icon,\n\t&-actions {\n\t\tflex: 0 0 $clickable-area;\n\t}\n\n\t&-content {\n\t\tdisplay: flex;\n\t\talign-items: center;\n\t\tflex: 1 1 100%;\n\t\tflex-wrap: wrap;\n\t\t// Set to minimum and gro from it\n\t\tmin-width: 0;\n\t\tpadding-left: $margin;\n\t}\n\n\t&-line-one,\n\t&-line-two {\n\t\toverflow: hidden;\n\t\tflex: 1 1 100%;\n\t\tmargin: 1px 0;\n\t\twhite-space: nowrap;\n\t\ttext-overflow: ellipsis;\n\t\t// Use the same color as the `a`\n\t\tcolor: inherit;\n\t\tfont-size: inherit;\n\t}\n\t&-line-two {\n\t\topacity: .7;\n\t\tfont-size: var(--default-font-size);\n\t}\n}\n\n</style>\n","import api from \"!../../../../node_modules/style-loader/dist/runtime/injectStylesIntoStyleTag.js\";\n import content from \"!!../../../../node_modules/css-loader/dist/cjs.js!../../../../node_modules/vue-loader/lib/loaders/stylePostLoader.js!../../../../node_modules/sass-loader/dist/cjs.js!../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./SearchResult.vue?vue&type=style&index=0&id=6a44d327&lang=scss&scoped=true&\";\n\nvar options = {};\n\noptions.insert = \"head\";\noptions.singleton = false;\n\nvar update = api(content, options);\n\n\n\nexport default content.locals || {};","import { render, staticRenderFns } from \"./SearchResult.vue?vue&type=template&id=6a44d327&scoped=true&\"\nimport script from \"./SearchResult.vue?vue&type=script&lang=js&\"\nexport * from \"./SearchResult.vue?vue&type=script&lang=js&\"\nimport style0 from \"./SearchResult.vue?vue&type=style&index=0&id=6a44d327&lang=scss&scoped=true&\"\n\n\n/* normalize component */\nimport normalizer from \"!../../../../node_modules/vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n \"6a44d327\",\n null\n \n)\n\nexport default component.exports","var render = function () {\nvar _obj;\nvar _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('a',{staticClass:\"unified-search__result\",class:{\n\t\t'unified-search__result--focused': _vm.focused,\n\t},attrs:{\"href\":_vm.resourceUrl || '#'},on:{\"click\":_vm.reEmitEvent,\"focus\":_vm.reEmitEvent}},[_c('div',{staticClass:\"unified-search__result-icon\",class:( _obj = {\n\t\t\t'unified-search__result-icon--rounded': _vm.rounded,\n\t\t\t'unified-search__result-icon--no-preview': !_vm.hasValidThumbnail && !_vm.loaded,\n\t\t\t'unified-search__result-icon--with-thumbnail': _vm.hasValidThumbnail && _vm.loaded\n\t\t}, _obj[_vm.icon] = !_vm.loaded && !_vm.isIconUrl, _obj ),style:({\n\t\t\tbackgroundImage: _vm.isIconUrl ? (\"url(\" + _vm.icon + \")\") : '',\n\t\t}),attrs:{\"role\":\"img\"}},[(_vm.hasValidThumbnail)?_c('img',{directives:[{name:\"show\",rawName:\"v-show\",value:(_vm.loaded),expression:\"loaded\"}],attrs:{\"src\":_vm.thumbnailUrl,\"alt\":\"\"},on:{\"error\":_vm.onError,\"load\":_vm.onLoad}}):_vm._e()]),_vm._v(\" \"),_c('span',{staticClass:\"unified-search__result-content\"},[_c('h3',{staticClass:\"unified-search__result-line-one\",attrs:{\"title\":_vm.title}},[_c('Highlight',{attrs:{\"text\":_vm.title,\"search\":_vm.query}})],1),_vm._v(\" \"),(_vm.subline)?_c('h4',{staticClass:\"unified-search__result-line-two\",attrs:{\"title\":_vm.subline}},[_vm._v(_vm._s(_vm.subline))]):_vm._e()])])}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","import mod from \"-!../../../../node_modules/babel-loader/lib/index.js!../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./SearchResultPlaceholders.vue?vue&type=script&lang=js&\"; export default mod; export * from \"-!../../../../node_modules/babel-loader/lib/index.js!../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./SearchResultPlaceholders.vue?vue&type=script&lang=js&\"","<template>\n\t<ul>\n\t\t<!-- Placeholder animation -->\n\t\t<svg class=\"unified-search__result-placeholder-gradient\">\n\t\t\t<defs>\n\t\t\t\t<linearGradient id=\"unified-search__result-placeholder-gradient\">\n\t\t\t\t\t<stop offset=\"0%\" :stop-color=\"light\">\n\t\t\t\t\t\t<animate attributeName=\"stop-color\"\n\t\t\t\t\t\t\t:values=\"`${light}; ${light}; ${dark}; ${dark}; ${light}`\"\n\t\t\t\t\t\t\tdur=\"2s\"\n\t\t\t\t\t\t\trepeatCount=\"indefinite\" />\n\t\t\t\t\t</stop>\n\t\t\t\t\t<stop offset=\"100%\" :stop-color=\"dark\">\n\t\t\t\t\t\t<animate attributeName=\"stop-color\"\n\t\t\t\t\t\t\t:values=\"`${dark}; ${light}; ${light}; ${dark}; ${dark}`\"\n\t\t\t\t\t\t\tdur=\"2s\"\n\t\t\t\t\t\t\trepeatCount=\"indefinite\" />\n\t\t\t\t\t</stop>\n\t\t\t\t</linearGradient>\n\t\t\t</defs>\n\t\t</svg>\n\n\t\t<!-- Placeholders -->\n\t\t<li v-for=\"placeholder in [1, 2, 3]\" :key=\"placeholder\">\n\t\t\t<svg\n\t\t\t\tclass=\"unified-search__result-placeholder\"\n\t\t\t\txmlns=\"http://www.w3.org/2000/svg\"\n\t\t\t\tfill=\"url(#unified-search__result-placeholder-gradient)\">\n\t\t\t\t<rect class=\"unified-search__result-placeholder-icon\" />\n\t\t\t\t<rect class=\"unified-search__result-placeholder-line-one\" />\n\t\t\t\t<rect class=\"unified-search__result-placeholder-line-two\" :style=\"{width: `calc(${randWidth()}%)`}\" />\n\t\t\t</svg>\n\t\t</li>\n\t</ul>\n</template>\n\n<script>\nexport default {\n\tname: 'SearchResultPlaceholders',\n\n\tdata() {\n\t\treturn {\n\t\t\tlight: null,\n\t\t\tdark: null,\n\t\t}\n\t},\n\tmounted() {\n\t\tconst styles = getComputedStyle(document.documentElement)\n\t\tthis.dark = styles.getPropertyValue('--color-placeholder-dark')\n\t\tthis.light = styles.getPropertyValue('--color-placeholder-light')\n\t},\n\n\tmethods: {\n\t\trandWidth() {\n\t\t\treturn Math.floor(Math.random() * 20) + 30\n\t\t},\n\t},\n}\n</script>\n\n<style lang=\"scss\" scoped>\n$clickable-area: 44px;\n$margin: 10px;\n\n.unified-search__result-placeholder-gradient {\n\tposition: fixed;\n\theight: 0;\n\twidth: 0;\n\tz-index: -1;\n}\n\n.unified-search__result-placeholder {\n\twidth: calc(100% - 2 * #{$margin});\n\theight: $clickable-area;\n\tmargin: $margin;\n\n\t&-icon {\n\t\twidth: $clickable-area;\n\t\theight: $clickable-area;\n\t\trx: var(--border-radius);\n\t\try: var(--border-radius);\n\t}\n\n\t&-line-one,\n\t&-line-two {\n\t\twidth: calc(100% - #{$margin + $clickable-area});\n\t\theight: 1em;\n\t\tx: $margin + $clickable-area;\n\t}\n\n\t&-line-one {\n\t\ty: 5px;\n\t}\n\n\t&-line-two {\n\t\ty: 25px;\n\t}\n}\n\n</style>\n","import api from \"!../../../../node_modules/style-loader/dist/runtime/injectStylesIntoStyleTag.js\";\n import content from \"!!../../../../node_modules/css-loader/dist/cjs.js!../../../../node_modules/vue-loader/lib/loaders/stylePostLoader.js!../../../../node_modules/sass-loader/dist/cjs.js!../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./SearchResultPlaceholders.vue?vue&type=style&index=0&id=7a4ff614&lang=scss&scoped=true&\";\n\nvar options = {};\n\noptions.insert = \"head\";\noptions.singleton = false;\n\nvar update = api(content, options);\n\n\n\nexport default content.locals || {};","import { render, staticRenderFns } from \"./SearchResultPlaceholders.vue?vue&type=template&id=7a4ff614&scoped=true&\"\nimport script from \"./SearchResultPlaceholders.vue?vue&type=script&lang=js&\"\nexport * from \"./SearchResultPlaceholders.vue?vue&type=script&lang=js&\"\nimport style0 from \"./SearchResultPlaceholders.vue?vue&type=style&index=0&id=7a4ff614&lang=scss&scoped=true&\"\n\n\n/* normalize component */\nimport normalizer from \"!../../../../node_modules/vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n \"7a4ff614\",\n null\n \n)\n\nexport default component.exports","var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('ul',[_c('svg',{staticClass:\"unified-search__result-placeholder-gradient\"},[_c('defs',[_c('linearGradient',{attrs:{\"id\":\"unified-search__result-placeholder-gradient\"}},[_c('stop',{attrs:{\"offset\":\"0%\",\"stop-color\":_vm.light}},[_c('animate',{attrs:{\"attributeName\":\"stop-color\",\"values\":(_vm.light + \"; \" + _vm.light + \"; \" + _vm.dark + \"; \" + _vm.dark + \"; \" + _vm.light),\"dur\":\"2s\",\"repeatCount\":\"indefinite\"}})]),_vm._v(\" \"),_c('stop',{attrs:{\"offset\":\"100%\",\"stop-color\":_vm.dark}},[_c('animate',{attrs:{\"attributeName\":\"stop-color\",\"values\":(_vm.dark + \"; \" + _vm.light + \"; \" + _vm.light + \"; \" + _vm.dark + \"; \" + _vm.dark),\"dur\":\"2s\",\"repeatCount\":\"indefinite\"}})])],1)],1)]),_vm._v(\" \"),_vm._l(([1, 2, 3]),function(placeholder){return _c('li',{key:placeholder},[_c('svg',{staticClass:\"unified-search__result-placeholder\",attrs:{\"xmlns\":\"http://www.w3.org/2000/svg\",\"fill\":\"url(#unified-search__result-placeholder-gradient)\"}},[_c('rect',{staticClass:\"unified-search__result-placeholder-icon\"}),_vm._v(\" \"),_c('rect',{staticClass:\"unified-search__result-placeholder-line-one\"}),_vm._v(\" \"),_c('rect',{staticClass:\"unified-search__result-placeholder-line-two\",style:({width: (\"calc(\" + (_vm.randWidth()) + \"%)\")})})])])})],2)}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }"," <!--\n - @copyright Copyright (c) 2020 John Molakvoæ <skjnldsv@protonmail.com>\n -\n - @author John Molakvoæ <skjnldsv@protonmail.com>\n -\n - @license GNU AGPL version 3 or any later version\n -\n - This program is free software: you can redistribute it and/or modify\n - it under the terms of the GNU Affero General Public License as\n - published by the Free Software Foundation, either version 3 of the\n - License, or (at your option) any later version.\n -\n - This program is distributed in the hope that it will be useful,\n - but WITHOUT ANY WARRANTY; without even the implied warranty of\n - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n - GNU Affero General Public License for more details.\n -\n - You should have received a copy of the GNU Affero General Public License\n - along with this program. If not, see <http://www.gnu.org/licenses/>.\n -\n -->\n<template>\n\t<HeaderMenu id=\"unified-search\"\n\t\tclass=\"unified-search\"\n\t\texclude-click-outside-classes=\"popover\"\n\t\t:open.sync=\"open\"\n\t\t@open=\"onOpen\"\n\t\t@close=\"onClose\">\n\t\t<!-- Header icon -->\n\t\t<template #trigger>\n\t\t\t<Magnify class=\"unified-search__trigger\"\n\t\t\t\t:size=\"20\"\n\t\t\t\t:title=\"ariaLabel\"\n\t\t\t\tfill-color=\"var(--color-primary-text)\" />\n\t\t</template>\n\n\t\t<!-- Search form & filters wrapper -->\n\t\t<div class=\"unified-search__input-wrapper\">\n\t\t\t<form class=\"unified-search__form\"\n\t\t\t\trole=\"search\"\n\t\t\t\t:class=\"{'icon-loading-small': isLoading}\"\n\t\t\t\t@submit.prevent.stop=\"onInputEnter\"\n\t\t\t\t@reset.prevent.stop=\"onReset\">\n\t\t\t\t<!-- Search input -->\n\t\t\t\t<input ref=\"input\"\n\t\t\t\t\tv-model=\"query\"\n\t\t\t\t\tclass=\"unified-search__form-input\"\n\t\t\t\t\ttype=\"search\"\n\t\t\t\t\t:class=\"{'unified-search__form-input--with-reset': !!query}\"\n\t\t\t\t\t:placeholder=\"t('core', 'Search {types} …', { types: typesNames.join(', ') })\"\n\t\t\t\t\t@input=\"onInputDebounced\"\n\t\t\t\t\t@keypress.enter.prevent.stop=\"onInputEnter\">\n\n\t\t\t\t<!-- Reset search button -->\n\t\t\t\t<input v-if=\"!!query && !isLoading\"\n\t\t\t\t\ttype=\"reset\"\n\t\t\t\t\tclass=\"unified-search__form-reset icon-close\"\n\t\t\t\t\t:aria-label=\"t('core','Reset search')\"\n\t\t\t\t\tvalue=\"\">\n\t\t\t</form>\n\n\t\t\t<!-- Search filters -->\n\t\t\t<Actions v-if=\"availableFilters.length > 1\" class=\"unified-search__filters\" placement=\"bottom\">\n\t\t\t\t<ActionButton v-for=\"type in availableFilters\"\n\t\t\t\t\t:key=\"type\"\n\t\t\t\t\ticon=\"icon-filter\"\n\t\t\t\t\t:title=\"t('core', 'Search for {name} only', { name: typesMap[type] })\"\n\t\t\t\t\t@click=\"onClickFilter(`in:${type}`)\">\n\t\t\t\t\t{{ `in:${type}` }}\n\t\t\t\t</ActionButton>\n\t\t\t</Actions>\n\t\t</div>\n\n\t\t<template v-if=\"!hasResults\">\n\t\t\t<!-- Loading placeholders -->\n\t\t\t<SearchResultPlaceholders v-if=\"isLoading\" />\n\n\t\t\t<EmptyContent v-else-if=\"isValidQuery\" icon=\"icon-search\">\n\t\t\t\t{{ t('core', 'No results for {query}', {query}) }}\n\t\t\t</EmptyContent>\n\n\t\t\t<EmptyContent v-else-if=\"!isLoading || isShortQuery\" icon=\"icon-search\">\n\t\t\t\t{{ t('core', 'Start typing to search') }}\n\t\t\t\t<template v-if=\"isShortQuery\" #desc>\n\t\t\t\t\t{{ n('core',\n\t\t\t\t\t\t'Please enter {minSearchLength} character or more to search',\n\t\t\t\t\t\t'Please enter {minSearchLength} characters or more to search',\n\t\t\t\t\t\tminSearchLength,\n\t\t\t\t\t\t{minSearchLength}) }}\n\t\t\t\t</template>\n\t\t\t</EmptyContent>\n\t\t</template>\n\n\t\t<!-- Grouped search results -->\n\t\t<template v-else>\n\t\t\t<ul v-for=\"({list, type}, typesIndex) in orderedResults\"\n\t\t\t\t:key=\"type\"\n\t\t\t\tclass=\"unified-search__results\"\n\t\t\t\t:class=\"`unified-search__results-${type}`\"\n\t\t\t\t:aria-label=\"typesMap[type]\">\n\t\t\t\t<!-- Search results -->\n\t\t\t\t<li v-for=\"(result, index) in limitIfAny(list, type)\" :key=\"result.resourceUrl\">\n\t\t\t\t\t<SearchResult v-bind=\"result\"\n\t\t\t\t\t\t:query=\"query\"\n\t\t\t\t\t\t:focused=\"focused === 0 && typesIndex === 0 && index === 0\"\n\t\t\t\t\t\t@focus=\"setFocusedIndex\" />\n\t\t\t\t</li>\n\n\t\t\t\t<!-- Load more button -->\n\t\t\t\t<li>\n\t\t\t\t\t<SearchResult v-if=\"!reached[type]\"\n\t\t\t\t\t\tclass=\"unified-search__result-more\"\n\t\t\t\t\t\t:title=\"loading[type]\n\t\t\t\t\t\t\t? t('core', 'Loading more results …')\n\t\t\t\t\t\t\t: t('core', 'Load more results')\"\n\t\t\t\t\t\t:icon-class=\"loading[type] ? 'icon-loading-small' : ''\"\n\t\t\t\t\t\t@click.prevent=\"loadMore(type)\"\n\t\t\t\t\t\t@focus=\"setFocusedIndex\" />\n\t\t\t\t</li>\n\t\t\t</ul>\n\t\t</template>\n\t</HeaderMenu>\n</template>\n\n<script>\nimport { emit } from '@nextcloud/event-bus'\nimport { minSearchLength, getTypes, search, defaultLimit, regexFilterIn, regexFilterNot } from '../services/UnifiedSearchService'\nimport { showError } from '@nextcloud/dialogs'\nimport ActionButton from '@nextcloud/vue/dist/Components/ActionButton'\nimport Actions from '@nextcloud/vue/dist/Components/Actions'\nimport debounce from 'debounce'\nimport EmptyContent from '@nextcloud/vue/dist/Components/EmptyContent'\nimport Magnify from 'vue-material-design-icons/Magnify'\n\nimport HeaderMenu from '../components/HeaderMenu'\nimport SearchResult from '../components/UnifiedSearch/SearchResult'\nimport SearchResultPlaceholders from '../components/UnifiedSearch/SearchResultPlaceholders'\n\nconst REQUEST_FAILED = 0\nconst REQUEST_OK = 1\nconst REQUEST_CANCELED = 2\n\nexport default {\n\tname: 'UnifiedSearch',\n\n\tcomponents: {\n\t\tActionButton,\n\t\tActions,\n\t\tEmptyContent,\n\t\tHeaderMenu,\n\t\tMagnify,\n\t\tSearchResult,\n\t\tSearchResultPlaceholders,\n\t},\n\n\tdata() {\n\t\treturn {\n\t\t\ttypes: [],\n\n\t\t\t// Cursors per types\n\t\t\tcursors: {},\n\t\t\t// Various search limits per types\n\t\t\tlimits: {},\n\t\t\t// Loading types\n\t\t\tloading: {},\n\t\t\t// Reached search types\n\t\t\treached: {},\n\t\t\t// Pending cancellable requests\n\t\t\trequests: [],\n\t\t\t// List of all results\n\t\t\tresults: {},\n\n\t\t\tquery: '',\n\t\t\tfocused: null,\n\n\t\t\tdefaultLimit,\n\t\t\tminSearchLength,\n\n\t\t\topen: false,\n\t\t}\n\t},\n\n\tcomputed: {\n\t\ttypesIDs() {\n\t\t\treturn this.types.map(type => type.id)\n\t\t},\n\t\ttypesNames() {\n\t\t\treturn this.types.map(type => type.name)\n\t\t},\n\t\ttypesMap() {\n\t\t\treturn this.types.reduce((prev, curr) => {\n\t\t\t\tprev[curr.id] = curr.name\n\t\t\t\treturn prev\n\t\t\t}, {})\n\t\t},\n\n\t\tariaLabel() {\n\t\t\treturn t('core', 'Search')\n\t\t},\n\n\t\t/**\n\t\t * Is there any result to display\n\t\t * @returns {boolean}\n\t\t */\n\t\thasResults() {\n\t\t\treturn Object.keys(this.results).length !== 0\n\t\t},\n\n\t\t/**\n\t\t * Return ordered results\n\t\t * @returns {Array}\n\t\t */\n\t\torderedResults() {\n\t\t\treturn this.typesIDs\n\t\t\t\t.filter(type => type in this.results)\n\t\t\t\t.map(type => ({\n\t\t\t\t\ttype,\n\t\t\t\t\tlist: this.results[type],\n\t\t\t\t}))\n\t\t},\n\n\t\t/**\n\t\t * Available filters\n\t\t * We only show filters that are available on the results\n\t\t * @returns {string[]}\n\t\t */\n\t\tavailableFilters() {\n\t\t\treturn Object.keys(this.results)\n\t\t},\n\n\t\t/**\n\t\t * Applied filters\n\t\t * @returns {string[]}\n\t\t */\n\t\tusedFiltersIn() {\n\t\t\tlet match\n\t\t\tconst filters = []\n\t\t\twhile ((match = regexFilterIn.exec(this.query)) !== null) {\n\t\t\t\tfilters.push(match[1])\n\t\t\t}\n\t\t\treturn filters\n\t\t},\n\n\t\t/**\n\t\t * Applied anti filters\n\t\t * @returns {string[]}\n\t\t */\n\t\tusedFiltersNot() {\n\t\t\tlet match\n\t\t\tconst filters = []\n\t\t\twhile ((match = regexFilterNot.exec(this.query)) !== null) {\n\t\t\t\tfilters.push(match[1])\n\t\t\t}\n\t\t\treturn filters\n\t\t},\n\n\t\t/**\n\t\t * Is the current search too short\n\t\t * @returns {boolean}\n\t\t */\n\t\tisShortQuery() {\n\t\t\treturn this.query && this.query.trim().length < minSearchLength\n\t\t},\n\n\t\t/**\n\t\t * Is the current search valid\n\t\t * @returns {boolean}\n\t\t */\n\t\tisValidQuery() {\n\t\t\treturn this.query && this.query.trim() !== '' && !this.isShortQuery\n\t\t},\n\n\t\t/**\n\t\t * Have we reached the end of all types searches\n\t\t * @returns {boolean}\n\t\t */\n\t\tisDoneSearching() {\n\t\t\treturn Object.values(this.reached).every(state => state === false)\n\t\t},\n\n\t\t/**\n\t\t * Is there any search in progress\n\t\t * @returns {boolean}\n\t\t */\n\t\tisLoading() {\n\t\t\treturn Object.values(this.loading).some(state => state === true)\n\t\t},\n\t},\n\n\tasync created() {\n\t\tthis.types = await getTypes()\n\t\tthis.logger.debug('Unified Search initialized with the following providers', this.types)\n\t},\n\n\tmounted() {\n\t\tdocument.addEventListener('keydown', (event) => {\n\t\t\t// if not already opened, allows us to trigger default browser on second keydown\n\t\t\tif (event.ctrlKey && event.key === 'f' && !this.open) {\n\t\t\t\tevent.preventDefault()\n\t\t\t\tthis.open = true\n\t\t\t\tthis.focusInput()\n\t\t\t}\n\n\t\t\t// https://www.w3.org/WAI/GL/wiki/Using_ARIA_menus\n\t\t\tif (this.open) {\n\t\t\t\t// If arrow down, focus next result\n\t\t\t\tif (event.key === 'ArrowDown') {\n\t\t\t\t\tthis.focusNext(event)\n\t\t\t\t}\n\n\t\t\t\t// If arrow up, focus prev result\n\t\t\t\tif (event.key === 'ArrowUp') {\n\t\t\t\t\tthis.focusPrev(event)\n\t\t\t\t}\n\t\t\t}\n\t\t})\n\t},\n\n\tmethods: {\n\t\tasync onOpen() {\n\t\t\tthis.focusInput()\n\t\t\t// Update types list in the background\n\t\t\tthis.types = await getTypes()\n\t\t},\n\t\tonClose() {\n\t\t\temit('nextcloud:unified-search.close')\n\t\t},\n\n\t\t/**\n\t\t * Reset the search state\n\t\t */\n\t\tonReset() {\n\t\t\temit('nextcloud:unified-search.reset')\n\t\t\tthis.logger.debug('Search reset')\n\t\t\tthis.query = ''\n\t\t\tthis.resetState()\n\t\t\tthis.focusInput()\n\t\t},\n\t\tasync resetState() {\n\t\t\tthis.cursors = {}\n\t\t\tthis.limits = {}\n\t\t\tthis.reached = {}\n\t\t\tthis.results = {}\n\t\t\tthis.focused = null\n\t\t\tawait this.cancelPendingRequests()\n\t\t},\n\n\t\t/**\n\t\t * Cancel any ongoing searches\n\t\t */\n\t\tasync cancelPendingRequests() {\n\t\t\t// Cloning so we can keep processing other requests\n\t\t\tconst requests = this.requests.slice(0)\n\t\t\tthis.requests = []\n\n\t\t\t// Cancel all pending requests\n\t\t\tawait Promise.all(requests.map(cancel => cancel()))\n\t\t},\n\n\t\t/**\n\t\t * Focus the search input on next tick\n\t\t */\n\t\tfocusInput() {\n\t\t\tthis.$nextTick(() => {\n\t\t\t\tthis.$refs.input.focus()\n\t\t\t\tthis.$refs.input.select()\n\t\t\t})\n\t\t},\n\n\t\t/**\n\t\t * If we have results already, open first one\n\t\t * If not, trigger the search again\n\t\t */\n\t\tonInputEnter() {\n\t\t\tif (this.hasResults) {\n\t\t\t\tconst results = this.getResultsList()\n\t\t\t\tresults[0].click()\n\t\t\t\treturn\n\t\t\t}\n\t\t\tthis.onInput()\n\t\t},\n\n\t\t/**\n\t\t * Start searching on input\n\t\t */\n\t\tasync onInput() {\n\t\t\t// emit the search query\n\t\t\temit('nextcloud:unified-search.search', { query: this.query })\n\n\t\t\t// Do not search if not long enough\n\t\t\tif (this.query.trim() === '' || this.isShortQuery) {\n\t\t\t\treturn\n\t\t\t}\n\n\t\t\tlet types = this.typesIDs\n\t\t\tlet query = this.query\n\n\t\t\t// Filter out types\n\t\t\tif (this.usedFiltersNot.length > 0) {\n\t\t\t\ttypes = this.typesIDs.filter(type => this.usedFiltersNot.indexOf(type) === -1)\n\t\t\t}\n\n\t\t\t// Only use those filters if any and check if they are valid\n\t\t\tif (this.usedFiltersIn.length > 0) {\n\t\t\t\ttypes = this.typesIDs.filter(type => this.usedFiltersIn.indexOf(type) > -1)\n\t\t\t}\n\n\t\t\t// Remove any filters from the query\n\t\t\tquery = query.replace(regexFilterIn, '').replace(regexFilterNot, '')\n\n\t\t\t// Reset search if the query changed\n\t\t\tawait this.resetState()\n\t\t\tthis.$set(this.loading, 'all', true)\n\t\t\tthis.logger.debug(`Searching ${query} in`, types)\n\n\t\t\tPromise.all(types.map(async type => {\n\t\t\t\ttry {\n\t\t\t\t\t// Init cancellable request\n\t\t\t\t\tconst { request, cancel } = search({ type, query })\n\t\t\t\t\tthis.requests.push(cancel)\n\n\t\t\t\t\t// Fetch results\n\t\t\t\t\tconst { data } = await request()\n\n\t\t\t\t\t// Process results\n\t\t\t\t\tif (data.ocs.data.entries.length > 0) {\n\t\t\t\t\t\tthis.$set(this.results, type, data.ocs.data.entries)\n\t\t\t\t\t} else {\n\t\t\t\t\t\tthis.$delete(this.results, type)\n\t\t\t\t\t}\n\n\t\t\t\t\t// Save cursor if any\n\t\t\t\t\tif (data.ocs.data.cursor) {\n\t\t\t\t\t\tthis.$set(this.cursors, type, data.ocs.data.cursor)\n\t\t\t\t\t} else if (!data.ocs.data.isPaginated) {\n\t\t\t\t\t// If no cursor and no pagination, we save the default amount\n\t\t\t\t\t// provided by server's initial state `defaultLimit`\n\t\t\t\t\t\tthis.$set(this.limits, type, this.defaultLimit)\n\t\t\t\t\t}\n\n\t\t\t\t\t// Check if we reached end of pagination\n\t\t\t\t\tif (data.ocs.data.entries.length < this.defaultLimit) {\n\t\t\t\t\t\tthis.$set(this.reached, type, true)\n\t\t\t\t\t}\n\n\t\t\t\t\t// If none already focused, focus the first rendered result\n\t\t\t\t\tif (this.focused === null) {\n\t\t\t\t\t\tthis.focused = 0\n\t\t\t\t\t}\n\t\t\t\t\treturn REQUEST_OK\n\t\t\t\t} catch (error) {\n\t\t\t\t\tthis.$delete(this.results, type)\n\n\t\t\t\t\t// If this is not a cancelled throw\n\t\t\t\t\tif (error.response && error.response.status) {\n\t\t\t\t\t\tthis.logger.error(`Error searching for ${this.typesMap[type]}`, error)\n\t\t\t\t\t\tshowError(this.t('core', 'An error occurred while searching for {type}', { type: this.typesMap[type] }))\n\t\t\t\t\t\treturn REQUEST_FAILED\n\t\t\t\t\t}\n\t\t\t\t\treturn REQUEST_CANCELED\n\t\t\t\t}\n\t\t\t})).then(results => {\n\t\t\t\t// Do not declare loading finished if the request have been cancelled\n\t\t\t\t// This means another search was triggered and we're therefore still loading\n\t\t\t\tif (results.some(result => result === REQUEST_CANCELED)) {\n\t\t\t\t\treturn\n\t\t\t\t}\n\t\t\t\t// We finished all searches\n\t\t\t\tthis.loading = {}\n\t\t\t})\n\t\t},\n\t\tonInputDebounced: debounce(function(e) {\n\t\t\tthis.onInput(e)\n\t\t}, 200),\n\n\t\t/**\n\t\t * Load more results for the provided type\n\t\t * @param {String} type type\n\t\t */\n\t\tasync loadMore(type) {\n\t\t\t// If already loading, ignore\n\t\t\tif (this.loading[type]) {\n\t\t\t\treturn\n\t\t\t}\n\n\t\t\tif (this.cursors[type]) {\n\t\t\t\t// Init cancellable request\n\t\t\t\tconst { request, cancel } = search({ type, query: this.query, cursor: this.cursors[type] })\n\t\t\t\tthis.requests.push(cancel)\n\n\t\t\t\t// Fetch results\n\t\t\t\tconst { data } = await request()\n\n\t\t\t\t// Save cursor if any\n\t\t\t\tif (data.ocs.data.cursor) {\n\t\t\t\t\tthis.$set(this.cursors, type, data.ocs.data.cursor)\n\t\t\t\t}\n\n\t\t\t\t// Process results\n\t\t\t\tif (data.ocs.data.entries.length > 0) {\n\t\t\t\t\tthis.results[type].push(...data.ocs.data.entries)\n\t\t\t\t}\n\n\t\t\t\t// Check if we reached end of pagination\n\t\t\t\tif (data.ocs.data.entries.length < this.defaultLimit) {\n\t\t\t\t\tthis.$set(this.reached, type, true)\n\t\t\t\t}\n\t\t\t} else\n\n\t\t\t// If no cursor, we might have all the results already,\n\t\t\t// let's fake pagination and show the next xxx entries\n\t\t\tif (this.limits[type] && this.limits[type] >= 0) {\n\t\t\t\tthis.limits[type] += this.defaultLimit\n\n\t\t\t\t// Check if we reached end of pagination\n\t\t\t\tif (this.limits[type] >= this.results[type].length) {\n\t\t\t\t\tthis.$set(this.reached, type, true)\n\t\t\t\t}\n\t\t\t}\n\n\t\t\t// Focus result after render\n\t\t\tif (this.focused !== null) {\n\t\t\t\tthis.$nextTick(() => {\n\t\t\t\t\tthis.focusIndex(this.focused)\n\t\t\t\t})\n\t\t\t}\n\t\t},\n\n\t\t/**\n\t\t * Return a subset of the array if the search provider\n\t\t * doesn't supports pagination\n\t\t *\n\t\t * @param {Array} list the results\n\t\t * @param {string} type the type\n\t\t * @returns {Array}\n\t\t */\n\t\tlimitIfAny(list, type) {\n\t\t\tif (type in this.limits) {\n\t\t\t\treturn list.slice(0, this.limits[type])\n\t\t\t}\n\t\t\treturn list\n\t\t},\n\n\t\tgetResultsList() {\n\t\t\treturn this.$el.querySelectorAll('.unified-search__results .unified-search__result')\n\t\t},\n\n\t\t/**\n\t\t * Focus the first result if any\n\t\t * @param {Event} event the keydown event\n\t\t */\n\t\tfocusFirst(event) {\n\t\t\tconst results = this.getResultsList()\n\t\t\tif (results && results.length > 0) {\n\t\t\t\tif (event) {\n\t\t\t\t\tevent.preventDefault()\n\t\t\t\t}\n\t\t\t\tthis.focused = 0\n\t\t\t\tthis.focusIndex(this.focused)\n\t\t\t}\n\t\t},\n\n\t\t/**\n\t\t * Focus the next result if any\n\t\t * @param {Event} event the keydown event\n\t\t */\n\t\tfocusNext(event) {\n\t\t\tif (this.focused === null) {\n\t\t\t\tthis.focusFirst(event)\n\t\t\t\treturn\n\t\t\t}\n\n\t\t\tconst results = this.getResultsList()\n\t\t\t// If we're not focusing the last, focus the next one\n\t\t\tif (results && results.length > 0 && this.focused + 1 < results.length) {\n\t\t\t\tevent.preventDefault()\n\t\t\t\tthis.focused++\n\t\t\t\tthis.focusIndex(this.focused)\n\t\t\t}\n\t\t},\n\n\t\t/**\n\t\t * Focus the previous result if any\n\t\t * @param {Event} event the keydown event\n\t\t */\n\t\tfocusPrev(event) {\n\t\t\tif (this.focused === null) {\n\t\t\t\tthis.focusFirst(event)\n\t\t\t\treturn\n\t\t\t}\n\n\t\t\tconst results = this.getResultsList()\n\t\t\t// If we're not focusing the first, focus the previous one\n\t\t\tif (results && results.length > 0 && this.focused > 0) {\n\t\t\t\tevent.preventDefault()\n\t\t\t\tthis.focused--\n\t\t\t\tthis.focusIndex(this.focused)\n\t\t\t}\n\n\t\t},\n\n\t\t/**\n\t\t * Focus the specified result index if it exists\n\t\t * @param {number} index the result index\n\t\t */\n\t\tfocusIndex(index) {\n\t\t\tconst results = this.getResultsList()\n\t\t\tif (results && results[index]) {\n\t\t\t\tresults[index].focus()\n\t\t\t}\n\t\t},\n\n\t\t/**\n\t\t * Set the current focused element based on the target\n\t\t * @param {Event} event the focus event\n\t\t */\n\t\tsetFocusedIndex(event) {\n\t\t\tconst entry = event.target\n\t\t\tconst results = this.getResultsList()\n\t\t\tconst index = [...results].findIndex(search => search === entry)\n\t\t\tif (index > -1) {\n\t\t\t\t// let's not use focusIndex as the entry is already focused\n\t\t\t\tthis.focused = index\n\t\t\t}\n\t\t},\n\n\t\tonClickFilter(filter) {\n\t\t\tthis.query = `${this.query} ${filter}`\n\t\t\t\t.replace(/ {2}/g, ' ')\n\t\t\t\t.trim()\n\t\t\tthis.onInput()\n\t\t},\n\t},\n}\n</script>\n\n<style lang=\"scss\" scoped>\n$margin: 10px;\n$input-height: 34px;\n$input-padding: 6px;\n\n.unified-search {\n\t&__trigger {\n\t\twidth: 20px;\n\t\theight: 20px;\n\t}\n\n\t&__input-wrapper {\n\t\tposition: sticky;\n\t\t// above search results\n\t\tz-index: 2;\n\t\ttop: 0;\n\t\tdisplay: inline-flex;\n\t\talign-items: center;\n\t\twidth: 100%;\n\t\tbackground-color: var(--color-main-background);\n\t}\n\n\t&__filters {\n\t\tmargin: $margin / 2 $margin;\n\t\tul {\n\t\t\tdisplay: inline-flex;\n\t\t\tjustify-content: space-between;\n\t\t}\n\t}\n\n\t&__form {\n\t\tposition: relative;\n\t\twidth: 100%;\n\t\tmargin: $margin;\n\n\t\t// Loading spinner\n\t\t&::after {\n\t\t\tright: $input-padding;\n\t\t\tleft: auto;\n\t\t}\n\n\t\t&-input,\n\t\t&-reset {\n\t\t\tmargin: $input-padding / 2;\n\t\t}\n\n\t\t&-input {\n\t\t\twidth: 100%;\n\t\t\theight: $input-height;\n\t\t\tpadding: $input-padding;\n\n\t\t\t&,\n\t\t\t&[placeholder],\n\t\t\t&::placeholder {\n\t\t\t\toverflow: hidden;\n\t\t\t\twhite-space: nowrap;\n\t\t\t\ttext-overflow: ellipsis;\n\t\t\t}\n\n\t\t\t// Hide webkit clear search\n\t\t\t&::-webkit-search-decoration,\n\t\t\t&::-webkit-search-cancel-button,\n\t\t\t&::-webkit-search-results-button,\n\t\t\t&::-webkit-search-results-decoration {\n\t\t\t\t-webkit-appearance: none;\n\t\t\t}\n\n\t\t\t// Ellipsis earlier if reset button is here\n\t\t\t.icon-loading-small &,\n\t\t\t&--with-reset {\n\t\t\t\tpadding-right: $input-height;\n\t\t\t}\n\t\t}\n\n\t\t&-reset {\n\t\t\tposition: absolute;\n\t\t\ttop: 0;\n\t\t\tright: 0;\n\t\t\twidth: $input-height - $input-padding;\n\t\t\theight: $input-height - $input-padding;\n\t\t\tpadding: 0;\n\t\t\topacity: .5;\n\t\t\tborder: none;\n\t\t\tbackground-color: transparent;\n\t\t\tmargin-right: 0;\n\n\t\t\t&:hover,\n\t\t\t&:focus,\n\t\t\t&:active {\n\t\t\t\topacity: 1;\n\t\t\t}\n\t\t}\n\t}\n\n\t&__filters {\n\t\tmargin-right: $margin / 2;\n\t}\n\n\t&__results {\n\t\t&::before {\n\t\t\tdisplay: block;\n\t\t\tmargin: $margin;\n\t\t\tmargin-left: $margin + $input-padding;\n\t\t\tcontent: attr(aria-label);\n\t\t\tcolor: var(--color-primary-element);\n\t\t}\n\t}\n\n\t.unified-search__result-more::v-deep {\n\t\tcolor: var(--color-text-maxcontrast);\n\t}\n\n\t.empty-content {\n\t\tmargin: 10vh 0;\n\n\t\t::v-deep .empty-content__title {\n\t\t\tfont-weight: normal;\n font-size: var(--default-font-size);\n\t\t\tpadding: 0 15px;\n\t\t\ttext-align: center;\n\t\t}\n\t}\n}\n\n</style>\n","import mod from \"-!../../../node_modules/babel-loader/lib/index.js!../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./UnifiedSearch.vue?vue&type=script&lang=js&\"; export default mod; export * from \"-!../../../node_modules/babel-loader/lib/index.js!../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./UnifiedSearch.vue?vue&type=script&lang=js&\"","import api from \"!../../../node_modules/style-loader/dist/runtime/injectStylesIntoStyleTag.js\";\n import content from \"!!../../../node_modules/css-loader/dist/cjs.js!../../../node_modules/vue-loader/lib/loaders/stylePostLoader.js!../../../node_modules/sass-loader/dist/cjs.js!../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./UnifiedSearch.vue?vue&type=style&index=0&id=86cb0f50&lang=scss&scoped=true&\";\n\nvar options = {};\n\noptions.insert = \"head\";\noptions.singleton = false;\n\nvar update = api(content, options);\n\n\n\nexport default content.locals || {};","import { render, staticRenderFns } from \"./UnifiedSearch.vue?vue&type=template&id=86cb0f50&scoped=true&\"\nimport script from \"./UnifiedSearch.vue?vue&type=script&lang=js&\"\nexport * from \"./UnifiedSearch.vue?vue&type=script&lang=js&\"\nimport style0 from \"./UnifiedSearch.vue?vue&type=style&index=0&id=86cb0f50&lang=scss&scoped=true&\"\n\n\n/* normalize component */\nimport normalizer from \"!../../../node_modules/vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n \"86cb0f50\",\n null\n \n)\n\nexport default component.exports","var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('HeaderMenu',{staticClass:\"unified-search\",attrs:{\"id\":\"unified-search\",\"exclude-click-outside-classes\":\"popover\",\"open\":_vm.open},on:{\"update:open\":function($event){_vm.open=$event},\"open\":_vm.onOpen,\"close\":_vm.onClose},scopedSlots:_vm._u([{key:\"trigger\",fn:function(){return [_c('Magnify',{staticClass:\"unified-search__trigger\",attrs:{\"size\":20,\"title\":_vm.ariaLabel,\"fill-color\":\"var(--color-primary-text)\"}})]},proxy:true}])},[_vm._v(\" \"),_c('div',{staticClass:\"unified-search__input-wrapper\"},[_c('form',{staticClass:\"unified-search__form\",class:{'icon-loading-small': _vm.isLoading},attrs:{\"role\":\"search\"},on:{\"submit\":function($event){$event.preventDefault();$event.stopPropagation();return _vm.onInputEnter($event)},\"reset\":function($event){$event.preventDefault();$event.stopPropagation();return _vm.onReset($event)}}},[_c('input',{directives:[{name:\"model\",rawName:\"v-model\",value:(_vm.query),expression:\"query\"}],ref:\"input\",staticClass:\"unified-search__form-input\",class:{'unified-search__form-input--with-reset': !!_vm.query},attrs:{\"type\":\"search\",\"placeholder\":_vm.t('core', 'Search {types} …', { types: _vm.typesNames.join(', ') })},domProps:{\"value\":(_vm.query)},on:{\"input\":[function($event){if($event.target.composing){ return; }_vm.query=$event.target.value},_vm.onInputDebounced],\"keypress\":function($event){if(!$event.type.indexOf('key')&&_vm._k($event.keyCode,\"enter\",13,$event.key,\"Enter\")){ return null; }$event.preventDefault();$event.stopPropagation();return _vm.onInputEnter($event)}}}),_vm._v(\" \"),(!!_vm.query && !_vm.isLoading)?_c('input',{staticClass:\"unified-search__form-reset icon-close\",attrs:{\"type\":\"reset\",\"aria-label\":_vm.t('core','Reset search'),\"value\":\"\"}}):_vm._e()]),_vm._v(\" \"),(_vm.availableFilters.length > 1)?_c('Actions',{staticClass:\"unified-search__filters\",attrs:{\"placement\":\"bottom\"}},_vm._l((_vm.availableFilters),function(type){return _c('ActionButton',{key:type,attrs:{\"icon\":\"icon-filter\",\"title\":_vm.t('core', 'Search for {name} only', { name: _vm.typesMap[type] })},on:{\"click\":function($event){return _vm.onClickFilter((\"in:\" + type))}}},[_vm._v(\"\\n\\t\\t\\t\\t\"+_vm._s((\"in:\" + type))+\"\\n\\t\\t\\t\")])}),1):_vm._e()],1),_vm._v(\" \"),(!_vm.hasResults)?[(_vm.isLoading)?_c('SearchResultPlaceholders'):(_vm.isValidQuery)?_c('EmptyContent',{attrs:{\"icon\":\"icon-search\"}},[_vm._v(\"\\n\\t\\t\\t\"+_vm._s(_vm.t('core', 'No results for {query}', {query: _vm.query}))+\"\\n\\t\\t\")]):(!_vm.isLoading || _vm.isShortQuery)?_c('EmptyContent',{attrs:{\"icon\":\"icon-search\"},scopedSlots:_vm._u([(_vm.isShortQuery)?{key:\"desc\",fn:function(){return [_vm._v(\"\\n\\t\\t\\t\\t\"+_vm._s(_vm.n('core',\n\t\t\t\t\t'Please enter {minSearchLength} character or more to search',\n\t\t\t\t\t'Please enter {minSearchLength} characters or more to search',\n\t\t\t\t\t_vm.minSearchLength,\n\t\t\t\t\t{minSearchLength: _vm.minSearchLength}))+\"\\n\\t\\t\\t\")]},proxy:true}:null],null,true)},[_vm._v(\"\\n\\t\\t\\t\"+_vm._s(_vm.t('core', 'Start typing to search'))+\"\\n\\t\\t\\t\")]):_vm._e()]:_vm._l((_vm.orderedResults),function(ref,typesIndex){\n\t\t\t\t\tvar list = ref.list;\n\t\t\t\t\tvar type = ref.type;\nreturn _c('ul',{key:type,staticClass:\"unified-search__results\",class:(\"unified-search__results-\" + type),attrs:{\"aria-label\":_vm.typesMap[type]}},[_vm._l((_vm.limitIfAny(list, type)),function(result,index){return _c('li',{key:result.resourceUrl},[_c('SearchResult',_vm._b({attrs:{\"query\":_vm.query,\"focused\":_vm.focused === 0 && typesIndex === 0 && index === 0},on:{\"focus\":_vm.setFocusedIndex}},'SearchResult',result,false))],1)}),_vm._v(\" \"),_c('li',[(!_vm.reached[type])?_c('SearchResult',{staticClass:\"unified-search__result-more\",attrs:{\"title\":_vm.loading[type]\n\t\t\t\t\t\t? _vm.t('core', 'Loading more results …')\n\t\t\t\t\t\t: _vm.t('core', 'Load more results'),\"icon-class\":_vm.loading[type] ? 'icon-loading-small' : ''},on:{\"click\":function($event){$event.preventDefault();return _vm.loadMore(type)},\"focus\":_vm.setFocusedIndex}}):_vm._e()],1)],2)})],2)}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","/**\n * @copyright Copyright (c) 2020 John Molakvoæ <skjnldsv@protonmail.com>\n *\n * @author John Molakvoæ <skjnldsv@protonmail.com>\n *\n * @license GNU AGPL version 3 or any later version\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see <http://www.gnu.org/licenses/>.\n *\n */\n\nimport { generateFilePath } from '@nextcloud/router'\nimport { getLoggerBuilder } from '@nextcloud/logger'\nimport { getRequestToken } from '@nextcloud/auth'\nimport { translate as t, translatePlural as n } from '@nextcloud/l10n'\nimport Vue from 'vue'\n\nimport UnifiedSearch from './views/UnifiedSearch.vue'\n\n// eslint-disable-next-line camelcase\n__webpack_nonce__ = btoa(getRequestToken())\n\n// eslint-disable-next-line camelcase\n__webpack_public_path__ = generateFilePath('core', '', 'js/')\n\nconst logger = getLoggerBuilder()\n\t.setApp('unified-search')\n\t.detectUser()\n\t.build()\n\nVue.mixin({\n\tdata() {\n\t\treturn {\n\t\t\tlogger,\n\t\t}\n\t},\n\tmethods: {\n\t\tt,\n\t\tn,\n\t},\n})\n\nexport default new Vue({\n\tel: '#unified-search',\n\t// eslint-disable-next-line vue/match-component-file-name\n\tname: 'UnifiedSearchRoot',\n\trender: h => h(UnifiedSearch),\n})\n"],"sourceRoot":""} \ No newline at end of file
diff --git a/core/js/files/iedavclient.js b/core/js/files/iedavclient.js
deleted file mode 100644
index ecf1d1bb660..00000000000
--- a/core/js/files/iedavclient.js
+++ /dev/null
@@ -1,163 +0,0 @@
-/*
- * Copyright (c) 2015
- *
- * This file is licensed under the Affero General Public License version 3
- * or later.
- *
- * See the COPYING-README file.
- *
- */
-
-/* global dav */
-(function(dav) {
-
- /**
- * Override davclient.js methods with IE-compatible logic
- */
- dav.Client.prototype = _.extend({}, dav.Client.prototype, {
-
- /**
- * Performs a HTTP request, and returns a Promise
- *
- * @param {string} method HTTP method
- * @param {string} url Relative or absolute url
- * @param {Object} headers HTTP headers as an object.
- * @param {string} body HTTP request body.
- * @return {Promise}
- */
- request : function(method, url, headers, body) {
-
- var self = this;
- var xhr = this.xhrProvider();
- headers = headers || {};
-
- if (this.userName) {
- headers.Authorization = 'Basic ' + btoa(this.userName + ':' + this.password);
- // xhr.open(method, this.resolveUrl(url), true, this.userName, this.password);
- }
- xhr.open(method, this.resolveUrl(url), true);
- var ii;
- for(ii in headers) {
- xhr.setRequestHeader(ii, headers[ii]);
- }
-
- if (body === undefined) {
- xhr.send();
- } else {
- xhr.send(body);
- }
-
- return new Promise(function(fulfill, reject) {
-
- xhr.onreadystatechange = function() {
-
- if (xhr.readyState !== 4) {
- return;
- }
-
- var resultBody = xhr.response;
- if (xhr.status === 207) {
- resultBody = self.parseMultiStatus(xhr.responseXML);
- }
-
- fulfill({
- body: resultBody,
- status: xhr.status,
- xhr: xhr
- });
-
- };
-
- xhr.ontimeout = function() {
-
- reject(new Error('Timeout exceeded'));
-
- };
-
- });
-
- },
-
- _getElementsByTagName: function(node, name, resolver) {
- var parts = name.split(':');
- var tagName = parts[1];
- var namespace = resolver(parts[0]);
- // make sure we can get elements
- if (typeof node === 'string') {
- var parser = new DOMParser()
- node = parser.parseFromString(node, 'text/xml')
- }
- if (node.getElementsByTagNameNS) {
- return node.getElementsByTagNameNS(namespace, tagName);
- }
- return node.getElementsByTagName(name);
- },
-
- /**
- * Parses a multi-status response body.
- *
- * @param {string} xmlBody
- * @param {Array}
- */
- parseMultiStatus : function(doc) {
- var result = [];
- var resolver = function(foo) {
- var ii;
- for(ii in this.xmlNamespaces) {
- if (this.xmlNamespaces[ii] === foo) {
- return ii;
- }
- }
- }.bind(this);
-
- var responses = this._getElementsByTagName(doc, 'd:response', resolver);
- var i;
- for (i = 0; i < responses.length; i++) {
- var responseNode = responses[i];
- var response = {
- href : null,
- propStat : []
- };
-
- var hrefNode = this._getElementsByTagName(responseNode, 'd:href', resolver)[0];
-
- response.href = hrefNode.textContent || hrefNode.text;
-
- var propStatNodes = this._getElementsByTagName(responseNode, 'd:propstat', resolver);
- var j = 0;
-
- for (j = 0; j < propStatNodes.length; j++) {
- var propStatNode = propStatNodes[j];
- var statusNode = this._getElementsByTagName(propStatNode, 'd:status', resolver)[0];
-
- var propStat = {
- status : statusNode.textContent || statusNode.text,
- properties : []
- };
-
- var propNode = this._getElementsByTagName(propStatNode, 'd:prop', resolver)[0];
- if (!propNode) {
- continue;
- }
- var k = 0;
- for (k = 0; k < propNode.childNodes.length; k++) {
- var prop = propNode.childNodes[k];
- var value = this._parsePropNode(prop);
- propStat.properties['{' + prop.namespaceURI + '}' + (prop.localName || prop.baseName)] = value;
-
- }
- response.propStat.push(propStat);
- }
-
- result.push(response);
- }
-
- return result;
-
- }
-
-
- });
-
-})(dav);
-
diff --git a/core/js/mimetypelist.js b/core/js/mimetypelist.js
index 760d503f23e..bd9b2bd69f1 100644
--- a/core/js/mimetypelist.js
+++ b/core/js/mimetypelist.js
@@ -101,7 +101,10 @@ OC.MimeTypeList={
"text/x-python": "text/code",
"text/x-shellscript": "text/code",
"web": "text/code",
- "application/internet-shortcut": "link"
+ "application/internet-shortcut": "link",
+ "application/km": "mindmap",
+ "application/x-freemind": "mindmap",
+ "application/vnd.xmind.workbook": "mindmap"
},
files: [
"application",
@@ -118,6 +121,7 @@ OC.MimeTypeList={
"image",
"link",
"location",
+ "mindmap",
"package-x-generic",
"text",
"text-calendar",
diff --git a/core/js/public/publicpage.js b/core/js/public/publicpage.js
index 4fb9c67bfee..f74cba669ed 100644
--- a/core/js/public/publicpage.js
+++ b/core/js/public/publicpage.js
@@ -20,7 +20,7 @@
*
*/
-$(document).ready(function () {
+window.addEventListener('DOMContentLoaded', function () {
$('#body-public').find('.header-right .menutoggle').click(function() {
$(this).next('.popovermenu').toggleClass('open');
diff --git a/core/js/setupchecks.js b/core/js/setupchecks.js
index 12d1104a632..82d8b649af1 100644
--- a/core/js/setupchecks.js
+++ b/core/js/setupchecks.js
@@ -56,7 +56,7 @@
* @param {int|int[]} expectedStatus the expected HTTP status to be returned by the URL, 207 by default
* @return $.Deferred object resolved with an array of error messages
*/
- checkWellKnownUrl: function(url, placeholderUrl, runCheck, expectedStatus) {
+ checkWellKnownUrl: function(verb, url, placeholderUrl, runCheck, expectedStatus, checkCustomHeader) {
if (expectedStatus === undefined) {
expectedStatus = [207];
}
@@ -73,10 +73,13 @@
}
var afterCall = function(xhr) {
var messages = [];
- if (expectedStatus.indexOf(xhr.status) === -1) {
+ var customWellKnown = xhr.getResponseHeader('X-NEXTCLOUD-WELL-KNOWN')
+ if (expectedStatus.indexOf(xhr.status) === -1 || (checkCustomHeader && !customWellKnown)) {
var docUrl = placeholderUrl.replace('PLACEHOLDER', 'admin-setup-well-known-URL');
messages.push({
- msg: t('core', 'Your web server is not properly set up to resolve "{url}". Further information can be found in the <a target="_blank" rel="noreferrer noopener" href="{docLink}">documentation</a>.', { docLink: docUrl, url: url }),
+ msg: t('core', 'Your web server is not properly set up to resolve "{url}". Further information can be found in the {linkstart}documentation ↗{linkend}.', { url: url })
+ .replace('{linkstart}', '<a target="_blank" rel="noreferrer noopener" class="external" href="' + docUrl + '">')
+ .replace('{linkend}', '</a>'),
type: OC.SetupChecks.MESSAGE_TYPE_INFO
});
}
@@ -84,7 +87,7 @@
};
$.ajax({
- type: 'PROPFIND',
+ type: verb,
url: url,
complete: afterCall,
allowAuthErrors: true
@@ -115,7 +118,9 @@
if (expectedStatus.indexOf(xhr.status) === -1) {
var docUrl = placeholderUrl.replace('PLACEHOLDER', 'admin-nginx');
messages.push({
- msg: t('core', 'Your web server is not properly set up to resolve "{url}". This is most likely related to a web server configuration that was not updated to deliver this folder directly. Please compare your configuration against the shipped rewrite rules in ".htaccess" for Apache or the provided one in the documentation for Nginx at it\'s <a target="_blank" rel="noreferrer noopener" href="{docLink}">documentation page</a>. On Nginx those are typically the lines starting with "location ~" that need an update.', { docLink: docUrl, url: url }),
+ msg: t('core', 'Your web server is not properly set up to resolve "{url}". This is most likely related to a web server configuration that was not updated to deliver this folder directly. Please compare your configuration against the shipped rewrite rules in ".htaccess" for Apache or the provided one in the documentation for Nginx at it\'s {linkstart}documentation page ↗{linkend}. On Nginx those are typically the lines starting with "location ~" that need an update.', { docLink: docUrl, url: url })
+ .replace('{linkstart}', '<a target="_blank" rel="noreferrer noopener" class="external" href="' + docUrl + '">')
+ .replace('{linkend}', '</a>'),
type: OC.SetupChecks.MESSAGE_TYPE_WARNING
});
}
@@ -147,7 +152,9 @@
if (xhr.status !== 200) {
var docUrl = placeholderUrl.replace('PLACEHOLDER', 'admin-nginx');
messages.push({
- msg: t('core', 'Your web server is not properly set up to deliver .woff2 files. This is typically an issue with the Nginx configuration. For Nextcloud 15 it needs an adjustement to also deliver .woff2 files. Compare your Nginx configuration to the recommended configuration in our <a target="_blank" rel="noreferrer noopener" href="{docLink}">documentation</a>.', { docLink: docUrl, url: url }),
+ msg: t('core', 'Your web server is not properly set up to deliver .woff2 files. This is typically an issue with the Nginx configuration. For Nextcloud 15 it needs an adjustement to also deliver .woff2 files. Compare your Nginx configuration to the recommended configuration in our {linkstart}documentation ↗{linkend}.', { docLink: docUrl, url: url })
+ .replace('{linkstart}', '<a target="_blank" rel="noreferrer noopener" class="external" href="' + docUrl + '">')
+ .replace('{linkend}', '</a>'),
type: OC.SetupChecks.MESSAGE_TYPE_WARNING
});
}
@@ -176,13 +183,9 @@
if (!data.isGetenvServerWorking) {
messages.push({
msg: t('core', 'PHP does not seem to be setup properly to query system environment variables. The test with getenv("PATH") only returns an empty response.') + ' ' +
- t(
- 'core',
- 'Please check the <a target="_blank" rel="noreferrer noopener" href="{docLink}">installation documentation ↗</a> for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm.',
- {
- docLink: OC.theme.docPlaceholderUrl.replace('PLACEHOLDER', 'admin-php-fpm')
- }
- ),
+ t('core', 'Please check the {linkstart}installation documentation ↗{linkend} for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm.')
+ .replace('{linkstart}', '<a target="_blank" rel="noreferrer noopener" class="external" href="' + OC.theme.docPlaceholderUrl.replace('PLACEHOLDER', 'admin-php-fpm') + '">')
+ .replace('{linkend}', '</a>'),
type: OC.SetupChecks.MESSAGE_TYPE_WARNING
});
}
@@ -206,7 +209,9 @@
}
if(!data.hasWorkingFileLocking) {
messages.push({
- msg: t('core', 'Transactional file locking is disabled, this might lead to issues with race conditions. Enable "filelocking.enabled" in config.php to avoid these problems. See the <a target="_blank" rel="noreferrer noopener" href="{docLink}">documentation ↗</a> for more information.', {docLink: OC.theme.docPlaceholderUrl.replace('PLACEHOLDER', 'admin-transactional-locking')}),
+ msg: t('core', 'Transactional file locking is disabled, this might lead to issues with race conditions. Enable "filelocking.enabled" in config.php to avoid these problems. See the {linkstart}documentation ↗{linkend} for more information.')
+ .replace('{linkstart}', '<a target="_blank" rel="noreferrer noopener" class="external" href="' + OC.theme.docPlaceholderUrl.replace('PLACEHOLDER', 'admin-transactional-locking') + '">')
+ .replace('{linkend}', '</a>'),
type: OC.SetupChecks.MESSAGE_TYPE_WARNING
});
}
@@ -216,6 +221,14 @@
type: OC.SetupChecks.MESSAGE_TYPE_WARNING
});
}
+ if (!data.isDefaultPhoneRegionSet) {
+ messages.push({
+ msg: t('core', 'Your installation has no default phone region set. This is required to validate phone numbers in the profile settings without a country code. To allow numbers without a country code, please add "default_phone_region" with the respective {linkstart}ISO 3166-1 code ↗{linkend} of the region to your config file.')
+ .replace('{linkstart}', '<a target="_blank" rel="noreferrer noopener" class="external" href="https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2#Officially_assigned_code_elements">')
+ .replace('{linkend}', '</a>'),
+ type: OC.SetupChecks.MESSAGE_TYPE_INFO
+ });
+ }
if (data.cronErrors.length > 0) {
var listOfCronErrors = "";
data.cronErrors.forEach(function(element){
@@ -235,8 +248,9 @@
}
if (data.cronInfo.diffInSeconds > 3600) {
messages.push({
- msg: t('core', 'Last background job execution ran {relativeTime}. Something seems wrong.', {relativeTime: data.cronInfo.relativeTime}) +
- ' <a href="' + data.cronInfo.backgroundJobsUrl + '">' + t('core', 'Check the background job settings') + '</a>',
+ msg: t('core', 'Last background job execution ran {relativeTime}. Something seems wrong. {linkstart}Check the background job settings ↗{linkend}.', {relativeTime: data.cronInfo.relativeTime})
+ .replace('{linkstart}', '<a target="_blank" rel="noreferrer noopener" class="external" href="' + data.cronInfo.backgroundJobsUrl + '">')
+ .replace('{linkend}', '</a>'),
type: OC.SetupChecks.MESSAGE_TYPE_ERROR
});
}
@@ -248,13 +262,17 @@
}
if(!data.isMemcacheConfigured) {
messages.push({
- msg: t('core', 'No memory cache has been configured. To enhance performance, please configure a memcache, if available. Further information can be found in the <a target="_blank" rel="noreferrer noopener" href="{docLink}">documentation</a>.', {docLink: data.memcacheDocs}),
+ msg: t('core', 'No memory cache has been configured. To enhance performance, please configure a memcache, if available. Further information can be found in the {linkstart}documentation ↗{linkend}.')
+ .replace('{linkstart}', '<a target="_blank" rel="noreferrer noopener" class="external" href="' + data.memcacheDocs + '">')
+ .replace('{linkend}', '</a>'),
type: OC.SetupChecks.MESSAGE_TYPE_INFO
});
}
if(!data.isRandomnessSecure) {
messages.push({
- msg: t('core', 'No suitable source for randomness found by PHP which is highly discouraged for security reasons. Further information can be found in the <a target="_blank" rel="noreferrer noopener" href="{docLink}">documentation</a>.', {docLink: data.securityDocs}),
+ msg: t('core', 'No suitable source for randomness found by PHP which is highly discouraged for security reasons. Further information can be found in the {linkstart}documentation ↗{linkend}.')
+ .replace('{linkstart}', '<a target="_blank" rel="noreferrer noopener" class="external" href="' + data.securityDocs + '">')
+ .replace('{linkend}', '</a>'),
type: OC.SetupChecks.MESSAGE_TYPE_ERROR
});
}
@@ -266,62 +284,56 @@
}
if (data.phpSupported && data.phpSupported.eol) {
messages.push({
- msg: t('core', 'You are currently running PHP {version}. Upgrade your PHP version to take advantage of <a target="_blank" rel="noreferrer noopener" href="{phpLink}">performance and security updates provided by the PHP Group</a> as soon as your distribution supports it.', { version: data.phpSupported.version, phpLink: 'https://secure.php.net/supported-versions.php' }),
+ msg: t('core', 'You are currently running PHP {version}. Upgrade your PHP version to take advantage of {linkstart}performance and security updates provided by the PHP Group ↗{linkend} as soon as your distribution supports it.', { version: data.phpSupported.version })
+ .replace('{linkstart}', '<a target="_blank" rel="noreferrer noopener" class="external" href="https://secure.php.net/supported-versions.php">')
+ .replace('{linkend}', '</a>'),
type: OC.SetupChecks.MESSAGE_TYPE_INFO
})
}
if (data.phpSupported && data.phpSupported.version.substr(0, 3) === '7.2') {
messages.push({
- msg: t('core', 'Nextcloud 19 is the last release supporting PHP 7.2. Nextcloud 20 requires at least PHP 7.3.'),
+ msg: t('core', 'Nextcloud 20 is the last release supporting PHP 7.2. Nextcloud 21 requires at least PHP 7.3.'),
type: OC.SetupChecks.MESSAGE_TYPE_INFO
})
}
if(!data.forwardedForHeadersWorking) {
messages.push({
- msg: t('core', 'The reverse proxy header configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If not, this is a security issue and can allow an attacker to spoof their IP address as visible to the Nextcloud. Further information can be found in the <a target="_blank" rel="noreferrer noopener" href="{docLink}">documentation</a>.', {docLink: data.reverseProxyDocs}),
+ msg: t('core', 'The reverse proxy header configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If not, this is a security issue and can allow an attacker to spoof their IP address as visible to the Nextcloud. Further information can be found in the {linkstart}documentation ↗{linkend}.')
+ .replace('{linkstart}', '<a target="_blank" rel="noreferrer noopener" class="external" href="' + data.reverseProxyDocs + '">')
+ .replace('{linkend}', '</a>'),
type: OC.SetupChecks.MESSAGE_TYPE_WARNING
});
}
if(!data.isCorrectMemcachedPHPModuleInstalled) {
messages.push({
- msg: t('core', 'Memcached is configured as distributed cache, but the wrong PHP module "memcache" is installed. \\OC\\Memcache\\Memcached only supports "memcached" and not "memcache". See the <a target="_blank" rel="noreferrer noopener" href="{wikiLink}">memcached wiki about both modules</a>.', {wikiLink: 'https://code.google.com/p/memcached/wiki/PHPClientComparison'}),
+ msg: t('core', 'Memcached is configured as distributed cache, but the wrong PHP module "memcache" is installed. \\OC\\Memcache\\Memcached only supports "memcached" and not "memcache". See the {linkstart}memcached wiki about both modules ↗{linkend}.')
+ .replace('{linkstart}', '<a target="_blank" rel="noreferrer noopener" class="external" href="https://code.google.com/p/memcached/wiki/PHPClientComparison">')
+ .replace('{linkend}', '</a>'),
type: OC.SetupChecks.MESSAGE_TYPE_WARNING
});
}
if(!data.hasPassedCodeIntegrityCheck) {
messages.push({
- msg: t(
- 'core',
- 'Some files have not passed the integrity check. Further information on how to resolve this issue can be found in the <a target="_blank" rel="noreferrer noopener" href="{docLink}">documentation</a>. (<a href="{codeIntegrityDownloadEndpoint}">List of invalid files…</a> / <a href="{rescanEndpoint}">Rescan…</a>)',
- {
- docLink: data.codeIntegrityCheckerDocumentation,
- codeIntegrityDownloadEndpoint: OC.generateUrl('/settings/integrity/failed'),
- rescanEndpoint: OC.generateUrl('/settings/integrity/rescan?requesttoken={requesttoken}', {'requesttoken': OC.requestToken})
- }
- ),
+ msg: t('core', 'Some files have not passed the integrity check. Further information on how to resolve this issue can be found in the {linkstart1}documentation ↗{linkend}. ({linkstart2}List of invalid files…{linkend} / {linkstart3}Rescan…{linkend})')
+ .replace('{linkstart1}', '<a target="_blank" rel="noreferrer noopener" class="external" href="' + data.codeIntegrityCheckerDocumentation + '">')
+ .replace('{linkstart2}', '<a href="' + OC.generateUrl('/settings/integrity/failed') + '">')
+ .replace('{linkstart3}', '<a href="' + OC.generateUrl('/settings/integrity/rescan?requesttoken={requesttoken}', {'requesttoken': OC.requestToken}) + '">')
+ .replace(/{linkend}/g, '</a>'),
type: OC.SetupChecks.MESSAGE_TYPE_ERROR
});
}
if(!data.hasOpcacheLoaded) {
messages.push({
- msg: t(
- 'core',
- 'The PHP OPcache module is not loaded. <a target="_blank" rel="noreferrer noopener" href="{docLink}">For better performance it is recommended</a> to load it into your PHP installation.',
- {
- docLink: data.phpOpcacheDocumentation,
- }
- ),
+ msg: t('core', 'The PHP OPcache module is not loaded. {linkstart}For better performance it is recommended ↗{linkend} to load it into your PHP installation.')
+ .replace('{linkstart}', '<a target="_blank" rel="noreferrer noopener" class="external" href="' + data.phpOpcacheDocumentation + '">')
+ .replace('{linkend}', '</a>'),
type: OC.SetupChecks.MESSAGE_TYPE_INFO
});
} else if(!data.isOpcacheProperlySetup) {
messages.push({
- msg: t(
- 'core',
- 'The PHP OPcache is not properly configured. <a target="_blank" rel="noreferrer noopener" href="{docLink}">For better performance it is recommended</a> to use the following settings in the <code>php.ini</code>:',
- {
- docLink: data.phpOpcacheDocumentation,
- }
- ) + "<pre><code>opcache.enable=1\nopcache.interned_strings_buffer=8\nopcache.max_accelerated_files=10000\nopcache.memory_consumption=128\nopcache.save_comments=1\nopcache.revalidate_freq=1</code></pre>",
+ msg: t('core', 'The PHP OPcache module is not properly configured. {linkstart}For better performance it is recommended ↗{linkend} to use the following settings in the <code>php.ini</code>:')
+ .replace('{linkstart}', '<a target="_blank" rel="noreferrer noopener" class="external" href="' + data.phpOpcacheDocumentation + '">')
+ .replace('{linkend}', '</a>') + "<pre><code>opcache.enable=1\nopcache.interned_strings_buffer=8\nopcache.max_accelerated_files=10000\nopcache.memory_consumption=128\nopcache.save_comments=1\nopcache.revalidate_freq=1</code></pre>",
type: OC.SetupChecks.MESSAGE_TYPE_INFO
});
}
@@ -357,6 +369,36 @@
type: OC.SetupChecks.MESSAGE_TYPE_INFO
})
}
+ if (data.missingPrimaryKeys.length > 0) {
+ var listOfMissingPrimaryKeys = "";
+ data.missingPrimaryKeys.forEach(function(element){
+ listOfMissingPrimaryKeys += "<li>";
+ listOfMissingPrimaryKeys += t('core', 'Missing primary key on table "{tableName}".', element);
+ listOfMissingPrimaryKeys += "</li>";
+ });
+ messages.push({
+ msg: t(
+ 'core',
+ 'The database is missing some primary keys. Due to the fact that adding primary keys on big tables could take some time they were not added automatically. By running "occ db:add-missing-primary-keys" those missing primary keys could be added manually while the instance keeps running.'
+ ) + "<ul>" + listOfMissingPrimaryKeys + "</ul>",
+ type: OC.SetupChecks.MESSAGE_TYPE_INFO
+ })
+ }
+ if (data.missingColumns.length > 0) {
+ var listOfMissingColumns = "";
+ data.missingColumns.forEach(function(element){
+ listOfMissingColumns += "<li>";
+ listOfMissingColumns += t('core', 'Missing optional column "{columnName}" in table "{tableName}".', element);
+ listOfMissingColumns += "</li>";
+ });
+ messages.push({
+ msg: t(
+ 'core',
+ 'The database is missing some optional columns. Due to the fact that adding columns on big tables could take some time they were not added automatically when they can be optional. By running "occ db:add-missing-columns" those missing columns could be added manually while the instance keeps running. Once the columns are added some features might improve responsiveness or usability.'
+ ) + "<ul>" + listOfMissingColumns + "</ul>",
+ type: OC.SetupChecks.MESSAGE_TYPE_INFO
+ })
+ }
if (data.recommendedPHPModules.length > 0) {
var listOfRecommendedPHPModules = "";
data.recommendedPHPModules.forEach(function(element){
@@ -370,19 +412,24 @@
type: OC.SetupChecks.MESSAGE_TYPE_INFO
})
}
+ if (data.imageMagickLacksSVGSupport) {
+ messages.push({
+ msg: t(
+ 'core',
+ 'Module php-imagick in this instance has no SVG support. For better compatibility it is recommended to install it.'
+ ),
+ type: OC.SetupChecks.MESSAGE_TYPE_INFO
+ })
+ }
if (data.pendingBigIntConversionColumns.length > 0) {
var listOfPendingBigIntConversionColumns = "";
data.pendingBigIntConversionColumns.forEach(function(element){
listOfPendingBigIntConversionColumns += "<li>" + element + "</li>";
});
messages.push({
- msg: t(
- 'core',
- 'Some columns in the database are missing a conversion to big int. Due to the fact that changing column types on big tables could take some time they were not changed automatically. By running \'occ db:convert-filecache-bigint\' those pending changes could be applied manually. This operation needs to be made while the instance is offline. For further details read <a target="_blank" rel="noreferrer noopener" href="{docLink}">the documentation page about this</a>.',
- {
- docLink: OC.theme.docPlaceholderUrl.replace('PLACEHOLDER', 'admin-bigint-conversion'),
- }
- ) + "<ul>" + listOfPendingBigIntConversionColumns + "</ul>",
+ msg: t('core', 'Some columns in the database are missing a conversion to big int. Due to the fact that changing column types on big tables could take some time they were not changed automatically. By running \'occ db:convert-filecache-bigint\' those pending changes could be applied manually. This operation needs to be made while the instance is offline. For further details read {linkstart}the documentation page about this ↗{linkend}.')
+ .replace('{linkstart}', '<a target="_blank" rel="noreferrer noopener" class="external" href="' + OC.theme.docPlaceholderUrl.replace('PLACEHOLDER', 'admin-bigint-conversion') + '">')
+ .replace('{linkend}', '</a>') + "<ul>" + listOfPendingBigIntConversionColumns + "</ul>",
type: OC.SetupChecks.MESSAGE_TYPE_INFO
})
}
@@ -392,35 +439,19 @@
'core',
'SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend.'
) + ' ' + t('core', 'This is particularly recommended when using the desktop client for file synchronisation.') + ' ' +
- t(
- 'core',
- 'To migrate to another database use the command line tool: \'occ db:convert-type\', or see the <a target="_blank" rel="noreferrer noopener" href="{docLink}">documentation ↗</a>.',
- {
- docLink: data.databaseConversionDocumentation,
- }
- ),
+ t('core', 'To migrate to another database use the command line tool: \'occ db:convert-type\', or see the {linkstart}documentation ↗{linkend}.')
+ .replace('{linkstart}', '<a target="_blank" rel="noreferrer noopener" class="external" href="' + data.databaseConversionDocumentation + '">')
+ .replace('{linkend}', '</a>'),
type: OC.SetupChecks.MESSAGE_TYPE_WARNING
})
}
- if (data.isPHPMailerUsed) {
- messages.push({
- msg: t(
- 'core',
- 'Use of the the built in php mailer is no longer supported. <a target="_blank" rel="noreferrer noopener" href="{docLink}">Please update your email server settings ↗<a/>.',
- {
- docLink: data.mailSettingsDocumentation,
- }
- ),
- type: OC.SetupChecks.MESSAGE_TYPE_WARNING
- });
- }
if (!data.isMemoryLimitSufficient) {
messages.push({
msg: t(
'core',
'The PHP memory limit is below the recommended value of 512MB.'
),
- type: OC.SetupChecks.MESSAGE_TYPE_WARNING
+ type: OC.SetupChecks.MESSAGE_TYPE_ERROR
})
}
@@ -441,13 +472,9 @@
}
if (data.isMysqlUsedWithoutUTF8MB4) {
messages.push({
- msg: t(
- 'core',
- 'MySQL is used as database but does not support 4-byte characters. To be able to handle 4-byte characters (like emojis) without issues in filenames or comments for example it is recommended to enable the 4-byte support in MySQL. For further details read <a target="_blank" rel="noreferrer noopener" href="{docLink}">the documentation page about this</a>.',
- {
- docLink: OC.theme.docPlaceholderUrl.replace('PLACEHOLDER', 'admin-mysql-utf8mb4'),
- }
- ),
+ msg: t('core', 'MySQL is used as database but does not support 4-byte characters. To be able to handle 4-byte characters (like emojis) without issues in filenames or comments for example it is recommended to enable the 4-byte support in MySQL. For further details read {linkstart}the documentation page about this ↗{linkend}.')
+ .replace('{linkstart}', '<a target="_blank" rel="noreferrer noopener" class="external" href="' + OC.theme.docPlaceholderUrl.replace('PLACEHOLDER', 'admin-mysql-utf8mb4') + '">')
+ .replace('{linkend}', '</a>'),
type: OC.SetupChecks.MESSAGE_TYPE_WARNING
})
}
@@ -462,17 +489,19 @@
}
if (window.location.protocol === 'http:' && data.reverseProxyGeneratedURL.split('/')[0] !== 'https:') {
messages.push({
- msg: t(
- 'core',
- 'You are accessing your instance over a secure connection, however your instance is generating insecure URLs. This most likely means that you are behind a reverse proxy and the overwrite config variables are not set correctly. Please read <a target="_blank" rel="noreferrer noopener" href="{docLink}">the documentation page about this</a>.',
- {
- docLink: data.reverseProxyDocs
- }
- ),
+ msg: t('core', 'You are accessing your instance over a secure connection, however your instance is generating insecure URLs. This most likely means that you are behind a reverse proxy and the overwrite config variables are not set correctly. Please read {linkstart}the documentation page about this ↗{linkend}.')
+ .replace('{linkstart}', '<a target="_blank" rel="noreferrer noopener" class="external" href="' + data.reverseProxyDocs + '">')
+ .replace('{linkend}', '</a>'),
type: OC.SetupChecks.MESSAGE_TYPE_WARNING
})
}
+ OC.SetupChecks.addGenericSetupCheck(data, 'OCA\\Settings\\SetupChecks\\PhpDefaultCharset', messages)
+ OC.SetupChecks.addGenericSetupCheck(data, 'OCA\\Settings\\SetupChecks\\PhpOutputBuffering', messages)
+ OC.SetupChecks.addGenericSetupCheck(data, 'OCA\\Settings\\SetupChecks\\LegacySSEKeyFormat', messages)
+ OC.SetupChecks.addGenericSetupCheck(data, 'OCA\\Settings\\SetupChecks\\CheckUserCertificates', messages)
+ OC.SetupChecks.addGenericSetupCheck(data, 'OCA\\Settings\\SetupChecks\\SupportedDatabase', messages)
+
} else {
messages.push({
msg: t('core', 'Error occurred while checking server setup'),
@@ -490,6 +519,40 @@
return deferred.promise();
},
+ addGenericSetupCheck: function(data, check, messages) {
+ var setupCheck = data[check] || { pass: true, description: '', severity: 'info', linkToDocumentation: null}
+
+ var type = OC.SetupChecks.MESSAGE_TYPE_INFO
+ if (setupCheck.severity === 'warning') {
+ type = OC.SetupChecks.MESSAGE_TYPE_WARNING
+ } else if (setupCheck.severity === 'error') {
+ type = OC.SetupChecks.MESSAGE_TYPE_ERROR
+ }
+
+ var message = setupCheck.description;
+ if (setupCheck.linkToDocumentation) {
+ message += ' ' + t('core', 'For more details see the {linkstart}documentation ↗{linkend}.')
+ .replace('{linkstart}', '<a target="_blank" rel="noreferrer noopener" class="external" href="' + setupCheck.linkToDocumentation + '">')
+ .replace('{linkend}', '</a>');
+ }
+ if (setupCheck.elements) {
+ message += '<br><ul>'
+ setupCheck.elements.forEach(function(element){
+ message += '<li>';
+ message += element
+ message += '</li>';
+ });
+ message += '</ul>'
+ }
+
+ if (!setupCheck.pass) {
+ messages.push({
+ msg: message,
+ type: type,
+ })
+ }
+ },
+
/**
* Runs generic checks on the server side, the difference to dedicated
* methods is that we use the same XHR object for all checks to save
@@ -588,16 +651,17 @@
const referrerPolicy = xhr.getResponseHeader('Referrer-Policy')
if (referrerPolicy === null || !/(no-referrer(-when-downgrade)?|strict-origin(-when-cross-origin)?|same-origin)(,|$)/.test(referrerPolicy)) {
messages.push({
- msg: t('core', 'The "{header}" HTTP header is not set to "{val1}", "{val2}", "{val3}", "{val4}" or "{val5}". This can leak referer information. See the <a target="_blank" rel="noreferrer noopener" href="{link}">W3C Recommendation ↗</a>.',
+ msg: t('core', 'The "{header}" HTTP header is not set to "{val1}", "{val2}", "{val3}", "{val4}" or "{val5}". This can leak referer information. See the {linkstart}W3C Recommendation ↗{linkend}.',
{
header: 'Referrer-Policy',
val1: 'no-referrer',
val2: 'no-referrer-when-downgrade',
val3: 'strict-origin',
val4: 'strict-origin-when-cross-origin',
- val5: 'same-origin',
- link: 'https://www.w3.org/TR/referrer-policy/'
- }),
+ val5: 'same-origin'
+ })
+ .replace('{linkstart}', '<a target="_blank" rel="noreferrer noopener" class="external" href="https://www.w3.org/TR/referrer-policy/">')
+ .replace('{linkend}', '</a>'),
type: OC.SetupChecks.MESSAGE_TYPE_INFO
})
}
@@ -637,13 +701,17 @@
var minimumSeconds = 15552000;
if(isNaN(transportSecurityValidity) || transportSecurityValidity <= (minimumSeconds - 1)) {
messages.push({
- msg: t('core', 'The "Strict-Transport-Security" HTTP header is not set to at least "{seconds}" seconds. For enhanced security, it is recommended to enable HSTS as described in the <a href="{docUrl}" rel="noreferrer noopener">security tips ↗</a>.', {'seconds': minimumSeconds, docUrl: tipsUrl}),
+ msg: t('core', 'The "Strict-Transport-Security" HTTP header is not set to at least "{seconds}" seconds. For enhanced security, it is recommended to enable HSTS as described in the {linkstart}security tips ↗{linkend}.', {'seconds': minimumSeconds})
+ .replace('{linkstart}', '<a target="_blank" rel="noreferrer noopener" class="external" href="' + tipsUrl + '">')
+ .replace('{linkend}', '</a>'),
type: OC.SetupChecks.MESSAGE_TYPE_WARNING
});
}
} else {
messages.push({
- msg: t('core', 'Accessing site insecurely via HTTP. You are strongly advised to set up your server to require HTTPS instead, as described in the <a href="{docUrl}">security tips ↗</a>.', {docUrl: tipsUrl}),
+ msg: t('core', 'Accessing site insecurely via HTTP. You are strongly advised to set up your server to require HTTPS instead, as described in the {linkstart}security tips ↗{linkend}.')
+ .replace('{linkstart}', '<a target="_blank" rel="noreferrer noopener" class="external" href="' + tipsUrl + '">')
+ .replace('{linkend}', '</a>'),
type: OC.SetupChecks.MESSAGE_TYPE_WARNING
});
}
diff --git a/core/js/systemtags/merged-systemtags.js b/core/js/systemtags/merged-systemtags.js
deleted file mode 100644
index e17f55ed1de..00000000000
--- a/core/js/systemtags/merged-systemtags.js
+++ /dev/null
@@ -1,8 +0,0 @@
-import './systemtags.js'
-import './templates.js'
-import './systemtagmodel.js'
-import './systemtagsmappingcollection.js'
-import './systemtagscollection.js'
-import './systemtagsinputfield.js'
-
-import '../../css/systemtags.scss'
diff --git a/core/js/systemtags/systemtagmodel.js b/core/js/systemtags/systemtagmodel.js
deleted file mode 100644
index b3490c0ddfe..00000000000
--- a/core/js/systemtags/systemtagmodel.js
+++ /dev/null
@@ -1,60 +0,0 @@
-/*
- * Copyright (c) 2015
- *
- * This file is licensed under the Affero General Public License version 3
- * or later.
- *
- * See the COPYING-README file.
- *
- */
-
-(function(OC) {
-
- _.extend(OC.Files.Client, {
- PROPERTY_FILEID: '{' + OC.Files.Client.NS_OWNCLOUD + '}id',
- PROPERTY_CAN_ASSIGN: '{' + OC.Files.Client.NS_OWNCLOUD + '}can-assign',
- PROPERTY_DISPLAYNAME: '{' + OC.Files.Client.NS_OWNCLOUD + '}display-name',
- PROPERTY_USERVISIBLE: '{' + OC.Files.Client.NS_OWNCLOUD + '}user-visible',
- PROPERTY_USERASSIGNABLE: '{' + OC.Files.Client.NS_OWNCLOUD + '}user-assignable',
- })
-
- /**
- * @class OCA.SystemTags.SystemTagsCollection
- * @classdesc
- *
- * System tag
- *
- */
- const SystemTagModel = OC.Backbone.Model.extend(
- /** @lends OCA.SystemTags.SystemTagModel.prototype */ {
- sync: OC.Backbone.davSync,
-
- defaults: {
- userVisible: true,
- userAssignable: true,
- canAssign: true,
- },
-
- davProperties: {
- 'id': OC.Files.Client.PROPERTY_FILEID,
- 'name': OC.Files.Client.PROPERTY_DISPLAYNAME,
- 'userVisible': OC.Files.Client.PROPERTY_USERVISIBLE,
- 'userAssignable': OC.Files.Client.PROPERTY_USERASSIGNABLE,
- // read-only, effective permissions computed by the server,
- 'canAssign': OC.Files.Client.PROPERTY_CAN_ASSIGN,
- },
-
- parse: function(data) {
- return {
- id: data.id,
- name: data.name,
- userVisible: data.userVisible === true || data.userVisible === 'true',
- userAssignable: data.userAssignable === true || data.userAssignable === 'true',
- canAssign: data.canAssign === true || data.canAssign === 'true',
- }
- },
- })
-
- OC.SystemTags = OC.SystemTags || {}
- OC.SystemTags.SystemTagModel = SystemTagModel
-})(OC)
diff --git a/core/js/systemtags/systemtags.js b/core/js/systemtags/systemtags.js
deleted file mode 100644
index 6e2f2e6f464..00000000000
--- a/core/js/systemtags/systemtags.js
+++ /dev/null
@@ -1,52 +0,0 @@
-/* eslint-disable */
-/*
- * Copyright (c) 2016
- *
- * This file is licensed under the Affero General Public License version 3
- * or later.
- *
- * See the COPYING-README file.
- *
- */
-
-(function(OC) {
- /**
- * @namespace
- */
- OC.SystemTags = {
- /**
- *
- * @param {OC.SystemTags.SystemTagModel|Object|String} tag
- * @returns {jQuery}
- */
- getDescriptiveTag: function(tag) {
- if (_.isUndefined(tag.name) && !_.isUndefined(tag.toJSON)) {
- tag = tag.toJSON()
- }
-
- if (_.isUndefined(tag.name)) {
- return $('<span>').addClass('non-existing-tag').text(
- t('core', 'Non-existing tag #{tag}', {
- tag: tag
- })
- )
- }
-
- var $span = $('<span>')
- $span.append(escapeHTML(tag.name))
-
- var scope
- if (!tag.userAssignable) {
- scope = t('core', 'restricted')
- }
- if (!tag.userVisible) {
- // invisible also implicitly means not assignable
- scope = t('core', 'invisible')
- }
- if (scope) {
- $span.append($('<em>').text(' (' + scope + ')'))
- }
- return $span
- }
- }
-})(OC)
diff --git a/core/js/systemtags/templates.js b/core/js/systemtags/templates.js
deleted file mode 100644
index 1915f7e0bd6..00000000000
--- a/core/js/systemtags/templates.js
+++ /dev/null
@@ -1,119 +0,0 @@
-(function() {
- var template = Handlebars.template, templates = OC.SystemTags.Templates = OC.SystemTags.Templates || {};
-templates['result'] = template({"1":function(container,depth0,helpers,partials,data) {
- return " new-item";
-},"3":function(container,depth0,helpers,partials,data) {
- var stack1, helper, lookupProperty = container.lookupProperty || function(parent, propertyName) {
- if (Object.prototype.hasOwnProperty.call(parent, propertyName)) {
- return parent[propertyName];
- }
- return undefined
- };
-
- return " <span class=\"label\">"
- + ((stack1 = ((helper = (helper = lookupProperty(helpers,"tagMarkup") || (depth0 != null ? lookupProperty(depth0,"tagMarkup") : depth0)) != null ? helper : container.hooks.helperMissing),(typeof helper === "function" ? helper.call(depth0 != null ? depth0 : (container.nullContext || {}),{"name":"tagMarkup","hash":{},"data":data,"loc":{"start":{"line":4,"column":22},"end":{"line":4,"column":37}}}) : helper))) != null ? stack1 : "")
- + "</span>\n";
-},"5":function(container,depth0,helpers,partials,data) {
- var helper, lookupProperty = container.lookupProperty || function(parent, propertyName) {
- if (Object.prototype.hasOwnProperty.call(parent, propertyName)) {
- return parent[propertyName];
- }
- return undefined
- };
-
- return " <span class=\"label\">"
- + container.escapeExpression(((helper = (helper = lookupProperty(helpers,"name") || (depth0 != null ? lookupProperty(depth0,"name") : depth0)) != null ? helper : container.hooks.helperMissing),(typeof helper === "function" ? helper.call(depth0 != null ? depth0 : (container.nullContext || {}),{"name":"name","hash":{},"data":data,"loc":{"start":{"line":6,"column":22},"end":{"line":6,"column":30}}}) : helper)))
- + "</span>\n";
-},"7":function(container,depth0,helpers,partials,data) {
- var helper, lookupProperty = container.lookupProperty || function(parent, propertyName) {
- if (Object.prototype.hasOwnProperty.call(parent, propertyName)) {
- return parent[propertyName];
- }
- return undefined
- };
-
- return " <span class=\"systemtags-actions\">\n <a href=\"#\" class=\"rename icon icon-rename\" title=\""
- + container.escapeExpression(((helper = (helper = lookupProperty(helpers,"renameTooltip") || (depth0 != null ? lookupProperty(depth0,"renameTooltip") : depth0)) != null ? helper : container.hooks.helperMissing),(typeof helper === "function" ? helper.call(depth0 != null ? depth0 : (container.nullContext || {}),{"name":"renameTooltip","hash":{},"data":data,"loc":{"start":{"line":10,"column":54},"end":{"line":10,"column":71}}}) : helper)))
- + "\"></a>\n </span>\n";
-},"compiler":[8,">= 4.3.0"],"main":function(container,depth0,helpers,partials,data) {
- var stack1, helper, options, alias1=depth0 != null ? depth0 : (container.nullContext || {}), alias2=container.hooks.helperMissing, alias3="function", lookupProperty = container.lookupProperty || function(parent, propertyName) {
- if (Object.prototype.hasOwnProperty.call(parent, propertyName)) {
- return parent[propertyName];
- }
- return undefined
- }, buffer =
- "<span class=\"systemtags-item"
- + ((stack1 = lookupProperty(helpers,"if").call(alias1,(depth0 != null ? lookupProperty(depth0,"isNew") : depth0),{"name":"if","hash":{},"fn":container.program(1, data, 0),"inverse":container.noop,"data":data,"loc":{"start":{"line":1,"column":28},"end":{"line":1,"column":57}}})) != null ? stack1 : "")
- + "\" data-id=\""
- + container.escapeExpression(((helper = (helper = lookupProperty(helpers,"id") || (depth0 != null ? lookupProperty(depth0,"id") : depth0)) != null ? helper : alias2),(typeof helper === alias3 ? helper.call(alias1,{"name":"id","hash":{},"data":data,"loc":{"start":{"line":1,"column":68},"end":{"line":1,"column":74}}}) : helper)))
- + "\">\n<span class=\"checkmark icon icon-checkmark\"></span>\n"
- + ((stack1 = lookupProperty(helpers,"if").call(alias1,(depth0 != null ? lookupProperty(depth0,"isAdmin") : depth0),{"name":"if","hash":{},"fn":container.program(3, data, 0),"inverse":container.program(5, data, 0),"data":data,"loc":{"start":{"line":3,"column":1},"end":{"line":7,"column":8}}})) != null ? stack1 : "");
- stack1 = ((helper = (helper = lookupProperty(helpers,"allowActions") || (depth0 != null ? lookupProperty(depth0,"allowActions") : depth0)) != null ? helper : alias2),(options={"name":"allowActions","hash":{},"fn":container.program(7, data, 0),"inverse":container.noop,"data":data,"loc":{"start":{"line":8,"column":1},"end":{"line":12,"column":18}}}),(typeof helper === alias3 ? helper.call(alias1,options) : helper));
- if (!lookupProperty(helpers,"allowActions")) { stack1 = container.hooks.blockHelperMissing.call(depth0,stack1,options)}
- if (stack1 != null) { buffer += stack1; }
- return buffer + "</span>\n";
-},"useData":true});
-templates['result_form'] = template({"1":function(container,depth0,helpers,partials,data) {
- var helper, lookupProperty = container.lookupProperty || function(parent, propertyName) {
- if (Object.prototype.hasOwnProperty.call(parent, propertyName)) {
- return parent[propertyName];
- }
- return undefined
- };
-
- return " <a href=\"#\" class=\"delete icon icon-delete\" title=\""
- + container.escapeExpression(((helper = (helper = lookupProperty(helpers,"deleteTooltip") || (depth0 != null ? lookupProperty(depth0,"deleteTooltip") : depth0)) != null ? helper : container.hooks.helperMissing),(typeof helper === "function" ? helper.call(depth0 != null ? depth0 : (container.nullContext || {}),{"name":"deleteTooltip","hash":{},"data":data,"loc":{"start":{"line":5,"column":53},"end":{"line":5,"column":70}}}) : helper)))
- + "\"></a>\n";
-},"compiler":[8,">= 4.3.0"],"main":function(container,depth0,helpers,partials,data) {
- var stack1, helper, alias1=depth0 != null ? depth0 : (container.nullContext || {}), alias2=container.hooks.helperMissing, alias3="function", alias4=container.escapeExpression, lookupProperty = container.lookupProperty || function(parent, propertyName) {
- if (Object.prototype.hasOwnProperty.call(parent, propertyName)) {
- return parent[propertyName];
- }
- return undefined
- };
-
- return "<form class=\"systemtags-rename-form\">\n <label class=\"hidden-visually\" for=\""
- + alias4(((helper = (helper = lookupProperty(helpers,"cid") || (depth0 != null ? lookupProperty(depth0,"cid") : depth0)) != null ? helper : alias2),(typeof helper === alias3 ? helper.call(alias1,{"name":"cid","hash":{},"data":data,"loc":{"start":{"line":2,"column":38},"end":{"line":2,"column":45}}}) : helper)))
- + "-rename-input\">"
- + alias4(((helper = (helper = lookupProperty(helpers,"renameLabel") || (depth0 != null ? lookupProperty(depth0,"renameLabel") : depth0)) != null ? helper : alias2),(typeof helper === alias3 ? helper.call(alias1,{"name":"renameLabel","hash":{},"data":data,"loc":{"start":{"line":2,"column":60},"end":{"line":2,"column":75}}}) : helper)))
- + "</label>\n <input id=\""
- + alias4(((helper = (helper = lookupProperty(helpers,"cid") || (depth0 != null ? lookupProperty(depth0,"cid") : depth0)) != null ? helper : alias2),(typeof helper === alias3 ? helper.call(alias1,{"name":"cid","hash":{},"data":data,"loc":{"start":{"line":3,"column":12},"end":{"line":3,"column":19}}}) : helper)))
- + "-rename-input\" type=\"text\" value=\""
- + alias4(((helper = (helper = lookupProperty(helpers,"name") || (depth0 != null ? lookupProperty(depth0,"name") : depth0)) != null ? helper : alias2),(typeof helper === alias3 ? helper.call(alias1,{"name":"name","hash":{},"data":data,"loc":{"start":{"line":3,"column":53},"end":{"line":3,"column":61}}}) : helper)))
- + "\">\n"
- + ((stack1 = lookupProperty(helpers,"if").call(alias1,(depth0 != null ? lookupProperty(depth0,"isAdmin") : depth0),{"name":"if","hash":{},"fn":container.program(1, data, 0),"inverse":container.noop,"data":data,"loc":{"start":{"line":4,"column":1},"end":{"line":6,"column":8}}})) != null ? stack1 : "")
- + "</form>\n";
-},"useData":true});
-templates['selection'] = template({"1":function(container,depth0,helpers,partials,data) {
- var stack1, helper, lookupProperty = container.lookupProperty || function(parent, propertyName) {
- if (Object.prototype.hasOwnProperty.call(parent, propertyName)) {
- return parent[propertyName];
- }
- return undefined
- };
-
- return " <span class=\"label\">"
- + ((stack1 = ((helper = (helper = lookupProperty(helpers,"tagMarkup") || (depth0 != null ? lookupProperty(depth0,"tagMarkup") : depth0)) != null ? helper : container.hooks.helperMissing),(typeof helper === "function" ? helper.call(depth0 != null ? depth0 : (container.nullContext || {}),{"name":"tagMarkup","hash":{},"data":data,"loc":{"start":{"line":2,"column":21},"end":{"line":2,"column":36}}}) : helper))) != null ? stack1 : "")
- + "</span>\n";
-},"3":function(container,depth0,helpers,partials,data) {
- var helper, lookupProperty = container.lookupProperty || function(parent, propertyName) {
- if (Object.prototype.hasOwnProperty.call(parent, propertyName)) {
- return parent[propertyName];
- }
- return undefined
- };
-
- return " <span class=\"label\">"
- + container.escapeExpression(((helper = (helper = lookupProperty(helpers,"name") || (depth0 != null ? lookupProperty(depth0,"name") : depth0)) != null ? helper : container.hooks.helperMissing),(typeof helper === "function" ? helper.call(depth0 != null ? depth0 : (container.nullContext || {}),{"name":"name","hash":{},"data":data,"loc":{"start":{"line":4,"column":21},"end":{"line":4,"column":29}}}) : helper)))
- + "</span>\n";
-},"compiler":[8,">= 4.3.0"],"main":function(container,depth0,helpers,partials,data) {
- var stack1, lookupProperty = container.lookupProperty || function(parent, propertyName) {
- if (Object.prototype.hasOwnProperty.call(parent, propertyName)) {
- return parent[propertyName];
- }
- return undefined
- };
-
- return ((stack1 = lookupProperty(helpers,"if").call(depth0 != null ? depth0 : (container.nullContext || {}),(depth0 != null ? lookupProperty(depth0,"isAdmin") : depth0),{"name":"if","hash":{},"fn":container.program(1, data, 0),"inverse":container.program(3, data, 0),"data":data,"loc":{"start":{"line":1,"column":0},"end":{"line":5,"column":7}}})) != null ? stack1 : "");
-},"useData":true});
-})(); \ No newline at end of file
diff --git a/core/js/tests/specHelper.js b/core/js/tests/specHelper.js
index 72d42dfc58a..d8ac35f827d 100644
--- a/core/js/tests/specHelper.js
+++ b/core/js/tests/specHelper.js
@@ -117,6 +117,7 @@ window.Snap.prototype = {
};
window.isPhantom = /phantom/i.test(navigator.userAgent);
+document.documentElement.lang = navigator.language;
// global setup for all tests
(function setupTests() {
diff --git a/core/js/tests/specs/contactsmenuSpec.js b/core/js/tests/specs/contactsmenuSpec.js
index 3fa8671e2ac..54e3152b27a 100644
--- a/core/js/tests/specs/contactsmenuSpec.js
+++ b/core/js/tests/specs/contactsmenuSpec.js
@@ -243,13 +243,13 @@ describe('Contacts menu', function() {
// Open the first one
$menuEl.find('.contact').eq(0).find('.other-actions').click();
- expect($menuEl.find('.contact').eq(0).find('.menu').css('display')).toBe('block');
+ expect($menuEl.find('.contact').eq(0).find('.menu').css('display')).toBe('');
expect($menuEl.find('.contact').eq(1).find('.menu').css('display')).toBe('none');
// Open the second one
$menuEl.find('.contact').eq(1).find('.other-actions').click();
expect($menuEl.find('.contact').eq(0).find('.menu').css('display')).toBe('none');
- expect($menuEl.find('.contact').eq(1).find('.menu').css('display')).toBe('block');
+ expect($menuEl.find('.contact').eq(1).find('.menu').css('display')).toBe('');
// Close the second one
$menuEl.find('.contact').eq(1).find('.other-actions').click();
diff --git a/core/js/tests/specs/coreSpec.js b/core/js/tests/specs/coreSpec.js
index c7399ea5d3e..8adea2123e0 100644
--- a/core/js/tests/specs/coreSpec.js
+++ b/core/js/tests/specs/coreSpec.js
@@ -55,29 +55,6 @@ describe('Core base tests', function() {
expect(OC.filePath('files', 'ajax', 'test.php')).toEqual('http://localhost/index.php/apps/files/ajax/test.php');
});
});
- describe('getCanonicalLocale', function() {
- var oldLocale;
-
- beforeEach(function() {
- oldLocale = $('html').data('locale')
- });
- afterEach(function() {
- $('html').data('locale', oldLocale)
- });
-
- it("Returns primary locales as is", function() {
- $('html').data('locale', 'de')
- expect(OC.getCanonicalLocale()).toEqual('de');
- $('html').data('locale', 'zu')
- expect(OC.getCanonicalLocale()).toEqual('zu');
- });
- it("Returns extended locales with hyphens", function() {
- $('html').data('locale', 'az_Cyrl_AZ')
- expect(OC.getCanonicalLocale()).toEqual('az-Cyrl-AZ');
- $('html').data('locale', 'de_DE')
- expect(OC.getCanonicalLocale()).toEqual('de-DE');
- });
- });
describe('Link functions', function() {
var TESTAPP = 'testapp';
var TESTAPP_ROOT = OC.getRootPath() + '/appsx/testapp';
@@ -364,71 +341,6 @@ describe('Core base tests', function() {
});
});
describe('Util', function() {
- var locale;
- var localeStub;
-
- beforeEach(function() {
- locale = OC.getCanonicalLocale();
- localeStub = sinon.stub(OC, 'getCanonicalLocale');
- localeStub.returns(locale);
- });
-
- afterEach(function() {
- localeStub.restore();
- });
-
- describe('humanFileSize', function() {
- // cit() will skip tests if toLocaleString() is not supported.
- // See https://github.com/ariya/phantomjs/issues/12581
- //
- // Please run these tests in Chrome/Firefox manually.
- var cit = 4.2.toLocaleString("de") !== "4,2" ? xit : it;
-
- it('renders file sizes with the correct unit', function() {
- var data = [
- [0, '0 B'],
- ["0", '0 B'],
- ["A", 'NaN B'],
- [125, '125 B'],
- [128000, '125 KB'],
- [128000000, '122.1 MB'],
- [128000000000, '119.2 GB'],
- [128000000000000, '116.4 TB']
- ];
- for (var i = 0; i < data.length; i++) {
- expect(OC.Util.humanFileSize(data[i][0])).toEqual(data[i][1]);
- }
- });
- it('renders file sizes with the correct unit for small sizes', function() {
- var data = [
- [0, '0 KB'],
- [125, '< 1 KB'],
- [128000, '125 KB'],
- [128000000, '122.1 MB'],
- [128000000000, '119.2 GB'],
- [128000000000000, '116.4 TB']
- ];
- for (var i = 0; i < data.length; i++) {
- expect(OC.Util.humanFileSize(data[i][0], true)).toEqual(data[i][1]);
- }
- });
- cit('renders file sizes with the correct locale', function() {
- localeStub.returns("de");
- var data = [
- [0, '0 B'],
- ["0", '0 B'],
- ["A", 'NaN B'],
- [125, '125 B'],
- [128000, '125 KB'],
- [128000000, '122,1 MB'],
- [128000000000, '119,2 GB'],
- [128000000000000, '116,4 TB']
- ];
- for (var i = 0; i < data.length; i++) {
- expect(OC.Util.humanFileSize(data[i][0])).toEqual(data[i][1]);
- }
- });
- });
describe('computerFileSize', function() {
it('correctly parses file sizes from a human readable formated string', function() {
var data = [
@@ -677,7 +589,6 @@ describe('Core base tests', function() {
});
});
describe('Notifications', function() {
- var showSpy;
var showHtmlSpy;
var clock;
@@ -694,118 +605,106 @@ describe('Core base tests', function() {
beforeEach(function() {
clock = sinon.useFakeTimers();
- showSpy = sinon.spy(OCP.Toast, 'message');
-
- $('#testArea').append('<div id="content"></div>');
});
afterEach(function() {
- showSpy.restore();
// jump past animations
clock.tick(10000);
clock.restore();
- $('#testArea .toastify').remove();
+ $('body .toastify').remove();
});
describe('showTemporary', function() {
it('shows a plain text notification with default timeout', function() {
OC.Notification.showTemporary('My notification test');
- expect(showSpy.calledOnce).toEqual(true);
- expect(showSpy.firstCall.args[0]).toEqual('My notification test');
- //expect(showSpy.firstCall.args[1]).toEqual({isHTML: false, timeout: 7});
-
- var $row = $('#testArea .toastify');
+ var $row = $('body .toastify');
expect($row.length).toEqual(1);
expect(getNotificationText($row)).toEqual('My notification test');
});
it('shows a HTML notification with default timeout', function() {
OC.Notification.showTemporary('<a>My notification test</a>', { isHTML: true });
- expect(showSpy.calledOnce).toEqual(true);
- expect(showSpy.firstCall.args[0]).toEqual('<a>My notification test</a>');
- expect(showSpy.firstCall.args[1].isHTML).toEqual(true)
-
- var $row = $('#testArea .toastify');
+ var $row = $('body .toastify');
expect($row.length).toEqual(1);
expect(getNotificationText($row)).toEqual('<a>My notification test</a>');
});
it('hides itself after 7 seconds', function() {
OC.Notification.showTemporary('');
- var $row = $('#testArea .toastify');
+ var $row = $('body .toastify');
expect($row.length).toEqual(1);
// travel in time +7000 milliseconds
clock.tick(7500);
- $row = $('#testArea .toastify');
+ $row = $('body .toastify');
expect($row.length).toEqual(0);
});
it('hides itself after a given time', function() {
- OC.Notification.showTemporary('', {timeout: 10});
+ OC.Notification.showTemporary('', {timeout: 10000});
- var $row = $('#testArea .toastify');
+ var $row = $('body .toastify');
expect($row.length).toEqual(1);
// travel in time +7000 milliseconds
clock.tick(7500);
- $row = $('#testArea .toastify');
+ $row = $('body .toastify');
expect($row.length).toEqual(1);
// travel in time another 4000 milliseconds
clock.tick(4000);
- $row = $('#testArea .toastify');
+ $row = $('body .toastify');
expect($row.length).toEqual(0);
});
});
describe('show', function() {
it('hides itself after a given time', function() {
- OC.Notification.show('', {timeout: 10});
+ OC.Notification.show('', {timeout: 10000});
- var $row = $('#testArea .toastify');
+ var $row = $('body .toastify');
expect($row.length).toEqual(1);
clock.tick(11500);
- $row = $('#testArea .toastify');
+ $row = $('body .toastify');
expect($row.length).toEqual(0);
});
it('does not hide itself if no timeout given to show', function() {
OC.Notification.show('');
- var $row = $('#testArea .toastify');
+ var $row = $('body .toastify');
expect($row.length).toEqual(1);
// travel in time +1000 seconds
clock.tick(1000000);
- $row = $('#testArea .toastify');
+ $row = $('body .toastify');
expect($row.length).toEqual(1);
});
});
describe('showHtml', function() {
it('hides itself after a given time', function() {
- OC.Notification.showHtml('<p></p>', {timeout: 10});
+ OC.Notification.showHtml('<p></p>', {timeout: 10000});
- var $row = $('#testArea .toastify');
+ var $row = $('body .toastify');
expect($row.length).toEqual(1);
clock.tick(11500);
- $row = $('#testArea .toastify');
+ $row = $('body .toastify');
expect($row.length).toEqual(0);
});
it('does not hide itself if no timeout given to show', function() {
OC.Notification.showHtml('<p></p>');
- var $row = $('#testArea .toastify');
+ var $row = $('body .toastify');
expect($row.length).toEqual(1);
// travel in time +1000 seconds
clock.tick(1000000);
- $row = $('#testArea .toastify');
+ $row = $('body .toastify');
expect($row.length).toEqual(1);
});
});
@@ -815,7 +714,7 @@ describe('Core base tests', function() {
var notification = OC.Notification.showTemporary('');
- var $row = $('#testArea .toastify');
+ var $row = $('body .toastify');
expect($row.length).toEqual(1);
OC.Notification.hide(notification, hideCallback);
@@ -823,7 +722,7 @@ describe('Core base tests', function() {
// Give time to the hide animation to finish
clock.tick(1000);
- $row = $('#testArea .toastify');
+ $row = $('body .toastify');
expect($row.length).toEqual(0);
expect(hideCallback.calledOnce).toEqual(true);
@@ -831,9 +730,9 @@ describe('Core base tests', function() {
it('hides a notification before its timeout expires', function() {
var hideCallback = sinon.spy();
- var notification = OC.Notification.show('', {timeout: 10});
+ var notification = OC.Notification.show('', {timeout: 10000});
- var $row = $('#testArea .toastify');
+ var $row = $('body .toastify');
expect($row.length).toEqual(1);
OC.Notification.hide(notification, hideCallback);
@@ -841,7 +740,7 @@ describe('Core base tests', function() {
// Give time to the hide animation to finish
clock.tick(1000);
- $row = $('#testArea .toastify');
+ $row = $('body .toastify');
expect($row.length).toEqual(0);
expect(hideCallback.calledOnce).toEqual(true);
@@ -851,7 +750,7 @@ describe('Core base tests', function() {
var notification = OC.Notification.show('');
- var $row = $('#testArea .toastify');
+ var $row = $('body .toastify');
expect($row.length).toEqual(1);
OC.Notification.hide(notification, hideCallback);
@@ -859,7 +758,7 @@ describe('Core base tests', function() {
// Give time to the hide animation to finish
clock.tick(1000);
- $row = $('#testArea .toastify');
+ $row = $('body .toastify');
expect($row.length).toEqual(0);
expect(hideCallback.calledOnce).toEqual(true);
@@ -867,10 +766,10 @@ describe('Core base tests', function() {
});
it('cumulates several notifications', function() {
var $row1 = OC.Notification.showTemporary('One');
- var $row2 = OC.Notification.showTemporary('Two', {timeout: 2});
+ var $row2 = OC.Notification.showTemporary('Two', {timeout: 2000});
var $row3 = OC.Notification.showTemporary('Three');
- var $el = $('#testArea');
+ var $el = $('body');
var $rows = $el.find('.toastify');
expect($rows.length).toEqual(3);
@@ -890,7 +789,7 @@ describe('Core base tests', function() {
var $row1 = OC.Notification.show('One');
var $row2 = OC.Notification.show('Two');
- var $el = $('#testArea');
+ var $el = $('body');
var $rows = $el.find('.toastify');
expect($rows.length).toEqual(2);
@@ -1004,11 +903,15 @@ describe('Core base tests', function() {
beforeEach(function() {
snapConstructorStub = sinon.stub(window, 'Snap');
-
snapperStub = {};
+
snapperStub.enable = sinon.stub();
snapperStub.disable = sinon.stub();
snapperStub.close = sinon.stub();
+ snapperStub.on = sinon.stub();
+ snapperStub.state = sinon.stub().returns({
+ state: sinon.stub()
+ });
snapConstructorStub.returns(snapperStub);
diff --git a/core/js/tests/specs/jquery.avatarSpec.js b/core/js/tests/specs/jquery.avatarSpec.js
index 4e13b7f26ff..420c72d2e9b 100644
--- a/core/js/tests/specs/jquery.avatarSpec.js
+++ b/core/js/tests/specs/jquery.avatarSpec.js
@@ -38,8 +38,8 @@ describe('jquery.avatar tests', function() {
it('undefined', function() {
$div.avatar('foo');
- expect($div.height()).toEqual(64);
- expect($div.width()).toEqual(64);
+ expect(Math.round($div.height())).toEqual(64);
+ expect(Math.round($div.width())).toEqual(64);
});
it('undefined but div has height', function() {
@@ -49,8 +49,8 @@ describe('jquery.avatar tests', function() {
expect(window.Image).toHaveBeenCalled();
window.Image().onerror();
- expect($div.height()).toEqual(9);
- expect($div.width()).toEqual(9);
+ expect(Math.round($div.height())).toEqual(9);
+ expect(Math.round($div.width())).toEqual(9);
});
it('undefined but data size is set', function() {
@@ -60,8 +60,8 @@ describe('jquery.avatar tests', function() {
expect(window.Image).toHaveBeenCalled();
window.Image().onerror();
- expect($div.height()).toEqual(10);
- expect($div.width()).toEqual(10);
+ expect(Math.round($div.height())).toEqual(10);
+ expect(Math.round($div.width())).toEqual(10);
});
@@ -71,8 +71,8 @@ describe('jquery.avatar tests', function() {
expect(window.Image).toHaveBeenCalled();
window.Image().onerror();
- expect($div.height()).toEqual(8);
- expect($div.width()).toEqual(8);
+ expect(Math.round($div.height())).toEqual(8);
+ expect(Math.round($div.width())).toEqual(8);
});
});
diff --git a/core/js/tests/specs/jquery.contactsmenuSpec.js b/core/js/tests/specs/jquery.contactsmenuSpec.js
index 9cad302a998..c6807c850a9 100644
--- a/core/js/tests/specs/jquery.contactsmenuSpec.js
+++ b/core/js/tests/specs/jquery.contactsmenuSpec.js
@@ -22,7 +22,9 @@ describe('jquery.contactsMenu tests', function() {
});
afterEach(function() {
+ $selector1.off();
$selector1.remove();
+ $selector2.off();
$selector2.remove();
$appendTo.remove();
});
@@ -100,10 +102,12 @@ describe('jquery.contactsMenu tests', function() {
});
describe('send requests to the server and render', function() {
- it('load a topaction only', function() {
+ it('load a topaction only', function(done) {
$('#selector1, #selector2').contactsMenu('user', 0, $appendTo);
$selector1.click();
+ expect(fakeServer.requests[0].method).toEqual('POST');
+ expect(fakeServer.requests[0].url).toEqual('http://localhost/index.php/contactsmenu/findOne');
fakeServer.requests[0].respond(
200,
{ 'Content-Type': 'application/json; charset=utf-8' },
@@ -117,13 +121,15 @@ describe('jquery.contactsMenu tests', function() {
"actions": []
})
);
- expect(fakeServer.requests[0].method).toEqual('POST');
- expect(fakeServer.requests[0].url).toEqual('http://localhost/index.php/contactsmenu/findOne');
- expect($appendTo.html().replace(/[\r\n\t]?(\ \ +)?/g, '')).toEqual('<div class="menu popovermenu menu-left contactsmenu-popover loaded" style="display: block;"><ul><li class="hidden"><a><span class="icon-loading-small"></span></a></li><li><a href="mailto:bar%40baz.wtf"><img src="foo.svg"><span>bar@baz.wtf</span></a></li></ul></div>');
+ $selector1.on('load', function() {
+ expect($appendTo.html().replace(/[\r\n\t]?(\ \ +)?/g, '')).toEqual('<div class="menu popovermenu menu-left contactsmenu-popover loaded" style="display: block;"><ul><li class="hidden"><a><span class="icon-loading-small"></span></a></li><li><a href="mailto:bar%40baz.wtf"><img src="foo.svg"><span>bar@baz.wtf</span></a></li></ul></div>');
+
+ done();
+ });
});
- it('load topaction and more actions', function() {
+ it('load topaction and more actions', function(done) {
$('#selector1, #selector2').contactsMenu('user', 0, $appendTo);
$selector1.click();
@@ -147,10 +153,14 @@ describe('jquery.contactsMenu tests', function() {
expect(fakeServer.requests[0].method).toEqual('POST');
expect(fakeServer.requests[0].url).toEqual('http://localhost/index.php/contactsmenu/findOne');
- expect($appendTo.html().replace(/[\r\n\t]?(\ \ +)?/g, '')).toEqual('<div class="menu popovermenu menu-left contactsmenu-popover loaded" style="display: block;"><ul><li class="hidden"><a><span class="icon-loading-small"></span></a></li><li><a href="mailto:bar%40baz.wtf"><img src="foo.svg"><span>bar@baz.wtf</span></a></li><li><a href="http://localhost/index.php/apps/contacts"><img src="details.svg"><span>Details</span></a></li></ul></div>');
+ $selector1.on('load', function() {
+ expect($appendTo.html().replace(/[\r\n\t]?(\ \ +)?/g, '')).toEqual('<div class="menu popovermenu menu-left contactsmenu-popover loaded" style="display: block;"><ul><li class="hidden"><a><span class="icon-loading-small"></span></a></li><li><a href="mailto:bar%40baz.wtf"><img src="foo.svg"><span>bar@baz.wtf</span></a></li><li><a href="http://localhost/index.php/apps/contacts"><img src="details.svg"><span>Details</span></a></li></ul></div>');
+
+ done();
+ });
});
- it('load no actions', function() {
+ it('load no actions', function(done) {
$('#selector1, #selector2').contactsMenu('user', 0, $appendTo);
$selector1.click();
@@ -167,10 +177,14 @@ describe('jquery.contactsMenu tests', function() {
expect(fakeServer.requests[0].method).toEqual('POST');
expect(fakeServer.requests[0].url).toEqual('http://localhost/index.php/contactsmenu/findOne');
- expect($appendTo.html().replace(/[\r\n\t]?(\ \ +)?/g, '')).toEqual('<div class="menu popovermenu menu-left contactsmenu-popover loaded" style="display: block;"><ul><li class="hidden"><a><span class="icon-loading-small"></span></a></li><li><a href="#"><span>No action available</span></a></li></ul></div>');
+ $selector1.on('load', function() {
+ expect($appendTo.html().replace(/[\r\n\t]?(\ \ +)?/g, '')).toEqual('<div class="menu popovermenu menu-left contactsmenu-popover loaded" style="display: block;"><ul><li class="hidden"><a><span class="icon-loading-small"></span></a></li><li><a href="#"><span>No action available</span></a></li></ul></div>');
+
+ done();
+ });
});
- it('should throw an error', function() {
+ it('should throw an error', function(done) {
$('#selector1, #selector2').contactsMenu('user', 0, $appendTo);
$selector1.click();
@@ -182,10 +196,14 @@ describe('jquery.contactsMenu tests', function() {
expect(fakeServer.requests[0].method).toEqual('POST');
expect(fakeServer.requests[0].url).toEqual('http://localhost/index.php/contactsmenu/findOne');
- expect($appendTo.html().replace(/[\r\n\t]?(\ \ +)?/g, '')).toEqual('<div class="menu popovermenu menu-left contactsmenu-popover loaded" style="display: block;"><ul><li class="hidden"><a><span class="icon-loading-small"></span></a></li><li><a href="#"><span>Error fetching contact actions</span></a></li></ul></div>');
+ $selector1.on('loaderror', function() {
+ expect($appendTo.html().replace(/[\r\n\t]?(\ \ +)?/g, '')).toEqual('<div class="menu popovermenu menu-left contactsmenu-popover loaded" style="display: block;"><ul><li class="hidden"><a><span class="icon-loading-small"></span></a></li><li><a href="#"><span>Error fetching contact actions</span></a></li></ul></div>');
+
+ done();
+ });
});
- it('should handle 404', function() {
+ it('should handle 404', function(done) {
$('#selector1, #selector2').contactsMenu('user', 0, $appendTo);
$selector1.click();
@@ -197,17 +215,21 @@ describe('jquery.contactsMenu tests', function() {
expect(fakeServer.requests[0].method).toEqual('POST');
expect(fakeServer.requests[0].url).toEqual('http://localhost/index.php/contactsmenu/findOne');
- expect($appendTo.html().replace(/[\r\n\t]?(\ \ +)?/g, '')).toEqual('<div class="menu popovermenu menu-left contactsmenu-popover loaded" style="display: block;"><ul><li class="hidden"><a><span class="icon-loading-small"></span></a></li><li><a href="#"><span>No action available</span></a></li></ul></div>');
+ $selector1.on('loaderror', function() {
+ expect($appendTo.html().replace(/[\r\n\t]?(\ \ +)?/g, '')).toEqual('<div class="menu popovermenu menu-left contactsmenu-popover loaded" style="display: block;"><ul><li class="hidden"><a><span class="icon-loading-small"></span></a></li><li><a href="#"><span>No action available</span></a></li></ul></div>');
+
+ done();
+ });
});
- });
- it('click anywhere else to close the menu', function() {
- $('#selector1, #selector2').contactsMenu('user', 0, $appendTo);
+ it('click anywhere else to close the menu', function() {
+ $('#selector1, #selector2').contactsMenu('user', 0, $appendTo);
- expect($appendTo.find('div').hasClass('hidden')).toEqual(true);
- $selector1.click();
- expect($appendTo.find('div').hasClass('hidden')).toEqual(false);
- $(document).click();
- expect($appendTo.find('div').hasClass('hidden')).toEqual(true);
+ expect($appendTo.find('div').hasClass('hidden')).toEqual(true);
+ $selector1.click();
+ expect($appendTo.find('div').hasClass('hidden')).toEqual(false);
+ $(document).click();
+ expect($appendTo.find('div').hasClass('hidden')).toEqual(true);
+ });
});
});
diff --git a/core/js/tests/specs/jquery.placeholderSpec.js b/core/js/tests/specs/jquery.placeholderSpec.js
new file mode 100644
index 00000000000..4937b99625f
--- /dev/null
+++ b/core/js/tests/specs/jquery.placeholderSpec.js
@@ -0,0 +1,43 @@
+/**
+ * Copyright (c) 2019 Serhii Shliakhov <shlyakhov.up@gmail.com>
+ *
+ * This file is licensed under the Affero General Public License version 3
+ * or later.
+ *
+ * See the COPYING-README file.
+ *
+ */
+
+describe('jquery.placeholder tests', function() {
+
+ var $div;
+
+ beforeEach(function() {
+ $('#testArea').append($('<div id="placeholderdiv">'));
+ $div = $('#placeholderdiv');
+ });
+
+ afterEach(function() {
+ $div.remove();
+ });
+
+ describe('placeholder text', function() {
+ it('shows one first letter if one word in a input text', function() {
+ spyOn($div, 'html');
+ $div.imageplaceholder('Seed', 'Name')
+ expect($div.html).toHaveBeenCalledWith('N');
+ });
+
+ it('shows two first letters if two words in a input text', function() {
+ spyOn($div, 'html');
+ $div.imageplaceholder('Seed', 'First Second')
+ expect($div.html).toHaveBeenCalledWith('FS');
+ });
+
+ it('shows two first letters if more then two words in a input text', function() {
+ spyOn($div, 'html');
+ $div.imageplaceholder('Seed', 'First Second Middle')
+ expect($div.html).toHaveBeenCalledWith('FS');
+ });
+ });
+});
diff --git a/core/js/tests/specs/l10nSpec.js b/core/js/tests/specs/l10nSpec.js
index 67a5ab710d5..18c1adabea1 100644
--- a/core/js/tests/specs/l10nSpec.js
+++ b/core/js/tests/specs/l10nSpec.js
@@ -110,18 +110,30 @@ describe('OC.L10N tests', function() {
});
});
describe('async loading of translations', function() {
- it('loads bundle for given app and calls callback', function() {
+ it('loads bundle for given app and calls callback', function(done) {
var localeStub = sinon.stub(OC, 'getLocale').returns('zh_CN');
var callbackStub = sinon.stub();
var promiseStub = sinon.stub();
- OC.L10N.load(TEST_APP, callbackStub).then(promiseStub);
+ var loading = OC.L10N.load(TEST_APP, callbackStub);
expect(callbackStub.notCalled).toEqual(true);
- expect(promiseStub.notCalled).toEqual(true);
- expect(fakeServer.requests.length).toEqual(1);
var req = fakeServer.requests[0];
- expect(req.url).toEqual(
- OC.getRootPath() + '/apps3/' + TEST_APP + '/l10n/zh_CN.json'
- );
+
+ loading
+ .then(promiseStub)
+ .then(function() {
+ expect(fakeServer.requests.length).toEqual(1);
+ expect(req.url).toEqual(
+ OC.getRootPath() + '/apps3/' + TEST_APP + '/l10n/zh_CN.json'
+ );
+
+ expect(callbackStub.calledOnce).toEqual(true);
+ expect(promiseStub.calledOnce).toEqual(true);
+ expect(t(TEST_APP, 'Hello world!')).toEqual('你好世界!');
+ localeStub.restore();
+ })
+ .then(done);
+
+ expect(promiseStub.notCalled).toEqual(true);
req.respond(
200,
{ 'Content-Type': 'application/json' },
@@ -130,32 +142,30 @@ describe('OC.L10N tests', function() {
pluralForm: 'nplurals=2; plural=(n != 1);'
})
);
-
- expect(callbackStub.calledOnce).toEqual(true);
- expect(promiseStub.calledOnce).toEqual(true);
- expect(t(TEST_APP, 'Hello world!')).toEqual('你好世界!');
- localeStub.restore();
});
- it('calls callback if translation already available', function() {
- var promiseStub = sinon.stub();
+ it('calls callback if translation already available', function(done) {
var callbackStub = sinon.stub();
spyOn(console, 'warn');
OC.L10N.register(TEST_APP, {
'Hello world!': 'Hallo Welt!'
});
- OC.L10N.load(TEST_APP, callbackStub).then(promiseStub);
- expect(callbackStub.calledOnce).toEqual(true);
- expect(promiseStub.calledOnce).toEqual(true);
- expect(fakeServer.requests.length).toEqual(0);
+ OC.L10N.load(TEST_APP, callbackStub)
+ .then(function() {
+ expect(callbackStub.calledOnce).toEqual(true);
+ expect(fakeServer.requests.length).toEqual(0);
+ })
+ .then(done);
+
});
- it('calls callback if locale is en', function() {
- var localeStub = sinon.stub(OC, 'getLocale').returns('en');
- var promiseStub = sinon.stub();
+ it('calls callback if locale is en', function(done) {
var callbackStub = sinon.stub();
- OC.L10N.load(TEST_APP, callbackStub).then(promiseStub);
- expect(callbackStub.calledOnce).toEqual(true);
- expect(promiseStub.calledOnce).toEqual(true);
- expect(fakeServer.requests.length).toEqual(0);
+ OC.L10N.load(TEST_APP, callbackStub)
+ .then(function() {
+ expect(callbackStub.calledOnce).toEqual(true);
+ expect(fakeServer.requests.length).toEqual(0);
+ })
+ .then(done)
+ .catch(done);
});
});
});
diff --git a/core/js/tests/specs/oc-backbone-webdavSpec.js b/core/js/tests/specs/oc-backbone-webdavSpec.js
index 97281e982ce..6f48d0c92d2 100644
--- a/core/js/tests/specs/oc-backbone-webdavSpec.js
+++ b/core/js/tests/specs/oc-backbone-webdavSpec.js
@@ -71,7 +71,7 @@ describe('Backbone Webdav extension', function() {
});
});
- it('makes a POST request to create model into collection', function() {
+ it('makes a POST request to create model into collection', function(done) {
var collection = new TestCollection();
var model = collection.create({
firstName: 'Hello',
@@ -104,10 +104,14 @@ describe('Backbone Webdav extension', function() {
}
});
- expect(model.id).toEqual('123');
+ setTimeout(function() {
+ expect(model.id).toEqual('123');
+
+ done();
+ }, 0)
});
- it('uses PROPFIND to retrieve collection', function() {
+ it('uses PROPFIND to retrieve collection', function(done) {
var successStub = sinon.stub();
var errorStub = sinon.stub();
var collection = new TestCollection();
@@ -164,23 +168,27 @@ describe('Backbone Webdav extension', function() {
]
});
- expect(collection.length).toEqual(2);
+ setTimeout(function() {
+ expect(collection.length).toEqual(2);
- var model = collection.get('123');
- expect(model.id).toEqual('123');
- expect(model.get('firstName')).toEqual('Hello');
- expect(model.get('lastName')).toEqual('World');
+ var model = collection.get('123');
+ expect(model.id).toEqual('123');
+ expect(model.get('firstName')).toEqual('Hello');
+ expect(model.get('lastName')).toEqual('World');
+
+ model = collection.get('456');
+ expect(model.id).toEqual('456');
+ expect(model.get('firstName')).toEqual('Test');
+ expect(model.get('lastName')).toEqual('Person');
- model = collection.get('456');
- expect(model.id).toEqual('456');
- expect(model.get('firstName')).toEqual('Test');
- expect(model.get('lastName')).toEqual('Person');
+ expect(successStub.calledOnce).toEqual(true);
+ expect(errorStub.notCalled).toEqual(true);
- expect(successStub.calledOnce).toEqual(true);
- expect(errorStub.notCalled).toEqual(true);
+ done();
+ }, 0)
});
- function testMethodError(doCall) {
+ function testMethodError(doCall, done) {
var successStub = sinon.stub();
var errorStub = sinon.stub();
@@ -191,20 +199,24 @@ describe('Backbone Webdav extension', function() {
body: ''
});
- expect(successStub.notCalled).toEqual(true);
- expect(errorStub.calledOnce).toEqual(true);
+ setTimeout(function() {
+ expect(successStub.notCalled).toEqual(true);
+ expect(errorStub.calledOnce).toEqual(true);
+
+ done();
+ }, 0)
}
- it('calls error handler if error status in PROPFIND response', function() {
+ it('calls error handler if error status in PROPFIND response', function(done) {
testMethodError(function(success, error) {
var collection = new TestCollection();
collection.fetch({
success: success,
error: error
});
- });
+ }, done);
});
- it('calls error handler if error status in POST response', function() {
+ it('calls error handler if error status in POST response', function(done) {
testMethodError(function(success, error) {
var collection = new TestCollection();
collection.create({
@@ -214,7 +226,7 @@ describe('Backbone Webdav extension', function() {
success: success,
error: error
});
- });
+ }, done);
});
});
describe('models', function() {
@@ -281,7 +293,7 @@ describe('Backbone Webdav extension', function() {
expect(model.get('married')).toEqual(true);
});
- it('uses PROPFIND to fetch single model', function() {
+ it('uses PROPFIND to fetch single model', function(done) {
var model = new TestModel({
id: '123'
});
@@ -319,11 +331,15 @@ describe('Backbone Webdav extension', function() {
}
});
- expect(model.id).toEqual('123');
- expect(model.get('firstName')).toEqual('Hello');
- expect(model.get('lastName')).toEqual('World');
- expect(model.get('age')).toEqual(35);
- expect(model.get('married')).toEqual(true);
+ setTimeout(function() {
+ expect(model.id).toEqual('123');
+ expect(model.get('firstName')).toEqual('Hello');
+ expect(model.get('lastName')).toEqual('World');
+ expect(model.get('age')).toEqual(35);
+ expect(model.get('married')).toEqual(true);
+
+ done();
+ });
});
it('makes a DELETE request to destroy model', function() {
var model = new TestModel({
@@ -350,7 +366,7 @@ describe('Backbone Webdav extension', function() {
});
});
- function testMethodError(doCall) {
+ function testMethodError(doCall, done) {
var successStub = sinon.stub();
var errorStub = sinon.stub();
@@ -361,20 +377,24 @@ describe('Backbone Webdav extension', function() {
body: ''
});
- expect(successStub.notCalled).toEqual(true);
- expect(errorStub.calledOnce).toEqual(true);
+ setTimeout(function() {
+ expect(successStub.notCalled).toEqual(true);
+ expect(errorStub.calledOnce).toEqual(true);
+
+ done();
+ });
}
- it('calls error handler if error status in PROPFIND response', function() {
+ it('calls error handler if error status in PROPFIND response', function(done) {
testMethodError(function(success, error) {
var model = new TestModel();
model.fetch({
success: success,
error: error
});
- });
+ }, done);
});
- it('calls error handler if error status in PROPPATCH response', function() {
+ it('calls error handler if error status in PROPPATCH response', function(done) {
testMethodError(function(success, error) {
var model = new TestModel();
model.save({
@@ -383,7 +403,7 @@ describe('Backbone Webdav extension', function() {
success: success,
error: error
});
- });
+ }, done);
});
});
});
diff --git a/core/js/tests/specs/setupchecksSpec.js b/core/js/tests/specs/setupchecksSpec.js
index 5e93cbf7bdf..a5e55a21209 100644
--- a/core/js/tests/specs/setupchecksSpec.js
+++ b/core/js/tests/specs/setupchecksSpec.js
@@ -62,13 +62,13 @@ describe('OC.SetupChecks tests', function() {
describe('checkWellKnownUrl', function() {
it('should fail with another response status code than the expected one', function(done) {
- var async = OC.SetupChecks.checkWellKnownUrl('/.well-known/caldav', 'http://example.org/PLACEHOLDER', true, 207);
+ var async = OC.SetupChecks.checkWellKnownUrl('PROPFIND', '/.well-known/caldav', 'http://example.org/PLACEHOLDER', true, 207);
suite.server.requests[0].respond(200);
async.done(function( data, s, x ){
expect(data).toEqual([{
- msg: 'Your web server is not properly set up to resolve "/.well-known/caldav". Further information can be found in the <a href="http://example.org/admin-setup-well-known-URL" rel="noreferrer noopener">documentation</a>.',
+ msg: 'Your web server is not properly set up to resolve "/.well-known/caldav". Further information can be found in the <a target="_blank" rel="noreferrer noopener" class="external" href="http://example.org/admin-setup-well-known-URL">documentation ↗</a>.',
type: OC.SetupChecks.MESSAGE_TYPE_INFO
}]);
done();
@@ -76,7 +76,7 @@ describe('OC.SetupChecks tests', function() {
});
it('should return no error with the expected response status code', function(done) {
- var async = OC.SetupChecks.checkWellKnownUrl('/.well-known/caldav', 'http://example.org/PLACEHOLDER', true, 207);
+ var async = OC.SetupChecks.checkWellKnownUrl('PROPFIND', '/.well-known/caldav', 'http://example.org/PLACEHOLDER', true, 207);
suite.server.requests[0].respond(207);
@@ -87,7 +87,7 @@ describe('OC.SetupChecks tests', function() {
});
it('should return no error with the default expected response status code', function(done) {
- var async = OC.SetupChecks.checkWellKnownUrl('/.well-known/caldav', 'http://example.org/PLACEHOLDER', true);
+ var async = OC.SetupChecks.checkWellKnownUrl('PROPFIND', '/.well-known/caldav', 'http://example.org/PLACEHOLDER', true);
suite.server.requests[0].respond(207);
@@ -98,7 +98,7 @@ describe('OC.SetupChecks tests', function() {
});
it('should return no error when no check should be run', function(done) {
- var async = OC.SetupChecks.checkWellKnownUrl('/.well-known/caldav', 'http://example.org/PLACEHOLDER', false);
+ var async = OC.SetupChecks.checkWellKnownUrl('PROPFIND', '/.well-known/caldav', 'http://example.org/PLACEHOLDER', false);
async.done(function( data, s, x ){
expect(data).toEqual([]);
@@ -115,7 +115,7 @@ describe('OC.SetupChecks tests', function() {
async.done(function( data, s, x ){
expect(data).toEqual([{
- msg: 'Your web server is not properly set up to resolve "/ocm-provider/". This is most likely related to a web server configuration that was not updated to deliver this folder directly. Please compare your configuration against the shipped rewrite rules in ".htaccess" for Apache or the provided one in the documentation for Nginx at it\'s <a href="http://example.org/admin-nginx" rel="noreferrer noopener">documentation page</a>. On Nginx those are typically the lines starting with "location ~" that need an update.',
+ msg: 'Your web server is not properly set up to resolve "/ocm-provider/". This is most likely related to a web server configuration that was not updated to deliver this folder directly. Please compare your configuration against the shipped rewrite rules in ".htaccess" for Apache or the provided one in the documentation for Nginx at it\'s <a target="_blank" rel="noreferrer noopener" class="external" href="http://example.org/admin-nginx">documentation page ↗</a>. On Nginx those are typically the lines starting with "location ~" that need an update.',
type: OC.SetupChecks.MESSAGE_TYPE_WARNING
}]);
done();
@@ -151,7 +151,7 @@ describe('OC.SetupChecks tests', function() {
async.done(function( data, s, x ){
expect(data).toEqual([{
- msg: 'Your web server is not properly set up to deliver .woff2 files. This is typically an issue with the Nginx configuration. For Nextcloud 15 it needs an adjustement to also deliver .woff2 files. Compare your Nginx configuration to the recommended configuration in our <a href="http://example.org/admin-nginx" rel="noreferrer noopener">documentation</a>.',
+ msg: 'Your web server is not properly set up to deliver .woff2 files. This is typically an issue with the Nginx configuration. For Nextcloud 15 it needs an adjustement to also deliver .woff2 files. Compare your Nginx configuration to the recommended configuration in our <a target="_blank" rel="noreferrer noopener" class="external" href="http://example.org/admin-nginx">documentation ↗</a>.',
type: OC.SetupChecks.MESSAGE_TYPE_WARNING
}]);
done();
@@ -240,6 +240,8 @@ describe('OC.SetupChecks tests', function() {
isSettimelimitAvailable: true,
hasFreeTypeSupport: true,
missingIndexes: [],
+ missingPrimaryKeys: [],
+ missingColumns: [],
cronErrors: [],
cronInfo: {
diffInSeconds: 0
@@ -249,6 +251,7 @@ describe('OC.SetupChecks tests', function() {
recommendedPHPModules: [],
pendingBigIntConversionColumns: [],
isMysqlUsedWithoutUTF8MB4: false,
+ isDefaultPhoneRegionSet: true,
isEnoughTempSpaceAvailableIfS3PrimaryStorageIsUsed: true,
reverseProxyGeneratedURL: 'https://server',
})
@@ -260,7 +263,7 @@ describe('OC.SetupChecks tests', function() {
msg: 'This server has no working Internet connection: Multiple endpoints could not be reached. This means that some of the features like mounting external storage, notifications about updates or installation of third-party apps will not work. Accessing files remotely and sending of notification emails might not work, either. Establish a connection from this server to the Internet to enjoy all features.',
type: OC.SetupChecks.MESSAGE_TYPE_WARNING
}, {
- msg: 'No memory cache has been configured. To enhance performance, please configure a memcache, if available. Further information can be found in the <a href="https://docs.nextcloud.com/server/go.php?to=admin-performance" rel="noreferrer noopener">documentation</a>.',
+ msg: 'No memory cache has been configured. To enhance performance, please configure a memcache, if available. Further information can be found in the <a target="_blank" rel="noreferrer noopener" class="external" href="https://docs.nextcloud.com/server/go.php?to=admin-performance">documentation ↗</a>.',
type: OC.SetupChecks.MESSAGE_TYPE_INFO
}]);
done();
@@ -293,6 +296,8 @@ describe('OC.SetupChecks tests', function() {
isSettimelimitAvailable: true,
hasFreeTypeSupport: true,
missingIndexes: [],
+ missingPrimaryKeys: [],
+ missingColumns: [],
cronErrors: [],
cronInfo: {
diffInSeconds: 0
@@ -302,6 +307,7 @@ describe('OC.SetupChecks tests', function() {
recommendedPHPModules: [],
pendingBigIntConversionColumns: [],
isMysqlUsedWithoutUTF8MB4: false,
+ isDefaultPhoneRegionSet: true,
isEnoughTempSpaceAvailableIfS3PrimaryStorageIsUsed: true,
reverseProxyGeneratedURL: 'https://server',
})
@@ -314,7 +320,7 @@ describe('OC.SetupChecks tests', function() {
type: OC.SetupChecks.MESSAGE_TYPE_WARNING
},
{
- msg: 'No memory cache has been configured. To enhance performance, please configure a memcache, if available. Further information can be found in the <a href="https://docs.nextcloud.com/server/go.php?to=admin-performance" rel="noreferrer noopener">documentation</a>.',
+ msg: 'No memory cache has been configured. To enhance performance, please configure a memcache, if available. Further information can be found in the <a target="_blank" rel="noreferrer noopener" class="external" href="https://docs.nextcloud.com/server/go.php?to=admin-performance">documentation ↗</a>.',
type: OC.SetupChecks.MESSAGE_TYPE_INFO
}]);
done();
@@ -347,6 +353,8 @@ describe('OC.SetupChecks tests', function() {
isSettimelimitAvailable: true,
hasFreeTypeSupport: true,
missingIndexes: [],
+ missingPrimaryKeys: [],
+ missingColumns: [],
cronErrors: [],
cronInfo: {
diffInSeconds: 0
@@ -356,6 +364,7 @@ describe('OC.SetupChecks tests', function() {
recommendedPHPModules: [],
pendingBigIntConversionColumns: [],
isMysqlUsedWithoutUTF8MB4: false,
+ isDefaultPhoneRegionSet: true,
isEnoughTempSpaceAvailableIfS3PrimaryStorageIsUsed: true,
reverseProxyGeneratedURL: 'https://server',
})
@@ -388,7 +397,7 @@ describe('OC.SetupChecks tests', function() {
hasValidTransactionIsolationLevel: true,
suggestedOverwriteCliURL: '',
isRandomnessSecure: false,
- securityDocs: 'https://docs.owncloud.org/myDocs.html',
+ securityDocs: 'https://docs.nextcloud.com/myDocs.html',
serverHasInternetConnectionProblems: false,
isMemcacheConfigured: true,
forwardedForHeadersWorking: true,
@@ -399,6 +408,8 @@ describe('OC.SetupChecks tests', function() {
isSettimelimitAvailable: true,
hasFreeTypeSupport: true,
missingIndexes: [],
+ missingPrimaryKeys: [],
+ missingColumns: [],
cronErrors: [],
cronInfo: {
diffInSeconds: 0
@@ -408,6 +419,7 @@ describe('OC.SetupChecks tests', function() {
recommendedPHPModules: [],
pendingBigIntConversionColumns: [],
isMysqlUsedWithoutUTF8MB4: false,
+ isDefaultPhoneRegionSet: true,
isEnoughTempSpaceAvailableIfS3PrimaryStorageIsUsed: true,
reverseProxyGeneratedURL: 'https://server',
})
@@ -415,7 +427,7 @@ describe('OC.SetupChecks tests', function() {
async.done(function( data, s, x ){
expect(data).toEqual([{
- msg: 'No suitable source for randomness found by PHP which is highly discouraged for security reasons. Further information can be found in the <a href="https://docs.owncloud.org/myDocs.html" rel="noreferrer noopener">documentation</a>.',
+ msg: 'No suitable source for randomness found by PHP which is highly discouraged for security reasons. Further information can be found in the <a target="_blank" rel="noreferrer noopener" class="external" href="https://docs.nextcloud.com/myDocs.html">documentation ↗</a>.',
type: OC.SetupChecks.MESSAGE_TYPE_ERROR
}]);
done();
@@ -438,7 +450,7 @@ describe('OC.SetupChecks tests', function() {
hasValidTransactionIsolationLevel: true,
suggestedOverwriteCliURL: '',
isRandomnessSecure: true,
- securityDocs: 'https://docs.owncloud.org/myDocs.html',
+ securityDocs: 'https://docs.nextcloud.com/myDocs.html',
serverHasInternetConnectionProblems: false,
isMemcacheConfigured: true,
forwardedForHeadersWorking: true,
@@ -449,6 +461,8 @@ describe('OC.SetupChecks tests', function() {
isSettimelimitAvailable: true,
hasFreeTypeSupport: true,
missingIndexes: [],
+ missingPrimaryKeys: [],
+ missingColumns: [],
cronErrors: [],
cronInfo: {
diffInSeconds: 0
@@ -458,6 +472,7 @@ describe('OC.SetupChecks tests', function() {
recommendedPHPModules: [],
pendingBigIntConversionColumns: [],
isMysqlUsedWithoutUTF8MB4: false,
+ isDefaultPhoneRegionSet: true,
isEnoughTempSpaceAvailableIfS3PrimaryStorageIsUsed: true,
reverseProxyGeneratedURL: 'https://server',
})
@@ -465,7 +480,7 @@ describe('OC.SetupChecks tests', function() {
async.done(function( data, s, x ){
expect(data).toEqual([{
- msg: 'Memcached is configured as distributed cache, but the wrong PHP module "memcache" is installed. \\OC\\Memcache\\Memcached only supports "memcached" and not "memcache". See the <a href="https://code.google.com/p/memcached/wiki/PHPClientComparison" rel="noreferrer noopener">memcached wiki about both modules</a>.',
+ msg: 'Memcached is configured as distributed cache, but the wrong PHP module "memcache" is installed. \\OC\\Memcache\\Memcached only supports "memcached" and not "memcache". See the <a target="_blank" rel="noreferrer noopener" class="external" href="https://code.google.com/p/memcached/wiki/PHPClientComparison">memcached wiki about both modules ↗</a>.',
type: OC.SetupChecks.MESSAGE_TYPE_WARNING
}]);
done();
@@ -488,7 +503,7 @@ describe('OC.SetupChecks tests', function() {
hasValidTransactionIsolationLevel: true,
suggestedOverwriteCliURL: '',
isRandomnessSecure: true,
- securityDocs: 'https://docs.owncloud.org/myDocs.html',
+ securityDocs: 'https://docs.nextcloud.com/myDocs.html',
serverHasInternetConnectionProblems: false,
isMemcacheConfigured: true,
forwardedForHeadersWorking: true,
@@ -499,6 +514,8 @@ describe('OC.SetupChecks tests', function() {
isSettimelimitAvailable: true,
hasFreeTypeSupport: true,
missingIndexes: [],
+ missingPrimaryKeys: [],
+ missingColumns: [],
cronErrors: [],
cronInfo: {
diffInSeconds: 0
@@ -510,6 +527,7 @@ describe('OC.SetupChecks tests', function() {
recommendedPHPModules: [],
pendingBigIntConversionColumns: [],
isMysqlUsedWithoutUTF8MB4: false,
+ isDefaultPhoneRegionSet: true,
isEnoughTempSpaceAvailableIfS3PrimaryStorageIsUsed: true,
reverseProxyGeneratedURL: 'https://server',
})
@@ -543,7 +561,7 @@ describe('OC.SetupChecks tests', function() {
serverHasInternetConnectionProblems: false,
isMemcacheConfigured: true,
forwardedForHeadersWorking: false,
- reverseProxyDocs: 'https://docs.owncloud.org/foo/bar.html',
+ reverseProxyDocs: 'https://docs.nextcloud.com/foo/bar.html',
isCorrectMemcachedPHPModuleInstalled: true,
hasPassedCodeIntegrityCheck: true,
isOpcacheProperlySetup: true,
@@ -551,6 +569,8 @@ describe('OC.SetupChecks tests', function() {
isSettimelimitAvailable: true,
hasFreeTypeSupport: true,
missingIndexes: [],
+ missingPrimaryKeys: [],
+ missingColumns: [],
cronErrors: [],
cronInfo: {
diffInSeconds: 0
@@ -560,6 +580,7 @@ describe('OC.SetupChecks tests', function() {
recommendedPHPModules: [],
pendingBigIntConversionColumns: [],
isMysqlUsedWithoutUTF8MB4: false,
+ isDefaultPhoneRegionSet: true,
isEnoughTempSpaceAvailableIfS3PrimaryStorageIsUsed: true,
reverseProxyGeneratedURL: 'https://server',
})
@@ -567,7 +588,7 @@ describe('OC.SetupChecks tests', function() {
async.done(function( data, s, x ){
expect(data).toEqual([{
- msg: 'The reverse proxy header configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If not, this is a security issue and can allow an attacker to spoof their IP address as visible to the Nextcloud. Further information can be found in the <a href="https://docs.owncloud.org/foo/bar.html" rel="noreferrer noopener">documentation</a>.',
+ msg: 'The reverse proxy header configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If not, this is a security issue and can allow an attacker to spoof their IP address as visible to the Nextcloud. Further information can be found in the <a target="_blank" rel="noreferrer noopener" class="external" href="https://docs.nextcloud.com/foo/bar.html">documentation ↗</a>.',
type: OC.SetupChecks.MESSAGE_TYPE_WARNING
}]);
done();
@@ -593,7 +614,7 @@ describe('OC.SetupChecks tests', function() {
serverHasInternetConnectionProblems: false,
isMemcacheConfigured: true,
forwardedForHeadersWorking: true,
- reverseProxyDocs: 'https://docs.owncloud.org/foo/bar.html',
+ reverseProxyDocs: 'https://docs.nextcloud.com/foo/bar.html',
isCorrectMemcachedPHPModuleInstalled: true,
hasPassedCodeIntegrityCheck: true,
isOpcacheProperlySetup: true,
@@ -601,6 +622,8 @@ describe('OC.SetupChecks tests', function() {
isSettimelimitAvailable: false,
hasFreeTypeSupport: true,
missingIndexes: [],
+ missingPrimaryKeys: [],
+ missingColumns: [],
cronErrors: [],
cronInfo: {
diffInSeconds: 0
@@ -610,6 +633,7 @@ describe('OC.SetupChecks tests', function() {
recommendedPHPModules: [],
pendingBigIntConversionColumns: [],
isMysqlUsedWithoutUTF8MB4: false,
+ isDefaultPhoneRegionSet: true,
isEnoughTempSpaceAvailableIfS3PrimaryStorageIsUsed: true,
reverseProxyGeneratedURL: 'https://server',
})
@@ -643,7 +667,7 @@ describe('OC.SetupChecks tests', function() {
serverHasInternetConnectionProblems: false,
isMemcacheConfigured: true,
forwardedForHeadersWorking: true,
- reverseProxyDocs: 'https://docs.owncloud.org/foo/bar.html',
+ reverseProxyDocs: 'https://docs.nextcloud.com/foo/bar.html',
isCorrectMemcachedPHPModuleInstalled: true,
hasPassedCodeIntegrityCheck: true,
isOpcacheProperlySetup: true,
@@ -651,6 +675,8 @@ describe('OC.SetupChecks tests', function() {
isSettimelimitAvailable: true,
hasFreeTypeSupport: true,
missingIndexes: [],
+ missingPrimaryKeys: [],
+ missingColumns: [],
cronErrors: [],
cronInfo: {
diffInSeconds: 0
@@ -660,6 +686,7 @@ describe('OC.SetupChecks tests', function() {
recommendedPHPModules: [],
pendingBigIntConversionColumns: [],
isMysqlUsedWithoutUTF8MB4: false,
+ isDefaultPhoneRegionSet: true,
isEnoughTempSpaceAvailableIfS3PrimaryStorageIsUsed: true,
reverseProxyGeneratedURL: 'https://server',
})
@@ -668,7 +695,7 @@ describe('OC.SetupChecks tests', function() {
async.done(function( data, s, x ){
expect(data).toEqual([{
msg: 'The PHP memory limit is below the recommended value of 512MB.',
- type: OC.SetupChecks.MESSAGE_TYPE_WARNING
+ type: OC.SetupChecks.MESSAGE_TYPE_ERROR
}]);
done();
});
@@ -710,7 +737,7 @@ describe('OC.SetupChecks tests', function() {
hasValidTransactionIsolationLevel: true,
suggestedOverwriteCliURL: '',
isRandomnessSecure: true,
- securityDocs: 'https://docs.owncloud.org/myDocs.html',
+ securityDocs: 'https://docs.nextcloud.com/myDocs.html',
serverHasInternetConnectionProblems: false,
isMemcacheConfigured: true,
forwardedForHeadersWorking: true,
@@ -722,6 +749,8 @@ describe('OC.SetupChecks tests', function() {
isSettimelimitAvailable: true,
hasFreeTypeSupport: true,
missingIndexes: [],
+ missingPrimaryKeys: [],
+ missingColumns: [],
cronErrors: [],
cronInfo: {
diffInSeconds: 0
@@ -731,6 +760,7 @@ describe('OC.SetupChecks tests', function() {
recommendedPHPModules: [],
pendingBigIntConversionColumns: [],
isMysqlUsedWithoutUTF8MB4: false,
+ isDefaultPhoneRegionSet: true,
isEnoughTempSpaceAvailableIfS3PrimaryStorageIsUsed: true,
reverseProxyGeneratedURL: 'https://server',
})
@@ -738,7 +768,7 @@ describe('OC.SetupChecks tests', function() {
async.done(function( data, s, x ){
expect(data).toEqual([{
- msg: 'You are currently running PHP 5.4.0. Upgrade your PHP version to take advantage of <a href="https://secure.php.net/supported-versions.php" rel="noreferrer noopener">performance and security updates provided by the PHP Group</a> as soon as your distribution supports it.',
+ msg: 'You are currently running PHP 5.4.0. Upgrade your PHP version to take advantage of <a target="_blank" rel="noreferrer noopener" class="external" href="https://secure.php.net/supported-versions.php">performance and security updates provided by the PHP Group ↗</a> as soon as your distribution supports it.',
type: OC.SetupChecks.MESSAGE_TYPE_INFO
}]);
done();
@@ -761,7 +791,7 @@ describe('OC.SetupChecks tests', function() {
hasValidTransactionIsolationLevel: true,
suggestedOverwriteCliURL: '',
isRandomnessSecure: true,
- securityDocs: 'https://docs.owncloud.org/myDocs.html',
+ securityDocs: 'https://docs.nextcloud.com/myDocs.html',
serverHasInternetConnectionProblems: false,
isMemcacheConfigured: true,
forwardedForHeadersWorking: true,
@@ -773,6 +803,8 @@ describe('OC.SetupChecks tests', function() {
isSettimelimitAvailable: true,
hasFreeTypeSupport: true,
missingIndexes: [],
+ missingPrimaryKeys: [],
+ missingColumns: [],
cronErrors: [],
cronInfo: {
diffInSeconds: 0
@@ -782,6 +814,7 @@ describe('OC.SetupChecks tests', function() {
recommendedPHPModules: [],
pendingBigIntConversionColumns: [],
isMysqlUsedWithoutUTF8MB4: false,
+ isDefaultPhoneRegionSet: true,
isEnoughTempSpaceAvailableIfS3PrimaryStorageIsUsed: true,
reverseProxyGeneratedURL: 'https://server',
})
@@ -789,7 +822,7 @@ describe('OC.SetupChecks tests', function() {
async.done(function( data, s, x ){
expect(data).toEqual([{
- msg: 'The PHP OPcache is not properly configured. <a href="https://example.org/link/to/doc" rel="noreferrer noopener">For better performance it is recommended</a> to use the following settings in the <code>php.ini</code>:' + "<pre><code>opcache.enable=1\nopcache.interned_strings_buffer=8\nopcache.max_accelerated_files=10000\nopcache.memory_consumption=128\nopcache.save_comments=1\nopcache.revalidate_freq=1</code></pre>",
+ msg: 'The PHP OPcache module is not properly configured. <a target="_blank" rel="noreferrer noopener" class="external" href="https://example.org/link/to/doc">For better performance it is recommended ↗</a> to use the following settings in the <code>php.ini</code>:' + "<pre><code>opcache.enable=1\nopcache.interned_strings_buffer=8\nopcache.max_accelerated_files=10000\nopcache.memory_consumption=128\nopcache.save_comments=1\nopcache.revalidate_freq=1</code></pre>",
type: OC.SetupChecks.MESSAGE_TYPE_INFO
}]);
done();
@@ -812,7 +845,7 @@ describe('OC.SetupChecks tests', function() {
hasValidTransactionIsolationLevel: true,
suggestedOverwriteCliURL: '',
isRandomnessSecure: true,
- securityDocs: 'https://docs.owncloud.org/myDocs.html',
+ securityDocs: 'https://docs.nextcloud.com/myDocs.html',
serverHasInternetConnectionProblems: false,
isMemcacheConfigured: true,
forwardedForHeadersWorking: true,
@@ -824,6 +857,8 @@ describe('OC.SetupChecks tests', function() {
isSettimelimitAvailable: true,
hasFreeTypeSupport: true,
missingIndexes: [],
+ missingPrimaryKeys: [],
+ missingColumns: [],
cronErrors: [],
cronInfo: {
diffInSeconds: 0
@@ -833,6 +868,7 @@ describe('OC.SetupChecks tests', function() {
recommendedPHPModules: [],
pendingBigIntConversionColumns: [],
isMysqlUsedWithoutUTF8MB4: false,
+ isDefaultPhoneRegionSet: true,
isEnoughTempSpaceAvailableIfS3PrimaryStorageIsUsed: true,
reverseProxyGeneratedURL: 'https://server',
})
@@ -840,7 +876,7 @@ describe('OC.SetupChecks tests', function() {
async.done(function( data, s, x ){
expect(data).toEqual([{
- msg: 'The PHP OPcache module is not loaded. <a href="https://example.org/link/to/doc" rel="noreferrer noopener">For better performance it is recommended</a> to load it into your PHP installation.',
+ msg: 'The PHP OPcache module is not loaded. <a target="_blank" rel="noreferrer noopener" class="external" href="https://example.org/link/to/doc">For better performance it is recommended ↗</a> to load it into your PHP installation.',
type: OC.SetupChecks.MESSAGE_TYPE_INFO
}]);
done();
@@ -863,7 +899,7 @@ describe('OC.SetupChecks tests', function() {
hasValidTransactionIsolationLevel: true,
suggestedOverwriteCliURL: '',
isRandomnessSecure: true,
- securityDocs: 'https://docs.owncloud.org/myDocs.html',
+ securityDocs: 'https://docs.nextcloud.com/myDocs.html',
serverHasInternetConnectionProblems: false,
isMemcacheConfigured: true,
forwardedForHeadersWorking: true,
@@ -875,6 +911,8 @@ describe('OC.SetupChecks tests', function() {
isSettimelimitAvailable: true,
hasFreeTypeSupport: false,
missingIndexes: [],
+ missingPrimaryKeys: [],
+ missingColumns: [],
cronErrors: [],
cronInfo: {
diffInSeconds: 0
@@ -884,6 +922,7 @@ describe('OC.SetupChecks tests', function() {
recommendedPHPModules: [],
pendingBigIntConversionColumns: [],
isMysqlUsedWithoutUTF8MB4: false,
+ isDefaultPhoneRegionSet: true,
isEnoughTempSpaceAvailableIfS3PrimaryStorageIsUsed: true,
reverseProxyGeneratedURL: 'https://server',
})
@@ -914,7 +953,7 @@ describe('OC.SetupChecks tests', function() {
hasValidTransactionIsolationLevel: true,
suggestedOverwriteCliURL: '',
isRandomnessSecure: true,
- securityDocs: 'https://docs.owncloud.org/myDocs.html',
+ securityDocs: 'https://docs.nextcloud.com/myDocs.html',
serverHasInternetConnectionProblems: false,
isMemcacheConfigured: true,
forwardedForHeadersWorking: true,
@@ -925,6 +964,8 @@ describe('OC.SetupChecks tests', function() {
isSettimelimitAvailable: true,
hasFreeTypeSupport: true,
missingIndexes: [],
+ missingPrimaryKeys: [],
+ missingColumns: [],
cronErrors: [],
cronInfo: {
diffInSeconds: 0
@@ -934,6 +975,7 @@ describe('OC.SetupChecks tests', function() {
recommendedPHPModules: [],
pendingBigIntConversionColumns: [],
isMysqlUsedWithoutUTF8MB4: true,
+ isDefaultPhoneRegionSet: true,
isEnoughTempSpaceAvailableIfS3PrimaryStorageIsUsed: true,
reverseProxyGeneratedURL: 'https://server',
})
@@ -941,7 +983,7 @@ describe('OC.SetupChecks tests', function() {
async.done(function( data, s, x ){
expect(data).toEqual([{
- msg: 'MySQL is used as database but does not support 4-byte characters. To be able to handle 4-byte characters (like emojis) without issues in filenames or comments for example it is recommended to enable the 4-byte support in MySQL. For further details read <a href="https://docs.example.org/admin-mysql-utf8mb4" rel="noreferrer noopener">the documentation page about this</a>.',
+ msg: 'MySQL is used as database but does not support 4-byte characters. To be able to handle 4-byte characters (like emojis) without issues in filenames or comments for example it is recommended to enable the 4-byte support in MySQL. For further details read <a target="_blank" rel="noreferrer noopener" class="external" href="https://docs.example.org/admin-mysql-utf8mb4">the documentation page about this ↗</a>.',
type: OC.SetupChecks.MESSAGE_TYPE_WARNING
}]);
done();
@@ -964,7 +1006,7 @@ describe('OC.SetupChecks tests', function() {
hasValidTransactionIsolationLevel: true,
suggestedOverwriteCliURL: '',
isRandomnessSecure: true,
- securityDocs: 'https://docs.owncloud.org/myDocs.html',
+ securityDocs: 'https://docs.nextcloud.com/myDocs.html',
serverHasInternetConnectionProblems: false,
isMemcacheConfigured: true,
forwardedForHeadersWorking: true,
@@ -975,6 +1017,8 @@ describe('OC.SetupChecks tests', function() {
isSettimelimitAvailable: true,
hasFreeTypeSupport: true,
missingIndexes: [],
+ missingPrimaryKeys: [],
+ missingColumns: [],
cronErrors: [],
cronInfo: {
diffInSeconds: 0
@@ -984,6 +1028,7 @@ describe('OC.SetupChecks tests', function() {
recommendedPHPModules: [],
pendingBigIntConversionColumns: [],
isMysqlUsedWithoutUTF8MB4: false,
+ isDefaultPhoneRegionSet: true,
isEnoughTempSpaceAvailableIfS3PrimaryStorageIsUsed: true,
reverseProxyDocs: 'https://docs.nextcloud.com/foo/bar.html',
reverseProxyGeneratedURL: 'http://server',
@@ -992,7 +1037,7 @@ describe('OC.SetupChecks tests', function() {
async.done(function( data, s, x ){
expect(data).toEqual([{
- msg: 'You are accessing your instance over a secure connection, however your instance is generating insecure URLs. This most likely means that you are behind a reverse proxy and the overwrite config variables are not set correctly. Please read <a href="https://docs.nextcloud.com/foo/bar.html" rel="noreferrer noopener">the documentation page about this</a>.',
+ msg: 'You are accessing your instance over a secure connection, however your instance is generating insecure URLs. This most likely means that you are behind a reverse proxy and the overwrite config variables are not set correctly. Please read <a target="_blank" rel="noreferrer noopener" class="external" href="https://docs.nextcloud.com/foo/bar.html">the documentation page about this ↗</a>.',
type: OC.SetupChecks.MESSAGE_TYPE_WARNING
}]);
done();
@@ -1015,7 +1060,7 @@ describe('OC.SetupChecks tests', function() {
hasValidTransactionIsolationLevel: true,
suggestedOverwriteCliURL: '',
isRandomnessSecure: true,
- securityDocs: 'https://docs.owncloud.org/myDocs.html',
+ securityDocs: 'https://docs.nextcloud.com/myDocs.html',
serverHasInternetConnectionProblems: false,
isMemcacheConfigured: true,
forwardedForHeadersWorking: true,
@@ -1026,6 +1071,8 @@ describe('OC.SetupChecks tests', function() {
isSettimelimitAvailable: true,
hasFreeTypeSupport: true,
missingIndexes: [],
+ missingPrimaryKeys: [],
+ missingColumns: [],
cronErrors: [],
cronInfo: {
diffInSeconds: 0
@@ -1035,6 +1082,7 @@ describe('OC.SetupChecks tests', function() {
recommendedPHPModules: [],
pendingBigIntConversionColumns: [],
isMysqlUsedWithoutUTF8MB4: false,
+ isDefaultPhoneRegionSet: true,
isEnoughTempSpaceAvailableIfS3PrimaryStorageIsUsed: false,
reverseProxyGeneratedURL: 'https://server',
})
@@ -1048,6 +1096,59 @@ describe('OC.SetupChecks tests', function() {
done();
});
});
+
+ it('should return an info if there is no default phone region', function(done) {
+ var async = OC.SetupChecks.checkSetup();
+
+ suite.server.requests[0].respond(
+ 200,
+ {
+ 'Content-Type': 'application/json',
+ },
+ JSON.stringify({
+ hasFileinfoInstalled: true,
+ isGetenvServerWorking: true,
+ isReadOnlyConfig: false,
+ hasWorkingFileLocking: true,
+ hasValidTransactionIsolationLevel: true,
+ suggestedOverwriteCliURL: '',
+ isRandomnessSecure: true,
+ securityDocs: 'https://docs.nextcloud.com/myDocs.html',
+ serverHasInternetConnectionProblems: false,
+ isMemcacheConfigured: true,
+ forwardedForHeadersWorking: true,
+ isCorrectMemcachedPHPModuleInstalled: true,
+ hasPassedCodeIntegrityCheck: true,
+ isOpcacheProperlySetup: true,
+ hasOpcacheLoaded: true,
+ isSettimelimitAvailable: true,
+ hasFreeTypeSupport: true,
+ missingIndexes: [],
+ missingPrimaryKeys: [],
+ missingColumns: [],
+ cronErrors: [],
+ cronInfo: {
+ diffInSeconds: 0
+ },
+ isMemoryLimitSufficient: true,
+ appDirsWithDifferentOwner: [],
+ recommendedPHPModules: [],
+ pendingBigIntConversionColumns: [],
+ isMysqlUsedWithoutUTF8MB4: false,
+ isDefaultPhoneRegionSet: false,
+ isEnoughTempSpaceAvailableIfS3PrimaryStorageIsUsed: true,
+ reverseProxyGeneratedURL: 'https://server',
+ })
+ );
+
+ async.done(function( data, s, x ){
+ expect(data).toEqual([{
+ msg: 'Your installation has no default phone region set. This is required to validate phone numbers in the profile settings without a country code. To allow numbers without a country code, please add "default_phone_region" with the respective <a target="_blank" rel="noreferrer noopener" class="external" href="https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2#Officially_assigned_code_elements">ISO 3166-1 code ↗</a> of the region to your config file.',
+ type: OC.SetupChecks.MESSAGE_TYPE_INFO
+ }]);
+ done();
+ });
+ });
});
describe('checkGeneric', function() {
@@ -1082,7 +1183,8 @@ describe('OC.SetupChecks tests', function() {
{
'Content-Type': 'application/json',
'Strict-Transport-Security': 'max-age=15768000'
- }
+ },
+ '{}'
);
async.done(function( data, s, x ){
@@ -1107,7 +1209,7 @@ describe('OC.SetupChecks tests', function() {
msg: 'The "X-XSS-Protection" HTTP header doesn\'t contain "1; mode=block". This is a potential security or privacy risk, as it is recommended to adjust this setting accordingly.',
type: OC.SetupChecks.MESSAGE_TYPE_WARNING
}, {
- msg: 'The "Referrer-Policy" HTTP header is not set to "no-referrer", "no-referrer-when-downgrade", "strict-origin", "strict-origin-when-cross-origin" or "same-origin". This can leak referer information. See the <a href="https://www.w3.org/TR/referrer-policy/" rel="noreferrer noopener">W3C Recommendation ↗</a>.',
+ msg: 'The "Referrer-Policy" HTTP header is not set to "no-referrer", "no-referrer-when-downgrade", "strict-origin", "strict-origin-when-cross-origin" or "same-origin". This can leak referer information. See the <a target="_blank" rel="noreferrer noopener" class="external" href="https://www.w3.org/TR/referrer-policy/">W3C Recommendation ↗</a>.',
type: OC.SetupChecks.MESSAGE_TYPE_INFO
}
]);
@@ -1389,7 +1491,7 @@ describe('OC.SetupChecks tests', function() {
result.done(function( data, s, x ){
expect(data).toEqual([
{
- msg: 'The "Referrer-Policy" HTTP header is not set to "no-referrer", "no-referrer-when-downgrade", "strict-origin", "strict-origin-when-cross-origin" or "same-origin". This can leak referer information. See the <a href="https://www.w3.org/TR/referrer-policy/" rel="noreferrer noopener">W3C Recommendation ↗</a>.',
+ msg: 'The "Referrer-Policy" HTTP header is not set to "no-referrer", "no-referrer-when-downgrade", "strict-origin", "strict-origin-when-cross-origin" or "same-origin". This can leak referer information. See the <a target="_blank" rel="noreferrer noopener" class="external" href="https://www.w3.org/TR/referrer-policy/">W3C Recommendation ↗</a>.',
type: OC.SetupChecks.MESSAGE_TYPE_INFO
}
]);
@@ -1415,7 +1517,7 @@ describe('OC.SetupChecks tests', function() {
result.done(function( data, s, x ){
expect(data).toEqual([
{
- msg: 'The "Referrer-Policy" HTTP header is not set to "no-referrer", "no-referrer-when-downgrade", "strict-origin", "strict-origin-when-cross-origin" or "same-origin". This can leak referer information. See the <a href="https://www.w3.org/TR/referrer-policy/" rel="noreferrer noopener">W3C Recommendation ↗</a>.',
+ msg: 'The "Referrer-Policy" HTTP header is not set to "no-referrer", "no-referrer-when-downgrade", "strict-origin", "strict-origin-when-cross-origin" or "same-origin". This can leak referer information. See the <a target="_blank" rel="noreferrer noopener" class="external" href="https://www.w3.org/TR/referrer-policy/">W3C Recommendation ↗</a>.',
type: OC.SetupChecks.MESSAGE_TYPE_INFO
}
]);
@@ -1441,7 +1543,7 @@ describe('OC.SetupChecks tests', function() {
result.done(function( data, s, x ){
expect(data).toEqual([
{
- msg: 'The "Referrer-Policy" HTTP header is not set to "no-referrer", "no-referrer-when-downgrade", "strict-origin", "strict-origin-when-cross-origin" or "same-origin". This can leak referer information. See the <a href="https://www.w3.org/TR/referrer-policy/" rel="noreferrer noopener">W3C Recommendation ↗</a>.',
+ msg: 'The "Referrer-Policy" HTTP header is not set to "no-referrer", "no-referrer-when-downgrade", "strict-origin", "strict-origin-when-cross-origin" or "same-origin". This can leak referer information. See the <a target="_blank" rel="noreferrer noopener" class="external" href="https://www.w3.org/TR/referrer-policy/">W3C Recommendation ↗</a>.',
type: OC.SetupChecks.MESSAGE_TYPE_INFO
}
]);
@@ -1469,7 +1571,7 @@ describe('OC.SetupChecks tests', function() {
async.done(function( data, s, x ){
expect(data).toEqual([{
- msg: 'Accessing site insecurely via HTTP. You are strongly advised to set up your server to require HTTPS instead, as described in the <a href="https://docs.example.org/admin-security">security tips ↗</a>.',
+ msg: 'Accessing site insecurely via HTTP. You are strongly advised to set up your server to require HTTPS instead, as described in the <a target="_blank" rel="noreferrer noopener" class="external" href="https://docs.example.org/admin-security">security tips ↗</a>.',
type: OC.SetupChecks.MESSAGE_TYPE_WARNING
}]);
done();
@@ -1516,7 +1618,7 @@ describe('OC.SetupChecks tests', function() {
async.done(function( data, s, x ){
expect(data).toEqual([{
- msg: 'The "Strict-Transport-Security" HTTP header is not set to at least "15552000" seconds. For enhanced security, it is recommended to enable HSTS as described in the <a rel="noreferrer noopener" href="https://docs.example.org/admin-security">security tips ↗</a>.',
+ msg: 'The "Strict-Transport-Security" HTTP header is not set to at least "15552000" seconds. For enhanced security, it is recommended to enable HSTS as described in the <a target="_blank" rel="noreferrer noopener" class="external" href="https://docs.example.org/admin-security">security tips ↗</a>.',
type: OC.SetupChecks.MESSAGE_TYPE_WARNING
}]);
done();
@@ -1542,7 +1644,7 @@ describe('OC.SetupChecks tests', function() {
async.done(function( data, s, x ){
expect(data).toEqual([{
- msg: 'The "Strict-Transport-Security" HTTP header is not set to at least "15552000" seconds. For enhanced security, it is recommended to enable HSTS as described in the <a rel="noreferrer noopener" href="https://docs.example.org/admin-security">security tips ↗</a>.',
+ msg: 'The "Strict-Transport-Security" HTTP header is not set to at least "15552000" seconds. For enhanced security, it is recommended to enable HSTS as described in the <a target="_blank" rel="noreferrer noopener" class="external" href="https://docs.example.org/admin-security">security tips ↗</a>.',
type: OC.SetupChecks.MESSAGE_TYPE_WARNING
}]);
done();
@@ -1568,7 +1670,7 @@ describe('OC.SetupChecks tests', function() {
async.done(function( data, s, x ){
expect(data).toEqual([{
- msg: 'The "Strict-Transport-Security" HTTP header is not set to at least "15552000" seconds. For enhanced security, it is recommended to enable HSTS as described in the <a rel="noreferrer noopener" href="https://docs.example.org/admin-security">security tips ↗</a>.',
+ msg: 'The "Strict-Transport-Security" HTTP header is not set to at least "15552000" seconds. For enhanced security, it is recommended to enable HSTS as described in the <a target="_blank" rel="noreferrer noopener" class="external" href="https://docs.example.org/admin-security">security tips ↗</a>.',
type: OC.SetupChecks.MESSAGE_TYPE_WARNING
}]);
done();
diff --git a/core/js/update.js b/core/js/update.js
index 842f85c2f18..5c1054adcb4 100644
--- a/core/js/update.js
+++ b/core/js/update.js
@@ -11,6 +11,7 @@
(function() {
OC.Update = {
_started : false,
+ options: {},
/**
* Start the update process.
@@ -22,6 +23,7 @@
return;
}
+ this.options = options;
var hasWarnings = false;
this.$el = $el;
@@ -72,7 +74,7 @@
var updateUnsuccessful = $('<p>');
if(message === 'Exception: Updates between multiple major versions and downgrades are unsupported.') {
updateUnsuccessful.append(t('core', 'The update was unsuccessful. For more information <a href="{url}">check our forum post</a> covering this issue.', {'url': 'https://help.nextcloud.com/t/updates-between-multiple-major-versions-are-unsupported/7094'}));
- } else {
+ } else if (OC.Update.options.productName === 'Nextcloud') {
updateUnsuccessful.append(t('core', 'The update was unsuccessful. ' +
'Please report this issue to the ' +
'<a href="https://github.com/nextcloud/server/issues" target="_blank">Nextcloud community</a>.'));
@@ -86,18 +88,15 @@
$('#update-progress-icon')
.addClass('icon-checkmark-white')
- .removeClass('icon-loading-dark');
+ .removeClass('icon-loading-dark');
if (hasWarnings) {
$el.find('.update-show-detailed').before(
- $('<input type="button" class="update-continue" value="'+t('core', 'Continue to Nextcloud')+'">').on('click', function() {
+ $('<input type="button" class="update-continue" value="'+t('core', 'Continue to {productName}', OC.Update.options)+'">').on('click', function() {
window.location.reload();
})
);
} else {
- // FIXME: use product name
-
-
$el.find('.update-show-detailed').before(
$('<p id="redirect-countdown"></p>')
);
@@ -115,7 +114,9 @@
updateCountdown: function (i, total) {
setTimeout(function(){
- $("#redirect-countdown").text(n('core', 'The update was successful. Redirecting you to Nextcloud in %n second.', 'The update was successful. Redirecting you to Nextcloud in %n seconds.', i));
+ $("#redirect-countdown").text(
+ n('core', 'The update was successful. Redirecting you to {productName} in %n second.', 'The update was successful. Redirecting you to {productName} in %n seconds.', i, OC.Update.options)
+ );
}, (total - i) * 1000);
},
@@ -145,7 +146,7 @@
})();
-$(document).ready(function() {
+window.addEventListener('DOMContentLoaded', function() {
$('.updateButton').on('click', function() {
var $updateEl = $('.update');
var $progressEl = $('.update-progress');
diff --git a/core/l10n/af.js b/core/l10n/af.js
deleted file mode 100644
index 24a83e4cdf9..00000000000
--- a/core/l10n/af.js
+++ /dev/null
@@ -1,252 +0,0 @@
-OC.L10N.register(
- "core",
- {
- "Please select a file." : "Kies asb. ’n lêer.",
- "File is too big" : "Lêer is te groot",
- "The selected file is not an image." : "Die gekose lêer is nie ’n beeld nie.",
- "The selected file cannot be read." : "Die gekose lêer kan nie gelees word nie.",
- "Invalid file provided" : "Ongeldige lêer verskaf",
- "No image or file provided" : "Geen beeld of lêer verskaf nie",
- "Unknown filetype" : "Onbekende lêertipe",
- "Invalid image" : "Ongeldige beeld",
- "An error occurred. Please contact your admin." : "'n Fout het voorgekom. Kontak asseblief u administrateur.",
- "No temporary profile picture available, try again" : "Geen tydelike profielfoto beskikbaar nie, probeer weer",
- "No crop data provided" : "Geen snoeidata verskaf nie",
- "No valid crop data provided" : "Geen geldige snoeidata verskaf nie",
- "Crop is not square" : "Snoei is nie vierkantig nie",
- "State token does not match" : "Toestandteken pas nie",
- "Password reset is disabled" : "Wagwoordherstel is gedeaktiveer",
- "Couldn't reset password because the token is invalid" : "Kon nie wagwoord herstel nie aangesien die teken ongeldig is",
- "Couldn't reset password because the token is expired" : "Kon nie wagwoord herstel nie aangesien die teken verval het",
- "%s password reset" : "%s wagwoord herstel",
- "Password reset" : "Wagwoord herstel",
- "Click the following button to reset your password. If you have not requested the password reset, then ignore this email." : "Klik op die volgende knoppie om jou wagwoord te herstel. As jy nie 'n wagwoordherstel aangevra het nie, ignoreer dié e-pos.",
- "Click the following link to reset your password. If you have not requested the password reset, then ignore this email." : "Klik op die volgende skakel om jou wagwoord te herstel. As jy nie 'n wagwoordherstel aangevra het nie, ignoreer dié e-pos.",
- "Reset your password" : "Herstel jou wagwoord",
- "Preparing update" : "Berei bywerking voor",
- "[%d / %d]: %s" : "[%d / %d]: %s",
- "[%d / %d]: Checking table %s" : "[%d / %d]: Ondersoek tans tabel %s",
- "Turned on maintenance mode" : "Onderhoudsmodus is aangeskakel",
- "Turned off maintenance mode" : "Onderhoudsmodus is afgeskakel",
- "Maintenance mode is kept active" : "Onderhoudsmodus word aktief gehou",
- "Updating database schema" : "Werk tans databasis skema by",
- "Updated database" : "Databasis is bygewerk",
- "Checking whether the database schema can be updated (this can take a long time depending on the database size)" : "Ondersoek tans of die databasis skema bygewerk kan word (afhangende van die databasis grootte kan dit lank neem)",
- "Checked database schema update" : "Databasis skema bywerking nagegaan",
- "Checking updates of apps" : "Kontroleer tans bywerking vir toeps",
- "Checking for update of app \"%s\" in appstore" : "Kontroleer tans bywerking vir toep \"%s\" in die toepwinkel",
- "Update app \"%s\" from appstore" : "Werk toep \"%s\" van die toepwinkel by",
- "Starting code integrity check" : "Kode integriteit word tans nagegaan",
- "Finished code integrity check" : "Kode integriteit is suksesvol nagegaan",
- "%s (incompatible)" : "%s (onversoenbaar)",
- "Following apps have been disabled: %s" : "Die volgende toeps is gedeaktiveer: %s",
- "Already up to date" : "Reeds op datum",
- "Error occurred while checking server setup" : "'n Fout het voorgekom tydens die nagaan van die bediener se konfigurasie",
- "Non-existing tag #{tag}" : "Merker #{tag} bestaan nie",
- "restricted" : "beperk",
- "invisible" : "onsigbaar",
- "Delete" : "Skrap",
- "Rename" : "Hernoem",
- "Collaborative tags" : "Samewerkende merkers",
- "No tags found" : "Geen merkers gevind nie",
- "unknown text" : "onbekende teks",
- "Hello world!" : "Hallo wêreld!",
- "sunny" : "sonnig",
- "Hello {name}, the weather is {weather}" : "Hallo {name}, die weer is {weather}",
- "Hello {name}" : "Hallo {name}",
- "new" : "nuwe",
- "_download %n file_::_download %n files_" : ["%n leër afgelaai","%n leërs afgelaai"],
- "Update to {version}" : "Werk by na {version}",
- "An error occurred." : "'n Fout het voorgekom.",
- "Please reload the page." : "Herlaai asseblief die bladsy.",
- "Continue to Nextcloud" : "Gaan voort na Nextcloud",
- "_The update was successful. Redirecting you to Nextcloud in %n second._::_The update was successful. Redirecting you to Nextcloud in %n seconds._" : ["Die bywerking was suksesvol. U gaan oor %n sekonde na Nextcloud herlei word.","Die bywerking was suksesvol. U gaan oor %n sekondes na Nextcloud herlei word."],
- "Searching other places" : "Soek tans in ander plekke",
- "_{count} search result in another folder_::_{count} search results in other folders_" : ["{count} soek resultaat in 'n ander gids","{count} soek resultate in ander gidse"],
- "Please contact your administrator." : "Kontak asseblief jou administrateur.",
- "An internal error occurred." : "'n Interne fout het voorgekom.",
- "Please try again or contact your administrator." : "Probeer asseblief weer of kontak jou administrateur.",
- "Username or email" : "Gebruikersnaam of e-pos",
- "Password" : "Wagwoord",
- "Log in" : "Meld aan",
- "Logging in …" : "Meld tans aan …",
- "Wrong username or password." : "Verkeerde gebruikersnaam of wagwoord.",
- "Reset password" : "Herstel wagwoord",
- "Couldn't send reset email. Please contact your administrator." : "Kon nie die herstel-e-pos stuur nie. Kontak asseblief jou administrateur.",
- "Password can not be changed. Please contact your administrator." : "Wagwoord kan nie verander word nie. Kontak asseblief u administrateur.",
- "Back to login" : "Terug na aanmelding",
- "New password" : "Nuwe wagwoord",
- "I know what I'm doing" : "Ek weet wat ek doen",
- "Cancel" : "Kanselleer",
- "Forgot password?" : "Wagwoord vergeet?",
- "Settings" : "Instellings",
- "Could not load your contacts" : "Kon nie u kontakte laai nie",
- "Search contacts …" : "Soek kontakte …",
- "No contacts found" : "Geen kontakte gevind nie",
- "Show all contacts …" : "Vertoon alle kontakte …",
- "Loading your contacts …" : "Laai tans u kontakte …",
- "Looking for {term} …" : "Soek tans vir {term} …",
- "No" : "Nee",
- "Yes" : "Ja",
- "No files in here" : "Geen lêers hier nie",
- "New folder" : "Nuwe vouer",
- "Name" : "Naam",
- "Size" : "Grootte",
- "Modified" : "Gewysig",
- "\"{name}\" is an invalid file name." : "\"{name}\" is nie 'n geldige lêer naam nie.",
- "File name cannot be empty." : "Lêernaam kan nie leeg wees nie.",
- "\"/\" is not allowed inside a file name." : "\"/\" word nie binne 'n lêernaam toegelaat nie.",
- "{newName} already exists" : "{newName} bestaan reeds",
- "Choose" : "Kies",
- "Copy" : "Kopieer",
- "Move" : "Skuif",
- "OK" : "OK",
- "read-only" : "lees-alleen",
- "_{count} file conflict_::_{count} file conflicts_" : ["{count} lêerkonflik","{count} lêerkonflikte"],
- "One file conflict" : "Een lêerkonflik",
- "New Files" : "Nuwe lêers",
- "Already existing files" : "Reeds bestaande lêers",
- "Which files do you want to keep?" : "Watter lêers wil jy hou?",
- "Continue" : "Gaan voort",
- "(all selected)" : "(almal gekies)",
- "({count} selected)" : "({count} gekies)",
- "Pending" : "Hangend",
- "Copy to {folder}" : "Kopieer na {folder}",
- "Move to {folder}" : "Skuif na {folder}",
- "Saving …" : "Word gestoor …",
- "Authentication required" : "Verifikasie word vereis",
- "This action requires you to confirm your password" : "Die aksie vereis dat jy jou wagwoord bevestig",
- "Confirm" : "Bevestig",
- "Failed to authenticate, try again" : "Kon nie verifieer nie, probeer weer",
- "seconds ago" : "sekondes gelede",
- "Connection to server lost" : "Verbinding met bediener verloor",
- "_Problem loading page, reloading in %n second_::_Problem loading page, reloading in %n seconds_" : ["Probleem om bladsy te laai, herlaai in %n sekonde","Probleem om bladsy te laai, herlaai oor %n sekondes"],
- "Very weak password" : "Baie swak wagwoord",
- "Weak password" : "Swak wagwoord",
- "So-so password" : "Gemiddelde wagwoord",
- "Good password" : "Goeie wagwoord",
- "Strong password" : "Sterk wagwoord",
- "No action available" : "Geen beskikbare aksies nie",
- "Personal" : "Persoonlik",
- "Users" : "Gebruikers",
- "Apps" : "Toeps",
- "Admin" : "Admin",
- "Help" : "Hulp",
- "Access forbidden" : "Toegang verbode",
- "File not found" : "Lêer nie gevind nie",
- "Back to %s" : "Terug na %s",
- "Error" : "Fout",
- "Internal Server Error" : "Interne bedienerfout",
- "The server was unable to complete your request." : "Die bediener was nie in staat om u versoek te voltooi nie.",
- "More details can be found in the server log." : "Meer besonderhede kan in die bediener joernaal gevind word.",
- "Technical details" : "Tegniese besonderhede",
- "Remote Address: %s" : "Afgeleë adres: %s",
- "Request ID: %s" : "Versoek-ID: %s",
- "Type: %s" : "Tipe: %s",
- "Code: %s" : "Kode: %s",
- "Message: %s" : "Boodskap: %s",
- "File: %s" : "Lêer: %s",
- "Line: %s" : "Lyn: %s",
- "Trace" : "Spoor",
- "Security warning" : "Sekuriteitswaarskuwing",
- "Username" : "Gebruikernaam",
- "Storage & database" : "Berging & databasis",
- "Data folder" : "Datagids",
- "Only %s is available." : "Slegs %s is beskikbaar.",
- "Database user" : "Databasisgebruiker",
- "Database password" : "Databasis wagwoord",
- "Database name" : "Databasisnaam",
- "Database tablespace" : "Databasistabelruimte",
- "Database host" : "Databasis gasheer",
- "Finish setup" : "Voltooi opstelling",
- "Finishing …" : "Maak klaar …",
- "Need help?" : "Hulp nodig?",
- "See the documentation" : "Lees die dokumentasie",
- "More apps" : "Meer toeps",
- "More" : "Meer",
- "Search" : "Soek",
- "Reset search" : "Herstel soek",
- "Contacts" : "Kontakte",
- "Contacts menu" : "Kontakkieslys",
- "Settings menu" : "Instellingskieslys",
- "Confirm your password" : "Bevestig jou wagwoord",
- "App token" : "Toep-tekseenheid",
- "Grant access" : "Verleen toegang",
- "Account access" : "Rekening toegang",
- "The password is wrong. Try again." : "Die wagwoord is verkeerd. Probeer weer.",
- "Two-factor authentication" : "Twee-faktor-verifikasie",
- "Use backup code" : "Gebruik rugsteunkode",
- "Error while validating your second factor" : "Fout terwyl u tweede faktor gevalideer word",
- "App update required" : "Toepbywerking benodig",
- "These apps will be updated:" : "Die volgende toeps sal bygewerk word:",
- "These incompatible apps will be disabled:" : "Die volgende onversoenbare toeps sal gedeaktiveer word:",
- "The theme %s has been disabled." : "Die tema %s is gedeaktiveer.",
- "Start update" : "Begin bywerking",
- "Detailed logs" : "Gedetailleerde joernale",
- "Update needed" : "Bywerking benodig",
- "Could not send reset email because there is no email address for this username. Please contact your administrator." : "Kon nie die herstel-e-pos stuur nie aangesien daar geen e-posadres met die gebruikersnaam geassosieer is nie. Kontak asseblief jou administrateur.",
- "Couldn't send reset email. Please make sure your username is correct." : "Kon nie die herstel e-pos stuur nie. Kontroleer jou gebruikersnaam.",
- "Sending email …" : "Stuur tans e-pos …",
- "Shared" : "Gedeel",
- "Shared with" : "Gedeel met",
- "Shared by" : "Gedeel deur",
- "Choose a password for the public link" : "Kies 'n wagwoord vir die publieke skakel",
- "Choose a password for the public link or press the \"Enter\" key" : "Kies 'n wagwoord vir die publieke skakel, of druk die \"Enter\" sleutel",
- "Copied!" : "Gekopieer!",
- "Copy link" : "Kopieer skakel",
- "Not supported!" : "Word nie ondersteun nie!",
- "Press ⌘-C to copy." : "Druk ⌘-C om te kopieer.",
- "Press Ctrl-C to copy." : "Druk Ctrl-C om te kopieer.",
- "Resharing is not allowed" : "Herdeling word nie toegelaat nie",
- "Link" : "Skakel",
- "Password protect" : "Beskerm met 'n wagwoord",
- "Allow editing" : "Laat redigering toe",
- "Email link to person" : "Stuur die skakel per e-pos na die persoon",
- "Send" : "Stuur",
- "Allow upload and editing" : "Laat oplaai en redigering toe",
- "Read only" : "Leesalleen",
- "File drop (upload only)" : "Lêer val (slegs oplaai)",
- "Set expiration date" : "Stel vervaldatum",
- "Expiration" : "Verval",
- "Expiration date" : "Vervaldatum",
- "Unshare" : "Ontdeel",
- "Share to {name}" : "Deel met {name}",
- "Share link" : "Deel skakel",
- "Could not unshare" : "Kon nie ontdeel nie",
- "Shared with you and the group {group} by {owner}" : "Gedeel met u en die groep {group} deur {owner}",
- "Shared with you by {owner}" : "Gedeel met u deur {owner}",
- "Choose a password for the mail share" : "Kies 'n wagwoord vir die e-pos lêer deel ",
- "group" : "groep",
- "remote" : "afgeleë",
- "email" : "e-pos",
- "shared by {sharer}" : "gedeel deur {sharer}",
- "Can reshare" : "Kan herdeel",
- "Can edit" : "Kan redigeer",
- "Can create" : "Kan skep",
- "Can change" : "Kan verander",
- "Can delete" : "Kan skrap",
- "Access control" : "Toegangsbeheer",
- "Error while sharing" : "Fout terwyl deel",
- "Share details could not be loaded for this item." : "Deel besonderhede kon nie vir die item gelaai word nie.",
- "_At least {count} character is needed for autocompletion_::_At least {count} characters are needed for autocompletion_" : ["Ten minste {count} karakter word benodig vir outomatiese aanvulling","Ten minste {count} karakters word benodig vir outomatiese aanvulling"],
- "No users or groups found for {search}" : "Geen gebruikers of groepe gevind vir {search}",
- "No users found for {search}" : "Geen gebruiker gevind vir {search}",
- "An error occurred (\"{message}\"). Please try again" : "'n Fout het voorgekom (\"{message}\"). Probeer asseblief weer",
- "An error occurred. Please try again" : "'n Fout het voorgekom. Probeer asseblief weer",
- "Home" : "Tuis",
- "Work" : "Werk",
- "Other" : "Ander",
- "{sharee} ({type}, {owner})" : "{sharee} ({type}, {owner})",
- "Share" : "Deel",
- "Name or email address..." : "Naam of e-posadres...",
- "Name or federated cloud ID..." : "Naam of gefedereerde wolk-ID...",
- "Name, federated cloud ID or email address..." : "Naam, gefedereerde wolk-ID of e-posadres...",
- "Name..." : "Naam...",
- "Error removing share" : "Fout terwyl deel verwyder word",
- "({scope})" : "({scope})",
- "Saving..." : "Stoor tans…",
- "Dismiss" : "Ontslaan",
- "New Password" : "Nuwe wagwoord",
- "Cancel log in" : "Kanselleer aanmelding"
-},
-"nplurals=2; plural=(n != 1);");
diff --git a/core/l10n/af.json b/core/l10n/af.json
deleted file mode 100644
index 4a98e97742d..00000000000
--- a/core/l10n/af.json
+++ /dev/null
@@ -1,250 +0,0 @@
-{ "translations": {
- "Please select a file." : "Kies asb. ’n lêer.",
- "File is too big" : "Lêer is te groot",
- "The selected file is not an image." : "Die gekose lêer is nie ’n beeld nie.",
- "The selected file cannot be read." : "Die gekose lêer kan nie gelees word nie.",
- "Invalid file provided" : "Ongeldige lêer verskaf",
- "No image or file provided" : "Geen beeld of lêer verskaf nie",
- "Unknown filetype" : "Onbekende lêertipe",
- "Invalid image" : "Ongeldige beeld",
- "An error occurred. Please contact your admin." : "'n Fout het voorgekom. Kontak asseblief u administrateur.",
- "No temporary profile picture available, try again" : "Geen tydelike profielfoto beskikbaar nie, probeer weer",
- "No crop data provided" : "Geen snoeidata verskaf nie",
- "No valid crop data provided" : "Geen geldige snoeidata verskaf nie",
- "Crop is not square" : "Snoei is nie vierkantig nie",
- "State token does not match" : "Toestandteken pas nie",
- "Password reset is disabled" : "Wagwoordherstel is gedeaktiveer",
- "Couldn't reset password because the token is invalid" : "Kon nie wagwoord herstel nie aangesien die teken ongeldig is",
- "Couldn't reset password because the token is expired" : "Kon nie wagwoord herstel nie aangesien die teken verval het",
- "%s password reset" : "%s wagwoord herstel",
- "Password reset" : "Wagwoord herstel",
- "Click the following button to reset your password. If you have not requested the password reset, then ignore this email." : "Klik op die volgende knoppie om jou wagwoord te herstel. As jy nie 'n wagwoordherstel aangevra het nie, ignoreer dié e-pos.",
- "Click the following link to reset your password. If you have not requested the password reset, then ignore this email." : "Klik op die volgende skakel om jou wagwoord te herstel. As jy nie 'n wagwoordherstel aangevra het nie, ignoreer dié e-pos.",
- "Reset your password" : "Herstel jou wagwoord",
- "Preparing update" : "Berei bywerking voor",
- "[%d / %d]: %s" : "[%d / %d]: %s",
- "[%d / %d]: Checking table %s" : "[%d / %d]: Ondersoek tans tabel %s",
- "Turned on maintenance mode" : "Onderhoudsmodus is aangeskakel",
- "Turned off maintenance mode" : "Onderhoudsmodus is afgeskakel",
- "Maintenance mode is kept active" : "Onderhoudsmodus word aktief gehou",
- "Updating database schema" : "Werk tans databasis skema by",
- "Updated database" : "Databasis is bygewerk",
- "Checking whether the database schema can be updated (this can take a long time depending on the database size)" : "Ondersoek tans of die databasis skema bygewerk kan word (afhangende van die databasis grootte kan dit lank neem)",
- "Checked database schema update" : "Databasis skema bywerking nagegaan",
- "Checking updates of apps" : "Kontroleer tans bywerking vir toeps",
- "Checking for update of app \"%s\" in appstore" : "Kontroleer tans bywerking vir toep \"%s\" in die toepwinkel",
- "Update app \"%s\" from appstore" : "Werk toep \"%s\" van die toepwinkel by",
- "Starting code integrity check" : "Kode integriteit word tans nagegaan",
- "Finished code integrity check" : "Kode integriteit is suksesvol nagegaan",
- "%s (incompatible)" : "%s (onversoenbaar)",
- "Following apps have been disabled: %s" : "Die volgende toeps is gedeaktiveer: %s",
- "Already up to date" : "Reeds op datum",
- "Error occurred while checking server setup" : "'n Fout het voorgekom tydens die nagaan van die bediener se konfigurasie",
- "Non-existing tag #{tag}" : "Merker #{tag} bestaan nie",
- "restricted" : "beperk",
- "invisible" : "onsigbaar",
- "Delete" : "Skrap",
- "Rename" : "Hernoem",
- "Collaborative tags" : "Samewerkende merkers",
- "No tags found" : "Geen merkers gevind nie",
- "unknown text" : "onbekende teks",
- "Hello world!" : "Hallo wêreld!",
- "sunny" : "sonnig",
- "Hello {name}, the weather is {weather}" : "Hallo {name}, die weer is {weather}",
- "Hello {name}" : "Hallo {name}",
- "new" : "nuwe",
- "_download %n file_::_download %n files_" : ["%n leër afgelaai","%n leërs afgelaai"],
- "Update to {version}" : "Werk by na {version}",
- "An error occurred." : "'n Fout het voorgekom.",
- "Please reload the page." : "Herlaai asseblief die bladsy.",
- "Continue to Nextcloud" : "Gaan voort na Nextcloud",
- "_The update was successful. Redirecting you to Nextcloud in %n second._::_The update was successful. Redirecting you to Nextcloud in %n seconds._" : ["Die bywerking was suksesvol. U gaan oor %n sekonde na Nextcloud herlei word.","Die bywerking was suksesvol. U gaan oor %n sekondes na Nextcloud herlei word."],
- "Searching other places" : "Soek tans in ander plekke",
- "_{count} search result in another folder_::_{count} search results in other folders_" : ["{count} soek resultaat in 'n ander gids","{count} soek resultate in ander gidse"],
- "Please contact your administrator." : "Kontak asseblief jou administrateur.",
- "An internal error occurred." : "'n Interne fout het voorgekom.",
- "Please try again or contact your administrator." : "Probeer asseblief weer of kontak jou administrateur.",
- "Username or email" : "Gebruikersnaam of e-pos",
- "Password" : "Wagwoord",
- "Log in" : "Meld aan",
- "Logging in …" : "Meld tans aan …",
- "Wrong username or password." : "Verkeerde gebruikersnaam of wagwoord.",
- "Reset password" : "Herstel wagwoord",
- "Couldn't send reset email. Please contact your administrator." : "Kon nie die herstel-e-pos stuur nie. Kontak asseblief jou administrateur.",
- "Password can not be changed. Please contact your administrator." : "Wagwoord kan nie verander word nie. Kontak asseblief u administrateur.",
- "Back to login" : "Terug na aanmelding",
- "New password" : "Nuwe wagwoord",
- "I know what I'm doing" : "Ek weet wat ek doen",
- "Cancel" : "Kanselleer",
- "Forgot password?" : "Wagwoord vergeet?",
- "Settings" : "Instellings",
- "Could not load your contacts" : "Kon nie u kontakte laai nie",
- "Search contacts …" : "Soek kontakte …",
- "No contacts found" : "Geen kontakte gevind nie",
- "Show all contacts …" : "Vertoon alle kontakte …",
- "Loading your contacts …" : "Laai tans u kontakte …",
- "Looking for {term} …" : "Soek tans vir {term} …",
- "No" : "Nee",
- "Yes" : "Ja",
- "No files in here" : "Geen lêers hier nie",
- "New folder" : "Nuwe vouer",
- "Name" : "Naam",
- "Size" : "Grootte",
- "Modified" : "Gewysig",
- "\"{name}\" is an invalid file name." : "\"{name}\" is nie 'n geldige lêer naam nie.",
- "File name cannot be empty." : "Lêernaam kan nie leeg wees nie.",
- "\"/\" is not allowed inside a file name." : "\"/\" word nie binne 'n lêernaam toegelaat nie.",
- "{newName} already exists" : "{newName} bestaan reeds",
- "Choose" : "Kies",
- "Copy" : "Kopieer",
- "Move" : "Skuif",
- "OK" : "OK",
- "read-only" : "lees-alleen",
- "_{count} file conflict_::_{count} file conflicts_" : ["{count} lêerkonflik","{count} lêerkonflikte"],
- "One file conflict" : "Een lêerkonflik",
- "New Files" : "Nuwe lêers",
- "Already existing files" : "Reeds bestaande lêers",
- "Which files do you want to keep?" : "Watter lêers wil jy hou?",
- "Continue" : "Gaan voort",
- "(all selected)" : "(almal gekies)",
- "({count} selected)" : "({count} gekies)",
- "Pending" : "Hangend",
- "Copy to {folder}" : "Kopieer na {folder}",
- "Move to {folder}" : "Skuif na {folder}",
- "Saving …" : "Word gestoor …",
- "Authentication required" : "Verifikasie word vereis",
- "This action requires you to confirm your password" : "Die aksie vereis dat jy jou wagwoord bevestig",
- "Confirm" : "Bevestig",
- "Failed to authenticate, try again" : "Kon nie verifieer nie, probeer weer",
- "seconds ago" : "sekondes gelede",
- "Connection to server lost" : "Verbinding met bediener verloor",
- "_Problem loading page, reloading in %n second_::_Problem loading page, reloading in %n seconds_" : ["Probleem om bladsy te laai, herlaai in %n sekonde","Probleem om bladsy te laai, herlaai oor %n sekondes"],
- "Very weak password" : "Baie swak wagwoord",
- "Weak password" : "Swak wagwoord",
- "So-so password" : "Gemiddelde wagwoord",
- "Good password" : "Goeie wagwoord",
- "Strong password" : "Sterk wagwoord",
- "No action available" : "Geen beskikbare aksies nie",
- "Personal" : "Persoonlik",
- "Users" : "Gebruikers",
- "Apps" : "Toeps",
- "Admin" : "Admin",
- "Help" : "Hulp",
- "Access forbidden" : "Toegang verbode",
- "File not found" : "Lêer nie gevind nie",
- "Back to %s" : "Terug na %s",
- "Error" : "Fout",
- "Internal Server Error" : "Interne bedienerfout",
- "The server was unable to complete your request." : "Die bediener was nie in staat om u versoek te voltooi nie.",
- "More details can be found in the server log." : "Meer besonderhede kan in die bediener joernaal gevind word.",
- "Technical details" : "Tegniese besonderhede",
- "Remote Address: %s" : "Afgeleë adres: %s",
- "Request ID: %s" : "Versoek-ID: %s",
- "Type: %s" : "Tipe: %s",
- "Code: %s" : "Kode: %s",
- "Message: %s" : "Boodskap: %s",
- "File: %s" : "Lêer: %s",
- "Line: %s" : "Lyn: %s",
- "Trace" : "Spoor",
- "Security warning" : "Sekuriteitswaarskuwing",
- "Username" : "Gebruikernaam",
- "Storage & database" : "Berging & databasis",
- "Data folder" : "Datagids",
- "Only %s is available." : "Slegs %s is beskikbaar.",
- "Database user" : "Databasisgebruiker",
- "Database password" : "Databasis wagwoord",
- "Database name" : "Databasisnaam",
- "Database tablespace" : "Databasistabelruimte",
- "Database host" : "Databasis gasheer",
- "Finish setup" : "Voltooi opstelling",
- "Finishing …" : "Maak klaar …",
- "Need help?" : "Hulp nodig?",
- "See the documentation" : "Lees die dokumentasie",
- "More apps" : "Meer toeps",
- "More" : "Meer",
- "Search" : "Soek",
- "Reset search" : "Herstel soek",
- "Contacts" : "Kontakte",
- "Contacts menu" : "Kontakkieslys",
- "Settings menu" : "Instellingskieslys",
- "Confirm your password" : "Bevestig jou wagwoord",
- "App token" : "Toep-tekseenheid",
- "Grant access" : "Verleen toegang",
- "Account access" : "Rekening toegang",
- "The password is wrong. Try again." : "Die wagwoord is verkeerd. Probeer weer.",
- "Two-factor authentication" : "Twee-faktor-verifikasie",
- "Use backup code" : "Gebruik rugsteunkode",
- "Error while validating your second factor" : "Fout terwyl u tweede faktor gevalideer word",
- "App update required" : "Toepbywerking benodig",
- "These apps will be updated:" : "Die volgende toeps sal bygewerk word:",
- "These incompatible apps will be disabled:" : "Die volgende onversoenbare toeps sal gedeaktiveer word:",
- "The theme %s has been disabled." : "Die tema %s is gedeaktiveer.",
- "Start update" : "Begin bywerking",
- "Detailed logs" : "Gedetailleerde joernale",
- "Update needed" : "Bywerking benodig",
- "Could not send reset email because there is no email address for this username. Please contact your administrator." : "Kon nie die herstel-e-pos stuur nie aangesien daar geen e-posadres met die gebruikersnaam geassosieer is nie. Kontak asseblief jou administrateur.",
- "Couldn't send reset email. Please make sure your username is correct." : "Kon nie die herstel e-pos stuur nie. Kontroleer jou gebruikersnaam.",
- "Sending email …" : "Stuur tans e-pos …",
- "Shared" : "Gedeel",
- "Shared with" : "Gedeel met",
- "Shared by" : "Gedeel deur",
- "Choose a password for the public link" : "Kies 'n wagwoord vir die publieke skakel",
- "Choose a password for the public link or press the \"Enter\" key" : "Kies 'n wagwoord vir die publieke skakel, of druk die \"Enter\" sleutel",
- "Copied!" : "Gekopieer!",
- "Copy link" : "Kopieer skakel",
- "Not supported!" : "Word nie ondersteun nie!",
- "Press ⌘-C to copy." : "Druk ⌘-C om te kopieer.",
- "Press Ctrl-C to copy." : "Druk Ctrl-C om te kopieer.",
- "Resharing is not allowed" : "Herdeling word nie toegelaat nie",
- "Link" : "Skakel",
- "Password protect" : "Beskerm met 'n wagwoord",
- "Allow editing" : "Laat redigering toe",
- "Email link to person" : "Stuur die skakel per e-pos na die persoon",
- "Send" : "Stuur",
- "Allow upload and editing" : "Laat oplaai en redigering toe",
- "Read only" : "Leesalleen",
- "File drop (upload only)" : "Lêer val (slegs oplaai)",
- "Set expiration date" : "Stel vervaldatum",
- "Expiration" : "Verval",
- "Expiration date" : "Vervaldatum",
- "Unshare" : "Ontdeel",
- "Share to {name}" : "Deel met {name}",
- "Share link" : "Deel skakel",
- "Could not unshare" : "Kon nie ontdeel nie",
- "Shared with you and the group {group} by {owner}" : "Gedeel met u en die groep {group} deur {owner}",
- "Shared with you by {owner}" : "Gedeel met u deur {owner}",
- "Choose a password for the mail share" : "Kies 'n wagwoord vir die e-pos lêer deel ",
- "group" : "groep",
- "remote" : "afgeleë",
- "email" : "e-pos",
- "shared by {sharer}" : "gedeel deur {sharer}",
- "Can reshare" : "Kan herdeel",
- "Can edit" : "Kan redigeer",
- "Can create" : "Kan skep",
- "Can change" : "Kan verander",
- "Can delete" : "Kan skrap",
- "Access control" : "Toegangsbeheer",
- "Error while sharing" : "Fout terwyl deel",
- "Share details could not be loaded for this item." : "Deel besonderhede kon nie vir die item gelaai word nie.",
- "_At least {count} character is needed for autocompletion_::_At least {count} characters are needed for autocompletion_" : ["Ten minste {count} karakter word benodig vir outomatiese aanvulling","Ten minste {count} karakters word benodig vir outomatiese aanvulling"],
- "No users or groups found for {search}" : "Geen gebruikers of groepe gevind vir {search}",
- "No users found for {search}" : "Geen gebruiker gevind vir {search}",
- "An error occurred (\"{message}\"). Please try again" : "'n Fout het voorgekom (\"{message}\"). Probeer asseblief weer",
- "An error occurred. Please try again" : "'n Fout het voorgekom. Probeer asseblief weer",
- "Home" : "Tuis",
- "Work" : "Werk",
- "Other" : "Ander",
- "{sharee} ({type}, {owner})" : "{sharee} ({type}, {owner})",
- "Share" : "Deel",
- "Name or email address..." : "Naam of e-posadres...",
- "Name or federated cloud ID..." : "Naam of gefedereerde wolk-ID...",
- "Name, federated cloud ID or email address..." : "Naam, gefedereerde wolk-ID of e-posadres...",
- "Name..." : "Naam...",
- "Error removing share" : "Fout terwyl deel verwyder word",
- "({scope})" : "({scope})",
- "Saving..." : "Stoor tans…",
- "Dismiss" : "Ontslaan",
- "New Password" : "Nuwe wagwoord",
- "Cancel log in" : "Kanselleer aanmelding"
-},"pluralForm" :"nplurals=2; plural=(n != 1);"
-} \ No newline at end of file
diff --git a/core/l10n/ar.js b/core/l10n/ar.js
index 82e0571eee8..13dda8e1e86 100644
--- a/core/l10n/ar.js
+++ b/core/l10n/ar.js
@@ -1,76 +1,187 @@
OC.L10N.register(
"core",
{
- "Please select a file." : "يرجى تحديد ملف.",
- "File is too big" : "الملف كبير جدا",
+ "Please select a file." : "من فضلك حدد الملف",
+ "File is too big" : "حجم الملف أكبر من المسموح",
"The selected file is not an image." : "الملف المحدد ليس صورة ",
"The selected file cannot be read." : "الملف المحدد لا يمكن قرأته",
+ "The file was uploaded" : "الملف تم رفعه",
+ "The file was only partially uploaded" : "الملف قد رُفع جزءا منه فقط",
+ "No file was uploaded" : "لم يتم رفع أي ملف",
+ "Missing a temporary folder" : "المجلد المؤقت غير موجود",
+ "Could not write file to disk" : "لم يستطع كتابة ملف للقرص",
+ "A PHP extension stopped the file upload" : "اضافة البي اچ بي PHP اوقفت رفع الملف",
"Invalid file provided" : "تم تقديم ملف غير صالح",
"No image or file provided" : "لم يتم توفير صورة أو ملف",
"Unknown filetype" : "نوع الملف غير معروف",
"Invalid image" : "الصورة غير صالحة",
"An error occurred. Please contact your admin." : "حدث خطأ، يرجى مراجعة المسؤول.",
"No temporary profile picture available, try again" : "لا تتوفر صورة ملف شخصي مؤقتة، حاول مرة أخرى",
+ "No crop data provided" : "لم يتم تحديد قص البيانات.",
+ "No valid crop data provided" : "تحديد قص البيانات غير صحيح.",
"Crop is not square" : "القص ليس مربعا",
+ "State token does not match" : "حالة Token غير مطابقة",
+ "Invalid app password" : "كلمة المرور للتطبيق غير صحيحه",
+ "Could not complete login" : "لا يمكن إكمال عملية تسجيل الدخول",
+ "Your login token is invalid or has expired" : "معلومات الجلسة غير صالحة أو منتهية",
"Password reset is disabled" : "تم تعطيل إعادة تعيين كلمة المرور",
+ "Couldn't reset password because the token is invalid" : "لا يمكن إعادة تعيين كلمة المرور بسبب خطأ في تكوين الجلسة",
+ "Couldn't reset password because the token is expired" : "لا يمكن إعادة تعيين كلمة المرور بسبب انتهاء صلاحية الجلسة.",
"%s password reset" : "%s إعادة تعيين كلمة مرور ",
"Password reset" : "إعادة تعيين كلمة مرور",
+ "Click the following button to reset your password. If you have not requested the password reset, then ignore this email." : "اضغط على الزر بالاسفل لإعادة تعيين كلمة المرور. إذا لم تطلب إعادة تعيين كلمة المرور، يرجى تجاهل هذه الرسالة.",
+ "Click the following link to reset your password. If you have not requested the password reset, then ignore this email." : "اضغط على الزر بالاسفل لإعادة تعيين كلمة المرور. إذا لم تطلب إعادة تعيين كلمة المرور، يرجى تجاهل هذه الرسالة.",
"Reset your password" : "أعد تعيين كلمة المرور",
+ "Nextcloud Server" : "خادم نكست كلاود",
+ "Some of your link shares have been removed" : "تم ازالة البعض من مشاركة الروابط الخاصة بك.",
+ "Due to a security bug we had to remove some of your link shares. Please see the link for more information." : "نظرا لسبب آمني تم ازالة البعض من روابط المشاركة الخاصة بك. يرجى مراجعة الرابط التالي لمزيد من التفاصيل.",
+ "The user limit of this instance is reached." : "وصل المستخدم إلى الحد من هذه النسخة",
+ "Enter your subscription key to increase the user limit. For more information about Nextcloud Enterprise see our website." : "أدخل مفتاح اشتراكك لزيادة حد المستخدم. لمزيد من المعلومات حول مشروع نكست كلاود، راجع موقعنا على الويب.",
"Preparing update" : "جارٍ تهيئة التحديث",
"[%d / %d]: %s" : "[%d/%d]: %s",
+ "Repair step:" : "خطوة صيانة:",
+ "Repair info:" : "معلومات صيانة:",
+ "Repair warning:" : "تحذير صيانة:",
+ "Repair error:" : "خطأ صيانة:",
+ "Please use the command line updater because automatic updating is disabled in the config.php." : "يرجى استخدام خاصية تحديث سطر الاوامر بسبب التحديثات التلقائية ملغية في ملف الاعدادات config.php",
+ "[%d / %d]: Checking table %s" : "[%d / %d]: تحديث الجدول %s",
"Turned on maintenance mode" : "تشغيل وضع الصيانة.",
"Turned off maintenance mode" : "تعطيل وضع الصيانة.",
"Maintenance mode is kept active" : "لم يزل وضع الصيانة نشط",
"Updating database schema" : "يحدث مخطط قاعدة البيانات",
"Updated database" : "قاعدة بيانات محدثة",
- "Checking updates of apps" : "التحقق من تحديثات التطبيقات",
- "Checking for update of app \"%s\" in appstore" : "التحقق من تحديثات التطبيقات \"%s\" في متجر التطبيقات",
- "Update app \"%s\" from appstore" : "قم بتحديث التطبيق \"%s\" عن طريق متجر التطبيقات",
- "Checked for update of app \"%s\" in appstore" : "التحقق من تحديثات التطبيقات \" %s \" في متجر التطبيقات",
+ "Checking whether the database schema for %s can be updated (this can take a long time depending on the database size)" : "جاري فحص إذا كان مخطط قاعدة البيانات لـ %s يمكن تحديثه (قد يستغرق ذلك بعض الوقت اعتمادًا على مساحة قاعدة البيانات)",
"Updated \"%1$s\" to %2$s" : "حدث \"%1$s\" إلى %2$s",
+ "Set log level to debug" : "أعد تعيين مستوى السجلات إلى اكتشاف الاخطاء المفصلة",
"Reset log level" : "أعد تعيين مستوى السجلات",
+ "Starting code integrity check" : "البدء في فحص دمج الاكواد",
+ "Finished code integrity check" : "انتهى فحص دمج الاكواد",
"%s (incompatible)" : "%s (غير متوافق)",
+ "The following apps have been disabled: %s" : "التطبيقات التاليه غير مفعله: %s",
"Already up to date" : "محدّثة مسبقاً",
- "restricted" : "مُقيَّد",
- "invisible" : "مخفي",
- "Delete" : "إلغاء",
- "Rename" : "إعادة التسمية",
- "No tags found" : "لم يُعثَر على أي وسم",
+ "Your web server is not yet properly set up to allow file synchronization, because the WebDAV interface seems to be broken." : " لم يتم تعيين السماح لخادمك السحابي بتزامن الملف، بسبب واجهة التأليف الموزع على الويب وتعيين الإصدار WebDAV غير متصلة.",
+ "Your web server is not properly set up to resolve \"{url}\". Further information can be found in the {linkstart}documentation ↗{linkend}." : " لم يتم ضبط خادمك السحابي لتعيين الكشف عن \"{url}\". للمزيد من التفاصيل يمكن العثور عليها في {linkstart}مستند ↗{linkend}.",
+ "Your web server is not properly set up to resolve \"{url}\". This is most likely related to a web server configuration that was not updated to deliver this folder directly. Please compare your configuration against the shipped rewrite rules in \".htaccess\" for Apache or the provided one in the documentation for Nginx at it's {linkstart}documentation page ↗{linkend}. On Nginx those are typically the lines starting with \"location ~\" that need an update." : " لم يتم ضبط تعيين الكشف عن \"{url}\"في خادمك السحابي. من الغالب يجب تغيير اعدادات الخادم السحابي لعدم توصيل المجلد بشكل مباشر. الرجاء مقارنة إعداداتك مع الإعدادات الإصلية لملف \".htaccess\" لاباتشي أو نجينكس في {linkstart} صفحة التوثيق ↗ {linkend}. في Nginx ، عادةً ما تكون هذه الأسطر التي تبدأ بـ \"location ~\" والتي تحتاج إلى تحديث.",
+ "Your web server is not properly set up to deliver .woff2 files. This is typically an issue with the Nginx configuration. For Nextcloud 15 it needs an adjustement to also deliver .woff2 files. Compare your Nginx configuration to the recommended configuration in our {linkstart}documentation ↗{linkend}." : "خادمك السحابي لم يتم ضبطه لـ تعيين توصيل نوع .woff2 من الملفات. بالغالب هذه المشكلة تخص اعدادات نجينكس. لـ نيكست كلاود الاصدار 15 يتم اعادة تنظيم وضبط إعدادات التوصيل لملفات .woff2 .قارن تهيئة Nginx بالتهيئة الموصى بها في وثائق {linkstart} الخاصة بنا ↗ {linkend}.",
+ "PHP does not seem to be setup properly to query system environment variables. The test with getenv(\"PATH\") only returns an empty response." : "يبدو أن PHP لم يتم إعدادها بشكل صحيح للاستعلام عن متغيرات بيئة النظام. يقوم الاختبار باستخدام getenv (\"PATH\") بإرجاع استجابة فارغة فقط.",
+ "Please check the {linkstart}installation documentation ↗{linkend} for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "يرجى التحقق من {linkstart} مستند التثبيت ↗{linkend} لملاحظات إعدادات PHP وإعدادات PHP لخادمك السحابي ، خاصة عند استخدام php-fpm.",
+ "The read-only config has been enabled. This prevents setting some configurations via the web-interface. Furthermore, the file needs to be made writable manually for every update." : "تم تمكين إعداد للقراءة فقط. هذا يمنع تعيين بعض الإعدادات عبر واجهة الويب. علاوة على ذلك ، يجب جعل الملف قابلاً للكتابة يدويًا لكل تحديث.",
+ "Your database does not run with \"READ COMMITTED\" transaction isolation level. This can cause problems when multiple actions are executed in parallel." : "لا تعمل قاعدة البيانات الخاصة بك بمستوى عزل المعاملة \"READ COMMITTED\". هذا يمكن أن يسبب مشاكل عند تنفيذ عدة إجراءات بالتوازي.",
+ "The PHP module \"fileinfo\" is missing. It is strongly recommended to enable this module to get the best results with MIME type detection." : "وحدة PHP \"fileinfo\" مفقودة. يوصى بشدة بتمكين هذه الوحدة للحصول على أفضل النتائج مع اكتشاف نوع MIME.",
+ "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems. See the {linkstart}documentation ↗{linkend} for more information." : "قفل ملف المعاملات معطل ، قد يؤدي ذلك إلى مشاكل تتعلق بظروف السباق. قم بتمكين \"filelocking.enabled\" في config.php لتجنب هذه المشاكل. راجع وثائق {linkstart} ↗ {linkend} لمزيد من المعلومات.",
+ "If your installation is not installed at the root of the domain and uses system cron, there can be issues with the URL generation. To avoid these problems, please set the \"overwrite.cli.url\" option in your config.php file to the webroot path of your installation (suggestion: \"{suggestedOverwriteCliURL}\")" : "إذا لم يكن التثبيت مثبتًا في جذر المجال ويستخدم نظام cron ، فقد تكون هناك مشكلات في إنشاء عنوان URL. لتجنب هذه المشاكل ، يرجى تعيين الخيار \"overwrite.cli.url\" في ملف config.php الخاص بك إلى مسار webroot الخاص بالتثبيت (suggestion: \"{suggestedOverwriteCliURL}\")",
+ "Your installation has no default phone region set. This is required to validate phone numbers in the profile settings without a country code. To allow numbers without a country code, please add \"default_phone_region\" with the respective {linkstart}ISO 3166-1 code ↗{linkend} of the region to your config file." : "لم يتم تعيين منطقة هاتف افتراضية في التثبيت الخاص بك، وهو مطلوب للتحقق من صحة أرقام الهواتف في إعدادات الملف الشخصي بدون رمز البلد. للسماح بالأرقام بدون رمز البلد ، يُرجى إضافة \"default_phone_region\" باستخدام {linkstart} رمز ISO 3166-1 المعني ↗ {linkend} الخاص بالمنطقة إلى ملف التكوين الخاص بك.",
+ "It was not possible to execute the cron job via CLI. The following technical errors have appeared:" : "غير ممكن تنفيذ مهمة cron عبر CLI. ظهرت الأخطاء الفنية التالية:",
+ "Last background job execution ran {relativeTime}. Something seems wrong. {linkstart}Check the background job settings ↗{linkend}." : "تم تنفيذ آخر مهمة في الخلفية {relativeTime}. يبدو أن هناك خطأ ما. {linkstart} تحقق من إعدادات الخلفية ↗ {linkend}.",
+ "This server has no working Internet connection: Multiple endpoints could not be reached. This means that some of the features like mounting external storage, notifications about updates or installation of third-party apps will not work. Accessing files remotely and sending of notification emails might not work, either. Establish a connection from this server to the Internet to enjoy all features." : "هذا الخادم ليس لديه اتصال إنترنت يعمل: لا يمكن الوصول إلى نقاط نهاية متعددة. هذا يعني أن بعض الميزات مثل تركيب وحدة تخزين خارجية أو إخطارات حول التحديثات أو تثبيت تطبيقات الطرف الثالث لن تعمل. قد لا يعمل الوصول إلى الملفات عن بُعد وإرسال رسائل البريد الإلكتروني الخاصة تنبيه أيضًا. قم بتأسيس اتصال من هذا الخادم بالإنترنت للاستمتاع بجميع الميزات.",
+ "No memory cache has been configured. To enhance performance, please configure a memcache, if available. Further information can be found in the {linkstart}documentation ↗{linkend}." : "لم يتم تكوين ذاكرة تخزين مؤقت، لتحسين الأداء ، يرجى تكوين memcache ، إذا كان ذلك متاحًا. يمكن العثور على مزيد من المعلومات في هذا {linkstart}المستند {linkend}.",
+ "No suitable source for randomness found by PHP which is highly discouraged for security reasons. Further information can be found in the {linkstart}documentation ↗{linkend}." : "لم يتم العثور على مصدر مناسب randomness بواسطة PHP وهو مهم لأسباب أمنية. يمكن العثور على مزيد من المعلومات في هذه {linkstart}المستند {linkend}.",
+ "You are currently running PHP {version}. Upgrade your PHP version to take advantage of {linkstart}performance and security updates provided by the PHP Group ↗{linkend} as soon as your distribution supports it." : "تقوم حاليا بتشغيل PHP {version}. قم بترقية إصدار PHP الخاص بك للاستفادة من تحديثات الأداء والأمان الخاصة بـ {linkstart} التي توفرها PHP Group ↗ {linkend} بمجرد أن تدعمها التوزيعات الخاصة بك.",
+ "Nextcloud 20 is the last release supporting PHP 7.2. Nextcloud 21 requires at least PHP 7.3." : "نكست كلاود 20 هو آخر اصدار يدعم PHP 7.2. نكست كلاود 21 يتطلب على الاقل PHP 7.3.",
+ "The reverse proxy header configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If not, this is a security issue and can allow an attacker to spoof their IP address as visible to the Nextcloud. Further information can be found in the {linkstart}documentation ↗{linkend}." : "إعدادات reverse proxy header غير صحيحه ، أو أنك تقوم بالوصول إلى نكست كلاود من وكيل موثوق به. إذا لم يكن الأمر كذلك ، فهذه مشكلة أمنية ويمكن أن تسمح للمخترقين بانتحال عنوان IP الخاص بهم كما هو مرئي لنكست كلاود. يمكن العثور على المزيد من المعلومات في هذا {linkstart}المستند {linkend}.",
+ "Memcached is configured as distributed cache, but the wrong PHP module \"memcache\" is installed. \\OC\\Memcache\\Memcached only supports \"memcached\" and not \"memcache\". See the {linkstart}memcached wiki about both modules ↗{linkend}." : "تم تكوين Memcached كذاكرة تخزين مؤقت موزعة ، ولكن تم تثبيت وحدة PHP الخاطئة \"memcache\". \\ OC \\ Memcache \\ Memcached يدعم فقط \"memcached\" وليس \"memcache\". انظر {linkstart} الويكي memcached حول كلا الوحدتين {linkend}.",
+ "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in the {linkstart1}documentation ↗{linkend}. ({linkstart2}List of invalid files…{linkend} / {linkstart3}Rescan…{linkend})" : "لم تجتز بعض الملفات اختبار السلامة. يمكن العثور على مزيد من المعلومات حول كيفية حل هذه المشكلة في {linkstart1} التعليمات↗{linkend}. ({linkstart2} قائمة الملفات غير الصالحة …{linkend} / {linkstart3} إعادة الفحص ...{linkend})",
+ "The PHP OPcache module is not loaded. {linkstart}For better performance it is recommended ↗{linkend} to load it into your PHP installation." : "لم يتم تحميل وحدة PHP OPcache. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">للحصول على أداء أفضل يوصى</a> بتحميله في تثبيت نسخة PHP الخاصة بك.",
+ "The PHP OPcache module is not properly configured. {linkstart}For better performance it is recommended ↗{linkend} to use the following settings in the <code>php.ini</code>:" : "لم يتم تكوين PHP OPcache بشكل صحيح.{linkstart} للحصول على أداء أفضل يوصى{linkend} باستخدام الإعدادات التالية في ملف <code>php.ini</code>:",
+ "The PHP function \"set_time_limit\" is not available. This could result in scripts being halted mid-execution, breaking your installation. Enabling this function is strongly recommended." : "وظيفة PHP \"set_time_limit\" غير متاحة. قد يؤدي هذا إلى توقف البرامج النصية في منتصف التنفيذ ، مما يؤدي إلى تعطيل التثبيت. يوصى بشدة بتمكين هذه الوظيفة.",
+ "Your PHP does not have FreeType support, resulting in breakage of profile pictures and the settings interface." : "لا يحتوي PHP على دعم FreeType ، مما يؤدي إلى كسر صور الملف الشخصي وواجهة الإعدادات.",
+ "Missing index \"{indexName}\" in table \"{tableName}\"." : "الفهرس \"{indexName}\" مفقود في الجدول \"{tableName}\".",
+ "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "تفتقد قاعدة البيانات إلى بعض الفهارس. نظرًا لحقيقة أن إضافة الفهارس على الجداول الكبيرة قد تستغرق بعض الوقت لم تتم إضافتها تلقائيًا. من خلال تشغيل \"occ db: add-missing-indexices\" ، يمكن إضافة تلك الفهارس المفقودة يدويًا أثناء استمرار تشغيل الخادم. بمجرد إضافة الفهارس، تكون الاستعلامات إلى هذه الجداول عادةً أسرع بكثير.",
+ "Missing primary key on table \"{tableName}\"." : "المفتاح الأساسي مفقود في الجدول \"{tableName}\".",
+ "The database is missing some primary keys. Due to the fact that adding primary keys on big tables could take some time they were not added automatically. By running \"occ db:add-missing-primary-keys\" those missing primary keys could be added manually while the instance keeps running." : "تفتقد قاعدة البيانات إلى بعض المفاتيح الأساسية. نظرًا لحقيقة أن إضافة المفاتيح الأساسية على الطاولات الكبيرة قد تستغرق بعض الوقت لم تتم إضافتها تلقائيًا. من خلال تشغيل \"occ db: add-missing-basic-keys\" يمكن إضافة تلك المفاتيح الأساسية المفقودة يدويًا أثناء استمرار تشغيل الخادم.",
+ "Missing optional column \"{columnName}\" in table \"{tableName}\"." : "العمود الاختياري \"{columnName}\" مفقود في الجدول \"{tableName}\".",
+ "The database is missing some optional columns. Due to the fact that adding columns on big tables could take some time they were not added automatically when they can be optional. By running \"occ db:add-missing-columns\" those missing columns could be added manually while the instance keeps running. Once the columns are added some features might improve responsiveness or usability." : "تفتقد قاعدة البيانات إلى بعض الأعمدة الاختيارية. نظرًا لحقيقة أن إضافة أعمدة على الجداول الكبيرة قد تستغرق بعض الوقت لم تتم إضافتها تلقائيًا عندما يمكن أن تكون اختيارية. من خلال تشغيل \"occ db: add-missing-columns\" ، يمكن إضافة الأعمدة المفقودة يدويًا أثناء استمرار تشغيل الخادم. بمجرد إضافة الأعمدة ، قد تعمل بعض الميزات على تحسين الاستجابة أو قابلية الاستخدام.",
+ "This instance is missing some recommended PHP modules. For improved performance and better compatibility it is highly recommended to install them." : "يفتقد هذا المثال إلى بعض وحدات PHP الموصى بها. للحصول على أداء أفضل وتوافق أفضل ، يوصى بشدة بتثبيتها.",
+ "Module php-imagick in this instance has no SVG support. For better compatibility it is recommended to install it." : "الحزمة php-imagick في هذا الخادم لا تدعم SVG. لتوافق افضل من المستحسن دعمها.",
+ "Some columns in the database are missing a conversion to big int. Due to the fact that changing column types on big tables could take some time they were not changed automatically. By running 'occ db:convert-filecache-bigint' those pending changes could be applied manually. This operation needs to be made while the instance is offline. For further details read {linkstart}the documentation page about this ↗{linkend}." : "تفتقد بعض الأعمدة في قاعدة البيانات إلى تحويل كبير إلى عدد صحيح. نظرًا لحقيقة أن تغيير أنواع الأعمدة في الجداول الكبيرة قد يستغرق بعض الوقت لم يتم تغييرها تلقائيًا. من خلال تشغيل \"occ db: convert-filecache-bigint\" يمكن تطبيق هذه التغييرات المعلقة يدويًا. يجب إجراء هذه العملية أثناء الحالة غير متصل. لمزيد من التفاصيل ، اقرأ {linkstart} صفحة التوثيق حول هذا الموضوع ↗ {linkend}.",
+ "SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend." : "يتم استخدام SQLite حاليًا كقاعدة بيانات خلفية. بالنسبة لعمليات التثبيت الأكبر ، نوصي بالتبديل إلى خلفية قاعدة بيانات مختلفة.",
+ "This is particularly recommended when using the desktop client for file synchronisation." : "يوصى بهذا بشكل خاص عند استخدام تطبيق سطح المكتب لمزامنة الملفات.",
+ "To migrate to another database use the command line tool: 'occ db:convert-type', or see the {linkstart}documentation ↗{linkend}." : "لدمج إلى قاعدة بيانات أخرى ، استخدم أداة سطر الأوامر: 'occ db: convert-type' ، أو راجع {linkstart} التعليمات ↗{linkend}.",
+ "The PHP memory limit is below the recommended value of 512MB." : "حد ذاكرة PHP أقل من القيمة الموصى بها وهي 512 ميجا بايت.",
+ "Some app directories are owned by a different user than the web server one. This may be the case if apps have been installed manually. Check the permissions of the following app directories:" : "بعض مجلدات التطبيق مملوكة لمستخدم مختلف عن مستخدم خادم الويب. قد يكون هذا هو الحال إذا تم تثبيت التطبيقات يدويًا. تحقق من صلاحيات مجلدات التطبيق التالية:",
+ "MySQL is used as database but does not support 4-byte characters. To be able to handle 4-byte characters (like emojis) without issues in filenames or comments for example it is recommended to enable the 4-byte support in MySQL. For further details read {linkstart}the documentation page about this ↗{linkend}." : "تُستخدم MySQL كقاعدة بيانات ولكنها لا تدعم الأحرف المكونة من 4 بايت. لتكون قادرًا على التعامل مع أحرف 4 بايت (مثل emojis) دون مشاكل في أسماء الملفات أو التعليقات ، على سبيل المثال ، يوصى بتمكين دعم 4 بايت في MySQL. لمزيد من التفاصيل اقرأ {linkstart} صفحة التعليمات حول هذا الموضوع ↗{linkend}.",
+ "This instance uses an S3 based object store as primary storage. The uploaded files are stored temporarily on the server and thus it is recommended to have 50 GB of free space available in the temp directory of PHP. Check the logs for full details about the path and the available space. To improve this please change the temporary directory in the php.ini or make more space available in that path." : "يستخدم هذا الخادم مخزن عناصر يستند إلى S3 كتخزين أساسي. يتم تخزين الملفات التي تم تحميلها مؤقتًا على الخادم ، وبالتالي يوصى بتوفير مساحة خالية تبلغ 50 جيجابايت في المجلد المؤقت لـ PHP. تحقق من السجلات للحصول على تفاصيل كاملة حول المسار والمساحة المتاحة. لتحسين هذا الرجاء تغيير المجلد المؤقت في ملف php.ini أو توفير مساحة أكبر في هذا المسار.",
+ "You are accessing your instance over a secure connection, however your instance is generating insecure URLs. This most likely means that you are behind a reverse proxy and the overwrite config variables are not set correctly. Please read {linkstart}the documentation page about this ↗{linkend}." : "أنت تقوم بالوصول إلى خادمك السحابي عبر اتصال آمن ، ولكن يقوم المثيل الخاص بك بإنشاء عناوين URL غير آمنة. هذا يعني على الأرجح أنك تعمل خلف reverse proxy وأن متغيرات تكوين الكتابة لم تعيين بشكل صحيح. يرجى قراءة {linkstart} صفحة التعليمات حول هذا الموضوع ↗{linkend}.",
+ "Error occurred while checking server setup" : "تم العثور على خطأ اثناء فحص إعدادات الخادم",
+ "For more details see the {linkstart}documentation ↗{linkend}." : "للمزيد من التفاصيل، يرجى الإطلاع على {linkstart} الدليل ↗{linkend}.",
+ "Your data directory and files are probably accessible from the Internet. The .htaccess file is not working. It is strongly recommended that you configure your web server so that the data directory is no longer accessible, or move the data directory outside the web server document root." : "ربما يمكن الوصول إلى دليل البيانات والملفات الخاصة بك من الإنترنت. ملف htaccess لا يعمل. يوصى بشدة بتكوين خادم الويب الخاص بك بحيث لا يمكن الوصول إلى دليل البيانات ، أو نقل دليل البيانات خارج جذر مستند خادم الويب.",
+ "The \"{header}\" HTTP header is not set to \"{expected}\". This is a potential security or privacy risk, as it is recommended to adjust this setting accordingly." : "لم يتم تعيين رأس HTTP \"{header}\" على \"{expected}\". يعد هذا خطرًا محتملاً على الأمان أو الخصوصية ، حيث يوصى بضبط هذا الإعداد وفقًا لذلك.",
+ "The \"{header}\" HTTP header is not set to \"{expected}\". Some features might not work correctly, as it is recommended to adjust this setting accordingly." : "لم يتم تعيين رأس HTTP \"{header}\" على \"{expected}\". قد لا تعمل بعض الميزات بشكل صحيح ، حيث يوصى بضبط هذا الإعداد وفقًا لذلك.",
+ "The \"{header}\" HTTP header doesn't contain \"{expected}\". This is a potential security or privacy risk, as it is recommended to adjust this setting accordingly." : "لا يحتوي رأس HTTP \"{header}\" على \"{expected}\". يعد هذا خطرًا محتملاً على الأمان أو الخصوصية ، حيث يوصى بضبط هذا الإعداد وفقًا لذلك.",
+ "The \"{header}\" HTTP header is not set to \"{val1}\", \"{val2}\", \"{val3}\", \"{val4}\" or \"{val5}\". This can leak referer information. See the {linkstart}W3C Recommendation ↗{linkend}." : "لم يتم تعيين رأس HTTP \"{header}\" على \"{val1}\" أو \"{val2}\" أو \"{val3}\" أو \"{val4}\" أو \"{val5}\". يمكن أن يؤدي هذا إلى تسريب معلومات المرجع. راجع {linkstart} توصية W3C ↗{linkend}.",
+ "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the {linkstart}security tips ↗{linkend}." : "لم يتم تعيين رأس HTTP \"Strict-Transport-Security\" على \"{seconds}\" ثانية على الأقل. لتحسين الأمان ، يوصى بتمكين HSTS كما هو موضح في {linkstart} إرشادات الأمان ↗{linkend}.",
+ "Accessing site insecurely via HTTP. You are strongly advised to set up your server to require HTTPS instead, as described in the {linkstart}security tips ↗{linkend}." : "الوصول إلى الموقع بشكل غير آمن عبر HTTP. يُنصح بشدة تعيين الخادم الخاص بك لطلب HTTPS بدلاً من ذلك ، كما هو موضح في {linkstart} إرشادات الأمان ↗{linkend}.",
"unknown text" : "النص غير معروف",
"Hello world!" : "مرحبا بالعالم!",
"sunny" : "مشمس",
"Hello {name}, the weather is {weather}" : "مرحبًا {name}، حالة الطقس {weather}",
"Hello {name}" : "مرحبا {name}",
+ "<strong>These are your search results<script>alert(1)</script></strong>" : "<strong>هذه هي نتائج البحث الخاصة بك <script>تنبيه(1)</script> </strong>",
"new" : "جديد",
"_download %n file_::_download %n files_" : ["تنزيل %n ملف","تنزيل ملف واحد","تنزيل ملفين","تنزيل %n ملفات","تنزيل %n ملفات","تنزيل %n ملفات"],
+ "The update is in progress, leaving this page might interrupt the process in some environments." : "جاري التحديث، وقد يؤدي مغادرة هذه الصفحة إلى توقف العملية في بعض الاحيان.",
"Update to {version}" : "التحديث إلى {version}",
- "An error occurred." : "طرأ هناك خطأ.",
+ "An error occurred." : "حدث خطأ.",
"Please reload the page." : "رجاء أعد تحميل الصفحة.",
- "Continue to Nextcloud" : "المواصلة إلى ناكست كلاود",
- "Searching other places" : "البحث في أماكن أخرى",
- "No search results in other folders for {tag}{filter}{endtag}" : "لا نتائج بحث في مجلدات اخرى ل {tag}{filter}{endtag}",
- "Please contact your administrator." : "يرجى الإتصال بمدير خادومكم.",
- "An internal error occurred." : "طرأ هناك خطأ.",
+ "The update was unsuccessful. For more information <a href=\"{url}\">check our forum post</a> covering this issue." : "فشل التحديث. لمزيد من المعلومات <a href=\"{url}\"> تصفح مقالات المنتدى الخاص بنا </a> لإصلاح هذا الخطأ.",
+ "The update was unsuccessful. Please report this issue to the <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">Nextcloud community</a>." : "فشل التحديث. يرجى التبليغ عن هذه المشكلة إلى <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\"> مجتمع Nextcloud </a>.",
+ "Continue to {productName}" : "أكمل إلى {productName}",
+ "_The update was successful. Redirecting you to {productName} in %n second._::_The update was successful. Redirecting you to {productName} in %n seconds._" : ["تم التحديث بنجاح، سوف يعاد توجيهك إلى {productName} خلال %n ثواني.","تم التحديث بنجاح، سوف يعاد توجيهك إلى {productName} خلال%n ثواني.","تم التحديث بنجاح، سوف يعاد توجيهك إلى {productName} خلال %n ثواني.","تم التحديث بنجاح، سوف يعاد توجيهك إلى {productName} خلال %n ثواني.","تم التحديث بنجاح، سوف يعاد توجيهك إلى {productName} خلال %n ثواني.","تم التحديث بنجاح، سوف يعاد توجيهك إلى {productName} خلال %n ثواني."],
+ "Log in" : "تسجيل الدخول",
+ "Logging in …" : "تسجيل الدخول …",
+ "Server side authentication failed!" : "رفض الخادم المصادقة!",
+ "Please contact your administrator." : "يرجى التواصل مع مسؤول النظام.",
+ "An internal error occurred." : "حدث خطأ داخلي.",
+ "Please try again or contact your administrator." : "حاول مجددا أو تواصل مع مسؤول النظام.",
"Username or email" : "اسم المستخدم أو البريد الالكتروني",
"Password" : "كلمة المرور",
- "Log in" : "أدخل",
- "Logging in …" : "تسجيل الدخول …",
"Wrong username or password." : "اسم المستخدم أو كلمة المرور خاطئة.",
"User disabled" : "المستخدم معطّل",
+ "We have detected multiple invalid login attempts from your IP. Therefore your next login is throttled up to 30 seconds." : "لقد اكتشفنا عدة محاولات تسجيل دخول غير صالحة من عنوان IP الخاص بك. لذلك تم تقييد تسجيل الدخول التالي الخاص بك حتى 30 ثانية.",
+ "Your account is not setup for passwordless login." : "لم يتم إعداد حسابك لتسجيل الدخول بدون كلمة مرور.",
+ "Passwordless authentication is not supported in your browser." : "المصادقة بدون كلمة مرور غير مدعومة في متصفحك.",
+ "Passwordless authentication is only available over a secure connection." : "المصادقة بدون كلمة مرور متاحة فقط عبر اتصال آمن.",
"Reset password" : "تعديل كلمة السر",
+ "A password reset message has been sent to the email address of this account. If you do not receive it, check your spam/junk folders or ask your local administrator for help." : "تم إرسال رسالة إعادة تعيين كلمة المرور إلى عنوان البريد الإلكتروني لهذا الحساب. إذا لم تستلمها ، فتحقق من مجلدات البريد الغير هام / غير المرغوب فيه أو اطلب المساعدة من المسؤول المحلي.",
+ "If it is not there ask your local administrator." : "إذا لم يكن هناك اسأل المسؤول التقني المحلي.",
"Couldn't send reset email. Please contact your administrator." : "تعذر إرسال البريد الإلكتروني لإعادة التعيين. يرجى مراجعة المسؤول.",
- "Password can not be changed. Please contact your administrator." : "كلمة المرور لا يمكن تغييرها. فضلاً تحدث مع المسؤول",
"Back to login" : "العودة إلى تسجيل الدخول",
"New password" : "كلمات سر جديدة",
+ "Your files are encrypted. There will be no way to get your data back after your password is reset. If you are not sure what to do, please contact your administrator before you continue. Do you really want to continue?" : "المحتوى الخاص بك مشفر. لن تكون هناك طريقة لاستعادة محتوياتك وبياناتك بعد إعادة تعيين كلمة مرورك. إذا لم تكن متأكدًا مما يجب فعله ، فيرجى الاتصال بالمسؤول قبل المتابعة. هل حقا تريد الاستمرار؟",
"I know what I'm doing" : "أعرف ماذا أفعل",
- "Cancel" : "الغاء",
+ "Resetting password" : "إعادة تعيين كلمة المرور",
+ "Recommended apps" : "التطبيقات المستحسنة",
+ "Loading apps …" : "تحميل التطبيقات…",
+ "Installing apps …" : "جاري تثبيت التطبيقات…",
+ "App download or installation failed" : "فشل تحميل أو تثبيت التطبيق ",
+ "Cancel" : "إلغاء",
+ "Schedule work & meetings, synced with all your devices." : "قم بجدولة العمل والإجتماعات ، بالتزامن مع جميع أجهزتك.",
+ "Keep your colleagues and friends in one place without leaking their private info." : "احتفظ بزملائك وأصدقائك في مكان واحد دون تسريب معلوماتهم الخاصة.",
+ "Simple email app nicely integrated with Files, Contacts and Calendar." : "تطبيق بريد إلكتروني بسيط متوافق بشكل ممتاز مع الملفات وجهات الاتصال والتقويم.",
+ "Chatting, video calls, screensharing, online meetings and web conferencing – in your browser and with mobile apps." : "الدردشة ومكالمات الفيديو ومشاركة الشاشة والإجتماعات عبر الإنترنت ومؤتمرات الويب - في متصفحك ومع تطبيق للهاتف المحمول.",
+ "Collaboratively edit office documents." : "تحرير مستندات المكتب بشكل تعاوني.",
+ "Local document editing back-end used by the Collabora Online app." : "خلفية تحرير المستندات المحلية المستخدمة بواسطة تطبيق Collabora Online.",
"Forgot password?" : "هل نسيت كلمة السر ؟",
- "Settings" : "الضبط",
- "Could not load your contacts" : "تعذر تحميل جهات اتصالاتك",
- "Search contacts …" : "البحث عن مراسلين …",
+ "Log in with a device" : "سجل دخولك عن طريق جهاز",
+ "Back" : "العودة",
+ "Login form is disabled." : "نموذج تسجيل الدخول معطل",
+ "Reset search" : "إعادة تعيين البحث",
+ "Search for {name} only" : "البحث عن {name} فقط",
+ "No results for {query}" : "لا يوجد ناتج لـ {query}",
+ "Start typing to search" : "اكتب هنا للبحث",
+ "Loading more results …" : "جاري عرض المزيد من النتائج…",
+ "Load more results" : " عرض المزيد من النتائج",
+ "Search" : "البحث",
+ "An error occurred while searching for {type}" : "حدث خطأ أثناء البحث عن {type}",
+ "_Please enter {minSearchLength} character or more to search_::_Please enter {minSearchLength} characters or more to search_" : ["من فضلك ادخل أحرف {minSearchLength} أو أكثر للبحث","من فضلك ادخل أحرف {minSearchLength} أو أكثر للبحث","من فضلك ادخل أحرف {minSearchLength} أو أكثر للبحث","من فضلك ادخل أحرف {minSearchLength} أو أكثر للبحث","من فضلك ادخل أحرف {minSearchLength} أو أكثر للبحث","من فضلك ادخل أحرف {minSearchLength} أو أكثر للبحث"],
+ "Search {types} …" : "بحث {types} …",
+ "Settings" : "الإعدادات",
+ "Could not load your contacts" : "تعذر تحميل جهات الإتصال",
+ "Search contacts …" : "البحث عن جهات الإتصال",
"No contacts found" : "لم يعثر على جهات اتصال",
- "Show all contacts …" : "إظهار كافة المراسلين …",
- "Loading your contacts …" : "تحميل جهات الاتصال",
+ "Show all contacts …" : "إظهار كافة جهات الإتصال …",
+ "Install the Contacts app" : "تثبيت تطبيق جهات الإتصال",
+ "Loading your contacts …" : "تحميل جهات الإتصال",
"Looking for {term} …" : "جاري البحث عن {term}",
"No" : "لا",
"Yes" : "نعم",
@@ -88,9 +199,11 @@ OC.L10N.register(
"Choose" : "اختيار",
"Copy" : "نسخ",
"Move" : "نقل",
+ "Error loading file picker template: {error}" : "حصل خطأ في اختيار القالب: {error}",
"OK" : "موافق",
+ "Error loading message template: {error}" : "حصل خطأ في القالب: {error}",
"read-only" : "قراءة فقط",
- "_{count} file conflict_::_{count} file conflicts_" : ["لا يوجد تعارض","ملف متعارض","ملفان متعارضان","{count} ملفات متعارضة"," {count} ملفا متعارضا"," {count} ملفا متعارضا"],
+ "_{count} file conflict_::_{count} file conflicts_" : ["لا يوجد تعارض","{count} ملف متعارض","ملفان متعارضان","{count} ملفات متعارضة"," {count} ملفا متعارضا","{count} ملفات متعارضه"],
"One file conflict" : "تعارض ملف واحد",
"New Files" : "ملفات جديدة",
"Already existing files" : "المفات موجودة مسبقاً",
@@ -98,140 +211,200 @@ OC.L10N.register(
"If you select both versions, the copied file will have a number added to its name." : "عند إختيار كلا النسختين. المف المنسوخ سيحتوي على رقم في إسمه.",
"Continue" : "المتابعة",
"(all selected)" : "(إختيار الكل)",
+ "({count} selected)" : "({count} تم تحديد)",
+ "Error loading file exists template" : "خطأ في تحميل القالب الحالي",
"Pending" : "معلّق",
"Copy to {folder}" : "أنسخ إلى {folder}",
"Move to {folder}" : "النقل إلى {folder}",
+ "Saving …" : "جاري الحفظ…",
"Authentication required" : "المصادقة مطلوبة",
"This action requires you to confirm your password" : "يتطلب هذا الإجراء منك تأكيد كلمة المرور",
"Confirm" : "تأكيد",
- "Failed to authenticate, try again" : "أخفق المصادقة، أعد المحاولة",
+ "Failed to authenticate, try again" : "أخفقت المصادقة، أعد المحاولة",
"seconds ago" : "منذ ثواني",
"Connection to server lost" : "تم فقد الاتصال بالخادم",
+ "_Problem loading page, reloading in %n second_::_Problem loading page, reloading in %n seconds_" : ["حدث خطأ أثناء تحميل الصفحة، سيعاد التحميل خلال %n ثانية","حدث خطأ أثناء تحميل الصفحة، سيعاد التحميل خلال %n ثواني ","حدث خطأ أثناء تحميل الصفحة، سيعاد التحميل خلال %n ثواني ","حدث خطأ أثناء تحميل الصفحة، سيعاد التحميل خلال %n ثواني ","حدث خطأ أثناء تحميل الصفحة، سيعاد التحميل خلال %n ثواني ","حدث خطأ أثناء تحميل الصفحة، سيعاد التحميل خلال %n ثواني."],
+ "Add to a project" : "إضافة إلى مشروع",
+ "Show details" : "عرض التفاصيل",
"Hide details" : "إخفاء التفاصيل",
"Rename project" : "إعادة تسمية المشروع",
+ "Failed to rename the project" : "فشل في إعادة تسمية المشروع",
+ "Failed to create a project" : "فشل في إنشاء مشروع",
+ "Failed to add the item to the project" : "فشل في إضافة المحتوى إلى المشروع",
+ "Connect items to a project to make them easier to find" : "اربط المحتوى إلى المشروع للوصول إليه بسهوله",
+ "Type to search for existing projects" : "اكتب هنا للبحث عن مشاريع مسجلة",
"New in" : "الجديد في",
"View changelog" : "اعرض سجل التغييرات",
"Very weak password" : "كلمة السر ضعيفة جدا",
"Weak password" : "كلمة السر ضعيفة",
+ "So-so password" : "كلمة سر غير فعالة",
"Good password" : "كلمة السر جيدة",
"Strong password" : "كلمة السر قوية",
"No action available" : "لا يتوفر أي إجراء",
"Error fetching contact actions" : "حدث خطأ أثناء جلب إجراءات جهات الاتصال",
+ "Non-existing tag #{tag}" : "وسم غير موجود #{tag}",
+ "restricted" : "مُقيَّد",
+ "invisible" : "مخفي",
+ "Delete" : "إلغاء",
+ "Rename" : "إعادة التسمية",
+ "Collaborative tags" : "أوسمة تعاونية",
+ "No tags found" : "لم يُعثَر على أي وسم",
"Personal" : "شخصي",
"Users" : "المستخدمين",
"Apps" : "التطبيقات",
"Admin" : "المدير",
"Help" : "المساعدة",
- "Access forbidden" : "التوصّل محظور",
+ "Access forbidden" : "الوصول محظور",
"File not found" : "لم يتم العثور على الملف",
+ "The document could not be found on the server. Maybe the share was deleted or has expired?" : "لا يمكن العثور على المستند، ربما المشاركة محذوفه او منتهيه؟",
"Back to %s" : "العودة إلى %s",
+ "Too many requests" : "الطلبات أقصى من الحد المسموح",
+ "There were too many requests from your network. Retry later or contact your administrator if this is an error." : "يوجد طلبات أقصى من الحد المسموح به في الشبكة. أعد المحاولة أو اتصل بمسؤول النظام.",
"Error" : "خطأ",
+ "Previous" : "السابق",
"Internal Server Error" : "خطأ داخلي في الخادم",
+ "The server was unable to complete your request." : "لا يمكن معالجة طلبك",
+ "If this happens again, please send the technical details below to the server administrator." : "إذا حدث هذا مرة أخرى ، يرجى إرسال التفاصيل الفنية أدناه إلى مسؤول الخادم.",
+ "More details can be found in the server log." : "مزيد من التفاصيل في سجلات الخادم.",
"Technical details" : "تفاصيل تقنية",
"Remote Address: %s" : "العنوان البعدي : %s",
+ "Request ID: %s" : "رقم الطلب: %s",
"Type: %s" : "النوع : %s",
"Code: %s" : "الرمز : %s",
"Message: %s" : "الرسالة : %s",
"File: %s" : "ملف : %s",
"Line: %s" : "السطر: %s",
+ "Trace" : "متابعة",
"Security warning" : "تحذير الأمان",
"Your data directory and files are probably accessible from the internet because the .htaccess file does not work." : "مجلدات البيانات والملفات الخاصة قد تكون قابلة للوصول اليها عن طريق شبكة الانترنت وذلك بسبب ان ملف .htaccess لا يعمل بشكل صحيح.",
- "Create an <strong>admin account</strong>" : "أضف </strong>مستخدم رئيسي <strong>",
+ "For information how to properly configure your server, please see the <a href=\"%s\" target=\"_blank\" rel=\"noreferrer noopener\">documentation</a>." : "للحصول على معلومات حول كيفية تكوين الخادم الخاص بك، يرجى الاطلاع على <a href=\"%s\" target=\"_blank\" rel=\"noreferrer noopener\">التعليمات</a>.",
+ "Create an <strong>admin account</strong>" : "أضف <strong>مستخدم رئيسي</strong> ",
"Username" : "إسم المستخدم",
+ "Show password" : "اظهر كلمة المرور",
"Storage & database" : "التخزين و قاعدة البيانات",
"Data folder" : "مجلد المعلومات",
- "Configure the database" : "أسس قاعدة البيانات",
+ "Configure the database" : "إعداد قاعدة البيانات",
"Only %s is available." : "لم يتبقى إلّا %s.",
+ "Install and activate additional PHP modules to choose other database types." : "ثبت وفعل مودلات PHP اضافية لاستخدام قاعدة بيانات مختلفة.",
"For more details check out the documentation." : "للمزيد من التفاصيل، يرجى الإطلاع على الدليل.",
"Database user" : "مستخدم قاعدة البيانات",
"Database password" : "كلمة سر مستخدم قاعدة البيانات",
- "Database name" : "إسم قاعدة البيانات",
+ "Database name" : "اسم قاعدة البيانات",
"Database tablespace" : "مساحة جدول قاعدة البيانات",
"Database host" : "خادم قاعدة البيانات",
+ "Please specify the port number along with the host name (e.g., localhost:5432)." : "يرجى تحديد رقم المنفذ مع اسم المضيف (على سبيل المثال ، mycloud:5432).",
"Performance warning" : "تحذير حول الأداء",
+ "You chose SQLite as database." : "لقد اخترت SQLite كقاعدة بيانات.",
+ "SQLite should only be used for minimal and development instances. For production we recommend a different database backend." : "يجب استخدام SQLite فقط في حالات الحد الأدنى من التطوير. للنسخة النهائية، نوصي باستخدام خلفية قاعدة بيانات مختلفة.",
+ "If you use clients for file syncing, the use of SQLite is highly discouraged." : "إذا كنت تستخدم عملاء لمزامنة الملفات ، فإن استخدام SQLite لا ينصح به بشدة.",
+ "Install recommended apps" : "ثبت التطبيقات الاضافيه",
+ "Calendar, Contacts, Talk, Mail & Collaborative editing" : "التقويم، جهات الاتصال، التحدث، البريد، التعديل الجماعي",
"Finish setup" : "انهاء التعديلات",
"Finishing …" : "إنهاء …",
- "Need help?" : "محتاج مساعدة؟",
+ "Need help?" : "تحتاج إلى مساعدة؟",
"See the documentation" : "اطلع على التعليمات",
- "Get your own free account" : "تحصّل على حساب لك بالمجان",
+ "It looks like you are trying to reinstall your Nextcloud. However the file CAN_INSTALL is missing from your config directory. Please create the file CAN_INSTALL in your config folder to continue." : "يبدو أنك تحاول إعادة تثبيت نكست كلاود الخاص بك. ومع ذلك ، فإن الملف CAN_INSTALL مفقود من دليل التثبيت الخاص بك. يرجى إنشاء الملف CAN_INSTALL في مجلد التثبيت الخاص بك للمتابعة.",
+ "Could not remove CAN_INSTALL from the config folder. Please remove this file manually." : "تعذر إزالة CAN_INSTALL من مجلد التكوين. الرجاء إزالة هذا الملف يدويا.",
+ "This application requires JavaScript for correct operation. Please {linkstart}enable JavaScript{linkend} and reload the page." : "هذا التطبيق يتطلب JavaScript ليتم تشغيله بالطريقة الصحيحة. يرجى {linkstart}تفعيل JavaScript{linkend} وتحديث الصفحة.",
+ "Get your own free account" : "احصل على حساب لك بالمجان",
"Skip to main content" : "تخطّيه وانتقل إلى المحتوى الرئيسي",
+ "Skip to navigation of app" : "تجاهل التنقل في التطبيق",
"More apps" : "المزيد من التطبيقات",
"More" : "المزيد",
- "Search" : "البحث",
- "Reset search" : "إعادة تعيين البحث",
- "Contacts" : "المُراسِلون",
- "Contacts menu" : "قائمة المراسِلين",
+ "More apps menu" : "المزيد من قائمة التطبيقات",
+ "Contacts" : "جهات الإتصال",
+ "Contacts menu" : "قائمة جهات الإتصال",
"Settings menu" : "قائمة الإعدادات",
"Confirm your password" : "تأكيد كلمتك السرية",
+ "Connect to your account" : "الاتصال بحسابك",
+ "Please log in before granting %1$s access to your %2$s account." : "يرجى تسجيل الدخول قبل الحصول على اذن %1$s في حسابك %2$s.",
+ "If you are not trying to set up a new device or app, someone is trying to trick you into granting them access to your data. In this case do not proceed and instead contact your system administrator." : "إذا كنت لا تحاول تعيين جهاز أو تطبيق جديد ، فإن شخصًا ما يحاول خداعك لمنحه حق الوصول إلى بياناتك. في هذه الحالة ، لا تقم بالمتابعة وبدلاً من ذلك اتصل بمسؤول النظام.",
+ "App token" : "رمز التطبيق",
"Grant access" : "السماح بالنفاذ",
+ "Alternative log in using app token" : "تسجيل الدخول عبر رمز التطبيق",
"Account access" : "حساب النفاذ",
+ "You are about to grant %1$s access to your %2$s account." : "انت على وشك الحصول على اذن %1$s لحسابك %2$s.",
"Account connected" : "الحساب متصل",
+ "Your client should now be connected!" : "من المفترض ان عميلك متصل الان!",
+ "You can close this window." : "بإمكانك اغلاق النافذة",
"This share is password-protected" : "هذه المشاركة محمية بكلمة مرور",
"The password is wrong. Try again." : "كلمة المرور خاطئة. حاول مرة أخرى.",
"Two-factor authentication" : "المصادقة بخطوتين",
+ "Enhanced security is enabled for your account. Choose a second factor for authentication:" : "تعزيز الآمان مفعل في حسابك. يرجى اختيار وسيلة ثانية للمصادقة:",
+ "Could not load at least one of your enabled two-factor auth methods. Please contact your admin." : "تعذر تحميل طريقة واحدة على الأقل من طرق المصادقة الثنائية الممكّنة. الرجاء الاتصال بالمسؤول الخاص بك.",
+ "Two-factor authentication is enforced but has not been configured on your account. Contact your admin for assistance." : "يتم فرض المصادقة ذات العاملين ولكن لم يتم تكوينها على حسابك. اتصل بالمسؤول للحصول على المساعدة.",
+ "Two-factor authentication is enforced but has not been configured on your account. Please continue to setup two-factor authentication." : "يتم فرض المصادقة ذات العاملين ولكن لم يتم تكوينها على حسابك. الرجاء متابعة إعداد المصادقة الثنائية.",
+ "Set up two-factor authentication" : "تعيين المصادقة بخطوتين",
+ "Two-factor authentication is enforced but has not been configured on your account. Use one of your backup codes to log in or contact your admin for assistance." : "يتم فرض المصادقة ذات العاملين ولكن لم يتم تكوينها على حسابك. استخدم أحد الرموز الاحتياطية لتسجيل الدخول أو اتصل بالمسؤول للحصول على المساعدة.",
"Use backup code" : "إستخدم الرمز الإحتياطي",
+ "Cancel login" : "إلغاء تسجيل الدخول",
+ "Setup two-factor authentication" : "تعيين المصادقة بخطوتين",
+ "Enhanced security is enforced for your account. Choose which provider to set up:" : "تعزيز الآمان مفعل في حسابك. تعيين المشغل للخدمة:",
+ "Error while validating your second factor" : "خطأ أثناء التحقق من صحة العامل الثاني الخاص بك",
+ "Access through untrusted domain" : "الدخول عبر اسم نطاق غير مسجل",
+ "Please contact your administrator. If you are an administrator, edit the \"trusted_domains\" setting in config/config.php like the example in config.sample.php." : "يرجى التواصل مع مسؤول النظام. بإمكانك إضافة اسم النطاق في اعدادات ملف config/config.php ضمن الخيار \"trusted_domains\".",
+ "Further information how to configure this can be found in the %1$sdocumentation%2$s." : "مزيد من المعلومات تجدها في %1$sدليل الاستخدام%2$s.",
"App update required" : "تحديث التطبيق مطلوب",
- "These apps will be updated:" : "سوف يتم تحديث هذه التطبيقات :",
+ "%1$s will be updated to version %2$s" : "%1$s سيتم التحديث إلى الاصدار %2$s",
+ "The following apps will be updated:" : "التطبيقات التالية سوف يتم تحديثها:",
+ "These incompatible apps will be disabled:" : "التطبيقات التالية الغير متوافقه سيتم تعطيلها:",
+ "The theme %s has been disabled." : "القالب %s معطل. ",
+ "Please make sure that the database, the config folder and the data folder have been backed up before proceeding." : "يرجى سحب نسخة احتياطية من قاعدة البيانات، مجلد الإعدادات config و مجلد data قبل الاستمرار.",
"Start update" : "تشغيل التحديث",
+ "To avoid timeouts with larger installations, you can instead run the following command from your installation directory:" : "لتتجنب انقطاع الاتصال بسبب التثبيت للمساحات الضخمة، بإمكانك استخدام الامر التالي في مجلد التثبيت:",
"Detailed logs" : "السجلات المفصلة",
"Update needed" : "التحديث مطلوب",
+ "Please use the command line updater because you have a big instance with more than 50 users." : "يرجى استخدام التحديث عبر سطر الاوامر بسبب وجود اكثر من 50 مستخدم.",
"For help, see the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"%s\">documentation</a>." : "للمساعدة يُرجى الإطلاع على <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"%s\">الدليل</a>.",
+ "I know that if I continue doing the update via web UI has the risk, that the request runs into a timeout and could cause data loss, but I have a backup and know how to restore my instance in case of a failure." : "أقر عن الخطر المحتمل في حال إكمال عملية التحديث عبر واجهة الرسوم في الويب، لربما يفقد اتصال الجلسة وينتهي الوقت المسموح وفقدان البيانات، ولدي نسخة احتياطية واقر بمعرفتي باستعادة البيانات في حال حدوث خطأ في التحديث.",
+ "Upgrade via web on my own risk" : "تحديث عبر واجهة الويب على مسؤليتي الشخصية",
"Maintenance mode" : "وضع الصيانة",
- "Couldn't send reset email. Please make sure your username is correct." : "تعذر إرسال البريد الإلكتروني لإعادة التعيين. الرجاء التأكد من صحة اسم المستخدم.",
- "Sending email …" : "جارٍ إرسال البريد …",
- "Shared" : "مشارك",
- "Shared with" : "تمت مشاركته مع",
- "Shared by" : "شاركه",
- "Choose a password for the public link" : "اختر كلمة مرور للرابط العام",
- "Choose a password for the public link or press the \"Enter\" key" : "اختر كلمة مرور للرابط العام أو إضغط على زر \"Enter\"",
- "Copied!" : "تم نسخه !",
- "Copy link" : "انسخ الرابط",
- "Not supported!" : "غير مدعوم !",
- "Press ⌘-C to copy." : "إضغط C-⌘ للنسخ.",
- "Press Ctrl-C to copy." : "للنسخ إضغط على CTRL+C.",
- "Resharing is not allowed" : "لا يسمح بعملية إعادة المشاركة",
- "Link" : "الرابط",
- "Password protect" : "حماية كلمة السر",
- "Allow editing" : "السماح بالتعديلات",
- "Email link to person" : "ارسل الرابط بالبريد الى صديق",
- "Send" : "أرسل",
- "Allow upload and editing" : "السماح بالرفع و التعديل",
- "Read only" : "القراءة فقط",
- "Set expiration date" : "تعيين تاريخ إنتهاء الصلاحية",
- "Expiration" : "إنتهاء",
- "Expiration date" : "تاريخ إنتهاء الصلاحية",
- "Unshare" : "إلغاء مشاركة",
- "Add another link" : "إضافة رابط آخر",
- "Share to {name}" : "تمت مشاركته مع {name}",
- "Share link" : "شارك الرابط",
- "Could not unshare" : "لا يمكن إلغاء المشاركة",
- "Shared with you and the group {group} by {owner}" : "شورك معك ومع المجموعة {group} من قبل {owner}",
- "Shared with you by {owner}" : "شورك معك من قبل {owner}",
- "Choose a password for the mail share" : "إختر كلمة سرية للمشاركة عبر البريد الإلكتروني",
- "group" : "مجموعة",
- "remote" : "عن بعد",
- "email" : "البريد الإلكتروني",
- "conversation" : "محادثة",
- "shared by {sharer}" : "شارَكه {sharer}",
- "Can reshare" : "يمكنه إعادة المشاركة",
- "Can edit" : "يمكنه التغيير",
- "Can create" : "يمكنه الإنشاء",
- "Can change" : "يمكنه تعديله",
- "Can delete" : "يمكنه الحذف",
- "Access control" : "مراقبة النفاذ",
- "Error while sharing" : "حصل خطأ عند عملية المشاركة",
- "An error occurred. Please try again" : "طرأ هناك خطأ. الرجاء إعادة المحاولة",
- "Home" : "المنزل",
- "Work" : "العمل",
- "Other" : "آخر",
- "Share" : "شارك",
- "Name or email address..." : "الإسم أو عنوان البريد الإلكتروني …",
- "Name or federated cloud ID..." : "الإسم أو معرّف السحابة المتحدة …",
- "Name..." : "التسمية …",
- "({scope})" : "({scope})",
- "Saving..." : "جاري الحفظ...",
- "Dismiss" : "تجاهل",
- "New Password" : "كلمة السر الجديدة",
- "Cancel log in" : "إلغاء تسجيل الدخول"
+ "This %s instance is currently in maintenance mode, which may take a while." : "هذا %s في وضع الصيانة، قد يستغرق ذلك بعض الوقت.",
+ "This page will refresh itself when the instance is available again." : "سوف يتم تحديث الصفحة في حين الخادم جاهز للاستخدام مجددا.",
+ "Contact your system administrator if this message persists or appeared unexpectedly." : "تواصل مع مسؤول النظام اذا استمرت هذه الرسالة بالظهور دائما أو بشكل مفاجئ.",
+ "Checking whether the database schema can be updated (this can take a long time depending on the database size)" : "جاري فحص إذا كان مخطط قاعدة البيانات يمكن تحديثه (قد يستغرق ذلك بعض الوقت اعتمادة على مساحة قاعدة البيانات)",
+ "Checked database schema update" : "تم فحص تحديث مخطط قاعدة البيانات",
+ "Checking updates of apps" : "التحقق من تحديثات التطبيقات",
+ "Checking for update of app \"%s\" in appstore" : "التحقق من تحديثات التطبيقات \"%s\" في متجر التطبيقات",
+ "Update app \"%s\" from appstore" : "قم بتحديث التطبيق \"%s\" عن طريق متجر التطبيقات",
+ "Checked for update of app \"%s\" in appstore" : "التحقق من تحديثات التطبيقات \" %s \" في متجر التطبيقات",
+ "Checked database schema update for apps" : "تم فحص تحديث مخطط قاعدة البيانات للتطبيقات",
+ "Following apps have been disabled: %s" : "التطبيقات التالية سيتم تعطيلها: %s",
+ "Your web server is not properly set up to resolve \"{url}\". Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "الخادم السحابي لم يتم ضبط تعيين الكشف عن \"{url}\". المزيد من التفاصيل يمكن العثور عليها في مستند <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">التعليمات</a>.",
+ "Your web server is not properly set up to resolve \"{url}\". This is most likely related to a web server configuration that was not updated to deliver this folder directly. Please compare your configuration against the shipped rewrite rules in \".htaccess\" for Apache or the provided one in the documentation for Nginx at it's <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation page</a>. On Nginx those are typically the lines starting with \"location ~\" that need an update." : "الخادم السحابي لم يتم ضبط تعيين الكشف عن \"{url}\". من الغالب يجب تغيير اعدادات الخادم السحابي لعدم توصيل المجلد بشكل مباشر. الرجاء مقارنة إعداداتك مع الإعدادات الإصلية لملف \".htaccess\" لاباتشي أو نجينكس في <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">صفحة التعليمات</a>. في نجينكس السطر البرمجي المذكور \"location~\" في الغالب يجب تغييره.",
+ "Your web server is not properly set up to deliver .woff2 files. This is typically an issue with the Nginx configuration. For Nextcloud 15 it needs an adjustement to also deliver .woff2 files. Compare your Nginx configuration to the recommended configuration in our <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "خادمك السحابي لم يتم ضبطه لـ تعيين توصيل نوع .woff2 من الملفات. بالغالب هذه المشكلة تخص اعدادات نجينكس. لـ نيكست كلاود الاصدار 15 يتم اعادة تنظيم وضبط اعدادات التوصيل لملفات .woff2 . قارن اعدادات مع الاعدادات الاصلية في مستند <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">التعليمات</a>.",
+ "Please check the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">installation documentation ↗</a> for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "يرجى التحقق من <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">مستند التثبيت ↗</a> لملاحظات اعدادات PHP واعدادات PHP لخادمك السحابي ، خاصة عند استخدام php-fpm.",
+ "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems. See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation ↗</a> for more information." : "قفل ملف المعاملات معطل Transactional file locking ، قد يؤدي ذلك إلى مشاكل تتعلق بظروف السباق. قم بتمكين \"filelocking.enabled\" في config.php لتجنب هذه المشاكل. راجع <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">التعليمات ↗</a> لمزيد من المعلومات.",
+ "Last background job execution ran {relativeTime}. Something seems wrong." : "تم تنفيذ آخر مهمة في الخلفية {relativeTime}. يبدو أن هناك خطأ ما.",
+ "Check the background job settings" : "تحقق من إعدادات وظيفة الخلفية",
+ "No memory cache has been configured. To enhance performance, please configure a memcache, if available. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "لم يتم تكوين ذاكرة تخزين مؤقت. لتحسين الأداء ، يرجى تكوين memcache ، إذا كان ذلك متاحًا. يمكن العثور على مزيد من المعلومات في <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">التعليمات</a>.",
+ "No suitable source for randomness found by PHP which is highly discouraged for security reasons. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "لم يتم العثور على مصدر مناسب randomness بواسطة PHP وهو مهم لأسباب أمنية. يمكن العثور على مزيد من المعلومات في <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">التعليمات</a>.",
+ "You are currently running PHP {version}. Upgrade your PHP version to take advantage of <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">performance and security updates provided by the PHP Group</a> as soon as your distribution supports it." : "تقوم حاليا بتشغيل PHP {version}. قم بترقية إصدار PHP الخاص بك للاستفادة من <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">تحديثات الأداء والأمان التي توفرها PHP Group</a> بمجرد أن يدعمها التوزيعه الخاص بك.",
+ "The reverse proxy header configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If not, this is a security issue and can allow an attacker to spoof their IP address as visible to the Nextcloud. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "إعدادات reverse proxy header غير صحيحه ، أو أنك تقوم بالوصول إلى Nextcloud من وكيل موثوق به. إذا لم يكن الأمر كذلك ، فهذه مشكلة أمنية ويمكن أن تسمح للمهاجمين بانتحال عنوان IP الخاص بهم كما هو مرئي لـ Nextcloud. يمكن العثور على مزيد من المعلومات في <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">التعليمات</a>.",
+ "Memcached is configured as distributed cache, but the wrong PHP module \"memcache\" is installed. \\OC\\Memcache\\Memcached only supports \"memcached\" and not \"memcache\". See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">memcached wiki about both modules</a>." : "تم تكوين Memcached كذاكرة تخزين مؤقت موزعة ، ولكن تم تثبيت وحدة PHP الخاطئة \"memcache\". \\ OC \\ Memcache \\ Memcached يدعم فقط \"memcached\" وليس \"memcache\". انظر <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">الويكي memcached حول كلا الوحدتين</a>.",
+ "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">List of invalid files…</a> / <a href=\"{rescanEndpoint}\">Rescan…</a>)" : "لم تجتز بعض الملفات اختبار السلامة. يمكن العثور على مزيد من المعلومات حول كيفية حل هذه المشكلة في <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">التعليمات</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">قائمة الملفات غير الصالحة ...</a> / <a href=\"{rescanEndpoint}\">إعادة الفحص ...</a>)",
+ "The PHP OPcache module is not loaded. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance it is recommended</a> to load it into your PHP installation." : "لم يتم تحميل وحدة PHP OPcache. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">للحصول على أداء أفضل يوصى</a> بتحميله في تثبيت نسخة PHP الخاصة بك.",
+ "The PHP OPcache is not properly configured. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance it is recommended</a> to use the following settings in the <code>php.ini</code>:" : "لم يتم تكوين PHP OPcache بشكل صحيح.<a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\"> للحصول على أداء أفضل يوصى</a> باستخدام الإعدادات التالية في ملف <code>php.ini</code>:",
+ "Some columns in the database are missing a conversion to big int. Due to the fact that changing column types on big tables could take some time they were not changed automatically. By running 'occ db:convert-filecache-bigint' those pending changes could be applied manually. This operation needs to be made while the instance is offline. For further details read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "تفتقد بعض الأعمدة في قاعدة البيانات إلى تحويل كبير إلى عدد صحيح. نظرًا لحقيقة أن تغيير أنواع الأعمدة في الجداول الكبيرة قد يستغرق بعض الوقت لم يتم تغييرها تلقائيًا. من خلال تشغيل \"occ db: convert-filecache-bigint\" يمكن تطبيق هذه التغييرات المعلقة يدويًا. يجب إجراء هذه العملية أثناء عدم اتصال المثيل. لمزيد من التفاصيل اقرأ <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">صفحة التعليمات حول هذا الموضوع</a>.",
+ "To migrate to another database use the command line tool: 'occ db:convert-type', or see the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation ↗</a>." : "لدمج إلى قاعدة بيانات أخرى ، استخدم أداة سطر الأوامر: 'occ db: convert-type' ، أو راجع <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">التعليمات ↗</a>.",
+ "Use of the the built in php mailer is no longer supported. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Please update your email server settings ↗<a/>." : "استخدام البريد عن طريق php mailer غير مدعوم بعد الآن. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">يرجى تعيين اعدادات خادم البريد↗<a/>.",
+ "MySQL is used as database but does not support 4-byte characters. To be able to handle 4-byte characters (like emojis) without issues in filenames or comments for example it is recommended to enable the 4-byte support in MySQL. For further details read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "تُستخدم MySQL كقاعدة بيانات ولكنها لا تدعم الأحرف المكونة من 4 بايت. لتكون قادرًا على التعامل مع أحرف 4 بايت (مثل emojis) دون مشاكل في أسماء الملفات أو التعليقات ، على سبيل المثال ، يوصى بتمكين دعم 4 بايت في MySQL. لمزيد من التفاصيل اقرأ <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">صفحة التعليمات حول هذا الموضوع</a>.",
+ "You are accessing your instance over a secure connection, however your instance is generating insecure URLs. This most likely means that you are behind a reverse proxy and the overwrite config variables are not set correctly. Please read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "أنت تقوم بالوصول إلى الخادم السحابي الخاص بك عبر اتصال آمن ، ولكن يقوم المثيل الخاص بك بإنشاء عناوين URL غير آمنة. هذا يعني على الأرجح أنك تعمل خلف reverse proxy وأن متغيرات تكوين الكتابة لم تعيين بشكل صحيح. يرجى قراءة <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">صفحة التعليمات حول هذا الموضوع</a>.",
+ "The \"{header}\" HTTP header is not set to \"{val1}\", \"{val2}\", \"{val3}\", \"{val4}\" or \"{val5}\". This can leak referer information. See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{link}\">W3C Recommendation ↗</a>." : "لم يتم تعيين رأس HTTP \"{header}\" على \"{val1}\" أو \"{val2}\" أو \"{val3}\" أو \"{val4}\" أو \"{val5}\". يمكن أن يؤدي هذا إلى تسريب معلومات المرجع. راجع <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{link}\">توصية W3C ↗</a>.",
+ "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the <a href=\"{docUrl}\" rel=\"noreferrer noopener\">security tips ↗</a>." : "لم يتم تعيين رأس HTTP \"Strict-Transport-Security\" على \"{seconds}\" ثانية على الأقل. لتحسين الأمان ، يوصى بتمكين HSTS كما هو موضح في <a href=\"{docUrl}\" rel=\"noreferrer noopener\">إرشادات الأمان ↗</a>.",
+ "Accessing site insecurely via HTTP. You are strongly advised to set up your server to require HTTPS instead, as described in the <a href=\"{docUrl}\">security tips ↗</a>." : "الوصول إلى الموقع بشكل غير آمن عبر HTTP. يُنصح بشدة تعيين الخادم الخاص بك لطلب HTTPS بدلاً من ذلك ، كما هو موضح في <a href=\"{docUrl}\">إرشادات الأمان ↗</a>.",
+ "Continue to Nextcloud" : "المواصلة إلى نكست كلاود",
+ "_The update was successful. Redirecting you to Nextcloud in %n second._::_The update was successful. Redirecting you to Nextcloud in %n seconds._" : ["تم التحديث بنجاح، سوف يعاد توجيهك إلى نكست كلاود خلال %n ثواني.","تم التحديث بنجاح، سوف يعاد توجيهك إلى نكست كلاود خلال %n ثواني.","تم التحديث بنجاح، سوف يعاد توجيهك إلى نكست كلاود خلال%n ثواني.","تم التحديث بنجاح، سوف يعاد توجيهك إلى نكست كلاود خلال%n ثواني.","تم التحديث بنجاح، سوف يعاد توجيهك إلى نكست كلاود خلال %n ثواني.","تم التحديث بنجاح، سوف يعاد توجيهك إلى نكست كلاود خلال %n ثواني."],
+ "Searching other places" : "البحث في أماكن أخرى",
+ "No search results in other folders for {tag}{filter}{endtag}" : "لا نتائج بحث في مجلدات اخرى ل {tag}{filter}{endtag}",
+ "_{count} search result in another folder_::_{count} search results in other folders_" : ["{count} نتائج البحث في مجلدات اخرى","{count} نتائج البحث في مجلدات اخرى","{count} نتائج البحث في مجلدات اخرى","{count} نتائج البحث في مجلدات اخرى","{count} نتائج البحث في مجلدات اخرى","{count} نتائج البحث في مجلدات اخرى"],
+ "A password reset message has been sent to the e-mail address of this account. If you do not receive it, check your spam/junk folders or ask your local administrator for help." : "تم إرسال رسالة إعادة تعيين كلمة المرور إلى عنوان البريد الإلكتروني لهذا الحساب. إذا لم تستلمها ، فتحقق من مجلدات البريد الغير هام / غير المرغوب فيه أو اطلب المساعدة من المسؤول المحلي.",
+ "Password can not be changed. Please contact your administrator." : "كلمة المرور لا يمكن تغييرها. فضلاً تحدث مع المسؤول",
+ "Could not fetch list of apps from the app store." : "لا يمكن العثور على قائمة التطبيقات من متجر التطبيقات.",
+ "Nextcloud {app}" : "نكست كلاود {app} ",
+ "Can't install this app because it is not compatible" : "لا يمكن تثبيت هذا التطبيق لانه غير متوافق",
+ "Can't install this app" : "لا يمكن تثبيت هذا التطبيق",
+ "These apps will be updated:" : "سوف يتم تحديث هذه التطبيقات :",
+ "For more details see the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "لمزيد من التفاصيل انظر <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">التعليمات</a>."
},
"nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;");
diff --git a/core/l10n/ar.json b/core/l10n/ar.json
index e0904d84671..e30907eb791 100644
--- a/core/l10n/ar.json
+++ b/core/l10n/ar.json
@@ -1,74 +1,185 @@
{ "translations": {
- "Please select a file." : "يرجى تحديد ملف.",
- "File is too big" : "الملف كبير جدا",
+ "Please select a file." : "من فضلك حدد الملف",
+ "File is too big" : "حجم الملف أكبر من المسموح",
"The selected file is not an image." : "الملف المحدد ليس صورة ",
"The selected file cannot be read." : "الملف المحدد لا يمكن قرأته",
+ "The file was uploaded" : "الملف تم رفعه",
+ "The file was only partially uploaded" : "الملف قد رُفع جزءا منه فقط",
+ "No file was uploaded" : "لم يتم رفع أي ملف",
+ "Missing a temporary folder" : "المجلد المؤقت غير موجود",
+ "Could not write file to disk" : "لم يستطع كتابة ملف للقرص",
+ "A PHP extension stopped the file upload" : "اضافة البي اچ بي PHP اوقفت رفع الملف",
"Invalid file provided" : "تم تقديم ملف غير صالح",
"No image or file provided" : "لم يتم توفير صورة أو ملف",
"Unknown filetype" : "نوع الملف غير معروف",
"Invalid image" : "الصورة غير صالحة",
"An error occurred. Please contact your admin." : "حدث خطأ، يرجى مراجعة المسؤول.",
"No temporary profile picture available, try again" : "لا تتوفر صورة ملف شخصي مؤقتة، حاول مرة أخرى",
+ "No crop data provided" : "لم يتم تحديد قص البيانات.",
+ "No valid crop data provided" : "تحديد قص البيانات غير صحيح.",
"Crop is not square" : "القص ليس مربعا",
+ "State token does not match" : "حالة Token غير مطابقة",
+ "Invalid app password" : "كلمة المرور للتطبيق غير صحيحه",
+ "Could not complete login" : "لا يمكن إكمال عملية تسجيل الدخول",
+ "Your login token is invalid or has expired" : "معلومات الجلسة غير صالحة أو منتهية",
"Password reset is disabled" : "تم تعطيل إعادة تعيين كلمة المرور",
+ "Couldn't reset password because the token is invalid" : "لا يمكن إعادة تعيين كلمة المرور بسبب خطأ في تكوين الجلسة",
+ "Couldn't reset password because the token is expired" : "لا يمكن إعادة تعيين كلمة المرور بسبب انتهاء صلاحية الجلسة.",
"%s password reset" : "%s إعادة تعيين كلمة مرور ",
"Password reset" : "إعادة تعيين كلمة مرور",
+ "Click the following button to reset your password. If you have not requested the password reset, then ignore this email." : "اضغط على الزر بالاسفل لإعادة تعيين كلمة المرور. إذا لم تطلب إعادة تعيين كلمة المرور، يرجى تجاهل هذه الرسالة.",
+ "Click the following link to reset your password. If you have not requested the password reset, then ignore this email." : "اضغط على الزر بالاسفل لإعادة تعيين كلمة المرور. إذا لم تطلب إعادة تعيين كلمة المرور، يرجى تجاهل هذه الرسالة.",
"Reset your password" : "أعد تعيين كلمة المرور",
+ "Nextcloud Server" : "خادم نكست كلاود",
+ "Some of your link shares have been removed" : "تم ازالة البعض من مشاركة الروابط الخاصة بك.",
+ "Due to a security bug we had to remove some of your link shares. Please see the link for more information." : "نظرا لسبب آمني تم ازالة البعض من روابط المشاركة الخاصة بك. يرجى مراجعة الرابط التالي لمزيد من التفاصيل.",
+ "The user limit of this instance is reached." : "وصل المستخدم إلى الحد من هذه النسخة",
+ "Enter your subscription key to increase the user limit. For more information about Nextcloud Enterprise see our website." : "أدخل مفتاح اشتراكك لزيادة حد المستخدم. لمزيد من المعلومات حول مشروع نكست كلاود، راجع موقعنا على الويب.",
"Preparing update" : "جارٍ تهيئة التحديث",
"[%d / %d]: %s" : "[%d/%d]: %s",
+ "Repair step:" : "خطوة صيانة:",
+ "Repair info:" : "معلومات صيانة:",
+ "Repair warning:" : "تحذير صيانة:",
+ "Repair error:" : "خطأ صيانة:",
+ "Please use the command line updater because automatic updating is disabled in the config.php." : "يرجى استخدام خاصية تحديث سطر الاوامر بسبب التحديثات التلقائية ملغية في ملف الاعدادات config.php",
+ "[%d / %d]: Checking table %s" : "[%d / %d]: تحديث الجدول %s",
"Turned on maintenance mode" : "تشغيل وضع الصيانة.",
"Turned off maintenance mode" : "تعطيل وضع الصيانة.",
"Maintenance mode is kept active" : "لم يزل وضع الصيانة نشط",
"Updating database schema" : "يحدث مخطط قاعدة البيانات",
"Updated database" : "قاعدة بيانات محدثة",
- "Checking updates of apps" : "التحقق من تحديثات التطبيقات",
- "Checking for update of app \"%s\" in appstore" : "التحقق من تحديثات التطبيقات \"%s\" في متجر التطبيقات",
- "Update app \"%s\" from appstore" : "قم بتحديث التطبيق \"%s\" عن طريق متجر التطبيقات",
- "Checked for update of app \"%s\" in appstore" : "التحقق من تحديثات التطبيقات \" %s \" في متجر التطبيقات",
+ "Checking whether the database schema for %s can be updated (this can take a long time depending on the database size)" : "جاري فحص إذا كان مخطط قاعدة البيانات لـ %s يمكن تحديثه (قد يستغرق ذلك بعض الوقت اعتمادًا على مساحة قاعدة البيانات)",
"Updated \"%1$s\" to %2$s" : "حدث \"%1$s\" إلى %2$s",
+ "Set log level to debug" : "أعد تعيين مستوى السجلات إلى اكتشاف الاخطاء المفصلة",
"Reset log level" : "أعد تعيين مستوى السجلات",
+ "Starting code integrity check" : "البدء في فحص دمج الاكواد",
+ "Finished code integrity check" : "انتهى فحص دمج الاكواد",
"%s (incompatible)" : "%s (غير متوافق)",
+ "The following apps have been disabled: %s" : "التطبيقات التاليه غير مفعله: %s",
"Already up to date" : "محدّثة مسبقاً",
- "restricted" : "مُقيَّد",
- "invisible" : "مخفي",
- "Delete" : "إلغاء",
- "Rename" : "إعادة التسمية",
- "No tags found" : "لم يُعثَر على أي وسم",
+ "Your web server is not yet properly set up to allow file synchronization, because the WebDAV interface seems to be broken." : " لم يتم تعيين السماح لخادمك السحابي بتزامن الملف، بسبب واجهة التأليف الموزع على الويب وتعيين الإصدار WebDAV غير متصلة.",
+ "Your web server is not properly set up to resolve \"{url}\". Further information can be found in the {linkstart}documentation ↗{linkend}." : " لم يتم ضبط خادمك السحابي لتعيين الكشف عن \"{url}\". للمزيد من التفاصيل يمكن العثور عليها في {linkstart}مستند ↗{linkend}.",
+ "Your web server is not properly set up to resolve \"{url}\". This is most likely related to a web server configuration that was not updated to deliver this folder directly. Please compare your configuration against the shipped rewrite rules in \".htaccess\" for Apache or the provided one in the documentation for Nginx at it's {linkstart}documentation page ↗{linkend}. On Nginx those are typically the lines starting with \"location ~\" that need an update." : " لم يتم ضبط تعيين الكشف عن \"{url}\"في خادمك السحابي. من الغالب يجب تغيير اعدادات الخادم السحابي لعدم توصيل المجلد بشكل مباشر. الرجاء مقارنة إعداداتك مع الإعدادات الإصلية لملف \".htaccess\" لاباتشي أو نجينكس في {linkstart} صفحة التوثيق ↗ {linkend}. في Nginx ، عادةً ما تكون هذه الأسطر التي تبدأ بـ \"location ~\" والتي تحتاج إلى تحديث.",
+ "Your web server is not properly set up to deliver .woff2 files. This is typically an issue with the Nginx configuration. For Nextcloud 15 it needs an adjustement to also deliver .woff2 files. Compare your Nginx configuration to the recommended configuration in our {linkstart}documentation ↗{linkend}." : "خادمك السحابي لم يتم ضبطه لـ تعيين توصيل نوع .woff2 من الملفات. بالغالب هذه المشكلة تخص اعدادات نجينكس. لـ نيكست كلاود الاصدار 15 يتم اعادة تنظيم وضبط إعدادات التوصيل لملفات .woff2 .قارن تهيئة Nginx بالتهيئة الموصى بها في وثائق {linkstart} الخاصة بنا ↗ {linkend}.",
+ "PHP does not seem to be setup properly to query system environment variables. The test with getenv(\"PATH\") only returns an empty response." : "يبدو أن PHP لم يتم إعدادها بشكل صحيح للاستعلام عن متغيرات بيئة النظام. يقوم الاختبار باستخدام getenv (\"PATH\") بإرجاع استجابة فارغة فقط.",
+ "Please check the {linkstart}installation documentation ↗{linkend} for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "يرجى التحقق من {linkstart} مستند التثبيت ↗{linkend} لملاحظات إعدادات PHP وإعدادات PHP لخادمك السحابي ، خاصة عند استخدام php-fpm.",
+ "The read-only config has been enabled. This prevents setting some configurations via the web-interface. Furthermore, the file needs to be made writable manually for every update." : "تم تمكين إعداد للقراءة فقط. هذا يمنع تعيين بعض الإعدادات عبر واجهة الويب. علاوة على ذلك ، يجب جعل الملف قابلاً للكتابة يدويًا لكل تحديث.",
+ "Your database does not run with \"READ COMMITTED\" transaction isolation level. This can cause problems when multiple actions are executed in parallel." : "لا تعمل قاعدة البيانات الخاصة بك بمستوى عزل المعاملة \"READ COMMITTED\". هذا يمكن أن يسبب مشاكل عند تنفيذ عدة إجراءات بالتوازي.",
+ "The PHP module \"fileinfo\" is missing. It is strongly recommended to enable this module to get the best results with MIME type detection." : "وحدة PHP \"fileinfo\" مفقودة. يوصى بشدة بتمكين هذه الوحدة للحصول على أفضل النتائج مع اكتشاف نوع MIME.",
+ "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems. See the {linkstart}documentation ↗{linkend} for more information." : "قفل ملف المعاملات معطل ، قد يؤدي ذلك إلى مشاكل تتعلق بظروف السباق. قم بتمكين \"filelocking.enabled\" في config.php لتجنب هذه المشاكل. راجع وثائق {linkstart} ↗ {linkend} لمزيد من المعلومات.",
+ "If your installation is not installed at the root of the domain and uses system cron, there can be issues with the URL generation. To avoid these problems, please set the \"overwrite.cli.url\" option in your config.php file to the webroot path of your installation (suggestion: \"{suggestedOverwriteCliURL}\")" : "إذا لم يكن التثبيت مثبتًا في جذر المجال ويستخدم نظام cron ، فقد تكون هناك مشكلات في إنشاء عنوان URL. لتجنب هذه المشاكل ، يرجى تعيين الخيار \"overwrite.cli.url\" في ملف config.php الخاص بك إلى مسار webroot الخاص بالتثبيت (suggestion: \"{suggestedOverwriteCliURL}\")",
+ "Your installation has no default phone region set. This is required to validate phone numbers in the profile settings without a country code. To allow numbers without a country code, please add \"default_phone_region\" with the respective {linkstart}ISO 3166-1 code ↗{linkend} of the region to your config file." : "لم يتم تعيين منطقة هاتف افتراضية في التثبيت الخاص بك، وهو مطلوب للتحقق من صحة أرقام الهواتف في إعدادات الملف الشخصي بدون رمز البلد. للسماح بالأرقام بدون رمز البلد ، يُرجى إضافة \"default_phone_region\" باستخدام {linkstart} رمز ISO 3166-1 المعني ↗ {linkend} الخاص بالمنطقة إلى ملف التكوين الخاص بك.",
+ "It was not possible to execute the cron job via CLI. The following technical errors have appeared:" : "غير ممكن تنفيذ مهمة cron عبر CLI. ظهرت الأخطاء الفنية التالية:",
+ "Last background job execution ran {relativeTime}. Something seems wrong. {linkstart}Check the background job settings ↗{linkend}." : "تم تنفيذ آخر مهمة في الخلفية {relativeTime}. يبدو أن هناك خطأ ما. {linkstart} تحقق من إعدادات الخلفية ↗ {linkend}.",
+ "This server has no working Internet connection: Multiple endpoints could not be reached. This means that some of the features like mounting external storage, notifications about updates or installation of third-party apps will not work. Accessing files remotely and sending of notification emails might not work, either. Establish a connection from this server to the Internet to enjoy all features." : "هذا الخادم ليس لديه اتصال إنترنت يعمل: لا يمكن الوصول إلى نقاط نهاية متعددة. هذا يعني أن بعض الميزات مثل تركيب وحدة تخزين خارجية أو إخطارات حول التحديثات أو تثبيت تطبيقات الطرف الثالث لن تعمل. قد لا يعمل الوصول إلى الملفات عن بُعد وإرسال رسائل البريد الإلكتروني الخاصة تنبيه أيضًا. قم بتأسيس اتصال من هذا الخادم بالإنترنت للاستمتاع بجميع الميزات.",
+ "No memory cache has been configured. To enhance performance, please configure a memcache, if available. Further information can be found in the {linkstart}documentation ↗{linkend}." : "لم يتم تكوين ذاكرة تخزين مؤقت، لتحسين الأداء ، يرجى تكوين memcache ، إذا كان ذلك متاحًا. يمكن العثور على مزيد من المعلومات في هذا {linkstart}المستند {linkend}.",
+ "No suitable source for randomness found by PHP which is highly discouraged for security reasons. Further information can be found in the {linkstart}documentation ↗{linkend}." : "لم يتم العثور على مصدر مناسب randomness بواسطة PHP وهو مهم لأسباب أمنية. يمكن العثور على مزيد من المعلومات في هذه {linkstart}المستند {linkend}.",
+ "You are currently running PHP {version}. Upgrade your PHP version to take advantage of {linkstart}performance and security updates provided by the PHP Group ↗{linkend} as soon as your distribution supports it." : "تقوم حاليا بتشغيل PHP {version}. قم بترقية إصدار PHP الخاص بك للاستفادة من تحديثات الأداء والأمان الخاصة بـ {linkstart} التي توفرها PHP Group ↗ {linkend} بمجرد أن تدعمها التوزيعات الخاصة بك.",
+ "Nextcloud 20 is the last release supporting PHP 7.2. Nextcloud 21 requires at least PHP 7.3." : "نكست كلاود 20 هو آخر اصدار يدعم PHP 7.2. نكست كلاود 21 يتطلب على الاقل PHP 7.3.",
+ "The reverse proxy header configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If not, this is a security issue and can allow an attacker to spoof their IP address as visible to the Nextcloud. Further information can be found in the {linkstart}documentation ↗{linkend}." : "إعدادات reverse proxy header غير صحيحه ، أو أنك تقوم بالوصول إلى نكست كلاود من وكيل موثوق به. إذا لم يكن الأمر كذلك ، فهذه مشكلة أمنية ويمكن أن تسمح للمخترقين بانتحال عنوان IP الخاص بهم كما هو مرئي لنكست كلاود. يمكن العثور على المزيد من المعلومات في هذا {linkstart}المستند {linkend}.",
+ "Memcached is configured as distributed cache, but the wrong PHP module \"memcache\" is installed. \\OC\\Memcache\\Memcached only supports \"memcached\" and not \"memcache\". See the {linkstart}memcached wiki about both modules ↗{linkend}." : "تم تكوين Memcached كذاكرة تخزين مؤقت موزعة ، ولكن تم تثبيت وحدة PHP الخاطئة \"memcache\". \\ OC \\ Memcache \\ Memcached يدعم فقط \"memcached\" وليس \"memcache\". انظر {linkstart} الويكي memcached حول كلا الوحدتين {linkend}.",
+ "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in the {linkstart1}documentation ↗{linkend}. ({linkstart2}List of invalid files…{linkend} / {linkstart3}Rescan…{linkend})" : "لم تجتز بعض الملفات اختبار السلامة. يمكن العثور على مزيد من المعلومات حول كيفية حل هذه المشكلة في {linkstart1} التعليمات↗{linkend}. ({linkstart2} قائمة الملفات غير الصالحة …{linkend} / {linkstart3} إعادة الفحص ...{linkend})",
+ "The PHP OPcache module is not loaded. {linkstart}For better performance it is recommended ↗{linkend} to load it into your PHP installation." : "لم يتم تحميل وحدة PHP OPcache. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">للحصول على أداء أفضل يوصى</a> بتحميله في تثبيت نسخة PHP الخاصة بك.",
+ "The PHP OPcache module is not properly configured. {linkstart}For better performance it is recommended ↗{linkend} to use the following settings in the <code>php.ini</code>:" : "لم يتم تكوين PHP OPcache بشكل صحيح.{linkstart} للحصول على أداء أفضل يوصى{linkend} باستخدام الإعدادات التالية في ملف <code>php.ini</code>:",
+ "The PHP function \"set_time_limit\" is not available. This could result in scripts being halted mid-execution, breaking your installation. Enabling this function is strongly recommended." : "وظيفة PHP \"set_time_limit\" غير متاحة. قد يؤدي هذا إلى توقف البرامج النصية في منتصف التنفيذ ، مما يؤدي إلى تعطيل التثبيت. يوصى بشدة بتمكين هذه الوظيفة.",
+ "Your PHP does not have FreeType support, resulting in breakage of profile pictures and the settings interface." : "لا يحتوي PHP على دعم FreeType ، مما يؤدي إلى كسر صور الملف الشخصي وواجهة الإعدادات.",
+ "Missing index \"{indexName}\" in table \"{tableName}\"." : "الفهرس \"{indexName}\" مفقود في الجدول \"{tableName}\".",
+ "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "تفتقد قاعدة البيانات إلى بعض الفهارس. نظرًا لحقيقة أن إضافة الفهارس على الجداول الكبيرة قد تستغرق بعض الوقت لم تتم إضافتها تلقائيًا. من خلال تشغيل \"occ db: add-missing-indexices\" ، يمكن إضافة تلك الفهارس المفقودة يدويًا أثناء استمرار تشغيل الخادم. بمجرد إضافة الفهارس، تكون الاستعلامات إلى هذه الجداول عادةً أسرع بكثير.",
+ "Missing primary key on table \"{tableName}\"." : "المفتاح الأساسي مفقود في الجدول \"{tableName}\".",
+ "The database is missing some primary keys. Due to the fact that adding primary keys on big tables could take some time they were not added automatically. By running \"occ db:add-missing-primary-keys\" those missing primary keys could be added manually while the instance keeps running." : "تفتقد قاعدة البيانات إلى بعض المفاتيح الأساسية. نظرًا لحقيقة أن إضافة المفاتيح الأساسية على الطاولات الكبيرة قد تستغرق بعض الوقت لم تتم إضافتها تلقائيًا. من خلال تشغيل \"occ db: add-missing-basic-keys\" يمكن إضافة تلك المفاتيح الأساسية المفقودة يدويًا أثناء استمرار تشغيل الخادم.",
+ "Missing optional column \"{columnName}\" in table \"{tableName}\"." : "العمود الاختياري \"{columnName}\" مفقود في الجدول \"{tableName}\".",
+ "The database is missing some optional columns. Due to the fact that adding columns on big tables could take some time they were not added automatically when they can be optional. By running \"occ db:add-missing-columns\" those missing columns could be added manually while the instance keeps running. Once the columns are added some features might improve responsiveness or usability." : "تفتقد قاعدة البيانات إلى بعض الأعمدة الاختيارية. نظرًا لحقيقة أن إضافة أعمدة على الجداول الكبيرة قد تستغرق بعض الوقت لم تتم إضافتها تلقائيًا عندما يمكن أن تكون اختيارية. من خلال تشغيل \"occ db: add-missing-columns\" ، يمكن إضافة الأعمدة المفقودة يدويًا أثناء استمرار تشغيل الخادم. بمجرد إضافة الأعمدة ، قد تعمل بعض الميزات على تحسين الاستجابة أو قابلية الاستخدام.",
+ "This instance is missing some recommended PHP modules. For improved performance and better compatibility it is highly recommended to install them." : "يفتقد هذا المثال إلى بعض وحدات PHP الموصى بها. للحصول على أداء أفضل وتوافق أفضل ، يوصى بشدة بتثبيتها.",
+ "Module php-imagick in this instance has no SVG support. For better compatibility it is recommended to install it." : "الحزمة php-imagick في هذا الخادم لا تدعم SVG. لتوافق افضل من المستحسن دعمها.",
+ "Some columns in the database are missing a conversion to big int. Due to the fact that changing column types on big tables could take some time they were not changed automatically. By running 'occ db:convert-filecache-bigint' those pending changes could be applied manually. This operation needs to be made while the instance is offline. For further details read {linkstart}the documentation page about this ↗{linkend}." : "تفتقد بعض الأعمدة في قاعدة البيانات إلى تحويل كبير إلى عدد صحيح. نظرًا لحقيقة أن تغيير أنواع الأعمدة في الجداول الكبيرة قد يستغرق بعض الوقت لم يتم تغييرها تلقائيًا. من خلال تشغيل \"occ db: convert-filecache-bigint\" يمكن تطبيق هذه التغييرات المعلقة يدويًا. يجب إجراء هذه العملية أثناء الحالة غير متصل. لمزيد من التفاصيل ، اقرأ {linkstart} صفحة التوثيق حول هذا الموضوع ↗ {linkend}.",
+ "SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend." : "يتم استخدام SQLite حاليًا كقاعدة بيانات خلفية. بالنسبة لعمليات التثبيت الأكبر ، نوصي بالتبديل إلى خلفية قاعدة بيانات مختلفة.",
+ "This is particularly recommended when using the desktop client for file synchronisation." : "يوصى بهذا بشكل خاص عند استخدام تطبيق سطح المكتب لمزامنة الملفات.",
+ "To migrate to another database use the command line tool: 'occ db:convert-type', or see the {linkstart}documentation ↗{linkend}." : "لدمج إلى قاعدة بيانات أخرى ، استخدم أداة سطر الأوامر: 'occ db: convert-type' ، أو راجع {linkstart} التعليمات ↗{linkend}.",
+ "The PHP memory limit is below the recommended value of 512MB." : "حد ذاكرة PHP أقل من القيمة الموصى بها وهي 512 ميجا بايت.",
+ "Some app directories are owned by a different user than the web server one. This may be the case if apps have been installed manually. Check the permissions of the following app directories:" : "بعض مجلدات التطبيق مملوكة لمستخدم مختلف عن مستخدم خادم الويب. قد يكون هذا هو الحال إذا تم تثبيت التطبيقات يدويًا. تحقق من صلاحيات مجلدات التطبيق التالية:",
+ "MySQL is used as database but does not support 4-byte characters. To be able to handle 4-byte characters (like emojis) without issues in filenames or comments for example it is recommended to enable the 4-byte support in MySQL. For further details read {linkstart}the documentation page about this ↗{linkend}." : "تُستخدم MySQL كقاعدة بيانات ولكنها لا تدعم الأحرف المكونة من 4 بايت. لتكون قادرًا على التعامل مع أحرف 4 بايت (مثل emojis) دون مشاكل في أسماء الملفات أو التعليقات ، على سبيل المثال ، يوصى بتمكين دعم 4 بايت في MySQL. لمزيد من التفاصيل اقرأ {linkstart} صفحة التعليمات حول هذا الموضوع ↗{linkend}.",
+ "This instance uses an S3 based object store as primary storage. The uploaded files are stored temporarily on the server and thus it is recommended to have 50 GB of free space available in the temp directory of PHP. Check the logs for full details about the path and the available space. To improve this please change the temporary directory in the php.ini or make more space available in that path." : "يستخدم هذا الخادم مخزن عناصر يستند إلى S3 كتخزين أساسي. يتم تخزين الملفات التي تم تحميلها مؤقتًا على الخادم ، وبالتالي يوصى بتوفير مساحة خالية تبلغ 50 جيجابايت في المجلد المؤقت لـ PHP. تحقق من السجلات للحصول على تفاصيل كاملة حول المسار والمساحة المتاحة. لتحسين هذا الرجاء تغيير المجلد المؤقت في ملف php.ini أو توفير مساحة أكبر في هذا المسار.",
+ "You are accessing your instance over a secure connection, however your instance is generating insecure URLs. This most likely means that you are behind a reverse proxy and the overwrite config variables are not set correctly. Please read {linkstart}the documentation page about this ↗{linkend}." : "أنت تقوم بالوصول إلى خادمك السحابي عبر اتصال آمن ، ولكن يقوم المثيل الخاص بك بإنشاء عناوين URL غير آمنة. هذا يعني على الأرجح أنك تعمل خلف reverse proxy وأن متغيرات تكوين الكتابة لم تعيين بشكل صحيح. يرجى قراءة {linkstart} صفحة التعليمات حول هذا الموضوع ↗{linkend}.",
+ "Error occurred while checking server setup" : "تم العثور على خطأ اثناء فحص إعدادات الخادم",
+ "For more details see the {linkstart}documentation ↗{linkend}." : "للمزيد من التفاصيل، يرجى الإطلاع على {linkstart} الدليل ↗{linkend}.",
+ "Your data directory and files are probably accessible from the Internet. The .htaccess file is not working. It is strongly recommended that you configure your web server so that the data directory is no longer accessible, or move the data directory outside the web server document root." : "ربما يمكن الوصول إلى دليل البيانات والملفات الخاصة بك من الإنترنت. ملف htaccess لا يعمل. يوصى بشدة بتكوين خادم الويب الخاص بك بحيث لا يمكن الوصول إلى دليل البيانات ، أو نقل دليل البيانات خارج جذر مستند خادم الويب.",
+ "The \"{header}\" HTTP header is not set to \"{expected}\". This is a potential security or privacy risk, as it is recommended to adjust this setting accordingly." : "لم يتم تعيين رأس HTTP \"{header}\" على \"{expected}\". يعد هذا خطرًا محتملاً على الأمان أو الخصوصية ، حيث يوصى بضبط هذا الإعداد وفقًا لذلك.",
+ "The \"{header}\" HTTP header is not set to \"{expected}\". Some features might not work correctly, as it is recommended to adjust this setting accordingly." : "لم يتم تعيين رأس HTTP \"{header}\" على \"{expected}\". قد لا تعمل بعض الميزات بشكل صحيح ، حيث يوصى بضبط هذا الإعداد وفقًا لذلك.",
+ "The \"{header}\" HTTP header doesn't contain \"{expected}\". This is a potential security or privacy risk, as it is recommended to adjust this setting accordingly." : "لا يحتوي رأس HTTP \"{header}\" على \"{expected}\". يعد هذا خطرًا محتملاً على الأمان أو الخصوصية ، حيث يوصى بضبط هذا الإعداد وفقًا لذلك.",
+ "The \"{header}\" HTTP header is not set to \"{val1}\", \"{val2}\", \"{val3}\", \"{val4}\" or \"{val5}\". This can leak referer information. See the {linkstart}W3C Recommendation ↗{linkend}." : "لم يتم تعيين رأس HTTP \"{header}\" على \"{val1}\" أو \"{val2}\" أو \"{val3}\" أو \"{val4}\" أو \"{val5}\". يمكن أن يؤدي هذا إلى تسريب معلومات المرجع. راجع {linkstart} توصية W3C ↗{linkend}.",
+ "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the {linkstart}security tips ↗{linkend}." : "لم يتم تعيين رأس HTTP \"Strict-Transport-Security\" على \"{seconds}\" ثانية على الأقل. لتحسين الأمان ، يوصى بتمكين HSTS كما هو موضح في {linkstart} إرشادات الأمان ↗{linkend}.",
+ "Accessing site insecurely via HTTP. You are strongly advised to set up your server to require HTTPS instead, as described in the {linkstart}security tips ↗{linkend}." : "الوصول إلى الموقع بشكل غير آمن عبر HTTP. يُنصح بشدة تعيين الخادم الخاص بك لطلب HTTPS بدلاً من ذلك ، كما هو موضح في {linkstart} إرشادات الأمان ↗{linkend}.",
"unknown text" : "النص غير معروف",
"Hello world!" : "مرحبا بالعالم!",
"sunny" : "مشمس",
"Hello {name}, the weather is {weather}" : "مرحبًا {name}، حالة الطقس {weather}",
"Hello {name}" : "مرحبا {name}",
+ "<strong>These are your search results<script>alert(1)</script></strong>" : "<strong>هذه هي نتائج البحث الخاصة بك <script>تنبيه(1)</script> </strong>",
"new" : "جديد",
"_download %n file_::_download %n files_" : ["تنزيل %n ملف","تنزيل ملف واحد","تنزيل ملفين","تنزيل %n ملفات","تنزيل %n ملفات","تنزيل %n ملفات"],
+ "The update is in progress, leaving this page might interrupt the process in some environments." : "جاري التحديث، وقد يؤدي مغادرة هذه الصفحة إلى توقف العملية في بعض الاحيان.",
"Update to {version}" : "التحديث إلى {version}",
- "An error occurred." : "طرأ هناك خطأ.",
+ "An error occurred." : "حدث خطأ.",
"Please reload the page." : "رجاء أعد تحميل الصفحة.",
- "Continue to Nextcloud" : "المواصلة إلى ناكست كلاود",
- "Searching other places" : "البحث في أماكن أخرى",
- "No search results in other folders for {tag}{filter}{endtag}" : "لا نتائج بحث في مجلدات اخرى ل {tag}{filter}{endtag}",
- "Please contact your administrator." : "يرجى الإتصال بمدير خادومكم.",
- "An internal error occurred." : "طرأ هناك خطأ.",
+ "The update was unsuccessful. For more information <a href=\"{url}\">check our forum post</a> covering this issue." : "فشل التحديث. لمزيد من المعلومات <a href=\"{url}\"> تصفح مقالات المنتدى الخاص بنا </a> لإصلاح هذا الخطأ.",
+ "The update was unsuccessful. Please report this issue to the <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">Nextcloud community</a>." : "فشل التحديث. يرجى التبليغ عن هذه المشكلة إلى <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\"> مجتمع Nextcloud </a>.",
+ "Continue to {productName}" : "أكمل إلى {productName}",
+ "_The update was successful. Redirecting you to {productName} in %n second._::_The update was successful. Redirecting you to {productName} in %n seconds._" : ["تم التحديث بنجاح، سوف يعاد توجيهك إلى {productName} خلال %n ثواني.","تم التحديث بنجاح، سوف يعاد توجيهك إلى {productName} خلال%n ثواني.","تم التحديث بنجاح، سوف يعاد توجيهك إلى {productName} خلال %n ثواني.","تم التحديث بنجاح، سوف يعاد توجيهك إلى {productName} خلال %n ثواني.","تم التحديث بنجاح، سوف يعاد توجيهك إلى {productName} خلال %n ثواني.","تم التحديث بنجاح، سوف يعاد توجيهك إلى {productName} خلال %n ثواني."],
+ "Log in" : "تسجيل الدخول",
+ "Logging in …" : "تسجيل الدخول …",
+ "Server side authentication failed!" : "رفض الخادم المصادقة!",
+ "Please contact your administrator." : "يرجى التواصل مع مسؤول النظام.",
+ "An internal error occurred." : "حدث خطأ داخلي.",
+ "Please try again or contact your administrator." : "حاول مجددا أو تواصل مع مسؤول النظام.",
"Username or email" : "اسم المستخدم أو البريد الالكتروني",
"Password" : "كلمة المرور",
- "Log in" : "أدخل",
- "Logging in …" : "تسجيل الدخول …",
"Wrong username or password." : "اسم المستخدم أو كلمة المرور خاطئة.",
"User disabled" : "المستخدم معطّل",
+ "We have detected multiple invalid login attempts from your IP. Therefore your next login is throttled up to 30 seconds." : "لقد اكتشفنا عدة محاولات تسجيل دخول غير صالحة من عنوان IP الخاص بك. لذلك تم تقييد تسجيل الدخول التالي الخاص بك حتى 30 ثانية.",
+ "Your account is not setup for passwordless login." : "لم يتم إعداد حسابك لتسجيل الدخول بدون كلمة مرور.",
+ "Passwordless authentication is not supported in your browser." : "المصادقة بدون كلمة مرور غير مدعومة في متصفحك.",
+ "Passwordless authentication is only available over a secure connection." : "المصادقة بدون كلمة مرور متاحة فقط عبر اتصال آمن.",
"Reset password" : "تعديل كلمة السر",
+ "A password reset message has been sent to the email address of this account. If you do not receive it, check your spam/junk folders or ask your local administrator for help." : "تم إرسال رسالة إعادة تعيين كلمة المرور إلى عنوان البريد الإلكتروني لهذا الحساب. إذا لم تستلمها ، فتحقق من مجلدات البريد الغير هام / غير المرغوب فيه أو اطلب المساعدة من المسؤول المحلي.",
+ "If it is not there ask your local administrator." : "إذا لم يكن هناك اسأل المسؤول التقني المحلي.",
"Couldn't send reset email. Please contact your administrator." : "تعذر إرسال البريد الإلكتروني لإعادة التعيين. يرجى مراجعة المسؤول.",
- "Password can not be changed. Please contact your administrator." : "كلمة المرور لا يمكن تغييرها. فضلاً تحدث مع المسؤول",
"Back to login" : "العودة إلى تسجيل الدخول",
"New password" : "كلمات سر جديدة",
+ "Your files are encrypted. There will be no way to get your data back after your password is reset. If you are not sure what to do, please contact your administrator before you continue. Do you really want to continue?" : "المحتوى الخاص بك مشفر. لن تكون هناك طريقة لاستعادة محتوياتك وبياناتك بعد إعادة تعيين كلمة مرورك. إذا لم تكن متأكدًا مما يجب فعله ، فيرجى الاتصال بالمسؤول قبل المتابعة. هل حقا تريد الاستمرار؟",
"I know what I'm doing" : "أعرف ماذا أفعل",
- "Cancel" : "الغاء",
+ "Resetting password" : "إعادة تعيين كلمة المرور",
+ "Recommended apps" : "التطبيقات المستحسنة",
+ "Loading apps …" : "تحميل التطبيقات…",
+ "Installing apps …" : "جاري تثبيت التطبيقات…",
+ "App download or installation failed" : "فشل تحميل أو تثبيت التطبيق ",
+ "Cancel" : "إلغاء",
+ "Schedule work & meetings, synced with all your devices." : "قم بجدولة العمل والإجتماعات ، بالتزامن مع جميع أجهزتك.",
+ "Keep your colleagues and friends in one place without leaking their private info." : "احتفظ بزملائك وأصدقائك في مكان واحد دون تسريب معلوماتهم الخاصة.",
+ "Simple email app nicely integrated with Files, Contacts and Calendar." : "تطبيق بريد إلكتروني بسيط متوافق بشكل ممتاز مع الملفات وجهات الاتصال والتقويم.",
+ "Chatting, video calls, screensharing, online meetings and web conferencing – in your browser and with mobile apps." : "الدردشة ومكالمات الفيديو ومشاركة الشاشة والإجتماعات عبر الإنترنت ومؤتمرات الويب - في متصفحك ومع تطبيق للهاتف المحمول.",
+ "Collaboratively edit office documents." : "تحرير مستندات المكتب بشكل تعاوني.",
+ "Local document editing back-end used by the Collabora Online app." : "خلفية تحرير المستندات المحلية المستخدمة بواسطة تطبيق Collabora Online.",
"Forgot password?" : "هل نسيت كلمة السر ؟",
- "Settings" : "الضبط",
- "Could not load your contacts" : "تعذر تحميل جهات اتصالاتك",
- "Search contacts …" : "البحث عن مراسلين …",
+ "Log in with a device" : "سجل دخولك عن طريق جهاز",
+ "Back" : "العودة",
+ "Login form is disabled." : "نموذج تسجيل الدخول معطل",
+ "Reset search" : "إعادة تعيين البحث",
+ "Search for {name} only" : "البحث عن {name} فقط",
+ "No results for {query}" : "لا يوجد ناتج لـ {query}",
+ "Start typing to search" : "اكتب هنا للبحث",
+ "Loading more results …" : "جاري عرض المزيد من النتائج…",
+ "Load more results" : " عرض المزيد من النتائج",
+ "Search" : "البحث",
+ "An error occurred while searching for {type}" : "حدث خطأ أثناء البحث عن {type}",
+ "_Please enter {minSearchLength} character or more to search_::_Please enter {minSearchLength} characters or more to search_" : ["من فضلك ادخل أحرف {minSearchLength} أو أكثر للبحث","من فضلك ادخل أحرف {minSearchLength} أو أكثر للبحث","من فضلك ادخل أحرف {minSearchLength} أو أكثر للبحث","من فضلك ادخل أحرف {minSearchLength} أو أكثر للبحث","من فضلك ادخل أحرف {minSearchLength} أو أكثر للبحث","من فضلك ادخل أحرف {minSearchLength} أو أكثر للبحث"],
+ "Search {types} …" : "بحث {types} …",
+ "Settings" : "الإعدادات",
+ "Could not load your contacts" : "تعذر تحميل جهات الإتصال",
+ "Search contacts …" : "البحث عن جهات الإتصال",
"No contacts found" : "لم يعثر على جهات اتصال",
- "Show all contacts …" : "إظهار كافة المراسلين …",
- "Loading your contacts …" : "تحميل جهات الاتصال",
+ "Show all contacts …" : "إظهار كافة جهات الإتصال …",
+ "Install the Contacts app" : "تثبيت تطبيق جهات الإتصال",
+ "Loading your contacts …" : "تحميل جهات الإتصال",
"Looking for {term} …" : "جاري البحث عن {term}",
"No" : "لا",
"Yes" : "نعم",
@@ -86,9 +197,11 @@
"Choose" : "اختيار",
"Copy" : "نسخ",
"Move" : "نقل",
+ "Error loading file picker template: {error}" : "حصل خطأ في اختيار القالب: {error}",
"OK" : "موافق",
+ "Error loading message template: {error}" : "حصل خطأ في القالب: {error}",
"read-only" : "قراءة فقط",
- "_{count} file conflict_::_{count} file conflicts_" : ["لا يوجد تعارض","ملف متعارض","ملفان متعارضان","{count} ملفات متعارضة"," {count} ملفا متعارضا"," {count} ملفا متعارضا"],
+ "_{count} file conflict_::_{count} file conflicts_" : ["لا يوجد تعارض","{count} ملف متعارض","ملفان متعارضان","{count} ملفات متعارضة"," {count} ملفا متعارضا","{count} ملفات متعارضه"],
"One file conflict" : "تعارض ملف واحد",
"New Files" : "ملفات جديدة",
"Already existing files" : "المفات موجودة مسبقاً",
@@ -96,140 +209,200 @@
"If you select both versions, the copied file will have a number added to its name." : "عند إختيار كلا النسختين. المف المنسوخ سيحتوي على رقم في إسمه.",
"Continue" : "المتابعة",
"(all selected)" : "(إختيار الكل)",
+ "({count} selected)" : "({count} تم تحديد)",
+ "Error loading file exists template" : "خطأ في تحميل القالب الحالي",
"Pending" : "معلّق",
"Copy to {folder}" : "أنسخ إلى {folder}",
"Move to {folder}" : "النقل إلى {folder}",
+ "Saving …" : "جاري الحفظ…",
"Authentication required" : "المصادقة مطلوبة",
"This action requires you to confirm your password" : "يتطلب هذا الإجراء منك تأكيد كلمة المرور",
"Confirm" : "تأكيد",
- "Failed to authenticate, try again" : "أخفق المصادقة، أعد المحاولة",
+ "Failed to authenticate, try again" : "أخفقت المصادقة، أعد المحاولة",
"seconds ago" : "منذ ثواني",
"Connection to server lost" : "تم فقد الاتصال بالخادم",
+ "_Problem loading page, reloading in %n second_::_Problem loading page, reloading in %n seconds_" : ["حدث خطأ أثناء تحميل الصفحة، سيعاد التحميل خلال %n ثانية","حدث خطأ أثناء تحميل الصفحة، سيعاد التحميل خلال %n ثواني ","حدث خطأ أثناء تحميل الصفحة، سيعاد التحميل خلال %n ثواني ","حدث خطأ أثناء تحميل الصفحة، سيعاد التحميل خلال %n ثواني ","حدث خطأ أثناء تحميل الصفحة، سيعاد التحميل خلال %n ثواني ","حدث خطأ أثناء تحميل الصفحة، سيعاد التحميل خلال %n ثواني."],
+ "Add to a project" : "إضافة إلى مشروع",
+ "Show details" : "عرض التفاصيل",
"Hide details" : "إخفاء التفاصيل",
"Rename project" : "إعادة تسمية المشروع",
+ "Failed to rename the project" : "فشل في إعادة تسمية المشروع",
+ "Failed to create a project" : "فشل في إنشاء مشروع",
+ "Failed to add the item to the project" : "فشل في إضافة المحتوى إلى المشروع",
+ "Connect items to a project to make them easier to find" : "اربط المحتوى إلى المشروع للوصول إليه بسهوله",
+ "Type to search for existing projects" : "اكتب هنا للبحث عن مشاريع مسجلة",
"New in" : "الجديد في",
"View changelog" : "اعرض سجل التغييرات",
"Very weak password" : "كلمة السر ضعيفة جدا",
"Weak password" : "كلمة السر ضعيفة",
+ "So-so password" : "كلمة سر غير فعالة",
"Good password" : "كلمة السر جيدة",
"Strong password" : "كلمة السر قوية",
"No action available" : "لا يتوفر أي إجراء",
"Error fetching contact actions" : "حدث خطأ أثناء جلب إجراءات جهات الاتصال",
+ "Non-existing tag #{tag}" : "وسم غير موجود #{tag}",
+ "restricted" : "مُقيَّد",
+ "invisible" : "مخفي",
+ "Delete" : "إلغاء",
+ "Rename" : "إعادة التسمية",
+ "Collaborative tags" : "أوسمة تعاونية",
+ "No tags found" : "لم يُعثَر على أي وسم",
"Personal" : "شخصي",
"Users" : "المستخدمين",
"Apps" : "التطبيقات",
"Admin" : "المدير",
"Help" : "المساعدة",
- "Access forbidden" : "التوصّل محظور",
+ "Access forbidden" : "الوصول محظور",
"File not found" : "لم يتم العثور على الملف",
+ "The document could not be found on the server. Maybe the share was deleted or has expired?" : "لا يمكن العثور على المستند، ربما المشاركة محذوفه او منتهيه؟",
"Back to %s" : "العودة إلى %s",
+ "Too many requests" : "الطلبات أقصى من الحد المسموح",
+ "There were too many requests from your network. Retry later or contact your administrator if this is an error." : "يوجد طلبات أقصى من الحد المسموح به في الشبكة. أعد المحاولة أو اتصل بمسؤول النظام.",
"Error" : "خطأ",
+ "Previous" : "السابق",
"Internal Server Error" : "خطأ داخلي في الخادم",
+ "The server was unable to complete your request." : "لا يمكن معالجة طلبك",
+ "If this happens again, please send the technical details below to the server administrator." : "إذا حدث هذا مرة أخرى ، يرجى إرسال التفاصيل الفنية أدناه إلى مسؤول الخادم.",
+ "More details can be found in the server log." : "مزيد من التفاصيل في سجلات الخادم.",
"Technical details" : "تفاصيل تقنية",
"Remote Address: %s" : "العنوان البعدي : %s",
+ "Request ID: %s" : "رقم الطلب: %s",
"Type: %s" : "النوع : %s",
"Code: %s" : "الرمز : %s",
"Message: %s" : "الرسالة : %s",
"File: %s" : "ملف : %s",
"Line: %s" : "السطر: %s",
+ "Trace" : "متابعة",
"Security warning" : "تحذير الأمان",
"Your data directory and files are probably accessible from the internet because the .htaccess file does not work." : "مجلدات البيانات والملفات الخاصة قد تكون قابلة للوصول اليها عن طريق شبكة الانترنت وذلك بسبب ان ملف .htaccess لا يعمل بشكل صحيح.",
- "Create an <strong>admin account</strong>" : "أضف </strong>مستخدم رئيسي <strong>",
+ "For information how to properly configure your server, please see the <a href=\"%s\" target=\"_blank\" rel=\"noreferrer noopener\">documentation</a>." : "للحصول على معلومات حول كيفية تكوين الخادم الخاص بك، يرجى الاطلاع على <a href=\"%s\" target=\"_blank\" rel=\"noreferrer noopener\">التعليمات</a>.",
+ "Create an <strong>admin account</strong>" : "أضف <strong>مستخدم رئيسي</strong> ",
"Username" : "إسم المستخدم",
+ "Show password" : "اظهر كلمة المرور",
"Storage & database" : "التخزين و قاعدة البيانات",
"Data folder" : "مجلد المعلومات",
- "Configure the database" : "أسس قاعدة البيانات",
+ "Configure the database" : "إعداد قاعدة البيانات",
"Only %s is available." : "لم يتبقى إلّا %s.",
+ "Install and activate additional PHP modules to choose other database types." : "ثبت وفعل مودلات PHP اضافية لاستخدام قاعدة بيانات مختلفة.",
"For more details check out the documentation." : "للمزيد من التفاصيل، يرجى الإطلاع على الدليل.",
"Database user" : "مستخدم قاعدة البيانات",
"Database password" : "كلمة سر مستخدم قاعدة البيانات",
- "Database name" : "إسم قاعدة البيانات",
+ "Database name" : "اسم قاعدة البيانات",
"Database tablespace" : "مساحة جدول قاعدة البيانات",
"Database host" : "خادم قاعدة البيانات",
+ "Please specify the port number along with the host name (e.g., localhost:5432)." : "يرجى تحديد رقم المنفذ مع اسم المضيف (على سبيل المثال ، mycloud:5432).",
"Performance warning" : "تحذير حول الأداء",
+ "You chose SQLite as database." : "لقد اخترت SQLite كقاعدة بيانات.",
+ "SQLite should only be used for minimal and development instances. For production we recommend a different database backend." : "يجب استخدام SQLite فقط في حالات الحد الأدنى من التطوير. للنسخة النهائية، نوصي باستخدام خلفية قاعدة بيانات مختلفة.",
+ "If you use clients for file syncing, the use of SQLite is highly discouraged." : "إذا كنت تستخدم عملاء لمزامنة الملفات ، فإن استخدام SQLite لا ينصح به بشدة.",
+ "Install recommended apps" : "ثبت التطبيقات الاضافيه",
+ "Calendar, Contacts, Talk, Mail & Collaborative editing" : "التقويم، جهات الاتصال، التحدث، البريد، التعديل الجماعي",
"Finish setup" : "انهاء التعديلات",
"Finishing …" : "إنهاء …",
- "Need help?" : "محتاج مساعدة؟",
+ "Need help?" : "تحتاج إلى مساعدة؟",
"See the documentation" : "اطلع على التعليمات",
- "Get your own free account" : "تحصّل على حساب لك بالمجان",
+ "It looks like you are trying to reinstall your Nextcloud. However the file CAN_INSTALL is missing from your config directory. Please create the file CAN_INSTALL in your config folder to continue." : "يبدو أنك تحاول إعادة تثبيت نكست كلاود الخاص بك. ومع ذلك ، فإن الملف CAN_INSTALL مفقود من دليل التثبيت الخاص بك. يرجى إنشاء الملف CAN_INSTALL في مجلد التثبيت الخاص بك للمتابعة.",
+ "Could not remove CAN_INSTALL from the config folder. Please remove this file manually." : "تعذر إزالة CAN_INSTALL من مجلد التكوين. الرجاء إزالة هذا الملف يدويا.",
+ "This application requires JavaScript for correct operation. Please {linkstart}enable JavaScript{linkend} and reload the page." : "هذا التطبيق يتطلب JavaScript ليتم تشغيله بالطريقة الصحيحة. يرجى {linkstart}تفعيل JavaScript{linkend} وتحديث الصفحة.",
+ "Get your own free account" : "احصل على حساب لك بالمجان",
"Skip to main content" : "تخطّيه وانتقل إلى المحتوى الرئيسي",
+ "Skip to navigation of app" : "تجاهل التنقل في التطبيق",
"More apps" : "المزيد من التطبيقات",
"More" : "المزيد",
- "Search" : "البحث",
- "Reset search" : "إعادة تعيين البحث",
- "Contacts" : "المُراسِلون",
- "Contacts menu" : "قائمة المراسِلين",
+ "More apps menu" : "المزيد من قائمة التطبيقات",
+ "Contacts" : "جهات الإتصال",
+ "Contacts menu" : "قائمة جهات الإتصال",
"Settings menu" : "قائمة الإعدادات",
"Confirm your password" : "تأكيد كلمتك السرية",
+ "Connect to your account" : "الاتصال بحسابك",
+ "Please log in before granting %1$s access to your %2$s account." : "يرجى تسجيل الدخول قبل الحصول على اذن %1$s في حسابك %2$s.",
+ "If you are not trying to set up a new device or app, someone is trying to trick you into granting them access to your data. In this case do not proceed and instead contact your system administrator." : "إذا كنت لا تحاول تعيين جهاز أو تطبيق جديد ، فإن شخصًا ما يحاول خداعك لمنحه حق الوصول إلى بياناتك. في هذه الحالة ، لا تقم بالمتابعة وبدلاً من ذلك اتصل بمسؤول النظام.",
+ "App token" : "رمز التطبيق",
"Grant access" : "السماح بالنفاذ",
+ "Alternative log in using app token" : "تسجيل الدخول عبر رمز التطبيق",
"Account access" : "حساب النفاذ",
+ "You are about to grant %1$s access to your %2$s account." : "انت على وشك الحصول على اذن %1$s لحسابك %2$s.",
"Account connected" : "الحساب متصل",
+ "Your client should now be connected!" : "من المفترض ان عميلك متصل الان!",
+ "You can close this window." : "بإمكانك اغلاق النافذة",
"This share is password-protected" : "هذه المشاركة محمية بكلمة مرور",
"The password is wrong. Try again." : "كلمة المرور خاطئة. حاول مرة أخرى.",
"Two-factor authentication" : "المصادقة بخطوتين",
+ "Enhanced security is enabled for your account. Choose a second factor for authentication:" : "تعزيز الآمان مفعل في حسابك. يرجى اختيار وسيلة ثانية للمصادقة:",
+ "Could not load at least one of your enabled two-factor auth methods. Please contact your admin." : "تعذر تحميل طريقة واحدة على الأقل من طرق المصادقة الثنائية الممكّنة. الرجاء الاتصال بالمسؤول الخاص بك.",
+ "Two-factor authentication is enforced but has not been configured on your account. Contact your admin for assistance." : "يتم فرض المصادقة ذات العاملين ولكن لم يتم تكوينها على حسابك. اتصل بالمسؤول للحصول على المساعدة.",
+ "Two-factor authentication is enforced but has not been configured on your account. Please continue to setup two-factor authentication." : "يتم فرض المصادقة ذات العاملين ولكن لم يتم تكوينها على حسابك. الرجاء متابعة إعداد المصادقة الثنائية.",
+ "Set up two-factor authentication" : "تعيين المصادقة بخطوتين",
+ "Two-factor authentication is enforced but has not been configured on your account. Use one of your backup codes to log in or contact your admin for assistance." : "يتم فرض المصادقة ذات العاملين ولكن لم يتم تكوينها على حسابك. استخدم أحد الرموز الاحتياطية لتسجيل الدخول أو اتصل بالمسؤول للحصول على المساعدة.",
"Use backup code" : "إستخدم الرمز الإحتياطي",
+ "Cancel login" : "إلغاء تسجيل الدخول",
+ "Setup two-factor authentication" : "تعيين المصادقة بخطوتين",
+ "Enhanced security is enforced for your account. Choose which provider to set up:" : "تعزيز الآمان مفعل في حسابك. تعيين المشغل للخدمة:",
+ "Error while validating your second factor" : "خطأ أثناء التحقق من صحة العامل الثاني الخاص بك",
+ "Access through untrusted domain" : "الدخول عبر اسم نطاق غير مسجل",
+ "Please contact your administrator. If you are an administrator, edit the \"trusted_domains\" setting in config/config.php like the example in config.sample.php." : "يرجى التواصل مع مسؤول النظام. بإمكانك إضافة اسم النطاق في اعدادات ملف config/config.php ضمن الخيار \"trusted_domains\".",
+ "Further information how to configure this can be found in the %1$sdocumentation%2$s." : "مزيد من المعلومات تجدها في %1$sدليل الاستخدام%2$s.",
"App update required" : "تحديث التطبيق مطلوب",
- "These apps will be updated:" : "سوف يتم تحديث هذه التطبيقات :",
+ "%1$s will be updated to version %2$s" : "%1$s سيتم التحديث إلى الاصدار %2$s",
+ "The following apps will be updated:" : "التطبيقات التالية سوف يتم تحديثها:",
+ "These incompatible apps will be disabled:" : "التطبيقات التالية الغير متوافقه سيتم تعطيلها:",
+ "The theme %s has been disabled." : "القالب %s معطل. ",
+ "Please make sure that the database, the config folder and the data folder have been backed up before proceeding." : "يرجى سحب نسخة احتياطية من قاعدة البيانات، مجلد الإعدادات config و مجلد data قبل الاستمرار.",
"Start update" : "تشغيل التحديث",
+ "To avoid timeouts with larger installations, you can instead run the following command from your installation directory:" : "لتتجنب انقطاع الاتصال بسبب التثبيت للمساحات الضخمة، بإمكانك استخدام الامر التالي في مجلد التثبيت:",
"Detailed logs" : "السجلات المفصلة",
"Update needed" : "التحديث مطلوب",
+ "Please use the command line updater because you have a big instance with more than 50 users." : "يرجى استخدام التحديث عبر سطر الاوامر بسبب وجود اكثر من 50 مستخدم.",
"For help, see the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"%s\">documentation</a>." : "للمساعدة يُرجى الإطلاع على <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"%s\">الدليل</a>.",
+ "I know that if I continue doing the update via web UI has the risk, that the request runs into a timeout and could cause data loss, but I have a backup and know how to restore my instance in case of a failure." : "أقر عن الخطر المحتمل في حال إكمال عملية التحديث عبر واجهة الرسوم في الويب، لربما يفقد اتصال الجلسة وينتهي الوقت المسموح وفقدان البيانات، ولدي نسخة احتياطية واقر بمعرفتي باستعادة البيانات في حال حدوث خطأ في التحديث.",
+ "Upgrade via web on my own risk" : "تحديث عبر واجهة الويب على مسؤليتي الشخصية",
"Maintenance mode" : "وضع الصيانة",
- "Couldn't send reset email. Please make sure your username is correct." : "تعذر إرسال البريد الإلكتروني لإعادة التعيين. الرجاء التأكد من صحة اسم المستخدم.",
- "Sending email …" : "جارٍ إرسال البريد …",
- "Shared" : "مشارك",
- "Shared with" : "تمت مشاركته مع",
- "Shared by" : "شاركه",
- "Choose a password for the public link" : "اختر كلمة مرور للرابط العام",
- "Choose a password for the public link or press the \"Enter\" key" : "اختر كلمة مرور للرابط العام أو إضغط على زر \"Enter\"",
- "Copied!" : "تم نسخه !",
- "Copy link" : "انسخ الرابط",
- "Not supported!" : "غير مدعوم !",
- "Press ⌘-C to copy." : "إضغط C-⌘ للنسخ.",
- "Press Ctrl-C to copy." : "للنسخ إضغط على CTRL+C.",
- "Resharing is not allowed" : "لا يسمح بعملية إعادة المشاركة",
- "Link" : "الرابط",
- "Password protect" : "حماية كلمة السر",
- "Allow editing" : "السماح بالتعديلات",
- "Email link to person" : "ارسل الرابط بالبريد الى صديق",
- "Send" : "أرسل",
- "Allow upload and editing" : "السماح بالرفع و التعديل",
- "Read only" : "القراءة فقط",
- "Set expiration date" : "تعيين تاريخ إنتهاء الصلاحية",
- "Expiration" : "إنتهاء",
- "Expiration date" : "تاريخ إنتهاء الصلاحية",
- "Unshare" : "إلغاء مشاركة",
- "Add another link" : "إضافة رابط آخر",
- "Share to {name}" : "تمت مشاركته مع {name}",
- "Share link" : "شارك الرابط",
- "Could not unshare" : "لا يمكن إلغاء المشاركة",
- "Shared with you and the group {group} by {owner}" : "شورك معك ومع المجموعة {group} من قبل {owner}",
- "Shared with you by {owner}" : "شورك معك من قبل {owner}",
- "Choose a password for the mail share" : "إختر كلمة سرية للمشاركة عبر البريد الإلكتروني",
- "group" : "مجموعة",
- "remote" : "عن بعد",
- "email" : "البريد الإلكتروني",
- "conversation" : "محادثة",
- "shared by {sharer}" : "شارَكه {sharer}",
- "Can reshare" : "يمكنه إعادة المشاركة",
- "Can edit" : "يمكنه التغيير",
- "Can create" : "يمكنه الإنشاء",
- "Can change" : "يمكنه تعديله",
- "Can delete" : "يمكنه الحذف",
- "Access control" : "مراقبة النفاذ",
- "Error while sharing" : "حصل خطأ عند عملية المشاركة",
- "An error occurred. Please try again" : "طرأ هناك خطأ. الرجاء إعادة المحاولة",
- "Home" : "المنزل",
- "Work" : "العمل",
- "Other" : "آخر",
- "Share" : "شارك",
- "Name or email address..." : "الإسم أو عنوان البريد الإلكتروني …",
- "Name or federated cloud ID..." : "الإسم أو معرّف السحابة المتحدة …",
- "Name..." : "التسمية …",
- "({scope})" : "({scope})",
- "Saving..." : "جاري الحفظ...",
- "Dismiss" : "تجاهل",
- "New Password" : "كلمة السر الجديدة",
- "Cancel log in" : "إلغاء تسجيل الدخول"
+ "This %s instance is currently in maintenance mode, which may take a while." : "هذا %s في وضع الصيانة، قد يستغرق ذلك بعض الوقت.",
+ "This page will refresh itself when the instance is available again." : "سوف يتم تحديث الصفحة في حين الخادم جاهز للاستخدام مجددا.",
+ "Contact your system administrator if this message persists or appeared unexpectedly." : "تواصل مع مسؤول النظام اذا استمرت هذه الرسالة بالظهور دائما أو بشكل مفاجئ.",
+ "Checking whether the database schema can be updated (this can take a long time depending on the database size)" : "جاري فحص إذا كان مخطط قاعدة البيانات يمكن تحديثه (قد يستغرق ذلك بعض الوقت اعتمادة على مساحة قاعدة البيانات)",
+ "Checked database schema update" : "تم فحص تحديث مخطط قاعدة البيانات",
+ "Checking updates of apps" : "التحقق من تحديثات التطبيقات",
+ "Checking for update of app \"%s\" in appstore" : "التحقق من تحديثات التطبيقات \"%s\" في متجر التطبيقات",
+ "Update app \"%s\" from appstore" : "قم بتحديث التطبيق \"%s\" عن طريق متجر التطبيقات",
+ "Checked for update of app \"%s\" in appstore" : "التحقق من تحديثات التطبيقات \" %s \" في متجر التطبيقات",
+ "Checked database schema update for apps" : "تم فحص تحديث مخطط قاعدة البيانات للتطبيقات",
+ "Following apps have been disabled: %s" : "التطبيقات التالية سيتم تعطيلها: %s",
+ "Your web server is not properly set up to resolve \"{url}\". Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "الخادم السحابي لم يتم ضبط تعيين الكشف عن \"{url}\". المزيد من التفاصيل يمكن العثور عليها في مستند <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">التعليمات</a>.",
+ "Your web server is not properly set up to resolve \"{url}\". This is most likely related to a web server configuration that was not updated to deliver this folder directly. Please compare your configuration against the shipped rewrite rules in \".htaccess\" for Apache or the provided one in the documentation for Nginx at it's <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation page</a>. On Nginx those are typically the lines starting with \"location ~\" that need an update." : "الخادم السحابي لم يتم ضبط تعيين الكشف عن \"{url}\". من الغالب يجب تغيير اعدادات الخادم السحابي لعدم توصيل المجلد بشكل مباشر. الرجاء مقارنة إعداداتك مع الإعدادات الإصلية لملف \".htaccess\" لاباتشي أو نجينكس في <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">صفحة التعليمات</a>. في نجينكس السطر البرمجي المذكور \"location~\" في الغالب يجب تغييره.",
+ "Your web server is not properly set up to deliver .woff2 files. This is typically an issue with the Nginx configuration. For Nextcloud 15 it needs an adjustement to also deliver .woff2 files. Compare your Nginx configuration to the recommended configuration in our <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "خادمك السحابي لم يتم ضبطه لـ تعيين توصيل نوع .woff2 من الملفات. بالغالب هذه المشكلة تخص اعدادات نجينكس. لـ نيكست كلاود الاصدار 15 يتم اعادة تنظيم وضبط اعدادات التوصيل لملفات .woff2 . قارن اعدادات مع الاعدادات الاصلية في مستند <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">التعليمات</a>.",
+ "Please check the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">installation documentation ↗</a> for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "يرجى التحقق من <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">مستند التثبيت ↗</a> لملاحظات اعدادات PHP واعدادات PHP لخادمك السحابي ، خاصة عند استخدام php-fpm.",
+ "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems. See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation ↗</a> for more information." : "قفل ملف المعاملات معطل Transactional file locking ، قد يؤدي ذلك إلى مشاكل تتعلق بظروف السباق. قم بتمكين \"filelocking.enabled\" في config.php لتجنب هذه المشاكل. راجع <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">التعليمات ↗</a> لمزيد من المعلومات.",
+ "Last background job execution ran {relativeTime}. Something seems wrong." : "تم تنفيذ آخر مهمة في الخلفية {relativeTime}. يبدو أن هناك خطأ ما.",
+ "Check the background job settings" : "تحقق من إعدادات وظيفة الخلفية",
+ "No memory cache has been configured. To enhance performance, please configure a memcache, if available. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "لم يتم تكوين ذاكرة تخزين مؤقت. لتحسين الأداء ، يرجى تكوين memcache ، إذا كان ذلك متاحًا. يمكن العثور على مزيد من المعلومات في <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">التعليمات</a>.",
+ "No suitable source for randomness found by PHP which is highly discouraged for security reasons. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "لم يتم العثور على مصدر مناسب randomness بواسطة PHP وهو مهم لأسباب أمنية. يمكن العثور على مزيد من المعلومات في <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">التعليمات</a>.",
+ "You are currently running PHP {version}. Upgrade your PHP version to take advantage of <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">performance and security updates provided by the PHP Group</a> as soon as your distribution supports it." : "تقوم حاليا بتشغيل PHP {version}. قم بترقية إصدار PHP الخاص بك للاستفادة من <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">تحديثات الأداء والأمان التي توفرها PHP Group</a> بمجرد أن يدعمها التوزيعه الخاص بك.",
+ "The reverse proxy header configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If not, this is a security issue and can allow an attacker to spoof their IP address as visible to the Nextcloud. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "إعدادات reverse proxy header غير صحيحه ، أو أنك تقوم بالوصول إلى Nextcloud من وكيل موثوق به. إذا لم يكن الأمر كذلك ، فهذه مشكلة أمنية ويمكن أن تسمح للمهاجمين بانتحال عنوان IP الخاص بهم كما هو مرئي لـ Nextcloud. يمكن العثور على مزيد من المعلومات في <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">التعليمات</a>.",
+ "Memcached is configured as distributed cache, but the wrong PHP module \"memcache\" is installed. \\OC\\Memcache\\Memcached only supports \"memcached\" and not \"memcache\". See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">memcached wiki about both modules</a>." : "تم تكوين Memcached كذاكرة تخزين مؤقت موزعة ، ولكن تم تثبيت وحدة PHP الخاطئة \"memcache\". \\ OC \\ Memcache \\ Memcached يدعم فقط \"memcached\" وليس \"memcache\". انظر <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">الويكي memcached حول كلا الوحدتين</a>.",
+ "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">List of invalid files…</a> / <a href=\"{rescanEndpoint}\">Rescan…</a>)" : "لم تجتز بعض الملفات اختبار السلامة. يمكن العثور على مزيد من المعلومات حول كيفية حل هذه المشكلة في <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">التعليمات</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">قائمة الملفات غير الصالحة ...</a> / <a href=\"{rescanEndpoint}\">إعادة الفحص ...</a>)",
+ "The PHP OPcache module is not loaded. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance it is recommended</a> to load it into your PHP installation." : "لم يتم تحميل وحدة PHP OPcache. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">للحصول على أداء أفضل يوصى</a> بتحميله في تثبيت نسخة PHP الخاصة بك.",
+ "The PHP OPcache is not properly configured. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance it is recommended</a> to use the following settings in the <code>php.ini</code>:" : "لم يتم تكوين PHP OPcache بشكل صحيح.<a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\"> للحصول على أداء أفضل يوصى</a> باستخدام الإعدادات التالية في ملف <code>php.ini</code>:",
+ "Some columns in the database are missing a conversion to big int. Due to the fact that changing column types on big tables could take some time they were not changed automatically. By running 'occ db:convert-filecache-bigint' those pending changes could be applied manually. This operation needs to be made while the instance is offline. For further details read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "تفتقد بعض الأعمدة في قاعدة البيانات إلى تحويل كبير إلى عدد صحيح. نظرًا لحقيقة أن تغيير أنواع الأعمدة في الجداول الكبيرة قد يستغرق بعض الوقت لم يتم تغييرها تلقائيًا. من خلال تشغيل \"occ db: convert-filecache-bigint\" يمكن تطبيق هذه التغييرات المعلقة يدويًا. يجب إجراء هذه العملية أثناء عدم اتصال المثيل. لمزيد من التفاصيل اقرأ <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">صفحة التعليمات حول هذا الموضوع</a>.",
+ "To migrate to another database use the command line tool: 'occ db:convert-type', or see the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation ↗</a>." : "لدمج إلى قاعدة بيانات أخرى ، استخدم أداة سطر الأوامر: 'occ db: convert-type' ، أو راجع <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">التعليمات ↗</a>.",
+ "Use of the the built in php mailer is no longer supported. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Please update your email server settings ↗<a/>." : "استخدام البريد عن طريق php mailer غير مدعوم بعد الآن. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">يرجى تعيين اعدادات خادم البريد↗<a/>.",
+ "MySQL is used as database but does not support 4-byte characters. To be able to handle 4-byte characters (like emojis) without issues in filenames or comments for example it is recommended to enable the 4-byte support in MySQL. For further details read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "تُستخدم MySQL كقاعدة بيانات ولكنها لا تدعم الأحرف المكونة من 4 بايت. لتكون قادرًا على التعامل مع أحرف 4 بايت (مثل emojis) دون مشاكل في أسماء الملفات أو التعليقات ، على سبيل المثال ، يوصى بتمكين دعم 4 بايت في MySQL. لمزيد من التفاصيل اقرأ <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">صفحة التعليمات حول هذا الموضوع</a>.",
+ "You are accessing your instance over a secure connection, however your instance is generating insecure URLs. This most likely means that you are behind a reverse proxy and the overwrite config variables are not set correctly. Please read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "أنت تقوم بالوصول إلى الخادم السحابي الخاص بك عبر اتصال آمن ، ولكن يقوم المثيل الخاص بك بإنشاء عناوين URL غير آمنة. هذا يعني على الأرجح أنك تعمل خلف reverse proxy وأن متغيرات تكوين الكتابة لم تعيين بشكل صحيح. يرجى قراءة <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">صفحة التعليمات حول هذا الموضوع</a>.",
+ "The \"{header}\" HTTP header is not set to \"{val1}\", \"{val2}\", \"{val3}\", \"{val4}\" or \"{val5}\". This can leak referer information. See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{link}\">W3C Recommendation ↗</a>." : "لم يتم تعيين رأس HTTP \"{header}\" على \"{val1}\" أو \"{val2}\" أو \"{val3}\" أو \"{val4}\" أو \"{val5}\". يمكن أن يؤدي هذا إلى تسريب معلومات المرجع. راجع <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{link}\">توصية W3C ↗</a>.",
+ "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the <a href=\"{docUrl}\" rel=\"noreferrer noopener\">security tips ↗</a>." : "لم يتم تعيين رأس HTTP \"Strict-Transport-Security\" على \"{seconds}\" ثانية على الأقل. لتحسين الأمان ، يوصى بتمكين HSTS كما هو موضح في <a href=\"{docUrl}\" rel=\"noreferrer noopener\">إرشادات الأمان ↗</a>.",
+ "Accessing site insecurely via HTTP. You are strongly advised to set up your server to require HTTPS instead, as described in the <a href=\"{docUrl}\">security tips ↗</a>." : "الوصول إلى الموقع بشكل غير آمن عبر HTTP. يُنصح بشدة تعيين الخادم الخاص بك لطلب HTTPS بدلاً من ذلك ، كما هو موضح في <a href=\"{docUrl}\">إرشادات الأمان ↗</a>.",
+ "Continue to Nextcloud" : "المواصلة إلى نكست كلاود",
+ "_The update was successful. Redirecting you to Nextcloud in %n second._::_The update was successful. Redirecting you to Nextcloud in %n seconds._" : ["تم التحديث بنجاح، سوف يعاد توجيهك إلى نكست كلاود خلال %n ثواني.","تم التحديث بنجاح، سوف يعاد توجيهك إلى نكست كلاود خلال %n ثواني.","تم التحديث بنجاح، سوف يعاد توجيهك إلى نكست كلاود خلال%n ثواني.","تم التحديث بنجاح، سوف يعاد توجيهك إلى نكست كلاود خلال%n ثواني.","تم التحديث بنجاح، سوف يعاد توجيهك إلى نكست كلاود خلال %n ثواني.","تم التحديث بنجاح، سوف يعاد توجيهك إلى نكست كلاود خلال %n ثواني."],
+ "Searching other places" : "البحث في أماكن أخرى",
+ "No search results in other folders for {tag}{filter}{endtag}" : "لا نتائج بحث في مجلدات اخرى ل {tag}{filter}{endtag}",
+ "_{count} search result in another folder_::_{count} search results in other folders_" : ["{count} نتائج البحث في مجلدات اخرى","{count} نتائج البحث في مجلدات اخرى","{count} نتائج البحث في مجلدات اخرى","{count} نتائج البحث في مجلدات اخرى","{count} نتائج البحث في مجلدات اخرى","{count} نتائج البحث في مجلدات اخرى"],
+ "A password reset message has been sent to the e-mail address of this account. If you do not receive it, check your spam/junk folders or ask your local administrator for help." : "تم إرسال رسالة إعادة تعيين كلمة المرور إلى عنوان البريد الإلكتروني لهذا الحساب. إذا لم تستلمها ، فتحقق من مجلدات البريد الغير هام / غير المرغوب فيه أو اطلب المساعدة من المسؤول المحلي.",
+ "Password can not be changed. Please contact your administrator." : "كلمة المرور لا يمكن تغييرها. فضلاً تحدث مع المسؤول",
+ "Could not fetch list of apps from the app store." : "لا يمكن العثور على قائمة التطبيقات من متجر التطبيقات.",
+ "Nextcloud {app}" : "نكست كلاود {app} ",
+ "Can't install this app because it is not compatible" : "لا يمكن تثبيت هذا التطبيق لانه غير متوافق",
+ "Can't install this app" : "لا يمكن تثبيت هذا التطبيق",
+ "These apps will be updated:" : "سوف يتم تحديث هذه التطبيقات :",
+ "For more details see the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "لمزيد من التفاصيل انظر <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">التعليمات</a>."
},"pluralForm" :"nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;"
} \ No newline at end of file
diff --git a/core/l10n/ast.js b/core/l10n/ast.js
deleted file mode 100644
index 7c36b6c35d9..00000000000
--- a/core/l10n/ast.js
+++ /dev/null
@@ -1,244 +0,0 @@
-OC.L10N.register(
- "core",
- {
- "Please select a file." : "Esbilla un ficheru, por favor.",
- "File is too big" : "El ficheru ye pergrande",
- "The selected file is not an image." : "El ficheru esbilláu nun ye una imaxe.",
- "The selected file cannot be read." : "El ficheru esbilláu nun pue lleese.",
- "Invalid file provided" : "Apurrióse un ficheru non válidu",
- "No image or file provided" : "Nun s'apurrieron imáxenes o ficheros",
- "Unknown filetype" : "Triba desconocida de ficheru",
- "Invalid image" : "Imaxe non válida",
- "An error occurred. Please contact your admin." : "Asocedió un fallu. Contauta col to alministrador, por favor.",
- "No temporary profile picture available, try again" : "Nun hai disponible imaxe de perfil temporal dala, volvi tentalo",
- "No crop data provided" : "Nun s'apurrió'l retayu de datos",
- "State token does not match" : "El pase d'estáu nun concasa",
- "Password reset is disabled" : "Ta desactiváu'l reaniciu de contraseñes",
- "Couldn't reset password because the token is invalid" : "Nun pudo reaniciase la contraseña porque'l pase nun ye válidu",
- "Couldn't reset password because the token is expired" : "Nun pudo reaniciase la contraseña porque'l caducó'l pase",
- "%s password reset" : "%s restablecer contraseña",
- "Password reset" : "Reaniciu de contrseña",
- "Click the following button to reset your password. If you have not requested the password reset, then ignore this email." : "Primi nel botón de darréu pa reaniciar la to contraseña. Si nun solicitesti esto, entós inora esti corréu.",
- "Click the following link to reset your password. If you have not requested the password reset, then ignore this email." : "Primi nel botón de darréu pa reaniciar la to contraseña. Si nun solicitesti esto, entós inora esti corréu.",
- "Preparing update" : "Tresnando anovamientu",
- "[%d / %d]: %s" : "[%d / %d]: %s",
- "Please use the command line updater because automatic updating is disabled in the config.php." : "Usa l'anovador en llinia de comandos porque l'anovamientu automáticu ta deshabilitáu nel config.php.",
- "[%d / %d]: Checking table %s" : "[%d / %d]: Comprobando tabla %s",
- "Turned on maintenance mode" : "Activóse'l mou de caltenimientu",
- "Turned off maintenance mode" : "Desactivóse'l mou de caltenimientu",
- "Maintenance mode is kept active" : "El mou caltenimientu sigue activu",
- "Updating database schema" : "Anovando esquema de base de datos",
- "Updated database" : "Base de datos anovada",
- "Checked database schema update" : "Anovamientu del esquema de base de datos revisáu",
- "Checking updates of apps" : "Comprobando anovamientu d'aplicaciones",
- "Checked database schema update for apps" : "Anovamientu del esquema de base de datos p'aplicaciones revisáu",
- "Starting code integrity check" : "Aniciando comprobación integridá del códigu",
- "Finished code integrity check" : "Finó la comprobación d'integridá del códigu",
- "%s (incompatible)" : "%s (incompatible)",
- "Following apps have been disabled: %s" : "Deshabilitáronse les aplicaciones de darréu: %s",
- "Already up to date" : "Yá s'anovó",
- "PHP does not seem to be setup properly to query system environment variables. The test with getenv(\"PATH\") only returns an empty response." : "PHP nun paez tar configuráu de mou afayadizu pa solicitar les variables del sistema. La prueba con getenv(\"PATH\") namái devuelve una rempuesta balera.",
- "This is particularly recommended when using the desktop client for file synchronisation." : "Esto aconséyase particularmente al usar el veceru d'escritoriu pa la sincronización de ficheros.",
- "Error occurred while checking server setup" : "Fallu entrín se comprobaba la configruación del sirvidor",
- "Non-existing tag #{tag}" : "Etiqueta inesistente #{tag}",
- "invisible" : "invisible",
- "Delete" : "Desaniciar",
- "Rename" : "Renomar",
- "Collaborative tags" : "Etiquetes collaboratives",
- "No tags found" : "Nun s'alcontraron etiquetes",
- "unknown text" : "testu desconocíu",
- "Hello world!" : "¡Hola mundu!",
- "sunny" : "soleyero",
- "Hello {name}, the weather is {weather}" : "Hola {name}, el tiempu ta {weather}",
- "Hello {name}" : "Hola {name}",
- "<strong>These are your search results<script>alert(1)</script></strong>" : "<strong>Estos son los tos resultaos de gueta<script>alert(1)</script></strong>",
- "_download %n file_::_download %n files_" : ["baxar %n ficheru","baxar %n ficheros"],
- "The update is in progress, leaving this page might interrupt the process in some environments." : "L'anovamientu ta en cursu, dexar esta páxina quiciabes inerrumpa'l procesu en dellos entornos.",
- "An error occurred." : "Asocedió un fallu",
- "Please reload the page." : "Por favor, recarga la páxina",
- "Continue to Nextcloud" : "Siguir con Nextcloud",
- "Searching other places" : "Guetando otros llugares",
- "No search results in other folders for {tag}{filter}{endtag}" : "Nun hai resultaos de gueta n'otres carpetes pa {tag}{filter}{endtag}",
- "_{count} search result in another folder_::_{count} search results in other folders_" : ["{count} resultáu de gueta n'otres carpetes","{count} resultaos de gueta n'otres carpetes"],
- "Server side authentication failed!" : "Falló l'autenticación nel sirvidor!",
- "Please contact your administrator." : "Por favor, contauta col to alministrador",
- "An internal error occurred." : "Asocedió un fallu internu.",
- "Please try again or contact your administrator." : "Volvi tentalo o contauta col to alministrador, por favor.",
- "Username or email" : "Nome d'usuariu o corréu",
- "Password" : "Contraseña",
- "Log in" : "Aniciar sesión",
- "Logging in …" : "Aniciando sesión...",
- "Wrong username or password." : "Nome d'usuariu y contraseña incorreutos",
- "User disabled" : "Usuariu desactiváu",
- "Reset password" : "Restablecer contraseña",
- "Couldn't send reset email. Please contact your administrator." : "Nun pudo unviase'l corréu de reaniciu. Contauta col to alministrador, por favor.",
- "Password can not be changed. Please contact your administrator." : "Nun pue camudase la contraseña. Contauta col alministrador, por favor.",
- "New password" : "Contraseña nueva",
- "I know what I'm doing" : "Sé lo que toi faciendo",
- "Cancel" : "Encaboxar",
- "Settings" : "Axustes",
- "Search contacts …" : "Guetar contautos...",
- "No contacts found" : "Nun s'alcontraron contautos",
- "Show all contacts …" : "Amosar tolos contautos...",
- "Loading your contacts …" : "Cargando los tos contautos...",
- "Looking for {term} …" : "Guetando {term}...",
- "No" : "Non",
- "Yes" : "Sí",
- "No files in here" : "Equí nun hai ficheros",
- "New folder" : "Carpeta nueva",
- "Name" : "Nome",
- "Size" : "Tamañu",
- "Modified" : "Modificóse'l",
- "\"{name}\" is an invalid file name." : "\"{name}\" ye un nome de ficheru inválidu.",
- "File name cannot be empty." : "El nome de ficheru nun pue quedar baleru.",
- "\"{name}\" is not an allowed filetype" : "«{name}» nun ye una triba de ficheru permitida",
- "{newName} already exists" : "{newName} yá esiste",
- "Choose" : "Escoyer",
- "Copy" : "Copiar",
- "Move" : "Mover",
- "Error loading file picker template: {error}" : "Fallu cargando'l ficheru de plantía d'escoyeta: {error}",
- "OK" : "Aceutar",
- "Error loading message template: {error}" : "Fallu cargando'l mensaxe de la plantía: {error}",
- "read-only" : "namái llectura",
- "_{count} file conflict_::_{count} file conflicts_" : ["{count} conflictu de ficheru","{count} conflictos de ficheru "],
- "One file conflict" : "Conflictu nun ficheru",
- "New Files" : "Ficheros nuevos",
- "Already existing files" : "Ficheros yá esistentes",
- "Which files do you want to keep?" : "¿Qué ficheros quies caltener?",
- "If you select both versions, the copied file will have a number added to its name." : "Si seleiciones dambes versiones, el ficheru copiáu va tener un númberu amestáu al so nome",
- "Continue" : "Continuar",
- "(all selected)" : "(esbillao too)",
- "({count} selected)" : "(esbillaos {count})",
- "Error loading file exists template" : "Falu cargando plantía de ficheru esistente",
- "Pending" : "Pendiente",
- "Saving …" : "Guardando...",
- "Authentication required" : "Ríquese l'autenticación",
- "This action requires you to confirm your password" : "Esta aición rique que confirmes la to contraseña",
- "Confirm" : "Confirmar",
- "Failed to authenticate, try again" : "Falu al autenticar, volvi tentalo",
- "seconds ago" : "hai segundos",
- "Connection to server lost" : "Perdióse la conexón del sirvidor",
- "_Problem loading page, reloading in %n second_::_Problem loading page, reloading in %n seconds_" : ["Fallu cargando la páxina, recargando en %n segundu","Fallu cargando la páxina, recargando en %n segundos"],
- "Hide details" : "Anubrir detalles",
- "Very weak password" : "Contraseña mui feble",
- "Weak password" : "Contraseña feble",
- "So-so password" : "Contraseña pasable",
- "Good password" : "Contraseña bona",
- "Strong password" : "Contraseña mui bona",
- "No action available" : "Nun hai aiciones disponibles",
- "Error fetching contact actions" : "Fallu diendo en cata de les aiciones de contautos",
- "Personal" : "Personal",
- "Users" : "Usuarios",
- "Apps" : "Aplicaciones",
- "Admin" : "Alministrador",
- "Help" : "Ayuda",
- "Access forbidden" : "Accesu denegáu",
- "File not found" : "Nun s'alcontró'l ficheru",
- "Error" : "Fallu",
- "Internal Server Error" : "Fallu internu del sirvidor",
- "More details can be found in the server log." : "Puen alcontrase más detalles nel rexistru del sirvidor.",
- "Technical details" : "Detalle téunicos",
- "Remote Address: %s" : "Direición reota: %s",
- "Request ID: %s" : "ID de solicitú: %s",
- "Type: %s" : "Triba: %s",
- "Code: %s" : "Códigu: %s",
- "Message: %s" : "Mensaxe: %s",
- "File: %s" : "Ficheru: %s",
- "Line: %s" : "Llinia: %s",
- "Security warning" : "Alvertencia de seguranza",
- "Your data directory and files are probably accessible from the internet because the .htaccess file does not work." : "El to direutoriu de datos y ficheros seique ye accesible dende internet por mor qu'el ficheru .htaccess nun furrula.",
- "Create an <strong>admin account</strong>" : "Crea una <strong>cuenta d'alministrador</strong>",
- "Username" : "Nome d'usuariu",
- "Storage & database" : "Almacenamientu y Base de datos",
- "Data folder" : "Carpeta de datos",
- "Configure the database" : "Configura la base de datos",
- "Only %s is available." : "Namái ta disponible %s",
- "For more details check out the documentation." : "Pa más detalles comprueba la documentación.",
- "Database user" : "Usuariu de la base de datos",
- "Database password" : "Contraseña de la base de datos",
- "Database name" : "Nome de la base de datos",
- "Database tablespace" : "Espaciu de tables de la base de datos",
- "Database host" : "Agospiador de la base de datos",
- "Performance warning" : "Alvertencia de rindimientu",
- "Finish setup" : "Finar la configuración ",
- "Finishing …" : "Finando...",
- "Need help?" : "¿Precises ayuda?",
- "See the documentation" : "Mira la documentación",
- "More apps" : "Más aplicaciones",
- "More" : "Más",
- "Search" : "Guetar",
- "Contacts" : "Contautos",
- "Confirm your password" : "Confirma la to contraseña",
- "App token" : "Pase d'aplicación",
- "Grant access" : "Conceder accesu",
- "This share is password-protected" : "Esta compartición tien contraseña protexida",
- "The password is wrong. Try again." : "La contraseña ye incorreuta. Inténtalo otra vegada.",
- "Two-factor authentication" : "Autenticación en dos pasos",
- "Use backup code" : "Usar códigu de respaldu",
- "Error while validating your second factor" : "Fallu al validar el to pasu segundu",
- "These apps will be updated:" : "Anovaránse estes aplicaciones:",
- "These incompatible apps will be disabled:" : "Deshabilitaránse estes aplicaciones incompletes:",
- "The theme %s has been disabled." : "Deshabilitóse'l tema %s.",
- "Please make sure that the database, the config folder and the data folder have been backed up before proceeding." : "Enantes de siguir, asegúrate de que se fizo una copia de seguridá de la base de datos, la carpeta de configuración y la carpeta de datos.",
- "Start update" : "Aniciar anovamientu",
- "Detailed logs" : "Rexistros detallaos",
- "Please use the command line updater because you have a big instance with more than 50 users." : "Usa l'anovador en llinia de comandos porque tienes una instancia grande con más de 50 usuarios.",
- "I know that if I continue doing the update via web UI has the risk, that the request runs into a timeout and could cause data loss, but I have a backup and know how to restore my instance in case of a failure." : "Sé que si sigo faciendo l'anovamientu pela IU web pue escosar el tiempu de la solicitú y causar una perda de datos, pero teo un respaldu y sé cómo restaurar la mio instancia en casu de fallu.",
- "Contact your system administrator if this message persists or appeared unexpectedly." : "Contauta col alministrador si esti problema sigui apaeciendo.",
- "Could not send reset email because there is no email address for this username. Please contact your administrator." : "Nun pudo unviase'l corréu de reaniciu porque nun hai direición de corréu dala pa esti nome d'usuariu. Contauta col to alministrador, por favor.",
- "Couldn't send reset email. Please make sure your username is correct." : "Nun pudo unviase'l corréu. Asegurate que'l to nome d'usuariu seya correutu, por favor",
- "Your files are encrypted. There will be no way to get your data back after your password is reset.<br />If you are not sure what to do, please contact your administrator before you continue. <br />Do you really want to continue?" : "Los tos ficheros tán cifraos. Nun habrá mou de recuperar los datos dempués de reaniciar la to contraseña.<br />Si nun tas seguru de lo que facer, contautua col to alministrador enantes de siguir. <br />¿De xuru que quies siguir?",
- "Shared" : "Compartíu",
- "Shared by" : "Compartíos por",
- "Choose a password for the public link" : "Escueyi una contraseña pal enllaz públicu",
- "Copied!" : "¡Copióse!",
- "Copy link" : "Copiar enllaz",
- "Not supported!" : "¡Nun se sofita!",
- "Press ⌘-C to copy." : "Primi ⌘-C pa copiar.",
- "Press Ctrl-C to copy." : "Primi Ctrl-C pa copiar.",
- "Resharing is not allowed" : "Recompartir nun ta permitíu",
- "Link" : "Enllaz",
- "Password protect" : "Protexer con contraseña",
- "Allow editing" : "Permitir edición",
- "Email link to person" : "Enllaz de corréu-e a la persona",
- "Send" : "Unviar",
- "Read only" : "Namái llectura",
- "Set expiration date" : "Afitar la data de caducidá",
- "Expiration" : "Caducidá",
- "Expiration date" : "Data de caducidá",
- "Unshare" : "Dexar de compartir",
- "Share to {name}" : "Compartir con {name}",
- "Share link" : "Compartir enllaz",
- "Could not unshare" : "Nun pudo dexar de compartise",
- "Shared with you and the group {group} by {owner}" : "Compartíu contigo y col grupu {group} por {owner}",
- "Shared with you by {owner}" : "Compartíu contigo por {owner}",
- "group" : "grupu",
- "remote" : "remotu",
- "email" : "corréu",
- "Can edit" : "Pue editar",
- "Can create" : "Pue crear",
- "Can change" : "Pue camudar",
- "Can delete" : "Pue desaniciar",
- "Access control" : "Control d'accesu",
- "Error while sharing" : "Fallu mientres la compartición",
- "Share details could not be loaded for this item." : "Nun pudieron cargase los detalles de la compartición pa esti elementu.",
- "_At least {count} character is needed for autocompletion_::_At least {count} characters are needed for autocompletion_" : ["Precísase polo menos {count} caráuter pal auto-completáu","Precísense polo menos {count} caráuteres pal auto-completáu"],
- "No users or groups found for {search}" : "Nun s'alcontraron usuarios o grupos pa {search}",
- "No users found for {search}" : "Nun s'alcontraron usuarios pa {search}",
- "An error occurred. Please try again" : "Asocedió un fallu. Volvi tentalo, por favor",
- "Home" : "Aniciu",
- "Work" : "Trabayu",
- "Other" : "Otru",
- "{sharee} ({type}, {owner})" : "{sharee} ({type}, {owner})",
- "Share" : "Compartir",
- "Name or email address..." : "Nome o direición de corréu...",
- "Name or federated cloud ID..." : "Nome o ID de ñube federada...",
- "Name, federated cloud ID or email address..." : "Nome, ID de ñube federada o direición de corréu...",
- "Name..." : "Nome...",
- "Error removing share" : "Fallu desaniciando la compartición",
- "({scope})" : "({scope})",
- "Saving..." : "Guardando...",
- "Dismiss" : "Encaboxar",
- "New Password" : "Contraseña nueva"
-},
-"nplurals=2; plural=(n != 1);");
diff --git a/core/l10n/ast.json b/core/l10n/ast.json
deleted file mode 100644
index a566822ee63..00000000000
--- a/core/l10n/ast.json
+++ /dev/null
@@ -1,242 +0,0 @@
-{ "translations": {
- "Please select a file." : "Esbilla un ficheru, por favor.",
- "File is too big" : "El ficheru ye pergrande",
- "The selected file is not an image." : "El ficheru esbilláu nun ye una imaxe.",
- "The selected file cannot be read." : "El ficheru esbilláu nun pue lleese.",
- "Invalid file provided" : "Apurrióse un ficheru non válidu",
- "No image or file provided" : "Nun s'apurrieron imáxenes o ficheros",
- "Unknown filetype" : "Triba desconocida de ficheru",
- "Invalid image" : "Imaxe non válida",
- "An error occurred. Please contact your admin." : "Asocedió un fallu. Contauta col to alministrador, por favor.",
- "No temporary profile picture available, try again" : "Nun hai disponible imaxe de perfil temporal dala, volvi tentalo",
- "No crop data provided" : "Nun s'apurrió'l retayu de datos",
- "State token does not match" : "El pase d'estáu nun concasa",
- "Password reset is disabled" : "Ta desactiváu'l reaniciu de contraseñes",
- "Couldn't reset password because the token is invalid" : "Nun pudo reaniciase la contraseña porque'l pase nun ye válidu",
- "Couldn't reset password because the token is expired" : "Nun pudo reaniciase la contraseña porque'l caducó'l pase",
- "%s password reset" : "%s restablecer contraseña",
- "Password reset" : "Reaniciu de contrseña",
- "Click the following button to reset your password. If you have not requested the password reset, then ignore this email." : "Primi nel botón de darréu pa reaniciar la to contraseña. Si nun solicitesti esto, entós inora esti corréu.",
- "Click the following link to reset your password. If you have not requested the password reset, then ignore this email." : "Primi nel botón de darréu pa reaniciar la to contraseña. Si nun solicitesti esto, entós inora esti corréu.",
- "Preparing update" : "Tresnando anovamientu",
- "[%d / %d]: %s" : "[%d / %d]: %s",
- "Please use the command line updater because automatic updating is disabled in the config.php." : "Usa l'anovador en llinia de comandos porque l'anovamientu automáticu ta deshabilitáu nel config.php.",
- "[%d / %d]: Checking table %s" : "[%d / %d]: Comprobando tabla %s",
- "Turned on maintenance mode" : "Activóse'l mou de caltenimientu",
- "Turned off maintenance mode" : "Desactivóse'l mou de caltenimientu",
- "Maintenance mode is kept active" : "El mou caltenimientu sigue activu",
- "Updating database schema" : "Anovando esquema de base de datos",
- "Updated database" : "Base de datos anovada",
- "Checked database schema update" : "Anovamientu del esquema de base de datos revisáu",
- "Checking updates of apps" : "Comprobando anovamientu d'aplicaciones",
- "Checked database schema update for apps" : "Anovamientu del esquema de base de datos p'aplicaciones revisáu",
- "Starting code integrity check" : "Aniciando comprobación integridá del códigu",
- "Finished code integrity check" : "Finó la comprobación d'integridá del códigu",
- "%s (incompatible)" : "%s (incompatible)",
- "Following apps have been disabled: %s" : "Deshabilitáronse les aplicaciones de darréu: %s",
- "Already up to date" : "Yá s'anovó",
- "PHP does not seem to be setup properly to query system environment variables. The test with getenv(\"PATH\") only returns an empty response." : "PHP nun paez tar configuráu de mou afayadizu pa solicitar les variables del sistema. La prueba con getenv(\"PATH\") namái devuelve una rempuesta balera.",
- "This is particularly recommended when using the desktop client for file synchronisation." : "Esto aconséyase particularmente al usar el veceru d'escritoriu pa la sincronización de ficheros.",
- "Error occurred while checking server setup" : "Fallu entrín se comprobaba la configruación del sirvidor",
- "Non-existing tag #{tag}" : "Etiqueta inesistente #{tag}",
- "invisible" : "invisible",
- "Delete" : "Desaniciar",
- "Rename" : "Renomar",
- "Collaborative tags" : "Etiquetes collaboratives",
- "No tags found" : "Nun s'alcontraron etiquetes",
- "unknown text" : "testu desconocíu",
- "Hello world!" : "¡Hola mundu!",
- "sunny" : "soleyero",
- "Hello {name}, the weather is {weather}" : "Hola {name}, el tiempu ta {weather}",
- "Hello {name}" : "Hola {name}",
- "<strong>These are your search results<script>alert(1)</script></strong>" : "<strong>Estos son los tos resultaos de gueta<script>alert(1)</script></strong>",
- "_download %n file_::_download %n files_" : ["baxar %n ficheru","baxar %n ficheros"],
- "The update is in progress, leaving this page might interrupt the process in some environments." : "L'anovamientu ta en cursu, dexar esta páxina quiciabes inerrumpa'l procesu en dellos entornos.",
- "An error occurred." : "Asocedió un fallu",
- "Please reload the page." : "Por favor, recarga la páxina",
- "Continue to Nextcloud" : "Siguir con Nextcloud",
- "Searching other places" : "Guetando otros llugares",
- "No search results in other folders for {tag}{filter}{endtag}" : "Nun hai resultaos de gueta n'otres carpetes pa {tag}{filter}{endtag}",
- "_{count} search result in another folder_::_{count} search results in other folders_" : ["{count} resultáu de gueta n'otres carpetes","{count} resultaos de gueta n'otres carpetes"],
- "Server side authentication failed!" : "Falló l'autenticación nel sirvidor!",
- "Please contact your administrator." : "Por favor, contauta col to alministrador",
- "An internal error occurred." : "Asocedió un fallu internu.",
- "Please try again or contact your administrator." : "Volvi tentalo o contauta col to alministrador, por favor.",
- "Username or email" : "Nome d'usuariu o corréu",
- "Password" : "Contraseña",
- "Log in" : "Aniciar sesión",
- "Logging in …" : "Aniciando sesión...",
- "Wrong username or password." : "Nome d'usuariu y contraseña incorreutos",
- "User disabled" : "Usuariu desactiváu",
- "Reset password" : "Restablecer contraseña",
- "Couldn't send reset email. Please contact your administrator." : "Nun pudo unviase'l corréu de reaniciu. Contauta col to alministrador, por favor.",
- "Password can not be changed. Please contact your administrator." : "Nun pue camudase la contraseña. Contauta col alministrador, por favor.",
- "New password" : "Contraseña nueva",
- "I know what I'm doing" : "Sé lo que toi faciendo",
- "Cancel" : "Encaboxar",
- "Settings" : "Axustes",
- "Search contacts …" : "Guetar contautos...",
- "No contacts found" : "Nun s'alcontraron contautos",
- "Show all contacts …" : "Amosar tolos contautos...",
- "Loading your contacts …" : "Cargando los tos contautos...",
- "Looking for {term} …" : "Guetando {term}...",
- "No" : "Non",
- "Yes" : "Sí",
- "No files in here" : "Equí nun hai ficheros",
- "New folder" : "Carpeta nueva",
- "Name" : "Nome",
- "Size" : "Tamañu",
- "Modified" : "Modificóse'l",
- "\"{name}\" is an invalid file name." : "\"{name}\" ye un nome de ficheru inválidu.",
- "File name cannot be empty." : "El nome de ficheru nun pue quedar baleru.",
- "\"{name}\" is not an allowed filetype" : "«{name}» nun ye una triba de ficheru permitida",
- "{newName} already exists" : "{newName} yá esiste",
- "Choose" : "Escoyer",
- "Copy" : "Copiar",
- "Move" : "Mover",
- "Error loading file picker template: {error}" : "Fallu cargando'l ficheru de plantía d'escoyeta: {error}",
- "OK" : "Aceutar",
- "Error loading message template: {error}" : "Fallu cargando'l mensaxe de la plantía: {error}",
- "read-only" : "namái llectura",
- "_{count} file conflict_::_{count} file conflicts_" : ["{count} conflictu de ficheru","{count} conflictos de ficheru "],
- "One file conflict" : "Conflictu nun ficheru",
- "New Files" : "Ficheros nuevos",
- "Already existing files" : "Ficheros yá esistentes",
- "Which files do you want to keep?" : "¿Qué ficheros quies caltener?",
- "If you select both versions, the copied file will have a number added to its name." : "Si seleiciones dambes versiones, el ficheru copiáu va tener un númberu amestáu al so nome",
- "Continue" : "Continuar",
- "(all selected)" : "(esbillao too)",
- "({count} selected)" : "(esbillaos {count})",
- "Error loading file exists template" : "Falu cargando plantía de ficheru esistente",
- "Pending" : "Pendiente",
- "Saving …" : "Guardando...",
- "Authentication required" : "Ríquese l'autenticación",
- "This action requires you to confirm your password" : "Esta aición rique que confirmes la to contraseña",
- "Confirm" : "Confirmar",
- "Failed to authenticate, try again" : "Falu al autenticar, volvi tentalo",
- "seconds ago" : "hai segundos",
- "Connection to server lost" : "Perdióse la conexón del sirvidor",
- "_Problem loading page, reloading in %n second_::_Problem loading page, reloading in %n seconds_" : ["Fallu cargando la páxina, recargando en %n segundu","Fallu cargando la páxina, recargando en %n segundos"],
- "Hide details" : "Anubrir detalles",
- "Very weak password" : "Contraseña mui feble",
- "Weak password" : "Contraseña feble",
- "So-so password" : "Contraseña pasable",
- "Good password" : "Contraseña bona",
- "Strong password" : "Contraseña mui bona",
- "No action available" : "Nun hai aiciones disponibles",
- "Error fetching contact actions" : "Fallu diendo en cata de les aiciones de contautos",
- "Personal" : "Personal",
- "Users" : "Usuarios",
- "Apps" : "Aplicaciones",
- "Admin" : "Alministrador",
- "Help" : "Ayuda",
- "Access forbidden" : "Accesu denegáu",
- "File not found" : "Nun s'alcontró'l ficheru",
- "Error" : "Fallu",
- "Internal Server Error" : "Fallu internu del sirvidor",
- "More details can be found in the server log." : "Puen alcontrase más detalles nel rexistru del sirvidor.",
- "Technical details" : "Detalle téunicos",
- "Remote Address: %s" : "Direición reota: %s",
- "Request ID: %s" : "ID de solicitú: %s",
- "Type: %s" : "Triba: %s",
- "Code: %s" : "Códigu: %s",
- "Message: %s" : "Mensaxe: %s",
- "File: %s" : "Ficheru: %s",
- "Line: %s" : "Llinia: %s",
- "Security warning" : "Alvertencia de seguranza",
- "Your data directory and files are probably accessible from the internet because the .htaccess file does not work." : "El to direutoriu de datos y ficheros seique ye accesible dende internet por mor qu'el ficheru .htaccess nun furrula.",
- "Create an <strong>admin account</strong>" : "Crea una <strong>cuenta d'alministrador</strong>",
- "Username" : "Nome d'usuariu",
- "Storage & database" : "Almacenamientu y Base de datos",
- "Data folder" : "Carpeta de datos",
- "Configure the database" : "Configura la base de datos",
- "Only %s is available." : "Namái ta disponible %s",
- "For more details check out the documentation." : "Pa más detalles comprueba la documentación.",
- "Database user" : "Usuariu de la base de datos",
- "Database password" : "Contraseña de la base de datos",
- "Database name" : "Nome de la base de datos",
- "Database tablespace" : "Espaciu de tables de la base de datos",
- "Database host" : "Agospiador de la base de datos",
- "Performance warning" : "Alvertencia de rindimientu",
- "Finish setup" : "Finar la configuración ",
- "Finishing …" : "Finando...",
- "Need help?" : "¿Precises ayuda?",
- "See the documentation" : "Mira la documentación",
- "More apps" : "Más aplicaciones",
- "More" : "Más",
- "Search" : "Guetar",
- "Contacts" : "Contautos",
- "Confirm your password" : "Confirma la to contraseña",
- "App token" : "Pase d'aplicación",
- "Grant access" : "Conceder accesu",
- "This share is password-protected" : "Esta compartición tien contraseña protexida",
- "The password is wrong. Try again." : "La contraseña ye incorreuta. Inténtalo otra vegada.",
- "Two-factor authentication" : "Autenticación en dos pasos",
- "Use backup code" : "Usar códigu de respaldu",
- "Error while validating your second factor" : "Fallu al validar el to pasu segundu",
- "These apps will be updated:" : "Anovaránse estes aplicaciones:",
- "These incompatible apps will be disabled:" : "Deshabilitaránse estes aplicaciones incompletes:",
- "The theme %s has been disabled." : "Deshabilitóse'l tema %s.",
- "Please make sure that the database, the config folder and the data folder have been backed up before proceeding." : "Enantes de siguir, asegúrate de que se fizo una copia de seguridá de la base de datos, la carpeta de configuración y la carpeta de datos.",
- "Start update" : "Aniciar anovamientu",
- "Detailed logs" : "Rexistros detallaos",
- "Please use the command line updater because you have a big instance with more than 50 users." : "Usa l'anovador en llinia de comandos porque tienes una instancia grande con más de 50 usuarios.",
- "I know that if I continue doing the update via web UI has the risk, that the request runs into a timeout and could cause data loss, but I have a backup and know how to restore my instance in case of a failure." : "Sé que si sigo faciendo l'anovamientu pela IU web pue escosar el tiempu de la solicitú y causar una perda de datos, pero teo un respaldu y sé cómo restaurar la mio instancia en casu de fallu.",
- "Contact your system administrator if this message persists or appeared unexpectedly." : "Contauta col alministrador si esti problema sigui apaeciendo.",
- "Could not send reset email because there is no email address for this username. Please contact your administrator." : "Nun pudo unviase'l corréu de reaniciu porque nun hai direición de corréu dala pa esti nome d'usuariu. Contauta col to alministrador, por favor.",
- "Couldn't send reset email. Please make sure your username is correct." : "Nun pudo unviase'l corréu. Asegurate que'l to nome d'usuariu seya correutu, por favor",
- "Your files are encrypted. There will be no way to get your data back after your password is reset.<br />If you are not sure what to do, please contact your administrator before you continue. <br />Do you really want to continue?" : "Los tos ficheros tán cifraos. Nun habrá mou de recuperar los datos dempués de reaniciar la to contraseña.<br />Si nun tas seguru de lo que facer, contautua col to alministrador enantes de siguir. <br />¿De xuru que quies siguir?",
- "Shared" : "Compartíu",
- "Shared by" : "Compartíos por",
- "Choose a password for the public link" : "Escueyi una contraseña pal enllaz públicu",
- "Copied!" : "¡Copióse!",
- "Copy link" : "Copiar enllaz",
- "Not supported!" : "¡Nun se sofita!",
- "Press ⌘-C to copy." : "Primi ⌘-C pa copiar.",
- "Press Ctrl-C to copy." : "Primi Ctrl-C pa copiar.",
- "Resharing is not allowed" : "Recompartir nun ta permitíu",
- "Link" : "Enllaz",
- "Password protect" : "Protexer con contraseña",
- "Allow editing" : "Permitir edición",
- "Email link to person" : "Enllaz de corréu-e a la persona",
- "Send" : "Unviar",
- "Read only" : "Namái llectura",
- "Set expiration date" : "Afitar la data de caducidá",
- "Expiration" : "Caducidá",
- "Expiration date" : "Data de caducidá",
- "Unshare" : "Dexar de compartir",
- "Share to {name}" : "Compartir con {name}",
- "Share link" : "Compartir enllaz",
- "Could not unshare" : "Nun pudo dexar de compartise",
- "Shared with you and the group {group} by {owner}" : "Compartíu contigo y col grupu {group} por {owner}",
- "Shared with you by {owner}" : "Compartíu contigo por {owner}",
- "group" : "grupu",
- "remote" : "remotu",
- "email" : "corréu",
- "Can edit" : "Pue editar",
- "Can create" : "Pue crear",
- "Can change" : "Pue camudar",
- "Can delete" : "Pue desaniciar",
- "Access control" : "Control d'accesu",
- "Error while sharing" : "Fallu mientres la compartición",
- "Share details could not be loaded for this item." : "Nun pudieron cargase los detalles de la compartición pa esti elementu.",
- "_At least {count} character is needed for autocompletion_::_At least {count} characters are needed for autocompletion_" : ["Precísase polo menos {count} caráuter pal auto-completáu","Precísense polo menos {count} caráuteres pal auto-completáu"],
- "No users or groups found for {search}" : "Nun s'alcontraron usuarios o grupos pa {search}",
- "No users found for {search}" : "Nun s'alcontraron usuarios pa {search}",
- "An error occurred. Please try again" : "Asocedió un fallu. Volvi tentalo, por favor",
- "Home" : "Aniciu",
- "Work" : "Trabayu",
- "Other" : "Otru",
- "{sharee} ({type}, {owner})" : "{sharee} ({type}, {owner})",
- "Share" : "Compartir",
- "Name or email address..." : "Nome o direición de corréu...",
- "Name or federated cloud ID..." : "Nome o ID de ñube federada...",
- "Name, federated cloud ID or email address..." : "Nome, ID de ñube federada o direición de corréu...",
- "Name..." : "Nome...",
- "Error removing share" : "Fallu desaniciando la compartición",
- "({scope})" : "({scope})",
- "Saving..." : "Guardando...",
- "Dismiss" : "Encaboxar",
- "New Password" : "Contraseña nueva"
-},"pluralForm" :"nplurals=2; plural=(n != 1);"
-} \ No newline at end of file
diff --git a/core/l10n/bg.js b/core/l10n/bg.js
index 33fab8ab20d..7abfc759527 100644
--- a/core/l10n/bg.js
+++ b/core/l10n/bg.js
@@ -14,16 +14,29 @@ OC.L10N.register(
"No crop data provided" : "Липсват данни за изрязването",
"No valid crop data provided" : "Данни за изрязването са невалидни",
"Crop is not square" : "Областта не е квадратна",
+ "State token does not match" : "Маркер на състояние не съвпада",
+ "Invalid app password" : "Невалидна парола за приложението",
+ "Could not complete login" : "Не може да завърши влизането",
+ "Your login token is invalid or has expired" : "Вашият маркер за вход е невалиден или е изтекъл",
"Password reset is disabled" : "Възстановяването на пароли е забранено",
"Couldn't reset password because the token is invalid" : "Възстановяването на паролата е невъзможно, защото връзката за удостоверение е невалидна",
"Couldn't reset password because the token is expired" : "Възстановяването на паролата е невъзможно, защото връзката за удостоверение е с изтекла валидност",
+ "%s password reset" : "%s възстановяване на парола",
"Password reset" : "Възстановяване на парола",
"Click the following button to reset your password. If you have not requested the password reset, then ignore this email." : "Кликнете върху следния бутон, за да възстановите паролата си. Ако не сте поискали възстановяване на паролата, игнорирайте този имейл.",
"Click the following link to reset your password. If you have not requested the password reset, then ignore this email." : "Кликнете върху следната връзка, за да възстановите паролата си. Ако не сте поискали възстановяване на паролата, игнорирайте този имейл.",
"Reset your password" : "Възстановяване на вашата парола",
"Nextcloud Server" : "Nextcloud сървър",
+ "Some of your link shares have been removed" : "Някои от вашите споделяния на връзки са премахнати",
+ "Due to a security bug we had to remove some of your link shares. Please see the link for more information." : "Поради грешка в сигурността трябваше да премахнем някои от вашите споделяния на връзки. Моля, вижте връзката за повече информация.",
+ "The user limit of this instance is reached." : " Достигнат е потребителският лимит на този екземпляр.",
+ "Enter your subscription key to increase the user limit. For more information about Nextcloud Enterprise see our website." : "Въведете абонаментния си ключ, за да увеличите потребителския си лимит. За повече информация относно Nextcloud Enterprise вижте нашия уеб сайт.",
"Preparing update" : "Подготовка за актуализиране",
"[%d / %d]: %s" : "[%d / %d]: %s",
+ "Repair step:" : "Стъпка на поправка:",
+ "Repair info:" : "Информация за поправка:",
+ "Repair warning:" : "Предупреждение при поправка:",
+ "Repair error:" : "Грешка при поправка:",
"Please use the command line updater because automatic updating is disabled in the config.php." : "Моля използвайте съветникът за актуализиране в командния ред, защото автоматичният е забранен в config.php.",
"[%d / %d]: Checking table %s" : "[%d / %d]: Проверяване на таблица %s",
"Turned on maintenance mode" : "Режимът за поддръжка е включен",
@@ -31,39 +44,51 @@ OC.L10N.register(
"Maintenance mode is kept active" : "Режим на поддръжка се поддържа активен",
"Updating database schema" : "Актуализиране схемата на базата данни",
"Updated database" : "Базата данни е актуализирана",
- "Checking whether the database schema can be updated (this can take a long time depending on the database size)" : "Проверка дали схемата на базата данни може да се актуализира (възможно е да отнеме повече време в зависимост от големината на базата данни)",
- "Checked database schema update" : "Обновяването на схемата на базата данни е проверено",
- "Checking updates of apps" : "Проверка за актуализации на приложенията",
- "Checking for update of app \"%s\" in appstore" : "Проверка за актуализация на \"%s\"",
- "Update app \"%s\" from appstore" : "Актуализиране на \"%s\"",
"Checking whether the database schema for %s can be updated (this can take a long time depending on the database size)" : "Проверка дали схемата на базата данни %s може да бъде актуализирана (това може да отнеме повече време в зависимост от големината на базата данни)",
- "Checked database schema update for apps" : "Обновяването на схемата на базата данни за приложения е проверено",
+ "Updated \"%1$s\" to %2$s" : "Актуализиран \"%1$s\" до %2$s",
"Set log level to debug" : "Промени ниво на лог на дебъг",
"Reset log level" : "Възстанови ниво на лог",
"Starting code integrity check" : "Стартиране на проверка за цялостта на кода",
"Finished code integrity check" : "Приключена проверка за цялостта на кода",
"%s (incompatible)" : "%s (несъвместим)",
- "Following apps have been disabled: %s" : "Следните приложения са изключени: %s",
+ "The following apps have been disabled: %s" : "Следните приложения са изключени: %s",
"Already up to date" : "Актуално",
- "Last background job execution ran {relativeTime}. Something seems wrong." : "За последно задача е стартирала {relativeTime}. Изглежда, че има проблем.",
- "You are currently running PHP {version}. Upgrade your PHP version to take advantage of <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">performance and security updates provided by the PHP Group</a> as soon as your distribution supports it." : "В момента използвате PHP {version}. Актуализирайте версията на PHP за да се възползвате от <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">подобренията в производителността и сигурността, предоставени от PHP Group</a> колкото можете по-скоро.",
- "The PHP OPcache is not properly configured. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance it is recommended</a> to use the following settings in the <code>php.ini</code>:" : "Модула PHP OPcache не е настроен правилно. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">За по-добра производителност е препоръчително</a> да ползвате следните настройки във файла <code>php.ini</code>:",
+ "Your web server is not yet properly set up to allow file synchronization, because the WebDAV interface seems to be broken." : "Вашият уеб сървър все още не е удачно настроен да позволява синхронизация на файлове, защото WebDAV интерфейсът не работи.",
+ "PHP does not seem to be setup properly to query system environment variables. The test with getenv(\"PATH\") only returns an empty response." : "Изглежда, че PHP не е настроен правилно за заявки за променливи на системната среда. Тестът с getenv (\"ПЪТ\") връща само празен отговор.",
+ "The read-only config has been enabled. This prevents setting some configurations via the web-interface. Furthermore, the file needs to be made writable manually for every update." : " Активирана е конфигурацията само за четене. Това предотвратява настройването на някои конфигурации чрез уеб интерфейса. Освен това файлът трябва ръчно да се направи записваем за всяка актуализация.",
+ "Your database does not run with \"READ COMMITTED\" transaction isolation level. This can cause problems when multiple actions are executed in parallel." : "Вашата база данни не се изпълнява с ниво на изолация на транзакциите „АНГАЖИРАНО ЧЕТЕНЕ . Това може да създаде проблеми при паралелно изпълнение на множество действия.",
+ "The PHP module \"fileinfo\" is missing. It is strongly recommended to enable this module to get the best results with MIME type detection." : "PHP модулът 'fileinfo' липсва. Силно се препоръчва този модул да бъде добавен, за да се постигнат най-добри резултати при MIME тип откриване.",
+ "If your installation is not installed at the root of the domain and uses system cron, there can be issues with the URL generation. To avoid these problems, please set the \"overwrite.cli.url\" option in your config.php file to the webroot path of your installation (suggestion: \"{suggestedOverwriteCliURL}\")" : "Ако инсталацията не е инсталирана в основата на вашия домейн и използва системния cron, могат да възникнат проблеми с генерирането на URL. За избягване на тези проблеми, моля настройте \"overwrite.cli.url\" опцията в config.php файла с мрежовия път към вашята инсталация (Вероятно : \"{suggestedOverwriteCliURL}\")",
+ "Your installation has no default phone region set. This is required to validate phone numbers in the profile settings without a country code. To allow numbers without a country code, please add \"default_phone_region\" with the respective {linkstart}ISO 3166-1 code ↗{linkend} of the region to your config file." : "Вашата инсталация няма зададен регион на телефона по подразбиране. Това е нужно за проверка на телефонните номера в настройките на профила без код на държава. За да разрешите номера без код на държава, моля, добавете \"default_phone_region\" със съответния {linkstart} ISO 3166-1 код ↗ {linkend} на региона към вашия конфигурационен файл.",
+ "It was not possible to execute the cron job via CLI. The following technical errors have appeared:" : "Не беше възможно да се изпълни заданието cron чрез командния интерфейс CLI. Появиха се следните технически грешки:",
+ "This server has no working Internet connection: Multiple endpoints could not be reached. This means that some of the features like mounting external storage, notifications about updates or installation of third-party apps will not work. Accessing files remotely and sending of notification emails might not work, either. Establish a connection from this server to the Internet to enjoy all features." : "Сървърът няма работеща интернет връзка: Множество крайни точки не могат да бъдат достигнати. Това означава, че някои от функциите като монтиране на външно хранилище, известия за актуализации или инсталиране на приложения на трети страни няма да работят. Достъпът до файлове от разстояние и изпращането на имейли с известия също може да не работят. Установете връзка от този сървър с Интернет, за да се насладите на всички функции.",
+ "Nextcloud 20 is the last release supporting PHP 7.2. Nextcloud 21 requires at least PHP 7.3." : "Nextcloud 20 е последното издание, поддържащо PHP 7.2. Nextcloud 21 изисква поне PHP 7.3.",
+ "The PHP function \"set_time_limit\" is not available. This could result in scripts being halted mid-execution, breaking your installation. Enabling this function is strongly recommended." : "Функцията PHP \"set_time_limit\" не е налична. Това може да доведе до спиране на скриптове в средата на изпълнение, което ще повреди вашата инсталация. Активирането на тази функция е силно препоръчително.",
+ "Your PHP does not have FreeType support, resulting in breakage of profile pictures and the settings interface." : "Вашият PHP не поддържа FreeType, в резулта това ще доведе до неправилното показване на профилните снимки и настройките на интерфейса",
+ "Missing index \"{indexName}\" in table \"{tableName}\"." : "Липсва индекс „{indexName}“ в таблица „{tableName}“.",
"The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "Някои индекси липсват в базата данни. Не са добавени защото процеса може да отнеме доста време. Можете да стартирате процеса ръчно като изпълните командата \"occ db:add-missing-indices\". След добавянето на индексите заявките към изброените таблици ще минават много по-бързо.",
- "Some columns in the database are missing a conversion to big int. Due to the fact that changing column types on big tables could take some time they were not changed automatically. By running 'occ db:convert-filecache-bigint' those pending changes could be applied manually. This operation needs to be made while the instance is offline. For further details read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "Някои колони от базата данни не са конвертирани към \"big int\". Конвертирането не е осъществено защото може да отнеме доста време. Можете да стартирате процеса ръчно като изпълните командата \"occ db:convert-filecache-bigint\". Но преди това инсталацията трябва да бъде в \"maintenance\" режим. За допълнителна информация <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">прочетете документацията</a>.",
+ "Missing primary key on table \"{tableName}\"." : "Липсва първичен ключ в таблица „{tableName}“.",
+ "The database is missing some primary keys. Due to the fact that adding primary keys on big tables could take some time they were not added automatically. By running \"occ db:add-missing-primary-keys\" those missing primary keys could be added manually while the instance keeps running." : "В базата данни липсват някои първични ключове. Поради факта, че добавянето на първични ключове на големи маси може да отнеме известно време, те не бяха добавени автоматично. Чрез стартиране на \"occ db: add-missing-primary-keys\" тези липсващи първични ключове могат да бъдат добавени ръчно, докато екземплярът продължава да работи.",
+ "Missing optional column \"{columnName}\" in table \"{tableName}\"." : "Липсва изборна колона „{columnName}“ в таблица „{tableName}“.",
+ "The database is missing some optional columns. Due to the fact that adding columns on big tables could take some time they were not added automatically when they can be optional. By running \"occ db:add-missing-columns\" those missing columns could be added manually while the instance keeps running. Once the columns are added some features might improve responsiveness or usability." : "В базата данни липсват някои изборни колони. Поради факта, че добавянето на колони в големи таблици може да отнеме известно време, те не се добавят автоматично, когато могат да бъдат по избор. Чрез стартиране на \"occ db: add-missing-колони\" тези липсващи колони могат да бъдат добавени ръчно, докато екземплярът продължава да работи. След като колоните бъдат добавени, някои функции могат да подобрят отзивчивостта или използваемостта.",
+ "This instance is missing some recommended PHP modules. For improved performance and better compatibility it is highly recommended to install them." : "В този екземпляр липсват някои препоръчани PHP модули. За подобрена производителност и по-добра съвместимост е силно препоръчително да ги инсталирате.",
+ "Module php-imagick in this instance has no SVG support. For better compatibility it is recommended to install it." : "Модулът php-imagick в този случай няма поддръжка на SVG. За по-добра съвместимост се препоръчва да го инсталирате.",
+ "SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend." : "Понастоящем SQLite се използва като вътрешна база данни. За по-големи инсталации ви препоръчваме да превключите към друг сървър на базата данни.",
"This is particularly recommended when using the desktop client for file synchronisation." : "Препоръчително, особено ако ползвате клиента за настолен компютър.",
+ "The PHP memory limit is below the recommended value of 512MB." : "Ограничението на PHP паметта е под препоръчителната стойност от 512MB.",
+ "Some app directories are owned by a different user than the web server one. This may be the case if apps have been installed manually. Check the permissions of the following app directories:" : "Някои директории на приложения се притежават от потребител, различен от този на уеб сървъра. Това може да се случи, ако приложенията са инсталирани ръчно. Проверете правата на следните директории на приложения:",
+ "This instance uses an S3 based object store as primary storage. The uploaded files are stored temporarily on the server and thus it is recommended to have 50 GB of free space available in the temp directory of PHP. Check the logs for full details about the path and the available space. To improve this please change the temporary directory in the php.ini or make more space available in that path." : "Този екземпляр използва базирано на S3 хранилище на обекти като основно съхранение. Качените файлове се съхраняват временно на сървъра и затова се препоръчва да имате 50 GB свободно място във временната директория на PHP. Проверете дневниците за пълни подробности за пътя и наличното пространство. За да подобрите това, моля, променете временната директория в php.ini или направете повече място в този път.",
"Error occurred while checking server setup" : "Възникна грешка при проверката на настройките на сървъра",
- "Non-existing tag #{tag}" : "Несъществуващ етикет #{tag}",
- "restricted" : "ограничен",
- "invisible" : "невидим",
- "Delete" : "Изтрий",
- "Rename" : "Преименувай",
- "Collaborative tags" : "Съвместни етикети",
- "No tags found" : "Не са открити етикети",
+ "Your data directory and files are probably accessible from the Internet. The .htaccess file is not working. It is strongly recommended that you configure your web server so that the data directory is no longer accessible, or move the data directory outside the web server document root." : "Най-вероятно вашите данни и файлове са достъпни от интернет. .htaccess файлът не функционира. Силно се препоръчва да настроите уеб сървъра по такъв начин, че директорията за данни да не бъде достъпна или я преместете извън началната директория на уеб сървъра.",
+ "The \"{header}\" HTTP header is not set to \"{expected}\". This is a potential security or privacy risk, as it is recommended to adjust this setting accordingly." : "HTTP заглавката „{header}“ не е зададена на „{expected}“. Това е потенциален риск за сигурността или поверителността, като се препоръчва да настроите по подходящ начин тази настройка.",
+ "The \"{header}\" HTTP header is not set to \"{expected}\". Some features might not work correctly, as it is recommended to adjust this setting accordingly." : "HTTP заглавката „{header}“ не е зададена на „{expected}“. Някои функции може да не работят правилно, тъй като се препоръчва да настроите по подходящ начин тази настройка.",
+ "The \"{header}\" HTTP header doesn't contain \"{expected}\". This is a potential security or privacy risk, as it is recommended to adjust this setting accordingly." : "HTTP заглавката „{header}“ не съдържа „{expected}“. Това е потенциален риск за сигурността или поверителността, като се препоръчва да настроитепо подходящ начин тази настройка.",
"unknown text" : "непознат текст",
"Hello world!" : "Здравей Свят!",
"sunny" : "слънчево",
"Hello {name}, the weather is {weather}" : "Здравейте {name}, времето е {weather}",
"Hello {name}" : "Здравейте, {name}",
+ "<strong>These are your search results<script>alert(1)</script></strong>" : "<strong>Това са вашите резултати от търсенето<script>сигнал (1)</script></strong>",
"new" : "нов",
"_download %n file_::_download %n files_" : ["изтегли %n файл","изтегли %n файла"],
"The update is in progress, leaving this page might interrupt the process in some environments." : "Актуализирането е в процес, в някой среди - напускането на тази страница може да прекъсне процеса.",
@@ -72,34 +97,60 @@ OC.L10N.register(
"Please reload the page." : "Моля, презаредете страницата.",
"The update was unsuccessful. For more information <a href=\"{url}\">check our forum post</a> covering this issue." : "Актуализацията беше неуспешна. За допълнителна информация <a href=\"{url}\">прегледайте темата</a> относно този проблем.",
"The update was unsuccessful. Please report this issue to the <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">Nextcloud community</a>." : "Актуализирането беше неуспешно. Моля отнесете този проблем към <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\"> Nextcloud общността</a>.",
- "Continue to Nextcloud" : "Продължете към Nextcloud",
- "Searching other places" : "Търсене на друго място",
- "_{count} search result in another folder_::_{count} search results in other folders_" : ["{count} търсен резултат в друга папка","{count} търсени резултати в други папки"],
+ "Log in" : "Вписване",
+ "Logging in …" : "Вписване ...",
"Server side authentication failed!" : "Неуспешно удостоверяването от страна на сървъра!",
"Please contact your administrator." : "Моля, свържете се с администратора.",
"An internal error occurred." : "Възникна вътрешно сървърна грешка.",
"Please try again or contact your administrator." : "Опитайте отново или се свържете с администраотра.",
"Username or email" : "Потребител или имейл",
"Password" : "Парола",
- "Log in" : "Вписване",
- "Logging in …" : "Вписване ...",
"Wrong username or password." : "Грешен потребител или парола",
"User disabled" : "Потребителят е деактивиран",
+ "We have detected multiple invalid login attempts from your IP. Therefore your next login is throttled up to 30 seconds." : "Открихме множество невалидни опити за влизане от вашия IP. Следователно следващото ви влизане се ограничава за 30 секунди.",
+ "Your account is not setup for passwordless login." : "Вашият профил не е настроен за влизане без парола.",
+ "Passwordless authentication is not supported in your browser." : "Удостоверяването без парола не се поддържа във вашия браузър.",
+ "Passwordless authentication is only available over a secure connection." : "Удостоверяването без парола е достъпно само чрез защитена връзка.",
"Reset password" : "Възстановяване на паролата",
+ "If it is not there ask your local administrator." : "Ако не е там, попитайте местния администратор.",
"Couldn't send reset email. Please contact your administrator." : "Неуспешно изпращане на имейл за възстановяване на паролата. Моля, свържете се с вашия администратор.",
- "Password can not be changed. Please contact your administrator." : "Паролата не може да бъде промена. Моля, свържете се с администратора.",
"Back to login" : "Обратно към вписване",
"New password" : "Нова парола",
+ "Your files are encrypted. There will be no way to get your data back after your password is reset. If you are not sure what to do, please contact your administrator before you continue. Do you really want to continue?" : "Вашите файлове са криптирани. След като паролата ви бъде нулирана, няма да можете да си върнете данните. Ако не сте сигурни какво да правите, моля, свържете се с вашия администратор, преди да продължите. Наистина ли искате да продължите?",
"I know what I'm doing" : "Знам какво правя",
"Resetting password" : "Възстановяване на паролата",
+ "Recommended apps" : "Препоръчани приложения",
+ "Loading apps …" : "Зареждане на приложения ...",
+ "Installing apps …" : "Инсталиране на приложения ...",
+ "App download or installation failed" : "Изтеглянето или инсталирането на приложението беше неуспешно",
"Cancel" : "Отказ",
+ "Schedule work & meetings, synced with all your devices." : "Планирайте работа и срещи, синхронизирано с всичките ви устройства.",
+ "Keep your colleagues and friends in one place without leaking their private info." : "Бъдете с колегите и приятелите си на едно място, без да изтича тяхната лична информация.",
+ "Simple email app nicely integrated with Files, Contacts and Calendar." : "Опростено приложение за електронна поща, добре интегрирано с файлове, контакти и календар.",
+ "Chatting, video calls, screensharing, online meetings and web conferencing – in your browser and with mobile apps." : "Чат, видео разговори, споделяне на екрана, онлайн срещи и уеб конферентни връзки - във вашия браузър и с мобилни приложения.",
+ "Collaboratively edit office documents." : "Съвместно редактиране на офис документи.",
+ "Local document editing back-end used by the Collabora Online app." : "Местно фоново редактиране на документи, чрез използване на приложението Collabora Online.",
"Forgot password?" : "Забравена парола?",
+ "Log in with a device" : "Вписване с устройство",
+ "Back" : "Назад",
+ "Reset search" : "Рестартирай търсенето",
+ "Search for {name} only" : "Търсене само за {name}",
+ "No results for {query}" : "Няма резултати за {query}",
+ "Start typing to search" : "Започнете да пишете, за търсене",
+ "Loading more results …" : "Зарежда още резултати…",
+ "Load more results" : "Зареждане на още резултати",
+ "Search" : "Търсене",
+ "An error occurred while searching for {type}" : "Възникна грешка при търсенето на {type}",
+ "_Please enter {minSearchLength} character or more to search_::_Please enter {minSearchLength} characters or more to search_" : ["Моля, въведете {minSearchLength} знака или повече, за да търсите","Моля, въведете {minSearchLength} знака или повече, за да търсите"],
+ "Search {types} …" : "Търсене на {types} ...",
"Settings" : "Настройки",
"Could not load your contacts" : "Контактите не могат да бъдат заредени",
"Search contacts …" : "Търсене в контактите ...",
"No contacts found" : "Няма намерени контакти",
"Show all contacts …" : "Покажи всички контакти ...",
+ "Install the Contacts app" : "Инсталиране на приложението за Контакти ",
"Loading your contacts …" : "Зареждане на контактите ...",
+ "Looking for {term} …" : "Търси се {term} …",
"No" : "Не",
"Yes" : "Да",
"No files in here" : "Няма файлове",
@@ -141,7 +192,15 @@ OC.L10N.register(
"seconds ago" : "преди секунди",
"Connection to server lost" : "Няма връзка със сървъра",
"_Problem loading page, reloading in %n second_::_Problem loading page, reloading in %n seconds_" : ["Проблем при зареждането на страницата, презареждане след %n секунда","Проблем при зареждането на страницата, презареждане след %n секунди"],
+ "Add to a project" : "Добавяне към проект",
+ "Show details" : "Показване на подробности",
"Hide details" : "Скриване на подробностите",
+ "Rename project" : "Преименуване на проект",
+ "Failed to rename the project" : "Неуспешно преименуване на проект",
+ "Failed to create a project" : "Неуспешно създаване на проект",
+ "Failed to add the item to the project" : "Неуспешно добавяне на елемент към проекта",
+ "Connect items to a project to make them easier to find" : "Свързване на елементи към проект, за да станат лесни за намиране",
+ "Type to search for existing projects" : "Въведете, за търсене на съществуващи проекти",
"New in" : "Ново в",
"View changelog" : "Преглед на списъка с промени",
"Very weak password" : "Много проста парола",
@@ -150,6 +209,14 @@ OC.L10N.register(
"Good password" : "Добра парола",
"Strong password" : "Сложна парола",
"No action available" : "Няма налични действия",
+ "Error fetching contact actions" : "Грешка при извличането на действия за контакт",
+ "Non-existing tag #{tag}" : "Несъществуващ етикет #{tag}",
+ "restricted" : "ограничен",
+ "invisible" : "невидим",
+ "Delete" : "Изтрий",
+ "Rename" : "Преименувай",
+ "Collaborative tags" : "Съвместни етикети",
+ "No tags found" : "Не са открити етикети",
"Personal" : "Лични",
"Users" : "Потребители",
"Apps" : "Приложения",
@@ -157,7 +224,12 @@ OC.L10N.register(
"Help" : "Помощ",
"Access forbidden" : "Достъпът е забранен",
"File not found" : "Файлът не е открит",
+ "The document could not be found on the server. Maybe the share was deleted or has expired?" : "Документът не можа да бъде намерен на сървъра. Може би споделянето е изтрито или е изтекло?",
+ "Back to %s" : "Обратно към %s",
+ "Too many requests" : "Твърде много заявки",
+ "There were too many requests from your network. Retry later or contact your administrator if this is an error." : "Имаше твърде много заявки от вашата мрежа. Опитайте отново по-късно или се свържете с вашия администратор, ако това е грешка.",
"Error" : "Грешка",
+ "Previous" : "Предишен ",
"Internal Server Error" : "Вътрешно сървърна грешка",
"The server was unable to complete your request." : "Сървърът не можа да изпълни заявката ви.",
"If this happens again, please send the technical details below to the server administrator." : "Ако грешката се повтори, моля изпратете техническите данни на администратора.",
@@ -188,40 +260,61 @@ OC.L10N.register(
"Database name" : "Име на базата данни",
"Database tablespace" : "Tablespace на базата данни",
"Database host" : "Хост",
+ "Please specify the port number along with the host name (e.g., localhost:5432)." : "Моля, посочете номера на порта заедно с името на хоста (напр. Localhost: 5432).",
"Performance warning" : "Предупреждение за производителността",
+ "You chose SQLite as database." : "Избрахте база данни SQLite.",
+ "SQLite should only be used for minimal and development instances. For production we recommend a different database backend." : "SQLite трябва да се използва само за минимални екземпляри и екземпляри за разработка. За производство препоръчваме различен сървър на базата данни.",
+ "If you use clients for file syncing, the use of SQLite is highly discouraged." : "Ако използвате клиенти за синхронизиране на файлове, използването на SQLite не се препоръчва.",
+ "Install recommended apps" : "Инсталиране на препоръчаните приложения ",
+ "Calendar, Contacts, Talk, Mail & Collaborative editing" : "Календар, Контакти, Разговор, Поща и Съвместно редактиране",
"Finish setup" : "Завършване на инсталацията",
"Finishing …" : "Завършване...",
"Need help?" : "Нуждаете се от помощ?",
"See the documentation" : "Прегледайте документацията",
+ "It looks like you are trying to reinstall your Nextcloud. However the file CAN_INSTALL is missing from your config directory. Please create the file CAN_INSTALL in your config folder to continue." : "Изглежда, че се опитвате да преинсталирате Nextcloud. Файлът CAN_INSTALL обаче липсва във вашата конфигурационна директория. Моля, създайте файла CAN_INSTALL във вашата конфигурационна папка, за да продължите.",
+ "Could not remove CAN_INSTALL from the config folder. Please remove this file manually." : "CAN_INSTALL не можа да се премахне от конфигурационната папка. Моля, премахнете този файл ръчно.",
"This application requires JavaScript for correct operation. Please {linkstart}enable JavaScript{linkend} and reload the page." : "Приложението изисква JavaScript. Моля, {linkstart}включете JavaScript{linkend} и презаредете страницата.",
+ "Get your own free account" : "Вземете свой собствен безплатен профил",
+ "Skip to main content" : "Преминаване към основното съдържание",
+ "Skip to navigation of app" : "Преминаване към навигация на приложението",
"More apps" : "Още приложения",
"More" : "Още",
- "Search" : "Търсене",
- "Reset search" : "Рестартирай търсенето",
+ "More apps menu" : "Още от меню за приложения",
"Contacts" : "Контакти",
"Contacts menu" : "Контакти",
"Settings menu" : "Настройки",
"Confirm your password" : "Потвърдете паролата си",
"Connect to your account" : "Свързване към вашия профил",
"Please log in before granting %1$s access to your %2$s account." : "Необходимо е да се впишете, преди да дадете достъп на %1$s до вашия %2$s профил.",
+ "If you are not trying to set up a new device or app, someone is trying to trick you into granting them access to your data. In this case do not proceed and instead contact your system administrator." : "Ако не се опитвате да настроите ново устройство или приложение, някой се опитва да ви подмами, за да му предоставите достъп до вашите данни. В този случай не продължавайте и вместо това се свържете със системния си администратор.",
"App token" : "Парола за приложението",
"Grant access" : "Разреши достъпa",
"Alternative log in using app token" : "Алтернативен метод за вписване с парола за приложение",
"Account access" : "Достъп до профил",
"You are about to grant %1$s access to your %2$s account." : "Ще разрешите на %1$s да ползва вашия %2$s профил.",
+ "Account connected" : "Профилът е свързан",
+ "Your client should now be connected!" : "Клиентът ви вече трябва да е свързан!",
"You can close this window." : "Можеш да затвориш този прозорец.",
"This share is password-protected" : "Тази зона е защитена с парола.",
"The password is wrong. Try again." : "Паролата е грешна. Опитайте отново.",
"Two-factor authentication" : "Двустепенно удостоверяване",
+ "Enhanced security is enabled for your account. Choose a second factor for authentication:" : "Повишената сигурност е активирана за вашия профил. Изберете втори фактор за удостоверяване .",
+ "Could not load at least one of your enabled two-factor auth methods. Please contact your admin." : "Невъзможно да се зареди поне един от вашите активирани двустепенни методи за удостоверяване. Моля, свържете се с вашия администратор.",
+ "Two-factor authentication is enforced but has not been configured on your account. Contact your admin for assistance." : "Двустепенното удостоверяване е приложено, но не е конфигурирано във вашия профил. Свържете се с вашия администратор за съдействие.",
+ "Two-factor authentication is enforced but has not been configured on your account. Please continue to setup two-factor authentication." : "Двустепенното удостоверяване е приложено, но не е конфигурирано във вашия профил. Свържете се с вашия администратор за съдействие.",
"Set up two-factor authentication" : "Двустепенно удостоверяване",
+ "Two-factor authentication is enforced but has not been configured on your account. Use one of your backup codes to log in or contact your admin for assistance." : "Двустепенното удостоверяване е приложено, но не е конфигурирано във вашия профил. Използвайте един от резервните си кодове, за да влезете или се свържете с вашия администратор за съдействие.",
"Use backup code" : "Използвай код за възстановяване",
"Cancel login" : "Откажи вписване",
"Setup two-factor authentication" : "Свържи двустепенно удостоверяване",
+ "Enhanced security is enforced for your account. Choose which provider to set up:" : "Повишената сигурност е активирана за вашия профил. Изберете кой доставчик да настроите: ",
"Error while validating your second factor" : "Грешка при валидиране на втория ви фактор",
"Access through untrusted domain" : "Достъп през недоверен домейн",
"Please contact your administrator. If you are an administrator, edit the \"trusted_domains\" setting in config/config.php like the example in config.sample.php." : "Моля, свържете се с администратора. Ако сте администратор на текущата инстанция, конфигурирайте \"trusted_domains\" настройките в config/config.php. Примерна конфигурация е предоставена в config/config.sample.php.",
+ "Further information how to configure this can be found in the %1$sdocumentation%2$s." : "Допълнителна информация как да конфигурирате това можете да намерите в %1$sдокументацията%2$s.",
"App update required" : "Изисква се актуализиране на приложението",
- "These apps will be updated:" : "Следните добавки ще бъдат актуализирани:",
+ "%1$s will be updated to version %2$s" : "%1$s ще бъде актуализирана до версия %2$s",
+ "The following apps will be updated:" : "Следните приложения ще бъдат актуализирани:",
"These incompatible apps will be disabled:" : "Следните несъвместими добавки ще бъдат деактивирани:",
"The theme %s has been disabled." : "Темата %s е изключена.",
"Please make sure that the database, the config folder and the data folder have been backed up before proceeding." : "Моля, уверете се, че сте направили копия на базата данни, папките с настройки и данните, преди да продължите.",
@@ -229,82 +322,57 @@ OC.L10N.register(
"To avoid timeouts with larger installations, you can instead run the following command from your installation directory:" : "За да избегнеш таймаутове при по-големи инсталации, можеш да изпълниш следните команди в инсталанционната директория:",
"Detailed logs" : "Подробни журнали",
"Update needed" : "Нужно е актуализиране",
+ "Please use the command line updater because you have a big instance with more than 50 users." : "Моля, използвайте актуализатора на командния ред, защото имате голям екземпляр с повече от 50 потребители.",
"For help, see the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"%s\">documentation</a>." : "За помощ, прегледайте <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">документацията</a>.",
+ "I know that if I continue doing the update via web UI has the risk, that the request runs into a timeout and could cause data loss, but I have a backup and know how to restore my instance in case of a failure." : "Знам, че ако продължа да правя актуализацията чрез уеб потребителски интерфейсUI , има риск заявката временно да се прекъсне и може да доведе до загуба на данни, но имам резервно копие и знам как да възстановя своя екземпляр в случай на повреда.",
"Upgrade via web on my own risk" : "Актуализиране чрез интернет на собствен риск",
"Maintenance mode" : "Режим на поддръжка",
"This %s instance is currently in maintenance mode, which may take a while." : "В момента се извършва профилактика на %s, може да продължи дълго.",
"This page will refresh itself when the instance is available again." : "Страницата ще се зареди автоматично, когато е отново на линия.",
"Contact your system administrator if this message persists or appeared unexpectedly." : "Свържете се със системния администратор ако това съобщение се задържи твърде дълго или се е появило неочаквано.",
- "Could not send reset email because there is no email address for this username. Please contact your administrator." : "Имейлът за възстановяване на паролата не може да бъде изпратен защо потребителят няма имейл адрес. Свържете се с администратора.",
- "Couldn't send reset email. Please make sure your username is correct." : "Неуспешно изпращане на имейл за възстановяване на паролата. Моля, уверете се, че потребителското име е правилно.",
- "We have send a password reset e-mail to the e-mail address known to us for this account. If you do not receive it within a reasonable amount of time, check your spam/junk folders.<br>If it is not there ask your local administrator." : "До имейла на профила е изпратена връзка за възстановяване на паролата. Не забравяйте да проверете и спам/junk папката.<br> Свържете с администратора ако не получите имейла.",
- "Sending email …" : "Изпращане на имейл ...",
- "Shared" : "Споделено",
- "Shared with" : "Споделено с",
- "Shared by" : "Споделено от",
- "Choose a password for the public link" : "Парола за публичната връзка",
- "Copied!" : "Копирана!",
- "Copy link" : "Копирай връзката",
- "Not supported!" : "Не се поддържа!",
- "Press ⌘-C to copy." : "За копиране натиснете ⌘-C.",
- "Press Ctrl-C to copy." : "За копиране натиснете Ctrl-C.",
- "Resharing is not allowed" : "Повторното споделяне е забранено",
- "Link" : "Връзка",
- "Hide download" : "Скрий свалянето",
- "Password protect" : "Защита с парола",
- "Allow editing" : "Възможност за редактиране",
- "Email link to person" : "Изпрати чрез имейл връзката",
- "Send" : "Изпрати",
- "Allow upload and editing" : "За качване и редактиране",
- "Read only" : "Само за четене",
- "File drop (upload only)" : "Само за качване",
- "Set expiration date" : "Срок на валидност",
- "Expiration" : "Валидност",
- "Expiration date" : "Дата на изтичане",
- "Note to recipient" : "Бележка за получателя",
- "Unshare" : "Прекрати споделянето",
- "Delete share link" : "Изтрий споделената връзка",
- "Add another link" : "Добави още една връзка",
- "Share to {name}" : "Сподели с {name}",
- "Share link" : "Връзка за споделяне",
- "Could not unshare" : "Споделянето не може да бъде прекратено",
- "Shared with you and the group {group} by {owner}" : "Споделено от {owner} с вас и групата {group}",
- "Shared with you in a conversation by {owner}" : "Споделено с вас в разговор от {owner}",
- "Shared with you by {owner}" : "Споделено с вас от {owner}",
- "group" : "група",
- "remote" : "отдалечен",
- "remote group" : "отдалечена група",
- "email" : "имейл",
- "conversation" : "разговор",
- "shared by {sharer}" : "споделено от {sharer}",
- "Can reshare" : "Може да споделя повторно",
- "Can edit" : "Може да редактира",
- "Can create" : "Може да създава",
- "Can change" : "Може да променя",
- "Can delete" : "Може да изтрива",
- "Access control" : "Контрол на достъпа",
- "Error while sharing" : "Грешка при споделяне",
- "Share details could not be loaded for this item." : "Данните за споделяне не могат да бъдат заредени",
- "This list is maybe truncated - please refine your search term to see more results." : "Този списък може да е съкратен, моля рафинирайте параметрите на търсене за повече резултати.",
- "No users or groups found for {search}" : "Няма потребители или групи за {search}",
- "No users found for {search}" : "Няма потребители за {search}",
- "An error occurred (\"{message}\"). Please try again" : "Възникна грешка (\"{message}\"). Моля, опитайте отново",
- "An error occurred. Please try again" : "Възникна грешка. Моля, опитайте отново",
- "Home" : "Начало",
- "Work" : "Служебен",
- "Other" : "Друг",
- "{sharee} (remote group)" : "{sharee} (отдалечена група)",
- "{sharee} ({type}, {owner})" : "{sharee} ({type}, {owner})",
- "Share" : "Споделяне",
- "Name or email address..." : "Име или имейл адрес...",
- "Name or federated cloud ID..." : "Име или Federated Cloud ID...",
- "Name, federated cloud ID or email address..." : "Име, Federated Cloud ID или имейл адрес...",
- "Name..." : "Име...",
- "Error removing share" : "Грешка при изриване на споделяне",
- "({scope})" : "({scope})",
- "Saving..." : "Запазване...",
- "Dismiss" : "Отхвърляне",
- "New Password" : "Нова парола",
- "Cancel log in" : "Откажи вписването"
+ "Checking whether the database schema can be updated (this can take a long time depending on the database size)" : "Проверка дали схемата на базата данни може да се актуализира (възможно е да отнеме повече време в зависимост от големината на базата данни)",
+ "Checked database schema update" : "Обновяването на схемата на базата данни е проверено",
+ "Checking updates of apps" : "Проверка за актуализации на приложенията",
+ "Checking for update of app \"%s\" in appstore" : "Проверка за актуализация на \"%s\"",
+ "Update app \"%s\" from appstore" : "Актуализиране на \"%s\"",
+ "Checked for update of app \"%s\" in appstore" : "Проверено за актуализация на приложението %s в appstore",
+ "Checked database schema update for apps" : "Обновяването на схемата на базата данни за приложения е проверено",
+ "Following apps have been disabled: %s" : "Следните приложения са изключени: %s",
+ "Your web server is not properly set up to resolve \"{url}\". Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Вашият уеб сървър не е настроен правилно за да анализира\"{url}\". Допълнителна информация може да бъде намерена в <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">документацията</a>.",
+ "Your web server is not properly set up to resolve \"{url}\". This is most likely related to a web server configuration that was not updated to deliver this folder directly. Please compare your configuration against the shipped rewrite rules in \".htaccess\" for Apache or the provided one in the documentation for Nginx at it's <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation page</a>. On Nginx those are typically the lines starting with \"location ~\" that need an update." : "Вашият уеб сървър не е правилно настроен да анализира „{url}“. Това най-вероятно е свързано с конфигурация на уеб сървър, която не е била актуализирана за директна доставка на тази папка. Моля, сравнете вашата конфигурация с изпратените правила за пренаписване в \".htaccess\" за Apache или предоставената в документацията за Nginx на <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">страницата с документация</a>. В Nginx това обикновено са редовете, започващи с \"местоположение ~\", които се нуждаят от актуализация.",
+ "Your web server is not properly set up to deliver .woff2 files. This is typically an issue with the Nginx configuration. For Nextcloud 15 it needs an adjustement to also deliver .woff2 files. Compare your Nginx configuration to the recommended configuration in our <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Вашият уеб сървър не е правилно настроен да доставя .woff2 файлове. Това обикновено е проблем с конфигурацията на Nginx. За Nextcloud 15 се нуждае от настройка, за да доставя и .woff2 файлове. Сравнете вашата конфигурация на Nginx с препоръчаната конфигурация в нашата <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">документация</a>.",
+ "Please check the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">installation documentation ↗</a> for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "Моля, проверете <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">документацията за инсталиране ↗</a> за PHP бележки за конфигурацията и PHP конфигурацията на вашия сървър, особено когато използвате php-fpm.",
+ "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems. See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation ↗</a> for more information." : "Заключването на транзакционни файлове е деактивирано, това може да доведе до проблеми с условията на състезанието. Активирайте \"filelocking.enabled\" в config.php, за да избегнете тези проблеми. Вижте <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">документацията ↗</a> за повече информация.",
+ "Last background job execution ran {relativeTime}. Something seems wrong." : "За последно задача е стартирала {relativeTime}. Изглежда, че има проблем.",
+ "Check the background job settings" : "Проверете настройките на заданието на заден план",
+ "No memory cache has been configured. To enhance performance, please configure a memcache, if available. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Не е настроен кеш за паметта. За да повишите ефективността, моля настройте кеш за паметта ако е възможно. Допълнителна информация може да бъде намерена в нашата <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">документация</a>.",
+ "No suitable source for randomness found by PHP which is highly discouraged for security reasons. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Не е открит подходящ източник за случайност от PHP, което е силно обезкуражително от съображения за сигурност. Допълнителна информация може да се намери в <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">документацията</a>.",
+ "You are currently running PHP {version}. Upgrade your PHP version to take advantage of <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">performance and security updates provided by the PHP Group</a> as soon as your distribution supports it." : "В момента използвате PHP {version}. Актуализирайте версията на PHP за да се възползвате от <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">подобренията в производителността и сигурността, предоставени от PHP Group</a> колкото можете по-скоро.",
+ "The reverse proxy header configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If not, this is a security issue and can allow an attacker to spoof their IP address as visible to the Nextcloud. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Хедърът за обратно прокси е невалиден, или достъпвате Nextcloud от доверено прокси. Ако не е така, то това е проблем в сигурността и може да позволи на хакер да прикрие IP адреса си в Nextcloud. Допълнителна информация може да бъде намерена в <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">документация</a>.",
+ "Memcached is configured as distributed cache, but the wrong PHP module \"memcache\" is installed. \\OC\\Memcache\\Memcached only supports \"memcached\" and not \"memcache\". See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">memcached wiki about both modules</a>." : "Кеширането на паметта е настроено като разпределена кеш, но е инсталиран грешен PHP модул \"memcache\". \\OC\\Memcache\\Memcached поддържа само \"memcached\", и не \"memcache\". Прегледайте <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">memcached wiki относно двата модула</a>.",
+ "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">List of invalid files…</a> / <a href=\"{rescanEndpoint}\">Rescan…</a>)" : "Някой от файловете не преминаха проверката за цялост на кода. Допълнителна информация за това как да разрешите този проблем може да се намери в <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">документация</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">Списък с невалидни файлове…</a> / <a href=\"{rescanEndpoint}\">Сканиране отново…</a>)",
+ "The PHP OPcache module is not loaded. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance it is recommended</a> to load it into your PHP installation." : "Модулът PHca OPcache не е зареден. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">За по-добра производителност се препоръчва</a> да го заредите във вашата PHP инсталация.",
+ "The PHP OPcache is not properly configured. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance it is recommended</a> to use the following settings in the <code>php.ini</code>:" : "Модула PHP OPcache не е настроен правилно. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">За по-добра производителност е препоръчително</a> да ползвате следните настройки във файла <code>php.ini</code>:",
+ "Some columns in the database are missing a conversion to big int. Due to the fact that changing column types on big tables could take some time they were not changed automatically. By running 'occ db:convert-filecache-bigint' those pending changes could be applied manually. This operation needs to be made while the instance is offline. For further details read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "Някои колони от базата данни не са конвертирани към \"big int\". Конвертирането не е осъществено защото може да отнеме доста време. Можете да стартирате процеса ръчно като изпълните командата \"occ db:convert-filecache-bigint\". Но преди това инсталацията трябва да бъде в \"maintenance\" режим. За допълнителна информация <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">прочетете документацията</a>.",
+ "To migrate to another database use the command line tool: 'occ db:convert-type', or see the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation ↗</a>." : "За да мигрирате към друга база данни, използвайте инструмента за команден ред: 'occ db: convert-type' или вижте <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">документацията ↗</a>.",
+ "Use of the the built in php mailer is no longer supported. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Please update your email server settings ↗<a/>." : "Използването на вградения php мейл вече не се поддържа. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Моля, актуализирайте настройките на вашия имейл сървър ↗<a/>.",
+ "MySQL is used as database but does not support 4-byte characters. To be able to handle 4-byte characters (like emojis) without issues in filenames or comments for example it is recommended to enable the 4-byte support in MySQL. For further details read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "MySQL се използва като база данни, но не поддържа 4-байтови символи. За да можете да обработвате 4-байтови символи (като емотикони) без проблеми в имената на файлове или коментари, например се препоръчва да активирате 4-байтовата поддръжка в MySQL. За повече подробности прочетете <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">страницата с документация за това</a>.",
+ "You are accessing your instance over a secure connection, however your instance is generating insecure URLs. This most likely means that you are behind a reverse proxy and the overwrite config variables are not set correctly. Please read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "Имате достъп до своя екземпляр през защитена връзка, но вашият екземпляр генерира несигурни URL адреси. Това най-вероятно означава, че сте зад обратен прокси и променливите за конфигуриране на презапис не са зададени правилно. Моля, прочетете <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">страницата с документация за това</a>.",
+ "The \"{header}\" HTTP header is not set to \"{val1}\", \"{val2}\", \"{val3}\", \"{val4}\" or \"{val5}\". This can leak referer information. See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{link}\">W3C Recommendation ↗</a>." : "HTTP заглавката „{header}“ не е зададена на „{val1}“, „{val2}“, „{val3}“, „{val4}“ или „{val5}“. Така може да изтече информация за референт. Вижте <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{link}\">препоръката на W3C ↗</a>.",
+ "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the <a href=\"{docUrl}\" rel=\"noreferrer noopener\">security tips ↗</a>." : "HTTP хедъра на \"Strict-Transport-Security\" не е конфигуриран за най-малко \"{seconds}\" секунди. За по-голяма сигурност Ви препоръчваме да активирате HSTS, както е описано в <a href=\"{docUrl}\" rel=\"noreferrer noopener\">съвети за сигурност↗</a>.",
+ "Accessing site insecurely via HTTP. You are strongly advised to set up your server to require HTTPS instead, as described in the <a href=\"{docUrl}\">security tips ↗</a>." : "Достъпвате сайта чрез HTTP. Силно се препоръчва да настроите сървъра си да изисква HTTPS вместо това, както е описано в <a href=\"{docUrl}\">съветите за сигурност ↗</a>",
+ "Continue to Nextcloud" : "Продължете към Nextcloud",
+ "_The update was successful. Redirecting you to Nextcloud in %n second._::_The update was successful. Redirecting you to Nextcloud in %n seconds._" : ["Актуализацията беше успешна. Пренасочване към Nextcloud след %n секунди.","Актуализацията беше успешна. Пренасочване към Nextcloud след %n секунди."],
+ "Searching other places" : "Търсене на друго място",
+ "No search results in other folders for {tag}{filter}{endtag}" : "Няма резултати от търсенето в други папки за {tag}{filter}{endtag}",
+ "_{count} search result in another folder_::_{count} search results in other folders_" : ["{count} търсен резултат в друга папка","{count} търсени резултати в други папки"],
+ "A password reset message has been sent to the e-mail address of this account. If you do not receive it, check your spam/junk folders or ask your local administrator for help." : "На имейл адреса на този профил е изпратено съобщение за нулиране на парола. Ако не го получите, проверете папките си за нежелана поща / отпадъци или попитайте местния администратор за помощ.",
+ "Password can not be changed. Please contact your administrator." : "Паролата не може да бъде промена. Моля, свържете се с администратора.",
+ "Could not fetch list of apps from the app store." : "Списъкът с приложения не можа да се извлече от app store.",
+ "Nextcloud {app}" : "Nextcloud {app}",
+ "Can't install this app because it is not compatible" : "Това приложение не може да се инсталира, защото е несъвместимо",
+ "Can't install this app" : "Това приложение не може да се инсталира",
+ "These apps will be updated:" : "Следните добавки ще бъдат актуализирани:",
+ "For more details see the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "За повече подробности вижте <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">документацията</a>."
},
"nplurals=2; plural=(n != 1);");
diff --git a/core/l10n/bg.json b/core/l10n/bg.json
index 2229d44c77d..419318203e5 100644
--- a/core/l10n/bg.json
+++ b/core/l10n/bg.json
@@ -12,16 +12,29 @@
"No crop data provided" : "Липсват данни за изрязването",
"No valid crop data provided" : "Данни за изрязването са невалидни",
"Crop is not square" : "Областта не е квадратна",
+ "State token does not match" : "Маркер на състояние не съвпада",
+ "Invalid app password" : "Невалидна парола за приложението",
+ "Could not complete login" : "Не може да завърши влизането",
+ "Your login token is invalid or has expired" : "Вашият маркер за вход е невалиден или е изтекъл",
"Password reset is disabled" : "Възстановяването на пароли е забранено",
"Couldn't reset password because the token is invalid" : "Възстановяването на паролата е невъзможно, защото връзката за удостоверение е невалидна",
"Couldn't reset password because the token is expired" : "Възстановяването на паролата е невъзможно, защото връзката за удостоверение е с изтекла валидност",
+ "%s password reset" : "%s възстановяване на парола",
"Password reset" : "Възстановяване на парола",
"Click the following button to reset your password. If you have not requested the password reset, then ignore this email." : "Кликнете върху следния бутон, за да възстановите паролата си. Ако не сте поискали възстановяване на паролата, игнорирайте този имейл.",
"Click the following link to reset your password. If you have not requested the password reset, then ignore this email." : "Кликнете върху следната връзка, за да възстановите паролата си. Ако не сте поискали възстановяване на паролата, игнорирайте този имейл.",
"Reset your password" : "Възстановяване на вашата парола",
"Nextcloud Server" : "Nextcloud сървър",
+ "Some of your link shares have been removed" : "Някои от вашите споделяния на връзки са премахнати",
+ "Due to a security bug we had to remove some of your link shares. Please see the link for more information." : "Поради грешка в сигурността трябваше да премахнем някои от вашите споделяния на връзки. Моля, вижте връзката за повече информация.",
+ "The user limit of this instance is reached." : " Достигнат е потребителският лимит на този екземпляр.",
+ "Enter your subscription key to increase the user limit. For more information about Nextcloud Enterprise see our website." : "Въведете абонаментния си ключ, за да увеличите потребителския си лимит. За повече информация относно Nextcloud Enterprise вижте нашия уеб сайт.",
"Preparing update" : "Подготовка за актуализиране",
"[%d / %d]: %s" : "[%d / %d]: %s",
+ "Repair step:" : "Стъпка на поправка:",
+ "Repair info:" : "Информация за поправка:",
+ "Repair warning:" : "Предупреждение при поправка:",
+ "Repair error:" : "Грешка при поправка:",
"Please use the command line updater because automatic updating is disabled in the config.php." : "Моля използвайте съветникът за актуализиране в командния ред, защото автоматичният е забранен в config.php.",
"[%d / %d]: Checking table %s" : "[%d / %d]: Проверяване на таблица %s",
"Turned on maintenance mode" : "Режимът за поддръжка е включен",
@@ -29,39 +42,51 @@
"Maintenance mode is kept active" : "Режим на поддръжка се поддържа активен",
"Updating database schema" : "Актуализиране схемата на базата данни",
"Updated database" : "Базата данни е актуализирана",
- "Checking whether the database schema can be updated (this can take a long time depending on the database size)" : "Проверка дали схемата на базата данни може да се актуализира (възможно е да отнеме повече време в зависимост от големината на базата данни)",
- "Checked database schema update" : "Обновяването на схемата на базата данни е проверено",
- "Checking updates of apps" : "Проверка за актуализации на приложенията",
- "Checking for update of app \"%s\" in appstore" : "Проверка за актуализация на \"%s\"",
- "Update app \"%s\" from appstore" : "Актуализиране на \"%s\"",
"Checking whether the database schema for %s can be updated (this can take a long time depending on the database size)" : "Проверка дали схемата на базата данни %s може да бъде актуализирана (това може да отнеме повече време в зависимост от големината на базата данни)",
- "Checked database schema update for apps" : "Обновяването на схемата на базата данни за приложения е проверено",
+ "Updated \"%1$s\" to %2$s" : "Актуализиран \"%1$s\" до %2$s",
"Set log level to debug" : "Промени ниво на лог на дебъг",
"Reset log level" : "Възстанови ниво на лог",
"Starting code integrity check" : "Стартиране на проверка за цялостта на кода",
"Finished code integrity check" : "Приключена проверка за цялостта на кода",
"%s (incompatible)" : "%s (несъвместим)",
- "Following apps have been disabled: %s" : "Следните приложения са изключени: %s",
+ "The following apps have been disabled: %s" : "Следните приложения са изключени: %s",
"Already up to date" : "Актуално",
- "Last background job execution ran {relativeTime}. Something seems wrong." : "За последно задача е стартирала {relativeTime}. Изглежда, че има проблем.",
- "You are currently running PHP {version}. Upgrade your PHP version to take advantage of <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">performance and security updates provided by the PHP Group</a> as soon as your distribution supports it." : "В момента използвате PHP {version}. Актуализирайте версията на PHP за да се възползвате от <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">подобренията в производителността и сигурността, предоставени от PHP Group</a> колкото можете по-скоро.",
- "The PHP OPcache is not properly configured. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance it is recommended</a> to use the following settings in the <code>php.ini</code>:" : "Модула PHP OPcache не е настроен правилно. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">За по-добра производителност е препоръчително</a> да ползвате следните настройки във файла <code>php.ini</code>:",
+ "Your web server is not yet properly set up to allow file synchronization, because the WebDAV interface seems to be broken." : "Вашият уеб сървър все още не е удачно настроен да позволява синхронизация на файлове, защото WebDAV интерфейсът не работи.",
+ "PHP does not seem to be setup properly to query system environment variables. The test with getenv(\"PATH\") only returns an empty response." : "Изглежда, че PHP не е настроен правилно за заявки за променливи на системната среда. Тестът с getenv (\"ПЪТ\") връща само празен отговор.",
+ "The read-only config has been enabled. This prevents setting some configurations via the web-interface. Furthermore, the file needs to be made writable manually for every update." : " Активирана е конфигурацията само за четене. Това предотвратява настройването на някои конфигурации чрез уеб интерфейса. Освен това файлът трябва ръчно да се направи записваем за всяка актуализация.",
+ "Your database does not run with \"READ COMMITTED\" transaction isolation level. This can cause problems when multiple actions are executed in parallel." : "Вашата база данни не се изпълнява с ниво на изолация на транзакциите „АНГАЖИРАНО ЧЕТЕНЕ . Това може да създаде проблеми при паралелно изпълнение на множество действия.",
+ "The PHP module \"fileinfo\" is missing. It is strongly recommended to enable this module to get the best results with MIME type detection." : "PHP модулът 'fileinfo' липсва. Силно се препоръчва този модул да бъде добавен, за да се постигнат най-добри резултати при MIME тип откриване.",
+ "If your installation is not installed at the root of the domain and uses system cron, there can be issues with the URL generation. To avoid these problems, please set the \"overwrite.cli.url\" option in your config.php file to the webroot path of your installation (suggestion: \"{suggestedOverwriteCliURL}\")" : "Ако инсталацията не е инсталирана в основата на вашия домейн и използва системния cron, могат да възникнат проблеми с генерирането на URL. За избягване на тези проблеми, моля настройте \"overwrite.cli.url\" опцията в config.php файла с мрежовия път към вашята инсталация (Вероятно : \"{suggestedOverwriteCliURL}\")",
+ "Your installation has no default phone region set. This is required to validate phone numbers in the profile settings without a country code. To allow numbers without a country code, please add \"default_phone_region\" with the respective {linkstart}ISO 3166-1 code ↗{linkend} of the region to your config file." : "Вашата инсталация няма зададен регион на телефона по подразбиране. Това е нужно за проверка на телефонните номера в настройките на профила без код на държава. За да разрешите номера без код на държава, моля, добавете \"default_phone_region\" със съответния {linkstart} ISO 3166-1 код ↗ {linkend} на региона към вашия конфигурационен файл.",
+ "It was not possible to execute the cron job via CLI. The following technical errors have appeared:" : "Не беше възможно да се изпълни заданието cron чрез командния интерфейс CLI. Появиха се следните технически грешки:",
+ "This server has no working Internet connection: Multiple endpoints could not be reached. This means that some of the features like mounting external storage, notifications about updates or installation of third-party apps will not work. Accessing files remotely and sending of notification emails might not work, either. Establish a connection from this server to the Internet to enjoy all features." : "Сървърът няма работеща интернет връзка: Множество крайни точки не могат да бъдат достигнати. Това означава, че някои от функциите като монтиране на външно хранилище, известия за актуализации или инсталиране на приложения на трети страни няма да работят. Достъпът до файлове от разстояние и изпращането на имейли с известия също може да не работят. Установете връзка от този сървър с Интернет, за да се насладите на всички функции.",
+ "Nextcloud 20 is the last release supporting PHP 7.2. Nextcloud 21 requires at least PHP 7.3." : "Nextcloud 20 е последното издание, поддържащо PHP 7.2. Nextcloud 21 изисква поне PHP 7.3.",
+ "The PHP function \"set_time_limit\" is not available. This could result in scripts being halted mid-execution, breaking your installation. Enabling this function is strongly recommended." : "Функцията PHP \"set_time_limit\" не е налична. Това може да доведе до спиране на скриптове в средата на изпълнение, което ще повреди вашата инсталация. Активирането на тази функция е силно препоръчително.",
+ "Your PHP does not have FreeType support, resulting in breakage of profile pictures and the settings interface." : "Вашият PHP не поддържа FreeType, в резулта това ще доведе до неправилното показване на профилните снимки и настройките на интерфейса",
+ "Missing index \"{indexName}\" in table \"{tableName}\"." : "Липсва индекс „{indexName}“ в таблица „{tableName}“.",
"The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "Някои индекси липсват в базата данни. Не са добавени защото процеса може да отнеме доста време. Можете да стартирате процеса ръчно като изпълните командата \"occ db:add-missing-indices\". След добавянето на индексите заявките към изброените таблици ще минават много по-бързо.",
- "Some columns in the database are missing a conversion to big int. Due to the fact that changing column types on big tables could take some time they were not changed automatically. By running 'occ db:convert-filecache-bigint' those pending changes could be applied manually. This operation needs to be made while the instance is offline. For further details read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "Някои колони от базата данни не са конвертирани към \"big int\". Конвертирането не е осъществено защото може да отнеме доста време. Можете да стартирате процеса ръчно като изпълните командата \"occ db:convert-filecache-bigint\". Но преди това инсталацията трябва да бъде в \"maintenance\" режим. За допълнителна информация <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">прочетете документацията</a>.",
+ "Missing primary key on table \"{tableName}\"." : "Липсва първичен ключ в таблица „{tableName}“.",
+ "The database is missing some primary keys. Due to the fact that adding primary keys on big tables could take some time they were not added automatically. By running \"occ db:add-missing-primary-keys\" those missing primary keys could be added manually while the instance keeps running." : "В базата данни липсват някои първични ключове. Поради факта, че добавянето на първични ключове на големи маси може да отнеме известно време, те не бяха добавени автоматично. Чрез стартиране на \"occ db: add-missing-primary-keys\" тези липсващи първични ключове могат да бъдат добавени ръчно, докато екземплярът продължава да работи.",
+ "Missing optional column \"{columnName}\" in table \"{tableName}\"." : "Липсва изборна колона „{columnName}“ в таблица „{tableName}“.",
+ "The database is missing some optional columns. Due to the fact that adding columns on big tables could take some time they were not added automatically when they can be optional. By running \"occ db:add-missing-columns\" those missing columns could be added manually while the instance keeps running. Once the columns are added some features might improve responsiveness or usability." : "В базата данни липсват някои изборни колони. Поради факта, че добавянето на колони в големи таблици може да отнеме известно време, те не се добавят автоматично, когато могат да бъдат по избор. Чрез стартиране на \"occ db: add-missing-колони\" тези липсващи колони могат да бъдат добавени ръчно, докато екземплярът продължава да работи. След като колоните бъдат добавени, някои функции могат да подобрят отзивчивостта или използваемостта.",
+ "This instance is missing some recommended PHP modules. For improved performance and better compatibility it is highly recommended to install them." : "В този екземпляр липсват някои препоръчани PHP модули. За подобрена производителност и по-добра съвместимост е силно препоръчително да ги инсталирате.",
+ "Module php-imagick in this instance has no SVG support. For better compatibility it is recommended to install it." : "Модулът php-imagick в този случай няма поддръжка на SVG. За по-добра съвместимост се препоръчва да го инсталирате.",
+ "SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend." : "Понастоящем SQLite се използва като вътрешна база данни. За по-големи инсталации ви препоръчваме да превключите към друг сървър на базата данни.",
"This is particularly recommended when using the desktop client for file synchronisation." : "Препоръчително, особено ако ползвате клиента за настолен компютър.",
+ "The PHP memory limit is below the recommended value of 512MB." : "Ограничението на PHP паметта е под препоръчителната стойност от 512MB.",
+ "Some app directories are owned by a different user than the web server one. This may be the case if apps have been installed manually. Check the permissions of the following app directories:" : "Някои директории на приложения се притежават от потребител, различен от този на уеб сървъра. Това може да се случи, ако приложенията са инсталирани ръчно. Проверете правата на следните директории на приложения:",
+ "This instance uses an S3 based object store as primary storage. The uploaded files are stored temporarily on the server and thus it is recommended to have 50 GB of free space available in the temp directory of PHP. Check the logs for full details about the path and the available space. To improve this please change the temporary directory in the php.ini or make more space available in that path." : "Този екземпляр използва базирано на S3 хранилище на обекти като основно съхранение. Качените файлове се съхраняват временно на сървъра и затова се препоръчва да имате 50 GB свободно място във временната директория на PHP. Проверете дневниците за пълни подробности за пътя и наличното пространство. За да подобрите това, моля, променете временната директория в php.ini или направете повече място в този път.",
"Error occurred while checking server setup" : "Възникна грешка при проверката на настройките на сървъра",
- "Non-existing tag #{tag}" : "Несъществуващ етикет #{tag}",
- "restricted" : "ограничен",
- "invisible" : "невидим",
- "Delete" : "Изтрий",
- "Rename" : "Преименувай",
- "Collaborative tags" : "Съвместни етикети",
- "No tags found" : "Не са открити етикети",
+ "Your data directory and files are probably accessible from the Internet. The .htaccess file is not working. It is strongly recommended that you configure your web server so that the data directory is no longer accessible, or move the data directory outside the web server document root." : "Най-вероятно вашите данни и файлове са достъпни от интернет. .htaccess файлът не функционира. Силно се препоръчва да настроите уеб сървъра по такъв начин, че директорията за данни да не бъде достъпна или я преместете извън началната директория на уеб сървъра.",
+ "The \"{header}\" HTTP header is not set to \"{expected}\". This is a potential security or privacy risk, as it is recommended to adjust this setting accordingly." : "HTTP заглавката „{header}“ не е зададена на „{expected}“. Това е потенциален риск за сигурността или поверителността, като се препоръчва да настроите по подходящ начин тази настройка.",
+ "The \"{header}\" HTTP header is not set to \"{expected}\". Some features might not work correctly, as it is recommended to adjust this setting accordingly." : "HTTP заглавката „{header}“ не е зададена на „{expected}“. Някои функции може да не работят правилно, тъй като се препоръчва да настроите по подходящ начин тази настройка.",
+ "The \"{header}\" HTTP header doesn't contain \"{expected}\". This is a potential security or privacy risk, as it is recommended to adjust this setting accordingly." : "HTTP заглавката „{header}“ не съдържа „{expected}“. Това е потенциален риск за сигурността или поверителността, като се препоръчва да настроитепо подходящ начин тази настройка.",
"unknown text" : "непознат текст",
"Hello world!" : "Здравей Свят!",
"sunny" : "слънчево",
"Hello {name}, the weather is {weather}" : "Здравейте {name}, времето е {weather}",
"Hello {name}" : "Здравейте, {name}",
+ "<strong>These are your search results<script>alert(1)</script></strong>" : "<strong>Това са вашите резултати от търсенето<script>сигнал (1)</script></strong>",
"new" : "нов",
"_download %n file_::_download %n files_" : ["изтегли %n файл","изтегли %n файла"],
"The update is in progress, leaving this page might interrupt the process in some environments." : "Актуализирането е в процес, в някой среди - напускането на тази страница може да прекъсне процеса.",
@@ -70,34 +95,60 @@
"Please reload the page." : "Моля, презаредете страницата.",
"The update was unsuccessful. For more information <a href=\"{url}\">check our forum post</a> covering this issue." : "Актуализацията беше неуспешна. За допълнителна информация <a href=\"{url}\">прегледайте темата</a> относно този проблем.",
"The update was unsuccessful. Please report this issue to the <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">Nextcloud community</a>." : "Актуализирането беше неуспешно. Моля отнесете този проблем към <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\"> Nextcloud общността</a>.",
- "Continue to Nextcloud" : "Продължете към Nextcloud",
- "Searching other places" : "Търсене на друго място",
- "_{count} search result in another folder_::_{count} search results in other folders_" : ["{count} търсен резултат в друга папка","{count} търсени резултати в други папки"],
+ "Log in" : "Вписване",
+ "Logging in …" : "Вписване ...",
"Server side authentication failed!" : "Неуспешно удостоверяването от страна на сървъра!",
"Please contact your administrator." : "Моля, свържете се с администратора.",
"An internal error occurred." : "Възникна вътрешно сървърна грешка.",
"Please try again or contact your administrator." : "Опитайте отново или се свържете с администраотра.",
"Username or email" : "Потребител или имейл",
"Password" : "Парола",
- "Log in" : "Вписване",
- "Logging in …" : "Вписване ...",
"Wrong username or password." : "Грешен потребител или парола",
"User disabled" : "Потребителят е деактивиран",
+ "We have detected multiple invalid login attempts from your IP. Therefore your next login is throttled up to 30 seconds." : "Открихме множество невалидни опити за влизане от вашия IP. Следователно следващото ви влизане се ограничава за 30 секунди.",
+ "Your account is not setup for passwordless login." : "Вашият профил не е настроен за влизане без парола.",
+ "Passwordless authentication is not supported in your browser." : "Удостоверяването без парола не се поддържа във вашия браузър.",
+ "Passwordless authentication is only available over a secure connection." : "Удостоверяването без парола е достъпно само чрез защитена връзка.",
"Reset password" : "Възстановяване на паролата",
+ "If it is not there ask your local administrator." : "Ако не е там, попитайте местния администратор.",
"Couldn't send reset email. Please contact your administrator." : "Неуспешно изпращане на имейл за възстановяване на паролата. Моля, свържете се с вашия администратор.",
- "Password can not be changed. Please contact your administrator." : "Паролата не може да бъде промена. Моля, свържете се с администратора.",
"Back to login" : "Обратно към вписване",
"New password" : "Нова парола",
+ "Your files are encrypted. There will be no way to get your data back after your password is reset. If you are not sure what to do, please contact your administrator before you continue. Do you really want to continue?" : "Вашите файлове са криптирани. След като паролата ви бъде нулирана, няма да можете да си върнете данните. Ако не сте сигурни какво да правите, моля, свържете се с вашия администратор, преди да продължите. Наистина ли искате да продължите?",
"I know what I'm doing" : "Знам какво правя",
"Resetting password" : "Възстановяване на паролата",
+ "Recommended apps" : "Препоръчани приложения",
+ "Loading apps …" : "Зареждане на приложения ...",
+ "Installing apps …" : "Инсталиране на приложения ...",
+ "App download or installation failed" : "Изтеглянето или инсталирането на приложението беше неуспешно",
"Cancel" : "Отказ",
+ "Schedule work & meetings, synced with all your devices." : "Планирайте работа и срещи, синхронизирано с всичките ви устройства.",
+ "Keep your colleagues and friends in one place without leaking their private info." : "Бъдете с колегите и приятелите си на едно място, без да изтича тяхната лична информация.",
+ "Simple email app nicely integrated with Files, Contacts and Calendar." : "Опростено приложение за електронна поща, добре интегрирано с файлове, контакти и календар.",
+ "Chatting, video calls, screensharing, online meetings and web conferencing – in your browser and with mobile apps." : "Чат, видео разговори, споделяне на екрана, онлайн срещи и уеб конферентни връзки - във вашия браузър и с мобилни приложения.",
+ "Collaboratively edit office documents." : "Съвместно редактиране на офис документи.",
+ "Local document editing back-end used by the Collabora Online app." : "Местно фоново редактиране на документи, чрез използване на приложението Collabora Online.",
"Forgot password?" : "Забравена парола?",
+ "Log in with a device" : "Вписване с устройство",
+ "Back" : "Назад",
+ "Reset search" : "Рестартирай търсенето",
+ "Search for {name} only" : "Търсене само за {name}",
+ "No results for {query}" : "Няма резултати за {query}",
+ "Start typing to search" : "Започнете да пишете, за търсене",
+ "Loading more results …" : "Зарежда още резултати…",
+ "Load more results" : "Зареждане на още резултати",
+ "Search" : "Търсене",
+ "An error occurred while searching for {type}" : "Възникна грешка при търсенето на {type}",
+ "_Please enter {minSearchLength} character or more to search_::_Please enter {minSearchLength} characters or more to search_" : ["Моля, въведете {minSearchLength} знака или повече, за да търсите","Моля, въведете {minSearchLength} знака или повече, за да търсите"],
+ "Search {types} …" : "Търсене на {types} ...",
"Settings" : "Настройки",
"Could not load your contacts" : "Контактите не могат да бъдат заредени",
"Search contacts …" : "Търсене в контактите ...",
"No contacts found" : "Няма намерени контакти",
"Show all contacts …" : "Покажи всички контакти ...",
+ "Install the Contacts app" : "Инсталиране на приложението за Контакти ",
"Loading your contacts …" : "Зареждане на контактите ...",
+ "Looking for {term} …" : "Търси се {term} …",
"No" : "Не",
"Yes" : "Да",
"No files in here" : "Няма файлове",
@@ -139,7 +190,15 @@
"seconds ago" : "преди секунди",
"Connection to server lost" : "Няма връзка със сървъра",
"_Problem loading page, reloading in %n second_::_Problem loading page, reloading in %n seconds_" : ["Проблем при зареждането на страницата, презареждане след %n секунда","Проблем при зареждането на страницата, презареждане след %n секунди"],
+ "Add to a project" : "Добавяне към проект",
+ "Show details" : "Показване на подробности",
"Hide details" : "Скриване на подробностите",
+ "Rename project" : "Преименуване на проект",
+ "Failed to rename the project" : "Неуспешно преименуване на проект",
+ "Failed to create a project" : "Неуспешно създаване на проект",
+ "Failed to add the item to the project" : "Неуспешно добавяне на елемент към проекта",
+ "Connect items to a project to make them easier to find" : "Свързване на елементи към проект, за да станат лесни за намиране",
+ "Type to search for existing projects" : "Въведете, за търсене на съществуващи проекти",
"New in" : "Ново в",
"View changelog" : "Преглед на списъка с промени",
"Very weak password" : "Много проста парола",
@@ -148,6 +207,14 @@
"Good password" : "Добра парола",
"Strong password" : "Сложна парола",
"No action available" : "Няма налични действия",
+ "Error fetching contact actions" : "Грешка при извличането на действия за контакт",
+ "Non-existing tag #{tag}" : "Несъществуващ етикет #{tag}",
+ "restricted" : "ограничен",
+ "invisible" : "невидим",
+ "Delete" : "Изтрий",
+ "Rename" : "Преименувай",
+ "Collaborative tags" : "Съвместни етикети",
+ "No tags found" : "Не са открити етикети",
"Personal" : "Лични",
"Users" : "Потребители",
"Apps" : "Приложения",
@@ -155,7 +222,12 @@
"Help" : "Помощ",
"Access forbidden" : "Достъпът е забранен",
"File not found" : "Файлът не е открит",
+ "The document could not be found on the server. Maybe the share was deleted or has expired?" : "Документът не можа да бъде намерен на сървъра. Може би споделянето е изтрито или е изтекло?",
+ "Back to %s" : "Обратно към %s",
+ "Too many requests" : "Твърде много заявки",
+ "There were too many requests from your network. Retry later or contact your administrator if this is an error." : "Имаше твърде много заявки от вашата мрежа. Опитайте отново по-късно или се свържете с вашия администратор, ако това е грешка.",
"Error" : "Грешка",
+ "Previous" : "Предишен ",
"Internal Server Error" : "Вътрешно сървърна грешка",
"The server was unable to complete your request." : "Сървърът не можа да изпълни заявката ви.",
"If this happens again, please send the technical details below to the server administrator." : "Ако грешката се повтори, моля изпратете техническите данни на администратора.",
@@ -186,40 +258,61 @@
"Database name" : "Име на базата данни",
"Database tablespace" : "Tablespace на базата данни",
"Database host" : "Хост",
+ "Please specify the port number along with the host name (e.g., localhost:5432)." : "Моля, посочете номера на порта заедно с името на хоста (напр. Localhost: 5432).",
"Performance warning" : "Предупреждение за производителността",
+ "You chose SQLite as database." : "Избрахте база данни SQLite.",
+ "SQLite should only be used for minimal and development instances. For production we recommend a different database backend." : "SQLite трябва да се използва само за минимални екземпляри и екземпляри за разработка. За производство препоръчваме различен сървър на базата данни.",
+ "If you use clients for file syncing, the use of SQLite is highly discouraged." : "Ако използвате клиенти за синхронизиране на файлове, използването на SQLite не се препоръчва.",
+ "Install recommended apps" : "Инсталиране на препоръчаните приложения ",
+ "Calendar, Contacts, Talk, Mail & Collaborative editing" : "Календар, Контакти, Разговор, Поща и Съвместно редактиране",
"Finish setup" : "Завършване на инсталацията",
"Finishing …" : "Завършване...",
"Need help?" : "Нуждаете се от помощ?",
"See the documentation" : "Прегледайте документацията",
+ "It looks like you are trying to reinstall your Nextcloud. However the file CAN_INSTALL is missing from your config directory. Please create the file CAN_INSTALL in your config folder to continue." : "Изглежда, че се опитвате да преинсталирате Nextcloud. Файлът CAN_INSTALL обаче липсва във вашата конфигурационна директория. Моля, създайте файла CAN_INSTALL във вашата конфигурационна папка, за да продължите.",
+ "Could not remove CAN_INSTALL from the config folder. Please remove this file manually." : "CAN_INSTALL не можа да се премахне от конфигурационната папка. Моля, премахнете този файл ръчно.",
"This application requires JavaScript for correct operation. Please {linkstart}enable JavaScript{linkend} and reload the page." : "Приложението изисква JavaScript. Моля, {linkstart}включете JavaScript{linkend} и презаредете страницата.",
+ "Get your own free account" : "Вземете свой собствен безплатен профил",
+ "Skip to main content" : "Преминаване към основното съдържание",
+ "Skip to navigation of app" : "Преминаване към навигация на приложението",
"More apps" : "Още приложения",
"More" : "Още",
- "Search" : "Търсене",
- "Reset search" : "Рестартирай търсенето",
+ "More apps menu" : "Още от меню за приложения",
"Contacts" : "Контакти",
"Contacts menu" : "Контакти",
"Settings menu" : "Настройки",
"Confirm your password" : "Потвърдете паролата си",
"Connect to your account" : "Свързване към вашия профил",
"Please log in before granting %1$s access to your %2$s account." : "Необходимо е да се впишете, преди да дадете достъп на %1$s до вашия %2$s профил.",
+ "If you are not trying to set up a new device or app, someone is trying to trick you into granting them access to your data. In this case do not proceed and instead contact your system administrator." : "Ако не се опитвате да настроите ново устройство или приложение, някой се опитва да ви подмами, за да му предоставите достъп до вашите данни. В този случай не продължавайте и вместо това се свържете със системния си администратор.",
"App token" : "Парола за приложението",
"Grant access" : "Разреши достъпa",
"Alternative log in using app token" : "Алтернативен метод за вписване с парола за приложение",
"Account access" : "Достъп до профил",
"You are about to grant %1$s access to your %2$s account." : "Ще разрешите на %1$s да ползва вашия %2$s профил.",
+ "Account connected" : "Профилът е свързан",
+ "Your client should now be connected!" : "Клиентът ви вече трябва да е свързан!",
"You can close this window." : "Можеш да затвориш този прозорец.",
"This share is password-protected" : "Тази зона е защитена с парола.",
"The password is wrong. Try again." : "Паролата е грешна. Опитайте отново.",
"Two-factor authentication" : "Двустепенно удостоверяване",
+ "Enhanced security is enabled for your account. Choose a second factor for authentication:" : "Повишената сигурност е активирана за вашия профил. Изберете втори фактор за удостоверяване .",
+ "Could not load at least one of your enabled two-factor auth methods. Please contact your admin." : "Невъзможно да се зареди поне един от вашите активирани двустепенни методи за удостоверяване. Моля, свържете се с вашия администратор.",
+ "Two-factor authentication is enforced but has not been configured on your account. Contact your admin for assistance." : "Двустепенното удостоверяване е приложено, но не е конфигурирано във вашия профил. Свържете се с вашия администратор за съдействие.",
+ "Two-factor authentication is enforced but has not been configured on your account. Please continue to setup two-factor authentication." : "Двустепенното удостоверяване е приложено, но не е конфигурирано във вашия профил. Свържете се с вашия администратор за съдействие.",
"Set up two-factor authentication" : "Двустепенно удостоверяване",
+ "Two-factor authentication is enforced but has not been configured on your account. Use one of your backup codes to log in or contact your admin for assistance." : "Двустепенното удостоверяване е приложено, но не е конфигурирано във вашия профил. Използвайте един от резервните си кодове, за да влезете или се свържете с вашия администратор за съдействие.",
"Use backup code" : "Използвай код за възстановяване",
"Cancel login" : "Откажи вписване",
"Setup two-factor authentication" : "Свържи двустепенно удостоверяване",
+ "Enhanced security is enforced for your account. Choose which provider to set up:" : "Повишената сигурност е активирана за вашия профил. Изберете кой доставчик да настроите: ",
"Error while validating your second factor" : "Грешка при валидиране на втория ви фактор",
"Access through untrusted domain" : "Достъп през недоверен домейн",
"Please contact your administrator. If you are an administrator, edit the \"trusted_domains\" setting in config/config.php like the example in config.sample.php." : "Моля, свържете се с администратора. Ако сте администратор на текущата инстанция, конфигурирайте \"trusted_domains\" настройките в config/config.php. Примерна конфигурация е предоставена в config/config.sample.php.",
+ "Further information how to configure this can be found in the %1$sdocumentation%2$s." : "Допълнителна информация как да конфигурирате това можете да намерите в %1$sдокументацията%2$s.",
"App update required" : "Изисква се актуализиране на приложението",
- "These apps will be updated:" : "Следните добавки ще бъдат актуализирани:",
+ "%1$s will be updated to version %2$s" : "%1$s ще бъде актуализирана до версия %2$s",
+ "The following apps will be updated:" : "Следните приложения ще бъдат актуализирани:",
"These incompatible apps will be disabled:" : "Следните несъвместими добавки ще бъдат деактивирани:",
"The theme %s has been disabled." : "Темата %s е изключена.",
"Please make sure that the database, the config folder and the data folder have been backed up before proceeding." : "Моля, уверете се, че сте направили копия на базата данни, папките с настройки и данните, преди да продължите.",
@@ -227,82 +320,57 @@
"To avoid timeouts with larger installations, you can instead run the following command from your installation directory:" : "За да избегнеш таймаутове при по-големи инсталации, можеш да изпълниш следните команди в инсталанционната директория:",
"Detailed logs" : "Подробни журнали",
"Update needed" : "Нужно е актуализиране",
+ "Please use the command line updater because you have a big instance with more than 50 users." : "Моля, използвайте актуализатора на командния ред, защото имате голям екземпляр с повече от 50 потребители.",
"For help, see the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"%s\">documentation</a>." : "За помощ, прегледайте <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">документацията</a>.",
+ "I know that if I continue doing the update via web UI has the risk, that the request runs into a timeout and could cause data loss, but I have a backup and know how to restore my instance in case of a failure." : "Знам, че ако продължа да правя актуализацията чрез уеб потребителски интерфейсUI , има риск заявката временно да се прекъсне и може да доведе до загуба на данни, но имам резервно копие и знам как да възстановя своя екземпляр в случай на повреда.",
"Upgrade via web on my own risk" : "Актуализиране чрез интернет на собствен риск",
"Maintenance mode" : "Режим на поддръжка",
"This %s instance is currently in maintenance mode, which may take a while." : "В момента се извършва профилактика на %s, може да продължи дълго.",
"This page will refresh itself when the instance is available again." : "Страницата ще се зареди автоматично, когато е отново на линия.",
"Contact your system administrator if this message persists or appeared unexpectedly." : "Свържете се със системния администратор ако това съобщение се задържи твърде дълго или се е появило неочаквано.",
- "Could not send reset email because there is no email address for this username. Please contact your administrator." : "Имейлът за възстановяване на паролата не може да бъде изпратен защо потребителят няма имейл адрес. Свържете се с администратора.",
- "Couldn't send reset email. Please make sure your username is correct." : "Неуспешно изпращане на имейл за възстановяване на паролата. Моля, уверете се, че потребителското име е правилно.",
- "We have send a password reset e-mail to the e-mail address known to us for this account. If you do not receive it within a reasonable amount of time, check your spam/junk folders.<br>If it is not there ask your local administrator." : "До имейла на профила е изпратена връзка за възстановяване на паролата. Не забравяйте да проверете и спам/junk папката.<br> Свържете с администратора ако не получите имейла.",
- "Sending email …" : "Изпращане на имейл ...",
- "Shared" : "Споделено",
- "Shared with" : "Споделено с",
- "Shared by" : "Споделено от",
- "Choose a password for the public link" : "Парола за публичната връзка",
- "Copied!" : "Копирана!",
- "Copy link" : "Копирай връзката",
- "Not supported!" : "Не се поддържа!",
- "Press ⌘-C to copy." : "За копиране натиснете ⌘-C.",
- "Press Ctrl-C to copy." : "За копиране натиснете Ctrl-C.",
- "Resharing is not allowed" : "Повторното споделяне е забранено",
- "Link" : "Връзка",
- "Hide download" : "Скрий свалянето",
- "Password protect" : "Защита с парола",
- "Allow editing" : "Възможност за редактиране",
- "Email link to person" : "Изпрати чрез имейл връзката",
- "Send" : "Изпрати",
- "Allow upload and editing" : "За качване и редактиране",
- "Read only" : "Само за четене",
- "File drop (upload only)" : "Само за качване",
- "Set expiration date" : "Срок на валидност",
- "Expiration" : "Валидност",
- "Expiration date" : "Дата на изтичане",
- "Note to recipient" : "Бележка за получателя",
- "Unshare" : "Прекрати споделянето",
- "Delete share link" : "Изтрий споделената връзка",
- "Add another link" : "Добави още една връзка",
- "Share to {name}" : "Сподели с {name}",
- "Share link" : "Връзка за споделяне",
- "Could not unshare" : "Споделянето не може да бъде прекратено",
- "Shared with you and the group {group} by {owner}" : "Споделено от {owner} с вас и групата {group}",
- "Shared with you in a conversation by {owner}" : "Споделено с вас в разговор от {owner}",
- "Shared with you by {owner}" : "Споделено с вас от {owner}",
- "group" : "група",
- "remote" : "отдалечен",
- "remote group" : "отдалечена група",
- "email" : "имейл",
- "conversation" : "разговор",
- "shared by {sharer}" : "споделено от {sharer}",
- "Can reshare" : "Може да споделя повторно",
- "Can edit" : "Може да редактира",
- "Can create" : "Може да създава",
- "Can change" : "Може да променя",
- "Can delete" : "Може да изтрива",
- "Access control" : "Контрол на достъпа",
- "Error while sharing" : "Грешка при споделяне",
- "Share details could not be loaded for this item." : "Данните за споделяне не могат да бъдат заредени",
- "This list is maybe truncated - please refine your search term to see more results." : "Този списък може да е съкратен, моля рафинирайте параметрите на търсене за повече резултати.",
- "No users or groups found for {search}" : "Няма потребители или групи за {search}",
- "No users found for {search}" : "Няма потребители за {search}",
- "An error occurred (\"{message}\"). Please try again" : "Възникна грешка (\"{message}\"). Моля, опитайте отново",
- "An error occurred. Please try again" : "Възникна грешка. Моля, опитайте отново",
- "Home" : "Начало",
- "Work" : "Служебен",
- "Other" : "Друг",
- "{sharee} (remote group)" : "{sharee} (отдалечена група)",
- "{sharee} ({type}, {owner})" : "{sharee} ({type}, {owner})",
- "Share" : "Споделяне",
- "Name or email address..." : "Име или имейл адрес...",
- "Name or federated cloud ID..." : "Име или Federated Cloud ID...",
- "Name, federated cloud ID or email address..." : "Име, Federated Cloud ID или имейл адрес...",
- "Name..." : "Име...",
- "Error removing share" : "Грешка при изриване на споделяне",
- "({scope})" : "({scope})",
- "Saving..." : "Запазване...",
- "Dismiss" : "Отхвърляне",
- "New Password" : "Нова парола",
- "Cancel log in" : "Откажи вписването"
+ "Checking whether the database schema can be updated (this can take a long time depending on the database size)" : "Проверка дали схемата на базата данни може да се актуализира (възможно е да отнеме повече време в зависимост от големината на базата данни)",
+ "Checked database schema update" : "Обновяването на схемата на базата данни е проверено",
+ "Checking updates of apps" : "Проверка за актуализации на приложенията",
+ "Checking for update of app \"%s\" in appstore" : "Проверка за актуализация на \"%s\"",
+ "Update app \"%s\" from appstore" : "Актуализиране на \"%s\"",
+ "Checked for update of app \"%s\" in appstore" : "Проверено за актуализация на приложението %s в appstore",
+ "Checked database schema update for apps" : "Обновяването на схемата на базата данни за приложения е проверено",
+ "Following apps have been disabled: %s" : "Следните приложения са изключени: %s",
+ "Your web server is not properly set up to resolve \"{url}\". Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Вашият уеб сървър не е настроен правилно за да анализира\"{url}\". Допълнителна информация може да бъде намерена в <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">документацията</a>.",
+ "Your web server is not properly set up to resolve \"{url}\". This is most likely related to a web server configuration that was not updated to deliver this folder directly. Please compare your configuration against the shipped rewrite rules in \".htaccess\" for Apache or the provided one in the documentation for Nginx at it's <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation page</a>. On Nginx those are typically the lines starting with \"location ~\" that need an update." : "Вашият уеб сървър не е правилно настроен да анализира „{url}“. Това най-вероятно е свързано с конфигурация на уеб сървър, която не е била актуализирана за директна доставка на тази папка. Моля, сравнете вашата конфигурация с изпратените правила за пренаписване в \".htaccess\" за Apache или предоставената в документацията за Nginx на <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">страницата с документация</a>. В Nginx това обикновено са редовете, започващи с \"местоположение ~\", които се нуждаят от актуализация.",
+ "Your web server is not properly set up to deliver .woff2 files. This is typically an issue with the Nginx configuration. For Nextcloud 15 it needs an adjustement to also deliver .woff2 files. Compare your Nginx configuration to the recommended configuration in our <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Вашият уеб сървър не е правилно настроен да доставя .woff2 файлове. Това обикновено е проблем с конфигурацията на Nginx. За Nextcloud 15 се нуждае от настройка, за да доставя и .woff2 файлове. Сравнете вашата конфигурация на Nginx с препоръчаната конфигурация в нашата <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">документация</a>.",
+ "Please check the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">installation documentation ↗</a> for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "Моля, проверете <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">документацията за инсталиране ↗</a> за PHP бележки за конфигурацията и PHP конфигурацията на вашия сървър, особено когато използвате php-fpm.",
+ "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems. See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation ↗</a> for more information." : "Заключването на транзакционни файлове е деактивирано, това може да доведе до проблеми с условията на състезанието. Активирайте \"filelocking.enabled\" в config.php, за да избегнете тези проблеми. Вижте <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">документацията ↗</a> за повече информация.",
+ "Last background job execution ran {relativeTime}. Something seems wrong." : "За последно задача е стартирала {relativeTime}. Изглежда, че има проблем.",
+ "Check the background job settings" : "Проверете настройките на заданието на заден план",
+ "No memory cache has been configured. To enhance performance, please configure a memcache, if available. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Не е настроен кеш за паметта. За да повишите ефективността, моля настройте кеш за паметта ако е възможно. Допълнителна информация може да бъде намерена в нашата <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">документация</a>.",
+ "No suitable source for randomness found by PHP which is highly discouraged for security reasons. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Не е открит подходящ източник за случайност от PHP, което е силно обезкуражително от съображения за сигурност. Допълнителна информация може да се намери в <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">документацията</a>.",
+ "You are currently running PHP {version}. Upgrade your PHP version to take advantage of <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">performance and security updates provided by the PHP Group</a> as soon as your distribution supports it." : "В момента използвате PHP {version}. Актуализирайте версията на PHP за да се възползвате от <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">подобренията в производителността и сигурността, предоставени от PHP Group</a> колкото можете по-скоро.",
+ "The reverse proxy header configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If not, this is a security issue and can allow an attacker to spoof their IP address as visible to the Nextcloud. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Хедърът за обратно прокси е невалиден, или достъпвате Nextcloud от доверено прокси. Ако не е така, то това е проблем в сигурността и може да позволи на хакер да прикрие IP адреса си в Nextcloud. Допълнителна информация може да бъде намерена в <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">документация</a>.",
+ "Memcached is configured as distributed cache, but the wrong PHP module \"memcache\" is installed. \\OC\\Memcache\\Memcached only supports \"memcached\" and not \"memcache\". See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">memcached wiki about both modules</a>." : "Кеширането на паметта е настроено като разпределена кеш, но е инсталиран грешен PHP модул \"memcache\". \\OC\\Memcache\\Memcached поддържа само \"memcached\", и не \"memcache\". Прегледайте <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">memcached wiki относно двата модула</a>.",
+ "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">List of invalid files…</a> / <a href=\"{rescanEndpoint}\">Rescan…</a>)" : "Някой от файловете не преминаха проверката за цялост на кода. Допълнителна информация за това как да разрешите този проблем може да се намери в <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">документация</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">Списък с невалидни файлове…</a> / <a href=\"{rescanEndpoint}\">Сканиране отново…</a>)",
+ "The PHP OPcache module is not loaded. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance it is recommended</a> to load it into your PHP installation." : "Модулът PHca OPcache не е зареден. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">За по-добра производителност се препоръчва</a> да го заредите във вашата PHP инсталация.",
+ "The PHP OPcache is not properly configured. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance it is recommended</a> to use the following settings in the <code>php.ini</code>:" : "Модула PHP OPcache не е настроен правилно. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">За по-добра производителност е препоръчително</a> да ползвате следните настройки във файла <code>php.ini</code>:",
+ "Some columns in the database are missing a conversion to big int. Due to the fact that changing column types on big tables could take some time they were not changed automatically. By running 'occ db:convert-filecache-bigint' those pending changes could be applied manually. This operation needs to be made while the instance is offline. For further details read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "Някои колони от базата данни не са конвертирани към \"big int\". Конвертирането не е осъществено защото може да отнеме доста време. Можете да стартирате процеса ръчно като изпълните командата \"occ db:convert-filecache-bigint\". Но преди това инсталацията трябва да бъде в \"maintenance\" режим. За допълнителна информация <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">прочетете документацията</a>.",
+ "To migrate to another database use the command line tool: 'occ db:convert-type', or see the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation ↗</a>." : "За да мигрирате към друга база данни, използвайте инструмента за команден ред: 'occ db: convert-type' или вижте <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">документацията ↗</a>.",
+ "Use of the the built in php mailer is no longer supported. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Please update your email server settings ↗<a/>." : "Използването на вградения php мейл вече не се поддържа. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Моля, актуализирайте настройките на вашия имейл сървър ↗<a/>.",
+ "MySQL is used as database but does not support 4-byte characters. To be able to handle 4-byte characters (like emojis) without issues in filenames or comments for example it is recommended to enable the 4-byte support in MySQL. For further details read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "MySQL се използва като база данни, но не поддържа 4-байтови символи. За да можете да обработвате 4-байтови символи (като емотикони) без проблеми в имената на файлове или коментари, например се препоръчва да активирате 4-байтовата поддръжка в MySQL. За повече подробности прочетете <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">страницата с документация за това</a>.",
+ "You are accessing your instance over a secure connection, however your instance is generating insecure URLs. This most likely means that you are behind a reverse proxy and the overwrite config variables are not set correctly. Please read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "Имате достъп до своя екземпляр през защитена връзка, но вашият екземпляр генерира несигурни URL адреси. Това най-вероятно означава, че сте зад обратен прокси и променливите за конфигуриране на презапис не са зададени правилно. Моля, прочетете <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">страницата с документация за това</a>.",
+ "The \"{header}\" HTTP header is not set to \"{val1}\", \"{val2}\", \"{val3}\", \"{val4}\" or \"{val5}\". This can leak referer information. See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{link}\">W3C Recommendation ↗</a>." : "HTTP заглавката „{header}“ не е зададена на „{val1}“, „{val2}“, „{val3}“, „{val4}“ или „{val5}“. Така може да изтече информация за референт. Вижте <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{link}\">препоръката на W3C ↗</a>.",
+ "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the <a href=\"{docUrl}\" rel=\"noreferrer noopener\">security tips ↗</a>." : "HTTP хедъра на \"Strict-Transport-Security\" не е конфигуриран за най-малко \"{seconds}\" секунди. За по-голяма сигурност Ви препоръчваме да активирате HSTS, както е описано в <a href=\"{docUrl}\" rel=\"noreferrer noopener\">съвети за сигурност↗</a>.",
+ "Accessing site insecurely via HTTP. You are strongly advised to set up your server to require HTTPS instead, as described in the <a href=\"{docUrl}\">security tips ↗</a>." : "Достъпвате сайта чрез HTTP. Силно се препоръчва да настроите сървъра си да изисква HTTPS вместо това, както е описано в <a href=\"{docUrl}\">съветите за сигурност ↗</a>",
+ "Continue to Nextcloud" : "Продължете към Nextcloud",
+ "_The update was successful. Redirecting you to Nextcloud in %n second._::_The update was successful. Redirecting you to Nextcloud in %n seconds._" : ["Актуализацията беше успешна. Пренасочване към Nextcloud след %n секунди.","Актуализацията беше успешна. Пренасочване към Nextcloud след %n секунди."],
+ "Searching other places" : "Търсене на друго място",
+ "No search results in other folders for {tag}{filter}{endtag}" : "Няма резултати от търсенето в други папки за {tag}{filter}{endtag}",
+ "_{count} search result in another folder_::_{count} search results in other folders_" : ["{count} търсен резултат в друга папка","{count} търсени резултати в други папки"],
+ "A password reset message has been sent to the e-mail address of this account. If you do not receive it, check your spam/junk folders or ask your local administrator for help." : "На имейл адреса на този профил е изпратено съобщение за нулиране на парола. Ако не го получите, проверете папките си за нежелана поща / отпадъци или попитайте местния администратор за помощ.",
+ "Password can not be changed. Please contact your administrator." : "Паролата не може да бъде промена. Моля, свържете се с администратора.",
+ "Could not fetch list of apps from the app store." : "Списъкът с приложения не можа да се извлече от app store.",
+ "Nextcloud {app}" : "Nextcloud {app}",
+ "Can't install this app because it is not compatible" : "Това приложение не може да се инсталира, защото е несъвместимо",
+ "Can't install this app" : "Това приложение не може да се инсталира",
+ "These apps will be updated:" : "Следните добавки ще бъдат актуализирани:",
+ "For more details see the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "За повече подробности вижте <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">документацията</a>."
},"pluralForm" :"nplurals=2; plural=(n != 1);"
} \ No newline at end of file
diff --git a/core/l10n/br.js b/core/l10n/br.js
new file mode 100644
index 00000000000..850661498f1
--- /dev/null
+++ b/core/l10n/br.js
@@ -0,0 +1,368 @@
+OC.L10N.register(
+ "core",
+ {
+ "Please select a file." : "Choazit ur restr mar-plij.",
+ "File is too big" : "Re vras eo ar restr",
+ "The selected file is not an image." : "N'eo ket ur skeudenn ar restr choazet.",
+ "The selected file cannot be read." : "N'eo ket posubl lenn ar restr choazet.",
+ "Invalid file provided" : "Ar restr roet n'eo ket unan aotreet",
+ "No image or file provided" : "Skeudenn pe restr roet ebet",
+ "Unknown filetype" : "N'eo ket anavezet stumm ar restr",
+ "Invalid image" : "N'eo ket aotreet ar skeudenn",
+ "An error occurred. Please contact your admin." : "Ur fazi a zo bet. Galvit o merour mar-plij.",
+ "No temporary profile picture available, try again" : "N'ez eus skeudenn trolinenn vak ebet, klaskit adarre",
+ "No crop data provided" : "Roadenn sternglotadur ebet",
+ "No valid crop data provided" : "N'ez eus roadenn sternglotadur mat ebet",
+ "Crop is not square" : "Ar sternglotadur n'eo ket ur c'harrez",
+ "State token does not match" : "Ne glot ket ar jedouer ar stad",
+ "Invalid app password" : "N'eo ket mat ar ger-tremen meziant",
+ "Could not complete login" : "Dibosupl peurechuiñ an anavezadur",
+ "Your login token is invalid or has expired" : "Ho jedouer anavezadur a zo re gozh pe n'eus ket deus outañ",
+ "Password reset is disabled" : "N'eo ket posupl cheñch ar ger-tremen",
+ "Couldn't reset password because the token is invalid" : "N'eo ket posupl cheñch ar ger-tremen peogwir n'eo ket mat ar jedouer",
+ "Couldn't reset password because the token is expired" : "N'eo ket posupl cheñch ar ger-tremen peogwir eo re gozh ar jedouer",
+ "%s password reset" : "Ger-tremen %s cheñchet",
+ "Password reset" : "Ger-tremen cheñchet",
+ "Click the following button to reset your password. If you have not requested the password reset, then ignore this email." : "Klikit war ar bouton-mañ evit cheñch ho ker-tremen. Ma n'ho peus ket goulennet cheñch ho ker-tremen, na daolit ket pled ouzh ar gemenadenn-mañ.",
+ "Click the following link to reset your password. If you have not requested the password reset, then ignore this email." : "Klikit war al liamm evit cheñch ho ker-tremen. Ma n'ho peus ket goulennet cheñch ho ker-tremen, na daolit ket pled ouzh ar gemenadenn-mañ.",
+ "Reset your password" : "Cheñchit ho ker-tremen",
+ "Nextcloud Server" : "Servijour Nextcloud",
+ "Some of your link shares have been removed" : "Liammoù rannet 'zo a zo bet lamet",
+ "Due to a security bug we had to remove some of your link shares. Please see the link for more information." : "Abalamour d'ur gudenn surentez hon eus lamet liammoù 'zo ho poa rannet. Sellit ouzh al liamm evit muioc'h a ditouroù.",
+ "Preparing update" : "O prientiñ un adnevezadenn",
+ "[%d / %d]: %s" : "[%d/%d] : %s",
+ "Repair step:" : "Pazenn adaozañ :",
+ "Repair info:" : "Keleier adaozañ :",
+ "Repair warning:" : "Kemennadenn adaozañ :",
+ "Repair error:" : "Fazi adaozañ :",
+ "Please use the command line updater because automatic updating is disabled in the config.php." : "Mar-plij, implijit al linenn-urzh adneveziñ peogwir eo disaotreet an adneveziñ otomatek e-barzh config.php.",
+ "[%d / %d]: Checking table %s" : "[%d/%d] : O wiriekaat an daolenn %s",
+ "Turned on maintenance mode" : "Lakaet eo ar mod trezalc'hiñ war elum",
+ "Turned off maintenance mode" : "Lazhet eo ar mod trezalc'hiñ",
+ "Maintenance mode is kept active" : "Mod trezalc'hiñ o labourat",
+ "Updating database schema" : "Oc'h adneveziñ brastres ar roadennoù-diaz",
+ "Updated database" : "Roadennoù-diaz adnevezet ",
+ "Checking whether the database schema for %s can be updated (this can take a long time depending on the database size)" : "O wiriekat m'az eo brastres an diaz roadennoù %s hizivadus (gallout a ra kemer kalzik amzer hervez ment an diaz roadennoù)",
+ "Updated \"%1$s\" to %2$s" : "Adnevezet \"%1$s\" da %2$s",
+ "Set log level to debug" : "Lakaat ar gazetenn war live debug",
+ "Reset log level" : "Live kazetenn adlakaet d'e stad orin",
+ "Starting code integrity check" : "O kregiñ ar gwiriekaat evit eunded ar c'hod",
+ "Finished code integrity check" : "Echuet ar gwiriekaat evit eunded ar c'hod",
+ "%s (incompatible)" : "%s (diglot)",
+ "The following apps have been disabled: %s" : "Disaotreet eo bet ar meziantoù-mañ : %s",
+ "Already up to date" : "Adnevezet dija",
+ "Your web server is not yet properly set up to allow file synchronization, because the WebDAV interface seems to be broken." : "Ho servijour web n'eo ket bet staliet c'hoazh evit aotreañ ar c'hempredañ, peogwir e seblant etrefas WabDAV bezañ torret.",
+ "PHP does not seem to be setup properly to query system environment variables. The test with getenv(\"PATH\") only returns an empty response." : "PHP ne seblant ket bezañ staliet mat evit goulenn d'ar sistem argemennoù endro. An amprouenn gant getenv(\"PATH\") a ro ur respont goullo.",
+ "The read-only config has been enabled. This prevents setting some configurations via the web-interface. Furthermore, the file needs to be made writable manually for every update." : "Aotreet a zo bet ar stumm lenn-nemetken. Ampechiñ a ra cheñch stummoù dre an etrefas-web. Ouzhpenn-se, ar restr en deus ezhomm bezañ adlakaet da vezañ embannapl dre dorn evit pep adneveziñ.",
+ "Your database does not run with \"READ COMMITTED\" transaction isolation level. This can cause problems when multiple actions are executed in parallel." : "Ho roadennoù-diaz ne droont ket gant al live \"READ COMMITTED\". Kudennoù a zo posupl kaout pa vez graet meur a ober war an dro.",
+ "The PHP module \"fileinfo\" is missing. It is strongly recommended to enable this module to get the best results with MIME type detection." : "N'eus ket eus ar modul PHP \"fileinfo\". Gwelloc'h eo aotreañ ar modul-mañ evit kaout an disoc'hoù gwellañ evit dizoloeiñ ar stumm MIME.",
+ "If your installation is not installed at the root of the domain and uses system cron, there can be issues with the URL generation. To avoid these problems, please set the \"overwrite.cli.url\" option in your config.php file to the webroot path of your installation (suggestion: \"{suggestedOverwriteCliURL}\")" : "Ma n'eo ket bet staliet ho tiazezadur e gwrizienn ho tomani hag e implij ar sistem Cron, kudennoù a zo posupl kaout gant krouidigezh an URL. Evit mont e-biou ar c'hudennoù-se, lakaait an dibab \"overwrite.cli.url\" en ho config.php mar-plij, en hent gwrizienn-web ho tiazezadur (kinnig : \"{suggestedOverwriteCliURL}\").",
+ "It was not possible to execute the cron job via CLI. The following technical errors have appeared:" : "Ne oa ket posupl ober al labour Cron dre CLI. Ar gudenn deknikel-mañ a zo deuet war wel :",
+ "This server has no working Internet connection: Multiple endpoints could not be reached. This means that some of the features like mounting external storage, notifications about updates or installation of third-party apps will not work. Accessing files remotely and sending of notification emails might not work, either. Establish a connection from this server to the Internet to enjoy all features." : "Ar servijour-mañ n'en deus kenstagadenn Internet ebet o labourat: Ne vez ket tizhet meur a endpoint. Talvezout a ra ne vo ket posupl implijout perzhioù 'zo, evel lakaat ur memor diavaez, kaout keloù diwar-benn ar staliañ pe an adneveziñ. Adtapout restroù ha kas keloù postel ne labouront ket ivez marteze. Kenstagit ar servijour gant an Internet evit implijout ar c'heweriusterioù-mañ.",
+ "The PHP function \"set_time_limit\" is not available. This could result in scripts being halted mid-execution, breaking your installation. Enabling this function is strongly recommended." : "N'eo ket posupl implijout arc’hwel PHP \"set_time_limit\". Galout a ra ar gudenn-se herzel skriptoù e-kreiz o labour, terriñ ar staliadur. Aotreañ an arc'hwel a zo aliet-mat.",
+ "Your PHP does not have FreeType support, resulting in breakage of profile pictures and the settings interface." : "Ho PHP ne zoug ket FreeType, terriñ ar skeudennoù trolinenn ha stummoù an etrefas.",
+ "Missing index \"{indexName}\" in table \"{tableName}\"." : "Ar roll \"{indexName}\" a vank en daolenn \"{tableName}\".",
+ "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "Mankout a ra rollioù er roadenn-diaz. Abalamour e kemer amzer ouzhpennañ rollioù e taolennoù bras, n'int ket bet lakaet en un doare otomatek. En ul lakaat da dreiñ \"occ db:add-missing-indices\" eo posupl ouzhpennañ ar rollioù a vank gant an dorn pa vo an azgoulenn o treiñ. Ur wech ar rollioù ouzhpennet, goulennoù savet d'an taolennoù a vo buanaet.",
+ "Missing optional column \"{columnName}\" in table \"{tableName}\"." : "Ar golonenn diret \"{columnName}\" a vank en daolenn \"{tableName}\".",
+ "The database is missing some optional columns. Due to the fact that adding columns on big tables could take some time they were not added automatically when they can be optional. By running \"occ db:add-missing-columns\" those missing columns could be added manually while the instance keeps running. Once the columns are added some features might improve responsiveness or usability." : "Mankout a ra kolonennoù er roadennoù-diaz dibabapl. Abalamour e kemer amzer ouzhpennañ kolonennoù e taolennoù bras, n'int ket bet lakaet en un doare otomatek. En ul lakaat da dreiñ \"occ db:add-missing-columns\" eo posupl ouzhpennañ ar c'holonennoù a vank gant an dorn pa vo an azgoulenn o treiñ. Ur wech ouzhpennet ar c'holonennoù, goulennoù savet d'an taolennoù a vo buanaet.",
+ "This instance is missing some recommended PHP modules. For improved performance and better compatibility it is highly recommended to install them." : "An etrefas a vank dezhañ moduloù PHP aliet. Evit gwellaat ar mont en dro hag ar c'heverlec’hded ez eo kinniget kenañ o staliañ.",
+ "SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend." : "SQLite a vez implijet evel ur backend ar roadenoù-diaz. Evit staliadurioù brasoc'h e vez aliet cheñch d'ur backend roadennoù-diaz all.",
+ "This is particularly recommended when using the desktop client for file synchronisation." : "Kinniget kennañ pa vez implijet ar c'hliant burev evit kempredañ ar restroù.",
+ "The PHP memory limit is below the recommended value of 512MB." : "Bevenn memor PHP a zo dindan an hini kinniget eus 512MB.",
+ "Some app directories are owned by a different user than the web server one. This may be the case if apps have been installed manually. Check the permissions of the following app directories:" : "Touliadoù meziant zo a zo dalc'het gant un implijour diseñvel eus ar servijour web. M'az eo bet stalied ar meziant gant an dorn eo normal. Gwiriit an aotreoù an teuliadoù meziant mañ:",
+ "This instance uses an S3 based object store as primary storage. The uploaded files are stored temporarily on the server and thus it is recommended to have 50 GB of free space available in the temp directory of PHP. Check the logs for full details about the path and the available space. To improve this please change the temporary directory in the php.ini or make more space available in that path." : "An azgoulenn a implij un dra diazezed war S3 evel e bern pennañ. Ar restroù pellkaset a vez bernied ebit point war ar servijour, setut perak eo kinniget kaout 50 GB plass dieub e teuliad PHP temp. Gwiriit ar gazetenn evit munudoù an hent hag ar plass dieub. Evit gwellat ar blass, cheñchit an teuliad amzeriel e-barzh php.ini pa roit muioc'h a blass en hent.",
+ "Error occurred while checking server setup" : "Ur vazi a zo bet pa omp o gwiriañ staliadur ar servijour",
+ "Your data directory and files are probably accessible from the Internet. The .htaccess file is not working. It is strongly recommended that you configure your web server so that the data directory is no longer accessible, or move the data directory outside the web server document root." : "An roadennoù teuliadoù ha restroù a zo marteze posuple bezha tizet dre Internet. Ar restr .htacces na gerzh ket. Kinniget krennañ eo stummañ o servijour web avit ma ne vefe ket tizaple ar roadennoù teuliadoù, pe fival anezhi er maez eus diel gwrizienn ar servijour web.",
+ "The \"{header}\" HTTP header is not set to \"{expected}\". This is a potential security or privacy risk, as it is recommended to adjust this setting accordingly." : "Penn HTTP \"{header}\" n'eo ket stumm \"{expected}\". Posuple eo bezha ur gudenn surentez pe prevezted, kinniget eo cheñch ar stumm mañ.",
+ "The \"{header}\" HTTP header is not set to \"{expected}\". Some features might not work correctly, as it is recommended to adjust this setting accordingly." : "Penn HTTP \"{header}\" n'eo ket stumm \"{expected}\". Perzhioù zo na labouro ket mat, kinniget eo cheñch ar stumm mañ.",
+ "The \"{header}\" HTTP header doesn't contain \"{expected}\". This is a potential security or privacy risk, as it is recommended to adjust this setting accordingly." : "Penn HTTP \"{header}\" n'en deus ket \"{expected}\". Posuple eo bezha ur gudenn surentez pe prevezted, kinniget eo cheñch ar stumm mañ.",
+ "unknown text" : "testenn dianv",
+ "Hello world!" : "Demat d'ar bed !",
+ "sunny" : "heoliek",
+ "Hello {name}, the weather is {weather}" : "Demat {name}, {weather} eo an amzer",
+ "Hello {name}" : "Demat {name}",
+ "<strong>These are your search results<script>alert(1)</script></strong>" : "<strong>Setu disoc'hoù o enklask<script>alert(1)</script></strong>",
+ "new" : "nevez",
+ "_download %n file_::_download %n files_" : ["O pellgargañ %n restr","O pellgargañ %n restr","O pellgargañ %n restr","O pellgargañ %n restr","O pelgargañ %n restr"],
+ "The update is in progress, leaving this page might interrupt the process in some environments." : "An adnevezadenn a zo o treiñ, na zilezik ket ar bajenn, m'o all e hel beza troc'het an oberenn war endroioù zo.",
+ "Update to {version}" : "Oc'h adneveziñ da {version}",
+ "An error occurred." : "Ur fazi a zo bet.",
+ "Please reload the page." : "Mar-plij adkargit ar bajenn",
+ "The update was unsuccessful. For more information <a href=\"{url}\">check our forum post</a> covering this issue." : "Graet eo bet an adnevesadenn; Evit muioc'h a titouroù <a href=\"{url}\">sellit ouzh gemenadenoù ar forum</a> diwar benn ze.",
+ "The update was unsuccessful. Please report this issue to the <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">Nextcloud community</a>." : "An adnevesadenn a zo bet c'hwitet. Mar-plij, kemenit <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">Nexcloud community</a> eus ar gudenn.",
+ "Log in" : "Kennaskañ",
+ "Logging in …" : "O kennsakañ...",
+ "Server side authentication failed!" : "Dilesa kostez servijour c'hwited !",
+ "Please contact your administrator." : "Mar-plij galvit o merour",
+ "An internal error occurred." : "Ur fazi diabarzh a zo bet.",
+ "Please try again or contact your administrator." : "Mar-plij, klaskit en dro pe galvit o merour.",
+ "Username or email" : "Anv implijer pe bostel",
+ "Password" : "Ger-tremen",
+ "Wrong username or password." : "Anv-implijader pe ger-tremen direizh",
+ "User disabled" : "Implijer disaotreet",
+ "We have detected multiple invalid login attempts from your IP. Therefore your next login is throttled up to 30 seconds." : "Gwelet on eus eo bet klasket mon-tre dro dre o IP. Ne vo posuple deoc'h klask en dro a-benn 30 eilenn.",
+ "Your account is not setup for passwordless login." : "N'eo ket arventennet ho kont evit kennaskañ hep ger-tremen.",
+ "Passwordless authentication is not supported in your browser." : "Ne vez ket degemeret gant ho furcher an anaouadur hep ger-tremen.",
+ "Passwordless authentication is only available over a secure connection." : "Dilesa hep ger-tremen a vez kinniget fant ur c'henstagadur sur nemetken.",
+ "Reset password" : "Cheñch ger-tremen",
+ "If it is not there ask your local administrator." : "M'a n'eo ket amañ, goulennit o merour lec'h.",
+ "Couldn't send reset email. Please contact your administrator." : "N'eo ket posuple kas ar postel adober. Mar-plij, kelaouit o merour.",
+ "Back to login" : "Distro d'ar c'hennask",
+ "New password" : "Ger-tremen nevez",
+ "Your files are encrypted. There will be no way to get your data back after your password is reset. If you are not sure what to do, please contact your administrator before you continue. Do you really want to continue?" : "Sifret eo ar restr. ne vo ket posupl deoc'h adtapout ho roadenno goude bezhañ cheñchet ho ger-tremenn. Ma n'oc'h ket sur petra ober, goulenit d'ho merour a raok kendec'hel. C'hoant ho peus kendec'hel ?",
+ "I know what I'm doing" : "Gouzout a ran petra a ran",
+ "Resetting password" : "Oc'h adtermeniñ ar ger-tremen",
+ "Recommended apps" : "Meziantoù kinniget",
+ "Loading apps …" : "O kargañ ar meziant",
+ "Installing apps …" : "O stallia ar meziant ...",
+ "App download or installation failed" : "Pellgargan pe staliadur ar meziant c'hwited",
+ "Cancel" : "Arrest",
+ "Schedule work & meetings, synced with all your devices." : "Implij amzer & emvodoù, kemprenet gant toud o ardivinkoù.",
+ "Keep your colleagues and friends in one place without leaking their private info." : "Kavit o mignoned ha genseurted en ul lec'h, hep reiñ o ditouroù prevez.",
+ "Simple email app nicely integrated with Files, Contacts and Calendar." : "Ur meziant email simpl enfammet gant Restroù, Darempredoù ha Deizataer.",
+ "Chatting, video calls, screensharing, online meetings and web conferencing – in your browser and with mobile apps." : "Chattañ, pellgomzadennoù video, rannañ skramm, emvodoù dre linnen, ha web brezegennoù - gant o furcherha gant o meziantoù pellgomzerioù-hezoug.",
+ "Collaboratively edit office documents." : "Embennit o dielloù office asambless.",
+ "Local document editing back-end used by the Collabora Online app." : "Emban lec'hiet pennañ diell implijet gant ar meziant Collabora Online.",
+ "Forgot password?" : "Ger-tremen ankouaet?",
+ "Log in with a device" : "Mon-tre gan un ardivink",
+ "Back" : "Distro",
+ "Reset search" : "Adkregiñ an enklask",
+ "No results for {query}" : "Disoc'h ebet evit {query}",
+ "Start typing to search" : "Krogit da skrivañ evit klask",
+ "Loading more results …" : "O kargañ muioc'h a zisoc'hoù ...",
+ "Load more results" : "Kagañ muioc'h a disoc'hoù",
+ "Search" : "Klask",
+ "_Please enter {minSearchLength} character or more to search_::_Please enter {minSearchLength} characters or more to search_" : ["Lakait {minSearchLength} arouez pe muioc'h evit klask","Lakait {minSearchLength} arouez pe muioc'h evit klask","Lakait {minSearchLength} arouez pe muioc'h evit klask","Lakait {minSearchLength} arouez pe muioc'h evit klask","Lakait {minSearchLength} arouez pe muioc'h evit klask"],
+ "Search {types} …" : "Klask {types} ...",
+ "Settings" : "Arventennoù",
+ "Could not load your contacts" : "N'eo ket posuple kargañ an darempredoù",
+ "Search contacts …" : "Klask darempred ...",
+ "No contacts found" : "Darmpred ebet kavet",
+ "Show all contacts …" : "Diskwel tout an darempredoù ...",
+ "Install the Contacts app" : "Stalliaén ar meziant darempredoù",
+ "Loading your contacts …" : "O kargañ o darempredoù",
+ "Looking for {term} …" : "O klask {term} ...",
+ "No" : "Nan",
+ "Yes" : "Ya",
+ "No files in here" : "Restr ebet amañ",
+ "New folder" : "Heuliad nevez",
+ "No more subfolders in here" : "N'ez eus ket isteuliadoù all amañ",
+ "Name" : "Anv",
+ "Size" : "Ment",
+ "Modified" : "Cheñchet",
+ "\"{name}\" is an invalid file name." : "N'eo ket \"{name}\" un anv restr aotreet.",
+ "File name cannot be empty." : "N'hall ket anv ur restr bezañ goullo.",
+ "\"/\" is not allowed inside a file name." : "N'eo ket aotreet \"/\" e anv ur restr.",
+ "\"{name}\" is not an allowed filetype" : "N'eo ket \"{name}\" un doare restr aotreet",
+ "{newName} already exists" : "{newName} zo anezhañ c'hoazh",
+ "Choose" : "Dibab",
+ "Copy" : "Eilañ",
+ "Move" : "Diplasañ",
+ "Error loading file picker template: {error}" : "Ur fazi a zo bet en ur c'hargañ ar choazer eskelet restr : {error}",
+ "OK" : "OK",
+ "Error loading message template: {error}" : "Ur fazi zo bet pa voe karget stumm skouer ar gemenadenn : [error]",
+ "read-only" : "lennable nemetken",
+ "_{count} file conflict_::_{count} file conflicts_" : ["{count} diemglev restr","{count} diemglev restr","{count} diemglev restr","{count} diemglev restr","{count} diemglev restr"],
+ "One file conflict" : "Diemglev gant ur restr",
+ "New Files" : "Restroù nevez",
+ "Already existing files" : "Bez ez eus dija eus ar rentr",
+ "Which files do you want to keep?" : "Peseurt restroù o peus c'houant gouarn",
+ "If you select both versions, the copied file will have a number added to its name." : "M'a choazit an daou stumm, an restr eilet en do un niver ouzhenned war e anv",
+ "Continue" : "Kendec'hel",
+ "(all selected)" : "(dibab pep tra)",
+ "({count} selected)" : "({count} dibabet)",
+ "Error loading file exists template" : "Ur fazi zo bet pa voe karget ar restr",
+ "Pending" : "O c'hortoz",
+ "Copy to {folder}" : "Eilan e {folder}",
+ "Move to {folder}" : "Diblasañ da {folder}",
+ "Saving …" : "Orc'h enrolliñ",
+ "Authentication required" : "Eus un dilesa ez eus ezhomp",
+ "This action requires you to confirm your password" : "An ober-mañ a c'houlenn e kadarnfec'h ho ker-tremen",
+ "Confirm" : "Kadarnañ",
+ "Failed to authenticate, try again" : "Dilesa c'hwitet, klaskit en dro",
+ "seconds ago" : "eilenn zo",
+ "Connection to server lost" : "Kelet eo bet ar c'henstagañ gant ar servijour",
+ "_Problem loading page, reloading in %n second_::_Problem loading page, reloading in %n seconds_" : ["Ur gudenn zo evit kargañ ar bajenn, adkargit a ben %n eilenn","Ur gudenn zo evit kargañ ar bajenn, adkargit a ben %n eilenn","Ur gudenn zo evit kargañ ar bajenn, adkargit a ben %n eilenn","Ur gudenn zo evit kargañ ar bajenn, adkargit a ben %n eilenn","Ur gudenn zo evit kargañ ar bajenn, adkargit a ben %n eilenn"],
+ "Add to a project" : "Ouzhpennañ d'ar raktres",
+ "Show details" : "Diskouel ar munudoù",
+ "Hide details" : "Skoachañ ar munudoù",
+ "Rename project" : "Adenvel ar raktres",
+ "Failed to rename the project" : "C'hwitet eo bet adenvel ar raktres",
+ "Failed to create a project" : "Krouiñ ar raktres a zo bet c'hwitet",
+ "Failed to add the item to the project" : "C'hwitet eo bet ouzhpennaden an dra er raktres",
+ "Connect items to a project to make them easier to find" : "Kenstagit traoù d'o raktres m'a vefe aesoc'h da gavout",
+ "Type to search for existing projects" : "Skrivit evit klask ar raktresoù dija krouet",
+ "New in" : "Nevez e-bazh",
+ "View changelog" : "Sellet ar changelog",
+ "Very weak password" : "Ger-tremen skanv kenan",
+ "Weak password" : "Ger-tremen skanv",
+ "So-so password" : "Ger-tremen skañvig",
+ "Good password" : "Ger-tremen mat",
+ "Strong password" : "Ger-tremen kreñv",
+ "No action available" : "Oberen ebet posuple",
+ "Error fetching contact actions" : "Ur fazi a zo bet en ur tapout an darempred",
+ "Non-existing tag #{tag}" : "N'ez eus ket eus ar c'hlav #{tag}",
+ "restricted" : "strizhaet",
+ "invisible" : "diwelus",
+ "Delete" : "Dilemel",
+ "Rename" : "Adenvel",
+ "Collaborative tags" : "Klav rannet",
+ "No tags found" : "Klav ebet kavet",
+ "Personal" : "Personel",
+ "Users" : "Implijer",
+ "Apps" : "Meziant",
+ "Admin" : "Merour",
+ "Help" : "Skoazell",
+ "Access forbidden" : "N'oc'h ket aotreet tremen",
+ "File not found" : "N'eo ket bet kavet ar restr",
+ "The document could not be found on the server. Maybe the share was deleted or has expired?" : "N'eo ket posuple kavout ar ragtress war ar servijour. Marteze eo re gozh pe ez eo bet lammet ar rannadenn.",
+ "Back to %s" : "Distro da %s",
+ "Too many requests" : "Re a goulennoù",
+ "There were too many requests from your network. Retry later or contact your administrator if this is an error." : "Re a goulennoù a zo bet eus ar rouedat. Klaskit en dro diwezhatoc'h pe galvit ho merour m'az eus ur fazi.",
+ "Error" : "Fazi",
+ "Internal Server Error" : "Fazi servijour diabazh",
+ "The server was unable to complete your request." : "N'eo ket gouest ar servijour ober pez o peus goulennet.",
+ "If this happens again, please send the technical details below to the server administrator." : "M'a c'hoarvez an dra ze adare, kasit ar munudoù teknikel dindan d'o merour servijour mar-plij.",
+ "More details can be found in the server log." : "Munudoù all a zo posuple kavout e kazetenn ar servijour",
+ "Technical details" : "Munidoù teknikel",
+ "Remote Address: %s" : "Chom-loc'h pell : %s",
+ "Request ID: %s" : "ID goulennet : %s",
+ "Type: %s" : "Stumm : %s",
+ "Code: %s" : "Kod : %s",
+ "Message: %s" : "Kemenadenn : %s",
+ "File: %s" : "Restr : %s",
+ "Line: %s" : "Linenn :%s",
+ "Trace" : "Trace",
+ "Security warning" : "Kemmenadenn surentez",
+ "Your data directory and files are probably accessible from the internet because the .htaccess file does not work." : "O teuliad ha restroù rouadennoù a zo posuple tizhout a dalek ar roaedad, peogwir ne gerzh ket ar restr .htaccess.",
+ "For information how to properly configure your server, please see the <a href=\"%s\" target=\"_blank\" rel=\"noreferrer noopener\">documentation</a>." : "Evit kaout titouroù diwar benn penaos stumman mat o servijour, sellit ouz an <a href=\"%s\" target=\"_blank\" rel=\"noreferrer noopener\">dielvadur</a> mar-plij.",
+ "Create an <strong>admin account</strong>" : "Krouiñ ur <strong>c'hont merour</strong>",
+ "Username" : "anv implijer",
+ "Show password" : "Diskouez ar ger-tremen",
+ "Storage & database" : "Lec'h renkañ ha roadennoù-diaz",
+ "Data folder" : "Teuliat roadennoù",
+ "Configure the database" : "Stumman ar roadennoù-diaz",
+ "Only %s is available." : "%s digarg nemetken",
+ "Install and activate additional PHP modules to choose other database types." : "Lakaat ha difraeañ molladoù PHP ouzhpenn evit dibab doare roadennoù-diaz all",
+ "For more details check out the documentation." : "Sellit ouz an dielladur evit munudoù ouzhpenn.",
+ "Database user" : "Roadennoù-diaz an implijourien",
+ "Database password" : "Roadennoù-diaz ar gerioù-trermen",
+ "Database name" : "Roadennoù-diaz an anvioù",
+ "Database tablespace" : "Lec'h berniañ ar roadennoù-diaz",
+ "Database host" : "Roadenn-diaz ostiz",
+ "Please specify the port number along with the host name (e.g., localhost:5432)." : "Lakit an niverenn porzh gant an anv ostiz (skouer, localhost:5432).",
+ "Performance warning" : "Diwallit ouzh mont en dro",
+ "You chose SQLite as database." : "Choazet o peus SQLite evel roadennoù-diaz.",
+ "SQLite should only be used for minimal and development instances. For production we recommend a different database backend." : "SQLite a zlefe beahñ implijet evit azgoulennoù bihañ ha/pe dioren. Kinniget eo kemer ur backend roadennoù-diaz all evit ar c'hendec'h.",
+ "If you use clients for file syncing, the use of SQLite is highly discouraged." : "M'a vez implijet ar c'hliant evit ar c'hemprenañ, kinniget eo implij un dra kreñvoc'h eget SQLite",
+ "Install recommended apps" : "Staliit ar meziantoù kinniget",
+ "Calendar, Contacts, Talk, Mail & Collaborative editing" : "Deizadur, Darempredoù, Komz, Mailoù & embanadure a stroll",
+ "Finish setup" : "Stalian echu",
+ "Finishing …" : "Oc'h echuién ...",
+ "Need help?" : "Sikour o po ?",
+ "See the documentation" : "Sellit ouz an dielladur",
+ "It looks like you are trying to reinstall your Nextcloud. However the file CAN_INSTALL is missing from your config directory. Please create the file CAN_INSTALL in your config folder to continue." : "Seblant a ra bezhañ emaoc'h o adstaliañ Nexcloud. N'ez eus ket eus arrestr CAN_INSTALL en o teuliad config. Crouit ar restr CAN_INSTALL en teuliad config evit kendec'hel.",
+ "Could not remove CAN_INSTALL from the config folder. Please remove this file manually." : "N'eo ket posupl lemel CAN_INSTALL eus an teuliad config. Lamit anezhañ gan an dorn mar-plij.",
+ "This application requires JavaScript for correct operation. Please {linkstart}enable JavaScript{linkend} and reload the page." : "Ezhomp en deus ar meziant eus JavaScript evit kerzhout mat. Mar-plij, {linkstart}aotreit JavaScript{linkend} hag adkargit ar bajenn.",
+ "Get your own free account" : "Tapit o c'hont digoust",
+ "Skip to main content" : "Kit d'an dalc'h penna",
+ "Skip to navigation of app" : "Mont d'ar meziant merdeerezh",
+ "More apps" : "Muioc'h a veziantoù",
+ "More" : "Muioc'h",
+ "More apps menu" : "Muioc'h a roll-mezioù meziantoù",
+ "Contacts" : "Darempredoù",
+ "Contacts menu" : "Roll-mezioù an darempredoù",
+ "Settings menu" : "Roll-mezioù an arventennoù",
+ "Confirm your password" : "Kadarnañ ho ker-tremen",
+ "Connect to your account" : "Kevreit gant o c'hont",
+ "Please log in before granting %1$s access to your %2$s account." : "Kit-tre a raok reiñ %1$s tremen d'o c'hont %2$s.",
+ "If you are not trying to set up a new device or app, someone is trying to trick you into granting them access to your data. In this case do not proceed and instead contact your system administrator." : "M'a n'oc'h ket o klask stumma un ardivink pe meziant nevez, unan bennak a zo o klask lakaat ac'hanoc'h aotreañ anezho da dizout o roadennoù. M'az eo ze, na gendalc'hit ket, ha kelaouit o merour.",
+ "App token" : "Jedouer meziant",
+ "Grant access" : "Reiñ an tremen",
+ "Alternative log in using app token" : "Ur c'hennask disheñvel en ur implij ar jedouer arload",
+ "Account access" : "Mont d'ar c'hont",
+ "You are about to grant %1$s access to your %2$s account." : "Emaoc'h war-nes reiñ an aotre da \"%1$s\" da dizhout ho kont \"%2$s\".",
+ "Account connected" : "Kont kenstaged",
+ "Your client should now be connected!" : "O c'hliant azlefe bezhañ kenstaget !",
+ "You can close this window." : "Posuple eo deoc'h seriñ ar prenestr.",
+ "This share is password-protected" : "Al liamm a zo gwarezet gant ur ger-tremen",
+ "The password is wrong. Try again." : "Direizh eo ger-tremen. Klaskit en-dro.",
+ "Two-factor authentication" : "Eil- elfenn dilesa",
+ "Enhanced security is enabled for your account. Choose a second factor for authentication:" : "Ar surentez gwelaet a zo bet lkaet war o c'hont. Chazhit un eil elfenn evit an dilesa : ",
+ "Could not load at least one of your enabled two-factor auth methods. Please contact your admin." : "Ne oa ket posuple kargañ d'an neubeutañ unan aus o doar eil-elfenn dilesa. Kelaouit o merour mar-plij.",
+ "Two-factor authentication is enforced but has not been configured on your account. Contact your admin for assistance." : "Rediet eo bet an eil-elfenn dilesa mes n'eo ket bet stummet war o c'hont. Kelaouit o merour evit kaout sikour.",
+ "Two-factor authentication is enforced but has not been configured on your account. Please continue to setup two-factor authentication." : "Eil-elfenn dilesa a zo bet rediet mes n'eo ket bet stummet war o c'hont. Kendalc'hit da stummañ o eil-elfenn dilesa.",
+ "Set up two-factor authentication" : "Stummañ un eil-elfenn dilesa",
+ "Two-factor authentication is enforced but has not been configured on your account. Use one of your backup codes to log in or contact your admin for assistance." : "Eil-elfenn dilsea a zo bet rediet mes n'eo ket bet stummed mat. Implijit unan eus o kodoù sikour evit mon-tre pe galvit o merour evit kaout sikour.",
+ "Use backup code" : "Implij ar c'hod sikour",
+ "Cancel login" : "Arrest ar mont-tre",
+ "Setup two-factor authentication" : "Stummañ un eil-elfenn dilesa",
+ "Enhanced security is enforced for your account. Choose which provider to set up:" : "Ar surentez gwelaet a zo bet rediet war o c'hont. choazit peseurt pourvezer o peus c'hoant implij :",
+ "Error while validating your second factor" : "Ur fazi a zo bet en ur gwiriañ o eil-elfenn",
+ "Access through untrusted domain" : "Tremen dre un domani difiziet",
+ "Please contact your administrator. If you are an administrator, edit the \"trusted_domains\" setting in config/config.php like the example in config.sample.php." : "Galvit o merourmar-plij. M'az orc'h c'hwi ar merour, cheñchit ar stummoù \"trusted_domains\" e barzh config/config.php evel er skouer e barzh config.sample.php.",
+ "Further information how to configure this can be found in the %1$sdocumentation%2$s." : "Muioc'h a titouroù evit penaoz stummañ a zo posuple kavout en %1$s dielvadur %2$s.",
+ "App update required" : "Un adnevesaden en deus ezomp ar meziant",
+ "%1$s will be updated to version %2$s" : "%1$s a vo adnevezet d'ar stumm %2$s",
+ "The following apps will be updated:" : "Ar meziantoù mañ a vo Ar meziantoù mañ a vo adnevezet :",
+ "These incompatible apps will be disabled:" : "Ar meziantoù diglotus mañ a vo disaotreet :",
+ "The theme %s has been disabled." : "An tem %s a zo bet disaotreet.",
+ "Please make sure that the database, the config folder and the data folder have been backed up before proceeding." : "Grit sur m'az eo ar rouadennoù-diaz, an teuliad config hag an teuliad roadennoù a zo bet rag-enrollet a raok lakaat da dreiñ mar-plij.",
+ "Start update" : "Kregiñ an adnevezadur",
+ "To avoid timeouts with larger installations, you can instead run the following command from your installation directory:" : "Evit trement e-biou dale blam da diazezadurioù brazoc'h, posuble eo doc'h implijout an urzh war-lec'h adalek ho teuliad diazezadur :",
+ "Detailed logs" : "Kazetenn munudet",
+ "Update needed" : "Un adnevezadur ez eu ezhomp",
+ "Please use the command line updater because you have a big instance with more than 50 users." : "Mar-plij, implijit al linnen-urz adneveziñ peogwir m'az eo brazh o azgoulenn gant muioc'h eget 50 implijer.",
+ "For help, see the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"%s\">documentation</a>." : "Evit kavout skoazel, sellit ouzh an <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"%s\">dielvadur</a>.",
+ "I know that if I continue doing the update via web UI has the risk, that the request runs into a timeout and could cause data loss, but I have a backup and know how to restore my instance in case of a failure." : "Gouzout a rañ eo posupl m'a kendalc'hañ an adnevezaden gant web UI, m'az afe va goulenn en un timeout hag e c'hell koll roadennoù, mes ur backup am eus ha gouzout a rañ penaos adkrouiñ va azgoulenn m'a vez c'huitet.",
+ "Upgrade via web on my own risk" : "Adnevesaat dre ar web gant va rislkoù d'in me nemetken",
+ "Maintenance mode" : "Mod dec'hel",
+ "This %s instance is currently in maintenance mode, which may take a while." : "Adnevesaet a vez %s, pez a kemero sur awalc'h amzer ",
+ "This page will refresh itself when the instance is available again." : "Ar bajenn a azgreeno e unan pa vo vak an azgoulenn en dro.",
+ "Contact your system administrator if this message persists or appeared unexpectedly." : "Kit e darempred gant anr merour reizhad ma chomm ar c'hemenadenn-mañ, pe ma ze war well dic'hortozet ",
+ "Checking whether the database schema can be updated (this can take a long time depending on the database size)" : "O sellout m'az eo adnevezapl brastres ar roadennoù-diaz (gallout a ra kemer amzer, hervez brasder ar roadennoù-diaz)",
+ "Checked database schema update" : "O wiriañ an adneveziñ evit brastres ar roadennoù-diaz",
+ "Checking updates of apps" : "O wiriañ an adneveziñ evit ar meziantoù",
+ "Checking for update of app \"%s\" in appstore" : "O sellet m'az eus un adneveziñ evit ar meziant \"%s\" er stal-meziantoù",
+ "Update app \"%s\" from appstore" : "Oc'h adneveziñ ar meziant \"%s\" diwar ar stal-meziantoù",
+ "Checked for update of app \"%s\" in appstore" : "Gwiriekaet a zo bet ma oa un adneveziñ evit ar meziant \"%s\" er stal-meziantoù",
+ "Checked database schema update for apps" : "Gwiriekaet a zo bet ma oa un adneveziñ evit brastres roadennoù-diaz ar meziantoù",
+ "Following apps have been disabled: %s" : "Ar meziantoù mañ a vo disaotreet : %s",
+ "Your web server is not properly set up to resolve \"{url}\". Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Ho servijour web n'eo ket staliet mat evit diskoulmañ \"{url}\". Muioc'h a ditouroù a zo posupl kavout en <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">diellvadur</a>. ",
+ "Your web server is not properly set up to resolve \"{url}\". This is most likely related to a web server configuration that was not updated to deliver this folder directly. Please compare your configuration against the shipped rewrite rules in \".htaccess\" for Apache or the provided one in the documentation for Nginx at it's <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation page</a>. On Nginx those are typically the lines starting with \"location ~\" that need an update." : "Ho servijour web n'eo ket staliet mat evit diskoulmañ \"{url}\". Liammet eo sur a-walc'h gant ar stumm servijour n'eo ket bet adnevezet da reiñ an teuliad-mañ diouzhtu. Mar-plij keñveriit ho stumm gant reolennoù adskrivañ roet war \".htaccess\" eus Apache pe kemerit unan e diellvadur Nginx war e <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">bajenn diellvadur</a>. War Nginx ez eo peurvuiañ al linnennoù o kregiñ gant \"location ~\" o deus ezhomm bezañ adnevezet.",
+ "Your web server is not properly set up to deliver .woff2 files. This is typically an issue with the Nginx configuration. For Nextcloud 15 it needs an adjustement to also deliver .woff2 files. Compare your Nginx configuration to the recommended configuration in our <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Ho servijour web n'eo ket staliet mat evit reiñ restroù .woff2. Ar gudenn a zo liammet peurvuian gant stumm Nginx. Evit Nexcloud 15, ur c'hempenn ez eus ezhomm da gaout evit reiñ restroù .woff2. Keñveriit ho stumm Nginx gant an hini kiniget en hon <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">diellvadur</a>.",
+ "Please check the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">installation documentation ↗</a> for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "Mar-plij sellit ouzh <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">diellvadur staliañ ↗</a> evit notennoù stumm PHP ha stumm PHP ho servijour, dreist-holl p'emaoc'h oc'h implijout php-fpm.",
+ "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems. See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation ↗</a> for more information." : "N'eo ket bet aotreet prennañ ar restr treuzvarc'hadouriel. Aotreit \"filelocking.enabled\" e-barzh config.php evit tremen e-biou ar c'hudennoù-mañ. Sellout ouzh an <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">diellvadur</a> evit kavout muioc'h titouroù.",
+ "Last background job execution ran {relativeTime}. Something seems wrong." : "Al labour adreñv divezhañ graet en deus troet {relativeTime}. Fall a seblant bezañ.",
+ "Check the background job settings" : "Gwiriit stumm al labour adreñv.",
+ "No memory cache has been configured. To enhance performance, please configure a memcache, if available. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Memor kuzh ebet stummet. Evit gwellaat ar mont en dro, stummit ur memcache mar-plij, m'az eo posupl. Titouroù a zo posupl kavout en <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">diellvadur</a>.",
+ "No suitable source for randomness found by PHP which is highly discouraged for security reasons. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "N'eo ket bet kavet gant PHP un orin mat evit ober an traoù dre zegouezh, pezh a zo dizalet krenn evit kudennoù surentez. Titourioù a zo posupl kavout en <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">diellvadur</a>.",
+ "You are currently running PHP {version}. Upgrade your PHP version to take advantage of <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">performance and security updates provided by the PHP Group</a> as soon as your distribution supports it." : "O implijout PHP {version} emaoc'h. Adnevezit stumm PHP evit gwellaat <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">ar mont en dro hag ar surentez profet gant PHP Group</a> keit ha ma vo douget gant ho dasparzh.",
+ "The reverse proxy header configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If not, this is a security issue and can allow an attacker to spoof their IP address as visible to the Nextcloud. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Talbenn stumm ar reverse proxy a zo fall, pe e tizhit Nextcloud gant ur proxy fiziet. Ma ne rit ket, ur gudenn surentez eo ha posupl eo d'un tager lakaat e chomlec'h IP evel gwelapl war an Nextcloud. Muioc'h a ditouroù en <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">deillvadur</a>.",
+ "Memcached is configured as distributed cache, but the wrong PHP module \"memcache\" is installed. \\OC\\Memcache\\Memcached only supports \"memcached\" and not \"memcache\". See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">memcached wiki about both modules</a>." : "Memcached a zo stummet evel ur c'hoach dasparzhet, mes ar modul \"memcache\" PHP fall a zo staliet. \\OC\\Memcache\\Memcached a implij \"memcached\" ha n'eo ket \"memcache\". Sellit ouzh <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">memcached wiki diwar-benn an daou vodul</a>.",
+ "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">List of invalid files…</a> / <a href=\"{rescanEndpoint}\">Rescan…</a>)" : "Restroù 'zo n'o deus ket tremenet ar gwiriekaat eeundet. Muioc'h a ditouroù diwar-benn penaos diskoulmañ ar gudenn a zo posupl kavout en <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">diellvadur</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">Renabl ar restroù fall ...</a>/ <a href=\"{rescanEndpoint}\">Adskann...)",
+ "The PHP OPcache module is not loaded. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance it is recommended</a> to load it into your PHP installation." : "Modul OPcache PHP n'eo ket bet karget. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Evit ur mont en dro gwelloc'h ez eo aliet</a> kargañ anezhañ en ho staliadur PHP.",
+ "The PHP OPcache is not properly configured. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance it is recommended</a> to use the following settings in the <code>php.ini</code>:" : "OPcache PHP n'eo ket bet stummet mat. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Evit un mont en dro gwelloc'h ez eo aliet</a> implitout ar stumm kavet er <code>php.ini</code> :",
+ "Some columns in the database are missing a conversion to big int. Due to the fact that changing column types on big tables could take some time they were not changed automatically. By running 'occ db:convert-filecache-bigint' those pending changes could be applied manually. This operation needs to be made while the instance is offline. For further details read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "Kolonennoù 'zo er roadennoù-diaz a vank un droadur e int bras. Abalamour e kemer amzer ouzhpennañ kolonennoù e taolennoù bras, n'int ket bet lakaet en un doare otomatek. En ul lakaat da dreiñ 'occ db:convert-filecache-bigint' eo posupl ouzhpennañ ar c'holonennoù a vank gant an dorn pa vo an azgoulenn o treiñ. Ret eo ober se p'eman distag an azgoulenn diouzh ar rouedad. Evit muioc'h a vunudoù, lennit <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">ar bajenn diellvadur diwar-benn an dra-se</a>.",
+ "To migrate to another database use the command line tool: 'occ db:convert-type', or see the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation ↗</a>." : "Evit cheñch roadennoù-diaz, implijit an oustil linenn urzh: 'occ db:convert-type', pe sellit an <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dielvadur↗</a>.",
+ "Use of the the built in php mailer is no longer supported. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Please update your email server settings ↗<a/>." : "Ar stumm e php mailer n'a vez ket douget ken. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Mar plij adnevezit o stumm servijour email ↗<a/>.",
+ "MySQL is used as database but does not support 4-byte characters. To be able to handle 4-byte characters (like emojis) without issues in filenames or comments for example it is recommended to enable the 4-byte support in MySQL. For further details read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "MySQL a vez implijet evet roadennoù-diaz mes ne vez ket douget gantañ arouezioù 4-oktet. Evit implijout arouzeioù 4-oktet (evel an emojioù) hep kudennoù er anvioù restr pe displegoù evit skouerioù eo kinniget aotrean dougiñ ar 4-oktet e MySQL. Evit muioc'h a munudoù lennit <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">ar bajenn dielvadur diwar benn se</a>",
+ "You are accessing your instance over a secure connection, however your instance is generating insecure URLs. This most likely means that you are behind a reverse proxy and the overwrite config variables are not set correctly. Please read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "O von en un azgoulenn gant ur genstagenn sur maoc'h, padal o azgoulenn a grou URLoù disur. Talvout a ra emaoc'h a-dreiñ ur reverse proxy hag an argemmenn adskrivañ e config n'int ket stummed mat. Lennit <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">ar bajenn dielvadur diwar ben ze</a>.",
+ "The \"{header}\" HTTP header is not set to \"{val1}\", \"{val2}\", \"{val3}\", \"{val4}\" or \"{val5}\". This can leak referer information. See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{link}\">W3C Recommendation ↗</a>." : "N'eo ket stummed penn HTTP \"{header}\" da \"{val1}\", \"{val2}\", \"{val3}\", \"{val4}\" pe \"{val5}\". Posuple eo titouroù an daveer tec'hout kuit. sellit ouzh <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{link}\">W3C Recommendation ↗</a>.",
+ "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the <a href=\"{docUrl}\" rel=\"noreferrer noopener\">security tips ↗</a>." : "Penn HTTP \"Strict-Transport-Security\" n'eo ket stummed da, d'an neubeutan, \"{seconds}\" eilenn. Evit gwellaat ar surentez, kinniget eo aotrei HSTS evel diskribet er <a href=\"{docUrl}\" rel=\"noreferrer noopener\">kuzulioù surentez ↗</a>.",
+ "Accessing site insecurely via HTTP. You are strongly advised to set up your server to require HTTPS instead, as described in the <a href=\"{docUrl}\">security tips ↗</a>." : "Monet war al lec'hienn gant HTTp n'eo ket sur. Kinniget eo deoc'h stummañ o servijour evel m'en dije ezhomp eus HTTPS kentoc'h, evel diskribet er <a href=\"{docUrl}\">kuzulioù surentez ↗</a>.",
+ "Continue to Nextcloud" : "Kendalc'h war Nextcloud",
+ "_The update was successful. Redirecting you to Nextcloud in %n second._::_The update was successful. Redirecting you to Nextcloud in %n seconds._" : ["An adnevezadenn a zo bet graet. adkased oc'h war Nexcloud a ben %n eilenn.","An adnevezadenn a zo bet graet. adkased oc'h war Nexcloud a ben %n eilenn.","An adnevezadenn a zo bet graet. adkased oc'h war Nexcloud a ben %n eilenn.","An adnevezadenn a zo bet graet. adkased oc'h war Nexcloud a ben %n eilenn.","An adnevezadenn a zo bet graet. adkased oc'h war Nexcloud a ben %n eilenn."],
+ "Searching other places" : "O klask lec'hioù all",
+ "No search results in other folders for {tag}{filter}{endtag}" : "Disoc'h ebet e teuliadoù all evit {tag}{filter}{endtag}",
+ "_{count} search result in another folder_::_{count} search results in other folders_" : ["{count} disoc'h en un teuliad all","{count} disoc'h en un teuliad all","{count} disoc'h en un teuliad all","{count} disoc'h en un teuliad all","{count} disoc'h en un teuliad all"],
+ "A password reset message has been sent to the e-mail address of this account. If you do not receive it, check your spam/junk folders or ask your local administrator for help." : "Ur gemenadenn cheñch ger-tremenn a zo bet kaset da chom-lec'h bostel ar c'hont. Ma n'ho peus ket resevet anezhañ, gwiriit en ho spam/boubelenn pe goulennit d'ho merour sikour.",
+ "Password can not be changed. Please contact your administrator." : "N'eo ket posuple cheñch ar ger-tremen. Mar-plij galvit o merour.",
+ "Could not fetch list of apps from the app store." : "N'eo ket posuple tizout listenn ar meziantoù eus stal ar meziantoù.",
+ "Nextcloud {app}" : "Nextcloud {app}",
+ "Can't install this app because it is not compatible" : "N'eo ket posuple staliañ ar meziant peogwir n'eo ket kenglot",
+ "Can't install this app" : "N'eo ket posuple staliañ ar meziant",
+ "These apps will be updated:" : "Ar meziantoù mañ a vo adnevezet :",
+ "For more details see the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Avit muioc'h a munudoù sellit ouzh an <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">diellvadur</a>."
+},
+"nplurals=5; plural=((n%10 == 1) && (n%100 != 11) && (n%100 !=71) && (n%100 !=91) ? 0 :(n%10 == 2) && (n%100 != 12) && (n%100 !=72) && (n%100 !=92) ? 1 :(n%10 ==3 || n%10==4 || n%10==9) && (n%100 < 10 || n% 100 > 19) && (n%100 < 70 || n%100 > 79) && (n%100 < 90 || n%100 > 99) ? 2 :(n != 0 && n % 1000000 == 0) ? 3 : 4);");
diff --git a/core/l10n/br.json b/core/l10n/br.json
new file mode 100644
index 00000000000..d6cac74ae8f
--- /dev/null
+++ b/core/l10n/br.json
@@ -0,0 +1,366 @@
+{ "translations": {
+ "Please select a file." : "Choazit ur restr mar-plij.",
+ "File is too big" : "Re vras eo ar restr",
+ "The selected file is not an image." : "N'eo ket ur skeudenn ar restr choazet.",
+ "The selected file cannot be read." : "N'eo ket posubl lenn ar restr choazet.",
+ "Invalid file provided" : "Ar restr roet n'eo ket unan aotreet",
+ "No image or file provided" : "Skeudenn pe restr roet ebet",
+ "Unknown filetype" : "N'eo ket anavezet stumm ar restr",
+ "Invalid image" : "N'eo ket aotreet ar skeudenn",
+ "An error occurred. Please contact your admin." : "Ur fazi a zo bet. Galvit o merour mar-plij.",
+ "No temporary profile picture available, try again" : "N'ez eus skeudenn trolinenn vak ebet, klaskit adarre",
+ "No crop data provided" : "Roadenn sternglotadur ebet",
+ "No valid crop data provided" : "N'ez eus roadenn sternglotadur mat ebet",
+ "Crop is not square" : "Ar sternglotadur n'eo ket ur c'harrez",
+ "State token does not match" : "Ne glot ket ar jedouer ar stad",
+ "Invalid app password" : "N'eo ket mat ar ger-tremen meziant",
+ "Could not complete login" : "Dibosupl peurechuiñ an anavezadur",
+ "Your login token is invalid or has expired" : "Ho jedouer anavezadur a zo re gozh pe n'eus ket deus outañ",
+ "Password reset is disabled" : "N'eo ket posupl cheñch ar ger-tremen",
+ "Couldn't reset password because the token is invalid" : "N'eo ket posupl cheñch ar ger-tremen peogwir n'eo ket mat ar jedouer",
+ "Couldn't reset password because the token is expired" : "N'eo ket posupl cheñch ar ger-tremen peogwir eo re gozh ar jedouer",
+ "%s password reset" : "Ger-tremen %s cheñchet",
+ "Password reset" : "Ger-tremen cheñchet",
+ "Click the following button to reset your password. If you have not requested the password reset, then ignore this email." : "Klikit war ar bouton-mañ evit cheñch ho ker-tremen. Ma n'ho peus ket goulennet cheñch ho ker-tremen, na daolit ket pled ouzh ar gemenadenn-mañ.",
+ "Click the following link to reset your password. If you have not requested the password reset, then ignore this email." : "Klikit war al liamm evit cheñch ho ker-tremen. Ma n'ho peus ket goulennet cheñch ho ker-tremen, na daolit ket pled ouzh ar gemenadenn-mañ.",
+ "Reset your password" : "Cheñchit ho ker-tremen",
+ "Nextcloud Server" : "Servijour Nextcloud",
+ "Some of your link shares have been removed" : "Liammoù rannet 'zo a zo bet lamet",
+ "Due to a security bug we had to remove some of your link shares. Please see the link for more information." : "Abalamour d'ur gudenn surentez hon eus lamet liammoù 'zo ho poa rannet. Sellit ouzh al liamm evit muioc'h a ditouroù.",
+ "Preparing update" : "O prientiñ un adnevezadenn",
+ "[%d / %d]: %s" : "[%d/%d] : %s",
+ "Repair step:" : "Pazenn adaozañ :",
+ "Repair info:" : "Keleier adaozañ :",
+ "Repair warning:" : "Kemennadenn adaozañ :",
+ "Repair error:" : "Fazi adaozañ :",
+ "Please use the command line updater because automatic updating is disabled in the config.php." : "Mar-plij, implijit al linenn-urzh adneveziñ peogwir eo disaotreet an adneveziñ otomatek e-barzh config.php.",
+ "[%d / %d]: Checking table %s" : "[%d/%d] : O wiriekaat an daolenn %s",
+ "Turned on maintenance mode" : "Lakaet eo ar mod trezalc'hiñ war elum",
+ "Turned off maintenance mode" : "Lazhet eo ar mod trezalc'hiñ",
+ "Maintenance mode is kept active" : "Mod trezalc'hiñ o labourat",
+ "Updating database schema" : "Oc'h adneveziñ brastres ar roadennoù-diaz",
+ "Updated database" : "Roadennoù-diaz adnevezet ",
+ "Checking whether the database schema for %s can be updated (this can take a long time depending on the database size)" : "O wiriekat m'az eo brastres an diaz roadennoù %s hizivadus (gallout a ra kemer kalzik amzer hervez ment an diaz roadennoù)",
+ "Updated \"%1$s\" to %2$s" : "Adnevezet \"%1$s\" da %2$s",
+ "Set log level to debug" : "Lakaat ar gazetenn war live debug",
+ "Reset log level" : "Live kazetenn adlakaet d'e stad orin",
+ "Starting code integrity check" : "O kregiñ ar gwiriekaat evit eunded ar c'hod",
+ "Finished code integrity check" : "Echuet ar gwiriekaat evit eunded ar c'hod",
+ "%s (incompatible)" : "%s (diglot)",
+ "The following apps have been disabled: %s" : "Disaotreet eo bet ar meziantoù-mañ : %s",
+ "Already up to date" : "Adnevezet dija",
+ "Your web server is not yet properly set up to allow file synchronization, because the WebDAV interface seems to be broken." : "Ho servijour web n'eo ket bet staliet c'hoazh evit aotreañ ar c'hempredañ, peogwir e seblant etrefas WabDAV bezañ torret.",
+ "PHP does not seem to be setup properly to query system environment variables. The test with getenv(\"PATH\") only returns an empty response." : "PHP ne seblant ket bezañ staliet mat evit goulenn d'ar sistem argemennoù endro. An amprouenn gant getenv(\"PATH\") a ro ur respont goullo.",
+ "The read-only config has been enabled. This prevents setting some configurations via the web-interface. Furthermore, the file needs to be made writable manually for every update." : "Aotreet a zo bet ar stumm lenn-nemetken. Ampechiñ a ra cheñch stummoù dre an etrefas-web. Ouzhpenn-se, ar restr en deus ezhomm bezañ adlakaet da vezañ embannapl dre dorn evit pep adneveziñ.",
+ "Your database does not run with \"READ COMMITTED\" transaction isolation level. This can cause problems when multiple actions are executed in parallel." : "Ho roadennoù-diaz ne droont ket gant al live \"READ COMMITTED\". Kudennoù a zo posupl kaout pa vez graet meur a ober war an dro.",
+ "The PHP module \"fileinfo\" is missing. It is strongly recommended to enable this module to get the best results with MIME type detection." : "N'eus ket eus ar modul PHP \"fileinfo\". Gwelloc'h eo aotreañ ar modul-mañ evit kaout an disoc'hoù gwellañ evit dizoloeiñ ar stumm MIME.",
+ "If your installation is not installed at the root of the domain and uses system cron, there can be issues with the URL generation. To avoid these problems, please set the \"overwrite.cli.url\" option in your config.php file to the webroot path of your installation (suggestion: \"{suggestedOverwriteCliURL}\")" : "Ma n'eo ket bet staliet ho tiazezadur e gwrizienn ho tomani hag e implij ar sistem Cron, kudennoù a zo posupl kaout gant krouidigezh an URL. Evit mont e-biou ar c'hudennoù-se, lakaait an dibab \"overwrite.cli.url\" en ho config.php mar-plij, en hent gwrizienn-web ho tiazezadur (kinnig : \"{suggestedOverwriteCliURL}\").",
+ "It was not possible to execute the cron job via CLI. The following technical errors have appeared:" : "Ne oa ket posupl ober al labour Cron dre CLI. Ar gudenn deknikel-mañ a zo deuet war wel :",
+ "This server has no working Internet connection: Multiple endpoints could not be reached. This means that some of the features like mounting external storage, notifications about updates or installation of third-party apps will not work. Accessing files remotely and sending of notification emails might not work, either. Establish a connection from this server to the Internet to enjoy all features." : "Ar servijour-mañ n'en deus kenstagadenn Internet ebet o labourat: Ne vez ket tizhet meur a endpoint. Talvezout a ra ne vo ket posupl implijout perzhioù 'zo, evel lakaat ur memor diavaez, kaout keloù diwar-benn ar staliañ pe an adneveziñ. Adtapout restroù ha kas keloù postel ne labouront ket ivez marteze. Kenstagit ar servijour gant an Internet evit implijout ar c'heweriusterioù-mañ.",
+ "The PHP function \"set_time_limit\" is not available. This could result in scripts being halted mid-execution, breaking your installation. Enabling this function is strongly recommended." : "N'eo ket posupl implijout arc’hwel PHP \"set_time_limit\". Galout a ra ar gudenn-se herzel skriptoù e-kreiz o labour, terriñ ar staliadur. Aotreañ an arc'hwel a zo aliet-mat.",
+ "Your PHP does not have FreeType support, resulting in breakage of profile pictures and the settings interface." : "Ho PHP ne zoug ket FreeType, terriñ ar skeudennoù trolinenn ha stummoù an etrefas.",
+ "Missing index \"{indexName}\" in table \"{tableName}\"." : "Ar roll \"{indexName}\" a vank en daolenn \"{tableName}\".",
+ "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "Mankout a ra rollioù er roadenn-diaz. Abalamour e kemer amzer ouzhpennañ rollioù e taolennoù bras, n'int ket bet lakaet en un doare otomatek. En ul lakaat da dreiñ \"occ db:add-missing-indices\" eo posupl ouzhpennañ ar rollioù a vank gant an dorn pa vo an azgoulenn o treiñ. Ur wech ar rollioù ouzhpennet, goulennoù savet d'an taolennoù a vo buanaet.",
+ "Missing optional column \"{columnName}\" in table \"{tableName}\"." : "Ar golonenn diret \"{columnName}\" a vank en daolenn \"{tableName}\".",
+ "The database is missing some optional columns. Due to the fact that adding columns on big tables could take some time they were not added automatically when they can be optional. By running \"occ db:add-missing-columns\" those missing columns could be added manually while the instance keeps running. Once the columns are added some features might improve responsiveness or usability." : "Mankout a ra kolonennoù er roadennoù-diaz dibabapl. Abalamour e kemer amzer ouzhpennañ kolonennoù e taolennoù bras, n'int ket bet lakaet en un doare otomatek. En ul lakaat da dreiñ \"occ db:add-missing-columns\" eo posupl ouzhpennañ ar c'holonennoù a vank gant an dorn pa vo an azgoulenn o treiñ. Ur wech ouzhpennet ar c'holonennoù, goulennoù savet d'an taolennoù a vo buanaet.",
+ "This instance is missing some recommended PHP modules. For improved performance and better compatibility it is highly recommended to install them." : "An etrefas a vank dezhañ moduloù PHP aliet. Evit gwellaat ar mont en dro hag ar c'heverlec’hded ez eo kinniget kenañ o staliañ.",
+ "SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend." : "SQLite a vez implijet evel ur backend ar roadenoù-diaz. Evit staliadurioù brasoc'h e vez aliet cheñch d'ur backend roadennoù-diaz all.",
+ "This is particularly recommended when using the desktop client for file synchronisation." : "Kinniget kennañ pa vez implijet ar c'hliant burev evit kempredañ ar restroù.",
+ "The PHP memory limit is below the recommended value of 512MB." : "Bevenn memor PHP a zo dindan an hini kinniget eus 512MB.",
+ "Some app directories are owned by a different user than the web server one. This may be the case if apps have been installed manually. Check the permissions of the following app directories:" : "Touliadoù meziant zo a zo dalc'het gant un implijour diseñvel eus ar servijour web. M'az eo bet stalied ar meziant gant an dorn eo normal. Gwiriit an aotreoù an teuliadoù meziant mañ:",
+ "This instance uses an S3 based object store as primary storage. The uploaded files are stored temporarily on the server and thus it is recommended to have 50 GB of free space available in the temp directory of PHP. Check the logs for full details about the path and the available space. To improve this please change the temporary directory in the php.ini or make more space available in that path." : "An azgoulenn a implij un dra diazezed war S3 evel e bern pennañ. Ar restroù pellkaset a vez bernied ebit point war ar servijour, setut perak eo kinniget kaout 50 GB plass dieub e teuliad PHP temp. Gwiriit ar gazetenn evit munudoù an hent hag ar plass dieub. Evit gwellat ar blass, cheñchit an teuliad amzeriel e-barzh php.ini pa roit muioc'h a blass en hent.",
+ "Error occurred while checking server setup" : "Ur vazi a zo bet pa omp o gwiriañ staliadur ar servijour",
+ "Your data directory and files are probably accessible from the Internet. The .htaccess file is not working. It is strongly recommended that you configure your web server so that the data directory is no longer accessible, or move the data directory outside the web server document root." : "An roadennoù teuliadoù ha restroù a zo marteze posuple bezha tizet dre Internet. Ar restr .htacces na gerzh ket. Kinniget krennañ eo stummañ o servijour web avit ma ne vefe ket tizaple ar roadennoù teuliadoù, pe fival anezhi er maez eus diel gwrizienn ar servijour web.",
+ "The \"{header}\" HTTP header is not set to \"{expected}\". This is a potential security or privacy risk, as it is recommended to adjust this setting accordingly." : "Penn HTTP \"{header}\" n'eo ket stumm \"{expected}\". Posuple eo bezha ur gudenn surentez pe prevezted, kinniget eo cheñch ar stumm mañ.",
+ "The \"{header}\" HTTP header is not set to \"{expected}\". Some features might not work correctly, as it is recommended to adjust this setting accordingly." : "Penn HTTP \"{header}\" n'eo ket stumm \"{expected}\". Perzhioù zo na labouro ket mat, kinniget eo cheñch ar stumm mañ.",
+ "The \"{header}\" HTTP header doesn't contain \"{expected}\". This is a potential security or privacy risk, as it is recommended to adjust this setting accordingly." : "Penn HTTP \"{header}\" n'en deus ket \"{expected}\". Posuple eo bezha ur gudenn surentez pe prevezted, kinniget eo cheñch ar stumm mañ.",
+ "unknown text" : "testenn dianv",
+ "Hello world!" : "Demat d'ar bed !",
+ "sunny" : "heoliek",
+ "Hello {name}, the weather is {weather}" : "Demat {name}, {weather} eo an amzer",
+ "Hello {name}" : "Demat {name}",
+ "<strong>These are your search results<script>alert(1)</script></strong>" : "<strong>Setu disoc'hoù o enklask<script>alert(1)</script></strong>",
+ "new" : "nevez",
+ "_download %n file_::_download %n files_" : ["O pellgargañ %n restr","O pellgargañ %n restr","O pellgargañ %n restr","O pellgargañ %n restr","O pelgargañ %n restr"],
+ "The update is in progress, leaving this page might interrupt the process in some environments." : "An adnevezadenn a zo o treiñ, na zilezik ket ar bajenn, m'o all e hel beza troc'het an oberenn war endroioù zo.",
+ "Update to {version}" : "Oc'h adneveziñ da {version}",
+ "An error occurred." : "Ur fazi a zo bet.",
+ "Please reload the page." : "Mar-plij adkargit ar bajenn",
+ "The update was unsuccessful. For more information <a href=\"{url}\">check our forum post</a> covering this issue." : "Graet eo bet an adnevesadenn; Evit muioc'h a titouroù <a href=\"{url}\">sellit ouzh gemenadenoù ar forum</a> diwar benn ze.",
+ "The update was unsuccessful. Please report this issue to the <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">Nextcloud community</a>." : "An adnevesadenn a zo bet c'hwitet. Mar-plij, kemenit <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">Nexcloud community</a> eus ar gudenn.",
+ "Log in" : "Kennaskañ",
+ "Logging in …" : "O kennsakañ...",
+ "Server side authentication failed!" : "Dilesa kostez servijour c'hwited !",
+ "Please contact your administrator." : "Mar-plij galvit o merour",
+ "An internal error occurred." : "Ur fazi diabarzh a zo bet.",
+ "Please try again or contact your administrator." : "Mar-plij, klaskit en dro pe galvit o merour.",
+ "Username or email" : "Anv implijer pe bostel",
+ "Password" : "Ger-tremen",
+ "Wrong username or password." : "Anv-implijader pe ger-tremen direizh",
+ "User disabled" : "Implijer disaotreet",
+ "We have detected multiple invalid login attempts from your IP. Therefore your next login is throttled up to 30 seconds." : "Gwelet on eus eo bet klasket mon-tre dro dre o IP. Ne vo posuple deoc'h klask en dro a-benn 30 eilenn.",
+ "Your account is not setup for passwordless login." : "N'eo ket arventennet ho kont evit kennaskañ hep ger-tremen.",
+ "Passwordless authentication is not supported in your browser." : "Ne vez ket degemeret gant ho furcher an anaouadur hep ger-tremen.",
+ "Passwordless authentication is only available over a secure connection." : "Dilesa hep ger-tremen a vez kinniget fant ur c'henstagadur sur nemetken.",
+ "Reset password" : "Cheñch ger-tremen",
+ "If it is not there ask your local administrator." : "M'a n'eo ket amañ, goulennit o merour lec'h.",
+ "Couldn't send reset email. Please contact your administrator." : "N'eo ket posuple kas ar postel adober. Mar-plij, kelaouit o merour.",
+ "Back to login" : "Distro d'ar c'hennask",
+ "New password" : "Ger-tremen nevez",
+ "Your files are encrypted. There will be no way to get your data back after your password is reset. If you are not sure what to do, please contact your administrator before you continue. Do you really want to continue?" : "Sifret eo ar restr. ne vo ket posupl deoc'h adtapout ho roadenno goude bezhañ cheñchet ho ger-tremenn. Ma n'oc'h ket sur petra ober, goulenit d'ho merour a raok kendec'hel. C'hoant ho peus kendec'hel ?",
+ "I know what I'm doing" : "Gouzout a ran petra a ran",
+ "Resetting password" : "Oc'h adtermeniñ ar ger-tremen",
+ "Recommended apps" : "Meziantoù kinniget",
+ "Loading apps …" : "O kargañ ar meziant",
+ "Installing apps …" : "O stallia ar meziant ...",
+ "App download or installation failed" : "Pellgargan pe staliadur ar meziant c'hwited",
+ "Cancel" : "Arrest",
+ "Schedule work & meetings, synced with all your devices." : "Implij amzer & emvodoù, kemprenet gant toud o ardivinkoù.",
+ "Keep your colleagues and friends in one place without leaking their private info." : "Kavit o mignoned ha genseurted en ul lec'h, hep reiñ o ditouroù prevez.",
+ "Simple email app nicely integrated with Files, Contacts and Calendar." : "Ur meziant email simpl enfammet gant Restroù, Darempredoù ha Deizataer.",
+ "Chatting, video calls, screensharing, online meetings and web conferencing – in your browser and with mobile apps." : "Chattañ, pellgomzadennoù video, rannañ skramm, emvodoù dre linnen, ha web brezegennoù - gant o furcherha gant o meziantoù pellgomzerioù-hezoug.",
+ "Collaboratively edit office documents." : "Embennit o dielloù office asambless.",
+ "Local document editing back-end used by the Collabora Online app." : "Emban lec'hiet pennañ diell implijet gant ar meziant Collabora Online.",
+ "Forgot password?" : "Ger-tremen ankouaet?",
+ "Log in with a device" : "Mon-tre gan un ardivink",
+ "Back" : "Distro",
+ "Reset search" : "Adkregiñ an enklask",
+ "No results for {query}" : "Disoc'h ebet evit {query}",
+ "Start typing to search" : "Krogit da skrivañ evit klask",
+ "Loading more results …" : "O kargañ muioc'h a zisoc'hoù ...",
+ "Load more results" : "Kagañ muioc'h a disoc'hoù",
+ "Search" : "Klask",
+ "_Please enter {minSearchLength} character or more to search_::_Please enter {minSearchLength} characters or more to search_" : ["Lakait {minSearchLength} arouez pe muioc'h evit klask","Lakait {minSearchLength} arouez pe muioc'h evit klask","Lakait {minSearchLength} arouez pe muioc'h evit klask","Lakait {minSearchLength} arouez pe muioc'h evit klask","Lakait {minSearchLength} arouez pe muioc'h evit klask"],
+ "Search {types} …" : "Klask {types} ...",
+ "Settings" : "Arventennoù",
+ "Could not load your contacts" : "N'eo ket posuple kargañ an darempredoù",
+ "Search contacts …" : "Klask darempred ...",
+ "No contacts found" : "Darmpred ebet kavet",
+ "Show all contacts …" : "Diskwel tout an darempredoù ...",
+ "Install the Contacts app" : "Stalliaén ar meziant darempredoù",
+ "Loading your contacts …" : "O kargañ o darempredoù",
+ "Looking for {term} …" : "O klask {term} ...",
+ "No" : "Nan",
+ "Yes" : "Ya",
+ "No files in here" : "Restr ebet amañ",
+ "New folder" : "Heuliad nevez",
+ "No more subfolders in here" : "N'ez eus ket isteuliadoù all amañ",
+ "Name" : "Anv",
+ "Size" : "Ment",
+ "Modified" : "Cheñchet",
+ "\"{name}\" is an invalid file name." : "N'eo ket \"{name}\" un anv restr aotreet.",
+ "File name cannot be empty." : "N'hall ket anv ur restr bezañ goullo.",
+ "\"/\" is not allowed inside a file name." : "N'eo ket aotreet \"/\" e anv ur restr.",
+ "\"{name}\" is not an allowed filetype" : "N'eo ket \"{name}\" un doare restr aotreet",
+ "{newName} already exists" : "{newName} zo anezhañ c'hoazh",
+ "Choose" : "Dibab",
+ "Copy" : "Eilañ",
+ "Move" : "Diplasañ",
+ "Error loading file picker template: {error}" : "Ur fazi a zo bet en ur c'hargañ ar choazer eskelet restr : {error}",
+ "OK" : "OK",
+ "Error loading message template: {error}" : "Ur fazi zo bet pa voe karget stumm skouer ar gemenadenn : [error]",
+ "read-only" : "lennable nemetken",
+ "_{count} file conflict_::_{count} file conflicts_" : ["{count} diemglev restr","{count} diemglev restr","{count} diemglev restr","{count} diemglev restr","{count} diemglev restr"],
+ "One file conflict" : "Diemglev gant ur restr",
+ "New Files" : "Restroù nevez",
+ "Already existing files" : "Bez ez eus dija eus ar rentr",
+ "Which files do you want to keep?" : "Peseurt restroù o peus c'houant gouarn",
+ "If you select both versions, the copied file will have a number added to its name." : "M'a choazit an daou stumm, an restr eilet en do un niver ouzhenned war e anv",
+ "Continue" : "Kendec'hel",
+ "(all selected)" : "(dibab pep tra)",
+ "({count} selected)" : "({count} dibabet)",
+ "Error loading file exists template" : "Ur fazi zo bet pa voe karget ar restr",
+ "Pending" : "O c'hortoz",
+ "Copy to {folder}" : "Eilan e {folder}",
+ "Move to {folder}" : "Diblasañ da {folder}",
+ "Saving …" : "Orc'h enrolliñ",
+ "Authentication required" : "Eus un dilesa ez eus ezhomp",
+ "This action requires you to confirm your password" : "An ober-mañ a c'houlenn e kadarnfec'h ho ker-tremen",
+ "Confirm" : "Kadarnañ",
+ "Failed to authenticate, try again" : "Dilesa c'hwitet, klaskit en dro",
+ "seconds ago" : "eilenn zo",
+ "Connection to server lost" : "Kelet eo bet ar c'henstagañ gant ar servijour",
+ "_Problem loading page, reloading in %n second_::_Problem loading page, reloading in %n seconds_" : ["Ur gudenn zo evit kargañ ar bajenn, adkargit a ben %n eilenn","Ur gudenn zo evit kargañ ar bajenn, adkargit a ben %n eilenn","Ur gudenn zo evit kargañ ar bajenn, adkargit a ben %n eilenn","Ur gudenn zo evit kargañ ar bajenn, adkargit a ben %n eilenn","Ur gudenn zo evit kargañ ar bajenn, adkargit a ben %n eilenn"],
+ "Add to a project" : "Ouzhpennañ d'ar raktres",
+ "Show details" : "Diskouel ar munudoù",
+ "Hide details" : "Skoachañ ar munudoù",
+ "Rename project" : "Adenvel ar raktres",
+ "Failed to rename the project" : "C'hwitet eo bet adenvel ar raktres",
+ "Failed to create a project" : "Krouiñ ar raktres a zo bet c'hwitet",
+ "Failed to add the item to the project" : "C'hwitet eo bet ouzhpennaden an dra er raktres",
+ "Connect items to a project to make them easier to find" : "Kenstagit traoù d'o raktres m'a vefe aesoc'h da gavout",
+ "Type to search for existing projects" : "Skrivit evit klask ar raktresoù dija krouet",
+ "New in" : "Nevez e-bazh",
+ "View changelog" : "Sellet ar changelog",
+ "Very weak password" : "Ger-tremen skanv kenan",
+ "Weak password" : "Ger-tremen skanv",
+ "So-so password" : "Ger-tremen skañvig",
+ "Good password" : "Ger-tremen mat",
+ "Strong password" : "Ger-tremen kreñv",
+ "No action available" : "Oberen ebet posuple",
+ "Error fetching contact actions" : "Ur fazi a zo bet en ur tapout an darempred",
+ "Non-existing tag #{tag}" : "N'ez eus ket eus ar c'hlav #{tag}",
+ "restricted" : "strizhaet",
+ "invisible" : "diwelus",
+ "Delete" : "Dilemel",
+ "Rename" : "Adenvel",
+ "Collaborative tags" : "Klav rannet",
+ "No tags found" : "Klav ebet kavet",
+ "Personal" : "Personel",
+ "Users" : "Implijer",
+ "Apps" : "Meziant",
+ "Admin" : "Merour",
+ "Help" : "Skoazell",
+ "Access forbidden" : "N'oc'h ket aotreet tremen",
+ "File not found" : "N'eo ket bet kavet ar restr",
+ "The document could not be found on the server. Maybe the share was deleted or has expired?" : "N'eo ket posuple kavout ar ragtress war ar servijour. Marteze eo re gozh pe ez eo bet lammet ar rannadenn.",
+ "Back to %s" : "Distro da %s",
+ "Too many requests" : "Re a goulennoù",
+ "There were too many requests from your network. Retry later or contact your administrator if this is an error." : "Re a goulennoù a zo bet eus ar rouedat. Klaskit en dro diwezhatoc'h pe galvit ho merour m'az eus ur fazi.",
+ "Error" : "Fazi",
+ "Internal Server Error" : "Fazi servijour diabazh",
+ "The server was unable to complete your request." : "N'eo ket gouest ar servijour ober pez o peus goulennet.",
+ "If this happens again, please send the technical details below to the server administrator." : "M'a c'hoarvez an dra ze adare, kasit ar munudoù teknikel dindan d'o merour servijour mar-plij.",
+ "More details can be found in the server log." : "Munudoù all a zo posuple kavout e kazetenn ar servijour",
+ "Technical details" : "Munidoù teknikel",
+ "Remote Address: %s" : "Chom-loc'h pell : %s",
+ "Request ID: %s" : "ID goulennet : %s",
+ "Type: %s" : "Stumm : %s",
+ "Code: %s" : "Kod : %s",
+ "Message: %s" : "Kemenadenn : %s",
+ "File: %s" : "Restr : %s",
+ "Line: %s" : "Linenn :%s",
+ "Trace" : "Trace",
+ "Security warning" : "Kemmenadenn surentez",
+ "Your data directory and files are probably accessible from the internet because the .htaccess file does not work." : "O teuliad ha restroù rouadennoù a zo posuple tizhout a dalek ar roaedad, peogwir ne gerzh ket ar restr .htaccess.",
+ "For information how to properly configure your server, please see the <a href=\"%s\" target=\"_blank\" rel=\"noreferrer noopener\">documentation</a>." : "Evit kaout titouroù diwar benn penaos stumman mat o servijour, sellit ouz an <a href=\"%s\" target=\"_blank\" rel=\"noreferrer noopener\">dielvadur</a> mar-plij.",
+ "Create an <strong>admin account</strong>" : "Krouiñ ur <strong>c'hont merour</strong>",
+ "Username" : "anv implijer",
+ "Show password" : "Diskouez ar ger-tremen",
+ "Storage & database" : "Lec'h renkañ ha roadennoù-diaz",
+ "Data folder" : "Teuliat roadennoù",
+ "Configure the database" : "Stumman ar roadennoù-diaz",
+ "Only %s is available." : "%s digarg nemetken",
+ "Install and activate additional PHP modules to choose other database types." : "Lakaat ha difraeañ molladoù PHP ouzhpenn evit dibab doare roadennoù-diaz all",
+ "For more details check out the documentation." : "Sellit ouz an dielladur evit munudoù ouzhpenn.",
+ "Database user" : "Roadennoù-diaz an implijourien",
+ "Database password" : "Roadennoù-diaz ar gerioù-trermen",
+ "Database name" : "Roadennoù-diaz an anvioù",
+ "Database tablespace" : "Lec'h berniañ ar roadennoù-diaz",
+ "Database host" : "Roadenn-diaz ostiz",
+ "Please specify the port number along with the host name (e.g., localhost:5432)." : "Lakit an niverenn porzh gant an anv ostiz (skouer, localhost:5432).",
+ "Performance warning" : "Diwallit ouzh mont en dro",
+ "You chose SQLite as database." : "Choazet o peus SQLite evel roadennoù-diaz.",
+ "SQLite should only be used for minimal and development instances. For production we recommend a different database backend." : "SQLite a zlefe beahñ implijet evit azgoulennoù bihañ ha/pe dioren. Kinniget eo kemer ur backend roadennoù-diaz all evit ar c'hendec'h.",
+ "If you use clients for file syncing, the use of SQLite is highly discouraged." : "M'a vez implijet ar c'hliant evit ar c'hemprenañ, kinniget eo implij un dra kreñvoc'h eget SQLite",
+ "Install recommended apps" : "Staliit ar meziantoù kinniget",
+ "Calendar, Contacts, Talk, Mail & Collaborative editing" : "Deizadur, Darempredoù, Komz, Mailoù & embanadure a stroll",
+ "Finish setup" : "Stalian echu",
+ "Finishing …" : "Oc'h echuién ...",
+ "Need help?" : "Sikour o po ?",
+ "See the documentation" : "Sellit ouz an dielladur",
+ "It looks like you are trying to reinstall your Nextcloud. However the file CAN_INSTALL is missing from your config directory. Please create the file CAN_INSTALL in your config folder to continue." : "Seblant a ra bezhañ emaoc'h o adstaliañ Nexcloud. N'ez eus ket eus arrestr CAN_INSTALL en o teuliad config. Crouit ar restr CAN_INSTALL en teuliad config evit kendec'hel.",
+ "Could not remove CAN_INSTALL from the config folder. Please remove this file manually." : "N'eo ket posupl lemel CAN_INSTALL eus an teuliad config. Lamit anezhañ gan an dorn mar-plij.",
+ "This application requires JavaScript for correct operation. Please {linkstart}enable JavaScript{linkend} and reload the page." : "Ezhomp en deus ar meziant eus JavaScript evit kerzhout mat. Mar-plij, {linkstart}aotreit JavaScript{linkend} hag adkargit ar bajenn.",
+ "Get your own free account" : "Tapit o c'hont digoust",
+ "Skip to main content" : "Kit d'an dalc'h penna",
+ "Skip to navigation of app" : "Mont d'ar meziant merdeerezh",
+ "More apps" : "Muioc'h a veziantoù",
+ "More" : "Muioc'h",
+ "More apps menu" : "Muioc'h a roll-mezioù meziantoù",
+ "Contacts" : "Darempredoù",
+ "Contacts menu" : "Roll-mezioù an darempredoù",
+ "Settings menu" : "Roll-mezioù an arventennoù",
+ "Confirm your password" : "Kadarnañ ho ker-tremen",
+ "Connect to your account" : "Kevreit gant o c'hont",
+ "Please log in before granting %1$s access to your %2$s account." : "Kit-tre a raok reiñ %1$s tremen d'o c'hont %2$s.",
+ "If you are not trying to set up a new device or app, someone is trying to trick you into granting them access to your data. In this case do not proceed and instead contact your system administrator." : "M'a n'oc'h ket o klask stumma un ardivink pe meziant nevez, unan bennak a zo o klask lakaat ac'hanoc'h aotreañ anezho da dizout o roadennoù. M'az eo ze, na gendalc'hit ket, ha kelaouit o merour.",
+ "App token" : "Jedouer meziant",
+ "Grant access" : "Reiñ an tremen",
+ "Alternative log in using app token" : "Ur c'hennask disheñvel en ur implij ar jedouer arload",
+ "Account access" : "Mont d'ar c'hont",
+ "You are about to grant %1$s access to your %2$s account." : "Emaoc'h war-nes reiñ an aotre da \"%1$s\" da dizhout ho kont \"%2$s\".",
+ "Account connected" : "Kont kenstaged",
+ "Your client should now be connected!" : "O c'hliant azlefe bezhañ kenstaget !",
+ "You can close this window." : "Posuple eo deoc'h seriñ ar prenestr.",
+ "This share is password-protected" : "Al liamm a zo gwarezet gant ur ger-tremen",
+ "The password is wrong. Try again." : "Direizh eo ger-tremen. Klaskit en-dro.",
+ "Two-factor authentication" : "Eil- elfenn dilesa",
+ "Enhanced security is enabled for your account. Choose a second factor for authentication:" : "Ar surentez gwelaet a zo bet lkaet war o c'hont. Chazhit un eil elfenn evit an dilesa : ",
+ "Could not load at least one of your enabled two-factor auth methods. Please contact your admin." : "Ne oa ket posuple kargañ d'an neubeutañ unan aus o doar eil-elfenn dilesa. Kelaouit o merour mar-plij.",
+ "Two-factor authentication is enforced but has not been configured on your account. Contact your admin for assistance." : "Rediet eo bet an eil-elfenn dilesa mes n'eo ket bet stummet war o c'hont. Kelaouit o merour evit kaout sikour.",
+ "Two-factor authentication is enforced but has not been configured on your account. Please continue to setup two-factor authentication." : "Eil-elfenn dilesa a zo bet rediet mes n'eo ket bet stummet war o c'hont. Kendalc'hit da stummañ o eil-elfenn dilesa.",
+ "Set up two-factor authentication" : "Stummañ un eil-elfenn dilesa",
+ "Two-factor authentication is enforced but has not been configured on your account. Use one of your backup codes to log in or contact your admin for assistance." : "Eil-elfenn dilsea a zo bet rediet mes n'eo ket bet stummed mat. Implijit unan eus o kodoù sikour evit mon-tre pe galvit o merour evit kaout sikour.",
+ "Use backup code" : "Implij ar c'hod sikour",
+ "Cancel login" : "Arrest ar mont-tre",
+ "Setup two-factor authentication" : "Stummañ un eil-elfenn dilesa",
+ "Enhanced security is enforced for your account. Choose which provider to set up:" : "Ar surentez gwelaet a zo bet rediet war o c'hont. choazit peseurt pourvezer o peus c'hoant implij :",
+ "Error while validating your second factor" : "Ur fazi a zo bet en ur gwiriañ o eil-elfenn",
+ "Access through untrusted domain" : "Tremen dre un domani difiziet",
+ "Please contact your administrator. If you are an administrator, edit the \"trusted_domains\" setting in config/config.php like the example in config.sample.php." : "Galvit o merourmar-plij. M'az orc'h c'hwi ar merour, cheñchit ar stummoù \"trusted_domains\" e barzh config/config.php evel er skouer e barzh config.sample.php.",
+ "Further information how to configure this can be found in the %1$sdocumentation%2$s." : "Muioc'h a titouroù evit penaoz stummañ a zo posuple kavout en %1$s dielvadur %2$s.",
+ "App update required" : "Un adnevesaden en deus ezomp ar meziant",
+ "%1$s will be updated to version %2$s" : "%1$s a vo adnevezet d'ar stumm %2$s",
+ "The following apps will be updated:" : "Ar meziantoù mañ a vo Ar meziantoù mañ a vo adnevezet :",
+ "These incompatible apps will be disabled:" : "Ar meziantoù diglotus mañ a vo disaotreet :",
+ "The theme %s has been disabled." : "An tem %s a zo bet disaotreet.",
+ "Please make sure that the database, the config folder and the data folder have been backed up before proceeding." : "Grit sur m'az eo ar rouadennoù-diaz, an teuliad config hag an teuliad roadennoù a zo bet rag-enrollet a raok lakaat da dreiñ mar-plij.",
+ "Start update" : "Kregiñ an adnevezadur",
+ "To avoid timeouts with larger installations, you can instead run the following command from your installation directory:" : "Evit trement e-biou dale blam da diazezadurioù brazoc'h, posuble eo doc'h implijout an urzh war-lec'h adalek ho teuliad diazezadur :",
+ "Detailed logs" : "Kazetenn munudet",
+ "Update needed" : "Un adnevezadur ez eu ezhomp",
+ "Please use the command line updater because you have a big instance with more than 50 users." : "Mar-plij, implijit al linnen-urz adneveziñ peogwir m'az eo brazh o azgoulenn gant muioc'h eget 50 implijer.",
+ "For help, see the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"%s\">documentation</a>." : "Evit kavout skoazel, sellit ouzh an <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"%s\">dielvadur</a>.",
+ "I know that if I continue doing the update via web UI has the risk, that the request runs into a timeout and could cause data loss, but I have a backup and know how to restore my instance in case of a failure." : "Gouzout a rañ eo posupl m'a kendalc'hañ an adnevezaden gant web UI, m'az afe va goulenn en un timeout hag e c'hell koll roadennoù, mes ur backup am eus ha gouzout a rañ penaos adkrouiñ va azgoulenn m'a vez c'huitet.",
+ "Upgrade via web on my own risk" : "Adnevesaat dre ar web gant va rislkoù d'in me nemetken",
+ "Maintenance mode" : "Mod dec'hel",
+ "This %s instance is currently in maintenance mode, which may take a while." : "Adnevesaet a vez %s, pez a kemero sur awalc'h amzer ",
+ "This page will refresh itself when the instance is available again." : "Ar bajenn a azgreeno e unan pa vo vak an azgoulenn en dro.",
+ "Contact your system administrator if this message persists or appeared unexpectedly." : "Kit e darempred gant anr merour reizhad ma chomm ar c'hemenadenn-mañ, pe ma ze war well dic'hortozet ",
+ "Checking whether the database schema can be updated (this can take a long time depending on the database size)" : "O sellout m'az eo adnevezapl brastres ar roadennoù-diaz (gallout a ra kemer amzer, hervez brasder ar roadennoù-diaz)",
+ "Checked database schema update" : "O wiriañ an adneveziñ evit brastres ar roadennoù-diaz",
+ "Checking updates of apps" : "O wiriañ an adneveziñ evit ar meziantoù",
+ "Checking for update of app \"%s\" in appstore" : "O sellet m'az eus un adneveziñ evit ar meziant \"%s\" er stal-meziantoù",
+ "Update app \"%s\" from appstore" : "Oc'h adneveziñ ar meziant \"%s\" diwar ar stal-meziantoù",
+ "Checked for update of app \"%s\" in appstore" : "Gwiriekaet a zo bet ma oa un adneveziñ evit ar meziant \"%s\" er stal-meziantoù",
+ "Checked database schema update for apps" : "Gwiriekaet a zo bet ma oa un adneveziñ evit brastres roadennoù-diaz ar meziantoù",
+ "Following apps have been disabled: %s" : "Ar meziantoù mañ a vo disaotreet : %s",
+ "Your web server is not properly set up to resolve \"{url}\". Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Ho servijour web n'eo ket staliet mat evit diskoulmañ \"{url}\". Muioc'h a ditouroù a zo posupl kavout en <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">diellvadur</a>. ",
+ "Your web server is not properly set up to resolve \"{url}\". This is most likely related to a web server configuration that was not updated to deliver this folder directly. Please compare your configuration against the shipped rewrite rules in \".htaccess\" for Apache or the provided one in the documentation for Nginx at it's <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation page</a>. On Nginx those are typically the lines starting with \"location ~\" that need an update." : "Ho servijour web n'eo ket staliet mat evit diskoulmañ \"{url}\". Liammet eo sur a-walc'h gant ar stumm servijour n'eo ket bet adnevezet da reiñ an teuliad-mañ diouzhtu. Mar-plij keñveriit ho stumm gant reolennoù adskrivañ roet war \".htaccess\" eus Apache pe kemerit unan e diellvadur Nginx war e <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">bajenn diellvadur</a>. War Nginx ez eo peurvuiañ al linnennoù o kregiñ gant \"location ~\" o deus ezhomm bezañ adnevezet.",
+ "Your web server is not properly set up to deliver .woff2 files. This is typically an issue with the Nginx configuration. For Nextcloud 15 it needs an adjustement to also deliver .woff2 files. Compare your Nginx configuration to the recommended configuration in our <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Ho servijour web n'eo ket staliet mat evit reiñ restroù .woff2. Ar gudenn a zo liammet peurvuian gant stumm Nginx. Evit Nexcloud 15, ur c'hempenn ez eus ezhomm da gaout evit reiñ restroù .woff2. Keñveriit ho stumm Nginx gant an hini kiniget en hon <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">diellvadur</a>.",
+ "Please check the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">installation documentation ↗</a> for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "Mar-plij sellit ouzh <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">diellvadur staliañ ↗</a> evit notennoù stumm PHP ha stumm PHP ho servijour, dreist-holl p'emaoc'h oc'h implijout php-fpm.",
+ "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems. See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation ↗</a> for more information." : "N'eo ket bet aotreet prennañ ar restr treuzvarc'hadouriel. Aotreit \"filelocking.enabled\" e-barzh config.php evit tremen e-biou ar c'hudennoù-mañ. Sellout ouzh an <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">diellvadur</a> evit kavout muioc'h titouroù.",
+ "Last background job execution ran {relativeTime}. Something seems wrong." : "Al labour adreñv divezhañ graet en deus troet {relativeTime}. Fall a seblant bezañ.",
+ "Check the background job settings" : "Gwiriit stumm al labour adreñv.",
+ "No memory cache has been configured. To enhance performance, please configure a memcache, if available. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Memor kuzh ebet stummet. Evit gwellaat ar mont en dro, stummit ur memcache mar-plij, m'az eo posupl. Titouroù a zo posupl kavout en <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">diellvadur</a>.",
+ "No suitable source for randomness found by PHP which is highly discouraged for security reasons. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "N'eo ket bet kavet gant PHP un orin mat evit ober an traoù dre zegouezh, pezh a zo dizalet krenn evit kudennoù surentez. Titourioù a zo posupl kavout en <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">diellvadur</a>.",
+ "You are currently running PHP {version}. Upgrade your PHP version to take advantage of <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">performance and security updates provided by the PHP Group</a> as soon as your distribution supports it." : "O implijout PHP {version} emaoc'h. Adnevezit stumm PHP evit gwellaat <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">ar mont en dro hag ar surentez profet gant PHP Group</a> keit ha ma vo douget gant ho dasparzh.",
+ "The reverse proxy header configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If not, this is a security issue and can allow an attacker to spoof their IP address as visible to the Nextcloud. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Talbenn stumm ar reverse proxy a zo fall, pe e tizhit Nextcloud gant ur proxy fiziet. Ma ne rit ket, ur gudenn surentez eo ha posupl eo d'un tager lakaat e chomlec'h IP evel gwelapl war an Nextcloud. Muioc'h a ditouroù en <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">deillvadur</a>.",
+ "Memcached is configured as distributed cache, but the wrong PHP module \"memcache\" is installed. \\OC\\Memcache\\Memcached only supports \"memcached\" and not \"memcache\". See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">memcached wiki about both modules</a>." : "Memcached a zo stummet evel ur c'hoach dasparzhet, mes ar modul \"memcache\" PHP fall a zo staliet. \\OC\\Memcache\\Memcached a implij \"memcached\" ha n'eo ket \"memcache\". Sellit ouzh <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">memcached wiki diwar-benn an daou vodul</a>.",
+ "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">List of invalid files…</a> / <a href=\"{rescanEndpoint}\">Rescan…</a>)" : "Restroù 'zo n'o deus ket tremenet ar gwiriekaat eeundet. Muioc'h a ditouroù diwar-benn penaos diskoulmañ ar gudenn a zo posupl kavout en <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">diellvadur</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">Renabl ar restroù fall ...</a>/ <a href=\"{rescanEndpoint}\">Adskann...)",
+ "The PHP OPcache module is not loaded. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance it is recommended</a> to load it into your PHP installation." : "Modul OPcache PHP n'eo ket bet karget. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Evit ur mont en dro gwelloc'h ez eo aliet</a> kargañ anezhañ en ho staliadur PHP.",
+ "The PHP OPcache is not properly configured. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance it is recommended</a> to use the following settings in the <code>php.ini</code>:" : "OPcache PHP n'eo ket bet stummet mat. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Evit un mont en dro gwelloc'h ez eo aliet</a> implitout ar stumm kavet er <code>php.ini</code> :",
+ "Some columns in the database are missing a conversion to big int. Due to the fact that changing column types on big tables could take some time they were not changed automatically. By running 'occ db:convert-filecache-bigint' those pending changes could be applied manually. This operation needs to be made while the instance is offline. For further details read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "Kolonennoù 'zo er roadennoù-diaz a vank un droadur e int bras. Abalamour e kemer amzer ouzhpennañ kolonennoù e taolennoù bras, n'int ket bet lakaet en un doare otomatek. En ul lakaat da dreiñ 'occ db:convert-filecache-bigint' eo posupl ouzhpennañ ar c'holonennoù a vank gant an dorn pa vo an azgoulenn o treiñ. Ret eo ober se p'eman distag an azgoulenn diouzh ar rouedad. Evit muioc'h a vunudoù, lennit <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">ar bajenn diellvadur diwar-benn an dra-se</a>.",
+ "To migrate to another database use the command line tool: 'occ db:convert-type', or see the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation ↗</a>." : "Evit cheñch roadennoù-diaz, implijit an oustil linenn urzh: 'occ db:convert-type', pe sellit an <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dielvadur↗</a>.",
+ "Use of the the built in php mailer is no longer supported. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Please update your email server settings ↗<a/>." : "Ar stumm e php mailer n'a vez ket douget ken. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Mar plij adnevezit o stumm servijour email ↗<a/>.",
+ "MySQL is used as database but does not support 4-byte characters. To be able to handle 4-byte characters (like emojis) without issues in filenames or comments for example it is recommended to enable the 4-byte support in MySQL. For further details read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "MySQL a vez implijet evet roadennoù-diaz mes ne vez ket douget gantañ arouezioù 4-oktet. Evit implijout arouzeioù 4-oktet (evel an emojioù) hep kudennoù er anvioù restr pe displegoù evit skouerioù eo kinniget aotrean dougiñ ar 4-oktet e MySQL. Evit muioc'h a munudoù lennit <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">ar bajenn dielvadur diwar benn se</a>",
+ "You are accessing your instance over a secure connection, however your instance is generating insecure URLs. This most likely means that you are behind a reverse proxy and the overwrite config variables are not set correctly. Please read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "O von en un azgoulenn gant ur genstagenn sur maoc'h, padal o azgoulenn a grou URLoù disur. Talvout a ra emaoc'h a-dreiñ ur reverse proxy hag an argemmenn adskrivañ e config n'int ket stummed mat. Lennit <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">ar bajenn dielvadur diwar ben ze</a>.",
+ "The \"{header}\" HTTP header is not set to \"{val1}\", \"{val2}\", \"{val3}\", \"{val4}\" or \"{val5}\". This can leak referer information. See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{link}\">W3C Recommendation ↗</a>." : "N'eo ket stummed penn HTTP \"{header}\" da \"{val1}\", \"{val2}\", \"{val3}\", \"{val4}\" pe \"{val5}\". Posuple eo titouroù an daveer tec'hout kuit. sellit ouzh <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{link}\">W3C Recommendation ↗</a>.",
+ "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the <a href=\"{docUrl}\" rel=\"noreferrer noopener\">security tips ↗</a>." : "Penn HTTP \"Strict-Transport-Security\" n'eo ket stummed da, d'an neubeutan, \"{seconds}\" eilenn. Evit gwellaat ar surentez, kinniget eo aotrei HSTS evel diskribet er <a href=\"{docUrl}\" rel=\"noreferrer noopener\">kuzulioù surentez ↗</a>.",
+ "Accessing site insecurely via HTTP. You are strongly advised to set up your server to require HTTPS instead, as described in the <a href=\"{docUrl}\">security tips ↗</a>." : "Monet war al lec'hienn gant HTTp n'eo ket sur. Kinniget eo deoc'h stummañ o servijour evel m'en dije ezhomp eus HTTPS kentoc'h, evel diskribet er <a href=\"{docUrl}\">kuzulioù surentez ↗</a>.",
+ "Continue to Nextcloud" : "Kendalc'h war Nextcloud",
+ "_The update was successful. Redirecting you to Nextcloud in %n second._::_The update was successful. Redirecting you to Nextcloud in %n seconds._" : ["An adnevezadenn a zo bet graet. adkased oc'h war Nexcloud a ben %n eilenn.","An adnevezadenn a zo bet graet. adkased oc'h war Nexcloud a ben %n eilenn.","An adnevezadenn a zo bet graet. adkased oc'h war Nexcloud a ben %n eilenn.","An adnevezadenn a zo bet graet. adkased oc'h war Nexcloud a ben %n eilenn.","An adnevezadenn a zo bet graet. adkased oc'h war Nexcloud a ben %n eilenn."],
+ "Searching other places" : "O klask lec'hioù all",
+ "No search results in other folders for {tag}{filter}{endtag}" : "Disoc'h ebet e teuliadoù all evit {tag}{filter}{endtag}",
+ "_{count} search result in another folder_::_{count} search results in other folders_" : ["{count} disoc'h en un teuliad all","{count} disoc'h en un teuliad all","{count} disoc'h en un teuliad all","{count} disoc'h en un teuliad all","{count} disoc'h en un teuliad all"],
+ "A password reset message has been sent to the e-mail address of this account. If you do not receive it, check your spam/junk folders or ask your local administrator for help." : "Ur gemenadenn cheñch ger-tremenn a zo bet kaset da chom-lec'h bostel ar c'hont. Ma n'ho peus ket resevet anezhañ, gwiriit en ho spam/boubelenn pe goulennit d'ho merour sikour.",
+ "Password can not be changed. Please contact your administrator." : "N'eo ket posuple cheñch ar ger-tremen. Mar-plij galvit o merour.",
+ "Could not fetch list of apps from the app store." : "N'eo ket posuple tizout listenn ar meziantoù eus stal ar meziantoù.",
+ "Nextcloud {app}" : "Nextcloud {app}",
+ "Can't install this app because it is not compatible" : "N'eo ket posuple staliañ ar meziant peogwir n'eo ket kenglot",
+ "Can't install this app" : "N'eo ket posuple staliañ ar meziant",
+ "These apps will be updated:" : "Ar meziantoù mañ a vo adnevezet :",
+ "For more details see the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Avit muioc'h a munudoù sellit ouzh an <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">diellvadur</a>."
+},"pluralForm" :"nplurals=5; plural=((n%10 == 1) && (n%100 != 11) && (n%100 !=71) && (n%100 !=91) ? 0 :(n%10 == 2) && (n%100 != 12) && (n%100 !=72) && (n%100 !=92) ? 1 :(n%10 ==3 || n%10==4 || n%10==9) && (n%100 < 10 || n% 100 > 19) && (n%100 < 70 || n%100 > 79) && (n%100 < 90 || n%100 > 99) ? 2 :(n != 0 && n % 1000000 == 0) ? 3 : 4);"
+} \ No newline at end of file
diff --git a/core/l10n/ca.js b/core/l10n/ca.js
index 7547c32c7bb..8cceed1e198 100644
--- a/core/l10n/ca.js
+++ b/core/l10n/ca.js
@@ -15,25 +15,26 @@ OC.L10N.register(
"No valid crop data provided" : "Les dades del retall proporcionades no són vàlides",
"Crop is not square" : "El retall no és quadrat",
"State token does not match" : "El testimoni d'estat no coincideix",
+ "Invalid app password" : "La contrasenya de l'aplicació no és vàlida",
"Could not complete login" : "No s'ha pogut completar l'inici de sessió",
- "Your login token is invalid or has expired" : "El testimoni d'inici de sessió no és vàlid o ha vençut",
- "Password reset is disabled" : "La reinicialització de contrasenya està desactivada",
+ "Your login token is invalid or has expired" : "El testimoni d'inici de sessió no és vàlid o ha caducat",
+ "Password reset is disabled" : "El restabliment de contrasenya està inhabilitat",
"Couldn't reset password because the token is invalid" : "No es pot restablir la contrasenya perquè el testimoni no és vàlid",
"Couldn't reset password because the token is expired" : "No es pot restablir la contrasenya perquè el testimoni ha vençut",
"%s password reset" : "restableix la contrasenya %s",
- "Password reset" : "Canvi de contrasenya",
- "Click the following button to reset your password. If you have not requested the password reset, then ignore this email." : "Feu clic al següent botó per reinicialitzar la vostra contrasenya. Si no heu sol·licitat un canvi de contrasenya, ignoreu aquest correu electrònic.",
- "Click the following link to reset your password. If you have not requested the password reset, then ignore this email." : "Feu clic al següent enllaç per restablir la contrasenya. Si no sol·liciteu la reinicialització de contrasenya, llavors ignoreu aquest correu electrònic.",
- "Reset your password" : "Reinicialitza la contrasenya",
+ "Password reset" : "Restableix contrasenya",
+ "Click the following button to reset your password. If you have not requested the password reset, then ignore this email." : "Feu clic al següent botó pel restabliment de la vostra contrasenya. Si no heu sol·licitat un canvi de contrasenya, ignoreu aquest correu electrònic.",
+ "Click the following link to reset your password. If you have not requested the password reset, then ignore this email." : "Feu clic al següent enllaç pel restabliment de la contrasenya. Si no sol·liciteu la reinicialització de contrasenya, llavors ignoreu aquest correu electrònic.",
+ "Reset your password" : "Restableix la contrasenya",
"Nextcloud Server" : "Servidor Nextcloud",
"Some of your link shares have been removed" : "S'han suprimit alguns dels vostres enllaços de compartició",
- "Due to a security bug we had to remove some of your link shares. Please see the link for more information." : "Degut a un error de seguretat hem hagut d'eliminar alguns dels teus enllaços de compartició. Mira l'enllaç per a més informació.",
+ "Due to a security bug we had to remove some of your link shares. Please see the link for more information." : "Degut a un error de seguretat hem hagut d'eliminar alguns dels vostres enllaços de compartició. Mireu l'enllaç per a més informació.",
"Preparing update" : "S'està preparant l'actualització",
"[%d / %d]: %s" : "[%d / %d]: %s",
"Repair step:" : "Pas de reparació:",
"Repair info:" : "Informació de reparació:",
- "Repair warning:" : "Avís de reparació: ",
- "Repair error:" : "Error de reparació: ",
+ "Repair warning:" : "Avís de reparació:",
+ "Repair error:" : "Error de reparació:",
"Please use the command line updater because automatic updating is disabled in the config.php." : "Utilitzeu l’actualitzador de línia de comandes perquè l'actualització automàtica està deshabilitada en el config.php.",
"[%d / %d]: Checking table %s" : "[%d / %d]: Revisant la taula %s",
"Turned on maintenance mode" : "S'ha activat el mode de manteniment",
@@ -41,74 +42,42 @@ OC.L10N.register(
"Maintenance mode is kept active" : "El mode de manteniment es manté activat",
"Updating database schema" : "S'està actualitzant l'esquema de la base de dades",
"Updated database" : "S'ha actualitzat la base de dades",
- "Checking whether the database schema can be updated (this can take a long time depending on the database size)" : "S'està comprovant si l'esquema de base de dades es pot actualitzar (això pot trigar temps segons la mida de la base de dades)",
- "Checked database schema update" : "S'ha comprobat l'actualització de l'esquema de la base de dades",
- "Checking updates of apps" : "S'estan comprovant les actualitzacions d'aplicacions",
- "Checking for update of app \"%s\" in appstore" : "S'estan comprovant les actualitzacions de l'aplicació \"%s\" al repositori",
- "Update app \"%s\" from appstore" : "Actualitza l'aplicació \"%s\" del repositori",
- "Checked for update of app \"%s\" in appstore" : "Comprovades les actualitzacions de l'aplicació \"%s\" al repositori",
"Checking whether the database schema for %s can be updated (this can take a long time depending on the database size)" : "S'està comprovant si l'esquema de base de dades per %s pot ser actualitzat (això pot trigar temps segons la mida de la base de dades)",
- "Checked database schema update for apps" : "S'ha comprovat l'actualització de l'esquema de la base de dades per les apps",
"Updated \"%1$s\" to %2$s" : "Actualitzat \"%1$s\" a %2$s",
"Set log level to debug" : "Modifica el nivell de registre a depuració",
"Reset log level" : "Reinicia el nivell de registre",
"Starting code integrity check" : "Inicia el test d'integritat del codi",
"Finished code integrity check" : "Finalitzat el test d'integritat del codi",
"%s (incompatible)" : "%s (incompatible)",
- "Following apps have been disabled: %s" : "S'han desactivat les aplicacions següents: %s",
+ "The following apps have been disabled: %s" : "S'han desactivat les aplicacions següents: %s",
"Already up to date" : "Ja està actualitzat",
"Your web server is not yet properly set up to allow file synchronization, because the WebDAV interface seems to be broken." : "El servidor web no està configurat correctament per permetre la sincronització de fitxers perquè la interfície WebDAV sembla no funcionar correctament.",
- "Your web server is not properly set up to resolve \"{url}\". Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "El vostre servidor web no està configurat correctament per resoldre \"{url}\". Trobareu més informació a la nostra <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentació</a>.",
- "Your web server is not properly set up to resolve \"{url}\". This is most likely related to a web server configuration that was not updated to deliver this folder directly. Please compare your configuration against the shipped rewrite rules in \".htaccess\" for Apache or the provided one in the documentation for Nginx at it's <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation page</a>. On Nginx those are typically the lines starting with \"location ~\" that need an update." : "El teu servidor no està correctament configurat per resoldre \"{url}\". Segurament això és degut a que la configuració del servidor no s'ha actualitzat per servir aquesta capreta directament. Compara la teva configuració amb les regles de reescriptura de sèrie \".htaccess\" per Apache o les que trobaràs a la configuració de Nginx a la seva documentació <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation page</a>. En Nginx normalment cal actualitzar les línies que comencen amb \"location ~\".",
- "Your web server is not properly set up to deliver .woff2 files. This is typically an issue with the Nginx configuration. For Nextcloud 15 it needs an adjustement to also deliver .woff2 files. Compare your Nginx configuration to the recommended configuration in our <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "El vostre servidor web no està correctament configurat per lliurar fitxers de tipus .woff2. Això és típicament un problema amb la configuració de Nginx. Per Nextcloud 15 s’ha de fer una adaptació per oferir també fitxer .woff2. Compareu la vostra configuració de Nginx a la configuració recomanada en la nostra <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentació</a>.",
"PHP does not seem to be setup properly to query system environment variables. The test with getenv(\"PATH\") only returns an empty response." : "PHP no sembla que estigui configurat correctament per obtenir variables d'entorn del sistema. La prova amb getenv(\"PATH\") només torna una resposta buida.",
- "Please check the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">installation documentation ↗</a> for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "Comproveu la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\"> documentació d’instal·lació ↗</a> per a notes de configuració de PHP i la configuració de PHP del vostre servidor, especialment fent servir php-fpm.",
"The read-only config has been enabled. This prevents setting some configurations via the web-interface. Furthermore, the file needs to be made writable manually for every update." : "S'ha habilitat la configuració només de lectura. Això evita establir algunes configuracions mitjançant la interfície web. A més, al fitxer s’ha de permetre la escriptura manualment a cada actualització.",
- "Your database does not run with \"READ COMMITTED\" transaction isolation level. This can cause problems when multiple actions are executed in parallel." : "La base de dades no funciona amb el nivell “READ COMMITTED” d'aïllament de transacció. Això pot provocar problemes quan s'executin múltiples accions en paral·lel.",
- "The PHP module \"fileinfo\" is missing. It is strongly recommended to enable this module to get the best results with MIME type detection." : "El mòdul de PHP \"fileinfo\" no es troba. És molt recomanable permetre aquest mòdul per aconseguir els millors resultats amb detecció de tipus MIME.",
- "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems. See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation ↗</a> for more information." : "El bloqueig de fitxers transaccional està desactivat, això podria conduir a problemes amb situacions de competició. Permeteu “filelocking.enabled” a config.php per evitar aquests problemes. Vegeu la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentació ↗</a> per més informació.",
+ "Your database does not run with \"READ COMMITTED\" transaction isolation level. This can cause problems when multiple actions are executed in parallel." : "La base de dades no funciona amb el nivell “READ COMMITTED” d'aïllament de transaccions. Això pot provocar problemes quan s'executin múltiples accions en paral·lel.",
+ "The PHP module \"fileinfo\" is missing. It is strongly recommended to enable this module to get the best results with MIME type detection." : "El mòdul de PHP \"fileinfo\" no es troba. És molt recomanable habilitar aquest mòdul per aconseguir els millors resultats amb detecció de tipus MIME.",
"If your installation is not installed at the root of the domain and uses system cron, there can be issues with the URL generation. To avoid these problems, please set the \"overwrite.cli.url\" option in your config.php file to the webroot path of your installation (suggestion: \"{suggestedOverwriteCliURL}\")" : "Si la instal·lació no s'ha fet a l'arrel del domini i es fa servir el cron del sistema, hi pot haver problemes amb la generació d'URL. Per evitar aquests problemes, si us plau definiu l'opció \"overwrite.cli.url\" al fitxer config.php amb el camí webroot de la vostra instal·lació (suggeriment: \"{suggestedOverwriteCliURL}\")",
"It was not possible to execute the cron job via CLI. The following technical errors have appeared:" : "No ha estat possible executar la tasca de cron mitjançant la línia d'ordres. Han aparegut els errors tècnics següents:",
- "Last background job execution ran {relativeTime}. Something seems wrong." : "La darrera execució de tasca en segon pla ha trigat {relativeTime}. Sembla que alguna cosa ha anat malament.",
- "Check the background job settings" : "Comproveu la configuració de les tasques de segon pla",
- "This server has no working Internet connection: Multiple endpoints could not be reached. This means that some of the features like mounting external storage, notifications about updates or installation of third-party apps will not work. Accessing files remotely and sending of notification emails might not work, either. Establish a connection from this server to the Internet to enjoy all features." : "Aquest servidor no té una connexió a Internet operativa: múltiples punts finals no es poden accedir. Això significa que algunes de les funcions com a muntar emmagatzematge extern, notificacions sobre les actualitzacions o instal·lació d'apps de tercers no funcionarà. L’accés a fitxers remots i l’enviament de correus electrònics de notificació podrien no funcionar, tampoc. Establiu una connexió d'aquest servidor a Internet per a gaudir de totes les funcionalitats.",
- "No memory cache has been configured. To enhance performance, please configure a memcache, if available. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "No s’ha configurat cap memòria cau. Per millorar el rendiment configureu un memcache si està disponible. Trobareu més informació a la nostra <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentació</a>.",
- "No suitable source for randomness found by PHP which is highly discouraged for security reasons. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Cap font d'aleatorietat trobada per PHP, la qual cosa és molt desaconsellada per motius de seguretat. Trobareu més informació a la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentació</a>.",
- "You are currently running PHP {version}. Upgrade your PHP version to take advantage of <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">performance and security updates provided by the PHP Group</a> as soon as your distribution supports it." : "Actualment esteu executant PHP {version}. Us animem a actualitzar la versió de PHP que feu servir per tenir avantatge d’<a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">actualitzacions de rendiment i seguretat proporcionats pel PHP Group</a> tan aviat com ho suporti la vostra distribució.",
- "The reverse proxy header configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If not, this is a security issue and can allow an attacker to spoof their IP address as visible to the Nextcloud. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "La configuració de capçaleres per proxy invers és incorrecta o esteu accedint a Nextcloud des d'un proxy de confiança. Si no, aquest és un problema de seguretat i pot permetre a un atacant falsejar la seva adreça d'IP visible al Nextcloud. Trobareu més informació a la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentació</a>.",
- "Memcached is configured as distributed cache, but the wrong PHP module \"memcache\" is installed. \\OC\\Memcache\\Memcached only supports \"memcached\" and not \"memcache\". See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">memcached wiki about both modules</a>." : "Memcached està configurat com a memòria cau distribuïda, però hi ha instal·lat el mòdul erroni de PHP \"memcache\". \\OC\\Memcache\\Memcached només dóna suport \"memcached\" i no \"memcache\". Mireu la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\"> wiki de memcached sobre ambdós mòduls</a>.",
- "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">List of invalid files…</a> / <a href=\"{rescanEndpoint}\">Rescan…</a>)" : "Alguns fitxers no han passat la comprovació d'integritat. Trobareu més informació sobre com resoldre aquest assumpte a la nostra <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentació</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">Llista de fitxers no vàlids...</a> / <a href=\"{rescanEndpoint}\">Torna a cercar…</a>)",
- "The PHP OPcache module is not loaded. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance it is recommended</a> to load it into your PHP installation." : "El mòdul de PHP OPcache no està carregat. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\"> Per un millor rendiment es recomana</a> carregar-lo a la vostra instal·lació de PHP.",
- "The PHP OPcache is not properly configured. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance it is recommended</a> to use the following settings in the <code>php.ini</code>:" : "La OPcache de PHP no està configurada correctament. <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">Per un millor rendiment es recomana</a> fer servir la següent configuració en el <code>php.ini</code>:",
+ "This server has no working Internet connection: Multiple endpoints could not be reached. This means that some of the features like mounting external storage, notifications about updates or installation of third-party apps will not work. Accessing files remotely and sending of notification emails might not work, either. Establish a connection from this server to the Internet to enjoy all features." : "Aquest servidor no té una connexió a Internet operativa: no es poden accedir múltiples punts finals. Això significa que algunes de les funcions com a muntar emmagatzematge extern, notificacions sobre les actualitzacions o instal·lació d'apps de tercers no funcionarà. L’accés a fitxers remots i l’enviament de correus electrònics de notificació podrien no funcionar, tampoc. Establiu una connexió d'aquest servidor a Internet per a gaudir de totes les funcionalitats.",
+ "Nextcloud 20 is the last release supporting PHP 7.2. Nextcloud 21 requires at least PHP 7.3." : "Nextcloud 20 és l’última versió compatible amb PHP 7.2. Nextcloud 21 requereix com a mínim PHP 7.3.",
"The PHP function \"set_time_limit\" is not available. This could result in scripts being halted mid-execution, breaking your installation. Enabling this function is strongly recommended." : "La funció PHP \"set_time_limit\" no està disponible. Això podria resultar en scripts que s’aturin a mitja execució, trencant la instal·lació. Us recomanem activar aquesta funció.",
- "Your PHP does not have FreeType support, resulting in breakage of profile pictures and the settings interface." : "El vostre PHP no té suport FreeType, cosa que provoca un trencament de les fotos de perfil i la interfície de configuració.",
+ "Your PHP does not have FreeType support, resulting in breakage of profile pictures and the settings interface." : "El vostre PHP no té suport FreeType, cosa que provoca un trencament de les fotos de perfil i la interfície de paràmetres.",
"Missing index \"{indexName}\" in table \"{tableName}\"." : "Índex \"{indexName}\" desaparegut a la taula \"{tableName}\".",
"The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "A la base de dades li falten alguns índexs. Degut al fet que afegir índexs en grans taules podria trigar una mica no s'han afegit automàticament. Executant “occ db:add-missing-indices” els índexs que falten es podrien afegir manualment mentre la instància continua funcionant. Un cop s'afegeixen els índexs les consultes a les taules són en general molt més ràpides.",
+ "Missing optional column \"{columnName}\" in table \"{tableName}\"." : "Falta la columna opcional \"{columnName}\" a la taula \"{tableName}\".",
+ "The database is missing some optional columns. Due to the fact that adding columns on big tables could take some time they were not added automatically when they can be optional. By running \"occ db:add-missing-columns\" those missing columns could be added manually while the instance keeps running. Once the columns are added some features might improve responsiveness or usability." : "Falten algunes columnes opcionals a la base de dades. Com que afegir columnes en taules grans pot tardar una estona i són opcionals, no s'han afegit automàticament. Podeu executar «occ db:add-missing-columns» per afegir les columnes que falten manualment mentre s'executa la instància. Quan s'hagin afegit les columnes, és possible que millori el temps de resposta o la usabilitat d'algunes característiques.",
"This instance is missing some recommended PHP modules. For improved performance and better compatibility it is highly recommended to install them." : "A aquesta instància li falten alguns mòduls PHP recomanats. Per obtenir un millor rendiment i una millor compatibilitat, es recomana instal·lar-los.",
- "Some columns in the database are missing a conversion to big int. Due to the fact that changing column types on big tables could take some time they were not changed automatically. By running 'occ db:convert-filecache-bigint' those pending changes could be applied manually. This operation needs to be made while the instance is offline. For further details read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "Algunes columnes de la base de dades els hi falten una conversió a gran enter. Degut al fet que canviar tipus de columna en grans taules podria trigar una mica, no s’han canviat automàticament. Executant 'occ db:convert-filecache-bigint' aquests canvis pendents es podrien aplicar manualment. Aquesta operació s’ha de fer mentre la instància està fora de línia. Per a més detalls llegiu <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">la pàgina de documentació sobre això</a>.",
+ "Module php-imagick in this instance has no SVG support. For better compatibility it is recommended to install it." : "El mòdul php-imagick d'aquesta instància no té suport per SVG.\nEs recomana instal·lar-lo per una millor compatibilitat.",
"SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend." : "SQLite s’està fent servir actualment com a servidor de base de dades. Per a instal·lacions més grans recomanem canviar a un altre servidor de base de dades.",
"This is particularly recommended when using the desktop client for file synchronisation." : "Això és especialment recomanable quan utilitzeu el client d’escriptori per a la sincronització de fitxers.",
- "To migrate to another database use the command line tool: 'occ db:convert-type', or see the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation ↗</a>." : "Per migrar a una altra base de dades, feu servir l'eina de línia d'ordres: 'occ db:convert-type', o vegeu la <a target=\"_blank\"rel=\"noreferrer noopener\"href=\"{docLink}\">documentació ↗</a>.",
- "Use of the the built in php mailer is no longer supported. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Please update your email server settings ↗<a/>." : "L’ús de la missatgeria pròpia del PHP (php mailer) ja no és compatible. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Si us plau actualitzeu la configuració del vostre servidor de correu electrònic ↗<a/>.",
"The PHP memory limit is below the recommended value of 512MB." : "El límit de memòria de PHP està per sota del valor recomanat de 512MB.",
"Some app directories are owned by a different user than the web server one. This may be the case if apps have been installed manually. Check the permissions of the following app directories:" : "Alguns directoris d'app són propietat d'un altre usuari diferent del servidor web. Això pot ser el cas si algunes apps s'han instal·lat manualment. Comproveu els permisos dels directoris d’app següents:",
- "MySQL is used as database but does not support 4-byte characters. To be able to handle 4-byte characters (like emojis) without issues in filenames or comments for example it is recommended to enable the 4-byte support in MySQL. For further details read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "El MySQL es fa servir com a base de dades, però no suporta caràcters de 4 bytes. Per poder gestionar caràcters de 4 bytes (com emojis) sense problemes en noms de fitxers o comentaris, per exemple, es recomana habilitar el suport de 4 bytes a MySQL. Per a més detalls, llegiu <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">la pàgina de documentació que parla d'això</a>.",
"This instance uses an S3 based object store as primary storage. The uploaded files are stored temporarily on the server and thus it is recommended to have 50 GB of free space available in the temp directory of PHP. Check the logs for full details about the path and the available space. To improve this please change the temporary directory in the php.ini or make more space available in that path." : "Aquesta instància fa servir un emmagatzematge d'objectes basat en S3 com a emmagatzematge primari. Els fitxers penjats s’emmagatzemen temporalment al servidor i, per tant, es recomana disposar d’un espai lliure de 50 GB al directori temporal de PHP. Comproveu els registres per obtenir més detalls sobre la ruta i l’espai disponible. Per millorar-ho, si us plau canvieu el directori temporal del php.ini o feu-hi més espai disponible.",
"Error occurred while checking server setup" : "Hi ha hagut un error en comprovar la configuració del servidor",
"Your data directory and files are probably accessible from the Internet. The .htaccess file is not working. It is strongly recommended that you configure your web server so that the data directory is no longer accessible, or move the data directory outside the web server document root." : "El vostre directori de dades i els fitxers són probablement accessibles des d'Internet. El fitxer .htaccess no està funcionant. És molt recomanable que configureu el servidor web de manera que el directori de dades no sigui accessible, o moure el directori de dades fora de l'arrel de documents del servidor web.",
- "The \"{header}\" HTTP header is not set to \"{expected}\". This is a potential security or privacy risk, as it is recommended to adjust this setting accordingly." : "La capçalera HTTP \"{header}\" no s’ha definit com a \"{expected}\". Això és un risc potencial de seguretat o privacitat, es recomana ajustar aquesta configuració adequadament.",
- "The \"{header}\" HTTP header is not set to \"{expected}\". Some features might not work correctly, as it is recommended to adjust this setting accordingly." : "La capçalera HTTP “{header}” no té el valor “{expected}”. Algunes funcionalitats podrien no funcionar correctament, es recomana ajustar aquesta configuració adequadament.",
- "The \"{header}\" HTTP header doesn't contain \"{expected}\". This is a potential security or privacy risk, as it is recommended to adjust this setting accordingly." : "La capçalera HTTP “{header}” no conté “{expected}”. Això és un risc potencial de seguretat o privacitat, es recomana ajustar aquesta configuració adequadament.",
- "The \"{header}\" HTTP header is not set to \"{val1}\", \"{val2}\", \"{val3}\", \"{val4}\" or \"{val5}\". This can leak referer information. See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{link}\">W3C Recommendation ↗</a>." : "La capçalera HTTP “{header}” no està definit com a \"{val1}\", \"{val2}\", \"{val3}\", \"{val4}\" o \"{val5}\". Això pot provocar fuites d'informació. Vegeu la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{link}\"> recomanació del W3C ↗</a>.",
- "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the <a href=\"{docUrl}\" rel=\"noreferrer noopener\">security tips ↗</a>." : "La capçalera HTTP “Strict-Transport-Security” no està establerta a un mínim de \"{seconds}\" segons. Per a més seguretat, es recomana habilitar HSTS tal i com es descriu en els <a href=\"{docUrl}\" rel=\"noreferrer noopener\">consells de seguretat ↗</a>.",
- "Accessing site insecurely via HTTP. You are strongly advised to set up your server to require HTTPS instead, as described in the <a href=\"{docUrl}\">security tips ↗</a>." : "S'accedeix al lloc de manera no segura mitjançant HTTP. Se us recomana que configureu el vostre servidor per requerir HTTPS, tal com es descriu als <a href=\"{docUrl}\">consells de seguretat ↗</a>.",
- "Non-existing tag #{tag}" : "Etiqueta inexistent #{tag}",
- "restricted" : "restringit",
- "invisible" : "invisible",
- "Delete" : "Suprimeix",
- "Rename" : "Canvia el nom",
- "Collaborative tags" : "Etiquetes col·laboratives",
- "No tags found" : "No s'han trobat etiquetes",
+ "The \"{header}\" HTTP header is not set to \"{expected}\". This is a potential security or privacy risk, as it is recommended to adjust this setting accordingly." : "La capçalera HTTP \"{header}\" no s’ha definit com a \"{expected}\". Això és un risc potencial de seguretat o privacitat, es recomana ajustar aquest paràmetre adequadament.",
+ "The \"{header}\" HTTP header is not set to \"{expected}\". Some features might not work correctly, as it is recommended to adjust this setting accordingly." : "La capçalera HTTP “{header}” no té el valor “{expected}”. Algunes funcionalitats podrien no funcionar correctament, es recomana ajustar aquest paràmetre adequadament.",
+ "The \"{header}\" HTTP header doesn't contain \"{expected}\". This is a potential security or privacy risk, as it is recommended to adjust this setting accordingly." : "La capçalera HTTP “{header}” no conté “{expected}”. Això és un risc potencial de seguretat o privacitat, es recomana ajustar aquest paràmetre adequadament.",
"unknown text" : "text desconegut",
"Hello world!" : "Hola a tothom!",
"sunny" : "assolellat",
@@ -116,44 +85,59 @@ OC.L10N.register(
"Hello {name}" : "Hola, {name}",
"<strong>These are your search results<script>alert(1)</script></strong>" : "<strong>Aquests són els resultats de la cerca<script>alert(1)</script></strong>",
"new" : "nou",
- "_download %n file_::_download %n files_" : ["descarregar l'arxiu %n","descarrega %n fitxers"],
+ "_download %n file_::_download %n files_" : ["descarregar l'arxiu %n","baixa %n fitxers"],
"The update is in progress, leaving this page might interrupt the process in some environments." : "L'actualització està en marxa, abandonar aquesta pàgina podria interrompre el procés en alguns entorns.",
"Update to {version}" : "Actualitza a {version}",
"An error occurred." : "S'ha produït un error.",
"Please reload the page." : "Carregueu la pàgina de nou.",
"The update was unsuccessful. For more information <a href=\"{url}\">check our forum post</a> covering this issue." : "L'actualització no ha anat bé. Per a més informació <a href=\"{url}\">consulteu la nostra nota al fòrum</a> que parla d'aquest tema.",
"The update was unsuccessful. Please report this issue to the <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">Nextcloud community</a>." : "L'actualització no ha anat bé. Si us plau informeu aquesta incidència a la <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">comunitat Nextcloud</a>.",
- "Continue to Nextcloud" : "Continua a Nextcloud",
- "_The update was successful. Redirecting you to Nextcloud in %n second._::_The update was successful. Redirecting you to Nextcloud in %n seconds._" : ["L'actualització va ser reeixida. Redirigint a Nextcloud en %n segon.","L’actualització ha estat un èxit. Se us redirigirà cap a Nextcloud d'aquí a %n segons."],
- "Searching other places" : "S'estan cercant altres ubicacions",
- "No search results in other folders for {tag}{filter}{endtag}" : "No hi ha resultats de la cerca en altres carpetes per {tag}{filter}{endtag}",
- "_{count} search result in another folder_::_{count} search results in other folders_" : ["{count} resultat de cerca en altres carpetes","{count} resultats de cerca en altres carpetes"],
+ "Log in" : "Inicia la sessió",
+ "Logging in …" : "S'està iniciant a …",
"Server side authentication failed!" : "L'autenticació del servidor ha fallat!",
"Please contact your administrator." : "Contacteu amb l'administrador.",
"An internal error occurred." : "S'ha produït un error intern.",
"Please try again or contact your administrator." : "Si us plau, torneu-ho a provar o contacteu amb el vostre administrador.",
"Username or email" : "Nom d'usuari o correu electrònic",
"Password" : "Contrasenya",
- "Log in" : "Inici de sessió",
- "Logging in …" : "S'està iniciant a …",
- "Wrong username or password." : "Usuari o contrasenya erronis",
+ "Wrong username or password." : "Usuari o contrasenya erronis.",
"User disabled" : "Usuari inhabilitat",
- "We have detected multiple invalid login attempts from your IP. Therefore your next login is throttled up to 30 seconds." : "Hem detectat múltiples intents de connexió no vàlids des de la vostra IP. Per tant, el vostre pròxim inici de sessió s’elimina fins a 30 segons.",
+ "We have detected multiple invalid login attempts from your IP. Therefore your next login is throttled up to 30 seconds." : "Hem detectat múltiples intents de inici de sessió no vàlids des de la vostra IP. Per tant, el vostre següent inici de sessió s'ha restringit fins a 30 segons.",
+ "Your account is not setup for passwordless login." : "El vostre compte no està configurat per a l'inici de sessió sense contrasenya.",
+ "Passwordless authentication is not supported in your browser." : "L'autenticació sense contrasenya no és compatible amb el vostre navegador.",
+ "Passwordless authentication is only available over a secure connection." : "L'autenticació sense contrasenya només està disponible en una connexió segura.",
"Reset password" : "Reinicialitza la contrasenya",
- "A password reset message has been sent to the e-mail address of this account. If you do not receive it, check your spam/junk folders or ask your local administrator for help." : "S'ha enviat un missatge de reinici de contrasenya a l'adreça electrònica d'aquest compte. Si no el rebeu, comproveu les vostres carpetes de correu brossa o demaneu ajuda al vostre administrador local.",
"If it is not there ask your local administrator." : "Si no és allà pregunteu al vostre administrador local.",
"Couldn't send reset email. Please contact your administrator." : "No s'ha pogut restablir el correu. Contacteu amb l'administrador.",
- "Password can not be changed. Please contact your administrator." : "La contrasenya no es pot canviar. Contacteu amb l'administrador.",
"Back to login" : "Torna a accedir",
"New password" : "Contrasenya nova",
"Your files are encrypted. There will be no way to get your data back after your password is reset. If you are not sure what to do, please contact your administrator before you continue. Do you really want to continue?" : "Els vostres fitxers estan xifrats. No hi haurà manera de recuperar les vostres dades un cop que es reinicialitzi la contrasenya. Si no esteu segurs del que feu, contacteu el vostre administrador abans de continuar. Esteu segurs de voler continuar ara?",
"I know what I'm doing" : "Sé el que faig",
"Resetting password" : "S'està restablint la contrasenya",
+ "Recommended apps" : "Aplicacions recomanades",
+ "Loading apps …" : "S'estan carregant les aplicacions …",
+ "Installing apps …" : "S'estan instal·lant les aplicacions …",
+ "App download or installation failed" : "No s'ha pogut baixar o instal·lar l'aplicació",
"Cancel" : "Cancel·la",
"Schedule work & meetings, synced with all your devices." : "Planifica feines i reunions, sincronitzat amb els vostres dispositius.",
"Keep your colleagues and friends in one place without leaking their private info." : "Tingueu col·legues i amistats en un sol lloc sense revelar llur informació privada.",
"Simple email app nicely integrated with Files, Contacts and Calendar." : "Senzilla aplicació de correu electrònic ben integrada amb Fitxers, Contactes i el Calendari.",
+ "Chatting, video calls, screensharing, online meetings and web conferencing – in your browser and with mobile apps." : "Xat, videotrucades, compartició de la pantalla, reunions en línia i conferències per Internet; al navegador i amb aplicacions mòbils.",
+ "Collaboratively edit office documents." : "Editeu documents d'ofimàtica de manera col·laborativa.",
+ "Local document editing back-end used by the Collabora Online app." : "Document local d'edició de back-end utilitzat per l'aplicació Collabora Online.",
"Forgot password?" : "Heu oblidat la contrasenya?",
+ "Log in with a device" : "Inicia la sessió amb un dispositiu",
+ "Back" : "Enrere",
+ "Reset search" : "Reinicialitza la cerca",
+ "Search for {name} only" : "Cerqueu només per {name}",
+ "No results for {query}" : "Sense resultats per {query}",
+ "Start typing to search" : "Comença a escriure per cercar",
+ "Loading more results …" : "S'estan carregant més resultats ...",
+ "Load more results" : "Carregar més resultats",
+ "Search" : "Cerca",
+ "An error occurred while searching for {type}" : "S'ha produït un error mentre es buscava {type}",
+ "_Please enter {minSearchLength} character or more to search_::_Please enter {minSearchLength} characters or more to search_" : ["Introduïu el caràcter {minSearchLength} o més per cercar","Introduïu {minSearchLength} caràcters o més per cercar"],
+ "Search {types} …" : "Cerca {tipus} ...",
"Settings" : "Paràmetres",
"Could not load your contacts" : "No s'han pogut carregar els vostres contactes",
"Search contacts …" : "Cerca contactes …",
@@ -195,7 +179,7 @@ OC.L10N.register(
"Pending" : "Pendent",
"Copy to {folder}" : "Copia a {folder}",
"Move to {folder}" : "Mou a {folder}",
- "Saving …" : "S'està desant ...",
+ "Saving …" : "S'està desant …",
"Authentication required" : "Es requereix autenticació",
"This action requires you to confirm your password" : "Aquesta acció requereix que confirmeu la vostra contrasenya",
"Confirm" : "Confirma",
@@ -221,6 +205,13 @@ OC.L10N.register(
"Strong password" : "Contrasenya forta",
"No action available" : "Cap acció disponible",
"Error fetching contact actions" : "Error al carregar les accions del contacte",
+ "Non-existing tag #{tag}" : "Etiqueta inexistent #{tag}",
+ "restricted" : "restringit",
+ "invisible" : "invisible",
+ "Delete" : "Suprimeix",
+ "Rename" : "Canvia el nom",
+ "Collaborative tags" : "Etiquetes col·laboratives",
+ "No tags found" : "No s'han trobat etiquetes",
"Personal" : "Personal",
"Users" : "Usuaris",
"Apps" : "Aplicacions",
@@ -230,6 +221,8 @@ OC.L10N.register(
"File not found" : "No s'ha trobat el fitxer",
"The document could not be found on the server. Maybe the share was deleted or has expired?" : "El document no s’ha trobat en el servidor. Potser la referència s'ha suprimit o ha caducat?",
"Back to %s" : "Tornar a %s",
+ "Too many requests" : "Hi ha massa sol·licituds",
+ "There were too many requests from your network. Retry later or contact your administrator if this is an error." : "Hi havia massa sol·licituds de la seva xarxa. Reintentar més tard o contactar amb l'administrador si això és un error.",
"Error" : "Error",
"Internal Server Error" : "Error Intern del Servidor",
"The server was unable to complete your request." : "El servidor no ha pogut completar la vostra petició.",
@@ -249,6 +242,7 @@ OC.L10N.register(
"For information how to properly configure your server, please see the <a href=\"%s\" target=\"_blank\" rel=\"noreferrer noopener\">documentation</a>." : "Per a informació sobre com configurar correctament el servidor, si us plau consulteu la <a href=\"%s\" target=\"_blank\" rel=\"noreferrer noopener\">documentació</a>.",
"Create an <strong>admin account</strong>" : "Crea un <strong>compte d'administrador</strong>",
"Username" : "Nom d'usuari",
+ "Show password" : "Mostra la contrasenya",
"Storage & database" : "Emmagatzematge i base de dades",
"Data folder" : "Carpeta de dades",
"Configure the database" : "Configura la base de dades",
@@ -265,6 +259,8 @@ OC.L10N.register(
"You chose SQLite as database." : "Heu triat SQLite com a base de dades.",
"SQLite should only be used for minimal and development instances. For production we recommend a different database backend." : "SQLite només s'hauria de fer servir per a instàncies mínimes i de desenvolupament. Per a sistemes en producció, us recomanem un motor de base de dades diferent.",
"If you use clients for file syncing, the use of SQLite is highly discouraged." : "Si feu servir clients per a la sincronització de fitxers, l’ús de SQLite és altament decebedor.",
+ "Install recommended apps" : "Instal·la les aplicacions recomanades",
+ "Calendar, Contacts, Talk, Mail & Collaborative editing" : "Calendari, Contactes, Parla, Correu i edició col·laborativa",
"Finish setup" : "Acaba la configuració",
"Finishing …" : "S'està acabant …",
"Need help?" : "Necessiteu ajuda?",
@@ -278,14 +274,13 @@ OC.L10N.register(
"More apps" : "Més aplicacions",
"More" : "Més",
"More apps menu" : "Menú de més apps",
- "Search" : "Cerca",
- "Reset search" : "Reinicialitza la cerca",
"Contacts" : "Contactes",
"Contacts menu" : "Menú de contactes",
"Settings menu" : "Menú de paràmetres",
"Confirm your password" : "Confirmeu la vostra contrasenya",
"Connect to your account" : "Connecteu al vostre compte",
"Please log in before granting %1$s access to your %2$s account." : "Si us plau inicieu la sessió abans de concedir %1$s accés al vostre compte %2$s.",
+ "If you are not trying to set up a new device or app, someone is trying to trick you into granting them access to your data. In this case do not proceed and instead contact your system administrator." : "Si no intenteu configurar un dispositiu o una aplicació nous, algú intenta enganyar-vos per concedir-lis accés a les vostres dades. En aquest cas, no procediu i, en canvi, poseu-vos en contacte amb l'administrador del sistema.",
"App token" : "Testimoni d'aplicació",
"Grant access" : "Concedeix l'accés",
"Alternative log in using app token" : "Inici de sessió alternatiu fent servir testimoni d’app",
@@ -313,7 +308,7 @@ OC.L10N.register(
"Further information how to configure this can be found in the %1$sdocumentation%2$s." : "Podeu trobar més informació sobre com configurar-ho a la %1$sdocumentació%2$s.",
"App update required" : "Cal que actualitzeu la aplicació",
"%1$s will be updated to version %2$s" : "%1$s s'actualitzarà a la versió %2$s",
- "These apps will be updated:" : "Aquestes aplicacions s'actualitzaran:",
+ "The following apps will be updated:" : "S'actualitzaran les aplicacions següents:",
"These incompatible apps will be disabled:" : "Aquestes aplicacions incompatibles es desactivaran:",
"The theme %s has been disabled." : "S'ha desactivat el tema %s.",
"Please make sure that the database, the config folder and the data folder have been backed up before proceeding." : "Assegureu-vos que heu fet una còpia de seguretat de la base de dades, del fitxer de configuració i de la carpeta de dades abans de continuar.",
@@ -329,95 +324,49 @@ OC.L10N.register(
"This %s instance is currently in maintenance mode, which may take a while." : "Aquesta instància %s està actualment en manteniment i podria trigar una estona.",
"This page will refresh itself when the instance is available again." : "Aquesta pàgina s'actualitzarà automàticament quan la instància estigui disponible de nou.",
"Contact your system administrator if this message persists or appeared unexpectedly." : "Contacteu amb l'administrador del sistema si aquest missatge persisteix o apareix inesperadament.",
- "Could not send reset email because there is no email address for this username. Please contact your administrator." : "No s'ha pogut enviar correu de restabliment. No hi ha correu per aquest compte. Contacteu amb l'administrador.",
- "Couldn't send reset email. Please make sure your username is correct." : "No s'ha pogut enviar el correu de restabliment. Assegureu-vos que el vostre nom d'usuari és correcte.",
- "We have send a password reset e-mail to the e-mail address known to us for this account. If you do not receive it within a reasonable amount of time, check your spam/junk folders.<br>If it is not there ask your local administrator." : "S'ha enviat un missatge per restablir la contrasenya a la vostra adreça de correu electrònic. Si no el rebeu en un temps raonable comproveu la carpeta de correu brossa. <br>Si no és allà, pregunteu a l'administrador local.",
- "Your files are encrypted. There will be no way to get your data back after your password is reset.<br />If you are not sure what to do, please contact your administrator before you continue. <br />Do you really want to continue?" : "Els vostres fitxers estan encriptats. No hi haurà manera de recuperar les dades un cop restabliu la contrasenya. <br />Si no esteu segurs del que feu, contacteu amb l'administrador abans de continuar.<br />Voleu continuar?",
- "Sending email …" : "S'està enviant el correu electrònic…",
- "You are currently running PHP 5.6. The current major version of Nextcloud is the last that is supported on PHP 5.6. It is recommended to upgrade the PHP version to 7.0+ to be able to upgrade to Nextcloud 14." : "Actualment esteu executant PHP 5.6. La versió actual principal de Nextcloud és l'última que funciona a PHP 5.6. Es recomana actualitzar la versió PHP a 7.0+ per que es pugui actualitzar a Nextcloud 14.",
- "Accessing site insecurely via HTTP. You are strongly adviced to set up your server to require HTTPS instead, as described in the <a href=\"{docUrl}\">security tips ↗</a>." : "S'està accedint de manera no segura per HTTP. Es recomana que configureu el vostre servidor per fer servir HTTPS, tal i com es detalla als <a href=\"{docUrl}\">consells de seguretat ↗</a>.",
- "Shared" : "Compartit",
- "Shared with" : "Compartit amb",
- "Shared by" : "Compartit per",
- "Choose a password for the public link" : "Escolliu una contrasenya per l'enllaç públic",
- "Choose a password for the public link or press the \"Enter\" key" : "Escolliu una contrasenya per l'enllaç públic o premeu la tecla \"Enter\"",
- "Copied!" : "S'ha copiat!",
- "Copy link" : "Copia l'enllaç",
- "Not supported!" : "No soportat!",
- "Press ⌘-C to copy." : "Premeu ⌘-C per copiar.",
- "Press Ctrl-C to copy." : "Premeu CTRL+C per copiar.",
- "Unable to create a link share" : "No es pot crear l'enllaç de compartició",
- "Unable to toggle this option" : "No s'ha pogut canviar aquesta opció",
- "Resharing is not allowed" : "No es permet compartir de nou",
- "Link" : "Enllaç",
- "Hide download" : "Amaga la descàrrega",
- "Password protection enforced" : "Protecció amb contrasenya obligatòria",
- "Password protect" : "Protegeix amb contrasenya",
- "Allow editing" : "Permet l'edició",
- "Email link to person" : "Enllaç per correu electrònic a una persona",
- "Send" : "Envia",
- "Allow upload and editing" : "Permet afegir i editar",
- "Read only" : "Només de lectura",
- "File drop (upload only)" : "Arrossega fitxers (només càrrega)",
- "Expiration date enforced" : "Data de venciment obligatòria",
- "Set expiration date" : "Estableix la data de venciment",
- "Expiration" : "Caducitat",
- "Expiration date" : "Data de venciment",
- "Note to recipient" : "Nota al destinatari",
- "Unshare" : "Deixa de compartir",
- "Delete share link" : "Suprimeix l'enllaç de compartició",
- "Add another link" : "Afegeix un altre enllaç",
- "Password protection for links is mandatory" : "La protecció d'enllaços amb contrasenya és obligatòria",
- "Share to {name}" : "Comparteix amb {name}",
- "Share link" : "Enllaç de compartició",
- "New share link" : "Nou enllaç de compartició",
- "Created on {time}" : "Creat a {time}",
- "Password protect by Talk" : "Contrasenya protegida per Talk",
- "Could not unshare" : "No es pot deixar de compartir",
- "Shared with you and the group {group} by {owner}" : "Compartit amb tu i amb el grup {group} per {owner}",
- "Shared with you and {circle} by {owner}" : "Compartit amb tu i {circle} per {owner}",
- "Shared with you and the conversation {conversation} by {owner}" : "Compartit amb tu i amb la conversa {conversation} per {owner}",
- "Shared with you in a conversation by {owner}" : "Compartit amb tu en una conversa per {owner}",
- "Shared with you by {owner}" : "Compartit amb tu per {owner}",
- "Choose a password for the mail share" : "Escolliu una contrasenya pel mail de compartició",
- "group" : "grup",
- "remote" : "remot",
- "remote group" : "grup remot",
- "email" : "correu electrònic",
- "conversation" : "conversa",
- "shared by {sharer}" : "compartit per {sharer}",
- "Can reshare" : "Pot recompartir",
- "Can edit" : "Pot editar",
- "Can create" : "Pot crear",
- "Can change" : "Pot modificar",
- "Can delete" : "Pot suprimir",
- "Access control" : "Control d'accés",
- "{shareInitiatorDisplayName} shared via link" : "{shareInitiatorDisplayName} compartida per enllaç",
- "Error while sharing" : "Error en compartir",
- "Share details could not be loaded for this item." : "No s'han pogut carregar els detalls de compartició de l'element.",
- "Search globally" : "Cerca globalment",
- "_At least {count} character is needed for autocompletion_::_At least {count} characters are needed for autocompletion_" : ["Com a mínim cal {count} caràcter per a l'autocompletat","Com a mínim calen {count} caràcters per a l'autocompletat"],
- "This list is maybe truncated - please refine your search term to see more results." : "Pot ser que aquesta llista s’hagi truncat. Afineu el vostre terme de cerca per veure més resultats.",
- "No users or groups found for {search}" : "No s'han trobat usuaris ni grups per {search}",
- "No users found for {search}" : "No s'han trobat usuaris per {search}",
- "An error occurred (\"{message}\"). Please try again" : "S'ha produït un error (\"{message}\"). Si us plau, torneu-ho a intentar",
- "An error occurred. Please try again" : "S'ha produït un error. Si us plau, torneu-ho a intentar",
- "Home" : "Casa",
- "Work" : "Feina",
- "Other" : "Un altre",
- "{sharee} (remote group)" : "{sharee} (grup remot)",
- "{sharee} ({type}, {owner})" : "{sharee} ({type}, {owner})",
- "Share" : "Comparteix",
- "Name or email address..." : "Nom o adreça electrònica...",
- "Name or federated cloud ID..." : "Nom o ID de Núvol Federat…",
- "Name, federated cloud ID or email address..." : "Nom, ID de núvol federat o adreça de correu electrònic…",
- "Name..." : "Nom...",
- "Error removing share" : "Error al treure compartició",
- "({scope})" : "({scope})",
- "Saving..." : "S'està desant...",
- "Dismiss" : "Descarta",
- "Your client should now be connected! You can close this window." : "El vostre client ja està connectat! Podeu tancar aquesta finestra.",
- "New Password" : "Contrasenya nova",
- "Cancel log in" : "Cancel·la l'accés a"
+ "Checking whether the database schema can be updated (this can take a long time depending on the database size)" : "S'està comprovant si l'esquema de base de dades es pot actualitzar (això pot trigar temps segons la mida de la base de dades)",
+ "Checked database schema update" : "S'ha comprobat l'actualització de l'esquema de la base de dades",
+ "Checking updates of apps" : "S'estan comprovant les actualitzacions d'aplicacions",
+ "Checking for update of app \"%s\" in appstore" : "S'estan comprovant les actualitzacions de l'aplicació \"%s\" al repositori",
+ "Update app \"%s\" from appstore" : "Actualitza l'aplicació \"%s\" del repositori",
+ "Checked for update of app \"%s\" in appstore" : "Comprovades les actualitzacions de l'aplicació \"%s\" al repositori",
+ "Checked database schema update for apps" : "S'ha comprovat l'actualització de l'esquema de la base de dades per les apps",
+ "Following apps have been disabled: %s" : "S'han desactivat les aplicacions següents: %s",
+ "Your web server is not properly set up to resolve \"{url}\". Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "El vostre servidor web no està configurat correctament per resoldre \"{url}\". Trobareu més informació a la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentació</a>.",
+ "Your web server is not properly set up to resolve \"{url}\". This is most likely related to a web server configuration that was not updated to deliver this folder directly. Please compare your configuration against the shipped rewrite rules in \".htaccess\" for Apache or the provided one in the documentation for Nginx at it's <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation page</a>. On Nginx those are typically the lines starting with \"location ~\" that need an update." : "El teu servidor no està correctament configurat per resoldre \"{url}\". Segurament això és degut a que la configuració del servidor no s'ha actualitzat per servir aquesta carpeta directament. Compara la teva configuració amb les regles de reescriptura de sèrie \".htaccess\" per Apache o les que trobaràs a la configuració de Nginx a la seva <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">pàgina de documentació</a>. En Nginx normalment cal actualitzar les línies que comencen amb \"location ~\".",
+ "Your web server is not properly set up to deliver .woff2 files. This is typically an issue with the Nginx configuration. For Nextcloud 15 it needs an adjustement to also deliver .woff2 files. Compare your Nginx configuration to the recommended configuration in our <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "El vostre servidor web no està correctament configurat per lliurar fitxers de tipus .woff2. Això és típicament un problema amb la configuració de Nginx. Per Nextcloud 15 s’ha de fer una adaptació per oferir també fitxer .woff2. Compareu la vostra configuració de Nginx a la configuració recomanada en la nostra <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentació</a>.",
+ "Please check the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">installation documentation ↗</a> for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "Comproveu la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\"> documentació d’instal·lació ↗</a> per a notes de configuració de PHP i la configuració de PHP del vostre servidor, especialment fent servir php-fpm.",
+ "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems. See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation ↗</a> for more information." : "El bloqueig de fitxers transaccional està inhabilitat, això podria portar problemes amb situacions de competició. Habiliteu “filelocking.enabled” a config.php per evitar aquests problemes. Vegeu la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentació ↗</a> per més informació.",
+ "Last background job execution ran {relativeTime}. Something seems wrong." : "La darrera execució de tasca en segon pla ha trigat {relativeTime}. Sembla que alguna cosa ha anat malament.",
+ "Check the background job settings" : "Comproveu la paràmetres de les tasques de segon pla",
+ "No memory cache has been configured. To enhance performance, please configure a memcache, if available. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "No s’ha configurat cap memòria cau. Per millorar el rendiment configureu un memcache si està disponible. Trobareu més informació a la nostra <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentació</a>.",
+ "No suitable source for randomness found by PHP which is highly discouraged for security reasons. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Cap font d'aleatorietat trobada per PHP, la qual cosa és molt desaconsellada per motius de seguretat. Trobareu més informació a la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentació</a>.",
+ "You are currently running PHP {version}. Upgrade your PHP version to take advantage of <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">performance and security updates provided by the PHP Group</a> as soon as your distribution supports it." : "Actualment esteu executant PHP {version}. Us animem a actualitzar la versió de PHP que feu servir per tenir avantatge d’<a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">actualitzacions de rendiment i seguretat proporcionats pel PHP Group</a> tan aviat com ho suporti la vostra distribució.",
+ "The reverse proxy header configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If not, this is a security issue and can allow an attacker to spoof their IP address as visible to the Nextcloud. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "La configuració de capçaleres per proxy invers és incorrecta o esteu accedint a Nextcloud des d'un proxy de confiança. Si no, aquest és un problema de seguretat i pot permetre a un atacant falsejar la seva adreça d'IP visible al Nextcloud. Trobareu més informació a la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentació</a>.",
+ "Memcached is configured as distributed cache, but the wrong PHP module \"memcache\" is installed. \\OC\\Memcache\\Memcached only supports \"memcached\" and not \"memcache\". See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">memcached wiki about both modules</a>." : "Memcached està configurat com a memòria cau distribuïda, però hi ha instal·lat el mòdul erroni de PHP \"memcache\". \\OC\\Memcache\\Memcached només dóna suport \"memcached\" i no \"memcache\". Mireu la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\"> wiki de memcached sobre ambdós mòduls</a>.",
+ "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">List of invalid files…</a> / <a href=\"{rescanEndpoint}\">Rescan…</a>)" : "Alguns fitxers no han passat la comprovació d'integritat. Trobareu més informació sobre com resoldre aquest assumpte a la nostra <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentació</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">Llista de fitxers no vàlids...</a> / <a href=\"{rescanEndpoint}\">Torna a cercar…</a>)",
+ "The PHP OPcache module is not loaded. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance it is recommended</a> to load it into your PHP installation." : "El mòdul de PHP OPcache no està carregat. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\"> Per un millor rendiment es recomana</a> carregar-lo a la vostra instal·lació de PHP.",
+ "The PHP OPcache is not properly configured. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance it is recommended</a> to use the following settings in the <code>php.ini</code>:" : "La OPcache de PHP no està configurada correctament. <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">Per un millor rendiment es recomana</a> fer servir els següents paràmetres en el <code>php.ini</code>:",
+ "Some columns in the database are missing a conversion to big int. Due to the fact that changing column types on big tables could take some time they were not changed automatically. By running 'occ db:convert-filecache-bigint' those pending changes could be applied manually. This operation needs to be made while the instance is offline. For further details read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "Algunes columnes de la base de dades els hi falten una conversió a gran enter. Degut al fet que canviar tipus de columna en grans taules podria trigar una mica, no s’han canviat automàticament. Executant 'occ db:convert-filecache-bigint' aquests canvis pendents es podrien aplicar manualment. Aquesta operació s’ha de fer mentre la instància està fora de línia. Per a més detalls llegiu <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">la pàgina de documentació sobre això</a>.",
+ "To migrate to another database use the command line tool: 'occ db:convert-type', or see the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation ↗</a>." : "Per migrar a una altra base de dades, feu servir l'eina de línia d'ordres: 'occ db:convert-type', o vegeu la <a target=\"_blank\"rel=\"noreferrer noopener\"href=\"{docLink}\">documentació ↗</a>.",
+ "Use of the the built in php mailer is no longer supported. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Please update your email server settings ↗<a/>." : "L’ús de la missatgeria pròpia del PHP (php mailer) ja no és compatible. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Si us plau actualitzeu la configuració del vostre servidor de correu electrònic ↗<a/>.",
+ "MySQL is used as database but does not support 4-byte characters. To be able to handle 4-byte characters (like emojis) without issues in filenames or comments for example it is recommended to enable the 4-byte support in MySQL. For further details read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "El MySQL es fa servir com a base de dades, però no suporta caràcters de 4 bytes. Per poder gestionar caràcters de 4 bytes (com emojis) sense problemes en noms de fitxers o comentaris, per exemple, es recomana habilitar el suport de 4 bytes a MySQL. Per a més detalls, llegiu <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">la pàgina de documentació que parla d'això</a>.",
+ "You are accessing your instance over a secure connection, however your instance is generating insecure URLs. This most likely means that you are behind a reverse proxy and the overwrite config variables are not set correctly. Please read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "Esteu accedint a la instància mitjançant una connexió segura, però la instància està generant adreces URL no segures. Això segurament vol dir que us trobeu darrere d'un servidor intermediari invers i que les variables de configuració de sobreescriptura no s'han definit correctament. Llegiu la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">pàgina de documentació sobre aquest tema</a>.",
+ "The \"{header}\" HTTP header is not set to \"{val1}\", \"{val2}\", \"{val3}\", \"{val4}\" or \"{val5}\". This can leak referer information. See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{link}\">W3C Recommendation ↗</a>." : "La capçalera HTTP “{header}” no està definit com a \"{val1}\", \"{val2}\", \"{val3}\", \"{val4}\" o \"{val5}\". Això pot provocar fuites d'informació. Vegeu la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{link}\"> recomanació del W3C ↗</a>.",
+ "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the <a href=\"{docUrl}\" rel=\"noreferrer noopener\">security tips ↗</a>." : "La capçalera HTTP “Strict-Transport-Security” no està establerta a un mínim de \"{seconds}\" segons. Per a més seguretat, es recomana habilitar HSTS tal i com es descriu en els <a href=\"{docUrl}\" rel=\"noreferrer noopener\">consells de seguretat ↗</a>.",
+ "Accessing site insecurely via HTTP. You are strongly advised to set up your server to require HTTPS instead, as described in the <a href=\"{docUrl}\">security tips ↗</a>." : "S'accedeix al lloc de manera no segura mitjançant HTTP. Se us recomana que configureu el vostre servidor per requerir HTTPS, tal com es descriu als <a href=\"{docUrl}\">consells de seguretat ↗</a>.",
+ "Continue to Nextcloud" : "Continua a Nextcloud",
+ "_The update was successful. Redirecting you to Nextcloud in %n second._::_The update was successful. Redirecting you to Nextcloud in %n seconds._" : ["L'actualització va ser reeixida. Redirigint a Nextcloud en %n segon.","L’actualització ha estat un èxit. Se us redirigirà cap a Nextcloud d'aquí a %n segons."],
+ "Searching other places" : "S'estan cercant altres ubicacions",
+ "No search results in other folders for {tag}{filter}{endtag}" : "No hi ha resultats de la cerca en altres carpetes per {tag}{filter}{endtag}",
+ "_{count} search result in another folder_::_{count} search results in other folders_" : ["{count} resultat de cerca en altres carpetes","{count} resultats de cerca en altres carpetes"],
+ "A password reset message has been sent to the e-mail address of this account. If you do not receive it, check your spam/junk folders or ask your local administrator for help." : "S'ha enviat un missatge de reinici de contrasenya a l'adreça electrònica d'aquest compte. Si no el rebeu, comproveu les vostres carpetes de correu brossa o demaneu ajuda al vostre administrador local.",
+ "Password can not be changed. Please contact your administrator." : "La contrasenya no es pot canviar. Contacteu amb l'administrador.",
+ "Could not fetch list of apps from the app store." : "No s'ha pogut obtenir la llista d'aplicacions de la botiga d'aplicacions.",
+ "Nextcloud {app}" : "{app} del Nextcloud",
+ "Can't install this app because it is not compatible" : "No es pot instal·lar aquesta aplicació perquè no és compatible",
+ "Can't install this app" : "No es pot instal·lar aquesta aplicació",
+ "These apps will be updated:" : "Aquestes aplicacions s'actualitzaran:",
+ "For more details see the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Per a més detalls consulteu <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">la documentació</a>."
},
"nplurals=2; plural=(n != 1);");
diff --git a/core/l10n/ca.json b/core/l10n/ca.json
index 547d71ad6fc..fdecbd49793 100644
--- a/core/l10n/ca.json
+++ b/core/l10n/ca.json
@@ -13,25 +13,26 @@
"No valid crop data provided" : "Les dades del retall proporcionades no són vàlides",
"Crop is not square" : "El retall no és quadrat",
"State token does not match" : "El testimoni d'estat no coincideix",
+ "Invalid app password" : "La contrasenya de l'aplicació no és vàlida",
"Could not complete login" : "No s'ha pogut completar l'inici de sessió",
- "Your login token is invalid or has expired" : "El testimoni d'inici de sessió no és vàlid o ha vençut",
- "Password reset is disabled" : "La reinicialització de contrasenya està desactivada",
+ "Your login token is invalid or has expired" : "El testimoni d'inici de sessió no és vàlid o ha caducat",
+ "Password reset is disabled" : "El restabliment de contrasenya està inhabilitat",
"Couldn't reset password because the token is invalid" : "No es pot restablir la contrasenya perquè el testimoni no és vàlid",
"Couldn't reset password because the token is expired" : "No es pot restablir la contrasenya perquè el testimoni ha vençut",
"%s password reset" : "restableix la contrasenya %s",
- "Password reset" : "Canvi de contrasenya",
- "Click the following button to reset your password. If you have not requested the password reset, then ignore this email." : "Feu clic al següent botó per reinicialitzar la vostra contrasenya. Si no heu sol·licitat un canvi de contrasenya, ignoreu aquest correu electrònic.",
- "Click the following link to reset your password. If you have not requested the password reset, then ignore this email." : "Feu clic al següent enllaç per restablir la contrasenya. Si no sol·liciteu la reinicialització de contrasenya, llavors ignoreu aquest correu electrònic.",
- "Reset your password" : "Reinicialitza la contrasenya",
+ "Password reset" : "Restableix contrasenya",
+ "Click the following button to reset your password. If you have not requested the password reset, then ignore this email." : "Feu clic al següent botó pel restabliment de la vostra contrasenya. Si no heu sol·licitat un canvi de contrasenya, ignoreu aquest correu electrònic.",
+ "Click the following link to reset your password. If you have not requested the password reset, then ignore this email." : "Feu clic al següent enllaç pel restabliment de la contrasenya. Si no sol·liciteu la reinicialització de contrasenya, llavors ignoreu aquest correu electrònic.",
+ "Reset your password" : "Restableix la contrasenya",
"Nextcloud Server" : "Servidor Nextcloud",
"Some of your link shares have been removed" : "S'han suprimit alguns dels vostres enllaços de compartició",
- "Due to a security bug we had to remove some of your link shares. Please see the link for more information." : "Degut a un error de seguretat hem hagut d'eliminar alguns dels teus enllaços de compartició. Mira l'enllaç per a més informació.",
+ "Due to a security bug we had to remove some of your link shares. Please see the link for more information." : "Degut a un error de seguretat hem hagut d'eliminar alguns dels vostres enllaços de compartició. Mireu l'enllaç per a més informació.",
"Preparing update" : "S'està preparant l'actualització",
"[%d / %d]: %s" : "[%d / %d]: %s",
"Repair step:" : "Pas de reparació:",
"Repair info:" : "Informació de reparació:",
- "Repair warning:" : "Avís de reparació: ",
- "Repair error:" : "Error de reparació: ",
+ "Repair warning:" : "Avís de reparació:",
+ "Repair error:" : "Error de reparació:",
"Please use the command line updater because automatic updating is disabled in the config.php." : "Utilitzeu l’actualitzador de línia de comandes perquè l'actualització automàtica està deshabilitada en el config.php.",
"[%d / %d]: Checking table %s" : "[%d / %d]: Revisant la taula %s",
"Turned on maintenance mode" : "S'ha activat el mode de manteniment",
@@ -39,74 +40,42 @@
"Maintenance mode is kept active" : "El mode de manteniment es manté activat",
"Updating database schema" : "S'està actualitzant l'esquema de la base de dades",
"Updated database" : "S'ha actualitzat la base de dades",
- "Checking whether the database schema can be updated (this can take a long time depending on the database size)" : "S'està comprovant si l'esquema de base de dades es pot actualitzar (això pot trigar temps segons la mida de la base de dades)",
- "Checked database schema update" : "S'ha comprobat l'actualització de l'esquema de la base de dades",
- "Checking updates of apps" : "S'estan comprovant les actualitzacions d'aplicacions",
- "Checking for update of app \"%s\" in appstore" : "S'estan comprovant les actualitzacions de l'aplicació \"%s\" al repositori",
- "Update app \"%s\" from appstore" : "Actualitza l'aplicació \"%s\" del repositori",
- "Checked for update of app \"%s\" in appstore" : "Comprovades les actualitzacions de l'aplicació \"%s\" al repositori",
"Checking whether the database schema for %s can be updated (this can take a long time depending on the database size)" : "S'està comprovant si l'esquema de base de dades per %s pot ser actualitzat (això pot trigar temps segons la mida de la base de dades)",
- "Checked database schema update for apps" : "S'ha comprovat l'actualització de l'esquema de la base de dades per les apps",
"Updated \"%1$s\" to %2$s" : "Actualitzat \"%1$s\" a %2$s",
"Set log level to debug" : "Modifica el nivell de registre a depuració",
"Reset log level" : "Reinicia el nivell de registre",
"Starting code integrity check" : "Inicia el test d'integritat del codi",
"Finished code integrity check" : "Finalitzat el test d'integritat del codi",
"%s (incompatible)" : "%s (incompatible)",
- "Following apps have been disabled: %s" : "S'han desactivat les aplicacions següents: %s",
+ "The following apps have been disabled: %s" : "S'han desactivat les aplicacions següents: %s",
"Already up to date" : "Ja està actualitzat",
"Your web server is not yet properly set up to allow file synchronization, because the WebDAV interface seems to be broken." : "El servidor web no està configurat correctament per permetre la sincronització de fitxers perquè la interfície WebDAV sembla no funcionar correctament.",
- "Your web server is not properly set up to resolve \"{url}\". Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "El vostre servidor web no està configurat correctament per resoldre \"{url}\". Trobareu més informació a la nostra <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentació</a>.",
- "Your web server is not properly set up to resolve \"{url}\". This is most likely related to a web server configuration that was not updated to deliver this folder directly. Please compare your configuration against the shipped rewrite rules in \".htaccess\" for Apache or the provided one in the documentation for Nginx at it's <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation page</a>. On Nginx those are typically the lines starting with \"location ~\" that need an update." : "El teu servidor no està correctament configurat per resoldre \"{url}\". Segurament això és degut a que la configuració del servidor no s'ha actualitzat per servir aquesta capreta directament. Compara la teva configuració amb les regles de reescriptura de sèrie \".htaccess\" per Apache o les que trobaràs a la configuració de Nginx a la seva documentació <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation page</a>. En Nginx normalment cal actualitzar les línies que comencen amb \"location ~\".",
- "Your web server is not properly set up to deliver .woff2 files. This is typically an issue with the Nginx configuration. For Nextcloud 15 it needs an adjustement to also deliver .woff2 files. Compare your Nginx configuration to the recommended configuration in our <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "El vostre servidor web no està correctament configurat per lliurar fitxers de tipus .woff2. Això és típicament un problema amb la configuració de Nginx. Per Nextcloud 15 s’ha de fer una adaptació per oferir també fitxer .woff2. Compareu la vostra configuració de Nginx a la configuració recomanada en la nostra <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentació</a>.",
"PHP does not seem to be setup properly to query system environment variables. The test with getenv(\"PATH\") only returns an empty response." : "PHP no sembla que estigui configurat correctament per obtenir variables d'entorn del sistema. La prova amb getenv(\"PATH\") només torna una resposta buida.",
- "Please check the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">installation documentation ↗</a> for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "Comproveu la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\"> documentació d’instal·lació ↗</a> per a notes de configuració de PHP i la configuració de PHP del vostre servidor, especialment fent servir php-fpm.",
"The read-only config has been enabled. This prevents setting some configurations via the web-interface. Furthermore, the file needs to be made writable manually for every update." : "S'ha habilitat la configuració només de lectura. Això evita establir algunes configuracions mitjançant la interfície web. A més, al fitxer s’ha de permetre la escriptura manualment a cada actualització.",
- "Your database does not run with \"READ COMMITTED\" transaction isolation level. This can cause problems when multiple actions are executed in parallel." : "La base de dades no funciona amb el nivell “READ COMMITTED” d'aïllament de transacció. Això pot provocar problemes quan s'executin múltiples accions en paral·lel.",
- "The PHP module \"fileinfo\" is missing. It is strongly recommended to enable this module to get the best results with MIME type detection." : "El mòdul de PHP \"fileinfo\" no es troba. És molt recomanable permetre aquest mòdul per aconseguir els millors resultats amb detecció de tipus MIME.",
- "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems. See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation ↗</a> for more information." : "El bloqueig de fitxers transaccional està desactivat, això podria conduir a problemes amb situacions de competició. Permeteu “filelocking.enabled” a config.php per evitar aquests problemes. Vegeu la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentació ↗</a> per més informació.",
+ "Your database does not run with \"READ COMMITTED\" transaction isolation level. This can cause problems when multiple actions are executed in parallel." : "La base de dades no funciona amb el nivell “READ COMMITTED” d'aïllament de transaccions. Això pot provocar problemes quan s'executin múltiples accions en paral·lel.",
+ "The PHP module \"fileinfo\" is missing. It is strongly recommended to enable this module to get the best results with MIME type detection." : "El mòdul de PHP \"fileinfo\" no es troba. És molt recomanable habilitar aquest mòdul per aconseguir els millors resultats amb detecció de tipus MIME.",
"If your installation is not installed at the root of the domain and uses system cron, there can be issues with the URL generation. To avoid these problems, please set the \"overwrite.cli.url\" option in your config.php file to the webroot path of your installation (suggestion: \"{suggestedOverwriteCliURL}\")" : "Si la instal·lació no s'ha fet a l'arrel del domini i es fa servir el cron del sistema, hi pot haver problemes amb la generació d'URL. Per evitar aquests problemes, si us plau definiu l'opció \"overwrite.cli.url\" al fitxer config.php amb el camí webroot de la vostra instal·lació (suggeriment: \"{suggestedOverwriteCliURL}\")",
"It was not possible to execute the cron job via CLI. The following technical errors have appeared:" : "No ha estat possible executar la tasca de cron mitjançant la línia d'ordres. Han aparegut els errors tècnics següents:",
- "Last background job execution ran {relativeTime}. Something seems wrong." : "La darrera execució de tasca en segon pla ha trigat {relativeTime}. Sembla que alguna cosa ha anat malament.",
- "Check the background job settings" : "Comproveu la configuració de les tasques de segon pla",
- "This server has no working Internet connection: Multiple endpoints could not be reached. This means that some of the features like mounting external storage, notifications about updates or installation of third-party apps will not work. Accessing files remotely and sending of notification emails might not work, either. Establish a connection from this server to the Internet to enjoy all features." : "Aquest servidor no té una connexió a Internet operativa: múltiples punts finals no es poden accedir. Això significa que algunes de les funcions com a muntar emmagatzematge extern, notificacions sobre les actualitzacions o instal·lació d'apps de tercers no funcionarà. L’accés a fitxers remots i l’enviament de correus electrònics de notificació podrien no funcionar, tampoc. Establiu una connexió d'aquest servidor a Internet per a gaudir de totes les funcionalitats.",
- "No memory cache has been configured. To enhance performance, please configure a memcache, if available. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "No s’ha configurat cap memòria cau. Per millorar el rendiment configureu un memcache si està disponible. Trobareu més informació a la nostra <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentació</a>.",
- "No suitable source for randomness found by PHP which is highly discouraged for security reasons. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Cap font d'aleatorietat trobada per PHP, la qual cosa és molt desaconsellada per motius de seguretat. Trobareu més informació a la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentació</a>.",
- "You are currently running PHP {version}. Upgrade your PHP version to take advantage of <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">performance and security updates provided by the PHP Group</a> as soon as your distribution supports it." : "Actualment esteu executant PHP {version}. Us animem a actualitzar la versió de PHP que feu servir per tenir avantatge d’<a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">actualitzacions de rendiment i seguretat proporcionats pel PHP Group</a> tan aviat com ho suporti la vostra distribució.",
- "The reverse proxy header configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If not, this is a security issue and can allow an attacker to spoof their IP address as visible to the Nextcloud. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "La configuració de capçaleres per proxy invers és incorrecta o esteu accedint a Nextcloud des d'un proxy de confiança. Si no, aquest és un problema de seguretat i pot permetre a un atacant falsejar la seva adreça d'IP visible al Nextcloud. Trobareu més informació a la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentació</a>.",
- "Memcached is configured as distributed cache, but the wrong PHP module \"memcache\" is installed. \\OC\\Memcache\\Memcached only supports \"memcached\" and not \"memcache\". See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">memcached wiki about both modules</a>." : "Memcached està configurat com a memòria cau distribuïda, però hi ha instal·lat el mòdul erroni de PHP \"memcache\". \\OC\\Memcache\\Memcached només dóna suport \"memcached\" i no \"memcache\". Mireu la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\"> wiki de memcached sobre ambdós mòduls</a>.",
- "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">List of invalid files…</a> / <a href=\"{rescanEndpoint}\">Rescan…</a>)" : "Alguns fitxers no han passat la comprovació d'integritat. Trobareu més informació sobre com resoldre aquest assumpte a la nostra <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentació</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">Llista de fitxers no vàlids...</a> / <a href=\"{rescanEndpoint}\">Torna a cercar…</a>)",
- "The PHP OPcache module is not loaded. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance it is recommended</a> to load it into your PHP installation." : "El mòdul de PHP OPcache no està carregat. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\"> Per un millor rendiment es recomana</a> carregar-lo a la vostra instal·lació de PHP.",
- "The PHP OPcache is not properly configured. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance it is recommended</a> to use the following settings in the <code>php.ini</code>:" : "La OPcache de PHP no està configurada correctament. <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">Per un millor rendiment es recomana</a> fer servir la següent configuració en el <code>php.ini</code>:",
+ "This server has no working Internet connection: Multiple endpoints could not be reached. This means that some of the features like mounting external storage, notifications about updates or installation of third-party apps will not work. Accessing files remotely and sending of notification emails might not work, either. Establish a connection from this server to the Internet to enjoy all features." : "Aquest servidor no té una connexió a Internet operativa: no es poden accedir múltiples punts finals. Això significa que algunes de les funcions com a muntar emmagatzematge extern, notificacions sobre les actualitzacions o instal·lació d'apps de tercers no funcionarà. L’accés a fitxers remots i l’enviament de correus electrònics de notificació podrien no funcionar, tampoc. Establiu una connexió d'aquest servidor a Internet per a gaudir de totes les funcionalitats.",
+ "Nextcloud 20 is the last release supporting PHP 7.2. Nextcloud 21 requires at least PHP 7.3." : "Nextcloud 20 és l’última versió compatible amb PHP 7.2. Nextcloud 21 requereix com a mínim PHP 7.3.",
"The PHP function \"set_time_limit\" is not available. This could result in scripts being halted mid-execution, breaking your installation. Enabling this function is strongly recommended." : "La funció PHP \"set_time_limit\" no està disponible. Això podria resultar en scripts que s’aturin a mitja execució, trencant la instal·lació. Us recomanem activar aquesta funció.",
- "Your PHP does not have FreeType support, resulting in breakage of profile pictures and the settings interface." : "El vostre PHP no té suport FreeType, cosa que provoca un trencament de les fotos de perfil i la interfície de configuració.",
+ "Your PHP does not have FreeType support, resulting in breakage of profile pictures and the settings interface." : "El vostre PHP no té suport FreeType, cosa que provoca un trencament de les fotos de perfil i la interfície de paràmetres.",
"Missing index \"{indexName}\" in table \"{tableName}\"." : "Índex \"{indexName}\" desaparegut a la taula \"{tableName}\".",
"The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "A la base de dades li falten alguns índexs. Degut al fet que afegir índexs en grans taules podria trigar una mica no s'han afegit automàticament. Executant “occ db:add-missing-indices” els índexs que falten es podrien afegir manualment mentre la instància continua funcionant. Un cop s'afegeixen els índexs les consultes a les taules són en general molt més ràpides.",
+ "Missing optional column \"{columnName}\" in table \"{tableName}\"." : "Falta la columna opcional \"{columnName}\" a la taula \"{tableName}\".",
+ "The database is missing some optional columns. Due to the fact that adding columns on big tables could take some time they were not added automatically when they can be optional. By running \"occ db:add-missing-columns\" those missing columns could be added manually while the instance keeps running. Once the columns are added some features might improve responsiveness or usability." : "Falten algunes columnes opcionals a la base de dades. Com que afegir columnes en taules grans pot tardar una estona i són opcionals, no s'han afegit automàticament. Podeu executar «occ db:add-missing-columns» per afegir les columnes que falten manualment mentre s'executa la instància. Quan s'hagin afegit les columnes, és possible que millori el temps de resposta o la usabilitat d'algunes característiques.",
"This instance is missing some recommended PHP modules. For improved performance and better compatibility it is highly recommended to install them." : "A aquesta instància li falten alguns mòduls PHP recomanats. Per obtenir un millor rendiment i una millor compatibilitat, es recomana instal·lar-los.",
- "Some columns in the database are missing a conversion to big int. Due to the fact that changing column types on big tables could take some time they were not changed automatically. By running 'occ db:convert-filecache-bigint' those pending changes could be applied manually. This operation needs to be made while the instance is offline. For further details read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "Algunes columnes de la base de dades els hi falten una conversió a gran enter. Degut al fet que canviar tipus de columna en grans taules podria trigar una mica, no s’han canviat automàticament. Executant 'occ db:convert-filecache-bigint' aquests canvis pendents es podrien aplicar manualment. Aquesta operació s’ha de fer mentre la instància està fora de línia. Per a més detalls llegiu <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">la pàgina de documentació sobre això</a>.",
+ "Module php-imagick in this instance has no SVG support. For better compatibility it is recommended to install it." : "El mòdul php-imagick d'aquesta instància no té suport per SVG.\nEs recomana instal·lar-lo per una millor compatibilitat.",
"SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend." : "SQLite s’està fent servir actualment com a servidor de base de dades. Per a instal·lacions més grans recomanem canviar a un altre servidor de base de dades.",
"This is particularly recommended when using the desktop client for file synchronisation." : "Això és especialment recomanable quan utilitzeu el client d’escriptori per a la sincronització de fitxers.",
- "To migrate to another database use the command line tool: 'occ db:convert-type', or see the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation ↗</a>." : "Per migrar a una altra base de dades, feu servir l'eina de línia d'ordres: 'occ db:convert-type', o vegeu la <a target=\"_blank\"rel=\"noreferrer noopener\"href=\"{docLink}\">documentació ↗</a>.",
- "Use of the the built in php mailer is no longer supported. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Please update your email server settings ↗<a/>." : "L’ús de la missatgeria pròpia del PHP (php mailer) ja no és compatible. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Si us plau actualitzeu la configuració del vostre servidor de correu electrònic ↗<a/>.",
"The PHP memory limit is below the recommended value of 512MB." : "El límit de memòria de PHP està per sota del valor recomanat de 512MB.",
"Some app directories are owned by a different user than the web server one. This may be the case if apps have been installed manually. Check the permissions of the following app directories:" : "Alguns directoris d'app són propietat d'un altre usuari diferent del servidor web. Això pot ser el cas si algunes apps s'han instal·lat manualment. Comproveu els permisos dels directoris d’app següents:",
- "MySQL is used as database but does not support 4-byte characters. To be able to handle 4-byte characters (like emojis) without issues in filenames or comments for example it is recommended to enable the 4-byte support in MySQL. For further details read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "El MySQL es fa servir com a base de dades, però no suporta caràcters de 4 bytes. Per poder gestionar caràcters de 4 bytes (com emojis) sense problemes en noms de fitxers o comentaris, per exemple, es recomana habilitar el suport de 4 bytes a MySQL. Per a més detalls, llegiu <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">la pàgina de documentació que parla d'això</a>.",
"This instance uses an S3 based object store as primary storage. The uploaded files are stored temporarily on the server and thus it is recommended to have 50 GB of free space available in the temp directory of PHP. Check the logs for full details about the path and the available space. To improve this please change the temporary directory in the php.ini or make more space available in that path." : "Aquesta instància fa servir un emmagatzematge d'objectes basat en S3 com a emmagatzematge primari. Els fitxers penjats s’emmagatzemen temporalment al servidor i, per tant, es recomana disposar d’un espai lliure de 50 GB al directori temporal de PHP. Comproveu els registres per obtenir més detalls sobre la ruta i l’espai disponible. Per millorar-ho, si us plau canvieu el directori temporal del php.ini o feu-hi més espai disponible.",
"Error occurred while checking server setup" : "Hi ha hagut un error en comprovar la configuració del servidor",
"Your data directory and files are probably accessible from the Internet. The .htaccess file is not working. It is strongly recommended that you configure your web server so that the data directory is no longer accessible, or move the data directory outside the web server document root." : "El vostre directori de dades i els fitxers són probablement accessibles des d'Internet. El fitxer .htaccess no està funcionant. És molt recomanable que configureu el servidor web de manera que el directori de dades no sigui accessible, o moure el directori de dades fora de l'arrel de documents del servidor web.",
- "The \"{header}\" HTTP header is not set to \"{expected}\". This is a potential security or privacy risk, as it is recommended to adjust this setting accordingly." : "La capçalera HTTP \"{header}\" no s’ha definit com a \"{expected}\". Això és un risc potencial de seguretat o privacitat, es recomana ajustar aquesta configuració adequadament.",
- "The \"{header}\" HTTP header is not set to \"{expected}\". Some features might not work correctly, as it is recommended to adjust this setting accordingly." : "La capçalera HTTP “{header}” no té el valor “{expected}”. Algunes funcionalitats podrien no funcionar correctament, es recomana ajustar aquesta configuració adequadament.",
- "The \"{header}\" HTTP header doesn't contain \"{expected}\". This is a potential security or privacy risk, as it is recommended to adjust this setting accordingly." : "La capçalera HTTP “{header}” no conté “{expected}”. Això és un risc potencial de seguretat o privacitat, es recomana ajustar aquesta configuració adequadament.",
- "The \"{header}\" HTTP header is not set to \"{val1}\", \"{val2}\", \"{val3}\", \"{val4}\" or \"{val5}\". This can leak referer information. See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{link}\">W3C Recommendation ↗</a>." : "La capçalera HTTP “{header}” no està definit com a \"{val1}\", \"{val2}\", \"{val3}\", \"{val4}\" o \"{val5}\". Això pot provocar fuites d'informació. Vegeu la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{link}\"> recomanació del W3C ↗</a>.",
- "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the <a href=\"{docUrl}\" rel=\"noreferrer noopener\">security tips ↗</a>." : "La capçalera HTTP “Strict-Transport-Security” no està establerta a un mínim de \"{seconds}\" segons. Per a més seguretat, es recomana habilitar HSTS tal i com es descriu en els <a href=\"{docUrl}\" rel=\"noreferrer noopener\">consells de seguretat ↗</a>.",
- "Accessing site insecurely via HTTP. You are strongly advised to set up your server to require HTTPS instead, as described in the <a href=\"{docUrl}\">security tips ↗</a>." : "S'accedeix al lloc de manera no segura mitjançant HTTP. Se us recomana que configureu el vostre servidor per requerir HTTPS, tal com es descriu als <a href=\"{docUrl}\">consells de seguretat ↗</a>.",
- "Non-existing tag #{tag}" : "Etiqueta inexistent #{tag}",
- "restricted" : "restringit",
- "invisible" : "invisible",
- "Delete" : "Suprimeix",
- "Rename" : "Canvia el nom",
- "Collaborative tags" : "Etiquetes col·laboratives",
- "No tags found" : "No s'han trobat etiquetes",
+ "The \"{header}\" HTTP header is not set to \"{expected}\". This is a potential security or privacy risk, as it is recommended to adjust this setting accordingly." : "La capçalera HTTP \"{header}\" no s’ha definit com a \"{expected}\". Això és un risc potencial de seguretat o privacitat, es recomana ajustar aquest paràmetre adequadament.",
+ "The \"{header}\" HTTP header is not set to \"{expected}\". Some features might not work correctly, as it is recommended to adjust this setting accordingly." : "La capçalera HTTP “{header}” no té el valor “{expected}”. Algunes funcionalitats podrien no funcionar correctament, es recomana ajustar aquest paràmetre adequadament.",
+ "The \"{header}\" HTTP header doesn't contain \"{expected}\". This is a potential security or privacy risk, as it is recommended to adjust this setting accordingly." : "La capçalera HTTP “{header}” no conté “{expected}”. Això és un risc potencial de seguretat o privacitat, es recomana ajustar aquest paràmetre adequadament.",
"unknown text" : "text desconegut",
"Hello world!" : "Hola a tothom!",
"sunny" : "assolellat",
@@ -114,44 +83,59 @@
"Hello {name}" : "Hola, {name}",
"<strong>These are your search results<script>alert(1)</script></strong>" : "<strong>Aquests són els resultats de la cerca<script>alert(1)</script></strong>",
"new" : "nou",
- "_download %n file_::_download %n files_" : ["descarregar l'arxiu %n","descarrega %n fitxers"],
+ "_download %n file_::_download %n files_" : ["descarregar l'arxiu %n","baixa %n fitxers"],
"The update is in progress, leaving this page might interrupt the process in some environments." : "L'actualització està en marxa, abandonar aquesta pàgina podria interrompre el procés en alguns entorns.",
"Update to {version}" : "Actualitza a {version}",
"An error occurred." : "S'ha produït un error.",
"Please reload the page." : "Carregueu la pàgina de nou.",
"The update was unsuccessful. For more information <a href=\"{url}\">check our forum post</a> covering this issue." : "L'actualització no ha anat bé. Per a més informació <a href=\"{url}\">consulteu la nostra nota al fòrum</a> que parla d'aquest tema.",
"The update was unsuccessful. Please report this issue to the <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">Nextcloud community</a>." : "L'actualització no ha anat bé. Si us plau informeu aquesta incidència a la <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">comunitat Nextcloud</a>.",
- "Continue to Nextcloud" : "Continua a Nextcloud",
- "_The update was successful. Redirecting you to Nextcloud in %n second._::_The update was successful. Redirecting you to Nextcloud in %n seconds._" : ["L'actualització va ser reeixida. Redirigint a Nextcloud en %n segon.","L’actualització ha estat un èxit. Se us redirigirà cap a Nextcloud d'aquí a %n segons."],
- "Searching other places" : "S'estan cercant altres ubicacions",
- "No search results in other folders for {tag}{filter}{endtag}" : "No hi ha resultats de la cerca en altres carpetes per {tag}{filter}{endtag}",
- "_{count} search result in another folder_::_{count} search results in other folders_" : ["{count} resultat de cerca en altres carpetes","{count} resultats de cerca en altres carpetes"],
+ "Log in" : "Inicia la sessió",
+ "Logging in …" : "S'està iniciant a …",
"Server side authentication failed!" : "L'autenticació del servidor ha fallat!",
"Please contact your administrator." : "Contacteu amb l'administrador.",
"An internal error occurred." : "S'ha produït un error intern.",
"Please try again or contact your administrator." : "Si us plau, torneu-ho a provar o contacteu amb el vostre administrador.",
"Username or email" : "Nom d'usuari o correu electrònic",
"Password" : "Contrasenya",
- "Log in" : "Inici de sessió",
- "Logging in …" : "S'està iniciant a …",
- "Wrong username or password." : "Usuari o contrasenya erronis",
+ "Wrong username or password." : "Usuari o contrasenya erronis.",
"User disabled" : "Usuari inhabilitat",
- "We have detected multiple invalid login attempts from your IP. Therefore your next login is throttled up to 30 seconds." : "Hem detectat múltiples intents de connexió no vàlids des de la vostra IP. Per tant, el vostre pròxim inici de sessió s’elimina fins a 30 segons.",
+ "We have detected multiple invalid login attempts from your IP. Therefore your next login is throttled up to 30 seconds." : "Hem detectat múltiples intents de inici de sessió no vàlids des de la vostra IP. Per tant, el vostre següent inici de sessió s'ha restringit fins a 30 segons.",
+ "Your account is not setup for passwordless login." : "El vostre compte no està configurat per a l'inici de sessió sense contrasenya.",
+ "Passwordless authentication is not supported in your browser." : "L'autenticació sense contrasenya no és compatible amb el vostre navegador.",
+ "Passwordless authentication is only available over a secure connection." : "L'autenticació sense contrasenya només està disponible en una connexió segura.",
"Reset password" : "Reinicialitza la contrasenya",
- "A password reset message has been sent to the e-mail address of this account. If you do not receive it, check your spam/junk folders or ask your local administrator for help." : "S'ha enviat un missatge de reinici de contrasenya a l'adreça electrònica d'aquest compte. Si no el rebeu, comproveu les vostres carpetes de correu brossa o demaneu ajuda al vostre administrador local.",
"If it is not there ask your local administrator." : "Si no és allà pregunteu al vostre administrador local.",
"Couldn't send reset email. Please contact your administrator." : "No s'ha pogut restablir el correu. Contacteu amb l'administrador.",
- "Password can not be changed. Please contact your administrator." : "La contrasenya no es pot canviar. Contacteu amb l'administrador.",
"Back to login" : "Torna a accedir",
"New password" : "Contrasenya nova",
"Your files are encrypted. There will be no way to get your data back after your password is reset. If you are not sure what to do, please contact your administrator before you continue. Do you really want to continue?" : "Els vostres fitxers estan xifrats. No hi haurà manera de recuperar les vostres dades un cop que es reinicialitzi la contrasenya. Si no esteu segurs del que feu, contacteu el vostre administrador abans de continuar. Esteu segurs de voler continuar ara?",
"I know what I'm doing" : "Sé el que faig",
"Resetting password" : "S'està restablint la contrasenya",
+ "Recommended apps" : "Aplicacions recomanades",
+ "Loading apps …" : "S'estan carregant les aplicacions …",
+ "Installing apps …" : "S'estan instal·lant les aplicacions …",
+ "App download or installation failed" : "No s'ha pogut baixar o instal·lar l'aplicació",
"Cancel" : "Cancel·la",
"Schedule work & meetings, synced with all your devices." : "Planifica feines i reunions, sincronitzat amb els vostres dispositius.",
"Keep your colleagues and friends in one place without leaking their private info." : "Tingueu col·legues i amistats en un sol lloc sense revelar llur informació privada.",
"Simple email app nicely integrated with Files, Contacts and Calendar." : "Senzilla aplicació de correu electrònic ben integrada amb Fitxers, Contactes i el Calendari.",
+ "Chatting, video calls, screensharing, online meetings and web conferencing – in your browser and with mobile apps." : "Xat, videotrucades, compartició de la pantalla, reunions en línia i conferències per Internet; al navegador i amb aplicacions mòbils.",
+ "Collaboratively edit office documents." : "Editeu documents d'ofimàtica de manera col·laborativa.",
+ "Local document editing back-end used by the Collabora Online app." : "Document local d'edició de back-end utilitzat per l'aplicació Collabora Online.",
"Forgot password?" : "Heu oblidat la contrasenya?",
+ "Log in with a device" : "Inicia la sessió amb un dispositiu",
+ "Back" : "Enrere",
+ "Reset search" : "Reinicialitza la cerca",
+ "Search for {name} only" : "Cerqueu només per {name}",
+ "No results for {query}" : "Sense resultats per {query}",
+ "Start typing to search" : "Comença a escriure per cercar",
+ "Loading more results …" : "S'estan carregant més resultats ...",
+ "Load more results" : "Carregar més resultats",
+ "Search" : "Cerca",
+ "An error occurred while searching for {type}" : "S'ha produït un error mentre es buscava {type}",
+ "_Please enter {minSearchLength} character or more to search_::_Please enter {minSearchLength} characters or more to search_" : ["Introduïu el caràcter {minSearchLength} o més per cercar","Introduïu {minSearchLength} caràcters o més per cercar"],
+ "Search {types} …" : "Cerca {tipus} ...",
"Settings" : "Paràmetres",
"Could not load your contacts" : "No s'han pogut carregar els vostres contactes",
"Search contacts …" : "Cerca contactes …",
@@ -193,7 +177,7 @@
"Pending" : "Pendent",
"Copy to {folder}" : "Copia a {folder}",
"Move to {folder}" : "Mou a {folder}",
- "Saving …" : "S'està desant ...",
+ "Saving …" : "S'està desant …",
"Authentication required" : "Es requereix autenticació",
"This action requires you to confirm your password" : "Aquesta acció requereix que confirmeu la vostra contrasenya",
"Confirm" : "Confirma",
@@ -219,6 +203,13 @@
"Strong password" : "Contrasenya forta",
"No action available" : "Cap acció disponible",
"Error fetching contact actions" : "Error al carregar les accions del contacte",
+ "Non-existing tag #{tag}" : "Etiqueta inexistent #{tag}",
+ "restricted" : "restringit",
+ "invisible" : "invisible",
+ "Delete" : "Suprimeix",
+ "Rename" : "Canvia el nom",
+ "Collaborative tags" : "Etiquetes col·laboratives",
+ "No tags found" : "No s'han trobat etiquetes",
"Personal" : "Personal",
"Users" : "Usuaris",
"Apps" : "Aplicacions",
@@ -228,6 +219,8 @@
"File not found" : "No s'ha trobat el fitxer",
"The document could not be found on the server. Maybe the share was deleted or has expired?" : "El document no s’ha trobat en el servidor. Potser la referència s'ha suprimit o ha caducat?",
"Back to %s" : "Tornar a %s",
+ "Too many requests" : "Hi ha massa sol·licituds",
+ "There were too many requests from your network. Retry later or contact your administrator if this is an error." : "Hi havia massa sol·licituds de la seva xarxa. Reintentar més tard o contactar amb l'administrador si això és un error.",
"Error" : "Error",
"Internal Server Error" : "Error Intern del Servidor",
"The server was unable to complete your request." : "El servidor no ha pogut completar la vostra petició.",
@@ -247,6 +240,7 @@
"For information how to properly configure your server, please see the <a href=\"%s\" target=\"_blank\" rel=\"noreferrer noopener\">documentation</a>." : "Per a informació sobre com configurar correctament el servidor, si us plau consulteu la <a href=\"%s\" target=\"_blank\" rel=\"noreferrer noopener\">documentació</a>.",
"Create an <strong>admin account</strong>" : "Crea un <strong>compte d'administrador</strong>",
"Username" : "Nom d'usuari",
+ "Show password" : "Mostra la contrasenya",
"Storage & database" : "Emmagatzematge i base de dades",
"Data folder" : "Carpeta de dades",
"Configure the database" : "Configura la base de dades",
@@ -263,6 +257,8 @@
"You chose SQLite as database." : "Heu triat SQLite com a base de dades.",
"SQLite should only be used for minimal and development instances. For production we recommend a different database backend." : "SQLite només s'hauria de fer servir per a instàncies mínimes i de desenvolupament. Per a sistemes en producció, us recomanem un motor de base de dades diferent.",
"If you use clients for file syncing, the use of SQLite is highly discouraged." : "Si feu servir clients per a la sincronització de fitxers, l’ús de SQLite és altament decebedor.",
+ "Install recommended apps" : "Instal·la les aplicacions recomanades",
+ "Calendar, Contacts, Talk, Mail & Collaborative editing" : "Calendari, Contactes, Parla, Correu i edició col·laborativa",
"Finish setup" : "Acaba la configuració",
"Finishing …" : "S'està acabant …",
"Need help?" : "Necessiteu ajuda?",
@@ -276,14 +272,13 @@
"More apps" : "Més aplicacions",
"More" : "Més",
"More apps menu" : "Menú de més apps",
- "Search" : "Cerca",
- "Reset search" : "Reinicialitza la cerca",
"Contacts" : "Contactes",
"Contacts menu" : "Menú de contactes",
"Settings menu" : "Menú de paràmetres",
"Confirm your password" : "Confirmeu la vostra contrasenya",
"Connect to your account" : "Connecteu al vostre compte",
"Please log in before granting %1$s access to your %2$s account." : "Si us plau inicieu la sessió abans de concedir %1$s accés al vostre compte %2$s.",
+ "If you are not trying to set up a new device or app, someone is trying to trick you into granting them access to your data. In this case do not proceed and instead contact your system administrator." : "Si no intenteu configurar un dispositiu o una aplicació nous, algú intenta enganyar-vos per concedir-lis accés a les vostres dades. En aquest cas, no procediu i, en canvi, poseu-vos en contacte amb l'administrador del sistema.",
"App token" : "Testimoni d'aplicació",
"Grant access" : "Concedeix l'accés",
"Alternative log in using app token" : "Inici de sessió alternatiu fent servir testimoni d’app",
@@ -311,7 +306,7 @@
"Further information how to configure this can be found in the %1$sdocumentation%2$s." : "Podeu trobar més informació sobre com configurar-ho a la %1$sdocumentació%2$s.",
"App update required" : "Cal que actualitzeu la aplicació",
"%1$s will be updated to version %2$s" : "%1$s s'actualitzarà a la versió %2$s",
- "These apps will be updated:" : "Aquestes aplicacions s'actualitzaran:",
+ "The following apps will be updated:" : "S'actualitzaran les aplicacions següents:",
"These incompatible apps will be disabled:" : "Aquestes aplicacions incompatibles es desactivaran:",
"The theme %s has been disabled." : "S'ha desactivat el tema %s.",
"Please make sure that the database, the config folder and the data folder have been backed up before proceeding." : "Assegureu-vos que heu fet una còpia de seguretat de la base de dades, del fitxer de configuració i de la carpeta de dades abans de continuar.",
@@ -327,95 +322,49 @@
"This %s instance is currently in maintenance mode, which may take a while." : "Aquesta instància %s està actualment en manteniment i podria trigar una estona.",
"This page will refresh itself when the instance is available again." : "Aquesta pàgina s'actualitzarà automàticament quan la instància estigui disponible de nou.",
"Contact your system administrator if this message persists or appeared unexpectedly." : "Contacteu amb l'administrador del sistema si aquest missatge persisteix o apareix inesperadament.",
- "Could not send reset email because there is no email address for this username. Please contact your administrator." : "No s'ha pogut enviar correu de restabliment. No hi ha correu per aquest compte. Contacteu amb l'administrador.",
- "Couldn't send reset email. Please make sure your username is correct." : "No s'ha pogut enviar el correu de restabliment. Assegureu-vos que el vostre nom d'usuari és correcte.",
- "We have send a password reset e-mail to the e-mail address known to us for this account. If you do not receive it within a reasonable amount of time, check your spam/junk folders.<br>If it is not there ask your local administrator." : "S'ha enviat un missatge per restablir la contrasenya a la vostra adreça de correu electrònic. Si no el rebeu en un temps raonable comproveu la carpeta de correu brossa. <br>Si no és allà, pregunteu a l'administrador local.",
- "Your files are encrypted. There will be no way to get your data back after your password is reset.<br />If you are not sure what to do, please contact your administrator before you continue. <br />Do you really want to continue?" : "Els vostres fitxers estan encriptats. No hi haurà manera de recuperar les dades un cop restabliu la contrasenya. <br />Si no esteu segurs del que feu, contacteu amb l'administrador abans de continuar.<br />Voleu continuar?",
- "Sending email …" : "S'està enviant el correu electrònic…",
- "You are currently running PHP 5.6. The current major version of Nextcloud is the last that is supported on PHP 5.6. It is recommended to upgrade the PHP version to 7.0+ to be able to upgrade to Nextcloud 14." : "Actualment esteu executant PHP 5.6. La versió actual principal de Nextcloud és l'última que funciona a PHP 5.6. Es recomana actualitzar la versió PHP a 7.0+ per que es pugui actualitzar a Nextcloud 14.",
- "Accessing site insecurely via HTTP. You are strongly adviced to set up your server to require HTTPS instead, as described in the <a href=\"{docUrl}\">security tips ↗</a>." : "S'està accedint de manera no segura per HTTP. Es recomana que configureu el vostre servidor per fer servir HTTPS, tal i com es detalla als <a href=\"{docUrl}\">consells de seguretat ↗</a>.",
- "Shared" : "Compartit",
- "Shared with" : "Compartit amb",
- "Shared by" : "Compartit per",
- "Choose a password for the public link" : "Escolliu una contrasenya per l'enllaç públic",
- "Choose a password for the public link or press the \"Enter\" key" : "Escolliu una contrasenya per l'enllaç públic o premeu la tecla \"Enter\"",
- "Copied!" : "S'ha copiat!",
- "Copy link" : "Copia l'enllaç",
- "Not supported!" : "No soportat!",
- "Press ⌘-C to copy." : "Premeu ⌘-C per copiar.",
- "Press Ctrl-C to copy." : "Premeu CTRL+C per copiar.",
- "Unable to create a link share" : "No es pot crear l'enllaç de compartició",
- "Unable to toggle this option" : "No s'ha pogut canviar aquesta opció",
- "Resharing is not allowed" : "No es permet compartir de nou",
- "Link" : "Enllaç",
- "Hide download" : "Amaga la descàrrega",
- "Password protection enforced" : "Protecció amb contrasenya obligatòria",
- "Password protect" : "Protegeix amb contrasenya",
- "Allow editing" : "Permet l'edició",
- "Email link to person" : "Enllaç per correu electrònic a una persona",
- "Send" : "Envia",
- "Allow upload and editing" : "Permet afegir i editar",
- "Read only" : "Només de lectura",
- "File drop (upload only)" : "Arrossega fitxers (només càrrega)",
- "Expiration date enforced" : "Data de venciment obligatòria",
- "Set expiration date" : "Estableix la data de venciment",
- "Expiration" : "Caducitat",
- "Expiration date" : "Data de venciment",
- "Note to recipient" : "Nota al destinatari",
- "Unshare" : "Deixa de compartir",
- "Delete share link" : "Suprimeix l'enllaç de compartició",
- "Add another link" : "Afegeix un altre enllaç",
- "Password protection for links is mandatory" : "La protecció d'enllaços amb contrasenya és obligatòria",
- "Share to {name}" : "Comparteix amb {name}",
- "Share link" : "Enllaç de compartició",
- "New share link" : "Nou enllaç de compartició",
- "Created on {time}" : "Creat a {time}",
- "Password protect by Talk" : "Contrasenya protegida per Talk",
- "Could not unshare" : "No es pot deixar de compartir",
- "Shared with you and the group {group} by {owner}" : "Compartit amb tu i amb el grup {group} per {owner}",
- "Shared with you and {circle} by {owner}" : "Compartit amb tu i {circle} per {owner}",
- "Shared with you and the conversation {conversation} by {owner}" : "Compartit amb tu i amb la conversa {conversation} per {owner}",
- "Shared with you in a conversation by {owner}" : "Compartit amb tu en una conversa per {owner}",
- "Shared with you by {owner}" : "Compartit amb tu per {owner}",
- "Choose a password for the mail share" : "Escolliu una contrasenya pel mail de compartició",
- "group" : "grup",
- "remote" : "remot",
- "remote group" : "grup remot",
- "email" : "correu electrònic",
- "conversation" : "conversa",
- "shared by {sharer}" : "compartit per {sharer}",
- "Can reshare" : "Pot recompartir",
- "Can edit" : "Pot editar",
- "Can create" : "Pot crear",
- "Can change" : "Pot modificar",
- "Can delete" : "Pot suprimir",
- "Access control" : "Control d'accés",
- "{shareInitiatorDisplayName} shared via link" : "{shareInitiatorDisplayName} compartida per enllaç",
- "Error while sharing" : "Error en compartir",
- "Share details could not be loaded for this item." : "No s'han pogut carregar els detalls de compartició de l'element.",
- "Search globally" : "Cerca globalment",
- "_At least {count} character is needed for autocompletion_::_At least {count} characters are needed for autocompletion_" : ["Com a mínim cal {count} caràcter per a l'autocompletat","Com a mínim calen {count} caràcters per a l'autocompletat"],
- "This list is maybe truncated - please refine your search term to see more results." : "Pot ser que aquesta llista s’hagi truncat. Afineu el vostre terme de cerca per veure més resultats.",
- "No users or groups found for {search}" : "No s'han trobat usuaris ni grups per {search}",
- "No users found for {search}" : "No s'han trobat usuaris per {search}",
- "An error occurred (\"{message}\"). Please try again" : "S'ha produït un error (\"{message}\"). Si us plau, torneu-ho a intentar",
- "An error occurred. Please try again" : "S'ha produït un error. Si us plau, torneu-ho a intentar",
- "Home" : "Casa",
- "Work" : "Feina",
- "Other" : "Un altre",
- "{sharee} (remote group)" : "{sharee} (grup remot)",
- "{sharee} ({type}, {owner})" : "{sharee} ({type}, {owner})",
- "Share" : "Comparteix",
- "Name or email address..." : "Nom o adreça electrònica...",
- "Name or federated cloud ID..." : "Nom o ID de Núvol Federat…",
- "Name, federated cloud ID or email address..." : "Nom, ID de núvol federat o adreça de correu electrònic…",
- "Name..." : "Nom...",
- "Error removing share" : "Error al treure compartició",
- "({scope})" : "({scope})",
- "Saving..." : "S'està desant...",
- "Dismiss" : "Descarta",
- "Your client should now be connected! You can close this window." : "El vostre client ja està connectat! Podeu tancar aquesta finestra.",
- "New Password" : "Contrasenya nova",
- "Cancel log in" : "Cancel·la l'accés a"
+ "Checking whether the database schema can be updated (this can take a long time depending on the database size)" : "S'està comprovant si l'esquema de base de dades es pot actualitzar (això pot trigar temps segons la mida de la base de dades)",
+ "Checked database schema update" : "S'ha comprobat l'actualització de l'esquema de la base de dades",
+ "Checking updates of apps" : "S'estan comprovant les actualitzacions d'aplicacions",
+ "Checking for update of app \"%s\" in appstore" : "S'estan comprovant les actualitzacions de l'aplicació \"%s\" al repositori",
+ "Update app \"%s\" from appstore" : "Actualitza l'aplicació \"%s\" del repositori",
+ "Checked for update of app \"%s\" in appstore" : "Comprovades les actualitzacions de l'aplicació \"%s\" al repositori",
+ "Checked database schema update for apps" : "S'ha comprovat l'actualització de l'esquema de la base de dades per les apps",
+ "Following apps have been disabled: %s" : "S'han desactivat les aplicacions següents: %s",
+ "Your web server is not properly set up to resolve \"{url}\". Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "El vostre servidor web no està configurat correctament per resoldre \"{url}\". Trobareu més informació a la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentació</a>.",
+ "Your web server is not properly set up to resolve \"{url}\". This is most likely related to a web server configuration that was not updated to deliver this folder directly. Please compare your configuration against the shipped rewrite rules in \".htaccess\" for Apache or the provided one in the documentation for Nginx at it's <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation page</a>. On Nginx those are typically the lines starting with \"location ~\" that need an update." : "El teu servidor no està correctament configurat per resoldre \"{url}\". Segurament això és degut a que la configuració del servidor no s'ha actualitzat per servir aquesta carpeta directament. Compara la teva configuració amb les regles de reescriptura de sèrie \".htaccess\" per Apache o les que trobaràs a la configuració de Nginx a la seva <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">pàgina de documentació</a>. En Nginx normalment cal actualitzar les línies que comencen amb \"location ~\".",
+ "Your web server is not properly set up to deliver .woff2 files. This is typically an issue with the Nginx configuration. For Nextcloud 15 it needs an adjustement to also deliver .woff2 files. Compare your Nginx configuration to the recommended configuration in our <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "El vostre servidor web no està correctament configurat per lliurar fitxers de tipus .woff2. Això és típicament un problema amb la configuració de Nginx. Per Nextcloud 15 s’ha de fer una adaptació per oferir també fitxer .woff2. Compareu la vostra configuració de Nginx a la configuració recomanada en la nostra <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentació</a>.",
+ "Please check the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">installation documentation ↗</a> for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "Comproveu la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\"> documentació d’instal·lació ↗</a> per a notes de configuració de PHP i la configuració de PHP del vostre servidor, especialment fent servir php-fpm.",
+ "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems. See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation ↗</a> for more information." : "El bloqueig de fitxers transaccional està inhabilitat, això podria portar problemes amb situacions de competició. Habiliteu “filelocking.enabled” a config.php per evitar aquests problemes. Vegeu la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentació ↗</a> per més informació.",
+ "Last background job execution ran {relativeTime}. Something seems wrong." : "La darrera execució de tasca en segon pla ha trigat {relativeTime}. Sembla que alguna cosa ha anat malament.",
+ "Check the background job settings" : "Comproveu la paràmetres de les tasques de segon pla",
+ "No memory cache has been configured. To enhance performance, please configure a memcache, if available. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "No s’ha configurat cap memòria cau. Per millorar el rendiment configureu un memcache si està disponible. Trobareu més informació a la nostra <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentació</a>.",
+ "No suitable source for randomness found by PHP which is highly discouraged for security reasons. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Cap font d'aleatorietat trobada per PHP, la qual cosa és molt desaconsellada per motius de seguretat. Trobareu més informació a la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentació</a>.",
+ "You are currently running PHP {version}. Upgrade your PHP version to take advantage of <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">performance and security updates provided by the PHP Group</a> as soon as your distribution supports it." : "Actualment esteu executant PHP {version}. Us animem a actualitzar la versió de PHP que feu servir per tenir avantatge d’<a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">actualitzacions de rendiment i seguretat proporcionats pel PHP Group</a> tan aviat com ho suporti la vostra distribució.",
+ "The reverse proxy header configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If not, this is a security issue and can allow an attacker to spoof their IP address as visible to the Nextcloud. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "La configuració de capçaleres per proxy invers és incorrecta o esteu accedint a Nextcloud des d'un proxy de confiança. Si no, aquest és un problema de seguretat i pot permetre a un atacant falsejar la seva adreça d'IP visible al Nextcloud. Trobareu més informació a la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentació</a>.",
+ "Memcached is configured as distributed cache, but the wrong PHP module \"memcache\" is installed. \\OC\\Memcache\\Memcached only supports \"memcached\" and not \"memcache\". See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">memcached wiki about both modules</a>." : "Memcached està configurat com a memòria cau distribuïda, però hi ha instal·lat el mòdul erroni de PHP \"memcache\". \\OC\\Memcache\\Memcached només dóna suport \"memcached\" i no \"memcache\". Mireu la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\"> wiki de memcached sobre ambdós mòduls</a>.",
+ "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">List of invalid files…</a> / <a href=\"{rescanEndpoint}\">Rescan…</a>)" : "Alguns fitxers no han passat la comprovació d'integritat. Trobareu més informació sobre com resoldre aquest assumpte a la nostra <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentació</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">Llista de fitxers no vàlids...</a> / <a href=\"{rescanEndpoint}\">Torna a cercar…</a>)",
+ "The PHP OPcache module is not loaded. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance it is recommended</a> to load it into your PHP installation." : "El mòdul de PHP OPcache no està carregat. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\"> Per un millor rendiment es recomana</a> carregar-lo a la vostra instal·lació de PHP.",
+ "The PHP OPcache is not properly configured. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance it is recommended</a> to use the following settings in the <code>php.ini</code>:" : "La OPcache de PHP no està configurada correctament. <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">Per un millor rendiment es recomana</a> fer servir els següents paràmetres en el <code>php.ini</code>:",
+ "Some columns in the database are missing a conversion to big int. Due to the fact that changing column types on big tables could take some time they were not changed automatically. By running 'occ db:convert-filecache-bigint' those pending changes could be applied manually. This operation needs to be made while the instance is offline. For further details read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "Algunes columnes de la base de dades els hi falten una conversió a gran enter. Degut al fet que canviar tipus de columna en grans taules podria trigar una mica, no s’han canviat automàticament. Executant 'occ db:convert-filecache-bigint' aquests canvis pendents es podrien aplicar manualment. Aquesta operació s’ha de fer mentre la instància està fora de línia. Per a més detalls llegiu <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">la pàgina de documentació sobre això</a>.",
+ "To migrate to another database use the command line tool: 'occ db:convert-type', or see the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation ↗</a>." : "Per migrar a una altra base de dades, feu servir l'eina de línia d'ordres: 'occ db:convert-type', o vegeu la <a target=\"_blank\"rel=\"noreferrer noopener\"href=\"{docLink}\">documentació ↗</a>.",
+ "Use of the the built in php mailer is no longer supported. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Please update your email server settings ↗<a/>." : "L’ús de la missatgeria pròpia del PHP (php mailer) ja no és compatible. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Si us plau actualitzeu la configuració del vostre servidor de correu electrònic ↗<a/>.",
+ "MySQL is used as database but does not support 4-byte characters. To be able to handle 4-byte characters (like emojis) without issues in filenames or comments for example it is recommended to enable the 4-byte support in MySQL. For further details read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "El MySQL es fa servir com a base de dades, però no suporta caràcters de 4 bytes. Per poder gestionar caràcters de 4 bytes (com emojis) sense problemes en noms de fitxers o comentaris, per exemple, es recomana habilitar el suport de 4 bytes a MySQL. Per a més detalls, llegiu <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">la pàgina de documentació que parla d'això</a>.",
+ "You are accessing your instance over a secure connection, however your instance is generating insecure URLs. This most likely means that you are behind a reverse proxy and the overwrite config variables are not set correctly. Please read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "Esteu accedint a la instància mitjançant una connexió segura, però la instància està generant adreces URL no segures. Això segurament vol dir que us trobeu darrere d'un servidor intermediari invers i que les variables de configuració de sobreescriptura no s'han definit correctament. Llegiu la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">pàgina de documentació sobre aquest tema</a>.",
+ "The \"{header}\" HTTP header is not set to \"{val1}\", \"{val2}\", \"{val3}\", \"{val4}\" or \"{val5}\". This can leak referer information. See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{link}\">W3C Recommendation ↗</a>." : "La capçalera HTTP “{header}” no està definit com a \"{val1}\", \"{val2}\", \"{val3}\", \"{val4}\" o \"{val5}\". Això pot provocar fuites d'informació. Vegeu la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{link}\"> recomanació del W3C ↗</a>.",
+ "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the <a href=\"{docUrl}\" rel=\"noreferrer noopener\">security tips ↗</a>." : "La capçalera HTTP “Strict-Transport-Security” no està establerta a un mínim de \"{seconds}\" segons. Per a més seguretat, es recomana habilitar HSTS tal i com es descriu en els <a href=\"{docUrl}\" rel=\"noreferrer noopener\">consells de seguretat ↗</a>.",
+ "Accessing site insecurely via HTTP. You are strongly advised to set up your server to require HTTPS instead, as described in the <a href=\"{docUrl}\">security tips ↗</a>." : "S'accedeix al lloc de manera no segura mitjançant HTTP. Se us recomana que configureu el vostre servidor per requerir HTTPS, tal com es descriu als <a href=\"{docUrl}\">consells de seguretat ↗</a>.",
+ "Continue to Nextcloud" : "Continua a Nextcloud",
+ "_The update was successful. Redirecting you to Nextcloud in %n second._::_The update was successful. Redirecting you to Nextcloud in %n seconds._" : ["L'actualització va ser reeixida. Redirigint a Nextcloud en %n segon.","L’actualització ha estat un èxit. Se us redirigirà cap a Nextcloud d'aquí a %n segons."],
+ "Searching other places" : "S'estan cercant altres ubicacions",
+ "No search results in other folders for {tag}{filter}{endtag}" : "No hi ha resultats de la cerca en altres carpetes per {tag}{filter}{endtag}",
+ "_{count} search result in another folder_::_{count} search results in other folders_" : ["{count} resultat de cerca en altres carpetes","{count} resultats de cerca en altres carpetes"],
+ "A password reset message has been sent to the e-mail address of this account. If you do not receive it, check your spam/junk folders or ask your local administrator for help." : "S'ha enviat un missatge de reinici de contrasenya a l'adreça electrònica d'aquest compte. Si no el rebeu, comproveu les vostres carpetes de correu brossa o demaneu ajuda al vostre administrador local.",
+ "Password can not be changed. Please contact your administrator." : "La contrasenya no es pot canviar. Contacteu amb l'administrador.",
+ "Could not fetch list of apps from the app store." : "No s'ha pogut obtenir la llista d'aplicacions de la botiga d'aplicacions.",
+ "Nextcloud {app}" : "{app} del Nextcloud",
+ "Can't install this app because it is not compatible" : "No es pot instal·lar aquesta aplicació perquè no és compatible",
+ "Can't install this app" : "No es pot instal·lar aquesta aplicació",
+ "These apps will be updated:" : "Aquestes aplicacions s'actualitzaran:",
+ "For more details see the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Per a més detalls consulteu <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">la documentació</a>."
},"pluralForm" :"nplurals=2; plural=(n != 1);"
} \ No newline at end of file
diff --git a/core/l10n/cs.js b/core/l10n/cs.js
index bd9970e87a8..4bf789fe33f 100644
--- a/core/l10n/cs.js
+++ b/core/l10n/cs.js
@@ -5,16 +5,25 @@ OC.L10N.register(
"File is too big" : "Soubor je příliš velký",
"The selected file is not an image." : "Vybraný soubor není obrázek.",
"The selected file cannot be read." : "Vybraný soubor se nedaří přečíst.",
+ "The file was uploaded" : "Soubor byl nahrán",
+ "The uploaded file exceeds the upload_max_filesize directive in php.ini" : "Velikost nahrávaného souboru překračuje limit nastavení direktivou upload_max_filesize v php.ini",
+ "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Nahraný soubor překračuje nastavení MAX_FILE_SIZE, které bylo zadáno v HTML formuláři",
+ "The file was only partially uploaded" : "Soubor byl nahrán pouze z části",
+ "No file was uploaded" : "Nebyl nahrán žádný soubor",
+ "Missing a temporary folder" : "Chybí složka pro dočasné soubory",
+ "Could not write file to disk" : "Soubor se nedaří zapsat na úložiště",
+ "A PHP extension stopped the file upload" : "PHP rozšíření zastavilo nahrávání souboru",
"Invalid file provided" : "Zadán neplatný soubor",
"No image or file provided" : "Neposkytnut žádný obrázek nebo soubor",
"Unknown filetype" : "Neznámý typ souboru",
"Invalid image" : "Neplatný obrázek",
"An error occurred. Please contact your admin." : "Došlo k chybě. Obraťte se na svého správce.",
- "No temporary profile picture available, try again" : "Dočasný profilový obrázek není k dispozici, zkuste to znovu",
- "No crop data provided" : "Nebyla poskytnuta data pro oříznutí obrázku",
+ "No temporary profile picture available, try again" : "Není k dispozici žádný dočasný profilový obrázek – zkuste to znovu",
+ "No crop data provided" : "Nezadáno, jak má být obrázek oříznut",
"No valid crop data provided" : "Nebyla poskytnuta platná data pro oříznutí obrázku",
"Crop is not square" : "Ořez není čtvercový",
- "State token does not match" : "Stavový token neodpovídá",
+ "State token does not match" : "Stavový token se neshoduje",
+ "Invalid app password" : "Neplatné heslo pro aplikaci",
"Could not complete login" : "Přihlášení se nedaří dokončit",
"Your login token is invalid or has expired" : "Váš přihlašovací token není platný nebo jeho platnost skončila",
"Password reset is disabled" : "Resetování hesla je vypnuté",
@@ -28,89 +37,85 @@ OC.L10N.register(
"Nextcloud Server" : "Server Nextcloud",
"Some of your link shares have been removed" : "Některé vaše sdílené odkazy byly odstraněny",
"Due to a security bug we had to remove some of your link shares. Please see the link for more information." : "Kvůli chybě v zabezpečení bylo třeba odstranit některé z sdílení odkazem. Další informace viz odkaz.",
- "Preparing update" : "Příprava na aktualizaci",
+ "The user limit of this instance is reached." : "Bylo dosaženo limitu uživatelů této instance.",
+ "Enter your subscription key to increase the user limit. For more information about Nextcloud Enterprise see our website." : "Zadejte klíč předplatného, abyste zvýšili uživatelský limit. Další informace o Nextcloud Enterprise najdete na našich webových stránkách.",
+ "Preparing update" : "Příprava pro aktualizaci",
"[%d / %d]: %s" : "[%d / %d]: %s",
"Repair step:" : "Krok opravy:",
"Repair info:" : "Informace o opravě:",
"Repair warning:" : "Varování ohledně opravy:",
"Repair error:" : "Chyba opravy:",
- "Please use the command line updater because automatic updating is disabled in the config.php." : "Zaktualizujte z příkazového řádku, protože automatická aktualizace je zakázána v config.php.",
- "[%d / %d]: Checking table %s" : "[%d / %d]: Kontrola tabulky %s",
+ "Please use the command line updater because automatic updating is disabled in the config.php." : "Zaktualizujte z příkazového řádku, protože automatická aktualizace je v config.php vypnutá.",
+ "[%d / %d]: Checking table %s" : "[%d / %d]: Kontroluje se tabulka %s",
"Turned on maintenance mode" : "Přepnuto do režimu údržby",
"Turned off maintenance mode" : "Přepnuto zpět z režimu údržby",
"Maintenance mode is kept active" : "Režim údržby je ponechán",
"Updating database schema" : "Aktualizace schéma databáze",
"Updated database" : "Zaktualizována databáze",
- "Checking whether the database schema can be updated (this can take a long time depending on the database size)" : "Probíhá zjišťování, zda je možné aktualizovat schéma databáze (v závislosti na velikosti databáze to může zabrat delší dobu)",
- "Checked database schema update" : "Aktualizace schéma databáze byla ověřena",
- "Checking updates of apps" : "Kontrola aktualizace aplikací",
- "Checking for update of app \"%s\" in appstore" : "Hledám aktualizaci aplikace „%s“ v obchodu s aplikacemi",
- "Update app \"%s\" from appstore" : "Aktualizuje se aplikace „%s“ z katalogu aplikací",
- "Checked for update of app \"%s\" in appstore" : "Zkontrolována aktualizace aplikace „%s“ v katalogu aplikací",
+ "Checking for update of app \"%s\" in App Store" : "Zjišťování aktualizace aplikace „%s“ v katalogu aplikací",
+ "Update app \"%s\" from App Store" : "Aktualizovat aplikaci „%s“ z katalogu aplikací",
+ "Checked for update of app \"%s\" in App Store" : "Zkontrolovány aktualizace aplikace „%s“ v katalogu aplikací",
"Checking whether the database schema for %s can be updated (this can take a long time depending on the database size)" : "Probíhá zjišťování, zda je možné aktualizovat schéma databáze používané pro %s (v závislosti na velikosti databáze to může zabrat delší dobu)",
- "Checked database schema update for apps" : "Aktualizace schéma databáze pro aplikace byla ověřena",
"Updated \"%1$s\" to %2$s" : "Aktualizováno „%1$s“ na %2$s",
"Set log level to debug" : "Nastavit úroveň podrobnosti záznamu událostí na stupeň ladění (debug)",
"Reset log level" : "Vrátit podrobnost záznamu událostí na výchozí úroveň",
"Starting code integrity check" : "Spouští se kontrola neporušenosti kódu",
- "Finished code integrity check" : "Kontrola neporušenosti kódu dokončena",
+ "Finished code integrity check" : "Kontrola neporušenosti zdrojových kódů aplikace dokončena",
"%s (incompatible)" : "%s (nekompatibilní)",
- "Following apps have been disabled: %s" : "Následující aplikace byly vypnuty: %s",
+ "The following apps have been disabled: %s" : "Následující aplikace byly vypnuty: %s",
"Already up to date" : "Už je aktuální",
"Your web server is not yet properly set up to allow file synchronization, because the WebDAV interface seems to be broken." : "Váš webový server ještě není správně nastaven, pro umožnění synchronizace souborů, rozhraní WebDAV pravděpodobně není funkční.",
- "Your web server is not properly set up to resolve \"{url}\". Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Váš webový server není správně nastaven pro rozpoznání „{url}“. Více informací lze nalézt v naší <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentaci</a>.",
- "Your web server is not properly set up to resolve \"{url}\". This is most likely related to a web server configuration that was not updated to deliver this folder directly. Please compare your configuration against the shipped rewrite rules in \".htaccess\" for Apache or the provided one in the documentation for Nginx at it's <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation page</a>. On Nginx those are typically the lines starting with \"location ~\" that need an update." : "Váš webový server není nastaven správně aby přeložil „{url}“. To nejspíš souvisí s nastavením webového serveru, které nebylo aktualizováno pro přímé doručování této složky. Porovnejte svá nastavení vůči dodávaným rewrite pravidlům v „.htaccess“ (pro Apache) nebo těm poskytnutým v dokumentaci (pro Nginx) v jeho <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">stránce v dokumentaci</a>. U Nginx je typicky třeba aktualizovat řádky začínající na „location ~“.",
- "Your web server is not properly set up to deliver .woff2 files. This is typically an issue with the Nginx configuration. For Nextcloud 15 it needs an adjustement to also deliver .woff2 files. Compare your Nginx configuration to the recommended configuration in our <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Váš webový server není nastaven správně tak, aby doručoval soubory .woff2. Toto je typicky problém s nastavením Nginx. Pro Nextcloud 15 je třeba ho upravit aby doručoval také soubory .woff2. Porovnejte svoje nastavení Nginx s tím doporučeným v naší <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentaci</a>.",
+ "Your web server is not properly set up to resolve \"{url}\". Further information can be found in the {linkstart}documentation ↗{linkend}." : "Tento webový server není správně nastaven pro rozpoznání „{url}“. Další informace jsou k dispozici v {linkstart}dokumentaci ↗{linkend}.",
+ "Your web server is not properly set up to resolve \"{url}\". This is most likely related to a web server configuration that was not updated to deliver this folder directly. Please compare your configuration against the shipped rewrite rules in \".htaccess\" for Apache or the provided one in the documentation for Nginx at it's {linkstart}documentation page ↗{linkend}. On Nginx those are typically the lines starting with \"location ~\" that need an update." : "Tento webový server není správně nastaven pro rozpoznání „{url}“. To nejspíše souvisí s nastavením webového serveru, které nebylo upraveno tak, aby jej dovedlo přímo do této složky. Porovnejte svou konfiguraci s dodávanými rewrite pravidly v „.htaccess“ pro Apache nebo těm poskytnutým v dokumentaci pro Nginx na této {linkstart}stránce s dokumentací ↗{linkend}. U Nginx jsou to obvykle řádky začínající na „location ~“, které potřebují úpravu.",
+ "Your web server is not properly set up to deliver .woff2 files. This is typically an issue with the Nginx configuration. For Nextcloud 15 it needs an adjustement to also deliver .woff2 files. Compare your Nginx configuration to the recommended configuration in our {linkstart}documentation ↗{linkend}." : "Váš webový server není správně nastaven k doručování .woff2 souborů. To je obvykle chyba v nastavení Nginx. Nextcloud 15 také potřebuje úpravu k doručování .woff2 souborů. Porovnejte své nastavení Nginx s doporučeným nastavením v naší {linkstart}dokumentaci ↗{linkend}.",
"PHP does not seem to be setup properly to query system environment variables. The test with getenv(\"PATH\") only returns an empty response." : "Zdá se, že PHP není správně nastaveno pro dotazování proměnných prostředí systému. Test s příkazem getenv(\"PATH\") vrátí pouze prázdnou odpověď.",
- "Please check the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">installation documentation ↗</a> for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "Nahlédněte do <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">instalační dokumentace ↗</a> kvůli poznámkám pro nastavování PHP a zkontrolujte nastavení PHP na svém serveru, zejména pokud používáte php-fpm.",
+ "Please check the {linkstart}installation documentation ↗{linkend} for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "Nahlédněte do ↗{linkstart}instalační dokumentace ↗{linkend} kvůli poznámkám pro nastavování PHP a zkontrolujte nastavení PHP na svém serveru, zejména pokud používáte php-fpm.",
"The read-only config has been enabled. This prevents setting some configurations via the web-interface. Furthermore, the file needs to be made writable manually for every update." : "Nastavení bylo přepnuto do režimu pouze pro čtení. To brání změnám prostřednictvím webového rozhraní. Dále při každé aktualizaci, je třeba soubor ručně zpřístupnit pro zápis.",
"Your database does not run with \"READ COMMITTED\" transaction isolation level. This can cause problems when multiple actions are executed in parallel." : "Vaše databáze není spuštěná s úrovní izolace transakcí „READ COMMITTED“. Toto může způsobit problémy při paralelním spouštění více akcí současně.",
"The PHP module \"fileinfo\" is missing. It is strongly recommended to enable this module to get the best results with MIME type detection." : "Modul PHP „fileinfo“ chybí. Důrazně se doporučuje zapnout tento modul pro zajištění lepšího zjišťování MIME typů.",
- "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems. See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation ↗</a> for more information." : "Transakční zamykání souborů je vypnuto, což může vést k problémům při souběžném přístupu. Abyste se jim vyhli, zapněte v config.php volbu „filelocking.enabled“. Další informace naleznete v <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentaci ↗</a>.",
+ "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems. See the {linkstart}documentation ↗{linkend} for more information." : "Transakční zamykání souborů je vypnuto, což může vést k problémům při souběžném přístupu. Abyste se jim vyhli, zapněte v config.php volbu „filelocking.enabled“. Další informace naleznete v {linkstart}dokumentaci ↗{linkend}.",
"If your installation is not installed at the root of the domain and uses system cron, there can be issues with the URL generation. To avoid these problems, please set the \"overwrite.cli.url\" option in your config.php file to the webroot path of your installation (suggestion: \"{suggestedOverwriteCliURL}\")" : "Pokud se vaše instalace nenachází v kořeni domény a používá plánovač systému, může být problém s vytvářením URL adres. Abyste se jim vyhnuli, nastavte volbu „overwrite.cli.url“ v souboru config.php na umístění kořene webu vaší instalace (doporučení: „{suggestedOverwriteCliURL}“)",
+ "Your installation has no default phone region set. This is required to validate phone numbers in the profile settings without a country code. To allow numbers without a country code, please add \"default_phone_region\" with the respective {linkstart}ISO 3166-1 code ↗{linkend} of the region to your config file." : "Vaše instalace nemá nastavenou žádnou výchozí oblast telefonu. To je nutné k ověření telefonních čísel v nastavení profilu bez kódu země. Chcete-li povolit čísla bez kódu země, přidejte do svého souboru s nastaveními řetězec „default_phone_region“ s příslušným {linkstart} kódem ISO 3166-1 {linkend} regionu.",
"It was not possible to execute the cron job via CLI. The following technical errors have appeared:" : "Nebylo možné vykonat naplánovanou úlohu z příkazového řádku. Objevily se následující technické chyby:",
- "Last background job execution ran {relativeTime}. Something seems wrong." : "Vykonání poslední naplánované úlohy: {relativeTime}. Vypadá to, že něco není v pořádku.",
- "Check the background job settings" : "Prověřte nastavení cronjob na pozadí",
+ "Last background job execution ran {relativeTime}. Something seems wrong. {linkstart}Check the background job settings ↗{linkend}." : "Poslední provedení úlohy na pozadí bylo spuštěno {relativeTime}. To vypadá, že něco není v pořádku. {linkstart}Zkontrolujte nastavení úlohy na pozadí ↗{linkend}.",
"This server has no working Internet connection: Multiple endpoints could not be reached. This means that some of the features like mounting external storage, notifications about updates or installation of third-party apps will not work. Accessing files remotely and sending of notification emails might not work, either. Establish a connection from this server to the Internet to enjoy all features." : "Tento server nemá funkční připojení k Internetu: Nedaří se připojit k vícero koncovým bodům. Některé moduly jako např. externí úložiště, upozorňování na dostupnost aktualizací, nebo instalace aplikací třetích stran kvůli tomu nebudou fungovat. Přístup k souborům z jiných míst a odesílání e-mailů s upozorněními také nemusí fungovat. Pokud chcete využívat všechny možnosti tohoto serveru, doporučujeme zprovoznit připojení k Internetu.",
- "No memory cache has been configured. To enhance performance, please configure a memcache, if available. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Nebyla nastavena mezipaměť v paměti. Pokud je dostupná, nastavte ji pro zlepšení výkonu. Další informace lze nalézt v naší <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentaci</a>.",
- "No suitable source for randomness found by PHP which is highly discouraged for security reasons. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "PHP nenalezlo žádný použitelný zdroj náhodnosti, což je silně nedoporučeno z důvodu zabezpečení. Bližší informace naleznete v <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentaci</a>.",
- "You are currently running PHP {version}. Upgrade your PHP version to take advantage of <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">performance and security updates provided by the PHP Group</a> as soon as your distribution supports it." : "Aktuálně používáte PHP {version}. Aktualizujte verzi PHP, abyste mohli využít <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">výkonnostní a bezpečnostní aktualizace poskytované autory PHP</a> tak rychle, jak to vaše distribuce umožňuje.",
- "Nextcloud 19 is the last release supporting PHP 7.2. Nextcloud 20 requires at least PHP 7.3." : "Nextcloud 19 je posledním vydáním, které podporuje PHP 7.2. Nextcloud 20 vyžaduje přinejmenším PHP 7.3.",
- "The reverse proxy header configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If not, this is a security issue and can allow an attacker to spoof their IP address as visible to the Nextcloud. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Nastavení hlaviček reverzní proxy není správné nebo přistupujete na Nextcloud z důvěryhodné proxy. Pokud nepřistupujete k Nextcloud z důvěryhodné proxy, potom je toto bezpečností chyba a může útočníkovi umožnit falšovat IP adresu, kterou NextCloud vidí. Další informace lze nalézt v naší <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentaci</a>.",
- "Memcached is configured as distributed cache, but the wrong PHP module \"memcache\" is installed. \\OC\\Memcache\\Memcached only supports \"memcached\" and not \"memcache\". See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">memcached wiki about both modules</a>." : "Je nastaven memcached jako distribuovaná cache, ale je nainstalovaný nesprávný PHP modul „memcache“. \\OC\\Memcache\\Memcached podporuje pouze „memcached“ a ne „memcache“. Podívejte se na <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">memcached wiki pro oba moduly</a>.",
- "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">List of invalid files…</a> / <a href=\"{rescanEndpoint}\">Rescan…</a>)" : "Některé soubory neprošly kontrolou integrity. Více informací o tom jak tento problém vyřešit, lze nalézt v naší <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentaci</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">Seznam neplatných souborů…</a> / <a href=\"{rescanEndpoint}\">Znovu ověřit…</a>)",
- "The PHP OPcache module is not loaded. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance it is recommended</a> to load it into your PHP installation." : "PHP modul OPcache není načten. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Pro lepší výkon je doporučeno</a> načíst ho do vaší PHP instalace.",
- "The PHP OPcache is not properly configured. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance it is recommended</a> to use the following settings in the <code>php.ini</code>:" : "PHP OPcache není správně nakonfigurována.<a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Pro lepší výkon doporučujeme</a> použít následující nastavení v <code>php.ini</code>:",
+ "No memory cache has been configured. To enhance performance, please configure a memcache, if available. Further information can be found in the {linkstart}documentation ↗{linkend}." : "Nebyla nastavena mezipaměť v paměti. Pokud je dostupná, nastavte ji pro zlepšení výkonu. Další informace lze nalézt v naší {linkstart}dokumentaci ↗{linkend}.",
+ "No suitable source for randomness found by PHP which is highly discouraged for security reasons. Further information can be found in the {linkstart}documentation ↗{linkend}." : "PHP nenalezlo žádný použitelný zdroj náhodnosti, což je silně nedoporučeno z důvodu zabezpečení. Bližší informace naleznete v {linkstart}dokumentaci ↗{linkend}.",
+ "You are currently running PHP {version}. Upgrade your PHP version to take advantage of {linkstart}performance and security updates provided by the PHP Group ↗{linkend} as soon as your distribution supports it." : "Nyní používáte PHP {version}. Abyste mohli využívat {linkstart}aktualizace, zlepšující výkonnost a zabezpečení, poskytované autory PHP↗{linkend}, přejděte na jeho novější verzi. A to tak rychle, jak to vámi využívaná distribuce operačního systému umožňuje.",
+ "Nextcloud 20 is the last release supporting PHP 7.2. Nextcloud 21 requires at least PHP 7.3." : "Nextcloud 20 je posledním vydáním, které podporuje PHP 7.2. Nextcloud 21 vyžaduje přinejmenším PHP 7.3.",
+ "The reverse proxy header configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If not, this is a security issue and can allow an attacker to spoof their IP address as visible to the Nextcloud. Further information can be found in the {linkstart}documentation ↗{linkend}." : "Nastavení hlaviček reverzní proxy není správné nebo přistupujete na Nextcloud z důvěryhodné proxy. Pokud nepřistupujete k Nextcloud z důvěryhodné proxy, potom je toto bezpečností chyba a může útočníkovi umožnit falšovat IP adresu, kterou NextCloud vidí. Další informace lze nalézt v naší {linkstart}dokumentaci ↗{linkend}.",
+ "Memcached is configured as distributed cache, but the wrong PHP module \"memcache\" is installed. \\OC\\Memcache\\Memcached only supports \"memcached\" and not \"memcache\". See the {linkstart}memcached wiki about both modules ↗{linkend}." : "Je nastaven memcached jako distribuovaná cache, ale je nainstalovaný nesprávný PHP modul „memcache“. \\OC\\Memcache\\Memcached podporuje pouze „memcached“ a ne „memcache“. Podívejte se na {linkstart}memcached wiki pro oba moduly ↗{linkend}..",
+ "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in the {linkstart1}documentation ↗{linkend}. ({linkstart2}List of invalid files…{linkend} / {linkstart3}Rescan…{linkend})" : "Některé soubory neprošly kontrolou integrity. Podrobnosti ohledně řešení tohoto problém lze nalézt v {linkstart1}dokumentaci↗{linkend}. ({linkstart2}Seznam neplatných souborů…{linkend} / {linkstart3}Znovu ověřit…{linkend})",
+ "The PHP OPcache module is not loaded. {linkstart}For better performance it is recommended ↗{linkend} to load it into your PHP installation." : "PHP modul OPcache není načten. {linkstart}Pro lepší výkon je doporučeno ↗{linkend} načíst ho do vaší PHP instalace.",
+ "The PHP OPcache module is not properly configured. {linkstart}For better performance it is recommended ↗{linkend} to use the following settings in the <code>php.ini</code>:" : "PHP OPcache není správně nastavené. {linkstart}Pro lepší výkon je doporučeno ↗{linkend} použít v <code>php.ini</code> následující nastavení:",
"The PHP function \"set_time_limit\" is not available. This could result in scripts being halted mid-execution, breaking your installation. Enabling this function is strongly recommended." : "PHP funkce „set_time_limit“ není dostupná. To může způsobit ukončení skriptů uprostřed provádění a další problémy s instalací. Doporučujeme tuto funkci povolit.",
- "Your PHP does not have FreeType support, resulting in breakage of profile pictures and the settings interface." : "Vaše PHP nepodporuje FreeType, to bude mít za následky poškození obrázků profilů a nastavení rozhraní",
+ "Your PHP does not have FreeType support, resulting in breakage of profile pictures and the settings interface." : "Vámi využívaná verze PHP nepodporuje FreeType, což bude mít za následky vizuální nedostatky u obrázků profilů a v rozhraní pro nastavování.",
"Missing index \"{indexName}\" in table \"{tableName}\"." : "Chybí index „{indexName}“ v tabulce „{tableName}“.",
"The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "V databázi chybí některé indexy. Protože přidávání indexů na velkých tabulkách může zabrat nějaký čas, nebyly přidány automaticky. Spuštěním „occ db:add-missing-indices“ je možné tyto chybějící indexy ručně za provozu instance. Po přidání indexů dotazy do těchto tabulek jsou obvykle mnohem rychlejší.",
- "This instance is missing some recommended PHP modules. For improved performance and better compatibility it is highly recommended to install them." : "V této instanci chybí některé doporučené moduly PHP. Pro lepší výkon a kompatibilitu, je důrazně doporučeno je nainstalovat.",
- "Some columns in the database are missing a conversion to big int. Due to the fact that changing column types on big tables could take some time they were not changed automatically. By running 'occ db:convert-filecache-bigint' those pending changes could be applied manually. This operation needs to be made while the instance is offline. For further details read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "U některých sloupců tabulek databáze doposud nebyla provedena konverze na datový typ big int. To proto, že změna typů sloupců ve velkých tabulkách může trvat dlouho a proto nebylo provedeno automaticky. Provedení je možné spustit ručně a to spuštěním příkazu „occ db: convert-filecache-bigint“. Ovšem provést lze jen tehdy, když je instance Nexcloud odstavená. Další podrobnosti naleznete <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">na stránce v dokumentaci, pojednávající o tomto</a>.",
+ "Missing primary key on table \"{tableName}\"." : "Chybí primární klíč v tabulce „{tableName}“.",
+ "The database is missing some primary keys. Due to the fact that adding primary keys on big tables could take some time they were not added automatically. By running \"occ db:add-missing-primary-keys\" those missing primary keys could be added manually while the instance keeps running." : "V databázi chybí některé primární klíče. Vzhledem k tomu, že přidání primárních klíčů do velkých tabulek může nějakou dobu trvat, nebyly přidány automaticky. Spuštěním příkazu „occ db:add-missing-primary-keys“ lze tyto chybějící primární klíče přidat ručně, zatímco instance běží.",
+ "Missing optional column \"{columnName}\" in table \"{tableName}\"." : "Chybí volitelný sloupec „{columnName}“ v tabulce „{tableName}“.",
+ "The database is missing some optional columns. Due to the fact that adding columns on big tables could take some time they were not added automatically when they can be optional. By running \"occ db:add-missing-columns\" those missing columns could be added manually while the instance keeps running. Once the columns are added some features might improve responsiveness or usability." : "V databázi chybí některé volitelné sloupce. Protože přidání sloupců do rozsáhlých tabulek může trvat dlouho, nebyly přidány automaticky (jsou volitelné). Spuštěním příkazu „occ db:add-missing-columns“ je možné tyto chybějící sloupce přidat ručně a to za provozu instance. Po přidání se může zlepšit doba reakce a použitelnost některých funkcí.",
+ "This instance is missing some recommended PHP modules. For improved performance and better compatibility it is highly recommended to install them." : "Této instanci chybí některé doporučené moduly pro PHP. V zájmu lepšího výkonu a kompatibility, je důrazně doporučeno je nainstalovat.",
+ "Module php-imagick in this instance has no SVG support. For better compatibility it is recommended to install it." : "Modul php-imagick v tomto případě nemá žádnou podporu SVG. Pro lepší kompatibilitu se doporučuje nainstalovat.",
+ "Some columns in the database are missing a conversion to big int. Due to the fact that changing column types on big tables could take some time they were not changed automatically. By running 'occ db:convert-filecache-bigint' those pending changes could be applied manually. This operation needs to be made while the instance is offline. For further details read {linkstart}the documentation page about this ↗{linkend}." : "U některých sloupců tabulek databáze doposud nebyla provedena konverze na datový typ big int. To proto, že změna typů sloupců ve velkých tabulkách může trvat dlouho a proto nebylo provedeno automaticky. Provedení je možné spustit ručně a to spuštěním příkazu „occ db: convert-filecache-bigint“. Ovšem provést lze jen tehdy, když je instance Nexcloud odstavená. Další podrobnosti naleznete {linkstart}na stránce v dokumentaci, pojednávající o tomto↗{linkend}.",
"SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend." : "Jako podpůrná databázová vrstva je nyní používáno SQLite. Pro větší instalace doporučujeme přejít na jinou databázi.",
"This is particularly recommended when using the desktop client for file synchronisation." : "Toto je doporučeno zejména když používáte pro synchronizaci souborů desktop klienta.",
- "To migrate to another database use the command line tool: 'occ db:convert-type', or see the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation ↗</a>." : "Pro migraci na jinou databázi použijte nástroj pro příkazový řádek: „occ db:convert-type“, nebo se podívejte do <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentace ↗</a>.",
- "Use of the the built in php mailer is no longer supported. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Please update your email server settings ↗<a/>." : "Použití odesílání e-mailů, vestavěného v php už není podporováno. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Aktualizujte nastavení svého e-mailového serveru ↗<a/>.",
+ "To migrate to another database use the command line tool: 'occ db:convert-type', or see the {linkstart}documentation ↗{linkend}." : "Pokud chcete-li převést do jiné databáze, použijte nástroj pro příkazový řádek: „occ db:convert-type“, nebo si projděte {linkstart}dokumentaci ↗{linkend}.",
"The PHP memory limit is below the recommended value of 512MB." : "Limit paměti pro PHP je nastaven na níže než doporučenou hodnotu 512MB.",
"Some app directories are owned by a different user than the web server one. This may be the case if apps have been installed manually. Check the permissions of the following app directories:" : "Složky některých aplikací jsou vlastněny jiným uživatelem, než je ten webového serveru. To může být případ pokud aplikace byly nainstalované ručně. Zkontrolujte oprávnění následujících složek aplikací:",
- "MySQL is used as database but does not support 4-byte characters. To be able to handle 4-byte characters (like emojis) without issues in filenames or comments for example it is recommended to enable the 4-byte support in MySQL. For further details read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "Jako databáze je používána MySQL, ale nepodporuje 4 bajtové znaky. Aby bylo možné takové (jako například emotikony) bez problémů obsloužit, je doporučeno zapnout v MySQL podporu pro 4 bajtové znaky. Bližší podrobnosti naleznete v <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentaci o tomto</a>.",
+ "MySQL is used as database but does not support 4-byte characters. To be able to handle 4-byte characters (like emojis) without issues in filenames or comments for example it is recommended to enable the 4-byte support in MySQL. For further details read {linkstart}the documentation page about this ↗{linkend}." : "Jako databáze je používána MySQL, ale nepodporuje 4 bajtové znaky. Aby bylo možné takové znaky (jako například emotikony) v názvech souborů nebo komentářích zobrazit, je doporučeno zapnout podporu 4 bajtových znaků v MySQL. Bližší podrobnosti naleznete v {linkstart}dokumentaci na toto téma ↗{linkend}.",
"This instance uses an S3 based object store as primary storage. The uploaded files are stored temporarily on the server and thus it is recommended to have 50 GB of free space available in the temp directory of PHP. Check the logs for full details about the path and the available space. To improve this please change the temporary directory in the php.ini or make more space available in that path." : "Tato instance používá jako hlavní úložiště objektové úložiště, založené na protokolu S3. Nahrané soubory jsou dočasně ukládány na server a proto je doporučeno mít 50 GB volného prostoru v adresáři temp pro PHP. Podrobnosti o umístění a prostoru, který je k dispozici naleznete v záznamu událostí. Pro navýšení kapacit nasměrujte v php.ini na jiný adresář nebo zvyšte kapacitu stávajícího umístění.",
- "You are accessing your instance over a secure connection, however your instance is generating insecure URLs. This most likely means that you are behind a reverse proxy and the overwrite config variables are not set correctly. Please read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "Přistupujete k vámi využívané instanci přes zabezpečené připojení, nicméně ta vytváří nezabezpečené URL adresy. To nejpravděpodobněji znamená, že se nacházíte za reverzní proxy a přepisovací proměnné nastavení nejsou správně nastavené. Přečtete si tomu věnovanou <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">stránku v dokumentaci</a>. ",
+ "You are accessing your instance over a secure connection, however your instance is generating insecure URLs. This most likely means that you are behind a reverse proxy and the overwrite config variables are not set correctly. Please read {linkstart}the documentation page about this ↗{linkend}." : "Přistupujete k vámi využívané instanci přes zabezpečené připojení, nicméně ta vytváří nezabezpečené URL adresy. To nejpravděpodobněji znamená, že se nacházíte za reverzní proxy a přepisovací proměnné nastavení nejsou správně nastavené. Přečtete si tomu věnovanou {linkstart}stránku v dokumentaci ↗{linkend}.. ",
"Error occurred while checking server setup" : "Při ověřování nastavení serveru došlo k chybě",
+ "For more details see the {linkstart}documentation ↗{linkend}." : "Podrobnosti naleznete v {linkstart}dokumentaci ↗{linkend}.",
"Your data directory and files are probably accessible from the Internet. The .htaccess file is not working. It is strongly recommended that you configure your web server so that the data directory is no longer accessible, or move the data directory outside the web server document root." : "Váš adresář data a vaše soubory jsou pravděpodobně dostupné z Internetu. Soubor .htaccess nefunguje. Je velmi doporučeno zajistit, aby tento adresář již nebyl dostupný z internetu, nebo byl přesunut mimo document root webového serveru.",
"The \"{header}\" HTTP header is not set to \"{expected}\". This is a potential security or privacy risk, as it is recommended to adjust this setting accordingly." : "HTTP hlavička „{header}“ není nastavena ve shodě s „{expected}“. To značí možné ohrožení bezpečnosti a soukromí a je doporučeno toto nastavení upravit.",
"The \"{header}\" HTTP header is not set to \"{expected}\". Some features might not work correctly, as it is recommended to adjust this setting accordingly." : "HTTP hlavička „{header}“ není nastavena ve shodě s „{expected}“. To značí možné ohrožení bezpečnosti a soukromí a je doporučeno toto nastavení upravit.",
"The \"{header}\" HTTP header doesn't contain \"{expected}\". This is a potential security or privacy risk, as it is recommended to adjust this setting accordingly." : "HTTP hlavička „{header}“ neobsahuje „{expected}“. To značí možné ohrožení bezpečnosti a soukromí a je doporučeno toto nastavení upravit.",
- "The \"{header}\" HTTP header is not set to \"{val1}\", \"{val2}\", \"{val3}\", \"{val4}\" or \"{val5}\". This can leak referer information. See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{link}\">W3C Recommendation ↗</a>." : "HTTP hlavička „{header}“ není nastavena na „{val1}“, „{val2}“, „{val3}“, „{val4}“ nebo „{val5}“. To může odhalovat referer informaci. Viz <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{link}\">doporučení W3C ↗</a>.",
- "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the <a href=\"{docUrl}\" rel=\"noreferrer noopener\">security tips ↗</a>." : "HTTP hlavička „Strict-Transport-Security“ není nastavena na přinejmenším „{seconds}“ sekund. Pro lepší zabezpečení je doporučeno zapnout HSTS, jak je popsáno v <a href=\"{docUrl}\" rel=\"noreferrer noopener\">tipech pro zabezpečení ↗</a>.",
- "Accessing site insecurely via HTTP. You are strongly advised to set up your server to require HTTPS instead, as described in the <a href=\"{docUrl}\">security tips ↗</a>." : "Přistupujete přes přes nezabezpečený HTTP protokol. Důrazně doporučujeme nastavit svůj server tak, aby namísto toho vyžadoval HTTPS, jak je popsáno v <a href=\"{docUrl}\">tipech ohledně zabezpečení ↗</a>.",
- "Non-existing tag #{tag}" : "Neexistující štítek #{tag}",
- "restricted" : "omezeno",
- "invisible" : "neviditelný",
- "Delete" : "Smazat",
- "Rename" : "Přejmenovat",
- "Collaborative tags" : "Štítky pro spolupráci",
- "No tags found" : "Nenalezeny žádné štítky",
+ "The \"{header}\" HTTP header is not set to \"{val1}\", \"{val2}\", \"{val3}\", \"{val4}\" or \"{val5}\". This can leak referer information. See the {linkstart}W3C Recommendation ↗{linkend}." : "HTTP hlavička „{header}“ není nastavena na „{val1}“, „{val2}“, „{val3}“, „{val4}“ nebo „{val5}“. To může odhalovat referer informaci. Viz {linkstart}doporučení W3C ↗{linkend}.",
+ "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the {linkstart}security tips ↗{linkend}." : "HTTP hlavička „Strict-Transport-Security“ není nastavena na přinejmenším „{seconds}“ sekund. Pro lepší zabezpečení je doporučeno zapnout HSTS, jak je popsáno v {linkstart}tipech pro zabezpečení ↗{linkend}.",
+ "Accessing site insecurely via HTTP. You are strongly advised to set up your server to require HTTPS instead, as described in the {linkstart}security tips ↗{linkend}." : "Přistupujete přes přes nezabezpečený HTTP protokol. Důrazně doporučujeme nastavit svůj server tak, aby namísto toho vyžadoval HTTPS, jak je popsáno v {linkstart}tipech ohledně zabezpečení ↗{linkend}.",
"unknown text" : "neznámý text",
"Hello world!" : "Zdravíme, světe!",
"sunny" : "slunečno",
@@ -124,28 +129,29 @@ OC.L10N.register(
"An error occurred." : "Došlo k chybě.",
"Please reload the page." : "Načtěte stránku znovu.",
"The update was unsuccessful. For more information <a href=\"{url}\">check our forum post</a> covering this issue." : "Aktualizace nebyla úspěšná. Další informace <a href=\"{url}\">se dočtete v příspěvku na diskuzním fóru</a>, pojednávajícím o tomto problému.",
- "The update was unsuccessful. Please report this issue to the <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">Nextcloud community</a>." : "Aktualizace nebyla úspěšná. Nahlaste problém <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">komunitě kolem Nextcloud</a>",
- "Continue to Nextcloud" : "Pokračovat do Nextcloud",
- "_The update was successful. Redirecting you to Nextcloud in %n second._::_The update was successful. Redirecting you to Nextcloud in %n seconds._" : ["Aktualizace byla úspěšná. Přesměrování do Nextcloud za %n sekundu.","Aktualizace byla úspěšná. Přesměrování do Nextcloud za %n sekundy.","Aktualizace byla úspěšná. Přesměrování do Nextcloud za %n sekund.","Aktualizace byla úspěšná. Přesměrování do Nextcloud za %n sekundy."],
- "Searching other places" : "Prohledávání ostatních umístění",
- "No search results in other folders for {tag}{filter}{endtag}" : "Žádné výsledky v dalších složkách pro {tag}{filter}{endtag}",
- "_{count} search result in another folder_::_{count} search results in other folders_" : ["{count} nález v další složce","{count} nálezy v dalších složkách","{count} nálezů v dalších složkách","{count} nálezy v dalších složkách"],
- "Server side authentication failed!" : "Ověření na straně serveru se nezdařilo!",
+ "The update was unsuccessful. Please report this issue to the <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">Nextcloud community</a>." : "Aktualizace nebyla úspěšná. Prosím nahlaste tento problém <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">komunitě projektu Nextcloud</a>",
+ "Continue to {productName}" : "Pokračujte k {productName}",
+ "_The update was successful. Redirecting you to {productName} in %n second._::_The update was successful. Redirecting you to {productName} in %n seconds._" : ["Aktualizace proběhla úspěšně. Za %n vteřinu budete přesměřováni na {productName}","Aktualizace proběhla úspěšně. Za %n vteřiny budete přesměřováni na {productName}","Aktualizace proběhla úspěšně. Za %n vteřin budete přesměřováni na {productName}","Aktualizace proběhla úspěšně. Za %n vteřin budete přesměřováni na {productName}"],
+ "Log in" : "Přihlásit",
+ "Logging in …" : "Přihlašování…",
+ "Server side authentication failed!" : "Ověření se na straně serveru se nezdařilo!",
"Please contact your administrator." : "Obraťte se na svého správce.",
"An internal error occurred." : "Došlo k vnitřní chybě.",
- "Please try again or contact your administrator." : "Zkuste to znovu nebo se obraťte na svého správce.",
+ "Please try again or contact your administrator." : "Zkuste to znovu nebo se obraťte na správce.",
"Username or email" : "Uživatelské jméno nebo e-mailová adresa",
"Password" : "Heslo",
- "Log in" : "Přihlásit",
- "Logging in …" : "Přihlašování…",
+ "Toggle password visibility" : "Přepnout viditelnost hesla",
"Wrong username or password." : "Nesprávné uživatelské jméno nebo heslo.",
"User disabled" : "Uživatel zakázán",
"We have detected multiple invalid login attempts from your IP. Therefore your next login is throttled up to 30 seconds." : "Bylo rozpoznáno několik neplatných pokusů o přihlášeni z vaší IP adresy. Další přihlášení bude možné za 30 sekund.",
+ "Your account is not setup for passwordless login." : "Váš účet nemá nastavené přihlašování se bez hesla.",
+ "Passwordless authentication is not supported in your browser." : "Přihlašování se bez hesla není ve vámi používaném prohlížeči podporováno.",
+ "Passwordless authentication is only available over a secure connection." : "Ověření se bez hesla je k dispozici pouze přes zabezpečené připojení.",
"Reset password" : "Resetovat heslo",
- "A password reset message has been sent to the e-mail address of this account. If you do not receive it, check your spam/junk folders or ask your local administrator for help." : "Na e-mailovou adresu, vedenou k tomuto účtu, byla odeslána zpráva s pokyny pro znovunastavení hesla. Pokud jste ji neobdrželi, podívejte se také do složek s nevyžádanou poštou (spam) a/nebo požádejte svého místního správce o pomoc.",
+ "A password reset message has been sent to the email address of this account. If you do not receive it, check your spam/junk folders or ask your local administrator for help." : "Na e-mailovou adresu, vedenou k tomuto účtu, byla odeslána zpráva s pokyny pro znovunastavení hesla. Pokud jste ji neobdrželi, podívejte se také do složek s nevyžádanou poštou (spam) a/nebo požádejte svého místního správce o pomoc.",
"If it is not there ask your local administrator." : "Pokud se tam nenachází, zeptejte se svého místního správce.",
"Couldn't send reset email. Please contact your administrator." : "Nepodařilo se odeslat e-mail pro změnu hesla. Obraťte se na správce.",
- "Password can not be changed. Please contact your administrator." : "Heslo nelze změnit. Obraťte se na svého správce systému.",
+ "Password cannot be changed. Please contact your administrator." : "Heslo nelze změnit. Obraťte se na svého správce systému.",
"Back to login" : "Zpět na přihlášení",
"New password" : "Nové heslo",
"Your files are encrypted. There will be no way to get your data back after your password is reset. If you are not sure what to do, please contact your administrator before you continue. Do you really want to continue?" : "Vaše soubory jsou šifrované. Vyresetováním hesla nebude způsob, jak získat vaše data zpět. Pokud nevíte, co dělat, nepokračujte a obraťte se na svého správce. Opravdu chcete pokračovat?",
@@ -153,20 +159,32 @@ OC.L10N.register(
"Resetting password" : "Resetuje se heslo",
"Recommended apps" : "Doporučené aplikace",
"Loading apps …" : "Načítání aplikací…",
- "Could not fetch list of apps from the app store." : "Nedaří se získat seznam aplikací z katalogu.",
+ "Could not fetch list of apps from the App Store." : "Nedaří se získat seznam aplikací z katalogu.",
"Installing apps …" : "Instalace aplikací…",
- "Nextcloud {app}" : "Nextcloud {app}",
"App download or installation failed" : "Stažení aplikace nebo její instalace se nezdařilo",
- "Can't install this app because it is not compatible" : "Tuto aplikaci nelze nainstalovat, protože není kompatibilní",
- "Can't install this app" : "Tuto aplikaci nelze nainstalovat",
+ "Cannot install this app because it is not compatible" : "Tuto aplikaci nelze nainstalovat, protože není kompatibilní",
+ "Cannot install this app" : "Tuto aplikaci nelze nainstalovat",
"Cancel" : "Storno",
"Schedule work & meetings, synced with all your devices." : "Plánujte si práci a schůzky – synchronizováno napříč všemi vašimi zařízeními.",
"Keep your colleagues and friends in one place without leaking their private info." : "Uchovávejte si údaje svých kolegů a přátel na jednom místě, aniž by k jejim osobním údajům získal přístup někdo jiný.",
- "Simple email app nicely integrated with Files, Contacts and Calendar." : "Jednoduchý e-mailový klient, propojený se Soubory, Kontakty a Kalendářem.",
+ "Simple email app nicely integrated with Files, Contacts and Calendar." : "Jednoduchý e-mailový klient, propojený s aplikacemi Soubory, Kontakty a Kalendář.",
"Chatting, video calls, screensharing, online meetings and web conferencing – in your browser and with mobile apps." : "Chatování, videohovory, sdílení obrazovky, schůze na dálku a webové konference – ve webovém prohlížeči a mobilních aplikacích.",
- "Collaboratively edit office documents." : "Spolupracujte na upravování kancelářských dokumentů.",
- "Local document editing back-end used by the OnlyOffice app." : "Místně nainstalovaná vykonávající část pro úpravu dokumentů, využívaná aplikací OnlyOffice.",
+ "Collaboratively edit office documents." : "Spolupracujte na kancelářských dokumentech s ostatními souběžně je upravujícími uživateli.",
+ "Local document editing back-end used by the Collabora Online app." : "Podpůrná vrstva pro místní úpravu dokumentů používána aplikací Collabora Online.",
"Forgot password?" : "Zapomněli jste heslo?",
+ "Log in with a device" : "Přihlásit se pomocí zařízení",
+ "Back" : "Zpět",
+ "Login form is disabled." : "Formulář pro přihlášení je vypnut",
+ "Reset search" : "Resetovat hledání",
+ "Search for {name} only" : "Hledat pouze {name}",
+ "No results for {query}" : "Pro {query} nic nenalezeno",
+ "Start typing to search" : "Hledejte psaním",
+ "Loading more results …" : "Načítání dalších výsledků…",
+ "Load more results" : "Načíst další výsledky",
+ "Search" : "Hledat",
+ "An error occurred while searching for {type}" : "Došlo k chybě při hledání pro {type}",
+ "_Please enter {minSearchLength} character or more to search_::_Please enter {minSearchLength} characters or more to search_" : ["Aby bylo možné vyhledávat, zadejte alespoň {minSearchLength} znak","Aby bylo možné vyhledávat, zadejte alespoň {minSearchLength} znaky","Aby bylo možné vyhledávat, zadejte alespoň {minSearchLength} znaků","Aby bylo možné vyhledávat, zadejte alespoň {minSearchLength} znaky"],
+ "Search {types} …" : "Hledat {types}…",
"Settings" : "Nastavení",
"Could not load your contacts" : "Nedaří se načíst vaše kontakty",
"Search contacts …" : "Prohledat kontakty…",
@@ -200,7 +218,7 @@ OC.L10N.register(
"New Files" : "Nové soubory",
"Already existing files" : "Už existující soubory",
"Which files do you want to keep?" : "Které soubory chcete ponechat?",
- "If you select both versions, the copied file will have a number added to its name." : "Pokud zvolíte obě verze, zkopírovaný soubor bude mít název doplněný o číslo.",
+ "If you select both versions, the copied file will have a number added to its name." : "Pokud zvolíte obě verze, zkopírovaný soubor bude mít název doplněn o číslo.",
"Continue" : "Pokračovat",
"(all selected)" : "(vše vybrané)",
"({count} selected)" : "(vybráno {count})",
@@ -234,6 +252,13 @@ OC.L10N.register(
"Strong password" : "Odolné heslo",
"No action available" : "Není dostupná žádná akce",
"Error fetching contact actions" : "Chyba při získávání akcí kontaktů",
+ "Non-existing tag #{tag}" : "Neexistující štítek #{tag}",
+ "restricted" : "omezeno",
+ "invisible" : "neviditelný",
+ "Delete" : "Smazat",
+ "Rename" : "Přejmenovat",
+ "Collaborative tags" : "Štítky pro spolupráci",
+ "No tags found" : "Nenalezeny žádné štítky",
"Personal" : "Osobní",
"Users" : "Uživatelé",
"Apps" : "Aplikace",
@@ -243,13 +268,16 @@ OC.L10N.register(
"File not found" : "Soubor nenalezen",
"The document could not be found on the server. Maybe the share was deleted or has expired?" : "Dokument se nepodařilo na serveru najít. Možná bylo sdílení smazáno nebo skončila jeho platnost?",
"Back to %s" : "Zpět na %s",
+ "Too many requests" : "Příliš mnoho požadavků",
+ "There were too many requests from your network. Retry later or contact your administrator if this is an error." : "Z vaší sítě bylo příliš mnoho požadavků. Zkuste to později nebo (pokud je toto chyba) se obraťte na svého správce.",
"Error" : "Chyba",
+ "Previous" : "Předchozí",
"Internal Server Error" : "Vnitřní chyba serveru",
"The server was unable to complete your request." : "Server nemohl dokončit váš požadavek.",
"If this happens again, please send the technical details below to the server administrator." : "Pokud se toto stane znovu, pošlete níže uvedené technické podrobnosti správci serveru.",
"More details can be found in the server log." : "Další podrobnosti naleznete v záznamu událostí serveru.",
"Technical details" : "Technické podrobnosti",
- "Remote Address: %s" : "Adresa protějšku: %s",
+ "Remote Address: %s" : "Federovaná adresa: %s",
"Request ID: %s" : "Identifikátor požadavku: %s",
"Type: %s" : "Typ: %s",
"Code: %s" : "Kód: %s",
@@ -267,7 +295,7 @@ OC.L10N.register(
"Data folder" : "Složka s daty",
"Configure the database" : "Nastavit databázi",
"Only %s is available." : "Je k dispozici pouze %s.",
- "Install and activate additional PHP modules to choose other database types." : "Aby bylo možné vybrat jiné typy databáze je třeba nainstalovat a povolit dodatečné PHP moduly.",
+ "Install and activate additional PHP modules to choose other database types." : "Pokud chcete vybrat jiné typy databáze, je třeba nainstalovat a povolit dodatečné PHP moduly.",
"For more details check out the documentation." : "Podrobnosti naleznete v dokumentaci.",
"Database user" : "Uživatel databáze",
"Database password" : "Heslo do databáze",
@@ -277,10 +305,10 @@ OC.L10N.register(
"Please specify the port number along with the host name (e.g., localhost:5432)." : "Zadejte port spolu s názvem hostitele (t. j., localhost:5432).",
"Performance warning" : "Varování ohledně výkonu",
"You chose SQLite as database." : "Zvolíte jako databázi SQLite.",
- "SQLite should only be used for minimal and development instances. For production we recommend a different database backend." : "SQLite by mělo být použito pouze pro opravdu malé a vývojové instance. Pro produkční použití doporučujeme použít robustnější databázové řešení.",
+ "SQLite should only be used for minimal and development instances. For production we recommend a different database backend." : "SQLite by mělo být použito pouze pro instance, které slouží jen pro vývoj nebo ty obhospodařující opravdu velmi málo dat a uživatelů. Pro jakékoli produkční použití doporučujeme použít robustnější databázové řešení.",
"If you use clients for file syncing, the use of SQLite is highly discouraged." : "Pokud používáte klienty pro synchronizaci souborů, je použití SQLite silně nedoporučeno.",
"Install recommended apps" : "Nainstalovat doporučené aplikace",
- "Calendar, Contacts, Talk, Mail & OnlyOffice" : "Kalendář, Kontakty, Talk, E-mail a OnlyOffice",
+ "Calendar, Contacts, Talk, Mail & Collaborative editing" : "Kalendář, Kontakty, Talk, E-mail a upravování dokumentů ve spolupráci s ostatními",
"Finish setup" : "Dokončit nastavení",
"Finishing …" : "Dokončování…",
"Need help?" : "Potřebujete nápovědu?",
@@ -294,14 +322,13 @@ OC.L10N.register(
"More apps" : "Více aplikací",
"More" : "Více",
"More apps menu" : "Nabídka dalších aplikací",
- "Search" : "Hledat",
- "Reset search" : "Resetovat hledání",
"Contacts" : "Kontakty",
"Contacts menu" : "Nabídka kontaktů",
"Settings menu" : "Nabídka nastavení",
"Confirm your password" : "Potvrdit heslo",
"Connect to your account" : "Propojit s vaším účtem",
"Please log in before granting %1$s access to your %2$s account." : "Přihlaste se abyste mohli %1$s udělit přístup k vašemu %2$s účtu.",
+ "If you are not trying to set up a new device or app, someone is trying to trick you into granting them access to your data. In this case do not proceed and instead contact your system administrator." : "Pokud se nepokoušíte nastavit nové zařízení či aplikaci, někdo se pokouší vás ošálit a získat tak přístup k vašim datům. V takovém případě nepokračujte a obraťte se na svého správce systémů.",
"App token" : "Token aplikace",
"Grant access" : "Udělit přístup",
"Alternative log in using app token" : "Alternativní přihlášení pomocí tokenu aplikace",
@@ -309,7 +336,7 @@ OC.L10N.register(
"You are about to grant %1$s access to your %2$s account." : "Chystáte se udělit %1$s přístup ke svému %2$s účtu.",
"Account connected" : "Účet připojen",
"Your client should now be connected!" : "Váš klient by nyní měl být připojen!",
- "You can close this window." : "Toto okno je možné zavřít",
+ "You can close this window." : "Toto okno je možné zavřít.",
"This share is password-protected" : "Toto sdílení je chráněno heslem",
"The password is wrong. Try again." : "Chybné heslo. Zkuste to znovu.",
"Two-factor authentication" : "Dvoufaktorové přihlášení",
@@ -329,12 +356,12 @@ OC.L10N.register(
"Further information how to configure this can be found in the %1$sdocumentation%2$s." : "Další informace o tom, jak toto nastavit jsou k dispozici v %1$sdokumentaci%2$s.",
"App update required" : "Vyžadována aktualizace aplikace",
"%1$s will be updated to version %2$s" : "%1$s bude aktualizováno na verzi %2$s",
- "These apps will be updated:" : "Následující aplikace budou aktualizovány:",
+ "The following apps will be updated:" : "Následující aplikace budou aktualizovány:",
"These incompatible apps will be disabled:" : "Tyto nekompatibilní aplikace budou vypnuty:",
"The theme %s has been disabled." : "Motiv vzhledu %s byl vypnut.",
"Please make sure that the database, the config folder and the data folder have been backed up before proceeding." : "Před provedením dalšího kroku se ujistěte, že je zazálohována databáze a složky s nastaveními a daty.",
"Start update" : "Spustit aktualizaci",
- "To avoid timeouts with larger installations, you can instead run the following command from your installation directory:" : "U větších instalací, abyste zabránili překračování časového limitu, můžete namísto toho spustit v adresáři, ve kterém je nainstalováno, spustit:",
+ "To avoid timeouts with larger installations, you can instead run the following command from your installation directory:" : "U větších instalací, abyste zabránili nezdarům kvůli překračování časových limitů, můžete namísto toho v adresáři, ve kterém je nainstalováno, spustit:",
"Detailed logs" : "Podrobné záznamy událostí",
"Update needed" : "Je třeba provést aktualizaci",
"Please use the command line updater because you have a big instance with more than 50 users." : "Použijte aktualizační příkazový řádek, protože máte velkou instanci s více než 50 uživateli.",
@@ -344,96 +371,50 @@ OC.L10N.register(
"Maintenance mode" : "Režim údržby",
"This %s instance is currently in maintenance mode, which may take a while." : "Tato instance %s se právě nachází v režimu údržby a ta může chvíli trvat.",
"This page will refresh itself when the instance is available again." : "Tato stránka se automaticky znovu načte, jakmile bude tato instance opět dostupná.",
- "Contact your system administrator if this message persists or appeared unexpectedly." : "Pokud se tato zpráva objevuje opakovaně nebo nečekaně, obraťte se správce systému.",
- "Could not send reset email because there is no email address for this username. Please contact your administrator." : "Nelze odeslat e-mail pro změnu hesla, protože u tohoto uživatelského jména není uvedena e-mailová adresa. Obraťte se na svého správce.",
- "Couldn't send reset email. Please make sure your username is correct." : "Nedaří se odeslat e-mail pro změnu hesla. Ověřte, že zadáváte správné uživatelské jméno.",
- "We have send a password reset e-mail to the e-mail address known to us for this account. If you do not receive it within a reasonable amount of time, check your spam/junk folders.<br>If it is not there ask your local administrator." : "Odkaz na obnovení hesla byl odeslán na e-mailovou adresu, uvedenou pro tento účet. Pokud jej v krátké době neobdržíte, zkontrolujte nevyžádanou poštu a koš.<br>Pokud jej nenaleznete, kontaktujte svého správce systému.",
- "Your files are encrypted. There will be no way to get your data back after your password is reset.<br />If you are not sure what to do, please contact your administrator before you continue. <br />Do you really want to continue?" : "Vaše soubory jsou šifrovány. Po vyresetování vašeho hesla nebudete moc získat data zpět.<br/>Pokud si nejste jisti tím co děláte, tak se předtím než budete pokračovat obraťte na svého správce.<br/>Opravdu chcete pokračovat?",
- "Sending email …" : "Odesílání e-mailu…",
- "You are currently running PHP 5.6. The current major version of Nextcloud is the last that is supported on PHP 5.6. It is recommended to upgrade the PHP version to 7.0+ to be able to upgrade to Nextcloud 14." : "Aktuálně používáte PHP 5.6. Aktuální verze Nextcloud podporuje verzi PHP 5.6, ale je doporučený upgrade na PHP verzi 7.0 a vyšší pro upgrade na Nextcloud 14",
- "Accessing site insecurely via HTTP. You are strongly adviced to set up your server to require HTTPS instead, as described in the <a href=\"{docUrl}\">security tips ↗</a>." : "Přistupujete přes nezabezpečené HTTP. Silně doporučujeme nastavit svůj server tak, aby vyžadoval namísto toho HTTPS, jak je popsáno v <a href=\"{docUrl}\">tipech pro zabezpečení ↗</a>.",
- "Shared" : "Sdílené",
- "Shared with" : "Sdíleno s",
- "Shared by" : "Nasdílel",
- "Choose a password for the public link" : "Zadejte heslo pro tento veřejný odkaz",
- "Choose a password for the public link or press the \"Enter\" key" : "Zvolte heslo pro veřejný odkaz nebo stiskněte klávesu „Enter“",
- "Copied!" : "Zkopírováno!",
- "Copy link" : "Zkopírovat odkaz",
- "Not supported!" : "Nepodporováno!",
- "Press ⌘-C to copy." : "Zkopírujete stisknutím ⌘C.",
- "Press Ctrl-C to copy." : "Zkopírujete stisknutím Ctrl+C.",
- "Unable to create a link share" : "Nedaří se vytvořit sdílení odkazu",
- "Unable to toggle this option" : "Tuto volbu se nedaří přepnout",
- "Resharing is not allowed" : "Příjemcům tohoto sdílení není dovoleno nasdílet ho dále dalším",
- "Link" : "Odkaz",
- "Hide download" : "Skrýt stahování",
- "Password protection enforced" : "Ochrana heslem vynucena",
- "Password protect" : "Chránit heslem",
- "Allow editing" : "Umožnit úpravy",
- "Email link to person" : "Odeslat osobě odkaz e-mailem",
- "Send" : "Odeslat",
- "Allow upload and editing" : "Povolit nahrávání a úpravy",
- "Read only" : "Pouze pro čtení",
- "File drop (upload only)" : "Přetažení souboru (pouze nahrání)",
- "Expiration date enforced" : "Datum skončení platnosti vynuceno",
- "Set expiration date" : "Nastavit datum skončení platnosti",
- "Expiration" : "Konec platnosti",
- "Expiration date" : "Datum skončení platnosti",
- "Note to recipient" : "Poznámka pro příjemce",
- "Unshare" : "Zrušit sdílení",
- "Delete share link" : "Smazat sdílecí odkaz",
- "Add another link" : "Přidat další odkaz",
- "Password protection for links is mandatory" : "Ochrana heslem je pro odkazy povinná",
- "Share to {name}" : "Sdílet {name}",
- "Share link" : "Odkaz pro sdílení",
- "New share link" : "Nový sdílecí odkaz",
- "Created on {time}" : "Vytvořeno {time}",
- "Password protect by Talk" : "Ochrana heslem pomocí Talk",
- "Could not unshare" : "Sdílení není možné zrušit",
- "Shared with you and the group {group} by {owner}" : "S Vámi a skupinou {group} sdílí {owner}",
- "Shared with you and {circle} by {owner}" : "Sdíleno s vámi a {circle} od {owner}",
- "Shared with you and the conversation {conversation} by {owner}" : "Sdíleno {owner} s vámi a konverzací {conversation}",
- "Shared with you in a conversation by {owner}" : "Sdílí s vámi {owner} v konverzaci",
- "Shared with you by {owner}" : "S vámi sdílí {owner}",
- "Choose a password for the mail share" : "Zvolte si heslo e-mailového sdílení",
- "group" : "skupina",
- "remote" : "vzdálený",
- "remote group" : "skupina na protějšku",
- "email" : "e-mail",
- "conversation" : "konverzace",
- "shared by {sharer}" : "sdílí {sharer}",
- "Can reshare" : "Příjemce tohoto sdílení může sám dál nasdílet dalším",
- "Can edit" : "Může upravovat",
- "Can create" : "Může vytvářet",
- "Can change" : "Může měnit",
- "Can delete" : "Může mazat",
- "Access control" : "Řízení přístupu",
- "{shareInitiatorDisplayName} shared via link" : "{shareInitiatorDisplayName} nasdílel(a) prostřednictvím odkazu",
- "Error while sharing" : "Chyba při sdílení",
- "Share details could not be loaded for this item." : "Podrobnosti o sdílení se pro tuto položku nepodařilo načíst.",
- "Search globally" : "Hledat globálně",
- "_At least {count} character is needed for autocompletion_::_At least {count} characters are needed for autocompletion_" : ["Alespoň {count} znak je vyžadován pro automatické doplňování","Alespoň {count} znaky jsou vyžadovány pro automatické doplňování","Alespoň {count} znaků je vyžadováno pro automatické doplňování","Alespoň {count} znaky jsou vyžadovány pro automatické doplňování"],
- "This list is maybe truncated - please refine your search term to see more results." : "Tento seznam je možná zkrácený – upřesněte vyhledávací výraz pro více výsledků.",
- "No users or groups found for {search}" : "Pro {search} nebyli nalezeni žádní členové ani skupiny",
- "No users found for {search}" : "Pro {search} nebyli nalezeni žádní uživatelé",
- "An error occurred (\"{message}\"). Please try again" : "Došlo k chybě („{message}“). Zkuste to znovu",
- "An error occurred. Please try again" : "Došlo k chybě. Zkuste to znovu",
- "Home" : "Domů",
- "Work" : "Práce",
- "Other" : "Ostatní",
- "{sharee} (remote group)" : "{sharee} (skupina na protějšku)",
- "{sharee} ({type}, {owner})" : "{sharee} ({type}, {owner})",
- "Share" : "Sdílet",
- "Name or email address..." : "Jméno nebo e-mailová adresa…",
- "Name or federated cloud ID..." : "Jméno nebo identifikátor v rámci sdruženého cloudu…",
- "Name, federated cloud ID or email address..." : "Jméno, identifikátor v rámci sdruženého cloudu, nebo e-mailová adresa…",
- "Name..." : "Jméno…",
- "Error removing share" : "Chyba při odstraňování sdílení",
- "({scope})" : "({scope})",
- "Saving..." : "Ukládání…",
- "Dismiss" : "Zamítnout",
- "Your client should now be connected! You can close this window." : "Váš klient by nyní měl být připojen. Toto okno už můžete zavřít.",
- "New Password" : "Nové heslo",
- "Cancel log in" : "Zrušit přihlášení"
+ "Contact your system administrator if this message persists or appeared unexpectedly." : "Pokud se tato zpráva objevuje trvale nebo nečekaně, obraťte se správce systému.",
+ "Checking whether the database schema can be updated (this can take a long time depending on the database size)" : "Zjišťuje se, zda je možné schéma databáze zaktualizovat (v závislosti na velikosti databáze to může trvat delší dobu)",
+ "Checked database schema update" : "Ověřeno, že schéma databáze bylo zaktualizováno",
+ "Checking updates of apps" : "Kontrola aktualizace aplikací",
+ "Checking for update of app \"%s\" in appstore" : "Hledám aktualizaci aplikace „%s“ v obchodu s aplikacemi",
+ "Update app \"%s\" from appstore" : "Aktualizuje se aplikace „%s“ z katalogu aplikací",
+ "Checked for update of app \"%s\" in appstore" : "Zkontrolována aktualizace aplikace „%s“ v katalogu aplikací",
+ "Checked database schema update for apps" : "Aktualizace schéma databáze pro aplikace byla ověřena",
+ "Following apps have been disabled: %s" : "Následující aplikace byly vypnuty: %s",
+ "Your web server is not properly set up to resolve \"{url}\". Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Váš webový server není správně nastaven pro rozpoznání „{url}“. Více informací lze nalézt v naší <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentaci</a>.",
+ "Your web server is not properly set up to resolve \"{url}\". This is most likely related to a web server configuration that was not updated to deliver this folder directly. Please compare your configuration against the shipped rewrite rules in \".htaccess\" for Apache or the provided one in the documentation for Nginx at it's <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation page</a>. On Nginx those are typically the lines starting with \"location ~\" that need an update." : "Váš webový server není nastaven správně aby přeložil „{url}“. To nejspíš souvisí s nastavením webového serveru, které nebylo aktualizováno pro přímé doručování této složky. Porovnejte svá nastavení vůči dodávaným rewrite pravidlům v „.htaccess“ (pro Apache) nebo těm poskytnutým v dokumentaci (pro Nginx) v jeho <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">stránce v dokumentaci</a>. U Nginx je typicky třeba aktualizovat řádky začínající na „location ~“.",
+ "Your web server is not properly set up to deliver .woff2 files. This is typically an issue with the Nginx configuration. For Nextcloud 15 it needs an adjustement to also deliver .woff2 files. Compare your Nginx configuration to the recommended configuration in our <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Váš webový server není nastaven správně tak, aby doručoval soubory .woff2. Toto je typicky problém s nastavením Nginx. Pro Nextcloud 15 je třeba ho upravit aby doručoval také soubory .woff2. Porovnejte svoje nastavení Nginx s tím doporučeným v naší <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentaci</a>.",
+ "Please check the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">installation documentation ↗</a> for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "Nahlédněte do <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">instalační dokumentace ↗</a> kvůli poznámkám pro nastavování PHP a zkontrolujte nastavení PHP na svém serveru, zejména pokud používáte php-fpm.",
+ "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems. See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation ↗</a> for more information." : "Transakční zamykání souborů je vypnuto, což může vést k problémům při souběžném přístupu. Abyste se jim vyhli, zapněte v config.php volbu „filelocking.enabled“. Další informace naleznete v <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentaci ↗</a>.",
+ "Last background job execution ran {relativeTime}. Something seems wrong." : "Vykonání poslední naplánované úlohy: {relativeTime}. Vypadá to, že něco není v pořádku.",
+ "Check the background job settings" : "Prověřte nastavení cronjob na pozadí",
+ "No memory cache has been configured. To enhance performance, please configure a memcache, if available. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Nebyla nastavena mezipaměť v paměti. Pokud je dostupná, nastavte ji pro zlepšení výkonu. Další informace lze nalézt v naší <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentaci</a>.",
+ "No suitable source for randomness found by PHP which is highly discouraged for security reasons. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "PHP nenalezlo žádný použitelný zdroj náhodnosti, což je silně nedoporučeno z důvodu zabezpečení. Bližší informace naleznete v <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentaci</a>.",
+ "You are currently running PHP {version}. Upgrade your PHP version to take advantage of <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">performance and security updates provided by the PHP Group</a> as soon as your distribution supports it." : "Nyní používáte PHP {version}. Abyste mohli využívat <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">aktualizace, zlepšující výkonnost a zabezpečení, poskytované autory PHP</a>, přejděte na jeho novější verzi. A to tak rychle, jak to vámi využívaná distribuce operačního sysétmu umožňuje.",
+ "The reverse proxy header configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If not, this is a security issue and can allow an attacker to spoof their IP address as visible to the Nextcloud. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Nastavení hlaviček reverzní proxy není správné nebo přistupujete na Nextcloud z důvěryhodné proxy. Pokud nepřistupujete k Nextcloud z důvěryhodné proxy, potom je toto bezpečností chyba a může útočníkovi umožnit falšovat IP adresu, kterou NextCloud vidí. Další informace lze nalézt v naší <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentaci</a>.",
+ "Memcached is configured as distributed cache, but the wrong PHP module \"memcache\" is installed. \\OC\\Memcache\\Memcached only supports \"memcached\" and not \"memcache\". See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">memcached wiki about both modules</a>." : "Je nastaven memcached jako distribuovaná cache, ale je nainstalovaný nesprávný PHP modul „memcache“. \\OC\\Memcache\\Memcached podporuje pouze „memcached“ a ne „memcache“. Podívejte se na <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">memcached wiki pro oba moduly</a>.",
+ "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">List of invalid files…</a> / <a href=\"{rescanEndpoint}\">Rescan…</a>)" : "Některé soubory neprošly kontrolou integrity. Podrobnosti ohledně řešení tohoto problém lze nalézt v <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentaci</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">Seznam neplatných souborů…</a> / <a href=\"{rescanEndpoint}\">Znovu ověřit…</a>)",
+ "The PHP OPcache module is not loaded. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance it is recommended</a> to load it into your PHP installation." : "PHP modul OPcache není načten. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Pro lepší výkon je doporučeno</a> načíst ho do vaší PHP instalace.",
+ "The PHP OPcache is not properly configured. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance it is recommended</a> to use the following settings in the <code>php.ini</code>:" : "PHP OPcache není správně nastavené.<a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Pro lepší výkon je doporučeno</a> použít v <code>php.ini</code> následující nastavení:",
+ "Some columns in the database are missing a conversion to big int. Due to the fact that changing column types on big tables could take some time they were not changed automatically. By running 'occ db:convert-filecache-bigint' those pending changes could be applied manually. This operation needs to be made while the instance is offline. For further details read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "U některých sloupců tabulek databáze doposud nebyla provedena konverze na datový typ big int. To proto, že změna typů sloupců ve velkých tabulkách může trvat dlouho a proto nebylo provedeno automaticky. Provedení je možné spustit ručně a to spuštěním příkazu „occ db: convert-filecache-bigint“. Ovšem provést lze jen tehdy, když je instance Nexcloud odstavená. Další podrobnosti naleznete <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">na stránce v dokumentaci, pojednávající o tomto</a>.",
+ "To migrate to another database use the command line tool: 'occ db:convert-type', or see the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation ↗</a>." : "Pro migraci na jinou databázi použijte nástroj pro příkazový řádek: „occ db:convert-type“, nebo se podívejte do <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentace ↗</a>.",
+ "Use of the the built in php mailer is no longer supported. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Please update your email server settings ↗<a/>." : "Použití odesílání e-mailů, vestavěného v php už není podporováno. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Aktualizujte nastavení svého e-mailového serveru ↗<a/>.",
+ "MySQL is used as database but does not support 4-byte characters. To be able to handle 4-byte characters (like emojis) without issues in filenames or comments for example it is recommended to enable the 4-byte support in MySQL. For further details read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "Jako databáze je používána MySQL, ale nepodporuje 4 bajtové znaky. Aby bylo možné takové (jako například emotikony) bez problémů obsloužit, je doporučeno zapnout v MySQL podporu pro 4 bajtové znaky. Bližší podrobnosti naleznete v <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentaci o tomto</a>.",
+ "You are accessing your instance over a secure connection, however your instance is generating insecure URLs. This most likely means that you are behind a reverse proxy and the overwrite config variables are not set correctly. Please read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "Přistupujete k vámi využívané instanci přes zabezpečené připojení, nicméně ta vytváří nezabezpečené URL adresy. To nejpravděpodobněji znamená, že se nacházíte za reverzní proxy a přepisovací proměnné nastavení nejsou správně nastavené. Přečtete si tomu věnovanou <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">stránku v dokumentaci</a>. ",
+ "The \"{header}\" HTTP header is not set to \"{val1}\", \"{val2}\", \"{val3}\", \"{val4}\" or \"{val5}\". This can leak referer information. See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{link}\">W3C Recommendation ↗</a>." : "HTTP hlavička „{header}“ není nastavena na „{val1}“, „{val2}“, „{val3}“, „{val4}“ nebo „{val5}“. To může vést k nežádoucímu odhalování referer informaci. Viz <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{link}\">doporučení W3C ↗</a>.",
+ "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the <a href=\"{docUrl}\" rel=\"noreferrer noopener\">security tips ↗</a>." : "HTTP hlavička „Strict-Transport-Security“ není nastavena na přinejmenším „{seconds}“ sekund. Pro lepší zabezpečení je doporučeno zapnout HSTS, jak je popsáno v <a href=\"{docUrl}\" rel=\"noreferrer noopener\">tipech pro zabezpečení ↗</a>.",
+ "Accessing site insecurely via HTTP. You are strongly advised to set up your server to require HTTPS instead, as described in the <a href=\"{docUrl}\">security tips ↗</a>." : "Přistupujete přes přes nezabezpečený HTTP protokol. Důrazně doporučujeme nastavit svůj server tak, aby namísto toho vyžadoval HTTPS, jak je popsáno v <a href=\"{docUrl}\">tipech ohledně zabezpečení ↗</a>.",
+ "Continue to Nextcloud" : "Pokračovat do Nextcloud",
+ "_The update was successful. Redirecting you to Nextcloud in %n second._::_The update was successful. Redirecting you to Nextcloud in %n seconds._" : ["Aktualizace byla úspěšná. Přesměrování do Nextcloud za %n sekundu.","Aktualizace byla úspěšná. Přesměrování do Nextcloud za %n sekundy.","Aktualizace byla úspěšná. Přesměrování do Nextcloud za %n sekund.","Aktualizace byla úspěšná. Přesměrování do Nextcloud za %n sekundy."],
+ "Searching other places" : "Prohledávání ostatních umístění",
+ "No search results in other folders for {tag}{filter}{endtag}" : "Žádné výsledky v dalších složkách pro {tag}{filter}{endtag}",
+ "_{count} search result in another folder_::_{count} search results in other folders_" : ["{count} nález v další složce","{count} nálezy v dalších složkách","{count} nálezů v dalších složkách","{count} nálezy v dalších složkách"],
+ "A password reset message has been sent to the e-mail address of this account. If you do not receive it, check your spam/junk folders or ask your local administrator for help." : "Na e-mailovou adresu, vedenou k tomuto účtu, byla odeslána zpráva s pokyny pro znovunastavení hesla. Pokud jste ji neobdrželi, podívejte se také do složek s nevyžádanou poštou (spam) a/nebo požádejte svého místního správce o pomoc.",
+ "Password can not be changed. Please contact your administrator." : "Heslo nelze změnit. Obraťte se na svého správce systému.",
+ "Could not fetch list of apps from the app store." : "Nedaří se získat seznam aplikací z katalogu.",
+ "Nextcloud {app}" : "Nextcloud {app}",
+ "Can't install this app because it is not compatible" : "Tuto aplikaci nelze nainstalovat, protože není kompatibilní",
+ "Can't install this app" : "Tuto aplikaci nelze nainstalovat",
+ "These apps will be updated:" : "Tyto aplikace budou aktualizovány:",
+ "For more details see the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Další podrobnosti naleznete v <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentaci</a>."
},
"nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;");
diff --git a/core/l10n/cs.json b/core/l10n/cs.json
index b95c83d8164..1e43ce22dff 100644
--- a/core/l10n/cs.json
+++ b/core/l10n/cs.json
@@ -3,16 +3,25 @@
"File is too big" : "Soubor je příliš velký",
"The selected file is not an image." : "Vybraný soubor není obrázek.",
"The selected file cannot be read." : "Vybraný soubor se nedaří přečíst.",
+ "The file was uploaded" : "Soubor byl nahrán",
+ "The uploaded file exceeds the upload_max_filesize directive in php.ini" : "Velikost nahrávaného souboru překračuje limit nastavení direktivou upload_max_filesize v php.ini",
+ "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Nahraný soubor překračuje nastavení MAX_FILE_SIZE, které bylo zadáno v HTML formuláři",
+ "The file was only partially uploaded" : "Soubor byl nahrán pouze z části",
+ "No file was uploaded" : "Nebyl nahrán žádný soubor",
+ "Missing a temporary folder" : "Chybí složka pro dočasné soubory",
+ "Could not write file to disk" : "Soubor se nedaří zapsat na úložiště",
+ "A PHP extension stopped the file upload" : "PHP rozšíření zastavilo nahrávání souboru",
"Invalid file provided" : "Zadán neplatný soubor",
"No image or file provided" : "Neposkytnut žádný obrázek nebo soubor",
"Unknown filetype" : "Neznámý typ souboru",
"Invalid image" : "Neplatný obrázek",
"An error occurred. Please contact your admin." : "Došlo k chybě. Obraťte se na svého správce.",
- "No temporary profile picture available, try again" : "Dočasný profilový obrázek není k dispozici, zkuste to znovu",
- "No crop data provided" : "Nebyla poskytnuta data pro oříznutí obrázku",
+ "No temporary profile picture available, try again" : "Není k dispozici žádný dočasný profilový obrázek – zkuste to znovu",
+ "No crop data provided" : "Nezadáno, jak má být obrázek oříznut",
"No valid crop data provided" : "Nebyla poskytnuta platná data pro oříznutí obrázku",
"Crop is not square" : "Ořez není čtvercový",
- "State token does not match" : "Stavový token neodpovídá",
+ "State token does not match" : "Stavový token se neshoduje",
+ "Invalid app password" : "Neplatné heslo pro aplikaci",
"Could not complete login" : "Přihlášení se nedaří dokončit",
"Your login token is invalid or has expired" : "Váš přihlašovací token není platný nebo jeho platnost skončila",
"Password reset is disabled" : "Resetování hesla je vypnuté",
@@ -26,89 +35,85 @@
"Nextcloud Server" : "Server Nextcloud",
"Some of your link shares have been removed" : "Některé vaše sdílené odkazy byly odstraněny",
"Due to a security bug we had to remove some of your link shares. Please see the link for more information." : "Kvůli chybě v zabezpečení bylo třeba odstranit některé z sdílení odkazem. Další informace viz odkaz.",
- "Preparing update" : "Příprava na aktualizaci",
+ "The user limit of this instance is reached." : "Bylo dosaženo limitu uživatelů této instance.",
+ "Enter your subscription key to increase the user limit. For more information about Nextcloud Enterprise see our website." : "Zadejte klíč předplatného, abyste zvýšili uživatelský limit. Další informace o Nextcloud Enterprise najdete na našich webových stránkách.",
+ "Preparing update" : "Příprava pro aktualizaci",
"[%d / %d]: %s" : "[%d / %d]: %s",
"Repair step:" : "Krok opravy:",
"Repair info:" : "Informace o opravě:",
"Repair warning:" : "Varování ohledně opravy:",
"Repair error:" : "Chyba opravy:",
- "Please use the command line updater because automatic updating is disabled in the config.php." : "Zaktualizujte z příkazového řádku, protože automatická aktualizace je zakázána v config.php.",
- "[%d / %d]: Checking table %s" : "[%d / %d]: Kontrola tabulky %s",
+ "Please use the command line updater because automatic updating is disabled in the config.php." : "Zaktualizujte z příkazového řádku, protože automatická aktualizace je v config.php vypnutá.",
+ "[%d / %d]: Checking table %s" : "[%d / %d]: Kontroluje se tabulka %s",
"Turned on maintenance mode" : "Přepnuto do režimu údržby",
"Turned off maintenance mode" : "Přepnuto zpět z režimu údržby",
"Maintenance mode is kept active" : "Režim údržby je ponechán",
"Updating database schema" : "Aktualizace schéma databáze",
"Updated database" : "Zaktualizována databáze",
- "Checking whether the database schema can be updated (this can take a long time depending on the database size)" : "Probíhá zjišťování, zda je možné aktualizovat schéma databáze (v závislosti na velikosti databáze to může zabrat delší dobu)",
- "Checked database schema update" : "Aktualizace schéma databáze byla ověřena",
- "Checking updates of apps" : "Kontrola aktualizace aplikací",
- "Checking for update of app \"%s\" in appstore" : "Hledám aktualizaci aplikace „%s“ v obchodu s aplikacemi",
- "Update app \"%s\" from appstore" : "Aktualizuje se aplikace „%s“ z katalogu aplikací",
- "Checked for update of app \"%s\" in appstore" : "Zkontrolována aktualizace aplikace „%s“ v katalogu aplikací",
+ "Checking for update of app \"%s\" in App Store" : "Zjišťování aktualizace aplikace „%s“ v katalogu aplikací",
+ "Update app \"%s\" from App Store" : "Aktualizovat aplikaci „%s“ z katalogu aplikací",
+ "Checked for update of app \"%s\" in App Store" : "Zkontrolovány aktualizace aplikace „%s“ v katalogu aplikací",
"Checking whether the database schema for %s can be updated (this can take a long time depending on the database size)" : "Probíhá zjišťování, zda je možné aktualizovat schéma databáze používané pro %s (v závislosti na velikosti databáze to může zabrat delší dobu)",
- "Checked database schema update for apps" : "Aktualizace schéma databáze pro aplikace byla ověřena",
"Updated \"%1$s\" to %2$s" : "Aktualizováno „%1$s“ na %2$s",
"Set log level to debug" : "Nastavit úroveň podrobnosti záznamu událostí na stupeň ladění (debug)",
"Reset log level" : "Vrátit podrobnost záznamu událostí na výchozí úroveň",
"Starting code integrity check" : "Spouští se kontrola neporušenosti kódu",
- "Finished code integrity check" : "Kontrola neporušenosti kódu dokončena",
+ "Finished code integrity check" : "Kontrola neporušenosti zdrojových kódů aplikace dokončena",
"%s (incompatible)" : "%s (nekompatibilní)",
- "Following apps have been disabled: %s" : "Následující aplikace byly vypnuty: %s",
+ "The following apps have been disabled: %s" : "Následující aplikace byly vypnuty: %s",
"Already up to date" : "Už je aktuální",
"Your web server is not yet properly set up to allow file synchronization, because the WebDAV interface seems to be broken." : "Váš webový server ještě není správně nastaven, pro umožnění synchronizace souborů, rozhraní WebDAV pravděpodobně není funkční.",
- "Your web server is not properly set up to resolve \"{url}\". Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Váš webový server není správně nastaven pro rozpoznání „{url}“. Více informací lze nalézt v naší <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentaci</a>.",
- "Your web server is not properly set up to resolve \"{url}\". This is most likely related to a web server configuration that was not updated to deliver this folder directly. Please compare your configuration against the shipped rewrite rules in \".htaccess\" for Apache or the provided one in the documentation for Nginx at it's <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation page</a>. On Nginx those are typically the lines starting with \"location ~\" that need an update." : "Váš webový server není nastaven správně aby přeložil „{url}“. To nejspíš souvisí s nastavením webového serveru, které nebylo aktualizováno pro přímé doručování této složky. Porovnejte svá nastavení vůči dodávaným rewrite pravidlům v „.htaccess“ (pro Apache) nebo těm poskytnutým v dokumentaci (pro Nginx) v jeho <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">stránce v dokumentaci</a>. U Nginx je typicky třeba aktualizovat řádky začínající na „location ~“.",
- "Your web server is not properly set up to deliver .woff2 files. This is typically an issue with the Nginx configuration. For Nextcloud 15 it needs an adjustement to also deliver .woff2 files. Compare your Nginx configuration to the recommended configuration in our <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Váš webový server není nastaven správně tak, aby doručoval soubory .woff2. Toto je typicky problém s nastavením Nginx. Pro Nextcloud 15 je třeba ho upravit aby doručoval také soubory .woff2. Porovnejte svoje nastavení Nginx s tím doporučeným v naší <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentaci</a>.",
+ "Your web server is not properly set up to resolve \"{url}\". Further information can be found in the {linkstart}documentation ↗{linkend}." : "Tento webový server není správně nastaven pro rozpoznání „{url}“. Další informace jsou k dispozici v {linkstart}dokumentaci ↗{linkend}.",
+ "Your web server is not properly set up to resolve \"{url}\". This is most likely related to a web server configuration that was not updated to deliver this folder directly. Please compare your configuration against the shipped rewrite rules in \".htaccess\" for Apache or the provided one in the documentation for Nginx at it's {linkstart}documentation page ↗{linkend}. On Nginx those are typically the lines starting with \"location ~\" that need an update." : "Tento webový server není správně nastaven pro rozpoznání „{url}“. To nejspíše souvisí s nastavením webového serveru, které nebylo upraveno tak, aby jej dovedlo přímo do této složky. Porovnejte svou konfiguraci s dodávanými rewrite pravidly v „.htaccess“ pro Apache nebo těm poskytnutým v dokumentaci pro Nginx na této {linkstart}stránce s dokumentací ↗{linkend}. U Nginx jsou to obvykle řádky začínající na „location ~“, které potřebují úpravu.",
+ "Your web server is not properly set up to deliver .woff2 files. This is typically an issue with the Nginx configuration. For Nextcloud 15 it needs an adjustement to also deliver .woff2 files. Compare your Nginx configuration to the recommended configuration in our {linkstart}documentation ↗{linkend}." : "Váš webový server není správně nastaven k doručování .woff2 souborů. To je obvykle chyba v nastavení Nginx. Nextcloud 15 také potřebuje úpravu k doručování .woff2 souborů. Porovnejte své nastavení Nginx s doporučeným nastavením v naší {linkstart}dokumentaci ↗{linkend}.",
"PHP does not seem to be setup properly to query system environment variables. The test with getenv(\"PATH\") only returns an empty response." : "Zdá se, že PHP není správně nastaveno pro dotazování proměnných prostředí systému. Test s příkazem getenv(\"PATH\") vrátí pouze prázdnou odpověď.",
- "Please check the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">installation documentation ↗</a> for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "Nahlédněte do <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">instalační dokumentace ↗</a> kvůli poznámkám pro nastavování PHP a zkontrolujte nastavení PHP na svém serveru, zejména pokud používáte php-fpm.",
+ "Please check the {linkstart}installation documentation ↗{linkend} for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "Nahlédněte do ↗{linkstart}instalační dokumentace ↗{linkend} kvůli poznámkám pro nastavování PHP a zkontrolujte nastavení PHP na svém serveru, zejména pokud používáte php-fpm.",
"The read-only config has been enabled. This prevents setting some configurations via the web-interface. Furthermore, the file needs to be made writable manually for every update." : "Nastavení bylo přepnuto do režimu pouze pro čtení. To brání změnám prostřednictvím webového rozhraní. Dále při každé aktualizaci, je třeba soubor ručně zpřístupnit pro zápis.",
"Your database does not run with \"READ COMMITTED\" transaction isolation level. This can cause problems when multiple actions are executed in parallel." : "Vaše databáze není spuštěná s úrovní izolace transakcí „READ COMMITTED“. Toto může způsobit problémy při paralelním spouštění více akcí současně.",
"The PHP module \"fileinfo\" is missing. It is strongly recommended to enable this module to get the best results with MIME type detection." : "Modul PHP „fileinfo“ chybí. Důrazně se doporučuje zapnout tento modul pro zajištění lepšího zjišťování MIME typů.",
- "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems. See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation ↗</a> for more information." : "Transakční zamykání souborů je vypnuto, což může vést k problémům při souběžném přístupu. Abyste se jim vyhli, zapněte v config.php volbu „filelocking.enabled“. Další informace naleznete v <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentaci ↗</a>.",
+ "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems. See the {linkstart}documentation ↗{linkend} for more information." : "Transakční zamykání souborů je vypnuto, což může vést k problémům při souběžném přístupu. Abyste se jim vyhli, zapněte v config.php volbu „filelocking.enabled“. Další informace naleznete v {linkstart}dokumentaci ↗{linkend}.",
"If your installation is not installed at the root of the domain and uses system cron, there can be issues with the URL generation. To avoid these problems, please set the \"overwrite.cli.url\" option in your config.php file to the webroot path of your installation (suggestion: \"{suggestedOverwriteCliURL}\")" : "Pokud se vaše instalace nenachází v kořeni domény a používá plánovač systému, může být problém s vytvářením URL adres. Abyste se jim vyhnuli, nastavte volbu „overwrite.cli.url“ v souboru config.php na umístění kořene webu vaší instalace (doporučení: „{suggestedOverwriteCliURL}“)",
+ "Your installation has no default phone region set. This is required to validate phone numbers in the profile settings without a country code. To allow numbers without a country code, please add \"default_phone_region\" with the respective {linkstart}ISO 3166-1 code ↗{linkend} of the region to your config file." : "Vaše instalace nemá nastavenou žádnou výchozí oblast telefonu. To je nutné k ověření telefonních čísel v nastavení profilu bez kódu země. Chcete-li povolit čísla bez kódu země, přidejte do svého souboru s nastaveními řetězec „default_phone_region“ s příslušným {linkstart} kódem ISO 3166-1 {linkend} regionu.",
"It was not possible to execute the cron job via CLI. The following technical errors have appeared:" : "Nebylo možné vykonat naplánovanou úlohu z příkazového řádku. Objevily se následující technické chyby:",
- "Last background job execution ran {relativeTime}. Something seems wrong." : "Vykonání poslední naplánované úlohy: {relativeTime}. Vypadá to, že něco není v pořádku.",
- "Check the background job settings" : "Prověřte nastavení cronjob na pozadí",
+ "Last background job execution ran {relativeTime}. Something seems wrong. {linkstart}Check the background job settings ↗{linkend}." : "Poslední provedení úlohy na pozadí bylo spuštěno {relativeTime}. To vypadá, že něco není v pořádku. {linkstart}Zkontrolujte nastavení úlohy na pozadí ↗{linkend}.",
"This server has no working Internet connection: Multiple endpoints could not be reached. This means that some of the features like mounting external storage, notifications about updates or installation of third-party apps will not work. Accessing files remotely and sending of notification emails might not work, either. Establish a connection from this server to the Internet to enjoy all features." : "Tento server nemá funkční připojení k Internetu: Nedaří se připojit k vícero koncovým bodům. Některé moduly jako např. externí úložiště, upozorňování na dostupnost aktualizací, nebo instalace aplikací třetích stran kvůli tomu nebudou fungovat. Přístup k souborům z jiných míst a odesílání e-mailů s upozorněními také nemusí fungovat. Pokud chcete využívat všechny možnosti tohoto serveru, doporučujeme zprovoznit připojení k Internetu.",
- "No memory cache has been configured. To enhance performance, please configure a memcache, if available. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Nebyla nastavena mezipaměť v paměti. Pokud je dostupná, nastavte ji pro zlepšení výkonu. Další informace lze nalézt v naší <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentaci</a>.",
- "No suitable source for randomness found by PHP which is highly discouraged for security reasons. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "PHP nenalezlo žádný použitelný zdroj náhodnosti, což je silně nedoporučeno z důvodu zabezpečení. Bližší informace naleznete v <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentaci</a>.",
- "You are currently running PHP {version}. Upgrade your PHP version to take advantage of <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">performance and security updates provided by the PHP Group</a> as soon as your distribution supports it." : "Aktuálně používáte PHP {version}. Aktualizujte verzi PHP, abyste mohli využít <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">výkonnostní a bezpečnostní aktualizace poskytované autory PHP</a> tak rychle, jak to vaše distribuce umožňuje.",
- "Nextcloud 19 is the last release supporting PHP 7.2. Nextcloud 20 requires at least PHP 7.3." : "Nextcloud 19 je posledním vydáním, které podporuje PHP 7.2. Nextcloud 20 vyžaduje přinejmenším PHP 7.3.",
- "The reverse proxy header configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If not, this is a security issue and can allow an attacker to spoof their IP address as visible to the Nextcloud. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Nastavení hlaviček reverzní proxy není správné nebo přistupujete na Nextcloud z důvěryhodné proxy. Pokud nepřistupujete k Nextcloud z důvěryhodné proxy, potom je toto bezpečností chyba a může útočníkovi umožnit falšovat IP adresu, kterou NextCloud vidí. Další informace lze nalézt v naší <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentaci</a>.",
- "Memcached is configured as distributed cache, but the wrong PHP module \"memcache\" is installed. \\OC\\Memcache\\Memcached only supports \"memcached\" and not \"memcache\". See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">memcached wiki about both modules</a>." : "Je nastaven memcached jako distribuovaná cache, ale je nainstalovaný nesprávný PHP modul „memcache“. \\OC\\Memcache\\Memcached podporuje pouze „memcached“ a ne „memcache“. Podívejte se na <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">memcached wiki pro oba moduly</a>.",
- "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">List of invalid files…</a> / <a href=\"{rescanEndpoint}\">Rescan…</a>)" : "Některé soubory neprošly kontrolou integrity. Více informací o tom jak tento problém vyřešit, lze nalézt v naší <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentaci</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">Seznam neplatných souborů…</a> / <a href=\"{rescanEndpoint}\">Znovu ověřit…</a>)",
- "The PHP OPcache module is not loaded. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance it is recommended</a> to load it into your PHP installation." : "PHP modul OPcache není načten. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Pro lepší výkon je doporučeno</a> načíst ho do vaší PHP instalace.",
- "The PHP OPcache is not properly configured. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance it is recommended</a> to use the following settings in the <code>php.ini</code>:" : "PHP OPcache není správně nakonfigurována.<a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Pro lepší výkon doporučujeme</a> použít následující nastavení v <code>php.ini</code>:",
+ "No memory cache has been configured. To enhance performance, please configure a memcache, if available. Further information can be found in the {linkstart}documentation ↗{linkend}." : "Nebyla nastavena mezipaměť v paměti. Pokud je dostupná, nastavte ji pro zlepšení výkonu. Další informace lze nalézt v naší {linkstart}dokumentaci ↗{linkend}.",
+ "No suitable source for randomness found by PHP which is highly discouraged for security reasons. Further information can be found in the {linkstart}documentation ↗{linkend}." : "PHP nenalezlo žádný použitelný zdroj náhodnosti, což je silně nedoporučeno z důvodu zabezpečení. Bližší informace naleznete v {linkstart}dokumentaci ↗{linkend}.",
+ "You are currently running PHP {version}. Upgrade your PHP version to take advantage of {linkstart}performance and security updates provided by the PHP Group ↗{linkend} as soon as your distribution supports it." : "Nyní používáte PHP {version}. Abyste mohli využívat {linkstart}aktualizace, zlepšující výkonnost a zabezpečení, poskytované autory PHP↗{linkend}, přejděte na jeho novější verzi. A to tak rychle, jak to vámi využívaná distribuce operačního systému umožňuje.",
+ "Nextcloud 20 is the last release supporting PHP 7.2. Nextcloud 21 requires at least PHP 7.3." : "Nextcloud 20 je posledním vydáním, které podporuje PHP 7.2. Nextcloud 21 vyžaduje přinejmenším PHP 7.3.",
+ "The reverse proxy header configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If not, this is a security issue and can allow an attacker to spoof their IP address as visible to the Nextcloud. Further information can be found in the {linkstart}documentation ↗{linkend}." : "Nastavení hlaviček reverzní proxy není správné nebo přistupujete na Nextcloud z důvěryhodné proxy. Pokud nepřistupujete k Nextcloud z důvěryhodné proxy, potom je toto bezpečností chyba a může útočníkovi umožnit falšovat IP adresu, kterou NextCloud vidí. Další informace lze nalézt v naší {linkstart}dokumentaci ↗{linkend}.",
+ "Memcached is configured as distributed cache, but the wrong PHP module \"memcache\" is installed. \\OC\\Memcache\\Memcached only supports \"memcached\" and not \"memcache\". See the {linkstart}memcached wiki about both modules ↗{linkend}." : "Je nastaven memcached jako distribuovaná cache, ale je nainstalovaný nesprávný PHP modul „memcache“. \\OC\\Memcache\\Memcached podporuje pouze „memcached“ a ne „memcache“. Podívejte se na {linkstart}memcached wiki pro oba moduly ↗{linkend}..",
+ "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in the {linkstart1}documentation ↗{linkend}. ({linkstart2}List of invalid files…{linkend} / {linkstart3}Rescan…{linkend})" : "Některé soubory neprošly kontrolou integrity. Podrobnosti ohledně řešení tohoto problém lze nalézt v {linkstart1}dokumentaci↗{linkend}. ({linkstart2}Seznam neplatných souborů…{linkend} / {linkstart3}Znovu ověřit…{linkend})",
+ "The PHP OPcache module is not loaded. {linkstart}For better performance it is recommended ↗{linkend} to load it into your PHP installation." : "PHP modul OPcache není načten. {linkstart}Pro lepší výkon je doporučeno ↗{linkend} načíst ho do vaší PHP instalace.",
+ "The PHP OPcache module is not properly configured. {linkstart}For better performance it is recommended ↗{linkend} to use the following settings in the <code>php.ini</code>:" : "PHP OPcache není správně nastavené. {linkstart}Pro lepší výkon je doporučeno ↗{linkend} použít v <code>php.ini</code> následující nastavení:",
"The PHP function \"set_time_limit\" is not available. This could result in scripts being halted mid-execution, breaking your installation. Enabling this function is strongly recommended." : "PHP funkce „set_time_limit“ není dostupná. To může způsobit ukončení skriptů uprostřed provádění a další problémy s instalací. Doporučujeme tuto funkci povolit.",
- "Your PHP does not have FreeType support, resulting in breakage of profile pictures and the settings interface." : "Vaše PHP nepodporuje FreeType, to bude mít za následky poškození obrázků profilů a nastavení rozhraní",
+ "Your PHP does not have FreeType support, resulting in breakage of profile pictures and the settings interface." : "Vámi využívaná verze PHP nepodporuje FreeType, což bude mít za následky vizuální nedostatky u obrázků profilů a v rozhraní pro nastavování.",
"Missing index \"{indexName}\" in table \"{tableName}\"." : "Chybí index „{indexName}“ v tabulce „{tableName}“.",
"The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "V databázi chybí některé indexy. Protože přidávání indexů na velkých tabulkách může zabrat nějaký čas, nebyly přidány automaticky. Spuštěním „occ db:add-missing-indices“ je možné tyto chybějící indexy ručně za provozu instance. Po přidání indexů dotazy do těchto tabulek jsou obvykle mnohem rychlejší.",
- "This instance is missing some recommended PHP modules. For improved performance and better compatibility it is highly recommended to install them." : "V této instanci chybí některé doporučené moduly PHP. Pro lepší výkon a kompatibilitu, je důrazně doporučeno je nainstalovat.",
- "Some columns in the database are missing a conversion to big int. Due to the fact that changing column types on big tables could take some time they were not changed automatically. By running 'occ db:convert-filecache-bigint' those pending changes could be applied manually. This operation needs to be made while the instance is offline. For further details read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "U některých sloupců tabulek databáze doposud nebyla provedena konverze na datový typ big int. To proto, že změna typů sloupců ve velkých tabulkách může trvat dlouho a proto nebylo provedeno automaticky. Provedení je možné spustit ručně a to spuštěním příkazu „occ db: convert-filecache-bigint“. Ovšem provést lze jen tehdy, když je instance Nexcloud odstavená. Další podrobnosti naleznete <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">na stránce v dokumentaci, pojednávající o tomto</a>.",
+ "Missing primary key on table \"{tableName}\"." : "Chybí primární klíč v tabulce „{tableName}“.",
+ "The database is missing some primary keys. Due to the fact that adding primary keys on big tables could take some time they were not added automatically. By running \"occ db:add-missing-primary-keys\" those missing primary keys could be added manually while the instance keeps running." : "V databázi chybí některé primární klíče. Vzhledem k tomu, že přidání primárních klíčů do velkých tabulek může nějakou dobu trvat, nebyly přidány automaticky. Spuštěním příkazu „occ db:add-missing-primary-keys“ lze tyto chybějící primární klíče přidat ručně, zatímco instance běží.",
+ "Missing optional column \"{columnName}\" in table \"{tableName}\"." : "Chybí volitelný sloupec „{columnName}“ v tabulce „{tableName}“.",
+ "The database is missing some optional columns. Due to the fact that adding columns on big tables could take some time they were not added automatically when they can be optional. By running \"occ db:add-missing-columns\" those missing columns could be added manually while the instance keeps running. Once the columns are added some features might improve responsiveness or usability." : "V databázi chybí některé volitelné sloupce. Protože přidání sloupců do rozsáhlých tabulek může trvat dlouho, nebyly přidány automaticky (jsou volitelné). Spuštěním příkazu „occ db:add-missing-columns“ je možné tyto chybějící sloupce přidat ručně a to za provozu instance. Po přidání se může zlepšit doba reakce a použitelnost některých funkcí.",
+ "This instance is missing some recommended PHP modules. For improved performance and better compatibility it is highly recommended to install them." : "Této instanci chybí některé doporučené moduly pro PHP. V zájmu lepšího výkonu a kompatibility, je důrazně doporučeno je nainstalovat.",
+ "Module php-imagick in this instance has no SVG support. For better compatibility it is recommended to install it." : "Modul php-imagick v tomto případě nemá žádnou podporu SVG. Pro lepší kompatibilitu se doporučuje nainstalovat.",
+ "Some columns in the database are missing a conversion to big int. Due to the fact that changing column types on big tables could take some time they were not changed automatically. By running 'occ db:convert-filecache-bigint' those pending changes could be applied manually. This operation needs to be made while the instance is offline. For further details read {linkstart}the documentation page about this ↗{linkend}." : "U některých sloupců tabulek databáze doposud nebyla provedena konverze na datový typ big int. To proto, že změna typů sloupců ve velkých tabulkách může trvat dlouho a proto nebylo provedeno automaticky. Provedení je možné spustit ručně a to spuštěním příkazu „occ db: convert-filecache-bigint“. Ovšem provést lze jen tehdy, když je instance Nexcloud odstavená. Další podrobnosti naleznete {linkstart}na stránce v dokumentaci, pojednávající o tomto↗{linkend}.",
"SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend." : "Jako podpůrná databázová vrstva je nyní používáno SQLite. Pro větší instalace doporučujeme přejít na jinou databázi.",
"This is particularly recommended when using the desktop client for file synchronisation." : "Toto je doporučeno zejména když používáte pro synchronizaci souborů desktop klienta.",
- "To migrate to another database use the command line tool: 'occ db:convert-type', or see the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation ↗</a>." : "Pro migraci na jinou databázi použijte nástroj pro příkazový řádek: „occ db:convert-type“, nebo se podívejte do <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentace ↗</a>.",
- "Use of the the built in php mailer is no longer supported. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Please update your email server settings ↗<a/>." : "Použití odesílání e-mailů, vestavěného v php už není podporováno. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Aktualizujte nastavení svého e-mailového serveru ↗<a/>.",
+ "To migrate to another database use the command line tool: 'occ db:convert-type', or see the {linkstart}documentation ↗{linkend}." : "Pokud chcete-li převést do jiné databáze, použijte nástroj pro příkazový řádek: „occ db:convert-type“, nebo si projděte {linkstart}dokumentaci ↗{linkend}.",
"The PHP memory limit is below the recommended value of 512MB." : "Limit paměti pro PHP je nastaven na níže než doporučenou hodnotu 512MB.",
"Some app directories are owned by a different user than the web server one. This may be the case if apps have been installed manually. Check the permissions of the following app directories:" : "Složky některých aplikací jsou vlastněny jiným uživatelem, než je ten webového serveru. To může být případ pokud aplikace byly nainstalované ručně. Zkontrolujte oprávnění následujících složek aplikací:",
- "MySQL is used as database but does not support 4-byte characters. To be able to handle 4-byte characters (like emojis) without issues in filenames or comments for example it is recommended to enable the 4-byte support in MySQL. For further details read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "Jako databáze je používána MySQL, ale nepodporuje 4 bajtové znaky. Aby bylo možné takové (jako například emotikony) bez problémů obsloužit, je doporučeno zapnout v MySQL podporu pro 4 bajtové znaky. Bližší podrobnosti naleznete v <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentaci o tomto</a>.",
+ "MySQL is used as database but does not support 4-byte characters. To be able to handle 4-byte characters (like emojis) without issues in filenames or comments for example it is recommended to enable the 4-byte support in MySQL. For further details read {linkstart}the documentation page about this ↗{linkend}." : "Jako databáze je používána MySQL, ale nepodporuje 4 bajtové znaky. Aby bylo možné takové znaky (jako například emotikony) v názvech souborů nebo komentářích zobrazit, je doporučeno zapnout podporu 4 bajtových znaků v MySQL. Bližší podrobnosti naleznete v {linkstart}dokumentaci na toto téma ↗{linkend}.",
"This instance uses an S3 based object store as primary storage. The uploaded files are stored temporarily on the server and thus it is recommended to have 50 GB of free space available in the temp directory of PHP. Check the logs for full details about the path and the available space. To improve this please change the temporary directory in the php.ini or make more space available in that path." : "Tato instance používá jako hlavní úložiště objektové úložiště, založené na protokolu S3. Nahrané soubory jsou dočasně ukládány na server a proto je doporučeno mít 50 GB volného prostoru v adresáři temp pro PHP. Podrobnosti o umístění a prostoru, který je k dispozici naleznete v záznamu událostí. Pro navýšení kapacit nasměrujte v php.ini na jiný adresář nebo zvyšte kapacitu stávajícího umístění.",
- "You are accessing your instance over a secure connection, however your instance is generating insecure URLs. This most likely means that you are behind a reverse proxy and the overwrite config variables are not set correctly. Please read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "Přistupujete k vámi využívané instanci přes zabezpečené připojení, nicméně ta vytváří nezabezpečené URL adresy. To nejpravděpodobněji znamená, že se nacházíte za reverzní proxy a přepisovací proměnné nastavení nejsou správně nastavené. Přečtete si tomu věnovanou <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">stránku v dokumentaci</a>. ",
+ "You are accessing your instance over a secure connection, however your instance is generating insecure URLs. This most likely means that you are behind a reverse proxy and the overwrite config variables are not set correctly. Please read {linkstart}the documentation page about this ↗{linkend}." : "Přistupujete k vámi využívané instanci přes zabezpečené připojení, nicméně ta vytváří nezabezpečené URL adresy. To nejpravděpodobněji znamená, že se nacházíte za reverzní proxy a přepisovací proměnné nastavení nejsou správně nastavené. Přečtete si tomu věnovanou {linkstart}stránku v dokumentaci ↗{linkend}.. ",
"Error occurred while checking server setup" : "Při ověřování nastavení serveru došlo k chybě",
+ "For more details see the {linkstart}documentation ↗{linkend}." : "Podrobnosti naleznete v {linkstart}dokumentaci ↗{linkend}.",
"Your data directory and files are probably accessible from the Internet. The .htaccess file is not working. It is strongly recommended that you configure your web server so that the data directory is no longer accessible, or move the data directory outside the web server document root." : "Váš adresář data a vaše soubory jsou pravděpodobně dostupné z Internetu. Soubor .htaccess nefunguje. Je velmi doporučeno zajistit, aby tento adresář již nebyl dostupný z internetu, nebo byl přesunut mimo document root webového serveru.",
"The \"{header}\" HTTP header is not set to \"{expected}\". This is a potential security or privacy risk, as it is recommended to adjust this setting accordingly." : "HTTP hlavička „{header}“ není nastavena ve shodě s „{expected}“. To značí možné ohrožení bezpečnosti a soukromí a je doporučeno toto nastavení upravit.",
"The \"{header}\" HTTP header is not set to \"{expected}\". Some features might not work correctly, as it is recommended to adjust this setting accordingly." : "HTTP hlavička „{header}“ není nastavena ve shodě s „{expected}“. To značí možné ohrožení bezpečnosti a soukromí a je doporučeno toto nastavení upravit.",
"The \"{header}\" HTTP header doesn't contain \"{expected}\". This is a potential security or privacy risk, as it is recommended to adjust this setting accordingly." : "HTTP hlavička „{header}“ neobsahuje „{expected}“. To značí možné ohrožení bezpečnosti a soukromí a je doporučeno toto nastavení upravit.",
- "The \"{header}\" HTTP header is not set to \"{val1}\", \"{val2}\", \"{val3}\", \"{val4}\" or \"{val5}\". This can leak referer information. See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{link}\">W3C Recommendation ↗</a>." : "HTTP hlavička „{header}“ není nastavena na „{val1}“, „{val2}“, „{val3}“, „{val4}“ nebo „{val5}“. To může odhalovat referer informaci. Viz <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{link}\">doporučení W3C ↗</a>.",
- "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the <a href=\"{docUrl}\" rel=\"noreferrer noopener\">security tips ↗</a>." : "HTTP hlavička „Strict-Transport-Security“ není nastavena na přinejmenším „{seconds}“ sekund. Pro lepší zabezpečení je doporučeno zapnout HSTS, jak je popsáno v <a href=\"{docUrl}\" rel=\"noreferrer noopener\">tipech pro zabezpečení ↗</a>.",
- "Accessing site insecurely via HTTP. You are strongly advised to set up your server to require HTTPS instead, as described in the <a href=\"{docUrl}\">security tips ↗</a>." : "Přistupujete přes přes nezabezpečený HTTP protokol. Důrazně doporučujeme nastavit svůj server tak, aby namísto toho vyžadoval HTTPS, jak je popsáno v <a href=\"{docUrl}\">tipech ohledně zabezpečení ↗</a>.",
- "Non-existing tag #{tag}" : "Neexistující štítek #{tag}",
- "restricted" : "omezeno",
- "invisible" : "neviditelný",
- "Delete" : "Smazat",
- "Rename" : "Přejmenovat",
- "Collaborative tags" : "Štítky pro spolupráci",
- "No tags found" : "Nenalezeny žádné štítky",
+ "The \"{header}\" HTTP header is not set to \"{val1}\", \"{val2}\", \"{val3}\", \"{val4}\" or \"{val5}\". This can leak referer information. See the {linkstart}W3C Recommendation ↗{linkend}." : "HTTP hlavička „{header}“ není nastavena na „{val1}“, „{val2}“, „{val3}“, „{val4}“ nebo „{val5}“. To může odhalovat referer informaci. Viz {linkstart}doporučení W3C ↗{linkend}.",
+ "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the {linkstart}security tips ↗{linkend}." : "HTTP hlavička „Strict-Transport-Security“ není nastavena na přinejmenším „{seconds}“ sekund. Pro lepší zabezpečení je doporučeno zapnout HSTS, jak je popsáno v {linkstart}tipech pro zabezpečení ↗{linkend}.",
+ "Accessing site insecurely via HTTP. You are strongly advised to set up your server to require HTTPS instead, as described in the {linkstart}security tips ↗{linkend}." : "Přistupujete přes přes nezabezpečený HTTP protokol. Důrazně doporučujeme nastavit svůj server tak, aby namísto toho vyžadoval HTTPS, jak je popsáno v {linkstart}tipech ohledně zabezpečení ↗{linkend}.",
"unknown text" : "neznámý text",
"Hello world!" : "Zdravíme, světe!",
"sunny" : "slunečno",
@@ -122,28 +127,29 @@
"An error occurred." : "Došlo k chybě.",
"Please reload the page." : "Načtěte stránku znovu.",
"The update was unsuccessful. For more information <a href=\"{url}\">check our forum post</a> covering this issue." : "Aktualizace nebyla úspěšná. Další informace <a href=\"{url}\">se dočtete v příspěvku na diskuzním fóru</a>, pojednávajícím o tomto problému.",
- "The update was unsuccessful. Please report this issue to the <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">Nextcloud community</a>." : "Aktualizace nebyla úspěšná. Nahlaste problém <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">komunitě kolem Nextcloud</a>",
- "Continue to Nextcloud" : "Pokračovat do Nextcloud",
- "_The update was successful. Redirecting you to Nextcloud in %n second._::_The update was successful. Redirecting you to Nextcloud in %n seconds._" : ["Aktualizace byla úspěšná. Přesměrování do Nextcloud za %n sekundu.","Aktualizace byla úspěšná. Přesměrování do Nextcloud za %n sekundy.","Aktualizace byla úspěšná. Přesměrování do Nextcloud za %n sekund.","Aktualizace byla úspěšná. Přesměrování do Nextcloud za %n sekundy."],
- "Searching other places" : "Prohledávání ostatních umístění",
- "No search results in other folders for {tag}{filter}{endtag}" : "Žádné výsledky v dalších složkách pro {tag}{filter}{endtag}",
- "_{count} search result in another folder_::_{count} search results in other folders_" : ["{count} nález v další složce","{count} nálezy v dalších složkách","{count} nálezů v dalších složkách","{count} nálezy v dalších složkách"],
- "Server side authentication failed!" : "Ověření na straně serveru se nezdařilo!",
+ "The update was unsuccessful. Please report this issue to the <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">Nextcloud community</a>." : "Aktualizace nebyla úspěšná. Prosím nahlaste tento problém <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">komunitě projektu Nextcloud</a>",
+ "Continue to {productName}" : "Pokračujte k {productName}",
+ "_The update was successful. Redirecting you to {productName} in %n second._::_The update was successful. Redirecting you to {productName} in %n seconds._" : ["Aktualizace proběhla úspěšně. Za %n vteřinu budete přesměřováni na {productName}","Aktualizace proběhla úspěšně. Za %n vteřiny budete přesměřováni na {productName}","Aktualizace proběhla úspěšně. Za %n vteřin budete přesměřováni na {productName}","Aktualizace proběhla úspěšně. Za %n vteřin budete přesměřováni na {productName}"],
+ "Log in" : "Přihlásit",
+ "Logging in …" : "Přihlašování…",
+ "Server side authentication failed!" : "Ověření se na straně serveru se nezdařilo!",
"Please contact your administrator." : "Obraťte se na svého správce.",
"An internal error occurred." : "Došlo k vnitřní chybě.",
- "Please try again or contact your administrator." : "Zkuste to znovu nebo se obraťte na svého správce.",
+ "Please try again or contact your administrator." : "Zkuste to znovu nebo se obraťte na správce.",
"Username or email" : "Uživatelské jméno nebo e-mailová adresa",
"Password" : "Heslo",
- "Log in" : "Přihlásit",
- "Logging in …" : "Přihlašování…",
+ "Toggle password visibility" : "Přepnout viditelnost hesla",
"Wrong username or password." : "Nesprávné uživatelské jméno nebo heslo.",
"User disabled" : "Uživatel zakázán",
"We have detected multiple invalid login attempts from your IP. Therefore your next login is throttled up to 30 seconds." : "Bylo rozpoznáno několik neplatných pokusů o přihlášeni z vaší IP adresy. Další přihlášení bude možné za 30 sekund.",
+ "Your account is not setup for passwordless login." : "Váš účet nemá nastavené přihlašování se bez hesla.",
+ "Passwordless authentication is not supported in your browser." : "Přihlašování se bez hesla není ve vámi používaném prohlížeči podporováno.",
+ "Passwordless authentication is only available over a secure connection." : "Ověření se bez hesla je k dispozici pouze přes zabezpečené připojení.",
"Reset password" : "Resetovat heslo",
- "A password reset message has been sent to the e-mail address of this account. If you do not receive it, check your spam/junk folders or ask your local administrator for help." : "Na e-mailovou adresu, vedenou k tomuto účtu, byla odeslána zpráva s pokyny pro znovunastavení hesla. Pokud jste ji neobdrželi, podívejte se také do složek s nevyžádanou poštou (spam) a/nebo požádejte svého místního správce o pomoc.",
+ "A password reset message has been sent to the email address of this account. If you do not receive it, check your spam/junk folders or ask your local administrator for help." : "Na e-mailovou adresu, vedenou k tomuto účtu, byla odeslána zpráva s pokyny pro znovunastavení hesla. Pokud jste ji neobdrželi, podívejte se také do složek s nevyžádanou poštou (spam) a/nebo požádejte svého místního správce o pomoc.",
"If it is not there ask your local administrator." : "Pokud se tam nenachází, zeptejte se svého místního správce.",
"Couldn't send reset email. Please contact your administrator." : "Nepodařilo se odeslat e-mail pro změnu hesla. Obraťte se na správce.",
- "Password can not be changed. Please contact your administrator." : "Heslo nelze změnit. Obraťte se na svého správce systému.",
+ "Password cannot be changed. Please contact your administrator." : "Heslo nelze změnit. Obraťte se na svého správce systému.",
"Back to login" : "Zpět na přihlášení",
"New password" : "Nové heslo",
"Your files are encrypted. There will be no way to get your data back after your password is reset. If you are not sure what to do, please contact your administrator before you continue. Do you really want to continue?" : "Vaše soubory jsou šifrované. Vyresetováním hesla nebude způsob, jak získat vaše data zpět. Pokud nevíte, co dělat, nepokračujte a obraťte se na svého správce. Opravdu chcete pokračovat?",
@@ -151,20 +157,32 @@
"Resetting password" : "Resetuje se heslo",
"Recommended apps" : "Doporučené aplikace",
"Loading apps …" : "Načítání aplikací…",
- "Could not fetch list of apps from the app store." : "Nedaří se získat seznam aplikací z katalogu.",
+ "Could not fetch list of apps from the App Store." : "Nedaří se získat seznam aplikací z katalogu.",
"Installing apps …" : "Instalace aplikací…",
- "Nextcloud {app}" : "Nextcloud {app}",
"App download or installation failed" : "Stažení aplikace nebo její instalace se nezdařilo",
- "Can't install this app because it is not compatible" : "Tuto aplikaci nelze nainstalovat, protože není kompatibilní",
- "Can't install this app" : "Tuto aplikaci nelze nainstalovat",
+ "Cannot install this app because it is not compatible" : "Tuto aplikaci nelze nainstalovat, protože není kompatibilní",
+ "Cannot install this app" : "Tuto aplikaci nelze nainstalovat",
"Cancel" : "Storno",
"Schedule work & meetings, synced with all your devices." : "Plánujte si práci a schůzky – synchronizováno napříč všemi vašimi zařízeními.",
"Keep your colleagues and friends in one place without leaking their private info." : "Uchovávejte si údaje svých kolegů a přátel na jednom místě, aniž by k jejim osobním údajům získal přístup někdo jiný.",
- "Simple email app nicely integrated with Files, Contacts and Calendar." : "Jednoduchý e-mailový klient, propojený se Soubory, Kontakty a Kalendářem.",
+ "Simple email app nicely integrated with Files, Contacts and Calendar." : "Jednoduchý e-mailový klient, propojený s aplikacemi Soubory, Kontakty a Kalendář.",
"Chatting, video calls, screensharing, online meetings and web conferencing – in your browser and with mobile apps." : "Chatování, videohovory, sdílení obrazovky, schůze na dálku a webové konference – ve webovém prohlížeči a mobilních aplikacích.",
- "Collaboratively edit office documents." : "Spolupracujte na upravování kancelářských dokumentů.",
- "Local document editing back-end used by the OnlyOffice app." : "Místně nainstalovaná vykonávající část pro úpravu dokumentů, využívaná aplikací OnlyOffice.",
+ "Collaboratively edit office documents." : "Spolupracujte na kancelářských dokumentech s ostatními souběžně je upravujícími uživateli.",
+ "Local document editing back-end used by the Collabora Online app." : "Podpůrná vrstva pro místní úpravu dokumentů používána aplikací Collabora Online.",
"Forgot password?" : "Zapomněli jste heslo?",
+ "Log in with a device" : "Přihlásit se pomocí zařízení",
+ "Back" : "Zpět",
+ "Login form is disabled." : "Formulář pro přihlášení je vypnut",
+ "Reset search" : "Resetovat hledání",
+ "Search for {name} only" : "Hledat pouze {name}",
+ "No results for {query}" : "Pro {query} nic nenalezeno",
+ "Start typing to search" : "Hledejte psaním",
+ "Loading more results …" : "Načítání dalších výsledků…",
+ "Load more results" : "Načíst další výsledky",
+ "Search" : "Hledat",
+ "An error occurred while searching for {type}" : "Došlo k chybě při hledání pro {type}",
+ "_Please enter {minSearchLength} character or more to search_::_Please enter {minSearchLength} characters or more to search_" : ["Aby bylo možné vyhledávat, zadejte alespoň {minSearchLength} znak","Aby bylo možné vyhledávat, zadejte alespoň {minSearchLength} znaky","Aby bylo možné vyhledávat, zadejte alespoň {minSearchLength} znaků","Aby bylo možné vyhledávat, zadejte alespoň {minSearchLength} znaky"],
+ "Search {types} …" : "Hledat {types}…",
"Settings" : "Nastavení",
"Could not load your contacts" : "Nedaří se načíst vaše kontakty",
"Search contacts …" : "Prohledat kontakty…",
@@ -198,7 +216,7 @@
"New Files" : "Nové soubory",
"Already existing files" : "Už existující soubory",
"Which files do you want to keep?" : "Které soubory chcete ponechat?",
- "If you select both versions, the copied file will have a number added to its name." : "Pokud zvolíte obě verze, zkopírovaný soubor bude mít název doplněný o číslo.",
+ "If you select both versions, the copied file will have a number added to its name." : "Pokud zvolíte obě verze, zkopírovaný soubor bude mít název doplněn o číslo.",
"Continue" : "Pokračovat",
"(all selected)" : "(vše vybrané)",
"({count} selected)" : "(vybráno {count})",
@@ -232,6 +250,13 @@
"Strong password" : "Odolné heslo",
"No action available" : "Není dostupná žádná akce",
"Error fetching contact actions" : "Chyba při získávání akcí kontaktů",
+ "Non-existing tag #{tag}" : "Neexistující štítek #{tag}",
+ "restricted" : "omezeno",
+ "invisible" : "neviditelný",
+ "Delete" : "Smazat",
+ "Rename" : "Přejmenovat",
+ "Collaborative tags" : "Štítky pro spolupráci",
+ "No tags found" : "Nenalezeny žádné štítky",
"Personal" : "Osobní",
"Users" : "Uživatelé",
"Apps" : "Aplikace",
@@ -241,13 +266,16 @@
"File not found" : "Soubor nenalezen",
"The document could not be found on the server. Maybe the share was deleted or has expired?" : "Dokument se nepodařilo na serveru najít. Možná bylo sdílení smazáno nebo skončila jeho platnost?",
"Back to %s" : "Zpět na %s",
+ "Too many requests" : "Příliš mnoho požadavků",
+ "There were too many requests from your network. Retry later or contact your administrator if this is an error." : "Z vaší sítě bylo příliš mnoho požadavků. Zkuste to později nebo (pokud je toto chyba) se obraťte na svého správce.",
"Error" : "Chyba",
+ "Previous" : "Předchozí",
"Internal Server Error" : "Vnitřní chyba serveru",
"The server was unable to complete your request." : "Server nemohl dokončit váš požadavek.",
"If this happens again, please send the technical details below to the server administrator." : "Pokud se toto stane znovu, pošlete níže uvedené technické podrobnosti správci serveru.",
"More details can be found in the server log." : "Další podrobnosti naleznete v záznamu událostí serveru.",
"Technical details" : "Technické podrobnosti",
- "Remote Address: %s" : "Adresa protějšku: %s",
+ "Remote Address: %s" : "Federovaná adresa: %s",
"Request ID: %s" : "Identifikátor požadavku: %s",
"Type: %s" : "Typ: %s",
"Code: %s" : "Kód: %s",
@@ -265,7 +293,7 @@
"Data folder" : "Složka s daty",
"Configure the database" : "Nastavit databázi",
"Only %s is available." : "Je k dispozici pouze %s.",
- "Install and activate additional PHP modules to choose other database types." : "Aby bylo možné vybrat jiné typy databáze je třeba nainstalovat a povolit dodatečné PHP moduly.",
+ "Install and activate additional PHP modules to choose other database types." : "Pokud chcete vybrat jiné typy databáze, je třeba nainstalovat a povolit dodatečné PHP moduly.",
"For more details check out the documentation." : "Podrobnosti naleznete v dokumentaci.",
"Database user" : "Uživatel databáze",
"Database password" : "Heslo do databáze",
@@ -275,10 +303,10 @@
"Please specify the port number along with the host name (e.g., localhost:5432)." : "Zadejte port spolu s názvem hostitele (t. j., localhost:5432).",
"Performance warning" : "Varování ohledně výkonu",
"You chose SQLite as database." : "Zvolíte jako databázi SQLite.",
- "SQLite should only be used for minimal and development instances. For production we recommend a different database backend." : "SQLite by mělo být použito pouze pro opravdu malé a vývojové instance. Pro produkční použití doporučujeme použít robustnější databázové řešení.",
+ "SQLite should only be used for minimal and development instances. For production we recommend a different database backend." : "SQLite by mělo být použito pouze pro instance, které slouží jen pro vývoj nebo ty obhospodařující opravdu velmi málo dat a uživatelů. Pro jakékoli produkční použití doporučujeme použít robustnější databázové řešení.",
"If you use clients for file syncing, the use of SQLite is highly discouraged." : "Pokud používáte klienty pro synchronizaci souborů, je použití SQLite silně nedoporučeno.",
"Install recommended apps" : "Nainstalovat doporučené aplikace",
- "Calendar, Contacts, Talk, Mail & OnlyOffice" : "Kalendář, Kontakty, Talk, E-mail a OnlyOffice",
+ "Calendar, Contacts, Talk, Mail & Collaborative editing" : "Kalendář, Kontakty, Talk, E-mail a upravování dokumentů ve spolupráci s ostatními",
"Finish setup" : "Dokončit nastavení",
"Finishing …" : "Dokončování…",
"Need help?" : "Potřebujete nápovědu?",
@@ -292,14 +320,13 @@
"More apps" : "Více aplikací",
"More" : "Více",
"More apps menu" : "Nabídka dalších aplikací",
- "Search" : "Hledat",
- "Reset search" : "Resetovat hledání",
"Contacts" : "Kontakty",
"Contacts menu" : "Nabídka kontaktů",
"Settings menu" : "Nabídka nastavení",
"Confirm your password" : "Potvrdit heslo",
"Connect to your account" : "Propojit s vaším účtem",
"Please log in before granting %1$s access to your %2$s account." : "Přihlaste se abyste mohli %1$s udělit přístup k vašemu %2$s účtu.",
+ "If you are not trying to set up a new device or app, someone is trying to trick you into granting them access to your data. In this case do not proceed and instead contact your system administrator." : "Pokud se nepokoušíte nastavit nové zařízení či aplikaci, někdo se pokouší vás ošálit a získat tak přístup k vašim datům. V takovém případě nepokračujte a obraťte se na svého správce systémů.",
"App token" : "Token aplikace",
"Grant access" : "Udělit přístup",
"Alternative log in using app token" : "Alternativní přihlášení pomocí tokenu aplikace",
@@ -307,7 +334,7 @@
"You are about to grant %1$s access to your %2$s account." : "Chystáte se udělit %1$s přístup ke svému %2$s účtu.",
"Account connected" : "Účet připojen",
"Your client should now be connected!" : "Váš klient by nyní měl být připojen!",
- "You can close this window." : "Toto okno je možné zavřít",
+ "You can close this window." : "Toto okno je možné zavřít.",
"This share is password-protected" : "Toto sdílení je chráněno heslem",
"The password is wrong. Try again." : "Chybné heslo. Zkuste to znovu.",
"Two-factor authentication" : "Dvoufaktorové přihlášení",
@@ -327,12 +354,12 @@
"Further information how to configure this can be found in the %1$sdocumentation%2$s." : "Další informace o tom, jak toto nastavit jsou k dispozici v %1$sdokumentaci%2$s.",
"App update required" : "Vyžadována aktualizace aplikace",
"%1$s will be updated to version %2$s" : "%1$s bude aktualizováno na verzi %2$s",
- "These apps will be updated:" : "Následující aplikace budou aktualizovány:",
+ "The following apps will be updated:" : "Následující aplikace budou aktualizovány:",
"These incompatible apps will be disabled:" : "Tyto nekompatibilní aplikace budou vypnuty:",
"The theme %s has been disabled." : "Motiv vzhledu %s byl vypnut.",
"Please make sure that the database, the config folder and the data folder have been backed up before proceeding." : "Před provedením dalšího kroku se ujistěte, že je zazálohována databáze a složky s nastaveními a daty.",
"Start update" : "Spustit aktualizaci",
- "To avoid timeouts with larger installations, you can instead run the following command from your installation directory:" : "U větších instalací, abyste zabránili překračování časového limitu, můžete namísto toho spustit v adresáři, ve kterém je nainstalováno, spustit:",
+ "To avoid timeouts with larger installations, you can instead run the following command from your installation directory:" : "U větších instalací, abyste zabránili nezdarům kvůli překračování časových limitů, můžete namísto toho v adresáři, ve kterém je nainstalováno, spustit:",
"Detailed logs" : "Podrobné záznamy událostí",
"Update needed" : "Je třeba provést aktualizaci",
"Please use the command line updater because you have a big instance with more than 50 users." : "Použijte aktualizační příkazový řádek, protože máte velkou instanci s více než 50 uživateli.",
@@ -342,96 +369,50 @@
"Maintenance mode" : "Režim údržby",
"This %s instance is currently in maintenance mode, which may take a while." : "Tato instance %s se právě nachází v režimu údržby a ta může chvíli trvat.",
"This page will refresh itself when the instance is available again." : "Tato stránka se automaticky znovu načte, jakmile bude tato instance opět dostupná.",
- "Contact your system administrator if this message persists or appeared unexpectedly." : "Pokud se tato zpráva objevuje opakovaně nebo nečekaně, obraťte se správce systému.",
- "Could not send reset email because there is no email address for this username. Please contact your administrator." : "Nelze odeslat e-mail pro změnu hesla, protože u tohoto uživatelského jména není uvedena e-mailová adresa. Obraťte se na svého správce.",
- "Couldn't send reset email. Please make sure your username is correct." : "Nedaří se odeslat e-mail pro změnu hesla. Ověřte, že zadáváte správné uživatelské jméno.",
- "We have send a password reset e-mail to the e-mail address known to us for this account. If you do not receive it within a reasonable amount of time, check your spam/junk folders.<br>If it is not there ask your local administrator." : "Odkaz na obnovení hesla byl odeslán na e-mailovou adresu, uvedenou pro tento účet. Pokud jej v krátké době neobdržíte, zkontrolujte nevyžádanou poštu a koš.<br>Pokud jej nenaleznete, kontaktujte svého správce systému.",
- "Your files are encrypted. There will be no way to get your data back after your password is reset.<br />If you are not sure what to do, please contact your administrator before you continue. <br />Do you really want to continue?" : "Vaše soubory jsou šifrovány. Po vyresetování vašeho hesla nebudete moc získat data zpět.<br/>Pokud si nejste jisti tím co děláte, tak se předtím než budete pokračovat obraťte na svého správce.<br/>Opravdu chcete pokračovat?",
- "Sending email …" : "Odesílání e-mailu…",
- "You are currently running PHP 5.6. The current major version of Nextcloud is the last that is supported on PHP 5.6. It is recommended to upgrade the PHP version to 7.0+ to be able to upgrade to Nextcloud 14." : "Aktuálně používáte PHP 5.6. Aktuální verze Nextcloud podporuje verzi PHP 5.6, ale je doporučený upgrade na PHP verzi 7.0 a vyšší pro upgrade na Nextcloud 14",
- "Accessing site insecurely via HTTP. You are strongly adviced to set up your server to require HTTPS instead, as described in the <a href=\"{docUrl}\">security tips ↗</a>." : "Přistupujete přes nezabezpečené HTTP. Silně doporučujeme nastavit svůj server tak, aby vyžadoval namísto toho HTTPS, jak je popsáno v <a href=\"{docUrl}\">tipech pro zabezpečení ↗</a>.",
- "Shared" : "Sdílené",
- "Shared with" : "Sdíleno s",
- "Shared by" : "Nasdílel",
- "Choose a password for the public link" : "Zadejte heslo pro tento veřejný odkaz",
- "Choose a password for the public link or press the \"Enter\" key" : "Zvolte heslo pro veřejný odkaz nebo stiskněte klávesu „Enter“",
- "Copied!" : "Zkopírováno!",
- "Copy link" : "Zkopírovat odkaz",
- "Not supported!" : "Nepodporováno!",
- "Press ⌘-C to copy." : "Zkopírujete stisknutím ⌘C.",
- "Press Ctrl-C to copy." : "Zkopírujete stisknutím Ctrl+C.",
- "Unable to create a link share" : "Nedaří se vytvořit sdílení odkazu",
- "Unable to toggle this option" : "Tuto volbu se nedaří přepnout",
- "Resharing is not allowed" : "Příjemcům tohoto sdílení není dovoleno nasdílet ho dále dalším",
- "Link" : "Odkaz",
- "Hide download" : "Skrýt stahování",
- "Password protection enforced" : "Ochrana heslem vynucena",
- "Password protect" : "Chránit heslem",
- "Allow editing" : "Umožnit úpravy",
- "Email link to person" : "Odeslat osobě odkaz e-mailem",
- "Send" : "Odeslat",
- "Allow upload and editing" : "Povolit nahrávání a úpravy",
- "Read only" : "Pouze pro čtení",
- "File drop (upload only)" : "Přetažení souboru (pouze nahrání)",
- "Expiration date enforced" : "Datum skončení platnosti vynuceno",
- "Set expiration date" : "Nastavit datum skončení platnosti",
- "Expiration" : "Konec platnosti",
- "Expiration date" : "Datum skončení platnosti",
- "Note to recipient" : "Poznámka pro příjemce",
- "Unshare" : "Zrušit sdílení",
- "Delete share link" : "Smazat sdílecí odkaz",
- "Add another link" : "Přidat další odkaz",
- "Password protection for links is mandatory" : "Ochrana heslem je pro odkazy povinná",
- "Share to {name}" : "Sdílet {name}",
- "Share link" : "Odkaz pro sdílení",
- "New share link" : "Nový sdílecí odkaz",
- "Created on {time}" : "Vytvořeno {time}",
- "Password protect by Talk" : "Ochrana heslem pomocí Talk",
- "Could not unshare" : "Sdílení není možné zrušit",
- "Shared with you and the group {group} by {owner}" : "S Vámi a skupinou {group} sdílí {owner}",
- "Shared with you and {circle} by {owner}" : "Sdíleno s vámi a {circle} od {owner}",
- "Shared with you and the conversation {conversation} by {owner}" : "Sdíleno {owner} s vámi a konverzací {conversation}",
- "Shared with you in a conversation by {owner}" : "Sdílí s vámi {owner} v konverzaci",
- "Shared with you by {owner}" : "S vámi sdílí {owner}",
- "Choose a password for the mail share" : "Zvolte si heslo e-mailového sdílení",
- "group" : "skupina",
- "remote" : "vzdálený",
- "remote group" : "skupina na protějšku",
- "email" : "e-mail",
- "conversation" : "konverzace",
- "shared by {sharer}" : "sdílí {sharer}",
- "Can reshare" : "Příjemce tohoto sdílení může sám dál nasdílet dalším",
- "Can edit" : "Může upravovat",
- "Can create" : "Může vytvářet",
- "Can change" : "Může měnit",
- "Can delete" : "Může mazat",
- "Access control" : "Řízení přístupu",
- "{shareInitiatorDisplayName} shared via link" : "{shareInitiatorDisplayName} nasdílel(a) prostřednictvím odkazu",
- "Error while sharing" : "Chyba při sdílení",
- "Share details could not be loaded for this item." : "Podrobnosti o sdílení se pro tuto položku nepodařilo načíst.",
- "Search globally" : "Hledat globálně",
- "_At least {count} character is needed for autocompletion_::_At least {count} characters are needed for autocompletion_" : ["Alespoň {count} znak je vyžadován pro automatické doplňování","Alespoň {count} znaky jsou vyžadovány pro automatické doplňování","Alespoň {count} znaků je vyžadováno pro automatické doplňování","Alespoň {count} znaky jsou vyžadovány pro automatické doplňování"],
- "This list is maybe truncated - please refine your search term to see more results." : "Tento seznam je možná zkrácený – upřesněte vyhledávací výraz pro více výsledků.",
- "No users or groups found for {search}" : "Pro {search} nebyli nalezeni žádní členové ani skupiny",
- "No users found for {search}" : "Pro {search} nebyli nalezeni žádní uživatelé",
- "An error occurred (\"{message}\"). Please try again" : "Došlo k chybě („{message}“). Zkuste to znovu",
- "An error occurred. Please try again" : "Došlo k chybě. Zkuste to znovu",
- "Home" : "Domů",
- "Work" : "Práce",
- "Other" : "Ostatní",
- "{sharee} (remote group)" : "{sharee} (skupina na protějšku)",
- "{sharee} ({type}, {owner})" : "{sharee} ({type}, {owner})",
- "Share" : "Sdílet",
- "Name or email address..." : "Jméno nebo e-mailová adresa…",
- "Name or federated cloud ID..." : "Jméno nebo identifikátor v rámci sdruženého cloudu…",
- "Name, federated cloud ID or email address..." : "Jméno, identifikátor v rámci sdruženého cloudu, nebo e-mailová adresa…",
- "Name..." : "Jméno…",
- "Error removing share" : "Chyba při odstraňování sdílení",
- "({scope})" : "({scope})",
- "Saving..." : "Ukládání…",
- "Dismiss" : "Zamítnout",
- "Your client should now be connected! You can close this window." : "Váš klient by nyní měl být připojen. Toto okno už můžete zavřít.",
- "New Password" : "Nové heslo",
- "Cancel log in" : "Zrušit přihlášení"
+ "Contact your system administrator if this message persists or appeared unexpectedly." : "Pokud se tato zpráva objevuje trvale nebo nečekaně, obraťte se správce systému.",
+ "Checking whether the database schema can be updated (this can take a long time depending on the database size)" : "Zjišťuje se, zda je možné schéma databáze zaktualizovat (v závislosti na velikosti databáze to může trvat delší dobu)",
+ "Checked database schema update" : "Ověřeno, že schéma databáze bylo zaktualizováno",
+ "Checking updates of apps" : "Kontrola aktualizace aplikací",
+ "Checking for update of app \"%s\" in appstore" : "Hledám aktualizaci aplikace „%s“ v obchodu s aplikacemi",
+ "Update app \"%s\" from appstore" : "Aktualizuje se aplikace „%s“ z katalogu aplikací",
+ "Checked for update of app \"%s\" in appstore" : "Zkontrolována aktualizace aplikace „%s“ v katalogu aplikací",
+ "Checked database schema update for apps" : "Aktualizace schéma databáze pro aplikace byla ověřena",
+ "Following apps have been disabled: %s" : "Následující aplikace byly vypnuty: %s",
+ "Your web server is not properly set up to resolve \"{url}\". Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Váš webový server není správně nastaven pro rozpoznání „{url}“. Více informací lze nalézt v naší <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentaci</a>.",
+ "Your web server is not properly set up to resolve \"{url}\". This is most likely related to a web server configuration that was not updated to deliver this folder directly. Please compare your configuration against the shipped rewrite rules in \".htaccess\" for Apache or the provided one in the documentation for Nginx at it's <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation page</a>. On Nginx those are typically the lines starting with \"location ~\" that need an update." : "Váš webový server není nastaven správně aby přeložil „{url}“. To nejspíš souvisí s nastavením webového serveru, které nebylo aktualizováno pro přímé doručování této složky. Porovnejte svá nastavení vůči dodávaným rewrite pravidlům v „.htaccess“ (pro Apache) nebo těm poskytnutým v dokumentaci (pro Nginx) v jeho <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">stránce v dokumentaci</a>. U Nginx je typicky třeba aktualizovat řádky začínající na „location ~“.",
+ "Your web server is not properly set up to deliver .woff2 files. This is typically an issue with the Nginx configuration. For Nextcloud 15 it needs an adjustement to also deliver .woff2 files. Compare your Nginx configuration to the recommended configuration in our <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Váš webový server není nastaven správně tak, aby doručoval soubory .woff2. Toto je typicky problém s nastavením Nginx. Pro Nextcloud 15 je třeba ho upravit aby doručoval také soubory .woff2. Porovnejte svoje nastavení Nginx s tím doporučeným v naší <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentaci</a>.",
+ "Please check the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">installation documentation ↗</a> for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "Nahlédněte do <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">instalační dokumentace ↗</a> kvůli poznámkám pro nastavování PHP a zkontrolujte nastavení PHP na svém serveru, zejména pokud používáte php-fpm.",
+ "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems. See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation ↗</a> for more information." : "Transakční zamykání souborů je vypnuto, což může vést k problémům při souběžném přístupu. Abyste se jim vyhli, zapněte v config.php volbu „filelocking.enabled“. Další informace naleznete v <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentaci ↗</a>.",
+ "Last background job execution ran {relativeTime}. Something seems wrong." : "Vykonání poslední naplánované úlohy: {relativeTime}. Vypadá to, že něco není v pořádku.",
+ "Check the background job settings" : "Prověřte nastavení cronjob na pozadí",
+ "No memory cache has been configured. To enhance performance, please configure a memcache, if available. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Nebyla nastavena mezipaměť v paměti. Pokud je dostupná, nastavte ji pro zlepšení výkonu. Další informace lze nalézt v naší <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentaci</a>.",
+ "No suitable source for randomness found by PHP which is highly discouraged for security reasons. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "PHP nenalezlo žádný použitelný zdroj náhodnosti, což je silně nedoporučeno z důvodu zabezpečení. Bližší informace naleznete v <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentaci</a>.",
+ "You are currently running PHP {version}. Upgrade your PHP version to take advantage of <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">performance and security updates provided by the PHP Group</a> as soon as your distribution supports it." : "Nyní používáte PHP {version}. Abyste mohli využívat <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">aktualizace, zlepšující výkonnost a zabezpečení, poskytované autory PHP</a>, přejděte na jeho novější verzi. A to tak rychle, jak to vámi využívaná distribuce operačního sysétmu umožňuje.",
+ "The reverse proxy header configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If not, this is a security issue and can allow an attacker to spoof their IP address as visible to the Nextcloud. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Nastavení hlaviček reverzní proxy není správné nebo přistupujete na Nextcloud z důvěryhodné proxy. Pokud nepřistupujete k Nextcloud z důvěryhodné proxy, potom je toto bezpečností chyba a může útočníkovi umožnit falšovat IP adresu, kterou NextCloud vidí. Další informace lze nalézt v naší <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentaci</a>.",
+ "Memcached is configured as distributed cache, but the wrong PHP module \"memcache\" is installed. \\OC\\Memcache\\Memcached only supports \"memcached\" and not \"memcache\". See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">memcached wiki about both modules</a>." : "Je nastaven memcached jako distribuovaná cache, ale je nainstalovaný nesprávný PHP modul „memcache“. \\OC\\Memcache\\Memcached podporuje pouze „memcached“ a ne „memcache“. Podívejte se na <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">memcached wiki pro oba moduly</a>.",
+ "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">List of invalid files…</a> / <a href=\"{rescanEndpoint}\">Rescan…</a>)" : "Některé soubory neprošly kontrolou integrity. Podrobnosti ohledně řešení tohoto problém lze nalézt v <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentaci</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">Seznam neplatných souborů…</a> / <a href=\"{rescanEndpoint}\">Znovu ověřit…</a>)",
+ "The PHP OPcache module is not loaded. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance it is recommended</a> to load it into your PHP installation." : "PHP modul OPcache není načten. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Pro lepší výkon je doporučeno</a> načíst ho do vaší PHP instalace.",
+ "The PHP OPcache is not properly configured. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance it is recommended</a> to use the following settings in the <code>php.ini</code>:" : "PHP OPcache není správně nastavené.<a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Pro lepší výkon je doporučeno</a> použít v <code>php.ini</code> následující nastavení:",
+ "Some columns in the database are missing a conversion to big int. Due to the fact that changing column types on big tables could take some time they were not changed automatically. By running 'occ db:convert-filecache-bigint' those pending changes could be applied manually. This operation needs to be made while the instance is offline. For further details read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "U některých sloupců tabulek databáze doposud nebyla provedena konverze na datový typ big int. To proto, že změna typů sloupců ve velkých tabulkách může trvat dlouho a proto nebylo provedeno automaticky. Provedení je možné spustit ručně a to spuštěním příkazu „occ db: convert-filecache-bigint“. Ovšem provést lze jen tehdy, když je instance Nexcloud odstavená. Další podrobnosti naleznete <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">na stránce v dokumentaci, pojednávající o tomto</a>.",
+ "To migrate to another database use the command line tool: 'occ db:convert-type', or see the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation ↗</a>." : "Pro migraci na jinou databázi použijte nástroj pro příkazový řádek: „occ db:convert-type“, nebo se podívejte do <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentace ↗</a>.",
+ "Use of the the built in php mailer is no longer supported. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Please update your email server settings ↗<a/>." : "Použití odesílání e-mailů, vestavěného v php už není podporováno. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Aktualizujte nastavení svého e-mailového serveru ↗<a/>.",
+ "MySQL is used as database but does not support 4-byte characters. To be able to handle 4-byte characters (like emojis) without issues in filenames or comments for example it is recommended to enable the 4-byte support in MySQL. For further details read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "Jako databáze je používána MySQL, ale nepodporuje 4 bajtové znaky. Aby bylo možné takové (jako například emotikony) bez problémů obsloužit, je doporučeno zapnout v MySQL podporu pro 4 bajtové znaky. Bližší podrobnosti naleznete v <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentaci o tomto</a>.",
+ "You are accessing your instance over a secure connection, however your instance is generating insecure URLs. This most likely means that you are behind a reverse proxy and the overwrite config variables are not set correctly. Please read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "Přistupujete k vámi využívané instanci přes zabezpečené připojení, nicméně ta vytváří nezabezpečené URL adresy. To nejpravděpodobněji znamená, že se nacházíte za reverzní proxy a přepisovací proměnné nastavení nejsou správně nastavené. Přečtete si tomu věnovanou <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">stránku v dokumentaci</a>. ",
+ "The \"{header}\" HTTP header is not set to \"{val1}\", \"{val2}\", \"{val3}\", \"{val4}\" or \"{val5}\". This can leak referer information. See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{link}\">W3C Recommendation ↗</a>." : "HTTP hlavička „{header}“ není nastavena na „{val1}“, „{val2}“, „{val3}“, „{val4}“ nebo „{val5}“. To může vést k nežádoucímu odhalování referer informaci. Viz <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{link}\">doporučení W3C ↗</a>.",
+ "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the <a href=\"{docUrl}\" rel=\"noreferrer noopener\">security tips ↗</a>." : "HTTP hlavička „Strict-Transport-Security“ není nastavena na přinejmenším „{seconds}“ sekund. Pro lepší zabezpečení je doporučeno zapnout HSTS, jak je popsáno v <a href=\"{docUrl}\" rel=\"noreferrer noopener\">tipech pro zabezpečení ↗</a>.",
+ "Accessing site insecurely via HTTP. You are strongly advised to set up your server to require HTTPS instead, as described in the <a href=\"{docUrl}\">security tips ↗</a>." : "Přistupujete přes přes nezabezpečený HTTP protokol. Důrazně doporučujeme nastavit svůj server tak, aby namísto toho vyžadoval HTTPS, jak je popsáno v <a href=\"{docUrl}\">tipech ohledně zabezpečení ↗</a>.",
+ "Continue to Nextcloud" : "Pokračovat do Nextcloud",
+ "_The update was successful. Redirecting you to Nextcloud in %n second._::_The update was successful. Redirecting you to Nextcloud in %n seconds._" : ["Aktualizace byla úspěšná. Přesměrování do Nextcloud za %n sekundu.","Aktualizace byla úspěšná. Přesměrování do Nextcloud za %n sekundy.","Aktualizace byla úspěšná. Přesměrování do Nextcloud za %n sekund.","Aktualizace byla úspěšná. Přesměrování do Nextcloud za %n sekundy."],
+ "Searching other places" : "Prohledávání ostatních umístění",
+ "No search results in other folders for {tag}{filter}{endtag}" : "Žádné výsledky v dalších složkách pro {tag}{filter}{endtag}",
+ "_{count} search result in another folder_::_{count} search results in other folders_" : ["{count} nález v další složce","{count} nálezy v dalších složkách","{count} nálezů v dalších složkách","{count} nálezy v dalších složkách"],
+ "A password reset message has been sent to the e-mail address of this account. If you do not receive it, check your spam/junk folders or ask your local administrator for help." : "Na e-mailovou adresu, vedenou k tomuto účtu, byla odeslána zpráva s pokyny pro znovunastavení hesla. Pokud jste ji neobdrželi, podívejte se také do složek s nevyžádanou poštou (spam) a/nebo požádejte svého místního správce o pomoc.",
+ "Password can not be changed. Please contact your administrator." : "Heslo nelze změnit. Obraťte se na svého správce systému.",
+ "Could not fetch list of apps from the app store." : "Nedaří se získat seznam aplikací z katalogu.",
+ "Nextcloud {app}" : "Nextcloud {app}",
+ "Can't install this app because it is not compatible" : "Tuto aplikaci nelze nainstalovat, protože není kompatibilní",
+ "Can't install this app" : "Tuto aplikaci nelze nainstalovat",
+ "These apps will be updated:" : "Tyto aplikace budou aktualizovány:",
+ "For more details see the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Další podrobnosti naleznete v <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentaci</a>."
},"pluralForm" :"nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;"
} \ No newline at end of file
diff --git a/core/l10n/da.js b/core/l10n/da.js
index af8dc645404..fec65d477f8 100644
--- a/core/l10n/da.js
+++ b/core/l10n/da.js
@@ -5,6 +5,7 @@ OC.L10N.register(
"File is too big" : "Filen er for stor",
"The selected file is not an image." : "Den valgte fil er ikke et billede.",
"The selected file cannot be read." : "Den valgte fil kan ikke læses.",
+ "The file was uploaded" : "Filen blev uploadet",
"Invalid file provided" : "Der er angivet en ugyldig fil",
"No image or file provided" : "Ingen fil eller billede givet",
"Unknown filetype" : "Ukendt filtype",
@@ -15,6 +16,7 @@ OC.L10N.register(
"No valid crop data provided" : "Der er ikke angivet gyldige data om beskæring",
"Crop is not square" : "Beskæringen er ikke kvadratisk",
"State token does not match" : "Forkert tilstandsnøgle",
+ "Invalid app password" : "Forkert app kodeord",
"Could not complete login" : "Kunne ikke gennemføre login",
"Your login token is invalid or has expired" : "Din login-nøgle er ugyldig eller udløbet",
"Password reset is disabled" : "Muligheden for at nulstille adgangskoden er deaktiveret",
@@ -41,75 +43,41 @@ OC.L10N.register(
"Maintenance mode is kept active" : "Vedligeholdelsestilstanden holdes kørende",
"Updating database schema" : "Opdaterer database skema",
"Updated database" : "Opdaterede database",
- "Checking whether the database schema can be updated (this can take a long time depending on the database size)" : "Tjekker om database schema'et kan opdateres (dette kan tage lang tid afhængig af databasens størrelse)",
- "Checked database schema update" : "Tjekket database schema opdatering",
- "Checking updates of apps" : "Tjekker opdatering af apps",
- "Checking for update of app \"%s\" in appstore" : "Leder efter opdatering til \"%s\" i appstore",
- "Update app \"%s\" from appstore" : "Opdatér \"%s\" fra appstore",
- "Checked for update of app \"%s\" in appstore" : "Ledte efter opdatering til \"%s\" i appstore",
"Checking whether the database schema for %s can be updated (this can take a long time depending on the database size)" : "Tjekker om database schema'et for %s kan opdateres (dette kan tage lang tid afhængig af databasens størrelse)",
- "Checked database schema update for apps" : "Tjekkede databaseskemaets opdatering for apps",
"Updated \"%1$s\" to %2$s" : "Opdaterede \"%1$s\" til %2$s",
"Set log level to debug" : "Sæt logningsniveau til fejlfinding",
"Reset log level" : "Nulstil logningsniveau",
"Starting code integrity check" : "Begynder tjek af kodeintegritet",
"Finished code integrity check" : "Fuldførte tjek af kodeintegritet",
"%s (incompatible)" : "%s (inkombatible)",
- "Following apps have been disabled: %s" : "Følgende apps er blevet deaktiveret: %s",
+ "The following apps have been disabled: %s" : "Følgende apps er blevet deaktiveret: %s",
"Already up to date" : "Allerede opdateret",
"Your web server is not yet properly set up to allow file synchronization, because the WebDAV interface seems to be broken." : "Din webserver er endnu ikke sat korrekt op til at tillade filsynkronisering, fordi WebDAV-grænsefladen ser ud til at være i stykker.",
- "Your web server is not properly set up to resolve \"{url}\". Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Din webserver er ikke sat op til at benytte \"{url}\". Nærmere information kan findes i vores <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">dokumentation</a>.",
- "Your web server is not properly set up to resolve \"{url}\". This is most likely related to a web server configuration that was not updated to deliver this folder directly. Please compare your configuration against the shipped rewrite rules in \".htaccess\" for Apache or the provided one in the documentation for Nginx at it's <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation page</a>. On Nginx those are typically the lines starting with \"location ~\" that need an update." : "Din webserver er ikke konfigureret korrekt til at løse \"{url}\". Dette er højst sandsynligt relateret til en webserver konfiguration, der ikke blev opdateret for at levere denne mappe direkte. Sammenlign venligst din konfiguration med de medsendte omskrivningsregler i \".htaccess\" til Apache eller den medfølgende i dokumentationen til Nginx på <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dets dokumentationsside</a>. På Nginx er det typisk de linjer, der starter med \"location ~\" , der kræver en opdatering.",
- "Your web server is not properly set up to deliver .woff2 files. This is typically an issue with the Nginx configuration. For Nextcloud 15 it needs an adjustement to also deliver .woff2 files. Compare your Nginx configuration to the recommended configuration in our <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Din webserver er ikke rigtigt indstillet til at levere .woff2 filer. Dette er typisk en Nginx konfiguration. I Nextcloud 15 behøver den en tilpasning for også at levere .woff2 filer. Sammenlign din Nginx konfiguration med den anbefalede konfiguration i vores <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>.",
"PHP does not seem to be setup properly to query system environment variables. The test with getenv(\"PATH\") only returns an empty response." : "PHP lader ikke til at være korrekt opsat til at forespørge miljøvariablerne i systemet. Testen med getenv(\"PATH\") returnerer et tomt svar.",
- "Please check the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">installation documentation ↗</a> for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "Tjek venligst <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">installation documentation ↗</a> for PHP konfigurationsnoter og PHP konfiguration af din server. Specielt ved brug af php-fpm.",
"The read-only config has been enabled. This prevents setting some configurations via the web-interface. Furthermore, the file needs to be made writable manually for every update." : "Den skrivebeskyttede konfiguration er blevet slået til. Dette forhindrer indstillinger af nogle konfigurationer via webgrænsefladen. I tillæg skal filen gøres skrivbar manuelt for hver opdatering.",
"Your database does not run with \"READ COMMITTED\" transaction isolation level. This can cause problems when multiple actions are executed in parallel." : "Din database kører ikke med \"READ COMMITTED\" transaktions isoleringsniveau. Dette kan føre til problemer når multiple transaktioner udføres parallelt.",
"The PHP module \"fileinfo\" is missing. It is strongly recommended to enable this module to get the best results with MIME type detection." : "PHP modulet 'fileinfo' mangler. Vi anbefaler stærkt at aktivere dette modul til at få de bedste resultater med mime-type detektion.",
- "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems. See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation ↗</a> for more information." : "Transaktionel fillåsning er slået fra, dette kan føre til stress vilkår. Aktiver \"filelocking.enabled\" i config.php for at undgå disse problemer. Se <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentationen ↗</a> for mere information.",
"If your installation is not installed at the root of the domain and uses system cron, there can be issues with the URL generation. To avoid these problems, please set the \"overwrite.cli.url\" option in your config.php file to the webroot path of your installation (suggestion: \"{suggestedOverwriteCliURL}\")" : "Hvis din installation ikke er installeret i domænets rod og bruger systemets cron, kan der bliver problemer med at generere URLs. For at undgå disse problemer, venligst indstil \"overwrite.cli.url\" optionen i din config.php med stien til roden for din webinstallation (eksempel: \"{suggestedOverwriteCliURL}\")",
"It was not possible to execute the cron job via CLI. The following technical errors have appeared:" : "Det var ikke muligt at udføre cronjobbet via kommandolinjefladen CLI. Følgende tekniske fejl fremkom:",
- "Last background job execution ran {relativeTime}. Something seems wrong." : "Seneste udførsel af baggrundsjob kørte {relativeTime}. Der er vist noget galt.",
- "Check the background job settings" : "Tjek baggrundsjobindstillinger",
"This server has no working Internet connection: Multiple endpoints could not be reached. This means that some of the features like mounting external storage, notifications about updates or installation of third-party apps will not work. Accessing files remotely and sending of notification emails might not work, either. Establish a connection from this server to the Internet to enjoy all features." : "Serveren har ikke nogen fungerende internetforbindelse: Nogle data kan ikke tilgås. Det betyder at funktioner som forbinde eksterne enheder, notifikationer om opdateringer og installation af 3.parts udvidelser ikke vil virke. Få forbindelse til filer og sende notifikations email virker måske heller ikke. \nVi anbefaler at du får etableret en internetforbindelse hvis du ønsker alle funktioner skal virke.",
- "No memory cache has been configured. To enhance performance, please configure a memcache, if available. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Der er ikke konfigureret noget hukommelsesmellemlager. For at forbedre din ydelse bør du om muligt konfigurere en mamcache. Yderligere information findes i <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">dokumentationen</a>.",
- "No suitable source for randomness found by PHP which is highly discouraged for security reasons. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Ingen passende kilde af tilfældigheder fundet til PHP, hvilket stærkt frarådes af sikkerhedsgrunde. Yderligere information kan findes i vores <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentation</a>.",
- "You are currently running PHP {version}. Upgrade your PHP version to take advantage of <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">performance and security updates provided by the PHP Group</a> as soon as your distribution supports it." : "Du kører i øjeblikket med PHP {version}. Vi anbefaler dig at opgradere din PHP version for at få glæde af <a target=\"_blank\" rel=\"noreferrer\" href=\"{phpLink}\">ydelses- og sikkerhedsopdateringer udgivet af the PHP Group</a> så snart din distribution understøtter dem.",
- "Nextcloud 19 is the last release supporting PHP 7.2. Nextcloud 20 requires at least PHP 7.3." : "Nextcloud 19 er den sidste version som understøtter PHP 7.2. Nextcloud 20 kræver mindst PHP 7.3.",
- "The reverse proxy header configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If not, this is a security issue and can allow an attacker to spoof their IP address as visible to the Nextcloud. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Konfigurationen af reverse proxy-headere er ikke korrekt eller du tilgår Nextcloud fra en betroet proxy. Hvis du ikke tilgår Nextcloud fra en betroet proxy, så er dette et sikkerhedsproblem og kan tillade en angriber af forfalske deres IP-adresse som synlig for Nextcloud. Yderligere information kan findes i vores <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">dokumentation</a>.",
- "Memcached is configured as distributed cache, but the wrong PHP module \"memcache\" is installed. \\OC\\Memcache\\Memcached only supports \"memcached\" and not \"memcache\". See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">memcached wiki about both modules</a>." : "Memcached er konfigureret som et distribueret mellemlager, men det forkerte PHP-modul \"memcache\" er installeret. \\OC\\Memcache\\Memcached understøtter kun \"memcached\" og ikke \"memcache\". Se <a target=\"_blank\" rel=\"noreferrer\" href=\"{wikiLink}\">memcached-wikien om begge moduler</a>.",
- "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">List of invalid files…</a> / <a href=\"{rescanEndpoint}\">Rescan…</a>)" : "Nogle filer har ikke bestået integritetskontrollen. Yderligere information om hvordan man løser dette problem kan findes i vores <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">dodumentation</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">Liste over ugyldige filer...</a> / <a href=\"{rescanEndpoint}\">Scan igen…</a>)",
- "The PHP OPcache module is not loaded. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance it is recommended</a> to load it into your PHP installation." : "PHP OPcache modulet er ikke indlæst. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For bedre performance anbefaler vi </a> at indlæse det via din PHP installation.",
- "The PHP OPcache is not properly configured. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance it is recommended</a> to use the following settings in the <code>php.ini</code>:" : "PHP OPcache er ikke rigtigt konfigureret. <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">For bedre performance anbefaler vi </a> at bruge følgende indstillinger i <code>php.ini</code>:",
+ "Nextcloud 20 is the last release supporting PHP 7.2. Nextcloud 21 requires at least PHP 7.3." : "Nextcloud 20 er den sidste version som understøtter PHP 7.2. Nextcloud 21 kræver mindst PHP 7.3.",
"The PHP function \"set_time_limit\" is not available. This could result in scripts being halted mid-execution, breaking your installation. Enabling this function is strongly recommended." : "PHP funktionen \"set_time_limit\" er ikke tilgængelig. Dette kan resultere i at scripts stopper halvvejs og din installation fejler. Vi anbefaler at aktivere denne funktion.",
"Your PHP does not have FreeType support, resulting in breakage of profile pictures and the settings interface." : "Din PHP version har ikke FreeType-support, hvilket resulterer i brud på profilbilleder og indstillingerne.",
"Missing index \"{indexName}\" in table \"{tableName}\"." : "Mangler index \"{indexName}\" i tabel \"{tableName}\".",
"The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "Databasen mangler nogle indekser. Da tilføjelse af indekser kan tage noget tid, blev de ikke tilføjet automatisk. Kør \"occ db:add-missing-indices\" for manuelt at tilføje disse indekser mens forekomsten forbliver aktiv. Når indekserne er tilføjet, er forespørgsler til disse tabeller normalt meget hurtigere. ",
+ "Missing optional column \"{columnName}\" in table \"{tableName}\"." : "Mangler valgfri kolonne \"{columnName}\" i tabel \"{tableName}\".",
+ "The database is missing some optional columns. Due to the fact that adding columns on big tables could take some time they were not added automatically when they can be optional. By running \"occ db:add-missing-columns\" those missing columns could be added manually while the instance keeps running. Once the columns are added some features might improve responsiveness or usability." : "Databasen mangler nogle valgfrie kolonner. Da tilføjelse af koloner i store tabeller kan tage noget tid, blev de ikke blevet tilføjet automatisk da de er valgfrie. Kør \"occ db:add-missing-columns\" for manuelt at tilføje de manglende kolonner mens instansen fortsætter. Når kolonnerne er tliføjet vil nogle funktioner muligvis forbedre respons tiden eller brugbarheden.",
"This instance is missing some recommended PHP modules. For improved performance and better compatibility it is highly recommended to install them." : "Denne forekomst mangler nogle anbefalede PHP moduler. For bedre performance og bedre kompatibilitet, anbefales det højt at installere dem.",
- "Some columns in the database are missing a conversion to big int. Due to the fact that changing column types on big tables could take some time they were not changed automatically. By running 'occ db:convert-filecache-bigint' those pending changes could be applied manually. This operation needs to be made while the instance is offline. For further details read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "Nogle kolonner i databasen er ikke konverteret til big int. Da konvertering a kolonnetype kan tage noget tid ved store tabeller, blev de ikke konverteret automatisk. Kør 'occ db:convert-filecache-bigint' for at få udført disse udestående ændringer manuelt. Denne operation skal udføres mens forekomsten er inaktiv. Læs <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentationen om dette </a> for flere detaljer.",
"SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend." : "SQLite bruges i øjeblikket som database. Til større installationer anbefaler vi at skifte til en anden database.",
"This is particularly recommended when using the desktop client for file synchronisation." : "Det er specielt anbefalet når arbejdstationsklienten anvendes til filsynkronisering.",
- "To migrate to another database use the command line tool: 'occ db:convert-type', or see the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation ↗</a>." : "For at flytte til en anden database, bruges kommandolinieværktøjet: 'occ db:convert-type', eller se i <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation ↗</a>",
- "Use of the the built in php mailer is no longer supported. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Please update your email server settings ↗<a/>." : "Brug af den medfølgende php mailer er ikke længere understøttet. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Venligst opdater dine email server indstillinger ↗<a/>.",
"The PHP memory limit is below the recommended value of 512MB." : "PHP grænsen for hukommelse er indstillet under den anbefalede grænse på 512MB.",
"Some app directories are owned by a different user than the web server one. This may be the case if apps have been installed manually. Check the permissions of the following app directories:" : "Nogle app mapper er ejet af en anden bruger end web server brugeren. Dette kan ske hvis apps er blevet installeret manuelt. Tjek rettigheder på de følgende app mapper:",
- "MySQL is used as database but does not support 4-byte characters. To be able to handle 4-byte characters (like emojis) without issues in filenames or comments for example it is recommended to enable the 4-byte support in MySQL. For further details read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "MySQL bruges som database, men understøtter ikke 4-byte tegn. For at kunne håndtere 4-byte tegn (som emojis) uden problemer i filnavn eller kommentarer for eksempel, anbefales det at aktivere 4-byte-understøttelsen i MySQL. For yderligere oplysninger <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">læs dokumentationssiden om dette </a>.",
"This instance uses an S3 based object store as primary storage. The uploaded files are stored temporarily on the server and thus it is recommended to have 50 GB of free space available in the temp directory of PHP. Check the logs for full details about the path and the available space. To improve this please change the temporary directory in the php.ini or make more space available in that path." : "Denne server bruger en S3-baseret objekt butik som primærlager. De uploadede filer gemmes midlertidigt på serveren, og det anbefales derfor at have 50 GB ledig plads tilgængelig i PHP-biblioteket. Kontroller logfilerne for at få flere detaljer om stien og den ledige plads. For at forbedre dette ændrer du den midlertidige mappe i php.ini eller giver mere plads på den pågældende sti.",
"Error occurred while checking server setup" : "Der opstod fejl under tjek af serveropsætningen",
"Your data directory and files are probably accessible from the Internet. The .htaccess file is not working. It is strongly recommended that you configure your web server so that the data directory is no longer accessible, or move the data directory outside the web server document root." : "Din data-mappe og dine filer ser ud til at være tilgængelig på intetnettet. Din .htaccess fungere ikke korrekt. Du anbefales på det kraftigste til at sætte din webserver op så din data-mappe ikke længere er tilgængelig på intetnettet eller flytte data-mappen væk fra webserverens dokumentrod.",
"The \"{header}\" HTTP header is not set to \"{expected}\". This is a potential security or privacy risk, as it is recommended to adjust this setting accordingly." : "HTTP-hovedet \"{header}\" er ikke konfigureret til at være lig med \"{expected}\". Dette er en potentiel sikkerhedsrisiko, og vi anbefaler at du justerer denne indstilling.",
"The \"{header}\" HTTP header is not set to \"{expected}\". Some features might not work correctly, as it is recommended to adjust this setting accordingly." : "HTTP-hovedet \"{header}\" er ikke konfigureret til at være lig med \"{expected}\". Dette er en potentiel sikkerhedsrisiko, og vi anbefaler at du justerer denne indstilling.",
"The \"{header}\" HTTP header doesn't contain \"{expected}\". This is a potential security or privacy risk, as it is recommended to adjust this setting accordingly." : "HTTP-hovedet \"{header}\" mangler \"{expected}\". Dette er en potentiel sikkerhedsrisiko. Det er anbefalet at du justerer denne indstilling.",
- "The \"{header}\" HTTP header is not set to \"{val1}\", \"{val2}\", \"{val3}\", \"{val4}\" or \"{val5}\". This can leak referer information. See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{link}\">W3C Recommendation ↗</a>." : "HTTP-hovedet \"{header}\" er ikke sat til \"{val1}\", \"{val2}\", \"{val3}\", \"{val4}\" eller \"{val5}\". Dette kan afsløre videresender information. Se <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{link}\">W3C Anbefaling ↗</a>.",
- "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the <a href=\"{docUrl}\" rel=\"noreferrer noopener\">security tips ↗</a>." : "HTTP hovedet \"Strict-Transport-Security\" er ikke indstillet til mindst \"{seconds}\" sekunder. For højere sikkerhed, er det anbefalet at aktivere HSTS som beskrevet i <a href=\"{docUrl}\" rel=\"noreferrer noopener\">sikkerheds tips ↗</a>.",
- "Accessing site insecurely via HTTP. You are strongly advised to set up your server to require HTTPS instead, as described in the <a href=\"{docUrl}\">security tips ↗</a>." : "Tilgang via usikker HTTP. Det er kraftigt anbefalet at du konfigurerer din server, så der kræves brug af HTTPS i stedet, som foreskrevet i vores <a href=\"{docUrl}\">sikkerhedstips ↗</a>.",
- "Non-existing tag #{tag}" : "Ikke-eksisterende mærke #{tag}",
- "restricted" : "begrænset",
- "invisible" : "usynlig",
- "Delete" : "Slet",
- "Rename" : "Omdøb",
- "Collaborative tags" : "Collaborative tags",
- "No tags found" : "Ingen tags fundet",
"unknown text" : "ukendt tekst",
"Hello world!" : "Hej verden!",
"sunny" : "solrigt",
@@ -124,27 +92,23 @@ OC.L10N.register(
"Please reload the page." : "Genindlæs venligst siden.",
"The update was unsuccessful. For more information <a href=\"{url}\">check our forum post</a> covering this issue." : "Opdateringen blev ikke udført korrekt. For mere information <a href=\"{url}\">tjek vores indlæg på forumet</a>, som dækker dette problem.",
"The update was unsuccessful. Please report this issue to the <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">Nextcloud community</a>." : "Opdateringen blev ikke udført korrekt. Rapporter venligst problemet til <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">Nextcloud fællesskabet</a>.",
- "Continue to Nextcloud" : "Forsæt til Nextcloud",
- "_The update was successful. Redirecting you to Nextcloud in %n second._::_The update was successful. Redirecting you to Nextcloud in %n seconds._" : ["Opdateringen blev udført korrekt. Du bliver nu viderestillet til Nextcloud om %n sekund.","Opdateringen blev udført korrekt. Du bliver nu viderestillet til Nextcloud om %n sekunder."],
- "Searching other places" : "Søger på andre steder",
- "No search results in other folders for {tag}{filter}{endtag}" : "Ingen søgeresultater i andre mapper efter {tag}{filter}{endtag}",
- "_{count} search result in another folder_::_{count} search results in other folders_" : ["{count} søgeresultat fundet i andre mapper","{count} søgeresultater fundet i andre mapper"],
+ "Log in" : "Log ind",
+ "Logging in …" : "Logger ind …",
"Server side authentication failed!" : "Server side godkendelse mislykkedes!",
"Please contact your administrator." : "Kontakt venligst din administrator.",
"An internal error occurred." : "Der opstod en intern fejl.",
"Please try again or contact your administrator." : "Kontakt venligst din administrator.",
"Username or email" : "Brugernavn eller e-mail",
"Password" : "Adgangskode",
- "Log in" : "Log ind",
- "Logging in …" : "Logger ind …",
"Wrong username or password." : "Forkert brugernavn eller adgangskode",
"User disabled" : "Bruger deaktiveret",
"We have detected multiple invalid login attempts from your IP. Therefore your next login is throttled up to 30 seconds." : "Vi har registreret flere ugyldige loginforsøg fra din IP. Derfor bliver din næste login sat op til 30 sekunder.",
+ "Your account is not setup for passwordless login." : "Din konto er ikke opsat til kodefri login.",
+ "Passwordless authentication is not supported in your browser." : "Kodefri bekræftelse er ikke understøttet af din browser.",
+ "Passwordless authentication is only available over a secure connection." : "Kodefri bekræftelse er kun understøttet gennem en sikker forbindelse.",
"Reset password" : "Nulstil kodeord",
- "A password reset message has been sent to the e-mail address of this account. If you do not receive it, check your spam/junk folders or ask your local administrator for help." : "En e-post til at nulstille dit kodeord er blevet sendt til e-postadressen for denne konto. Hvis du ikke modtager den inden for en rimelig tid, så tjek dine spam/junk-mapper eller spørg din lokale administrator om hjælp.",
"If it is not there ask your local administrator." : "Hvis den ikke er der så spørg din lokale administrator.",
"Couldn't send reset email. Please contact your administrator." : "Der opstod et problem under afsending af e-mailen til nulstilling. Kontakt venligst din administrator.",
- "Password can not be changed. Please contact your administrator." : "Adgangskoden kunne ikke ændres. Kontakt venligst din administrator.",
"Back to login" : "Tilbage til log in",
"New password" : "Ny adgangskode",
"Your files are encrypted. There will be no way to get your data back after your password is reset. If you are not sure what to do, please contact your administrator before you continue. Do you really want to continue?" : "Dine filer er krypteret. Det vil ikke være muligt at kunne genskabe din data hvis din adgangskode nulstilles. Hvis du ikke er sikker på hvad du skal gøre, så kontakt venligst din administrator før du fortsætter. Ønsker du at forsætte?",
@@ -152,15 +116,27 @@ OC.L10N.register(
"Resetting password" : "Nulstilling af adgangskode",
"Recommended apps" : "Anbefalede apps",
"Loading apps …" : "Henter apps ...",
- "Could not fetch list of apps from the app store." : "Kunne ikke hente liste over apps fra app-storen.",
"Installing apps …" : "Installerer apps ...",
- "Nextcloud {app}" : "Nextcloud {app}",
"App download or installation failed" : "App-download eller installation mislykkedes",
- "Can't install this app because it is not compatible" : "Denne app kan ikke installeres fordi den ikke er kompatibel",
- "Can't install this app" : "Kan ikke installere denne app",
"Cancel" : "Annullér",
+ "Schedule work & meetings, synced with all your devices." : "Skemalagt arbejde og møder, synkroniseret med alle dine enheder.",
+ "Keep your colleagues and friends in one place without leaking their private info." : "Saml dine kollegaer og venner på et sted ude at lække deres private informationer.",
"Simple email app nicely integrated with Files, Contacts and Calendar." : "Simpel email-app som er integreret med Filer, Kontakter og Kalender.",
+ "Chatting, video calls, screensharing, online meetings and web conferencing – in your browser and with mobile apps." : "Chat, video kald, skærmdeling, online møder og web konferencer - i din browser og med mobil apps.",
+ "Collaboratively edit office documents." : "Rediger kontordokumenter i fællesskab.",
+ "Local document editing back-end used by the Collabora Online app." : "Lokal dokument redigering back-end anvendt af Collabora Online app.",
"Forgot password?" : "Glemt adgangskode?",
+ "Log in with a device" : "Log in med en enhed",
+ "Back" : "Tilbage",
+ "Reset search" : "Nulstil søgning",
+ "Search for {name} only" : "Søg kun efter {name}",
+ "No results for {query}" : "Ingen søgeresultater for {query}",
+ "Start typing to search" : "Start med at skrive for at søge",
+ "Loading more results …" : "Henter flere resultater...",
+ "Load more results" : "Hent flere resultater",
+ "Search" : "Søg",
+ "_Please enter {minSearchLength} character or more to search_::_Please enter {minSearchLength} characters or more to search_" : ["Minimum {minSearchLength} karakter eller flere for at søge","Minimum {minSearchLength} karakterer eller flere for at søge"],
+ "Search {types} …" : "Søg {types} …",
"Settings" : "Indstillingér",
"Could not load your contacts" : "Kunne ikke indlæse kontakter.",
"Search contacts …" : "Søg efter brugere ...",
@@ -228,6 +204,13 @@ OC.L10N.register(
"Strong password" : "Stærkt kodeord",
"No action available" : "Ingen funktion tilgængelig",
"Error fetching contact actions" : "Kunne ikke hente kontakt funktioner",
+ "Non-existing tag #{tag}" : "Ikke-eksisterende mærke #{tag}",
+ "restricted" : "begrænset",
+ "invisible" : "usynlig",
+ "Delete" : "Slet",
+ "Rename" : "Omdøb",
+ "Collaborative tags" : "Collaborative tags",
+ "No tags found" : "Ingen tags fundet",
"Personal" : "Personligt",
"Users" : "Brugere",
"Apps" : "Apps",
@@ -237,6 +220,8 @@ OC.L10N.register(
"File not found" : "Filen blev ikke fundet",
"The document could not be found on the server. Maybe the share was deleted or has expired?" : "Dokumentet kunne ikke findes på serveren. Måske er det slettet, eller udløbet?",
"Back to %s" : "Tilbage til %s",
+ "Too many requests" : "For mange resultater",
+ "There were too many requests from your network. Retry later or contact your administrator if this is an error." : "Der har været for mange forespørgsmåler fra dit netværk. Forsøg igen senere eller kontakt din administrator hvis dette er en fejl.",
"Error" : "Fejl",
"Internal Server Error" : "Intern serverfejl",
"The server was unable to complete your request." : "Serveren var ikke i stand til at udføre din forespørgsel.",
@@ -274,11 +259,13 @@ OC.L10N.register(
"SQLite should only be used for minimal and development instances. For production we recommend a different database backend." : "SQLite bør kun bruges til minimale og udviklingsmæssige servere. Til produktion anbefaler vi en anden database backend.",
"If you use clients for file syncing, the use of SQLite is highly discouraged." : "Hvis du bruger klienter til fil synkronisering, frarådes brugen af SQLite på det kraftigste.",
"Install recommended apps" : "Installer anbefalede apps",
- "Calendar, Contacts, Talk, Mail & OnlyOffice" : "Kalender, Kontakter, Snak, Mail & OnlyOffice",
+ "Calendar, Contacts, Talk, Mail & Collaborative editing" : "Kalender, Kontakter, Snak, Mail & OnlyOffice",
"Finish setup" : "Afslut opsætning",
"Finishing …" : "Færdigbehandler …",
"Need help?" : "Brug for hjælp?",
"See the documentation" : "Se dokumentationen",
+ "It looks like you are trying to reinstall your Nextcloud. However the file CAN_INSTALL is missing from your config directory. Please create the file CAN_INSTALL in your config folder to continue." : "Det ser ud til at du forsøger at geninstallere Nextcloud. Men filen CAN_INSTALL mangler fra din konfiguration mappe. Venligst opret filen CAN_INSTALL i din konfiguration mappe for at fortsætte.",
+ "Could not remove CAN_INSTALL from the config folder. Please remove this file manually." : "Kunne ikke fjerne CAN_INSTALL fra konfiguration mappen. Venligst fjern denne fil manuelt.",
"This application requires JavaScript for correct operation. Please {linkstart}enable JavaScript{linkend} and reload the page." : "Denne applikation kræver JavaScript for at fungere korrekt. {linkstart}Slå venligst JavaScript til{linkend} og genindlæs siden.",
"Get your own free account" : "Få din egen gratis konto",
"Skip to main content" : "Skip til hovedindhold",
@@ -286,20 +273,20 @@ OC.L10N.register(
"More apps" : "Flere apps",
"More" : "Mere",
"More apps menu" : "Flere apps menu",
- "Search" : "Søg",
- "Reset search" : "Nulstil søgning",
"Contacts" : "Kontakter",
"Contacts menu" : "Menuen kontakter",
"Settings menu" : "Indstillingsmenu",
"Confirm your password" : "Bekræft dit password",
"Connect to your account" : "Forbind til din konto",
"Please log in before granting %1$s access to your %2$s account." : "Log venligst ind for at tildele %1$s adgang til din %2$s konto.",
+ "If you are not trying to set up a new device or app, someone is trying to trick you into granting them access to your data. In this case do not proceed and instead contact your system administrator." : "Hvis du ikke er igang med at konfigurerer en ny enhed eller app, så er der nogen som forsøger at snyde dig til at give dem adgang til dine data. I dette filfælde skal du ikke forsætte, men istedet kontakte din system administrator.",
"App token" : "App nøgle",
"Grant access" : "Giv adgang",
"Alternative log in using app token" : "Alternativt login ved brug af app nøgle",
"Account access" : "Konto adgang",
"You are about to grant %1$s access to your %2$s account." : "Du er ved at tildele %1$s adgang til din %2$s konto.",
"Account connected" : "Kontoen er tilknyttet",
+ "Your client should now be connected!" : "Din klient burde være forbundet nu!",
"You can close this window." : "Du kan lukke dette vindue",
"This share is password-protected" : "Delingen er beskyttet af kodeord",
"The password is wrong. Try again." : "Passwordet er forkert. Prøv igen.",
@@ -307,16 +294,20 @@ OC.L10N.register(
"Enhanced security is enabled for your account. Choose a second factor for authentication:" : "Forbedret sikkerhed er aktiveret for din konto. Vælg en nummer to faktor til autentifikation.",
"Could not load at least one of your enabled two-factor auth methods. Please contact your admin." : "Kunne ikke indlæse mindst en af dine aktiverede to-faktor adgangsmetoder. Kontakt venligst din administrator.",
"Two-factor authentication is enforced but has not been configured on your account. Contact your admin for assistance." : "To-faktor adgang påkrævet, men endnu ikke indstillet for din konto. kontakt venligst din administrator for hjælp.",
+ "Two-factor authentication is enforced but has not been configured on your account. Please continue to setup two-factor authentication." : "To-faktor godkendelse er påkrævet men er ikke blevet indstillet for din konto. Venligst fortsæt for at indstillet to-faktor godkendelse. ",
+ "Set up two-factor authentication" : "Opsæt to-faktor godkendelse",
"Two-factor authentication is enforced but has not been configured on your account. Use one of your backup codes to log in or contact your admin for assistance." : "To-faktor adgang påkrævet, men endnu ikke indstillet for din konto. Brug en af dine nødkoder for at logge ind eller kontakt din administrator for hjælp.",
"Use backup code" : "Benyt backup-kode",
"Cancel login" : "Annuller login",
+ "Setup two-factor authentication" : "Opsæt to-faktor godkendelse",
+ "Enhanced security is enforced for your account. Choose which provider to set up:" : "Forbedret sikkerhed er påkrævet for din konto. Vælg hvilken udbyder at opsætte:",
"Error while validating your second factor" : "Fejl i valideringen af din anden faktor login",
"Access through untrusted domain" : "Tilgå gennem et utroværdigt domæne.",
"Please contact your administrator. If you are an administrator, edit the \"trusted_domains\" setting in config/config.php like the example in config.sample.php." : "Kontakt venligst din administrator. Hvis du er administratoren af denne server, skal du konfigurerer \"trusted-domains\" i filen config/config.php. Et eksempel på hvordan kan findes i filen config/config.sample.php",
"Further information how to configure this can be found in the %1$sdocumentation%2$s." : "Nærmere information om hvordan %1$s indstilles kan findes i dokumentationen %2$s. ",
"App update required" : "Opdatering af app påkræves",
"%1$s will be updated to version %2$s" : "%1$s vil blive opdateret til version %2$s",
- "These apps will be updated:" : "Følgende apps vil blive opdateret:",
+ "The following apps will be updated:" : "Følgende app vil blive opdateret:",
"These incompatible apps will be disabled:" : "Følgende inkompatible apps vil blive slået fra:",
"The theme %s has been disabled." : "Temaet, %s, er blevet deaktiveret.",
"Please make sure that the database, the config folder and the data folder have been backed up before proceeding." : "Sørg venligst for at sikre, at databasen, config-mappen og data-mappen er blevet sikkerhedskopieret inden vi fortsætter.",
@@ -332,95 +323,49 @@ OC.L10N.register(
"This %s instance is currently in maintenance mode, which may take a while." : "Denne %s-instans befinder sig i vedligeholdelsestilstand for øjeblikket, hvilket kan tage et stykke tid.",
"This page will refresh itself when the instance is available again." : "Denne side vil genopfriske sig selv, når instancen er tilgængelig igen.",
"Contact your system administrator if this message persists or appeared unexpectedly." : "Kontakt systemadministratoren, hvis denne meddelelse fortsætter eller optrådte uventet.",
- "Could not send reset email because there is no email address for this username. Please contact your administrator." : "Kunne ikke sende e-mail om nulstilling af adgangskode, da der ikke er knyttet en e-mail-adresse til dette brugernavn. Kontakt venligst din administrator.",
- "Couldn't send reset email. Please make sure your username is correct." : "Der opstod et problem under afsendelse af nulstillings e-mailen. Kontroller venligst om dit brugernavnet er korrekt.",
- "We have send a password reset e-mail to the e-mail address known to us for this account. If you do not receive it within a reasonable amount of time, check your spam/junk folders.<br>If it is not there ask your local administrator." : "En e-post til at nulstille dit kodeord er blevet sendt til e-postadressen for denne konto. Hvis du ikke modtager den inden for en rimelig tid, så tjek dine spam/junk-mapper.<br> Hvis den ikke er der, så spørg din lokale administrator.",
- "Your files are encrypted. There will be no way to get your data back after your password is reset.<br />If you are not sure what to do, please contact your administrator before you continue. <br />Do you really want to continue?" : "Dine filer er krypteret. Det vil ikke være muligt at kunne genskabe din data hvis din adgangskode nulstilles.<br />Hvis du ikke er sikker på hvad du gør, kontakt venligst din administrator før du fortsætter.<br />Ønsker du at forsætte?",
- "Sending email …" : "Sender email...",
- "You are currently running PHP 5.6. The current major version of Nextcloud is the last that is supported on PHP 5.6. It is recommended to upgrade the PHP version to 7.0+ to be able to upgrade to Nextcloud 14." : "Du kører PHP 5.6. Den nuværende større version af Nextcloud er den sidste, der understøttes på PHP 5.6. Det anbefales at opgradere PHP-versionen til 7.0+ for at kunne opgradere til Nextcloud 14.",
- "Accessing site insecurely via HTTP. You are strongly adviced to set up your server to require HTTPS instead, as described in the <a href=\"{docUrl}\">security tips ↗</a>." : "Tilgang via usikker HTTP. Det er kraftigt anbefalet at du konfigurerer din server, så der kræves brug af HTTPS i stedet, som foreskrevet i vores <a href=\"{docUrl}\">sikkerhedstips ↗</a>. ",
- "Shared" : "Delt",
- "Shared with" : "Delt med",
- "Shared by" : "Delt af",
- "Choose a password for the public link" : "Vælg et kodeord til det offentlige link",
- "Choose a password for the public link or press the \"Enter\" key" : "Vælg en kode for det \"offentlige link\" og tryk \"Enter\"",
- "Copied!" : "Kopieret!",
- "Copy link" : "Kopier link",
- "Not supported!" : "Ikke understøttet!",
- "Press ⌘-C to copy." : "Tryk ⌘-C for at kopiere.",
- "Press Ctrl-C to copy." : "Tryk Ctrl-C for at kopiere.",
- "Unable to create a link share" : "Delingslinket kunne ikke oprettes",
- "Unable to toggle this option" : "Indstillingen kunne ikke ændres",
- "Resharing is not allowed" : "Videredeling ikke tilladt",
- "Link" : "Link",
- "Hide download" : "Skjul download",
- "Password protection enforced" : "Tvungen beskyttelse med kodeord",
- "Password protect" : "Beskyt med adgangskode",
- "Allow editing" : "Tillad redigering",
- "Email link to person" : "E-mail link til person",
- "Send" : "Send",
- "Allow upload and editing" : "Tillad upload og redigering",
- "Read only" : "Skrivebeskyttet",
- "File drop (upload only)" : "Fil dropområde (Kun upload)",
- "Expiration date enforced" : "Udløbsdato tvungen",
- "Set expiration date" : "Vælg udløbsdato",
- "Expiration" : "Udløb",
- "Expiration date" : "Udløbsdato",
- "Note to recipient" : "Note til modtager",
- "Unshare" : "Fjern deling",
- "Delete share link" : "Slet delingslink",
- "Add another link" : "Tilføj et link mere",
- "Password protection for links is mandatory" : "Tvungen beskyttelse af links med kodeord",
- "Share to {name}" : "Del med {name}",
- "Share link" : "Del link",
- "New share link" : "Nyt delingslink",
- "Created on {time}" : "Oprettet",
- "Password protect by Talk" : "Adgangskodebeskyttelse med Talk",
- "Could not unshare" : "Kunne ikke ophæve deling",
- "Shared with you and the group {group} by {owner}" : "Delt med dig og gruppen {group} af {owner}",
- "Shared with you and {circle} by {owner}" : "Delt med dig og {circle} af {owner}",
- "Shared with you and the conversation {conversation} by {owner}" : "Delt med dig og konversationen {conversation} af {owner}",
- "Shared with you in a conversation by {owner}" : "Delt med dig og konversationen af {owner}",
- "Shared with you by {owner}" : "Delt med dig af {owner}",
- "Choose a password for the mail share" : "Vælg et kodeord til mail deling",
- "group" : "gruppe",
- "remote" : "ekstern",
- "remote group" : "ekstern gruppe",
- "email" : "e-mail",
- "conversation" : "samtale",
- "shared by {sharer}" : "delt af {sharer}",
- "Can reshare" : "Kan dele",
- "Can edit" : "Kan redigere",
- "Can create" : "Kan oprette",
- "Can change" : "Kan ændre",
- "Can delete" : "Kan slette",
- "Access control" : "Adgangskontrol",
- "{shareInitiatorDisplayName} shared via link" : "{shareInitiatorDisplayName} delt via link",
- "Error while sharing" : "Fejl under deling",
- "Share details could not be loaded for this item." : "Detaljer for deling kunne ikke indlæses for dette element.",
- "Search globally" : "Søg globalt",
- "_At least {count} character is needed for autocompletion_::_At least {count} characters are needed for autocompletion_" : ["Mindst {count} tegn er nødvendigt for at benytte autocompletion","Mindst {count} tegn er nødvendige for at benytte autocompletion"],
- "This list is maybe truncated - please refine your search term to see more results." : "Listen er måske afkortet - optimer dine søgeord for at se flere resultater.",
- "No users or groups found for {search}" : "Ingen brugere eller grupper fundet for {search}",
- "No users found for {search}" : "Ingen brugere fundet for {search}",
- "An error occurred (\"{message}\"). Please try again" : "Der opstor den fejl (\"{message}\"). Prøv igen",
- "An error occurred. Please try again" : "Der opstor den fejl. Prøv igen",
- "Home" : "Hjem",
- "Work" : "Arbejde",
- "Other" : "Andet",
- "{sharee} (remote group)" : "{sharee} (ekstern)",
- "{sharee} ({type}, {owner})" : "{sharee} ({type}, {owner})",
- "Share" : "Del",
- "Name or email address..." : "Navn eller e-mail adresse...",
- "Name or federated cloud ID..." : "Navn eller federated cloud id...",
- "Name, federated cloud ID or email address..." : "Navn, federated cloud id eller e-mail adresse...",
- "Name..." : "Navn...",
- "Error removing share" : "Fejl ved fjernelse af deling",
- "({scope})" : "({scope})",
- "Saving..." : "Gemmer...",
- "Dismiss" : "Afvis",
- "Your client should now be connected! You can close this window." : "Din klient er nu forbundet. Du kan lukke dette vindue",
- "New Password" : "Ny adgangskode",
- "Cancel log in" : "Annullér login"
+ "Checking whether the database schema can be updated (this can take a long time depending on the database size)" : "Tjekker om database schema'et kan opdateres (dette kan tage lang tid afhængig af databasens størrelse)",
+ "Checked database schema update" : "Tjekket database schema opdatering",
+ "Checking updates of apps" : "Tjekker opdatering af apps",
+ "Checking for update of app \"%s\" in appstore" : "Leder efter opdatering til \"%s\" i appstore",
+ "Update app \"%s\" from appstore" : "Opdatér \"%s\" fra appstore",
+ "Checked for update of app \"%s\" in appstore" : "Ledte efter opdatering til \"%s\" i appstore",
+ "Checked database schema update for apps" : "Tjekkede databaseskemaets opdatering for apps",
+ "Following apps have been disabled: %s" : "Følgende apps er blevet deaktiveret: %s",
+ "Your web server is not properly set up to resolve \"{url}\". Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Din webserver er ikke sat op til at benytte \"{url}\". Nærmere information kan findes i vores <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">dokumentation</a>.",
+ "Your web server is not properly set up to resolve \"{url}\". This is most likely related to a web server configuration that was not updated to deliver this folder directly. Please compare your configuration against the shipped rewrite rules in \".htaccess\" for Apache or the provided one in the documentation for Nginx at it's <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation page</a>. On Nginx those are typically the lines starting with \"location ~\" that need an update." : "Din webserver er ikke konfigureret korrekt til at løse \"{url}\". Dette er højst sandsynligt relateret til en webserver konfiguration, der ikke blev opdateret for at levere denne mappe direkte. Sammenlign venligst din konfiguration med de medsendte omskrivningsregler i \".htaccess\" til Apache eller den medfølgende i dokumentationen til Nginx på <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dets dokumentationsside</a>. På Nginx er det typisk de linjer, der starter med \"location ~\" , der kræver en opdatering.",
+ "Your web server is not properly set up to deliver .woff2 files. This is typically an issue with the Nginx configuration. For Nextcloud 15 it needs an adjustement to also deliver .woff2 files. Compare your Nginx configuration to the recommended configuration in our <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Din webserver er ikke rigtigt indstillet til at levere .woff2 filer. Dette er typisk en Nginx konfiguration. I Nextcloud 15 behøver den en tilpasning for også at levere .woff2 filer. Sammenlign din Nginx konfiguration med den anbefalede konfiguration i vores <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>.",
+ "Please check the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">installation documentation ↗</a> for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "Tjek venligst <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">installation documentation ↗</a> for PHP konfigurationsnoter og PHP konfiguration af din server. Specielt ved brug af php-fpm.",
+ "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems. See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation ↗</a> for more information." : "Transaktionel fillåsning er slået fra, dette kan føre til stress vilkår. Aktiver \"filelocking.enabled\" i config.php for at undgå disse problemer. Se <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentationen ↗</a> for mere information.",
+ "Last background job execution ran {relativeTime}. Something seems wrong." : "Seneste udførsel af baggrundsjob kørte {relativeTime}. Der er vist noget galt.",
+ "Check the background job settings" : "Tjek baggrundsjobindstillinger",
+ "No memory cache has been configured. To enhance performance, please configure a memcache, if available. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Der er ikke konfigureret noget hukommelsesmellemlager. For at forbedre din ydelse bør du om muligt konfigurere en mamcache. Yderligere information findes i <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">dokumentationen</a>.",
+ "No suitable source for randomness found by PHP which is highly discouraged for security reasons. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Ingen passende kilde af tilfældigheder fundet til PHP, hvilket stærkt frarådes af sikkerhedsgrunde. Yderligere information kan findes i vores <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentation</a>.",
+ "You are currently running PHP {version}. Upgrade your PHP version to take advantage of <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">performance and security updates provided by the PHP Group</a> as soon as your distribution supports it." : "Du kører i øjeblikket med PHP {version}. Vi anbefaler dig at opgradere din PHP version for at få glæde af <a target=\"_blank\" rel=\"noreferrer\" href=\"{phpLink}\">ydelses- og sikkerhedsopdateringer udgivet af the PHP Group</a> så snart din distribution understøtter dem.",
+ "The reverse proxy header configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If not, this is a security issue and can allow an attacker to spoof their IP address as visible to the Nextcloud. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Konfigurationen af reverse proxy-headere er ikke korrekt eller du tilgår Nextcloud fra en betroet proxy. Hvis du ikke tilgår Nextcloud fra en betroet proxy, så er dette et sikkerhedsproblem og kan tillade en angriber af forfalske deres IP-adresse som synlig for Nextcloud. Yderligere information kan findes i vores <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">dokumentation</a>.",
+ "Memcached is configured as distributed cache, but the wrong PHP module \"memcache\" is installed. \\OC\\Memcache\\Memcached only supports \"memcached\" and not \"memcache\". See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">memcached wiki about both modules</a>." : "Memcached er konfigureret som et distribueret mellemlager, men det forkerte PHP-modul \"memcache\" er installeret. \\OC\\Memcache\\Memcached understøtter kun \"memcached\" og ikke \"memcache\". Se <a target=\"_blank\" rel=\"noreferrer\" href=\"{wikiLink}\">memcached-wikien om begge moduler</a>.",
+ "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">List of invalid files…</a> / <a href=\"{rescanEndpoint}\">Rescan…</a>)" : "Nogle filer har ikke bestået integritetskontrollen. Yderligere information om hvordan man løser dette problem kan findes i vores <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">dodumentation</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">Liste over ugyldige filer...</a> / <a href=\"{rescanEndpoint}\">Scan igen…</a>)",
+ "The PHP OPcache module is not loaded. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance it is recommended</a> to load it into your PHP installation." : "PHP OPcache modulet er ikke indlæst. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For bedre performance anbefaler vi </a> at indlæse det via din PHP installation.",
+ "The PHP OPcache is not properly configured. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance it is recommended</a> to use the following settings in the <code>php.ini</code>:" : "PHP OPcache er ikke rigtigt konfigureret. <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">For bedre performance anbefaler vi </a> at bruge følgende indstillinger i <code>php.ini</code>:",
+ "Some columns in the database are missing a conversion to big int. Due to the fact that changing column types on big tables could take some time they were not changed automatically. By running 'occ db:convert-filecache-bigint' those pending changes could be applied manually. This operation needs to be made while the instance is offline. For further details read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "Nogle kolonner i databasen er ikke konverteret til big int. Da konvertering a kolonnetype kan tage noget tid ved store tabeller, blev de ikke konverteret automatisk. Kør 'occ db:convert-filecache-bigint' for at få udført disse udestående ændringer manuelt. Denne operation skal udføres mens forekomsten er inaktiv. Læs <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentationen om dette </a> for flere detaljer.",
+ "To migrate to another database use the command line tool: 'occ db:convert-type', or see the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation ↗</a>." : "For at flytte til en anden database, bruges kommandolinieværktøjet: 'occ db:convert-type', eller se i <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation ↗</a>",
+ "Use of the the built in php mailer is no longer supported. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Please update your email server settings ↗<a/>." : "Brug af den medfølgende php mailer er ikke længere understøttet. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Venligst opdater dine email server indstillinger ↗<a/>.",
+ "MySQL is used as database but does not support 4-byte characters. To be able to handle 4-byte characters (like emojis) without issues in filenames or comments for example it is recommended to enable the 4-byte support in MySQL. For further details read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "MySQL bruges som database, men understøtter ikke 4-byte tegn. For at kunne håndtere 4-byte tegn (som emojis) uden problemer i filnavn eller kommentarer for eksempel, anbefales det at aktivere 4-byte-understøttelsen i MySQL. For yderligere oplysninger <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">læs dokumentationssiden om dette </a>.",
+ "You are accessing your instance over a secure connection, however your instance is generating insecure URLs. This most likely means that you are behind a reverse proxy and the overwrite config variables are not set correctly. Please read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "Du tilgår din instans gennem en sikker forbindelse, men din instans frembringer usikre URLs. Dette betyder højst sandsynligt at du er bag reverse proxy og overskrivnings konfig variablerne ikke er sat rigtigt. Venligst læs <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentations siden om dette</a>.",
+ "The \"{header}\" HTTP header is not set to \"{val1}\", \"{val2}\", \"{val3}\", \"{val4}\" or \"{val5}\". This can leak referer information. See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{link}\">W3C Recommendation ↗</a>." : "HTTP-hovedet \"{header}\" er ikke sat til \"{val1}\", \"{val2}\", \"{val3}\", \"{val4}\" eller \"{val5}\". Dette kan afsløre videresender information. Se <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{link}\">W3C Anbefaling ↗</a>.",
+ "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the <a href=\"{docUrl}\" rel=\"noreferrer noopener\">security tips ↗</a>." : "HTTP hovedet \"Strict-Transport-Security\" er ikke indstillet til mindst \"{seconds}\" sekunder. For højere sikkerhed, er det anbefalet at aktivere HSTS som beskrevet i <a href=\"{docUrl}\" rel=\"noreferrer noopener\">sikkerheds tips ↗</a>.",
+ "Accessing site insecurely via HTTP. You are strongly advised to set up your server to require HTTPS instead, as described in the <a href=\"{docUrl}\">security tips ↗</a>." : "Tilgang via usikker HTTP. Det er kraftigt anbefalet at du konfigurerer din server, så der kræves brug af HTTPS i stedet, som foreskrevet i vores <a href=\"{docUrl}\">sikkerhedstips ↗</a>.",
+ "Continue to Nextcloud" : "Forsæt til Nextcloud",
+ "_The update was successful. Redirecting you to Nextcloud in %n second._::_The update was successful. Redirecting you to Nextcloud in %n seconds._" : ["Opdateringen blev udført korrekt. Du bliver nu viderestillet til Nextcloud om %n sekund.","Opdateringen blev udført korrekt. Du bliver nu viderestillet til Nextcloud om %n sekunder."],
+ "Searching other places" : "Søger på andre steder",
+ "No search results in other folders for {tag}{filter}{endtag}" : "Ingen søgeresultater i andre mapper efter {tag}{filter}{endtag}",
+ "_{count} search result in another folder_::_{count} search results in other folders_" : ["{count} søgeresultat fundet i andre mapper","{count} søgeresultater fundet i andre mapper"],
+ "A password reset message has been sent to the e-mail address of this account. If you do not receive it, check your spam/junk folders or ask your local administrator for help." : "En e-post til at nulstille dit kodeord er blevet sendt til e-postadressen for denne konto. Hvis du ikke modtager den inden for en rimelig tid, så tjek dine spam/junk-mapper eller spørg din lokale administrator om hjælp.",
+ "Password can not be changed. Please contact your administrator." : "Adgangskoden kunne ikke ændres. Kontakt venligst din administrator.",
+ "Could not fetch list of apps from the app store." : "Kunne ikke hente liste over apps fra app-storen.",
+ "Nextcloud {app}" : "Nextcloud {app}",
+ "Can't install this app because it is not compatible" : "Denne app kan ikke installeres fordi den ikke er kompatibel",
+ "Can't install this app" : "Kan ikke installere denne app",
+ "These apps will be updated:" : "Følgende apps vil blive opdateret:",
+ "For more details see the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "For flere detaljer, se <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentation</a>."
},
"nplurals=2; plural=(n != 1);");
diff --git a/core/l10n/da.json b/core/l10n/da.json
index b249d44306d..3f116d54400 100644
--- a/core/l10n/da.json
+++ b/core/l10n/da.json
@@ -3,6 +3,7 @@
"File is too big" : "Filen er for stor",
"The selected file is not an image." : "Den valgte fil er ikke et billede.",
"The selected file cannot be read." : "Den valgte fil kan ikke læses.",
+ "The file was uploaded" : "Filen blev uploadet",
"Invalid file provided" : "Der er angivet en ugyldig fil",
"No image or file provided" : "Ingen fil eller billede givet",
"Unknown filetype" : "Ukendt filtype",
@@ -13,6 +14,7 @@
"No valid crop data provided" : "Der er ikke angivet gyldige data om beskæring",
"Crop is not square" : "Beskæringen er ikke kvadratisk",
"State token does not match" : "Forkert tilstandsnøgle",
+ "Invalid app password" : "Forkert app kodeord",
"Could not complete login" : "Kunne ikke gennemføre login",
"Your login token is invalid or has expired" : "Din login-nøgle er ugyldig eller udløbet",
"Password reset is disabled" : "Muligheden for at nulstille adgangskoden er deaktiveret",
@@ -39,75 +41,41 @@
"Maintenance mode is kept active" : "Vedligeholdelsestilstanden holdes kørende",
"Updating database schema" : "Opdaterer database skema",
"Updated database" : "Opdaterede database",
- "Checking whether the database schema can be updated (this can take a long time depending on the database size)" : "Tjekker om database schema'et kan opdateres (dette kan tage lang tid afhængig af databasens størrelse)",
- "Checked database schema update" : "Tjekket database schema opdatering",
- "Checking updates of apps" : "Tjekker opdatering af apps",
- "Checking for update of app \"%s\" in appstore" : "Leder efter opdatering til \"%s\" i appstore",
- "Update app \"%s\" from appstore" : "Opdatér \"%s\" fra appstore",
- "Checked for update of app \"%s\" in appstore" : "Ledte efter opdatering til \"%s\" i appstore",
"Checking whether the database schema for %s can be updated (this can take a long time depending on the database size)" : "Tjekker om database schema'et for %s kan opdateres (dette kan tage lang tid afhængig af databasens størrelse)",
- "Checked database schema update for apps" : "Tjekkede databaseskemaets opdatering for apps",
"Updated \"%1$s\" to %2$s" : "Opdaterede \"%1$s\" til %2$s",
"Set log level to debug" : "Sæt logningsniveau til fejlfinding",
"Reset log level" : "Nulstil logningsniveau",
"Starting code integrity check" : "Begynder tjek af kodeintegritet",
"Finished code integrity check" : "Fuldførte tjek af kodeintegritet",
"%s (incompatible)" : "%s (inkombatible)",
- "Following apps have been disabled: %s" : "Følgende apps er blevet deaktiveret: %s",
+ "The following apps have been disabled: %s" : "Følgende apps er blevet deaktiveret: %s",
"Already up to date" : "Allerede opdateret",
"Your web server is not yet properly set up to allow file synchronization, because the WebDAV interface seems to be broken." : "Din webserver er endnu ikke sat korrekt op til at tillade filsynkronisering, fordi WebDAV-grænsefladen ser ud til at være i stykker.",
- "Your web server is not properly set up to resolve \"{url}\". Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Din webserver er ikke sat op til at benytte \"{url}\". Nærmere information kan findes i vores <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">dokumentation</a>.",
- "Your web server is not properly set up to resolve \"{url}\". This is most likely related to a web server configuration that was not updated to deliver this folder directly. Please compare your configuration against the shipped rewrite rules in \".htaccess\" for Apache or the provided one in the documentation for Nginx at it's <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation page</a>. On Nginx those are typically the lines starting with \"location ~\" that need an update." : "Din webserver er ikke konfigureret korrekt til at løse \"{url}\". Dette er højst sandsynligt relateret til en webserver konfiguration, der ikke blev opdateret for at levere denne mappe direkte. Sammenlign venligst din konfiguration med de medsendte omskrivningsregler i \".htaccess\" til Apache eller den medfølgende i dokumentationen til Nginx på <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dets dokumentationsside</a>. På Nginx er det typisk de linjer, der starter med \"location ~\" , der kræver en opdatering.",
- "Your web server is not properly set up to deliver .woff2 files. This is typically an issue with the Nginx configuration. For Nextcloud 15 it needs an adjustement to also deliver .woff2 files. Compare your Nginx configuration to the recommended configuration in our <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Din webserver er ikke rigtigt indstillet til at levere .woff2 filer. Dette er typisk en Nginx konfiguration. I Nextcloud 15 behøver den en tilpasning for også at levere .woff2 filer. Sammenlign din Nginx konfiguration med den anbefalede konfiguration i vores <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>.",
"PHP does not seem to be setup properly to query system environment variables. The test with getenv(\"PATH\") only returns an empty response." : "PHP lader ikke til at være korrekt opsat til at forespørge miljøvariablerne i systemet. Testen med getenv(\"PATH\") returnerer et tomt svar.",
- "Please check the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">installation documentation ↗</a> for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "Tjek venligst <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">installation documentation ↗</a> for PHP konfigurationsnoter og PHP konfiguration af din server. Specielt ved brug af php-fpm.",
"The read-only config has been enabled. This prevents setting some configurations via the web-interface. Furthermore, the file needs to be made writable manually for every update." : "Den skrivebeskyttede konfiguration er blevet slået til. Dette forhindrer indstillinger af nogle konfigurationer via webgrænsefladen. I tillæg skal filen gøres skrivbar manuelt for hver opdatering.",
"Your database does not run with \"READ COMMITTED\" transaction isolation level. This can cause problems when multiple actions are executed in parallel." : "Din database kører ikke med \"READ COMMITTED\" transaktions isoleringsniveau. Dette kan føre til problemer når multiple transaktioner udføres parallelt.",
"The PHP module \"fileinfo\" is missing. It is strongly recommended to enable this module to get the best results with MIME type detection." : "PHP modulet 'fileinfo' mangler. Vi anbefaler stærkt at aktivere dette modul til at få de bedste resultater med mime-type detektion.",
- "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems. See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation ↗</a> for more information." : "Transaktionel fillåsning er slået fra, dette kan føre til stress vilkår. Aktiver \"filelocking.enabled\" i config.php for at undgå disse problemer. Se <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentationen ↗</a> for mere information.",
"If your installation is not installed at the root of the domain and uses system cron, there can be issues with the URL generation. To avoid these problems, please set the \"overwrite.cli.url\" option in your config.php file to the webroot path of your installation (suggestion: \"{suggestedOverwriteCliURL}\")" : "Hvis din installation ikke er installeret i domænets rod og bruger systemets cron, kan der bliver problemer med at generere URLs. For at undgå disse problemer, venligst indstil \"overwrite.cli.url\" optionen i din config.php med stien til roden for din webinstallation (eksempel: \"{suggestedOverwriteCliURL}\")",
"It was not possible to execute the cron job via CLI. The following technical errors have appeared:" : "Det var ikke muligt at udføre cronjobbet via kommandolinjefladen CLI. Følgende tekniske fejl fremkom:",
- "Last background job execution ran {relativeTime}. Something seems wrong." : "Seneste udførsel af baggrundsjob kørte {relativeTime}. Der er vist noget galt.",
- "Check the background job settings" : "Tjek baggrundsjobindstillinger",
"This server has no working Internet connection: Multiple endpoints could not be reached. This means that some of the features like mounting external storage, notifications about updates or installation of third-party apps will not work. Accessing files remotely and sending of notification emails might not work, either. Establish a connection from this server to the Internet to enjoy all features." : "Serveren har ikke nogen fungerende internetforbindelse: Nogle data kan ikke tilgås. Det betyder at funktioner som forbinde eksterne enheder, notifikationer om opdateringer og installation af 3.parts udvidelser ikke vil virke. Få forbindelse til filer og sende notifikations email virker måske heller ikke. \nVi anbefaler at du får etableret en internetforbindelse hvis du ønsker alle funktioner skal virke.",
- "No memory cache has been configured. To enhance performance, please configure a memcache, if available. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Der er ikke konfigureret noget hukommelsesmellemlager. For at forbedre din ydelse bør du om muligt konfigurere en mamcache. Yderligere information findes i <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">dokumentationen</a>.",
- "No suitable source for randomness found by PHP which is highly discouraged for security reasons. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Ingen passende kilde af tilfældigheder fundet til PHP, hvilket stærkt frarådes af sikkerhedsgrunde. Yderligere information kan findes i vores <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentation</a>.",
- "You are currently running PHP {version}. Upgrade your PHP version to take advantage of <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">performance and security updates provided by the PHP Group</a> as soon as your distribution supports it." : "Du kører i øjeblikket med PHP {version}. Vi anbefaler dig at opgradere din PHP version for at få glæde af <a target=\"_blank\" rel=\"noreferrer\" href=\"{phpLink}\">ydelses- og sikkerhedsopdateringer udgivet af the PHP Group</a> så snart din distribution understøtter dem.",
- "Nextcloud 19 is the last release supporting PHP 7.2. Nextcloud 20 requires at least PHP 7.3." : "Nextcloud 19 er den sidste version som understøtter PHP 7.2. Nextcloud 20 kræver mindst PHP 7.3.",
- "The reverse proxy header configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If not, this is a security issue and can allow an attacker to spoof their IP address as visible to the Nextcloud. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Konfigurationen af reverse proxy-headere er ikke korrekt eller du tilgår Nextcloud fra en betroet proxy. Hvis du ikke tilgår Nextcloud fra en betroet proxy, så er dette et sikkerhedsproblem og kan tillade en angriber af forfalske deres IP-adresse som synlig for Nextcloud. Yderligere information kan findes i vores <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">dokumentation</a>.",
- "Memcached is configured as distributed cache, but the wrong PHP module \"memcache\" is installed. \\OC\\Memcache\\Memcached only supports \"memcached\" and not \"memcache\". See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">memcached wiki about both modules</a>." : "Memcached er konfigureret som et distribueret mellemlager, men det forkerte PHP-modul \"memcache\" er installeret. \\OC\\Memcache\\Memcached understøtter kun \"memcached\" og ikke \"memcache\". Se <a target=\"_blank\" rel=\"noreferrer\" href=\"{wikiLink}\">memcached-wikien om begge moduler</a>.",
- "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">List of invalid files…</a> / <a href=\"{rescanEndpoint}\">Rescan…</a>)" : "Nogle filer har ikke bestået integritetskontrollen. Yderligere information om hvordan man løser dette problem kan findes i vores <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">dodumentation</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">Liste over ugyldige filer...</a> / <a href=\"{rescanEndpoint}\">Scan igen…</a>)",
- "The PHP OPcache module is not loaded. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance it is recommended</a> to load it into your PHP installation." : "PHP OPcache modulet er ikke indlæst. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For bedre performance anbefaler vi </a> at indlæse det via din PHP installation.",
- "The PHP OPcache is not properly configured. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance it is recommended</a> to use the following settings in the <code>php.ini</code>:" : "PHP OPcache er ikke rigtigt konfigureret. <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">For bedre performance anbefaler vi </a> at bruge følgende indstillinger i <code>php.ini</code>:",
+ "Nextcloud 20 is the last release supporting PHP 7.2. Nextcloud 21 requires at least PHP 7.3." : "Nextcloud 20 er den sidste version som understøtter PHP 7.2. Nextcloud 21 kræver mindst PHP 7.3.",
"The PHP function \"set_time_limit\" is not available. This could result in scripts being halted mid-execution, breaking your installation. Enabling this function is strongly recommended." : "PHP funktionen \"set_time_limit\" er ikke tilgængelig. Dette kan resultere i at scripts stopper halvvejs og din installation fejler. Vi anbefaler at aktivere denne funktion.",
"Your PHP does not have FreeType support, resulting in breakage of profile pictures and the settings interface." : "Din PHP version har ikke FreeType-support, hvilket resulterer i brud på profilbilleder og indstillingerne.",
"Missing index \"{indexName}\" in table \"{tableName}\"." : "Mangler index \"{indexName}\" i tabel \"{tableName}\".",
"The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "Databasen mangler nogle indekser. Da tilføjelse af indekser kan tage noget tid, blev de ikke tilføjet automatisk. Kør \"occ db:add-missing-indices\" for manuelt at tilføje disse indekser mens forekomsten forbliver aktiv. Når indekserne er tilføjet, er forespørgsler til disse tabeller normalt meget hurtigere. ",
+ "Missing optional column \"{columnName}\" in table \"{tableName}\"." : "Mangler valgfri kolonne \"{columnName}\" i tabel \"{tableName}\".",
+ "The database is missing some optional columns. Due to the fact that adding columns on big tables could take some time they were not added automatically when they can be optional. By running \"occ db:add-missing-columns\" those missing columns could be added manually while the instance keeps running. Once the columns are added some features might improve responsiveness or usability." : "Databasen mangler nogle valgfrie kolonner. Da tilføjelse af koloner i store tabeller kan tage noget tid, blev de ikke blevet tilføjet automatisk da de er valgfrie. Kør \"occ db:add-missing-columns\" for manuelt at tilføje de manglende kolonner mens instansen fortsætter. Når kolonnerne er tliføjet vil nogle funktioner muligvis forbedre respons tiden eller brugbarheden.",
"This instance is missing some recommended PHP modules. For improved performance and better compatibility it is highly recommended to install them." : "Denne forekomst mangler nogle anbefalede PHP moduler. For bedre performance og bedre kompatibilitet, anbefales det højt at installere dem.",
- "Some columns in the database are missing a conversion to big int. Due to the fact that changing column types on big tables could take some time they were not changed automatically. By running 'occ db:convert-filecache-bigint' those pending changes could be applied manually. This operation needs to be made while the instance is offline. For further details read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "Nogle kolonner i databasen er ikke konverteret til big int. Da konvertering a kolonnetype kan tage noget tid ved store tabeller, blev de ikke konverteret automatisk. Kør 'occ db:convert-filecache-bigint' for at få udført disse udestående ændringer manuelt. Denne operation skal udføres mens forekomsten er inaktiv. Læs <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentationen om dette </a> for flere detaljer.",
"SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend." : "SQLite bruges i øjeblikket som database. Til større installationer anbefaler vi at skifte til en anden database.",
"This is particularly recommended when using the desktop client for file synchronisation." : "Det er specielt anbefalet når arbejdstationsklienten anvendes til filsynkronisering.",
- "To migrate to another database use the command line tool: 'occ db:convert-type', or see the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation ↗</a>." : "For at flytte til en anden database, bruges kommandolinieværktøjet: 'occ db:convert-type', eller se i <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation ↗</a>",
- "Use of the the built in php mailer is no longer supported. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Please update your email server settings ↗<a/>." : "Brug af den medfølgende php mailer er ikke længere understøttet. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Venligst opdater dine email server indstillinger ↗<a/>.",
"The PHP memory limit is below the recommended value of 512MB." : "PHP grænsen for hukommelse er indstillet under den anbefalede grænse på 512MB.",
"Some app directories are owned by a different user than the web server one. This may be the case if apps have been installed manually. Check the permissions of the following app directories:" : "Nogle app mapper er ejet af en anden bruger end web server brugeren. Dette kan ske hvis apps er blevet installeret manuelt. Tjek rettigheder på de følgende app mapper:",
- "MySQL is used as database but does not support 4-byte characters. To be able to handle 4-byte characters (like emojis) without issues in filenames or comments for example it is recommended to enable the 4-byte support in MySQL. For further details read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "MySQL bruges som database, men understøtter ikke 4-byte tegn. For at kunne håndtere 4-byte tegn (som emojis) uden problemer i filnavn eller kommentarer for eksempel, anbefales det at aktivere 4-byte-understøttelsen i MySQL. For yderligere oplysninger <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">læs dokumentationssiden om dette </a>.",
"This instance uses an S3 based object store as primary storage. The uploaded files are stored temporarily on the server and thus it is recommended to have 50 GB of free space available in the temp directory of PHP. Check the logs for full details about the path and the available space. To improve this please change the temporary directory in the php.ini or make more space available in that path." : "Denne server bruger en S3-baseret objekt butik som primærlager. De uploadede filer gemmes midlertidigt på serveren, og det anbefales derfor at have 50 GB ledig plads tilgængelig i PHP-biblioteket. Kontroller logfilerne for at få flere detaljer om stien og den ledige plads. For at forbedre dette ændrer du den midlertidige mappe i php.ini eller giver mere plads på den pågældende sti.",
"Error occurred while checking server setup" : "Der opstod fejl under tjek af serveropsætningen",
"Your data directory and files are probably accessible from the Internet. The .htaccess file is not working. It is strongly recommended that you configure your web server so that the data directory is no longer accessible, or move the data directory outside the web server document root." : "Din data-mappe og dine filer ser ud til at være tilgængelig på intetnettet. Din .htaccess fungere ikke korrekt. Du anbefales på det kraftigste til at sætte din webserver op så din data-mappe ikke længere er tilgængelig på intetnettet eller flytte data-mappen væk fra webserverens dokumentrod.",
"The \"{header}\" HTTP header is not set to \"{expected}\". This is a potential security or privacy risk, as it is recommended to adjust this setting accordingly." : "HTTP-hovedet \"{header}\" er ikke konfigureret til at være lig med \"{expected}\". Dette er en potentiel sikkerhedsrisiko, og vi anbefaler at du justerer denne indstilling.",
"The \"{header}\" HTTP header is not set to \"{expected}\". Some features might not work correctly, as it is recommended to adjust this setting accordingly." : "HTTP-hovedet \"{header}\" er ikke konfigureret til at være lig med \"{expected}\". Dette er en potentiel sikkerhedsrisiko, og vi anbefaler at du justerer denne indstilling.",
"The \"{header}\" HTTP header doesn't contain \"{expected}\". This is a potential security or privacy risk, as it is recommended to adjust this setting accordingly." : "HTTP-hovedet \"{header}\" mangler \"{expected}\". Dette er en potentiel sikkerhedsrisiko. Det er anbefalet at du justerer denne indstilling.",
- "The \"{header}\" HTTP header is not set to \"{val1}\", \"{val2}\", \"{val3}\", \"{val4}\" or \"{val5}\". This can leak referer information. See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{link}\">W3C Recommendation ↗</a>." : "HTTP-hovedet \"{header}\" er ikke sat til \"{val1}\", \"{val2}\", \"{val3}\", \"{val4}\" eller \"{val5}\". Dette kan afsløre videresender information. Se <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{link}\">W3C Anbefaling ↗</a>.",
- "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the <a href=\"{docUrl}\" rel=\"noreferrer noopener\">security tips ↗</a>." : "HTTP hovedet \"Strict-Transport-Security\" er ikke indstillet til mindst \"{seconds}\" sekunder. For højere sikkerhed, er det anbefalet at aktivere HSTS som beskrevet i <a href=\"{docUrl}\" rel=\"noreferrer noopener\">sikkerheds tips ↗</a>.",
- "Accessing site insecurely via HTTP. You are strongly advised to set up your server to require HTTPS instead, as described in the <a href=\"{docUrl}\">security tips ↗</a>." : "Tilgang via usikker HTTP. Det er kraftigt anbefalet at du konfigurerer din server, så der kræves brug af HTTPS i stedet, som foreskrevet i vores <a href=\"{docUrl}\">sikkerhedstips ↗</a>.",
- "Non-existing tag #{tag}" : "Ikke-eksisterende mærke #{tag}",
- "restricted" : "begrænset",
- "invisible" : "usynlig",
- "Delete" : "Slet",
- "Rename" : "Omdøb",
- "Collaborative tags" : "Collaborative tags",
- "No tags found" : "Ingen tags fundet",
"unknown text" : "ukendt tekst",
"Hello world!" : "Hej verden!",
"sunny" : "solrigt",
@@ -122,27 +90,23 @@
"Please reload the page." : "Genindlæs venligst siden.",
"The update was unsuccessful. For more information <a href=\"{url}\">check our forum post</a> covering this issue." : "Opdateringen blev ikke udført korrekt. For mere information <a href=\"{url}\">tjek vores indlæg på forumet</a>, som dækker dette problem.",
"The update was unsuccessful. Please report this issue to the <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">Nextcloud community</a>." : "Opdateringen blev ikke udført korrekt. Rapporter venligst problemet til <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">Nextcloud fællesskabet</a>.",
- "Continue to Nextcloud" : "Forsæt til Nextcloud",
- "_The update was successful. Redirecting you to Nextcloud in %n second._::_The update was successful. Redirecting you to Nextcloud in %n seconds._" : ["Opdateringen blev udført korrekt. Du bliver nu viderestillet til Nextcloud om %n sekund.","Opdateringen blev udført korrekt. Du bliver nu viderestillet til Nextcloud om %n sekunder."],
- "Searching other places" : "Søger på andre steder",
- "No search results in other folders for {tag}{filter}{endtag}" : "Ingen søgeresultater i andre mapper efter {tag}{filter}{endtag}",
- "_{count} search result in another folder_::_{count} search results in other folders_" : ["{count} søgeresultat fundet i andre mapper","{count} søgeresultater fundet i andre mapper"],
+ "Log in" : "Log ind",
+ "Logging in …" : "Logger ind …",
"Server side authentication failed!" : "Server side godkendelse mislykkedes!",
"Please contact your administrator." : "Kontakt venligst din administrator.",
"An internal error occurred." : "Der opstod en intern fejl.",
"Please try again or contact your administrator." : "Kontakt venligst din administrator.",
"Username or email" : "Brugernavn eller e-mail",
"Password" : "Adgangskode",
- "Log in" : "Log ind",
- "Logging in …" : "Logger ind …",
"Wrong username or password." : "Forkert brugernavn eller adgangskode",
"User disabled" : "Bruger deaktiveret",
"We have detected multiple invalid login attempts from your IP. Therefore your next login is throttled up to 30 seconds." : "Vi har registreret flere ugyldige loginforsøg fra din IP. Derfor bliver din næste login sat op til 30 sekunder.",
+ "Your account is not setup for passwordless login." : "Din konto er ikke opsat til kodefri login.",
+ "Passwordless authentication is not supported in your browser." : "Kodefri bekræftelse er ikke understøttet af din browser.",
+ "Passwordless authentication is only available over a secure connection." : "Kodefri bekræftelse er kun understøttet gennem en sikker forbindelse.",
"Reset password" : "Nulstil kodeord",
- "A password reset message has been sent to the e-mail address of this account. If you do not receive it, check your spam/junk folders or ask your local administrator for help." : "En e-post til at nulstille dit kodeord er blevet sendt til e-postadressen for denne konto. Hvis du ikke modtager den inden for en rimelig tid, så tjek dine spam/junk-mapper eller spørg din lokale administrator om hjælp.",
"If it is not there ask your local administrator." : "Hvis den ikke er der så spørg din lokale administrator.",
"Couldn't send reset email. Please contact your administrator." : "Der opstod et problem under afsending af e-mailen til nulstilling. Kontakt venligst din administrator.",
- "Password can not be changed. Please contact your administrator." : "Adgangskoden kunne ikke ændres. Kontakt venligst din administrator.",
"Back to login" : "Tilbage til log in",
"New password" : "Ny adgangskode",
"Your files are encrypted. There will be no way to get your data back after your password is reset. If you are not sure what to do, please contact your administrator before you continue. Do you really want to continue?" : "Dine filer er krypteret. Det vil ikke være muligt at kunne genskabe din data hvis din adgangskode nulstilles. Hvis du ikke er sikker på hvad du skal gøre, så kontakt venligst din administrator før du fortsætter. Ønsker du at forsætte?",
@@ -150,15 +114,27 @@
"Resetting password" : "Nulstilling af adgangskode",
"Recommended apps" : "Anbefalede apps",
"Loading apps …" : "Henter apps ...",
- "Could not fetch list of apps from the app store." : "Kunne ikke hente liste over apps fra app-storen.",
"Installing apps …" : "Installerer apps ...",
- "Nextcloud {app}" : "Nextcloud {app}",
"App download or installation failed" : "App-download eller installation mislykkedes",
- "Can't install this app because it is not compatible" : "Denne app kan ikke installeres fordi den ikke er kompatibel",
- "Can't install this app" : "Kan ikke installere denne app",
"Cancel" : "Annullér",
+ "Schedule work & meetings, synced with all your devices." : "Skemalagt arbejde og møder, synkroniseret med alle dine enheder.",
+ "Keep your colleagues and friends in one place without leaking their private info." : "Saml dine kollegaer og venner på et sted ude at lække deres private informationer.",
"Simple email app nicely integrated with Files, Contacts and Calendar." : "Simpel email-app som er integreret med Filer, Kontakter og Kalender.",
+ "Chatting, video calls, screensharing, online meetings and web conferencing – in your browser and with mobile apps." : "Chat, video kald, skærmdeling, online møder og web konferencer - i din browser og med mobil apps.",
+ "Collaboratively edit office documents." : "Rediger kontordokumenter i fællesskab.",
+ "Local document editing back-end used by the Collabora Online app." : "Lokal dokument redigering back-end anvendt af Collabora Online app.",
"Forgot password?" : "Glemt adgangskode?",
+ "Log in with a device" : "Log in med en enhed",
+ "Back" : "Tilbage",
+ "Reset search" : "Nulstil søgning",
+ "Search for {name} only" : "Søg kun efter {name}",
+ "No results for {query}" : "Ingen søgeresultater for {query}",
+ "Start typing to search" : "Start med at skrive for at søge",
+ "Loading more results …" : "Henter flere resultater...",
+ "Load more results" : "Hent flere resultater",
+ "Search" : "Søg",
+ "_Please enter {minSearchLength} character or more to search_::_Please enter {minSearchLength} characters or more to search_" : ["Minimum {minSearchLength} karakter eller flere for at søge","Minimum {minSearchLength} karakterer eller flere for at søge"],
+ "Search {types} …" : "Søg {types} …",
"Settings" : "Indstillingér",
"Could not load your contacts" : "Kunne ikke indlæse kontakter.",
"Search contacts …" : "Søg efter brugere ...",
@@ -226,6 +202,13 @@
"Strong password" : "Stærkt kodeord",
"No action available" : "Ingen funktion tilgængelig",
"Error fetching contact actions" : "Kunne ikke hente kontakt funktioner",
+ "Non-existing tag #{tag}" : "Ikke-eksisterende mærke #{tag}",
+ "restricted" : "begrænset",
+ "invisible" : "usynlig",
+ "Delete" : "Slet",
+ "Rename" : "Omdøb",
+ "Collaborative tags" : "Collaborative tags",
+ "No tags found" : "Ingen tags fundet",
"Personal" : "Personligt",
"Users" : "Brugere",
"Apps" : "Apps",
@@ -235,6 +218,8 @@
"File not found" : "Filen blev ikke fundet",
"The document could not be found on the server. Maybe the share was deleted or has expired?" : "Dokumentet kunne ikke findes på serveren. Måske er det slettet, eller udløbet?",
"Back to %s" : "Tilbage til %s",
+ "Too many requests" : "For mange resultater",
+ "There were too many requests from your network. Retry later or contact your administrator if this is an error." : "Der har været for mange forespørgsmåler fra dit netværk. Forsøg igen senere eller kontakt din administrator hvis dette er en fejl.",
"Error" : "Fejl",
"Internal Server Error" : "Intern serverfejl",
"The server was unable to complete your request." : "Serveren var ikke i stand til at udføre din forespørgsel.",
@@ -272,11 +257,13 @@
"SQLite should only be used for minimal and development instances. For production we recommend a different database backend." : "SQLite bør kun bruges til minimale og udviklingsmæssige servere. Til produktion anbefaler vi en anden database backend.",
"If you use clients for file syncing, the use of SQLite is highly discouraged." : "Hvis du bruger klienter til fil synkronisering, frarådes brugen af SQLite på det kraftigste.",
"Install recommended apps" : "Installer anbefalede apps",
- "Calendar, Contacts, Talk, Mail & OnlyOffice" : "Kalender, Kontakter, Snak, Mail & OnlyOffice",
+ "Calendar, Contacts, Talk, Mail & Collaborative editing" : "Kalender, Kontakter, Snak, Mail & OnlyOffice",
"Finish setup" : "Afslut opsætning",
"Finishing …" : "Færdigbehandler …",
"Need help?" : "Brug for hjælp?",
"See the documentation" : "Se dokumentationen",
+ "It looks like you are trying to reinstall your Nextcloud. However the file CAN_INSTALL is missing from your config directory. Please create the file CAN_INSTALL in your config folder to continue." : "Det ser ud til at du forsøger at geninstallere Nextcloud. Men filen CAN_INSTALL mangler fra din konfiguration mappe. Venligst opret filen CAN_INSTALL i din konfiguration mappe for at fortsætte.",
+ "Could not remove CAN_INSTALL from the config folder. Please remove this file manually." : "Kunne ikke fjerne CAN_INSTALL fra konfiguration mappen. Venligst fjern denne fil manuelt.",
"This application requires JavaScript for correct operation. Please {linkstart}enable JavaScript{linkend} and reload the page." : "Denne applikation kræver JavaScript for at fungere korrekt. {linkstart}Slå venligst JavaScript til{linkend} og genindlæs siden.",
"Get your own free account" : "Få din egen gratis konto",
"Skip to main content" : "Skip til hovedindhold",
@@ -284,20 +271,20 @@
"More apps" : "Flere apps",
"More" : "Mere",
"More apps menu" : "Flere apps menu",
- "Search" : "Søg",
- "Reset search" : "Nulstil søgning",
"Contacts" : "Kontakter",
"Contacts menu" : "Menuen kontakter",
"Settings menu" : "Indstillingsmenu",
"Confirm your password" : "Bekræft dit password",
"Connect to your account" : "Forbind til din konto",
"Please log in before granting %1$s access to your %2$s account." : "Log venligst ind for at tildele %1$s adgang til din %2$s konto.",
+ "If you are not trying to set up a new device or app, someone is trying to trick you into granting them access to your data. In this case do not proceed and instead contact your system administrator." : "Hvis du ikke er igang med at konfigurerer en ny enhed eller app, så er der nogen som forsøger at snyde dig til at give dem adgang til dine data. I dette filfælde skal du ikke forsætte, men istedet kontakte din system administrator.",
"App token" : "App nøgle",
"Grant access" : "Giv adgang",
"Alternative log in using app token" : "Alternativt login ved brug af app nøgle",
"Account access" : "Konto adgang",
"You are about to grant %1$s access to your %2$s account." : "Du er ved at tildele %1$s adgang til din %2$s konto.",
"Account connected" : "Kontoen er tilknyttet",
+ "Your client should now be connected!" : "Din klient burde være forbundet nu!",
"You can close this window." : "Du kan lukke dette vindue",
"This share is password-protected" : "Delingen er beskyttet af kodeord",
"The password is wrong. Try again." : "Passwordet er forkert. Prøv igen.",
@@ -305,16 +292,20 @@
"Enhanced security is enabled for your account. Choose a second factor for authentication:" : "Forbedret sikkerhed er aktiveret for din konto. Vælg en nummer to faktor til autentifikation.",
"Could not load at least one of your enabled two-factor auth methods. Please contact your admin." : "Kunne ikke indlæse mindst en af dine aktiverede to-faktor adgangsmetoder. Kontakt venligst din administrator.",
"Two-factor authentication is enforced but has not been configured on your account. Contact your admin for assistance." : "To-faktor adgang påkrævet, men endnu ikke indstillet for din konto. kontakt venligst din administrator for hjælp.",
+ "Two-factor authentication is enforced but has not been configured on your account. Please continue to setup two-factor authentication." : "To-faktor godkendelse er påkrævet men er ikke blevet indstillet for din konto. Venligst fortsæt for at indstillet to-faktor godkendelse. ",
+ "Set up two-factor authentication" : "Opsæt to-faktor godkendelse",
"Two-factor authentication is enforced but has not been configured on your account. Use one of your backup codes to log in or contact your admin for assistance." : "To-faktor adgang påkrævet, men endnu ikke indstillet for din konto. Brug en af dine nødkoder for at logge ind eller kontakt din administrator for hjælp.",
"Use backup code" : "Benyt backup-kode",
"Cancel login" : "Annuller login",
+ "Setup two-factor authentication" : "Opsæt to-faktor godkendelse",
+ "Enhanced security is enforced for your account. Choose which provider to set up:" : "Forbedret sikkerhed er påkrævet for din konto. Vælg hvilken udbyder at opsætte:",
"Error while validating your second factor" : "Fejl i valideringen af din anden faktor login",
"Access through untrusted domain" : "Tilgå gennem et utroværdigt domæne.",
"Please contact your administrator. If you are an administrator, edit the \"trusted_domains\" setting in config/config.php like the example in config.sample.php." : "Kontakt venligst din administrator. Hvis du er administratoren af denne server, skal du konfigurerer \"trusted-domains\" i filen config/config.php. Et eksempel på hvordan kan findes i filen config/config.sample.php",
"Further information how to configure this can be found in the %1$sdocumentation%2$s." : "Nærmere information om hvordan %1$s indstilles kan findes i dokumentationen %2$s. ",
"App update required" : "Opdatering af app påkræves",
"%1$s will be updated to version %2$s" : "%1$s vil blive opdateret til version %2$s",
- "These apps will be updated:" : "Følgende apps vil blive opdateret:",
+ "The following apps will be updated:" : "Følgende app vil blive opdateret:",
"These incompatible apps will be disabled:" : "Følgende inkompatible apps vil blive slået fra:",
"The theme %s has been disabled." : "Temaet, %s, er blevet deaktiveret.",
"Please make sure that the database, the config folder and the data folder have been backed up before proceeding." : "Sørg venligst for at sikre, at databasen, config-mappen og data-mappen er blevet sikkerhedskopieret inden vi fortsætter.",
@@ -330,95 +321,49 @@
"This %s instance is currently in maintenance mode, which may take a while." : "Denne %s-instans befinder sig i vedligeholdelsestilstand for øjeblikket, hvilket kan tage et stykke tid.",
"This page will refresh itself when the instance is available again." : "Denne side vil genopfriske sig selv, når instancen er tilgængelig igen.",
"Contact your system administrator if this message persists or appeared unexpectedly." : "Kontakt systemadministratoren, hvis denne meddelelse fortsætter eller optrådte uventet.",
- "Could not send reset email because there is no email address for this username. Please contact your administrator." : "Kunne ikke sende e-mail om nulstilling af adgangskode, da der ikke er knyttet en e-mail-adresse til dette brugernavn. Kontakt venligst din administrator.",
- "Couldn't send reset email. Please make sure your username is correct." : "Der opstod et problem under afsendelse af nulstillings e-mailen. Kontroller venligst om dit brugernavnet er korrekt.",
- "We have send a password reset e-mail to the e-mail address known to us for this account. If you do not receive it within a reasonable amount of time, check your spam/junk folders.<br>If it is not there ask your local administrator." : "En e-post til at nulstille dit kodeord er blevet sendt til e-postadressen for denne konto. Hvis du ikke modtager den inden for en rimelig tid, så tjek dine spam/junk-mapper.<br> Hvis den ikke er der, så spørg din lokale administrator.",
- "Your files are encrypted. There will be no way to get your data back after your password is reset.<br />If you are not sure what to do, please contact your administrator before you continue. <br />Do you really want to continue?" : "Dine filer er krypteret. Det vil ikke være muligt at kunne genskabe din data hvis din adgangskode nulstilles.<br />Hvis du ikke er sikker på hvad du gør, kontakt venligst din administrator før du fortsætter.<br />Ønsker du at forsætte?",
- "Sending email …" : "Sender email...",
- "You are currently running PHP 5.6. The current major version of Nextcloud is the last that is supported on PHP 5.6. It is recommended to upgrade the PHP version to 7.0+ to be able to upgrade to Nextcloud 14." : "Du kører PHP 5.6. Den nuværende større version af Nextcloud er den sidste, der understøttes på PHP 5.6. Det anbefales at opgradere PHP-versionen til 7.0+ for at kunne opgradere til Nextcloud 14.",
- "Accessing site insecurely via HTTP. You are strongly adviced to set up your server to require HTTPS instead, as described in the <a href=\"{docUrl}\">security tips ↗</a>." : "Tilgang via usikker HTTP. Det er kraftigt anbefalet at du konfigurerer din server, så der kræves brug af HTTPS i stedet, som foreskrevet i vores <a href=\"{docUrl}\">sikkerhedstips ↗</a>. ",
- "Shared" : "Delt",
- "Shared with" : "Delt med",
- "Shared by" : "Delt af",
- "Choose a password for the public link" : "Vælg et kodeord til det offentlige link",
- "Choose a password for the public link or press the \"Enter\" key" : "Vælg en kode for det \"offentlige link\" og tryk \"Enter\"",
- "Copied!" : "Kopieret!",
- "Copy link" : "Kopier link",
- "Not supported!" : "Ikke understøttet!",
- "Press ⌘-C to copy." : "Tryk ⌘-C for at kopiere.",
- "Press Ctrl-C to copy." : "Tryk Ctrl-C for at kopiere.",
- "Unable to create a link share" : "Delingslinket kunne ikke oprettes",
- "Unable to toggle this option" : "Indstillingen kunne ikke ændres",
- "Resharing is not allowed" : "Videredeling ikke tilladt",
- "Link" : "Link",
- "Hide download" : "Skjul download",
- "Password protection enforced" : "Tvungen beskyttelse med kodeord",
- "Password protect" : "Beskyt med adgangskode",
- "Allow editing" : "Tillad redigering",
- "Email link to person" : "E-mail link til person",
- "Send" : "Send",
- "Allow upload and editing" : "Tillad upload og redigering",
- "Read only" : "Skrivebeskyttet",
- "File drop (upload only)" : "Fil dropområde (Kun upload)",
- "Expiration date enforced" : "Udløbsdato tvungen",
- "Set expiration date" : "Vælg udløbsdato",
- "Expiration" : "Udløb",
- "Expiration date" : "Udløbsdato",
- "Note to recipient" : "Note til modtager",
- "Unshare" : "Fjern deling",
- "Delete share link" : "Slet delingslink",
- "Add another link" : "Tilføj et link mere",
- "Password protection for links is mandatory" : "Tvungen beskyttelse af links med kodeord",
- "Share to {name}" : "Del med {name}",
- "Share link" : "Del link",
- "New share link" : "Nyt delingslink",
- "Created on {time}" : "Oprettet",
- "Password protect by Talk" : "Adgangskodebeskyttelse med Talk",
- "Could not unshare" : "Kunne ikke ophæve deling",
- "Shared with you and the group {group} by {owner}" : "Delt med dig og gruppen {group} af {owner}",
- "Shared with you and {circle} by {owner}" : "Delt med dig og {circle} af {owner}",
- "Shared with you and the conversation {conversation} by {owner}" : "Delt med dig og konversationen {conversation} af {owner}",
- "Shared with you in a conversation by {owner}" : "Delt med dig og konversationen af {owner}",
- "Shared with you by {owner}" : "Delt med dig af {owner}",
- "Choose a password for the mail share" : "Vælg et kodeord til mail deling",
- "group" : "gruppe",
- "remote" : "ekstern",
- "remote group" : "ekstern gruppe",
- "email" : "e-mail",
- "conversation" : "samtale",
- "shared by {sharer}" : "delt af {sharer}",
- "Can reshare" : "Kan dele",
- "Can edit" : "Kan redigere",
- "Can create" : "Kan oprette",
- "Can change" : "Kan ændre",
- "Can delete" : "Kan slette",
- "Access control" : "Adgangskontrol",
- "{shareInitiatorDisplayName} shared via link" : "{shareInitiatorDisplayName} delt via link",
- "Error while sharing" : "Fejl under deling",
- "Share details could not be loaded for this item." : "Detaljer for deling kunne ikke indlæses for dette element.",
- "Search globally" : "Søg globalt",
- "_At least {count} character is needed for autocompletion_::_At least {count} characters are needed for autocompletion_" : ["Mindst {count} tegn er nødvendigt for at benytte autocompletion","Mindst {count} tegn er nødvendige for at benytte autocompletion"],
- "This list is maybe truncated - please refine your search term to see more results." : "Listen er måske afkortet - optimer dine søgeord for at se flere resultater.",
- "No users or groups found for {search}" : "Ingen brugere eller grupper fundet for {search}",
- "No users found for {search}" : "Ingen brugere fundet for {search}",
- "An error occurred (\"{message}\"). Please try again" : "Der opstor den fejl (\"{message}\"). Prøv igen",
- "An error occurred. Please try again" : "Der opstor den fejl. Prøv igen",
- "Home" : "Hjem",
- "Work" : "Arbejde",
- "Other" : "Andet",
- "{sharee} (remote group)" : "{sharee} (ekstern)",
- "{sharee} ({type}, {owner})" : "{sharee} ({type}, {owner})",
- "Share" : "Del",
- "Name or email address..." : "Navn eller e-mail adresse...",
- "Name or federated cloud ID..." : "Navn eller federated cloud id...",
- "Name, federated cloud ID or email address..." : "Navn, federated cloud id eller e-mail adresse...",
- "Name..." : "Navn...",
- "Error removing share" : "Fejl ved fjernelse af deling",
- "({scope})" : "({scope})",
- "Saving..." : "Gemmer...",
- "Dismiss" : "Afvis",
- "Your client should now be connected! You can close this window." : "Din klient er nu forbundet. Du kan lukke dette vindue",
- "New Password" : "Ny adgangskode",
- "Cancel log in" : "Annullér login"
+ "Checking whether the database schema can be updated (this can take a long time depending on the database size)" : "Tjekker om database schema'et kan opdateres (dette kan tage lang tid afhængig af databasens størrelse)",
+ "Checked database schema update" : "Tjekket database schema opdatering",
+ "Checking updates of apps" : "Tjekker opdatering af apps",
+ "Checking for update of app \"%s\" in appstore" : "Leder efter opdatering til \"%s\" i appstore",
+ "Update app \"%s\" from appstore" : "Opdatér \"%s\" fra appstore",
+ "Checked for update of app \"%s\" in appstore" : "Ledte efter opdatering til \"%s\" i appstore",
+ "Checked database schema update for apps" : "Tjekkede databaseskemaets opdatering for apps",
+ "Following apps have been disabled: %s" : "Følgende apps er blevet deaktiveret: %s",
+ "Your web server is not properly set up to resolve \"{url}\". Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Din webserver er ikke sat op til at benytte \"{url}\". Nærmere information kan findes i vores <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">dokumentation</a>.",
+ "Your web server is not properly set up to resolve \"{url}\". This is most likely related to a web server configuration that was not updated to deliver this folder directly. Please compare your configuration against the shipped rewrite rules in \".htaccess\" for Apache or the provided one in the documentation for Nginx at it's <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation page</a>. On Nginx those are typically the lines starting with \"location ~\" that need an update." : "Din webserver er ikke konfigureret korrekt til at løse \"{url}\". Dette er højst sandsynligt relateret til en webserver konfiguration, der ikke blev opdateret for at levere denne mappe direkte. Sammenlign venligst din konfiguration med de medsendte omskrivningsregler i \".htaccess\" til Apache eller den medfølgende i dokumentationen til Nginx på <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dets dokumentationsside</a>. På Nginx er det typisk de linjer, der starter med \"location ~\" , der kræver en opdatering.",
+ "Your web server is not properly set up to deliver .woff2 files. This is typically an issue with the Nginx configuration. For Nextcloud 15 it needs an adjustement to also deliver .woff2 files. Compare your Nginx configuration to the recommended configuration in our <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Din webserver er ikke rigtigt indstillet til at levere .woff2 filer. Dette er typisk en Nginx konfiguration. I Nextcloud 15 behøver den en tilpasning for også at levere .woff2 filer. Sammenlign din Nginx konfiguration med den anbefalede konfiguration i vores <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>.",
+ "Please check the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">installation documentation ↗</a> for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "Tjek venligst <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">installation documentation ↗</a> for PHP konfigurationsnoter og PHP konfiguration af din server. Specielt ved brug af php-fpm.",
+ "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems. See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation ↗</a> for more information." : "Transaktionel fillåsning er slået fra, dette kan føre til stress vilkår. Aktiver \"filelocking.enabled\" i config.php for at undgå disse problemer. Se <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentationen ↗</a> for mere information.",
+ "Last background job execution ran {relativeTime}. Something seems wrong." : "Seneste udførsel af baggrundsjob kørte {relativeTime}. Der er vist noget galt.",
+ "Check the background job settings" : "Tjek baggrundsjobindstillinger",
+ "No memory cache has been configured. To enhance performance, please configure a memcache, if available. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Der er ikke konfigureret noget hukommelsesmellemlager. For at forbedre din ydelse bør du om muligt konfigurere en mamcache. Yderligere information findes i <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">dokumentationen</a>.",
+ "No suitable source for randomness found by PHP which is highly discouraged for security reasons. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Ingen passende kilde af tilfældigheder fundet til PHP, hvilket stærkt frarådes af sikkerhedsgrunde. Yderligere information kan findes i vores <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentation</a>.",
+ "You are currently running PHP {version}. Upgrade your PHP version to take advantage of <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">performance and security updates provided by the PHP Group</a> as soon as your distribution supports it." : "Du kører i øjeblikket med PHP {version}. Vi anbefaler dig at opgradere din PHP version for at få glæde af <a target=\"_blank\" rel=\"noreferrer\" href=\"{phpLink}\">ydelses- og sikkerhedsopdateringer udgivet af the PHP Group</a> så snart din distribution understøtter dem.",
+ "The reverse proxy header configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If not, this is a security issue and can allow an attacker to spoof their IP address as visible to the Nextcloud. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Konfigurationen af reverse proxy-headere er ikke korrekt eller du tilgår Nextcloud fra en betroet proxy. Hvis du ikke tilgår Nextcloud fra en betroet proxy, så er dette et sikkerhedsproblem og kan tillade en angriber af forfalske deres IP-adresse som synlig for Nextcloud. Yderligere information kan findes i vores <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">dokumentation</a>.",
+ "Memcached is configured as distributed cache, but the wrong PHP module \"memcache\" is installed. \\OC\\Memcache\\Memcached only supports \"memcached\" and not \"memcache\". See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">memcached wiki about both modules</a>." : "Memcached er konfigureret som et distribueret mellemlager, men det forkerte PHP-modul \"memcache\" er installeret. \\OC\\Memcache\\Memcached understøtter kun \"memcached\" og ikke \"memcache\". Se <a target=\"_blank\" rel=\"noreferrer\" href=\"{wikiLink}\">memcached-wikien om begge moduler</a>.",
+ "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">List of invalid files…</a> / <a href=\"{rescanEndpoint}\">Rescan…</a>)" : "Nogle filer har ikke bestået integritetskontrollen. Yderligere information om hvordan man løser dette problem kan findes i vores <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">dodumentation</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">Liste over ugyldige filer...</a> / <a href=\"{rescanEndpoint}\">Scan igen…</a>)",
+ "The PHP OPcache module is not loaded. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance it is recommended</a> to load it into your PHP installation." : "PHP OPcache modulet er ikke indlæst. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For bedre performance anbefaler vi </a> at indlæse det via din PHP installation.",
+ "The PHP OPcache is not properly configured. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance it is recommended</a> to use the following settings in the <code>php.ini</code>:" : "PHP OPcache er ikke rigtigt konfigureret. <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">For bedre performance anbefaler vi </a> at bruge følgende indstillinger i <code>php.ini</code>:",
+ "Some columns in the database are missing a conversion to big int. Due to the fact that changing column types on big tables could take some time they were not changed automatically. By running 'occ db:convert-filecache-bigint' those pending changes could be applied manually. This operation needs to be made while the instance is offline. For further details read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "Nogle kolonner i databasen er ikke konverteret til big int. Da konvertering a kolonnetype kan tage noget tid ved store tabeller, blev de ikke konverteret automatisk. Kør 'occ db:convert-filecache-bigint' for at få udført disse udestående ændringer manuelt. Denne operation skal udføres mens forekomsten er inaktiv. Læs <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentationen om dette </a> for flere detaljer.",
+ "To migrate to another database use the command line tool: 'occ db:convert-type', or see the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation ↗</a>." : "For at flytte til en anden database, bruges kommandolinieværktøjet: 'occ db:convert-type', eller se i <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation ↗</a>",
+ "Use of the the built in php mailer is no longer supported. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Please update your email server settings ↗<a/>." : "Brug af den medfølgende php mailer er ikke længere understøttet. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Venligst opdater dine email server indstillinger ↗<a/>.",
+ "MySQL is used as database but does not support 4-byte characters. To be able to handle 4-byte characters (like emojis) without issues in filenames or comments for example it is recommended to enable the 4-byte support in MySQL. For further details read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "MySQL bruges som database, men understøtter ikke 4-byte tegn. For at kunne håndtere 4-byte tegn (som emojis) uden problemer i filnavn eller kommentarer for eksempel, anbefales det at aktivere 4-byte-understøttelsen i MySQL. For yderligere oplysninger <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">læs dokumentationssiden om dette </a>.",
+ "You are accessing your instance over a secure connection, however your instance is generating insecure URLs. This most likely means that you are behind a reverse proxy and the overwrite config variables are not set correctly. Please read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "Du tilgår din instans gennem en sikker forbindelse, men din instans frembringer usikre URLs. Dette betyder højst sandsynligt at du er bag reverse proxy og overskrivnings konfig variablerne ikke er sat rigtigt. Venligst læs <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentations siden om dette</a>.",
+ "The \"{header}\" HTTP header is not set to \"{val1}\", \"{val2}\", \"{val3}\", \"{val4}\" or \"{val5}\". This can leak referer information. See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{link}\">W3C Recommendation ↗</a>." : "HTTP-hovedet \"{header}\" er ikke sat til \"{val1}\", \"{val2}\", \"{val3}\", \"{val4}\" eller \"{val5}\". Dette kan afsløre videresender information. Se <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{link}\">W3C Anbefaling ↗</a>.",
+ "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the <a href=\"{docUrl}\" rel=\"noreferrer noopener\">security tips ↗</a>." : "HTTP hovedet \"Strict-Transport-Security\" er ikke indstillet til mindst \"{seconds}\" sekunder. For højere sikkerhed, er det anbefalet at aktivere HSTS som beskrevet i <a href=\"{docUrl}\" rel=\"noreferrer noopener\">sikkerheds tips ↗</a>.",
+ "Accessing site insecurely via HTTP. You are strongly advised to set up your server to require HTTPS instead, as described in the <a href=\"{docUrl}\">security tips ↗</a>." : "Tilgang via usikker HTTP. Det er kraftigt anbefalet at du konfigurerer din server, så der kræves brug af HTTPS i stedet, som foreskrevet i vores <a href=\"{docUrl}\">sikkerhedstips ↗</a>.",
+ "Continue to Nextcloud" : "Forsæt til Nextcloud",
+ "_The update was successful. Redirecting you to Nextcloud in %n second._::_The update was successful. Redirecting you to Nextcloud in %n seconds._" : ["Opdateringen blev udført korrekt. Du bliver nu viderestillet til Nextcloud om %n sekund.","Opdateringen blev udført korrekt. Du bliver nu viderestillet til Nextcloud om %n sekunder."],
+ "Searching other places" : "Søger på andre steder",
+ "No search results in other folders for {tag}{filter}{endtag}" : "Ingen søgeresultater i andre mapper efter {tag}{filter}{endtag}",
+ "_{count} search result in another folder_::_{count} search results in other folders_" : ["{count} søgeresultat fundet i andre mapper","{count} søgeresultater fundet i andre mapper"],
+ "A password reset message has been sent to the e-mail address of this account. If you do not receive it, check your spam/junk folders or ask your local administrator for help." : "En e-post til at nulstille dit kodeord er blevet sendt til e-postadressen for denne konto. Hvis du ikke modtager den inden for en rimelig tid, så tjek dine spam/junk-mapper eller spørg din lokale administrator om hjælp.",
+ "Password can not be changed. Please contact your administrator." : "Adgangskoden kunne ikke ændres. Kontakt venligst din administrator.",
+ "Could not fetch list of apps from the app store." : "Kunne ikke hente liste over apps fra app-storen.",
+ "Nextcloud {app}" : "Nextcloud {app}",
+ "Can't install this app because it is not compatible" : "Denne app kan ikke installeres fordi den ikke er kompatibel",
+ "Can't install this app" : "Kan ikke installere denne app",
+ "These apps will be updated:" : "Følgende apps vil blive opdateret:",
+ "For more details see the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "For flere detaljer, se <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentation</a>."
},"pluralForm" :"nplurals=2; plural=(n != 1);"
} \ No newline at end of file
diff --git a/core/l10n/de.js b/core/l10n/de.js
index 3569955bda4..64e01f27363 100644
--- a/core/l10n/de.js
+++ b/core/l10n/de.js
@@ -5,6 +5,14 @@ OC.L10N.register(
"File is too big" : "Datei ist zu groß",
"The selected file is not an image." : "Die ausgewählte Datei ist kein Bild.",
"The selected file cannot be read." : "Die ausgewählte Datei konnte nicht gelesen werden.",
+ "The file was uploaded" : "Die Datei wurde hochgeladen",
+ "The uploaded file exceeds the upload_max_filesize directive in php.ini" : "Die hochgeladene Datei übersteigt das Limit upload_max_filesize in der Datei php.ini",
+ "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Die hochgeladene Datei übersteigt das Limit MAX_FILE_SIZE im HTML-Formular",
+ "The file was only partially uploaded" : "Die Datei wurde nur teilweise hochgeladen",
+ "No file was uploaded" : "Keine Datei wurde hochgeladen",
+ "Missing a temporary folder" : "Temporärer Ordner nicht vorhanden",
+ "Could not write file to disk" : "Die Datei konnte nicht auf die Festplatte geschrieben werden",
+ "A PHP extension stopped the file upload" : "Eine PHP-Erweiterung hat das Hochladen der Datei gestoppt",
"Invalid file provided" : "Ungültige Datei zur Verfügung gestellt",
"No image or file provided" : "Es wurde weder ein Bild noch eine Datei zur Verfügung gestellt",
"Unknown filetype" : "Unbekannter Dateityp",
@@ -15,6 +23,7 @@ OC.L10N.register(
"No valid crop data provided" : "Keine gültigen Zuschnittdaten zur Verfügung gestellt",
"Crop is not square" : "Zuschnitt ist nicht quadratisch",
"State token does not match" : "Status-Token stimmen nicht überein",
+ "Invalid app password" : "Ungültiges App-Passwort",
"Could not complete login" : "Anmeldung konnte nicht abgeschlossen werden",
"Your login token is invalid or has expired" : "Dein Anmelde-Token ist ungültig oder abgelaufen",
"Password reset is disabled" : "Passwort-Reset ist deaktiviert",
@@ -28,6 +37,8 @@ OC.L10N.register(
"Nextcloud Server" : "Nextcloud-Server",
"Some of your link shares have been removed" : "Einige der geteilten Freigaben wurden entfernt",
"Due to a security bug we had to remove some of your link shares. Please see the link for more information." : "Aufgrund eines Sicherheitsfehlers mussten einige der geteilten Freigaben entfernt werden. Weitere Informationen im Link.",
+ "The user limit of this instance is reached." : "Die Benutzergrenze dieser Instanz ist erreicht.",
+ "Enter your subscription key to increase the user limit. For more information about Nextcloud Enterprise see our website." : "Gebe Deinen Abonnementschlüssel ein, um die Benutzergrenze erhöhen. Weitere Informationen Informationen zu Nextcloud für Unternehmen (Enterprise) findest Du auf unserer Website.",
"Preparing update" : "Update vorbereiten",
"[%d / %d]: %s" : "[%d / %d]: %s",
"Repair step:" : "Reparaturschritt:",
@@ -41,76 +52,67 @@ OC.L10N.register(
"Maintenance mode is kept active" : "Wartungsmodus bleibt aktiviert",
"Updating database schema" : "Das Datenbankschema wird aktualisiert",
"Updated database" : "Datenbank aktualisiert",
- "Checking whether the database schema can be updated (this can take a long time depending on the database size)" : "Prüft, ob das Datenbankschema aktualisiert werden kann (dies kann je nach Datenbankgröße sehr lange dauern)",
- "Checked database schema update" : "Datenbankschema-Aktualisierung überprüft",
- "Checking updates of apps" : "Es wird nach Aktualisierungen für die Apps gesucht",
- "Checking for update of app \"%s\" in appstore" : "Suche nach einer Aktualisierung für die App \"%s\" im App-Store",
- "Update app \"%s\" from appstore" : "Aktualisiere die App \"%s\" aus dem App-Store",
- "Checked for update of app \"%s\" in appstore" : "App-Store auf Aktualisierung für die App \"%s\" geprüft",
"Checking whether the database schema for %s can be updated (this can take a long time depending on the database size)" : "Prüft, ob das Datenbankschema für %s aktualisiert werden kann (dies kann je nach Datenbankgröße sehr lange dauern)",
- "Checked database schema update for apps" : "Datenbankschema-Aktualisierung für Apps überprüft",
"Updated \"%1$s\" to %2$s" : "\"%1$s\" aktualisiert auf %2$s",
"Set log level to debug" : "Log-Level auf \"debug\" gesetzt",
"Reset log level" : "Ursprüngliches Log-Level wiederhergestellt",
"Starting code integrity check" : "Code-Integrität wird überprüft",
"Finished code integrity check" : "Code-Integritätsprüfung abgeschlossen",
"%s (incompatible)" : "%s (inkompatibel)",
- "Following apps have been disabled: %s" : "Die folgenden Apps wurden deaktiviert: %s",
+ "The following apps have been disabled: %s" : "Folgende Apps wurden deaktiviert: %s",
"Already up to date" : "Bereits aktuell",
"Your web server is not yet properly set up to allow file synchronization, because the WebDAV interface seems to be broken." : "Dein Webserver ist noch nicht hinreichend für Datei-Synchronisierung konfiguriert, da die WebDAV-Schnittstelle vermutlich nicht funktioniert.",
- "Your web server is not properly set up to resolve \"{url}\". Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Dein Web-Server ist nicht richtig eingerichtet um \"{url}\" aufzulösen. Weitere Informationen findest Du in der <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Dokumentation</a>.",
- "Your web server is not properly set up to resolve \"{url}\". This is most likely related to a web server configuration that was not updated to deliver this folder directly. Please compare your configuration against the shipped rewrite rules in \".htaccess\" for Apache or the provided one in the documentation for Nginx at it's <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation page</a>. On Nginx those are typically the lines starting with \"location ~\" that need an update." : "Dein Webserver ist nicht ordnungsgemäß für die Auflösung von \"{url}\" eingerichtet. Dies hängt höchstwahrscheinlich mit einer Webserverkonfiguration zusammen, die nicht aktualisiert wurde, um diesen Ordner direkt zu liefern. Bitte vergleiche Deine Konfiguration mit den mitgelieferten Rewrite-Regeln in \".htaccess\" für Apache oder den in der Nginx-Dokumentation bereitgestellten auf dessen <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Dokumentationsseite</a>. Auf Nginx sind das typischerweise die Zeilen, die mit \"location ~\" beginnen und ein Update benötigen.",
- "Your web server is not properly set up to deliver .woff2 files. This is typically an issue with the Nginx configuration. For Nextcloud 15 it needs an adjustement to also deliver .woff2 files. Compare your Nginx configuration to the recommended configuration in our <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Dein Web-Server ist nicht richtig eingerichtet um .woff2-Dateien auszuliefern. Dies ist meist ein Thema der Nginx-Konfiguration. Für Nextcloud 15 wird eine Anpassung für die Auslieferung von .woff2-Dateien benötigt. Vergleiche Deine Nginx-Konfiguration mit der empfohlenen Nginx-Konfiguration in unserer <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Dokumentation</a>.",
+ "Your web server is not properly set up to resolve \"{url}\". Further information can be found in the {linkstart}documentation ↗{linkend}." : "Dein Webserver ist nicht richtig konfiguriert, um \"{url}\" aufzulösen. Weitere Informationen hierzu findest Du in unserer {linkstart}Dokumentation ↗{linkend}.",
+ "Your web server is not properly set up to resolve \"{url}\". This is most likely related to a web server configuration that was not updated to deliver this folder directly. Please compare your configuration against the shipped rewrite rules in \".htaccess\" for Apache or the provided one in the documentation for Nginx at it's {linkstart}documentation page ↗{linkend}. On Nginx those are typically the lines starting with \"location ~\" that need an update." : "Dein Webserver ist nicht ordnungsgemäß für die Auflösung von \"{url}\" eingerichtet. Dies hängt höchstwahrscheinlich mit einer Webserver-Konfiguration zusammen, die nicht aktualisiert wurde, um diesen Ordner direkt zu liefern. Bitte vergleiche Deine Konfiguration mit den mitgelieferten Rewrite-Regeln in \".htaccess\" für Apache oder den in der Nginx-Dokumentation bereitgestellten auf dessen {linkstart}Dokumentationsseite ↗{linkend}. Auf Nginx sind das typischerweise die Zeilen, die mit \"location ~\" beginnen und ein Update benötigen.",
+ "Your web server is not properly set up to deliver .woff2 files. This is typically an issue with the Nginx configuration. For Nextcloud 15 it needs an adjustement to also deliver .woff2 files. Compare your Nginx configuration to the recommended configuration in our {linkstart}documentation ↗{linkend}." : "Dein Web-Server ist nicht richtig eingerichtet um .woff2-Dateien auszuliefern. Dies liegt meist an der Nginx-Konfiguration. Für Nextcloud 15 wird eine Anpassung für die Auslieferung von .woff2-Dateien benötigt. Vergleiche Deine Nginx-Konfiguration mit der empfohlenen Nginx-Konfiguration in unserer {linkstart}Dokumentation ↗{linkend}.",
"PHP does not seem to be setup properly to query system environment variables. The test with getenv(\"PATH\") only returns an empty response." : "PHP scheint zur Abfrage von Systemumgebungsvariablen nicht richtig eingerichtet zu sein. Der Test mit getenv(\"PATH\") liefert nur eine leere Antwort zurück.",
- "Please check the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">installation documentation ↗</a> for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "Bitte die <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Installationsdokumentation ↗</a> auf Hinweise zur PHP-Konfiguration durchlesen sowie die PHP-Konfiguration Deines Servers überprüfen, insbesondere dann, wenn PHP-FPM eingesetzt wird.",
+ "Please check the {linkstart}installation documentation ↗{linkend} for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "Bitte schaue in der {linkstart}Installationsdokumentation ↗{linkend} auf Hinweise zur PHP-Konfiguration, sowie die PHP-Konfiguration Deines Servers, insbesondere dann, wenn Du PHP-FPM einsetzt.",
"The read-only config has been enabled. This prevents setting some configurations via the web-interface. Furthermore, the file needs to be made writable manually for every update." : "Die schreibgeschützte Konfiguration wurde aktiviert. Dies verhindert das Setzen einiger Einstellungen über die Web-Oberfläche. Weiterhin muss bei jedem Update der Schreibzugriff auf die Datei händisch aktiviert werden.",
"Your database does not run with \"READ COMMITTED\" transaction isolation level. This can cause problems when multiple actions are executed in parallel." : "Deine Datenbank läuft nicht mit der Transaktionsisolationsstufe \"READ COMMITED\". Dies kann Probleme hervorrufen, wenn mehrere Aktionen parallel ausgeführt werden.",
"The PHP module \"fileinfo\" is missing. It is strongly recommended to enable this module to get the best results with MIME type detection." : "Das PHP-Modul 'fileinfo' fehlt. Es empfiehlt sich dringend, das Modul zu aktivieren, um bestmögliche Ergebnisse bei der MIME-Dateityp-Erkennung zu erhalten. ",
- "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems. See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation ↗</a> for more information." : "Transaktionales Sperren ist deaktiviert, was zu Problemen mit Laufzeitbedingungen führen kann. 'filelocking.enabled' in der config.php aktivieren, um diese Probleme zu vermeiden. Weitere Informationen findest Du in unserer <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Dokumentation ↗</a>.",
+ "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems. See the {linkstart}documentation ↗{linkend} for more information." : "Transaktionales Sperren ist deaktiviert, was zu Problemen mit Laufzeitbedingungen führen kann. Aktiviere 'filelocking.enabled' in der config.php, um diese Probleme zu vermeiden. Weitere Informationen findest Du in unserer {linkstart}Documentation ↗{linkend}.",
"If your installation is not installed at the root of the domain and uses system cron, there can be issues with the URL generation. To avoid these problems, please set the \"overwrite.cli.url\" option in your config.php file to the webroot path of your installation (suggestion: \"{suggestedOverwriteCliURL}\")" : "Wenn sich Deine Installation nicht im Wurzelverzeichnis der Domain befindet und Cron des Systems genutzt wird, kann es zu Fehlern bei der URL-Generierung kommen. Um dies zu verhindern, setze bitte die „overwrite.cli.url“-Option in Deiner config.php auf das Web-Wurzelverzeichnis Deiner Installation (Vorschlag: \"{suggestedOverwriteCliURL}\")",
+ "Your installation has no default phone region set. This is required to validate phone numbers in the profile settings without a country code. To allow numbers without a country code, please add \"default_phone_region\" with the respective {linkstart}ISO 3166-1 code ↗{linkend} of the region to your config file." : "Für Deine Installation ist keine Standard-Telefonregion festgelegt. Dies ist erforderlich, um Telefonnummern in den Profileinstellungen ohne Ländercode überprüfen zu können. Um Nummern ohne Ländercode zuzulassen, füge bitte \"default_phone_region\" mit dem entsprechenden {linkstart}ISO 3166-1-Code ↗{linkend} der gewünschten Region hinzu.",
"It was not possible to execute the cron job via CLI. The following technical errors have appeared:" : "Die Ausführung des Cron-Jobs über die Kommandozeile war nicht möglich. Die folgenden technischen Fehler sind dabei aufgetreten: ",
- "Last background job execution ran {relativeTime}. Something seems wrong." : "Letzte Cron-Job-Ausführung: {relativeTime}. Möglicherweise liegt ein Fehler vor.",
- "Check the background job settings" : "Überprüfe Einstellungen für Hintergrundausführungen",
+ "Last background job execution ran {relativeTime}. Something seems wrong. {linkstart}Check the background job settings ↗{linkend}." : "Letzte Cron-Job-Ausführung: {relativeTime}. {linkstart}Check the background job settings ↗{linkend}.",
"This server has no working Internet connection: Multiple endpoints could not be reached. This means that some of the features like mounting external storage, notifications about updates or installation of third-party apps will not work. Accessing files remotely and sending of notification emails might not work, either. Establish a connection from this server to the Internet to enjoy all features." : "Dieser Server hat keine funktionierende Internetverbindung: Mehrere Ziele konnten nicht erreicht werden. Dies bedeutet, dass einige Funktionen, wie das Einhängen externen Speicher, Benachrichtigungen über Updates oder die Installation von Drittanbieter-Apps nicht funktionieren. Der Zugriff auf entfernte Dateien und das Senden von E-Mail-Benachrichtigungen wird wahrscheinlich ebenfalls nicht funktionieren. Um alle Funktionen nutzen zu können, stelle eine Internet-Verbindung für diesen Server her.",
- "No memory cache has been configured. To enhance performance, please configure a memcache, if available. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Es wurde kein PHP-Memory-Cache konfiguriert. Zur Erhöhung der Leistungsfähigkeit kann ein Memory-Cache konfiguriert werden. Weitere Informationen findest Du in der <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Dokumentation</a>.",
- "No suitable source for randomness found by PHP which is highly discouraged for security reasons. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Von PHP wurde keine geeignete Quelle für Zufälligkeit gefunden, aus Sicht der Sicherheit ist dies bedenklich. Weitere Informationen sind in der <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Dokumentation</a> zu finden.",
- "You are currently running PHP {version}. Upgrade your PHP version to take advantage of <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">performance and security updates provided by the PHP Group</a> as soon as your distribution supports it." : "Du verwendest derzeit PHP {version}. Upgrade Deine PHP-Version, um die <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">Geschwindigkeits- und Sicherheitsupdates zu nutzen, welche von der PHP-Gruppe bereitgestellt werden</a>, sobald diese Deine Distribution unterstützt.",
- "Nextcloud 19 is the last release supporting PHP 7.2. Nextcloud 20 requires at least PHP 7.3." : "Nextcloud 19 ist die letzte Version, die PHP 7.2 unterstützt. Nextcloud 20 benötigt mindestens PHP 7.3.",
- "The reverse proxy header configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If not, this is a security issue and can allow an attacker to spoof their IP address as visible to the Nextcloud. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Die Reverse-Proxy-Header-Konfiguration ist fehlerhaft oder Du greifst auf Nextcloud über einen vertrauenswürdigen Proxy zu. Ist dies nicht der Fall, dann besteht ein Sicherheitsproblem, das einem Angreifer erlaubt die IP-Adresse, die für Nextcloud sichtbar ist, auszuspähen. Weitere Informationen hierzu finde sich in der <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Dokumentation</a>.",
- "Memcached is configured as distributed cache, but the wrong PHP module \"memcache\" is installed. \\OC\\Memcache\\Memcached only supports \"memcached\" and not \"memcache\". See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">memcached wiki about both modules</a>." : "Memcached ist als verteilter Cache konfiguriert, aber das falsche PHP-Modul \"memcache\" ist installiert. \\OC\\Memcache\\Memcached unterstützt nur \"memcached\" jedoch nicht \"memcache\". Im <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">memcached wiki nach beiden Modulen suchen</a>.",
- "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">List of invalid files…</a> / <a href=\"{rescanEndpoint}\">Rescan…</a>)" : "Einige Dateien haben die Integritätsprüfung nicht bestanden. Weiterführende Informationen befinden sich in unserer <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Dokumentation</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">Liste der ungültigen Dateien…</a> / <a href=\"{rescanEndpoint}\">Erneut analysieren…</a>)",
- "The PHP OPcache module is not loaded. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance it is recommended</a> to load it into your PHP installation." : "Das PHP-OPcache-Modul ist nicht geladen. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Für eine bessere Leistung empfiehlt es sich</a> das Modul in Deiner PHP-Installation zu laden.",
- "The PHP OPcache is not properly configured. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance it is recommended</a> to use the following settings in the <code>php.ini</code>:" : "Der PHP-OPcache ist nicht richtig konfiguriert. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Für eine bessere Leistung empfiehlt es sich</a> folgende Einstellungen in der <code>php.ini</code> vorzunehmen:",
+ "No memory cache has been configured. To enhance performance, please configure a memcache, if available. Further information can be found in the {linkstart}documentation ↗{linkend}." : "Es wurde kein PHP Memory Cache konfiguriert. Konfiguriere zur Erhöhung der Leistungsfähigkeit, soweit verfügbar, einen Memory Cache. Weitere Informationen findest Du in unserer {linkstart}Dokumentation ↗{linkend}.",
+ "No suitable source for randomness found by PHP which is highly discouraged for security reasons. Further information can be found in the {linkstart}documentation ↗{linkend}." : "Von PHP wurde keine geeignete Quelle für Zufälligkeit gefunden, aus Sicht der Sicherheit ist dies bedenklich. Weitere Informationen sind in der {linkstart}Dokumentation ↗{linkend} zu finden.",
+ "You are currently running PHP {version}. Upgrade your PHP version to take advantage of {linkstart}performance and security updates provided by the PHP Group ↗{linkend} as soon as your distribution supports it." : "Du verwendest im Moment PHP {version}. Wir empfehlen ein Upgrade deiner PHP Version, um die {linkstart}Geschwindigkeits- und Sicherheitsupdates zu nutzen, welche von der PHP Gruppe bereitgestellt werden↗{linkend}, sobald deine Distribution diese unterstützt.",
+ "Nextcloud 20 is the last release supporting PHP 7.2. Nextcloud 21 requires at least PHP 7.3." : "Nextcloud 20 ist die letzte Version, die PHP 7.2 unterstützt. Nextcloud 21 benötigt mindestens PHP 7.3.",
+ "The reverse proxy header configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If not, this is a security issue and can allow an attacker to spoof their IP address as visible to the Nextcloud. Further information can be found in the {linkstart}documentation ↗{linkend}." : "Die Reverse-Proxy-Header-Konfiguration ist fehlerhaft oder Du greifst auf Nextcloud über einen vertrauenswürdigen Proxy zu. Ist dies nicht der Fall, dann besteht ein Sicherheitsproblem, das einem Angreifer erlaubt, die IP-Adresse, die für Nextcloud sichtbar ist, auszuspähen. Weitere Informationen hierzu finden sich in der {linkstart}Dokumentation ↗{linkend}.",
+ "Memcached is configured as distributed cache, but the wrong PHP module \"memcache\" is installed. \\OC\\Memcache\\Memcached only supports \"memcached\" and not \"memcache\". See the {linkstart}memcached wiki about both modules ↗{linkend}." : "Memcached ist als distributed cache konfiguriert aber das falsche PHP-Modul \"memcache\" ist installiert. \\OC\\Memcache\\Memcached unterstützt nur \"memcached\" jedoch nicht \"memcache\". Im {linkstart}memcached wiki nach beiden Modulen suchen ↗{linkend}.",
+ "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in the {linkstart1}documentation ↗{linkend}. ({linkstart2}List of invalid files…{linkend} / {linkstart3}Rescan…{linkend})" : "Manche Dateien haben die Integritätsprüfung nicht bestanden. Weitere Informationen um den Fehler zu beheben findest Du in unserer {linkstart1}Dokumentation↗{linkend}. ({linkstart2}Liste der ungültigen Dateien...{linkend} / {linkstart3}Erneut scannen…{linkend})",
+ "The PHP OPcache module is not loaded. {linkstart}For better performance it is recommended ↗{linkend} to load it into your PHP installation." : "Das PHP-OPcache-Modul ist nicht geladen. {linkstart}Für eine bessere Leistung empfiehlt es sich ↗{linkend} das Modul in Deine PHP-Installation zu laden.",
+ "The PHP OPcache module is not properly configured. {linkstart}For better performance it is recommended ↗{linkend} to use the following settings in the <code>php.ini</code>:" : "Der PHP-OPcache ist nicht richtig konfiguriert. {linkstart}Für eine bessere Leistung empfiehlt es sich ↗{linkend}folgende Einstellungen in der <code>php.ini</code> vorzunehmen:",
"The PHP function \"set_time_limit\" is not available. This could result in scripts being halted mid-execution, breaking your installation. Enabling this function is strongly recommended." : "Die PHP-Funktion \"set_time_limit\" ist nicht verfügbar. Dies kann in angehaltenen Scripten oder einer fehlerhaften Installation resultieren. Es wird dringend empfohlen, diese Funktion zu aktivieren.",
"Your PHP does not have FreeType support, resulting in breakage of profile pictures and the settings interface." : "Dein PHP unterstützt Freetype nicht. Dies wird defekte Profilbilder und eine defekte Anzeige der Einstellungen verursachen.",
"Missing index \"{indexName}\" in table \"{tableName}\"." : "Fehlender Index \"{indexName}\" in der Tabelle \"{tableName}\".",
"The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "In der Datenbank fehlen einige Indizes. Auf Grund der Tatsache, dass das Hinzufügen von Indizes in großen Tabellen einige Zeit in Anspruch nehmen kann, wurden diese nicht automatisch erzeugt. Durch das Ausführen von \"occ db:add-missing-indices\" können die fehlenden Indizes manuell hinzugefügt werden, während die Instanz weiter läuft. Nachdem die Indizes hinzugefügt wurden, sind Anfragen auf die Tabellen normalerweise schneller.",
+ "Missing primary key on table \"{tableName}\"." : "Fehlender Primärschlüssel auf Tabelle \"{tableName}\".",
+ "The database is missing some primary keys. Due to the fact that adding primary keys on big tables could take some time they were not added automatically. By running \"occ db:add-missing-primary-keys\" those missing primary keys could be added manually while the instance keeps running." : "In der Datenbank fehlen einige Primärschlüssel. Aufgrund der Tatsache, dass das Hinzufügen von Primärschlüsseln bei großen Tabellen einige Zeit dauern konnte, wurden sie nicht automatisch hinzugefügt. Durch Ausführen von \"occ db:add-missing-primary-keys\" können diese fehlenden Primärschlüssel manuell hinzugefügt werden, während die Instanz weiter läuft.",
+ "Missing optional column \"{columnName}\" in table \"{tableName}\"." : "Fehlende optionale Spalte \"{columnName}\" in der Tabelle \"{tableName}\".",
+ "The database is missing some optional columns. Due to the fact that adding columns on big tables could take some time they were not added automatically when they can be optional. By running \"occ db:add-missing-columns\" those missing columns could be added manually while the instance keeps running. Once the columns are added some features might improve responsiveness or usability." : "In der Datenbank fehlen einige optionale Spalten. Da das Hinzufügen von Spalten bei großen Tabellen einige Zeit dauern kann, wurden sie nicht automatisch hinzugefügt, wenn sie optional sein können. Durch Ausführen von \"occ db:add-missing-columns\" können diese fehlenden Spalten manuell hinzugefügt werden, während die Instanz weiter läuft. Sobald die Spalten hinzugefügt sind, könnten einige Funktionen die Reaktionsfähigkeit oder die Benutzerfreundlichkeit verbessern.",
"This instance is missing some recommended PHP modules. For improved performance and better compatibility it is highly recommended to install them." : "Dieser Installation fehlen einige empfohlene PHP-Module. Für bessere Leistung und bessere Kompatibilität wird dringend empfohlen, diese zu installieren.",
- "Some columns in the database are missing a conversion to big int. Due to the fact that changing column types on big tables could take some time they were not changed automatically. By running 'occ db:convert-filecache-bigint' those pending changes could be applied manually. This operation needs to be made while the instance is offline. For further details read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "Bei einigen Spalten in der Datenbank fehlt eine Konvertierung in big int. Aufgrund der Tatsache, dass das Ändern von Spaltentypen bei großen Tabellen einige Zeit dauern kann, wurden sie nicht automatisch geändert. Durch Ausführen von \"occ db:convert-filecache-bigint\" können diese ausstehenden Änderungen manuell übernommen werden. Diese Operation muss ausgeführt werden, während die Instanz offline ist. Weitere Einzelheiten findest Du <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">auf der zugehörigen Dokumentationsseite</a>.",
+ "Module php-imagick in this instance has no SVG support. For better compatibility it is recommended to install it." : "Dem Modul php-imagick fehlt die SVG-Unterstützung. Für eine bessere Kompatibilität wird empfohlen, es zu installieren.",
+ "Some columns in the database are missing a conversion to big int. Due to the fact that changing column types on big tables could take some time they were not changed automatically. By running 'occ db:convert-filecache-bigint' those pending changes could be applied manually. This operation needs to be made while the instance is offline. For further details read {linkstart}the documentation page about this ↗{linkend}." : "Bei einigen Spalten in der Datenbank fehlt eine Konvertierung in big int. Aufgrund der Tatsache, dass das Ändern von Spaltentypen bei großen Tabellen einige Zeit dauern kann, wurden sie nicht automatisch geändert. Durch Ausführen von \"occ db:convert-filecache-bigint\" können diese ausstehenden Änderungen manuell übernommen werden. Diese Operation muss ausgeführt werden, während die Instanz offline ist. Weitere Details finden Sie auf {linkstart}der zugehörigen Dokumentationsseite ↗{linkend}.",
"SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend." : "Derzeit wird als Datenbank SQLite verwendet. Bei größeren Installationen wird empfohlen, auf ein anderes Datenbank-Backend zu wechseln.",
"This is particularly recommended when using the desktop client for file synchronisation." : "Dies wird insbesondere bei der Benutzung des Desktop-Clients zur Synchronisierung empfohlen.",
- "To migrate to another database use the command line tool: 'occ db:convert-type', or see the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation ↗</a>." : "Um zu einer anderen Datenbank zu migrieren, benutze bitte die Kommandozeile: 'occ db:convert-type', oder schaue in die <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Dokumentation ↗</a>.",
- "Use of the the built in php mailer is no longer supported. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Please update your email server settings ↗<a/>." : "Die Verwendung des eingebauten PHP-Mailers wird nicht länger unterstützt. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Bitte aktualisiere die E-Mail-Server-Einstellungen ↗<a/>.",
+ "To migrate to another database use the command line tool: 'occ db:convert-type', or see the {linkstart}documentation ↗{linkend}." : "Um zu einer anderen Datenbank zu migrieren, benutze bitte die Befehlszeile: 'occ db:convert-type', oder in die {linkstart}Dokumentation ↗{linkend} schauen.",
"The PHP memory limit is below the recommended value of 512MB." : "Die PHP-Speichergrenze liegt unterhalb des empfohlenen Wertes von 512MB.",
"Some app directories are owned by a different user than the web server one. This may be the case if apps have been installed manually. Check the permissions of the following app directories:" : "Einige App-Ordner haben einen anderen Besitzer als der Benutzer des Webservers. Dies kann der Fall sein, wenn Apps manuell installiert wurden. Prüfe die Berechtigungen der folgenden App-Ordner:",
- "MySQL is used as database but does not support 4-byte characters. To be able to handle 4-byte characters (like emojis) without issues in filenames or comments for example it is recommended to enable the 4-byte support in MySQL. For further details read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "MySQL wird als Datenbank verwendet, unterstützt jedoch keine 4-Byte-Zeichen. Um beispielsweise 4-Byte-Zeichen (wie Emojis) ohne Probleme mit Dateinamen oder Kommentaren verarbeiten zu können, wird empfohlen, die 4-Byte-Unterstützung in MySQL zu aktivieren. Für weitere Details lesen bitte <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">die Dokumentationsseite hierzu</a>.",
+ "MySQL is used as database but does not support 4-byte characters. To be able to handle 4-byte characters (like emojis) without issues in filenames or comments for example it is recommended to enable the 4-byte support in MySQL. For further details read {linkstart}the documentation page about this ↗{linkend}." : "MySQL wird als Datenbank verwendet, unterstützt jedoch keine 4-Byte-Zeichen. Um beispielsweise 4-Byte-Zeichen (wie Emojis) ohne Probleme mit Dateinamen oder Kommentaren verarbeiten zu können, wird empfohlen, die 4-Byte-Unterstützung in MySQL zu aktivieren. Für weitere Details lese bitte {linkstart}die Dokumentationsseite hierzu ↗{linkend}.",
"This instance uses an S3 based object store as primary storage. The uploaded files are stored temporarily on the server and thus it is recommended to have 50 GB of free space available in the temp directory of PHP. Check the logs for full details about the path and the available space. To improve this please change the temporary directory in the php.ini or make more space available in that path." : "Diese Instanz verwendet einen S3-basierten Objektspeicher als Primärspeicher. Die hochgeladenen Dateien werden temporär auf dem Server gespeichert und es wird daher empfohlen, 50 GB freien Speicherplatz im temp-Verzeichnis von PHP zur Verfügung zu haben. Überprüfe die Protokolle, um alle Details über den Pfad und den verfügbaren Platz zu erhalten. Um dies zu verbessern, kann das temporäre Verzeichnis in der php.ini geändert oder mehr Platz in diesem Pfad zur Verfügung gestellt werden.",
- "You are accessing your instance over a secure connection, however your instance is generating insecure URLs. This most likely means that you are behind a reverse proxy and the overwrite config variables are not set correctly. Please read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "Du greifst über eine sichere Verbindung auf Deine Instanz zu, Deine Instanz generiert jedoch unsichere URLs. Dies bedeutet höchstwahrscheinlich, dass Du Dich hinter einem Reverse-Proxy befindest und die Konfigurationsvariablen zum Überschreiben nicht richtig eingestellt sind. Bitte lese <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">die Dokumentation hierzu</a>.",
+ "You are accessing your instance over a secure connection, however your instance is generating insecure URLs. This most likely means that you are behind a reverse proxy and the overwrite config variables are not set correctly. Please read {linkstart}the documentation page about this ↗{linkend}." : "Du greifst über eine sichere Verbindung auf Deine Instanz zu, Deine Instanz generiert jedoch unsichere URLs. Dies bedeutet höchstwahrscheinlich, dass Du Dich hinter einem Reverse-Proxy befindest und die Konfigurationsvariablen zum Überschreiben nicht richtig eingestellt sind. Bitte lese {linkstart}die Dokumentation hierzu ↗{linkend}.",
"Error occurred while checking server setup" : "Fehler beim Überprüfen der Servereinrichtung",
+ "For more details see the {linkstart}documentation ↗{linkend}." : "Weitere Informationen findest Du in der {linkstart}Dokumentation ↗{linkend}.",
"Your data directory and files are probably accessible from the Internet. The .htaccess file is not working. It is strongly recommended that you configure your web server so that the data directory is no longer accessible, or move the data directory outside the web server document root." : "Dein Datenverzeichnis und Deine Dateien sind wahrscheinlich vom Internet aus erreichbar. Die .htaccess-Datei funktioniert nicht. Es wird dringend empfohlen, Deinen Webserver dahingehend zu konfigurieren, dass das Datenverzeichnis nicht mehr vom Internet aus erreichbar ist oder dass Du es aus dem Dokument-Root-Verzeichnis des Webservers bewegst.",
"The \"{header}\" HTTP header is not set to \"{expected}\". This is a potential security or privacy risk, as it is recommended to adjust this setting accordingly." : "Der „{header}“-HTTP-Header ist nicht so konfiguriert, dass er „{expected}“ entspricht. Dies ist ein potentielles Sicherheitsrisiko und es wird empfohlen, diese Einstellung zu ändern.",
"The \"{header}\" HTTP header is not set to \"{expected}\". Some features might not work correctly, as it is recommended to adjust this setting accordingly." : "Der „{header}“-HTTP-Header ist nicht so konfiguriert, dass er „{expected}“ entspricht. Einige Funktionen funktionieren möglicherweise nicht richtig. Daher wird empfohlen, diese Einstellung zu ändern.",
"The \"{header}\" HTTP header doesn't contain \"{expected}\". This is a potential security or privacy risk, as it is recommended to adjust this setting accordingly." : "Der „{header}“-HTTP-Header ist nicht so konfiguriert, dass er „{expected}“ enthält. Dies ist ein potentielles Sicherheitsrisiko und es wird empfohlen, diese Einstellung zu ändern.",
- "The \"{header}\" HTTP header is not set to \"{val1}\", \"{val2}\", \"{val3}\", \"{val4}\" or \"{val5}\". This can leak referer information. See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{link}\">W3C Recommendation ↗</a>." : "Der \"{header}\" HTTP-Header ist nicht gesetzt auf \"{val1}\", \"{val2}\", \"{val3}\", \"{val4}\" oder \"{val5}\". Dadurch können Verweis-Informationen preisgegeben werden. Siehe die <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{link}\">W3C-Empfehlung</a>.",
- "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the <a href=\"{docUrl}\" rel=\"noreferrer noopener\">security tips ↗</a>." : "Der HTTP-Header \"Strict-Transport-Security\" ist nicht auf mindestens {seconds} Sekunden eingestellt. Für mehr Sicherheit wird das Aktivieren von HSTS empfohlen, wie es in den <a href=\"{docUrl}\" rel=\"noreferrer noopener\">Sicherheitshinweisen</a> erläutert ist.",
- "Accessing site insecurely via HTTP. You are strongly advised to set up your server to require HTTPS instead, as described in the <a href=\"{docUrl}\">security tips ↗</a>." : "Unsicherer Seitenzugriff über HTTP. Es wird dringend empfohlen, den Server so einzurichten, dass HTTPS erforderlich ist, wie dies in den <a href=\"{docUrl}\">Sicherheits-Tipps ↗</a> beschrieben wird.",
- "Non-existing tag #{tag}" : "Nicht existierender Tag #{tag}",
- "restricted" : "Eingeschränkt",
- "invisible" : "unsichtbar",
- "Delete" : "Löschen",
- "Rename" : "Umbenennen",
- "Collaborative tags" : "Kollaborative Tags",
- "No tags found" : "Keine Tags gefunden",
+ "The \"{header}\" HTTP header is not set to \"{val1}\", \"{val2}\", \"{val3}\", \"{val4}\" or \"{val5}\". This can leak referer information. See the {linkstart}W3C Recommendation ↗{linkend}." : "Der \"{header}\" HTTP-Header ist nicht gesetzt auf \"{val1}\", \"{val2}\", \"{val3}\", \"{val4}\" oder \"{val5}\". Dadurch können Verweis-Informationen preisgegeben werden. Siehe die {linkstart}W3C-Empfehlung ↗{linkend}.",
+ "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the {linkstart}security tips ↗{linkend}." : "Der \"Strict-Transport-Security“-HTTP-Header ist nicht auf mindestens \"{seconds}“ Sekunden eingestellt. Für mehr Sicherheit wird das Aktivieren von HSTS empfohlen, wie es in den {linkstart}Sicherheitshinweisen ↗{linkend} erläutert ist.",
+ "Accessing site insecurely via HTTP. You are strongly advised to set up your server to require HTTPS instead, as described in the {linkstart}security tips ↗{linkend}." : "Unsicherer Seitenzugriff über HTTP. Es wird dringend empfohlen, den Server so einzurichten, dass HTTPS erforderlich ist, wie dies in den {linkstart}Sicherheits-Tipps ↗{linkend} beschrieben wird.",
"unknown text" : "Unbekannter Text",
"Hello world!" : "Hallo Welt!",
"sunny" : "sonnig",
@@ -125,54 +127,66 @@ OC.L10N.register(
"Please reload the page." : "Bitte die Seite neu laden.",
"The update was unsuccessful. For more information <a href=\"{url}\">check our forum post</a> covering this issue." : "Das Update war nicht erfolgreich. Für mehr Informationen <a href=\"{url}\">lese bitte diesen Forenbeitrag</a> zu diesem Thema.",
"The update was unsuccessful. Please report this issue to the <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">Nextcloud community</a>." : "Das Update ist fehlgeschlagen. Bitte melde dieses Problem an die <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">Nextcloud Community</a>.",
- "Continue to Nextcloud" : "Weiter zur Nextcloud",
- "_The update was successful. Redirecting you to Nextcloud in %n second._::_The update was successful. Redirecting you to Nextcloud in %n seconds._" : ["Das Update war erfolgreich. Du wirst in %n Sekunde zur Nextcloud weitergeleitet.","Das Update war erfolgreich. Du wirst in %n Sekunden zur Nextcloud weitergeleitet."],
- "Searching other places" : "Andere Orte durchsuchen",
- "No search results in other folders for {tag}{filter}{endtag}" : "Keine Suchergebnisse in anderen Ordnern für {tag}{filter}{endtag}",
- "_{count} search result in another folder_::_{count} search results in other folders_" : ["{count} Suchergebnis im anderen Ordner","{count} Suchergebnisse in anderen Ordnern"],
+ "Continue to {productName}" : "Fortfahren zu {productName}",
+ "_The update was successful. Redirecting you to {productName} in %n second._::_The update was successful. Redirecting you to {productName} in %n seconds._" : ["Die Aktualisierung war erfolgreich. Du wirst in %n Sekunden zu {productName} weitergeleitet.","Die Aktualisierung war erfolgreich. Du wirst in %n Sekunden zu {productName} weitergeleitet."],
+ "Log in" : "Anmelden",
+ "Logging in …" : "Melde an…",
"Server side authentication failed!" : "Serverseitige Authentifizierung fehlgeschlagen!",
"Please contact your administrator." : "Bitte kontaktiere den Administrator.",
"An internal error occurred." : "Es ist ein interner Fehler aufgetreten.",
"Please try again or contact your administrator." : "Bitte versuche es noch einmal oder kontaktiere den Administrator.",
"Username or email" : "Benutzername oder E-Mail",
"Password" : "Passwort",
- "Log in" : "Anmelden",
- "Logging in …" : "Melde an…",
+ "Toggle password visibility" : "Passwortsichtbarkeit umschalten",
"Wrong username or password." : "Falscher Benutzername oder Passwort.",
"User disabled" : "Benutzer deaktiviert",
"We have detected multiple invalid login attempts from your IP. Therefore your next login is throttled up to 30 seconds." : "Es wurden mehrere ungültige Anmeldeversuche von Deiner IP-Adresse festgestellt. Daher wird die nächste Anmeldung um 30 Sekunden verzögert.",
+ "Your account is not setup for passwordless login." : "Dein Konto ist nicht für eine Anmeldung ohne Passwort eingerichtet.",
+ "Passwordless authentication is not supported in your browser." : "Anmeldung ohne Passwort wird von Deinem Browser nicht unterstützt.",
+ "Passwordless authentication is only available over a secure connection." : "Anmeldung ohne Passwort ist nur über eine sichere Verbindung möglich",
"Reset password" : "Passwort zurücksetzen",
- "A password reset message has been sent to the e-mail address of this account. If you do not receive it, check your spam/junk folders or ask your local administrator for help." : "Eine Nachricht zum Zurücksetzen des Passworts wurde an die in diesem Konto hinterlegte E-Mail Adresse gesendet. Wenn Du diese nicht erhalten hast, prüfe bitte den Spam/Junk Ordner oder kontaktiere Deinen lokalen Administrator für weitere Hilfe.",
+ "A password reset message has been sent to the email address of this account. If you do not receive it, check your spam/junk folders or ask your local administrator for help." : "Eine Nachricht zum Zurücksetzen des Passworts wurde an die in diesem Konto hinterlegte E-Mail-Adresse gesendet. Wenn Sie diese nicht erhalten haben, prüfen Sie bitte die Ordner Spam/Junk oder kontaktieren Sie Ihren lokalen Administrator für weitere Hilfe.",
"If it is not there ask your local administrator." : "Wenn Du keine E-Mail bekommen hast, wende Dich bitte an Deinen lokalen Administrator.",
"Couldn't send reset email. Please contact your administrator." : "Die E-Mail zum Zurücksetzen konnte nicht versendet werden. Bitte kontaktiere Deinen Administrator.",
- "Password can not be changed. Please contact your administrator." : "Passwort kann nicht geändert werden. Bitte kontaktiere Deinen Administrator.",
+ "Password cannot be changed. Please contact your administrator." : "Passwort kann nicht geändert werden. Bitte wende Dich an Deinen Administrator.",
"Back to login" : "Zur Anmeldung wechseln",
"New password" : "Neues Passwort",
"Your files are encrypted. There will be no way to get your data back after your password is reset. If you are not sure what to do, please contact your administrator before you continue. Do you really want to continue?" : "Deine Dateien sind verschlüsselt. Es gibt keinen Weg Deine Dateien nach dem Rücksetzen des Passwortes wiederherzustellen. Falls Du Dir nicht sicher bist, kontaktiere Deinen Administrator. Möchtest Du wirklich fortfahren?",
"I know what I'm doing" : "Ich weiß, was ich mache",
"Resetting password" : "Setze Passwort zurück",
"Recommended apps" : "Empfohlene Apps",
- "Loading apps …" : "Lade Apps…",
- "Could not fetch list of apps from the app store." : "Listte der Apps kann nicht vom App-Store abgerufen werden",
- "Installing apps …" : "Installiere Apps…",
- "Nextcloud {app}" : "Nextcloud {app}",
+ "Loading apps …" : "Lade Apps …",
+ "Installing apps …" : "Installiere Apps …",
"App download or installation failed" : "Herunterladen oder Installieren der App fehlgeschlagen",
- "Can't install this app because it is not compatible" : "App kann nicht installiert werden, da sie inkompatibel ist",
- "Can't install this app" : "App kann nicht installiert werden",
+ "Cannot install this app because it is not compatible" : "App kann nicht installiert werden, da sie inkompatibel ist",
+ "Cannot install this app" : "App kann nicht installiert werden",
"Cancel" : "Abbrechen",
"Schedule work & meetings, synced with all your devices." : "Plane Arbeiten und Besprechungen, die auf Deinen Geräten synchronisiert sind.",
"Keep your colleagues and friends in one place without leaking their private info." : "Halte die Kontakte zu Deinen Kollegen und Freunde an einem Ort zusammen, ohne deren privaten Daten zu weiterzugeben.",
"Simple email app nicely integrated with Files, Contacts and Calendar." : "Einfache E-Mail App mit super integrierter Dateiverwaltung, Adressen und Kalender.",
- "Chatting, video calls, screensharing, online meetings and web conferencing – in your browser and with mobile apps." : "Chatten, Videoanrufe, Bildschirmfreigaben, Online-Besprechungen und Webkonferenzen - in Ihrem Browser sowie mit mobilen Apps.",
+ "Chatting, video calls, screensharing, online meetings and web conferencing – in your browser and with mobile apps." : "Chatten, Videoanrufe, Bildschirmfreigaben, Online-Besprechungen und Webkonferenzen - in Deinem Browser sowie mit mobilen Apps.",
"Collaboratively edit office documents." : "Gemeinsames Bearbeiten von Office-Dokumenten.",
- "Local document editing back-end used by the OnlyOffice app." : "Lokales Dokumentenbearbeitungs-Backend, das von der OnlyOffice-Anwendung verwendet wird.",
+ "Local document editing back-end used by the Collabora Online app." : "Lokales Dokumentenbearbeitungs-Backend, das von der Collabora Online-Anwendung verwendet wird.",
"Forgot password?" : "Passwort vergessen?",
+ "Log in with a device" : "Mit einem Gerät anmelden",
+ "Back" : "Zurück",
+ "Login form is disabled." : "Das Anmeldeformular ist deaktiviert.",
+ "Reset search" : "Suche zurücksetzen",
+ "Search for {name} only" : "Nur nach {name} suchen",
+ "No results for {query}" : "Keine Suchergebnisse zu {query}",
+ "Start typing to search" : "Beginne mit der Eingabe, um zu suchen",
+ "Loading more results …" : "Lade weitere Ergebnisse…",
+ "Load more results" : "Weitere Ergebnisse laden",
+ "Search" : "Suche",
+ "An error occurred while searching for {type}" : "Es ist ein Fehler beim Suchen nach {type} aufgetreten",
+ "_Please enter {minSearchLength} character or more to search_::_Please enter {minSearchLength} characters or more to search_" : ["Bitte gebe {minSearchLength} Zeichen oder mehr ein nach denen gesucht werden soll","Bitte gebe {minSearchLength} Zeichen oder mehr ein nach denen gesucht werden soll"],
+ "Search {types} …" : "Suche {types}…",
"Settings" : "Einstellungen",
"Could not load your contacts" : "Deine Kontakte konnten nicht geladen werden",
"Search contacts …" : "Kontakte suchen…",
"No contacts found" : "Keine Kontakte gefunden",
"Show all contacts …" : "Zeige alle Kontakte…",
- "Install the Contacts app" : "Kontake-App installieren",
+ "Install the Contacts app" : "Kontakte-App installieren",
"Loading your contacts …" : "Lade Deine Kontakte…",
"Looking for {term} …" : "Suche nach {term}…",
"No" : "Nein",
@@ -208,7 +222,7 @@ OC.L10N.register(
"Pending" : "Ausstehend",
"Copy to {folder}" : "Kopieren nach {folder}",
"Move to {folder}" : "Verschieben nach {folder}",
- "Saving …" : "Speichern ...",
+ "Saving …" : "Speichern …",
"Authentication required" : "Legitimierung benötigt",
"This action requires you to confirm your password" : "Dieser Vorgang benötigt eine Passwortbestätigung von Dir",
"Confirm" : "Bestätigen",
@@ -234,6 +248,13 @@ OC.L10N.register(
"Strong password" : "Starkes Passwort",
"No action available" : "Keine Aktion verfügbar",
"Error fetching contact actions" : "Fehler beim Einlesen der Kontakt-Aktionen",
+ "Non-existing tag #{tag}" : "Nicht existierender Tag #{tag}",
+ "restricted" : "Eingeschränkt",
+ "invisible" : "unsichtbar",
+ "Delete" : "Löschen",
+ "Rename" : "Umbenennen",
+ "Collaborative tags" : "Kollaborative Tags",
+ "No tags found" : "Keine Tags gefunden",
"Personal" : "Persönlich",
"Users" : "Benutzer",
"Apps" : "Apps",
@@ -243,7 +264,10 @@ OC.L10N.register(
"File not found" : "Datei nicht gefunden",
"The document could not be found on the server. Maybe the share was deleted or has expired?" : "Das Dokument konnte auf dem Server nicht gefunden werden. Möglicherweise wurde die Freigabe gelöscht oder ist abgelaufen?",
"Back to %s" : "Zurück zu %s",
+ "Too many requests" : "Zu viele Anfragen",
+ "There were too many requests from your network. Retry later or contact your administrator if this is an error." : "Zu viele Anfragen aus Deinem Netzwerk. Versuche es später erneut oder wende Dich an Deinen Administrator, wenn dies ein Fehler sein sollte.",
"Error" : "Fehler",
+ "Previous" : "Vorige",
"Internal Server Error" : "Interner Serverfehler",
"The server was unable to complete your request." : "Der Server konnte die Anfrage nicht fertig stellen.",
"If this happens again, please send the technical details below to the server administrator." : "Sollte dies erneut auftreten, sende bitte die nachfolgenden technischen Einzelheiten an Deinen Server-Administrator.",
@@ -280,7 +304,7 @@ OC.L10N.register(
"SQLite should only be used for minimal and development instances. For production we recommend a different database backend." : "SQLite sollte nur für Minimal- und Entwicklungsinstanzen gewählt werden. Für die Produktion empfehlen wir ein anderes Datenbank-Backend.",
"If you use clients for file syncing, the use of SQLite is highly discouraged." : "Wenn Clients für die Dateisynchronisierung verwenden werden, so wird von der Verwendung von SQLite dringend abgeraten.",
"Install recommended apps" : "Empfohlene Apps installieren",
- "Calendar, Contacts, Talk, Mail & OnlyOffice" : "Kalender, Kontakte, Talk, Mail & OnlyOffice",
+ "Calendar, Contacts, Talk, Mail & Collaborative editing" : "Kalender, Kontakte, Talk, Mail & Gemeinsame Bearbeitung",
"Finish setup" : "Installation abschließen",
"Finishing …" : "Abschließen…",
"Need help?" : "Hilfe nötig?",
@@ -294,14 +318,13 @@ OC.L10N.register(
"More apps" : "Weitere Apps",
"More" : "Mehr",
"More apps menu" : "Weitere Apps-Menü",
- "Search" : "Suche",
- "Reset search" : "Suche zurücksetzen",
"Contacts" : "Kontakte",
"Contacts menu" : "Kontakte-Menü",
"Settings menu" : "Einstellungen-Menü",
"Confirm your password" : "Bestätige Dein Passwort",
"Connect to your account" : "Verbinde Dich mit Deinem Konto",
- "Please log in before granting %1$s access to your %2$s account." : "Bitte anmelden, bevor Du %1$s Zugriff auf Dein %2$s-Konto gewährst.",
+ "Please log in before granting %1$s access to your %2$s account." : "Bitte melde Dich an, bevor Du %1$s Zugriff auf Dein %2$s-Konto gewährst.",
+ "If you are not trying to set up a new device or app, someone is trying to trick you into granting them access to your data. In this case do not proceed and instead contact your system administrator." : "Solltest Du aktuell nicht versuchen, ein neues Gerät oder eine neue App einzurichten, dann kann es sein, das jemand versucht, Dich dazu zu bewegen, ihm Zugriff auf Deine Daten zu gewähren. Fahre in diesem Fall nicht fort, sondern wende Dich an Deinen Administrator.",
"App token" : "App-Token",
"Grant access" : "Zugriff gewähren",
"Alternative log in using app token" : "Alternative Anmeldung via App-Token",
@@ -314,7 +337,7 @@ OC.L10N.register(
"The password is wrong. Try again." : "Das Passwort ist falsch. Bitte versuche es erneut.",
"Two-factor authentication" : "Zwei-Faktor Authentifizierung",
"Enhanced security is enabled for your account. Choose a second factor for authentication:" : "Die erweiterte Sicherheit wurde für Dein Konto aktiviert. Bitte wähle einem zweiten Faktor für die Authentifizierung:",
- "Could not load at least one of your enabled two-factor auth methods. Please contact your admin." : "Es konnte keine Deiner Zwei-Faktor-Authentifizierungsmethoden geladen werden. Kontaktiere den Administrator.",
+ "Could not load at least one of your enabled two-factor auth methods. Please contact your admin." : "Mindestens eine Deiner Zwei-Faktor-Authentifizierungsmethoden konnte nicht geladen werden. Kontaktiere Deinen Administrator.",
"Two-factor authentication is enforced but has not been configured on your account. Contact your admin for assistance." : "Die Zwei-Faktor-Authentifizierung wird erzwungen, wurde jedoch für Dein Konto nicht konfiguriert. Wende Dich für Unterstützung an Deinen Administrator.",
"Two-factor authentication is enforced but has not been configured on your account. Please continue to setup two-factor authentication." : "Die Zwei-Faktor-Authentifizierung wird erzwungen, wurde jedoch für Dein Konto nicht konfiguriert. Bitte fahre mit der Einrichtung der Zwei-Faktor-Authentifizierung fort.",
"Set up two-factor authentication" : "Zwei-Faktor-Authentifizierung konfigurieren",
@@ -326,10 +349,10 @@ OC.L10N.register(
"Error while validating your second factor" : "Fehler beim Bestätigen des zweiten Sicherheitsfaktors",
"Access through untrusted domain" : "Zugriff über eine nicht vertrauenswürdige Domain",
"Please contact your administrator. If you are an administrator, edit the \"trusted_domains\" setting in config/config.php like the example in config.sample.php." : "Bitte kontaktiere Deinen Administrator. Wenn Du Administrator bist, bearbeite die „trusted_domains“-Einstellung in config/config.php. Siehe Beispiel in config/config.sample.php.",
- "Further information how to configure this can be found in the %1$sdocumentation%2$s." : "Weitere Informationen zur Konfiguration findest Du in der %1$sDokumentation%2$s.",
+ "Further information how to configure this can be found in the %1$sdocumentation%2$s." : "Weitere Informationen zur Konfiguration finden sich in der %1$sDokumentation%2$s.",
"App update required" : "App-Aktualisierung notwendig",
"%1$s will be updated to version %2$s" : "%1$s wird auf Version %2$s aktualisiert",
- "These apps will be updated:" : "Diese Apps werden aktualisiert:",
+ "The following apps will be updated:" : "Folgende Apps werden aktualisiert:",
"These incompatible apps will be disabled:" : "Diese inkompatiblen Apps werden deaktiviert:",
"The theme %s has been disabled." : "Das Design %s wurde deaktiviert.",
"Please make sure that the database, the config folder and the data folder have been backed up before proceeding." : "Bitte stelle vor dem Fortsetzen sicher, dass die Datenbank, der Konfigurationsordner und der Datenordner gesichert wurden.",
@@ -345,95 +368,49 @@ OC.L10N.register(
"This %s instance is currently in maintenance mode, which may take a while." : "Diese %s-Instanz befindet sich gerade im Wartungsmodus, was eine Weile dauern kann.",
"This page will refresh itself when the instance is available again." : "Diese Seite aktualisiert sich automatisch, sobald Nextcloud wieder verfügbar ist.",
"Contact your system administrator if this message persists or appeared unexpectedly." : "Kontaktiere den Systemadministrator, wenn diese Meldung dauerhaft oder unerwartet erscheint.",
- "Could not send reset email because there is no email address for this username. Please contact your administrator." : "Es konnte keine E-Mail verschickt werden, um das Passwort zurückzusetzen, da keine E-Mail im Benutzerkonto hinterlegt ist. Bitte kontaktiere Deinen Administrator.",
- "Couldn't send reset email. Please make sure your username is correct." : "E-Mail zum Zurücksetzen kann nicht versendet werden. Bitte Deinen Benutzernamen überprüfen.",
- "We have send a password reset e-mail to the e-mail address known to us for this account. If you do not receive it within a reasonable amount of time, check your spam/junk folders.<br>If it is not there ask your local administrator." : "Wir haben eine E-Mail zum Zurücksetzen des Passworts an die für dieses Konto bekannte E-Mail-Adresse versendet. Solltest Du diese nicht in Kürze erhalten, prüfe bitte Deinen Spam-Ordner.<br>Wenn Du keine E-Mail bekommen hast, wende Dich bitte an Deinen lokalen Administrator.",
- "Your files are encrypted. There will be no way to get your data back after your password is reset.<br />If you are not sure what to do, please contact your administrator before you continue. <br />Do you really want to continue?" : "Deine Dateien sind verschlüsselt. Es gibt keinen Weg Deine Dateien nach dem Rücksetzen des Passwortes wiederherzustellen.<br />Falls Du Dir nicht sicher bist, kontaktiere Deinen Administrator.<br />Möchtest Du wirklich fortfahren?",
- "Sending email …" : "Sende E-Mail …",
- "You are currently running PHP 5.6. The current major version of Nextcloud is the last that is supported on PHP 5.6. It is recommended to upgrade the PHP version to 7.0+ to be able to upgrade to Nextcloud 14." : "Du verwendest PHP 5.6. Die aktuelle Version von Nextcloud ist die letzte Version, die PHP 5.6 unterstützt. Es empfiehlt sich die PHP-Version auf 7.0 oder höher zu aktualisieren, um in der Lage zu sein, auf Nextcloud 14 zu aktualisieren.",
- "Accessing site insecurely via HTTP. You are strongly adviced to set up your server to require HTTPS instead, as described in the <a href=\"{docUrl}\">security tips ↗</a>." : "Der Zugriff auf diese Site erfolgt über HTTP. Es wird dringend geraten, Deinen Server so zu konfigurieren, dass stattdessen nur HTTPS akzeptiert wird, wie es in den <a href=\"{docUrl}\">Sicherheitshinweisen</a> beschrieben ist.",
- "Shared" : "Geteilt",
- "Shared with" : "Geteilt mit",
- "Shared by" : "Geteilt von",
- "Choose a password for the public link" : "Wähle ein Passwort für den öffentlichen Link",
- "Choose a password for the public link or press the \"Enter\" key" : "Wähle ein Passwort für die öffentliche Freigabe oder drücke \"Eingabe\"",
- "Copied!" : "Kopiert!",
- "Copy link" : "Link kopieren",
- "Not supported!" : "Nicht unterstützt!",
- "Press ⌘-C to copy." : "Zum Kopieren ⌘-C drücken.",
- "Press Ctrl-C to copy." : "Zum Kopieren Strg-C drücken.",
- "Unable to create a link share" : "Link zum Teilen kann nicht erstellt werden",
- "Unable to toggle this option" : "Option kann nicht umgeschaltet werden",
- "Resharing is not allowed" : "Das Weiterverteilen ist nicht erlaubt",
- "Link" : "Link",
- "Hide download" : "Download verbergen",
- "Password protection enforced" : "Passwortschutz erzwungen",
- "Password protect" : "Passwortschutz",
- "Allow editing" : "Bearbeitung erlauben",
- "Email link to person" : "Link per E-Mail verschicken",
- "Send" : "Senden",
- "Allow upload and editing" : "Hochladen und Bearbeiten erlauben",
- "Read only" : "Schreibgeschützt",
- "File drop (upload only)" : "Dateien ablegen (nur Hochladen)",
- "Expiration date enforced" : "Ablaufdatum erzwungen",
- "Set expiration date" : "Ablaufdatum setzen",
- "Expiration" : "Ablaufdatum",
- "Expiration date" : "Ablaufdatum",
- "Note to recipient" : "Notiz an Empfänger",
- "Unshare" : "Freigabe aufheben",
- "Delete share link" : "Freigabe-Link löschen",
- "Add another link" : "Weiteren Link hinzufügen",
- "Password protection for links is mandatory" : "Passwortschutz für Links ist zwingend",
- "Share to {name}" : "Mit {name} teilen",
- "Share link" : "Link teilen",
- "New share link" : "Neuer Freigabe-Link",
- "Created on {time}" : "Erstellt am {time}",
- "Password protect by Talk" : "Passwortgeschützt von Talk",
- "Could not unshare" : "Freigabe konnte nicht aufgehoben werden",
- "Shared with you and the group {group} by {owner}" : "{owner} hat dies mit Dir und der Gruppe {group} geteilt",
- "Shared with you and {circle} by {owner}" : "Von {owner} mit Dir und {circle} geteilt",
- "Shared with you and the conversation {conversation} by {owner}" : "Von {owner} mit Ihnen und der Unterhaltung {conversation} geteilt",
- "Shared with you in a conversation by {owner}" : "Mit Dir in einer Unterhaltung geteilt von {owner}",
- "Shared with you by {owner}" : "{owner} hat dies mit Dir geteilt",
- "Choose a password for the mail share" : "Wähle ein Passwort für das Teilen via E-Mail",
- "group" : "Gruppe",
- "remote" : "Entfernte Freigabe",
- "remote group" : "Externe Gruppe",
- "email" : "E-Mail",
- "conversation" : "Unterhaltung",
- "shared by {sharer}" : "Geteilt von {sharer}",
- "Can reshare" : "kann weiterteilen",
- "Can edit" : "kann bearbeiten",
- "Can create" : "kann erstellen",
- "Can change" : "kann ändern",
- "Can delete" : "kann löschen",
- "Access control" : "Zugriffskontrolle",
- "{shareInitiatorDisplayName} shared via link" : "{shareInitiatorDisplayName} mittels Link geteilt",
- "Error while sharing" : "Fehler beim Teilen",
- "Share details could not be loaded for this item." : "Details der geteilten Freigabe zu diesem Eintrag konnten nicht geladen werden.",
- "Search globally" : "Global suchen",
- "_At least {count} character is needed for autocompletion_::_At least {count} characters are needed for autocompletion_" : ["Mindestens {count} Zeichen wird für die Autovervollständigung benötigt","Mindestens {count} Zeichen werden für die Autovervollständigung benötigt"],
- "This list is maybe truncated - please refine your search term to see more results." : "Die Liste ist unter Umständen gekürzt - Bitte verfeinere Deine Suche um mehr Ergebnisse zu erhalten.",
- "No users or groups found for {search}" : "Keine Benutzer oder Gruppen für {search} gefunden",
- "No users found for {search}" : "Keine Benutzer für {search} gefunden",
- "An error occurred (\"{message}\"). Please try again" : "Es ist ein Fehler aufgetreten (\"{message}\"). Bitte erneut versuchen.",
- "An error occurred. Please try again" : "Es ist ein Fehler aufgetreten. Bitte versuche es noch einmal",
- "Home" : "Start",
- "Work" : "Arbeit",
- "Other" : "Andere",
- "{sharee} (remote group)" : "{sharee} (externe Gruppe)",
- "{sharee} ({type}, {owner})" : "{sharee} ({type}, {owner})",
- "Share" : "Teilen",
- "Name or email address..." : "Name oder E-Mail-Adresse…",
- "Name or federated cloud ID..." : "Name oder Federated-Cloud-ID…",
- "Name, federated cloud ID or email address..." : "Name, Federated-Cloud-ID oder E-Mail-Adresse…",
- "Name..." : "Name…",
- "Error removing share" : "Fehler beim Entfernen der Freigabe",
- "({scope})" : "({scope})",
- "Saving..." : "Speichere…",
- "Dismiss" : "Ausblenden",
- "Your client should now be connected! You can close this window." : "Dein Client ist jetzt verbunden! Du kannst dieses Fenster schließen.",
- "New Password" : "Neues Passwort",
- "Cancel log in" : "Anmeldung abbrechen"
+ "Checking whether the database schema can be updated (this can take a long time depending on the database size)" : "Prüft, ob das Datenbankschema aktualisiert werden kann (dies kann je nach Datenbankgröße sehr lange dauern)",
+ "Checked database schema update" : "Datenbankschema-Aktualisierung überprüft",
+ "Checking updates of apps" : "Es wird nach Aktualisierungen für die Apps gesucht",
+ "Checking for update of app \"%s\" in appstore" : "Suche nach einer Aktualisierung für die App \"%s\" im App-Store",
+ "Update app \"%s\" from appstore" : "Aktualisiere die App \"%s\" aus dem App-Store",
+ "Checked for update of app \"%s\" in appstore" : "App-Store auf Aktualisierung für die App \"%s\" geprüft",
+ "Checked database schema update for apps" : "Datenbankschema-Aktualisierung für Apps überprüft",
+ "Following apps have been disabled: %s" : "Die folgenden Apps wurden deaktiviert: %s",
+ "Your web server is not properly set up to resolve \"{url}\". Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Dein Web-Server ist nicht richtig eingerichtet um \"{url}\" aufzulösen. Weitere Informationen findest Du in der <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Dokumentation</a>.",
+ "Your web server is not properly set up to resolve \"{url}\". This is most likely related to a web server configuration that was not updated to deliver this folder directly. Please compare your configuration against the shipped rewrite rules in \".htaccess\" for Apache or the provided one in the documentation for Nginx at it's <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation page</a>. On Nginx those are typically the lines starting with \"location ~\" that need an update." : "Dein Webserver ist nicht ordnungsgemäß für die Auflösung von \"{url}\" eingerichtet. Dies hängt höchstwahrscheinlich mit einer Webserverkonfiguration zusammen, die nicht aktualisiert wurde, um diesen Ordner direkt zu liefern. Bitte vergleiche Deine Konfiguration mit den mitgelieferten Rewrite-Regeln in \".htaccess\" für Apache oder den in der Nginx-Dokumentation bereitgestellten auf dessen <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Dokumentationsseite</a>. Auf Nginx sind das typischerweise die Zeilen, die mit \"location ~\" beginnen und ein Update benötigen.",
+ "Your web server is not properly set up to deliver .woff2 files. This is typically an issue with the Nginx configuration. For Nextcloud 15 it needs an adjustement to also deliver .woff2 files. Compare your Nginx configuration to the recommended configuration in our <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Dein Web-Server ist nicht richtig eingerichtet um .woff2-Dateien auszuliefern. Dies ist meist ein Thema der Nginx-Konfiguration. Für Nextcloud 15 wird eine Anpassung für die Auslieferung von .woff2-Dateien benötigt. Vergleiche Deine Nginx-Konfiguration mit der empfohlenen Nginx-Konfiguration in unserer <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Dokumentation</a>.",
+ "Please check the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">installation documentation ↗</a> for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "Bitte die <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Installationsdokumentation ↗</a> auf Hinweise zur PHP-Konfiguration durchlesen sowie die PHP-Konfiguration Deines Servers überprüfen, insbesondere dann, wenn PHP-FPM eingesetzt wird.",
+ "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems. See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation ↗</a> for more information." : "Transaktionales Sperren ist deaktiviert, was zu Problemen mit Laufzeitbedingungen führen kann. 'filelocking.enabled' in der config.php aktivieren, um diese Probleme zu vermeiden. Weitere Informationen finden sich in unserer <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Dokumentation ↗</a>.",
+ "Last background job execution ran {relativeTime}. Something seems wrong." : "Letzte Cron-Job-Ausführung: {relativeTime}. Möglicherweise liegt ein Fehler vor.",
+ "Check the background job settings" : "Überprüfe Einstellungen für Hintergrundausführungen",
+ "No memory cache has been configured. To enhance performance, please configure a memcache, if available. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Es wurde kein PHP-Memory-Cache konfiguriert. Zur Erhöhung der Leistungsfähigkeit kann ein Memory-Cache konfiguriert werden. Weitere Informationen findest Du in der <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Dokumentation</a>.",
+ "No suitable source for randomness found by PHP which is highly discouraged for security reasons. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Von PHP wurde keine geeignete Quelle für Zufälligkeit gefunden, aus Sicht der Sicherheit ist dies bedenklich. Weitere Informationen sind in der <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Dokumentation</a> zu finden.",
+ "You are currently running PHP {version}. Upgrade your PHP version to take advantage of <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">performance and security updates provided by the PHP Group</a> as soon as your distribution supports it." : "Du verwendest derzeit PHP {version}. Upgrade Deine PHP-Version, um die <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">Geschwindigkeits- und Sicherheitsupdates zu nutzen, welche von der PHP-Gruppe bereitgestellt werden</a>, sobald diese Deine Distribution unterstützt.",
+ "The reverse proxy header configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If not, this is a security issue and can allow an attacker to spoof their IP address as visible to the Nextcloud. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Die Reverse-Proxy-Header-Konfiguration ist fehlerhaft oder Du greifst auf Nextcloud über einen vertrauenswürdigen Proxy zu. Ist dies nicht der Fall, dann besteht ein Sicherheitsproblem, das einem Angreifer erlaubt, die IP-Adresse, die für Nextcloud sichtbar ist, auszuspähen. Weitere Informationen hierzu finden sich in der <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Dokumentation</a>.",
+ "Memcached is configured as distributed cache, but the wrong PHP module \"memcache\" is installed. \\OC\\Memcache\\Memcached only supports \"memcached\" and not \"memcache\". See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">memcached wiki about both modules</a>." : "Memcached ist als verteilter Cache konfiguriert, aber das falsche PHP-Modul \"memcache\" ist installiert. \\OC\\Memcache\\Memcached unterstützt nur \"memcached\" jedoch nicht \"memcache\". Im <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">memcached wiki nach beiden Modulen suchen</a>.",
+ "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">List of invalid files…</a> / <a href=\"{rescanEndpoint}\">Rescan…</a>)" : "Einige Dateien haben die Integritätsprüfung nicht bestanden. Weiterführende Informationen befinden sich in unserer <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Dokumentation</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">Liste der ungültigen Dateien…</a> / <a href=\"{rescanEndpoint}\">Erneut analysieren…</a>)",
+ "The PHP OPcache module is not loaded. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance it is recommended</a> to load it into your PHP installation." : "Das PHP-OPcache-Modul ist nicht geladen. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Für eine bessere Leistung empfiehlt es sich</a> das Modul in Deiner PHP-Installation zu laden.",
+ "The PHP OPcache is not properly configured. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance it is recommended</a> to use the following settings in the <code>php.ini</code>:" : "Der PHP-OPcache ist nicht richtig konfiguriert. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Für eine bessere Leistung empfiehlt es sich</a> folgende Einstellungen in der <code>php.ini</code> vorzunehmen:",
+ "Some columns in the database are missing a conversion to big int. Due to the fact that changing column types on big tables could take some time they were not changed automatically. By running 'occ db:convert-filecache-bigint' those pending changes could be applied manually. This operation needs to be made while the instance is offline. For further details read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "Einige Spalten in der Datenbank können zu big int konvertiert werden. Das Ändern von Spaltentypen kann bei großen Tabellen einige Zeit dauern. Deshalb muss die Konvertierung manuell durch den Befehl \"occ db:convert-filecache-bigint\" gestartet werden. Zur Konvertierung muss die Instanz offline sein. Einzelheiten dazu <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">auf der zugehörigen Dokumentationsseite</a>.",
+ "To migrate to another database use the command line tool: 'occ db:convert-type', or see the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation ↗</a>." : "Um zu einer anderen Datenbank zu migrieren, benutze bitte die Kommandozeile: 'occ db:convert-type', oder schaue in die <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Dokumentation ↗</a>.",
+ "Use of the the built in php mailer is no longer supported. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Please update your email server settings ↗<a/>." : "Die Verwendung des eingebauten PHP-Mailers wird nicht länger unterstützt. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Bitte aktualisiere die E-Mail-Server-Einstellungen ↗<a/>.",
+ "MySQL is used as database but does not support 4-byte characters. To be able to handle 4-byte characters (like emojis) without issues in filenames or comments for example it is recommended to enable the 4-byte support in MySQL. For further details read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "MySQL wird als Datenbank verwendet, unterstützt jedoch keine 4-Byte-Zeichen. Um beispielsweise 4-Byte-Zeichen (wie Emojis) ohne Probleme mit Dateinamen oder Kommentaren verarbeiten zu können, wird empfohlen, die 4-Byte-Unterstützung in MySQL zu aktivieren. Für weitere Details lesen bitte <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">die Dokumentationsseite hierzu</a>.",
+ "You are accessing your instance over a secure connection, however your instance is generating insecure URLs. This most likely means that you are behind a reverse proxy and the overwrite config variables are not set correctly. Please read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "Du greifst über eine sichere Verbindung auf Deine Instanz zu, Deine Instanz generiert jedoch unsichere URLs. Dies bedeutet höchstwahrscheinlich, dass Du Dich hinter einem Reverse-Proxy befindest und die Konfigurationsvariablen zum Überschreiben nicht richtig eingestellt sind. Bitte lese <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">die Dokumentation hierzu</a>.",
+ "The \"{header}\" HTTP header is not set to \"{val1}\", \"{val2}\", \"{val3}\", \"{val4}\" or \"{val5}\". This can leak referer information. See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{link}\">W3C Recommendation ↗</a>." : "Der \"{header}\" HTTP-Header ist nicht gesetzt auf \"{val1}\", \"{val2}\", \"{val3}\", \"{val4}\" oder \"{val5}\". Dadurch können Verweis-Informationen preisgegeben werden. Siehe die <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{link}\">W3C-Empfehlung</a>.",
+ "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the <a href=\"{docUrl}\" rel=\"noreferrer noopener\">security tips ↗</a>." : "Der HTTP-Header \"Strict-Transport-Security\" ist nicht auf mindestens {seconds} Sekunden eingestellt. Für mehr Sicherheit wird das Aktivieren von HSTS empfohlen, wie es in den <a href=\"{docUrl}\" rel=\"noreferrer noopener\">Sicherheitshinweisen</a> erläutert ist.",
+ "Accessing site insecurely via HTTP. You are strongly advised to set up your server to require HTTPS instead, as described in the <a href=\"{docUrl}\">security tips ↗</a>." : "Unsicherer Seitenzugriff über HTTP. Es wird dringend empfohlen, den Server so einzurichten, dass HTTPS erforderlich ist, wie dies in den <a href=\"{docUrl}\">Sicherheits-Tipps ↗</a> beschrieben wird.",
+ "Continue to Nextcloud" : "Weiter zur Nextcloud",
+ "_The update was successful. Redirecting you to Nextcloud in %n second._::_The update was successful. Redirecting you to Nextcloud in %n seconds._" : ["Das Update war erfolgreich. Du wirst in %n Sekunde zur Nextcloud weitergeleitet.","Das Update war erfolgreich. Du wirst in %n Sekunden zur Nextcloud weitergeleitet."],
+ "Searching other places" : "Andere Orte durchsuchen",
+ "No search results in other folders for {tag}{filter}{endtag}" : "Keine Suchergebnisse in anderen Ordnern für {tag}{filter}{endtag}",
+ "_{count} search result in another folder_::_{count} search results in other folders_" : ["{count} Suchergebnis im anderen Ordner","{count} Suchergebnisse in anderen Ordnern"],
+ "A password reset message has been sent to the e-mail address of this account. If you do not receive it, check your spam/junk folders or ask your local administrator for help." : "Eine Nachricht zum Zurücksetzen des Passworts wurde an die in diesem Konto hinterlegte E-Mail Adresse gesendet. Wenn Du diese nicht erhalten hast, prüfe bitte den Spam/Junk-Ordner oder kontaktiere Deinen lokalen Administrator für weitere Hilfe.",
+ "Password can not be changed. Please contact your administrator." : "Passwort kann nicht geändert werden. Bitte kontaktiere Deinen Administrator.",
+ "Could not fetch list of apps from the app store." : "Liste der Apps kann nicht vom App Store abgerufen werden.",
+ "Nextcloud {app}" : "Nextcloud {app}",
+ "Can't install this app because it is not compatible" : "App kann nicht installiert werden, da sie inkompatibel ist",
+ "Can't install this app" : "App kann nicht installiert werden",
+ "These apps will be updated:" : "Diese Apps werden aktualisiert:",
+ "For more details see the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Für weitere Einzelheiten sehe bitte in die <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Dokumentation</a>."
},
"nplurals=2; plural=(n != 1);");
diff --git a/core/l10n/de.json b/core/l10n/de.json
index de89d5e3d08..535f0876322 100644
--- a/core/l10n/de.json
+++ b/core/l10n/de.json
@@ -3,6 +3,14 @@
"File is too big" : "Datei ist zu groß",
"The selected file is not an image." : "Die ausgewählte Datei ist kein Bild.",
"The selected file cannot be read." : "Die ausgewählte Datei konnte nicht gelesen werden.",
+ "The file was uploaded" : "Die Datei wurde hochgeladen",
+ "The uploaded file exceeds the upload_max_filesize directive in php.ini" : "Die hochgeladene Datei übersteigt das Limit upload_max_filesize in der Datei php.ini",
+ "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Die hochgeladene Datei übersteigt das Limit MAX_FILE_SIZE im HTML-Formular",
+ "The file was only partially uploaded" : "Die Datei wurde nur teilweise hochgeladen",
+ "No file was uploaded" : "Keine Datei wurde hochgeladen",
+ "Missing a temporary folder" : "Temporärer Ordner nicht vorhanden",
+ "Could not write file to disk" : "Die Datei konnte nicht auf die Festplatte geschrieben werden",
+ "A PHP extension stopped the file upload" : "Eine PHP-Erweiterung hat das Hochladen der Datei gestoppt",
"Invalid file provided" : "Ungültige Datei zur Verfügung gestellt",
"No image or file provided" : "Es wurde weder ein Bild noch eine Datei zur Verfügung gestellt",
"Unknown filetype" : "Unbekannter Dateityp",
@@ -13,6 +21,7 @@
"No valid crop data provided" : "Keine gültigen Zuschnittdaten zur Verfügung gestellt",
"Crop is not square" : "Zuschnitt ist nicht quadratisch",
"State token does not match" : "Status-Token stimmen nicht überein",
+ "Invalid app password" : "Ungültiges App-Passwort",
"Could not complete login" : "Anmeldung konnte nicht abgeschlossen werden",
"Your login token is invalid or has expired" : "Dein Anmelde-Token ist ungültig oder abgelaufen",
"Password reset is disabled" : "Passwort-Reset ist deaktiviert",
@@ -26,6 +35,8 @@
"Nextcloud Server" : "Nextcloud-Server",
"Some of your link shares have been removed" : "Einige der geteilten Freigaben wurden entfernt",
"Due to a security bug we had to remove some of your link shares. Please see the link for more information." : "Aufgrund eines Sicherheitsfehlers mussten einige der geteilten Freigaben entfernt werden. Weitere Informationen im Link.",
+ "The user limit of this instance is reached." : "Die Benutzergrenze dieser Instanz ist erreicht.",
+ "Enter your subscription key to increase the user limit. For more information about Nextcloud Enterprise see our website." : "Gebe Deinen Abonnementschlüssel ein, um die Benutzergrenze erhöhen. Weitere Informationen Informationen zu Nextcloud für Unternehmen (Enterprise) findest Du auf unserer Website.",
"Preparing update" : "Update vorbereiten",
"[%d / %d]: %s" : "[%d / %d]: %s",
"Repair step:" : "Reparaturschritt:",
@@ -39,76 +50,67 @@
"Maintenance mode is kept active" : "Wartungsmodus bleibt aktiviert",
"Updating database schema" : "Das Datenbankschema wird aktualisiert",
"Updated database" : "Datenbank aktualisiert",
- "Checking whether the database schema can be updated (this can take a long time depending on the database size)" : "Prüft, ob das Datenbankschema aktualisiert werden kann (dies kann je nach Datenbankgröße sehr lange dauern)",
- "Checked database schema update" : "Datenbankschema-Aktualisierung überprüft",
- "Checking updates of apps" : "Es wird nach Aktualisierungen für die Apps gesucht",
- "Checking for update of app \"%s\" in appstore" : "Suche nach einer Aktualisierung für die App \"%s\" im App-Store",
- "Update app \"%s\" from appstore" : "Aktualisiere die App \"%s\" aus dem App-Store",
- "Checked for update of app \"%s\" in appstore" : "App-Store auf Aktualisierung für die App \"%s\" geprüft",
"Checking whether the database schema for %s can be updated (this can take a long time depending on the database size)" : "Prüft, ob das Datenbankschema für %s aktualisiert werden kann (dies kann je nach Datenbankgröße sehr lange dauern)",
- "Checked database schema update for apps" : "Datenbankschema-Aktualisierung für Apps überprüft",
"Updated \"%1$s\" to %2$s" : "\"%1$s\" aktualisiert auf %2$s",
"Set log level to debug" : "Log-Level auf \"debug\" gesetzt",
"Reset log level" : "Ursprüngliches Log-Level wiederhergestellt",
"Starting code integrity check" : "Code-Integrität wird überprüft",
"Finished code integrity check" : "Code-Integritätsprüfung abgeschlossen",
"%s (incompatible)" : "%s (inkompatibel)",
- "Following apps have been disabled: %s" : "Die folgenden Apps wurden deaktiviert: %s",
+ "The following apps have been disabled: %s" : "Folgende Apps wurden deaktiviert: %s",
"Already up to date" : "Bereits aktuell",
"Your web server is not yet properly set up to allow file synchronization, because the WebDAV interface seems to be broken." : "Dein Webserver ist noch nicht hinreichend für Datei-Synchronisierung konfiguriert, da die WebDAV-Schnittstelle vermutlich nicht funktioniert.",
- "Your web server is not properly set up to resolve \"{url}\". Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Dein Web-Server ist nicht richtig eingerichtet um \"{url}\" aufzulösen. Weitere Informationen findest Du in der <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Dokumentation</a>.",
- "Your web server is not properly set up to resolve \"{url}\". This is most likely related to a web server configuration that was not updated to deliver this folder directly. Please compare your configuration against the shipped rewrite rules in \".htaccess\" for Apache or the provided one in the documentation for Nginx at it's <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation page</a>. On Nginx those are typically the lines starting with \"location ~\" that need an update." : "Dein Webserver ist nicht ordnungsgemäß für die Auflösung von \"{url}\" eingerichtet. Dies hängt höchstwahrscheinlich mit einer Webserverkonfiguration zusammen, die nicht aktualisiert wurde, um diesen Ordner direkt zu liefern. Bitte vergleiche Deine Konfiguration mit den mitgelieferten Rewrite-Regeln in \".htaccess\" für Apache oder den in der Nginx-Dokumentation bereitgestellten auf dessen <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Dokumentationsseite</a>. Auf Nginx sind das typischerweise die Zeilen, die mit \"location ~\" beginnen und ein Update benötigen.",
- "Your web server is not properly set up to deliver .woff2 files. This is typically an issue with the Nginx configuration. For Nextcloud 15 it needs an adjustement to also deliver .woff2 files. Compare your Nginx configuration to the recommended configuration in our <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Dein Web-Server ist nicht richtig eingerichtet um .woff2-Dateien auszuliefern. Dies ist meist ein Thema der Nginx-Konfiguration. Für Nextcloud 15 wird eine Anpassung für die Auslieferung von .woff2-Dateien benötigt. Vergleiche Deine Nginx-Konfiguration mit der empfohlenen Nginx-Konfiguration in unserer <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Dokumentation</a>.",
+ "Your web server is not properly set up to resolve \"{url}\". Further information can be found in the {linkstart}documentation ↗{linkend}." : "Dein Webserver ist nicht richtig konfiguriert, um \"{url}\" aufzulösen. Weitere Informationen hierzu findest Du in unserer {linkstart}Dokumentation ↗{linkend}.",
+ "Your web server is not properly set up to resolve \"{url}\". This is most likely related to a web server configuration that was not updated to deliver this folder directly. Please compare your configuration against the shipped rewrite rules in \".htaccess\" for Apache or the provided one in the documentation for Nginx at it's {linkstart}documentation page ↗{linkend}. On Nginx those are typically the lines starting with \"location ~\" that need an update." : "Dein Webserver ist nicht ordnungsgemäß für die Auflösung von \"{url}\" eingerichtet. Dies hängt höchstwahrscheinlich mit einer Webserver-Konfiguration zusammen, die nicht aktualisiert wurde, um diesen Ordner direkt zu liefern. Bitte vergleiche Deine Konfiguration mit den mitgelieferten Rewrite-Regeln in \".htaccess\" für Apache oder den in der Nginx-Dokumentation bereitgestellten auf dessen {linkstart}Dokumentationsseite ↗{linkend}. Auf Nginx sind das typischerweise die Zeilen, die mit \"location ~\" beginnen und ein Update benötigen.",
+ "Your web server is not properly set up to deliver .woff2 files. This is typically an issue with the Nginx configuration. For Nextcloud 15 it needs an adjustement to also deliver .woff2 files. Compare your Nginx configuration to the recommended configuration in our {linkstart}documentation ↗{linkend}." : "Dein Web-Server ist nicht richtig eingerichtet um .woff2-Dateien auszuliefern. Dies liegt meist an der Nginx-Konfiguration. Für Nextcloud 15 wird eine Anpassung für die Auslieferung von .woff2-Dateien benötigt. Vergleiche Deine Nginx-Konfiguration mit der empfohlenen Nginx-Konfiguration in unserer {linkstart}Dokumentation ↗{linkend}.",
"PHP does not seem to be setup properly to query system environment variables. The test with getenv(\"PATH\") only returns an empty response." : "PHP scheint zur Abfrage von Systemumgebungsvariablen nicht richtig eingerichtet zu sein. Der Test mit getenv(\"PATH\") liefert nur eine leere Antwort zurück.",
- "Please check the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">installation documentation ↗</a> for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "Bitte die <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Installationsdokumentation ↗</a> auf Hinweise zur PHP-Konfiguration durchlesen sowie die PHP-Konfiguration Deines Servers überprüfen, insbesondere dann, wenn PHP-FPM eingesetzt wird.",
+ "Please check the {linkstart}installation documentation ↗{linkend} for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "Bitte schaue in der {linkstart}Installationsdokumentation ↗{linkend} auf Hinweise zur PHP-Konfiguration, sowie die PHP-Konfiguration Deines Servers, insbesondere dann, wenn Du PHP-FPM einsetzt.",
"The read-only config has been enabled. This prevents setting some configurations via the web-interface. Furthermore, the file needs to be made writable manually for every update." : "Die schreibgeschützte Konfiguration wurde aktiviert. Dies verhindert das Setzen einiger Einstellungen über die Web-Oberfläche. Weiterhin muss bei jedem Update der Schreibzugriff auf die Datei händisch aktiviert werden.",
"Your database does not run with \"READ COMMITTED\" transaction isolation level. This can cause problems when multiple actions are executed in parallel." : "Deine Datenbank läuft nicht mit der Transaktionsisolationsstufe \"READ COMMITED\". Dies kann Probleme hervorrufen, wenn mehrere Aktionen parallel ausgeführt werden.",
"The PHP module \"fileinfo\" is missing. It is strongly recommended to enable this module to get the best results with MIME type detection." : "Das PHP-Modul 'fileinfo' fehlt. Es empfiehlt sich dringend, das Modul zu aktivieren, um bestmögliche Ergebnisse bei der MIME-Dateityp-Erkennung zu erhalten. ",
- "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems. See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation ↗</a> for more information." : "Transaktionales Sperren ist deaktiviert, was zu Problemen mit Laufzeitbedingungen führen kann. 'filelocking.enabled' in der config.php aktivieren, um diese Probleme zu vermeiden. Weitere Informationen findest Du in unserer <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Dokumentation ↗</a>.",
+ "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems. See the {linkstart}documentation ↗{linkend} for more information." : "Transaktionales Sperren ist deaktiviert, was zu Problemen mit Laufzeitbedingungen führen kann. Aktiviere 'filelocking.enabled' in der config.php, um diese Probleme zu vermeiden. Weitere Informationen findest Du in unserer {linkstart}Documentation ↗{linkend}.",
"If your installation is not installed at the root of the domain and uses system cron, there can be issues with the URL generation. To avoid these problems, please set the \"overwrite.cli.url\" option in your config.php file to the webroot path of your installation (suggestion: \"{suggestedOverwriteCliURL}\")" : "Wenn sich Deine Installation nicht im Wurzelverzeichnis der Domain befindet und Cron des Systems genutzt wird, kann es zu Fehlern bei der URL-Generierung kommen. Um dies zu verhindern, setze bitte die „overwrite.cli.url“-Option in Deiner config.php auf das Web-Wurzelverzeichnis Deiner Installation (Vorschlag: \"{suggestedOverwriteCliURL}\")",
+ "Your installation has no default phone region set. This is required to validate phone numbers in the profile settings without a country code. To allow numbers without a country code, please add \"default_phone_region\" with the respective {linkstart}ISO 3166-1 code ↗{linkend} of the region to your config file." : "Für Deine Installation ist keine Standard-Telefonregion festgelegt. Dies ist erforderlich, um Telefonnummern in den Profileinstellungen ohne Ländercode überprüfen zu können. Um Nummern ohne Ländercode zuzulassen, füge bitte \"default_phone_region\" mit dem entsprechenden {linkstart}ISO 3166-1-Code ↗{linkend} der gewünschten Region hinzu.",
"It was not possible to execute the cron job via CLI. The following technical errors have appeared:" : "Die Ausführung des Cron-Jobs über die Kommandozeile war nicht möglich. Die folgenden technischen Fehler sind dabei aufgetreten: ",
- "Last background job execution ran {relativeTime}. Something seems wrong." : "Letzte Cron-Job-Ausführung: {relativeTime}. Möglicherweise liegt ein Fehler vor.",
- "Check the background job settings" : "Überprüfe Einstellungen für Hintergrundausführungen",
+ "Last background job execution ran {relativeTime}. Something seems wrong. {linkstart}Check the background job settings ↗{linkend}." : "Letzte Cron-Job-Ausführung: {relativeTime}. {linkstart}Check the background job settings ↗{linkend}.",
"This server has no working Internet connection: Multiple endpoints could not be reached. This means that some of the features like mounting external storage, notifications about updates or installation of third-party apps will not work. Accessing files remotely and sending of notification emails might not work, either. Establish a connection from this server to the Internet to enjoy all features." : "Dieser Server hat keine funktionierende Internetverbindung: Mehrere Ziele konnten nicht erreicht werden. Dies bedeutet, dass einige Funktionen, wie das Einhängen externen Speicher, Benachrichtigungen über Updates oder die Installation von Drittanbieter-Apps nicht funktionieren. Der Zugriff auf entfernte Dateien und das Senden von E-Mail-Benachrichtigungen wird wahrscheinlich ebenfalls nicht funktionieren. Um alle Funktionen nutzen zu können, stelle eine Internet-Verbindung für diesen Server her.",
- "No memory cache has been configured. To enhance performance, please configure a memcache, if available. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Es wurde kein PHP-Memory-Cache konfiguriert. Zur Erhöhung der Leistungsfähigkeit kann ein Memory-Cache konfiguriert werden. Weitere Informationen findest Du in der <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Dokumentation</a>.",
- "No suitable source for randomness found by PHP which is highly discouraged for security reasons. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Von PHP wurde keine geeignete Quelle für Zufälligkeit gefunden, aus Sicht der Sicherheit ist dies bedenklich. Weitere Informationen sind in der <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Dokumentation</a> zu finden.",
- "You are currently running PHP {version}. Upgrade your PHP version to take advantage of <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">performance and security updates provided by the PHP Group</a> as soon as your distribution supports it." : "Du verwendest derzeit PHP {version}. Upgrade Deine PHP-Version, um die <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">Geschwindigkeits- und Sicherheitsupdates zu nutzen, welche von der PHP-Gruppe bereitgestellt werden</a>, sobald diese Deine Distribution unterstützt.",
- "Nextcloud 19 is the last release supporting PHP 7.2. Nextcloud 20 requires at least PHP 7.3." : "Nextcloud 19 ist die letzte Version, die PHP 7.2 unterstützt. Nextcloud 20 benötigt mindestens PHP 7.3.",
- "The reverse proxy header configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If not, this is a security issue and can allow an attacker to spoof their IP address as visible to the Nextcloud. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Die Reverse-Proxy-Header-Konfiguration ist fehlerhaft oder Du greifst auf Nextcloud über einen vertrauenswürdigen Proxy zu. Ist dies nicht der Fall, dann besteht ein Sicherheitsproblem, das einem Angreifer erlaubt die IP-Adresse, die für Nextcloud sichtbar ist, auszuspähen. Weitere Informationen hierzu finde sich in der <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Dokumentation</a>.",
- "Memcached is configured as distributed cache, but the wrong PHP module \"memcache\" is installed. \\OC\\Memcache\\Memcached only supports \"memcached\" and not \"memcache\". See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">memcached wiki about both modules</a>." : "Memcached ist als verteilter Cache konfiguriert, aber das falsche PHP-Modul \"memcache\" ist installiert. \\OC\\Memcache\\Memcached unterstützt nur \"memcached\" jedoch nicht \"memcache\". Im <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">memcached wiki nach beiden Modulen suchen</a>.",
- "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">List of invalid files…</a> / <a href=\"{rescanEndpoint}\">Rescan…</a>)" : "Einige Dateien haben die Integritätsprüfung nicht bestanden. Weiterführende Informationen befinden sich in unserer <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Dokumentation</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">Liste der ungültigen Dateien…</a> / <a href=\"{rescanEndpoint}\">Erneut analysieren…</a>)",
- "The PHP OPcache module is not loaded. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance it is recommended</a> to load it into your PHP installation." : "Das PHP-OPcache-Modul ist nicht geladen. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Für eine bessere Leistung empfiehlt es sich</a> das Modul in Deiner PHP-Installation zu laden.",
- "The PHP OPcache is not properly configured. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance it is recommended</a> to use the following settings in the <code>php.ini</code>:" : "Der PHP-OPcache ist nicht richtig konfiguriert. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Für eine bessere Leistung empfiehlt es sich</a> folgende Einstellungen in der <code>php.ini</code> vorzunehmen:",
+ "No memory cache has been configured. To enhance performance, please configure a memcache, if available. Further information can be found in the {linkstart}documentation ↗{linkend}." : "Es wurde kein PHP Memory Cache konfiguriert. Konfiguriere zur Erhöhung der Leistungsfähigkeit, soweit verfügbar, einen Memory Cache. Weitere Informationen findest Du in unserer {linkstart}Dokumentation ↗{linkend}.",
+ "No suitable source for randomness found by PHP which is highly discouraged for security reasons. Further information can be found in the {linkstart}documentation ↗{linkend}." : "Von PHP wurde keine geeignete Quelle für Zufälligkeit gefunden, aus Sicht der Sicherheit ist dies bedenklich. Weitere Informationen sind in der {linkstart}Dokumentation ↗{linkend} zu finden.",
+ "You are currently running PHP {version}. Upgrade your PHP version to take advantage of {linkstart}performance and security updates provided by the PHP Group ↗{linkend} as soon as your distribution supports it." : "Du verwendest im Moment PHP {version}. Wir empfehlen ein Upgrade deiner PHP Version, um die {linkstart}Geschwindigkeits- und Sicherheitsupdates zu nutzen, welche von der PHP Gruppe bereitgestellt werden↗{linkend}, sobald deine Distribution diese unterstützt.",
+ "Nextcloud 20 is the last release supporting PHP 7.2. Nextcloud 21 requires at least PHP 7.3." : "Nextcloud 20 ist die letzte Version, die PHP 7.2 unterstützt. Nextcloud 21 benötigt mindestens PHP 7.3.",
+ "The reverse proxy header configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If not, this is a security issue and can allow an attacker to spoof their IP address as visible to the Nextcloud. Further information can be found in the {linkstart}documentation ↗{linkend}." : "Die Reverse-Proxy-Header-Konfiguration ist fehlerhaft oder Du greifst auf Nextcloud über einen vertrauenswürdigen Proxy zu. Ist dies nicht der Fall, dann besteht ein Sicherheitsproblem, das einem Angreifer erlaubt, die IP-Adresse, die für Nextcloud sichtbar ist, auszuspähen. Weitere Informationen hierzu finden sich in der {linkstart}Dokumentation ↗{linkend}.",
+ "Memcached is configured as distributed cache, but the wrong PHP module \"memcache\" is installed. \\OC\\Memcache\\Memcached only supports \"memcached\" and not \"memcache\". See the {linkstart}memcached wiki about both modules ↗{linkend}." : "Memcached ist als distributed cache konfiguriert aber das falsche PHP-Modul \"memcache\" ist installiert. \\OC\\Memcache\\Memcached unterstützt nur \"memcached\" jedoch nicht \"memcache\". Im {linkstart}memcached wiki nach beiden Modulen suchen ↗{linkend}.",
+ "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in the {linkstart1}documentation ↗{linkend}. ({linkstart2}List of invalid files…{linkend} / {linkstart3}Rescan…{linkend})" : "Manche Dateien haben die Integritätsprüfung nicht bestanden. Weitere Informationen um den Fehler zu beheben findest Du in unserer {linkstart1}Dokumentation↗{linkend}. ({linkstart2}Liste der ungültigen Dateien...{linkend} / {linkstart3}Erneut scannen…{linkend})",
+ "The PHP OPcache module is not loaded. {linkstart}For better performance it is recommended ↗{linkend} to load it into your PHP installation." : "Das PHP-OPcache-Modul ist nicht geladen. {linkstart}Für eine bessere Leistung empfiehlt es sich ↗{linkend} das Modul in Deine PHP-Installation zu laden.",
+ "The PHP OPcache module is not properly configured. {linkstart}For better performance it is recommended ↗{linkend} to use the following settings in the <code>php.ini</code>:" : "Der PHP-OPcache ist nicht richtig konfiguriert. {linkstart}Für eine bessere Leistung empfiehlt es sich ↗{linkend}folgende Einstellungen in der <code>php.ini</code> vorzunehmen:",
"The PHP function \"set_time_limit\" is not available. This could result in scripts being halted mid-execution, breaking your installation. Enabling this function is strongly recommended." : "Die PHP-Funktion \"set_time_limit\" ist nicht verfügbar. Dies kann in angehaltenen Scripten oder einer fehlerhaften Installation resultieren. Es wird dringend empfohlen, diese Funktion zu aktivieren.",
"Your PHP does not have FreeType support, resulting in breakage of profile pictures and the settings interface." : "Dein PHP unterstützt Freetype nicht. Dies wird defekte Profilbilder und eine defekte Anzeige der Einstellungen verursachen.",
"Missing index \"{indexName}\" in table \"{tableName}\"." : "Fehlender Index \"{indexName}\" in der Tabelle \"{tableName}\".",
"The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "In der Datenbank fehlen einige Indizes. Auf Grund der Tatsache, dass das Hinzufügen von Indizes in großen Tabellen einige Zeit in Anspruch nehmen kann, wurden diese nicht automatisch erzeugt. Durch das Ausführen von \"occ db:add-missing-indices\" können die fehlenden Indizes manuell hinzugefügt werden, während die Instanz weiter läuft. Nachdem die Indizes hinzugefügt wurden, sind Anfragen auf die Tabellen normalerweise schneller.",
+ "Missing primary key on table \"{tableName}\"." : "Fehlender Primärschlüssel auf Tabelle \"{tableName}\".",
+ "The database is missing some primary keys. Due to the fact that adding primary keys on big tables could take some time they were not added automatically. By running \"occ db:add-missing-primary-keys\" those missing primary keys could be added manually while the instance keeps running." : "In der Datenbank fehlen einige Primärschlüssel. Aufgrund der Tatsache, dass das Hinzufügen von Primärschlüsseln bei großen Tabellen einige Zeit dauern konnte, wurden sie nicht automatisch hinzugefügt. Durch Ausführen von \"occ db:add-missing-primary-keys\" können diese fehlenden Primärschlüssel manuell hinzugefügt werden, während die Instanz weiter läuft.",
+ "Missing optional column \"{columnName}\" in table \"{tableName}\"." : "Fehlende optionale Spalte \"{columnName}\" in der Tabelle \"{tableName}\".",
+ "The database is missing some optional columns. Due to the fact that adding columns on big tables could take some time they were not added automatically when they can be optional. By running \"occ db:add-missing-columns\" those missing columns could be added manually while the instance keeps running. Once the columns are added some features might improve responsiveness or usability." : "In der Datenbank fehlen einige optionale Spalten. Da das Hinzufügen von Spalten bei großen Tabellen einige Zeit dauern kann, wurden sie nicht automatisch hinzugefügt, wenn sie optional sein können. Durch Ausführen von \"occ db:add-missing-columns\" können diese fehlenden Spalten manuell hinzugefügt werden, während die Instanz weiter läuft. Sobald die Spalten hinzugefügt sind, könnten einige Funktionen die Reaktionsfähigkeit oder die Benutzerfreundlichkeit verbessern.",
"This instance is missing some recommended PHP modules. For improved performance and better compatibility it is highly recommended to install them." : "Dieser Installation fehlen einige empfohlene PHP-Module. Für bessere Leistung und bessere Kompatibilität wird dringend empfohlen, diese zu installieren.",
- "Some columns in the database are missing a conversion to big int. Due to the fact that changing column types on big tables could take some time they were not changed automatically. By running 'occ db:convert-filecache-bigint' those pending changes could be applied manually. This operation needs to be made while the instance is offline. For further details read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "Bei einigen Spalten in der Datenbank fehlt eine Konvertierung in big int. Aufgrund der Tatsache, dass das Ändern von Spaltentypen bei großen Tabellen einige Zeit dauern kann, wurden sie nicht automatisch geändert. Durch Ausführen von \"occ db:convert-filecache-bigint\" können diese ausstehenden Änderungen manuell übernommen werden. Diese Operation muss ausgeführt werden, während die Instanz offline ist. Weitere Einzelheiten findest Du <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">auf der zugehörigen Dokumentationsseite</a>.",
+ "Module php-imagick in this instance has no SVG support. For better compatibility it is recommended to install it." : "Dem Modul php-imagick fehlt die SVG-Unterstützung. Für eine bessere Kompatibilität wird empfohlen, es zu installieren.",
+ "Some columns in the database are missing a conversion to big int. Due to the fact that changing column types on big tables could take some time they were not changed automatically. By running 'occ db:convert-filecache-bigint' those pending changes could be applied manually. This operation needs to be made while the instance is offline. For further details read {linkstart}the documentation page about this ↗{linkend}." : "Bei einigen Spalten in der Datenbank fehlt eine Konvertierung in big int. Aufgrund der Tatsache, dass das Ändern von Spaltentypen bei großen Tabellen einige Zeit dauern kann, wurden sie nicht automatisch geändert. Durch Ausführen von \"occ db:convert-filecache-bigint\" können diese ausstehenden Änderungen manuell übernommen werden. Diese Operation muss ausgeführt werden, während die Instanz offline ist. Weitere Details finden Sie auf {linkstart}der zugehörigen Dokumentationsseite ↗{linkend}.",
"SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend." : "Derzeit wird als Datenbank SQLite verwendet. Bei größeren Installationen wird empfohlen, auf ein anderes Datenbank-Backend zu wechseln.",
"This is particularly recommended when using the desktop client for file synchronisation." : "Dies wird insbesondere bei der Benutzung des Desktop-Clients zur Synchronisierung empfohlen.",
- "To migrate to another database use the command line tool: 'occ db:convert-type', or see the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation ↗</a>." : "Um zu einer anderen Datenbank zu migrieren, benutze bitte die Kommandozeile: 'occ db:convert-type', oder schaue in die <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Dokumentation ↗</a>.",
- "Use of the the built in php mailer is no longer supported. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Please update your email server settings ↗<a/>." : "Die Verwendung des eingebauten PHP-Mailers wird nicht länger unterstützt. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Bitte aktualisiere die E-Mail-Server-Einstellungen ↗<a/>.",
+ "To migrate to another database use the command line tool: 'occ db:convert-type', or see the {linkstart}documentation ↗{linkend}." : "Um zu einer anderen Datenbank zu migrieren, benutze bitte die Befehlszeile: 'occ db:convert-type', oder in die {linkstart}Dokumentation ↗{linkend} schauen.",
"The PHP memory limit is below the recommended value of 512MB." : "Die PHP-Speichergrenze liegt unterhalb des empfohlenen Wertes von 512MB.",
"Some app directories are owned by a different user than the web server one. This may be the case if apps have been installed manually. Check the permissions of the following app directories:" : "Einige App-Ordner haben einen anderen Besitzer als der Benutzer des Webservers. Dies kann der Fall sein, wenn Apps manuell installiert wurden. Prüfe die Berechtigungen der folgenden App-Ordner:",
- "MySQL is used as database but does not support 4-byte characters. To be able to handle 4-byte characters (like emojis) without issues in filenames or comments for example it is recommended to enable the 4-byte support in MySQL. For further details read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "MySQL wird als Datenbank verwendet, unterstützt jedoch keine 4-Byte-Zeichen. Um beispielsweise 4-Byte-Zeichen (wie Emojis) ohne Probleme mit Dateinamen oder Kommentaren verarbeiten zu können, wird empfohlen, die 4-Byte-Unterstützung in MySQL zu aktivieren. Für weitere Details lesen bitte <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">die Dokumentationsseite hierzu</a>.",
+ "MySQL is used as database but does not support 4-byte characters. To be able to handle 4-byte characters (like emojis) without issues in filenames or comments for example it is recommended to enable the 4-byte support in MySQL. For further details read {linkstart}the documentation page about this ↗{linkend}." : "MySQL wird als Datenbank verwendet, unterstützt jedoch keine 4-Byte-Zeichen. Um beispielsweise 4-Byte-Zeichen (wie Emojis) ohne Probleme mit Dateinamen oder Kommentaren verarbeiten zu können, wird empfohlen, die 4-Byte-Unterstützung in MySQL zu aktivieren. Für weitere Details lese bitte {linkstart}die Dokumentationsseite hierzu ↗{linkend}.",
"This instance uses an S3 based object store as primary storage. The uploaded files are stored temporarily on the server and thus it is recommended to have 50 GB of free space available in the temp directory of PHP. Check the logs for full details about the path and the available space. To improve this please change the temporary directory in the php.ini or make more space available in that path." : "Diese Instanz verwendet einen S3-basierten Objektspeicher als Primärspeicher. Die hochgeladenen Dateien werden temporär auf dem Server gespeichert und es wird daher empfohlen, 50 GB freien Speicherplatz im temp-Verzeichnis von PHP zur Verfügung zu haben. Überprüfe die Protokolle, um alle Details über den Pfad und den verfügbaren Platz zu erhalten. Um dies zu verbessern, kann das temporäre Verzeichnis in der php.ini geändert oder mehr Platz in diesem Pfad zur Verfügung gestellt werden.",
- "You are accessing your instance over a secure connection, however your instance is generating insecure URLs. This most likely means that you are behind a reverse proxy and the overwrite config variables are not set correctly. Please read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "Du greifst über eine sichere Verbindung auf Deine Instanz zu, Deine Instanz generiert jedoch unsichere URLs. Dies bedeutet höchstwahrscheinlich, dass Du Dich hinter einem Reverse-Proxy befindest und die Konfigurationsvariablen zum Überschreiben nicht richtig eingestellt sind. Bitte lese <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">die Dokumentation hierzu</a>.",
+ "You are accessing your instance over a secure connection, however your instance is generating insecure URLs. This most likely means that you are behind a reverse proxy and the overwrite config variables are not set correctly. Please read {linkstart}the documentation page about this ↗{linkend}." : "Du greifst über eine sichere Verbindung auf Deine Instanz zu, Deine Instanz generiert jedoch unsichere URLs. Dies bedeutet höchstwahrscheinlich, dass Du Dich hinter einem Reverse-Proxy befindest und die Konfigurationsvariablen zum Überschreiben nicht richtig eingestellt sind. Bitte lese {linkstart}die Dokumentation hierzu ↗{linkend}.",
"Error occurred while checking server setup" : "Fehler beim Überprüfen der Servereinrichtung",
+ "For more details see the {linkstart}documentation ↗{linkend}." : "Weitere Informationen findest Du in der {linkstart}Dokumentation ↗{linkend}.",
"Your data directory and files are probably accessible from the Internet. The .htaccess file is not working. It is strongly recommended that you configure your web server so that the data directory is no longer accessible, or move the data directory outside the web server document root." : "Dein Datenverzeichnis und Deine Dateien sind wahrscheinlich vom Internet aus erreichbar. Die .htaccess-Datei funktioniert nicht. Es wird dringend empfohlen, Deinen Webserver dahingehend zu konfigurieren, dass das Datenverzeichnis nicht mehr vom Internet aus erreichbar ist oder dass Du es aus dem Dokument-Root-Verzeichnis des Webservers bewegst.",
"The \"{header}\" HTTP header is not set to \"{expected}\". This is a potential security or privacy risk, as it is recommended to adjust this setting accordingly." : "Der „{header}“-HTTP-Header ist nicht so konfiguriert, dass er „{expected}“ entspricht. Dies ist ein potentielles Sicherheitsrisiko und es wird empfohlen, diese Einstellung zu ändern.",
"The \"{header}\" HTTP header is not set to \"{expected}\". Some features might not work correctly, as it is recommended to adjust this setting accordingly." : "Der „{header}“-HTTP-Header ist nicht so konfiguriert, dass er „{expected}“ entspricht. Einige Funktionen funktionieren möglicherweise nicht richtig. Daher wird empfohlen, diese Einstellung zu ändern.",
"The \"{header}\" HTTP header doesn't contain \"{expected}\". This is a potential security or privacy risk, as it is recommended to adjust this setting accordingly." : "Der „{header}“-HTTP-Header ist nicht so konfiguriert, dass er „{expected}“ enthält. Dies ist ein potentielles Sicherheitsrisiko und es wird empfohlen, diese Einstellung zu ändern.",
- "The \"{header}\" HTTP header is not set to \"{val1}\", \"{val2}\", \"{val3}\", \"{val4}\" or \"{val5}\". This can leak referer information. See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{link}\">W3C Recommendation ↗</a>." : "Der \"{header}\" HTTP-Header ist nicht gesetzt auf \"{val1}\", \"{val2}\", \"{val3}\", \"{val4}\" oder \"{val5}\". Dadurch können Verweis-Informationen preisgegeben werden. Siehe die <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{link}\">W3C-Empfehlung</a>.",
- "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the <a href=\"{docUrl}\" rel=\"noreferrer noopener\">security tips ↗</a>." : "Der HTTP-Header \"Strict-Transport-Security\" ist nicht auf mindestens {seconds} Sekunden eingestellt. Für mehr Sicherheit wird das Aktivieren von HSTS empfohlen, wie es in den <a href=\"{docUrl}\" rel=\"noreferrer noopener\">Sicherheitshinweisen</a> erläutert ist.",
- "Accessing site insecurely via HTTP. You are strongly advised to set up your server to require HTTPS instead, as described in the <a href=\"{docUrl}\">security tips ↗</a>." : "Unsicherer Seitenzugriff über HTTP. Es wird dringend empfohlen, den Server so einzurichten, dass HTTPS erforderlich ist, wie dies in den <a href=\"{docUrl}\">Sicherheits-Tipps ↗</a> beschrieben wird.",
- "Non-existing tag #{tag}" : "Nicht existierender Tag #{tag}",
- "restricted" : "Eingeschränkt",
- "invisible" : "unsichtbar",
- "Delete" : "Löschen",
- "Rename" : "Umbenennen",
- "Collaborative tags" : "Kollaborative Tags",
- "No tags found" : "Keine Tags gefunden",
+ "The \"{header}\" HTTP header is not set to \"{val1}\", \"{val2}\", \"{val3}\", \"{val4}\" or \"{val5}\". This can leak referer information. See the {linkstart}W3C Recommendation ↗{linkend}." : "Der \"{header}\" HTTP-Header ist nicht gesetzt auf \"{val1}\", \"{val2}\", \"{val3}\", \"{val4}\" oder \"{val5}\". Dadurch können Verweis-Informationen preisgegeben werden. Siehe die {linkstart}W3C-Empfehlung ↗{linkend}.",
+ "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the {linkstart}security tips ↗{linkend}." : "Der \"Strict-Transport-Security“-HTTP-Header ist nicht auf mindestens \"{seconds}“ Sekunden eingestellt. Für mehr Sicherheit wird das Aktivieren von HSTS empfohlen, wie es in den {linkstart}Sicherheitshinweisen ↗{linkend} erläutert ist.",
+ "Accessing site insecurely via HTTP. You are strongly advised to set up your server to require HTTPS instead, as described in the {linkstart}security tips ↗{linkend}." : "Unsicherer Seitenzugriff über HTTP. Es wird dringend empfohlen, den Server so einzurichten, dass HTTPS erforderlich ist, wie dies in den {linkstart}Sicherheits-Tipps ↗{linkend} beschrieben wird.",
"unknown text" : "Unbekannter Text",
"Hello world!" : "Hallo Welt!",
"sunny" : "sonnig",
@@ -123,54 +125,66 @@
"Please reload the page." : "Bitte die Seite neu laden.",
"The update was unsuccessful. For more information <a href=\"{url}\">check our forum post</a> covering this issue." : "Das Update war nicht erfolgreich. Für mehr Informationen <a href=\"{url}\">lese bitte diesen Forenbeitrag</a> zu diesem Thema.",
"The update was unsuccessful. Please report this issue to the <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">Nextcloud community</a>." : "Das Update ist fehlgeschlagen. Bitte melde dieses Problem an die <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">Nextcloud Community</a>.",
- "Continue to Nextcloud" : "Weiter zur Nextcloud",
- "_The update was successful. Redirecting you to Nextcloud in %n second._::_The update was successful. Redirecting you to Nextcloud in %n seconds._" : ["Das Update war erfolgreich. Du wirst in %n Sekunde zur Nextcloud weitergeleitet.","Das Update war erfolgreich. Du wirst in %n Sekunden zur Nextcloud weitergeleitet."],
- "Searching other places" : "Andere Orte durchsuchen",
- "No search results in other folders for {tag}{filter}{endtag}" : "Keine Suchergebnisse in anderen Ordnern für {tag}{filter}{endtag}",
- "_{count} search result in another folder_::_{count} search results in other folders_" : ["{count} Suchergebnis im anderen Ordner","{count} Suchergebnisse in anderen Ordnern"],
+ "Continue to {productName}" : "Fortfahren zu {productName}",
+ "_The update was successful. Redirecting you to {productName} in %n second._::_The update was successful. Redirecting you to {productName} in %n seconds._" : ["Die Aktualisierung war erfolgreich. Du wirst in %n Sekunden zu {productName} weitergeleitet.","Die Aktualisierung war erfolgreich. Du wirst in %n Sekunden zu {productName} weitergeleitet."],
+ "Log in" : "Anmelden",
+ "Logging in …" : "Melde an…",
"Server side authentication failed!" : "Serverseitige Authentifizierung fehlgeschlagen!",
"Please contact your administrator." : "Bitte kontaktiere den Administrator.",
"An internal error occurred." : "Es ist ein interner Fehler aufgetreten.",
"Please try again or contact your administrator." : "Bitte versuche es noch einmal oder kontaktiere den Administrator.",
"Username or email" : "Benutzername oder E-Mail",
"Password" : "Passwort",
- "Log in" : "Anmelden",
- "Logging in …" : "Melde an…",
+ "Toggle password visibility" : "Passwortsichtbarkeit umschalten",
"Wrong username or password." : "Falscher Benutzername oder Passwort.",
"User disabled" : "Benutzer deaktiviert",
"We have detected multiple invalid login attempts from your IP. Therefore your next login is throttled up to 30 seconds." : "Es wurden mehrere ungültige Anmeldeversuche von Deiner IP-Adresse festgestellt. Daher wird die nächste Anmeldung um 30 Sekunden verzögert.",
+ "Your account is not setup for passwordless login." : "Dein Konto ist nicht für eine Anmeldung ohne Passwort eingerichtet.",
+ "Passwordless authentication is not supported in your browser." : "Anmeldung ohne Passwort wird von Deinem Browser nicht unterstützt.",
+ "Passwordless authentication is only available over a secure connection." : "Anmeldung ohne Passwort ist nur über eine sichere Verbindung möglich",
"Reset password" : "Passwort zurücksetzen",
- "A password reset message has been sent to the e-mail address of this account. If you do not receive it, check your spam/junk folders or ask your local administrator for help." : "Eine Nachricht zum Zurücksetzen des Passworts wurde an die in diesem Konto hinterlegte E-Mail Adresse gesendet. Wenn Du diese nicht erhalten hast, prüfe bitte den Spam/Junk Ordner oder kontaktiere Deinen lokalen Administrator für weitere Hilfe.",
+ "A password reset message has been sent to the email address of this account. If you do not receive it, check your spam/junk folders or ask your local administrator for help." : "Eine Nachricht zum Zurücksetzen des Passworts wurde an die in diesem Konto hinterlegte E-Mail-Adresse gesendet. Wenn Sie diese nicht erhalten haben, prüfen Sie bitte die Ordner Spam/Junk oder kontaktieren Sie Ihren lokalen Administrator für weitere Hilfe.",
"If it is not there ask your local administrator." : "Wenn Du keine E-Mail bekommen hast, wende Dich bitte an Deinen lokalen Administrator.",
"Couldn't send reset email. Please contact your administrator." : "Die E-Mail zum Zurücksetzen konnte nicht versendet werden. Bitte kontaktiere Deinen Administrator.",
- "Password can not be changed. Please contact your administrator." : "Passwort kann nicht geändert werden. Bitte kontaktiere Deinen Administrator.",
+ "Password cannot be changed. Please contact your administrator." : "Passwort kann nicht geändert werden. Bitte wende Dich an Deinen Administrator.",
"Back to login" : "Zur Anmeldung wechseln",
"New password" : "Neues Passwort",
"Your files are encrypted. There will be no way to get your data back after your password is reset. If you are not sure what to do, please contact your administrator before you continue. Do you really want to continue?" : "Deine Dateien sind verschlüsselt. Es gibt keinen Weg Deine Dateien nach dem Rücksetzen des Passwortes wiederherzustellen. Falls Du Dir nicht sicher bist, kontaktiere Deinen Administrator. Möchtest Du wirklich fortfahren?",
"I know what I'm doing" : "Ich weiß, was ich mache",
"Resetting password" : "Setze Passwort zurück",
"Recommended apps" : "Empfohlene Apps",
- "Loading apps …" : "Lade Apps…",
- "Could not fetch list of apps from the app store." : "Listte der Apps kann nicht vom App-Store abgerufen werden",
- "Installing apps …" : "Installiere Apps…",
- "Nextcloud {app}" : "Nextcloud {app}",
+ "Loading apps …" : "Lade Apps …",
+ "Installing apps …" : "Installiere Apps …",
"App download or installation failed" : "Herunterladen oder Installieren der App fehlgeschlagen",
- "Can't install this app because it is not compatible" : "App kann nicht installiert werden, da sie inkompatibel ist",
- "Can't install this app" : "App kann nicht installiert werden",
+ "Cannot install this app because it is not compatible" : "App kann nicht installiert werden, da sie inkompatibel ist",
+ "Cannot install this app" : "App kann nicht installiert werden",
"Cancel" : "Abbrechen",
"Schedule work & meetings, synced with all your devices." : "Plane Arbeiten und Besprechungen, die auf Deinen Geräten synchronisiert sind.",
"Keep your colleagues and friends in one place without leaking their private info." : "Halte die Kontakte zu Deinen Kollegen und Freunde an einem Ort zusammen, ohne deren privaten Daten zu weiterzugeben.",
"Simple email app nicely integrated with Files, Contacts and Calendar." : "Einfache E-Mail App mit super integrierter Dateiverwaltung, Adressen und Kalender.",
- "Chatting, video calls, screensharing, online meetings and web conferencing – in your browser and with mobile apps." : "Chatten, Videoanrufe, Bildschirmfreigaben, Online-Besprechungen und Webkonferenzen - in Ihrem Browser sowie mit mobilen Apps.",
+ "Chatting, video calls, screensharing, online meetings and web conferencing – in your browser and with mobile apps." : "Chatten, Videoanrufe, Bildschirmfreigaben, Online-Besprechungen und Webkonferenzen - in Deinem Browser sowie mit mobilen Apps.",
"Collaboratively edit office documents." : "Gemeinsames Bearbeiten von Office-Dokumenten.",
- "Local document editing back-end used by the OnlyOffice app." : "Lokales Dokumentenbearbeitungs-Backend, das von der OnlyOffice-Anwendung verwendet wird.",
+ "Local document editing back-end used by the Collabora Online app." : "Lokales Dokumentenbearbeitungs-Backend, das von der Collabora Online-Anwendung verwendet wird.",
"Forgot password?" : "Passwort vergessen?",
+ "Log in with a device" : "Mit einem Gerät anmelden",
+ "Back" : "Zurück",
+ "Login form is disabled." : "Das Anmeldeformular ist deaktiviert.",
+ "Reset search" : "Suche zurücksetzen",
+ "Search for {name} only" : "Nur nach {name} suchen",
+ "No results for {query}" : "Keine Suchergebnisse zu {query}",
+ "Start typing to search" : "Beginne mit der Eingabe, um zu suchen",
+ "Loading more results …" : "Lade weitere Ergebnisse…",
+ "Load more results" : "Weitere Ergebnisse laden",
+ "Search" : "Suche",
+ "An error occurred while searching for {type}" : "Es ist ein Fehler beim Suchen nach {type} aufgetreten",
+ "_Please enter {minSearchLength} character or more to search_::_Please enter {minSearchLength} characters or more to search_" : ["Bitte gebe {minSearchLength} Zeichen oder mehr ein nach denen gesucht werden soll","Bitte gebe {minSearchLength} Zeichen oder mehr ein nach denen gesucht werden soll"],
+ "Search {types} …" : "Suche {types}…",
"Settings" : "Einstellungen",
"Could not load your contacts" : "Deine Kontakte konnten nicht geladen werden",
"Search contacts …" : "Kontakte suchen…",
"No contacts found" : "Keine Kontakte gefunden",
"Show all contacts …" : "Zeige alle Kontakte…",
- "Install the Contacts app" : "Kontake-App installieren",
+ "Install the Contacts app" : "Kontakte-App installieren",
"Loading your contacts …" : "Lade Deine Kontakte…",
"Looking for {term} …" : "Suche nach {term}…",
"No" : "Nein",
@@ -206,7 +220,7 @@
"Pending" : "Ausstehend",
"Copy to {folder}" : "Kopieren nach {folder}",
"Move to {folder}" : "Verschieben nach {folder}",
- "Saving …" : "Speichern ...",
+ "Saving …" : "Speichern …",
"Authentication required" : "Legitimierung benötigt",
"This action requires you to confirm your password" : "Dieser Vorgang benötigt eine Passwortbestätigung von Dir",
"Confirm" : "Bestätigen",
@@ -232,6 +246,13 @@
"Strong password" : "Starkes Passwort",
"No action available" : "Keine Aktion verfügbar",
"Error fetching contact actions" : "Fehler beim Einlesen der Kontakt-Aktionen",
+ "Non-existing tag #{tag}" : "Nicht existierender Tag #{tag}",
+ "restricted" : "Eingeschränkt",
+ "invisible" : "unsichtbar",
+ "Delete" : "Löschen",
+ "Rename" : "Umbenennen",
+ "Collaborative tags" : "Kollaborative Tags",
+ "No tags found" : "Keine Tags gefunden",
"Personal" : "Persönlich",
"Users" : "Benutzer",
"Apps" : "Apps",
@@ -241,7 +262,10 @@
"File not found" : "Datei nicht gefunden",
"The document could not be found on the server. Maybe the share was deleted or has expired?" : "Das Dokument konnte auf dem Server nicht gefunden werden. Möglicherweise wurde die Freigabe gelöscht oder ist abgelaufen?",
"Back to %s" : "Zurück zu %s",
+ "Too many requests" : "Zu viele Anfragen",
+ "There were too many requests from your network. Retry later or contact your administrator if this is an error." : "Zu viele Anfragen aus Deinem Netzwerk. Versuche es später erneut oder wende Dich an Deinen Administrator, wenn dies ein Fehler sein sollte.",
"Error" : "Fehler",
+ "Previous" : "Vorige",
"Internal Server Error" : "Interner Serverfehler",
"The server was unable to complete your request." : "Der Server konnte die Anfrage nicht fertig stellen.",
"If this happens again, please send the technical details below to the server administrator." : "Sollte dies erneut auftreten, sende bitte die nachfolgenden technischen Einzelheiten an Deinen Server-Administrator.",
@@ -278,7 +302,7 @@
"SQLite should only be used for minimal and development instances. For production we recommend a different database backend." : "SQLite sollte nur für Minimal- und Entwicklungsinstanzen gewählt werden. Für die Produktion empfehlen wir ein anderes Datenbank-Backend.",
"If you use clients for file syncing, the use of SQLite is highly discouraged." : "Wenn Clients für die Dateisynchronisierung verwenden werden, so wird von der Verwendung von SQLite dringend abgeraten.",
"Install recommended apps" : "Empfohlene Apps installieren",
- "Calendar, Contacts, Talk, Mail & OnlyOffice" : "Kalender, Kontakte, Talk, Mail & OnlyOffice",
+ "Calendar, Contacts, Talk, Mail & Collaborative editing" : "Kalender, Kontakte, Talk, Mail & Gemeinsame Bearbeitung",
"Finish setup" : "Installation abschließen",
"Finishing …" : "Abschließen…",
"Need help?" : "Hilfe nötig?",
@@ -292,14 +316,13 @@
"More apps" : "Weitere Apps",
"More" : "Mehr",
"More apps menu" : "Weitere Apps-Menü",
- "Search" : "Suche",
- "Reset search" : "Suche zurücksetzen",
"Contacts" : "Kontakte",
"Contacts menu" : "Kontakte-Menü",
"Settings menu" : "Einstellungen-Menü",
"Confirm your password" : "Bestätige Dein Passwort",
"Connect to your account" : "Verbinde Dich mit Deinem Konto",
- "Please log in before granting %1$s access to your %2$s account." : "Bitte anmelden, bevor Du %1$s Zugriff auf Dein %2$s-Konto gewährst.",
+ "Please log in before granting %1$s access to your %2$s account." : "Bitte melde Dich an, bevor Du %1$s Zugriff auf Dein %2$s-Konto gewährst.",
+ "If you are not trying to set up a new device or app, someone is trying to trick you into granting them access to your data. In this case do not proceed and instead contact your system administrator." : "Solltest Du aktuell nicht versuchen, ein neues Gerät oder eine neue App einzurichten, dann kann es sein, das jemand versucht, Dich dazu zu bewegen, ihm Zugriff auf Deine Daten zu gewähren. Fahre in diesem Fall nicht fort, sondern wende Dich an Deinen Administrator.",
"App token" : "App-Token",
"Grant access" : "Zugriff gewähren",
"Alternative log in using app token" : "Alternative Anmeldung via App-Token",
@@ -312,7 +335,7 @@
"The password is wrong. Try again." : "Das Passwort ist falsch. Bitte versuche es erneut.",
"Two-factor authentication" : "Zwei-Faktor Authentifizierung",
"Enhanced security is enabled for your account. Choose a second factor for authentication:" : "Die erweiterte Sicherheit wurde für Dein Konto aktiviert. Bitte wähle einem zweiten Faktor für die Authentifizierung:",
- "Could not load at least one of your enabled two-factor auth methods. Please contact your admin." : "Es konnte keine Deiner Zwei-Faktor-Authentifizierungsmethoden geladen werden. Kontaktiere den Administrator.",
+ "Could not load at least one of your enabled two-factor auth methods. Please contact your admin." : "Mindestens eine Deiner Zwei-Faktor-Authentifizierungsmethoden konnte nicht geladen werden. Kontaktiere Deinen Administrator.",
"Two-factor authentication is enforced but has not been configured on your account. Contact your admin for assistance." : "Die Zwei-Faktor-Authentifizierung wird erzwungen, wurde jedoch für Dein Konto nicht konfiguriert. Wende Dich für Unterstützung an Deinen Administrator.",
"Two-factor authentication is enforced but has not been configured on your account. Please continue to setup two-factor authentication." : "Die Zwei-Faktor-Authentifizierung wird erzwungen, wurde jedoch für Dein Konto nicht konfiguriert. Bitte fahre mit der Einrichtung der Zwei-Faktor-Authentifizierung fort.",
"Set up two-factor authentication" : "Zwei-Faktor-Authentifizierung konfigurieren",
@@ -324,10 +347,10 @@
"Error while validating your second factor" : "Fehler beim Bestätigen des zweiten Sicherheitsfaktors",
"Access through untrusted domain" : "Zugriff über eine nicht vertrauenswürdige Domain",
"Please contact your administrator. If you are an administrator, edit the \"trusted_domains\" setting in config/config.php like the example in config.sample.php." : "Bitte kontaktiere Deinen Administrator. Wenn Du Administrator bist, bearbeite die „trusted_domains“-Einstellung in config/config.php. Siehe Beispiel in config/config.sample.php.",
- "Further information how to configure this can be found in the %1$sdocumentation%2$s." : "Weitere Informationen zur Konfiguration findest Du in der %1$sDokumentation%2$s.",
+ "Further information how to configure this can be found in the %1$sdocumentation%2$s." : "Weitere Informationen zur Konfiguration finden sich in der %1$sDokumentation%2$s.",
"App update required" : "App-Aktualisierung notwendig",
"%1$s will be updated to version %2$s" : "%1$s wird auf Version %2$s aktualisiert",
- "These apps will be updated:" : "Diese Apps werden aktualisiert:",
+ "The following apps will be updated:" : "Folgende Apps werden aktualisiert:",
"These incompatible apps will be disabled:" : "Diese inkompatiblen Apps werden deaktiviert:",
"The theme %s has been disabled." : "Das Design %s wurde deaktiviert.",
"Please make sure that the database, the config folder and the data folder have been backed up before proceeding." : "Bitte stelle vor dem Fortsetzen sicher, dass die Datenbank, der Konfigurationsordner und der Datenordner gesichert wurden.",
@@ -343,95 +366,49 @@
"This %s instance is currently in maintenance mode, which may take a while." : "Diese %s-Instanz befindet sich gerade im Wartungsmodus, was eine Weile dauern kann.",
"This page will refresh itself when the instance is available again." : "Diese Seite aktualisiert sich automatisch, sobald Nextcloud wieder verfügbar ist.",
"Contact your system administrator if this message persists or appeared unexpectedly." : "Kontaktiere den Systemadministrator, wenn diese Meldung dauerhaft oder unerwartet erscheint.",
- "Could not send reset email because there is no email address for this username. Please contact your administrator." : "Es konnte keine E-Mail verschickt werden, um das Passwort zurückzusetzen, da keine E-Mail im Benutzerkonto hinterlegt ist. Bitte kontaktiere Deinen Administrator.",
- "Couldn't send reset email. Please make sure your username is correct." : "E-Mail zum Zurücksetzen kann nicht versendet werden. Bitte Deinen Benutzernamen überprüfen.",
- "We have send a password reset e-mail to the e-mail address known to us for this account. If you do not receive it within a reasonable amount of time, check your spam/junk folders.<br>If it is not there ask your local administrator." : "Wir haben eine E-Mail zum Zurücksetzen des Passworts an die für dieses Konto bekannte E-Mail-Adresse versendet. Solltest Du diese nicht in Kürze erhalten, prüfe bitte Deinen Spam-Ordner.<br>Wenn Du keine E-Mail bekommen hast, wende Dich bitte an Deinen lokalen Administrator.",
- "Your files are encrypted. There will be no way to get your data back after your password is reset.<br />If you are not sure what to do, please contact your administrator before you continue. <br />Do you really want to continue?" : "Deine Dateien sind verschlüsselt. Es gibt keinen Weg Deine Dateien nach dem Rücksetzen des Passwortes wiederherzustellen.<br />Falls Du Dir nicht sicher bist, kontaktiere Deinen Administrator.<br />Möchtest Du wirklich fortfahren?",
- "Sending email …" : "Sende E-Mail …",
- "You are currently running PHP 5.6. The current major version of Nextcloud is the last that is supported on PHP 5.6. It is recommended to upgrade the PHP version to 7.0+ to be able to upgrade to Nextcloud 14." : "Du verwendest PHP 5.6. Die aktuelle Version von Nextcloud ist die letzte Version, die PHP 5.6 unterstützt. Es empfiehlt sich die PHP-Version auf 7.0 oder höher zu aktualisieren, um in der Lage zu sein, auf Nextcloud 14 zu aktualisieren.",
- "Accessing site insecurely via HTTP. You are strongly adviced to set up your server to require HTTPS instead, as described in the <a href=\"{docUrl}\">security tips ↗</a>." : "Der Zugriff auf diese Site erfolgt über HTTP. Es wird dringend geraten, Deinen Server so zu konfigurieren, dass stattdessen nur HTTPS akzeptiert wird, wie es in den <a href=\"{docUrl}\">Sicherheitshinweisen</a> beschrieben ist.",
- "Shared" : "Geteilt",
- "Shared with" : "Geteilt mit",
- "Shared by" : "Geteilt von",
- "Choose a password for the public link" : "Wähle ein Passwort für den öffentlichen Link",
- "Choose a password for the public link or press the \"Enter\" key" : "Wähle ein Passwort für die öffentliche Freigabe oder drücke \"Eingabe\"",
- "Copied!" : "Kopiert!",
- "Copy link" : "Link kopieren",
- "Not supported!" : "Nicht unterstützt!",
- "Press ⌘-C to copy." : "Zum Kopieren ⌘-C drücken.",
- "Press Ctrl-C to copy." : "Zum Kopieren Strg-C drücken.",
- "Unable to create a link share" : "Link zum Teilen kann nicht erstellt werden",
- "Unable to toggle this option" : "Option kann nicht umgeschaltet werden",
- "Resharing is not allowed" : "Das Weiterverteilen ist nicht erlaubt",
- "Link" : "Link",
- "Hide download" : "Download verbergen",
- "Password protection enforced" : "Passwortschutz erzwungen",
- "Password protect" : "Passwortschutz",
- "Allow editing" : "Bearbeitung erlauben",
- "Email link to person" : "Link per E-Mail verschicken",
- "Send" : "Senden",
- "Allow upload and editing" : "Hochladen und Bearbeiten erlauben",
- "Read only" : "Schreibgeschützt",
- "File drop (upload only)" : "Dateien ablegen (nur Hochladen)",
- "Expiration date enforced" : "Ablaufdatum erzwungen",
- "Set expiration date" : "Ablaufdatum setzen",
- "Expiration" : "Ablaufdatum",
- "Expiration date" : "Ablaufdatum",
- "Note to recipient" : "Notiz an Empfänger",
- "Unshare" : "Freigabe aufheben",
- "Delete share link" : "Freigabe-Link löschen",
- "Add another link" : "Weiteren Link hinzufügen",
- "Password protection for links is mandatory" : "Passwortschutz für Links ist zwingend",
- "Share to {name}" : "Mit {name} teilen",
- "Share link" : "Link teilen",
- "New share link" : "Neuer Freigabe-Link",
- "Created on {time}" : "Erstellt am {time}",
- "Password protect by Talk" : "Passwortgeschützt von Talk",
- "Could not unshare" : "Freigabe konnte nicht aufgehoben werden",
- "Shared with you and the group {group} by {owner}" : "{owner} hat dies mit Dir und der Gruppe {group} geteilt",
- "Shared with you and {circle} by {owner}" : "Von {owner} mit Dir und {circle} geteilt",
- "Shared with you and the conversation {conversation} by {owner}" : "Von {owner} mit Ihnen und der Unterhaltung {conversation} geteilt",
- "Shared with you in a conversation by {owner}" : "Mit Dir in einer Unterhaltung geteilt von {owner}",
- "Shared with you by {owner}" : "{owner} hat dies mit Dir geteilt",
- "Choose a password for the mail share" : "Wähle ein Passwort für das Teilen via E-Mail",
- "group" : "Gruppe",
- "remote" : "Entfernte Freigabe",
- "remote group" : "Externe Gruppe",
- "email" : "E-Mail",
- "conversation" : "Unterhaltung",
- "shared by {sharer}" : "Geteilt von {sharer}",
- "Can reshare" : "kann weiterteilen",
- "Can edit" : "kann bearbeiten",
- "Can create" : "kann erstellen",
- "Can change" : "kann ändern",
- "Can delete" : "kann löschen",
- "Access control" : "Zugriffskontrolle",
- "{shareInitiatorDisplayName} shared via link" : "{shareInitiatorDisplayName} mittels Link geteilt",
- "Error while sharing" : "Fehler beim Teilen",
- "Share details could not be loaded for this item." : "Details der geteilten Freigabe zu diesem Eintrag konnten nicht geladen werden.",
- "Search globally" : "Global suchen",
- "_At least {count} character is needed for autocompletion_::_At least {count} characters are needed for autocompletion_" : ["Mindestens {count} Zeichen wird für die Autovervollständigung benötigt","Mindestens {count} Zeichen werden für die Autovervollständigung benötigt"],
- "This list is maybe truncated - please refine your search term to see more results." : "Die Liste ist unter Umständen gekürzt - Bitte verfeinere Deine Suche um mehr Ergebnisse zu erhalten.",
- "No users or groups found for {search}" : "Keine Benutzer oder Gruppen für {search} gefunden",
- "No users found for {search}" : "Keine Benutzer für {search} gefunden",
- "An error occurred (\"{message}\"). Please try again" : "Es ist ein Fehler aufgetreten (\"{message}\"). Bitte erneut versuchen.",
- "An error occurred. Please try again" : "Es ist ein Fehler aufgetreten. Bitte versuche es noch einmal",
- "Home" : "Start",
- "Work" : "Arbeit",
- "Other" : "Andere",
- "{sharee} (remote group)" : "{sharee} (externe Gruppe)",
- "{sharee} ({type}, {owner})" : "{sharee} ({type}, {owner})",
- "Share" : "Teilen",
- "Name or email address..." : "Name oder E-Mail-Adresse…",
- "Name or federated cloud ID..." : "Name oder Federated-Cloud-ID…",
- "Name, federated cloud ID or email address..." : "Name, Federated-Cloud-ID oder E-Mail-Adresse…",
- "Name..." : "Name…",
- "Error removing share" : "Fehler beim Entfernen der Freigabe",
- "({scope})" : "({scope})",
- "Saving..." : "Speichere…",
- "Dismiss" : "Ausblenden",
- "Your client should now be connected! You can close this window." : "Dein Client ist jetzt verbunden! Du kannst dieses Fenster schließen.",
- "New Password" : "Neues Passwort",
- "Cancel log in" : "Anmeldung abbrechen"
+ "Checking whether the database schema can be updated (this can take a long time depending on the database size)" : "Prüft, ob das Datenbankschema aktualisiert werden kann (dies kann je nach Datenbankgröße sehr lange dauern)",
+ "Checked database schema update" : "Datenbankschema-Aktualisierung überprüft",
+ "Checking updates of apps" : "Es wird nach Aktualisierungen für die Apps gesucht",
+ "Checking for update of app \"%s\" in appstore" : "Suche nach einer Aktualisierung für die App \"%s\" im App-Store",
+ "Update app \"%s\" from appstore" : "Aktualisiere die App \"%s\" aus dem App-Store",
+ "Checked for update of app \"%s\" in appstore" : "App-Store auf Aktualisierung für die App \"%s\" geprüft",
+ "Checked database schema update for apps" : "Datenbankschema-Aktualisierung für Apps überprüft",
+ "Following apps have been disabled: %s" : "Die folgenden Apps wurden deaktiviert: %s",
+ "Your web server is not properly set up to resolve \"{url}\". Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Dein Web-Server ist nicht richtig eingerichtet um \"{url}\" aufzulösen. Weitere Informationen findest Du in der <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Dokumentation</a>.",
+ "Your web server is not properly set up to resolve \"{url}\". This is most likely related to a web server configuration that was not updated to deliver this folder directly. Please compare your configuration against the shipped rewrite rules in \".htaccess\" for Apache or the provided one in the documentation for Nginx at it's <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation page</a>. On Nginx those are typically the lines starting with \"location ~\" that need an update." : "Dein Webserver ist nicht ordnungsgemäß für die Auflösung von \"{url}\" eingerichtet. Dies hängt höchstwahrscheinlich mit einer Webserverkonfiguration zusammen, die nicht aktualisiert wurde, um diesen Ordner direkt zu liefern. Bitte vergleiche Deine Konfiguration mit den mitgelieferten Rewrite-Regeln in \".htaccess\" für Apache oder den in der Nginx-Dokumentation bereitgestellten auf dessen <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Dokumentationsseite</a>. Auf Nginx sind das typischerweise die Zeilen, die mit \"location ~\" beginnen und ein Update benötigen.",
+ "Your web server is not properly set up to deliver .woff2 files. This is typically an issue with the Nginx configuration. For Nextcloud 15 it needs an adjustement to also deliver .woff2 files. Compare your Nginx configuration to the recommended configuration in our <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Dein Web-Server ist nicht richtig eingerichtet um .woff2-Dateien auszuliefern. Dies ist meist ein Thema der Nginx-Konfiguration. Für Nextcloud 15 wird eine Anpassung für die Auslieferung von .woff2-Dateien benötigt. Vergleiche Deine Nginx-Konfiguration mit der empfohlenen Nginx-Konfiguration in unserer <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Dokumentation</a>.",
+ "Please check the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">installation documentation ↗</a> for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "Bitte die <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Installationsdokumentation ↗</a> auf Hinweise zur PHP-Konfiguration durchlesen sowie die PHP-Konfiguration Deines Servers überprüfen, insbesondere dann, wenn PHP-FPM eingesetzt wird.",
+ "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems. See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation ↗</a> for more information." : "Transaktionales Sperren ist deaktiviert, was zu Problemen mit Laufzeitbedingungen führen kann. 'filelocking.enabled' in der config.php aktivieren, um diese Probleme zu vermeiden. Weitere Informationen finden sich in unserer <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Dokumentation ↗</a>.",
+ "Last background job execution ran {relativeTime}. Something seems wrong." : "Letzte Cron-Job-Ausführung: {relativeTime}. Möglicherweise liegt ein Fehler vor.",
+ "Check the background job settings" : "Überprüfe Einstellungen für Hintergrundausführungen",
+ "No memory cache has been configured. To enhance performance, please configure a memcache, if available. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Es wurde kein PHP-Memory-Cache konfiguriert. Zur Erhöhung der Leistungsfähigkeit kann ein Memory-Cache konfiguriert werden. Weitere Informationen findest Du in der <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Dokumentation</a>.",
+ "No suitable source for randomness found by PHP which is highly discouraged for security reasons. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Von PHP wurde keine geeignete Quelle für Zufälligkeit gefunden, aus Sicht der Sicherheit ist dies bedenklich. Weitere Informationen sind in der <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Dokumentation</a> zu finden.",
+ "You are currently running PHP {version}. Upgrade your PHP version to take advantage of <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">performance and security updates provided by the PHP Group</a> as soon as your distribution supports it." : "Du verwendest derzeit PHP {version}. Upgrade Deine PHP-Version, um die <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">Geschwindigkeits- und Sicherheitsupdates zu nutzen, welche von der PHP-Gruppe bereitgestellt werden</a>, sobald diese Deine Distribution unterstützt.",
+ "The reverse proxy header configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If not, this is a security issue and can allow an attacker to spoof their IP address as visible to the Nextcloud. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Die Reverse-Proxy-Header-Konfiguration ist fehlerhaft oder Du greifst auf Nextcloud über einen vertrauenswürdigen Proxy zu. Ist dies nicht der Fall, dann besteht ein Sicherheitsproblem, das einem Angreifer erlaubt, die IP-Adresse, die für Nextcloud sichtbar ist, auszuspähen. Weitere Informationen hierzu finden sich in der <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Dokumentation</a>.",
+ "Memcached is configured as distributed cache, but the wrong PHP module \"memcache\" is installed. \\OC\\Memcache\\Memcached only supports \"memcached\" and not \"memcache\". See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">memcached wiki about both modules</a>." : "Memcached ist als verteilter Cache konfiguriert, aber das falsche PHP-Modul \"memcache\" ist installiert. \\OC\\Memcache\\Memcached unterstützt nur \"memcached\" jedoch nicht \"memcache\". Im <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">memcached wiki nach beiden Modulen suchen</a>.",
+ "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">List of invalid files…</a> / <a href=\"{rescanEndpoint}\">Rescan…</a>)" : "Einige Dateien haben die Integritätsprüfung nicht bestanden. Weiterführende Informationen befinden sich in unserer <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Dokumentation</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">Liste der ungültigen Dateien…</a> / <a href=\"{rescanEndpoint}\">Erneut analysieren…</a>)",
+ "The PHP OPcache module is not loaded. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance it is recommended</a> to load it into your PHP installation." : "Das PHP-OPcache-Modul ist nicht geladen. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Für eine bessere Leistung empfiehlt es sich</a> das Modul in Deiner PHP-Installation zu laden.",
+ "The PHP OPcache is not properly configured. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance it is recommended</a> to use the following settings in the <code>php.ini</code>:" : "Der PHP-OPcache ist nicht richtig konfiguriert. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Für eine bessere Leistung empfiehlt es sich</a> folgende Einstellungen in der <code>php.ini</code> vorzunehmen:",
+ "Some columns in the database are missing a conversion to big int. Due to the fact that changing column types on big tables could take some time they were not changed automatically. By running 'occ db:convert-filecache-bigint' those pending changes could be applied manually. This operation needs to be made while the instance is offline. For further details read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "Einige Spalten in der Datenbank können zu big int konvertiert werden. Das Ändern von Spaltentypen kann bei großen Tabellen einige Zeit dauern. Deshalb muss die Konvertierung manuell durch den Befehl \"occ db:convert-filecache-bigint\" gestartet werden. Zur Konvertierung muss die Instanz offline sein. Einzelheiten dazu <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">auf der zugehörigen Dokumentationsseite</a>.",
+ "To migrate to another database use the command line tool: 'occ db:convert-type', or see the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation ↗</a>." : "Um zu einer anderen Datenbank zu migrieren, benutze bitte die Kommandozeile: 'occ db:convert-type', oder schaue in die <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Dokumentation ↗</a>.",
+ "Use of the the built in php mailer is no longer supported. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Please update your email server settings ↗<a/>." : "Die Verwendung des eingebauten PHP-Mailers wird nicht länger unterstützt. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Bitte aktualisiere die E-Mail-Server-Einstellungen ↗<a/>.",
+ "MySQL is used as database but does not support 4-byte characters. To be able to handle 4-byte characters (like emojis) without issues in filenames or comments for example it is recommended to enable the 4-byte support in MySQL. For further details read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "MySQL wird als Datenbank verwendet, unterstützt jedoch keine 4-Byte-Zeichen. Um beispielsweise 4-Byte-Zeichen (wie Emojis) ohne Probleme mit Dateinamen oder Kommentaren verarbeiten zu können, wird empfohlen, die 4-Byte-Unterstützung in MySQL zu aktivieren. Für weitere Details lesen bitte <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">die Dokumentationsseite hierzu</a>.",
+ "You are accessing your instance over a secure connection, however your instance is generating insecure URLs. This most likely means that you are behind a reverse proxy and the overwrite config variables are not set correctly. Please read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "Du greifst über eine sichere Verbindung auf Deine Instanz zu, Deine Instanz generiert jedoch unsichere URLs. Dies bedeutet höchstwahrscheinlich, dass Du Dich hinter einem Reverse-Proxy befindest und die Konfigurationsvariablen zum Überschreiben nicht richtig eingestellt sind. Bitte lese <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">die Dokumentation hierzu</a>.",
+ "The \"{header}\" HTTP header is not set to \"{val1}\", \"{val2}\", \"{val3}\", \"{val4}\" or \"{val5}\". This can leak referer information. See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{link}\">W3C Recommendation ↗</a>." : "Der \"{header}\" HTTP-Header ist nicht gesetzt auf \"{val1}\", \"{val2}\", \"{val3}\", \"{val4}\" oder \"{val5}\". Dadurch können Verweis-Informationen preisgegeben werden. Siehe die <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{link}\">W3C-Empfehlung</a>.",
+ "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the <a href=\"{docUrl}\" rel=\"noreferrer noopener\">security tips ↗</a>." : "Der HTTP-Header \"Strict-Transport-Security\" ist nicht auf mindestens {seconds} Sekunden eingestellt. Für mehr Sicherheit wird das Aktivieren von HSTS empfohlen, wie es in den <a href=\"{docUrl}\" rel=\"noreferrer noopener\">Sicherheitshinweisen</a> erläutert ist.",
+ "Accessing site insecurely via HTTP. You are strongly advised to set up your server to require HTTPS instead, as described in the <a href=\"{docUrl}\">security tips ↗</a>." : "Unsicherer Seitenzugriff über HTTP. Es wird dringend empfohlen, den Server so einzurichten, dass HTTPS erforderlich ist, wie dies in den <a href=\"{docUrl}\">Sicherheits-Tipps ↗</a> beschrieben wird.",
+ "Continue to Nextcloud" : "Weiter zur Nextcloud",
+ "_The update was successful. Redirecting you to Nextcloud in %n second._::_The update was successful. Redirecting you to Nextcloud in %n seconds._" : ["Das Update war erfolgreich. Du wirst in %n Sekunde zur Nextcloud weitergeleitet.","Das Update war erfolgreich. Du wirst in %n Sekunden zur Nextcloud weitergeleitet."],
+ "Searching other places" : "Andere Orte durchsuchen",
+ "No search results in other folders for {tag}{filter}{endtag}" : "Keine Suchergebnisse in anderen Ordnern für {tag}{filter}{endtag}",
+ "_{count} search result in another folder_::_{count} search results in other folders_" : ["{count} Suchergebnis im anderen Ordner","{count} Suchergebnisse in anderen Ordnern"],
+ "A password reset message has been sent to the e-mail address of this account. If you do not receive it, check your spam/junk folders or ask your local administrator for help." : "Eine Nachricht zum Zurücksetzen des Passworts wurde an die in diesem Konto hinterlegte E-Mail Adresse gesendet. Wenn Du diese nicht erhalten hast, prüfe bitte den Spam/Junk-Ordner oder kontaktiere Deinen lokalen Administrator für weitere Hilfe.",
+ "Password can not be changed. Please contact your administrator." : "Passwort kann nicht geändert werden. Bitte kontaktiere Deinen Administrator.",
+ "Could not fetch list of apps from the app store." : "Liste der Apps kann nicht vom App Store abgerufen werden.",
+ "Nextcloud {app}" : "Nextcloud {app}",
+ "Can't install this app because it is not compatible" : "App kann nicht installiert werden, da sie inkompatibel ist",
+ "Can't install this app" : "App kann nicht installiert werden",
+ "These apps will be updated:" : "Diese Apps werden aktualisiert:",
+ "For more details see the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Für weitere Einzelheiten sehe bitte in die <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Dokumentation</a>."
},"pluralForm" :"nplurals=2; plural=(n != 1);"
} \ No newline at end of file
diff --git a/core/l10n/de_DE.js b/core/l10n/de_DE.js
index c6f5fd5eb3a..39b6e9eda70 100644
--- a/core/l10n/de_DE.js
+++ b/core/l10n/de_DE.js
@@ -5,6 +5,14 @@ OC.L10N.register(
"File is too big" : "Datei ist zu groß",
"The selected file is not an image." : "Die ausgewählte Datei ist kein Bild.",
"The selected file cannot be read." : "Die ausgewählte Datei kann nicht gelesen werden.",
+ "The file was uploaded" : "Die Datei wurde hochgeladen",
+ "The uploaded file exceeds the upload_max_filesize directive in php.ini" : "Die hochgeladene Datei überschreitet die Vorgabe upload_max_filesize in php.ini",
+ "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Die Datei ist größer als die Vorgabe MAX_FILE_SIZE, die im HTML-Formular angegeben ist",
+ "The file was only partially uploaded" : "Die Datei konnte nur teilweise hochgeladen werden",
+ "No file was uploaded" : "Es wurde keine Datei hochgeladen",
+ "Missing a temporary folder" : "Kein temporärer Ordner vorhanden",
+ "Could not write file to disk" : "Die Datei konnte nicht auf die Festplatte geschrieben werden",
+ "A PHP extension stopped the file upload" : "Eine PHP-Erweiterung hat das Hochladen der Datei gestoppt",
"Invalid file provided" : "Ungültige Datei zur Verfügung gestellt",
"No image or file provided" : "Es wurde weder ein Bild noch eine Datei zur Verfügung gestellt",
"Unknown filetype" : "Unbekannter Dateityp",
@@ -15,6 +23,7 @@ OC.L10N.register(
"No valid crop data provided" : "Keine gültigen Zuschnittdaten zur Verfügung gestellt",
"Crop is not square" : "Zuschnitt ist nicht quadratisch",
"State token does not match" : "Status-Token stimmen nicht überein",
+ "Invalid app password" : "Ungültiges App-Passwort",
"Could not complete login" : "Anmeldung konnte nicht abgeschlossen werden",
"Your login token is invalid or has expired" : "Ihr Anmelde-Token ist ungültig oder abgelaufen",
"Password reset is disabled" : "Passwort-Reset ist deaktiviert",
@@ -26,8 +35,10 @@ OC.L10N.register(
"Click the following link to reset your password. If you have not requested the password reset, then ignore this email." : "Klicken Sie zum Zurücksetzen des Passworts auf den folgenden Link. Wenn Sie das Zurücksetzen des Passworts nicht angefordert haben, ignorieren Sie bitte diese E-Mail.",
"Reset your password" : "Setzen Sie Ihr Passwort zurück",
"Nextcloud Server" : "Nextcloud-Server",
- "Some of your link shares have been removed" : "Einige der geteilten Freigaben wurden entfernt",
+ "Some of your link shares have been removed" : "Einige Ihrer Freigabe-Links wurden entfernt",
"Due to a security bug we had to remove some of your link shares. Please see the link for more information." : "Aufgrund eines Sicherheitsfehlers mussten einige Link-Freigaben entfernt werden. Für weitere Informationen siehe Link.",
+ "The user limit of this instance is reached." : "Die Benutzergrenze dieser Instanz ist erreicht.",
+ "Enter your subscription key to increase the user limit. For more information about Nextcloud Enterprise see our website." : "Geben Sie Ihren Abonnementschlüssel ein, um die Benutzergrenze zu erhöhen. Weitere Informationen über Nextcloud für Unternehmen (Enterprise) finden Sie auf unserer Webseite.",
"Preparing update" : "Update vorbereiten",
"[%d / %d]: %s" : "[%d / %d]: %s",
"Repair step:" : "Reparaturschritt:",
@@ -41,76 +52,70 @@ OC.L10N.register(
"Maintenance mode is kept active" : "Wartungsmodus bleibt aktiviert",
"Updating database schema" : "Das Datenbankschema wird aktualisiert",
"Updated database" : "Datenbank aktualisiert",
- "Checking whether the database schema can be updated (this can take a long time depending on the database size)" : "Prüft, ob das Datenbankschema aktualisiert werden kann (dies kann je nach Datenbankgröße sehr lange dauern)",
- "Checked database schema update" : "Datenbankschema-Aktualisierung überprüft",
- "Checking updates of apps" : "Es wird nach Updates für die Apps gesucht",
- "Checking for update of app \"%s\" in appstore" : "Suche nach einer Aktualisierung für die App \"%s\" im App-Store",
- "Update app \"%s\" from appstore" : "Aktualisiere die App \"%s\" aus dem App-Store",
- "Checked for update of app \"%s\" in appstore" : "App-Store auf Aktualisierung für die App \"%s\" geprüft",
+ "Checking for update of app \"%s\" in App Store" : "Suche nach einer Aktualisierung für die App \"%s\" im App-Store",
+ "Update app \"%s\" from App Store" : "Aktualisiere die App \"%s\" aus dem App-Store",
+ "Checked for update of app \"%s\" in App Store" : "App-Store auf Aktualisierung für die App \"%s\" geprüft",
"Checking whether the database schema for %s can be updated (this can take a long time depending on the database size)" : "Prüft, ob das Datenbankschema für %s aktualisiert werden kann (dies kann je nach Datenbankgröße sehr lange dauern)",
- "Checked database schema update for apps" : "Datenbankschema-Aktualisierung für Apps überprüft",
"Updated \"%1$s\" to %2$s" : "\"%1$s\" aktualisiert auf %2$s",
"Set log level to debug" : "Log-Level auf \"debug\" gesetzt",
"Reset log level" : "Ursprüngliches Log-Level wiederhergestellt",
"Starting code integrity check" : "Code-Integrität wird überprüft",
"Finished code integrity check" : "Code-Integritätsprüfung abgeschlossen",
"%s (incompatible)" : "%s (inkompatibel)",
- "Following apps have been disabled: %s" : "Die folgenden Apps wurden deaktiviert: %s",
+ "The following apps have been disabled: %s" : "Folgende Apps wurden deaktiviert: %s",
"Already up to date" : "Bereits aktuell",
"Your web server is not yet properly set up to allow file synchronization, because the WebDAV interface seems to be broken." : "Ihr Webserver ist noch nicht hinreichend für Datei-Synchronisierung konfiguriert. Die WebDAV-Schnittstelle ist vermutlich defekt.",
- "Your web server is not properly set up to resolve \"{url}\". Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Ihr Webserver ist nicht richtig konfiguriert um \"{url}\" aufzulösen. Weitere Informationen hierzu finden Sie in der <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Dokumentation</a>.",
- "Your web server is not properly set up to resolve \"{url}\". This is most likely related to a web server configuration that was not updated to deliver this folder directly. Please compare your configuration against the shipped rewrite rules in \".htaccess\" for Apache or the provided one in the documentation for Nginx at it's <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation page</a>. On Nginx those are typically the lines starting with \"location ~\" that need an update." : "Ihr Webserver ist nicht ordnungsgemäß für die Auflösung von \"{url}\" eingerichtet. Dies hängt höchstwahrscheinlich mit einer Webserverkonfiguration zusammen, die nicht aktualisiert wurde, um diesen Ordner direkt zu liefern. Bitte vergleichen Sie Ihre Konfiguration mit den mitgelieferten Rewrite-Regeln in \".htaccess\" für Apache oder den in der Nginx-Dokumentation bereitgestellten auf dessen <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Dokumentationsseite</a>. Auf Nginx sind das typischerweise die Zeilen, die mit \"location ~\" beginnen und ein Update benötigen.",
- "Your web server is not properly set up to deliver .woff2 files. This is typically an issue with the Nginx configuration. For Nextcloud 15 it needs an adjustement to also deliver .woff2 files. Compare your Nginx configuration to the recommended configuration in our <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Ihr Web-Server ist nicht richtig eingerichtet um .woff2-Dateien auszuliefern. Dies ist meist ein Thema der Nginx-Konfiguration. Für Nextcloud 15 wird eine Anpassung für die Auslieferung von .woff2-Dateien benötigt. Vergleichen Sie Ihre Nginx-Konfiguration mit der empfohlenen Nginx-Konfiguration in unserer <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Dokumentation</a>.",
+ "Your web server is not properly set up to resolve \"{url}\". Further information can be found in the {linkstart}documentation ↗{linkend}." : "Ihr Webserver ist nicht richtig konfiguriert um \"{url}\" aufzulösen. Weitere Informationen hierzu finden Sie in unserer {linkstart}Dokumentation ↗{linkend}.",
+ "Your web server is not properly set up to resolve \"{url}\". This is most likely related to a web server configuration that was not updated to deliver this folder directly. Please compare your configuration against the shipped rewrite rules in \".htaccess\" for Apache or the provided one in the documentation for Nginx at it's {linkstart}documentation page ↗{linkend}. On Nginx those are typically the lines starting with \"location ~\" that need an update." : "Ihr Webserver ist nicht ordnungsgemäß für die Auflösung von \"{url}\" eingerichtet. Dies hängt höchstwahrscheinlich mit einer Webserver-Konfiguration zusammen, die nicht aktualisiert wurde, um diesen Ordner direkt zu liefern. Bitte vergleichen Sie Ihre Konfiguration mit den mitgelieferten Rewrite-Regeln in \".htaccess\" für Apache oder den in der Nginx-Dokumentation bereitgestellten auf dessen {linkstart}Dokumentationsseite ↗{linkend}. Auf Nginx sind das typischerweise die Zeilen, die mit \"location ~\" beginnen und ein Update benötigen.",
+ "Your web server is not properly set up to deliver .woff2 files. This is typically an issue with the Nginx configuration. For Nextcloud 15 it needs an adjustement to also deliver .woff2 files. Compare your Nginx configuration to the recommended configuration in our {linkstart}documentation ↗{linkend}." : "Ihr Web-Server ist nicht richtig eingerichtet um .woff2-Dateien auszuliefern. Dies liegt meist an der Nginx-Konfiguration. Für Nextcloud 15 wird eine Anpassung für die Auslieferung von .woff2-Dateien benötigt. Vergleichen Sie Ihre Nginx-Konfiguration mit der empfohlenen Nginx-Konfiguration in unserer {linkstart}Dokumentation ↗{linkend}.",
"PHP does not seem to be setup properly to query system environment variables. The test with getenv(\"PATH\") only returns an empty response." : "PHP scheint zur Abfrage von Systemumgebungsvariablen nicht richtig eingerichtet zu sein. Der Test mit getenv(\"PATH\") liefert nur eine leere Antwort zurück.",
- "Please check the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">installation documentation ↗</a> for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "Bitte die <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Installationsdokumentation ↗</a> auf Hinweise zur PHP-Konfiguration durchlesen, sowie die PHP-Konfiguration Ihres Servers überprüfen, insbesondere dann, wenn PHP-FPM eingesetzt wird.",
+ "Please check the {linkstart}installation documentation ↗{linkend} for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "Bitte schauen Sie in der {linkstart}Installationsdokumentation ↗{linkend} auf Hinweise zur PHP-Konfiguration, sowie die PHP-Konfiguration ihres Servers, insbesondere dann, wenn Sie PHP-FPM einsetzen.",
"The read-only config has been enabled. This prevents setting some configurations via the web-interface. Furthermore, the file needs to be made writable manually for every update." : "Die schreibgeschützte Konfiguration wurde aktiviert. Dies verhindert das Setzen einiger Einstellungen über die Web-Schnittstelle. Weiterhin muss bei jedem Update der Schreibzugriff auf die Datei händisch aktiviert werden.",
"Your database does not run with \"READ COMMITTED\" transaction isolation level. This can cause problems when multiple actions are executed in parallel." : "Ihre Datenbank läuft nicht mit der \"READ COMMITED\" Transaktionsisolationsstufe. Dies kann Probleme hervorrufen, wenn mehrere Aktionen parallel ausgeführt werden.",
- "The PHP module \"fileinfo\" is missing. It is strongly recommended to enable this module to get the best results with MIME type detection." : "Das PHP-Modul 'fileinfo' fehlt. Es empfiehlt sich dringend, das Modul zu aktivieren, um bestmögliche Ergebnisse bei der MIME-Datei-Typ-Erkennung zu erhalten. ",
- "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems. See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation ↗</a> for more information." : "Transaktionales Sperren ist deaktiviert, was zu Problemen mit Laufzeitbedingungen führen kann. Aktivieren Sie 'filelocking.enabled' in der config.php diese Probleme zu vermeiden. Weitere Informationen findest Sie in unserer <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Dokumentation ↗</a>.",
+ "The PHP module \"fileinfo\" is missing. It is strongly recommended to enable this module to get the best results with MIME type detection." : "Das PHP-Modul 'fileinfo' fehlt. Es wird dringend empfohlen, das Modul zu aktivieren, um bestmögliche Ergebnisse bei der MIME-Datei-Typ-Erkennung zu erhalten. ",
+ "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems. See the {linkstart}documentation ↗{linkend} for more information." : "Transaktionales Sperren ist deaktiviert, was zu Problemen mit Laufzeitbedingungen führen kann. Aktivieren Sie 'filelocking.enabled' in der config.php diese Probleme zu vermeiden. Weitere Informationen finden Sie in unserer {linkstart}Documentation ↗{linkend}.",
"If your installation is not installed at the root of the domain and uses system cron, there can be issues with the URL generation. To avoid these problems, please set the \"overwrite.cli.url\" option in your config.php file to the webroot path of your installation (suggestion: \"{suggestedOverwriteCliURL}\")" : "Wenn sich Ihre Installation nicht im Wurzelverzeichnis der Domain befindet und Cron des Systems genutzt wird, kann es zu Fehlern bei der URL-Generierung kommen. Um dies zu verhindern, setzen Sie bitte die „overwrite.cli.url“-Option in Ihrer config.php auf das Web-Wurzelverzeichnis Ihrer Installation (Vorschlag: \"{suggestedOverwriteCliURL}\")",
- "It was not possible to execute the cron job via CLI. The following technical errors have appeared:" : "Die Ausführung des Cron-Jobs über die Kommandozeile war nicht möglich. Die folgenden technischen Fehler sind dabei aufgetreten: ",
- "Last background job execution ran {relativeTime}. Something seems wrong." : "Letzte Cron-Job-Ausführung: {relativeTime}. Möglicherweise liegt ein Fehler vor.",
- "Check the background job settings" : "Überprüfen Sie die Cron-Job Einstellungen",
+ "Your installation has no default phone region set. This is required to validate phone numbers in the profile settings without a country code. To allow numbers without a country code, please add \"default_phone_region\" with the respective {linkstart}ISO 3166-1 code ↗{linkend} of the region to your config file." : "Für Ihre Installation ist keine Standard-Telefonregion festgelegt. Dies ist erforderlich, um Telefonnummern in den Profileinstellungen ohne Ländercode überprüfen zu können. Um Nummern ohne Ländercode zuzulassen, fügen Sie bitte \"default_phone_region\" mit dem entsprechenden {linkstart}ISO 3166-1-Code ↗{linkend} der gewünschten Region hinzu.",
+ "It was not possible to execute the cron job via CLI. The following technical errors have appeared:" : "Die Ausführung des Cron-Jobs über die Kommandozeile war nicht möglich. Folgende technische Fehler sind aufgetreten: ",
+ "Last background job execution ran {relativeTime}. Something seems wrong. {linkstart}Check the background job settings ↗{linkend}." : "Letzte Cron-Job-Ausführung: {relativeTime}. {linkstart}Check the background job settings ↗{linkend}.",
"This server has no working Internet connection: Multiple endpoints could not be reached. This means that some of the features like mounting external storage, notifications about updates or installation of third-party apps will not work. Accessing files remotely and sending of notification emails might not work, either. Establish a connection from this server to the Internet to enjoy all features." : "Dieser Server hat keine funktionierende Internetverbindung: Mehrere Ziele konnten nicht erreicht werden. Dies bedeutet, dass einige Funktionen, wie das Einhängen externer Speicher, Benachrichtigungen über Updates oder die Installation von Drittanbieter-Apps nicht funktionieren. Der Zugriff auf entfernte Dateien und das Senden von E-Mail-Benachrichtigungen wird wahrscheinlich ebenfalls nicht funktionieren. Um alle Funktionen nutzen zu können, stellen Sie bitte eine Internet-Verbindung für diesen Server her.",
- "No memory cache has been configured. To enhance performance, please configure a memcache, if available. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Es wurde kein PHP-Memory-Cache konfiguriert. Zur Erhöhung der Leistungsfähigkeit kann ein Memory-Cache konfiguriert werden. Weitere Informationen finden Sie in der <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Dokumentation</a>.",
- "No suitable source for randomness found by PHP which is highly discouraged for security reasons. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Von PHP wurde keine geeignete Quelle für Zufälligkeit gefunden, aus Sicht der Sicherheit ist dies bedenklich. Weitere Informationen sind in der <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Dokumentation</a> zu finden.",
- "You are currently running PHP {version}. Upgrade your PHP version to take advantage of <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">performance and security updates provided by the PHP Group</a> as soon as your distribution supports it." : "Sie verwenden im Moment PHP {version}. Upgraden Sie Ihre PHP-Version, um die <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">Geschwindigkeits- und Sicherheitsupdates zu nutzen, welche von der PHP-Gruppe bereitgestellt werden</a>, sobald Ihre Distribution diese unterstützt.",
- "Nextcloud 19 is the last release supporting PHP 7.2. Nextcloud 20 requires at least PHP 7.3." : "Nextcloud 19 ist die letzte Version, die PHP 7.2 unterstützt. Nextcloud 20 benötigt mindestens PHP 7.3.",
- "The reverse proxy header configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If not, this is a security issue and can allow an attacker to spoof their IP address as visible to the Nextcloud. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Die Reverse-Proxy-Header-Konfiguration ist fehlerhaft oder Sie greifen auf Nextcloud über einen vertrauenswürdigen Proxy zu. Ist dies nicht der Fall, dann besteht ein Sicherheitsproblem, das einem Angreifer erlaubt die IP-Adresse, die für Nextcloud sichtbar ist, auszuspähen. Weitere Informationen hierzu finde sich in der <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Dokumentation</a>.",
- "Memcached is configured as distributed cache, but the wrong PHP module \"memcache\" is installed. \\OC\\Memcache\\Memcached only supports \"memcached\" and not \"memcache\". See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">memcached wiki about both modules</a>." : "Memcached ist als verteilter Cache konfiguriert, aber das falsche PHP Modul \"memcache\" ist installiert. \\OC\\Memcache\\Memcached unterstützt nur \"memcached\" jedoch nicht \"memcache\". Im <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">memcached wiki nach beiden Modulen suchen</a>.",
- "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">List of invalid files…</a> / <a href=\"{rescanEndpoint}\">Rescan…</a>)" : "Einige Dateien haben die Integritätsprüfung nicht bestanden. Weiterführende Informationen befinden sich in unserer <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Dokumentation</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">Liste der ungültigen Dateien …</a> / <a href=\"{rescanEndpoint}\">Erneut analysieren…</a>)",
- "The PHP OPcache module is not loaded. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance it is recommended</a> to load it into your PHP installation." : "Das PHP-OPcache-Modul ist nicht geladen. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Für eine bessere Leistung empfiehlt es sich</a> das Modul in Ihre PHP-Installation zu laden.",
- "The PHP OPcache is not properly configured. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance it is recommended</a> to use the following settings in the <code>php.ini</code>:" : "Der PHP-OPcache ist nicht richtig konfiguriert. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Für eine bessere Leistung empfiehlt es sich</a> folgende Einstellungen in der <code>php.ini</code> vorzunehmen:",
+ "No memory cache has been configured. To enhance performance, please configure a memcache, if available. Further information can be found in the {linkstart}documentation ↗{linkend}." : "Es wurde kein PHP Memory Cache konfiguriert. Konfigurieren Sie zur Erhöhung der Leistungsfähigkeit, soweit verfügbar, einen Memory Cache. Weitere Informationen finden Sie in unserer {linkstart}Dokumentation ↗{linkend}.",
+ "No suitable source for randomness found by PHP which is highly discouraged for security reasons. Further information can be found in the {linkstart}documentation ↗{linkend}." : "Von PHP wurde keine geeignete Quelle für Zufälligkeit gefunden, aus Sicht der Sicherheit ist dies bedenklich. Weitere Informationen sind in der {linkstart}Dokumentation ↗{linkend} zu finden.",
+ "You are currently running PHP {version}. Upgrade your PHP version to take advantage of {linkstart}performance and security updates provided by the PHP Group ↗{linkend} as soon as your distribution supports it." : "Sie verwenden im Moment PHP {version}. Wir empfehlen ein Upgrade ihrer PHP Version, um die {linkstart}Geschwindigkeits- und Sicherheitsupdates zu nutzen, welche von der PHP Gruppe bereitgestellt werden↗{linkend}, sobald Ihre Distribution diese unterstützt.",
+ "Nextcloud 20 is the last release supporting PHP 7.2. Nextcloud 21 requires at least PHP 7.3." : "Nextcloud 20 ist die letzte Version, die PHP 7.2 unterstützt. Nextcloud 21 benötigt mindestens PHP 7.3.",
+ "The reverse proxy header configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If not, this is a security issue and can allow an attacker to spoof their IP address as visible to the Nextcloud. Further information can be found in the {linkstart}documentation ↗{linkend}." : "Die Reverse-Proxy-Header-Konfiguration ist fehlerhaft oder Sie greifen auf Nextcloud über einen vertrauenswürdigen Proxy zu. Ist dies nicht der Fall, dann besteht ein Sicherheitsproblem, das einem Angreifer erlaubt die IP-Adresse, die für Nextcloud sichtbar ist, auszuspähen. Weitere Informationen hierzu befindet sich in der {linkstart}Dokumentation ↗{linkend}.",
+ "Memcached is configured as distributed cache, but the wrong PHP module \"memcache\" is installed. \\OC\\Memcache\\Memcached only supports \"memcached\" and not \"memcache\". See the {linkstart}memcached wiki about both modules ↗{linkend}." : "Memcached ist als distributed cache konfiguriert aber das falsche PHP-Modul \"memcache\" ist installiert. \\OC\\Memcache\\Memcached unterstützt nur \"memcached\" jedoch nicht \"memcache\". Im {linkstart}memcached wiki nach beiden Modulen suchen ↗{linkend}.",
+ "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in the {linkstart1}documentation ↗{linkend}. ({linkstart2}List of invalid files…{linkend} / {linkstart3}Rescan…{linkend})" : "Manche Dateien haben die Integritätsprüfung nicht bestanden. Weitere Informationen um den Fehler zu behen finden Sie in unserer {linkstart1}Dokumentation↗{linkend}. ({linkstart2}Liste der ungültigen Dateien...{linkend} / {linkstart3}Erneut scannen…{linkend})",
+ "The PHP OPcache module is not loaded. {linkstart}For better performance it is recommended ↗{linkend} to load it into your PHP installation." : "Das PHP-OPcache-Modul ist nicht geladen. {linkstart}Für eine bessere Leistung empfiehlt es sich ↗{linkend} das Modul in Ihre PHP-Installation zu laden.",
+ "The PHP OPcache module is not properly configured. {linkstart}For better performance it is recommended ↗{linkend} to use the following settings in the <code>php.ini</code>:" : "Der PHP-OPcache ist nicht richtig konfiguriert. {linkstart}Für eine bessere Leistung empfiehlt es sich ↗{linkend} folgende Einstellungen in der <code>php.ini</code> vorzunehmen:",
"The PHP function \"set_time_limit\" is not available. This could result in scripts being halted mid-execution, breaking your installation. Enabling this function is strongly recommended." : "Die PHP-Funktion \"set_time_limit\" ist nicht verfügbar. Dies kann in angehaltenen Scripten oder einer fehlerhaften Installation resultieren. Es wird dringend empfohlen, diese Funktion zu aktivieren.",
"Your PHP does not have FreeType support, resulting in breakage of profile pictures and the settings interface." : "Ihr PHP unterstützt Freetype nicht. Dies wird defekte Profilbilder und eine defekte Anzeige der Einstellungen verursachen.",
"Missing index \"{indexName}\" in table \"{tableName}\"." : "Fehlender Index \"{indexName}\" in der Tabelle \"{tableName}\".",
"The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "In der Datenbank fehlen einige Indizes. Auf Grund der Tatsache, dass das Hinzufügen von Indizes in großen Tabellen einige Zeit in Anspruch nehmen kann, wurden diese nicht automatisch erzeugt. Durch das Ausführen von \"occ db:add-missing-indices\" können die fehlenden Indizes manuell hinzugefügt werden, während die Instanz weiter läuft. Nachdem die Indizes hinzugefügt wurden, sind Anfragen auf die Tabellen normalerweise schneller.",
- "This instance is missing some recommended PHP modules. For improved performance and better compatibility it is highly recommended to install them." : "Dieser Installation fehlen einige empfholene PHP-Module. Für bessere Leistung und bessere Kompatibilität wird dringend empfohlen, diese zu installieren.",
- "Some columns in the database are missing a conversion to big int. Due to the fact that changing column types on big tables could take some time they were not changed automatically. By running 'occ db:convert-filecache-bigint' those pending changes could be applied manually. This operation needs to be made while the instance is offline. For further details read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "Bei einigen Spalten in der Datenbank fehlt eine Konvertierung in big int. Aufgrund der Tatsache, dass das Ändern von Spaltentypen bei großen Tabellen einige Zeit dauern kann, wurden sie nicht automatisch geändert. Durch Ausführen von \"occ db:convert-filecache-bigint\" können diese ausstehenden Änderungen manuell übernommen werden. Diese Operation muss ausgeführt werden, während die Instanz offline ist. Weitere Einzelheiten finden Sie auf <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">der zugehörigen Dokumentationsseite</a>.",
+ "Missing primary key on table \"{tableName}\"." : "Fehlender Primärschlüssel auf Tabelle \"{tableName}\".",
+ "The database is missing some primary keys. Due to the fact that adding primary keys on big tables could take some time they were not added automatically. By running \"occ db:add-missing-primary-keys\" those missing primary keys could be added manually while the instance keeps running." : "In der Datenbank fehlen einige Primärschlüssel. Aufgrund der Tatsache, dass das Hinzufügen von Primärschlüsseln bei großen Tabellen einige Zeit dauern konnte, wurden sie nicht automatisch hinzugefügt. Durch Ausführen von \"occ db:add-missing-primary-keys\" können diese fehlenden Primärschlüssel manuell hinzugefügt werden, während die Instanz weiter läuft.",
+ "Missing optional column \"{columnName}\" in table \"{tableName}\"." : "Fehlende optionale Spalte \"{columnName}\" in der Tabelle \"{tableName}\".",
+ "The database is missing some optional columns. Due to the fact that adding columns on big tables could take some time they were not added automatically when they can be optional. By running \"occ db:add-missing-columns\" those missing columns could be added manually while the instance keeps running. Once the columns are added some features might improve responsiveness or usability." : "In der Datenbank fehlen einige optionale Spalten. Da das Hinzufügen von Spalten bei großen Tabellen einige Zeit dauern kann, wurden sie nicht automatisch hinzugefügt, wenn sie optional sein können. Durch Ausführen von \"occ db:add-missing-columns\" können diese fehlenden Spalten manuell hinzugefügt werden, während die Instanz weiter läuft. Sobald die Spalten hinzugefügt sind, könnten einige Funktionen die Reaktionsfähigkeit oder die Benutzerfreundlichkeit verbessern.",
+ "This instance is missing some recommended PHP modules. For improved performance and better compatibility it is highly recommended to install them." : "Dieser Installation fehlen einige empfohlene PHP-Module. Für bessere Leistung und bessere Kompatibilität wird dringend empfohlen, diese zu installieren.",
+ "Module php-imagick in this instance has no SVG support. For better compatibility it is recommended to install it." : "Dem Modul php-imagick fehlt die SVG-Unterstützung. Für eine bessere Kompatibilität wird empfohlen, es zu installieren.",
+ "Some columns in the database are missing a conversion to big int. Due to the fact that changing column types on big tables could take some time they were not changed automatically. By running 'occ db:convert-filecache-bigint' those pending changes could be applied manually. This operation needs to be made while the instance is offline. For further details read {linkstart}the documentation page about this ↗{linkend}." : "Bei einigen Spalten in der Datenbank fehlt eine Konvertierung in big int. Aufgrund der Tatsache, dass das Ändern von Spaltentypen bei großen Tabellen einige Zeit dauern kann, wurden sie nicht automatisch geändert. Durch Ausführen von \"occ db:convert-filecache-bigint\" können diese ausstehenden Änderungen manuell übernommen werden. Diese Operation muss ausgeführt werden, während die Instanz offline ist. Weitere Details finden Sie auf {linkstart}der zugehörigen Dokumentationsseite ↗{linkend}.",
"SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend." : "SQLite wird als Datenbank verwendet. Bei größeren Installationen wird empfohlen, auf ein anderes Datenbank-Backend zu wechseln.",
"This is particularly recommended when using the desktop client for file synchronisation." : "Dies wird insbesondere bei der Benutzung des Desktop-Clients zur Synchronisierung empfohlen.",
- "To migrate to another database use the command line tool: 'occ db:convert-type', or see the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation ↗</a>." : "Um zu einer anderen Datenbank zu migrieren, benutzen Sie bitte die Kommandozeile: 'occ db:convert-type', oder in die <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Dokumentation ↗</a> schauen.",
- "Use of the the built in php mailer is no longer supported. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Please update your email server settings ↗<a/>." : "Die Verwendung des eingebauten PHP-Mailers wird nicht länger unterstützt. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Bitte aktualisieren Sie die E-Mail-Server-Einstellungen ↗<a/>.",
+ "To migrate to another database use the command line tool: 'occ db:convert-type', or see the {linkstart}documentation ↗{linkend}." : "Um zu einer anderen Datenbank zu migrieren, benutzen Sie bitte die Befehlszeile: 'occ db:convert-type', oder in die {linkstart}Dokumentation ↗{linkend} schauen.",
"The PHP memory limit is below the recommended value of 512MB." : "Die PHP-Speichergrenze liegt unterhalb des empfohlenen Wertes von 512MB.",
"Some app directories are owned by a different user than the web server one. This may be the case if apps have been installed manually. Check the permissions of the following app directories:" : "Einige App-Ordner haben einen anderen Besitzer als der Benutzer des Webservers. Dies kann der Fall sein, wenn Apps manuell installiert wurden. Prüfen Sie die Berechtigungen der folgenden App-Ordner:",
- "MySQL is used as database but does not support 4-byte characters. To be able to handle 4-byte characters (like emojis) without issues in filenames or comments for example it is recommended to enable the 4-byte support in MySQL. For further details read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "MySQL wird als Datenbank verwendet, unterstützt jedoch keine 4-Byte-Zeichen. Um beispielsweise 4-Byte-Zeichen (wie Emojis) ohne Probleme mit Dateinamen oder Kommentaren verarbeiten zu können, wird empfohlen, die 4-Byte-Unterstützung in MySQL zu aktivieren. Für weitere Details lesen Sie bitte <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">die Dokumentationsseite hierzu</a>.",
+ "MySQL is used as database but does not support 4-byte characters. To be able to handle 4-byte characters (like emojis) without issues in filenames or comments for example it is recommended to enable the 4-byte support in MySQL. For further details read {linkstart}the documentation page about this ↗{linkend}." : "MySQL wird als Datenbank verwendet, unterstützt jedoch keine 4-Byte-Zeichen. Um beispielsweise 4-Byte-Zeichen (wie Emojis) ohne Probleme mit Dateinamen oder Kommentaren verarbeiten zu können, wird empfohlen, die 4-Byte-Unterstützung in MySQL zu aktivieren. Für weitere Details lesen Sie bitte {linkstart}die Dokumentationsseite hierzu ↗{linkend}.",
"This instance uses an S3 based object store as primary storage. The uploaded files are stored temporarily on the server and thus it is recommended to have 50 GB of free space available in the temp directory of PHP. Check the logs for full details about the path and the available space. To improve this please change the temporary directory in the php.ini or make more space available in that path." : "Diese Instanz verwendet einen S3-basierten Objektspeicher als Primärspeicher. Die hochgeladenen Dateien werden temporär auf dem Server gespeichert und es wird daher empfohlen, 50 GB freien Speicherplatz im temp-Verzeichnis von PHP zur Verfügung zu haben. Überprüfen Sie die Protokolle, um alle Details über den Pfad und den verfügbaren Platz zu erhalten. Um dies zu verbessern, kann das temporäre Verzeichnis in der php.ini geändert oder mehr Platz in diesem Pfad zur Verfügung gestellt werden.",
- "You are accessing your instance over a secure connection, however your instance is generating insecure URLs. This most likely means that you are behind a reverse proxy and the overwrite config variables are not set correctly. Please read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "Sie greifen über eine sichere Verbindung auf Ihre Instanz zu, Ihre Instanz generiert jedoch unsichere URLs. Dies bedeutet höchstwahrscheinlich, dass Sie sich hinter einem Reverse-Proxy befinden und die Konfigurationsvariablen zum Überschreiben nicht richtig eingestellt sind. Bitte lesen Sie <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">die Dokumentation hierzu</a>.",
+ "You are accessing your instance over a secure connection, however your instance is generating insecure URLs. This most likely means that you are behind a reverse proxy and the overwrite config variables are not set correctly. Please read {linkstart}the documentation page about this ↗{linkend}." : "Sie greifen über eine sichere Verbindung auf Ihre Instanz zu, Ihre Instanz generiert jedoch unsichere URLs. Dies bedeutet höchstwahrscheinlich, dass Sie sich hinter einem Reverse-Proxy befinden und die Konfigurationsvariablen zum Überschreiben nicht richtig eingestellt sind. Bitte lesen Sie {linkstart}die Dokumentation hierzu ↗{linkend}.",
"Error occurred while checking server setup" : "Fehler beim Überprüfen der Servereinrichtung",
+ "For more details see the {linkstart}documentation ↗{linkend}." : "Weitere Informationen finden Sie in der {linkstart}Dokumentation ↗{linkend}.",
"Your data directory and files are probably accessible from the Internet. The .htaccess file is not working. It is strongly recommended that you configure your web server so that the data directory is no longer accessible, or move the data directory outside the web server document root." : "Ihr Datenverzeichnis und Ihre Dateien sind wahrscheinlich vom Internet aus erreichbar. Die .htaccess-Datei funktioniert nicht. Es wird dringend empfohlen, Ihren Webserver dahingehend zu konfigurieren, dass das Datenverzeichnis nicht mehr vom Internet aus erreichbar ist oder dass Sie es aus dem Document-Root-Verzeichnis des Webservers herausverschieben.",
"The \"{header}\" HTTP header is not set to \"{expected}\". This is a potential security or privacy risk, as it is recommended to adjust this setting accordingly." : "Der „{header}“-HTTP-Header ist nicht so konfiguriert, dass er „{expected}“ entspricht. Dies ist ein potentielles Sicherheitsrisiko und es wird empfohlen, diese Einstellung zu ändern.",
"The \"{header}\" HTTP header is not set to \"{expected}\". Some features might not work correctly, as it is recommended to adjust this setting accordingly." : "Der „{header}“-HTTP-Header ist nicht so konfiguriert, dass er „{expected}“ entspricht. Einige Funktionen funktionieren möglicherweise nicht richtig. Daher wird empfohlen, diese Einstellung zu ändern.",
- "The \"{header}\" HTTP header doesn't contain \"{expected}\". This is a potential security or privacy risk, as it is recommended to adjust this setting accordingly." : "Der „{header}“-HTTP-Header ist nicht so konfiguriert, dass er „{expected}“ enthält. Dies ist ein potentielles Sicherheitsrisiko und es wird empfohlen, diese Einstellung zu ändern.",
- "The \"{header}\" HTTP header is not set to \"{val1}\", \"{val2}\", \"{val3}\", \"{val4}\" or \"{val5}\". This can leak referer information. See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{link}\">W3C Recommendation ↗</a>." : "Der \"{header}\" HTTP-Header ist nicht gesetzt auf \"{val1}\", \"{val2}\", \"{val3}\", \"{val4}\" oder \"{val5}\". Dadurch können Verweis-Informationen preisgegeben werden. Siehe die <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{link}\">W3C-Empfehlung</a>.",
- "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the <a href=\"{docUrl}\" rel=\"noreferrer noopener\">security tips ↗</a>." : "Der \"Strict-Transport-Security“-HTTP-Header ist nicht auf mindestens \"{seconds}“ Sekunden eingestellt. Für mehr Sicherheit wird das Aktivieren von HSTS empfohlen, wie es in den <a href=\"{docUrl}\" rel=\"noreferrer noopener\">Sicherheitshinweisen</a> erläutert ist.",
- "Accessing site insecurely via HTTP. You are strongly advised to set up your server to require HTTPS instead, as described in the <a href=\"{docUrl}\">security tips ↗</a>." : "Unsicherer Seitenzugriff über HTTP. Es wird dringend empfohlen, den Server so einzurichten, dass HTTPS erforderlich ist, wie dies in den <a href=\"{docUrl}\">Sicherheits-Tipps ↗</a> beschrieben wird.",
- "Non-existing tag #{tag}" : "Nicht existierender Tag #{tag}",
- "restricted" : "Eingeschränkt",
- "invisible" : "unsichtbar",
- "Delete" : "Löschen",
- "Rename" : "Umbenennen",
- "Collaborative tags" : "Kollaborative Tags",
- "No tags found" : "Keine Tags gefunden",
+ "The \"{header}\" HTTP header doesn't contain \"{expected}\". This is a potential security or privacy risk, as it is recommended to adjust this setting accordingly." : "Der „{header}“-HTTP-Header ist nicht so konfiguriert, dass er „{expected}“ enthält. Dies ist ein potentielles Risiko für Sicherheit und Privatsphäre und es wird empfohlen, diese Einstellung zu ändern.",
+ "The \"{header}\" HTTP header is not set to \"{val1}\", \"{val2}\", \"{val3}\", \"{val4}\" or \"{val5}\". This can leak referer information. See the {linkstart}W3C Recommendation ↗{linkend}." : "Der \"{header}\" HTTP-Header ist nicht gesetzt auf \"{val1}\", \"{val2}\", \"{val3}\", \"{val4}\" oder \"{val5}\". Dadurch können Verweis-Informationen preisgegeben werden. Siehe die {linkstart}W3C-Empfehlung ↗{linkend}.",
+ "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the {linkstart}security tips ↗{linkend}." : "Der \"Strict-Transport-Security“-HTTP-Header ist nicht auf mindestens \"{seconds}“ Sekunden eingestellt. Für mehr Sicherheit wird das Aktivieren von HSTS empfohlen, wie es in den {linkstart}Sicherheitshinweisen ↗{linkend} erläutert ist.",
+ "Accessing site insecurely via HTTP. You are strongly advised to set up your server to require HTTPS instead, as described in the {linkstart}security tips ↗{linkend}." : "Unsicherer Seitenzugriff über HTTP. Es wird dringend empfohlen, den Server so einzurichten, dass HTTPS erforderlich ist, wie dies in den {linkstart}Sicherheits-Tipps ↗{linkend} beschrieben wird.",
"unknown text" : "Unbekannter Text",
"Hello world!" : "Hallo Welt!",
"sunny" : "Sonnig",
@@ -125,54 +130,67 @@ OC.L10N.register(
"Please reload the page." : "Bitte die Seite neu laden.",
"The update was unsuccessful. For more information <a href=\"{url}\">check our forum post</a> covering this issue." : "Das Update war nicht erfolgreich. Für mehr Informationen <a href=\"{url}\">lesen Sie unseren Forenbeitrag</a> zu diesem Thema.",
"The update was unsuccessful. Please report this issue to the <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">Nextcloud community</a>." : "Das Update ist fehlgeschlagen. Bitte melden Sie dieses Problem an die <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">Nextcloud Community</a>.",
- "Continue to Nextcloud" : "Weiter zur Nextcloud",
- "_The update was successful. Redirecting you to Nextcloud in %n second._::_The update was successful. Redirecting you to Nextcloud in %n seconds._" : ["Das Update war erfolgreich. Sie werden in %n Sekunde zur Nextcloud weitergeleitet.","Das Update war erfolgreich. Sie werden in %n Sekunden zur Nextcloud weitergeleitet."],
- "Searching other places" : "Andere Orte durchsuchen",
- "No search results in other folders for {tag}{filter}{endtag}" : "Keine Suchergebnisse in anderen Ordnern für {tag}{filter}{endtag}",
- "_{count} search result in another folder_::_{count} search results in other folders_" : ["{count} Suchergebnis in anderen Ordnern","{count} Suchergebnisse in anderen Ordnern"],
+ "Continue to {productName}" : "Weiter zu {productName}",
+ "_The update was successful. Redirecting you to {productName} in %n second._::_The update was successful. Redirecting you to {productName} in %n seconds._" : ["Die Aktualisierung war erfolgreich. Sie werden in %n Sekunde zu {productName} weitergeleitet.","Die Aktualisierung war erfolgreich. Sie werden in %n Sekunden zu {productName} weitergeleitet."],
+ "Log in" : "Anmelden",
+ "Logging in …" : "Melde an…",
"Server side authentication failed!" : "Serverseitige Authentifizierung fehlgeschlagen!",
"Please contact your administrator." : "Bitte kontaktieren Sie Ihren Administrator.",
"An internal error occurred." : "Es ist ein interner Fehler aufgetreten.",
"Please try again or contact your administrator." : "Bitte versuchen Sie es noch einmal oder kontaktieren Sie Ihren Administrator.",
"Username or email" : "Benutzername oder E-Mail",
"Password" : "Passwort",
- "Log in" : "Anmelden",
- "Logging in …" : "Melde an…",
+ "Toggle password visibility" : "Passwortsichtbarkeit umschalten",
"Wrong username or password." : "Falscher Benutzername oder Passwort.",
"User disabled" : "Benutzer deaktiviert",
"We have detected multiple invalid login attempts from your IP. Therefore your next login is throttled up to 30 seconds." : "Es wurden mehrere ungültige Anmeldeversuche von Ihrer IP-Adresse festgestellt. Daher wird die nächste Anmeldung um 30 Sekunden verzögert.",
+ "Your account is not setup for passwordless login." : "Ihr Konto ist nicht für eine Anmeldung ohne Passwort eingerichtet.",
+ "Passwordless authentication is not supported in your browser." : "Anmeldung ohne Passwort wird von Ihrem Browser nicht unterstützt.",
+ "Passwordless authentication is only available over a secure connection." : "Anmeldung ohne Passwort ist nur über eine sichere Verbindung möglich",
"Reset password" : "Passwort zurücksetzen",
- "A password reset message has been sent to the e-mail address of this account. If you do not receive it, check your spam/junk folders or ask your local administrator for help." : "Eine Nachricht zum Zurücksetzen des Passworts wurde an die in diesem Konto hinterlegte E-Mail-Adresse gesendet. Wenn Sie diese nicht erhalten haben, prüfen Sie bitte den Spam/Junk Ordner oder kontaktieren Sie Ihren lokalen Administrator für weitere Hilfe.",
+ "A password reset message has been sent to the email address of this account. If you do not receive it, check your spam/junk folders or ask your local administrator for help." : "Eine Nachricht zum Zurücksetzen des Passworts wurde an die in diesem Konto hinterlegte E-Mail-Adresse gesendet. Wenn Sie diese nicht erhalten haben, prüfen Sie bitte den Spam/Junk-Ordner oder kontaktieren Sie Ihren lokalen Administrator für weitere Hilfe.",
"If it is not there ask your local administrator." : "Wenn Sie keine E-Mail bekommen haben, wenden Sie sich bitte an Ihren lokalen Administrator.",
"Couldn't send reset email. Please contact your administrator." : "Die E-Mail zum Zurücksetzen konnte nicht versendet werden. Bitte kontaktieren Sie Ihren Administrator.",
- "Password can not be changed. Please contact your administrator." : "Passwort kann nicht geändert werden. Bitte kontaktieren Sie Ihren Administrator.",
+ "Password cannot be changed. Please contact your administrator." : "Passwort kann nicht geändert werden. Bitte kontaktieren Sie Ihren Administrator.",
"Back to login" : "Zurück zur Anmeldung",
"New password" : "Neues Passwort",
- "Your files are encrypted. There will be no way to get your data back after your password is reset. If you are not sure what to do, please contact your administrator before you continue. Do you really want to continue?" : "Ihre Dateien sind verschlüsselt. Es gibt keinen Weg Ihre Dateien nach dem Rücksetzen des Passwortes wiederherzustellen. Falls Sie sich nicht sicher sind, kontaktieren Sie Ihren Administrator. Möchten Sie wirklich fortfahren?",
+ "Your files are encrypted. There will be no way to get your data back after your password is reset. If you are not sure what to do, please contact your administrator before you continue. Do you really want to continue?" : "Ihre Dateien sind verschlüsselt. Es gibt keine Möglichkeit, Ihre Dateien nach dem Zurücksetzen des Passwortes wiederherzustellen. Falls Sie sich nicht sicher sind, kontaktieren Sie zunächst Ihren Administrator. Möchten Sie wirklich fortfahren?",
"I know what I'm doing" : "Ich weiß, was ich mache",
"Resetting password" : "Setze Passwort zurück",
"Recommended apps" : "Empfohlene Apps",
- "Loading apps …" : "Lade Apps…",
- "Could not fetch list of apps from the app store." : "Listte der Apps kann nicht vom App-Store abgerufen werden",
- "Installing apps …" : "Installiere Apps…",
- "Nextcloud {app}" : "Nextcloud {app}",
+ "Loading apps …" : "Lade Apps …",
+ "Could not fetch list of apps from the App Store." : "Liste der Apps kann nicht vom App-Store abgerufen werden",
+ "Installing apps …" : "Installiere Apps …",
"App download or installation failed" : "Herunterladen oder Installieren der App fehlgeschlagen",
- "Can't install this app because it is not compatible" : "App kann nicht installiert werden, da sie inkompatibel ist",
- "Can't install this app" : "App kann nicht installiert werden",
+ "Cannot install this app because it is not compatible" : "App kann nicht installiert werden, da sie inkompatibel ist",
+ "Cannot install this app" : "App kann nicht installiert werden",
"Cancel" : "Abbrechen",
- "Schedule work & meetings, synced with all your devices." : "Planen Sie Arbeiten und Besprechungen, die mit auf Ihren Geräten synchronisiert sind.",
- "Keep your colleagues and friends in one place without leaking their private info." : "Halte die Kontakte zu Deinen Kollegen und Freunde an einem Ort zusammen, ohne deren privaten Daten zu weiterzugeben.",
- "Simple email app nicely integrated with Files, Contacts and Calendar." : "Einfache E-Mail App mit super integrierter Dateiverwaltung, Adressen und Kalender.",
+ "Schedule work & meetings, synced with all your devices." : "Planen Sie Arbeit und Besprechungen, synchronisiert mit all Ihren Geräten.",
+ "Keep your colleagues and friends in one place without leaking their private info." : "Verwahren Sie die Kontakte zu Ihren Kollegen und Freunden an einem einheitlichen Ort, ohne deren privaten Daten preiszugeben.",
+ "Simple email app nicely integrated with Files, Contacts and Calendar." : "Einfache E-Mail-App mit guter Integration in Dateiverwaltung, Adressen und Kalender.",
"Chatting, video calls, screensharing, online meetings and web conferencing – in your browser and with mobile apps." : "Chatten, Videoanrufe, Bildschirmfreigaben, Online-Besprechungen und Webkonferenzen - in Ihrem Browser sowie mit mobilen Apps.",
"Collaboratively edit office documents." : "Gemeinsames Bearbeiten von Office-Dokumenten.",
- "Local document editing back-end used by the OnlyOffice app." : "Lokales Dokumentenbearbeitungs-Backend, das von der OnlyOffice-Anwendung verwendet wird.",
+ "Local document editing back-end used by the Collabora Online app." : "Lokales Dokumentenbearbeitungs-Backend, das von der Collabora Online-Anwendung verwendet wird.",
"Forgot password?" : "Passwort vergessen?",
+ "Log in with a device" : "Mit einem Gerät anmelden",
+ "Back" : "Zurück",
+ "Login form is disabled." : "Das Anmeldeformular ist deaktiviert.",
+ "Reset search" : "Suche zurücksetzen",
+ "Search for {name} only" : "Nur nach {name} suchen",
+ "No results for {query}" : "Keine Suchergebnisse zu {query}",
+ "Start typing to search" : "Beginnen Sie mit der Eingabe, um zu suchen",
+ "Loading more results …" : "Lade weitere Ergebnisse…",
+ "Load more results" : "Weitere Ergebnisse laden",
+ "Search" : "Suche",
+ "An error occurred while searching for {type}" : "Es ist ein Fehler beim Suchen nach {type} aufgetreten",
+ "_Please enter {minSearchLength} character or more to search_::_Please enter {minSearchLength} characters or more to search_" : ["Bitte geben Sie {minSearchLength} Zeichen oder mehr ein nach denen gesucht werden soll","Bitte geben Sie {minSearchLength} Zeichen oder mehr ein nach denen gesucht werden soll"],
+ "Search {types} …" : "Suche {types}…",
"Settings" : "Einstellungen",
"Could not load your contacts" : "Ihre Kontakte konnten nicht geladen werden",
"Search contacts …" : "Kontakte suchen…",
"No contacts found" : "Keine Kontakte gefunden",
"Show all contacts …" : "Zeige alle Kontakte…",
- "Install the Contacts app" : "Kontake-App installieren",
+ "Install the Contacts app" : "Kontakte-App installieren",
"Loading your contacts …" : "Lade Ihre Kontakte…",
"Looking for {term} …" : "Suche nach {term}…",
"No" : "Nein",
@@ -220,11 +238,11 @@ OC.L10N.register(
"Show details" : "Details anzeigen",
"Hide details" : "Details ausblenden",
"Rename project" : "Projekt umbenennen",
- "Failed to rename the project" : "Konnte Projekt nicht umbenennen",
- "Failed to create a project" : "Konnte Projekt nicht erstellen",
+ "Failed to rename the project" : "Projekt konnte nicht umbenannt werden",
+ "Failed to create a project" : "Projekt konnte nicht erstellt werden",
"Failed to add the item to the project" : "Eintrag konnte nicht zum Projekt hinzu gefügt werden",
"Connect items to a project to make them easier to find" : "Zum leichten Auffinden von Einträgen, diese zu einem Projekt hinzufügen",
- "Type to search for existing projects" : "Nach existierenden Projekten suchen",
+ "Type to search for existing projects" : "Tippen, um nach existierenden Projekten zu suchen",
"New in" : "Neu in",
"View changelog" : "Liste der Änderungen ansehen",
"Very weak password" : "Sehr schwaches Passwort",
@@ -234,6 +252,13 @@ OC.L10N.register(
"Strong password" : "Starkes Passwort",
"No action available" : "Keine Aktion verfügbar",
"Error fetching contact actions" : "Fehler beim Einlesen der Kontakt-Aktionen",
+ "Non-existing tag #{tag}" : "Nicht existierender Tag #{tag}",
+ "restricted" : "Eingeschränkt",
+ "invisible" : "unsichtbar",
+ "Delete" : "Löschen",
+ "Rename" : "Umbenennen",
+ "Collaborative tags" : "Kollaborative Tags",
+ "No tags found" : "Keine Tags gefunden",
"Personal" : "Persönlich",
"Users" : "Benutzer",
"Apps" : "Apps",
@@ -243,7 +268,10 @@ OC.L10N.register(
"File not found" : "Datei nicht gefunden",
"The document could not be found on the server. Maybe the share was deleted or has expired?" : "Das Dokument konnte auf dem Server nicht gefunden werden. Möglicherweise wurde die Freigabe gelöscht oder ist abgelaufen?",
"Back to %s" : "Zurück zu %s",
+ "Too many requests" : "Zu viele Anfragen",
+ "There were too many requests from your network. Retry later or contact your administrator if this is an error." : "Zu viele Anfragen aus Ihrem Netzwerk. Versuchen Sie es später erneut oder wenden Sie sich an Ihren Administrator, wenn dies ein Fehler sein sollte.",
"Error" : "Fehler",
+ "Previous" : "Vorige",
"Internal Server Error" : "Interner Serverfehler",
"The server was unable to complete your request." : "Der Server konnte die Anfrage nicht fertig stellen.",
"If this happens again, please send the technical details below to the server administrator." : "Sollte dies erneut auftreten, senden Sie bitte die nachfolgenden technischen Einzelheiten an Ihren Server-Administrator.",
@@ -259,7 +287,7 @@ OC.L10N.register(
"Trace" : "Trace",
"Security warning" : "Sicherheitswarnung",
"Your data directory and files are probably accessible from the internet because the .htaccess file does not work." : "Ihr Datenverzeichnis und Ihre Dateien sind wahrscheinlich vom Internet aus erreichbar, weil die .htaccess-Datei nicht funktioniert.",
- "For information how to properly configure your server, please see the <a href=\"%s\" target=\"_blank\" rel=\"noreferrer noopener\">documentation</a>." : "Informationen zum richtigen Konfigurieren Ihres Servers können Sie der <a href=\"%s\" target=\"_blank\" rel=\"noreferrer noopener\">Dokumentation</a> entnehmen.",
+ "For information how to properly configure your server, please see the <a href=\"%s\" target=\"_blank\" rel=\"noreferrer noopener\">documentation</a>." : "Informationen zur richtigen Einrichtung Ihres Servers können Sie der <a href=\"%s\" target=\"_blank\" rel=\"noreferrer noopener\">Dokumentation</a> entnehmen.",
"Create an <strong>admin account</strong>" : "<strong>Administrator-Konto</strong> anlegen",
"Username" : "Benutzername",
"Show password" : "Passwort anzeigen",
@@ -280,28 +308,27 @@ OC.L10N.register(
"SQLite should only be used for minimal and development instances. For production we recommend a different database backend." : "SQLite sollte nur für Minimal- und Entwicklungsinstanzen gewählt werden. Für die Produktion empfehlen wir ein anderes Datenbank-Backend.",
"If you use clients for file syncing, the use of SQLite is highly discouraged." : "Wenn Clients für die Dateisynchronisierung verwenden werden, so wird von der Verwendung von SQLite dringend abgeraten.",
"Install recommended apps" : "Empfohlene Apps installieren",
- "Calendar, Contacts, Talk, Mail & OnlyOffice" : "Kalender, Kontakte, Talk, Mail & OnlyOffice",
+ "Calendar, Contacts, Talk, Mail & Collaborative editing" : "Kalender, Kontakte, Talk, Mail & gemeinsame Bearbeitung",
"Finish setup" : "Installation abschließen",
"Finishing …" : "Abschließen…",
"Need help?" : "Hilfe nötig?",
"See the documentation" : "Schauen Sie in die Dokumentation",
- "It looks like you are trying to reinstall your Nextcloud. However the file CAN_INSTALL is missing from your config directory. Please create the file CAN_INSTALL in your config folder to continue." : "Es sieht so aus, als ob Sie Nextcloud erneut installieren möchten. Es fehlt jedoch die Datei CAN_INSTALL in ihrem Konfigurationsordner. Bitte erstellen sie die Datei CAN_INSTALL im Konfigurationsordner um fortzufahren.",
+ "It looks like you are trying to reinstall your Nextcloud. However the file CAN_INSTALL is missing from your config directory. Please create the file CAN_INSTALL in your config folder to continue." : "Es sieht so aus, als ob Sie Nextcloud erneut installieren möchten. Es fehlt jedoch die Datei CAN_INSTALL in ihrem Konfigurationsordner. Bitte erstellen Sie die Datei CAN_INSTALL im Konfigurationsordner um fortzufahren.",
"Could not remove CAN_INSTALL from the config folder. Please remove this file manually." : "CAN_INSTALL kann nicht aus dem Konfigurationsordner gelöscht werden. Bitte entfernen Sie die Datei manuell.",
"This application requires JavaScript for correct operation. Please {linkstart}enable JavaScript{linkend} and reload the page." : "Diese Anwendung benötigt JavaScript zum ordnungsgemäßen Betrieb. Bitte {linkstart}aktivieren Sie JavaScript{linkend} und laden Sie die Seite neu.",
- "Get your own free account" : "Holen Sie sich ihr eigenes kostenloses Konto",
+ "Get your own free account" : "Holen Sie sich Ihr eigenes kostenloses Konto",
"Skip to main content" : "Zum Hauptinhalt springen",
"Skip to navigation of app" : "Zum Navigationsbereich der App springen",
"More apps" : "Weitere Apps",
"More" : "Mehr",
"More apps menu" : "Weitere Apps-Menü",
- "Search" : "Suche",
- "Reset search" : "Suche zurücksetzen",
"Contacts" : "Kontakte",
"Contacts menu" : "Kontakte-Menü",
"Settings menu" : "Einstellungen-Menü",
"Confirm your password" : "Bestätigen Sie Ihr Passwort",
"Connect to your account" : "Verbinden Sie sich mit Ihrem Konto",
"Please log in before granting %1$s access to your %2$s account." : "Bitte anmelden, bevor Sie %1$s Zugriff auf Ihr %2$s-Konto gewähren.",
+ "If you are not trying to set up a new device or app, someone is trying to trick you into granting them access to your data. In this case do not proceed and instead contact your system administrator." : "Sollten Sie aktuell nicht versuchen, ein neues Gerät oder eine neue App einzurichten, dann kann es sein, das aktuell jemand versucht, Sie dazu zu bewegen, ihm Zugriff auf Ihre Daten zu gewähren. Fahren Sie in diesem Fall nicht fort, sondern wenden Sie sich an Ihren Administrator.",
"App token" : "App-Token",
"Grant access" : "Zugriff gewähren",
"Alternative log in using app token" : "Alternative Anmeldung mittels App-Token",
@@ -313,15 +340,15 @@ OC.L10N.register(
"This share is password-protected" : "Diese Freigabe ist passwortgeschützt",
"The password is wrong. Try again." : "Das Passwort ist falsch. Bitte versuchen Sie es erneut.",
"Two-factor authentication" : "Zwei-Faktor Authentifizierung",
- "Enhanced security is enabled for your account. Choose a second factor for authentication:" : "Die erweiterte Sicherheit wurde für Ihr Konto aktiviert. Bitte wählen Sie einem zweiten Faktor für die Authentifizierung: ",
- "Could not load at least one of your enabled two-factor auth methods. Please contact your admin." : "Es konnte nicht eine Ihrer Zwei-Faktor-Authentifizierungsmethoden geladen werden. Kontaktieren Sie Ihren Administrator.",
+ "Enhanced security is enabled for your account. Choose a second factor for authentication:" : "Die erweiterte Sicherheit wurde für Ihr Konto aktiviert. Bitte wählen Sie einen zweiten Faktor für die Authentifizierung: ",
+ "Could not load at least one of your enabled two-factor auth methods. Please contact your admin." : "Mindestens eine Ihrer Zwei-Faktor-Authentifizierungsmethoden konnte nicht geladen werden. Kontaktieren Sie Ihren Administrator.",
"Two-factor authentication is enforced but has not been configured on your account. Contact your admin for assistance." : "Die Zwei-Faktor-Authentifizierung wird erzwungen, wurde für Ihr Konto jedoch nicht konfiguriert. Wenden Sie sich für Unterstützung an Ihren Administrator.",
- "Two-factor authentication is enforced but has not been configured on your account. Please continue to setup two-factor authentication." : "Die Zwei-Faktor-Authentifizierung wird erzwungen, wurde jedoch für Dein Konto nicht konfiguriert. Bitte fahre mit der Einrichtung der Zwei-Faktor-Authentifizierung fort.",
- "Set up two-factor authentication" : "Zwei-Faktor-Authentifizierung konfigurieren",
- "Two-factor authentication is enforced but has not been configured on your account. Use one of your backup codes to log in or contact your admin for assistance." : "Die Zwei-Faktor-Authentifizierung wird erzwungen, wurde für Ihr Konto jedoch nicht konfiguriert. Verwenden Sie zum Anmelden einen Ihrer Backup-Codes, oder wenden Sie sich für Unterstützung an Ihren Administrator.",
+ "Two-factor authentication is enforced but has not been configured on your account. Please continue to setup two-factor authentication." : "Die Zwei-Faktor-Authentifizierung wird erzwungen, wurde für Ihr Konto jedoch nicht konfiguriert. Bitte fahren Sie mit der Einrichtung der Zwei-Faktor-Authentifizierung fort.",
+ "Set up two-factor authentication" : "Zwei-Faktor-Authentifizierung einrichten",
+ "Two-factor authentication is enforced but has not been configured on your account. Use one of your backup codes to log in or contact your admin for assistance." : "Die Zwei-Faktor-Authentifizierung wird erzwungen, wurde für Ihr Konto jedoch nicht konfiguriert. Verwenden Sie zum Anmelden einen Ihrer Backup-Codes oder wenden Sie sich für Unterstützung an Ihren Administrator.",
"Use backup code" : "Backup-Code benutzen",
"Cancel login" : "Anmelden abbrechen",
- "Setup two-factor authentication" : "Zwei-Faktor-Authentifizierung konfigurieren",
+ "Setup two-factor authentication" : "Zwei-Faktor-Authentifizierung einrichten",
"Enhanced security is enforced for your account. Choose which provider to set up:" : "Erhöhte Sicherheit ist für Ihr Konto aktiviert. Bitte wählen Sie einen Anbieter zum Einrichten: ",
"Error while validating your second factor" : "Fehler beim Bestätigen des zweiten Sicherheitsfaktors",
"Access through untrusted domain" : "Zugriff über eine nicht vertrauenswürdige Domain",
@@ -329,7 +356,7 @@ OC.L10N.register(
"Further information how to configure this can be found in the %1$sdocumentation%2$s." : "Weitere Informationen zur Konfiguration finden Sie in der %1$sDokumentation%2$s.",
"App update required" : "App-Aktualisierung notwendig",
"%1$s will be updated to version %2$s" : "%1$s wird auf Version %2$s aktualisiert",
- "These apps will be updated:" : "Diese Apps werden aktualisiert:",
+ "The following apps will be updated:" : "Folgende Apps werden aktualisiert:",
"These incompatible apps will be disabled:" : "Diese inkompatiblen Apps werden deaktiviert:",
"The theme %s has been disabled." : "Das Design %s wurde deaktiviert.",
"Please make sure that the database, the config folder and the data folder have been backed up before proceeding." : "Stellen Sie vor dem Fortsetzen bitte sicher, dass die Datenbank, der Konfigurationsordner und der Datenordner gesichert wurden.",
@@ -345,95 +372,49 @@ OC.L10N.register(
"This %s instance is currently in maintenance mode, which may take a while." : "Diese %s-Instanz befindet sich gerade im Wartungsmodus, was eine Weile dauern kann.",
"This page will refresh itself when the instance is available again." : "Diese Seite aktualisiert sich automatisch, sobald Nextcloud wieder verfügbar ist.",
"Contact your system administrator if this message persists or appeared unexpectedly." : "Kontaktieren Sie Ihren Systemadministrator, wenn diese Meldung dauerhaft oder unerwartet erscheint.",
- "Could not send reset email because there is no email address for this username. Please contact your administrator." : "Es konnte keine E-Mail verschickt werden um das Passwort zurückzusetzten, da keine E-Mail-Adresse im Benutzerkonto hinterlegt ist. Bitte kontaktieren Sie den Administrator.",
- "Couldn't send reset email. Please make sure your username is correct." : "E-Mail zum Zurücksetzen kann nicht versendet werden. Bitte stellen Sie sicher, dass Ihr Benutzername richtig ist.",
- "We have send a password reset e-mail to the e-mail address known to us for this account. If you do not receive it within a reasonable amount of time, check your spam/junk folders.<br>If it is not there ask your local administrator." : "Wir haben eine E-Mail zum Zurücksetzen des Passworts an die für dieses Konto bekannte E-Mail-Adresse versendet. Sollten Sie diese nicht in Kürze erhalten, prüfen Sie bitte Ihren Spam-Ordner.<br>Wenn Sie keine E-Mail bekommen haben, wenden Sie sich bitte an Ihren lokalen Administrator.",
- "Your files are encrypted. There will be no way to get your data back after your password is reset.<br />If you are not sure what to do, please contact your administrator before you continue. <br />Do you really want to continue?" : "Ihre Dateien sind verschlüsselt. Es gibt keinen Weg Ihre Dateien nach dem Rücksetzen des Passwortes wiederherzustellen.<br />Falls Sie sich nicht sicher sind, kontaktieren Sie Ihren Administrator.<br />Möchten Sie wirklich fortfahren?",
- "Sending email …" : "Sende E-Mail …",
- "You are currently running PHP 5.6. The current major version of Nextcloud is the last that is supported on PHP 5.6. It is recommended to upgrade the PHP version to 7.0+ to be able to upgrade to Nextcloud 14." : "Sie verwenden PHP 5.6. Die aktuelle Version von Nextcloud ist die letzte Version, die PHP 5.6 unterstützt. Es empfiehlt sich die PHP-Version auf 7.0 oder höher zu aktualisieren, um in der Lage zu sein, auf Nextcloud 14 zu aktualisieren.",
- "Accessing site insecurely via HTTP. You are strongly adviced to set up your server to require HTTPS instead, as described in the <a href=\"{docUrl}\">security tips ↗</a>." : "Der Zugriff auf diese Site erfolgt über HTTP. Es wird dringend geraten, den Server so zu konfigurieren, dass stattdessen nur HTTPS akzeptiert wird, wie es in den <a href=\"{docUrl}\">Sicherheitshinweisen</a> beschrieben ist.",
- "Shared" : "Geteilt",
- "Shared with" : "Geteilt mit",
- "Shared by" : "Geteilt von",
- "Choose a password for the public link" : "Wählen Sie ein Passwort für den öffentlichen Link",
- "Choose a password for the public link or press the \"Enter\" key" : "Wählen Sie ein Passwort für die öffentliche Freigabe oder drücken Sie \"Eingabe\"",
- "Copied!" : "Kopiert!",
- "Copy link" : "Link kopieren",
- "Not supported!" : "Nicht unterstützt!",
- "Press ⌘-C to copy." : "Zum Kopieren ⌘-C drücken.",
- "Press Ctrl-C to copy." : "Zum Kopieren Strg-C drücken.",
- "Unable to create a link share" : "Link zum Teilen kann nicht erstellt werden",
- "Unable to toggle this option" : "Option kann nicht umgeschaltet werden",
- "Resharing is not allowed" : "Das Weiterverteilen ist nicht erlaubt",
- "Link" : "Link",
- "Hide download" : "Download verbergen",
- "Password protection enforced" : "Passwortschutz erzwungen",
- "Password protect" : "Passwortschutz",
- "Allow editing" : "Bearbeitung erlauben",
- "Email link to person" : "Link per E-Mail verschicken",
- "Send" : "Senden",
- "Allow upload and editing" : "Hochladen und Bearbeiten erlauben",
- "Read only" : "Schreibgeschützt",
- "File drop (upload only)" : "Dateien ablegen (nur Hochladen)",
- "Expiration date enforced" : "Ablaufdatum erzwungen",
- "Set expiration date" : "Ablaufdatum setzen",
- "Expiration" : "Ablauf",
- "Expiration date" : "Ablaufdatum",
- "Note to recipient" : "Notiz an Empfänger",
- "Unshare" : "Freigabe aufheben",
- "Delete share link" : "Freigabe-Link löschen",
- "Add another link" : "Weiteren Link hinzufügen",
- "Password protection for links is mandatory" : "Passwortschutz für Links ist zwingend",
- "Share to {name}" : "Mit {name} teilen",
- "Share link" : "Link teilen",
- "New share link" : "Neuer Freigabe-Link",
- "Created on {time}" : "Erstellt am {time}",
- "Password protect by Talk" : "Passwortgeschützt von Talk",
- "Could not unshare" : "Freigabe konnte nicht aufgehoben werden",
- "Shared with you and the group {group} by {owner}" : "Von {owner} mit Ihnen und der Gruppe {group} geteilt.",
- "Shared with you and {circle} by {owner}" : "Von {owner} mit Ihnen und {circle} geteilt",
- "Shared with you and the conversation {conversation} by {owner}" : "Von {owner} mit Ihnen und der Unterhaltung {conversation} geteilt",
- "Shared with you in a conversation by {owner}" : "Mit Ihnen in einer Unterhaltung geteilt von {owner}",
- "Shared with you by {owner}" : "Von {owner} mit Ihnen geteilt.",
- "Choose a password for the mail share" : "Wählen Sie ein Passwort für das Teilen via E-Mail",
- "group" : "Gruppe",
- "remote" : "Entfernte Freigabe",
- "remote group" : "Externe Gruppe",
- "email" : "E-Mail",
- "conversation" : "Unterhaltung",
- "shared by {sharer}" : "Geteilt von {sharer}",
- "Can reshare" : "kann weiterteilen",
- "Can edit" : "kann bearbeiten",
- "Can create" : "kann erstellen",
- "Can change" : "kann ändern",
- "Can delete" : "kann löschen",
- "Access control" : "Zugriffskontrolle",
- "{shareInitiatorDisplayName} shared via link" : "{shareInitiatorDisplayName} mittels Link geteilt",
- "Error while sharing" : "Fehler beim Teilen",
- "Share details could not be loaded for this item." : "Details der geteilten Freigabe zu diesem Eintrag konnten nicht geladen werden.",
- "Search globally" : "Global suchen",
- "_At least {count} character is needed for autocompletion_::_At least {count} characters are needed for autocompletion_" : ["Mindestens {count} Zeichen wird für die Autovervollständigung benötigt","Mindestens {count} Zeichen werden für die Autovervollständigung benötigt"],
- "This list is maybe truncated - please refine your search term to see more results." : "Die Liste ist unter Umständen gekürzt - Bitte verfeinern Sie Ihre Suche um mehr Ergebnisse zu erhalten.",
- "No users or groups found for {search}" : "Keine Benutzer oder Gruppen für {search} gefunden",
- "No users found for {search}" : "Keine Benutzer für {search} gefunden",
- "An error occurred (\"{message}\"). Please try again" : "Es ist ein Fehler aufgetreten (\"{message}\"). Bitte erneut versuchen.",
- "An error occurred. Please try again" : "Es ist ein Fehler aufgetreten. Bitte versuchen Sie es noch einmal",
- "Home" : "Start",
- "Work" : "Arbeit",
- "Other" : "Andere",
- "{sharee} (remote group)" : "{sharee} (Externe Gruppe)",
- "{sharee} ({type}, {owner})" : "{sharee} ({type}, {owner})",
- "Share" : "Teilen",
- "Name or email address..." : "Name oder E-Mail-Adresse…",
- "Name or federated cloud ID..." : "Name oder Federated-Cloud-ID…",
- "Name, federated cloud ID or email address..." : "Name, Federated-Cloud-ID oder E-Mail-Adresse…",
- "Name..." : "Name…",
- "Error removing share" : "Fehler beim Entfernen der Freigabe",
- "({scope})" : "({scope})",
- "Saving..." : "Speichere…",
- "Dismiss" : "Ausblenden",
- "Your client should now be connected! You can close this window." : "Ihr Client ist jetzt verbunden! Sie können dieses Fenster schließen.",
- "New Password" : "Neues Passwort",
- "Cancel log in" : "Anmeldung abbrechen"
+ "Checking whether the database schema can be updated (this can take a long time depending on the database size)" : "Prüft, ob das Datenbankschema aktualisiert werden kann (dies kann je nach Datenbankgröße sehr lange dauern)",
+ "Checked database schema update" : "Datenbankschema-Aktualisierung überprüft",
+ "Checking updates of apps" : "Es wird nach Updates für die Apps gesucht",
+ "Checking for update of app \"%s\" in appstore" : "Suche nach einer Aktualisierung für die App \"%s\" im App-Store",
+ "Update app \"%s\" from appstore" : "Aktualisiere die App \"%s\" aus dem App-Store",
+ "Checked for update of app \"%s\" in appstore" : "App-Store auf Aktualisierung für die App \"%s\" geprüft",
+ "Checked database schema update for apps" : "Datenbankschema-Aktualisierung für Apps überprüft",
+ "Following apps have been disabled: %s" : "Die folgenden Apps wurden deaktiviert: %s",
+ "Your web server is not properly set up to resolve \"{url}\". Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Ihr Webserver ist nicht richtig konfiguriert um \"{url}\" aufzulösen. Weitere Informationen hierzu finden Sie in der <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Dokumentation</a>.",
+ "Your web server is not properly set up to resolve \"{url}\". This is most likely related to a web server configuration that was not updated to deliver this folder directly. Please compare your configuration against the shipped rewrite rules in \".htaccess\" for Apache or the provided one in the documentation for Nginx at it's <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation page</a>. On Nginx those are typically the lines starting with \"location ~\" that need an update." : "Ihr Webserver ist nicht ordnungsgemäß für die Auflösung von \"{url}\" eingerichtet. Dies hängt höchstwahrscheinlich mit einer Webserverkonfiguration zusammen, die nicht aktualisiert wurde, um diesen Ordner direkt zu liefern. Bitte vergleichen Sie Ihre Konfiguration mit den mitgelieferten Rewrite-Regeln in \".htaccess\" für Apache oder den in der Nginx-Dokumentation bereitgestellten auf dessen <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Dokumentationsseite</a>. Auf Nginx sind das typischerweise die Zeilen, die mit \"location ~\" beginnen und ein Update benötigen.",
+ "Your web server is not properly set up to deliver .woff2 files. This is typically an issue with the Nginx configuration. For Nextcloud 15 it needs an adjustement to also deliver .woff2 files. Compare your Nginx configuration to the recommended configuration in our <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Ihr Web-Server ist nicht richtig eingerichtet um .woff2-Dateien auszuliefern. Dies liegt meist an der Nginx-Konfiguration. Für Nextcloud 15 wird eine Anpassung für die Auslieferung von .woff2-Dateien benötigt. Vergleichen Sie Ihre Nginx-Konfiguration mit der empfohlenen Nginx-Konfiguration in unserer <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Dokumentation</a>.",
+ "Please check the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">installation documentation ↗</a> for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "Bitte die <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Installationsdokumentation ↗</a> auf Hinweise zur PHP-Konfiguration durchlesen, sowie die PHP-Konfiguration Ihres Servers überprüfen, insbesondere dann, wenn PHP-FPM eingesetzt wird.",
+ "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems. See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation ↗</a> for more information." : "Transaktionales Sperren ist deaktiviert, was zu Problemen mit Laufzeitbedingungen führen kann. Aktivieren Sie 'filelocking.enabled' in der config.php, um diese Probleme zu vermeiden. Weitere Informationen finden sich in unserer <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Dokumentation ↗</a>.",
+ "Last background job execution ran {relativeTime}. Something seems wrong." : "Letzte Cron-Job-Ausführung: {relativeTime}. Möglicherweise liegt ein Fehler vor.",
+ "Check the background job settings" : "Überprüfen Sie die Cron-Job Einstellungen",
+ "No memory cache has been configured. To enhance performance, please configure a memcache, if available. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Es wurde kein PHP-Memory-Cache konfiguriert. Zur Erhöhung der Leistungsfähigkeit kann ein Memory-Cache konfiguriert werden. Weitere Informationen finden Sie in der <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Dokumentation</a>.",
+ "No suitable source for randomness found by PHP which is highly discouraged for security reasons. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Von PHP wurde keine geeignete Quelle für Zufälligkeit gefunden, aus Sicht der Sicherheit ist dies bedenklich. Weitere Informationen sind in der <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Dokumentation</a> zu finden.",
+ "You are currently running PHP {version}. Upgrade your PHP version to take advantage of <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">performance and security updates provided by the PHP Group</a> as soon as your distribution supports it." : "Sie verwenden im Moment PHP {version}. Upgraden Sie Ihre PHP-Version, um die <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">Geschwindigkeits- und Sicherheitsupdates zu nutzen, welche von der PHP-Gruppe bereitgestellt werden</a>, sobald Ihre Distribution diese unterstützt.",
+ "The reverse proxy header configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If not, this is a security issue and can allow an attacker to spoof their IP address as visible to the Nextcloud. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Die Reverse-Proxy-Header-Konfiguration ist fehlerhaft oder Sie greifen auf Nextcloud über einen vertrauenswürdigen Proxy zu. Ist dies nicht der Fall, dann besteht ein Sicherheitsproblem, das einem Angreifer erlaubt die IP-Adresse, die für Nextcloud sichtbar ist, auszuspähen. Weitere Informationen hierzu finde sich in der <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Dokumentation</a>.",
+ "Memcached is configured as distributed cache, but the wrong PHP module \"memcache\" is installed. \\OC\\Memcache\\Memcached only supports \"memcached\" and not \"memcache\". See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">memcached wiki about both modules</a>." : "Memcached ist als verteilter Cache konfiguriert, aber das falsche PHP Modul \"memcache\" ist installiert. \\OC\\Memcache\\Memcached unterstützt nur \"memcached\" jedoch nicht \"memcache\". Im <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">memcached wiki nach beiden Modulen suchen</a>.",
+ "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">List of invalid files…</a> / <a href=\"{rescanEndpoint}\">Rescan…</a>)" : "Einige Dateien haben die Integritätsprüfung nicht bestanden. Weiterführende Informationen befinden sich in unserer <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Dokumentation</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">Liste der ungültigen Dateien …</a> / <a href=\"{rescanEndpoint}\">Erneut analysieren…</a>)",
+ "The PHP OPcache module is not loaded. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance it is recommended</a> to load it into your PHP installation." : "Das PHP-OPcache-Modul ist nicht geladen. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Für eine bessere Leistung empfiehlt es sich</a> das Modul in Ihre PHP-Installation zu laden.",
+ "The PHP OPcache is not properly configured. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance it is recommended</a> to use the following settings in the <code>php.ini</code>:" : "Der PHP-OPcache ist nicht richtig konfiguriert. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Für eine bessere Leistung empfiehlt es sich</a> folgende Einstellungen in der <code>php.ini</code> vorzunehmen:",
+ "Some columns in the database are missing a conversion to big int. Due to the fact that changing column types on big tables could take some time they were not changed automatically. By running 'occ db:convert-filecache-bigint' those pending changes could be applied manually. This operation needs to be made while the instance is offline. For further details read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "Bei einigen Spalten in der Datenbank fehlt eine Konvertierung in big int. Aufgrund der Tatsache, dass das Ändern von Spaltentypen bei großen Tabellen einige Zeit dauern kann, wurden sie nicht automatisch geändert. Durch Ausführen von \"occ db:convert-filecache-bigint\" können diese ausstehenden Änderungen manuell übernommen werden. Diese Operation muss ausgeführt werden, während die Instanz offline ist. Weitere Einzelheiten finden Sie auf <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">der zugehörigen Dokumentationsseite</a>.",
+ "To migrate to another database use the command line tool: 'occ db:convert-type', or see the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation ↗</a>." : "Um zu einer anderen Datenbank zu migrieren, benutzen Sie bitte die Kommandozeile: 'occ db:convert-type', oder schauen Sie in die <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Dokumentation ↗</a>.",
+ "Use of the the built in php mailer is no longer supported. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Please update your email server settings ↗<a/>." : "Die Verwendung des eingebauten PHP-Mailers wird nicht länger unterstützt. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Bitte aktualisieren Sie die E-Mail-Server-Einstellungen ↗<a/>.",
+ "MySQL is used as database but does not support 4-byte characters. To be able to handle 4-byte characters (like emojis) without issues in filenames or comments for example it is recommended to enable the 4-byte support in MySQL. For further details read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "MySQL wird als Datenbank verwendet, unterstützt jedoch keine 4-Byte-Zeichen. Um 4-Byte-Zeichen (wie Emojis) ohne Probleme in beispielsweise Dateinamen oder Kommentaren verarbeiten zu können, wird empfohlen, die 4-Byte-Unterstützung in MySQL zu aktivieren. Für weitere Details lesen Sie bitte <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">die Dokumentationsseite hierzu</a>.",
+ "You are accessing your instance over a secure connection, however your instance is generating insecure URLs. This most likely means that you are behind a reverse proxy and the overwrite config variables are not set correctly. Please read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "Sie greifen über eine sichere Verbindung auf Ihre Instanz zu, Ihre Instanz generiert jedoch unsichere URLs. Dies bedeutet höchstwahrscheinlich, dass Sie sich hinter einem Reverse-Proxy befinden und die Konfigurationsvariablen zum Überschreiben nicht richtig eingestellt sind. Bitte lesen Sie <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">die Dokumentation hierzu</a>.",
+ "The \"{header}\" HTTP header is not set to \"{val1}\", \"{val2}\", \"{val3}\", \"{val4}\" or \"{val5}\". This can leak referer information. See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{link}\">W3C Recommendation ↗</a>." : "Der \"{header}\" HTTP-Header ist nicht gesetzt auf \"{val1}\", \"{val2}\", \"{val3}\", \"{val4}\" oder \"{val5}\". Dadurch können Verweis-Informationen preisgegeben werden. Siehe die <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{link}\">W3C-Empfehlung</a>.",
+ "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the <a href=\"{docUrl}\" rel=\"noreferrer noopener\">security tips ↗</a>." : "Der \"Strict-Transport-Security“-HTTP-Header ist nicht auf mindestens \"{seconds}“ Sekunden eingestellt. Für mehr Sicherheit wird das Aktivieren von HSTS empfohlen, wie es in den <a href=\"{docUrl}\" rel=\"noreferrer noopener\">Sicherheitshinweisen</a> erläutert ist.",
+ "Accessing site insecurely via HTTP. You are strongly advised to set up your server to require HTTPS instead, as described in the <a href=\"{docUrl}\">security tips ↗</a>." : "Unsicherer Seitenzugriff über HTTP. Es wird dringend empfohlen, den Server so einzurichten, dass HTTPS erforderlich ist, wie dies in den <a href=\"{docUrl}\">Sicherheits-Tipps ↗</a> beschrieben wird.",
+ "Continue to Nextcloud" : "Weiter zur Nextcloud",
+ "_The update was successful. Redirecting you to Nextcloud in %n second._::_The update was successful. Redirecting you to Nextcloud in %n seconds._" : ["Das Update war erfolgreich. Sie werden in %n Sekunde zur Nextcloud weitergeleitet.","Das Update war erfolgreich. Sie werden in %n Sekunden zur Nextcloud weitergeleitet."],
+ "Searching other places" : "Andere Orte durchsuchen",
+ "No search results in other folders for {tag}{filter}{endtag}" : "Keine Suchergebnisse in anderen Ordnern für {tag}{filter}{endtag}",
+ "_{count} search result in another folder_::_{count} search results in other folders_" : ["{count} Suchergebnis in anderen Ordnern","{count} Suchergebnisse in anderen Ordnern"],
+ "A password reset message has been sent to the e-mail address of this account. If you do not receive it, check your spam/junk folders or ask your local administrator for help." : "Eine Nachricht zum Zurücksetzen des Passworts wurde an die in diesem Konto hinterlegte E-Mail-Adresse gesendet. Wenn Sie diese nicht erhalten haben, prüfen Sie bitte den Spam/Junk-Ordner oder kontaktieren Sie Ihren lokalen Administrator für weitere Hilfe.",
+ "Password can not be changed. Please contact your administrator." : "Passwort kann nicht geändert werden. Bitte kontaktieren Sie Ihren Administrator.",
+ "Could not fetch list of apps from the app store." : "Liste der Apps kann nicht vom App Store abgerufen werden",
+ "Nextcloud {app}" : "Nextcloud {app}",
+ "Can't install this app because it is not compatible" : "App kann nicht installiert werden, da sie inkompatibel ist",
+ "Can't install this app" : "App kann nicht installiert werden",
+ "These apps will be updated:" : "Diese Apps werden aktualisiert:",
+ "For more details see the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Für weitere Einzelheiten sehen Sie bitte in die <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Dokumentation</a>."
},
"nplurals=2; plural=(n != 1);");
diff --git a/core/l10n/de_DE.json b/core/l10n/de_DE.json
index 096bdbc62ed..3c079d7d001 100644
--- a/core/l10n/de_DE.json
+++ b/core/l10n/de_DE.json
@@ -3,6 +3,14 @@
"File is too big" : "Datei ist zu groß",
"The selected file is not an image." : "Die ausgewählte Datei ist kein Bild.",
"The selected file cannot be read." : "Die ausgewählte Datei kann nicht gelesen werden.",
+ "The file was uploaded" : "Die Datei wurde hochgeladen",
+ "The uploaded file exceeds the upload_max_filesize directive in php.ini" : "Die hochgeladene Datei überschreitet die Vorgabe upload_max_filesize in php.ini",
+ "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Die Datei ist größer als die Vorgabe MAX_FILE_SIZE, die im HTML-Formular angegeben ist",
+ "The file was only partially uploaded" : "Die Datei konnte nur teilweise hochgeladen werden",
+ "No file was uploaded" : "Es wurde keine Datei hochgeladen",
+ "Missing a temporary folder" : "Kein temporärer Ordner vorhanden",
+ "Could not write file to disk" : "Die Datei konnte nicht auf die Festplatte geschrieben werden",
+ "A PHP extension stopped the file upload" : "Eine PHP-Erweiterung hat das Hochladen der Datei gestoppt",
"Invalid file provided" : "Ungültige Datei zur Verfügung gestellt",
"No image or file provided" : "Es wurde weder ein Bild noch eine Datei zur Verfügung gestellt",
"Unknown filetype" : "Unbekannter Dateityp",
@@ -13,6 +21,7 @@
"No valid crop data provided" : "Keine gültigen Zuschnittdaten zur Verfügung gestellt",
"Crop is not square" : "Zuschnitt ist nicht quadratisch",
"State token does not match" : "Status-Token stimmen nicht überein",
+ "Invalid app password" : "Ungültiges App-Passwort",
"Could not complete login" : "Anmeldung konnte nicht abgeschlossen werden",
"Your login token is invalid or has expired" : "Ihr Anmelde-Token ist ungültig oder abgelaufen",
"Password reset is disabled" : "Passwort-Reset ist deaktiviert",
@@ -24,8 +33,10 @@
"Click the following link to reset your password. If you have not requested the password reset, then ignore this email." : "Klicken Sie zum Zurücksetzen des Passworts auf den folgenden Link. Wenn Sie das Zurücksetzen des Passworts nicht angefordert haben, ignorieren Sie bitte diese E-Mail.",
"Reset your password" : "Setzen Sie Ihr Passwort zurück",
"Nextcloud Server" : "Nextcloud-Server",
- "Some of your link shares have been removed" : "Einige der geteilten Freigaben wurden entfernt",
+ "Some of your link shares have been removed" : "Einige Ihrer Freigabe-Links wurden entfernt",
"Due to a security bug we had to remove some of your link shares. Please see the link for more information." : "Aufgrund eines Sicherheitsfehlers mussten einige Link-Freigaben entfernt werden. Für weitere Informationen siehe Link.",
+ "The user limit of this instance is reached." : "Die Benutzergrenze dieser Instanz ist erreicht.",
+ "Enter your subscription key to increase the user limit. For more information about Nextcloud Enterprise see our website." : "Geben Sie Ihren Abonnementschlüssel ein, um die Benutzergrenze zu erhöhen. Weitere Informationen über Nextcloud für Unternehmen (Enterprise) finden Sie auf unserer Webseite.",
"Preparing update" : "Update vorbereiten",
"[%d / %d]: %s" : "[%d / %d]: %s",
"Repair step:" : "Reparaturschritt:",
@@ -39,76 +50,70 @@
"Maintenance mode is kept active" : "Wartungsmodus bleibt aktiviert",
"Updating database schema" : "Das Datenbankschema wird aktualisiert",
"Updated database" : "Datenbank aktualisiert",
- "Checking whether the database schema can be updated (this can take a long time depending on the database size)" : "Prüft, ob das Datenbankschema aktualisiert werden kann (dies kann je nach Datenbankgröße sehr lange dauern)",
- "Checked database schema update" : "Datenbankschema-Aktualisierung überprüft",
- "Checking updates of apps" : "Es wird nach Updates für die Apps gesucht",
- "Checking for update of app \"%s\" in appstore" : "Suche nach einer Aktualisierung für die App \"%s\" im App-Store",
- "Update app \"%s\" from appstore" : "Aktualisiere die App \"%s\" aus dem App-Store",
- "Checked for update of app \"%s\" in appstore" : "App-Store auf Aktualisierung für die App \"%s\" geprüft",
+ "Checking for update of app \"%s\" in App Store" : "Suche nach einer Aktualisierung für die App \"%s\" im App-Store",
+ "Update app \"%s\" from App Store" : "Aktualisiere die App \"%s\" aus dem App-Store",
+ "Checked for update of app \"%s\" in App Store" : "App-Store auf Aktualisierung für die App \"%s\" geprüft",
"Checking whether the database schema for %s can be updated (this can take a long time depending on the database size)" : "Prüft, ob das Datenbankschema für %s aktualisiert werden kann (dies kann je nach Datenbankgröße sehr lange dauern)",
- "Checked database schema update for apps" : "Datenbankschema-Aktualisierung für Apps überprüft",
"Updated \"%1$s\" to %2$s" : "\"%1$s\" aktualisiert auf %2$s",
"Set log level to debug" : "Log-Level auf \"debug\" gesetzt",
"Reset log level" : "Ursprüngliches Log-Level wiederhergestellt",
"Starting code integrity check" : "Code-Integrität wird überprüft",
"Finished code integrity check" : "Code-Integritätsprüfung abgeschlossen",
"%s (incompatible)" : "%s (inkompatibel)",
- "Following apps have been disabled: %s" : "Die folgenden Apps wurden deaktiviert: %s",
+ "The following apps have been disabled: %s" : "Folgende Apps wurden deaktiviert: %s",
"Already up to date" : "Bereits aktuell",
"Your web server is not yet properly set up to allow file synchronization, because the WebDAV interface seems to be broken." : "Ihr Webserver ist noch nicht hinreichend für Datei-Synchronisierung konfiguriert. Die WebDAV-Schnittstelle ist vermutlich defekt.",
- "Your web server is not properly set up to resolve \"{url}\". Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Ihr Webserver ist nicht richtig konfiguriert um \"{url}\" aufzulösen. Weitere Informationen hierzu finden Sie in der <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Dokumentation</a>.",
- "Your web server is not properly set up to resolve \"{url}\". This is most likely related to a web server configuration that was not updated to deliver this folder directly. Please compare your configuration against the shipped rewrite rules in \".htaccess\" for Apache or the provided one in the documentation for Nginx at it's <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation page</a>. On Nginx those are typically the lines starting with \"location ~\" that need an update." : "Ihr Webserver ist nicht ordnungsgemäß für die Auflösung von \"{url}\" eingerichtet. Dies hängt höchstwahrscheinlich mit einer Webserverkonfiguration zusammen, die nicht aktualisiert wurde, um diesen Ordner direkt zu liefern. Bitte vergleichen Sie Ihre Konfiguration mit den mitgelieferten Rewrite-Regeln in \".htaccess\" für Apache oder den in der Nginx-Dokumentation bereitgestellten auf dessen <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Dokumentationsseite</a>. Auf Nginx sind das typischerweise die Zeilen, die mit \"location ~\" beginnen und ein Update benötigen.",
- "Your web server is not properly set up to deliver .woff2 files. This is typically an issue with the Nginx configuration. For Nextcloud 15 it needs an adjustement to also deliver .woff2 files. Compare your Nginx configuration to the recommended configuration in our <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Ihr Web-Server ist nicht richtig eingerichtet um .woff2-Dateien auszuliefern. Dies ist meist ein Thema der Nginx-Konfiguration. Für Nextcloud 15 wird eine Anpassung für die Auslieferung von .woff2-Dateien benötigt. Vergleichen Sie Ihre Nginx-Konfiguration mit der empfohlenen Nginx-Konfiguration in unserer <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Dokumentation</a>.",
+ "Your web server is not properly set up to resolve \"{url}\". Further information can be found in the {linkstart}documentation ↗{linkend}." : "Ihr Webserver ist nicht richtig konfiguriert um \"{url}\" aufzulösen. Weitere Informationen hierzu finden Sie in unserer {linkstart}Dokumentation ↗{linkend}.",
+ "Your web server is not properly set up to resolve \"{url}\". This is most likely related to a web server configuration that was not updated to deliver this folder directly. Please compare your configuration against the shipped rewrite rules in \".htaccess\" for Apache or the provided one in the documentation for Nginx at it's {linkstart}documentation page ↗{linkend}. On Nginx those are typically the lines starting with \"location ~\" that need an update." : "Ihr Webserver ist nicht ordnungsgemäß für die Auflösung von \"{url}\" eingerichtet. Dies hängt höchstwahrscheinlich mit einer Webserver-Konfiguration zusammen, die nicht aktualisiert wurde, um diesen Ordner direkt zu liefern. Bitte vergleichen Sie Ihre Konfiguration mit den mitgelieferten Rewrite-Regeln in \".htaccess\" für Apache oder den in der Nginx-Dokumentation bereitgestellten auf dessen {linkstart}Dokumentationsseite ↗{linkend}. Auf Nginx sind das typischerweise die Zeilen, die mit \"location ~\" beginnen und ein Update benötigen.",
+ "Your web server is not properly set up to deliver .woff2 files. This is typically an issue with the Nginx configuration. For Nextcloud 15 it needs an adjustement to also deliver .woff2 files. Compare your Nginx configuration to the recommended configuration in our {linkstart}documentation ↗{linkend}." : "Ihr Web-Server ist nicht richtig eingerichtet um .woff2-Dateien auszuliefern. Dies liegt meist an der Nginx-Konfiguration. Für Nextcloud 15 wird eine Anpassung für die Auslieferung von .woff2-Dateien benötigt. Vergleichen Sie Ihre Nginx-Konfiguration mit der empfohlenen Nginx-Konfiguration in unserer {linkstart}Dokumentation ↗{linkend}.",
"PHP does not seem to be setup properly to query system environment variables. The test with getenv(\"PATH\") only returns an empty response." : "PHP scheint zur Abfrage von Systemumgebungsvariablen nicht richtig eingerichtet zu sein. Der Test mit getenv(\"PATH\") liefert nur eine leere Antwort zurück.",
- "Please check the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">installation documentation ↗</a> for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "Bitte die <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Installationsdokumentation ↗</a> auf Hinweise zur PHP-Konfiguration durchlesen, sowie die PHP-Konfiguration Ihres Servers überprüfen, insbesondere dann, wenn PHP-FPM eingesetzt wird.",
+ "Please check the {linkstart}installation documentation ↗{linkend} for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "Bitte schauen Sie in der {linkstart}Installationsdokumentation ↗{linkend} auf Hinweise zur PHP-Konfiguration, sowie die PHP-Konfiguration ihres Servers, insbesondere dann, wenn Sie PHP-FPM einsetzen.",
"The read-only config has been enabled. This prevents setting some configurations via the web-interface. Furthermore, the file needs to be made writable manually for every update." : "Die schreibgeschützte Konfiguration wurde aktiviert. Dies verhindert das Setzen einiger Einstellungen über die Web-Schnittstelle. Weiterhin muss bei jedem Update der Schreibzugriff auf die Datei händisch aktiviert werden.",
"Your database does not run with \"READ COMMITTED\" transaction isolation level. This can cause problems when multiple actions are executed in parallel." : "Ihre Datenbank läuft nicht mit der \"READ COMMITED\" Transaktionsisolationsstufe. Dies kann Probleme hervorrufen, wenn mehrere Aktionen parallel ausgeführt werden.",
- "The PHP module \"fileinfo\" is missing. It is strongly recommended to enable this module to get the best results with MIME type detection." : "Das PHP-Modul 'fileinfo' fehlt. Es empfiehlt sich dringend, das Modul zu aktivieren, um bestmögliche Ergebnisse bei der MIME-Datei-Typ-Erkennung zu erhalten. ",
- "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems. See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation ↗</a> for more information." : "Transaktionales Sperren ist deaktiviert, was zu Problemen mit Laufzeitbedingungen führen kann. Aktivieren Sie 'filelocking.enabled' in der config.php diese Probleme zu vermeiden. Weitere Informationen findest Sie in unserer <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Dokumentation ↗</a>.",
+ "The PHP module \"fileinfo\" is missing. It is strongly recommended to enable this module to get the best results with MIME type detection." : "Das PHP-Modul 'fileinfo' fehlt. Es wird dringend empfohlen, das Modul zu aktivieren, um bestmögliche Ergebnisse bei der MIME-Datei-Typ-Erkennung zu erhalten. ",
+ "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems. See the {linkstart}documentation ↗{linkend} for more information." : "Transaktionales Sperren ist deaktiviert, was zu Problemen mit Laufzeitbedingungen führen kann. Aktivieren Sie 'filelocking.enabled' in der config.php diese Probleme zu vermeiden. Weitere Informationen finden Sie in unserer {linkstart}Documentation ↗{linkend}.",
"If your installation is not installed at the root of the domain and uses system cron, there can be issues with the URL generation. To avoid these problems, please set the \"overwrite.cli.url\" option in your config.php file to the webroot path of your installation (suggestion: \"{suggestedOverwriteCliURL}\")" : "Wenn sich Ihre Installation nicht im Wurzelverzeichnis der Domain befindet und Cron des Systems genutzt wird, kann es zu Fehlern bei der URL-Generierung kommen. Um dies zu verhindern, setzen Sie bitte die „overwrite.cli.url“-Option in Ihrer config.php auf das Web-Wurzelverzeichnis Ihrer Installation (Vorschlag: \"{suggestedOverwriteCliURL}\")",
- "It was not possible to execute the cron job via CLI. The following technical errors have appeared:" : "Die Ausführung des Cron-Jobs über die Kommandozeile war nicht möglich. Die folgenden technischen Fehler sind dabei aufgetreten: ",
- "Last background job execution ran {relativeTime}. Something seems wrong." : "Letzte Cron-Job-Ausführung: {relativeTime}. Möglicherweise liegt ein Fehler vor.",
- "Check the background job settings" : "Überprüfen Sie die Cron-Job Einstellungen",
+ "Your installation has no default phone region set. This is required to validate phone numbers in the profile settings without a country code. To allow numbers without a country code, please add \"default_phone_region\" with the respective {linkstart}ISO 3166-1 code ↗{linkend} of the region to your config file." : "Für Ihre Installation ist keine Standard-Telefonregion festgelegt. Dies ist erforderlich, um Telefonnummern in den Profileinstellungen ohne Ländercode überprüfen zu können. Um Nummern ohne Ländercode zuzulassen, fügen Sie bitte \"default_phone_region\" mit dem entsprechenden {linkstart}ISO 3166-1-Code ↗{linkend} der gewünschten Region hinzu.",
+ "It was not possible to execute the cron job via CLI. The following technical errors have appeared:" : "Die Ausführung des Cron-Jobs über die Kommandozeile war nicht möglich. Folgende technische Fehler sind aufgetreten: ",
+ "Last background job execution ran {relativeTime}. Something seems wrong. {linkstart}Check the background job settings ↗{linkend}." : "Letzte Cron-Job-Ausführung: {relativeTime}. {linkstart}Check the background job settings ↗{linkend}.",
"This server has no working Internet connection: Multiple endpoints could not be reached. This means that some of the features like mounting external storage, notifications about updates or installation of third-party apps will not work. Accessing files remotely and sending of notification emails might not work, either. Establish a connection from this server to the Internet to enjoy all features." : "Dieser Server hat keine funktionierende Internetverbindung: Mehrere Ziele konnten nicht erreicht werden. Dies bedeutet, dass einige Funktionen, wie das Einhängen externer Speicher, Benachrichtigungen über Updates oder die Installation von Drittanbieter-Apps nicht funktionieren. Der Zugriff auf entfernte Dateien und das Senden von E-Mail-Benachrichtigungen wird wahrscheinlich ebenfalls nicht funktionieren. Um alle Funktionen nutzen zu können, stellen Sie bitte eine Internet-Verbindung für diesen Server her.",
- "No memory cache has been configured. To enhance performance, please configure a memcache, if available. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Es wurde kein PHP-Memory-Cache konfiguriert. Zur Erhöhung der Leistungsfähigkeit kann ein Memory-Cache konfiguriert werden. Weitere Informationen finden Sie in der <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Dokumentation</a>.",
- "No suitable source for randomness found by PHP which is highly discouraged for security reasons. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Von PHP wurde keine geeignete Quelle für Zufälligkeit gefunden, aus Sicht der Sicherheit ist dies bedenklich. Weitere Informationen sind in der <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Dokumentation</a> zu finden.",
- "You are currently running PHP {version}. Upgrade your PHP version to take advantage of <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">performance and security updates provided by the PHP Group</a> as soon as your distribution supports it." : "Sie verwenden im Moment PHP {version}. Upgraden Sie Ihre PHP-Version, um die <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">Geschwindigkeits- und Sicherheitsupdates zu nutzen, welche von der PHP-Gruppe bereitgestellt werden</a>, sobald Ihre Distribution diese unterstützt.",
- "Nextcloud 19 is the last release supporting PHP 7.2. Nextcloud 20 requires at least PHP 7.3." : "Nextcloud 19 ist die letzte Version, die PHP 7.2 unterstützt. Nextcloud 20 benötigt mindestens PHP 7.3.",
- "The reverse proxy header configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If not, this is a security issue and can allow an attacker to spoof their IP address as visible to the Nextcloud. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Die Reverse-Proxy-Header-Konfiguration ist fehlerhaft oder Sie greifen auf Nextcloud über einen vertrauenswürdigen Proxy zu. Ist dies nicht der Fall, dann besteht ein Sicherheitsproblem, das einem Angreifer erlaubt die IP-Adresse, die für Nextcloud sichtbar ist, auszuspähen. Weitere Informationen hierzu finde sich in der <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Dokumentation</a>.",
- "Memcached is configured as distributed cache, but the wrong PHP module \"memcache\" is installed. \\OC\\Memcache\\Memcached only supports \"memcached\" and not \"memcache\". See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">memcached wiki about both modules</a>." : "Memcached ist als verteilter Cache konfiguriert, aber das falsche PHP Modul \"memcache\" ist installiert. \\OC\\Memcache\\Memcached unterstützt nur \"memcached\" jedoch nicht \"memcache\". Im <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">memcached wiki nach beiden Modulen suchen</a>.",
- "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">List of invalid files…</a> / <a href=\"{rescanEndpoint}\">Rescan…</a>)" : "Einige Dateien haben die Integritätsprüfung nicht bestanden. Weiterführende Informationen befinden sich in unserer <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Dokumentation</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">Liste der ungültigen Dateien …</a> / <a href=\"{rescanEndpoint}\">Erneut analysieren…</a>)",
- "The PHP OPcache module is not loaded. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance it is recommended</a> to load it into your PHP installation." : "Das PHP-OPcache-Modul ist nicht geladen. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Für eine bessere Leistung empfiehlt es sich</a> das Modul in Ihre PHP-Installation zu laden.",
- "The PHP OPcache is not properly configured. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance it is recommended</a> to use the following settings in the <code>php.ini</code>:" : "Der PHP-OPcache ist nicht richtig konfiguriert. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Für eine bessere Leistung empfiehlt es sich</a> folgende Einstellungen in der <code>php.ini</code> vorzunehmen:",
+ "No memory cache has been configured. To enhance performance, please configure a memcache, if available. Further information can be found in the {linkstart}documentation ↗{linkend}." : "Es wurde kein PHP Memory Cache konfiguriert. Konfigurieren Sie zur Erhöhung der Leistungsfähigkeit, soweit verfügbar, einen Memory Cache. Weitere Informationen finden Sie in unserer {linkstart}Dokumentation ↗{linkend}.",
+ "No suitable source for randomness found by PHP which is highly discouraged for security reasons. Further information can be found in the {linkstart}documentation ↗{linkend}." : "Von PHP wurde keine geeignete Quelle für Zufälligkeit gefunden, aus Sicht der Sicherheit ist dies bedenklich. Weitere Informationen sind in der {linkstart}Dokumentation ↗{linkend} zu finden.",
+ "You are currently running PHP {version}. Upgrade your PHP version to take advantage of {linkstart}performance and security updates provided by the PHP Group ↗{linkend} as soon as your distribution supports it." : "Sie verwenden im Moment PHP {version}. Wir empfehlen ein Upgrade ihrer PHP Version, um die {linkstart}Geschwindigkeits- und Sicherheitsupdates zu nutzen, welche von der PHP Gruppe bereitgestellt werden↗{linkend}, sobald Ihre Distribution diese unterstützt.",
+ "Nextcloud 20 is the last release supporting PHP 7.2. Nextcloud 21 requires at least PHP 7.3." : "Nextcloud 20 ist die letzte Version, die PHP 7.2 unterstützt. Nextcloud 21 benötigt mindestens PHP 7.3.",
+ "The reverse proxy header configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If not, this is a security issue and can allow an attacker to spoof their IP address as visible to the Nextcloud. Further information can be found in the {linkstart}documentation ↗{linkend}." : "Die Reverse-Proxy-Header-Konfiguration ist fehlerhaft oder Sie greifen auf Nextcloud über einen vertrauenswürdigen Proxy zu. Ist dies nicht der Fall, dann besteht ein Sicherheitsproblem, das einem Angreifer erlaubt die IP-Adresse, die für Nextcloud sichtbar ist, auszuspähen. Weitere Informationen hierzu befindet sich in der {linkstart}Dokumentation ↗{linkend}.",
+ "Memcached is configured as distributed cache, but the wrong PHP module \"memcache\" is installed. \\OC\\Memcache\\Memcached only supports \"memcached\" and not \"memcache\". See the {linkstart}memcached wiki about both modules ↗{linkend}." : "Memcached ist als distributed cache konfiguriert aber das falsche PHP-Modul \"memcache\" ist installiert. \\OC\\Memcache\\Memcached unterstützt nur \"memcached\" jedoch nicht \"memcache\". Im {linkstart}memcached wiki nach beiden Modulen suchen ↗{linkend}.",
+ "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in the {linkstart1}documentation ↗{linkend}. ({linkstart2}List of invalid files…{linkend} / {linkstart3}Rescan…{linkend})" : "Manche Dateien haben die Integritätsprüfung nicht bestanden. Weitere Informationen um den Fehler zu behen finden Sie in unserer {linkstart1}Dokumentation↗{linkend}. ({linkstart2}Liste der ungültigen Dateien...{linkend} / {linkstart3}Erneut scannen…{linkend})",
+ "The PHP OPcache module is not loaded. {linkstart}For better performance it is recommended ↗{linkend} to load it into your PHP installation." : "Das PHP-OPcache-Modul ist nicht geladen. {linkstart}Für eine bessere Leistung empfiehlt es sich ↗{linkend} das Modul in Ihre PHP-Installation zu laden.",
+ "The PHP OPcache module is not properly configured. {linkstart}For better performance it is recommended ↗{linkend} to use the following settings in the <code>php.ini</code>:" : "Der PHP-OPcache ist nicht richtig konfiguriert. {linkstart}Für eine bessere Leistung empfiehlt es sich ↗{linkend} folgende Einstellungen in der <code>php.ini</code> vorzunehmen:",
"The PHP function \"set_time_limit\" is not available. This could result in scripts being halted mid-execution, breaking your installation. Enabling this function is strongly recommended." : "Die PHP-Funktion \"set_time_limit\" ist nicht verfügbar. Dies kann in angehaltenen Scripten oder einer fehlerhaften Installation resultieren. Es wird dringend empfohlen, diese Funktion zu aktivieren.",
"Your PHP does not have FreeType support, resulting in breakage of profile pictures and the settings interface." : "Ihr PHP unterstützt Freetype nicht. Dies wird defekte Profilbilder und eine defekte Anzeige der Einstellungen verursachen.",
"Missing index \"{indexName}\" in table \"{tableName}\"." : "Fehlender Index \"{indexName}\" in der Tabelle \"{tableName}\".",
"The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "In der Datenbank fehlen einige Indizes. Auf Grund der Tatsache, dass das Hinzufügen von Indizes in großen Tabellen einige Zeit in Anspruch nehmen kann, wurden diese nicht automatisch erzeugt. Durch das Ausführen von \"occ db:add-missing-indices\" können die fehlenden Indizes manuell hinzugefügt werden, während die Instanz weiter läuft. Nachdem die Indizes hinzugefügt wurden, sind Anfragen auf die Tabellen normalerweise schneller.",
- "This instance is missing some recommended PHP modules. For improved performance and better compatibility it is highly recommended to install them." : "Dieser Installation fehlen einige empfholene PHP-Module. Für bessere Leistung und bessere Kompatibilität wird dringend empfohlen, diese zu installieren.",
- "Some columns in the database are missing a conversion to big int. Due to the fact that changing column types on big tables could take some time they were not changed automatically. By running 'occ db:convert-filecache-bigint' those pending changes could be applied manually. This operation needs to be made while the instance is offline. For further details read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "Bei einigen Spalten in der Datenbank fehlt eine Konvertierung in big int. Aufgrund der Tatsache, dass das Ändern von Spaltentypen bei großen Tabellen einige Zeit dauern kann, wurden sie nicht automatisch geändert. Durch Ausführen von \"occ db:convert-filecache-bigint\" können diese ausstehenden Änderungen manuell übernommen werden. Diese Operation muss ausgeführt werden, während die Instanz offline ist. Weitere Einzelheiten finden Sie auf <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">der zugehörigen Dokumentationsseite</a>.",
+ "Missing primary key on table \"{tableName}\"." : "Fehlender Primärschlüssel auf Tabelle \"{tableName}\".",
+ "The database is missing some primary keys. Due to the fact that adding primary keys on big tables could take some time they were not added automatically. By running \"occ db:add-missing-primary-keys\" those missing primary keys could be added manually while the instance keeps running." : "In der Datenbank fehlen einige Primärschlüssel. Aufgrund der Tatsache, dass das Hinzufügen von Primärschlüsseln bei großen Tabellen einige Zeit dauern konnte, wurden sie nicht automatisch hinzugefügt. Durch Ausführen von \"occ db:add-missing-primary-keys\" können diese fehlenden Primärschlüssel manuell hinzugefügt werden, während die Instanz weiter läuft.",
+ "Missing optional column \"{columnName}\" in table \"{tableName}\"." : "Fehlende optionale Spalte \"{columnName}\" in der Tabelle \"{tableName}\".",
+ "The database is missing some optional columns. Due to the fact that adding columns on big tables could take some time they were not added automatically when they can be optional. By running \"occ db:add-missing-columns\" those missing columns could be added manually while the instance keeps running. Once the columns are added some features might improve responsiveness or usability." : "In der Datenbank fehlen einige optionale Spalten. Da das Hinzufügen von Spalten bei großen Tabellen einige Zeit dauern kann, wurden sie nicht automatisch hinzugefügt, wenn sie optional sein können. Durch Ausführen von \"occ db:add-missing-columns\" können diese fehlenden Spalten manuell hinzugefügt werden, während die Instanz weiter läuft. Sobald die Spalten hinzugefügt sind, könnten einige Funktionen die Reaktionsfähigkeit oder die Benutzerfreundlichkeit verbessern.",
+ "This instance is missing some recommended PHP modules. For improved performance and better compatibility it is highly recommended to install them." : "Dieser Installation fehlen einige empfohlene PHP-Module. Für bessere Leistung und bessere Kompatibilität wird dringend empfohlen, diese zu installieren.",
+ "Module php-imagick in this instance has no SVG support. For better compatibility it is recommended to install it." : "Dem Modul php-imagick fehlt die SVG-Unterstützung. Für eine bessere Kompatibilität wird empfohlen, es zu installieren.",
+ "Some columns in the database are missing a conversion to big int. Due to the fact that changing column types on big tables could take some time they were not changed automatically. By running 'occ db:convert-filecache-bigint' those pending changes could be applied manually. This operation needs to be made while the instance is offline. For further details read {linkstart}the documentation page about this ↗{linkend}." : "Bei einigen Spalten in der Datenbank fehlt eine Konvertierung in big int. Aufgrund der Tatsache, dass das Ändern von Spaltentypen bei großen Tabellen einige Zeit dauern kann, wurden sie nicht automatisch geändert. Durch Ausführen von \"occ db:convert-filecache-bigint\" können diese ausstehenden Änderungen manuell übernommen werden. Diese Operation muss ausgeführt werden, während die Instanz offline ist. Weitere Details finden Sie auf {linkstart}der zugehörigen Dokumentationsseite ↗{linkend}.",
"SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend." : "SQLite wird als Datenbank verwendet. Bei größeren Installationen wird empfohlen, auf ein anderes Datenbank-Backend zu wechseln.",
"This is particularly recommended when using the desktop client for file synchronisation." : "Dies wird insbesondere bei der Benutzung des Desktop-Clients zur Synchronisierung empfohlen.",
- "To migrate to another database use the command line tool: 'occ db:convert-type', or see the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation ↗</a>." : "Um zu einer anderen Datenbank zu migrieren, benutzen Sie bitte die Kommandozeile: 'occ db:convert-type', oder in die <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Dokumentation ↗</a> schauen.",
- "Use of the the built in php mailer is no longer supported. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Please update your email server settings ↗<a/>." : "Die Verwendung des eingebauten PHP-Mailers wird nicht länger unterstützt. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Bitte aktualisieren Sie die E-Mail-Server-Einstellungen ↗<a/>.",
+ "To migrate to another database use the command line tool: 'occ db:convert-type', or see the {linkstart}documentation ↗{linkend}." : "Um zu einer anderen Datenbank zu migrieren, benutzen Sie bitte die Befehlszeile: 'occ db:convert-type', oder in die {linkstart}Dokumentation ↗{linkend} schauen.",
"The PHP memory limit is below the recommended value of 512MB." : "Die PHP-Speichergrenze liegt unterhalb des empfohlenen Wertes von 512MB.",
"Some app directories are owned by a different user than the web server one. This may be the case if apps have been installed manually. Check the permissions of the following app directories:" : "Einige App-Ordner haben einen anderen Besitzer als der Benutzer des Webservers. Dies kann der Fall sein, wenn Apps manuell installiert wurden. Prüfen Sie die Berechtigungen der folgenden App-Ordner:",
- "MySQL is used as database but does not support 4-byte characters. To be able to handle 4-byte characters (like emojis) without issues in filenames or comments for example it is recommended to enable the 4-byte support in MySQL. For further details read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "MySQL wird als Datenbank verwendet, unterstützt jedoch keine 4-Byte-Zeichen. Um beispielsweise 4-Byte-Zeichen (wie Emojis) ohne Probleme mit Dateinamen oder Kommentaren verarbeiten zu können, wird empfohlen, die 4-Byte-Unterstützung in MySQL zu aktivieren. Für weitere Details lesen Sie bitte <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">die Dokumentationsseite hierzu</a>.",
+ "MySQL is used as database but does not support 4-byte characters. To be able to handle 4-byte characters (like emojis) without issues in filenames or comments for example it is recommended to enable the 4-byte support in MySQL. For further details read {linkstart}the documentation page about this ↗{linkend}." : "MySQL wird als Datenbank verwendet, unterstützt jedoch keine 4-Byte-Zeichen. Um beispielsweise 4-Byte-Zeichen (wie Emojis) ohne Probleme mit Dateinamen oder Kommentaren verarbeiten zu können, wird empfohlen, die 4-Byte-Unterstützung in MySQL zu aktivieren. Für weitere Details lesen Sie bitte {linkstart}die Dokumentationsseite hierzu ↗{linkend}.",
"This instance uses an S3 based object store as primary storage. The uploaded files are stored temporarily on the server and thus it is recommended to have 50 GB of free space available in the temp directory of PHP. Check the logs for full details about the path and the available space. To improve this please change the temporary directory in the php.ini or make more space available in that path." : "Diese Instanz verwendet einen S3-basierten Objektspeicher als Primärspeicher. Die hochgeladenen Dateien werden temporär auf dem Server gespeichert und es wird daher empfohlen, 50 GB freien Speicherplatz im temp-Verzeichnis von PHP zur Verfügung zu haben. Überprüfen Sie die Protokolle, um alle Details über den Pfad und den verfügbaren Platz zu erhalten. Um dies zu verbessern, kann das temporäre Verzeichnis in der php.ini geändert oder mehr Platz in diesem Pfad zur Verfügung gestellt werden.",
- "You are accessing your instance over a secure connection, however your instance is generating insecure URLs. This most likely means that you are behind a reverse proxy and the overwrite config variables are not set correctly. Please read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "Sie greifen über eine sichere Verbindung auf Ihre Instanz zu, Ihre Instanz generiert jedoch unsichere URLs. Dies bedeutet höchstwahrscheinlich, dass Sie sich hinter einem Reverse-Proxy befinden und die Konfigurationsvariablen zum Überschreiben nicht richtig eingestellt sind. Bitte lesen Sie <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">die Dokumentation hierzu</a>.",
+ "You are accessing your instance over a secure connection, however your instance is generating insecure URLs. This most likely means that you are behind a reverse proxy and the overwrite config variables are not set correctly. Please read {linkstart}the documentation page about this ↗{linkend}." : "Sie greifen über eine sichere Verbindung auf Ihre Instanz zu, Ihre Instanz generiert jedoch unsichere URLs. Dies bedeutet höchstwahrscheinlich, dass Sie sich hinter einem Reverse-Proxy befinden und die Konfigurationsvariablen zum Überschreiben nicht richtig eingestellt sind. Bitte lesen Sie {linkstart}die Dokumentation hierzu ↗{linkend}.",
"Error occurred while checking server setup" : "Fehler beim Überprüfen der Servereinrichtung",
+ "For more details see the {linkstart}documentation ↗{linkend}." : "Weitere Informationen finden Sie in der {linkstart}Dokumentation ↗{linkend}.",
"Your data directory and files are probably accessible from the Internet. The .htaccess file is not working. It is strongly recommended that you configure your web server so that the data directory is no longer accessible, or move the data directory outside the web server document root." : "Ihr Datenverzeichnis und Ihre Dateien sind wahrscheinlich vom Internet aus erreichbar. Die .htaccess-Datei funktioniert nicht. Es wird dringend empfohlen, Ihren Webserver dahingehend zu konfigurieren, dass das Datenverzeichnis nicht mehr vom Internet aus erreichbar ist oder dass Sie es aus dem Document-Root-Verzeichnis des Webservers herausverschieben.",
"The \"{header}\" HTTP header is not set to \"{expected}\". This is a potential security or privacy risk, as it is recommended to adjust this setting accordingly." : "Der „{header}“-HTTP-Header ist nicht so konfiguriert, dass er „{expected}“ entspricht. Dies ist ein potentielles Sicherheitsrisiko und es wird empfohlen, diese Einstellung zu ändern.",
"The \"{header}\" HTTP header is not set to \"{expected}\". Some features might not work correctly, as it is recommended to adjust this setting accordingly." : "Der „{header}“-HTTP-Header ist nicht so konfiguriert, dass er „{expected}“ entspricht. Einige Funktionen funktionieren möglicherweise nicht richtig. Daher wird empfohlen, diese Einstellung zu ändern.",
- "The \"{header}\" HTTP header doesn't contain \"{expected}\". This is a potential security or privacy risk, as it is recommended to adjust this setting accordingly." : "Der „{header}“-HTTP-Header ist nicht so konfiguriert, dass er „{expected}“ enthält. Dies ist ein potentielles Sicherheitsrisiko und es wird empfohlen, diese Einstellung zu ändern.",
- "The \"{header}\" HTTP header is not set to \"{val1}\", \"{val2}\", \"{val3}\", \"{val4}\" or \"{val5}\". This can leak referer information. See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{link}\">W3C Recommendation ↗</a>." : "Der \"{header}\" HTTP-Header ist nicht gesetzt auf \"{val1}\", \"{val2}\", \"{val3}\", \"{val4}\" oder \"{val5}\". Dadurch können Verweis-Informationen preisgegeben werden. Siehe die <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{link}\">W3C-Empfehlung</a>.",
- "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the <a href=\"{docUrl}\" rel=\"noreferrer noopener\">security tips ↗</a>." : "Der \"Strict-Transport-Security“-HTTP-Header ist nicht auf mindestens \"{seconds}“ Sekunden eingestellt. Für mehr Sicherheit wird das Aktivieren von HSTS empfohlen, wie es in den <a href=\"{docUrl}\" rel=\"noreferrer noopener\">Sicherheitshinweisen</a> erläutert ist.",
- "Accessing site insecurely via HTTP. You are strongly advised to set up your server to require HTTPS instead, as described in the <a href=\"{docUrl}\">security tips ↗</a>." : "Unsicherer Seitenzugriff über HTTP. Es wird dringend empfohlen, den Server so einzurichten, dass HTTPS erforderlich ist, wie dies in den <a href=\"{docUrl}\">Sicherheits-Tipps ↗</a> beschrieben wird.",
- "Non-existing tag #{tag}" : "Nicht existierender Tag #{tag}",
- "restricted" : "Eingeschränkt",
- "invisible" : "unsichtbar",
- "Delete" : "Löschen",
- "Rename" : "Umbenennen",
- "Collaborative tags" : "Kollaborative Tags",
- "No tags found" : "Keine Tags gefunden",
+ "The \"{header}\" HTTP header doesn't contain \"{expected}\". This is a potential security or privacy risk, as it is recommended to adjust this setting accordingly." : "Der „{header}“-HTTP-Header ist nicht so konfiguriert, dass er „{expected}“ enthält. Dies ist ein potentielles Risiko für Sicherheit und Privatsphäre und es wird empfohlen, diese Einstellung zu ändern.",
+ "The \"{header}\" HTTP header is not set to \"{val1}\", \"{val2}\", \"{val3}\", \"{val4}\" or \"{val5}\". This can leak referer information. See the {linkstart}W3C Recommendation ↗{linkend}." : "Der \"{header}\" HTTP-Header ist nicht gesetzt auf \"{val1}\", \"{val2}\", \"{val3}\", \"{val4}\" oder \"{val5}\". Dadurch können Verweis-Informationen preisgegeben werden. Siehe die {linkstart}W3C-Empfehlung ↗{linkend}.",
+ "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the {linkstart}security tips ↗{linkend}." : "Der \"Strict-Transport-Security“-HTTP-Header ist nicht auf mindestens \"{seconds}“ Sekunden eingestellt. Für mehr Sicherheit wird das Aktivieren von HSTS empfohlen, wie es in den {linkstart}Sicherheitshinweisen ↗{linkend} erläutert ist.",
+ "Accessing site insecurely via HTTP. You are strongly advised to set up your server to require HTTPS instead, as described in the {linkstart}security tips ↗{linkend}." : "Unsicherer Seitenzugriff über HTTP. Es wird dringend empfohlen, den Server so einzurichten, dass HTTPS erforderlich ist, wie dies in den {linkstart}Sicherheits-Tipps ↗{linkend} beschrieben wird.",
"unknown text" : "Unbekannter Text",
"Hello world!" : "Hallo Welt!",
"sunny" : "Sonnig",
@@ -123,54 +128,67 @@
"Please reload the page." : "Bitte die Seite neu laden.",
"The update was unsuccessful. For more information <a href=\"{url}\">check our forum post</a> covering this issue." : "Das Update war nicht erfolgreich. Für mehr Informationen <a href=\"{url}\">lesen Sie unseren Forenbeitrag</a> zu diesem Thema.",
"The update was unsuccessful. Please report this issue to the <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">Nextcloud community</a>." : "Das Update ist fehlgeschlagen. Bitte melden Sie dieses Problem an die <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">Nextcloud Community</a>.",
- "Continue to Nextcloud" : "Weiter zur Nextcloud",
- "_The update was successful. Redirecting you to Nextcloud in %n second._::_The update was successful. Redirecting you to Nextcloud in %n seconds._" : ["Das Update war erfolgreich. Sie werden in %n Sekunde zur Nextcloud weitergeleitet.","Das Update war erfolgreich. Sie werden in %n Sekunden zur Nextcloud weitergeleitet."],
- "Searching other places" : "Andere Orte durchsuchen",
- "No search results in other folders for {tag}{filter}{endtag}" : "Keine Suchergebnisse in anderen Ordnern für {tag}{filter}{endtag}",
- "_{count} search result in another folder_::_{count} search results in other folders_" : ["{count} Suchergebnis in anderen Ordnern","{count} Suchergebnisse in anderen Ordnern"],
+ "Continue to {productName}" : "Weiter zu {productName}",
+ "_The update was successful. Redirecting you to {productName} in %n second._::_The update was successful. Redirecting you to {productName} in %n seconds._" : ["Die Aktualisierung war erfolgreich. Sie werden in %n Sekunde zu {productName} weitergeleitet.","Die Aktualisierung war erfolgreich. Sie werden in %n Sekunden zu {productName} weitergeleitet."],
+ "Log in" : "Anmelden",
+ "Logging in …" : "Melde an…",
"Server side authentication failed!" : "Serverseitige Authentifizierung fehlgeschlagen!",
"Please contact your administrator." : "Bitte kontaktieren Sie Ihren Administrator.",
"An internal error occurred." : "Es ist ein interner Fehler aufgetreten.",
"Please try again or contact your administrator." : "Bitte versuchen Sie es noch einmal oder kontaktieren Sie Ihren Administrator.",
"Username or email" : "Benutzername oder E-Mail",
"Password" : "Passwort",
- "Log in" : "Anmelden",
- "Logging in …" : "Melde an…",
+ "Toggle password visibility" : "Passwortsichtbarkeit umschalten",
"Wrong username or password." : "Falscher Benutzername oder Passwort.",
"User disabled" : "Benutzer deaktiviert",
"We have detected multiple invalid login attempts from your IP. Therefore your next login is throttled up to 30 seconds." : "Es wurden mehrere ungültige Anmeldeversuche von Ihrer IP-Adresse festgestellt. Daher wird die nächste Anmeldung um 30 Sekunden verzögert.",
+ "Your account is not setup for passwordless login." : "Ihr Konto ist nicht für eine Anmeldung ohne Passwort eingerichtet.",
+ "Passwordless authentication is not supported in your browser." : "Anmeldung ohne Passwort wird von Ihrem Browser nicht unterstützt.",
+ "Passwordless authentication is only available over a secure connection." : "Anmeldung ohne Passwort ist nur über eine sichere Verbindung möglich",
"Reset password" : "Passwort zurücksetzen",
- "A password reset message has been sent to the e-mail address of this account. If you do not receive it, check your spam/junk folders or ask your local administrator for help." : "Eine Nachricht zum Zurücksetzen des Passworts wurde an die in diesem Konto hinterlegte E-Mail-Adresse gesendet. Wenn Sie diese nicht erhalten haben, prüfen Sie bitte den Spam/Junk Ordner oder kontaktieren Sie Ihren lokalen Administrator für weitere Hilfe.",
+ "A password reset message has been sent to the email address of this account. If you do not receive it, check your spam/junk folders or ask your local administrator for help." : "Eine Nachricht zum Zurücksetzen des Passworts wurde an die in diesem Konto hinterlegte E-Mail-Adresse gesendet. Wenn Sie diese nicht erhalten haben, prüfen Sie bitte den Spam/Junk-Ordner oder kontaktieren Sie Ihren lokalen Administrator für weitere Hilfe.",
"If it is not there ask your local administrator." : "Wenn Sie keine E-Mail bekommen haben, wenden Sie sich bitte an Ihren lokalen Administrator.",
"Couldn't send reset email. Please contact your administrator." : "Die E-Mail zum Zurücksetzen konnte nicht versendet werden. Bitte kontaktieren Sie Ihren Administrator.",
- "Password can not be changed. Please contact your administrator." : "Passwort kann nicht geändert werden. Bitte kontaktieren Sie Ihren Administrator.",
+ "Password cannot be changed. Please contact your administrator." : "Passwort kann nicht geändert werden. Bitte kontaktieren Sie Ihren Administrator.",
"Back to login" : "Zurück zur Anmeldung",
"New password" : "Neues Passwort",
- "Your files are encrypted. There will be no way to get your data back after your password is reset. If you are not sure what to do, please contact your administrator before you continue. Do you really want to continue?" : "Ihre Dateien sind verschlüsselt. Es gibt keinen Weg Ihre Dateien nach dem Rücksetzen des Passwortes wiederherzustellen. Falls Sie sich nicht sicher sind, kontaktieren Sie Ihren Administrator. Möchten Sie wirklich fortfahren?",
+ "Your files are encrypted. There will be no way to get your data back after your password is reset. If you are not sure what to do, please contact your administrator before you continue. Do you really want to continue?" : "Ihre Dateien sind verschlüsselt. Es gibt keine Möglichkeit, Ihre Dateien nach dem Zurücksetzen des Passwortes wiederherzustellen. Falls Sie sich nicht sicher sind, kontaktieren Sie zunächst Ihren Administrator. Möchten Sie wirklich fortfahren?",
"I know what I'm doing" : "Ich weiß, was ich mache",
"Resetting password" : "Setze Passwort zurück",
"Recommended apps" : "Empfohlene Apps",
- "Loading apps …" : "Lade Apps…",
- "Could not fetch list of apps from the app store." : "Listte der Apps kann nicht vom App-Store abgerufen werden",
- "Installing apps …" : "Installiere Apps…",
- "Nextcloud {app}" : "Nextcloud {app}",
+ "Loading apps …" : "Lade Apps …",
+ "Could not fetch list of apps from the App Store." : "Liste der Apps kann nicht vom App-Store abgerufen werden",
+ "Installing apps …" : "Installiere Apps …",
"App download or installation failed" : "Herunterladen oder Installieren der App fehlgeschlagen",
- "Can't install this app because it is not compatible" : "App kann nicht installiert werden, da sie inkompatibel ist",
- "Can't install this app" : "App kann nicht installiert werden",
+ "Cannot install this app because it is not compatible" : "App kann nicht installiert werden, da sie inkompatibel ist",
+ "Cannot install this app" : "App kann nicht installiert werden",
"Cancel" : "Abbrechen",
- "Schedule work & meetings, synced with all your devices." : "Planen Sie Arbeiten und Besprechungen, die mit auf Ihren Geräten synchronisiert sind.",
- "Keep your colleagues and friends in one place without leaking their private info." : "Halte die Kontakte zu Deinen Kollegen und Freunde an einem Ort zusammen, ohne deren privaten Daten zu weiterzugeben.",
- "Simple email app nicely integrated with Files, Contacts and Calendar." : "Einfache E-Mail App mit super integrierter Dateiverwaltung, Adressen und Kalender.",
+ "Schedule work & meetings, synced with all your devices." : "Planen Sie Arbeit und Besprechungen, synchronisiert mit all Ihren Geräten.",
+ "Keep your colleagues and friends in one place without leaking their private info." : "Verwahren Sie die Kontakte zu Ihren Kollegen und Freunden an einem einheitlichen Ort, ohne deren privaten Daten preiszugeben.",
+ "Simple email app nicely integrated with Files, Contacts and Calendar." : "Einfache E-Mail-App mit guter Integration in Dateiverwaltung, Adressen und Kalender.",
"Chatting, video calls, screensharing, online meetings and web conferencing – in your browser and with mobile apps." : "Chatten, Videoanrufe, Bildschirmfreigaben, Online-Besprechungen und Webkonferenzen - in Ihrem Browser sowie mit mobilen Apps.",
"Collaboratively edit office documents." : "Gemeinsames Bearbeiten von Office-Dokumenten.",
- "Local document editing back-end used by the OnlyOffice app." : "Lokales Dokumentenbearbeitungs-Backend, das von der OnlyOffice-Anwendung verwendet wird.",
+ "Local document editing back-end used by the Collabora Online app." : "Lokales Dokumentenbearbeitungs-Backend, das von der Collabora Online-Anwendung verwendet wird.",
"Forgot password?" : "Passwort vergessen?",
+ "Log in with a device" : "Mit einem Gerät anmelden",
+ "Back" : "Zurück",
+ "Login form is disabled." : "Das Anmeldeformular ist deaktiviert.",
+ "Reset search" : "Suche zurücksetzen",
+ "Search for {name} only" : "Nur nach {name} suchen",
+ "No results for {query}" : "Keine Suchergebnisse zu {query}",
+ "Start typing to search" : "Beginnen Sie mit der Eingabe, um zu suchen",
+ "Loading more results …" : "Lade weitere Ergebnisse…",
+ "Load more results" : "Weitere Ergebnisse laden",
+ "Search" : "Suche",
+ "An error occurred while searching for {type}" : "Es ist ein Fehler beim Suchen nach {type} aufgetreten",
+ "_Please enter {minSearchLength} character or more to search_::_Please enter {minSearchLength} characters or more to search_" : ["Bitte geben Sie {minSearchLength} Zeichen oder mehr ein nach denen gesucht werden soll","Bitte geben Sie {minSearchLength} Zeichen oder mehr ein nach denen gesucht werden soll"],
+ "Search {types} …" : "Suche {types}…",
"Settings" : "Einstellungen",
"Could not load your contacts" : "Ihre Kontakte konnten nicht geladen werden",
"Search contacts …" : "Kontakte suchen…",
"No contacts found" : "Keine Kontakte gefunden",
"Show all contacts …" : "Zeige alle Kontakte…",
- "Install the Contacts app" : "Kontake-App installieren",
+ "Install the Contacts app" : "Kontakte-App installieren",
"Loading your contacts …" : "Lade Ihre Kontakte…",
"Looking for {term} …" : "Suche nach {term}…",
"No" : "Nein",
@@ -218,11 +236,11 @@
"Show details" : "Details anzeigen",
"Hide details" : "Details ausblenden",
"Rename project" : "Projekt umbenennen",
- "Failed to rename the project" : "Konnte Projekt nicht umbenennen",
- "Failed to create a project" : "Konnte Projekt nicht erstellen",
+ "Failed to rename the project" : "Projekt konnte nicht umbenannt werden",
+ "Failed to create a project" : "Projekt konnte nicht erstellt werden",
"Failed to add the item to the project" : "Eintrag konnte nicht zum Projekt hinzu gefügt werden",
"Connect items to a project to make them easier to find" : "Zum leichten Auffinden von Einträgen, diese zu einem Projekt hinzufügen",
- "Type to search for existing projects" : "Nach existierenden Projekten suchen",
+ "Type to search for existing projects" : "Tippen, um nach existierenden Projekten zu suchen",
"New in" : "Neu in",
"View changelog" : "Liste der Änderungen ansehen",
"Very weak password" : "Sehr schwaches Passwort",
@@ -232,6 +250,13 @@
"Strong password" : "Starkes Passwort",
"No action available" : "Keine Aktion verfügbar",
"Error fetching contact actions" : "Fehler beim Einlesen der Kontakt-Aktionen",
+ "Non-existing tag #{tag}" : "Nicht existierender Tag #{tag}",
+ "restricted" : "Eingeschränkt",
+ "invisible" : "unsichtbar",
+ "Delete" : "Löschen",
+ "Rename" : "Umbenennen",
+ "Collaborative tags" : "Kollaborative Tags",
+ "No tags found" : "Keine Tags gefunden",
"Personal" : "Persönlich",
"Users" : "Benutzer",
"Apps" : "Apps",
@@ -241,7 +266,10 @@
"File not found" : "Datei nicht gefunden",
"The document could not be found on the server. Maybe the share was deleted or has expired?" : "Das Dokument konnte auf dem Server nicht gefunden werden. Möglicherweise wurde die Freigabe gelöscht oder ist abgelaufen?",
"Back to %s" : "Zurück zu %s",
+ "Too many requests" : "Zu viele Anfragen",
+ "There were too many requests from your network. Retry later or contact your administrator if this is an error." : "Zu viele Anfragen aus Ihrem Netzwerk. Versuchen Sie es später erneut oder wenden Sie sich an Ihren Administrator, wenn dies ein Fehler sein sollte.",
"Error" : "Fehler",
+ "Previous" : "Vorige",
"Internal Server Error" : "Interner Serverfehler",
"The server was unable to complete your request." : "Der Server konnte die Anfrage nicht fertig stellen.",
"If this happens again, please send the technical details below to the server administrator." : "Sollte dies erneut auftreten, senden Sie bitte die nachfolgenden technischen Einzelheiten an Ihren Server-Administrator.",
@@ -257,7 +285,7 @@
"Trace" : "Trace",
"Security warning" : "Sicherheitswarnung",
"Your data directory and files are probably accessible from the internet because the .htaccess file does not work." : "Ihr Datenverzeichnis und Ihre Dateien sind wahrscheinlich vom Internet aus erreichbar, weil die .htaccess-Datei nicht funktioniert.",
- "For information how to properly configure your server, please see the <a href=\"%s\" target=\"_blank\" rel=\"noreferrer noopener\">documentation</a>." : "Informationen zum richtigen Konfigurieren Ihres Servers können Sie der <a href=\"%s\" target=\"_blank\" rel=\"noreferrer noopener\">Dokumentation</a> entnehmen.",
+ "For information how to properly configure your server, please see the <a href=\"%s\" target=\"_blank\" rel=\"noreferrer noopener\">documentation</a>." : "Informationen zur richtigen Einrichtung Ihres Servers können Sie der <a href=\"%s\" target=\"_blank\" rel=\"noreferrer noopener\">Dokumentation</a> entnehmen.",
"Create an <strong>admin account</strong>" : "<strong>Administrator-Konto</strong> anlegen",
"Username" : "Benutzername",
"Show password" : "Passwort anzeigen",
@@ -278,28 +306,27 @@
"SQLite should only be used for minimal and development instances. For production we recommend a different database backend." : "SQLite sollte nur für Minimal- und Entwicklungsinstanzen gewählt werden. Für die Produktion empfehlen wir ein anderes Datenbank-Backend.",
"If you use clients for file syncing, the use of SQLite is highly discouraged." : "Wenn Clients für die Dateisynchronisierung verwenden werden, so wird von der Verwendung von SQLite dringend abgeraten.",
"Install recommended apps" : "Empfohlene Apps installieren",
- "Calendar, Contacts, Talk, Mail & OnlyOffice" : "Kalender, Kontakte, Talk, Mail & OnlyOffice",
+ "Calendar, Contacts, Talk, Mail & Collaborative editing" : "Kalender, Kontakte, Talk, Mail & gemeinsame Bearbeitung",
"Finish setup" : "Installation abschließen",
"Finishing …" : "Abschließen…",
"Need help?" : "Hilfe nötig?",
"See the documentation" : "Schauen Sie in die Dokumentation",
- "It looks like you are trying to reinstall your Nextcloud. However the file CAN_INSTALL is missing from your config directory. Please create the file CAN_INSTALL in your config folder to continue." : "Es sieht so aus, als ob Sie Nextcloud erneut installieren möchten. Es fehlt jedoch die Datei CAN_INSTALL in ihrem Konfigurationsordner. Bitte erstellen sie die Datei CAN_INSTALL im Konfigurationsordner um fortzufahren.",
+ "It looks like you are trying to reinstall your Nextcloud. However the file CAN_INSTALL is missing from your config directory. Please create the file CAN_INSTALL in your config folder to continue." : "Es sieht so aus, als ob Sie Nextcloud erneut installieren möchten. Es fehlt jedoch die Datei CAN_INSTALL in ihrem Konfigurationsordner. Bitte erstellen Sie die Datei CAN_INSTALL im Konfigurationsordner um fortzufahren.",
"Could not remove CAN_INSTALL from the config folder. Please remove this file manually." : "CAN_INSTALL kann nicht aus dem Konfigurationsordner gelöscht werden. Bitte entfernen Sie die Datei manuell.",
"This application requires JavaScript for correct operation. Please {linkstart}enable JavaScript{linkend} and reload the page." : "Diese Anwendung benötigt JavaScript zum ordnungsgemäßen Betrieb. Bitte {linkstart}aktivieren Sie JavaScript{linkend} und laden Sie die Seite neu.",
- "Get your own free account" : "Holen Sie sich ihr eigenes kostenloses Konto",
+ "Get your own free account" : "Holen Sie sich Ihr eigenes kostenloses Konto",
"Skip to main content" : "Zum Hauptinhalt springen",
"Skip to navigation of app" : "Zum Navigationsbereich der App springen",
"More apps" : "Weitere Apps",
"More" : "Mehr",
"More apps menu" : "Weitere Apps-Menü",
- "Search" : "Suche",
- "Reset search" : "Suche zurücksetzen",
"Contacts" : "Kontakte",
"Contacts menu" : "Kontakte-Menü",
"Settings menu" : "Einstellungen-Menü",
"Confirm your password" : "Bestätigen Sie Ihr Passwort",
"Connect to your account" : "Verbinden Sie sich mit Ihrem Konto",
"Please log in before granting %1$s access to your %2$s account." : "Bitte anmelden, bevor Sie %1$s Zugriff auf Ihr %2$s-Konto gewähren.",
+ "If you are not trying to set up a new device or app, someone is trying to trick you into granting them access to your data. In this case do not proceed and instead contact your system administrator." : "Sollten Sie aktuell nicht versuchen, ein neues Gerät oder eine neue App einzurichten, dann kann es sein, das aktuell jemand versucht, Sie dazu zu bewegen, ihm Zugriff auf Ihre Daten zu gewähren. Fahren Sie in diesem Fall nicht fort, sondern wenden Sie sich an Ihren Administrator.",
"App token" : "App-Token",
"Grant access" : "Zugriff gewähren",
"Alternative log in using app token" : "Alternative Anmeldung mittels App-Token",
@@ -311,15 +338,15 @@
"This share is password-protected" : "Diese Freigabe ist passwortgeschützt",
"The password is wrong. Try again." : "Das Passwort ist falsch. Bitte versuchen Sie es erneut.",
"Two-factor authentication" : "Zwei-Faktor Authentifizierung",
- "Enhanced security is enabled for your account. Choose a second factor for authentication:" : "Die erweiterte Sicherheit wurde für Ihr Konto aktiviert. Bitte wählen Sie einem zweiten Faktor für die Authentifizierung: ",
- "Could not load at least one of your enabled two-factor auth methods. Please contact your admin." : "Es konnte nicht eine Ihrer Zwei-Faktor-Authentifizierungsmethoden geladen werden. Kontaktieren Sie Ihren Administrator.",
+ "Enhanced security is enabled for your account. Choose a second factor for authentication:" : "Die erweiterte Sicherheit wurde für Ihr Konto aktiviert. Bitte wählen Sie einen zweiten Faktor für die Authentifizierung: ",
+ "Could not load at least one of your enabled two-factor auth methods. Please contact your admin." : "Mindestens eine Ihrer Zwei-Faktor-Authentifizierungsmethoden konnte nicht geladen werden. Kontaktieren Sie Ihren Administrator.",
"Two-factor authentication is enforced but has not been configured on your account. Contact your admin for assistance." : "Die Zwei-Faktor-Authentifizierung wird erzwungen, wurde für Ihr Konto jedoch nicht konfiguriert. Wenden Sie sich für Unterstützung an Ihren Administrator.",
- "Two-factor authentication is enforced but has not been configured on your account. Please continue to setup two-factor authentication." : "Die Zwei-Faktor-Authentifizierung wird erzwungen, wurde jedoch für Dein Konto nicht konfiguriert. Bitte fahre mit der Einrichtung der Zwei-Faktor-Authentifizierung fort.",
- "Set up two-factor authentication" : "Zwei-Faktor-Authentifizierung konfigurieren",
- "Two-factor authentication is enforced but has not been configured on your account. Use one of your backup codes to log in or contact your admin for assistance." : "Die Zwei-Faktor-Authentifizierung wird erzwungen, wurde für Ihr Konto jedoch nicht konfiguriert. Verwenden Sie zum Anmelden einen Ihrer Backup-Codes, oder wenden Sie sich für Unterstützung an Ihren Administrator.",
+ "Two-factor authentication is enforced but has not been configured on your account. Please continue to setup two-factor authentication." : "Die Zwei-Faktor-Authentifizierung wird erzwungen, wurde für Ihr Konto jedoch nicht konfiguriert. Bitte fahren Sie mit der Einrichtung der Zwei-Faktor-Authentifizierung fort.",
+ "Set up two-factor authentication" : "Zwei-Faktor-Authentifizierung einrichten",
+ "Two-factor authentication is enforced but has not been configured on your account. Use one of your backup codes to log in or contact your admin for assistance." : "Die Zwei-Faktor-Authentifizierung wird erzwungen, wurde für Ihr Konto jedoch nicht konfiguriert. Verwenden Sie zum Anmelden einen Ihrer Backup-Codes oder wenden Sie sich für Unterstützung an Ihren Administrator.",
"Use backup code" : "Backup-Code benutzen",
"Cancel login" : "Anmelden abbrechen",
- "Setup two-factor authentication" : "Zwei-Faktor-Authentifizierung konfigurieren",
+ "Setup two-factor authentication" : "Zwei-Faktor-Authentifizierung einrichten",
"Enhanced security is enforced for your account. Choose which provider to set up:" : "Erhöhte Sicherheit ist für Ihr Konto aktiviert. Bitte wählen Sie einen Anbieter zum Einrichten: ",
"Error while validating your second factor" : "Fehler beim Bestätigen des zweiten Sicherheitsfaktors",
"Access through untrusted domain" : "Zugriff über eine nicht vertrauenswürdige Domain",
@@ -327,7 +354,7 @@
"Further information how to configure this can be found in the %1$sdocumentation%2$s." : "Weitere Informationen zur Konfiguration finden Sie in der %1$sDokumentation%2$s.",
"App update required" : "App-Aktualisierung notwendig",
"%1$s will be updated to version %2$s" : "%1$s wird auf Version %2$s aktualisiert",
- "These apps will be updated:" : "Diese Apps werden aktualisiert:",
+ "The following apps will be updated:" : "Folgende Apps werden aktualisiert:",
"These incompatible apps will be disabled:" : "Diese inkompatiblen Apps werden deaktiviert:",
"The theme %s has been disabled." : "Das Design %s wurde deaktiviert.",
"Please make sure that the database, the config folder and the data folder have been backed up before proceeding." : "Stellen Sie vor dem Fortsetzen bitte sicher, dass die Datenbank, der Konfigurationsordner und der Datenordner gesichert wurden.",
@@ -343,95 +370,49 @@
"This %s instance is currently in maintenance mode, which may take a while." : "Diese %s-Instanz befindet sich gerade im Wartungsmodus, was eine Weile dauern kann.",
"This page will refresh itself when the instance is available again." : "Diese Seite aktualisiert sich automatisch, sobald Nextcloud wieder verfügbar ist.",
"Contact your system administrator if this message persists or appeared unexpectedly." : "Kontaktieren Sie Ihren Systemadministrator, wenn diese Meldung dauerhaft oder unerwartet erscheint.",
- "Could not send reset email because there is no email address for this username. Please contact your administrator." : "Es konnte keine E-Mail verschickt werden um das Passwort zurückzusetzten, da keine E-Mail-Adresse im Benutzerkonto hinterlegt ist. Bitte kontaktieren Sie den Administrator.",
- "Couldn't send reset email. Please make sure your username is correct." : "E-Mail zum Zurücksetzen kann nicht versendet werden. Bitte stellen Sie sicher, dass Ihr Benutzername richtig ist.",
- "We have send a password reset e-mail to the e-mail address known to us for this account. If you do not receive it within a reasonable amount of time, check your spam/junk folders.<br>If it is not there ask your local administrator." : "Wir haben eine E-Mail zum Zurücksetzen des Passworts an die für dieses Konto bekannte E-Mail-Adresse versendet. Sollten Sie diese nicht in Kürze erhalten, prüfen Sie bitte Ihren Spam-Ordner.<br>Wenn Sie keine E-Mail bekommen haben, wenden Sie sich bitte an Ihren lokalen Administrator.",
- "Your files are encrypted. There will be no way to get your data back after your password is reset.<br />If you are not sure what to do, please contact your administrator before you continue. <br />Do you really want to continue?" : "Ihre Dateien sind verschlüsselt. Es gibt keinen Weg Ihre Dateien nach dem Rücksetzen des Passwortes wiederherzustellen.<br />Falls Sie sich nicht sicher sind, kontaktieren Sie Ihren Administrator.<br />Möchten Sie wirklich fortfahren?",
- "Sending email …" : "Sende E-Mail …",
- "You are currently running PHP 5.6. The current major version of Nextcloud is the last that is supported on PHP 5.6. It is recommended to upgrade the PHP version to 7.0+ to be able to upgrade to Nextcloud 14." : "Sie verwenden PHP 5.6. Die aktuelle Version von Nextcloud ist die letzte Version, die PHP 5.6 unterstützt. Es empfiehlt sich die PHP-Version auf 7.0 oder höher zu aktualisieren, um in der Lage zu sein, auf Nextcloud 14 zu aktualisieren.",
- "Accessing site insecurely via HTTP. You are strongly adviced to set up your server to require HTTPS instead, as described in the <a href=\"{docUrl}\">security tips ↗</a>." : "Der Zugriff auf diese Site erfolgt über HTTP. Es wird dringend geraten, den Server so zu konfigurieren, dass stattdessen nur HTTPS akzeptiert wird, wie es in den <a href=\"{docUrl}\">Sicherheitshinweisen</a> beschrieben ist.",
- "Shared" : "Geteilt",
- "Shared with" : "Geteilt mit",
- "Shared by" : "Geteilt von",
- "Choose a password for the public link" : "Wählen Sie ein Passwort für den öffentlichen Link",
- "Choose a password for the public link or press the \"Enter\" key" : "Wählen Sie ein Passwort für die öffentliche Freigabe oder drücken Sie \"Eingabe\"",
- "Copied!" : "Kopiert!",
- "Copy link" : "Link kopieren",
- "Not supported!" : "Nicht unterstützt!",
- "Press ⌘-C to copy." : "Zum Kopieren ⌘-C drücken.",
- "Press Ctrl-C to copy." : "Zum Kopieren Strg-C drücken.",
- "Unable to create a link share" : "Link zum Teilen kann nicht erstellt werden",
- "Unable to toggle this option" : "Option kann nicht umgeschaltet werden",
- "Resharing is not allowed" : "Das Weiterverteilen ist nicht erlaubt",
- "Link" : "Link",
- "Hide download" : "Download verbergen",
- "Password protection enforced" : "Passwortschutz erzwungen",
- "Password protect" : "Passwortschutz",
- "Allow editing" : "Bearbeitung erlauben",
- "Email link to person" : "Link per E-Mail verschicken",
- "Send" : "Senden",
- "Allow upload and editing" : "Hochladen und Bearbeiten erlauben",
- "Read only" : "Schreibgeschützt",
- "File drop (upload only)" : "Dateien ablegen (nur Hochladen)",
- "Expiration date enforced" : "Ablaufdatum erzwungen",
- "Set expiration date" : "Ablaufdatum setzen",
- "Expiration" : "Ablauf",
- "Expiration date" : "Ablaufdatum",
- "Note to recipient" : "Notiz an Empfänger",
- "Unshare" : "Freigabe aufheben",
- "Delete share link" : "Freigabe-Link löschen",
- "Add another link" : "Weiteren Link hinzufügen",
- "Password protection for links is mandatory" : "Passwortschutz für Links ist zwingend",
- "Share to {name}" : "Mit {name} teilen",
- "Share link" : "Link teilen",
- "New share link" : "Neuer Freigabe-Link",
- "Created on {time}" : "Erstellt am {time}",
- "Password protect by Talk" : "Passwortgeschützt von Talk",
- "Could not unshare" : "Freigabe konnte nicht aufgehoben werden",
- "Shared with you and the group {group} by {owner}" : "Von {owner} mit Ihnen und der Gruppe {group} geteilt.",
- "Shared with you and {circle} by {owner}" : "Von {owner} mit Ihnen und {circle} geteilt",
- "Shared with you and the conversation {conversation} by {owner}" : "Von {owner} mit Ihnen und der Unterhaltung {conversation} geteilt",
- "Shared with you in a conversation by {owner}" : "Mit Ihnen in einer Unterhaltung geteilt von {owner}",
- "Shared with you by {owner}" : "Von {owner} mit Ihnen geteilt.",
- "Choose a password for the mail share" : "Wählen Sie ein Passwort für das Teilen via E-Mail",
- "group" : "Gruppe",
- "remote" : "Entfernte Freigabe",
- "remote group" : "Externe Gruppe",
- "email" : "E-Mail",
- "conversation" : "Unterhaltung",
- "shared by {sharer}" : "Geteilt von {sharer}",
- "Can reshare" : "kann weiterteilen",
- "Can edit" : "kann bearbeiten",
- "Can create" : "kann erstellen",
- "Can change" : "kann ändern",
- "Can delete" : "kann löschen",
- "Access control" : "Zugriffskontrolle",
- "{shareInitiatorDisplayName} shared via link" : "{shareInitiatorDisplayName} mittels Link geteilt",
- "Error while sharing" : "Fehler beim Teilen",
- "Share details could not be loaded for this item." : "Details der geteilten Freigabe zu diesem Eintrag konnten nicht geladen werden.",
- "Search globally" : "Global suchen",
- "_At least {count} character is needed for autocompletion_::_At least {count} characters are needed for autocompletion_" : ["Mindestens {count} Zeichen wird für die Autovervollständigung benötigt","Mindestens {count} Zeichen werden für die Autovervollständigung benötigt"],
- "This list is maybe truncated - please refine your search term to see more results." : "Die Liste ist unter Umständen gekürzt - Bitte verfeinern Sie Ihre Suche um mehr Ergebnisse zu erhalten.",
- "No users or groups found for {search}" : "Keine Benutzer oder Gruppen für {search} gefunden",
- "No users found for {search}" : "Keine Benutzer für {search} gefunden",
- "An error occurred (\"{message}\"). Please try again" : "Es ist ein Fehler aufgetreten (\"{message}\"). Bitte erneut versuchen.",
- "An error occurred. Please try again" : "Es ist ein Fehler aufgetreten. Bitte versuchen Sie es noch einmal",
- "Home" : "Start",
- "Work" : "Arbeit",
- "Other" : "Andere",
- "{sharee} (remote group)" : "{sharee} (Externe Gruppe)",
- "{sharee} ({type}, {owner})" : "{sharee} ({type}, {owner})",
- "Share" : "Teilen",
- "Name or email address..." : "Name oder E-Mail-Adresse…",
- "Name or federated cloud ID..." : "Name oder Federated-Cloud-ID…",
- "Name, federated cloud ID or email address..." : "Name, Federated-Cloud-ID oder E-Mail-Adresse…",
- "Name..." : "Name…",
- "Error removing share" : "Fehler beim Entfernen der Freigabe",
- "({scope})" : "({scope})",
- "Saving..." : "Speichere…",
- "Dismiss" : "Ausblenden",
- "Your client should now be connected! You can close this window." : "Ihr Client ist jetzt verbunden! Sie können dieses Fenster schließen.",
- "New Password" : "Neues Passwort",
- "Cancel log in" : "Anmeldung abbrechen"
+ "Checking whether the database schema can be updated (this can take a long time depending on the database size)" : "Prüft, ob das Datenbankschema aktualisiert werden kann (dies kann je nach Datenbankgröße sehr lange dauern)",
+ "Checked database schema update" : "Datenbankschema-Aktualisierung überprüft",
+ "Checking updates of apps" : "Es wird nach Updates für die Apps gesucht",
+ "Checking for update of app \"%s\" in appstore" : "Suche nach einer Aktualisierung für die App \"%s\" im App-Store",
+ "Update app \"%s\" from appstore" : "Aktualisiere die App \"%s\" aus dem App-Store",
+ "Checked for update of app \"%s\" in appstore" : "App-Store auf Aktualisierung für die App \"%s\" geprüft",
+ "Checked database schema update for apps" : "Datenbankschema-Aktualisierung für Apps überprüft",
+ "Following apps have been disabled: %s" : "Die folgenden Apps wurden deaktiviert: %s",
+ "Your web server is not properly set up to resolve \"{url}\". Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Ihr Webserver ist nicht richtig konfiguriert um \"{url}\" aufzulösen. Weitere Informationen hierzu finden Sie in der <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Dokumentation</a>.",
+ "Your web server is not properly set up to resolve \"{url}\". This is most likely related to a web server configuration that was not updated to deliver this folder directly. Please compare your configuration against the shipped rewrite rules in \".htaccess\" for Apache or the provided one in the documentation for Nginx at it's <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation page</a>. On Nginx those are typically the lines starting with \"location ~\" that need an update." : "Ihr Webserver ist nicht ordnungsgemäß für die Auflösung von \"{url}\" eingerichtet. Dies hängt höchstwahrscheinlich mit einer Webserverkonfiguration zusammen, die nicht aktualisiert wurde, um diesen Ordner direkt zu liefern. Bitte vergleichen Sie Ihre Konfiguration mit den mitgelieferten Rewrite-Regeln in \".htaccess\" für Apache oder den in der Nginx-Dokumentation bereitgestellten auf dessen <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Dokumentationsseite</a>. Auf Nginx sind das typischerweise die Zeilen, die mit \"location ~\" beginnen und ein Update benötigen.",
+ "Your web server is not properly set up to deliver .woff2 files. This is typically an issue with the Nginx configuration. For Nextcloud 15 it needs an adjustement to also deliver .woff2 files. Compare your Nginx configuration to the recommended configuration in our <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Ihr Web-Server ist nicht richtig eingerichtet um .woff2-Dateien auszuliefern. Dies liegt meist an der Nginx-Konfiguration. Für Nextcloud 15 wird eine Anpassung für die Auslieferung von .woff2-Dateien benötigt. Vergleichen Sie Ihre Nginx-Konfiguration mit der empfohlenen Nginx-Konfiguration in unserer <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Dokumentation</a>.",
+ "Please check the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">installation documentation ↗</a> for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "Bitte die <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Installationsdokumentation ↗</a> auf Hinweise zur PHP-Konfiguration durchlesen, sowie die PHP-Konfiguration Ihres Servers überprüfen, insbesondere dann, wenn PHP-FPM eingesetzt wird.",
+ "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems. See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation ↗</a> for more information." : "Transaktionales Sperren ist deaktiviert, was zu Problemen mit Laufzeitbedingungen führen kann. Aktivieren Sie 'filelocking.enabled' in der config.php, um diese Probleme zu vermeiden. Weitere Informationen finden sich in unserer <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Dokumentation ↗</a>.",
+ "Last background job execution ran {relativeTime}. Something seems wrong." : "Letzte Cron-Job-Ausführung: {relativeTime}. Möglicherweise liegt ein Fehler vor.",
+ "Check the background job settings" : "Überprüfen Sie die Cron-Job Einstellungen",
+ "No memory cache has been configured. To enhance performance, please configure a memcache, if available. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Es wurde kein PHP-Memory-Cache konfiguriert. Zur Erhöhung der Leistungsfähigkeit kann ein Memory-Cache konfiguriert werden. Weitere Informationen finden Sie in der <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Dokumentation</a>.",
+ "No suitable source for randomness found by PHP which is highly discouraged for security reasons. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Von PHP wurde keine geeignete Quelle für Zufälligkeit gefunden, aus Sicht der Sicherheit ist dies bedenklich. Weitere Informationen sind in der <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Dokumentation</a> zu finden.",
+ "You are currently running PHP {version}. Upgrade your PHP version to take advantage of <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">performance and security updates provided by the PHP Group</a> as soon as your distribution supports it." : "Sie verwenden im Moment PHP {version}. Upgraden Sie Ihre PHP-Version, um die <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">Geschwindigkeits- und Sicherheitsupdates zu nutzen, welche von der PHP-Gruppe bereitgestellt werden</a>, sobald Ihre Distribution diese unterstützt.",
+ "The reverse proxy header configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If not, this is a security issue and can allow an attacker to spoof their IP address as visible to the Nextcloud. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Die Reverse-Proxy-Header-Konfiguration ist fehlerhaft oder Sie greifen auf Nextcloud über einen vertrauenswürdigen Proxy zu. Ist dies nicht der Fall, dann besteht ein Sicherheitsproblem, das einem Angreifer erlaubt die IP-Adresse, die für Nextcloud sichtbar ist, auszuspähen. Weitere Informationen hierzu finde sich in der <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Dokumentation</a>.",
+ "Memcached is configured as distributed cache, but the wrong PHP module \"memcache\" is installed. \\OC\\Memcache\\Memcached only supports \"memcached\" and not \"memcache\". See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">memcached wiki about both modules</a>." : "Memcached ist als verteilter Cache konfiguriert, aber das falsche PHP Modul \"memcache\" ist installiert. \\OC\\Memcache\\Memcached unterstützt nur \"memcached\" jedoch nicht \"memcache\". Im <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">memcached wiki nach beiden Modulen suchen</a>.",
+ "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">List of invalid files…</a> / <a href=\"{rescanEndpoint}\">Rescan…</a>)" : "Einige Dateien haben die Integritätsprüfung nicht bestanden. Weiterführende Informationen befinden sich in unserer <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Dokumentation</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">Liste der ungültigen Dateien …</a> / <a href=\"{rescanEndpoint}\">Erneut analysieren…</a>)",
+ "The PHP OPcache module is not loaded. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance it is recommended</a> to load it into your PHP installation." : "Das PHP-OPcache-Modul ist nicht geladen. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Für eine bessere Leistung empfiehlt es sich</a> das Modul in Ihre PHP-Installation zu laden.",
+ "The PHP OPcache is not properly configured. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance it is recommended</a> to use the following settings in the <code>php.ini</code>:" : "Der PHP-OPcache ist nicht richtig konfiguriert. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Für eine bessere Leistung empfiehlt es sich</a> folgende Einstellungen in der <code>php.ini</code> vorzunehmen:",
+ "Some columns in the database are missing a conversion to big int. Due to the fact that changing column types on big tables could take some time they were not changed automatically. By running 'occ db:convert-filecache-bigint' those pending changes could be applied manually. This operation needs to be made while the instance is offline. For further details read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "Bei einigen Spalten in der Datenbank fehlt eine Konvertierung in big int. Aufgrund der Tatsache, dass das Ändern von Spaltentypen bei großen Tabellen einige Zeit dauern kann, wurden sie nicht automatisch geändert. Durch Ausführen von \"occ db:convert-filecache-bigint\" können diese ausstehenden Änderungen manuell übernommen werden. Diese Operation muss ausgeführt werden, während die Instanz offline ist. Weitere Einzelheiten finden Sie auf <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">der zugehörigen Dokumentationsseite</a>.",
+ "To migrate to another database use the command line tool: 'occ db:convert-type', or see the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation ↗</a>." : "Um zu einer anderen Datenbank zu migrieren, benutzen Sie bitte die Kommandozeile: 'occ db:convert-type', oder schauen Sie in die <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Dokumentation ↗</a>.",
+ "Use of the the built in php mailer is no longer supported. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Please update your email server settings ↗<a/>." : "Die Verwendung des eingebauten PHP-Mailers wird nicht länger unterstützt. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Bitte aktualisieren Sie die E-Mail-Server-Einstellungen ↗<a/>.",
+ "MySQL is used as database but does not support 4-byte characters. To be able to handle 4-byte characters (like emojis) without issues in filenames or comments for example it is recommended to enable the 4-byte support in MySQL. For further details read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "MySQL wird als Datenbank verwendet, unterstützt jedoch keine 4-Byte-Zeichen. Um 4-Byte-Zeichen (wie Emojis) ohne Probleme in beispielsweise Dateinamen oder Kommentaren verarbeiten zu können, wird empfohlen, die 4-Byte-Unterstützung in MySQL zu aktivieren. Für weitere Details lesen Sie bitte <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">die Dokumentationsseite hierzu</a>.",
+ "You are accessing your instance over a secure connection, however your instance is generating insecure URLs. This most likely means that you are behind a reverse proxy and the overwrite config variables are not set correctly. Please read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "Sie greifen über eine sichere Verbindung auf Ihre Instanz zu, Ihre Instanz generiert jedoch unsichere URLs. Dies bedeutet höchstwahrscheinlich, dass Sie sich hinter einem Reverse-Proxy befinden und die Konfigurationsvariablen zum Überschreiben nicht richtig eingestellt sind. Bitte lesen Sie <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">die Dokumentation hierzu</a>.",
+ "The \"{header}\" HTTP header is not set to \"{val1}\", \"{val2}\", \"{val3}\", \"{val4}\" or \"{val5}\". This can leak referer information. See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{link}\">W3C Recommendation ↗</a>." : "Der \"{header}\" HTTP-Header ist nicht gesetzt auf \"{val1}\", \"{val2}\", \"{val3}\", \"{val4}\" oder \"{val5}\". Dadurch können Verweis-Informationen preisgegeben werden. Siehe die <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{link}\">W3C-Empfehlung</a>.",
+ "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the <a href=\"{docUrl}\" rel=\"noreferrer noopener\">security tips ↗</a>." : "Der \"Strict-Transport-Security“-HTTP-Header ist nicht auf mindestens \"{seconds}“ Sekunden eingestellt. Für mehr Sicherheit wird das Aktivieren von HSTS empfohlen, wie es in den <a href=\"{docUrl}\" rel=\"noreferrer noopener\">Sicherheitshinweisen</a> erläutert ist.",
+ "Accessing site insecurely via HTTP. You are strongly advised to set up your server to require HTTPS instead, as described in the <a href=\"{docUrl}\">security tips ↗</a>." : "Unsicherer Seitenzugriff über HTTP. Es wird dringend empfohlen, den Server so einzurichten, dass HTTPS erforderlich ist, wie dies in den <a href=\"{docUrl}\">Sicherheits-Tipps ↗</a> beschrieben wird.",
+ "Continue to Nextcloud" : "Weiter zur Nextcloud",
+ "_The update was successful. Redirecting you to Nextcloud in %n second._::_The update was successful. Redirecting you to Nextcloud in %n seconds._" : ["Das Update war erfolgreich. Sie werden in %n Sekunde zur Nextcloud weitergeleitet.","Das Update war erfolgreich. Sie werden in %n Sekunden zur Nextcloud weitergeleitet."],
+ "Searching other places" : "Andere Orte durchsuchen",
+ "No search results in other folders for {tag}{filter}{endtag}" : "Keine Suchergebnisse in anderen Ordnern für {tag}{filter}{endtag}",
+ "_{count} search result in another folder_::_{count} search results in other folders_" : ["{count} Suchergebnis in anderen Ordnern","{count} Suchergebnisse in anderen Ordnern"],
+ "A password reset message has been sent to the e-mail address of this account. If you do not receive it, check your spam/junk folders or ask your local administrator for help." : "Eine Nachricht zum Zurücksetzen des Passworts wurde an die in diesem Konto hinterlegte E-Mail-Adresse gesendet. Wenn Sie diese nicht erhalten haben, prüfen Sie bitte den Spam/Junk-Ordner oder kontaktieren Sie Ihren lokalen Administrator für weitere Hilfe.",
+ "Password can not be changed. Please contact your administrator." : "Passwort kann nicht geändert werden. Bitte kontaktieren Sie Ihren Administrator.",
+ "Could not fetch list of apps from the app store." : "Liste der Apps kann nicht vom App Store abgerufen werden",
+ "Nextcloud {app}" : "Nextcloud {app}",
+ "Can't install this app because it is not compatible" : "App kann nicht installiert werden, da sie inkompatibel ist",
+ "Can't install this app" : "App kann nicht installiert werden",
+ "These apps will be updated:" : "Diese Apps werden aktualisiert:",
+ "For more details see the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Für weitere Einzelheiten sehen Sie bitte in die <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Dokumentation</a>."
},"pluralForm" :"nplurals=2; plural=(n != 1);"
} \ No newline at end of file
diff --git a/core/l10n/el.js b/core/l10n/el.js
index 7d0f9869798..4711edbf778 100644
--- a/core/l10n/el.js
+++ b/core/l10n/el.js
@@ -15,6 +15,7 @@ OC.L10N.register(
"No valid crop data provided" : "Έχουν δοθεί μη έγκυρα δεδομένα περικοπής",
"Crop is not square" : "Η περικοπή δεν έχει τετράγωνο σχήμα",
"State token does not match" : "Το αναγνωριστικό κατάστασης δεν ταιριάζει",
+ "Invalid app password" : "Λανθασμένο συνθηματικό εφαρμογής",
"Could not complete login" : "Αδυναμία ολοκλήρωσης σύνδεσης",
"Your login token is invalid or has expired" : "Το αναγνωριστικό σύνδεσής σας δεν είναι έγκυρο ή έχει λήξει",
"Password reset is disabled" : "Η επαναφορά συνθηματικού είναι απενεργοποιημένη",
@@ -28,6 +29,8 @@ OC.L10N.register(
"Nextcloud Server" : "Διακομιστής Nextcloud",
"Some of your link shares have been removed" : "Μερικοί από τους κοινόχρηστους συνδέσμους σας έχουν καταργηθεί",
"Due to a security bug we had to remove some of your link shares. Please see the link for more information." : "Λόγω σφάλματος στην ασφάλεια έπρεπε να αφαιρέσουμε κοινόχρηστους συνδέσμους σας. Παρακαλούμε δείτε τον παρακάτω σύνδεσμο για πληροφορίες.",
+ "The user limit of this instance is reached." : "Το όριο χρήστη αυτής της περίπτωσης έχει επιτευχθεί.",
+ "Enter your subscription key to increase the user limit. For more information about Nextcloud Enterprise see our website." : "Εισάγετε το κλειδί συνδρομής σας για να αυξήσετε το όριο χρήστη. Για περισσότερες πληροφορίες σχετικά με το Nextcloud Enterprise, ανατρέξτε στον ιστότοπό μας.",
"Preparing update" : "Προετοιμασία ενημέρωσης",
"[%d / %d]: %s" : "[%d / %d]: %s",
"Repair step:" : "Βήμα επισκευής:",
@@ -41,76 +44,45 @@ OC.L10N.register(
"Maintenance mode is kept active" : "Η λειτουργία συντήρησης διατηρήθηκε ενεργή",
"Updating database schema" : "Ενημέρωση διάταξης βάσης δεδομένων",
"Updated database" : "Ενημερωμένη βάση δεδομένων",
- "Checking whether the database schema can be updated (this can take a long time depending on the database size)" : "Έλεγχος αν η διάταξη της βάσης δεδομένων μπορεί να ενημερωθεί (αυτό μπορεί να πάρει αρκετή ώρα ανάλογα με το μέγεθος της βάσης δεδομένων)",
- "Checked database schema update" : "Έλεγχος ενημέρωσης διάταξης βάσης δεδομένων",
- "Checking updates of apps" : "Έλεγχος ενημερώσεων εφαρμογών",
- "Checking for update of app \"%s\" in appstore" : "Έλεγχος για ενημέρωση της εφαρμογής \"%s\" στο appstore",
- "Update app \"%s\" from appstore" : "Ενημέρωση εφαρμογής \"%s\" από το appstore",
- "Checked for update of app \"%s\" in appstore" : "Ελέχθη η ενημέρωση της εφαρμογής \"%s\" στο appstore",
"Checking whether the database schema for %s can be updated (this can take a long time depending on the database size)" : "Έλεγχος αν η διάταξη της βάσης δεδομένων για %s μπορεί να ενημερωθεί (αυτό μπορεί να πάρει αρκετή ώρα ανάλογα με το μέγεθος της βάσης δεδομένων)",
- "Checked database schema update for apps" : "Ελέχθη η ενημέρωση διάταξης βάσης δεδομένων για εφαρμογές",
"Updated \"%1$s\" to %2$s" : "Ενημερώθηκαν \"%1$s\" σε %2$s",
"Set log level to debug" : "Ορισμός επιπέδου ιστορικού σε αποσφαλμάτωση",
"Reset log level" : "Επαναφορά επιπέδου ιστορικού",
"Starting code integrity check" : "Εκκίνηση ελέγχου ακεραιότητας του κώδικα",
"Finished code integrity check" : "Ολοκληρώθηκε ο έλεγχος ακεραιότητας του κώδικα",
"%s (incompatible)" : "%s (ασύμβατη)",
- "Following apps have been disabled: %s" : "Οι ακόλουθες εφαρμογές έχουν απενεργοποιηθεί: %s",
+ "The following apps have been disabled: %s" : "Οι ακόλουθες εφαρμογές έχουν απενεργοποιηθεί: %s",
"Already up to date" : "Ενημερωμένο ήδη",
"Your web server is not yet properly set up to allow file synchronization, because the WebDAV interface seems to be broken." : "Ο διακομιστής σας δεν έχει ρυθμιστεί ακόμη κατάλληλα ώστε να επιτρέπει τον συγχρονισμό αρχείων, διότι η διεπαφή WebDAV φαίνεται να μη λειτουργεί.",
- "Your web server is not properly set up to resolve \"{url}\". Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Ο διακομιστής σας δεν έχει ρυθμιστεί κατάλληλα ώστε να επιλύει το \"{url}\". Περισσότερες πληροφορίες μπορείτε να βρείτε στην <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">τεκμηρίωση </a>.",
- "Your web server is not properly set up to resolve \"{url}\". This is most likely related to a web server configuration that was not updated to deliver this folder directly. Please compare your configuration against the shipped rewrite rules in \".htaccess\" for Apache or the provided one in the documentation for Nginx at it's <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation page</a>. On Nginx those are typically the lines starting with \"location ~\" that need an update." : "Ο διακομιστής σας δεν έχει ρυθμιστεί κατάλληλα ώστε να επιλύει το \"{url}\". Αυτό πιθανόν οφείλεται στις ρυθμίσεις του διακομιστή για άμεση παράδοση φακέλων. Παρακαλώ συγκρίνεται τις ρυθμίσεις σας με τις προθυθμισμένες του Apache στο αρχείο \".htaccess\" ή την τεκμηρίωση του Nginx <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">σελίδα εγχειριδίου</a>. Στον Nginx οι γραμμές που χρειάζονται ενημέρωση τυπικά αρχίζουν με \"location ~\".",
- "Your web server is not properly set up to deliver .woff2 files. This is typically an issue with the Nginx configuration. For Nextcloud 15 it needs an adjustement to also deliver .woff2 files. Compare your Nginx configuration to the recommended configuration in our <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Ο διακομιστής σας δεν έχει ρυθμιστεί κατάλληλα ώστε να παραδώσει τα αρχεία .woff2. Αυτό είναι ένα τυπικό πρόβλημα διαμόρφωσης του Nginx. Για το Nextcloud 15 χρειάζεται ρύθμιση ώστε να μπορεί να παραδίδει και .woff2 αρχεία. Συγκρίνεται την διαμόρφωση του Nginx με την προτεινόμενη διαμόρφωση της <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">τεκμηρίωσή μας</a>.",
"PHP does not seem to be setup properly to query system environment variables. The test with getenv(\"PATH\") only returns an empty response." : "H PHP δεν φαίνεται να έχει διαμορφωθεί σωστά για ερωτήματα σε μεταβλητές περιβάλλοντος του συστήματος. Η δοκιμή με την εντολή getenv(\"PATH\") επιστρέφει μια κενή απάντηση.",
- "Please check the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">installation documentation ↗</a> for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "Παρακαλούμε ελέγξτε την <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">τεκμηρίωση εγκατάστασης</a> για σημειώσεις περί της διαμόρφωση της PHP και την διαμόρφωση της PHP στον δικό σας διακομιστή, ειδικότερα εάν χρησιμοποιείται php-fpm.",
"The read-only config has been enabled. This prevents setting some configurations via the web-interface. Furthermore, the file needs to be made writable manually for every update." : "Η ρύθμιση \"μόνο για ανάγνωση\" έχει ενεργοποιηθεί. Αυτό εμποδίζει τον καθορισμό ρυθμίσεων διαμόρφωσης μέσω της διεπαφής ιστού (web-interface). Επιπλέον, το αρχείο πρέπει να γίνει εγγράψιμο χειροκίνητα για κάθε ενημέρωση.",
"Your database does not run with \"READ COMMITTED\" transaction isolation level. This can cause problems when multiple actions are executed in parallel." : "Η βάση δεδομένων σας δεν εκτελείται με επίπεδο απομόνωσης συναλλαγών \"READ COMMITTED\". Αυτό μπορεί να προκαλέσει προβλήματα όταν εκτελούνται παράλληλα πολλαπλές ενέργειες.",
"The PHP module \"fileinfo\" is missing. It is strongly recommended to enable this module to get the best results with MIME type detection." : "Η PHP μονάδα (module) \"fileinfo\" λείπει. Σας συνιστούμε ιδιαίτερα να ενεργοποιήσετε αυτή την μονάχα για να έχετε τα καλύτερα αποτελέσματα σχετικά με τον εντοπισμό τύπο MIME.",
- "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems. See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation ↗</a> for more information." : "Το κλείδωμα αρχείων συναλλαγών είναι απενεργοποιημένο, αυτό μπορεί να οδηγήσει σε προβλήματα \"συνθηκών ανταγωνισμού\" (race conditions). Ενεργοποιήστε το \"filelocking.enabled\" στο αρχείο config.php ώστε να αποφύγετε αυτά τα προβλήματα. Δείτε την <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">τεκμηρίωση</a> για περισσότερες πληροφορίες.",
"If your installation is not installed at the root of the domain and uses system cron, there can be issues with the URL generation. To avoid these problems, please set the \"overwrite.cli.url\" option in your config.php file to the webroot path of your installation (suggestion: \"{suggestedOverwriteCliURL}\")" : "Εάν η εγκατάσταση σας δεν έχει γίνει στην ρίζα (root) του τομέα και χρησιμοποιεί το σύστημα cron, ενδέχεται να προκύψουν προβλήματα με την διαμόρφωση διεύθυνσης URL. Για να αποφύγετε αυτά τα προβλήματα, παρακαλούμε ορίστε την επιλογή \"overwrite.cli.url\" στο αρχείο διαμόρφωσης confing.php που βρίσκεται στη διαδρομή webroot της εγκατάστασης σας ( πρόταση: \"{suggestedOverwriteCliURL}\" ).",
+ "Your installation has no default phone region set. This is required to validate phone numbers in the profile settings without a country code. To allow numbers without a country code, please add \"default_phone_region\" with the respective {linkstart}ISO 3166-1 code ↗{linkend} of the region to your config file." : "Η εγκατάστασή σας δεν έχει ορισμένη προεπιλεγμένη περιοχή τηλεφώνου. Αυτό απαιτείται για την επικύρωση αριθμών τηλεφώνου στις ρυθμίσεις προφίλ χωρίς κωδικό χώρας. Για να επιτρέψετε αριθμούς χωρίς κωδικό χώρας, προσθέστε το \"default_phone_region\" με τον αντίστοιχο {linkstart} κωδικό ISO 3166-1 ↗ {linkend} της περιοχής στο αρχείο διαμόρφωσης.",
"It was not possible to execute the cron job via CLI. The following technical errors have appeared:" : "Δεν ήταν δυνατή η εκτέλεση της cron job μέσω τερματικού (CLI). Εμφανίστηκαν τα παρακάτω τεχνικά σφάλματα:",
- "Last background job execution ran {relativeTime}. Something seems wrong." : "Τελευταία εκτέλεση cron job: {relativeTime}. Κάτι πήγε στραβά.",
- "Check the background job settings" : "Ελέγξτε τις ρυθμίσεις των εργασιών του παρασκηνίου",
"This server has no working Internet connection: Multiple endpoints could not be reached. This means that some of the features like mounting external storage, notifications about updates or installation of third-party apps will not work. Accessing files remotely and sending of notification emails might not work, either. Establish a connection from this server to the Internet to enjoy all features." : "Αυτός ο διακομιστής δεν έχει ενεργή σύνδεση στο διαδίκτυο. Δεν ήταν δυνατή η πρόσβαση σε πολλά τελικά σημεία. Αυτό σημαίνει πως κάποιες λειτουργίες/υπηρεσίες όπως η σύνδεση με εξωτερικούς χώρους αποθήκευσης, ειδοποιήσεις σχετικά με ενημερώσεις ή η εγκατάσταση εφαρμογών από τρίτους δεν θα λειτουργούν. Η απομακρυσμένη πρόσβαση στα αρχεία και η αποστολή ειδοποιήσεων ηλεκτρονικού ταχυδρομείου ενδέχεται να μη λειτουργούν. Σας προτείνουμε να ενεργοποιήσετε την πρόσβαση στο διαδίκτυο για τον συγκεκριμένο διακομιστή για να μπορείτε να χρησιμοποιήσετε και να απολαύσετε όλα τα χαρακτηριστικά και τις υπηρεσίες.",
- "No memory cache has been configured. To enhance performance, please configure a memcache, if available. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Δεν υπάρχει ρύθμιση/διαμόρφωση προσωρινής μνήμης. Για να βελτιώσετε την απόδοση, παρακαλούμε να διαμορφώσετε αν είναι διαθέσιμο ένα \"memcache\". Περισσότερες πληροφορίες μπορείτε να βρείτε στην <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">τεκμηρίωση</a>.",
- "No suitable source for randomness found by PHP which is highly discouraged for security reasons. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Δεν υπάρχει κατάλληλη πηγή τυχαίων στοιχείων για την PHP, το οποίο δεν προτείνεται ιδιαίτερα για λόγους ασφαλείας. Περισσότερερς πληροφορίες μπορείτε να βρέιτε στο <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">τεκμηρίωση</a>.",
- "You are currently running PHP {version}. Upgrade your PHP version to take advantage of <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">performance and security updates provided by the PHP Group</a> as soon as your distribution supports it." : "Έχετε εγκατεστημένη την PHP {version}. Μόλις το υποστηρίξει η διανομή σας, αναβαθμίστε την έκδοση της PHP για να επωφεληθείτε από τις ενημερώσεις στην <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">απόδοση και την ασφάλεια που παρέχονται από την ομάδα της PHP</a>.",
- "Nextcloud 19 is the last release supporting PHP 7.2. Nextcloud 20 requires at least PHP 7.3." : "Το Nextcloud 19 είναι η τελευταία έκδοση με υποστήριξη PHP 7.2. Το Nextcloud 20 απαιτεί τουλάχιστον PHP 7.3.",
- "The reverse proxy header configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If not, this is a security issue and can allow an attacker to spoof their IP address as visible to the Nextcloud. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Η διαμόρφωση των reverse proxy headers είναι εσφαλμένη, ή έχετε πρόσβαση στο Nextcloud από έναν αξιόπιστο/έμπιστο διαμεσολαβητή. Εάν όχι, αυτό είναι ένα ζήτημα ασφάλειας και μπορεί να επιτρέψει σε έναν κακόβουλο χρήστη να ξεγελάσει την διεύθυνση IP του ως ορατή στο Nextcloud. Περισσότερες πληροφορίες μπορείτε να βρείτε στην <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">τεκμηρίωση</a>.",
- "Memcached is configured as distributed cache, but the wrong PHP module \"memcache\" is installed. \\OC\\Memcache\\Memcached only supports \"memcached\" and not \"memcache\". See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">memcached wiki about both modules</a>." : "Το Memcached είναι ρυθμισμένο ως κατανεμημένη λανθάνουσα μνήμη, αλλά είναι εγκατεστημένο το λάθος πρόσθετο \"memcache\" της PHP. \\OC\\Memcache\\Memcached υποστηρίζετε μόνο το \"memcached\" και όχι το \"memcache\". Δείτε στο <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">memcached wiki σχετικά με τα δύο πρόσθετα</a>.",
- "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">List of invalid files…</a> / <a href=\"{rescanEndpoint}\">Rescan…</a>)" : "Μερικά αρχεία δεν πέρασαν από τον έλεγχο της ακεραιότητας. Περισσότερες πληροφορίες για το πως να επιλύσετε πρόβλημα μπορείτε να βρείτε στην <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">τεκμηρίωση</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">Λίστα από μη έγκυρα αρχεία…</a> / <a href=\"{rescanEndpoint}\">Σάρωση ξανά…</a>)",
- "The PHP OPcache module is not loaded. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance it is recommended</a> to load it into your PHP installation." : "Το πρόσθετο PHP OPcache δεν έχει φορτωθεί. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Για καλύτερη απόδοση προτείνεται</a> η φόρτωση και την εγκατάσταση της PHP.",
- "The PHP OPcache is not properly configured. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance it is recommended</a> to use the following settings in the <code>php.ini</code>:" : "H PHP OPcache δεν είναι σωστά ρυθμισμένη. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\"> Για καλύτερη απόδοση προτείνεται</a>να χρησιμοποιήσετε τις εξής ρυθμίσεις στο <code>php.ini</code>:",
+ "Nextcloud 20 is the last release supporting PHP 7.2. Nextcloud 21 requires at least PHP 7.3." : "Το Nextcloud 20 είναι η τελευταία έκδοση που υποστηρίζει PHP 7.2. Το Nextcloud 21 απαιτεί τουλάχιστον PHP 7.3.",
"The PHP function \"set_time_limit\" is not available. This could result in scripts being halted mid-execution, breaking your installation. Enabling this function is strongly recommended." : "Μη διαθέσιμη λειτουργία της PHP \"set_time_limit\". Μπορεί να διακοπεί η εκτέλεση διαφόρων scripts με αποτέλεσμα διακοπή της εγκατάστασης. Συνιστούμε ενεργοποίηση της λειτουργίας.",
"Your PHP does not have FreeType support, resulting in breakage of profile pictures and the settings interface." : "Η PHP δεν έχει υποστήριξη FreεType, με αποτέλεσμα τα σφάλματα στην εικόνα προφίλ και στις ρυθμίσεις διεπαφής χρήστη.",
"Missing index \"{indexName}\" in table \"{tableName}\"." : "Αγνοείται η ένδειξη \"{Όνομα_ένδειξης}\" στην επιφάνεια \"{Όνομα επιφάνειας}\".",
"The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "Κάποιες καταχωρήσεις απουσιάζουν από την βάση δεδομένων. Χρειάζεται αρκετός χρόνος για την καταχώρηση αυτών που εισήχθαν αυτόματα. Εκτελώντας την εντολή \"occ db:add-missing-indices\" μπορείτε να εισάγεται χειροκίνητα καθώς η διεργασία εκτελείτε. Μόλις οι ελήψεις εισαχθούν συνήθως είναι ποιό γρήγορα.",
+ "Missing primary key on table \"{tableName}\"." : "Λείπει το κύριο κλειδί στον πίνακα \"{ΌνομαΠίνακα}\".",
+ "The database is missing some primary keys. Due to the fact that adding primary keys on big tables could take some time they were not added automatically. By running \"occ db:add-missing-primary-keys\" those missing primary keys could be added manually while the instance keeps running." : "Λείπουν ορισμένα βασικά κλειδιά στη βάση δεδομένων. Λόγω του γεγονότος ότι η προσθήκη πρωτευόντων κλειδιών σε μεγάλους πίνακες μπορεί να διαρκέσει λίγη ώρα, δεν προστέθηκαν αυτόματα. Εκτελώντας το \"occ db: add-lost-primary-keys\" αυτά τα πρωτεύοντα κλειδιά που λείπουν θα μπορούσαν να προστεθούν χειροκίνητα ενώ η περίπτωση συνεχίζει να εκτελείται.",
+ "Missing optional column \"{columnName}\" in table \"{tableName}\"." : "Δεν υπάρχει η προαιρετική στήλη \"{columnName}\" στον πίνακα \"{tableName}\".",
+ "The database is missing some optional columns. Due to the fact that adding columns on big tables could take some time they were not added automatically when they can be optional. By running \"occ db:add-missing-columns\" those missing columns could be added manually while the instance keeps running. Once the columns are added some features might improve responsiveness or usability." : "Από την βάση δεδομένων λείπουν ορισμένες προαιρετικές στήλες. Λόγω του γεγονότος ότι η προσθήκη στηλών σε μεγάλους πίνακες θα χρειαστεί χρόνος, δεν προστέθηκαν αυτόματα τα προαιρετικά. Με την εκτέλεση του \"occ db: add-missing-columns\", αυτές οι στήλες που λείπουν θα μπορούσαν να προστεθούν με το χέρι ενώ η βάση είναι σε λειτουργία. Μόλις προστεθούν οι στήλες, ορισμένα χαρακτηριστικά ενδέχεται να βελτιώσουν την ανταπόκριση ή τη χρηστικότητα.",
"This instance is missing some recommended PHP modules. For improved performance and better compatibility it is highly recommended to install them." : "Σε αυτή την εγκατάσταση απουσιάζουν προτεινόμενα PHP πρόσθετα. Για καλύτερες επιδόσεις και συμβατότητα πρτείνεται η εγκατάστασή τους.",
- "Some columns in the database are missing a conversion to big int. Due to the fact that changing column types on big tables could take some time they were not changed automatically. By running 'occ db:convert-filecache-bigint' those pending changes could be applied manually. This operation needs to be made while the instance is offline. For further details read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "Κάποιες καταχωρήσεις στη βάση δεδομένων χρειάζονται μετατροπή σε bigint. Λόγω του αρκετού χρόνου που απαιτείται δεν έγινε αυτόματα. Εκτελώντας την εντολή \"occ db:convert-filecache-bigint\" οι αλλαγές θα πραγματοποιηθούν χειροκίνητα. Η εργασία χρειάζεται να εκτελεστεί με τις υπηρεσίες εκτός λειτουργίας. Για περισσότερες λεπτομέρειες δείτε <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">την τεκμηρίωση σχετικά</a>.",
+ "Module php-imagick in this instance has no SVG support. For better compatibility it is recommended to install it." : "Η ενότητα php-imagick σε αυτήν την περίπτωση δεν έχει υποστήριξη SVG. Για καλύτερη συμβατότητα, συνιστάται να το εγκαταστήσετε.",
"SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend." : "Η SQLLite χρησιμοποιείται ως βάση δεδομένων για το backend. Για μεγαλύτερες εγκαταστάσεις προτείνουμε την αλλαγή σε διαφορετική βάση δεδομένων.",
"This is particularly recommended when using the desktop client for file synchronisation." : "Συνιστάται ιδιαίτερα όταν χρησιμοποιείται για συγχρονισμό το λογισμικό υπολογιστή.",
- "To migrate to another database use the command line tool: 'occ db:convert-type', or see the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation ↗</a>." : "Για την μεταφορά σε άλλη βάση δεδομένων χρησιμοποιήστε στην γραμμή εντολών 'occ db:convert-type', ή δείτε <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">τεκμηρίωση ↗</a>.",
- "Use of the the built in php mailer is no longer supported. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Please update your email server settings ↗<a/>." : "Δεν υποστηρίζεται πλέον η αλληλογραφία php. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Παρακαλώ ενημερώστε τον διακομιστή αλληλογραφίας σας ↗<a/>.",
"The PHP memory limit is below the recommended value of 512MB." : "Το όριο μνήμης της PHP είναι κάτω της προτεινόμενης 512 ΜΒ.",
"Some app directories are owned by a different user than the web server one. This may be the case if apps have been installed manually. Check the permissions of the following app directories:" : "Ορισμένοι κατάλογοι εφαρμογών ανήκουν σε διαφορετικό χρήστη από αυτόν του διακομιστή ιστού. Αυτό μπορεί να συμβεί αν οι εφαρμογές έχουν εγκατασταθεί με μη αυτόματο τρόπο. Ελέγξτε τα δικαιώματα των ακόλουθων καταλόγων εφαρμογών:",
- "MySQL is used as database but does not support 4-byte characters. To be able to handle 4-byte characters (like emojis) without issues in filenames or comments for example it is recommended to enable the 4-byte support in MySQL. For further details read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "Χρησιμοποιείται η βάση δεδομένων MySQL αλλά δεν υποστηρίζει 4-byte χαρακτήρες. Για την διαχέιριση χαρακτήρων 4-byte (όπως emojis) χωρίς προβλήματα στα ονόματ αρχείων ή σχολίων για παράδειγμα, προτείνεται η ενεργοποίηση της υποστήριξης 4-byte της MySQL. Για περισσότερες λεπτομέρειες δείτε <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">την σχετική τεκμηρίωση</a>.",
"This instance uses an S3 based object store as primary storage. The uploaded files are stored temporarily on the server and thus it is recommended to have 50 GB of free space available in the temp directory of PHP. Check the logs for full details about the path and the available space. To improve this please change the temporary directory in the php.ini or make more space available in that path." : "Η υπηρεσία χρησιμοποιεί ως κύριο τρόπο αποθήκευσης την S3 κατάσταση. Τα μεταφορτωμένα αρχεία αποθηκεύονται προσωρινά στον διακομιστή και επομένως συνιστάται να διατίθενται 50 GB ελεύθερου χώρου στον κατάλογο Temp της PHP. Ελέγξτε τα αρχεία καταγραφής για πλήρεις λεπτομέρειες σχετικά με τη διαδρομή και τον διαθέσιμο χώρο. Για να το βελτιώσετε, παρακαλούμε αλλάξτε τον προσωρινό κατάλογο στο php.ini ή διαθέστε περισσότερο χώρο σε αυτή τη διαδρομή.",
- "You are accessing your instance over a secure connection, however your instance is generating insecure URLs. This most likely means that you are behind a reverse proxy and the overwrite config variables are not set correctly. Please read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "Πραγματοποιείτε πρόσβαση μέσω ασφαλούς σύνδεσης, ωστόσο η σύνδεσή σας δημιουργεί μη ασφαλείς διευθύνσεις URL. Αυτό πιθανότατα σημαίνει ότι βρίσκεστε πίσω από έναν αντίστροφο διακομιστή μεσολάβησης και ότι οι μεταβλητές config overwrite δεν έχουν ρυθμιστεί σωστά. Διαβάστε τη <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\"> σελίδα τεκμηρίωσης γι 'αυτό</a>.",
"Error occurred while checking server setup" : "Παρουσιάστηκε σφάλμα κατά τον έλεγχο των ρυθμίσεων του διακομιστή σας",
"Your data directory and files are probably accessible from the Internet. The .htaccess file is not working. It is strongly recommended that you configure your web server so that the data directory is no longer accessible, or move the data directory outside the web server document root." : "Ο κατάλογος δεδομένων και τα αρχεία σας είναι πιθανόν προσβάσιμα από το διαδίκτυο. Το αρχείο .htaccess δεν λειτουργεί. Σας προτείνουμε να ρυθμίσετε το διακομιστή σας με τέτοιο τρόπο ώστε ο κατάλογος δεδομένων να μην είναι πλέον προσβάσιμος ή να μετακινήσετε τον κατάλογο δεδομένων εκτός του ριζικού καταλόγου εγγράφων του διακομιστή.",
"The \"{header}\" HTTP header is not set to \"{expected}\". This is a potential security or privacy risk, as it is recommended to adjust this setting accordingly." : "H HTTP επικεφαλίδα \"{header}\" δεν έχει ρυθμιστεί ως \"{expected}\". Αυτό αποτελεί κίνδυνο ασφάλειας ή ιδιωτικότητας και συστήνουμε τη προσαρμογή αυτής της ρύθμισης.",
"The \"{header}\" HTTP header is not set to \"{expected}\". Some features might not work correctly, as it is recommended to adjust this setting accordingly." : "H HTTP επικεφαλίδα \"{header}\" δεν έχει ρυθμιστεί ώς \"{expected}\". Κάποιες δυνατότητες ίσως να μην λειτουργούν σωστά. Αυτό αποτελεί κίνδυνο ασφάλειας ή ιδιωτικότητας και συστήνουμε τον έλεγχο ρυθμίσεων.",
"The \"{header}\" HTTP header doesn't contain \"{expected}\". This is a potential security or privacy risk, as it is recommended to adjust this setting accordingly." : "H \"{header}\" κεφαλίδα HTTP δεν περιέχει \"{expected}\". Αυτό αποτελεί κίνδυνο ασφάλειας ή ιδιωτικότητας και συστήνουμε τη προσαρμογή αυτής της ρύθμισης.",
- "The \"{header}\" HTTP header is not set to \"{val1}\", \"{val2}\", \"{val3}\", \"{val4}\" or \"{val5}\". This can leak referer information. See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{link}\">W3C Recommendation ↗</a>." : "Η \"{header}\" HTTP επικεφαλίδα δεν ρυθμίστικε σε \"{val1}\", \"{val2}\", \"{val3}\", \"{val4}\" ή \"{val5}\". Αυτό μπορεί να διαρρεύσει πληροφορίες. Δείτε το <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{link}\">W3C Προτεινόμενα↗</a>.",
- "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the <a href=\"{docUrl}\" rel=\"noreferrer noopener\">security tips ↗</a>." : "Η \"Strict-Transport-Security\" κεφαλίδα HTTP δεν έχει ρυθμιστεί για τουλάχιστον \"{seconds}\" δευτερόλεπτα. Για αυξημένη ασφάλεια συστήνουμε την ενεργοποίηση του HSTS όπως περιγράφεται στις <a href=\"{docUrl}\" rel=\"noreferrer noopener\">συμβουλές ασφαλείας ↗</a>.",
- "Accessing site insecurely via HTTP. You are strongly advised to set up your server to require HTTPS instead, as described in the <a href=\"{docUrl}\">security tips ↗</a>." : "Εισέρχεστε στον ιστότοπο μέσω HTTP. Προτείνουμε να ρυθμίσετε τον διακομιστή σας, να απαιτεί τη χρήση HTTPS όπως περιγράφεται στις <a href=\"{docUrl}\">συμβουλές ασφαλείας ↗</a>.",
- "Non-existing tag #{tag}" : "Μη υπάρχουσα ετικέτα #{tag}",
- "restricted" : "περιορισμένο",
- "invisible" : "αόρατο",
- "Delete" : "Διαγραφή",
- "Rename" : "Μετονομασία",
- "Collaborative tags" : "Συνεργατικές ετικέτες",
- "No tags found" : "Δεν βρέθηκαν ετικέτες",
"unknown text" : "άγνωστο κείμενο",
"Hello world!" : "Γεια σου κόσμε!",
"sunny" : "ηλιόλουστη",
@@ -125,27 +97,23 @@ OC.L10N.register(
"Please reload the page." : "Παρακαλούμε φορτώστε ξανά τη σελίδα.",
"The update was unsuccessful. For more information <a href=\"{url}\">check our forum post</a> covering this issue." : "Μη επιτυχημένη ενημέρωση. Για περισσότερες πληροφορίες <a href=\"{url}\">δείτε αυτή τη δημοσίευση στο forum</a> που καλύπτει αυτό το θέμα.",
"The update was unsuccessful. Please report this issue to the <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">Nextcloud community</a>." : "Μη επιτυχημένη ενημέρωση. Παρακαλούμε αναφέρετε αυτό το πρόβλημα στην <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">κοινότητα Nextcloud</a>.",
- "Continue to Nextcloud" : "Συνέχεια στον Nextcloud",
- "_The update was successful. Redirecting you to Nextcloud in %n second._::_The update was successful. Redirecting you to Nextcloud in %n seconds._" : ["Επιτυχημένη ενημέρωση. Θα γίνει ανακατεύθυνση στο Nextcloud σε %n δευτερόλεπτο.","Επιτυχημένη ενημέρωση. Θα γίνει ανακατεύθυνση στο Nextcloud σε %n δευτερόλεπτα."],
- "Searching other places" : "Αναζήτηση σε άλλα σημεία",
- "No search results in other folders for {tag}{filter}{endtag}" : "Κανένα αποτέλεσμα αναζήτησης σε άλλους φακέλους για {tag}{filter}{endtag}",
- "_{count} search result in another folder_::_{count} search results in other folders_" : ["{count} αποτέλεσμα αναζήτησης σε άλλο φάκελο","{count} αποτελέσματα αναζήτησης σε άλλους φακέλους"],
+ "Log in" : "Είσοδος",
+ "Logging in …" : "Σύνδεση …",
"Server side authentication failed!" : "Αποτυχημένη πιστοποίηση από πλευράς διακομιστή!",
"Please contact your administrator." : "Παρακαλούμε επικοινωνήστε με τον διαχειριστή.",
"An internal error occurred." : "Παρουσιάστηκε ένα εσωτερικό σφάλμα.",
"Please try again or contact your administrator." : "Παρακαλούμε δοκιμάστε ξανά ή επικοινωνήστε με τον διαχειριστή.",
"Username or email" : "Όνομα χρήστη ή email",
"Password" : "Συνθηματικό",
- "Log in" : "Είσοδος",
- "Logging in …" : "Σύνδεση …",
"Wrong username or password." : "Λάθος όνομα χρήστη ή κωδικού.",
"User disabled" : "Ο χρήστης απενεργοποιήθηκε",
"We have detected multiple invalid login attempts from your IP. Therefore your next login is throttled up to 30 seconds." : "Εντοπίστηκαν πολλές λανθασμένες προσπάθειες εισόδου από την ΙΡ σας. Η επόμενη προσπάθεια εισόδου σας μπορεί να γίνει σε 30 δεύτερα.",
+ "Your account is not setup for passwordless login." : "Ο λογαριασμός σας δεν έχει ρυθμιστεί για σύνδεση χωρίς κωδικό πρόσβασης.",
+ "Passwordless authentication is not supported in your browser." : "Η σύνδεση χωρίς κωδικό πρόσβασης δεν υποστηρίζεται από τον περιηγητή σας.",
+ "Passwordless authentication is only available over a secure connection." : "Η σύνδεση χωρίς κωδικό πρόσβασης υποστηρίζεται μόνο από ασφαλή σύνδεση.",
"Reset password" : "Επαναφορά συνθηματικού",
- "A password reset message has been sent to the e-mail address of this account. If you do not receive it, check your spam/junk folders or ask your local administrator for help." : "Ένα μύνημα επαναφοράς κωδικού απεστάλει στο e-mail σας. Εάν δεν το λάβατε, ελέγξτε τα ανεπιθύμητα/διεγραμένα σας ή ζητήστε βοήθεια απο τον διαχειριστή.",
"If it is not there ask your local administrator." : "Εάν δεν είναι εκεί ρωτήστε τον τοπικό διαχειριστή.",
"Couldn't send reset email. Please contact your administrator." : "Αδυναμία αποστολής ηλεκτρονικού μηνύματος επαναφοράς. Παρακαλώ επικοινωνήστε με το διαχειριστή.",
- "Password can not be changed. Please contact your administrator." : "Το συνθηματικό σας δεν μπορεί να αλλάξει. Παρακαλώ επικοινωνήστε με το διαχειριστή.",
"Back to login" : "Πίσω στην είσοδο",
"New password" : "Νέο συνθηματικό",
"Your files are encrypted. There will be no way to get your data back after your password is reset. If you are not sure what to do, please contact your administrator before you continue. Do you really want to continue?" : "Τα αρχεία σας είναι κρυπτογραφημένα. Δεν θα υπάρξει κανένας τρόπος για να έχετε πρόσβαση στα δεδομένα σας μετά την επαναφορά του συνθηματικού σας. Αν δεν είστε σίγουροι για το τι πρέπει να κάνετε, επικοινωνήστε με το διαχειριστή, πριν να συνεχίσετε. Θέλετε σίγουρα να συνεχίσετε;",
@@ -153,20 +121,28 @@ OC.L10N.register(
"Resetting password" : "Επαναφορά κωδικού",
"Recommended apps" : "Προτεινόμενες εφαρμογές",
"Loading apps …" : "Φόρτωση εφαρμογών …",
- "Could not fetch list of apps from the app store." : "Δεν μπορεί να ληφθεί η λίστα εφαρμογών από την αγορά εφαρμογών.",
"Installing apps …" : "Εγκατάσταση εφαρμογών …",
- "Nextcloud {app}" : "Nextcloud {app}",
"App download or installation failed" : "Η εγκατάσταση ή λήψη εφαρμογής απέτυχε",
- "Can't install this app because it is not compatible" : "Η εφαρμογή δεν μπορεί να εγκατασταθεί, δεν είναι συμβατή",
- "Can't install this app" : "Η εφαρμογή δεν μπορεί να εγκατασταθεί",
"Cancel" : "Ακύρωση",
"Schedule work & meetings, synced with all your devices." : "Προγραμματισμένες εργασίες & συνταντήσεις, συγχρονίζονται με όλες τις συσκευές σας.",
"Keep your colleagues and friends in one place without leaking their private info." : "Κρατήστε συνεργάτες και φίλους σε ένα μέρος χωρίς να κινδυνεύουν τα προσωπικά δεδομένα τους.",
"Simple email app nicely integrated with Files, Contacts and Calendar." : "Απλή εφαρμογή ηλ.ταχυδρομίου ενσωματώνοντας Αρχεία, Επαφές και Ημερολόγιο.",
"Chatting, video calls, screensharing, online meetings and web conferencing – in your browser and with mobile apps." : "Μηνύματα, κλήσεις βίντεο, κοινή χρήση οθόνης, συναντήσεις και τηλεδιασκέψεις - στον περιηγητή σας και με εφαρμογές κινητού.",
"Collaboratively edit office documents." : "Συνεργατική επεξεργασία εγγράφων.",
- "Local document editing back-end used by the OnlyOffice app." : "Επεξεργασία τοπικών εγγράφων με χρήση εφαρμογής OnlyOffice.",
+ "Local document editing back-end used by the Collabora Online app." : "Επεξεργασία τοπικών εγγράφων με χρήση εφαρμογής Collabora Online.",
"Forgot password?" : "Ξεχάσατε το συνθηματικό;",
+ "Log in with a device" : "Συνδεθείτε με συσκευή",
+ "Back" : "Πίσω",
+ "Reset search" : "Επαναφορά αναζήτησης",
+ "Search for {name} only" : "Αναζήτηση για {Όνομα} μόνο ",
+ "No results for {query}" : "Κανένα αποτέλεσμα για {query}",
+ "Start typing to search" : "Ξεκινήστε την πληκτρολόγηση για αναζήτηση",
+ "Loading more results …" : "Γίνεται φόρτωση περισσότερων αποτελεσμάτων …",
+ "Load more results" : "Φόρτωση περισσοτέρων αποτελεσμάτων",
+ "Search" : "Αναζήτηση",
+ "An error occurred while searching for {type}" : "Παρουσιάστηκε σφάλμα κατά την αναζήτηση για {πληκτρολογήστε}",
+ "_Please enter {minSearchLength} character or more to search_::_Please enter {minSearchLength} characters or more to search_" : ["Παρακαλούμε προσθέστε τουλάχιστον {minSearchLength}  χαρακτήρα ή περισσότερους για αναζήτηση.","Παρακαλούμε προσθέστε τουλάχιστον {minSearchLength}  χαρακτήρες ή περισσότερους για αναζήτηση."],
+ "Search {types} …" : "Αναζήτηση {types} …",
"Settings" : "Ρυθμίσεις",
"Could not load your contacts" : "Αδυναμία φόρτωσης των επαφών σας",
"Search contacts …" : "Αναζήτηση επαφών …",
@@ -234,6 +210,13 @@ OC.L10N.register(
"Strong password" : "Δυνατό συνθηματικό",
"No action available" : "Καμία διαθέσιμη ενέργεια",
"Error fetching contact actions" : "Σφάλμα κατά την λήψη ενεργειών της επαφής",
+ "Non-existing tag #{tag}" : "Μη υπάρχουσα ετικέτα #{tag}",
+ "restricted" : "περιορισμένο",
+ "invisible" : "αόρατο",
+ "Delete" : "Διαγραφή",
+ "Rename" : "Μετονομασία",
+ "Collaborative tags" : "Συνεργατικές ετικέτες",
+ "No tags found" : "Δεν βρέθηκαν ετικέτες",
"Personal" : "Προσωπικά",
"Users" : "Χρήστες",
"Apps" : "Εφαρμογές",
@@ -243,7 +226,10 @@ OC.L10N.register(
"File not found" : "Το αρχείο δεν βρέθηκε",
"The document could not be found on the server. Maybe the share was deleted or has expired?" : "Το έγγραφο δεν βρέθηκε στον διακομιστή. Ίσως διαγράφηκε η κοινή χρήση ή έληξε?",
"Back to %s" : "Πίσω στο %s",
+ "Too many requests" : "Πάρα πολλά αιτήματα",
+ "There were too many requests from your network. Retry later or contact your administrator if this is an error." : "Υπήρχαν πάρα πολλά αιτήματα από το δίκτυό σας. Δοκιμάστε ξανά αργότερα ή επικοινωνήστε με τον διαχειριστή σας εάν πρόκειται για σφάλμα.",
"Error" : "Σφάλμα",
+ "Previous" : "Προηγούμενος",
"Internal Server Error" : "Εσωτερικό Σφάλμα Διακομιστή",
"The server was unable to complete your request." : "Ο διακομιστής δεν μπορεί να ολοκληρώσει το αίτημα σας.",
"If this happens again, please send the technical details below to the server administrator." : "Εάν συμβεί ξανά, παρακαλώ στείλτε τεχνικές λεπτομέρειες στον διαχειριστή.",
@@ -280,7 +266,7 @@ OC.L10N.register(
"SQLite should only be used for minimal and development instances. For production we recommend a different database backend." : "Η SQLite πρέπει να χρησιμοποιείται μόνο για μικρές εγκαταστάσεις και εγκαταστάσεις για ανάπτυξη. Για παραγωγικά συστήματα συνιστούμε διαφορετική βάση δεδομένων.",
"If you use clients for file syncing, the use of SQLite is highly discouraged." : "Εάν χρησιμοποιείτε το λογισμικό υπολογιστή για συγχρονισμό, δεν συνίσταται η χρήση της SQLite.",
"Install recommended apps" : "Εγκατάσταση προτεινόμεων εφαρμογών",
- "Calendar, Contacts, Talk, Mail & OnlyOffice" : "Ημερολόγιο, Επαφές, Συνομιλία, Αλληλογραφία & OnlyOffice",
+ "Calendar, Contacts, Talk, Mail & Collaborative editing" : "Ημερολόγιο, Επαφές, Συνομιλία, Mail και Συνεργατική επεξεργασία",
"Finish setup" : "Ολοκλήρωση ρύθμισης",
"Finishing …" : "Ολοκλήρωση …",
"Need help?" : "Θέλετε βοήθεια;",
@@ -294,14 +280,13 @@ OC.L10N.register(
"More apps" : "Περισσότερες εφαρμογές",
"More" : "Περισσότερα",
"More apps menu" : "Περισσότερο μενού εφαρμογών",
- "Search" : "Αναζήτηση",
- "Reset search" : "Επαναφορά αναζήτησης",
"Contacts" : "Επαφές",
"Contacts menu" : "Μενού επαφών",
"Settings menu" : "Μενού ρυθμίσεων",
"Confirm your password" : "Επιβεβαίωση συνθηματικού",
"Connect to your account" : "Σύνδεση στον λογαριασμό σας",
"Please log in before granting %1$s access to your %2$s account." : "Παρακαλώ συνδεθείτε πρίν χορηγήσετε %1$s πρόσβαση στον λογαριασμό σας %2$s.",
+ "If you are not trying to set up a new device or app, someone is trying to trick you into granting them access to your data. In this case do not proceed and instead contact your system administrator." : "Εάν δεν προσπαθείτε να ρυθμίσετε μια νέα συσκευή ή εφαρμογή, κάποιος προσπαθεί να σας εξαπατήσει ώστε να του παραχωρήσετε πρόσβαση στα δεδομένα σας. Σε αυτήν την περίπτωση μην προχωρήσετε και επικοινωνήστε με τον διαχειριστή του συστήματός σας.",
"App token" : "Διακριτικό εφαρμογής",
"Grant access" : "Παροχή άδειας πρόσβασης",
"Alternative log in using app token" : "Εναλλακτική είσοδος με την χρήση του αναγνωριστικού της εφαρμογής",
@@ -329,7 +314,7 @@ OC.L10N.register(
"Further information how to configure this can be found in the %1$sdocumentation%2$s." : "Περισσότερες πληροφορίες για τη ρύθμιση υπάρχουν στην%1$sΤεκμηρίωση%2$s.",
"App update required" : "Απαιτείται ενημέρωση εφαρμογής",
"%1$s will be updated to version %2$s" : "%1$s θα ενημερωθεί στην έκδοση %2$s",
- "These apps will be updated:" : "Αυτές οι εφαρμογές θα ενημερωθούν:",
+ "The following apps will be updated:" : "Οι ακόλουθες εφαρμογές θα ενημερωθούν:",
"These incompatible apps will be disabled:" : "Αυτές οι μη συμβατές εφαρμογές θα απενεργοποιηθούν:",
"The theme %s has been disabled." : "Το θέμα %s έχει απενεργοποιηθεί.",
"Please make sure that the database, the config folder and the data folder have been backed up before proceeding." : "Παρακαλούμε βεβαιωθείτε ότι έχουν ληφθεί αντίγραφα ασφαλείας της βάσης δεδομένων, του φακέλου ρυθμίσεων και του φακέλου δεδομένων πριν προχωρήσετε.",
@@ -345,95 +330,49 @@ OC.L10N.register(
"This %s instance is currently in maintenance mode, which may take a while." : "Αυτή %s η εγκατάσταση είναι σε λειτουργία συντήρησης, η οποία μπορεί να διαρκέσει κάποιο χρόνο.",
"This page will refresh itself when the instance is available again." : "Η σελίδα θα ανανεωθεί αυτόματα όταν η υπηρεσία είναι διαθέσιμη ξανά.",
"Contact your system administrator if this message persists or appeared unexpectedly." : "Επικοινωνήστε με το διαχειριστή του συστήματος αν αυτό το μήνυμα συνεχίζει να εμφανίζεται ή εμφανίστηκε απρόσμενα.",
- "Could not send reset email because there is no email address for this username. Please contact your administrator." : "Αδυναμία αποστολής ηλεκτρονικού μηνύματος επαναφοράς διότι δεν υπάρχει διεύθυνση ηλεκτρινικής αλληλογραφίας για αυτόν τον χρήστη. Παρακαλώ επικοινωνήστε με το διαχειριστή.",
- "Couldn't send reset email. Please make sure your username is correct." : "Αδυναμία αποστολής ηλεκτρονικού μηνύματος επαναφοράς. Παρακαλώ ελέγξτε ότι το όνομα χρήστη σας είναι σωστό.",
- "We have send a password reset e-mail to the e-mail address known to us for this account. If you do not receive it within a reasonable amount of time, check your spam/junk folders.<br>If it is not there ask your local administrator." : "Ο σύνδεσμος για την επαναφορά του συνθηματικού σας απεστάλη στο ηλ. ταχυδρομείο σας. Εάν δεν το παραλάβετε μέσα σε ένα εύλογο χρονικό διάστημα, ελέγξτε το φάκελο ανεπιθύμητων μηνυμάτων σας. <br> Εάν δεν βρίσκεται εκεί ρωτήστε τον διαχειριστή σας.",
- "Your files are encrypted. There will be no way to get your data back after your password is reset.<br />If you are not sure what to do, please contact your administrator before you continue. <br />Do you really want to continue?" : "Τα αρχεία σας είναι κρυπτογραφημένα. Δεν θα υπάρξει κανένας τρόπος για να έχετε πρόσβαση στα δεδομένα σας μετά την επαναφορά του συνθηματικού σας. <br /> Αν δεν είστε σίγουροι για το τι πρέπει να κάνετε, επικοινωνήστε με το διαχειριστή, πριν να συνεχίσετε. <br /> Θέλετε να συνεχίσετε;",
- "Sending email …" : "Γίνεται αποστολή αλληλογραφίας …",
- "You are currently running PHP 5.6. The current major version of Nextcloud is the last that is supported on PHP 5.6. It is recommended to upgrade the PHP version to 7.0+ to be able to upgrade to Nextcloud 14." : "Έχετε εγκατεστημένη την PHP 5.6. Η τρέχουσα κύρια έκδοση του Nextcloud είναι η τελευταία που υποστηρίζεται από την PHP 5.6. Συνιστάται/απαιτείται η αναβάθμιση της έκδοσης της PHP σε 7.0+ ώστε να μπορέσετε να αναβαθμίσετε σε Nextcloud 14.",
- "Accessing site insecurely via HTTP. You are strongly adviced to set up your server to require HTTPS instead, as described in the <a href=\"{docUrl}\">security tips ↗</a>." : "Εισέρχεστε στον ιστότοπο μέσω HTTP. Προτείνουμε να ρυθμίσετε τον διακομιστή σας, να απαιτεί τη χρήση HTTPS όπως περιγράφεται στις <a href=\"{docUrl}\">συμβουλές ασφαλείας ↗</a>.",
- "Shared" : "Κοινόχρηστα",
- "Shared with" : "Διαμοιράστηκε με",
- "Shared by" : "Διαμοιράστηκε από",
- "Choose a password for the public link" : "Επιλέξτε συνθηματικό για τον δημόσιο σύνδεσμο",
- "Choose a password for the public link or press the \"Enter\" key" : "Επιλέξτε ένα συνθηματικό για την δημόσια διεύθυνση ή πατήστε το \"Enter\" πλήκτρο",
- "Copied!" : "Αντιγράφτηκε!",
- "Copy link" : "Αντιγραφή συνδέσμου",
- "Not supported!" : "Δεν υποστηρίζεται!",
- "Press ⌘-C to copy." : "Για αντιγραφή πατήστε ⌘-C.",
- "Press Ctrl-C to copy." : "Για αντιγραφή πατήστε Ctrl-C.",
- "Unable to create a link share" : "Αδυναμία δημιουργίας συνδέσμου κοινοποίησης",
- "Unable to toggle this option" : "Αδυναμία εναλλαγής αυτής της επιλογής",
- "Resharing is not allowed" : "Δεν επιτρέπεται να διαμοιραστεί ξανά",
- "Link" : "Σύνδεσμος",
- "Hide download" : "Απόκρυψη λήψης",
- "Password protection enforced" : "Επιβλήθηκε προστασία με κωδικό",
- "Password protect" : "Προστασία με συνθηματικό",
- "Allow editing" : "Επέτρεψε την επεξεργασία",
- "Email link to person" : "Αποστολή συνδέσμου με email",
- "Send" : "Αποστολή",
- "Allow upload and editing" : "Επέτρεψε την μεταφόρτωση και επεξεργασία",
- "Read only" : "Μόνο για ανάγνωση",
- "File drop (upload only)" : "Απόθεση αρχείου (μόνο μεταφόρτωση)",
- "Expiration date enforced" : "Επεβλήθη ημερομηνία λήξης",
- "Set expiration date" : "Ορισμός ημερομηνίας λήξης",
- "Expiration" : "Λήξη",
- "Expiration date" : "Ημερομηνία λήξης",
- "Note to recipient" : "Σημείωση προς τον παραλήπτη",
- "Unshare" : "Αναίρεση διαμοιρασμού",
- "Delete share link" : "Διαγραφή συνδέσμου κοινοποίησης",
- "Add another link" : "Προσθήκη άλλου συνδέσμου",
- "Password protection for links is mandatory" : "Η προστασία με συνθηματικό για συνδέσμους είναι υποχρεωτική",
- "Share to {name}" : "Διαμοιρασμός με {name}",
- "Share link" : "Διαμοιρασμός συνδέσμου",
- "New share link" : "Νέος κοινόχρηστος σύνδεσμος",
- "Created on {time}" : "Δημιουργήθηκε στις {time}",
- "Password protect by Talk" : "Προστασία με κωδικό από Talk",
- "Could not unshare" : "Δεν μπορεί να γίνει αναίρεση διαμοιρασμού",
- "Shared with you and the group {group} by {owner}" : "Διαμοιράστηκε με σας και με την ομάδα {group} του {owner}",
- "Shared with you and {circle} by {owner}" : "Διαμοιράστηκε με σας και τον {circle} από τον {owner}",
- "Shared with you and the conversation {conversation} by {owner}" : "Διαμοιράστηκε με σας και με τη συζήτηση {conversation} από {owner}",
- "Shared with you in a conversation by {owner}" : "Διαμοιράστηκε με σας από τον {owner}",
- "Shared with you by {owner}" : "Διαμοιράστηκε με σας από τον {owner}",
- "Choose a password for the mail share" : "Επιλογή συνθηματικού για διαμοιρασμό με αλληλογραφία",
- "group" : "ομάδα",
- "remote" : "απομακρυσμένα",
- "remote group" : "απομακρυσμένη ομάδα",
- "email" : "ηλεκτρονικό ταχυδρομείο",
- "conversation" : "συνομιλία",
- "shared by {sharer}" : "διαμοιράστηκε από {sharer}",
- "Can reshare" : "Δυνατότητα να διαμοιραστεί ξανά",
- "Can edit" : "Δυνατότητα επεξεργασίας",
- "Can create" : "Δυνατότητα δημιουργίας",
- "Can change" : "Δυνατότητα αλλαγής",
- "Can delete" : "Δυνατότητα διαγραφής",
- "Access control" : "Έλεγχος πρόσβασης",
- "{shareInitiatorDisplayName} shared via link" : "{shareInitiatorDisplayName} διαμοιράστηκε μέσω συνδέσμου",
- "Error while sharing" : "Σφάλμα κατά τον διαμοιρασμό",
- "Share details could not be loaded for this item." : "Αδυναμία φόρτωσης λεπτομερειών διαμοιρασμού για αυτό το αντικείμενο.",
- "Search globally" : "Γενική αναζήτηση",
- "_At least {count} character is needed for autocompletion_::_At least {count} characters are needed for autocompletion_" : ["Απαιτείται τουλάχιστο {count} χαρακτήρας για αυτόματη συμπλήρωση","Απαιτούνται τουλάχιστο {count} χαρακτήρες για αυτόματη συμπλήρωση"],
- "This list is maybe truncated - please refine your search term to see more results." : "Αυτή η λίστα ίσως να έχει περικοπεί - παρακαλούμε βελτιώσετε τους όρους αναζήτησης για περισσότερα αποτελέσματα.",
- "No users or groups found for {search}" : "Δεν βρέθηκαν χρήστες ή ομάδες για την αναζήτηση {search}",
- "No users found for {search}" : "Δεν βρέθηκαν χρήστες για την αναζήτηση {search}",
- "An error occurred (\"{message}\"). Please try again" : "Παρουσιάστηκε σφάλμα (\"{message}\"). Παρακαλούμε δοκιμάστε ξανά",
- "An error occurred. Please try again" : "Παρουσιάστηκε σφάλμα. Παρακαλώ δοκιμάστε αργότερα",
- "Home" : "Αρχική",
- "Work" : "Εργασία",
- "Other" : "Άλλο",
- "{sharee} (remote group)" : "{sharee} (remote group)",
- "{sharee} ({type}, {owner})" : "{sharee} ({type}, {owner})",
- "Share" : "Διαμοιρασμός",
- "Name or email address..." : "Όνομα ή διεύθυνση ηλεκτρονικού ταχυδρομείου...",
- "Name or federated cloud ID..." : "Όνομα ή ID του federated cloud...",
- "Name, federated cloud ID or email address..." : "Όνομα, federated cloud ID ή διεύθυνση ηλεκτροικού ταχυδρομείου...",
- "Name..." : "Όνομα...",
- "Error removing share" : "Σφάλμα αφαίρεσης κοινόχρηστου",
- "({scope})" : "({scope})",
- "Saving..." : "Γίνεται αποθήκευση...",
- "Dismiss" : "Αποδέσμευση",
- "Your client should now be connected! You can close this window." : "Η εφαρμογή υπολογιστή έχει συνδεθεί! Μπορείτε να κλείσετε το παράθυρο.",
- "New Password" : "Νέο Συνθηματικό",
- "Cancel log in" : "Ακύρωση εισόδου"
+ "Checking whether the database schema can be updated (this can take a long time depending on the database size)" : "Έλεγχος αν η διάταξη της βάσης δεδομένων μπορεί να ενημερωθεί (αυτό μπορεί να πάρει αρκετή ώρα ανάλογα με το μέγεθος της βάσης δεδομένων)",
+ "Checked database schema update" : "Έλεγχος ενημέρωσης διάταξης βάσης δεδομένων",
+ "Checking updates of apps" : "Έλεγχος ενημερώσεων εφαρμογών",
+ "Checking for update of app \"%s\" in appstore" : "Έλεγχος για ενημέρωση της εφαρμογής \"%s\" στο appstore",
+ "Update app \"%s\" from appstore" : "Ενημέρωση εφαρμογής \"%s\" από το appstore",
+ "Checked for update of app \"%s\" in appstore" : "Ελέχθη η ενημέρωση της εφαρμογής \"%s\" στο appstore",
+ "Checked database schema update for apps" : "Ελέχθη η ενημέρωση διάταξης βάσης δεδομένων για εφαρμογές",
+ "Following apps have been disabled: %s" : "Οι ακόλουθες εφαρμογές έχουν απενεργοποιηθεί: %s",
+ "Your web server is not properly set up to resolve \"{url}\". Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Ο διακομιστής σας δεν έχει ρυθμιστεί κατάλληλα ώστε να επιλύει το \"{url}\". Περισσότερες πληροφορίες μπορείτε να βρείτε στην <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">τεκμηρίωση </a>.",
+ "Your web server is not properly set up to resolve \"{url}\". This is most likely related to a web server configuration that was not updated to deliver this folder directly. Please compare your configuration against the shipped rewrite rules in \".htaccess\" for Apache or the provided one in the documentation for Nginx at it's <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation page</a>. On Nginx those are typically the lines starting with \"location ~\" that need an update." : "Ο διακομιστής σας δεν έχει ρυθμιστεί κατάλληλα ώστε να επιλύει το \"{url}\". Αυτό πιθανόν οφείλεται στις ρυθμίσεις του διακομιστή για άμεση παράδοση φακέλων. Παρακαλώ συγκρίνεται τις ρυθμίσεις σας με τις προθυθμισμένες του Apache στο αρχείο \".htaccess\" ή την τεκμηρίωση του Nginx <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">σελίδα εγχειριδίου</a>. Στον Nginx οι γραμμές που χρειάζονται ενημέρωση τυπικά αρχίζουν με \"location ~\".",
+ "Your web server is not properly set up to deliver .woff2 files. This is typically an issue with the Nginx configuration. For Nextcloud 15 it needs an adjustement to also deliver .woff2 files. Compare your Nginx configuration to the recommended configuration in our <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Ο διακομιστής σας δεν έχει ρυθμιστεί κατάλληλα ώστε να παραδώσει τα αρχεία .woff2. Αυτό είναι ένα τυπικό πρόβλημα διαμόρφωσης του Nginx. Για το Nextcloud 15 χρειάζεται ρύθμιση ώστε να μπορεί να παραδίδει και .woff2 αρχεία. Συγκρίνεται την διαμόρφωση του Nginx με την προτεινόμενη διαμόρφωση της <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">τεκμηρίωσή μας</a>.",
+ "Please check the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">installation documentation ↗</a> for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "Παρακαλούμε ελέγξτε την <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">τεκμηρίωση εγκατάστασης</a> για σημειώσεις περί της διαμόρφωση της PHP και την διαμόρφωση της PHP στον δικό σας διακομιστή, ειδικότερα εάν χρησιμοποιείται php-fpm.",
+ "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems. See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation ↗</a> for more information." : "Το κλείδωμα αρχείων συναλλαγών είναι απενεργοποιημένο, αυτό μπορεί να οδηγήσει σε προβλήματα \"συνθηκών ανταγωνισμού\" (race conditions). Ενεργοποιήστε το \"filelocking.enabled\" στο αρχείο config.php ώστε να αποφύγετε αυτά τα προβλήματα. Δείτε την <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">τεκμηρίωση</a> για περισσότερες πληροφορίες.",
+ "Last background job execution ran {relativeTime}. Something seems wrong." : "Τελευταία εκτέλεση cron job: {relativeTime}. Κάτι πήγε στραβά.",
+ "Check the background job settings" : "Ελέγξτε τις ρυθμίσεις των εργασιών του παρασκηνίου",
+ "No memory cache has been configured. To enhance performance, please configure a memcache, if available. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Δεν υπάρχει ρύθμιση/διαμόρφωση προσωρινής μνήμης. Για να βελτιώσετε την απόδοση, παρακαλούμε να διαμορφώσετε αν είναι διαθέσιμο ένα \"memcache\". Περισσότερες πληροφορίες μπορείτε να βρείτε στην <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">τεκμηρίωση</a>.",
+ "No suitable source for randomness found by PHP which is highly discouraged for security reasons. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Δεν υπάρχει κατάλληλη πηγή τυχαίων στοιχείων για την PHP, το οποίο δεν προτείνεται ιδιαίτερα για λόγους ασφαλείας. Περισσότερερς πληροφορίες μπορείτε να βρέιτε στο <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">τεκμηρίωση</a>.",
+ "You are currently running PHP {version}. Upgrade your PHP version to take advantage of <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">performance and security updates provided by the PHP Group</a> as soon as your distribution supports it." : "Έχετε εγκατεστημένη την PHP {version}. Μόλις το υποστηρίξει η διανομή σας, αναβαθμίστε την έκδοση της PHP για να επωφεληθείτε από τις ενημερώσεις στην <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">απόδοση και την ασφάλεια που παρέχονται από την ομάδα της PHP</a>.",
+ "The reverse proxy header configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If not, this is a security issue and can allow an attacker to spoof their IP address as visible to the Nextcloud. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Η διαμόρφωση των reverse proxy headers είναι εσφαλμένη, ή έχετε πρόσβαση στο Nextcloud από έναν αξιόπιστο/έμπιστο διαμεσολαβητή. Εάν όχι, αυτό είναι ένα ζήτημα ασφάλειας και μπορεί να επιτρέψει σε έναν κακόβουλο χρήστη να ξεγελάσει την διεύθυνση IP του ως ορατή στο Nextcloud. Περισσότερες πληροφορίες μπορείτε να βρείτε στην <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">τεκμηρίωση</a>.",
+ "Memcached is configured as distributed cache, but the wrong PHP module \"memcache\" is installed. \\OC\\Memcache\\Memcached only supports \"memcached\" and not \"memcache\". See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">memcached wiki about both modules</a>." : "Το Memcached είναι ρυθμισμένο ως κατανεμημένη λανθάνουσα μνήμη, αλλά είναι εγκατεστημένο το λάθος πρόσθετο \"memcache\" της PHP. \\OC\\Memcache\\Memcached υποστηρίζετε μόνο το \"memcached\" και όχι το \"memcache\". Δείτε στο <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">memcached wiki σχετικά με τα δύο πρόσθετα</a>.",
+ "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">List of invalid files…</a> / <a href=\"{rescanEndpoint}\">Rescan…</a>)" : "Μερικά αρχεία δεν πέρασαν από τον έλεγχο της ακεραιότητας. Περισσότερες πληροφορίες για το πως να επιλύσετε πρόβλημα μπορείτε να βρείτε στην <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">τεκμηρίωση</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">Λίστα από μη έγκυρα αρχεία…</a> / <a href=\"{rescanEndpoint}\">Σάρωση ξανά…</a>)",
+ "The PHP OPcache module is not loaded. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance it is recommended</a> to load it into your PHP installation." : "Το πρόσθετο PHP OPcache δεν έχει φορτωθεί. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Για καλύτερη απόδοση προτείνεται</a> η φόρτωση και την εγκατάσταση της PHP.",
+ "The PHP OPcache is not properly configured. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance it is recommended</a> to use the following settings in the <code>php.ini</code>:" : "H PHP OPcache δεν είναι σωστά ρυθμισμένη. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\"> Για καλύτερη απόδοση προτείνεται</a>να χρησιμοποιήσετε τις εξής ρυθμίσεις στο <code>php.ini</code>:",
+ "Some columns in the database are missing a conversion to big int. Due to the fact that changing column types on big tables could take some time they were not changed automatically. By running 'occ db:convert-filecache-bigint' those pending changes could be applied manually. This operation needs to be made while the instance is offline. For further details read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "Κάποιες καταχωρήσεις στη βάση δεδομένων χρειάζονται μετατροπή σε bigint. Λόγω του αρκετού χρόνου που απαιτείται δεν έγινε αυτόματα. Εκτελώντας την εντολή \"occ db:convert-filecache-bigint\" οι αλλαγές θα πραγματοποιηθούν χειροκίνητα. Η εργασία χρειάζεται να εκτελεστεί με τις υπηρεσίες εκτός λειτουργίας. Για περισσότερες λεπτομέρειες δείτε <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">την τεκμηρίωση σχετικά</a>.",
+ "To migrate to another database use the command line tool: 'occ db:convert-type', or see the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation ↗</a>." : "Για την μεταφορά σε άλλη βάση δεδομένων χρησιμοποιήστε στην γραμμή εντολών 'occ db:convert-type', ή δείτε <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">τεκμηρίωση ↗</a>.",
+ "Use of the the built in php mailer is no longer supported. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Please update your email server settings ↗<a/>." : "Δεν υποστηρίζεται πλέον η αλληλογραφία php. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Παρακαλώ ενημερώστε τον διακομιστή αλληλογραφίας σας ↗<a/>.",
+ "MySQL is used as database but does not support 4-byte characters. To be able to handle 4-byte characters (like emojis) without issues in filenames or comments for example it is recommended to enable the 4-byte support in MySQL. For further details read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "Χρησιμοποιείται η βάση δεδομένων MySQL αλλά δεν υποστηρίζει 4-byte χαρακτήρες. Για την διαχέιριση χαρακτήρων 4-byte (όπως emojis) χωρίς προβλήματα στα ονόματ αρχείων ή σχολίων για παράδειγμα, προτείνεται η ενεργοποίηση της υποστήριξης 4-byte της MySQL. Για περισσότερες λεπτομέρειες δείτε <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">την σχετική τεκμηρίωση</a>.",
+ "You are accessing your instance over a secure connection, however your instance is generating insecure URLs. This most likely means that you are behind a reverse proxy and the overwrite config variables are not set correctly. Please read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "Πραγματοποιείτε πρόσβαση μέσω ασφαλούς σύνδεσης, ωστόσο η σύνδεσή σας δημιουργεί μη ασφαλείς διευθύνσεις URL. Αυτό πιθανότατα σημαίνει ότι βρίσκεστε πίσω από έναν αντίστροφο διακομιστή μεσολάβησης και ότι οι μεταβλητές config overwrite δεν έχουν ρυθμιστεί σωστά. Διαβάστε τη <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\"> σελίδα τεκμηρίωσης γι 'αυτό</a>.",
+ "The \"{header}\" HTTP header is not set to \"{val1}\", \"{val2}\", \"{val3}\", \"{val4}\" or \"{val5}\". This can leak referer information. See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{link}\">W3C Recommendation ↗</a>." : "Η \"{header}\" HTTP επικεφαλίδα δεν ρυθμίστικε σε \"{val1}\", \"{val2}\", \"{val3}\", \"{val4}\" ή \"{val5}\". Αυτό μπορεί να διαρρεύσει πληροφορίες. Δείτε το <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{link}\">W3C Προτεινόμενα↗</a>.",
+ "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the <a href=\"{docUrl}\" rel=\"noreferrer noopener\">security tips ↗</a>." : "Η \"Strict-Transport-Security\" κεφαλίδα HTTP δεν έχει ρυθμιστεί για τουλάχιστον \"{seconds}\" δευτερόλεπτα. Για αυξημένη ασφάλεια συστήνουμε την ενεργοποίηση του HSTS όπως περιγράφεται στις <a href=\"{docUrl}\" rel=\"noreferrer noopener\">συμβουλές ασφαλείας ↗</a>.",
+ "Accessing site insecurely via HTTP. You are strongly advised to set up your server to require HTTPS instead, as described in the <a href=\"{docUrl}\">security tips ↗</a>." : "Εισέρχεστε στον ιστότοπο μέσω HTTP. Προτείνουμε να ρυθμίσετε τον διακομιστή σας, να απαιτεί τη χρήση HTTPS όπως περιγράφεται στις <a href=\"{docUrl}\">συμβουλές ασφαλείας ↗</a>.",
+ "Continue to Nextcloud" : "Συνέχεια στον Nextcloud",
+ "_The update was successful. Redirecting you to Nextcloud in %n second._::_The update was successful. Redirecting you to Nextcloud in %n seconds._" : ["Επιτυχημένη ενημέρωση. Θα γίνει ανακατεύθυνση στο Nextcloud σε %n δευτερόλεπτο.","Επιτυχημένη ενημέρωση. Θα γίνει ανακατεύθυνση στο Nextcloud σε %n δευτερόλεπτα."],
+ "Searching other places" : "Αναζήτηση σε άλλα σημεία",
+ "No search results in other folders for {tag}{filter}{endtag}" : "Κανένα αποτέλεσμα αναζήτησης σε άλλους φακέλους για {tag}{filter}{endtag}",
+ "_{count} search result in another folder_::_{count} search results in other folders_" : ["{count} αποτέλεσμα αναζήτησης σε άλλο φάκελο","{count} αποτελέσματα αναζήτησης σε άλλους φακέλους"],
+ "A password reset message has been sent to the e-mail address of this account. If you do not receive it, check your spam/junk folders or ask your local administrator for help." : "Ένα μύνημα επαναφοράς κωδικού απεστάλει στο e-mail σας. Εάν δεν το λάβατε, ελέγξτε τα ανεπιθύμητα/διεγραμένα σας ή ζητήστε βοήθεια απο τον διαχειριστή.",
+ "Password can not be changed. Please contact your administrator." : "Το συνθηματικό σας δεν μπορεί να αλλάξει. Παρακαλώ επικοινωνήστε με το διαχειριστή.",
+ "Could not fetch list of apps from the app store." : "Δεν μπορεί να ληφθεί η λίστα εφαρμογών από την αγορά εφαρμογών.",
+ "Nextcloud {app}" : "Nextcloud {app}",
+ "Can't install this app because it is not compatible" : "Η εφαρμογή δεν μπορεί να εγκατασταθεί, δεν είναι συμβατή",
+ "Can't install this app" : "Η εφαρμογή δεν μπορεί να εγκατασταθεί",
+ "These apps will be updated:" : "Αυτές οι εφαρμογές θα ενημερωθούν:",
+ "For more details see the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Για περισσότερες λεπτομέρειες δείτε την <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">τεκμηρίωση</a>."
},
"nplurals=2; plural=(n != 1);");
diff --git a/core/l10n/el.json b/core/l10n/el.json
index ef83d818fd3..7d8b4cf4c6a 100644
--- a/core/l10n/el.json
+++ b/core/l10n/el.json
@@ -13,6 +13,7 @@
"No valid crop data provided" : "Έχουν δοθεί μη έγκυρα δεδομένα περικοπής",
"Crop is not square" : "Η περικοπή δεν έχει τετράγωνο σχήμα",
"State token does not match" : "Το αναγνωριστικό κατάστασης δεν ταιριάζει",
+ "Invalid app password" : "Λανθασμένο συνθηματικό εφαρμογής",
"Could not complete login" : "Αδυναμία ολοκλήρωσης σύνδεσης",
"Your login token is invalid or has expired" : "Το αναγνωριστικό σύνδεσής σας δεν είναι έγκυρο ή έχει λήξει",
"Password reset is disabled" : "Η επαναφορά συνθηματικού είναι απενεργοποιημένη",
@@ -26,6 +27,8 @@
"Nextcloud Server" : "Διακομιστής Nextcloud",
"Some of your link shares have been removed" : "Μερικοί από τους κοινόχρηστους συνδέσμους σας έχουν καταργηθεί",
"Due to a security bug we had to remove some of your link shares. Please see the link for more information." : "Λόγω σφάλματος στην ασφάλεια έπρεπε να αφαιρέσουμε κοινόχρηστους συνδέσμους σας. Παρακαλούμε δείτε τον παρακάτω σύνδεσμο για πληροφορίες.",
+ "The user limit of this instance is reached." : "Το όριο χρήστη αυτής της περίπτωσης έχει επιτευχθεί.",
+ "Enter your subscription key to increase the user limit. For more information about Nextcloud Enterprise see our website." : "Εισάγετε το κλειδί συνδρομής σας για να αυξήσετε το όριο χρήστη. Για περισσότερες πληροφορίες σχετικά με το Nextcloud Enterprise, ανατρέξτε στον ιστότοπό μας.",
"Preparing update" : "Προετοιμασία ενημέρωσης",
"[%d / %d]: %s" : "[%d / %d]: %s",
"Repair step:" : "Βήμα επισκευής:",
@@ -39,76 +42,45 @@
"Maintenance mode is kept active" : "Η λειτουργία συντήρησης διατηρήθηκε ενεργή",
"Updating database schema" : "Ενημέρωση διάταξης βάσης δεδομένων",
"Updated database" : "Ενημερωμένη βάση δεδομένων",
- "Checking whether the database schema can be updated (this can take a long time depending on the database size)" : "Έλεγχος αν η διάταξη της βάσης δεδομένων μπορεί να ενημερωθεί (αυτό μπορεί να πάρει αρκετή ώρα ανάλογα με το μέγεθος της βάσης δεδομένων)",
- "Checked database schema update" : "Έλεγχος ενημέρωσης διάταξης βάσης δεδομένων",
- "Checking updates of apps" : "Έλεγχος ενημερώσεων εφαρμογών",
- "Checking for update of app \"%s\" in appstore" : "Έλεγχος για ενημέρωση της εφαρμογής \"%s\" στο appstore",
- "Update app \"%s\" from appstore" : "Ενημέρωση εφαρμογής \"%s\" από το appstore",
- "Checked for update of app \"%s\" in appstore" : "Ελέχθη η ενημέρωση της εφαρμογής \"%s\" στο appstore",
"Checking whether the database schema for %s can be updated (this can take a long time depending on the database size)" : "Έλεγχος αν η διάταξη της βάσης δεδομένων για %s μπορεί να ενημερωθεί (αυτό μπορεί να πάρει αρκετή ώρα ανάλογα με το μέγεθος της βάσης δεδομένων)",
- "Checked database schema update for apps" : "Ελέχθη η ενημέρωση διάταξης βάσης δεδομένων για εφαρμογές",
"Updated \"%1$s\" to %2$s" : "Ενημερώθηκαν \"%1$s\" σε %2$s",
"Set log level to debug" : "Ορισμός επιπέδου ιστορικού σε αποσφαλμάτωση",
"Reset log level" : "Επαναφορά επιπέδου ιστορικού",
"Starting code integrity check" : "Εκκίνηση ελέγχου ακεραιότητας του κώδικα",
"Finished code integrity check" : "Ολοκληρώθηκε ο έλεγχος ακεραιότητας του κώδικα",
"%s (incompatible)" : "%s (ασύμβατη)",
- "Following apps have been disabled: %s" : "Οι ακόλουθες εφαρμογές έχουν απενεργοποιηθεί: %s",
+ "The following apps have been disabled: %s" : "Οι ακόλουθες εφαρμογές έχουν απενεργοποιηθεί: %s",
"Already up to date" : "Ενημερωμένο ήδη",
"Your web server is not yet properly set up to allow file synchronization, because the WebDAV interface seems to be broken." : "Ο διακομιστής σας δεν έχει ρυθμιστεί ακόμη κατάλληλα ώστε να επιτρέπει τον συγχρονισμό αρχείων, διότι η διεπαφή WebDAV φαίνεται να μη λειτουργεί.",
- "Your web server is not properly set up to resolve \"{url}\". Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Ο διακομιστής σας δεν έχει ρυθμιστεί κατάλληλα ώστε να επιλύει το \"{url}\". Περισσότερες πληροφορίες μπορείτε να βρείτε στην <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">τεκμηρίωση </a>.",
- "Your web server is not properly set up to resolve \"{url}\". This is most likely related to a web server configuration that was not updated to deliver this folder directly. Please compare your configuration against the shipped rewrite rules in \".htaccess\" for Apache or the provided one in the documentation for Nginx at it's <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation page</a>. On Nginx those are typically the lines starting with \"location ~\" that need an update." : "Ο διακομιστής σας δεν έχει ρυθμιστεί κατάλληλα ώστε να επιλύει το \"{url}\". Αυτό πιθανόν οφείλεται στις ρυθμίσεις του διακομιστή για άμεση παράδοση φακέλων. Παρακαλώ συγκρίνεται τις ρυθμίσεις σας με τις προθυθμισμένες του Apache στο αρχείο \".htaccess\" ή την τεκμηρίωση του Nginx <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">σελίδα εγχειριδίου</a>. Στον Nginx οι γραμμές που χρειάζονται ενημέρωση τυπικά αρχίζουν με \"location ~\".",
- "Your web server is not properly set up to deliver .woff2 files. This is typically an issue with the Nginx configuration. For Nextcloud 15 it needs an adjustement to also deliver .woff2 files. Compare your Nginx configuration to the recommended configuration in our <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Ο διακομιστής σας δεν έχει ρυθμιστεί κατάλληλα ώστε να παραδώσει τα αρχεία .woff2. Αυτό είναι ένα τυπικό πρόβλημα διαμόρφωσης του Nginx. Για το Nextcloud 15 χρειάζεται ρύθμιση ώστε να μπορεί να παραδίδει και .woff2 αρχεία. Συγκρίνεται την διαμόρφωση του Nginx με την προτεινόμενη διαμόρφωση της <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">τεκμηρίωσή μας</a>.",
"PHP does not seem to be setup properly to query system environment variables. The test with getenv(\"PATH\") only returns an empty response." : "H PHP δεν φαίνεται να έχει διαμορφωθεί σωστά για ερωτήματα σε μεταβλητές περιβάλλοντος του συστήματος. Η δοκιμή με την εντολή getenv(\"PATH\") επιστρέφει μια κενή απάντηση.",
- "Please check the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">installation documentation ↗</a> for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "Παρακαλούμε ελέγξτε την <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">τεκμηρίωση εγκατάστασης</a> για σημειώσεις περί της διαμόρφωση της PHP και την διαμόρφωση της PHP στον δικό σας διακομιστή, ειδικότερα εάν χρησιμοποιείται php-fpm.",
"The read-only config has been enabled. This prevents setting some configurations via the web-interface. Furthermore, the file needs to be made writable manually for every update." : "Η ρύθμιση \"μόνο για ανάγνωση\" έχει ενεργοποιηθεί. Αυτό εμποδίζει τον καθορισμό ρυθμίσεων διαμόρφωσης μέσω της διεπαφής ιστού (web-interface). Επιπλέον, το αρχείο πρέπει να γίνει εγγράψιμο χειροκίνητα για κάθε ενημέρωση.",
"Your database does not run with \"READ COMMITTED\" transaction isolation level. This can cause problems when multiple actions are executed in parallel." : "Η βάση δεδομένων σας δεν εκτελείται με επίπεδο απομόνωσης συναλλαγών \"READ COMMITTED\". Αυτό μπορεί να προκαλέσει προβλήματα όταν εκτελούνται παράλληλα πολλαπλές ενέργειες.",
"The PHP module \"fileinfo\" is missing. It is strongly recommended to enable this module to get the best results with MIME type detection." : "Η PHP μονάδα (module) \"fileinfo\" λείπει. Σας συνιστούμε ιδιαίτερα να ενεργοποιήσετε αυτή την μονάχα για να έχετε τα καλύτερα αποτελέσματα σχετικά με τον εντοπισμό τύπο MIME.",
- "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems. See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation ↗</a> for more information." : "Το κλείδωμα αρχείων συναλλαγών είναι απενεργοποιημένο, αυτό μπορεί να οδηγήσει σε προβλήματα \"συνθηκών ανταγωνισμού\" (race conditions). Ενεργοποιήστε το \"filelocking.enabled\" στο αρχείο config.php ώστε να αποφύγετε αυτά τα προβλήματα. Δείτε την <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">τεκμηρίωση</a> για περισσότερες πληροφορίες.",
"If your installation is not installed at the root of the domain and uses system cron, there can be issues with the URL generation. To avoid these problems, please set the \"overwrite.cli.url\" option in your config.php file to the webroot path of your installation (suggestion: \"{suggestedOverwriteCliURL}\")" : "Εάν η εγκατάσταση σας δεν έχει γίνει στην ρίζα (root) του τομέα και χρησιμοποιεί το σύστημα cron, ενδέχεται να προκύψουν προβλήματα με την διαμόρφωση διεύθυνσης URL. Για να αποφύγετε αυτά τα προβλήματα, παρακαλούμε ορίστε την επιλογή \"overwrite.cli.url\" στο αρχείο διαμόρφωσης confing.php που βρίσκεται στη διαδρομή webroot της εγκατάστασης σας ( πρόταση: \"{suggestedOverwriteCliURL}\" ).",
+ "Your installation has no default phone region set. This is required to validate phone numbers in the profile settings without a country code. To allow numbers without a country code, please add \"default_phone_region\" with the respective {linkstart}ISO 3166-1 code ↗{linkend} of the region to your config file." : "Η εγκατάστασή σας δεν έχει ορισμένη προεπιλεγμένη περιοχή τηλεφώνου. Αυτό απαιτείται για την επικύρωση αριθμών τηλεφώνου στις ρυθμίσεις προφίλ χωρίς κωδικό χώρας. Για να επιτρέψετε αριθμούς χωρίς κωδικό χώρας, προσθέστε το \"default_phone_region\" με τον αντίστοιχο {linkstart} κωδικό ISO 3166-1 ↗ {linkend} της περιοχής στο αρχείο διαμόρφωσης.",
"It was not possible to execute the cron job via CLI. The following technical errors have appeared:" : "Δεν ήταν δυνατή η εκτέλεση της cron job μέσω τερματικού (CLI). Εμφανίστηκαν τα παρακάτω τεχνικά σφάλματα:",
- "Last background job execution ran {relativeTime}. Something seems wrong." : "Τελευταία εκτέλεση cron job: {relativeTime}. Κάτι πήγε στραβά.",
- "Check the background job settings" : "Ελέγξτε τις ρυθμίσεις των εργασιών του παρασκηνίου",
"This server has no working Internet connection: Multiple endpoints could not be reached. This means that some of the features like mounting external storage, notifications about updates or installation of third-party apps will not work. Accessing files remotely and sending of notification emails might not work, either. Establish a connection from this server to the Internet to enjoy all features." : "Αυτός ο διακομιστής δεν έχει ενεργή σύνδεση στο διαδίκτυο. Δεν ήταν δυνατή η πρόσβαση σε πολλά τελικά σημεία. Αυτό σημαίνει πως κάποιες λειτουργίες/υπηρεσίες όπως η σύνδεση με εξωτερικούς χώρους αποθήκευσης, ειδοποιήσεις σχετικά με ενημερώσεις ή η εγκατάσταση εφαρμογών από τρίτους δεν θα λειτουργούν. Η απομακρυσμένη πρόσβαση στα αρχεία και η αποστολή ειδοποιήσεων ηλεκτρονικού ταχυδρομείου ενδέχεται να μη λειτουργούν. Σας προτείνουμε να ενεργοποιήσετε την πρόσβαση στο διαδίκτυο για τον συγκεκριμένο διακομιστή για να μπορείτε να χρησιμοποιήσετε και να απολαύσετε όλα τα χαρακτηριστικά και τις υπηρεσίες.",
- "No memory cache has been configured. To enhance performance, please configure a memcache, if available. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Δεν υπάρχει ρύθμιση/διαμόρφωση προσωρινής μνήμης. Για να βελτιώσετε την απόδοση, παρακαλούμε να διαμορφώσετε αν είναι διαθέσιμο ένα \"memcache\". Περισσότερες πληροφορίες μπορείτε να βρείτε στην <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">τεκμηρίωση</a>.",
- "No suitable source for randomness found by PHP which is highly discouraged for security reasons. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Δεν υπάρχει κατάλληλη πηγή τυχαίων στοιχείων για την PHP, το οποίο δεν προτείνεται ιδιαίτερα για λόγους ασφαλείας. Περισσότερερς πληροφορίες μπορείτε να βρέιτε στο <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">τεκμηρίωση</a>.",
- "You are currently running PHP {version}. Upgrade your PHP version to take advantage of <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">performance and security updates provided by the PHP Group</a> as soon as your distribution supports it." : "Έχετε εγκατεστημένη την PHP {version}. Μόλις το υποστηρίξει η διανομή σας, αναβαθμίστε την έκδοση της PHP για να επωφεληθείτε από τις ενημερώσεις στην <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">απόδοση και την ασφάλεια που παρέχονται από την ομάδα της PHP</a>.",
- "Nextcloud 19 is the last release supporting PHP 7.2. Nextcloud 20 requires at least PHP 7.3." : "Το Nextcloud 19 είναι η τελευταία έκδοση με υποστήριξη PHP 7.2. Το Nextcloud 20 απαιτεί τουλάχιστον PHP 7.3.",
- "The reverse proxy header configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If not, this is a security issue and can allow an attacker to spoof their IP address as visible to the Nextcloud. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Η διαμόρφωση των reverse proxy headers είναι εσφαλμένη, ή έχετε πρόσβαση στο Nextcloud από έναν αξιόπιστο/έμπιστο διαμεσολαβητή. Εάν όχι, αυτό είναι ένα ζήτημα ασφάλειας και μπορεί να επιτρέψει σε έναν κακόβουλο χρήστη να ξεγελάσει την διεύθυνση IP του ως ορατή στο Nextcloud. Περισσότερες πληροφορίες μπορείτε να βρείτε στην <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">τεκμηρίωση</a>.",
- "Memcached is configured as distributed cache, but the wrong PHP module \"memcache\" is installed. \\OC\\Memcache\\Memcached only supports \"memcached\" and not \"memcache\". See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">memcached wiki about both modules</a>." : "Το Memcached είναι ρυθμισμένο ως κατανεμημένη λανθάνουσα μνήμη, αλλά είναι εγκατεστημένο το λάθος πρόσθετο \"memcache\" της PHP. \\OC\\Memcache\\Memcached υποστηρίζετε μόνο το \"memcached\" και όχι το \"memcache\". Δείτε στο <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">memcached wiki σχετικά με τα δύο πρόσθετα</a>.",
- "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">List of invalid files…</a> / <a href=\"{rescanEndpoint}\">Rescan…</a>)" : "Μερικά αρχεία δεν πέρασαν από τον έλεγχο της ακεραιότητας. Περισσότερες πληροφορίες για το πως να επιλύσετε πρόβλημα μπορείτε να βρείτε στην <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">τεκμηρίωση</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">Λίστα από μη έγκυρα αρχεία…</a> / <a href=\"{rescanEndpoint}\">Σάρωση ξανά…</a>)",
- "The PHP OPcache module is not loaded. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance it is recommended</a> to load it into your PHP installation." : "Το πρόσθετο PHP OPcache δεν έχει φορτωθεί. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Για καλύτερη απόδοση προτείνεται</a> η φόρτωση και την εγκατάσταση της PHP.",
- "The PHP OPcache is not properly configured. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance it is recommended</a> to use the following settings in the <code>php.ini</code>:" : "H PHP OPcache δεν είναι σωστά ρυθμισμένη. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\"> Για καλύτερη απόδοση προτείνεται</a>να χρησιμοποιήσετε τις εξής ρυθμίσεις στο <code>php.ini</code>:",
+ "Nextcloud 20 is the last release supporting PHP 7.2. Nextcloud 21 requires at least PHP 7.3." : "Το Nextcloud 20 είναι η τελευταία έκδοση που υποστηρίζει PHP 7.2. Το Nextcloud 21 απαιτεί τουλάχιστον PHP 7.3.",
"The PHP function \"set_time_limit\" is not available. This could result in scripts being halted mid-execution, breaking your installation. Enabling this function is strongly recommended." : "Μη διαθέσιμη λειτουργία της PHP \"set_time_limit\". Μπορεί να διακοπεί η εκτέλεση διαφόρων scripts με αποτέλεσμα διακοπή της εγκατάστασης. Συνιστούμε ενεργοποίηση της λειτουργίας.",
"Your PHP does not have FreeType support, resulting in breakage of profile pictures and the settings interface." : "Η PHP δεν έχει υποστήριξη FreεType, με αποτέλεσμα τα σφάλματα στην εικόνα προφίλ και στις ρυθμίσεις διεπαφής χρήστη.",
"Missing index \"{indexName}\" in table \"{tableName}\"." : "Αγνοείται η ένδειξη \"{Όνομα_ένδειξης}\" στην επιφάνεια \"{Όνομα επιφάνειας}\".",
"The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "Κάποιες καταχωρήσεις απουσιάζουν από την βάση δεδομένων. Χρειάζεται αρκετός χρόνος για την καταχώρηση αυτών που εισήχθαν αυτόματα. Εκτελώντας την εντολή \"occ db:add-missing-indices\" μπορείτε να εισάγεται χειροκίνητα καθώς η διεργασία εκτελείτε. Μόλις οι ελήψεις εισαχθούν συνήθως είναι ποιό γρήγορα.",
+ "Missing primary key on table \"{tableName}\"." : "Λείπει το κύριο κλειδί στον πίνακα \"{ΌνομαΠίνακα}\".",
+ "The database is missing some primary keys. Due to the fact that adding primary keys on big tables could take some time they were not added automatically. By running \"occ db:add-missing-primary-keys\" those missing primary keys could be added manually while the instance keeps running." : "Λείπουν ορισμένα βασικά κλειδιά στη βάση δεδομένων. Λόγω του γεγονότος ότι η προσθήκη πρωτευόντων κλειδιών σε μεγάλους πίνακες μπορεί να διαρκέσει λίγη ώρα, δεν προστέθηκαν αυτόματα. Εκτελώντας το \"occ db: add-lost-primary-keys\" αυτά τα πρωτεύοντα κλειδιά που λείπουν θα μπορούσαν να προστεθούν χειροκίνητα ενώ η περίπτωση συνεχίζει να εκτελείται.",
+ "Missing optional column \"{columnName}\" in table \"{tableName}\"." : "Δεν υπάρχει η προαιρετική στήλη \"{columnName}\" στον πίνακα \"{tableName}\".",
+ "The database is missing some optional columns. Due to the fact that adding columns on big tables could take some time they were not added automatically when they can be optional. By running \"occ db:add-missing-columns\" those missing columns could be added manually while the instance keeps running. Once the columns are added some features might improve responsiveness or usability." : "Από την βάση δεδομένων λείπουν ορισμένες προαιρετικές στήλες. Λόγω του γεγονότος ότι η προσθήκη στηλών σε μεγάλους πίνακες θα χρειαστεί χρόνος, δεν προστέθηκαν αυτόματα τα προαιρετικά. Με την εκτέλεση του \"occ db: add-missing-columns\", αυτές οι στήλες που λείπουν θα μπορούσαν να προστεθούν με το χέρι ενώ η βάση είναι σε λειτουργία. Μόλις προστεθούν οι στήλες, ορισμένα χαρακτηριστικά ενδέχεται να βελτιώσουν την ανταπόκριση ή τη χρηστικότητα.",
"This instance is missing some recommended PHP modules. For improved performance and better compatibility it is highly recommended to install them." : "Σε αυτή την εγκατάσταση απουσιάζουν προτεινόμενα PHP πρόσθετα. Για καλύτερες επιδόσεις και συμβατότητα πρτείνεται η εγκατάστασή τους.",
- "Some columns in the database are missing a conversion to big int. Due to the fact that changing column types on big tables could take some time they were not changed automatically. By running 'occ db:convert-filecache-bigint' those pending changes could be applied manually. This operation needs to be made while the instance is offline. For further details read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "Κάποιες καταχωρήσεις στη βάση δεδομένων χρειάζονται μετατροπή σε bigint. Λόγω του αρκετού χρόνου που απαιτείται δεν έγινε αυτόματα. Εκτελώντας την εντολή \"occ db:convert-filecache-bigint\" οι αλλαγές θα πραγματοποιηθούν χειροκίνητα. Η εργασία χρειάζεται να εκτελεστεί με τις υπηρεσίες εκτός λειτουργίας. Για περισσότερες λεπτομέρειες δείτε <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">την τεκμηρίωση σχετικά</a>.",
+ "Module php-imagick in this instance has no SVG support. For better compatibility it is recommended to install it." : "Η ενότητα php-imagick σε αυτήν την περίπτωση δεν έχει υποστήριξη SVG. Για καλύτερη συμβατότητα, συνιστάται να το εγκαταστήσετε.",
"SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend." : "Η SQLLite χρησιμοποιείται ως βάση δεδομένων για το backend. Για μεγαλύτερες εγκαταστάσεις προτείνουμε την αλλαγή σε διαφορετική βάση δεδομένων.",
"This is particularly recommended when using the desktop client for file synchronisation." : "Συνιστάται ιδιαίτερα όταν χρησιμοποιείται για συγχρονισμό το λογισμικό υπολογιστή.",
- "To migrate to another database use the command line tool: 'occ db:convert-type', or see the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation ↗</a>." : "Για την μεταφορά σε άλλη βάση δεδομένων χρησιμοποιήστε στην γραμμή εντολών 'occ db:convert-type', ή δείτε <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">τεκμηρίωση ↗</a>.",
- "Use of the the built in php mailer is no longer supported. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Please update your email server settings ↗<a/>." : "Δεν υποστηρίζεται πλέον η αλληλογραφία php. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Παρακαλώ ενημερώστε τον διακομιστή αλληλογραφίας σας ↗<a/>.",
"The PHP memory limit is below the recommended value of 512MB." : "Το όριο μνήμης της PHP είναι κάτω της προτεινόμενης 512 ΜΒ.",
"Some app directories are owned by a different user than the web server one. This may be the case if apps have been installed manually. Check the permissions of the following app directories:" : "Ορισμένοι κατάλογοι εφαρμογών ανήκουν σε διαφορετικό χρήστη από αυτόν του διακομιστή ιστού. Αυτό μπορεί να συμβεί αν οι εφαρμογές έχουν εγκατασταθεί με μη αυτόματο τρόπο. Ελέγξτε τα δικαιώματα των ακόλουθων καταλόγων εφαρμογών:",
- "MySQL is used as database but does not support 4-byte characters. To be able to handle 4-byte characters (like emojis) without issues in filenames or comments for example it is recommended to enable the 4-byte support in MySQL. For further details read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "Χρησιμοποιείται η βάση δεδομένων MySQL αλλά δεν υποστηρίζει 4-byte χαρακτήρες. Για την διαχέιριση χαρακτήρων 4-byte (όπως emojis) χωρίς προβλήματα στα ονόματ αρχείων ή σχολίων για παράδειγμα, προτείνεται η ενεργοποίηση της υποστήριξης 4-byte της MySQL. Για περισσότερες λεπτομέρειες δείτε <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">την σχετική τεκμηρίωση</a>.",
"This instance uses an S3 based object store as primary storage. The uploaded files are stored temporarily on the server and thus it is recommended to have 50 GB of free space available in the temp directory of PHP. Check the logs for full details about the path and the available space. To improve this please change the temporary directory in the php.ini or make more space available in that path." : "Η υπηρεσία χρησιμοποιεί ως κύριο τρόπο αποθήκευσης την S3 κατάσταση. Τα μεταφορτωμένα αρχεία αποθηκεύονται προσωρινά στον διακομιστή και επομένως συνιστάται να διατίθενται 50 GB ελεύθερου χώρου στον κατάλογο Temp της PHP. Ελέγξτε τα αρχεία καταγραφής για πλήρεις λεπτομέρειες σχετικά με τη διαδρομή και τον διαθέσιμο χώρο. Για να το βελτιώσετε, παρακαλούμε αλλάξτε τον προσωρινό κατάλογο στο php.ini ή διαθέστε περισσότερο χώρο σε αυτή τη διαδρομή.",
- "You are accessing your instance over a secure connection, however your instance is generating insecure URLs. This most likely means that you are behind a reverse proxy and the overwrite config variables are not set correctly. Please read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "Πραγματοποιείτε πρόσβαση μέσω ασφαλούς σύνδεσης, ωστόσο η σύνδεσή σας δημιουργεί μη ασφαλείς διευθύνσεις URL. Αυτό πιθανότατα σημαίνει ότι βρίσκεστε πίσω από έναν αντίστροφο διακομιστή μεσολάβησης και ότι οι μεταβλητές config overwrite δεν έχουν ρυθμιστεί σωστά. Διαβάστε τη <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\"> σελίδα τεκμηρίωσης γι 'αυτό</a>.",
"Error occurred while checking server setup" : "Παρουσιάστηκε σφάλμα κατά τον έλεγχο των ρυθμίσεων του διακομιστή σας",
"Your data directory and files are probably accessible from the Internet. The .htaccess file is not working. It is strongly recommended that you configure your web server so that the data directory is no longer accessible, or move the data directory outside the web server document root." : "Ο κατάλογος δεδομένων και τα αρχεία σας είναι πιθανόν προσβάσιμα από το διαδίκτυο. Το αρχείο .htaccess δεν λειτουργεί. Σας προτείνουμε να ρυθμίσετε το διακομιστή σας με τέτοιο τρόπο ώστε ο κατάλογος δεδομένων να μην είναι πλέον προσβάσιμος ή να μετακινήσετε τον κατάλογο δεδομένων εκτός του ριζικού καταλόγου εγγράφων του διακομιστή.",
"The \"{header}\" HTTP header is not set to \"{expected}\". This is a potential security or privacy risk, as it is recommended to adjust this setting accordingly." : "H HTTP επικεφαλίδα \"{header}\" δεν έχει ρυθμιστεί ως \"{expected}\". Αυτό αποτελεί κίνδυνο ασφάλειας ή ιδιωτικότητας και συστήνουμε τη προσαρμογή αυτής της ρύθμισης.",
"The \"{header}\" HTTP header is not set to \"{expected}\". Some features might not work correctly, as it is recommended to adjust this setting accordingly." : "H HTTP επικεφαλίδα \"{header}\" δεν έχει ρυθμιστεί ώς \"{expected}\". Κάποιες δυνατότητες ίσως να μην λειτουργούν σωστά. Αυτό αποτελεί κίνδυνο ασφάλειας ή ιδιωτικότητας και συστήνουμε τον έλεγχο ρυθμίσεων.",
"The \"{header}\" HTTP header doesn't contain \"{expected}\". This is a potential security or privacy risk, as it is recommended to adjust this setting accordingly." : "H \"{header}\" κεφαλίδα HTTP δεν περιέχει \"{expected}\". Αυτό αποτελεί κίνδυνο ασφάλειας ή ιδιωτικότητας και συστήνουμε τη προσαρμογή αυτής της ρύθμισης.",
- "The \"{header}\" HTTP header is not set to \"{val1}\", \"{val2}\", \"{val3}\", \"{val4}\" or \"{val5}\". This can leak referer information. See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{link}\">W3C Recommendation ↗</a>." : "Η \"{header}\" HTTP επικεφαλίδα δεν ρυθμίστικε σε \"{val1}\", \"{val2}\", \"{val3}\", \"{val4}\" ή \"{val5}\". Αυτό μπορεί να διαρρεύσει πληροφορίες. Δείτε το <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{link}\">W3C Προτεινόμενα↗</a>.",
- "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the <a href=\"{docUrl}\" rel=\"noreferrer noopener\">security tips ↗</a>." : "Η \"Strict-Transport-Security\" κεφαλίδα HTTP δεν έχει ρυθμιστεί για τουλάχιστον \"{seconds}\" δευτερόλεπτα. Για αυξημένη ασφάλεια συστήνουμε την ενεργοποίηση του HSTS όπως περιγράφεται στις <a href=\"{docUrl}\" rel=\"noreferrer noopener\">συμβουλές ασφαλείας ↗</a>.",
- "Accessing site insecurely via HTTP. You are strongly advised to set up your server to require HTTPS instead, as described in the <a href=\"{docUrl}\">security tips ↗</a>." : "Εισέρχεστε στον ιστότοπο μέσω HTTP. Προτείνουμε να ρυθμίσετε τον διακομιστή σας, να απαιτεί τη χρήση HTTPS όπως περιγράφεται στις <a href=\"{docUrl}\">συμβουλές ασφαλείας ↗</a>.",
- "Non-existing tag #{tag}" : "Μη υπάρχουσα ετικέτα #{tag}",
- "restricted" : "περιορισμένο",
- "invisible" : "αόρατο",
- "Delete" : "Διαγραφή",
- "Rename" : "Μετονομασία",
- "Collaborative tags" : "Συνεργατικές ετικέτες",
- "No tags found" : "Δεν βρέθηκαν ετικέτες",
"unknown text" : "άγνωστο κείμενο",
"Hello world!" : "Γεια σου κόσμε!",
"sunny" : "ηλιόλουστη",
@@ -123,27 +95,23 @@
"Please reload the page." : "Παρακαλούμε φορτώστε ξανά τη σελίδα.",
"The update was unsuccessful. For more information <a href=\"{url}\">check our forum post</a> covering this issue." : "Μη επιτυχημένη ενημέρωση. Για περισσότερες πληροφορίες <a href=\"{url}\">δείτε αυτή τη δημοσίευση στο forum</a> που καλύπτει αυτό το θέμα.",
"The update was unsuccessful. Please report this issue to the <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">Nextcloud community</a>." : "Μη επιτυχημένη ενημέρωση. Παρακαλούμε αναφέρετε αυτό το πρόβλημα στην <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">κοινότητα Nextcloud</a>.",
- "Continue to Nextcloud" : "Συνέχεια στον Nextcloud",
- "_The update was successful. Redirecting you to Nextcloud in %n second._::_The update was successful. Redirecting you to Nextcloud in %n seconds._" : ["Επιτυχημένη ενημέρωση. Θα γίνει ανακατεύθυνση στο Nextcloud σε %n δευτερόλεπτο.","Επιτυχημένη ενημέρωση. Θα γίνει ανακατεύθυνση στο Nextcloud σε %n δευτερόλεπτα."],
- "Searching other places" : "Αναζήτηση σε άλλα σημεία",
- "No search results in other folders for {tag}{filter}{endtag}" : "Κανένα αποτέλεσμα αναζήτησης σε άλλους φακέλους για {tag}{filter}{endtag}",
- "_{count} search result in another folder_::_{count} search results in other folders_" : ["{count} αποτέλεσμα αναζήτησης σε άλλο φάκελο","{count} αποτελέσματα αναζήτησης σε άλλους φακέλους"],
+ "Log in" : "Είσοδος",
+ "Logging in …" : "Σύνδεση …",
"Server side authentication failed!" : "Αποτυχημένη πιστοποίηση από πλευράς διακομιστή!",
"Please contact your administrator." : "Παρακαλούμε επικοινωνήστε με τον διαχειριστή.",
"An internal error occurred." : "Παρουσιάστηκε ένα εσωτερικό σφάλμα.",
"Please try again or contact your administrator." : "Παρακαλούμε δοκιμάστε ξανά ή επικοινωνήστε με τον διαχειριστή.",
"Username or email" : "Όνομα χρήστη ή email",
"Password" : "Συνθηματικό",
- "Log in" : "Είσοδος",
- "Logging in …" : "Σύνδεση …",
"Wrong username or password." : "Λάθος όνομα χρήστη ή κωδικού.",
"User disabled" : "Ο χρήστης απενεργοποιήθηκε",
"We have detected multiple invalid login attempts from your IP. Therefore your next login is throttled up to 30 seconds." : "Εντοπίστηκαν πολλές λανθασμένες προσπάθειες εισόδου από την ΙΡ σας. Η επόμενη προσπάθεια εισόδου σας μπορεί να γίνει σε 30 δεύτερα.",
+ "Your account is not setup for passwordless login." : "Ο λογαριασμός σας δεν έχει ρυθμιστεί για σύνδεση χωρίς κωδικό πρόσβασης.",
+ "Passwordless authentication is not supported in your browser." : "Η σύνδεση χωρίς κωδικό πρόσβασης δεν υποστηρίζεται από τον περιηγητή σας.",
+ "Passwordless authentication is only available over a secure connection." : "Η σύνδεση χωρίς κωδικό πρόσβασης υποστηρίζεται μόνο από ασφαλή σύνδεση.",
"Reset password" : "Επαναφορά συνθηματικού",
- "A password reset message has been sent to the e-mail address of this account. If you do not receive it, check your spam/junk folders or ask your local administrator for help." : "Ένα μύνημα επαναφοράς κωδικού απεστάλει στο e-mail σας. Εάν δεν το λάβατε, ελέγξτε τα ανεπιθύμητα/διεγραμένα σας ή ζητήστε βοήθεια απο τον διαχειριστή.",
"If it is not there ask your local administrator." : "Εάν δεν είναι εκεί ρωτήστε τον τοπικό διαχειριστή.",
"Couldn't send reset email. Please contact your administrator." : "Αδυναμία αποστολής ηλεκτρονικού μηνύματος επαναφοράς. Παρακαλώ επικοινωνήστε με το διαχειριστή.",
- "Password can not be changed. Please contact your administrator." : "Το συνθηματικό σας δεν μπορεί να αλλάξει. Παρακαλώ επικοινωνήστε με το διαχειριστή.",
"Back to login" : "Πίσω στην είσοδο",
"New password" : "Νέο συνθηματικό",
"Your files are encrypted. There will be no way to get your data back after your password is reset. If you are not sure what to do, please contact your administrator before you continue. Do you really want to continue?" : "Τα αρχεία σας είναι κρυπτογραφημένα. Δεν θα υπάρξει κανένας τρόπος για να έχετε πρόσβαση στα δεδομένα σας μετά την επαναφορά του συνθηματικού σας. Αν δεν είστε σίγουροι για το τι πρέπει να κάνετε, επικοινωνήστε με το διαχειριστή, πριν να συνεχίσετε. Θέλετε σίγουρα να συνεχίσετε;",
@@ -151,20 +119,28 @@
"Resetting password" : "Επαναφορά κωδικού",
"Recommended apps" : "Προτεινόμενες εφαρμογές",
"Loading apps …" : "Φόρτωση εφαρμογών …",
- "Could not fetch list of apps from the app store." : "Δεν μπορεί να ληφθεί η λίστα εφαρμογών από την αγορά εφαρμογών.",
"Installing apps …" : "Εγκατάσταση εφαρμογών …",
- "Nextcloud {app}" : "Nextcloud {app}",
"App download or installation failed" : "Η εγκατάσταση ή λήψη εφαρμογής απέτυχε",
- "Can't install this app because it is not compatible" : "Η εφαρμογή δεν μπορεί να εγκατασταθεί, δεν είναι συμβατή",
- "Can't install this app" : "Η εφαρμογή δεν μπορεί να εγκατασταθεί",
"Cancel" : "Ακύρωση",
"Schedule work & meetings, synced with all your devices." : "Προγραμματισμένες εργασίες & συνταντήσεις, συγχρονίζονται με όλες τις συσκευές σας.",
"Keep your colleagues and friends in one place without leaking their private info." : "Κρατήστε συνεργάτες και φίλους σε ένα μέρος χωρίς να κινδυνεύουν τα προσωπικά δεδομένα τους.",
"Simple email app nicely integrated with Files, Contacts and Calendar." : "Απλή εφαρμογή ηλ.ταχυδρομίου ενσωματώνοντας Αρχεία, Επαφές και Ημερολόγιο.",
"Chatting, video calls, screensharing, online meetings and web conferencing – in your browser and with mobile apps." : "Μηνύματα, κλήσεις βίντεο, κοινή χρήση οθόνης, συναντήσεις και τηλεδιασκέψεις - στον περιηγητή σας και με εφαρμογές κινητού.",
"Collaboratively edit office documents." : "Συνεργατική επεξεργασία εγγράφων.",
- "Local document editing back-end used by the OnlyOffice app." : "Επεξεργασία τοπικών εγγράφων με χρήση εφαρμογής OnlyOffice.",
+ "Local document editing back-end used by the Collabora Online app." : "Επεξεργασία τοπικών εγγράφων με χρήση εφαρμογής Collabora Online.",
"Forgot password?" : "Ξεχάσατε το συνθηματικό;",
+ "Log in with a device" : "Συνδεθείτε με συσκευή",
+ "Back" : "Πίσω",
+ "Reset search" : "Επαναφορά αναζήτησης",
+ "Search for {name} only" : "Αναζήτηση για {Όνομα} μόνο ",
+ "No results for {query}" : "Κανένα αποτέλεσμα για {query}",
+ "Start typing to search" : "Ξεκινήστε την πληκτρολόγηση για αναζήτηση",
+ "Loading more results …" : "Γίνεται φόρτωση περισσότερων αποτελεσμάτων …",
+ "Load more results" : "Φόρτωση περισσοτέρων αποτελεσμάτων",
+ "Search" : "Αναζήτηση",
+ "An error occurred while searching for {type}" : "Παρουσιάστηκε σφάλμα κατά την αναζήτηση για {πληκτρολογήστε}",
+ "_Please enter {minSearchLength} character or more to search_::_Please enter {minSearchLength} characters or more to search_" : ["Παρακαλούμε προσθέστε τουλάχιστον {minSearchLength}  χαρακτήρα ή περισσότερους για αναζήτηση.","Παρακαλούμε προσθέστε τουλάχιστον {minSearchLength}  χαρακτήρες ή περισσότερους για αναζήτηση."],
+ "Search {types} …" : "Αναζήτηση {types} …",
"Settings" : "Ρυθμίσεις",
"Could not load your contacts" : "Αδυναμία φόρτωσης των επαφών σας",
"Search contacts …" : "Αναζήτηση επαφών …",
@@ -232,6 +208,13 @@
"Strong password" : "Δυνατό συνθηματικό",
"No action available" : "Καμία διαθέσιμη ενέργεια",
"Error fetching contact actions" : "Σφάλμα κατά την λήψη ενεργειών της επαφής",
+ "Non-existing tag #{tag}" : "Μη υπάρχουσα ετικέτα #{tag}",
+ "restricted" : "περιορισμένο",
+ "invisible" : "αόρατο",
+ "Delete" : "Διαγραφή",
+ "Rename" : "Μετονομασία",
+ "Collaborative tags" : "Συνεργατικές ετικέτες",
+ "No tags found" : "Δεν βρέθηκαν ετικέτες",
"Personal" : "Προσωπικά",
"Users" : "Χρήστες",
"Apps" : "Εφαρμογές",
@@ -241,7 +224,10 @@
"File not found" : "Το αρχείο δεν βρέθηκε",
"The document could not be found on the server. Maybe the share was deleted or has expired?" : "Το έγγραφο δεν βρέθηκε στον διακομιστή. Ίσως διαγράφηκε η κοινή χρήση ή έληξε?",
"Back to %s" : "Πίσω στο %s",
+ "Too many requests" : "Πάρα πολλά αιτήματα",
+ "There were too many requests from your network. Retry later or contact your administrator if this is an error." : "Υπήρχαν πάρα πολλά αιτήματα από το δίκτυό σας. Δοκιμάστε ξανά αργότερα ή επικοινωνήστε με τον διαχειριστή σας εάν πρόκειται για σφάλμα.",
"Error" : "Σφάλμα",
+ "Previous" : "Προηγούμενος",
"Internal Server Error" : "Εσωτερικό Σφάλμα Διακομιστή",
"The server was unable to complete your request." : "Ο διακομιστής δεν μπορεί να ολοκληρώσει το αίτημα σας.",
"If this happens again, please send the technical details below to the server administrator." : "Εάν συμβεί ξανά, παρακαλώ στείλτε τεχνικές λεπτομέρειες στον διαχειριστή.",
@@ -278,7 +264,7 @@
"SQLite should only be used for minimal and development instances. For production we recommend a different database backend." : "Η SQLite πρέπει να χρησιμοποιείται μόνο για μικρές εγκαταστάσεις και εγκαταστάσεις για ανάπτυξη. Για παραγωγικά συστήματα συνιστούμε διαφορετική βάση δεδομένων.",
"If you use clients for file syncing, the use of SQLite is highly discouraged." : "Εάν χρησιμοποιείτε το λογισμικό υπολογιστή για συγχρονισμό, δεν συνίσταται η χρήση της SQLite.",
"Install recommended apps" : "Εγκατάσταση προτεινόμεων εφαρμογών",
- "Calendar, Contacts, Talk, Mail & OnlyOffice" : "Ημερολόγιο, Επαφές, Συνομιλία, Αλληλογραφία & OnlyOffice",
+ "Calendar, Contacts, Talk, Mail & Collaborative editing" : "Ημερολόγιο, Επαφές, Συνομιλία, Mail και Συνεργατική επεξεργασία",
"Finish setup" : "Ολοκλήρωση ρύθμισης",
"Finishing …" : "Ολοκλήρωση …",
"Need help?" : "Θέλετε βοήθεια;",
@@ -292,14 +278,13 @@
"More apps" : "Περισσότερες εφαρμογές",
"More" : "Περισσότερα",
"More apps menu" : "Περισσότερο μενού εφαρμογών",
- "Search" : "Αναζήτηση",
- "Reset search" : "Επαναφορά αναζήτησης",
"Contacts" : "Επαφές",
"Contacts menu" : "Μενού επαφών",
"Settings menu" : "Μενού ρυθμίσεων",
"Confirm your password" : "Επιβεβαίωση συνθηματικού",
"Connect to your account" : "Σύνδεση στον λογαριασμό σας",
"Please log in before granting %1$s access to your %2$s account." : "Παρακαλώ συνδεθείτε πρίν χορηγήσετε %1$s πρόσβαση στον λογαριασμό σας %2$s.",
+ "If you are not trying to set up a new device or app, someone is trying to trick you into granting them access to your data. In this case do not proceed and instead contact your system administrator." : "Εάν δεν προσπαθείτε να ρυθμίσετε μια νέα συσκευή ή εφαρμογή, κάποιος προσπαθεί να σας εξαπατήσει ώστε να του παραχωρήσετε πρόσβαση στα δεδομένα σας. Σε αυτήν την περίπτωση μην προχωρήσετε και επικοινωνήστε με τον διαχειριστή του συστήματός σας.",
"App token" : "Διακριτικό εφαρμογής",
"Grant access" : "Παροχή άδειας πρόσβασης",
"Alternative log in using app token" : "Εναλλακτική είσοδος με την χρήση του αναγνωριστικού της εφαρμογής",
@@ -327,7 +312,7 @@
"Further information how to configure this can be found in the %1$sdocumentation%2$s." : "Περισσότερες πληροφορίες για τη ρύθμιση υπάρχουν στην%1$sΤεκμηρίωση%2$s.",
"App update required" : "Απαιτείται ενημέρωση εφαρμογής",
"%1$s will be updated to version %2$s" : "%1$s θα ενημερωθεί στην έκδοση %2$s",
- "These apps will be updated:" : "Αυτές οι εφαρμογές θα ενημερωθούν:",
+ "The following apps will be updated:" : "Οι ακόλουθες εφαρμογές θα ενημερωθούν:",
"These incompatible apps will be disabled:" : "Αυτές οι μη συμβατές εφαρμογές θα απενεργοποιηθούν:",
"The theme %s has been disabled." : "Το θέμα %s έχει απενεργοποιηθεί.",
"Please make sure that the database, the config folder and the data folder have been backed up before proceeding." : "Παρακαλούμε βεβαιωθείτε ότι έχουν ληφθεί αντίγραφα ασφαλείας της βάσης δεδομένων, του φακέλου ρυθμίσεων και του φακέλου δεδομένων πριν προχωρήσετε.",
@@ -343,95 +328,49 @@
"This %s instance is currently in maintenance mode, which may take a while." : "Αυτή %s η εγκατάσταση είναι σε λειτουργία συντήρησης, η οποία μπορεί να διαρκέσει κάποιο χρόνο.",
"This page will refresh itself when the instance is available again." : "Η σελίδα θα ανανεωθεί αυτόματα όταν η υπηρεσία είναι διαθέσιμη ξανά.",
"Contact your system administrator if this message persists or appeared unexpectedly." : "Επικοινωνήστε με το διαχειριστή του συστήματος αν αυτό το μήνυμα συνεχίζει να εμφανίζεται ή εμφανίστηκε απρόσμενα.",
- "Could not send reset email because there is no email address for this username. Please contact your administrator." : "Αδυναμία αποστολής ηλεκτρονικού μηνύματος επαναφοράς διότι δεν υπάρχει διεύθυνση ηλεκτρινικής αλληλογραφίας για αυτόν τον χρήστη. Παρακαλώ επικοινωνήστε με το διαχειριστή.",
- "Couldn't send reset email. Please make sure your username is correct." : "Αδυναμία αποστολής ηλεκτρονικού μηνύματος επαναφοράς. Παρακαλώ ελέγξτε ότι το όνομα χρήστη σας είναι σωστό.",
- "We have send a password reset e-mail to the e-mail address known to us for this account. If you do not receive it within a reasonable amount of time, check your spam/junk folders.<br>If it is not there ask your local administrator." : "Ο σύνδεσμος για την επαναφορά του συνθηματικού σας απεστάλη στο ηλ. ταχυδρομείο σας. Εάν δεν το παραλάβετε μέσα σε ένα εύλογο χρονικό διάστημα, ελέγξτε το φάκελο ανεπιθύμητων μηνυμάτων σας. <br> Εάν δεν βρίσκεται εκεί ρωτήστε τον διαχειριστή σας.",
- "Your files are encrypted. There will be no way to get your data back after your password is reset.<br />If you are not sure what to do, please contact your administrator before you continue. <br />Do you really want to continue?" : "Τα αρχεία σας είναι κρυπτογραφημένα. Δεν θα υπάρξει κανένας τρόπος για να έχετε πρόσβαση στα δεδομένα σας μετά την επαναφορά του συνθηματικού σας. <br /> Αν δεν είστε σίγουροι για το τι πρέπει να κάνετε, επικοινωνήστε με το διαχειριστή, πριν να συνεχίσετε. <br /> Θέλετε να συνεχίσετε;",
- "Sending email …" : "Γίνεται αποστολή αλληλογραφίας …",
- "You are currently running PHP 5.6. The current major version of Nextcloud is the last that is supported on PHP 5.6. It is recommended to upgrade the PHP version to 7.0+ to be able to upgrade to Nextcloud 14." : "Έχετε εγκατεστημένη την PHP 5.6. Η τρέχουσα κύρια έκδοση του Nextcloud είναι η τελευταία που υποστηρίζεται από την PHP 5.6. Συνιστάται/απαιτείται η αναβάθμιση της έκδοσης της PHP σε 7.0+ ώστε να μπορέσετε να αναβαθμίσετε σε Nextcloud 14.",
- "Accessing site insecurely via HTTP. You are strongly adviced to set up your server to require HTTPS instead, as described in the <a href=\"{docUrl}\">security tips ↗</a>." : "Εισέρχεστε στον ιστότοπο μέσω HTTP. Προτείνουμε να ρυθμίσετε τον διακομιστή σας, να απαιτεί τη χρήση HTTPS όπως περιγράφεται στις <a href=\"{docUrl}\">συμβουλές ασφαλείας ↗</a>.",
- "Shared" : "Κοινόχρηστα",
- "Shared with" : "Διαμοιράστηκε με",
- "Shared by" : "Διαμοιράστηκε από",
- "Choose a password for the public link" : "Επιλέξτε συνθηματικό για τον δημόσιο σύνδεσμο",
- "Choose a password for the public link or press the \"Enter\" key" : "Επιλέξτε ένα συνθηματικό για την δημόσια διεύθυνση ή πατήστε το \"Enter\" πλήκτρο",
- "Copied!" : "Αντιγράφτηκε!",
- "Copy link" : "Αντιγραφή συνδέσμου",
- "Not supported!" : "Δεν υποστηρίζεται!",
- "Press ⌘-C to copy." : "Για αντιγραφή πατήστε ⌘-C.",
- "Press Ctrl-C to copy." : "Για αντιγραφή πατήστε Ctrl-C.",
- "Unable to create a link share" : "Αδυναμία δημιουργίας συνδέσμου κοινοποίησης",
- "Unable to toggle this option" : "Αδυναμία εναλλαγής αυτής της επιλογής",
- "Resharing is not allowed" : "Δεν επιτρέπεται να διαμοιραστεί ξανά",
- "Link" : "Σύνδεσμος",
- "Hide download" : "Απόκρυψη λήψης",
- "Password protection enforced" : "Επιβλήθηκε προστασία με κωδικό",
- "Password protect" : "Προστασία με συνθηματικό",
- "Allow editing" : "Επέτρεψε την επεξεργασία",
- "Email link to person" : "Αποστολή συνδέσμου με email",
- "Send" : "Αποστολή",
- "Allow upload and editing" : "Επέτρεψε την μεταφόρτωση και επεξεργασία",
- "Read only" : "Μόνο για ανάγνωση",
- "File drop (upload only)" : "Απόθεση αρχείου (μόνο μεταφόρτωση)",
- "Expiration date enforced" : "Επεβλήθη ημερομηνία λήξης",
- "Set expiration date" : "Ορισμός ημερομηνίας λήξης",
- "Expiration" : "Λήξη",
- "Expiration date" : "Ημερομηνία λήξης",
- "Note to recipient" : "Σημείωση προς τον παραλήπτη",
- "Unshare" : "Αναίρεση διαμοιρασμού",
- "Delete share link" : "Διαγραφή συνδέσμου κοινοποίησης",
- "Add another link" : "Προσθήκη άλλου συνδέσμου",
- "Password protection for links is mandatory" : "Η προστασία με συνθηματικό για συνδέσμους είναι υποχρεωτική",
- "Share to {name}" : "Διαμοιρασμός με {name}",
- "Share link" : "Διαμοιρασμός συνδέσμου",
- "New share link" : "Νέος κοινόχρηστος σύνδεσμος",
- "Created on {time}" : "Δημιουργήθηκε στις {time}",
- "Password protect by Talk" : "Προστασία με κωδικό από Talk",
- "Could not unshare" : "Δεν μπορεί να γίνει αναίρεση διαμοιρασμού",
- "Shared with you and the group {group} by {owner}" : "Διαμοιράστηκε με σας και με την ομάδα {group} του {owner}",
- "Shared with you and {circle} by {owner}" : "Διαμοιράστηκε με σας και τον {circle} από τον {owner}",
- "Shared with you and the conversation {conversation} by {owner}" : "Διαμοιράστηκε με σας και με τη συζήτηση {conversation} από {owner}",
- "Shared with you in a conversation by {owner}" : "Διαμοιράστηκε με σας από τον {owner}",
- "Shared with you by {owner}" : "Διαμοιράστηκε με σας από τον {owner}",
- "Choose a password for the mail share" : "Επιλογή συνθηματικού για διαμοιρασμό με αλληλογραφία",
- "group" : "ομάδα",
- "remote" : "απομακρυσμένα",
- "remote group" : "απομακρυσμένη ομάδα",
- "email" : "ηλεκτρονικό ταχυδρομείο",
- "conversation" : "συνομιλία",
- "shared by {sharer}" : "διαμοιράστηκε από {sharer}",
- "Can reshare" : "Δυνατότητα να διαμοιραστεί ξανά",
- "Can edit" : "Δυνατότητα επεξεργασίας",
- "Can create" : "Δυνατότητα δημιουργίας",
- "Can change" : "Δυνατότητα αλλαγής",
- "Can delete" : "Δυνατότητα διαγραφής",
- "Access control" : "Έλεγχος πρόσβασης",
- "{shareInitiatorDisplayName} shared via link" : "{shareInitiatorDisplayName} διαμοιράστηκε μέσω συνδέσμου",
- "Error while sharing" : "Σφάλμα κατά τον διαμοιρασμό",
- "Share details could not be loaded for this item." : "Αδυναμία φόρτωσης λεπτομερειών διαμοιρασμού για αυτό το αντικείμενο.",
- "Search globally" : "Γενική αναζήτηση",
- "_At least {count} character is needed for autocompletion_::_At least {count} characters are needed for autocompletion_" : ["Απαιτείται τουλάχιστο {count} χαρακτήρας για αυτόματη συμπλήρωση","Απαιτούνται τουλάχιστο {count} χαρακτήρες για αυτόματη συμπλήρωση"],
- "This list is maybe truncated - please refine your search term to see more results." : "Αυτή η λίστα ίσως να έχει περικοπεί - παρακαλούμε βελτιώσετε τους όρους αναζήτησης για περισσότερα αποτελέσματα.",
- "No users or groups found for {search}" : "Δεν βρέθηκαν χρήστες ή ομάδες για την αναζήτηση {search}",
- "No users found for {search}" : "Δεν βρέθηκαν χρήστες για την αναζήτηση {search}",
- "An error occurred (\"{message}\"). Please try again" : "Παρουσιάστηκε σφάλμα (\"{message}\"). Παρακαλούμε δοκιμάστε ξανά",
- "An error occurred. Please try again" : "Παρουσιάστηκε σφάλμα. Παρακαλώ δοκιμάστε αργότερα",
- "Home" : "Αρχική",
- "Work" : "Εργασία",
- "Other" : "Άλλο",
- "{sharee} (remote group)" : "{sharee} (remote group)",
- "{sharee} ({type}, {owner})" : "{sharee} ({type}, {owner})",
- "Share" : "Διαμοιρασμός",
- "Name or email address..." : "Όνομα ή διεύθυνση ηλεκτρονικού ταχυδρομείου...",
- "Name or federated cloud ID..." : "Όνομα ή ID του federated cloud...",
- "Name, federated cloud ID or email address..." : "Όνομα, federated cloud ID ή διεύθυνση ηλεκτροικού ταχυδρομείου...",
- "Name..." : "Όνομα...",
- "Error removing share" : "Σφάλμα αφαίρεσης κοινόχρηστου",
- "({scope})" : "({scope})",
- "Saving..." : "Γίνεται αποθήκευση...",
- "Dismiss" : "Αποδέσμευση",
- "Your client should now be connected! You can close this window." : "Η εφαρμογή υπολογιστή έχει συνδεθεί! Μπορείτε να κλείσετε το παράθυρο.",
- "New Password" : "Νέο Συνθηματικό",
- "Cancel log in" : "Ακύρωση εισόδου"
+ "Checking whether the database schema can be updated (this can take a long time depending on the database size)" : "Έλεγχος αν η διάταξη της βάσης δεδομένων μπορεί να ενημερωθεί (αυτό μπορεί να πάρει αρκετή ώρα ανάλογα με το μέγεθος της βάσης δεδομένων)",
+ "Checked database schema update" : "Έλεγχος ενημέρωσης διάταξης βάσης δεδομένων",
+ "Checking updates of apps" : "Έλεγχος ενημερώσεων εφαρμογών",
+ "Checking for update of app \"%s\" in appstore" : "Έλεγχος για ενημέρωση της εφαρμογής \"%s\" στο appstore",
+ "Update app \"%s\" from appstore" : "Ενημέρωση εφαρμογής \"%s\" από το appstore",
+ "Checked for update of app \"%s\" in appstore" : "Ελέχθη η ενημέρωση της εφαρμογής \"%s\" στο appstore",
+ "Checked database schema update for apps" : "Ελέχθη η ενημέρωση διάταξης βάσης δεδομένων για εφαρμογές",
+ "Following apps have been disabled: %s" : "Οι ακόλουθες εφαρμογές έχουν απενεργοποιηθεί: %s",
+ "Your web server is not properly set up to resolve \"{url}\". Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Ο διακομιστής σας δεν έχει ρυθμιστεί κατάλληλα ώστε να επιλύει το \"{url}\". Περισσότερες πληροφορίες μπορείτε να βρείτε στην <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">τεκμηρίωση </a>.",
+ "Your web server is not properly set up to resolve \"{url}\". This is most likely related to a web server configuration that was not updated to deliver this folder directly. Please compare your configuration against the shipped rewrite rules in \".htaccess\" for Apache or the provided one in the documentation for Nginx at it's <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation page</a>. On Nginx those are typically the lines starting with \"location ~\" that need an update." : "Ο διακομιστής σας δεν έχει ρυθμιστεί κατάλληλα ώστε να επιλύει το \"{url}\". Αυτό πιθανόν οφείλεται στις ρυθμίσεις του διακομιστή για άμεση παράδοση φακέλων. Παρακαλώ συγκρίνεται τις ρυθμίσεις σας με τις προθυθμισμένες του Apache στο αρχείο \".htaccess\" ή την τεκμηρίωση του Nginx <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">σελίδα εγχειριδίου</a>. Στον Nginx οι γραμμές που χρειάζονται ενημέρωση τυπικά αρχίζουν με \"location ~\".",
+ "Your web server is not properly set up to deliver .woff2 files. This is typically an issue with the Nginx configuration. For Nextcloud 15 it needs an adjustement to also deliver .woff2 files. Compare your Nginx configuration to the recommended configuration in our <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Ο διακομιστής σας δεν έχει ρυθμιστεί κατάλληλα ώστε να παραδώσει τα αρχεία .woff2. Αυτό είναι ένα τυπικό πρόβλημα διαμόρφωσης του Nginx. Για το Nextcloud 15 χρειάζεται ρύθμιση ώστε να μπορεί να παραδίδει και .woff2 αρχεία. Συγκρίνεται την διαμόρφωση του Nginx με την προτεινόμενη διαμόρφωση της <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">τεκμηρίωσή μας</a>.",
+ "Please check the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">installation documentation ↗</a> for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "Παρακαλούμε ελέγξτε την <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">τεκμηρίωση εγκατάστασης</a> για σημειώσεις περί της διαμόρφωση της PHP και την διαμόρφωση της PHP στον δικό σας διακομιστή, ειδικότερα εάν χρησιμοποιείται php-fpm.",
+ "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems. See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation ↗</a> for more information." : "Το κλείδωμα αρχείων συναλλαγών είναι απενεργοποιημένο, αυτό μπορεί να οδηγήσει σε προβλήματα \"συνθηκών ανταγωνισμού\" (race conditions). Ενεργοποιήστε το \"filelocking.enabled\" στο αρχείο config.php ώστε να αποφύγετε αυτά τα προβλήματα. Δείτε την <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">τεκμηρίωση</a> για περισσότερες πληροφορίες.",
+ "Last background job execution ran {relativeTime}. Something seems wrong." : "Τελευταία εκτέλεση cron job: {relativeTime}. Κάτι πήγε στραβά.",
+ "Check the background job settings" : "Ελέγξτε τις ρυθμίσεις των εργασιών του παρασκηνίου",
+ "No memory cache has been configured. To enhance performance, please configure a memcache, if available. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Δεν υπάρχει ρύθμιση/διαμόρφωση προσωρινής μνήμης. Για να βελτιώσετε την απόδοση, παρακαλούμε να διαμορφώσετε αν είναι διαθέσιμο ένα \"memcache\". Περισσότερες πληροφορίες μπορείτε να βρείτε στην <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">τεκμηρίωση</a>.",
+ "No suitable source for randomness found by PHP which is highly discouraged for security reasons. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Δεν υπάρχει κατάλληλη πηγή τυχαίων στοιχείων για την PHP, το οποίο δεν προτείνεται ιδιαίτερα για λόγους ασφαλείας. Περισσότερερς πληροφορίες μπορείτε να βρέιτε στο <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">τεκμηρίωση</a>.",
+ "You are currently running PHP {version}. Upgrade your PHP version to take advantage of <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">performance and security updates provided by the PHP Group</a> as soon as your distribution supports it." : "Έχετε εγκατεστημένη την PHP {version}. Μόλις το υποστηρίξει η διανομή σας, αναβαθμίστε την έκδοση της PHP για να επωφεληθείτε από τις ενημερώσεις στην <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">απόδοση και την ασφάλεια που παρέχονται από την ομάδα της PHP</a>.",
+ "The reverse proxy header configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If not, this is a security issue and can allow an attacker to spoof their IP address as visible to the Nextcloud. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Η διαμόρφωση των reverse proxy headers είναι εσφαλμένη, ή έχετε πρόσβαση στο Nextcloud από έναν αξιόπιστο/έμπιστο διαμεσολαβητή. Εάν όχι, αυτό είναι ένα ζήτημα ασφάλειας και μπορεί να επιτρέψει σε έναν κακόβουλο χρήστη να ξεγελάσει την διεύθυνση IP του ως ορατή στο Nextcloud. Περισσότερες πληροφορίες μπορείτε να βρείτε στην <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">τεκμηρίωση</a>.",
+ "Memcached is configured as distributed cache, but the wrong PHP module \"memcache\" is installed. \\OC\\Memcache\\Memcached only supports \"memcached\" and not \"memcache\". See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">memcached wiki about both modules</a>." : "Το Memcached είναι ρυθμισμένο ως κατανεμημένη λανθάνουσα μνήμη, αλλά είναι εγκατεστημένο το λάθος πρόσθετο \"memcache\" της PHP. \\OC\\Memcache\\Memcached υποστηρίζετε μόνο το \"memcached\" και όχι το \"memcache\". Δείτε στο <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">memcached wiki σχετικά με τα δύο πρόσθετα</a>.",
+ "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">List of invalid files…</a> / <a href=\"{rescanEndpoint}\">Rescan…</a>)" : "Μερικά αρχεία δεν πέρασαν από τον έλεγχο της ακεραιότητας. Περισσότερες πληροφορίες για το πως να επιλύσετε πρόβλημα μπορείτε να βρείτε στην <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">τεκμηρίωση</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">Λίστα από μη έγκυρα αρχεία…</a> / <a href=\"{rescanEndpoint}\">Σάρωση ξανά…</a>)",
+ "The PHP OPcache module is not loaded. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance it is recommended</a> to load it into your PHP installation." : "Το πρόσθετο PHP OPcache δεν έχει φορτωθεί. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Για καλύτερη απόδοση προτείνεται</a> η φόρτωση και την εγκατάσταση της PHP.",
+ "The PHP OPcache is not properly configured. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance it is recommended</a> to use the following settings in the <code>php.ini</code>:" : "H PHP OPcache δεν είναι σωστά ρυθμισμένη. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\"> Για καλύτερη απόδοση προτείνεται</a>να χρησιμοποιήσετε τις εξής ρυθμίσεις στο <code>php.ini</code>:",
+ "Some columns in the database are missing a conversion to big int. Due to the fact that changing column types on big tables could take some time they were not changed automatically. By running 'occ db:convert-filecache-bigint' those pending changes could be applied manually. This operation needs to be made while the instance is offline. For further details read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "Κάποιες καταχωρήσεις στη βάση δεδομένων χρειάζονται μετατροπή σε bigint. Λόγω του αρκετού χρόνου που απαιτείται δεν έγινε αυτόματα. Εκτελώντας την εντολή \"occ db:convert-filecache-bigint\" οι αλλαγές θα πραγματοποιηθούν χειροκίνητα. Η εργασία χρειάζεται να εκτελεστεί με τις υπηρεσίες εκτός λειτουργίας. Για περισσότερες λεπτομέρειες δείτε <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">την τεκμηρίωση σχετικά</a>.",
+ "To migrate to another database use the command line tool: 'occ db:convert-type', or see the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation ↗</a>." : "Για την μεταφορά σε άλλη βάση δεδομένων χρησιμοποιήστε στην γραμμή εντολών 'occ db:convert-type', ή δείτε <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">τεκμηρίωση ↗</a>.",
+ "Use of the the built in php mailer is no longer supported. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Please update your email server settings ↗<a/>." : "Δεν υποστηρίζεται πλέον η αλληλογραφία php. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Παρακαλώ ενημερώστε τον διακομιστή αλληλογραφίας σας ↗<a/>.",
+ "MySQL is used as database but does not support 4-byte characters. To be able to handle 4-byte characters (like emojis) without issues in filenames or comments for example it is recommended to enable the 4-byte support in MySQL. For further details read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "Χρησιμοποιείται η βάση δεδομένων MySQL αλλά δεν υποστηρίζει 4-byte χαρακτήρες. Για την διαχέιριση χαρακτήρων 4-byte (όπως emojis) χωρίς προβλήματα στα ονόματ αρχείων ή σχολίων για παράδειγμα, προτείνεται η ενεργοποίηση της υποστήριξης 4-byte της MySQL. Για περισσότερες λεπτομέρειες δείτε <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">την σχετική τεκμηρίωση</a>.",
+ "You are accessing your instance over a secure connection, however your instance is generating insecure URLs. This most likely means that you are behind a reverse proxy and the overwrite config variables are not set correctly. Please read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "Πραγματοποιείτε πρόσβαση μέσω ασφαλούς σύνδεσης, ωστόσο η σύνδεσή σας δημιουργεί μη ασφαλείς διευθύνσεις URL. Αυτό πιθανότατα σημαίνει ότι βρίσκεστε πίσω από έναν αντίστροφο διακομιστή μεσολάβησης και ότι οι μεταβλητές config overwrite δεν έχουν ρυθμιστεί σωστά. Διαβάστε τη <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\"> σελίδα τεκμηρίωσης γι 'αυτό</a>.",
+ "The \"{header}\" HTTP header is not set to \"{val1}\", \"{val2}\", \"{val3}\", \"{val4}\" or \"{val5}\". This can leak referer information. See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{link}\">W3C Recommendation ↗</a>." : "Η \"{header}\" HTTP επικεφαλίδα δεν ρυθμίστικε σε \"{val1}\", \"{val2}\", \"{val3}\", \"{val4}\" ή \"{val5}\". Αυτό μπορεί να διαρρεύσει πληροφορίες. Δείτε το <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{link}\">W3C Προτεινόμενα↗</a>.",
+ "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the <a href=\"{docUrl}\" rel=\"noreferrer noopener\">security tips ↗</a>." : "Η \"Strict-Transport-Security\" κεφαλίδα HTTP δεν έχει ρυθμιστεί για τουλάχιστον \"{seconds}\" δευτερόλεπτα. Για αυξημένη ασφάλεια συστήνουμε την ενεργοποίηση του HSTS όπως περιγράφεται στις <a href=\"{docUrl}\" rel=\"noreferrer noopener\">συμβουλές ασφαλείας ↗</a>.",
+ "Accessing site insecurely via HTTP. You are strongly advised to set up your server to require HTTPS instead, as described in the <a href=\"{docUrl}\">security tips ↗</a>." : "Εισέρχεστε στον ιστότοπο μέσω HTTP. Προτείνουμε να ρυθμίσετε τον διακομιστή σας, να απαιτεί τη χρήση HTTPS όπως περιγράφεται στις <a href=\"{docUrl}\">συμβουλές ασφαλείας ↗</a>.",
+ "Continue to Nextcloud" : "Συνέχεια στον Nextcloud",
+ "_The update was successful. Redirecting you to Nextcloud in %n second._::_The update was successful. Redirecting you to Nextcloud in %n seconds._" : ["Επιτυχημένη ενημέρωση. Θα γίνει ανακατεύθυνση στο Nextcloud σε %n δευτερόλεπτο.","Επιτυχημένη ενημέρωση. Θα γίνει ανακατεύθυνση στο Nextcloud σε %n δευτερόλεπτα."],
+ "Searching other places" : "Αναζήτηση σε άλλα σημεία",
+ "No search results in other folders for {tag}{filter}{endtag}" : "Κανένα αποτέλεσμα αναζήτησης σε άλλους φακέλους για {tag}{filter}{endtag}",
+ "_{count} search result in another folder_::_{count} search results in other folders_" : ["{count} αποτέλεσμα αναζήτησης σε άλλο φάκελο","{count} αποτελέσματα αναζήτησης σε άλλους φακέλους"],
+ "A password reset message has been sent to the e-mail address of this account. If you do not receive it, check your spam/junk folders or ask your local administrator for help." : "Ένα μύνημα επαναφοράς κωδικού απεστάλει στο e-mail σας. Εάν δεν το λάβατε, ελέγξτε τα ανεπιθύμητα/διεγραμένα σας ή ζητήστε βοήθεια απο τον διαχειριστή.",
+ "Password can not be changed. Please contact your administrator." : "Το συνθηματικό σας δεν μπορεί να αλλάξει. Παρακαλώ επικοινωνήστε με το διαχειριστή.",
+ "Could not fetch list of apps from the app store." : "Δεν μπορεί να ληφθεί η λίστα εφαρμογών από την αγορά εφαρμογών.",
+ "Nextcloud {app}" : "Nextcloud {app}",
+ "Can't install this app because it is not compatible" : "Η εφαρμογή δεν μπορεί να εγκατασταθεί, δεν είναι συμβατή",
+ "Can't install this app" : "Η εφαρμογή δεν μπορεί να εγκατασταθεί",
+ "These apps will be updated:" : "Αυτές οι εφαρμογές θα ενημερωθούν:",
+ "For more details see the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Για περισσότερες λεπτομέρειες δείτε την <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">τεκμηρίωση</a>."
},"pluralForm" :"nplurals=2; plural=(n != 1);"
} \ No newline at end of file
diff --git a/core/l10n/en_GB.js b/core/l10n/en_GB.js
index 687d78c7f6c..48d3bc2cc49 100644
--- a/core/l10n/en_GB.js
+++ b/core/l10n/en_GB.js
@@ -32,34 +32,18 @@ OC.L10N.register(
"Maintenance mode is kept active" : "Maintenance mode is kept active",
"Updating database schema" : "Updating database schema",
"Updated database" : "Updated database",
- "Checking whether the database schema can be updated (this can take a long time depending on the database size)" : "Checking whether the database schema can be updated (this can take a long time depending on the database size)",
- "Checked database schema update" : "Checked database schema update",
- "Checking updates of apps" : "Checking updates of apps",
- "Checking for update of app \"%s\" in appstore" : "Checking for update of app \"%s\" in appstore",
- "Update app \"%s\" from appstore" : "Update app \"%s\" from appstore",
- "Checked for update of app \"%s\" in appstore" : "Checked for update of app \"%s\" in appstore",
"Checking whether the database schema for %s can be updated (this can take a long time depending on the database size)" : "Checking whether the database schema for %s can be updated (this can take a long time depending on the database size)",
- "Checked database schema update for apps" : "Checked database schema update for apps",
"Set log level to debug" : "Set log level to debug",
"Reset log level" : "Reset log level",
"Starting code integrity check" : "Starting code integrity check",
"Finished code integrity check" : "Finished code integrity check",
"%s (incompatible)" : "%s (incompatible)",
- "Following apps have been disabled: %s" : "Following apps have been disabled: %s",
"Already up to date" : "Already up to date",
"Your web server is not yet properly set up to allow file synchronization, because the WebDAV interface seems to be broken." : "Your web server is not yet properly set up to allow file synchronisation, because the WebDAV interface seems to be broken.",
- "Your web server is not properly set up to resolve \"{url}\". Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Your web server is not properly set up to resolve \"{url}\". Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>.",
"PHP does not seem to be setup properly to query system environment variables. The test with getenv(\"PATH\") only returns an empty response." : "PHP does not seem to be setup properly to query system environment variables. The test with getenv(\"PATH\") only returns an empty response.",
"Your database does not run with \"READ COMMITTED\" transaction isolation level. This can cause problems when multiple actions are executed in parallel." : "Your database does not run with \"READ COMMITTED\" transaction isolation level. This can cause problems when multiple actions are executed in parallel.",
"It was not possible to execute the cron job via CLI. The following technical errors have appeared:" : "It was not possible to execute the cron job via CLI. The following technical errors have appeared:",
- "Check the background job settings" : "Check the background job settings",
"This server has no working Internet connection: Multiple endpoints could not be reached. This means that some of the features like mounting external storage, notifications about updates or installation of third-party apps will not work. Accessing files remotely and sending of notification emails might not work, either. Establish a connection from this server to the Internet to enjoy all features." : "This server has no working Internet connection: Multiple endpoints could not be reached. This means that some of the features like mounting external storage, notifications about updates or installation of third-party apps will not work. Accessing files remotely and sending of notification emails might not work, either. Establish a connection from this server to the Internet to enjoy all features.",
- "No memory cache has been configured. To enhance performance, please configure a memcache, if available. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "No memory cache has been configured. To enhance performance, please configure a memcache, if available. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>.",
- "You are currently running PHP {version}. Upgrade your PHP version to take advantage of <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">performance and security updates provided by the PHP Group</a> as soon as your distribution supports it." : "You are currently running PHP {version}. Upgrade your PHP version to take advantage of <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">performance and security updates provided by the PHP Group</a> as soon as your distribution supports it.",
- "The reverse proxy header configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If not, this is a security issue and can allow an attacker to spoof their IP address as visible to the Nextcloud. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "The reverse proxy header configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If not, this is a security issue and can allow an attacker to spoof their IP address as visible to the Nextcloud. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>.",
- "Memcached is configured as distributed cache, but the wrong PHP module \"memcache\" is installed. \\OC\\Memcache\\Memcached only supports \"memcached\" and not \"memcache\". See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">memcached wiki about both modules</a>." : "Memcached is configured as distributed cache, but the wrong PHP module \"memcache\" is installed. \\OC\\Memcache\\Memcached only supports \"memcached\" and not \"memcache\". See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">memcached wiki about both modules</a>.",
- "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">List of invalid files…</a> / <a href=\"{rescanEndpoint}\">Rescan…</a>)" : "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">List of invalid files…</a> / <a href=\"{rescanEndpoint}\">Rescan…</a>)",
- "The PHP OPcache is not properly configured. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance it is recommended</a> to use the following settings in the <code>php.ini</code>:" : "The PHP OPcache is not properly configured. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance it is recommended</a> to use the following settings in the <code>php.ini</code>:",
"The PHP function \"set_time_limit\" is not available. This could result in scripts being halted mid-execution, breaking your installation. Enabling this function is strongly recommended." : "The PHP function \"set_time_limit\" is not available. This could result in scripts being halted mid-execution, breaking your installation. Enabling this function is strongly recommended.",
"Your PHP does not have FreeType support, resulting in breakage of profile pictures and the settings interface." : "Your PHP does not have FreeType support, resulting in breakage of profile pictures and the settings interface.",
"Missing index \"{indexName}\" in table \"{tableName}\"." : "Missing index \"{indexName}\" in table \"{tableName}\".",
@@ -70,13 +54,6 @@ OC.L10N.register(
"Your data directory and files are probably accessible from the Internet. The .htaccess file is not working. It is strongly recommended that you configure your web server so that the data directory is no longer accessible, or move the data directory outside the web server document root." : "Your data directory and files are probably accessible from the Internet. The .htaccess file is not working. It is strongly recommended that you configure your web server so that the data directory is no longer accessible, or move the data directory outside the web server document root.",
"The \"{header}\" HTTP header is not set to \"{expected}\". This is a potential security or privacy risk, as it is recommended to adjust this setting accordingly." : "The \"{header}\" HTTP header is not set to \"{expected}\". This is a potential security or privacy risk, as it is recommended to adjust this setting accordingly.",
"The \"{header}\" HTTP header is not set to \"{expected}\". Some features might not work correctly, as it is recommended to adjust this setting accordingly." : "The \"{header}\" HTTP header is not set to \"{expected}\". Some features might not work correctly, as it is recommended to adjust this setting accordingly.",
- "Non-existing tag #{tag}" : "Non-existing tag #{tag}",
- "restricted" : "restricted",
- "invisible" : "invisible",
- "Delete" : "Delete",
- "Rename" : "Rename",
- "Collaborative tags" : "Collaborative tags",
- "No tags found" : "No tags found",
"unknown text" : "unknown text",
"Hello world!" : "Hello world!",
"sunny" : "sunny",
@@ -91,30 +68,27 @@ OC.L10N.register(
"Please reload the page." : "Please reload the page.",
"The update was unsuccessful. For more information <a href=\"{url}\">check our forum post</a> covering this issue." : "The update was unsuccessful. For more information <a href=\"{url}\">check our forum post</a> covering this issue.",
"The update was unsuccessful. Please report this issue to the <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">Nextcloud community</a>." : "The update was unsuccessful. Please report this issue to the <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">Nextcloud community</a>.",
- "Continue to Nextcloud" : "Continue to Nextcloud",
- "_The update was successful. Redirecting you to Nextcloud in %n second._::_The update was successful. Redirecting you to Nextcloud in %n seconds._" : ["The update was successful. Redirecting you to Nextcloud in %n second.","The update was successful. Redirecting you to Nextcloud in %n seconds."],
- "Searching other places" : "Searching other places",
- "No search results in other folders for {tag}{filter}{endtag}" : "No search results in other folders for {tag}{filter}{endtag}",
- "_{count} search result in another folder_::_{count} search results in other folders_" : ["{count} search result in another folder","{count} search results in other folders"],
+ "Log in" : "Log in",
+ "Logging in …" : "Logging in …",
"Server side authentication failed!" : "Server side authentication failed!",
"Please contact your administrator." : "Please contact your administrator.",
"An internal error occurred." : "An internal error occurred.",
"Please try again or contact your administrator." : "Please try again or contact your administrator.",
"Username or email" : "Username or email",
"Password" : "Password",
- "Log in" : "Log in",
- "Logging in …" : "Logging in …",
"Wrong username or password." : "Wrong username or password.",
"User disabled" : "User disabled",
"We have detected multiple invalid login attempts from your IP. Therefore your next login is throttled up to 30 seconds." : "We have detected multiple invalid login attempts from your IP. Therefore your next login is throttled up to 30 seconds.",
"Reset password" : "Reset password",
"Couldn't send reset email. Please contact your administrator." : "Couldn't send reset email. Please contact your administrator.",
- "Password can not be changed. Please contact your administrator." : "Password can not be changed. Please contact your administrator.",
"Back to login" : "Back to login",
"New password" : "New password",
"I know what I'm doing" : "I know what I'm doing",
"Cancel" : "Cancel",
"Forgot password?" : "Forgot password?",
+ "Back" : "Back",
+ "Reset search" : "Reset search",
+ "Search" : "Search",
"Settings" : "Settings",
"Could not load your contacts" : "Could not load your contacts",
"Search contacts …" : "Search contacts …",
@@ -170,6 +144,13 @@ OC.L10N.register(
"Strong password" : "Strong password",
"No action available" : "No action available",
"Error fetching contact actions" : "Error fetching contact actions",
+ "Non-existing tag #{tag}" : "Non-existing tag #{tag}",
+ "restricted" : "restricted",
+ "invisible" : "invisible",
+ "Delete" : "Delete",
+ "Rename" : "Rename",
+ "Collaborative tags" : "Collaborative tags",
+ "No tags found" : "No tags found",
"Personal" : "Personal",
"Users" : "Users",
"Apps" : "Apps",
@@ -218,8 +199,6 @@ OC.L10N.register(
"More apps" : "More apps",
"More" : "More",
"More apps menu" : "More apps menu",
- "Search" : "Search",
- "Reset search" : "Reset search",
"Contacts" : "Contacts",
"Contacts menu" : "Contacts menu",
"Settings menu" : "Settings menu",
@@ -238,7 +217,6 @@ OC.L10N.register(
"Access through untrusted domain" : "Access through untrusted domain",
"Please contact your administrator. If you are an administrator, edit the \"trusted_domains\" setting in config/config.php like the example in config.sample.php." : "Please contact your administrator. If you are an administrator, edit the \"trusted_domains\" setting in config/config.php like the example in config.sample.php.",
"App update required" : "App update required",
- "These apps will be updated:" : "These apps will be updated:",
"These incompatible apps will be disabled:" : "These incompatible apps will be disabled:",
"The theme %s has been disabled." : "The theme %s has been disabled.",
"Please make sure that the database, the config folder and the data folder have been backed up before proceeding." : "Please make sure that the database, the config folder and the data folder have been backed up before proceeding.",
@@ -252,74 +230,28 @@ OC.L10N.register(
"Upgrade via web on my own risk" : "Upgrade via web on my own risk",
"This %s instance is currently in maintenance mode, which may take a while." : "This %s instance is currently in maintenance mode, which may take a while.",
"Contact your system administrator if this message persists or appeared unexpectedly." : "Contact your system administrator if this message persists or appeared unexpectedly.",
- "Could not send reset email because there is no email address for this username. Please contact your administrator." : "Could not send reset email because there is no email address for this username. Please contact your administrator.",
- "Couldn't send reset email. Please make sure your username is correct." : "Couldn't send reset email. Please make sure your username is correct.",
- "Your files are encrypted. There will be no way to get your data back after your password is reset.<br />If you are not sure what to do, please contact your administrator before you continue. <br />Do you really want to continue?" : "Your files are encrypted. There will be no way to get your data back after your password is reset.<br />If you are not sure what to do, please contact your administrator before you continue. <br />Do you really want to continue?",
- "Sending email …" : "Sending email …",
- "You are currently running PHP 5.6. The current major version of Nextcloud is the last that is supported on PHP 5.6. It is recommended to upgrade the PHP version to 7.0+ to be able to upgrade to Nextcloud 14." : "You are currently running PHP 5.6. The current major version of Nextcloud is the last that is supported on PHP 5.6. It is recommended to upgrade the PHP version to 7.0+ to be able to upgrade to Nextcloud 14.",
- "Shared" : "Shared",
- "Shared with" : "Shared with",
- "Shared by" : "Shared by",
- "Choose a password for the public link" : "Choose a password for the public link",
- "Choose a password for the public link or press the \"Enter\" key" : "Choose a password for the public link or press the \"Enter\" key",
- "Copied!" : "Copied!",
- "Copy link" : "Copy link",
- "Not supported!" : "Not supported!",
- "Press ⌘-C to copy." : "Press ⌘-C to copy.",
- "Press Ctrl-C to copy." : "Press Ctrl-C to copy.",
- "Resharing is not allowed" : "Resharing is not allowed",
- "Link" : "Link",
- "Hide download" : "Hide download",
- "Password protect" : "Password protect",
- "Allow editing" : "Allow editing",
- "Email link to person" : "Email link to person",
- "Send" : "Send",
- "Allow upload and editing" : "Allow upload and editing",
- "Read only" : "Read only",
- "File drop (upload only)" : "File drop (upload only)",
- "Set expiration date" : "Set expiration date",
- "Expiration" : "Expiration",
- "Expiration date" : "Expiration date",
- "Note to recipient" : "Note to recipient",
- "Unshare" : "Unshare",
- "Share to {name}" : "Share to {name}",
- "Share link" : "Share link",
- "Could not unshare" : "Could not unshare",
- "Shared with you and the group {group} by {owner}" : "Shared with you and the group {group} by {owner}",
- "Shared with you by {owner}" : "Shared with you by {owner}",
- "Choose a password for the mail share" : "Choose a password for the mail share",
- "group" : "group",
- "remote" : "remote",
- "email" : "email",
- "shared by {sharer}" : "shared by {sharer}",
- "Can reshare" : "Can reshare",
- "Can edit" : "Can edit",
- "Can create" : "Can create",
- "Can change" : "Can change",
- "Can delete" : "Can delete",
- "Access control" : "Access control",
- "Error while sharing" : "Error whilst sharing",
- "Share details could not be loaded for this item." : "Share details could not be loaded for this item.",
- "_At least {count} character is needed for autocompletion_::_At least {count} characters are needed for autocompletion_" : ["At least {count} character is needed for autocompletion","At least {count} characters are needed for autocompletion"],
- "This list is maybe truncated - please refine your search term to see more results." : "This list is maybe truncated - please refine your search term to see more results.",
- "No users or groups found for {search}" : "No users or groups found for {search}",
- "No users found for {search}" : "No users found for {search}",
- "An error occurred (\"{message}\"). Please try again" : "An error occurred (\"{message}\"). Please try again",
- "An error occurred. Please try again" : "An error occurred. Please try again",
- "Home" : "Home",
- "Work" : "Work",
- "Other" : "Other",
- "{sharee} ({type}, {owner})" : "{sharee} ({type}, {owner})",
- "Share" : "Share",
- "Name or email address..." : "Name or email address...",
- "Name or federated cloud ID..." : "Name or federated cloud ID...",
- "Name, federated cloud ID or email address..." : "Name, federated cloud ID or email address...",
- "Name..." : "Name...",
- "Error removing share" : "Error removing share",
- "({scope})" : "({scope})",
- "Saving..." : "Saving...",
- "Dismiss" : "Dismiss",
- "New Password" : "New Password",
- "Cancel log in" : "Cancel log in"
+ "Checking whether the database schema can be updated (this can take a long time depending on the database size)" : "Checking whether the database schema can be updated (this can take a long time depending on the database size)",
+ "Checked database schema update" : "Checked database schema update",
+ "Checking updates of apps" : "Checking updates of apps",
+ "Checking for update of app \"%s\" in appstore" : "Checking for update of app \"%s\" in appstore",
+ "Update app \"%s\" from appstore" : "Update app \"%s\" from appstore",
+ "Checked for update of app \"%s\" in appstore" : "Checked for update of app \"%s\" in appstore",
+ "Checked database schema update for apps" : "Checked database schema update for apps",
+ "Following apps have been disabled: %s" : "Following apps have been disabled: %s",
+ "Your web server is not properly set up to resolve \"{url}\". Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Your web server is not properly set up to resolve \"{url}\". Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>.",
+ "Check the background job settings" : "Check the background job settings",
+ "No memory cache has been configured. To enhance performance, please configure a memcache, if available. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "No memory cache has been configured. To enhance performance, please configure a memcache, if available. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>.",
+ "You are currently running PHP {version}. Upgrade your PHP version to take advantage of <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">performance and security updates provided by the PHP Group</a> as soon as your distribution supports it." : "You are currently running PHP {version}. Upgrade your PHP version to take advantage of <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">performance and security updates provided by the PHP Group</a> as soon as your distribution supports it.",
+ "The reverse proxy header configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If not, this is a security issue and can allow an attacker to spoof their IP address as visible to the Nextcloud. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "The reverse proxy header configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If not, this is a security issue and can allow an attacker to spoof their IP address as visible to the Nextcloud. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>.",
+ "Memcached is configured as distributed cache, but the wrong PHP module \"memcache\" is installed. \\OC\\Memcache\\Memcached only supports \"memcached\" and not \"memcache\". See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">memcached wiki about both modules</a>." : "Memcached is configured as distributed cache, but the wrong PHP module \"memcache\" is installed. \\OC\\Memcache\\Memcached only supports \"memcached\" and not \"memcache\". See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">memcached wiki about both modules</a>.",
+ "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">List of invalid files…</a> / <a href=\"{rescanEndpoint}\">Rescan…</a>)" : "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">List of invalid files…</a> / <a href=\"{rescanEndpoint}\">Rescan…</a>)",
+ "The PHP OPcache is not properly configured. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance it is recommended</a> to use the following settings in the <code>php.ini</code>:" : "The PHP OPcache is not properly configured. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance it is recommended</a> to use the following settings in the <code>php.ini</code>:",
+ "Continue to Nextcloud" : "Continue to Nextcloud",
+ "_The update was successful. Redirecting you to Nextcloud in %n second._::_The update was successful. Redirecting you to Nextcloud in %n seconds._" : ["The update was successful. Redirecting you to Nextcloud in %n second.","The update was successful. Redirecting you to Nextcloud in %n seconds."],
+ "Searching other places" : "Searching other places",
+ "No search results in other folders for {tag}{filter}{endtag}" : "No search results in other folders for {tag}{filter}{endtag}",
+ "_{count} search result in another folder_::_{count} search results in other folders_" : ["{count} search result in another folder","{count} search results in other folders"],
+ "Password can not be changed. Please contact your administrator." : "Password can not be changed. Please contact your administrator.",
+ "These apps will be updated:" : "These apps will be updated:"
},
"nplurals=2; plural=(n != 1);");
diff --git a/core/l10n/en_GB.json b/core/l10n/en_GB.json
index de6f278b9d2..80ac87be79a 100644
--- a/core/l10n/en_GB.json
+++ b/core/l10n/en_GB.json
@@ -30,34 +30,18 @@
"Maintenance mode is kept active" : "Maintenance mode is kept active",
"Updating database schema" : "Updating database schema",
"Updated database" : "Updated database",
- "Checking whether the database schema can be updated (this can take a long time depending on the database size)" : "Checking whether the database schema can be updated (this can take a long time depending on the database size)",
- "Checked database schema update" : "Checked database schema update",
- "Checking updates of apps" : "Checking updates of apps",
- "Checking for update of app \"%s\" in appstore" : "Checking for update of app \"%s\" in appstore",
- "Update app \"%s\" from appstore" : "Update app \"%s\" from appstore",
- "Checked for update of app \"%s\" in appstore" : "Checked for update of app \"%s\" in appstore",
"Checking whether the database schema for %s can be updated (this can take a long time depending on the database size)" : "Checking whether the database schema for %s can be updated (this can take a long time depending on the database size)",
- "Checked database schema update for apps" : "Checked database schema update for apps",
"Set log level to debug" : "Set log level to debug",
"Reset log level" : "Reset log level",
"Starting code integrity check" : "Starting code integrity check",
"Finished code integrity check" : "Finished code integrity check",
"%s (incompatible)" : "%s (incompatible)",
- "Following apps have been disabled: %s" : "Following apps have been disabled: %s",
"Already up to date" : "Already up to date",
"Your web server is not yet properly set up to allow file synchronization, because the WebDAV interface seems to be broken." : "Your web server is not yet properly set up to allow file synchronisation, because the WebDAV interface seems to be broken.",
- "Your web server is not properly set up to resolve \"{url}\". Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Your web server is not properly set up to resolve \"{url}\". Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>.",
"PHP does not seem to be setup properly to query system environment variables. The test with getenv(\"PATH\") only returns an empty response." : "PHP does not seem to be setup properly to query system environment variables. The test with getenv(\"PATH\") only returns an empty response.",
"Your database does not run with \"READ COMMITTED\" transaction isolation level. This can cause problems when multiple actions are executed in parallel." : "Your database does not run with \"READ COMMITTED\" transaction isolation level. This can cause problems when multiple actions are executed in parallel.",
"It was not possible to execute the cron job via CLI. The following technical errors have appeared:" : "It was not possible to execute the cron job via CLI. The following technical errors have appeared:",
- "Check the background job settings" : "Check the background job settings",
"This server has no working Internet connection: Multiple endpoints could not be reached. This means that some of the features like mounting external storage, notifications about updates or installation of third-party apps will not work. Accessing files remotely and sending of notification emails might not work, either. Establish a connection from this server to the Internet to enjoy all features." : "This server has no working Internet connection: Multiple endpoints could not be reached. This means that some of the features like mounting external storage, notifications about updates or installation of third-party apps will not work. Accessing files remotely and sending of notification emails might not work, either. Establish a connection from this server to the Internet to enjoy all features.",
- "No memory cache has been configured. To enhance performance, please configure a memcache, if available. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "No memory cache has been configured. To enhance performance, please configure a memcache, if available. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>.",
- "You are currently running PHP {version}. Upgrade your PHP version to take advantage of <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">performance and security updates provided by the PHP Group</a> as soon as your distribution supports it." : "You are currently running PHP {version}. Upgrade your PHP version to take advantage of <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">performance and security updates provided by the PHP Group</a> as soon as your distribution supports it.",
- "The reverse proxy header configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If not, this is a security issue and can allow an attacker to spoof their IP address as visible to the Nextcloud. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "The reverse proxy header configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If not, this is a security issue and can allow an attacker to spoof their IP address as visible to the Nextcloud. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>.",
- "Memcached is configured as distributed cache, but the wrong PHP module \"memcache\" is installed. \\OC\\Memcache\\Memcached only supports \"memcached\" and not \"memcache\". See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">memcached wiki about both modules</a>." : "Memcached is configured as distributed cache, but the wrong PHP module \"memcache\" is installed. \\OC\\Memcache\\Memcached only supports \"memcached\" and not \"memcache\". See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">memcached wiki about both modules</a>.",
- "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">List of invalid files…</a> / <a href=\"{rescanEndpoint}\">Rescan…</a>)" : "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">List of invalid files…</a> / <a href=\"{rescanEndpoint}\">Rescan…</a>)",
- "The PHP OPcache is not properly configured. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance it is recommended</a> to use the following settings in the <code>php.ini</code>:" : "The PHP OPcache is not properly configured. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance it is recommended</a> to use the following settings in the <code>php.ini</code>:",
"The PHP function \"set_time_limit\" is not available. This could result in scripts being halted mid-execution, breaking your installation. Enabling this function is strongly recommended." : "The PHP function \"set_time_limit\" is not available. This could result in scripts being halted mid-execution, breaking your installation. Enabling this function is strongly recommended.",
"Your PHP does not have FreeType support, resulting in breakage of profile pictures and the settings interface." : "Your PHP does not have FreeType support, resulting in breakage of profile pictures and the settings interface.",
"Missing index \"{indexName}\" in table \"{tableName}\"." : "Missing index \"{indexName}\" in table \"{tableName}\".",
@@ -68,13 +52,6 @@
"Your data directory and files are probably accessible from the Internet. The .htaccess file is not working. It is strongly recommended that you configure your web server so that the data directory is no longer accessible, or move the data directory outside the web server document root." : "Your data directory and files are probably accessible from the Internet. The .htaccess file is not working. It is strongly recommended that you configure your web server so that the data directory is no longer accessible, or move the data directory outside the web server document root.",
"The \"{header}\" HTTP header is not set to \"{expected}\". This is a potential security or privacy risk, as it is recommended to adjust this setting accordingly." : "The \"{header}\" HTTP header is not set to \"{expected}\". This is a potential security or privacy risk, as it is recommended to adjust this setting accordingly.",
"The \"{header}\" HTTP header is not set to \"{expected}\". Some features might not work correctly, as it is recommended to adjust this setting accordingly." : "The \"{header}\" HTTP header is not set to \"{expected}\". Some features might not work correctly, as it is recommended to adjust this setting accordingly.",
- "Non-existing tag #{tag}" : "Non-existing tag #{tag}",
- "restricted" : "restricted",
- "invisible" : "invisible",
- "Delete" : "Delete",
- "Rename" : "Rename",
- "Collaborative tags" : "Collaborative tags",
- "No tags found" : "No tags found",
"unknown text" : "unknown text",
"Hello world!" : "Hello world!",
"sunny" : "sunny",
@@ -89,30 +66,27 @@
"Please reload the page." : "Please reload the page.",
"The update was unsuccessful. For more information <a href=\"{url}\">check our forum post</a> covering this issue." : "The update was unsuccessful. For more information <a href=\"{url}\">check our forum post</a> covering this issue.",
"The update was unsuccessful. Please report this issue to the <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">Nextcloud community</a>." : "The update was unsuccessful. Please report this issue to the <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">Nextcloud community</a>.",
- "Continue to Nextcloud" : "Continue to Nextcloud",
- "_The update was successful. Redirecting you to Nextcloud in %n second._::_The update was successful. Redirecting you to Nextcloud in %n seconds._" : ["The update was successful. Redirecting you to Nextcloud in %n second.","The update was successful. Redirecting you to Nextcloud in %n seconds."],
- "Searching other places" : "Searching other places",
- "No search results in other folders for {tag}{filter}{endtag}" : "No search results in other folders for {tag}{filter}{endtag}",
- "_{count} search result in another folder_::_{count} search results in other folders_" : ["{count} search result in another folder","{count} search results in other folders"],
+ "Log in" : "Log in",
+ "Logging in …" : "Logging in …",
"Server side authentication failed!" : "Server side authentication failed!",
"Please contact your administrator." : "Please contact your administrator.",
"An internal error occurred." : "An internal error occurred.",
"Please try again or contact your administrator." : "Please try again or contact your administrator.",
"Username or email" : "Username or email",
"Password" : "Password",
- "Log in" : "Log in",
- "Logging in …" : "Logging in …",
"Wrong username or password." : "Wrong username or password.",
"User disabled" : "User disabled",
"We have detected multiple invalid login attempts from your IP. Therefore your next login is throttled up to 30 seconds." : "We have detected multiple invalid login attempts from your IP. Therefore your next login is throttled up to 30 seconds.",
"Reset password" : "Reset password",
"Couldn't send reset email. Please contact your administrator." : "Couldn't send reset email. Please contact your administrator.",
- "Password can not be changed. Please contact your administrator." : "Password can not be changed. Please contact your administrator.",
"Back to login" : "Back to login",
"New password" : "New password",
"I know what I'm doing" : "I know what I'm doing",
"Cancel" : "Cancel",
"Forgot password?" : "Forgot password?",
+ "Back" : "Back",
+ "Reset search" : "Reset search",
+ "Search" : "Search",
"Settings" : "Settings",
"Could not load your contacts" : "Could not load your contacts",
"Search contacts …" : "Search contacts …",
@@ -168,6 +142,13 @@
"Strong password" : "Strong password",
"No action available" : "No action available",
"Error fetching contact actions" : "Error fetching contact actions",
+ "Non-existing tag #{tag}" : "Non-existing tag #{tag}",
+ "restricted" : "restricted",
+ "invisible" : "invisible",
+ "Delete" : "Delete",
+ "Rename" : "Rename",
+ "Collaborative tags" : "Collaborative tags",
+ "No tags found" : "No tags found",
"Personal" : "Personal",
"Users" : "Users",
"Apps" : "Apps",
@@ -216,8 +197,6 @@
"More apps" : "More apps",
"More" : "More",
"More apps menu" : "More apps menu",
- "Search" : "Search",
- "Reset search" : "Reset search",
"Contacts" : "Contacts",
"Contacts menu" : "Contacts menu",
"Settings menu" : "Settings menu",
@@ -236,7 +215,6 @@
"Access through untrusted domain" : "Access through untrusted domain",
"Please contact your administrator. If you are an administrator, edit the \"trusted_domains\" setting in config/config.php like the example in config.sample.php." : "Please contact your administrator. If you are an administrator, edit the \"trusted_domains\" setting in config/config.php like the example in config.sample.php.",
"App update required" : "App update required",
- "These apps will be updated:" : "These apps will be updated:",
"These incompatible apps will be disabled:" : "These incompatible apps will be disabled:",
"The theme %s has been disabled." : "The theme %s has been disabled.",
"Please make sure that the database, the config folder and the data folder have been backed up before proceeding." : "Please make sure that the database, the config folder and the data folder have been backed up before proceeding.",
@@ -250,74 +228,28 @@
"Upgrade via web on my own risk" : "Upgrade via web on my own risk",
"This %s instance is currently in maintenance mode, which may take a while." : "This %s instance is currently in maintenance mode, which may take a while.",
"Contact your system administrator if this message persists or appeared unexpectedly." : "Contact your system administrator if this message persists or appeared unexpectedly.",
- "Could not send reset email because there is no email address for this username. Please contact your administrator." : "Could not send reset email because there is no email address for this username. Please contact your administrator.",
- "Couldn't send reset email. Please make sure your username is correct." : "Couldn't send reset email. Please make sure your username is correct.",
- "Your files are encrypted. There will be no way to get your data back after your password is reset.<br />If you are not sure what to do, please contact your administrator before you continue. <br />Do you really want to continue?" : "Your files are encrypted. There will be no way to get your data back after your password is reset.<br />If you are not sure what to do, please contact your administrator before you continue. <br />Do you really want to continue?",
- "Sending email …" : "Sending email …",
- "You are currently running PHP 5.6. The current major version of Nextcloud is the last that is supported on PHP 5.6. It is recommended to upgrade the PHP version to 7.0+ to be able to upgrade to Nextcloud 14." : "You are currently running PHP 5.6. The current major version of Nextcloud is the last that is supported on PHP 5.6. It is recommended to upgrade the PHP version to 7.0+ to be able to upgrade to Nextcloud 14.",
- "Shared" : "Shared",
- "Shared with" : "Shared with",
- "Shared by" : "Shared by",
- "Choose a password for the public link" : "Choose a password for the public link",
- "Choose a password for the public link or press the \"Enter\" key" : "Choose a password for the public link or press the \"Enter\" key",
- "Copied!" : "Copied!",
- "Copy link" : "Copy link",
- "Not supported!" : "Not supported!",
- "Press ⌘-C to copy." : "Press ⌘-C to copy.",
- "Press Ctrl-C to copy." : "Press Ctrl-C to copy.",
- "Resharing is not allowed" : "Resharing is not allowed",
- "Link" : "Link",
- "Hide download" : "Hide download",
- "Password protect" : "Password protect",
- "Allow editing" : "Allow editing",
- "Email link to person" : "Email link to person",
- "Send" : "Send",
- "Allow upload and editing" : "Allow upload and editing",
- "Read only" : "Read only",
- "File drop (upload only)" : "File drop (upload only)",
- "Set expiration date" : "Set expiration date",
- "Expiration" : "Expiration",
- "Expiration date" : "Expiration date",
- "Note to recipient" : "Note to recipient",
- "Unshare" : "Unshare",
- "Share to {name}" : "Share to {name}",
- "Share link" : "Share link",
- "Could not unshare" : "Could not unshare",
- "Shared with you and the group {group} by {owner}" : "Shared with you and the group {group} by {owner}",
- "Shared with you by {owner}" : "Shared with you by {owner}",
- "Choose a password for the mail share" : "Choose a password for the mail share",
- "group" : "group",
- "remote" : "remote",
- "email" : "email",
- "shared by {sharer}" : "shared by {sharer}",
- "Can reshare" : "Can reshare",
- "Can edit" : "Can edit",
- "Can create" : "Can create",
- "Can change" : "Can change",
- "Can delete" : "Can delete",
- "Access control" : "Access control",
- "Error while sharing" : "Error whilst sharing",
- "Share details could not be loaded for this item." : "Share details could not be loaded for this item.",
- "_At least {count} character is needed for autocompletion_::_At least {count} characters are needed for autocompletion_" : ["At least {count} character is needed for autocompletion","At least {count} characters are needed for autocompletion"],
- "This list is maybe truncated - please refine your search term to see more results." : "This list is maybe truncated - please refine your search term to see more results.",
- "No users or groups found for {search}" : "No users or groups found for {search}",
- "No users found for {search}" : "No users found for {search}",
- "An error occurred (\"{message}\"). Please try again" : "An error occurred (\"{message}\"). Please try again",
- "An error occurred. Please try again" : "An error occurred. Please try again",
- "Home" : "Home",
- "Work" : "Work",
- "Other" : "Other",
- "{sharee} ({type}, {owner})" : "{sharee} ({type}, {owner})",
- "Share" : "Share",
- "Name or email address..." : "Name or email address...",
- "Name or federated cloud ID..." : "Name or federated cloud ID...",
- "Name, federated cloud ID or email address..." : "Name, federated cloud ID or email address...",
- "Name..." : "Name...",
- "Error removing share" : "Error removing share",
- "({scope})" : "({scope})",
- "Saving..." : "Saving...",
- "Dismiss" : "Dismiss",
- "New Password" : "New Password",
- "Cancel log in" : "Cancel log in"
+ "Checking whether the database schema can be updated (this can take a long time depending on the database size)" : "Checking whether the database schema can be updated (this can take a long time depending on the database size)",
+ "Checked database schema update" : "Checked database schema update",
+ "Checking updates of apps" : "Checking updates of apps",
+ "Checking for update of app \"%s\" in appstore" : "Checking for update of app \"%s\" in appstore",
+ "Update app \"%s\" from appstore" : "Update app \"%s\" from appstore",
+ "Checked for update of app \"%s\" in appstore" : "Checked for update of app \"%s\" in appstore",
+ "Checked database schema update for apps" : "Checked database schema update for apps",
+ "Following apps have been disabled: %s" : "Following apps have been disabled: %s",
+ "Your web server is not properly set up to resolve \"{url}\". Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Your web server is not properly set up to resolve \"{url}\". Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>.",
+ "Check the background job settings" : "Check the background job settings",
+ "No memory cache has been configured. To enhance performance, please configure a memcache, if available. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "No memory cache has been configured. To enhance performance, please configure a memcache, if available. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>.",
+ "You are currently running PHP {version}. Upgrade your PHP version to take advantage of <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">performance and security updates provided by the PHP Group</a> as soon as your distribution supports it." : "You are currently running PHP {version}. Upgrade your PHP version to take advantage of <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">performance and security updates provided by the PHP Group</a> as soon as your distribution supports it.",
+ "The reverse proxy header configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If not, this is a security issue and can allow an attacker to spoof their IP address as visible to the Nextcloud. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "The reverse proxy header configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If not, this is a security issue and can allow an attacker to spoof their IP address as visible to the Nextcloud. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>.",
+ "Memcached is configured as distributed cache, but the wrong PHP module \"memcache\" is installed. \\OC\\Memcache\\Memcached only supports \"memcached\" and not \"memcache\". See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">memcached wiki about both modules</a>." : "Memcached is configured as distributed cache, but the wrong PHP module \"memcache\" is installed. \\OC\\Memcache\\Memcached only supports \"memcached\" and not \"memcache\". See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">memcached wiki about both modules</a>.",
+ "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">List of invalid files…</a> / <a href=\"{rescanEndpoint}\">Rescan…</a>)" : "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">List of invalid files…</a> / <a href=\"{rescanEndpoint}\">Rescan…</a>)",
+ "The PHP OPcache is not properly configured. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance it is recommended</a> to use the following settings in the <code>php.ini</code>:" : "The PHP OPcache is not properly configured. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance it is recommended</a> to use the following settings in the <code>php.ini</code>:",
+ "Continue to Nextcloud" : "Continue to Nextcloud",
+ "_The update was successful. Redirecting you to Nextcloud in %n second._::_The update was successful. Redirecting you to Nextcloud in %n seconds._" : ["The update was successful. Redirecting you to Nextcloud in %n second.","The update was successful. Redirecting you to Nextcloud in %n seconds."],
+ "Searching other places" : "Searching other places",
+ "No search results in other folders for {tag}{filter}{endtag}" : "No search results in other folders for {tag}{filter}{endtag}",
+ "_{count} search result in another folder_::_{count} search results in other folders_" : ["{count} search result in another folder","{count} search results in other folders"],
+ "Password can not be changed. Please contact your administrator." : "Password can not be changed. Please contact your administrator.",
+ "These apps will be updated:" : "These apps will be updated:"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
} \ No newline at end of file
diff --git a/core/l10n/eo.js b/core/l10n/eo.js
index b2317206382..a97a67a5f4c 100644
--- a/core/l10n/eo.js
+++ b/core/l10n/eo.js
@@ -15,6 +15,7 @@ OC.L10N.register(
"No valid crop data provided" : "Neniu valida stucdatumo provizita",
"Crop is not square" : "Stuca elekto ne estas kvadrata",
"State token does not match" : "Stata ĵetono ne kongruas",
+ "Invalid app password" : "Nevalida aplikaĵo-pasvorto",
"Could not complete login" : "Ensaluto ne eblis",
"Your login token is invalid or has expired" : "Via ensaluta ĵetono ne validas aŭ senvalidiĝis",
"Password reset is disabled" : "Pasvorta restarigo malebligita",
@@ -28,6 +29,8 @@ OC.L10N.register(
"Nextcloud Server" : "Nextcloud-servilo",
"Some of your link shares have been removed" : "Kelkaj el viaj kunhavigaj ligiloj estis forigitaj",
"Due to a security bug we had to remove some of your link shares. Please see the link for more information." : "Pro sekuriga problemo, ni forigu kelkajn el viaj kunhavigaj ligiloj. Bv. vidi la ligilon por plia informo.",
+ "The user limit of this instance is reached." : "La maksimuma nombro de uzantoj estis atingita en tiu ĉi servilo.",
+ "Enter your subscription key to increase the user limit. For more information about Nextcloud Enterprise see our website." : "Entajpu vian abon-ŝlosilon por pliigi vian maksimuman nombron de uzantoj. Por scii pli pri „Nextcloud Enterprise“, vidu nian retejon.",
"Preparing update" : "Preparo de la ĝisdatigo",
"[%d / %d]: %s" : "[%d / %d]: %s",
"Repair step:" : "Ripara stadio:",
@@ -41,74 +44,45 @@ OC.L10N.register(
"Maintenance mode is kept active" : "Reĝimo de prizorgado pluas",
"Updating database schema" : "Ĝisdatigo de la skemo de la datumbazo",
"Updated database" : "Ĝisdatiĝis datumbazo",
- "Checking whether the database schema can be updated (this can take a long time depending on the database size)" : "Kontrolo, ĉu la skemo de la datumbazo estas ĝisdatigebla (tio povas daŭri longe laŭ la grando de la datumbazo)",
- "Checked database schema update" : "Ĝisdatigo de la skemo de la datumbazo kontrolita",
- "Checking updates of apps" : "Kontrolo de la ĝisdatigoj de aplikaĵoj",
- "Checking for update of app \"%s\" in appstore" : "Kontrolo de la ĝisdatigo de la aplikaĵo „%s“ en aplikaĵejo",
- "Update app \"%s\" from appstore" : "Ĝisdatigon de la aplikaĵo „%s“ el aplikaĵejo",
- "Checked for update of app \"%s\" in appstore" : "Ĝisdatigo de la aplikaĵo „%s“ en aplikaĵejo kontrolita",
"Checking whether the database schema for %s can be updated (this can take a long time depending on the database size)" : "Kontrolo, ĉu la skemo de la datumbazo por %s estas ĝisdatigebla (tio povas daŭri longe laŭ la grando de la datumbazo)",
- "Checked database schema update for apps" : "Ĝisdatigo de la skemo de la datumbazo por la aplikaĵoj kontrolita",
"Updated \"%1$s\" to %2$s" : "„%1$s“ ĝisdatigita al %2$s",
"Set log level to debug" : "Agordi la protokolnivelon je sencimigo",
"Reset log level" : "Restarigi nivelon de protokolado",
"Starting code integrity check" : "Kontrolo de koda integreco",
"Finished code integrity check" : "Fino de la kontrolo de koda integreco",
"%s (incompatible)" : "%s (nekongrua)",
- "Following apps have been disabled: %s" : "Jenaj aplikaĵoj estis malŝaltataj: %s",
+ "The following apps have been disabled: %s" : "La jenaj aplikaĵoj estis malŝatitaj: %s",
"Already up to date" : "Jam aktuala",
"Your web server is not yet properly set up to allow file synchronization, because the WebDAV interface seems to be broken." : "Via retservilo ankoraŭ ne estas agordita por permesi sinkronigon de dosieroj, ĉar la WebDAV-interfaco ŝajne difektiĝas.",
- "Your web server is not properly set up to resolve \"{url}\". Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Via retservilo ne estas agordita por trovi la adreson „{url}“. Pli da informo troveblas en la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentaro</a>.",
- "Your web server is not properly set up to resolve \"{url}\". This is most likely related to a web server configuration that was not updated to deliver this folder directly. Please compare your configuration against the shipped rewrite rules in \".htaccess\" for Apache or the provided one in the documentation for Nginx at it's <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation page</a>. On Nginx those are typically the lines starting with \"location ~\" that need an update." : "Via retservilo ne estas agordita por trovi la adreson „{url}“. Tio plej verŝajne estas kaŭzita de servilo ne ĝisdatigita por rekte liveri tiun ĉi dosierujon. Bv. kompari vian agordon al transformreguloj en „.htaccess“ por Apache, aŭ la reguloj por Nginx en la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentaro</a>. Ĉe Nginx, tio, kio devas ĝisdatiĝi estas kutime linioj komencantaj per „location ~“.",
- "Your web server is not properly set up to deliver .woff2 files. This is typically an issue with the Nginx configuration. For Nextcloud 15 it needs an adjustement to also deliver .woff2 files. Compare your Nginx configuration to the recommended configuration in our <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Via retservilo ne estas agordita por sendi .woff2-dosierojn. Tio estas tipe problemo kun la agordo de Nginx. Nextcloud 15 bezonas adapton por ankaŭ sendi .woff2-dosierojn. Komparu vian Nginx-agordon kun la rekomendita agordo en nia <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentaro</a>.",
"PHP does not seem to be setup properly to query system environment variables. The test with getenv(\"PATH\") only returns an empty response." : "PHP ŝajnas ne esti taŭge agordita por informpeti sistemajn medivariablojn. La testado kun getenv(\"PATH\") revenigas nur malplenan respondon.",
- "Please check the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">installation documentation ↗</a> for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "Bv. legi la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">instal-dokumentaron ↗</a> pri agordo-notoj pri PHP kaj pri PHP-agordo de via retservilo, precipe kiam vi uzas la modulon „php-fpm“.",
"The read-only config has been enabled. This prevents setting some configurations via the web-interface. Furthermore, the file needs to be made writable manually for every update." : "La nurlega agordodosiero estis ebligita. Tio baras modifon de kelkaj agordoj per la reta fasado. Plie, la dosiero bezonos esti markita mane kiel legebla dum ĉiu ĝisdatigo.",
"Your database does not run with \"READ COMMITTED\" transaction isolation level. This can cause problems when multiple actions are executed in parallel." : "Via datumbazo ne uzas la nivelon de izoltransakcio „READ COMMITTED“ (angle por „asertita datumlegado“). Tio povas estigi problemojn, kiam pluraj agoj ruliĝas paralele.",
"The PHP module \"fileinfo\" is missing. It is strongly recommended to enable this module to get the best results with MIME type detection." : "La PHP-modulo „fileinfo“ mankas. Oni rekomendas ebligi tiun modulon por havi la plej bonan malkovron de MIME-tipo.",
- "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems. See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation ↗</a> for more information." : "La transakcia ŝloso de dosieroj estas malebligita: tio povas estigi problemojn kun kunkura aliro. Ebligu „filelocking.enabled“ en la dosiero config.php por eviti tiajn problemojn. Bv. vidi la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentaron ↗</a> por pli da informoj.",
"If your installation is not installed at the root of the domain and uses system cron, there can be issues with the URL generation. To avoid these problems, please set the \"overwrite.cli.url\" option in your config.php file to the webroot path of your installation (suggestion: \"{suggestedOverwriteCliURL}\")" : "Se via instalaĵo ne estas en la radiko de la domajno kaj uzas la sisteman „cron“, problemoj povas estiĝi kun generado de adresoj (URL). Por eviti tion, bv. agordi la opcion „overwrite.cli.url“ en la dosiero „config.php“ por meti en ĝi la vojon al la retservila radiko (propono: „{suggestedOverwriteCliURL}“).",
+ "Your installation has no default phone region set. This is required to validate phone numbers in the profile settings without a country code. To allow numbers without a country code, please add \"default_phone_region\" with the respective {linkstart}ISO 3166-1 code ↗{linkend} of the region to your config file." : "Via instalaĵo ne difinas defaŭltan telefon-regionon. Tio necesas por validigi telefonnumerojn en la profil-agordoj sen landkodo. Por ebligi la uzon de numeroj sen lankodo, aldonu „default_phone_region“ kun la {linkstart}ISO-3166-1-kodo ↗{linkend} de via regiono en la agordodosiero.",
"It was not possible to execute the cron job via CLI. The following technical errors have appeared:" : "Ne eblis ruli la cron-taskon per komandlinia interfaco. La jenaj eraroj okazis:",
- "Last background job execution ran {relativeTime}. Something seems wrong." : "La lasta fona tasko ruliĝis {relativeTime}. Io ŝajne misfunkciis.",
- "Check the background job settings" : "Kontrolu la agordon pri fona rulado",
"This server has no working Internet connection: Multiple endpoints could not be reached. This means that some of the features like mounting external storage, notifications about updates or installation of third-party apps will not work. Accessing files remotely and sending of notification emails might not work, either. Establish a connection from this server to the Internet to enjoy all features." : "La servilo ne havas funkciantan retkonekton. Pluraj finpunktoj ne atingeblis. Do, kelkaj elementoj kiel surmeto de ekstera konservejo, sciigoj pri ĝisdatigoj aŭ instalado de ekstera liveranto ne funkcios. Defora atingo de dosieroj kaj sendo de sciigaj retmesaĝoj eble ne funkcios. Starigu konekton el tiu servilo al interreto por uzi ĉiujn eblojn.",
- "No memory cache has been configured. To enhance performance, please configure a memcache, if available. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Neniu kaŝmemoro estas agordita. Por plibonigi rapidecon, bv. agordi iun „memcache“, se disponebla. Pli da informoj troviĝas en la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentaro</a>.",
- "No suitable source for randomness found by PHP which is highly discouraged for security reasons. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Neniu taŭga fonto de hazardo por PHP: tio estas tre malrekomendita pro sekuriga kialoj. Pli da informoj troviĝas en la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentaro</a>.",
- "You are currently running PHP {version}. Upgrade your PHP version to take advantage of <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">performance and security updates provided by the PHP Group</a> as soon as your distribution supports it." : "Vi uzas ĉi-momente la version {version} de PHP. Promociu vian PHP-version por profiti de <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">sekurigaj kaj rapidecaj ĝisdatigoj de la PHP-grupo</a>, tuj kiam via distribuaĵo subtenos ĝin.",
- "The reverse proxy header configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If not, this is a security issue and can allow an attacker to spoof their IP address as visible to the Nextcloud. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Aŭ la agordo pri la kapoj de inversa prokurilo ne ĝustas, aŭ vi aliras al Nextcloud per fidinda prokurilo. Se vi ne aliras al Nextcloud per fidinda prokurilo, tio estas sekuriga problemo, kaj tio ebligas atakanton mistifiki tiun IP-adreson, kiun Nextcloud ricevas. Pli da informoj troveblas en la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentaro</a>.",
- "Memcached is configured as distributed cache, but the wrong PHP module \"memcache\" is installed. \\OC\\Memcache\\Memcached only supports \"memcached\" and not \"memcache\". See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">memcached wiki about both modules</a>." : "Kaŝmemorilo „Memcached“ uziĝas nun kiel disa kaŝmemoro, sed la neĝusta PHP-modulo „memcache“ estas instalita. \\OC\\Memcache\\Memcached subtenas nur la modulon nomitan „memcached“ kaj ne tiun nomitan „memcache“. Vidu la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">„memcached“-vikio pri ambaŭ moduloj</a>.",
- "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">List of invalid files…</a> / <a href=\"{rescanEndpoint}\">Rescan…</a>)" : "Kelkaj dosieroj ne sukcese trairis la kontrolon pri integreco. Pli da informaj pri solvado de tiu problemo troveblas en la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentaro</a>: <a href=\"{codeIntegrityDownloadEndpoint}\">Listo de nevalidaj dosieroj...</a>, <a href=\"{rescanEndpoint}\">Reekzameni („rescan“) dosierojn...</a>.",
- "The PHP OPcache module is not loaded. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance it is recommended</a> to load it into your PHP installation." : "La PHP-modulo „OPcache“ ne estas ŝargita. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Por pli da rapideco, oni rekomendas</a> ŝargi ĝin en via PHP-instalaĵon.",
- "The PHP OPcache is not properly configured. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance it is recommended</a> to use the following settings in the <code>php.ini</code>:" : "La PHP-modulo „OPcache“ ne estas taŭge agordita. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Por pli da rapideco, oni rekomendas</a> uzi la jenajn agordojn en la dosiero <code>php.ini</code>:",
+ "Nextcloud 20 is the last release supporting PHP 7.2. Nextcloud 21 requires at least PHP 7.3." : "Nextcloud 20 estas la lasta versio, kiu subtenas PHP 7.2. Nextcloud 21 bezonas almenaŭ PHP 7.3.",
"The PHP function \"set_time_limit\" is not available. This could result in scripts being halted mid-execution, breaking your installation. Enabling this function is strongly recommended." : "La PHP-funkcio „set_time_limit“ (angle „difini tempolimo“) ne disponeblas. Pro tio, skriptoj povus halti mezvoje, eble difektante vian instalaĵon. Ebligi tiun funkcion estas tre rekomendita.",
"Your PHP does not have FreeType support, resulting in breakage of profile pictures and the settings interface." : "Via PHP ne subtenas la bibliotekon FreeType, kio provokos misfunkcion de profilbildo kaj de la agorda fasado.",
"Missing index \"{indexName}\" in table \"{tableName}\"." : "Mankanta indekso „{indexName}“ en tabelo „{tableName}“.",
"The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "Mankas kelkaj indeksoj en la datumbazo. Pro la ebla malrapideco aldoni indeksojn en grandaj tabeloj, ili ne estis aldonitaj aŭtomate. Vi povas aldoni ilin mane, rulante komandlinie „occ db:add-missing-indices“, dum la servilo estas funkcianta. Kiam la indeksoj ekzistos, la uzo de tiuj tabelojn estos kutime pli rapida.",
+ "Missing primary key on table \"{tableName}\"." : "Mankas ĉefŝlosilo ĉe la tablo „{tableName}“.",
+ "The database is missing some primary keys. Due to the fact that adding primary keys on big tables could take some time they were not added automatically. By running \"occ db:add-missing-primary-keys\" those missing primary keys could be added manually while the instance keeps running." : "Mankas kelkaj ĉefŝlosiloj en la datumbazo. Pro la ebla malrapideco aldoni ĉefŝlosilojn en grandaj tabeloj, ili ne estis aldonitaj aŭtomate. Vi povas aldoni ilin mane, rulante komandlinie „occ db:add-missing-primary-keys“, dum la servilo estas funkcianta.",
+ "Missing optional column \"{columnName}\" in table \"{tableName}\"." : "Mankas malnepra kolumno ĉe la tablo „{tableName}“.",
+ "The database is missing some optional columns. Due to the fact that adding columns on big tables could take some time they were not added automatically when they can be optional. By running \"occ db:add-missing-columns\" those missing columns could be added manually while the instance keeps running. Once the columns are added some features might improve responsiveness or usability." : "Mankas kelkaj malnepraj kolumnoj en la datumbazo. Pro la ebla malrapideco aldoni kolumnojn en grandaj tabeloj, ili ne estis aldonitaj aŭtomate. Vi povas aldoni ilin mane, rulante komandlinie „occ db:add-missing-columns“, dum la servilo estas funkcianta. Kiam la kolumnoj aldoniĝos, la uzo de tiuj tabelojn estos kutime pli rapida.",
"This instance is missing some recommended PHP modules. For improved performance and better compatibility it is highly recommended to install them." : "En tiu servilo mankas rekomenditaj PHP-moduloj. Por pli da rapideco kaj pli bona kongrueco, bv. instali ilin.",
- "Some columns in the database are missing a conversion to big int. Due to the fact that changing column types on big tables could take some time they were not changed automatically. By running 'occ db:convert-filecache-bigint' those pending changes could be applied manually. This operation needs to be made while the instance is offline. For further details read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "Mankas konverto al granda entjero (angle „big int“) en kelkaj kolumnoj de la datumbazo. Pro la ebla malrapideco ŝanĝi kolumntipoj en grandaj tabeloj, ili ne estis ŝanĝitaj aŭtomate. Vi povas ŝanĝi ilin mane, rulante komandlinie „occ db:convert-filecache-bigint“. Sed tio devas esti farita dum la servilo ne estas funkcianta. Por pli da detaloj, legu <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">la helpan paĝon pri tio</a>.",
+ "Module php-imagick in this instance has no SVG support. For better compatibility it is recommended to install it." : "En tiu servilo, la PHP-modulo „php-imagick“ ne subtenas SVG. Por pli bona kongrueco, instalu ĝin.",
"SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend." : "SQLite estas la nuna datumbazo uzita de la servilo. Por grandaj instalaĵoj, ni rekomendas uzi alian tipon de datumbazo.",
"This is particularly recommended when using the desktop client for file synchronisation." : "Tio estas precipe rekomendinda, kiam oni uzas la surtablan programon por sinkronigi la dosierojn.",
- "To migrate to another database use the command line tool: 'occ db:convert-type', or see the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation ↗</a>." : "Por strukture transmeti al alia datumbazo, uzu la komandlinia ilo „occ db:convert-type“, aŭ vidu la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentaron ↗</a>.",
- "Use of the the built in php mailer is no longer supported. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Please update your email server settings ↗<a/>." : "Uzo de la interna PHP-poŝtilo ne plu estas subtenata. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Bv. ĝisdatigi viajn agordojn pri retpoŝtilo ↗<a/>.",
"The PHP memory limit is below the recommended value of 512MB." : "La PHP-memorlimo estas sub la rekomendita valoro de 512 MB.",
"Some app directories are owned by a different user than the web server one. This may be the case if apps have been installed manually. Check the permissions of the following app directories:" : "Kelkaj aplikaĵ-dosierujoj apartenas al malsama uzanto ol tiu de la retservilo. Tio povas okazi, kiam aplikaĵoj estis instalita mane. Kontrolu la permesojn de la jenaj dosierujoj:",
- "MySQL is used as database but does not support 4-byte characters. To be able to handle 4-byte characters (like emojis) without issues in filenames or comments for example it is recommended to enable the 4-byte support in MySQL. For further details read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "MySQL uziĝas kiel datumbazo, sed ĝi ne subtenas 4-bajtajn signojn. Por ke ĝi povu uzi 4-bajtajn signojn (kiel emoĝiojn) sen problemo kun dosiernomo aŭ komentoj i.a., oni rekomendas ŝalti subtenon por 4-bajtaj signoj en MySQL. Pli pliaj detaloj, vidu la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentaron pri tio</a>.",
"This instance uses an S3 based object store as primary storage. The uploaded files are stored temporarily on the server and thus it is recommended to have 50 GB of free space available in the temp directory of PHP. Check the logs for full details about the path and the available space. To improve this please change the temporary directory in the php.ini or make more space available in that path." : "Tiu Nextcloud-servilo uzas objektokonservejon bazitan sur S3 kiel ĉefkonservejo. La alŝutitaj dosieroj provizore konserviĝas en la servilo, kaj pro tio oni rekomendas havi liberan spacon je 50 GB en la PHP-a provizora dosierujo. Kontrolu la protokolojn por ĉiuj detaloj pri la dosiervojo kaj la libera spaco. Do, aŭ ŝanĝu la provizoran dosierujon en „php.ini“, aŭ liberigu spacon en tiu loko.",
"Error occurred while checking server setup" : "Eraro dum kontrolo de servila agordo",
"Your data directory and files are probably accessible from the Internet. The .htaccess file is not working. It is strongly recommended that you configure your web server so that the data directory is no longer accessible, or move the data directory outside the web server document root." : "Via datumdosierujo kaj viaj dosieroj estas probable elirebla el la interreto. La dosiero „.htaccess“ ne funkcias. Ni tre rekomendas, ke vi agordu vian retservilon, por ke la dosierujo de datumoj („data“) estu ne alirebla aŭ ĝi estu movita ekster la dokumentradiko de la retservilo.",
"The \"{header}\" HTTP header is not set to \"{expected}\". This is a potential security or privacy risk, as it is recommended to adjust this setting accordingly." : "La HTTP-kapo „{header}“ ne egalas al „{expected}“. Tio estas eventuala risko pri sekureco aŭ privateco. Bv. ĝustigi tiun agordon laŭe.",
"The \"{header}\" HTTP header is not set to \"{expected}\". Some features might not work correctly, as it is recommended to adjust this setting accordingly." : "La HTTP-kapo „{header}“ ne egalas al „{expected}“. Iuj trajtoj povus ne funkcii ĝuste. Bv. ĝustigi tiun agordon laŭe.",
"The \"{header}\" HTTP header doesn't contain \"{expected}\". This is a potential security or privacy risk, as it is recommended to adjust this setting accordingly." : "La HTTP-kapo „{header}“ ne enhavas „{expected}“. Tio estas eventuala risko pri sekureco aŭ privateco. Bv. ĝustigi tiun agordon laŭe.",
- "The \"{header}\" HTTP header is not set to \"{val1}\", \"{val2}\", \"{val3}\", \"{val4}\" or \"{val5}\". This can leak referer information. See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{link}\">W3C Recommendation ↗</a>." : "La HTTP-kapo „{header}“ ne egalas al „{val1}“, „{val2}“, „{val3}“, „{val4}“ aŭ „{val5}“. Tio povas nepermesite diskonigi referencantojn. Legu la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{link}\">W3C-rekomendon ↗</a>.",
- "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the <a href=\"{docUrl}\" rel=\"noreferrer noopener\">security tips ↗</a>." : "La HTTP-kapo „Strict-Transport-Security“ (angle por severa sekurigo de transporto, HSTS) ne egalas almenaŭ „{seconds}“ sekundojn. Por pli da sekureco, oni rekomendas ebligi HSTS-kapon kiel priskribita en la <a href=\"{docUrl}\" rel=\"noreferrer noopener\">praktikaj konsiloj pri sekurigo ↗</a>.",
- "Accessing site insecurely via HTTP. You are strongly advised to set up your server to require HTTPS instead, as described in the <a href=\"{docUrl}\">security tips ↗</a>." : "Vi nesekure atingas tiun retejon per HTTP. Ni tre rekomendas agordi vian retservilon tiel, ke HTTPS uziĝu anstataŭe; vidu la <a href=\"{docUrl}\">praktikajn konsilojn pri sekurigo ↗</a>.",
- "Non-existing tag #{tag}" : "Ne ekzistas etikedo #{tag}",
- "restricted" : "limigita",
- "invisible" : "nevidebla",
- "Delete" : "Forigi",
- "Rename" : "Alinomi",
- "Collaborative tags" : "Kunlaboraj etikedoj",
- "No tags found" : "Neniu etikedo troviĝis ",
"unknown text" : "nekonata teksto",
"Hello world!" : "Saluton, mondo!",
"sunny" : "suna",
@@ -123,34 +97,37 @@ OC.L10N.register(
"Please reload the page." : "Bonvolu reŝargi la paĝon.",
"The update was unsuccessful. For more information <a href=\"{url}\">check our forum post</a> covering this issue." : "La ĝisdatigo malsukcesis. Por pli da informoj, <a href=\"{url}\">vidu la forumafisôn</a> pri tio.",
"The update was unsuccessful. Please report this issue to the <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">Nextcloud community</a>." : "La ĝisdatigo malsukcesis. Bonvolu raporti tiun problemon al la <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">Nextcloud-komunumo</a>.",
- "Continue to Nextcloud" : "Daŭrigi al Nextcloud",
- "_The update was successful. Redirecting you to Nextcloud in %n second._::_The update was successful. Redirecting you to Nextcloud in %n seconds._" : ["La ĝisdatigo sukcesis. Alidirektante vin al Nextcloud post %n sekundo.","La ĝisdatigo sukcesis. Alidirektante vin al Nextcloud post %n sekundoj."],
- "Searching other places" : "Serĉo en aliaj lokoj",
- "No search results in other folders for {tag}{filter}{endtag}" : "Neniu serĉ-rezultoj en aliaj dosierujoj por {tag}{filter}{endtag}",
- "_{count} search result in another folder_::_{count} search results in other folders_" : ["{count} serĉ-rezulto en alia dosierujo","{count} serĉ-rezultoj en aliaj dosierujoj"],
+ "Log in" : "Ensaluti",
+ "Logging in …" : "Ensaluti...",
"Server side authentication failed!" : "Ĉeservila aŭtentigo malsukcesis!",
"Please contact your administrator." : "Bonvolu kontakti vian administranton.",
"An internal error occurred." : "Interna servileraro okazis.",
"Please try again or contact your administrator." : "Bonvolu provi ree aŭ kontakti vian administranton.",
"Username or email" : "Uzantnomo aŭ retpoŝtadreso",
"Password" : "Pasvorto",
- "Log in" : "Ensaluti",
- "Logging in …" : "Ensaluti...",
"Wrong username or password." : "Neĝusta uzantnomo aŭ pasvorto.",
"User disabled" : "Uzanto malvalidigita",
"We have detected multiple invalid login attempts from your IP. Therefore your next login is throttled up to 30 seconds." : "Ni eltrovis plurajn nevalidajn provojn ensaluti el via IP-adreso. Do, oni prokrastis vian sekvantan ensaluton dum ĝis 30 sekundoj.",
+ "Your account is not setup for passwordless login." : "Via konto ne estas agordita por uzi senpasvortan ensaluton.",
+ "Passwordless authentication is not supported in your browser." : "Senpasvorta aŭtentigo ne eblas per via retumilo.",
+ "Passwordless authentication is only available over a secure connection." : "Senpasvorta aŭtentigo eblas nur pere de sekura konekto.",
"Reset password" : "Restarigi pasvorton",
- "A password reset message has been sent to the e-mail address of this account. If you do not receive it, check your spam/junk folders or ask your local administrator for help." : "Mesaĝo por restarigi la pasvorton estis sendita al la retpoŝtadreso de tiu konto. Se vi ne ricevas ĝin baldaŭ, vidu vian spamujon aŭ pridemandu vian administranton.",
"If it is not there ask your local administrator." : "Se tio ne estas tie, kontaktu vian lokan administranton.",
"Couldn't send reset email. Please contact your administrator." : "Ne eblas sendi retpoŝton pri restarigo. Bonvolu kontakti vian administranton.",
- "Password can not be changed. Please contact your administrator." : "Pasvorto ne eblas esti ŝanĝita. Bonvolu kontakti vian administranton.",
"Back to login" : "Antaŭen al ensaluto",
"New password" : "Nova pasvorto",
"Your files are encrypted. There will be no way to get your data back after your password is reset. If you are not sure what to do, please contact your administrator before you continue. Do you really want to continue?" : "Viaj dosieroj estas ĉifritaj. Ne estos eble rehavi viajn datumojn post la restarigo de via pasvorto. Se vi ne tute certas pri kio fari, bonvolu pridemandi vian administranton, antaŭ ol daŭrigi. Ĉu vi ja volas daŭrigi?",
"I know what I'm doing" : "Mi scias, kion mi faras",
"Resetting password" : "Restarigo de la pasvorto",
+ "Recommended apps" : "Rekomendataj aplikaĵoj",
+ "Loading apps …" : "Ŝargado de aplikaĵoj...",
+ "Installing apps …" : "Instalado de aplikaĵoj...",
+ "App download or installation failed" : "Elŝuto aŭ instalado de la aplikaĵo malsukcesis",
"Cancel" : "Nuligi",
"Forgot password?" : "Ĉu vi forgesis vian pasvorton?",
+ "Back" : "Antaŭen",
+ "Reset search" : "Restarigi serĉon",
+ "Search" : "Serĉi",
"Settings" : "Agordo",
"Could not load your contacts" : "Ne eblis ŝargi viajn kontaktojn",
"Search contacts …" : "Serĉi kontaktojn…",
@@ -218,6 +195,13 @@ OC.L10N.register(
"Strong password" : "Forta pasvorto",
"No action available" : "Neniu ago disponebla",
"Error fetching contact actions" : "Eraro dum serĉo de kontakt-agoj",
+ "Non-existing tag #{tag}" : "Ne ekzistas etikedo #{tag}",
+ "restricted" : "limigita",
+ "invisible" : "nevidebla",
+ "Delete" : "Forigi",
+ "Rename" : "Alinomi",
+ "Collaborative tags" : "Kunlaboraj etikedoj",
+ "No tags found" : "Neniu etikedo troviĝis ",
"Personal" : "Persona",
"Users" : "Uzantoj",
"Apps" : "Aplikaĵoj",
@@ -275,8 +259,6 @@ OC.L10N.register(
"More apps" : "Pli da aplikaĵoj",
"More" : "Pli",
"More apps menu" : "Menuo „Pli da aplikaĵoj“",
- "Search" : "Serĉi",
- "Reset search" : "Restarigi serĉon",
"Contacts" : "Kontaktoj",
"Contacts menu" : "Menuo de kontaktoj",
"Settings menu" : "Menuo de agordo",
@@ -309,7 +291,6 @@ OC.L10N.register(
"Further information how to configure this can be found in the %1$sdocumentation%2$s." : "Pliaj informoj pri agordo de tio troveblas en la %1$sdokumentaro%2$s.",
"App update required" : "Aplikaĵa ĝisdatigo nepras",
"%1$s will be updated to version %2$s" : "%1$s ĝisdatiĝos al versio %2$s",
- "These apps will be updated:" : "La jenajn aplikaĵoj ĝisdatiĝos:",
"These incompatible apps will be disabled:" : "La jenaj malkongruaj aplikaĵoj estos malŝaltataj:",
"The theme %s has been disabled." : "La etoso %s estis malebligita.",
"Please make sure that the database, the config folder and the data folder have been backed up before proceeding." : "Bonvolu certiĝi, ke la datumbazo, la dosierujo de agordoj kaj la dosierujo de datumoj jam estis savkopiitaj antaŭ ol plui.",
@@ -325,95 +306,48 @@ OC.L10N.register(
"This %s instance is currently in maintenance mode, which may take a while." : "La servilo %s estas nun en reĝimo de prizorgado, tio eble daŭros longatempe.",
"This page will refresh itself when the instance is available again." : "Tiu ĉi paĝo aktualiĝos mem, kiam la servilo redisponeblos.",
"Contact your system administrator if this message persists or appeared unexpectedly." : "Kontaktu vian administranton, se tiu ĉi mesaĝo daŭras aŭ aperas neatendite.",
- "Could not send reset email because there is no email address for this username. Please contact your administrator." : "Ne eblas sendi retpoŝton ĉar ne estas retpoŝtadreso por ĉi tiu uzantnomo. Bonvolu kontakti vian administranton.",
- "Couldn't send reset email. Please make sure your username is correct." : "Ne eblis sendi la retmesaĝon por restarigi pasvorton. Bonvolu kontroli, ĉu via uzantnomo ĝustas.",
- "We have send a password reset e-mail to the e-mail address known to us for this account. If you do not receive it within a reasonable amount of time, check your spam/junk folders.<br>If it is not there ask your local administrator." : "La ligilo por restarigi vian pasvorton estis sendita al via retpoŝtadreso. Se vi ne ricevas ĝin baldaŭ, vidu vian spamujon.<br>Se ĝi ne estas tie, pridemandu vian administranton.",
- "Your files are encrypted. There will be no way to get your data back after your password is reset.<br />If you are not sure what to do, please contact your administrator before you continue. <br />Do you really want to continue?" : "Viaj dosieroj estas ĉifritaj. Ne estos eble rehavi viajn datumojn post la restarigo de via pasvorto.<br />Se vi ne tute certas pri kio fari, bonvolu pridemandi vian administranton, antaŭ ol daŭrigi. <br />Ĉu vi ja volas daŭrigi?",
- "Sending email …" : "Sendado de la retpoŝto...",
- "You are currently running PHP 5.6. The current major version of Nextcloud is the last that is supported on PHP 5.6. It is recommended to upgrade the PHP version to 7.0+ to be able to upgrade to Nextcloud 14." : "Vi uzas ĉi-momente la version 5.6 de PHP. La nuna ĉefa versio de Nextcloud estas la lasta, kiu uzeblos kun PHP versio 5.6. Estas rekomendita promocii al PHP versio 7.0 kaj pli por povi instali la version 14 de Nextcloud.",
- "Accessing site insecurely via HTTP. You are strongly adviced to set up your server to require HTTPS instead, as described in the <a href=\"{docUrl}\">security tips ↗</a>." : "Vi atingas tiun retejon per HTTP. Ni tre rekomendas agordi vian retservilon tiel, ke HTTPS uziĝu anstataŭe; vidu la <a href=\"{docUrl}\">praktikajn konsilojn pri sekurigo ↗</a>.",
- "Shared" : "Kunhavata",
- "Shared with" : "Kunhavigita kun",
- "Shared by" : "Kunhavigita de",
- "Choose a password for the public link" : "Elektu pasvorton por la publika ligilo",
- "Choose a password for the public link or press the \"Enter\" key" : "Elektu pasvorton por la publika ligilo aŭ premu la enigan klavon",
- "Copied!" : "Kopiita!",
- "Copy link" : "Kopii ligilon",
- "Not supported!" : "Ne subtenite!",
- "Press ⌘-C to copy." : "Premu ⌘-C por kopii.",
- "Press Ctrl-C to copy." : "Premu Ctrl-C por kopii.",
- "Unable to create a link share" : "Ne eblis krei kunhavo-ligilon",
- "Unable to toggle this option" : "Ne eblis baskuligi tiun opcion",
- "Resharing is not allowed" : "Rekunhavigo ne permesatas",
- "Link" : "Ligilo",
- "Hide download" : "Kaŝi elŝuton",
- "Password protection enforced" : "Pasvorta protekto efektiva",
- "Password protect" : "Protekti per pasvorto",
- "Allow editing" : "Permesi redakton",
- "Email link to person" : "Retpoŝti la ligilon",
- "Send" : "Sendi",
- "Allow upload and editing" : "Permesi alŝuton kaj redakton",
- "Read only" : "Nurlega",
- "File drop (upload only)" : "Demeti dosieron (nur alŝuto)",
- "Expiration date enforced" : "Limdato efektiva",
- "Set expiration date" : "Agordi limdaton",
- "Expiration" : "Eksvalidiĝo",
- "Expiration date" : "Limdato",
- "Note to recipient" : "Noto al ricevonto",
- "Unshare" : "Malkunhavigi",
- "Delete share link" : "Forigi kunhavo-ligilon",
- "Add another link" : "Aldoni plian ligilon",
- "Password protection for links is mandatory" : "Pasvorta protekto de ligiloj estas deviga",
- "Share to {name}" : "Kunhavigi al {name}",
- "Share link" : "Kunhavigi ligilon",
- "New share link" : "Nova kunhavo-ligilo",
- "Created on {time}" : "Kreita je {time}",
- "Password protect by Talk" : "Pasvorta protekto pere de „Talk“",
- "Could not unshare" : "Ne eblis malkunhavigi",
- "Shared with you and the group {group} by {owner}" : "Kunhavigita kun vi kaj la grupo {group} de {owner}",
- "Shared with you and {circle} by {owner}" : "Kunhavigita kun vi kaj {circle} de {owner}",
- "Shared with you and the conversation {conversation} by {owner}" : "Kunhavigita kun vi kaj la konversacio {conversation} de {owner}",
- "Shared with you in a conversation by {owner}" : "Kunhavigita kun vi en konversacio de {owner}",
- "Shared with you by {owner}" : "Kunhavigita kun vi de {owner}",
- "Choose a password for the mail share" : "Elektu pasvorton por la retpoŝta kunhavigo",
- "group" : "grupo",
- "remote" : "fora",
- "remote group" : "fora grupo",
- "email" : "retpoŝtadreso",
- "conversation" : "konversacio",
- "shared by {sharer}" : "kunhavigita de {sharer}",
- "Can reshare" : "Eblas rekunhavigi",
- "Can edit" : "Povas redakti",
- "Can create" : "Povas krei",
- "Can change" : "Eblas ŝanĝi",
- "Can delete" : "Povas forigi",
- "Access control" : "Alirkontrolo",
- "{shareInitiatorDisplayName} shared via link" : "{shareInitiatorDisplayName} kunhavigis per ligilo",
- "Error while sharing" : "Eraro dum kunhavigo",
- "Share details could not be loaded for this item." : "Kunhavaj detaloj pri ĉi tiu ero ne ŝargeblis.",
- "Search globally" : "Serĉi ĉie",
- "_At least {count} character is needed for autocompletion_::_At least {count} characters are needed for autocompletion_" : ["Aŭtomata kompletigo bezonas almenaŭ {count} signon","Aŭtomata kompletigo bezonas almenaŭ {count} signojn"],
- "This list is maybe truncated - please refine your search term to see more results." : "Eble mankas rezultoj: bv. pliprecizigi vian serĉon por vidi pli da rezultoj.",
- "No users or groups found for {search}" : "Neniu uzanto aŭ grupo troviĝis por {search}",
- "No users found for {search}" : "Neniu uzanto troviĝis por {search}",
- "An error occurred (\"{message}\"). Please try again" : "Eraro okazis („{message}“). Bonvolu provi ree.",
- "An error occurred. Please try again" : "Eraro okazis. Bonvolu provi ree",
- "Home" : "Hejmo",
- "Work" : "Laboro",
- "Other" : "Alia",
- "{sharee} (remote group)" : "{sharee} (fora grupo)",
- "{sharee} ({type}, {owner})" : "{sharee} ({type}, {owner})",
- "Share" : "Kunhavigi",
- "Name or email address..." : "Nomo aŭ retpoŝtadreso...",
- "Name or federated cloud ID..." : "Namo aŭ federnuba identigilo...",
- "Name, federated cloud ID or email address..." : "Nomo, federnuba identigilo aŭ retpoŝtadreso...",
- "Name..." : "Nomo...",
- "Error removing share" : "Eraro dum forigo de kunhavigo",
- "({scope})" : "({scope})",
- "Saving..." : "Konservado...",
- "Dismiss" : "Forsendi",
- "Your client should now be connected! You can close this window." : "Via kliento estas konektita! Vi povas fermi tiun fenestron.",
- "New Password" : "Nova pasvorto",
- "Cancel log in" : "Nuligi ensaluton"
+ "Checking whether the database schema can be updated (this can take a long time depending on the database size)" : "Kontrolo, ĉu la skemo de la datumbazo estas ĝisdatigebla (tio povas daŭri longe laŭ la grando de la datumbazo)",
+ "Checked database schema update" : "Ĝisdatigo de la skemo de la datumbazo kontrolita",
+ "Checking updates of apps" : "Kontrolo de la ĝisdatigoj de aplikaĵoj",
+ "Checking for update of app \"%s\" in appstore" : "Kontrolo de la ĝisdatigo de la aplikaĵo „%s“ en aplikaĵejo",
+ "Update app \"%s\" from appstore" : "Ĝisdatigon de la aplikaĵo „%s“ el aplikaĵejo",
+ "Checked for update of app \"%s\" in appstore" : "Ĝisdatigo de la aplikaĵo „%s“ en aplikaĵejo kontrolita",
+ "Checked database schema update for apps" : "Ĝisdatigo de la skemo de la datumbazo por la aplikaĵoj kontrolita",
+ "Following apps have been disabled: %s" : "Jenaj aplikaĵoj estis malŝaltataj: %s",
+ "Your web server is not properly set up to resolve \"{url}\". Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Via retservilo ne estas agordita por trovi la adreson „{url}“. Pli da informo troveblas en la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentaro</a>.",
+ "Your web server is not properly set up to resolve \"{url}\". This is most likely related to a web server configuration that was not updated to deliver this folder directly. Please compare your configuration against the shipped rewrite rules in \".htaccess\" for Apache or the provided one in the documentation for Nginx at it's <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation page</a>. On Nginx those are typically the lines starting with \"location ~\" that need an update." : "Via retservilo ne estas agordita por trovi la adreson „{url}“. Tio plej verŝajne estas kaŭzita de servilo ne ĝisdatigita por rekte liveri tiun ĉi dosierujon. Bv. kompari vian agordon al transformreguloj en „.htaccess“ por Apache, aŭ la reguloj por Nginx en la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentaro</a>. Ĉe Nginx, tio, kio devas ĝisdatiĝi estas kutime linioj komencantaj per „location ~“.",
+ "Your web server is not properly set up to deliver .woff2 files. This is typically an issue with the Nginx configuration. For Nextcloud 15 it needs an adjustement to also deliver .woff2 files. Compare your Nginx configuration to the recommended configuration in our <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Via retservilo ne estas agordita por sendi .woff2-dosierojn. Tio estas tipe problemo kun la agordo de Nginx. Nextcloud 15 bezonas adapton por ankaŭ sendi .woff2-dosierojn. Komparu vian Nginx-agordon kun la rekomendita agordo en nia <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentaro</a>.",
+ "Please check the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">installation documentation ↗</a> for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "Bv. legi la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">instal-dokumentaron ↗</a> pri agordo-notoj pri PHP kaj pri PHP-agordo de via retservilo, precipe kiam vi uzas la modulon „php-fpm“.",
+ "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems. See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation ↗</a> for more information." : "La transakcia ŝloso de dosieroj estas malebligita: tio povas estigi problemojn kun kunkura aliro. Ebligu „filelocking.enabled“ en la dosiero config.php por eviti tiajn problemojn. Bv. vidi la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentaron ↗</a> por pli da informoj.",
+ "Last background job execution ran {relativeTime}. Something seems wrong." : "La lasta fona tasko ruliĝis {relativeTime}. Io ŝajne misfunkciis.",
+ "Check the background job settings" : "Kontrolu la agordon pri fona rulado",
+ "No memory cache has been configured. To enhance performance, please configure a memcache, if available. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Neniu kaŝmemoro estas agordita. Por plibonigi rapidecon, bv. agordi iun „memcache“, se disponebla. Pli da informoj troviĝas en la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentaro</a>.",
+ "No suitable source for randomness found by PHP which is highly discouraged for security reasons. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Neniu taŭga fonto de hazardo por PHP: tio estas tre malrekomendita pro sekuriga kialoj. Pli da informoj troviĝas en la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentaro</a>.",
+ "You are currently running PHP {version}. Upgrade your PHP version to take advantage of <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">performance and security updates provided by the PHP Group</a> as soon as your distribution supports it." : "Vi uzas ĉi-momente la version {version} de PHP. Promociu vian PHP-version por profiti de <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">sekurigaj kaj rapidecaj ĝisdatigoj de la PHP-grupo</a>, tuj kiam via distribuaĵo subtenos ĝin.",
+ "The reverse proxy header configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If not, this is a security issue and can allow an attacker to spoof their IP address as visible to the Nextcloud. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Aŭ la agordo pri la kapoj de inversa prokurilo ne ĝustas, aŭ vi aliras al Nextcloud per fidinda prokurilo. Se vi ne aliras al Nextcloud per fidinda prokurilo, tio estas sekuriga problemo, kaj tio ebligas atakanton mistifiki tiun IP-adreson, kiun Nextcloud ricevas. Pli da informoj troveblas en la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentaro</a>.",
+ "Memcached is configured as distributed cache, but the wrong PHP module \"memcache\" is installed. \\OC\\Memcache\\Memcached only supports \"memcached\" and not \"memcache\". See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">memcached wiki about both modules</a>." : "Kaŝmemorilo „Memcached“ uziĝas nun kiel disa kaŝmemoro, sed la neĝusta PHP-modulo „memcache“ estas instalita. \\OC\\Memcache\\Memcached subtenas nur la modulon nomitan „memcached“ kaj ne tiun nomitan „memcache“. Vidu la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">„memcached“-vikio pri ambaŭ moduloj</a>.",
+ "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">List of invalid files…</a> / <a href=\"{rescanEndpoint}\">Rescan…</a>)" : "Kelkaj dosieroj ne sukcese trairis la kontrolon pri integreco. Pli da informaj pri solvado de tiu problemo troveblas en la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentaro</a>: <a href=\"{codeIntegrityDownloadEndpoint}\">Listo de nevalidaj dosieroj...</a>, <a href=\"{rescanEndpoint}\">Reekzameni („rescan“) dosierojn...</a>.",
+ "The PHP OPcache module is not loaded. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance it is recommended</a> to load it into your PHP installation." : "La PHP-modulo „OPcache“ ne estas ŝargita. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Por pli da rapideco, oni rekomendas</a> ŝargi ĝin en via PHP-instalaĵon.",
+ "The PHP OPcache is not properly configured. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance it is recommended</a> to use the following settings in the <code>php.ini</code>:" : "La PHP-modulo „OPcache“ ne estas taŭge agordita. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Por pli da rapideco, oni rekomendas</a> uzi la jenajn agordojn en la dosiero <code>php.ini</code>:",
+ "Some columns in the database are missing a conversion to big int. Due to the fact that changing column types on big tables could take some time they were not changed automatically. By running 'occ db:convert-filecache-bigint' those pending changes could be applied manually. This operation needs to be made while the instance is offline. For further details read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "Mankas konverto al granda entjero (angle „big int“) en kelkaj kolumnoj de la datumbazo. Pro la ebla malrapideco ŝanĝi kolumntipoj en grandaj tabeloj, ili ne estis ŝanĝitaj aŭtomate. Vi povas ŝanĝi ilin mane, rulante komandlinie „occ db:convert-filecache-bigint“. Sed tio devas esti farita dum la servilo ne estas funkcianta. Por pli da detaloj, legu <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">la helpan paĝon pri tio</a>.",
+ "To migrate to another database use the command line tool: 'occ db:convert-type', or see the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation ↗</a>." : "Por strukture transmeti al alia datumbazo, uzu la komandlinia ilo „occ db:convert-type“, aŭ vidu la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentaron ↗</a>.",
+ "Use of the the built in php mailer is no longer supported. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Please update your email server settings ↗<a/>." : "Uzo de la interna PHP-poŝtilo ne plu estas subtenata. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Bv. ĝisdatigi viajn agordojn pri retpoŝtilo ↗<a/>.",
+ "MySQL is used as database but does not support 4-byte characters. To be able to handle 4-byte characters (like emojis) without issues in filenames or comments for example it is recommended to enable the 4-byte support in MySQL. For further details read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "MySQL uziĝas kiel datumbazo, sed ĝi ne subtenas 4-bajtajn signojn. Por ke ĝi povu uzi 4-bajtajn signojn (kiel emoĝiojn) sen problemo kun dosiernomo aŭ komentoj i.a., oni rekomendas ŝalti subtenon por 4-bajtaj signoj en MySQL. Pli pliaj detaloj, vidu la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentaron pri tio</a>.",
+ "You are accessing your instance over a secure connection, however your instance is generating insecure URLs. This most likely means that you are behind a reverse proxy and the overwrite config variables are not set correctly. Please read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "Vi aliras al via servilo pere de sekura konekto. Sed, via servilo estigas nesekurajn retadresojn (URL). Ĝenerale, tio devenas de uzo de inversa prokurilo kun netaŭgaj difinitaj variabloj pri anstataŭigo. Vidu <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">la helpopaĝon pri tio</a>.",
+ "The \"{header}\" HTTP header is not set to \"{val1}\", \"{val2}\", \"{val3}\", \"{val4}\" or \"{val5}\". This can leak referer information. See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{link}\">W3C Recommendation ↗</a>." : "La HTTP-kapo „{header}“ ne egalas al „{val1}“, „{val2}“, „{val3}“, „{val4}“ aŭ „{val5}“. Tio povas nepermesite diskonigi referencantojn. Legu la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{link}\">W3C-rekomendon ↗</a>.",
+ "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the <a href=\"{docUrl}\" rel=\"noreferrer noopener\">security tips ↗</a>." : "La HTTP-kapo „Strict-Transport-Security“ (angle por severa sekurigo de transporto, HSTS) ne egalas almenaŭ „{seconds}“ sekundojn. Por pli da sekureco, oni rekomendas ebligi HSTS-kapon kiel priskribita en la <a href=\"{docUrl}\" rel=\"noreferrer noopener\">praktikaj konsiloj pri sekurigo ↗</a>.",
+ "Accessing site insecurely via HTTP. You are strongly advised to set up your server to require HTTPS instead, as described in the <a href=\"{docUrl}\">security tips ↗</a>." : "Vi nesekure atingas tiun retejon per HTTP. Ni tre rekomendas agordi vian retservilon tiel, ke HTTPS uziĝu anstataŭe; vidu la <a href=\"{docUrl}\">praktikajn konsilojn pri sekurigo ↗</a>.",
+ "Continue to Nextcloud" : "Daŭrigi al Nextcloud",
+ "_The update was successful. Redirecting you to Nextcloud in %n second._::_The update was successful. Redirecting you to Nextcloud in %n seconds._" : ["La ĝisdatigo sukcesis. Alidirektante vin al Nextcloud post %n sekundo.","La ĝisdatigo sukcesis. Alidirektante vin al Nextcloud post %n sekundoj."],
+ "Searching other places" : "Serĉo en aliaj lokoj",
+ "No search results in other folders for {tag}{filter}{endtag}" : "Neniu serĉ-rezultoj en aliaj dosierujoj por {tag}{filter}{endtag}",
+ "_{count} search result in another folder_::_{count} search results in other folders_" : ["{count} serĉ-rezulto en alia dosierujo","{count} serĉ-rezultoj en aliaj dosierujoj"],
+ "A password reset message has been sent to the e-mail address of this account. If you do not receive it, check your spam/junk folders or ask your local administrator for help." : "Mesaĝo por restarigi la pasvorton estis sendita al la retpoŝtadreso de tiu konto. Se vi ne ricevas ĝin baldaŭ, vidu vian spamujon aŭ pridemandu vian administranton.",
+ "Password can not be changed. Please contact your administrator." : "Pasvorto ne eblas esti ŝanĝita. Bonvolu kontakti vian administranton.",
+ "Could not fetch list of apps from the app store." : "Elŝutado de la listo de la aplikaĵoj el la aplikaĵejo malsukcesis.",
+ "Can't install this app because it is not compatible" : "La instalado de tiu aplikaĵo malsukcesis, ĉar ĝi estas nekongrua",
+ "Can't install this app" : "La instalado de tiu aplikaĵo ne eblas",
+ "These apps will be updated:" : "La jenajn aplikaĵoj ĝisdatiĝos:",
+ "For more details see the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Por pli da detaloj, vidu la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentaron</a>."
},
"nplurals=2; plural=(n != 1);");
diff --git a/core/l10n/eo.json b/core/l10n/eo.json
index f41a83927b0..a6a915747cf 100644
--- a/core/l10n/eo.json
+++ b/core/l10n/eo.json
@@ -13,6 +13,7 @@
"No valid crop data provided" : "Neniu valida stucdatumo provizita",
"Crop is not square" : "Stuca elekto ne estas kvadrata",
"State token does not match" : "Stata ĵetono ne kongruas",
+ "Invalid app password" : "Nevalida aplikaĵo-pasvorto",
"Could not complete login" : "Ensaluto ne eblis",
"Your login token is invalid or has expired" : "Via ensaluta ĵetono ne validas aŭ senvalidiĝis",
"Password reset is disabled" : "Pasvorta restarigo malebligita",
@@ -26,6 +27,8 @@
"Nextcloud Server" : "Nextcloud-servilo",
"Some of your link shares have been removed" : "Kelkaj el viaj kunhavigaj ligiloj estis forigitaj",
"Due to a security bug we had to remove some of your link shares. Please see the link for more information." : "Pro sekuriga problemo, ni forigu kelkajn el viaj kunhavigaj ligiloj. Bv. vidi la ligilon por plia informo.",
+ "The user limit of this instance is reached." : "La maksimuma nombro de uzantoj estis atingita en tiu ĉi servilo.",
+ "Enter your subscription key to increase the user limit. For more information about Nextcloud Enterprise see our website." : "Entajpu vian abon-ŝlosilon por pliigi vian maksimuman nombron de uzantoj. Por scii pli pri „Nextcloud Enterprise“, vidu nian retejon.",
"Preparing update" : "Preparo de la ĝisdatigo",
"[%d / %d]: %s" : "[%d / %d]: %s",
"Repair step:" : "Ripara stadio:",
@@ -39,74 +42,45 @@
"Maintenance mode is kept active" : "Reĝimo de prizorgado pluas",
"Updating database schema" : "Ĝisdatigo de la skemo de la datumbazo",
"Updated database" : "Ĝisdatiĝis datumbazo",
- "Checking whether the database schema can be updated (this can take a long time depending on the database size)" : "Kontrolo, ĉu la skemo de la datumbazo estas ĝisdatigebla (tio povas daŭri longe laŭ la grando de la datumbazo)",
- "Checked database schema update" : "Ĝisdatigo de la skemo de la datumbazo kontrolita",
- "Checking updates of apps" : "Kontrolo de la ĝisdatigoj de aplikaĵoj",
- "Checking for update of app \"%s\" in appstore" : "Kontrolo de la ĝisdatigo de la aplikaĵo „%s“ en aplikaĵejo",
- "Update app \"%s\" from appstore" : "Ĝisdatigon de la aplikaĵo „%s“ el aplikaĵejo",
- "Checked for update of app \"%s\" in appstore" : "Ĝisdatigo de la aplikaĵo „%s“ en aplikaĵejo kontrolita",
"Checking whether the database schema for %s can be updated (this can take a long time depending on the database size)" : "Kontrolo, ĉu la skemo de la datumbazo por %s estas ĝisdatigebla (tio povas daŭri longe laŭ la grando de la datumbazo)",
- "Checked database schema update for apps" : "Ĝisdatigo de la skemo de la datumbazo por la aplikaĵoj kontrolita",
"Updated \"%1$s\" to %2$s" : "„%1$s“ ĝisdatigita al %2$s",
"Set log level to debug" : "Agordi la protokolnivelon je sencimigo",
"Reset log level" : "Restarigi nivelon de protokolado",
"Starting code integrity check" : "Kontrolo de koda integreco",
"Finished code integrity check" : "Fino de la kontrolo de koda integreco",
"%s (incompatible)" : "%s (nekongrua)",
- "Following apps have been disabled: %s" : "Jenaj aplikaĵoj estis malŝaltataj: %s",
+ "The following apps have been disabled: %s" : "La jenaj aplikaĵoj estis malŝatitaj: %s",
"Already up to date" : "Jam aktuala",
"Your web server is not yet properly set up to allow file synchronization, because the WebDAV interface seems to be broken." : "Via retservilo ankoraŭ ne estas agordita por permesi sinkronigon de dosieroj, ĉar la WebDAV-interfaco ŝajne difektiĝas.",
- "Your web server is not properly set up to resolve \"{url}\". Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Via retservilo ne estas agordita por trovi la adreson „{url}“. Pli da informo troveblas en la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentaro</a>.",
- "Your web server is not properly set up to resolve \"{url}\". This is most likely related to a web server configuration that was not updated to deliver this folder directly. Please compare your configuration against the shipped rewrite rules in \".htaccess\" for Apache or the provided one in the documentation for Nginx at it's <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation page</a>. On Nginx those are typically the lines starting with \"location ~\" that need an update." : "Via retservilo ne estas agordita por trovi la adreson „{url}“. Tio plej verŝajne estas kaŭzita de servilo ne ĝisdatigita por rekte liveri tiun ĉi dosierujon. Bv. kompari vian agordon al transformreguloj en „.htaccess“ por Apache, aŭ la reguloj por Nginx en la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentaro</a>. Ĉe Nginx, tio, kio devas ĝisdatiĝi estas kutime linioj komencantaj per „location ~“.",
- "Your web server is not properly set up to deliver .woff2 files. This is typically an issue with the Nginx configuration. For Nextcloud 15 it needs an adjustement to also deliver .woff2 files. Compare your Nginx configuration to the recommended configuration in our <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Via retservilo ne estas agordita por sendi .woff2-dosierojn. Tio estas tipe problemo kun la agordo de Nginx. Nextcloud 15 bezonas adapton por ankaŭ sendi .woff2-dosierojn. Komparu vian Nginx-agordon kun la rekomendita agordo en nia <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentaro</a>.",
"PHP does not seem to be setup properly to query system environment variables. The test with getenv(\"PATH\") only returns an empty response." : "PHP ŝajnas ne esti taŭge agordita por informpeti sistemajn medivariablojn. La testado kun getenv(\"PATH\") revenigas nur malplenan respondon.",
- "Please check the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">installation documentation ↗</a> for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "Bv. legi la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">instal-dokumentaron ↗</a> pri agordo-notoj pri PHP kaj pri PHP-agordo de via retservilo, precipe kiam vi uzas la modulon „php-fpm“.",
"The read-only config has been enabled. This prevents setting some configurations via the web-interface. Furthermore, the file needs to be made writable manually for every update." : "La nurlega agordodosiero estis ebligita. Tio baras modifon de kelkaj agordoj per la reta fasado. Plie, la dosiero bezonos esti markita mane kiel legebla dum ĉiu ĝisdatigo.",
"Your database does not run with \"READ COMMITTED\" transaction isolation level. This can cause problems when multiple actions are executed in parallel." : "Via datumbazo ne uzas la nivelon de izoltransakcio „READ COMMITTED“ (angle por „asertita datumlegado“). Tio povas estigi problemojn, kiam pluraj agoj ruliĝas paralele.",
"The PHP module \"fileinfo\" is missing. It is strongly recommended to enable this module to get the best results with MIME type detection." : "La PHP-modulo „fileinfo“ mankas. Oni rekomendas ebligi tiun modulon por havi la plej bonan malkovron de MIME-tipo.",
- "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems. See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation ↗</a> for more information." : "La transakcia ŝloso de dosieroj estas malebligita: tio povas estigi problemojn kun kunkura aliro. Ebligu „filelocking.enabled“ en la dosiero config.php por eviti tiajn problemojn. Bv. vidi la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentaron ↗</a> por pli da informoj.",
"If your installation is not installed at the root of the domain and uses system cron, there can be issues with the URL generation. To avoid these problems, please set the \"overwrite.cli.url\" option in your config.php file to the webroot path of your installation (suggestion: \"{suggestedOverwriteCliURL}\")" : "Se via instalaĵo ne estas en la radiko de la domajno kaj uzas la sisteman „cron“, problemoj povas estiĝi kun generado de adresoj (URL). Por eviti tion, bv. agordi la opcion „overwrite.cli.url“ en la dosiero „config.php“ por meti en ĝi la vojon al la retservila radiko (propono: „{suggestedOverwriteCliURL}“).",
+ "Your installation has no default phone region set. This is required to validate phone numbers in the profile settings without a country code. To allow numbers without a country code, please add \"default_phone_region\" with the respective {linkstart}ISO 3166-1 code ↗{linkend} of the region to your config file." : "Via instalaĵo ne difinas defaŭltan telefon-regionon. Tio necesas por validigi telefonnumerojn en la profil-agordoj sen landkodo. Por ebligi la uzon de numeroj sen lankodo, aldonu „default_phone_region“ kun la {linkstart}ISO-3166-1-kodo ↗{linkend} de via regiono en la agordodosiero.",
"It was not possible to execute the cron job via CLI. The following technical errors have appeared:" : "Ne eblis ruli la cron-taskon per komandlinia interfaco. La jenaj eraroj okazis:",
- "Last background job execution ran {relativeTime}. Something seems wrong." : "La lasta fona tasko ruliĝis {relativeTime}. Io ŝajne misfunkciis.",
- "Check the background job settings" : "Kontrolu la agordon pri fona rulado",
"This server has no working Internet connection: Multiple endpoints could not be reached. This means that some of the features like mounting external storage, notifications about updates or installation of third-party apps will not work. Accessing files remotely and sending of notification emails might not work, either. Establish a connection from this server to the Internet to enjoy all features." : "La servilo ne havas funkciantan retkonekton. Pluraj finpunktoj ne atingeblis. Do, kelkaj elementoj kiel surmeto de ekstera konservejo, sciigoj pri ĝisdatigoj aŭ instalado de ekstera liveranto ne funkcios. Defora atingo de dosieroj kaj sendo de sciigaj retmesaĝoj eble ne funkcios. Starigu konekton el tiu servilo al interreto por uzi ĉiujn eblojn.",
- "No memory cache has been configured. To enhance performance, please configure a memcache, if available. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Neniu kaŝmemoro estas agordita. Por plibonigi rapidecon, bv. agordi iun „memcache“, se disponebla. Pli da informoj troviĝas en la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentaro</a>.",
- "No suitable source for randomness found by PHP which is highly discouraged for security reasons. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Neniu taŭga fonto de hazardo por PHP: tio estas tre malrekomendita pro sekuriga kialoj. Pli da informoj troviĝas en la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentaro</a>.",
- "You are currently running PHP {version}. Upgrade your PHP version to take advantage of <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">performance and security updates provided by the PHP Group</a> as soon as your distribution supports it." : "Vi uzas ĉi-momente la version {version} de PHP. Promociu vian PHP-version por profiti de <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">sekurigaj kaj rapidecaj ĝisdatigoj de la PHP-grupo</a>, tuj kiam via distribuaĵo subtenos ĝin.",
- "The reverse proxy header configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If not, this is a security issue and can allow an attacker to spoof their IP address as visible to the Nextcloud. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Aŭ la agordo pri la kapoj de inversa prokurilo ne ĝustas, aŭ vi aliras al Nextcloud per fidinda prokurilo. Se vi ne aliras al Nextcloud per fidinda prokurilo, tio estas sekuriga problemo, kaj tio ebligas atakanton mistifiki tiun IP-adreson, kiun Nextcloud ricevas. Pli da informoj troveblas en la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentaro</a>.",
- "Memcached is configured as distributed cache, but the wrong PHP module \"memcache\" is installed. \\OC\\Memcache\\Memcached only supports \"memcached\" and not \"memcache\". See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">memcached wiki about both modules</a>." : "Kaŝmemorilo „Memcached“ uziĝas nun kiel disa kaŝmemoro, sed la neĝusta PHP-modulo „memcache“ estas instalita. \\OC\\Memcache\\Memcached subtenas nur la modulon nomitan „memcached“ kaj ne tiun nomitan „memcache“. Vidu la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">„memcached“-vikio pri ambaŭ moduloj</a>.",
- "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">List of invalid files…</a> / <a href=\"{rescanEndpoint}\">Rescan…</a>)" : "Kelkaj dosieroj ne sukcese trairis la kontrolon pri integreco. Pli da informaj pri solvado de tiu problemo troveblas en la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentaro</a>: <a href=\"{codeIntegrityDownloadEndpoint}\">Listo de nevalidaj dosieroj...</a>, <a href=\"{rescanEndpoint}\">Reekzameni („rescan“) dosierojn...</a>.",
- "The PHP OPcache module is not loaded. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance it is recommended</a> to load it into your PHP installation." : "La PHP-modulo „OPcache“ ne estas ŝargita. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Por pli da rapideco, oni rekomendas</a> ŝargi ĝin en via PHP-instalaĵon.",
- "The PHP OPcache is not properly configured. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance it is recommended</a> to use the following settings in the <code>php.ini</code>:" : "La PHP-modulo „OPcache“ ne estas taŭge agordita. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Por pli da rapideco, oni rekomendas</a> uzi la jenajn agordojn en la dosiero <code>php.ini</code>:",
+ "Nextcloud 20 is the last release supporting PHP 7.2. Nextcloud 21 requires at least PHP 7.3." : "Nextcloud 20 estas la lasta versio, kiu subtenas PHP 7.2. Nextcloud 21 bezonas almenaŭ PHP 7.3.",
"The PHP function \"set_time_limit\" is not available. This could result in scripts being halted mid-execution, breaking your installation. Enabling this function is strongly recommended." : "La PHP-funkcio „set_time_limit“ (angle „difini tempolimo“) ne disponeblas. Pro tio, skriptoj povus halti mezvoje, eble difektante vian instalaĵon. Ebligi tiun funkcion estas tre rekomendita.",
"Your PHP does not have FreeType support, resulting in breakage of profile pictures and the settings interface." : "Via PHP ne subtenas la bibliotekon FreeType, kio provokos misfunkcion de profilbildo kaj de la agorda fasado.",
"Missing index \"{indexName}\" in table \"{tableName}\"." : "Mankanta indekso „{indexName}“ en tabelo „{tableName}“.",
"The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "Mankas kelkaj indeksoj en la datumbazo. Pro la ebla malrapideco aldoni indeksojn en grandaj tabeloj, ili ne estis aldonitaj aŭtomate. Vi povas aldoni ilin mane, rulante komandlinie „occ db:add-missing-indices“, dum la servilo estas funkcianta. Kiam la indeksoj ekzistos, la uzo de tiuj tabelojn estos kutime pli rapida.",
+ "Missing primary key on table \"{tableName}\"." : "Mankas ĉefŝlosilo ĉe la tablo „{tableName}“.",
+ "The database is missing some primary keys. Due to the fact that adding primary keys on big tables could take some time they were not added automatically. By running \"occ db:add-missing-primary-keys\" those missing primary keys could be added manually while the instance keeps running." : "Mankas kelkaj ĉefŝlosiloj en la datumbazo. Pro la ebla malrapideco aldoni ĉefŝlosilojn en grandaj tabeloj, ili ne estis aldonitaj aŭtomate. Vi povas aldoni ilin mane, rulante komandlinie „occ db:add-missing-primary-keys“, dum la servilo estas funkcianta.",
+ "Missing optional column \"{columnName}\" in table \"{tableName}\"." : "Mankas malnepra kolumno ĉe la tablo „{tableName}“.",
+ "The database is missing some optional columns. Due to the fact that adding columns on big tables could take some time they were not added automatically when they can be optional. By running \"occ db:add-missing-columns\" those missing columns could be added manually while the instance keeps running. Once the columns are added some features might improve responsiveness or usability." : "Mankas kelkaj malnepraj kolumnoj en la datumbazo. Pro la ebla malrapideco aldoni kolumnojn en grandaj tabeloj, ili ne estis aldonitaj aŭtomate. Vi povas aldoni ilin mane, rulante komandlinie „occ db:add-missing-columns“, dum la servilo estas funkcianta. Kiam la kolumnoj aldoniĝos, la uzo de tiuj tabelojn estos kutime pli rapida.",
"This instance is missing some recommended PHP modules. For improved performance and better compatibility it is highly recommended to install them." : "En tiu servilo mankas rekomenditaj PHP-moduloj. Por pli da rapideco kaj pli bona kongrueco, bv. instali ilin.",
- "Some columns in the database are missing a conversion to big int. Due to the fact that changing column types on big tables could take some time they were not changed automatically. By running 'occ db:convert-filecache-bigint' those pending changes could be applied manually. This operation needs to be made while the instance is offline. For further details read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "Mankas konverto al granda entjero (angle „big int“) en kelkaj kolumnoj de la datumbazo. Pro la ebla malrapideco ŝanĝi kolumntipoj en grandaj tabeloj, ili ne estis ŝanĝitaj aŭtomate. Vi povas ŝanĝi ilin mane, rulante komandlinie „occ db:convert-filecache-bigint“. Sed tio devas esti farita dum la servilo ne estas funkcianta. Por pli da detaloj, legu <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">la helpan paĝon pri tio</a>.",
+ "Module php-imagick in this instance has no SVG support. For better compatibility it is recommended to install it." : "En tiu servilo, la PHP-modulo „php-imagick“ ne subtenas SVG. Por pli bona kongrueco, instalu ĝin.",
"SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend." : "SQLite estas la nuna datumbazo uzita de la servilo. Por grandaj instalaĵoj, ni rekomendas uzi alian tipon de datumbazo.",
"This is particularly recommended when using the desktop client for file synchronisation." : "Tio estas precipe rekomendinda, kiam oni uzas la surtablan programon por sinkronigi la dosierojn.",
- "To migrate to another database use the command line tool: 'occ db:convert-type', or see the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation ↗</a>." : "Por strukture transmeti al alia datumbazo, uzu la komandlinia ilo „occ db:convert-type“, aŭ vidu la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentaron ↗</a>.",
- "Use of the the built in php mailer is no longer supported. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Please update your email server settings ↗<a/>." : "Uzo de la interna PHP-poŝtilo ne plu estas subtenata. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Bv. ĝisdatigi viajn agordojn pri retpoŝtilo ↗<a/>.",
"The PHP memory limit is below the recommended value of 512MB." : "La PHP-memorlimo estas sub la rekomendita valoro de 512 MB.",
"Some app directories are owned by a different user than the web server one. This may be the case if apps have been installed manually. Check the permissions of the following app directories:" : "Kelkaj aplikaĵ-dosierujoj apartenas al malsama uzanto ol tiu de la retservilo. Tio povas okazi, kiam aplikaĵoj estis instalita mane. Kontrolu la permesojn de la jenaj dosierujoj:",
- "MySQL is used as database but does not support 4-byte characters. To be able to handle 4-byte characters (like emojis) without issues in filenames or comments for example it is recommended to enable the 4-byte support in MySQL. For further details read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "MySQL uziĝas kiel datumbazo, sed ĝi ne subtenas 4-bajtajn signojn. Por ke ĝi povu uzi 4-bajtajn signojn (kiel emoĝiojn) sen problemo kun dosiernomo aŭ komentoj i.a., oni rekomendas ŝalti subtenon por 4-bajtaj signoj en MySQL. Pli pliaj detaloj, vidu la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentaron pri tio</a>.",
"This instance uses an S3 based object store as primary storage. The uploaded files are stored temporarily on the server and thus it is recommended to have 50 GB of free space available in the temp directory of PHP. Check the logs for full details about the path and the available space. To improve this please change the temporary directory in the php.ini or make more space available in that path." : "Tiu Nextcloud-servilo uzas objektokonservejon bazitan sur S3 kiel ĉefkonservejo. La alŝutitaj dosieroj provizore konserviĝas en la servilo, kaj pro tio oni rekomendas havi liberan spacon je 50 GB en la PHP-a provizora dosierujo. Kontrolu la protokolojn por ĉiuj detaloj pri la dosiervojo kaj la libera spaco. Do, aŭ ŝanĝu la provizoran dosierujon en „php.ini“, aŭ liberigu spacon en tiu loko.",
"Error occurred while checking server setup" : "Eraro dum kontrolo de servila agordo",
"Your data directory and files are probably accessible from the Internet. The .htaccess file is not working. It is strongly recommended that you configure your web server so that the data directory is no longer accessible, or move the data directory outside the web server document root." : "Via datumdosierujo kaj viaj dosieroj estas probable elirebla el la interreto. La dosiero „.htaccess“ ne funkcias. Ni tre rekomendas, ke vi agordu vian retservilon, por ke la dosierujo de datumoj („data“) estu ne alirebla aŭ ĝi estu movita ekster la dokumentradiko de la retservilo.",
"The \"{header}\" HTTP header is not set to \"{expected}\". This is a potential security or privacy risk, as it is recommended to adjust this setting accordingly." : "La HTTP-kapo „{header}“ ne egalas al „{expected}“. Tio estas eventuala risko pri sekureco aŭ privateco. Bv. ĝustigi tiun agordon laŭe.",
"The \"{header}\" HTTP header is not set to \"{expected}\". Some features might not work correctly, as it is recommended to adjust this setting accordingly." : "La HTTP-kapo „{header}“ ne egalas al „{expected}“. Iuj trajtoj povus ne funkcii ĝuste. Bv. ĝustigi tiun agordon laŭe.",
"The \"{header}\" HTTP header doesn't contain \"{expected}\". This is a potential security or privacy risk, as it is recommended to adjust this setting accordingly." : "La HTTP-kapo „{header}“ ne enhavas „{expected}“. Tio estas eventuala risko pri sekureco aŭ privateco. Bv. ĝustigi tiun agordon laŭe.",
- "The \"{header}\" HTTP header is not set to \"{val1}\", \"{val2}\", \"{val3}\", \"{val4}\" or \"{val5}\". This can leak referer information. See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{link}\">W3C Recommendation ↗</a>." : "La HTTP-kapo „{header}“ ne egalas al „{val1}“, „{val2}“, „{val3}“, „{val4}“ aŭ „{val5}“. Tio povas nepermesite diskonigi referencantojn. Legu la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{link}\">W3C-rekomendon ↗</a>.",
- "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the <a href=\"{docUrl}\" rel=\"noreferrer noopener\">security tips ↗</a>." : "La HTTP-kapo „Strict-Transport-Security“ (angle por severa sekurigo de transporto, HSTS) ne egalas almenaŭ „{seconds}“ sekundojn. Por pli da sekureco, oni rekomendas ebligi HSTS-kapon kiel priskribita en la <a href=\"{docUrl}\" rel=\"noreferrer noopener\">praktikaj konsiloj pri sekurigo ↗</a>.",
- "Accessing site insecurely via HTTP. You are strongly advised to set up your server to require HTTPS instead, as described in the <a href=\"{docUrl}\">security tips ↗</a>." : "Vi nesekure atingas tiun retejon per HTTP. Ni tre rekomendas agordi vian retservilon tiel, ke HTTPS uziĝu anstataŭe; vidu la <a href=\"{docUrl}\">praktikajn konsilojn pri sekurigo ↗</a>.",
- "Non-existing tag #{tag}" : "Ne ekzistas etikedo #{tag}",
- "restricted" : "limigita",
- "invisible" : "nevidebla",
- "Delete" : "Forigi",
- "Rename" : "Alinomi",
- "Collaborative tags" : "Kunlaboraj etikedoj",
- "No tags found" : "Neniu etikedo troviĝis ",
"unknown text" : "nekonata teksto",
"Hello world!" : "Saluton, mondo!",
"sunny" : "suna",
@@ -121,34 +95,37 @@
"Please reload the page." : "Bonvolu reŝargi la paĝon.",
"The update was unsuccessful. For more information <a href=\"{url}\">check our forum post</a> covering this issue." : "La ĝisdatigo malsukcesis. Por pli da informoj, <a href=\"{url}\">vidu la forumafisôn</a> pri tio.",
"The update was unsuccessful. Please report this issue to the <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">Nextcloud community</a>." : "La ĝisdatigo malsukcesis. Bonvolu raporti tiun problemon al la <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">Nextcloud-komunumo</a>.",
- "Continue to Nextcloud" : "Daŭrigi al Nextcloud",
- "_The update was successful. Redirecting you to Nextcloud in %n second._::_The update was successful. Redirecting you to Nextcloud in %n seconds._" : ["La ĝisdatigo sukcesis. Alidirektante vin al Nextcloud post %n sekundo.","La ĝisdatigo sukcesis. Alidirektante vin al Nextcloud post %n sekundoj."],
- "Searching other places" : "Serĉo en aliaj lokoj",
- "No search results in other folders for {tag}{filter}{endtag}" : "Neniu serĉ-rezultoj en aliaj dosierujoj por {tag}{filter}{endtag}",
- "_{count} search result in another folder_::_{count} search results in other folders_" : ["{count} serĉ-rezulto en alia dosierujo","{count} serĉ-rezultoj en aliaj dosierujoj"],
+ "Log in" : "Ensaluti",
+ "Logging in …" : "Ensaluti...",
"Server side authentication failed!" : "Ĉeservila aŭtentigo malsukcesis!",
"Please contact your administrator." : "Bonvolu kontakti vian administranton.",
"An internal error occurred." : "Interna servileraro okazis.",
"Please try again or contact your administrator." : "Bonvolu provi ree aŭ kontakti vian administranton.",
"Username or email" : "Uzantnomo aŭ retpoŝtadreso",
"Password" : "Pasvorto",
- "Log in" : "Ensaluti",
- "Logging in …" : "Ensaluti...",
"Wrong username or password." : "Neĝusta uzantnomo aŭ pasvorto.",
"User disabled" : "Uzanto malvalidigita",
"We have detected multiple invalid login attempts from your IP. Therefore your next login is throttled up to 30 seconds." : "Ni eltrovis plurajn nevalidajn provojn ensaluti el via IP-adreso. Do, oni prokrastis vian sekvantan ensaluton dum ĝis 30 sekundoj.",
+ "Your account is not setup for passwordless login." : "Via konto ne estas agordita por uzi senpasvortan ensaluton.",
+ "Passwordless authentication is not supported in your browser." : "Senpasvorta aŭtentigo ne eblas per via retumilo.",
+ "Passwordless authentication is only available over a secure connection." : "Senpasvorta aŭtentigo eblas nur pere de sekura konekto.",
"Reset password" : "Restarigi pasvorton",
- "A password reset message has been sent to the e-mail address of this account. If you do not receive it, check your spam/junk folders or ask your local administrator for help." : "Mesaĝo por restarigi la pasvorton estis sendita al la retpoŝtadreso de tiu konto. Se vi ne ricevas ĝin baldaŭ, vidu vian spamujon aŭ pridemandu vian administranton.",
"If it is not there ask your local administrator." : "Se tio ne estas tie, kontaktu vian lokan administranton.",
"Couldn't send reset email. Please contact your administrator." : "Ne eblas sendi retpoŝton pri restarigo. Bonvolu kontakti vian administranton.",
- "Password can not be changed. Please contact your administrator." : "Pasvorto ne eblas esti ŝanĝita. Bonvolu kontakti vian administranton.",
"Back to login" : "Antaŭen al ensaluto",
"New password" : "Nova pasvorto",
"Your files are encrypted. There will be no way to get your data back after your password is reset. If you are not sure what to do, please contact your administrator before you continue. Do you really want to continue?" : "Viaj dosieroj estas ĉifritaj. Ne estos eble rehavi viajn datumojn post la restarigo de via pasvorto. Se vi ne tute certas pri kio fari, bonvolu pridemandi vian administranton, antaŭ ol daŭrigi. Ĉu vi ja volas daŭrigi?",
"I know what I'm doing" : "Mi scias, kion mi faras",
"Resetting password" : "Restarigo de la pasvorto",
+ "Recommended apps" : "Rekomendataj aplikaĵoj",
+ "Loading apps …" : "Ŝargado de aplikaĵoj...",
+ "Installing apps …" : "Instalado de aplikaĵoj...",
+ "App download or installation failed" : "Elŝuto aŭ instalado de la aplikaĵo malsukcesis",
"Cancel" : "Nuligi",
"Forgot password?" : "Ĉu vi forgesis vian pasvorton?",
+ "Back" : "Antaŭen",
+ "Reset search" : "Restarigi serĉon",
+ "Search" : "Serĉi",
"Settings" : "Agordo",
"Could not load your contacts" : "Ne eblis ŝargi viajn kontaktojn",
"Search contacts …" : "Serĉi kontaktojn…",
@@ -216,6 +193,13 @@
"Strong password" : "Forta pasvorto",
"No action available" : "Neniu ago disponebla",
"Error fetching contact actions" : "Eraro dum serĉo de kontakt-agoj",
+ "Non-existing tag #{tag}" : "Ne ekzistas etikedo #{tag}",
+ "restricted" : "limigita",
+ "invisible" : "nevidebla",
+ "Delete" : "Forigi",
+ "Rename" : "Alinomi",
+ "Collaborative tags" : "Kunlaboraj etikedoj",
+ "No tags found" : "Neniu etikedo troviĝis ",
"Personal" : "Persona",
"Users" : "Uzantoj",
"Apps" : "Aplikaĵoj",
@@ -273,8 +257,6 @@
"More apps" : "Pli da aplikaĵoj",
"More" : "Pli",
"More apps menu" : "Menuo „Pli da aplikaĵoj“",
- "Search" : "Serĉi",
- "Reset search" : "Restarigi serĉon",
"Contacts" : "Kontaktoj",
"Contacts menu" : "Menuo de kontaktoj",
"Settings menu" : "Menuo de agordo",
@@ -307,7 +289,6 @@
"Further information how to configure this can be found in the %1$sdocumentation%2$s." : "Pliaj informoj pri agordo de tio troveblas en la %1$sdokumentaro%2$s.",
"App update required" : "Aplikaĵa ĝisdatigo nepras",
"%1$s will be updated to version %2$s" : "%1$s ĝisdatiĝos al versio %2$s",
- "These apps will be updated:" : "La jenajn aplikaĵoj ĝisdatiĝos:",
"These incompatible apps will be disabled:" : "La jenaj malkongruaj aplikaĵoj estos malŝaltataj:",
"The theme %s has been disabled." : "La etoso %s estis malebligita.",
"Please make sure that the database, the config folder and the data folder have been backed up before proceeding." : "Bonvolu certiĝi, ke la datumbazo, la dosierujo de agordoj kaj la dosierujo de datumoj jam estis savkopiitaj antaŭ ol plui.",
@@ -323,95 +304,48 @@
"This %s instance is currently in maintenance mode, which may take a while." : "La servilo %s estas nun en reĝimo de prizorgado, tio eble daŭros longatempe.",
"This page will refresh itself when the instance is available again." : "Tiu ĉi paĝo aktualiĝos mem, kiam la servilo redisponeblos.",
"Contact your system administrator if this message persists or appeared unexpectedly." : "Kontaktu vian administranton, se tiu ĉi mesaĝo daŭras aŭ aperas neatendite.",
- "Could not send reset email because there is no email address for this username. Please contact your administrator." : "Ne eblas sendi retpoŝton ĉar ne estas retpoŝtadreso por ĉi tiu uzantnomo. Bonvolu kontakti vian administranton.",
- "Couldn't send reset email. Please make sure your username is correct." : "Ne eblis sendi la retmesaĝon por restarigi pasvorton. Bonvolu kontroli, ĉu via uzantnomo ĝustas.",
- "We have send a password reset e-mail to the e-mail address known to us for this account. If you do not receive it within a reasonable amount of time, check your spam/junk folders.<br>If it is not there ask your local administrator." : "La ligilo por restarigi vian pasvorton estis sendita al via retpoŝtadreso. Se vi ne ricevas ĝin baldaŭ, vidu vian spamujon.<br>Se ĝi ne estas tie, pridemandu vian administranton.",
- "Your files are encrypted. There will be no way to get your data back after your password is reset.<br />If you are not sure what to do, please contact your administrator before you continue. <br />Do you really want to continue?" : "Viaj dosieroj estas ĉifritaj. Ne estos eble rehavi viajn datumojn post la restarigo de via pasvorto.<br />Se vi ne tute certas pri kio fari, bonvolu pridemandi vian administranton, antaŭ ol daŭrigi. <br />Ĉu vi ja volas daŭrigi?",
- "Sending email …" : "Sendado de la retpoŝto...",
- "You are currently running PHP 5.6. The current major version of Nextcloud is the last that is supported on PHP 5.6. It is recommended to upgrade the PHP version to 7.0+ to be able to upgrade to Nextcloud 14." : "Vi uzas ĉi-momente la version 5.6 de PHP. La nuna ĉefa versio de Nextcloud estas la lasta, kiu uzeblos kun PHP versio 5.6. Estas rekomendita promocii al PHP versio 7.0 kaj pli por povi instali la version 14 de Nextcloud.",
- "Accessing site insecurely via HTTP. You are strongly adviced to set up your server to require HTTPS instead, as described in the <a href=\"{docUrl}\">security tips ↗</a>." : "Vi atingas tiun retejon per HTTP. Ni tre rekomendas agordi vian retservilon tiel, ke HTTPS uziĝu anstataŭe; vidu la <a href=\"{docUrl}\">praktikajn konsilojn pri sekurigo ↗</a>.",
- "Shared" : "Kunhavata",
- "Shared with" : "Kunhavigita kun",
- "Shared by" : "Kunhavigita de",
- "Choose a password for the public link" : "Elektu pasvorton por la publika ligilo",
- "Choose a password for the public link or press the \"Enter\" key" : "Elektu pasvorton por la publika ligilo aŭ premu la enigan klavon",
- "Copied!" : "Kopiita!",
- "Copy link" : "Kopii ligilon",
- "Not supported!" : "Ne subtenite!",
- "Press ⌘-C to copy." : "Premu ⌘-C por kopii.",
- "Press Ctrl-C to copy." : "Premu Ctrl-C por kopii.",
- "Unable to create a link share" : "Ne eblis krei kunhavo-ligilon",
- "Unable to toggle this option" : "Ne eblis baskuligi tiun opcion",
- "Resharing is not allowed" : "Rekunhavigo ne permesatas",
- "Link" : "Ligilo",
- "Hide download" : "Kaŝi elŝuton",
- "Password protection enforced" : "Pasvorta protekto efektiva",
- "Password protect" : "Protekti per pasvorto",
- "Allow editing" : "Permesi redakton",
- "Email link to person" : "Retpoŝti la ligilon",
- "Send" : "Sendi",
- "Allow upload and editing" : "Permesi alŝuton kaj redakton",
- "Read only" : "Nurlega",
- "File drop (upload only)" : "Demeti dosieron (nur alŝuto)",
- "Expiration date enforced" : "Limdato efektiva",
- "Set expiration date" : "Agordi limdaton",
- "Expiration" : "Eksvalidiĝo",
- "Expiration date" : "Limdato",
- "Note to recipient" : "Noto al ricevonto",
- "Unshare" : "Malkunhavigi",
- "Delete share link" : "Forigi kunhavo-ligilon",
- "Add another link" : "Aldoni plian ligilon",
- "Password protection for links is mandatory" : "Pasvorta protekto de ligiloj estas deviga",
- "Share to {name}" : "Kunhavigi al {name}",
- "Share link" : "Kunhavigi ligilon",
- "New share link" : "Nova kunhavo-ligilo",
- "Created on {time}" : "Kreita je {time}",
- "Password protect by Talk" : "Pasvorta protekto pere de „Talk“",
- "Could not unshare" : "Ne eblis malkunhavigi",
- "Shared with you and the group {group} by {owner}" : "Kunhavigita kun vi kaj la grupo {group} de {owner}",
- "Shared with you and {circle} by {owner}" : "Kunhavigita kun vi kaj {circle} de {owner}",
- "Shared with you and the conversation {conversation} by {owner}" : "Kunhavigita kun vi kaj la konversacio {conversation} de {owner}",
- "Shared with you in a conversation by {owner}" : "Kunhavigita kun vi en konversacio de {owner}",
- "Shared with you by {owner}" : "Kunhavigita kun vi de {owner}",
- "Choose a password for the mail share" : "Elektu pasvorton por la retpoŝta kunhavigo",
- "group" : "grupo",
- "remote" : "fora",
- "remote group" : "fora grupo",
- "email" : "retpoŝtadreso",
- "conversation" : "konversacio",
- "shared by {sharer}" : "kunhavigita de {sharer}",
- "Can reshare" : "Eblas rekunhavigi",
- "Can edit" : "Povas redakti",
- "Can create" : "Povas krei",
- "Can change" : "Eblas ŝanĝi",
- "Can delete" : "Povas forigi",
- "Access control" : "Alirkontrolo",
- "{shareInitiatorDisplayName} shared via link" : "{shareInitiatorDisplayName} kunhavigis per ligilo",
- "Error while sharing" : "Eraro dum kunhavigo",
- "Share details could not be loaded for this item." : "Kunhavaj detaloj pri ĉi tiu ero ne ŝargeblis.",
- "Search globally" : "Serĉi ĉie",
- "_At least {count} character is needed for autocompletion_::_At least {count} characters are needed for autocompletion_" : ["Aŭtomata kompletigo bezonas almenaŭ {count} signon","Aŭtomata kompletigo bezonas almenaŭ {count} signojn"],
- "This list is maybe truncated - please refine your search term to see more results." : "Eble mankas rezultoj: bv. pliprecizigi vian serĉon por vidi pli da rezultoj.",
- "No users or groups found for {search}" : "Neniu uzanto aŭ grupo troviĝis por {search}",
- "No users found for {search}" : "Neniu uzanto troviĝis por {search}",
- "An error occurred (\"{message}\"). Please try again" : "Eraro okazis („{message}“). Bonvolu provi ree.",
- "An error occurred. Please try again" : "Eraro okazis. Bonvolu provi ree",
- "Home" : "Hejmo",
- "Work" : "Laboro",
- "Other" : "Alia",
- "{sharee} (remote group)" : "{sharee} (fora grupo)",
- "{sharee} ({type}, {owner})" : "{sharee} ({type}, {owner})",
- "Share" : "Kunhavigi",
- "Name or email address..." : "Nomo aŭ retpoŝtadreso...",
- "Name or federated cloud ID..." : "Namo aŭ federnuba identigilo...",
- "Name, federated cloud ID or email address..." : "Nomo, federnuba identigilo aŭ retpoŝtadreso...",
- "Name..." : "Nomo...",
- "Error removing share" : "Eraro dum forigo de kunhavigo",
- "({scope})" : "({scope})",
- "Saving..." : "Konservado...",
- "Dismiss" : "Forsendi",
- "Your client should now be connected! You can close this window." : "Via kliento estas konektita! Vi povas fermi tiun fenestron.",
- "New Password" : "Nova pasvorto",
- "Cancel log in" : "Nuligi ensaluton"
+ "Checking whether the database schema can be updated (this can take a long time depending on the database size)" : "Kontrolo, ĉu la skemo de la datumbazo estas ĝisdatigebla (tio povas daŭri longe laŭ la grando de la datumbazo)",
+ "Checked database schema update" : "Ĝisdatigo de la skemo de la datumbazo kontrolita",
+ "Checking updates of apps" : "Kontrolo de la ĝisdatigoj de aplikaĵoj",
+ "Checking for update of app \"%s\" in appstore" : "Kontrolo de la ĝisdatigo de la aplikaĵo „%s“ en aplikaĵejo",
+ "Update app \"%s\" from appstore" : "Ĝisdatigon de la aplikaĵo „%s“ el aplikaĵejo",
+ "Checked for update of app \"%s\" in appstore" : "Ĝisdatigo de la aplikaĵo „%s“ en aplikaĵejo kontrolita",
+ "Checked database schema update for apps" : "Ĝisdatigo de la skemo de la datumbazo por la aplikaĵoj kontrolita",
+ "Following apps have been disabled: %s" : "Jenaj aplikaĵoj estis malŝaltataj: %s",
+ "Your web server is not properly set up to resolve \"{url}\". Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Via retservilo ne estas agordita por trovi la adreson „{url}“. Pli da informo troveblas en la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentaro</a>.",
+ "Your web server is not properly set up to resolve \"{url}\". This is most likely related to a web server configuration that was not updated to deliver this folder directly. Please compare your configuration against the shipped rewrite rules in \".htaccess\" for Apache or the provided one in the documentation for Nginx at it's <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation page</a>. On Nginx those are typically the lines starting with \"location ~\" that need an update." : "Via retservilo ne estas agordita por trovi la adreson „{url}“. Tio plej verŝajne estas kaŭzita de servilo ne ĝisdatigita por rekte liveri tiun ĉi dosierujon. Bv. kompari vian agordon al transformreguloj en „.htaccess“ por Apache, aŭ la reguloj por Nginx en la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentaro</a>. Ĉe Nginx, tio, kio devas ĝisdatiĝi estas kutime linioj komencantaj per „location ~“.",
+ "Your web server is not properly set up to deliver .woff2 files. This is typically an issue with the Nginx configuration. For Nextcloud 15 it needs an adjustement to also deliver .woff2 files. Compare your Nginx configuration to the recommended configuration in our <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Via retservilo ne estas agordita por sendi .woff2-dosierojn. Tio estas tipe problemo kun la agordo de Nginx. Nextcloud 15 bezonas adapton por ankaŭ sendi .woff2-dosierojn. Komparu vian Nginx-agordon kun la rekomendita agordo en nia <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentaro</a>.",
+ "Please check the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">installation documentation ↗</a> for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "Bv. legi la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">instal-dokumentaron ↗</a> pri agordo-notoj pri PHP kaj pri PHP-agordo de via retservilo, precipe kiam vi uzas la modulon „php-fpm“.",
+ "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems. See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation ↗</a> for more information." : "La transakcia ŝloso de dosieroj estas malebligita: tio povas estigi problemojn kun kunkura aliro. Ebligu „filelocking.enabled“ en la dosiero config.php por eviti tiajn problemojn. Bv. vidi la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentaron ↗</a> por pli da informoj.",
+ "Last background job execution ran {relativeTime}. Something seems wrong." : "La lasta fona tasko ruliĝis {relativeTime}. Io ŝajne misfunkciis.",
+ "Check the background job settings" : "Kontrolu la agordon pri fona rulado",
+ "No memory cache has been configured. To enhance performance, please configure a memcache, if available. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Neniu kaŝmemoro estas agordita. Por plibonigi rapidecon, bv. agordi iun „memcache“, se disponebla. Pli da informoj troviĝas en la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentaro</a>.",
+ "No suitable source for randomness found by PHP which is highly discouraged for security reasons. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Neniu taŭga fonto de hazardo por PHP: tio estas tre malrekomendita pro sekuriga kialoj. Pli da informoj troviĝas en la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentaro</a>.",
+ "You are currently running PHP {version}. Upgrade your PHP version to take advantage of <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">performance and security updates provided by the PHP Group</a> as soon as your distribution supports it." : "Vi uzas ĉi-momente la version {version} de PHP. Promociu vian PHP-version por profiti de <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">sekurigaj kaj rapidecaj ĝisdatigoj de la PHP-grupo</a>, tuj kiam via distribuaĵo subtenos ĝin.",
+ "The reverse proxy header configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If not, this is a security issue and can allow an attacker to spoof their IP address as visible to the Nextcloud. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Aŭ la agordo pri la kapoj de inversa prokurilo ne ĝustas, aŭ vi aliras al Nextcloud per fidinda prokurilo. Se vi ne aliras al Nextcloud per fidinda prokurilo, tio estas sekuriga problemo, kaj tio ebligas atakanton mistifiki tiun IP-adreson, kiun Nextcloud ricevas. Pli da informoj troveblas en la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentaro</a>.",
+ "Memcached is configured as distributed cache, but the wrong PHP module \"memcache\" is installed. \\OC\\Memcache\\Memcached only supports \"memcached\" and not \"memcache\". See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">memcached wiki about both modules</a>." : "Kaŝmemorilo „Memcached“ uziĝas nun kiel disa kaŝmemoro, sed la neĝusta PHP-modulo „memcache“ estas instalita. \\OC\\Memcache\\Memcached subtenas nur la modulon nomitan „memcached“ kaj ne tiun nomitan „memcache“. Vidu la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">„memcached“-vikio pri ambaŭ moduloj</a>.",
+ "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">List of invalid files…</a> / <a href=\"{rescanEndpoint}\">Rescan…</a>)" : "Kelkaj dosieroj ne sukcese trairis la kontrolon pri integreco. Pli da informaj pri solvado de tiu problemo troveblas en la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentaro</a>: <a href=\"{codeIntegrityDownloadEndpoint}\">Listo de nevalidaj dosieroj...</a>, <a href=\"{rescanEndpoint}\">Reekzameni („rescan“) dosierojn...</a>.",
+ "The PHP OPcache module is not loaded. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance it is recommended</a> to load it into your PHP installation." : "La PHP-modulo „OPcache“ ne estas ŝargita. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Por pli da rapideco, oni rekomendas</a> ŝargi ĝin en via PHP-instalaĵon.",
+ "The PHP OPcache is not properly configured. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance it is recommended</a> to use the following settings in the <code>php.ini</code>:" : "La PHP-modulo „OPcache“ ne estas taŭge agordita. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Por pli da rapideco, oni rekomendas</a> uzi la jenajn agordojn en la dosiero <code>php.ini</code>:",
+ "Some columns in the database are missing a conversion to big int. Due to the fact that changing column types on big tables could take some time they were not changed automatically. By running 'occ db:convert-filecache-bigint' those pending changes could be applied manually. This operation needs to be made while the instance is offline. For further details read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "Mankas konverto al granda entjero (angle „big int“) en kelkaj kolumnoj de la datumbazo. Pro la ebla malrapideco ŝanĝi kolumntipoj en grandaj tabeloj, ili ne estis ŝanĝitaj aŭtomate. Vi povas ŝanĝi ilin mane, rulante komandlinie „occ db:convert-filecache-bigint“. Sed tio devas esti farita dum la servilo ne estas funkcianta. Por pli da detaloj, legu <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">la helpan paĝon pri tio</a>.",
+ "To migrate to another database use the command line tool: 'occ db:convert-type', or see the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation ↗</a>." : "Por strukture transmeti al alia datumbazo, uzu la komandlinia ilo „occ db:convert-type“, aŭ vidu la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentaron ↗</a>.",
+ "Use of the the built in php mailer is no longer supported. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Please update your email server settings ↗<a/>." : "Uzo de la interna PHP-poŝtilo ne plu estas subtenata. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Bv. ĝisdatigi viajn agordojn pri retpoŝtilo ↗<a/>.",
+ "MySQL is used as database but does not support 4-byte characters. To be able to handle 4-byte characters (like emojis) without issues in filenames or comments for example it is recommended to enable the 4-byte support in MySQL. For further details read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "MySQL uziĝas kiel datumbazo, sed ĝi ne subtenas 4-bajtajn signojn. Por ke ĝi povu uzi 4-bajtajn signojn (kiel emoĝiojn) sen problemo kun dosiernomo aŭ komentoj i.a., oni rekomendas ŝalti subtenon por 4-bajtaj signoj en MySQL. Pli pliaj detaloj, vidu la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentaron pri tio</a>.",
+ "You are accessing your instance over a secure connection, however your instance is generating insecure URLs. This most likely means that you are behind a reverse proxy and the overwrite config variables are not set correctly. Please read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "Vi aliras al via servilo pere de sekura konekto. Sed, via servilo estigas nesekurajn retadresojn (URL). Ĝenerale, tio devenas de uzo de inversa prokurilo kun netaŭgaj difinitaj variabloj pri anstataŭigo. Vidu <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">la helpopaĝon pri tio</a>.",
+ "The \"{header}\" HTTP header is not set to \"{val1}\", \"{val2}\", \"{val3}\", \"{val4}\" or \"{val5}\". This can leak referer information. See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{link}\">W3C Recommendation ↗</a>." : "La HTTP-kapo „{header}“ ne egalas al „{val1}“, „{val2}“, „{val3}“, „{val4}“ aŭ „{val5}“. Tio povas nepermesite diskonigi referencantojn. Legu la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{link}\">W3C-rekomendon ↗</a>.",
+ "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the <a href=\"{docUrl}\" rel=\"noreferrer noopener\">security tips ↗</a>." : "La HTTP-kapo „Strict-Transport-Security“ (angle por severa sekurigo de transporto, HSTS) ne egalas almenaŭ „{seconds}“ sekundojn. Por pli da sekureco, oni rekomendas ebligi HSTS-kapon kiel priskribita en la <a href=\"{docUrl}\" rel=\"noreferrer noopener\">praktikaj konsiloj pri sekurigo ↗</a>.",
+ "Accessing site insecurely via HTTP. You are strongly advised to set up your server to require HTTPS instead, as described in the <a href=\"{docUrl}\">security tips ↗</a>." : "Vi nesekure atingas tiun retejon per HTTP. Ni tre rekomendas agordi vian retservilon tiel, ke HTTPS uziĝu anstataŭe; vidu la <a href=\"{docUrl}\">praktikajn konsilojn pri sekurigo ↗</a>.",
+ "Continue to Nextcloud" : "Daŭrigi al Nextcloud",
+ "_The update was successful. Redirecting you to Nextcloud in %n second._::_The update was successful. Redirecting you to Nextcloud in %n seconds._" : ["La ĝisdatigo sukcesis. Alidirektante vin al Nextcloud post %n sekundo.","La ĝisdatigo sukcesis. Alidirektante vin al Nextcloud post %n sekundoj."],
+ "Searching other places" : "Serĉo en aliaj lokoj",
+ "No search results in other folders for {tag}{filter}{endtag}" : "Neniu serĉ-rezultoj en aliaj dosierujoj por {tag}{filter}{endtag}",
+ "_{count} search result in another folder_::_{count} search results in other folders_" : ["{count} serĉ-rezulto en alia dosierujo","{count} serĉ-rezultoj en aliaj dosierujoj"],
+ "A password reset message has been sent to the e-mail address of this account. If you do not receive it, check your spam/junk folders or ask your local administrator for help." : "Mesaĝo por restarigi la pasvorton estis sendita al la retpoŝtadreso de tiu konto. Se vi ne ricevas ĝin baldaŭ, vidu vian spamujon aŭ pridemandu vian administranton.",
+ "Password can not be changed. Please contact your administrator." : "Pasvorto ne eblas esti ŝanĝita. Bonvolu kontakti vian administranton.",
+ "Could not fetch list of apps from the app store." : "Elŝutado de la listo de la aplikaĵoj el la aplikaĵejo malsukcesis.",
+ "Can't install this app because it is not compatible" : "La instalado de tiu aplikaĵo malsukcesis, ĉar ĝi estas nekongrua",
+ "Can't install this app" : "La instalado de tiu aplikaĵo ne eblas",
+ "These apps will be updated:" : "La jenajn aplikaĵoj ĝisdatiĝos:",
+ "For more details see the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Por pli da detaloj, vidu la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentaron</a>."
},"pluralForm" :"nplurals=2; plural=(n != 1);"
} \ No newline at end of file
diff --git a/core/l10n/es.js b/core/l10n/es.js
index 743902624f2..5e827aa58a9 100644
--- a/core/l10n/es.js
+++ b/core/l10n/es.js
@@ -5,6 +5,14 @@ OC.L10N.register(
"File is too big" : "El archivo es demasiado grande",
"The selected file is not an image." : "El archivo seleccionado no es una imagen.",
"The selected file cannot be read." : "El archivo seleccionado no puede ser leído.",
+ "The file was uploaded" : "El archivo fue subido",
+ "The uploaded file exceeds the upload_max_filesize directive in php.ini" : "El archivo subido excede la directiva upload_max_filesize del php.ini",
+ "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "El archivo subido excede la directiva MAX_FILE_SIZE que fue especificada en el formulario HTML",
+ "The file was only partially uploaded" : "El archivo fue subido parcialmente",
+ "No file was uploaded" : "El archivo no fue subido",
+ "Missing a temporary folder" : "Falta una carpeta temporal",
+ "Could not write file to disk" : "No se pudo escribir el archivo en el disco",
+ "A PHP extension stopped the file upload" : "Una extensión PHP detuvola subida del archivo",
"Invalid file provided" : "Archivo no válido",
"No image or file provided" : "No se especificó ningún archivo o imagen",
"Unknown filetype" : "Tipo de archivo desconocido",
@@ -15,8 +23,9 @@ OC.L10N.register(
"No valid crop data provided" : "Recorte inválido",
"Crop is not square" : "El recorte no es cuadrado",
"State token does not match" : "El token dado no coincide",
+ "Invalid app password" : "Contraseña de la app no válida",
"Could not complete login" : "No se ha podido completar el inicio de sesión",
- "Your login token is invalid or has expired" : "Tu token de login es inválido o ha caducado",
+ "Your login token is invalid or has expired" : "Tu token de login no es válido o ha caducado",
"Password reset is disabled" : "El restablecimiento de la contraseña está deshabilitado",
"Couldn't reset password because the token is invalid" : "No se puede restablecer la contraseña porque el token de identificación no es válido.",
"Couldn't reset password because the token is expired" : "No se puede restablecer la contraseña porque el token de identificación ha caducado.",
@@ -28,6 +37,8 @@ OC.L10N.register(
"Nextcloud Server" : "Servidor Nexcloud",
"Some of your link shares have been removed" : "Algunos de tus enlaces compartidos han sido eliminados.",
"Due to a security bug we had to remove some of your link shares. Please see the link for more information." : "Debido a un bug de seguridad hemos tenido que eliminar algunos de tus enlaces compartidos. Por favor, accede al link para más información.",
+ "The user limit of this instance is reached." : "Se alcanzó el límite de usuarios de esta instancia.",
+ "Enter your subscription key to increase the user limit. For more information about Nextcloud Enterprise see our website." : "Introduzca su clave de suscripción para aumentar el límite de usuarios. Para obtener más información sobre Nextcloud Enterprise, visite nuestro sitio web.",
"Preparing update" : "Preparando la actualización",
"[%d / %d]: %s" : "[%d / %d]: %s",
"Repair step:" : "Paso de reparación:",
@@ -41,76 +52,67 @@ OC.L10N.register(
"Maintenance mode is kept active" : "El modo mantenimiento aún está activo.",
"Updating database schema" : "Actualizando el esquema del base de datos",
"Updated database" : "Base de datos actualizada",
- "Checking whether the database schema can be updated (this can take a long time depending on the database size)" : "Comprobar si se puede actualizar el esquema de la base de datos (esto puede tardar bastante tiempo, dependiendo del tamaño de la base de datos)",
- "Checked database schema update" : "Actualización del esquema de base de datos revisado",
- "Checking updates of apps" : "Comprobar actualizaciones de apps",
- "Checking for update of app \"%s\" in appstore" : "Comprobando actualizaciones de las aplicaciones %s en la AppStore.",
- "Update app \"%s\" from appstore" : "Actualizada la app %s desde la AppStore",
- "Checked for update of app \"%s\" in appstore" : "Buscar actualizaciones de aplicaciones %s en la AppStore",
"Checking whether the database schema for %s can be updated (this can take a long time depending on the database size)" : "Comprobar si se puede actualizar el esquema de la base de datos %s (esto puede tardar bastante tiempo, dependiendo del tamaño de la base de datos)",
- "Checked database schema update for apps" : "Comprobada la actualización del esquema de la base de datos para aplicaciones",
"Updated \"%1$s\" to %2$s" : "\"%1$s\" actualizado a %2$s",
"Set log level to debug" : "Establecer el nivel de registro a depuración",
"Reset log level" : "Restablecer el nivel de registro",
"Starting code integrity check" : "Comenzando comprobación de integridad de código",
"Finished code integrity check" : "Terminada la comprobación de integridad de código",
"%s (incompatible)" : "%s (incompatible)",
- "Following apps have been disabled: %s" : "Las siguientes aplicaciones han sido deshabilitadas: %s",
+ "The following apps have been disabled: %s" : "Las siguientes apps han sido desactivadas: %s",
"Already up to date" : "Ya actualizado",
"Your web server is not yet properly set up to allow file synchronization, because the WebDAV interface seems to be broken." : "Tu servidor web todavía no está configurado correctamente para permitir la sincronización de archivos, porque la interfaz WebDAV parece estar rota.",
- "Your web server is not properly set up to resolve \"{url}\". Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Tu servidor web no está configurado correctamente para resolver \"{url}\". Se puede encontrar más información en la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentación</a>.",
- "Your web server is not properly set up to resolve \"{url}\". This is most likely related to a web server configuration that was not updated to deliver this folder directly. Please compare your configuration against the shipped rewrite rules in \".htaccess\" for Apache or the provided one in the documentation for Nginx at it's <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation page</a>. On Nginx those are typically the lines starting with \"location ~\" that need an update." : "Tu servidor no está bien configurado para resolver \"{url}\". Esto probablemente esté relacionado con una configuración del servidor web que no se ha actualizado para entregar esta carpeta directamente. Por favor, compara tu configuración con las reglas de reescritura por defecto para Apache en \".htaccess\" o la provista en la documentación para Nginx en su <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">página de documentación</a>. En Nginx, suelen ser las líneas que empiezan con \"location ~\" las que hay que actualizar.",
- "Your web server is not properly set up to deliver .woff2 files. This is typically an issue with the Nginx configuration. For Nextcloud 15 it needs an adjustement to also deliver .woff2 files. Compare your Nginx configuration to the recommended configuration in our <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Tu servidor web no está bien configurado para suministrar archivos .woff2 . Esto es normalmente un problema de la configuración de Nginx. Para Nextcloud 15, necesita un ajuste para suministrar archivos .woff2. Compare su configuración de Nginx con la configuración recomendad de<a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">nuestra documentación</a>.",
+ "Your web server is not properly set up to resolve \"{url}\". Further information can be found in the {linkstart}documentation ↗{linkend}." : "Su servidor no está configurado correctamente para resolver \"{url}\". Se puede encontrar más información en la {linkstart}documentación ↗{linkend}.",
+ "Your web server is not properly set up to resolve \"{url}\". This is most likely related to a web server configuration that was not updated to deliver this folder directly. Please compare your configuration against the shipped rewrite rules in \".htaccess\" for Apache or the provided one in the documentation for Nginx at it's {linkstart}documentation page ↗{linkend}. On Nginx those are typically the lines starting with \"location ~\" that need an update." : "Tu servidor no está bien configurado para resolver \"{url}\". Esto podría estar relacionado con que la configuración del servidor web que no se ha actualizado para entregar esta carpeta directamente. Por favor, compara tu configuración con las reglas de reescritura del \".htaccess\" para Apache o la provista para Nginx en la {linkstart}página de documentación ↗{linkend}. En Nginx, suelen ser las líneas que empiezan con \"location ~\" las que hay que actualizar.",
+ "Your web server is not properly set up to deliver .woff2 files. This is typically an issue with the Nginx configuration. For Nextcloud 15 it needs an adjustement to also deliver .woff2 files. Compare your Nginx configuration to the recommended configuration in our {linkstart}documentation ↗{linkend}." : "Tu servidor web no está bien configurado para suministrar archivos .woff2 . Esto suele ser un problema de la configuración de Nginx. Para Nextcloud 15, necesita un ajuste para suministrar archivos .woff2. Compare su configuración de Nginx con la configuración recomendada en nuestra {linkstart}documentación ↗{linkend}.",
"PHP does not seem to be setup properly to query system environment variables. The test with getenv(\"PATH\") only returns an empty response." : "PHP parece no estar correctamente configurado para solicitar las variables de entorno de sistema. La prueba con getenv(\"PATH\") solo devuelve una respuesta vacía.",
- "Please check the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">installation documentation ↗</a> for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "Por favor, comprueba la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentación de instalación ↗</a> para notas sobre la configuración de PHP y de tu servidor, especialmente al usar php-fpm.",
+ "Please check the {linkstart}installation documentation ↗{linkend} for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "Por favor, compruebe las notas de configuración de PHP en la {linkstart}documentación de instalación ↗{linkend} y la configuración de PHP de su servidor, especialmente cuando se utiliza php-fpm.",
"The read-only config has been enabled. This prevents setting some configurations via the web-interface. Furthermore, the file needs to be made writable manually for every update." : "Se ha activado la configuración de solo lectura. Esto evita cambiar ciertas configuraciones vía la interfaz web. Además, el archivo debe hacerse escribible de manera manual para cada actualización.",
"Your database does not run with \"READ COMMITTED\" transaction isolation level. This can cause problems when multiple actions are executed in parallel." : "Tu base de datos no funciona con el nivel de aislamiento de transacciones \"READ COMMITTED\". Esto puede causar problemas cuando se ejecutan en paralelo varias acciones.",
"The PHP module \"fileinfo\" is missing. It is strongly recommended to enable this module to get the best results with MIME type detection." : "Falta el módulo PHP \"fileinfo\". Se recomienda fervientemente activar este módulo para conseguir los mejores resultados con la detección de tipos MIME.",
- "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems. See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation ↗</a> for more information." : "El bloqueo transaccional de archivos está desactivado. Esto puede llevar a problemas con ciertas condiciones. Activa \"filelocking.enabled\" en config.php para evitar estos problemas. Ver la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentación ↗</a> para más información.",
+ "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems. See the {linkstart}documentation ↗{linkend} for more information." : "El bloqueo transaccional de archivos está desactivado, lo que podría ocasionar problemas en casos de acceso simultáneo. Habilite \"filelocking.enabled\" en el config.php para evitar estos problemas. Compruebe la {linkstart}documentación ↗{linkend} para más información.",
"If your installation is not installed at the root of the domain and uses system cron, there can be issues with the URL generation. To avoid these problems, please set the \"overwrite.cli.url\" option in your config.php file to the webroot path of your installation (suggestion: \"{suggestedOverwriteCliURL}\")" : "Si tu instalación no está en la raíz del dominio y usa el cron del sistema, puede haber problemas con la generación de URL. PAra evitar estos problemas, por favor, configura la opción \"overwriter.cli.url\" en tu archivo config.php a la ruta de la raíz web de tu instalación (sugerencia: \"{suggestedOverwriteCliURL}\")",
+ "Your installation has no default phone region set. This is required to validate phone numbers in the profile settings without a country code. To allow numbers without a country code, please add \"default_phone_region\" with the respective {linkstart}ISO 3166-1 code ↗{linkend} of the region to your config file." : "La instalación no tiene establecida una región telefónica predeterminada. Esto es necesario para validar los números de teléfono en la configuración del perfil sin un código de país. Para permitir números sin código de país, por favor agregue \"default_phone_region\" con el respectivo {linkstart}código ISO 3166-1 ↗{linkend} de la región a su archivo de configuración.",
"It was not possible to execute the cron job via CLI. The following technical errors have appeared:" : "No se ha podido ejecutar el trabajo cron vía CLI. Han aparecido los siguientes errores técnicos:",
- "Last background job execution ran {relativeTime}. Something seems wrong." : "La última ejecución del trabajo en segundo plano tuvo lugar en {relativeTime}. Algo parece estar mal.",
- "Check the background job settings" : "Comprueba la configuración del trabajo en segundo plano",
+ "Last background job execution ran {relativeTime}. Something seems wrong. {linkstart}Check the background job settings ↗{linkend}." : "La última ejecución de los trabajos en segundo plano fue hace {relativeTime}. Parece que algo va mal. {linkstart}Compruebe la configuración de los trabajos en segundo plano ↗{linkend}.",
"This server has no working Internet connection: Multiple endpoints could not be reached. This means that some of the features like mounting external storage, notifications about updates or installation of third-party apps will not work. Accessing files remotely and sending of notification emails might not work, either. Establish a connection from this server to the Internet to enjoy all features." : "El servidor no tiene conexión a internet: no se ha podido alcanzar múltiples puntos finales. Esto significa que algunas de las características, como montar almacenamientos externos, notificaciones sobre actualizaciones o instalación de apps de terceras partes no funcionarán. Acceder remotamente a los archivos y enviar correos de notificación tampoco funcionará. Debes establecer una conexión del servidor a internet para disfrutar todas las características.",
- "No memory cache has been configured. To enhance performance, please configure a memcache, if available. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "No se ha configurado ninguna memoria caché. Para mejorar el rendimiento, por favor, configura memcache, si está disponible. Para más información, ve la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentación</a>.",
- "No suitable source for randomness found by PHP which is highly discouraged for security reasons. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "No hay ninguna fuente de aleatoriedad disponible, lo que está fuertemente desaconsejado por motivos de seguridad. Se puede encontrar más información en la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentación</a>.",
- "You are currently running PHP {version}. Upgrade your PHP version to take advantage of <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">performance and security updates provided by the PHP Group</a> as soon as your distribution supports it." : "Estás usando PHP {version}. Actualiza la versión de PHP para aprovecharte de <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">mejoras de rendimiento y seguridad provistas por el PHP Group</a> tan pronto como tu distribución lo soporte.",
- "Nextcloud 19 is the last release supporting PHP 7.2. Nextcloud 20 requires at least PHP 7.3." : "Nextclod 19 es la última entrega con soporte para PHP 7.2. Nexcloud 20 requiere al menos PHP 7.3.",
- "The reverse proxy header configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If not, this is a security issue and can allow an attacker to spoof their IP address as visible to the Nextcloud. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "La configuración de cabeceras del proxy inverso es incorrecta, o estás accediendo a Nextcloud desde un proxy fiable. Si no, esto es un problema de seguridad que puede permitir que un atacante disfrazar su dirección IP como visible a Nextcloud. Se puede encontrar más información en la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentación</a>.",
- "Memcached is configured as distributed cache, but the wrong PHP module \"memcache\" is installed. \\OC\\Memcache\\Memcached only supports \"memcached\" and not \"memcache\". See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">memcached wiki about both modules</a>." : "Memcached está configurado como caché distribuida, pero el módulo erróneo de PHP \"memcache\" está instalado. \\OC\\Memcache\\Memcached solo soporta \"memcached\" y no \"memcache\". Vea la <a target=\"_blank\" href=\"{wikiLink}\">wiki de memcached sobre ambos módulos</a>.",
- "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">List of invalid files…</a> / <a href=\"{rescanEndpoint}\">Rescan…</a>)" : "Algunos archivos no han pasado la comprobación de integridad. Se puede encontrar más información sobre cómo resolver este problema en la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentación</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">Lista de archivos inválidos...</a> / <a href=\"{rescanEndpoint}\">Reescanear</a>)",
- "The PHP OPcache module is not loaded. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance it is recommended</a> to load it into your PHP installation." : "El módulo PHP OPcache no está cargado. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Para mejorar el rendimiento se recomienda</a> cargarlo en tu instalación de PHP.",
- "The PHP OPcache is not properly configured. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance it is recommended</a> to use the following settings in the <code>php.ini</code>:" : "La OPcache de PHP no está bien configurada. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Para mejorar el rendimiento se recomienda</a> usar las siguientes configuraciones en el <code>php.ini</code>:",
+ "No memory cache has been configured. To enhance performance, please configure a memcache, if available. Further information can be found in the {linkstart}documentation ↗{linkend}." : "La memoria caché no ha sido configurada. Para mejorar el rendimiento, por favor, configure memcache si está disponible. Puede encontrar más información en la {linkstart}documentación ↗{linkend}.",
+ "No suitable source for randomness found by PHP which is highly discouraged for security reasons. Further information can be found in the {linkstart}documentation ↗{linkend}." : "No se ha encontrado una fuente de aleatoriedad en PHP, lo que se desaconseja por razones de seguridad. Puede encontrar más información en la {linkstart}documentación ↗{linkend}.",
+ "You are currently running PHP {version}. Upgrade your PHP version to take advantage of {linkstart}performance and security updates provided by the PHP Group ↗{linkend} as soon as your distribution supports it." : "Actualmente está ejecutando PHP {version}. Actualize la versión de PHP para beneficiarse de las {linkstart}actualizaciones de rendimiento y seguridad que aporta PHP Group ↗{linkend} en cuanto su distribución lo soporte.",
+ "Nextcloud 20 is the last release supporting PHP 7.2. Nextcloud 21 requires at least PHP 7.3." : "Nextcloud 20 es la última versión que soporta PHP 7.2. Nextcloud 21 requiere al menos PHP 7.3.",
+ "The reverse proxy header configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If not, this is a security issue and can allow an attacker to spoof their IP address as visible to the Nextcloud. Further information can be found in the {linkstart}documentation ↗{linkend}." : "La configuración de la cabecera del proxy reverso no es correcta o está accediendo a Nextcloud desde un proxy de confianza. Si no, esto es un problema de seguridad y podría permitir a un ataccante a disfrazar su dirección IP como visible para Nextcloud. Se puede encontrar más información en la {linkstart}documentación ↗{linkend}.",
+ "Memcached is configured as distributed cache, but the wrong PHP module \"memcache\" is installed. \\OC\\Memcache\\Memcached only supports \"memcached\" and not \"memcache\". See the {linkstart}memcached wiki about both modules ↗{linkend}." : "Memcached está configurado como una caché distribuida, pero se ha instalado el módulo equivocado de PHP \"memcache\". \\OC\\Memcache\\Memcached solo soporta \"memcached\" y no \"memcache\". Comprueba la {linkstart}wiki de memcached wiki acerca de ambos módulos ↗{linkend}.",
+ "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in the {linkstart1}documentation ↗{linkend}. ({linkstart2}List of invalid files…{linkend} / {linkstart3}Rescan…{linkend})" : "Algunos archivos no han pasado la comprobación de integridad. Puede encontrar más información sobre cómo resolver este problema en la {linkstart1}documentacióarchivosn ↗{linkend}. ({linkstart2}Lista de archivos no válidos…{linkend} / {linkstart3}Rescanear…{linkend})",
+ "The PHP OPcache module is not loaded. {linkstart}For better performance it is recommended ↗{linkend} to load it into your PHP installation." : "El módulo OPcache de PHP no está cargado. {linkstart}Para mejorar el rendimiento se recomienda ↗{linkend} cargarlo en su instalación de PHP.",
+ "The PHP OPcache module is not properly configured. {linkstart}For better performance it is recommended ↗{linkend} to use the following settings in the <code>php.ini</code>:" : "El módulo OPcache de PHP no está bien configurado. {linkstart}Para mejorar el rendimiento se recomienda ↗{linkend} usar las siguientes configuraciones en el </code>php.ini</code>:",
"The PHP function \"set_time_limit\" is not available. This could result in scripts being halted mid-execution, breaking your installation. Enabling this function is strongly recommended." : "La función PHP \"set_time_limit\" no está disponible. Esto podría resultar en scripts detenidos a mitad de ejecución, rompiendo tu instalación. Activar esta función está fuertemente recomendado.",
"Your PHP does not have FreeType support, resulting in breakage of profile pictures and the settings interface." : "Tu PHP no tiene soporte FreeType, lo que provoca una rotura en las imágenes de perfil y en la interfaz de los ajustes.",
"Missing index \"{indexName}\" in table \"{tableName}\"." : "Índice perdido \"{indexName}\" en la tabla \"{tableName}\".",
"The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "A la base de datos le faltan algunos índices. Debido al hecho de que añadir índices en tablas grandes puede llevar cierto tiempo, no se han añadido automáticamente. Se pueden añadir manualmente dichos índices perdidos mientras la instancia sigue funcionando si se ejecuta \"occ db:add-missing-indices\". Una vez se han añadido los índices, las consultas a esas tablas suelen ser mucho más rápidas.",
+ "Missing primary key on table \"{tableName}\"." : "Falta la clave primaria de la tabla \"{tableName}\".",
+ "The database is missing some primary keys. Due to the fact that adding primary keys on big tables could take some time they were not added automatically. By running \"occ db:add-missing-primary-keys\" those missing primary keys could be added manually while the instance keeps running." : "A la base de datos le faltan algunas claves primarias. Debido a que añadir claves primarias en tablas grandes podría llevar mucho tiempo, no se añadieron automáticamente. Al ejecutar \"occ db:add-missing-primary-keys\" esas claves primarias faltantes podrían ser añadidas manualmente mientras la instancia sigue funcionando.",
+ "Missing optional column \"{columnName}\" in table \"{tableName}\"." : "Falta la columna opcional \"{columnName}\" en la tabla \"{tableName}\".",
+ "The database is missing some optional columns. Due to the fact that adding columns on big tables could take some time they were not added automatically when they can be optional. By running \"occ db:add-missing-columns\" those missing columns could be added manually while the instance keeps running. Once the columns are added some features might improve responsiveness or usability." : "A la base de datos le faltan algunas columnas opcionales. Debido a que agregar columnas en tablas grandes podría llevar mucho tiempo, no se agregaron automáticamente cuando podían eran opcionales. Al ejecutar \"occ db:add-missing-columns\", esas columnas faltantes se pueden agregar manualmente mientras la instancia sigue ejecutándose. Una vez que se agregen las columnas, algunas características pueden mejorar su capacidad de respuesta o la usabilidad.",
"This instance is missing some recommended PHP modules. For improved performance and better compatibility it is highly recommended to install them." : "A esta instancia le faltan algunos módulos PHP recomendados. Para mejorar el rendimiento y aumentar la compatibilidad, se recomienda encarecidamente instalarlos.",
- "Some columns in the database are missing a conversion to big int. Due to the fact that changing column types on big tables could take some time they were not changed automatically. By running 'occ db:convert-filecache-bigint' those pending changes could be applied manually. This operation needs to be made while the instance is offline. For further details read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "A algunas columnas de la base de datos les falta convertirse a \"big int\". Ya que cambiar los tipos de columna en tablas grandes puede llevar algún tiempo, no se han cambiado automáticamente. Se pueden ejecutar estos cambios pendientes ejecutando 'occ db:convert-filecache-bigint', Esta operación debe realizarse cuando el servidor esté sin conexión. Para más detalles, consulta <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">la página de la documentación sobre esto</a>.",
+ "Module php-imagick in this instance has no SVG support. For better compatibility it is recommended to install it." : "El módulo php-imagick de esta instancia no tiene soporte para SVG. Para una mejor compatibilidad es recomendable instalarlo.",
+ "Some columns in the database are missing a conversion to big int. Due to the fact that changing column types on big tables could take some time they were not changed automatically. By running 'occ db:convert-filecache-bigint' those pending changes could be applied manually. This operation needs to be made while the instance is offline. For further details read {linkstart}the documentation page about this ↗{linkend}." : "A algunas columnas de la base de datos les falta convertirse a \"big int\". Debido a que cambiar los tipos de columna en tablas grandes podría tardar mucho tiempo no fueron cambiadas automáticamente. Ejecutando 'occ db:convert-filecache-bigint' se pueden aplicar estos cambios pendientes de manera manual. Esta operación debe realizarse cuando el servidor esté sin conexión. Para más detalles, consulte {linkstart}la página de documentación ↗{linkend}.",
"SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend." : "Actualmente se está usando SQLite como base de datos. Para instalaciones más largas recomendamos cambiar a un motor de bases de datos diferente.",
"This is particularly recommended when using the desktop client for file synchronisation." : "Esto está particularmente indicado si se usa el cliente de escritorio para la sincronización.",
- "To migrate to another database use the command line tool: 'occ db:convert-type', or see the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation ↗</a>." : "Para migrar a otra base de datos, usa la herramienta de línea de comandos 'occ db:convert-type' o comprueba la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentación ↗</a>.",
- "Use of the the built in php mailer is no longer supported. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Please update your email server settings ↗<a/>." : "El uso del correo incorporado de php ya no está soportado. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Por favor, actualiza tu configuración de servidor de correo ↗<a/>.",
+ "To migrate to another database use the command line tool: 'occ db:convert-type', or see the {linkstart}documentation ↗{linkend}." : "Para migrar a otra base de datos use la herramienta de línea de comandos (CLI): 'occ db:convert-type', o revise la {linkstart}documentación ↗{linkend}.",
"The PHP memory limit is below the recommended value of 512MB." : "El límite de memoria de PHP está por debajo del valor recomendado de 512 MB.",
"Some app directories are owned by a different user than the web server one. This may be the case if apps have been installed manually. Check the permissions of the following app directories:" : "Algunos directorios de apps son propiedad de un usuario diferente del usuario del servidor web. Este puede ser el caso si se han instalado apps manualmente. Comprueba los permisos de los siguientes directorios de apps:",
- "MySQL is used as database but does not support 4-byte characters. To be able to handle 4-byte characters (like emojis) without issues in filenames or comments for example it is recommended to enable the 4-byte support in MySQL. For further details read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "Se usa MySQL como base de datos pero no soporta caracteres de 4 bytes. Para poder manejar caracteres de 4 bytes (como los emojis) sin problemas en los nombres de archivos o comentarios, se recomienda activar el soporte de 4 bytes en MySQL. Para más detalles consulta la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">página de documentación sobre esto</a>.",
+ "MySQL is used as database but does not support 4-byte characters. To be able to handle 4-byte characters (like emojis) without issues in filenames or comments for example it is recommended to enable the 4-byte support in MySQL. For further details read {linkstart}the documentation page about this ↗{linkend}." : "Se utiliza MySQL como base de datos pero no soporta caracteres de 4 bytes. Para poder manejar caracteres de 4 bytes (como los emojis) sin problemas en los nombres de archivos o comentarios, se recomienda activar el soporte de 4 bytes en MySQL. Para más detalles consulta {linkstart}la página de documentación sobre esto ↗{linkend}.",
"This instance uses an S3 based object store as primary storage. The uploaded files are stored temporarily on the server and thus it is recommended to have 50 GB of free space available in the temp directory of PHP. Check the logs for full details about the path and the available space. To improve this please change the temporary directory in the php.ini or make more space available in that path." : "Esta instancia usa un almacenamiento de objetos basado en S3 como almacenamiento primario. Los archivos subidos se almacena temporalmente en el servidor y por eso se recomienda tener 50 GB de espacio libre en el directorio temporal de PHP. Comprueba los registros para detalles completos sobre la ruta y el espacio disponible. Para mejora esto, por favor, cambia el directorio temporal en el php.ini o aumenta el espacio disponible en esa ruta.",
- "You are accessing your instance over a secure connection, however your instance is generating insecure URLs. This most likely means that you are behind a reverse proxy and the overwrite config variables are not set correctly. Please read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "Estás accediendo a través de una conexión segura. Sin embargo, tu instancia está generando URLs inseguras. Esto significa seguramente que estás tras un proxy inverso y las variables de configuración de reescritura no están bien configuradas. Por favor, lee <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">la página de la documentación sobre esto</a>.",
+ "You are accessing your instance over a secure connection, however your instance is generating insecure URLs. This most likely means that you are behind a reverse proxy and the overwrite config variables are not set correctly. Please read {linkstart}the documentation page about this ↗{linkend}." : "Está accediendo a su instancia a través de una conexión segura, sin embargo tu instancia está generando URLs inseguras. Esto suele significar que está tras un proxy inverso y que las variables de reescritura no están bien configuradas. Por favor, revise la {linkstart}página de documentación acerca de esto ↗{linkend}.",
"Error occurred while checking server setup" : "Ha ocurrido un error al revisar la configuración del servidor",
+ "For more details see the {linkstart}documentation ↗{linkend}." : "Para más detalles compruebe la {linkstart}documentación ↗{linkend}.",
"Your data directory and files are probably accessible from the Internet. The .htaccess file is not working. It is strongly recommended that you configure your web server so that the data directory is no longer accessible, or move the data directory outside the web server document root." : "Tu directorio de datos y tus archivos son probablemente accesibles desde internet. El archivo .htaccess no funciona. Se recomienda encarecidamente que configures tu servidor web de tal manera que el directorio de datos no sea accesible, o que lo muevas fuera de la raíz de documentos del servidor web.",
"The \"{header}\" HTTP header is not set to \"{expected}\". This is a potential security or privacy risk, as it is recommended to adjust this setting accordingly." : "La cabecera HTTP \"{header}\" no está configurada como \"{expected}\". Esto es un riesgo potencial de seguridad o privacidad, y se recomienda ajustar esta configuración de forma adecuada.",
"The \"{header}\" HTTP header is not set to \"{expected}\". Some features might not work correctly, as it is recommended to adjust this setting accordingly." : "La cabecera HTTP \"{header}\" no está configurada como \"{expected}\". Algunas características podrían no funcionar correctamente, por lo que se recomienda ajustar esta configuración.",
"The \"{header}\" HTTP header doesn't contain \"{expected}\". This is a potential security or privacy risk, as it is recommended to adjust this setting accordingly." : "La cabecera HTTP \"{header}\" no contiene \"{expected}\". \nEste es un riesgo potencial de seguridad o privacidad, por lo que se recomienda ajustar esta configuración.",
- "The \"{header}\" HTTP header is not set to \"{val1}\", \"{val2}\", \"{val3}\", \"{val4}\" or \"{val5}\". This can leak referer information. See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{link}\">W3C Recommendation ↗</a>." : "La cabecera HTTP \"{header}\" no está configurada como {val1}\", \"{val2}\", \"{val3}\", \"{val4}\" o \"{val5}\". Esto puede filtrar información de referencia. Ver la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{link}\">recomendación del W3C ↗</a>.",
- "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the <a href=\"{docUrl}\" rel=\"noreferrer noopener\">security tips ↗</a>." : "La cabecera HTTP \"Strict-Transport-Security\" no está configurada en al menos \"{seconds}\" segundos. Para mejorar la seguridad, se recomienda activar HSTS como se describe en los <a href=\"{docUrl}\" rel=\"noreferrer noopener\">trucos de seguridad ↗</a>.",
- "Accessing site insecurely via HTTP. You are strongly advised to set up your server to require HTTPS instead, as described in the <a href=\"{docUrl}\">security tips ↗</a>." : "Se está accediento al sitio de manera insegura vía HTTP. Se recomienda encarecidamente configurar el servidor para que requiera HTTPS, como se describe en los <a href=\"{docUrl}\">consejos de seguridad ↗</a>.",
- "Non-existing tag #{tag}" : "Categoría #{tag} no existente",
- "restricted" : "Restringido",
- "invisible" : "invisible",
- "Delete" : "Eliminar",
- "Rename" : "Renombrar",
- "Collaborative tags" : "Etiquetas colaborativas",
- "No tags found" : "No se encontraron etiquetas",
+ "The \"{header}\" HTTP header is not set to \"{val1}\", \"{val2}\", \"{val3}\", \"{val4}\" or \"{val5}\". This can leak referer information. See the {linkstart}W3C Recommendation ↗{linkend}." : "La cabecera HTTP \"{header}\" no está configurada a \"{val1}\", \"{val2}\", \"{val3}\", \"{val4}\" o \"{val5}\". Esto puede filtrar información de la página de procedencia. Compruebe las {linkstart}Recomendaciones de W3C ↗{linkend}.",
+ "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the {linkstart}security tips ↗{linkend}." : "La cabecera HTTP \"Strict-Transport-Security\" no está configurada al menos a \"{seconds}\" segundos. Para mejorar la seguridad se recomienda habilitar HSTS como se describe en los {linkstart}consejos de seguridad ↗{linkend}.",
+ "Accessing site insecurely via HTTP. You are strongly advised to set up your server to require HTTPS instead, as described in the {linkstart}security tips ↗{linkend}." : "Se está accediendo al sitio de manera insegura mediante HTTP. Se recomienda encarecidamente que configure su servidor para que requiera HTTPS, como se describe en los {linkstart}consejos de seguridad ↗{linkend}.",
"unknown text" : "texto desconocido",
"Hello world!" : "¡Hola, mundo!",
"sunny" : "soleado",
@@ -125,27 +127,28 @@ OC.L10N.register(
"Please reload the page." : "Recargue/Actualice la página",
"The update was unsuccessful. For more information <a href=\"{url}\">check our forum post</a> covering this issue." : "La actualización tuvo un problema. Para más información <a href=\"{url}\">consulta nuestro artículo del foro</a> para arreglar este problema.",
"The update was unsuccessful. Please report this issue to the <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">Nextcloud community</a>." : "La actualización ha fallado. Por favor, informa de este problema a la <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">comunidad de Nextcloud</a>.",
- "Continue to Nextcloud" : "Continuar a Nextcloud",
- "_The update was successful. Redirecting you to Nextcloud in %n second._::_The update was successful. Redirecting you to Nextcloud in %n seconds._" : ["La actualización fue exitosa. Redireccionandolo a Nextcloud en %n segundo.","La actualización fue exitosa. Redireccionandolo a Nextcloud en %n segundos."],
- "Searching other places" : "Buscando en otros lugares",
- "No search results in other folders for {tag}{filter}{endtag}" : "No se encontraron resultados de búsqueda en otros folders para {tag}{filter}{endtag}",
- "_{count} search result in another folder_::_{count} search results in other folders_" : ["{count} resultado de búsqueda en otra carpeta","{count} resultados de búsqueda en otras carpetas"],
+ "Continue to {productName}" : "Continuar a {productName}",
+ "_The update was successful. Redirecting you to {productName} in %n second._::_The update was successful. Redirecting you to {productName} in %n seconds._" : ["La actualización ha terminado con éxito. Redirigiendo a su {productName} en %n segundo. ","La actualización ha terminado con éxito. Redirigiendo a su {productName} en %n segundos. "],
+ "Log in" : "Iniciar sesión",
+ "Logging in …" : "Iniciando sesión ...",
"Server side authentication failed!" : "La autenticación ha fallado en el servidor.",
"Please contact your administrator." : "Por favor, contacte con el administrador.",
"An internal error occurred." : "Ha habido un error interno.",
"Please try again or contact your administrator." : "Por favor reintente nuevamente o contáctese con su administrador.",
"Username or email" : "Nombre de usuario o email",
"Password" : "Contraseña",
- "Log in" : "Iniciar sesión",
- "Logging in …" : "Iniciando sesión ...",
+ "Toggle password visibility" : "Alternar visibilidad de la contraseña",
"Wrong username or password." : "Usuario o contraseña erróneos.",
"User disabled" : "Usuario deshabilitado",
"We have detected multiple invalid login attempts from your IP. Therefore your next login is throttled up to 30 seconds." : "Hemos detectado múltiples intentos inválidos desde tu IP. Por tanto, tu próximo intento se retrasará 30 segundos.",
+ "Your account is not setup for passwordless login." : "Tu cuenta no está configurada para iniciar de sesión sin contraseña",
+ "Passwordless authentication is not supported in your browser." : "La autenticación sin contraseña no está soportada en tu navegador.",
+ "Passwordless authentication is only available over a secure connection." : "La autenticación sin contraseña solo está disponible bajo una conexión segura.",
"Reset password" : "Restablecer contraseña",
- "A password reset message has been sent to the e-mail address of this account. If you do not receive it, check your spam/junk folders or ask your local administrator for help." : "Se ha enviado a tu dirección de correo un mensaje para reiniciar la contraseña. Si no lo recibes, comprueba si está en el buzón de Correo No Deseado (Spam) o pide ayuda a tu administrador local.",
+ "A password reset message has been sent to the email address of this account. If you do not receive it, check your spam/junk folders or ask your local administrator for help." : "Se ha enviado a tu dirección de correo un mensaje para reiniciar la contraseña. Si no lo recibes, comprueba si está en el buzón de Correo No Deseado (Spam) o pide ayuda a tu administrador local.",
"If it is not there ask your local administrator." : "Si no está ahí ponte en contacto con el administrador local",
"Couldn't send reset email. Please contact your administrator." : "No pudo enviarse el correo para restablecer la contraseña. Por favor, contacte con su administrador.",
- "Password can not be changed. Please contact your administrator." : "La contraseña no se puede cambiar. Por favor, contacte a su administrador.",
+ "Password cannot be changed. Please contact your administrator." : "La contraseña no puede ser cambiada. Por favor, contacte con su administrador.",
"Back to login" : "Volver a la identificación",
"New password" : "Nueva contraseña",
"Your files are encrypted. There will be no way to get your data back after your password is reset. If you are not sure what to do, please contact your administrator before you continue. Do you really want to continue?" : "Tus archivos están encriptados. No habrá forma de recuperar sus datos después de restablecer su contraseña. Si no está seguro de qué hacer, comuníquese con su administrador antes de continuar. ¿De verdad quieres continuar?",
@@ -153,21 +156,32 @@ OC.L10N.register(
"Resetting password" : "Restableciendo contraseña",
"Recommended apps" : "Aplicaciones recomendadas",
"Loading apps …" : "Cargando apps ...",
- "Could not fetch list of apps from the app store." : "No es posible obtener la lista de apps de la App Store.",
"Installing apps …" : "Instalando apps ...",
- "Nextcloud {app}" : "Nextcloud {app}",
"App download or installation failed" : "Falló la descarga o instalación de la App",
- "Can't install this app because it is not compatible" : "Esta aplicación no se puede instalar porque no es compatible",
- "Can't install this app" : "Esta aplicación no se puede instalar ",
+ "Cannot install this app because it is not compatible" : "No se puede instalar esta app porque no es compatible.",
+ "Cannot install this app" : "No se puede instalar esta app",
"Cancel" : "Cancelar",
"Schedule work & meetings, synced with all your devices." : "Programe trabajo y reuniones, sincronizados con todos sus dispositivos.",
"Keep your colleagues and friends in one place without leaking their private info." : "Mantenga a sus colegas y amigos en un sólo sitio sin dejar escapar su información privada.",
"Simple email app nicely integrated with Files, Contacts and Calendar." : "Simple email app se integra bien con Archivos, Contactos y Calendario.",
"Chatting, video calls, screensharing, online meetings and web conferencing – in your browser and with mobile apps." : "Mensajes, videollamadas, compartir pantalla, reuniones online y conferencias web – en tu navegador y con apps móviles.",
"Collaboratively edit office documents." : "Edición colaborativa de documentos Office",
- "Local document editing back-end used by the OnlyOffice app." : "Integrado un back-end para editar documentos gracias a la app OnlyOffice.",
+ "Local document editing back-end used by the Collabora Online app." : "Motor (back-end) del editor de documentos usado por la app Collabora Online.",
"Forgot password?" : "¿Contraseña olvidada?",
- "Settings" : "Ajustes",
+ "Log in with a device" : "Iniciar sesión con dispositivo",
+ "Back" : "Atrás",
+ "Login form is disabled." : "La página de inicio de sesión está deshabilitada.",
+ "Reset search" : "Resetear búsqueda",
+ "Search for {name} only" : "Buscar solo por {name}",
+ "No results for {query}" : "Sin resultados para {query}",
+ "Start typing to search" : "Empieza a escribir para buscar",
+ "Loading more results …" : "Cargando más resultados …",
+ "Load more results" : "Cargar más resultados",
+ "Search" : "Buscar",
+ "An error occurred while searching for {type}" : "Ha ocurrido un error al buscar {type}",
+ "_Please enter {minSearchLength} character or more to search_::_Please enter {minSearchLength} characters or more to search_" : ["Por favor, introduce {minSearchLength} carácter o más para buscar","Por favor, introduce {minSearchLength} caracteres o más para buscar"],
+ "Search {types} …" : "Buscar {types}…",
+ "Settings" : "Configuraciones",
"Could not load your contacts" : "No se han podido cargar los contactos",
"Search contacts …" : "Buscar contactos...",
"No contacts found" : "No se han encontrado contactos",
@@ -234,6 +248,13 @@ OC.L10N.register(
"Strong password" : "Contraseña muy buena",
"No action available" : "No hay acciones disponibles",
"Error fetching contact actions" : "Error recuperando las acciones de los contactos",
+ "Non-existing tag #{tag}" : "Categoría #{tag} no existente",
+ "restricted" : "Restringido",
+ "invisible" : "invisible",
+ "Delete" : "Eliminar",
+ "Rename" : "Renombrar",
+ "Collaborative tags" : "Etiquetas colaborativas",
+ "No tags found" : "No se encontraron etiquetas",
"Personal" : "Personal",
"Users" : "Usuarios",
"Apps" : "Aplicaciones",
@@ -243,7 +264,10 @@ OC.L10N.register(
"File not found" : "Archivo no encontrado",
"The document could not be found on the server. Maybe the share was deleted or has expired?" : "El documento no se pudo encontrar en el servidor. Es posible que el enlace fuera eliminado o haya caducado.",
"Back to %s" : "Volver a %s",
+ "Too many requests" : "Demasiadas peticiones",
+ "There were too many requests from your network. Retry later or contact your administrator if this is an error." : "Hubo demasiadas peticiones desde su red. Vuelva a intentarlo más tarde o póngase en contacto con su administrador si se trata de un error.",
"Error" : "Error",
+ "Previous" : "Anterior",
"Internal Server Error" : "Error interno del servidor",
"The server was unable to complete your request." : "El servidor no ha podido completar tu petición.",
"If this happens again, please send the technical details below to the server administrator." : "Si sucede de nuevo, por favor, envía los detalles técnicos a continuación al administrador del servidor.",
@@ -280,7 +304,7 @@ OC.L10N.register(
"SQLite should only be used for minimal and development instances. For production we recommend a different database backend." : "SQLite solo debería usarse para instancias mínimas y de desarrollo. Para producción recomendamos un motor de bases de datos diferente.",
"If you use clients for file syncing, the use of SQLite is highly discouraged." : "Si usas clientes para sincronizar archivos, el uso del SQLite está muy desaconsejado.",
"Install recommended apps" : "Instalar las aplicaciones recomendadas",
- "Calendar, Contacts, Talk, Mail & OnlyOffice" : "Calendario, Contactos, Talk, Correo y OnlyOffice",
+ "Calendar, Contacts, Talk, Mail & Collaborative editing" : "Calendario, Contactos, Talk, Mail y Edición Colaborativa",
"Finish setup" : "Completar la instalación",
"Finishing …" : "Finalizando...",
"Need help?" : "¿Necesita ayuda?",
@@ -294,14 +318,13 @@ OC.L10N.register(
"More apps" : "Más aplicaciones",
"More" : "Más",
"More apps menu" : "Menú de otras apps",
- "Search" : "Buscar",
- "Reset search" : "Resetear búsqueda",
"Contacts" : "Contactos",
"Contacts menu" : "Menú de contactos",
"Settings menu" : "Menú de configuraciones",
"Confirm your password" : "Confirme su contraseña",
"Connect to your account" : "Conectar a cuenta",
"Please log in before granting %1$s access to your %2$s account." : "Por favor, inicia sesión antes de conceder a %1$s acceso a tu cuenta %2$s.",
+ "If you are not trying to set up a new device or app, someone is trying to trick you into granting them access to your data. In this case do not proceed and instead contact your system administrator." : "Si no está intentando añadir un nuevo dispositivo o una nueva app, alguien está intentando engañarte para que proporcione acceso a sus datos. En este caso no prosiga y en su lugar avise a su administrador de sistemas.",
"App token" : "Token de la aplicación",
"Grant access" : "Conceder acceso",
"Alternative log in using app token" : "Inicio de sesión alternativo usando el token de la aplicación",
@@ -315,21 +338,21 @@ OC.L10N.register(
"Two-factor authentication" : "Verificación en dos pasos",
"Enhanced security is enabled for your account. Choose a second factor for authentication:" : "La seguridad mejorada está habilitada para su cuenta. Elija una segunda forma de autenticación:",
"Could not load at least one of your enabled two-factor auth methods. Please contact your admin." : "No se pudo cargar al menos uno de sus métodos de autenticación de segundo paso. Por favor, póngase en contacto con un administrador.",
- "Two-factor authentication is enforced but has not been configured on your account. Contact your admin for assistance." : "La autenticación en dos pasos se aplica pero no se ha configurado en su cuenta. Póngase en contacto con su administrador para obtener ayuda.",
+ "Two-factor authentication is enforced but has not been configured on your account. Contact your admin for assistance." : "La autenticación en dos pasos es obligatoria pero no se ha configurado en su cuenta. Póngase en contacto con su administrador para obtener ayuda.",
"Two-factor authentication is enforced but has not been configured on your account. Please continue to setup two-factor authentication." : "La autenticación de dos factores es obligatoria pero no se ha configurado en tu cuenta. Por favor, continúa para configurar la autenticación de dos factores.",
"Set up two-factor authentication" : "Configurar autenticación de dos factores",
- "Two-factor authentication is enforced but has not been configured on your account. Use one of your backup codes to log in or contact your admin for assistance." : "La autenticación en dos pasos se aplica pero no se ha configurado en su cuenta. Use uno de sus códigos de respaldo para iniciar sesión o comuníquese con su administrador para obtener ayuda.",
+ "Two-factor authentication is enforced but has not been configured on your account. Use one of your backup codes to log in or contact your admin for assistance." : "La autenticación en dos pasos es obligatoria pero no se ha configurado en su cuenta. Use uno de sus códigos de respaldo para iniciar sesión o comuníquese con su administrador para obtener ayuda.",
"Use backup code" : "Usar código de respaldo",
"Cancel login" : "Cancelar inicio de sesión",
"Setup two-factor authentication" : "Configurar autenticación de dos factores",
- "Enhanced security is enforced for your account. Choose which provider to set up:" : "Es obligatorio usar seguridad mejorada en tu cuenta. Escoge qué proveedor configurar:",
+ "Enhanced security is enforced for your account. Choose which provider to set up:" : "Es obligatorio usar la seguridad mejorada en tu cuenta. Escoge qué proveedor configurar:",
"Error while validating your second factor" : "Error al validar su segundo factor",
"Access through untrusted domain" : "Acceso a través de un dominio del que no se confía",
"Please contact your administrator. If you are an administrator, edit the \"trusted_domains\" setting in config/config.php like the example in config.sample.php." : "Por favor, ponte en contacto con tu administrador. Si eres un administrador, edita la configuración \"trusted_domains\" en config/config.php como en el ejemplo que aparece en config.sample.php.",
"Further information how to configure this can be found in the %1$sdocumentation%2$s." : "Más información sobre cómo configurar esto se puede encontrar en la %1$sdocumentación%2$s.",
"App update required" : "Es necesaria una actualización en la aplicación",
"%1$s will be updated to version %2$s" : "%1$s se actualizará a la versión %2$s",
- "These apps will be updated:" : "Estas aplicaciones serán actualizadas:",
+ "The following apps will be updated:" : "Se actualizarán las siguientes apps:",
"These incompatible apps will be disabled:" : "Estas aplicaciones incompatibles serán deshabilitadas:",
"The theme %s has been disabled." : "El tema %s ha sido desactivado.",
"Please make sure that the database, the config folder and the data folder have been backed up before proceeding." : "Antes de proceder, asegúrese de que se haya hecho un respaldo de la base de datos, la carpeta de configuración y la carpeta de datos.",
@@ -345,95 +368,49 @@ OC.L10N.register(
"This %s instance is currently in maintenance mode, which may take a while." : "Está instancia %s está en modo mantenimiento, y puede tardar un rato.",
"This page will refresh itself when the instance is available again." : "Esta página se actualizará sola cuando la instancia esté disponible de nuevo.",
"Contact your system administrator if this message persists or appeared unexpectedly." : "Contacte con su administrador de sistemas si este mensaje persiste o aparece de forma inesperada.",
- "Could not send reset email because there is no email address for this username. Please contact your administrator." : "No se ha podido enviar el correo electrónico de restablecimiento porque no hay una dirección de correo electrónico para este nombre de usuario. Por favor, póngase en contacto con un administrador.",
- "Couldn't send reset email. Please make sure your username is correct." : "No se pudo enviar el correo electrónico para el restablecimiento. Por favor, asegúrese de que su nombre de usuario es el correcto.",
- "We have send a password reset e-mail to the e-mail address known to us for this account. If you do not receive it within a reasonable amount of time, check your spam/junk folders.<br>If it is not there ask your local administrator." : "Se ha enviado un enlace para restablecer la contraseña a tu correo electrónico. Si no lo recibes en un tiempo razonable, revisa tu carpeta de correo no deseado.<br>Si no está ahí, ponte en contacto con el administrador.",
- "Your files are encrypted. There will be no way to get your data back after your password is reset.<br />If you are not sure what to do, please contact your administrator before you continue. <br />Do you really want to continue?" : "Sus archivos han sido cifrados. No habrá forma de recuperar sus datos tras resetear la contraseña.<br /> Si no está seguro de qué hacer, contacte con su administrador antes de continuar. ¿Está seguro de qué quiere continuar?",
- "Sending email …" : "Enviando correo…",
- "You are currently running PHP 5.6. The current major version of Nextcloud is the last that is supported on PHP 5.6. It is recommended to upgrade the PHP version to 7.0+ to be able to upgrade to Nextcloud 14." : "Estás funcionando con PHP 5.6. Esta versión mayor de Nextcloud es la última que está soportada en PHP 5.6. Se recomienda actualizar la versión de PHP a 7.0+ para poder actualizar a Nextcloud 14.",
- "Accessing site insecurely via HTTP. You are strongly adviced to set up your server to require HTTPS instead, as described in the <a href=\"{docUrl}\">security tips ↗</a>." : "Se está accediendo al sitio de forma insegura vía HTTP. Se recomienda encarecidamente configurar que el servidor requiera HTTPS, como se describe en los <a href=\"{docUrl}\">trucos de seguridad ↗</a>.",
- "Shared" : "Compartido",
- "Shared with" : "Compartido con",
- "Shared by" : "Compartido por",
- "Choose a password for the public link" : "Elija una contraseña para el enlace publico",
- "Choose a password for the public link or press the \"Enter\" key" : "Escoge una contraseña para el enlace público ",
- "Copied!" : "¡Copiado!",
- "Copy link" : "Copiar enlace",
- "Not supported!" : "¡No se puede!",
- "Press ⌘-C to copy." : "Presiona ⌘-C para copiar.",
- "Press Ctrl-C to copy." : "Presiona Ctrl-C para copiar.",
- "Unable to create a link share" : "No se ha podido crear el enlace compartido",
- "Unable to toggle this option" : "No se ha podido cambiar esta opción",
- "Resharing is not allowed" : "No se permite compartir de nuevo",
- "Link" : "Enlace",
- "Hide download" : "Esconder descarga",
- "Password protection enforced" : "Protección con contraseña forzada",
- "Password protect" : "Protección con contraseña",
- "Allow editing" : "Permitir edición",
- "Email link to person" : "Enviar enlace por correo electrónico a una persona",
- "Send" : "Enviar",
- "Allow upload and editing" : "Permitir la subida y la edición",
- "Read only" : "Solo lectura",
- "File drop (upload only)" : "Entrega de archivos (solo subida)",
- "Expiration date enforced" : "Fecha de caducidad forzada",
- "Set expiration date" : "Establecer fecha de caducidad",
- "Expiration" : "Caduca el: ",
- "Expiration date" : "Fecha de caducidad",
- "Note to recipient" : "Nota al destinatario",
- "Unshare" : "Dejar de compartir",
- "Delete share link" : "Eliminar enlace compartido",
- "Add another link" : "Añadir otro enlace",
- "Password protection for links is mandatory" : "La protección por contraseña es obligatoria",
- "Share to {name}" : "Compartir a {name}",
- "Share link" : "Compartir enlace",
- "New share link" : "Nuevo enlace compartido",
- "Created on {time}" : "Creado: {time}",
- "Password protect by Talk" : "Protegido con contraseña por Talk",
- "Could not unshare" : "No se puede quitar el comparto",
- "Shared with you and the group {group} by {owner}" : "Compartido contigo y el grupo {group} por {owner}",
- "Shared with you and {circle} by {owner}" : "Compartido contigo y {circle} por {owner}",
- "Shared with you and the conversation {conversation} by {owner}" : "Compartido contigo y con la conversación {conversation} por {owner}",
- "Shared with you in a conversation by {owner}" : "Compartido contigo por {owner} en una conversación",
- "Shared with you by {owner}" : "Compartido contigo por {owner}",
- "Choose a password for the mail share" : "Elija una contraseña para compartir por correo electrónico",
- "group" : "grupo",
- "remote" : "remoto",
- "remote group" : "grupo remoto",
- "email" : "email",
- "conversation" : "conversación",
- "shared by {sharer}" : "compartido por {sharer}",
- "Can reshare" : "Puede compartir",
- "Can edit" : "Puede editar",
- "Can create" : "Puede crear",
- "Can change" : "Puede cambiar",
- "Can delete" : "Puede eliminar",
- "Access control" : "Control de acceso",
- "{shareInitiatorDisplayName} shared via link" : "{shareInitiatorDisplayName} compartido por medio de un link",
- "Error while sharing" : "Error al compartir",
- "Share details could not be loaded for this item." : "No se han podido cargar los detalles de compartición para este elemento.",
- "Search globally" : "Buscar globalmente",
- "_At least {count} character is needed for autocompletion_::_At least {count} characters are needed for autocompletion_" : ["Se necesita al menos {count} carácter para el autocompletado","Se necesitan al menos {count} caracteres para el autocompletado"],
- "This list is maybe truncated - please refine your search term to see more results." : "Esta lista puede estar acortada. Por favor, refina los términos de búsqueda para ver más resultados.",
- "No users or groups found for {search}" : "No se han encontrado usuarios ni grupos para {search}",
- "No users found for {search}" : "No se han encontrado usuarios para {search}",
- "An error occurred (\"{message}\"). Please try again" : "Ha ocurrido un error (\"{message}\"). Por favor inténtelo de nuevo",
- "An error occurred. Please try again" : "Ha ocurrido un error. Por favor inténtelo de nuevo",
- "Home" : "Inicio",
- "Work" : "Trabajo",
- "Other" : "Otro",
- "{sharee} (remote group)" : "{sharee} (grupo remoto)",
- "{sharee} ({type}, {owner})" : "{sharee} ({type}, {owner})",
- "Share" : "Compartir",
- "Name or email address..." : "Nombre o dirección de correo electrónico...",
- "Name or federated cloud ID..." : "Nombre o ID de nube federada...",
- "Name, federated cloud ID or email address..." : "Nombre, ID de nube federada o dirección de correo electrónico...",
- "Name..." : "Nombre...",
- "Error removing share" : "Error quitando el comparto",
- "({scope})" : "({scope})",
- "Saving..." : "Guardando...",
- "Dismiss" : "Descartar",
- "Your client should now be connected! You can close this window." : "Tu cliente debería estar conectado ahora. Puedes cerrar esta ventana.",
- "New Password" : "Contraseña nueva",
- "Cancel log in" : "Cancelar inicio de sesión"
+ "Checking whether the database schema can be updated (this can take a long time depending on the database size)" : "Comprobar si se puede actualizar el esquema de la base de datos (esto puede tardar bastante tiempo, dependiendo del tamaño de la base de datos)",
+ "Checked database schema update" : "Actualización del esquema de base de datos revisado",
+ "Checking updates of apps" : "Comprobar actualizaciones de apps",
+ "Checking for update of app \"%s\" in appstore" : "Comprobando actualizaciones de las aplicaciones %s en la AppStore.",
+ "Update app \"%s\" from appstore" : "Actualizada la app %s desde la AppStore",
+ "Checked for update of app \"%s\" in appstore" : "Buscar actualizaciones de aplicaciones %s en la AppStore",
+ "Checked database schema update for apps" : "Comprobada la actualización del esquema de la base de datos para aplicaciones",
+ "Following apps have been disabled: %s" : "Las siguientes aplicaciones han sido deshabilitadas: %s",
+ "Your web server is not properly set up to resolve \"{url}\". Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Tu servidor web no está configurado correctamente para resolver \"{url}\". Se puede encontrar más información en la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentación</a>.",
+ "Your web server is not properly set up to resolve \"{url}\". This is most likely related to a web server configuration that was not updated to deliver this folder directly. Please compare your configuration against the shipped rewrite rules in \".htaccess\" for Apache or the provided one in the documentation for Nginx at it's <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation page</a>. On Nginx those are typically the lines starting with \"location ~\" that need an update." : "Tu servidor no está bien configurado para resolver \"{url}\". Esto probablemente esté relacionado con una configuración del servidor web que no se ha actualizado para entregar esta carpeta directamente. Por favor, compara tu configuración con las reglas de reescritura por defecto para Apache en \".htaccess\" o la provista en la documentación para Nginx en su <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">página de documentación</a>. En Nginx, suelen ser las líneas que empiezan con \"location ~\" las que hay que actualizar.",
+ "Your web server is not properly set up to deliver .woff2 files. This is typically an issue with the Nginx configuration. For Nextcloud 15 it needs an adjustement to also deliver .woff2 files. Compare your Nginx configuration to the recommended configuration in our <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Tu servidor web no está bien configurado para suministrar archivos .woff2 . Esto es normalmente un problema de la configuración de Nginx. Para Nextcloud 15, necesita un ajuste para suministrar archivos .woff2. Compare su configuración de Nginx con la configuración recomendad de<a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">nuestra documentación</a>.",
+ "Please check the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">installation documentation ↗</a> for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "Por favor, comprueba la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentación de instalación ↗</a> para notas sobre la configuración de PHP y de tu servidor, especialmente al usar php-fpm.",
+ "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems. See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation ↗</a> for more information." : "El bloqueo transaccional de archivos está desactivado. Esto puede llevar a problemas con ciertas condiciones. Activa \"filelocking.enabled\" en config.php para evitar estos problemas. Ver la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentación ↗</a> para más información.",
+ "Last background job execution ran {relativeTime}. Something seems wrong." : "La última ejecución del trabajo en segundo plano tuvo lugar en {relativeTime}. Algo parece estar mal.",
+ "Check the background job settings" : "Comprueba la configuración del trabajo en segundo plano",
+ "No memory cache has been configured. To enhance performance, please configure a memcache, if available. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "No se ha configurado ninguna memoria caché. Para mejorar el rendimiento, por favor, configura memcache, si está disponible. Para más información, ve la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentación</a>.",
+ "No suitable source for randomness found by PHP which is highly discouraged for security reasons. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "No hay ninguna fuente de aleatoriedad disponible, lo que está fuertemente desaconsejado por motivos de seguridad. Se puede encontrar más información en la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentación</a>.",
+ "You are currently running PHP {version}. Upgrade your PHP version to take advantage of <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">performance and security updates provided by the PHP Group</a> as soon as your distribution supports it." : "Estás usando PHP {version}. Actualiza la versión de PHP para aprovecharte de <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">mejoras de rendimiento y seguridad provistas por el PHP Group</a> tan pronto como tu distribución lo soporte.",
+ "The reverse proxy header configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If not, this is a security issue and can allow an attacker to spoof their IP address as visible to the Nextcloud. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "La configuración de cabeceras del proxy inverso es incorrecta, o estás accediendo a Nextcloud desde un proxy fiable. Si no, esto es un problema de seguridad que puede permitir que un atacante disfrazar su dirección IP como visible a Nextcloud. Se puede encontrar más información en la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentación</a>.",
+ "Memcached is configured as distributed cache, but the wrong PHP module \"memcache\" is installed. \\OC\\Memcache\\Memcached only supports \"memcached\" and not \"memcache\". See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">memcached wiki about both modules</a>." : "Memcached está configurado como caché distribuida, pero el módulo erróneo de PHP \"memcache\" está instalado. \\OC\\Memcache\\Memcached solo soporta \"memcached\" y no \"memcache\". Vea la <a target=\"_blank\" href=\"{wikiLink}\">wiki de memcached sobre ambos módulos</a>.",
+ "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">List of invalid files…</a> / <a href=\"{rescanEndpoint}\">Rescan…</a>)" : "Algunos archivos no han pasado la comprobación de integridad. Se puede encontrar más información sobre cómo resolver este problema en la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentación</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">Lista de archivos inválidos...</a> / <a href=\"{rescanEndpoint}\">Reescanear</a>)",
+ "The PHP OPcache module is not loaded. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance it is recommended</a> to load it into your PHP installation." : "El módulo PHP OPcache no está cargado. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Para mejorar el rendimiento se recomienda</a> cargarlo en tu instalación de PHP.",
+ "The PHP OPcache is not properly configured. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance it is recommended</a> to use the following settings in the <code>php.ini</code>:" : "La OPcache de PHP no está bien configurada. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Para mejorar el rendimiento se recomienda</a> usar las siguientes configuraciones en el <code>php.ini</code>:",
+ "Some columns in the database are missing a conversion to big int. Due to the fact that changing column types on big tables could take some time they were not changed automatically. By running 'occ db:convert-filecache-bigint' those pending changes could be applied manually. This operation needs to be made while the instance is offline. For further details read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "A algunas columnas de la base de datos les falta convertirse a \"big int\". Ya que cambiar los tipos de columna en tablas grandes puede llevar algún tiempo, no se han cambiado automáticamente. Se pueden ejecutar estos cambios pendientes ejecutando 'occ db:convert-filecache-bigint', Esta operación debe realizarse cuando el servidor esté sin conexión. Para más detalles, consulta <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">la página de la documentación sobre esto</a>.",
+ "To migrate to another database use the command line tool: 'occ db:convert-type', or see the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation ↗</a>." : "Para migrar a otra base de datos, usa la herramienta de línea de comandos 'occ db:convert-type' o comprueba la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentación ↗</a>.",
+ "Use of the the built in php mailer is no longer supported. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Please update your email server settings ↗<a/>." : "El uso del correo incorporado de php ya no está soportado. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Por favor, actualiza tu configuración de servidor de correo ↗<a/>.",
+ "MySQL is used as database but does not support 4-byte characters. To be able to handle 4-byte characters (like emojis) without issues in filenames or comments for example it is recommended to enable the 4-byte support in MySQL. For further details read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "Se usa MySQL como base de datos pero no soporta caracteres de 4 bytes. Para poder manejar caracteres de 4 bytes (como los emojis) sin problemas en los nombres de archivos o comentarios, se recomienda activar el soporte de 4 bytes en MySQL. Para más detalles consulta la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">página de documentación sobre esto</a>.",
+ "You are accessing your instance over a secure connection, however your instance is generating insecure URLs. This most likely means that you are behind a reverse proxy and the overwrite config variables are not set correctly. Please read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "Estás accediendo a través de una conexión segura. Sin embargo, tu instancia está generando URLs inseguras. Esto significa seguramente que estás tras un proxy inverso y las variables de configuración de reescritura no están bien configuradas. Por favor, lee <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">la página de la documentación sobre esto</a>.",
+ "The \"{header}\" HTTP header is not set to \"{val1}\", \"{val2}\", \"{val3}\", \"{val4}\" or \"{val5}\". This can leak referer information. See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{link}\">W3C Recommendation ↗</a>." : "La cabecera HTTP \"{header}\" no está configurada como {val1}\", \"{val2}\", \"{val3}\", \"{val4}\" o \"{val5}\". Esto puede filtrar información de referencia. Ver la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{link}\">recomendación del W3C ↗</a>.",
+ "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the <a href=\"{docUrl}\" rel=\"noreferrer noopener\">security tips ↗</a>." : "La cabecera HTTP \"Strict-Transport-Security\" no está configurada en al menos \"{seconds}\" segundos. Para mejorar la seguridad, se recomienda activar HSTS como se describe en los <a href=\"{docUrl}\" rel=\"noreferrer noopener\">trucos de seguridad ↗</a>.",
+ "Accessing site insecurely via HTTP. You are strongly advised to set up your server to require HTTPS instead, as described in the <a href=\"{docUrl}\">security tips ↗</a>." : "Se está accediento al sitio de manera insegura vía HTTP. Se recomienda encarecidamente configurar el servidor para que requiera HTTPS, como se describe en los <a href=\"{docUrl}\">consejos de seguridad ↗</a>.",
+ "Continue to Nextcloud" : "Continuar a Nextcloud",
+ "_The update was successful. Redirecting you to Nextcloud in %n second._::_The update was successful. Redirecting you to Nextcloud in %n seconds._" : ["La actualización fue exitosa. Redireccionandolo a Nextcloud en %n segundo.","La actualización fue exitosa. Redireccionandolo a Nextcloud en %n segundos."],
+ "Searching other places" : "Buscando en otros lugares",
+ "No search results in other folders for {tag}{filter}{endtag}" : "No hay resultados de la búsqueda en otras carpetas para {tag}{filter}{endtag}",
+ "_{count} search result in another folder_::_{count} search results in other folders_" : ["{count} resultado de búsqueda en otra carpeta","{count} resultados de búsqueda en otras carpetas"],
+ "A password reset message has been sent to the e-mail address of this account. If you do not receive it, check your spam/junk folders or ask your local administrator for help." : "Se ha enviado a tu dirección de correo un mensaje para reiniciar la contraseña. Si no lo recibes, comprueba si está en el buzón de Correo No Deseado (Spam) o pide ayuda a tu administrador local.",
+ "Password can not be changed. Please contact your administrator." : "La contraseña no se puede cambiar. Por favor, contacte a su administrador.",
+ "Could not fetch list of apps from the app store." : "No es posible obtener la lista de apps de la App Store.",
+ "Nextcloud {app}" : "Nextcloud {app}",
+ "Can't install this app because it is not compatible" : "Esta aplicación no se puede instalar porque no es compatible",
+ "Can't install this app" : "Esta aplicación no se puede instalar ",
+ "These apps will be updated:" : "Estas aplicaciones serán actualizadas:",
+ "For more details see the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Para más detalles, consulta la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentación</a>."
},
"nplurals=2; plural=(n != 1);");
diff --git a/core/l10n/es.json b/core/l10n/es.json
index 6eaaeb74123..88af9638c03 100644
--- a/core/l10n/es.json
+++ b/core/l10n/es.json
@@ -3,6 +3,14 @@
"File is too big" : "El archivo es demasiado grande",
"The selected file is not an image." : "El archivo seleccionado no es una imagen.",
"The selected file cannot be read." : "El archivo seleccionado no puede ser leído.",
+ "The file was uploaded" : "El archivo fue subido",
+ "The uploaded file exceeds the upload_max_filesize directive in php.ini" : "El archivo subido excede la directiva upload_max_filesize del php.ini",
+ "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "El archivo subido excede la directiva MAX_FILE_SIZE que fue especificada en el formulario HTML",
+ "The file was only partially uploaded" : "El archivo fue subido parcialmente",
+ "No file was uploaded" : "El archivo no fue subido",
+ "Missing a temporary folder" : "Falta una carpeta temporal",
+ "Could not write file to disk" : "No se pudo escribir el archivo en el disco",
+ "A PHP extension stopped the file upload" : "Una extensión PHP detuvola subida del archivo",
"Invalid file provided" : "Archivo no válido",
"No image or file provided" : "No se especificó ningún archivo o imagen",
"Unknown filetype" : "Tipo de archivo desconocido",
@@ -13,8 +21,9 @@
"No valid crop data provided" : "Recorte inválido",
"Crop is not square" : "El recorte no es cuadrado",
"State token does not match" : "El token dado no coincide",
+ "Invalid app password" : "Contraseña de la app no válida",
"Could not complete login" : "No se ha podido completar el inicio de sesión",
- "Your login token is invalid or has expired" : "Tu token de login es inválido o ha caducado",
+ "Your login token is invalid or has expired" : "Tu token de login no es válido o ha caducado",
"Password reset is disabled" : "El restablecimiento de la contraseña está deshabilitado",
"Couldn't reset password because the token is invalid" : "No se puede restablecer la contraseña porque el token de identificación no es válido.",
"Couldn't reset password because the token is expired" : "No se puede restablecer la contraseña porque el token de identificación ha caducado.",
@@ -26,6 +35,8 @@
"Nextcloud Server" : "Servidor Nexcloud",
"Some of your link shares have been removed" : "Algunos de tus enlaces compartidos han sido eliminados.",
"Due to a security bug we had to remove some of your link shares. Please see the link for more information." : "Debido a un bug de seguridad hemos tenido que eliminar algunos de tus enlaces compartidos. Por favor, accede al link para más información.",
+ "The user limit of this instance is reached." : "Se alcanzó el límite de usuarios de esta instancia.",
+ "Enter your subscription key to increase the user limit. For more information about Nextcloud Enterprise see our website." : "Introduzca su clave de suscripción para aumentar el límite de usuarios. Para obtener más información sobre Nextcloud Enterprise, visite nuestro sitio web.",
"Preparing update" : "Preparando la actualización",
"[%d / %d]: %s" : "[%d / %d]: %s",
"Repair step:" : "Paso de reparación:",
@@ -39,76 +50,67 @@
"Maintenance mode is kept active" : "El modo mantenimiento aún está activo.",
"Updating database schema" : "Actualizando el esquema del base de datos",
"Updated database" : "Base de datos actualizada",
- "Checking whether the database schema can be updated (this can take a long time depending on the database size)" : "Comprobar si se puede actualizar el esquema de la base de datos (esto puede tardar bastante tiempo, dependiendo del tamaño de la base de datos)",
- "Checked database schema update" : "Actualización del esquema de base de datos revisado",
- "Checking updates of apps" : "Comprobar actualizaciones de apps",
- "Checking for update of app \"%s\" in appstore" : "Comprobando actualizaciones de las aplicaciones %s en la AppStore.",
- "Update app \"%s\" from appstore" : "Actualizada la app %s desde la AppStore",
- "Checked for update of app \"%s\" in appstore" : "Buscar actualizaciones de aplicaciones %s en la AppStore",
"Checking whether the database schema for %s can be updated (this can take a long time depending on the database size)" : "Comprobar si se puede actualizar el esquema de la base de datos %s (esto puede tardar bastante tiempo, dependiendo del tamaño de la base de datos)",
- "Checked database schema update for apps" : "Comprobada la actualización del esquema de la base de datos para aplicaciones",
"Updated \"%1$s\" to %2$s" : "\"%1$s\" actualizado a %2$s",
"Set log level to debug" : "Establecer el nivel de registro a depuración",
"Reset log level" : "Restablecer el nivel de registro",
"Starting code integrity check" : "Comenzando comprobación de integridad de código",
"Finished code integrity check" : "Terminada la comprobación de integridad de código",
"%s (incompatible)" : "%s (incompatible)",
- "Following apps have been disabled: %s" : "Las siguientes aplicaciones han sido deshabilitadas: %s",
+ "The following apps have been disabled: %s" : "Las siguientes apps han sido desactivadas: %s",
"Already up to date" : "Ya actualizado",
"Your web server is not yet properly set up to allow file synchronization, because the WebDAV interface seems to be broken." : "Tu servidor web todavía no está configurado correctamente para permitir la sincronización de archivos, porque la interfaz WebDAV parece estar rota.",
- "Your web server is not properly set up to resolve \"{url}\". Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Tu servidor web no está configurado correctamente para resolver \"{url}\". Se puede encontrar más información en la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentación</a>.",
- "Your web server is not properly set up to resolve \"{url}\". This is most likely related to a web server configuration that was not updated to deliver this folder directly. Please compare your configuration against the shipped rewrite rules in \".htaccess\" for Apache or the provided one in the documentation for Nginx at it's <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation page</a>. On Nginx those are typically the lines starting with \"location ~\" that need an update." : "Tu servidor no está bien configurado para resolver \"{url}\". Esto probablemente esté relacionado con una configuración del servidor web que no se ha actualizado para entregar esta carpeta directamente. Por favor, compara tu configuración con las reglas de reescritura por defecto para Apache en \".htaccess\" o la provista en la documentación para Nginx en su <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">página de documentación</a>. En Nginx, suelen ser las líneas que empiezan con \"location ~\" las que hay que actualizar.",
- "Your web server is not properly set up to deliver .woff2 files. This is typically an issue with the Nginx configuration. For Nextcloud 15 it needs an adjustement to also deliver .woff2 files. Compare your Nginx configuration to the recommended configuration in our <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Tu servidor web no está bien configurado para suministrar archivos .woff2 . Esto es normalmente un problema de la configuración de Nginx. Para Nextcloud 15, necesita un ajuste para suministrar archivos .woff2. Compare su configuración de Nginx con la configuración recomendad de<a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">nuestra documentación</a>.",
+ "Your web server is not properly set up to resolve \"{url}\". Further information can be found in the {linkstart}documentation ↗{linkend}." : "Su servidor no está configurado correctamente para resolver \"{url}\". Se puede encontrar más información en la {linkstart}documentación ↗{linkend}.",
+ "Your web server is not properly set up to resolve \"{url}\". This is most likely related to a web server configuration that was not updated to deliver this folder directly. Please compare your configuration against the shipped rewrite rules in \".htaccess\" for Apache or the provided one in the documentation for Nginx at it's {linkstart}documentation page ↗{linkend}. On Nginx those are typically the lines starting with \"location ~\" that need an update." : "Tu servidor no está bien configurado para resolver \"{url}\". Esto podría estar relacionado con que la configuración del servidor web que no se ha actualizado para entregar esta carpeta directamente. Por favor, compara tu configuración con las reglas de reescritura del \".htaccess\" para Apache o la provista para Nginx en la {linkstart}página de documentación ↗{linkend}. En Nginx, suelen ser las líneas que empiezan con \"location ~\" las que hay que actualizar.",
+ "Your web server is not properly set up to deliver .woff2 files. This is typically an issue with the Nginx configuration. For Nextcloud 15 it needs an adjustement to also deliver .woff2 files. Compare your Nginx configuration to the recommended configuration in our {linkstart}documentation ↗{linkend}." : "Tu servidor web no está bien configurado para suministrar archivos .woff2 . Esto suele ser un problema de la configuración de Nginx. Para Nextcloud 15, necesita un ajuste para suministrar archivos .woff2. Compare su configuración de Nginx con la configuración recomendada en nuestra {linkstart}documentación ↗{linkend}.",
"PHP does not seem to be setup properly to query system environment variables. The test with getenv(\"PATH\") only returns an empty response." : "PHP parece no estar correctamente configurado para solicitar las variables de entorno de sistema. La prueba con getenv(\"PATH\") solo devuelve una respuesta vacía.",
- "Please check the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">installation documentation ↗</a> for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "Por favor, comprueba la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentación de instalación ↗</a> para notas sobre la configuración de PHP y de tu servidor, especialmente al usar php-fpm.",
+ "Please check the {linkstart}installation documentation ↗{linkend} for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "Por favor, compruebe las notas de configuración de PHP en la {linkstart}documentación de instalación ↗{linkend} y la configuración de PHP de su servidor, especialmente cuando se utiliza php-fpm.",
"The read-only config has been enabled. This prevents setting some configurations via the web-interface. Furthermore, the file needs to be made writable manually for every update." : "Se ha activado la configuración de solo lectura. Esto evita cambiar ciertas configuraciones vía la interfaz web. Además, el archivo debe hacerse escribible de manera manual para cada actualización.",
"Your database does not run with \"READ COMMITTED\" transaction isolation level. This can cause problems when multiple actions are executed in parallel." : "Tu base de datos no funciona con el nivel de aislamiento de transacciones \"READ COMMITTED\". Esto puede causar problemas cuando se ejecutan en paralelo varias acciones.",
"The PHP module \"fileinfo\" is missing. It is strongly recommended to enable this module to get the best results with MIME type detection." : "Falta el módulo PHP \"fileinfo\". Se recomienda fervientemente activar este módulo para conseguir los mejores resultados con la detección de tipos MIME.",
- "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems. See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation ↗</a> for more information." : "El bloqueo transaccional de archivos está desactivado. Esto puede llevar a problemas con ciertas condiciones. Activa \"filelocking.enabled\" en config.php para evitar estos problemas. Ver la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentación ↗</a> para más información.",
+ "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems. See the {linkstart}documentation ↗{linkend} for more information." : "El bloqueo transaccional de archivos está desactivado, lo que podría ocasionar problemas en casos de acceso simultáneo. Habilite \"filelocking.enabled\" en el config.php para evitar estos problemas. Compruebe la {linkstart}documentación ↗{linkend} para más información.",
"If your installation is not installed at the root of the domain and uses system cron, there can be issues with the URL generation. To avoid these problems, please set the \"overwrite.cli.url\" option in your config.php file to the webroot path of your installation (suggestion: \"{suggestedOverwriteCliURL}\")" : "Si tu instalación no está en la raíz del dominio y usa el cron del sistema, puede haber problemas con la generación de URL. PAra evitar estos problemas, por favor, configura la opción \"overwriter.cli.url\" en tu archivo config.php a la ruta de la raíz web de tu instalación (sugerencia: \"{suggestedOverwriteCliURL}\")",
+ "Your installation has no default phone region set. This is required to validate phone numbers in the profile settings without a country code. To allow numbers without a country code, please add \"default_phone_region\" with the respective {linkstart}ISO 3166-1 code ↗{linkend} of the region to your config file." : "La instalación no tiene establecida una región telefónica predeterminada. Esto es necesario para validar los números de teléfono en la configuración del perfil sin un código de país. Para permitir números sin código de país, por favor agregue \"default_phone_region\" con el respectivo {linkstart}código ISO 3166-1 ↗{linkend} de la región a su archivo de configuración.",
"It was not possible to execute the cron job via CLI. The following technical errors have appeared:" : "No se ha podido ejecutar el trabajo cron vía CLI. Han aparecido los siguientes errores técnicos:",
- "Last background job execution ran {relativeTime}. Something seems wrong." : "La última ejecución del trabajo en segundo plano tuvo lugar en {relativeTime}. Algo parece estar mal.",
- "Check the background job settings" : "Comprueba la configuración del trabajo en segundo plano",
+ "Last background job execution ran {relativeTime}. Something seems wrong. {linkstart}Check the background job settings ↗{linkend}." : "La última ejecución de los trabajos en segundo plano fue hace {relativeTime}. Parece que algo va mal. {linkstart}Compruebe la configuración de los trabajos en segundo plano ↗{linkend}.",
"This server has no working Internet connection: Multiple endpoints could not be reached. This means that some of the features like mounting external storage, notifications about updates or installation of third-party apps will not work. Accessing files remotely and sending of notification emails might not work, either. Establish a connection from this server to the Internet to enjoy all features." : "El servidor no tiene conexión a internet: no se ha podido alcanzar múltiples puntos finales. Esto significa que algunas de las características, como montar almacenamientos externos, notificaciones sobre actualizaciones o instalación de apps de terceras partes no funcionarán. Acceder remotamente a los archivos y enviar correos de notificación tampoco funcionará. Debes establecer una conexión del servidor a internet para disfrutar todas las características.",
- "No memory cache has been configured. To enhance performance, please configure a memcache, if available. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "No se ha configurado ninguna memoria caché. Para mejorar el rendimiento, por favor, configura memcache, si está disponible. Para más información, ve la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentación</a>.",
- "No suitable source for randomness found by PHP which is highly discouraged for security reasons. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "No hay ninguna fuente de aleatoriedad disponible, lo que está fuertemente desaconsejado por motivos de seguridad. Se puede encontrar más información en la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentación</a>.",
- "You are currently running PHP {version}. Upgrade your PHP version to take advantage of <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">performance and security updates provided by the PHP Group</a> as soon as your distribution supports it." : "Estás usando PHP {version}. Actualiza la versión de PHP para aprovecharte de <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">mejoras de rendimiento y seguridad provistas por el PHP Group</a> tan pronto como tu distribución lo soporte.",
- "Nextcloud 19 is the last release supporting PHP 7.2. Nextcloud 20 requires at least PHP 7.3." : "Nextclod 19 es la última entrega con soporte para PHP 7.2. Nexcloud 20 requiere al menos PHP 7.3.",
- "The reverse proxy header configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If not, this is a security issue and can allow an attacker to spoof their IP address as visible to the Nextcloud. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "La configuración de cabeceras del proxy inverso es incorrecta, o estás accediendo a Nextcloud desde un proxy fiable. Si no, esto es un problema de seguridad que puede permitir que un atacante disfrazar su dirección IP como visible a Nextcloud. Se puede encontrar más información en la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentación</a>.",
- "Memcached is configured as distributed cache, but the wrong PHP module \"memcache\" is installed. \\OC\\Memcache\\Memcached only supports \"memcached\" and not \"memcache\". See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">memcached wiki about both modules</a>." : "Memcached está configurado como caché distribuida, pero el módulo erróneo de PHP \"memcache\" está instalado. \\OC\\Memcache\\Memcached solo soporta \"memcached\" y no \"memcache\". Vea la <a target=\"_blank\" href=\"{wikiLink}\">wiki de memcached sobre ambos módulos</a>.",
- "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">List of invalid files…</a> / <a href=\"{rescanEndpoint}\">Rescan…</a>)" : "Algunos archivos no han pasado la comprobación de integridad. Se puede encontrar más información sobre cómo resolver este problema en la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentación</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">Lista de archivos inválidos...</a> / <a href=\"{rescanEndpoint}\">Reescanear</a>)",
- "The PHP OPcache module is not loaded. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance it is recommended</a> to load it into your PHP installation." : "El módulo PHP OPcache no está cargado. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Para mejorar el rendimiento se recomienda</a> cargarlo en tu instalación de PHP.",
- "The PHP OPcache is not properly configured. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance it is recommended</a> to use the following settings in the <code>php.ini</code>:" : "La OPcache de PHP no está bien configurada. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Para mejorar el rendimiento se recomienda</a> usar las siguientes configuraciones en el <code>php.ini</code>:",
+ "No memory cache has been configured. To enhance performance, please configure a memcache, if available. Further information can be found in the {linkstart}documentation ↗{linkend}." : "La memoria caché no ha sido configurada. Para mejorar el rendimiento, por favor, configure memcache si está disponible. Puede encontrar más información en la {linkstart}documentación ↗{linkend}.",
+ "No suitable source for randomness found by PHP which is highly discouraged for security reasons. Further information can be found in the {linkstart}documentation ↗{linkend}." : "No se ha encontrado una fuente de aleatoriedad en PHP, lo que se desaconseja por razones de seguridad. Puede encontrar más información en la {linkstart}documentación ↗{linkend}.",
+ "You are currently running PHP {version}. Upgrade your PHP version to take advantage of {linkstart}performance and security updates provided by the PHP Group ↗{linkend} as soon as your distribution supports it." : "Actualmente está ejecutando PHP {version}. Actualize la versión de PHP para beneficiarse de las {linkstart}actualizaciones de rendimiento y seguridad que aporta PHP Group ↗{linkend} en cuanto su distribución lo soporte.",
+ "Nextcloud 20 is the last release supporting PHP 7.2. Nextcloud 21 requires at least PHP 7.3." : "Nextcloud 20 es la última versión que soporta PHP 7.2. Nextcloud 21 requiere al menos PHP 7.3.",
+ "The reverse proxy header configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If not, this is a security issue and can allow an attacker to spoof their IP address as visible to the Nextcloud. Further information can be found in the {linkstart}documentation ↗{linkend}." : "La configuración de la cabecera del proxy reverso no es correcta o está accediendo a Nextcloud desde un proxy de confianza. Si no, esto es un problema de seguridad y podría permitir a un ataccante a disfrazar su dirección IP como visible para Nextcloud. Se puede encontrar más información en la {linkstart}documentación ↗{linkend}.",
+ "Memcached is configured as distributed cache, but the wrong PHP module \"memcache\" is installed. \\OC\\Memcache\\Memcached only supports \"memcached\" and not \"memcache\". See the {linkstart}memcached wiki about both modules ↗{linkend}." : "Memcached está configurado como una caché distribuida, pero se ha instalado el módulo equivocado de PHP \"memcache\". \\OC\\Memcache\\Memcached solo soporta \"memcached\" y no \"memcache\". Comprueba la {linkstart}wiki de memcached wiki acerca de ambos módulos ↗{linkend}.",
+ "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in the {linkstart1}documentation ↗{linkend}. ({linkstart2}List of invalid files…{linkend} / {linkstart3}Rescan…{linkend})" : "Algunos archivos no han pasado la comprobación de integridad. Puede encontrar más información sobre cómo resolver este problema en la {linkstart1}documentacióarchivosn ↗{linkend}. ({linkstart2}Lista de archivos no válidos…{linkend} / {linkstart3}Rescanear…{linkend})",
+ "The PHP OPcache module is not loaded. {linkstart}For better performance it is recommended ↗{linkend} to load it into your PHP installation." : "El módulo OPcache de PHP no está cargado. {linkstart}Para mejorar el rendimiento se recomienda ↗{linkend} cargarlo en su instalación de PHP.",
+ "The PHP OPcache module is not properly configured. {linkstart}For better performance it is recommended ↗{linkend} to use the following settings in the <code>php.ini</code>:" : "El módulo OPcache de PHP no está bien configurado. {linkstart}Para mejorar el rendimiento se recomienda ↗{linkend} usar las siguientes configuraciones en el </code>php.ini</code>:",
"The PHP function \"set_time_limit\" is not available. This could result in scripts being halted mid-execution, breaking your installation. Enabling this function is strongly recommended." : "La función PHP \"set_time_limit\" no está disponible. Esto podría resultar en scripts detenidos a mitad de ejecución, rompiendo tu instalación. Activar esta función está fuertemente recomendado.",
"Your PHP does not have FreeType support, resulting in breakage of profile pictures and the settings interface." : "Tu PHP no tiene soporte FreeType, lo que provoca una rotura en las imágenes de perfil y en la interfaz de los ajustes.",
"Missing index \"{indexName}\" in table \"{tableName}\"." : "Índice perdido \"{indexName}\" en la tabla \"{tableName}\".",
"The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "A la base de datos le faltan algunos índices. Debido al hecho de que añadir índices en tablas grandes puede llevar cierto tiempo, no se han añadido automáticamente. Se pueden añadir manualmente dichos índices perdidos mientras la instancia sigue funcionando si se ejecuta \"occ db:add-missing-indices\". Una vez se han añadido los índices, las consultas a esas tablas suelen ser mucho más rápidas.",
+ "Missing primary key on table \"{tableName}\"." : "Falta la clave primaria de la tabla \"{tableName}\".",
+ "The database is missing some primary keys. Due to the fact that adding primary keys on big tables could take some time they were not added automatically. By running \"occ db:add-missing-primary-keys\" those missing primary keys could be added manually while the instance keeps running." : "A la base de datos le faltan algunas claves primarias. Debido a que añadir claves primarias en tablas grandes podría llevar mucho tiempo, no se añadieron automáticamente. Al ejecutar \"occ db:add-missing-primary-keys\" esas claves primarias faltantes podrían ser añadidas manualmente mientras la instancia sigue funcionando.",
+ "Missing optional column \"{columnName}\" in table \"{tableName}\"." : "Falta la columna opcional \"{columnName}\" en la tabla \"{tableName}\".",
+ "The database is missing some optional columns. Due to the fact that adding columns on big tables could take some time they were not added automatically when they can be optional. By running \"occ db:add-missing-columns\" those missing columns could be added manually while the instance keeps running. Once the columns are added some features might improve responsiveness or usability." : "A la base de datos le faltan algunas columnas opcionales. Debido a que agregar columnas en tablas grandes podría llevar mucho tiempo, no se agregaron automáticamente cuando podían eran opcionales. Al ejecutar \"occ db:add-missing-columns\", esas columnas faltantes se pueden agregar manualmente mientras la instancia sigue ejecutándose. Una vez que se agregen las columnas, algunas características pueden mejorar su capacidad de respuesta o la usabilidad.",
"This instance is missing some recommended PHP modules. For improved performance and better compatibility it is highly recommended to install them." : "A esta instancia le faltan algunos módulos PHP recomendados. Para mejorar el rendimiento y aumentar la compatibilidad, se recomienda encarecidamente instalarlos.",
- "Some columns in the database are missing a conversion to big int. Due to the fact that changing column types on big tables could take some time they were not changed automatically. By running 'occ db:convert-filecache-bigint' those pending changes could be applied manually. This operation needs to be made while the instance is offline. For further details read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "A algunas columnas de la base de datos les falta convertirse a \"big int\". Ya que cambiar los tipos de columna en tablas grandes puede llevar algún tiempo, no se han cambiado automáticamente. Se pueden ejecutar estos cambios pendientes ejecutando 'occ db:convert-filecache-bigint', Esta operación debe realizarse cuando el servidor esté sin conexión. Para más detalles, consulta <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">la página de la documentación sobre esto</a>.",
+ "Module php-imagick in this instance has no SVG support. For better compatibility it is recommended to install it." : "El módulo php-imagick de esta instancia no tiene soporte para SVG. Para una mejor compatibilidad es recomendable instalarlo.",
+ "Some columns in the database are missing a conversion to big int. Due to the fact that changing column types on big tables could take some time they were not changed automatically. By running 'occ db:convert-filecache-bigint' those pending changes could be applied manually. This operation needs to be made while the instance is offline. For further details read {linkstart}the documentation page about this ↗{linkend}." : "A algunas columnas de la base de datos les falta convertirse a \"big int\". Debido a que cambiar los tipos de columna en tablas grandes podría tardar mucho tiempo no fueron cambiadas automáticamente. Ejecutando 'occ db:convert-filecache-bigint' se pueden aplicar estos cambios pendientes de manera manual. Esta operación debe realizarse cuando el servidor esté sin conexión. Para más detalles, consulte {linkstart}la página de documentación ↗{linkend}.",
"SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend." : "Actualmente se está usando SQLite como base de datos. Para instalaciones más largas recomendamos cambiar a un motor de bases de datos diferente.",
"This is particularly recommended when using the desktop client for file synchronisation." : "Esto está particularmente indicado si se usa el cliente de escritorio para la sincronización.",
- "To migrate to another database use the command line tool: 'occ db:convert-type', or see the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation ↗</a>." : "Para migrar a otra base de datos, usa la herramienta de línea de comandos 'occ db:convert-type' o comprueba la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentación ↗</a>.",
- "Use of the the built in php mailer is no longer supported. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Please update your email server settings ↗<a/>." : "El uso del correo incorporado de php ya no está soportado. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Por favor, actualiza tu configuración de servidor de correo ↗<a/>.",
+ "To migrate to another database use the command line tool: 'occ db:convert-type', or see the {linkstart}documentation ↗{linkend}." : "Para migrar a otra base de datos use la herramienta de línea de comandos (CLI): 'occ db:convert-type', o revise la {linkstart}documentación ↗{linkend}.",
"The PHP memory limit is below the recommended value of 512MB." : "El límite de memoria de PHP está por debajo del valor recomendado de 512 MB.",
"Some app directories are owned by a different user than the web server one. This may be the case if apps have been installed manually. Check the permissions of the following app directories:" : "Algunos directorios de apps son propiedad de un usuario diferente del usuario del servidor web. Este puede ser el caso si se han instalado apps manualmente. Comprueba los permisos de los siguientes directorios de apps:",
- "MySQL is used as database but does not support 4-byte characters. To be able to handle 4-byte characters (like emojis) without issues in filenames or comments for example it is recommended to enable the 4-byte support in MySQL. For further details read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "Se usa MySQL como base de datos pero no soporta caracteres de 4 bytes. Para poder manejar caracteres de 4 bytes (como los emojis) sin problemas en los nombres de archivos o comentarios, se recomienda activar el soporte de 4 bytes en MySQL. Para más detalles consulta la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">página de documentación sobre esto</a>.",
+ "MySQL is used as database but does not support 4-byte characters. To be able to handle 4-byte characters (like emojis) without issues in filenames or comments for example it is recommended to enable the 4-byte support in MySQL. For further details read {linkstart}the documentation page about this ↗{linkend}." : "Se utiliza MySQL como base de datos pero no soporta caracteres de 4 bytes. Para poder manejar caracteres de 4 bytes (como los emojis) sin problemas en los nombres de archivos o comentarios, se recomienda activar el soporte de 4 bytes en MySQL. Para más detalles consulta {linkstart}la página de documentación sobre esto ↗{linkend}.",
"This instance uses an S3 based object store as primary storage. The uploaded files are stored temporarily on the server and thus it is recommended to have 50 GB of free space available in the temp directory of PHP. Check the logs for full details about the path and the available space. To improve this please change the temporary directory in the php.ini or make more space available in that path." : "Esta instancia usa un almacenamiento de objetos basado en S3 como almacenamiento primario. Los archivos subidos se almacena temporalmente en el servidor y por eso se recomienda tener 50 GB de espacio libre en el directorio temporal de PHP. Comprueba los registros para detalles completos sobre la ruta y el espacio disponible. Para mejora esto, por favor, cambia el directorio temporal en el php.ini o aumenta el espacio disponible en esa ruta.",
- "You are accessing your instance over a secure connection, however your instance is generating insecure URLs. This most likely means that you are behind a reverse proxy and the overwrite config variables are not set correctly. Please read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "Estás accediendo a través de una conexión segura. Sin embargo, tu instancia está generando URLs inseguras. Esto significa seguramente que estás tras un proxy inverso y las variables de configuración de reescritura no están bien configuradas. Por favor, lee <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">la página de la documentación sobre esto</a>.",
+ "You are accessing your instance over a secure connection, however your instance is generating insecure URLs. This most likely means that you are behind a reverse proxy and the overwrite config variables are not set correctly. Please read {linkstart}the documentation page about this ↗{linkend}." : "Está accediendo a su instancia a través de una conexión segura, sin embargo tu instancia está generando URLs inseguras. Esto suele significar que está tras un proxy inverso y que las variables de reescritura no están bien configuradas. Por favor, revise la {linkstart}página de documentación acerca de esto ↗{linkend}.",
"Error occurred while checking server setup" : "Ha ocurrido un error al revisar la configuración del servidor",
+ "For more details see the {linkstart}documentation ↗{linkend}." : "Para más detalles compruebe la {linkstart}documentación ↗{linkend}.",
"Your data directory and files are probably accessible from the Internet. The .htaccess file is not working. It is strongly recommended that you configure your web server so that the data directory is no longer accessible, or move the data directory outside the web server document root." : "Tu directorio de datos y tus archivos son probablemente accesibles desde internet. El archivo .htaccess no funciona. Se recomienda encarecidamente que configures tu servidor web de tal manera que el directorio de datos no sea accesible, o que lo muevas fuera de la raíz de documentos del servidor web.",
"The \"{header}\" HTTP header is not set to \"{expected}\". This is a potential security or privacy risk, as it is recommended to adjust this setting accordingly." : "La cabecera HTTP \"{header}\" no está configurada como \"{expected}\". Esto es un riesgo potencial de seguridad o privacidad, y se recomienda ajustar esta configuración de forma adecuada.",
"The \"{header}\" HTTP header is not set to \"{expected}\". Some features might not work correctly, as it is recommended to adjust this setting accordingly." : "La cabecera HTTP \"{header}\" no está configurada como \"{expected}\". Algunas características podrían no funcionar correctamente, por lo que se recomienda ajustar esta configuración.",
"The \"{header}\" HTTP header doesn't contain \"{expected}\". This is a potential security or privacy risk, as it is recommended to adjust this setting accordingly." : "La cabecera HTTP \"{header}\" no contiene \"{expected}\". \nEste es un riesgo potencial de seguridad o privacidad, por lo que se recomienda ajustar esta configuración.",
- "The \"{header}\" HTTP header is not set to \"{val1}\", \"{val2}\", \"{val3}\", \"{val4}\" or \"{val5}\". This can leak referer information. See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{link}\">W3C Recommendation ↗</a>." : "La cabecera HTTP \"{header}\" no está configurada como {val1}\", \"{val2}\", \"{val3}\", \"{val4}\" o \"{val5}\". Esto puede filtrar información de referencia. Ver la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{link}\">recomendación del W3C ↗</a>.",
- "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the <a href=\"{docUrl}\" rel=\"noreferrer noopener\">security tips ↗</a>." : "La cabecera HTTP \"Strict-Transport-Security\" no está configurada en al menos \"{seconds}\" segundos. Para mejorar la seguridad, se recomienda activar HSTS como se describe en los <a href=\"{docUrl}\" rel=\"noreferrer noopener\">trucos de seguridad ↗</a>.",
- "Accessing site insecurely via HTTP. You are strongly advised to set up your server to require HTTPS instead, as described in the <a href=\"{docUrl}\">security tips ↗</a>." : "Se está accediento al sitio de manera insegura vía HTTP. Se recomienda encarecidamente configurar el servidor para que requiera HTTPS, como se describe en los <a href=\"{docUrl}\">consejos de seguridad ↗</a>.",
- "Non-existing tag #{tag}" : "Categoría #{tag} no existente",
- "restricted" : "Restringido",
- "invisible" : "invisible",
- "Delete" : "Eliminar",
- "Rename" : "Renombrar",
- "Collaborative tags" : "Etiquetas colaborativas",
- "No tags found" : "No se encontraron etiquetas",
+ "The \"{header}\" HTTP header is not set to \"{val1}\", \"{val2}\", \"{val3}\", \"{val4}\" or \"{val5}\". This can leak referer information. See the {linkstart}W3C Recommendation ↗{linkend}." : "La cabecera HTTP \"{header}\" no está configurada a \"{val1}\", \"{val2}\", \"{val3}\", \"{val4}\" o \"{val5}\". Esto puede filtrar información de la página de procedencia. Compruebe las {linkstart}Recomendaciones de W3C ↗{linkend}.",
+ "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the {linkstart}security tips ↗{linkend}." : "La cabecera HTTP \"Strict-Transport-Security\" no está configurada al menos a \"{seconds}\" segundos. Para mejorar la seguridad se recomienda habilitar HSTS como se describe en los {linkstart}consejos de seguridad ↗{linkend}.",
+ "Accessing site insecurely via HTTP. You are strongly advised to set up your server to require HTTPS instead, as described in the {linkstart}security tips ↗{linkend}." : "Se está accediendo al sitio de manera insegura mediante HTTP. Se recomienda encarecidamente que configure su servidor para que requiera HTTPS, como se describe en los {linkstart}consejos de seguridad ↗{linkend}.",
"unknown text" : "texto desconocido",
"Hello world!" : "¡Hola, mundo!",
"sunny" : "soleado",
@@ -123,27 +125,28 @@
"Please reload the page." : "Recargue/Actualice la página",
"The update was unsuccessful. For more information <a href=\"{url}\">check our forum post</a> covering this issue." : "La actualización tuvo un problema. Para más información <a href=\"{url}\">consulta nuestro artículo del foro</a> para arreglar este problema.",
"The update was unsuccessful. Please report this issue to the <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">Nextcloud community</a>." : "La actualización ha fallado. Por favor, informa de este problema a la <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">comunidad de Nextcloud</a>.",
- "Continue to Nextcloud" : "Continuar a Nextcloud",
- "_The update was successful. Redirecting you to Nextcloud in %n second._::_The update was successful. Redirecting you to Nextcloud in %n seconds._" : ["La actualización fue exitosa. Redireccionandolo a Nextcloud en %n segundo.","La actualización fue exitosa. Redireccionandolo a Nextcloud en %n segundos."],
- "Searching other places" : "Buscando en otros lugares",
- "No search results in other folders for {tag}{filter}{endtag}" : "No se encontraron resultados de búsqueda en otros folders para {tag}{filter}{endtag}",
- "_{count} search result in another folder_::_{count} search results in other folders_" : ["{count} resultado de búsqueda en otra carpeta","{count} resultados de búsqueda en otras carpetas"],
+ "Continue to {productName}" : "Continuar a {productName}",
+ "_The update was successful. Redirecting you to {productName} in %n second._::_The update was successful. Redirecting you to {productName} in %n seconds._" : ["La actualización ha terminado con éxito. Redirigiendo a su {productName} en %n segundo. ","La actualización ha terminado con éxito. Redirigiendo a su {productName} en %n segundos. "],
+ "Log in" : "Iniciar sesión",
+ "Logging in …" : "Iniciando sesión ...",
"Server side authentication failed!" : "La autenticación ha fallado en el servidor.",
"Please contact your administrator." : "Por favor, contacte con el administrador.",
"An internal error occurred." : "Ha habido un error interno.",
"Please try again or contact your administrator." : "Por favor reintente nuevamente o contáctese con su administrador.",
"Username or email" : "Nombre de usuario o email",
"Password" : "Contraseña",
- "Log in" : "Iniciar sesión",
- "Logging in …" : "Iniciando sesión ...",
+ "Toggle password visibility" : "Alternar visibilidad de la contraseña",
"Wrong username or password." : "Usuario o contraseña erróneos.",
"User disabled" : "Usuario deshabilitado",
"We have detected multiple invalid login attempts from your IP. Therefore your next login is throttled up to 30 seconds." : "Hemos detectado múltiples intentos inválidos desde tu IP. Por tanto, tu próximo intento se retrasará 30 segundos.",
+ "Your account is not setup for passwordless login." : "Tu cuenta no está configurada para iniciar de sesión sin contraseña",
+ "Passwordless authentication is not supported in your browser." : "La autenticación sin contraseña no está soportada en tu navegador.",
+ "Passwordless authentication is only available over a secure connection." : "La autenticación sin contraseña solo está disponible bajo una conexión segura.",
"Reset password" : "Restablecer contraseña",
- "A password reset message has been sent to the e-mail address of this account. If you do not receive it, check your spam/junk folders or ask your local administrator for help." : "Se ha enviado a tu dirección de correo un mensaje para reiniciar la contraseña. Si no lo recibes, comprueba si está en el buzón de Correo No Deseado (Spam) o pide ayuda a tu administrador local.",
+ "A password reset message has been sent to the email address of this account. If you do not receive it, check your spam/junk folders or ask your local administrator for help." : "Se ha enviado a tu dirección de correo un mensaje para reiniciar la contraseña. Si no lo recibes, comprueba si está en el buzón de Correo No Deseado (Spam) o pide ayuda a tu administrador local.",
"If it is not there ask your local administrator." : "Si no está ahí ponte en contacto con el administrador local",
"Couldn't send reset email. Please contact your administrator." : "No pudo enviarse el correo para restablecer la contraseña. Por favor, contacte con su administrador.",
- "Password can not be changed. Please contact your administrator." : "La contraseña no se puede cambiar. Por favor, contacte a su administrador.",
+ "Password cannot be changed. Please contact your administrator." : "La contraseña no puede ser cambiada. Por favor, contacte con su administrador.",
"Back to login" : "Volver a la identificación",
"New password" : "Nueva contraseña",
"Your files are encrypted. There will be no way to get your data back after your password is reset. If you are not sure what to do, please contact your administrator before you continue. Do you really want to continue?" : "Tus archivos están encriptados. No habrá forma de recuperar sus datos después de restablecer su contraseña. Si no está seguro de qué hacer, comuníquese con su administrador antes de continuar. ¿De verdad quieres continuar?",
@@ -151,21 +154,32 @@
"Resetting password" : "Restableciendo contraseña",
"Recommended apps" : "Aplicaciones recomendadas",
"Loading apps …" : "Cargando apps ...",
- "Could not fetch list of apps from the app store." : "No es posible obtener la lista de apps de la App Store.",
"Installing apps …" : "Instalando apps ...",
- "Nextcloud {app}" : "Nextcloud {app}",
"App download or installation failed" : "Falló la descarga o instalación de la App",
- "Can't install this app because it is not compatible" : "Esta aplicación no se puede instalar porque no es compatible",
- "Can't install this app" : "Esta aplicación no se puede instalar ",
+ "Cannot install this app because it is not compatible" : "No se puede instalar esta app porque no es compatible.",
+ "Cannot install this app" : "No se puede instalar esta app",
"Cancel" : "Cancelar",
"Schedule work & meetings, synced with all your devices." : "Programe trabajo y reuniones, sincronizados con todos sus dispositivos.",
"Keep your colleagues and friends in one place without leaking their private info." : "Mantenga a sus colegas y amigos en un sólo sitio sin dejar escapar su información privada.",
"Simple email app nicely integrated with Files, Contacts and Calendar." : "Simple email app se integra bien con Archivos, Contactos y Calendario.",
"Chatting, video calls, screensharing, online meetings and web conferencing – in your browser and with mobile apps." : "Mensajes, videollamadas, compartir pantalla, reuniones online y conferencias web – en tu navegador y con apps móviles.",
"Collaboratively edit office documents." : "Edición colaborativa de documentos Office",
- "Local document editing back-end used by the OnlyOffice app." : "Integrado un back-end para editar documentos gracias a la app OnlyOffice.",
+ "Local document editing back-end used by the Collabora Online app." : "Motor (back-end) del editor de documentos usado por la app Collabora Online.",
"Forgot password?" : "¿Contraseña olvidada?",
- "Settings" : "Ajustes",
+ "Log in with a device" : "Iniciar sesión con dispositivo",
+ "Back" : "Atrás",
+ "Login form is disabled." : "La página de inicio de sesión está deshabilitada.",
+ "Reset search" : "Resetear búsqueda",
+ "Search for {name} only" : "Buscar solo por {name}",
+ "No results for {query}" : "Sin resultados para {query}",
+ "Start typing to search" : "Empieza a escribir para buscar",
+ "Loading more results …" : "Cargando más resultados …",
+ "Load more results" : "Cargar más resultados",
+ "Search" : "Buscar",
+ "An error occurred while searching for {type}" : "Ha ocurrido un error al buscar {type}",
+ "_Please enter {minSearchLength} character or more to search_::_Please enter {minSearchLength} characters or more to search_" : ["Por favor, introduce {minSearchLength} carácter o más para buscar","Por favor, introduce {minSearchLength} caracteres o más para buscar"],
+ "Search {types} …" : "Buscar {types}…",
+ "Settings" : "Configuraciones",
"Could not load your contacts" : "No se han podido cargar los contactos",
"Search contacts …" : "Buscar contactos...",
"No contacts found" : "No se han encontrado contactos",
@@ -232,6 +246,13 @@
"Strong password" : "Contraseña muy buena",
"No action available" : "No hay acciones disponibles",
"Error fetching contact actions" : "Error recuperando las acciones de los contactos",
+ "Non-existing tag #{tag}" : "Categoría #{tag} no existente",
+ "restricted" : "Restringido",
+ "invisible" : "invisible",
+ "Delete" : "Eliminar",
+ "Rename" : "Renombrar",
+ "Collaborative tags" : "Etiquetas colaborativas",
+ "No tags found" : "No se encontraron etiquetas",
"Personal" : "Personal",
"Users" : "Usuarios",
"Apps" : "Aplicaciones",
@@ -241,7 +262,10 @@
"File not found" : "Archivo no encontrado",
"The document could not be found on the server. Maybe the share was deleted or has expired?" : "El documento no se pudo encontrar en el servidor. Es posible que el enlace fuera eliminado o haya caducado.",
"Back to %s" : "Volver a %s",
+ "Too many requests" : "Demasiadas peticiones",
+ "There were too many requests from your network. Retry later or contact your administrator if this is an error." : "Hubo demasiadas peticiones desde su red. Vuelva a intentarlo más tarde o póngase en contacto con su administrador si se trata de un error.",
"Error" : "Error",
+ "Previous" : "Anterior",
"Internal Server Error" : "Error interno del servidor",
"The server was unable to complete your request." : "El servidor no ha podido completar tu petición.",
"If this happens again, please send the technical details below to the server administrator." : "Si sucede de nuevo, por favor, envía los detalles técnicos a continuación al administrador del servidor.",
@@ -278,7 +302,7 @@
"SQLite should only be used for minimal and development instances. For production we recommend a different database backend." : "SQLite solo debería usarse para instancias mínimas y de desarrollo. Para producción recomendamos un motor de bases de datos diferente.",
"If you use clients for file syncing, the use of SQLite is highly discouraged." : "Si usas clientes para sincronizar archivos, el uso del SQLite está muy desaconsejado.",
"Install recommended apps" : "Instalar las aplicaciones recomendadas",
- "Calendar, Contacts, Talk, Mail & OnlyOffice" : "Calendario, Contactos, Talk, Correo y OnlyOffice",
+ "Calendar, Contacts, Talk, Mail & Collaborative editing" : "Calendario, Contactos, Talk, Mail y Edición Colaborativa",
"Finish setup" : "Completar la instalación",
"Finishing …" : "Finalizando...",
"Need help?" : "¿Necesita ayuda?",
@@ -292,14 +316,13 @@
"More apps" : "Más aplicaciones",
"More" : "Más",
"More apps menu" : "Menú de otras apps",
- "Search" : "Buscar",
- "Reset search" : "Resetear búsqueda",
"Contacts" : "Contactos",
"Contacts menu" : "Menú de contactos",
"Settings menu" : "Menú de configuraciones",
"Confirm your password" : "Confirme su contraseña",
"Connect to your account" : "Conectar a cuenta",
"Please log in before granting %1$s access to your %2$s account." : "Por favor, inicia sesión antes de conceder a %1$s acceso a tu cuenta %2$s.",
+ "If you are not trying to set up a new device or app, someone is trying to trick you into granting them access to your data. In this case do not proceed and instead contact your system administrator." : "Si no está intentando añadir un nuevo dispositivo o una nueva app, alguien está intentando engañarte para que proporcione acceso a sus datos. En este caso no prosiga y en su lugar avise a su administrador de sistemas.",
"App token" : "Token de la aplicación",
"Grant access" : "Conceder acceso",
"Alternative log in using app token" : "Inicio de sesión alternativo usando el token de la aplicación",
@@ -313,21 +336,21 @@
"Two-factor authentication" : "Verificación en dos pasos",
"Enhanced security is enabled for your account. Choose a second factor for authentication:" : "La seguridad mejorada está habilitada para su cuenta. Elija una segunda forma de autenticación:",
"Could not load at least one of your enabled two-factor auth methods. Please contact your admin." : "No se pudo cargar al menos uno de sus métodos de autenticación de segundo paso. Por favor, póngase en contacto con un administrador.",
- "Two-factor authentication is enforced but has not been configured on your account. Contact your admin for assistance." : "La autenticación en dos pasos se aplica pero no se ha configurado en su cuenta. Póngase en contacto con su administrador para obtener ayuda.",
+ "Two-factor authentication is enforced but has not been configured on your account. Contact your admin for assistance." : "La autenticación en dos pasos es obligatoria pero no se ha configurado en su cuenta. Póngase en contacto con su administrador para obtener ayuda.",
"Two-factor authentication is enforced but has not been configured on your account. Please continue to setup two-factor authentication." : "La autenticación de dos factores es obligatoria pero no se ha configurado en tu cuenta. Por favor, continúa para configurar la autenticación de dos factores.",
"Set up two-factor authentication" : "Configurar autenticación de dos factores",
- "Two-factor authentication is enforced but has not been configured on your account. Use one of your backup codes to log in or contact your admin for assistance." : "La autenticación en dos pasos se aplica pero no se ha configurado en su cuenta. Use uno de sus códigos de respaldo para iniciar sesión o comuníquese con su administrador para obtener ayuda.",
+ "Two-factor authentication is enforced but has not been configured on your account. Use one of your backup codes to log in or contact your admin for assistance." : "La autenticación en dos pasos es obligatoria pero no se ha configurado en su cuenta. Use uno de sus códigos de respaldo para iniciar sesión o comuníquese con su administrador para obtener ayuda.",
"Use backup code" : "Usar código de respaldo",
"Cancel login" : "Cancelar inicio de sesión",
"Setup two-factor authentication" : "Configurar autenticación de dos factores",
- "Enhanced security is enforced for your account. Choose which provider to set up:" : "Es obligatorio usar seguridad mejorada en tu cuenta. Escoge qué proveedor configurar:",
+ "Enhanced security is enforced for your account. Choose which provider to set up:" : "Es obligatorio usar la seguridad mejorada en tu cuenta. Escoge qué proveedor configurar:",
"Error while validating your second factor" : "Error al validar su segundo factor",
"Access through untrusted domain" : "Acceso a través de un dominio del que no se confía",
"Please contact your administrator. If you are an administrator, edit the \"trusted_domains\" setting in config/config.php like the example in config.sample.php." : "Por favor, ponte en contacto con tu administrador. Si eres un administrador, edita la configuración \"trusted_domains\" en config/config.php como en el ejemplo que aparece en config.sample.php.",
"Further information how to configure this can be found in the %1$sdocumentation%2$s." : "Más información sobre cómo configurar esto se puede encontrar en la %1$sdocumentación%2$s.",
"App update required" : "Es necesaria una actualización en la aplicación",
"%1$s will be updated to version %2$s" : "%1$s se actualizará a la versión %2$s",
- "These apps will be updated:" : "Estas aplicaciones serán actualizadas:",
+ "The following apps will be updated:" : "Se actualizarán las siguientes apps:",
"These incompatible apps will be disabled:" : "Estas aplicaciones incompatibles serán deshabilitadas:",
"The theme %s has been disabled." : "El tema %s ha sido desactivado.",
"Please make sure that the database, the config folder and the data folder have been backed up before proceeding." : "Antes de proceder, asegúrese de que se haya hecho un respaldo de la base de datos, la carpeta de configuración y la carpeta de datos.",
@@ -343,95 +366,49 @@
"This %s instance is currently in maintenance mode, which may take a while." : "Está instancia %s está en modo mantenimiento, y puede tardar un rato.",
"This page will refresh itself when the instance is available again." : "Esta página se actualizará sola cuando la instancia esté disponible de nuevo.",
"Contact your system administrator if this message persists or appeared unexpectedly." : "Contacte con su administrador de sistemas si este mensaje persiste o aparece de forma inesperada.",
- "Could not send reset email because there is no email address for this username. Please contact your administrator." : "No se ha podido enviar el correo electrónico de restablecimiento porque no hay una dirección de correo electrónico para este nombre de usuario. Por favor, póngase en contacto con un administrador.",
- "Couldn't send reset email. Please make sure your username is correct." : "No se pudo enviar el correo electrónico para el restablecimiento. Por favor, asegúrese de que su nombre de usuario es el correcto.",
- "We have send a password reset e-mail to the e-mail address known to us for this account. If you do not receive it within a reasonable amount of time, check your spam/junk folders.<br>If it is not there ask your local administrator." : "Se ha enviado un enlace para restablecer la contraseña a tu correo electrónico. Si no lo recibes en un tiempo razonable, revisa tu carpeta de correo no deseado.<br>Si no está ahí, ponte en contacto con el administrador.",
- "Your files are encrypted. There will be no way to get your data back after your password is reset.<br />If you are not sure what to do, please contact your administrator before you continue. <br />Do you really want to continue?" : "Sus archivos han sido cifrados. No habrá forma de recuperar sus datos tras resetear la contraseña.<br /> Si no está seguro de qué hacer, contacte con su administrador antes de continuar. ¿Está seguro de qué quiere continuar?",
- "Sending email …" : "Enviando correo…",
- "You are currently running PHP 5.6. The current major version of Nextcloud is the last that is supported on PHP 5.6. It is recommended to upgrade the PHP version to 7.0+ to be able to upgrade to Nextcloud 14." : "Estás funcionando con PHP 5.6. Esta versión mayor de Nextcloud es la última que está soportada en PHP 5.6. Se recomienda actualizar la versión de PHP a 7.0+ para poder actualizar a Nextcloud 14.",
- "Accessing site insecurely via HTTP. You are strongly adviced to set up your server to require HTTPS instead, as described in the <a href=\"{docUrl}\">security tips ↗</a>." : "Se está accediendo al sitio de forma insegura vía HTTP. Se recomienda encarecidamente configurar que el servidor requiera HTTPS, como se describe en los <a href=\"{docUrl}\">trucos de seguridad ↗</a>.",
- "Shared" : "Compartido",
- "Shared with" : "Compartido con",
- "Shared by" : "Compartido por",
- "Choose a password for the public link" : "Elija una contraseña para el enlace publico",
- "Choose a password for the public link or press the \"Enter\" key" : "Escoge una contraseña para el enlace público ",
- "Copied!" : "¡Copiado!",
- "Copy link" : "Copiar enlace",
- "Not supported!" : "¡No se puede!",
- "Press ⌘-C to copy." : "Presiona ⌘-C para copiar.",
- "Press Ctrl-C to copy." : "Presiona Ctrl-C para copiar.",
- "Unable to create a link share" : "No se ha podido crear el enlace compartido",
- "Unable to toggle this option" : "No se ha podido cambiar esta opción",
- "Resharing is not allowed" : "No se permite compartir de nuevo",
- "Link" : "Enlace",
- "Hide download" : "Esconder descarga",
- "Password protection enforced" : "Protección con contraseña forzada",
- "Password protect" : "Protección con contraseña",
- "Allow editing" : "Permitir edición",
- "Email link to person" : "Enviar enlace por correo electrónico a una persona",
- "Send" : "Enviar",
- "Allow upload and editing" : "Permitir la subida y la edición",
- "Read only" : "Solo lectura",
- "File drop (upload only)" : "Entrega de archivos (solo subida)",
- "Expiration date enforced" : "Fecha de caducidad forzada",
- "Set expiration date" : "Establecer fecha de caducidad",
- "Expiration" : "Caduca el: ",
- "Expiration date" : "Fecha de caducidad",
- "Note to recipient" : "Nota al destinatario",
- "Unshare" : "Dejar de compartir",
- "Delete share link" : "Eliminar enlace compartido",
- "Add another link" : "Añadir otro enlace",
- "Password protection for links is mandatory" : "La protección por contraseña es obligatoria",
- "Share to {name}" : "Compartir a {name}",
- "Share link" : "Compartir enlace",
- "New share link" : "Nuevo enlace compartido",
- "Created on {time}" : "Creado: {time}",
- "Password protect by Talk" : "Protegido con contraseña por Talk",
- "Could not unshare" : "No se puede quitar el comparto",
- "Shared with you and the group {group} by {owner}" : "Compartido contigo y el grupo {group} por {owner}",
- "Shared with you and {circle} by {owner}" : "Compartido contigo y {circle} por {owner}",
- "Shared with you and the conversation {conversation} by {owner}" : "Compartido contigo y con la conversación {conversation} por {owner}",
- "Shared with you in a conversation by {owner}" : "Compartido contigo por {owner} en una conversación",
- "Shared with you by {owner}" : "Compartido contigo por {owner}",
- "Choose a password for the mail share" : "Elija una contraseña para compartir por correo electrónico",
- "group" : "grupo",
- "remote" : "remoto",
- "remote group" : "grupo remoto",
- "email" : "email",
- "conversation" : "conversación",
- "shared by {sharer}" : "compartido por {sharer}",
- "Can reshare" : "Puede compartir",
- "Can edit" : "Puede editar",
- "Can create" : "Puede crear",
- "Can change" : "Puede cambiar",
- "Can delete" : "Puede eliminar",
- "Access control" : "Control de acceso",
- "{shareInitiatorDisplayName} shared via link" : "{shareInitiatorDisplayName} compartido por medio de un link",
- "Error while sharing" : "Error al compartir",
- "Share details could not be loaded for this item." : "No se han podido cargar los detalles de compartición para este elemento.",
- "Search globally" : "Buscar globalmente",
- "_At least {count} character is needed for autocompletion_::_At least {count} characters are needed for autocompletion_" : ["Se necesita al menos {count} carácter para el autocompletado","Se necesitan al menos {count} caracteres para el autocompletado"],
- "This list is maybe truncated - please refine your search term to see more results." : "Esta lista puede estar acortada. Por favor, refina los términos de búsqueda para ver más resultados.",
- "No users or groups found for {search}" : "No se han encontrado usuarios ni grupos para {search}",
- "No users found for {search}" : "No se han encontrado usuarios para {search}",
- "An error occurred (\"{message}\"). Please try again" : "Ha ocurrido un error (\"{message}\"). Por favor inténtelo de nuevo",
- "An error occurred. Please try again" : "Ha ocurrido un error. Por favor inténtelo de nuevo",
- "Home" : "Inicio",
- "Work" : "Trabajo",
- "Other" : "Otro",
- "{sharee} (remote group)" : "{sharee} (grupo remoto)",
- "{sharee} ({type}, {owner})" : "{sharee} ({type}, {owner})",
- "Share" : "Compartir",
- "Name or email address..." : "Nombre o dirección de correo electrónico...",
- "Name or federated cloud ID..." : "Nombre o ID de nube federada...",
- "Name, federated cloud ID or email address..." : "Nombre, ID de nube federada o dirección de correo electrónico...",
- "Name..." : "Nombre...",
- "Error removing share" : "Error quitando el comparto",
- "({scope})" : "({scope})",
- "Saving..." : "Guardando...",
- "Dismiss" : "Descartar",
- "Your client should now be connected! You can close this window." : "Tu cliente debería estar conectado ahora. Puedes cerrar esta ventana.",
- "New Password" : "Contraseña nueva",
- "Cancel log in" : "Cancelar inicio de sesión"
+ "Checking whether the database schema can be updated (this can take a long time depending on the database size)" : "Comprobar si se puede actualizar el esquema de la base de datos (esto puede tardar bastante tiempo, dependiendo del tamaño de la base de datos)",
+ "Checked database schema update" : "Actualización del esquema de base de datos revisado",
+ "Checking updates of apps" : "Comprobar actualizaciones de apps",
+ "Checking for update of app \"%s\" in appstore" : "Comprobando actualizaciones de las aplicaciones %s en la AppStore.",
+ "Update app \"%s\" from appstore" : "Actualizada la app %s desde la AppStore",
+ "Checked for update of app \"%s\" in appstore" : "Buscar actualizaciones de aplicaciones %s en la AppStore",
+ "Checked database schema update for apps" : "Comprobada la actualización del esquema de la base de datos para aplicaciones",
+ "Following apps have been disabled: %s" : "Las siguientes aplicaciones han sido deshabilitadas: %s",
+ "Your web server is not properly set up to resolve \"{url}\". Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Tu servidor web no está configurado correctamente para resolver \"{url}\". Se puede encontrar más información en la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentación</a>.",
+ "Your web server is not properly set up to resolve \"{url}\". This is most likely related to a web server configuration that was not updated to deliver this folder directly. Please compare your configuration against the shipped rewrite rules in \".htaccess\" for Apache or the provided one in the documentation for Nginx at it's <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation page</a>. On Nginx those are typically the lines starting with \"location ~\" that need an update." : "Tu servidor no está bien configurado para resolver \"{url}\". Esto probablemente esté relacionado con una configuración del servidor web que no se ha actualizado para entregar esta carpeta directamente. Por favor, compara tu configuración con las reglas de reescritura por defecto para Apache en \".htaccess\" o la provista en la documentación para Nginx en su <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">página de documentación</a>. En Nginx, suelen ser las líneas que empiezan con \"location ~\" las que hay que actualizar.",
+ "Your web server is not properly set up to deliver .woff2 files. This is typically an issue with the Nginx configuration. For Nextcloud 15 it needs an adjustement to also deliver .woff2 files. Compare your Nginx configuration to the recommended configuration in our <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Tu servidor web no está bien configurado para suministrar archivos .woff2 . Esto es normalmente un problema de la configuración de Nginx. Para Nextcloud 15, necesita un ajuste para suministrar archivos .woff2. Compare su configuración de Nginx con la configuración recomendad de<a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">nuestra documentación</a>.",
+ "Please check the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">installation documentation ↗</a> for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "Por favor, comprueba la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentación de instalación ↗</a> para notas sobre la configuración de PHP y de tu servidor, especialmente al usar php-fpm.",
+ "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems. See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation ↗</a> for more information." : "El bloqueo transaccional de archivos está desactivado. Esto puede llevar a problemas con ciertas condiciones. Activa \"filelocking.enabled\" en config.php para evitar estos problemas. Ver la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentación ↗</a> para más información.",
+ "Last background job execution ran {relativeTime}. Something seems wrong." : "La última ejecución del trabajo en segundo plano tuvo lugar en {relativeTime}. Algo parece estar mal.",
+ "Check the background job settings" : "Comprueba la configuración del trabajo en segundo plano",
+ "No memory cache has been configured. To enhance performance, please configure a memcache, if available. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "No se ha configurado ninguna memoria caché. Para mejorar el rendimiento, por favor, configura memcache, si está disponible. Para más información, ve la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentación</a>.",
+ "No suitable source for randomness found by PHP which is highly discouraged for security reasons. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "No hay ninguna fuente de aleatoriedad disponible, lo que está fuertemente desaconsejado por motivos de seguridad. Se puede encontrar más información en la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentación</a>.",
+ "You are currently running PHP {version}. Upgrade your PHP version to take advantage of <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">performance and security updates provided by the PHP Group</a> as soon as your distribution supports it." : "Estás usando PHP {version}. Actualiza la versión de PHP para aprovecharte de <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">mejoras de rendimiento y seguridad provistas por el PHP Group</a> tan pronto como tu distribución lo soporte.",
+ "The reverse proxy header configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If not, this is a security issue and can allow an attacker to spoof their IP address as visible to the Nextcloud. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "La configuración de cabeceras del proxy inverso es incorrecta, o estás accediendo a Nextcloud desde un proxy fiable. Si no, esto es un problema de seguridad que puede permitir que un atacante disfrazar su dirección IP como visible a Nextcloud. Se puede encontrar más información en la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentación</a>.",
+ "Memcached is configured as distributed cache, but the wrong PHP module \"memcache\" is installed. \\OC\\Memcache\\Memcached only supports \"memcached\" and not \"memcache\". See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">memcached wiki about both modules</a>." : "Memcached está configurado como caché distribuida, pero el módulo erróneo de PHP \"memcache\" está instalado. \\OC\\Memcache\\Memcached solo soporta \"memcached\" y no \"memcache\". Vea la <a target=\"_blank\" href=\"{wikiLink}\">wiki de memcached sobre ambos módulos</a>.",
+ "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">List of invalid files…</a> / <a href=\"{rescanEndpoint}\">Rescan…</a>)" : "Algunos archivos no han pasado la comprobación de integridad. Se puede encontrar más información sobre cómo resolver este problema en la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentación</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">Lista de archivos inválidos...</a> / <a href=\"{rescanEndpoint}\">Reescanear</a>)",
+ "The PHP OPcache module is not loaded. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance it is recommended</a> to load it into your PHP installation." : "El módulo PHP OPcache no está cargado. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Para mejorar el rendimiento se recomienda</a> cargarlo en tu instalación de PHP.",
+ "The PHP OPcache is not properly configured. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance it is recommended</a> to use the following settings in the <code>php.ini</code>:" : "La OPcache de PHP no está bien configurada. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Para mejorar el rendimiento se recomienda</a> usar las siguientes configuraciones en el <code>php.ini</code>:",
+ "Some columns in the database are missing a conversion to big int. Due to the fact that changing column types on big tables could take some time they were not changed automatically. By running 'occ db:convert-filecache-bigint' those pending changes could be applied manually. This operation needs to be made while the instance is offline. For further details read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "A algunas columnas de la base de datos les falta convertirse a \"big int\". Ya que cambiar los tipos de columna en tablas grandes puede llevar algún tiempo, no se han cambiado automáticamente. Se pueden ejecutar estos cambios pendientes ejecutando 'occ db:convert-filecache-bigint', Esta operación debe realizarse cuando el servidor esté sin conexión. Para más detalles, consulta <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">la página de la documentación sobre esto</a>.",
+ "To migrate to another database use the command line tool: 'occ db:convert-type', or see the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation ↗</a>." : "Para migrar a otra base de datos, usa la herramienta de línea de comandos 'occ db:convert-type' o comprueba la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentación ↗</a>.",
+ "Use of the the built in php mailer is no longer supported. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Please update your email server settings ↗<a/>." : "El uso del correo incorporado de php ya no está soportado. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Por favor, actualiza tu configuración de servidor de correo ↗<a/>.",
+ "MySQL is used as database but does not support 4-byte characters. To be able to handle 4-byte characters (like emojis) without issues in filenames or comments for example it is recommended to enable the 4-byte support in MySQL. For further details read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "Se usa MySQL como base de datos pero no soporta caracteres de 4 bytes. Para poder manejar caracteres de 4 bytes (como los emojis) sin problemas en los nombres de archivos o comentarios, se recomienda activar el soporte de 4 bytes en MySQL. Para más detalles consulta la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">página de documentación sobre esto</a>.",
+ "You are accessing your instance over a secure connection, however your instance is generating insecure URLs. This most likely means that you are behind a reverse proxy and the overwrite config variables are not set correctly. Please read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "Estás accediendo a través de una conexión segura. Sin embargo, tu instancia está generando URLs inseguras. Esto significa seguramente que estás tras un proxy inverso y las variables de configuración de reescritura no están bien configuradas. Por favor, lee <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">la página de la documentación sobre esto</a>.",
+ "The \"{header}\" HTTP header is not set to \"{val1}\", \"{val2}\", \"{val3}\", \"{val4}\" or \"{val5}\". This can leak referer information. See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{link}\">W3C Recommendation ↗</a>." : "La cabecera HTTP \"{header}\" no está configurada como {val1}\", \"{val2}\", \"{val3}\", \"{val4}\" o \"{val5}\". Esto puede filtrar información de referencia. Ver la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{link}\">recomendación del W3C ↗</a>.",
+ "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the <a href=\"{docUrl}\" rel=\"noreferrer noopener\">security tips ↗</a>." : "La cabecera HTTP \"Strict-Transport-Security\" no está configurada en al menos \"{seconds}\" segundos. Para mejorar la seguridad, se recomienda activar HSTS como se describe en los <a href=\"{docUrl}\" rel=\"noreferrer noopener\">trucos de seguridad ↗</a>.",
+ "Accessing site insecurely via HTTP. You are strongly advised to set up your server to require HTTPS instead, as described in the <a href=\"{docUrl}\">security tips ↗</a>." : "Se está accediento al sitio de manera insegura vía HTTP. Se recomienda encarecidamente configurar el servidor para que requiera HTTPS, como se describe en los <a href=\"{docUrl}\">consejos de seguridad ↗</a>.",
+ "Continue to Nextcloud" : "Continuar a Nextcloud",
+ "_The update was successful. Redirecting you to Nextcloud in %n second._::_The update was successful. Redirecting you to Nextcloud in %n seconds._" : ["La actualización fue exitosa. Redireccionandolo a Nextcloud en %n segundo.","La actualización fue exitosa. Redireccionandolo a Nextcloud en %n segundos."],
+ "Searching other places" : "Buscando en otros lugares",
+ "No search results in other folders for {tag}{filter}{endtag}" : "No hay resultados de la búsqueda en otras carpetas para {tag}{filter}{endtag}",
+ "_{count} search result in another folder_::_{count} search results in other folders_" : ["{count} resultado de búsqueda en otra carpeta","{count} resultados de búsqueda en otras carpetas"],
+ "A password reset message has been sent to the e-mail address of this account. If you do not receive it, check your spam/junk folders or ask your local administrator for help." : "Se ha enviado a tu dirección de correo un mensaje para reiniciar la contraseña. Si no lo recibes, comprueba si está en el buzón de Correo No Deseado (Spam) o pide ayuda a tu administrador local.",
+ "Password can not be changed. Please contact your administrator." : "La contraseña no se puede cambiar. Por favor, contacte a su administrador.",
+ "Could not fetch list of apps from the app store." : "No es posible obtener la lista de apps de la App Store.",
+ "Nextcloud {app}" : "Nextcloud {app}",
+ "Can't install this app because it is not compatible" : "Esta aplicación no se puede instalar porque no es compatible",
+ "Can't install this app" : "Esta aplicación no se puede instalar ",
+ "These apps will be updated:" : "Estas aplicaciones serán actualizadas:",
+ "For more details see the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Para más detalles, consulta la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentación</a>."
},"pluralForm" :"nplurals=2; plural=(n != 1);"
} \ No newline at end of file
diff --git a/core/l10n/es_419.js b/core/l10n/es_419.js
index 66ae3165571..0dfad8f7417 100644
--- a/core/l10n/es_419.js
+++ b/core/l10n/es_419.js
@@ -32,33 +32,18 @@ OC.L10N.register(
"Maintenance mode is kept active" : "El modo mantenimiento sigue activo",
"Updating database schema" : "Actualizando esquema de base de datos",
"Updated database" : "Base de datos actualizada",
- "Checking whether the database schema can be updated (this can take a long time depending on the database size)" : "Verificando si el archivo del esquema de base de datos puede ser actualizado (esto puedo tomar mucho tiempo dependiendo del tamaño de la base de datos)",
- "Checked database schema update" : "Actualización del esquema de base de datos verificada",
- "Checking updates of apps" : "Verificando actualizaciones para aplicaciones",
- "Checking for update of app \"%s\" in appstore" : "Verificando actualizaciones para la aplicacion \"%s\" en la appstore",
- "Update app \"%s\" from appstore" : "Actualizar la aplicación \"%s\" desde la appstore",
- "Checked for update of app \"%s\" in appstore" : "Se verificaron actualizaciones para la aplicación \"%s\" en la appstore",
"Checking whether the database schema for %s can be updated (this can take a long time depending on the database size)" : "Verificando si el esquema de la base de datos para %s puede ser actualizado (esto puede tomar mucho tiempo dependiendo del tamaño de la base de datos)",
- "Checked database schema update for apps" : "Se verificó la actualización del esquema de la base de datos para las aplicaciones",
"Set log level to debug" : "Establecer nivel de bitacora a depurar",
"Reset log level" : "Restablecer nivel de bitácora",
"Starting code integrity check" : "Comenzando verificación de integridad del código",
"Finished code integrity check" : "Terminó la verificación de integridad del código ",
"%s (incompatible)" : "%s (incompatible)",
- "Following apps have been disabled: %s" : "Las siguientes aplicaciones han sido deshabilitadas: %s",
"Already up to date" : "Ya está actualizado",
"Your web server is not yet properly set up to allow file synchronization, because the WebDAV interface seems to be broken." : "Tu servidor web aún no esta correctamente configurado para permitir la sincronización de archivos porque la interfaz WebDAV parece estar rota. ",
- "Your web server is not properly set up to resolve \"{url}\". Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Tu servidor web no está correctamente configurado para resolver \"{url}\". Puedes encontrar más información al respecto en la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentación</a>.",
"PHP does not seem to be setup properly to query system environment variables. The test with getenv(\"PATH\") only returns an empty response." : "PHP no parece estar configurado correctamente para consultar las variables de ambiente. La prueba con getenv(\"PATH\") sólo regresa una respuesta vacía.",
"Your database does not run with \"READ COMMITTED\" transaction isolation level. This can cause problems when multiple actions are executed in parallel." : "Tu base de datos no puede correr con el nivel de aislamiento de transacción de \"READ COMMITTED\". Puede causar problemas cuando mútiples acciones sean ejecutadas en paralelo.",
"It was not possible to execute the cron job via CLI. The following technical errors have appeared:" : "No fue posible ejecutar el trabajo de cron via CLI. Se presentaron los siguientes errores técnicos:",
"This server has no working Internet connection: Multiple endpoints could not be reached. This means that some of the features like mounting external storage, notifications about updates or installation of third-party apps will not work. Accessing files remotely and sending of notification emails might not work, either. Establish a connection from this server to the Internet to enjoy all features." : "El servidor no cuenta con una conexión a Internet: No se pudieron alcanzar múltiples endpoints. Esto significa que algunas características como montar almacenamiento externo, notificaciones de actualizaciones o instalación de aplicaciones de 3ros no funcionarán correctamente. Acceder archivos de forma remota y el envío de de notificaciones por correo electrónico puede que no funcionen tampoco. Establece una conexión desde este servidor a Internet para aprovechar todas las funcionalidades.",
- "No memory cache has been configured. To enhance performance, please configure a memcache, if available. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "No se ha configurado el caché de memoria. Para mejorar el desempeño, por favor configura un memcahce, si está disponible. Puedes encontrar más información en la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentación</a>.",
- "You are currently running PHP {version}. Upgrade your PHP version to take advantage of <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">performance and security updates provided by the PHP Group</a> as soon as your distribution supports it." : "Estás ejecutando PHP {version}. Actualiza tu versión de PHP para aprovechar las <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">actualizaciones de desempeño y seguridad proporcionadas por el Grupo PHP</a> tan pronto como tu distribución lo soporte. ",
- "The reverse proxy header configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If not, this is a security issue and can allow an attacker to spoof their IP address as visible to the Nextcloud. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "La configuración de los encabezados del proxy inverso es incorrecta, o estás accediendo a Nextcloud desde un proxy de confianza. Si no es el caso, se trata de un tema de seguridad y le puede permitir a un atacante hacer su dirección IP apócrifa visible para Nextcloud. Puedes encontar más infomración en nuestra <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentación</a>.",
- "Memcached is configured as distributed cache, but the wrong PHP module \"memcache\" is installed. \\OC\\Memcache\\Memcached only supports \"memcached\" and not \"memcache\". See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">memcached wiki about both modules</a>." : "Memecahced está configurado como un cache distribuido, pero un módulo equivocado de \"memcache\" está instalado. \\OC\\Memcache\\Memcached sólo soporta \"memcached\". Consulta <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">el wiki de memcached en relación a ambos módulos</a>.",
- "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">List of invalid files…</a> / <a href=\"{rescanEndpoint}\">Rescan…</a>)" : "Algunos archivos no pasaron la verificación de integridad. Puedes encontrar más información de cómo resolver este problema en la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentación</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">Lista de archivos inválidos...</a>/<a href=\"{rescanEndpoint}\">Volver a verificar...</a>)",
- "The PHP OPcache is not properly configured. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance it is recommended</a> to use the following settings in the <code>php.ini</code>:" : "El OPcache de PHP no está configurado correctamente. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Para un mejor desempeño se recomienda</a> usar las sigueintes configuraciones en el archivo <code>php.ini</code>:",
"The PHP function \"set_time_limit\" is not available. This could result in scripts being halted mid-execution, breaking your installation. Enabling this function is strongly recommended." : "La función de PHP \"set_time_limit\" no está disponible. Esto podría generar que la ejecución de scripts se detenga, rompiendo su instalación. Se recomienda ámpliamente habilitar esta función. ",
"SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend." : "Actualmente estás usando SQLite como el backend de base de datos. Para instalaciones más grandes te recomendamos cambiar a un backend de base de datos diferente.",
"This is particularly recommended when using the desktop client for file synchronisation." : "Esto es particularmente recomendado cuando se usa el cliente de escritorio para sincronización de archivos. ",
@@ -66,13 +51,6 @@ OC.L10N.register(
"Your data directory and files are probably accessible from the Internet. The .htaccess file is not working. It is strongly recommended that you configure your web server so that the data directory is no longer accessible, or move the data directory outside the web server document root." : "Probablemente tu directorio de datos y archivos sean accesibles desde Internet. El archivo .htaccess no está funcionando. Se recomienda ampliamente que configures tu servidor web para que el directorio de datos no sea accesible, o bien, que muevas el directorio de datos fuera del directorio raíz del servidor web.",
"The \"{header}\" HTTP header is not set to \"{expected}\". This is a potential security or privacy risk, as it is recommended to adjust this setting accordingly." : "El encabezado HTTP \"{header}\" está establecido a \"{expected}\". Esto representa un riesgo potencial de seguridad o privacidad, y que se recomienda ajustar esta configuración. ",
"The \"{header}\" HTTP header is not set to \"{expected}\". Some features might not work correctly, as it is recommended to adjust this setting accordingly." : "El encabezado HTTP \"{header}\" no está establecido a \"{expected}\". Puede que lgunas características no funcionen correctamente, y se recomienda ajustar esta confirguración. ",
- "Non-existing tag #{tag}" : "Etiqueta #{tag} no-existente",
- "restricted" : "restringido",
- "invisible" : "invisible",
- "Delete" : "Borrar",
- "Rename" : "Renombrar",
- "Collaborative tags" : "Etiquetas colaborativas",
- "No tags found" : "No se encontraron etiquetas",
"unknown text" : "texto desconocido",
"Hello world!" : "¡Hola mundo!",
"sunny" : "soleado",
@@ -87,29 +65,26 @@ OC.L10N.register(
"Please reload the page." : "Por favor vuelve a cargar la página.",
"The update was unsuccessful. For more information <a href=\"{url}\">check our forum post</a> covering this issue." : "La actualización no fue exitosa. Para más información <a href=\"{url}\">consulta nuestro comentario en el foro </a> que cubre este tema. ",
"The update was unsuccessful. Please report this issue to the <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">Nextcloud community</a>." : "La actualización no fue exitosa. Por favor reporta este tema a la <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">Comunidad Nextcloud</a>.",
- "Continue to Nextcloud" : "Continuar a Nextcloud",
- "_The update was successful. Redirecting you to Nextcloud in %n second._::_The update was successful. Redirecting you to Nextcloud in %n seconds._" : ["La actualización fue exitosa. Lo estamos redireccionando a Nextcloud en %n segundo. ","La actualización fue exitosa. Te redireccionaremos a Nextcloud en %n segundos."],
- "Searching other places" : "Buscando en otras ubicaciones",
- "No search results in other folders for {tag}{filter}{endtag}" : "No hay resultados para la búsqueda {tag}{filter}{endtag} en otras carpetas",
- "_{count} search result in another folder_::_{count} search results in other folders_" : ["{count} resultado de la búsqueda en otra carpeta","{count} resultados de la búsqueda en otras carpetas"],
+ "Log in" : "Ingresar",
+ "Logging in …" : "Iniciando sesión ...",
"Server side authentication failed!" : "¡Falló la autenticación del lado del servidor!",
"Please contact your administrator." : "Por favor contacta al administrador.",
"An internal error occurred." : "Se presentó un error interno.",
"Please try again or contact your administrator." : "Por favor vuelve a intentarlo o contacta a tu adminsitrador. ",
"Username or email" : "Usuario o correo electrónico",
"Password" : "Contraseña",
- "Log in" : "Ingresar",
- "Logging in …" : "Iniciando sesión ...",
"Wrong username or password." : "Usuario o contraseña equivocado. ",
"User disabled" : "Usuario deshabilitado",
"Reset password" : "Restablecer contraseña",
"Couldn't send reset email. Please contact your administrator." : "No fue posible enviar el correo de restauración. Por favor contacta a tu adminsitrador. ",
- "Password can not be changed. Please contact your administrator." : "Las contraseñas no se pueden cambiar. Por favor contacta a tu adminstrador",
"New password" : "Nueva contraseña",
"I know what I'm doing" : "Sé lo que estoy haciendo",
"Cancel" : "Cancelar",
"Forgot password?" : "¿Olvidaste tu contraseña?",
- "Settings" : "Configuraciones ",
+ "Back" : "Atrás",
+ "Reset search" : "Reestablecer búsqueda",
+ "Search" : "Buscar",
+ "Settings" : "Ajustes",
"Search contacts …" : "Buscar contactos ...",
"No contacts found" : "No se encontraron contactos",
"Show all contacts …" : "Mostrar todos los contactos ...",
@@ -137,7 +112,7 @@ OC.L10N.register(
"One file conflict" : "Un conflicto en el archivo",
"New Files" : "Archivos Nuevos",
"Already existing files" : "Archivos ya existentes",
- "Which files do you want to keep?" : "¿Cuales archivos deseas mantener?",
+ "Which files do you want to keep?" : "¿Cuáles archivos deseas mantener?",
"If you select both versions, the copied file will have a number added to its name." : "Si seleccionas ambas versiones, se le agregará un número al nombre del archivo copiado.",
"Continue" : "Continuar",
"(all selected)" : "(todos seleccionados)",
@@ -161,6 +136,13 @@ OC.L10N.register(
"Strong password" : "Contraseña fuerte",
"No action available" : "No hay acciones disponibles",
"Error fetching contact actions" : "Se presentó un error al traer las acciónes de contatos",
+ "Non-existing tag #{tag}" : "Etiqueta #{tag} no-existente",
+ "restricted" : "restringido",
+ "invisible" : "invisible",
+ "Delete" : "Borrar",
+ "Rename" : "Renombrar",
+ "Collaborative tags" : "Etiquetas colaborativas",
+ "No tags found" : "No se encontraron etiquetas",
"Personal" : "Personal",
"Users" : "Usuarios",
"Apps" : "Aplicaciones",
@@ -207,8 +189,6 @@ OC.L10N.register(
"This application requires JavaScript for correct operation. Please {linkstart}enable JavaScript{linkend} and reload the page." : "Esta aplicación requiere de JavaScript para su correcta operación. Por favor {linkstart}habilita JavaScript{linkend} y vuelve a cargar la página. ",
"More apps" : "Más aplicaciones",
"More" : "Más",
- "Search" : "Buscar",
- "Reset search" : "Reestablecer búsqueda",
"Contacts" : "Contactos",
"Confirm your password" : "Confirma tu contraseña",
"App token" : "Ficha de la aplicación",
@@ -224,7 +204,6 @@ OC.L10N.register(
"Access through untrusted domain" : "Accesa a través de un dominio no de confianza",
"Please contact your administrator. If you are an administrator, edit the \"trusted_domains\" setting in config/config.php like the example in config.sample.php." : "Por favor contacta a tu adminsitrador. Si tu eres un administrador, edita la propiedad \"trusted_domains\" en el archivo config/config.php como en el ejemplo config.sample.php.",
"App update required" : "Se requiere una actualización de la aplicación",
- "These apps will be updated:" : "Las siguientes apllicaciones se actualizarán:",
"These incompatible apps will be disabled:" : "Las siguientes aplicaciones incompatibles serán deshabilitadas:",
"The theme %s has been disabled." : "El tema %s ha sido deshabilitado. ",
"Please make sure that the database, the config folder and the data folder have been backed up before proceeding." : "Por favor asegurarte de que la base de datos, la carpeta de configuración y las carpetas de datos hayan sido respaldadas antes de continuar. ",
@@ -238,71 +217,27 @@ OC.L10N.register(
"Upgrade via web on my own risk" : "Actualizar vía Web bajo mi propio riesgo",
"This %s instance is currently in maintenance mode, which may take a while." : "Esta instancia %s se encuentra actualmente en modo mantenimiento, que podría tomar algo de tiempo. ",
"Contact your system administrator if this message persists or appeared unexpectedly." : "Contacta a tu administrador del sistema si este mensaje persiste o se presentó de manera inesperada.",
- "Could not send reset email because there is no email address for this username. Please contact your administrator." : "No fue posible enviar el correo electrónico para restablecer porque no hay una dirección de correo electrónico para este usuario. Por favor contacta a tu adminsitrador. ",
- "Couldn't send reset email. Please make sure your username is correct." : "No fue posible restablecer el correo electrónico. Por favor asegurarte de que tu nombre de usuario sea correcto. ",
- "Your files are encrypted. There will be no way to get your data back after your password is reset.<br />If you are not sure what to do, please contact your administrator before you continue. <br />Do you really want to continue?" : "Tus archivos están encriptados. No habrá manera de recuperar tus datos una vez que restablezca tu contraseña. <br />Si no estás seguro de qué hacer, por favor contacta a tu administrador antes de continuar. <br />¿Realmente deseas continuar?",
- "Sending email …" : "Enviando correo electrónico ...",
- "You are currently running PHP 5.6. The current major version of Nextcloud is the last that is supported on PHP 5.6. It is recommended to upgrade the PHP version to 7.0+ to be able to upgrade to Nextcloud 14." : "Actualmente estás corriendo PHP 5.6. La versión principal actual de Nextcloud es la última que será soportada en PHPH 5.6. Te recomendamos actualizar la versión de PHP a la 7.0+ para que puedas actualizar a Nextcloud 14.",
- "Shared" : "Compartido",
- "Shared with" : "Compartido con",
- "Shared by" : "Compartido por",
- "Choose a password for the public link" : "Seleccione una contraseña para la liga pública",
- "Choose a password for the public link or press the \"Enter\" key" : "Elige una contraseña para la liga pública o presiona la tecla \"Intro\"",
- "Copied!" : "¡Copiado!",
- "Copy link" : "Copiar liga",
- "Not supported!" : "¡No está soportado!",
- "Press ⌘-C to copy." : "Presiona ⌘-C para copiar.",
- "Press Ctrl-C to copy." : "Presiona Ctrl-C para copiar.",
- "Resharing is not allowed" : "No se permite volver a compartir",
- "Link" : "Liga",
- "Password protect" : "Proteger con contraseña",
- "Allow editing" : "Permitir editar",
- "Email link to person" : "Enviar la liga por correo electrónico a una persona",
- "Send" : "Enviar",
- "Allow upload and editing" : "Permitir carga y edición",
- "Read only" : "Sólo lectura",
- "File drop (upload only)" : "Permitir carga",
- "Set expiration date" : "Selecciona la vigencia de tu archivo",
- "Expiration" : "Expiración",
- "Expiration date" : "Fecha de expiración",
- "Unshare" : "Dejar de compartir",
- "Share to {name}" : "Compartir con {name}",
- "Share link" : "Compartir liga",
- "Could not unshare" : "No fue posible dejar de compartir",
- "Shared with you and the group {group} by {owner}" : "Compartido contigo y el grupo {group} por {owner}",
- "Shared with you by {owner}" : "Compartido contigo por {owner}",
- "Choose a password for the mail share" : "Elige una contraseña para el elemento compartido por correo",
- "group" : "grupo",
- "remote" : "remoto",
- "email" : "correo electrónico",
- "shared by {sharer}" : "compartido por {sharer}",
- "Can reshare" : "Puede volver a compartir",
- "Can edit" : "Puede editar",
- "Can create" : "Puede crear",
- "Can change" : "Puede cambiar",
- "Can delete" : "Puede borrar",
- "Access control" : "Control de acceso",
- "Error while sharing" : "Se presentó un error al compartir",
- "Share details could not be loaded for this item." : "Los detalles del recurso compartido no se pudieron cargar para este elemento. ",
- "_At least {count} character is needed for autocompletion_::_At least {count} characters are needed for autocompletion_" : ["Se requiere de la menos {count} caracter para el auto completar","Se requieren de la menos {count} caracteres para el auto completar"],
- "This list is maybe truncated - please refine your search term to see more results." : "Esta lista puede estar truncada - por favor refina tus términos de búsqueda para poder ver más resultados. ",
- "No users or groups found for {search}" : "No se encontraron usuarios o gurpos para {search}",
- "No users found for {search}" : "No se encontraron usuarios para {search}",
- "An error occurred. Please try again" : "Se presentó un error. Por favor vuelve a intentarlo",
- "Home" : "Inicio",
- "Work" : "Trabajo",
- "Other" : "Otro",
- "{sharee} ({type}, {owner})" : "{sharee} ({type}, {owner})",
- "Share" : "Compartir",
- "Name or email address..." : "Nombre o dirección de correo electrónico",
- "Name or federated cloud ID..." : "Nombre...",
- "Name, federated cloud ID or email address..." : "Nombre o dirección de correo electrónico...",
- "Name..." : "Nombre...",
- "Error removing share" : "Se presentó un error al dejar de compartir",
- "({scope})" : "({scope})",
- "Saving..." : "Guardando...",
- "Dismiss" : "Descartar",
- "New Password" : "Nueva Contraseña",
- "Cancel log in" : "Cancelar inicio de sesión"
+ "Checking whether the database schema can be updated (this can take a long time depending on the database size)" : "Verificando si el archivo del esquema de base de datos puede ser actualizado (esto puedo tomar mucho tiempo dependiendo del tamaño de la base de datos)",
+ "Checked database schema update" : "Actualización del esquema de base de datos verificada",
+ "Checking updates of apps" : "Verificando actualizaciones para aplicaciones",
+ "Checking for update of app \"%s\" in appstore" : "Verificando actualizaciones para la aplicacion \"%s\" en la appstore",
+ "Update app \"%s\" from appstore" : "Actualizar la aplicación \"%s\" desde la appstore",
+ "Checked for update of app \"%s\" in appstore" : "Se verificaron actualizaciones para la aplicación \"%s\" en la appstore",
+ "Checked database schema update for apps" : "Se verificó la actualización del esquema de la base de datos para las aplicaciones",
+ "Following apps have been disabled: %s" : "Las siguientes aplicaciones han sido deshabilitadas: %s",
+ "Your web server is not properly set up to resolve \"{url}\". Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Tu servidor web no está correctamente configurado para resolver \"{url}\". Puedes encontrar más información al respecto en la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentación</a>.",
+ "No memory cache has been configured. To enhance performance, please configure a memcache, if available. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "No se ha configurado el caché de memoria. Para mejorar el desempeño, por favor configura un memcahce, si está disponible. Puedes encontrar más información en la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentación</a>.",
+ "You are currently running PHP {version}. Upgrade your PHP version to take advantage of <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">performance and security updates provided by the PHP Group</a> as soon as your distribution supports it." : "Estás ejecutando PHP {version}. Actualiza tu versión de PHP para aprovechar las <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">actualizaciones de desempeño y seguridad proporcionadas por el Grupo PHP</a> tan pronto como tu distribución lo soporte. ",
+ "The reverse proxy header configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If not, this is a security issue and can allow an attacker to spoof their IP address as visible to the Nextcloud. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "La configuración de los encabezados del proxy inverso es incorrecta, o estás accediendo a Nextcloud desde un proxy de confianza. Si no es el caso, se trata de un tema de seguridad y le puede permitir a un atacante hacer su dirección IP apócrifa visible para Nextcloud. Puedes encontar más infomración en nuestra <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentación</a>.",
+ "Memcached is configured as distributed cache, but the wrong PHP module \"memcache\" is installed. \\OC\\Memcache\\Memcached only supports \"memcached\" and not \"memcache\". See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">memcached wiki about both modules</a>." : "Memecahced está configurado como un cache distribuido, pero un módulo equivocado de \"memcache\" está instalado. \\OC\\Memcache\\Memcached sólo soporta \"memcached\". Consulta <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">el wiki de memcached en relación a ambos módulos</a>.",
+ "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">List of invalid files…</a> / <a href=\"{rescanEndpoint}\">Rescan…</a>)" : "Algunos archivos no pasaron la verificación de integridad. Puedes encontrar más información de cómo resolver este problema en la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentación</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">Lista de archivos inválidos...</a>/<a href=\"{rescanEndpoint}\">Volver a verificar...</a>)",
+ "The PHP OPcache is not properly configured. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance it is recommended</a> to use the following settings in the <code>php.ini</code>:" : "El OPcache de PHP no está configurado correctamente. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Para un mejor desempeño se recomienda</a> usar las sigueintes configuraciones en el archivo <code>php.ini</code>:",
+ "Continue to Nextcloud" : "Continuar a Nextcloud",
+ "_The update was successful. Redirecting you to Nextcloud in %n second._::_The update was successful. Redirecting you to Nextcloud in %n seconds._" : ["La actualización fue exitosa. Lo estamos redireccionando a Nextcloud en %n segundo. ","La actualización fue exitosa. Te redireccionaremos a Nextcloud en %n segundos."],
+ "Searching other places" : "Buscando en otras ubicaciones",
+ "No search results in other folders for {tag}{filter}{endtag}" : "No hay resultados para la búsqueda {tag}{filter}{endtag} en otras carpetas",
+ "_{count} search result in another folder_::_{count} search results in other folders_" : ["{count} resultado de la búsqueda en otra carpeta","{count} resultados de la búsqueda en otras carpetas"],
+ "Password can not be changed. Please contact your administrator." : "Las contraseñas no se pueden cambiar. Por favor contacta a tu adminstrador",
+ "These apps will be updated:" : "Las siguientes apllicaciones se actualizarán:"
},
"nplurals=2; plural=(n != 1);");
diff --git a/core/l10n/es_419.json b/core/l10n/es_419.json
index 5f0502d50dc..3ad52c73591 100644
--- a/core/l10n/es_419.json
+++ b/core/l10n/es_419.json
@@ -30,33 +30,18 @@
"Maintenance mode is kept active" : "El modo mantenimiento sigue activo",
"Updating database schema" : "Actualizando esquema de base de datos",
"Updated database" : "Base de datos actualizada",
- "Checking whether the database schema can be updated (this can take a long time depending on the database size)" : "Verificando si el archivo del esquema de base de datos puede ser actualizado (esto puedo tomar mucho tiempo dependiendo del tamaño de la base de datos)",
- "Checked database schema update" : "Actualización del esquema de base de datos verificada",
- "Checking updates of apps" : "Verificando actualizaciones para aplicaciones",
- "Checking for update of app \"%s\" in appstore" : "Verificando actualizaciones para la aplicacion \"%s\" en la appstore",
- "Update app \"%s\" from appstore" : "Actualizar la aplicación \"%s\" desde la appstore",
- "Checked for update of app \"%s\" in appstore" : "Se verificaron actualizaciones para la aplicación \"%s\" en la appstore",
"Checking whether the database schema for %s can be updated (this can take a long time depending on the database size)" : "Verificando si el esquema de la base de datos para %s puede ser actualizado (esto puede tomar mucho tiempo dependiendo del tamaño de la base de datos)",
- "Checked database schema update for apps" : "Se verificó la actualización del esquema de la base de datos para las aplicaciones",
"Set log level to debug" : "Establecer nivel de bitacora a depurar",
"Reset log level" : "Restablecer nivel de bitácora",
"Starting code integrity check" : "Comenzando verificación de integridad del código",
"Finished code integrity check" : "Terminó la verificación de integridad del código ",
"%s (incompatible)" : "%s (incompatible)",
- "Following apps have been disabled: %s" : "Las siguientes aplicaciones han sido deshabilitadas: %s",
"Already up to date" : "Ya está actualizado",
"Your web server is not yet properly set up to allow file synchronization, because the WebDAV interface seems to be broken." : "Tu servidor web aún no esta correctamente configurado para permitir la sincronización de archivos porque la interfaz WebDAV parece estar rota. ",
- "Your web server is not properly set up to resolve \"{url}\". Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Tu servidor web no está correctamente configurado para resolver \"{url}\". Puedes encontrar más información al respecto en la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentación</a>.",
"PHP does not seem to be setup properly to query system environment variables. The test with getenv(\"PATH\") only returns an empty response." : "PHP no parece estar configurado correctamente para consultar las variables de ambiente. La prueba con getenv(\"PATH\") sólo regresa una respuesta vacía.",
"Your database does not run with \"READ COMMITTED\" transaction isolation level. This can cause problems when multiple actions are executed in parallel." : "Tu base de datos no puede correr con el nivel de aislamiento de transacción de \"READ COMMITTED\". Puede causar problemas cuando mútiples acciones sean ejecutadas en paralelo.",
"It was not possible to execute the cron job via CLI. The following technical errors have appeared:" : "No fue posible ejecutar el trabajo de cron via CLI. Se presentaron los siguientes errores técnicos:",
"This server has no working Internet connection: Multiple endpoints could not be reached. This means that some of the features like mounting external storage, notifications about updates or installation of third-party apps will not work. Accessing files remotely and sending of notification emails might not work, either. Establish a connection from this server to the Internet to enjoy all features." : "El servidor no cuenta con una conexión a Internet: No se pudieron alcanzar múltiples endpoints. Esto significa que algunas características como montar almacenamiento externo, notificaciones de actualizaciones o instalación de aplicaciones de 3ros no funcionarán correctamente. Acceder archivos de forma remota y el envío de de notificaciones por correo electrónico puede que no funcionen tampoco. Establece una conexión desde este servidor a Internet para aprovechar todas las funcionalidades.",
- "No memory cache has been configured. To enhance performance, please configure a memcache, if available. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "No se ha configurado el caché de memoria. Para mejorar el desempeño, por favor configura un memcahce, si está disponible. Puedes encontrar más información en la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentación</a>.",
- "You are currently running PHP {version}. Upgrade your PHP version to take advantage of <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">performance and security updates provided by the PHP Group</a> as soon as your distribution supports it." : "Estás ejecutando PHP {version}. Actualiza tu versión de PHP para aprovechar las <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">actualizaciones de desempeño y seguridad proporcionadas por el Grupo PHP</a> tan pronto como tu distribución lo soporte. ",
- "The reverse proxy header configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If not, this is a security issue and can allow an attacker to spoof their IP address as visible to the Nextcloud. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "La configuración de los encabezados del proxy inverso es incorrecta, o estás accediendo a Nextcloud desde un proxy de confianza. Si no es el caso, se trata de un tema de seguridad y le puede permitir a un atacante hacer su dirección IP apócrifa visible para Nextcloud. Puedes encontar más infomración en nuestra <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentación</a>.",
- "Memcached is configured as distributed cache, but the wrong PHP module \"memcache\" is installed. \\OC\\Memcache\\Memcached only supports \"memcached\" and not \"memcache\". See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">memcached wiki about both modules</a>." : "Memecahced está configurado como un cache distribuido, pero un módulo equivocado de \"memcache\" está instalado. \\OC\\Memcache\\Memcached sólo soporta \"memcached\". Consulta <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">el wiki de memcached en relación a ambos módulos</a>.",
- "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">List of invalid files…</a> / <a href=\"{rescanEndpoint}\">Rescan…</a>)" : "Algunos archivos no pasaron la verificación de integridad. Puedes encontrar más información de cómo resolver este problema en la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentación</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">Lista de archivos inválidos...</a>/<a href=\"{rescanEndpoint}\">Volver a verificar...</a>)",
- "The PHP OPcache is not properly configured. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance it is recommended</a> to use the following settings in the <code>php.ini</code>:" : "El OPcache de PHP no está configurado correctamente. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Para un mejor desempeño se recomienda</a> usar las sigueintes configuraciones en el archivo <code>php.ini</code>:",
"The PHP function \"set_time_limit\" is not available. This could result in scripts being halted mid-execution, breaking your installation. Enabling this function is strongly recommended." : "La función de PHP \"set_time_limit\" no está disponible. Esto podría generar que la ejecución de scripts se detenga, rompiendo su instalación. Se recomienda ámpliamente habilitar esta función. ",
"SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend." : "Actualmente estás usando SQLite como el backend de base de datos. Para instalaciones más grandes te recomendamos cambiar a un backend de base de datos diferente.",
"This is particularly recommended when using the desktop client for file synchronisation." : "Esto es particularmente recomendado cuando se usa el cliente de escritorio para sincronización de archivos. ",
@@ -64,13 +49,6 @@
"Your data directory and files are probably accessible from the Internet. The .htaccess file is not working. It is strongly recommended that you configure your web server so that the data directory is no longer accessible, or move the data directory outside the web server document root." : "Probablemente tu directorio de datos y archivos sean accesibles desde Internet. El archivo .htaccess no está funcionando. Se recomienda ampliamente que configures tu servidor web para que el directorio de datos no sea accesible, o bien, que muevas el directorio de datos fuera del directorio raíz del servidor web.",
"The \"{header}\" HTTP header is not set to \"{expected}\". This is a potential security or privacy risk, as it is recommended to adjust this setting accordingly." : "El encabezado HTTP \"{header}\" está establecido a \"{expected}\". Esto representa un riesgo potencial de seguridad o privacidad, y que se recomienda ajustar esta configuración. ",
"The \"{header}\" HTTP header is not set to \"{expected}\". Some features might not work correctly, as it is recommended to adjust this setting accordingly." : "El encabezado HTTP \"{header}\" no está establecido a \"{expected}\". Puede que lgunas características no funcionen correctamente, y se recomienda ajustar esta confirguración. ",
- "Non-existing tag #{tag}" : "Etiqueta #{tag} no-existente",
- "restricted" : "restringido",
- "invisible" : "invisible",
- "Delete" : "Borrar",
- "Rename" : "Renombrar",
- "Collaborative tags" : "Etiquetas colaborativas",
- "No tags found" : "No se encontraron etiquetas",
"unknown text" : "texto desconocido",
"Hello world!" : "¡Hola mundo!",
"sunny" : "soleado",
@@ -85,29 +63,26 @@
"Please reload the page." : "Por favor vuelve a cargar la página.",
"The update was unsuccessful. For more information <a href=\"{url}\">check our forum post</a> covering this issue." : "La actualización no fue exitosa. Para más información <a href=\"{url}\">consulta nuestro comentario en el foro </a> que cubre este tema. ",
"The update was unsuccessful. Please report this issue to the <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">Nextcloud community</a>." : "La actualización no fue exitosa. Por favor reporta este tema a la <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">Comunidad Nextcloud</a>.",
- "Continue to Nextcloud" : "Continuar a Nextcloud",
- "_The update was successful. Redirecting you to Nextcloud in %n second._::_The update was successful. Redirecting you to Nextcloud in %n seconds._" : ["La actualización fue exitosa. Lo estamos redireccionando a Nextcloud en %n segundo. ","La actualización fue exitosa. Te redireccionaremos a Nextcloud en %n segundos."],
- "Searching other places" : "Buscando en otras ubicaciones",
- "No search results in other folders for {tag}{filter}{endtag}" : "No hay resultados para la búsqueda {tag}{filter}{endtag} en otras carpetas",
- "_{count} search result in another folder_::_{count} search results in other folders_" : ["{count} resultado de la búsqueda en otra carpeta","{count} resultados de la búsqueda en otras carpetas"],
+ "Log in" : "Ingresar",
+ "Logging in …" : "Iniciando sesión ...",
"Server side authentication failed!" : "¡Falló la autenticación del lado del servidor!",
"Please contact your administrator." : "Por favor contacta al administrador.",
"An internal error occurred." : "Se presentó un error interno.",
"Please try again or contact your administrator." : "Por favor vuelve a intentarlo o contacta a tu adminsitrador. ",
"Username or email" : "Usuario o correo electrónico",
"Password" : "Contraseña",
- "Log in" : "Ingresar",
- "Logging in …" : "Iniciando sesión ...",
"Wrong username or password." : "Usuario o contraseña equivocado. ",
"User disabled" : "Usuario deshabilitado",
"Reset password" : "Restablecer contraseña",
"Couldn't send reset email. Please contact your administrator." : "No fue posible enviar el correo de restauración. Por favor contacta a tu adminsitrador. ",
- "Password can not be changed. Please contact your administrator." : "Las contraseñas no se pueden cambiar. Por favor contacta a tu adminstrador",
"New password" : "Nueva contraseña",
"I know what I'm doing" : "Sé lo que estoy haciendo",
"Cancel" : "Cancelar",
"Forgot password?" : "¿Olvidaste tu contraseña?",
- "Settings" : "Configuraciones ",
+ "Back" : "Atrás",
+ "Reset search" : "Reestablecer búsqueda",
+ "Search" : "Buscar",
+ "Settings" : "Ajustes",
"Search contacts …" : "Buscar contactos ...",
"No contacts found" : "No se encontraron contactos",
"Show all contacts …" : "Mostrar todos los contactos ...",
@@ -135,7 +110,7 @@
"One file conflict" : "Un conflicto en el archivo",
"New Files" : "Archivos Nuevos",
"Already existing files" : "Archivos ya existentes",
- "Which files do you want to keep?" : "¿Cuales archivos deseas mantener?",
+ "Which files do you want to keep?" : "¿Cuáles archivos deseas mantener?",
"If you select both versions, the copied file will have a number added to its name." : "Si seleccionas ambas versiones, se le agregará un número al nombre del archivo copiado.",
"Continue" : "Continuar",
"(all selected)" : "(todos seleccionados)",
@@ -159,6 +134,13 @@
"Strong password" : "Contraseña fuerte",
"No action available" : "No hay acciones disponibles",
"Error fetching contact actions" : "Se presentó un error al traer las acciónes de contatos",
+ "Non-existing tag #{tag}" : "Etiqueta #{tag} no-existente",
+ "restricted" : "restringido",
+ "invisible" : "invisible",
+ "Delete" : "Borrar",
+ "Rename" : "Renombrar",
+ "Collaborative tags" : "Etiquetas colaborativas",
+ "No tags found" : "No se encontraron etiquetas",
"Personal" : "Personal",
"Users" : "Usuarios",
"Apps" : "Aplicaciones",
@@ -205,8 +187,6 @@
"This application requires JavaScript for correct operation. Please {linkstart}enable JavaScript{linkend} and reload the page." : "Esta aplicación requiere de JavaScript para su correcta operación. Por favor {linkstart}habilita JavaScript{linkend} y vuelve a cargar la página. ",
"More apps" : "Más aplicaciones",
"More" : "Más",
- "Search" : "Buscar",
- "Reset search" : "Reestablecer búsqueda",
"Contacts" : "Contactos",
"Confirm your password" : "Confirma tu contraseña",
"App token" : "Ficha de la aplicación",
@@ -222,7 +202,6 @@
"Access through untrusted domain" : "Accesa a través de un dominio no de confianza",
"Please contact your administrator. If you are an administrator, edit the \"trusted_domains\" setting in config/config.php like the example in config.sample.php." : "Por favor contacta a tu adminsitrador. Si tu eres un administrador, edita la propiedad \"trusted_domains\" en el archivo config/config.php como en el ejemplo config.sample.php.",
"App update required" : "Se requiere una actualización de la aplicación",
- "These apps will be updated:" : "Las siguientes apllicaciones se actualizarán:",
"These incompatible apps will be disabled:" : "Las siguientes aplicaciones incompatibles serán deshabilitadas:",
"The theme %s has been disabled." : "El tema %s ha sido deshabilitado. ",
"Please make sure that the database, the config folder and the data folder have been backed up before proceeding." : "Por favor asegurarte de que la base de datos, la carpeta de configuración y las carpetas de datos hayan sido respaldadas antes de continuar. ",
@@ -236,71 +215,27 @@
"Upgrade via web on my own risk" : "Actualizar vía Web bajo mi propio riesgo",
"This %s instance is currently in maintenance mode, which may take a while." : "Esta instancia %s se encuentra actualmente en modo mantenimiento, que podría tomar algo de tiempo. ",
"Contact your system administrator if this message persists or appeared unexpectedly." : "Contacta a tu administrador del sistema si este mensaje persiste o se presentó de manera inesperada.",
- "Could not send reset email because there is no email address for this username. Please contact your administrator." : "No fue posible enviar el correo electrónico para restablecer porque no hay una dirección de correo electrónico para este usuario. Por favor contacta a tu adminsitrador. ",
- "Couldn't send reset email. Please make sure your username is correct." : "No fue posible restablecer el correo electrónico. Por favor asegurarte de que tu nombre de usuario sea correcto. ",
- "Your files are encrypted. There will be no way to get your data back after your password is reset.<br />If you are not sure what to do, please contact your administrator before you continue. <br />Do you really want to continue?" : "Tus archivos están encriptados. No habrá manera de recuperar tus datos una vez que restablezca tu contraseña. <br />Si no estás seguro de qué hacer, por favor contacta a tu administrador antes de continuar. <br />¿Realmente deseas continuar?",
- "Sending email …" : "Enviando correo electrónico ...",
- "You are currently running PHP 5.6. The current major version of Nextcloud is the last that is supported on PHP 5.6. It is recommended to upgrade the PHP version to 7.0+ to be able to upgrade to Nextcloud 14." : "Actualmente estás corriendo PHP 5.6. La versión principal actual de Nextcloud es la última que será soportada en PHPH 5.6. Te recomendamos actualizar la versión de PHP a la 7.0+ para que puedas actualizar a Nextcloud 14.",
- "Shared" : "Compartido",
- "Shared with" : "Compartido con",
- "Shared by" : "Compartido por",
- "Choose a password for the public link" : "Seleccione una contraseña para la liga pública",
- "Choose a password for the public link or press the \"Enter\" key" : "Elige una contraseña para la liga pública o presiona la tecla \"Intro\"",
- "Copied!" : "¡Copiado!",
- "Copy link" : "Copiar liga",
- "Not supported!" : "¡No está soportado!",
- "Press ⌘-C to copy." : "Presiona ⌘-C para copiar.",
- "Press Ctrl-C to copy." : "Presiona Ctrl-C para copiar.",
- "Resharing is not allowed" : "No se permite volver a compartir",
- "Link" : "Liga",
- "Password protect" : "Proteger con contraseña",
- "Allow editing" : "Permitir editar",
- "Email link to person" : "Enviar la liga por correo electrónico a una persona",
- "Send" : "Enviar",
- "Allow upload and editing" : "Permitir carga y edición",
- "Read only" : "Sólo lectura",
- "File drop (upload only)" : "Permitir carga",
- "Set expiration date" : "Selecciona la vigencia de tu archivo",
- "Expiration" : "Expiración",
- "Expiration date" : "Fecha de expiración",
- "Unshare" : "Dejar de compartir",
- "Share to {name}" : "Compartir con {name}",
- "Share link" : "Compartir liga",
- "Could not unshare" : "No fue posible dejar de compartir",
- "Shared with you and the group {group} by {owner}" : "Compartido contigo y el grupo {group} por {owner}",
- "Shared with you by {owner}" : "Compartido contigo por {owner}",
- "Choose a password for the mail share" : "Elige una contraseña para el elemento compartido por correo",
- "group" : "grupo",
- "remote" : "remoto",
- "email" : "correo electrónico",
- "shared by {sharer}" : "compartido por {sharer}",
- "Can reshare" : "Puede volver a compartir",
- "Can edit" : "Puede editar",
- "Can create" : "Puede crear",
- "Can change" : "Puede cambiar",
- "Can delete" : "Puede borrar",
- "Access control" : "Control de acceso",
- "Error while sharing" : "Se presentó un error al compartir",
- "Share details could not be loaded for this item." : "Los detalles del recurso compartido no se pudieron cargar para este elemento. ",
- "_At least {count} character is needed for autocompletion_::_At least {count} characters are needed for autocompletion_" : ["Se requiere de la menos {count} caracter para el auto completar","Se requieren de la menos {count} caracteres para el auto completar"],
- "This list is maybe truncated - please refine your search term to see more results." : "Esta lista puede estar truncada - por favor refina tus términos de búsqueda para poder ver más resultados. ",
- "No users or groups found for {search}" : "No se encontraron usuarios o gurpos para {search}",
- "No users found for {search}" : "No se encontraron usuarios para {search}",
- "An error occurred. Please try again" : "Se presentó un error. Por favor vuelve a intentarlo",
- "Home" : "Inicio",
- "Work" : "Trabajo",
- "Other" : "Otro",
- "{sharee} ({type}, {owner})" : "{sharee} ({type}, {owner})",
- "Share" : "Compartir",
- "Name or email address..." : "Nombre o dirección de correo electrónico",
- "Name or federated cloud ID..." : "Nombre...",
- "Name, federated cloud ID or email address..." : "Nombre o dirección de correo electrónico...",
- "Name..." : "Nombre...",
- "Error removing share" : "Se presentó un error al dejar de compartir",
- "({scope})" : "({scope})",
- "Saving..." : "Guardando...",
- "Dismiss" : "Descartar",
- "New Password" : "Nueva Contraseña",
- "Cancel log in" : "Cancelar inicio de sesión"
+ "Checking whether the database schema can be updated (this can take a long time depending on the database size)" : "Verificando si el archivo del esquema de base de datos puede ser actualizado (esto puedo tomar mucho tiempo dependiendo del tamaño de la base de datos)",
+ "Checked database schema update" : "Actualización del esquema de base de datos verificada",
+ "Checking updates of apps" : "Verificando actualizaciones para aplicaciones",
+ "Checking for update of app \"%s\" in appstore" : "Verificando actualizaciones para la aplicacion \"%s\" en la appstore",
+ "Update app \"%s\" from appstore" : "Actualizar la aplicación \"%s\" desde la appstore",
+ "Checked for update of app \"%s\" in appstore" : "Se verificaron actualizaciones para la aplicación \"%s\" en la appstore",
+ "Checked database schema update for apps" : "Se verificó la actualización del esquema de la base de datos para las aplicaciones",
+ "Following apps have been disabled: %s" : "Las siguientes aplicaciones han sido deshabilitadas: %s",
+ "Your web server is not properly set up to resolve \"{url}\". Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Tu servidor web no está correctamente configurado para resolver \"{url}\". Puedes encontrar más información al respecto en la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentación</a>.",
+ "No memory cache has been configured. To enhance performance, please configure a memcache, if available. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "No se ha configurado el caché de memoria. Para mejorar el desempeño, por favor configura un memcahce, si está disponible. Puedes encontrar más información en la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentación</a>.",
+ "You are currently running PHP {version}. Upgrade your PHP version to take advantage of <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">performance and security updates provided by the PHP Group</a> as soon as your distribution supports it." : "Estás ejecutando PHP {version}. Actualiza tu versión de PHP para aprovechar las <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">actualizaciones de desempeño y seguridad proporcionadas por el Grupo PHP</a> tan pronto como tu distribución lo soporte. ",
+ "The reverse proxy header configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If not, this is a security issue and can allow an attacker to spoof their IP address as visible to the Nextcloud. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "La configuración de los encabezados del proxy inverso es incorrecta, o estás accediendo a Nextcloud desde un proxy de confianza. Si no es el caso, se trata de un tema de seguridad y le puede permitir a un atacante hacer su dirección IP apócrifa visible para Nextcloud. Puedes encontar más infomración en nuestra <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentación</a>.",
+ "Memcached is configured as distributed cache, but the wrong PHP module \"memcache\" is installed. \\OC\\Memcache\\Memcached only supports \"memcached\" and not \"memcache\". See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">memcached wiki about both modules</a>." : "Memecahced está configurado como un cache distribuido, pero un módulo equivocado de \"memcache\" está instalado. \\OC\\Memcache\\Memcached sólo soporta \"memcached\". Consulta <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">el wiki de memcached en relación a ambos módulos</a>.",
+ "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">List of invalid files…</a> / <a href=\"{rescanEndpoint}\">Rescan…</a>)" : "Algunos archivos no pasaron la verificación de integridad. Puedes encontrar más información de cómo resolver este problema en la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentación</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">Lista de archivos inválidos...</a>/<a href=\"{rescanEndpoint}\">Volver a verificar...</a>)",
+ "The PHP OPcache is not properly configured. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance it is recommended</a> to use the following settings in the <code>php.ini</code>:" : "El OPcache de PHP no está configurado correctamente. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Para un mejor desempeño se recomienda</a> usar las sigueintes configuraciones en el archivo <code>php.ini</code>:",
+ "Continue to Nextcloud" : "Continuar a Nextcloud",
+ "_The update was successful. Redirecting you to Nextcloud in %n second._::_The update was successful. Redirecting you to Nextcloud in %n seconds._" : ["La actualización fue exitosa. Lo estamos redireccionando a Nextcloud en %n segundo. ","La actualización fue exitosa. Te redireccionaremos a Nextcloud en %n segundos."],
+ "Searching other places" : "Buscando en otras ubicaciones",
+ "No search results in other folders for {tag}{filter}{endtag}" : "No hay resultados para la búsqueda {tag}{filter}{endtag} en otras carpetas",
+ "_{count} search result in another folder_::_{count} search results in other folders_" : ["{count} resultado de la búsqueda en otra carpeta","{count} resultados de la búsqueda en otras carpetas"],
+ "Password can not be changed. Please contact your administrator." : "Las contraseñas no se pueden cambiar. Por favor contacta a tu adminstrador",
+ "These apps will be updated:" : "Las siguientes apllicaciones se actualizarán:"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
} \ No newline at end of file
diff --git a/core/l10n/es_AR.js b/core/l10n/es_AR.js
index c290809ed42..84837f34818 100644
--- a/core/l10n/es_AR.js
+++ b/core/l10n/es_AR.js
@@ -34,32 +34,17 @@ OC.L10N.register(
"Maintenance mode is kept active" : "El modo mantenimiento sigue activo",
"Updating database schema" : "Actualizando esquema de base de datos",
"Updated database" : "Base de datos actualizada",
- "Checking whether the database schema can be updated (this can take a long time depending on the database size)" : "Verificando si el archivo del esquema de base de datos puede ser actualizado (esto puedo tomar mucho tiempo dependiendo del tamaño de la base de datos)",
- "Checked database schema update" : "Actualización del esquema de base de datos verificada",
- "Checking updates of apps" : "Verificando actualizaciónes para aplicaciones",
- "Checking for update of app \"%s\" in appstore" : "Verificando actualizaciones para la aplicacion \"%s\" en la appstore",
- "Update app \"%s\" from appstore" : "Actualizar la aplicación \"%s\" desde la appstore",
- "Checked for update of app \"%s\" in appstore" : "Se verificaron actualizaciones para la aplicación \"%s\" en la appstore",
"Checking whether the database schema for %s can be updated (this can take a long time depending on the database size)" : "Verificando si el esquema de la base de datos para %s puede ser actualizado (esto puede tomar mucho tiempo dependiendo del tamaño de la base de datos)",
- "Checked database schema update for apps" : "Se verificó la actualización del esquema de la base de datos para las aplicaciones",
"Set log level to debug" : "Establecer nivel de bitacora a depurar",
"Reset log level" : "Restablecer nivel de bitácora",
"Starting code integrity check" : "Comenzando verificación de integridad del código",
"Finished code integrity check" : "Verificación de integridad del código terminó",
"%s (incompatible)" : "%s (incompatible)",
- "Following apps have been disabled: %s" : "Las siguientes aplicaciones han sido deshabilitadas: %s",
"Already up to date" : "Ya está actualizado",
"Your database does not run with \"READ COMMITTED\" transaction isolation level. This can cause problems when multiple actions are executed in parallel." : "Su base de datos no puede correr con el nivel de aislamiento de transacción de \"READ COMMITTED\". Puede causar problemas cuando mútiples acciones sean ejecutadas en paralelo.",
"SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend." : "Actualmente está usando SQLite como el backend de base de datos. Para instalaciones más grandes le recomendamos cambiar a un backend de base de datos diferente.",
"This is particularly recommended when using the desktop client for file synchronisation." : "Esto es particularmente recomendado cuando se usa el cliente de escritorio para sincronización de archivos. ",
"Error occurred while checking server setup" : "Se presentó un error al verificar la configuración del servidor",
- "Non-existing tag #{tag}" : "Etiqueta #{tag} no-existente",
- "restricted" : "restringido",
- "invisible" : "invisible",
- "Delete" : "Borrar",
- "Rename" : "Renombrar",
- "Collaborative tags" : "Etiquetas colaborativas",
- "No tags found" : "No se encontraron etiquetas",
"unknown text" : "texto desconocido",
"Hello world!" : "¡Hola mundo!",
"sunny" : "soleado",
@@ -74,36 +59,30 @@ OC.L10N.register(
"Please reload the page." : "Favor de volver a cargar la página.",
"The update was unsuccessful. For more information <a href=\"{url}\">check our forum post</a> covering this issue." : "La actualización no fue exitosa. Para más información <a href=\"{url}\">consulte nuestro comentario en el foro </a> que cubre este tema. ",
"The update was unsuccessful. Please report this issue to the <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">Nextcloud community</a>." : "La actualización no fue exitosa. Favor de reportar este tema a la <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">Comunidad Nextcloud</a>.",
- "Continue to Nextcloud" : "Continuar a Nextcloud",
- "_The update was successful. Redirecting you to Nextcloud in %n second._::_The update was successful. Redirecting you to Nextcloud in %n seconds._" : ["La actualización fue exitosa. Lo estamos redireccionando a Nextcloud en %n segundo. ","La actualización fue exitosa. Lo estamos redireccionando a Nextcloud en %n segundos."],
- "Searching other places" : "Buscando en otras ubicaciones",
- "No search results in other folders for {tag}{filter}{endtag}" : "No hay resultados para la búsqueda en otras carpetas para {tag}{filter}{endtag}",
- "_{count} search result in another folder_::_{count} search results in other folders_" : ["{count} resultado de la búsqueda en otra carpeta","{count} resultados de la búsqueda en otras carpetas"],
+ "Log in" : "Ingresar",
+ "Logging in …" : "Ingresando ...",
"Server side authentication failed!" : "¡Falló la autenticación del lado del servidor!",
"Please contact your administrator." : "Favor de contactar al administrador.",
"An internal error occurred." : "Se presentó un error interno.",
"Please try again or contact your administrator." : "Favor de volver a intentarlo o contacte a su adminsitrador. ",
"Username or email" : "Nombre de usuario o contraseña",
"Password" : "Contraseña",
- "Log in" : "Ingresar",
- "Logging in …" : "Ingresando ...",
"Wrong username or password." : "Nombre de usuario o contraseña equivocado. ",
"User disabled" : "Usuario deshabilitado",
"Reset password" : "Restablecer contraseña",
"Couldn't send reset email. Please contact your administrator." : "No fue posible enviar el correo de restauración. Favor de contactar a su adminsitrador. ",
- "Password can not be changed. Please contact your administrator." : "Las contraseñas no se pueden cambiar. Favor de contactar a su adminstrador",
"Back to login" : "Volver para iniciar sesión",
"New password" : "Nueva contraseña",
"I know what I'm doing" : "Sé lo que estoy haciendo",
"Resetting password" : "Restableciendo contraseña",
"Recommended apps" : "Apps recomendadas",
"Loading apps …" : "Cargando apps ...",
- "Nextcloud {app}" : "Nextcloud {app}",
"App download or installation failed" : "App descargada o instalación fallida",
- "Can't install this app because it is not compatible" : "No se puede instalar esta app porque no es compatible",
- "Can't install this app" : "No se puede instalar esta app",
"Cancel" : "Cancelar",
"Forgot password?" : "¿Contraseña olvidada?",
+ "Back" : "Atrás",
+ "Reset search" : "Restablecer búsqueda",
+ "Search" : "Buscar",
"Settings" : "Configuraciones ",
"Could not load your contacts" : "No se pudieron cargar tus contactos",
"Search contacts …" : "Buscar contactos ...",
@@ -135,7 +114,7 @@ OC.L10N.register(
"One file conflict" : "Un conflicto en el archivo",
"New Files" : "Archivos Nuevos",
"Already existing files" : "Archivos ya existentes",
- "Which files do you want to keep?" : "¿Cuales archivos desea mantener?",
+ "Which files do you want to keep?" : "¿Cuáles archivos deseas mantener?",
"If you select both versions, the copied file will have a number added to its name." : "Si selecciona ambas versiones, se le agregará un número al nombre del archivo copiado.",
"Continue" : "Continuar",
"(all selected)" : "(todos seleccionados)",
@@ -164,6 +143,13 @@ OC.L10N.register(
"Strong password" : "Contraseña fuerte",
"No action available" : "No hay acciones disponibles",
"Error fetching contact actions" : "Se presentó un error al traer las acciónes de contatos",
+ "Non-existing tag #{tag}" : "Etiqueta #{tag} no-existente",
+ "restricted" : "restringido",
+ "invisible" : "invisible",
+ "Delete" : "Borrar",
+ "Rename" : "Renombrar",
+ "Collaborative tags" : "Etiquetas colaborativas",
+ "No tags found" : "No se encontraron etiquetas",
"Personal" : "Personal",
"Users" : "Usuarios",
"Apps" : "Aplicaciones",
@@ -214,8 +200,6 @@ OC.L10N.register(
"More apps" : "Más aplicaciones",
"More" : "Más",
"More apps menu" : "Más menú de apps",
- "Search" : "Buscar",
- "Reset search" : "Restablecer búsqueda",
"Contacts" : "Contactos",
"Contacts menu" : "Menú de contactos",
"Settings menu" : "Menú de configuración",
@@ -232,7 +216,6 @@ OC.L10N.register(
"Use backup code" : "Usar código de respaldo",
"Error while validating your second factor" : "Se presentó un error al validar su segundo factor",
"App update required" : "Se requiere una actualización de la aplicación",
- "These apps will be updated:" : "Las siguientes apllicaciones se actualizarán:",
"These incompatible apps will be disabled:" : "Las siguientes aplicaciones incompatibles serán deshabilitadas:",
"The theme %s has been disabled." : "El tema %s ha sido deshabilitado. ",
"Please make sure that the database, the config folder and the data folder have been backed up before proceeding." : "Favor de asegurarse que la base de datos, la carpeta de configuración y las carpetas de datos hayan sido respaldadas antes de continuar. ",
@@ -245,70 +228,23 @@ OC.L10N.register(
"Upgrade via web on my own risk" : "Actualizar vía Web bajo mi propio riesgo",
"This %s instance is currently in maintenance mode, which may take a while." : "Esta instancia %s se encuentra actualmente en modo mantenimiento, que podría tomar algo de tiempo. ",
"Contact your system administrator if this message persists or appeared unexpectedly." : "Contacte a su administrador del sistema si este mensaje persiste o se presentó de manera inesperada.",
- "Could not send reset email because there is no email address for this username. Please contact your administrator." : "No fue posible enviar el correo electrónico para restablecer porque no hay una dirección de correo electrónico para este usuario. Favor de contactar a su adminsitrador. ",
- "Couldn't send reset email. Please make sure your username is correct." : "No fue posible restablecer el correo electrónico. Favor de asegurarse que su nombre de usuario sea correcto. ",
- "Your files are encrypted. There will be no way to get your data back after your password is reset.<br />If you are not sure what to do, please contact your administrator before you continue. <br />Do you really want to continue?" : "Sus archivos están encriptados. No habrá manera de recuperar sus datos una vez que restablezca su contraseña. <br />Si no está seguro de qué hacer, favor de contactar a su administrador antes de continuar. <br />¿Realmente desea continuar?",
- "Shared" : "Compartido",
- "Shared by" : "Compartido por",
- "Choose a password for the public link" : "Seleccione una contraseña para el link público",
- "Choose a password for the public link or press the \"Enter\" key" : "Favor de elegir una contraseña para el link público o presione \"Intro\"",
- "Copied!" : "¡Copiado!",
- "Copy link" : "Copiar enlace",
- "Not supported!" : "¡No está soportado!",
- "Press ⌘-C to copy." : "Presione ⌘-C para copiar.",
- "Press Ctrl-C to copy." : "Presione Ctrl-C para copiar.",
- "Resharing is not allowed" : "No se permite volver a compartir",
- "Link" : "Link",
- "Hide download" : "Ocultar descarga",
- "Password protect" : "Proteger con contraseña",
- "Allow editing" : "Permitir editar",
- "Email link to person" : "Enviar el link por correo electrónico a una persona",
- "Send" : "Enviar",
- "Allow upload and editing" : "Permitir cargar y editar",
- "Read only" : "Solo lectura",
- "File drop (upload only)" : "Soltar archivo (solo para carga)",
- "Set expiration date" : "Establecer la fecha de expiración",
- "Expiration" : "Expiración",
- "Expiration date" : "Fecha de expiración",
- "Note to recipient" : "Nota al destinatario",
- "Unshare" : "Dejar de compartir",
- "Share to {name}" : "Compartir con {name}",
- "Share link" : "Compartir link",
- "Could not unshare" : "No fue posible dejar de compartir",
- "Shared with you and the group {group} by {owner}" : "Compartido con usted y el grupo {group} por {owner}",
- "Shared with you by {owner}" : "Compartido con usted por {owner}",
- "Choose a password for the mail share" : "Establecer una contraseña para el elemento compartido por correo",
- "group" : "grupo",
- "remote" : "remoto",
- "email" : "correo electrónico",
- "shared by {sharer}" : "compartido por {sharer}",
- "Can reshare" : "Puede volver a compartir",
- "Can edit" : "Puede editar",
- "Can create" : "Puede crear",
- "Can change" : "Puede cambiar",
- "Can delete" : "Puede borrar",
- "Access control" : "Control de acceso",
- "Error while sharing" : "Se presentó un error al compartir",
- "Share details could not be loaded for this item." : "Los detalles del recurso compartido no se pudieron cargar para este elemento. ",
- "_At least {count} character is needed for autocompletion_::_At least {count} characters are needed for autocompletion_" : ["Se requiere de la menos {count} caracter para el auto completar","Se requieren de la menos {count} caracteres para el auto completar"],
- "This list is maybe truncated - please refine your search term to see more results." : "Esta lista puede estar truncada - favor de refinar sus términos de búsqueda para poder ver más resultados. ",
- "No users or groups found for {search}" : "No se encontraron usuarios o gurpos para {search}",
- "No users found for {search}" : "No se encontraron usuarios para {search}",
- "An error occurred. Please try again" : "Se presentó un error. Favor de volver a intentar",
- "Home" : "Casa",
- "Work" : "Trabajo",
- "Other" : "Otro",
- "{sharee} ({type}, {owner})" : "{sharee} ({type}, {owner})",
- "Share" : "Compartir",
- "Name or email address..." : "Nombre o dirección de correo electrónico",
- "Name or federated cloud ID..." : "Nombre o ID de nube federada...",
- "Name, federated cloud ID or email address..." : "Nombre, ID de nube federada o dirección de correo electrónico...",
- "Name..." : "Nombre...",
- "Error removing share" : "Se presentó un error al dejar de compartir",
- "({scope})" : "({scope})",
- "Saving..." : "Guardando...",
- "Dismiss" : "Descartar",
- "New Password" : "Nueva Contraseña",
- "Cancel log in" : "Cancelar inicio de sesión"
+ "Checking whether the database schema can be updated (this can take a long time depending on the database size)" : "Verificando si el archivo del esquema de base de datos puede ser actualizado (esto puedo tomar mucho tiempo dependiendo del tamaño de la base de datos)",
+ "Checked database schema update" : "Actualización del esquema de base de datos verificada",
+ "Checking updates of apps" : "Verificando actualizaciónes para aplicaciones",
+ "Checking for update of app \"%s\" in appstore" : "Verificando actualizaciones para la aplicacion \"%s\" en la appstore",
+ "Update app \"%s\" from appstore" : "Actualizar la aplicación \"%s\" desde la appstore",
+ "Checked for update of app \"%s\" in appstore" : "Se verificaron actualizaciones para la aplicación \"%s\" en la appstore",
+ "Checked database schema update for apps" : "Se verificó la actualización del esquema de la base de datos para las aplicaciones",
+ "Following apps have been disabled: %s" : "Las siguientes aplicaciones han sido deshabilitadas: %s",
+ "Continue to Nextcloud" : "Continuar a Nextcloud",
+ "_The update was successful. Redirecting you to Nextcloud in %n second._::_The update was successful. Redirecting you to Nextcloud in %n seconds._" : ["La actualización fue exitosa. Lo estamos redireccionando a Nextcloud en %n segundo. ","La actualización fue exitosa. Lo estamos redireccionando a Nextcloud en %n segundos."],
+ "Searching other places" : "Buscando en otras ubicaciones",
+ "No search results in other folders for {tag}{filter}{endtag}" : "No hay resultados para la búsqueda en otras carpetas para {tag}{filter}{endtag}",
+ "_{count} search result in another folder_::_{count} search results in other folders_" : ["{count} resultado de la búsqueda en otra carpeta","{count} resultados de la búsqueda en otras carpetas"],
+ "Password can not be changed. Please contact your administrator." : "Las contraseñas no se pueden cambiar. Favor de contactar a su adminstrador",
+ "Nextcloud {app}" : "Nextcloud {app}",
+ "Can't install this app because it is not compatible" : "No se puede instalar esta app porque no es compatible",
+ "Can't install this app" : "No se puede instalar esta app",
+ "These apps will be updated:" : "Las siguientes apllicaciones se actualizarán:"
},
"nplurals=2; plural=(n != 1);");
diff --git a/core/l10n/es_AR.json b/core/l10n/es_AR.json
index e00b122adb0..b7bb4898b5f 100644
--- a/core/l10n/es_AR.json
+++ b/core/l10n/es_AR.json
@@ -32,32 +32,17 @@
"Maintenance mode is kept active" : "El modo mantenimiento sigue activo",
"Updating database schema" : "Actualizando esquema de base de datos",
"Updated database" : "Base de datos actualizada",
- "Checking whether the database schema can be updated (this can take a long time depending on the database size)" : "Verificando si el archivo del esquema de base de datos puede ser actualizado (esto puedo tomar mucho tiempo dependiendo del tamaño de la base de datos)",
- "Checked database schema update" : "Actualización del esquema de base de datos verificada",
- "Checking updates of apps" : "Verificando actualizaciónes para aplicaciones",
- "Checking for update of app \"%s\" in appstore" : "Verificando actualizaciones para la aplicacion \"%s\" en la appstore",
- "Update app \"%s\" from appstore" : "Actualizar la aplicación \"%s\" desde la appstore",
- "Checked for update of app \"%s\" in appstore" : "Se verificaron actualizaciones para la aplicación \"%s\" en la appstore",
"Checking whether the database schema for %s can be updated (this can take a long time depending on the database size)" : "Verificando si el esquema de la base de datos para %s puede ser actualizado (esto puede tomar mucho tiempo dependiendo del tamaño de la base de datos)",
- "Checked database schema update for apps" : "Se verificó la actualización del esquema de la base de datos para las aplicaciones",
"Set log level to debug" : "Establecer nivel de bitacora a depurar",
"Reset log level" : "Restablecer nivel de bitácora",
"Starting code integrity check" : "Comenzando verificación de integridad del código",
"Finished code integrity check" : "Verificación de integridad del código terminó",
"%s (incompatible)" : "%s (incompatible)",
- "Following apps have been disabled: %s" : "Las siguientes aplicaciones han sido deshabilitadas: %s",
"Already up to date" : "Ya está actualizado",
"Your database does not run with \"READ COMMITTED\" transaction isolation level. This can cause problems when multiple actions are executed in parallel." : "Su base de datos no puede correr con el nivel de aislamiento de transacción de \"READ COMMITTED\". Puede causar problemas cuando mútiples acciones sean ejecutadas en paralelo.",
"SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend." : "Actualmente está usando SQLite como el backend de base de datos. Para instalaciones más grandes le recomendamos cambiar a un backend de base de datos diferente.",
"This is particularly recommended when using the desktop client for file synchronisation." : "Esto es particularmente recomendado cuando se usa el cliente de escritorio para sincronización de archivos. ",
"Error occurred while checking server setup" : "Se presentó un error al verificar la configuración del servidor",
- "Non-existing tag #{tag}" : "Etiqueta #{tag} no-existente",
- "restricted" : "restringido",
- "invisible" : "invisible",
- "Delete" : "Borrar",
- "Rename" : "Renombrar",
- "Collaborative tags" : "Etiquetas colaborativas",
- "No tags found" : "No se encontraron etiquetas",
"unknown text" : "texto desconocido",
"Hello world!" : "¡Hola mundo!",
"sunny" : "soleado",
@@ -72,36 +57,30 @@
"Please reload the page." : "Favor de volver a cargar la página.",
"The update was unsuccessful. For more information <a href=\"{url}\">check our forum post</a> covering this issue." : "La actualización no fue exitosa. Para más información <a href=\"{url}\">consulte nuestro comentario en el foro </a> que cubre este tema. ",
"The update was unsuccessful. Please report this issue to the <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">Nextcloud community</a>." : "La actualización no fue exitosa. Favor de reportar este tema a la <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">Comunidad Nextcloud</a>.",
- "Continue to Nextcloud" : "Continuar a Nextcloud",
- "_The update was successful. Redirecting you to Nextcloud in %n second._::_The update was successful. Redirecting you to Nextcloud in %n seconds._" : ["La actualización fue exitosa. Lo estamos redireccionando a Nextcloud en %n segundo. ","La actualización fue exitosa. Lo estamos redireccionando a Nextcloud en %n segundos."],
- "Searching other places" : "Buscando en otras ubicaciones",
- "No search results in other folders for {tag}{filter}{endtag}" : "No hay resultados para la búsqueda en otras carpetas para {tag}{filter}{endtag}",
- "_{count} search result in another folder_::_{count} search results in other folders_" : ["{count} resultado de la búsqueda en otra carpeta","{count} resultados de la búsqueda en otras carpetas"],
+ "Log in" : "Ingresar",
+ "Logging in …" : "Ingresando ...",
"Server side authentication failed!" : "¡Falló la autenticación del lado del servidor!",
"Please contact your administrator." : "Favor de contactar al administrador.",
"An internal error occurred." : "Se presentó un error interno.",
"Please try again or contact your administrator." : "Favor de volver a intentarlo o contacte a su adminsitrador. ",
"Username or email" : "Nombre de usuario o contraseña",
"Password" : "Contraseña",
- "Log in" : "Ingresar",
- "Logging in …" : "Ingresando ...",
"Wrong username or password." : "Nombre de usuario o contraseña equivocado. ",
"User disabled" : "Usuario deshabilitado",
"Reset password" : "Restablecer contraseña",
"Couldn't send reset email. Please contact your administrator." : "No fue posible enviar el correo de restauración. Favor de contactar a su adminsitrador. ",
- "Password can not be changed. Please contact your administrator." : "Las contraseñas no se pueden cambiar. Favor de contactar a su adminstrador",
"Back to login" : "Volver para iniciar sesión",
"New password" : "Nueva contraseña",
"I know what I'm doing" : "Sé lo que estoy haciendo",
"Resetting password" : "Restableciendo contraseña",
"Recommended apps" : "Apps recomendadas",
"Loading apps …" : "Cargando apps ...",
- "Nextcloud {app}" : "Nextcloud {app}",
"App download or installation failed" : "App descargada o instalación fallida",
- "Can't install this app because it is not compatible" : "No se puede instalar esta app porque no es compatible",
- "Can't install this app" : "No se puede instalar esta app",
"Cancel" : "Cancelar",
"Forgot password?" : "¿Contraseña olvidada?",
+ "Back" : "Atrás",
+ "Reset search" : "Restablecer búsqueda",
+ "Search" : "Buscar",
"Settings" : "Configuraciones ",
"Could not load your contacts" : "No se pudieron cargar tus contactos",
"Search contacts …" : "Buscar contactos ...",
@@ -133,7 +112,7 @@
"One file conflict" : "Un conflicto en el archivo",
"New Files" : "Archivos Nuevos",
"Already existing files" : "Archivos ya existentes",
- "Which files do you want to keep?" : "¿Cuales archivos desea mantener?",
+ "Which files do you want to keep?" : "¿Cuáles archivos deseas mantener?",
"If you select both versions, the copied file will have a number added to its name." : "Si selecciona ambas versiones, se le agregará un número al nombre del archivo copiado.",
"Continue" : "Continuar",
"(all selected)" : "(todos seleccionados)",
@@ -162,6 +141,13 @@
"Strong password" : "Contraseña fuerte",
"No action available" : "No hay acciones disponibles",
"Error fetching contact actions" : "Se presentó un error al traer las acciónes de contatos",
+ "Non-existing tag #{tag}" : "Etiqueta #{tag} no-existente",
+ "restricted" : "restringido",
+ "invisible" : "invisible",
+ "Delete" : "Borrar",
+ "Rename" : "Renombrar",
+ "Collaborative tags" : "Etiquetas colaborativas",
+ "No tags found" : "No se encontraron etiquetas",
"Personal" : "Personal",
"Users" : "Usuarios",
"Apps" : "Aplicaciones",
@@ -212,8 +198,6 @@
"More apps" : "Más aplicaciones",
"More" : "Más",
"More apps menu" : "Más menú de apps",
- "Search" : "Buscar",
- "Reset search" : "Restablecer búsqueda",
"Contacts" : "Contactos",
"Contacts menu" : "Menú de contactos",
"Settings menu" : "Menú de configuración",
@@ -230,7 +214,6 @@
"Use backup code" : "Usar código de respaldo",
"Error while validating your second factor" : "Se presentó un error al validar su segundo factor",
"App update required" : "Se requiere una actualización de la aplicación",
- "These apps will be updated:" : "Las siguientes apllicaciones se actualizarán:",
"These incompatible apps will be disabled:" : "Las siguientes aplicaciones incompatibles serán deshabilitadas:",
"The theme %s has been disabled." : "El tema %s ha sido deshabilitado. ",
"Please make sure that the database, the config folder and the data folder have been backed up before proceeding." : "Favor de asegurarse que la base de datos, la carpeta de configuración y las carpetas de datos hayan sido respaldadas antes de continuar. ",
@@ -243,70 +226,23 @@
"Upgrade via web on my own risk" : "Actualizar vía Web bajo mi propio riesgo",
"This %s instance is currently in maintenance mode, which may take a while." : "Esta instancia %s se encuentra actualmente en modo mantenimiento, que podría tomar algo de tiempo. ",
"Contact your system administrator if this message persists or appeared unexpectedly." : "Contacte a su administrador del sistema si este mensaje persiste o se presentó de manera inesperada.",
- "Could not send reset email because there is no email address for this username. Please contact your administrator." : "No fue posible enviar el correo electrónico para restablecer porque no hay una dirección de correo electrónico para este usuario. Favor de contactar a su adminsitrador. ",
- "Couldn't send reset email. Please make sure your username is correct." : "No fue posible restablecer el correo electrónico. Favor de asegurarse que su nombre de usuario sea correcto. ",
- "Your files are encrypted. There will be no way to get your data back after your password is reset.<br />If you are not sure what to do, please contact your administrator before you continue. <br />Do you really want to continue?" : "Sus archivos están encriptados. No habrá manera de recuperar sus datos una vez que restablezca su contraseña. <br />Si no está seguro de qué hacer, favor de contactar a su administrador antes de continuar. <br />¿Realmente desea continuar?",
- "Shared" : "Compartido",
- "Shared by" : "Compartido por",
- "Choose a password for the public link" : "Seleccione una contraseña para el link público",
- "Choose a password for the public link or press the \"Enter\" key" : "Favor de elegir una contraseña para el link público o presione \"Intro\"",
- "Copied!" : "¡Copiado!",
- "Copy link" : "Copiar enlace",
- "Not supported!" : "¡No está soportado!",
- "Press ⌘-C to copy." : "Presione ⌘-C para copiar.",
- "Press Ctrl-C to copy." : "Presione Ctrl-C para copiar.",
- "Resharing is not allowed" : "No se permite volver a compartir",
- "Link" : "Link",
- "Hide download" : "Ocultar descarga",
- "Password protect" : "Proteger con contraseña",
- "Allow editing" : "Permitir editar",
- "Email link to person" : "Enviar el link por correo electrónico a una persona",
- "Send" : "Enviar",
- "Allow upload and editing" : "Permitir cargar y editar",
- "Read only" : "Solo lectura",
- "File drop (upload only)" : "Soltar archivo (solo para carga)",
- "Set expiration date" : "Establecer la fecha de expiración",
- "Expiration" : "Expiración",
- "Expiration date" : "Fecha de expiración",
- "Note to recipient" : "Nota al destinatario",
- "Unshare" : "Dejar de compartir",
- "Share to {name}" : "Compartir con {name}",
- "Share link" : "Compartir link",
- "Could not unshare" : "No fue posible dejar de compartir",
- "Shared with you and the group {group} by {owner}" : "Compartido con usted y el grupo {group} por {owner}",
- "Shared with you by {owner}" : "Compartido con usted por {owner}",
- "Choose a password for the mail share" : "Establecer una contraseña para el elemento compartido por correo",
- "group" : "grupo",
- "remote" : "remoto",
- "email" : "correo electrónico",
- "shared by {sharer}" : "compartido por {sharer}",
- "Can reshare" : "Puede volver a compartir",
- "Can edit" : "Puede editar",
- "Can create" : "Puede crear",
- "Can change" : "Puede cambiar",
- "Can delete" : "Puede borrar",
- "Access control" : "Control de acceso",
- "Error while sharing" : "Se presentó un error al compartir",
- "Share details could not be loaded for this item." : "Los detalles del recurso compartido no se pudieron cargar para este elemento. ",
- "_At least {count} character is needed for autocompletion_::_At least {count} characters are needed for autocompletion_" : ["Se requiere de la menos {count} caracter para el auto completar","Se requieren de la menos {count} caracteres para el auto completar"],
- "This list is maybe truncated - please refine your search term to see more results." : "Esta lista puede estar truncada - favor de refinar sus términos de búsqueda para poder ver más resultados. ",
- "No users or groups found for {search}" : "No se encontraron usuarios o gurpos para {search}",
- "No users found for {search}" : "No se encontraron usuarios para {search}",
- "An error occurred. Please try again" : "Se presentó un error. Favor de volver a intentar",
- "Home" : "Casa",
- "Work" : "Trabajo",
- "Other" : "Otro",
- "{sharee} ({type}, {owner})" : "{sharee} ({type}, {owner})",
- "Share" : "Compartir",
- "Name or email address..." : "Nombre o dirección de correo electrónico",
- "Name or federated cloud ID..." : "Nombre o ID de nube federada...",
- "Name, federated cloud ID or email address..." : "Nombre, ID de nube federada o dirección de correo electrónico...",
- "Name..." : "Nombre...",
- "Error removing share" : "Se presentó un error al dejar de compartir",
- "({scope})" : "({scope})",
- "Saving..." : "Guardando...",
- "Dismiss" : "Descartar",
- "New Password" : "Nueva Contraseña",
- "Cancel log in" : "Cancelar inicio de sesión"
+ "Checking whether the database schema can be updated (this can take a long time depending on the database size)" : "Verificando si el archivo del esquema de base de datos puede ser actualizado (esto puedo tomar mucho tiempo dependiendo del tamaño de la base de datos)",
+ "Checked database schema update" : "Actualización del esquema de base de datos verificada",
+ "Checking updates of apps" : "Verificando actualizaciónes para aplicaciones",
+ "Checking for update of app \"%s\" in appstore" : "Verificando actualizaciones para la aplicacion \"%s\" en la appstore",
+ "Update app \"%s\" from appstore" : "Actualizar la aplicación \"%s\" desde la appstore",
+ "Checked for update of app \"%s\" in appstore" : "Se verificaron actualizaciones para la aplicación \"%s\" en la appstore",
+ "Checked database schema update for apps" : "Se verificó la actualización del esquema de la base de datos para las aplicaciones",
+ "Following apps have been disabled: %s" : "Las siguientes aplicaciones han sido deshabilitadas: %s",
+ "Continue to Nextcloud" : "Continuar a Nextcloud",
+ "_The update was successful. Redirecting you to Nextcloud in %n second._::_The update was successful. Redirecting you to Nextcloud in %n seconds._" : ["La actualización fue exitosa. Lo estamos redireccionando a Nextcloud en %n segundo. ","La actualización fue exitosa. Lo estamos redireccionando a Nextcloud en %n segundos."],
+ "Searching other places" : "Buscando en otras ubicaciones",
+ "No search results in other folders for {tag}{filter}{endtag}" : "No hay resultados para la búsqueda en otras carpetas para {tag}{filter}{endtag}",
+ "_{count} search result in another folder_::_{count} search results in other folders_" : ["{count} resultado de la búsqueda en otra carpeta","{count} resultados de la búsqueda en otras carpetas"],
+ "Password can not be changed. Please contact your administrator." : "Las contraseñas no se pueden cambiar. Favor de contactar a su adminstrador",
+ "Nextcloud {app}" : "Nextcloud {app}",
+ "Can't install this app because it is not compatible" : "No se puede instalar esta app porque no es compatible",
+ "Can't install this app" : "No se puede instalar esta app",
+ "These apps will be updated:" : "Las siguientes apllicaciones se actualizarán:"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
} \ No newline at end of file
diff --git a/core/l10n/es_CL.js b/core/l10n/es_CL.js
index a78cc1d6122..3d90d625133 100644
--- a/core/l10n/es_CL.js
+++ b/core/l10n/es_CL.js
@@ -32,34 +32,18 @@ OC.L10N.register(
"Maintenance mode is kept active" : "El modo mantenimiento sigue activo",
"Updating database schema" : "Actualizando esquema de base de datos",
"Updated database" : "Base de datos actualizada",
- "Checking whether the database schema can be updated (this can take a long time depending on the database size)" : "Verificando si el archivo del esquema de base de datos puede ser actualizado (esto puedo tomar mucho tiempo dependiendo del tamaño de la base de datos)",
- "Checked database schema update" : "Actualización del esquema de base de datos verificada",
- "Checking updates of apps" : "Verificando actualizaciones para aplicaciones",
- "Checking for update of app \"%s\" in appstore" : "Verificando actualizaciones para la aplicacion \"%s\" en la appstore",
- "Update app \"%s\" from appstore" : "Actualizar la aplicación \"%s\" desde la appstore",
- "Checked for update of app \"%s\" in appstore" : "Se verificaron actualizaciones para la aplicación \"%s\" en la appstore",
"Checking whether the database schema for %s can be updated (this can take a long time depending on the database size)" : "Verificando si el esquema de la base de datos para %s puede ser actualizado (esto puede tomar mucho tiempo dependiendo del tamaño de la base de datos)",
- "Checked database schema update for apps" : "Se verificó la actualización del esquema de la base de datos para las aplicaciones",
"Set log level to debug" : "Establecer nivel de bitacora a depurar",
"Reset log level" : "Restablecer nivel de bitácora",
"Starting code integrity check" : "Comenzando verificación de integridad del código",
"Finished code integrity check" : "Terminó la verificación de integridad del código ",
"%s (incompatible)" : "%s (incompatible)",
- "Following apps have been disabled: %s" : "Las siguientes aplicaciones han sido deshabilitadas: %s",
"Already up to date" : "Ya está actualizado",
"Your web server is not yet properly set up to allow file synchronization, because the WebDAV interface seems to be broken." : "Tu servidor web aún no esta correctamente configurado para permitir la sincronización de archivos porque la interfaz WebDAV parece estar rota. ",
- "Your web server is not properly set up to resolve \"{url}\". Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Tu servidor web no está correctamente configurado para resolver \"{url}\". Puedes encontrar más información al respecto en la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentación</a>.",
"PHP does not seem to be setup properly to query system environment variables. The test with getenv(\"PATH\") only returns an empty response." : "PHP no parece estar configurado correctamente para consultar las variables de ambiente. La prueba con getenv(\"PATH\") sólo regresa una respuesta vacía.",
"Your database does not run with \"READ COMMITTED\" transaction isolation level. This can cause problems when multiple actions are executed in parallel." : "Tu base de datos no puede correr con el nivel de aislamiento de transacción de \"READ COMMITTED\". Puede causar problemas cuando mútiples acciones sean ejecutadas en paralelo.",
"It was not possible to execute the cron job via CLI. The following technical errors have appeared:" : "No fue posible ejecutar el trabajo de cron via CLI. Se presentaron los siguientes errores técnicos:",
- "Check the background job settings" : "Verifica la configuración de los trabajos de fondo",
"This server has no working Internet connection: Multiple endpoints could not be reached. This means that some of the features like mounting external storage, notifications about updates or installation of third-party apps will not work. Accessing files remotely and sending of notification emails might not work, either. Establish a connection from this server to the Internet to enjoy all features." : "El servidor no cuenta con una conexión a Internet: No se pudieron alcanzar múltiples endpoints. Esto significa que algunas características como montar almacenamiento externo, notificaciones de actualizaciones o instalación de aplicaciones de 3ros no funcionarán correctamente. Acceder archivos de forma remota y el envío de de notificaciones por correo electrónico puede que no funcionen tampoco. Establece una conexión desde este servidor a Internet para aprovechar todas las funcionalidades.",
- "No memory cache has been configured. To enhance performance, please configure a memcache, if available. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "No se ha configurado el caché de memoria. Para mejorar el desempeño, por favor configura un memcahce, si está disponible. Puedes encontrar más información en la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentación</a>.",
- "You are currently running PHP {version}. Upgrade your PHP version to take advantage of <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">performance and security updates provided by the PHP Group</a> as soon as your distribution supports it." : "Estás ejecutando PHP {version}. Actualiza tu versión de PHP para aprovechar las <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">actualizaciones de desempeño y seguridad proporcionadas por el Grupo PHP</a> tan pronto como tu distribución lo soporte. ",
- "The reverse proxy header configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If not, this is a security issue and can allow an attacker to spoof their IP address as visible to the Nextcloud. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "La configuración de los encabezados del proxy inverso es incorrecta, o estás accediendo a Nextcloud desde un proxy de confianza. Si no es el caso, se trata de un tema de seguridad y le puede permitir a un atacante hacer su dirección IP apócrifa visible para Nextcloud. Puedes encontar más infomración en nuestra <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentación</a>.",
- "Memcached is configured as distributed cache, but the wrong PHP module \"memcache\" is installed. \\OC\\Memcache\\Memcached only supports \"memcached\" and not \"memcache\". See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">memcached wiki about both modules</a>." : "Memecahced está configurado como un cache distribuido, pero un módulo equivocado de \"memcache\" está instalado. \\OC\\Memcache\\Memcached sólo soporta \"memcached\". Consulta <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">el wiki de memcached en relación a ambos módulos</a>.",
- "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">List of invalid files…</a> / <a href=\"{rescanEndpoint}\">Rescan…</a>)" : "Algunos archivos no pasaron la verificación de integridad. Puedes encontrar más información de cómo resolver este problema en la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentación</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">Lista de archivos inválidos...</a>/<a href=\"{rescanEndpoint}\">Volver a verificar...</a>)",
- "The PHP OPcache is not properly configured. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance it is recommended</a> to use the following settings in the <code>php.ini</code>:" : "El OPcache de PHP no está configurado correctamente. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Para un mejor desempeño se recomienda</a> usar las sigueintes configuraciones en el archivo <code>php.ini</code>:",
"The PHP function \"set_time_limit\" is not available. This could result in scripts being halted mid-execution, breaking your installation. Enabling this function is strongly recommended." : "La función de PHP \"set_time_limit\" no está disponible. Esto podría generar que la ejecución de scripts se detenga, rompiendo su instalación. Se recomienda ámpliamente habilitar esta función. ",
"Your PHP does not have FreeType support, resulting in breakage of profile pictures and the settings interface." : "Tu PHP no cuenta con soporte FreeType, lo que resulta en fallas en la imagen de perfil y la interface de configuraciones. ",
"SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend." : "Actualmente estás usando SQLite como el backend de base de datos. Para instalaciones más grandes te recomendamos cambiar a un backend de base de datos diferente.",
@@ -68,13 +52,6 @@ OC.L10N.register(
"Your data directory and files are probably accessible from the Internet. The .htaccess file is not working. It is strongly recommended that you configure your web server so that the data directory is no longer accessible, or move the data directory outside the web server document root." : "Probablemente tu directorio de datos y archivos sean accesibles desde Internet. El archivo .htaccess no está funcionando. Se recomienda ampliamente que configures tu servidor web para que el directorio de datos no sea accesible, o bien, que muevas el directorio de datos fuera del directorio raíz del servidor web.",
"The \"{header}\" HTTP header is not set to \"{expected}\". This is a potential security or privacy risk, as it is recommended to adjust this setting accordingly." : "El encabezado HTTP \"{header}\" está establecido a \"{expected}\". Esto representa un riesgo potencial de seguridad o privacidad, y que se recomienda ajustar esta configuración. ",
"The \"{header}\" HTTP header is not set to \"{expected}\". Some features might not work correctly, as it is recommended to adjust this setting accordingly." : "El encabezado HTTP \"{header}\" no está establecido a \"{expected}\". Puede que lgunas características no funcionen correctamente, y se recomienda ajustar esta confirguración. ",
- "Non-existing tag #{tag}" : "Etiqueta #{tag} no-existente",
- "restricted" : "restringido",
- "invisible" : "invisible",
- "Delete" : "Borrar",
- "Rename" : "Renombrar",
- "Collaborative tags" : "Etiquetas colaborativas",
- "No tags found" : "No se encontraron etiquetas",
"unknown text" : "texto desconocido",
"Hello world!" : "¡Hola mundo!",
"sunny" : "soleado",
@@ -89,30 +66,27 @@ OC.L10N.register(
"Please reload the page." : "Por favor vuelve a cargar la página.",
"The update was unsuccessful. For more information <a href=\"{url}\">check our forum post</a> covering this issue." : "La actualización no fue exitosa. Para más información <a href=\"{url}\">consulta nuestro comentario en el foro </a> que cubre este tema. ",
"The update was unsuccessful. Please report this issue to the <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">Nextcloud community</a>." : "La actualización no fue exitosa. Por favor reporta este tema a la <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">Comunidad Nextcloud</a>.",
- "Continue to Nextcloud" : "Continuar a Nextcloud",
- "_The update was successful. Redirecting you to Nextcloud in %n second._::_The update was successful. Redirecting you to Nextcloud in %n seconds._" : ["La actualización fue exitosa. Lo estamos redireccionando a Nextcloud en %n segundo. ","La actualización fue exitosa. Te redireccionaremos a Nextcloud en %n segundos."],
- "Searching other places" : "Buscando en otras ubicaciones",
- "No search results in other folders for {tag}{filter}{endtag}" : "No hay resultados para la búsqueda {tag}{filter}{endtag} en otras carpetas",
- "_{count} search result in another folder_::_{count} search results in other folders_" : ["{count} resultado de la búsqueda en otra carpeta","{count} resultados de la búsqueda en otras carpetas"],
+ "Log in" : "Ingresar",
+ "Logging in …" : "Iniciando sesión ...",
"Server side authentication failed!" : "¡Falló la autenticación del lado del servidor!",
"Please contact your administrator." : "Por favor contacta al administrador.",
"An internal error occurred." : "Se presentó un error interno.",
"Please try again or contact your administrator." : "Por favor vuelve a intentarlo o contacta a tu adminsitrador. ",
"Username or email" : "Usuario o correo electrónico",
"Password" : "Contraseña",
- "Log in" : "Ingresar",
- "Logging in …" : "Iniciando sesión ...",
"Wrong username or password." : "Usuario o contraseña equivocado. ",
"User disabled" : "Usuario deshabilitado",
"We have detected multiple invalid login attempts from your IP. Therefore your next login is throttled up to 30 seconds." : "Hemos detectado múltiples intentos de inicio de sesión desde tu IP. Por lo tanto tu siguiente incio de sesión se retrasará hasta 30 segundos. ",
"Reset password" : "Restablecer contraseña",
"Couldn't send reset email. Please contact your administrator." : "No fue posible enviar el correo de restauración. Por favor contacta a tu adminsitrador. ",
- "Password can not be changed. Please contact your administrator." : "Las contraseñas no se pueden cambiar. Por favor contacta a tu adminstrador",
"Back to login" : "Regresar al inicio de sesión",
"New password" : "Nueva contraseña",
"I know what I'm doing" : "Sé lo que estoy haciendo",
"Cancel" : "Cancelar",
"Forgot password?" : "¿Olvidaste tu contraseña?",
+ "Back" : "Atrás",
+ "Reset search" : "Reestablecer búsqueda",
+ "Search" : "Buscar",
"Settings" : "Configuraciones ",
"Could not load your contacts" : "No fue posible cargar tus contactos",
"Search contacts …" : "Buscar contactos ...",
@@ -143,7 +117,7 @@ OC.L10N.register(
"One file conflict" : "Un conflicto en el archivo",
"New Files" : "Archivos Nuevos",
"Already existing files" : "Archivos ya existentes",
- "Which files do you want to keep?" : "¿Cuales archivos deseas mantener?",
+ "Which files do you want to keep?" : "¿Cuáles archivos deseas mantener?",
"If you select both versions, the copied file will have a number added to its name." : "Si seleccionas ambas versiones, se le agregará un número al nombre del archivo copiado.",
"Continue" : "Continuar",
"(all selected)" : "(todos seleccionados)",
@@ -167,6 +141,13 @@ OC.L10N.register(
"Strong password" : "Contraseña fuerte",
"No action available" : "No hay acciones disponibles",
"Error fetching contact actions" : "Se presentó un error al traer las acciónes de contatos",
+ "Non-existing tag #{tag}" : "Etiqueta #{tag} no-existente",
+ "restricted" : "restringido",
+ "invisible" : "invisible",
+ "Delete" : "Borrar",
+ "Rename" : "Renombrar",
+ "Collaborative tags" : "Etiquetas colaborativas",
+ "No tags found" : "No se encontraron etiquetas",
"Personal" : "Personal",
"Users" : "Usuarios",
"Apps" : "Aplicaciones",
@@ -214,8 +195,6 @@ OC.L10N.register(
"More apps" : "Más aplicaciones",
"More" : "Más",
"More apps menu" : "Menú de más aplicaciones",
- "Search" : "Buscar",
- "Reset search" : "Reestablecer búsqueda",
"Contacts" : "Contactos",
"Contacts menu" : "Menú de Contactos",
"Settings menu" : "Menú de Configuraciones",
@@ -233,7 +212,6 @@ OC.L10N.register(
"Access through untrusted domain" : "Accesa a través de un dominio no de confianza",
"Please contact your administrator. If you are an administrator, edit the \"trusted_domains\" setting in config/config.php like the example in config.sample.php." : "Por favor contacta a tu adminsitrador. Si tu eres un administrador, edita la propiedad \"trusted_domains\" en el archivo config/config.php como en el ejemplo config.sample.php.",
"App update required" : "Se requiere una actualización de la aplicación",
- "These apps will be updated:" : "Las siguientes apllicaciones se actualizarán:",
"These incompatible apps will be disabled:" : "Las siguientes aplicaciones incompatibles serán deshabilitadas:",
"The theme %s has been disabled." : "El tema %s ha sido deshabilitado. ",
"Please make sure that the database, the config folder and the data folder have been backed up before proceeding." : "Por favor asegurarte de que la base de datos, la carpeta de configuración y las carpetas de datos hayan sido respaldadas antes de continuar. ",
@@ -247,72 +225,28 @@ OC.L10N.register(
"Upgrade via web on my own risk" : "Actualizar vía Web bajo mi propio riesgo",
"This %s instance is currently in maintenance mode, which may take a while." : "Esta instancia %s se encuentra actualmente en modo mantenimiento, que podría tomar algo de tiempo. ",
"Contact your system administrator if this message persists or appeared unexpectedly." : "Contacta a tu administrador del sistema si este mensaje persiste o se presentó de manera inesperada.",
- "Could not send reset email because there is no email address for this username. Please contact your administrator." : "No fue posible enviar el correo electrónico para restablecer porque no hay una dirección de correo electrónico para este usuario. Por favor contacta a tu adminsitrador. ",
- "Couldn't send reset email. Please make sure your username is correct." : "No fue posible restablecer el correo electrónico. Por favor asegurarte de que tu nombre de usuario sea correcto. ",
- "Your files are encrypted. There will be no way to get your data back after your password is reset.<br />If you are not sure what to do, please contact your administrator before you continue. <br />Do you really want to continue?" : "Tus archivos están encriptados. No habrá manera de recuperar tus datos una vez que restablezca tu contraseña. <br />Si no estás seguro de qué hacer, por favor contacta a tu administrador antes de continuar. <br />¿Realmente deseas continuar?",
- "Sending email …" : "Enviando correo electrónico ...",
- "You are currently running PHP 5.6. The current major version of Nextcloud is the last that is supported on PHP 5.6. It is recommended to upgrade the PHP version to 7.0+ to be able to upgrade to Nextcloud 14." : "Actualmente estás corriendo PHP 5.6. La versión principal actual de Nextcloud es la última que será soportada en PHPH 5.6. Te recomendamos actualizar la versión de PHP a la 7.0+ para que puedas actualizar a Nextcloud 14.",
- "Shared" : "Compartido",
- "Shared with" : "Compartido con",
- "Shared by" : "Compartido por",
- "Choose a password for the public link" : "Seleccione una contraseña para la liga pública",
- "Choose a password for the public link or press the \"Enter\" key" : "Elige una contraseña para la liga pública o presiona la tecla \"Intro\"",
- "Copied!" : "¡Copiado!",
- "Copy link" : "Copiar liga",
- "Not supported!" : "¡No está soportado!",
- "Press ⌘-C to copy." : "Presiona ⌘-C para copiar.",
- "Press Ctrl-C to copy." : "Presiona Ctrl-C para copiar.",
- "Resharing is not allowed" : "No se permite volver a compartir",
- "Link" : "Liga",
- "Password protect" : "Proteger con contraseña",
- "Allow editing" : "Permitir editar",
- "Email link to person" : "Enviar la liga por correo electrónico a una persona",
- "Send" : "Enviar",
- "Allow upload and editing" : "Permitir carga y edición",
- "Read only" : "Sólo lectura",
- "File drop (upload only)" : "Permitir carga",
- "Set expiration date" : "Selecciona la vigencia de tu archivo",
- "Expiration" : "Expiración",
- "Expiration date" : "Fecha de expiración",
- "Unshare" : "Dejar de compartir",
- "Share to {name}" : "Compartir con {name}",
- "Share link" : "Compartir liga",
- "Could not unshare" : "No fue posible dejar de compartir",
- "Shared with you and the group {group} by {owner}" : "Compartido contigo y el grupo {group} por {owner}",
- "Shared with you by {owner}" : "Compartido contigo por {owner}",
- "Choose a password for the mail share" : "Elige una contraseña para el elemento compartido por correo",
- "group" : "grupo",
- "remote" : "remoto",
- "email" : "correo electrónico",
- "shared by {sharer}" : "compartido por {sharer}",
- "Can reshare" : "Puede volver a compartir",
- "Can edit" : "Puede editar",
- "Can create" : "Puede crear",
- "Can change" : "Puede cambiar",
- "Can delete" : "Puede borrar",
- "Access control" : "Control de acceso",
- "Error while sharing" : "Se presentó un error al compartir",
- "Share details could not be loaded for this item." : "Los detalles del recurso compartido no se pudieron cargar para este elemento. ",
- "_At least {count} character is needed for autocompletion_::_At least {count} characters are needed for autocompletion_" : ["Se requiere de la menos {count} caracter para el auto completar","Se requieren de la menos {count} caracteres para el auto completar"],
- "This list is maybe truncated - please refine your search term to see more results." : "Esta lista puede estar truncada - por favor refina tus términos de búsqueda para poder ver más resultados. ",
- "No users or groups found for {search}" : "No se encontraron usuarios o gurpos para {search}",
- "No users found for {search}" : "No se encontraron usuarios para {search}",
- "An error occurred (\"{message}\"). Please try again" : "Se presentó un error (\"{message}\"). Por favor vuelve a intentarlo",
- "An error occurred. Please try again" : "Se presentó un error. Por favor vuelve a intentarlo",
- "Home" : "Inicio",
- "Work" : "Trabajo",
- "Other" : "Otro",
- "{sharee} ({type}, {owner})" : "{sharee} ({type}, {owner})",
- "Share" : "Compartir",
- "Name or email address..." : "Nombre o dirección de correo electrónico",
- "Name or federated cloud ID..." : "Nombre...",
- "Name, federated cloud ID or email address..." : "Nombre o dirección de correo electrónico...",
- "Name..." : "Nombre...",
- "Error removing share" : "Se presentó un error al dejar de compartir",
- "({scope})" : "({scope})",
- "Saving..." : "Guardando...",
- "Dismiss" : "Descartar",
- "New Password" : "Nueva Contraseña",
- "Cancel log in" : "Cancelar inicio de sesión"
+ "Checking whether the database schema can be updated (this can take a long time depending on the database size)" : "Verificando si el archivo del esquema de base de datos puede ser actualizado (esto puedo tomar mucho tiempo dependiendo del tamaño de la base de datos)",
+ "Checked database schema update" : "Actualización del esquema de base de datos verificada",
+ "Checking updates of apps" : "Verificando actualizaciones para aplicaciones",
+ "Checking for update of app \"%s\" in appstore" : "Verificando actualizaciones para la aplicacion \"%s\" en la appstore",
+ "Update app \"%s\" from appstore" : "Actualizar la aplicación \"%s\" desde la appstore",
+ "Checked for update of app \"%s\" in appstore" : "Se verificaron actualizaciones para la aplicación \"%s\" en la appstore",
+ "Checked database schema update for apps" : "Se verificó la actualización del esquema de la base de datos para las aplicaciones",
+ "Following apps have been disabled: %s" : "Las siguientes aplicaciones han sido deshabilitadas: %s",
+ "Your web server is not properly set up to resolve \"{url}\". Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Tu servidor web no está correctamente configurado para resolver \"{url}\". Puedes encontrar más información al respecto en la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentación</a>.",
+ "Check the background job settings" : "Verifica la configuración de los trabajos de fondo",
+ "No memory cache has been configured. To enhance performance, please configure a memcache, if available. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "No se ha configurado el caché de memoria. Para mejorar el desempeño, por favor configura un memcahce, si está disponible. Puedes encontrar más información en la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentación</a>.",
+ "You are currently running PHP {version}. Upgrade your PHP version to take advantage of <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">performance and security updates provided by the PHP Group</a> as soon as your distribution supports it." : "Estás ejecutando PHP {version}. Actualiza tu versión de PHP para aprovechar las <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">actualizaciones de desempeño y seguridad proporcionadas por el Grupo PHP</a> tan pronto como tu distribución lo soporte. ",
+ "The reverse proxy header configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If not, this is a security issue and can allow an attacker to spoof their IP address as visible to the Nextcloud. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "La configuración de los encabezados del proxy inverso es incorrecta, o estás accediendo a Nextcloud desde un proxy de confianza. Si no es el caso, se trata de un tema de seguridad y le puede permitir a un atacante hacer su dirección IP apócrifa visible para Nextcloud. Puedes encontar más infomración en nuestra <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentación</a>.",
+ "Memcached is configured as distributed cache, but the wrong PHP module \"memcache\" is installed. \\OC\\Memcache\\Memcached only supports \"memcached\" and not \"memcache\". See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">memcached wiki about both modules</a>." : "Memecahced está configurado como un cache distribuido, pero un módulo equivocado de \"memcache\" está instalado. \\OC\\Memcache\\Memcached sólo soporta \"memcached\". Consulta <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">el wiki de memcached en relación a ambos módulos</a>.",
+ "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">List of invalid files…</a> / <a href=\"{rescanEndpoint}\">Rescan…</a>)" : "Algunos archivos no pasaron la verificación de integridad. Puedes encontrar más información de cómo resolver este problema en la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentación</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">Lista de archivos inválidos...</a>/<a href=\"{rescanEndpoint}\">Volver a verificar...</a>)",
+ "The PHP OPcache is not properly configured. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance it is recommended</a> to use the following settings in the <code>php.ini</code>:" : "El OPcache de PHP no está configurado correctamente. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Para un mejor desempeño se recomienda</a> usar las sigueintes configuraciones en el archivo <code>php.ini</code>:",
+ "Continue to Nextcloud" : "Continuar a Nextcloud",
+ "_The update was successful. Redirecting you to Nextcloud in %n second._::_The update was successful. Redirecting you to Nextcloud in %n seconds._" : ["La actualización fue exitosa. Lo estamos redireccionando a Nextcloud en %n segundo. ","La actualización fue exitosa. Te redireccionaremos a Nextcloud en %n segundos."],
+ "Searching other places" : "Buscando en otras ubicaciones",
+ "No search results in other folders for {tag}{filter}{endtag}" : "No hay resultados para la búsqueda {tag}{filter}{endtag} en otras carpetas",
+ "_{count} search result in another folder_::_{count} search results in other folders_" : ["{count} resultado de la búsqueda en otra carpeta","{count} resultados de la búsqueda en otras carpetas"],
+ "Password can not be changed. Please contact your administrator." : "Las contraseñas no se pueden cambiar. Por favor contacta a tu adminstrador",
+ "These apps will be updated:" : "Las siguientes apllicaciones se actualizarán:"
},
"nplurals=2; plural=(n != 1);");
diff --git a/core/l10n/es_CL.json b/core/l10n/es_CL.json
index b263fa894d1..01e67ef07ef 100644
--- a/core/l10n/es_CL.json
+++ b/core/l10n/es_CL.json
@@ -30,34 +30,18 @@
"Maintenance mode is kept active" : "El modo mantenimiento sigue activo",
"Updating database schema" : "Actualizando esquema de base de datos",
"Updated database" : "Base de datos actualizada",
- "Checking whether the database schema can be updated (this can take a long time depending on the database size)" : "Verificando si el archivo del esquema de base de datos puede ser actualizado (esto puedo tomar mucho tiempo dependiendo del tamaño de la base de datos)",
- "Checked database schema update" : "Actualización del esquema de base de datos verificada",
- "Checking updates of apps" : "Verificando actualizaciones para aplicaciones",
- "Checking for update of app \"%s\" in appstore" : "Verificando actualizaciones para la aplicacion \"%s\" en la appstore",
- "Update app \"%s\" from appstore" : "Actualizar la aplicación \"%s\" desde la appstore",
- "Checked for update of app \"%s\" in appstore" : "Se verificaron actualizaciones para la aplicación \"%s\" en la appstore",
"Checking whether the database schema for %s can be updated (this can take a long time depending on the database size)" : "Verificando si el esquema de la base de datos para %s puede ser actualizado (esto puede tomar mucho tiempo dependiendo del tamaño de la base de datos)",
- "Checked database schema update for apps" : "Se verificó la actualización del esquema de la base de datos para las aplicaciones",
"Set log level to debug" : "Establecer nivel de bitacora a depurar",
"Reset log level" : "Restablecer nivel de bitácora",
"Starting code integrity check" : "Comenzando verificación de integridad del código",
"Finished code integrity check" : "Terminó la verificación de integridad del código ",
"%s (incompatible)" : "%s (incompatible)",
- "Following apps have been disabled: %s" : "Las siguientes aplicaciones han sido deshabilitadas: %s",
"Already up to date" : "Ya está actualizado",
"Your web server is not yet properly set up to allow file synchronization, because the WebDAV interface seems to be broken." : "Tu servidor web aún no esta correctamente configurado para permitir la sincronización de archivos porque la interfaz WebDAV parece estar rota. ",
- "Your web server is not properly set up to resolve \"{url}\". Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Tu servidor web no está correctamente configurado para resolver \"{url}\". Puedes encontrar más información al respecto en la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentación</a>.",
"PHP does not seem to be setup properly to query system environment variables. The test with getenv(\"PATH\") only returns an empty response." : "PHP no parece estar configurado correctamente para consultar las variables de ambiente. La prueba con getenv(\"PATH\") sólo regresa una respuesta vacía.",
"Your database does not run with \"READ COMMITTED\" transaction isolation level. This can cause problems when multiple actions are executed in parallel." : "Tu base de datos no puede correr con el nivel de aislamiento de transacción de \"READ COMMITTED\". Puede causar problemas cuando mútiples acciones sean ejecutadas en paralelo.",
"It was not possible to execute the cron job via CLI. The following technical errors have appeared:" : "No fue posible ejecutar el trabajo de cron via CLI. Se presentaron los siguientes errores técnicos:",
- "Check the background job settings" : "Verifica la configuración de los trabajos de fondo",
"This server has no working Internet connection: Multiple endpoints could not be reached. This means that some of the features like mounting external storage, notifications about updates or installation of third-party apps will not work. Accessing files remotely and sending of notification emails might not work, either. Establish a connection from this server to the Internet to enjoy all features." : "El servidor no cuenta con una conexión a Internet: No se pudieron alcanzar múltiples endpoints. Esto significa que algunas características como montar almacenamiento externo, notificaciones de actualizaciones o instalación de aplicaciones de 3ros no funcionarán correctamente. Acceder archivos de forma remota y el envío de de notificaciones por correo electrónico puede que no funcionen tampoco. Establece una conexión desde este servidor a Internet para aprovechar todas las funcionalidades.",
- "No memory cache has been configured. To enhance performance, please configure a memcache, if available. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "No se ha configurado el caché de memoria. Para mejorar el desempeño, por favor configura un memcahce, si está disponible. Puedes encontrar más información en la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentación</a>.",
- "You are currently running PHP {version}. Upgrade your PHP version to take advantage of <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">performance and security updates provided by the PHP Group</a> as soon as your distribution supports it." : "Estás ejecutando PHP {version}. Actualiza tu versión de PHP para aprovechar las <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">actualizaciones de desempeño y seguridad proporcionadas por el Grupo PHP</a> tan pronto como tu distribución lo soporte. ",
- "The reverse proxy header configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If not, this is a security issue and can allow an attacker to spoof their IP address as visible to the Nextcloud. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "La configuración de los encabezados del proxy inverso es incorrecta, o estás accediendo a Nextcloud desde un proxy de confianza. Si no es el caso, se trata de un tema de seguridad y le puede permitir a un atacante hacer su dirección IP apócrifa visible para Nextcloud. Puedes encontar más infomración en nuestra <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentación</a>.",
- "Memcached is configured as distributed cache, but the wrong PHP module \"memcache\" is installed. \\OC\\Memcache\\Memcached only supports \"memcached\" and not \"memcache\". See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">memcached wiki about both modules</a>." : "Memecahced está configurado como un cache distribuido, pero un módulo equivocado de \"memcache\" está instalado. \\OC\\Memcache\\Memcached sólo soporta \"memcached\". Consulta <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">el wiki de memcached en relación a ambos módulos</a>.",
- "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">List of invalid files…</a> / <a href=\"{rescanEndpoint}\">Rescan…</a>)" : "Algunos archivos no pasaron la verificación de integridad. Puedes encontrar más información de cómo resolver este problema en la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentación</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">Lista de archivos inválidos...</a>/<a href=\"{rescanEndpoint}\">Volver a verificar...</a>)",
- "The PHP OPcache is not properly configured. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance it is recommended</a> to use the following settings in the <code>php.ini</code>:" : "El OPcache de PHP no está configurado correctamente. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Para un mejor desempeño se recomienda</a> usar las sigueintes configuraciones en el archivo <code>php.ini</code>:",
"The PHP function \"set_time_limit\" is not available. This could result in scripts being halted mid-execution, breaking your installation. Enabling this function is strongly recommended." : "La función de PHP \"set_time_limit\" no está disponible. Esto podría generar que la ejecución de scripts se detenga, rompiendo su instalación. Se recomienda ámpliamente habilitar esta función. ",
"Your PHP does not have FreeType support, resulting in breakage of profile pictures and the settings interface." : "Tu PHP no cuenta con soporte FreeType, lo que resulta en fallas en la imagen de perfil y la interface de configuraciones. ",
"SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend." : "Actualmente estás usando SQLite como el backend de base de datos. Para instalaciones más grandes te recomendamos cambiar a un backend de base de datos diferente.",
@@ -66,13 +50,6 @@
"Your data directory and files are probably accessible from the Internet. The .htaccess file is not working. It is strongly recommended that you configure your web server so that the data directory is no longer accessible, or move the data directory outside the web server document root." : "Probablemente tu directorio de datos y archivos sean accesibles desde Internet. El archivo .htaccess no está funcionando. Se recomienda ampliamente que configures tu servidor web para que el directorio de datos no sea accesible, o bien, que muevas el directorio de datos fuera del directorio raíz del servidor web.",
"The \"{header}\" HTTP header is not set to \"{expected}\". This is a potential security or privacy risk, as it is recommended to adjust this setting accordingly." : "El encabezado HTTP \"{header}\" está establecido a \"{expected}\". Esto representa un riesgo potencial de seguridad o privacidad, y que se recomienda ajustar esta configuración. ",
"The \"{header}\" HTTP header is not set to \"{expected}\". Some features might not work correctly, as it is recommended to adjust this setting accordingly." : "El encabezado HTTP \"{header}\" no está establecido a \"{expected}\". Puede que lgunas características no funcionen correctamente, y se recomienda ajustar esta confirguración. ",
- "Non-existing tag #{tag}" : "Etiqueta #{tag} no-existente",
- "restricted" : "restringido",
- "invisible" : "invisible",
- "Delete" : "Borrar",
- "Rename" : "Renombrar",
- "Collaborative tags" : "Etiquetas colaborativas",
- "No tags found" : "No se encontraron etiquetas",
"unknown text" : "texto desconocido",
"Hello world!" : "¡Hola mundo!",
"sunny" : "soleado",
@@ -87,30 +64,27 @@
"Please reload the page." : "Por favor vuelve a cargar la página.",
"The update was unsuccessful. For more information <a href=\"{url}\">check our forum post</a> covering this issue." : "La actualización no fue exitosa. Para más información <a href=\"{url}\">consulta nuestro comentario en el foro </a> que cubre este tema. ",
"The update was unsuccessful. Please report this issue to the <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">Nextcloud community</a>." : "La actualización no fue exitosa. Por favor reporta este tema a la <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">Comunidad Nextcloud</a>.",
- "Continue to Nextcloud" : "Continuar a Nextcloud",
- "_The update was successful. Redirecting you to Nextcloud in %n second._::_The update was successful. Redirecting you to Nextcloud in %n seconds._" : ["La actualización fue exitosa. Lo estamos redireccionando a Nextcloud en %n segundo. ","La actualización fue exitosa. Te redireccionaremos a Nextcloud en %n segundos."],
- "Searching other places" : "Buscando en otras ubicaciones",
- "No search results in other folders for {tag}{filter}{endtag}" : "No hay resultados para la búsqueda {tag}{filter}{endtag} en otras carpetas",
- "_{count} search result in another folder_::_{count} search results in other folders_" : ["{count} resultado de la búsqueda en otra carpeta","{count} resultados de la búsqueda en otras carpetas"],
+ "Log in" : "Ingresar",
+ "Logging in …" : "Iniciando sesión ...",
"Server side authentication failed!" : "¡Falló la autenticación del lado del servidor!",
"Please contact your administrator." : "Por favor contacta al administrador.",
"An internal error occurred." : "Se presentó un error interno.",
"Please try again or contact your administrator." : "Por favor vuelve a intentarlo o contacta a tu adminsitrador. ",
"Username or email" : "Usuario o correo electrónico",
"Password" : "Contraseña",
- "Log in" : "Ingresar",
- "Logging in …" : "Iniciando sesión ...",
"Wrong username or password." : "Usuario o contraseña equivocado. ",
"User disabled" : "Usuario deshabilitado",
"We have detected multiple invalid login attempts from your IP. Therefore your next login is throttled up to 30 seconds." : "Hemos detectado múltiples intentos de inicio de sesión desde tu IP. Por lo tanto tu siguiente incio de sesión se retrasará hasta 30 segundos. ",
"Reset password" : "Restablecer contraseña",
"Couldn't send reset email. Please contact your administrator." : "No fue posible enviar el correo de restauración. Por favor contacta a tu adminsitrador. ",
- "Password can not be changed. Please contact your administrator." : "Las contraseñas no se pueden cambiar. Por favor contacta a tu adminstrador",
"Back to login" : "Regresar al inicio de sesión",
"New password" : "Nueva contraseña",
"I know what I'm doing" : "Sé lo que estoy haciendo",
"Cancel" : "Cancelar",
"Forgot password?" : "¿Olvidaste tu contraseña?",
+ "Back" : "Atrás",
+ "Reset search" : "Reestablecer búsqueda",
+ "Search" : "Buscar",
"Settings" : "Configuraciones ",
"Could not load your contacts" : "No fue posible cargar tus contactos",
"Search contacts …" : "Buscar contactos ...",
@@ -141,7 +115,7 @@
"One file conflict" : "Un conflicto en el archivo",
"New Files" : "Archivos Nuevos",
"Already existing files" : "Archivos ya existentes",
- "Which files do you want to keep?" : "¿Cuales archivos deseas mantener?",
+ "Which files do you want to keep?" : "¿Cuáles archivos deseas mantener?",
"If you select both versions, the copied file will have a number added to its name." : "Si seleccionas ambas versiones, se le agregará un número al nombre del archivo copiado.",
"Continue" : "Continuar",
"(all selected)" : "(todos seleccionados)",
@@ -165,6 +139,13 @@
"Strong password" : "Contraseña fuerte",
"No action available" : "No hay acciones disponibles",
"Error fetching contact actions" : "Se presentó un error al traer las acciónes de contatos",
+ "Non-existing tag #{tag}" : "Etiqueta #{tag} no-existente",
+ "restricted" : "restringido",
+ "invisible" : "invisible",
+ "Delete" : "Borrar",
+ "Rename" : "Renombrar",
+ "Collaborative tags" : "Etiquetas colaborativas",
+ "No tags found" : "No se encontraron etiquetas",
"Personal" : "Personal",
"Users" : "Usuarios",
"Apps" : "Aplicaciones",
@@ -212,8 +193,6 @@
"More apps" : "Más aplicaciones",
"More" : "Más",
"More apps menu" : "Menú de más aplicaciones",
- "Search" : "Buscar",
- "Reset search" : "Reestablecer búsqueda",
"Contacts" : "Contactos",
"Contacts menu" : "Menú de Contactos",
"Settings menu" : "Menú de Configuraciones",
@@ -231,7 +210,6 @@
"Access through untrusted domain" : "Accesa a través de un dominio no de confianza",
"Please contact your administrator. If you are an administrator, edit the \"trusted_domains\" setting in config/config.php like the example in config.sample.php." : "Por favor contacta a tu adminsitrador. Si tu eres un administrador, edita la propiedad \"trusted_domains\" en el archivo config/config.php como en el ejemplo config.sample.php.",
"App update required" : "Se requiere una actualización de la aplicación",
- "These apps will be updated:" : "Las siguientes apllicaciones se actualizarán:",
"These incompatible apps will be disabled:" : "Las siguientes aplicaciones incompatibles serán deshabilitadas:",
"The theme %s has been disabled." : "El tema %s ha sido deshabilitado. ",
"Please make sure that the database, the config folder and the data folder have been backed up before proceeding." : "Por favor asegurarte de que la base de datos, la carpeta de configuración y las carpetas de datos hayan sido respaldadas antes de continuar. ",
@@ -245,72 +223,28 @@
"Upgrade via web on my own risk" : "Actualizar vía Web bajo mi propio riesgo",
"This %s instance is currently in maintenance mode, which may take a while." : "Esta instancia %s se encuentra actualmente en modo mantenimiento, que podría tomar algo de tiempo. ",
"Contact your system administrator if this message persists or appeared unexpectedly." : "Contacta a tu administrador del sistema si este mensaje persiste o se presentó de manera inesperada.",
- "Could not send reset email because there is no email address for this username. Please contact your administrator." : "No fue posible enviar el correo electrónico para restablecer porque no hay una dirección de correo electrónico para este usuario. Por favor contacta a tu adminsitrador. ",
- "Couldn't send reset email. Please make sure your username is correct." : "No fue posible restablecer el correo electrónico. Por favor asegurarte de que tu nombre de usuario sea correcto. ",
- "Your files are encrypted. There will be no way to get your data back after your password is reset.<br />If you are not sure what to do, please contact your administrator before you continue. <br />Do you really want to continue?" : "Tus archivos están encriptados. No habrá manera de recuperar tus datos una vez que restablezca tu contraseña. <br />Si no estás seguro de qué hacer, por favor contacta a tu administrador antes de continuar. <br />¿Realmente deseas continuar?",
- "Sending email …" : "Enviando correo electrónico ...",
- "You are currently running PHP 5.6. The current major version of Nextcloud is the last that is supported on PHP 5.6. It is recommended to upgrade the PHP version to 7.0+ to be able to upgrade to Nextcloud 14." : "Actualmente estás corriendo PHP 5.6. La versión principal actual de Nextcloud es la última que será soportada en PHPH 5.6. Te recomendamos actualizar la versión de PHP a la 7.0+ para que puedas actualizar a Nextcloud 14.",
- "Shared" : "Compartido",
- "Shared with" : "Compartido con",
- "Shared by" : "Compartido por",
- "Choose a password for the public link" : "Seleccione una contraseña para la liga pública",
- "Choose a password for the public link or press the \"Enter\" key" : "Elige una contraseña para la liga pública o presiona la tecla \"Intro\"",
- "Copied!" : "¡Copiado!",
- "Copy link" : "Copiar liga",
- "Not supported!" : "¡No está soportado!",
- "Press ⌘-C to copy." : "Presiona ⌘-C para copiar.",
- "Press Ctrl-C to copy." : "Presiona Ctrl-C para copiar.",
- "Resharing is not allowed" : "No se permite volver a compartir",
- "Link" : "Liga",
- "Password protect" : "Proteger con contraseña",
- "Allow editing" : "Permitir editar",
- "Email link to person" : "Enviar la liga por correo electrónico a una persona",
- "Send" : "Enviar",
- "Allow upload and editing" : "Permitir carga y edición",
- "Read only" : "Sólo lectura",
- "File drop (upload only)" : "Permitir carga",
- "Set expiration date" : "Selecciona la vigencia de tu archivo",
- "Expiration" : "Expiración",
- "Expiration date" : "Fecha de expiración",
- "Unshare" : "Dejar de compartir",
- "Share to {name}" : "Compartir con {name}",
- "Share link" : "Compartir liga",
- "Could not unshare" : "No fue posible dejar de compartir",
- "Shared with you and the group {group} by {owner}" : "Compartido contigo y el grupo {group} por {owner}",
- "Shared with you by {owner}" : "Compartido contigo por {owner}",
- "Choose a password for the mail share" : "Elige una contraseña para el elemento compartido por correo",
- "group" : "grupo",
- "remote" : "remoto",
- "email" : "correo electrónico",
- "shared by {sharer}" : "compartido por {sharer}",
- "Can reshare" : "Puede volver a compartir",
- "Can edit" : "Puede editar",
- "Can create" : "Puede crear",
- "Can change" : "Puede cambiar",
- "Can delete" : "Puede borrar",
- "Access control" : "Control de acceso",
- "Error while sharing" : "Se presentó un error al compartir",
- "Share details could not be loaded for this item." : "Los detalles del recurso compartido no se pudieron cargar para este elemento. ",
- "_At least {count} character is needed for autocompletion_::_At least {count} characters are needed for autocompletion_" : ["Se requiere de la menos {count} caracter para el auto completar","Se requieren de la menos {count} caracteres para el auto completar"],
- "This list is maybe truncated - please refine your search term to see more results." : "Esta lista puede estar truncada - por favor refina tus términos de búsqueda para poder ver más resultados. ",
- "No users or groups found for {search}" : "No se encontraron usuarios o gurpos para {search}",
- "No users found for {search}" : "No se encontraron usuarios para {search}",
- "An error occurred (\"{message}\"). Please try again" : "Se presentó un error (\"{message}\"). Por favor vuelve a intentarlo",
- "An error occurred. Please try again" : "Se presentó un error. Por favor vuelve a intentarlo",
- "Home" : "Inicio",
- "Work" : "Trabajo",
- "Other" : "Otro",
- "{sharee} ({type}, {owner})" : "{sharee} ({type}, {owner})",
- "Share" : "Compartir",
- "Name or email address..." : "Nombre o dirección de correo electrónico",
- "Name or federated cloud ID..." : "Nombre...",
- "Name, federated cloud ID or email address..." : "Nombre o dirección de correo electrónico...",
- "Name..." : "Nombre...",
- "Error removing share" : "Se presentó un error al dejar de compartir",
- "({scope})" : "({scope})",
- "Saving..." : "Guardando...",
- "Dismiss" : "Descartar",
- "New Password" : "Nueva Contraseña",
- "Cancel log in" : "Cancelar inicio de sesión"
+ "Checking whether the database schema can be updated (this can take a long time depending on the database size)" : "Verificando si el archivo del esquema de base de datos puede ser actualizado (esto puedo tomar mucho tiempo dependiendo del tamaño de la base de datos)",
+ "Checked database schema update" : "Actualización del esquema de base de datos verificada",
+ "Checking updates of apps" : "Verificando actualizaciones para aplicaciones",
+ "Checking for update of app \"%s\" in appstore" : "Verificando actualizaciones para la aplicacion \"%s\" en la appstore",
+ "Update app \"%s\" from appstore" : "Actualizar la aplicación \"%s\" desde la appstore",
+ "Checked for update of app \"%s\" in appstore" : "Se verificaron actualizaciones para la aplicación \"%s\" en la appstore",
+ "Checked database schema update for apps" : "Se verificó la actualización del esquema de la base de datos para las aplicaciones",
+ "Following apps have been disabled: %s" : "Las siguientes aplicaciones han sido deshabilitadas: %s",
+ "Your web server is not properly set up to resolve \"{url}\". Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Tu servidor web no está correctamente configurado para resolver \"{url}\". Puedes encontrar más información al respecto en la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentación</a>.",
+ "Check the background job settings" : "Verifica la configuración de los trabajos de fondo",
+ "No memory cache has been configured. To enhance performance, please configure a memcache, if available. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "No se ha configurado el caché de memoria. Para mejorar el desempeño, por favor configura un memcahce, si está disponible. Puedes encontrar más información en la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentación</a>.",
+ "You are currently running PHP {version}. Upgrade your PHP version to take advantage of <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">performance and security updates provided by the PHP Group</a> as soon as your distribution supports it." : "Estás ejecutando PHP {version}. Actualiza tu versión de PHP para aprovechar las <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">actualizaciones de desempeño y seguridad proporcionadas por el Grupo PHP</a> tan pronto como tu distribución lo soporte. ",
+ "The reverse proxy header configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If not, this is a security issue and can allow an attacker to spoof their IP address as visible to the Nextcloud. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "La configuración de los encabezados del proxy inverso es incorrecta, o estás accediendo a Nextcloud desde un proxy de confianza. Si no es el caso, se trata de un tema de seguridad y le puede permitir a un atacante hacer su dirección IP apócrifa visible para Nextcloud. Puedes encontar más infomración en nuestra <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentación</a>.",
+ "Memcached is configured as distributed cache, but the wrong PHP module \"memcache\" is installed. \\OC\\Memcache\\Memcached only supports \"memcached\" and not \"memcache\". See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">memcached wiki about both modules</a>." : "Memecahced está configurado como un cache distribuido, pero un módulo equivocado de \"memcache\" está instalado. \\OC\\Memcache\\Memcached sólo soporta \"memcached\". Consulta <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">el wiki de memcached en relación a ambos módulos</a>.",
+ "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">List of invalid files…</a> / <a href=\"{rescanEndpoint}\">Rescan…</a>)" : "Algunos archivos no pasaron la verificación de integridad. Puedes encontrar más información de cómo resolver este problema en la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentación</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">Lista de archivos inválidos...</a>/<a href=\"{rescanEndpoint}\">Volver a verificar...</a>)",
+ "The PHP OPcache is not properly configured. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance it is recommended</a> to use the following settings in the <code>php.ini</code>:" : "El OPcache de PHP no está configurado correctamente. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Para un mejor desempeño se recomienda</a> usar las sigueintes configuraciones en el archivo <code>php.ini</code>:",
+ "Continue to Nextcloud" : "Continuar a Nextcloud",
+ "_The update was successful. Redirecting you to Nextcloud in %n second._::_The update was successful. Redirecting you to Nextcloud in %n seconds._" : ["La actualización fue exitosa. Lo estamos redireccionando a Nextcloud en %n segundo. ","La actualización fue exitosa. Te redireccionaremos a Nextcloud en %n segundos."],
+ "Searching other places" : "Buscando en otras ubicaciones",
+ "No search results in other folders for {tag}{filter}{endtag}" : "No hay resultados para la búsqueda {tag}{filter}{endtag} en otras carpetas",
+ "_{count} search result in another folder_::_{count} search results in other folders_" : ["{count} resultado de la búsqueda en otra carpeta","{count} resultados de la búsqueda en otras carpetas"],
+ "Password can not be changed. Please contact your administrator." : "Las contraseñas no se pueden cambiar. Por favor contacta a tu adminstrador",
+ "These apps will be updated:" : "Las siguientes apllicaciones se actualizarán:"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
} \ No newline at end of file
diff --git a/core/l10n/es_CO.js b/core/l10n/es_CO.js
index a78cc1d6122..3d90d625133 100644
--- a/core/l10n/es_CO.js
+++ b/core/l10n/es_CO.js
@@ -32,34 +32,18 @@ OC.L10N.register(
"Maintenance mode is kept active" : "El modo mantenimiento sigue activo",
"Updating database schema" : "Actualizando esquema de base de datos",
"Updated database" : "Base de datos actualizada",
- "Checking whether the database schema can be updated (this can take a long time depending on the database size)" : "Verificando si el archivo del esquema de base de datos puede ser actualizado (esto puedo tomar mucho tiempo dependiendo del tamaño de la base de datos)",
- "Checked database schema update" : "Actualización del esquema de base de datos verificada",
- "Checking updates of apps" : "Verificando actualizaciones para aplicaciones",
- "Checking for update of app \"%s\" in appstore" : "Verificando actualizaciones para la aplicacion \"%s\" en la appstore",
- "Update app \"%s\" from appstore" : "Actualizar la aplicación \"%s\" desde la appstore",
- "Checked for update of app \"%s\" in appstore" : "Se verificaron actualizaciones para la aplicación \"%s\" en la appstore",
"Checking whether the database schema for %s can be updated (this can take a long time depending on the database size)" : "Verificando si el esquema de la base de datos para %s puede ser actualizado (esto puede tomar mucho tiempo dependiendo del tamaño de la base de datos)",
- "Checked database schema update for apps" : "Se verificó la actualización del esquema de la base de datos para las aplicaciones",
"Set log level to debug" : "Establecer nivel de bitacora a depurar",
"Reset log level" : "Restablecer nivel de bitácora",
"Starting code integrity check" : "Comenzando verificación de integridad del código",
"Finished code integrity check" : "Terminó la verificación de integridad del código ",
"%s (incompatible)" : "%s (incompatible)",
- "Following apps have been disabled: %s" : "Las siguientes aplicaciones han sido deshabilitadas: %s",
"Already up to date" : "Ya está actualizado",
"Your web server is not yet properly set up to allow file synchronization, because the WebDAV interface seems to be broken." : "Tu servidor web aún no esta correctamente configurado para permitir la sincronización de archivos porque la interfaz WebDAV parece estar rota. ",
- "Your web server is not properly set up to resolve \"{url}\". Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Tu servidor web no está correctamente configurado para resolver \"{url}\". Puedes encontrar más información al respecto en la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentación</a>.",
"PHP does not seem to be setup properly to query system environment variables. The test with getenv(\"PATH\") only returns an empty response." : "PHP no parece estar configurado correctamente para consultar las variables de ambiente. La prueba con getenv(\"PATH\") sólo regresa una respuesta vacía.",
"Your database does not run with \"READ COMMITTED\" transaction isolation level. This can cause problems when multiple actions are executed in parallel." : "Tu base de datos no puede correr con el nivel de aislamiento de transacción de \"READ COMMITTED\". Puede causar problemas cuando mútiples acciones sean ejecutadas en paralelo.",
"It was not possible to execute the cron job via CLI. The following technical errors have appeared:" : "No fue posible ejecutar el trabajo de cron via CLI. Se presentaron los siguientes errores técnicos:",
- "Check the background job settings" : "Verifica la configuración de los trabajos de fondo",
"This server has no working Internet connection: Multiple endpoints could not be reached. This means that some of the features like mounting external storage, notifications about updates or installation of third-party apps will not work. Accessing files remotely and sending of notification emails might not work, either. Establish a connection from this server to the Internet to enjoy all features." : "El servidor no cuenta con una conexión a Internet: No se pudieron alcanzar múltiples endpoints. Esto significa que algunas características como montar almacenamiento externo, notificaciones de actualizaciones o instalación de aplicaciones de 3ros no funcionarán correctamente. Acceder archivos de forma remota y el envío de de notificaciones por correo electrónico puede que no funcionen tampoco. Establece una conexión desde este servidor a Internet para aprovechar todas las funcionalidades.",
- "No memory cache has been configured. To enhance performance, please configure a memcache, if available. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "No se ha configurado el caché de memoria. Para mejorar el desempeño, por favor configura un memcahce, si está disponible. Puedes encontrar más información en la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentación</a>.",
- "You are currently running PHP {version}. Upgrade your PHP version to take advantage of <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">performance and security updates provided by the PHP Group</a> as soon as your distribution supports it." : "Estás ejecutando PHP {version}. Actualiza tu versión de PHP para aprovechar las <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">actualizaciones de desempeño y seguridad proporcionadas por el Grupo PHP</a> tan pronto como tu distribución lo soporte. ",
- "The reverse proxy header configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If not, this is a security issue and can allow an attacker to spoof their IP address as visible to the Nextcloud. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "La configuración de los encabezados del proxy inverso es incorrecta, o estás accediendo a Nextcloud desde un proxy de confianza. Si no es el caso, se trata de un tema de seguridad y le puede permitir a un atacante hacer su dirección IP apócrifa visible para Nextcloud. Puedes encontar más infomración en nuestra <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentación</a>.",
- "Memcached is configured as distributed cache, but the wrong PHP module \"memcache\" is installed. \\OC\\Memcache\\Memcached only supports \"memcached\" and not \"memcache\". See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">memcached wiki about both modules</a>." : "Memecahced está configurado como un cache distribuido, pero un módulo equivocado de \"memcache\" está instalado. \\OC\\Memcache\\Memcached sólo soporta \"memcached\". Consulta <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">el wiki de memcached en relación a ambos módulos</a>.",
- "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">List of invalid files…</a> / <a href=\"{rescanEndpoint}\">Rescan…</a>)" : "Algunos archivos no pasaron la verificación de integridad. Puedes encontrar más información de cómo resolver este problema en la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentación</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">Lista de archivos inválidos...</a>/<a href=\"{rescanEndpoint}\">Volver a verificar...</a>)",
- "The PHP OPcache is not properly configured. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance it is recommended</a> to use the following settings in the <code>php.ini</code>:" : "El OPcache de PHP no está configurado correctamente. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Para un mejor desempeño se recomienda</a> usar las sigueintes configuraciones en el archivo <code>php.ini</code>:",
"The PHP function \"set_time_limit\" is not available. This could result in scripts being halted mid-execution, breaking your installation. Enabling this function is strongly recommended." : "La función de PHP \"set_time_limit\" no está disponible. Esto podría generar que la ejecución de scripts se detenga, rompiendo su instalación. Se recomienda ámpliamente habilitar esta función. ",
"Your PHP does not have FreeType support, resulting in breakage of profile pictures and the settings interface." : "Tu PHP no cuenta con soporte FreeType, lo que resulta en fallas en la imagen de perfil y la interface de configuraciones. ",
"SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend." : "Actualmente estás usando SQLite como el backend de base de datos. Para instalaciones más grandes te recomendamos cambiar a un backend de base de datos diferente.",
@@ -68,13 +52,6 @@ OC.L10N.register(
"Your data directory and files are probably accessible from the Internet. The .htaccess file is not working. It is strongly recommended that you configure your web server so that the data directory is no longer accessible, or move the data directory outside the web server document root." : "Probablemente tu directorio de datos y archivos sean accesibles desde Internet. El archivo .htaccess no está funcionando. Se recomienda ampliamente que configures tu servidor web para que el directorio de datos no sea accesible, o bien, que muevas el directorio de datos fuera del directorio raíz del servidor web.",
"The \"{header}\" HTTP header is not set to \"{expected}\". This is a potential security or privacy risk, as it is recommended to adjust this setting accordingly." : "El encabezado HTTP \"{header}\" está establecido a \"{expected}\". Esto representa un riesgo potencial de seguridad o privacidad, y que se recomienda ajustar esta configuración. ",
"The \"{header}\" HTTP header is not set to \"{expected}\". Some features might not work correctly, as it is recommended to adjust this setting accordingly." : "El encabezado HTTP \"{header}\" no está establecido a \"{expected}\". Puede que lgunas características no funcionen correctamente, y se recomienda ajustar esta confirguración. ",
- "Non-existing tag #{tag}" : "Etiqueta #{tag} no-existente",
- "restricted" : "restringido",
- "invisible" : "invisible",
- "Delete" : "Borrar",
- "Rename" : "Renombrar",
- "Collaborative tags" : "Etiquetas colaborativas",
- "No tags found" : "No se encontraron etiquetas",
"unknown text" : "texto desconocido",
"Hello world!" : "¡Hola mundo!",
"sunny" : "soleado",
@@ -89,30 +66,27 @@ OC.L10N.register(
"Please reload the page." : "Por favor vuelve a cargar la página.",
"The update was unsuccessful. For more information <a href=\"{url}\">check our forum post</a> covering this issue." : "La actualización no fue exitosa. Para más información <a href=\"{url}\">consulta nuestro comentario en el foro </a> que cubre este tema. ",
"The update was unsuccessful. Please report this issue to the <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">Nextcloud community</a>." : "La actualización no fue exitosa. Por favor reporta este tema a la <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">Comunidad Nextcloud</a>.",
- "Continue to Nextcloud" : "Continuar a Nextcloud",
- "_The update was successful. Redirecting you to Nextcloud in %n second._::_The update was successful. Redirecting you to Nextcloud in %n seconds._" : ["La actualización fue exitosa. Lo estamos redireccionando a Nextcloud en %n segundo. ","La actualización fue exitosa. Te redireccionaremos a Nextcloud en %n segundos."],
- "Searching other places" : "Buscando en otras ubicaciones",
- "No search results in other folders for {tag}{filter}{endtag}" : "No hay resultados para la búsqueda {tag}{filter}{endtag} en otras carpetas",
- "_{count} search result in another folder_::_{count} search results in other folders_" : ["{count} resultado de la búsqueda en otra carpeta","{count} resultados de la búsqueda en otras carpetas"],
+ "Log in" : "Ingresar",
+ "Logging in …" : "Iniciando sesión ...",
"Server side authentication failed!" : "¡Falló la autenticación del lado del servidor!",
"Please contact your administrator." : "Por favor contacta al administrador.",
"An internal error occurred." : "Se presentó un error interno.",
"Please try again or contact your administrator." : "Por favor vuelve a intentarlo o contacta a tu adminsitrador. ",
"Username or email" : "Usuario o correo electrónico",
"Password" : "Contraseña",
- "Log in" : "Ingresar",
- "Logging in …" : "Iniciando sesión ...",
"Wrong username or password." : "Usuario o contraseña equivocado. ",
"User disabled" : "Usuario deshabilitado",
"We have detected multiple invalid login attempts from your IP. Therefore your next login is throttled up to 30 seconds." : "Hemos detectado múltiples intentos de inicio de sesión desde tu IP. Por lo tanto tu siguiente incio de sesión se retrasará hasta 30 segundos. ",
"Reset password" : "Restablecer contraseña",
"Couldn't send reset email. Please contact your administrator." : "No fue posible enviar el correo de restauración. Por favor contacta a tu adminsitrador. ",
- "Password can not be changed. Please contact your administrator." : "Las contraseñas no se pueden cambiar. Por favor contacta a tu adminstrador",
"Back to login" : "Regresar al inicio de sesión",
"New password" : "Nueva contraseña",
"I know what I'm doing" : "Sé lo que estoy haciendo",
"Cancel" : "Cancelar",
"Forgot password?" : "¿Olvidaste tu contraseña?",
+ "Back" : "Atrás",
+ "Reset search" : "Reestablecer búsqueda",
+ "Search" : "Buscar",
"Settings" : "Configuraciones ",
"Could not load your contacts" : "No fue posible cargar tus contactos",
"Search contacts …" : "Buscar contactos ...",
@@ -143,7 +117,7 @@ OC.L10N.register(
"One file conflict" : "Un conflicto en el archivo",
"New Files" : "Archivos Nuevos",
"Already existing files" : "Archivos ya existentes",
- "Which files do you want to keep?" : "¿Cuales archivos deseas mantener?",
+ "Which files do you want to keep?" : "¿Cuáles archivos deseas mantener?",
"If you select both versions, the copied file will have a number added to its name." : "Si seleccionas ambas versiones, se le agregará un número al nombre del archivo copiado.",
"Continue" : "Continuar",
"(all selected)" : "(todos seleccionados)",
@@ -167,6 +141,13 @@ OC.L10N.register(
"Strong password" : "Contraseña fuerte",
"No action available" : "No hay acciones disponibles",
"Error fetching contact actions" : "Se presentó un error al traer las acciónes de contatos",
+ "Non-existing tag #{tag}" : "Etiqueta #{tag} no-existente",
+ "restricted" : "restringido",
+ "invisible" : "invisible",
+ "Delete" : "Borrar",
+ "Rename" : "Renombrar",
+ "Collaborative tags" : "Etiquetas colaborativas",
+ "No tags found" : "No se encontraron etiquetas",
"Personal" : "Personal",
"Users" : "Usuarios",
"Apps" : "Aplicaciones",
@@ -214,8 +195,6 @@ OC.L10N.register(
"More apps" : "Más aplicaciones",
"More" : "Más",
"More apps menu" : "Menú de más aplicaciones",
- "Search" : "Buscar",
- "Reset search" : "Reestablecer búsqueda",
"Contacts" : "Contactos",
"Contacts menu" : "Menú de Contactos",
"Settings menu" : "Menú de Configuraciones",
@@ -233,7 +212,6 @@ OC.L10N.register(
"Access through untrusted domain" : "Accesa a través de un dominio no de confianza",
"Please contact your administrator. If you are an administrator, edit the \"trusted_domains\" setting in config/config.php like the example in config.sample.php." : "Por favor contacta a tu adminsitrador. Si tu eres un administrador, edita la propiedad \"trusted_domains\" en el archivo config/config.php como en el ejemplo config.sample.php.",
"App update required" : "Se requiere una actualización de la aplicación",
- "These apps will be updated:" : "Las siguientes apllicaciones se actualizarán:",
"These incompatible apps will be disabled:" : "Las siguientes aplicaciones incompatibles serán deshabilitadas:",
"The theme %s has been disabled." : "El tema %s ha sido deshabilitado. ",
"Please make sure that the database, the config folder and the data folder have been backed up before proceeding." : "Por favor asegurarte de que la base de datos, la carpeta de configuración y las carpetas de datos hayan sido respaldadas antes de continuar. ",
@@ -247,72 +225,28 @@ OC.L10N.register(
"Upgrade via web on my own risk" : "Actualizar vía Web bajo mi propio riesgo",
"This %s instance is currently in maintenance mode, which may take a while." : "Esta instancia %s se encuentra actualmente en modo mantenimiento, que podría tomar algo de tiempo. ",
"Contact your system administrator if this message persists or appeared unexpectedly." : "Contacta a tu administrador del sistema si este mensaje persiste o se presentó de manera inesperada.",
- "Could not send reset email because there is no email address for this username. Please contact your administrator." : "No fue posible enviar el correo electrónico para restablecer porque no hay una dirección de correo electrónico para este usuario. Por favor contacta a tu adminsitrador. ",
- "Couldn't send reset email. Please make sure your username is correct." : "No fue posible restablecer el correo electrónico. Por favor asegurarte de que tu nombre de usuario sea correcto. ",
- "Your files are encrypted. There will be no way to get your data back after your password is reset.<br />If you are not sure what to do, please contact your administrator before you continue. <br />Do you really want to continue?" : "Tus archivos están encriptados. No habrá manera de recuperar tus datos una vez que restablezca tu contraseña. <br />Si no estás seguro de qué hacer, por favor contacta a tu administrador antes de continuar. <br />¿Realmente deseas continuar?",
- "Sending email …" : "Enviando correo electrónico ...",
- "You are currently running PHP 5.6. The current major version of Nextcloud is the last that is supported on PHP 5.6. It is recommended to upgrade the PHP version to 7.0+ to be able to upgrade to Nextcloud 14." : "Actualmente estás corriendo PHP 5.6. La versión principal actual de Nextcloud es la última que será soportada en PHPH 5.6. Te recomendamos actualizar la versión de PHP a la 7.0+ para que puedas actualizar a Nextcloud 14.",
- "Shared" : "Compartido",
- "Shared with" : "Compartido con",
- "Shared by" : "Compartido por",
- "Choose a password for the public link" : "Seleccione una contraseña para la liga pública",
- "Choose a password for the public link or press the \"Enter\" key" : "Elige una contraseña para la liga pública o presiona la tecla \"Intro\"",
- "Copied!" : "¡Copiado!",
- "Copy link" : "Copiar liga",
- "Not supported!" : "¡No está soportado!",
- "Press ⌘-C to copy." : "Presiona ⌘-C para copiar.",
- "Press Ctrl-C to copy." : "Presiona Ctrl-C para copiar.",
- "Resharing is not allowed" : "No se permite volver a compartir",
- "Link" : "Liga",
- "Password protect" : "Proteger con contraseña",
- "Allow editing" : "Permitir editar",
- "Email link to person" : "Enviar la liga por correo electrónico a una persona",
- "Send" : "Enviar",
- "Allow upload and editing" : "Permitir carga y edición",
- "Read only" : "Sólo lectura",
- "File drop (upload only)" : "Permitir carga",
- "Set expiration date" : "Selecciona la vigencia de tu archivo",
- "Expiration" : "Expiración",
- "Expiration date" : "Fecha de expiración",
- "Unshare" : "Dejar de compartir",
- "Share to {name}" : "Compartir con {name}",
- "Share link" : "Compartir liga",
- "Could not unshare" : "No fue posible dejar de compartir",
- "Shared with you and the group {group} by {owner}" : "Compartido contigo y el grupo {group} por {owner}",
- "Shared with you by {owner}" : "Compartido contigo por {owner}",
- "Choose a password for the mail share" : "Elige una contraseña para el elemento compartido por correo",
- "group" : "grupo",
- "remote" : "remoto",
- "email" : "correo electrónico",
- "shared by {sharer}" : "compartido por {sharer}",
- "Can reshare" : "Puede volver a compartir",
- "Can edit" : "Puede editar",
- "Can create" : "Puede crear",
- "Can change" : "Puede cambiar",
- "Can delete" : "Puede borrar",
- "Access control" : "Control de acceso",
- "Error while sharing" : "Se presentó un error al compartir",
- "Share details could not be loaded for this item." : "Los detalles del recurso compartido no se pudieron cargar para este elemento. ",
- "_At least {count} character is needed for autocompletion_::_At least {count} characters are needed for autocompletion_" : ["Se requiere de la menos {count} caracter para el auto completar","Se requieren de la menos {count} caracteres para el auto completar"],
- "This list is maybe truncated - please refine your search term to see more results." : "Esta lista puede estar truncada - por favor refina tus términos de búsqueda para poder ver más resultados. ",
- "No users or groups found for {search}" : "No se encontraron usuarios o gurpos para {search}",
- "No users found for {search}" : "No se encontraron usuarios para {search}",
- "An error occurred (\"{message}\"). Please try again" : "Se presentó un error (\"{message}\"). Por favor vuelve a intentarlo",
- "An error occurred. Please try again" : "Se presentó un error. Por favor vuelve a intentarlo",
- "Home" : "Inicio",
- "Work" : "Trabajo",
- "Other" : "Otro",
- "{sharee} ({type}, {owner})" : "{sharee} ({type}, {owner})",
- "Share" : "Compartir",
- "Name or email address..." : "Nombre o dirección de correo electrónico",
- "Name or federated cloud ID..." : "Nombre...",
- "Name, federated cloud ID or email address..." : "Nombre o dirección de correo electrónico...",
- "Name..." : "Nombre...",
- "Error removing share" : "Se presentó un error al dejar de compartir",
- "({scope})" : "({scope})",
- "Saving..." : "Guardando...",
- "Dismiss" : "Descartar",
- "New Password" : "Nueva Contraseña",
- "Cancel log in" : "Cancelar inicio de sesión"
+ "Checking whether the database schema can be updated (this can take a long time depending on the database size)" : "Verificando si el archivo del esquema de base de datos puede ser actualizado (esto puedo tomar mucho tiempo dependiendo del tamaño de la base de datos)",
+ "Checked database schema update" : "Actualización del esquema de base de datos verificada",
+ "Checking updates of apps" : "Verificando actualizaciones para aplicaciones",
+ "Checking for update of app \"%s\" in appstore" : "Verificando actualizaciones para la aplicacion \"%s\" en la appstore",
+ "Update app \"%s\" from appstore" : "Actualizar la aplicación \"%s\" desde la appstore",
+ "Checked for update of app \"%s\" in appstore" : "Se verificaron actualizaciones para la aplicación \"%s\" en la appstore",
+ "Checked database schema update for apps" : "Se verificó la actualización del esquema de la base de datos para las aplicaciones",
+ "Following apps have been disabled: %s" : "Las siguientes aplicaciones han sido deshabilitadas: %s",
+ "Your web server is not properly set up to resolve \"{url}\". Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Tu servidor web no está correctamente configurado para resolver \"{url}\". Puedes encontrar más información al respecto en la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentación</a>.",
+ "Check the background job settings" : "Verifica la configuración de los trabajos de fondo",
+ "No memory cache has been configured. To enhance performance, please configure a memcache, if available. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "No se ha configurado el caché de memoria. Para mejorar el desempeño, por favor configura un memcahce, si está disponible. Puedes encontrar más información en la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentación</a>.",
+ "You are currently running PHP {version}. Upgrade your PHP version to take advantage of <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">performance and security updates provided by the PHP Group</a> as soon as your distribution supports it." : "Estás ejecutando PHP {version}. Actualiza tu versión de PHP para aprovechar las <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">actualizaciones de desempeño y seguridad proporcionadas por el Grupo PHP</a> tan pronto como tu distribución lo soporte. ",
+ "The reverse proxy header configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If not, this is a security issue and can allow an attacker to spoof their IP address as visible to the Nextcloud. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "La configuración de los encabezados del proxy inverso es incorrecta, o estás accediendo a Nextcloud desde un proxy de confianza. Si no es el caso, se trata de un tema de seguridad y le puede permitir a un atacante hacer su dirección IP apócrifa visible para Nextcloud. Puedes encontar más infomración en nuestra <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentación</a>.",
+ "Memcached is configured as distributed cache, but the wrong PHP module \"memcache\" is installed. \\OC\\Memcache\\Memcached only supports \"memcached\" and not \"memcache\". See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">memcached wiki about both modules</a>." : "Memecahced está configurado como un cache distribuido, pero un módulo equivocado de \"memcache\" está instalado. \\OC\\Memcache\\Memcached sólo soporta \"memcached\". Consulta <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">el wiki de memcached en relación a ambos módulos</a>.",
+ "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">List of invalid files…</a> / <a href=\"{rescanEndpoint}\">Rescan…</a>)" : "Algunos archivos no pasaron la verificación de integridad. Puedes encontrar más información de cómo resolver este problema en la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentación</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">Lista de archivos inválidos...</a>/<a href=\"{rescanEndpoint}\">Volver a verificar...</a>)",
+ "The PHP OPcache is not properly configured. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance it is recommended</a> to use the following settings in the <code>php.ini</code>:" : "El OPcache de PHP no está configurado correctamente. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Para un mejor desempeño se recomienda</a> usar las sigueintes configuraciones en el archivo <code>php.ini</code>:",
+ "Continue to Nextcloud" : "Continuar a Nextcloud",
+ "_The update was successful. Redirecting you to Nextcloud in %n second._::_The update was successful. Redirecting you to Nextcloud in %n seconds._" : ["La actualización fue exitosa. Lo estamos redireccionando a Nextcloud en %n segundo. ","La actualización fue exitosa. Te redireccionaremos a Nextcloud en %n segundos."],
+ "Searching other places" : "Buscando en otras ubicaciones",
+ "No search results in other folders for {tag}{filter}{endtag}" : "No hay resultados para la búsqueda {tag}{filter}{endtag} en otras carpetas",
+ "_{count} search result in another folder_::_{count} search results in other folders_" : ["{count} resultado de la búsqueda en otra carpeta","{count} resultados de la búsqueda en otras carpetas"],
+ "Password can not be changed. Please contact your administrator." : "Las contraseñas no se pueden cambiar. Por favor contacta a tu adminstrador",
+ "These apps will be updated:" : "Las siguientes apllicaciones se actualizarán:"
},
"nplurals=2; plural=(n != 1);");
diff --git a/core/l10n/es_CO.json b/core/l10n/es_CO.json
index b263fa894d1..01e67ef07ef 100644
--- a/core/l10n/es_CO.json
+++ b/core/l10n/es_CO.json
@@ -30,34 +30,18 @@
"Maintenance mode is kept active" : "El modo mantenimiento sigue activo",
"Updating database schema" : "Actualizando esquema de base de datos",
"Updated database" : "Base de datos actualizada",
- "Checking whether the database schema can be updated (this can take a long time depending on the database size)" : "Verificando si el archivo del esquema de base de datos puede ser actualizado (esto puedo tomar mucho tiempo dependiendo del tamaño de la base de datos)",
- "Checked database schema update" : "Actualización del esquema de base de datos verificada",
- "Checking updates of apps" : "Verificando actualizaciones para aplicaciones",
- "Checking for update of app \"%s\" in appstore" : "Verificando actualizaciones para la aplicacion \"%s\" en la appstore",
- "Update app \"%s\" from appstore" : "Actualizar la aplicación \"%s\" desde la appstore",
- "Checked for update of app \"%s\" in appstore" : "Se verificaron actualizaciones para la aplicación \"%s\" en la appstore",
"Checking whether the database schema for %s can be updated (this can take a long time depending on the database size)" : "Verificando si el esquema de la base de datos para %s puede ser actualizado (esto puede tomar mucho tiempo dependiendo del tamaño de la base de datos)",
- "Checked database schema update for apps" : "Se verificó la actualización del esquema de la base de datos para las aplicaciones",
"Set log level to debug" : "Establecer nivel de bitacora a depurar",
"Reset log level" : "Restablecer nivel de bitácora",
"Starting code integrity check" : "Comenzando verificación de integridad del código",
"Finished code integrity check" : "Terminó la verificación de integridad del código ",
"%s (incompatible)" : "%s (incompatible)",
- "Following apps have been disabled: %s" : "Las siguientes aplicaciones han sido deshabilitadas: %s",
"Already up to date" : "Ya está actualizado",
"Your web server is not yet properly set up to allow file synchronization, because the WebDAV interface seems to be broken." : "Tu servidor web aún no esta correctamente configurado para permitir la sincronización de archivos porque la interfaz WebDAV parece estar rota. ",
- "Your web server is not properly set up to resolve \"{url}\". Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Tu servidor web no está correctamente configurado para resolver \"{url}\". Puedes encontrar más información al respecto en la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentación</a>.",
"PHP does not seem to be setup properly to query system environment variables. The test with getenv(\"PATH\") only returns an empty response." : "PHP no parece estar configurado correctamente para consultar las variables de ambiente. La prueba con getenv(\"PATH\") sólo regresa una respuesta vacía.",
"Your database does not run with \"READ COMMITTED\" transaction isolation level. This can cause problems when multiple actions are executed in parallel." : "Tu base de datos no puede correr con el nivel de aislamiento de transacción de \"READ COMMITTED\". Puede causar problemas cuando mútiples acciones sean ejecutadas en paralelo.",
"It was not possible to execute the cron job via CLI. The following technical errors have appeared:" : "No fue posible ejecutar el trabajo de cron via CLI. Se presentaron los siguientes errores técnicos:",
- "Check the background job settings" : "Verifica la configuración de los trabajos de fondo",
"This server has no working Internet connection: Multiple endpoints could not be reached. This means that some of the features like mounting external storage, notifications about updates or installation of third-party apps will not work. Accessing files remotely and sending of notification emails might not work, either. Establish a connection from this server to the Internet to enjoy all features." : "El servidor no cuenta con una conexión a Internet: No se pudieron alcanzar múltiples endpoints. Esto significa que algunas características como montar almacenamiento externo, notificaciones de actualizaciones o instalación de aplicaciones de 3ros no funcionarán correctamente. Acceder archivos de forma remota y el envío de de notificaciones por correo electrónico puede que no funcionen tampoco. Establece una conexión desde este servidor a Internet para aprovechar todas las funcionalidades.",
- "No memory cache has been configured. To enhance performance, please configure a memcache, if available. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "No se ha configurado el caché de memoria. Para mejorar el desempeño, por favor configura un memcahce, si está disponible. Puedes encontrar más información en la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentación</a>.",
- "You are currently running PHP {version}. Upgrade your PHP version to take advantage of <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">performance and security updates provided by the PHP Group</a> as soon as your distribution supports it." : "Estás ejecutando PHP {version}. Actualiza tu versión de PHP para aprovechar las <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">actualizaciones de desempeño y seguridad proporcionadas por el Grupo PHP</a> tan pronto como tu distribución lo soporte. ",
- "The reverse proxy header configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If not, this is a security issue and can allow an attacker to spoof their IP address as visible to the Nextcloud. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "La configuración de los encabezados del proxy inverso es incorrecta, o estás accediendo a Nextcloud desde un proxy de confianza. Si no es el caso, se trata de un tema de seguridad y le puede permitir a un atacante hacer su dirección IP apócrifa visible para Nextcloud. Puedes encontar más infomración en nuestra <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentación</a>.",
- "Memcached is configured as distributed cache, but the wrong PHP module \"memcache\" is installed. \\OC\\Memcache\\Memcached only supports \"memcached\" and not \"memcache\". See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">memcached wiki about both modules</a>." : "Memecahced está configurado como un cache distribuido, pero un módulo equivocado de \"memcache\" está instalado. \\OC\\Memcache\\Memcached sólo soporta \"memcached\". Consulta <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">el wiki de memcached en relación a ambos módulos</a>.",
- "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">List of invalid files…</a> / <a href=\"{rescanEndpoint}\">Rescan…</a>)" : "Algunos archivos no pasaron la verificación de integridad. Puedes encontrar más información de cómo resolver este problema en la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentación</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">Lista de archivos inválidos...</a>/<a href=\"{rescanEndpoint}\">Volver a verificar...</a>)",
- "The PHP OPcache is not properly configured. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance it is recommended</a> to use the following settings in the <code>php.ini</code>:" : "El OPcache de PHP no está configurado correctamente. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Para un mejor desempeño se recomienda</a> usar las sigueintes configuraciones en el archivo <code>php.ini</code>:",
"The PHP function \"set_time_limit\" is not available. This could result in scripts being halted mid-execution, breaking your installation. Enabling this function is strongly recommended." : "La función de PHP \"set_time_limit\" no está disponible. Esto podría generar que la ejecución de scripts se detenga, rompiendo su instalación. Se recomienda ámpliamente habilitar esta función. ",
"Your PHP does not have FreeType support, resulting in breakage of profile pictures and the settings interface." : "Tu PHP no cuenta con soporte FreeType, lo que resulta en fallas en la imagen de perfil y la interface de configuraciones. ",
"SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend." : "Actualmente estás usando SQLite como el backend de base de datos. Para instalaciones más grandes te recomendamos cambiar a un backend de base de datos diferente.",
@@ -66,13 +50,6 @@
"Your data directory and files are probably accessible from the Internet. The .htaccess file is not working. It is strongly recommended that you configure your web server so that the data directory is no longer accessible, or move the data directory outside the web server document root." : "Probablemente tu directorio de datos y archivos sean accesibles desde Internet. El archivo .htaccess no está funcionando. Se recomienda ampliamente que configures tu servidor web para que el directorio de datos no sea accesible, o bien, que muevas el directorio de datos fuera del directorio raíz del servidor web.",
"The \"{header}\" HTTP header is not set to \"{expected}\". This is a potential security or privacy risk, as it is recommended to adjust this setting accordingly." : "El encabezado HTTP \"{header}\" está establecido a \"{expected}\". Esto representa un riesgo potencial de seguridad o privacidad, y que se recomienda ajustar esta configuración. ",
"The \"{header}\" HTTP header is not set to \"{expected}\". Some features might not work correctly, as it is recommended to adjust this setting accordingly." : "El encabezado HTTP \"{header}\" no está establecido a \"{expected}\". Puede que lgunas características no funcionen correctamente, y se recomienda ajustar esta confirguración. ",
- "Non-existing tag #{tag}" : "Etiqueta #{tag} no-existente",
- "restricted" : "restringido",
- "invisible" : "invisible",
- "Delete" : "Borrar",
- "Rename" : "Renombrar",
- "Collaborative tags" : "Etiquetas colaborativas",
- "No tags found" : "No se encontraron etiquetas",
"unknown text" : "texto desconocido",
"Hello world!" : "¡Hola mundo!",
"sunny" : "soleado",
@@ -87,30 +64,27 @@
"Please reload the page." : "Por favor vuelve a cargar la página.",
"The update was unsuccessful. For more information <a href=\"{url}\">check our forum post</a> covering this issue." : "La actualización no fue exitosa. Para más información <a href=\"{url}\">consulta nuestro comentario en el foro </a> que cubre este tema. ",
"The update was unsuccessful. Please report this issue to the <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">Nextcloud community</a>." : "La actualización no fue exitosa. Por favor reporta este tema a la <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">Comunidad Nextcloud</a>.",
- "Continue to Nextcloud" : "Continuar a Nextcloud",
- "_The update was successful. Redirecting you to Nextcloud in %n second._::_The update was successful. Redirecting you to Nextcloud in %n seconds._" : ["La actualización fue exitosa. Lo estamos redireccionando a Nextcloud en %n segundo. ","La actualización fue exitosa. Te redireccionaremos a Nextcloud en %n segundos."],
- "Searching other places" : "Buscando en otras ubicaciones",
- "No search results in other folders for {tag}{filter}{endtag}" : "No hay resultados para la búsqueda {tag}{filter}{endtag} en otras carpetas",
- "_{count} search result in another folder_::_{count} search results in other folders_" : ["{count} resultado de la búsqueda en otra carpeta","{count} resultados de la búsqueda en otras carpetas"],
+ "Log in" : "Ingresar",
+ "Logging in …" : "Iniciando sesión ...",
"Server side authentication failed!" : "¡Falló la autenticación del lado del servidor!",
"Please contact your administrator." : "Por favor contacta al administrador.",
"An internal error occurred." : "Se presentó un error interno.",
"Please try again or contact your administrator." : "Por favor vuelve a intentarlo o contacta a tu adminsitrador. ",
"Username or email" : "Usuario o correo electrónico",
"Password" : "Contraseña",
- "Log in" : "Ingresar",
- "Logging in …" : "Iniciando sesión ...",
"Wrong username or password." : "Usuario o contraseña equivocado. ",
"User disabled" : "Usuario deshabilitado",
"We have detected multiple invalid login attempts from your IP. Therefore your next login is throttled up to 30 seconds." : "Hemos detectado múltiples intentos de inicio de sesión desde tu IP. Por lo tanto tu siguiente incio de sesión se retrasará hasta 30 segundos. ",
"Reset password" : "Restablecer contraseña",
"Couldn't send reset email. Please contact your administrator." : "No fue posible enviar el correo de restauración. Por favor contacta a tu adminsitrador. ",
- "Password can not be changed. Please contact your administrator." : "Las contraseñas no se pueden cambiar. Por favor contacta a tu adminstrador",
"Back to login" : "Regresar al inicio de sesión",
"New password" : "Nueva contraseña",
"I know what I'm doing" : "Sé lo que estoy haciendo",
"Cancel" : "Cancelar",
"Forgot password?" : "¿Olvidaste tu contraseña?",
+ "Back" : "Atrás",
+ "Reset search" : "Reestablecer búsqueda",
+ "Search" : "Buscar",
"Settings" : "Configuraciones ",
"Could not load your contacts" : "No fue posible cargar tus contactos",
"Search contacts …" : "Buscar contactos ...",
@@ -141,7 +115,7 @@
"One file conflict" : "Un conflicto en el archivo",
"New Files" : "Archivos Nuevos",
"Already existing files" : "Archivos ya existentes",
- "Which files do you want to keep?" : "¿Cuales archivos deseas mantener?",
+ "Which files do you want to keep?" : "¿Cuáles archivos deseas mantener?",
"If you select both versions, the copied file will have a number added to its name." : "Si seleccionas ambas versiones, se le agregará un número al nombre del archivo copiado.",
"Continue" : "Continuar",
"(all selected)" : "(todos seleccionados)",
@@ -165,6 +139,13 @@
"Strong password" : "Contraseña fuerte",
"No action available" : "No hay acciones disponibles",
"Error fetching contact actions" : "Se presentó un error al traer las acciónes de contatos",
+ "Non-existing tag #{tag}" : "Etiqueta #{tag} no-existente",
+ "restricted" : "restringido",
+ "invisible" : "invisible",
+ "Delete" : "Borrar",
+ "Rename" : "Renombrar",
+ "Collaborative tags" : "Etiquetas colaborativas",
+ "No tags found" : "No se encontraron etiquetas",
"Personal" : "Personal",
"Users" : "Usuarios",
"Apps" : "Aplicaciones",
@@ -212,8 +193,6 @@
"More apps" : "Más aplicaciones",
"More" : "Más",
"More apps menu" : "Menú de más aplicaciones",
- "Search" : "Buscar",
- "Reset search" : "Reestablecer búsqueda",
"Contacts" : "Contactos",
"Contacts menu" : "Menú de Contactos",
"Settings menu" : "Menú de Configuraciones",
@@ -231,7 +210,6 @@
"Access through untrusted domain" : "Accesa a través de un dominio no de confianza",
"Please contact your administrator. If you are an administrator, edit the \"trusted_domains\" setting in config/config.php like the example in config.sample.php." : "Por favor contacta a tu adminsitrador. Si tu eres un administrador, edita la propiedad \"trusted_domains\" en el archivo config/config.php como en el ejemplo config.sample.php.",
"App update required" : "Se requiere una actualización de la aplicación",
- "These apps will be updated:" : "Las siguientes apllicaciones se actualizarán:",
"These incompatible apps will be disabled:" : "Las siguientes aplicaciones incompatibles serán deshabilitadas:",
"The theme %s has been disabled." : "El tema %s ha sido deshabilitado. ",
"Please make sure that the database, the config folder and the data folder have been backed up before proceeding." : "Por favor asegurarte de que la base de datos, la carpeta de configuración y las carpetas de datos hayan sido respaldadas antes de continuar. ",
@@ -245,72 +223,28 @@
"Upgrade via web on my own risk" : "Actualizar vía Web bajo mi propio riesgo",
"This %s instance is currently in maintenance mode, which may take a while." : "Esta instancia %s se encuentra actualmente en modo mantenimiento, que podría tomar algo de tiempo. ",
"Contact your system administrator if this message persists or appeared unexpectedly." : "Contacta a tu administrador del sistema si este mensaje persiste o se presentó de manera inesperada.",
- "Could not send reset email because there is no email address for this username. Please contact your administrator." : "No fue posible enviar el correo electrónico para restablecer porque no hay una dirección de correo electrónico para este usuario. Por favor contacta a tu adminsitrador. ",
- "Couldn't send reset email. Please make sure your username is correct." : "No fue posible restablecer el correo electrónico. Por favor asegurarte de que tu nombre de usuario sea correcto. ",
- "Your files are encrypted. There will be no way to get your data back after your password is reset.<br />If you are not sure what to do, please contact your administrator before you continue. <br />Do you really want to continue?" : "Tus archivos están encriptados. No habrá manera de recuperar tus datos una vez que restablezca tu contraseña. <br />Si no estás seguro de qué hacer, por favor contacta a tu administrador antes de continuar. <br />¿Realmente deseas continuar?",
- "Sending email …" : "Enviando correo electrónico ...",
- "You are currently running PHP 5.6. The current major version of Nextcloud is the last that is supported on PHP 5.6. It is recommended to upgrade the PHP version to 7.0+ to be able to upgrade to Nextcloud 14." : "Actualmente estás corriendo PHP 5.6. La versión principal actual de Nextcloud es la última que será soportada en PHPH 5.6. Te recomendamos actualizar la versión de PHP a la 7.0+ para que puedas actualizar a Nextcloud 14.",
- "Shared" : "Compartido",
- "Shared with" : "Compartido con",
- "Shared by" : "Compartido por",
- "Choose a password for the public link" : "Seleccione una contraseña para la liga pública",
- "Choose a password for the public link or press the \"Enter\" key" : "Elige una contraseña para la liga pública o presiona la tecla \"Intro\"",
- "Copied!" : "¡Copiado!",
- "Copy link" : "Copiar liga",
- "Not supported!" : "¡No está soportado!",
- "Press ⌘-C to copy." : "Presiona ⌘-C para copiar.",
- "Press Ctrl-C to copy." : "Presiona Ctrl-C para copiar.",
- "Resharing is not allowed" : "No se permite volver a compartir",
- "Link" : "Liga",
- "Password protect" : "Proteger con contraseña",
- "Allow editing" : "Permitir editar",
- "Email link to person" : "Enviar la liga por correo electrónico a una persona",
- "Send" : "Enviar",
- "Allow upload and editing" : "Permitir carga y edición",
- "Read only" : "Sólo lectura",
- "File drop (upload only)" : "Permitir carga",
- "Set expiration date" : "Selecciona la vigencia de tu archivo",
- "Expiration" : "Expiración",
- "Expiration date" : "Fecha de expiración",
- "Unshare" : "Dejar de compartir",
- "Share to {name}" : "Compartir con {name}",
- "Share link" : "Compartir liga",
- "Could not unshare" : "No fue posible dejar de compartir",
- "Shared with you and the group {group} by {owner}" : "Compartido contigo y el grupo {group} por {owner}",
- "Shared with you by {owner}" : "Compartido contigo por {owner}",
- "Choose a password for the mail share" : "Elige una contraseña para el elemento compartido por correo",
- "group" : "grupo",
- "remote" : "remoto",
- "email" : "correo electrónico",
- "shared by {sharer}" : "compartido por {sharer}",
- "Can reshare" : "Puede volver a compartir",
- "Can edit" : "Puede editar",
- "Can create" : "Puede crear",
- "Can change" : "Puede cambiar",
- "Can delete" : "Puede borrar",
- "Access control" : "Control de acceso",
- "Error while sharing" : "Se presentó un error al compartir",
- "Share details could not be loaded for this item." : "Los detalles del recurso compartido no se pudieron cargar para este elemento. ",
- "_At least {count} character is needed for autocompletion_::_At least {count} characters are needed for autocompletion_" : ["Se requiere de la menos {count} caracter para el auto completar","Se requieren de la menos {count} caracteres para el auto completar"],
- "This list is maybe truncated - please refine your search term to see more results." : "Esta lista puede estar truncada - por favor refina tus términos de búsqueda para poder ver más resultados. ",
- "No users or groups found for {search}" : "No se encontraron usuarios o gurpos para {search}",
- "No users found for {search}" : "No se encontraron usuarios para {search}",
- "An error occurred (\"{message}\"). Please try again" : "Se presentó un error (\"{message}\"). Por favor vuelve a intentarlo",
- "An error occurred. Please try again" : "Se presentó un error. Por favor vuelve a intentarlo",
- "Home" : "Inicio",
- "Work" : "Trabajo",
- "Other" : "Otro",
- "{sharee} ({type}, {owner})" : "{sharee} ({type}, {owner})",
- "Share" : "Compartir",
- "Name or email address..." : "Nombre o dirección de correo electrónico",
- "Name or federated cloud ID..." : "Nombre...",
- "Name, federated cloud ID or email address..." : "Nombre o dirección de correo electrónico...",
- "Name..." : "Nombre...",
- "Error removing share" : "Se presentó un error al dejar de compartir",
- "({scope})" : "({scope})",
- "Saving..." : "Guardando...",
- "Dismiss" : "Descartar",
- "New Password" : "Nueva Contraseña",
- "Cancel log in" : "Cancelar inicio de sesión"
+ "Checking whether the database schema can be updated (this can take a long time depending on the database size)" : "Verificando si el archivo del esquema de base de datos puede ser actualizado (esto puedo tomar mucho tiempo dependiendo del tamaño de la base de datos)",
+ "Checked database schema update" : "Actualización del esquema de base de datos verificada",
+ "Checking updates of apps" : "Verificando actualizaciones para aplicaciones",
+ "Checking for update of app \"%s\" in appstore" : "Verificando actualizaciones para la aplicacion \"%s\" en la appstore",
+ "Update app \"%s\" from appstore" : "Actualizar la aplicación \"%s\" desde la appstore",
+ "Checked for update of app \"%s\" in appstore" : "Se verificaron actualizaciones para la aplicación \"%s\" en la appstore",
+ "Checked database schema update for apps" : "Se verificó la actualización del esquema de la base de datos para las aplicaciones",
+ "Following apps have been disabled: %s" : "Las siguientes aplicaciones han sido deshabilitadas: %s",
+ "Your web server is not properly set up to resolve \"{url}\". Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Tu servidor web no está correctamente configurado para resolver \"{url}\". Puedes encontrar más información al respecto en la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentación</a>.",
+ "Check the background job settings" : "Verifica la configuración de los trabajos de fondo",
+ "No memory cache has been configured. To enhance performance, please configure a memcache, if available. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "No se ha configurado el caché de memoria. Para mejorar el desempeño, por favor configura un memcahce, si está disponible. Puedes encontrar más información en la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentación</a>.",
+ "You are currently running PHP {version}. Upgrade your PHP version to take advantage of <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">performance and security updates provided by the PHP Group</a> as soon as your distribution supports it." : "Estás ejecutando PHP {version}. Actualiza tu versión de PHP para aprovechar las <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">actualizaciones de desempeño y seguridad proporcionadas por el Grupo PHP</a> tan pronto como tu distribución lo soporte. ",
+ "The reverse proxy header configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If not, this is a security issue and can allow an attacker to spoof their IP address as visible to the Nextcloud. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "La configuración de los encabezados del proxy inverso es incorrecta, o estás accediendo a Nextcloud desde un proxy de confianza. Si no es el caso, se trata de un tema de seguridad y le puede permitir a un atacante hacer su dirección IP apócrifa visible para Nextcloud. Puedes encontar más infomración en nuestra <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentación</a>.",
+ "Memcached is configured as distributed cache, but the wrong PHP module \"memcache\" is installed. \\OC\\Memcache\\Memcached only supports \"memcached\" and not \"memcache\". See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">memcached wiki about both modules</a>." : "Memecahced está configurado como un cache distribuido, pero un módulo equivocado de \"memcache\" está instalado. \\OC\\Memcache\\Memcached sólo soporta \"memcached\". Consulta <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">el wiki de memcached en relación a ambos módulos</a>.",
+ "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">List of invalid files…</a> / <a href=\"{rescanEndpoint}\">Rescan…</a>)" : "Algunos archivos no pasaron la verificación de integridad. Puedes encontrar más información de cómo resolver este problema en la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentación</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">Lista de archivos inválidos...</a>/<a href=\"{rescanEndpoint}\">Volver a verificar...</a>)",
+ "The PHP OPcache is not properly configured. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance it is recommended</a> to use the following settings in the <code>php.ini</code>:" : "El OPcache de PHP no está configurado correctamente. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Para un mejor desempeño se recomienda</a> usar las sigueintes configuraciones en el archivo <code>php.ini</code>:",
+ "Continue to Nextcloud" : "Continuar a Nextcloud",
+ "_The update was successful. Redirecting you to Nextcloud in %n second._::_The update was successful. Redirecting you to Nextcloud in %n seconds._" : ["La actualización fue exitosa. Lo estamos redireccionando a Nextcloud en %n segundo. ","La actualización fue exitosa. Te redireccionaremos a Nextcloud en %n segundos."],
+ "Searching other places" : "Buscando en otras ubicaciones",
+ "No search results in other folders for {tag}{filter}{endtag}" : "No hay resultados para la búsqueda {tag}{filter}{endtag} en otras carpetas",
+ "_{count} search result in another folder_::_{count} search results in other folders_" : ["{count} resultado de la búsqueda en otra carpeta","{count} resultados de la búsqueda en otras carpetas"],
+ "Password can not be changed. Please contact your administrator." : "Las contraseñas no se pueden cambiar. Por favor contacta a tu adminstrador",
+ "These apps will be updated:" : "Las siguientes apllicaciones se actualizarán:"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
} \ No newline at end of file
diff --git a/core/l10n/es_CR.js b/core/l10n/es_CR.js
index a78cc1d6122..3d90d625133 100644
--- a/core/l10n/es_CR.js
+++ b/core/l10n/es_CR.js
@@ -32,34 +32,18 @@ OC.L10N.register(
"Maintenance mode is kept active" : "El modo mantenimiento sigue activo",
"Updating database schema" : "Actualizando esquema de base de datos",
"Updated database" : "Base de datos actualizada",
- "Checking whether the database schema can be updated (this can take a long time depending on the database size)" : "Verificando si el archivo del esquema de base de datos puede ser actualizado (esto puedo tomar mucho tiempo dependiendo del tamaño de la base de datos)",
- "Checked database schema update" : "Actualización del esquema de base de datos verificada",
- "Checking updates of apps" : "Verificando actualizaciones para aplicaciones",
- "Checking for update of app \"%s\" in appstore" : "Verificando actualizaciones para la aplicacion \"%s\" en la appstore",
- "Update app \"%s\" from appstore" : "Actualizar la aplicación \"%s\" desde la appstore",
- "Checked for update of app \"%s\" in appstore" : "Se verificaron actualizaciones para la aplicación \"%s\" en la appstore",
"Checking whether the database schema for %s can be updated (this can take a long time depending on the database size)" : "Verificando si el esquema de la base de datos para %s puede ser actualizado (esto puede tomar mucho tiempo dependiendo del tamaño de la base de datos)",
- "Checked database schema update for apps" : "Se verificó la actualización del esquema de la base de datos para las aplicaciones",
"Set log level to debug" : "Establecer nivel de bitacora a depurar",
"Reset log level" : "Restablecer nivel de bitácora",
"Starting code integrity check" : "Comenzando verificación de integridad del código",
"Finished code integrity check" : "Terminó la verificación de integridad del código ",
"%s (incompatible)" : "%s (incompatible)",
- "Following apps have been disabled: %s" : "Las siguientes aplicaciones han sido deshabilitadas: %s",
"Already up to date" : "Ya está actualizado",
"Your web server is not yet properly set up to allow file synchronization, because the WebDAV interface seems to be broken." : "Tu servidor web aún no esta correctamente configurado para permitir la sincronización de archivos porque la interfaz WebDAV parece estar rota. ",
- "Your web server is not properly set up to resolve \"{url}\". Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Tu servidor web no está correctamente configurado para resolver \"{url}\". Puedes encontrar más información al respecto en la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentación</a>.",
"PHP does not seem to be setup properly to query system environment variables. The test with getenv(\"PATH\") only returns an empty response." : "PHP no parece estar configurado correctamente para consultar las variables de ambiente. La prueba con getenv(\"PATH\") sólo regresa una respuesta vacía.",
"Your database does not run with \"READ COMMITTED\" transaction isolation level. This can cause problems when multiple actions are executed in parallel." : "Tu base de datos no puede correr con el nivel de aislamiento de transacción de \"READ COMMITTED\". Puede causar problemas cuando mútiples acciones sean ejecutadas en paralelo.",
"It was not possible to execute the cron job via CLI. The following technical errors have appeared:" : "No fue posible ejecutar el trabajo de cron via CLI. Se presentaron los siguientes errores técnicos:",
- "Check the background job settings" : "Verifica la configuración de los trabajos de fondo",
"This server has no working Internet connection: Multiple endpoints could not be reached. This means that some of the features like mounting external storage, notifications about updates or installation of third-party apps will not work. Accessing files remotely and sending of notification emails might not work, either. Establish a connection from this server to the Internet to enjoy all features." : "El servidor no cuenta con una conexión a Internet: No se pudieron alcanzar múltiples endpoints. Esto significa que algunas características como montar almacenamiento externo, notificaciones de actualizaciones o instalación de aplicaciones de 3ros no funcionarán correctamente. Acceder archivos de forma remota y el envío de de notificaciones por correo electrónico puede que no funcionen tampoco. Establece una conexión desde este servidor a Internet para aprovechar todas las funcionalidades.",
- "No memory cache has been configured. To enhance performance, please configure a memcache, if available. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "No se ha configurado el caché de memoria. Para mejorar el desempeño, por favor configura un memcahce, si está disponible. Puedes encontrar más información en la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentación</a>.",
- "You are currently running PHP {version}. Upgrade your PHP version to take advantage of <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">performance and security updates provided by the PHP Group</a> as soon as your distribution supports it." : "Estás ejecutando PHP {version}. Actualiza tu versión de PHP para aprovechar las <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">actualizaciones de desempeño y seguridad proporcionadas por el Grupo PHP</a> tan pronto como tu distribución lo soporte. ",
- "The reverse proxy header configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If not, this is a security issue and can allow an attacker to spoof their IP address as visible to the Nextcloud. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "La configuración de los encabezados del proxy inverso es incorrecta, o estás accediendo a Nextcloud desde un proxy de confianza. Si no es el caso, se trata de un tema de seguridad y le puede permitir a un atacante hacer su dirección IP apócrifa visible para Nextcloud. Puedes encontar más infomración en nuestra <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentación</a>.",
- "Memcached is configured as distributed cache, but the wrong PHP module \"memcache\" is installed. \\OC\\Memcache\\Memcached only supports \"memcached\" and not \"memcache\". See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">memcached wiki about both modules</a>." : "Memecahced está configurado como un cache distribuido, pero un módulo equivocado de \"memcache\" está instalado. \\OC\\Memcache\\Memcached sólo soporta \"memcached\". Consulta <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">el wiki de memcached en relación a ambos módulos</a>.",
- "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">List of invalid files…</a> / <a href=\"{rescanEndpoint}\">Rescan…</a>)" : "Algunos archivos no pasaron la verificación de integridad. Puedes encontrar más información de cómo resolver este problema en la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentación</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">Lista de archivos inválidos...</a>/<a href=\"{rescanEndpoint}\">Volver a verificar...</a>)",
- "The PHP OPcache is not properly configured. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance it is recommended</a> to use the following settings in the <code>php.ini</code>:" : "El OPcache de PHP no está configurado correctamente. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Para un mejor desempeño se recomienda</a> usar las sigueintes configuraciones en el archivo <code>php.ini</code>:",
"The PHP function \"set_time_limit\" is not available. This could result in scripts being halted mid-execution, breaking your installation. Enabling this function is strongly recommended." : "La función de PHP \"set_time_limit\" no está disponible. Esto podría generar que la ejecución de scripts se detenga, rompiendo su instalación. Se recomienda ámpliamente habilitar esta función. ",
"Your PHP does not have FreeType support, resulting in breakage of profile pictures and the settings interface." : "Tu PHP no cuenta con soporte FreeType, lo que resulta en fallas en la imagen de perfil y la interface de configuraciones. ",
"SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend." : "Actualmente estás usando SQLite como el backend de base de datos. Para instalaciones más grandes te recomendamos cambiar a un backend de base de datos diferente.",
@@ -68,13 +52,6 @@ OC.L10N.register(
"Your data directory and files are probably accessible from the Internet. The .htaccess file is not working. It is strongly recommended that you configure your web server so that the data directory is no longer accessible, or move the data directory outside the web server document root." : "Probablemente tu directorio de datos y archivos sean accesibles desde Internet. El archivo .htaccess no está funcionando. Se recomienda ampliamente que configures tu servidor web para que el directorio de datos no sea accesible, o bien, que muevas el directorio de datos fuera del directorio raíz del servidor web.",
"The \"{header}\" HTTP header is not set to \"{expected}\". This is a potential security or privacy risk, as it is recommended to adjust this setting accordingly." : "El encabezado HTTP \"{header}\" está establecido a \"{expected}\". Esto representa un riesgo potencial de seguridad o privacidad, y que se recomienda ajustar esta configuración. ",
"The \"{header}\" HTTP header is not set to \"{expected}\". Some features might not work correctly, as it is recommended to adjust this setting accordingly." : "El encabezado HTTP \"{header}\" no está establecido a \"{expected}\". Puede que lgunas características no funcionen correctamente, y se recomienda ajustar esta confirguración. ",
- "Non-existing tag #{tag}" : "Etiqueta #{tag} no-existente",
- "restricted" : "restringido",
- "invisible" : "invisible",
- "Delete" : "Borrar",
- "Rename" : "Renombrar",
- "Collaborative tags" : "Etiquetas colaborativas",
- "No tags found" : "No se encontraron etiquetas",
"unknown text" : "texto desconocido",
"Hello world!" : "¡Hola mundo!",
"sunny" : "soleado",
@@ -89,30 +66,27 @@ OC.L10N.register(
"Please reload the page." : "Por favor vuelve a cargar la página.",
"The update was unsuccessful. For more information <a href=\"{url}\">check our forum post</a> covering this issue." : "La actualización no fue exitosa. Para más información <a href=\"{url}\">consulta nuestro comentario en el foro </a> que cubre este tema. ",
"The update was unsuccessful. Please report this issue to the <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">Nextcloud community</a>." : "La actualización no fue exitosa. Por favor reporta este tema a la <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">Comunidad Nextcloud</a>.",
- "Continue to Nextcloud" : "Continuar a Nextcloud",
- "_The update was successful. Redirecting you to Nextcloud in %n second._::_The update was successful. Redirecting you to Nextcloud in %n seconds._" : ["La actualización fue exitosa. Lo estamos redireccionando a Nextcloud en %n segundo. ","La actualización fue exitosa. Te redireccionaremos a Nextcloud en %n segundos."],
- "Searching other places" : "Buscando en otras ubicaciones",
- "No search results in other folders for {tag}{filter}{endtag}" : "No hay resultados para la búsqueda {tag}{filter}{endtag} en otras carpetas",
- "_{count} search result in another folder_::_{count} search results in other folders_" : ["{count} resultado de la búsqueda en otra carpeta","{count} resultados de la búsqueda en otras carpetas"],
+ "Log in" : "Ingresar",
+ "Logging in …" : "Iniciando sesión ...",
"Server side authentication failed!" : "¡Falló la autenticación del lado del servidor!",
"Please contact your administrator." : "Por favor contacta al administrador.",
"An internal error occurred." : "Se presentó un error interno.",
"Please try again or contact your administrator." : "Por favor vuelve a intentarlo o contacta a tu adminsitrador. ",
"Username or email" : "Usuario o correo electrónico",
"Password" : "Contraseña",
- "Log in" : "Ingresar",
- "Logging in …" : "Iniciando sesión ...",
"Wrong username or password." : "Usuario o contraseña equivocado. ",
"User disabled" : "Usuario deshabilitado",
"We have detected multiple invalid login attempts from your IP. Therefore your next login is throttled up to 30 seconds." : "Hemos detectado múltiples intentos de inicio de sesión desde tu IP. Por lo tanto tu siguiente incio de sesión se retrasará hasta 30 segundos. ",
"Reset password" : "Restablecer contraseña",
"Couldn't send reset email. Please contact your administrator." : "No fue posible enviar el correo de restauración. Por favor contacta a tu adminsitrador. ",
- "Password can not be changed. Please contact your administrator." : "Las contraseñas no se pueden cambiar. Por favor contacta a tu adminstrador",
"Back to login" : "Regresar al inicio de sesión",
"New password" : "Nueva contraseña",
"I know what I'm doing" : "Sé lo que estoy haciendo",
"Cancel" : "Cancelar",
"Forgot password?" : "¿Olvidaste tu contraseña?",
+ "Back" : "Atrás",
+ "Reset search" : "Reestablecer búsqueda",
+ "Search" : "Buscar",
"Settings" : "Configuraciones ",
"Could not load your contacts" : "No fue posible cargar tus contactos",
"Search contacts …" : "Buscar contactos ...",
@@ -143,7 +117,7 @@ OC.L10N.register(
"One file conflict" : "Un conflicto en el archivo",
"New Files" : "Archivos Nuevos",
"Already existing files" : "Archivos ya existentes",
- "Which files do you want to keep?" : "¿Cuales archivos deseas mantener?",
+ "Which files do you want to keep?" : "¿Cuáles archivos deseas mantener?",
"If you select both versions, the copied file will have a number added to its name." : "Si seleccionas ambas versiones, se le agregará un número al nombre del archivo copiado.",
"Continue" : "Continuar",
"(all selected)" : "(todos seleccionados)",
@@ -167,6 +141,13 @@ OC.L10N.register(
"Strong password" : "Contraseña fuerte",
"No action available" : "No hay acciones disponibles",
"Error fetching contact actions" : "Se presentó un error al traer las acciónes de contatos",
+ "Non-existing tag #{tag}" : "Etiqueta #{tag} no-existente",
+ "restricted" : "restringido",
+ "invisible" : "invisible",
+ "Delete" : "Borrar",
+ "Rename" : "Renombrar",
+ "Collaborative tags" : "Etiquetas colaborativas",
+ "No tags found" : "No se encontraron etiquetas",
"Personal" : "Personal",
"Users" : "Usuarios",
"Apps" : "Aplicaciones",
@@ -214,8 +195,6 @@ OC.L10N.register(
"More apps" : "Más aplicaciones",
"More" : "Más",
"More apps menu" : "Menú de más aplicaciones",
- "Search" : "Buscar",
- "Reset search" : "Reestablecer búsqueda",
"Contacts" : "Contactos",
"Contacts menu" : "Menú de Contactos",
"Settings menu" : "Menú de Configuraciones",
@@ -233,7 +212,6 @@ OC.L10N.register(
"Access through untrusted domain" : "Accesa a través de un dominio no de confianza",
"Please contact your administrator. If you are an administrator, edit the \"trusted_domains\" setting in config/config.php like the example in config.sample.php." : "Por favor contacta a tu adminsitrador. Si tu eres un administrador, edita la propiedad \"trusted_domains\" en el archivo config/config.php como en el ejemplo config.sample.php.",
"App update required" : "Se requiere una actualización de la aplicación",
- "These apps will be updated:" : "Las siguientes apllicaciones se actualizarán:",
"These incompatible apps will be disabled:" : "Las siguientes aplicaciones incompatibles serán deshabilitadas:",
"The theme %s has been disabled." : "El tema %s ha sido deshabilitado. ",
"Please make sure that the database, the config folder and the data folder have been backed up before proceeding." : "Por favor asegurarte de que la base de datos, la carpeta de configuración y las carpetas de datos hayan sido respaldadas antes de continuar. ",
@@ -247,72 +225,28 @@ OC.L10N.register(
"Upgrade via web on my own risk" : "Actualizar vía Web bajo mi propio riesgo",
"This %s instance is currently in maintenance mode, which may take a while." : "Esta instancia %s se encuentra actualmente en modo mantenimiento, que podría tomar algo de tiempo. ",
"Contact your system administrator if this message persists or appeared unexpectedly." : "Contacta a tu administrador del sistema si este mensaje persiste o se presentó de manera inesperada.",
- "Could not send reset email because there is no email address for this username. Please contact your administrator." : "No fue posible enviar el correo electrónico para restablecer porque no hay una dirección de correo electrónico para este usuario. Por favor contacta a tu adminsitrador. ",
- "Couldn't send reset email. Please make sure your username is correct." : "No fue posible restablecer el correo electrónico. Por favor asegurarte de que tu nombre de usuario sea correcto. ",
- "Your files are encrypted. There will be no way to get your data back after your password is reset.<br />If you are not sure what to do, please contact your administrator before you continue. <br />Do you really want to continue?" : "Tus archivos están encriptados. No habrá manera de recuperar tus datos una vez que restablezca tu contraseña. <br />Si no estás seguro de qué hacer, por favor contacta a tu administrador antes de continuar. <br />¿Realmente deseas continuar?",
- "Sending email …" : "Enviando correo electrónico ...",
- "You are currently running PHP 5.6. The current major version of Nextcloud is the last that is supported on PHP 5.6. It is recommended to upgrade the PHP version to 7.0+ to be able to upgrade to Nextcloud 14." : "Actualmente estás corriendo PHP 5.6. La versión principal actual de Nextcloud es la última que será soportada en PHPH 5.6. Te recomendamos actualizar la versión de PHP a la 7.0+ para que puedas actualizar a Nextcloud 14.",
- "Shared" : "Compartido",
- "Shared with" : "Compartido con",
- "Shared by" : "Compartido por",
- "Choose a password for the public link" : "Seleccione una contraseña para la liga pública",
- "Choose a password for the public link or press the \"Enter\" key" : "Elige una contraseña para la liga pública o presiona la tecla \"Intro\"",
- "Copied!" : "¡Copiado!",
- "Copy link" : "Copiar liga",
- "Not supported!" : "¡No está soportado!",
- "Press ⌘-C to copy." : "Presiona ⌘-C para copiar.",
- "Press Ctrl-C to copy." : "Presiona Ctrl-C para copiar.",
- "Resharing is not allowed" : "No se permite volver a compartir",
- "Link" : "Liga",
- "Password protect" : "Proteger con contraseña",
- "Allow editing" : "Permitir editar",
- "Email link to person" : "Enviar la liga por correo electrónico a una persona",
- "Send" : "Enviar",
- "Allow upload and editing" : "Permitir carga y edición",
- "Read only" : "Sólo lectura",
- "File drop (upload only)" : "Permitir carga",
- "Set expiration date" : "Selecciona la vigencia de tu archivo",
- "Expiration" : "Expiración",
- "Expiration date" : "Fecha de expiración",
- "Unshare" : "Dejar de compartir",
- "Share to {name}" : "Compartir con {name}",
- "Share link" : "Compartir liga",
- "Could not unshare" : "No fue posible dejar de compartir",
- "Shared with you and the group {group} by {owner}" : "Compartido contigo y el grupo {group} por {owner}",
- "Shared with you by {owner}" : "Compartido contigo por {owner}",
- "Choose a password for the mail share" : "Elige una contraseña para el elemento compartido por correo",
- "group" : "grupo",
- "remote" : "remoto",
- "email" : "correo electrónico",
- "shared by {sharer}" : "compartido por {sharer}",
- "Can reshare" : "Puede volver a compartir",
- "Can edit" : "Puede editar",
- "Can create" : "Puede crear",
- "Can change" : "Puede cambiar",
- "Can delete" : "Puede borrar",
- "Access control" : "Control de acceso",
- "Error while sharing" : "Se presentó un error al compartir",
- "Share details could not be loaded for this item." : "Los detalles del recurso compartido no se pudieron cargar para este elemento. ",
- "_At least {count} character is needed for autocompletion_::_At least {count} characters are needed for autocompletion_" : ["Se requiere de la menos {count} caracter para el auto completar","Se requieren de la menos {count} caracteres para el auto completar"],
- "This list is maybe truncated - please refine your search term to see more results." : "Esta lista puede estar truncada - por favor refina tus términos de búsqueda para poder ver más resultados. ",
- "No users or groups found for {search}" : "No se encontraron usuarios o gurpos para {search}",
- "No users found for {search}" : "No se encontraron usuarios para {search}",
- "An error occurred (\"{message}\"). Please try again" : "Se presentó un error (\"{message}\"). Por favor vuelve a intentarlo",
- "An error occurred. Please try again" : "Se presentó un error. Por favor vuelve a intentarlo",
- "Home" : "Inicio",
- "Work" : "Trabajo",
- "Other" : "Otro",
- "{sharee} ({type}, {owner})" : "{sharee} ({type}, {owner})",
- "Share" : "Compartir",
- "Name or email address..." : "Nombre o dirección de correo electrónico",
- "Name or federated cloud ID..." : "Nombre...",
- "Name, federated cloud ID or email address..." : "Nombre o dirección de correo electrónico...",
- "Name..." : "Nombre...",
- "Error removing share" : "Se presentó un error al dejar de compartir",
- "({scope})" : "({scope})",
- "Saving..." : "Guardando...",
- "Dismiss" : "Descartar",
- "New Password" : "Nueva Contraseña",
- "Cancel log in" : "Cancelar inicio de sesión"
+ "Checking whether the database schema can be updated (this can take a long time depending on the database size)" : "Verificando si el archivo del esquema de base de datos puede ser actualizado (esto puedo tomar mucho tiempo dependiendo del tamaño de la base de datos)",
+ "Checked database schema update" : "Actualización del esquema de base de datos verificada",
+ "Checking updates of apps" : "Verificando actualizaciones para aplicaciones",
+ "Checking for update of app \"%s\" in appstore" : "Verificando actualizaciones para la aplicacion \"%s\" en la appstore",
+ "Update app \"%s\" from appstore" : "Actualizar la aplicación \"%s\" desde la appstore",
+ "Checked for update of app \"%s\" in appstore" : "Se verificaron actualizaciones para la aplicación \"%s\" en la appstore",
+ "Checked database schema update for apps" : "Se verificó la actualización del esquema de la base de datos para las aplicaciones",
+ "Following apps have been disabled: %s" : "Las siguientes aplicaciones han sido deshabilitadas: %s",
+ "Your web server is not properly set up to resolve \"{url}\". Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Tu servidor web no está correctamente configurado para resolver \"{url}\". Puedes encontrar más información al respecto en la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentación</a>.",
+ "Check the background job settings" : "Verifica la configuración de los trabajos de fondo",
+ "No memory cache has been configured. To enhance performance, please configure a memcache, if available. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "No se ha configurado el caché de memoria. Para mejorar el desempeño, por favor configura un memcahce, si está disponible. Puedes encontrar más información en la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentación</a>.",
+ "You are currently running PHP {version}. Upgrade your PHP version to take advantage of <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">performance and security updates provided by the PHP Group</a> as soon as your distribution supports it." : "Estás ejecutando PHP {version}. Actualiza tu versión de PHP para aprovechar las <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">actualizaciones de desempeño y seguridad proporcionadas por el Grupo PHP</a> tan pronto como tu distribución lo soporte. ",
+ "The reverse proxy header configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If not, this is a security issue and can allow an attacker to spoof their IP address as visible to the Nextcloud. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "La configuración de los encabezados del proxy inverso es incorrecta, o estás accediendo a Nextcloud desde un proxy de confianza. Si no es el caso, se trata de un tema de seguridad y le puede permitir a un atacante hacer su dirección IP apócrifa visible para Nextcloud. Puedes encontar más infomración en nuestra <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentación</a>.",
+ "Memcached is configured as distributed cache, but the wrong PHP module \"memcache\" is installed. \\OC\\Memcache\\Memcached only supports \"memcached\" and not \"memcache\". See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">memcached wiki about both modules</a>." : "Memecahced está configurado como un cache distribuido, pero un módulo equivocado de \"memcache\" está instalado. \\OC\\Memcache\\Memcached sólo soporta \"memcached\". Consulta <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">el wiki de memcached en relación a ambos módulos</a>.",
+ "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">List of invalid files…</a> / <a href=\"{rescanEndpoint}\">Rescan…</a>)" : "Algunos archivos no pasaron la verificación de integridad. Puedes encontrar más información de cómo resolver este problema en la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentación</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">Lista de archivos inválidos...</a>/<a href=\"{rescanEndpoint}\">Volver a verificar...</a>)",
+ "The PHP OPcache is not properly configured. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance it is recommended</a> to use the following settings in the <code>php.ini</code>:" : "El OPcache de PHP no está configurado correctamente. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Para un mejor desempeño se recomienda</a> usar las sigueintes configuraciones en el archivo <code>php.ini</code>:",
+ "Continue to Nextcloud" : "Continuar a Nextcloud",
+ "_The update was successful. Redirecting you to Nextcloud in %n second._::_The update was successful. Redirecting you to Nextcloud in %n seconds._" : ["La actualización fue exitosa. Lo estamos redireccionando a Nextcloud en %n segundo. ","La actualización fue exitosa. Te redireccionaremos a Nextcloud en %n segundos."],
+ "Searching other places" : "Buscando en otras ubicaciones",
+ "No search results in other folders for {tag}{filter}{endtag}" : "No hay resultados para la búsqueda {tag}{filter}{endtag} en otras carpetas",
+ "_{count} search result in another folder_::_{count} search results in other folders_" : ["{count} resultado de la búsqueda en otra carpeta","{count} resultados de la búsqueda en otras carpetas"],
+ "Password can not be changed. Please contact your administrator." : "Las contraseñas no se pueden cambiar. Por favor contacta a tu adminstrador",
+ "These apps will be updated:" : "Las siguientes apllicaciones se actualizarán:"
},
"nplurals=2; plural=(n != 1);");
diff --git a/core/l10n/es_CR.json b/core/l10n/es_CR.json
index b263fa894d1..01e67ef07ef 100644
--- a/core/l10n/es_CR.json
+++ b/core/l10n/es_CR.json
@@ -30,34 +30,18 @@
"Maintenance mode is kept active" : "El modo mantenimiento sigue activo",
"Updating database schema" : "Actualizando esquema de base de datos",
"Updated database" : "Base de datos actualizada",
- "Checking whether the database schema can be updated (this can take a long time depending on the database size)" : "Verificando si el archivo del esquema de base de datos puede ser actualizado (esto puedo tomar mucho tiempo dependiendo del tamaño de la base de datos)",
- "Checked database schema update" : "Actualización del esquema de base de datos verificada",
- "Checking updates of apps" : "Verificando actualizaciones para aplicaciones",
- "Checking for update of app \"%s\" in appstore" : "Verificando actualizaciones para la aplicacion \"%s\" en la appstore",
- "Update app \"%s\" from appstore" : "Actualizar la aplicación \"%s\" desde la appstore",
- "Checked for update of app \"%s\" in appstore" : "Se verificaron actualizaciones para la aplicación \"%s\" en la appstore",
"Checking whether the database schema for %s can be updated (this can take a long time depending on the database size)" : "Verificando si el esquema de la base de datos para %s puede ser actualizado (esto puede tomar mucho tiempo dependiendo del tamaño de la base de datos)",
- "Checked database schema update for apps" : "Se verificó la actualización del esquema de la base de datos para las aplicaciones",
"Set log level to debug" : "Establecer nivel de bitacora a depurar",
"Reset log level" : "Restablecer nivel de bitácora",
"Starting code integrity check" : "Comenzando verificación de integridad del código",
"Finished code integrity check" : "Terminó la verificación de integridad del código ",
"%s (incompatible)" : "%s (incompatible)",
- "Following apps have been disabled: %s" : "Las siguientes aplicaciones han sido deshabilitadas: %s",
"Already up to date" : "Ya está actualizado",
"Your web server is not yet properly set up to allow file synchronization, because the WebDAV interface seems to be broken." : "Tu servidor web aún no esta correctamente configurado para permitir la sincronización de archivos porque la interfaz WebDAV parece estar rota. ",
- "Your web server is not properly set up to resolve \"{url}\". Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Tu servidor web no está correctamente configurado para resolver \"{url}\". Puedes encontrar más información al respecto en la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentación</a>.",
"PHP does not seem to be setup properly to query system environment variables. The test with getenv(\"PATH\") only returns an empty response." : "PHP no parece estar configurado correctamente para consultar las variables de ambiente. La prueba con getenv(\"PATH\") sólo regresa una respuesta vacía.",
"Your database does not run with \"READ COMMITTED\" transaction isolation level. This can cause problems when multiple actions are executed in parallel." : "Tu base de datos no puede correr con el nivel de aislamiento de transacción de \"READ COMMITTED\". Puede causar problemas cuando mútiples acciones sean ejecutadas en paralelo.",
"It was not possible to execute the cron job via CLI. The following technical errors have appeared:" : "No fue posible ejecutar el trabajo de cron via CLI. Se presentaron los siguientes errores técnicos:",
- "Check the background job settings" : "Verifica la configuración de los trabajos de fondo",
"This server has no working Internet connection: Multiple endpoints could not be reached. This means that some of the features like mounting external storage, notifications about updates or installation of third-party apps will not work. Accessing files remotely and sending of notification emails might not work, either. Establish a connection from this server to the Internet to enjoy all features." : "El servidor no cuenta con una conexión a Internet: No se pudieron alcanzar múltiples endpoints. Esto significa que algunas características como montar almacenamiento externo, notificaciones de actualizaciones o instalación de aplicaciones de 3ros no funcionarán correctamente. Acceder archivos de forma remota y el envío de de notificaciones por correo electrónico puede que no funcionen tampoco. Establece una conexión desde este servidor a Internet para aprovechar todas las funcionalidades.",
- "No memory cache has been configured. To enhance performance, please configure a memcache, if available. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "No se ha configurado el caché de memoria. Para mejorar el desempeño, por favor configura un memcahce, si está disponible. Puedes encontrar más información en la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentación</a>.",
- "You are currently running PHP {version}. Upgrade your PHP version to take advantage of <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">performance and security updates provided by the PHP Group</a> as soon as your distribution supports it." : "Estás ejecutando PHP {version}. Actualiza tu versión de PHP para aprovechar las <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">actualizaciones de desempeño y seguridad proporcionadas por el Grupo PHP</a> tan pronto como tu distribución lo soporte. ",
- "The reverse proxy header configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If not, this is a security issue and can allow an attacker to spoof their IP address as visible to the Nextcloud. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "La configuración de los encabezados del proxy inverso es incorrecta, o estás accediendo a Nextcloud desde un proxy de confianza. Si no es el caso, se trata de un tema de seguridad y le puede permitir a un atacante hacer su dirección IP apócrifa visible para Nextcloud. Puedes encontar más infomración en nuestra <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentación</a>.",
- "Memcached is configured as distributed cache, but the wrong PHP module \"memcache\" is installed. \\OC\\Memcache\\Memcached only supports \"memcached\" and not \"memcache\". See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">memcached wiki about both modules</a>." : "Memecahced está configurado como un cache distribuido, pero un módulo equivocado de \"memcache\" está instalado. \\OC\\Memcache\\Memcached sólo soporta \"memcached\". Consulta <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">el wiki de memcached en relación a ambos módulos</a>.",
- "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">List of invalid files…</a> / <a href=\"{rescanEndpoint}\">Rescan…</a>)" : "Algunos archivos no pasaron la verificación de integridad. Puedes encontrar más información de cómo resolver este problema en la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentación</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">Lista de archivos inválidos...</a>/<a href=\"{rescanEndpoint}\">Volver a verificar...</a>)",
- "The PHP OPcache is not properly configured. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance it is recommended</a> to use the following settings in the <code>php.ini</code>:" : "El OPcache de PHP no está configurado correctamente. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Para un mejor desempeño se recomienda</a> usar las sigueintes configuraciones en el archivo <code>php.ini</code>:",
"The PHP function \"set_time_limit\" is not available. This could result in scripts being halted mid-execution, breaking your installation. Enabling this function is strongly recommended." : "La función de PHP \"set_time_limit\" no está disponible. Esto podría generar que la ejecución de scripts se detenga, rompiendo su instalación. Se recomienda ámpliamente habilitar esta función. ",
"Your PHP does not have FreeType support, resulting in breakage of profile pictures and the settings interface." : "Tu PHP no cuenta con soporte FreeType, lo que resulta en fallas en la imagen de perfil y la interface de configuraciones. ",
"SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend." : "Actualmente estás usando SQLite como el backend de base de datos. Para instalaciones más grandes te recomendamos cambiar a un backend de base de datos diferente.",
@@ -66,13 +50,6 @@
"Your data directory and files are probably accessible from the Internet. The .htaccess file is not working. It is strongly recommended that you configure your web server so that the data directory is no longer accessible, or move the data directory outside the web server document root." : "Probablemente tu directorio de datos y archivos sean accesibles desde Internet. El archivo .htaccess no está funcionando. Se recomienda ampliamente que configures tu servidor web para que el directorio de datos no sea accesible, o bien, que muevas el directorio de datos fuera del directorio raíz del servidor web.",
"The \"{header}\" HTTP header is not set to \"{expected}\". This is a potential security or privacy risk, as it is recommended to adjust this setting accordingly." : "El encabezado HTTP \"{header}\" está establecido a \"{expected}\". Esto representa un riesgo potencial de seguridad o privacidad, y que se recomienda ajustar esta configuración. ",
"The \"{header}\" HTTP header is not set to \"{expected}\". Some features might not work correctly, as it is recommended to adjust this setting accordingly." : "El encabezado HTTP \"{header}\" no está establecido a \"{expected}\". Puede que lgunas características no funcionen correctamente, y se recomienda ajustar esta confirguración. ",
- "Non-existing tag #{tag}" : "Etiqueta #{tag} no-existente",
- "restricted" : "restringido",
- "invisible" : "invisible",
- "Delete" : "Borrar",
- "Rename" : "Renombrar",
- "Collaborative tags" : "Etiquetas colaborativas",
- "No tags found" : "No se encontraron etiquetas",
"unknown text" : "texto desconocido",
"Hello world!" : "¡Hola mundo!",
"sunny" : "soleado",
@@ -87,30 +64,27 @@
"Please reload the page." : "Por favor vuelve a cargar la página.",
"The update was unsuccessful. For more information <a href=\"{url}\">check our forum post</a> covering this issue." : "La actualización no fue exitosa. Para más información <a href=\"{url}\">consulta nuestro comentario en el foro </a> que cubre este tema. ",
"The update was unsuccessful. Please report this issue to the <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">Nextcloud community</a>." : "La actualización no fue exitosa. Por favor reporta este tema a la <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">Comunidad Nextcloud</a>.",
- "Continue to Nextcloud" : "Continuar a Nextcloud",
- "_The update was successful. Redirecting you to Nextcloud in %n second._::_The update was successful. Redirecting you to Nextcloud in %n seconds._" : ["La actualización fue exitosa. Lo estamos redireccionando a Nextcloud en %n segundo. ","La actualización fue exitosa. Te redireccionaremos a Nextcloud en %n segundos."],
- "Searching other places" : "Buscando en otras ubicaciones",
- "No search results in other folders for {tag}{filter}{endtag}" : "No hay resultados para la búsqueda {tag}{filter}{endtag} en otras carpetas",
- "_{count} search result in another folder_::_{count} search results in other folders_" : ["{count} resultado de la búsqueda en otra carpeta","{count} resultados de la búsqueda en otras carpetas"],
+ "Log in" : "Ingresar",
+ "Logging in …" : "Iniciando sesión ...",
"Server side authentication failed!" : "¡Falló la autenticación del lado del servidor!",
"Please contact your administrator." : "Por favor contacta al administrador.",
"An internal error occurred." : "Se presentó un error interno.",
"Please try again or contact your administrator." : "Por favor vuelve a intentarlo o contacta a tu adminsitrador. ",
"Username or email" : "Usuario o correo electrónico",
"Password" : "Contraseña",
- "Log in" : "Ingresar",
- "Logging in …" : "Iniciando sesión ...",
"Wrong username or password." : "Usuario o contraseña equivocado. ",
"User disabled" : "Usuario deshabilitado",
"We have detected multiple invalid login attempts from your IP. Therefore your next login is throttled up to 30 seconds." : "Hemos detectado múltiples intentos de inicio de sesión desde tu IP. Por lo tanto tu siguiente incio de sesión se retrasará hasta 30 segundos. ",
"Reset password" : "Restablecer contraseña",
"Couldn't send reset email. Please contact your administrator." : "No fue posible enviar el correo de restauración. Por favor contacta a tu adminsitrador. ",
- "Password can not be changed. Please contact your administrator." : "Las contraseñas no se pueden cambiar. Por favor contacta a tu adminstrador",
"Back to login" : "Regresar al inicio de sesión",
"New password" : "Nueva contraseña",
"I know what I'm doing" : "Sé lo que estoy haciendo",
"Cancel" : "Cancelar",
"Forgot password?" : "¿Olvidaste tu contraseña?",
+ "Back" : "Atrás",
+ "Reset search" : "Reestablecer búsqueda",
+ "Search" : "Buscar",
"Settings" : "Configuraciones ",
"Could not load your contacts" : "No fue posible cargar tus contactos",
"Search contacts …" : "Buscar contactos ...",
@@ -141,7 +115,7 @@
"One file conflict" : "Un conflicto en el archivo",
"New Files" : "Archivos Nuevos",
"Already existing files" : "Archivos ya existentes",
- "Which files do you want to keep?" : "¿Cuales archivos deseas mantener?",
+ "Which files do you want to keep?" : "¿Cuáles archivos deseas mantener?",
"If you select both versions, the copied file will have a number added to its name." : "Si seleccionas ambas versiones, se le agregará un número al nombre del archivo copiado.",
"Continue" : "Continuar",
"(all selected)" : "(todos seleccionados)",
@@ -165,6 +139,13 @@
"Strong password" : "Contraseña fuerte",
"No action available" : "No hay acciones disponibles",
"Error fetching contact actions" : "Se presentó un error al traer las acciónes de contatos",
+ "Non-existing tag #{tag}" : "Etiqueta #{tag} no-existente",
+ "restricted" : "restringido",
+ "invisible" : "invisible",
+ "Delete" : "Borrar",
+ "Rename" : "Renombrar",
+ "Collaborative tags" : "Etiquetas colaborativas",
+ "No tags found" : "No se encontraron etiquetas",
"Personal" : "Personal",
"Users" : "Usuarios",
"Apps" : "Aplicaciones",
@@ -212,8 +193,6 @@
"More apps" : "Más aplicaciones",
"More" : "Más",
"More apps menu" : "Menú de más aplicaciones",
- "Search" : "Buscar",
- "Reset search" : "Reestablecer búsqueda",
"Contacts" : "Contactos",
"Contacts menu" : "Menú de Contactos",
"Settings menu" : "Menú de Configuraciones",
@@ -231,7 +210,6 @@
"Access through untrusted domain" : "Accesa a través de un dominio no de confianza",
"Please contact your administrator. If you are an administrator, edit the \"trusted_domains\" setting in config/config.php like the example in config.sample.php." : "Por favor contacta a tu adminsitrador. Si tu eres un administrador, edita la propiedad \"trusted_domains\" en el archivo config/config.php como en el ejemplo config.sample.php.",
"App update required" : "Se requiere una actualización de la aplicación",
- "These apps will be updated:" : "Las siguientes apllicaciones se actualizarán:",
"These incompatible apps will be disabled:" : "Las siguientes aplicaciones incompatibles serán deshabilitadas:",
"The theme %s has been disabled." : "El tema %s ha sido deshabilitado. ",
"Please make sure that the database, the config folder and the data folder have been backed up before proceeding." : "Por favor asegurarte de que la base de datos, la carpeta de configuración y las carpetas de datos hayan sido respaldadas antes de continuar. ",
@@ -245,72 +223,28 @@
"Upgrade via web on my own risk" : "Actualizar vía Web bajo mi propio riesgo",
"This %s instance is currently in maintenance mode, which may take a while." : "Esta instancia %s se encuentra actualmente en modo mantenimiento, que podría tomar algo de tiempo. ",
"Contact your system administrator if this message persists or appeared unexpectedly." : "Contacta a tu administrador del sistema si este mensaje persiste o se presentó de manera inesperada.",
- "Could not send reset email because there is no email address for this username. Please contact your administrator." : "No fue posible enviar el correo electrónico para restablecer porque no hay una dirección de correo electrónico para este usuario. Por favor contacta a tu adminsitrador. ",
- "Couldn't send reset email. Please make sure your username is correct." : "No fue posible restablecer el correo electrónico. Por favor asegurarte de que tu nombre de usuario sea correcto. ",
- "Your files are encrypted. There will be no way to get your data back after your password is reset.<br />If you are not sure what to do, please contact your administrator before you continue. <br />Do you really want to continue?" : "Tus archivos están encriptados. No habrá manera de recuperar tus datos una vez que restablezca tu contraseña. <br />Si no estás seguro de qué hacer, por favor contacta a tu administrador antes de continuar. <br />¿Realmente deseas continuar?",
- "Sending email …" : "Enviando correo electrónico ...",
- "You are currently running PHP 5.6. The current major version of Nextcloud is the last that is supported on PHP 5.6. It is recommended to upgrade the PHP version to 7.0+ to be able to upgrade to Nextcloud 14." : "Actualmente estás corriendo PHP 5.6. La versión principal actual de Nextcloud es la última que será soportada en PHPH 5.6. Te recomendamos actualizar la versión de PHP a la 7.0+ para que puedas actualizar a Nextcloud 14.",
- "Shared" : "Compartido",
- "Shared with" : "Compartido con",
- "Shared by" : "Compartido por",
- "Choose a password for the public link" : "Seleccione una contraseña para la liga pública",
- "Choose a password for the public link or press the \"Enter\" key" : "Elige una contraseña para la liga pública o presiona la tecla \"Intro\"",
- "Copied!" : "¡Copiado!",
- "Copy link" : "Copiar liga",
- "Not supported!" : "¡No está soportado!",
- "Press ⌘-C to copy." : "Presiona ⌘-C para copiar.",
- "Press Ctrl-C to copy." : "Presiona Ctrl-C para copiar.",
- "Resharing is not allowed" : "No se permite volver a compartir",
- "Link" : "Liga",
- "Password protect" : "Proteger con contraseña",
- "Allow editing" : "Permitir editar",
- "Email link to person" : "Enviar la liga por correo electrónico a una persona",
- "Send" : "Enviar",
- "Allow upload and editing" : "Permitir carga y edición",
- "Read only" : "Sólo lectura",
- "File drop (upload only)" : "Permitir carga",
- "Set expiration date" : "Selecciona la vigencia de tu archivo",
- "Expiration" : "Expiración",
- "Expiration date" : "Fecha de expiración",
- "Unshare" : "Dejar de compartir",
- "Share to {name}" : "Compartir con {name}",
- "Share link" : "Compartir liga",
- "Could not unshare" : "No fue posible dejar de compartir",
- "Shared with you and the group {group} by {owner}" : "Compartido contigo y el grupo {group} por {owner}",
- "Shared with you by {owner}" : "Compartido contigo por {owner}",
- "Choose a password for the mail share" : "Elige una contraseña para el elemento compartido por correo",
- "group" : "grupo",
- "remote" : "remoto",
- "email" : "correo electrónico",
- "shared by {sharer}" : "compartido por {sharer}",
- "Can reshare" : "Puede volver a compartir",
- "Can edit" : "Puede editar",
- "Can create" : "Puede crear",
- "Can change" : "Puede cambiar",
- "Can delete" : "Puede borrar",
- "Access control" : "Control de acceso",
- "Error while sharing" : "Se presentó un error al compartir",
- "Share details could not be loaded for this item." : "Los detalles del recurso compartido no se pudieron cargar para este elemento. ",
- "_At least {count} character is needed for autocompletion_::_At least {count} characters are needed for autocompletion_" : ["Se requiere de la menos {count} caracter para el auto completar","Se requieren de la menos {count} caracteres para el auto completar"],
- "This list is maybe truncated - please refine your search term to see more results." : "Esta lista puede estar truncada - por favor refina tus términos de búsqueda para poder ver más resultados. ",
- "No users or groups found for {search}" : "No se encontraron usuarios o gurpos para {search}",
- "No users found for {search}" : "No se encontraron usuarios para {search}",
- "An error occurred (\"{message}\"). Please try again" : "Se presentó un error (\"{message}\"). Por favor vuelve a intentarlo",
- "An error occurred. Please try again" : "Se presentó un error. Por favor vuelve a intentarlo",
- "Home" : "Inicio",
- "Work" : "Trabajo",
- "Other" : "Otro",
- "{sharee} ({type}, {owner})" : "{sharee} ({type}, {owner})",
- "Share" : "Compartir",
- "Name or email address..." : "Nombre o dirección de correo electrónico",
- "Name or federated cloud ID..." : "Nombre...",
- "Name, federated cloud ID or email address..." : "Nombre o dirección de correo electrónico...",
- "Name..." : "Nombre...",
- "Error removing share" : "Se presentó un error al dejar de compartir",
- "({scope})" : "({scope})",
- "Saving..." : "Guardando...",
- "Dismiss" : "Descartar",
- "New Password" : "Nueva Contraseña",
- "Cancel log in" : "Cancelar inicio de sesión"
+ "Checking whether the database schema can be updated (this can take a long time depending on the database size)" : "Verificando si el archivo del esquema de base de datos puede ser actualizado (esto puedo tomar mucho tiempo dependiendo del tamaño de la base de datos)",
+ "Checked database schema update" : "Actualización del esquema de base de datos verificada",
+ "Checking updates of apps" : "Verificando actualizaciones para aplicaciones",
+ "Checking for update of app \"%s\" in appstore" : "Verificando actualizaciones para la aplicacion \"%s\" en la appstore",
+ "Update app \"%s\" from appstore" : "Actualizar la aplicación \"%s\" desde la appstore",
+ "Checked for update of app \"%s\" in appstore" : "Se verificaron actualizaciones para la aplicación \"%s\" en la appstore",
+ "Checked database schema update for apps" : "Se verificó la actualización del esquema de la base de datos para las aplicaciones",
+ "Following apps have been disabled: %s" : "Las siguientes aplicaciones han sido deshabilitadas: %s",
+ "Your web server is not properly set up to resolve \"{url}\". Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Tu servidor web no está correctamente configurado para resolver \"{url}\". Puedes encontrar más información al respecto en la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentación</a>.",
+ "Check the background job settings" : "Verifica la configuración de los trabajos de fondo",
+ "No memory cache has been configured. To enhance performance, please configure a memcache, if available. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "No se ha configurado el caché de memoria. Para mejorar el desempeño, por favor configura un memcahce, si está disponible. Puedes encontrar más información en la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentación</a>.",
+ "You are currently running PHP {version}. Upgrade your PHP version to take advantage of <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">performance and security updates provided by the PHP Group</a> as soon as your distribution supports it." : "Estás ejecutando PHP {version}. Actualiza tu versión de PHP para aprovechar las <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">actualizaciones de desempeño y seguridad proporcionadas por el Grupo PHP</a> tan pronto como tu distribución lo soporte. ",
+ "The reverse proxy header configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If not, this is a security issue and can allow an attacker to spoof their IP address as visible to the Nextcloud. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "La configuración de los encabezados del proxy inverso es incorrecta, o estás accediendo a Nextcloud desde un proxy de confianza. Si no es el caso, se trata de un tema de seguridad y le puede permitir a un atacante hacer su dirección IP apócrifa visible para Nextcloud. Puedes encontar más infomración en nuestra <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentación</a>.",
+ "Memcached is configured as distributed cache, but the wrong PHP module \"memcache\" is installed. \\OC\\Memcache\\Memcached only supports \"memcached\" and not \"memcache\". See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">memcached wiki about both modules</a>." : "Memecahced está configurado como un cache distribuido, pero un módulo equivocado de \"memcache\" está instalado. \\OC\\Memcache\\Memcached sólo soporta \"memcached\". Consulta <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">el wiki de memcached en relación a ambos módulos</a>.",
+ "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">List of invalid files…</a> / <a href=\"{rescanEndpoint}\">Rescan…</a>)" : "Algunos archivos no pasaron la verificación de integridad. Puedes encontrar más información de cómo resolver este problema en la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentación</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">Lista de archivos inválidos...</a>/<a href=\"{rescanEndpoint}\">Volver a verificar...</a>)",
+ "The PHP OPcache is not properly configured. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance it is recommended</a> to use the following settings in the <code>php.ini</code>:" : "El OPcache de PHP no está configurado correctamente. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Para un mejor desempeño se recomienda</a> usar las sigueintes configuraciones en el archivo <code>php.ini</code>:",
+ "Continue to Nextcloud" : "Continuar a Nextcloud",
+ "_The update was successful. Redirecting you to Nextcloud in %n second._::_The update was successful. Redirecting you to Nextcloud in %n seconds._" : ["La actualización fue exitosa. Lo estamos redireccionando a Nextcloud en %n segundo. ","La actualización fue exitosa. Te redireccionaremos a Nextcloud en %n segundos."],
+ "Searching other places" : "Buscando en otras ubicaciones",
+ "No search results in other folders for {tag}{filter}{endtag}" : "No hay resultados para la búsqueda {tag}{filter}{endtag} en otras carpetas",
+ "_{count} search result in another folder_::_{count} search results in other folders_" : ["{count} resultado de la búsqueda en otra carpeta","{count} resultados de la búsqueda en otras carpetas"],
+ "Password can not be changed. Please contact your administrator." : "Las contraseñas no se pueden cambiar. Por favor contacta a tu adminstrador",
+ "These apps will be updated:" : "Las siguientes apllicaciones se actualizarán:"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
} \ No newline at end of file
diff --git a/core/l10n/es_DO.js b/core/l10n/es_DO.js
index a78cc1d6122..3d90d625133 100644
--- a/core/l10n/es_DO.js
+++ b/core/l10n/es_DO.js
@@ -32,34 +32,18 @@ OC.L10N.register(
"Maintenance mode is kept active" : "El modo mantenimiento sigue activo",
"Updating database schema" : "Actualizando esquema de base de datos",
"Updated database" : "Base de datos actualizada",
- "Checking whether the database schema can be updated (this can take a long time depending on the database size)" : "Verificando si el archivo del esquema de base de datos puede ser actualizado (esto puedo tomar mucho tiempo dependiendo del tamaño de la base de datos)",
- "Checked database schema update" : "Actualización del esquema de base de datos verificada",
- "Checking updates of apps" : "Verificando actualizaciones para aplicaciones",
- "Checking for update of app \"%s\" in appstore" : "Verificando actualizaciones para la aplicacion \"%s\" en la appstore",
- "Update app \"%s\" from appstore" : "Actualizar la aplicación \"%s\" desde la appstore",
- "Checked for update of app \"%s\" in appstore" : "Se verificaron actualizaciones para la aplicación \"%s\" en la appstore",
"Checking whether the database schema for %s can be updated (this can take a long time depending on the database size)" : "Verificando si el esquema de la base de datos para %s puede ser actualizado (esto puede tomar mucho tiempo dependiendo del tamaño de la base de datos)",
- "Checked database schema update for apps" : "Se verificó la actualización del esquema de la base de datos para las aplicaciones",
"Set log level to debug" : "Establecer nivel de bitacora a depurar",
"Reset log level" : "Restablecer nivel de bitácora",
"Starting code integrity check" : "Comenzando verificación de integridad del código",
"Finished code integrity check" : "Terminó la verificación de integridad del código ",
"%s (incompatible)" : "%s (incompatible)",
- "Following apps have been disabled: %s" : "Las siguientes aplicaciones han sido deshabilitadas: %s",
"Already up to date" : "Ya está actualizado",
"Your web server is not yet properly set up to allow file synchronization, because the WebDAV interface seems to be broken." : "Tu servidor web aún no esta correctamente configurado para permitir la sincronización de archivos porque la interfaz WebDAV parece estar rota. ",
- "Your web server is not properly set up to resolve \"{url}\". Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Tu servidor web no está correctamente configurado para resolver \"{url}\". Puedes encontrar más información al respecto en la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentación</a>.",
"PHP does not seem to be setup properly to query system environment variables. The test with getenv(\"PATH\") only returns an empty response." : "PHP no parece estar configurado correctamente para consultar las variables de ambiente. La prueba con getenv(\"PATH\") sólo regresa una respuesta vacía.",
"Your database does not run with \"READ COMMITTED\" transaction isolation level. This can cause problems when multiple actions are executed in parallel." : "Tu base de datos no puede correr con el nivel de aislamiento de transacción de \"READ COMMITTED\". Puede causar problemas cuando mútiples acciones sean ejecutadas en paralelo.",
"It was not possible to execute the cron job via CLI. The following technical errors have appeared:" : "No fue posible ejecutar el trabajo de cron via CLI. Se presentaron los siguientes errores técnicos:",
- "Check the background job settings" : "Verifica la configuración de los trabajos de fondo",
"This server has no working Internet connection: Multiple endpoints could not be reached. This means that some of the features like mounting external storage, notifications about updates or installation of third-party apps will not work. Accessing files remotely and sending of notification emails might not work, either. Establish a connection from this server to the Internet to enjoy all features." : "El servidor no cuenta con una conexión a Internet: No se pudieron alcanzar múltiples endpoints. Esto significa que algunas características como montar almacenamiento externo, notificaciones de actualizaciones o instalación de aplicaciones de 3ros no funcionarán correctamente. Acceder archivos de forma remota y el envío de de notificaciones por correo electrónico puede que no funcionen tampoco. Establece una conexión desde este servidor a Internet para aprovechar todas las funcionalidades.",
- "No memory cache has been configured. To enhance performance, please configure a memcache, if available. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "No se ha configurado el caché de memoria. Para mejorar el desempeño, por favor configura un memcahce, si está disponible. Puedes encontrar más información en la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentación</a>.",
- "You are currently running PHP {version}. Upgrade your PHP version to take advantage of <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">performance and security updates provided by the PHP Group</a> as soon as your distribution supports it." : "Estás ejecutando PHP {version}. Actualiza tu versión de PHP para aprovechar las <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">actualizaciones de desempeño y seguridad proporcionadas por el Grupo PHP</a> tan pronto como tu distribución lo soporte. ",
- "The reverse proxy header configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If not, this is a security issue and can allow an attacker to spoof their IP address as visible to the Nextcloud. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "La configuración de los encabezados del proxy inverso es incorrecta, o estás accediendo a Nextcloud desde un proxy de confianza. Si no es el caso, se trata de un tema de seguridad y le puede permitir a un atacante hacer su dirección IP apócrifa visible para Nextcloud. Puedes encontar más infomración en nuestra <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentación</a>.",
- "Memcached is configured as distributed cache, but the wrong PHP module \"memcache\" is installed. \\OC\\Memcache\\Memcached only supports \"memcached\" and not \"memcache\". See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">memcached wiki about both modules</a>." : "Memecahced está configurado como un cache distribuido, pero un módulo equivocado de \"memcache\" está instalado. \\OC\\Memcache\\Memcached sólo soporta \"memcached\". Consulta <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">el wiki de memcached en relación a ambos módulos</a>.",
- "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">List of invalid files…</a> / <a href=\"{rescanEndpoint}\">Rescan…</a>)" : "Algunos archivos no pasaron la verificación de integridad. Puedes encontrar más información de cómo resolver este problema en la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentación</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">Lista de archivos inválidos...</a>/<a href=\"{rescanEndpoint}\">Volver a verificar...</a>)",
- "The PHP OPcache is not properly configured. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance it is recommended</a> to use the following settings in the <code>php.ini</code>:" : "El OPcache de PHP no está configurado correctamente. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Para un mejor desempeño se recomienda</a> usar las sigueintes configuraciones en el archivo <code>php.ini</code>:",
"The PHP function \"set_time_limit\" is not available. This could result in scripts being halted mid-execution, breaking your installation. Enabling this function is strongly recommended." : "La función de PHP \"set_time_limit\" no está disponible. Esto podría generar que la ejecución de scripts se detenga, rompiendo su instalación. Se recomienda ámpliamente habilitar esta función. ",
"Your PHP does not have FreeType support, resulting in breakage of profile pictures and the settings interface." : "Tu PHP no cuenta con soporte FreeType, lo que resulta en fallas en la imagen de perfil y la interface de configuraciones. ",
"SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend." : "Actualmente estás usando SQLite como el backend de base de datos. Para instalaciones más grandes te recomendamos cambiar a un backend de base de datos diferente.",
@@ -68,13 +52,6 @@ OC.L10N.register(
"Your data directory and files are probably accessible from the Internet. The .htaccess file is not working. It is strongly recommended that you configure your web server so that the data directory is no longer accessible, or move the data directory outside the web server document root." : "Probablemente tu directorio de datos y archivos sean accesibles desde Internet. El archivo .htaccess no está funcionando. Se recomienda ampliamente que configures tu servidor web para que el directorio de datos no sea accesible, o bien, que muevas el directorio de datos fuera del directorio raíz del servidor web.",
"The \"{header}\" HTTP header is not set to \"{expected}\". This is a potential security or privacy risk, as it is recommended to adjust this setting accordingly." : "El encabezado HTTP \"{header}\" está establecido a \"{expected}\". Esto representa un riesgo potencial de seguridad o privacidad, y que se recomienda ajustar esta configuración. ",
"The \"{header}\" HTTP header is not set to \"{expected}\". Some features might not work correctly, as it is recommended to adjust this setting accordingly." : "El encabezado HTTP \"{header}\" no está establecido a \"{expected}\". Puede que lgunas características no funcionen correctamente, y se recomienda ajustar esta confirguración. ",
- "Non-existing tag #{tag}" : "Etiqueta #{tag} no-existente",
- "restricted" : "restringido",
- "invisible" : "invisible",
- "Delete" : "Borrar",
- "Rename" : "Renombrar",
- "Collaborative tags" : "Etiquetas colaborativas",
- "No tags found" : "No se encontraron etiquetas",
"unknown text" : "texto desconocido",
"Hello world!" : "¡Hola mundo!",
"sunny" : "soleado",
@@ -89,30 +66,27 @@ OC.L10N.register(
"Please reload the page." : "Por favor vuelve a cargar la página.",
"The update was unsuccessful. For more information <a href=\"{url}\">check our forum post</a> covering this issue." : "La actualización no fue exitosa. Para más información <a href=\"{url}\">consulta nuestro comentario en el foro </a> que cubre este tema. ",
"The update was unsuccessful. Please report this issue to the <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">Nextcloud community</a>." : "La actualización no fue exitosa. Por favor reporta este tema a la <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">Comunidad Nextcloud</a>.",
- "Continue to Nextcloud" : "Continuar a Nextcloud",
- "_The update was successful. Redirecting you to Nextcloud in %n second._::_The update was successful. Redirecting you to Nextcloud in %n seconds._" : ["La actualización fue exitosa. Lo estamos redireccionando a Nextcloud en %n segundo. ","La actualización fue exitosa. Te redireccionaremos a Nextcloud en %n segundos."],
- "Searching other places" : "Buscando en otras ubicaciones",
- "No search results in other folders for {tag}{filter}{endtag}" : "No hay resultados para la búsqueda {tag}{filter}{endtag} en otras carpetas",
- "_{count} search result in another folder_::_{count} search results in other folders_" : ["{count} resultado de la búsqueda en otra carpeta","{count} resultados de la búsqueda en otras carpetas"],
+ "Log in" : "Ingresar",
+ "Logging in …" : "Iniciando sesión ...",
"Server side authentication failed!" : "¡Falló la autenticación del lado del servidor!",
"Please contact your administrator." : "Por favor contacta al administrador.",
"An internal error occurred." : "Se presentó un error interno.",
"Please try again or contact your administrator." : "Por favor vuelve a intentarlo o contacta a tu adminsitrador. ",
"Username or email" : "Usuario o correo electrónico",
"Password" : "Contraseña",
- "Log in" : "Ingresar",
- "Logging in …" : "Iniciando sesión ...",
"Wrong username or password." : "Usuario o contraseña equivocado. ",
"User disabled" : "Usuario deshabilitado",
"We have detected multiple invalid login attempts from your IP. Therefore your next login is throttled up to 30 seconds." : "Hemos detectado múltiples intentos de inicio de sesión desde tu IP. Por lo tanto tu siguiente incio de sesión se retrasará hasta 30 segundos. ",
"Reset password" : "Restablecer contraseña",
"Couldn't send reset email. Please contact your administrator." : "No fue posible enviar el correo de restauración. Por favor contacta a tu adminsitrador. ",
- "Password can not be changed. Please contact your administrator." : "Las contraseñas no se pueden cambiar. Por favor contacta a tu adminstrador",
"Back to login" : "Regresar al inicio de sesión",
"New password" : "Nueva contraseña",
"I know what I'm doing" : "Sé lo que estoy haciendo",
"Cancel" : "Cancelar",
"Forgot password?" : "¿Olvidaste tu contraseña?",
+ "Back" : "Atrás",
+ "Reset search" : "Reestablecer búsqueda",
+ "Search" : "Buscar",
"Settings" : "Configuraciones ",
"Could not load your contacts" : "No fue posible cargar tus contactos",
"Search contacts …" : "Buscar contactos ...",
@@ -143,7 +117,7 @@ OC.L10N.register(
"One file conflict" : "Un conflicto en el archivo",
"New Files" : "Archivos Nuevos",
"Already existing files" : "Archivos ya existentes",
- "Which files do you want to keep?" : "¿Cuales archivos deseas mantener?",
+ "Which files do you want to keep?" : "¿Cuáles archivos deseas mantener?",
"If you select both versions, the copied file will have a number added to its name." : "Si seleccionas ambas versiones, se le agregará un número al nombre del archivo copiado.",
"Continue" : "Continuar",
"(all selected)" : "(todos seleccionados)",
@@ -167,6 +141,13 @@ OC.L10N.register(
"Strong password" : "Contraseña fuerte",
"No action available" : "No hay acciones disponibles",
"Error fetching contact actions" : "Se presentó un error al traer las acciónes de contatos",
+ "Non-existing tag #{tag}" : "Etiqueta #{tag} no-existente",
+ "restricted" : "restringido",
+ "invisible" : "invisible",
+ "Delete" : "Borrar",
+ "Rename" : "Renombrar",
+ "Collaborative tags" : "Etiquetas colaborativas",
+ "No tags found" : "No se encontraron etiquetas",
"Personal" : "Personal",
"Users" : "Usuarios",
"Apps" : "Aplicaciones",
@@ -214,8 +195,6 @@ OC.L10N.register(
"More apps" : "Más aplicaciones",
"More" : "Más",
"More apps menu" : "Menú de más aplicaciones",
- "Search" : "Buscar",
- "Reset search" : "Reestablecer búsqueda",
"Contacts" : "Contactos",
"Contacts menu" : "Menú de Contactos",
"Settings menu" : "Menú de Configuraciones",
@@ -233,7 +212,6 @@ OC.L10N.register(
"Access through untrusted domain" : "Accesa a través de un dominio no de confianza",
"Please contact your administrator. If you are an administrator, edit the \"trusted_domains\" setting in config/config.php like the example in config.sample.php." : "Por favor contacta a tu adminsitrador. Si tu eres un administrador, edita la propiedad \"trusted_domains\" en el archivo config/config.php como en el ejemplo config.sample.php.",
"App update required" : "Se requiere una actualización de la aplicación",
- "These apps will be updated:" : "Las siguientes apllicaciones se actualizarán:",
"These incompatible apps will be disabled:" : "Las siguientes aplicaciones incompatibles serán deshabilitadas:",
"The theme %s has been disabled." : "El tema %s ha sido deshabilitado. ",
"Please make sure that the database, the config folder and the data folder have been backed up before proceeding." : "Por favor asegurarte de que la base de datos, la carpeta de configuración y las carpetas de datos hayan sido respaldadas antes de continuar. ",
@@ -247,72 +225,28 @@ OC.L10N.register(
"Upgrade via web on my own risk" : "Actualizar vía Web bajo mi propio riesgo",
"This %s instance is currently in maintenance mode, which may take a while." : "Esta instancia %s se encuentra actualmente en modo mantenimiento, que podría tomar algo de tiempo. ",
"Contact your system administrator if this message persists or appeared unexpectedly." : "Contacta a tu administrador del sistema si este mensaje persiste o se presentó de manera inesperada.",
- "Could not send reset email because there is no email address for this username. Please contact your administrator." : "No fue posible enviar el correo electrónico para restablecer porque no hay una dirección de correo electrónico para este usuario. Por favor contacta a tu adminsitrador. ",
- "Couldn't send reset email. Please make sure your username is correct." : "No fue posible restablecer el correo electrónico. Por favor asegurarte de que tu nombre de usuario sea correcto. ",
- "Your files are encrypted. There will be no way to get your data back after your password is reset.<br />If you are not sure what to do, please contact your administrator before you continue. <br />Do you really want to continue?" : "Tus archivos están encriptados. No habrá manera de recuperar tus datos una vez que restablezca tu contraseña. <br />Si no estás seguro de qué hacer, por favor contacta a tu administrador antes de continuar. <br />¿Realmente deseas continuar?",
- "Sending email …" : "Enviando correo electrónico ...",
- "You are currently running PHP 5.6. The current major version of Nextcloud is the last that is supported on PHP 5.6. It is recommended to upgrade the PHP version to 7.0+ to be able to upgrade to Nextcloud 14." : "Actualmente estás corriendo PHP 5.6. La versión principal actual de Nextcloud es la última que será soportada en PHPH 5.6. Te recomendamos actualizar la versión de PHP a la 7.0+ para que puedas actualizar a Nextcloud 14.",
- "Shared" : "Compartido",
- "Shared with" : "Compartido con",
- "Shared by" : "Compartido por",
- "Choose a password for the public link" : "Seleccione una contraseña para la liga pública",
- "Choose a password for the public link or press the \"Enter\" key" : "Elige una contraseña para la liga pública o presiona la tecla \"Intro\"",
- "Copied!" : "¡Copiado!",
- "Copy link" : "Copiar liga",
- "Not supported!" : "¡No está soportado!",
- "Press ⌘-C to copy." : "Presiona ⌘-C para copiar.",
- "Press Ctrl-C to copy." : "Presiona Ctrl-C para copiar.",
- "Resharing is not allowed" : "No se permite volver a compartir",
- "Link" : "Liga",
- "Password protect" : "Proteger con contraseña",
- "Allow editing" : "Permitir editar",
- "Email link to person" : "Enviar la liga por correo electrónico a una persona",
- "Send" : "Enviar",
- "Allow upload and editing" : "Permitir carga y edición",
- "Read only" : "Sólo lectura",
- "File drop (upload only)" : "Permitir carga",
- "Set expiration date" : "Selecciona la vigencia de tu archivo",
- "Expiration" : "Expiración",
- "Expiration date" : "Fecha de expiración",
- "Unshare" : "Dejar de compartir",
- "Share to {name}" : "Compartir con {name}",
- "Share link" : "Compartir liga",
- "Could not unshare" : "No fue posible dejar de compartir",
- "Shared with you and the group {group} by {owner}" : "Compartido contigo y el grupo {group} por {owner}",
- "Shared with you by {owner}" : "Compartido contigo por {owner}",
- "Choose a password for the mail share" : "Elige una contraseña para el elemento compartido por correo",
- "group" : "grupo",
- "remote" : "remoto",
- "email" : "correo electrónico",
- "shared by {sharer}" : "compartido por {sharer}",
- "Can reshare" : "Puede volver a compartir",
- "Can edit" : "Puede editar",
- "Can create" : "Puede crear",
- "Can change" : "Puede cambiar",
- "Can delete" : "Puede borrar",
- "Access control" : "Control de acceso",
- "Error while sharing" : "Se presentó un error al compartir",
- "Share details could not be loaded for this item." : "Los detalles del recurso compartido no se pudieron cargar para este elemento. ",
- "_At least {count} character is needed for autocompletion_::_At least {count} characters are needed for autocompletion_" : ["Se requiere de la menos {count} caracter para el auto completar","Se requieren de la menos {count} caracteres para el auto completar"],
- "This list is maybe truncated - please refine your search term to see more results." : "Esta lista puede estar truncada - por favor refina tus términos de búsqueda para poder ver más resultados. ",
- "No users or groups found for {search}" : "No se encontraron usuarios o gurpos para {search}",
- "No users found for {search}" : "No se encontraron usuarios para {search}",
- "An error occurred (\"{message}\"). Please try again" : "Se presentó un error (\"{message}\"). Por favor vuelve a intentarlo",
- "An error occurred. Please try again" : "Se presentó un error. Por favor vuelve a intentarlo",
- "Home" : "Inicio",
- "Work" : "Trabajo",
- "Other" : "Otro",
- "{sharee} ({type}, {owner})" : "{sharee} ({type}, {owner})",
- "Share" : "Compartir",
- "Name or email address..." : "Nombre o dirección de correo electrónico",
- "Name or federated cloud ID..." : "Nombre...",
- "Name, federated cloud ID or email address..." : "Nombre o dirección de correo electrónico...",
- "Name..." : "Nombre...",
- "Error removing share" : "Se presentó un error al dejar de compartir",
- "({scope})" : "({scope})",
- "Saving..." : "Guardando...",
- "Dismiss" : "Descartar",
- "New Password" : "Nueva Contraseña",
- "Cancel log in" : "Cancelar inicio de sesión"
+ "Checking whether the database schema can be updated (this can take a long time depending on the database size)" : "Verificando si el archivo del esquema de base de datos puede ser actualizado (esto puedo tomar mucho tiempo dependiendo del tamaño de la base de datos)",
+ "Checked database schema update" : "Actualización del esquema de base de datos verificada",
+ "Checking updates of apps" : "Verificando actualizaciones para aplicaciones",
+ "Checking for update of app \"%s\" in appstore" : "Verificando actualizaciones para la aplicacion \"%s\" en la appstore",
+ "Update app \"%s\" from appstore" : "Actualizar la aplicación \"%s\" desde la appstore",
+ "Checked for update of app \"%s\" in appstore" : "Se verificaron actualizaciones para la aplicación \"%s\" en la appstore",
+ "Checked database schema update for apps" : "Se verificó la actualización del esquema de la base de datos para las aplicaciones",
+ "Following apps have been disabled: %s" : "Las siguientes aplicaciones han sido deshabilitadas: %s",
+ "Your web server is not properly set up to resolve \"{url}\". Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Tu servidor web no está correctamente configurado para resolver \"{url}\". Puedes encontrar más información al respecto en la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentación</a>.",
+ "Check the background job settings" : "Verifica la configuración de los trabajos de fondo",
+ "No memory cache has been configured. To enhance performance, please configure a memcache, if available. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "No se ha configurado el caché de memoria. Para mejorar el desempeño, por favor configura un memcahce, si está disponible. Puedes encontrar más información en la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentación</a>.",
+ "You are currently running PHP {version}. Upgrade your PHP version to take advantage of <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">performance and security updates provided by the PHP Group</a> as soon as your distribution supports it." : "Estás ejecutando PHP {version}. Actualiza tu versión de PHP para aprovechar las <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">actualizaciones de desempeño y seguridad proporcionadas por el Grupo PHP</a> tan pronto como tu distribución lo soporte. ",
+ "The reverse proxy header configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If not, this is a security issue and can allow an attacker to spoof their IP address as visible to the Nextcloud. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "La configuración de los encabezados del proxy inverso es incorrecta, o estás accediendo a Nextcloud desde un proxy de confianza. Si no es el caso, se trata de un tema de seguridad y le puede permitir a un atacante hacer su dirección IP apócrifa visible para Nextcloud. Puedes encontar más infomración en nuestra <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentación</a>.",
+ "Memcached is configured as distributed cache, but the wrong PHP module \"memcache\" is installed. \\OC\\Memcache\\Memcached only supports \"memcached\" and not \"memcache\". See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">memcached wiki about both modules</a>." : "Memecahced está configurado como un cache distribuido, pero un módulo equivocado de \"memcache\" está instalado. \\OC\\Memcache\\Memcached sólo soporta \"memcached\". Consulta <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">el wiki de memcached en relación a ambos módulos</a>.",
+ "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">List of invalid files…</a> / <a href=\"{rescanEndpoint}\">Rescan…</a>)" : "Algunos archivos no pasaron la verificación de integridad. Puedes encontrar más información de cómo resolver este problema en la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentación</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">Lista de archivos inválidos...</a>/<a href=\"{rescanEndpoint}\">Volver a verificar...</a>)",
+ "The PHP OPcache is not properly configured. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance it is recommended</a> to use the following settings in the <code>php.ini</code>:" : "El OPcache de PHP no está configurado correctamente. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Para un mejor desempeño se recomienda</a> usar las sigueintes configuraciones en el archivo <code>php.ini</code>:",
+ "Continue to Nextcloud" : "Continuar a Nextcloud",
+ "_The update was successful. Redirecting you to Nextcloud in %n second._::_The update was successful. Redirecting you to Nextcloud in %n seconds._" : ["La actualización fue exitosa. Lo estamos redireccionando a Nextcloud en %n segundo. ","La actualización fue exitosa. Te redireccionaremos a Nextcloud en %n segundos."],
+ "Searching other places" : "Buscando en otras ubicaciones",
+ "No search results in other folders for {tag}{filter}{endtag}" : "No hay resultados para la búsqueda {tag}{filter}{endtag} en otras carpetas",
+ "_{count} search result in another folder_::_{count} search results in other folders_" : ["{count} resultado de la búsqueda en otra carpeta","{count} resultados de la búsqueda en otras carpetas"],
+ "Password can not be changed. Please contact your administrator." : "Las contraseñas no se pueden cambiar. Por favor contacta a tu adminstrador",
+ "These apps will be updated:" : "Las siguientes apllicaciones se actualizarán:"
},
"nplurals=2; plural=(n != 1);");
diff --git a/core/l10n/es_DO.json b/core/l10n/es_DO.json
index b263fa894d1..01e67ef07ef 100644
--- a/core/l10n/es_DO.json
+++ b/core/l10n/es_DO.json
@@ -30,34 +30,18 @@
"Maintenance mode is kept active" : "El modo mantenimiento sigue activo",
"Updating database schema" : "Actualizando esquema de base de datos",
"Updated database" : "Base de datos actualizada",
- "Checking whether the database schema can be updated (this can take a long time depending on the database size)" : "Verificando si el archivo del esquema de base de datos puede ser actualizado (esto puedo tomar mucho tiempo dependiendo del tamaño de la base de datos)",
- "Checked database schema update" : "Actualización del esquema de base de datos verificada",
- "Checking updates of apps" : "Verificando actualizaciones para aplicaciones",
- "Checking for update of app \"%s\" in appstore" : "Verificando actualizaciones para la aplicacion \"%s\" en la appstore",
- "Update app \"%s\" from appstore" : "Actualizar la aplicación \"%s\" desde la appstore",
- "Checked for update of app \"%s\" in appstore" : "Se verificaron actualizaciones para la aplicación \"%s\" en la appstore",
"Checking whether the database schema for %s can be updated (this can take a long time depending on the database size)" : "Verificando si el esquema de la base de datos para %s puede ser actualizado (esto puede tomar mucho tiempo dependiendo del tamaño de la base de datos)",
- "Checked database schema update for apps" : "Se verificó la actualización del esquema de la base de datos para las aplicaciones",
"Set log level to debug" : "Establecer nivel de bitacora a depurar",
"Reset log level" : "Restablecer nivel de bitácora",
"Starting code integrity check" : "Comenzando verificación de integridad del código",
"Finished code integrity check" : "Terminó la verificación de integridad del código ",
"%s (incompatible)" : "%s (incompatible)",
- "Following apps have been disabled: %s" : "Las siguientes aplicaciones han sido deshabilitadas: %s",
"Already up to date" : "Ya está actualizado",
"Your web server is not yet properly set up to allow file synchronization, because the WebDAV interface seems to be broken." : "Tu servidor web aún no esta correctamente configurado para permitir la sincronización de archivos porque la interfaz WebDAV parece estar rota. ",
- "Your web server is not properly set up to resolve \"{url}\". Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Tu servidor web no está correctamente configurado para resolver \"{url}\". Puedes encontrar más información al respecto en la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentación</a>.",
"PHP does not seem to be setup properly to query system environment variables. The test with getenv(\"PATH\") only returns an empty response." : "PHP no parece estar configurado correctamente para consultar las variables de ambiente. La prueba con getenv(\"PATH\") sólo regresa una respuesta vacía.",
"Your database does not run with \"READ COMMITTED\" transaction isolation level. This can cause problems when multiple actions are executed in parallel." : "Tu base de datos no puede correr con el nivel de aislamiento de transacción de \"READ COMMITTED\". Puede causar problemas cuando mútiples acciones sean ejecutadas en paralelo.",
"It was not possible to execute the cron job via CLI. The following technical errors have appeared:" : "No fue posible ejecutar el trabajo de cron via CLI. Se presentaron los siguientes errores técnicos:",
- "Check the background job settings" : "Verifica la configuración de los trabajos de fondo",
"This server has no working Internet connection: Multiple endpoints could not be reached. This means that some of the features like mounting external storage, notifications about updates or installation of third-party apps will not work. Accessing files remotely and sending of notification emails might not work, either. Establish a connection from this server to the Internet to enjoy all features." : "El servidor no cuenta con una conexión a Internet: No se pudieron alcanzar múltiples endpoints. Esto significa que algunas características como montar almacenamiento externo, notificaciones de actualizaciones o instalación de aplicaciones de 3ros no funcionarán correctamente. Acceder archivos de forma remota y el envío de de notificaciones por correo electrónico puede que no funcionen tampoco. Establece una conexión desde este servidor a Internet para aprovechar todas las funcionalidades.",
- "No memory cache has been configured. To enhance performance, please configure a memcache, if available. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "No se ha configurado el caché de memoria. Para mejorar el desempeño, por favor configura un memcahce, si está disponible. Puedes encontrar más información en la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentación</a>.",
- "You are currently running PHP {version}. Upgrade your PHP version to take advantage of <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">performance and security updates provided by the PHP Group</a> as soon as your distribution supports it." : "Estás ejecutando PHP {version}. Actualiza tu versión de PHP para aprovechar las <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">actualizaciones de desempeño y seguridad proporcionadas por el Grupo PHP</a> tan pronto como tu distribución lo soporte. ",
- "The reverse proxy header configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If not, this is a security issue and can allow an attacker to spoof their IP address as visible to the Nextcloud. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "La configuración de los encabezados del proxy inverso es incorrecta, o estás accediendo a Nextcloud desde un proxy de confianza. Si no es el caso, se trata de un tema de seguridad y le puede permitir a un atacante hacer su dirección IP apócrifa visible para Nextcloud. Puedes encontar más infomración en nuestra <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentación</a>.",
- "Memcached is configured as distributed cache, but the wrong PHP module \"memcache\" is installed. \\OC\\Memcache\\Memcached only supports \"memcached\" and not \"memcache\". See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">memcached wiki about both modules</a>." : "Memecahced está configurado como un cache distribuido, pero un módulo equivocado de \"memcache\" está instalado. \\OC\\Memcache\\Memcached sólo soporta \"memcached\". Consulta <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">el wiki de memcached en relación a ambos módulos</a>.",
- "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">List of invalid files…</a> / <a href=\"{rescanEndpoint}\">Rescan…</a>)" : "Algunos archivos no pasaron la verificación de integridad. Puedes encontrar más información de cómo resolver este problema en la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentación</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">Lista de archivos inválidos...</a>/<a href=\"{rescanEndpoint}\">Volver a verificar...</a>)",
- "The PHP OPcache is not properly configured. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance it is recommended</a> to use the following settings in the <code>php.ini</code>:" : "El OPcache de PHP no está configurado correctamente. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Para un mejor desempeño se recomienda</a> usar las sigueintes configuraciones en el archivo <code>php.ini</code>:",
"The PHP function \"set_time_limit\" is not available. This could result in scripts being halted mid-execution, breaking your installation. Enabling this function is strongly recommended." : "La función de PHP \"set_time_limit\" no está disponible. Esto podría generar que la ejecución de scripts se detenga, rompiendo su instalación. Se recomienda ámpliamente habilitar esta función. ",
"Your PHP does not have FreeType support, resulting in breakage of profile pictures and the settings interface." : "Tu PHP no cuenta con soporte FreeType, lo que resulta en fallas en la imagen de perfil y la interface de configuraciones. ",
"SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend." : "Actualmente estás usando SQLite como el backend de base de datos. Para instalaciones más grandes te recomendamos cambiar a un backend de base de datos diferente.",
@@ -66,13 +50,6 @@
"Your data directory and files are probably accessible from the Internet. The .htaccess file is not working. It is strongly recommended that you configure your web server so that the data directory is no longer accessible, or move the data directory outside the web server document root." : "Probablemente tu directorio de datos y archivos sean accesibles desde Internet. El archivo .htaccess no está funcionando. Se recomienda ampliamente que configures tu servidor web para que el directorio de datos no sea accesible, o bien, que muevas el directorio de datos fuera del directorio raíz del servidor web.",
"The \"{header}\" HTTP header is not set to \"{expected}\". This is a potential security or privacy risk, as it is recommended to adjust this setting accordingly." : "El encabezado HTTP \"{header}\" está establecido a \"{expected}\". Esto representa un riesgo potencial de seguridad o privacidad, y que se recomienda ajustar esta configuración. ",
"The \"{header}\" HTTP header is not set to \"{expected}\". Some features might not work correctly, as it is recommended to adjust this setting accordingly." : "El encabezado HTTP \"{header}\" no está establecido a \"{expected}\". Puede que lgunas características no funcionen correctamente, y se recomienda ajustar esta confirguración. ",
- "Non-existing tag #{tag}" : "Etiqueta #{tag} no-existente",
- "restricted" : "restringido",
- "invisible" : "invisible",
- "Delete" : "Borrar",
- "Rename" : "Renombrar",
- "Collaborative tags" : "Etiquetas colaborativas",
- "No tags found" : "No se encontraron etiquetas",
"unknown text" : "texto desconocido",
"Hello world!" : "¡Hola mundo!",
"sunny" : "soleado",
@@ -87,30 +64,27 @@
"Please reload the page." : "Por favor vuelve a cargar la página.",
"The update was unsuccessful. For more information <a href=\"{url}\">check our forum post</a> covering this issue." : "La actualización no fue exitosa. Para más información <a href=\"{url}\">consulta nuestro comentario en el foro </a> que cubre este tema. ",
"The update was unsuccessful. Please report this issue to the <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">Nextcloud community</a>." : "La actualización no fue exitosa. Por favor reporta este tema a la <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">Comunidad Nextcloud</a>.",
- "Continue to Nextcloud" : "Continuar a Nextcloud",
- "_The update was successful. Redirecting you to Nextcloud in %n second._::_The update was successful. Redirecting you to Nextcloud in %n seconds._" : ["La actualización fue exitosa. Lo estamos redireccionando a Nextcloud en %n segundo. ","La actualización fue exitosa. Te redireccionaremos a Nextcloud en %n segundos."],
- "Searching other places" : "Buscando en otras ubicaciones",
- "No search results in other folders for {tag}{filter}{endtag}" : "No hay resultados para la búsqueda {tag}{filter}{endtag} en otras carpetas",
- "_{count} search result in another folder_::_{count} search results in other folders_" : ["{count} resultado de la búsqueda en otra carpeta","{count} resultados de la búsqueda en otras carpetas"],
+ "Log in" : "Ingresar",
+ "Logging in …" : "Iniciando sesión ...",
"Server side authentication failed!" : "¡Falló la autenticación del lado del servidor!",
"Please contact your administrator." : "Por favor contacta al administrador.",
"An internal error occurred." : "Se presentó un error interno.",
"Please try again or contact your administrator." : "Por favor vuelve a intentarlo o contacta a tu adminsitrador. ",
"Username or email" : "Usuario o correo electrónico",
"Password" : "Contraseña",
- "Log in" : "Ingresar",
- "Logging in …" : "Iniciando sesión ...",
"Wrong username or password." : "Usuario o contraseña equivocado. ",
"User disabled" : "Usuario deshabilitado",
"We have detected multiple invalid login attempts from your IP. Therefore your next login is throttled up to 30 seconds." : "Hemos detectado múltiples intentos de inicio de sesión desde tu IP. Por lo tanto tu siguiente incio de sesión se retrasará hasta 30 segundos. ",
"Reset password" : "Restablecer contraseña",
"Couldn't send reset email. Please contact your administrator." : "No fue posible enviar el correo de restauración. Por favor contacta a tu adminsitrador. ",
- "Password can not be changed. Please contact your administrator." : "Las contraseñas no se pueden cambiar. Por favor contacta a tu adminstrador",
"Back to login" : "Regresar al inicio de sesión",
"New password" : "Nueva contraseña",
"I know what I'm doing" : "Sé lo que estoy haciendo",
"Cancel" : "Cancelar",
"Forgot password?" : "¿Olvidaste tu contraseña?",
+ "Back" : "Atrás",
+ "Reset search" : "Reestablecer búsqueda",
+ "Search" : "Buscar",
"Settings" : "Configuraciones ",
"Could not load your contacts" : "No fue posible cargar tus contactos",
"Search contacts …" : "Buscar contactos ...",
@@ -141,7 +115,7 @@
"One file conflict" : "Un conflicto en el archivo",
"New Files" : "Archivos Nuevos",
"Already existing files" : "Archivos ya existentes",
- "Which files do you want to keep?" : "¿Cuales archivos deseas mantener?",
+ "Which files do you want to keep?" : "¿Cuáles archivos deseas mantener?",
"If you select both versions, the copied file will have a number added to its name." : "Si seleccionas ambas versiones, se le agregará un número al nombre del archivo copiado.",
"Continue" : "Continuar",
"(all selected)" : "(todos seleccionados)",
@@ -165,6 +139,13 @@
"Strong password" : "Contraseña fuerte",
"No action available" : "No hay acciones disponibles",
"Error fetching contact actions" : "Se presentó un error al traer las acciónes de contatos",
+ "Non-existing tag #{tag}" : "Etiqueta #{tag} no-existente",
+ "restricted" : "restringido",
+ "invisible" : "invisible",
+ "Delete" : "Borrar",
+ "Rename" : "Renombrar",
+ "Collaborative tags" : "Etiquetas colaborativas",
+ "No tags found" : "No se encontraron etiquetas",
"Personal" : "Personal",
"Users" : "Usuarios",
"Apps" : "Aplicaciones",
@@ -212,8 +193,6 @@
"More apps" : "Más aplicaciones",
"More" : "Más",
"More apps menu" : "Menú de más aplicaciones",
- "Search" : "Buscar",
- "Reset search" : "Reestablecer búsqueda",
"Contacts" : "Contactos",
"Contacts menu" : "Menú de Contactos",
"Settings menu" : "Menú de Configuraciones",
@@ -231,7 +210,6 @@
"Access through untrusted domain" : "Accesa a través de un dominio no de confianza",
"Please contact your administrator. If you are an administrator, edit the \"trusted_domains\" setting in config/config.php like the example in config.sample.php." : "Por favor contacta a tu adminsitrador. Si tu eres un administrador, edita la propiedad \"trusted_domains\" en el archivo config/config.php como en el ejemplo config.sample.php.",
"App update required" : "Se requiere una actualización de la aplicación",
- "These apps will be updated:" : "Las siguientes apllicaciones se actualizarán:",
"These incompatible apps will be disabled:" : "Las siguientes aplicaciones incompatibles serán deshabilitadas:",
"The theme %s has been disabled." : "El tema %s ha sido deshabilitado. ",
"Please make sure that the database, the config folder and the data folder have been backed up before proceeding." : "Por favor asegurarte de que la base de datos, la carpeta de configuración y las carpetas de datos hayan sido respaldadas antes de continuar. ",
@@ -245,72 +223,28 @@
"Upgrade via web on my own risk" : "Actualizar vía Web bajo mi propio riesgo",
"This %s instance is currently in maintenance mode, which may take a while." : "Esta instancia %s se encuentra actualmente en modo mantenimiento, que podría tomar algo de tiempo. ",
"Contact your system administrator if this message persists or appeared unexpectedly." : "Contacta a tu administrador del sistema si este mensaje persiste o se presentó de manera inesperada.",
- "Could not send reset email because there is no email address for this username. Please contact your administrator." : "No fue posible enviar el correo electrónico para restablecer porque no hay una dirección de correo electrónico para este usuario. Por favor contacta a tu adminsitrador. ",
- "Couldn't send reset email. Please make sure your username is correct." : "No fue posible restablecer el correo electrónico. Por favor asegurarte de que tu nombre de usuario sea correcto. ",
- "Your files are encrypted. There will be no way to get your data back after your password is reset.<br />If you are not sure what to do, please contact your administrator before you continue. <br />Do you really want to continue?" : "Tus archivos están encriptados. No habrá manera de recuperar tus datos una vez que restablezca tu contraseña. <br />Si no estás seguro de qué hacer, por favor contacta a tu administrador antes de continuar. <br />¿Realmente deseas continuar?",
- "Sending email …" : "Enviando correo electrónico ...",
- "You are currently running PHP 5.6. The current major version of Nextcloud is the last that is supported on PHP 5.6. It is recommended to upgrade the PHP version to 7.0+ to be able to upgrade to Nextcloud 14." : "Actualmente estás corriendo PHP 5.6. La versión principal actual de Nextcloud es la última que será soportada en PHPH 5.6. Te recomendamos actualizar la versión de PHP a la 7.0+ para que puedas actualizar a Nextcloud 14.",
- "Shared" : "Compartido",
- "Shared with" : "Compartido con",
- "Shared by" : "Compartido por",
- "Choose a password for the public link" : "Seleccione una contraseña para la liga pública",
- "Choose a password for the public link or press the \"Enter\" key" : "Elige una contraseña para la liga pública o presiona la tecla \"Intro\"",
- "Copied!" : "¡Copiado!",
- "Copy link" : "Copiar liga",
- "Not supported!" : "¡No está soportado!",
- "Press ⌘-C to copy." : "Presiona ⌘-C para copiar.",
- "Press Ctrl-C to copy." : "Presiona Ctrl-C para copiar.",
- "Resharing is not allowed" : "No se permite volver a compartir",
- "Link" : "Liga",
- "Password protect" : "Proteger con contraseña",
- "Allow editing" : "Permitir editar",
- "Email link to person" : "Enviar la liga por correo electrónico a una persona",
- "Send" : "Enviar",
- "Allow upload and editing" : "Permitir carga y edición",
- "Read only" : "Sólo lectura",
- "File drop (upload only)" : "Permitir carga",
- "Set expiration date" : "Selecciona la vigencia de tu archivo",
- "Expiration" : "Expiración",
- "Expiration date" : "Fecha de expiración",
- "Unshare" : "Dejar de compartir",
- "Share to {name}" : "Compartir con {name}",
- "Share link" : "Compartir liga",
- "Could not unshare" : "No fue posible dejar de compartir",
- "Shared with you and the group {group} by {owner}" : "Compartido contigo y el grupo {group} por {owner}",
- "Shared with you by {owner}" : "Compartido contigo por {owner}",
- "Choose a password for the mail share" : "Elige una contraseña para el elemento compartido por correo",
- "group" : "grupo",
- "remote" : "remoto",
- "email" : "correo electrónico",
- "shared by {sharer}" : "compartido por {sharer}",
- "Can reshare" : "Puede volver a compartir",
- "Can edit" : "Puede editar",
- "Can create" : "Puede crear",
- "Can change" : "Puede cambiar",
- "Can delete" : "Puede borrar",
- "Access control" : "Control de acceso",
- "Error while sharing" : "Se presentó un error al compartir",
- "Share details could not be loaded for this item." : "Los detalles del recurso compartido no se pudieron cargar para este elemento. ",
- "_At least {count} character is needed for autocompletion_::_At least {count} characters are needed for autocompletion_" : ["Se requiere de la menos {count} caracter para el auto completar","Se requieren de la menos {count} caracteres para el auto completar"],
- "This list is maybe truncated - please refine your search term to see more results." : "Esta lista puede estar truncada - por favor refina tus términos de búsqueda para poder ver más resultados. ",
- "No users or groups found for {search}" : "No se encontraron usuarios o gurpos para {search}",
- "No users found for {search}" : "No se encontraron usuarios para {search}",
- "An error occurred (\"{message}\"). Please try again" : "Se presentó un error (\"{message}\"). Por favor vuelve a intentarlo",
- "An error occurred. Please try again" : "Se presentó un error. Por favor vuelve a intentarlo",
- "Home" : "Inicio",
- "Work" : "Trabajo",
- "Other" : "Otro",
- "{sharee} ({type}, {owner})" : "{sharee} ({type}, {owner})",
- "Share" : "Compartir",
- "Name or email address..." : "Nombre o dirección de correo electrónico",
- "Name or federated cloud ID..." : "Nombre...",
- "Name, federated cloud ID or email address..." : "Nombre o dirección de correo electrónico...",
- "Name..." : "Nombre...",
- "Error removing share" : "Se presentó un error al dejar de compartir",
- "({scope})" : "({scope})",
- "Saving..." : "Guardando...",
- "Dismiss" : "Descartar",
- "New Password" : "Nueva Contraseña",
- "Cancel log in" : "Cancelar inicio de sesión"
+ "Checking whether the database schema can be updated (this can take a long time depending on the database size)" : "Verificando si el archivo del esquema de base de datos puede ser actualizado (esto puedo tomar mucho tiempo dependiendo del tamaño de la base de datos)",
+ "Checked database schema update" : "Actualización del esquema de base de datos verificada",
+ "Checking updates of apps" : "Verificando actualizaciones para aplicaciones",
+ "Checking for update of app \"%s\" in appstore" : "Verificando actualizaciones para la aplicacion \"%s\" en la appstore",
+ "Update app \"%s\" from appstore" : "Actualizar la aplicación \"%s\" desde la appstore",
+ "Checked for update of app \"%s\" in appstore" : "Se verificaron actualizaciones para la aplicación \"%s\" en la appstore",
+ "Checked database schema update for apps" : "Se verificó la actualización del esquema de la base de datos para las aplicaciones",
+ "Following apps have been disabled: %s" : "Las siguientes aplicaciones han sido deshabilitadas: %s",
+ "Your web server is not properly set up to resolve \"{url}\". Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Tu servidor web no está correctamente configurado para resolver \"{url}\". Puedes encontrar más información al respecto en la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentación</a>.",
+ "Check the background job settings" : "Verifica la configuración de los trabajos de fondo",
+ "No memory cache has been configured. To enhance performance, please configure a memcache, if available. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "No se ha configurado el caché de memoria. Para mejorar el desempeño, por favor configura un memcahce, si está disponible. Puedes encontrar más información en la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentación</a>.",
+ "You are currently running PHP {version}. Upgrade your PHP version to take advantage of <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">performance and security updates provided by the PHP Group</a> as soon as your distribution supports it." : "Estás ejecutando PHP {version}. Actualiza tu versión de PHP para aprovechar las <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">actualizaciones de desempeño y seguridad proporcionadas por el Grupo PHP</a> tan pronto como tu distribución lo soporte. ",
+ "The reverse proxy header configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If not, this is a security issue and can allow an attacker to spoof their IP address as visible to the Nextcloud. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "La configuración de los encabezados del proxy inverso es incorrecta, o estás accediendo a Nextcloud desde un proxy de confianza. Si no es el caso, se trata de un tema de seguridad y le puede permitir a un atacante hacer su dirección IP apócrifa visible para Nextcloud. Puedes encontar más infomración en nuestra <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentación</a>.",
+ "Memcached is configured as distributed cache, but the wrong PHP module \"memcache\" is installed. \\OC\\Memcache\\Memcached only supports \"memcached\" and not \"memcache\". See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">memcached wiki about both modules</a>." : "Memecahced está configurado como un cache distribuido, pero un módulo equivocado de \"memcache\" está instalado. \\OC\\Memcache\\Memcached sólo soporta \"memcached\". Consulta <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">el wiki de memcached en relación a ambos módulos</a>.",
+ "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">List of invalid files…</a> / <a href=\"{rescanEndpoint}\">Rescan…</a>)" : "Algunos archivos no pasaron la verificación de integridad. Puedes encontrar más información de cómo resolver este problema en la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentación</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">Lista de archivos inválidos...</a>/<a href=\"{rescanEndpoint}\">Volver a verificar...</a>)",
+ "The PHP OPcache is not properly configured. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance it is recommended</a> to use the following settings in the <code>php.ini</code>:" : "El OPcache de PHP no está configurado correctamente. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Para un mejor desempeño se recomienda</a> usar las sigueintes configuraciones en el archivo <code>php.ini</code>:",
+ "Continue to Nextcloud" : "Continuar a Nextcloud",
+ "_The update was successful. Redirecting you to Nextcloud in %n second._::_The update was successful. Redirecting you to Nextcloud in %n seconds._" : ["La actualización fue exitosa. Lo estamos redireccionando a Nextcloud en %n segundo. ","La actualización fue exitosa. Te redireccionaremos a Nextcloud en %n segundos."],
+ "Searching other places" : "Buscando en otras ubicaciones",
+ "No search results in other folders for {tag}{filter}{endtag}" : "No hay resultados para la búsqueda {tag}{filter}{endtag} en otras carpetas",
+ "_{count} search result in another folder_::_{count} search results in other folders_" : ["{count} resultado de la búsqueda en otra carpeta","{count} resultados de la búsqueda en otras carpetas"],
+ "Password can not be changed. Please contact your administrator." : "Las contraseñas no se pueden cambiar. Por favor contacta a tu adminstrador",
+ "These apps will be updated:" : "Las siguientes apllicaciones se actualizarán:"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
} \ No newline at end of file
diff --git a/core/l10n/es_EC.js b/core/l10n/es_EC.js
index a78cc1d6122..3d90d625133 100644
--- a/core/l10n/es_EC.js
+++ b/core/l10n/es_EC.js
@@ -32,34 +32,18 @@ OC.L10N.register(
"Maintenance mode is kept active" : "El modo mantenimiento sigue activo",
"Updating database schema" : "Actualizando esquema de base de datos",
"Updated database" : "Base de datos actualizada",
- "Checking whether the database schema can be updated (this can take a long time depending on the database size)" : "Verificando si el archivo del esquema de base de datos puede ser actualizado (esto puedo tomar mucho tiempo dependiendo del tamaño de la base de datos)",
- "Checked database schema update" : "Actualización del esquema de base de datos verificada",
- "Checking updates of apps" : "Verificando actualizaciones para aplicaciones",
- "Checking for update of app \"%s\" in appstore" : "Verificando actualizaciones para la aplicacion \"%s\" en la appstore",
- "Update app \"%s\" from appstore" : "Actualizar la aplicación \"%s\" desde la appstore",
- "Checked for update of app \"%s\" in appstore" : "Se verificaron actualizaciones para la aplicación \"%s\" en la appstore",
"Checking whether the database schema for %s can be updated (this can take a long time depending on the database size)" : "Verificando si el esquema de la base de datos para %s puede ser actualizado (esto puede tomar mucho tiempo dependiendo del tamaño de la base de datos)",
- "Checked database schema update for apps" : "Se verificó la actualización del esquema de la base de datos para las aplicaciones",
"Set log level to debug" : "Establecer nivel de bitacora a depurar",
"Reset log level" : "Restablecer nivel de bitácora",
"Starting code integrity check" : "Comenzando verificación de integridad del código",
"Finished code integrity check" : "Terminó la verificación de integridad del código ",
"%s (incompatible)" : "%s (incompatible)",
- "Following apps have been disabled: %s" : "Las siguientes aplicaciones han sido deshabilitadas: %s",
"Already up to date" : "Ya está actualizado",
"Your web server is not yet properly set up to allow file synchronization, because the WebDAV interface seems to be broken." : "Tu servidor web aún no esta correctamente configurado para permitir la sincronización de archivos porque la interfaz WebDAV parece estar rota. ",
- "Your web server is not properly set up to resolve \"{url}\". Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Tu servidor web no está correctamente configurado para resolver \"{url}\". Puedes encontrar más información al respecto en la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentación</a>.",
"PHP does not seem to be setup properly to query system environment variables. The test with getenv(\"PATH\") only returns an empty response." : "PHP no parece estar configurado correctamente para consultar las variables de ambiente. La prueba con getenv(\"PATH\") sólo regresa una respuesta vacía.",
"Your database does not run with \"READ COMMITTED\" transaction isolation level. This can cause problems when multiple actions are executed in parallel." : "Tu base de datos no puede correr con el nivel de aislamiento de transacción de \"READ COMMITTED\". Puede causar problemas cuando mútiples acciones sean ejecutadas en paralelo.",
"It was not possible to execute the cron job via CLI. The following technical errors have appeared:" : "No fue posible ejecutar el trabajo de cron via CLI. Se presentaron los siguientes errores técnicos:",
- "Check the background job settings" : "Verifica la configuración de los trabajos de fondo",
"This server has no working Internet connection: Multiple endpoints could not be reached. This means that some of the features like mounting external storage, notifications about updates or installation of third-party apps will not work. Accessing files remotely and sending of notification emails might not work, either. Establish a connection from this server to the Internet to enjoy all features." : "El servidor no cuenta con una conexión a Internet: No se pudieron alcanzar múltiples endpoints. Esto significa que algunas características como montar almacenamiento externo, notificaciones de actualizaciones o instalación de aplicaciones de 3ros no funcionarán correctamente. Acceder archivos de forma remota y el envío de de notificaciones por correo electrónico puede que no funcionen tampoco. Establece una conexión desde este servidor a Internet para aprovechar todas las funcionalidades.",
- "No memory cache has been configured. To enhance performance, please configure a memcache, if available. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "No se ha configurado el caché de memoria. Para mejorar el desempeño, por favor configura un memcahce, si está disponible. Puedes encontrar más información en la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentación</a>.",
- "You are currently running PHP {version}. Upgrade your PHP version to take advantage of <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">performance and security updates provided by the PHP Group</a> as soon as your distribution supports it." : "Estás ejecutando PHP {version}. Actualiza tu versión de PHP para aprovechar las <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">actualizaciones de desempeño y seguridad proporcionadas por el Grupo PHP</a> tan pronto como tu distribución lo soporte. ",
- "The reverse proxy header configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If not, this is a security issue and can allow an attacker to spoof their IP address as visible to the Nextcloud. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "La configuración de los encabezados del proxy inverso es incorrecta, o estás accediendo a Nextcloud desde un proxy de confianza. Si no es el caso, se trata de un tema de seguridad y le puede permitir a un atacante hacer su dirección IP apócrifa visible para Nextcloud. Puedes encontar más infomración en nuestra <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentación</a>.",
- "Memcached is configured as distributed cache, but the wrong PHP module \"memcache\" is installed. \\OC\\Memcache\\Memcached only supports \"memcached\" and not \"memcache\". See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">memcached wiki about both modules</a>." : "Memecahced está configurado como un cache distribuido, pero un módulo equivocado de \"memcache\" está instalado. \\OC\\Memcache\\Memcached sólo soporta \"memcached\". Consulta <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">el wiki de memcached en relación a ambos módulos</a>.",
- "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">List of invalid files…</a> / <a href=\"{rescanEndpoint}\">Rescan…</a>)" : "Algunos archivos no pasaron la verificación de integridad. Puedes encontrar más información de cómo resolver este problema en la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentación</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">Lista de archivos inválidos...</a>/<a href=\"{rescanEndpoint}\">Volver a verificar...</a>)",
- "The PHP OPcache is not properly configured. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance it is recommended</a> to use the following settings in the <code>php.ini</code>:" : "El OPcache de PHP no está configurado correctamente. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Para un mejor desempeño se recomienda</a> usar las sigueintes configuraciones en el archivo <code>php.ini</code>:",
"The PHP function \"set_time_limit\" is not available. This could result in scripts being halted mid-execution, breaking your installation. Enabling this function is strongly recommended." : "La función de PHP \"set_time_limit\" no está disponible. Esto podría generar que la ejecución de scripts se detenga, rompiendo su instalación. Se recomienda ámpliamente habilitar esta función. ",
"Your PHP does not have FreeType support, resulting in breakage of profile pictures and the settings interface." : "Tu PHP no cuenta con soporte FreeType, lo que resulta en fallas en la imagen de perfil y la interface de configuraciones. ",
"SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend." : "Actualmente estás usando SQLite como el backend de base de datos. Para instalaciones más grandes te recomendamos cambiar a un backend de base de datos diferente.",
@@ -68,13 +52,6 @@ OC.L10N.register(
"Your data directory and files are probably accessible from the Internet. The .htaccess file is not working. It is strongly recommended that you configure your web server so that the data directory is no longer accessible, or move the data directory outside the web server document root." : "Probablemente tu directorio de datos y archivos sean accesibles desde Internet. El archivo .htaccess no está funcionando. Se recomienda ampliamente que configures tu servidor web para que el directorio de datos no sea accesible, o bien, que muevas el directorio de datos fuera del directorio raíz del servidor web.",
"The \"{header}\" HTTP header is not set to \"{expected}\". This is a potential security or privacy risk, as it is recommended to adjust this setting accordingly." : "El encabezado HTTP \"{header}\" está establecido a \"{expected}\". Esto representa un riesgo potencial de seguridad o privacidad, y que se recomienda ajustar esta configuración. ",
"The \"{header}\" HTTP header is not set to \"{expected}\". Some features might not work correctly, as it is recommended to adjust this setting accordingly." : "El encabezado HTTP \"{header}\" no está establecido a \"{expected}\". Puede que lgunas características no funcionen correctamente, y se recomienda ajustar esta confirguración. ",
- "Non-existing tag #{tag}" : "Etiqueta #{tag} no-existente",
- "restricted" : "restringido",
- "invisible" : "invisible",
- "Delete" : "Borrar",
- "Rename" : "Renombrar",
- "Collaborative tags" : "Etiquetas colaborativas",
- "No tags found" : "No se encontraron etiquetas",
"unknown text" : "texto desconocido",
"Hello world!" : "¡Hola mundo!",
"sunny" : "soleado",
@@ -89,30 +66,27 @@ OC.L10N.register(
"Please reload the page." : "Por favor vuelve a cargar la página.",
"The update was unsuccessful. For more information <a href=\"{url}\">check our forum post</a> covering this issue." : "La actualización no fue exitosa. Para más información <a href=\"{url}\">consulta nuestro comentario en el foro </a> que cubre este tema. ",
"The update was unsuccessful. Please report this issue to the <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">Nextcloud community</a>." : "La actualización no fue exitosa. Por favor reporta este tema a la <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">Comunidad Nextcloud</a>.",
- "Continue to Nextcloud" : "Continuar a Nextcloud",
- "_The update was successful. Redirecting you to Nextcloud in %n second._::_The update was successful. Redirecting you to Nextcloud in %n seconds._" : ["La actualización fue exitosa. Lo estamos redireccionando a Nextcloud en %n segundo. ","La actualización fue exitosa. Te redireccionaremos a Nextcloud en %n segundos."],
- "Searching other places" : "Buscando en otras ubicaciones",
- "No search results in other folders for {tag}{filter}{endtag}" : "No hay resultados para la búsqueda {tag}{filter}{endtag} en otras carpetas",
- "_{count} search result in another folder_::_{count} search results in other folders_" : ["{count} resultado de la búsqueda en otra carpeta","{count} resultados de la búsqueda en otras carpetas"],
+ "Log in" : "Ingresar",
+ "Logging in …" : "Iniciando sesión ...",
"Server side authentication failed!" : "¡Falló la autenticación del lado del servidor!",
"Please contact your administrator." : "Por favor contacta al administrador.",
"An internal error occurred." : "Se presentó un error interno.",
"Please try again or contact your administrator." : "Por favor vuelve a intentarlo o contacta a tu adminsitrador. ",
"Username or email" : "Usuario o correo electrónico",
"Password" : "Contraseña",
- "Log in" : "Ingresar",
- "Logging in …" : "Iniciando sesión ...",
"Wrong username or password." : "Usuario o contraseña equivocado. ",
"User disabled" : "Usuario deshabilitado",
"We have detected multiple invalid login attempts from your IP. Therefore your next login is throttled up to 30 seconds." : "Hemos detectado múltiples intentos de inicio de sesión desde tu IP. Por lo tanto tu siguiente incio de sesión se retrasará hasta 30 segundos. ",
"Reset password" : "Restablecer contraseña",
"Couldn't send reset email. Please contact your administrator." : "No fue posible enviar el correo de restauración. Por favor contacta a tu adminsitrador. ",
- "Password can not be changed. Please contact your administrator." : "Las contraseñas no se pueden cambiar. Por favor contacta a tu adminstrador",
"Back to login" : "Regresar al inicio de sesión",
"New password" : "Nueva contraseña",
"I know what I'm doing" : "Sé lo que estoy haciendo",
"Cancel" : "Cancelar",
"Forgot password?" : "¿Olvidaste tu contraseña?",
+ "Back" : "Atrás",
+ "Reset search" : "Reestablecer búsqueda",
+ "Search" : "Buscar",
"Settings" : "Configuraciones ",
"Could not load your contacts" : "No fue posible cargar tus contactos",
"Search contacts …" : "Buscar contactos ...",
@@ -143,7 +117,7 @@ OC.L10N.register(
"One file conflict" : "Un conflicto en el archivo",
"New Files" : "Archivos Nuevos",
"Already existing files" : "Archivos ya existentes",
- "Which files do you want to keep?" : "¿Cuales archivos deseas mantener?",
+ "Which files do you want to keep?" : "¿Cuáles archivos deseas mantener?",
"If you select both versions, the copied file will have a number added to its name." : "Si seleccionas ambas versiones, se le agregará un número al nombre del archivo copiado.",
"Continue" : "Continuar",
"(all selected)" : "(todos seleccionados)",
@@ -167,6 +141,13 @@ OC.L10N.register(
"Strong password" : "Contraseña fuerte",
"No action available" : "No hay acciones disponibles",
"Error fetching contact actions" : "Se presentó un error al traer las acciónes de contatos",
+ "Non-existing tag #{tag}" : "Etiqueta #{tag} no-existente",
+ "restricted" : "restringido",
+ "invisible" : "invisible",
+ "Delete" : "Borrar",
+ "Rename" : "Renombrar",
+ "Collaborative tags" : "Etiquetas colaborativas",
+ "No tags found" : "No se encontraron etiquetas",
"Personal" : "Personal",
"Users" : "Usuarios",
"Apps" : "Aplicaciones",
@@ -214,8 +195,6 @@ OC.L10N.register(
"More apps" : "Más aplicaciones",
"More" : "Más",
"More apps menu" : "Menú de más aplicaciones",
- "Search" : "Buscar",
- "Reset search" : "Reestablecer búsqueda",
"Contacts" : "Contactos",
"Contacts menu" : "Menú de Contactos",
"Settings menu" : "Menú de Configuraciones",
@@ -233,7 +212,6 @@ OC.L10N.register(
"Access through untrusted domain" : "Accesa a través de un dominio no de confianza",
"Please contact your administrator. If you are an administrator, edit the \"trusted_domains\" setting in config/config.php like the example in config.sample.php." : "Por favor contacta a tu adminsitrador. Si tu eres un administrador, edita la propiedad \"trusted_domains\" en el archivo config/config.php como en el ejemplo config.sample.php.",
"App update required" : "Se requiere una actualización de la aplicación",
- "These apps will be updated:" : "Las siguientes apllicaciones se actualizarán:",
"These incompatible apps will be disabled:" : "Las siguientes aplicaciones incompatibles serán deshabilitadas:",
"The theme %s has been disabled." : "El tema %s ha sido deshabilitado. ",
"Please make sure that the database, the config folder and the data folder have been backed up before proceeding." : "Por favor asegurarte de que la base de datos, la carpeta de configuración y las carpetas de datos hayan sido respaldadas antes de continuar. ",
@@ -247,72 +225,28 @@ OC.L10N.register(
"Upgrade via web on my own risk" : "Actualizar vía Web bajo mi propio riesgo",
"This %s instance is currently in maintenance mode, which may take a while." : "Esta instancia %s se encuentra actualmente en modo mantenimiento, que podría tomar algo de tiempo. ",
"Contact your system administrator if this message persists or appeared unexpectedly." : "Contacta a tu administrador del sistema si este mensaje persiste o se presentó de manera inesperada.",
- "Could not send reset email because there is no email address for this username. Please contact your administrator." : "No fue posible enviar el correo electrónico para restablecer porque no hay una dirección de correo electrónico para este usuario. Por favor contacta a tu adminsitrador. ",
- "Couldn't send reset email. Please make sure your username is correct." : "No fue posible restablecer el correo electrónico. Por favor asegurarte de que tu nombre de usuario sea correcto. ",
- "Your files are encrypted. There will be no way to get your data back after your password is reset.<br />If you are not sure what to do, please contact your administrator before you continue. <br />Do you really want to continue?" : "Tus archivos están encriptados. No habrá manera de recuperar tus datos una vez que restablezca tu contraseña. <br />Si no estás seguro de qué hacer, por favor contacta a tu administrador antes de continuar. <br />¿Realmente deseas continuar?",
- "Sending email …" : "Enviando correo electrónico ...",
- "You are currently running PHP 5.6. The current major version of Nextcloud is the last that is supported on PHP 5.6. It is recommended to upgrade the PHP version to 7.0+ to be able to upgrade to Nextcloud 14." : "Actualmente estás corriendo PHP 5.6. La versión principal actual de Nextcloud es la última que será soportada en PHPH 5.6. Te recomendamos actualizar la versión de PHP a la 7.0+ para que puedas actualizar a Nextcloud 14.",
- "Shared" : "Compartido",
- "Shared with" : "Compartido con",
- "Shared by" : "Compartido por",
- "Choose a password for the public link" : "Seleccione una contraseña para la liga pública",
- "Choose a password for the public link or press the \"Enter\" key" : "Elige una contraseña para la liga pública o presiona la tecla \"Intro\"",
- "Copied!" : "¡Copiado!",
- "Copy link" : "Copiar liga",
- "Not supported!" : "¡No está soportado!",
- "Press ⌘-C to copy." : "Presiona ⌘-C para copiar.",
- "Press Ctrl-C to copy." : "Presiona Ctrl-C para copiar.",
- "Resharing is not allowed" : "No se permite volver a compartir",
- "Link" : "Liga",
- "Password protect" : "Proteger con contraseña",
- "Allow editing" : "Permitir editar",
- "Email link to person" : "Enviar la liga por correo electrónico a una persona",
- "Send" : "Enviar",
- "Allow upload and editing" : "Permitir carga y edición",
- "Read only" : "Sólo lectura",
- "File drop (upload only)" : "Permitir carga",
- "Set expiration date" : "Selecciona la vigencia de tu archivo",
- "Expiration" : "Expiración",
- "Expiration date" : "Fecha de expiración",
- "Unshare" : "Dejar de compartir",
- "Share to {name}" : "Compartir con {name}",
- "Share link" : "Compartir liga",
- "Could not unshare" : "No fue posible dejar de compartir",
- "Shared with you and the group {group} by {owner}" : "Compartido contigo y el grupo {group} por {owner}",
- "Shared with you by {owner}" : "Compartido contigo por {owner}",
- "Choose a password for the mail share" : "Elige una contraseña para el elemento compartido por correo",
- "group" : "grupo",
- "remote" : "remoto",
- "email" : "correo electrónico",
- "shared by {sharer}" : "compartido por {sharer}",
- "Can reshare" : "Puede volver a compartir",
- "Can edit" : "Puede editar",
- "Can create" : "Puede crear",
- "Can change" : "Puede cambiar",
- "Can delete" : "Puede borrar",
- "Access control" : "Control de acceso",
- "Error while sharing" : "Se presentó un error al compartir",
- "Share details could not be loaded for this item." : "Los detalles del recurso compartido no se pudieron cargar para este elemento. ",
- "_At least {count} character is needed for autocompletion_::_At least {count} characters are needed for autocompletion_" : ["Se requiere de la menos {count} caracter para el auto completar","Se requieren de la menos {count} caracteres para el auto completar"],
- "This list is maybe truncated - please refine your search term to see more results." : "Esta lista puede estar truncada - por favor refina tus términos de búsqueda para poder ver más resultados. ",
- "No users or groups found for {search}" : "No se encontraron usuarios o gurpos para {search}",
- "No users found for {search}" : "No se encontraron usuarios para {search}",
- "An error occurred (\"{message}\"). Please try again" : "Se presentó un error (\"{message}\"). Por favor vuelve a intentarlo",
- "An error occurred. Please try again" : "Se presentó un error. Por favor vuelve a intentarlo",
- "Home" : "Inicio",
- "Work" : "Trabajo",
- "Other" : "Otro",
- "{sharee} ({type}, {owner})" : "{sharee} ({type}, {owner})",
- "Share" : "Compartir",
- "Name or email address..." : "Nombre o dirección de correo electrónico",
- "Name or federated cloud ID..." : "Nombre...",
- "Name, federated cloud ID or email address..." : "Nombre o dirección de correo electrónico...",
- "Name..." : "Nombre...",
- "Error removing share" : "Se presentó un error al dejar de compartir",
- "({scope})" : "({scope})",
- "Saving..." : "Guardando...",
- "Dismiss" : "Descartar",
- "New Password" : "Nueva Contraseña",
- "Cancel log in" : "Cancelar inicio de sesión"
+ "Checking whether the database schema can be updated (this can take a long time depending on the database size)" : "Verificando si el archivo del esquema de base de datos puede ser actualizado (esto puedo tomar mucho tiempo dependiendo del tamaño de la base de datos)",
+ "Checked database schema update" : "Actualización del esquema de base de datos verificada",
+ "Checking updates of apps" : "Verificando actualizaciones para aplicaciones",
+ "Checking for update of app \"%s\" in appstore" : "Verificando actualizaciones para la aplicacion \"%s\" en la appstore",
+ "Update app \"%s\" from appstore" : "Actualizar la aplicación \"%s\" desde la appstore",
+ "Checked for update of app \"%s\" in appstore" : "Se verificaron actualizaciones para la aplicación \"%s\" en la appstore",
+ "Checked database schema update for apps" : "Se verificó la actualización del esquema de la base de datos para las aplicaciones",
+ "Following apps have been disabled: %s" : "Las siguientes aplicaciones han sido deshabilitadas: %s",
+ "Your web server is not properly set up to resolve \"{url}\". Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Tu servidor web no está correctamente configurado para resolver \"{url}\". Puedes encontrar más información al respecto en la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentación</a>.",
+ "Check the background job settings" : "Verifica la configuración de los trabajos de fondo",
+ "No memory cache has been configured. To enhance performance, please configure a memcache, if available. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "No se ha configurado el caché de memoria. Para mejorar el desempeño, por favor configura un memcahce, si está disponible. Puedes encontrar más información en la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentación</a>.",
+ "You are currently running PHP {version}. Upgrade your PHP version to take advantage of <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">performance and security updates provided by the PHP Group</a> as soon as your distribution supports it." : "Estás ejecutando PHP {version}. Actualiza tu versión de PHP para aprovechar las <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">actualizaciones de desempeño y seguridad proporcionadas por el Grupo PHP</a> tan pronto como tu distribución lo soporte. ",
+ "The reverse proxy header configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If not, this is a security issue and can allow an attacker to spoof their IP address as visible to the Nextcloud. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "La configuración de los encabezados del proxy inverso es incorrecta, o estás accediendo a Nextcloud desde un proxy de confianza. Si no es el caso, se trata de un tema de seguridad y le puede permitir a un atacante hacer su dirección IP apócrifa visible para Nextcloud. Puedes encontar más infomración en nuestra <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentación</a>.",
+ "Memcached is configured as distributed cache, but the wrong PHP module \"memcache\" is installed. \\OC\\Memcache\\Memcached only supports \"memcached\" and not \"memcache\". See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">memcached wiki about both modules</a>." : "Memecahced está configurado como un cache distribuido, pero un módulo equivocado de \"memcache\" está instalado. \\OC\\Memcache\\Memcached sólo soporta \"memcached\". Consulta <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">el wiki de memcached en relación a ambos módulos</a>.",
+ "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">List of invalid files…</a> / <a href=\"{rescanEndpoint}\">Rescan…</a>)" : "Algunos archivos no pasaron la verificación de integridad. Puedes encontrar más información de cómo resolver este problema en la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentación</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">Lista de archivos inválidos...</a>/<a href=\"{rescanEndpoint}\">Volver a verificar...</a>)",
+ "The PHP OPcache is not properly configured. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance it is recommended</a> to use the following settings in the <code>php.ini</code>:" : "El OPcache de PHP no está configurado correctamente. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Para un mejor desempeño se recomienda</a> usar las sigueintes configuraciones en el archivo <code>php.ini</code>:",
+ "Continue to Nextcloud" : "Continuar a Nextcloud",
+ "_The update was successful. Redirecting you to Nextcloud in %n second._::_The update was successful. Redirecting you to Nextcloud in %n seconds._" : ["La actualización fue exitosa. Lo estamos redireccionando a Nextcloud en %n segundo. ","La actualización fue exitosa. Te redireccionaremos a Nextcloud en %n segundos."],
+ "Searching other places" : "Buscando en otras ubicaciones",
+ "No search results in other folders for {tag}{filter}{endtag}" : "No hay resultados para la búsqueda {tag}{filter}{endtag} en otras carpetas",
+ "_{count} search result in another folder_::_{count} search results in other folders_" : ["{count} resultado de la búsqueda en otra carpeta","{count} resultados de la búsqueda en otras carpetas"],
+ "Password can not be changed. Please contact your administrator." : "Las contraseñas no se pueden cambiar. Por favor contacta a tu adminstrador",
+ "These apps will be updated:" : "Las siguientes apllicaciones se actualizarán:"
},
"nplurals=2; plural=(n != 1);");
diff --git a/core/l10n/es_EC.json b/core/l10n/es_EC.json
index b263fa894d1..01e67ef07ef 100644
--- a/core/l10n/es_EC.json
+++ b/core/l10n/es_EC.json
@@ -30,34 +30,18 @@
"Maintenance mode is kept active" : "El modo mantenimiento sigue activo",
"Updating database schema" : "Actualizando esquema de base de datos",
"Updated database" : "Base de datos actualizada",
- "Checking whether the database schema can be updated (this can take a long time depending on the database size)" : "Verificando si el archivo del esquema de base de datos puede ser actualizado (esto puedo tomar mucho tiempo dependiendo del tamaño de la base de datos)",
- "Checked database schema update" : "Actualización del esquema de base de datos verificada",
- "Checking updates of apps" : "Verificando actualizaciones para aplicaciones",
- "Checking for update of app \"%s\" in appstore" : "Verificando actualizaciones para la aplicacion \"%s\" en la appstore",
- "Update app \"%s\" from appstore" : "Actualizar la aplicación \"%s\" desde la appstore",
- "Checked for update of app \"%s\" in appstore" : "Se verificaron actualizaciones para la aplicación \"%s\" en la appstore",
"Checking whether the database schema for %s can be updated (this can take a long time depending on the database size)" : "Verificando si el esquema de la base de datos para %s puede ser actualizado (esto puede tomar mucho tiempo dependiendo del tamaño de la base de datos)",
- "Checked database schema update for apps" : "Se verificó la actualización del esquema de la base de datos para las aplicaciones",
"Set log level to debug" : "Establecer nivel de bitacora a depurar",
"Reset log level" : "Restablecer nivel de bitácora",
"Starting code integrity check" : "Comenzando verificación de integridad del código",
"Finished code integrity check" : "Terminó la verificación de integridad del código ",
"%s (incompatible)" : "%s (incompatible)",
- "Following apps have been disabled: %s" : "Las siguientes aplicaciones han sido deshabilitadas: %s",
"Already up to date" : "Ya está actualizado",
"Your web server is not yet properly set up to allow file synchronization, because the WebDAV interface seems to be broken." : "Tu servidor web aún no esta correctamente configurado para permitir la sincronización de archivos porque la interfaz WebDAV parece estar rota. ",
- "Your web server is not properly set up to resolve \"{url}\". Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Tu servidor web no está correctamente configurado para resolver \"{url}\". Puedes encontrar más información al respecto en la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentación</a>.",
"PHP does not seem to be setup properly to query system environment variables. The test with getenv(\"PATH\") only returns an empty response." : "PHP no parece estar configurado correctamente para consultar las variables de ambiente. La prueba con getenv(\"PATH\") sólo regresa una respuesta vacía.",
"Your database does not run with \"READ COMMITTED\" transaction isolation level. This can cause problems when multiple actions are executed in parallel." : "Tu base de datos no puede correr con el nivel de aislamiento de transacción de \"READ COMMITTED\". Puede causar problemas cuando mútiples acciones sean ejecutadas en paralelo.",
"It was not possible to execute the cron job via CLI. The following technical errors have appeared:" : "No fue posible ejecutar el trabajo de cron via CLI. Se presentaron los siguientes errores técnicos:",
- "Check the background job settings" : "Verifica la configuración de los trabajos de fondo",
"This server has no working Internet connection: Multiple endpoints could not be reached. This means that some of the features like mounting external storage, notifications about updates or installation of third-party apps will not work. Accessing files remotely and sending of notification emails might not work, either. Establish a connection from this server to the Internet to enjoy all features." : "El servidor no cuenta con una conexión a Internet: No se pudieron alcanzar múltiples endpoints. Esto significa que algunas características como montar almacenamiento externo, notificaciones de actualizaciones o instalación de aplicaciones de 3ros no funcionarán correctamente. Acceder archivos de forma remota y el envío de de notificaciones por correo electrónico puede que no funcionen tampoco. Establece una conexión desde este servidor a Internet para aprovechar todas las funcionalidades.",
- "No memory cache has been configured. To enhance performance, please configure a memcache, if available. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "No se ha configurado el caché de memoria. Para mejorar el desempeño, por favor configura un memcahce, si está disponible. Puedes encontrar más información en la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentación</a>.",
- "You are currently running PHP {version}. Upgrade your PHP version to take advantage of <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">performance and security updates provided by the PHP Group</a> as soon as your distribution supports it." : "Estás ejecutando PHP {version}. Actualiza tu versión de PHP para aprovechar las <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">actualizaciones de desempeño y seguridad proporcionadas por el Grupo PHP</a> tan pronto como tu distribución lo soporte. ",
- "The reverse proxy header configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If not, this is a security issue and can allow an attacker to spoof their IP address as visible to the Nextcloud. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "La configuración de los encabezados del proxy inverso es incorrecta, o estás accediendo a Nextcloud desde un proxy de confianza. Si no es el caso, se trata de un tema de seguridad y le puede permitir a un atacante hacer su dirección IP apócrifa visible para Nextcloud. Puedes encontar más infomración en nuestra <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentación</a>.",
- "Memcached is configured as distributed cache, but the wrong PHP module \"memcache\" is installed. \\OC\\Memcache\\Memcached only supports \"memcached\" and not \"memcache\". See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">memcached wiki about both modules</a>." : "Memecahced está configurado como un cache distribuido, pero un módulo equivocado de \"memcache\" está instalado. \\OC\\Memcache\\Memcached sólo soporta \"memcached\". Consulta <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">el wiki de memcached en relación a ambos módulos</a>.",
- "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">List of invalid files…</a> / <a href=\"{rescanEndpoint}\">Rescan…</a>)" : "Algunos archivos no pasaron la verificación de integridad. Puedes encontrar más información de cómo resolver este problema en la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentación</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">Lista de archivos inválidos...</a>/<a href=\"{rescanEndpoint}\">Volver a verificar...</a>)",
- "The PHP OPcache is not properly configured. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance it is recommended</a> to use the following settings in the <code>php.ini</code>:" : "El OPcache de PHP no está configurado correctamente. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Para un mejor desempeño se recomienda</a> usar las sigueintes configuraciones en el archivo <code>php.ini</code>:",
"The PHP function \"set_time_limit\" is not available. This could result in scripts being halted mid-execution, breaking your installation. Enabling this function is strongly recommended." : "La función de PHP \"set_time_limit\" no está disponible. Esto podría generar que la ejecución de scripts se detenga, rompiendo su instalación. Se recomienda ámpliamente habilitar esta función. ",
"Your PHP does not have FreeType support, resulting in breakage of profile pictures and the settings interface." : "Tu PHP no cuenta con soporte FreeType, lo que resulta en fallas en la imagen de perfil y la interface de configuraciones. ",
"SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend." : "Actualmente estás usando SQLite como el backend de base de datos. Para instalaciones más grandes te recomendamos cambiar a un backend de base de datos diferente.",
@@ -66,13 +50,6 @@
"Your data directory and files are probably accessible from the Internet. The .htaccess file is not working. It is strongly recommended that you configure your web server so that the data directory is no longer accessible, or move the data directory outside the web server document root." : "Probablemente tu directorio de datos y archivos sean accesibles desde Internet. El archivo .htaccess no está funcionando. Se recomienda ampliamente que configures tu servidor web para que el directorio de datos no sea accesible, o bien, que muevas el directorio de datos fuera del directorio raíz del servidor web.",
"The \"{header}\" HTTP header is not set to \"{expected}\". This is a potential security or privacy risk, as it is recommended to adjust this setting accordingly." : "El encabezado HTTP \"{header}\" está establecido a \"{expected}\". Esto representa un riesgo potencial de seguridad o privacidad, y que se recomienda ajustar esta configuración. ",
"The \"{header}\" HTTP header is not set to \"{expected}\". Some features might not work correctly, as it is recommended to adjust this setting accordingly." : "El encabezado HTTP \"{header}\" no está establecido a \"{expected}\". Puede que lgunas características no funcionen correctamente, y se recomienda ajustar esta confirguración. ",
- "Non-existing tag #{tag}" : "Etiqueta #{tag} no-existente",
- "restricted" : "restringido",
- "invisible" : "invisible",
- "Delete" : "Borrar",
- "Rename" : "Renombrar",
- "Collaborative tags" : "Etiquetas colaborativas",
- "No tags found" : "No se encontraron etiquetas",
"unknown text" : "texto desconocido",
"Hello world!" : "¡Hola mundo!",
"sunny" : "soleado",
@@ -87,30 +64,27 @@
"Please reload the page." : "Por favor vuelve a cargar la página.",
"The update was unsuccessful. For more information <a href=\"{url}\">check our forum post</a> covering this issue." : "La actualización no fue exitosa. Para más información <a href=\"{url}\">consulta nuestro comentario en el foro </a> que cubre este tema. ",
"The update was unsuccessful. Please report this issue to the <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">Nextcloud community</a>." : "La actualización no fue exitosa. Por favor reporta este tema a la <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">Comunidad Nextcloud</a>.",
- "Continue to Nextcloud" : "Continuar a Nextcloud",
- "_The update was successful. Redirecting you to Nextcloud in %n second._::_The update was successful. Redirecting you to Nextcloud in %n seconds._" : ["La actualización fue exitosa. Lo estamos redireccionando a Nextcloud en %n segundo. ","La actualización fue exitosa. Te redireccionaremos a Nextcloud en %n segundos."],
- "Searching other places" : "Buscando en otras ubicaciones",
- "No search results in other folders for {tag}{filter}{endtag}" : "No hay resultados para la búsqueda {tag}{filter}{endtag} en otras carpetas",
- "_{count} search result in another folder_::_{count} search results in other folders_" : ["{count} resultado de la búsqueda en otra carpeta","{count} resultados de la búsqueda en otras carpetas"],
+ "Log in" : "Ingresar",
+ "Logging in …" : "Iniciando sesión ...",
"Server side authentication failed!" : "¡Falló la autenticación del lado del servidor!",
"Please contact your administrator." : "Por favor contacta al administrador.",
"An internal error occurred." : "Se presentó un error interno.",
"Please try again or contact your administrator." : "Por favor vuelve a intentarlo o contacta a tu adminsitrador. ",
"Username or email" : "Usuario o correo electrónico",
"Password" : "Contraseña",
- "Log in" : "Ingresar",
- "Logging in …" : "Iniciando sesión ...",
"Wrong username or password." : "Usuario o contraseña equivocado. ",
"User disabled" : "Usuario deshabilitado",
"We have detected multiple invalid login attempts from your IP. Therefore your next login is throttled up to 30 seconds." : "Hemos detectado múltiples intentos de inicio de sesión desde tu IP. Por lo tanto tu siguiente incio de sesión se retrasará hasta 30 segundos. ",
"Reset password" : "Restablecer contraseña",
"Couldn't send reset email. Please contact your administrator." : "No fue posible enviar el correo de restauración. Por favor contacta a tu adminsitrador. ",
- "Password can not be changed. Please contact your administrator." : "Las contraseñas no se pueden cambiar. Por favor contacta a tu adminstrador",
"Back to login" : "Regresar al inicio de sesión",
"New password" : "Nueva contraseña",
"I know what I'm doing" : "Sé lo que estoy haciendo",
"Cancel" : "Cancelar",
"Forgot password?" : "¿Olvidaste tu contraseña?",
+ "Back" : "Atrás",
+ "Reset search" : "Reestablecer búsqueda",
+ "Search" : "Buscar",
"Settings" : "Configuraciones ",
"Could not load your contacts" : "No fue posible cargar tus contactos",
"Search contacts …" : "Buscar contactos ...",
@@ -141,7 +115,7 @@
"One file conflict" : "Un conflicto en el archivo",
"New Files" : "Archivos Nuevos",
"Already existing files" : "Archivos ya existentes",
- "Which files do you want to keep?" : "¿Cuales archivos deseas mantener?",
+ "Which files do you want to keep?" : "¿Cuáles archivos deseas mantener?",
"If you select both versions, the copied file will have a number added to its name." : "Si seleccionas ambas versiones, se le agregará un número al nombre del archivo copiado.",
"Continue" : "Continuar",
"(all selected)" : "(todos seleccionados)",
@@ -165,6 +139,13 @@
"Strong password" : "Contraseña fuerte",
"No action available" : "No hay acciones disponibles",
"Error fetching contact actions" : "Se presentó un error al traer las acciónes de contatos",
+ "Non-existing tag #{tag}" : "Etiqueta #{tag} no-existente",
+ "restricted" : "restringido",
+ "invisible" : "invisible",
+ "Delete" : "Borrar",
+ "Rename" : "Renombrar",
+ "Collaborative tags" : "Etiquetas colaborativas",
+ "No tags found" : "No se encontraron etiquetas",
"Personal" : "Personal",
"Users" : "Usuarios",
"Apps" : "Aplicaciones",
@@ -212,8 +193,6 @@
"More apps" : "Más aplicaciones",
"More" : "Más",
"More apps menu" : "Menú de más aplicaciones",
- "Search" : "Buscar",
- "Reset search" : "Reestablecer búsqueda",
"Contacts" : "Contactos",
"Contacts menu" : "Menú de Contactos",
"Settings menu" : "Menú de Configuraciones",
@@ -231,7 +210,6 @@
"Access through untrusted domain" : "Accesa a través de un dominio no de confianza",
"Please contact your administrator. If you are an administrator, edit the \"trusted_domains\" setting in config/config.php like the example in config.sample.php." : "Por favor contacta a tu adminsitrador. Si tu eres un administrador, edita la propiedad \"trusted_domains\" en el archivo config/config.php como en el ejemplo config.sample.php.",
"App update required" : "Se requiere una actualización de la aplicación",
- "These apps will be updated:" : "Las siguientes apllicaciones se actualizarán:",
"These incompatible apps will be disabled:" : "Las siguientes aplicaciones incompatibles serán deshabilitadas:",
"The theme %s has been disabled." : "El tema %s ha sido deshabilitado. ",
"Please make sure that the database, the config folder and the data folder have been backed up before proceeding." : "Por favor asegurarte de que la base de datos, la carpeta de configuración y las carpetas de datos hayan sido respaldadas antes de continuar. ",
@@ -245,72 +223,28 @@
"Upgrade via web on my own risk" : "Actualizar vía Web bajo mi propio riesgo",
"This %s instance is currently in maintenance mode, which may take a while." : "Esta instancia %s se encuentra actualmente en modo mantenimiento, que podría tomar algo de tiempo. ",
"Contact your system administrator if this message persists or appeared unexpectedly." : "Contacta a tu administrador del sistema si este mensaje persiste o se presentó de manera inesperada.",
- "Could not send reset email because there is no email address for this username. Please contact your administrator." : "No fue posible enviar el correo electrónico para restablecer porque no hay una dirección de correo electrónico para este usuario. Por favor contacta a tu adminsitrador. ",
- "Couldn't send reset email. Please make sure your username is correct." : "No fue posible restablecer el correo electrónico. Por favor asegurarte de que tu nombre de usuario sea correcto. ",
- "Your files are encrypted. There will be no way to get your data back after your password is reset.<br />If you are not sure what to do, please contact your administrator before you continue. <br />Do you really want to continue?" : "Tus archivos están encriptados. No habrá manera de recuperar tus datos una vez que restablezca tu contraseña. <br />Si no estás seguro de qué hacer, por favor contacta a tu administrador antes de continuar. <br />¿Realmente deseas continuar?",
- "Sending email …" : "Enviando correo electrónico ...",
- "You are currently running PHP 5.6. The current major version of Nextcloud is the last that is supported on PHP 5.6. It is recommended to upgrade the PHP version to 7.0+ to be able to upgrade to Nextcloud 14." : "Actualmente estás corriendo PHP 5.6. La versión principal actual de Nextcloud es la última que será soportada en PHPH 5.6. Te recomendamos actualizar la versión de PHP a la 7.0+ para que puedas actualizar a Nextcloud 14.",
- "Shared" : "Compartido",
- "Shared with" : "Compartido con",
- "Shared by" : "Compartido por",
- "Choose a password for the public link" : "Seleccione una contraseña para la liga pública",
- "Choose a password for the public link or press the \"Enter\" key" : "Elige una contraseña para la liga pública o presiona la tecla \"Intro\"",
- "Copied!" : "¡Copiado!",
- "Copy link" : "Copiar liga",
- "Not supported!" : "¡No está soportado!",
- "Press ⌘-C to copy." : "Presiona ⌘-C para copiar.",
- "Press Ctrl-C to copy." : "Presiona Ctrl-C para copiar.",
- "Resharing is not allowed" : "No se permite volver a compartir",
- "Link" : "Liga",
- "Password protect" : "Proteger con contraseña",
- "Allow editing" : "Permitir editar",
- "Email link to person" : "Enviar la liga por correo electrónico a una persona",
- "Send" : "Enviar",
- "Allow upload and editing" : "Permitir carga y edición",
- "Read only" : "Sólo lectura",
- "File drop (upload only)" : "Permitir carga",
- "Set expiration date" : "Selecciona la vigencia de tu archivo",
- "Expiration" : "Expiración",
- "Expiration date" : "Fecha de expiración",
- "Unshare" : "Dejar de compartir",
- "Share to {name}" : "Compartir con {name}",
- "Share link" : "Compartir liga",
- "Could not unshare" : "No fue posible dejar de compartir",
- "Shared with you and the group {group} by {owner}" : "Compartido contigo y el grupo {group} por {owner}",
- "Shared with you by {owner}" : "Compartido contigo por {owner}",
- "Choose a password for the mail share" : "Elige una contraseña para el elemento compartido por correo",
- "group" : "grupo",
- "remote" : "remoto",
- "email" : "correo electrónico",
- "shared by {sharer}" : "compartido por {sharer}",
- "Can reshare" : "Puede volver a compartir",
- "Can edit" : "Puede editar",
- "Can create" : "Puede crear",
- "Can change" : "Puede cambiar",
- "Can delete" : "Puede borrar",
- "Access control" : "Control de acceso",
- "Error while sharing" : "Se presentó un error al compartir",
- "Share details could not be loaded for this item." : "Los detalles del recurso compartido no se pudieron cargar para este elemento. ",
- "_At least {count} character is needed for autocompletion_::_At least {count} characters are needed for autocompletion_" : ["Se requiere de la menos {count} caracter para el auto completar","Se requieren de la menos {count} caracteres para el auto completar"],
- "This list is maybe truncated - please refine your search term to see more results." : "Esta lista puede estar truncada - por favor refina tus términos de búsqueda para poder ver más resultados. ",
- "No users or groups found for {search}" : "No se encontraron usuarios o gurpos para {search}",
- "No users found for {search}" : "No se encontraron usuarios para {search}",
- "An error occurred (\"{message}\"). Please try again" : "Se presentó un error (\"{message}\"). Por favor vuelve a intentarlo",
- "An error occurred. Please try again" : "Se presentó un error. Por favor vuelve a intentarlo",
- "Home" : "Inicio",
- "Work" : "Trabajo",
- "Other" : "Otro",
- "{sharee} ({type}, {owner})" : "{sharee} ({type}, {owner})",
- "Share" : "Compartir",
- "Name or email address..." : "Nombre o dirección de correo electrónico",
- "Name or federated cloud ID..." : "Nombre...",
- "Name, federated cloud ID or email address..." : "Nombre o dirección de correo electrónico...",
- "Name..." : "Nombre...",
- "Error removing share" : "Se presentó un error al dejar de compartir",
- "({scope})" : "({scope})",
- "Saving..." : "Guardando...",
- "Dismiss" : "Descartar",
- "New Password" : "Nueva Contraseña",
- "Cancel log in" : "Cancelar inicio de sesión"
+ "Checking whether the database schema can be updated (this can take a long time depending on the database size)" : "Verificando si el archivo del esquema de base de datos puede ser actualizado (esto puedo tomar mucho tiempo dependiendo del tamaño de la base de datos)",
+ "Checked database schema update" : "Actualización del esquema de base de datos verificada",
+ "Checking updates of apps" : "Verificando actualizaciones para aplicaciones",
+ "Checking for update of app \"%s\" in appstore" : "Verificando actualizaciones para la aplicacion \"%s\" en la appstore",
+ "Update app \"%s\" from appstore" : "Actualizar la aplicación \"%s\" desde la appstore",
+ "Checked for update of app \"%s\" in appstore" : "Se verificaron actualizaciones para la aplicación \"%s\" en la appstore",
+ "Checked database schema update for apps" : "Se verificó la actualización del esquema de la base de datos para las aplicaciones",
+ "Following apps have been disabled: %s" : "Las siguientes aplicaciones han sido deshabilitadas: %s",
+ "Your web server is not properly set up to resolve \"{url}\". Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Tu servidor web no está correctamente configurado para resolver \"{url}\". Puedes encontrar más información al respecto en la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentación</a>.",
+ "Check the background job settings" : "Verifica la configuración de los trabajos de fondo",
+ "No memory cache has been configured. To enhance performance, please configure a memcache, if available. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "No se ha configurado el caché de memoria. Para mejorar el desempeño, por favor configura un memcahce, si está disponible. Puedes encontrar más información en la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentación</a>.",
+ "You are currently running PHP {version}. Upgrade your PHP version to take advantage of <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">performance and security updates provided by the PHP Group</a> as soon as your distribution supports it." : "Estás ejecutando PHP {version}. Actualiza tu versión de PHP para aprovechar las <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">actualizaciones de desempeño y seguridad proporcionadas por el Grupo PHP</a> tan pronto como tu distribución lo soporte. ",
+ "The reverse proxy header configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If not, this is a security issue and can allow an attacker to spoof their IP address as visible to the Nextcloud. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "La configuración de los encabezados del proxy inverso es incorrecta, o estás accediendo a Nextcloud desde un proxy de confianza. Si no es el caso, se trata de un tema de seguridad y le puede permitir a un atacante hacer su dirección IP apócrifa visible para Nextcloud. Puedes encontar más infomración en nuestra <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentación</a>.",
+ "Memcached is configured as distributed cache, but the wrong PHP module \"memcache\" is installed. \\OC\\Memcache\\Memcached only supports \"memcached\" and not \"memcache\". See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">memcached wiki about both modules</a>." : "Memecahced está configurado como un cache distribuido, pero un módulo equivocado de \"memcache\" está instalado. \\OC\\Memcache\\Memcached sólo soporta \"memcached\". Consulta <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">el wiki de memcached en relación a ambos módulos</a>.",
+ "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">List of invalid files…</a> / <a href=\"{rescanEndpoint}\">Rescan…</a>)" : "Algunos archivos no pasaron la verificación de integridad. Puedes encontrar más información de cómo resolver este problema en la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentación</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">Lista de archivos inválidos...</a>/<a href=\"{rescanEndpoint}\">Volver a verificar...</a>)",
+ "The PHP OPcache is not properly configured. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance it is recommended</a> to use the following settings in the <code>php.ini</code>:" : "El OPcache de PHP no está configurado correctamente. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Para un mejor desempeño se recomienda</a> usar las sigueintes configuraciones en el archivo <code>php.ini</code>:",
+ "Continue to Nextcloud" : "Continuar a Nextcloud",
+ "_The update was successful. Redirecting you to Nextcloud in %n second._::_The update was successful. Redirecting you to Nextcloud in %n seconds._" : ["La actualización fue exitosa. Lo estamos redireccionando a Nextcloud en %n segundo. ","La actualización fue exitosa. Te redireccionaremos a Nextcloud en %n segundos."],
+ "Searching other places" : "Buscando en otras ubicaciones",
+ "No search results in other folders for {tag}{filter}{endtag}" : "No hay resultados para la búsqueda {tag}{filter}{endtag} en otras carpetas",
+ "_{count} search result in another folder_::_{count} search results in other folders_" : ["{count} resultado de la búsqueda en otra carpeta","{count} resultados de la búsqueda en otras carpetas"],
+ "Password can not be changed. Please contact your administrator." : "Las contraseñas no se pueden cambiar. Por favor contacta a tu adminstrador",
+ "These apps will be updated:" : "Las siguientes apllicaciones se actualizarán:"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
} \ No newline at end of file
diff --git a/core/l10n/es_GT.js b/core/l10n/es_GT.js
index a78cc1d6122..3d90d625133 100644
--- a/core/l10n/es_GT.js
+++ b/core/l10n/es_GT.js
@@ -32,34 +32,18 @@ OC.L10N.register(
"Maintenance mode is kept active" : "El modo mantenimiento sigue activo",
"Updating database schema" : "Actualizando esquema de base de datos",
"Updated database" : "Base de datos actualizada",
- "Checking whether the database schema can be updated (this can take a long time depending on the database size)" : "Verificando si el archivo del esquema de base de datos puede ser actualizado (esto puedo tomar mucho tiempo dependiendo del tamaño de la base de datos)",
- "Checked database schema update" : "Actualización del esquema de base de datos verificada",
- "Checking updates of apps" : "Verificando actualizaciones para aplicaciones",
- "Checking for update of app \"%s\" in appstore" : "Verificando actualizaciones para la aplicacion \"%s\" en la appstore",
- "Update app \"%s\" from appstore" : "Actualizar la aplicación \"%s\" desde la appstore",
- "Checked for update of app \"%s\" in appstore" : "Se verificaron actualizaciones para la aplicación \"%s\" en la appstore",
"Checking whether the database schema for %s can be updated (this can take a long time depending on the database size)" : "Verificando si el esquema de la base de datos para %s puede ser actualizado (esto puede tomar mucho tiempo dependiendo del tamaño de la base de datos)",
- "Checked database schema update for apps" : "Se verificó la actualización del esquema de la base de datos para las aplicaciones",
"Set log level to debug" : "Establecer nivel de bitacora a depurar",
"Reset log level" : "Restablecer nivel de bitácora",
"Starting code integrity check" : "Comenzando verificación de integridad del código",
"Finished code integrity check" : "Terminó la verificación de integridad del código ",
"%s (incompatible)" : "%s (incompatible)",
- "Following apps have been disabled: %s" : "Las siguientes aplicaciones han sido deshabilitadas: %s",
"Already up to date" : "Ya está actualizado",
"Your web server is not yet properly set up to allow file synchronization, because the WebDAV interface seems to be broken." : "Tu servidor web aún no esta correctamente configurado para permitir la sincronización de archivos porque la interfaz WebDAV parece estar rota. ",
- "Your web server is not properly set up to resolve \"{url}\". Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Tu servidor web no está correctamente configurado para resolver \"{url}\". Puedes encontrar más información al respecto en la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentación</a>.",
"PHP does not seem to be setup properly to query system environment variables. The test with getenv(\"PATH\") only returns an empty response." : "PHP no parece estar configurado correctamente para consultar las variables de ambiente. La prueba con getenv(\"PATH\") sólo regresa una respuesta vacía.",
"Your database does not run with \"READ COMMITTED\" transaction isolation level. This can cause problems when multiple actions are executed in parallel." : "Tu base de datos no puede correr con el nivel de aislamiento de transacción de \"READ COMMITTED\". Puede causar problemas cuando mútiples acciones sean ejecutadas en paralelo.",
"It was not possible to execute the cron job via CLI. The following technical errors have appeared:" : "No fue posible ejecutar el trabajo de cron via CLI. Se presentaron los siguientes errores técnicos:",
- "Check the background job settings" : "Verifica la configuración de los trabajos de fondo",
"This server has no working Internet connection: Multiple endpoints could not be reached. This means that some of the features like mounting external storage, notifications about updates or installation of third-party apps will not work. Accessing files remotely and sending of notification emails might not work, either. Establish a connection from this server to the Internet to enjoy all features." : "El servidor no cuenta con una conexión a Internet: No se pudieron alcanzar múltiples endpoints. Esto significa que algunas características como montar almacenamiento externo, notificaciones de actualizaciones o instalación de aplicaciones de 3ros no funcionarán correctamente. Acceder archivos de forma remota y el envío de de notificaciones por correo electrónico puede que no funcionen tampoco. Establece una conexión desde este servidor a Internet para aprovechar todas las funcionalidades.",
- "No memory cache has been configured. To enhance performance, please configure a memcache, if available. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "No se ha configurado el caché de memoria. Para mejorar el desempeño, por favor configura un memcahce, si está disponible. Puedes encontrar más información en la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentación</a>.",
- "You are currently running PHP {version}. Upgrade your PHP version to take advantage of <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">performance and security updates provided by the PHP Group</a> as soon as your distribution supports it." : "Estás ejecutando PHP {version}. Actualiza tu versión de PHP para aprovechar las <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">actualizaciones de desempeño y seguridad proporcionadas por el Grupo PHP</a> tan pronto como tu distribución lo soporte. ",
- "The reverse proxy header configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If not, this is a security issue and can allow an attacker to spoof their IP address as visible to the Nextcloud. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "La configuración de los encabezados del proxy inverso es incorrecta, o estás accediendo a Nextcloud desde un proxy de confianza. Si no es el caso, se trata de un tema de seguridad y le puede permitir a un atacante hacer su dirección IP apócrifa visible para Nextcloud. Puedes encontar más infomración en nuestra <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentación</a>.",
- "Memcached is configured as distributed cache, but the wrong PHP module \"memcache\" is installed. \\OC\\Memcache\\Memcached only supports \"memcached\" and not \"memcache\". See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">memcached wiki about both modules</a>." : "Memecahced está configurado como un cache distribuido, pero un módulo equivocado de \"memcache\" está instalado. \\OC\\Memcache\\Memcached sólo soporta \"memcached\". Consulta <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">el wiki de memcached en relación a ambos módulos</a>.",
- "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">List of invalid files…</a> / <a href=\"{rescanEndpoint}\">Rescan…</a>)" : "Algunos archivos no pasaron la verificación de integridad. Puedes encontrar más información de cómo resolver este problema en la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentación</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">Lista de archivos inválidos...</a>/<a href=\"{rescanEndpoint}\">Volver a verificar...</a>)",
- "The PHP OPcache is not properly configured. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance it is recommended</a> to use the following settings in the <code>php.ini</code>:" : "El OPcache de PHP no está configurado correctamente. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Para un mejor desempeño se recomienda</a> usar las sigueintes configuraciones en el archivo <code>php.ini</code>:",
"The PHP function \"set_time_limit\" is not available. This could result in scripts being halted mid-execution, breaking your installation. Enabling this function is strongly recommended." : "La función de PHP \"set_time_limit\" no está disponible. Esto podría generar que la ejecución de scripts se detenga, rompiendo su instalación. Se recomienda ámpliamente habilitar esta función. ",
"Your PHP does not have FreeType support, resulting in breakage of profile pictures and the settings interface." : "Tu PHP no cuenta con soporte FreeType, lo que resulta en fallas en la imagen de perfil y la interface de configuraciones. ",
"SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend." : "Actualmente estás usando SQLite como el backend de base de datos. Para instalaciones más grandes te recomendamos cambiar a un backend de base de datos diferente.",
@@ -68,13 +52,6 @@ OC.L10N.register(
"Your data directory and files are probably accessible from the Internet. The .htaccess file is not working. It is strongly recommended that you configure your web server so that the data directory is no longer accessible, or move the data directory outside the web server document root." : "Probablemente tu directorio de datos y archivos sean accesibles desde Internet. El archivo .htaccess no está funcionando. Se recomienda ampliamente que configures tu servidor web para que el directorio de datos no sea accesible, o bien, que muevas el directorio de datos fuera del directorio raíz del servidor web.",
"The \"{header}\" HTTP header is not set to \"{expected}\". This is a potential security or privacy risk, as it is recommended to adjust this setting accordingly." : "El encabezado HTTP \"{header}\" está establecido a \"{expected}\". Esto representa un riesgo potencial de seguridad o privacidad, y que se recomienda ajustar esta configuración. ",
"The \"{header}\" HTTP header is not set to \"{expected}\". Some features might not work correctly, as it is recommended to adjust this setting accordingly." : "El encabezado HTTP \"{header}\" no está establecido a \"{expected}\". Puede que lgunas características no funcionen correctamente, y se recomienda ajustar esta confirguración. ",
- "Non-existing tag #{tag}" : "Etiqueta #{tag} no-existente",
- "restricted" : "restringido",
- "invisible" : "invisible",
- "Delete" : "Borrar",
- "Rename" : "Renombrar",
- "Collaborative tags" : "Etiquetas colaborativas",
- "No tags found" : "No se encontraron etiquetas",
"unknown text" : "texto desconocido",
"Hello world!" : "¡Hola mundo!",
"sunny" : "soleado",
@@ -89,30 +66,27 @@ OC.L10N.register(
"Please reload the page." : "Por favor vuelve a cargar la página.",
"The update was unsuccessful. For more information <a href=\"{url}\">check our forum post</a> covering this issue." : "La actualización no fue exitosa. Para más información <a href=\"{url}\">consulta nuestro comentario en el foro </a> que cubre este tema. ",
"The update was unsuccessful. Please report this issue to the <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">Nextcloud community</a>." : "La actualización no fue exitosa. Por favor reporta este tema a la <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">Comunidad Nextcloud</a>.",
- "Continue to Nextcloud" : "Continuar a Nextcloud",
- "_The update was successful. Redirecting you to Nextcloud in %n second._::_The update was successful. Redirecting you to Nextcloud in %n seconds._" : ["La actualización fue exitosa. Lo estamos redireccionando a Nextcloud en %n segundo. ","La actualización fue exitosa. Te redireccionaremos a Nextcloud en %n segundos."],
- "Searching other places" : "Buscando en otras ubicaciones",
- "No search results in other folders for {tag}{filter}{endtag}" : "No hay resultados para la búsqueda {tag}{filter}{endtag} en otras carpetas",
- "_{count} search result in another folder_::_{count} search results in other folders_" : ["{count} resultado de la búsqueda en otra carpeta","{count} resultados de la búsqueda en otras carpetas"],
+ "Log in" : "Ingresar",
+ "Logging in …" : "Iniciando sesión ...",
"Server side authentication failed!" : "¡Falló la autenticación del lado del servidor!",
"Please contact your administrator." : "Por favor contacta al administrador.",
"An internal error occurred." : "Se presentó un error interno.",
"Please try again or contact your administrator." : "Por favor vuelve a intentarlo o contacta a tu adminsitrador. ",
"Username or email" : "Usuario o correo electrónico",
"Password" : "Contraseña",
- "Log in" : "Ingresar",
- "Logging in …" : "Iniciando sesión ...",
"Wrong username or password." : "Usuario o contraseña equivocado. ",
"User disabled" : "Usuario deshabilitado",
"We have detected multiple invalid login attempts from your IP. Therefore your next login is throttled up to 30 seconds." : "Hemos detectado múltiples intentos de inicio de sesión desde tu IP. Por lo tanto tu siguiente incio de sesión se retrasará hasta 30 segundos. ",
"Reset password" : "Restablecer contraseña",
"Couldn't send reset email. Please contact your administrator." : "No fue posible enviar el correo de restauración. Por favor contacta a tu adminsitrador. ",
- "Password can not be changed. Please contact your administrator." : "Las contraseñas no se pueden cambiar. Por favor contacta a tu adminstrador",
"Back to login" : "Regresar al inicio de sesión",
"New password" : "Nueva contraseña",
"I know what I'm doing" : "Sé lo que estoy haciendo",
"Cancel" : "Cancelar",
"Forgot password?" : "¿Olvidaste tu contraseña?",
+ "Back" : "Atrás",
+ "Reset search" : "Reestablecer búsqueda",
+ "Search" : "Buscar",
"Settings" : "Configuraciones ",
"Could not load your contacts" : "No fue posible cargar tus contactos",
"Search contacts …" : "Buscar contactos ...",
@@ -143,7 +117,7 @@ OC.L10N.register(
"One file conflict" : "Un conflicto en el archivo",
"New Files" : "Archivos Nuevos",
"Already existing files" : "Archivos ya existentes",
- "Which files do you want to keep?" : "¿Cuales archivos deseas mantener?",
+ "Which files do you want to keep?" : "¿Cuáles archivos deseas mantener?",
"If you select both versions, the copied file will have a number added to its name." : "Si seleccionas ambas versiones, se le agregará un número al nombre del archivo copiado.",
"Continue" : "Continuar",
"(all selected)" : "(todos seleccionados)",
@@ -167,6 +141,13 @@ OC.L10N.register(
"Strong password" : "Contraseña fuerte",
"No action available" : "No hay acciones disponibles",
"Error fetching contact actions" : "Se presentó un error al traer las acciónes de contatos",
+ "Non-existing tag #{tag}" : "Etiqueta #{tag} no-existente",
+ "restricted" : "restringido",
+ "invisible" : "invisible",
+ "Delete" : "Borrar",
+ "Rename" : "Renombrar",
+ "Collaborative tags" : "Etiquetas colaborativas",
+ "No tags found" : "No se encontraron etiquetas",
"Personal" : "Personal",
"Users" : "Usuarios",
"Apps" : "Aplicaciones",
@@ -214,8 +195,6 @@ OC.L10N.register(
"More apps" : "Más aplicaciones",
"More" : "Más",
"More apps menu" : "Menú de más aplicaciones",
- "Search" : "Buscar",
- "Reset search" : "Reestablecer búsqueda",
"Contacts" : "Contactos",
"Contacts menu" : "Menú de Contactos",
"Settings menu" : "Menú de Configuraciones",
@@ -233,7 +212,6 @@ OC.L10N.register(
"Access through untrusted domain" : "Accesa a través de un dominio no de confianza",
"Please contact your administrator. If you are an administrator, edit the \"trusted_domains\" setting in config/config.php like the example in config.sample.php." : "Por favor contacta a tu adminsitrador. Si tu eres un administrador, edita la propiedad \"trusted_domains\" en el archivo config/config.php como en el ejemplo config.sample.php.",
"App update required" : "Se requiere una actualización de la aplicación",
- "These apps will be updated:" : "Las siguientes apllicaciones se actualizarán:",
"These incompatible apps will be disabled:" : "Las siguientes aplicaciones incompatibles serán deshabilitadas:",
"The theme %s has been disabled." : "El tema %s ha sido deshabilitado. ",
"Please make sure that the database, the config folder and the data folder have been backed up before proceeding." : "Por favor asegurarte de que la base de datos, la carpeta de configuración y las carpetas de datos hayan sido respaldadas antes de continuar. ",
@@ -247,72 +225,28 @@ OC.L10N.register(
"Upgrade via web on my own risk" : "Actualizar vía Web bajo mi propio riesgo",
"This %s instance is currently in maintenance mode, which may take a while." : "Esta instancia %s se encuentra actualmente en modo mantenimiento, que podría tomar algo de tiempo. ",
"Contact your system administrator if this message persists or appeared unexpectedly." : "Contacta a tu administrador del sistema si este mensaje persiste o se presentó de manera inesperada.",
- "Could not send reset email because there is no email address for this username. Please contact your administrator." : "No fue posible enviar el correo electrónico para restablecer porque no hay una dirección de correo electrónico para este usuario. Por favor contacta a tu adminsitrador. ",
- "Couldn't send reset email. Please make sure your username is correct." : "No fue posible restablecer el correo electrónico. Por favor asegurarte de que tu nombre de usuario sea correcto. ",
- "Your files are encrypted. There will be no way to get your data back after your password is reset.<br />If you are not sure what to do, please contact your administrator before you continue. <br />Do you really want to continue?" : "Tus archivos están encriptados. No habrá manera de recuperar tus datos una vez que restablezca tu contraseña. <br />Si no estás seguro de qué hacer, por favor contacta a tu administrador antes de continuar. <br />¿Realmente deseas continuar?",
- "Sending email …" : "Enviando correo electrónico ...",
- "You are currently running PHP 5.6. The current major version of Nextcloud is the last that is supported on PHP 5.6. It is recommended to upgrade the PHP version to 7.0+ to be able to upgrade to Nextcloud 14." : "Actualmente estás corriendo PHP 5.6. La versión principal actual de Nextcloud es la última que será soportada en PHPH 5.6. Te recomendamos actualizar la versión de PHP a la 7.0+ para que puedas actualizar a Nextcloud 14.",
- "Shared" : "Compartido",
- "Shared with" : "Compartido con",
- "Shared by" : "Compartido por",
- "Choose a password for the public link" : "Seleccione una contraseña para la liga pública",
- "Choose a password for the public link or press the \"Enter\" key" : "Elige una contraseña para la liga pública o presiona la tecla \"Intro\"",
- "Copied!" : "¡Copiado!",
- "Copy link" : "Copiar liga",
- "Not supported!" : "¡No está soportado!",
- "Press ⌘-C to copy." : "Presiona ⌘-C para copiar.",
- "Press Ctrl-C to copy." : "Presiona Ctrl-C para copiar.",
- "Resharing is not allowed" : "No se permite volver a compartir",
- "Link" : "Liga",
- "Password protect" : "Proteger con contraseña",
- "Allow editing" : "Permitir editar",
- "Email link to person" : "Enviar la liga por correo electrónico a una persona",
- "Send" : "Enviar",
- "Allow upload and editing" : "Permitir carga y edición",
- "Read only" : "Sólo lectura",
- "File drop (upload only)" : "Permitir carga",
- "Set expiration date" : "Selecciona la vigencia de tu archivo",
- "Expiration" : "Expiración",
- "Expiration date" : "Fecha de expiración",
- "Unshare" : "Dejar de compartir",
- "Share to {name}" : "Compartir con {name}",
- "Share link" : "Compartir liga",
- "Could not unshare" : "No fue posible dejar de compartir",
- "Shared with you and the group {group} by {owner}" : "Compartido contigo y el grupo {group} por {owner}",
- "Shared with you by {owner}" : "Compartido contigo por {owner}",
- "Choose a password for the mail share" : "Elige una contraseña para el elemento compartido por correo",
- "group" : "grupo",
- "remote" : "remoto",
- "email" : "correo electrónico",
- "shared by {sharer}" : "compartido por {sharer}",
- "Can reshare" : "Puede volver a compartir",
- "Can edit" : "Puede editar",
- "Can create" : "Puede crear",
- "Can change" : "Puede cambiar",
- "Can delete" : "Puede borrar",
- "Access control" : "Control de acceso",
- "Error while sharing" : "Se presentó un error al compartir",
- "Share details could not be loaded for this item." : "Los detalles del recurso compartido no se pudieron cargar para este elemento. ",
- "_At least {count} character is needed for autocompletion_::_At least {count} characters are needed for autocompletion_" : ["Se requiere de la menos {count} caracter para el auto completar","Se requieren de la menos {count} caracteres para el auto completar"],
- "This list is maybe truncated - please refine your search term to see more results." : "Esta lista puede estar truncada - por favor refina tus términos de búsqueda para poder ver más resultados. ",
- "No users or groups found for {search}" : "No se encontraron usuarios o gurpos para {search}",
- "No users found for {search}" : "No se encontraron usuarios para {search}",
- "An error occurred (\"{message}\"). Please try again" : "Se presentó un error (\"{message}\"). Por favor vuelve a intentarlo",
- "An error occurred. Please try again" : "Se presentó un error. Por favor vuelve a intentarlo",
- "Home" : "Inicio",
- "Work" : "Trabajo",
- "Other" : "Otro",
- "{sharee} ({type}, {owner})" : "{sharee} ({type}, {owner})",
- "Share" : "Compartir",
- "Name or email address..." : "Nombre o dirección de correo electrónico",
- "Name or federated cloud ID..." : "Nombre...",
- "Name, federated cloud ID or email address..." : "Nombre o dirección de correo electrónico...",
- "Name..." : "Nombre...",
- "Error removing share" : "Se presentó un error al dejar de compartir",
- "({scope})" : "({scope})",
- "Saving..." : "Guardando...",
- "Dismiss" : "Descartar",
- "New Password" : "Nueva Contraseña",
- "Cancel log in" : "Cancelar inicio de sesión"
+ "Checking whether the database schema can be updated (this can take a long time depending on the database size)" : "Verificando si el archivo del esquema de base de datos puede ser actualizado (esto puedo tomar mucho tiempo dependiendo del tamaño de la base de datos)",
+ "Checked database schema update" : "Actualización del esquema de base de datos verificada",
+ "Checking updates of apps" : "Verificando actualizaciones para aplicaciones",
+ "Checking for update of app \"%s\" in appstore" : "Verificando actualizaciones para la aplicacion \"%s\" en la appstore",
+ "Update app \"%s\" from appstore" : "Actualizar la aplicación \"%s\" desde la appstore",
+ "Checked for update of app \"%s\" in appstore" : "Se verificaron actualizaciones para la aplicación \"%s\" en la appstore",
+ "Checked database schema update for apps" : "Se verificó la actualización del esquema de la base de datos para las aplicaciones",
+ "Following apps have been disabled: %s" : "Las siguientes aplicaciones han sido deshabilitadas: %s",
+ "Your web server is not properly set up to resolve \"{url}\". Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Tu servidor web no está correctamente configurado para resolver \"{url}\". Puedes encontrar más información al respecto en la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentación</a>.",
+ "Check the background job settings" : "Verifica la configuración de los trabajos de fondo",
+ "No memory cache has been configured. To enhance performance, please configure a memcache, if available. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "No se ha configurado el caché de memoria. Para mejorar el desempeño, por favor configura un memcahce, si está disponible. Puedes encontrar más información en la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentación</a>.",
+ "You are currently running PHP {version}. Upgrade your PHP version to take advantage of <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">performance and security updates provided by the PHP Group</a> as soon as your distribution supports it." : "Estás ejecutando PHP {version}. Actualiza tu versión de PHP para aprovechar las <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">actualizaciones de desempeño y seguridad proporcionadas por el Grupo PHP</a> tan pronto como tu distribución lo soporte. ",
+ "The reverse proxy header configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If not, this is a security issue and can allow an attacker to spoof their IP address as visible to the Nextcloud. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "La configuración de los encabezados del proxy inverso es incorrecta, o estás accediendo a Nextcloud desde un proxy de confianza. Si no es el caso, se trata de un tema de seguridad y le puede permitir a un atacante hacer su dirección IP apócrifa visible para Nextcloud. Puedes encontar más infomración en nuestra <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentación</a>.",
+ "Memcached is configured as distributed cache, but the wrong PHP module \"memcache\" is installed. \\OC\\Memcache\\Memcached only supports \"memcached\" and not \"memcache\". See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">memcached wiki about both modules</a>." : "Memecahced está configurado como un cache distribuido, pero un módulo equivocado de \"memcache\" está instalado. \\OC\\Memcache\\Memcached sólo soporta \"memcached\". Consulta <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">el wiki de memcached en relación a ambos módulos</a>.",
+ "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">List of invalid files…</a> / <a href=\"{rescanEndpoint}\">Rescan…</a>)" : "Algunos archivos no pasaron la verificación de integridad. Puedes encontrar más información de cómo resolver este problema en la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentación</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">Lista de archivos inválidos...</a>/<a href=\"{rescanEndpoint}\">Volver a verificar...</a>)",
+ "The PHP OPcache is not properly configured. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance it is recommended</a> to use the following settings in the <code>php.ini</code>:" : "El OPcache de PHP no está configurado correctamente. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Para un mejor desempeño se recomienda</a> usar las sigueintes configuraciones en el archivo <code>php.ini</code>:",
+ "Continue to Nextcloud" : "Continuar a Nextcloud",
+ "_The update was successful. Redirecting you to Nextcloud in %n second._::_The update was successful. Redirecting you to Nextcloud in %n seconds._" : ["La actualización fue exitosa. Lo estamos redireccionando a Nextcloud en %n segundo. ","La actualización fue exitosa. Te redireccionaremos a Nextcloud en %n segundos."],
+ "Searching other places" : "Buscando en otras ubicaciones",
+ "No search results in other folders for {tag}{filter}{endtag}" : "No hay resultados para la búsqueda {tag}{filter}{endtag} en otras carpetas",
+ "_{count} search result in another folder_::_{count} search results in other folders_" : ["{count} resultado de la búsqueda en otra carpeta","{count} resultados de la búsqueda en otras carpetas"],
+ "Password can not be changed. Please contact your administrator." : "Las contraseñas no se pueden cambiar. Por favor contacta a tu adminstrador",
+ "These apps will be updated:" : "Las siguientes apllicaciones se actualizarán:"
},
"nplurals=2; plural=(n != 1);");
diff --git a/core/l10n/es_GT.json b/core/l10n/es_GT.json
index b263fa894d1..01e67ef07ef 100644
--- a/core/l10n/es_GT.json
+++ b/core/l10n/es_GT.json
@@ -30,34 +30,18 @@
"Maintenance mode is kept active" : "El modo mantenimiento sigue activo",
"Updating database schema" : "Actualizando esquema de base de datos",
"Updated database" : "Base de datos actualizada",
- "Checking whether the database schema can be updated (this can take a long time depending on the database size)" : "Verificando si el archivo del esquema de base de datos puede ser actualizado (esto puedo tomar mucho tiempo dependiendo del tamaño de la base de datos)",
- "Checked database schema update" : "Actualización del esquema de base de datos verificada",
- "Checking updates of apps" : "Verificando actualizaciones para aplicaciones",
- "Checking for update of app \"%s\" in appstore" : "Verificando actualizaciones para la aplicacion \"%s\" en la appstore",
- "Update app \"%s\" from appstore" : "Actualizar la aplicación \"%s\" desde la appstore",
- "Checked for update of app \"%s\" in appstore" : "Se verificaron actualizaciones para la aplicación \"%s\" en la appstore",
"Checking whether the database schema for %s can be updated (this can take a long time depending on the database size)" : "Verificando si el esquema de la base de datos para %s puede ser actualizado (esto puede tomar mucho tiempo dependiendo del tamaño de la base de datos)",
- "Checked database schema update for apps" : "Se verificó la actualización del esquema de la base de datos para las aplicaciones",
"Set log level to debug" : "Establecer nivel de bitacora a depurar",
"Reset log level" : "Restablecer nivel de bitácora",
"Starting code integrity check" : "Comenzando verificación de integridad del código",
"Finished code integrity check" : "Terminó la verificación de integridad del código ",
"%s (incompatible)" : "%s (incompatible)",
- "Following apps have been disabled: %s" : "Las siguientes aplicaciones han sido deshabilitadas: %s",
"Already up to date" : "Ya está actualizado",
"Your web server is not yet properly set up to allow file synchronization, because the WebDAV interface seems to be broken." : "Tu servidor web aún no esta correctamente configurado para permitir la sincronización de archivos porque la interfaz WebDAV parece estar rota. ",
- "Your web server is not properly set up to resolve \"{url}\". Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Tu servidor web no está correctamente configurado para resolver \"{url}\". Puedes encontrar más información al respecto en la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentación</a>.",
"PHP does not seem to be setup properly to query system environment variables. The test with getenv(\"PATH\") only returns an empty response." : "PHP no parece estar configurado correctamente para consultar las variables de ambiente. La prueba con getenv(\"PATH\") sólo regresa una respuesta vacía.",
"Your database does not run with \"READ COMMITTED\" transaction isolation level. This can cause problems when multiple actions are executed in parallel." : "Tu base de datos no puede correr con el nivel de aislamiento de transacción de \"READ COMMITTED\". Puede causar problemas cuando mútiples acciones sean ejecutadas en paralelo.",
"It was not possible to execute the cron job via CLI. The following technical errors have appeared:" : "No fue posible ejecutar el trabajo de cron via CLI. Se presentaron los siguientes errores técnicos:",
- "Check the background job settings" : "Verifica la configuración de los trabajos de fondo",
"This server has no working Internet connection: Multiple endpoints could not be reached. This means that some of the features like mounting external storage, notifications about updates or installation of third-party apps will not work. Accessing files remotely and sending of notification emails might not work, either. Establish a connection from this server to the Internet to enjoy all features." : "El servidor no cuenta con una conexión a Internet: No se pudieron alcanzar múltiples endpoints. Esto significa que algunas características como montar almacenamiento externo, notificaciones de actualizaciones o instalación de aplicaciones de 3ros no funcionarán correctamente. Acceder archivos de forma remota y el envío de de notificaciones por correo electrónico puede que no funcionen tampoco. Establece una conexión desde este servidor a Internet para aprovechar todas las funcionalidades.",
- "No memory cache has been configured. To enhance performance, please configure a memcache, if available. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "No se ha configurado el caché de memoria. Para mejorar el desempeño, por favor configura un memcahce, si está disponible. Puedes encontrar más información en la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentación</a>.",
- "You are currently running PHP {version}. Upgrade your PHP version to take advantage of <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">performance and security updates provided by the PHP Group</a> as soon as your distribution supports it." : "Estás ejecutando PHP {version}. Actualiza tu versión de PHP para aprovechar las <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">actualizaciones de desempeño y seguridad proporcionadas por el Grupo PHP</a> tan pronto como tu distribución lo soporte. ",
- "The reverse proxy header configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If not, this is a security issue and can allow an attacker to spoof their IP address as visible to the Nextcloud. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "La configuración de los encabezados del proxy inverso es incorrecta, o estás accediendo a Nextcloud desde un proxy de confianza. Si no es el caso, se trata de un tema de seguridad y le puede permitir a un atacante hacer su dirección IP apócrifa visible para Nextcloud. Puedes encontar más infomración en nuestra <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentación</a>.",
- "Memcached is configured as distributed cache, but the wrong PHP module \"memcache\" is installed. \\OC\\Memcache\\Memcached only supports \"memcached\" and not \"memcache\". See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">memcached wiki about both modules</a>." : "Memecahced está configurado como un cache distribuido, pero un módulo equivocado de \"memcache\" está instalado. \\OC\\Memcache\\Memcached sólo soporta \"memcached\". Consulta <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">el wiki de memcached en relación a ambos módulos</a>.",
- "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">List of invalid files…</a> / <a href=\"{rescanEndpoint}\">Rescan…</a>)" : "Algunos archivos no pasaron la verificación de integridad. Puedes encontrar más información de cómo resolver este problema en la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentación</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">Lista de archivos inválidos...</a>/<a href=\"{rescanEndpoint}\">Volver a verificar...</a>)",
- "The PHP OPcache is not properly configured. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance it is recommended</a> to use the following settings in the <code>php.ini</code>:" : "El OPcache de PHP no está configurado correctamente. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Para un mejor desempeño se recomienda</a> usar las sigueintes configuraciones en el archivo <code>php.ini</code>:",
"The PHP function \"set_time_limit\" is not available. This could result in scripts being halted mid-execution, breaking your installation. Enabling this function is strongly recommended." : "La función de PHP \"set_time_limit\" no está disponible. Esto podría generar que la ejecución de scripts se detenga, rompiendo su instalación. Se recomienda ámpliamente habilitar esta función. ",
"Your PHP does not have FreeType support, resulting in breakage of profile pictures and the settings interface." : "Tu PHP no cuenta con soporte FreeType, lo que resulta en fallas en la imagen de perfil y la interface de configuraciones. ",
"SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend." : "Actualmente estás usando SQLite como el backend de base de datos. Para instalaciones más grandes te recomendamos cambiar a un backend de base de datos diferente.",
@@ -66,13 +50,6 @@
"Your data directory and files are probably accessible from the Internet. The .htaccess file is not working. It is strongly recommended that you configure your web server so that the data directory is no longer accessible, or move the data directory outside the web server document root." : "Probablemente tu directorio de datos y archivos sean accesibles desde Internet. El archivo .htaccess no está funcionando. Se recomienda ampliamente que configures tu servidor web para que el directorio de datos no sea accesible, o bien, que muevas el directorio de datos fuera del directorio raíz del servidor web.",
"The \"{header}\" HTTP header is not set to \"{expected}\". This is a potential security or privacy risk, as it is recommended to adjust this setting accordingly." : "El encabezado HTTP \"{header}\" está establecido a \"{expected}\". Esto representa un riesgo potencial de seguridad o privacidad, y que se recomienda ajustar esta configuración. ",
"The \"{header}\" HTTP header is not set to \"{expected}\". Some features might not work correctly, as it is recommended to adjust this setting accordingly." : "El encabezado HTTP \"{header}\" no está establecido a \"{expected}\". Puede que lgunas características no funcionen correctamente, y se recomienda ajustar esta confirguración. ",
- "Non-existing tag #{tag}" : "Etiqueta #{tag} no-existente",
- "restricted" : "restringido",
- "invisible" : "invisible",
- "Delete" : "Borrar",
- "Rename" : "Renombrar",
- "Collaborative tags" : "Etiquetas colaborativas",
- "No tags found" : "No se encontraron etiquetas",
"unknown text" : "texto desconocido",
"Hello world!" : "¡Hola mundo!",
"sunny" : "soleado",
@@ -87,30 +64,27 @@
"Please reload the page." : "Por favor vuelve a cargar la página.",
"The update was unsuccessful. For more information <a href=\"{url}\">check our forum post</a> covering this issue." : "La actualización no fue exitosa. Para más información <a href=\"{url}\">consulta nuestro comentario en el foro </a> que cubre este tema. ",
"The update was unsuccessful. Please report this issue to the <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">Nextcloud community</a>." : "La actualización no fue exitosa. Por favor reporta este tema a la <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">Comunidad Nextcloud</a>.",
- "Continue to Nextcloud" : "Continuar a Nextcloud",
- "_The update was successful. Redirecting you to Nextcloud in %n second._::_The update was successful. Redirecting you to Nextcloud in %n seconds._" : ["La actualización fue exitosa. Lo estamos redireccionando a Nextcloud en %n segundo. ","La actualización fue exitosa. Te redireccionaremos a Nextcloud en %n segundos."],
- "Searching other places" : "Buscando en otras ubicaciones",
- "No search results in other folders for {tag}{filter}{endtag}" : "No hay resultados para la búsqueda {tag}{filter}{endtag} en otras carpetas",
- "_{count} search result in another folder_::_{count} search results in other folders_" : ["{count} resultado de la búsqueda en otra carpeta","{count} resultados de la búsqueda en otras carpetas"],
+ "Log in" : "Ingresar",
+ "Logging in …" : "Iniciando sesión ...",
"Server side authentication failed!" : "¡Falló la autenticación del lado del servidor!",
"Please contact your administrator." : "Por favor contacta al administrador.",
"An internal error occurred." : "Se presentó un error interno.",
"Please try again or contact your administrator." : "Por favor vuelve a intentarlo o contacta a tu adminsitrador. ",
"Username or email" : "Usuario o correo electrónico",
"Password" : "Contraseña",
- "Log in" : "Ingresar",
- "Logging in …" : "Iniciando sesión ...",
"Wrong username or password." : "Usuario o contraseña equivocado. ",
"User disabled" : "Usuario deshabilitado",
"We have detected multiple invalid login attempts from your IP. Therefore your next login is throttled up to 30 seconds." : "Hemos detectado múltiples intentos de inicio de sesión desde tu IP. Por lo tanto tu siguiente incio de sesión se retrasará hasta 30 segundos. ",
"Reset password" : "Restablecer contraseña",
"Couldn't send reset email. Please contact your administrator." : "No fue posible enviar el correo de restauración. Por favor contacta a tu adminsitrador. ",
- "Password can not be changed. Please contact your administrator." : "Las contraseñas no se pueden cambiar. Por favor contacta a tu adminstrador",
"Back to login" : "Regresar al inicio de sesión",
"New password" : "Nueva contraseña",
"I know what I'm doing" : "Sé lo que estoy haciendo",
"Cancel" : "Cancelar",
"Forgot password?" : "¿Olvidaste tu contraseña?",
+ "Back" : "Atrás",
+ "Reset search" : "Reestablecer búsqueda",
+ "Search" : "Buscar",
"Settings" : "Configuraciones ",
"Could not load your contacts" : "No fue posible cargar tus contactos",
"Search contacts …" : "Buscar contactos ...",
@@ -141,7 +115,7 @@
"One file conflict" : "Un conflicto en el archivo",
"New Files" : "Archivos Nuevos",
"Already existing files" : "Archivos ya existentes",
- "Which files do you want to keep?" : "¿Cuales archivos deseas mantener?",
+ "Which files do you want to keep?" : "¿Cuáles archivos deseas mantener?",
"If you select both versions, the copied file will have a number added to its name." : "Si seleccionas ambas versiones, se le agregará un número al nombre del archivo copiado.",
"Continue" : "Continuar",
"(all selected)" : "(todos seleccionados)",
@@ -165,6 +139,13 @@
"Strong password" : "Contraseña fuerte",
"No action available" : "No hay acciones disponibles",
"Error fetching contact actions" : "Se presentó un error al traer las acciónes de contatos",
+ "Non-existing tag #{tag}" : "Etiqueta #{tag} no-existente",
+ "restricted" : "restringido",
+ "invisible" : "invisible",
+ "Delete" : "Borrar",
+ "Rename" : "Renombrar",
+ "Collaborative tags" : "Etiquetas colaborativas",
+ "No tags found" : "No se encontraron etiquetas",
"Personal" : "Personal",
"Users" : "Usuarios",
"Apps" : "Aplicaciones",
@@ -212,8 +193,6 @@
"More apps" : "Más aplicaciones",
"More" : "Más",
"More apps menu" : "Menú de más aplicaciones",
- "Search" : "Buscar",
- "Reset search" : "Reestablecer búsqueda",
"Contacts" : "Contactos",
"Contacts menu" : "Menú de Contactos",
"Settings menu" : "Menú de Configuraciones",
@@ -231,7 +210,6 @@
"Access through untrusted domain" : "Accesa a través de un dominio no de confianza",
"Please contact your administrator. If you are an administrator, edit the \"trusted_domains\" setting in config/config.php like the example in config.sample.php." : "Por favor contacta a tu adminsitrador. Si tu eres un administrador, edita la propiedad \"trusted_domains\" en el archivo config/config.php como en el ejemplo config.sample.php.",
"App update required" : "Se requiere una actualización de la aplicación",
- "These apps will be updated:" : "Las siguientes apllicaciones se actualizarán:",
"These incompatible apps will be disabled:" : "Las siguientes aplicaciones incompatibles serán deshabilitadas:",
"The theme %s has been disabled." : "El tema %s ha sido deshabilitado. ",
"Please make sure that the database, the config folder and the data folder have been backed up before proceeding." : "Por favor asegurarte de que la base de datos, la carpeta de configuración y las carpetas de datos hayan sido respaldadas antes de continuar. ",
@@ -245,72 +223,28 @@
"Upgrade via web on my own risk" : "Actualizar vía Web bajo mi propio riesgo",
"This %s instance is currently in maintenance mode, which may take a while." : "Esta instancia %s se encuentra actualmente en modo mantenimiento, que podría tomar algo de tiempo. ",
"Contact your system administrator if this message persists or appeared unexpectedly." : "Contacta a tu administrador del sistema si este mensaje persiste o se presentó de manera inesperada.",
- "Could not send reset email because there is no email address for this username. Please contact your administrator." : "No fue posible enviar el correo electrónico para restablecer porque no hay una dirección de correo electrónico para este usuario. Por favor contacta a tu adminsitrador. ",
- "Couldn't send reset email. Please make sure your username is correct." : "No fue posible restablecer el correo electrónico. Por favor asegurarte de que tu nombre de usuario sea correcto. ",
- "Your files are encrypted. There will be no way to get your data back after your password is reset.<br />If you are not sure what to do, please contact your administrator before you continue. <br />Do you really want to continue?" : "Tus archivos están encriptados. No habrá manera de recuperar tus datos una vez que restablezca tu contraseña. <br />Si no estás seguro de qué hacer, por favor contacta a tu administrador antes de continuar. <br />¿Realmente deseas continuar?",
- "Sending email …" : "Enviando correo electrónico ...",
- "You are currently running PHP 5.6. The current major version of Nextcloud is the last that is supported on PHP 5.6. It is recommended to upgrade the PHP version to 7.0+ to be able to upgrade to Nextcloud 14." : "Actualmente estás corriendo PHP 5.6. La versión principal actual de Nextcloud es la última que será soportada en PHPH 5.6. Te recomendamos actualizar la versión de PHP a la 7.0+ para que puedas actualizar a Nextcloud 14.",
- "Shared" : "Compartido",
- "Shared with" : "Compartido con",
- "Shared by" : "Compartido por",
- "Choose a password for the public link" : "Seleccione una contraseña para la liga pública",
- "Choose a password for the public link or press the \"Enter\" key" : "Elige una contraseña para la liga pública o presiona la tecla \"Intro\"",
- "Copied!" : "¡Copiado!",
- "Copy link" : "Copiar liga",
- "Not supported!" : "¡No está soportado!",
- "Press ⌘-C to copy." : "Presiona ⌘-C para copiar.",
- "Press Ctrl-C to copy." : "Presiona Ctrl-C para copiar.",
- "Resharing is not allowed" : "No se permite volver a compartir",
- "Link" : "Liga",
- "Password protect" : "Proteger con contraseña",
- "Allow editing" : "Permitir editar",
- "Email link to person" : "Enviar la liga por correo electrónico a una persona",
- "Send" : "Enviar",
- "Allow upload and editing" : "Permitir carga y edición",
- "Read only" : "Sólo lectura",
- "File drop (upload only)" : "Permitir carga",
- "Set expiration date" : "Selecciona la vigencia de tu archivo",
- "Expiration" : "Expiración",
- "Expiration date" : "Fecha de expiración",
- "Unshare" : "Dejar de compartir",
- "Share to {name}" : "Compartir con {name}",
- "Share link" : "Compartir liga",
- "Could not unshare" : "No fue posible dejar de compartir",
- "Shared with you and the group {group} by {owner}" : "Compartido contigo y el grupo {group} por {owner}",
- "Shared with you by {owner}" : "Compartido contigo por {owner}",
- "Choose a password for the mail share" : "Elige una contraseña para el elemento compartido por correo",
- "group" : "grupo",
- "remote" : "remoto",
- "email" : "correo electrónico",
- "shared by {sharer}" : "compartido por {sharer}",
- "Can reshare" : "Puede volver a compartir",
- "Can edit" : "Puede editar",
- "Can create" : "Puede crear",
- "Can change" : "Puede cambiar",
- "Can delete" : "Puede borrar",
- "Access control" : "Control de acceso",
- "Error while sharing" : "Se presentó un error al compartir",
- "Share details could not be loaded for this item." : "Los detalles del recurso compartido no se pudieron cargar para este elemento. ",
- "_At least {count} character is needed for autocompletion_::_At least {count} characters are needed for autocompletion_" : ["Se requiere de la menos {count} caracter para el auto completar","Se requieren de la menos {count} caracteres para el auto completar"],
- "This list is maybe truncated - please refine your search term to see more results." : "Esta lista puede estar truncada - por favor refina tus términos de búsqueda para poder ver más resultados. ",
- "No users or groups found for {search}" : "No se encontraron usuarios o gurpos para {search}",
- "No users found for {search}" : "No se encontraron usuarios para {search}",
- "An error occurred (\"{message}\"). Please try again" : "Se presentó un error (\"{message}\"). Por favor vuelve a intentarlo",
- "An error occurred. Please try again" : "Se presentó un error. Por favor vuelve a intentarlo",
- "Home" : "Inicio",
- "Work" : "Trabajo",
- "Other" : "Otro",
- "{sharee} ({type}, {owner})" : "{sharee} ({type}, {owner})",
- "Share" : "Compartir",
- "Name or email address..." : "Nombre o dirección de correo electrónico",
- "Name or federated cloud ID..." : "Nombre...",
- "Name, federated cloud ID or email address..." : "Nombre o dirección de correo electrónico...",
- "Name..." : "Nombre...",
- "Error removing share" : "Se presentó un error al dejar de compartir",
- "({scope})" : "({scope})",
- "Saving..." : "Guardando...",
- "Dismiss" : "Descartar",
- "New Password" : "Nueva Contraseña",
- "Cancel log in" : "Cancelar inicio de sesión"
+ "Checking whether the database schema can be updated (this can take a long time depending on the database size)" : "Verificando si el archivo del esquema de base de datos puede ser actualizado (esto puedo tomar mucho tiempo dependiendo del tamaño de la base de datos)",
+ "Checked database schema update" : "Actualización del esquema de base de datos verificada",
+ "Checking updates of apps" : "Verificando actualizaciones para aplicaciones",
+ "Checking for update of app \"%s\" in appstore" : "Verificando actualizaciones para la aplicacion \"%s\" en la appstore",
+ "Update app \"%s\" from appstore" : "Actualizar la aplicación \"%s\" desde la appstore",
+ "Checked for update of app \"%s\" in appstore" : "Se verificaron actualizaciones para la aplicación \"%s\" en la appstore",
+ "Checked database schema update for apps" : "Se verificó la actualización del esquema de la base de datos para las aplicaciones",
+ "Following apps have been disabled: %s" : "Las siguientes aplicaciones han sido deshabilitadas: %s",
+ "Your web server is not properly set up to resolve \"{url}\". Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Tu servidor web no está correctamente configurado para resolver \"{url}\". Puedes encontrar más información al respecto en la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentación</a>.",
+ "Check the background job settings" : "Verifica la configuración de los trabajos de fondo",
+ "No memory cache has been configured. To enhance performance, please configure a memcache, if available. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "No se ha configurado el caché de memoria. Para mejorar el desempeño, por favor configura un memcahce, si está disponible. Puedes encontrar más información en la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentación</a>.",
+ "You are currently running PHP {version}. Upgrade your PHP version to take advantage of <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">performance and security updates provided by the PHP Group</a> as soon as your distribution supports it." : "Estás ejecutando PHP {version}. Actualiza tu versión de PHP para aprovechar las <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">actualizaciones de desempeño y seguridad proporcionadas por el Grupo PHP</a> tan pronto como tu distribución lo soporte. ",
+ "The reverse proxy header configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If not, this is a security issue and can allow an attacker to spoof their IP address as visible to the Nextcloud. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "La configuración de los encabezados del proxy inverso es incorrecta, o estás accediendo a Nextcloud desde un proxy de confianza. Si no es el caso, se trata de un tema de seguridad y le puede permitir a un atacante hacer su dirección IP apócrifa visible para Nextcloud. Puedes encontar más infomración en nuestra <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentación</a>.",
+ "Memcached is configured as distributed cache, but the wrong PHP module \"memcache\" is installed. \\OC\\Memcache\\Memcached only supports \"memcached\" and not \"memcache\". See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">memcached wiki about both modules</a>." : "Memecahced está configurado como un cache distribuido, pero un módulo equivocado de \"memcache\" está instalado. \\OC\\Memcache\\Memcached sólo soporta \"memcached\". Consulta <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">el wiki de memcached en relación a ambos módulos</a>.",
+ "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">List of invalid files…</a> / <a href=\"{rescanEndpoint}\">Rescan…</a>)" : "Algunos archivos no pasaron la verificación de integridad. Puedes encontrar más información de cómo resolver este problema en la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentación</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">Lista de archivos inválidos...</a>/<a href=\"{rescanEndpoint}\">Volver a verificar...</a>)",
+ "The PHP OPcache is not properly configured. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance it is recommended</a> to use the following settings in the <code>php.ini</code>:" : "El OPcache de PHP no está configurado correctamente. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Para un mejor desempeño se recomienda</a> usar las sigueintes configuraciones en el archivo <code>php.ini</code>:",
+ "Continue to Nextcloud" : "Continuar a Nextcloud",
+ "_The update was successful. Redirecting you to Nextcloud in %n second._::_The update was successful. Redirecting you to Nextcloud in %n seconds._" : ["La actualización fue exitosa. Lo estamos redireccionando a Nextcloud en %n segundo. ","La actualización fue exitosa. Te redireccionaremos a Nextcloud en %n segundos."],
+ "Searching other places" : "Buscando en otras ubicaciones",
+ "No search results in other folders for {tag}{filter}{endtag}" : "No hay resultados para la búsqueda {tag}{filter}{endtag} en otras carpetas",
+ "_{count} search result in another folder_::_{count} search results in other folders_" : ["{count} resultado de la búsqueda en otra carpeta","{count} resultados de la búsqueda en otras carpetas"],
+ "Password can not be changed. Please contact your administrator." : "Las contraseñas no se pueden cambiar. Por favor contacta a tu adminstrador",
+ "These apps will be updated:" : "Las siguientes apllicaciones se actualizarán:"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
} \ No newline at end of file
diff --git a/core/l10n/es_HN.js b/core/l10n/es_HN.js
index 6af59a3f2cb..ba3bdeff9b8 100644
--- a/core/l10n/es_HN.js
+++ b/core/l10n/es_HN.js
@@ -32,33 +32,18 @@ OC.L10N.register(
"Maintenance mode is kept active" : "El modo mantenimiento sigue activo",
"Updating database schema" : "Actualizando esquema de base de datos",
"Updated database" : "Base de datos actualizada",
- "Checking whether the database schema can be updated (this can take a long time depending on the database size)" : "Verificando si el archivo del esquema de base de datos puede ser actualizado (esto puedo tomar mucho tiempo dependiendo del tamaño de la base de datos)",
- "Checked database schema update" : "Actualización del esquema de base de datos verificada",
- "Checking updates of apps" : "Verificando actualizaciones para aplicaciones",
- "Checking for update of app \"%s\" in appstore" : "Verificando actualizaciones para la aplicacion \"%s\" en la appstore",
- "Update app \"%s\" from appstore" : "Actualizar la aplicación \"%s\" desde la appstore",
- "Checked for update of app \"%s\" in appstore" : "Se verificaron actualizaciones para la aplicación \"%s\" en la appstore",
"Checking whether the database schema for %s can be updated (this can take a long time depending on the database size)" : "Verificando si el esquema de la base de datos para %s puede ser actualizado (esto puede tomar mucho tiempo dependiendo del tamaño de la base de datos)",
- "Checked database schema update for apps" : "Se verificó la actualización del esquema de la base de datos para las aplicaciones",
"Set log level to debug" : "Establecer nivel de bitacora a depurar",
"Reset log level" : "Restablecer nivel de bitácora",
"Starting code integrity check" : "Comenzando verificación de integridad del código",
"Finished code integrity check" : "Terminó la verificación de integridad del código ",
"%s (incompatible)" : "%s (incompatible)",
- "Following apps have been disabled: %s" : "Las siguientes aplicaciones han sido deshabilitadas: %s",
"Already up to date" : "Ya está actualizado",
"Your web server is not yet properly set up to allow file synchronization, because the WebDAV interface seems to be broken." : "Tu servidor web aún no esta correctamente configurado para permitir la sincronización de archivos porque la interfaz WebDAV parece estar rota. ",
- "Your web server is not properly set up to resolve \"{url}\". Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Tu servidor web no está correctamente configurado para resolver \"{url}\". Puedes encontrar más información al respecto en la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentación</a>.",
"PHP does not seem to be setup properly to query system environment variables. The test with getenv(\"PATH\") only returns an empty response." : "PHP no parece estar configurado correctamente para consultar las variables de ambiente. La prueba con getenv(\"PATH\") sólo regresa una respuesta vacía.",
"Your database does not run with \"READ COMMITTED\" transaction isolation level. This can cause problems when multiple actions are executed in parallel." : "Tu base de datos no puede correr con el nivel de aislamiento de transacción de \"READ COMMITTED\". Puede causar problemas cuando mútiples acciones sean ejecutadas en paralelo.",
"It was not possible to execute the cron job via CLI. The following technical errors have appeared:" : "No fue posible ejecutar el trabajo de cron via CLI. Se presentaron los siguientes errores técnicos:",
"This server has no working Internet connection: Multiple endpoints could not be reached. This means that some of the features like mounting external storage, notifications about updates or installation of third-party apps will not work. Accessing files remotely and sending of notification emails might not work, either. Establish a connection from this server to the Internet to enjoy all features." : "El servidor no cuenta con una conexión a Internet: No se pudieron alcanzar múltiples endpoints. Esto significa que algunas características como montar almacenamiento externo, notificaciones de actualizaciones o instalación de aplicaciones de 3ros no funcionarán correctamente. Acceder archivos de forma remota y el envío de de notificaciones por correo electrónico puede que no funcionen tampoco. Establece una conexión desde este servidor a Internet para aprovechar todas las funcionalidades.",
- "No memory cache has been configured. To enhance performance, please configure a memcache, if available. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "No se ha configurado el caché de memoria. Para mejorar el desempeño, por favor configura un memcahce, si está disponible. Puedes encontrar más información en la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentación</a>.",
- "You are currently running PHP {version}. Upgrade your PHP version to take advantage of <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">performance and security updates provided by the PHP Group</a> as soon as your distribution supports it." : "Estás ejecutando PHP {version}. Actualiza tu versión de PHP para aprovechar las <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">actualizaciones de desempeño y seguridad proporcionadas por el Grupo PHP</a> tan pronto como tu distribución lo soporte. ",
- "The reverse proxy header configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If not, this is a security issue and can allow an attacker to spoof their IP address as visible to the Nextcloud. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "La configuración de los encabezados del proxy inverso es incorrecta, o estás accediendo a Nextcloud desde un proxy de confianza. Si no es el caso, se trata de un tema de seguridad y le puede permitir a un atacante hacer su dirección IP apócrifa visible para Nextcloud. Puedes encontar más infomración en nuestra <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentación</a>.",
- "Memcached is configured as distributed cache, but the wrong PHP module \"memcache\" is installed. \\OC\\Memcache\\Memcached only supports \"memcached\" and not \"memcache\". See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">memcached wiki about both modules</a>." : "Memecahced está configurado como un cache distribuido, pero un módulo equivocado de \"memcache\" está instalado. \\OC\\Memcache\\Memcached sólo soporta \"memcached\". Consulta <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">el wiki de memcached en relación a ambos módulos</a>.",
- "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">List of invalid files…</a> / <a href=\"{rescanEndpoint}\">Rescan…</a>)" : "Algunos archivos no pasaron la verificación de integridad. Puedes encontrar más información de cómo resolver este problema en la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentación</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">Lista de archivos inválidos...</a>/<a href=\"{rescanEndpoint}\">Volver a verificar...</a>)",
- "The PHP OPcache is not properly configured. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance it is recommended</a> to use the following settings in the <code>php.ini</code>:" : "El OPcache de PHP no está configurado correctamente. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Para un mejor desempeño se recomienda</a> usar las sigueintes configuraciones en el archivo <code>php.ini</code>:",
"The PHP function \"set_time_limit\" is not available. This could result in scripts being halted mid-execution, breaking your installation. Enabling this function is strongly recommended." : "La función de PHP \"set_time_limit\" no está disponible. Esto podría generar que la ejecución de scripts se detenga, rompiendo su instalación. Se recomienda ámpliamente habilitar esta función. ",
"SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend." : "Actualmente estás usando SQLite como el backend de base de datos. Para instalaciones más grandes te recomendamos cambiar a un backend de base de datos diferente.",
"This is particularly recommended when using the desktop client for file synchronisation." : "Esto es particularmente recomendado cuando se usa el cliente de escritorio para sincronización de archivos. ",
@@ -66,13 +51,6 @@ OC.L10N.register(
"Your data directory and files are probably accessible from the Internet. The .htaccess file is not working. It is strongly recommended that you configure your web server so that the data directory is no longer accessible, or move the data directory outside the web server document root." : "Probablemente tu directorio de datos y archivos sean accesibles desde Internet. El archivo .htaccess no está funcionando. Se recomienda ampliamente que configures tu servidor web para que el directorio de datos no sea accesible, o bien, que muevas el directorio de datos fuera del directorio raíz del servidor web.",
"The \"{header}\" HTTP header is not set to \"{expected}\". This is a potential security or privacy risk, as it is recommended to adjust this setting accordingly." : "El encabezado HTTP \"{header}\" está establecido a \"{expected}\". Esto representa un riesgo potencial de seguridad o privacidad, y que se recomienda ajustar esta configuración. ",
"The \"{header}\" HTTP header is not set to \"{expected}\". Some features might not work correctly, as it is recommended to adjust this setting accordingly." : "El encabezado HTTP \"{header}\" no está establecido a \"{expected}\". Puede que lgunas características no funcionen correctamente, y se recomienda ajustar esta confirguración. ",
- "Non-existing tag #{tag}" : "Etiqueta #{tag} no-existente",
- "restricted" : "restringido",
- "invisible" : "invisible",
- "Delete" : "Borrar",
- "Rename" : "Renombrar",
- "Collaborative tags" : "Etiquetas colaborativas",
- "No tags found" : "No se encontraron etiquetas",
"unknown text" : "texto desconocido",
"Hello world!" : "¡Hola mundo!",
"sunny" : "soleado",
@@ -87,28 +65,25 @@ OC.L10N.register(
"Please reload the page." : "Por favor vuelve a cargar la página.",
"The update was unsuccessful. For more information <a href=\"{url}\">check our forum post</a> covering this issue." : "La actualización no fue exitosa. Para más información <a href=\"{url}\">consulta nuestro comentario en el foro </a> que cubre este tema. ",
"The update was unsuccessful. Please report this issue to the <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">Nextcloud community</a>." : "La actualización no fue exitosa. Por favor reporta este tema a la <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">Comunidad Nextcloud</a>.",
- "Continue to Nextcloud" : "Continuar a Nextcloud",
- "_The update was successful. Redirecting you to Nextcloud in %n second._::_The update was successful. Redirecting you to Nextcloud in %n seconds._" : ["La actualización fue exitosa. Lo estamos redireccionando a Nextcloud en %n segundo. ","La actualización fue exitosa. Te redireccionaremos a Nextcloud en %n segundos."],
- "Searching other places" : "Buscando en otras ubicaciones",
- "No search results in other folders for {tag}{filter}{endtag}" : "No hay resultados para la búsqueda {tag}{filter}{endtag} en otras carpetas",
- "_{count} search result in another folder_::_{count} search results in other folders_" : ["{count} resultado de la búsqueda en otra carpeta","{count} resultados de la búsqueda en otras carpetas"],
+ "Log in" : "Ingresar",
+ "Logging in …" : "Iniciando sesión ...",
"Server side authentication failed!" : "¡Falló la autenticación del lado del servidor!",
"Please contact your administrator." : "Por favor contacta al administrador.",
"An internal error occurred." : "Se presentó un error interno.",
"Please try again or contact your administrator." : "Por favor vuelve a intentarlo o contacta a tu adminsitrador. ",
"Username or email" : "Usuario o correo electrónico",
"Password" : "Contraseña",
- "Log in" : "Ingresar",
- "Logging in …" : "Iniciando sesión ...",
"Wrong username or password." : "Usuario o contraseña equivocado. ",
"User disabled" : "Usuario deshabilitado",
"Reset password" : "Restablecer contraseña",
"Couldn't send reset email. Please contact your administrator." : "No fue posible enviar el correo de restauración. Por favor contacta a tu adminsitrador. ",
- "Password can not be changed. Please contact your administrator." : "Las contraseñas no se pueden cambiar. Por favor contacta a tu adminstrador",
"New password" : "Nueva contraseña",
"I know what I'm doing" : "Sé lo que estoy haciendo",
"Cancel" : "Cancelar",
"Forgot password?" : "¿Olvidaste tu contraseña?",
+ "Back" : "Atrás",
+ "Reset search" : "Reestablecer búsqueda",
+ "Search" : "Buscar",
"Settings" : "Configuraciones ",
"Search contacts …" : "Buscar contactos ...",
"No contacts found" : "No se encontraron contactos",
@@ -137,7 +112,7 @@ OC.L10N.register(
"One file conflict" : "Un conflicto en el archivo",
"New Files" : "Archivos Nuevos",
"Already existing files" : "Archivos ya existentes",
- "Which files do you want to keep?" : "¿Cuales archivos deseas mantener?",
+ "Which files do you want to keep?" : "¿Cuáles archivos deseas mantener?",
"If you select both versions, the copied file will have a number added to its name." : "Si seleccionas ambas versiones, se le agregará un número al nombre del archivo copiado.",
"Continue" : "Continuar",
"(all selected)" : "(todos seleccionados)",
@@ -161,6 +136,13 @@ OC.L10N.register(
"Strong password" : "Contraseña fuerte",
"No action available" : "No hay acciones disponibles",
"Error fetching contact actions" : "Se presentó un error al traer las acciónes de contatos",
+ "Non-existing tag #{tag}" : "Etiqueta #{tag} no-existente",
+ "restricted" : "restringido",
+ "invisible" : "invisible",
+ "Delete" : "Borrar",
+ "Rename" : "Renombrar",
+ "Collaborative tags" : "Etiquetas colaborativas",
+ "No tags found" : "No se encontraron etiquetas",
"Personal" : "Personal",
"Users" : "Usuarios",
"Apps" : "Aplicaciones",
@@ -207,8 +189,6 @@ OC.L10N.register(
"This application requires JavaScript for correct operation. Please {linkstart}enable JavaScript{linkend} and reload the page." : "Esta aplicación requiere de JavaScript para su correcta operación. Por favor {linkstart}habilita JavaScript{linkend} y vuelve a cargar la página. ",
"More apps" : "Más aplicaciones",
"More" : "Más",
- "Search" : "Buscar",
- "Reset search" : "Reestablecer búsqueda",
"Contacts" : "Contactos",
"Confirm your password" : "Confirma tu contraseña",
"App token" : "Ficha de la aplicación",
@@ -222,7 +202,6 @@ OC.L10N.register(
"Access through untrusted domain" : "Accesa a través de un dominio no de confianza",
"Please contact your administrator. If you are an administrator, edit the \"trusted_domains\" setting in config/config.php like the example in config.sample.php." : "Por favor contacta a tu adminsitrador. Si tu eres un administrador, edita la propiedad \"trusted_domains\" en el archivo config/config.php como en el ejemplo config.sample.php.",
"App update required" : "Se requiere una actualización de la aplicación",
- "These apps will be updated:" : "Las siguientes apllicaciones se actualizarán:",
"These incompatible apps will be disabled:" : "Las siguientes aplicaciones incompatibles serán deshabilitadas:",
"The theme %s has been disabled." : "El tema %s ha sido deshabilitado. ",
"Please make sure that the database, the config folder and the data folder have been backed up before proceeding." : "Por favor asegurarte de que la base de datos, la carpeta de configuración y las carpetas de datos hayan sido respaldadas antes de continuar. ",
@@ -236,71 +215,27 @@ OC.L10N.register(
"Upgrade via web on my own risk" : "Actualizar vía Web bajo mi propio riesgo",
"This %s instance is currently in maintenance mode, which may take a while." : "Esta instancia %s se encuentra actualmente en modo mantenimiento, que podría tomar algo de tiempo. ",
"Contact your system administrator if this message persists or appeared unexpectedly." : "Contacta a tu administrador del sistema si este mensaje persiste o se presentó de manera inesperada.",
- "Could not send reset email because there is no email address for this username. Please contact your administrator." : "No fue posible enviar el correo electrónico para restablecer porque no hay una dirección de correo electrónico para este usuario. Por favor contacta a tu adminsitrador. ",
- "Couldn't send reset email. Please make sure your username is correct." : "No fue posible restablecer el correo electrónico. Por favor asegurarte de que tu nombre de usuario sea correcto. ",
- "Your files are encrypted. There will be no way to get your data back after your password is reset.<br />If you are not sure what to do, please contact your administrator before you continue. <br />Do you really want to continue?" : "Tus archivos están encriptados. No habrá manera de recuperar tus datos una vez que restablezca tu contraseña. <br />Si no estás seguro de qué hacer, por favor contacta a tu administrador antes de continuar. <br />¿Realmente deseas continuar?",
- "Sending email …" : "Enviando correo electrónico ...",
- "You are currently running PHP 5.6. The current major version of Nextcloud is the last that is supported on PHP 5.6. It is recommended to upgrade the PHP version to 7.0+ to be able to upgrade to Nextcloud 14." : "Actualmente estás corriendo PHP 5.6. La versión principal actual de Nextcloud es la última que será soportada en PHPH 5.6. Te recomendamos actualizar la versión de PHP a la 7.0+ para que puedas actualizar a Nextcloud 14.",
- "Shared" : "Compartido",
- "Shared with" : "Compartido con",
- "Shared by" : "Compartido por",
- "Choose a password for the public link" : "Seleccione una contraseña para la liga pública",
- "Choose a password for the public link or press the \"Enter\" key" : "Elige una contraseña para la liga pública o presiona la tecla \"Intro\"",
- "Copied!" : "¡Copiado!",
- "Copy link" : "Copiar liga",
- "Not supported!" : "¡No está soportado!",
- "Press ⌘-C to copy." : "Presiona ⌘-C para copiar.",
- "Press Ctrl-C to copy." : "Presiona Ctrl-C para copiar.",
- "Resharing is not allowed" : "No se permite volver a compartir",
- "Link" : "Liga",
- "Password protect" : "Proteger con contraseña",
- "Allow editing" : "Permitir editar",
- "Email link to person" : "Enviar la liga por correo electrónico a una persona",
- "Send" : "Enviar",
- "Allow upload and editing" : "Permitir carga y edición",
- "Read only" : "Sólo lectura",
- "File drop (upload only)" : "Permitir carga",
- "Set expiration date" : "Selecciona la vigencia de tu archivo",
- "Expiration" : "Expiración",
- "Expiration date" : "Fecha de expiración",
- "Unshare" : "Dejar de compartir",
- "Share to {name}" : "Compartir con {name}",
- "Share link" : "Compartir liga",
- "Could not unshare" : "No fue posible dejar de compartir",
- "Shared with you and the group {group} by {owner}" : "Compartido contigo y el grupo {group} por {owner}",
- "Shared with you by {owner}" : "Compartido contigo por {owner}",
- "Choose a password for the mail share" : "Elige una contraseña para el elemento compartido por correo",
- "group" : "grupo",
- "remote" : "remoto",
- "email" : "correo electrónico",
- "shared by {sharer}" : "compartido por {sharer}",
- "Can reshare" : "Puede volver a compartir",
- "Can edit" : "Puede editar",
- "Can create" : "Puede crear",
- "Can change" : "Puede cambiar",
- "Can delete" : "Puede borrar",
- "Access control" : "Control de acceso",
- "Error while sharing" : "Se presentó un error al compartir",
- "Share details could not be loaded for this item." : "Los detalles del recurso compartido no se pudieron cargar para este elemento. ",
- "_At least {count} character is needed for autocompletion_::_At least {count} characters are needed for autocompletion_" : ["Se requiere de la menos {count} caracter para el auto completar","Se requieren de la menos {count} caracteres para el auto completar"],
- "This list is maybe truncated - please refine your search term to see more results." : "Esta lista puede estar truncada - por favor refina tus términos de búsqueda para poder ver más resultados. ",
- "No users or groups found for {search}" : "No se encontraron usuarios o gurpos para {search}",
- "No users found for {search}" : "No se encontraron usuarios para {search}",
- "An error occurred. Please try again" : "Se presentó un error. Por favor vuelve a intentarlo",
- "Home" : "Inicio",
- "Work" : "Trabajo",
- "Other" : "Otro",
- "{sharee} ({type}, {owner})" : "{sharee} ({type}, {owner})",
- "Share" : "Compartir",
- "Name or email address..." : "Nombre o dirección de correo electrónico",
- "Name or federated cloud ID..." : "Nombre...",
- "Name, federated cloud ID or email address..." : "Nombre o dirección de correo electrónico...",
- "Name..." : "Nombre...",
- "Error removing share" : "Se presentó un error al dejar de compartir",
- "({scope})" : "({scope})",
- "Saving..." : "Guardando...",
- "Dismiss" : "Descartar",
- "New Password" : "Nueva Contraseña",
- "Cancel log in" : "Cancelar inicio de sesión"
+ "Checking whether the database schema can be updated (this can take a long time depending on the database size)" : "Verificando si el archivo del esquema de base de datos puede ser actualizado (esto puedo tomar mucho tiempo dependiendo del tamaño de la base de datos)",
+ "Checked database schema update" : "Actualización del esquema de base de datos verificada",
+ "Checking updates of apps" : "Verificando actualizaciones para aplicaciones",
+ "Checking for update of app \"%s\" in appstore" : "Verificando actualizaciones para la aplicacion \"%s\" en la appstore",
+ "Update app \"%s\" from appstore" : "Actualizar la aplicación \"%s\" desde la appstore",
+ "Checked for update of app \"%s\" in appstore" : "Se verificaron actualizaciones para la aplicación \"%s\" en la appstore",
+ "Checked database schema update for apps" : "Se verificó la actualización del esquema de la base de datos para las aplicaciones",
+ "Following apps have been disabled: %s" : "Las siguientes aplicaciones han sido deshabilitadas: %s",
+ "Your web server is not properly set up to resolve \"{url}\". Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Tu servidor web no está correctamente configurado para resolver \"{url}\". Puedes encontrar más información al respecto en la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentación</a>.",
+ "No memory cache has been configured. To enhance performance, please configure a memcache, if available. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "No se ha configurado el caché de memoria. Para mejorar el desempeño, por favor configura un memcahce, si está disponible. Puedes encontrar más información en la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentación</a>.",
+ "You are currently running PHP {version}. Upgrade your PHP version to take advantage of <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">performance and security updates provided by the PHP Group</a> as soon as your distribution supports it." : "Estás ejecutando PHP {version}. Actualiza tu versión de PHP para aprovechar las <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">actualizaciones de desempeño y seguridad proporcionadas por el Grupo PHP</a> tan pronto como tu distribución lo soporte. ",
+ "The reverse proxy header configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If not, this is a security issue and can allow an attacker to spoof their IP address as visible to the Nextcloud. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "La configuración de los encabezados del proxy inverso es incorrecta, o estás accediendo a Nextcloud desde un proxy de confianza. Si no es el caso, se trata de un tema de seguridad y le puede permitir a un atacante hacer su dirección IP apócrifa visible para Nextcloud. Puedes encontar más infomración en nuestra <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentación</a>.",
+ "Memcached is configured as distributed cache, but the wrong PHP module \"memcache\" is installed. \\OC\\Memcache\\Memcached only supports \"memcached\" and not \"memcache\". See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">memcached wiki about both modules</a>." : "Memecahced está configurado como un cache distribuido, pero un módulo equivocado de \"memcache\" está instalado. \\OC\\Memcache\\Memcached sólo soporta \"memcached\". Consulta <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">el wiki de memcached en relación a ambos módulos</a>.",
+ "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">List of invalid files…</a> / <a href=\"{rescanEndpoint}\">Rescan…</a>)" : "Algunos archivos no pasaron la verificación de integridad. Puedes encontrar más información de cómo resolver este problema en la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentación</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">Lista de archivos inválidos...</a>/<a href=\"{rescanEndpoint}\">Volver a verificar...</a>)",
+ "The PHP OPcache is not properly configured. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance it is recommended</a> to use the following settings in the <code>php.ini</code>:" : "El OPcache de PHP no está configurado correctamente. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Para un mejor desempeño se recomienda</a> usar las sigueintes configuraciones en el archivo <code>php.ini</code>:",
+ "Continue to Nextcloud" : "Continuar a Nextcloud",
+ "_The update was successful. Redirecting you to Nextcloud in %n second._::_The update was successful. Redirecting you to Nextcloud in %n seconds._" : ["La actualización fue exitosa. Lo estamos redireccionando a Nextcloud en %n segundo. ","La actualización fue exitosa. Te redireccionaremos a Nextcloud en %n segundos."],
+ "Searching other places" : "Buscando en otras ubicaciones",
+ "No search results in other folders for {tag}{filter}{endtag}" : "No hay resultados para la búsqueda {tag}{filter}{endtag} en otras carpetas",
+ "_{count} search result in another folder_::_{count} search results in other folders_" : ["{count} resultado de la búsqueda en otra carpeta","{count} resultados de la búsqueda en otras carpetas"],
+ "Password can not be changed. Please contact your administrator." : "Las contraseñas no se pueden cambiar. Por favor contacta a tu adminstrador",
+ "These apps will be updated:" : "Las siguientes apllicaciones se actualizarán:"
},
"nplurals=2; plural=(n != 1);");
diff --git a/core/l10n/es_HN.json b/core/l10n/es_HN.json
index 80b0b7b1b26..1bfe967c875 100644
--- a/core/l10n/es_HN.json
+++ b/core/l10n/es_HN.json
@@ -30,33 +30,18 @@
"Maintenance mode is kept active" : "El modo mantenimiento sigue activo",
"Updating database schema" : "Actualizando esquema de base de datos",
"Updated database" : "Base de datos actualizada",
- "Checking whether the database schema can be updated (this can take a long time depending on the database size)" : "Verificando si el archivo del esquema de base de datos puede ser actualizado (esto puedo tomar mucho tiempo dependiendo del tamaño de la base de datos)",
- "Checked database schema update" : "Actualización del esquema de base de datos verificada",
- "Checking updates of apps" : "Verificando actualizaciones para aplicaciones",
- "Checking for update of app \"%s\" in appstore" : "Verificando actualizaciones para la aplicacion \"%s\" en la appstore",
- "Update app \"%s\" from appstore" : "Actualizar la aplicación \"%s\" desde la appstore",
- "Checked for update of app \"%s\" in appstore" : "Se verificaron actualizaciones para la aplicación \"%s\" en la appstore",
"Checking whether the database schema for %s can be updated (this can take a long time depending on the database size)" : "Verificando si el esquema de la base de datos para %s puede ser actualizado (esto puede tomar mucho tiempo dependiendo del tamaño de la base de datos)",
- "Checked database schema update for apps" : "Se verificó la actualización del esquema de la base de datos para las aplicaciones",
"Set log level to debug" : "Establecer nivel de bitacora a depurar",
"Reset log level" : "Restablecer nivel de bitácora",
"Starting code integrity check" : "Comenzando verificación de integridad del código",
"Finished code integrity check" : "Terminó la verificación de integridad del código ",
"%s (incompatible)" : "%s (incompatible)",
- "Following apps have been disabled: %s" : "Las siguientes aplicaciones han sido deshabilitadas: %s",
"Already up to date" : "Ya está actualizado",
"Your web server is not yet properly set up to allow file synchronization, because the WebDAV interface seems to be broken." : "Tu servidor web aún no esta correctamente configurado para permitir la sincronización de archivos porque la interfaz WebDAV parece estar rota. ",
- "Your web server is not properly set up to resolve \"{url}\". Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Tu servidor web no está correctamente configurado para resolver \"{url}\". Puedes encontrar más información al respecto en la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentación</a>.",
"PHP does not seem to be setup properly to query system environment variables. The test with getenv(\"PATH\") only returns an empty response." : "PHP no parece estar configurado correctamente para consultar las variables de ambiente. La prueba con getenv(\"PATH\") sólo regresa una respuesta vacía.",
"Your database does not run with \"READ COMMITTED\" transaction isolation level. This can cause problems when multiple actions are executed in parallel." : "Tu base de datos no puede correr con el nivel de aislamiento de transacción de \"READ COMMITTED\". Puede causar problemas cuando mútiples acciones sean ejecutadas en paralelo.",
"It was not possible to execute the cron job via CLI. The following technical errors have appeared:" : "No fue posible ejecutar el trabajo de cron via CLI. Se presentaron los siguientes errores técnicos:",
"This server has no working Internet connection: Multiple endpoints could not be reached. This means that some of the features like mounting external storage, notifications about updates or installation of third-party apps will not work. Accessing files remotely and sending of notification emails might not work, either. Establish a connection from this server to the Internet to enjoy all features." : "El servidor no cuenta con una conexión a Internet: No se pudieron alcanzar múltiples endpoints. Esto significa que algunas características como montar almacenamiento externo, notificaciones de actualizaciones o instalación de aplicaciones de 3ros no funcionarán correctamente. Acceder archivos de forma remota y el envío de de notificaciones por correo electrónico puede que no funcionen tampoco. Establece una conexión desde este servidor a Internet para aprovechar todas las funcionalidades.",
- "No memory cache has been configured. To enhance performance, please configure a memcache, if available. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "No se ha configurado el caché de memoria. Para mejorar el desempeño, por favor configura un memcahce, si está disponible. Puedes encontrar más información en la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentación</a>.",
- "You are currently running PHP {version}. Upgrade your PHP version to take advantage of <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">performance and security updates provided by the PHP Group</a> as soon as your distribution supports it." : "Estás ejecutando PHP {version}. Actualiza tu versión de PHP para aprovechar las <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">actualizaciones de desempeño y seguridad proporcionadas por el Grupo PHP</a> tan pronto como tu distribución lo soporte. ",
- "The reverse proxy header configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If not, this is a security issue and can allow an attacker to spoof their IP address as visible to the Nextcloud. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "La configuración de los encabezados del proxy inverso es incorrecta, o estás accediendo a Nextcloud desde un proxy de confianza. Si no es el caso, se trata de un tema de seguridad y le puede permitir a un atacante hacer su dirección IP apócrifa visible para Nextcloud. Puedes encontar más infomración en nuestra <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentación</a>.",
- "Memcached is configured as distributed cache, but the wrong PHP module \"memcache\" is installed. \\OC\\Memcache\\Memcached only supports \"memcached\" and not \"memcache\". See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">memcached wiki about both modules</a>." : "Memecahced está configurado como un cache distribuido, pero un módulo equivocado de \"memcache\" está instalado. \\OC\\Memcache\\Memcached sólo soporta \"memcached\". Consulta <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">el wiki de memcached en relación a ambos módulos</a>.",
- "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">List of invalid files…</a> / <a href=\"{rescanEndpoint}\">Rescan…</a>)" : "Algunos archivos no pasaron la verificación de integridad. Puedes encontrar más información de cómo resolver este problema en la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentación</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">Lista de archivos inválidos...</a>/<a href=\"{rescanEndpoint}\">Volver a verificar...</a>)",
- "The PHP OPcache is not properly configured. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance it is recommended</a> to use the following settings in the <code>php.ini</code>:" : "El OPcache de PHP no está configurado correctamente. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Para un mejor desempeño se recomienda</a> usar las sigueintes configuraciones en el archivo <code>php.ini</code>:",
"The PHP function \"set_time_limit\" is not available. This could result in scripts being halted mid-execution, breaking your installation. Enabling this function is strongly recommended." : "La función de PHP \"set_time_limit\" no está disponible. Esto podría generar que la ejecución de scripts se detenga, rompiendo su instalación. Se recomienda ámpliamente habilitar esta función. ",
"SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend." : "Actualmente estás usando SQLite como el backend de base de datos. Para instalaciones más grandes te recomendamos cambiar a un backend de base de datos diferente.",
"This is particularly recommended when using the desktop client for file synchronisation." : "Esto es particularmente recomendado cuando se usa el cliente de escritorio para sincronización de archivos. ",
@@ -64,13 +49,6 @@
"Your data directory and files are probably accessible from the Internet. The .htaccess file is not working. It is strongly recommended that you configure your web server so that the data directory is no longer accessible, or move the data directory outside the web server document root." : "Probablemente tu directorio de datos y archivos sean accesibles desde Internet. El archivo .htaccess no está funcionando. Se recomienda ampliamente que configures tu servidor web para que el directorio de datos no sea accesible, o bien, que muevas el directorio de datos fuera del directorio raíz del servidor web.",
"The \"{header}\" HTTP header is not set to \"{expected}\". This is a potential security or privacy risk, as it is recommended to adjust this setting accordingly." : "El encabezado HTTP \"{header}\" está establecido a \"{expected}\". Esto representa un riesgo potencial de seguridad o privacidad, y que se recomienda ajustar esta configuración. ",
"The \"{header}\" HTTP header is not set to \"{expected}\". Some features might not work correctly, as it is recommended to adjust this setting accordingly." : "El encabezado HTTP \"{header}\" no está establecido a \"{expected}\". Puede que lgunas características no funcionen correctamente, y se recomienda ajustar esta confirguración. ",
- "Non-existing tag #{tag}" : "Etiqueta #{tag} no-existente",
- "restricted" : "restringido",
- "invisible" : "invisible",
- "Delete" : "Borrar",
- "Rename" : "Renombrar",
- "Collaborative tags" : "Etiquetas colaborativas",
- "No tags found" : "No se encontraron etiquetas",
"unknown text" : "texto desconocido",
"Hello world!" : "¡Hola mundo!",
"sunny" : "soleado",
@@ -85,28 +63,25 @@
"Please reload the page." : "Por favor vuelve a cargar la página.",
"The update was unsuccessful. For more information <a href=\"{url}\">check our forum post</a> covering this issue." : "La actualización no fue exitosa. Para más información <a href=\"{url}\">consulta nuestro comentario en el foro </a> que cubre este tema. ",
"The update was unsuccessful. Please report this issue to the <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">Nextcloud community</a>." : "La actualización no fue exitosa. Por favor reporta este tema a la <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">Comunidad Nextcloud</a>.",
- "Continue to Nextcloud" : "Continuar a Nextcloud",
- "_The update was successful. Redirecting you to Nextcloud in %n second._::_The update was successful. Redirecting you to Nextcloud in %n seconds._" : ["La actualización fue exitosa. Lo estamos redireccionando a Nextcloud en %n segundo. ","La actualización fue exitosa. Te redireccionaremos a Nextcloud en %n segundos."],
- "Searching other places" : "Buscando en otras ubicaciones",
- "No search results in other folders for {tag}{filter}{endtag}" : "No hay resultados para la búsqueda {tag}{filter}{endtag} en otras carpetas",
- "_{count} search result in another folder_::_{count} search results in other folders_" : ["{count} resultado de la búsqueda en otra carpeta","{count} resultados de la búsqueda en otras carpetas"],
+ "Log in" : "Ingresar",
+ "Logging in …" : "Iniciando sesión ...",
"Server side authentication failed!" : "¡Falló la autenticación del lado del servidor!",
"Please contact your administrator." : "Por favor contacta al administrador.",
"An internal error occurred." : "Se presentó un error interno.",
"Please try again or contact your administrator." : "Por favor vuelve a intentarlo o contacta a tu adminsitrador. ",
"Username or email" : "Usuario o correo electrónico",
"Password" : "Contraseña",
- "Log in" : "Ingresar",
- "Logging in …" : "Iniciando sesión ...",
"Wrong username or password." : "Usuario o contraseña equivocado. ",
"User disabled" : "Usuario deshabilitado",
"Reset password" : "Restablecer contraseña",
"Couldn't send reset email. Please contact your administrator." : "No fue posible enviar el correo de restauración. Por favor contacta a tu adminsitrador. ",
- "Password can not be changed. Please contact your administrator." : "Las contraseñas no se pueden cambiar. Por favor contacta a tu adminstrador",
"New password" : "Nueva contraseña",
"I know what I'm doing" : "Sé lo que estoy haciendo",
"Cancel" : "Cancelar",
"Forgot password?" : "¿Olvidaste tu contraseña?",
+ "Back" : "Atrás",
+ "Reset search" : "Reestablecer búsqueda",
+ "Search" : "Buscar",
"Settings" : "Configuraciones ",
"Search contacts …" : "Buscar contactos ...",
"No contacts found" : "No se encontraron contactos",
@@ -135,7 +110,7 @@
"One file conflict" : "Un conflicto en el archivo",
"New Files" : "Archivos Nuevos",
"Already existing files" : "Archivos ya existentes",
- "Which files do you want to keep?" : "¿Cuales archivos deseas mantener?",
+ "Which files do you want to keep?" : "¿Cuáles archivos deseas mantener?",
"If you select both versions, the copied file will have a number added to its name." : "Si seleccionas ambas versiones, se le agregará un número al nombre del archivo copiado.",
"Continue" : "Continuar",
"(all selected)" : "(todos seleccionados)",
@@ -159,6 +134,13 @@
"Strong password" : "Contraseña fuerte",
"No action available" : "No hay acciones disponibles",
"Error fetching contact actions" : "Se presentó un error al traer las acciónes de contatos",
+ "Non-existing tag #{tag}" : "Etiqueta #{tag} no-existente",
+ "restricted" : "restringido",
+ "invisible" : "invisible",
+ "Delete" : "Borrar",
+ "Rename" : "Renombrar",
+ "Collaborative tags" : "Etiquetas colaborativas",
+ "No tags found" : "No se encontraron etiquetas",
"Personal" : "Personal",
"Users" : "Usuarios",
"Apps" : "Aplicaciones",
@@ -205,8 +187,6 @@
"This application requires JavaScript for correct operation. Please {linkstart}enable JavaScript{linkend} and reload the page." : "Esta aplicación requiere de JavaScript para su correcta operación. Por favor {linkstart}habilita JavaScript{linkend} y vuelve a cargar la página. ",
"More apps" : "Más aplicaciones",
"More" : "Más",
- "Search" : "Buscar",
- "Reset search" : "Reestablecer búsqueda",
"Contacts" : "Contactos",
"Confirm your password" : "Confirma tu contraseña",
"App token" : "Ficha de la aplicación",
@@ -220,7 +200,6 @@
"Access through untrusted domain" : "Accesa a través de un dominio no de confianza",
"Please contact your administrator. If you are an administrator, edit the \"trusted_domains\" setting in config/config.php like the example in config.sample.php." : "Por favor contacta a tu adminsitrador. Si tu eres un administrador, edita la propiedad \"trusted_domains\" en el archivo config/config.php como en el ejemplo config.sample.php.",
"App update required" : "Se requiere una actualización de la aplicación",
- "These apps will be updated:" : "Las siguientes apllicaciones se actualizarán:",
"These incompatible apps will be disabled:" : "Las siguientes aplicaciones incompatibles serán deshabilitadas:",
"The theme %s has been disabled." : "El tema %s ha sido deshabilitado. ",
"Please make sure that the database, the config folder and the data folder have been backed up before proceeding." : "Por favor asegurarte de que la base de datos, la carpeta de configuración y las carpetas de datos hayan sido respaldadas antes de continuar. ",
@@ -234,71 +213,27 @@
"Upgrade via web on my own risk" : "Actualizar vía Web bajo mi propio riesgo",
"This %s instance is currently in maintenance mode, which may take a while." : "Esta instancia %s se encuentra actualmente en modo mantenimiento, que podría tomar algo de tiempo. ",
"Contact your system administrator if this message persists or appeared unexpectedly." : "Contacta a tu administrador del sistema si este mensaje persiste o se presentó de manera inesperada.",
- "Could not send reset email because there is no email address for this username. Please contact your administrator." : "No fue posible enviar el correo electrónico para restablecer porque no hay una dirección de correo electrónico para este usuario. Por favor contacta a tu adminsitrador. ",
- "Couldn't send reset email. Please make sure your username is correct." : "No fue posible restablecer el correo electrónico. Por favor asegurarte de que tu nombre de usuario sea correcto. ",
- "Your files are encrypted. There will be no way to get your data back after your password is reset.<br />If you are not sure what to do, please contact your administrator before you continue. <br />Do you really want to continue?" : "Tus archivos están encriptados. No habrá manera de recuperar tus datos una vez que restablezca tu contraseña. <br />Si no estás seguro de qué hacer, por favor contacta a tu administrador antes de continuar. <br />¿Realmente deseas continuar?",
- "Sending email …" : "Enviando correo electrónico ...",
- "You are currently running PHP 5.6. The current major version of Nextcloud is the last that is supported on PHP 5.6. It is recommended to upgrade the PHP version to 7.0+ to be able to upgrade to Nextcloud 14." : "Actualmente estás corriendo PHP 5.6. La versión principal actual de Nextcloud es la última que será soportada en PHPH 5.6. Te recomendamos actualizar la versión de PHP a la 7.0+ para que puedas actualizar a Nextcloud 14.",
- "Shared" : "Compartido",
- "Shared with" : "Compartido con",
- "Shared by" : "Compartido por",
- "Choose a password for the public link" : "Seleccione una contraseña para la liga pública",
- "Choose a password for the public link or press the \"Enter\" key" : "Elige una contraseña para la liga pública o presiona la tecla \"Intro\"",
- "Copied!" : "¡Copiado!",
- "Copy link" : "Copiar liga",
- "Not supported!" : "¡No está soportado!",
- "Press ⌘-C to copy." : "Presiona ⌘-C para copiar.",
- "Press Ctrl-C to copy." : "Presiona Ctrl-C para copiar.",
- "Resharing is not allowed" : "No se permite volver a compartir",
- "Link" : "Liga",
- "Password protect" : "Proteger con contraseña",
- "Allow editing" : "Permitir editar",
- "Email link to person" : "Enviar la liga por correo electrónico a una persona",
- "Send" : "Enviar",
- "Allow upload and editing" : "Permitir carga y edición",
- "Read only" : "Sólo lectura",
- "File drop (upload only)" : "Permitir carga",
- "Set expiration date" : "Selecciona la vigencia de tu archivo",
- "Expiration" : "Expiración",
- "Expiration date" : "Fecha de expiración",
- "Unshare" : "Dejar de compartir",
- "Share to {name}" : "Compartir con {name}",
- "Share link" : "Compartir liga",
- "Could not unshare" : "No fue posible dejar de compartir",
- "Shared with you and the group {group} by {owner}" : "Compartido contigo y el grupo {group} por {owner}",
- "Shared with you by {owner}" : "Compartido contigo por {owner}",
- "Choose a password for the mail share" : "Elige una contraseña para el elemento compartido por correo",
- "group" : "grupo",
- "remote" : "remoto",
- "email" : "correo electrónico",
- "shared by {sharer}" : "compartido por {sharer}",
- "Can reshare" : "Puede volver a compartir",
- "Can edit" : "Puede editar",
- "Can create" : "Puede crear",
- "Can change" : "Puede cambiar",
- "Can delete" : "Puede borrar",
- "Access control" : "Control de acceso",
- "Error while sharing" : "Se presentó un error al compartir",
- "Share details could not be loaded for this item." : "Los detalles del recurso compartido no se pudieron cargar para este elemento. ",
- "_At least {count} character is needed for autocompletion_::_At least {count} characters are needed for autocompletion_" : ["Se requiere de la menos {count} caracter para el auto completar","Se requieren de la menos {count} caracteres para el auto completar"],
- "This list is maybe truncated - please refine your search term to see more results." : "Esta lista puede estar truncada - por favor refina tus términos de búsqueda para poder ver más resultados. ",
- "No users or groups found for {search}" : "No se encontraron usuarios o gurpos para {search}",
- "No users found for {search}" : "No se encontraron usuarios para {search}",
- "An error occurred. Please try again" : "Se presentó un error. Por favor vuelve a intentarlo",
- "Home" : "Inicio",
- "Work" : "Trabajo",
- "Other" : "Otro",
- "{sharee} ({type}, {owner})" : "{sharee} ({type}, {owner})",
- "Share" : "Compartir",
- "Name or email address..." : "Nombre o dirección de correo electrónico",
- "Name or federated cloud ID..." : "Nombre...",
- "Name, federated cloud ID or email address..." : "Nombre o dirección de correo electrónico...",
- "Name..." : "Nombre...",
- "Error removing share" : "Se presentó un error al dejar de compartir",
- "({scope})" : "({scope})",
- "Saving..." : "Guardando...",
- "Dismiss" : "Descartar",
- "New Password" : "Nueva Contraseña",
- "Cancel log in" : "Cancelar inicio de sesión"
+ "Checking whether the database schema can be updated (this can take a long time depending on the database size)" : "Verificando si el archivo del esquema de base de datos puede ser actualizado (esto puedo tomar mucho tiempo dependiendo del tamaño de la base de datos)",
+ "Checked database schema update" : "Actualización del esquema de base de datos verificada",
+ "Checking updates of apps" : "Verificando actualizaciones para aplicaciones",
+ "Checking for update of app \"%s\" in appstore" : "Verificando actualizaciones para la aplicacion \"%s\" en la appstore",
+ "Update app \"%s\" from appstore" : "Actualizar la aplicación \"%s\" desde la appstore",
+ "Checked for update of app \"%s\" in appstore" : "Se verificaron actualizaciones para la aplicación \"%s\" en la appstore",
+ "Checked database schema update for apps" : "Se verificó la actualización del esquema de la base de datos para las aplicaciones",
+ "Following apps have been disabled: %s" : "Las siguientes aplicaciones han sido deshabilitadas: %s",
+ "Your web server is not properly set up to resolve \"{url}\". Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Tu servidor web no está correctamente configurado para resolver \"{url}\". Puedes encontrar más información al respecto en la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentación</a>.",
+ "No memory cache has been configured. To enhance performance, please configure a memcache, if available. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "No se ha configurado el caché de memoria. Para mejorar el desempeño, por favor configura un memcahce, si está disponible. Puedes encontrar más información en la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentación</a>.",
+ "You are currently running PHP {version}. Upgrade your PHP version to take advantage of <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">performance and security updates provided by the PHP Group</a> as soon as your distribution supports it." : "Estás ejecutando PHP {version}. Actualiza tu versión de PHP para aprovechar las <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">actualizaciones de desempeño y seguridad proporcionadas por el Grupo PHP</a> tan pronto como tu distribución lo soporte. ",
+ "The reverse proxy header configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If not, this is a security issue and can allow an attacker to spoof their IP address as visible to the Nextcloud. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "La configuración de los encabezados del proxy inverso es incorrecta, o estás accediendo a Nextcloud desde un proxy de confianza. Si no es el caso, se trata de un tema de seguridad y le puede permitir a un atacante hacer su dirección IP apócrifa visible para Nextcloud. Puedes encontar más infomración en nuestra <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentación</a>.",
+ "Memcached is configured as distributed cache, but the wrong PHP module \"memcache\" is installed. \\OC\\Memcache\\Memcached only supports \"memcached\" and not \"memcache\". See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">memcached wiki about both modules</a>." : "Memecahced está configurado como un cache distribuido, pero un módulo equivocado de \"memcache\" está instalado. \\OC\\Memcache\\Memcached sólo soporta \"memcached\". Consulta <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">el wiki de memcached en relación a ambos módulos</a>.",
+ "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">List of invalid files…</a> / <a href=\"{rescanEndpoint}\">Rescan…</a>)" : "Algunos archivos no pasaron la verificación de integridad. Puedes encontrar más información de cómo resolver este problema en la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentación</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">Lista de archivos inválidos...</a>/<a href=\"{rescanEndpoint}\">Volver a verificar...</a>)",
+ "The PHP OPcache is not properly configured. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance it is recommended</a> to use the following settings in the <code>php.ini</code>:" : "El OPcache de PHP no está configurado correctamente. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Para un mejor desempeño se recomienda</a> usar las sigueintes configuraciones en el archivo <code>php.ini</code>:",
+ "Continue to Nextcloud" : "Continuar a Nextcloud",
+ "_The update was successful. Redirecting you to Nextcloud in %n second._::_The update was successful. Redirecting you to Nextcloud in %n seconds._" : ["La actualización fue exitosa. Lo estamos redireccionando a Nextcloud en %n segundo. ","La actualización fue exitosa. Te redireccionaremos a Nextcloud en %n segundos."],
+ "Searching other places" : "Buscando en otras ubicaciones",
+ "No search results in other folders for {tag}{filter}{endtag}" : "No hay resultados para la búsqueda {tag}{filter}{endtag} en otras carpetas",
+ "_{count} search result in another folder_::_{count} search results in other folders_" : ["{count} resultado de la búsqueda en otra carpeta","{count} resultados de la búsqueda en otras carpetas"],
+ "Password can not be changed. Please contact your administrator." : "Las contraseñas no se pueden cambiar. Por favor contacta a tu adminstrador",
+ "These apps will be updated:" : "Las siguientes apllicaciones se actualizarán:"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
} \ No newline at end of file
diff --git a/core/l10n/es_MX.js b/core/l10n/es_MX.js
index 5787ae6282f..a89eb448c79 100644
--- a/core/l10n/es_MX.js
+++ b/core/l10n/es_MX.js
@@ -15,6 +15,9 @@ OC.L10N.register(
"No valid crop data provided" : "No se han proporcionado datos válidos del recorte",
"Crop is not square" : "El recorte no es cuadrado",
"State token does not match" : "La ficha de estado no corresponde",
+ "Invalid app password" : "Contraseña de app inválida",
+ "Could not complete login" : "No se pudo completar el inicio de sesión",
+ "Your login token is invalid or has expired" : "Su token de inicio de sesión no es válido o ha caducado",
"Password reset is disabled" : "Restablecer contraseña se encuentra deshabilitado",
"Couldn't reset password because the token is invalid" : "No ha sido posible restablecer la contraseña porque la ficha es inválida",
"Couldn't reset password because the token is expired" : "No ha sido posible restablecer la contraseña porque la ficha ha expirado",
@@ -23,6 +26,9 @@ OC.L10N.register(
"Click the following button to reset your password. If you have not requested the password reset, then ignore this email." : "Haz click en el siguiente botón para restablecer tu contraseña. Si no has solicitado restablecer su contraseña, por favor ignora este correo. ",
"Click the following link to reset your password. If you have not requested the password reset, then ignore this email." : "Haz click en la siguiente liga para restablecer su contraseña. Si no has solicitado restablecer la contraseña, por favor ignora este mensaje. ",
"Reset your password" : "Restablecer tu contraseña",
+ "Nextcloud Server" : "Servidor Nextcloud",
+ "Some of your link shares have been removed" : "Se han eliminado algunos de sus enlaces compartidos",
+ "Due to a security bug we had to remove some of your link shares. Please see the link for more information." : "Debido a un error de seguridad, tuvimos que eliminar algunos de sus enlaces compartidos. Por favor vea el enlace para más información.",
"Preparing update" : "Preparando actualización",
"[%d / %d]: %s" : "[%d / %d]: %s ",
"Please use the command line updater because automatic updating is disabled in the config.php." : "Por favor usa el actualizador de línea de comandos ya que el actualizador automático se encuentra deshabilitado en config.php.",
@@ -32,34 +38,18 @@ OC.L10N.register(
"Maintenance mode is kept active" : "El modo mantenimiento sigue activo",
"Updating database schema" : "Actualizando esquema de base de datos",
"Updated database" : "Base de datos actualizada",
- "Checking whether the database schema can be updated (this can take a long time depending on the database size)" : "Verificando si el archivo del esquema de base de datos puede ser actualizado (esto puedo tomar mucho tiempo dependiendo del tamaño de la base de datos)",
- "Checked database schema update" : "Actualización del esquema de base de datos verificada",
- "Checking updates of apps" : "Verificando actualizaciones para aplicaciones",
- "Checking for update of app \"%s\" in appstore" : "Verificando actualizaciones para la aplicacion \"%s\" en la appstore",
- "Update app \"%s\" from appstore" : "Actualizar la aplicación \"%s\" desde la appstore",
- "Checked for update of app \"%s\" in appstore" : "Se verificaron actualizaciones para la aplicación \"%s\" en la appstore",
"Checking whether the database schema for %s can be updated (this can take a long time depending on the database size)" : "Verificando si el esquema de la base de datos para %s puede ser actualizado (esto puede tomar mucho tiempo dependiendo del tamaño de la base de datos)",
- "Checked database schema update for apps" : "Se verificó la actualización del esquema de la base de datos para las aplicaciones",
"Set log level to debug" : "Establecer nivel de bitacora a depurar",
"Reset log level" : "Restablecer nivel de bitácora",
"Starting code integrity check" : "Comenzando verificación de integridad del código",
"Finished code integrity check" : "Terminó la verificación de integridad del código ",
"%s (incompatible)" : "%s (incompatible)",
- "Following apps have been disabled: %s" : "Las siguientes aplicaciones han sido deshabilitadas: %s",
"Already up to date" : "Ya está actualizado",
"Your web server is not yet properly set up to allow file synchronization, because the WebDAV interface seems to be broken." : "Tu servidor web aún no esta correctamente configurado para permitir la sincronización de archivos porque la interfaz WebDAV parece estar rota. ",
- "Your web server is not properly set up to resolve \"{url}\". Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Tu servidor web no está correctamente configurado para resolver \"{url}\". Puedes encontrar más información al respecto en la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentación</a>.",
"PHP does not seem to be setup properly to query system environment variables. The test with getenv(\"PATH\") only returns an empty response." : "PHP no parece estar configurado correctamente para consultar las variables de ambiente. La prueba con getenv(\"PATH\") sólo regresa una respuesta vacía.",
"Your database does not run with \"READ COMMITTED\" transaction isolation level. This can cause problems when multiple actions are executed in parallel." : "Tu base de datos no puede correr con el nivel de aislamiento de transacción de \"READ COMMITTED\". Puede causar problemas cuando mútiples acciones sean ejecutadas en paralelo.",
"It was not possible to execute the cron job via CLI. The following technical errors have appeared:" : "No fue posible ejecutar el trabajo de cron via CLI. Se presentaron los siguientes errores técnicos:",
- "Check the background job settings" : "Verifica la configuración de los trabajos de fondo",
"This server has no working Internet connection: Multiple endpoints could not be reached. This means that some of the features like mounting external storage, notifications about updates or installation of third-party apps will not work. Accessing files remotely and sending of notification emails might not work, either. Establish a connection from this server to the Internet to enjoy all features." : "El servidor no cuenta con una conexión a Internet: No se pudieron alcanzar múltiples endpoints. Esto significa que algunas características como montar almacenamiento externo, notificaciones de actualizaciones o instalación de aplicaciones de 3ros no funcionarán correctamente. Acceder archivos de forma remota y el envío de de notificaciones por correo electrónico puede que no funcionen tampoco. Establece una conexión desde este servidor a Internet para aprovechar todas las funcionalidades.",
- "No memory cache has been configured. To enhance performance, please configure a memcache, if available. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "No se ha configurado el caché de memoria. Para mejorar el desempeño, por favor configura un memcahce, si está disponible. Puedes encontrar más información en la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentación</a>.",
- "You are currently running PHP {version}. Upgrade your PHP version to take advantage of <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">performance and security updates provided by the PHP Group</a> as soon as your distribution supports it." : "Estás ejecutando PHP {version}. Actualiza tu versión de PHP para aprovechar las <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">actualizaciones de desempeño y seguridad proporcionadas por el Grupo PHP</a> tan pronto como tu distribución lo soporte. ",
- "The reverse proxy header configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If not, this is a security issue and can allow an attacker to spoof their IP address as visible to the Nextcloud. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "La configuración de los encabezados del proxy inverso es incorrecta, o estás accediendo a Nextcloud desde un proxy de confianza. Si no es el caso, se trata de un tema de seguridad y le puede permitir a un atacante hacer su dirección IP apócrifa visible para Nextcloud. Puedes encontar más infomración en nuestra <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentación</a>.",
- "Memcached is configured as distributed cache, but the wrong PHP module \"memcache\" is installed. \\OC\\Memcache\\Memcached only supports \"memcached\" and not \"memcache\". See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">memcached wiki about both modules</a>." : "Memecahced está configurado como un cache distribuido, pero un módulo equivocado de \"memcache\" está instalado. \\OC\\Memcache\\Memcached sólo soporta \"memcached\". Consulta <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">el wiki de memcached en relación a ambos módulos</a>.",
- "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">List of invalid files…</a> / <a href=\"{rescanEndpoint}\">Rescan…</a>)" : "Algunos archivos no pasaron la verificación de integridad. Puedes encontrar más información de cómo resolver este problema en la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentación</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">Lista de archivos inválidos...</a>/<a href=\"{rescanEndpoint}\">Volver a verificar...</a>)",
- "The PHP OPcache is not properly configured. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance it is recommended</a> to use the following settings in the <code>php.ini</code>:" : "El OPcache de PHP no está configurado correctamente. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Para un mejor desempeño se recomienda</a> usar las sigueintes configuraciones en el archivo <code>php.ini</code>:",
"The PHP function \"set_time_limit\" is not available. This could result in scripts being halted mid-execution, breaking your installation. Enabling this function is strongly recommended." : "La función de PHP \"set_time_limit\" no está disponible. Esto podría generar que la ejecución de scripts se detenga, rompiendo su instalación. Se recomienda ámpliamente habilitar esta función. ",
"Your PHP does not have FreeType support, resulting in breakage of profile pictures and the settings interface." : "Tu PHP no cuenta con soporte FreeType, lo que resulta en fallas en la imagen de perfil y la interface de configuraciones. ",
"SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend." : "Actualmente estás usando SQLite como el backend de base de datos. Para instalaciones más grandes te recomendamos cambiar a un backend de base de datos diferente.",
@@ -68,13 +58,6 @@ OC.L10N.register(
"Your data directory and files are probably accessible from the Internet. The .htaccess file is not working. It is strongly recommended that you configure your web server so that the data directory is no longer accessible, or move the data directory outside the web server document root." : "Probablemente tu directorio de datos y archivos sean accesibles desde Internet. El archivo .htaccess no está funcionando. Se recomienda ampliamente que configures tu servidor web para que el directorio de datos no sea accesible, o bien, que muevas el directorio de datos fuera del directorio raíz del servidor web.",
"The \"{header}\" HTTP header is not set to \"{expected}\". This is a potential security or privacy risk, as it is recommended to adjust this setting accordingly." : "El encabezado HTTP \"{header}\" está establecido a \"{expected}\". Esto representa un riesgo potencial de seguridad o privacidad, y que se recomienda ajustar esta configuración. ",
"The \"{header}\" HTTP header is not set to \"{expected}\". Some features might not work correctly, as it is recommended to adjust this setting accordingly." : "El encabezado HTTP \"{header}\" no está establecido a \"{expected}\". Puede que lgunas características no funcionen correctamente, y se recomienda ajustar esta confirguración. ",
- "Non-existing tag #{tag}" : "Etiqueta #{tag} no-existente",
- "restricted" : "restringido",
- "invisible" : "invisible",
- "Delete" : "Borrar",
- "Rename" : "Renombrar",
- "Collaborative tags" : "Etiquetas colaborativas",
- "No tags found" : "No se encontraron etiquetas",
"unknown text" : "texto desconocido",
"Hello world!" : "¡Hola mundo!",
"sunny" : "soleado",
@@ -89,30 +72,27 @@ OC.L10N.register(
"Please reload the page." : "Por favor vuelve a cargar la página.",
"The update was unsuccessful. For more information <a href=\"{url}\">check our forum post</a> covering this issue." : "La actualización no fue exitosa. Para más información <a href=\"{url}\">consulta nuestro comentario en el foro </a> que cubre este tema. ",
"The update was unsuccessful. Please report this issue to the <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">Nextcloud community</a>." : "La actualización no fue exitosa. Por favor reporta este tema a la <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">Comunidad Nextcloud</a>.",
- "Continue to Nextcloud" : "Continuar a Nextcloud",
- "_The update was successful. Redirecting you to Nextcloud in %n second._::_The update was successful. Redirecting you to Nextcloud in %n seconds._" : ["La actualización fue exitosa. Lo estamos redireccionando a Nextcloud en %n segundo. ","La actualización fue exitosa. Te redireccionaremos a Nextcloud en %n segundos."],
- "Searching other places" : "Buscando en otras ubicaciones",
- "No search results in other folders for {tag}{filter}{endtag}" : "No hay resultados para la búsqueda {tag}{filter}{endtag} en otras carpetas",
- "_{count} search result in another folder_::_{count} search results in other folders_" : ["{count} resultado de la búsqueda en otra carpeta","{count} resultados de la búsqueda en otras carpetas"],
+ "Log in" : "Ingresar",
+ "Logging in …" : "Iniciando sesión ...",
"Server side authentication failed!" : "¡Falló la autenticación del lado del servidor!",
"Please contact your administrator." : "Por favor contacta al administrador.",
"An internal error occurred." : "Se presentó un error interno.",
"Please try again or contact your administrator." : "Por favor vuelve a intentarlo o contacta a tu adminsitrador. ",
"Username or email" : "Usuario o correo electrónico",
"Password" : "Contraseña",
- "Log in" : "Ingresar",
- "Logging in …" : "Iniciando sesión ...",
"Wrong username or password." : "Usuario o contraseña equivocado. ",
"User disabled" : "Usuario deshabilitado",
"We have detected multiple invalid login attempts from your IP. Therefore your next login is throttled up to 30 seconds." : "Hemos detectado múltiples intentos de inicio de sesión desde tu IP. Por lo tanto tu siguiente incio de sesión se retrasará hasta 30 segundos. ",
"Reset password" : "Restablecer contraseña",
"Couldn't send reset email. Please contact your administrator." : "No fue posible enviar el correo de restauración. Por favor contacta a tu adminsitrador. ",
- "Password can not be changed. Please contact your administrator." : "Las contraseñas no se pueden cambiar. Por favor contacta a tu adminstrador",
"Back to login" : "Regresar al inicio de sesión",
"New password" : "Nueva contraseña",
"I know what I'm doing" : "Sé lo que estoy haciendo",
"Cancel" : "Cancelar",
"Forgot password?" : "¿Olvidaste tu contraseña?",
+ "Back" : "Atrás",
+ "Reset search" : "Reestablecer búsqueda",
+ "Search" : "Buscar",
"Settings" : "Configuraciones ",
"Could not load your contacts" : "No fue posible cargar tus contactos",
"Search contacts …" : "Buscar contactos ...",
@@ -143,7 +123,7 @@ OC.L10N.register(
"One file conflict" : "Un conflicto en el archivo",
"New Files" : "Archivos Nuevos",
"Already existing files" : "Archivos ya existentes",
- "Which files do you want to keep?" : "¿Cuales archivos deseas mantener?",
+ "Which files do you want to keep?" : "¿Cuáles archivos deseas mantener?",
"If you select both versions, the copied file will have a number added to its name." : "Si seleccionas ambas versiones, se le agregará un número al nombre del archivo copiado.",
"Continue" : "Continuar",
"(all selected)" : "(todos seleccionados)",
@@ -167,6 +147,13 @@ OC.L10N.register(
"Strong password" : "Contraseña fuerte",
"No action available" : "No hay acciones disponibles",
"Error fetching contact actions" : "Se presentó un error al traer las acciónes de contatos",
+ "Non-existing tag #{tag}" : "Etiqueta #{tag} no-existente",
+ "restricted" : "restringido",
+ "invisible" : "invisible",
+ "Delete" : "Borrar",
+ "Rename" : "Renombrar",
+ "Collaborative tags" : "Etiquetas colaborativas",
+ "No tags found" : "No se encontraron etiquetas",
"Personal" : "Personal",
"Users" : "Usuarios",
"Apps" : "Aplicaciones",
@@ -214,8 +201,6 @@ OC.L10N.register(
"More apps" : "Más aplicaciones",
"More" : "Más",
"More apps menu" : "Menú de más aplicaciones",
- "Search" : "Buscar",
- "Reset search" : "Reestablecer búsqueda",
"Contacts" : "Contactos",
"Contacts menu" : "Menú de Contactos",
"Settings menu" : "Menú de Configuraciones",
@@ -233,7 +218,6 @@ OC.L10N.register(
"Access through untrusted domain" : "Accesa a través de un dominio no de confianza",
"Please contact your administrator. If you are an administrator, edit the \"trusted_domains\" setting in config/config.php like the example in config.sample.php." : "Por favor contacta a tu adminsitrador. Si tu eres un administrador, edita la propiedad \"trusted_domains\" en el archivo config/config.php como en el ejemplo config.sample.php.",
"App update required" : "Se requiere una actualización de la aplicación",
- "These apps will be updated:" : "Las siguientes apllicaciones se actualizarán:",
"These incompatible apps will be disabled:" : "Las siguientes aplicaciones incompatibles serán deshabilitadas:",
"The theme %s has been disabled." : "El tema %s ha sido deshabilitado. ",
"Please make sure that the database, the config folder and the data folder have been backed up before proceeding." : "Por favor asegurarte de que la base de datos, la carpeta de configuración y las carpetas de datos hayan sido respaldadas antes de continuar. ",
@@ -247,73 +231,28 @@ OC.L10N.register(
"Upgrade via web on my own risk" : "Actualizar vía Web bajo mi propio riesgo",
"This %s instance is currently in maintenance mode, which may take a while." : "Esta instancia %s se encuentra actualmente en modo mantenimiento, que podría tomar algo de tiempo. ",
"Contact your system administrator if this message persists or appeared unexpectedly." : "Contacta a tu administrador del sistema si este mensaje persiste o se presentó de manera inesperada.",
- "Could not send reset email because there is no email address for this username. Please contact your administrator." : "No fue posible enviar el correo electrónico para restablecer porque no hay una dirección de correo electrónico para este usuario. Por favor contacta a tu adminsitrador. ",
- "Couldn't send reset email. Please make sure your username is correct." : "No fue posible restablecer el correo electrónico. Por favor asegurarte de que tu nombre de usuario sea correcto. ",
- "Your files are encrypted. There will be no way to get your data back after your password is reset.<br />If you are not sure what to do, please contact your administrator before you continue. <br />Do you really want to continue?" : "Tus archivos están encriptados. No habrá manera de recuperar tus datos una vez que restablezca tu contraseña. <br />Si no estás seguro de qué hacer, por favor contacta a tu administrador antes de continuar. <br />¿Realmente deseas continuar?",
- "Sending email …" : "Enviando correo electrónico ...",
- "You are currently running PHP 5.6. The current major version of Nextcloud is the last that is supported on PHP 5.6. It is recommended to upgrade the PHP version to 7.0+ to be able to upgrade to Nextcloud 14." : "Actualmente estás corriendo PHP 5.6. La versión principal actual de Nextcloud es la última que será soportada en PHPH 5.6. Te recomendamos actualizar la versión de PHP a la 7.0+ para que puedas actualizar a Nextcloud 14.",
- "Shared" : "Compartido",
- "Shared with" : "Compartido con",
- "Shared by" : "Compartido por",
- "Choose a password for the public link" : "Seleccione una contraseña para la liga pública",
- "Choose a password for the public link or press the \"Enter\" key" : "Elige una contraseña para la liga pública o presiona la tecla \"Intro\"",
- "Copied!" : "¡Copiado!",
- "Copy link" : "Copiar liga",
- "Not supported!" : "¡No está soportado!",
- "Press ⌘-C to copy." : "Presiona ⌘-C para copiar.",
- "Press Ctrl-C to copy." : "Presiona Ctrl-C para copiar.",
- "Resharing is not allowed" : "No se permite volver a compartir",
- "Link" : "Liga",
- "Hide download" : "Ocultar descarga",
- "Password protect" : "Proteger con contraseña",
- "Allow editing" : "Permitir editar",
- "Email link to person" : "Enviar la liga por correo electrónico a una persona",
- "Send" : "Enviar",
- "Allow upload and editing" : "Permitir carga y edición",
- "Read only" : "Sólo lectura",
- "File drop (upload only)" : "Soltar archivo (solo carga)",
- "Set expiration date" : "Selecciona la vigencia de tu archivo",
- "Expiration" : "Expiración",
- "Expiration date" : "Fecha de expiración",
- "Unshare" : "Dejar de compartir",
- "Share to {name}" : "Compartir con {name}",
- "Share link" : "Compartir liga",
- "Could not unshare" : "No fue posible dejar de compartir",
- "Shared with you and the group {group} by {owner}" : "Compartido contigo y el grupo {group} por {owner}",
- "Shared with you by {owner}" : "Compartido contigo por {owner}",
- "Choose a password for the mail share" : "Elige una contraseña para el elemento compartido por correo",
- "group" : "grupo",
- "remote" : "remoto",
- "email" : "correo electrónico",
- "shared by {sharer}" : "compartido por {sharer}",
- "Can reshare" : "Puede volver a compartir",
- "Can edit" : "Puede editar",
- "Can create" : "Puede crear",
- "Can change" : "Puede cambiar",
- "Can delete" : "Puede borrar",
- "Access control" : "Control de acceso",
- "Error while sharing" : "Se presentó un error al compartir",
- "Share details could not be loaded for this item." : "Los detalles del recurso compartido no se pudieron cargar para este elemento. ",
- "_At least {count} character is needed for autocompletion_::_At least {count} characters are needed for autocompletion_" : ["Se requiere de la menos {count} caracter para el auto completar","Se requieren de la menos {count} caracteres para el auto completar"],
- "This list is maybe truncated - please refine your search term to see more results." : "Esta lista puede estar truncada - por favor refina tus términos de búsqueda para poder ver más resultados. ",
- "No users or groups found for {search}" : "No se encontraron usuarios o gurpos para {search}",
- "No users found for {search}" : "No se encontraron usuarios para {search}",
- "An error occurred (\"{message}\"). Please try again" : "Se presentó un error (\"{message}\"). Por favor vuelve a intentarlo",
- "An error occurred. Please try again" : "Se presentó un error. Por favor vuelve a intentarlo",
- "Home" : "Inicio",
- "Work" : "Trabajo",
- "Other" : "Otro",
- "{sharee} ({type}, {owner})" : "{sharee} ({type}, {owner})",
- "Share" : "Compartir",
- "Name or email address..." : "Nombre o dirección de correo electrónico",
- "Name or federated cloud ID..." : "Nombre...",
- "Name, federated cloud ID or email address..." : "Nombre o dirección de correo electrónico...",
- "Name..." : "Nombre...",
- "Error removing share" : "Se presentó un error al dejar de compartir",
- "({scope})" : "({scope})",
- "Saving..." : "Guardando...",
- "Dismiss" : "Descartar",
- "New Password" : "Nueva Contraseña",
- "Cancel log in" : "Cancelar inicio de sesión"
+ "Checking whether the database schema can be updated (this can take a long time depending on the database size)" : "Verificando si el archivo del esquema de base de datos puede ser actualizado (esto puedo tomar mucho tiempo dependiendo del tamaño de la base de datos)",
+ "Checked database schema update" : "Actualización del esquema de base de datos verificada",
+ "Checking updates of apps" : "Verificando actualizaciones para aplicaciones",
+ "Checking for update of app \"%s\" in appstore" : "Verificando actualizaciones para la aplicacion \"%s\" en la appstore",
+ "Update app \"%s\" from appstore" : "Actualizar la aplicación \"%s\" desde la appstore",
+ "Checked for update of app \"%s\" in appstore" : "Se verificaron actualizaciones para la aplicación \"%s\" en la appstore",
+ "Checked database schema update for apps" : "Se verificó la actualización del esquema de la base de datos para las aplicaciones",
+ "Following apps have been disabled: %s" : "Las siguientes aplicaciones han sido deshabilitadas: %s",
+ "Your web server is not properly set up to resolve \"{url}\". Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Tu servidor web no está correctamente configurado para resolver \"{url}\". Puedes encontrar más información al respecto en la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentación</a>.",
+ "Check the background job settings" : "Verifica la configuración de los trabajos de fondo",
+ "No memory cache has been configured. To enhance performance, please configure a memcache, if available. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "No se ha configurado el caché de memoria. Para mejorar el desempeño, por favor configura un memcahce, si está disponible. Puedes encontrar más información en la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentación</a>.",
+ "You are currently running PHP {version}. Upgrade your PHP version to take advantage of <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">performance and security updates provided by the PHP Group</a> as soon as your distribution supports it." : "Estás ejecutando PHP {version}. Actualiza tu versión de PHP para aprovechar las <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">actualizaciones de desempeño y seguridad proporcionadas por el Grupo PHP</a> tan pronto como tu distribución lo soporte. ",
+ "The reverse proxy header configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If not, this is a security issue and can allow an attacker to spoof their IP address as visible to the Nextcloud. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "La configuración de los encabezados del proxy inverso es incorrecta, o estás accediendo a Nextcloud desde un proxy de confianza. Si no es el caso, se trata de un tema de seguridad y le puede permitir a un atacante hacer su dirección IP apócrifa visible para Nextcloud. Puedes encontar más infomración en nuestra <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentación</a>.",
+ "Memcached is configured as distributed cache, but the wrong PHP module \"memcache\" is installed. \\OC\\Memcache\\Memcached only supports \"memcached\" and not \"memcache\". See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">memcached wiki about both modules</a>." : "Memecahced está configurado como un cache distribuido, pero un módulo equivocado de \"memcache\" está instalado. \\OC\\Memcache\\Memcached sólo soporta \"memcached\". Consulta <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">el wiki de memcached en relación a ambos módulos</a>.",
+ "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">List of invalid files…</a> / <a href=\"{rescanEndpoint}\">Rescan…</a>)" : "Algunos archivos no pasaron la verificación de integridad. Puedes encontrar más información de cómo resolver este problema en la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentación</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">Lista de archivos inválidos...</a>/<a href=\"{rescanEndpoint}\">Volver a verificar...</a>)",
+ "The PHP OPcache is not properly configured. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance it is recommended</a> to use the following settings in the <code>php.ini</code>:" : "El OPcache de PHP no está configurado correctamente. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Para un mejor desempeño se recomienda</a> usar las sigueintes configuraciones en el archivo <code>php.ini</code>:",
+ "Continue to Nextcloud" : "Continuar a Nextcloud",
+ "_The update was successful. Redirecting you to Nextcloud in %n second._::_The update was successful. Redirecting you to Nextcloud in %n seconds._" : ["La actualización fue exitosa. Lo estamos redireccionando a Nextcloud en %n segundo. ","La actualización fue exitosa. Te redireccionaremos a Nextcloud en %n segundos."],
+ "Searching other places" : "Buscando en otras ubicaciones",
+ "No search results in other folders for {tag}{filter}{endtag}" : "No hay resultados para la búsqueda {tag}{filter}{endtag} en otras carpetas",
+ "_{count} search result in another folder_::_{count} search results in other folders_" : ["{count} resultado de la búsqueda en otra carpeta","{count} resultados de la búsqueda en otras carpetas"],
+ "Password can not be changed. Please contact your administrator." : "Las contraseñas no se pueden cambiar. Por favor contacta a tu adminstrador",
+ "These apps will be updated:" : "Las siguientes apllicaciones se actualizarán:"
},
"nplurals=2; plural=(n != 1);");
diff --git a/core/l10n/es_MX.json b/core/l10n/es_MX.json
index eb14f63fb2f..27922a26308 100644
--- a/core/l10n/es_MX.json
+++ b/core/l10n/es_MX.json
@@ -13,6 +13,9 @@
"No valid crop data provided" : "No se han proporcionado datos válidos del recorte",
"Crop is not square" : "El recorte no es cuadrado",
"State token does not match" : "La ficha de estado no corresponde",
+ "Invalid app password" : "Contraseña de app inválida",
+ "Could not complete login" : "No se pudo completar el inicio de sesión",
+ "Your login token is invalid or has expired" : "Su token de inicio de sesión no es válido o ha caducado",
"Password reset is disabled" : "Restablecer contraseña se encuentra deshabilitado",
"Couldn't reset password because the token is invalid" : "No ha sido posible restablecer la contraseña porque la ficha es inválida",
"Couldn't reset password because the token is expired" : "No ha sido posible restablecer la contraseña porque la ficha ha expirado",
@@ -21,6 +24,9 @@
"Click the following button to reset your password. If you have not requested the password reset, then ignore this email." : "Haz click en el siguiente botón para restablecer tu contraseña. Si no has solicitado restablecer su contraseña, por favor ignora este correo. ",
"Click the following link to reset your password. If you have not requested the password reset, then ignore this email." : "Haz click en la siguiente liga para restablecer su contraseña. Si no has solicitado restablecer la contraseña, por favor ignora este mensaje. ",
"Reset your password" : "Restablecer tu contraseña",
+ "Nextcloud Server" : "Servidor Nextcloud",
+ "Some of your link shares have been removed" : "Se han eliminado algunos de sus enlaces compartidos",
+ "Due to a security bug we had to remove some of your link shares. Please see the link for more information." : "Debido a un error de seguridad, tuvimos que eliminar algunos de sus enlaces compartidos. Por favor vea el enlace para más información.",
"Preparing update" : "Preparando actualización",
"[%d / %d]: %s" : "[%d / %d]: %s ",
"Please use the command line updater because automatic updating is disabled in the config.php." : "Por favor usa el actualizador de línea de comandos ya que el actualizador automático se encuentra deshabilitado en config.php.",
@@ -30,34 +36,18 @@
"Maintenance mode is kept active" : "El modo mantenimiento sigue activo",
"Updating database schema" : "Actualizando esquema de base de datos",
"Updated database" : "Base de datos actualizada",
- "Checking whether the database schema can be updated (this can take a long time depending on the database size)" : "Verificando si el archivo del esquema de base de datos puede ser actualizado (esto puedo tomar mucho tiempo dependiendo del tamaño de la base de datos)",
- "Checked database schema update" : "Actualización del esquema de base de datos verificada",
- "Checking updates of apps" : "Verificando actualizaciones para aplicaciones",
- "Checking for update of app \"%s\" in appstore" : "Verificando actualizaciones para la aplicacion \"%s\" en la appstore",
- "Update app \"%s\" from appstore" : "Actualizar la aplicación \"%s\" desde la appstore",
- "Checked for update of app \"%s\" in appstore" : "Se verificaron actualizaciones para la aplicación \"%s\" en la appstore",
"Checking whether the database schema for %s can be updated (this can take a long time depending on the database size)" : "Verificando si el esquema de la base de datos para %s puede ser actualizado (esto puede tomar mucho tiempo dependiendo del tamaño de la base de datos)",
- "Checked database schema update for apps" : "Se verificó la actualización del esquema de la base de datos para las aplicaciones",
"Set log level to debug" : "Establecer nivel de bitacora a depurar",
"Reset log level" : "Restablecer nivel de bitácora",
"Starting code integrity check" : "Comenzando verificación de integridad del código",
"Finished code integrity check" : "Terminó la verificación de integridad del código ",
"%s (incompatible)" : "%s (incompatible)",
- "Following apps have been disabled: %s" : "Las siguientes aplicaciones han sido deshabilitadas: %s",
"Already up to date" : "Ya está actualizado",
"Your web server is not yet properly set up to allow file synchronization, because the WebDAV interface seems to be broken." : "Tu servidor web aún no esta correctamente configurado para permitir la sincronización de archivos porque la interfaz WebDAV parece estar rota. ",
- "Your web server is not properly set up to resolve \"{url}\". Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Tu servidor web no está correctamente configurado para resolver \"{url}\". Puedes encontrar más información al respecto en la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentación</a>.",
"PHP does not seem to be setup properly to query system environment variables. The test with getenv(\"PATH\") only returns an empty response." : "PHP no parece estar configurado correctamente para consultar las variables de ambiente. La prueba con getenv(\"PATH\") sólo regresa una respuesta vacía.",
"Your database does not run with \"READ COMMITTED\" transaction isolation level. This can cause problems when multiple actions are executed in parallel." : "Tu base de datos no puede correr con el nivel de aislamiento de transacción de \"READ COMMITTED\". Puede causar problemas cuando mútiples acciones sean ejecutadas en paralelo.",
"It was not possible to execute the cron job via CLI. The following technical errors have appeared:" : "No fue posible ejecutar el trabajo de cron via CLI. Se presentaron los siguientes errores técnicos:",
- "Check the background job settings" : "Verifica la configuración de los trabajos de fondo",
"This server has no working Internet connection: Multiple endpoints could not be reached. This means that some of the features like mounting external storage, notifications about updates or installation of third-party apps will not work. Accessing files remotely and sending of notification emails might not work, either. Establish a connection from this server to the Internet to enjoy all features." : "El servidor no cuenta con una conexión a Internet: No se pudieron alcanzar múltiples endpoints. Esto significa que algunas características como montar almacenamiento externo, notificaciones de actualizaciones o instalación de aplicaciones de 3ros no funcionarán correctamente. Acceder archivos de forma remota y el envío de de notificaciones por correo electrónico puede que no funcionen tampoco. Establece una conexión desde este servidor a Internet para aprovechar todas las funcionalidades.",
- "No memory cache has been configured. To enhance performance, please configure a memcache, if available. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "No se ha configurado el caché de memoria. Para mejorar el desempeño, por favor configura un memcahce, si está disponible. Puedes encontrar más información en la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentación</a>.",
- "You are currently running PHP {version}. Upgrade your PHP version to take advantage of <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">performance and security updates provided by the PHP Group</a> as soon as your distribution supports it." : "Estás ejecutando PHP {version}. Actualiza tu versión de PHP para aprovechar las <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">actualizaciones de desempeño y seguridad proporcionadas por el Grupo PHP</a> tan pronto como tu distribución lo soporte. ",
- "The reverse proxy header configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If not, this is a security issue and can allow an attacker to spoof their IP address as visible to the Nextcloud. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "La configuración de los encabezados del proxy inverso es incorrecta, o estás accediendo a Nextcloud desde un proxy de confianza. Si no es el caso, se trata de un tema de seguridad y le puede permitir a un atacante hacer su dirección IP apócrifa visible para Nextcloud. Puedes encontar más infomración en nuestra <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentación</a>.",
- "Memcached is configured as distributed cache, but the wrong PHP module \"memcache\" is installed. \\OC\\Memcache\\Memcached only supports \"memcached\" and not \"memcache\". See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">memcached wiki about both modules</a>." : "Memecahced está configurado como un cache distribuido, pero un módulo equivocado de \"memcache\" está instalado. \\OC\\Memcache\\Memcached sólo soporta \"memcached\". Consulta <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">el wiki de memcached en relación a ambos módulos</a>.",
- "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">List of invalid files…</a> / <a href=\"{rescanEndpoint}\">Rescan…</a>)" : "Algunos archivos no pasaron la verificación de integridad. Puedes encontrar más información de cómo resolver este problema en la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentación</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">Lista de archivos inválidos...</a>/<a href=\"{rescanEndpoint}\">Volver a verificar...</a>)",
- "The PHP OPcache is not properly configured. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance it is recommended</a> to use the following settings in the <code>php.ini</code>:" : "El OPcache de PHP no está configurado correctamente. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Para un mejor desempeño se recomienda</a> usar las sigueintes configuraciones en el archivo <code>php.ini</code>:",
"The PHP function \"set_time_limit\" is not available. This could result in scripts being halted mid-execution, breaking your installation. Enabling this function is strongly recommended." : "La función de PHP \"set_time_limit\" no está disponible. Esto podría generar que la ejecución de scripts se detenga, rompiendo su instalación. Se recomienda ámpliamente habilitar esta función. ",
"Your PHP does not have FreeType support, resulting in breakage of profile pictures and the settings interface." : "Tu PHP no cuenta con soporte FreeType, lo que resulta en fallas en la imagen de perfil y la interface de configuraciones. ",
"SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend." : "Actualmente estás usando SQLite como el backend de base de datos. Para instalaciones más grandes te recomendamos cambiar a un backend de base de datos diferente.",
@@ -66,13 +56,6 @@
"Your data directory and files are probably accessible from the Internet. The .htaccess file is not working. It is strongly recommended that you configure your web server so that the data directory is no longer accessible, or move the data directory outside the web server document root." : "Probablemente tu directorio de datos y archivos sean accesibles desde Internet. El archivo .htaccess no está funcionando. Se recomienda ampliamente que configures tu servidor web para que el directorio de datos no sea accesible, o bien, que muevas el directorio de datos fuera del directorio raíz del servidor web.",
"The \"{header}\" HTTP header is not set to \"{expected}\". This is a potential security or privacy risk, as it is recommended to adjust this setting accordingly." : "El encabezado HTTP \"{header}\" está establecido a \"{expected}\". Esto representa un riesgo potencial de seguridad o privacidad, y que se recomienda ajustar esta configuración. ",
"The \"{header}\" HTTP header is not set to \"{expected}\". Some features might not work correctly, as it is recommended to adjust this setting accordingly." : "El encabezado HTTP \"{header}\" no está establecido a \"{expected}\". Puede que lgunas características no funcionen correctamente, y se recomienda ajustar esta confirguración. ",
- "Non-existing tag #{tag}" : "Etiqueta #{tag} no-existente",
- "restricted" : "restringido",
- "invisible" : "invisible",
- "Delete" : "Borrar",
- "Rename" : "Renombrar",
- "Collaborative tags" : "Etiquetas colaborativas",
- "No tags found" : "No se encontraron etiquetas",
"unknown text" : "texto desconocido",
"Hello world!" : "¡Hola mundo!",
"sunny" : "soleado",
@@ -87,30 +70,27 @@
"Please reload the page." : "Por favor vuelve a cargar la página.",
"The update was unsuccessful. For more information <a href=\"{url}\">check our forum post</a> covering this issue." : "La actualización no fue exitosa. Para más información <a href=\"{url}\">consulta nuestro comentario en el foro </a> que cubre este tema. ",
"The update was unsuccessful. Please report this issue to the <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">Nextcloud community</a>." : "La actualización no fue exitosa. Por favor reporta este tema a la <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">Comunidad Nextcloud</a>.",
- "Continue to Nextcloud" : "Continuar a Nextcloud",
- "_The update was successful. Redirecting you to Nextcloud in %n second._::_The update was successful. Redirecting you to Nextcloud in %n seconds._" : ["La actualización fue exitosa. Lo estamos redireccionando a Nextcloud en %n segundo. ","La actualización fue exitosa. Te redireccionaremos a Nextcloud en %n segundos."],
- "Searching other places" : "Buscando en otras ubicaciones",
- "No search results in other folders for {tag}{filter}{endtag}" : "No hay resultados para la búsqueda {tag}{filter}{endtag} en otras carpetas",
- "_{count} search result in another folder_::_{count} search results in other folders_" : ["{count} resultado de la búsqueda en otra carpeta","{count} resultados de la búsqueda en otras carpetas"],
+ "Log in" : "Ingresar",
+ "Logging in …" : "Iniciando sesión ...",
"Server side authentication failed!" : "¡Falló la autenticación del lado del servidor!",
"Please contact your administrator." : "Por favor contacta al administrador.",
"An internal error occurred." : "Se presentó un error interno.",
"Please try again or contact your administrator." : "Por favor vuelve a intentarlo o contacta a tu adminsitrador. ",
"Username or email" : "Usuario o correo electrónico",
"Password" : "Contraseña",
- "Log in" : "Ingresar",
- "Logging in …" : "Iniciando sesión ...",
"Wrong username or password." : "Usuario o contraseña equivocado. ",
"User disabled" : "Usuario deshabilitado",
"We have detected multiple invalid login attempts from your IP. Therefore your next login is throttled up to 30 seconds." : "Hemos detectado múltiples intentos de inicio de sesión desde tu IP. Por lo tanto tu siguiente incio de sesión se retrasará hasta 30 segundos. ",
"Reset password" : "Restablecer contraseña",
"Couldn't send reset email. Please contact your administrator." : "No fue posible enviar el correo de restauración. Por favor contacta a tu adminsitrador. ",
- "Password can not be changed. Please contact your administrator." : "Las contraseñas no se pueden cambiar. Por favor contacta a tu adminstrador",
"Back to login" : "Regresar al inicio de sesión",
"New password" : "Nueva contraseña",
"I know what I'm doing" : "Sé lo que estoy haciendo",
"Cancel" : "Cancelar",
"Forgot password?" : "¿Olvidaste tu contraseña?",
+ "Back" : "Atrás",
+ "Reset search" : "Reestablecer búsqueda",
+ "Search" : "Buscar",
"Settings" : "Configuraciones ",
"Could not load your contacts" : "No fue posible cargar tus contactos",
"Search contacts …" : "Buscar contactos ...",
@@ -141,7 +121,7 @@
"One file conflict" : "Un conflicto en el archivo",
"New Files" : "Archivos Nuevos",
"Already existing files" : "Archivos ya existentes",
- "Which files do you want to keep?" : "¿Cuales archivos deseas mantener?",
+ "Which files do you want to keep?" : "¿Cuáles archivos deseas mantener?",
"If you select both versions, the copied file will have a number added to its name." : "Si seleccionas ambas versiones, se le agregará un número al nombre del archivo copiado.",
"Continue" : "Continuar",
"(all selected)" : "(todos seleccionados)",
@@ -165,6 +145,13 @@
"Strong password" : "Contraseña fuerte",
"No action available" : "No hay acciones disponibles",
"Error fetching contact actions" : "Se presentó un error al traer las acciónes de contatos",
+ "Non-existing tag #{tag}" : "Etiqueta #{tag} no-existente",
+ "restricted" : "restringido",
+ "invisible" : "invisible",
+ "Delete" : "Borrar",
+ "Rename" : "Renombrar",
+ "Collaborative tags" : "Etiquetas colaborativas",
+ "No tags found" : "No se encontraron etiquetas",
"Personal" : "Personal",
"Users" : "Usuarios",
"Apps" : "Aplicaciones",
@@ -212,8 +199,6 @@
"More apps" : "Más aplicaciones",
"More" : "Más",
"More apps menu" : "Menú de más aplicaciones",
- "Search" : "Buscar",
- "Reset search" : "Reestablecer búsqueda",
"Contacts" : "Contactos",
"Contacts menu" : "Menú de Contactos",
"Settings menu" : "Menú de Configuraciones",
@@ -231,7 +216,6 @@
"Access through untrusted domain" : "Accesa a través de un dominio no de confianza",
"Please contact your administrator. If you are an administrator, edit the \"trusted_domains\" setting in config/config.php like the example in config.sample.php." : "Por favor contacta a tu adminsitrador. Si tu eres un administrador, edita la propiedad \"trusted_domains\" en el archivo config/config.php como en el ejemplo config.sample.php.",
"App update required" : "Se requiere una actualización de la aplicación",
- "These apps will be updated:" : "Las siguientes apllicaciones se actualizarán:",
"These incompatible apps will be disabled:" : "Las siguientes aplicaciones incompatibles serán deshabilitadas:",
"The theme %s has been disabled." : "El tema %s ha sido deshabilitado. ",
"Please make sure that the database, the config folder and the data folder have been backed up before proceeding." : "Por favor asegurarte de que la base de datos, la carpeta de configuración y las carpetas de datos hayan sido respaldadas antes de continuar. ",
@@ -245,73 +229,28 @@
"Upgrade via web on my own risk" : "Actualizar vía Web bajo mi propio riesgo",
"This %s instance is currently in maintenance mode, which may take a while." : "Esta instancia %s se encuentra actualmente en modo mantenimiento, que podría tomar algo de tiempo. ",
"Contact your system administrator if this message persists or appeared unexpectedly." : "Contacta a tu administrador del sistema si este mensaje persiste o se presentó de manera inesperada.",
- "Could not send reset email because there is no email address for this username. Please contact your administrator." : "No fue posible enviar el correo electrónico para restablecer porque no hay una dirección de correo electrónico para este usuario. Por favor contacta a tu adminsitrador. ",
- "Couldn't send reset email. Please make sure your username is correct." : "No fue posible restablecer el correo electrónico. Por favor asegurarte de que tu nombre de usuario sea correcto. ",
- "Your files are encrypted. There will be no way to get your data back after your password is reset.<br />If you are not sure what to do, please contact your administrator before you continue. <br />Do you really want to continue?" : "Tus archivos están encriptados. No habrá manera de recuperar tus datos una vez que restablezca tu contraseña. <br />Si no estás seguro de qué hacer, por favor contacta a tu administrador antes de continuar. <br />¿Realmente deseas continuar?",
- "Sending email …" : "Enviando correo electrónico ...",
- "You are currently running PHP 5.6. The current major version of Nextcloud is the last that is supported on PHP 5.6. It is recommended to upgrade the PHP version to 7.0+ to be able to upgrade to Nextcloud 14." : "Actualmente estás corriendo PHP 5.6. La versión principal actual de Nextcloud es la última que será soportada en PHPH 5.6. Te recomendamos actualizar la versión de PHP a la 7.0+ para que puedas actualizar a Nextcloud 14.",
- "Shared" : "Compartido",
- "Shared with" : "Compartido con",
- "Shared by" : "Compartido por",
- "Choose a password for the public link" : "Seleccione una contraseña para la liga pública",
- "Choose a password for the public link or press the \"Enter\" key" : "Elige una contraseña para la liga pública o presiona la tecla \"Intro\"",
- "Copied!" : "¡Copiado!",
- "Copy link" : "Copiar liga",
- "Not supported!" : "¡No está soportado!",
- "Press ⌘-C to copy." : "Presiona ⌘-C para copiar.",
- "Press Ctrl-C to copy." : "Presiona Ctrl-C para copiar.",
- "Resharing is not allowed" : "No se permite volver a compartir",
- "Link" : "Liga",
- "Hide download" : "Ocultar descarga",
- "Password protect" : "Proteger con contraseña",
- "Allow editing" : "Permitir editar",
- "Email link to person" : "Enviar la liga por correo electrónico a una persona",
- "Send" : "Enviar",
- "Allow upload and editing" : "Permitir carga y edición",
- "Read only" : "Sólo lectura",
- "File drop (upload only)" : "Soltar archivo (solo carga)",
- "Set expiration date" : "Selecciona la vigencia de tu archivo",
- "Expiration" : "Expiración",
- "Expiration date" : "Fecha de expiración",
- "Unshare" : "Dejar de compartir",
- "Share to {name}" : "Compartir con {name}",
- "Share link" : "Compartir liga",
- "Could not unshare" : "No fue posible dejar de compartir",
- "Shared with you and the group {group} by {owner}" : "Compartido contigo y el grupo {group} por {owner}",
- "Shared with you by {owner}" : "Compartido contigo por {owner}",
- "Choose a password for the mail share" : "Elige una contraseña para el elemento compartido por correo",
- "group" : "grupo",
- "remote" : "remoto",
- "email" : "correo electrónico",
- "shared by {sharer}" : "compartido por {sharer}",
- "Can reshare" : "Puede volver a compartir",
- "Can edit" : "Puede editar",
- "Can create" : "Puede crear",
- "Can change" : "Puede cambiar",
- "Can delete" : "Puede borrar",
- "Access control" : "Control de acceso",
- "Error while sharing" : "Se presentó un error al compartir",
- "Share details could not be loaded for this item." : "Los detalles del recurso compartido no se pudieron cargar para este elemento. ",
- "_At least {count} character is needed for autocompletion_::_At least {count} characters are needed for autocompletion_" : ["Se requiere de la menos {count} caracter para el auto completar","Se requieren de la menos {count} caracteres para el auto completar"],
- "This list is maybe truncated - please refine your search term to see more results." : "Esta lista puede estar truncada - por favor refina tus términos de búsqueda para poder ver más resultados. ",
- "No users or groups found for {search}" : "No se encontraron usuarios o gurpos para {search}",
- "No users found for {search}" : "No se encontraron usuarios para {search}",
- "An error occurred (\"{message}\"). Please try again" : "Se presentó un error (\"{message}\"). Por favor vuelve a intentarlo",
- "An error occurred. Please try again" : "Se presentó un error. Por favor vuelve a intentarlo",
- "Home" : "Inicio",
- "Work" : "Trabajo",
- "Other" : "Otro",
- "{sharee} ({type}, {owner})" : "{sharee} ({type}, {owner})",
- "Share" : "Compartir",
- "Name or email address..." : "Nombre o dirección de correo electrónico",
- "Name or federated cloud ID..." : "Nombre...",
- "Name, federated cloud ID or email address..." : "Nombre o dirección de correo electrónico...",
- "Name..." : "Nombre...",
- "Error removing share" : "Se presentó un error al dejar de compartir",
- "({scope})" : "({scope})",
- "Saving..." : "Guardando...",
- "Dismiss" : "Descartar",
- "New Password" : "Nueva Contraseña",
- "Cancel log in" : "Cancelar inicio de sesión"
+ "Checking whether the database schema can be updated (this can take a long time depending on the database size)" : "Verificando si el archivo del esquema de base de datos puede ser actualizado (esto puedo tomar mucho tiempo dependiendo del tamaño de la base de datos)",
+ "Checked database schema update" : "Actualización del esquema de base de datos verificada",
+ "Checking updates of apps" : "Verificando actualizaciones para aplicaciones",
+ "Checking for update of app \"%s\" in appstore" : "Verificando actualizaciones para la aplicacion \"%s\" en la appstore",
+ "Update app \"%s\" from appstore" : "Actualizar la aplicación \"%s\" desde la appstore",
+ "Checked for update of app \"%s\" in appstore" : "Se verificaron actualizaciones para la aplicación \"%s\" en la appstore",
+ "Checked database schema update for apps" : "Se verificó la actualización del esquema de la base de datos para las aplicaciones",
+ "Following apps have been disabled: %s" : "Las siguientes aplicaciones han sido deshabilitadas: %s",
+ "Your web server is not properly set up to resolve \"{url}\". Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Tu servidor web no está correctamente configurado para resolver \"{url}\". Puedes encontrar más información al respecto en la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentación</a>.",
+ "Check the background job settings" : "Verifica la configuración de los trabajos de fondo",
+ "No memory cache has been configured. To enhance performance, please configure a memcache, if available. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "No se ha configurado el caché de memoria. Para mejorar el desempeño, por favor configura un memcahce, si está disponible. Puedes encontrar más información en la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentación</a>.",
+ "You are currently running PHP {version}. Upgrade your PHP version to take advantage of <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">performance and security updates provided by the PHP Group</a> as soon as your distribution supports it." : "Estás ejecutando PHP {version}. Actualiza tu versión de PHP para aprovechar las <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">actualizaciones de desempeño y seguridad proporcionadas por el Grupo PHP</a> tan pronto como tu distribución lo soporte. ",
+ "The reverse proxy header configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If not, this is a security issue and can allow an attacker to spoof their IP address as visible to the Nextcloud. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "La configuración de los encabezados del proxy inverso es incorrecta, o estás accediendo a Nextcloud desde un proxy de confianza. Si no es el caso, se trata de un tema de seguridad y le puede permitir a un atacante hacer su dirección IP apócrifa visible para Nextcloud. Puedes encontar más infomración en nuestra <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentación</a>.",
+ "Memcached is configured as distributed cache, but the wrong PHP module \"memcache\" is installed. \\OC\\Memcache\\Memcached only supports \"memcached\" and not \"memcache\". See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">memcached wiki about both modules</a>." : "Memecahced está configurado como un cache distribuido, pero un módulo equivocado de \"memcache\" está instalado. \\OC\\Memcache\\Memcached sólo soporta \"memcached\". Consulta <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">el wiki de memcached en relación a ambos módulos</a>.",
+ "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">List of invalid files…</a> / <a href=\"{rescanEndpoint}\">Rescan…</a>)" : "Algunos archivos no pasaron la verificación de integridad. Puedes encontrar más información de cómo resolver este problema en la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentación</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">Lista de archivos inválidos...</a>/<a href=\"{rescanEndpoint}\">Volver a verificar...</a>)",
+ "The PHP OPcache is not properly configured. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance it is recommended</a> to use the following settings in the <code>php.ini</code>:" : "El OPcache de PHP no está configurado correctamente. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Para un mejor desempeño se recomienda</a> usar las sigueintes configuraciones en el archivo <code>php.ini</code>:",
+ "Continue to Nextcloud" : "Continuar a Nextcloud",
+ "_The update was successful. Redirecting you to Nextcloud in %n second._::_The update was successful. Redirecting you to Nextcloud in %n seconds._" : ["La actualización fue exitosa. Lo estamos redireccionando a Nextcloud en %n segundo. ","La actualización fue exitosa. Te redireccionaremos a Nextcloud en %n segundos."],
+ "Searching other places" : "Buscando en otras ubicaciones",
+ "No search results in other folders for {tag}{filter}{endtag}" : "No hay resultados para la búsqueda {tag}{filter}{endtag} en otras carpetas",
+ "_{count} search result in another folder_::_{count} search results in other folders_" : ["{count} resultado de la búsqueda en otra carpeta","{count} resultados de la búsqueda en otras carpetas"],
+ "Password can not be changed. Please contact your administrator." : "Las contraseñas no se pueden cambiar. Por favor contacta a tu adminstrador",
+ "These apps will be updated:" : "Las siguientes apllicaciones se actualizarán:"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
} \ No newline at end of file
diff --git a/core/l10n/es_NI.js b/core/l10n/es_NI.js
index 6af59a3f2cb..ba3bdeff9b8 100644
--- a/core/l10n/es_NI.js
+++ b/core/l10n/es_NI.js
@@ -32,33 +32,18 @@ OC.L10N.register(
"Maintenance mode is kept active" : "El modo mantenimiento sigue activo",
"Updating database schema" : "Actualizando esquema de base de datos",
"Updated database" : "Base de datos actualizada",
- "Checking whether the database schema can be updated (this can take a long time depending on the database size)" : "Verificando si el archivo del esquema de base de datos puede ser actualizado (esto puedo tomar mucho tiempo dependiendo del tamaño de la base de datos)",
- "Checked database schema update" : "Actualización del esquema de base de datos verificada",
- "Checking updates of apps" : "Verificando actualizaciones para aplicaciones",
- "Checking for update of app \"%s\" in appstore" : "Verificando actualizaciones para la aplicacion \"%s\" en la appstore",
- "Update app \"%s\" from appstore" : "Actualizar la aplicación \"%s\" desde la appstore",
- "Checked for update of app \"%s\" in appstore" : "Se verificaron actualizaciones para la aplicación \"%s\" en la appstore",
"Checking whether the database schema for %s can be updated (this can take a long time depending on the database size)" : "Verificando si el esquema de la base de datos para %s puede ser actualizado (esto puede tomar mucho tiempo dependiendo del tamaño de la base de datos)",
- "Checked database schema update for apps" : "Se verificó la actualización del esquema de la base de datos para las aplicaciones",
"Set log level to debug" : "Establecer nivel de bitacora a depurar",
"Reset log level" : "Restablecer nivel de bitácora",
"Starting code integrity check" : "Comenzando verificación de integridad del código",
"Finished code integrity check" : "Terminó la verificación de integridad del código ",
"%s (incompatible)" : "%s (incompatible)",
- "Following apps have been disabled: %s" : "Las siguientes aplicaciones han sido deshabilitadas: %s",
"Already up to date" : "Ya está actualizado",
"Your web server is not yet properly set up to allow file synchronization, because the WebDAV interface seems to be broken." : "Tu servidor web aún no esta correctamente configurado para permitir la sincronización de archivos porque la interfaz WebDAV parece estar rota. ",
- "Your web server is not properly set up to resolve \"{url}\". Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Tu servidor web no está correctamente configurado para resolver \"{url}\". Puedes encontrar más información al respecto en la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentación</a>.",
"PHP does not seem to be setup properly to query system environment variables. The test with getenv(\"PATH\") only returns an empty response." : "PHP no parece estar configurado correctamente para consultar las variables de ambiente. La prueba con getenv(\"PATH\") sólo regresa una respuesta vacía.",
"Your database does not run with \"READ COMMITTED\" transaction isolation level. This can cause problems when multiple actions are executed in parallel." : "Tu base de datos no puede correr con el nivel de aislamiento de transacción de \"READ COMMITTED\". Puede causar problemas cuando mútiples acciones sean ejecutadas en paralelo.",
"It was not possible to execute the cron job via CLI. The following technical errors have appeared:" : "No fue posible ejecutar el trabajo de cron via CLI. Se presentaron los siguientes errores técnicos:",
"This server has no working Internet connection: Multiple endpoints could not be reached. This means that some of the features like mounting external storage, notifications about updates or installation of third-party apps will not work. Accessing files remotely and sending of notification emails might not work, either. Establish a connection from this server to the Internet to enjoy all features." : "El servidor no cuenta con una conexión a Internet: No se pudieron alcanzar múltiples endpoints. Esto significa que algunas características como montar almacenamiento externo, notificaciones de actualizaciones o instalación de aplicaciones de 3ros no funcionarán correctamente. Acceder archivos de forma remota y el envío de de notificaciones por correo electrónico puede que no funcionen tampoco. Establece una conexión desde este servidor a Internet para aprovechar todas las funcionalidades.",
- "No memory cache has been configured. To enhance performance, please configure a memcache, if available. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "No se ha configurado el caché de memoria. Para mejorar el desempeño, por favor configura un memcahce, si está disponible. Puedes encontrar más información en la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentación</a>.",
- "You are currently running PHP {version}. Upgrade your PHP version to take advantage of <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">performance and security updates provided by the PHP Group</a> as soon as your distribution supports it." : "Estás ejecutando PHP {version}. Actualiza tu versión de PHP para aprovechar las <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">actualizaciones de desempeño y seguridad proporcionadas por el Grupo PHP</a> tan pronto como tu distribución lo soporte. ",
- "The reverse proxy header configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If not, this is a security issue and can allow an attacker to spoof their IP address as visible to the Nextcloud. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "La configuración de los encabezados del proxy inverso es incorrecta, o estás accediendo a Nextcloud desde un proxy de confianza. Si no es el caso, se trata de un tema de seguridad y le puede permitir a un atacante hacer su dirección IP apócrifa visible para Nextcloud. Puedes encontar más infomración en nuestra <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentación</a>.",
- "Memcached is configured as distributed cache, but the wrong PHP module \"memcache\" is installed. \\OC\\Memcache\\Memcached only supports \"memcached\" and not \"memcache\". See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">memcached wiki about both modules</a>." : "Memecahced está configurado como un cache distribuido, pero un módulo equivocado de \"memcache\" está instalado. \\OC\\Memcache\\Memcached sólo soporta \"memcached\". Consulta <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">el wiki de memcached en relación a ambos módulos</a>.",
- "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">List of invalid files…</a> / <a href=\"{rescanEndpoint}\">Rescan…</a>)" : "Algunos archivos no pasaron la verificación de integridad. Puedes encontrar más información de cómo resolver este problema en la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentación</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">Lista de archivos inválidos...</a>/<a href=\"{rescanEndpoint}\">Volver a verificar...</a>)",
- "The PHP OPcache is not properly configured. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance it is recommended</a> to use the following settings in the <code>php.ini</code>:" : "El OPcache de PHP no está configurado correctamente. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Para un mejor desempeño se recomienda</a> usar las sigueintes configuraciones en el archivo <code>php.ini</code>:",
"The PHP function \"set_time_limit\" is not available. This could result in scripts being halted mid-execution, breaking your installation. Enabling this function is strongly recommended." : "La función de PHP \"set_time_limit\" no está disponible. Esto podría generar que la ejecución de scripts se detenga, rompiendo su instalación. Se recomienda ámpliamente habilitar esta función. ",
"SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend." : "Actualmente estás usando SQLite como el backend de base de datos. Para instalaciones más grandes te recomendamos cambiar a un backend de base de datos diferente.",
"This is particularly recommended when using the desktop client for file synchronisation." : "Esto es particularmente recomendado cuando se usa el cliente de escritorio para sincronización de archivos. ",
@@ -66,13 +51,6 @@ OC.L10N.register(
"Your data directory and files are probably accessible from the Internet. The .htaccess file is not working. It is strongly recommended that you configure your web server so that the data directory is no longer accessible, or move the data directory outside the web server document root." : "Probablemente tu directorio de datos y archivos sean accesibles desde Internet. El archivo .htaccess no está funcionando. Se recomienda ampliamente que configures tu servidor web para que el directorio de datos no sea accesible, o bien, que muevas el directorio de datos fuera del directorio raíz del servidor web.",
"The \"{header}\" HTTP header is not set to \"{expected}\". This is a potential security or privacy risk, as it is recommended to adjust this setting accordingly." : "El encabezado HTTP \"{header}\" está establecido a \"{expected}\". Esto representa un riesgo potencial de seguridad o privacidad, y que se recomienda ajustar esta configuración. ",
"The \"{header}\" HTTP header is not set to \"{expected}\". Some features might not work correctly, as it is recommended to adjust this setting accordingly." : "El encabezado HTTP \"{header}\" no está establecido a \"{expected}\". Puede que lgunas características no funcionen correctamente, y se recomienda ajustar esta confirguración. ",
- "Non-existing tag #{tag}" : "Etiqueta #{tag} no-existente",
- "restricted" : "restringido",
- "invisible" : "invisible",
- "Delete" : "Borrar",
- "Rename" : "Renombrar",
- "Collaborative tags" : "Etiquetas colaborativas",
- "No tags found" : "No se encontraron etiquetas",
"unknown text" : "texto desconocido",
"Hello world!" : "¡Hola mundo!",
"sunny" : "soleado",
@@ -87,28 +65,25 @@ OC.L10N.register(
"Please reload the page." : "Por favor vuelve a cargar la página.",
"The update was unsuccessful. For more information <a href=\"{url}\">check our forum post</a> covering this issue." : "La actualización no fue exitosa. Para más información <a href=\"{url}\">consulta nuestro comentario en el foro </a> que cubre este tema. ",
"The update was unsuccessful. Please report this issue to the <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">Nextcloud community</a>." : "La actualización no fue exitosa. Por favor reporta este tema a la <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">Comunidad Nextcloud</a>.",
- "Continue to Nextcloud" : "Continuar a Nextcloud",
- "_The update was successful. Redirecting you to Nextcloud in %n second._::_The update was successful. Redirecting you to Nextcloud in %n seconds._" : ["La actualización fue exitosa. Lo estamos redireccionando a Nextcloud en %n segundo. ","La actualización fue exitosa. Te redireccionaremos a Nextcloud en %n segundos."],
- "Searching other places" : "Buscando en otras ubicaciones",
- "No search results in other folders for {tag}{filter}{endtag}" : "No hay resultados para la búsqueda {tag}{filter}{endtag} en otras carpetas",
- "_{count} search result in another folder_::_{count} search results in other folders_" : ["{count} resultado de la búsqueda en otra carpeta","{count} resultados de la búsqueda en otras carpetas"],
+ "Log in" : "Ingresar",
+ "Logging in …" : "Iniciando sesión ...",
"Server side authentication failed!" : "¡Falló la autenticación del lado del servidor!",
"Please contact your administrator." : "Por favor contacta al administrador.",
"An internal error occurred." : "Se presentó un error interno.",
"Please try again or contact your administrator." : "Por favor vuelve a intentarlo o contacta a tu adminsitrador. ",
"Username or email" : "Usuario o correo electrónico",
"Password" : "Contraseña",
- "Log in" : "Ingresar",
- "Logging in …" : "Iniciando sesión ...",
"Wrong username or password." : "Usuario o contraseña equivocado. ",
"User disabled" : "Usuario deshabilitado",
"Reset password" : "Restablecer contraseña",
"Couldn't send reset email. Please contact your administrator." : "No fue posible enviar el correo de restauración. Por favor contacta a tu adminsitrador. ",
- "Password can not be changed. Please contact your administrator." : "Las contraseñas no se pueden cambiar. Por favor contacta a tu adminstrador",
"New password" : "Nueva contraseña",
"I know what I'm doing" : "Sé lo que estoy haciendo",
"Cancel" : "Cancelar",
"Forgot password?" : "¿Olvidaste tu contraseña?",
+ "Back" : "Atrás",
+ "Reset search" : "Reestablecer búsqueda",
+ "Search" : "Buscar",
"Settings" : "Configuraciones ",
"Search contacts …" : "Buscar contactos ...",
"No contacts found" : "No se encontraron contactos",
@@ -137,7 +112,7 @@ OC.L10N.register(
"One file conflict" : "Un conflicto en el archivo",
"New Files" : "Archivos Nuevos",
"Already existing files" : "Archivos ya existentes",
- "Which files do you want to keep?" : "¿Cuales archivos deseas mantener?",
+ "Which files do you want to keep?" : "¿Cuáles archivos deseas mantener?",
"If you select both versions, the copied file will have a number added to its name." : "Si seleccionas ambas versiones, se le agregará un número al nombre del archivo copiado.",
"Continue" : "Continuar",
"(all selected)" : "(todos seleccionados)",
@@ -161,6 +136,13 @@ OC.L10N.register(
"Strong password" : "Contraseña fuerte",
"No action available" : "No hay acciones disponibles",
"Error fetching contact actions" : "Se presentó un error al traer las acciónes de contatos",
+ "Non-existing tag #{tag}" : "Etiqueta #{tag} no-existente",
+ "restricted" : "restringido",
+ "invisible" : "invisible",
+ "Delete" : "Borrar",
+ "Rename" : "Renombrar",
+ "Collaborative tags" : "Etiquetas colaborativas",
+ "No tags found" : "No se encontraron etiquetas",
"Personal" : "Personal",
"Users" : "Usuarios",
"Apps" : "Aplicaciones",
@@ -207,8 +189,6 @@ OC.L10N.register(
"This application requires JavaScript for correct operation. Please {linkstart}enable JavaScript{linkend} and reload the page." : "Esta aplicación requiere de JavaScript para su correcta operación. Por favor {linkstart}habilita JavaScript{linkend} y vuelve a cargar la página. ",
"More apps" : "Más aplicaciones",
"More" : "Más",
- "Search" : "Buscar",
- "Reset search" : "Reestablecer búsqueda",
"Contacts" : "Contactos",
"Confirm your password" : "Confirma tu contraseña",
"App token" : "Ficha de la aplicación",
@@ -222,7 +202,6 @@ OC.L10N.register(
"Access through untrusted domain" : "Accesa a través de un dominio no de confianza",
"Please contact your administrator. If you are an administrator, edit the \"trusted_domains\" setting in config/config.php like the example in config.sample.php." : "Por favor contacta a tu adminsitrador. Si tu eres un administrador, edita la propiedad \"trusted_domains\" en el archivo config/config.php como en el ejemplo config.sample.php.",
"App update required" : "Se requiere una actualización de la aplicación",
- "These apps will be updated:" : "Las siguientes apllicaciones se actualizarán:",
"These incompatible apps will be disabled:" : "Las siguientes aplicaciones incompatibles serán deshabilitadas:",
"The theme %s has been disabled." : "El tema %s ha sido deshabilitado. ",
"Please make sure that the database, the config folder and the data folder have been backed up before proceeding." : "Por favor asegurarte de que la base de datos, la carpeta de configuración y las carpetas de datos hayan sido respaldadas antes de continuar. ",
@@ -236,71 +215,27 @@ OC.L10N.register(
"Upgrade via web on my own risk" : "Actualizar vía Web bajo mi propio riesgo",
"This %s instance is currently in maintenance mode, which may take a while." : "Esta instancia %s se encuentra actualmente en modo mantenimiento, que podría tomar algo de tiempo. ",
"Contact your system administrator if this message persists or appeared unexpectedly." : "Contacta a tu administrador del sistema si este mensaje persiste o se presentó de manera inesperada.",
- "Could not send reset email because there is no email address for this username. Please contact your administrator." : "No fue posible enviar el correo electrónico para restablecer porque no hay una dirección de correo electrónico para este usuario. Por favor contacta a tu adminsitrador. ",
- "Couldn't send reset email. Please make sure your username is correct." : "No fue posible restablecer el correo electrónico. Por favor asegurarte de que tu nombre de usuario sea correcto. ",
- "Your files are encrypted. There will be no way to get your data back after your password is reset.<br />If you are not sure what to do, please contact your administrator before you continue. <br />Do you really want to continue?" : "Tus archivos están encriptados. No habrá manera de recuperar tus datos una vez que restablezca tu contraseña. <br />Si no estás seguro de qué hacer, por favor contacta a tu administrador antes de continuar. <br />¿Realmente deseas continuar?",
- "Sending email …" : "Enviando correo electrónico ...",
- "You are currently running PHP 5.6. The current major version of Nextcloud is the last that is supported on PHP 5.6. It is recommended to upgrade the PHP version to 7.0+ to be able to upgrade to Nextcloud 14." : "Actualmente estás corriendo PHP 5.6. La versión principal actual de Nextcloud es la última que será soportada en PHPH 5.6. Te recomendamos actualizar la versión de PHP a la 7.0+ para que puedas actualizar a Nextcloud 14.",
- "Shared" : "Compartido",
- "Shared with" : "Compartido con",
- "Shared by" : "Compartido por",
- "Choose a password for the public link" : "Seleccione una contraseña para la liga pública",
- "Choose a password for the public link or press the \"Enter\" key" : "Elige una contraseña para la liga pública o presiona la tecla \"Intro\"",
- "Copied!" : "¡Copiado!",
- "Copy link" : "Copiar liga",
- "Not supported!" : "¡No está soportado!",
- "Press ⌘-C to copy." : "Presiona ⌘-C para copiar.",
- "Press Ctrl-C to copy." : "Presiona Ctrl-C para copiar.",
- "Resharing is not allowed" : "No se permite volver a compartir",
- "Link" : "Liga",
- "Password protect" : "Proteger con contraseña",
- "Allow editing" : "Permitir editar",
- "Email link to person" : "Enviar la liga por correo electrónico a una persona",
- "Send" : "Enviar",
- "Allow upload and editing" : "Permitir carga y edición",
- "Read only" : "Sólo lectura",
- "File drop (upload only)" : "Permitir carga",
- "Set expiration date" : "Selecciona la vigencia de tu archivo",
- "Expiration" : "Expiración",
- "Expiration date" : "Fecha de expiración",
- "Unshare" : "Dejar de compartir",
- "Share to {name}" : "Compartir con {name}",
- "Share link" : "Compartir liga",
- "Could not unshare" : "No fue posible dejar de compartir",
- "Shared with you and the group {group} by {owner}" : "Compartido contigo y el grupo {group} por {owner}",
- "Shared with you by {owner}" : "Compartido contigo por {owner}",
- "Choose a password for the mail share" : "Elige una contraseña para el elemento compartido por correo",
- "group" : "grupo",
- "remote" : "remoto",
- "email" : "correo electrónico",
- "shared by {sharer}" : "compartido por {sharer}",
- "Can reshare" : "Puede volver a compartir",
- "Can edit" : "Puede editar",
- "Can create" : "Puede crear",
- "Can change" : "Puede cambiar",
- "Can delete" : "Puede borrar",
- "Access control" : "Control de acceso",
- "Error while sharing" : "Se presentó un error al compartir",
- "Share details could not be loaded for this item." : "Los detalles del recurso compartido no se pudieron cargar para este elemento. ",
- "_At least {count} character is needed for autocompletion_::_At least {count} characters are needed for autocompletion_" : ["Se requiere de la menos {count} caracter para el auto completar","Se requieren de la menos {count} caracteres para el auto completar"],
- "This list is maybe truncated - please refine your search term to see more results." : "Esta lista puede estar truncada - por favor refina tus términos de búsqueda para poder ver más resultados. ",
- "No users or groups found for {search}" : "No se encontraron usuarios o gurpos para {search}",
- "No users found for {search}" : "No se encontraron usuarios para {search}",
- "An error occurred. Please try again" : "Se presentó un error. Por favor vuelve a intentarlo",
- "Home" : "Inicio",
- "Work" : "Trabajo",
- "Other" : "Otro",
- "{sharee} ({type}, {owner})" : "{sharee} ({type}, {owner})",
- "Share" : "Compartir",
- "Name or email address..." : "Nombre o dirección de correo electrónico",
- "Name or federated cloud ID..." : "Nombre...",
- "Name, federated cloud ID or email address..." : "Nombre o dirección de correo electrónico...",
- "Name..." : "Nombre...",
- "Error removing share" : "Se presentó un error al dejar de compartir",
- "({scope})" : "({scope})",
- "Saving..." : "Guardando...",
- "Dismiss" : "Descartar",
- "New Password" : "Nueva Contraseña",
- "Cancel log in" : "Cancelar inicio de sesión"
+ "Checking whether the database schema can be updated (this can take a long time depending on the database size)" : "Verificando si el archivo del esquema de base de datos puede ser actualizado (esto puedo tomar mucho tiempo dependiendo del tamaño de la base de datos)",
+ "Checked database schema update" : "Actualización del esquema de base de datos verificada",
+ "Checking updates of apps" : "Verificando actualizaciones para aplicaciones",
+ "Checking for update of app \"%s\" in appstore" : "Verificando actualizaciones para la aplicacion \"%s\" en la appstore",
+ "Update app \"%s\" from appstore" : "Actualizar la aplicación \"%s\" desde la appstore",
+ "Checked for update of app \"%s\" in appstore" : "Se verificaron actualizaciones para la aplicación \"%s\" en la appstore",
+ "Checked database schema update for apps" : "Se verificó la actualización del esquema de la base de datos para las aplicaciones",
+ "Following apps have been disabled: %s" : "Las siguientes aplicaciones han sido deshabilitadas: %s",
+ "Your web server is not properly set up to resolve \"{url}\". Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Tu servidor web no está correctamente configurado para resolver \"{url}\". Puedes encontrar más información al respecto en la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentación</a>.",
+ "No memory cache has been configured. To enhance performance, please configure a memcache, if available. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "No se ha configurado el caché de memoria. Para mejorar el desempeño, por favor configura un memcahce, si está disponible. Puedes encontrar más información en la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentación</a>.",
+ "You are currently running PHP {version}. Upgrade your PHP version to take advantage of <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">performance and security updates provided by the PHP Group</a> as soon as your distribution supports it." : "Estás ejecutando PHP {version}. Actualiza tu versión de PHP para aprovechar las <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">actualizaciones de desempeño y seguridad proporcionadas por el Grupo PHP</a> tan pronto como tu distribución lo soporte. ",
+ "The reverse proxy header configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If not, this is a security issue and can allow an attacker to spoof their IP address as visible to the Nextcloud. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "La configuración de los encabezados del proxy inverso es incorrecta, o estás accediendo a Nextcloud desde un proxy de confianza. Si no es el caso, se trata de un tema de seguridad y le puede permitir a un atacante hacer su dirección IP apócrifa visible para Nextcloud. Puedes encontar más infomración en nuestra <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentación</a>.",
+ "Memcached is configured as distributed cache, but the wrong PHP module \"memcache\" is installed. \\OC\\Memcache\\Memcached only supports \"memcached\" and not \"memcache\". See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">memcached wiki about both modules</a>." : "Memecahced está configurado como un cache distribuido, pero un módulo equivocado de \"memcache\" está instalado. \\OC\\Memcache\\Memcached sólo soporta \"memcached\". Consulta <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">el wiki de memcached en relación a ambos módulos</a>.",
+ "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">List of invalid files…</a> / <a href=\"{rescanEndpoint}\">Rescan…</a>)" : "Algunos archivos no pasaron la verificación de integridad. Puedes encontrar más información de cómo resolver este problema en la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentación</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">Lista de archivos inválidos...</a>/<a href=\"{rescanEndpoint}\">Volver a verificar...</a>)",
+ "The PHP OPcache is not properly configured. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance it is recommended</a> to use the following settings in the <code>php.ini</code>:" : "El OPcache de PHP no está configurado correctamente. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Para un mejor desempeño se recomienda</a> usar las sigueintes configuraciones en el archivo <code>php.ini</code>:",
+ "Continue to Nextcloud" : "Continuar a Nextcloud",
+ "_The update was successful. Redirecting you to Nextcloud in %n second._::_The update was successful. Redirecting you to Nextcloud in %n seconds._" : ["La actualización fue exitosa. Lo estamos redireccionando a Nextcloud en %n segundo. ","La actualización fue exitosa. Te redireccionaremos a Nextcloud en %n segundos."],
+ "Searching other places" : "Buscando en otras ubicaciones",
+ "No search results in other folders for {tag}{filter}{endtag}" : "No hay resultados para la búsqueda {tag}{filter}{endtag} en otras carpetas",
+ "_{count} search result in another folder_::_{count} search results in other folders_" : ["{count} resultado de la búsqueda en otra carpeta","{count} resultados de la búsqueda en otras carpetas"],
+ "Password can not be changed. Please contact your administrator." : "Las contraseñas no se pueden cambiar. Por favor contacta a tu adminstrador",
+ "These apps will be updated:" : "Las siguientes apllicaciones se actualizarán:"
},
"nplurals=2; plural=(n != 1);");
diff --git a/core/l10n/es_NI.json b/core/l10n/es_NI.json
index 80b0b7b1b26..1bfe967c875 100644
--- a/core/l10n/es_NI.json
+++ b/core/l10n/es_NI.json
@@ -30,33 +30,18 @@
"Maintenance mode is kept active" : "El modo mantenimiento sigue activo",
"Updating database schema" : "Actualizando esquema de base de datos",
"Updated database" : "Base de datos actualizada",
- "Checking whether the database schema can be updated (this can take a long time depending on the database size)" : "Verificando si el archivo del esquema de base de datos puede ser actualizado (esto puedo tomar mucho tiempo dependiendo del tamaño de la base de datos)",
- "Checked database schema update" : "Actualización del esquema de base de datos verificada",
- "Checking updates of apps" : "Verificando actualizaciones para aplicaciones",
- "Checking for update of app \"%s\" in appstore" : "Verificando actualizaciones para la aplicacion \"%s\" en la appstore",
- "Update app \"%s\" from appstore" : "Actualizar la aplicación \"%s\" desde la appstore",
- "Checked for update of app \"%s\" in appstore" : "Se verificaron actualizaciones para la aplicación \"%s\" en la appstore",
"Checking whether the database schema for %s can be updated (this can take a long time depending on the database size)" : "Verificando si el esquema de la base de datos para %s puede ser actualizado (esto puede tomar mucho tiempo dependiendo del tamaño de la base de datos)",
- "Checked database schema update for apps" : "Se verificó la actualización del esquema de la base de datos para las aplicaciones",
"Set log level to debug" : "Establecer nivel de bitacora a depurar",
"Reset log level" : "Restablecer nivel de bitácora",
"Starting code integrity check" : "Comenzando verificación de integridad del código",
"Finished code integrity check" : "Terminó la verificación de integridad del código ",
"%s (incompatible)" : "%s (incompatible)",
- "Following apps have been disabled: %s" : "Las siguientes aplicaciones han sido deshabilitadas: %s",
"Already up to date" : "Ya está actualizado",
"Your web server is not yet properly set up to allow file synchronization, because the WebDAV interface seems to be broken." : "Tu servidor web aún no esta correctamente configurado para permitir la sincronización de archivos porque la interfaz WebDAV parece estar rota. ",
- "Your web server is not properly set up to resolve \"{url}\". Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Tu servidor web no está correctamente configurado para resolver \"{url}\". Puedes encontrar más información al respecto en la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentación</a>.",
"PHP does not seem to be setup properly to query system environment variables. The test with getenv(\"PATH\") only returns an empty response." : "PHP no parece estar configurado correctamente para consultar las variables de ambiente. La prueba con getenv(\"PATH\") sólo regresa una respuesta vacía.",
"Your database does not run with \"READ COMMITTED\" transaction isolation level. This can cause problems when multiple actions are executed in parallel." : "Tu base de datos no puede correr con el nivel de aislamiento de transacción de \"READ COMMITTED\". Puede causar problemas cuando mútiples acciones sean ejecutadas en paralelo.",
"It was not possible to execute the cron job via CLI. The following technical errors have appeared:" : "No fue posible ejecutar el trabajo de cron via CLI. Se presentaron los siguientes errores técnicos:",
"This server has no working Internet connection: Multiple endpoints could not be reached. This means that some of the features like mounting external storage, notifications about updates or installation of third-party apps will not work. Accessing files remotely and sending of notification emails might not work, either. Establish a connection from this server to the Internet to enjoy all features." : "El servidor no cuenta con una conexión a Internet: No se pudieron alcanzar múltiples endpoints. Esto significa que algunas características como montar almacenamiento externo, notificaciones de actualizaciones o instalación de aplicaciones de 3ros no funcionarán correctamente. Acceder archivos de forma remota y el envío de de notificaciones por correo electrónico puede que no funcionen tampoco. Establece una conexión desde este servidor a Internet para aprovechar todas las funcionalidades.",
- "No memory cache has been configured. To enhance performance, please configure a memcache, if available. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "No se ha configurado el caché de memoria. Para mejorar el desempeño, por favor configura un memcahce, si está disponible. Puedes encontrar más información en la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentación</a>.",
- "You are currently running PHP {version}. Upgrade your PHP version to take advantage of <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">performance and security updates provided by the PHP Group</a> as soon as your distribution supports it." : "Estás ejecutando PHP {version}. Actualiza tu versión de PHP para aprovechar las <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">actualizaciones de desempeño y seguridad proporcionadas por el Grupo PHP</a> tan pronto como tu distribución lo soporte. ",
- "The reverse proxy header configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If not, this is a security issue and can allow an attacker to spoof their IP address as visible to the Nextcloud. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "La configuración de los encabezados del proxy inverso es incorrecta, o estás accediendo a Nextcloud desde un proxy de confianza. Si no es el caso, se trata de un tema de seguridad y le puede permitir a un atacante hacer su dirección IP apócrifa visible para Nextcloud. Puedes encontar más infomración en nuestra <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentación</a>.",
- "Memcached is configured as distributed cache, but the wrong PHP module \"memcache\" is installed. \\OC\\Memcache\\Memcached only supports \"memcached\" and not \"memcache\". See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">memcached wiki about both modules</a>." : "Memecahced está configurado como un cache distribuido, pero un módulo equivocado de \"memcache\" está instalado. \\OC\\Memcache\\Memcached sólo soporta \"memcached\". Consulta <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">el wiki de memcached en relación a ambos módulos</a>.",
- "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">List of invalid files…</a> / <a href=\"{rescanEndpoint}\">Rescan…</a>)" : "Algunos archivos no pasaron la verificación de integridad. Puedes encontrar más información de cómo resolver este problema en la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentación</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">Lista de archivos inválidos...</a>/<a href=\"{rescanEndpoint}\">Volver a verificar...</a>)",
- "The PHP OPcache is not properly configured. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance it is recommended</a> to use the following settings in the <code>php.ini</code>:" : "El OPcache de PHP no está configurado correctamente. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Para un mejor desempeño se recomienda</a> usar las sigueintes configuraciones en el archivo <code>php.ini</code>:",
"The PHP function \"set_time_limit\" is not available. This could result in scripts being halted mid-execution, breaking your installation. Enabling this function is strongly recommended." : "La función de PHP \"set_time_limit\" no está disponible. Esto podría generar que la ejecución de scripts se detenga, rompiendo su instalación. Se recomienda ámpliamente habilitar esta función. ",
"SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend." : "Actualmente estás usando SQLite como el backend de base de datos. Para instalaciones más grandes te recomendamos cambiar a un backend de base de datos diferente.",
"This is particularly recommended when using the desktop client for file synchronisation." : "Esto es particularmente recomendado cuando se usa el cliente de escritorio para sincronización de archivos. ",
@@ -64,13 +49,6 @@
"Your data directory and files are probably accessible from the Internet. The .htaccess file is not working. It is strongly recommended that you configure your web server so that the data directory is no longer accessible, or move the data directory outside the web server document root." : "Probablemente tu directorio de datos y archivos sean accesibles desde Internet. El archivo .htaccess no está funcionando. Se recomienda ampliamente que configures tu servidor web para que el directorio de datos no sea accesible, o bien, que muevas el directorio de datos fuera del directorio raíz del servidor web.",
"The \"{header}\" HTTP header is not set to \"{expected}\". This is a potential security or privacy risk, as it is recommended to adjust this setting accordingly." : "El encabezado HTTP \"{header}\" está establecido a \"{expected}\". Esto representa un riesgo potencial de seguridad o privacidad, y que se recomienda ajustar esta configuración. ",
"The \"{header}\" HTTP header is not set to \"{expected}\". Some features might not work correctly, as it is recommended to adjust this setting accordingly." : "El encabezado HTTP \"{header}\" no está establecido a \"{expected}\". Puede que lgunas características no funcionen correctamente, y se recomienda ajustar esta confirguración. ",
- "Non-existing tag #{tag}" : "Etiqueta #{tag} no-existente",
- "restricted" : "restringido",
- "invisible" : "invisible",
- "Delete" : "Borrar",
- "Rename" : "Renombrar",
- "Collaborative tags" : "Etiquetas colaborativas",
- "No tags found" : "No se encontraron etiquetas",
"unknown text" : "texto desconocido",
"Hello world!" : "¡Hola mundo!",
"sunny" : "soleado",
@@ -85,28 +63,25 @@
"Please reload the page." : "Por favor vuelve a cargar la página.",
"The update was unsuccessful. For more information <a href=\"{url}\">check our forum post</a> covering this issue." : "La actualización no fue exitosa. Para más información <a href=\"{url}\">consulta nuestro comentario en el foro </a> que cubre este tema. ",
"The update was unsuccessful. Please report this issue to the <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">Nextcloud community</a>." : "La actualización no fue exitosa. Por favor reporta este tema a la <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">Comunidad Nextcloud</a>.",
- "Continue to Nextcloud" : "Continuar a Nextcloud",
- "_The update was successful. Redirecting you to Nextcloud in %n second._::_The update was successful. Redirecting you to Nextcloud in %n seconds._" : ["La actualización fue exitosa. Lo estamos redireccionando a Nextcloud en %n segundo. ","La actualización fue exitosa. Te redireccionaremos a Nextcloud en %n segundos."],
- "Searching other places" : "Buscando en otras ubicaciones",
- "No search results in other folders for {tag}{filter}{endtag}" : "No hay resultados para la búsqueda {tag}{filter}{endtag} en otras carpetas",
- "_{count} search result in another folder_::_{count} search results in other folders_" : ["{count} resultado de la búsqueda en otra carpeta","{count} resultados de la búsqueda en otras carpetas"],
+ "Log in" : "Ingresar",
+ "Logging in …" : "Iniciando sesión ...",
"Server side authentication failed!" : "¡Falló la autenticación del lado del servidor!",
"Please contact your administrator." : "Por favor contacta al administrador.",
"An internal error occurred." : "Se presentó un error interno.",
"Please try again or contact your administrator." : "Por favor vuelve a intentarlo o contacta a tu adminsitrador. ",
"Username or email" : "Usuario o correo electrónico",
"Password" : "Contraseña",
- "Log in" : "Ingresar",
- "Logging in …" : "Iniciando sesión ...",
"Wrong username or password." : "Usuario o contraseña equivocado. ",
"User disabled" : "Usuario deshabilitado",
"Reset password" : "Restablecer contraseña",
"Couldn't send reset email. Please contact your administrator." : "No fue posible enviar el correo de restauración. Por favor contacta a tu adminsitrador. ",
- "Password can not be changed. Please contact your administrator." : "Las contraseñas no se pueden cambiar. Por favor contacta a tu adminstrador",
"New password" : "Nueva contraseña",
"I know what I'm doing" : "Sé lo que estoy haciendo",
"Cancel" : "Cancelar",
"Forgot password?" : "¿Olvidaste tu contraseña?",
+ "Back" : "Atrás",
+ "Reset search" : "Reestablecer búsqueda",
+ "Search" : "Buscar",
"Settings" : "Configuraciones ",
"Search contacts …" : "Buscar contactos ...",
"No contacts found" : "No se encontraron contactos",
@@ -135,7 +110,7 @@
"One file conflict" : "Un conflicto en el archivo",
"New Files" : "Archivos Nuevos",
"Already existing files" : "Archivos ya existentes",
- "Which files do you want to keep?" : "¿Cuales archivos deseas mantener?",
+ "Which files do you want to keep?" : "¿Cuáles archivos deseas mantener?",
"If you select both versions, the copied file will have a number added to its name." : "Si seleccionas ambas versiones, se le agregará un número al nombre del archivo copiado.",
"Continue" : "Continuar",
"(all selected)" : "(todos seleccionados)",
@@ -159,6 +134,13 @@
"Strong password" : "Contraseña fuerte",
"No action available" : "No hay acciones disponibles",
"Error fetching contact actions" : "Se presentó un error al traer las acciónes de contatos",
+ "Non-existing tag #{tag}" : "Etiqueta #{tag} no-existente",
+ "restricted" : "restringido",
+ "invisible" : "invisible",
+ "Delete" : "Borrar",
+ "Rename" : "Renombrar",
+ "Collaborative tags" : "Etiquetas colaborativas",
+ "No tags found" : "No se encontraron etiquetas",
"Personal" : "Personal",
"Users" : "Usuarios",
"Apps" : "Aplicaciones",
@@ -205,8 +187,6 @@
"This application requires JavaScript for correct operation. Please {linkstart}enable JavaScript{linkend} and reload the page." : "Esta aplicación requiere de JavaScript para su correcta operación. Por favor {linkstart}habilita JavaScript{linkend} y vuelve a cargar la página. ",
"More apps" : "Más aplicaciones",
"More" : "Más",
- "Search" : "Buscar",
- "Reset search" : "Reestablecer búsqueda",
"Contacts" : "Contactos",
"Confirm your password" : "Confirma tu contraseña",
"App token" : "Ficha de la aplicación",
@@ -220,7 +200,6 @@
"Access through untrusted domain" : "Accesa a través de un dominio no de confianza",
"Please contact your administrator. If you are an administrator, edit the \"trusted_domains\" setting in config/config.php like the example in config.sample.php." : "Por favor contacta a tu adminsitrador. Si tu eres un administrador, edita la propiedad \"trusted_domains\" en el archivo config/config.php como en el ejemplo config.sample.php.",
"App update required" : "Se requiere una actualización de la aplicación",
- "These apps will be updated:" : "Las siguientes apllicaciones se actualizarán:",
"These incompatible apps will be disabled:" : "Las siguientes aplicaciones incompatibles serán deshabilitadas:",
"The theme %s has been disabled." : "El tema %s ha sido deshabilitado. ",
"Please make sure that the database, the config folder and the data folder have been backed up before proceeding." : "Por favor asegurarte de que la base de datos, la carpeta de configuración y las carpetas de datos hayan sido respaldadas antes de continuar. ",
@@ -234,71 +213,27 @@
"Upgrade via web on my own risk" : "Actualizar vía Web bajo mi propio riesgo",
"This %s instance is currently in maintenance mode, which may take a while." : "Esta instancia %s se encuentra actualmente en modo mantenimiento, que podría tomar algo de tiempo. ",
"Contact your system administrator if this message persists or appeared unexpectedly." : "Contacta a tu administrador del sistema si este mensaje persiste o se presentó de manera inesperada.",
- "Could not send reset email because there is no email address for this username. Please contact your administrator." : "No fue posible enviar el correo electrónico para restablecer porque no hay una dirección de correo electrónico para este usuario. Por favor contacta a tu adminsitrador. ",
- "Couldn't send reset email. Please make sure your username is correct." : "No fue posible restablecer el correo electrónico. Por favor asegurarte de que tu nombre de usuario sea correcto. ",
- "Your files are encrypted. There will be no way to get your data back after your password is reset.<br />If you are not sure what to do, please contact your administrator before you continue. <br />Do you really want to continue?" : "Tus archivos están encriptados. No habrá manera de recuperar tus datos una vez que restablezca tu contraseña. <br />Si no estás seguro de qué hacer, por favor contacta a tu administrador antes de continuar. <br />¿Realmente deseas continuar?",
- "Sending email …" : "Enviando correo electrónico ...",
- "You are currently running PHP 5.6. The current major version of Nextcloud is the last that is supported on PHP 5.6. It is recommended to upgrade the PHP version to 7.0+ to be able to upgrade to Nextcloud 14." : "Actualmente estás corriendo PHP 5.6. La versión principal actual de Nextcloud es la última que será soportada en PHPH 5.6. Te recomendamos actualizar la versión de PHP a la 7.0+ para que puedas actualizar a Nextcloud 14.",
- "Shared" : "Compartido",
- "Shared with" : "Compartido con",
- "Shared by" : "Compartido por",
- "Choose a password for the public link" : "Seleccione una contraseña para la liga pública",
- "Choose a password for the public link or press the \"Enter\" key" : "Elige una contraseña para la liga pública o presiona la tecla \"Intro\"",
- "Copied!" : "¡Copiado!",
- "Copy link" : "Copiar liga",
- "Not supported!" : "¡No está soportado!",
- "Press ⌘-C to copy." : "Presiona ⌘-C para copiar.",
- "Press Ctrl-C to copy." : "Presiona Ctrl-C para copiar.",
- "Resharing is not allowed" : "No se permite volver a compartir",
- "Link" : "Liga",
- "Password protect" : "Proteger con contraseña",
- "Allow editing" : "Permitir editar",
- "Email link to person" : "Enviar la liga por correo electrónico a una persona",
- "Send" : "Enviar",
- "Allow upload and editing" : "Permitir carga y edición",
- "Read only" : "Sólo lectura",
- "File drop (upload only)" : "Permitir carga",
- "Set expiration date" : "Selecciona la vigencia de tu archivo",
- "Expiration" : "Expiración",
- "Expiration date" : "Fecha de expiración",
- "Unshare" : "Dejar de compartir",
- "Share to {name}" : "Compartir con {name}",
- "Share link" : "Compartir liga",
- "Could not unshare" : "No fue posible dejar de compartir",
- "Shared with you and the group {group} by {owner}" : "Compartido contigo y el grupo {group} por {owner}",
- "Shared with you by {owner}" : "Compartido contigo por {owner}",
- "Choose a password for the mail share" : "Elige una contraseña para el elemento compartido por correo",
- "group" : "grupo",
- "remote" : "remoto",
- "email" : "correo electrónico",
- "shared by {sharer}" : "compartido por {sharer}",
- "Can reshare" : "Puede volver a compartir",
- "Can edit" : "Puede editar",
- "Can create" : "Puede crear",
- "Can change" : "Puede cambiar",
- "Can delete" : "Puede borrar",
- "Access control" : "Control de acceso",
- "Error while sharing" : "Se presentó un error al compartir",
- "Share details could not be loaded for this item." : "Los detalles del recurso compartido no se pudieron cargar para este elemento. ",
- "_At least {count} character is needed for autocompletion_::_At least {count} characters are needed for autocompletion_" : ["Se requiere de la menos {count} caracter para el auto completar","Se requieren de la menos {count} caracteres para el auto completar"],
- "This list is maybe truncated - please refine your search term to see more results." : "Esta lista puede estar truncada - por favor refina tus términos de búsqueda para poder ver más resultados. ",
- "No users or groups found for {search}" : "No se encontraron usuarios o gurpos para {search}",
- "No users found for {search}" : "No se encontraron usuarios para {search}",
- "An error occurred. Please try again" : "Se presentó un error. Por favor vuelve a intentarlo",
- "Home" : "Inicio",
- "Work" : "Trabajo",
- "Other" : "Otro",
- "{sharee} ({type}, {owner})" : "{sharee} ({type}, {owner})",
- "Share" : "Compartir",
- "Name or email address..." : "Nombre o dirección de correo electrónico",
- "Name or federated cloud ID..." : "Nombre...",
- "Name, federated cloud ID or email address..." : "Nombre o dirección de correo electrónico...",
- "Name..." : "Nombre...",
- "Error removing share" : "Se presentó un error al dejar de compartir",
- "({scope})" : "({scope})",
- "Saving..." : "Guardando...",
- "Dismiss" : "Descartar",
- "New Password" : "Nueva Contraseña",
- "Cancel log in" : "Cancelar inicio de sesión"
+ "Checking whether the database schema can be updated (this can take a long time depending on the database size)" : "Verificando si el archivo del esquema de base de datos puede ser actualizado (esto puedo tomar mucho tiempo dependiendo del tamaño de la base de datos)",
+ "Checked database schema update" : "Actualización del esquema de base de datos verificada",
+ "Checking updates of apps" : "Verificando actualizaciones para aplicaciones",
+ "Checking for update of app \"%s\" in appstore" : "Verificando actualizaciones para la aplicacion \"%s\" en la appstore",
+ "Update app \"%s\" from appstore" : "Actualizar la aplicación \"%s\" desde la appstore",
+ "Checked for update of app \"%s\" in appstore" : "Se verificaron actualizaciones para la aplicación \"%s\" en la appstore",
+ "Checked database schema update for apps" : "Se verificó la actualización del esquema de la base de datos para las aplicaciones",
+ "Following apps have been disabled: %s" : "Las siguientes aplicaciones han sido deshabilitadas: %s",
+ "Your web server is not properly set up to resolve \"{url}\". Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Tu servidor web no está correctamente configurado para resolver \"{url}\". Puedes encontrar más información al respecto en la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentación</a>.",
+ "No memory cache has been configured. To enhance performance, please configure a memcache, if available. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "No se ha configurado el caché de memoria. Para mejorar el desempeño, por favor configura un memcahce, si está disponible. Puedes encontrar más información en la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentación</a>.",
+ "You are currently running PHP {version}. Upgrade your PHP version to take advantage of <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">performance and security updates provided by the PHP Group</a> as soon as your distribution supports it." : "Estás ejecutando PHP {version}. Actualiza tu versión de PHP para aprovechar las <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">actualizaciones de desempeño y seguridad proporcionadas por el Grupo PHP</a> tan pronto como tu distribución lo soporte. ",
+ "The reverse proxy header configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If not, this is a security issue and can allow an attacker to spoof their IP address as visible to the Nextcloud. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "La configuración de los encabezados del proxy inverso es incorrecta, o estás accediendo a Nextcloud desde un proxy de confianza. Si no es el caso, se trata de un tema de seguridad y le puede permitir a un atacante hacer su dirección IP apócrifa visible para Nextcloud. Puedes encontar más infomración en nuestra <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentación</a>.",
+ "Memcached is configured as distributed cache, but the wrong PHP module \"memcache\" is installed. \\OC\\Memcache\\Memcached only supports \"memcached\" and not \"memcache\". See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">memcached wiki about both modules</a>." : "Memecahced está configurado como un cache distribuido, pero un módulo equivocado de \"memcache\" está instalado. \\OC\\Memcache\\Memcached sólo soporta \"memcached\". Consulta <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">el wiki de memcached en relación a ambos módulos</a>.",
+ "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">List of invalid files…</a> / <a href=\"{rescanEndpoint}\">Rescan…</a>)" : "Algunos archivos no pasaron la verificación de integridad. Puedes encontrar más información de cómo resolver este problema en la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentación</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">Lista de archivos inválidos...</a>/<a href=\"{rescanEndpoint}\">Volver a verificar...</a>)",
+ "The PHP OPcache is not properly configured. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance it is recommended</a> to use the following settings in the <code>php.ini</code>:" : "El OPcache de PHP no está configurado correctamente. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Para un mejor desempeño se recomienda</a> usar las sigueintes configuraciones en el archivo <code>php.ini</code>:",
+ "Continue to Nextcloud" : "Continuar a Nextcloud",
+ "_The update was successful. Redirecting you to Nextcloud in %n second._::_The update was successful. Redirecting you to Nextcloud in %n seconds._" : ["La actualización fue exitosa. Lo estamos redireccionando a Nextcloud en %n segundo. ","La actualización fue exitosa. Te redireccionaremos a Nextcloud en %n segundos."],
+ "Searching other places" : "Buscando en otras ubicaciones",
+ "No search results in other folders for {tag}{filter}{endtag}" : "No hay resultados para la búsqueda {tag}{filter}{endtag} en otras carpetas",
+ "_{count} search result in another folder_::_{count} search results in other folders_" : ["{count} resultado de la búsqueda en otra carpeta","{count} resultados de la búsqueda en otras carpetas"],
+ "Password can not be changed. Please contact your administrator." : "Las contraseñas no se pueden cambiar. Por favor contacta a tu adminstrador",
+ "These apps will be updated:" : "Las siguientes apllicaciones se actualizarán:"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
} \ No newline at end of file
diff --git a/core/l10n/es_PA.js b/core/l10n/es_PA.js
index 6af59a3f2cb..ba3bdeff9b8 100644
--- a/core/l10n/es_PA.js
+++ b/core/l10n/es_PA.js
@@ -32,33 +32,18 @@ OC.L10N.register(
"Maintenance mode is kept active" : "El modo mantenimiento sigue activo",
"Updating database schema" : "Actualizando esquema de base de datos",
"Updated database" : "Base de datos actualizada",
- "Checking whether the database schema can be updated (this can take a long time depending on the database size)" : "Verificando si el archivo del esquema de base de datos puede ser actualizado (esto puedo tomar mucho tiempo dependiendo del tamaño de la base de datos)",
- "Checked database schema update" : "Actualización del esquema de base de datos verificada",
- "Checking updates of apps" : "Verificando actualizaciones para aplicaciones",
- "Checking for update of app \"%s\" in appstore" : "Verificando actualizaciones para la aplicacion \"%s\" en la appstore",
- "Update app \"%s\" from appstore" : "Actualizar la aplicación \"%s\" desde la appstore",
- "Checked for update of app \"%s\" in appstore" : "Se verificaron actualizaciones para la aplicación \"%s\" en la appstore",
"Checking whether the database schema for %s can be updated (this can take a long time depending on the database size)" : "Verificando si el esquema de la base de datos para %s puede ser actualizado (esto puede tomar mucho tiempo dependiendo del tamaño de la base de datos)",
- "Checked database schema update for apps" : "Se verificó la actualización del esquema de la base de datos para las aplicaciones",
"Set log level to debug" : "Establecer nivel de bitacora a depurar",
"Reset log level" : "Restablecer nivel de bitácora",
"Starting code integrity check" : "Comenzando verificación de integridad del código",
"Finished code integrity check" : "Terminó la verificación de integridad del código ",
"%s (incompatible)" : "%s (incompatible)",
- "Following apps have been disabled: %s" : "Las siguientes aplicaciones han sido deshabilitadas: %s",
"Already up to date" : "Ya está actualizado",
"Your web server is not yet properly set up to allow file synchronization, because the WebDAV interface seems to be broken." : "Tu servidor web aún no esta correctamente configurado para permitir la sincronización de archivos porque la interfaz WebDAV parece estar rota. ",
- "Your web server is not properly set up to resolve \"{url}\". Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Tu servidor web no está correctamente configurado para resolver \"{url}\". Puedes encontrar más información al respecto en la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentación</a>.",
"PHP does not seem to be setup properly to query system environment variables. The test with getenv(\"PATH\") only returns an empty response." : "PHP no parece estar configurado correctamente para consultar las variables de ambiente. La prueba con getenv(\"PATH\") sólo regresa una respuesta vacía.",
"Your database does not run with \"READ COMMITTED\" transaction isolation level. This can cause problems when multiple actions are executed in parallel." : "Tu base de datos no puede correr con el nivel de aislamiento de transacción de \"READ COMMITTED\". Puede causar problemas cuando mútiples acciones sean ejecutadas en paralelo.",
"It was not possible to execute the cron job via CLI. The following technical errors have appeared:" : "No fue posible ejecutar el trabajo de cron via CLI. Se presentaron los siguientes errores técnicos:",
"This server has no working Internet connection: Multiple endpoints could not be reached. This means that some of the features like mounting external storage, notifications about updates or installation of third-party apps will not work. Accessing files remotely and sending of notification emails might not work, either. Establish a connection from this server to the Internet to enjoy all features." : "El servidor no cuenta con una conexión a Internet: No se pudieron alcanzar múltiples endpoints. Esto significa que algunas características como montar almacenamiento externo, notificaciones de actualizaciones o instalación de aplicaciones de 3ros no funcionarán correctamente. Acceder archivos de forma remota y el envío de de notificaciones por correo electrónico puede que no funcionen tampoco. Establece una conexión desde este servidor a Internet para aprovechar todas las funcionalidades.",
- "No memory cache has been configured. To enhance performance, please configure a memcache, if available. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "No se ha configurado el caché de memoria. Para mejorar el desempeño, por favor configura un memcahce, si está disponible. Puedes encontrar más información en la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentación</a>.",
- "You are currently running PHP {version}. Upgrade your PHP version to take advantage of <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">performance and security updates provided by the PHP Group</a> as soon as your distribution supports it." : "Estás ejecutando PHP {version}. Actualiza tu versión de PHP para aprovechar las <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">actualizaciones de desempeño y seguridad proporcionadas por el Grupo PHP</a> tan pronto como tu distribución lo soporte. ",
- "The reverse proxy header configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If not, this is a security issue and can allow an attacker to spoof their IP address as visible to the Nextcloud. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "La configuración de los encabezados del proxy inverso es incorrecta, o estás accediendo a Nextcloud desde un proxy de confianza. Si no es el caso, se trata de un tema de seguridad y le puede permitir a un atacante hacer su dirección IP apócrifa visible para Nextcloud. Puedes encontar más infomración en nuestra <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentación</a>.",
- "Memcached is configured as distributed cache, but the wrong PHP module \"memcache\" is installed. \\OC\\Memcache\\Memcached only supports \"memcached\" and not \"memcache\". See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">memcached wiki about both modules</a>." : "Memecahced está configurado como un cache distribuido, pero un módulo equivocado de \"memcache\" está instalado. \\OC\\Memcache\\Memcached sólo soporta \"memcached\". Consulta <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">el wiki de memcached en relación a ambos módulos</a>.",
- "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">List of invalid files…</a> / <a href=\"{rescanEndpoint}\">Rescan…</a>)" : "Algunos archivos no pasaron la verificación de integridad. Puedes encontrar más información de cómo resolver este problema en la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentación</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">Lista de archivos inválidos...</a>/<a href=\"{rescanEndpoint}\">Volver a verificar...</a>)",
- "The PHP OPcache is not properly configured. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance it is recommended</a> to use the following settings in the <code>php.ini</code>:" : "El OPcache de PHP no está configurado correctamente. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Para un mejor desempeño se recomienda</a> usar las sigueintes configuraciones en el archivo <code>php.ini</code>:",
"The PHP function \"set_time_limit\" is not available. This could result in scripts being halted mid-execution, breaking your installation. Enabling this function is strongly recommended." : "La función de PHP \"set_time_limit\" no está disponible. Esto podría generar que la ejecución de scripts se detenga, rompiendo su instalación. Se recomienda ámpliamente habilitar esta función. ",
"SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend." : "Actualmente estás usando SQLite como el backend de base de datos. Para instalaciones más grandes te recomendamos cambiar a un backend de base de datos diferente.",
"This is particularly recommended when using the desktop client for file synchronisation." : "Esto es particularmente recomendado cuando se usa el cliente de escritorio para sincronización de archivos. ",
@@ -66,13 +51,6 @@ OC.L10N.register(
"Your data directory and files are probably accessible from the Internet. The .htaccess file is not working. It is strongly recommended that you configure your web server so that the data directory is no longer accessible, or move the data directory outside the web server document root." : "Probablemente tu directorio de datos y archivos sean accesibles desde Internet. El archivo .htaccess no está funcionando. Se recomienda ampliamente que configures tu servidor web para que el directorio de datos no sea accesible, o bien, que muevas el directorio de datos fuera del directorio raíz del servidor web.",
"The \"{header}\" HTTP header is not set to \"{expected}\". This is a potential security or privacy risk, as it is recommended to adjust this setting accordingly." : "El encabezado HTTP \"{header}\" está establecido a \"{expected}\". Esto representa un riesgo potencial de seguridad o privacidad, y que se recomienda ajustar esta configuración. ",
"The \"{header}\" HTTP header is not set to \"{expected}\". Some features might not work correctly, as it is recommended to adjust this setting accordingly." : "El encabezado HTTP \"{header}\" no está establecido a \"{expected}\". Puede que lgunas características no funcionen correctamente, y se recomienda ajustar esta confirguración. ",
- "Non-existing tag #{tag}" : "Etiqueta #{tag} no-existente",
- "restricted" : "restringido",
- "invisible" : "invisible",
- "Delete" : "Borrar",
- "Rename" : "Renombrar",
- "Collaborative tags" : "Etiquetas colaborativas",
- "No tags found" : "No se encontraron etiquetas",
"unknown text" : "texto desconocido",
"Hello world!" : "¡Hola mundo!",
"sunny" : "soleado",
@@ -87,28 +65,25 @@ OC.L10N.register(
"Please reload the page." : "Por favor vuelve a cargar la página.",
"The update was unsuccessful. For more information <a href=\"{url}\">check our forum post</a> covering this issue." : "La actualización no fue exitosa. Para más información <a href=\"{url}\">consulta nuestro comentario en el foro </a> que cubre este tema. ",
"The update was unsuccessful. Please report this issue to the <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">Nextcloud community</a>." : "La actualización no fue exitosa. Por favor reporta este tema a la <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">Comunidad Nextcloud</a>.",
- "Continue to Nextcloud" : "Continuar a Nextcloud",
- "_The update was successful. Redirecting you to Nextcloud in %n second._::_The update was successful. Redirecting you to Nextcloud in %n seconds._" : ["La actualización fue exitosa. Lo estamos redireccionando a Nextcloud en %n segundo. ","La actualización fue exitosa. Te redireccionaremos a Nextcloud en %n segundos."],
- "Searching other places" : "Buscando en otras ubicaciones",
- "No search results in other folders for {tag}{filter}{endtag}" : "No hay resultados para la búsqueda {tag}{filter}{endtag} en otras carpetas",
- "_{count} search result in another folder_::_{count} search results in other folders_" : ["{count} resultado de la búsqueda en otra carpeta","{count} resultados de la búsqueda en otras carpetas"],
+ "Log in" : "Ingresar",
+ "Logging in …" : "Iniciando sesión ...",
"Server side authentication failed!" : "¡Falló la autenticación del lado del servidor!",
"Please contact your administrator." : "Por favor contacta al administrador.",
"An internal error occurred." : "Se presentó un error interno.",
"Please try again or contact your administrator." : "Por favor vuelve a intentarlo o contacta a tu adminsitrador. ",
"Username or email" : "Usuario o correo electrónico",
"Password" : "Contraseña",
- "Log in" : "Ingresar",
- "Logging in …" : "Iniciando sesión ...",
"Wrong username or password." : "Usuario o contraseña equivocado. ",
"User disabled" : "Usuario deshabilitado",
"Reset password" : "Restablecer contraseña",
"Couldn't send reset email. Please contact your administrator." : "No fue posible enviar el correo de restauración. Por favor contacta a tu adminsitrador. ",
- "Password can not be changed. Please contact your administrator." : "Las contraseñas no se pueden cambiar. Por favor contacta a tu adminstrador",
"New password" : "Nueva contraseña",
"I know what I'm doing" : "Sé lo que estoy haciendo",
"Cancel" : "Cancelar",
"Forgot password?" : "¿Olvidaste tu contraseña?",
+ "Back" : "Atrás",
+ "Reset search" : "Reestablecer búsqueda",
+ "Search" : "Buscar",
"Settings" : "Configuraciones ",
"Search contacts …" : "Buscar contactos ...",
"No contacts found" : "No se encontraron contactos",
@@ -137,7 +112,7 @@ OC.L10N.register(
"One file conflict" : "Un conflicto en el archivo",
"New Files" : "Archivos Nuevos",
"Already existing files" : "Archivos ya existentes",
- "Which files do you want to keep?" : "¿Cuales archivos deseas mantener?",
+ "Which files do you want to keep?" : "¿Cuáles archivos deseas mantener?",
"If you select both versions, the copied file will have a number added to its name." : "Si seleccionas ambas versiones, se le agregará un número al nombre del archivo copiado.",
"Continue" : "Continuar",
"(all selected)" : "(todos seleccionados)",
@@ -161,6 +136,13 @@ OC.L10N.register(
"Strong password" : "Contraseña fuerte",
"No action available" : "No hay acciones disponibles",
"Error fetching contact actions" : "Se presentó un error al traer las acciónes de contatos",
+ "Non-existing tag #{tag}" : "Etiqueta #{tag} no-existente",
+ "restricted" : "restringido",
+ "invisible" : "invisible",
+ "Delete" : "Borrar",
+ "Rename" : "Renombrar",
+ "Collaborative tags" : "Etiquetas colaborativas",
+ "No tags found" : "No se encontraron etiquetas",
"Personal" : "Personal",
"Users" : "Usuarios",
"Apps" : "Aplicaciones",
@@ -207,8 +189,6 @@ OC.L10N.register(
"This application requires JavaScript for correct operation. Please {linkstart}enable JavaScript{linkend} and reload the page." : "Esta aplicación requiere de JavaScript para su correcta operación. Por favor {linkstart}habilita JavaScript{linkend} y vuelve a cargar la página. ",
"More apps" : "Más aplicaciones",
"More" : "Más",
- "Search" : "Buscar",
- "Reset search" : "Reestablecer búsqueda",
"Contacts" : "Contactos",
"Confirm your password" : "Confirma tu contraseña",
"App token" : "Ficha de la aplicación",
@@ -222,7 +202,6 @@ OC.L10N.register(
"Access through untrusted domain" : "Accesa a través de un dominio no de confianza",
"Please contact your administrator. If you are an administrator, edit the \"trusted_domains\" setting in config/config.php like the example in config.sample.php." : "Por favor contacta a tu adminsitrador. Si tu eres un administrador, edita la propiedad \"trusted_domains\" en el archivo config/config.php como en el ejemplo config.sample.php.",
"App update required" : "Se requiere una actualización de la aplicación",
- "These apps will be updated:" : "Las siguientes apllicaciones se actualizarán:",
"These incompatible apps will be disabled:" : "Las siguientes aplicaciones incompatibles serán deshabilitadas:",
"The theme %s has been disabled." : "El tema %s ha sido deshabilitado. ",
"Please make sure that the database, the config folder and the data folder have been backed up before proceeding." : "Por favor asegurarte de que la base de datos, la carpeta de configuración y las carpetas de datos hayan sido respaldadas antes de continuar. ",
@@ -236,71 +215,27 @@ OC.L10N.register(
"Upgrade via web on my own risk" : "Actualizar vía Web bajo mi propio riesgo",
"This %s instance is currently in maintenance mode, which may take a while." : "Esta instancia %s se encuentra actualmente en modo mantenimiento, que podría tomar algo de tiempo. ",
"Contact your system administrator if this message persists or appeared unexpectedly." : "Contacta a tu administrador del sistema si este mensaje persiste o se presentó de manera inesperada.",
- "Could not send reset email because there is no email address for this username. Please contact your administrator." : "No fue posible enviar el correo electrónico para restablecer porque no hay una dirección de correo electrónico para este usuario. Por favor contacta a tu adminsitrador. ",
- "Couldn't send reset email. Please make sure your username is correct." : "No fue posible restablecer el correo electrónico. Por favor asegurarte de que tu nombre de usuario sea correcto. ",
- "Your files are encrypted. There will be no way to get your data back after your password is reset.<br />If you are not sure what to do, please contact your administrator before you continue. <br />Do you really want to continue?" : "Tus archivos están encriptados. No habrá manera de recuperar tus datos una vez que restablezca tu contraseña. <br />Si no estás seguro de qué hacer, por favor contacta a tu administrador antes de continuar. <br />¿Realmente deseas continuar?",
- "Sending email …" : "Enviando correo electrónico ...",
- "You are currently running PHP 5.6. The current major version of Nextcloud is the last that is supported on PHP 5.6. It is recommended to upgrade the PHP version to 7.0+ to be able to upgrade to Nextcloud 14." : "Actualmente estás corriendo PHP 5.6. La versión principal actual de Nextcloud es la última que será soportada en PHPH 5.6. Te recomendamos actualizar la versión de PHP a la 7.0+ para que puedas actualizar a Nextcloud 14.",
- "Shared" : "Compartido",
- "Shared with" : "Compartido con",
- "Shared by" : "Compartido por",
- "Choose a password for the public link" : "Seleccione una contraseña para la liga pública",
- "Choose a password for the public link or press the \"Enter\" key" : "Elige una contraseña para la liga pública o presiona la tecla \"Intro\"",
- "Copied!" : "¡Copiado!",
- "Copy link" : "Copiar liga",
- "Not supported!" : "¡No está soportado!",
- "Press ⌘-C to copy." : "Presiona ⌘-C para copiar.",
- "Press Ctrl-C to copy." : "Presiona Ctrl-C para copiar.",
- "Resharing is not allowed" : "No se permite volver a compartir",
- "Link" : "Liga",
- "Password protect" : "Proteger con contraseña",
- "Allow editing" : "Permitir editar",
- "Email link to person" : "Enviar la liga por correo electrónico a una persona",
- "Send" : "Enviar",
- "Allow upload and editing" : "Permitir carga y edición",
- "Read only" : "Sólo lectura",
- "File drop (upload only)" : "Permitir carga",
- "Set expiration date" : "Selecciona la vigencia de tu archivo",
- "Expiration" : "Expiración",
- "Expiration date" : "Fecha de expiración",
- "Unshare" : "Dejar de compartir",
- "Share to {name}" : "Compartir con {name}",
- "Share link" : "Compartir liga",
- "Could not unshare" : "No fue posible dejar de compartir",
- "Shared with you and the group {group} by {owner}" : "Compartido contigo y el grupo {group} por {owner}",
- "Shared with you by {owner}" : "Compartido contigo por {owner}",
- "Choose a password for the mail share" : "Elige una contraseña para el elemento compartido por correo",
- "group" : "grupo",
- "remote" : "remoto",
- "email" : "correo electrónico",
- "shared by {sharer}" : "compartido por {sharer}",
- "Can reshare" : "Puede volver a compartir",
- "Can edit" : "Puede editar",
- "Can create" : "Puede crear",
- "Can change" : "Puede cambiar",
- "Can delete" : "Puede borrar",
- "Access control" : "Control de acceso",
- "Error while sharing" : "Se presentó un error al compartir",
- "Share details could not be loaded for this item." : "Los detalles del recurso compartido no se pudieron cargar para este elemento. ",
- "_At least {count} character is needed for autocompletion_::_At least {count} characters are needed for autocompletion_" : ["Se requiere de la menos {count} caracter para el auto completar","Se requieren de la menos {count} caracteres para el auto completar"],
- "This list is maybe truncated - please refine your search term to see more results." : "Esta lista puede estar truncada - por favor refina tus términos de búsqueda para poder ver más resultados. ",
- "No users or groups found for {search}" : "No se encontraron usuarios o gurpos para {search}",
- "No users found for {search}" : "No se encontraron usuarios para {search}",
- "An error occurred. Please try again" : "Se presentó un error. Por favor vuelve a intentarlo",
- "Home" : "Inicio",
- "Work" : "Trabajo",
- "Other" : "Otro",
- "{sharee} ({type}, {owner})" : "{sharee} ({type}, {owner})",
- "Share" : "Compartir",
- "Name or email address..." : "Nombre o dirección de correo electrónico",
- "Name or federated cloud ID..." : "Nombre...",
- "Name, federated cloud ID or email address..." : "Nombre o dirección de correo electrónico...",
- "Name..." : "Nombre...",
- "Error removing share" : "Se presentó un error al dejar de compartir",
- "({scope})" : "({scope})",
- "Saving..." : "Guardando...",
- "Dismiss" : "Descartar",
- "New Password" : "Nueva Contraseña",
- "Cancel log in" : "Cancelar inicio de sesión"
+ "Checking whether the database schema can be updated (this can take a long time depending on the database size)" : "Verificando si el archivo del esquema de base de datos puede ser actualizado (esto puedo tomar mucho tiempo dependiendo del tamaño de la base de datos)",
+ "Checked database schema update" : "Actualización del esquema de base de datos verificada",
+ "Checking updates of apps" : "Verificando actualizaciones para aplicaciones",
+ "Checking for update of app \"%s\" in appstore" : "Verificando actualizaciones para la aplicacion \"%s\" en la appstore",
+ "Update app \"%s\" from appstore" : "Actualizar la aplicación \"%s\" desde la appstore",
+ "Checked for update of app \"%s\" in appstore" : "Se verificaron actualizaciones para la aplicación \"%s\" en la appstore",
+ "Checked database schema update for apps" : "Se verificó la actualización del esquema de la base de datos para las aplicaciones",
+ "Following apps have been disabled: %s" : "Las siguientes aplicaciones han sido deshabilitadas: %s",
+ "Your web server is not properly set up to resolve \"{url}\". Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Tu servidor web no está correctamente configurado para resolver \"{url}\". Puedes encontrar más información al respecto en la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentación</a>.",
+ "No memory cache has been configured. To enhance performance, please configure a memcache, if available. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "No se ha configurado el caché de memoria. Para mejorar el desempeño, por favor configura un memcahce, si está disponible. Puedes encontrar más información en la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentación</a>.",
+ "You are currently running PHP {version}. Upgrade your PHP version to take advantage of <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">performance and security updates provided by the PHP Group</a> as soon as your distribution supports it." : "Estás ejecutando PHP {version}. Actualiza tu versión de PHP para aprovechar las <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">actualizaciones de desempeño y seguridad proporcionadas por el Grupo PHP</a> tan pronto como tu distribución lo soporte. ",
+ "The reverse proxy header configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If not, this is a security issue and can allow an attacker to spoof their IP address as visible to the Nextcloud. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "La configuración de los encabezados del proxy inverso es incorrecta, o estás accediendo a Nextcloud desde un proxy de confianza. Si no es el caso, se trata de un tema de seguridad y le puede permitir a un atacante hacer su dirección IP apócrifa visible para Nextcloud. Puedes encontar más infomración en nuestra <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentación</a>.",
+ "Memcached is configured as distributed cache, but the wrong PHP module \"memcache\" is installed. \\OC\\Memcache\\Memcached only supports \"memcached\" and not \"memcache\". See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">memcached wiki about both modules</a>." : "Memecahced está configurado como un cache distribuido, pero un módulo equivocado de \"memcache\" está instalado. \\OC\\Memcache\\Memcached sólo soporta \"memcached\". Consulta <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">el wiki de memcached en relación a ambos módulos</a>.",
+ "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">List of invalid files…</a> / <a href=\"{rescanEndpoint}\">Rescan…</a>)" : "Algunos archivos no pasaron la verificación de integridad. Puedes encontrar más información de cómo resolver este problema en la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentación</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">Lista de archivos inválidos...</a>/<a href=\"{rescanEndpoint}\">Volver a verificar...</a>)",
+ "The PHP OPcache is not properly configured. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance it is recommended</a> to use the following settings in the <code>php.ini</code>:" : "El OPcache de PHP no está configurado correctamente. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Para un mejor desempeño se recomienda</a> usar las sigueintes configuraciones en el archivo <code>php.ini</code>:",
+ "Continue to Nextcloud" : "Continuar a Nextcloud",
+ "_The update was successful. Redirecting you to Nextcloud in %n second._::_The update was successful. Redirecting you to Nextcloud in %n seconds._" : ["La actualización fue exitosa. Lo estamos redireccionando a Nextcloud en %n segundo. ","La actualización fue exitosa. Te redireccionaremos a Nextcloud en %n segundos."],
+ "Searching other places" : "Buscando en otras ubicaciones",
+ "No search results in other folders for {tag}{filter}{endtag}" : "No hay resultados para la búsqueda {tag}{filter}{endtag} en otras carpetas",
+ "_{count} search result in another folder_::_{count} search results in other folders_" : ["{count} resultado de la búsqueda en otra carpeta","{count} resultados de la búsqueda en otras carpetas"],
+ "Password can not be changed. Please contact your administrator." : "Las contraseñas no se pueden cambiar. Por favor contacta a tu adminstrador",
+ "These apps will be updated:" : "Las siguientes apllicaciones se actualizarán:"
},
"nplurals=2; plural=(n != 1);");
diff --git a/core/l10n/es_PA.json b/core/l10n/es_PA.json
index 80b0b7b1b26..1bfe967c875 100644
--- a/core/l10n/es_PA.json
+++ b/core/l10n/es_PA.json
@@ -30,33 +30,18 @@
"Maintenance mode is kept active" : "El modo mantenimiento sigue activo",
"Updating database schema" : "Actualizando esquema de base de datos",
"Updated database" : "Base de datos actualizada",
- "Checking whether the database schema can be updated (this can take a long time depending on the database size)" : "Verificando si el archivo del esquema de base de datos puede ser actualizado (esto puedo tomar mucho tiempo dependiendo del tamaño de la base de datos)",
- "Checked database schema update" : "Actualización del esquema de base de datos verificada",
- "Checking updates of apps" : "Verificando actualizaciones para aplicaciones",
- "Checking for update of app \"%s\" in appstore" : "Verificando actualizaciones para la aplicacion \"%s\" en la appstore",
- "Update app \"%s\" from appstore" : "Actualizar la aplicación \"%s\" desde la appstore",
- "Checked for update of app \"%s\" in appstore" : "Se verificaron actualizaciones para la aplicación \"%s\" en la appstore",
"Checking whether the database schema for %s can be updated (this can take a long time depending on the database size)" : "Verificando si el esquema de la base de datos para %s puede ser actualizado (esto puede tomar mucho tiempo dependiendo del tamaño de la base de datos)",
- "Checked database schema update for apps" : "Se verificó la actualización del esquema de la base de datos para las aplicaciones",
"Set log level to debug" : "Establecer nivel de bitacora a depurar",
"Reset log level" : "Restablecer nivel de bitácora",
"Starting code integrity check" : "Comenzando verificación de integridad del código",
"Finished code integrity check" : "Terminó la verificación de integridad del código ",
"%s (incompatible)" : "%s (incompatible)",
- "Following apps have been disabled: %s" : "Las siguientes aplicaciones han sido deshabilitadas: %s",
"Already up to date" : "Ya está actualizado",
"Your web server is not yet properly set up to allow file synchronization, because the WebDAV interface seems to be broken." : "Tu servidor web aún no esta correctamente configurado para permitir la sincronización de archivos porque la interfaz WebDAV parece estar rota. ",
- "Your web server is not properly set up to resolve \"{url}\". Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Tu servidor web no está correctamente configurado para resolver \"{url}\". Puedes encontrar más información al respecto en la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentación</a>.",
"PHP does not seem to be setup properly to query system environment variables. The test with getenv(\"PATH\") only returns an empty response." : "PHP no parece estar configurado correctamente para consultar las variables de ambiente. La prueba con getenv(\"PATH\") sólo regresa una respuesta vacía.",
"Your database does not run with \"READ COMMITTED\" transaction isolation level. This can cause problems when multiple actions are executed in parallel." : "Tu base de datos no puede correr con el nivel de aislamiento de transacción de \"READ COMMITTED\". Puede causar problemas cuando mútiples acciones sean ejecutadas en paralelo.",
"It was not possible to execute the cron job via CLI. The following technical errors have appeared:" : "No fue posible ejecutar el trabajo de cron via CLI. Se presentaron los siguientes errores técnicos:",
"This server has no working Internet connection: Multiple endpoints could not be reached. This means that some of the features like mounting external storage, notifications about updates or installation of third-party apps will not work. Accessing files remotely and sending of notification emails might not work, either. Establish a connection from this server to the Internet to enjoy all features." : "El servidor no cuenta con una conexión a Internet: No se pudieron alcanzar múltiples endpoints. Esto significa que algunas características como montar almacenamiento externo, notificaciones de actualizaciones o instalación de aplicaciones de 3ros no funcionarán correctamente. Acceder archivos de forma remota y el envío de de notificaciones por correo electrónico puede que no funcionen tampoco. Establece una conexión desde este servidor a Internet para aprovechar todas las funcionalidades.",
- "No memory cache has been configured. To enhance performance, please configure a memcache, if available. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "No se ha configurado el caché de memoria. Para mejorar el desempeño, por favor configura un memcahce, si está disponible. Puedes encontrar más información en la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentación</a>.",
- "You are currently running PHP {version}. Upgrade your PHP version to take advantage of <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">performance and security updates provided by the PHP Group</a> as soon as your distribution supports it." : "Estás ejecutando PHP {version}. Actualiza tu versión de PHP para aprovechar las <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">actualizaciones de desempeño y seguridad proporcionadas por el Grupo PHP</a> tan pronto como tu distribución lo soporte. ",
- "The reverse proxy header configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If not, this is a security issue and can allow an attacker to spoof their IP address as visible to the Nextcloud. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "La configuración de los encabezados del proxy inverso es incorrecta, o estás accediendo a Nextcloud desde un proxy de confianza. Si no es el caso, se trata de un tema de seguridad y le puede permitir a un atacante hacer su dirección IP apócrifa visible para Nextcloud. Puedes encontar más infomración en nuestra <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentación</a>.",
- "Memcached is configured as distributed cache, but the wrong PHP module \"memcache\" is installed. \\OC\\Memcache\\Memcached only supports \"memcached\" and not \"memcache\". See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">memcached wiki about both modules</a>." : "Memecahced está configurado como un cache distribuido, pero un módulo equivocado de \"memcache\" está instalado. \\OC\\Memcache\\Memcached sólo soporta \"memcached\". Consulta <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">el wiki de memcached en relación a ambos módulos</a>.",
- "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">List of invalid files…</a> / <a href=\"{rescanEndpoint}\">Rescan…</a>)" : "Algunos archivos no pasaron la verificación de integridad. Puedes encontrar más información de cómo resolver este problema en la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentación</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">Lista de archivos inválidos...</a>/<a href=\"{rescanEndpoint}\">Volver a verificar...</a>)",
- "The PHP OPcache is not properly configured. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance it is recommended</a> to use the following settings in the <code>php.ini</code>:" : "El OPcache de PHP no está configurado correctamente. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Para un mejor desempeño se recomienda</a> usar las sigueintes configuraciones en el archivo <code>php.ini</code>:",
"The PHP function \"set_time_limit\" is not available. This could result in scripts being halted mid-execution, breaking your installation. Enabling this function is strongly recommended." : "La función de PHP \"set_time_limit\" no está disponible. Esto podría generar que la ejecución de scripts se detenga, rompiendo su instalación. Se recomienda ámpliamente habilitar esta función. ",
"SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend." : "Actualmente estás usando SQLite como el backend de base de datos. Para instalaciones más grandes te recomendamos cambiar a un backend de base de datos diferente.",
"This is particularly recommended when using the desktop client for file synchronisation." : "Esto es particularmente recomendado cuando se usa el cliente de escritorio para sincronización de archivos. ",
@@ -64,13 +49,6 @@
"Your data directory and files are probably accessible from the Internet. The .htaccess file is not working. It is strongly recommended that you configure your web server so that the data directory is no longer accessible, or move the data directory outside the web server document root." : "Probablemente tu directorio de datos y archivos sean accesibles desde Internet. El archivo .htaccess no está funcionando. Se recomienda ampliamente que configures tu servidor web para que el directorio de datos no sea accesible, o bien, que muevas el directorio de datos fuera del directorio raíz del servidor web.",
"The \"{header}\" HTTP header is not set to \"{expected}\". This is a potential security or privacy risk, as it is recommended to adjust this setting accordingly." : "El encabezado HTTP \"{header}\" está establecido a \"{expected}\". Esto representa un riesgo potencial de seguridad o privacidad, y que se recomienda ajustar esta configuración. ",
"The \"{header}\" HTTP header is not set to \"{expected}\". Some features might not work correctly, as it is recommended to adjust this setting accordingly." : "El encabezado HTTP \"{header}\" no está establecido a \"{expected}\". Puede que lgunas características no funcionen correctamente, y se recomienda ajustar esta confirguración. ",
- "Non-existing tag #{tag}" : "Etiqueta #{tag} no-existente",
- "restricted" : "restringido",
- "invisible" : "invisible",
- "Delete" : "Borrar",
- "Rename" : "Renombrar",
- "Collaborative tags" : "Etiquetas colaborativas",
- "No tags found" : "No se encontraron etiquetas",
"unknown text" : "texto desconocido",
"Hello world!" : "¡Hola mundo!",
"sunny" : "soleado",
@@ -85,28 +63,25 @@
"Please reload the page." : "Por favor vuelve a cargar la página.",
"The update was unsuccessful. For more information <a href=\"{url}\">check our forum post</a> covering this issue." : "La actualización no fue exitosa. Para más información <a href=\"{url}\">consulta nuestro comentario en el foro </a> que cubre este tema. ",
"The update was unsuccessful. Please report this issue to the <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">Nextcloud community</a>." : "La actualización no fue exitosa. Por favor reporta este tema a la <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">Comunidad Nextcloud</a>.",
- "Continue to Nextcloud" : "Continuar a Nextcloud",
- "_The update was successful. Redirecting you to Nextcloud in %n second._::_The update was successful. Redirecting you to Nextcloud in %n seconds._" : ["La actualización fue exitosa. Lo estamos redireccionando a Nextcloud en %n segundo. ","La actualización fue exitosa. Te redireccionaremos a Nextcloud en %n segundos."],
- "Searching other places" : "Buscando en otras ubicaciones",
- "No search results in other folders for {tag}{filter}{endtag}" : "No hay resultados para la búsqueda {tag}{filter}{endtag} en otras carpetas",
- "_{count} search result in another folder_::_{count} search results in other folders_" : ["{count} resultado de la búsqueda en otra carpeta","{count} resultados de la búsqueda en otras carpetas"],
+ "Log in" : "Ingresar",
+ "Logging in …" : "Iniciando sesión ...",
"Server side authentication failed!" : "¡Falló la autenticación del lado del servidor!",
"Please contact your administrator." : "Por favor contacta al administrador.",
"An internal error occurred." : "Se presentó un error interno.",
"Please try again or contact your administrator." : "Por favor vuelve a intentarlo o contacta a tu adminsitrador. ",
"Username or email" : "Usuario o correo electrónico",
"Password" : "Contraseña",
- "Log in" : "Ingresar",
- "Logging in …" : "Iniciando sesión ...",
"Wrong username or password." : "Usuario o contraseña equivocado. ",
"User disabled" : "Usuario deshabilitado",
"Reset password" : "Restablecer contraseña",
"Couldn't send reset email. Please contact your administrator." : "No fue posible enviar el correo de restauración. Por favor contacta a tu adminsitrador. ",
- "Password can not be changed. Please contact your administrator." : "Las contraseñas no se pueden cambiar. Por favor contacta a tu adminstrador",
"New password" : "Nueva contraseña",
"I know what I'm doing" : "Sé lo que estoy haciendo",
"Cancel" : "Cancelar",
"Forgot password?" : "¿Olvidaste tu contraseña?",
+ "Back" : "Atrás",
+ "Reset search" : "Reestablecer búsqueda",
+ "Search" : "Buscar",
"Settings" : "Configuraciones ",
"Search contacts …" : "Buscar contactos ...",
"No contacts found" : "No se encontraron contactos",
@@ -135,7 +110,7 @@
"One file conflict" : "Un conflicto en el archivo",
"New Files" : "Archivos Nuevos",
"Already existing files" : "Archivos ya existentes",
- "Which files do you want to keep?" : "¿Cuales archivos deseas mantener?",
+ "Which files do you want to keep?" : "¿Cuáles archivos deseas mantener?",
"If you select both versions, the copied file will have a number added to its name." : "Si seleccionas ambas versiones, se le agregará un número al nombre del archivo copiado.",
"Continue" : "Continuar",
"(all selected)" : "(todos seleccionados)",
@@ -159,6 +134,13 @@
"Strong password" : "Contraseña fuerte",
"No action available" : "No hay acciones disponibles",
"Error fetching contact actions" : "Se presentó un error al traer las acciónes de contatos",
+ "Non-existing tag #{tag}" : "Etiqueta #{tag} no-existente",
+ "restricted" : "restringido",
+ "invisible" : "invisible",
+ "Delete" : "Borrar",
+ "Rename" : "Renombrar",
+ "Collaborative tags" : "Etiquetas colaborativas",
+ "No tags found" : "No se encontraron etiquetas",
"Personal" : "Personal",
"Users" : "Usuarios",
"Apps" : "Aplicaciones",
@@ -205,8 +187,6 @@
"This application requires JavaScript for correct operation. Please {linkstart}enable JavaScript{linkend} and reload the page." : "Esta aplicación requiere de JavaScript para su correcta operación. Por favor {linkstart}habilita JavaScript{linkend} y vuelve a cargar la página. ",
"More apps" : "Más aplicaciones",
"More" : "Más",
- "Search" : "Buscar",
- "Reset search" : "Reestablecer búsqueda",
"Contacts" : "Contactos",
"Confirm your password" : "Confirma tu contraseña",
"App token" : "Ficha de la aplicación",
@@ -220,7 +200,6 @@
"Access through untrusted domain" : "Accesa a través de un dominio no de confianza",
"Please contact your administrator. If you are an administrator, edit the \"trusted_domains\" setting in config/config.php like the example in config.sample.php." : "Por favor contacta a tu adminsitrador. Si tu eres un administrador, edita la propiedad \"trusted_domains\" en el archivo config/config.php como en el ejemplo config.sample.php.",
"App update required" : "Se requiere una actualización de la aplicación",
- "These apps will be updated:" : "Las siguientes apllicaciones se actualizarán:",
"These incompatible apps will be disabled:" : "Las siguientes aplicaciones incompatibles serán deshabilitadas:",
"The theme %s has been disabled." : "El tema %s ha sido deshabilitado. ",
"Please make sure that the database, the config folder and the data folder have been backed up before proceeding." : "Por favor asegurarte de que la base de datos, la carpeta de configuración y las carpetas de datos hayan sido respaldadas antes de continuar. ",
@@ -234,71 +213,27 @@
"Upgrade via web on my own risk" : "Actualizar vía Web bajo mi propio riesgo",
"This %s instance is currently in maintenance mode, which may take a while." : "Esta instancia %s se encuentra actualmente en modo mantenimiento, que podría tomar algo de tiempo. ",
"Contact your system administrator if this message persists or appeared unexpectedly." : "Contacta a tu administrador del sistema si este mensaje persiste o se presentó de manera inesperada.",
- "Could not send reset email because there is no email address for this username. Please contact your administrator." : "No fue posible enviar el correo electrónico para restablecer porque no hay una dirección de correo electrónico para este usuario. Por favor contacta a tu adminsitrador. ",
- "Couldn't send reset email. Please make sure your username is correct." : "No fue posible restablecer el correo electrónico. Por favor asegurarte de que tu nombre de usuario sea correcto. ",
- "Your files are encrypted. There will be no way to get your data back after your password is reset.<br />If you are not sure what to do, please contact your administrator before you continue. <br />Do you really want to continue?" : "Tus archivos están encriptados. No habrá manera de recuperar tus datos una vez que restablezca tu contraseña. <br />Si no estás seguro de qué hacer, por favor contacta a tu administrador antes de continuar. <br />¿Realmente deseas continuar?",
- "Sending email …" : "Enviando correo electrónico ...",
- "You are currently running PHP 5.6. The current major version of Nextcloud is the last that is supported on PHP 5.6. It is recommended to upgrade the PHP version to 7.0+ to be able to upgrade to Nextcloud 14." : "Actualmente estás corriendo PHP 5.6. La versión principal actual de Nextcloud es la última que será soportada en PHPH 5.6. Te recomendamos actualizar la versión de PHP a la 7.0+ para que puedas actualizar a Nextcloud 14.",
- "Shared" : "Compartido",
- "Shared with" : "Compartido con",
- "Shared by" : "Compartido por",
- "Choose a password for the public link" : "Seleccione una contraseña para la liga pública",
- "Choose a password for the public link or press the \"Enter\" key" : "Elige una contraseña para la liga pública o presiona la tecla \"Intro\"",
- "Copied!" : "¡Copiado!",
- "Copy link" : "Copiar liga",
- "Not supported!" : "¡No está soportado!",
- "Press ⌘-C to copy." : "Presiona ⌘-C para copiar.",
- "Press Ctrl-C to copy." : "Presiona Ctrl-C para copiar.",
- "Resharing is not allowed" : "No se permite volver a compartir",
- "Link" : "Liga",
- "Password protect" : "Proteger con contraseña",
- "Allow editing" : "Permitir editar",
- "Email link to person" : "Enviar la liga por correo electrónico a una persona",
- "Send" : "Enviar",
- "Allow upload and editing" : "Permitir carga y edición",
- "Read only" : "Sólo lectura",
- "File drop (upload only)" : "Permitir carga",
- "Set expiration date" : "Selecciona la vigencia de tu archivo",
- "Expiration" : "Expiración",
- "Expiration date" : "Fecha de expiración",
- "Unshare" : "Dejar de compartir",
- "Share to {name}" : "Compartir con {name}",
- "Share link" : "Compartir liga",
- "Could not unshare" : "No fue posible dejar de compartir",
- "Shared with you and the group {group} by {owner}" : "Compartido contigo y el grupo {group} por {owner}",
- "Shared with you by {owner}" : "Compartido contigo por {owner}",
- "Choose a password for the mail share" : "Elige una contraseña para el elemento compartido por correo",
- "group" : "grupo",
- "remote" : "remoto",
- "email" : "correo electrónico",
- "shared by {sharer}" : "compartido por {sharer}",
- "Can reshare" : "Puede volver a compartir",
- "Can edit" : "Puede editar",
- "Can create" : "Puede crear",
- "Can change" : "Puede cambiar",
- "Can delete" : "Puede borrar",
- "Access control" : "Control de acceso",
- "Error while sharing" : "Se presentó un error al compartir",
- "Share details could not be loaded for this item." : "Los detalles del recurso compartido no se pudieron cargar para este elemento. ",
- "_At least {count} character is needed for autocompletion_::_At least {count} characters are needed for autocompletion_" : ["Se requiere de la menos {count} caracter para el auto completar","Se requieren de la menos {count} caracteres para el auto completar"],
- "This list is maybe truncated - please refine your search term to see more results." : "Esta lista puede estar truncada - por favor refina tus términos de búsqueda para poder ver más resultados. ",
- "No users or groups found for {search}" : "No se encontraron usuarios o gurpos para {search}",
- "No users found for {search}" : "No se encontraron usuarios para {search}",
- "An error occurred. Please try again" : "Se presentó un error. Por favor vuelve a intentarlo",
- "Home" : "Inicio",
- "Work" : "Trabajo",
- "Other" : "Otro",
- "{sharee} ({type}, {owner})" : "{sharee} ({type}, {owner})",
- "Share" : "Compartir",
- "Name or email address..." : "Nombre o dirección de correo electrónico",
- "Name or federated cloud ID..." : "Nombre...",
- "Name, federated cloud ID or email address..." : "Nombre o dirección de correo electrónico...",
- "Name..." : "Nombre...",
- "Error removing share" : "Se presentó un error al dejar de compartir",
- "({scope})" : "({scope})",
- "Saving..." : "Guardando...",
- "Dismiss" : "Descartar",
- "New Password" : "Nueva Contraseña",
- "Cancel log in" : "Cancelar inicio de sesión"
+ "Checking whether the database schema can be updated (this can take a long time depending on the database size)" : "Verificando si el archivo del esquema de base de datos puede ser actualizado (esto puedo tomar mucho tiempo dependiendo del tamaño de la base de datos)",
+ "Checked database schema update" : "Actualización del esquema de base de datos verificada",
+ "Checking updates of apps" : "Verificando actualizaciones para aplicaciones",
+ "Checking for update of app \"%s\" in appstore" : "Verificando actualizaciones para la aplicacion \"%s\" en la appstore",
+ "Update app \"%s\" from appstore" : "Actualizar la aplicación \"%s\" desde la appstore",
+ "Checked for update of app \"%s\" in appstore" : "Se verificaron actualizaciones para la aplicación \"%s\" en la appstore",
+ "Checked database schema update for apps" : "Se verificó la actualización del esquema de la base de datos para las aplicaciones",
+ "Following apps have been disabled: %s" : "Las siguientes aplicaciones han sido deshabilitadas: %s",
+ "Your web server is not properly set up to resolve \"{url}\". Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Tu servidor web no está correctamente configurado para resolver \"{url}\". Puedes encontrar más información al respecto en la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentación</a>.",
+ "No memory cache has been configured. To enhance performance, please configure a memcache, if available. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "No se ha configurado el caché de memoria. Para mejorar el desempeño, por favor configura un memcahce, si está disponible. Puedes encontrar más información en la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentación</a>.",
+ "You are currently running PHP {version}. Upgrade your PHP version to take advantage of <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">performance and security updates provided by the PHP Group</a> as soon as your distribution supports it." : "Estás ejecutando PHP {version}. Actualiza tu versión de PHP para aprovechar las <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">actualizaciones de desempeño y seguridad proporcionadas por el Grupo PHP</a> tan pronto como tu distribución lo soporte. ",
+ "The reverse proxy header configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If not, this is a security issue and can allow an attacker to spoof their IP address as visible to the Nextcloud. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "La configuración de los encabezados del proxy inverso es incorrecta, o estás accediendo a Nextcloud desde un proxy de confianza. Si no es el caso, se trata de un tema de seguridad y le puede permitir a un atacante hacer su dirección IP apócrifa visible para Nextcloud. Puedes encontar más infomración en nuestra <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentación</a>.",
+ "Memcached is configured as distributed cache, but the wrong PHP module \"memcache\" is installed. \\OC\\Memcache\\Memcached only supports \"memcached\" and not \"memcache\". See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">memcached wiki about both modules</a>." : "Memecahced está configurado como un cache distribuido, pero un módulo equivocado de \"memcache\" está instalado. \\OC\\Memcache\\Memcached sólo soporta \"memcached\". Consulta <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">el wiki de memcached en relación a ambos módulos</a>.",
+ "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">List of invalid files…</a> / <a href=\"{rescanEndpoint}\">Rescan…</a>)" : "Algunos archivos no pasaron la verificación de integridad. Puedes encontrar más información de cómo resolver este problema en la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentación</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">Lista de archivos inválidos...</a>/<a href=\"{rescanEndpoint}\">Volver a verificar...</a>)",
+ "The PHP OPcache is not properly configured. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance it is recommended</a> to use the following settings in the <code>php.ini</code>:" : "El OPcache de PHP no está configurado correctamente. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Para un mejor desempeño se recomienda</a> usar las sigueintes configuraciones en el archivo <code>php.ini</code>:",
+ "Continue to Nextcloud" : "Continuar a Nextcloud",
+ "_The update was successful. Redirecting you to Nextcloud in %n second._::_The update was successful. Redirecting you to Nextcloud in %n seconds._" : ["La actualización fue exitosa. Lo estamos redireccionando a Nextcloud en %n segundo. ","La actualización fue exitosa. Te redireccionaremos a Nextcloud en %n segundos."],
+ "Searching other places" : "Buscando en otras ubicaciones",
+ "No search results in other folders for {tag}{filter}{endtag}" : "No hay resultados para la búsqueda {tag}{filter}{endtag} en otras carpetas",
+ "_{count} search result in another folder_::_{count} search results in other folders_" : ["{count} resultado de la búsqueda en otra carpeta","{count} resultados de la búsqueda en otras carpetas"],
+ "Password can not be changed. Please contact your administrator." : "Las contraseñas no se pueden cambiar. Por favor contacta a tu adminstrador",
+ "These apps will be updated:" : "Las siguientes apllicaciones se actualizarán:"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
} \ No newline at end of file
diff --git a/core/l10n/es_PE.js b/core/l10n/es_PE.js
index 6af59a3f2cb..ba3bdeff9b8 100644
--- a/core/l10n/es_PE.js
+++ b/core/l10n/es_PE.js
@@ -32,33 +32,18 @@ OC.L10N.register(
"Maintenance mode is kept active" : "El modo mantenimiento sigue activo",
"Updating database schema" : "Actualizando esquema de base de datos",
"Updated database" : "Base de datos actualizada",
- "Checking whether the database schema can be updated (this can take a long time depending on the database size)" : "Verificando si el archivo del esquema de base de datos puede ser actualizado (esto puedo tomar mucho tiempo dependiendo del tamaño de la base de datos)",
- "Checked database schema update" : "Actualización del esquema de base de datos verificada",
- "Checking updates of apps" : "Verificando actualizaciones para aplicaciones",
- "Checking for update of app \"%s\" in appstore" : "Verificando actualizaciones para la aplicacion \"%s\" en la appstore",
- "Update app \"%s\" from appstore" : "Actualizar la aplicación \"%s\" desde la appstore",
- "Checked for update of app \"%s\" in appstore" : "Se verificaron actualizaciones para la aplicación \"%s\" en la appstore",
"Checking whether the database schema for %s can be updated (this can take a long time depending on the database size)" : "Verificando si el esquema de la base de datos para %s puede ser actualizado (esto puede tomar mucho tiempo dependiendo del tamaño de la base de datos)",
- "Checked database schema update for apps" : "Se verificó la actualización del esquema de la base de datos para las aplicaciones",
"Set log level to debug" : "Establecer nivel de bitacora a depurar",
"Reset log level" : "Restablecer nivel de bitácora",
"Starting code integrity check" : "Comenzando verificación de integridad del código",
"Finished code integrity check" : "Terminó la verificación de integridad del código ",
"%s (incompatible)" : "%s (incompatible)",
- "Following apps have been disabled: %s" : "Las siguientes aplicaciones han sido deshabilitadas: %s",
"Already up to date" : "Ya está actualizado",
"Your web server is not yet properly set up to allow file synchronization, because the WebDAV interface seems to be broken." : "Tu servidor web aún no esta correctamente configurado para permitir la sincronización de archivos porque la interfaz WebDAV parece estar rota. ",
- "Your web server is not properly set up to resolve \"{url}\". Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Tu servidor web no está correctamente configurado para resolver \"{url}\". Puedes encontrar más información al respecto en la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentación</a>.",
"PHP does not seem to be setup properly to query system environment variables. The test with getenv(\"PATH\") only returns an empty response." : "PHP no parece estar configurado correctamente para consultar las variables de ambiente. La prueba con getenv(\"PATH\") sólo regresa una respuesta vacía.",
"Your database does not run with \"READ COMMITTED\" transaction isolation level. This can cause problems when multiple actions are executed in parallel." : "Tu base de datos no puede correr con el nivel de aislamiento de transacción de \"READ COMMITTED\". Puede causar problemas cuando mútiples acciones sean ejecutadas en paralelo.",
"It was not possible to execute the cron job via CLI. The following technical errors have appeared:" : "No fue posible ejecutar el trabajo de cron via CLI. Se presentaron los siguientes errores técnicos:",
"This server has no working Internet connection: Multiple endpoints could not be reached. This means that some of the features like mounting external storage, notifications about updates or installation of third-party apps will not work. Accessing files remotely and sending of notification emails might not work, either. Establish a connection from this server to the Internet to enjoy all features." : "El servidor no cuenta con una conexión a Internet: No se pudieron alcanzar múltiples endpoints. Esto significa que algunas características como montar almacenamiento externo, notificaciones de actualizaciones o instalación de aplicaciones de 3ros no funcionarán correctamente. Acceder archivos de forma remota y el envío de de notificaciones por correo electrónico puede que no funcionen tampoco. Establece una conexión desde este servidor a Internet para aprovechar todas las funcionalidades.",
- "No memory cache has been configured. To enhance performance, please configure a memcache, if available. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "No se ha configurado el caché de memoria. Para mejorar el desempeño, por favor configura un memcahce, si está disponible. Puedes encontrar más información en la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentación</a>.",
- "You are currently running PHP {version}. Upgrade your PHP version to take advantage of <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">performance and security updates provided by the PHP Group</a> as soon as your distribution supports it." : "Estás ejecutando PHP {version}. Actualiza tu versión de PHP para aprovechar las <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">actualizaciones de desempeño y seguridad proporcionadas por el Grupo PHP</a> tan pronto como tu distribución lo soporte. ",
- "The reverse proxy header configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If not, this is a security issue and can allow an attacker to spoof their IP address as visible to the Nextcloud. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "La configuración de los encabezados del proxy inverso es incorrecta, o estás accediendo a Nextcloud desde un proxy de confianza. Si no es el caso, se trata de un tema de seguridad y le puede permitir a un atacante hacer su dirección IP apócrifa visible para Nextcloud. Puedes encontar más infomración en nuestra <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentación</a>.",
- "Memcached is configured as distributed cache, but the wrong PHP module \"memcache\" is installed. \\OC\\Memcache\\Memcached only supports \"memcached\" and not \"memcache\". See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">memcached wiki about both modules</a>." : "Memecahced está configurado como un cache distribuido, pero un módulo equivocado de \"memcache\" está instalado. \\OC\\Memcache\\Memcached sólo soporta \"memcached\". Consulta <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">el wiki de memcached en relación a ambos módulos</a>.",
- "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">List of invalid files…</a> / <a href=\"{rescanEndpoint}\">Rescan…</a>)" : "Algunos archivos no pasaron la verificación de integridad. Puedes encontrar más información de cómo resolver este problema en la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentación</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">Lista de archivos inválidos...</a>/<a href=\"{rescanEndpoint}\">Volver a verificar...</a>)",
- "The PHP OPcache is not properly configured. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance it is recommended</a> to use the following settings in the <code>php.ini</code>:" : "El OPcache de PHP no está configurado correctamente. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Para un mejor desempeño se recomienda</a> usar las sigueintes configuraciones en el archivo <code>php.ini</code>:",
"The PHP function \"set_time_limit\" is not available. This could result in scripts being halted mid-execution, breaking your installation. Enabling this function is strongly recommended." : "La función de PHP \"set_time_limit\" no está disponible. Esto podría generar que la ejecución de scripts se detenga, rompiendo su instalación. Se recomienda ámpliamente habilitar esta función. ",
"SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend." : "Actualmente estás usando SQLite como el backend de base de datos. Para instalaciones más grandes te recomendamos cambiar a un backend de base de datos diferente.",
"This is particularly recommended when using the desktop client for file synchronisation." : "Esto es particularmente recomendado cuando se usa el cliente de escritorio para sincronización de archivos. ",
@@ -66,13 +51,6 @@ OC.L10N.register(
"Your data directory and files are probably accessible from the Internet. The .htaccess file is not working. It is strongly recommended that you configure your web server so that the data directory is no longer accessible, or move the data directory outside the web server document root." : "Probablemente tu directorio de datos y archivos sean accesibles desde Internet. El archivo .htaccess no está funcionando. Se recomienda ampliamente que configures tu servidor web para que el directorio de datos no sea accesible, o bien, que muevas el directorio de datos fuera del directorio raíz del servidor web.",
"The \"{header}\" HTTP header is not set to \"{expected}\". This is a potential security or privacy risk, as it is recommended to adjust this setting accordingly." : "El encabezado HTTP \"{header}\" está establecido a \"{expected}\". Esto representa un riesgo potencial de seguridad o privacidad, y que se recomienda ajustar esta configuración. ",
"The \"{header}\" HTTP header is not set to \"{expected}\". Some features might not work correctly, as it is recommended to adjust this setting accordingly." : "El encabezado HTTP \"{header}\" no está establecido a \"{expected}\". Puede que lgunas características no funcionen correctamente, y se recomienda ajustar esta confirguración. ",
- "Non-existing tag #{tag}" : "Etiqueta #{tag} no-existente",
- "restricted" : "restringido",
- "invisible" : "invisible",
- "Delete" : "Borrar",
- "Rename" : "Renombrar",
- "Collaborative tags" : "Etiquetas colaborativas",
- "No tags found" : "No se encontraron etiquetas",
"unknown text" : "texto desconocido",
"Hello world!" : "¡Hola mundo!",
"sunny" : "soleado",
@@ -87,28 +65,25 @@ OC.L10N.register(
"Please reload the page." : "Por favor vuelve a cargar la página.",
"The update was unsuccessful. For more information <a href=\"{url}\">check our forum post</a> covering this issue." : "La actualización no fue exitosa. Para más información <a href=\"{url}\">consulta nuestro comentario en el foro </a> que cubre este tema. ",
"The update was unsuccessful. Please report this issue to the <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">Nextcloud community</a>." : "La actualización no fue exitosa. Por favor reporta este tema a la <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">Comunidad Nextcloud</a>.",
- "Continue to Nextcloud" : "Continuar a Nextcloud",
- "_The update was successful. Redirecting you to Nextcloud in %n second._::_The update was successful. Redirecting you to Nextcloud in %n seconds._" : ["La actualización fue exitosa. Lo estamos redireccionando a Nextcloud en %n segundo. ","La actualización fue exitosa. Te redireccionaremos a Nextcloud en %n segundos."],
- "Searching other places" : "Buscando en otras ubicaciones",
- "No search results in other folders for {tag}{filter}{endtag}" : "No hay resultados para la búsqueda {tag}{filter}{endtag} en otras carpetas",
- "_{count} search result in another folder_::_{count} search results in other folders_" : ["{count} resultado de la búsqueda en otra carpeta","{count} resultados de la búsqueda en otras carpetas"],
+ "Log in" : "Ingresar",
+ "Logging in …" : "Iniciando sesión ...",
"Server side authentication failed!" : "¡Falló la autenticación del lado del servidor!",
"Please contact your administrator." : "Por favor contacta al administrador.",
"An internal error occurred." : "Se presentó un error interno.",
"Please try again or contact your administrator." : "Por favor vuelve a intentarlo o contacta a tu adminsitrador. ",
"Username or email" : "Usuario o correo electrónico",
"Password" : "Contraseña",
- "Log in" : "Ingresar",
- "Logging in …" : "Iniciando sesión ...",
"Wrong username or password." : "Usuario o contraseña equivocado. ",
"User disabled" : "Usuario deshabilitado",
"Reset password" : "Restablecer contraseña",
"Couldn't send reset email. Please contact your administrator." : "No fue posible enviar el correo de restauración. Por favor contacta a tu adminsitrador. ",
- "Password can not be changed. Please contact your administrator." : "Las contraseñas no se pueden cambiar. Por favor contacta a tu adminstrador",
"New password" : "Nueva contraseña",
"I know what I'm doing" : "Sé lo que estoy haciendo",
"Cancel" : "Cancelar",
"Forgot password?" : "¿Olvidaste tu contraseña?",
+ "Back" : "Atrás",
+ "Reset search" : "Reestablecer búsqueda",
+ "Search" : "Buscar",
"Settings" : "Configuraciones ",
"Search contacts …" : "Buscar contactos ...",
"No contacts found" : "No se encontraron contactos",
@@ -137,7 +112,7 @@ OC.L10N.register(
"One file conflict" : "Un conflicto en el archivo",
"New Files" : "Archivos Nuevos",
"Already existing files" : "Archivos ya existentes",
- "Which files do you want to keep?" : "¿Cuales archivos deseas mantener?",
+ "Which files do you want to keep?" : "¿Cuáles archivos deseas mantener?",
"If you select both versions, the copied file will have a number added to its name." : "Si seleccionas ambas versiones, se le agregará un número al nombre del archivo copiado.",
"Continue" : "Continuar",
"(all selected)" : "(todos seleccionados)",
@@ -161,6 +136,13 @@ OC.L10N.register(
"Strong password" : "Contraseña fuerte",
"No action available" : "No hay acciones disponibles",
"Error fetching contact actions" : "Se presentó un error al traer las acciónes de contatos",
+ "Non-existing tag #{tag}" : "Etiqueta #{tag} no-existente",
+ "restricted" : "restringido",
+ "invisible" : "invisible",
+ "Delete" : "Borrar",
+ "Rename" : "Renombrar",
+ "Collaborative tags" : "Etiquetas colaborativas",
+ "No tags found" : "No se encontraron etiquetas",
"Personal" : "Personal",
"Users" : "Usuarios",
"Apps" : "Aplicaciones",
@@ -207,8 +189,6 @@ OC.L10N.register(
"This application requires JavaScript for correct operation. Please {linkstart}enable JavaScript{linkend} and reload the page." : "Esta aplicación requiere de JavaScript para su correcta operación. Por favor {linkstart}habilita JavaScript{linkend} y vuelve a cargar la página. ",
"More apps" : "Más aplicaciones",
"More" : "Más",
- "Search" : "Buscar",
- "Reset search" : "Reestablecer búsqueda",
"Contacts" : "Contactos",
"Confirm your password" : "Confirma tu contraseña",
"App token" : "Ficha de la aplicación",
@@ -222,7 +202,6 @@ OC.L10N.register(
"Access through untrusted domain" : "Accesa a través de un dominio no de confianza",
"Please contact your administrator. If you are an administrator, edit the \"trusted_domains\" setting in config/config.php like the example in config.sample.php." : "Por favor contacta a tu adminsitrador. Si tu eres un administrador, edita la propiedad \"trusted_domains\" en el archivo config/config.php como en el ejemplo config.sample.php.",
"App update required" : "Se requiere una actualización de la aplicación",
- "These apps will be updated:" : "Las siguientes apllicaciones se actualizarán:",
"These incompatible apps will be disabled:" : "Las siguientes aplicaciones incompatibles serán deshabilitadas:",
"The theme %s has been disabled." : "El tema %s ha sido deshabilitado. ",
"Please make sure that the database, the config folder and the data folder have been backed up before proceeding." : "Por favor asegurarte de que la base de datos, la carpeta de configuración y las carpetas de datos hayan sido respaldadas antes de continuar. ",
@@ -236,71 +215,27 @@ OC.L10N.register(
"Upgrade via web on my own risk" : "Actualizar vía Web bajo mi propio riesgo",
"This %s instance is currently in maintenance mode, which may take a while." : "Esta instancia %s se encuentra actualmente en modo mantenimiento, que podría tomar algo de tiempo. ",
"Contact your system administrator if this message persists or appeared unexpectedly." : "Contacta a tu administrador del sistema si este mensaje persiste o se presentó de manera inesperada.",
- "Could not send reset email because there is no email address for this username. Please contact your administrator." : "No fue posible enviar el correo electrónico para restablecer porque no hay una dirección de correo electrónico para este usuario. Por favor contacta a tu adminsitrador. ",
- "Couldn't send reset email. Please make sure your username is correct." : "No fue posible restablecer el correo electrónico. Por favor asegurarte de que tu nombre de usuario sea correcto. ",
- "Your files are encrypted. There will be no way to get your data back after your password is reset.<br />If you are not sure what to do, please contact your administrator before you continue. <br />Do you really want to continue?" : "Tus archivos están encriptados. No habrá manera de recuperar tus datos una vez que restablezca tu contraseña. <br />Si no estás seguro de qué hacer, por favor contacta a tu administrador antes de continuar. <br />¿Realmente deseas continuar?",
- "Sending email …" : "Enviando correo electrónico ...",
- "You are currently running PHP 5.6. The current major version of Nextcloud is the last that is supported on PHP 5.6. It is recommended to upgrade the PHP version to 7.0+ to be able to upgrade to Nextcloud 14." : "Actualmente estás corriendo PHP 5.6. La versión principal actual de Nextcloud es la última que será soportada en PHPH 5.6. Te recomendamos actualizar la versión de PHP a la 7.0+ para que puedas actualizar a Nextcloud 14.",
- "Shared" : "Compartido",
- "Shared with" : "Compartido con",
- "Shared by" : "Compartido por",
- "Choose a password for the public link" : "Seleccione una contraseña para la liga pública",
- "Choose a password for the public link or press the \"Enter\" key" : "Elige una contraseña para la liga pública o presiona la tecla \"Intro\"",
- "Copied!" : "¡Copiado!",
- "Copy link" : "Copiar liga",
- "Not supported!" : "¡No está soportado!",
- "Press ⌘-C to copy." : "Presiona ⌘-C para copiar.",
- "Press Ctrl-C to copy." : "Presiona Ctrl-C para copiar.",
- "Resharing is not allowed" : "No se permite volver a compartir",
- "Link" : "Liga",
- "Password protect" : "Proteger con contraseña",
- "Allow editing" : "Permitir editar",
- "Email link to person" : "Enviar la liga por correo electrónico a una persona",
- "Send" : "Enviar",
- "Allow upload and editing" : "Permitir carga y edición",
- "Read only" : "Sólo lectura",
- "File drop (upload only)" : "Permitir carga",
- "Set expiration date" : "Selecciona la vigencia de tu archivo",
- "Expiration" : "Expiración",
- "Expiration date" : "Fecha de expiración",
- "Unshare" : "Dejar de compartir",
- "Share to {name}" : "Compartir con {name}",
- "Share link" : "Compartir liga",
- "Could not unshare" : "No fue posible dejar de compartir",
- "Shared with you and the group {group} by {owner}" : "Compartido contigo y el grupo {group} por {owner}",
- "Shared with you by {owner}" : "Compartido contigo por {owner}",
- "Choose a password for the mail share" : "Elige una contraseña para el elemento compartido por correo",
- "group" : "grupo",
- "remote" : "remoto",
- "email" : "correo electrónico",
- "shared by {sharer}" : "compartido por {sharer}",
- "Can reshare" : "Puede volver a compartir",
- "Can edit" : "Puede editar",
- "Can create" : "Puede crear",
- "Can change" : "Puede cambiar",
- "Can delete" : "Puede borrar",
- "Access control" : "Control de acceso",
- "Error while sharing" : "Se presentó un error al compartir",
- "Share details could not be loaded for this item." : "Los detalles del recurso compartido no se pudieron cargar para este elemento. ",
- "_At least {count} character is needed for autocompletion_::_At least {count} characters are needed for autocompletion_" : ["Se requiere de la menos {count} caracter para el auto completar","Se requieren de la menos {count} caracteres para el auto completar"],
- "This list is maybe truncated - please refine your search term to see more results." : "Esta lista puede estar truncada - por favor refina tus términos de búsqueda para poder ver más resultados. ",
- "No users or groups found for {search}" : "No se encontraron usuarios o gurpos para {search}",
- "No users found for {search}" : "No se encontraron usuarios para {search}",
- "An error occurred. Please try again" : "Se presentó un error. Por favor vuelve a intentarlo",
- "Home" : "Inicio",
- "Work" : "Trabajo",
- "Other" : "Otro",
- "{sharee} ({type}, {owner})" : "{sharee} ({type}, {owner})",
- "Share" : "Compartir",
- "Name or email address..." : "Nombre o dirección de correo electrónico",
- "Name or federated cloud ID..." : "Nombre...",
- "Name, federated cloud ID or email address..." : "Nombre o dirección de correo electrónico...",
- "Name..." : "Nombre...",
- "Error removing share" : "Se presentó un error al dejar de compartir",
- "({scope})" : "({scope})",
- "Saving..." : "Guardando...",
- "Dismiss" : "Descartar",
- "New Password" : "Nueva Contraseña",
- "Cancel log in" : "Cancelar inicio de sesión"
+ "Checking whether the database schema can be updated (this can take a long time depending on the database size)" : "Verificando si el archivo del esquema de base de datos puede ser actualizado (esto puedo tomar mucho tiempo dependiendo del tamaño de la base de datos)",
+ "Checked database schema update" : "Actualización del esquema de base de datos verificada",
+ "Checking updates of apps" : "Verificando actualizaciones para aplicaciones",
+ "Checking for update of app \"%s\" in appstore" : "Verificando actualizaciones para la aplicacion \"%s\" en la appstore",
+ "Update app \"%s\" from appstore" : "Actualizar la aplicación \"%s\" desde la appstore",
+ "Checked for update of app \"%s\" in appstore" : "Se verificaron actualizaciones para la aplicación \"%s\" en la appstore",
+ "Checked database schema update for apps" : "Se verificó la actualización del esquema de la base de datos para las aplicaciones",
+ "Following apps have been disabled: %s" : "Las siguientes aplicaciones han sido deshabilitadas: %s",
+ "Your web server is not properly set up to resolve \"{url}\". Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Tu servidor web no está correctamente configurado para resolver \"{url}\". Puedes encontrar más información al respecto en la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentación</a>.",
+ "No memory cache has been configured. To enhance performance, please configure a memcache, if available. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "No se ha configurado el caché de memoria. Para mejorar el desempeño, por favor configura un memcahce, si está disponible. Puedes encontrar más información en la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentación</a>.",
+ "You are currently running PHP {version}. Upgrade your PHP version to take advantage of <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">performance and security updates provided by the PHP Group</a> as soon as your distribution supports it." : "Estás ejecutando PHP {version}. Actualiza tu versión de PHP para aprovechar las <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">actualizaciones de desempeño y seguridad proporcionadas por el Grupo PHP</a> tan pronto como tu distribución lo soporte. ",
+ "The reverse proxy header configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If not, this is a security issue and can allow an attacker to spoof their IP address as visible to the Nextcloud. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "La configuración de los encabezados del proxy inverso es incorrecta, o estás accediendo a Nextcloud desde un proxy de confianza. Si no es el caso, se trata de un tema de seguridad y le puede permitir a un atacante hacer su dirección IP apócrifa visible para Nextcloud. Puedes encontar más infomración en nuestra <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentación</a>.",
+ "Memcached is configured as distributed cache, but the wrong PHP module \"memcache\" is installed. \\OC\\Memcache\\Memcached only supports \"memcached\" and not \"memcache\". See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">memcached wiki about both modules</a>." : "Memecahced está configurado como un cache distribuido, pero un módulo equivocado de \"memcache\" está instalado. \\OC\\Memcache\\Memcached sólo soporta \"memcached\". Consulta <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">el wiki de memcached en relación a ambos módulos</a>.",
+ "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">List of invalid files…</a> / <a href=\"{rescanEndpoint}\">Rescan…</a>)" : "Algunos archivos no pasaron la verificación de integridad. Puedes encontrar más información de cómo resolver este problema en la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentación</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">Lista de archivos inválidos...</a>/<a href=\"{rescanEndpoint}\">Volver a verificar...</a>)",
+ "The PHP OPcache is not properly configured. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance it is recommended</a> to use the following settings in the <code>php.ini</code>:" : "El OPcache de PHP no está configurado correctamente. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Para un mejor desempeño se recomienda</a> usar las sigueintes configuraciones en el archivo <code>php.ini</code>:",
+ "Continue to Nextcloud" : "Continuar a Nextcloud",
+ "_The update was successful. Redirecting you to Nextcloud in %n second._::_The update was successful. Redirecting you to Nextcloud in %n seconds._" : ["La actualización fue exitosa. Lo estamos redireccionando a Nextcloud en %n segundo. ","La actualización fue exitosa. Te redireccionaremos a Nextcloud en %n segundos."],
+ "Searching other places" : "Buscando en otras ubicaciones",
+ "No search results in other folders for {tag}{filter}{endtag}" : "No hay resultados para la búsqueda {tag}{filter}{endtag} en otras carpetas",
+ "_{count} search result in another folder_::_{count} search results in other folders_" : ["{count} resultado de la búsqueda en otra carpeta","{count} resultados de la búsqueda en otras carpetas"],
+ "Password can not be changed. Please contact your administrator." : "Las contraseñas no se pueden cambiar. Por favor contacta a tu adminstrador",
+ "These apps will be updated:" : "Las siguientes apllicaciones se actualizarán:"
},
"nplurals=2; plural=(n != 1);");
diff --git a/core/l10n/es_PE.json b/core/l10n/es_PE.json
index 80b0b7b1b26..1bfe967c875 100644
--- a/core/l10n/es_PE.json
+++ b/core/l10n/es_PE.json
@@ -30,33 +30,18 @@
"Maintenance mode is kept active" : "El modo mantenimiento sigue activo",
"Updating database schema" : "Actualizando esquema de base de datos",
"Updated database" : "Base de datos actualizada",
- "Checking whether the database schema can be updated (this can take a long time depending on the database size)" : "Verificando si el archivo del esquema de base de datos puede ser actualizado (esto puedo tomar mucho tiempo dependiendo del tamaño de la base de datos)",
- "Checked database schema update" : "Actualización del esquema de base de datos verificada",
- "Checking updates of apps" : "Verificando actualizaciones para aplicaciones",
- "Checking for update of app \"%s\" in appstore" : "Verificando actualizaciones para la aplicacion \"%s\" en la appstore",
- "Update app \"%s\" from appstore" : "Actualizar la aplicación \"%s\" desde la appstore",
- "Checked for update of app \"%s\" in appstore" : "Se verificaron actualizaciones para la aplicación \"%s\" en la appstore",
"Checking whether the database schema for %s can be updated (this can take a long time depending on the database size)" : "Verificando si el esquema de la base de datos para %s puede ser actualizado (esto puede tomar mucho tiempo dependiendo del tamaño de la base de datos)",
- "Checked database schema update for apps" : "Se verificó la actualización del esquema de la base de datos para las aplicaciones",
"Set log level to debug" : "Establecer nivel de bitacora a depurar",
"Reset log level" : "Restablecer nivel de bitácora",
"Starting code integrity check" : "Comenzando verificación de integridad del código",
"Finished code integrity check" : "Terminó la verificación de integridad del código ",
"%s (incompatible)" : "%s (incompatible)",
- "Following apps have been disabled: %s" : "Las siguientes aplicaciones han sido deshabilitadas: %s",
"Already up to date" : "Ya está actualizado",
"Your web server is not yet properly set up to allow file synchronization, because the WebDAV interface seems to be broken." : "Tu servidor web aún no esta correctamente configurado para permitir la sincronización de archivos porque la interfaz WebDAV parece estar rota. ",
- "Your web server is not properly set up to resolve \"{url}\". Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Tu servidor web no está correctamente configurado para resolver \"{url}\". Puedes encontrar más información al respecto en la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentación</a>.",
"PHP does not seem to be setup properly to query system environment variables. The test with getenv(\"PATH\") only returns an empty response." : "PHP no parece estar configurado correctamente para consultar las variables de ambiente. La prueba con getenv(\"PATH\") sólo regresa una respuesta vacía.",
"Your database does not run with \"READ COMMITTED\" transaction isolation level. This can cause problems when multiple actions are executed in parallel." : "Tu base de datos no puede correr con el nivel de aislamiento de transacción de \"READ COMMITTED\". Puede causar problemas cuando mútiples acciones sean ejecutadas en paralelo.",
"It was not possible to execute the cron job via CLI. The following technical errors have appeared:" : "No fue posible ejecutar el trabajo de cron via CLI. Se presentaron los siguientes errores técnicos:",
"This server has no working Internet connection: Multiple endpoints could not be reached. This means that some of the features like mounting external storage, notifications about updates or installation of third-party apps will not work. Accessing files remotely and sending of notification emails might not work, either. Establish a connection from this server to the Internet to enjoy all features." : "El servidor no cuenta con una conexión a Internet: No se pudieron alcanzar múltiples endpoints. Esto significa que algunas características como montar almacenamiento externo, notificaciones de actualizaciones o instalación de aplicaciones de 3ros no funcionarán correctamente. Acceder archivos de forma remota y el envío de de notificaciones por correo electrónico puede que no funcionen tampoco. Establece una conexión desde este servidor a Internet para aprovechar todas las funcionalidades.",
- "No memory cache has been configured. To enhance performance, please configure a memcache, if available. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "No se ha configurado el caché de memoria. Para mejorar el desempeño, por favor configura un memcahce, si está disponible. Puedes encontrar más información en la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentación</a>.",
- "You are currently running PHP {version}. Upgrade your PHP version to take advantage of <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">performance and security updates provided by the PHP Group</a> as soon as your distribution supports it." : "Estás ejecutando PHP {version}. Actualiza tu versión de PHP para aprovechar las <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">actualizaciones de desempeño y seguridad proporcionadas por el Grupo PHP</a> tan pronto como tu distribución lo soporte. ",
- "The reverse proxy header configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If not, this is a security issue and can allow an attacker to spoof their IP address as visible to the Nextcloud. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "La configuración de los encabezados del proxy inverso es incorrecta, o estás accediendo a Nextcloud desde un proxy de confianza. Si no es el caso, se trata de un tema de seguridad y le puede permitir a un atacante hacer su dirección IP apócrifa visible para Nextcloud. Puedes encontar más infomración en nuestra <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentación</a>.",
- "Memcached is configured as distributed cache, but the wrong PHP module \"memcache\" is installed. \\OC\\Memcache\\Memcached only supports \"memcached\" and not \"memcache\". See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">memcached wiki about both modules</a>." : "Memecahced está configurado como un cache distribuido, pero un módulo equivocado de \"memcache\" está instalado. \\OC\\Memcache\\Memcached sólo soporta \"memcached\". Consulta <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">el wiki de memcached en relación a ambos módulos</a>.",
- "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">List of invalid files…</a> / <a href=\"{rescanEndpoint}\">Rescan…</a>)" : "Algunos archivos no pasaron la verificación de integridad. Puedes encontrar más información de cómo resolver este problema en la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentación</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">Lista de archivos inválidos...</a>/<a href=\"{rescanEndpoint}\">Volver a verificar...</a>)",
- "The PHP OPcache is not properly configured. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance it is recommended</a> to use the following settings in the <code>php.ini</code>:" : "El OPcache de PHP no está configurado correctamente. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Para un mejor desempeño se recomienda</a> usar las sigueintes configuraciones en el archivo <code>php.ini</code>:",
"The PHP function \"set_time_limit\" is not available. This could result in scripts being halted mid-execution, breaking your installation. Enabling this function is strongly recommended." : "La función de PHP \"set_time_limit\" no está disponible. Esto podría generar que la ejecución de scripts se detenga, rompiendo su instalación. Se recomienda ámpliamente habilitar esta función. ",
"SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend." : "Actualmente estás usando SQLite como el backend de base de datos. Para instalaciones más grandes te recomendamos cambiar a un backend de base de datos diferente.",
"This is particularly recommended when using the desktop client for file synchronisation." : "Esto es particularmente recomendado cuando se usa el cliente de escritorio para sincronización de archivos. ",
@@ -64,13 +49,6 @@
"Your data directory and files are probably accessible from the Internet. The .htaccess file is not working. It is strongly recommended that you configure your web server so that the data directory is no longer accessible, or move the data directory outside the web server document root." : "Probablemente tu directorio de datos y archivos sean accesibles desde Internet. El archivo .htaccess no está funcionando. Se recomienda ampliamente que configures tu servidor web para que el directorio de datos no sea accesible, o bien, que muevas el directorio de datos fuera del directorio raíz del servidor web.",
"The \"{header}\" HTTP header is not set to \"{expected}\". This is a potential security or privacy risk, as it is recommended to adjust this setting accordingly." : "El encabezado HTTP \"{header}\" está establecido a \"{expected}\". Esto representa un riesgo potencial de seguridad o privacidad, y que se recomienda ajustar esta configuración. ",
"The \"{header}\" HTTP header is not set to \"{expected}\". Some features might not work correctly, as it is recommended to adjust this setting accordingly." : "El encabezado HTTP \"{header}\" no está establecido a \"{expected}\". Puede que lgunas características no funcionen correctamente, y se recomienda ajustar esta confirguración. ",
- "Non-existing tag #{tag}" : "Etiqueta #{tag} no-existente",
- "restricted" : "restringido",
- "invisible" : "invisible",
- "Delete" : "Borrar",
- "Rename" : "Renombrar",
- "Collaborative tags" : "Etiquetas colaborativas",
- "No tags found" : "No se encontraron etiquetas",
"unknown text" : "texto desconocido",
"Hello world!" : "¡Hola mundo!",
"sunny" : "soleado",
@@ -85,28 +63,25 @@
"Please reload the page." : "Por favor vuelve a cargar la página.",
"The update was unsuccessful. For more information <a href=\"{url}\">check our forum post</a> covering this issue." : "La actualización no fue exitosa. Para más información <a href=\"{url}\">consulta nuestro comentario en el foro </a> que cubre este tema. ",
"The update was unsuccessful. Please report this issue to the <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">Nextcloud community</a>." : "La actualización no fue exitosa. Por favor reporta este tema a la <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">Comunidad Nextcloud</a>.",
- "Continue to Nextcloud" : "Continuar a Nextcloud",
- "_The update was successful. Redirecting you to Nextcloud in %n second._::_The update was successful. Redirecting you to Nextcloud in %n seconds._" : ["La actualización fue exitosa. Lo estamos redireccionando a Nextcloud en %n segundo. ","La actualización fue exitosa. Te redireccionaremos a Nextcloud en %n segundos."],
- "Searching other places" : "Buscando en otras ubicaciones",
- "No search results in other folders for {tag}{filter}{endtag}" : "No hay resultados para la búsqueda {tag}{filter}{endtag} en otras carpetas",
- "_{count} search result in another folder_::_{count} search results in other folders_" : ["{count} resultado de la búsqueda en otra carpeta","{count} resultados de la búsqueda en otras carpetas"],
+ "Log in" : "Ingresar",
+ "Logging in …" : "Iniciando sesión ...",
"Server side authentication failed!" : "¡Falló la autenticación del lado del servidor!",
"Please contact your administrator." : "Por favor contacta al administrador.",
"An internal error occurred." : "Se presentó un error interno.",
"Please try again or contact your administrator." : "Por favor vuelve a intentarlo o contacta a tu adminsitrador. ",
"Username or email" : "Usuario o correo electrónico",
"Password" : "Contraseña",
- "Log in" : "Ingresar",
- "Logging in …" : "Iniciando sesión ...",
"Wrong username or password." : "Usuario o contraseña equivocado. ",
"User disabled" : "Usuario deshabilitado",
"Reset password" : "Restablecer contraseña",
"Couldn't send reset email. Please contact your administrator." : "No fue posible enviar el correo de restauración. Por favor contacta a tu adminsitrador. ",
- "Password can not be changed. Please contact your administrator." : "Las contraseñas no se pueden cambiar. Por favor contacta a tu adminstrador",
"New password" : "Nueva contraseña",
"I know what I'm doing" : "Sé lo que estoy haciendo",
"Cancel" : "Cancelar",
"Forgot password?" : "¿Olvidaste tu contraseña?",
+ "Back" : "Atrás",
+ "Reset search" : "Reestablecer búsqueda",
+ "Search" : "Buscar",
"Settings" : "Configuraciones ",
"Search contacts …" : "Buscar contactos ...",
"No contacts found" : "No se encontraron contactos",
@@ -135,7 +110,7 @@
"One file conflict" : "Un conflicto en el archivo",
"New Files" : "Archivos Nuevos",
"Already existing files" : "Archivos ya existentes",
- "Which files do you want to keep?" : "¿Cuales archivos deseas mantener?",
+ "Which files do you want to keep?" : "¿Cuáles archivos deseas mantener?",
"If you select both versions, the copied file will have a number added to its name." : "Si seleccionas ambas versiones, se le agregará un número al nombre del archivo copiado.",
"Continue" : "Continuar",
"(all selected)" : "(todos seleccionados)",
@@ -159,6 +134,13 @@
"Strong password" : "Contraseña fuerte",
"No action available" : "No hay acciones disponibles",
"Error fetching contact actions" : "Se presentó un error al traer las acciónes de contatos",
+ "Non-existing tag #{tag}" : "Etiqueta #{tag} no-existente",
+ "restricted" : "restringido",
+ "invisible" : "invisible",
+ "Delete" : "Borrar",
+ "Rename" : "Renombrar",
+ "Collaborative tags" : "Etiquetas colaborativas",
+ "No tags found" : "No se encontraron etiquetas",
"Personal" : "Personal",
"Users" : "Usuarios",
"Apps" : "Aplicaciones",
@@ -205,8 +187,6 @@
"This application requires JavaScript for correct operation. Please {linkstart}enable JavaScript{linkend} and reload the page." : "Esta aplicación requiere de JavaScript para su correcta operación. Por favor {linkstart}habilita JavaScript{linkend} y vuelve a cargar la página. ",
"More apps" : "Más aplicaciones",
"More" : "Más",
- "Search" : "Buscar",
- "Reset search" : "Reestablecer búsqueda",
"Contacts" : "Contactos",
"Confirm your password" : "Confirma tu contraseña",
"App token" : "Ficha de la aplicación",
@@ -220,7 +200,6 @@
"Access through untrusted domain" : "Accesa a través de un dominio no de confianza",
"Please contact your administrator. If you are an administrator, edit the \"trusted_domains\" setting in config/config.php like the example in config.sample.php." : "Por favor contacta a tu adminsitrador. Si tu eres un administrador, edita la propiedad \"trusted_domains\" en el archivo config/config.php como en el ejemplo config.sample.php.",
"App update required" : "Se requiere una actualización de la aplicación",
- "These apps will be updated:" : "Las siguientes apllicaciones se actualizarán:",
"These incompatible apps will be disabled:" : "Las siguientes aplicaciones incompatibles serán deshabilitadas:",
"The theme %s has been disabled." : "El tema %s ha sido deshabilitado. ",
"Please make sure that the database, the config folder and the data folder have been backed up before proceeding." : "Por favor asegurarte de que la base de datos, la carpeta de configuración y las carpetas de datos hayan sido respaldadas antes de continuar. ",
@@ -234,71 +213,27 @@
"Upgrade via web on my own risk" : "Actualizar vía Web bajo mi propio riesgo",
"This %s instance is currently in maintenance mode, which may take a while." : "Esta instancia %s se encuentra actualmente en modo mantenimiento, que podría tomar algo de tiempo. ",
"Contact your system administrator if this message persists or appeared unexpectedly." : "Contacta a tu administrador del sistema si este mensaje persiste o se presentó de manera inesperada.",
- "Could not send reset email because there is no email address for this username. Please contact your administrator." : "No fue posible enviar el correo electrónico para restablecer porque no hay una dirección de correo electrónico para este usuario. Por favor contacta a tu adminsitrador. ",
- "Couldn't send reset email. Please make sure your username is correct." : "No fue posible restablecer el correo electrónico. Por favor asegurarte de que tu nombre de usuario sea correcto. ",
- "Your files are encrypted. There will be no way to get your data back after your password is reset.<br />If you are not sure what to do, please contact your administrator before you continue. <br />Do you really want to continue?" : "Tus archivos están encriptados. No habrá manera de recuperar tus datos una vez que restablezca tu contraseña. <br />Si no estás seguro de qué hacer, por favor contacta a tu administrador antes de continuar. <br />¿Realmente deseas continuar?",
- "Sending email …" : "Enviando correo electrónico ...",
- "You are currently running PHP 5.6. The current major version of Nextcloud is the last that is supported on PHP 5.6. It is recommended to upgrade the PHP version to 7.0+ to be able to upgrade to Nextcloud 14." : "Actualmente estás corriendo PHP 5.6. La versión principal actual de Nextcloud es la última que será soportada en PHPH 5.6. Te recomendamos actualizar la versión de PHP a la 7.0+ para que puedas actualizar a Nextcloud 14.",
- "Shared" : "Compartido",
- "Shared with" : "Compartido con",
- "Shared by" : "Compartido por",
- "Choose a password for the public link" : "Seleccione una contraseña para la liga pública",
- "Choose a password for the public link or press the \"Enter\" key" : "Elige una contraseña para la liga pública o presiona la tecla \"Intro\"",
- "Copied!" : "¡Copiado!",
- "Copy link" : "Copiar liga",
- "Not supported!" : "¡No está soportado!",
- "Press ⌘-C to copy." : "Presiona ⌘-C para copiar.",
- "Press Ctrl-C to copy." : "Presiona Ctrl-C para copiar.",
- "Resharing is not allowed" : "No se permite volver a compartir",
- "Link" : "Liga",
- "Password protect" : "Proteger con contraseña",
- "Allow editing" : "Permitir editar",
- "Email link to person" : "Enviar la liga por correo electrónico a una persona",
- "Send" : "Enviar",
- "Allow upload and editing" : "Permitir carga y edición",
- "Read only" : "Sólo lectura",
- "File drop (upload only)" : "Permitir carga",
- "Set expiration date" : "Selecciona la vigencia de tu archivo",
- "Expiration" : "Expiración",
- "Expiration date" : "Fecha de expiración",
- "Unshare" : "Dejar de compartir",
- "Share to {name}" : "Compartir con {name}",
- "Share link" : "Compartir liga",
- "Could not unshare" : "No fue posible dejar de compartir",
- "Shared with you and the group {group} by {owner}" : "Compartido contigo y el grupo {group} por {owner}",
- "Shared with you by {owner}" : "Compartido contigo por {owner}",
- "Choose a password for the mail share" : "Elige una contraseña para el elemento compartido por correo",
- "group" : "grupo",
- "remote" : "remoto",
- "email" : "correo electrónico",
- "shared by {sharer}" : "compartido por {sharer}",
- "Can reshare" : "Puede volver a compartir",
- "Can edit" : "Puede editar",
- "Can create" : "Puede crear",
- "Can change" : "Puede cambiar",
- "Can delete" : "Puede borrar",
- "Access control" : "Control de acceso",
- "Error while sharing" : "Se presentó un error al compartir",
- "Share details could not be loaded for this item." : "Los detalles del recurso compartido no se pudieron cargar para este elemento. ",
- "_At least {count} character is needed for autocompletion_::_At least {count} characters are needed for autocompletion_" : ["Se requiere de la menos {count} caracter para el auto completar","Se requieren de la menos {count} caracteres para el auto completar"],
- "This list is maybe truncated - please refine your search term to see more results." : "Esta lista puede estar truncada - por favor refina tus términos de búsqueda para poder ver más resultados. ",
- "No users or groups found for {search}" : "No se encontraron usuarios o gurpos para {search}",
- "No users found for {search}" : "No se encontraron usuarios para {search}",
- "An error occurred. Please try again" : "Se presentó un error. Por favor vuelve a intentarlo",
- "Home" : "Inicio",
- "Work" : "Trabajo",
- "Other" : "Otro",
- "{sharee} ({type}, {owner})" : "{sharee} ({type}, {owner})",
- "Share" : "Compartir",
- "Name or email address..." : "Nombre o dirección de correo electrónico",
- "Name or federated cloud ID..." : "Nombre...",
- "Name, federated cloud ID or email address..." : "Nombre o dirección de correo electrónico...",
- "Name..." : "Nombre...",
- "Error removing share" : "Se presentó un error al dejar de compartir",
- "({scope})" : "({scope})",
- "Saving..." : "Guardando...",
- "Dismiss" : "Descartar",
- "New Password" : "Nueva Contraseña",
- "Cancel log in" : "Cancelar inicio de sesión"
+ "Checking whether the database schema can be updated (this can take a long time depending on the database size)" : "Verificando si el archivo del esquema de base de datos puede ser actualizado (esto puedo tomar mucho tiempo dependiendo del tamaño de la base de datos)",
+ "Checked database schema update" : "Actualización del esquema de base de datos verificada",
+ "Checking updates of apps" : "Verificando actualizaciones para aplicaciones",
+ "Checking for update of app \"%s\" in appstore" : "Verificando actualizaciones para la aplicacion \"%s\" en la appstore",
+ "Update app \"%s\" from appstore" : "Actualizar la aplicación \"%s\" desde la appstore",
+ "Checked for update of app \"%s\" in appstore" : "Se verificaron actualizaciones para la aplicación \"%s\" en la appstore",
+ "Checked database schema update for apps" : "Se verificó la actualización del esquema de la base de datos para las aplicaciones",
+ "Following apps have been disabled: %s" : "Las siguientes aplicaciones han sido deshabilitadas: %s",
+ "Your web server is not properly set up to resolve \"{url}\". Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Tu servidor web no está correctamente configurado para resolver \"{url}\". Puedes encontrar más información al respecto en la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentación</a>.",
+ "No memory cache has been configured. To enhance performance, please configure a memcache, if available. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "No se ha configurado el caché de memoria. Para mejorar el desempeño, por favor configura un memcahce, si está disponible. Puedes encontrar más información en la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentación</a>.",
+ "You are currently running PHP {version}. Upgrade your PHP version to take advantage of <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">performance and security updates provided by the PHP Group</a> as soon as your distribution supports it." : "Estás ejecutando PHP {version}. Actualiza tu versión de PHP para aprovechar las <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">actualizaciones de desempeño y seguridad proporcionadas por el Grupo PHP</a> tan pronto como tu distribución lo soporte. ",
+ "The reverse proxy header configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If not, this is a security issue and can allow an attacker to spoof their IP address as visible to the Nextcloud. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "La configuración de los encabezados del proxy inverso es incorrecta, o estás accediendo a Nextcloud desde un proxy de confianza. Si no es el caso, se trata de un tema de seguridad y le puede permitir a un atacante hacer su dirección IP apócrifa visible para Nextcloud. Puedes encontar más infomración en nuestra <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentación</a>.",
+ "Memcached is configured as distributed cache, but the wrong PHP module \"memcache\" is installed. \\OC\\Memcache\\Memcached only supports \"memcached\" and not \"memcache\". See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">memcached wiki about both modules</a>." : "Memecahced está configurado como un cache distribuido, pero un módulo equivocado de \"memcache\" está instalado. \\OC\\Memcache\\Memcached sólo soporta \"memcached\". Consulta <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">el wiki de memcached en relación a ambos módulos</a>.",
+ "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">List of invalid files…</a> / <a href=\"{rescanEndpoint}\">Rescan…</a>)" : "Algunos archivos no pasaron la verificación de integridad. Puedes encontrar más información de cómo resolver este problema en la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentación</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">Lista de archivos inválidos...</a>/<a href=\"{rescanEndpoint}\">Volver a verificar...</a>)",
+ "The PHP OPcache is not properly configured. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance it is recommended</a> to use the following settings in the <code>php.ini</code>:" : "El OPcache de PHP no está configurado correctamente. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Para un mejor desempeño se recomienda</a> usar las sigueintes configuraciones en el archivo <code>php.ini</code>:",
+ "Continue to Nextcloud" : "Continuar a Nextcloud",
+ "_The update was successful. Redirecting you to Nextcloud in %n second._::_The update was successful. Redirecting you to Nextcloud in %n seconds._" : ["La actualización fue exitosa. Lo estamos redireccionando a Nextcloud en %n segundo. ","La actualización fue exitosa. Te redireccionaremos a Nextcloud en %n segundos."],
+ "Searching other places" : "Buscando en otras ubicaciones",
+ "No search results in other folders for {tag}{filter}{endtag}" : "No hay resultados para la búsqueda {tag}{filter}{endtag} en otras carpetas",
+ "_{count} search result in another folder_::_{count} search results in other folders_" : ["{count} resultado de la búsqueda en otra carpeta","{count} resultados de la búsqueda en otras carpetas"],
+ "Password can not be changed. Please contact your administrator." : "Las contraseñas no se pueden cambiar. Por favor contacta a tu adminstrador",
+ "These apps will be updated:" : "Las siguientes apllicaciones se actualizarán:"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
} \ No newline at end of file
diff --git a/core/l10n/es_PR.js b/core/l10n/es_PR.js
index 6af59a3f2cb..ba3bdeff9b8 100644
--- a/core/l10n/es_PR.js
+++ b/core/l10n/es_PR.js
@@ -32,33 +32,18 @@ OC.L10N.register(
"Maintenance mode is kept active" : "El modo mantenimiento sigue activo",
"Updating database schema" : "Actualizando esquema de base de datos",
"Updated database" : "Base de datos actualizada",
- "Checking whether the database schema can be updated (this can take a long time depending on the database size)" : "Verificando si el archivo del esquema de base de datos puede ser actualizado (esto puedo tomar mucho tiempo dependiendo del tamaño de la base de datos)",
- "Checked database schema update" : "Actualización del esquema de base de datos verificada",
- "Checking updates of apps" : "Verificando actualizaciones para aplicaciones",
- "Checking for update of app \"%s\" in appstore" : "Verificando actualizaciones para la aplicacion \"%s\" en la appstore",
- "Update app \"%s\" from appstore" : "Actualizar la aplicación \"%s\" desde la appstore",
- "Checked for update of app \"%s\" in appstore" : "Se verificaron actualizaciones para la aplicación \"%s\" en la appstore",
"Checking whether the database schema for %s can be updated (this can take a long time depending on the database size)" : "Verificando si el esquema de la base de datos para %s puede ser actualizado (esto puede tomar mucho tiempo dependiendo del tamaño de la base de datos)",
- "Checked database schema update for apps" : "Se verificó la actualización del esquema de la base de datos para las aplicaciones",
"Set log level to debug" : "Establecer nivel de bitacora a depurar",
"Reset log level" : "Restablecer nivel de bitácora",
"Starting code integrity check" : "Comenzando verificación de integridad del código",
"Finished code integrity check" : "Terminó la verificación de integridad del código ",
"%s (incompatible)" : "%s (incompatible)",
- "Following apps have been disabled: %s" : "Las siguientes aplicaciones han sido deshabilitadas: %s",
"Already up to date" : "Ya está actualizado",
"Your web server is not yet properly set up to allow file synchronization, because the WebDAV interface seems to be broken." : "Tu servidor web aún no esta correctamente configurado para permitir la sincronización de archivos porque la interfaz WebDAV parece estar rota. ",
- "Your web server is not properly set up to resolve \"{url}\". Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Tu servidor web no está correctamente configurado para resolver \"{url}\". Puedes encontrar más información al respecto en la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentación</a>.",
"PHP does not seem to be setup properly to query system environment variables. The test with getenv(\"PATH\") only returns an empty response." : "PHP no parece estar configurado correctamente para consultar las variables de ambiente. La prueba con getenv(\"PATH\") sólo regresa una respuesta vacía.",
"Your database does not run with \"READ COMMITTED\" transaction isolation level. This can cause problems when multiple actions are executed in parallel." : "Tu base de datos no puede correr con el nivel de aislamiento de transacción de \"READ COMMITTED\". Puede causar problemas cuando mútiples acciones sean ejecutadas en paralelo.",
"It was not possible to execute the cron job via CLI. The following technical errors have appeared:" : "No fue posible ejecutar el trabajo de cron via CLI. Se presentaron los siguientes errores técnicos:",
"This server has no working Internet connection: Multiple endpoints could not be reached. This means that some of the features like mounting external storage, notifications about updates or installation of third-party apps will not work. Accessing files remotely and sending of notification emails might not work, either. Establish a connection from this server to the Internet to enjoy all features." : "El servidor no cuenta con una conexión a Internet: No se pudieron alcanzar múltiples endpoints. Esto significa que algunas características como montar almacenamiento externo, notificaciones de actualizaciones o instalación de aplicaciones de 3ros no funcionarán correctamente. Acceder archivos de forma remota y el envío de de notificaciones por correo electrónico puede que no funcionen tampoco. Establece una conexión desde este servidor a Internet para aprovechar todas las funcionalidades.",
- "No memory cache has been configured. To enhance performance, please configure a memcache, if available. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "No se ha configurado el caché de memoria. Para mejorar el desempeño, por favor configura un memcahce, si está disponible. Puedes encontrar más información en la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentación</a>.",
- "You are currently running PHP {version}. Upgrade your PHP version to take advantage of <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">performance and security updates provided by the PHP Group</a> as soon as your distribution supports it." : "Estás ejecutando PHP {version}. Actualiza tu versión de PHP para aprovechar las <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">actualizaciones de desempeño y seguridad proporcionadas por el Grupo PHP</a> tan pronto como tu distribución lo soporte. ",
- "The reverse proxy header configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If not, this is a security issue and can allow an attacker to spoof their IP address as visible to the Nextcloud. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "La configuración de los encabezados del proxy inverso es incorrecta, o estás accediendo a Nextcloud desde un proxy de confianza. Si no es el caso, se trata de un tema de seguridad y le puede permitir a un atacante hacer su dirección IP apócrifa visible para Nextcloud. Puedes encontar más infomración en nuestra <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentación</a>.",
- "Memcached is configured as distributed cache, but the wrong PHP module \"memcache\" is installed. \\OC\\Memcache\\Memcached only supports \"memcached\" and not \"memcache\". See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">memcached wiki about both modules</a>." : "Memecahced está configurado como un cache distribuido, pero un módulo equivocado de \"memcache\" está instalado. \\OC\\Memcache\\Memcached sólo soporta \"memcached\". Consulta <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">el wiki de memcached en relación a ambos módulos</a>.",
- "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">List of invalid files…</a> / <a href=\"{rescanEndpoint}\">Rescan…</a>)" : "Algunos archivos no pasaron la verificación de integridad. Puedes encontrar más información de cómo resolver este problema en la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentación</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">Lista de archivos inválidos...</a>/<a href=\"{rescanEndpoint}\">Volver a verificar...</a>)",
- "The PHP OPcache is not properly configured. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance it is recommended</a> to use the following settings in the <code>php.ini</code>:" : "El OPcache de PHP no está configurado correctamente. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Para un mejor desempeño se recomienda</a> usar las sigueintes configuraciones en el archivo <code>php.ini</code>:",
"The PHP function \"set_time_limit\" is not available. This could result in scripts being halted mid-execution, breaking your installation. Enabling this function is strongly recommended." : "La función de PHP \"set_time_limit\" no está disponible. Esto podría generar que la ejecución de scripts se detenga, rompiendo su instalación. Se recomienda ámpliamente habilitar esta función. ",
"SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend." : "Actualmente estás usando SQLite como el backend de base de datos. Para instalaciones más grandes te recomendamos cambiar a un backend de base de datos diferente.",
"This is particularly recommended when using the desktop client for file synchronisation." : "Esto es particularmente recomendado cuando se usa el cliente de escritorio para sincronización de archivos. ",
@@ -66,13 +51,6 @@ OC.L10N.register(
"Your data directory and files are probably accessible from the Internet. The .htaccess file is not working. It is strongly recommended that you configure your web server so that the data directory is no longer accessible, or move the data directory outside the web server document root." : "Probablemente tu directorio de datos y archivos sean accesibles desde Internet. El archivo .htaccess no está funcionando. Se recomienda ampliamente que configures tu servidor web para que el directorio de datos no sea accesible, o bien, que muevas el directorio de datos fuera del directorio raíz del servidor web.",
"The \"{header}\" HTTP header is not set to \"{expected}\". This is a potential security or privacy risk, as it is recommended to adjust this setting accordingly." : "El encabezado HTTP \"{header}\" está establecido a \"{expected}\". Esto representa un riesgo potencial de seguridad o privacidad, y que se recomienda ajustar esta configuración. ",
"The \"{header}\" HTTP header is not set to \"{expected}\". Some features might not work correctly, as it is recommended to adjust this setting accordingly." : "El encabezado HTTP \"{header}\" no está establecido a \"{expected}\". Puede que lgunas características no funcionen correctamente, y se recomienda ajustar esta confirguración. ",
- "Non-existing tag #{tag}" : "Etiqueta #{tag} no-existente",
- "restricted" : "restringido",
- "invisible" : "invisible",
- "Delete" : "Borrar",
- "Rename" : "Renombrar",
- "Collaborative tags" : "Etiquetas colaborativas",
- "No tags found" : "No se encontraron etiquetas",
"unknown text" : "texto desconocido",
"Hello world!" : "¡Hola mundo!",
"sunny" : "soleado",
@@ -87,28 +65,25 @@ OC.L10N.register(
"Please reload the page." : "Por favor vuelve a cargar la página.",
"The update was unsuccessful. For more information <a href=\"{url}\">check our forum post</a> covering this issue." : "La actualización no fue exitosa. Para más información <a href=\"{url}\">consulta nuestro comentario en el foro </a> que cubre este tema. ",
"The update was unsuccessful. Please report this issue to the <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">Nextcloud community</a>." : "La actualización no fue exitosa. Por favor reporta este tema a la <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">Comunidad Nextcloud</a>.",
- "Continue to Nextcloud" : "Continuar a Nextcloud",
- "_The update was successful. Redirecting you to Nextcloud in %n second._::_The update was successful. Redirecting you to Nextcloud in %n seconds._" : ["La actualización fue exitosa. Lo estamos redireccionando a Nextcloud en %n segundo. ","La actualización fue exitosa. Te redireccionaremos a Nextcloud en %n segundos."],
- "Searching other places" : "Buscando en otras ubicaciones",
- "No search results in other folders for {tag}{filter}{endtag}" : "No hay resultados para la búsqueda {tag}{filter}{endtag} en otras carpetas",
- "_{count} search result in another folder_::_{count} search results in other folders_" : ["{count} resultado de la búsqueda en otra carpeta","{count} resultados de la búsqueda en otras carpetas"],
+ "Log in" : "Ingresar",
+ "Logging in …" : "Iniciando sesión ...",
"Server side authentication failed!" : "¡Falló la autenticación del lado del servidor!",
"Please contact your administrator." : "Por favor contacta al administrador.",
"An internal error occurred." : "Se presentó un error interno.",
"Please try again or contact your administrator." : "Por favor vuelve a intentarlo o contacta a tu adminsitrador. ",
"Username or email" : "Usuario o correo electrónico",
"Password" : "Contraseña",
- "Log in" : "Ingresar",
- "Logging in …" : "Iniciando sesión ...",
"Wrong username or password." : "Usuario o contraseña equivocado. ",
"User disabled" : "Usuario deshabilitado",
"Reset password" : "Restablecer contraseña",
"Couldn't send reset email. Please contact your administrator." : "No fue posible enviar el correo de restauración. Por favor contacta a tu adminsitrador. ",
- "Password can not be changed. Please contact your administrator." : "Las contraseñas no se pueden cambiar. Por favor contacta a tu adminstrador",
"New password" : "Nueva contraseña",
"I know what I'm doing" : "Sé lo que estoy haciendo",
"Cancel" : "Cancelar",
"Forgot password?" : "¿Olvidaste tu contraseña?",
+ "Back" : "Atrás",
+ "Reset search" : "Reestablecer búsqueda",
+ "Search" : "Buscar",
"Settings" : "Configuraciones ",
"Search contacts …" : "Buscar contactos ...",
"No contacts found" : "No se encontraron contactos",
@@ -137,7 +112,7 @@ OC.L10N.register(
"One file conflict" : "Un conflicto en el archivo",
"New Files" : "Archivos Nuevos",
"Already existing files" : "Archivos ya existentes",
- "Which files do you want to keep?" : "¿Cuales archivos deseas mantener?",
+ "Which files do you want to keep?" : "¿Cuáles archivos deseas mantener?",
"If you select both versions, the copied file will have a number added to its name." : "Si seleccionas ambas versiones, se le agregará un número al nombre del archivo copiado.",
"Continue" : "Continuar",
"(all selected)" : "(todos seleccionados)",
@@ -161,6 +136,13 @@ OC.L10N.register(
"Strong password" : "Contraseña fuerte",
"No action available" : "No hay acciones disponibles",
"Error fetching contact actions" : "Se presentó un error al traer las acciónes de contatos",
+ "Non-existing tag #{tag}" : "Etiqueta #{tag} no-existente",
+ "restricted" : "restringido",
+ "invisible" : "invisible",
+ "Delete" : "Borrar",
+ "Rename" : "Renombrar",
+ "Collaborative tags" : "Etiquetas colaborativas",
+ "No tags found" : "No se encontraron etiquetas",
"Personal" : "Personal",
"Users" : "Usuarios",
"Apps" : "Aplicaciones",
@@ -207,8 +189,6 @@ OC.L10N.register(
"This application requires JavaScript for correct operation. Please {linkstart}enable JavaScript{linkend} and reload the page." : "Esta aplicación requiere de JavaScript para su correcta operación. Por favor {linkstart}habilita JavaScript{linkend} y vuelve a cargar la página. ",
"More apps" : "Más aplicaciones",
"More" : "Más",
- "Search" : "Buscar",
- "Reset search" : "Reestablecer búsqueda",
"Contacts" : "Contactos",
"Confirm your password" : "Confirma tu contraseña",
"App token" : "Ficha de la aplicación",
@@ -222,7 +202,6 @@ OC.L10N.register(
"Access through untrusted domain" : "Accesa a través de un dominio no de confianza",
"Please contact your administrator. If you are an administrator, edit the \"trusted_domains\" setting in config/config.php like the example in config.sample.php." : "Por favor contacta a tu adminsitrador. Si tu eres un administrador, edita la propiedad \"trusted_domains\" en el archivo config/config.php como en el ejemplo config.sample.php.",
"App update required" : "Se requiere una actualización de la aplicación",
- "These apps will be updated:" : "Las siguientes apllicaciones se actualizarán:",
"These incompatible apps will be disabled:" : "Las siguientes aplicaciones incompatibles serán deshabilitadas:",
"The theme %s has been disabled." : "El tema %s ha sido deshabilitado. ",
"Please make sure that the database, the config folder and the data folder have been backed up before proceeding." : "Por favor asegurarte de que la base de datos, la carpeta de configuración y las carpetas de datos hayan sido respaldadas antes de continuar. ",
@@ -236,71 +215,27 @@ OC.L10N.register(
"Upgrade via web on my own risk" : "Actualizar vía Web bajo mi propio riesgo",
"This %s instance is currently in maintenance mode, which may take a while." : "Esta instancia %s se encuentra actualmente en modo mantenimiento, que podría tomar algo de tiempo. ",
"Contact your system administrator if this message persists or appeared unexpectedly." : "Contacta a tu administrador del sistema si este mensaje persiste o se presentó de manera inesperada.",
- "Could not send reset email because there is no email address for this username. Please contact your administrator." : "No fue posible enviar el correo electrónico para restablecer porque no hay una dirección de correo electrónico para este usuario. Por favor contacta a tu adminsitrador. ",
- "Couldn't send reset email. Please make sure your username is correct." : "No fue posible restablecer el correo electrónico. Por favor asegurarte de que tu nombre de usuario sea correcto. ",
- "Your files are encrypted. There will be no way to get your data back after your password is reset.<br />If you are not sure what to do, please contact your administrator before you continue. <br />Do you really want to continue?" : "Tus archivos están encriptados. No habrá manera de recuperar tus datos una vez que restablezca tu contraseña. <br />Si no estás seguro de qué hacer, por favor contacta a tu administrador antes de continuar. <br />¿Realmente deseas continuar?",
- "Sending email …" : "Enviando correo electrónico ...",
- "You are currently running PHP 5.6. The current major version of Nextcloud is the last that is supported on PHP 5.6. It is recommended to upgrade the PHP version to 7.0+ to be able to upgrade to Nextcloud 14." : "Actualmente estás corriendo PHP 5.6. La versión principal actual de Nextcloud es la última que será soportada en PHPH 5.6. Te recomendamos actualizar la versión de PHP a la 7.0+ para que puedas actualizar a Nextcloud 14.",
- "Shared" : "Compartido",
- "Shared with" : "Compartido con",
- "Shared by" : "Compartido por",
- "Choose a password for the public link" : "Seleccione una contraseña para la liga pública",
- "Choose a password for the public link or press the \"Enter\" key" : "Elige una contraseña para la liga pública o presiona la tecla \"Intro\"",
- "Copied!" : "¡Copiado!",
- "Copy link" : "Copiar liga",
- "Not supported!" : "¡No está soportado!",
- "Press ⌘-C to copy." : "Presiona ⌘-C para copiar.",
- "Press Ctrl-C to copy." : "Presiona Ctrl-C para copiar.",
- "Resharing is not allowed" : "No se permite volver a compartir",
- "Link" : "Liga",
- "Password protect" : "Proteger con contraseña",
- "Allow editing" : "Permitir editar",
- "Email link to person" : "Enviar la liga por correo electrónico a una persona",
- "Send" : "Enviar",
- "Allow upload and editing" : "Permitir carga y edición",
- "Read only" : "Sólo lectura",
- "File drop (upload only)" : "Permitir carga",
- "Set expiration date" : "Selecciona la vigencia de tu archivo",
- "Expiration" : "Expiración",
- "Expiration date" : "Fecha de expiración",
- "Unshare" : "Dejar de compartir",
- "Share to {name}" : "Compartir con {name}",
- "Share link" : "Compartir liga",
- "Could not unshare" : "No fue posible dejar de compartir",
- "Shared with you and the group {group} by {owner}" : "Compartido contigo y el grupo {group} por {owner}",
- "Shared with you by {owner}" : "Compartido contigo por {owner}",
- "Choose a password for the mail share" : "Elige una contraseña para el elemento compartido por correo",
- "group" : "grupo",
- "remote" : "remoto",
- "email" : "correo electrónico",
- "shared by {sharer}" : "compartido por {sharer}",
- "Can reshare" : "Puede volver a compartir",
- "Can edit" : "Puede editar",
- "Can create" : "Puede crear",
- "Can change" : "Puede cambiar",
- "Can delete" : "Puede borrar",
- "Access control" : "Control de acceso",
- "Error while sharing" : "Se presentó un error al compartir",
- "Share details could not be loaded for this item." : "Los detalles del recurso compartido no se pudieron cargar para este elemento. ",
- "_At least {count} character is needed for autocompletion_::_At least {count} characters are needed for autocompletion_" : ["Se requiere de la menos {count} caracter para el auto completar","Se requieren de la menos {count} caracteres para el auto completar"],
- "This list is maybe truncated - please refine your search term to see more results." : "Esta lista puede estar truncada - por favor refina tus términos de búsqueda para poder ver más resultados. ",
- "No users or groups found for {search}" : "No se encontraron usuarios o gurpos para {search}",
- "No users found for {search}" : "No se encontraron usuarios para {search}",
- "An error occurred. Please try again" : "Se presentó un error. Por favor vuelve a intentarlo",
- "Home" : "Inicio",
- "Work" : "Trabajo",
- "Other" : "Otro",
- "{sharee} ({type}, {owner})" : "{sharee} ({type}, {owner})",
- "Share" : "Compartir",
- "Name or email address..." : "Nombre o dirección de correo electrónico",
- "Name or federated cloud ID..." : "Nombre...",
- "Name, federated cloud ID or email address..." : "Nombre o dirección de correo electrónico...",
- "Name..." : "Nombre...",
- "Error removing share" : "Se presentó un error al dejar de compartir",
- "({scope})" : "({scope})",
- "Saving..." : "Guardando...",
- "Dismiss" : "Descartar",
- "New Password" : "Nueva Contraseña",
- "Cancel log in" : "Cancelar inicio de sesión"
+ "Checking whether the database schema can be updated (this can take a long time depending on the database size)" : "Verificando si el archivo del esquema de base de datos puede ser actualizado (esto puedo tomar mucho tiempo dependiendo del tamaño de la base de datos)",
+ "Checked database schema update" : "Actualización del esquema de base de datos verificada",
+ "Checking updates of apps" : "Verificando actualizaciones para aplicaciones",
+ "Checking for update of app \"%s\" in appstore" : "Verificando actualizaciones para la aplicacion \"%s\" en la appstore",
+ "Update app \"%s\" from appstore" : "Actualizar la aplicación \"%s\" desde la appstore",
+ "Checked for update of app \"%s\" in appstore" : "Se verificaron actualizaciones para la aplicación \"%s\" en la appstore",
+ "Checked database schema update for apps" : "Se verificó la actualización del esquema de la base de datos para las aplicaciones",
+ "Following apps have been disabled: %s" : "Las siguientes aplicaciones han sido deshabilitadas: %s",
+ "Your web server is not properly set up to resolve \"{url}\". Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Tu servidor web no está correctamente configurado para resolver \"{url}\". Puedes encontrar más información al respecto en la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentación</a>.",
+ "No memory cache has been configured. To enhance performance, please configure a memcache, if available. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "No se ha configurado el caché de memoria. Para mejorar el desempeño, por favor configura un memcahce, si está disponible. Puedes encontrar más información en la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentación</a>.",
+ "You are currently running PHP {version}. Upgrade your PHP version to take advantage of <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">performance and security updates provided by the PHP Group</a> as soon as your distribution supports it." : "Estás ejecutando PHP {version}. Actualiza tu versión de PHP para aprovechar las <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">actualizaciones de desempeño y seguridad proporcionadas por el Grupo PHP</a> tan pronto como tu distribución lo soporte. ",
+ "The reverse proxy header configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If not, this is a security issue and can allow an attacker to spoof their IP address as visible to the Nextcloud. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "La configuración de los encabezados del proxy inverso es incorrecta, o estás accediendo a Nextcloud desde un proxy de confianza. Si no es el caso, se trata de un tema de seguridad y le puede permitir a un atacante hacer su dirección IP apócrifa visible para Nextcloud. Puedes encontar más infomración en nuestra <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentación</a>.",
+ "Memcached is configured as distributed cache, but the wrong PHP module \"memcache\" is installed. \\OC\\Memcache\\Memcached only supports \"memcached\" and not \"memcache\". See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">memcached wiki about both modules</a>." : "Memecahced está configurado como un cache distribuido, pero un módulo equivocado de \"memcache\" está instalado. \\OC\\Memcache\\Memcached sólo soporta \"memcached\". Consulta <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">el wiki de memcached en relación a ambos módulos</a>.",
+ "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">List of invalid files…</a> / <a href=\"{rescanEndpoint}\">Rescan…</a>)" : "Algunos archivos no pasaron la verificación de integridad. Puedes encontrar más información de cómo resolver este problema en la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentación</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">Lista de archivos inválidos...</a>/<a href=\"{rescanEndpoint}\">Volver a verificar...</a>)",
+ "The PHP OPcache is not properly configured. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance it is recommended</a> to use the following settings in the <code>php.ini</code>:" : "El OPcache de PHP no está configurado correctamente. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Para un mejor desempeño se recomienda</a> usar las sigueintes configuraciones en el archivo <code>php.ini</code>:",
+ "Continue to Nextcloud" : "Continuar a Nextcloud",
+ "_The update was successful. Redirecting you to Nextcloud in %n second._::_The update was successful. Redirecting you to Nextcloud in %n seconds._" : ["La actualización fue exitosa. Lo estamos redireccionando a Nextcloud en %n segundo. ","La actualización fue exitosa. Te redireccionaremos a Nextcloud en %n segundos."],
+ "Searching other places" : "Buscando en otras ubicaciones",
+ "No search results in other folders for {tag}{filter}{endtag}" : "No hay resultados para la búsqueda {tag}{filter}{endtag} en otras carpetas",
+ "_{count} search result in another folder_::_{count} search results in other folders_" : ["{count} resultado de la búsqueda en otra carpeta","{count} resultados de la búsqueda en otras carpetas"],
+ "Password can not be changed. Please contact your administrator." : "Las contraseñas no se pueden cambiar. Por favor contacta a tu adminstrador",
+ "These apps will be updated:" : "Las siguientes apllicaciones se actualizarán:"
},
"nplurals=2; plural=(n != 1);");
diff --git a/core/l10n/es_PR.json b/core/l10n/es_PR.json
index 80b0b7b1b26..1bfe967c875 100644
--- a/core/l10n/es_PR.json
+++ b/core/l10n/es_PR.json
@@ -30,33 +30,18 @@
"Maintenance mode is kept active" : "El modo mantenimiento sigue activo",
"Updating database schema" : "Actualizando esquema de base de datos",
"Updated database" : "Base de datos actualizada",
- "Checking whether the database schema can be updated (this can take a long time depending on the database size)" : "Verificando si el archivo del esquema de base de datos puede ser actualizado (esto puedo tomar mucho tiempo dependiendo del tamaño de la base de datos)",
- "Checked database schema update" : "Actualización del esquema de base de datos verificada",
- "Checking updates of apps" : "Verificando actualizaciones para aplicaciones",
- "Checking for update of app \"%s\" in appstore" : "Verificando actualizaciones para la aplicacion \"%s\" en la appstore",
- "Update app \"%s\" from appstore" : "Actualizar la aplicación \"%s\" desde la appstore",
- "Checked for update of app \"%s\" in appstore" : "Se verificaron actualizaciones para la aplicación \"%s\" en la appstore",
"Checking whether the database schema for %s can be updated (this can take a long time depending on the database size)" : "Verificando si el esquema de la base de datos para %s puede ser actualizado (esto puede tomar mucho tiempo dependiendo del tamaño de la base de datos)",
- "Checked database schema update for apps" : "Se verificó la actualización del esquema de la base de datos para las aplicaciones",
"Set log level to debug" : "Establecer nivel de bitacora a depurar",
"Reset log level" : "Restablecer nivel de bitácora",
"Starting code integrity check" : "Comenzando verificación de integridad del código",
"Finished code integrity check" : "Terminó la verificación de integridad del código ",
"%s (incompatible)" : "%s (incompatible)",
- "Following apps have been disabled: %s" : "Las siguientes aplicaciones han sido deshabilitadas: %s",
"Already up to date" : "Ya está actualizado",
"Your web server is not yet properly set up to allow file synchronization, because the WebDAV interface seems to be broken." : "Tu servidor web aún no esta correctamente configurado para permitir la sincronización de archivos porque la interfaz WebDAV parece estar rota. ",
- "Your web server is not properly set up to resolve \"{url}\". Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Tu servidor web no está correctamente configurado para resolver \"{url}\". Puedes encontrar más información al respecto en la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentación</a>.",
"PHP does not seem to be setup properly to query system environment variables. The test with getenv(\"PATH\") only returns an empty response." : "PHP no parece estar configurado correctamente para consultar las variables de ambiente. La prueba con getenv(\"PATH\") sólo regresa una respuesta vacía.",
"Your database does not run with \"READ COMMITTED\" transaction isolation level. This can cause problems when multiple actions are executed in parallel." : "Tu base de datos no puede correr con el nivel de aislamiento de transacción de \"READ COMMITTED\". Puede causar problemas cuando mútiples acciones sean ejecutadas en paralelo.",
"It was not possible to execute the cron job via CLI. The following technical errors have appeared:" : "No fue posible ejecutar el trabajo de cron via CLI. Se presentaron los siguientes errores técnicos:",
"This server has no working Internet connection: Multiple endpoints could not be reached. This means that some of the features like mounting external storage, notifications about updates or installation of third-party apps will not work. Accessing files remotely and sending of notification emails might not work, either. Establish a connection from this server to the Internet to enjoy all features." : "El servidor no cuenta con una conexión a Internet: No se pudieron alcanzar múltiples endpoints. Esto significa que algunas características como montar almacenamiento externo, notificaciones de actualizaciones o instalación de aplicaciones de 3ros no funcionarán correctamente. Acceder archivos de forma remota y el envío de de notificaciones por correo electrónico puede que no funcionen tampoco. Establece una conexión desde este servidor a Internet para aprovechar todas las funcionalidades.",
- "No memory cache has been configured. To enhance performance, please configure a memcache, if available. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "No se ha configurado el caché de memoria. Para mejorar el desempeño, por favor configura un memcahce, si está disponible. Puedes encontrar más información en la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentación</a>.",
- "You are currently running PHP {version}. Upgrade your PHP version to take advantage of <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">performance and security updates provided by the PHP Group</a> as soon as your distribution supports it." : "Estás ejecutando PHP {version}. Actualiza tu versión de PHP para aprovechar las <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">actualizaciones de desempeño y seguridad proporcionadas por el Grupo PHP</a> tan pronto como tu distribución lo soporte. ",
- "The reverse proxy header configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If not, this is a security issue and can allow an attacker to spoof their IP address as visible to the Nextcloud. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "La configuración de los encabezados del proxy inverso es incorrecta, o estás accediendo a Nextcloud desde un proxy de confianza. Si no es el caso, se trata de un tema de seguridad y le puede permitir a un atacante hacer su dirección IP apócrifa visible para Nextcloud. Puedes encontar más infomración en nuestra <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentación</a>.",
- "Memcached is configured as distributed cache, but the wrong PHP module \"memcache\" is installed. \\OC\\Memcache\\Memcached only supports \"memcached\" and not \"memcache\". See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">memcached wiki about both modules</a>." : "Memecahced está configurado como un cache distribuido, pero un módulo equivocado de \"memcache\" está instalado. \\OC\\Memcache\\Memcached sólo soporta \"memcached\". Consulta <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">el wiki de memcached en relación a ambos módulos</a>.",
- "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">List of invalid files…</a> / <a href=\"{rescanEndpoint}\">Rescan…</a>)" : "Algunos archivos no pasaron la verificación de integridad. Puedes encontrar más información de cómo resolver este problema en la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentación</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">Lista de archivos inválidos...</a>/<a href=\"{rescanEndpoint}\">Volver a verificar...</a>)",
- "The PHP OPcache is not properly configured. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance it is recommended</a> to use the following settings in the <code>php.ini</code>:" : "El OPcache de PHP no está configurado correctamente. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Para un mejor desempeño se recomienda</a> usar las sigueintes configuraciones en el archivo <code>php.ini</code>:",
"The PHP function \"set_time_limit\" is not available. This could result in scripts being halted mid-execution, breaking your installation. Enabling this function is strongly recommended." : "La función de PHP \"set_time_limit\" no está disponible. Esto podría generar que la ejecución de scripts se detenga, rompiendo su instalación. Se recomienda ámpliamente habilitar esta función. ",
"SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend." : "Actualmente estás usando SQLite como el backend de base de datos. Para instalaciones más grandes te recomendamos cambiar a un backend de base de datos diferente.",
"This is particularly recommended when using the desktop client for file synchronisation." : "Esto es particularmente recomendado cuando se usa el cliente de escritorio para sincronización de archivos. ",
@@ -64,13 +49,6 @@
"Your data directory and files are probably accessible from the Internet. The .htaccess file is not working. It is strongly recommended that you configure your web server so that the data directory is no longer accessible, or move the data directory outside the web server document root." : "Probablemente tu directorio de datos y archivos sean accesibles desde Internet. El archivo .htaccess no está funcionando. Se recomienda ampliamente que configures tu servidor web para que el directorio de datos no sea accesible, o bien, que muevas el directorio de datos fuera del directorio raíz del servidor web.",
"The \"{header}\" HTTP header is not set to \"{expected}\". This is a potential security or privacy risk, as it is recommended to adjust this setting accordingly." : "El encabezado HTTP \"{header}\" está establecido a \"{expected}\". Esto representa un riesgo potencial de seguridad o privacidad, y que se recomienda ajustar esta configuración. ",
"The \"{header}\" HTTP header is not set to \"{expected}\". Some features might not work correctly, as it is recommended to adjust this setting accordingly." : "El encabezado HTTP \"{header}\" no está establecido a \"{expected}\". Puede que lgunas características no funcionen correctamente, y se recomienda ajustar esta confirguración. ",
- "Non-existing tag #{tag}" : "Etiqueta #{tag} no-existente",
- "restricted" : "restringido",
- "invisible" : "invisible",
- "Delete" : "Borrar",
- "Rename" : "Renombrar",
- "Collaborative tags" : "Etiquetas colaborativas",
- "No tags found" : "No se encontraron etiquetas",
"unknown text" : "texto desconocido",
"Hello world!" : "¡Hola mundo!",
"sunny" : "soleado",
@@ -85,28 +63,25 @@
"Please reload the page." : "Por favor vuelve a cargar la página.",
"The update was unsuccessful. For more information <a href=\"{url}\">check our forum post</a> covering this issue." : "La actualización no fue exitosa. Para más información <a href=\"{url}\">consulta nuestro comentario en el foro </a> que cubre este tema. ",
"The update was unsuccessful. Please report this issue to the <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">Nextcloud community</a>." : "La actualización no fue exitosa. Por favor reporta este tema a la <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">Comunidad Nextcloud</a>.",
- "Continue to Nextcloud" : "Continuar a Nextcloud",
- "_The update was successful. Redirecting you to Nextcloud in %n second._::_The update was successful. Redirecting you to Nextcloud in %n seconds._" : ["La actualización fue exitosa. Lo estamos redireccionando a Nextcloud en %n segundo. ","La actualización fue exitosa. Te redireccionaremos a Nextcloud en %n segundos."],
- "Searching other places" : "Buscando en otras ubicaciones",
- "No search results in other folders for {tag}{filter}{endtag}" : "No hay resultados para la búsqueda {tag}{filter}{endtag} en otras carpetas",
- "_{count} search result in another folder_::_{count} search results in other folders_" : ["{count} resultado de la búsqueda en otra carpeta","{count} resultados de la búsqueda en otras carpetas"],
+ "Log in" : "Ingresar",
+ "Logging in …" : "Iniciando sesión ...",
"Server side authentication failed!" : "¡Falló la autenticación del lado del servidor!",
"Please contact your administrator." : "Por favor contacta al administrador.",
"An internal error occurred." : "Se presentó un error interno.",
"Please try again or contact your administrator." : "Por favor vuelve a intentarlo o contacta a tu adminsitrador. ",
"Username or email" : "Usuario o correo electrónico",
"Password" : "Contraseña",
- "Log in" : "Ingresar",
- "Logging in …" : "Iniciando sesión ...",
"Wrong username or password." : "Usuario o contraseña equivocado. ",
"User disabled" : "Usuario deshabilitado",
"Reset password" : "Restablecer contraseña",
"Couldn't send reset email. Please contact your administrator." : "No fue posible enviar el correo de restauración. Por favor contacta a tu adminsitrador. ",
- "Password can not be changed. Please contact your administrator." : "Las contraseñas no se pueden cambiar. Por favor contacta a tu adminstrador",
"New password" : "Nueva contraseña",
"I know what I'm doing" : "Sé lo que estoy haciendo",
"Cancel" : "Cancelar",
"Forgot password?" : "¿Olvidaste tu contraseña?",
+ "Back" : "Atrás",
+ "Reset search" : "Reestablecer búsqueda",
+ "Search" : "Buscar",
"Settings" : "Configuraciones ",
"Search contacts …" : "Buscar contactos ...",
"No contacts found" : "No se encontraron contactos",
@@ -135,7 +110,7 @@
"One file conflict" : "Un conflicto en el archivo",
"New Files" : "Archivos Nuevos",
"Already existing files" : "Archivos ya existentes",
- "Which files do you want to keep?" : "¿Cuales archivos deseas mantener?",
+ "Which files do you want to keep?" : "¿Cuáles archivos deseas mantener?",
"If you select both versions, the copied file will have a number added to its name." : "Si seleccionas ambas versiones, se le agregará un número al nombre del archivo copiado.",
"Continue" : "Continuar",
"(all selected)" : "(todos seleccionados)",
@@ -159,6 +134,13 @@
"Strong password" : "Contraseña fuerte",
"No action available" : "No hay acciones disponibles",
"Error fetching contact actions" : "Se presentó un error al traer las acciónes de contatos",
+ "Non-existing tag #{tag}" : "Etiqueta #{tag} no-existente",
+ "restricted" : "restringido",
+ "invisible" : "invisible",
+ "Delete" : "Borrar",
+ "Rename" : "Renombrar",
+ "Collaborative tags" : "Etiquetas colaborativas",
+ "No tags found" : "No se encontraron etiquetas",
"Personal" : "Personal",
"Users" : "Usuarios",
"Apps" : "Aplicaciones",
@@ -205,8 +187,6 @@
"This application requires JavaScript for correct operation. Please {linkstart}enable JavaScript{linkend} and reload the page." : "Esta aplicación requiere de JavaScript para su correcta operación. Por favor {linkstart}habilita JavaScript{linkend} y vuelve a cargar la página. ",
"More apps" : "Más aplicaciones",
"More" : "Más",
- "Search" : "Buscar",
- "Reset search" : "Reestablecer búsqueda",
"Contacts" : "Contactos",
"Confirm your password" : "Confirma tu contraseña",
"App token" : "Ficha de la aplicación",
@@ -220,7 +200,6 @@
"Access through untrusted domain" : "Accesa a través de un dominio no de confianza",
"Please contact your administrator. If you are an administrator, edit the \"trusted_domains\" setting in config/config.php like the example in config.sample.php." : "Por favor contacta a tu adminsitrador. Si tu eres un administrador, edita la propiedad \"trusted_domains\" en el archivo config/config.php como en el ejemplo config.sample.php.",
"App update required" : "Se requiere una actualización de la aplicación",
- "These apps will be updated:" : "Las siguientes apllicaciones se actualizarán:",
"These incompatible apps will be disabled:" : "Las siguientes aplicaciones incompatibles serán deshabilitadas:",
"The theme %s has been disabled." : "El tema %s ha sido deshabilitado. ",
"Please make sure that the database, the config folder and the data folder have been backed up before proceeding." : "Por favor asegurarte de que la base de datos, la carpeta de configuración y las carpetas de datos hayan sido respaldadas antes de continuar. ",
@@ -234,71 +213,27 @@
"Upgrade via web on my own risk" : "Actualizar vía Web bajo mi propio riesgo",
"This %s instance is currently in maintenance mode, which may take a while." : "Esta instancia %s se encuentra actualmente en modo mantenimiento, que podría tomar algo de tiempo. ",
"Contact your system administrator if this message persists or appeared unexpectedly." : "Contacta a tu administrador del sistema si este mensaje persiste o se presentó de manera inesperada.",
- "Could not send reset email because there is no email address for this username. Please contact your administrator." : "No fue posible enviar el correo electrónico para restablecer porque no hay una dirección de correo electrónico para este usuario. Por favor contacta a tu adminsitrador. ",
- "Couldn't send reset email. Please make sure your username is correct." : "No fue posible restablecer el correo electrónico. Por favor asegurarte de que tu nombre de usuario sea correcto. ",
- "Your files are encrypted. There will be no way to get your data back after your password is reset.<br />If you are not sure what to do, please contact your administrator before you continue. <br />Do you really want to continue?" : "Tus archivos están encriptados. No habrá manera de recuperar tus datos una vez que restablezca tu contraseña. <br />Si no estás seguro de qué hacer, por favor contacta a tu administrador antes de continuar. <br />¿Realmente deseas continuar?",
- "Sending email …" : "Enviando correo electrónico ...",
- "You are currently running PHP 5.6. The current major version of Nextcloud is the last that is supported on PHP 5.6. It is recommended to upgrade the PHP version to 7.0+ to be able to upgrade to Nextcloud 14." : "Actualmente estás corriendo PHP 5.6. La versión principal actual de Nextcloud es la última que será soportada en PHPH 5.6. Te recomendamos actualizar la versión de PHP a la 7.0+ para que puedas actualizar a Nextcloud 14.",
- "Shared" : "Compartido",
- "Shared with" : "Compartido con",
- "Shared by" : "Compartido por",
- "Choose a password for the public link" : "Seleccione una contraseña para la liga pública",
- "Choose a password for the public link or press the \"Enter\" key" : "Elige una contraseña para la liga pública o presiona la tecla \"Intro\"",
- "Copied!" : "¡Copiado!",
- "Copy link" : "Copiar liga",
- "Not supported!" : "¡No está soportado!",
- "Press ⌘-C to copy." : "Presiona ⌘-C para copiar.",
- "Press Ctrl-C to copy." : "Presiona Ctrl-C para copiar.",
- "Resharing is not allowed" : "No se permite volver a compartir",
- "Link" : "Liga",
- "Password protect" : "Proteger con contraseña",
- "Allow editing" : "Permitir editar",
- "Email link to person" : "Enviar la liga por correo electrónico a una persona",
- "Send" : "Enviar",
- "Allow upload and editing" : "Permitir carga y edición",
- "Read only" : "Sólo lectura",
- "File drop (upload only)" : "Permitir carga",
- "Set expiration date" : "Selecciona la vigencia de tu archivo",
- "Expiration" : "Expiración",
- "Expiration date" : "Fecha de expiración",
- "Unshare" : "Dejar de compartir",
- "Share to {name}" : "Compartir con {name}",
- "Share link" : "Compartir liga",
- "Could not unshare" : "No fue posible dejar de compartir",
- "Shared with you and the group {group} by {owner}" : "Compartido contigo y el grupo {group} por {owner}",
- "Shared with you by {owner}" : "Compartido contigo por {owner}",
- "Choose a password for the mail share" : "Elige una contraseña para el elemento compartido por correo",
- "group" : "grupo",
- "remote" : "remoto",
- "email" : "correo electrónico",
- "shared by {sharer}" : "compartido por {sharer}",
- "Can reshare" : "Puede volver a compartir",
- "Can edit" : "Puede editar",
- "Can create" : "Puede crear",
- "Can change" : "Puede cambiar",
- "Can delete" : "Puede borrar",
- "Access control" : "Control de acceso",
- "Error while sharing" : "Se presentó un error al compartir",
- "Share details could not be loaded for this item." : "Los detalles del recurso compartido no se pudieron cargar para este elemento. ",
- "_At least {count} character is needed for autocompletion_::_At least {count} characters are needed for autocompletion_" : ["Se requiere de la menos {count} caracter para el auto completar","Se requieren de la menos {count} caracteres para el auto completar"],
- "This list is maybe truncated - please refine your search term to see more results." : "Esta lista puede estar truncada - por favor refina tus términos de búsqueda para poder ver más resultados. ",
- "No users or groups found for {search}" : "No se encontraron usuarios o gurpos para {search}",
- "No users found for {search}" : "No se encontraron usuarios para {search}",
- "An error occurred. Please try again" : "Se presentó un error. Por favor vuelve a intentarlo",
- "Home" : "Inicio",
- "Work" : "Trabajo",
- "Other" : "Otro",
- "{sharee} ({type}, {owner})" : "{sharee} ({type}, {owner})",
- "Share" : "Compartir",
- "Name or email address..." : "Nombre o dirección de correo electrónico",
- "Name or federated cloud ID..." : "Nombre...",
- "Name, federated cloud ID or email address..." : "Nombre o dirección de correo electrónico...",
- "Name..." : "Nombre...",
- "Error removing share" : "Se presentó un error al dejar de compartir",
- "({scope})" : "({scope})",
- "Saving..." : "Guardando...",
- "Dismiss" : "Descartar",
- "New Password" : "Nueva Contraseña",
- "Cancel log in" : "Cancelar inicio de sesión"
+ "Checking whether the database schema can be updated (this can take a long time depending on the database size)" : "Verificando si el archivo del esquema de base de datos puede ser actualizado (esto puedo tomar mucho tiempo dependiendo del tamaño de la base de datos)",
+ "Checked database schema update" : "Actualización del esquema de base de datos verificada",
+ "Checking updates of apps" : "Verificando actualizaciones para aplicaciones",
+ "Checking for update of app \"%s\" in appstore" : "Verificando actualizaciones para la aplicacion \"%s\" en la appstore",
+ "Update app \"%s\" from appstore" : "Actualizar la aplicación \"%s\" desde la appstore",
+ "Checked for update of app \"%s\" in appstore" : "Se verificaron actualizaciones para la aplicación \"%s\" en la appstore",
+ "Checked database schema update for apps" : "Se verificó la actualización del esquema de la base de datos para las aplicaciones",
+ "Following apps have been disabled: %s" : "Las siguientes aplicaciones han sido deshabilitadas: %s",
+ "Your web server is not properly set up to resolve \"{url}\". Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Tu servidor web no está correctamente configurado para resolver \"{url}\". Puedes encontrar más información al respecto en la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentación</a>.",
+ "No memory cache has been configured. To enhance performance, please configure a memcache, if available. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "No se ha configurado el caché de memoria. Para mejorar el desempeño, por favor configura un memcahce, si está disponible. Puedes encontrar más información en la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentación</a>.",
+ "You are currently running PHP {version}. Upgrade your PHP version to take advantage of <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">performance and security updates provided by the PHP Group</a> as soon as your distribution supports it." : "Estás ejecutando PHP {version}. Actualiza tu versión de PHP para aprovechar las <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">actualizaciones de desempeño y seguridad proporcionadas por el Grupo PHP</a> tan pronto como tu distribución lo soporte. ",
+ "The reverse proxy header configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If not, this is a security issue and can allow an attacker to spoof their IP address as visible to the Nextcloud. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "La configuración de los encabezados del proxy inverso es incorrecta, o estás accediendo a Nextcloud desde un proxy de confianza. Si no es el caso, se trata de un tema de seguridad y le puede permitir a un atacante hacer su dirección IP apócrifa visible para Nextcloud. Puedes encontar más infomración en nuestra <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentación</a>.",
+ "Memcached is configured as distributed cache, but the wrong PHP module \"memcache\" is installed. \\OC\\Memcache\\Memcached only supports \"memcached\" and not \"memcache\". See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">memcached wiki about both modules</a>." : "Memecahced está configurado como un cache distribuido, pero un módulo equivocado de \"memcache\" está instalado. \\OC\\Memcache\\Memcached sólo soporta \"memcached\". Consulta <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">el wiki de memcached en relación a ambos módulos</a>.",
+ "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">List of invalid files…</a> / <a href=\"{rescanEndpoint}\">Rescan…</a>)" : "Algunos archivos no pasaron la verificación de integridad. Puedes encontrar más información de cómo resolver este problema en la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentación</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">Lista de archivos inválidos...</a>/<a href=\"{rescanEndpoint}\">Volver a verificar...</a>)",
+ "The PHP OPcache is not properly configured. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance it is recommended</a> to use the following settings in the <code>php.ini</code>:" : "El OPcache de PHP no está configurado correctamente. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Para un mejor desempeño se recomienda</a> usar las sigueintes configuraciones en el archivo <code>php.ini</code>:",
+ "Continue to Nextcloud" : "Continuar a Nextcloud",
+ "_The update was successful. Redirecting you to Nextcloud in %n second._::_The update was successful. Redirecting you to Nextcloud in %n seconds._" : ["La actualización fue exitosa. Lo estamos redireccionando a Nextcloud en %n segundo. ","La actualización fue exitosa. Te redireccionaremos a Nextcloud en %n segundos."],
+ "Searching other places" : "Buscando en otras ubicaciones",
+ "No search results in other folders for {tag}{filter}{endtag}" : "No hay resultados para la búsqueda {tag}{filter}{endtag} en otras carpetas",
+ "_{count} search result in another folder_::_{count} search results in other folders_" : ["{count} resultado de la búsqueda en otra carpeta","{count} resultados de la búsqueda en otras carpetas"],
+ "Password can not be changed. Please contact your administrator." : "Las contraseñas no se pueden cambiar. Por favor contacta a tu adminstrador",
+ "These apps will be updated:" : "Las siguientes apllicaciones se actualizarán:"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
} \ No newline at end of file
diff --git a/core/l10n/es_PY.js b/core/l10n/es_PY.js
index 6af59a3f2cb..ecd7b85028f 100644
--- a/core/l10n/es_PY.js
+++ b/core/l10n/es_PY.js
@@ -32,33 +32,18 @@ OC.L10N.register(
"Maintenance mode is kept active" : "El modo mantenimiento sigue activo",
"Updating database schema" : "Actualizando esquema de base de datos",
"Updated database" : "Base de datos actualizada",
- "Checking whether the database schema can be updated (this can take a long time depending on the database size)" : "Verificando si el archivo del esquema de base de datos puede ser actualizado (esto puedo tomar mucho tiempo dependiendo del tamaño de la base de datos)",
- "Checked database schema update" : "Actualización del esquema de base de datos verificada",
- "Checking updates of apps" : "Verificando actualizaciones para aplicaciones",
- "Checking for update of app \"%s\" in appstore" : "Verificando actualizaciones para la aplicacion \"%s\" en la appstore",
- "Update app \"%s\" from appstore" : "Actualizar la aplicación \"%s\" desde la appstore",
- "Checked for update of app \"%s\" in appstore" : "Se verificaron actualizaciones para la aplicación \"%s\" en la appstore",
"Checking whether the database schema for %s can be updated (this can take a long time depending on the database size)" : "Verificando si el esquema de la base de datos para %s puede ser actualizado (esto puede tomar mucho tiempo dependiendo del tamaño de la base de datos)",
- "Checked database schema update for apps" : "Se verificó la actualización del esquema de la base de datos para las aplicaciones",
"Set log level to debug" : "Establecer nivel de bitacora a depurar",
"Reset log level" : "Restablecer nivel de bitácora",
"Starting code integrity check" : "Comenzando verificación de integridad del código",
"Finished code integrity check" : "Terminó la verificación de integridad del código ",
"%s (incompatible)" : "%s (incompatible)",
- "Following apps have been disabled: %s" : "Las siguientes aplicaciones han sido deshabilitadas: %s",
"Already up to date" : "Ya está actualizado",
"Your web server is not yet properly set up to allow file synchronization, because the WebDAV interface seems to be broken." : "Tu servidor web aún no esta correctamente configurado para permitir la sincronización de archivos porque la interfaz WebDAV parece estar rota. ",
- "Your web server is not properly set up to resolve \"{url}\". Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Tu servidor web no está correctamente configurado para resolver \"{url}\". Puedes encontrar más información al respecto en la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentación</a>.",
"PHP does not seem to be setup properly to query system environment variables. The test with getenv(\"PATH\") only returns an empty response." : "PHP no parece estar configurado correctamente para consultar las variables de ambiente. La prueba con getenv(\"PATH\") sólo regresa una respuesta vacía.",
"Your database does not run with \"READ COMMITTED\" transaction isolation level. This can cause problems when multiple actions are executed in parallel." : "Tu base de datos no puede correr con el nivel de aislamiento de transacción de \"READ COMMITTED\". Puede causar problemas cuando mútiples acciones sean ejecutadas en paralelo.",
"It was not possible to execute the cron job via CLI. The following technical errors have appeared:" : "No fue posible ejecutar el trabajo de cron via CLI. Se presentaron los siguientes errores técnicos:",
"This server has no working Internet connection: Multiple endpoints could not be reached. This means that some of the features like mounting external storage, notifications about updates or installation of third-party apps will not work. Accessing files remotely and sending of notification emails might not work, either. Establish a connection from this server to the Internet to enjoy all features." : "El servidor no cuenta con una conexión a Internet: No se pudieron alcanzar múltiples endpoints. Esto significa que algunas características como montar almacenamiento externo, notificaciones de actualizaciones o instalación de aplicaciones de 3ros no funcionarán correctamente. Acceder archivos de forma remota y el envío de de notificaciones por correo electrónico puede que no funcionen tampoco. Establece una conexión desde este servidor a Internet para aprovechar todas las funcionalidades.",
- "No memory cache has been configured. To enhance performance, please configure a memcache, if available. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "No se ha configurado el caché de memoria. Para mejorar el desempeño, por favor configura un memcahce, si está disponible. Puedes encontrar más información en la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentación</a>.",
- "You are currently running PHP {version}. Upgrade your PHP version to take advantage of <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">performance and security updates provided by the PHP Group</a> as soon as your distribution supports it." : "Estás ejecutando PHP {version}. Actualiza tu versión de PHP para aprovechar las <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">actualizaciones de desempeño y seguridad proporcionadas por el Grupo PHP</a> tan pronto como tu distribución lo soporte. ",
- "The reverse proxy header configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If not, this is a security issue and can allow an attacker to spoof their IP address as visible to the Nextcloud. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "La configuración de los encabezados del proxy inverso es incorrecta, o estás accediendo a Nextcloud desde un proxy de confianza. Si no es el caso, se trata de un tema de seguridad y le puede permitir a un atacante hacer su dirección IP apócrifa visible para Nextcloud. Puedes encontar más infomración en nuestra <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentación</a>.",
- "Memcached is configured as distributed cache, but the wrong PHP module \"memcache\" is installed. \\OC\\Memcache\\Memcached only supports \"memcached\" and not \"memcache\". See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">memcached wiki about both modules</a>." : "Memecahced está configurado como un cache distribuido, pero un módulo equivocado de \"memcache\" está instalado. \\OC\\Memcache\\Memcached sólo soporta \"memcached\". Consulta <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">el wiki de memcached en relación a ambos módulos</a>.",
- "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">List of invalid files…</a> / <a href=\"{rescanEndpoint}\">Rescan…</a>)" : "Algunos archivos no pasaron la verificación de integridad. Puedes encontrar más información de cómo resolver este problema en la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentación</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">Lista de archivos inválidos...</a>/<a href=\"{rescanEndpoint}\">Volver a verificar...</a>)",
- "The PHP OPcache is not properly configured. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance it is recommended</a> to use the following settings in the <code>php.ini</code>:" : "El OPcache de PHP no está configurado correctamente. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Para un mejor desempeño se recomienda</a> usar las sigueintes configuraciones en el archivo <code>php.ini</code>:",
"The PHP function \"set_time_limit\" is not available. This could result in scripts being halted mid-execution, breaking your installation. Enabling this function is strongly recommended." : "La función de PHP \"set_time_limit\" no está disponible. Esto podría generar que la ejecución de scripts se detenga, rompiendo su instalación. Se recomienda ámpliamente habilitar esta función. ",
"SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend." : "Actualmente estás usando SQLite como el backend de base de datos. Para instalaciones más grandes te recomendamos cambiar a un backend de base de datos diferente.",
"This is particularly recommended when using the desktop client for file synchronisation." : "Esto es particularmente recomendado cuando se usa el cliente de escritorio para sincronización de archivos. ",
@@ -66,13 +51,6 @@ OC.L10N.register(
"Your data directory and files are probably accessible from the Internet. The .htaccess file is not working. It is strongly recommended that you configure your web server so that the data directory is no longer accessible, or move the data directory outside the web server document root." : "Probablemente tu directorio de datos y archivos sean accesibles desde Internet. El archivo .htaccess no está funcionando. Se recomienda ampliamente que configures tu servidor web para que el directorio de datos no sea accesible, o bien, que muevas el directorio de datos fuera del directorio raíz del servidor web.",
"The \"{header}\" HTTP header is not set to \"{expected}\". This is a potential security or privacy risk, as it is recommended to adjust this setting accordingly." : "El encabezado HTTP \"{header}\" está establecido a \"{expected}\". Esto representa un riesgo potencial de seguridad o privacidad, y que se recomienda ajustar esta configuración. ",
"The \"{header}\" HTTP header is not set to \"{expected}\". Some features might not work correctly, as it is recommended to adjust this setting accordingly." : "El encabezado HTTP \"{header}\" no está establecido a \"{expected}\". Puede que lgunas características no funcionen correctamente, y se recomienda ajustar esta confirguración. ",
- "Non-existing tag #{tag}" : "Etiqueta #{tag} no-existente",
- "restricted" : "restringido",
- "invisible" : "invisible",
- "Delete" : "Borrar",
- "Rename" : "Renombrar",
- "Collaborative tags" : "Etiquetas colaborativas",
- "No tags found" : "No se encontraron etiquetas",
"unknown text" : "texto desconocido",
"Hello world!" : "¡Hola mundo!",
"sunny" : "soleado",
@@ -87,28 +65,25 @@ OC.L10N.register(
"Please reload the page." : "Por favor vuelve a cargar la página.",
"The update was unsuccessful. For more information <a href=\"{url}\">check our forum post</a> covering this issue." : "La actualización no fue exitosa. Para más información <a href=\"{url}\">consulta nuestro comentario en el foro </a> que cubre este tema. ",
"The update was unsuccessful. Please report this issue to the <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">Nextcloud community</a>." : "La actualización no fue exitosa. Por favor reporta este tema a la <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">Comunidad Nextcloud</a>.",
- "Continue to Nextcloud" : "Continuar a Nextcloud",
- "_The update was successful. Redirecting you to Nextcloud in %n second._::_The update was successful. Redirecting you to Nextcloud in %n seconds._" : ["La actualización fue exitosa. Lo estamos redireccionando a Nextcloud en %n segundo. ","La actualización fue exitosa. Te redireccionaremos a Nextcloud en %n segundos."],
- "Searching other places" : "Buscando en otras ubicaciones",
- "No search results in other folders for {tag}{filter}{endtag}" : "No hay resultados para la búsqueda {tag}{filter}{endtag} en otras carpetas",
- "_{count} search result in another folder_::_{count} search results in other folders_" : ["{count} resultado de la búsqueda en otra carpeta","{count} resultados de la búsqueda en otras carpetas"],
+ "Log in" : "Ingresar",
+ "Logging in …" : "Iniciando sesión ...",
"Server side authentication failed!" : "¡Falló la autenticación del lado del servidor!",
"Please contact your administrator." : "Por favor contacta al administrador.",
"An internal error occurred." : "Se presentó un error interno.",
"Please try again or contact your administrator." : "Por favor vuelve a intentarlo o contacta a tu adminsitrador. ",
"Username or email" : "Usuario o correo electrónico",
"Password" : "Contraseña",
- "Log in" : "Ingresar",
- "Logging in …" : "Iniciando sesión ...",
"Wrong username or password." : "Usuario o contraseña equivocado. ",
"User disabled" : "Usuario deshabilitado",
"Reset password" : "Restablecer contraseña",
"Couldn't send reset email. Please contact your administrator." : "No fue posible enviar el correo de restauración. Por favor contacta a tu adminsitrador. ",
- "Password can not be changed. Please contact your administrator." : "Las contraseñas no se pueden cambiar. Por favor contacta a tu adminstrador",
"New password" : "Nueva contraseña",
"I know what I'm doing" : "Sé lo que estoy haciendo",
"Cancel" : "Cancelar",
"Forgot password?" : "¿Olvidaste tu contraseña?",
+ "Back" : "Atrás",
+ "Reset search" : "Reestablecer búsqueda",
+ "Search" : "Buscar",
"Settings" : "Configuraciones ",
"Search contacts …" : "Buscar contactos ...",
"No contacts found" : "No se encontraron contactos",
@@ -124,6 +99,7 @@ OC.L10N.register(
"Modified" : "Modificado",
"\"{name}\" is an invalid file name." : "\"{name}\" es un nombre de archivo inválido.",
"File name cannot be empty." : "El nombre de archivo no puede estar vacío.",
+ "\"/\" is not allowed inside a file name." : "\"/\" no es permitido dentro del nombre de un archivo.",
"\"{name}\" is not an allowed filetype" : "\"{name}\" no es in tipo de archivo permitido",
"{newName} already exists" : "{newName} ya existe",
"Choose" : "Seleccionar",
@@ -137,7 +113,7 @@ OC.L10N.register(
"One file conflict" : "Un conflicto en el archivo",
"New Files" : "Archivos Nuevos",
"Already existing files" : "Archivos ya existentes",
- "Which files do you want to keep?" : "¿Cuales archivos deseas mantener?",
+ "Which files do you want to keep?" : "¿Cuáles archivos deseas mantener?",
"If you select both versions, the copied file will have a number added to its name." : "Si seleccionas ambas versiones, se le agregará un número al nombre del archivo copiado.",
"Continue" : "Continuar",
"(all selected)" : "(todos seleccionados)",
@@ -161,6 +137,13 @@ OC.L10N.register(
"Strong password" : "Contraseña fuerte",
"No action available" : "No hay acciones disponibles",
"Error fetching contact actions" : "Se presentó un error al traer las acciónes de contatos",
+ "Non-existing tag #{tag}" : "Etiqueta #{tag} no-existente",
+ "restricted" : "restringido",
+ "invisible" : "invisible",
+ "Delete" : "Borrar",
+ "Rename" : "Renombrar",
+ "Collaborative tags" : "Etiquetas colaborativas",
+ "No tags found" : "No se encontraron etiquetas",
"Personal" : "Personal",
"Users" : "Usuarios",
"Apps" : "Aplicaciones",
@@ -207,8 +190,6 @@ OC.L10N.register(
"This application requires JavaScript for correct operation. Please {linkstart}enable JavaScript{linkend} and reload the page." : "Esta aplicación requiere de JavaScript para su correcta operación. Por favor {linkstart}habilita JavaScript{linkend} y vuelve a cargar la página. ",
"More apps" : "Más aplicaciones",
"More" : "Más",
- "Search" : "Buscar",
- "Reset search" : "Reestablecer búsqueda",
"Contacts" : "Contactos",
"Confirm your password" : "Confirma tu contraseña",
"App token" : "Ficha de la aplicación",
@@ -222,7 +203,6 @@ OC.L10N.register(
"Access through untrusted domain" : "Accesa a través de un dominio no de confianza",
"Please contact your administrator. If you are an administrator, edit the \"trusted_domains\" setting in config/config.php like the example in config.sample.php." : "Por favor contacta a tu adminsitrador. Si tu eres un administrador, edita la propiedad \"trusted_domains\" en el archivo config/config.php como en el ejemplo config.sample.php.",
"App update required" : "Se requiere una actualización de la aplicación",
- "These apps will be updated:" : "Las siguientes apllicaciones se actualizarán:",
"These incompatible apps will be disabled:" : "Las siguientes aplicaciones incompatibles serán deshabilitadas:",
"The theme %s has been disabled." : "El tema %s ha sido deshabilitado. ",
"Please make sure that the database, the config folder and the data folder have been backed up before proceeding." : "Por favor asegurarte de que la base de datos, la carpeta de configuración y las carpetas de datos hayan sido respaldadas antes de continuar. ",
@@ -236,71 +216,27 @@ OC.L10N.register(
"Upgrade via web on my own risk" : "Actualizar vía Web bajo mi propio riesgo",
"This %s instance is currently in maintenance mode, which may take a while." : "Esta instancia %s se encuentra actualmente en modo mantenimiento, que podría tomar algo de tiempo. ",
"Contact your system administrator if this message persists or appeared unexpectedly." : "Contacta a tu administrador del sistema si este mensaje persiste o se presentó de manera inesperada.",
- "Could not send reset email because there is no email address for this username. Please contact your administrator." : "No fue posible enviar el correo electrónico para restablecer porque no hay una dirección de correo electrónico para este usuario. Por favor contacta a tu adminsitrador. ",
- "Couldn't send reset email. Please make sure your username is correct." : "No fue posible restablecer el correo electrónico. Por favor asegurarte de que tu nombre de usuario sea correcto. ",
- "Your files are encrypted. There will be no way to get your data back after your password is reset.<br />If you are not sure what to do, please contact your administrator before you continue. <br />Do you really want to continue?" : "Tus archivos están encriptados. No habrá manera de recuperar tus datos una vez que restablezca tu contraseña. <br />Si no estás seguro de qué hacer, por favor contacta a tu administrador antes de continuar. <br />¿Realmente deseas continuar?",
- "Sending email …" : "Enviando correo electrónico ...",
- "You are currently running PHP 5.6. The current major version of Nextcloud is the last that is supported on PHP 5.6. It is recommended to upgrade the PHP version to 7.0+ to be able to upgrade to Nextcloud 14." : "Actualmente estás corriendo PHP 5.6. La versión principal actual de Nextcloud es la última que será soportada en PHPH 5.6. Te recomendamos actualizar la versión de PHP a la 7.0+ para que puedas actualizar a Nextcloud 14.",
- "Shared" : "Compartido",
- "Shared with" : "Compartido con",
- "Shared by" : "Compartido por",
- "Choose a password for the public link" : "Seleccione una contraseña para la liga pública",
- "Choose a password for the public link or press the \"Enter\" key" : "Elige una contraseña para la liga pública o presiona la tecla \"Intro\"",
- "Copied!" : "¡Copiado!",
- "Copy link" : "Copiar liga",
- "Not supported!" : "¡No está soportado!",
- "Press ⌘-C to copy." : "Presiona ⌘-C para copiar.",
- "Press Ctrl-C to copy." : "Presiona Ctrl-C para copiar.",
- "Resharing is not allowed" : "No se permite volver a compartir",
- "Link" : "Liga",
- "Password protect" : "Proteger con contraseña",
- "Allow editing" : "Permitir editar",
- "Email link to person" : "Enviar la liga por correo electrónico a una persona",
- "Send" : "Enviar",
- "Allow upload and editing" : "Permitir carga y edición",
- "Read only" : "Sólo lectura",
- "File drop (upload only)" : "Permitir carga",
- "Set expiration date" : "Selecciona la vigencia de tu archivo",
- "Expiration" : "Expiración",
- "Expiration date" : "Fecha de expiración",
- "Unshare" : "Dejar de compartir",
- "Share to {name}" : "Compartir con {name}",
- "Share link" : "Compartir liga",
- "Could not unshare" : "No fue posible dejar de compartir",
- "Shared with you and the group {group} by {owner}" : "Compartido contigo y el grupo {group} por {owner}",
- "Shared with you by {owner}" : "Compartido contigo por {owner}",
- "Choose a password for the mail share" : "Elige una contraseña para el elemento compartido por correo",
- "group" : "grupo",
- "remote" : "remoto",
- "email" : "correo electrónico",
- "shared by {sharer}" : "compartido por {sharer}",
- "Can reshare" : "Puede volver a compartir",
- "Can edit" : "Puede editar",
- "Can create" : "Puede crear",
- "Can change" : "Puede cambiar",
- "Can delete" : "Puede borrar",
- "Access control" : "Control de acceso",
- "Error while sharing" : "Se presentó un error al compartir",
- "Share details could not be loaded for this item." : "Los detalles del recurso compartido no se pudieron cargar para este elemento. ",
- "_At least {count} character is needed for autocompletion_::_At least {count} characters are needed for autocompletion_" : ["Se requiere de la menos {count} caracter para el auto completar","Se requieren de la menos {count} caracteres para el auto completar"],
- "This list is maybe truncated - please refine your search term to see more results." : "Esta lista puede estar truncada - por favor refina tus términos de búsqueda para poder ver más resultados. ",
- "No users or groups found for {search}" : "No se encontraron usuarios o gurpos para {search}",
- "No users found for {search}" : "No se encontraron usuarios para {search}",
- "An error occurred. Please try again" : "Se presentó un error. Por favor vuelve a intentarlo",
- "Home" : "Inicio",
- "Work" : "Trabajo",
- "Other" : "Otro",
- "{sharee} ({type}, {owner})" : "{sharee} ({type}, {owner})",
- "Share" : "Compartir",
- "Name or email address..." : "Nombre o dirección de correo electrónico",
- "Name or federated cloud ID..." : "Nombre...",
- "Name, federated cloud ID or email address..." : "Nombre o dirección de correo electrónico...",
- "Name..." : "Nombre...",
- "Error removing share" : "Se presentó un error al dejar de compartir",
- "({scope})" : "({scope})",
- "Saving..." : "Guardando...",
- "Dismiss" : "Descartar",
- "New Password" : "Nueva Contraseña",
- "Cancel log in" : "Cancelar inicio de sesión"
+ "Checking whether the database schema can be updated (this can take a long time depending on the database size)" : "Verificando si el archivo del esquema de base de datos puede ser actualizado (esto puedo tomar mucho tiempo dependiendo del tamaño de la base de datos)",
+ "Checked database schema update" : "Actualización del esquema de base de datos verificada",
+ "Checking updates of apps" : "Verificando actualizaciones para aplicaciones",
+ "Checking for update of app \"%s\" in appstore" : "Verificando actualizaciones para la aplicacion \"%s\" en la appstore",
+ "Update app \"%s\" from appstore" : "Actualizar la aplicación \"%s\" desde la appstore",
+ "Checked for update of app \"%s\" in appstore" : "Se verificaron actualizaciones para la aplicación \"%s\" en la appstore",
+ "Checked database schema update for apps" : "Se verificó la actualización del esquema de la base de datos para las aplicaciones",
+ "Following apps have been disabled: %s" : "Las siguientes aplicaciones han sido deshabilitadas: %s",
+ "Your web server is not properly set up to resolve \"{url}\". Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Tu servidor web no está correctamente configurado para resolver \"{url}\". Puedes encontrar más información al respecto en la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentación</a>.",
+ "No memory cache has been configured. To enhance performance, please configure a memcache, if available. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "No se ha configurado el caché de memoria. Para mejorar el desempeño, por favor configura un memcahce, si está disponible. Puedes encontrar más información en la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentación</a>.",
+ "You are currently running PHP {version}. Upgrade your PHP version to take advantage of <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">performance and security updates provided by the PHP Group</a> as soon as your distribution supports it." : "Estás ejecutando PHP {version}. Actualiza tu versión de PHP para aprovechar las <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">actualizaciones de desempeño y seguridad proporcionadas por el Grupo PHP</a> tan pronto como tu distribución lo soporte. ",
+ "The reverse proxy header configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If not, this is a security issue and can allow an attacker to spoof their IP address as visible to the Nextcloud. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "La configuración de los encabezados del proxy inverso es incorrecta, o estás accediendo a Nextcloud desde un proxy de confianza. Si no es el caso, se trata de un tema de seguridad y le puede permitir a un atacante hacer su dirección IP apócrifa visible para Nextcloud. Puedes encontar más infomración en nuestra <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentación</a>.",
+ "Memcached is configured as distributed cache, but the wrong PHP module \"memcache\" is installed. \\OC\\Memcache\\Memcached only supports \"memcached\" and not \"memcache\". See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">memcached wiki about both modules</a>." : "Memecahced está configurado como un cache distribuido, pero un módulo equivocado de \"memcache\" está instalado. \\OC\\Memcache\\Memcached sólo soporta \"memcached\". Consulta <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">el wiki de memcached en relación a ambos módulos</a>.",
+ "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">List of invalid files…</a> / <a href=\"{rescanEndpoint}\">Rescan…</a>)" : "Algunos archivos no pasaron la verificación de integridad. Puedes encontrar más información de cómo resolver este problema en la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentación</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">Lista de archivos inválidos...</a>/<a href=\"{rescanEndpoint}\">Volver a verificar...</a>)",
+ "The PHP OPcache is not properly configured. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance it is recommended</a> to use the following settings in the <code>php.ini</code>:" : "El OPcache de PHP no está configurado correctamente. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Para un mejor desempeño se recomienda</a> usar las sigueintes configuraciones en el archivo <code>php.ini</code>:",
+ "Continue to Nextcloud" : "Continuar a Nextcloud",
+ "_The update was successful. Redirecting you to Nextcloud in %n second._::_The update was successful. Redirecting you to Nextcloud in %n seconds._" : ["La actualización fue exitosa. Lo estamos redireccionando a Nextcloud en %n segundo. ","La actualización fue exitosa. Te redireccionaremos a Nextcloud en %n segundos."],
+ "Searching other places" : "Buscando en otras ubicaciones",
+ "No search results in other folders for {tag}{filter}{endtag}" : "No hay resultados para la búsqueda {tag}{filter}{endtag} en otras carpetas",
+ "_{count} search result in another folder_::_{count} search results in other folders_" : ["{count} resultado de la búsqueda en otra carpeta","{count} resultados de la búsqueda en otras carpetas"],
+ "Password can not be changed. Please contact your administrator." : "Las contraseñas no se pueden cambiar. Por favor contacta a tu adminstrador",
+ "These apps will be updated:" : "Las siguientes apllicaciones se actualizarán:"
},
"nplurals=2; plural=(n != 1);");
diff --git a/core/l10n/es_PY.json b/core/l10n/es_PY.json
index 80b0b7b1b26..43569685229 100644
--- a/core/l10n/es_PY.json
+++ b/core/l10n/es_PY.json
@@ -30,33 +30,18 @@
"Maintenance mode is kept active" : "El modo mantenimiento sigue activo",
"Updating database schema" : "Actualizando esquema de base de datos",
"Updated database" : "Base de datos actualizada",
- "Checking whether the database schema can be updated (this can take a long time depending on the database size)" : "Verificando si el archivo del esquema de base de datos puede ser actualizado (esto puedo tomar mucho tiempo dependiendo del tamaño de la base de datos)",
- "Checked database schema update" : "Actualización del esquema de base de datos verificada",
- "Checking updates of apps" : "Verificando actualizaciones para aplicaciones",
- "Checking for update of app \"%s\" in appstore" : "Verificando actualizaciones para la aplicacion \"%s\" en la appstore",
- "Update app \"%s\" from appstore" : "Actualizar la aplicación \"%s\" desde la appstore",
- "Checked for update of app \"%s\" in appstore" : "Se verificaron actualizaciones para la aplicación \"%s\" en la appstore",
"Checking whether the database schema for %s can be updated (this can take a long time depending on the database size)" : "Verificando si el esquema de la base de datos para %s puede ser actualizado (esto puede tomar mucho tiempo dependiendo del tamaño de la base de datos)",
- "Checked database schema update for apps" : "Se verificó la actualización del esquema de la base de datos para las aplicaciones",
"Set log level to debug" : "Establecer nivel de bitacora a depurar",
"Reset log level" : "Restablecer nivel de bitácora",
"Starting code integrity check" : "Comenzando verificación de integridad del código",
"Finished code integrity check" : "Terminó la verificación de integridad del código ",
"%s (incompatible)" : "%s (incompatible)",
- "Following apps have been disabled: %s" : "Las siguientes aplicaciones han sido deshabilitadas: %s",
"Already up to date" : "Ya está actualizado",
"Your web server is not yet properly set up to allow file synchronization, because the WebDAV interface seems to be broken." : "Tu servidor web aún no esta correctamente configurado para permitir la sincronización de archivos porque la interfaz WebDAV parece estar rota. ",
- "Your web server is not properly set up to resolve \"{url}\". Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Tu servidor web no está correctamente configurado para resolver \"{url}\". Puedes encontrar más información al respecto en la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentación</a>.",
"PHP does not seem to be setup properly to query system environment variables. The test with getenv(\"PATH\") only returns an empty response." : "PHP no parece estar configurado correctamente para consultar las variables de ambiente. La prueba con getenv(\"PATH\") sólo regresa una respuesta vacía.",
"Your database does not run with \"READ COMMITTED\" transaction isolation level. This can cause problems when multiple actions are executed in parallel." : "Tu base de datos no puede correr con el nivel de aislamiento de transacción de \"READ COMMITTED\". Puede causar problemas cuando mútiples acciones sean ejecutadas en paralelo.",
"It was not possible to execute the cron job via CLI. The following technical errors have appeared:" : "No fue posible ejecutar el trabajo de cron via CLI. Se presentaron los siguientes errores técnicos:",
"This server has no working Internet connection: Multiple endpoints could not be reached. This means that some of the features like mounting external storage, notifications about updates or installation of third-party apps will not work. Accessing files remotely and sending of notification emails might not work, either. Establish a connection from this server to the Internet to enjoy all features." : "El servidor no cuenta con una conexión a Internet: No se pudieron alcanzar múltiples endpoints. Esto significa que algunas características como montar almacenamiento externo, notificaciones de actualizaciones o instalación de aplicaciones de 3ros no funcionarán correctamente. Acceder archivos de forma remota y el envío de de notificaciones por correo electrónico puede que no funcionen tampoco. Establece una conexión desde este servidor a Internet para aprovechar todas las funcionalidades.",
- "No memory cache has been configured. To enhance performance, please configure a memcache, if available. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "No se ha configurado el caché de memoria. Para mejorar el desempeño, por favor configura un memcahce, si está disponible. Puedes encontrar más información en la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentación</a>.",
- "You are currently running PHP {version}. Upgrade your PHP version to take advantage of <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">performance and security updates provided by the PHP Group</a> as soon as your distribution supports it." : "Estás ejecutando PHP {version}. Actualiza tu versión de PHP para aprovechar las <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">actualizaciones de desempeño y seguridad proporcionadas por el Grupo PHP</a> tan pronto como tu distribución lo soporte. ",
- "The reverse proxy header configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If not, this is a security issue and can allow an attacker to spoof their IP address as visible to the Nextcloud. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "La configuración de los encabezados del proxy inverso es incorrecta, o estás accediendo a Nextcloud desde un proxy de confianza. Si no es el caso, se trata de un tema de seguridad y le puede permitir a un atacante hacer su dirección IP apócrifa visible para Nextcloud. Puedes encontar más infomración en nuestra <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentación</a>.",
- "Memcached is configured as distributed cache, but the wrong PHP module \"memcache\" is installed. \\OC\\Memcache\\Memcached only supports \"memcached\" and not \"memcache\". See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">memcached wiki about both modules</a>." : "Memecahced está configurado como un cache distribuido, pero un módulo equivocado de \"memcache\" está instalado. \\OC\\Memcache\\Memcached sólo soporta \"memcached\". Consulta <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">el wiki de memcached en relación a ambos módulos</a>.",
- "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">List of invalid files…</a> / <a href=\"{rescanEndpoint}\">Rescan…</a>)" : "Algunos archivos no pasaron la verificación de integridad. Puedes encontrar más información de cómo resolver este problema en la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentación</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">Lista de archivos inválidos...</a>/<a href=\"{rescanEndpoint}\">Volver a verificar...</a>)",
- "The PHP OPcache is not properly configured. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance it is recommended</a> to use the following settings in the <code>php.ini</code>:" : "El OPcache de PHP no está configurado correctamente. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Para un mejor desempeño se recomienda</a> usar las sigueintes configuraciones en el archivo <code>php.ini</code>:",
"The PHP function \"set_time_limit\" is not available. This could result in scripts being halted mid-execution, breaking your installation. Enabling this function is strongly recommended." : "La función de PHP \"set_time_limit\" no está disponible. Esto podría generar que la ejecución de scripts se detenga, rompiendo su instalación. Se recomienda ámpliamente habilitar esta función. ",
"SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend." : "Actualmente estás usando SQLite como el backend de base de datos. Para instalaciones más grandes te recomendamos cambiar a un backend de base de datos diferente.",
"This is particularly recommended when using the desktop client for file synchronisation." : "Esto es particularmente recomendado cuando se usa el cliente de escritorio para sincronización de archivos. ",
@@ -64,13 +49,6 @@
"Your data directory and files are probably accessible from the Internet. The .htaccess file is not working. It is strongly recommended that you configure your web server so that the data directory is no longer accessible, or move the data directory outside the web server document root." : "Probablemente tu directorio de datos y archivos sean accesibles desde Internet. El archivo .htaccess no está funcionando. Se recomienda ampliamente que configures tu servidor web para que el directorio de datos no sea accesible, o bien, que muevas el directorio de datos fuera del directorio raíz del servidor web.",
"The \"{header}\" HTTP header is not set to \"{expected}\". This is a potential security or privacy risk, as it is recommended to adjust this setting accordingly." : "El encabezado HTTP \"{header}\" está establecido a \"{expected}\". Esto representa un riesgo potencial de seguridad o privacidad, y que se recomienda ajustar esta configuración. ",
"The \"{header}\" HTTP header is not set to \"{expected}\". Some features might not work correctly, as it is recommended to adjust this setting accordingly." : "El encabezado HTTP \"{header}\" no está establecido a \"{expected}\". Puede que lgunas características no funcionen correctamente, y se recomienda ajustar esta confirguración. ",
- "Non-existing tag #{tag}" : "Etiqueta #{tag} no-existente",
- "restricted" : "restringido",
- "invisible" : "invisible",
- "Delete" : "Borrar",
- "Rename" : "Renombrar",
- "Collaborative tags" : "Etiquetas colaborativas",
- "No tags found" : "No se encontraron etiquetas",
"unknown text" : "texto desconocido",
"Hello world!" : "¡Hola mundo!",
"sunny" : "soleado",
@@ -85,28 +63,25 @@
"Please reload the page." : "Por favor vuelve a cargar la página.",
"The update was unsuccessful. For more information <a href=\"{url}\">check our forum post</a> covering this issue." : "La actualización no fue exitosa. Para más información <a href=\"{url}\">consulta nuestro comentario en el foro </a> que cubre este tema. ",
"The update was unsuccessful. Please report this issue to the <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">Nextcloud community</a>." : "La actualización no fue exitosa. Por favor reporta este tema a la <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">Comunidad Nextcloud</a>.",
- "Continue to Nextcloud" : "Continuar a Nextcloud",
- "_The update was successful. Redirecting you to Nextcloud in %n second._::_The update was successful. Redirecting you to Nextcloud in %n seconds._" : ["La actualización fue exitosa. Lo estamos redireccionando a Nextcloud en %n segundo. ","La actualización fue exitosa. Te redireccionaremos a Nextcloud en %n segundos."],
- "Searching other places" : "Buscando en otras ubicaciones",
- "No search results in other folders for {tag}{filter}{endtag}" : "No hay resultados para la búsqueda {tag}{filter}{endtag} en otras carpetas",
- "_{count} search result in another folder_::_{count} search results in other folders_" : ["{count} resultado de la búsqueda en otra carpeta","{count} resultados de la búsqueda en otras carpetas"],
+ "Log in" : "Ingresar",
+ "Logging in …" : "Iniciando sesión ...",
"Server side authentication failed!" : "¡Falló la autenticación del lado del servidor!",
"Please contact your administrator." : "Por favor contacta al administrador.",
"An internal error occurred." : "Se presentó un error interno.",
"Please try again or contact your administrator." : "Por favor vuelve a intentarlo o contacta a tu adminsitrador. ",
"Username or email" : "Usuario o correo electrónico",
"Password" : "Contraseña",
- "Log in" : "Ingresar",
- "Logging in …" : "Iniciando sesión ...",
"Wrong username or password." : "Usuario o contraseña equivocado. ",
"User disabled" : "Usuario deshabilitado",
"Reset password" : "Restablecer contraseña",
"Couldn't send reset email. Please contact your administrator." : "No fue posible enviar el correo de restauración. Por favor contacta a tu adminsitrador. ",
- "Password can not be changed. Please contact your administrator." : "Las contraseñas no se pueden cambiar. Por favor contacta a tu adminstrador",
"New password" : "Nueva contraseña",
"I know what I'm doing" : "Sé lo que estoy haciendo",
"Cancel" : "Cancelar",
"Forgot password?" : "¿Olvidaste tu contraseña?",
+ "Back" : "Atrás",
+ "Reset search" : "Reestablecer búsqueda",
+ "Search" : "Buscar",
"Settings" : "Configuraciones ",
"Search contacts …" : "Buscar contactos ...",
"No contacts found" : "No se encontraron contactos",
@@ -122,6 +97,7 @@
"Modified" : "Modificado",
"\"{name}\" is an invalid file name." : "\"{name}\" es un nombre de archivo inválido.",
"File name cannot be empty." : "El nombre de archivo no puede estar vacío.",
+ "\"/\" is not allowed inside a file name." : "\"/\" no es permitido dentro del nombre de un archivo.",
"\"{name}\" is not an allowed filetype" : "\"{name}\" no es in tipo de archivo permitido",
"{newName} already exists" : "{newName} ya existe",
"Choose" : "Seleccionar",
@@ -135,7 +111,7 @@
"One file conflict" : "Un conflicto en el archivo",
"New Files" : "Archivos Nuevos",
"Already existing files" : "Archivos ya existentes",
- "Which files do you want to keep?" : "¿Cuales archivos deseas mantener?",
+ "Which files do you want to keep?" : "¿Cuáles archivos deseas mantener?",
"If you select both versions, the copied file will have a number added to its name." : "Si seleccionas ambas versiones, se le agregará un número al nombre del archivo copiado.",
"Continue" : "Continuar",
"(all selected)" : "(todos seleccionados)",
@@ -159,6 +135,13 @@
"Strong password" : "Contraseña fuerte",
"No action available" : "No hay acciones disponibles",
"Error fetching contact actions" : "Se presentó un error al traer las acciónes de contatos",
+ "Non-existing tag #{tag}" : "Etiqueta #{tag} no-existente",
+ "restricted" : "restringido",
+ "invisible" : "invisible",
+ "Delete" : "Borrar",
+ "Rename" : "Renombrar",
+ "Collaborative tags" : "Etiquetas colaborativas",
+ "No tags found" : "No se encontraron etiquetas",
"Personal" : "Personal",
"Users" : "Usuarios",
"Apps" : "Aplicaciones",
@@ -205,8 +188,6 @@
"This application requires JavaScript for correct operation. Please {linkstart}enable JavaScript{linkend} and reload the page." : "Esta aplicación requiere de JavaScript para su correcta operación. Por favor {linkstart}habilita JavaScript{linkend} y vuelve a cargar la página. ",
"More apps" : "Más aplicaciones",
"More" : "Más",
- "Search" : "Buscar",
- "Reset search" : "Reestablecer búsqueda",
"Contacts" : "Contactos",
"Confirm your password" : "Confirma tu contraseña",
"App token" : "Ficha de la aplicación",
@@ -220,7 +201,6 @@
"Access through untrusted domain" : "Accesa a través de un dominio no de confianza",
"Please contact your administrator. If you are an administrator, edit the \"trusted_domains\" setting in config/config.php like the example in config.sample.php." : "Por favor contacta a tu adminsitrador. Si tu eres un administrador, edita la propiedad \"trusted_domains\" en el archivo config/config.php como en el ejemplo config.sample.php.",
"App update required" : "Se requiere una actualización de la aplicación",
- "These apps will be updated:" : "Las siguientes apllicaciones se actualizarán:",
"These incompatible apps will be disabled:" : "Las siguientes aplicaciones incompatibles serán deshabilitadas:",
"The theme %s has been disabled." : "El tema %s ha sido deshabilitado. ",
"Please make sure that the database, the config folder and the data folder have been backed up before proceeding." : "Por favor asegurarte de que la base de datos, la carpeta de configuración y las carpetas de datos hayan sido respaldadas antes de continuar. ",
@@ -234,71 +214,27 @@
"Upgrade via web on my own risk" : "Actualizar vía Web bajo mi propio riesgo",
"This %s instance is currently in maintenance mode, which may take a while." : "Esta instancia %s se encuentra actualmente en modo mantenimiento, que podría tomar algo de tiempo. ",
"Contact your system administrator if this message persists or appeared unexpectedly." : "Contacta a tu administrador del sistema si este mensaje persiste o se presentó de manera inesperada.",
- "Could not send reset email because there is no email address for this username. Please contact your administrator." : "No fue posible enviar el correo electrónico para restablecer porque no hay una dirección de correo electrónico para este usuario. Por favor contacta a tu adminsitrador. ",
- "Couldn't send reset email. Please make sure your username is correct." : "No fue posible restablecer el correo electrónico. Por favor asegurarte de que tu nombre de usuario sea correcto. ",
- "Your files are encrypted. There will be no way to get your data back after your password is reset.<br />If you are not sure what to do, please contact your administrator before you continue. <br />Do you really want to continue?" : "Tus archivos están encriptados. No habrá manera de recuperar tus datos una vez que restablezca tu contraseña. <br />Si no estás seguro de qué hacer, por favor contacta a tu administrador antes de continuar. <br />¿Realmente deseas continuar?",
- "Sending email …" : "Enviando correo electrónico ...",
- "You are currently running PHP 5.6. The current major version of Nextcloud is the last that is supported on PHP 5.6. It is recommended to upgrade the PHP version to 7.0+ to be able to upgrade to Nextcloud 14." : "Actualmente estás corriendo PHP 5.6. La versión principal actual de Nextcloud es la última que será soportada en PHPH 5.6. Te recomendamos actualizar la versión de PHP a la 7.0+ para que puedas actualizar a Nextcloud 14.",
- "Shared" : "Compartido",
- "Shared with" : "Compartido con",
- "Shared by" : "Compartido por",
- "Choose a password for the public link" : "Seleccione una contraseña para la liga pública",
- "Choose a password for the public link or press the \"Enter\" key" : "Elige una contraseña para la liga pública o presiona la tecla \"Intro\"",
- "Copied!" : "¡Copiado!",
- "Copy link" : "Copiar liga",
- "Not supported!" : "¡No está soportado!",
- "Press ⌘-C to copy." : "Presiona ⌘-C para copiar.",
- "Press Ctrl-C to copy." : "Presiona Ctrl-C para copiar.",
- "Resharing is not allowed" : "No se permite volver a compartir",
- "Link" : "Liga",
- "Password protect" : "Proteger con contraseña",
- "Allow editing" : "Permitir editar",
- "Email link to person" : "Enviar la liga por correo electrónico a una persona",
- "Send" : "Enviar",
- "Allow upload and editing" : "Permitir carga y edición",
- "Read only" : "Sólo lectura",
- "File drop (upload only)" : "Permitir carga",
- "Set expiration date" : "Selecciona la vigencia de tu archivo",
- "Expiration" : "Expiración",
- "Expiration date" : "Fecha de expiración",
- "Unshare" : "Dejar de compartir",
- "Share to {name}" : "Compartir con {name}",
- "Share link" : "Compartir liga",
- "Could not unshare" : "No fue posible dejar de compartir",
- "Shared with you and the group {group} by {owner}" : "Compartido contigo y el grupo {group} por {owner}",
- "Shared with you by {owner}" : "Compartido contigo por {owner}",
- "Choose a password for the mail share" : "Elige una contraseña para el elemento compartido por correo",
- "group" : "grupo",
- "remote" : "remoto",
- "email" : "correo electrónico",
- "shared by {sharer}" : "compartido por {sharer}",
- "Can reshare" : "Puede volver a compartir",
- "Can edit" : "Puede editar",
- "Can create" : "Puede crear",
- "Can change" : "Puede cambiar",
- "Can delete" : "Puede borrar",
- "Access control" : "Control de acceso",
- "Error while sharing" : "Se presentó un error al compartir",
- "Share details could not be loaded for this item." : "Los detalles del recurso compartido no se pudieron cargar para este elemento. ",
- "_At least {count} character is needed for autocompletion_::_At least {count} characters are needed for autocompletion_" : ["Se requiere de la menos {count} caracter para el auto completar","Se requieren de la menos {count} caracteres para el auto completar"],
- "This list is maybe truncated - please refine your search term to see more results." : "Esta lista puede estar truncada - por favor refina tus términos de búsqueda para poder ver más resultados. ",
- "No users or groups found for {search}" : "No se encontraron usuarios o gurpos para {search}",
- "No users found for {search}" : "No se encontraron usuarios para {search}",
- "An error occurred. Please try again" : "Se presentó un error. Por favor vuelve a intentarlo",
- "Home" : "Inicio",
- "Work" : "Trabajo",
- "Other" : "Otro",
- "{sharee} ({type}, {owner})" : "{sharee} ({type}, {owner})",
- "Share" : "Compartir",
- "Name or email address..." : "Nombre o dirección de correo electrónico",
- "Name or federated cloud ID..." : "Nombre...",
- "Name, federated cloud ID or email address..." : "Nombre o dirección de correo electrónico...",
- "Name..." : "Nombre...",
- "Error removing share" : "Se presentó un error al dejar de compartir",
- "({scope})" : "({scope})",
- "Saving..." : "Guardando...",
- "Dismiss" : "Descartar",
- "New Password" : "Nueva Contraseña",
- "Cancel log in" : "Cancelar inicio de sesión"
+ "Checking whether the database schema can be updated (this can take a long time depending on the database size)" : "Verificando si el archivo del esquema de base de datos puede ser actualizado (esto puedo tomar mucho tiempo dependiendo del tamaño de la base de datos)",
+ "Checked database schema update" : "Actualización del esquema de base de datos verificada",
+ "Checking updates of apps" : "Verificando actualizaciones para aplicaciones",
+ "Checking for update of app \"%s\" in appstore" : "Verificando actualizaciones para la aplicacion \"%s\" en la appstore",
+ "Update app \"%s\" from appstore" : "Actualizar la aplicación \"%s\" desde la appstore",
+ "Checked for update of app \"%s\" in appstore" : "Se verificaron actualizaciones para la aplicación \"%s\" en la appstore",
+ "Checked database schema update for apps" : "Se verificó la actualización del esquema de la base de datos para las aplicaciones",
+ "Following apps have been disabled: %s" : "Las siguientes aplicaciones han sido deshabilitadas: %s",
+ "Your web server is not properly set up to resolve \"{url}\". Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Tu servidor web no está correctamente configurado para resolver \"{url}\". Puedes encontrar más información al respecto en la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentación</a>.",
+ "No memory cache has been configured. To enhance performance, please configure a memcache, if available. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "No se ha configurado el caché de memoria. Para mejorar el desempeño, por favor configura un memcahce, si está disponible. Puedes encontrar más información en la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentación</a>.",
+ "You are currently running PHP {version}. Upgrade your PHP version to take advantage of <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">performance and security updates provided by the PHP Group</a> as soon as your distribution supports it." : "Estás ejecutando PHP {version}. Actualiza tu versión de PHP para aprovechar las <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">actualizaciones de desempeño y seguridad proporcionadas por el Grupo PHP</a> tan pronto como tu distribución lo soporte. ",
+ "The reverse proxy header configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If not, this is a security issue and can allow an attacker to spoof their IP address as visible to the Nextcloud. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "La configuración de los encabezados del proxy inverso es incorrecta, o estás accediendo a Nextcloud desde un proxy de confianza. Si no es el caso, se trata de un tema de seguridad y le puede permitir a un atacante hacer su dirección IP apócrifa visible para Nextcloud. Puedes encontar más infomración en nuestra <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentación</a>.",
+ "Memcached is configured as distributed cache, but the wrong PHP module \"memcache\" is installed. \\OC\\Memcache\\Memcached only supports \"memcached\" and not \"memcache\". See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">memcached wiki about both modules</a>." : "Memecahced está configurado como un cache distribuido, pero un módulo equivocado de \"memcache\" está instalado. \\OC\\Memcache\\Memcached sólo soporta \"memcached\". Consulta <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">el wiki de memcached en relación a ambos módulos</a>.",
+ "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">List of invalid files…</a> / <a href=\"{rescanEndpoint}\">Rescan…</a>)" : "Algunos archivos no pasaron la verificación de integridad. Puedes encontrar más información de cómo resolver este problema en la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentación</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">Lista de archivos inválidos...</a>/<a href=\"{rescanEndpoint}\">Volver a verificar...</a>)",
+ "The PHP OPcache is not properly configured. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance it is recommended</a> to use the following settings in the <code>php.ini</code>:" : "El OPcache de PHP no está configurado correctamente. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Para un mejor desempeño se recomienda</a> usar las sigueintes configuraciones en el archivo <code>php.ini</code>:",
+ "Continue to Nextcloud" : "Continuar a Nextcloud",
+ "_The update was successful. Redirecting you to Nextcloud in %n second._::_The update was successful. Redirecting you to Nextcloud in %n seconds._" : ["La actualización fue exitosa. Lo estamos redireccionando a Nextcloud en %n segundo. ","La actualización fue exitosa. Te redireccionaremos a Nextcloud en %n segundos."],
+ "Searching other places" : "Buscando en otras ubicaciones",
+ "No search results in other folders for {tag}{filter}{endtag}" : "No hay resultados para la búsqueda {tag}{filter}{endtag} en otras carpetas",
+ "_{count} search result in another folder_::_{count} search results in other folders_" : ["{count} resultado de la búsqueda en otra carpeta","{count} resultados de la búsqueda en otras carpetas"],
+ "Password can not be changed. Please contact your administrator." : "Las contraseñas no se pueden cambiar. Por favor contacta a tu adminstrador",
+ "These apps will be updated:" : "Las siguientes apllicaciones se actualizarán:"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
} \ No newline at end of file
diff --git a/core/l10n/es_SV.js b/core/l10n/es_SV.js
index a78cc1d6122..3d90d625133 100644
--- a/core/l10n/es_SV.js
+++ b/core/l10n/es_SV.js
@@ -32,34 +32,18 @@ OC.L10N.register(
"Maintenance mode is kept active" : "El modo mantenimiento sigue activo",
"Updating database schema" : "Actualizando esquema de base de datos",
"Updated database" : "Base de datos actualizada",
- "Checking whether the database schema can be updated (this can take a long time depending on the database size)" : "Verificando si el archivo del esquema de base de datos puede ser actualizado (esto puedo tomar mucho tiempo dependiendo del tamaño de la base de datos)",
- "Checked database schema update" : "Actualización del esquema de base de datos verificada",
- "Checking updates of apps" : "Verificando actualizaciones para aplicaciones",
- "Checking for update of app \"%s\" in appstore" : "Verificando actualizaciones para la aplicacion \"%s\" en la appstore",
- "Update app \"%s\" from appstore" : "Actualizar la aplicación \"%s\" desde la appstore",
- "Checked for update of app \"%s\" in appstore" : "Se verificaron actualizaciones para la aplicación \"%s\" en la appstore",
"Checking whether the database schema for %s can be updated (this can take a long time depending on the database size)" : "Verificando si el esquema de la base de datos para %s puede ser actualizado (esto puede tomar mucho tiempo dependiendo del tamaño de la base de datos)",
- "Checked database schema update for apps" : "Se verificó la actualización del esquema de la base de datos para las aplicaciones",
"Set log level to debug" : "Establecer nivel de bitacora a depurar",
"Reset log level" : "Restablecer nivel de bitácora",
"Starting code integrity check" : "Comenzando verificación de integridad del código",
"Finished code integrity check" : "Terminó la verificación de integridad del código ",
"%s (incompatible)" : "%s (incompatible)",
- "Following apps have been disabled: %s" : "Las siguientes aplicaciones han sido deshabilitadas: %s",
"Already up to date" : "Ya está actualizado",
"Your web server is not yet properly set up to allow file synchronization, because the WebDAV interface seems to be broken." : "Tu servidor web aún no esta correctamente configurado para permitir la sincronización de archivos porque la interfaz WebDAV parece estar rota. ",
- "Your web server is not properly set up to resolve \"{url}\". Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Tu servidor web no está correctamente configurado para resolver \"{url}\". Puedes encontrar más información al respecto en la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentación</a>.",
"PHP does not seem to be setup properly to query system environment variables. The test with getenv(\"PATH\") only returns an empty response." : "PHP no parece estar configurado correctamente para consultar las variables de ambiente. La prueba con getenv(\"PATH\") sólo regresa una respuesta vacía.",
"Your database does not run with \"READ COMMITTED\" transaction isolation level. This can cause problems when multiple actions are executed in parallel." : "Tu base de datos no puede correr con el nivel de aislamiento de transacción de \"READ COMMITTED\". Puede causar problemas cuando mútiples acciones sean ejecutadas en paralelo.",
"It was not possible to execute the cron job via CLI. The following technical errors have appeared:" : "No fue posible ejecutar el trabajo de cron via CLI. Se presentaron los siguientes errores técnicos:",
- "Check the background job settings" : "Verifica la configuración de los trabajos de fondo",
"This server has no working Internet connection: Multiple endpoints could not be reached. This means that some of the features like mounting external storage, notifications about updates or installation of third-party apps will not work. Accessing files remotely and sending of notification emails might not work, either. Establish a connection from this server to the Internet to enjoy all features." : "El servidor no cuenta con una conexión a Internet: No se pudieron alcanzar múltiples endpoints. Esto significa que algunas características como montar almacenamiento externo, notificaciones de actualizaciones o instalación de aplicaciones de 3ros no funcionarán correctamente. Acceder archivos de forma remota y el envío de de notificaciones por correo electrónico puede que no funcionen tampoco. Establece una conexión desde este servidor a Internet para aprovechar todas las funcionalidades.",
- "No memory cache has been configured. To enhance performance, please configure a memcache, if available. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "No se ha configurado el caché de memoria. Para mejorar el desempeño, por favor configura un memcahce, si está disponible. Puedes encontrar más información en la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentación</a>.",
- "You are currently running PHP {version}. Upgrade your PHP version to take advantage of <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">performance and security updates provided by the PHP Group</a> as soon as your distribution supports it." : "Estás ejecutando PHP {version}. Actualiza tu versión de PHP para aprovechar las <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">actualizaciones de desempeño y seguridad proporcionadas por el Grupo PHP</a> tan pronto como tu distribución lo soporte. ",
- "The reverse proxy header configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If not, this is a security issue and can allow an attacker to spoof their IP address as visible to the Nextcloud. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "La configuración de los encabezados del proxy inverso es incorrecta, o estás accediendo a Nextcloud desde un proxy de confianza. Si no es el caso, se trata de un tema de seguridad y le puede permitir a un atacante hacer su dirección IP apócrifa visible para Nextcloud. Puedes encontar más infomración en nuestra <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentación</a>.",
- "Memcached is configured as distributed cache, but the wrong PHP module \"memcache\" is installed. \\OC\\Memcache\\Memcached only supports \"memcached\" and not \"memcache\". See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">memcached wiki about both modules</a>." : "Memecahced está configurado como un cache distribuido, pero un módulo equivocado de \"memcache\" está instalado. \\OC\\Memcache\\Memcached sólo soporta \"memcached\". Consulta <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">el wiki de memcached en relación a ambos módulos</a>.",
- "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">List of invalid files…</a> / <a href=\"{rescanEndpoint}\">Rescan…</a>)" : "Algunos archivos no pasaron la verificación de integridad. Puedes encontrar más información de cómo resolver este problema en la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentación</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">Lista de archivos inválidos...</a>/<a href=\"{rescanEndpoint}\">Volver a verificar...</a>)",
- "The PHP OPcache is not properly configured. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance it is recommended</a> to use the following settings in the <code>php.ini</code>:" : "El OPcache de PHP no está configurado correctamente. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Para un mejor desempeño se recomienda</a> usar las sigueintes configuraciones en el archivo <code>php.ini</code>:",
"The PHP function \"set_time_limit\" is not available. This could result in scripts being halted mid-execution, breaking your installation. Enabling this function is strongly recommended." : "La función de PHP \"set_time_limit\" no está disponible. Esto podría generar que la ejecución de scripts se detenga, rompiendo su instalación. Se recomienda ámpliamente habilitar esta función. ",
"Your PHP does not have FreeType support, resulting in breakage of profile pictures and the settings interface." : "Tu PHP no cuenta con soporte FreeType, lo que resulta en fallas en la imagen de perfil y la interface de configuraciones. ",
"SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend." : "Actualmente estás usando SQLite como el backend de base de datos. Para instalaciones más grandes te recomendamos cambiar a un backend de base de datos diferente.",
@@ -68,13 +52,6 @@ OC.L10N.register(
"Your data directory and files are probably accessible from the Internet. The .htaccess file is not working. It is strongly recommended that you configure your web server so that the data directory is no longer accessible, or move the data directory outside the web server document root." : "Probablemente tu directorio de datos y archivos sean accesibles desde Internet. El archivo .htaccess no está funcionando. Se recomienda ampliamente que configures tu servidor web para que el directorio de datos no sea accesible, o bien, que muevas el directorio de datos fuera del directorio raíz del servidor web.",
"The \"{header}\" HTTP header is not set to \"{expected}\". This is a potential security or privacy risk, as it is recommended to adjust this setting accordingly." : "El encabezado HTTP \"{header}\" está establecido a \"{expected}\". Esto representa un riesgo potencial de seguridad o privacidad, y que se recomienda ajustar esta configuración. ",
"The \"{header}\" HTTP header is not set to \"{expected}\". Some features might not work correctly, as it is recommended to adjust this setting accordingly." : "El encabezado HTTP \"{header}\" no está establecido a \"{expected}\". Puede que lgunas características no funcionen correctamente, y se recomienda ajustar esta confirguración. ",
- "Non-existing tag #{tag}" : "Etiqueta #{tag} no-existente",
- "restricted" : "restringido",
- "invisible" : "invisible",
- "Delete" : "Borrar",
- "Rename" : "Renombrar",
- "Collaborative tags" : "Etiquetas colaborativas",
- "No tags found" : "No se encontraron etiquetas",
"unknown text" : "texto desconocido",
"Hello world!" : "¡Hola mundo!",
"sunny" : "soleado",
@@ -89,30 +66,27 @@ OC.L10N.register(
"Please reload the page." : "Por favor vuelve a cargar la página.",
"The update was unsuccessful. For more information <a href=\"{url}\">check our forum post</a> covering this issue." : "La actualización no fue exitosa. Para más información <a href=\"{url}\">consulta nuestro comentario en el foro </a> que cubre este tema. ",
"The update was unsuccessful. Please report this issue to the <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">Nextcloud community</a>." : "La actualización no fue exitosa. Por favor reporta este tema a la <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">Comunidad Nextcloud</a>.",
- "Continue to Nextcloud" : "Continuar a Nextcloud",
- "_The update was successful. Redirecting you to Nextcloud in %n second._::_The update was successful. Redirecting you to Nextcloud in %n seconds._" : ["La actualización fue exitosa. Lo estamos redireccionando a Nextcloud en %n segundo. ","La actualización fue exitosa. Te redireccionaremos a Nextcloud en %n segundos."],
- "Searching other places" : "Buscando en otras ubicaciones",
- "No search results in other folders for {tag}{filter}{endtag}" : "No hay resultados para la búsqueda {tag}{filter}{endtag} en otras carpetas",
- "_{count} search result in another folder_::_{count} search results in other folders_" : ["{count} resultado de la búsqueda en otra carpeta","{count} resultados de la búsqueda en otras carpetas"],
+ "Log in" : "Ingresar",
+ "Logging in …" : "Iniciando sesión ...",
"Server side authentication failed!" : "¡Falló la autenticación del lado del servidor!",
"Please contact your administrator." : "Por favor contacta al administrador.",
"An internal error occurred." : "Se presentó un error interno.",
"Please try again or contact your administrator." : "Por favor vuelve a intentarlo o contacta a tu adminsitrador. ",
"Username or email" : "Usuario o correo electrónico",
"Password" : "Contraseña",
- "Log in" : "Ingresar",
- "Logging in …" : "Iniciando sesión ...",
"Wrong username or password." : "Usuario o contraseña equivocado. ",
"User disabled" : "Usuario deshabilitado",
"We have detected multiple invalid login attempts from your IP. Therefore your next login is throttled up to 30 seconds." : "Hemos detectado múltiples intentos de inicio de sesión desde tu IP. Por lo tanto tu siguiente incio de sesión se retrasará hasta 30 segundos. ",
"Reset password" : "Restablecer contraseña",
"Couldn't send reset email. Please contact your administrator." : "No fue posible enviar el correo de restauración. Por favor contacta a tu adminsitrador. ",
- "Password can not be changed. Please contact your administrator." : "Las contraseñas no se pueden cambiar. Por favor contacta a tu adminstrador",
"Back to login" : "Regresar al inicio de sesión",
"New password" : "Nueva contraseña",
"I know what I'm doing" : "Sé lo que estoy haciendo",
"Cancel" : "Cancelar",
"Forgot password?" : "¿Olvidaste tu contraseña?",
+ "Back" : "Atrás",
+ "Reset search" : "Reestablecer búsqueda",
+ "Search" : "Buscar",
"Settings" : "Configuraciones ",
"Could not load your contacts" : "No fue posible cargar tus contactos",
"Search contacts …" : "Buscar contactos ...",
@@ -143,7 +117,7 @@ OC.L10N.register(
"One file conflict" : "Un conflicto en el archivo",
"New Files" : "Archivos Nuevos",
"Already existing files" : "Archivos ya existentes",
- "Which files do you want to keep?" : "¿Cuales archivos deseas mantener?",
+ "Which files do you want to keep?" : "¿Cuáles archivos deseas mantener?",
"If you select both versions, the copied file will have a number added to its name." : "Si seleccionas ambas versiones, se le agregará un número al nombre del archivo copiado.",
"Continue" : "Continuar",
"(all selected)" : "(todos seleccionados)",
@@ -167,6 +141,13 @@ OC.L10N.register(
"Strong password" : "Contraseña fuerte",
"No action available" : "No hay acciones disponibles",
"Error fetching contact actions" : "Se presentó un error al traer las acciónes de contatos",
+ "Non-existing tag #{tag}" : "Etiqueta #{tag} no-existente",
+ "restricted" : "restringido",
+ "invisible" : "invisible",
+ "Delete" : "Borrar",
+ "Rename" : "Renombrar",
+ "Collaborative tags" : "Etiquetas colaborativas",
+ "No tags found" : "No se encontraron etiquetas",
"Personal" : "Personal",
"Users" : "Usuarios",
"Apps" : "Aplicaciones",
@@ -214,8 +195,6 @@ OC.L10N.register(
"More apps" : "Más aplicaciones",
"More" : "Más",
"More apps menu" : "Menú de más aplicaciones",
- "Search" : "Buscar",
- "Reset search" : "Reestablecer búsqueda",
"Contacts" : "Contactos",
"Contacts menu" : "Menú de Contactos",
"Settings menu" : "Menú de Configuraciones",
@@ -233,7 +212,6 @@ OC.L10N.register(
"Access through untrusted domain" : "Accesa a través de un dominio no de confianza",
"Please contact your administrator. If you are an administrator, edit the \"trusted_domains\" setting in config/config.php like the example in config.sample.php." : "Por favor contacta a tu adminsitrador. Si tu eres un administrador, edita la propiedad \"trusted_domains\" en el archivo config/config.php como en el ejemplo config.sample.php.",
"App update required" : "Se requiere una actualización de la aplicación",
- "These apps will be updated:" : "Las siguientes apllicaciones se actualizarán:",
"These incompatible apps will be disabled:" : "Las siguientes aplicaciones incompatibles serán deshabilitadas:",
"The theme %s has been disabled." : "El tema %s ha sido deshabilitado. ",
"Please make sure that the database, the config folder and the data folder have been backed up before proceeding." : "Por favor asegurarte de que la base de datos, la carpeta de configuración y las carpetas de datos hayan sido respaldadas antes de continuar. ",
@@ -247,72 +225,28 @@ OC.L10N.register(
"Upgrade via web on my own risk" : "Actualizar vía Web bajo mi propio riesgo",
"This %s instance is currently in maintenance mode, which may take a while." : "Esta instancia %s se encuentra actualmente en modo mantenimiento, que podría tomar algo de tiempo. ",
"Contact your system administrator if this message persists or appeared unexpectedly." : "Contacta a tu administrador del sistema si este mensaje persiste o se presentó de manera inesperada.",
- "Could not send reset email because there is no email address for this username. Please contact your administrator." : "No fue posible enviar el correo electrónico para restablecer porque no hay una dirección de correo electrónico para este usuario. Por favor contacta a tu adminsitrador. ",
- "Couldn't send reset email. Please make sure your username is correct." : "No fue posible restablecer el correo electrónico. Por favor asegurarte de que tu nombre de usuario sea correcto. ",
- "Your files are encrypted. There will be no way to get your data back after your password is reset.<br />If you are not sure what to do, please contact your administrator before you continue. <br />Do you really want to continue?" : "Tus archivos están encriptados. No habrá manera de recuperar tus datos una vez que restablezca tu contraseña. <br />Si no estás seguro de qué hacer, por favor contacta a tu administrador antes de continuar. <br />¿Realmente deseas continuar?",
- "Sending email …" : "Enviando correo electrónico ...",
- "You are currently running PHP 5.6. The current major version of Nextcloud is the last that is supported on PHP 5.6. It is recommended to upgrade the PHP version to 7.0+ to be able to upgrade to Nextcloud 14." : "Actualmente estás corriendo PHP 5.6. La versión principal actual de Nextcloud es la última que será soportada en PHPH 5.6. Te recomendamos actualizar la versión de PHP a la 7.0+ para que puedas actualizar a Nextcloud 14.",
- "Shared" : "Compartido",
- "Shared with" : "Compartido con",
- "Shared by" : "Compartido por",
- "Choose a password for the public link" : "Seleccione una contraseña para la liga pública",
- "Choose a password for the public link or press the \"Enter\" key" : "Elige una contraseña para la liga pública o presiona la tecla \"Intro\"",
- "Copied!" : "¡Copiado!",
- "Copy link" : "Copiar liga",
- "Not supported!" : "¡No está soportado!",
- "Press ⌘-C to copy." : "Presiona ⌘-C para copiar.",
- "Press Ctrl-C to copy." : "Presiona Ctrl-C para copiar.",
- "Resharing is not allowed" : "No se permite volver a compartir",
- "Link" : "Liga",
- "Password protect" : "Proteger con contraseña",
- "Allow editing" : "Permitir editar",
- "Email link to person" : "Enviar la liga por correo electrónico a una persona",
- "Send" : "Enviar",
- "Allow upload and editing" : "Permitir carga y edición",
- "Read only" : "Sólo lectura",
- "File drop (upload only)" : "Permitir carga",
- "Set expiration date" : "Selecciona la vigencia de tu archivo",
- "Expiration" : "Expiración",
- "Expiration date" : "Fecha de expiración",
- "Unshare" : "Dejar de compartir",
- "Share to {name}" : "Compartir con {name}",
- "Share link" : "Compartir liga",
- "Could not unshare" : "No fue posible dejar de compartir",
- "Shared with you and the group {group} by {owner}" : "Compartido contigo y el grupo {group} por {owner}",
- "Shared with you by {owner}" : "Compartido contigo por {owner}",
- "Choose a password for the mail share" : "Elige una contraseña para el elemento compartido por correo",
- "group" : "grupo",
- "remote" : "remoto",
- "email" : "correo electrónico",
- "shared by {sharer}" : "compartido por {sharer}",
- "Can reshare" : "Puede volver a compartir",
- "Can edit" : "Puede editar",
- "Can create" : "Puede crear",
- "Can change" : "Puede cambiar",
- "Can delete" : "Puede borrar",
- "Access control" : "Control de acceso",
- "Error while sharing" : "Se presentó un error al compartir",
- "Share details could not be loaded for this item." : "Los detalles del recurso compartido no se pudieron cargar para este elemento. ",
- "_At least {count} character is needed for autocompletion_::_At least {count} characters are needed for autocompletion_" : ["Se requiere de la menos {count} caracter para el auto completar","Se requieren de la menos {count} caracteres para el auto completar"],
- "This list is maybe truncated - please refine your search term to see more results." : "Esta lista puede estar truncada - por favor refina tus términos de búsqueda para poder ver más resultados. ",
- "No users or groups found for {search}" : "No se encontraron usuarios o gurpos para {search}",
- "No users found for {search}" : "No se encontraron usuarios para {search}",
- "An error occurred (\"{message}\"). Please try again" : "Se presentó un error (\"{message}\"). Por favor vuelve a intentarlo",
- "An error occurred. Please try again" : "Se presentó un error. Por favor vuelve a intentarlo",
- "Home" : "Inicio",
- "Work" : "Trabajo",
- "Other" : "Otro",
- "{sharee} ({type}, {owner})" : "{sharee} ({type}, {owner})",
- "Share" : "Compartir",
- "Name or email address..." : "Nombre o dirección de correo electrónico",
- "Name or federated cloud ID..." : "Nombre...",
- "Name, federated cloud ID or email address..." : "Nombre o dirección de correo electrónico...",
- "Name..." : "Nombre...",
- "Error removing share" : "Se presentó un error al dejar de compartir",
- "({scope})" : "({scope})",
- "Saving..." : "Guardando...",
- "Dismiss" : "Descartar",
- "New Password" : "Nueva Contraseña",
- "Cancel log in" : "Cancelar inicio de sesión"
+ "Checking whether the database schema can be updated (this can take a long time depending on the database size)" : "Verificando si el archivo del esquema de base de datos puede ser actualizado (esto puedo tomar mucho tiempo dependiendo del tamaño de la base de datos)",
+ "Checked database schema update" : "Actualización del esquema de base de datos verificada",
+ "Checking updates of apps" : "Verificando actualizaciones para aplicaciones",
+ "Checking for update of app \"%s\" in appstore" : "Verificando actualizaciones para la aplicacion \"%s\" en la appstore",
+ "Update app \"%s\" from appstore" : "Actualizar la aplicación \"%s\" desde la appstore",
+ "Checked for update of app \"%s\" in appstore" : "Se verificaron actualizaciones para la aplicación \"%s\" en la appstore",
+ "Checked database schema update for apps" : "Se verificó la actualización del esquema de la base de datos para las aplicaciones",
+ "Following apps have been disabled: %s" : "Las siguientes aplicaciones han sido deshabilitadas: %s",
+ "Your web server is not properly set up to resolve \"{url}\". Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Tu servidor web no está correctamente configurado para resolver \"{url}\". Puedes encontrar más información al respecto en la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentación</a>.",
+ "Check the background job settings" : "Verifica la configuración de los trabajos de fondo",
+ "No memory cache has been configured. To enhance performance, please configure a memcache, if available. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "No se ha configurado el caché de memoria. Para mejorar el desempeño, por favor configura un memcahce, si está disponible. Puedes encontrar más información en la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentación</a>.",
+ "You are currently running PHP {version}. Upgrade your PHP version to take advantage of <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">performance and security updates provided by the PHP Group</a> as soon as your distribution supports it." : "Estás ejecutando PHP {version}. Actualiza tu versión de PHP para aprovechar las <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">actualizaciones de desempeño y seguridad proporcionadas por el Grupo PHP</a> tan pronto como tu distribución lo soporte. ",
+ "The reverse proxy header configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If not, this is a security issue and can allow an attacker to spoof their IP address as visible to the Nextcloud. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "La configuración de los encabezados del proxy inverso es incorrecta, o estás accediendo a Nextcloud desde un proxy de confianza. Si no es el caso, se trata de un tema de seguridad y le puede permitir a un atacante hacer su dirección IP apócrifa visible para Nextcloud. Puedes encontar más infomración en nuestra <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentación</a>.",
+ "Memcached is configured as distributed cache, but the wrong PHP module \"memcache\" is installed. \\OC\\Memcache\\Memcached only supports \"memcached\" and not \"memcache\". See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">memcached wiki about both modules</a>." : "Memecahced está configurado como un cache distribuido, pero un módulo equivocado de \"memcache\" está instalado. \\OC\\Memcache\\Memcached sólo soporta \"memcached\". Consulta <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">el wiki de memcached en relación a ambos módulos</a>.",
+ "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">List of invalid files…</a> / <a href=\"{rescanEndpoint}\">Rescan…</a>)" : "Algunos archivos no pasaron la verificación de integridad. Puedes encontrar más información de cómo resolver este problema en la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentación</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">Lista de archivos inválidos...</a>/<a href=\"{rescanEndpoint}\">Volver a verificar...</a>)",
+ "The PHP OPcache is not properly configured. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance it is recommended</a> to use the following settings in the <code>php.ini</code>:" : "El OPcache de PHP no está configurado correctamente. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Para un mejor desempeño se recomienda</a> usar las sigueintes configuraciones en el archivo <code>php.ini</code>:",
+ "Continue to Nextcloud" : "Continuar a Nextcloud",
+ "_The update was successful. Redirecting you to Nextcloud in %n second._::_The update was successful. Redirecting you to Nextcloud in %n seconds._" : ["La actualización fue exitosa. Lo estamos redireccionando a Nextcloud en %n segundo. ","La actualización fue exitosa. Te redireccionaremos a Nextcloud en %n segundos."],
+ "Searching other places" : "Buscando en otras ubicaciones",
+ "No search results in other folders for {tag}{filter}{endtag}" : "No hay resultados para la búsqueda {tag}{filter}{endtag} en otras carpetas",
+ "_{count} search result in another folder_::_{count} search results in other folders_" : ["{count} resultado de la búsqueda en otra carpeta","{count} resultados de la búsqueda en otras carpetas"],
+ "Password can not be changed. Please contact your administrator." : "Las contraseñas no se pueden cambiar. Por favor contacta a tu adminstrador",
+ "These apps will be updated:" : "Las siguientes apllicaciones se actualizarán:"
},
"nplurals=2; plural=(n != 1);");
diff --git a/core/l10n/es_SV.json b/core/l10n/es_SV.json
index b263fa894d1..01e67ef07ef 100644
--- a/core/l10n/es_SV.json
+++ b/core/l10n/es_SV.json
@@ -30,34 +30,18 @@
"Maintenance mode is kept active" : "El modo mantenimiento sigue activo",
"Updating database schema" : "Actualizando esquema de base de datos",
"Updated database" : "Base de datos actualizada",
- "Checking whether the database schema can be updated (this can take a long time depending on the database size)" : "Verificando si el archivo del esquema de base de datos puede ser actualizado (esto puedo tomar mucho tiempo dependiendo del tamaño de la base de datos)",
- "Checked database schema update" : "Actualización del esquema de base de datos verificada",
- "Checking updates of apps" : "Verificando actualizaciones para aplicaciones",
- "Checking for update of app \"%s\" in appstore" : "Verificando actualizaciones para la aplicacion \"%s\" en la appstore",
- "Update app \"%s\" from appstore" : "Actualizar la aplicación \"%s\" desde la appstore",
- "Checked for update of app \"%s\" in appstore" : "Se verificaron actualizaciones para la aplicación \"%s\" en la appstore",
"Checking whether the database schema for %s can be updated (this can take a long time depending on the database size)" : "Verificando si el esquema de la base de datos para %s puede ser actualizado (esto puede tomar mucho tiempo dependiendo del tamaño de la base de datos)",
- "Checked database schema update for apps" : "Se verificó la actualización del esquema de la base de datos para las aplicaciones",
"Set log level to debug" : "Establecer nivel de bitacora a depurar",
"Reset log level" : "Restablecer nivel de bitácora",
"Starting code integrity check" : "Comenzando verificación de integridad del código",
"Finished code integrity check" : "Terminó la verificación de integridad del código ",
"%s (incompatible)" : "%s (incompatible)",
- "Following apps have been disabled: %s" : "Las siguientes aplicaciones han sido deshabilitadas: %s",
"Already up to date" : "Ya está actualizado",
"Your web server is not yet properly set up to allow file synchronization, because the WebDAV interface seems to be broken." : "Tu servidor web aún no esta correctamente configurado para permitir la sincronización de archivos porque la interfaz WebDAV parece estar rota. ",
- "Your web server is not properly set up to resolve \"{url}\". Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Tu servidor web no está correctamente configurado para resolver \"{url}\". Puedes encontrar más información al respecto en la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentación</a>.",
"PHP does not seem to be setup properly to query system environment variables. The test with getenv(\"PATH\") only returns an empty response." : "PHP no parece estar configurado correctamente para consultar las variables de ambiente. La prueba con getenv(\"PATH\") sólo regresa una respuesta vacía.",
"Your database does not run with \"READ COMMITTED\" transaction isolation level. This can cause problems when multiple actions are executed in parallel." : "Tu base de datos no puede correr con el nivel de aislamiento de transacción de \"READ COMMITTED\". Puede causar problemas cuando mútiples acciones sean ejecutadas en paralelo.",
"It was not possible to execute the cron job via CLI. The following technical errors have appeared:" : "No fue posible ejecutar el trabajo de cron via CLI. Se presentaron los siguientes errores técnicos:",
- "Check the background job settings" : "Verifica la configuración de los trabajos de fondo",
"This server has no working Internet connection: Multiple endpoints could not be reached. This means that some of the features like mounting external storage, notifications about updates or installation of third-party apps will not work. Accessing files remotely and sending of notification emails might not work, either. Establish a connection from this server to the Internet to enjoy all features." : "El servidor no cuenta con una conexión a Internet: No se pudieron alcanzar múltiples endpoints. Esto significa que algunas características como montar almacenamiento externo, notificaciones de actualizaciones o instalación de aplicaciones de 3ros no funcionarán correctamente. Acceder archivos de forma remota y el envío de de notificaciones por correo electrónico puede que no funcionen tampoco. Establece una conexión desde este servidor a Internet para aprovechar todas las funcionalidades.",
- "No memory cache has been configured. To enhance performance, please configure a memcache, if available. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "No se ha configurado el caché de memoria. Para mejorar el desempeño, por favor configura un memcahce, si está disponible. Puedes encontrar más información en la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentación</a>.",
- "You are currently running PHP {version}. Upgrade your PHP version to take advantage of <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">performance and security updates provided by the PHP Group</a> as soon as your distribution supports it." : "Estás ejecutando PHP {version}. Actualiza tu versión de PHP para aprovechar las <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">actualizaciones de desempeño y seguridad proporcionadas por el Grupo PHP</a> tan pronto como tu distribución lo soporte. ",
- "The reverse proxy header configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If not, this is a security issue and can allow an attacker to spoof their IP address as visible to the Nextcloud. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "La configuración de los encabezados del proxy inverso es incorrecta, o estás accediendo a Nextcloud desde un proxy de confianza. Si no es el caso, se trata de un tema de seguridad y le puede permitir a un atacante hacer su dirección IP apócrifa visible para Nextcloud. Puedes encontar más infomración en nuestra <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentación</a>.",
- "Memcached is configured as distributed cache, but the wrong PHP module \"memcache\" is installed. \\OC\\Memcache\\Memcached only supports \"memcached\" and not \"memcache\". See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">memcached wiki about both modules</a>." : "Memecahced está configurado como un cache distribuido, pero un módulo equivocado de \"memcache\" está instalado. \\OC\\Memcache\\Memcached sólo soporta \"memcached\". Consulta <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">el wiki de memcached en relación a ambos módulos</a>.",
- "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">List of invalid files…</a> / <a href=\"{rescanEndpoint}\">Rescan…</a>)" : "Algunos archivos no pasaron la verificación de integridad. Puedes encontrar más información de cómo resolver este problema en la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentación</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">Lista de archivos inválidos...</a>/<a href=\"{rescanEndpoint}\">Volver a verificar...</a>)",
- "The PHP OPcache is not properly configured. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance it is recommended</a> to use the following settings in the <code>php.ini</code>:" : "El OPcache de PHP no está configurado correctamente. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Para un mejor desempeño se recomienda</a> usar las sigueintes configuraciones en el archivo <code>php.ini</code>:",
"The PHP function \"set_time_limit\" is not available. This could result in scripts being halted mid-execution, breaking your installation. Enabling this function is strongly recommended." : "La función de PHP \"set_time_limit\" no está disponible. Esto podría generar que la ejecución de scripts se detenga, rompiendo su instalación. Se recomienda ámpliamente habilitar esta función. ",
"Your PHP does not have FreeType support, resulting in breakage of profile pictures and the settings interface." : "Tu PHP no cuenta con soporte FreeType, lo que resulta en fallas en la imagen de perfil y la interface de configuraciones. ",
"SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend." : "Actualmente estás usando SQLite como el backend de base de datos. Para instalaciones más grandes te recomendamos cambiar a un backend de base de datos diferente.",
@@ -66,13 +50,6 @@
"Your data directory and files are probably accessible from the Internet. The .htaccess file is not working. It is strongly recommended that you configure your web server so that the data directory is no longer accessible, or move the data directory outside the web server document root." : "Probablemente tu directorio de datos y archivos sean accesibles desde Internet. El archivo .htaccess no está funcionando. Se recomienda ampliamente que configures tu servidor web para que el directorio de datos no sea accesible, o bien, que muevas el directorio de datos fuera del directorio raíz del servidor web.",
"The \"{header}\" HTTP header is not set to \"{expected}\". This is a potential security or privacy risk, as it is recommended to adjust this setting accordingly." : "El encabezado HTTP \"{header}\" está establecido a \"{expected}\". Esto representa un riesgo potencial de seguridad o privacidad, y que se recomienda ajustar esta configuración. ",
"The \"{header}\" HTTP header is not set to \"{expected}\". Some features might not work correctly, as it is recommended to adjust this setting accordingly." : "El encabezado HTTP \"{header}\" no está establecido a \"{expected}\". Puede que lgunas características no funcionen correctamente, y se recomienda ajustar esta confirguración. ",
- "Non-existing tag #{tag}" : "Etiqueta #{tag} no-existente",
- "restricted" : "restringido",
- "invisible" : "invisible",
- "Delete" : "Borrar",
- "Rename" : "Renombrar",
- "Collaborative tags" : "Etiquetas colaborativas",
- "No tags found" : "No se encontraron etiquetas",
"unknown text" : "texto desconocido",
"Hello world!" : "¡Hola mundo!",
"sunny" : "soleado",
@@ -87,30 +64,27 @@
"Please reload the page." : "Por favor vuelve a cargar la página.",
"The update was unsuccessful. For more information <a href=\"{url}\">check our forum post</a> covering this issue." : "La actualización no fue exitosa. Para más información <a href=\"{url}\">consulta nuestro comentario en el foro </a> que cubre este tema. ",
"The update was unsuccessful. Please report this issue to the <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">Nextcloud community</a>." : "La actualización no fue exitosa. Por favor reporta este tema a la <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">Comunidad Nextcloud</a>.",
- "Continue to Nextcloud" : "Continuar a Nextcloud",
- "_The update was successful. Redirecting you to Nextcloud in %n second._::_The update was successful. Redirecting you to Nextcloud in %n seconds._" : ["La actualización fue exitosa. Lo estamos redireccionando a Nextcloud en %n segundo. ","La actualización fue exitosa. Te redireccionaremos a Nextcloud en %n segundos."],
- "Searching other places" : "Buscando en otras ubicaciones",
- "No search results in other folders for {tag}{filter}{endtag}" : "No hay resultados para la búsqueda {tag}{filter}{endtag} en otras carpetas",
- "_{count} search result in another folder_::_{count} search results in other folders_" : ["{count} resultado de la búsqueda en otra carpeta","{count} resultados de la búsqueda en otras carpetas"],
+ "Log in" : "Ingresar",
+ "Logging in …" : "Iniciando sesión ...",
"Server side authentication failed!" : "¡Falló la autenticación del lado del servidor!",
"Please contact your administrator." : "Por favor contacta al administrador.",
"An internal error occurred." : "Se presentó un error interno.",
"Please try again or contact your administrator." : "Por favor vuelve a intentarlo o contacta a tu adminsitrador. ",
"Username or email" : "Usuario o correo electrónico",
"Password" : "Contraseña",
- "Log in" : "Ingresar",
- "Logging in …" : "Iniciando sesión ...",
"Wrong username or password." : "Usuario o contraseña equivocado. ",
"User disabled" : "Usuario deshabilitado",
"We have detected multiple invalid login attempts from your IP. Therefore your next login is throttled up to 30 seconds." : "Hemos detectado múltiples intentos de inicio de sesión desde tu IP. Por lo tanto tu siguiente incio de sesión se retrasará hasta 30 segundos. ",
"Reset password" : "Restablecer contraseña",
"Couldn't send reset email. Please contact your administrator." : "No fue posible enviar el correo de restauración. Por favor contacta a tu adminsitrador. ",
- "Password can not be changed. Please contact your administrator." : "Las contraseñas no se pueden cambiar. Por favor contacta a tu adminstrador",
"Back to login" : "Regresar al inicio de sesión",
"New password" : "Nueva contraseña",
"I know what I'm doing" : "Sé lo que estoy haciendo",
"Cancel" : "Cancelar",
"Forgot password?" : "¿Olvidaste tu contraseña?",
+ "Back" : "Atrás",
+ "Reset search" : "Reestablecer búsqueda",
+ "Search" : "Buscar",
"Settings" : "Configuraciones ",
"Could not load your contacts" : "No fue posible cargar tus contactos",
"Search contacts …" : "Buscar contactos ...",
@@ -141,7 +115,7 @@
"One file conflict" : "Un conflicto en el archivo",
"New Files" : "Archivos Nuevos",
"Already existing files" : "Archivos ya existentes",
- "Which files do you want to keep?" : "¿Cuales archivos deseas mantener?",
+ "Which files do you want to keep?" : "¿Cuáles archivos deseas mantener?",
"If you select both versions, the copied file will have a number added to its name." : "Si seleccionas ambas versiones, se le agregará un número al nombre del archivo copiado.",
"Continue" : "Continuar",
"(all selected)" : "(todos seleccionados)",
@@ -165,6 +139,13 @@
"Strong password" : "Contraseña fuerte",
"No action available" : "No hay acciones disponibles",
"Error fetching contact actions" : "Se presentó un error al traer las acciónes de contatos",
+ "Non-existing tag #{tag}" : "Etiqueta #{tag} no-existente",
+ "restricted" : "restringido",
+ "invisible" : "invisible",
+ "Delete" : "Borrar",
+ "Rename" : "Renombrar",
+ "Collaborative tags" : "Etiquetas colaborativas",
+ "No tags found" : "No se encontraron etiquetas",
"Personal" : "Personal",
"Users" : "Usuarios",
"Apps" : "Aplicaciones",
@@ -212,8 +193,6 @@
"More apps" : "Más aplicaciones",
"More" : "Más",
"More apps menu" : "Menú de más aplicaciones",
- "Search" : "Buscar",
- "Reset search" : "Reestablecer búsqueda",
"Contacts" : "Contactos",
"Contacts menu" : "Menú de Contactos",
"Settings menu" : "Menú de Configuraciones",
@@ -231,7 +210,6 @@
"Access through untrusted domain" : "Accesa a través de un dominio no de confianza",
"Please contact your administrator. If you are an administrator, edit the \"trusted_domains\" setting in config/config.php like the example in config.sample.php." : "Por favor contacta a tu adminsitrador. Si tu eres un administrador, edita la propiedad \"trusted_domains\" en el archivo config/config.php como en el ejemplo config.sample.php.",
"App update required" : "Se requiere una actualización de la aplicación",
- "These apps will be updated:" : "Las siguientes apllicaciones se actualizarán:",
"These incompatible apps will be disabled:" : "Las siguientes aplicaciones incompatibles serán deshabilitadas:",
"The theme %s has been disabled." : "El tema %s ha sido deshabilitado. ",
"Please make sure that the database, the config folder and the data folder have been backed up before proceeding." : "Por favor asegurarte de que la base de datos, la carpeta de configuración y las carpetas de datos hayan sido respaldadas antes de continuar. ",
@@ -245,72 +223,28 @@
"Upgrade via web on my own risk" : "Actualizar vía Web bajo mi propio riesgo",
"This %s instance is currently in maintenance mode, which may take a while." : "Esta instancia %s se encuentra actualmente en modo mantenimiento, que podría tomar algo de tiempo. ",
"Contact your system administrator if this message persists or appeared unexpectedly." : "Contacta a tu administrador del sistema si este mensaje persiste o se presentó de manera inesperada.",
- "Could not send reset email because there is no email address for this username. Please contact your administrator." : "No fue posible enviar el correo electrónico para restablecer porque no hay una dirección de correo electrónico para este usuario. Por favor contacta a tu adminsitrador. ",
- "Couldn't send reset email. Please make sure your username is correct." : "No fue posible restablecer el correo electrónico. Por favor asegurarte de que tu nombre de usuario sea correcto. ",
- "Your files are encrypted. There will be no way to get your data back after your password is reset.<br />If you are not sure what to do, please contact your administrator before you continue. <br />Do you really want to continue?" : "Tus archivos están encriptados. No habrá manera de recuperar tus datos una vez que restablezca tu contraseña. <br />Si no estás seguro de qué hacer, por favor contacta a tu administrador antes de continuar. <br />¿Realmente deseas continuar?",
- "Sending email …" : "Enviando correo electrónico ...",
- "You are currently running PHP 5.6. The current major version of Nextcloud is the last that is supported on PHP 5.6. It is recommended to upgrade the PHP version to 7.0+ to be able to upgrade to Nextcloud 14." : "Actualmente estás corriendo PHP 5.6. La versión principal actual de Nextcloud es la última que será soportada en PHPH 5.6. Te recomendamos actualizar la versión de PHP a la 7.0+ para que puedas actualizar a Nextcloud 14.",
- "Shared" : "Compartido",
- "Shared with" : "Compartido con",
- "Shared by" : "Compartido por",
- "Choose a password for the public link" : "Seleccione una contraseña para la liga pública",
- "Choose a password for the public link or press the \"Enter\" key" : "Elige una contraseña para la liga pública o presiona la tecla \"Intro\"",
- "Copied!" : "¡Copiado!",
- "Copy link" : "Copiar liga",
- "Not supported!" : "¡No está soportado!",
- "Press ⌘-C to copy." : "Presiona ⌘-C para copiar.",
- "Press Ctrl-C to copy." : "Presiona Ctrl-C para copiar.",
- "Resharing is not allowed" : "No se permite volver a compartir",
- "Link" : "Liga",
- "Password protect" : "Proteger con contraseña",
- "Allow editing" : "Permitir editar",
- "Email link to person" : "Enviar la liga por correo electrónico a una persona",
- "Send" : "Enviar",
- "Allow upload and editing" : "Permitir carga y edición",
- "Read only" : "Sólo lectura",
- "File drop (upload only)" : "Permitir carga",
- "Set expiration date" : "Selecciona la vigencia de tu archivo",
- "Expiration" : "Expiración",
- "Expiration date" : "Fecha de expiración",
- "Unshare" : "Dejar de compartir",
- "Share to {name}" : "Compartir con {name}",
- "Share link" : "Compartir liga",
- "Could not unshare" : "No fue posible dejar de compartir",
- "Shared with you and the group {group} by {owner}" : "Compartido contigo y el grupo {group} por {owner}",
- "Shared with you by {owner}" : "Compartido contigo por {owner}",
- "Choose a password for the mail share" : "Elige una contraseña para el elemento compartido por correo",
- "group" : "grupo",
- "remote" : "remoto",
- "email" : "correo electrónico",
- "shared by {sharer}" : "compartido por {sharer}",
- "Can reshare" : "Puede volver a compartir",
- "Can edit" : "Puede editar",
- "Can create" : "Puede crear",
- "Can change" : "Puede cambiar",
- "Can delete" : "Puede borrar",
- "Access control" : "Control de acceso",
- "Error while sharing" : "Se presentó un error al compartir",
- "Share details could not be loaded for this item." : "Los detalles del recurso compartido no se pudieron cargar para este elemento. ",
- "_At least {count} character is needed for autocompletion_::_At least {count} characters are needed for autocompletion_" : ["Se requiere de la menos {count} caracter para el auto completar","Se requieren de la menos {count} caracteres para el auto completar"],
- "This list is maybe truncated - please refine your search term to see more results." : "Esta lista puede estar truncada - por favor refina tus términos de búsqueda para poder ver más resultados. ",
- "No users or groups found for {search}" : "No se encontraron usuarios o gurpos para {search}",
- "No users found for {search}" : "No se encontraron usuarios para {search}",
- "An error occurred (\"{message}\"). Please try again" : "Se presentó un error (\"{message}\"). Por favor vuelve a intentarlo",
- "An error occurred. Please try again" : "Se presentó un error. Por favor vuelve a intentarlo",
- "Home" : "Inicio",
- "Work" : "Trabajo",
- "Other" : "Otro",
- "{sharee} ({type}, {owner})" : "{sharee} ({type}, {owner})",
- "Share" : "Compartir",
- "Name or email address..." : "Nombre o dirección de correo electrónico",
- "Name or federated cloud ID..." : "Nombre...",
- "Name, federated cloud ID or email address..." : "Nombre o dirección de correo electrónico...",
- "Name..." : "Nombre...",
- "Error removing share" : "Se presentó un error al dejar de compartir",
- "({scope})" : "({scope})",
- "Saving..." : "Guardando...",
- "Dismiss" : "Descartar",
- "New Password" : "Nueva Contraseña",
- "Cancel log in" : "Cancelar inicio de sesión"
+ "Checking whether the database schema can be updated (this can take a long time depending on the database size)" : "Verificando si el archivo del esquema de base de datos puede ser actualizado (esto puedo tomar mucho tiempo dependiendo del tamaño de la base de datos)",
+ "Checked database schema update" : "Actualización del esquema de base de datos verificada",
+ "Checking updates of apps" : "Verificando actualizaciones para aplicaciones",
+ "Checking for update of app \"%s\" in appstore" : "Verificando actualizaciones para la aplicacion \"%s\" en la appstore",
+ "Update app \"%s\" from appstore" : "Actualizar la aplicación \"%s\" desde la appstore",
+ "Checked for update of app \"%s\" in appstore" : "Se verificaron actualizaciones para la aplicación \"%s\" en la appstore",
+ "Checked database schema update for apps" : "Se verificó la actualización del esquema de la base de datos para las aplicaciones",
+ "Following apps have been disabled: %s" : "Las siguientes aplicaciones han sido deshabilitadas: %s",
+ "Your web server is not properly set up to resolve \"{url}\". Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Tu servidor web no está correctamente configurado para resolver \"{url}\". Puedes encontrar más información al respecto en la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentación</a>.",
+ "Check the background job settings" : "Verifica la configuración de los trabajos de fondo",
+ "No memory cache has been configured. To enhance performance, please configure a memcache, if available. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "No se ha configurado el caché de memoria. Para mejorar el desempeño, por favor configura un memcahce, si está disponible. Puedes encontrar más información en la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentación</a>.",
+ "You are currently running PHP {version}. Upgrade your PHP version to take advantage of <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">performance and security updates provided by the PHP Group</a> as soon as your distribution supports it." : "Estás ejecutando PHP {version}. Actualiza tu versión de PHP para aprovechar las <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">actualizaciones de desempeño y seguridad proporcionadas por el Grupo PHP</a> tan pronto como tu distribución lo soporte. ",
+ "The reverse proxy header configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If not, this is a security issue and can allow an attacker to spoof their IP address as visible to the Nextcloud. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "La configuración de los encabezados del proxy inverso es incorrecta, o estás accediendo a Nextcloud desde un proxy de confianza. Si no es el caso, se trata de un tema de seguridad y le puede permitir a un atacante hacer su dirección IP apócrifa visible para Nextcloud. Puedes encontar más infomración en nuestra <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentación</a>.",
+ "Memcached is configured as distributed cache, but the wrong PHP module \"memcache\" is installed. \\OC\\Memcache\\Memcached only supports \"memcached\" and not \"memcache\". See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">memcached wiki about both modules</a>." : "Memecahced está configurado como un cache distribuido, pero un módulo equivocado de \"memcache\" está instalado. \\OC\\Memcache\\Memcached sólo soporta \"memcached\". Consulta <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">el wiki de memcached en relación a ambos módulos</a>.",
+ "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">List of invalid files…</a> / <a href=\"{rescanEndpoint}\">Rescan…</a>)" : "Algunos archivos no pasaron la verificación de integridad. Puedes encontrar más información de cómo resolver este problema en la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentación</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">Lista de archivos inválidos...</a>/<a href=\"{rescanEndpoint}\">Volver a verificar...</a>)",
+ "The PHP OPcache is not properly configured. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance it is recommended</a> to use the following settings in the <code>php.ini</code>:" : "El OPcache de PHP no está configurado correctamente. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Para un mejor desempeño se recomienda</a> usar las sigueintes configuraciones en el archivo <code>php.ini</code>:",
+ "Continue to Nextcloud" : "Continuar a Nextcloud",
+ "_The update was successful. Redirecting you to Nextcloud in %n second._::_The update was successful. Redirecting you to Nextcloud in %n seconds._" : ["La actualización fue exitosa. Lo estamos redireccionando a Nextcloud en %n segundo. ","La actualización fue exitosa. Te redireccionaremos a Nextcloud en %n segundos."],
+ "Searching other places" : "Buscando en otras ubicaciones",
+ "No search results in other folders for {tag}{filter}{endtag}" : "No hay resultados para la búsqueda {tag}{filter}{endtag} en otras carpetas",
+ "_{count} search result in another folder_::_{count} search results in other folders_" : ["{count} resultado de la búsqueda en otra carpeta","{count} resultados de la búsqueda en otras carpetas"],
+ "Password can not be changed. Please contact your administrator." : "Las contraseñas no se pueden cambiar. Por favor contacta a tu adminstrador",
+ "These apps will be updated:" : "Las siguientes apllicaciones se actualizarán:"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
} \ No newline at end of file
diff --git a/core/l10n/es_UY.js b/core/l10n/es_UY.js
index 6af59a3f2cb..ba3bdeff9b8 100644
--- a/core/l10n/es_UY.js
+++ b/core/l10n/es_UY.js
@@ -32,33 +32,18 @@ OC.L10N.register(
"Maintenance mode is kept active" : "El modo mantenimiento sigue activo",
"Updating database schema" : "Actualizando esquema de base de datos",
"Updated database" : "Base de datos actualizada",
- "Checking whether the database schema can be updated (this can take a long time depending on the database size)" : "Verificando si el archivo del esquema de base de datos puede ser actualizado (esto puedo tomar mucho tiempo dependiendo del tamaño de la base de datos)",
- "Checked database schema update" : "Actualización del esquema de base de datos verificada",
- "Checking updates of apps" : "Verificando actualizaciones para aplicaciones",
- "Checking for update of app \"%s\" in appstore" : "Verificando actualizaciones para la aplicacion \"%s\" en la appstore",
- "Update app \"%s\" from appstore" : "Actualizar la aplicación \"%s\" desde la appstore",
- "Checked for update of app \"%s\" in appstore" : "Se verificaron actualizaciones para la aplicación \"%s\" en la appstore",
"Checking whether the database schema for %s can be updated (this can take a long time depending on the database size)" : "Verificando si el esquema de la base de datos para %s puede ser actualizado (esto puede tomar mucho tiempo dependiendo del tamaño de la base de datos)",
- "Checked database schema update for apps" : "Se verificó la actualización del esquema de la base de datos para las aplicaciones",
"Set log level to debug" : "Establecer nivel de bitacora a depurar",
"Reset log level" : "Restablecer nivel de bitácora",
"Starting code integrity check" : "Comenzando verificación de integridad del código",
"Finished code integrity check" : "Terminó la verificación de integridad del código ",
"%s (incompatible)" : "%s (incompatible)",
- "Following apps have been disabled: %s" : "Las siguientes aplicaciones han sido deshabilitadas: %s",
"Already up to date" : "Ya está actualizado",
"Your web server is not yet properly set up to allow file synchronization, because the WebDAV interface seems to be broken." : "Tu servidor web aún no esta correctamente configurado para permitir la sincronización de archivos porque la interfaz WebDAV parece estar rota. ",
- "Your web server is not properly set up to resolve \"{url}\". Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Tu servidor web no está correctamente configurado para resolver \"{url}\". Puedes encontrar más información al respecto en la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentación</a>.",
"PHP does not seem to be setup properly to query system environment variables. The test with getenv(\"PATH\") only returns an empty response." : "PHP no parece estar configurado correctamente para consultar las variables de ambiente. La prueba con getenv(\"PATH\") sólo regresa una respuesta vacía.",
"Your database does not run with \"READ COMMITTED\" transaction isolation level. This can cause problems when multiple actions are executed in parallel." : "Tu base de datos no puede correr con el nivel de aislamiento de transacción de \"READ COMMITTED\". Puede causar problemas cuando mútiples acciones sean ejecutadas en paralelo.",
"It was not possible to execute the cron job via CLI. The following technical errors have appeared:" : "No fue posible ejecutar el trabajo de cron via CLI. Se presentaron los siguientes errores técnicos:",
"This server has no working Internet connection: Multiple endpoints could not be reached. This means that some of the features like mounting external storage, notifications about updates or installation of third-party apps will not work. Accessing files remotely and sending of notification emails might not work, either. Establish a connection from this server to the Internet to enjoy all features." : "El servidor no cuenta con una conexión a Internet: No se pudieron alcanzar múltiples endpoints. Esto significa que algunas características como montar almacenamiento externo, notificaciones de actualizaciones o instalación de aplicaciones de 3ros no funcionarán correctamente. Acceder archivos de forma remota y el envío de de notificaciones por correo electrónico puede que no funcionen tampoco. Establece una conexión desde este servidor a Internet para aprovechar todas las funcionalidades.",
- "No memory cache has been configured. To enhance performance, please configure a memcache, if available. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "No se ha configurado el caché de memoria. Para mejorar el desempeño, por favor configura un memcahce, si está disponible. Puedes encontrar más información en la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentación</a>.",
- "You are currently running PHP {version}. Upgrade your PHP version to take advantage of <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">performance and security updates provided by the PHP Group</a> as soon as your distribution supports it." : "Estás ejecutando PHP {version}. Actualiza tu versión de PHP para aprovechar las <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">actualizaciones de desempeño y seguridad proporcionadas por el Grupo PHP</a> tan pronto como tu distribución lo soporte. ",
- "The reverse proxy header configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If not, this is a security issue and can allow an attacker to spoof their IP address as visible to the Nextcloud. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "La configuración de los encabezados del proxy inverso es incorrecta, o estás accediendo a Nextcloud desde un proxy de confianza. Si no es el caso, se trata de un tema de seguridad y le puede permitir a un atacante hacer su dirección IP apócrifa visible para Nextcloud. Puedes encontar más infomración en nuestra <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentación</a>.",
- "Memcached is configured as distributed cache, but the wrong PHP module \"memcache\" is installed. \\OC\\Memcache\\Memcached only supports \"memcached\" and not \"memcache\". See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">memcached wiki about both modules</a>." : "Memecahced está configurado como un cache distribuido, pero un módulo equivocado de \"memcache\" está instalado. \\OC\\Memcache\\Memcached sólo soporta \"memcached\". Consulta <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">el wiki de memcached en relación a ambos módulos</a>.",
- "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">List of invalid files…</a> / <a href=\"{rescanEndpoint}\">Rescan…</a>)" : "Algunos archivos no pasaron la verificación de integridad. Puedes encontrar más información de cómo resolver este problema en la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentación</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">Lista de archivos inválidos...</a>/<a href=\"{rescanEndpoint}\">Volver a verificar...</a>)",
- "The PHP OPcache is not properly configured. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance it is recommended</a> to use the following settings in the <code>php.ini</code>:" : "El OPcache de PHP no está configurado correctamente. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Para un mejor desempeño se recomienda</a> usar las sigueintes configuraciones en el archivo <code>php.ini</code>:",
"The PHP function \"set_time_limit\" is not available. This could result in scripts being halted mid-execution, breaking your installation. Enabling this function is strongly recommended." : "La función de PHP \"set_time_limit\" no está disponible. Esto podría generar que la ejecución de scripts se detenga, rompiendo su instalación. Se recomienda ámpliamente habilitar esta función. ",
"SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend." : "Actualmente estás usando SQLite como el backend de base de datos. Para instalaciones más grandes te recomendamos cambiar a un backend de base de datos diferente.",
"This is particularly recommended when using the desktop client for file synchronisation." : "Esto es particularmente recomendado cuando se usa el cliente de escritorio para sincronización de archivos. ",
@@ -66,13 +51,6 @@ OC.L10N.register(
"Your data directory and files are probably accessible from the Internet. The .htaccess file is not working. It is strongly recommended that you configure your web server so that the data directory is no longer accessible, or move the data directory outside the web server document root." : "Probablemente tu directorio de datos y archivos sean accesibles desde Internet. El archivo .htaccess no está funcionando. Se recomienda ampliamente que configures tu servidor web para que el directorio de datos no sea accesible, o bien, que muevas el directorio de datos fuera del directorio raíz del servidor web.",
"The \"{header}\" HTTP header is not set to \"{expected}\". This is a potential security or privacy risk, as it is recommended to adjust this setting accordingly." : "El encabezado HTTP \"{header}\" está establecido a \"{expected}\". Esto representa un riesgo potencial de seguridad o privacidad, y que se recomienda ajustar esta configuración. ",
"The \"{header}\" HTTP header is not set to \"{expected}\". Some features might not work correctly, as it is recommended to adjust this setting accordingly." : "El encabezado HTTP \"{header}\" no está establecido a \"{expected}\". Puede que lgunas características no funcionen correctamente, y se recomienda ajustar esta confirguración. ",
- "Non-existing tag #{tag}" : "Etiqueta #{tag} no-existente",
- "restricted" : "restringido",
- "invisible" : "invisible",
- "Delete" : "Borrar",
- "Rename" : "Renombrar",
- "Collaborative tags" : "Etiquetas colaborativas",
- "No tags found" : "No se encontraron etiquetas",
"unknown text" : "texto desconocido",
"Hello world!" : "¡Hola mundo!",
"sunny" : "soleado",
@@ -87,28 +65,25 @@ OC.L10N.register(
"Please reload the page." : "Por favor vuelve a cargar la página.",
"The update was unsuccessful. For more information <a href=\"{url}\">check our forum post</a> covering this issue." : "La actualización no fue exitosa. Para más información <a href=\"{url}\">consulta nuestro comentario en el foro </a> que cubre este tema. ",
"The update was unsuccessful. Please report this issue to the <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">Nextcloud community</a>." : "La actualización no fue exitosa. Por favor reporta este tema a la <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">Comunidad Nextcloud</a>.",
- "Continue to Nextcloud" : "Continuar a Nextcloud",
- "_The update was successful. Redirecting you to Nextcloud in %n second._::_The update was successful. Redirecting you to Nextcloud in %n seconds._" : ["La actualización fue exitosa. Lo estamos redireccionando a Nextcloud en %n segundo. ","La actualización fue exitosa. Te redireccionaremos a Nextcloud en %n segundos."],
- "Searching other places" : "Buscando en otras ubicaciones",
- "No search results in other folders for {tag}{filter}{endtag}" : "No hay resultados para la búsqueda {tag}{filter}{endtag} en otras carpetas",
- "_{count} search result in another folder_::_{count} search results in other folders_" : ["{count} resultado de la búsqueda en otra carpeta","{count} resultados de la búsqueda en otras carpetas"],
+ "Log in" : "Ingresar",
+ "Logging in …" : "Iniciando sesión ...",
"Server side authentication failed!" : "¡Falló la autenticación del lado del servidor!",
"Please contact your administrator." : "Por favor contacta al administrador.",
"An internal error occurred." : "Se presentó un error interno.",
"Please try again or contact your administrator." : "Por favor vuelve a intentarlo o contacta a tu adminsitrador. ",
"Username or email" : "Usuario o correo electrónico",
"Password" : "Contraseña",
- "Log in" : "Ingresar",
- "Logging in …" : "Iniciando sesión ...",
"Wrong username or password." : "Usuario o contraseña equivocado. ",
"User disabled" : "Usuario deshabilitado",
"Reset password" : "Restablecer contraseña",
"Couldn't send reset email. Please contact your administrator." : "No fue posible enviar el correo de restauración. Por favor contacta a tu adminsitrador. ",
- "Password can not be changed. Please contact your administrator." : "Las contraseñas no se pueden cambiar. Por favor contacta a tu adminstrador",
"New password" : "Nueva contraseña",
"I know what I'm doing" : "Sé lo que estoy haciendo",
"Cancel" : "Cancelar",
"Forgot password?" : "¿Olvidaste tu contraseña?",
+ "Back" : "Atrás",
+ "Reset search" : "Reestablecer búsqueda",
+ "Search" : "Buscar",
"Settings" : "Configuraciones ",
"Search contacts …" : "Buscar contactos ...",
"No contacts found" : "No se encontraron contactos",
@@ -137,7 +112,7 @@ OC.L10N.register(
"One file conflict" : "Un conflicto en el archivo",
"New Files" : "Archivos Nuevos",
"Already existing files" : "Archivos ya existentes",
- "Which files do you want to keep?" : "¿Cuales archivos deseas mantener?",
+ "Which files do you want to keep?" : "¿Cuáles archivos deseas mantener?",
"If you select both versions, the copied file will have a number added to its name." : "Si seleccionas ambas versiones, se le agregará un número al nombre del archivo copiado.",
"Continue" : "Continuar",
"(all selected)" : "(todos seleccionados)",
@@ -161,6 +136,13 @@ OC.L10N.register(
"Strong password" : "Contraseña fuerte",
"No action available" : "No hay acciones disponibles",
"Error fetching contact actions" : "Se presentó un error al traer las acciónes de contatos",
+ "Non-existing tag #{tag}" : "Etiqueta #{tag} no-existente",
+ "restricted" : "restringido",
+ "invisible" : "invisible",
+ "Delete" : "Borrar",
+ "Rename" : "Renombrar",
+ "Collaborative tags" : "Etiquetas colaborativas",
+ "No tags found" : "No se encontraron etiquetas",
"Personal" : "Personal",
"Users" : "Usuarios",
"Apps" : "Aplicaciones",
@@ -207,8 +189,6 @@ OC.L10N.register(
"This application requires JavaScript for correct operation. Please {linkstart}enable JavaScript{linkend} and reload the page." : "Esta aplicación requiere de JavaScript para su correcta operación. Por favor {linkstart}habilita JavaScript{linkend} y vuelve a cargar la página. ",
"More apps" : "Más aplicaciones",
"More" : "Más",
- "Search" : "Buscar",
- "Reset search" : "Reestablecer búsqueda",
"Contacts" : "Contactos",
"Confirm your password" : "Confirma tu contraseña",
"App token" : "Ficha de la aplicación",
@@ -222,7 +202,6 @@ OC.L10N.register(
"Access through untrusted domain" : "Accesa a través de un dominio no de confianza",
"Please contact your administrator. If you are an administrator, edit the \"trusted_domains\" setting in config/config.php like the example in config.sample.php." : "Por favor contacta a tu adminsitrador. Si tu eres un administrador, edita la propiedad \"trusted_domains\" en el archivo config/config.php como en el ejemplo config.sample.php.",
"App update required" : "Se requiere una actualización de la aplicación",
- "These apps will be updated:" : "Las siguientes apllicaciones se actualizarán:",
"These incompatible apps will be disabled:" : "Las siguientes aplicaciones incompatibles serán deshabilitadas:",
"The theme %s has been disabled." : "El tema %s ha sido deshabilitado. ",
"Please make sure that the database, the config folder and the data folder have been backed up before proceeding." : "Por favor asegurarte de que la base de datos, la carpeta de configuración y las carpetas de datos hayan sido respaldadas antes de continuar. ",
@@ -236,71 +215,27 @@ OC.L10N.register(
"Upgrade via web on my own risk" : "Actualizar vía Web bajo mi propio riesgo",
"This %s instance is currently in maintenance mode, which may take a while." : "Esta instancia %s se encuentra actualmente en modo mantenimiento, que podría tomar algo de tiempo. ",
"Contact your system administrator if this message persists or appeared unexpectedly." : "Contacta a tu administrador del sistema si este mensaje persiste o se presentó de manera inesperada.",
- "Could not send reset email because there is no email address for this username. Please contact your administrator." : "No fue posible enviar el correo electrónico para restablecer porque no hay una dirección de correo electrónico para este usuario. Por favor contacta a tu adminsitrador. ",
- "Couldn't send reset email. Please make sure your username is correct." : "No fue posible restablecer el correo electrónico. Por favor asegurarte de que tu nombre de usuario sea correcto. ",
- "Your files are encrypted. There will be no way to get your data back after your password is reset.<br />If you are not sure what to do, please contact your administrator before you continue. <br />Do you really want to continue?" : "Tus archivos están encriptados. No habrá manera de recuperar tus datos una vez que restablezca tu contraseña. <br />Si no estás seguro de qué hacer, por favor contacta a tu administrador antes de continuar. <br />¿Realmente deseas continuar?",
- "Sending email …" : "Enviando correo electrónico ...",
- "You are currently running PHP 5.6. The current major version of Nextcloud is the last that is supported on PHP 5.6. It is recommended to upgrade the PHP version to 7.0+ to be able to upgrade to Nextcloud 14." : "Actualmente estás corriendo PHP 5.6. La versión principal actual de Nextcloud es la última que será soportada en PHPH 5.6. Te recomendamos actualizar la versión de PHP a la 7.0+ para que puedas actualizar a Nextcloud 14.",
- "Shared" : "Compartido",
- "Shared with" : "Compartido con",
- "Shared by" : "Compartido por",
- "Choose a password for the public link" : "Seleccione una contraseña para la liga pública",
- "Choose a password for the public link or press the \"Enter\" key" : "Elige una contraseña para la liga pública o presiona la tecla \"Intro\"",
- "Copied!" : "¡Copiado!",
- "Copy link" : "Copiar liga",
- "Not supported!" : "¡No está soportado!",
- "Press ⌘-C to copy." : "Presiona ⌘-C para copiar.",
- "Press Ctrl-C to copy." : "Presiona Ctrl-C para copiar.",
- "Resharing is not allowed" : "No se permite volver a compartir",
- "Link" : "Liga",
- "Password protect" : "Proteger con contraseña",
- "Allow editing" : "Permitir editar",
- "Email link to person" : "Enviar la liga por correo electrónico a una persona",
- "Send" : "Enviar",
- "Allow upload and editing" : "Permitir carga y edición",
- "Read only" : "Sólo lectura",
- "File drop (upload only)" : "Permitir carga",
- "Set expiration date" : "Selecciona la vigencia de tu archivo",
- "Expiration" : "Expiración",
- "Expiration date" : "Fecha de expiración",
- "Unshare" : "Dejar de compartir",
- "Share to {name}" : "Compartir con {name}",
- "Share link" : "Compartir liga",
- "Could not unshare" : "No fue posible dejar de compartir",
- "Shared with you and the group {group} by {owner}" : "Compartido contigo y el grupo {group} por {owner}",
- "Shared with you by {owner}" : "Compartido contigo por {owner}",
- "Choose a password for the mail share" : "Elige una contraseña para el elemento compartido por correo",
- "group" : "grupo",
- "remote" : "remoto",
- "email" : "correo electrónico",
- "shared by {sharer}" : "compartido por {sharer}",
- "Can reshare" : "Puede volver a compartir",
- "Can edit" : "Puede editar",
- "Can create" : "Puede crear",
- "Can change" : "Puede cambiar",
- "Can delete" : "Puede borrar",
- "Access control" : "Control de acceso",
- "Error while sharing" : "Se presentó un error al compartir",
- "Share details could not be loaded for this item." : "Los detalles del recurso compartido no se pudieron cargar para este elemento. ",
- "_At least {count} character is needed for autocompletion_::_At least {count} characters are needed for autocompletion_" : ["Se requiere de la menos {count} caracter para el auto completar","Se requieren de la menos {count} caracteres para el auto completar"],
- "This list is maybe truncated - please refine your search term to see more results." : "Esta lista puede estar truncada - por favor refina tus términos de búsqueda para poder ver más resultados. ",
- "No users or groups found for {search}" : "No se encontraron usuarios o gurpos para {search}",
- "No users found for {search}" : "No se encontraron usuarios para {search}",
- "An error occurred. Please try again" : "Se presentó un error. Por favor vuelve a intentarlo",
- "Home" : "Inicio",
- "Work" : "Trabajo",
- "Other" : "Otro",
- "{sharee} ({type}, {owner})" : "{sharee} ({type}, {owner})",
- "Share" : "Compartir",
- "Name or email address..." : "Nombre o dirección de correo electrónico",
- "Name or federated cloud ID..." : "Nombre...",
- "Name, federated cloud ID or email address..." : "Nombre o dirección de correo electrónico...",
- "Name..." : "Nombre...",
- "Error removing share" : "Se presentó un error al dejar de compartir",
- "({scope})" : "({scope})",
- "Saving..." : "Guardando...",
- "Dismiss" : "Descartar",
- "New Password" : "Nueva Contraseña",
- "Cancel log in" : "Cancelar inicio de sesión"
+ "Checking whether the database schema can be updated (this can take a long time depending on the database size)" : "Verificando si el archivo del esquema de base de datos puede ser actualizado (esto puedo tomar mucho tiempo dependiendo del tamaño de la base de datos)",
+ "Checked database schema update" : "Actualización del esquema de base de datos verificada",
+ "Checking updates of apps" : "Verificando actualizaciones para aplicaciones",
+ "Checking for update of app \"%s\" in appstore" : "Verificando actualizaciones para la aplicacion \"%s\" en la appstore",
+ "Update app \"%s\" from appstore" : "Actualizar la aplicación \"%s\" desde la appstore",
+ "Checked for update of app \"%s\" in appstore" : "Se verificaron actualizaciones para la aplicación \"%s\" en la appstore",
+ "Checked database schema update for apps" : "Se verificó la actualización del esquema de la base de datos para las aplicaciones",
+ "Following apps have been disabled: %s" : "Las siguientes aplicaciones han sido deshabilitadas: %s",
+ "Your web server is not properly set up to resolve \"{url}\". Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Tu servidor web no está correctamente configurado para resolver \"{url}\". Puedes encontrar más información al respecto en la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentación</a>.",
+ "No memory cache has been configured. To enhance performance, please configure a memcache, if available. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "No se ha configurado el caché de memoria. Para mejorar el desempeño, por favor configura un memcahce, si está disponible. Puedes encontrar más información en la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentación</a>.",
+ "You are currently running PHP {version}. Upgrade your PHP version to take advantage of <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">performance and security updates provided by the PHP Group</a> as soon as your distribution supports it." : "Estás ejecutando PHP {version}. Actualiza tu versión de PHP para aprovechar las <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">actualizaciones de desempeño y seguridad proporcionadas por el Grupo PHP</a> tan pronto como tu distribución lo soporte. ",
+ "The reverse proxy header configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If not, this is a security issue and can allow an attacker to spoof their IP address as visible to the Nextcloud. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "La configuración de los encabezados del proxy inverso es incorrecta, o estás accediendo a Nextcloud desde un proxy de confianza. Si no es el caso, se trata de un tema de seguridad y le puede permitir a un atacante hacer su dirección IP apócrifa visible para Nextcloud. Puedes encontar más infomración en nuestra <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentación</a>.",
+ "Memcached is configured as distributed cache, but the wrong PHP module \"memcache\" is installed. \\OC\\Memcache\\Memcached only supports \"memcached\" and not \"memcache\". See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">memcached wiki about both modules</a>." : "Memecahced está configurado como un cache distribuido, pero un módulo equivocado de \"memcache\" está instalado. \\OC\\Memcache\\Memcached sólo soporta \"memcached\". Consulta <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">el wiki de memcached en relación a ambos módulos</a>.",
+ "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">List of invalid files…</a> / <a href=\"{rescanEndpoint}\">Rescan…</a>)" : "Algunos archivos no pasaron la verificación de integridad. Puedes encontrar más información de cómo resolver este problema en la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentación</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">Lista de archivos inválidos...</a>/<a href=\"{rescanEndpoint}\">Volver a verificar...</a>)",
+ "The PHP OPcache is not properly configured. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance it is recommended</a> to use the following settings in the <code>php.ini</code>:" : "El OPcache de PHP no está configurado correctamente. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Para un mejor desempeño se recomienda</a> usar las sigueintes configuraciones en el archivo <code>php.ini</code>:",
+ "Continue to Nextcloud" : "Continuar a Nextcloud",
+ "_The update was successful. Redirecting you to Nextcloud in %n second._::_The update was successful. Redirecting you to Nextcloud in %n seconds._" : ["La actualización fue exitosa. Lo estamos redireccionando a Nextcloud en %n segundo. ","La actualización fue exitosa. Te redireccionaremos a Nextcloud en %n segundos."],
+ "Searching other places" : "Buscando en otras ubicaciones",
+ "No search results in other folders for {tag}{filter}{endtag}" : "No hay resultados para la búsqueda {tag}{filter}{endtag} en otras carpetas",
+ "_{count} search result in another folder_::_{count} search results in other folders_" : ["{count} resultado de la búsqueda en otra carpeta","{count} resultados de la búsqueda en otras carpetas"],
+ "Password can not be changed. Please contact your administrator." : "Las contraseñas no se pueden cambiar. Por favor contacta a tu adminstrador",
+ "These apps will be updated:" : "Las siguientes apllicaciones se actualizarán:"
},
"nplurals=2; plural=(n != 1);");
diff --git a/core/l10n/es_UY.json b/core/l10n/es_UY.json
index 80b0b7b1b26..1bfe967c875 100644
--- a/core/l10n/es_UY.json
+++ b/core/l10n/es_UY.json
@@ -30,33 +30,18 @@
"Maintenance mode is kept active" : "El modo mantenimiento sigue activo",
"Updating database schema" : "Actualizando esquema de base de datos",
"Updated database" : "Base de datos actualizada",
- "Checking whether the database schema can be updated (this can take a long time depending on the database size)" : "Verificando si el archivo del esquema de base de datos puede ser actualizado (esto puedo tomar mucho tiempo dependiendo del tamaño de la base de datos)",
- "Checked database schema update" : "Actualización del esquema de base de datos verificada",
- "Checking updates of apps" : "Verificando actualizaciones para aplicaciones",
- "Checking for update of app \"%s\" in appstore" : "Verificando actualizaciones para la aplicacion \"%s\" en la appstore",
- "Update app \"%s\" from appstore" : "Actualizar la aplicación \"%s\" desde la appstore",
- "Checked for update of app \"%s\" in appstore" : "Se verificaron actualizaciones para la aplicación \"%s\" en la appstore",
"Checking whether the database schema for %s can be updated (this can take a long time depending on the database size)" : "Verificando si el esquema de la base de datos para %s puede ser actualizado (esto puede tomar mucho tiempo dependiendo del tamaño de la base de datos)",
- "Checked database schema update for apps" : "Se verificó la actualización del esquema de la base de datos para las aplicaciones",
"Set log level to debug" : "Establecer nivel de bitacora a depurar",
"Reset log level" : "Restablecer nivel de bitácora",
"Starting code integrity check" : "Comenzando verificación de integridad del código",
"Finished code integrity check" : "Terminó la verificación de integridad del código ",
"%s (incompatible)" : "%s (incompatible)",
- "Following apps have been disabled: %s" : "Las siguientes aplicaciones han sido deshabilitadas: %s",
"Already up to date" : "Ya está actualizado",
"Your web server is not yet properly set up to allow file synchronization, because the WebDAV interface seems to be broken." : "Tu servidor web aún no esta correctamente configurado para permitir la sincronización de archivos porque la interfaz WebDAV parece estar rota. ",
- "Your web server is not properly set up to resolve \"{url}\". Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Tu servidor web no está correctamente configurado para resolver \"{url}\". Puedes encontrar más información al respecto en la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentación</a>.",
"PHP does not seem to be setup properly to query system environment variables. The test with getenv(\"PATH\") only returns an empty response." : "PHP no parece estar configurado correctamente para consultar las variables de ambiente. La prueba con getenv(\"PATH\") sólo regresa una respuesta vacía.",
"Your database does not run with \"READ COMMITTED\" transaction isolation level. This can cause problems when multiple actions are executed in parallel." : "Tu base de datos no puede correr con el nivel de aislamiento de transacción de \"READ COMMITTED\". Puede causar problemas cuando mútiples acciones sean ejecutadas en paralelo.",
"It was not possible to execute the cron job via CLI. The following technical errors have appeared:" : "No fue posible ejecutar el trabajo de cron via CLI. Se presentaron los siguientes errores técnicos:",
"This server has no working Internet connection: Multiple endpoints could not be reached. This means that some of the features like mounting external storage, notifications about updates or installation of third-party apps will not work. Accessing files remotely and sending of notification emails might not work, either. Establish a connection from this server to the Internet to enjoy all features." : "El servidor no cuenta con una conexión a Internet: No se pudieron alcanzar múltiples endpoints. Esto significa que algunas características como montar almacenamiento externo, notificaciones de actualizaciones o instalación de aplicaciones de 3ros no funcionarán correctamente. Acceder archivos de forma remota y el envío de de notificaciones por correo electrónico puede que no funcionen tampoco. Establece una conexión desde este servidor a Internet para aprovechar todas las funcionalidades.",
- "No memory cache has been configured. To enhance performance, please configure a memcache, if available. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "No se ha configurado el caché de memoria. Para mejorar el desempeño, por favor configura un memcahce, si está disponible. Puedes encontrar más información en la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentación</a>.",
- "You are currently running PHP {version}. Upgrade your PHP version to take advantage of <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">performance and security updates provided by the PHP Group</a> as soon as your distribution supports it." : "Estás ejecutando PHP {version}. Actualiza tu versión de PHP para aprovechar las <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">actualizaciones de desempeño y seguridad proporcionadas por el Grupo PHP</a> tan pronto como tu distribución lo soporte. ",
- "The reverse proxy header configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If not, this is a security issue and can allow an attacker to spoof their IP address as visible to the Nextcloud. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "La configuración de los encabezados del proxy inverso es incorrecta, o estás accediendo a Nextcloud desde un proxy de confianza. Si no es el caso, se trata de un tema de seguridad y le puede permitir a un atacante hacer su dirección IP apócrifa visible para Nextcloud. Puedes encontar más infomración en nuestra <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentación</a>.",
- "Memcached is configured as distributed cache, but the wrong PHP module \"memcache\" is installed. \\OC\\Memcache\\Memcached only supports \"memcached\" and not \"memcache\". See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">memcached wiki about both modules</a>." : "Memecahced está configurado como un cache distribuido, pero un módulo equivocado de \"memcache\" está instalado. \\OC\\Memcache\\Memcached sólo soporta \"memcached\". Consulta <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">el wiki de memcached en relación a ambos módulos</a>.",
- "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">List of invalid files…</a> / <a href=\"{rescanEndpoint}\">Rescan…</a>)" : "Algunos archivos no pasaron la verificación de integridad. Puedes encontrar más información de cómo resolver este problema en la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentación</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">Lista de archivos inválidos...</a>/<a href=\"{rescanEndpoint}\">Volver a verificar...</a>)",
- "The PHP OPcache is not properly configured. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance it is recommended</a> to use the following settings in the <code>php.ini</code>:" : "El OPcache de PHP no está configurado correctamente. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Para un mejor desempeño se recomienda</a> usar las sigueintes configuraciones en el archivo <code>php.ini</code>:",
"The PHP function \"set_time_limit\" is not available. This could result in scripts being halted mid-execution, breaking your installation. Enabling this function is strongly recommended." : "La función de PHP \"set_time_limit\" no está disponible. Esto podría generar que la ejecución de scripts se detenga, rompiendo su instalación. Se recomienda ámpliamente habilitar esta función. ",
"SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend." : "Actualmente estás usando SQLite como el backend de base de datos. Para instalaciones más grandes te recomendamos cambiar a un backend de base de datos diferente.",
"This is particularly recommended when using the desktop client for file synchronisation." : "Esto es particularmente recomendado cuando se usa el cliente de escritorio para sincronización de archivos. ",
@@ -64,13 +49,6 @@
"Your data directory and files are probably accessible from the Internet. The .htaccess file is not working. It is strongly recommended that you configure your web server so that the data directory is no longer accessible, or move the data directory outside the web server document root." : "Probablemente tu directorio de datos y archivos sean accesibles desde Internet. El archivo .htaccess no está funcionando. Se recomienda ampliamente que configures tu servidor web para que el directorio de datos no sea accesible, o bien, que muevas el directorio de datos fuera del directorio raíz del servidor web.",
"The \"{header}\" HTTP header is not set to \"{expected}\". This is a potential security or privacy risk, as it is recommended to adjust this setting accordingly." : "El encabezado HTTP \"{header}\" está establecido a \"{expected}\". Esto representa un riesgo potencial de seguridad o privacidad, y que se recomienda ajustar esta configuración. ",
"The \"{header}\" HTTP header is not set to \"{expected}\". Some features might not work correctly, as it is recommended to adjust this setting accordingly." : "El encabezado HTTP \"{header}\" no está establecido a \"{expected}\". Puede que lgunas características no funcionen correctamente, y se recomienda ajustar esta confirguración. ",
- "Non-existing tag #{tag}" : "Etiqueta #{tag} no-existente",
- "restricted" : "restringido",
- "invisible" : "invisible",
- "Delete" : "Borrar",
- "Rename" : "Renombrar",
- "Collaborative tags" : "Etiquetas colaborativas",
- "No tags found" : "No se encontraron etiquetas",
"unknown text" : "texto desconocido",
"Hello world!" : "¡Hola mundo!",
"sunny" : "soleado",
@@ -85,28 +63,25 @@
"Please reload the page." : "Por favor vuelve a cargar la página.",
"The update was unsuccessful. For more information <a href=\"{url}\">check our forum post</a> covering this issue." : "La actualización no fue exitosa. Para más información <a href=\"{url}\">consulta nuestro comentario en el foro </a> que cubre este tema. ",
"The update was unsuccessful. Please report this issue to the <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">Nextcloud community</a>." : "La actualización no fue exitosa. Por favor reporta este tema a la <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">Comunidad Nextcloud</a>.",
- "Continue to Nextcloud" : "Continuar a Nextcloud",
- "_The update was successful. Redirecting you to Nextcloud in %n second._::_The update was successful. Redirecting you to Nextcloud in %n seconds._" : ["La actualización fue exitosa. Lo estamos redireccionando a Nextcloud en %n segundo. ","La actualización fue exitosa. Te redireccionaremos a Nextcloud en %n segundos."],
- "Searching other places" : "Buscando en otras ubicaciones",
- "No search results in other folders for {tag}{filter}{endtag}" : "No hay resultados para la búsqueda {tag}{filter}{endtag} en otras carpetas",
- "_{count} search result in another folder_::_{count} search results in other folders_" : ["{count} resultado de la búsqueda en otra carpeta","{count} resultados de la búsqueda en otras carpetas"],
+ "Log in" : "Ingresar",
+ "Logging in …" : "Iniciando sesión ...",
"Server side authentication failed!" : "¡Falló la autenticación del lado del servidor!",
"Please contact your administrator." : "Por favor contacta al administrador.",
"An internal error occurred." : "Se presentó un error interno.",
"Please try again or contact your administrator." : "Por favor vuelve a intentarlo o contacta a tu adminsitrador. ",
"Username or email" : "Usuario o correo electrónico",
"Password" : "Contraseña",
- "Log in" : "Ingresar",
- "Logging in …" : "Iniciando sesión ...",
"Wrong username or password." : "Usuario o contraseña equivocado. ",
"User disabled" : "Usuario deshabilitado",
"Reset password" : "Restablecer contraseña",
"Couldn't send reset email. Please contact your administrator." : "No fue posible enviar el correo de restauración. Por favor contacta a tu adminsitrador. ",
- "Password can not be changed. Please contact your administrator." : "Las contraseñas no se pueden cambiar. Por favor contacta a tu adminstrador",
"New password" : "Nueva contraseña",
"I know what I'm doing" : "Sé lo que estoy haciendo",
"Cancel" : "Cancelar",
"Forgot password?" : "¿Olvidaste tu contraseña?",
+ "Back" : "Atrás",
+ "Reset search" : "Reestablecer búsqueda",
+ "Search" : "Buscar",
"Settings" : "Configuraciones ",
"Search contacts …" : "Buscar contactos ...",
"No contacts found" : "No se encontraron contactos",
@@ -135,7 +110,7 @@
"One file conflict" : "Un conflicto en el archivo",
"New Files" : "Archivos Nuevos",
"Already existing files" : "Archivos ya existentes",
- "Which files do you want to keep?" : "¿Cuales archivos deseas mantener?",
+ "Which files do you want to keep?" : "¿Cuáles archivos deseas mantener?",
"If you select both versions, the copied file will have a number added to its name." : "Si seleccionas ambas versiones, se le agregará un número al nombre del archivo copiado.",
"Continue" : "Continuar",
"(all selected)" : "(todos seleccionados)",
@@ -159,6 +134,13 @@
"Strong password" : "Contraseña fuerte",
"No action available" : "No hay acciones disponibles",
"Error fetching contact actions" : "Se presentó un error al traer las acciónes de contatos",
+ "Non-existing tag #{tag}" : "Etiqueta #{tag} no-existente",
+ "restricted" : "restringido",
+ "invisible" : "invisible",
+ "Delete" : "Borrar",
+ "Rename" : "Renombrar",
+ "Collaborative tags" : "Etiquetas colaborativas",
+ "No tags found" : "No se encontraron etiquetas",
"Personal" : "Personal",
"Users" : "Usuarios",
"Apps" : "Aplicaciones",
@@ -205,8 +187,6 @@
"This application requires JavaScript for correct operation. Please {linkstart}enable JavaScript{linkend} and reload the page." : "Esta aplicación requiere de JavaScript para su correcta operación. Por favor {linkstart}habilita JavaScript{linkend} y vuelve a cargar la página. ",
"More apps" : "Más aplicaciones",
"More" : "Más",
- "Search" : "Buscar",
- "Reset search" : "Reestablecer búsqueda",
"Contacts" : "Contactos",
"Confirm your password" : "Confirma tu contraseña",
"App token" : "Ficha de la aplicación",
@@ -220,7 +200,6 @@
"Access through untrusted domain" : "Accesa a través de un dominio no de confianza",
"Please contact your administrator. If you are an administrator, edit the \"trusted_domains\" setting in config/config.php like the example in config.sample.php." : "Por favor contacta a tu adminsitrador. Si tu eres un administrador, edita la propiedad \"trusted_domains\" en el archivo config/config.php como en el ejemplo config.sample.php.",
"App update required" : "Se requiere una actualización de la aplicación",
- "These apps will be updated:" : "Las siguientes apllicaciones se actualizarán:",
"These incompatible apps will be disabled:" : "Las siguientes aplicaciones incompatibles serán deshabilitadas:",
"The theme %s has been disabled." : "El tema %s ha sido deshabilitado. ",
"Please make sure that the database, the config folder and the data folder have been backed up before proceeding." : "Por favor asegurarte de que la base de datos, la carpeta de configuración y las carpetas de datos hayan sido respaldadas antes de continuar. ",
@@ -234,71 +213,27 @@
"Upgrade via web on my own risk" : "Actualizar vía Web bajo mi propio riesgo",
"This %s instance is currently in maintenance mode, which may take a while." : "Esta instancia %s se encuentra actualmente en modo mantenimiento, que podría tomar algo de tiempo. ",
"Contact your system administrator if this message persists or appeared unexpectedly." : "Contacta a tu administrador del sistema si este mensaje persiste o se presentó de manera inesperada.",
- "Could not send reset email because there is no email address for this username. Please contact your administrator." : "No fue posible enviar el correo electrónico para restablecer porque no hay una dirección de correo electrónico para este usuario. Por favor contacta a tu adminsitrador. ",
- "Couldn't send reset email. Please make sure your username is correct." : "No fue posible restablecer el correo electrónico. Por favor asegurarte de que tu nombre de usuario sea correcto. ",
- "Your files are encrypted. There will be no way to get your data back after your password is reset.<br />If you are not sure what to do, please contact your administrator before you continue. <br />Do you really want to continue?" : "Tus archivos están encriptados. No habrá manera de recuperar tus datos una vez que restablezca tu contraseña. <br />Si no estás seguro de qué hacer, por favor contacta a tu administrador antes de continuar. <br />¿Realmente deseas continuar?",
- "Sending email …" : "Enviando correo electrónico ...",
- "You are currently running PHP 5.6. The current major version of Nextcloud is the last that is supported on PHP 5.6. It is recommended to upgrade the PHP version to 7.0+ to be able to upgrade to Nextcloud 14." : "Actualmente estás corriendo PHP 5.6. La versión principal actual de Nextcloud es la última que será soportada en PHPH 5.6. Te recomendamos actualizar la versión de PHP a la 7.0+ para que puedas actualizar a Nextcloud 14.",
- "Shared" : "Compartido",
- "Shared with" : "Compartido con",
- "Shared by" : "Compartido por",
- "Choose a password for the public link" : "Seleccione una contraseña para la liga pública",
- "Choose a password for the public link or press the \"Enter\" key" : "Elige una contraseña para la liga pública o presiona la tecla \"Intro\"",
- "Copied!" : "¡Copiado!",
- "Copy link" : "Copiar liga",
- "Not supported!" : "¡No está soportado!",
- "Press ⌘-C to copy." : "Presiona ⌘-C para copiar.",
- "Press Ctrl-C to copy." : "Presiona Ctrl-C para copiar.",
- "Resharing is not allowed" : "No se permite volver a compartir",
- "Link" : "Liga",
- "Password protect" : "Proteger con contraseña",
- "Allow editing" : "Permitir editar",
- "Email link to person" : "Enviar la liga por correo electrónico a una persona",
- "Send" : "Enviar",
- "Allow upload and editing" : "Permitir carga y edición",
- "Read only" : "Sólo lectura",
- "File drop (upload only)" : "Permitir carga",
- "Set expiration date" : "Selecciona la vigencia de tu archivo",
- "Expiration" : "Expiración",
- "Expiration date" : "Fecha de expiración",
- "Unshare" : "Dejar de compartir",
- "Share to {name}" : "Compartir con {name}",
- "Share link" : "Compartir liga",
- "Could not unshare" : "No fue posible dejar de compartir",
- "Shared with you and the group {group} by {owner}" : "Compartido contigo y el grupo {group} por {owner}",
- "Shared with you by {owner}" : "Compartido contigo por {owner}",
- "Choose a password for the mail share" : "Elige una contraseña para el elemento compartido por correo",
- "group" : "grupo",
- "remote" : "remoto",
- "email" : "correo electrónico",
- "shared by {sharer}" : "compartido por {sharer}",
- "Can reshare" : "Puede volver a compartir",
- "Can edit" : "Puede editar",
- "Can create" : "Puede crear",
- "Can change" : "Puede cambiar",
- "Can delete" : "Puede borrar",
- "Access control" : "Control de acceso",
- "Error while sharing" : "Se presentó un error al compartir",
- "Share details could not be loaded for this item." : "Los detalles del recurso compartido no se pudieron cargar para este elemento. ",
- "_At least {count} character is needed for autocompletion_::_At least {count} characters are needed for autocompletion_" : ["Se requiere de la menos {count} caracter para el auto completar","Se requieren de la menos {count} caracteres para el auto completar"],
- "This list is maybe truncated - please refine your search term to see more results." : "Esta lista puede estar truncada - por favor refina tus términos de búsqueda para poder ver más resultados. ",
- "No users or groups found for {search}" : "No se encontraron usuarios o gurpos para {search}",
- "No users found for {search}" : "No se encontraron usuarios para {search}",
- "An error occurred. Please try again" : "Se presentó un error. Por favor vuelve a intentarlo",
- "Home" : "Inicio",
- "Work" : "Trabajo",
- "Other" : "Otro",
- "{sharee} ({type}, {owner})" : "{sharee} ({type}, {owner})",
- "Share" : "Compartir",
- "Name or email address..." : "Nombre o dirección de correo electrónico",
- "Name or federated cloud ID..." : "Nombre...",
- "Name, federated cloud ID or email address..." : "Nombre o dirección de correo electrónico...",
- "Name..." : "Nombre...",
- "Error removing share" : "Se presentó un error al dejar de compartir",
- "({scope})" : "({scope})",
- "Saving..." : "Guardando...",
- "Dismiss" : "Descartar",
- "New Password" : "Nueva Contraseña",
- "Cancel log in" : "Cancelar inicio de sesión"
+ "Checking whether the database schema can be updated (this can take a long time depending on the database size)" : "Verificando si el archivo del esquema de base de datos puede ser actualizado (esto puedo tomar mucho tiempo dependiendo del tamaño de la base de datos)",
+ "Checked database schema update" : "Actualización del esquema de base de datos verificada",
+ "Checking updates of apps" : "Verificando actualizaciones para aplicaciones",
+ "Checking for update of app \"%s\" in appstore" : "Verificando actualizaciones para la aplicacion \"%s\" en la appstore",
+ "Update app \"%s\" from appstore" : "Actualizar la aplicación \"%s\" desde la appstore",
+ "Checked for update of app \"%s\" in appstore" : "Se verificaron actualizaciones para la aplicación \"%s\" en la appstore",
+ "Checked database schema update for apps" : "Se verificó la actualización del esquema de la base de datos para las aplicaciones",
+ "Following apps have been disabled: %s" : "Las siguientes aplicaciones han sido deshabilitadas: %s",
+ "Your web server is not properly set up to resolve \"{url}\". Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Tu servidor web no está correctamente configurado para resolver \"{url}\". Puedes encontrar más información al respecto en la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentación</a>.",
+ "No memory cache has been configured. To enhance performance, please configure a memcache, if available. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "No se ha configurado el caché de memoria. Para mejorar el desempeño, por favor configura un memcahce, si está disponible. Puedes encontrar más información en la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentación</a>.",
+ "You are currently running PHP {version}. Upgrade your PHP version to take advantage of <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">performance and security updates provided by the PHP Group</a> as soon as your distribution supports it." : "Estás ejecutando PHP {version}. Actualiza tu versión de PHP para aprovechar las <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">actualizaciones de desempeño y seguridad proporcionadas por el Grupo PHP</a> tan pronto como tu distribución lo soporte. ",
+ "The reverse proxy header configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If not, this is a security issue and can allow an attacker to spoof their IP address as visible to the Nextcloud. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "La configuración de los encabezados del proxy inverso es incorrecta, o estás accediendo a Nextcloud desde un proxy de confianza. Si no es el caso, se trata de un tema de seguridad y le puede permitir a un atacante hacer su dirección IP apócrifa visible para Nextcloud. Puedes encontar más infomración en nuestra <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentación</a>.",
+ "Memcached is configured as distributed cache, but the wrong PHP module \"memcache\" is installed. \\OC\\Memcache\\Memcached only supports \"memcached\" and not \"memcache\". See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">memcached wiki about both modules</a>." : "Memecahced está configurado como un cache distribuido, pero un módulo equivocado de \"memcache\" está instalado. \\OC\\Memcache\\Memcached sólo soporta \"memcached\". Consulta <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">el wiki de memcached en relación a ambos módulos</a>.",
+ "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">List of invalid files…</a> / <a href=\"{rescanEndpoint}\">Rescan…</a>)" : "Algunos archivos no pasaron la verificación de integridad. Puedes encontrar más información de cómo resolver este problema en la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentación</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">Lista de archivos inválidos...</a>/<a href=\"{rescanEndpoint}\">Volver a verificar...</a>)",
+ "The PHP OPcache is not properly configured. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance it is recommended</a> to use the following settings in the <code>php.ini</code>:" : "El OPcache de PHP no está configurado correctamente. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Para un mejor desempeño se recomienda</a> usar las sigueintes configuraciones en el archivo <code>php.ini</code>:",
+ "Continue to Nextcloud" : "Continuar a Nextcloud",
+ "_The update was successful. Redirecting you to Nextcloud in %n second._::_The update was successful. Redirecting you to Nextcloud in %n seconds._" : ["La actualización fue exitosa. Lo estamos redireccionando a Nextcloud en %n segundo. ","La actualización fue exitosa. Te redireccionaremos a Nextcloud en %n segundos."],
+ "Searching other places" : "Buscando en otras ubicaciones",
+ "No search results in other folders for {tag}{filter}{endtag}" : "No hay resultados para la búsqueda {tag}{filter}{endtag} en otras carpetas",
+ "_{count} search result in another folder_::_{count} search results in other folders_" : ["{count} resultado de la búsqueda en otra carpeta","{count} resultados de la búsqueda en otras carpetas"],
+ "Password can not be changed. Please contact your administrator." : "Las contraseñas no se pueden cambiar. Por favor contacta a tu adminstrador",
+ "These apps will be updated:" : "Las siguientes apllicaciones se actualizarán:"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
} \ No newline at end of file
diff --git a/core/l10n/et_EE.js b/core/l10n/et_EE.js
index 04723b6b5ed..a22a1e31034 100644
--- a/core/l10n/et_EE.js
+++ b/core/l10n/et_EE.js
@@ -14,6 +14,7 @@ OC.L10N.register(
"No crop data provided" : "Lõikeandmeid ei leitud",
"No valid crop data provided" : "Kehtivaid lõikeandmeid pole leitud",
"Crop is not square" : "Lõikamine pole ruudukujuline",
+ "Invalid app password" : "Vale rakenduse parool",
"Password reset is disabled" : "Parooli taastamine on välja lülitatud",
"Couldn't reset password because the token is invalid" : "Ei saanud parooli taastada, kuna märgend on vigane",
"Couldn't reset password because the token is expired" : "Parooli ei saanud taastada, sest märgend on aegunud",
@@ -31,30 +32,14 @@ OC.L10N.register(
"Maintenance mode is kept active" : "Hooldusrežiim on aktiivne",
"Updating database schema" : "Andmebaasi skeemi uuendamine",
"Updated database" : "Uuendatud andmebaas",
- "Checking whether the database schema can be updated (this can take a long time depending on the database size)" : "Kontrollitakse, kas anembaasi skeemi saab uuendada (see võib võtta kaua aega olenevalt andmebaasi suurusest)",
- "Checked database schema update" : "Andmebaasi skeemi uuendus kontrollitud",
- "Checking updates of apps" : "Rakenduste uuenduste kontroll",
- "Checking for update of app \"%s\" in appstore" : "Rakenduse \"%s\" jaoks uuenduste kontrollimine rakenduste poes",
- "Update app \"%s\" from appstore" : "Uuenda rakendus \"%s\" rakenduste poes",
- "Checked for update of app \"%s\" in appstore" : "Kontrolliti uuendusi rakenduse \"%s\" jaoks rakenduste poes",
"Checking whether the database schema for %s can be updated (this can take a long time depending on the database size)" : "Kontrollitakse, kas %s andmebaasi skeemi saab uuendada (see võib võtta kaua aega sõltuvalt andmebaasi suuruses)",
- "Checked database schema update for apps" : "Andmebaasi skeemi uuendus rakendustele on kontrollitud",
"Reset log level" : "Lähtesta logi tase",
"Starting code integrity check" : "Koodi terviklikkuse kontrolli alustamine",
"Finished code integrity check" : "Koodi terviklikkuse kontrolli lõpp",
"%s (incompatible)" : "%s (pole ühilduv)",
- "Following apps have been disabled: %s" : "Järgnevad rakendused on välja lülitatud: %s",
"Already up to date" : "On juba ajakohane",
"Your web server is not yet properly set up to allow file synchronization, because the WebDAV interface seems to be broken." : "Sinu veebiserver pole veel piisavalt korralikult seadistatud, et lubada failide sünkroniseerimist, kuna WebDAV liides paistab olevat katki.",
- "Your web server is not properly set up to resolve \"{url}\". Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Sinu veebiserver pole veel piisavalt korralikult seadistatud, et lahendada aadressi \"{url}\". Lisateavet leiate meie <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\"> dokumentatsioonist </a>.",
"Error occurred while checking server setup" : "Serveri seadete kontrolimisel tekkis viga",
- "Non-existing tag #{tag}" : "Olematu silt #{tag}",
- "restricted" : "piiratud",
- "invisible" : "nähtamatu",
- "Delete" : "Kustuta",
- "Rename" : "Nimeta ümber",
- "Collaborative tags" : "Koostöö sildid",
- "No tags found" : "Märgendeid ei leitud",
"unknown text" : "tundmatu tekst",
"Hello world!" : "Tere maailm!",
"sunny" : "päikeseline",
@@ -68,26 +53,25 @@ OC.L10N.register(
"Please reload the page." : "Palun laadi see uuesti.",
"The update was unsuccessful. For more information <a href=\"{url}\">check our forum post</a> covering this issue." : "Uuendus ebaõnnestus. Täiendavat infot <a href=\"{url}\">vaata meie foorumi postituses</a> .",
"The update was unsuccessful. Please report this issue to the <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">Nextcloud community</a>." : "Uuendus ebaõnnestus. Palun teavita probleemist <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">Nextcloudi kogukonda</a>.",
- "Continue to Nextcloud" : "Edasi Nextcloudi",
- "Searching other places" : "Otsi teistest kohtadest",
- "No search results in other folders for {tag}{filter}{endtag}" : "Teistest kaustadest ei leitud {tag}{filter}{endtag}",
+ "Log in" : "Logi sisse",
+ "Logging in …" : "Sisselogimine ...",
"Server side authentication failed!" : "Serveripoolne autentimine ebaõnnestus!",
"Please contact your administrator." : "Palun kontakteeru oma süsteemihalduriga.",
"An internal error occurred." : "Tekkis sisemine tõrge.",
"Please try again or contact your administrator." : "Palun proovi uuesti või võta ühendust oma administraatoriga.",
"Username or email" : "Kasutajanimi või e-posti aadress",
"Password" : "Parool",
- "Log in" : "Logi sisse",
- "Logging in …" : "Sisselogimine ...",
"Wrong username or password." : "Vale kasutajanimi või parool.",
"User disabled" : "Kasutaja deaktiveeritud",
"Reset password" : "Lähtesta parool",
"Couldn't send reset email. Please contact your administrator." : "Ei suutnud lähtestada e-maili. Palun kontakteeru süsteemihalduriga.",
- "Password can not be changed. Please contact your administrator." : "Parooli ei saa muuta. Palun kontakteeru oma süsteemihalduriga.",
"New password" : "Uus parool",
"I know what I'm doing" : "Ma tean mida teen",
"Cancel" : "Loobu",
"Forgot password?" : "Unustasid parooli?",
+ "Back" : "Tagasi",
+ "Reset search" : "Lähtesta otsing",
+ "Search" : "Otsi",
"Settings" : "Seaded",
"Could not load your contacts" : "Sinu kontaktide laadimine ebaõnnestus",
"Search contacts …" : "Otsi kontakte",
@@ -134,6 +118,7 @@ OC.L10N.register(
"seconds ago" : "sekundit tagasi",
"Connection to server lost" : "Ühendus serveriga katkes",
"_Problem loading page, reloading in %n second_::_Problem loading page, reloading in %n seconds_" : ["Tõrge lehe laadimisel, ümberlaadimine %n sekundi pärast","Tõrge lehe laadimisel, ümberlaadimine %n sekundi pärast"],
+ "Hide details" : "Peida üksikasjad",
"Very weak password" : "Väga nõrk parool",
"Weak password" : "Nõrk parool",
"So-so password" : "Enam-vähem sobiv parool",
@@ -141,6 +126,13 @@ OC.L10N.register(
"Strong password" : "Väga hea parool",
"No action available" : "Ühtegi tegevust pole saadaval",
"Error fetching contact actions" : "Viga kontakti toimingute laadimisel",
+ "Non-existing tag #{tag}" : "Olematu silt #{tag}",
+ "restricted" : "piiratud",
+ "invisible" : "nähtamatu",
+ "Delete" : "Kustuta",
+ "Rename" : "Nimeta ümber",
+ "Collaborative tags" : "Koostöö sildid",
+ "No tags found" : "Märgendeid ei leitud",
"Personal" : "Isiklik",
"Users" : "Kasutajad",
"Apps" : "Rakendused",
@@ -187,8 +179,6 @@ OC.L10N.register(
"This application requires JavaScript for correct operation. Please {linkstart}enable JavaScript{linkend} and reload the page." : "See rakendus vajab toimimiseks JavaScripti. Palun {linkstart}luba JavaScript{linkend} ning laadi see leht uuesti.",
"More apps" : "Veel rakendusi",
"More" : "Rohkem",
- "Search" : "Otsi",
- "Reset search" : "Lähtesta otsing",
"Contacts" : "Kontaktid",
"Confirm your password" : "Kinnita oma parool",
"Grant access" : "Anna ligipääs",
@@ -201,7 +191,6 @@ OC.L10N.register(
"Access through untrusted domain" : "Ligipääs läbi ebausaldusväärse domeeni",
"Please contact your administrator. If you are an administrator, edit the \"trusted_domains\" setting in config/config.php like the example in config.sample.php." : "Palun võtke ühendust oma administraatoriga. Kui olete administraator, muutke konfiguratsioonis config/config.php sätet \"trusted_domains\", nagu näidis config.sample.php failis.",
"App update required" : "Rakenduse uuendus on nõutud",
- "These apps will be updated:" : "Neid rakendusi uuendatakse:",
"These incompatible apps will be disabled:" : "Need mitteühilduvad rakendused lülitatakse välja:",
"The theme %s has been disabled." : "Teema %s on keelatud.",
"Please make sure that the database, the config folder and the data folder have been backed up before proceeding." : "Enne jätkamist veendu, et andmebaas, seadete ning andmete kataloog on varundatud.",
@@ -214,70 +203,19 @@ OC.L10N.register(
"Upgrade via web on my own risk" : "Uuenda veebi kaudu omal vastutusel",
"This %s instance is currently in maintenance mode, which may take a while." : "See %s instants on hetkel haldusrežiimis, mis võib kesta mõnda aega.",
"Contact your system administrator if this message persists or appeared unexpectedly." : "Kontakteeru oma süsteemihalduriga, kui see teade püsib või on tekkinud ootamatult.",
- "Could not send reset email because there is no email address for this username. Please contact your administrator." : "Ei saanud saata lähtestamise e-kirja kuna antud kasutajal puudub e-posti aadress. Palun kontakteeruge administraatoriga ",
- "Couldn't send reset email. Please make sure your username is correct." : "Ei suutnud lähtestada e-maili. Palun veendu, et kasutajatunnus on õige.",
- "Your files are encrypted. There will be no way to get your data back after your password is reset.<br />If you are not sure what to do, please contact your administrator before you continue. <br />Do you really want to continue?" : "Sinu failid on krüpteeritud. Andmete taaastaamine ei ole pärast parooli lähtestaamist enam võimalik. <br />Kui Sa ei ole kindel mida teha, kontakteeru palun enne jätkamist administraatoriga. <br />Kas Sa kindlasti soovid jätkata?",
- "Sending email …" : "Saadan kirja ...",
- "Shared" : "Jagatud",
- "Shared with" : "Jagatud",
- "Shared by" : "Jagas",
- "Choose a password for the public link" : "Vali avaliku lingi jaoks parool",
- "Choose a password for the public link or press the \"Enter\" key" : "Vali avaliku lingi jaoks parool või vajuta klahvi \"Enter\"",
- "Copied!" : "Kopeeritud!",
- "Copy link" : "Kopeeri link",
- "Not supported!" : "Pole toetatud!",
- "Press ⌘-C to copy." : "Kopeerimiseks vajuta ⌘ + C.",
- "Press Ctrl-C to copy." : "Kopeerimiseks vajuta Ctrl + C.",
- "Resharing is not allowed" : "Edasijagamine pole lubatud",
- "Link" : "Link",
- "Password protect" : "Parooliga kaitstud",
- "Allow editing" : "Luba muutmine",
- "Email link to person" : "Saada link isikule e-postiga",
- "Send" : "Saada",
- "Allow upload and editing" : "Luba üleslaadimine ja muutmine",
- "Read only" : "kirjutuskaitstud",
- "File drop (upload only)" : "Faili lohistamine (ainult üleslaadimine)",
- "Set expiration date" : "Määra aegumise kuupäev",
- "Expiration" : "Aegumine",
- "Expiration date" : "Aegumise kuupäev",
- "Unshare" : "Lõpeta jagamine",
- "Share to {name}" : "Jaga kasutajale {name}",
- "Share link" : "Jaga linki",
- "Could not unshare" : "Jagamise lõpetamine ebaõnnestus",
- "Shared with you and the group {group} by {owner}" : "Jagatud sinu ja {group} grupiga {owner} poolt",
- "Shared with you by {owner}" : "Sinuga jagas {owner}",
- "Choose a password for the mail share" : "Vali parool e-postiga jagamisel",
- "group" : "grupp",
- "remote" : "kaug",
- "email" : "e-post",
- "shared by {sharer}" : "jagatud kasutajalt {sharer}",
- "Can reshare" : "Võib edasi jagada",
- "Can edit" : "Võib redigeerida",
- "Can create" : "Võib luua",
- "Can change" : "Võib muuta",
- "Can delete" : "Võib kustutada",
- "Access control" : "Ligipääsukontroll",
- "Error while sharing" : "Viga jagamisel",
- "Share details could not be loaded for this item." : "Selle üksuse jagamise detaile ei õnnestunud laadida.",
- "This list is maybe truncated - please refine your search term to see more results." : "See nimekiri võib olla kärbitud - palun täpsusta oma otsingut, et näha rohkem tulemusi.",
- "No users or groups found for {search}" : "Otsingu {search} põhjal kasutajaid ega gruppe ei leitud",
- "No users found for {search}" : "Otsingu {search} põhjal kasutajaid ei leitud",
- "An error occurred (\"{message}\"). Please try again" : "Tekkis tõrge (\"{message}\"). Palun proovi uuesti.",
- "An error occurred. Please try again" : "Tekkis tõrge. Palun proovi uuesti",
- "Home" : "Avaleht",
- "Work" : "Töö",
- "Other" : "Muu",
- "{sharee} ({type}, {owner})" : "{sharee} ({type}, {owner})",
- "Share" : "Jaga",
- "Name or email address..." : "Nimi või e-posti aadress",
- "Name or federated cloud ID..." : "Liitpilve nimi või ID...",
- "Name, federated cloud ID or email address..." : "Liitpilve nimi, ID või e-posti aadress...",
- "Name..." : "Nimi...",
- "Error removing share" : "Viga jagamise eemaldamisel",
- "({scope})" : "({scope})",
- "Saving..." : "Salvestamine...",
- "Dismiss" : "Jäta vahele",
- "New Password" : "Uus parool",
- "Cancel log in" : "Katkesta sisselogimine"
+ "Checking whether the database schema can be updated (this can take a long time depending on the database size)" : "Kontrollitakse, kas anembaasi skeemi saab uuendada (see võib võtta kaua aega olenevalt andmebaasi suurusest)",
+ "Checked database schema update" : "Andmebaasi skeemi uuendus kontrollitud",
+ "Checking updates of apps" : "Rakenduste uuenduste kontroll",
+ "Checking for update of app \"%s\" in appstore" : "Rakenduse \"%s\" jaoks uuenduste kontrollimine rakenduste poes",
+ "Update app \"%s\" from appstore" : "Uuenda rakendus \"%s\" rakenduste poes",
+ "Checked for update of app \"%s\" in appstore" : "Kontrolliti uuendusi rakenduse \"%s\" jaoks rakenduste poes",
+ "Checked database schema update for apps" : "Andmebaasi skeemi uuendus rakendustele on kontrollitud",
+ "Following apps have been disabled: %s" : "Järgnevad rakendused on välja lülitatud: %s",
+ "Your web server is not properly set up to resolve \"{url}\". Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Sinu veebiserver pole veel piisavalt korralikult seadistatud, et lahendada aadressi \"{url}\". Lisateavet leiate meie <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\"> dokumentatsioonist </a>.",
+ "Continue to Nextcloud" : "Edasi Nextcloudi",
+ "Searching other places" : "Otsi teistest kohtadest",
+ "No search results in other folders for {tag}{filter}{endtag}" : "Teistest kaustadest ei leitud {tag}{filter}{endtag}",
+ "Password can not be changed. Please contact your administrator." : "Parooli ei saa muuta. Palun kontakteeru oma süsteemihalduriga.",
+ "These apps will be updated:" : "Neid rakendusi uuendatakse:"
},
"nplurals=2; plural=(n != 1);");
diff --git a/core/l10n/et_EE.json b/core/l10n/et_EE.json
index 219e122fb63..85b3c42d9de 100644
--- a/core/l10n/et_EE.json
+++ b/core/l10n/et_EE.json
@@ -12,6 +12,7 @@
"No crop data provided" : "Lõikeandmeid ei leitud",
"No valid crop data provided" : "Kehtivaid lõikeandmeid pole leitud",
"Crop is not square" : "Lõikamine pole ruudukujuline",
+ "Invalid app password" : "Vale rakenduse parool",
"Password reset is disabled" : "Parooli taastamine on välja lülitatud",
"Couldn't reset password because the token is invalid" : "Ei saanud parooli taastada, kuna märgend on vigane",
"Couldn't reset password because the token is expired" : "Parooli ei saanud taastada, sest märgend on aegunud",
@@ -29,30 +30,14 @@
"Maintenance mode is kept active" : "Hooldusrežiim on aktiivne",
"Updating database schema" : "Andmebaasi skeemi uuendamine",
"Updated database" : "Uuendatud andmebaas",
- "Checking whether the database schema can be updated (this can take a long time depending on the database size)" : "Kontrollitakse, kas anembaasi skeemi saab uuendada (see võib võtta kaua aega olenevalt andmebaasi suurusest)",
- "Checked database schema update" : "Andmebaasi skeemi uuendus kontrollitud",
- "Checking updates of apps" : "Rakenduste uuenduste kontroll",
- "Checking for update of app \"%s\" in appstore" : "Rakenduse \"%s\" jaoks uuenduste kontrollimine rakenduste poes",
- "Update app \"%s\" from appstore" : "Uuenda rakendus \"%s\" rakenduste poes",
- "Checked for update of app \"%s\" in appstore" : "Kontrolliti uuendusi rakenduse \"%s\" jaoks rakenduste poes",
"Checking whether the database schema for %s can be updated (this can take a long time depending on the database size)" : "Kontrollitakse, kas %s andmebaasi skeemi saab uuendada (see võib võtta kaua aega sõltuvalt andmebaasi suuruses)",
- "Checked database schema update for apps" : "Andmebaasi skeemi uuendus rakendustele on kontrollitud",
"Reset log level" : "Lähtesta logi tase",
"Starting code integrity check" : "Koodi terviklikkuse kontrolli alustamine",
"Finished code integrity check" : "Koodi terviklikkuse kontrolli lõpp",
"%s (incompatible)" : "%s (pole ühilduv)",
- "Following apps have been disabled: %s" : "Järgnevad rakendused on välja lülitatud: %s",
"Already up to date" : "On juba ajakohane",
"Your web server is not yet properly set up to allow file synchronization, because the WebDAV interface seems to be broken." : "Sinu veebiserver pole veel piisavalt korralikult seadistatud, et lubada failide sünkroniseerimist, kuna WebDAV liides paistab olevat katki.",
- "Your web server is not properly set up to resolve \"{url}\". Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Sinu veebiserver pole veel piisavalt korralikult seadistatud, et lahendada aadressi \"{url}\". Lisateavet leiate meie <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\"> dokumentatsioonist </a>.",
"Error occurred while checking server setup" : "Serveri seadete kontrolimisel tekkis viga",
- "Non-existing tag #{tag}" : "Olematu silt #{tag}",
- "restricted" : "piiratud",
- "invisible" : "nähtamatu",
- "Delete" : "Kustuta",
- "Rename" : "Nimeta ümber",
- "Collaborative tags" : "Koostöö sildid",
- "No tags found" : "Märgendeid ei leitud",
"unknown text" : "tundmatu tekst",
"Hello world!" : "Tere maailm!",
"sunny" : "päikeseline",
@@ -66,26 +51,25 @@
"Please reload the page." : "Palun laadi see uuesti.",
"The update was unsuccessful. For more information <a href=\"{url}\">check our forum post</a> covering this issue." : "Uuendus ebaõnnestus. Täiendavat infot <a href=\"{url}\">vaata meie foorumi postituses</a> .",
"The update was unsuccessful. Please report this issue to the <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">Nextcloud community</a>." : "Uuendus ebaõnnestus. Palun teavita probleemist <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">Nextcloudi kogukonda</a>.",
- "Continue to Nextcloud" : "Edasi Nextcloudi",
- "Searching other places" : "Otsi teistest kohtadest",
- "No search results in other folders for {tag}{filter}{endtag}" : "Teistest kaustadest ei leitud {tag}{filter}{endtag}",
+ "Log in" : "Logi sisse",
+ "Logging in …" : "Sisselogimine ...",
"Server side authentication failed!" : "Serveripoolne autentimine ebaõnnestus!",
"Please contact your administrator." : "Palun kontakteeru oma süsteemihalduriga.",
"An internal error occurred." : "Tekkis sisemine tõrge.",
"Please try again or contact your administrator." : "Palun proovi uuesti või võta ühendust oma administraatoriga.",
"Username or email" : "Kasutajanimi või e-posti aadress",
"Password" : "Parool",
- "Log in" : "Logi sisse",
- "Logging in …" : "Sisselogimine ...",
"Wrong username or password." : "Vale kasutajanimi või parool.",
"User disabled" : "Kasutaja deaktiveeritud",
"Reset password" : "Lähtesta parool",
"Couldn't send reset email. Please contact your administrator." : "Ei suutnud lähtestada e-maili. Palun kontakteeru süsteemihalduriga.",
- "Password can not be changed. Please contact your administrator." : "Parooli ei saa muuta. Palun kontakteeru oma süsteemihalduriga.",
"New password" : "Uus parool",
"I know what I'm doing" : "Ma tean mida teen",
"Cancel" : "Loobu",
"Forgot password?" : "Unustasid parooli?",
+ "Back" : "Tagasi",
+ "Reset search" : "Lähtesta otsing",
+ "Search" : "Otsi",
"Settings" : "Seaded",
"Could not load your contacts" : "Sinu kontaktide laadimine ebaõnnestus",
"Search contacts …" : "Otsi kontakte",
@@ -132,6 +116,7 @@
"seconds ago" : "sekundit tagasi",
"Connection to server lost" : "Ühendus serveriga katkes",
"_Problem loading page, reloading in %n second_::_Problem loading page, reloading in %n seconds_" : ["Tõrge lehe laadimisel, ümberlaadimine %n sekundi pärast","Tõrge lehe laadimisel, ümberlaadimine %n sekundi pärast"],
+ "Hide details" : "Peida üksikasjad",
"Very weak password" : "Väga nõrk parool",
"Weak password" : "Nõrk parool",
"So-so password" : "Enam-vähem sobiv parool",
@@ -139,6 +124,13 @@
"Strong password" : "Väga hea parool",
"No action available" : "Ühtegi tegevust pole saadaval",
"Error fetching contact actions" : "Viga kontakti toimingute laadimisel",
+ "Non-existing tag #{tag}" : "Olematu silt #{tag}",
+ "restricted" : "piiratud",
+ "invisible" : "nähtamatu",
+ "Delete" : "Kustuta",
+ "Rename" : "Nimeta ümber",
+ "Collaborative tags" : "Koostöö sildid",
+ "No tags found" : "Märgendeid ei leitud",
"Personal" : "Isiklik",
"Users" : "Kasutajad",
"Apps" : "Rakendused",
@@ -185,8 +177,6 @@
"This application requires JavaScript for correct operation. Please {linkstart}enable JavaScript{linkend} and reload the page." : "See rakendus vajab toimimiseks JavaScripti. Palun {linkstart}luba JavaScript{linkend} ning laadi see leht uuesti.",
"More apps" : "Veel rakendusi",
"More" : "Rohkem",
- "Search" : "Otsi",
- "Reset search" : "Lähtesta otsing",
"Contacts" : "Kontaktid",
"Confirm your password" : "Kinnita oma parool",
"Grant access" : "Anna ligipääs",
@@ -199,7 +189,6 @@
"Access through untrusted domain" : "Ligipääs läbi ebausaldusväärse domeeni",
"Please contact your administrator. If you are an administrator, edit the \"trusted_domains\" setting in config/config.php like the example in config.sample.php." : "Palun võtke ühendust oma administraatoriga. Kui olete administraator, muutke konfiguratsioonis config/config.php sätet \"trusted_domains\", nagu näidis config.sample.php failis.",
"App update required" : "Rakenduse uuendus on nõutud",
- "These apps will be updated:" : "Neid rakendusi uuendatakse:",
"These incompatible apps will be disabled:" : "Need mitteühilduvad rakendused lülitatakse välja:",
"The theme %s has been disabled." : "Teema %s on keelatud.",
"Please make sure that the database, the config folder and the data folder have been backed up before proceeding." : "Enne jätkamist veendu, et andmebaas, seadete ning andmete kataloog on varundatud.",
@@ -212,70 +201,19 @@
"Upgrade via web on my own risk" : "Uuenda veebi kaudu omal vastutusel",
"This %s instance is currently in maintenance mode, which may take a while." : "See %s instants on hetkel haldusrežiimis, mis võib kesta mõnda aega.",
"Contact your system administrator if this message persists or appeared unexpectedly." : "Kontakteeru oma süsteemihalduriga, kui see teade püsib või on tekkinud ootamatult.",
- "Could not send reset email because there is no email address for this username. Please contact your administrator." : "Ei saanud saata lähtestamise e-kirja kuna antud kasutajal puudub e-posti aadress. Palun kontakteeruge administraatoriga ",
- "Couldn't send reset email. Please make sure your username is correct." : "Ei suutnud lähtestada e-maili. Palun veendu, et kasutajatunnus on õige.",
- "Your files are encrypted. There will be no way to get your data back after your password is reset.<br />If you are not sure what to do, please contact your administrator before you continue. <br />Do you really want to continue?" : "Sinu failid on krüpteeritud. Andmete taaastaamine ei ole pärast parooli lähtestaamist enam võimalik. <br />Kui Sa ei ole kindel mida teha, kontakteeru palun enne jätkamist administraatoriga. <br />Kas Sa kindlasti soovid jätkata?",
- "Sending email …" : "Saadan kirja ...",
- "Shared" : "Jagatud",
- "Shared with" : "Jagatud",
- "Shared by" : "Jagas",
- "Choose a password for the public link" : "Vali avaliku lingi jaoks parool",
- "Choose a password for the public link or press the \"Enter\" key" : "Vali avaliku lingi jaoks parool või vajuta klahvi \"Enter\"",
- "Copied!" : "Kopeeritud!",
- "Copy link" : "Kopeeri link",
- "Not supported!" : "Pole toetatud!",
- "Press ⌘-C to copy." : "Kopeerimiseks vajuta ⌘ + C.",
- "Press Ctrl-C to copy." : "Kopeerimiseks vajuta Ctrl + C.",
- "Resharing is not allowed" : "Edasijagamine pole lubatud",
- "Link" : "Link",
- "Password protect" : "Parooliga kaitstud",
- "Allow editing" : "Luba muutmine",
- "Email link to person" : "Saada link isikule e-postiga",
- "Send" : "Saada",
- "Allow upload and editing" : "Luba üleslaadimine ja muutmine",
- "Read only" : "kirjutuskaitstud",
- "File drop (upload only)" : "Faili lohistamine (ainult üleslaadimine)",
- "Set expiration date" : "Määra aegumise kuupäev",
- "Expiration" : "Aegumine",
- "Expiration date" : "Aegumise kuupäev",
- "Unshare" : "Lõpeta jagamine",
- "Share to {name}" : "Jaga kasutajale {name}",
- "Share link" : "Jaga linki",
- "Could not unshare" : "Jagamise lõpetamine ebaõnnestus",
- "Shared with you and the group {group} by {owner}" : "Jagatud sinu ja {group} grupiga {owner} poolt",
- "Shared with you by {owner}" : "Sinuga jagas {owner}",
- "Choose a password for the mail share" : "Vali parool e-postiga jagamisel",
- "group" : "grupp",
- "remote" : "kaug",
- "email" : "e-post",
- "shared by {sharer}" : "jagatud kasutajalt {sharer}",
- "Can reshare" : "Võib edasi jagada",
- "Can edit" : "Võib redigeerida",
- "Can create" : "Võib luua",
- "Can change" : "Võib muuta",
- "Can delete" : "Võib kustutada",
- "Access control" : "Ligipääsukontroll",
- "Error while sharing" : "Viga jagamisel",
- "Share details could not be loaded for this item." : "Selle üksuse jagamise detaile ei õnnestunud laadida.",
- "This list is maybe truncated - please refine your search term to see more results." : "See nimekiri võib olla kärbitud - palun täpsusta oma otsingut, et näha rohkem tulemusi.",
- "No users or groups found for {search}" : "Otsingu {search} põhjal kasutajaid ega gruppe ei leitud",
- "No users found for {search}" : "Otsingu {search} põhjal kasutajaid ei leitud",
- "An error occurred (\"{message}\"). Please try again" : "Tekkis tõrge (\"{message}\"). Palun proovi uuesti.",
- "An error occurred. Please try again" : "Tekkis tõrge. Palun proovi uuesti",
- "Home" : "Avaleht",
- "Work" : "Töö",
- "Other" : "Muu",
- "{sharee} ({type}, {owner})" : "{sharee} ({type}, {owner})",
- "Share" : "Jaga",
- "Name or email address..." : "Nimi või e-posti aadress",
- "Name or federated cloud ID..." : "Liitpilve nimi või ID...",
- "Name, federated cloud ID or email address..." : "Liitpilve nimi, ID või e-posti aadress...",
- "Name..." : "Nimi...",
- "Error removing share" : "Viga jagamise eemaldamisel",
- "({scope})" : "({scope})",
- "Saving..." : "Salvestamine...",
- "Dismiss" : "Jäta vahele",
- "New Password" : "Uus parool",
- "Cancel log in" : "Katkesta sisselogimine"
+ "Checking whether the database schema can be updated (this can take a long time depending on the database size)" : "Kontrollitakse, kas anembaasi skeemi saab uuendada (see võib võtta kaua aega olenevalt andmebaasi suurusest)",
+ "Checked database schema update" : "Andmebaasi skeemi uuendus kontrollitud",
+ "Checking updates of apps" : "Rakenduste uuenduste kontroll",
+ "Checking for update of app \"%s\" in appstore" : "Rakenduse \"%s\" jaoks uuenduste kontrollimine rakenduste poes",
+ "Update app \"%s\" from appstore" : "Uuenda rakendus \"%s\" rakenduste poes",
+ "Checked for update of app \"%s\" in appstore" : "Kontrolliti uuendusi rakenduse \"%s\" jaoks rakenduste poes",
+ "Checked database schema update for apps" : "Andmebaasi skeemi uuendus rakendustele on kontrollitud",
+ "Following apps have been disabled: %s" : "Järgnevad rakendused on välja lülitatud: %s",
+ "Your web server is not properly set up to resolve \"{url}\". Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Sinu veebiserver pole veel piisavalt korralikult seadistatud, et lahendada aadressi \"{url}\". Lisateavet leiate meie <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\"> dokumentatsioonist </a>.",
+ "Continue to Nextcloud" : "Edasi Nextcloudi",
+ "Searching other places" : "Otsi teistest kohtadest",
+ "No search results in other folders for {tag}{filter}{endtag}" : "Teistest kaustadest ei leitud {tag}{filter}{endtag}",
+ "Password can not be changed. Please contact your administrator." : "Parooli ei saa muuta. Palun kontakteeru oma süsteemihalduriga.",
+ "These apps will be updated:" : "Neid rakendusi uuendatakse:"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
} \ No newline at end of file
diff --git a/core/l10n/eu.js b/core/l10n/eu.js
index 5c43f490281..3051d316ac0 100644
--- a/core/l10n/eu.js
+++ b/core/l10n/eu.js
@@ -1,10 +1,18 @@
OC.L10N.register(
"core",
{
- "Please select a file." : "Aukeratu fitxategi bat mesedez.",
+ "Please select a file." : "Aukeratu fitxategi bat.",
"File is too big" : "Fitxategia handiegia da",
"The selected file is not an image." : "Aukeratutako fitxategia ez da irudi bat.",
"The selected file cannot be read." : "Aukeratutako fitxategia ezin da irakurri.",
+ "The file was uploaded" : "Fitxategia igo da",
+ "The uploaded file exceeds the upload_max_filesize directive in php.ini" : "Kargatutako fitxategiak php.ini fitxategiko upload_max_filesize direktiban zehazturikoa gainditzen du",
+ "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Kargatutako fitxategiak HTML formularioan ezarritako MAX_FILE_SIZE direktiban zehazturikoa gainditzen du",
+ "The file was only partially uploaded" : "Fitxategia erdizka kargatu da",
+ "No file was uploaded" : "Ez da fitxategirik kargatu",
+ "Missing a temporary folder" : "Aldi baterako karpeta bat falta da",
+ "Could not write file to disk" : "Ezin izan da fitxategia diskoan idatzi",
+ "A PHP extension stopped the file upload" : "PHP hedapen batek fitxategiaren karga gelditu du",
"Invalid file provided" : "Baliogabeko fitxategia eman da",
"No image or file provided" : "Ez da irudi edo fitxategirik zehaztu",
"Unknown filetype" : "Fitxategi mota ezezaguna",
@@ -15,12 +23,13 @@ OC.L10N.register(
"No valid crop data provided" : "Ez da baliozko mozketa daturik eman",
"Crop is not square" : "Mozketa ez da karratua",
"State token does not match" : "Egoera-tokena ez dator bat",
+ "Invalid app password" : "Aplikazio pasahitza baliogabea",
"Could not complete login" : "Ezin izan da saioa hasi",
"Your login token is invalid or has expired" : "Zure saio-hasierako tokena baliogabea da edo iraungi da",
"Password reset is disabled" : "Pasahitza berrezartzea desgaituta dago",
"Couldn't reset password because the token is invalid" : "Ezin izan da pasahitza berrezarri tokena baliogabea delako",
"Couldn't reset password because the token is expired" : "Ezin izan da pasahitza berrezarri tokena iraungi delako",
- "%s password reset" : "%s pasahitza berrezarri",
+ "%s password reset" : "%s pasahitza berrezarrita",
"Password reset" : "Pasahitza berrezarri",
"Click the following button to reset your password. If you have not requested the password reset, then ignore this email." : "Egin klik ondoko botoian zure pasahitza berrezartzeko. Ez baduzu pasahitzaren berrezarpena eskatu, ahaztu e-posta hau.",
"Click the following link to reset your password. If you have not requested the password reset, then ignore this email." : "Egin klik ondoko estekan zure pasahitza berrezartzeko. Ez baduzu pasahitzaren berrezarpena eskatu, ahaztu e-posta hau.",
@@ -28,6 +37,8 @@ OC.L10N.register(
"Nextcloud Server" : "Nextcloud zerbitzaria",
"Some of your link shares have been removed" : "Zure esteka partekatzeetako batzuk kendu dira",
"Due to a security bug we had to remove some of your link shares. Please see the link for more information." : "Segurtasun errore baten ondorioz zure esteka partekatze batzuk kendu ditugu. Ikusi esteka informazio gehiagorako.",
+ "The user limit of this instance is reached." : "Instantzia honen erabiltzaile mugara iritsi da.",
+ "Enter your subscription key to increase the user limit. For more information about Nextcloud Enterprise see our website." : "Sartu zure harpidetza-gakoa erabiltzaile muga goratzeko. Nextcloud Enterprise-ri buruzko informazio gehiagorako ikusi gure webgunea.",
"Preparing update" : "Eguneratzea prestatzen",
"[%d / %d]: %s" : "[%d / %d]: %s",
"Repair step:" : "Konponketa pausoa:",
@@ -41,76 +52,70 @@ OC.L10N.register(
"Maintenance mode is kept active" : "Mantentze modua aktibatuta dago oraindik.",
"Updating database schema" : "Datu-basearen eskema eguneratzen",
"Updated database" : "Datu-basea eguneratuta",
- "Checking whether the database schema can be updated (this can take a long time depending on the database size)" : "Datu-basearen eskema eguneratu daitekeen egiaztatzen (honek luze jo dezake datu-basearen tamainaren arabera)",
- "Checked database schema update" : "Datu-basearen eskemaren eguneratzea egiaztatuta",
- "Checking updates of apps" : "Aplikazioentzako eguneratzeak egiaztatzen",
- "Checking for update of app \"%s\" in appstore" : "\"%s\" aplikazioak aplikazioen biltegian eguneratzerik ba ote duen egiaztatzen.",
- "Update app \"%s\" from appstore" : "Eguneratu \"%s\" aplikazioa aplikazioen biltegitik",
- "Checked for update of app \"%s\" in appstore" : "\"%s\" aplikazioak aplikazioen biltegian ba ote duen egiaztatuta",
+ "Checking for update of app \"%s\" in App Store" : "App Store-n\"%s\" aplikazioaren eguneratzea egiaztatzen",
+ "Update app \"%s\" from App Store" : "Eguneratu \"%s\" aplikazioa App Store-tik",
+ "Checked for update of app \"%s\" in App Store" : "App Store-n \"%s\" aplikazioaren eguneratzea egiaztatu da",
"Checking whether the database schema for %s can be updated (this can take a long time depending on the database size)" : "%s datu-basearen eskema eguneratu daitekeen egiaztatzen (honek luze jo dezake datu-basearen tamainaren arabera)",
- "Checked database schema update for apps" : "Aplikazioen datu-baseko eskemaren eguneratzea egiaztatuta",
"Updated \"%1$s\" to %2$s" : "\"%1$s\" eguneratu da %2$s(e)ra",
"Set log level to debug" : "Ezarri egunkari-maila arazketara",
"Reset log level" : "Berrezarri egunkari-maila",
"Starting code integrity check" : "Kodearen integritate egiaztapena hasten",
"Finished code integrity check" : "Kodearen integritate egiaztapena bukatuta",
"%s (incompatible)" : "%s (bateraezina)",
- "Following apps have been disabled: %s" : "Hurrengo aplikazioak desgaitu dira: %s",
+ "The following apps have been disabled: %s" : "Hurrengo aplikazioak desgaitu dira: %s",
"Already up to date" : "Eguneratuta dago dagoeneko",
"Your web server is not yet properly set up to allow file synchronization, because the WebDAV interface seems to be broken." : "Zure web zerbitzaria ez dago behar bezala konfiguratuta fitxategien sinkronizazioa baimentzeko. WebDAV interfazea puskatuta dagoela dirudi.",
- "Your web server is not properly set up to resolve \"{url}\". Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Zure web zerbitzaria ez dago behar bezala konfiguratuta \"{url}\" ebazteko. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Dokumentazioan</a> aurkituko duzu informazio gehiago.",
- "Your web server is not properly set up to resolve \"{url}\". This is most likely related to a web server configuration that was not updated to deliver this folder directly. Please compare your configuration against the shipped rewrite rules in \".htaccess\" for Apache or the provided one in the documentation for Nginx at it's <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation page</a>. On Nginx those are typically the lines starting with \"location ~\" that need an update." : "Zure web zerbitzaria ez dago behar bezala konfiguratuta \"{url}\" ebazteko. Ziur aski web zerbitzariaren konfigurazioa ez dago karpeta hau zuzenean banatzeko eguneratuta. Konparatu zure konfigurazioa banatutako Apacherako \".htaccess\" fitxategiko berridazketa arauekin edo Nginx-en <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentazio orriko</a> informazioarekin. Nginx-en \"location ~\" katearekin hasten diren lerroak izan ohi dira eguneratu beharrekoak.",
- "Your web server is not properly set up to deliver .woff2 files. This is typically an issue with the Nginx configuration. For Nextcloud 15 it needs an adjustement to also deliver .woff2 files. Compare your Nginx configuration to the recommended configuration in our <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Zure web zerbitzaria ez dago behar bezala konfiguratuta .woff2 fitxategiak zerbitzatzeko. Hau Nginx-en konfigurazioaren arazo bat izan ohi da. Nextcloud 15ean aldaketa bat egin behar zaio .woff2 fitxategiak zerbitzatzeko. Konparatu zure Nginx konfigurazioa gure <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentazioan</a> gomendatutakoarekin.",
+ "Your web server is not properly set up to resolve \"{url}\". Further information can be found in the {linkstart}documentation ↗{linkend}." : "Zure web zerbitzaria ez dago behar bezala konfiguratuta \"{url}\" ebazteko. Informazio gehiago {linkstart}dokumentazioa ↗{linkend}-(e)n aurkitu daiteke.",
+ "Your web server is not properly set up to resolve \"{url}\". This is most likely related to a web server configuration that was not updated to deliver this folder directly. Please compare your configuration against the shipped rewrite rules in \".htaccess\" for Apache or the provided one in the documentation for Nginx at it's {linkstart}documentation page ↗{linkend}. On Nginx those are typically the lines starting with \"location ~\" that need an update." : "Zure web zerbitzaria ez dago behar bezala konfiguratuta \"{url}\" ebazteko. Ziur aski web zerbitzariaren konfigurazioa ez dago karpeta hau zuzenean entregatzeko eguneratuta. Konparatu zure konfigurazioa banatutako Apacherako \".htaccess\" fitxategiko berridazketa arauekin edo Nginx-en {linkstart}dokumentazio orria ↗{linkend} dokumentazioarekin. Nginx-en \"location ~\" katearekin hasten diren lerroak izan ohi dira eguneratu beharrekoak.",
+ "Your web server is not properly set up to deliver .woff2 files. This is typically an issue with the Nginx configuration. For Nextcloud 15 it needs an adjustement to also deliver .woff2 files. Compare your Nginx configuration to the recommended configuration in our {linkstart}documentation ↗{linkend}." : "Zure web zerbitzaria ez dago behar bezala konfiguratuta .woff2 fitxategiak entregatzeko. Hau Nginx-en konfigurazioaren ohiko arazo bat da. Nextcloud 15ean doikuntza bat beharrezkoa da .woff2 fitxategiak bidaltzeko. Konparatu zure Nginx konfigurazioa gure {linkstart}dokumentazioa ↗{linkend} gomendioarekin.",
"PHP does not seem to be setup properly to query system environment variables. The test with getenv(\"PATH\") only returns an empty response." : "PHP sistemaren ingurune aldagaiak kontsultatu ahal izateko behar bezala konfiguratu gabe dagoela dirudi. Egindako getenv(\"PATH\") probak erantzun hutsa itzultzen du.",
- "Please check the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">installation documentation ↗</a> for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "Begiratu PHPren konfigurazioari buruzko oharrak <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">instalaziorako dokumentazioan ↗</a> eta zure zerbitzariaren PHP konfigurazioa, bereziki php-fpm erabiltzean.",
+ "Please check the {linkstart}installation documentation ↗{linkend} for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "Mesedez, begiratu {link start} instalazio dokumentazioa ↗ {linked} PHP konfigurazio oharrak eta zure zerbitzariaren PHP konfigurazioa, batez ere php-fpm erabiltzean. ",
"The read-only config has been enabled. This prevents setting some configurations via the web-interface. Furthermore, the file needs to be made writable manually for every update." : "Irakurtzeko soilik konfigurazioa gaitu da. Honek web interfazetik konfigurazio batzuk ezartzea eragozten du. Gainera, eguneraketa bakoitzean fitxategia idazteko moduan jarri behar da eskuz.",
"Your database does not run with \"READ COMMITTED\" transaction isolation level. This can cause problems when multiple actions are executed in parallel." : "Zure datu-basea ez da \"READ COMMITTED\" transakzio isolamendu mailarekin exekutatzen. Honek arazoak eragin ditzake hainbat ekintza paraleloan exekutatzen direnean.",
"The PHP module \"fileinfo\" is missing. It is strongly recommended to enable this module to get the best results with MIME type detection." : "PHPren \"fileinfo\" modulua falta da. Biziki gomendatzen da modulu hau gaitzea, MIME moten detekzioan emaitza hobeak lortzeko.",
- "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems. See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation ↗</a> for more information." : "Fitxategien blokeo transakzionala desgaituta dago. Honek arazoak eragin ditzake lasterketa baldintzekin. Gaitu \"filelocking.enabled\" config.php-n arazo horiek saihesteko. Ikusi <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentazioa ↗</a> informazio gehiagorako.",
+ "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems. See the {linkstart}documentation ↗{linkend} for more information." : "Transakzio-fitxategiak blokeatzea desgaituta dago, lasterketaren baldintzekin arazoak sor ditzake. Gaitu \"filelocking.enabled\" config.php-n arazo horiek saihesteko. Informazio gehiago lortzeko, ikusi {linkstart} dokumentazioa ↗ {linkend}.",
"If your installation is not installed at the root of the domain and uses system cron, there can be issues with the URL generation. To avoid these problems, please set the \"overwrite.cli.url\" option in your config.php file to the webroot path of your installation (suggestion: \"{suggestedOverwriteCliURL}\")" : "Zure instalazioa ez badago domeinuaren erroan instalatuta eta sistemaren cron-a erabiltzen badu, arazoak egon daitezke URLak sortzean. Arazo horiek saihesteko, ezarri zure instalazioaren web errorako bidea config.php-ko \"overwrite.cli.url\" aukeran (iradokizuna: \"{suggestedOverwriteCliURL}\")",
+ "Your installation has no default phone region set. This is required to validate phone numbers in the profile settings without a country code. To allow numbers without a country code, please add \"default_phone_region\" with the respective {linkstart}ISO 3166-1 code ↗{linkend} of the region to your config file." : "Zure instalazioak ez du telefono eskualde lehenetsirik ezarrita. Hori beharrezkoa da baliozkotzeko profilaren ezarpenetan herrialde koderik gabeko telefono zenbakiak. Herrialde koderik gabeko zenbakiak onartzeko, gehitu \"default_phone_region\" dagokion eskualdeko {linkstart} ISO 3166-1 kodea ↗ {linkend} zure konfigurazio fitxategian.",
"It was not possible to execute the cron job via CLI. The following technical errors have appeared:" : "Ezin izan da cron lana komando lerro bidez exekutatu. Ondorengo errore teknikoak gertatu dira:",
- "Last background job execution ran {relativeTime}. Something seems wrong." : "Azken atzeko planoko lanaren exekuzioak {relativeTime} behar izan ditu. Zerbait gaizki dagoela dirudi.",
- "Check the background job settings" : "Egiaztatu atzeko planoko lanen ezarpenak",
+ "Last background job execution ran {relativeTime}. Something seems wrong. {linkstart}Check the background job settings ↗{linkend}." : "Azken atzeko planaren exekuzioa {relativeTime} exekutatu da. Badirudi zerbait gaizki dagoela. {linkstart} Egiaztatu atzeko planoko ezarpenak ↗ {linkend}.",
"This server has no working Internet connection: Multiple endpoints could not be reached. This means that some of the features like mounting external storage, notifications about updates or installation of third-party apps will not work. Accessing files remotely and sending of notification emails might not work, either. Establish a connection from this server to the Internet to enjoy all features." : "Zerbitzari honek ez dauka Interneteko konexiorik: hainbat amaiera-puntu ezin izan dira atzitu. Horren ondorioz, hainbat ezaugarrik ez dute funtzionatuko, hala nola, kanpoko biltegiratzeak muntatzeak, eguneraketei buruzko jakinarazpenak edo hirugarrengoen aplikazioak. Urruneko fitxategiak atzitzeak eta posta elektroniko bidezko jakinarazpenek ere ez dute funtzionatuko. Ezarri Interneterako konexioa zerbitzari honetan ezaugarri horiek izateko.",
- "No memory cache has been configured. To enhance performance, please configure a memcache, if available. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Ez da cache memoriarik konfiguratu. Errendimendua handitzeko konfiguratu memcache, erabilgarri badago. Informazio gehigarria <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentazioan</a> aurki daiteke.",
- "No suitable source for randomness found by PHP which is highly discouraged for security reasons. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "PHPk ez du ausazkotasun iturburu egokirik aurkitu. Hori ez da batere gomendagarria segurtasun arrazoiengatik. Informazio gehiago aurki daiteke <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentazioan</a>.",
- "You are currently running PHP {version}. Upgrade your PHP version to take advantage of <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">performance and security updates provided by the PHP Group</a> as soon as your distribution supports it." : "Une honetan PHP {version} exekutatzen ari zara. Bertsio-berritu zure PHP bertsioa zure banaketak euskarria eman bezain laster <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">PHP Group-ek emandako errendimendu eta segurtasun eguneratzeen</a> abantaila izateko.",
- "Nextcloud 19 is the last release supporting PHP 7.2. Nextcloud 20 requires at least PHP 7.3." : "Nextcloud 19 da PHP 7.2rekin erabili daitekeen azken bertsioa. Nextcloud 20 erabiltzeko gutxienez PHP 7.3 eduki behar duzu.",
- "The reverse proxy header configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If not, this is a security issue and can allow an attacker to spoof their IP address as visible to the Nextcloud. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Alderantzizko proxy goiburuaren konfigurazioa okerra da edo Nextcloud-era proxy fidagarri batetik sartu zara. Hala ez bada, segurtasun arazo bat dago eta erasotzaileek Nextcloud-en ikusgai dagoen IP helbidea faltsutu dezakete. Informazio gehiago <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentazioan</a> aurkitu daiteke.",
- "Memcached is configured as distributed cache, but the wrong PHP module \"memcache\" is installed. \\OC\\Memcache\\Memcached only supports \"memcached\" and not \"memcache\". See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">memcached wiki about both modules</a>." : "Memcached banatutako cache moduan konfiguratuta dago, baina okerreko \"memcache\" PHPko modulua dago instalatuta. \\OC\\Memcache\\Memcached-ek \"memcached\" bakarrik onartzen du eta ez \"memcache\". Ikusi <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">bi moduluei buruzko informazioa memcached wikian</a>.",
- "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">List of invalid files…</a> / <a href=\"{rescanEndpoint}\">Rescan…</a>)" : "Zenbait fitxategik ez dute integritate egiaztapena gainditu. Arazo hau nola konpondu jakiteko informazio gehiago aurkitu daiteke <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentazioan</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">Baliogabeko fitxategien zerrenda…</a> / <a href=\"{rescanEndpoint}\">Eskaneatu berriro…</a>)",
- "The PHP OPcache module is not loaded. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance it is recommended</a> to load it into your PHP installation." : "PHPko OPcache modulua ez da kargatu. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Errendimendu hobea izateko</a> zure PHP instalazioan kargatzea gomendatzen da.",
- "The PHP OPcache is not properly configured. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance it is recommended</a> to use the following settings in the <code>php.ini</code>:" : "PHPko OPcache ez dago behar bezala konfiguratuta. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Errendimendu hobea</a> izateko <code>php.ini</code> fitxategian ondorengo ezarpenak erabiltzea gomendatzen da:",
+ "No memory cache has been configured. To enhance performance, please configure a memcache, if available. Further information can be found in the {linkstart}documentation ↗{linkend}." : "Ez da memoria cachea konfiguratu. Errendimendua hobetzeko, konfiguratu memcache bat, erabilgarri badago. Informazio gehiago aurki dezakezu {linkstart} dokumentazioan ↗ {linkend}.",
+ "No suitable source for randomness found by PHP which is highly discouraged for security reasons. Further information can be found in the {linkstart}documentation ↗{linkend}." : "PHP-k ez du aurkitu iturri egokirik ausazkotasunerako, segurtasun arrazoiengatik oso gomendagarria dena. Informazio gehiago aurki dezakezu {linkstart} dokumentazioan ↗ {linkend}.",
+ "You are currently running PHP {version}. Upgrade your PHP version to take advantage of {linkstart}performance and security updates provided by the PHP Group ↗{linkend} as soon as your distribution supports it." : "Une honetan PHP {version} exekutatzen ari zara. Bertsio-berritu zure PHP bertsioa PHP Group-ek link {linkend} eskaintzen dituen {linkstart} errendimendu eta segurtasun eguneratzeak aprobetxatzeko zure banaketak onartu bezain laster.",
+ "Nextcloud 20 is the last release supporting PHP 7.2. Nextcloud 21 requires at least PHP 7.3." : "Nextcloud 20 da PHP 7.2rekin erabili daitekeen azken bertsioa. Nextcloud 21 erabiltzeko gutxienez PHP 7.3 behar da.",
+ "The reverse proxy header configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If not, this is a security issue and can allow an attacker to spoof their IP address as visible to the Nextcloud. Further information can be found in the {linkstart}documentation ↗{linkend}." : "Alderantzizko proxy goiburuko konfigurazioa okerra da, edo Nextcloud-era proxy fidagarri batetik sartzen ari zara. Hala ez bada, segurtasun arazo bat bada eta erasotzaile batek Nextcloud-en ikusgai dagoen IP helbidea faltsutzea baimendu dezake. Informazio gehiago aurkitu daiteke {linkstart} dokumentazioan ↗ {linkend}.",
+ "Memcached is configured as distributed cache, but the wrong PHP module \"memcache\" is installed. \\OC\\Memcache\\Memcached only supports \"memcached\" and not \"memcache\". See the {linkstart}memcached wiki about both modules ↗{linkend}." : "Memcached banatutako cache gisa konfiguratuta dago, baina \"memcache\" PHP modulu okerra dago instalatuta. \\ OC \\ Memcache \\ Memcached-ek \"memcached\" soilik onartzen du eta ez \"memcache\". Ikusi bi moduluei buruzko {linkstart} memcached wikia ↗{linkend}.",
+ "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in the {linkstart1}documentation ↗{linkend}. ({linkstart2}List of invalid files…{linkend} / {linkstart3}Rescan…{linkend})" : "Zenbait fitxategik ez dute integritate egiaztapena gainditu. Arazo hau konpontzeko moduari buruzko informazio gehiago aurki daiteke {linkstart1} dokumentazioan ↗ {linkend}. ({linkstart2} Baliogabeko fitxategien zerrenda...{linkend} / {linkstart3} Eskaneatu berriro...{linkend})",
+ "The PHP OPcache module is not loaded. {linkstart}For better performance it is recommended ↗{linkend} to load it into your PHP installation." : "PHP OPcache modulua ez dago kargatuta. {linkstart} Errendimendu hobea lortzeko, zure PHP instalazioan kargatzea gomendatzen da ↗{linked}.",
+ "The PHP OPcache module is not properly configured. {linkstart}For better performance it is recommended ↗{linkend} to use the following settings in the <code>php.ini</code>:" : "PHP OPcache modulua ez dago behar bezala konfiguratuta. {linkstart} Errendimendu hobea lortzeko, ezarpen hauek erabiltzea gomendatzen da ↗ {linkend} ezarpen hauek <code>php.ini</code>-n erabiltzeko:",
"The PHP function \"set_time_limit\" is not available. This could result in scripts being halted mid-execution, breaking your installation. Enabling this function is strongly recommended." : "PHPko \"set_time_limit\" funtzioa ez dago erabilgarri. Horren eraginez script-ak exekuzioaren erdian gelditu daitezke, zure instalazioa puskatuz. Biziki gomendatzen da funtzio hau gaitzea.",
"Your PHP does not have FreeType support, resulting in breakage of profile pictures and the settings interface." : "Zure PHPak ez dauka FreeType euskarririk. Ondorioz, profileko irudiak eta ezarpenen interfazea hondatuta daude.",
"Missing index \"{indexName}\" in table \"{tableName}\"." : "\"{indexName}\" indizea falta da \"{tableName}\" taulan.",
"The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "Datu-baseak zenbait indize falta ditu. Taula handietan indizeak gehitzeak denbora dezente har dezakeenez ez dira automatikoki gehitu. \"occ db:add-missing-indices\" exekutatuz indize horiek eskuz gehitu daitezke instantzia martxan dagoen bitartean. Indizeak gehitu ondoren taula horietan egindako kontsultak askoz azkarragoak izan ohi dira.",
+ "Missing primary key on table \"{tableName}\"." : "Gako nagusia falta da \"{tableName}\" taulan.",
+ "The database is missing some primary keys. Due to the fact that adding primary keys on big tables could take some time they were not added automatically. By running \"occ db:add-missing-primary-keys\" those missing primary keys could be added manually while the instance keeps running." : "Datu-baseak zenbait gako nagusi falta ditu. Taula handietan datu nagusiak gehitzeak denbora dezente har dezakeenez ez dira automatikoki gehitu. Exekutatuz \"occ db:add-missing-primary-keys\" falta diren gako nagusi horiek eskuz gehitu daitezke instantzia martxan dagoen bitartean.",
+ "Missing optional column \"{columnName}\" in table \"{tableName}\"." : "\"{columnName}\" hautazko zutabea falta da \"{tableName}\" taulan.",
+ "The database is missing some optional columns. Due to the fact that adding columns on big tables could take some time they were not added automatically when they can be optional. By running \"occ db:add-missing-columns\" those missing columns could be added manually while the instance keeps running. Once the columns are added some features might improve responsiveness or usability." : "Datu-baseak zenbait hautazko zutabe falta ditu. Hautazkoak izanik ez ziren automatikoki gehitu, taula handietan zutabeak gehitzeak denbora behar duelako. Zutabe horiek eskuz gehitu daitezke, instantzia martxan dagoen bitartean, \"occ db:add-missing-columns\" exekutatuz. Zutabeak gehitu ondoren, ezaugarri batzuk erantzuteko gaitasuna eta erabilgarritasuna hobetu dezakete.",
"This instance is missing some recommended PHP modules. For improved performance and better compatibility it is highly recommended to install them." : "Instantzia honek gomendatutako PHP modulu batzuk falta ditu. Biziki gomendatzen da horiek instalatzea, errendimendua eta bateragarritasuna hobetzeko.",
- "Some columns in the database are missing a conversion to big int. Due to the fact that changing column types on big tables could take some time they were not changed automatically. By running 'occ db:convert-filecache-bigint' those pending changes could be applied manually. This operation needs to be made while the instance is offline. For further details read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "Datu-baseko zutabe batzuk big int motarako bihurketa falta dute. Taula handietan zutabe motak aldatzeak denbora dezente har dezakeenez ez dira automatikoki aldatu. 'occ db:convert-filecache-bigint' exekutatuz aldaketa horiek eskuz aplikatu daitezke. Eragiketa hau instantzia lineaz kanpo dagoela egin behar da. Informazio gehiagorako irakurri <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentazioan honi buruzko orria</a>.",
+ "Module php-imagick in this instance has no SVG support. For better compatibility it is recommended to install it." : "Module php-imagick-ek ez du SVG onartzen instantzia honetan. Bateragarritasuna hobetzeko instalatzea gomendatzen da.",
+ "Some columns in the database are missing a conversion to big int. Due to the fact that changing column types on big tables could take some time they were not changed automatically. By running 'occ db:convert-filecache-bigint' those pending changes could be applied manually. This operation needs to be made while the instance is offline. For further details read {linkstart}the documentation page about this ↗{linkend}." : "Datu baseko zutabe batzuek big int bihurtzea falta dute. Taula handietan zutabe motak aldatzeak denbora dezente har dezakeenez ez dira automatikoki aldatu. 'Occ db: convert-filecache-bigint' exekutatuz zain dauden aldaketak eskuz aplika litezke. Eragiketa hau instantzia lineaz kanpo dagoen bitartean egin behar da. Xehetasun gehiagorako, irakurri {linkstart} honi buruzko dokumentazio orria ↗{linkend}.",
"SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend." : "SQLite datu-basea erabiltzen ari zara. Instalazio handiagoetarako beste datu-base sistema bat erabiltzea gomendatzen da.",
"This is particularly recommended when using the desktop client for file synchronisation." : "Bereziki gomendagarria da mahaigaineko bezeroa fitxategien sinkronizaziorako erabiltzean.",
- "To migrate to another database use the command line tool: 'occ db:convert-type', or see the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation ↗</a>." : "Beste datu-base batera migratzeko erabili komando lerroko tresna hau: 'occ db:convert-type', edo begiratu <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentazioa ↗</a>.",
- "Use of the the built in php mailer is no longer supported. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Please update your email server settings ↗<a/>." : "Integratutako php posta-bidaltzaileak ez dauka euskarririk jada. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Eguneratu zure posta elektronikoko zerbitzariaren ezarpenak ↗<a/>.",
+ "To migrate to another database use the command line tool: 'occ db:convert-type', or see the {linkstart}documentation ↗{linkend}." : "Beste datu-base batera migratzeko, erabili komando-lerroko tresna hau: 'occ db: convert-type', edo ikusi {linkstart} dokumentazioa ↗ {linkend}.",
"The PHP memory limit is below the recommended value of 512MB." : "PHPren memoria muga aholkatutako 512MB balioaren azpitik dago.",
"Some app directories are owned by a different user than the web server one. This may be the case if apps have been installed manually. Check the permissions of the following app directories:" : "Zenbait aplikazio direktorio jabea ez dator bat web zerbitzariaren erabiltzailearekin. Aplikazio horiek eskuz instalatzean gerta daiteke hori. Egiaztatu baimenak ondorengo aplikazio direktorioetan:",
- "MySQL is used as database but does not support 4-byte characters. To be able to handle 4-byte characters (like emojis) without issues in filenames or comments for example it is recommended to enable the 4-byte support in MySQL. For further details read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "MySQL erabiltzen da datu-base bezala baina ez dauka 4 byteko karaktereen euskarririk. Emojiak bezalako 4 byteko karaktereak, adibidez, fitxategi-izen edo iruzkinetan, arazorik gabe erabili ahal izateko MySQLren 4 byteko euskarria gaitzea gomendatzen da. Xehetasun gehiagorako irakurri <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">honi buruzko orria dokumentazioan</a>.",
+ "MySQL is used as database but does not support 4-byte characters. To be able to handle 4-byte characters (like emojis) without issues in filenames or comments for example it is recommended to enable the 4-byte support in MySQL. For further details read {linkstart}the documentation page about this ↗{linkend}." : "MySQL datu-base gisa erabiltzen da baina ez ditu 4 byteko karaktereak onartzen. 4 byteko karaktereak (emojiak bezala) fitxategien izenetan edo iruzkinetan arazorik gabe kudeatu ahal izateko, adibidez, 4 byteko euskarria gaitzea gomendatzen da MySQL-n. Xehetasun gehiagorako, irakurri {linkstart} honi buruzko dokumentazio orria ↗{linkend}.",
"This instance uses an S3 based object store as primary storage. The uploaded files are stored temporarily on the server and thus it is recommended to have 50 GB of free space available in the temp directory of PHP. Check the logs for full details about the path and the available space. To improve this please change the temporary directory in the php.ini or make more space available in that path." : "Instantzia honek S3n oinarritutako objektuen biltegia erabiltzen du biltegiratze nagusi bezala. Kargatutako fitxategiak behin-behinean zerbitzarian gordetzen direnez, PHPren aldi baterako direktorioan 50 GB libre edukitzea gomendatzen da. Egiaztatu egunkariak bidearen eta erabilgarri dagoen espazioari buruzko xehetasunak izateko. Hobetzeko aldatu aldi baterako direktorioa php.ini fitxategian edo egin leku gehiago bide horretan.",
- "You are accessing your instance over a secure connection, however your instance is generating insecure URLs. This most likely means that you are behind a reverse proxy and the overwrite config variables are not set correctly. Please read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "Zure instantziara konexio seguru baten bidez sartzen zara, hala ere zure instantziak seguruak ez diren helbideak sortzen ditu. Horrek, normalean, proxy zerbitzari baten atzean dagoela eta ezarpenak ondo ez daudela esan nahi du. Mesedez irakurri <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">honi buruzko dokumentazioa</a>.",
+ "You are accessing your instance over a secure connection, however your instance is generating insecure URLs. This most likely means that you are behind a reverse proxy and the overwrite config variables are not set correctly. Please read {linkstart}the documentation page about this ↗{linkend}." : "Zure instantziara konexio seguru baten bidez sartzen ari zara, hala ere, instantziak seguruak ez diren URLak sortzen ditu. Seguruenik horrek alderantzizko proxy baten atzean zaudela esan nahi du eta gainidatziaren konfigurazio aldagaiak ez daudela ondo ezarrita. Irakurri {linkstart} honi buruzko dokumentazio orria ↗ {linkend}.",
"Error occurred while checking server setup" : "Errorea gertatu da zerbitzariaren konfigurazioa egiaztatzean",
+ "For more details see the {linkstart}documentation ↗{linkend}." : "Xehetasun gehiago lortzeko, ikusi {linkstart} dokumentazioa ↗ {linkedin}.",
"Your data directory and files are probably accessible from the Internet. The .htaccess file is not working. It is strongly recommended that you configure your web server so that the data directory is no longer accessible, or move the data directory outside the web server document root." : "Zure datuen direktorioa eta fitxategiak Internetetik atzitu daitezke. .htaccess fitxategiak ez du funtzionatzen. Biziki gomendatzen da web zerbitzariaren konfigurazioa aldatzea datuen direktorioa atzigarri egon ez dadin edo datuen direktorioa web zerbitzariaren dokumentu errotik kanpora ateratzea.",
"The \"{header}\" HTTP header is not set to \"{expected}\". This is a potential security or privacy risk, as it is recommended to adjust this setting accordingly." : "\"{header}\" HTTP goiburua ez dago \"{expected}\" baliora ezarria. Hau segurtasun edo pribatutasun arrisku bat izan daiteke. Ezarpenean dagokion balioa jartzea gomendatzen da.",
"The \"{header}\" HTTP header is not set to \"{expected}\". Some features might not work correctly, as it is recommended to adjust this setting accordingly." : "\"{header}\" HTTP goiburua ez dago \"{expected}\" baliora ezarria. Baliteke ezaugarri batzuk espero bezala ez funtzionatzea. Ezarpenean dagokion balioa jartzea gomendatzen da.",
"The \"{header}\" HTTP header doesn't contain \"{expected}\". This is a potential security or privacy risk, as it is recommended to adjust this setting accordingly." : "\"{expected}\" ez dago \"{header}\" HTTP goiburuaren barnean. Hau segurtasun edo pribatutasun arrisku bat izan daiteke. Ezarpenean dagokion balioa jartzea gomendatzen da.",
- "The \"{header}\" HTTP header is not set to \"{val1}\", \"{val2}\", \"{val3}\", \"{val4}\" or \"{val5}\". This can leak referer information. See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{link}\">W3C Recommendation ↗</a>." : "\"{header}\" HTTP goiburua ez dago \"{val1}\", \"{val2}\", \"{val3}\", \"{val4}\" edo \"{val5}\" balioetara ezarria. Honek HTTP referer informazioaren filtrazioa eragin dezake. Ikusi <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{link}\">W3C Gomendioa ↗</a>.",
- "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the <a href=\"{docUrl}\" rel=\"noreferrer noopener\">security tips ↗</a>." : "\"Strict-Transport-Security\" HTTP goiburua ez dago gutxienez \"{seconds}\" segundora ezarria. Segurtasuna hobetzeko, <a href=\"{docUrl}\" rel=\"noreferrer noopener\">segurtasun aholkuetan ↗</a> gomendatu bezala, HSTS gaitzea gomendatzen da.",
- "Accessing site insecurely via HTTP. You are strongly advised to set up your server to require HTTPS instead, as described in the <a href=\"{docUrl}\">security tips ↗</a>." : "Gunera HTTP bidez modu ez-seguruan sartzen ari zara. Biziki gomendatzen da , <a href=\"{docUrl}\">segurtasun aholkuetan ↗</a> deskribatu bezala, zerbitzaria HTTPS derrigorrez erabiltzeko konfiguratzea.",
- "Non-existing tag #{tag}" : "#{tag} ez da existitzen",
- "restricted" : "mugatua",
- "invisible" : "ikusezina",
- "Delete" : "Ezabatu",
- "Rename" : "Berrizendatu",
- "Collaborative tags" : "Elkarlaneko etiketak",
- "No tags found" : "Ez da etiketarik aurkitu",
+ "The \"{header}\" HTTP header is not set to \"{val1}\", \"{val2}\", \"{val3}\", \"{val4}\" or \"{val5}\". This can leak referer information. See the {linkstart}W3C Recommendation ↗{linkend}." : "\"{Header}\" HTTP goiburua ez dago \"{val1}\", \"{val2}\", \"{val3}\", \"{val4}\" edo \"{val5}\" gisa ezarrita. Horrek aipamenen informazioa isuri dezake. Ikusi {linkstart} W3C gomendioa ↗ {linkend}.",
+ "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the {linkstart}security tips ↗{linkend}." : "\"Strict-Transport-Security\" HTTP goiburua ez dago gutxienez \"{segundo}\" segundotan ezarrita. Segurtasuna hobetzeko, HSTS gaitzea gomendatzen da {linkstart} segurtasun aholkuak ↗ {linkend} atalean azaltzen den moduan.",
+ "Accessing site insecurely via HTTP. You are strongly advised to set up your server to require HTTPS instead, as described in the {linkstart}security tips ↗{linkend}." : "Gunera HTTP bidez modu ez-seguruan sartzen ari zara. Zure zerbitzaria derrigorrez HTTPS erabiltzeko konfiguratzea gomendatzen da biziki, {linkstart} segurtasun aholkuak ↗ {linkend} atalean azaltzen den moduan.",
"unknown text" : "testu ezezaguna",
"Hello world!" : "Kaixo mundua!",
"sunny" : "eguzkitsua",
@@ -125,27 +130,28 @@ OC.L10N.register(
"Please reload the page." : "Mesedez birkargatu orria.",
"The update was unsuccessful. For more information <a href=\"{url}\">check our forum post</a> covering this issue." : "Eguneraketak huts egin du. Informazio gehiagorako <a href=\"{url}\">begiratu gure foroan arazoari buruzko sarrera</a>.",
"The update was unsuccessful. Please report this issue to the <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">Nextcloud community</a>." : "Eguneraketak huts egin du. Mesedez, jakinarazi arazoa <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">Nextcloud komunitateari</a>.",
- "Continue to Nextcloud" : "Nextcloudera jarraitu",
- "_The update was successful. Redirecting you to Nextcloud in %n second._::_The update was successful. Redirecting you to Nextcloud in %n seconds._" : ["Eguneraketa behar bezala egin da. Segundo %n barru Nextcloudera birbideratuko zaitugu.","Eguneraketa behar bezala egin da. %n segundo barru Nextcloudera birbideratuko zaitugu."],
- "Searching other places" : "Beste lekuak bilatzen",
- "No search results in other folders for {tag}{filter}{endtag}" : "{tag}{filter}{endtag}(r)entzat ez da emaitzarik topatu beste karpetetan",
- "_{count} search result in another folder_::_{count} search results in other folders_" : ["{count} bilaketa-emaitza beste karpeta batean","{count} bilaketa-emaitza beste karpetetan"],
+ "Continue to {productName}" : "Jarraitu hona: {productName}",
+ "_The update was successful. Redirecting you to {productName} in %n second._::_The update was successful. Redirecting you to {productName} in %n seconds._" : ["Eguneraketa behar bezala egin da. {ProductName} ra birbideratuko zaitugu %nsegundotan.","Eguneraketa behar bezala egin da. {ProductName} ra birbideratuko zaitugu %n segundotan."],
+ "Log in" : "Hasi saioa",
+ "Logging in …" : "Saioa hasten...",
"Server side authentication failed!" : "Zerbitzari aldeko autentifikazioak huts egin du!",
"Please contact your administrator." : "Mesedez jarri harremanetan zure administratzailearekin.",
- "An internal error occurred." : "Barne-errorea gertatu da.",
+ "An internal error occurred." : "Barne-errore bat gertatu da.",
"Please try again or contact your administrator." : "Saiatu berriro edo jarri harremanetan administratzailearekin.",
"Username or email" : "Erabiltzaile-izena edo e-posta",
"Password" : "Pasahitza",
- "Log in" : "Hasi saioa",
- "Logging in …" : "Saioa hasten...",
+ "Toggle password visibility" : "Txandakati pasahitzaren ikusgaitasuna",
"Wrong username or password." : "Erabiltzaile-izen edo pasahitz okerra.",
"User disabled" : "Erabiltzailea desgaituta",
"We have detected multiple invalid login attempts from your IP. Therefore your next login is throttled up to 30 seconds." : "Saioa hasteko hainbat saiakera baliogabe jaso ditugu zure IPtik. Ondorioz, zure hurrengo saio hasiera 30 segundo atzeratuko da.",
+ "Your account is not setup for passwordless login." : "Zure kontua ez dago pasahitzik gabeko autentifikaziorako konfiguratua.",
+ "Passwordless authentication is not supported in your browser." : "Zure nabigatzaileak ez du pasahitzik gabeko autentifikaziorik onartzen.",
+ "Passwordless authentication is only available over a secure connection." : "Pasahitzik gabeko autentifikazioa konexio seguruetan erabil daiteke soilik.",
"Reset password" : "Berrezarri pasahitza",
- "A password reset message has been sent to the e-mail address of this account. If you do not receive it, check your spam/junk folders or ask your local administrator for help." : "Pasahitza berrezartzeko mezu bat bidali da kontu honen helbide elektronikora. Ez baduzu jasotzen, egiaztatu spam/zabor karpetak edo eskatu laguntza zure administratzaile lokalari.",
+ "A password reset message has been sent to the email address of this account. If you do not receive it, check your spam/junk folders or ask your local administrator for help." : "Pasahitza berrezartzeko mezu bat bidali da kontu honen helbide elektronikora. Jasotzen ez baduzu, egiaztatu spam/zabor karpetak edo eskatu laguntza administratzaile lokalari.",
"If it is not there ask your local administrator." : "Han ez badago, galdetu zure administratzaile lokalari.",
"Couldn't send reset email. Please contact your administrator." : "Ezin izan da berrezartzeko e-posta bidali. Jarri zure administratzailearekin harremanetan.",
- "Password can not be changed. Please contact your administrator." : "Ezin da pasahitza aldatu. Jarri zure administratzailearekin harremanetan.",
+ "Password cannot be changed. Please contact your administrator." : "Ezin da pasahitza aldatu. Jarri zure administratzailearekin harremanetan.",
"Back to login" : "Itzuli saio hasierara",
"New password" : "Pasahitz berria",
"Your files are encrypted. There will be no way to get your data back after your password is reset. If you are not sure what to do, please contact your administrator before you continue. Do you really want to continue?" : "Zure fitxategiak enkriptatuta daude. Pasahitza berrezarri ondoren ezin izango dituzu zure datuak berreskuratu. Ez bazaude ziur, galdetu zure administratzaileari jarraitu aurretik. Ziur zaude jarraitu nahi duzula?",
@@ -153,20 +159,32 @@ OC.L10N.register(
"Resetting password" : "Pasahitza berrezartzen",
"Recommended apps" : "Gomendatutako aplikazioak",
"Loading apps …" : "Aplikazioak kargatzen...",
- "Could not fetch list of apps from the app store." : "Ezin izan da aplikazioen zerrenda eskuratu aplikazioen biltegitik.",
+ "Could not fetch list of apps from the App Store." : "Ezin izan da aplikazioen zerrenda eskuratu App Store-tik.",
"Installing apps …" : "Aplikazioak instalatzen...",
- "Nextcloud {app}" : "Nextcloud {app}",
"App download or installation failed" : "Huts egin du aplikazioaren deskarga edo instalazioak",
- "Can't install this app because it is not compatible" : "Ezin da aplikazio hau instalatu ez delako bateragarria",
- "Can't install this app" : "Ezin da aplikazio hau instalatu",
+ "Cannot install this app because it is not compatible" : "Ezin da aplikazio hau instalatu ez delako bateragarria",
+ "Cannot install this app" : "Ezin da aplikazio hau instalatu",
"Cancel" : "Ezeztatu",
"Schedule work & meetings, synced with all your devices." : "Antolatu lana eta bilerak, zure gailu guztiekin sinkronizatuta.",
"Keep your colleagues and friends in one place without leaking their private info." : "Eduki zure lankide eta lagun guztiak leku bakarrean, beren informazioa pribatu mantenduz.",
"Simple email app nicely integrated with Files, Contacts and Calendar." : "Fitxategiak, Kontaktuak eta Egutegiarekin integratutako posta elektronikoko aplikazio soila.",
"Chatting, video calls, screensharing, online meetings and web conferencing – in your browser and with mobile apps." : "Txata, bideo-deiak, pantaila partekatzea, lineako bilerak eta web konferentziak - zure nabigatzailean eta mugikorrerako aplikazioekin.",
"Collaboratively edit office documents." : "Editatu bulegoko dokumentuak elkarlanean.",
- "Local document editing back-end used by the OnlyOffice app." : "OnlyOffice aplikazioak dokumentu lokalak editatzeko erabiltzen duen atzealdekoa.",
+ "Local document editing back-end used by the Collabora Online app." : "Colabora Online aplikazioak dokumentu lokalak editatzeko erabiltzen duen atzealdekoa. ",
"Forgot password?" : "Pasahitza ahaztu duzu?",
+ "Log in with a device" : "Hasi saioa gailu batekin",
+ "Back" : "Atzera",
+ "Login form is disabled." : "Saioa hasteko inprimakia desgaituta dago.",
+ "Reset search" : "Berrezarri bilaketa",
+ "Search for {name} only" : "Biatu {name} bakarrik",
+ "No results for {query}" : " {query}-(r)entzako emaitzarik ez",
+ "Start typing to search" : "Hasi idazten bilatzeko",
+ "Loading more results …" : "Emaitza gehiago kargatzen ...",
+ "Load more results" : "Kargatu emaitza gehiago ",
+ "Search" : "Bilatu",
+ "An error occurred while searching for {type}" : "Errorea gertatu da {type} bilatzean",
+ "_Please enter {minSearchLength} character or more to search_::_Please enter {minSearchLength} characters or more to search_" : ["Sartu karaktere {minSearchLength} edo gehiago bilatzeko","Sartu {minSearchLength} karaktere edo gehiago bilatzeko"],
+ "Search {types} …" : "Bilatu {types} …",
"Settings" : "Ezarpenak",
"Could not load your contacts" : "Ezin izan dira zure kontaktuak kargatu",
"Search contacts …" : "Bilatu kontaktuak...",
@@ -234,6 +252,13 @@ OC.L10N.register(
"Strong password" : "Pasahitz sendoa",
"No action available" : "Ez dago ekintzarik eskuragarri",
"Error fetching contact actions" : "Errorea kontaktu-ekintzak eskuratzean",
+ "Non-existing tag #{tag}" : "#{tag} ez da existitzen",
+ "restricted" : "mugatua",
+ "invisible" : "ikusezina",
+ "Delete" : "Ezabatu",
+ "Rename" : "Berrizendatu",
+ "Collaborative tags" : "Elkarlaneko etiketak",
+ "No tags found" : "Ez da etiketarik aurkitu",
"Personal" : "Pertsonala",
"Users" : "Erabiltzaileak",
"Apps" : "Aplikazioak",
@@ -243,7 +268,10 @@ OC.L10N.register(
"File not found" : "Ez da fitxategia aurkitu",
"The document could not be found on the server. Maybe the share was deleted or has expired?" : "Dokumentua ezin izan da aurkitu zerbitzarian. Agian partekatutakoa ezabatua izan da ala iraungitu egin da?",
"Back to %s" : "%s(e)ra bueltatu",
+ "Too many requests" : "Eskaera gehiegi",
+ "There were too many requests from your network. Retry later or contact your administrator if this is an error." : "Eskaera gehiegi zeuden zure saretik. Saiatu beranduago edo kontaktatu zure administrailearekin errorerik balego",
"Error" : "Errorea",
+ "Previous" : "Aurrekoa",
"Internal Server Error" : "Zerbitzariaren barne-errorea",
"The server was unable to complete your request." : "Zerbitzariak ezin izan du zure eskaera bete.",
"If this happens again, please send the technical details below to the server administrator." : "Berriz gertatzen bada, mesedez bidali ondoko datu teknikoak zure administratzaileari.",
@@ -280,7 +308,7 @@ OC.L10N.register(
"SQLite should only be used for minimal and development instances. For production we recommend a different database backend." : "SQLite garapenerako eta instantzia txikietarako soilik erabili behar litzateke. Produkziorako beste datu-base sistema bat erabiltzea gomendatzen dugu.",
"If you use clients for file syncing, the use of SQLite is highly discouraged." : "Fitxategiak sinkronizatzeko bezeroak erabiltzen badituzu, SQLite ez erabiltzea aholkatzen da.",
"Install recommended apps" : "Instalatu gomendatutako aplikazioak",
- "Calendar, Contacts, Talk, Mail & OnlyOffice" : "Egutegia, Kontaktuak, Elkarrizketa, Posta eta OnlyOffice",
+ "Calendar, Contacts, Talk, Mail & Collaborative editing" : "Egutegia, Kontaktuak, Elkarrizketa, Posta eta Editatze kolaboratiboa",
"Finish setup" : "Bukatu konfigurazioa",
"Finishing …" : "Bukatzen...",
"Need help?" : "Laguntza behar duzu?",
@@ -294,14 +322,13 @@ OC.L10N.register(
"More apps" : "Aplikazio gehiago",
"More" : "Gehiago",
"More apps menu" : "Aplikazio gehiago menua",
- "Search" : "Bilatu",
- "Reset search" : "Berrezarri bilaketa",
"Contacts" : "Kontaktuak",
"Contacts menu" : "Kontaktuen menua",
"Settings menu" : "Ezarpenak menua",
"Confirm your password" : "Berretsi pasahitza",
"Connect to your account" : "Konektatu zure kontura",
"Please log in before granting %1$s access to your %2$s account." : "Hasi saioa %1$s erabiltzaileari zure %2$s kontura sarbidea eman aurretik.",
+ "If you are not trying to set up a new device or app, someone is trying to trick you into granting them access to your data. In this case do not proceed and instead contact your system administrator." : "Gailu edo aplikazio berri bat konfiguratzen saiatzen ari ez bazara, norbaitek zure datuetarako sarbidea eman diezaiozun, zu engainatzen saiatzen ari da. Kasu horretan, jarraitu ordez jarri harremanetan sistemaren administratzailearekin.",
"App token" : "Aplikazio-tokena",
"Grant access" : "Baimendu sarrera",
"Alternative log in using app token" : "Saio hasiera alternatiboa aplikazio-tokena erabiliz",
@@ -320,7 +347,7 @@ OC.L10N.register(
"Set up two-factor authentication" : "Konfiguratu bi faktoreko autentifikazioa",
"Two-factor authentication is enforced but has not been configured on your account. Use one of your backup codes to log in or contact your admin for assistance." : "Bi faktoreko autentifikazioa aplikatzen da baina ez da konfiguratu zure kontuan. Erabili zure ordezko kode bat saioa hasteko edo jarri harremanetan zure administratzailearekin laguntza jasotzeko.",
"Use backup code" : "Erabili ordezko kodea",
- "Cancel login" : "Ezeztatu login",
+ "Cancel login" : "Ezeztatu saio-hasiera",
"Setup two-factor authentication" : "Konfiguratu bi faktoreko autentifikazioa",
"Enhanced security is enforced for your account. Choose which provider to set up:" : "Segurtasun hobetua aplikatzen da zure kontuan. Aukeratu hornitzailea konfiguratzeko:",
"Error while validating your second factor" : "Errorea zure bigarren faktorea balioztatzean",
@@ -329,7 +356,7 @@ OC.L10N.register(
"Further information how to configure this can be found in the %1$sdocumentation%2$s." : "Hau konfiguratzeko informazio gehiago %1$sdokumentazioan%2$s aurki daiteke.",
"App update required" : "Aplikazioa eguneratu behar da",
"%1$s will be updated to version %2$s" : "%1$s %2$s bertsiora eguneratuko da.",
- "These apps will be updated:" : "Aplikazio hauek eguneratuko dira:",
+ "The following apps will be updated:" : "Hurrengo aplikazioak eguneratuko dira:",
"These incompatible apps will be disabled:" : "Aplikazio bateraezin hauek desgaituko dira:",
"The theme %s has been disabled." : "%s gaia desgaitu da.",
"Please make sure that the database, the config folder and the data folder have been backed up before proceeding." : "Ekin aurretik egiazta ezazu datu-basearen, ezarpenen karpetaren eta datuen karpetaren babeskopia egin duzula.",
@@ -345,95 +372,49 @@ OC.L10N.register(
"This %s instance is currently in maintenance mode, which may take a while." : "%s instantzia hau mantenu-moduan dago une honetan, honek denbora tarte bat iraun dezake.",
"This page will refresh itself when the instance is available again." : "Instantzia berriz ere erabilgarri dagoenean orri hau freskatuko da.",
"Contact your system administrator if this message persists or appeared unexpectedly." : "Jarri harremanetan zure sistema administratzailearekin mezu honek irauten badu edo ezustean agertu bada.",
- "Could not send reset email because there is no email address for this username. Please contact your administrator." : "Ezin izan da berrezartzeko posta elektronikoa bidali erabiltzaile honek helbide elektronikorik ez daukalako. Jarri harremanetan administratzailearekin.",
- "Couldn't send reset email. Please make sure your username is correct." : "Ezin izan da berrezartzeko posta elektronikoa bidali. Ziurtatu zure erabiltzaile-izena zuzena dela.",
- "We have send a password reset e-mail to the e-mail address known to us for this account. If you do not receive it within a reasonable amount of time, check your spam/junk folders.<br>If it is not there ask your local administrator." : "Pasahitza berrezartzeko posta elektroniko bat bidali dugu kontu honen helbide elektronikora. Ez baduzu arrazoizko denbora epe batean jasotzen, begiratu zure zabor-posta karpetan. <br> Ez badago hor, galdetu zure administratzaile lokalari.",
- "Your files are encrypted. There will be no way to get your data back after your password is reset.<br />If you are not sure what to do, please contact your administrator before you continue. <br />Do you really want to continue?" : "Zure fitxategiak enkriptatuta daude. Pasahitza aldatuz gero, ez dago zure datuak berreskuratzeko modurik.<br />Ziur ez bazaude, jarri harremanetan administratzailearekin jarraitu baino lehen. <br />Ziur zaude jarraitu nahi duzula?",
- "Sending email …" : "Emaila bidaltzen ...",
- "You are currently running PHP 5.6. The current major version of Nextcloud is the last that is supported on PHP 5.6. It is recommended to upgrade the PHP version to 7.0+ to be able to upgrade to Nextcloud 14." : "PHP 5.6 exekutatzen ari zara. Nextcloud 13 da PHP 5.6rentzat euskarria eskaintzen duen azken bertsioa. PHP 7.0+ bertsiora eguneratzea gomendatzen da Nextcloud 14ra bertsio-berritu ahal izateko.",
- "Accessing site insecurely via HTTP. You are strongly adviced to set up your server to require HTTPS instead, as described in the <a href=\"{docUrl}\">security tips ↗</a>." : "Gunera HTTP bidez modu ez-seguruan sartzen ari zara. Biziki gomendatzen da, <a href=\"{docUrl}\">segurtasun aholkuetan ↗</a> deskribatu bezala, zerbitzaria HTTPS derrigorrez erabiltzeko konfiguratzea.",
- "Shared" : "Partekatuta",
- "Shared with" : "Honekin partekatua",
- "Shared by" : "Honek partekatua",
- "Choose a password for the public link" : "Aukeratu pasahitz bat esteka publikoarentzat",
- "Choose a password for the public link or press the \"Enter\" key" : "Aukeratu pasahitz bat esteka publikoarentzat edo sakatu \"Sartu\" tekla",
- "Copied!" : "Kopiatuta!",
- "Copy link" : "Kopiatu esteka",
- "Not supported!" : "Ez da onartzen!",
- "Press ⌘-C to copy." : "Sakatu ⌘-C kopiatzeko.",
- "Press Ctrl-C to copy." : "Sakatu Ctrl-C kopiatzeko.",
- "Unable to create a link share" : "Ezin izan da partekatzeko esteka sortu",
- "Unable to toggle this option" : "Ezin izan da aukera hau txandakatu",
- "Resharing is not allowed" : "Berriz elkarbanatzea ez dago baimendua",
- "Link" : "Esteka",
- "Hide download" : "Ezkutatu deskarga",
- "Password protection enforced" : "Pasahitz bidezko babesa betearazita",
- "Password protect" : "Babestu pasahitzarekin",
- "Allow editing" : "Baimendu editatzea",
- "Email link to person" : "Bidali esteka posta elektronikoz",
- "Send" : "Bidali",
- "Allow upload and editing" : "Onartu kargatzea eta edizioa",
- "Read only" : "Irakurtzeko soilik",
- "File drop (upload only)" : "Fitxategia jaregin (kargatzeko soilik)",
- "Expiration date enforced" : "Iraungitze-data betearazita",
- "Set expiration date" : "Ezarri iraungitze-data",
- "Expiration" : "Iraungitzea",
- "Expiration date" : "Iraungitze-data",
- "Note to recipient" : "Jasotzaileari oharra",
- "Unshare" : "Ez partekatu",
- "Delete share link" : "Ezabatu partekatzeko esteka",
- "Add another link" : "Gehitu beste esteka bat",
- "Password protection for links is mandatory" : "Estekak pasahitzez babestea nahitaezkoa da",
- "Share to {name}" : "Partekatu hona {izena}",
- "Share link" : "Partekatu esteka",
- "New share link" : "Partekatzeko esteka berria",
- "Created on {time}" : "Sortze-data {time}",
- "Password protect by Talk" : "Talk-ek pasahitzez babestua",
- "Could not unshare" : "Ezin izan da partekatzea kendu",
- "Shared with you and the group {group} by {owner}" : "{owner} erabiltzaileak zu eta {group} taldearekin partekatuta",
- "Shared with you and {circle} by {owner}" : " {owner} erabiltzaileak zurekin eta {circle} zirkuluarekin partekatua",
- "Shared with you and the conversation {conversation} by {owner}" : "{owner} erabiltzaileak zu eta {conversation} elkarrizketarekin partekatua",
- "Shared with you in a conversation by {owner}" : "{owner} erabiltzaileak zurekin partekatua elkarrizketa batean",
- "Shared with you by {owner}" : "{owner} erabiltzaileak zurekin partekatua",
- "Choose a password for the mail share" : "Hautatu pasahitz bat posta elektronikoz partekatzeko",
- "group" : "taldea",
- "remote" : "urrunekoa",
- "remote group" : "urruneko taldea",
- "email" : "posta elektronikoa",
- "conversation" : "elkarrizketa",
- "shared by {sharer}" : "{sharer} erabiltzaileak partekatua",
- "Can reshare" : "Berriz partekatu dezake",
- "Can edit" : "Editatu dezake",
- "Can create" : "Sortu dezake",
- "Can change" : "Aldatu dezake",
- "Can delete" : "Ezabatu dezake",
- "Access control" : "Sarbide kontrola",
- "{shareInitiatorDisplayName} shared via link" : "{shareInitiatorDisplayName} erabiltzaileak esteka bidez partekatua",
- "Error while sharing" : "Errore bat gertatu da partekatzean",
- "Share details could not be loaded for this item." : "Ezin izan dira elementu honen partekatze xehetasunak kargatu.",
- "Search globally" : "Bilatu globalki",
- "_At least {count} character is needed for autocompletion_::_At least {count} characters are needed for autocompletion_" : ["Osatze automatikorako gutxienez karaktere {count} behar da","Osatze automatikorako gutxienez {count} karaktere behar dira"],
- "This list is maybe truncated - please refine your search term to see more results." : "Baliteke zerrenda hau moztuta egotea - findu zure bilaketa-terminoa emaitza gehiago ikusteko.",
- "No users or groups found for {search}" : "Ez da {search} bilaketarekin bat datorren erabiltzaile edo talderik aurkitu",
- "No users found for {search}" : "Ez da {search} bilaketarekin bat datorren erabiltzailerik aurkitu",
- "An error occurred (\"{message}\"). Please try again" : "Errore bat gertatu da (\"{message}\"). Saiatu berriro",
- "An error occurred. Please try again" : "Errore bat gertatu da. Saiatu berriro.",
- "Home" : "Etxea",
- "Work" : "Lana",
- "Other" : "Beste bat",
- "{sharee} (remote group)" : "{sharee} (urruneko taldea)",
- "{sharee} ({type}, {owner})" : "{sharee} ({type}, {owner})",
- "Share" : "Partekatu",
- "Name or email address..." : "Izena edo helbide elektronikoa...",
- "Name or federated cloud ID..." : "Izena edo federatutako hodeiaren IDa...",
- "Name, federated cloud ID or email address..." : "Izena, federatutako hodeiaren IDa edo helbide elektronikoa...",
- "Name..." : "Izena...",
- "Error removing share" : " Errorea partekatzea kentzean",
- "({scope})" : "({scope})",
- "Saving..." : "Gordetzen...",
- "Dismiss" : "Baztertu",
- "Your client should now be connected! You can close this window." : "Zure bezeroak konektatuta dago! Leiho hau itxi dezakezu.",
- "New Password" : "Pasahitz berria",
- "Cancel log in" : "Ezeztatu saio hasiera"
+ "Checking whether the database schema can be updated (this can take a long time depending on the database size)" : "Datu-basearen eskema eguneratu daitekeen egiaztatzen (honek luze jo dezake datu-basearen tamainaren arabera)",
+ "Checked database schema update" : "Datu-basearen eskemaren eguneratzea egiaztatuta",
+ "Checking updates of apps" : "Aplikazioentzako eguneratzeak egiaztatzen",
+ "Checking for update of app \"%s\" in appstore" : "\"%s\" aplikazioak aplikazioen biltegian eguneratzerik ba ote duen egiaztatzen.",
+ "Update app \"%s\" from appstore" : "Eguneratu \"%s\" aplikazioa aplikazioen biltegitik",
+ "Checked for update of app \"%s\" in appstore" : "\"%s\" aplikazioak aplikazioen biltegian ba ote duen egiaztatuta",
+ "Checked database schema update for apps" : "Aplikazioen datu-baseko eskemaren eguneratzea egiaztatuta",
+ "Following apps have been disabled: %s" : "Hurrengo aplikazioak desgaitu dira: %s",
+ "Your web server is not properly set up to resolve \"{url}\". Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Zure web zerbitzaria ez dago behar bezala konfiguratuta \"{url}\" ebazteko. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Dokumentazioan</a> aurkituko duzu informazio gehiago.",
+ "Your web server is not properly set up to resolve \"{url}\". This is most likely related to a web server configuration that was not updated to deliver this folder directly. Please compare your configuration against the shipped rewrite rules in \".htaccess\" for Apache or the provided one in the documentation for Nginx at it's <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation page</a>. On Nginx those are typically the lines starting with \"location ~\" that need an update." : "Zure web zerbitzaria ez dago behar bezala konfiguratuta \"{url}\" ebazteko. Ziur aski web zerbitzariaren konfigurazioa ez dago karpeta hau zuzenean banatzeko eguneratuta. Konparatu zure konfigurazioa banatutako Apacherako \".htaccess\" fitxategiko berridazketa arauekin edo Nginx-en <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentazio orriko</a> informazioarekin. Nginx-en \"location ~\" katearekin hasten diren lerroak izan ohi dira eguneratu beharrekoak.",
+ "Your web server is not properly set up to deliver .woff2 files. This is typically an issue with the Nginx configuration. For Nextcloud 15 it needs an adjustement to also deliver .woff2 files. Compare your Nginx configuration to the recommended configuration in our <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Zure web zerbitzaria ez dago behar bezala konfiguratuta .woff2 fitxategiak zerbitzatzeko. Hau Nginx-en konfigurazioaren arazo bat izan ohi da. Nextcloud 15ean aldaketa bat egin behar zaio .woff2 fitxategiak zerbitzatzeko. Konparatu zure Nginx konfigurazioa gure <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentazioan</a> gomendatutakoarekin.",
+ "Please check the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">installation documentation ↗</a> for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "Begiratu PHPren konfigurazioari buruzko oharrak <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">instalaziorako dokumentazioan ↗</a> eta zure zerbitzariaren PHP konfigurazioa, bereziki php-fpm erabiltzean.",
+ "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems. See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation ↗</a> for more information." : "Fitxategien blokeo transakzionala desgaituta dago. Honek arazoak eragin ditzake lasterketa baldintzekin. Gaitu \"filelocking.enabled\" config.php-n arazo horiek saihesteko. Ikusi <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentazioa ↗</a> informazio gehiagorako.",
+ "Last background job execution ran {relativeTime}. Something seems wrong." : "Azken atzeko planoko lanaren exekuzioak {relativeTime} behar izan ditu. Zerbait gaizki dagoela dirudi.",
+ "Check the background job settings" : "Egiaztatu atzeko planoko lanen ezarpenak",
+ "No memory cache has been configured. To enhance performance, please configure a memcache, if available. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Ez da cache memoriarik konfiguratu. Errendimendua handitzeko konfiguratu memcache, erabilgarri badago. Informazio gehigarria <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentazioan</a> aurki daiteke.",
+ "No suitable source for randomness found by PHP which is highly discouraged for security reasons. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "PHPk ez du ausazkotasun iturburu egokirik aurkitu. Hori ez da batere gomendagarria segurtasun arrazoiengatik. Informazio gehiago aurki daiteke <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentazioan</a>.",
+ "You are currently running PHP {version}. Upgrade your PHP version to take advantage of <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">performance and security updates provided by the PHP Group</a> as soon as your distribution supports it." : "Une honetan PHP {version} exekutatzen ari zara. Bertsio-berritu zure PHP bertsioa zure banaketak euskarria eman bezain laster <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">PHP Group-ek emandako errendimendu eta segurtasun eguneratzeen</a> abantaila izateko.",
+ "The reverse proxy header configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If not, this is a security issue and can allow an attacker to spoof their IP address as visible to the Nextcloud. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Alderantzizko proxy goiburuaren konfigurazioa okerra da edo Nextcloud-era proxy fidagarri batetik sartu zara. Hala ez bada, segurtasun arazo bat dago eta erasotzaileek Nextcloud-en ikusgai dagoen IP helbidea faltsutu dezakete. Informazio gehiago <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentazioan</a> aurkitu daiteke.",
+ "Memcached is configured as distributed cache, but the wrong PHP module \"memcache\" is installed. \\OC\\Memcache\\Memcached only supports \"memcached\" and not \"memcache\". See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">memcached wiki about both modules</a>." : "Memcached banatutako cache moduan konfiguratuta dago, baina okerreko \"memcache\" PHPko modulua dago instalatuta. \\OC\\Memcache\\Memcached-ek \"memcached\" bakarrik onartzen du eta ez \"memcache\". Ikusi <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">bi moduluei buruzko informazioa memcached wikian</a>.",
+ "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">List of invalid files…</a> / <a href=\"{rescanEndpoint}\">Rescan…</a>)" : "Zenbait fitxategik ez dute integritate egiaztapena gainditu. Arazo hau nola konpondu jakiteko informazio gehiago aurkitu daiteke <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentazioan</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">Baliogabeko fitxategien zerrenda…</a> / <a href=\"{rescanEndpoint}\">Eskaneatu berriro…</a>)",
+ "The PHP OPcache module is not loaded. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance it is recommended</a> to load it into your PHP installation." : "PHPko OPcache modulua ez da kargatu. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Errendimendu hobea izateko</a> zure PHP instalazioan kargatzea gomendatzen da.",
+ "The PHP OPcache is not properly configured. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance it is recommended</a> to use the following settings in the <code>php.ini</code>:" : "PHPko OPcache ez dago behar bezala konfiguratuta. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Errendimendu hobea</a> izateko <code>php.ini</code> fitxategian ondorengo ezarpenak erabiltzea gomendatzen da:",
+ "Some columns in the database are missing a conversion to big int. Due to the fact that changing column types on big tables could take some time they were not changed automatically. By running 'occ db:convert-filecache-bigint' those pending changes could be applied manually. This operation needs to be made while the instance is offline. For further details read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "Datu-baseko zutabe batzuk big int motarako bihurketa falta dute. Taula handietan zutabe motak aldatzeak denbora dezente har dezakeenez ez dira automatikoki aldatu. 'occ db:convert-filecache-bigint' exekutatuz aldaketa horiek eskuz aplikatu daitezke. Eragiketa hau instantzia lineaz kanpo dagoela egin behar da. Informazio gehiagorako irakurri <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentazioan honi buruzko orria</a>.",
+ "To migrate to another database use the command line tool: 'occ db:convert-type', or see the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation ↗</a>." : "Beste datu-base batera migratzeko erabili komando lerroko tresna hau: 'occ db:convert-type', edo begiratu <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentazioa ↗</a>.",
+ "Use of the the built in php mailer is no longer supported. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Please update your email server settings ↗<a/>." : "Integratutako php posta-bidaltzaileak ez dauka euskarririk jada. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Eguneratu zure posta elektronikoko zerbitzariaren ezarpenak ↗<a/>.",
+ "MySQL is used as database but does not support 4-byte characters. To be able to handle 4-byte characters (like emojis) without issues in filenames or comments for example it is recommended to enable the 4-byte support in MySQL. For further details read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "MySQL erabiltzen da datu-base bezala baina ez dauka 4 byteko karaktereen euskarririk. Emojiak bezalako 4 byteko karaktereak, adibidez, fitxategi-izen edo iruzkinetan, arazorik gabe erabili ahal izateko MySQLren 4 byteko euskarria gaitzea gomendatzen da. Xehetasun gehiagorako irakurri <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">honi buruzko orria dokumentazioan</a>.",
+ "You are accessing your instance over a secure connection, however your instance is generating insecure URLs. This most likely means that you are behind a reverse proxy and the overwrite config variables are not set correctly. Please read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "Zure instantziara konexio seguru baten bidez sartzen zara, hala ere zure instantziak seguruak ez diren helbideak sortzen ditu. Horrek, normalean, proxy zerbitzari baten atzean dagoela eta ezarpenak ondo ez daudela esan nahi du. Mesedez irakurri <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">honi buruzko dokumentazioa</a>.",
+ "The \"{header}\" HTTP header is not set to \"{val1}\", \"{val2}\", \"{val3}\", \"{val4}\" or \"{val5}\". This can leak referer information. See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{link}\">W3C Recommendation ↗</a>." : "\"{header}\" HTTP goiburua ez dago \"{val1}\", \"{val2}\", \"{val3}\", \"{val4}\" edo \"{val5}\" balioetara ezarria. Honek HTTP referer informazioaren filtrazioa eragin dezake. Ikusi <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{link}\">W3C Gomendioa ↗</a>.",
+ "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the <a href=\"{docUrl}\" rel=\"noreferrer noopener\">security tips ↗</a>." : "\"Strict-Transport-Security\" HTTP goiburua ez dago gutxienez \"{seconds}\" segundora ezarria. Segurtasuna hobetzeko, <a href=\"{docUrl}\" rel=\"noreferrer noopener\">segurtasun aholkuetan ↗</a> gomendatu bezala, HSTS gaitzea gomendatzen da.",
+ "Accessing site insecurely via HTTP. You are strongly advised to set up your server to require HTTPS instead, as described in the <a href=\"{docUrl}\">security tips ↗</a>." : "Gunera HTTP bidez modu ez-seguruan sartzen ari zara. Biziki gomendatzen da , <a href=\"{docUrl}\">segurtasun aholkuetan ↗</a> deskribatu bezala, zerbitzaria HTTPS derrigorrez erabiltzeko konfiguratzea.",
+ "Continue to Nextcloud" : "Jarraitu Nextcloudera",
+ "_The update was successful. Redirecting you to Nextcloud in %n second._::_The update was successful. Redirecting you to Nextcloud in %n seconds._" : ["Eguneraketa behar bezala egin da. Segundo %n barru Nextcloudera birbideratuko zaitugu.","Eguneraketa behar bezala egin da. %n segundo barru Nextcloudera birbideratuko zaitugu."],
+ "Searching other places" : "Beste lekuak bilatzen",
+ "No search results in other folders for {tag}{filter}{endtag}" : "{tag}{filter}{endtag}(r)entzat ez da emaitzarik topatu beste karpetetan",
+ "_{count} search result in another folder_::_{count} search results in other folders_" : ["{count} bilaketa-emaitza beste karpeta batean","{count} bilaketa-emaitza beste karpetetan"],
+ "A password reset message has been sent to the e-mail address of this account. If you do not receive it, check your spam/junk folders or ask your local administrator for help." : "Pasahitza berrezartzeko mezu bat bidali da kontu honen helbide elektronikora. Ez baduzu jasotzen, egiaztatu spam/zabor karpetak edo eskatu laguntza zure administratzaile lokalari.",
+ "Password can not be changed. Please contact your administrator." : "Ezin da pasahitza aldatu. Jarri zure administratzailearekin harremanetan.",
+ "Could not fetch list of apps from the app store." : "Ezin izan da aplikazioen zerrenda eskuratu aplikazioen biltegitik.",
+ "Nextcloud {app}" : "Nextcloud {app}",
+ "Can't install this app because it is not compatible" : "Ezin da aplikazio hau instalatu ez delako bateragarria",
+ "Can't install this app" : "Ezin da aplikazio hau instalatu",
+ "These apps will be updated:" : "Aplikazio hauek eguneratuko dira:",
+ "For more details see the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Xehetasun gehiagorako ikus <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentazioa </a>."
},
"nplurals=2; plural=(n != 1);");
diff --git a/core/l10n/eu.json b/core/l10n/eu.json
index 65d2f459003..13c4f3df44e 100644
--- a/core/l10n/eu.json
+++ b/core/l10n/eu.json
@@ -1,8 +1,16 @@
{ "translations": {
- "Please select a file." : "Aukeratu fitxategi bat mesedez.",
+ "Please select a file." : "Aukeratu fitxategi bat.",
"File is too big" : "Fitxategia handiegia da",
"The selected file is not an image." : "Aukeratutako fitxategia ez da irudi bat.",
"The selected file cannot be read." : "Aukeratutako fitxategia ezin da irakurri.",
+ "The file was uploaded" : "Fitxategia igo da",
+ "The uploaded file exceeds the upload_max_filesize directive in php.ini" : "Kargatutako fitxategiak php.ini fitxategiko upload_max_filesize direktiban zehazturikoa gainditzen du",
+ "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Kargatutako fitxategiak HTML formularioan ezarritako MAX_FILE_SIZE direktiban zehazturikoa gainditzen du",
+ "The file was only partially uploaded" : "Fitxategia erdizka kargatu da",
+ "No file was uploaded" : "Ez da fitxategirik kargatu",
+ "Missing a temporary folder" : "Aldi baterako karpeta bat falta da",
+ "Could not write file to disk" : "Ezin izan da fitxategia diskoan idatzi",
+ "A PHP extension stopped the file upload" : "PHP hedapen batek fitxategiaren karga gelditu du",
"Invalid file provided" : "Baliogabeko fitxategia eman da",
"No image or file provided" : "Ez da irudi edo fitxategirik zehaztu",
"Unknown filetype" : "Fitxategi mota ezezaguna",
@@ -13,12 +21,13 @@
"No valid crop data provided" : "Ez da baliozko mozketa daturik eman",
"Crop is not square" : "Mozketa ez da karratua",
"State token does not match" : "Egoera-tokena ez dator bat",
+ "Invalid app password" : "Aplikazio pasahitza baliogabea",
"Could not complete login" : "Ezin izan da saioa hasi",
"Your login token is invalid or has expired" : "Zure saio-hasierako tokena baliogabea da edo iraungi da",
"Password reset is disabled" : "Pasahitza berrezartzea desgaituta dago",
"Couldn't reset password because the token is invalid" : "Ezin izan da pasahitza berrezarri tokena baliogabea delako",
"Couldn't reset password because the token is expired" : "Ezin izan da pasahitza berrezarri tokena iraungi delako",
- "%s password reset" : "%s pasahitza berrezarri",
+ "%s password reset" : "%s pasahitza berrezarrita",
"Password reset" : "Pasahitza berrezarri",
"Click the following button to reset your password. If you have not requested the password reset, then ignore this email." : "Egin klik ondoko botoian zure pasahitza berrezartzeko. Ez baduzu pasahitzaren berrezarpena eskatu, ahaztu e-posta hau.",
"Click the following link to reset your password. If you have not requested the password reset, then ignore this email." : "Egin klik ondoko estekan zure pasahitza berrezartzeko. Ez baduzu pasahitzaren berrezarpena eskatu, ahaztu e-posta hau.",
@@ -26,6 +35,8 @@
"Nextcloud Server" : "Nextcloud zerbitzaria",
"Some of your link shares have been removed" : "Zure esteka partekatzeetako batzuk kendu dira",
"Due to a security bug we had to remove some of your link shares. Please see the link for more information." : "Segurtasun errore baten ondorioz zure esteka partekatze batzuk kendu ditugu. Ikusi esteka informazio gehiagorako.",
+ "The user limit of this instance is reached." : "Instantzia honen erabiltzaile mugara iritsi da.",
+ "Enter your subscription key to increase the user limit. For more information about Nextcloud Enterprise see our website." : "Sartu zure harpidetza-gakoa erabiltzaile muga goratzeko. Nextcloud Enterprise-ri buruzko informazio gehiagorako ikusi gure webgunea.",
"Preparing update" : "Eguneratzea prestatzen",
"[%d / %d]: %s" : "[%d / %d]: %s",
"Repair step:" : "Konponketa pausoa:",
@@ -39,76 +50,70 @@
"Maintenance mode is kept active" : "Mantentze modua aktibatuta dago oraindik.",
"Updating database schema" : "Datu-basearen eskema eguneratzen",
"Updated database" : "Datu-basea eguneratuta",
- "Checking whether the database schema can be updated (this can take a long time depending on the database size)" : "Datu-basearen eskema eguneratu daitekeen egiaztatzen (honek luze jo dezake datu-basearen tamainaren arabera)",
- "Checked database schema update" : "Datu-basearen eskemaren eguneratzea egiaztatuta",
- "Checking updates of apps" : "Aplikazioentzako eguneratzeak egiaztatzen",
- "Checking for update of app \"%s\" in appstore" : "\"%s\" aplikazioak aplikazioen biltegian eguneratzerik ba ote duen egiaztatzen.",
- "Update app \"%s\" from appstore" : "Eguneratu \"%s\" aplikazioa aplikazioen biltegitik",
- "Checked for update of app \"%s\" in appstore" : "\"%s\" aplikazioak aplikazioen biltegian ba ote duen egiaztatuta",
+ "Checking for update of app \"%s\" in App Store" : "App Store-n\"%s\" aplikazioaren eguneratzea egiaztatzen",
+ "Update app \"%s\" from App Store" : "Eguneratu \"%s\" aplikazioa App Store-tik",
+ "Checked for update of app \"%s\" in App Store" : "App Store-n \"%s\" aplikazioaren eguneratzea egiaztatu da",
"Checking whether the database schema for %s can be updated (this can take a long time depending on the database size)" : "%s datu-basearen eskema eguneratu daitekeen egiaztatzen (honek luze jo dezake datu-basearen tamainaren arabera)",
- "Checked database schema update for apps" : "Aplikazioen datu-baseko eskemaren eguneratzea egiaztatuta",
"Updated \"%1$s\" to %2$s" : "\"%1$s\" eguneratu da %2$s(e)ra",
"Set log level to debug" : "Ezarri egunkari-maila arazketara",
"Reset log level" : "Berrezarri egunkari-maila",
"Starting code integrity check" : "Kodearen integritate egiaztapena hasten",
"Finished code integrity check" : "Kodearen integritate egiaztapena bukatuta",
"%s (incompatible)" : "%s (bateraezina)",
- "Following apps have been disabled: %s" : "Hurrengo aplikazioak desgaitu dira: %s",
+ "The following apps have been disabled: %s" : "Hurrengo aplikazioak desgaitu dira: %s",
"Already up to date" : "Eguneratuta dago dagoeneko",
"Your web server is not yet properly set up to allow file synchronization, because the WebDAV interface seems to be broken." : "Zure web zerbitzaria ez dago behar bezala konfiguratuta fitxategien sinkronizazioa baimentzeko. WebDAV interfazea puskatuta dagoela dirudi.",
- "Your web server is not properly set up to resolve \"{url}\". Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Zure web zerbitzaria ez dago behar bezala konfiguratuta \"{url}\" ebazteko. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Dokumentazioan</a> aurkituko duzu informazio gehiago.",
- "Your web server is not properly set up to resolve \"{url}\". This is most likely related to a web server configuration that was not updated to deliver this folder directly. Please compare your configuration against the shipped rewrite rules in \".htaccess\" for Apache or the provided one in the documentation for Nginx at it's <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation page</a>. On Nginx those are typically the lines starting with \"location ~\" that need an update." : "Zure web zerbitzaria ez dago behar bezala konfiguratuta \"{url}\" ebazteko. Ziur aski web zerbitzariaren konfigurazioa ez dago karpeta hau zuzenean banatzeko eguneratuta. Konparatu zure konfigurazioa banatutako Apacherako \".htaccess\" fitxategiko berridazketa arauekin edo Nginx-en <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentazio orriko</a> informazioarekin. Nginx-en \"location ~\" katearekin hasten diren lerroak izan ohi dira eguneratu beharrekoak.",
- "Your web server is not properly set up to deliver .woff2 files. This is typically an issue with the Nginx configuration. For Nextcloud 15 it needs an adjustement to also deliver .woff2 files. Compare your Nginx configuration to the recommended configuration in our <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Zure web zerbitzaria ez dago behar bezala konfiguratuta .woff2 fitxategiak zerbitzatzeko. Hau Nginx-en konfigurazioaren arazo bat izan ohi da. Nextcloud 15ean aldaketa bat egin behar zaio .woff2 fitxategiak zerbitzatzeko. Konparatu zure Nginx konfigurazioa gure <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentazioan</a> gomendatutakoarekin.",
+ "Your web server is not properly set up to resolve \"{url}\". Further information can be found in the {linkstart}documentation ↗{linkend}." : "Zure web zerbitzaria ez dago behar bezala konfiguratuta \"{url}\" ebazteko. Informazio gehiago {linkstart}dokumentazioa ↗{linkend}-(e)n aurkitu daiteke.",
+ "Your web server is not properly set up to resolve \"{url}\". This is most likely related to a web server configuration that was not updated to deliver this folder directly. Please compare your configuration against the shipped rewrite rules in \".htaccess\" for Apache or the provided one in the documentation for Nginx at it's {linkstart}documentation page ↗{linkend}. On Nginx those are typically the lines starting with \"location ~\" that need an update." : "Zure web zerbitzaria ez dago behar bezala konfiguratuta \"{url}\" ebazteko. Ziur aski web zerbitzariaren konfigurazioa ez dago karpeta hau zuzenean entregatzeko eguneratuta. Konparatu zure konfigurazioa banatutako Apacherako \".htaccess\" fitxategiko berridazketa arauekin edo Nginx-en {linkstart}dokumentazio orria ↗{linkend} dokumentazioarekin. Nginx-en \"location ~\" katearekin hasten diren lerroak izan ohi dira eguneratu beharrekoak.",
+ "Your web server is not properly set up to deliver .woff2 files. This is typically an issue with the Nginx configuration. For Nextcloud 15 it needs an adjustement to also deliver .woff2 files. Compare your Nginx configuration to the recommended configuration in our {linkstart}documentation ↗{linkend}." : "Zure web zerbitzaria ez dago behar bezala konfiguratuta .woff2 fitxategiak entregatzeko. Hau Nginx-en konfigurazioaren ohiko arazo bat da. Nextcloud 15ean doikuntza bat beharrezkoa da .woff2 fitxategiak bidaltzeko. Konparatu zure Nginx konfigurazioa gure {linkstart}dokumentazioa ↗{linkend} gomendioarekin.",
"PHP does not seem to be setup properly to query system environment variables. The test with getenv(\"PATH\") only returns an empty response." : "PHP sistemaren ingurune aldagaiak kontsultatu ahal izateko behar bezala konfiguratu gabe dagoela dirudi. Egindako getenv(\"PATH\") probak erantzun hutsa itzultzen du.",
- "Please check the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">installation documentation ↗</a> for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "Begiratu PHPren konfigurazioari buruzko oharrak <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">instalaziorako dokumentazioan ↗</a> eta zure zerbitzariaren PHP konfigurazioa, bereziki php-fpm erabiltzean.",
+ "Please check the {linkstart}installation documentation ↗{linkend} for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "Mesedez, begiratu {link start} instalazio dokumentazioa ↗ {linked} PHP konfigurazio oharrak eta zure zerbitzariaren PHP konfigurazioa, batez ere php-fpm erabiltzean. ",
"The read-only config has been enabled. This prevents setting some configurations via the web-interface. Furthermore, the file needs to be made writable manually for every update." : "Irakurtzeko soilik konfigurazioa gaitu da. Honek web interfazetik konfigurazio batzuk ezartzea eragozten du. Gainera, eguneraketa bakoitzean fitxategia idazteko moduan jarri behar da eskuz.",
"Your database does not run with \"READ COMMITTED\" transaction isolation level. This can cause problems when multiple actions are executed in parallel." : "Zure datu-basea ez da \"READ COMMITTED\" transakzio isolamendu mailarekin exekutatzen. Honek arazoak eragin ditzake hainbat ekintza paraleloan exekutatzen direnean.",
"The PHP module \"fileinfo\" is missing. It is strongly recommended to enable this module to get the best results with MIME type detection." : "PHPren \"fileinfo\" modulua falta da. Biziki gomendatzen da modulu hau gaitzea, MIME moten detekzioan emaitza hobeak lortzeko.",
- "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems. See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation ↗</a> for more information." : "Fitxategien blokeo transakzionala desgaituta dago. Honek arazoak eragin ditzake lasterketa baldintzekin. Gaitu \"filelocking.enabled\" config.php-n arazo horiek saihesteko. Ikusi <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentazioa ↗</a> informazio gehiagorako.",
+ "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems. See the {linkstart}documentation ↗{linkend} for more information." : "Transakzio-fitxategiak blokeatzea desgaituta dago, lasterketaren baldintzekin arazoak sor ditzake. Gaitu \"filelocking.enabled\" config.php-n arazo horiek saihesteko. Informazio gehiago lortzeko, ikusi {linkstart} dokumentazioa ↗ {linkend}.",
"If your installation is not installed at the root of the domain and uses system cron, there can be issues with the URL generation. To avoid these problems, please set the \"overwrite.cli.url\" option in your config.php file to the webroot path of your installation (suggestion: \"{suggestedOverwriteCliURL}\")" : "Zure instalazioa ez badago domeinuaren erroan instalatuta eta sistemaren cron-a erabiltzen badu, arazoak egon daitezke URLak sortzean. Arazo horiek saihesteko, ezarri zure instalazioaren web errorako bidea config.php-ko \"overwrite.cli.url\" aukeran (iradokizuna: \"{suggestedOverwriteCliURL}\")",
+ "Your installation has no default phone region set. This is required to validate phone numbers in the profile settings without a country code. To allow numbers without a country code, please add \"default_phone_region\" with the respective {linkstart}ISO 3166-1 code ↗{linkend} of the region to your config file." : "Zure instalazioak ez du telefono eskualde lehenetsirik ezarrita. Hori beharrezkoa da baliozkotzeko profilaren ezarpenetan herrialde koderik gabeko telefono zenbakiak. Herrialde koderik gabeko zenbakiak onartzeko, gehitu \"default_phone_region\" dagokion eskualdeko {linkstart} ISO 3166-1 kodea ↗ {linkend} zure konfigurazio fitxategian.",
"It was not possible to execute the cron job via CLI. The following technical errors have appeared:" : "Ezin izan da cron lana komando lerro bidez exekutatu. Ondorengo errore teknikoak gertatu dira:",
- "Last background job execution ran {relativeTime}. Something seems wrong." : "Azken atzeko planoko lanaren exekuzioak {relativeTime} behar izan ditu. Zerbait gaizki dagoela dirudi.",
- "Check the background job settings" : "Egiaztatu atzeko planoko lanen ezarpenak",
+ "Last background job execution ran {relativeTime}. Something seems wrong. {linkstart}Check the background job settings ↗{linkend}." : "Azken atzeko planaren exekuzioa {relativeTime} exekutatu da. Badirudi zerbait gaizki dagoela. {linkstart} Egiaztatu atzeko planoko ezarpenak ↗ {linkend}.",
"This server has no working Internet connection: Multiple endpoints could not be reached. This means that some of the features like mounting external storage, notifications about updates or installation of third-party apps will not work. Accessing files remotely and sending of notification emails might not work, either. Establish a connection from this server to the Internet to enjoy all features." : "Zerbitzari honek ez dauka Interneteko konexiorik: hainbat amaiera-puntu ezin izan dira atzitu. Horren ondorioz, hainbat ezaugarrik ez dute funtzionatuko, hala nola, kanpoko biltegiratzeak muntatzeak, eguneraketei buruzko jakinarazpenak edo hirugarrengoen aplikazioak. Urruneko fitxategiak atzitzeak eta posta elektroniko bidezko jakinarazpenek ere ez dute funtzionatuko. Ezarri Interneterako konexioa zerbitzari honetan ezaugarri horiek izateko.",
- "No memory cache has been configured. To enhance performance, please configure a memcache, if available. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Ez da cache memoriarik konfiguratu. Errendimendua handitzeko konfiguratu memcache, erabilgarri badago. Informazio gehigarria <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentazioan</a> aurki daiteke.",
- "No suitable source for randomness found by PHP which is highly discouraged for security reasons. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "PHPk ez du ausazkotasun iturburu egokirik aurkitu. Hori ez da batere gomendagarria segurtasun arrazoiengatik. Informazio gehiago aurki daiteke <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentazioan</a>.",
- "You are currently running PHP {version}. Upgrade your PHP version to take advantage of <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">performance and security updates provided by the PHP Group</a> as soon as your distribution supports it." : "Une honetan PHP {version} exekutatzen ari zara. Bertsio-berritu zure PHP bertsioa zure banaketak euskarria eman bezain laster <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">PHP Group-ek emandako errendimendu eta segurtasun eguneratzeen</a> abantaila izateko.",
- "Nextcloud 19 is the last release supporting PHP 7.2. Nextcloud 20 requires at least PHP 7.3." : "Nextcloud 19 da PHP 7.2rekin erabili daitekeen azken bertsioa. Nextcloud 20 erabiltzeko gutxienez PHP 7.3 eduki behar duzu.",
- "The reverse proxy header configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If not, this is a security issue and can allow an attacker to spoof their IP address as visible to the Nextcloud. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Alderantzizko proxy goiburuaren konfigurazioa okerra da edo Nextcloud-era proxy fidagarri batetik sartu zara. Hala ez bada, segurtasun arazo bat dago eta erasotzaileek Nextcloud-en ikusgai dagoen IP helbidea faltsutu dezakete. Informazio gehiago <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentazioan</a> aurkitu daiteke.",
- "Memcached is configured as distributed cache, but the wrong PHP module \"memcache\" is installed. \\OC\\Memcache\\Memcached only supports \"memcached\" and not \"memcache\". See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">memcached wiki about both modules</a>." : "Memcached banatutako cache moduan konfiguratuta dago, baina okerreko \"memcache\" PHPko modulua dago instalatuta. \\OC\\Memcache\\Memcached-ek \"memcached\" bakarrik onartzen du eta ez \"memcache\". Ikusi <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">bi moduluei buruzko informazioa memcached wikian</a>.",
- "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">List of invalid files…</a> / <a href=\"{rescanEndpoint}\">Rescan…</a>)" : "Zenbait fitxategik ez dute integritate egiaztapena gainditu. Arazo hau nola konpondu jakiteko informazio gehiago aurkitu daiteke <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentazioan</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">Baliogabeko fitxategien zerrenda…</a> / <a href=\"{rescanEndpoint}\">Eskaneatu berriro…</a>)",
- "The PHP OPcache module is not loaded. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance it is recommended</a> to load it into your PHP installation." : "PHPko OPcache modulua ez da kargatu. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Errendimendu hobea izateko</a> zure PHP instalazioan kargatzea gomendatzen da.",
- "The PHP OPcache is not properly configured. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance it is recommended</a> to use the following settings in the <code>php.ini</code>:" : "PHPko OPcache ez dago behar bezala konfiguratuta. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Errendimendu hobea</a> izateko <code>php.ini</code> fitxategian ondorengo ezarpenak erabiltzea gomendatzen da:",
+ "No memory cache has been configured. To enhance performance, please configure a memcache, if available. Further information can be found in the {linkstart}documentation ↗{linkend}." : "Ez da memoria cachea konfiguratu. Errendimendua hobetzeko, konfiguratu memcache bat, erabilgarri badago. Informazio gehiago aurki dezakezu {linkstart} dokumentazioan ↗ {linkend}.",
+ "No suitable source for randomness found by PHP which is highly discouraged for security reasons. Further information can be found in the {linkstart}documentation ↗{linkend}." : "PHP-k ez du aurkitu iturri egokirik ausazkotasunerako, segurtasun arrazoiengatik oso gomendagarria dena. Informazio gehiago aurki dezakezu {linkstart} dokumentazioan ↗ {linkend}.",
+ "You are currently running PHP {version}. Upgrade your PHP version to take advantage of {linkstart}performance and security updates provided by the PHP Group ↗{linkend} as soon as your distribution supports it." : "Une honetan PHP {version} exekutatzen ari zara. Bertsio-berritu zure PHP bertsioa PHP Group-ek link {linkend} eskaintzen dituen {linkstart} errendimendu eta segurtasun eguneratzeak aprobetxatzeko zure banaketak onartu bezain laster.",
+ "Nextcloud 20 is the last release supporting PHP 7.2. Nextcloud 21 requires at least PHP 7.3." : "Nextcloud 20 da PHP 7.2rekin erabili daitekeen azken bertsioa. Nextcloud 21 erabiltzeko gutxienez PHP 7.3 behar da.",
+ "The reverse proxy header configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If not, this is a security issue and can allow an attacker to spoof their IP address as visible to the Nextcloud. Further information can be found in the {linkstart}documentation ↗{linkend}." : "Alderantzizko proxy goiburuko konfigurazioa okerra da, edo Nextcloud-era proxy fidagarri batetik sartzen ari zara. Hala ez bada, segurtasun arazo bat bada eta erasotzaile batek Nextcloud-en ikusgai dagoen IP helbidea faltsutzea baimendu dezake. Informazio gehiago aurkitu daiteke {linkstart} dokumentazioan ↗ {linkend}.",
+ "Memcached is configured as distributed cache, but the wrong PHP module \"memcache\" is installed. \\OC\\Memcache\\Memcached only supports \"memcached\" and not \"memcache\". See the {linkstart}memcached wiki about both modules ↗{linkend}." : "Memcached banatutako cache gisa konfiguratuta dago, baina \"memcache\" PHP modulu okerra dago instalatuta. \\ OC \\ Memcache \\ Memcached-ek \"memcached\" soilik onartzen du eta ez \"memcache\". Ikusi bi moduluei buruzko {linkstart} memcached wikia ↗{linkend}.",
+ "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in the {linkstart1}documentation ↗{linkend}. ({linkstart2}List of invalid files…{linkend} / {linkstart3}Rescan…{linkend})" : "Zenbait fitxategik ez dute integritate egiaztapena gainditu. Arazo hau konpontzeko moduari buruzko informazio gehiago aurki daiteke {linkstart1} dokumentazioan ↗ {linkend}. ({linkstart2} Baliogabeko fitxategien zerrenda...{linkend} / {linkstart3} Eskaneatu berriro...{linkend})",
+ "The PHP OPcache module is not loaded. {linkstart}For better performance it is recommended ↗{linkend} to load it into your PHP installation." : "PHP OPcache modulua ez dago kargatuta. {linkstart} Errendimendu hobea lortzeko, zure PHP instalazioan kargatzea gomendatzen da ↗{linked}.",
+ "The PHP OPcache module is not properly configured. {linkstart}For better performance it is recommended ↗{linkend} to use the following settings in the <code>php.ini</code>:" : "PHP OPcache modulua ez dago behar bezala konfiguratuta. {linkstart} Errendimendu hobea lortzeko, ezarpen hauek erabiltzea gomendatzen da ↗ {linkend} ezarpen hauek <code>php.ini</code>-n erabiltzeko:",
"The PHP function \"set_time_limit\" is not available. This could result in scripts being halted mid-execution, breaking your installation. Enabling this function is strongly recommended." : "PHPko \"set_time_limit\" funtzioa ez dago erabilgarri. Horren eraginez script-ak exekuzioaren erdian gelditu daitezke, zure instalazioa puskatuz. Biziki gomendatzen da funtzio hau gaitzea.",
"Your PHP does not have FreeType support, resulting in breakage of profile pictures and the settings interface." : "Zure PHPak ez dauka FreeType euskarririk. Ondorioz, profileko irudiak eta ezarpenen interfazea hondatuta daude.",
"Missing index \"{indexName}\" in table \"{tableName}\"." : "\"{indexName}\" indizea falta da \"{tableName}\" taulan.",
"The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "Datu-baseak zenbait indize falta ditu. Taula handietan indizeak gehitzeak denbora dezente har dezakeenez ez dira automatikoki gehitu. \"occ db:add-missing-indices\" exekutatuz indize horiek eskuz gehitu daitezke instantzia martxan dagoen bitartean. Indizeak gehitu ondoren taula horietan egindako kontsultak askoz azkarragoak izan ohi dira.",
+ "Missing primary key on table \"{tableName}\"." : "Gako nagusia falta da \"{tableName}\" taulan.",
+ "The database is missing some primary keys. Due to the fact that adding primary keys on big tables could take some time they were not added automatically. By running \"occ db:add-missing-primary-keys\" those missing primary keys could be added manually while the instance keeps running." : "Datu-baseak zenbait gako nagusi falta ditu. Taula handietan datu nagusiak gehitzeak denbora dezente har dezakeenez ez dira automatikoki gehitu. Exekutatuz \"occ db:add-missing-primary-keys\" falta diren gako nagusi horiek eskuz gehitu daitezke instantzia martxan dagoen bitartean.",
+ "Missing optional column \"{columnName}\" in table \"{tableName}\"." : "\"{columnName}\" hautazko zutabea falta da \"{tableName}\" taulan.",
+ "The database is missing some optional columns. Due to the fact that adding columns on big tables could take some time they were not added automatically when they can be optional. By running \"occ db:add-missing-columns\" those missing columns could be added manually while the instance keeps running. Once the columns are added some features might improve responsiveness or usability." : "Datu-baseak zenbait hautazko zutabe falta ditu. Hautazkoak izanik ez ziren automatikoki gehitu, taula handietan zutabeak gehitzeak denbora behar duelako. Zutabe horiek eskuz gehitu daitezke, instantzia martxan dagoen bitartean, \"occ db:add-missing-columns\" exekutatuz. Zutabeak gehitu ondoren, ezaugarri batzuk erantzuteko gaitasuna eta erabilgarritasuna hobetu dezakete.",
"This instance is missing some recommended PHP modules. For improved performance and better compatibility it is highly recommended to install them." : "Instantzia honek gomendatutako PHP modulu batzuk falta ditu. Biziki gomendatzen da horiek instalatzea, errendimendua eta bateragarritasuna hobetzeko.",
- "Some columns in the database are missing a conversion to big int. Due to the fact that changing column types on big tables could take some time they were not changed automatically. By running 'occ db:convert-filecache-bigint' those pending changes could be applied manually. This operation needs to be made while the instance is offline. For further details read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "Datu-baseko zutabe batzuk big int motarako bihurketa falta dute. Taula handietan zutabe motak aldatzeak denbora dezente har dezakeenez ez dira automatikoki aldatu. 'occ db:convert-filecache-bigint' exekutatuz aldaketa horiek eskuz aplikatu daitezke. Eragiketa hau instantzia lineaz kanpo dagoela egin behar da. Informazio gehiagorako irakurri <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentazioan honi buruzko orria</a>.",
+ "Module php-imagick in this instance has no SVG support. For better compatibility it is recommended to install it." : "Module php-imagick-ek ez du SVG onartzen instantzia honetan. Bateragarritasuna hobetzeko instalatzea gomendatzen da.",
+ "Some columns in the database are missing a conversion to big int. Due to the fact that changing column types on big tables could take some time they were not changed automatically. By running 'occ db:convert-filecache-bigint' those pending changes could be applied manually. This operation needs to be made while the instance is offline. For further details read {linkstart}the documentation page about this ↗{linkend}." : "Datu baseko zutabe batzuek big int bihurtzea falta dute. Taula handietan zutabe motak aldatzeak denbora dezente har dezakeenez ez dira automatikoki aldatu. 'Occ db: convert-filecache-bigint' exekutatuz zain dauden aldaketak eskuz aplika litezke. Eragiketa hau instantzia lineaz kanpo dagoen bitartean egin behar da. Xehetasun gehiagorako, irakurri {linkstart} honi buruzko dokumentazio orria ↗{linkend}.",
"SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend." : "SQLite datu-basea erabiltzen ari zara. Instalazio handiagoetarako beste datu-base sistema bat erabiltzea gomendatzen da.",
"This is particularly recommended when using the desktop client for file synchronisation." : "Bereziki gomendagarria da mahaigaineko bezeroa fitxategien sinkronizaziorako erabiltzean.",
- "To migrate to another database use the command line tool: 'occ db:convert-type', or see the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation ↗</a>." : "Beste datu-base batera migratzeko erabili komando lerroko tresna hau: 'occ db:convert-type', edo begiratu <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentazioa ↗</a>.",
- "Use of the the built in php mailer is no longer supported. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Please update your email server settings ↗<a/>." : "Integratutako php posta-bidaltzaileak ez dauka euskarririk jada. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Eguneratu zure posta elektronikoko zerbitzariaren ezarpenak ↗<a/>.",
+ "To migrate to another database use the command line tool: 'occ db:convert-type', or see the {linkstart}documentation ↗{linkend}." : "Beste datu-base batera migratzeko, erabili komando-lerroko tresna hau: 'occ db: convert-type', edo ikusi {linkstart} dokumentazioa ↗ {linkend}.",
"The PHP memory limit is below the recommended value of 512MB." : "PHPren memoria muga aholkatutako 512MB balioaren azpitik dago.",
"Some app directories are owned by a different user than the web server one. This may be the case if apps have been installed manually. Check the permissions of the following app directories:" : "Zenbait aplikazio direktorio jabea ez dator bat web zerbitzariaren erabiltzailearekin. Aplikazio horiek eskuz instalatzean gerta daiteke hori. Egiaztatu baimenak ondorengo aplikazio direktorioetan:",
- "MySQL is used as database but does not support 4-byte characters. To be able to handle 4-byte characters (like emojis) without issues in filenames or comments for example it is recommended to enable the 4-byte support in MySQL. For further details read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "MySQL erabiltzen da datu-base bezala baina ez dauka 4 byteko karaktereen euskarririk. Emojiak bezalako 4 byteko karaktereak, adibidez, fitxategi-izen edo iruzkinetan, arazorik gabe erabili ahal izateko MySQLren 4 byteko euskarria gaitzea gomendatzen da. Xehetasun gehiagorako irakurri <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">honi buruzko orria dokumentazioan</a>.",
+ "MySQL is used as database but does not support 4-byte characters. To be able to handle 4-byte characters (like emojis) without issues in filenames or comments for example it is recommended to enable the 4-byte support in MySQL. For further details read {linkstart}the documentation page about this ↗{linkend}." : "MySQL datu-base gisa erabiltzen da baina ez ditu 4 byteko karaktereak onartzen. 4 byteko karaktereak (emojiak bezala) fitxategien izenetan edo iruzkinetan arazorik gabe kudeatu ahal izateko, adibidez, 4 byteko euskarria gaitzea gomendatzen da MySQL-n. Xehetasun gehiagorako, irakurri {linkstart} honi buruzko dokumentazio orria ↗{linkend}.",
"This instance uses an S3 based object store as primary storage. The uploaded files are stored temporarily on the server and thus it is recommended to have 50 GB of free space available in the temp directory of PHP. Check the logs for full details about the path and the available space. To improve this please change the temporary directory in the php.ini or make more space available in that path." : "Instantzia honek S3n oinarritutako objektuen biltegia erabiltzen du biltegiratze nagusi bezala. Kargatutako fitxategiak behin-behinean zerbitzarian gordetzen direnez, PHPren aldi baterako direktorioan 50 GB libre edukitzea gomendatzen da. Egiaztatu egunkariak bidearen eta erabilgarri dagoen espazioari buruzko xehetasunak izateko. Hobetzeko aldatu aldi baterako direktorioa php.ini fitxategian edo egin leku gehiago bide horretan.",
- "You are accessing your instance over a secure connection, however your instance is generating insecure URLs. This most likely means that you are behind a reverse proxy and the overwrite config variables are not set correctly. Please read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "Zure instantziara konexio seguru baten bidez sartzen zara, hala ere zure instantziak seguruak ez diren helbideak sortzen ditu. Horrek, normalean, proxy zerbitzari baten atzean dagoela eta ezarpenak ondo ez daudela esan nahi du. Mesedez irakurri <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">honi buruzko dokumentazioa</a>.",
+ "You are accessing your instance over a secure connection, however your instance is generating insecure URLs. This most likely means that you are behind a reverse proxy and the overwrite config variables are not set correctly. Please read {linkstart}the documentation page about this ↗{linkend}." : "Zure instantziara konexio seguru baten bidez sartzen ari zara, hala ere, instantziak seguruak ez diren URLak sortzen ditu. Seguruenik horrek alderantzizko proxy baten atzean zaudela esan nahi du eta gainidatziaren konfigurazio aldagaiak ez daudela ondo ezarrita. Irakurri {linkstart} honi buruzko dokumentazio orria ↗ {linkend}.",
"Error occurred while checking server setup" : "Errorea gertatu da zerbitzariaren konfigurazioa egiaztatzean",
+ "For more details see the {linkstart}documentation ↗{linkend}." : "Xehetasun gehiago lortzeko, ikusi {linkstart} dokumentazioa ↗ {linkedin}.",
"Your data directory and files are probably accessible from the Internet. The .htaccess file is not working. It is strongly recommended that you configure your web server so that the data directory is no longer accessible, or move the data directory outside the web server document root." : "Zure datuen direktorioa eta fitxategiak Internetetik atzitu daitezke. .htaccess fitxategiak ez du funtzionatzen. Biziki gomendatzen da web zerbitzariaren konfigurazioa aldatzea datuen direktorioa atzigarri egon ez dadin edo datuen direktorioa web zerbitzariaren dokumentu errotik kanpora ateratzea.",
"The \"{header}\" HTTP header is not set to \"{expected}\". This is a potential security or privacy risk, as it is recommended to adjust this setting accordingly." : "\"{header}\" HTTP goiburua ez dago \"{expected}\" baliora ezarria. Hau segurtasun edo pribatutasun arrisku bat izan daiteke. Ezarpenean dagokion balioa jartzea gomendatzen da.",
"The \"{header}\" HTTP header is not set to \"{expected}\". Some features might not work correctly, as it is recommended to adjust this setting accordingly." : "\"{header}\" HTTP goiburua ez dago \"{expected}\" baliora ezarria. Baliteke ezaugarri batzuk espero bezala ez funtzionatzea. Ezarpenean dagokion balioa jartzea gomendatzen da.",
"The \"{header}\" HTTP header doesn't contain \"{expected}\". This is a potential security or privacy risk, as it is recommended to adjust this setting accordingly." : "\"{expected}\" ez dago \"{header}\" HTTP goiburuaren barnean. Hau segurtasun edo pribatutasun arrisku bat izan daiteke. Ezarpenean dagokion balioa jartzea gomendatzen da.",
- "The \"{header}\" HTTP header is not set to \"{val1}\", \"{val2}\", \"{val3}\", \"{val4}\" or \"{val5}\". This can leak referer information. See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{link}\">W3C Recommendation ↗</a>." : "\"{header}\" HTTP goiburua ez dago \"{val1}\", \"{val2}\", \"{val3}\", \"{val4}\" edo \"{val5}\" balioetara ezarria. Honek HTTP referer informazioaren filtrazioa eragin dezake. Ikusi <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{link}\">W3C Gomendioa ↗</a>.",
- "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the <a href=\"{docUrl}\" rel=\"noreferrer noopener\">security tips ↗</a>." : "\"Strict-Transport-Security\" HTTP goiburua ez dago gutxienez \"{seconds}\" segundora ezarria. Segurtasuna hobetzeko, <a href=\"{docUrl}\" rel=\"noreferrer noopener\">segurtasun aholkuetan ↗</a> gomendatu bezala, HSTS gaitzea gomendatzen da.",
- "Accessing site insecurely via HTTP. You are strongly advised to set up your server to require HTTPS instead, as described in the <a href=\"{docUrl}\">security tips ↗</a>." : "Gunera HTTP bidez modu ez-seguruan sartzen ari zara. Biziki gomendatzen da , <a href=\"{docUrl}\">segurtasun aholkuetan ↗</a> deskribatu bezala, zerbitzaria HTTPS derrigorrez erabiltzeko konfiguratzea.",
- "Non-existing tag #{tag}" : "#{tag} ez da existitzen",
- "restricted" : "mugatua",
- "invisible" : "ikusezina",
- "Delete" : "Ezabatu",
- "Rename" : "Berrizendatu",
- "Collaborative tags" : "Elkarlaneko etiketak",
- "No tags found" : "Ez da etiketarik aurkitu",
+ "The \"{header}\" HTTP header is not set to \"{val1}\", \"{val2}\", \"{val3}\", \"{val4}\" or \"{val5}\". This can leak referer information. See the {linkstart}W3C Recommendation ↗{linkend}." : "\"{Header}\" HTTP goiburua ez dago \"{val1}\", \"{val2}\", \"{val3}\", \"{val4}\" edo \"{val5}\" gisa ezarrita. Horrek aipamenen informazioa isuri dezake. Ikusi {linkstart} W3C gomendioa ↗ {linkend}.",
+ "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the {linkstart}security tips ↗{linkend}." : "\"Strict-Transport-Security\" HTTP goiburua ez dago gutxienez \"{segundo}\" segundotan ezarrita. Segurtasuna hobetzeko, HSTS gaitzea gomendatzen da {linkstart} segurtasun aholkuak ↗ {linkend} atalean azaltzen den moduan.",
+ "Accessing site insecurely via HTTP. You are strongly advised to set up your server to require HTTPS instead, as described in the {linkstart}security tips ↗{linkend}." : "Gunera HTTP bidez modu ez-seguruan sartzen ari zara. Zure zerbitzaria derrigorrez HTTPS erabiltzeko konfiguratzea gomendatzen da biziki, {linkstart} segurtasun aholkuak ↗ {linkend} atalean azaltzen den moduan.",
"unknown text" : "testu ezezaguna",
"Hello world!" : "Kaixo mundua!",
"sunny" : "eguzkitsua",
@@ -123,27 +128,28 @@
"Please reload the page." : "Mesedez birkargatu orria.",
"The update was unsuccessful. For more information <a href=\"{url}\">check our forum post</a> covering this issue." : "Eguneraketak huts egin du. Informazio gehiagorako <a href=\"{url}\">begiratu gure foroan arazoari buruzko sarrera</a>.",
"The update was unsuccessful. Please report this issue to the <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">Nextcloud community</a>." : "Eguneraketak huts egin du. Mesedez, jakinarazi arazoa <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">Nextcloud komunitateari</a>.",
- "Continue to Nextcloud" : "Nextcloudera jarraitu",
- "_The update was successful. Redirecting you to Nextcloud in %n second._::_The update was successful. Redirecting you to Nextcloud in %n seconds._" : ["Eguneraketa behar bezala egin da. Segundo %n barru Nextcloudera birbideratuko zaitugu.","Eguneraketa behar bezala egin da. %n segundo barru Nextcloudera birbideratuko zaitugu."],
- "Searching other places" : "Beste lekuak bilatzen",
- "No search results in other folders for {tag}{filter}{endtag}" : "{tag}{filter}{endtag}(r)entzat ez da emaitzarik topatu beste karpetetan",
- "_{count} search result in another folder_::_{count} search results in other folders_" : ["{count} bilaketa-emaitza beste karpeta batean","{count} bilaketa-emaitza beste karpetetan"],
+ "Continue to {productName}" : "Jarraitu hona: {productName}",
+ "_The update was successful. Redirecting you to {productName} in %n second._::_The update was successful. Redirecting you to {productName} in %n seconds._" : ["Eguneraketa behar bezala egin da. {ProductName} ra birbideratuko zaitugu %nsegundotan.","Eguneraketa behar bezala egin da. {ProductName} ra birbideratuko zaitugu %n segundotan."],
+ "Log in" : "Hasi saioa",
+ "Logging in …" : "Saioa hasten...",
"Server side authentication failed!" : "Zerbitzari aldeko autentifikazioak huts egin du!",
"Please contact your administrator." : "Mesedez jarri harremanetan zure administratzailearekin.",
- "An internal error occurred." : "Barne-errorea gertatu da.",
+ "An internal error occurred." : "Barne-errore bat gertatu da.",
"Please try again or contact your administrator." : "Saiatu berriro edo jarri harremanetan administratzailearekin.",
"Username or email" : "Erabiltzaile-izena edo e-posta",
"Password" : "Pasahitza",
- "Log in" : "Hasi saioa",
- "Logging in …" : "Saioa hasten...",
+ "Toggle password visibility" : "Txandakati pasahitzaren ikusgaitasuna",
"Wrong username or password." : "Erabiltzaile-izen edo pasahitz okerra.",
"User disabled" : "Erabiltzailea desgaituta",
"We have detected multiple invalid login attempts from your IP. Therefore your next login is throttled up to 30 seconds." : "Saioa hasteko hainbat saiakera baliogabe jaso ditugu zure IPtik. Ondorioz, zure hurrengo saio hasiera 30 segundo atzeratuko da.",
+ "Your account is not setup for passwordless login." : "Zure kontua ez dago pasahitzik gabeko autentifikaziorako konfiguratua.",
+ "Passwordless authentication is not supported in your browser." : "Zure nabigatzaileak ez du pasahitzik gabeko autentifikaziorik onartzen.",
+ "Passwordless authentication is only available over a secure connection." : "Pasahitzik gabeko autentifikazioa konexio seguruetan erabil daiteke soilik.",
"Reset password" : "Berrezarri pasahitza",
- "A password reset message has been sent to the e-mail address of this account. If you do not receive it, check your spam/junk folders or ask your local administrator for help." : "Pasahitza berrezartzeko mezu bat bidali da kontu honen helbide elektronikora. Ez baduzu jasotzen, egiaztatu spam/zabor karpetak edo eskatu laguntza zure administratzaile lokalari.",
+ "A password reset message has been sent to the email address of this account. If you do not receive it, check your spam/junk folders or ask your local administrator for help." : "Pasahitza berrezartzeko mezu bat bidali da kontu honen helbide elektronikora. Jasotzen ez baduzu, egiaztatu spam/zabor karpetak edo eskatu laguntza administratzaile lokalari.",
"If it is not there ask your local administrator." : "Han ez badago, galdetu zure administratzaile lokalari.",
"Couldn't send reset email. Please contact your administrator." : "Ezin izan da berrezartzeko e-posta bidali. Jarri zure administratzailearekin harremanetan.",
- "Password can not be changed. Please contact your administrator." : "Ezin da pasahitza aldatu. Jarri zure administratzailearekin harremanetan.",
+ "Password cannot be changed. Please contact your administrator." : "Ezin da pasahitza aldatu. Jarri zure administratzailearekin harremanetan.",
"Back to login" : "Itzuli saio hasierara",
"New password" : "Pasahitz berria",
"Your files are encrypted. There will be no way to get your data back after your password is reset. If you are not sure what to do, please contact your administrator before you continue. Do you really want to continue?" : "Zure fitxategiak enkriptatuta daude. Pasahitza berrezarri ondoren ezin izango dituzu zure datuak berreskuratu. Ez bazaude ziur, galdetu zure administratzaileari jarraitu aurretik. Ziur zaude jarraitu nahi duzula?",
@@ -151,20 +157,32 @@
"Resetting password" : "Pasahitza berrezartzen",
"Recommended apps" : "Gomendatutako aplikazioak",
"Loading apps …" : "Aplikazioak kargatzen...",
- "Could not fetch list of apps from the app store." : "Ezin izan da aplikazioen zerrenda eskuratu aplikazioen biltegitik.",
+ "Could not fetch list of apps from the App Store." : "Ezin izan da aplikazioen zerrenda eskuratu App Store-tik.",
"Installing apps …" : "Aplikazioak instalatzen...",
- "Nextcloud {app}" : "Nextcloud {app}",
"App download or installation failed" : "Huts egin du aplikazioaren deskarga edo instalazioak",
- "Can't install this app because it is not compatible" : "Ezin da aplikazio hau instalatu ez delako bateragarria",
- "Can't install this app" : "Ezin da aplikazio hau instalatu",
+ "Cannot install this app because it is not compatible" : "Ezin da aplikazio hau instalatu ez delako bateragarria",
+ "Cannot install this app" : "Ezin da aplikazio hau instalatu",
"Cancel" : "Ezeztatu",
"Schedule work & meetings, synced with all your devices." : "Antolatu lana eta bilerak, zure gailu guztiekin sinkronizatuta.",
"Keep your colleagues and friends in one place without leaking their private info." : "Eduki zure lankide eta lagun guztiak leku bakarrean, beren informazioa pribatu mantenduz.",
"Simple email app nicely integrated with Files, Contacts and Calendar." : "Fitxategiak, Kontaktuak eta Egutegiarekin integratutako posta elektronikoko aplikazio soila.",
"Chatting, video calls, screensharing, online meetings and web conferencing – in your browser and with mobile apps." : "Txata, bideo-deiak, pantaila partekatzea, lineako bilerak eta web konferentziak - zure nabigatzailean eta mugikorrerako aplikazioekin.",
"Collaboratively edit office documents." : "Editatu bulegoko dokumentuak elkarlanean.",
- "Local document editing back-end used by the OnlyOffice app." : "OnlyOffice aplikazioak dokumentu lokalak editatzeko erabiltzen duen atzealdekoa.",
+ "Local document editing back-end used by the Collabora Online app." : "Colabora Online aplikazioak dokumentu lokalak editatzeko erabiltzen duen atzealdekoa. ",
"Forgot password?" : "Pasahitza ahaztu duzu?",
+ "Log in with a device" : "Hasi saioa gailu batekin",
+ "Back" : "Atzera",
+ "Login form is disabled." : "Saioa hasteko inprimakia desgaituta dago.",
+ "Reset search" : "Berrezarri bilaketa",
+ "Search for {name} only" : "Biatu {name} bakarrik",
+ "No results for {query}" : " {query}-(r)entzako emaitzarik ez",
+ "Start typing to search" : "Hasi idazten bilatzeko",
+ "Loading more results …" : "Emaitza gehiago kargatzen ...",
+ "Load more results" : "Kargatu emaitza gehiago ",
+ "Search" : "Bilatu",
+ "An error occurred while searching for {type}" : "Errorea gertatu da {type} bilatzean",
+ "_Please enter {minSearchLength} character or more to search_::_Please enter {minSearchLength} characters or more to search_" : ["Sartu karaktere {minSearchLength} edo gehiago bilatzeko","Sartu {minSearchLength} karaktere edo gehiago bilatzeko"],
+ "Search {types} …" : "Bilatu {types} …",
"Settings" : "Ezarpenak",
"Could not load your contacts" : "Ezin izan dira zure kontaktuak kargatu",
"Search contacts …" : "Bilatu kontaktuak...",
@@ -232,6 +250,13 @@
"Strong password" : "Pasahitz sendoa",
"No action available" : "Ez dago ekintzarik eskuragarri",
"Error fetching contact actions" : "Errorea kontaktu-ekintzak eskuratzean",
+ "Non-existing tag #{tag}" : "#{tag} ez da existitzen",
+ "restricted" : "mugatua",
+ "invisible" : "ikusezina",
+ "Delete" : "Ezabatu",
+ "Rename" : "Berrizendatu",
+ "Collaborative tags" : "Elkarlaneko etiketak",
+ "No tags found" : "Ez da etiketarik aurkitu",
"Personal" : "Pertsonala",
"Users" : "Erabiltzaileak",
"Apps" : "Aplikazioak",
@@ -241,7 +266,10 @@
"File not found" : "Ez da fitxategia aurkitu",
"The document could not be found on the server. Maybe the share was deleted or has expired?" : "Dokumentua ezin izan da aurkitu zerbitzarian. Agian partekatutakoa ezabatua izan da ala iraungitu egin da?",
"Back to %s" : "%s(e)ra bueltatu",
+ "Too many requests" : "Eskaera gehiegi",
+ "There were too many requests from your network. Retry later or contact your administrator if this is an error." : "Eskaera gehiegi zeuden zure saretik. Saiatu beranduago edo kontaktatu zure administrailearekin errorerik balego",
"Error" : "Errorea",
+ "Previous" : "Aurrekoa",
"Internal Server Error" : "Zerbitzariaren barne-errorea",
"The server was unable to complete your request." : "Zerbitzariak ezin izan du zure eskaera bete.",
"If this happens again, please send the technical details below to the server administrator." : "Berriz gertatzen bada, mesedez bidali ondoko datu teknikoak zure administratzaileari.",
@@ -278,7 +306,7 @@
"SQLite should only be used for minimal and development instances. For production we recommend a different database backend." : "SQLite garapenerako eta instantzia txikietarako soilik erabili behar litzateke. Produkziorako beste datu-base sistema bat erabiltzea gomendatzen dugu.",
"If you use clients for file syncing, the use of SQLite is highly discouraged." : "Fitxategiak sinkronizatzeko bezeroak erabiltzen badituzu, SQLite ez erabiltzea aholkatzen da.",
"Install recommended apps" : "Instalatu gomendatutako aplikazioak",
- "Calendar, Contacts, Talk, Mail & OnlyOffice" : "Egutegia, Kontaktuak, Elkarrizketa, Posta eta OnlyOffice",
+ "Calendar, Contacts, Talk, Mail & Collaborative editing" : "Egutegia, Kontaktuak, Elkarrizketa, Posta eta Editatze kolaboratiboa",
"Finish setup" : "Bukatu konfigurazioa",
"Finishing …" : "Bukatzen...",
"Need help?" : "Laguntza behar duzu?",
@@ -292,14 +320,13 @@
"More apps" : "Aplikazio gehiago",
"More" : "Gehiago",
"More apps menu" : "Aplikazio gehiago menua",
- "Search" : "Bilatu",
- "Reset search" : "Berrezarri bilaketa",
"Contacts" : "Kontaktuak",
"Contacts menu" : "Kontaktuen menua",
"Settings menu" : "Ezarpenak menua",
"Confirm your password" : "Berretsi pasahitza",
"Connect to your account" : "Konektatu zure kontura",
"Please log in before granting %1$s access to your %2$s account." : "Hasi saioa %1$s erabiltzaileari zure %2$s kontura sarbidea eman aurretik.",
+ "If you are not trying to set up a new device or app, someone is trying to trick you into granting them access to your data. In this case do not proceed and instead contact your system administrator." : "Gailu edo aplikazio berri bat konfiguratzen saiatzen ari ez bazara, norbaitek zure datuetarako sarbidea eman diezaiozun, zu engainatzen saiatzen ari da. Kasu horretan, jarraitu ordez jarri harremanetan sistemaren administratzailearekin.",
"App token" : "Aplikazio-tokena",
"Grant access" : "Baimendu sarrera",
"Alternative log in using app token" : "Saio hasiera alternatiboa aplikazio-tokena erabiliz",
@@ -318,7 +345,7 @@
"Set up two-factor authentication" : "Konfiguratu bi faktoreko autentifikazioa",
"Two-factor authentication is enforced but has not been configured on your account. Use one of your backup codes to log in or contact your admin for assistance." : "Bi faktoreko autentifikazioa aplikatzen da baina ez da konfiguratu zure kontuan. Erabili zure ordezko kode bat saioa hasteko edo jarri harremanetan zure administratzailearekin laguntza jasotzeko.",
"Use backup code" : "Erabili ordezko kodea",
- "Cancel login" : "Ezeztatu login",
+ "Cancel login" : "Ezeztatu saio-hasiera",
"Setup two-factor authentication" : "Konfiguratu bi faktoreko autentifikazioa",
"Enhanced security is enforced for your account. Choose which provider to set up:" : "Segurtasun hobetua aplikatzen da zure kontuan. Aukeratu hornitzailea konfiguratzeko:",
"Error while validating your second factor" : "Errorea zure bigarren faktorea balioztatzean",
@@ -327,7 +354,7 @@
"Further information how to configure this can be found in the %1$sdocumentation%2$s." : "Hau konfiguratzeko informazio gehiago %1$sdokumentazioan%2$s aurki daiteke.",
"App update required" : "Aplikazioa eguneratu behar da",
"%1$s will be updated to version %2$s" : "%1$s %2$s bertsiora eguneratuko da.",
- "These apps will be updated:" : "Aplikazio hauek eguneratuko dira:",
+ "The following apps will be updated:" : "Hurrengo aplikazioak eguneratuko dira:",
"These incompatible apps will be disabled:" : "Aplikazio bateraezin hauek desgaituko dira:",
"The theme %s has been disabled." : "%s gaia desgaitu da.",
"Please make sure that the database, the config folder and the data folder have been backed up before proceeding." : "Ekin aurretik egiazta ezazu datu-basearen, ezarpenen karpetaren eta datuen karpetaren babeskopia egin duzula.",
@@ -343,95 +370,49 @@
"This %s instance is currently in maintenance mode, which may take a while." : "%s instantzia hau mantenu-moduan dago une honetan, honek denbora tarte bat iraun dezake.",
"This page will refresh itself when the instance is available again." : "Instantzia berriz ere erabilgarri dagoenean orri hau freskatuko da.",
"Contact your system administrator if this message persists or appeared unexpectedly." : "Jarri harremanetan zure sistema administratzailearekin mezu honek irauten badu edo ezustean agertu bada.",
- "Could not send reset email because there is no email address for this username. Please contact your administrator." : "Ezin izan da berrezartzeko posta elektronikoa bidali erabiltzaile honek helbide elektronikorik ez daukalako. Jarri harremanetan administratzailearekin.",
- "Couldn't send reset email. Please make sure your username is correct." : "Ezin izan da berrezartzeko posta elektronikoa bidali. Ziurtatu zure erabiltzaile-izena zuzena dela.",
- "We have send a password reset e-mail to the e-mail address known to us for this account. If you do not receive it within a reasonable amount of time, check your spam/junk folders.<br>If it is not there ask your local administrator." : "Pasahitza berrezartzeko posta elektroniko bat bidali dugu kontu honen helbide elektronikora. Ez baduzu arrazoizko denbora epe batean jasotzen, begiratu zure zabor-posta karpetan. <br> Ez badago hor, galdetu zure administratzaile lokalari.",
- "Your files are encrypted. There will be no way to get your data back after your password is reset.<br />If you are not sure what to do, please contact your administrator before you continue. <br />Do you really want to continue?" : "Zure fitxategiak enkriptatuta daude. Pasahitza aldatuz gero, ez dago zure datuak berreskuratzeko modurik.<br />Ziur ez bazaude, jarri harremanetan administratzailearekin jarraitu baino lehen. <br />Ziur zaude jarraitu nahi duzula?",
- "Sending email …" : "Emaila bidaltzen ...",
- "You are currently running PHP 5.6. The current major version of Nextcloud is the last that is supported on PHP 5.6. It is recommended to upgrade the PHP version to 7.0+ to be able to upgrade to Nextcloud 14." : "PHP 5.6 exekutatzen ari zara. Nextcloud 13 da PHP 5.6rentzat euskarria eskaintzen duen azken bertsioa. PHP 7.0+ bertsiora eguneratzea gomendatzen da Nextcloud 14ra bertsio-berritu ahal izateko.",
- "Accessing site insecurely via HTTP. You are strongly adviced to set up your server to require HTTPS instead, as described in the <a href=\"{docUrl}\">security tips ↗</a>." : "Gunera HTTP bidez modu ez-seguruan sartzen ari zara. Biziki gomendatzen da, <a href=\"{docUrl}\">segurtasun aholkuetan ↗</a> deskribatu bezala, zerbitzaria HTTPS derrigorrez erabiltzeko konfiguratzea.",
- "Shared" : "Partekatuta",
- "Shared with" : "Honekin partekatua",
- "Shared by" : "Honek partekatua",
- "Choose a password for the public link" : "Aukeratu pasahitz bat esteka publikoarentzat",
- "Choose a password for the public link or press the \"Enter\" key" : "Aukeratu pasahitz bat esteka publikoarentzat edo sakatu \"Sartu\" tekla",
- "Copied!" : "Kopiatuta!",
- "Copy link" : "Kopiatu esteka",
- "Not supported!" : "Ez da onartzen!",
- "Press ⌘-C to copy." : "Sakatu ⌘-C kopiatzeko.",
- "Press Ctrl-C to copy." : "Sakatu Ctrl-C kopiatzeko.",
- "Unable to create a link share" : "Ezin izan da partekatzeko esteka sortu",
- "Unable to toggle this option" : "Ezin izan da aukera hau txandakatu",
- "Resharing is not allowed" : "Berriz elkarbanatzea ez dago baimendua",
- "Link" : "Esteka",
- "Hide download" : "Ezkutatu deskarga",
- "Password protection enforced" : "Pasahitz bidezko babesa betearazita",
- "Password protect" : "Babestu pasahitzarekin",
- "Allow editing" : "Baimendu editatzea",
- "Email link to person" : "Bidali esteka posta elektronikoz",
- "Send" : "Bidali",
- "Allow upload and editing" : "Onartu kargatzea eta edizioa",
- "Read only" : "Irakurtzeko soilik",
- "File drop (upload only)" : "Fitxategia jaregin (kargatzeko soilik)",
- "Expiration date enforced" : "Iraungitze-data betearazita",
- "Set expiration date" : "Ezarri iraungitze-data",
- "Expiration" : "Iraungitzea",
- "Expiration date" : "Iraungitze-data",
- "Note to recipient" : "Jasotzaileari oharra",
- "Unshare" : "Ez partekatu",
- "Delete share link" : "Ezabatu partekatzeko esteka",
- "Add another link" : "Gehitu beste esteka bat",
- "Password protection for links is mandatory" : "Estekak pasahitzez babestea nahitaezkoa da",
- "Share to {name}" : "Partekatu hona {izena}",
- "Share link" : "Partekatu esteka",
- "New share link" : "Partekatzeko esteka berria",
- "Created on {time}" : "Sortze-data {time}",
- "Password protect by Talk" : "Talk-ek pasahitzez babestua",
- "Could not unshare" : "Ezin izan da partekatzea kendu",
- "Shared with you and the group {group} by {owner}" : "{owner} erabiltzaileak zu eta {group} taldearekin partekatuta",
- "Shared with you and {circle} by {owner}" : " {owner} erabiltzaileak zurekin eta {circle} zirkuluarekin partekatua",
- "Shared with you and the conversation {conversation} by {owner}" : "{owner} erabiltzaileak zu eta {conversation} elkarrizketarekin partekatua",
- "Shared with you in a conversation by {owner}" : "{owner} erabiltzaileak zurekin partekatua elkarrizketa batean",
- "Shared with you by {owner}" : "{owner} erabiltzaileak zurekin partekatua",
- "Choose a password for the mail share" : "Hautatu pasahitz bat posta elektronikoz partekatzeko",
- "group" : "taldea",
- "remote" : "urrunekoa",
- "remote group" : "urruneko taldea",
- "email" : "posta elektronikoa",
- "conversation" : "elkarrizketa",
- "shared by {sharer}" : "{sharer} erabiltzaileak partekatua",
- "Can reshare" : "Berriz partekatu dezake",
- "Can edit" : "Editatu dezake",
- "Can create" : "Sortu dezake",
- "Can change" : "Aldatu dezake",
- "Can delete" : "Ezabatu dezake",
- "Access control" : "Sarbide kontrola",
- "{shareInitiatorDisplayName} shared via link" : "{shareInitiatorDisplayName} erabiltzaileak esteka bidez partekatua",
- "Error while sharing" : "Errore bat gertatu da partekatzean",
- "Share details could not be loaded for this item." : "Ezin izan dira elementu honen partekatze xehetasunak kargatu.",
- "Search globally" : "Bilatu globalki",
- "_At least {count} character is needed for autocompletion_::_At least {count} characters are needed for autocompletion_" : ["Osatze automatikorako gutxienez karaktere {count} behar da","Osatze automatikorako gutxienez {count} karaktere behar dira"],
- "This list is maybe truncated - please refine your search term to see more results." : "Baliteke zerrenda hau moztuta egotea - findu zure bilaketa-terminoa emaitza gehiago ikusteko.",
- "No users or groups found for {search}" : "Ez da {search} bilaketarekin bat datorren erabiltzaile edo talderik aurkitu",
- "No users found for {search}" : "Ez da {search} bilaketarekin bat datorren erabiltzailerik aurkitu",
- "An error occurred (\"{message}\"). Please try again" : "Errore bat gertatu da (\"{message}\"). Saiatu berriro",
- "An error occurred. Please try again" : "Errore bat gertatu da. Saiatu berriro.",
- "Home" : "Etxea",
- "Work" : "Lana",
- "Other" : "Beste bat",
- "{sharee} (remote group)" : "{sharee} (urruneko taldea)",
- "{sharee} ({type}, {owner})" : "{sharee} ({type}, {owner})",
- "Share" : "Partekatu",
- "Name or email address..." : "Izena edo helbide elektronikoa...",
- "Name or federated cloud ID..." : "Izena edo federatutako hodeiaren IDa...",
- "Name, federated cloud ID or email address..." : "Izena, federatutako hodeiaren IDa edo helbide elektronikoa...",
- "Name..." : "Izena...",
- "Error removing share" : " Errorea partekatzea kentzean",
- "({scope})" : "({scope})",
- "Saving..." : "Gordetzen...",
- "Dismiss" : "Baztertu",
- "Your client should now be connected! You can close this window." : "Zure bezeroak konektatuta dago! Leiho hau itxi dezakezu.",
- "New Password" : "Pasahitz berria",
- "Cancel log in" : "Ezeztatu saio hasiera"
+ "Checking whether the database schema can be updated (this can take a long time depending on the database size)" : "Datu-basearen eskema eguneratu daitekeen egiaztatzen (honek luze jo dezake datu-basearen tamainaren arabera)",
+ "Checked database schema update" : "Datu-basearen eskemaren eguneratzea egiaztatuta",
+ "Checking updates of apps" : "Aplikazioentzako eguneratzeak egiaztatzen",
+ "Checking for update of app \"%s\" in appstore" : "\"%s\" aplikazioak aplikazioen biltegian eguneratzerik ba ote duen egiaztatzen.",
+ "Update app \"%s\" from appstore" : "Eguneratu \"%s\" aplikazioa aplikazioen biltegitik",
+ "Checked for update of app \"%s\" in appstore" : "\"%s\" aplikazioak aplikazioen biltegian ba ote duen egiaztatuta",
+ "Checked database schema update for apps" : "Aplikazioen datu-baseko eskemaren eguneratzea egiaztatuta",
+ "Following apps have been disabled: %s" : "Hurrengo aplikazioak desgaitu dira: %s",
+ "Your web server is not properly set up to resolve \"{url}\". Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Zure web zerbitzaria ez dago behar bezala konfiguratuta \"{url}\" ebazteko. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Dokumentazioan</a> aurkituko duzu informazio gehiago.",
+ "Your web server is not properly set up to resolve \"{url}\". This is most likely related to a web server configuration that was not updated to deliver this folder directly. Please compare your configuration against the shipped rewrite rules in \".htaccess\" for Apache or the provided one in the documentation for Nginx at it's <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation page</a>. On Nginx those are typically the lines starting with \"location ~\" that need an update." : "Zure web zerbitzaria ez dago behar bezala konfiguratuta \"{url}\" ebazteko. Ziur aski web zerbitzariaren konfigurazioa ez dago karpeta hau zuzenean banatzeko eguneratuta. Konparatu zure konfigurazioa banatutako Apacherako \".htaccess\" fitxategiko berridazketa arauekin edo Nginx-en <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentazio orriko</a> informazioarekin. Nginx-en \"location ~\" katearekin hasten diren lerroak izan ohi dira eguneratu beharrekoak.",
+ "Your web server is not properly set up to deliver .woff2 files. This is typically an issue with the Nginx configuration. For Nextcloud 15 it needs an adjustement to also deliver .woff2 files. Compare your Nginx configuration to the recommended configuration in our <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Zure web zerbitzaria ez dago behar bezala konfiguratuta .woff2 fitxategiak zerbitzatzeko. Hau Nginx-en konfigurazioaren arazo bat izan ohi da. Nextcloud 15ean aldaketa bat egin behar zaio .woff2 fitxategiak zerbitzatzeko. Konparatu zure Nginx konfigurazioa gure <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentazioan</a> gomendatutakoarekin.",
+ "Please check the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">installation documentation ↗</a> for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "Begiratu PHPren konfigurazioari buruzko oharrak <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">instalaziorako dokumentazioan ↗</a> eta zure zerbitzariaren PHP konfigurazioa, bereziki php-fpm erabiltzean.",
+ "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems. See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation ↗</a> for more information." : "Fitxategien blokeo transakzionala desgaituta dago. Honek arazoak eragin ditzake lasterketa baldintzekin. Gaitu \"filelocking.enabled\" config.php-n arazo horiek saihesteko. Ikusi <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentazioa ↗</a> informazio gehiagorako.",
+ "Last background job execution ran {relativeTime}. Something seems wrong." : "Azken atzeko planoko lanaren exekuzioak {relativeTime} behar izan ditu. Zerbait gaizki dagoela dirudi.",
+ "Check the background job settings" : "Egiaztatu atzeko planoko lanen ezarpenak",
+ "No memory cache has been configured. To enhance performance, please configure a memcache, if available. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Ez da cache memoriarik konfiguratu. Errendimendua handitzeko konfiguratu memcache, erabilgarri badago. Informazio gehigarria <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentazioan</a> aurki daiteke.",
+ "No suitable source for randomness found by PHP which is highly discouraged for security reasons. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "PHPk ez du ausazkotasun iturburu egokirik aurkitu. Hori ez da batere gomendagarria segurtasun arrazoiengatik. Informazio gehiago aurki daiteke <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentazioan</a>.",
+ "You are currently running PHP {version}. Upgrade your PHP version to take advantage of <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">performance and security updates provided by the PHP Group</a> as soon as your distribution supports it." : "Une honetan PHP {version} exekutatzen ari zara. Bertsio-berritu zure PHP bertsioa zure banaketak euskarria eman bezain laster <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">PHP Group-ek emandako errendimendu eta segurtasun eguneratzeen</a> abantaila izateko.",
+ "The reverse proxy header configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If not, this is a security issue and can allow an attacker to spoof their IP address as visible to the Nextcloud. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Alderantzizko proxy goiburuaren konfigurazioa okerra da edo Nextcloud-era proxy fidagarri batetik sartu zara. Hala ez bada, segurtasun arazo bat dago eta erasotzaileek Nextcloud-en ikusgai dagoen IP helbidea faltsutu dezakete. Informazio gehiago <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentazioan</a> aurkitu daiteke.",
+ "Memcached is configured as distributed cache, but the wrong PHP module \"memcache\" is installed. \\OC\\Memcache\\Memcached only supports \"memcached\" and not \"memcache\". See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">memcached wiki about both modules</a>." : "Memcached banatutako cache moduan konfiguratuta dago, baina okerreko \"memcache\" PHPko modulua dago instalatuta. \\OC\\Memcache\\Memcached-ek \"memcached\" bakarrik onartzen du eta ez \"memcache\". Ikusi <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">bi moduluei buruzko informazioa memcached wikian</a>.",
+ "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">List of invalid files…</a> / <a href=\"{rescanEndpoint}\">Rescan…</a>)" : "Zenbait fitxategik ez dute integritate egiaztapena gainditu. Arazo hau nola konpondu jakiteko informazio gehiago aurkitu daiteke <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentazioan</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">Baliogabeko fitxategien zerrenda…</a> / <a href=\"{rescanEndpoint}\">Eskaneatu berriro…</a>)",
+ "The PHP OPcache module is not loaded. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance it is recommended</a> to load it into your PHP installation." : "PHPko OPcache modulua ez da kargatu. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Errendimendu hobea izateko</a> zure PHP instalazioan kargatzea gomendatzen da.",
+ "The PHP OPcache is not properly configured. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance it is recommended</a> to use the following settings in the <code>php.ini</code>:" : "PHPko OPcache ez dago behar bezala konfiguratuta. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Errendimendu hobea</a> izateko <code>php.ini</code> fitxategian ondorengo ezarpenak erabiltzea gomendatzen da:",
+ "Some columns in the database are missing a conversion to big int. Due to the fact that changing column types on big tables could take some time they were not changed automatically. By running 'occ db:convert-filecache-bigint' those pending changes could be applied manually. This operation needs to be made while the instance is offline. For further details read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "Datu-baseko zutabe batzuk big int motarako bihurketa falta dute. Taula handietan zutabe motak aldatzeak denbora dezente har dezakeenez ez dira automatikoki aldatu. 'occ db:convert-filecache-bigint' exekutatuz aldaketa horiek eskuz aplikatu daitezke. Eragiketa hau instantzia lineaz kanpo dagoela egin behar da. Informazio gehiagorako irakurri <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentazioan honi buruzko orria</a>.",
+ "To migrate to another database use the command line tool: 'occ db:convert-type', or see the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation ↗</a>." : "Beste datu-base batera migratzeko erabili komando lerroko tresna hau: 'occ db:convert-type', edo begiratu <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentazioa ↗</a>.",
+ "Use of the the built in php mailer is no longer supported. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Please update your email server settings ↗<a/>." : "Integratutako php posta-bidaltzaileak ez dauka euskarririk jada. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Eguneratu zure posta elektronikoko zerbitzariaren ezarpenak ↗<a/>.",
+ "MySQL is used as database but does not support 4-byte characters. To be able to handle 4-byte characters (like emojis) without issues in filenames or comments for example it is recommended to enable the 4-byte support in MySQL. For further details read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "MySQL erabiltzen da datu-base bezala baina ez dauka 4 byteko karaktereen euskarririk. Emojiak bezalako 4 byteko karaktereak, adibidez, fitxategi-izen edo iruzkinetan, arazorik gabe erabili ahal izateko MySQLren 4 byteko euskarria gaitzea gomendatzen da. Xehetasun gehiagorako irakurri <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">honi buruzko orria dokumentazioan</a>.",
+ "You are accessing your instance over a secure connection, however your instance is generating insecure URLs. This most likely means that you are behind a reverse proxy and the overwrite config variables are not set correctly. Please read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "Zure instantziara konexio seguru baten bidez sartzen zara, hala ere zure instantziak seguruak ez diren helbideak sortzen ditu. Horrek, normalean, proxy zerbitzari baten atzean dagoela eta ezarpenak ondo ez daudela esan nahi du. Mesedez irakurri <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">honi buruzko dokumentazioa</a>.",
+ "The \"{header}\" HTTP header is not set to \"{val1}\", \"{val2}\", \"{val3}\", \"{val4}\" or \"{val5}\". This can leak referer information. See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{link}\">W3C Recommendation ↗</a>." : "\"{header}\" HTTP goiburua ez dago \"{val1}\", \"{val2}\", \"{val3}\", \"{val4}\" edo \"{val5}\" balioetara ezarria. Honek HTTP referer informazioaren filtrazioa eragin dezake. Ikusi <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{link}\">W3C Gomendioa ↗</a>.",
+ "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the <a href=\"{docUrl}\" rel=\"noreferrer noopener\">security tips ↗</a>." : "\"Strict-Transport-Security\" HTTP goiburua ez dago gutxienez \"{seconds}\" segundora ezarria. Segurtasuna hobetzeko, <a href=\"{docUrl}\" rel=\"noreferrer noopener\">segurtasun aholkuetan ↗</a> gomendatu bezala, HSTS gaitzea gomendatzen da.",
+ "Accessing site insecurely via HTTP. You are strongly advised to set up your server to require HTTPS instead, as described in the <a href=\"{docUrl}\">security tips ↗</a>." : "Gunera HTTP bidez modu ez-seguruan sartzen ari zara. Biziki gomendatzen da , <a href=\"{docUrl}\">segurtasun aholkuetan ↗</a> deskribatu bezala, zerbitzaria HTTPS derrigorrez erabiltzeko konfiguratzea.",
+ "Continue to Nextcloud" : "Jarraitu Nextcloudera",
+ "_The update was successful. Redirecting you to Nextcloud in %n second._::_The update was successful. Redirecting you to Nextcloud in %n seconds._" : ["Eguneraketa behar bezala egin da. Segundo %n barru Nextcloudera birbideratuko zaitugu.","Eguneraketa behar bezala egin da. %n segundo barru Nextcloudera birbideratuko zaitugu."],
+ "Searching other places" : "Beste lekuak bilatzen",
+ "No search results in other folders for {tag}{filter}{endtag}" : "{tag}{filter}{endtag}(r)entzat ez da emaitzarik topatu beste karpetetan",
+ "_{count} search result in another folder_::_{count} search results in other folders_" : ["{count} bilaketa-emaitza beste karpeta batean","{count} bilaketa-emaitza beste karpetetan"],
+ "A password reset message has been sent to the e-mail address of this account. If you do not receive it, check your spam/junk folders or ask your local administrator for help." : "Pasahitza berrezartzeko mezu bat bidali da kontu honen helbide elektronikora. Ez baduzu jasotzen, egiaztatu spam/zabor karpetak edo eskatu laguntza zure administratzaile lokalari.",
+ "Password can not be changed. Please contact your administrator." : "Ezin da pasahitza aldatu. Jarri zure administratzailearekin harremanetan.",
+ "Could not fetch list of apps from the app store." : "Ezin izan da aplikazioen zerrenda eskuratu aplikazioen biltegitik.",
+ "Nextcloud {app}" : "Nextcloud {app}",
+ "Can't install this app because it is not compatible" : "Ezin da aplikazio hau instalatu ez delako bateragarria",
+ "Can't install this app" : "Ezin da aplikazio hau instalatu",
+ "These apps will be updated:" : "Aplikazio hauek eguneratuko dira:",
+ "For more details see the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Xehetasun gehiagorako ikus <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentazioa </a>."
},"pluralForm" :"nplurals=2; plural=(n != 1);"
} \ No newline at end of file
diff --git a/core/l10n/fa.js b/core/l10n/fa.js
index 73d23599ef5..c74bd39c638 100644
--- a/core/l10n/fa.js
+++ b/core/l10n/fa.js
@@ -15,6 +15,9 @@ OC.L10N.register(
"No valid crop data provided" : "هیچ داده برش داده شده معتبر ارائه نشده است",
"Crop is not square" : "بخش بریده شده مربع نیست",
"State token does not match" : "State token مطابقت ندارد",
+ "Invalid app password" : "کلمه عبور اپلیکیشن اشتباه است",
+ "Could not complete login" : "فرایند ورود شما به سیستم کامل نشد",
+ "Your login token is invalid or has expired" : "اطلاعات توکن ورود شما اشتباه یا منقضی است",
"Password reset is disabled" : "تنظیم مجدد رمز عبور فعال نیست",
"Couldn't reset password because the token is invalid" : "تنظیم مجدد گذرواژه میسر نیست, Token نامعتبر است",
"Couldn't reset password because the token is expired" : "تنظیم مجدد گذرواژه میسر نیست, Token منقضی شده است",
@@ -23,6 +26,7 @@ OC.L10N.register(
"Click the following button to reset your password. If you have not requested the password reset, then ignore this email." : "برای بازنشانی رمز عبور خود، روی دکمه زیر کلیک کنید. اگر شما تنظیم مجدد رمز عبور را درخواست نکردید، این ایمیل را نادیده بگیرید.",
"Click the following link to reset your password. If you have not requested the password reset, then ignore this email." : "برای بازنشانی رمز عبور خود، روی لینک زیر کلیک کنید. اگر شما تنظیم مجدد رمز عبور را درخواست نکردید، این ایمیل را نادیده بگیرید.",
"Reset your password" : "تنظیم مجدد رمز عبور",
+ "Some of your link shares have been removed" : "برخی از لینک های اشتراک گذاری شده شما حذف شده است",
"Preparing update" : "آماده‌سازی به روز‌ رسانی",
"[%d / %d]: %s" : "[%d / %d]: %s",
"Please use the command line updater because automatic updating is disabled in the config.php." : "Please use the command line updater because automatic updating is disabled in the config.php.",
@@ -32,29 +36,14 @@ OC.L10N.register(
"Maintenance mode is kept active" : "حالت تعمیرات فعال نگه‌داشته شده است",
"Updating database schema" : "به روز رسانی طرح پایگاه داده",
"Updated database" : "بروز رسانی پایگاه داده انجام شد .",
- "Checking whether the database schema can be updated (this can take a long time depending on the database size)" : "بررسی اینکه آیا طرح پایگاه داده می تواند به روز شود (این ممکن است بسته به اندازه پایگاه داده طولانی باشد)",
- "Checked database schema update" : "به روز رسانی طرح پایگاه داده بررسی شد",
- "Checking updates of apps" : "بررسی به روزرسانی های برنامه ها",
- "Checking for update of app \"%s\" in appstore" : "بررسی به روزرسانی های برنامه \"%s\" در فروشگاه App",
- "Update app \"%s\" from appstore" : " \"%s\" به روز رسانی شد",
- "Checked for update of app \"%s\" in appstore" : "بررسی به روزرسانی های برنامه %s",
"Checking whether the database schema for %s can be updated (this can take a long time depending on the database size)" : "بررسی اینکه آیا طرح پایگاه داده %s می تواند به روز شود (این ممکن است بسته به اندازه پایگاه داده طولانی باشد)",
- "Checked database schema update for apps" : "Checked database schema update for apps",
"Set log level to debug" : "Set log level to debug",
"Reset log level" : "Reset log level",
"Starting code integrity check" : "Starting code integrity check",
"Finished code integrity check" : "Finished code integrity check",
"%s (incompatible)" : "%s (incompatible)",
- "Following apps have been disabled: %s" : "برنامه های زیر غیر فعال شده اند %s",
"Already up to date" : "در حال حاضر بروز است",
"Error occurred while checking server setup" : "خطا در هنگام چک کردن راه‌اندازی سرور رخ داده است",
- "Non-existing tag #{tag}" : "برچسب غیر موجود #{tag}",
- "restricted" : "محدود",
- "invisible" : "غیر قابل مشاهده",
- "Delete" : "حذف",
- "Rename" : "تغییرنام",
- "Collaborative tags" : "برچسب های همکاری",
- "No tags found" : "هیچ برچسبی یافت نشد",
"unknown text" : "متن نامعلوم",
"Hello world!" : "سلام دنیا!",
"sunny" : "آفتابی",
@@ -69,30 +58,30 @@ OC.L10N.register(
"Please reload the page." : "لطفا صفحه را دوباره بارگیری کنید.",
"The update was unsuccessful. For more information <a href=\"{url}\">check our forum post</a> covering this issue." : "به روزرسانی ناموفق بود. برای اطلاعات بیشتر <a href=\"{url}\">فروم ما را بررسی کنید</a>",
"The update was unsuccessful. Please report this issue to the <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">Nextcloud community</a>." : "به روزرسانی ناموفق بود. لطفا این مسئله را در <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">جامعه Nextcloud</a> گزارش دهید",
- "Continue to Nextcloud" : "ادامه به Nextcloud",
- "_The update was successful. Redirecting you to Nextcloud in %n second._::_The update was successful. Redirecting you to Nextcloud in %n seconds._" : ["به روز رسانی موفقیت آمیز بود هدایت شما به Nextcloud در %nثانیه ","به روز رسانی موفقیت آمیز بود هدایت شما به Nextcloud در %nثانیه "],
- "Searching other places" : "جستجو در مکان‌های دیگر",
- "No search results in other folders for {tag}{filter}{endtag}" : "جستجو در پوشه های دیگر برای {tag}{filter}{endtag} یافت نشد",
- "_{count} search result in another folder_::_{count} search results in other folders_" : ["{count} نتایج جستجو در پوشه های دیگر","{count} نتایج جستجو در پوشه های دیگر"],
+ "Log in" : "ورود",
+ "Logging in …" : "ورود به سیستم ...",
"Server side authentication failed!" : "تأیید هویت از سوی سرور انجام نشد!",
"Please contact your administrator." : "لطفا با مدیر وب‌سایت تماس بگیرید.",
"An internal error occurred." : "یک اشتباه داخلی رخ داد.",
"Please try again or contact your administrator." : "لطفا مجددا تلاش کنید یا با مدیر سیستم تماس بگیرید.",
"Username or email" : "نام کاربری یا ایمیل",
"Password" : "گذرواژه",
- "Log in" : "ورود",
- "Logging in …" : "ورود به سیستم ...",
+ "Wrong username or password." : "شناسه کاربری و کلمه عبور اشتباه است",
"User disabled" : "کاربر غیرفعال",
+ "We have detected multiple invalid login attempts from your IP. Therefore your next login is throttled up to 30 seconds." : "از این آی پی چندین بار تلاش ناموفق برای ورود انجام شده است فلذا برای ورود مجدد حداقل ۳۰ ثانیه باید صبر کنید.",
"Reset password" : "تنظیم مجدد رمز عبور",
"Couldn't send reset email. Please contact your administrator." : "ارسال ایمیل مجدد با مشکل مواجه شد . لطفا با مدیر سیستم تماس بگیرید .",
- "Password can not be changed. Please contact your administrator." : "رمز عبور نمی تواند تغییر بکند . لطفا با مدیر سیستم تماس بگیرید .",
"New password" : "گذرواژه جدید",
"I know what I'm doing" : "اطلاع از انجام این کار دارم",
+ "Resetting password" : "در حال ریست کردن کلمه عبور...",
+ "Installing apps …" : "در حال نصب برنامه",
"Cancel" : "منصرف شدن",
"Schedule work & meetings, synced with all your devices." : "برنامه کار و جلسات ، همگام سازی با تمام دستگاه های شما",
"Keep your colleagues and friends in one place without leaking their private info." : "همکاران و دوستان خود را در یک مکان نگه دارید بدون اینکه اطلاعات خصوصی آنها را بشناسید.",
"Simple email app nicely integrated with Files, Contacts and Calendar." : "برنامه ایمیل ساده با پرونده ها ، مخاطبین و تقویم یکپارچه شده است.",
"Forgot password?" : "رمز فراموش شده؟",
+ "Back" : "بازگشت",
+ "Search" : "جست‌و‌جو",
"Settings" : "تنظیمات",
"Search contacts …" : "جستجو مخاطبین ...",
"No contacts found" : "مخاطبین یافت نشد",
@@ -145,6 +134,13 @@ OC.L10N.register(
"Strong password" : "رمز عبور قوی",
"No action available" : "هیچ عملی قابل انجام نیست",
"Error fetching contact actions" : "خطا در دریافت فعالیتهای تماس",
+ "Non-existing tag #{tag}" : "برچسب غیر موجود #{tag}",
+ "restricted" : "محدود",
+ "invisible" : "غیر قابل مشاهده",
+ "Delete" : "حذف",
+ "Rename" : "تغییرنام",
+ "Collaborative tags" : "برچسب های همکاری",
+ "No tags found" : "هیچ برچسبی یافت نشد",
"Personal" : "شخصی",
"Users" : "کاربران",
"Apps" : " برنامه ها",
@@ -189,8 +185,8 @@ OC.L10N.register(
"See the documentation" : "مشاهده‌ی مستندات",
"More apps" : "برنامه های بیشتر",
"More" : "بیش‌تر",
- "Search" : "جست‌و‌جو",
"Contacts" : "مخاطبین",
+ "Contacts menu" : "منوی دفتر تلفن",
"Confirm your password" : "گذرواژه خود را تأیید کنید",
"App token" : "App token",
"Grant access" : " مجوز اعطا دسترسی",
@@ -199,86 +195,24 @@ OC.L10N.register(
"The password is wrong. Try again." : "رمزعبور اشتباه می باشد. دوباره امتحان کنید.",
"Use backup code" : "از کد پشتیبان استفاده شود",
"App update required" : "نیاز به بروزرسانی برنامه وجود دارد",
- "These apps will be updated:" : "این برنامه‌ها بروزرسانی شده‌اند:",
"The theme %s has been disabled." : "قالب %s غیر فعال شد.",
"Start update" : "اغاز به روز رسانی",
"Detailed logs" : "Detailed logs",
"Update needed" : "نیاز به روز رسانی دارد",
- "Could not send reset email because there is no email address for this username. Please contact your administrator." : "ایمیل بازنشانی ارسال نشد, زیرا هیچ نشانی ایمیل برای این نام کاربری وجود ندارد. لطفا با ادمین خود تماس بگیرید.",
- "Couldn't send reset email. Please make sure your username is correct." : "پست الکترونیکی بازنشانی نشد, لطفا مطمئن شوید که نام کاربری شما درست است",
- "Your files are encrypted. There will be no way to get your data back after your password is reset.<br />If you are not sure what to do, please contact your administrator before you continue. <br />Do you really want to continue?" : "فایل های شما رمزگذاری می شوند پس از بازنشانی گذرواژه شما هیچ راهی برای بازگرداندن اطلاعات نخواهید داشت. <br /> اگر مطمئن نیستید که چه کاری باید انجام دهید، قبل از ادامه دادن، با ادمین خود تماس بگیرید. <br />واقعا می خواهید ادامه دهید؟ ",
- "Shared" : "اشتراک گذاشته شده",
- "Shared with" : "مشترک با",
- "Shared by" : "اشتراک گذاشته شده به وسیله",
- "Choose a password for the public link" : "انتخاب رمز برای لینک عمومی",
- "Choose a password for the public link or press the \"Enter\" key" : "یک رمز عبور برای لینک عمومی انتخاب کنید یا کلید \"Enter\" را فشار دهید",
- "Copied!" : "کپی انجام شد!",
- "Copy link" : "کپی کردن لینک",
- "Not supported!" : "پشتیبانی وجود ندارد!",
- "Press ⌘-C to copy." : "برای کپی کردن از دکمه های C+⌘ استفاده نمایید",
- "Press Ctrl-C to copy." : "برای کپی کردن از دکمه ctrl+c استفاده نمایید",
- "Resharing is not allowed" : "اشتراک گذاری مجدد مجاز نمی باشد",
- "Link" : "لینک",
- "Hide download" : "پنهان کردن بارگیری",
- "Password protect" : "نگهداری کردن رمز عبور",
- "Allow editing" : "اجازه‌ی ویرایش",
- "Email link to person" : "پیوند ایمیل برای شخص.",
- "Send" : "ارسال",
- "Allow upload and editing" : "اجازه آپلود و ویرایش",
- "Read only" : "فقط خواندنی",
- "File drop (upload only)" : "انداختن فایل (فقط آپلود)",
- "Expiration date enforced" : "تاریخ انقضا اجرا شده است",
- "Set expiration date" : "تنظیم تاریخ انقضا",
- "Expiration" : "تاریخ انقضا",
- "Expiration date" : "تاریخ انقضا",
- "Note to recipient" : "توجه داشته باشید به گیرنده",
- "Unshare" : "لغو اشتراک",
- "Delete share link" : "پیوند اشتراک را حذف کنید",
- "Add another link" : "پیوند دیگری اضافه کنید",
- "Share to {name}" : "به اشتراک گذاشتن برای {name}",
- "Share link" : "اشتراک گذاشتن لینک",
- "Could not unshare" : "اشتراک گذاری بازگردانده نشد",
- "Shared with you and the group {group} by {owner}" : "به اشتراک گذاشته شده با شما و گروه {گروه} توسط {دارنده}",
- "Shared with you and {circle} by {owner}" : "با شما و {حلقه} توسط {مالک }به اشتراک گذاشته شده است",
- "Shared with you and the conversation {conversation} by {owner}" : "با شما و گفتگو {مکالمه} توسط {صاحب }به اشتراک گذاشته شده است",
- "Shared with you in a conversation by {owner}" : "در گفتگو توسط {صاحب} با شما به اشتراک گذاشته شده است",
- "Shared with you by {owner}" : "به اشتراک گذاشته شده با شما توسط { دارنده}",
- "Choose a password for the mail share" : "یک رمز عبور برای اشتراک ایمیل انتخاب کنید",
- "group" : "گروه",
- "remote" : "از راه دور",
- "remote group" : "گروه از راه دور",
- "email" : "ایمیل",
- "conversation" : "گفتگو",
- "shared by {sharer}" : "اشتراک گذاشته شده توسط {sharer}",
- "Can reshare" : "می توان مجددا به اشتراک گذاشت",
- "Can edit" : "می توان ویرایش کرد",
- "Can create" : "میتوان ایجاد کرد",
- "Can change" : "می توان تغییر داد",
- "Can delete" : "می توان حذف کرد",
- "Access control" : "کنترل دسترسی",
- "Error while sharing" : "خطا درحال به اشتراک گذاشتن",
- "Share details could not be loaded for this item." : "جزئیات اشتراک گذاری برای این مورد قابل بارگذاری نیست.",
- "Search globally" : "در سطح جهان جستجو کنید",
- "_At least {count} character is needed for autocompletion_::_At least {count} characters are needed for autocompletion_" : ["برای تکمیل خودکار لازم است حداقل {count} کاراکتر وجود داشته باشد","برای تکمیل خودکار لازم است حداقل {count} کاراکتر وجود داشته باشد"],
- "This list is maybe truncated - please refine your search term to see more results." : "این فهرست ممکن است کامل نباشد - لطفا نتایج جستجوی خود را ریفرش کنید تا نتایج بیشتری ببینید.",
- "No users or groups found for {search}" : "هیچ کاربری یا گروهی یافت نشد {search}",
- "No users found for {search}" : "هیچ کاربری با جستجوی {search} یافت نشد",
- "An error occurred (\"{message}\"). Please try again" : "خطایی روی داد (\"{پیام}\"). لطفا دوباره تلاش کنید",
- "An error occurred. Please try again" : "یک خطا رخ داده است، لطفا مجددا تلاش کنید",
- "Home" : "خانه ",
- "Work" : "کار",
- "Other" : "دیگر",
- "{sharee} ({type}, {owner})" : "{sharee} ({type}, {owner})",
- "Share" : "اشتراک‌گذاری",
- "Name or email address..." : "نام یا آدرس ایمیل ...",
- "Name or federated cloud ID..." : "نام یا شناسه Federated Cloud ...",
- "Name, federated cloud ID or email address..." : "نام, آدرس ایمیل یا شناسه Federated Cloud ...",
- "Name..." : "نام...",
- "Error removing share" : "خطا در حذف اشتراک گذاری",
- "({scope})" : "({scope})",
- "Saving..." : "در حال ذخیره سازی...",
- "Dismiss" : "پنهان کن",
- "New Password" : "رمزعبور جدید",
- "Cancel log in" : "لغو ورود"
+ "Checking whether the database schema can be updated (this can take a long time depending on the database size)" : "بررسی اینکه آیا طرح پایگاه داده می تواند به روز شود (این ممکن است بسته به اندازه پایگاه داده طولانی باشد)",
+ "Checked database schema update" : "به روز رسانی طرح پایگاه داده بررسی شد",
+ "Checking updates of apps" : "بررسی به روزرسانی های برنامه ها",
+ "Checking for update of app \"%s\" in appstore" : "بررسی به روزرسانی های برنامه \"%s\" در فروشگاه App",
+ "Update app \"%s\" from appstore" : " \"%s\" به روز رسانی شد",
+ "Checked for update of app \"%s\" in appstore" : "بررسی به روزرسانی های برنامه %s",
+ "Checked database schema update for apps" : "Checked database schema update for apps",
+ "Following apps have been disabled: %s" : "برنامه های زیر غیر فعال شده اند %s",
+ "Continue to Nextcloud" : "ادامه به Nextcloud",
+ "_The update was successful. Redirecting you to Nextcloud in %n second._::_The update was successful. Redirecting you to Nextcloud in %n seconds._" : ["به روز رسانی موفقیت آمیز بود هدایت شما به Nextcloud در %nثانیه ","به روز رسانی موفقیت آمیز بود هدایت شما به Nextcloud در %nثانیه "],
+ "Searching other places" : "جستجو در مکان‌های دیگر",
+ "No search results in other folders for {tag}{filter}{endtag}" : "جستجو در پوشه های دیگر برای {tag}{filter}{endtag} یافت نشد",
+ "_{count} search result in another folder_::_{count} search results in other folders_" : ["{count} نتایج جستجو در پوشه های دیگر","{count} نتایج جستجو در پوشه های دیگر"],
+ "Password can not be changed. Please contact your administrator." : "رمز عبور نمی تواند تغییر بکند . لطفا با مدیر سیستم تماس بگیرید .",
+ "These apps will be updated:" : "این برنامه‌ها بروزرسانی شده‌اند:"
},
"nplurals=2; plural=(n > 1);");
diff --git a/core/l10n/fa.json b/core/l10n/fa.json
index e8eacd32401..83ed06a2ddb 100644
--- a/core/l10n/fa.json
+++ b/core/l10n/fa.json
@@ -13,6 +13,9 @@
"No valid crop data provided" : "هیچ داده برش داده شده معتبر ارائه نشده است",
"Crop is not square" : "بخش بریده شده مربع نیست",
"State token does not match" : "State token مطابقت ندارد",
+ "Invalid app password" : "کلمه عبور اپلیکیشن اشتباه است",
+ "Could not complete login" : "فرایند ورود شما به سیستم کامل نشد",
+ "Your login token is invalid or has expired" : "اطلاعات توکن ورود شما اشتباه یا منقضی است",
"Password reset is disabled" : "تنظیم مجدد رمز عبور فعال نیست",
"Couldn't reset password because the token is invalid" : "تنظیم مجدد گذرواژه میسر نیست, Token نامعتبر است",
"Couldn't reset password because the token is expired" : "تنظیم مجدد گذرواژه میسر نیست, Token منقضی شده است",
@@ -21,6 +24,7 @@
"Click the following button to reset your password. If you have not requested the password reset, then ignore this email." : "برای بازنشانی رمز عبور خود، روی دکمه زیر کلیک کنید. اگر شما تنظیم مجدد رمز عبور را درخواست نکردید، این ایمیل را نادیده بگیرید.",
"Click the following link to reset your password. If you have not requested the password reset, then ignore this email." : "برای بازنشانی رمز عبور خود، روی لینک زیر کلیک کنید. اگر شما تنظیم مجدد رمز عبور را درخواست نکردید، این ایمیل را نادیده بگیرید.",
"Reset your password" : "تنظیم مجدد رمز عبور",
+ "Some of your link shares have been removed" : "برخی از لینک های اشتراک گذاری شده شما حذف شده است",
"Preparing update" : "آماده‌سازی به روز‌ رسانی",
"[%d / %d]: %s" : "[%d / %d]: %s",
"Please use the command line updater because automatic updating is disabled in the config.php." : "Please use the command line updater because automatic updating is disabled in the config.php.",
@@ -30,29 +34,14 @@
"Maintenance mode is kept active" : "حالت تعمیرات فعال نگه‌داشته شده است",
"Updating database schema" : "به روز رسانی طرح پایگاه داده",
"Updated database" : "بروز رسانی پایگاه داده انجام شد .",
- "Checking whether the database schema can be updated (this can take a long time depending on the database size)" : "بررسی اینکه آیا طرح پایگاه داده می تواند به روز شود (این ممکن است بسته به اندازه پایگاه داده طولانی باشد)",
- "Checked database schema update" : "به روز رسانی طرح پایگاه داده بررسی شد",
- "Checking updates of apps" : "بررسی به روزرسانی های برنامه ها",
- "Checking for update of app \"%s\" in appstore" : "بررسی به روزرسانی های برنامه \"%s\" در فروشگاه App",
- "Update app \"%s\" from appstore" : " \"%s\" به روز رسانی شد",
- "Checked for update of app \"%s\" in appstore" : "بررسی به روزرسانی های برنامه %s",
"Checking whether the database schema for %s can be updated (this can take a long time depending on the database size)" : "بررسی اینکه آیا طرح پایگاه داده %s می تواند به روز شود (این ممکن است بسته به اندازه پایگاه داده طولانی باشد)",
- "Checked database schema update for apps" : "Checked database schema update for apps",
"Set log level to debug" : "Set log level to debug",
"Reset log level" : "Reset log level",
"Starting code integrity check" : "Starting code integrity check",
"Finished code integrity check" : "Finished code integrity check",
"%s (incompatible)" : "%s (incompatible)",
- "Following apps have been disabled: %s" : "برنامه های زیر غیر فعال شده اند %s",
"Already up to date" : "در حال حاضر بروز است",
"Error occurred while checking server setup" : "خطا در هنگام چک کردن راه‌اندازی سرور رخ داده است",
- "Non-existing tag #{tag}" : "برچسب غیر موجود #{tag}",
- "restricted" : "محدود",
- "invisible" : "غیر قابل مشاهده",
- "Delete" : "حذف",
- "Rename" : "تغییرنام",
- "Collaborative tags" : "برچسب های همکاری",
- "No tags found" : "هیچ برچسبی یافت نشد",
"unknown text" : "متن نامعلوم",
"Hello world!" : "سلام دنیا!",
"sunny" : "آفتابی",
@@ -67,30 +56,30 @@
"Please reload the page." : "لطفا صفحه را دوباره بارگیری کنید.",
"The update was unsuccessful. For more information <a href=\"{url}\">check our forum post</a> covering this issue." : "به روزرسانی ناموفق بود. برای اطلاعات بیشتر <a href=\"{url}\">فروم ما را بررسی کنید</a>",
"The update was unsuccessful. Please report this issue to the <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">Nextcloud community</a>." : "به روزرسانی ناموفق بود. لطفا این مسئله را در <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">جامعه Nextcloud</a> گزارش دهید",
- "Continue to Nextcloud" : "ادامه به Nextcloud",
- "_The update was successful. Redirecting you to Nextcloud in %n second._::_The update was successful. Redirecting you to Nextcloud in %n seconds._" : ["به روز رسانی موفقیت آمیز بود هدایت شما به Nextcloud در %nثانیه ","به روز رسانی موفقیت آمیز بود هدایت شما به Nextcloud در %nثانیه "],
- "Searching other places" : "جستجو در مکان‌های دیگر",
- "No search results in other folders for {tag}{filter}{endtag}" : "جستجو در پوشه های دیگر برای {tag}{filter}{endtag} یافت نشد",
- "_{count} search result in another folder_::_{count} search results in other folders_" : ["{count} نتایج جستجو در پوشه های دیگر","{count} نتایج جستجو در پوشه های دیگر"],
+ "Log in" : "ورود",
+ "Logging in …" : "ورود به سیستم ...",
"Server side authentication failed!" : "تأیید هویت از سوی سرور انجام نشد!",
"Please contact your administrator." : "لطفا با مدیر وب‌سایت تماس بگیرید.",
"An internal error occurred." : "یک اشتباه داخلی رخ داد.",
"Please try again or contact your administrator." : "لطفا مجددا تلاش کنید یا با مدیر سیستم تماس بگیرید.",
"Username or email" : "نام کاربری یا ایمیل",
"Password" : "گذرواژه",
- "Log in" : "ورود",
- "Logging in …" : "ورود به سیستم ...",
+ "Wrong username or password." : "شناسه کاربری و کلمه عبور اشتباه است",
"User disabled" : "کاربر غیرفعال",
+ "We have detected multiple invalid login attempts from your IP. Therefore your next login is throttled up to 30 seconds." : "از این آی پی چندین بار تلاش ناموفق برای ورود انجام شده است فلذا برای ورود مجدد حداقل ۳۰ ثانیه باید صبر کنید.",
"Reset password" : "تنظیم مجدد رمز عبور",
"Couldn't send reset email. Please contact your administrator." : "ارسال ایمیل مجدد با مشکل مواجه شد . لطفا با مدیر سیستم تماس بگیرید .",
- "Password can not be changed. Please contact your administrator." : "رمز عبور نمی تواند تغییر بکند . لطفا با مدیر سیستم تماس بگیرید .",
"New password" : "گذرواژه جدید",
"I know what I'm doing" : "اطلاع از انجام این کار دارم",
+ "Resetting password" : "در حال ریست کردن کلمه عبور...",
+ "Installing apps …" : "در حال نصب برنامه",
"Cancel" : "منصرف شدن",
"Schedule work & meetings, synced with all your devices." : "برنامه کار و جلسات ، همگام سازی با تمام دستگاه های شما",
"Keep your colleagues and friends in one place without leaking their private info." : "همکاران و دوستان خود را در یک مکان نگه دارید بدون اینکه اطلاعات خصوصی آنها را بشناسید.",
"Simple email app nicely integrated with Files, Contacts and Calendar." : "برنامه ایمیل ساده با پرونده ها ، مخاطبین و تقویم یکپارچه شده است.",
"Forgot password?" : "رمز فراموش شده؟",
+ "Back" : "بازگشت",
+ "Search" : "جست‌و‌جو",
"Settings" : "تنظیمات",
"Search contacts …" : "جستجو مخاطبین ...",
"No contacts found" : "مخاطبین یافت نشد",
@@ -143,6 +132,13 @@
"Strong password" : "رمز عبور قوی",
"No action available" : "هیچ عملی قابل انجام نیست",
"Error fetching contact actions" : "خطا در دریافت فعالیتهای تماس",
+ "Non-existing tag #{tag}" : "برچسب غیر موجود #{tag}",
+ "restricted" : "محدود",
+ "invisible" : "غیر قابل مشاهده",
+ "Delete" : "حذف",
+ "Rename" : "تغییرنام",
+ "Collaborative tags" : "برچسب های همکاری",
+ "No tags found" : "هیچ برچسبی یافت نشد",
"Personal" : "شخصی",
"Users" : "کاربران",
"Apps" : " برنامه ها",
@@ -187,8 +183,8 @@
"See the documentation" : "مشاهده‌ی مستندات",
"More apps" : "برنامه های بیشتر",
"More" : "بیش‌تر",
- "Search" : "جست‌و‌جو",
"Contacts" : "مخاطبین",
+ "Contacts menu" : "منوی دفتر تلفن",
"Confirm your password" : "گذرواژه خود را تأیید کنید",
"App token" : "App token",
"Grant access" : " مجوز اعطا دسترسی",
@@ -197,86 +193,24 @@
"The password is wrong. Try again." : "رمزعبور اشتباه می باشد. دوباره امتحان کنید.",
"Use backup code" : "از کد پشتیبان استفاده شود",
"App update required" : "نیاز به بروزرسانی برنامه وجود دارد",
- "These apps will be updated:" : "این برنامه‌ها بروزرسانی شده‌اند:",
"The theme %s has been disabled." : "قالب %s غیر فعال شد.",
"Start update" : "اغاز به روز رسانی",
"Detailed logs" : "Detailed logs",
"Update needed" : "نیاز به روز رسانی دارد",
- "Could not send reset email because there is no email address for this username. Please contact your administrator." : "ایمیل بازنشانی ارسال نشد, زیرا هیچ نشانی ایمیل برای این نام کاربری وجود ندارد. لطفا با ادمین خود تماس بگیرید.",
- "Couldn't send reset email. Please make sure your username is correct." : "پست الکترونیکی بازنشانی نشد, لطفا مطمئن شوید که نام کاربری شما درست است",
- "Your files are encrypted. There will be no way to get your data back after your password is reset.<br />If you are not sure what to do, please contact your administrator before you continue. <br />Do you really want to continue?" : "فایل های شما رمزگذاری می شوند پس از بازنشانی گذرواژه شما هیچ راهی برای بازگرداندن اطلاعات نخواهید داشت. <br /> اگر مطمئن نیستید که چه کاری باید انجام دهید، قبل از ادامه دادن، با ادمین خود تماس بگیرید. <br />واقعا می خواهید ادامه دهید؟ ",
- "Shared" : "اشتراک گذاشته شده",
- "Shared with" : "مشترک با",
- "Shared by" : "اشتراک گذاشته شده به وسیله",
- "Choose a password for the public link" : "انتخاب رمز برای لینک عمومی",
- "Choose a password for the public link or press the \"Enter\" key" : "یک رمز عبور برای لینک عمومی انتخاب کنید یا کلید \"Enter\" را فشار دهید",
- "Copied!" : "کپی انجام شد!",
- "Copy link" : "کپی کردن لینک",
- "Not supported!" : "پشتیبانی وجود ندارد!",
- "Press ⌘-C to copy." : "برای کپی کردن از دکمه های C+⌘ استفاده نمایید",
- "Press Ctrl-C to copy." : "برای کپی کردن از دکمه ctrl+c استفاده نمایید",
- "Resharing is not allowed" : "اشتراک گذاری مجدد مجاز نمی باشد",
- "Link" : "لینک",
- "Hide download" : "پنهان کردن بارگیری",
- "Password protect" : "نگهداری کردن رمز عبور",
- "Allow editing" : "اجازه‌ی ویرایش",
- "Email link to person" : "پیوند ایمیل برای شخص.",
- "Send" : "ارسال",
- "Allow upload and editing" : "اجازه آپلود و ویرایش",
- "Read only" : "فقط خواندنی",
- "File drop (upload only)" : "انداختن فایل (فقط آپلود)",
- "Expiration date enforced" : "تاریخ انقضا اجرا شده است",
- "Set expiration date" : "تنظیم تاریخ انقضا",
- "Expiration" : "تاریخ انقضا",
- "Expiration date" : "تاریخ انقضا",
- "Note to recipient" : "توجه داشته باشید به گیرنده",
- "Unshare" : "لغو اشتراک",
- "Delete share link" : "پیوند اشتراک را حذف کنید",
- "Add another link" : "پیوند دیگری اضافه کنید",
- "Share to {name}" : "به اشتراک گذاشتن برای {name}",
- "Share link" : "اشتراک گذاشتن لینک",
- "Could not unshare" : "اشتراک گذاری بازگردانده نشد",
- "Shared with you and the group {group} by {owner}" : "به اشتراک گذاشته شده با شما و گروه {گروه} توسط {دارنده}",
- "Shared with you and {circle} by {owner}" : "با شما و {حلقه} توسط {مالک }به اشتراک گذاشته شده است",
- "Shared with you and the conversation {conversation} by {owner}" : "با شما و گفتگو {مکالمه} توسط {صاحب }به اشتراک گذاشته شده است",
- "Shared with you in a conversation by {owner}" : "در گفتگو توسط {صاحب} با شما به اشتراک گذاشته شده است",
- "Shared with you by {owner}" : "به اشتراک گذاشته شده با شما توسط { دارنده}",
- "Choose a password for the mail share" : "یک رمز عبور برای اشتراک ایمیل انتخاب کنید",
- "group" : "گروه",
- "remote" : "از راه دور",
- "remote group" : "گروه از راه دور",
- "email" : "ایمیل",
- "conversation" : "گفتگو",
- "shared by {sharer}" : "اشتراک گذاشته شده توسط {sharer}",
- "Can reshare" : "می توان مجددا به اشتراک گذاشت",
- "Can edit" : "می توان ویرایش کرد",
- "Can create" : "میتوان ایجاد کرد",
- "Can change" : "می توان تغییر داد",
- "Can delete" : "می توان حذف کرد",
- "Access control" : "کنترل دسترسی",
- "Error while sharing" : "خطا درحال به اشتراک گذاشتن",
- "Share details could not be loaded for this item." : "جزئیات اشتراک گذاری برای این مورد قابل بارگذاری نیست.",
- "Search globally" : "در سطح جهان جستجو کنید",
- "_At least {count} character is needed for autocompletion_::_At least {count} characters are needed for autocompletion_" : ["برای تکمیل خودکار لازم است حداقل {count} کاراکتر وجود داشته باشد","برای تکمیل خودکار لازم است حداقل {count} کاراکتر وجود داشته باشد"],
- "This list is maybe truncated - please refine your search term to see more results." : "این فهرست ممکن است کامل نباشد - لطفا نتایج جستجوی خود را ریفرش کنید تا نتایج بیشتری ببینید.",
- "No users or groups found for {search}" : "هیچ کاربری یا گروهی یافت نشد {search}",
- "No users found for {search}" : "هیچ کاربری با جستجوی {search} یافت نشد",
- "An error occurred (\"{message}\"). Please try again" : "خطایی روی داد (\"{پیام}\"). لطفا دوباره تلاش کنید",
- "An error occurred. Please try again" : "یک خطا رخ داده است، لطفا مجددا تلاش کنید",
- "Home" : "خانه ",
- "Work" : "کار",
- "Other" : "دیگر",
- "{sharee} ({type}, {owner})" : "{sharee} ({type}, {owner})",
- "Share" : "اشتراک‌گذاری",
- "Name or email address..." : "نام یا آدرس ایمیل ...",
- "Name or federated cloud ID..." : "نام یا شناسه Federated Cloud ...",
- "Name, federated cloud ID or email address..." : "نام, آدرس ایمیل یا شناسه Federated Cloud ...",
- "Name..." : "نام...",
- "Error removing share" : "خطا در حذف اشتراک گذاری",
- "({scope})" : "({scope})",
- "Saving..." : "در حال ذخیره سازی...",
- "Dismiss" : "پنهان کن",
- "New Password" : "رمزعبور جدید",
- "Cancel log in" : "لغو ورود"
+ "Checking whether the database schema can be updated (this can take a long time depending on the database size)" : "بررسی اینکه آیا طرح پایگاه داده می تواند به روز شود (این ممکن است بسته به اندازه پایگاه داده طولانی باشد)",
+ "Checked database schema update" : "به روز رسانی طرح پایگاه داده بررسی شد",
+ "Checking updates of apps" : "بررسی به روزرسانی های برنامه ها",
+ "Checking for update of app \"%s\" in appstore" : "بررسی به روزرسانی های برنامه \"%s\" در فروشگاه App",
+ "Update app \"%s\" from appstore" : " \"%s\" به روز رسانی شد",
+ "Checked for update of app \"%s\" in appstore" : "بررسی به روزرسانی های برنامه %s",
+ "Checked database schema update for apps" : "Checked database schema update for apps",
+ "Following apps have been disabled: %s" : "برنامه های زیر غیر فعال شده اند %s",
+ "Continue to Nextcloud" : "ادامه به Nextcloud",
+ "_The update was successful. Redirecting you to Nextcloud in %n second._::_The update was successful. Redirecting you to Nextcloud in %n seconds._" : ["به روز رسانی موفقیت آمیز بود هدایت شما به Nextcloud در %nثانیه ","به روز رسانی موفقیت آمیز بود هدایت شما به Nextcloud در %nثانیه "],
+ "Searching other places" : "جستجو در مکان‌های دیگر",
+ "No search results in other folders for {tag}{filter}{endtag}" : "جستجو در پوشه های دیگر برای {tag}{filter}{endtag} یافت نشد",
+ "_{count} search result in another folder_::_{count} search results in other folders_" : ["{count} نتایج جستجو در پوشه های دیگر","{count} نتایج جستجو در پوشه های دیگر"],
+ "Password can not be changed. Please contact your administrator." : "رمز عبور نمی تواند تغییر بکند . لطفا با مدیر سیستم تماس بگیرید .",
+ "These apps will be updated:" : "این برنامه‌ها بروزرسانی شده‌اند:"
},"pluralForm" :"nplurals=2; plural=(n > 1);"
} \ No newline at end of file
diff --git a/core/l10n/fi.js b/core/l10n/fi.js
index f82af071f5e..fdfab048822 100644
--- a/core/l10n/fi.js
+++ b/core/l10n/fi.js
@@ -15,6 +15,7 @@ OC.L10N.register(
"No valid crop data provided" : "Kelvollisia leikkaustietoja ei määritetty",
"Crop is not square" : "Leikkaus ei ole neliö",
"State token does not match" : "Tilapoletti ei täsmää",
+ "Invalid app password" : "Virheellinen sovellussalasana",
"Could not complete login" : "Kirjautumista ei voitu suorittaa loppuun",
"Your login token is invalid or has expired" : "Kirjautumispolettisi on virheellinen tai se on vanhentunut",
"Password reset is disabled" : "Salasanan palautus poistettu käytöstä",
@@ -28,6 +29,7 @@ OC.L10N.register(
"Nextcloud Server" : "Nextcloud-palvelin",
"Some of your link shares have been removed" : "Jotkin linkkijakosi on poistettu",
"Due to a security bug we had to remove some of your link shares. Please see the link for more information." : "Tietoturvaongelman vuoksi jouduimme poistaa joitakin linkkijakojasi. Lue lisätietoja linkin kautta.",
+ "The user limit of this instance is reached." : "Tämän instanssin käyttäjäraja on täynnä.",
"Preparing update" : "Valmistellaan päivitystä",
"[%d / %d]: %s" : "[%d / %d]: %s",
"Repair step:" : "Korjausvaihe:",
@@ -41,51 +43,30 @@ OC.L10N.register(
"Maintenance mode is kept active" : "Huoltotila pidetään aktiivisena",
"Updating database schema" : "Päivitetään tietokannan skeemaa",
"Updated database" : "Tietokanta päivitetty",
- "Checking whether the database schema can be updated (this can take a long time depending on the database size)" : "Tarkistetaan, onko tietokannan skeemaa mahdollista päivittää (tämä saattaa kestää kauan riippuen tietokannan koosta)",
- "Checked database schema update" : "Tarkistettu tietokannan skeemapäivitys",
- "Checking updates of apps" : "Tarkistetaan sovellusten päivityksiä",
- "Checking for update of app \"%s\" in appstore" : "Päivitystä sovellukseen \"%s\" tarkistetaan sovelluskaupasta",
- "Update app \"%s\" from appstore" : "Päivitä sovellus \"%s\" sovelluskaupasta",
- "Checked for update of app \"%s\" in appstore" : "Päivitys sovellukseen \"%s\" tarkistettu sovelluskaupasta",
"Checking whether the database schema for %s can be updated (this can take a long time depending on the database size)" : "Tarkistetaan, onko kohteen %s tietokannan skeemaa mahdollista päivittää (tämä saattaa kestää kauan riippuen tietokannan koosta)",
- "Checked database schema update for apps" : "Tarkistettu tietokannan skeemapäivitys sovelluksille",
"Updated \"%1$s\" to %2$s" : "Päivitetty \"%1$s\" versioon %2$s",
"Set log level to debug" : "Asetettu lokitasoksi vianetsintä",
"Reset log level" : "Nollattu lokitaso",
"Starting code integrity check" : "Aloitetaan koodin eheystarkistus",
"Finished code integrity check" : "Koodin eheystarkistus suoritettu",
"%s (incompatible)" : "%s (ei yhteensopiva)",
- "Following apps have been disabled: %s" : "Seuraavat sovellukset on poistettu käytöstä: %s",
+ "The following apps have been disabled: %s" : "Seuraavat sovellukset on poistettu käytöstä: %s",
"Already up to date" : "Kaikki on jo ajan tasalla",
"Your web server is not yet properly set up to allow file synchronization, because the WebDAV interface seems to be broken." : "Palvelintasi ei ole määritetty oikein tiedostojen synkronointia varten, koska WebDAV-liitäntä vaikuttaa olevan rikki.",
- "Your web server is not properly set up to resolve \"{url}\". Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Palvelinta ei ole määritelty oikein tunnistamaan osoitetta \"{url}\". Katso lisätiedot <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">ohjeista</a>.",
"Your database does not run with \"READ COMMITTED\" transaction isolation level. This can cause problems when multiple actions are executed in parallel." : "Tietokantaasi ei suoriteta \"READ COMMITTED\"-transaktioeristystasolla. Tämä saattaa aiheuttaa ongelmia, kun useita toimintoja suoritetaan rinnakkaisesti.",
"It was not possible to execute the cron job via CLI. The following technical errors have appeared:" : "Cron-työtä ei voitu suorittaa komentorivin kautta. Seuraavat tekniset virheet havaittiin:",
- "Check the background job settings" : "Tarkista taustatyön asetukset",
- "No memory cache has been configured. To enhance performance, please configure a memcache, if available. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Välimuistia ei ole asennettu oikein. Suorituskykyä parantaaksesi, asenna memcache, jos käytettävissä. Katso lisätiedot <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">ohjeista</a>.",
- "You are currently running PHP {version}. Upgrade your PHP version to take advantage of <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">performance and security updates provided by the PHP Group</a> as soon as your distribution supports it." : "Käytössä on PHP {version}. Suosittelemme päivittämään PHP:n hyötyäksesi <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">PHP Group:n suorituskyky- ja tietoturvapäivityksistä</a> niin pian kuin jakelusi sitä tukee.",
- "Memcached is configured as distributed cache, but the wrong PHP module \"memcache\" is installed. \\OC\\Memcache\\Memcached only supports \"memcached\" and not \"memcache\". See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">memcached wiki about both modules</a>." : "Memcached on määritelty hajautetuksi välimuistiksi, mutta väärä PHP-moduli \"memcache\" on asennettu. \\OC\\Memcache\\Memcached tukee vain modulia \"memcached\", mutta ei modulia \"memcache\". Katso <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">memcached wikiä molemmista moduleista</a>.",
- "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">List of invalid files…</a> / <a href=\"{rescanEndpoint}\">Rescan…</a>)" : "Jotkin tiedostot eivät läpäisseet eheystarkistusta. Katso lisätietoa ongelman korjaamiseksi <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">ohjeista</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">Listaa virheelliset tiedostot…</a> / <a href=\"{rescanEndpoint}\">Skannaa uudelleen…</a>)",
- "The PHP OPcache is not properly configured. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance it is recommended</a> to use the following settings in the <code>php.ini</code>:" : "PHP Opcache ei ole määritelty oikein. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Suosittelemme käyttämään paremman suorituskyvyn saavuttamiseksi ↗</a> seuraavia asetuksia <code>php.ini</code>-asetustiedostossa:",
+ "Nextcloud 20 is the last release supporting PHP 7.2. Nextcloud 21 requires at least PHP 7.3." : "Nextcloud 20 on viimeinen julkaisu, joka tukee PHP:n versiota 7.2. Nextcloud 21 vaatii vähintään version 7.3 PHP:sta.",
"The PHP function \"set_time_limit\" is not available. This could result in scripts being halted mid-execution, breaking your installation. Enabling this function is strongly recommended." : "PHP-funktio \"set_time_limit\" ei ole käytettävissä. Tämä saattaa johtaa siihen, että skriptien suoritus päättyy ennenaikaisesti ja Nextcloud-asennus rikkoutuu. Funktion käyttäminen on erittäin suositeltavaa.",
"Your PHP does not have FreeType support, resulting in breakage of profile pictures and the settings interface." : "PHP-asennuksessasi ei ole FreeType-tukea, ja siitä aiheutuu profiilikuvien sekä asetuskäyttöliittymän rikkoutuminen.",
"Missing index \"{indexName}\" in table \"{tableName}\"." : "Puuttuva indeksi \"{indexName}\" taulussa \"{tableName}\".",
+ "Missing optional column \"{columnName}\" in table \"{tableName}\"." : "Valinnainen sarake \"{columnName}\" puuttuu taulusta \"{tableName}\".",
"SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend." : "SQLite on parhaillaan käytössä tietokantaratkaisuna. Suuria asennuksia varten suosittelemme vaihtamaan toiseen tietokantaratkaisuun.",
"This is particularly recommended when using the desktop client for file synchronisation." : "Tämä on suositeltavaa erityisesti silloin, kun työpöytäsovellusta käytetään tiedostojen synkronointiin.",
- "To migrate to another database use the command line tool: 'occ db:convert-type', or see the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation ↗</a>." : "Tee migraatio toiseen tietokantaan komentorivityökalulla: 'occ db:convert-type', tai lue <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentaatio ↗</a>.",
- "Use of the the built in php mailer is no longer supported. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Please update your email server settings ↗<a/>." : "Sisäänrakennetun php mailerin käyttö ei ole enää tuettua. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Päivitä sähköpostipalvelimesi asetukset ↗<a/>.",
"The PHP memory limit is below the recommended value of 512MB." : "PHP:n muistiraja on asetettu alle suositellun 512 megatavun arvon.",
"Error occurred while checking server setup" : "Virhe palvelimen määrityksiä tarkistaessa",
"Your data directory and files are probably accessible from the Internet. The .htaccess file is not working. It is strongly recommended that you configure your web server so that the data directory is no longer accessible, or move the data directory outside the web server document root." : "Data-hakemisto ja tiedostot ovat luultavasti käytettävissä suoraan Internetistä. .htaccess-tiedosto ei toimi oikein. Suosittelemme määrittämään HTTP-palvelimen asetukset siten, ettei data-hakemisto ole suoraan käytettävissä Internetistä tai siirtämään data-hakemiston HTTP-palvelimen juurihakemiston ulkopuolelle.",
"The \"{header}\" HTTP header is not set to \"{expected}\". This is a potential security or privacy risk, as it is recommended to adjust this setting accordingly." : "HTTP-header \"{header}\" ei ole määritetty vastaamaan arvoa \"{expected}\". Kyseessä on mahdollinen tietoturvaan tai -suojaan liittyvä riski, joten on suositeltavaa muuttaa asetuksen arvoa.",
"The \"{header}\" HTTP header is not set to \"{expected}\". Some features might not work correctly, as it is recommended to adjust this setting accordingly." : "HTTP-header \"{header}\" ei ole määritetty vastaamaan arvoa \"{expected}\". Jotkin toiminnot eivät vättämättä toimi oikein, joten on suositeltavaa muuttaa asetuksen arvoa.",
- "Non-existing tag #{tag}" : "Ei olemassa oleva tunniste #{tag}",
- "restricted" : "rajoitettu",
- "invisible" : "näkymätön",
- "Delete" : "Poista",
- "Rename" : "Nimeä uudelleen",
- "Collaborative tags" : "Yhteistyölliset tunnisteet",
- "No tags found" : "Tunnisteita ei löytynyt",
"unknown text" : "tuntematon teksti",
"Hello world!" : "Hei maailma!",
"sunny" : "aurinkoinen",
@@ -100,36 +81,49 @@ OC.L10N.register(
"Please reload the page." : "Päivitä sivu.",
"The update was unsuccessful. For more information <a href=\"{url}\">check our forum post</a> covering this issue." : "Päivitys epäonnistui. Katso lisätietoja tähän ongelmaan liittyen <a href=\"{url}\">keskustelupalstan viestistä</a>.",
"The update was unsuccessful. Please report this issue to the <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">Nextcloud community</a>." : "Päivitys ei onnistunut. Raportoisitko tämän ongelman <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">Nextcloud-yhteisölle</a>.",
- "Continue to Nextcloud" : "Jatka Nextcloudiin",
- "_The update was successful. Redirecting you to Nextcloud in %n second._::_The update was successful. Redirecting you to Nextcloud in %n seconds._" : ["Päivitys onnistui. Siirryt Nextcloudiin %n sekunnin kuluttua.","Päivitys onnistui. Siirryt Nextcloudiin %n sekunnin kuluttua."],
- "Searching other places" : "Etsitään muista paikoista",
- "No search results in other folders for {tag}{filter}{endtag}" : "Ei hakutuloksia muissa kansioissa haulla {tag}{filter}{endtag}",
- "_{count} search result in another folder_::_{count} search results in other folders_" : ["{count} hakutulos muussa kansiossa","{count} hakutulosta muissa kansioissa"],
+ "Log in" : "Kirjaudu sisään",
+ "Logging in …" : "Kirjaudutaan sisään...",
"Server side authentication failed!" : "Palvelimen puoleinen tunnistautuminen epäonnistui!",
"Please contact your administrator." : "Ota yhteys ylläpitäjään.",
"An internal error occurred." : "Tapahtui sisäinen virhe.",
"Please try again or contact your administrator." : "Yritä uudestaan tai ota yhteys ylläpitäjään.",
"Username or email" : "Käyttäjätunnus tai sähköpostiosoite",
"Password" : "Salasana",
- "Log in" : "Kirjaudu sisään",
- "Logging in …" : "Kirjaudutaan sisään...",
"Wrong username or password." : "Väärä käyttäjätunnus tai salasana.",
"User disabled" : "Käyttäjä poistettu käytöstä",
"We have detected multiple invalid login attempts from your IP. Therefore your next login is throttled up to 30 seconds." : "Useita virheellisiä kirjautumisyrityksiä havaittiin IP-osoitteestasi. Siksi seuraava yritys sallitaan vasta 30:n sekunnin päästä.",
+ "Your account is not setup for passwordless login." : "Käyttäjääsi ei ole kytketty käyttämään salasanatonta kirjautumista.",
+ "Passwordless authentication is not supported in your browser." : "Selaimesi ei tue tunnistautumista ilman salasanaa.",
+ "Passwordless authentication is only available over a secure connection." : "Tunnistautuminen ilman salasanaa on mahdollista vain salattua yhteyttä käyttäessä.",
"Reset password" : "Palauta salasana",
+ "If it is not there ask your local administrator." : "Jos se ei ole siellä, niin pyydä järjestelmänvalvojaltasi.",
"Couldn't send reset email. Please contact your administrator." : "Palautussähköpostin lähettäminen ei onnistunut. Ota yhteys ylläpitäjään.",
- "Password can not be changed. Please contact your administrator." : "Salasanan vaihtaminen ei onnistunut. Ota yhteys ylläpitäjään.",
"Back to login" : "Palaa kirjautumiseen",
"New password" : "Uusi salasana",
+ "Your files are encrypted. There will be no way to get your data back after your password is reset. If you are not sure what to do, please contact your administrator before you continue. Do you really want to continue?" : "Tiedostosi on salattu. Niitä ei ole mahdollista palauttaa kun salasanasi on palautettu. Jos et ole varma mitä tehdä, ota yhteyttä ylläpitäjään ennen kuin jatkat. Oletko varma, että haluat jatkaa?",
"I know what I'm doing" : "Tiedän mitä teen",
+ "Resetting password" : "Salasanan palauttaminen",
"Recommended apps" : "Suositellut sovellukset",
"Loading apps …" : "Ladataan sovelluksia…",
"Installing apps …" : "Asennetaan sovelluksia…",
"App download or installation failed" : "Sovelluksen lataus tai asennus epäonnistui",
- "Can't install this app because it is not compatible" : "Tätä sovellusta ei voi asentaa, koska se ei ole yhteensopiva",
- "Can't install this app" : "Tätä sovellusta ei voi asentaa",
"Cancel" : "Peruuta",
+ "Schedule work & meetings, synced with all your devices." : "Aikatauluta työsi ja tapaamisesi synkronoidusti kaikkien laitteitesi välillä.",
+ "Keep your colleagues and friends in one place without leaking their private info." : "Pidä työkaverisi ja kaverisi samassa paikassa vuotamatta heidän yksityisiä tietojaan.",
+ "Simple email app nicely integrated with Files, Contacts and Calendar." : "Yksinkertainen sähköpostisovellus, joka toimii yhdessä Tiedostojen, Kontaktien ja Kalenterin kanssa.",
"Forgot password?" : "Unohditko salasanasi?",
+ "Log in with a device" : "Kirjaudu laitteella",
+ "Back" : "Takaisin",
+ "Reset search" : "Tyhjennä haku",
+ "Search for {name} only" : "Etsi vain {name}",
+ "No results for {query}" : "Ei tuloksia haulle {query}",
+ "Start typing to search" : "Aloita kirjoittaminen hakeaksesi",
+ "Loading more results …" : "Ladataan lisää tuloksia…",
+ "Load more results" : "Lataa lisää tuloksia",
+ "Search" : "Etsi",
+ "An error occurred while searching for {type}" : "Haettaessa tyyppiä {type} tapahtui virhe.",
+ "_Please enter {minSearchLength} character or more to search_::_Please enter {minSearchLength} characters or more to search_" : ["Kirjoita vähintään {minSearchLength} merkki etsiäksesi","Kirjoita vähintään {minSearchLength} merkkiä etsiäksesi"],
+ "Search {types} …" : "Etsi {types} ...",
"Settings" : "Asetukset",
"Could not load your contacts" : "Yhteystietojasi ei voitu ladata",
"Search contacts …" : "Etsi yhteystietoja…",
@@ -186,6 +180,7 @@ OC.L10N.register(
"Failed to rename the project" : "Projektin nimeäminen uudelleen epäonnistui",
"Failed to create a project" : "Projektin luominen epäonnistui",
"Failed to add the item to the project" : "Kohteen lisääminen projektiin epäonnistui",
+ "Connect items to a project to make them easier to find" : "Yhdistä kohteita projektiin tehdäksesi niiden löytämisestä helpompaa",
"Type to search for existing projects" : "Kirjoita etsiäksesi olemassa olevia projekteja",
"New in" : "Uutta versiossa",
"View changelog" : "Katso muutosloki",
@@ -196,6 +191,13 @@ OC.L10N.register(
"Strong password" : "Vahva salasana",
"No action available" : "Toimintoa ei saatavilla",
"Error fetching contact actions" : "Virhe yhteystiedon toimintojen haussa",
+ "Non-existing tag #{tag}" : "Ei olemassa oleva tunniste #{tag}",
+ "restricted" : "rajoitettu",
+ "invisible" : "näkymätön",
+ "Delete" : "Poista",
+ "Rename" : "Nimeä uudelleen",
+ "Collaborative tags" : "Yhteistyölliset tunnisteet",
+ "No tags found" : "Tunnisteita ei löytynyt",
"Personal" : "Henkilökohtainen",
"Users" : "Käyttäjät",
"Apps" : "Sovellukset",
@@ -204,7 +206,11 @@ OC.L10N.register(
"Access forbidden" : "Pääsy estetty",
"File not found" : "Tiedostoa ei löytynyt",
"The document could not be found on the server. Maybe the share was deleted or has expired?" : "Tätä asiakirjaa ei löytynyt palvelimelta. Kenties jako on poistettu tai se oli asetettu vanhenemaan.",
+ "Back to %s" : "Takaisin kohtaan %s",
+ "Too many requests" : "Liian monta pyyntöä",
+ "There were too many requests from your network. Retry later or contact your administrator if this is an error." : "Verkostasi tehtiin liian monta pyyntöä. Yritä myöhemmin uudelleen tai ole yhteydessä ylläpitäjään, jos tämä on mielestäsi virhe.",
"Error" : "Virhe",
+ "Previous" : "Edellinen",
"Internal Server Error" : "Sisäinen palvelinvirhe",
"The server was unable to complete your request." : "Palvelin ei kyennyt käsittelemään pyyntöäsi.",
"If this happens again, please send the technical details below to the server administrator." : "Jos tämä tapahtuu uudelleen, lähetä alla olevat tekniset tiedot palvelimen ylläpitäjälle.",
@@ -246,10 +252,10 @@ OC.L10N.register(
"This application requires JavaScript for correct operation. Please {linkstart}enable JavaScript{linkend} and reload the page." : "Tämä sovellus vaatii toimiakseen JavaScript-tuen. {linkstart}Ota JavaScript käyttöön{linkend} ja päivitä sivu.",
"Get your own free account" : "Hanki ilmainen tili itsellesi",
"Skip to main content" : "Siirry pääsisältöön",
+ "Skip to navigation of app" : "Hyppää sovelluksen navigointiin.",
"More apps" : "Lisää sovelluksia",
"More" : "Lisää",
- "Search" : "Etsi",
- "Reset search" : "Tyhjennä haku",
+ "More apps menu" : "Lisäsovellusvalikko",
"Contacts" : "Yhteystiedot",
"Contacts menu" : "Yhteystietovalikko",
"Settings menu" : "Asetusvalikko",
@@ -260,12 +266,14 @@ OC.L10N.register(
"Alternative log in using app token" : "Vaihtoehtoinen kirjautuminen käyttäen sovelluspolettia",
"Account access" : "Tilin käyttö",
"Account connected" : "Tili yhdistetty",
+ "Your client should now be connected!" : "Päätteesi pitäisi olla yhdistetty!",
"You can close this window." : "Voit sulkea tämän ikkunan.",
"This share is password-protected" : "Jako on salasanasuojattu",
"The password is wrong. Try again." : "Salasana on väärin. Yritä uudelleen.",
"Two-factor authentication" : "Kaksivaiheinen tunnistautuminen",
"Enhanced security is enabled for your account. Choose a second factor for authentication:" : "Tilisi tietoturvatasoa on korotettu. Käytä kaksivaiheista tunnistautumista:",
"Two-factor authentication is enforced but has not been configured on your account. Contact your admin for assistance." : "Kaksivaiheinen tunnistautuminen on pakotettu, mutta sitä ei ole määritelty tilillesi. Ole yhteydessä ylläpitoon saadaksesi apua.",
+ "Two-factor authentication is enforced but has not been configured on your account. Please continue to setup two-factor authentication." : "Kaksivaiheinen tunnistautuminen on pakotettu, mutta sitä ei ole määritelty tilillesi. Jatka asettaaksesi kaksivaiheisen tunnistautumisen.",
"Set up two-factor authentication" : "Määritä kaksivaiheinen tunnistautuminen",
"Use backup code" : "Käytä varakoodia",
"Cancel login" : "Peru kirjautuminen",
@@ -274,7 +282,7 @@ OC.L10N.register(
"Please contact your administrator. If you are an administrator, edit the \"trusted_domains\" setting in config/config.php like the example in config.sample.php." : "Ota yhteys ylläpitoon, tai jos olet tämän palvelun ylläpitäjä, määritä \"trusted_domains\"-asetus config/config.php-tiedostossa. Esimerkkimääritys on tiedostossa config/config.sample.php.",
"App update required" : "Sovelluksen päivittäminen vaaditaan",
"%1$s will be updated to version %2$s" : "%1$s päivitetään versioon %2$s",
- "These apps will be updated:" : "Nämä sovellukset päivitetään:",
+ "The following apps will be updated:" : "Seuraavat sovellukset päivitetään:",
"These incompatible apps will be disabled:" : "Nämä yhteensopimattomat sovellukset poistetaan käytöstä:",
"The theme %s has been disabled." : "Teema %s on poistettu käytöstä.",
"Please make sure that the database, the config folder and the data folder have been backed up before proceeding." : "Varmista ennen jatkamista, että tietokanta, asetuskansio ja datakansio on varmuuskopioitu.",
@@ -290,85 +298,34 @@ OC.L10N.register(
"This %s instance is currently in maintenance mode, which may take a while." : "Tämä %s-instanssi on parhaillaan huoltotilassa, huollossa saattaa kestää hetki.",
"This page will refresh itself when the instance is available again." : "Tämä sivu päivittyy itsestään, kun instanssi on jälleen käytettävissä.",
"Contact your system administrator if this message persists or appeared unexpectedly." : "Ota yhteys järjestelmän ylläpitäjään, jos tämä viesti ilmenee uudelleen tai odottamatta.",
- "Could not send reset email because there is no email address for this username. Please contact your administrator." : "Salasanan palautusviestiä ei voitu lähettää sähköpostitse, koska käyttäjätunnukselle ei ole määritetty sähköpostiosoitetta. Ota yhteys ylläpitäjään.",
- "Couldn't send reset email. Please make sure your username is correct." : "Palautussähköpostin lähettäminen ei onnistunut. Varmista, että käyttäjätunnuksesi on oikein.",
- "Your files are encrypted. There will be no way to get your data back after your password is reset.<br />If you are not sure what to do, please contact your administrator before you continue. <br />Do you really want to continue?" : "Tiedostosi ovat salattuja. Salasanan palauttamisen jälkeen niitä ei ole mahdollista palauttaa.<br />Jos et ole varma, mitä tehdä, ole yhteydessä ylläpitäjään ennen kuin jatkat.<br />Haluatko varmasti jatkaa?",
- "Sending email …" : "Lähetetään sähköpostia ...",
- "You are currently running PHP 5.6. The current major version of Nextcloud is the last that is supported on PHP 5.6. It is recommended to upgrade the PHP version to 7.0+ to be able to upgrade to Nextcloud 14." : "Käytössä on PHP 5.6. Nykyinen Nextcloudversio on viimeinen, mikä sitä tukee. Suositeltavaa on päivittää versioon 7.0+, jotta päivitys onnistuisi Nextcloud 14:än sen ilmestyessä.",
- "Shared" : "Jaettu",
- "Shared with" : "Jaettu",
- "Shared by" : "Jaettu",
- "Choose a password for the public link" : "Valitse salasana julkiselle linkille",
- "Choose a password for the public link or press the \"Enter\" key" : "Valitse salasana julkiselle linkille tai paina \"Enter\" näppäintä",
- "Copied!" : "Kopioitu!",
- "Copy link" : "Kopioi linkki",
- "Not supported!" : "Ei tuettu!",
- "Press ⌘-C to copy." : "Paina ⌘-C kopioidaksesi.",
- "Press Ctrl-C to copy." : "Paina Ctrl-C kopioidaksesi.",
- "Unable to create a link share" : "Linkkijaon tekeminen ei onnistunut",
- "Resharing is not allowed" : "Jakaminen uudelleen ei ole sallittu",
- "Link" : "Linkki",
- "Hide download" : "Piilota lataus",
- "Password protection enforced" : "Salasanasuojaus pakotettu",
- "Password protect" : "Suojaa salasanalla",
- "Allow editing" : "Salli muokkaus",
- "Email link to person" : "Lähetä linkki sähköpostitse",
- "Send" : "Lähetä",
- "Allow upload and editing" : "Salli lähetys ja muokkaus",
- "Read only" : "Vain luku",
- "File drop (upload only)" : "Tiedostojen pudotus (Vain lähetys)",
- "Expiration date enforced" : "Vanhenemispäivä pakotettu",
- "Set expiration date" : "Aseta vanhenemispäivä",
- "Expiration" : "Vanheneminen",
- "Expiration date" : "Vanhenemispäivä",
- "Note to recipient" : "Huomio vastaanottajalle",
- "Unshare" : "Lopeta jakaminen",
- "Delete share link" : "Poista jakolinkki",
- "Add another link" : "Lisää toinen linkki",
- "Password protection for links is mandatory" : "Linkkien salasanasuojaus on pakollista",
- "Share to {name}" : "Jaa henkilölle {name}",
- "Share link" : "Jaa linkki",
- "New share link" : "Uusi jakolinkki",
- "Created on {time}" : "Luotu {time}",
- "Could not unshare" : "Jakamisen lopettaminen epäonnistui",
- "Shared with you and the group {group} by {owner}" : "Jaettu sinun ja ryhmän {group} kanssa käyttäjältä {owner}",
- "Shared with you by {owner}" : "Jaettu kanssasi käyttäjältä {owner}",
- "Choose a password for the mail share" : "Valitse salasana sähköpostijaolle",
- "group" : "ryhmä",
- "remote" : "etä",
- "remote group" : "etäryhmä",
- "email" : "sähköposti",
- "conversation" : "keskustelu",
- "shared by {sharer}" : "jakanut {sharer}",
- "Can reshare" : "Voi uudelleenjakaa",
- "Can edit" : "Voi muokata",
- "Can create" : "Voi luoda",
- "Can change" : "Voi vaihtaa",
- "Can delete" : "Voi poistaa",
- "Access control" : "Pääsynhallinta",
- "{shareInitiatorDisplayName} shared via link" : "{shareInitiatorDisplayName} jakoi linkillä",
- "Error while sharing" : "Virhe jaettaessa",
- "Share details could not be loaded for this item." : "Tämän kohteen jakamistietoja ei voitu ladata.",
- "_At least {count} character is needed for autocompletion_::_At least {count} characters are needed for autocompletion_" : ["Vähintään {count} kirjain vaaditaan automaattiseen täydentämiseen","Vähintään {count} kirjainta vaaditaan automaattiseen täydentämiseen"],
- "This list is maybe truncated - please refine your search term to see more results." : "Lista on ehkä vajaa - uudelleen määritä hakutermisi nähdäksesi lisää tuloksia.",
- "No users or groups found for {search}" : "Haulla {search} ei löytynyt käyttäjiä tai ryhmiä",
- "No users found for {search}" : "Haulla {search} ei löytynyt käyttäjiä",
- "An error occurred (\"{message}\"). Please try again" : "Tapahtui virhe (\"{message}\"). Yritä uudestaan",
- "An error occurred. Please try again" : "Tapahtui virhe, yritä uudelleen",
- "Home" : "Koti",
- "Work" : "Työ",
- "Other" : "Muu",
- "{sharee} ({type}, {owner})" : "{sharee} ({type}, {owner})",
- "Share" : "Jaa",
- "Name or email address..." : "Nimi tai sähköpostiosoite...",
- "Name or federated cloud ID..." : "Nimi tai federoidun pilven tunniste...",
- "Name, federated cloud ID or email address..." : "Nimi, federoidun pilven tunniste tai sähköpostiosoite...",
- "Name..." : "Nimi...",
- "Error removing share" : "Virhe jakoa poistaessa",
- "({scope})" : "({scope})",
- "Saving..." : "Tallennetaan...",
- "Dismiss" : "Hylkää",
- "New Password" : "Uusi salasana",
- "Cancel log in" : "Peru kirjautuminen"
+ "Checking whether the database schema can be updated (this can take a long time depending on the database size)" : "Tarkistetaan, onko tietokannan skeemaa mahdollista päivittää (tämä saattaa kestää kauan riippuen tietokannan koosta)",
+ "Checked database schema update" : "Tarkistettu tietokannan skeemapäivitys",
+ "Checking updates of apps" : "Tarkistetaan sovellusten päivityksiä",
+ "Checking for update of app \"%s\" in appstore" : "Päivitystä sovellukseen \"%s\" tarkistetaan sovelluskaupasta",
+ "Update app \"%s\" from appstore" : "Päivitä sovellus \"%s\" sovelluskaupasta",
+ "Checked for update of app \"%s\" in appstore" : "Päivitys sovellukseen \"%s\" tarkistettu sovelluskaupasta",
+ "Checked database schema update for apps" : "Tarkistettu tietokannan skeemapäivitys sovelluksille",
+ "Following apps have been disabled: %s" : "Seuraavat sovellukset on poistettu käytöstä: %s",
+ "Your web server is not properly set up to resolve \"{url}\". Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Palvelinta ei ole määritelty oikein tunnistamaan osoitetta \"{url}\". Katso lisätiedot <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">ohjeista</a>.",
+ "Check the background job settings" : "Tarkista taustatyön asetukset",
+ "No memory cache has been configured. To enhance performance, please configure a memcache, if available. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Välimuistia ei ole asennettu oikein. Suorituskykyä parantaaksesi, asenna memcache, jos käytettävissä. Katso lisätiedot <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">ohjeista</a>.",
+ "You are currently running PHP {version}. Upgrade your PHP version to take advantage of <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">performance and security updates provided by the PHP Group</a> as soon as your distribution supports it." : "Käytössä on PHP {version}. Suosittelemme päivittämään PHP:n hyötyäksesi <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">PHP Group:n suorituskyky- ja tietoturvapäivityksistä</a> niin pian kuin jakelusi sitä tukee.",
+ "Memcached is configured as distributed cache, but the wrong PHP module \"memcache\" is installed. \\OC\\Memcache\\Memcached only supports \"memcached\" and not \"memcache\". See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">memcached wiki about both modules</a>." : "Memcached on määritelty hajautetuksi välimuistiksi, mutta väärä PHP-moduli \"memcache\" on asennettu. \\OC\\Memcache\\Memcached tukee vain modulia \"memcached\", mutta ei modulia \"memcache\". Katso <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">memcached wikiä molemmista moduleista</a>.",
+ "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">List of invalid files…</a> / <a href=\"{rescanEndpoint}\">Rescan…</a>)" : "Jotkin tiedostot eivät läpäisseet eheystarkistusta. Katso lisätietoa ongelman korjaamiseksi <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">ohjeista</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">Listaa virheelliset tiedostot…</a> / <a href=\"{rescanEndpoint}\">Skannaa uudelleen…</a>)",
+ "The PHP OPcache is not properly configured. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance it is recommended</a> to use the following settings in the <code>php.ini</code>:" : "PHP Opcache ei ole määritelty oikein. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Suosittelemme käyttämään paremman suorituskyvyn saavuttamiseksi ↗</a> seuraavia asetuksia <code>php.ini</code>-asetustiedostossa:",
+ "To migrate to another database use the command line tool: 'occ db:convert-type', or see the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation ↗</a>." : "Tee migraatio toiseen tietokantaan komentorivityökalulla: 'occ db:convert-type', tai lue <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentaatio ↗</a>.",
+ "Use of the the built in php mailer is no longer supported. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Please update your email server settings ↗<a/>." : "Sisäänrakennetun php mailerin käyttö ei ole enää tuettua. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Päivitä sähköpostipalvelimesi asetukset ↗<a/>.",
+ "Continue to Nextcloud" : "Jatka Nextcloudiin",
+ "_The update was successful. Redirecting you to Nextcloud in %n second._::_The update was successful. Redirecting you to Nextcloud in %n seconds._" : ["Päivitys onnistui. Siirryt Nextcloudiin %n sekunnin kuluttua.","Päivitys onnistui. Siirryt Nextcloudiin %n sekunnin kuluttua."],
+ "Searching other places" : "Etsitään muista paikoista",
+ "No search results in other folders for {tag}{filter}{endtag}" : "Ei hakutuloksia muissa kansioissa haulla {tag}{filter}{endtag}",
+ "_{count} search result in another folder_::_{count} search results in other folders_" : ["{count} hakutulos muussa kansiossa","{count} hakutulosta muissa kansioissa"],
+ "A password reset message has been sent to the e-mail address of this account. If you do not receive it, check your spam/junk folders or ask your local administrator for help." : "Salasanan palauttamisviesti on lähetetty tilin sähköpostiin. Jos et saa sitä, tarkista roskapostikansiosi tai kysy apua paikalliselta ylläpitäjältä.",
+ "Password can not be changed. Please contact your administrator." : "Salasanan vaihtaminen ei onnistunut. Ota yhteys ylläpitäjään.",
+ "Could not fetch list of apps from the app store." : "Ei voitu hakea sovelluskaupan listaa.",
+ "Nextcloud {app}" : "Nextcloud {app}",
+ "Can't install this app because it is not compatible" : "Tätä sovellusta ei voi asentaa, koska se ei ole yhteensopiva",
+ "Can't install this app" : "Tätä sovellusta ei voi asentaa",
+ "These apps will be updated:" : "Nämä sovellukset päivitetään:"
},
"nplurals=2; plural=(n != 1);");
diff --git a/core/l10n/fi.json b/core/l10n/fi.json
index 5c1cc4f8ff6..ee0df52dc20 100644
--- a/core/l10n/fi.json
+++ b/core/l10n/fi.json
@@ -13,6 +13,7 @@
"No valid crop data provided" : "Kelvollisia leikkaustietoja ei määritetty",
"Crop is not square" : "Leikkaus ei ole neliö",
"State token does not match" : "Tilapoletti ei täsmää",
+ "Invalid app password" : "Virheellinen sovellussalasana",
"Could not complete login" : "Kirjautumista ei voitu suorittaa loppuun",
"Your login token is invalid or has expired" : "Kirjautumispolettisi on virheellinen tai se on vanhentunut",
"Password reset is disabled" : "Salasanan palautus poistettu käytöstä",
@@ -26,6 +27,7 @@
"Nextcloud Server" : "Nextcloud-palvelin",
"Some of your link shares have been removed" : "Jotkin linkkijakosi on poistettu",
"Due to a security bug we had to remove some of your link shares. Please see the link for more information." : "Tietoturvaongelman vuoksi jouduimme poistaa joitakin linkkijakojasi. Lue lisätietoja linkin kautta.",
+ "The user limit of this instance is reached." : "Tämän instanssin käyttäjäraja on täynnä.",
"Preparing update" : "Valmistellaan päivitystä",
"[%d / %d]: %s" : "[%d / %d]: %s",
"Repair step:" : "Korjausvaihe:",
@@ -39,51 +41,30 @@
"Maintenance mode is kept active" : "Huoltotila pidetään aktiivisena",
"Updating database schema" : "Päivitetään tietokannan skeemaa",
"Updated database" : "Tietokanta päivitetty",
- "Checking whether the database schema can be updated (this can take a long time depending on the database size)" : "Tarkistetaan, onko tietokannan skeemaa mahdollista päivittää (tämä saattaa kestää kauan riippuen tietokannan koosta)",
- "Checked database schema update" : "Tarkistettu tietokannan skeemapäivitys",
- "Checking updates of apps" : "Tarkistetaan sovellusten päivityksiä",
- "Checking for update of app \"%s\" in appstore" : "Päivitystä sovellukseen \"%s\" tarkistetaan sovelluskaupasta",
- "Update app \"%s\" from appstore" : "Päivitä sovellus \"%s\" sovelluskaupasta",
- "Checked for update of app \"%s\" in appstore" : "Päivitys sovellukseen \"%s\" tarkistettu sovelluskaupasta",
"Checking whether the database schema for %s can be updated (this can take a long time depending on the database size)" : "Tarkistetaan, onko kohteen %s tietokannan skeemaa mahdollista päivittää (tämä saattaa kestää kauan riippuen tietokannan koosta)",
- "Checked database schema update for apps" : "Tarkistettu tietokannan skeemapäivitys sovelluksille",
"Updated \"%1$s\" to %2$s" : "Päivitetty \"%1$s\" versioon %2$s",
"Set log level to debug" : "Asetettu lokitasoksi vianetsintä",
"Reset log level" : "Nollattu lokitaso",
"Starting code integrity check" : "Aloitetaan koodin eheystarkistus",
"Finished code integrity check" : "Koodin eheystarkistus suoritettu",
"%s (incompatible)" : "%s (ei yhteensopiva)",
- "Following apps have been disabled: %s" : "Seuraavat sovellukset on poistettu käytöstä: %s",
+ "The following apps have been disabled: %s" : "Seuraavat sovellukset on poistettu käytöstä: %s",
"Already up to date" : "Kaikki on jo ajan tasalla",
"Your web server is not yet properly set up to allow file synchronization, because the WebDAV interface seems to be broken." : "Palvelintasi ei ole määritetty oikein tiedostojen synkronointia varten, koska WebDAV-liitäntä vaikuttaa olevan rikki.",
- "Your web server is not properly set up to resolve \"{url}\". Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Palvelinta ei ole määritelty oikein tunnistamaan osoitetta \"{url}\". Katso lisätiedot <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">ohjeista</a>.",
"Your database does not run with \"READ COMMITTED\" transaction isolation level. This can cause problems when multiple actions are executed in parallel." : "Tietokantaasi ei suoriteta \"READ COMMITTED\"-transaktioeristystasolla. Tämä saattaa aiheuttaa ongelmia, kun useita toimintoja suoritetaan rinnakkaisesti.",
"It was not possible to execute the cron job via CLI. The following technical errors have appeared:" : "Cron-työtä ei voitu suorittaa komentorivin kautta. Seuraavat tekniset virheet havaittiin:",
- "Check the background job settings" : "Tarkista taustatyön asetukset",
- "No memory cache has been configured. To enhance performance, please configure a memcache, if available. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Välimuistia ei ole asennettu oikein. Suorituskykyä parantaaksesi, asenna memcache, jos käytettävissä. Katso lisätiedot <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">ohjeista</a>.",
- "You are currently running PHP {version}. Upgrade your PHP version to take advantage of <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">performance and security updates provided by the PHP Group</a> as soon as your distribution supports it." : "Käytössä on PHP {version}. Suosittelemme päivittämään PHP:n hyötyäksesi <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">PHP Group:n suorituskyky- ja tietoturvapäivityksistä</a> niin pian kuin jakelusi sitä tukee.",
- "Memcached is configured as distributed cache, but the wrong PHP module \"memcache\" is installed. \\OC\\Memcache\\Memcached only supports \"memcached\" and not \"memcache\". See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">memcached wiki about both modules</a>." : "Memcached on määritelty hajautetuksi välimuistiksi, mutta väärä PHP-moduli \"memcache\" on asennettu. \\OC\\Memcache\\Memcached tukee vain modulia \"memcached\", mutta ei modulia \"memcache\". Katso <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">memcached wikiä molemmista moduleista</a>.",
- "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">List of invalid files…</a> / <a href=\"{rescanEndpoint}\">Rescan…</a>)" : "Jotkin tiedostot eivät läpäisseet eheystarkistusta. Katso lisätietoa ongelman korjaamiseksi <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">ohjeista</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">Listaa virheelliset tiedostot…</a> / <a href=\"{rescanEndpoint}\">Skannaa uudelleen…</a>)",
- "The PHP OPcache is not properly configured. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance it is recommended</a> to use the following settings in the <code>php.ini</code>:" : "PHP Opcache ei ole määritelty oikein. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Suosittelemme käyttämään paremman suorituskyvyn saavuttamiseksi ↗</a> seuraavia asetuksia <code>php.ini</code>-asetustiedostossa:",
+ "Nextcloud 20 is the last release supporting PHP 7.2. Nextcloud 21 requires at least PHP 7.3." : "Nextcloud 20 on viimeinen julkaisu, joka tukee PHP:n versiota 7.2. Nextcloud 21 vaatii vähintään version 7.3 PHP:sta.",
"The PHP function \"set_time_limit\" is not available. This could result in scripts being halted mid-execution, breaking your installation. Enabling this function is strongly recommended." : "PHP-funktio \"set_time_limit\" ei ole käytettävissä. Tämä saattaa johtaa siihen, että skriptien suoritus päättyy ennenaikaisesti ja Nextcloud-asennus rikkoutuu. Funktion käyttäminen on erittäin suositeltavaa.",
"Your PHP does not have FreeType support, resulting in breakage of profile pictures and the settings interface." : "PHP-asennuksessasi ei ole FreeType-tukea, ja siitä aiheutuu profiilikuvien sekä asetuskäyttöliittymän rikkoutuminen.",
"Missing index \"{indexName}\" in table \"{tableName}\"." : "Puuttuva indeksi \"{indexName}\" taulussa \"{tableName}\".",
+ "Missing optional column \"{columnName}\" in table \"{tableName}\"." : "Valinnainen sarake \"{columnName}\" puuttuu taulusta \"{tableName}\".",
"SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend." : "SQLite on parhaillaan käytössä tietokantaratkaisuna. Suuria asennuksia varten suosittelemme vaihtamaan toiseen tietokantaratkaisuun.",
"This is particularly recommended when using the desktop client for file synchronisation." : "Tämä on suositeltavaa erityisesti silloin, kun työpöytäsovellusta käytetään tiedostojen synkronointiin.",
- "To migrate to another database use the command line tool: 'occ db:convert-type', or see the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation ↗</a>." : "Tee migraatio toiseen tietokantaan komentorivityökalulla: 'occ db:convert-type', tai lue <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentaatio ↗</a>.",
- "Use of the the built in php mailer is no longer supported. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Please update your email server settings ↗<a/>." : "Sisäänrakennetun php mailerin käyttö ei ole enää tuettua. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Päivitä sähköpostipalvelimesi asetukset ↗<a/>.",
"The PHP memory limit is below the recommended value of 512MB." : "PHP:n muistiraja on asetettu alle suositellun 512 megatavun arvon.",
"Error occurred while checking server setup" : "Virhe palvelimen määrityksiä tarkistaessa",
"Your data directory and files are probably accessible from the Internet. The .htaccess file is not working. It is strongly recommended that you configure your web server so that the data directory is no longer accessible, or move the data directory outside the web server document root." : "Data-hakemisto ja tiedostot ovat luultavasti käytettävissä suoraan Internetistä. .htaccess-tiedosto ei toimi oikein. Suosittelemme määrittämään HTTP-palvelimen asetukset siten, ettei data-hakemisto ole suoraan käytettävissä Internetistä tai siirtämään data-hakemiston HTTP-palvelimen juurihakemiston ulkopuolelle.",
"The \"{header}\" HTTP header is not set to \"{expected}\". This is a potential security or privacy risk, as it is recommended to adjust this setting accordingly." : "HTTP-header \"{header}\" ei ole määritetty vastaamaan arvoa \"{expected}\". Kyseessä on mahdollinen tietoturvaan tai -suojaan liittyvä riski, joten on suositeltavaa muuttaa asetuksen arvoa.",
"The \"{header}\" HTTP header is not set to \"{expected}\". Some features might not work correctly, as it is recommended to adjust this setting accordingly." : "HTTP-header \"{header}\" ei ole määritetty vastaamaan arvoa \"{expected}\". Jotkin toiminnot eivät vättämättä toimi oikein, joten on suositeltavaa muuttaa asetuksen arvoa.",
- "Non-existing tag #{tag}" : "Ei olemassa oleva tunniste #{tag}",
- "restricted" : "rajoitettu",
- "invisible" : "näkymätön",
- "Delete" : "Poista",
- "Rename" : "Nimeä uudelleen",
- "Collaborative tags" : "Yhteistyölliset tunnisteet",
- "No tags found" : "Tunnisteita ei löytynyt",
"unknown text" : "tuntematon teksti",
"Hello world!" : "Hei maailma!",
"sunny" : "aurinkoinen",
@@ -98,36 +79,49 @@
"Please reload the page." : "Päivitä sivu.",
"The update was unsuccessful. For more information <a href=\"{url}\">check our forum post</a> covering this issue." : "Päivitys epäonnistui. Katso lisätietoja tähän ongelmaan liittyen <a href=\"{url}\">keskustelupalstan viestistä</a>.",
"The update was unsuccessful. Please report this issue to the <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">Nextcloud community</a>." : "Päivitys ei onnistunut. Raportoisitko tämän ongelman <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">Nextcloud-yhteisölle</a>.",
- "Continue to Nextcloud" : "Jatka Nextcloudiin",
- "_The update was successful. Redirecting you to Nextcloud in %n second._::_The update was successful. Redirecting you to Nextcloud in %n seconds._" : ["Päivitys onnistui. Siirryt Nextcloudiin %n sekunnin kuluttua.","Päivitys onnistui. Siirryt Nextcloudiin %n sekunnin kuluttua."],
- "Searching other places" : "Etsitään muista paikoista",
- "No search results in other folders for {tag}{filter}{endtag}" : "Ei hakutuloksia muissa kansioissa haulla {tag}{filter}{endtag}",
- "_{count} search result in another folder_::_{count} search results in other folders_" : ["{count} hakutulos muussa kansiossa","{count} hakutulosta muissa kansioissa"],
+ "Log in" : "Kirjaudu sisään",
+ "Logging in …" : "Kirjaudutaan sisään...",
"Server side authentication failed!" : "Palvelimen puoleinen tunnistautuminen epäonnistui!",
"Please contact your administrator." : "Ota yhteys ylläpitäjään.",
"An internal error occurred." : "Tapahtui sisäinen virhe.",
"Please try again or contact your administrator." : "Yritä uudestaan tai ota yhteys ylläpitäjään.",
"Username or email" : "Käyttäjätunnus tai sähköpostiosoite",
"Password" : "Salasana",
- "Log in" : "Kirjaudu sisään",
- "Logging in …" : "Kirjaudutaan sisään...",
"Wrong username or password." : "Väärä käyttäjätunnus tai salasana.",
"User disabled" : "Käyttäjä poistettu käytöstä",
"We have detected multiple invalid login attempts from your IP. Therefore your next login is throttled up to 30 seconds." : "Useita virheellisiä kirjautumisyrityksiä havaittiin IP-osoitteestasi. Siksi seuraava yritys sallitaan vasta 30:n sekunnin päästä.",
+ "Your account is not setup for passwordless login." : "Käyttäjääsi ei ole kytketty käyttämään salasanatonta kirjautumista.",
+ "Passwordless authentication is not supported in your browser." : "Selaimesi ei tue tunnistautumista ilman salasanaa.",
+ "Passwordless authentication is only available over a secure connection." : "Tunnistautuminen ilman salasanaa on mahdollista vain salattua yhteyttä käyttäessä.",
"Reset password" : "Palauta salasana",
+ "If it is not there ask your local administrator." : "Jos se ei ole siellä, niin pyydä järjestelmänvalvojaltasi.",
"Couldn't send reset email. Please contact your administrator." : "Palautussähköpostin lähettäminen ei onnistunut. Ota yhteys ylläpitäjään.",
- "Password can not be changed. Please contact your administrator." : "Salasanan vaihtaminen ei onnistunut. Ota yhteys ylläpitäjään.",
"Back to login" : "Palaa kirjautumiseen",
"New password" : "Uusi salasana",
+ "Your files are encrypted. There will be no way to get your data back after your password is reset. If you are not sure what to do, please contact your administrator before you continue. Do you really want to continue?" : "Tiedostosi on salattu. Niitä ei ole mahdollista palauttaa kun salasanasi on palautettu. Jos et ole varma mitä tehdä, ota yhteyttä ylläpitäjään ennen kuin jatkat. Oletko varma, että haluat jatkaa?",
"I know what I'm doing" : "Tiedän mitä teen",
+ "Resetting password" : "Salasanan palauttaminen",
"Recommended apps" : "Suositellut sovellukset",
"Loading apps …" : "Ladataan sovelluksia…",
"Installing apps …" : "Asennetaan sovelluksia…",
"App download or installation failed" : "Sovelluksen lataus tai asennus epäonnistui",
- "Can't install this app because it is not compatible" : "Tätä sovellusta ei voi asentaa, koska se ei ole yhteensopiva",
- "Can't install this app" : "Tätä sovellusta ei voi asentaa",
"Cancel" : "Peruuta",
+ "Schedule work & meetings, synced with all your devices." : "Aikatauluta työsi ja tapaamisesi synkronoidusti kaikkien laitteitesi välillä.",
+ "Keep your colleagues and friends in one place without leaking their private info." : "Pidä työkaverisi ja kaverisi samassa paikassa vuotamatta heidän yksityisiä tietojaan.",
+ "Simple email app nicely integrated with Files, Contacts and Calendar." : "Yksinkertainen sähköpostisovellus, joka toimii yhdessä Tiedostojen, Kontaktien ja Kalenterin kanssa.",
"Forgot password?" : "Unohditko salasanasi?",
+ "Log in with a device" : "Kirjaudu laitteella",
+ "Back" : "Takaisin",
+ "Reset search" : "Tyhjennä haku",
+ "Search for {name} only" : "Etsi vain {name}",
+ "No results for {query}" : "Ei tuloksia haulle {query}",
+ "Start typing to search" : "Aloita kirjoittaminen hakeaksesi",
+ "Loading more results …" : "Ladataan lisää tuloksia…",
+ "Load more results" : "Lataa lisää tuloksia",
+ "Search" : "Etsi",
+ "An error occurred while searching for {type}" : "Haettaessa tyyppiä {type} tapahtui virhe.",
+ "_Please enter {minSearchLength} character or more to search_::_Please enter {minSearchLength} characters or more to search_" : ["Kirjoita vähintään {minSearchLength} merkki etsiäksesi","Kirjoita vähintään {minSearchLength} merkkiä etsiäksesi"],
+ "Search {types} …" : "Etsi {types} ...",
"Settings" : "Asetukset",
"Could not load your contacts" : "Yhteystietojasi ei voitu ladata",
"Search contacts …" : "Etsi yhteystietoja…",
@@ -184,6 +178,7 @@
"Failed to rename the project" : "Projektin nimeäminen uudelleen epäonnistui",
"Failed to create a project" : "Projektin luominen epäonnistui",
"Failed to add the item to the project" : "Kohteen lisääminen projektiin epäonnistui",
+ "Connect items to a project to make them easier to find" : "Yhdistä kohteita projektiin tehdäksesi niiden löytämisestä helpompaa",
"Type to search for existing projects" : "Kirjoita etsiäksesi olemassa olevia projekteja",
"New in" : "Uutta versiossa",
"View changelog" : "Katso muutosloki",
@@ -194,6 +189,13 @@
"Strong password" : "Vahva salasana",
"No action available" : "Toimintoa ei saatavilla",
"Error fetching contact actions" : "Virhe yhteystiedon toimintojen haussa",
+ "Non-existing tag #{tag}" : "Ei olemassa oleva tunniste #{tag}",
+ "restricted" : "rajoitettu",
+ "invisible" : "näkymätön",
+ "Delete" : "Poista",
+ "Rename" : "Nimeä uudelleen",
+ "Collaborative tags" : "Yhteistyölliset tunnisteet",
+ "No tags found" : "Tunnisteita ei löytynyt",
"Personal" : "Henkilökohtainen",
"Users" : "Käyttäjät",
"Apps" : "Sovellukset",
@@ -202,7 +204,11 @@
"Access forbidden" : "Pääsy estetty",
"File not found" : "Tiedostoa ei löytynyt",
"The document could not be found on the server. Maybe the share was deleted or has expired?" : "Tätä asiakirjaa ei löytynyt palvelimelta. Kenties jako on poistettu tai se oli asetettu vanhenemaan.",
+ "Back to %s" : "Takaisin kohtaan %s",
+ "Too many requests" : "Liian monta pyyntöä",
+ "There were too many requests from your network. Retry later or contact your administrator if this is an error." : "Verkostasi tehtiin liian monta pyyntöä. Yritä myöhemmin uudelleen tai ole yhteydessä ylläpitäjään, jos tämä on mielestäsi virhe.",
"Error" : "Virhe",
+ "Previous" : "Edellinen",
"Internal Server Error" : "Sisäinen palvelinvirhe",
"The server was unable to complete your request." : "Palvelin ei kyennyt käsittelemään pyyntöäsi.",
"If this happens again, please send the technical details below to the server administrator." : "Jos tämä tapahtuu uudelleen, lähetä alla olevat tekniset tiedot palvelimen ylläpitäjälle.",
@@ -244,10 +250,10 @@
"This application requires JavaScript for correct operation. Please {linkstart}enable JavaScript{linkend} and reload the page." : "Tämä sovellus vaatii toimiakseen JavaScript-tuen. {linkstart}Ota JavaScript käyttöön{linkend} ja päivitä sivu.",
"Get your own free account" : "Hanki ilmainen tili itsellesi",
"Skip to main content" : "Siirry pääsisältöön",
+ "Skip to navigation of app" : "Hyppää sovelluksen navigointiin.",
"More apps" : "Lisää sovelluksia",
"More" : "Lisää",
- "Search" : "Etsi",
- "Reset search" : "Tyhjennä haku",
+ "More apps menu" : "Lisäsovellusvalikko",
"Contacts" : "Yhteystiedot",
"Contacts menu" : "Yhteystietovalikko",
"Settings menu" : "Asetusvalikko",
@@ -258,12 +264,14 @@
"Alternative log in using app token" : "Vaihtoehtoinen kirjautuminen käyttäen sovelluspolettia",
"Account access" : "Tilin käyttö",
"Account connected" : "Tili yhdistetty",
+ "Your client should now be connected!" : "Päätteesi pitäisi olla yhdistetty!",
"You can close this window." : "Voit sulkea tämän ikkunan.",
"This share is password-protected" : "Jako on salasanasuojattu",
"The password is wrong. Try again." : "Salasana on väärin. Yritä uudelleen.",
"Two-factor authentication" : "Kaksivaiheinen tunnistautuminen",
"Enhanced security is enabled for your account. Choose a second factor for authentication:" : "Tilisi tietoturvatasoa on korotettu. Käytä kaksivaiheista tunnistautumista:",
"Two-factor authentication is enforced but has not been configured on your account. Contact your admin for assistance." : "Kaksivaiheinen tunnistautuminen on pakotettu, mutta sitä ei ole määritelty tilillesi. Ole yhteydessä ylläpitoon saadaksesi apua.",
+ "Two-factor authentication is enforced but has not been configured on your account. Please continue to setup two-factor authentication." : "Kaksivaiheinen tunnistautuminen on pakotettu, mutta sitä ei ole määritelty tilillesi. Jatka asettaaksesi kaksivaiheisen tunnistautumisen.",
"Set up two-factor authentication" : "Määritä kaksivaiheinen tunnistautuminen",
"Use backup code" : "Käytä varakoodia",
"Cancel login" : "Peru kirjautuminen",
@@ -272,7 +280,7 @@
"Please contact your administrator. If you are an administrator, edit the \"trusted_domains\" setting in config/config.php like the example in config.sample.php." : "Ota yhteys ylläpitoon, tai jos olet tämän palvelun ylläpitäjä, määritä \"trusted_domains\"-asetus config/config.php-tiedostossa. Esimerkkimääritys on tiedostossa config/config.sample.php.",
"App update required" : "Sovelluksen päivittäminen vaaditaan",
"%1$s will be updated to version %2$s" : "%1$s päivitetään versioon %2$s",
- "These apps will be updated:" : "Nämä sovellukset päivitetään:",
+ "The following apps will be updated:" : "Seuraavat sovellukset päivitetään:",
"These incompatible apps will be disabled:" : "Nämä yhteensopimattomat sovellukset poistetaan käytöstä:",
"The theme %s has been disabled." : "Teema %s on poistettu käytöstä.",
"Please make sure that the database, the config folder and the data folder have been backed up before proceeding." : "Varmista ennen jatkamista, että tietokanta, asetuskansio ja datakansio on varmuuskopioitu.",
@@ -288,85 +296,34 @@
"This %s instance is currently in maintenance mode, which may take a while." : "Tämä %s-instanssi on parhaillaan huoltotilassa, huollossa saattaa kestää hetki.",
"This page will refresh itself when the instance is available again." : "Tämä sivu päivittyy itsestään, kun instanssi on jälleen käytettävissä.",
"Contact your system administrator if this message persists or appeared unexpectedly." : "Ota yhteys järjestelmän ylläpitäjään, jos tämä viesti ilmenee uudelleen tai odottamatta.",
- "Could not send reset email because there is no email address for this username. Please contact your administrator." : "Salasanan palautusviestiä ei voitu lähettää sähköpostitse, koska käyttäjätunnukselle ei ole määritetty sähköpostiosoitetta. Ota yhteys ylläpitäjään.",
- "Couldn't send reset email. Please make sure your username is correct." : "Palautussähköpostin lähettäminen ei onnistunut. Varmista, että käyttäjätunnuksesi on oikein.",
- "Your files are encrypted. There will be no way to get your data back after your password is reset.<br />If you are not sure what to do, please contact your administrator before you continue. <br />Do you really want to continue?" : "Tiedostosi ovat salattuja. Salasanan palauttamisen jälkeen niitä ei ole mahdollista palauttaa.<br />Jos et ole varma, mitä tehdä, ole yhteydessä ylläpitäjään ennen kuin jatkat.<br />Haluatko varmasti jatkaa?",
- "Sending email …" : "Lähetetään sähköpostia ...",
- "You are currently running PHP 5.6. The current major version of Nextcloud is the last that is supported on PHP 5.6. It is recommended to upgrade the PHP version to 7.0+ to be able to upgrade to Nextcloud 14." : "Käytössä on PHP 5.6. Nykyinen Nextcloudversio on viimeinen, mikä sitä tukee. Suositeltavaa on päivittää versioon 7.0+, jotta päivitys onnistuisi Nextcloud 14:än sen ilmestyessä.",
- "Shared" : "Jaettu",
- "Shared with" : "Jaettu",
- "Shared by" : "Jaettu",
- "Choose a password for the public link" : "Valitse salasana julkiselle linkille",
- "Choose a password for the public link or press the \"Enter\" key" : "Valitse salasana julkiselle linkille tai paina \"Enter\" näppäintä",
- "Copied!" : "Kopioitu!",
- "Copy link" : "Kopioi linkki",
- "Not supported!" : "Ei tuettu!",
- "Press ⌘-C to copy." : "Paina ⌘-C kopioidaksesi.",
- "Press Ctrl-C to copy." : "Paina Ctrl-C kopioidaksesi.",
- "Unable to create a link share" : "Linkkijaon tekeminen ei onnistunut",
- "Resharing is not allowed" : "Jakaminen uudelleen ei ole sallittu",
- "Link" : "Linkki",
- "Hide download" : "Piilota lataus",
- "Password protection enforced" : "Salasanasuojaus pakotettu",
- "Password protect" : "Suojaa salasanalla",
- "Allow editing" : "Salli muokkaus",
- "Email link to person" : "Lähetä linkki sähköpostitse",
- "Send" : "Lähetä",
- "Allow upload and editing" : "Salli lähetys ja muokkaus",
- "Read only" : "Vain luku",
- "File drop (upload only)" : "Tiedostojen pudotus (Vain lähetys)",
- "Expiration date enforced" : "Vanhenemispäivä pakotettu",
- "Set expiration date" : "Aseta vanhenemispäivä",
- "Expiration" : "Vanheneminen",
- "Expiration date" : "Vanhenemispäivä",
- "Note to recipient" : "Huomio vastaanottajalle",
- "Unshare" : "Lopeta jakaminen",
- "Delete share link" : "Poista jakolinkki",
- "Add another link" : "Lisää toinen linkki",
- "Password protection for links is mandatory" : "Linkkien salasanasuojaus on pakollista",
- "Share to {name}" : "Jaa henkilölle {name}",
- "Share link" : "Jaa linkki",
- "New share link" : "Uusi jakolinkki",
- "Created on {time}" : "Luotu {time}",
- "Could not unshare" : "Jakamisen lopettaminen epäonnistui",
- "Shared with you and the group {group} by {owner}" : "Jaettu sinun ja ryhmän {group} kanssa käyttäjältä {owner}",
- "Shared with you by {owner}" : "Jaettu kanssasi käyttäjältä {owner}",
- "Choose a password for the mail share" : "Valitse salasana sähköpostijaolle",
- "group" : "ryhmä",
- "remote" : "etä",
- "remote group" : "etäryhmä",
- "email" : "sähköposti",
- "conversation" : "keskustelu",
- "shared by {sharer}" : "jakanut {sharer}",
- "Can reshare" : "Voi uudelleenjakaa",
- "Can edit" : "Voi muokata",
- "Can create" : "Voi luoda",
- "Can change" : "Voi vaihtaa",
- "Can delete" : "Voi poistaa",
- "Access control" : "Pääsynhallinta",
- "{shareInitiatorDisplayName} shared via link" : "{shareInitiatorDisplayName} jakoi linkillä",
- "Error while sharing" : "Virhe jaettaessa",
- "Share details could not be loaded for this item." : "Tämän kohteen jakamistietoja ei voitu ladata.",
- "_At least {count} character is needed for autocompletion_::_At least {count} characters are needed for autocompletion_" : ["Vähintään {count} kirjain vaaditaan automaattiseen täydentämiseen","Vähintään {count} kirjainta vaaditaan automaattiseen täydentämiseen"],
- "This list is maybe truncated - please refine your search term to see more results." : "Lista on ehkä vajaa - uudelleen määritä hakutermisi nähdäksesi lisää tuloksia.",
- "No users or groups found for {search}" : "Haulla {search} ei löytynyt käyttäjiä tai ryhmiä",
- "No users found for {search}" : "Haulla {search} ei löytynyt käyttäjiä",
- "An error occurred (\"{message}\"). Please try again" : "Tapahtui virhe (\"{message}\"). Yritä uudestaan",
- "An error occurred. Please try again" : "Tapahtui virhe, yritä uudelleen",
- "Home" : "Koti",
- "Work" : "Työ",
- "Other" : "Muu",
- "{sharee} ({type}, {owner})" : "{sharee} ({type}, {owner})",
- "Share" : "Jaa",
- "Name or email address..." : "Nimi tai sähköpostiosoite...",
- "Name or federated cloud ID..." : "Nimi tai federoidun pilven tunniste...",
- "Name, federated cloud ID or email address..." : "Nimi, federoidun pilven tunniste tai sähköpostiosoite...",
- "Name..." : "Nimi...",
- "Error removing share" : "Virhe jakoa poistaessa",
- "({scope})" : "({scope})",
- "Saving..." : "Tallennetaan...",
- "Dismiss" : "Hylkää",
- "New Password" : "Uusi salasana",
- "Cancel log in" : "Peru kirjautuminen"
+ "Checking whether the database schema can be updated (this can take a long time depending on the database size)" : "Tarkistetaan, onko tietokannan skeemaa mahdollista päivittää (tämä saattaa kestää kauan riippuen tietokannan koosta)",
+ "Checked database schema update" : "Tarkistettu tietokannan skeemapäivitys",
+ "Checking updates of apps" : "Tarkistetaan sovellusten päivityksiä",
+ "Checking for update of app \"%s\" in appstore" : "Päivitystä sovellukseen \"%s\" tarkistetaan sovelluskaupasta",
+ "Update app \"%s\" from appstore" : "Päivitä sovellus \"%s\" sovelluskaupasta",
+ "Checked for update of app \"%s\" in appstore" : "Päivitys sovellukseen \"%s\" tarkistettu sovelluskaupasta",
+ "Checked database schema update for apps" : "Tarkistettu tietokannan skeemapäivitys sovelluksille",
+ "Following apps have been disabled: %s" : "Seuraavat sovellukset on poistettu käytöstä: %s",
+ "Your web server is not properly set up to resolve \"{url}\". Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Palvelinta ei ole määritelty oikein tunnistamaan osoitetta \"{url}\". Katso lisätiedot <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">ohjeista</a>.",
+ "Check the background job settings" : "Tarkista taustatyön asetukset",
+ "No memory cache has been configured. To enhance performance, please configure a memcache, if available. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Välimuistia ei ole asennettu oikein. Suorituskykyä parantaaksesi, asenna memcache, jos käytettävissä. Katso lisätiedot <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">ohjeista</a>.",
+ "You are currently running PHP {version}. Upgrade your PHP version to take advantage of <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">performance and security updates provided by the PHP Group</a> as soon as your distribution supports it." : "Käytössä on PHP {version}. Suosittelemme päivittämään PHP:n hyötyäksesi <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">PHP Group:n suorituskyky- ja tietoturvapäivityksistä</a> niin pian kuin jakelusi sitä tukee.",
+ "Memcached is configured as distributed cache, but the wrong PHP module \"memcache\" is installed. \\OC\\Memcache\\Memcached only supports \"memcached\" and not \"memcache\". See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">memcached wiki about both modules</a>." : "Memcached on määritelty hajautetuksi välimuistiksi, mutta väärä PHP-moduli \"memcache\" on asennettu. \\OC\\Memcache\\Memcached tukee vain modulia \"memcached\", mutta ei modulia \"memcache\". Katso <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">memcached wikiä molemmista moduleista</a>.",
+ "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">List of invalid files…</a> / <a href=\"{rescanEndpoint}\">Rescan…</a>)" : "Jotkin tiedostot eivät läpäisseet eheystarkistusta. Katso lisätietoa ongelman korjaamiseksi <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">ohjeista</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">Listaa virheelliset tiedostot…</a> / <a href=\"{rescanEndpoint}\">Skannaa uudelleen…</a>)",
+ "The PHP OPcache is not properly configured. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance it is recommended</a> to use the following settings in the <code>php.ini</code>:" : "PHP Opcache ei ole määritelty oikein. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Suosittelemme käyttämään paremman suorituskyvyn saavuttamiseksi ↗</a> seuraavia asetuksia <code>php.ini</code>-asetustiedostossa:",
+ "To migrate to another database use the command line tool: 'occ db:convert-type', or see the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation ↗</a>." : "Tee migraatio toiseen tietokantaan komentorivityökalulla: 'occ db:convert-type', tai lue <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentaatio ↗</a>.",
+ "Use of the the built in php mailer is no longer supported. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Please update your email server settings ↗<a/>." : "Sisäänrakennetun php mailerin käyttö ei ole enää tuettua. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Päivitä sähköpostipalvelimesi asetukset ↗<a/>.",
+ "Continue to Nextcloud" : "Jatka Nextcloudiin",
+ "_The update was successful. Redirecting you to Nextcloud in %n second._::_The update was successful. Redirecting you to Nextcloud in %n seconds._" : ["Päivitys onnistui. Siirryt Nextcloudiin %n sekunnin kuluttua.","Päivitys onnistui. Siirryt Nextcloudiin %n sekunnin kuluttua."],
+ "Searching other places" : "Etsitään muista paikoista",
+ "No search results in other folders for {tag}{filter}{endtag}" : "Ei hakutuloksia muissa kansioissa haulla {tag}{filter}{endtag}",
+ "_{count} search result in another folder_::_{count} search results in other folders_" : ["{count} hakutulos muussa kansiossa","{count} hakutulosta muissa kansioissa"],
+ "A password reset message has been sent to the e-mail address of this account. If you do not receive it, check your spam/junk folders or ask your local administrator for help." : "Salasanan palauttamisviesti on lähetetty tilin sähköpostiin. Jos et saa sitä, tarkista roskapostikansiosi tai kysy apua paikalliselta ylläpitäjältä.",
+ "Password can not be changed. Please contact your administrator." : "Salasanan vaihtaminen ei onnistunut. Ota yhteys ylläpitäjään.",
+ "Could not fetch list of apps from the app store." : "Ei voitu hakea sovelluskaupan listaa.",
+ "Nextcloud {app}" : "Nextcloud {app}",
+ "Can't install this app because it is not compatible" : "Tätä sovellusta ei voi asentaa, koska se ei ole yhteensopiva",
+ "Can't install this app" : "Tätä sovellusta ei voi asentaa",
+ "These apps will be updated:" : "Nämä sovellukset päivitetään:"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
} \ No newline at end of file
diff --git a/core/l10n/fr.js b/core/l10n/fr.js
index f2780d4f0d3..8f6a0cc9b19 100644
--- a/core/l10n/fr.js
+++ b/core/l10n/fr.js
@@ -5,6 +5,14 @@ OC.L10N.register(
"File is too big" : "Le fichier est trop volumineux",
"The selected file is not an image." : "Le fichier sélectionné n'est pas une image.",
"The selected file cannot be read." : "Le fichier sélectionné ne peut pas être lu.",
+ "The file was uploaded" : "Le fichier a été envoyé",
+ "The uploaded file exceeds the upload_max_filesize directive in php.ini" : "Le fichier envoyé dépasse la valeur upload_max_filesize spécifiée dans php.ini",
+ "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Le fichier envoyé dépasse la valeur MAX_FILE_SIZE spécifiée dans le formulaire HTML",
+ "The file was only partially uploaded" : "Le fichier n'a été que partiellement envoyé",
+ "No file was uploaded" : "Aucun fichier n'a été envoyé",
+ "Missing a temporary folder" : "Absence de dossier temporaire",
+ "Could not write file to disk" : "Impossible d'écrire le fichier sur le disque",
+ "A PHP extension stopped the file upload" : "Une extension PHP a arrêté l'envoi du fichier",
"Invalid file provided" : "Fichier non valide",
"No image or file provided" : "Pas d'image ou fichier fourni",
"Unknown filetype" : "Type de fichier inconnu",
@@ -15,6 +23,7 @@ OC.L10N.register(
"No valid crop data provided" : "Aucune donnée valide de recadrage fournie",
"Crop is not square" : "Le recadrage n'est pas carré",
"State token does not match" : "Les jetons de statut ne correspondent pas",
+ "Invalid app password" : "Mot de passe d'application non valide",
"Could not complete login" : "Impossible de terminer la connexion",
"Your login token is invalid or has expired" : "Votre jeton de connexion est invalide ou expiré",
"Password reset is disabled" : "La réinitialisation du mot de passe est désactivée",
@@ -28,6 +37,8 @@ OC.L10N.register(
"Nextcloud Server" : "Serveur Nextcloud",
"Some of your link shares have been removed" : "Certains de vos liens partagés ont été supprimés.",
"Due to a security bug we had to remove some of your link shares. Please see the link for more information." : "En raison d'une faille de sécurité, nous avons supprimé certains de vos liens partagés. Consultez le lien ci-dessus pour plus d'information.",
+ "The user limit of this instance is reached." : "Le nombre maximum d'utilisateurs a été atteint sur cette instance.",
+ "Enter your subscription key to increase the user limit. For more information about Nextcloud Enterprise see our website." : "Entrez votre clé d’abonnement pour augmenter la limite par utilisateur. Pour plus d'informations sur Nextcloud Enterprise, consultez notre site web.",
"Preparing update" : "Préparation de la mise à jour",
"[%d / %d]: %s" : "[%d / %d] : %s",
"Repair step:" : "Étape de réparation :",
@@ -41,75 +52,49 @@ OC.L10N.register(
"Maintenance mode is kept active" : "Le mode de maintenance est laissé actif",
"Updating database schema" : "Mise à jour du schéma de la base de données",
"Updated database" : "Base de données mise à jour",
- "Checking whether the database schema can be updated (this can take a long time depending on the database size)" : "Vérification de la possibilité de mettre à jour le schéma de la base de données (cela peut prendre un certain temps selon la taille de la base de données)",
- "Checked database schema update" : "Mise à jour du schéma de la base de données vérifiée",
- "Checking updates of apps" : "Recherche de mises à jour d'applications",
- "Checking for update of app \"%s\" in appstore" : "Vérification de la présence d'une mise à jour pour l'application \"%s\" dans l'appstore",
- "Update app \"%s\" from appstore" : "Mise à jour de l'application \"%s\" depuis l'appstore",
- "Checked for update of app \"%s\" in appstore" : "Présence de mise à jour vérifiée pour l'application \"%s\" dans l'appstore",
"Checking whether the database schema for %s can be updated (this can take a long time depending on the database size)" : "Vérification de la possibilité de mettre à jour le schéma de la base de données pour %s (cela peut prendre un certain temps selon la taille de la base de données)",
- "Checked database schema update for apps" : "Mise à jour du schéma de la base de données pour les applications vérifiée",
"Updated \"%1$s\" to %2$s" : "Mise à jour de \"%1$s\" vers %2$s",
"Set log level to debug" : "Réglage du niveau de journalisation à \"déboguage\"",
"Reset log level" : "Réinitialisation du niveau de journalisation",
"Starting code integrity check" : "Lancement de la vérification d'intégrité du code",
"Finished code integrity check" : "Fin de la vérification d’intégrité du code",
"%s (incompatible)" : "%s (incompatible)",
- "Following apps have been disabled: %s" : "Les applications suivantes ont été désactivées : %s",
+ "The following apps have been disabled: %s" : "Les applications suivantes ont été désactivées : %s",
"Already up to date" : "Déjà à jour",
"Your web server is not yet properly set up to allow file synchronization, because the WebDAV interface seems to be broken." : "Votre serveur web n'est pas encore correctement configuré pour la synchronisation de fichiers parce que l'interface WebDAV semble ne pas fonctionner.",
- "Your web server is not properly set up to resolve \"{url}\". Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "La configuration du serveur web ne permet pas d'atteindre \"{url}\". Vous trouverez plus d'informations dans la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>.",
- "Your web server is not properly set up to resolve \"{url}\". This is most likely related to a web server configuration that was not updated to deliver this folder directly. Please compare your configuration against the shipped rewrite rules in \".htaccess\" for Apache or the provided one in the documentation for Nginx at it's <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation page</a>. On Nginx those are typically the lines starting with \"location ~\" that need an update." : "Votre serveur web n'est pas proprement configuré pour résoudre \"{url}\". Ceci est probablement lié à une configuration du serveur web qui n'a pas été mise à jour pour délivrer directement ce dossier. Veuillez comparer votre configuration avec les règles ré-écrites dans \".htaccess\" pour Apache ou celles contenues dans la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation de Nginx</a>. Pour Nginx les lignes nécessitant une mise à jour sont typiquement celles débutant par \"location ~\".",
- "Your web server is not properly set up to deliver .woff2 files. This is typically an issue with the Nginx configuration. For Nextcloud 15 it needs an adjustement to also deliver .woff2 files. Compare your Nginx configuration to the recommended configuration in our <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Votre serveur web n'est pas correctement configuré pour distribuer des fichiers .woff2. C'est une erreur fréquente de configuration Nginx. Pour Nextcloud 15, il est nécessaire de la régler pour les fichiers .woff2.\nComparer votre configuration Nginx avec la configuration recommandée dans notre <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>.",
+ "Your web server is not properly set up to resolve \"{url}\". Further information can be found in the {linkstart}documentation ↗{linkend}." : "Votre serveur web nest pas configuré correctement pour résoudre \"{url}\". Plus d'informations peuvent être trouvées sur notre <a target=\"_blank\" href=\"{docLink}\">documentation</a>.",
+ "Your web server is not properly set up to resolve \"{url}\". This is most likely related to a web server configuration that was not updated to deliver this folder directly. Please compare your configuration against the shipped rewrite rules in \".htaccess\" for Apache or the provided one in the documentation for Nginx at it's {linkstart}documentation page ↗{linkend}. On Nginx those are typically the lines starting with \"location ~\" that need an update." : "Votre serveur web n'est pas proprement configuré pour résoudre \"{url}\". Ceci est probablement lié à une configuration du serveur web qui n'a pas été mise à jour pour délivrer directement ce dossier. Veuillez comparer votre configuration avec les règles ré-écrites dans \".htaccess\" pour Apache ou celles contenues dans la documentation de Nginx ici {linkstart}documentation page ↗{linkend}. Pour Nginx les lignes nécessitant une mise à jour sont typiquement celles débutant par \"location ~\".",
+ "Your web server is not properly set up to deliver .woff2 files. This is typically an issue with the Nginx configuration. For Nextcloud 15 it needs an adjustement to also deliver .woff2 files. Compare your Nginx configuration to the recommended configuration in our {linkstart}documentation ↗{linkend}." : "Votre serveur web n'est pas correctement configuré pour distribuer des fichiers .woff2. C'est une erreur fréquente de configuration Nginx. Pour Nextcloud 15, il est nécessaire de la régler pour les fichiers .woff2. Comparer votre configuration Nginx avec la configuration recommandée dans notre {linkstart}documentation ↗{linkend}.",
"PHP does not seem to be setup properly to query system environment variables. The test with getenv(\"PATH\") only returns an empty response." : "PHP ne semble pas être configuré de manière à récupérer les valeurs des variables d’environnement. Le test de la commande getenv(\"PATH\") retourne seulement une réponse vide. ",
- "Please check the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">installation documentation ↗</a> for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "Veuillez consulter <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">la documentation d'installation ↗</a>pour savoir comment configurer PHP sur votre serveur, en particulier en cas d'utilisation de php-fpm.",
"The read-only config has been enabled. This prevents setting some configurations via the web-interface. Furthermore, the file needs to be made writable manually for every update." : "La configuration est en mode lecture seule. Ceci empêche la modification de certaines configurations via l'interface web. De plus, le fichier doit être passé manuellement en lecture-écriture avant chaque mise à jour.",
"Your database does not run with \"READ COMMITTED\" transaction isolation level. This can cause problems when multiple actions are executed in parallel." : "Votre base de données ne fonctionne pas avec le niveau d'isolation de transaction \"READ COMMITED\". Ceci peut causer des problèmes quand plusieurs actions sont exécutées en parallèle.",
"The PHP module \"fileinfo\" is missing. It is strongly recommended to enable this module to get the best results with MIME type detection." : "Le module PHP 'fileinfo' est manquant. Il est vivement recommandé de l'activer afin d'obtenir les meilleurs résultats de détection du type MIME.",
- "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems. See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation ↗</a> for more information." : "Le verrouillage transactionnel de fichiers est désactivé. Cela peut causer des conflits en cas d'accès concurrent. Configurez 'filelocking.enabled' dans config.php pour éviter ces problèmes. Consultez la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation ↗</a> pour plus d'informations.",
"If your installation is not installed at the root of the domain and uses system cron, there can be issues with the URL generation. To avoid these problems, please set the \"overwrite.cli.url\" option in your config.php file to the webroot path of your installation (suggestion: \"{suggestedOverwriteCliURL}\")" : "Si votre installation n'a pas été effectuée à la racine du domaine et qu'elle utilise le Cron du système, il peut y avoir des problèmes avec la génération d'URL. Pour les éviter, veuillez configurer l'option \"overwrite.cli.url\" dans votre fichier config.php avec le chemin de la racine de votre installation (suggestion : \"{suggestedOverwriteCliURL}\")",
+ "Your installation has no default phone region set. This is required to validate phone numbers in the profile settings without a country code. To allow numbers without a country code, please add \"default_phone_region\" with the respective {linkstart}ISO 3166-1 code ↗{linkend} of the region to your config file." : "Votre installation n’a pas de préfixe de région par défaut. C’est nécessaire pour valider les numéros de téléphone dans les paramètres du profil sans code pays. Pour autoriser les numéros sans code pays, veuillez ajouter \"default_phone_region\" avec le code {linkstart}ISO 3166-1 respectif {linkend} de la région dans votre fichier de configuration.",
"It was not possible to execute the cron job via CLI. The following technical errors have appeared:" : "La tâche cron n'a pu s'exécuter via CLI. Ces erreurs techniques sont apparues :",
- "Last background job execution ran {relativeTime}. Something seems wrong." : "Dernière tâche de fond a fonctionné il y a {relativeTime}. Quelque chose s'est mal passé.",
- "Check the background job settings" : "Vérifier les paramètres des tâches de fond",
"This server has no working Internet connection: Multiple endpoints could not be reached. This means that some of the features like mounting external storage, notifications about updates or installation of third-party apps will not work. Accessing files remotely and sending of notification emails might not work, either. Establish a connection from this server to the Internet to enjoy all features." : "Ce serveur ne peut se connecter à Internet : plusieurs point finaux ne peuvent être atteints. Cela signifie que certaines fonctionnalités, telles que le montage de supports de stockage distants, les notifications de mises à jour ou l'installation d'applications tierces ne fonctionneront pas. L'accès aux fichiers à distance, ainsi que l'envoi de notifications par mail peuvent aussi être indisponibles. Il est recommandé d'activer la connexion internet pour ce serveur si vous souhaitez disposer de l'ensemble des fonctionnalités offertes.",
- "No memory cache has been configured. To enhance performance, please configure a memcache, if available. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Aucun cache mémoire n'est configuré. Si possible, configurez un \"memcache\" pour améliorer les performances. Pour plus d'informations consultez la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>.",
- "No suitable source for randomness found by PHP which is highly discouraged for security reasons. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Aucune source appropriée pour les aléas trouvée par PHP, ce qui est fortement déconseillé pour des raisons de sécurité. Vous trouverez plus d'informations dans la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>.",
- "You are currently running PHP {version}. Upgrade your PHP version to take advantage of <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">performance and security updates provided by the PHP Group</a> as soon as your distribution supports it." : "Vous utilisez actuellement PHP {version}. Mettez à jour votre version de PHP afin de tirer avantage des améliorations liées à <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">la performance et la sécurité fournies par le PHP Group</a> dès que votre distribution le supportera.",
- "Nextcloud 19 is the last release supporting PHP 7.2. Nextcloud 20 requires at least PHP 7.3." : "Nextcloud 19 est la dernière version prenant en charge PHP 7.2. Nextcloud 20 nécessite au moins PHP 7.3.",
- "The reverse proxy header configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If not, this is a security issue and can allow an attacker to spoof their IP address as visible to the Nextcloud. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "La configuration des entêtes du proxy inverse est incorrecte, ou vous accédez à Nextcloud depuis un proxy de confiance. Si vous n'êtes pas en train d’accéder à Nextcloud depuis un proxy de confiance, il y a un problème de sécurité qui peut permettre à un attaquant d'usurper l'adresse IP affichée à Nextcloud. Vous trouverez plus d'informations dans notre <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>.",
- "Memcached is configured as distributed cache, but the wrong PHP module \"memcache\" is installed. \\OC\\Memcache\\Memcached only supports \"memcached\" and not \"memcache\". See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">memcached wiki about both modules</a>." : "\"memcached\" est configuré comme cache distribué, mais le mauvais module PHP \"memcache\" est installé. \\OC\\Memcache\\Memcached ne prend en charge que \"memcached\" et non \"memcache\". Consulter le <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">wiki de memcached à propos de ces deux modules</a>.",
- "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">List of invalid files…</a> / <a href=\"{rescanEndpoint}\">Rescan…</a>)" : "Des fichiers n'ont pas passé la vérification d’intégrité. Vous trouverez plus d'information sur comment résoudre ce problème dans notre <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">Liste des fichiers invalides…</a> / <a href=\"{rescanEndpoint}\">Rescanner…</a>)",
- "The PHP OPcache module is not loaded. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance it is recommended</a> to load it into your PHP installation." : "Le module PHP OPcache n'est pas disponible. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Pour de meilleures performances, il est recommandé</a> de l'activer dans votre installation de PHP.",
- "The PHP OPcache is not properly configured. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance it is recommended</a> to use the following settings in the <code>php.ini</code>:" : "Le PHP OPcache n'est pas correctement configuré. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Pour de meilleure performance nous recommandons </a> d'utiliser les paramètres suivant dans le <code>php.ini</code> :",
+ "Nextcloud 20 is the last release supporting PHP 7.2. Nextcloud 21 requires at least PHP 7.3." : "Nextcloud 20 est la dernière version prenant en charge PHP 7.2. Nextcloud 21 nécessite au moins PHP 7.3.",
"The PHP function \"set_time_limit\" is not available. This could result in scripts being halted mid-execution, breaking your installation. Enabling this function is strongly recommended." : "La fonction PHP \"set_time_limit\" n'est pas disponible. Cela pourrait entraîner l'arrêt des scripts à mi-exécution en bloquant votre installation. Nous vous recommandons vivement d'activer cette fonction.",
"Your PHP does not have FreeType support, resulting in breakage of profile pictures and the settings interface." : "Votre PHP ne prend pas en charge FreeType, provoquant la casse des images de profil et de l'interface des paramètres.",
"Missing index \"{indexName}\" in table \"{tableName}\"." : "Index \"{indexName}\" manquant dans la table \"{tableName}\".",
- "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "La base de données a quelques index manquant. L'ajout d'index dans de grandes tables peut prendre un certain temps. Elles ne sont donc pas ajoutées automatiquement. En exécutant \"occ db:add-missing-indices\", ces index manquants pourront être ajoutés manuellement pendant que l'instance continue de tourner. Une fois les index ajoutés, les requêtes sur ces tables sont généralement beaucoup plus rapides.",
+ "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "La base de données a quelques index manquants. L'ajout d'index dans de grandes tables peut prendre un certain temps. Elles ne sont donc pas ajoutées automatiquement. En exécutant \"occ db:add-missing-indices\", ces index manquants pourront être ajoutés manuellement pendant que l'instance continue de tourner. Une fois les index ajoutés, les requêtes sur ces tables sont généralement beaucoup plus rapides.",
+ "Missing primary key on table \"{tableName}\"." : "Clé primaire manquante sur la table \"{tableName}\".",
+ "The database is missing some primary keys. Due to the fact that adding primary keys on big tables could take some time they were not added automatically. By running \"occ db:add-missing-primary-keys\" those missing primary keys could be added manually while the instance keeps running." : "Il manque des clés primaires dans la base de données. En raison du fait que l’ajout de clés primaires sur les grandes tables peut prendre un certain temps, elles n’ont pas été ajoutées automatiquement. En exécutant \"occ db:add-missing-primary-keys\", ces clés primaires manquantes peuvent être ajoutées manuellement pendant que l’instance continue de fonctionner.",
+ "Missing optional column \"{columnName}\" in table \"{tableName}\"." : "Colonne optionnelle \"{columnName}\" manquante dans la table \"{tableName}\".",
+ "The database is missing some optional columns. Due to the fact that adding columns on big tables could take some time they were not added automatically when they can be optional. By running \"occ db:add-missing-columns\" those missing columns could be added manually while the instance keeps running. Once the columns are added some features might improve responsiveness or usability." : "Certaines colonnes facultatives sont manquantes dans la base de données. Étant donné qu'ajouter des colonnes sur des grandes tables peut prendre du temps, elles n'ont pas été ajoutées automatiquement lorsqu'elles sont facultatives. En exécutant \"occ db:add-missing-columns\" ces colonnes manquantes peuvent être ajoutées manuellement alors que l'instance continue de fonctionner. Une fois que les colonnes sont ajoutées, la performance ou l'utilisabilité de certaines fonctionnalités pourraient être améliorées.",
"This instance is missing some recommended PHP modules. For improved performance and better compatibility it is highly recommended to install them." : "Cette instance ne dispose pas de plusieurs modules PHP recommandés. Il est recommandé de les installer pour améliorer les performances, et la compatibilité.",
- "Some columns in the database are missing a conversion to big int. Due to the fact that changing column types on big tables could take some time they were not changed automatically. By running 'occ db:convert-filecache-bigint' those pending changes could be applied manually. This operation needs to be made while the instance is offline. For further details read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "Certaines colonnes de la base de données n'ont pas été converties en big int. Changer le type de colonne dans de grandes tables peu prendre beaucoup de temps, elles n'ont donc pas été converties automatiquement. En exécutant 'occ db:convert-filecache-bigint' ces changements en suspens peuvent être déclenchés manuellement. Cette opération doit être exécutée pendant que l'instance est hors ligne. Pour plus d'information, consulter <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">la page de la documentation</a>.",
+ "Module php-imagick in this instance has no SVG support. For better compatibility it is recommended to install it." : "Le module php-imagick n’a aucun support SVG dans cette instance. Pour une meilleure compatibilité, il est recommandé de l’installer.",
"SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend." : "SQLite est actuellement utilisé comme système de gestion de base de données. Pour des installations plus volumineuses, nous vous recommandons de migrer vers un autre système de gestion de base de données.",
"This is particularly recommended when using the desktop client for file synchronisation." : "C'est particulièrement recommandé lorsque l'on utilise un client bureau pour la synchronisation des fichiers.",
- "To migrate to another database use the command line tool: 'occ db:convert-type', or see the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation ↗</a>." : "Pour migrer vers un autre type de base de données, utilisez la ligne de commande : 'occ db:convert-type' ou consultez la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation ↗</a>.",
- "Use of the the built in php mailer is no longer supported. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Please update your email server settings ↗<a/>." : "L'utilisation de la fonctionnalité d'envoi d'e-mails native de PHP n'est plus supportée. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Merci de mettre à jour les paramètres d'envoi d'e-mails de votre serveur ↗ <a/>",
"The PHP memory limit is below the recommended value of 512MB." : "La limite de mémoire PHP est inférieure à la valeur recommandée de 512 Mo.",
"Some app directories are owned by a different user than the web server one. This may be the case if apps have been installed manually. Check the permissions of the following app directories:" : "Certains répertoires d'applications appartiennent à un utilisateur différent de celui du serveur web. Cela peut être le cas si les applications ont été installées manuellement. Vérifiez les permissions des répertoires d'applications suivants :",
- "MySQL is used as database but does not support 4-byte characters. To be able to handle 4-byte characters (like emojis) without issues in filenames or comments for example it is recommended to enable the 4-byte support in MySQL. For further details read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "MySQL est utilisée comme base de données mais ne supporte pas les caractères codés sur 4 octets. Pour pouvoir manipuler les caractères sur 4 octets (comme les émoticônes) sans problème dans les noms de fichiers ou les commentaires par exemple, il est recommandé d'activer le support 4 octets dans MySQL. Pour plus de détails, lisez la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">page de documentation à ce sujet</a>",
"This instance uses an S3 based object store as primary storage. The uploaded files are stored temporarily on the server and thus it is recommended to have 50 GB of free space available in the temp directory of PHP. Check the logs for full details about the path and the available space. To improve this please change the temporary directory in the php.ini or make more space available in that path." : "Cette instance utilise un stockage primaire basé sur un objet de stockage issu de S3. \nLes fichiers téléversés sont temporairement stockés sur le serveur et il est donc recommandé de disposer d'un espace libre de 50 GB dans le répertoire temporaire de PHP. Vérifiez les journaux pour plus de détails sur les chemins concernés et l'espace disponible. Pour améliorer la situation, vous pouvez augmenter l'espace disponible dans le dossier temporaire actuel ou changer l'emplacement du dossier temporaire en indiquant un nouveau chemin dans php.ini.",
"Error occurred while checking server setup" : "Une erreur s'est produite lors de la vérification de la configuration du serveur",
"Your data directory and files are probably accessible from the Internet. The .htaccess file is not working. It is strongly recommended that you configure your web server so that the data directory is no longer accessible, or move the data directory outside the web server document root." : "Votre dossier de données et vos fichiers sont probablement accessibles depuis internet. Le fichier .htaccess ne fonctionne pas. Nous vous recommandons vivement de configurer votre serveur web de façon à ce que ce dossier de données ne soit plus accessible, ou de le déplacer hors de la racine du serveur web.",
"The \"{header}\" HTTP header is not set to \"{expected}\". This is a potential security or privacy risk, as it is recommended to adjust this setting accordingly." : "L'en-tête HTTP \"{header}\" n'est pas configurée pour être égale à \"{expected}\". Ceci constitue un risque potentiel relatif à la sécurité et à la vie privée étant donné qu'il est recommandé d'ajuster ce paramètre.",
"The \"{header}\" HTTP header is not set to \"{expected}\". Some features might not work correctly, as it is recommended to adjust this setting accordingly." : "L'en-tête HTTP \"{header}\" n'est pas configurée pour être égale à \"{expected}\". Certaines fonctionnalités peuvent ne pas fonctionner correctement étant donné qu'il est recommandé d'ajuster ce paramètre.",
"The \"{header}\" HTTP header doesn't contain \"{expected}\". This is a potential security or privacy risk, as it is recommended to adjust this setting accordingly." : "L'en-tête HTTP \"{header}\" ne contient pas \"{expected}\". Ceci est un risque potentiel pour la sécurité ou la vie privée, et il est recommandé d'ajuster ce paramètre en conséquence.",
- "The \"{header}\" HTTP header is not set to \"{val1}\", \"{val2}\", \"{val3}\", \"{val4}\" or \"{val5}\". This can leak referer information. See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{link}\">W3C Recommendation ↗</a>." : "L'en-tête HTTP \"{header}\" n'est pas défini sur \"{val1}\", \"{val2}\", \"{val3}\", \"{val4}\" ou \"{val5}\". Cela peut entraîner une fuite d'informations. Veuillez voir les <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{link}\">recommandations du W3C ↗</a>.",
- "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the <a href=\"{docUrl}\" rel=\"noreferrer noopener\">security tips ↗</a>." : "L'en-tête HTTP \"Strict-Transport-Security\" n'est pas configurée à au moins \"{seconds}\" secondes. Pour renforcer la sécurité, nous recommandons d'activer HSTS comme décrit dans nos <a href=\"{docUrl}\" rel=\"noreferrer noopener\">conseils de sécurisation ↗</a>.",
- "Accessing site insecurely via HTTP. You are strongly advised to set up your server to require HTTPS instead, as described in the <a href=\"{docUrl}\">security tips ↗</a>." : "Accès non sécurisé au site via HTTP. Il est fortement conseillé de configurer votre serveur pour exiger HTTPS à la place, comme décrit dans les <a href=\"{docUrl}\">conseils de sécurité ↗</a>.",
- "Non-existing tag #{tag}" : "Étiquette #{tag} inexistante",
- "restricted" : "Restreint",
- "invisible" : "invisible",
- "Delete" : "Supprimer",
- "Rename" : "Renommer",
- "Collaborative tags" : "Étiquettes collaboratives ",
- "No tags found" : "Aucune étiquette n'a été trouvée",
+ "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the {linkstart}security tips ↗{linkend}." : "L'en-tête HTTP \"Strict-Transport-Security\" n'est pas configuré à au moins \"{seconds}\" secondes. Pour une sécurité renforcée, il est recommandé d'activer HSTS comme indiqué dans les {linkstart}éléments de sécurité ↗{linkend}.",
"unknown text" : "texte inconnu",
"Hello world!" : "Hello world!",
"sunny" : "ensoleillé",
@@ -124,27 +109,24 @@ OC.L10N.register(
"Please reload the page." : "Veuillez recharger la page.",
"The update was unsuccessful. For more information <a href=\"{url}\">check our forum post</a> covering this issue." : "La mise à jour a échoué. Pour plus d'informations <a href=\"{url}\">consultez notre publication sur le forum</a> à propos de ce problème.",
"The update was unsuccessful. Please report this issue to the <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">Nextcloud community</a>." : "La mise à jour a échoué. Veuillez reporter le problème à la <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">communauté Nextcloud</a>.",
- "Continue to Nextcloud" : "Continuer sur Nextcloud",
- "_The update was successful. Redirecting you to Nextcloud in %n second._::_The update was successful. Redirecting you to Nextcloud in %n seconds._" : ["La mise à jour est terminée. Vous allez être redirigé vers Nextcloud dans %n seconde.","La mise à jour est terminée. Vous allez être redirigé vers Nextcloud dans %n secondes."],
- "Searching other places" : "Recherche en cours dans d'autres emplacements",
- "No search results in other folders for {tag}{filter}{endtag}" : "Aucun résultat dans d'autres dossiers n'a été trouvé pour  {tag}{filter}{endtag}",
- "_{count} search result in another folder_::_{count} search results in other folders_" : ["{count} résultat dans un autre dossier","{count} résultats dans d'autres dossiers"],
+ "Log in" : "Se connecter",
+ "Logging in …" : "Connexion…",
"Server side authentication failed!" : "L'authentification sur le serveur a échoué !",
"Please contact your administrator." : "Veuillez contacter votre administrateur.",
"An internal error occurred." : "Une erreur interne est survenue.",
"Please try again or contact your administrator." : "Veuillez réessayer ou contactez votre administrateur.",
"Username or email" : "Utilisateur ou email",
"Password" : "Mot de passe",
- "Log in" : "Se connecter",
- "Logging in …" : "Connexion…",
+ "Toggle password visibility" : "Activer/désactiver la visibilité du mot de passe",
"Wrong username or password." : "Utilisateur ou mot de passe incorrect.",
"User disabled" : "Utilisateur désactivé",
"We have detected multiple invalid login attempts from your IP. Therefore your next login is throttled up to 30 seconds." : "Nous avons détecté plusieurs tentatives de connexion invalides depuis votre adresse IP. C'est pourquoi votre prochaine connexion sera retardée de 30 secondes.",
+ "Your account is not setup for passwordless login." : "Votre compte n'est pas paramétré pour une authentification sans mot de passe.",
+ "Passwordless authentication is not supported in your browser." : "L'authentification sans mot de passe n'est pas supportée par votre navigateur.",
+ "Passwordless authentication is only available over a secure connection." : "L'authentification sans mot de passe n'est possible qu'au travers d'une connexion sécurisée.",
"Reset password" : "Réinitialiser le mot de passe",
- "A password reset message has been sent to the e-mail address of this account. If you do not receive it, check your spam/junk folders or ask your local administrator for help." : "Un e-mail de réinitialisation de mot de passe a été envoyé à l'adresse e-mail du compte. Si vous ne le recevez pas, vérifiez vos dossiers de courrier indésirable/pourriel/spam ou demandez de l'aide à votre administrateur local.",
"If it is not there ask your local administrator." : "Si ce n'est pas le cas, veuillez contacter votre administrateur.",
"Couldn't send reset email. Please contact your administrator." : "Impossible d'envoyer le courriel de réinitialisation. Veuillez contacter votre administrateur.",
- "Password can not be changed. Please contact your administrator." : "Le mot de passe ne peut être modifié. Veuillez contacter votre administrateur.",
"Back to login" : "Retour à la page de connexion",
"New password" : "Nouveau mot de passe",
"Your files are encrypted. There will be no way to get your data back after your password is reset. If you are not sure what to do, please contact your administrator before you continue. Do you really want to continue?" : "Vos fichiers sont chiffrés. Il n'y aura aucun moyen de récupérer vos données après la réinitialisation de votre mot de passe. Si vous n'êtes pas sûr de ce que vous faîtes, veuillez contacter votre administrateur avant de continuer. Voulez-vous vraiment continuer ?",
@@ -152,25 +134,34 @@ OC.L10N.register(
"Resetting password" : "Réinitialisation du mot de passe",
"Recommended apps" : "Applis recommandées",
"Loading apps …" : "Chargement des applis …",
- "Could not fetch list of apps from the app store." : "Impossible de récupérer la liste des applications depuis l'app store.",
"Installing apps …" : "Installation des applis en cours ...",
- "Nextcloud {app}" : "Nextcloud {app}",
"App download or installation failed" : "Échec lors du téléchargement ou de l'installation de l'appli",
- "Can't install this app because it is not compatible" : "Impossible d'installer cette appli car elle n'est pas compatible",
- "Can't install this app" : "Impossible d'installer cette appli",
"Cancel" : "Annuler",
"Schedule work & meetings, synced with all your devices." : "Planifiez votre travail et des réunions, synchronisées avec tous vos appareils.",
"Keep your colleagues and friends in one place without leaking their private info." : "Gardez les contacts de vos collègues et amis au même endroit sans divulguer leurs informations personnelles.",
"Simple email app nicely integrated with Files, Contacts and Calendar." : "Application de messagerie électronique simple et bien intégrée avec Fichiers, Contacts et Calendar.",
"Chatting, video calls, screensharing, online meetings and web conferencing – in your browser and with mobile apps." : "Discussions, appels vidéo, partage d'écran, réunions en ligne et conférences web – depuis votre navigateur et les applications mobiles.",
"Collaboratively edit office documents." : "Modifier des documents de manière collaborative.",
- "Local document editing back-end used by the OnlyOffice app." : "Moteur d'édition de documents locaux utilisé par l'application OnlyOffice.",
+ "Local document editing back-end used by the Collabora Online app." : "Moteur d'édition de document local utilisé par l'application Collabora Online.",
"Forgot password?" : "Mot de passe oublié ?",
+ "Log in with a device" : "Se connecter avec un appareil",
+ "Back" : "Retour",
+ "Login form is disabled." : "Le formulaire de connexion est désactivé.",
+ "Reset search" : "Réinitialiser la recherche",
+ "Search for {name} only" : "Rechercher pour {name} uniquement",
+ "No results for {query}" : "Aucun résultat pour {query}",
+ "Start typing to search" : "Tapez pour lancer la recherche",
+ "Loading more results …" : "Chargement de plus de résultats …",
+ "Load more results" : "Charger plus de résultats",
+ "Search" : "Rechercher",
+ "An error occurred while searching for {type}" : "Une erreur s'est produite lors de la recherche de {type}",
+ "_Please enter {minSearchLength} character or more to search_::_Please enter {minSearchLength} characters or more to search_" : ["Veuillez saisir au moins {minSearchLength} caractère pour lancer la recherche","Veuillez saisir au moins {minSearchLength} caractères pour lancer la recherche"],
+ "Search {types} …" : "Rechercher {types} …",
"Settings" : "Paramètres",
"Could not load your contacts" : "Impossible de charger vos contacts",
"Search contacts …" : "Rechercher un contact...",
"No contacts found" : "Aucun contact trouvé",
- "Show all contacts …" : "Montrer tous les contacts...",
+ "Show all contacts …" : "Afficher tous les contacts...",
"Install the Contacts app" : "Installer l'appli Contacts",
"Loading your contacts …" : "Chargement de vos contacts...",
"Looking for {term} …" : "Recherche de {term} ...",
@@ -213,7 +204,7 @@ OC.L10N.register(
"Confirm" : "Confirmer",
"Failed to authenticate, try again" : "Échec d'authentification, essayez à nouveau",
"seconds ago" : "Il y a quelques secondes",
- "Connection to server lost" : "Connexion au serveur perdu",
+ "Connection to server lost" : "La connexion au serveur a été perdue",
"_Problem loading page, reloading in %n second_::_Problem loading page, reloading in %n seconds_" : ["Problème de chargement de la page, actualisation dans %n seconde","Problème de chargement de la page, actualisation dans %n secondes"],
"Add to a project" : "Ajouter à un projet",
"Show details" : "Afficher les détails",
@@ -233,6 +224,13 @@ OC.L10N.register(
"Strong password" : "Mot de passe fort",
"No action available" : "Aucune action disponible",
"Error fetching contact actions" : "Erreur lors de la recherche d'actions de contact",
+ "Non-existing tag #{tag}" : "Étiquette #{tag} inexistante",
+ "restricted" : "Restreint",
+ "invisible" : "invisible",
+ "Delete" : "Supprimer",
+ "Rename" : "Renommer",
+ "Collaborative tags" : "Étiquettes collaboratives ",
+ "No tags found" : "Aucune étiquette n'a été trouvée",
"Personal" : "Personnel",
"Users" : "Utilisateurs",
"Apps" : "Applications",
@@ -242,7 +240,10 @@ OC.L10N.register(
"File not found" : "Fichier non trouvé",
"The document could not be found on the server. Maybe the share was deleted or has expired?" : "Le document n'a pas pu être trouvé sur le serveur. Peut-être que le partage a été supprimé ou est expiré ?",
"Back to %s" : "Retour à %s",
+ "Too many requests" : "Trop de requêtes",
+ "There were too many requests from your network. Retry later or contact your administrator if this is an error." : "Il y a trop de requêtes depuis votre réseau. Réessayez plus tard ou contactez votre administrateur s'il s'agit d'une erreur.",
"Error" : "Erreur",
+ "Previous" : "Précédent",
"Internal Server Error" : "Erreur interne du serveur",
"The server was unable to complete your request." : "Le serveur est incapable d'exécuter votre requête.",
"If this happens again, please send the technical details below to the server administrator." : "Si cela se reproduit, veuillez envoyer les détails techniques ci-dessous à l'administrateur du serveur.",
@@ -279,7 +280,7 @@ OC.L10N.register(
"SQLite should only be used for minimal and development instances. For production we recommend a different database backend." : "SQLite ne devrait être utilisée que pour des instances minimales ou de développement. Pour une instance de production, nous recommandons une infrastructure de base de données différente. ",
"If you use clients for file syncing, the use of SQLite is highly discouraged." : "Si vous utilisez des clients de synchronisation de fichiers, l'utilisation de SQLite est fortement découragée. ",
"Install recommended apps" : "Installer les applications recommandées",
- "Calendar, Contacts, Talk, Mail & OnlyOffice" : "Agenda, Contacts, Discussion, Mail & OnlyOffice",
+ "Calendar, Contacts, Talk, Mail & Collaborative editing" : "Agenda, Contacts, Discussion, Mail & rédaction collaborative",
"Finish setup" : "Terminer l'installation",
"Finishing …" : "Finalisation …",
"Need help?" : "Besoin d'aide ?",
@@ -293,14 +294,13 @@ OC.L10N.register(
"More apps" : "Plus d'applications",
"More" : "Plus",
"More apps menu" : "Menu des autres applications",
- "Search" : "Rechercher",
- "Reset search" : "Réinitialiser la recherche",
"Contacts" : "Contacts",
"Contacts menu" : "Menu des contacts",
"Settings menu" : "Menu des paramètres  ",
"Confirm your password" : "Confirmer votre mot de passe",
"Connect to your account" : "Connectez vous à votre compte",
"Please log in before granting %1$s access to your %2$s account." : "Veuillez vous connecter avant d'autoriser %1$s à accéder à votre compte %2$s.",
+ "If you are not trying to set up a new device or app, someone is trying to trick you into granting them access to your data. In this case do not proceed and instead contact your system administrator." : "Si vous n'essayez pas d'ajouter un nouveau périphérique ou une nouvelle application, quelqu'un fait une tentative d'accès à vos données. Dans ce cas, ne continuez pas et contactez votre administrateur système.",
"App token" : "Jeton d'application",
"Grant access" : "Autoriser l'accès",
"Alternative log in using app token" : "Authentification alternative en utilisant un jeton d'application",
@@ -328,7 +328,7 @@ OC.L10N.register(
"Further information how to configure this can be found in the %1$sdocumentation%2$s." : "Vous trouverez d'autres informations sur la configuration dans la %1$sdocumentation %2$s.",
"App update required" : "Mise à jour de l'application nécessaire",
"%1$s will be updated to version %2$s" : "%1$s sera mis à jour vers la version %2$s",
- "These apps will be updated:" : "Les applications suivantes seront mises à jour :",
+ "The following apps will be updated:" : "Les applications suivantes vont être mises à jour :",
"These incompatible apps will be disabled:" : "Ces applications incompatibles ont été désactivées :",
"The theme %s has been disabled." : "Le thème %s a été désactivé.",
"Please make sure that the database, the config folder and the data folder have been backed up before proceeding." : "Veuillez vous assurer qu'une copie de sauvegarde de la base de données, du dossier de configuration (config) et du dossier de données (data) a été réalisée avant de commencer.",
@@ -344,95 +344,49 @@ OC.L10N.register(
"This %s instance is currently in maintenance mode, which may take a while." : "Cette instance de %s est en cours de maintenance, cela peut prendre du temps.",
"This page will refresh itself when the instance is available again." : "Cette page se rafraîchira d'elle-même lorsque le serveur sera de nouveau disponible.",
"Contact your system administrator if this message persists or appeared unexpectedly." : "Veuillez contacter votre administrateur système si ce message persiste ou apparaît de façon inattendue.",
- "Could not send reset email because there is no email address for this username. Please contact your administrator." : "Impossible d'envoyer le courriel de réinitialisation car il n'y a aucune adresse de courriel pour cet utilisateur. Veuillez contacter votre administrateur.",
- "Couldn't send reset email. Please make sure your username is correct." : "Impossible d'envoyer le courriel de réinitialisation. Veuillez vérifier que votre nom d'utilisateur est correct.",
- "We have send a password reset e-mail to the e-mail address known to us for this account. If you do not receive it within a reasonable amount of time, check your spam/junk folders.<br>If it is not there ask your local administrator." : "Nous avons envoyé un e-mail de réinitialisation de mot de passe à l'adresse e-mail que nous connaissons pour ce compte. Si vous ne le recevez pas dans un délai raisonnable, vérifiez vos dossiers de courrier indésirable/pourriel/spam.<br>S'il n'est pas présent, demandez à votre administrateur local.",
- "Your files are encrypted. There will be no way to get your data back after your password is reset.<br />If you are not sure what to do, please contact your administrator before you continue. <br />Do you really want to continue?" : "Vos fichiers sont chiffrés. Il n'y aura aucun moyen de récupérer vos données une fois le mot de passe réinitialisé.<br />Si vous n'êtes pas sûr de ce que vous faites, veuillez contacter votre administrateur avant de continuer. <br />Voulez-vous vraiment continuer ?",
- "Sending email …" : "Envoi du mail en cours...",
- "You are currently running PHP 5.6. The current major version of Nextcloud is the last that is supported on PHP 5.6. It is recommended to upgrade the PHP version to 7.0+ to be able to upgrade to Nextcloud 14." : "Vous utiliser actuellement PHP 5.6. La version majeure actuelle de Nextcloud est la dernière qui est supportée sous PHP 5.6. Il est recommandé de mettre à niveau PHP vers la version 7.0+ pour pouvoir passer à Nextcloud 14.",
- "Accessing site insecurely via HTTP. You are strongly adviced to set up your server to require HTTPS instead, as described in the <a href=\"{docUrl}\">security tips ↗</a>." : "Vous accédez à ce site via HTTP. Nous vous recommandons fortement de configurer votre serveur pour forcer l'utilisation de HTTPS, comme expliqué dans nos <a href=\"{docUrl}\">conseils de sécurisation ↗</a>.",
- "Shared" : "Partagé",
- "Shared with" : "Partagé avec",
- "Shared by" : "Partagé par",
- "Choose a password for the public link" : "Choisissez un mot de passe pour le lien public",
- "Choose a password for the public link or press the \"Enter\" key" : "Choisissez un mot de passe pour le lien public ou appuyer sur \"Entrée\"",
- "Copied!" : "Copié !",
- "Copy link" : "Copier le lien",
- "Not supported!" : "Non supporté!",
- "Press ⌘-C to copy." : "Appuyez sur ⌘-C pour copier.",
- "Press Ctrl-C to copy." : "Appuyez sur Ctrl-C pour copier.",
- "Unable to create a link share" : "Impossible de créer un lien de partage",
- "Unable to toggle this option" : "Impossible de basculer cette option",
- "Resharing is not allowed" : "Le repartage n'est pas autorisé",
- "Link" : "Lien",
- "Hide download" : "Masquer le téléchargement",
- "Password protection enforced" : "Protection par mot de passe forcée",
- "Password protect" : "Protéger par un mot de passe",
- "Allow editing" : "Permettre la modification",
- "Email link to person" : "Envoyer le lien par courriel",
- "Send" : "Envoyer",
- "Allow upload and editing" : "Autoriser l'envoi et l'édition",
- "Read only" : "Lecture seule",
- "File drop (upload only)" : "Dépôt de fichier (envoi uniquement)",
- "Expiration date enforced" : "Date d'expiration forcée",
- "Set expiration date" : "Définir une date d'expiration",
- "Expiration" : "Expiration",
- "Expiration date" : "Date d'expiration",
- "Note to recipient" : "Note au destinataire",
- "Unshare" : "Ne plus partager",
- "Delete share link" : "Supprimer le lien de partage",
- "Add another link" : "Ajouter un autre lien",
- "Password protection for links is mandatory" : "Il est obligatoire de protéger les liens par mot de passe",
- "Share to {name}" : "Partager avec {name}",
- "Share link" : "Lien de partage",
- "New share link" : "Nouveau lien de partage",
- "Created on {time}" : "Créé le {time}",
- "Password protect by Talk" : "Mot de passe protégé par Talk",
- "Could not unshare" : "Impossible d'arrêter de partager",
- "Shared with you and the group {group} by {owner}" : "Partagé avec vous et le groupe {group} par {owner}",
- "Shared with you and {circle} by {owner}" : "Partagé avec vous et {circle} par {owner}",
- "Shared with you and the conversation {conversation} by {owner}" : "Partagé avec vous et la conversation {conversation} par {owner}",
- "Shared with you in a conversation by {owner}" : "Partagé avec vous dans une conversation par {owner}",
- "Shared with you by {owner}" : "Partagé avec vous par {owner}",
- "Choose a password for the mail share" : "Choisissez un mot de passe pour le partage par email",
- "group" : "groupe",
- "remote" : "distant",
- "remote group" : "groupe distant",
- "email" : "Adresse de courriel",
- "conversation" : "conversation",
- "shared by {sharer}" : "partagé par {sharer}",
- "Can reshare" : "Peut repartager",
- "Can edit" : "Peut éditer",
- "Can create" : "Peut créer",
- "Can change" : "Peut modifier",
- "Can delete" : "Peut supprimer",
- "Access control" : "Contrôle d'accès",
- "{shareInitiatorDisplayName} shared via link" : "{shareInitiatorDisplayName} a partagé via un lien",
- "Error while sharing" : "Erreur lors de la mise en partage",
- "Share details could not be loaded for this item." : "Les informations de partage n'ont pu être chargées pour cet élément.",
- "Search globally" : "Rechercher partout",
- "_At least {count} character is needed for autocompletion_::_At least {count} characters are needed for autocompletion_" : ["Au moins {count} caractère est nécessaire pour l'autocomplétion","Au moins {count} caractères sont nécessaires pour l'autocomplétion"],
- "This list is maybe truncated - please refine your search term to see more results." : "Des résultats peuvent avoir été omis. Affinez votre recherche pour en voir plus.",
- "No users or groups found for {search}" : "Pas d'utilisateur ou de groupe trouvé pour {search}",
- "No users found for {search}" : "Aucun utilisateur trouvé pour {search}",
- "An error occurred (\"{message}\"). Please try again" : "Une erreur est survenue (\"{message}\"). Veuillez réessayer",
- "An error occurred. Please try again" : "Une erreur est survenue. Merci de réessayer",
- "Home" : "Accueil",
- "Work" : "Travail",
- "Other" : "Divers",
- "{sharee} (remote group)" : "{sharee} (groupe distant)",
- "{sharee} ({type}, {owner})" : "{sharee} ({type}, {owner})",
- "Share" : "Partager",
- "Name or email address..." : "Nom ou adresse mail...",
- "Name or federated cloud ID..." : "Nom ou ID du cloud fédéré...",
- "Name, federated cloud ID or email address..." : "Nom, ID du cloud fédéré ou adresse mail...",
- "Name..." : "Nom...",
- "Error removing share" : "Erreur lors de l'arrêt du partage",
- "({scope})" : "({scope})",
- "Saving..." : "Enregistrement…",
- "Dismiss" : "Ignorer",
- "Your client should now be connected! You can close this window." : "Votre client devrait maintenant être connecté ! Vous pouvez fermer cette fenêtre.",
- "New Password" : "Nouveau mot de passe",
- "Cancel log in" : "Annuler l'authentification"
+ "Checking whether the database schema can be updated (this can take a long time depending on the database size)" : "Vérification de la possibilité de mettre à jour le schéma de la base de données (cela peut prendre un certain temps selon la taille de la base de données)",
+ "Checked database schema update" : "Mise à jour du schéma de la base de données vérifiée",
+ "Checking updates of apps" : "Recherche de mises à jour d'applications",
+ "Checking for update of app \"%s\" in appstore" : "Vérification de la présence d'une mise à jour pour l'application \"%s\" dans l'appstore",
+ "Update app \"%s\" from appstore" : "Mise à jour de l'application \"%s\" depuis l'appstore",
+ "Checked for update of app \"%s\" in appstore" : "Présence de mise à jour vérifiée pour l'application \"%s\" dans l'appstore",
+ "Checked database schema update for apps" : "Mise à jour du schéma de la base de données pour les applications vérifiée",
+ "Following apps have been disabled: %s" : "Les applications suivantes ont été désactivées : %s",
+ "Your web server is not properly set up to resolve \"{url}\". Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "La configuration du serveur web ne permet pas d'atteindre \"{url}\". Vous trouverez plus d'informations dans la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>.",
+ "Your web server is not properly set up to resolve \"{url}\". This is most likely related to a web server configuration that was not updated to deliver this folder directly. Please compare your configuration against the shipped rewrite rules in \".htaccess\" for Apache or the provided one in the documentation for Nginx at it's <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation page</a>. On Nginx those are typically the lines starting with \"location ~\" that need an update." : "Votre serveur web n'est pas proprement configuré pour résoudre \"{url}\". Ceci est probablement lié à une configuration du serveur web qui n'a pas été mise à jour pour délivrer directement ce dossier. Veuillez comparer votre configuration avec les règles ré-écrites dans \".htaccess\" pour Apache ou celles contenues dans la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation de Nginx</a>. Pour Nginx les lignes nécessitant une mise à jour sont typiquement celles débutant par \"location ~\".",
+ "Your web server is not properly set up to deliver .woff2 files. This is typically an issue with the Nginx configuration. For Nextcloud 15 it needs an adjustement to also deliver .woff2 files. Compare your Nginx configuration to the recommended configuration in our <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Votre serveur web n'est pas correctement configuré pour distribuer des fichiers .woff2. C'est une erreur fréquente de configuration Nginx. Pour Nextcloud 15, il est nécessaire de la régler pour les fichiers .woff2.\nComparer votre configuration Nginx avec la configuration recommandée dans notre <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>.",
+ "Please check the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">installation documentation ↗</a> for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "Veuillez consulter <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">la documentation d'installation ↗</a>pour savoir comment configurer PHP sur votre serveur, en particulier en cas d'utilisation de php-fpm.",
+ "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems. See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation ↗</a> for more information." : "Le verrouillage transactionnel de fichiers est désactivé. Cela peut causer des conflits en cas d'accès concurrent. Configurez 'filelocking.enabled' dans config.php pour éviter ces problèmes. Consultez la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation ↗</a> pour plus d'informations.",
+ "Last background job execution ran {relativeTime}. Something seems wrong." : "La dernière tâche de fond a fonctionné {relativeTime}. Quelque chose s'est mal passé.",
+ "Check the background job settings" : "Vérifier les paramètres des tâches de fond",
+ "No memory cache has been configured. To enhance performance, please configure a memcache, if available. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Aucun cache mémoire n'est configuré. Si possible, configurez un \"memcache\" pour améliorer les performances. Pour plus d'informations consultez la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>.",
+ "No suitable source for randomness found by PHP which is highly discouraged for security reasons. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Aucune source appropriée pour les aléas trouvée par PHP, ce qui est fortement déconseillé pour des raisons de sécurité. Vous trouverez plus d'informations dans la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>.",
+ "You are currently running PHP {version}. Upgrade your PHP version to take advantage of <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">performance and security updates provided by the PHP Group</a> as soon as your distribution supports it." : "Vous utilisez actuellement PHP {version}. Mettez à jour votre version de PHP afin de tirer avantage des améliorations liées à <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">la performance et la sécurité fournies par le PHP Group</a> dès que votre distribution le supportera.",
+ "The reverse proxy header configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If not, this is a security issue and can allow an attacker to spoof their IP address as visible to the Nextcloud. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "La configuration des entêtes du proxy inverse est incorrecte, ou vous accédez à Nextcloud depuis un proxy de confiance. Si vous n'êtes pas en train d’accéder à Nextcloud depuis un proxy de confiance, il y a un problème de sécurité qui peut permettre à un attaquant d'usurper l'adresse IP affichée à Nextcloud. Vous trouverez plus d'informations dans notre <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>.",
+ "Memcached is configured as distributed cache, but the wrong PHP module \"memcache\" is installed. \\OC\\Memcache\\Memcached only supports \"memcached\" and not \"memcache\". See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">memcached wiki about both modules</a>." : "\"memcached\" est configuré comme cache distribué, mais le mauvais module PHP \"memcache\" est installé. \\OC\\Memcache\\Memcached ne prend en charge que \"memcached\" et non \"memcache\". Consulter le <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">wiki de memcached à propos de ces deux modules</a>.",
+ "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">List of invalid files…</a> / <a href=\"{rescanEndpoint}\">Rescan…</a>)" : "Des fichiers n'ont pas passé la vérification d’intégrité. Vous trouverez plus d'information sur comment résoudre ce problème dans notre <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">Liste des fichiers invalides…</a> / <a href=\"{rescanEndpoint}\">Rescanner…</a>)",
+ "The PHP OPcache module is not loaded. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance it is recommended</a> to load it into your PHP installation." : "Le module PHP OPcache n'est pas disponible. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Pour de meilleures performances, il est recommandé</a> de l'activer dans votre installation de PHP.",
+ "The PHP OPcache is not properly configured. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance it is recommended</a> to use the following settings in the <code>php.ini</code>:" : "Le PHP OPcache n'est pas correctement configuré. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Pour de meilleure performance nous recommandons </a> d'utiliser les paramètres suivant dans le <code>php.ini</code> :",
+ "Some columns in the database are missing a conversion to big int. Due to the fact that changing column types on big tables could take some time they were not changed automatically. By running 'occ db:convert-filecache-bigint' those pending changes could be applied manually. This operation needs to be made while the instance is offline. For further details read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "Certaines colonnes de la base de données n'ont pas été converties en big int. Changer le type de colonne dans de grandes tables peu prendre beaucoup de temps, elles n'ont donc pas été converties automatiquement. En exécutant 'occ db:convert-filecache-bigint' ces changements en suspens peuvent être déclenchés manuellement. Cette opération doit être exécutée pendant que l'instance est hors ligne. Pour plus d'information, consulter <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">la page de la documentation</a>.",
+ "To migrate to another database use the command line tool: 'occ db:convert-type', or see the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation ↗</a>." : "Pour migrer vers un autre type de base de données, utilisez la ligne de commande : 'occ db:convert-type' ou consultez la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation ↗</a>.",
+ "Use of the the built in php mailer is no longer supported. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Please update your email server settings ↗<a/>." : "L'utilisation de la fonctionnalité d'envoi d'e-mails native de PHP n'est plus supportée. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Merci de mettre à jour les paramètres d'envoi d'e-mails de votre serveur ↗ <a/>",
+ "MySQL is used as database but does not support 4-byte characters. To be able to handle 4-byte characters (like emojis) without issues in filenames or comments for example it is recommended to enable the 4-byte support in MySQL. For further details read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "MySQL est utilisée comme base de données mais ne supporte pas les caractères codés sur 4 octets. Pour pouvoir manipuler les caractères sur 4 octets (comme les émoticônes) sans problème dans les noms de fichiers ou les commentaires par exemple, il est recommandé d'activer le support 4 octets dans MySQL. Pour plus de détails, lisez la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">page de documentation à ce sujet</a>",
+ "You are accessing your instance over a secure connection, however your instance is generating insecure URLs. This most likely means that you are behind a reverse proxy and the overwrite config variables are not set correctly. Please read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "Vous accédez à votre instance via une connexion sécurisée, pourtant celle-ci génère des URLs non sécurisées. Cela signifie probablement que vous êtes derrière un reverse-proxy et que les variables de réécriture ne sont pas paramétrées correctement. Merci de lire <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">la page de documentation à ce propos</a>. ",
+ "The \"{header}\" HTTP header is not set to \"{val1}\", \"{val2}\", \"{val3}\", \"{val4}\" or \"{val5}\". This can leak referer information. See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{link}\">W3C Recommendation ↗</a>." : "L'en-tête HTTP \"{header}\" n'est pas défini sur \"{val1}\", \"{val2}\", \"{val3}\", \"{val4}\" ou \"{val5}\". Cela peut entraîner une fuite d'informations. Veuillez voir les <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{link}\">recommandations du W3C ↗</a>.",
+ "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the <a href=\"{docUrl}\" rel=\"noreferrer noopener\">security tips ↗</a>." : "L'en-tête HTTP \"Strict-Transport-Security\" n'est pas configurée à au moins \"{seconds}\" secondes. Pour renforcer la sécurité, nous recommandons d'activer HSTS comme décrit dans nos <a href=\"{docUrl}\" rel=\"noreferrer noopener\">conseils de sécurisation ↗</a>.",
+ "Accessing site insecurely via HTTP. You are strongly advised to set up your server to require HTTPS instead, as described in the <a href=\"{docUrl}\">security tips ↗</a>." : "Accès non sécurisé au site via HTTP. Il est fortement conseillé de configurer votre serveur pour exiger HTTPS à la place, comme décrit dans les <a href=\"{docUrl}\">conseils de sécurité ↗</a>.",
+ "Continue to Nextcloud" : "Continuer sur Nextcloud",
+ "_The update was successful. Redirecting you to Nextcloud in %n second._::_The update was successful. Redirecting you to Nextcloud in %n seconds._" : ["La mise à jour est terminée. Vous allez être redirigé vers Nextcloud dans %n seconde.","La mise à jour est terminée. Vous allez être redirigé vers Nextcloud dans %n secondes."],
+ "Searching other places" : "Recherche en cours dans d'autres emplacements",
+ "No search results in other folders for {tag}{filter}{endtag}" : "Aucun résultat dans d'autres dossiers n'a été trouvé pour  {tag}{filter}{endtag}",
+ "_{count} search result in another folder_::_{count} search results in other folders_" : ["{count} résultat dans un autre dossier","{count} résultats dans d'autres dossiers"],
+ "A password reset message has been sent to the e-mail address of this account. If you do not receive it, check your spam/junk folders or ask your local administrator for help." : "Un e-mail de réinitialisation de mot de passe a été envoyé à l'adresse e-mail du compte. Si vous ne le recevez pas, vérifiez vos dossiers de courrier indésirable/pourriel/spam ou demandez de l'aide à votre administrateur local.",
+ "Password can not be changed. Please contact your administrator." : "Le mot de passe ne peut être modifié. Veuillez contacter votre administrateur.",
+ "Could not fetch list of apps from the app store." : "Impossible de récupérer la liste des applications depuis l'app store.",
+ "Nextcloud {app}" : "Nextcloud {app}",
+ "Can't install this app because it is not compatible" : "Impossible d'installer cette appli car elle n'est pas compatible",
+ "Can't install this app" : "Impossible d'installer cette appli",
+ "These apps will be updated:" : "Les applications suivantes seront mises à jour :",
+ "For more details see the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Pour plus de détails consultez la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>."
},
"nplurals=2; plural=(n > 1);");
diff --git a/core/l10n/fr.json b/core/l10n/fr.json
index 517467999a9..e12adfe63df 100644
--- a/core/l10n/fr.json
+++ b/core/l10n/fr.json
@@ -3,6 +3,14 @@
"File is too big" : "Le fichier est trop volumineux",
"The selected file is not an image." : "Le fichier sélectionné n'est pas une image.",
"The selected file cannot be read." : "Le fichier sélectionné ne peut pas être lu.",
+ "The file was uploaded" : "Le fichier a été envoyé",
+ "The uploaded file exceeds the upload_max_filesize directive in php.ini" : "Le fichier envoyé dépasse la valeur upload_max_filesize spécifiée dans php.ini",
+ "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Le fichier envoyé dépasse la valeur MAX_FILE_SIZE spécifiée dans le formulaire HTML",
+ "The file was only partially uploaded" : "Le fichier n'a été que partiellement envoyé",
+ "No file was uploaded" : "Aucun fichier n'a été envoyé",
+ "Missing a temporary folder" : "Absence de dossier temporaire",
+ "Could not write file to disk" : "Impossible d'écrire le fichier sur le disque",
+ "A PHP extension stopped the file upload" : "Une extension PHP a arrêté l'envoi du fichier",
"Invalid file provided" : "Fichier non valide",
"No image or file provided" : "Pas d'image ou fichier fourni",
"Unknown filetype" : "Type de fichier inconnu",
@@ -13,6 +21,7 @@
"No valid crop data provided" : "Aucune donnée valide de recadrage fournie",
"Crop is not square" : "Le recadrage n'est pas carré",
"State token does not match" : "Les jetons de statut ne correspondent pas",
+ "Invalid app password" : "Mot de passe d'application non valide",
"Could not complete login" : "Impossible de terminer la connexion",
"Your login token is invalid or has expired" : "Votre jeton de connexion est invalide ou expiré",
"Password reset is disabled" : "La réinitialisation du mot de passe est désactivée",
@@ -26,6 +35,8 @@
"Nextcloud Server" : "Serveur Nextcloud",
"Some of your link shares have been removed" : "Certains de vos liens partagés ont été supprimés.",
"Due to a security bug we had to remove some of your link shares. Please see the link for more information." : "En raison d'une faille de sécurité, nous avons supprimé certains de vos liens partagés. Consultez le lien ci-dessus pour plus d'information.",
+ "The user limit of this instance is reached." : "Le nombre maximum d'utilisateurs a été atteint sur cette instance.",
+ "Enter your subscription key to increase the user limit. For more information about Nextcloud Enterprise see our website." : "Entrez votre clé d’abonnement pour augmenter la limite par utilisateur. Pour plus d'informations sur Nextcloud Enterprise, consultez notre site web.",
"Preparing update" : "Préparation de la mise à jour",
"[%d / %d]: %s" : "[%d / %d] : %s",
"Repair step:" : "Étape de réparation :",
@@ -39,75 +50,49 @@
"Maintenance mode is kept active" : "Le mode de maintenance est laissé actif",
"Updating database schema" : "Mise à jour du schéma de la base de données",
"Updated database" : "Base de données mise à jour",
- "Checking whether the database schema can be updated (this can take a long time depending on the database size)" : "Vérification de la possibilité de mettre à jour le schéma de la base de données (cela peut prendre un certain temps selon la taille de la base de données)",
- "Checked database schema update" : "Mise à jour du schéma de la base de données vérifiée",
- "Checking updates of apps" : "Recherche de mises à jour d'applications",
- "Checking for update of app \"%s\" in appstore" : "Vérification de la présence d'une mise à jour pour l'application \"%s\" dans l'appstore",
- "Update app \"%s\" from appstore" : "Mise à jour de l'application \"%s\" depuis l'appstore",
- "Checked for update of app \"%s\" in appstore" : "Présence de mise à jour vérifiée pour l'application \"%s\" dans l'appstore",
"Checking whether the database schema for %s can be updated (this can take a long time depending on the database size)" : "Vérification de la possibilité de mettre à jour le schéma de la base de données pour %s (cela peut prendre un certain temps selon la taille de la base de données)",
- "Checked database schema update for apps" : "Mise à jour du schéma de la base de données pour les applications vérifiée",
"Updated \"%1$s\" to %2$s" : "Mise à jour de \"%1$s\" vers %2$s",
"Set log level to debug" : "Réglage du niveau de journalisation à \"déboguage\"",
"Reset log level" : "Réinitialisation du niveau de journalisation",
"Starting code integrity check" : "Lancement de la vérification d'intégrité du code",
"Finished code integrity check" : "Fin de la vérification d’intégrité du code",
"%s (incompatible)" : "%s (incompatible)",
- "Following apps have been disabled: %s" : "Les applications suivantes ont été désactivées : %s",
+ "The following apps have been disabled: %s" : "Les applications suivantes ont été désactivées : %s",
"Already up to date" : "Déjà à jour",
"Your web server is not yet properly set up to allow file synchronization, because the WebDAV interface seems to be broken." : "Votre serveur web n'est pas encore correctement configuré pour la synchronisation de fichiers parce que l'interface WebDAV semble ne pas fonctionner.",
- "Your web server is not properly set up to resolve \"{url}\". Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "La configuration du serveur web ne permet pas d'atteindre \"{url}\". Vous trouverez plus d'informations dans la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>.",
- "Your web server is not properly set up to resolve \"{url}\". This is most likely related to a web server configuration that was not updated to deliver this folder directly. Please compare your configuration against the shipped rewrite rules in \".htaccess\" for Apache or the provided one in the documentation for Nginx at it's <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation page</a>. On Nginx those are typically the lines starting with \"location ~\" that need an update." : "Votre serveur web n'est pas proprement configuré pour résoudre \"{url}\". Ceci est probablement lié à une configuration du serveur web qui n'a pas été mise à jour pour délivrer directement ce dossier. Veuillez comparer votre configuration avec les règles ré-écrites dans \".htaccess\" pour Apache ou celles contenues dans la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation de Nginx</a>. Pour Nginx les lignes nécessitant une mise à jour sont typiquement celles débutant par \"location ~\".",
- "Your web server is not properly set up to deliver .woff2 files. This is typically an issue with the Nginx configuration. For Nextcloud 15 it needs an adjustement to also deliver .woff2 files. Compare your Nginx configuration to the recommended configuration in our <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Votre serveur web n'est pas correctement configuré pour distribuer des fichiers .woff2. C'est une erreur fréquente de configuration Nginx. Pour Nextcloud 15, il est nécessaire de la régler pour les fichiers .woff2.\nComparer votre configuration Nginx avec la configuration recommandée dans notre <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>.",
+ "Your web server is not properly set up to resolve \"{url}\". Further information can be found in the {linkstart}documentation ↗{linkend}." : "Votre serveur web nest pas configuré correctement pour résoudre \"{url}\". Plus d'informations peuvent être trouvées sur notre <a target=\"_blank\" href=\"{docLink}\">documentation</a>.",
+ "Your web server is not properly set up to resolve \"{url}\". This is most likely related to a web server configuration that was not updated to deliver this folder directly. Please compare your configuration against the shipped rewrite rules in \".htaccess\" for Apache or the provided one in the documentation for Nginx at it's {linkstart}documentation page ↗{linkend}. On Nginx those are typically the lines starting with \"location ~\" that need an update." : "Votre serveur web n'est pas proprement configuré pour résoudre \"{url}\". Ceci est probablement lié à une configuration du serveur web qui n'a pas été mise à jour pour délivrer directement ce dossier. Veuillez comparer votre configuration avec les règles ré-écrites dans \".htaccess\" pour Apache ou celles contenues dans la documentation de Nginx ici {linkstart}documentation page ↗{linkend}. Pour Nginx les lignes nécessitant une mise à jour sont typiquement celles débutant par \"location ~\".",
+ "Your web server is not properly set up to deliver .woff2 files. This is typically an issue with the Nginx configuration. For Nextcloud 15 it needs an adjustement to also deliver .woff2 files. Compare your Nginx configuration to the recommended configuration in our {linkstart}documentation ↗{linkend}." : "Votre serveur web n'est pas correctement configuré pour distribuer des fichiers .woff2. C'est une erreur fréquente de configuration Nginx. Pour Nextcloud 15, il est nécessaire de la régler pour les fichiers .woff2. Comparer votre configuration Nginx avec la configuration recommandée dans notre {linkstart}documentation ↗{linkend}.",
"PHP does not seem to be setup properly to query system environment variables. The test with getenv(\"PATH\") only returns an empty response." : "PHP ne semble pas être configuré de manière à récupérer les valeurs des variables d’environnement. Le test de la commande getenv(\"PATH\") retourne seulement une réponse vide. ",
- "Please check the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">installation documentation ↗</a> for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "Veuillez consulter <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">la documentation d'installation ↗</a>pour savoir comment configurer PHP sur votre serveur, en particulier en cas d'utilisation de php-fpm.",
"The read-only config has been enabled. This prevents setting some configurations via the web-interface. Furthermore, the file needs to be made writable manually for every update." : "La configuration est en mode lecture seule. Ceci empêche la modification de certaines configurations via l'interface web. De plus, le fichier doit être passé manuellement en lecture-écriture avant chaque mise à jour.",
"Your database does not run with \"READ COMMITTED\" transaction isolation level. This can cause problems when multiple actions are executed in parallel." : "Votre base de données ne fonctionne pas avec le niveau d'isolation de transaction \"READ COMMITED\". Ceci peut causer des problèmes quand plusieurs actions sont exécutées en parallèle.",
"The PHP module \"fileinfo\" is missing. It is strongly recommended to enable this module to get the best results with MIME type detection." : "Le module PHP 'fileinfo' est manquant. Il est vivement recommandé de l'activer afin d'obtenir les meilleurs résultats de détection du type MIME.",
- "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems. See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation ↗</a> for more information." : "Le verrouillage transactionnel de fichiers est désactivé. Cela peut causer des conflits en cas d'accès concurrent. Configurez 'filelocking.enabled' dans config.php pour éviter ces problèmes. Consultez la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation ↗</a> pour plus d'informations.",
"If your installation is not installed at the root of the domain and uses system cron, there can be issues with the URL generation. To avoid these problems, please set the \"overwrite.cli.url\" option in your config.php file to the webroot path of your installation (suggestion: \"{suggestedOverwriteCliURL}\")" : "Si votre installation n'a pas été effectuée à la racine du domaine et qu'elle utilise le Cron du système, il peut y avoir des problèmes avec la génération d'URL. Pour les éviter, veuillez configurer l'option \"overwrite.cli.url\" dans votre fichier config.php avec le chemin de la racine de votre installation (suggestion : \"{suggestedOverwriteCliURL}\")",
+ "Your installation has no default phone region set. This is required to validate phone numbers in the profile settings without a country code. To allow numbers without a country code, please add \"default_phone_region\" with the respective {linkstart}ISO 3166-1 code ↗{linkend} of the region to your config file." : "Votre installation n’a pas de préfixe de région par défaut. C’est nécessaire pour valider les numéros de téléphone dans les paramètres du profil sans code pays. Pour autoriser les numéros sans code pays, veuillez ajouter \"default_phone_region\" avec le code {linkstart}ISO 3166-1 respectif {linkend} de la région dans votre fichier de configuration.",
"It was not possible to execute the cron job via CLI. The following technical errors have appeared:" : "La tâche cron n'a pu s'exécuter via CLI. Ces erreurs techniques sont apparues :",
- "Last background job execution ran {relativeTime}. Something seems wrong." : "Dernière tâche de fond a fonctionné il y a {relativeTime}. Quelque chose s'est mal passé.",
- "Check the background job settings" : "Vérifier les paramètres des tâches de fond",
"This server has no working Internet connection: Multiple endpoints could not be reached. This means that some of the features like mounting external storage, notifications about updates or installation of third-party apps will not work. Accessing files remotely and sending of notification emails might not work, either. Establish a connection from this server to the Internet to enjoy all features." : "Ce serveur ne peut se connecter à Internet : plusieurs point finaux ne peuvent être atteints. Cela signifie que certaines fonctionnalités, telles que le montage de supports de stockage distants, les notifications de mises à jour ou l'installation d'applications tierces ne fonctionneront pas. L'accès aux fichiers à distance, ainsi que l'envoi de notifications par mail peuvent aussi être indisponibles. Il est recommandé d'activer la connexion internet pour ce serveur si vous souhaitez disposer de l'ensemble des fonctionnalités offertes.",
- "No memory cache has been configured. To enhance performance, please configure a memcache, if available. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Aucun cache mémoire n'est configuré. Si possible, configurez un \"memcache\" pour améliorer les performances. Pour plus d'informations consultez la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>.",
- "No suitable source for randomness found by PHP which is highly discouraged for security reasons. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Aucune source appropriée pour les aléas trouvée par PHP, ce qui est fortement déconseillé pour des raisons de sécurité. Vous trouverez plus d'informations dans la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>.",
- "You are currently running PHP {version}. Upgrade your PHP version to take advantage of <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">performance and security updates provided by the PHP Group</a> as soon as your distribution supports it." : "Vous utilisez actuellement PHP {version}. Mettez à jour votre version de PHP afin de tirer avantage des améliorations liées à <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">la performance et la sécurité fournies par le PHP Group</a> dès que votre distribution le supportera.",
- "Nextcloud 19 is the last release supporting PHP 7.2. Nextcloud 20 requires at least PHP 7.3." : "Nextcloud 19 est la dernière version prenant en charge PHP 7.2. Nextcloud 20 nécessite au moins PHP 7.3.",
- "The reverse proxy header configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If not, this is a security issue and can allow an attacker to spoof their IP address as visible to the Nextcloud. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "La configuration des entêtes du proxy inverse est incorrecte, ou vous accédez à Nextcloud depuis un proxy de confiance. Si vous n'êtes pas en train d’accéder à Nextcloud depuis un proxy de confiance, il y a un problème de sécurité qui peut permettre à un attaquant d'usurper l'adresse IP affichée à Nextcloud. Vous trouverez plus d'informations dans notre <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>.",
- "Memcached is configured as distributed cache, but the wrong PHP module \"memcache\" is installed. \\OC\\Memcache\\Memcached only supports \"memcached\" and not \"memcache\". See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">memcached wiki about both modules</a>." : "\"memcached\" est configuré comme cache distribué, mais le mauvais module PHP \"memcache\" est installé. \\OC\\Memcache\\Memcached ne prend en charge que \"memcached\" et non \"memcache\". Consulter le <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">wiki de memcached à propos de ces deux modules</a>.",
- "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">List of invalid files…</a> / <a href=\"{rescanEndpoint}\">Rescan…</a>)" : "Des fichiers n'ont pas passé la vérification d’intégrité. Vous trouverez plus d'information sur comment résoudre ce problème dans notre <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">Liste des fichiers invalides…</a> / <a href=\"{rescanEndpoint}\">Rescanner…</a>)",
- "The PHP OPcache module is not loaded. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance it is recommended</a> to load it into your PHP installation." : "Le module PHP OPcache n'est pas disponible. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Pour de meilleures performances, il est recommandé</a> de l'activer dans votre installation de PHP.",
- "The PHP OPcache is not properly configured. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance it is recommended</a> to use the following settings in the <code>php.ini</code>:" : "Le PHP OPcache n'est pas correctement configuré. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Pour de meilleure performance nous recommandons </a> d'utiliser les paramètres suivant dans le <code>php.ini</code> :",
+ "Nextcloud 20 is the last release supporting PHP 7.2. Nextcloud 21 requires at least PHP 7.3." : "Nextcloud 20 est la dernière version prenant en charge PHP 7.2. Nextcloud 21 nécessite au moins PHP 7.3.",
"The PHP function \"set_time_limit\" is not available. This could result in scripts being halted mid-execution, breaking your installation. Enabling this function is strongly recommended." : "La fonction PHP \"set_time_limit\" n'est pas disponible. Cela pourrait entraîner l'arrêt des scripts à mi-exécution en bloquant votre installation. Nous vous recommandons vivement d'activer cette fonction.",
"Your PHP does not have FreeType support, resulting in breakage of profile pictures and the settings interface." : "Votre PHP ne prend pas en charge FreeType, provoquant la casse des images de profil et de l'interface des paramètres.",
"Missing index \"{indexName}\" in table \"{tableName}\"." : "Index \"{indexName}\" manquant dans la table \"{tableName}\".",
- "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "La base de données a quelques index manquant. L'ajout d'index dans de grandes tables peut prendre un certain temps. Elles ne sont donc pas ajoutées automatiquement. En exécutant \"occ db:add-missing-indices\", ces index manquants pourront être ajoutés manuellement pendant que l'instance continue de tourner. Une fois les index ajoutés, les requêtes sur ces tables sont généralement beaucoup plus rapides.",
+ "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "La base de données a quelques index manquants. L'ajout d'index dans de grandes tables peut prendre un certain temps. Elles ne sont donc pas ajoutées automatiquement. En exécutant \"occ db:add-missing-indices\", ces index manquants pourront être ajoutés manuellement pendant que l'instance continue de tourner. Une fois les index ajoutés, les requêtes sur ces tables sont généralement beaucoup plus rapides.",
+ "Missing primary key on table \"{tableName}\"." : "Clé primaire manquante sur la table \"{tableName}\".",
+ "The database is missing some primary keys. Due to the fact that adding primary keys on big tables could take some time they were not added automatically. By running \"occ db:add-missing-primary-keys\" those missing primary keys could be added manually while the instance keeps running." : "Il manque des clés primaires dans la base de données. En raison du fait que l’ajout de clés primaires sur les grandes tables peut prendre un certain temps, elles n’ont pas été ajoutées automatiquement. En exécutant \"occ db:add-missing-primary-keys\", ces clés primaires manquantes peuvent être ajoutées manuellement pendant que l’instance continue de fonctionner.",
+ "Missing optional column \"{columnName}\" in table \"{tableName}\"." : "Colonne optionnelle \"{columnName}\" manquante dans la table \"{tableName}\".",
+ "The database is missing some optional columns. Due to the fact that adding columns on big tables could take some time they were not added automatically when they can be optional. By running \"occ db:add-missing-columns\" those missing columns could be added manually while the instance keeps running. Once the columns are added some features might improve responsiveness or usability." : "Certaines colonnes facultatives sont manquantes dans la base de données. Étant donné qu'ajouter des colonnes sur des grandes tables peut prendre du temps, elles n'ont pas été ajoutées automatiquement lorsqu'elles sont facultatives. En exécutant \"occ db:add-missing-columns\" ces colonnes manquantes peuvent être ajoutées manuellement alors que l'instance continue de fonctionner. Une fois que les colonnes sont ajoutées, la performance ou l'utilisabilité de certaines fonctionnalités pourraient être améliorées.",
"This instance is missing some recommended PHP modules. For improved performance and better compatibility it is highly recommended to install them." : "Cette instance ne dispose pas de plusieurs modules PHP recommandés. Il est recommandé de les installer pour améliorer les performances, et la compatibilité.",
- "Some columns in the database are missing a conversion to big int. Due to the fact that changing column types on big tables could take some time they were not changed automatically. By running 'occ db:convert-filecache-bigint' those pending changes could be applied manually. This operation needs to be made while the instance is offline. For further details read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "Certaines colonnes de la base de données n'ont pas été converties en big int. Changer le type de colonne dans de grandes tables peu prendre beaucoup de temps, elles n'ont donc pas été converties automatiquement. En exécutant 'occ db:convert-filecache-bigint' ces changements en suspens peuvent être déclenchés manuellement. Cette opération doit être exécutée pendant que l'instance est hors ligne. Pour plus d'information, consulter <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">la page de la documentation</a>.",
+ "Module php-imagick in this instance has no SVG support. For better compatibility it is recommended to install it." : "Le module php-imagick n’a aucun support SVG dans cette instance. Pour une meilleure compatibilité, il est recommandé de l’installer.",
"SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend." : "SQLite est actuellement utilisé comme système de gestion de base de données. Pour des installations plus volumineuses, nous vous recommandons de migrer vers un autre système de gestion de base de données.",
"This is particularly recommended when using the desktop client for file synchronisation." : "C'est particulièrement recommandé lorsque l'on utilise un client bureau pour la synchronisation des fichiers.",
- "To migrate to another database use the command line tool: 'occ db:convert-type', or see the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation ↗</a>." : "Pour migrer vers un autre type de base de données, utilisez la ligne de commande : 'occ db:convert-type' ou consultez la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation ↗</a>.",
- "Use of the the built in php mailer is no longer supported. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Please update your email server settings ↗<a/>." : "L'utilisation de la fonctionnalité d'envoi d'e-mails native de PHP n'est plus supportée. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Merci de mettre à jour les paramètres d'envoi d'e-mails de votre serveur ↗ <a/>",
"The PHP memory limit is below the recommended value of 512MB." : "La limite de mémoire PHP est inférieure à la valeur recommandée de 512 Mo.",
"Some app directories are owned by a different user than the web server one. This may be the case if apps have been installed manually. Check the permissions of the following app directories:" : "Certains répertoires d'applications appartiennent à un utilisateur différent de celui du serveur web. Cela peut être le cas si les applications ont été installées manuellement. Vérifiez les permissions des répertoires d'applications suivants :",
- "MySQL is used as database but does not support 4-byte characters. To be able to handle 4-byte characters (like emojis) without issues in filenames or comments for example it is recommended to enable the 4-byte support in MySQL. For further details read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "MySQL est utilisée comme base de données mais ne supporte pas les caractères codés sur 4 octets. Pour pouvoir manipuler les caractères sur 4 octets (comme les émoticônes) sans problème dans les noms de fichiers ou les commentaires par exemple, il est recommandé d'activer le support 4 octets dans MySQL. Pour plus de détails, lisez la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">page de documentation à ce sujet</a>",
"This instance uses an S3 based object store as primary storage. The uploaded files are stored temporarily on the server and thus it is recommended to have 50 GB of free space available in the temp directory of PHP. Check the logs for full details about the path and the available space. To improve this please change the temporary directory in the php.ini or make more space available in that path." : "Cette instance utilise un stockage primaire basé sur un objet de stockage issu de S3. \nLes fichiers téléversés sont temporairement stockés sur le serveur et il est donc recommandé de disposer d'un espace libre de 50 GB dans le répertoire temporaire de PHP. Vérifiez les journaux pour plus de détails sur les chemins concernés et l'espace disponible. Pour améliorer la situation, vous pouvez augmenter l'espace disponible dans le dossier temporaire actuel ou changer l'emplacement du dossier temporaire en indiquant un nouveau chemin dans php.ini.",
"Error occurred while checking server setup" : "Une erreur s'est produite lors de la vérification de la configuration du serveur",
"Your data directory and files are probably accessible from the Internet. The .htaccess file is not working. It is strongly recommended that you configure your web server so that the data directory is no longer accessible, or move the data directory outside the web server document root." : "Votre dossier de données et vos fichiers sont probablement accessibles depuis internet. Le fichier .htaccess ne fonctionne pas. Nous vous recommandons vivement de configurer votre serveur web de façon à ce que ce dossier de données ne soit plus accessible, ou de le déplacer hors de la racine du serveur web.",
"The \"{header}\" HTTP header is not set to \"{expected}\". This is a potential security or privacy risk, as it is recommended to adjust this setting accordingly." : "L'en-tête HTTP \"{header}\" n'est pas configurée pour être égale à \"{expected}\". Ceci constitue un risque potentiel relatif à la sécurité et à la vie privée étant donné qu'il est recommandé d'ajuster ce paramètre.",
"The \"{header}\" HTTP header is not set to \"{expected}\". Some features might not work correctly, as it is recommended to adjust this setting accordingly." : "L'en-tête HTTP \"{header}\" n'est pas configurée pour être égale à \"{expected}\". Certaines fonctionnalités peuvent ne pas fonctionner correctement étant donné qu'il est recommandé d'ajuster ce paramètre.",
"The \"{header}\" HTTP header doesn't contain \"{expected}\". This is a potential security or privacy risk, as it is recommended to adjust this setting accordingly." : "L'en-tête HTTP \"{header}\" ne contient pas \"{expected}\". Ceci est un risque potentiel pour la sécurité ou la vie privée, et il est recommandé d'ajuster ce paramètre en conséquence.",
- "The \"{header}\" HTTP header is not set to \"{val1}\", \"{val2}\", \"{val3}\", \"{val4}\" or \"{val5}\". This can leak referer information. See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{link}\">W3C Recommendation ↗</a>." : "L'en-tête HTTP \"{header}\" n'est pas défini sur \"{val1}\", \"{val2}\", \"{val3}\", \"{val4}\" ou \"{val5}\". Cela peut entraîner une fuite d'informations. Veuillez voir les <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{link}\">recommandations du W3C ↗</a>.",
- "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the <a href=\"{docUrl}\" rel=\"noreferrer noopener\">security tips ↗</a>." : "L'en-tête HTTP \"Strict-Transport-Security\" n'est pas configurée à au moins \"{seconds}\" secondes. Pour renforcer la sécurité, nous recommandons d'activer HSTS comme décrit dans nos <a href=\"{docUrl}\" rel=\"noreferrer noopener\">conseils de sécurisation ↗</a>.",
- "Accessing site insecurely via HTTP. You are strongly advised to set up your server to require HTTPS instead, as described in the <a href=\"{docUrl}\">security tips ↗</a>." : "Accès non sécurisé au site via HTTP. Il est fortement conseillé de configurer votre serveur pour exiger HTTPS à la place, comme décrit dans les <a href=\"{docUrl}\">conseils de sécurité ↗</a>.",
- "Non-existing tag #{tag}" : "Étiquette #{tag} inexistante",
- "restricted" : "Restreint",
- "invisible" : "invisible",
- "Delete" : "Supprimer",
- "Rename" : "Renommer",
- "Collaborative tags" : "Étiquettes collaboratives ",
- "No tags found" : "Aucune étiquette n'a été trouvée",
+ "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the {linkstart}security tips ↗{linkend}." : "L'en-tête HTTP \"Strict-Transport-Security\" n'est pas configuré à au moins \"{seconds}\" secondes. Pour une sécurité renforcée, il est recommandé d'activer HSTS comme indiqué dans les {linkstart}éléments de sécurité ↗{linkend}.",
"unknown text" : "texte inconnu",
"Hello world!" : "Hello world!",
"sunny" : "ensoleillé",
@@ -122,27 +107,24 @@
"Please reload the page." : "Veuillez recharger la page.",
"The update was unsuccessful. For more information <a href=\"{url}\">check our forum post</a> covering this issue." : "La mise à jour a échoué. Pour plus d'informations <a href=\"{url}\">consultez notre publication sur le forum</a> à propos de ce problème.",
"The update was unsuccessful. Please report this issue to the <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">Nextcloud community</a>." : "La mise à jour a échoué. Veuillez reporter le problème à la <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">communauté Nextcloud</a>.",
- "Continue to Nextcloud" : "Continuer sur Nextcloud",
- "_The update was successful. Redirecting you to Nextcloud in %n second._::_The update was successful. Redirecting you to Nextcloud in %n seconds._" : ["La mise à jour est terminée. Vous allez être redirigé vers Nextcloud dans %n seconde.","La mise à jour est terminée. Vous allez être redirigé vers Nextcloud dans %n secondes."],
- "Searching other places" : "Recherche en cours dans d'autres emplacements",
- "No search results in other folders for {tag}{filter}{endtag}" : "Aucun résultat dans d'autres dossiers n'a été trouvé pour  {tag}{filter}{endtag}",
- "_{count} search result in another folder_::_{count} search results in other folders_" : ["{count} résultat dans un autre dossier","{count} résultats dans d'autres dossiers"],
+ "Log in" : "Se connecter",
+ "Logging in …" : "Connexion…",
"Server side authentication failed!" : "L'authentification sur le serveur a échoué !",
"Please contact your administrator." : "Veuillez contacter votre administrateur.",
"An internal error occurred." : "Une erreur interne est survenue.",
"Please try again or contact your administrator." : "Veuillez réessayer ou contactez votre administrateur.",
"Username or email" : "Utilisateur ou email",
"Password" : "Mot de passe",
- "Log in" : "Se connecter",
- "Logging in …" : "Connexion…",
+ "Toggle password visibility" : "Activer/désactiver la visibilité du mot de passe",
"Wrong username or password." : "Utilisateur ou mot de passe incorrect.",
"User disabled" : "Utilisateur désactivé",
"We have detected multiple invalid login attempts from your IP. Therefore your next login is throttled up to 30 seconds." : "Nous avons détecté plusieurs tentatives de connexion invalides depuis votre adresse IP. C'est pourquoi votre prochaine connexion sera retardée de 30 secondes.",
+ "Your account is not setup for passwordless login." : "Votre compte n'est pas paramétré pour une authentification sans mot de passe.",
+ "Passwordless authentication is not supported in your browser." : "L'authentification sans mot de passe n'est pas supportée par votre navigateur.",
+ "Passwordless authentication is only available over a secure connection." : "L'authentification sans mot de passe n'est possible qu'au travers d'une connexion sécurisée.",
"Reset password" : "Réinitialiser le mot de passe",
- "A password reset message has been sent to the e-mail address of this account. If you do not receive it, check your spam/junk folders or ask your local administrator for help." : "Un e-mail de réinitialisation de mot de passe a été envoyé à l'adresse e-mail du compte. Si vous ne le recevez pas, vérifiez vos dossiers de courrier indésirable/pourriel/spam ou demandez de l'aide à votre administrateur local.",
"If it is not there ask your local administrator." : "Si ce n'est pas le cas, veuillez contacter votre administrateur.",
"Couldn't send reset email. Please contact your administrator." : "Impossible d'envoyer le courriel de réinitialisation. Veuillez contacter votre administrateur.",
- "Password can not be changed. Please contact your administrator." : "Le mot de passe ne peut être modifié. Veuillez contacter votre administrateur.",
"Back to login" : "Retour à la page de connexion",
"New password" : "Nouveau mot de passe",
"Your files are encrypted. There will be no way to get your data back after your password is reset. If you are not sure what to do, please contact your administrator before you continue. Do you really want to continue?" : "Vos fichiers sont chiffrés. Il n'y aura aucun moyen de récupérer vos données après la réinitialisation de votre mot de passe. Si vous n'êtes pas sûr de ce que vous faîtes, veuillez contacter votre administrateur avant de continuer. Voulez-vous vraiment continuer ?",
@@ -150,25 +132,34 @@
"Resetting password" : "Réinitialisation du mot de passe",
"Recommended apps" : "Applis recommandées",
"Loading apps …" : "Chargement des applis …",
- "Could not fetch list of apps from the app store." : "Impossible de récupérer la liste des applications depuis l'app store.",
"Installing apps …" : "Installation des applis en cours ...",
- "Nextcloud {app}" : "Nextcloud {app}",
"App download or installation failed" : "Échec lors du téléchargement ou de l'installation de l'appli",
- "Can't install this app because it is not compatible" : "Impossible d'installer cette appli car elle n'est pas compatible",
- "Can't install this app" : "Impossible d'installer cette appli",
"Cancel" : "Annuler",
"Schedule work & meetings, synced with all your devices." : "Planifiez votre travail et des réunions, synchronisées avec tous vos appareils.",
"Keep your colleagues and friends in one place without leaking their private info." : "Gardez les contacts de vos collègues et amis au même endroit sans divulguer leurs informations personnelles.",
"Simple email app nicely integrated with Files, Contacts and Calendar." : "Application de messagerie électronique simple et bien intégrée avec Fichiers, Contacts et Calendar.",
"Chatting, video calls, screensharing, online meetings and web conferencing – in your browser and with mobile apps." : "Discussions, appels vidéo, partage d'écran, réunions en ligne et conférences web – depuis votre navigateur et les applications mobiles.",
"Collaboratively edit office documents." : "Modifier des documents de manière collaborative.",
- "Local document editing back-end used by the OnlyOffice app." : "Moteur d'édition de documents locaux utilisé par l'application OnlyOffice.",
+ "Local document editing back-end used by the Collabora Online app." : "Moteur d'édition de document local utilisé par l'application Collabora Online.",
"Forgot password?" : "Mot de passe oublié ?",
+ "Log in with a device" : "Se connecter avec un appareil",
+ "Back" : "Retour",
+ "Login form is disabled." : "Le formulaire de connexion est désactivé.",
+ "Reset search" : "Réinitialiser la recherche",
+ "Search for {name} only" : "Rechercher pour {name} uniquement",
+ "No results for {query}" : "Aucun résultat pour {query}",
+ "Start typing to search" : "Tapez pour lancer la recherche",
+ "Loading more results …" : "Chargement de plus de résultats …",
+ "Load more results" : "Charger plus de résultats",
+ "Search" : "Rechercher",
+ "An error occurred while searching for {type}" : "Une erreur s'est produite lors de la recherche de {type}",
+ "_Please enter {minSearchLength} character or more to search_::_Please enter {minSearchLength} characters or more to search_" : ["Veuillez saisir au moins {minSearchLength} caractère pour lancer la recherche","Veuillez saisir au moins {minSearchLength} caractères pour lancer la recherche"],
+ "Search {types} …" : "Rechercher {types} …",
"Settings" : "Paramètres",
"Could not load your contacts" : "Impossible de charger vos contacts",
"Search contacts …" : "Rechercher un contact...",
"No contacts found" : "Aucun contact trouvé",
- "Show all contacts …" : "Montrer tous les contacts...",
+ "Show all contacts …" : "Afficher tous les contacts...",
"Install the Contacts app" : "Installer l'appli Contacts",
"Loading your contacts …" : "Chargement de vos contacts...",
"Looking for {term} …" : "Recherche de {term} ...",
@@ -211,7 +202,7 @@
"Confirm" : "Confirmer",
"Failed to authenticate, try again" : "Échec d'authentification, essayez à nouveau",
"seconds ago" : "Il y a quelques secondes",
- "Connection to server lost" : "Connexion au serveur perdu",
+ "Connection to server lost" : "La connexion au serveur a été perdue",
"_Problem loading page, reloading in %n second_::_Problem loading page, reloading in %n seconds_" : ["Problème de chargement de la page, actualisation dans %n seconde","Problème de chargement de la page, actualisation dans %n secondes"],
"Add to a project" : "Ajouter à un projet",
"Show details" : "Afficher les détails",
@@ -231,6 +222,13 @@
"Strong password" : "Mot de passe fort",
"No action available" : "Aucune action disponible",
"Error fetching contact actions" : "Erreur lors de la recherche d'actions de contact",
+ "Non-existing tag #{tag}" : "Étiquette #{tag} inexistante",
+ "restricted" : "Restreint",
+ "invisible" : "invisible",
+ "Delete" : "Supprimer",
+ "Rename" : "Renommer",
+ "Collaborative tags" : "Étiquettes collaboratives ",
+ "No tags found" : "Aucune étiquette n'a été trouvée",
"Personal" : "Personnel",
"Users" : "Utilisateurs",
"Apps" : "Applications",
@@ -240,7 +238,10 @@
"File not found" : "Fichier non trouvé",
"The document could not be found on the server. Maybe the share was deleted or has expired?" : "Le document n'a pas pu être trouvé sur le serveur. Peut-être que le partage a été supprimé ou est expiré ?",
"Back to %s" : "Retour à %s",
+ "Too many requests" : "Trop de requêtes",
+ "There were too many requests from your network. Retry later or contact your administrator if this is an error." : "Il y a trop de requêtes depuis votre réseau. Réessayez plus tard ou contactez votre administrateur s'il s'agit d'une erreur.",
"Error" : "Erreur",
+ "Previous" : "Précédent",
"Internal Server Error" : "Erreur interne du serveur",
"The server was unable to complete your request." : "Le serveur est incapable d'exécuter votre requête.",
"If this happens again, please send the technical details below to the server administrator." : "Si cela se reproduit, veuillez envoyer les détails techniques ci-dessous à l'administrateur du serveur.",
@@ -277,7 +278,7 @@
"SQLite should only be used for minimal and development instances. For production we recommend a different database backend." : "SQLite ne devrait être utilisée que pour des instances minimales ou de développement. Pour une instance de production, nous recommandons une infrastructure de base de données différente. ",
"If you use clients for file syncing, the use of SQLite is highly discouraged." : "Si vous utilisez des clients de synchronisation de fichiers, l'utilisation de SQLite est fortement découragée. ",
"Install recommended apps" : "Installer les applications recommandées",
- "Calendar, Contacts, Talk, Mail & OnlyOffice" : "Agenda, Contacts, Discussion, Mail & OnlyOffice",
+ "Calendar, Contacts, Talk, Mail & Collaborative editing" : "Agenda, Contacts, Discussion, Mail & rédaction collaborative",
"Finish setup" : "Terminer l'installation",
"Finishing …" : "Finalisation …",
"Need help?" : "Besoin d'aide ?",
@@ -291,14 +292,13 @@
"More apps" : "Plus d'applications",
"More" : "Plus",
"More apps menu" : "Menu des autres applications",
- "Search" : "Rechercher",
- "Reset search" : "Réinitialiser la recherche",
"Contacts" : "Contacts",
"Contacts menu" : "Menu des contacts",
"Settings menu" : "Menu des paramètres  ",
"Confirm your password" : "Confirmer votre mot de passe",
"Connect to your account" : "Connectez vous à votre compte",
"Please log in before granting %1$s access to your %2$s account." : "Veuillez vous connecter avant d'autoriser %1$s à accéder à votre compte %2$s.",
+ "If you are not trying to set up a new device or app, someone is trying to trick you into granting them access to your data. In this case do not proceed and instead contact your system administrator." : "Si vous n'essayez pas d'ajouter un nouveau périphérique ou une nouvelle application, quelqu'un fait une tentative d'accès à vos données. Dans ce cas, ne continuez pas et contactez votre administrateur système.",
"App token" : "Jeton d'application",
"Grant access" : "Autoriser l'accès",
"Alternative log in using app token" : "Authentification alternative en utilisant un jeton d'application",
@@ -326,7 +326,7 @@
"Further information how to configure this can be found in the %1$sdocumentation%2$s." : "Vous trouverez d'autres informations sur la configuration dans la %1$sdocumentation %2$s.",
"App update required" : "Mise à jour de l'application nécessaire",
"%1$s will be updated to version %2$s" : "%1$s sera mis à jour vers la version %2$s",
- "These apps will be updated:" : "Les applications suivantes seront mises à jour :",
+ "The following apps will be updated:" : "Les applications suivantes vont être mises à jour :",
"These incompatible apps will be disabled:" : "Ces applications incompatibles ont été désactivées :",
"The theme %s has been disabled." : "Le thème %s a été désactivé.",
"Please make sure that the database, the config folder and the data folder have been backed up before proceeding." : "Veuillez vous assurer qu'une copie de sauvegarde de la base de données, du dossier de configuration (config) et du dossier de données (data) a été réalisée avant de commencer.",
@@ -342,95 +342,49 @@
"This %s instance is currently in maintenance mode, which may take a while." : "Cette instance de %s est en cours de maintenance, cela peut prendre du temps.",
"This page will refresh itself when the instance is available again." : "Cette page se rafraîchira d'elle-même lorsque le serveur sera de nouveau disponible.",
"Contact your system administrator if this message persists or appeared unexpectedly." : "Veuillez contacter votre administrateur système si ce message persiste ou apparaît de façon inattendue.",
- "Could not send reset email because there is no email address for this username. Please contact your administrator." : "Impossible d'envoyer le courriel de réinitialisation car il n'y a aucune adresse de courriel pour cet utilisateur. Veuillez contacter votre administrateur.",
- "Couldn't send reset email. Please make sure your username is correct." : "Impossible d'envoyer le courriel de réinitialisation. Veuillez vérifier que votre nom d'utilisateur est correct.",
- "We have send a password reset e-mail to the e-mail address known to us for this account. If you do not receive it within a reasonable amount of time, check your spam/junk folders.<br>If it is not there ask your local administrator." : "Nous avons envoyé un e-mail de réinitialisation de mot de passe à l'adresse e-mail que nous connaissons pour ce compte. Si vous ne le recevez pas dans un délai raisonnable, vérifiez vos dossiers de courrier indésirable/pourriel/spam.<br>S'il n'est pas présent, demandez à votre administrateur local.",
- "Your files are encrypted. There will be no way to get your data back after your password is reset.<br />If you are not sure what to do, please contact your administrator before you continue. <br />Do you really want to continue?" : "Vos fichiers sont chiffrés. Il n'y aura aucun moyen de récupérer vos données une fois le mot de passe réinitialisé.<br />Si vous n'êtes pas sûr de ce que vous faites, veuillez contacter votre administrateur avant de continuer. <br />Voulez-vous vraiment continuer ?",
- "Sending email …" : "Envoi du mail en cours...",
- "You are currently running PHP 5.6. The current major version of Nextcloud is the last that is supported on PHP 5.6. It is recommended to upgrade the PHP version to 7.0+ to be able to upgrade to Nextcloud 14." : "Vous utiliser actuellement PHP 5.6. La version majeure actuelle de Nextcloud est la dernière qui est supportée sous PHP 5.6. Il est recommandé de mettre à niveau PHP vers la version 7.0+ pour pouvoir passer à Nextcloud 14.",
- "Accessing site insecurely via HTTP. You are strongly adviced to set up your server to require HTTPS instead, as described in the <a href=\"{docUrl}\">security tips ↗</a>." : "Vous accédez à ce site via HTTP. Nous vous recommandons fortement de configurer votre serveur pour forcer l'utilisation de HTTPS, comme expliqué dans nos <a href=\"{docUrl}\">conseils de sécurisation ↗</a>.",
- "Shared" : "Partagé",
- "Shared with" : "Partagé avec",
- "Shared by" : "Partagé par",
- "Choose a password for the public link" : "Choisissez un mot de passe pour le lien public",
- "Choose a password for the public link or press the \"Enter\" key" : "Choisissez un mot de passe pour le lien public ou appuyer sur \"Entrée\"",
- "Copied!" : "Copié !",
- "Copy link" : "Copier le lien",
- "Not supported!" : "Non supporté!",
- "Press ⌘-C to copy." : "Appuyez sur ⌘-C pour copier.",
- "Press Ctrl-C to copy." : "Appuyez sur Ctrl-C pour copier.",
- "Unable to create a link share" : "Impossible de créer un lien de partage",
- "Unable to toggle this option" : "Impossible de basculer cette option",
- "Resharing is not allowed" : "Le repartage n'est pas autorisé",
- "Link" : "Lien",
- "Hide download" : "Masquer le téléchargement",
- "Password protection enforced" : "Protection par mot de passe forcée",
- "Password protect" : "Protéger par un mot de passe",
- "Allow editing" : "Permettre la modification",
- "Email link to person" : "Envoyer le lien par courriel",
- "Send" : "Envoyer",
- "Allow upload and editing" : "Autoriser l'envoi et l'édition",
- "Read only" : "Lecture seule",
- "File drop (upload only)" : "Dépôt de fichier (envoi uniquement)",
- "Expiration date enforced" : "Date d'expiration forcée",
- "Set expiration date" : "Définir une date d'expiration",
- "Expiration" : "Expiration",
- "Expiration date" : "Date d'expiration",
- "Note to recipient" : "Note au destinataire",
- "Unshare" : "Ne plus partager",
- "Delete share link" : "Supprimer le lien de partage",
- "Add another link" : "Ajouter un autre lien",
- "Password protection for links is mandatory" : "Il est obligatoire de protéger les liens par mot de passe",
- "Share to {name}" : "Partager avec {name}",
- "Share link" : "Lien de partage",
- "New share link" : "Nouveau lien de partage",
- "Created on {time}" : "Créé le {time}",
- "Password protect by Talk" : "Mot de passe protégé par Talk",
- "Could not unshare" : "Impossible d'arrêter de partager",
- "Shared with you and the group {group} by {owner}" : "Partagé avec vous et le groupe {group} par {owner}",
- "Shared with you and {circle} by {owner}" : "Partagé avec vous et {circle} par {owner}",
- "Shared with you and the conversation {conversation} by {owner}" : "Partagé avec vous et la conversation {conversation} par {owner}",
- "Shared with you in a conversation by {owner}" : "Partagé avec vous dans une conversation par {owner}",
- "Shared with you by {owner}" : "Partagé avec vous par {owner}",
- "Choose a password for the mail share" : "Choisissez un mot de passe pour le partage par email",
- "group" : "groupe",
- "remote" : "distant",
- "remote group" : "groupe distant",
- "email" : "Adresse de courriel",
- "conversation" : "conversation",
- "shared by {sharer}" : "partagé par {sharer}",
- "Can reshare" : "Peut repartager",
- "Can edit" : "Peut éditer",
- "Can create" : "Peut créer",
- "Can change" : "Peut modifier",
- "Can delete" : "Peut supprimer",
- "Access control" : "Contrôle d'accès",
- "{shareInitiatorDisplayName} shared via link" : "{shareInitiatorDisplayName} a partagé via un lien",
- "Error while sharing" : "Erreur lors de la mise en partage",
- "Share details could not be loaded for this item." : "Les informations de partage n'ont pu être chargées pour cet élément.",
- "Search globally" : "Rechercher partout",
- "_At least {count} character is needed for autocompletion_::_At least {count} characters are needed for autocompletion_" : ["Au moins {count} caractère est nécessaire pour l'autocomplétion","Au moins {count} caractères sont nécessaires pour l'autocomplétion"],
- "This list is maybe truncated - please refine your search term to see more results." : "Des résultats peuvent avoir été omis. Affinez votre recherche pour en voir plus.",
- "No users or groups found for {search}" : "Pas d'utilisateur ou de groupe trouvé pour {search}",
- "No users found for {search}" : "Aucun utilisateur trouvé pour {search}",
- "An error occurred (\"{message}\"). Please try again" : "Une erreur est survenue (\"{message}\"). Veuillez réessayer",
- "An error occurred. Please try again" : "Une erreur est survenue. Merci de réessayer",
- "Home" : "Accueil",
- "Work" : "Travail",
- "Other" : "Divers",
- "{sharee} (remote group)" : "{sharee} (groupe distant)",
- "{sharee} ({type}, {owner})" : "{sharee} ({type}, {owner})",
- "Share" : "Partager",
- "Name or email address..." : "Nom ou adresse mail...",
- "Name or federated cloud ID..." : "Nom ou ID du cloud fédéré...",
- "Name, federated cloud ID or email address..." : "Nom, ID du cloud fédéré ou adresse mail...",
- "Name..." : "Nom...",
- "Error removing share" : "Erreur lors de l'arrêt du partage",
- "({scope})" : "({scope})",
- "Saving..." : "Enregistrement…",
- "Dismiss" : "Ignorer",
- "Your client should now be connected! You can close this window." : "Votre client devrait maintenant être connecté ! Vous pouvez fermer cette fenêtre.",
- "New Password" : "Nouveau mot de passe",
- "Cancel log in" : "Annuler l'authentification"
+ "Checking whether the database schema can be updated (this can take a long time depending on the database size)" : "Vérification de la possibilité de mettre à jour le schéma de la base de données (cela peut prendre un certain temps selon la taille de la base de données)",
+ "Checked database schema update" : "Mise à jour du schéma de la base de données vérifiée",
+ "Checking updates of apps" : "Recherche de mises à jour d'applications",
+ "Checking for update of app \"%s\" in appstore" : "Vérification de la présence d'une mise à jour pour l'application \"%s\" dans l'appstore",
+ "Update app \"%s\" from appstore" : "Mise à jour de l'application \"%s\" depuis l'appstore",
+ "Checked for update of app \"%s\" in appstore" : "Présence de mise à jour vérifiée pour l'application \"%s\" dans l'appstore",
+ "Checked database schema update for apps" : "Mise à jour du schéma de la base de données pour les applications vérifiée",
+ "Following apps have been disabled: %s" : "Les applications suivantes ont été désactivées : %s",
+ "Your web server is not properly set up to resolve \"{url}\". Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "La configuration du serveur web ne permet pas d'atteindre \"{url}\". Vous trouverez plus d'informations dans la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>.",
+ "Your web server is not properly set up to resolve \"{url}\". This is most likely related to a web server configuration that was not updated to deliver this folder directly. Please compare your configuration against the shipped rewrite rules in \".htaccess\" for Apache or the provided one in the documentation for Nginx at it's <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation page</a>. On Nginx those are typically the lines starting with \"location ~\" that need an update." : "Votre serveur web n'est pas proprement configuré pour résoudre \"{url}\". Ceci est probablement lié à une configuration du serveur web qui n'a pas été mise à jour pour délivrer directement ce dossier. Veuillez comparer votre configuration avec les règles ré-écrites dans \".htaccess\" pour Apache ou celles contenues dans la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation de Nginx</a>. Pour Nginx les lignes nécessitant une mise à jour sont typiquement celles débutant par \"location ~\".",
+ "Your web server is not properly set up to deliver .woff2 files. This is typically an issue with the Nginx configuration. For Nextcloud 15 it needs an adjustement to also deliver .woff2 files. Compare your Nginx configuration to the recommended configuration in our <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Votre serveur web n'est pas correctement configuré pour distribuer des fichiers .woff2. C'est une erreur fréquente de configuration Nginx. Pour Nextcloud 15, il est nécessaire de la régler pour les fichiers .woff2.\nComparer votre configuration Nginx avec la configuration recommandée dans notre <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>.",
+ "Please check the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">installation documentation ↗</a> for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "Veuillez consulter <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">la documentation d'installation ↗</a>pour savoir comment configurer PHP sur votre serveur, en particulier en cas d'utilisation de php-fpm.",
+ "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems. See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation ↗</a> for more information." : "Le verrouillage transactionnel de fichiers est désactivé. Cela peut causer des conflits en cas d'accès concurrent. Configurez 'filelocking.enabled' dans config.php pour éviter ces problèmes. Consultez la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation ↗</a> pour plus d'informations.",
+ "Last background job execution ran {relativeTime}. Something seems wrong." : "La dernière tâche de fond a fonctionné {relativeTime}. Quelque chose s'est mal passé.",
+ "Check the background job settings" : "Vérifier les paramètres des tâches de fond",
+ "No memory cache has been configured. To enhance performance, please configure a memcache, if available. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Aucun cache mémoire n'est configuré. Si possible, configurez un \"memcache\" pour améliorer les performances. Pour plus d'informations consultez la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>.",
+ "No suitable source for randomness found by PHP which is highly discouraged for security reasons. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Aucune source appropriée pour les aléas trouvée par PHP, ce qui est fortement déconseillé pour des raisons de sécurité. Vous trouverez plus d'informations dans la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>.",
+ "You are currently running PHP {version}. Upgrade your PHP version to take advantage of <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">performance and security updates provided by the PHP Group</a> as soon as your distribution supports it." : "Vous utilisez actuellement PHP {version}. Mettez à jour votre version de PHP afin de tirer avantage des améliorations liées à <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">la performance et la sécurité fournies par le PHP Group</a> dès que votre distribution le supportera.",
+ "The reverse proxy header configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If not, this is a security issue and can allow an attacker to spoof their IP address as visible to the Nextcloud. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "La configuration des entêtes du proxy inverse est incorrecte, ou vous accédez à Nextcloud depuis un proxy de confiance. Si vous n'êtes pas en train d’accéder à Nextcloud depuis un proxy de confiance, il y a un problème de sécurité qui peut permettre à un attaquant d'usurper l'adresse IP affichée à Nextcloud. Vous trouverez plus d'informations dans notre <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>.",
+ "Memcached is configured as distributed cache, but the wrong PHP module \"memcache\" is installed. \\OC\\Memcache\\Memcached only supports \"memcached\" and not \"memcache\". See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">memcached wiki about both modules</a>." : "\"memcached\" est configuré comme cache distribué, mais le mauvais module PHP \"memcache\" est installé. \\OC\\Memcache\\Memcached ne prend en charge que \"memcached\" et non \"memcache\". Consulter le <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">wiki de memcached à propos de ces deux modules</a>.",
+ "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">List of invalid files…</a> / <a href=\"{rescanEndpoint}\">Rescan…</a>)" : "Des fichiers n'ont pas passé la vérification d’intégrité. Vous trouverez plus d'information sur comment résoudre ce problème dans notre <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">Liste des fichiers invalides…</a> / <a href=\"{rescanEndpoint}\">Rescanner…</a>)",
+ "The PHP OPcache module is not loaded. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance it is recommended</a> to load it into your PHP installation." : "Le module PHP OPcache n'est pas disponible. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Pour de meilleures performances, il est recommandé</a> de l'activer dans votre installation de PHP.",
+ "The PHP OPcache is not properly configured. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance it is recommended</a> to use the following settings in the <code>php.ini</code>:" : "Le PHP OPcache n'est pas correctement configuré. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Pour de meilleure performance nous recommandons </a> d'utiliser les paramètres suivant dans le <code>php.ini</code> :",
+ "Some columns in the database are missing a conversion to big int. Due to the fact that changing column types on big tables could take some time they were not changed automatically. By running 'occ db:convert-filecache-bigint' those pending changes could be applied manually. This operation needs to be made while the instance is offline. For further details read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "Certaines colonnes de la base de données n'ont pas été converties en big int. Changer le type de colonne dans de grandes tables peu prendre beaucoup de temps, elles n'ont donc pas été converties automatiquement. En exécutant 'occ db:convert-filecache-bigint' ces changements en suspens peuvent être déclenchés manuellement. Cette opération doit être exécutée pendant que l'instance est hors ligne. Pour plus d'information, consulter <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">la page de la documentation</a>.",
+ "To migrate to another database use the command line tool: 'occ db:convert-type', or see the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation ↗</a>." : "Pour migrer vers un autre type de base de données, utilisez la ligne de commande : 'occ db:convert-type' ou consultez la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation ↗</a>.",
+ "Use of the the built in php mailer is no longer supported. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Please update your email server settings ↗<a/>." : "L'utilisation de la fonctionnalité d'envoi d'e-mails native de PHP n'est plus supportée. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Merci de mettre à jour les paramètres d'envoi d'e-mails de votre serveur ↗ <a/>",
+ "MySQL is used as database but does not support 4-byte characters. To be able to handle 4-byte characters (like emojis) without issues in filenames or comments for example it is recommended to enable the 4-byte support in MySQL. For further details read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "MySQL est utilisée comme base de données mais ne supporte pas les caractères codés sur 4 octets. Pour pouvoir manipuler les caractères sur 4 octets (comme les émoticônes) sans problème dans les noms de fichiers ou les commentaires par exemple, il est recommandé d'activer le support 4 octets dans MySQL. Pour plus de détails, lisez la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">page de documentation à ce sujet</a>",
+ "You are accessing your instance over a secure connection, however your instance is generating insecure URLs. This most likely means that you are behind a reverse proxy and the overwrite config variables are not set correctly. Please read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "Vous accédez à votre instance via une connexion sécurisée, pourtant celle-ci génère des URLs non sécurisées. Cela signifie probablement que vous êtes derrière un reverse-proxy et que les variables de réécriture ne sont pas paramétrées correctement. Merci de lire <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">la page de documentation à ce propos</a>. ",
+ "The \"{header}\" HTTP header is not set to \"{val1}\", \"{val2}\", \"{val3}\", \"{val4}\" or \"{val5}\". This can leak referer information. See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{link}\">W3C Recommendation ↗</a>." : "L'en-tête HTTP \"{header}\" n'est pas défini sur \"{val1}\", \"{val2}\", \"{val3}\", \"{val4}\" ou \"{val5}\". Cela peut entraîner une fuite d'informations. Veuillez voir les <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{link}\">recommandations du W3C ↗</a>.",
+ "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the <a href=\"{docUrl}\" rel=\"noreferrer noopener\">security tips ↗</a>." : "L'en-tête HTTP \"Strict-Transport-Security\" n'est pas configurée à au moins \"{seconds}\" secondes. Pour renforcer la sécurité, nous recommandons d'activer HSTS comme décrit dans nos <a href=\"{docUrl}\" rel=\"noreferrer noopener\">conseils de sécurisation ↗</a>.",
+ "Accessing site insecurely via HTTP. You are strongly advised to set up your server to require HTTPS instead, as described in the <a href=\"{docUrl}\">security tips ↗</a>." : "Accès non sécurisé au site via HTTP. Il est fortement conseillé de configurer votre serveur pour exiger HTTPS à la place, comme décrit dans les <a href=\"{docUrl}\">conseils de sécurité ↗</a>.",
+ "Continue to Nextcloud" : "Continuer sur Nextcloud",
+ "_The update was successful. Redirecting you to Nextcloud in %n second._::_The update was successful. Redirecting you to Nextcloud in %n seconds._" : ["La mise à jour est terminée. Vous allez être redirigé vers Nextcloud dans %n seconde.","La mise à jour est terminée. Vous allez être redirigé vers Nextcloud dans %n secondes."],
+ "Searching other places" : "Recherche en cours dans d'autres emplacements",
+ "No search results in other folders for {tag}{filter}{endtag}" : "Aucun résultat dans d'autres dossiers n'a été trouvé pour  {tag}{filter}{endtag}",
+ "_{count} search result in another folder_::_{count} search results in other folders_" : ["{count} résultat dans un autre dossier","{count} résultats dans d'autres dossiers"],
+ "A password reset message has been sent to the e-mail address of this account. If you do not receive it, check your spam/junk folders or ask your local administrator for help." : "Un e-mail de réinitialisation de mot de passe a été envoyé à l'adresse e-mail du compte. Si vous ne le recevez pas, vérifiez vos dossiers de courrier indésirable/pourriel/spam ou demandez de l'aide à votre administrateur local.",
+ "Password can not be changed. Please contact your administrator." : "Le mot de passe ne peut être modifié. Veuillez contacter votre administrateur.",
+ "Could not fetch list of apps from the app store." : "Impossible de récupérer la liste des applications depuis l'app store.",
+ "Nextcloud {app}" : "Nextcloud {app}",
+ "Can't install this app because it is not compatible" : "Impossible d'installer cette appli car elle n'est pas compatible",
+ "Can't install this app" : "Impossible d'installer cette appli",
+ "These apps will be updated:" : "Les applications suivantes seront mises à jour :",
+ "For more details see the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Pour plus de détails consultez la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>."
},"pluralForm" :"nplurals=2; plural=(n > 1);"
} \ No newline at end of file
diff --git a/core/l10n/gl.js b/core/l10n/gl.js
index 5703e6004bd..fdeb1540381 100644
--- a/core/l10n/gl.js
+++ b/core/l10n/gl.js
@@ -14,12 +14,13 @@ OC.L10N.register(
"No crop data provided" : "Non indicou como recortar",
"No valid crop data provided" : "Os datos cortados fornecidos non son válidos",
"Crop is not square" : "O corte non é cadrado",
- "State token does not match" : "A marca de estado non coincide",
+ "State token does not match" : "O testemuño de estado non coincide",
+ "Invalid app password" : "Contrasinal da aplicación incorrecto ",
"Could not complete login" : "Non foi posíbel completar o acceso",
- "Your login token is invalid or has expired" : "A súa marca de acceso non é válida ou caducou",
+ "Your login token is invalid or has expired" : "O seu testemuño de acceso non é válido ou caducou",
"Password reset is disabled" : "O restabelecemento de contrasinal está desactivado",
- "Couldn't reset password because the token is invalid" : "Non foi posíbel restabelecer o contrasinal, a marca non é correcta",
- "Couldn't reset password because the token is expired" : "Non foi posíbel restabelecer o contrasinal, a marca está caducada",
+ "Couldn't reset password because the token is invalid" : "Non foi posíbel restabelecer o contrasinal, o testemuño non é correcto",
+ "Couldn't reset password because the token is expired" : "Non foi posíbel restabelecer o contrasinal, o testemuño está caducado",
"%s password reset" : "Restabelecer o contrasinal %s",
"Password reset" : "Restabelecer o contrasinal",
"Click the following button to reset your password. If you have not requested the password reset, then ignore this email." : "Prema no seguinte botón para restabelecer o seu contrasinal. Se vostede non solicitou o restabelecemento do contrasinal, entón ignore este correo.",
@@ -28,6 +29,8 @@ OC.L10N.register(
"Nextcloud Server" : "Servidor do Nextcloud",
"Some of your link shares have been removed" : "Elimináronse algunhas das súas ligazóns de compartición",
"Due to a security bug we had to remove some of your link shares. Please see the link for more information." : "Por mor dun erro de seguridade tivemos que eliminar algunhas das súas ligazóns de compartición. Vexa a ligazón para obter máis información.",
+ "The user limit of this instance is reached." : "Acadouse o límite de usuarios desta instancia.",
+ "Enter your subscription key to increase the user limit. For more information about Nextcloud Enterprise see our website." : "Introduza a súa clave de subscrición para aumentar o límite de usuarios. Para obter máis información sobre Nextcloud Enterprise, consulte o noso sitio web.",
"Preparing update" : "Preparando a actualización",
"[%d / %d]: %s" : "[%d / %d]: %s",
"Repair step:" : "Paso do arranxo:",
@@ -41,76 +44,67 @@ OC.L10N.register(
"Maintenance mode is kept active" : "Mantense activo o modo de mantemento",
"Updating database schema" : "Actualizando o esquema da base de datos",
"Updated database" : "Base de datos actualizada",
- "Checking whether the database schema can be updated (this can take a long time depending on the database size)" : "Comprobar se é posíbel actualizar o esquema da base de datos (isto pode levar bastante tempo, dependendo do tamaño da base de datos)",
- "Checked database schema update" : "Comprobada a actualización do esquema da base de datos",
- "Checking updates of apps" : "Comprobando a actualización de aplicacións",
- "Checking for update of app \"%s\" in appstore" : "Comprobando a actualización da aplicación «%s» na tenda de aplicacións",
- "Update app \"%s\" from appstore" : "Actualizado a aplicación «%s» dende a tenda de aplicacións",
- "Checked for update of app \"%s\" in appstore" : "Comprobada a actualización da aplicación «%s» na tenda de aplicacións",
"Checking whether the database schema for %s can be updated (this can take a long time depending on the database size)" : "Comprobar se é posíbel actualizar o esquema da base de datos para %s (isto pode levar bastante tempo, dependendo do tamaño da base de datos)",
- "Checked database schema update for apps" : "Comprobada a actualización do esquema da base de datos para aplicacións",
"Updated \"%1$s\" to %2$s" : "Actualizado «%1$s» a %2$s",
"Set log level to debug" : "Estabelecer o nivel do rexistro na depuración",
"Reset log level" : "Restabelecer o nivel do rexistro",
"Starting code integrity check" : "Comezando a comprobación da integridade do código",
"Finished code integrity check" : "Rematada a comprobación da integridade do código",
"%s (incompatible)" : "%s (incompatíbel)",
- "Following apps have been disabled: %s" : "As seguintes aplicacións foron desactivadas: %s",
+ "The following apps have been disabled: %s" : "As seguintes aplicacións foron desactivadas: %s",
"Already up to date" : "Xa está actualizado",
"Your web server is not yet properly set up to allow file synchronization, because the WebDAV interface seems to be broken." : "O servidor aínda non está configurado correctamente para permitir a sincronización de ficheiros, semella que a interface WebDAV non está a funcionar.",
- "Your web server is not properly set up to resolve \"{url}\". Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "O servidor non está configurado correctamente para resolver «{url}». Pode atopar máis información na nosa <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">documentación</a>.",
- "Your web server is not properly set up to resolve \"{url}\". This is most likely related to a web server configuration that was not updated to deliver this folder directly. Please compare your configuration against the shipped rewrite rules in \".htaccess\" for Apache or the provided one in the documentation for Nginx at it's <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation page</a>. On Nginx those are typically the lines starting with \"location ~\" that need an update." : "O servidor web non está configurado correctamente para resolver «{url}». O máis probábel é que isto estea relacionado cunha configuración do servidor web que non se actualizou para entregar directamente este cartafol. Compare a configuración contra as regras de reescritura enviadas en «.htaccess» para Apache ou a fornecida na documentación de Nginx na súa <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">páxina de documentación</a>. En Nginx estas normalmente son as liñas que comezan por «location ~» que precisan unha actualización.",
- "Your web server is not properly set up to deliver .woff2 files. This is typically an issue with the Nginx configuration. For Nextcloud 15 it needs an adjustement to also deliver .woff2 files. Compare your Nginx configuration to the recommended configuration in our <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "O servidor web non está configurado correctamente para fornecer ficheiros .woff2. Isto é un incidente frecuente en configuracións de Nginx. Para Nextcloud 15 necesita un axuste para fornecer ficheiros .woff2. Compare a súa configuración do Nginx coa configuración recomendada na nosa <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentación</a>.",
+ "Your web server is not properly set up to resolve \"{url}\". Further information can be found in the {linkstart}documentation ↗{linkend}." : "O servidor non está configurado correctamente para resolver «{url}». Pode atopar máis información na nosa {linkstart}documentación ↗{linkend}.",
+ "Your web server is not properly set up to resolve \"{url}\". This is most likely related to a web server configuration that was not updated to deliver this folder directly. Please compare your configuration against the shipped rewrite rules in \".htaccess\" for Apache or the provided one in the documentation for Nginx at it's {linkstart}documentation page ↗{linkend}. On Nginx those are typically the lines starting with \"location ~\" that need an update." : "O servidor web non está configurado correctamente para resolver «{url}». O máis probábel é que isto estea relacionado cunha configuración do servidor web que non se actualizou para entregar directamente este cartafol. Compare a configuración contra as regras de reescritura enviadas en «.htaccess» para Apache ou a fornecida na documentación de Nginx na súa {linkstart}páxina de documentación ↗{linkend}. En Nginx estas normalmente son as liñas que comezan por «location ~» que precisan unha actualización.",
+ "Your web server is not properly set up to deliver .woff2 files. This is typically an issue with the Nginx configuration. For Nextcloud 15 it needs an adjustement to also deliver .woff2 files. Compare your Nginx configuration to the recommended configuration in our {linkstart}documentation ↗{linkend}." : "O servidor web non está configurado correctamente para fornecer ficheiros .woff2. Isto é un incidente frecuente en configuracións de Nginx. Para Nextcloud 15 necesita un axuste para fornecer ficheiros .woff2. Compare a súa configuración do Nginx coa configuración recomendada na nosa {linkstart}documentación ↗{linkend}.",
"PHP does not seem to be setup properly to query system environment variables. The test with getenv(\"PATH\") only returns an empty response." : "Semella que PHP non está configurado correctamente para consultar as variábeis de contorno do sistema. A proba con getenv(\"PATH\") só devolve unha resposta baleira.",
- "Please check the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">installation documentation ↗</a> for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "Revise a <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentación de instalación ↗</a> para as notas de configuración PHP e a configuración PHP do seu servidor, especialmente cando se está a empregar php-fpm",
+ "Please check the {linkstart}installation documentation ↗{linkend} for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "Revise a {linkstart}documentación de instalación ↗{linkend} para as notas de configuración de PHP e a configuración do PHP no seu servidor, especialmente cando se está a empregar php-fpm",
"The read-only config has been enabled. This prevents setting some configurations via the web-interface. Furthermore, the file needs to be made writable manually for every update." : "Foi activada a restrición da configuración a só lectura. Isto impide o estabelecemento dalgunhas configuracións a través da interface web. Ademais, ten que facer escribíbel manualmente o ficheiro para cada actualización.",
"Your database does not run with \"READ COMMITTED\" transaction isolation level. This can cause problems when multiple actions are executed in parallel." : "A súa base de datos non se executa co nivel de illamento de transacción «READ COMMITTED» . Isto pode causar problemas cando se executan múltiples accións en paralelo.",
"The PHP module \"fileinfo\" is missing. It is strongly recommended to enable this module to get the best results with MIME type detection." : "Non se atopou o módulo de PHP «fileinfo». É recomendase encarecidamente activar este módulo para obter os mellores resultados coa detección do tipo MIME.",
- "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems. See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation ↗</a> for more information." : "O bloqueo de ficheiros transaccionais está desactivado, isto podería levar a incidentes baixo certas condicións. Active «filelocking.enabled» en «config.php» para evitar eses problemas. Vexa a <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentación ↗</a> para obter máis información.",
+ "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems. See the {linkstart}documentation ↗{linkend} for more information." : "O bloqueo de ficheiros transaccionais está desactivado, isto podería levar a problemas baixo certas condicións. Active «'filelocking.enabled» en «config.php» para evitar eses problemas. Vexa a {linkstart}documentación ↗{linkend} para obter máis información.",
"If your installation is not installed at the root of the domain and uses system cron, there can be issues with the URL generation. To avoid these problems, please set the \"overwrite.cli.url\" option in your config.php file to the webroot path of your installation (suggestion: \"{suggestedOverwriteCliURL}\")" : "Se a instalación no está feita na raíz do dominio e usa o sistema cron, pode haber incidencias coa xeración de URL. Para evitar estes problemas, axuste a opción «overwrite.cli.url» no seu ficheiro «config.php» á ruta webroot da instalación (suxestión: \"{suggestedOverwriteCliURL}\")",
+ "Your installation has no default phone region set. This is required to validate phone numbers in the profile settings without a country code. To allow numbers without a country code, please add \"default_phone_region\" with the respective {linkstart}ISO 3166-1 code ↗{linkend} of the region to your config file." : "A súa instalación non ten definida a rexión telefónica predeterminada. Isto é necesario para validar os números de teléfono na configuración do perfil sen un código de país. Para permitir números sen código de país, engada «default_phone_region» co respectivo {linkstart}código ISO 3166-1 ↗{linkend} da rexión ao seu ficheiro de configuración.",
"It was not possible to execute the cron job via CLI. The following technical errors have appeared:" : "Non foi posíbel executar a tarefa de cron programada mediante a liña de ordes. Atopáronse os seguintes erros técnicos: ",
- "Last background job execution ran {relativeTime}. Something seems wrong." : "Última execución da tarefa de cron {relativeTime}. Semella que algo vai mal.",
- "Check the background job settings" : "Revise os axustes do traballo en segundo plano",
+ "Last background job execution ran {relativeTime}. Something seems wrong. {linkstart}Check the background job settings ↗{linkend}." : "Última execución da tarefa de cron {relativeTime}. Semella que algo vai mal. {linkstart}Comprobe os axustes do traballo en segundo plano ↗{linkend}.",
"This server has no working Internet connection: Multiple endpoints could not be reached. This means that some of the features like mounting external storage, notifications about updates or installation of third-party apps will not work. Accessing files remotely and sending of notification emails might not work, either. Establish a connection from this server to the Internet to enjoy all features." : "Este servidor non ten conexión activa a Internet. Non foi posíbel estabelecer varias conexións. Isto significa que algunhas características como a montaxe do almacenamento externo, as notificacións sobre actualizacións ou a instalación de engadidos de terceiros non funcionarán. Así mesmo, o acceso remoto a ficheiros e enviar correos de notificación poderían non funcionar. Estabeleza unha conexión do servidor a Internet para gozar todas as características.",
- "No memory cache has been configured. To enhance performance, please configure a memcache, if available. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "A memoria caché non foi configurada. Para mellorar o rendemento, configure unha «memcache» se está dispoñíbel. Pode atopar máis información na nosa <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentación</a>.",
- "No suitable source for randomness found by PHP which is highly discouraged for security reasons. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "PHP non atopa unha fonte de aleatoriedade, isto altamente desaconsellado por razóns de seguridade. Pode atopar máis información na nosa <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentación</a>.",
- "You are currently running PHP {version}. Upgrade your PHP version to take advantage of <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">performance and security updates provided by the PHP Group</a> as soon as your distribution supports it." : "Actualmente está a empregar PHP {version}. Actualice a versión de PHP para beneficiarse das <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">melloras de rendemento e seguridade que aporta PHP Group</a> tan cedo como a súa distribución o admita. ",
- "Nextcloud 19 is the last release supporting PHP 7.2. Nextcloud 20 requires at least PHP 7.3." : "Nextcloud 19 é a última versión que admite PHP 7.2. Nextcloud 20 require polo menos PHP 7.3.",
- "The reverse proxy header configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If not, this is a security issue and can allow an attacker to spoof their IP address as visible to the Nextcloud. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "A configuración de cabeceiras do proxy inverso é incorrecta, ou vostede está accedendo a Nextcloud dende un proxy no que confía. Se non, isto é un incidente de seguridade que pode permitir a un atacante disfrazar o seu enderezo IP como visíbel para Nextcloud. Pode atopar máis información na nosa <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentación</a>.",
- "Memcached is configured as distributed cache, but the wrong PHP module \"memcache\" is installed. \\OC\\Memcache\\Memcached only supports \"memcached\" and not \"memcache\". See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">memcached wiki about both modules</a>." : "Memcached está configurado como caché distribuído, pero está instalado o módulo PHP incorrecto «memcache». \\OC\\Memcache\\Memcached só admite «memcached» e non «memcache». Consulte a <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">wiki de memcached sobre os dous módulos</a>.",
- "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">List of invalid files…</a> / <a href=\"{rescanEndpoint}\">Rescan…</a>)" : "Algúns ficheiros non superaron a comprobación de integridade. Pode atopar máis información sobre como resolver este incidente na nosa <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentación</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">Lista de ficheiros incorrectos…</a> / <a href=\"{rescanEndpoint}\">Volver analizar…</a>)",
- "The PHP OPcache module is not loaded. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance it is recommended</a> to load it into your PHP installation." : "OPcache de PHP non está configurado correctamente. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Para mellorar o rendemento recomendamose</a> cargalo na súa instalación de PHP.",
- "The PHP OPcache is not properly configured. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance it is recommended</a> to use the following settings in the <code>php.ini</code>:" : "OPcache de PHP non está configurado correctamente. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Para mellorar o rendemento recomendase</a> usar os seguintes axustes en <code>php.ini</code>:",
+ "No memory cache has been configured. To enhance performance, please configure a memcache, if available. Further information can be found in the {linkstart}documentation ↗{linkend}." : "A memoria caché non foi configurada. Para mellorar o rendemento, configure unha «memcache» se está dispoñíbel. Pode atopar máis información na nosa {linkstart}documentación ↗{linkend}.",
+ "No suitable source for randomness found by PHP which is highly discouraged for security reasons. Further information can be found in the {linkstart}documentation ↗{linkend}." : "PHP non atopa unha fonte de aleatoriedade, isto está moi desaconsellado por razóns de seguridade. Pode atopar máis información na nosa {linkstart}documentación ↗{linkend}.",
+ "You are currently running PHP {version}. Upgrade your PHP version to take advantage of {linkstart}performance and security updates provided by the PHP Group ↗{linkend} as soon as your distribution supports it." : "Actualmente está a empregar PHP {version}. Anove a versión de PHP para beneficiarse das {linkstart}melloras de rendemento e seguridade que aporta PHP Group ↗{linkend} tan cedo como a súa distribución o admita. ",
+ "Nextcloud 20 is the last release supporting PHP 7.2. Nextcloud 21 requires at least PHP 7.3." : "Nextcloud 20 é a última versión que admite PHP 7.2. Nextcloud 21 require polo menos PHP 7.3.",
+ "The reverse proxy header configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If not, this is a security issue and can allow an attacker to spoof their IP address as visible to the Nextcloud. Further information can be found in the {linkstart}documentation ↗{linkend}." : "A configuración de cabeceiras do proxy inverso é incorrecta, ou vostede está accedendo a Nextcloud dende un proxy no que confía. Se non, isto é un incidente de seguridade que pode permitir a un atacante disfrazar o seu enderezo IP como visíbel para Nextcloud. Pode atopar máis información na nosa {linkstart}documentación ↗{linkend}.",
+ "Memcached is configured as distributed cache, but the wrong PHP module \"memcache\" is installed. \\OC\\Memcache\\Memcached only supports \"memcached\" and not \"memcache\". See the {linkstart}memcached wiki about both modules ↗{linkend}." : "Memcached está configurado como caché distribuído, pero está instalado o módulo PHP incorrecto «memcache». \\OC\\Memcache\\Memcached só admite «memcached» e non «memcache». Consulte a {linkstart}wiki de memcached sobre os dous módulos ↗{linkend}.",
+ "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in the {linkstart1}documentation ↗{linkend}. ({linkstart2}List of invalid files…{linkend} / {linkstart3}Rescan…{linkend})" : "Algúns ficheiros non superaron a comprobación de integridade. Pode atopar máis información sobre como resolver este problema na nosa {linkstart1}documentación ↗{linkend}. ({linkstart2}Lista de ficheiros incorrectos…{linkend} / {linkstart3}Volver analizar…{linkend})",
+ "The PHP OPcache module is not loaded. {linkstart}For better performance it is recommended ↗{linkend} to load it into your PHP installation." : "OPcache de PHP non está configurado correctamente. {linkstart}Para mellorar o rendemento recomendamoslle ↗{linkend} cargalo na súa instalación de PHP.",
+ "The PHP OPcache module is not properly configured. {linkstart}For better performance it is recommended ↗{linkend} to use the following settings in the <code>php.ini</code>:" : "OPcache de PHP non está configurado correctamente. {linkstart}Para mellorar o rendemento recomendase ↗{linkend} usar os seguintes axustes en <code>php.ini</code>:",
"The PHP function \"set_time_limit\" is not available. This could result in scripts being halted mid-execution, breaking your installation. Enabling this function is strongly recommended." : "A función PHP «set_limit_time» non está dispoñíbel. Isto podería facer que o script fose rematado na metade da execución, quebrando a instalación. Recomendámoslle encarecidamente que active esta función.",
"Your PHP does not have FreeType support, resulting in breakage of profile pictures and the settings interface." : "O seu PHP non é compatíbel con FreeType, o que supón a quebra das imaxes do perfil e a interface dos axustes.",
- "Missing index \"{indexName}\" in table \"{tableName}\"." : "Perdeuse o índice «{indexName}» na táboa «{tableName}».",
+ "Missing index \"{indexName}\" in table \"{tableName}\"." : "Falta o índice «{indexName}» na táboa «{tableName}».",
"The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "Á base de datos fáltanlle algúns índices. Por mor de que engadir os índices podería levar moito non foron engadidos automaticamente. Estes índices perdidos poden engadirse manualmente mentres siga funcionando a instancia, executando «occ db:add-missing-indices». Una vez se teñan engadidos os índices, as consultas a esas táboas adoitan ser moito máis rápidas.",
+ "Missing primary key on table \"{tableName}\"." : "Falta a clave primaria na táboa «{tableName}».",
+ "The database is missing some primary keys. Due to the fact that adding primary keys on big tables could take some time they were not added automatically. By running \"occ db:add-missing-primary-keys\" those missing primary keys could be added manually while the instance keeps running." : "Faltan algunhas claves primarias na base de datos. Por mor do feito de que a adición de claves primarias en táboas grandes podería levar algún tempo, non se engadiron automaticamente. Ao executar «occ db:add-missing-primary-keys», esas claves primarias que faltan poderían engadirse manualmente mentres a instancia segue funcionando.",
+ "Missing optional column \"{columnName}\" in table \"{tableName}\"." : "Falta a columna opcional «{columnName}» na táboa «{tableName}».",
+ "The database is missing some optional columns. Due to the fact that adding columns on big tables could take some time they were not added automatically when they can be optional. By running \"occ db:add-missing-columns\" those missing columns could be added manually while the instance keeps running. Once the columns are added some features might improve responsiveness or usability." : "Á base de datos fáltanlle algunhas columnas opcionais. Por moe de que engadir columnas a grandes táboas podería levar moito tempo non foron engadidas automaticamente cando poden ser opcionais. Estas columnas poden engadirse manualmente mentres siga funcionando a instancia, executando «occ db:add-missing-columns». Unha vez se teñan engadidas as columnas, algunhas características poden mellorar a resposta ou a usabilidade.",
"This instance is missing some recommended PHP modules. For improved performance and better compatibility it is highly recommended to install them." : "A esta instancia fáltanlle algúns módulos PHP recomendados. Para mellorar o rendemento e aumentar a compatibilidade, recomendase encarecidamente instalalos.",
- "Some columns in the database are missing a conversion to big int. Due to the fact that changing column types on big tables could take some time they were not changed automatically. By running 'occ db:convert-filecache-bigint' those pending changes could be applied manually. This operation needs to be made while the instance is offline. For further details read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "A algunhas columnas fáltalles a conversión a enteiro grande. Por mor de que cambiar os tipos de columnas en táboas grandes podería levar moito tempo non se modificaron automaticamente. Pódense aplicar manualmente estes cambios pendentes executando «occ db: convert-filecache-bigint». Esta operación ten que ser feita mentres a instancia está sen conexión. Para obter máis información, lea <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">a páxina de documentación sobre isto</a>.",
+ "Module php-imagick in this instance has no SVG support. For better compatibility it is recommended to install it." : "O módulo php-imagick nesta instancia non ten soporte SVG. Para unha mellor compatibilidade recoméndase instalalo.",
+ "Some columns in the database are missing a conversion to big int. Due to the fact that changing column types on big tables could take some time they were not changed automatically. By running 'occ db:convert-filecache-bigint' those pending changes could be applied manually. This operation needs to be made while the instance is offline. For further details read {linkstart}the documentation page about this ↗{linkend}." : "A algunhas columnas fáltalles a conversión a enteiro grande. Por mor de que cambiar os tipos de columnas en táboas grandes podería levar moito tempo non se modificaron automaticamente. Pódense aplicar manualmente estes cambios pendentes executando «occ db:convert-filecache-bigint'». Esta operación ten que ser feita mentres a instancia está sen conexión. Para obter máis información, lea {linkstart}a páxina de documentación sobre isto ↗{linkend}",
"SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend." : "Actualmente empregase SQLite como infraestrutura da base de datos. Para instalacións máis grandes recomendámoslle que cambie a unha infraestrutura de base de datos diferente.",
"This is particularly recommended when using the desktop client for file synchronisation." : "Isto está especialmente recomendado cando se utiliza o cliente de escritorio para a sincronización de ficheiros.",
- "To migrate to another database use the command line tool: 'occ db:convert-type', or see the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation ↗</a>." : "Para migrar a outra base de datos use a ferramenta de liña de ordes «occ db:convert-type» ou vexa a <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentación ↗</a>.",
- "Use of the the built in php mailer is no longer supported. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Please update your email server settings ↗<a/>." : "O uso do correo incorporado de php xa non está admitido. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Actualice os axustes do seu servidor de correo ↗<a/>.",
+ "To migrate to another database use the command line tool: 'occ db:convert-type', or see the {linkstart}documentation ↗{linkend}." : "Para migrar a outra base de datos use a ferramenta de liña de ordes «occ db:convert-type» ou vexa a {linkstart}documentación ↗{linkend}.",
"The PHP memory limit is below the recommended value of 512MB." : "O límite de memoria de PHP está por baixo do valor recomendado de 512 MB.",
"Some app directories are owned by a different user than the web server one. This may be the case if apps have been installed manually. Check the permissions of the following app directories:" : "Algúns directorios de aplicacións son propiedade dun usuario diferente do usuario do servidor web. Este pode ser o caso se se instalaron aplicacións manualmente. Comprobe os permisos dos seguintes directorios de aplicacións:",
- "MySQL is used as database but does not support 4-byte characters. To be able to handle 4-byte characters (like emojis) without issues in filenames or comments for example it is recommended to enable the 4-byte support in MySQL. For further details read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "Empregase MySQL como base de datos mais non admite caracteres de 4 bytes. Para poder manexar caracteres de 4 bytes (coma «emojis») sen problemas nos nomes de ficheiro ou comentarios por exemplo, recoméndase activar a compatibilidade de 4 bytes en MySQL. Para obter máis información, lea <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">a páxina de documentación sobre isto</a>.",
+ "MySQL is used as database but does not support 4-byte characters. To be able to handle 4-byte characters (like emojis) without issues in filenames or comments for example it is recommended to enable the 4-byte support in MySQL. For further details read {linkstart}the documentation page about this ↗{linkend}." : "Empregase MySQL como base de datos mais non admite caracteres de 4 bytes. Para poder manexar caracteres de 4 bytes (coma «emojis») sen problemas nos nomes de ficheiro ou comentarios por exemplo, recoméndase activar a compatibilidade de 4 bytes en MySQL. Para obter máis información, lea {linkstart}a páxina de documentación sobre isto ↗{linkend}.",
"This instance uses an S3 based object store as primary storage. The uploaded files are stored temporarily on the server and thus it is recommended to have 50 GB of free space available in the temp directory of PHP. Check the logs for full details about the path and the available space. To improve this please change the temporary directory in the php.ini or make more space available in that path." : "Esta instancia emprega un almacén de obxectos baseada en S3 como almacenamento primario. Os ficheiros enviados almacénanse temporalmente no servidor e, polo tanto, recoméndase dispor de 50 GB de espazo libre no directorio temporal de PHP. Comprobe os rexistros para obter máis detalles sobre a ruta e o espazo dispoñíbel. Para mellorar isto, cambie o directorio temporal no php.ini ou habilite máis espazo dispoñíbel nesta ruta.",
- "You are accessing your instance over a secure connection, however your instance is generating insecure URLs. This most likely means that you are behind a reverse proxy and the overwrite config variables are not set correctly. Please read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "Está a acceder á súa instancia a través dunha conexión segura, porén a súa instancia está a xerar URL inseguros. Isto probabelmente significa que está detrás dun proxy inverso e que as variábeis de configuración de sobreescritura non están configuradas correctamente. Lea a <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">páxina de documentación sobre isto</a>.",
+ "You are accessing your instance over a secure connection, however your instance is generating insecure URLs. This most likely means that you are behind a reverse proxy and the overwrite config variables are not set correctly. Please read {linkstart}the documentation page about this ↗{linkend}." : "Está a acceder á súa instancia a través dunha conexión segura, porén a súa instancia está a xerar URL inseguros. Isto probabelmente significa que está detrás dun proxy inverso e que as variábeis de configuración de sobrescritura non están configuradas correctamente. Lea a {linkstart}páxina de documentación sobre isto ↗{linkend}.",
"Error occurred while checking server setup" : "Aconteceu un erro mentras se comprobaba a configuración do servidor",
+ "For more details see the {linkstart}documentation ↗{linkend}." : "Para obter máis detalles revise a {linkstart}documentación ↗{linkend}.",
"Your data directory and files are probably accessible from the Internet. The .htaccess file is not working. It is strongly recommended that you configure your web server so that the data directory is no longer accessible, or move the data directory outside the web server document root." : "O directorio de datos e os seus ficheiros probabelmente son accesíbeis dende a Internet. O ficheiro .htaccess non funciona. Recoméndase encarecidamente configurar o seu servidor web para que o directorio de datos deixe de ser accesíbel ou que mova o directorio de datos fora da raíz do documento do servidor web.",
"The \"{header}\" HTTP header is not set to \"{expected}\". This is a potential security or privacy risk, as it is recommended to adjust this setting accordingly." : "A cabeceira HTTP «{header}» non está definida como «{expected}». Este é un risco de seguridade ou privacidade potencial, xa que se recomenda axustar esta opción en consecuencia.",
"The \"{header}\" HTTP header is not set to \"{expected}\". Some features might not work correctly, as it is recommended to adjust this setting accordingly." : "A cabeceira HTTP «{header}» non está definida como «{expected}». É posíbel que algunhas funcións non traballen correctamente, xa que se recomenda axustar esta opción en consecuencia.",
"The \"{header}\" HTTP header doesn't contain \"{expected}\". This is a potential security or privacy risk, as it is recommended to adjust this setting accordingly." : "A cabeceira HTTP «{header}» non contén «{expected}». Este é un risco de seguridade ou privacidade potencial, xa que se recomenda axustar esta opción en consecuencia.",
- "The \"{header}\" HTTP header is not set to \"{val1}\", \"{val2}\", \"{val3}\", \"{val4}\" or \"{val5}\". This can leak referer information. See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{link}\">W3C Recommendation ↗</a>." : "A cabeceira HTTP «{header}» non está configurada como «{val1}», «{val2}», «{val3}», «{val4}» ou «{val5}». Isto pode filtrar información de referencia. Vexa a <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{link}\">recomendación do W3C ↗</a>.",
- "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the <a href=\"{docUrl}\" rel=\"noreferrer noopener\">security tips ↗</a>." : "A cabeceira HTTP «Strict-Transport-Security» non está configurada a polo menos «{seconds}» segundos. Para mellorar a seguridade recomendámoslle activar HSTS tal e como se describe nos <a href=\"{docUrl}\" rel=\"noreferrer noopener\">consellos de seguridade ↗</a>.",
- "Accessing site insecurely via HTTP. You are strongly advised to set up your server to require HTTPS instead, as described in the <a href=\"{docUrl}\">security tips ↗</a>." : "Estase accedendo ao sitio de forma insegura mediante HTTP. Recoméndase encarecidamente configurar o servidor para que requira HTTPS, tal e como se describe nos <a href=\"{docUrl}\">consellos de seguridade ↗</a>.",
- "Non-existing tag #{tag}" : "A etiqueta #{tag} non existe",
- "restricted" : "restrinxido",
- "invisible" : "invisíbel",
- "Delete" : "Eliminar",
- "Rename" : "Renomear",
- "Collaborative tags" : "Etiquetas colaborativas",
- "No tags found" : "Non se atoparon etiquetas",
+ "The \"{header}\" HTTP header is not set to \"{val1}\", \"{val2}\", \"{val3}\", \"{val4}\" or \"{val5}\". This can leak referer information. See the {linkstart}W3C Recommendation ↗{linkend}." : "A cabeceira HTTP «{header}» non está configurada como «{val1}», «{val2}», «{val3}», «{val4}» ou «{val5}». Isto pode filtrar información de referencia. Vexa a {linkstart}recomendación do W3C ↗{linkend}.",
+ "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the {linkstart}security tips ↗{linkend}." : "A cabeceira HTTP «Strict-Transport-Security» non está configurada a polo menos «{seconds}» segundos. Para mellorar a seguridade recomendámoslle activar HSTS tal e como se describe nos {linkstart}consellos de seguridade ↗{linkend}.",
+ "Accessing site insecurely via HTTP. You are strongly advised to set up your server to require HTTPS instead, as described in the {linkstart}security tips ↗{linkend}." : "Estase accedendo ao sitio de forma insegura mediante HTTP. Recoméndase encarecidamente configurar o servidor para que requira HTTPS, tal e como se describe nos {linkstart}consellos de seguridade ↗{linkend}.",
"unknown text" : "texto descoñecido",
"Hello world!" : "Ola xente!",
"sunny" : "soleado",
@@ -123,50 +117,55 @@ OC.L10N.register(
"Update to {version}" : "Actualizar a {version}",
"An error occurred." : "Produciuse un erro",
"Please reload the page." : "Volva cargar a páxina.",
- "The update was unsuccessful. For more information <a href=\"{url}\">check our forum post</a> covering this issue." : "Fallou a actualización. Obteña máis información <a href=\"{url}\">consultando o noso artigo no foro</a> para arranxar este incidente.",
- "The update was unsuccessful. Please report this issue to the <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">Nextcloud community</a>." : "Fallou a actualización. Informe deste incidente na <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">comunidade de Nextcloud</a>.",
- "Continue to Nextcloud" : "Continuar para Nextcloud",
- "_The update was successful. Redirecting you to Nextcloud in %n second._::_The update was successful. Redirecting you to Nextcloud in %n seconds._" : ["A actualización foi satisfactoria. Redireccionandoo cara Nextcloud en %n segundo.","A actualización foi satisfactoria. Redireccionandoo cara ao Nextcloud en %n segundos."],
- "Searching other places" : "Buscando noutros lugares",
- "No search results in other folders for {tag}{filter}{endtag}" : "Non foi posíbel atopar resultados de busca noutros cartafoles para {tag}{filter}{endtag}",
- "_{count} search result in another folder_::_{count} search results in other folders_" : ["{count} resultado de busca noutro cartafol","{count} resultados de busca noutros cartafoles"],
+ "The update was unsuccessful. For more information <a href=\"{url}\">check our forum post</a> covering this issue." : "Fallou a actualización. Obteña máis información <a href=\"{url}\">consultando o noso artigo no foro</a> para arranxar esta incidencia.",
+ "The update was unsuccessful. Please report this issue to the <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">Nextcloud community</a>." : "Fallou a actualización. Informe desta incidencia na <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">comunidade de Nextcloud</a>.",
+ "Log in" : "Acceder",
+ "Logging in …" : "Acceder…",
"Server side authentication failed!" : "A autenticación fracasou do lado do servidor!",
"Please contact your administrator." : "Contacte co administrador.",
"An internal error occurred." : "Produciuse un erro interno",
"Please try again or contact your administrator." : "Ténteo de novo ou póñase en contacto co administrador.",
"Username or email" : "Nome de usuario ou correo",
"Password" : "Contrasinal",
- "Log in" : "Acceder",
- "Logging in …" : "Acceder…",
"Wrong username or password." : "Nome de usuario ou contrasinal incorrecto",
"User disabled" : "Usuario desactivado",
"We have detected multiple invalid login attempts from your IP. Therefore your next login is throttled up to 30 seconds." : "Detectamos varias tentativas de acceso non válidas dende o seu IP. Por mor diso, o seu próximo acceso será demorado ata 30 segundos",
+ "Your account is not setup for passwordless login." : "A súa conta non está configurada para o acceso sen contrasinal.",
+ "Passwordless authentication is not supported in your browser." : "O seu navegador non admite a autenticación sen contrasinal.",
+ "Passwordless authentication is only available over a secure connection." : "A autenticación sen contrasinal só está dispoñíbel nunha conexión segura.",
"Reset password" : "Restabelecer o contrasinal",
- "A password reset message has been sent to the e-mail address of this account. If you do not receive it, check your spam/junk folders or ask your local administrator for help." : "Enviouse unha mensaxe de restablecemento do contrasinal ao enderezo de correo electrónico desta conta. Se non o recibe, comprobe os seus cartafoles de correo lixo ou pregunte ao seu administrador local.",
"If it is not there ask your local administrator." : "Se non existe, pregúntelle ao seu administrador local.",
"Couldn't send reset email. Please contact your administrator." : "Non foi posíbel enviar o correo do restabelecemento. Póñase en contacto co administrador.",
- "Password can not be changed. Please contact your administrator." : "Non é posíbel cambiar o contrasinal. Póñase en contacto co administrador.",
"Back to login" : "Volver ao acceso",
"New password" : "Novo contrasinal",
"Your files are encrypted. There will be no way to get your data back after your password is reset. If you are not sure what to do, please contact your administrator before you continue. Do you really want to continue?" : "Os seus ficheiros están cifrados. Non haberá maneira de recuperar os datos após o restabelecemento do contrasinal. Se non está seguro de que facer, póñase en contacto co administrador antes de continuar. Confirma que quere continuar?",
"I know what I'm doing" : "Sei o que estou a facer",
- "Resetting password" : "Restablecendo o contrasinal",
+ "Resetting password" : "Restabelecendo o contrasinal",
"Recommended apps" : "Aplicacións recomendadas",
"Loading apps …" : "Cargando aplicacións…",
- "Could not fetch list of apps from the app store." : "Non foi posíbel recuperar a lista de aplicacións da tenda de aplicacións.",
"Installing apps …" : "Instalando aplicacións…",
- "Nextcloud {app}" : "Nextcloud {app}",
"App download or installation failed" : "Produciuse un fallo ao descargar ou instalar a aplicación",
- "Can't install this app because it is not compatible" : "Non é posíbel instalar esta aplicación porque non é compatíbel",
- "Can't install this app" : "Non é posíbel instalar esta aplicación",
"Cancel" : "Cancelar",
"Schedule work & meetings, synced with all your devices." : "Programar traballos e xuntanzas, sincronizar con todos os seus dispositivos.",
"Keep your colleagues and friends in one place without leaking their private info." : "Manteña aos seus compañeiros e amigos nun lugar sen filtrar a información privada.",
"Simple email app nicely integrated with Files, Contacts and Calendar." : "Aplicación de correo sinxela e ben integrada con Ficheiros, Contactos e Calendario.",
"Chatting, video calls, screensharing, online meetings and web conferencing – in your browser and with mobile apps." : "Conversas, videochamadas, compartición de pantalla, xuntanzas en liña e conferencias web; no seu navegador e con aplicacións móbiles.",
"Collaboratively edit office documents." : "Editar colaborativamente documentos de oficina.",
- "Local document editing back-end used by the OnlyOffice app." : "Infraestrutura para a edición de documentos locais utilizada pola aplicación OnlyOffice.",
+ "Local document editing back-end used by the Collabora Online app." : "Infraestrutura para a edición de documentos locais utilizada pola aplicación Collabora Online.",
"Forgot password?" : "Esqueceu o contrasinal?",
+ "Log in with a device" : "Acceder cun dispositivo",
+ "Back" : "Atrás",
+ "Login form is disabled." : "O formulario de inicio de sesión está bloqueado.",
+ "Reset search" : "Restabelecer a busca",
+ "Search for {name} only" : "Buscar só por {name}",
+ "No results for {query}" : "Non hai resultados para {query}",
+ "Start typing to search" : "Comece a escribir para buscar",
+ "Loading more results …" : "Cargando máis resultados…",
+ "Load more results" : "Cargando máis resultados",
+ "Search" : "Buscar",
+ "An error occurred while searching for {type}" : "Produciuse un erro ao buscar por {type}",
+ "_Please enter {minSearchLength} character or more to search_::_Please enter {minSearchLength} characters or more to search_" : ["Introduza {minSearchLength} carácter ou máis para buscar","Introduza {minSearchLength} caracteres ou máis para buscar"],
+ "Search {types} …" : "Buscando {types}…",
"Settings" : "Axustes",
"Could not load your contacts" : "Non foi posíbel cargar os seus contactos",
"Search contacts …" : "Buscar contactos…",
@@ -198,7 +197,7 @@ OC.L10N.register(
"_{count} file conflict_::_{count} file conflicts_" : ["{count} conflito de ficheiro","{count} conflitos de ficheiros"],
"One file conflict" : "Un conflito de ficheiro",
"New Files" : "Ficheiros novos",
- "Already existing files" : "Xa existen os ficheiros",
+ "Already existing files" : "Ficheiros existentes",
"Which files do you want to keep?" : "Que ficheiros quere conservar?",
"If you select both versions, the copied file will have a number added to its name." : "Se selecciona ambas versións, o ficheiro copiado terá un número engadido ao nome.",
"Continue" : "Continuar",
@@ -209,12 +208,12 @@ OC.L10N.register(
"Copy to {folder}" : "Copiar en {folder}",
"Move to {folder}" : "Mover a {folder}",
"Saving …" : "Gardando…",
- "Authentication required" : "Requírese autenticación",
+ "Authentication required" : "É necesaria a autenticación",
"This action requires you to confirm your password" : "Esta acción require que confirme o seu contrasinal",
"Confirm" : "Confirmar",
"Failed to authenticate, try again" : "Fallou a autenticación, ténteo de novo",
- "seconds ago" : "segundos atrás",
- "Connection to server lost" : "Perdeuse a conexión co servidor",
+ "seconds ago" : "hai uns segundos",
+ "Connection to server lost" : "Falta a conexión co servidor",
"_Problem loading page, reloading in %n second_::_Problem loading page, reloading in %n seconds_" : ["Produciuse un problema a cargar a páxina, volverá cargar en %n segundo","Produciuse un problema ao cargar a páxina, volverá cargar en %n segundos"],
"Add to a project" : "Engadir a un proxecto",
"Show details" : "Amosar os detalles",
@@ -233,7 +232,14 @@ OC.L10N.register(
"Good password" : "Contrasinal bo",
"Strong password" : "Contrasinal forte",
"No action available" : "Non hai accións dispoñíbeis",
- "Error fetching contact actions" : "Produciuse un erro ao recuperar as accións do contacto",
+ "Error fetching contact actions" : "Produciuse un erro ao obter as accións do contacto",
+ "Non-existing tag #{tag}" : "A etiqueta #{tag} non existe",
+ "restricted" : "restrinxido",
+ "invisible" : "invisíbel",
+ "Delete" : "Eliminar",
+ "Rename" : "Renomear",
+ "Collaborative tags" : "Etiquetas colaborativas",
+ "No tags found" : "Non se atoparon etiquetas",
"Personal" : "Persoal",
"Users" : "Usuarios",
"Apps" : "Aplicacións",
@@ -243,7 +249,10 @@ OC.L10N.register(
"File not found" : "Non se atopou o ficheiro",
"The document could not be found on the server. Maybe the share was deleted or has expired?" : "Non foi posíbel atopar o documento no servidor. É posíbel que a ligazón for eliminada ou que xa teña caducado.",
"Back to %s" : "Volver a %s",
+ "Too many requests" : "Demasiadas solicitudes",
+ "There were too many requests from your network. Retry later or contact your administrator if this is an error." : "Houbo demasiadas solicitudes da súa rede. Volva tentalo máis adiante ou póñase en contacto co seu administrador se se trata dun erro.",
"Error" : "Erro",
+ "Previous" : "Anterior",
"Internal Server Error" : "Produciuse un erro interno do servidor",
"The server was unable to complete your request." : "O servidor non foi quen de completar a súa solicitude. ",
"If this happens again, please send the technical details below to the server administrator." : "Se volve suceder, a seguir envíe os detalles técnicos ao administrador do servidor.",
@@ -257,7 +266,7 @@ OC.L10N.register(
"File: %s" : "Ficheiro: %s",
"Line: %s" : "Liña: %s",
"Trace" : "Traza",
- "Security warning" : "Aviso de seguridade",
+ "Security warning" : "Advertencia de seguridade",
"Your data directory and files are probably accessible from the internet because the .htaccess file does not work." : "O seu directorio de datos e os ficheiros probabelmente sexan accesíbeis dende a Internet xa que o ficheiro .htaccess non está a traballar.",
"For information how to properly configure your server, please see the <a href=\"%s\" target=\"_blank\" rel=\"noreferrer noopener\">documentation</a>." : "Para obter información sobre como configurar o seu servidor de xeito correcto, vexa a <a href=\"%s\" target=\"_blank\" rel=\"noreferrer noopener\">documentación</a>.",
"Create an <strong>admin account</strong>" : "Crear unha <strong>conta de administrador</strong>",
@@ -280,7 +289,7 @@ OC.L10N.register(
"SQLite should only be used for minimal and development instances. For production we recommend a different database backend." : "SQLite só debería empregarse para instancias mínimas e de desenvolvemento. Para produción recomendámoslle que empregue unha infraestrutura de base de datos diferente.",
"If you use clients for file syncing, the use of SQLite is highly discouraged." : "Se emprega clientes para a sincronización dos ficheiros, desaconséllase encarecidamente o uso de SQLite.",
"Install recommended apps" : "Instalar aplicacións recomendadas",
- "Calendar, Contacts, Talk, Mail & OnlyOffice" : "Calendario, Contactos, Talk (falar), Correo e OnlyOffice",
+ "Calendar, Contacts, Talk, Mail & Collaborative editing" : "Calendario, Contactos, Talk, Correo e Edición colaborativa",
"Finish setup" : "Rematar a configuración",
"Finishing …" : "Rematando…",
"Need help?" : "Precisa axuda?",
@@ -294,17 +303,16 @@ OC.L10N.register(
"More apps" : "Máis aplicacións",
"More" : "Máis",
"More apps menu" : "Menú doutras aplicacións",
- "Search" : "Buscar",
- "Reset search" : "Restabelecer a busca",
"Contacts" : "Contactos",
"Contacts menu" : "Menú de contactos",
"Settings menu" : "Menú de axustes",
"Confirm your password" : "Confirme o seu contrasinal",
"Connect to your account" : "Conectar á sua conta",
"Please log in before granting %1$s access to your %2$s account." : "Inicie sesión antes de concederlle a %1$s acceso á súa conta %2$s.",
- "App token" : "Marca da aplicación",
+ "If you are not trying to set up a new device or app, someone is trying to trick you into granting them access to your data. In this case do not proceed and instead contact your system administrator." : "Se non está a configurar un dispositivo ou aplicación nova, alguén está tentando enganalo para que lle permita o acceso aos seus datos. Neste caso non continúe e póñase en contacto co administrador do sistema.",
+ "App token" : "Testemuño da aplicación",
"Grant access" : "Permitir o acceso",
- "Alternative log in using app token" : "Acceso alternativo usando a marca da aplicación",
+ "Alternative log in using app token" : "Acceso alternativo usando o testemuño da aplicación",
"Account access" : "Acceso á conta",
"You are about to grant %1$s access to your %2$s account." : "Está a piques de concederlle a %1$s permiso para acceder á súa conta %2$s.",
"Account connected" : "Conta conectada",
@@ -329,111 +337,65 @@ OC.L10N.register(
"Further information how to configure this can be found in the %1$sdocumentation%2$s." : "Pode atopar máis información sobre cómo configurar isto na %1$sdocumentación%2$s.",
"App update required" : "É necesario actualizar a aplicación",
"%1$s will be updated to version %2$s" : "%1$s actualizarase á versión %2$s",
- "These apps will be updated:" : "Actualizaranse estas aplicacións:",
+ "The following apps will be updated:" : "As seguintes aplicacións foron actualizadas:",
"These incompatible apps will be disabled:" : "Desactivaranse estas aplicacións incompatíbeis:",
"The theme %s has been disabled." : "O tema %s foi desactivado.",
"Please make sure that the database, the config folder and the data folder have been backed up before proceeding." : "Asegúrese de ter feito unha copia de seguridade da base de datos, do cartafol de configuración e do cartafol de datos, antes de proceder.",
"Start update" : "Iniciar a actualización",
"To avoid timeouts with larger installations, you can instead run the following command from your installation directory:" : "Para evitar tempos de espera nas instalacións grandes, no seu lugar pode executar a seguinte orde dende o directorio de instalación:",
"Detailed logs" : "Rexistros detallados",
- "Update needed" : "Necesitase actualizar",
+ "Update needed" : "É necesario actualizar",
"Please use the command line updater because you have a big instance with more than 50 users." : "Vostede ten unha instancia moi grande con máis de 50 usuarios, faga a actualización empregando a liña de ordes.",
"For help, see the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"%s\">documentation</a>." : "Para obter axuda, vexa a <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"%s\">documentación</a>.",
"I know that if I continue doing the update via web UI has the risk, that the request runs into a timeout and could cause data loss, but I have a backup and know how to restore my instance in case of a failure." : "Sei que se continúo facendo a actualización a través da interface web, corro o risco de que a solicitude non se execute no tempo de espera e provoque a perda de información pero teño unha copia de seguridade dos datos e sei como restaurala.",
- "Upgrade via web on my own risk" : "Actualizar a través da web, correndo o risco baixo a miña responsabilidade",
+ "Upgrade via web on my own risk" : "Anovar a través da web, correndo o risco baixo a miña responsabilidade",
"Maintenance mode" : "Modo de mantemento",
"This %s instance is currently in maintenance mode, which may take a while." : "Esta instancia de %s atopase en modo de mantemento, isto pode levar un anaco.",
"This page will refresh itself when the instance is available again." : "Esta páxina actualizarase automaticamente cando a instancia estea dispoñíbel de novo.",
"Contact your system administrator if this message persists or appeared unexpectedly." : "Póñase en contacto co administrador do sistema se persiste esta mensaxe ou se aparece de forma inesperada.",
- "Could not send reset email because there is no email address for this username. Please contact your administrator." : "Non foi posíbel enviar o correo do restabelecemento porque non hai un enderezo de correo-e para este nome de usuario. Póñase en contacto cun administrador.",
- "Couldn't send reset email. Please make sure your username is correct." : "Non foi posíbel enviar o correo do restabelecemento. Asegúrese de que o nome de usuario é o correcto.",
- "We have send a password reset e-mail to the e-mail address known to us for this account. If you do not receive it within a reasonable amount of time, check your spam/junk folders.<br>If it is not there ask your local administrator." : "Foi enviada ao enderezo de correo coñecido para esta conta, a ligazón para restabelecer o seu contrasinal. Se non a recibe nun prazo razoábel de tempo, vexa o seu cartafol de correo lixo.<br>Se non está alí pregúntelle ao administrador local.",
- "Your files are encrypted. There will be no way to get your data back after your password is reset.<br />If you are not sure what to do, please contact your administrator before you continue. <br />Do you really want to continue?" : "Os seus ficheiros están cifrados. Non haberá maneira de recuperar os datos após o restabelecemento do contrasinal. <br />Se non está seguro de que facer, póñase en contacto co administrador antes de continuar. <br /> Confirma que quere continuar?",
- "Sending email …" : "Enviando correo…",
- "You are currently running PHP 5.6. The current major version of Nextcloud is the last that is supported on PHP 5.6. It is recommended to upgrade the PHP version to 7.0+ to be able to upgrade to Nextcloud 14." : "Actualmente está a empregar PHP 5.6. Esta versión maior de Nextcloud é a última compatíbel con PHP 5.6. Recomendase actualizar á versión 7.0+ do PHP para poder actualizar a Nextcloud 14.",
- "Accessing site insecurely via HTTP. You are strongly adviced to set up your server to require HTTPS instead, as described in the <a href=\"{docUrl}\">security tips ↗</a>." : "Estase accedndo accedendo ao sitio de forma insegura mediante HTTP. Recoméndase encarecidamente configurar o servidor para que requira HTTPS, tal e como describe nos <a href=\"{docUrl}\">consellos de seguridade ↗</a>.",
- "Shared" : "Compartido",
- "Shared with" : "Compartido con",
- "Shared by" : "Compartido por",
- "Choose a password for the public link" : "Escolla un contrasinal para a ligazón pública",
- "Choose a password for the public link or press the \"Enter\" key" : "Escolla un contrasinal para a ligazón pública ou prema a tecla «Intro»",
- "Copied!" : "Copiado!",
- "Copy link" : "Copiar a ligazón",
- "Not supported!" : "Non admitido!",
- "Press ⌘-C to copy." : "Prema ⌘-C para copiar.",
- "Press Ctrl-C to copy." : "Prema Ctrl-C para copiar.",
- "Unable to create a link share" : "Non é posíbel crear a ligazón compartida",
- "Unable to toggle this option" : "Non é posíbel alternar esta opción",
- "Resharing is not allowed" : "Non se permite volver compartir",
- "Link" : "Ligazón",
- "Hide download" : "Agochar a descarga",
- "Password protection enforced" : "Protección con contrasinal obrigado",
- "Password protect" : "Protexido con contrasinal",
- "Allow editing" : "Permitir a edición",
- "Email link to person" : "Enviar ligazón por correo",
- "Send" : "Enviar",
- "Allow upload and editing" : "Permitir o envío e a edición",
- "Read only" : "Só lectura",
- "File drop (upload only)" : "Soltar ficheiro (só envíos) ",
- "Expiration date enforced" : "Data de caducidade obrigada",
- "Set expiration date" : "Definir a data de caducidade",
- "Expiration" : "Caducidade",
- "Expiration date" : "Data de caducidade",
- "Note to recipient" : "Nota ao destinatario",
- "Unshare" : "Deixar de compartir",
- "Delete share link" : "Eliminar a ligazón compartida",
- "Add another link" : "Engadir outra ligazón",
- "Password protection for links is mandatory" : "É obrigatoria a protección por contrasinal das ligazóns",
- "Share to {name}" : "Compartir con {name}",
- "Share link" : "Compartir ligazón",
- "New share link" : "Nova ligazón compartida",
- "Created on {time}" : "Creado o {time}",
- "Password protect by Talk" : "Contrasinal protexido polo Talk",
- "Could not unshare" : "Non foi posíbel deixar de compartir",
- "Shared with you and the group {group} by {owner}" : "Compartido con vostede e co grupo {group} por {owner}",
- "Shared with you and {circle} by {owner}" : "Compartido con vostede e {circle} por {owner}",
- "Shared with you and the conversation {conversation} by {owner}" : "Compartido con vostede e a conversa {conversation} por {owner}",
- "Shared with you in a conversation by {owner}" : "Compartido con vostede nunha conversa por {owner}",
- "Shared with you by {owner}" : "Compartido con vostede por {owner}",
- "Choose a password for the mail share" : "Escolla un contrasinal para compartir por correo",
- "group" : "grupo",
- "remote" : "remoto",
- "remote group" : "grupo remoto",
- "email" : "correo",
- "conversation" : "conversa",
- "shared by {sharer}" : "compartido por {sharer}",
- "Can reshare" : "Pode volver compartir",
- "Can edit" : "Pode editar",
- "Can create" : "Pode crear",
- "Can change" : "Pode cambiar",
- "Can delete" : "Pode eliminar",
- "Access control" : "Control de acceso",
- "{shareInitiatorDisplayName} shared via link" : "{shareInitiatorDisplayName} compartido mediante unha ligazón",
- "Error while sharing" : "Produciuse un erro ao compartir",
- "Share details could not be loaded for this item." : "Non foi posíbel cargar os detalles de compartición para este elemento.",
- "Search globally" : "Facer unha busca global",
- "_At least {count} character is needed for autocompletion_::_At least {count} characters are needed for autocompletion_" : ["Necesítase cando menos {count} carácter para o autocompletado","Necesítanse cando menos {count} caracteres para o autocompletado"],
- "This list is maybe truncated - please refine your search term to see more results." : "É probábel que esta lista estea truncada, afine o termo de busca para ver máis resultados.",
- "No users or groups found for {search}" : "Non se atoparon usuarios ou grupos para {search}",
- "No users found for {search}" : "Non se atoparon usuarios para {search}",
- "An error occurred (\"{message}\"). Please try again" : "Produciuse un erro (\"{message}\"). Ténteo de novo",
- "An error occurred. Please try again" : "Produciuse un erro. Ténteo de novo",
- "Home" : "Inicio",
- "Work" : "Traballo",
- "Other" : "Outro",
- "{sharee} (remote group)" : "{sharee} (remote group)",
- "{sharee} ({type}, {owner})" : "{sharee} ({type}, {owner})",
- "Share" : "Compartir",
- "Name or email address..." : "Nome ou enderezo de correo...",
- "Name or federated cloud ID..." : "Nome ou ID da nube federada...",
- "Name, federated cloud ID or email address..." : "Nome, ID da nube federada ou enderezo de correo...",
- "Name..." : "Nome...",
- "Error removing share" : "Produciuse un erro ao retirar os compartidos",
- "({scope})" : "({scope})",
- "Saving..." : "Gardando…",
- "Dismiss" : "Rexeitar",
- "Your client should now be connected! You can close this window." : "O seu cliente xa debe estar conectado. Pode pechar esta xanela.",
- "New Password" : "Novo contrasinal",
- "Cancel log in" : "Cancelar o inicio de sesión"
+ "Checking whether the database schema can be updated (this can take a long time depending on the database size)" : "Comprobar se é posíbel actualizar o esquema da base de datos (isto pode levar bastante tempo, dependendo do tamaño da base de datos)",
+ "Checked database schema update" : "Comprobada a actualización do esquema da base de datos",
+ "Checking updates of apps" : "Comprobando a actualización de aplicacións",
+ "Checking for update of app \"%s\" in appstore" : "Comprobando a actualización da aplicación «%s» na tenda de aplicacións",
+ "Update app \"%s\" from appstore" : "Actualizado a aplicación «%s» dende a tenda de aplicacións",
+ "Checked for update of app \"%s\" in appstore" : "Comprobada a actualización da aplicación «%s» na tenda de aplicacións",
+ "Checked database schema update for apps" : "Comprobada a actualización do esquema da base de datos para aplicacións",
+ "Following apps have been disabled: %s" : "As seguintes aplicacións foron desactivadas: %s",
+ "Your web server is not properly set up to resolve \"{url}\". Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "O servidor non está configurado correctamente para resolver «{url}». Pode atopar máis información na nosa <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">documentación</a>.",
+ "Your web server is not properly set up to resolve \"{url}\". This is most likely related to a web server configuration that was not updated to deliver this folder directly. Please compare your configuration against the shipped rewrite rules in \".htaccess\" for Apache or the provided one in the documentation for Nginx at it's <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation page</a>. On Nginx those are typically the lines starting with \"location ~\" that need an update." : "O servidor web non está configurado correctamente para resolver «{url}». O máis probábel é que isto estea relacionado cunha configuración do servidor web que non se actualizou para entregar directamente este cartafol. Compare a configuración contra as regras de reescritura enviadas en «.htaccess» para Apache ou a fornecida na documentación de Nginx na súa <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">páxina de documentación</a>. En Nginx estas normalmente son as liñas que comezan por «location ~» que precisan unha actualización.",
+ "Your web server is not properly set up to deliver .woff2 files. This is typically an issue with the Nginx configuration. For Nextcloud 15 it needs an adjustement to also deliver .woff2 files. Compare your Nginx configuration to the recommended configuration in our <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "O servidor web non está configurado correctamente para fornecer ficheiros .woff2. Isto é un incidente frecuente en configuracións de Nginx. Para Nextcloud 15 necesita un axuste para fornecer ficheiros .woff2. Compare a súa configuración do Nginx coa configuración recomendada na nosa <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentación</a>.",
+ "Please check the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">installation documentation ↗</a> for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "Revise a <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentación de instalación ↗</a> para as notas de configuración PHP e a configuración PHP do seu servidor, especialmente cando se está a empregar php-fpm",
+ "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems. See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation ↗</a> for more information." : "O bloqueo de ficheiros transaccionais está desactivado, isto podería levar a incidentes baixo certas condicións. Active «filelocking.enabled» en «config.php» para evitar eses problemas. Vexa a <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentación ↗</a> para obter máis información.",
+ "Last background job execution ran {relativeTime}. Something seems wrong." : "Última execución da tarefa de cron {relativeTime}. Semella que algo vai mal.",
+ "Check the background job settings" : "Revise os axustes do traballo en segundo plano",
+ "No memory cache has been configured. To enhance performance, please configure a memcache, if available. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "A memoria caché non foi configurada. Para mellorar o rendemento, configure unha «memcache» se está dispoñíbel. Pode atopar máis información na nosa <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentación</a>.",
+ "No suitable source for randomness found by PHP which is highly discouraged for security reasons. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "PHP non atopa unha fonte de aleatoriedade, isto está moi desaconsellado por razóns de seguridade. Pode atopar máis información na nosa <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentación</a>.",
+ "You are currently running PHP {version}. Upgrade your PHP version to take advantage of <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">performance and security updates provided by the PHP Group</a> as soon as your distribution supports it." : "Actualmente está a empregar PHP {version}. Anove a versión de PHP para beneficiarse das <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">melloras de rendemento e seguridade que aporta PHP Group</a> tan cedo como a súa distribución o admita. ",
+ "The reverse proxy header configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If not, this is a security issue and can allow an attacker to spoof their IP address as visible to the Nextcloud. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "A configuración de cabeceiras do proxy inverso é incorrecta, ou vostede está accedendo a Nextcloud dende un proxy no que confía. Se non, isto é un incidente de seguridade que pode permitir a un atacante disfrazar o seu enderezo IP como visíbel para Nextcloud. Pode atopar máis información na nosa <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentación</a>.",
+ "Memcached is configured as distributed cache, but the wrong PHP module \"memcache\" is installed. \\OC\\Memcache\\Memcached only supports \"memcached\" and not \"memcache\". See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">memcached wiki about both modules</a>." : "Memcached está configurado como caché distribuído, pero está instalado o módulo PHP incorrecto «memcache». \\OC\\Memcache\\Memcached só admite «memcached» e non «memcache». Consulte a <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">wiki de memcached sobre os dous módulos</a>.",
+ "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">List of invalid files…</a> / <a href=\"{rescanEndpoint}\">Rescan…</a>)" : "Algúns ficheiros non superaron a comprobación de integridade. Pode atopar máis información sobre como resolver este incidente na nosa <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentación</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">Lista de ficheiros incorrectos…</a> / <a href=\"{rescanEndpoint}\">Volver analizar…</a>)",
+ "The PHP OPcache module is not loaded. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance it is recommended</a> to load it into your PHP installation." : "OPcache de PHP non está configurado correctamente. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Para mellorar o rendemento recomendamose</a> cargalo na súa instalación de PHP.",
+ "The PHP OPcache is not properly configured. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance it is recommended</a> to use the following settings in the <code>php.ini</code>:" : "OPcache de PHP non está configurado correctamente. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Para mellorar o rendemento recomendase</a> usar os seguintes axustes en <code>php.ini</code>:",
+ "Some columns in the database are missing a conversion to big int. Due to the fact that changing column types on big tables could take some time they were not changed automatically. By running 'occ db:convert-filecache-bigint' those pending changes could be applied manually. This operation needs to be made while the instance is offline. For further details read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "A algunhas columnas fáltalles a conversión a enteiro grande. Por mor de que cambiar os tipos de columnas en táboas grandes podería levar moito tempo non se modificaron automaticamente. Pódense aplicar manualmente estes cambios pendentes executando «occ db:convert-filecache-bigint'». Esta operación ten que ser feita mentres a instancia está sen conexión. Para obter máis información, lea <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">a páxina de documentación sobre isto</a>.",
+ "To migrate to another database use the command line tool: 'occ db:convert-type', or see the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation ↗</a>." : "Para migrar a outra base de datos use a ferramenta de liña de ordes «occ db:convert-type» ou vexa a <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentación ↗</a>.",
+ "Use of the the built in php mailer is no longer supported. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Please update your email server settings ↗<a/>." : "O uso do correo incorporado de php xa non está admitido. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Actualice os axustes do seu servidor de correo ↗<a/>.",
+ "MySQL is used as database but does not support 4-byte characters. To be able to handle 4-byte characters (like emojis) without issues in filenames or comments for example it is recommended to enable the 4-byte support in MySQL. For further details read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "Empregase MySQL como base de datos mais non admite caracteres de 4 bytes. Para poder manexar caracteres de 4 bytes (coma «emojis») sen problemas nos nomes de ficheiro ou comentarios por exemplo, recoméndase activar a compatibilidade de 4 bytes en MySQL. Para obter máis información, lea <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">a páxina de documentación sobre isto</a>.",
+ "You are accessing your instance over a secure connection, however your instance is generating insecure URLs. This most likely means that you are behind a reverse proxy and the overwrite config variables are not set correctly. Please read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "Está a acceder á súa instancia a través dunha conexión segura, porén a súa instancia está a xerar URL inseguros. Isto probabelmente significa que está detrás dun proxy inverso e que as variábeis de configuración de sobrescritura non están configuradas correctamente. Lea a <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">páxina de documentación sobre isto</a>.",
+ "The \"{header}\" HTTP header is not set to \"{val1}\", \"{val2}\", \"{val3}\", \"{val4}\" or \"{val5}\". This can leak referer information. See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{link}\">W3C Recommendation ↗</a>." : "A cabeceira HTTP «{header}» non está configurada como «{val1}», «{val2}», «{val3}», «{val4}» ou «{val5}». Isto pode filtrar información de referencia. Vexa a <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{link}\">recomendación do W3C ↗</a>.",
+ "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the <a href=\"{docUrl}\" rel=\"noreferrer noopener\">security tips ↗</a>." : "A cabeceira HTTP «Strict-Transport-Security» non está configurada a polo menos «{seconds}» segundos. Para mellorar a seguridade recomendámoslle activar HSTS tal e como se describe nos <a href=\"{docUrl}\" rel=\"noreferrer noopener\">consellos de seguridade ↗</a>.",
+ "Accessing site insecurely via HTTP. You are strongly advised to set up your server to require HTTPS instead, as described in the <a href=\"{docUrl}\">security tips ↗</a>." : "Estase accedendo ao sitio de forma insegura mediante HTTP. Recoméndase encarecidamente configurar o servidor para que requira HTTPS, tal e como se describe nos <a href=\"{docUrl}\">consellos de seguridade ↗</a>.",
+ "Continue to Nextcloud" : "Continuar para Nextcloud",
+ "_The update was successful. Redirecting you to Nextcloud in %n second._::_The update was successful. Redirecting you to Nextcloud in %n seconds._" : ["A actualización foi satisfactoria. Redireccionandoo cara Nextcloud en %n segundo.","A actualización foi satisfactoria. Redireccionandoo cara ao Nextcloud en %n segundos."],
+ "Searching other places" : "Buscando noutros lugares",
+ "No search results in other folders for {tag}{filter}{endtag}" : "Non foi posíbel atopar resultados de busca noutros cartafoles para {tag}{filter}{endtag}",
+ "_{count} search result in another folder_::_{count} search results in other folders_" : ["{count} resultado de busca noutro cartafol","{count} resultados de busca noutros cartafoles"],
+ "A password reset message has been sent to the e-mail address of this account. If you do not receive it, check your spam/junk folders or ask your local administrator for help." : "Enviouse unha mensaxe de restabelecemento do contrasinal ao enderezo de correo electrónico desta conta. Se non o recibe, comprobe os seus cartafoles de correo non desexado/lixo ou pregunte ao seu administrador local.",
+ "Password can not be changed. Please contact your administrator." : "Non é posíbel cambiar o contrasinal. Póñase en contacto co administrador.",
+ "Could not fetch list of apps from the app store." : "Non foi posíbel obter a lista de aplicacións da tenda de aplicacións.",
+ "Nextcloud {app}" : "Nextcloud {app}",
+ "Can't install this app because it is not compatible" : "Non é posíbel instalar esta aplicación porque non é compatíbel",
+ "Can't install this app" : "Non é posíbel instalar esta aplicación",
+ "These apps will be updated:" : "Actualizaranse estas aplicacións:",
+ "For more details see the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Para máis detalles vexa a <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentación</a>."
},
"nplurals=2; plural=(n != 1);");
diff --git a/core/l10n/gl.json b/core/l10n/gl.json
index b10c1672800..40ca2656c2c 100644
--- a/core/l10n/gl.json
+++ b/core/l10n/gl.json
@@ -12,12 +12,13 @@
"No crop data provided" : "Non indicou como recortar",
"No valid crop data provided" : "Os datos cortados fornecidos non son válidos",
"Crop is not square" : "O corte non é cadrado",
- "State token does not match" : "A marca de estado non coincide",
+ "State token does not match" : "O testemuño de estado non coincide",
+ "Invalid app password" : "Contrasinal da aplicación incorrecto ",
"Could not complete login" : "Non foi posíbel completar o acceso",
- "Your login token is invalid or has expired" : "A súa marca de acceso non é válida ou caducou",
+ "Your login token is invalid or has expired" : "O seu testemuño de acceso non é válido ou caducou",
"Password reset is disabled" : "O restabelecemento de contrasinal está desactivado",
- "Couldn't reset password because the token is invalid" : "Non foi posíbel restabelecer o contrasinal, a marca non é correcta",
- "Couldn't reset password because the token is expired" : "Non foi posíbel restabelecer o contrasinal, a marca está caducada",
+ "Couldn't reset password because the token is invalid" : "Non foi posíbel restabelecer o contrasinal, o testemuño non é correcto",
+ "Couldn't reset password because the token is expired" : "Non foi posíbel restabelecer o contrasinal, o testemuño está caducado",
"%s password reset" : "Restabelecer o contrasinal %s",
"Password reset" : "Restabelecer o contrasinal",
"Click the following button to reset your password. If you have not requested the password reset, then ignore this email." : "Prema no seguinte botón para restabelecer o seu contrasinal. Se vostede non solicitou o restabelecemento do contrasinal, entón ignore este correo.",
@@ -26,6 +27,8 @@
"Nextcloud Server" : "Servidor do Nextcloud",
"Some of your link shares have been removed" : "Elimináronse algunhas das súas ligazóns de compartición",
"Due to a security bug we had to remove some of your link shares. Please see the link for more information." : "Por mor dun erro de seguridade tivemos que eliminar algunhas das súas ligazóns de compartición. Vexa a ligazón para obter máis información.",
+ "The user limit of this instance is reached." : "Acadouse o límite de usuarios desta instancia.",
+ "Enter your subscription key to increase the user limit. For more information about Nextcloud Enterprise see our website." : "Introduza a súa clave de subscrición para aumentar o límite de usuarios. Para obter máis información sobre Nextcloud Enterprise, consulte o noso sitio web.",
"Preparing update" : "Preparando a actualización",
"[%d / %d]: %s" : "[%d / %d]: %s",
"Repair step:" : "Paso do arranxo:",
@@ -39,76 +42,67 @@
"Maintenance mode is kept active" : "Mantense activo o modo de mantemento",
"Updating database schema" : "Actualizando o esquema da base de datos",
"Updated database" : "Base de datos actualizada",
- "Checking whether the database schema can be updated (this can take a long time depending on the database size)" : "Comprobar se é posíbel actualizar o esquema da base de datos (isto pode levar bastante tempo, dependendo do tamaño da base de datos)",
- "Checked database schema update" : "Comprobada a actualización do esquema da base de datos",
- "Checking updates of apps" : "Comprobando a actualización de aplicacións",
- "Checking for update of app \"%s\" in appstore" : "Comprobando a actualización da aplicación «%s» na tenda de aplicacións",
- "Update app \"%s\" from appstore" : "Actualizado a aplicación «%s» dende a tenda de aplicacións",
- "Checked for update of app \"%s\" in appstore" : "Comprobada a actualización da aplicación «%s» na tenda de aplicacións",
"Checking whether the database schema for %s can be updated (this can take a long time depending on the database size)" : "Comprobar se é posíbel actualizar o esquema da base de datos para %s (isto pode levar bastante tempo, dependendo do tamaño da base de datos)",
- "Checked database schema update for apps" : "Comprobada a actualización do esquema da base de datos para aplicacións",
"Updated \"%1$s\" to %2$s" : "Actualizado «%1$s» a %2$s",
"Set log level to debug" : "Estabelecer o nivel do rexistro na depuración",
"Reset log level" : "Restabelecer o nivel do rexistro",
"Starting code integrity check" : "Comezando a comprobación da integridade do código",
"Finished code integrity check" : "Rematada a comprobación da integridade do código",
"%s (incompatible)" : "%s (incompatíbel)",
- "Following apps have been disabled: %s" : "As seguintes aplicacións foron desactivadas: %s",
+ "The following apps have been disabled: %s" : "As seguintes aplicacións foron desactivadas: %s",
"Already up to date" : "Xa está actualizado",
"Your web server is not yet properly set up to allow file synchronization, because the WebDAV interface seems to be broken." : "O servidor aínda non está configurado correctamente para permitir a sincronización de ficheiros, semella que a interface WebDAV non está a funcionar.",
- "Your web server is not properly set up to resolve \"{url}\". Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "O servidor non está configurado correctamente para resolver «{url}». Pode atopar máis información na nosa <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">documentación</a>.",
- "Your web server is not properly set up to resolve \"{url}\". This is most likely related to a web server configuration that was not updated to deliver this folder directly. Please compare your configuration against the shipped rewrite rules in \".htaccess\" for Apache or the provided one in the documentation for Nginx at it's <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation page</a>. On Nginx those are typically the lines starting with \"location ~\" that need an update." : "O servidor web non está configurado correctamente para resolver «{url}». O máis probábel é que isto estea relacionado cunha configuración do servidor web que non se actualizou para entregar directamente este cartafol. Compare a configuración contra as regras de reescritura enviadas en «.htaccess» para Apache ou a fornecida na documentación de Nginx na súa <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">páxina de documentación</a>. En Nginx estas normalmente son as liñas que comezan por «location ~» que precisan unha actualización.",
- "Your web server is not properly set up to deliver .woff2 files. This is typically an issue with the Nginx configuration. For Nextcloud 15 it needs an adjustement to also deliver .woff2 files. Compare your Nginx configuration to the recommended configuration in our <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "O servidor web non está configurado correctamente para fornecer ficheiros .woff2. Isto é un incidente frecuente en configuracións de Nginx. Para Nextcloud 15 necesita un axuste para fornecer ficheiros .woff2. Compare a súa configuración do Nginx coa configuración recomendada na nosa <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentación</a>.",
+ "Your web server is not properly set up to resolve \"{url}\". Further information can be found in the {linkstart}documentation ↗{linkend}." : "O servidor non está configurado correctamente para resolver «{url}». Pode atopar máis información na nosa {linkstart}documentación ↗{linkend}.",
+ "Your web server is not properly set up to resolve \"{url}\". This is most likely related to a web server configuration that was not updated to deliver this folder directly. Please compare your configuration against the shipped rewrite rules in \".htaccess\" for Apache or the provided one in the documentation for Nginx at it's {linkstart}documentation page ↗{linkend}. On Nginx those are typically the lines starting with \"location ~\" that need an update." : "O servidor web non está configurado correctamente para resolver «{url}». O máis probábel é que isto estea relacionado cunha configuración do servidor web que non se actualizou para entregar directamente este cartafol. Compare a configuración contra as regras de reescritura enviadas en «.htaccess» para Apache ou a fornecida na documentación de Nginx na súa {linkstart}páxina de documentación ↗{linkend}. En Nginx estas normalmente son as liñas que comezan por «location ~» que precisan unha actualización.",
+ "Your web server is not properly set up to deliver .woff2 files. This is typically an issue with the Nginx configuration. For Nextcloud 15 it needs an adjustement to also deliver .woff2 files. Compare your Nginx configuration to the recommended configuration in our {linkstart}documentation ↗{linkend}." : "O servidor web non está configurado correctamente para fornecer ficheiros .woff2. Isto é un incidente frecuente en configuracións de Nginx. Para Nextcloud 15 necesita un axuste para fornecer ficheiros .woff2. Compare a súa configuración do Nginx coa configuración recomendada na nosa {linkstart}documentación ↗{linkend}.",
"PHP does not seem to be setup properly to query system environment variables. The test with getenv(\"PATH\") only returns an empty response." : "Semella que PHP non está configurado correctamente para consultar as variábeis de contorno do sistema. A proba con getenv(\"PATH\") só devolve unha resposta baleira.",
- "Please check the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">installation documentation ↗</a> for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "Revise a <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentación de instalación ↗</a> para as notas de configuración PHP e a configuración PHP do seu servidor, especialmente cando se está a empregar php-fpm",
+ "Please check the {linkstart}installation documentation ↗{linkend} for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "Revise a {linkstart}documentación de instalación ↗{linkend} para as notas de configuración de PHP e a configuración do PHP no seu servidor, especialmente cando se está a empregar php-fpm",
"The read-only config has been enabled. This prevents setting some configurations via the web-interface. Furthermore, the file needs to be made writable manually for every update." : "Foi activada a restrición da configuración a só lectura. Isto impide o estabelecemento dalgunhas configuracións a través da interface web. Ademais, ten que facer escribíbel manualmente o ficheiro para cada actualización.",
"Your database does not run with \"READ COMMITTED\" transaction isolation level. This can cause problems when multiple actions are executed in parallel." : "A súa base de datos non se executa co nivel de illamento de transacción «READ COMMITTED» . Isto pode causar problemas cando se executan múltiples accións en paralelo.",
"The PHP module \"fileinfo\" is missing. It is strongly recommended to enable this module to get the best results with MIME type detection." : "Non se atopou o módulo de PHP «fileinfo». É recomendase encarecidamente activar este módulo para obter os mellores resultados coa detección do tipo MIME.",
- "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems. See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation ↗</a> for more information." : "O bloqueo de ficheiros transaccionais está desactivado, isto podería levar a incidentes baixo certas condicións. Active «filelocking.enabled» en «config.php» para evitar eses problemas. Vexa a <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentación ↗</a> para obter máis información.",
+ "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems. See the {linkstart}documentation ↗{linkend} for more information." : "O bloqueo de ficheiros transaccionais está desactivado, isto podería levar a problemas baixo certas condicións. Active «'filelocking.enabled» en «config.php» para evitar eses problemas. Vexa a {linkstart}documentación ↗{linkend} para obter máis información.",
"If your installation is not installed at the root of the domain and uses system cron, there can be issues with the URL generation. To avoid these problems, please set the \"overwrite.cli.url\" option in your config.php file to the webroot path of your installation (suggestion: \"{suggestedOverwriteCliURL}\")" : "Se a instalación no está feita na raíz do dominio e usa o sistema cron, pode haber incidencias coa xeración de URL. Para evitar estes problemas, axuste a opción «overwrite.cli.url» no seu ficheiro «config.php» á ruta webroot da instalación (suxestión: \"{suggestedOverwriteCliURL}\")",
+ "Your installation has no default phone region set. This is required to validate phone numbers in the profile settings without a country code. To allow numbers without a country code, please add \"default_phone_region\" with the respective {linkstart}ISO 3166-1 code ↗{linkend} of the region to your config file." : "A súa instalación non ten definida a rexión telefónica predeterminada. Isto é necesario para validar os números de teléfono na configuración do perfil sen un código de país. Para permitir números sen código de país, engada «default_phone_region» co respectivo {linkstart}código ISO 3166-1 ↗{linkend} da rexión ao seu ficheiro de configuración.",
"It was not possible to execute the cron job via CLI. The following technical errors have appeared:" : "Non foi posíbel executar a tarefa de cron programada mediante a liña de ordes. Atopáronse os seguintes erros técnicos: ",
- "Last background job execution ran {relativeTime}. Something seems wrong." : "Última execución da tarefa de cron {relativeTime}. Semella que algo vai mal.",
- "Check the background job settings" : "Revise os axustes do traballo en segundo plano",
+ "Last background job execution ran {relativeTime}. Something seems wrong. {linkstart}Check the background job settings ↗{linkend}." : "Última execución da tarefa de cron {relativeTime}. Semella que algo vai mal. {linkstart}Comprobe os axustes do traballo en segundo plano ↗{linkend}.",
"This server has no working Internet connection: Multiple endpoints could not be reached. This means that some of the features like mounting external storage, notifications about updates or installation of third-party apps will not work. Accessing files remotely and sending of notification emails might not work, either. Establish a connection from this server to the Internet to enjoy all features." : "Este servidor non ten conexión activa a Internet. Non foi posíbel estabelecer varias conexións. Isto significa que algunhas características como a montaxe do almacenamento externo, as notificacións sobre actualizacións ou a instalación de engadidos de terceiros non funcionarán. Así mesmo, o acceso remoto a ficheiros e enviar correos de notificación poderían non funcionar. Estabeleza unha conexión do servidor a Internet para gozar todas as características.",
- "No memory cache has been configured. To enhance performance, please configure a memcache, if available. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "A memoria caché non foi configurada. Para mellorar o rendemento, configure unha «memcache» se está dispoñíbel. Pode atopar máis información na nosa <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentación</a>.",
- "No suitable source for randomness found by PHP which is highly discouraged for security reasons. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "PHP non atopa unha fonte de aleatoriedade, isto altamente desaconsellado por razóns de seguridade. Pode atopar máis información na nosa <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentación</a>.",
- "You are currently running PHP {version}. Upgrade your PHP version to take advantage of <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">performance and security updates provided by the PHP Group</a> as soon as your distribution supports it." : "Actualmente está a empregar PHP {version}. Actualice a versión de PHP para beneficiarse das <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">melloras de rendemento e seguridade que aporta PHP Group</a> tan cedo como a súa distribución o admita. ",
- "Nextcloud 19 is the last release supporting PHP 7.2. Nextcloud 20 requires at least PHP 7.3." : "Nextcloud 19 é a última versión que admite PHP 7.2. Nextcloud 20 require polo menos PHP 7.3.",
- "The reverse proxy header configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If not, this is a security issue and can allow an attacker to spoof their IP address as visible to the Nextcloud. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "A configuración de cabeceiras do proxy inverso é incorrecta, ou vostede está accedendo a Nextcloud dende un proxy no que confía. Se non, isto é un incidente de seguridade que pode permitir a un atacante disfrazar o seu enderezo IP como visíbel para Nextcloud. Pode atopar máis información na nosa <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentación</a>.",
- "Memcached is configured as distributed cache, but the wrong PHP module \"memcache\" is installed. \\OC\\Memcache\\Memcached only supports \"memcached\" and not \"memcache\". See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">memcached wiki about both modules</a>." : "Memcached está configurado como caché distribuído, pero está instalado o módulo PHP incorrecto «memcache». \\OC\\Memcache\\Memcached só admite «memcached» e non «memcache». Consulte a <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">wiki de memcached sobre os dous módulos</a>.",
- "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">List of invalid files…</a> / <a href=\"{rescanEndpoint}\">Rescan…</a>)" : "Algúns ficheiros non superaron a comprobación de integridade. Pode atopar máis información sobre como resolver este incidente na nosa <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentación</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">Lista de ficheiros incorrectos…</a> / <a href=\"{rescanEndpoint}\">Volver analizar…</a>)",
- "The PHP OPcache module is not loaded. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance it is recommended</a> to load it into your PHP installation." : "OPcache de PHP non está configurado correctamente. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Para mellorar o rendemento recomendamose</a> cargalo na súa instalación de PHP.",
- "The PHP OPcache is not properly configured. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance it is recommended</a> to use the following settings in the <code>php.ini</code>:" : "OPcache de PHP non está configurado correctamente. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Para mellorar o rendemento recomendase</a> usar os seguintes axustes en <code>php.ini</code>:",
+ "No memory cache has been configured. To enhance performance, please configure a memcache, if available. Further information can be found in the {linkstart}documentation ↗{linkend}." : "A memoria caché non foi configurada. Para mellorar o rendemento, configure unha «memcache» se está dispoñíbel. Pode atopar máis información na nosa {linkstart}documentación ↗{linkend}.",
+ "No suitable source for randomness found by PHP which is highly discouraged for security reasons. Further information can be found in the {linkstart}documentation ↗{linkend}." : "PHP non atopa unha fonte de aleatoriedade, isto está moi desaconsellado por razóns de seguridade. Pode atopar máis información na nosa {linkstart}documentación ↗{linkend}.",
+ "You are currently running PHP {version}. Upgrade your PHP version to take advantage of {linkstart}performance and security updates provided by the PHP Group ↗{linkend} as soon as your distribution supports it." : "Actualmente está a empregar PHP {version}. Anove a versión de PHP para beneficiarse das {linkstart}melloras de rendemento e seguridade que aporta PHP Group ↗{linkend} tan cedo como a súa distribución o admita. ",
+ "Nextcloud 20 is the last release supporting PHP 7.2. Nextcloud 21 requires at least PHP 7.3." : "Nextcloud 20 é a última versión que admite PHP 7.2. Nextcloud 21 require polo menos PHP 7.3.",
+ "The reverse proxy header configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If not, this is a security issue and can allow an attacker to spoof their IP address as visible to the Nextcloud. Further information can be found in the {linkstart}documentation ↗{linkend}." : "A configuración de cabeceiras do proxy inverso é incorrecta, ou vostede está accedendo a Nextcloud dende un proxy no que confía. Se non, isto é un incidente de seguridade que pode permitir a un atacante disfrazar o seu enderezo IP como visíbel para Nextcloud. Pode atopar máis información na nosa {linkstart}documentación ↗{linkend}.",
+ "Memcached is configured as distributed cache, but the wrong PHP module \"memcache\" is installed. \\OC\\Memcache\\Memcached only supports \"memcached\" and not \"memcache\". See the {linkstart}memcached wiki about both modules ↗{linkend}." : "Memcached está configurado como caché distribuído, pero está instalado o módulo PHP incorrecto «memcache». \\OC\\Memcache\\Memcached só admite «memcached» e non «memcache». Consulte a {linkstart}wiki de memcached sobre os dous módulos ↗{linkend}.",
+ "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in the {linkstart1}documentation ↗{linkend}. ({linkstart2}List of invalid files…{linkend} / {linkstart3}Rescan…{linkend})" : "Algúns ficheiros non superaron a comprobación de integridade. Pode atopar máis información sobre como resolver este problema na nosa {linkstart1}documentación ↗{linkend}. ({linkstart2}Lista de ficheiros incorrectos…{linkend} / {linkstart3}Volver analizar…{linkend})",
+ "The PHP OPcache module is not loaded. {linkstart}For better performance it is recommended ↗{linkend} to load it into your PHP installation." : "OPcache de PHP non está configurado correctamente. {linkstart}Para mellorar o rendemento recomendamoslle ↗{linkend} cargalo na súa instalación de PHP.",
+ "The PHP OPcache module is not properly configured. {linkstart}For better performance it is recommended ↗{linkend} to use the following settings in the <code>php.ini</code>:" : "OPcache de PHP non está configurado correctamente. {linkstart}Para mellorar o rendemento recomendase ↗{linkend} usar os seguintes axustes en <code>php.ini</code>:",
"The PHP function \"set_time_limit\" is not available. This could result in scripts being halted mid-execution, breaking your installation. Enabling this function is strongly recommended." : "A función PHP «set_limit_time» non está dispoñíbel. Isto podería facer que o script fose rematado na metade da execución, quebrando a instalación. Recomendámoslle encarecidamente que active esta función.",
"Your PHP does not have FreeType support, resulting in breakage of profile pictures and the settings interface." : "O seu PHP non é compatíbel con FreeType, o que supón a quebra das imaxes do perfil e a interface dos axustes.",
- "Missing index \"{indexName}\" in table \"{tableName}\"." : "Perdeuse o índice «{indexName}» na táboa «{tableName}».",
+ "Missing index \"{indexName}\" in table \"{tableName}\"." : "Falta o índice «{indexName}» na táboa «{tableName}».",
"The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "Á base de datos fáltanlle algúns índices. Por mor de que engadir os índices podería levar moito non foron engadidos automaticamente. Estes índices perdidos poden engadirse manualmente mentres siga funcionando a instancia, executando «occ db:add-missing-indices». Una vez se teñan engadidos os índices, as consultas a esas táboas adoitan ser moito máis rápidas.",
+ "Missing primary key on table \"{tableName}\"." : "Falta a clave primaria na táboa «{tableName}».",
+ "The database is missing some primary keys. Due to the fact that adding primary keys on big tables could take some time they were not added automatically. By running \"occ db:add-missing-primary-keys\" those missing primary keys could be added manually while the instance keeps running." : "Faltan algunhas claves primarias na base de datos. Por mor do feito de que a adición de claves primarias en táboas grandes podería levar algún tempo, non se engadiron automaticamente. Ao executar «occ db:add-missing-primary-keys», esas claves primarias que faltan poderían engadirse manualmente mentres a instancia segue funcionando.",
+ "Missing optional column \"{columnName}\" in table \"{tableName}\"." : "Falta a columna opcional «{columnName}» na táboa «{tableName}».",
+ "The database is missing some optional columns. Due to the fact that adding columns on big tables could take some time they were not added automatically when they can be optional. By running \"occ db:add-missing-columns\" those missing columns could be added manually while the instance keeps running. Once the columns are added some features might improve responsiveness or usability." : "Á base de datos fáltanlle algunhas columnas opcionais. Por moe de que engadir columnas a grandes táboas podería levar moito tempo non foron engadidas automaticamente cando poden ser opcionais. Estas columnas poden engadirse manualmente mentres siga funcionando a instancia, executando «occ db:add-missing-columns». Unha vez se teñan engadidas as columnas, algunhas características poden mellorar a resposta ou a usabilidade.",
"This instance is missing some recommended PHP modules. For improved performance and better compatibility it is highly recommended to install them." : "A esta instancia fáltanlle algúns módulos PHP recomendados. Para mellorar o rendemento e aumentar a compatibilidade, recomendase encarecidamente instalalos.",
- "Some columns in the database are missing a conversion to big int. Due to the fact that changing column types on big tables could take some time they were not changed automatically. By running 'occ db:convert-filecache-bigint' those pending changes could be applied manually. This operation needs to be made while the instance is offline. For further details read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "A algunhas columnas fáltalles a conversión a enteiro grande. Por mor de que cambiar os tipos de columnas en táboas grandes podería levar moito tempo non se modificaron automaticamente. Pódense aplicar manualmente estes cambios pendentes executando «occ db: convert-filecache-bigint». Esta operación ten que ser feita mentres a instancia está sen conexión. Para obter máis información, lea <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">a páxina de documentación sobre isto</a>.",
+ "Module php-imagick in this instance has no SVG support. For better compatibility it is recommended to install it." : "O módulo php-imagick nesta instancia non ten soporte SVG. Para unha mellor compatibilidade recoméndase instalalo.",
+ "Some columns in the database are missing a conversion to big int. Due to the fact that changing column types on big tables could take some time they were not changed automatically. By running 'occ db:convert-filecache-bigint' those pending changes could be applied manually. This operation needs to be made while the instance is offline. For further details read {linkstart}the documentation page about this ↗{linkend}." : "A algunhas columnas fáltalles a conversión a enteiro grande. Por mor de que cambiar os tipos de columnas en táboas grandes podería levar moito tempo non se modificaron automaticamente. Pódense aplicar manualmente estes cambios pendentes executando «occ db:convert-filecache-bigint'». Esta operación ten que ser feita mentres a instancia está sen conexión. Para obter máis información, lea {linkstart}a páxina de documentación sobre isto ↗{linkend}",
"SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend." : "Actualmente empregase SQLite como infraestrutura da base de datos. Para instalacións máis grandes recomendámoslle que cambie a unha infraestrutura de base de datos diferente.",
"This is particularly recommended when using the desktop client for file synchronisation." : "Isto está especialmente recomendado cando se utiliza o cliente de escritorio para a sincronización de ficheiros.",
- "To migrate to another database use the command line tool: 'occ db:convert-type', or see the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation ↗</a>." : "Para migrar a outra base de datos use a ferramenta de liña de ordes «occ db:convert-type» ou vexa a <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentación ↗</a>.",
- "Use of the the built in php mailer is no longer supported. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Please update your email server settings ↗<a/>." : "O uso do correo incorporado de php xa non está admitido. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Actualice os axustes do seu servidor de correo ↗<a/>.",
+ "To migrate to another database use the command line tool: 'occ db:convert-type', or see the {linkstart}documentation ↗{linkend}." : "Para migrar a outra base de datos use a ferramenta de liña de ordes «occ db:convert-type» ou vexa a {linkstart}documentación ↗{linkend}.",
"The PHP memory limit is below the recommended value of 512MB." : "O límite de memoria de PHP está por baixo do valor recomendado de 512 MB.",
"Some app directories are owned by a different user than the web server one. This may be the case if apps have been installed manually. Check the permissions of the following app directories:" : "Algúns directorios de aplicacións son propiedade dun usuario diferente do usuario do servidor web. Este pode ser o caso se se instalaron aplicacións manualmente. Comprobe os permisos dos seguintes directorios de aplicacións:",
- "MySQL is used as database but does not support 4-byte characters. To be able to handle 4-byte characters (like emojis) without issues in filenames or comments for example it is recommended to enable the 4-byte support in MySQL. For further details read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "Empregase MySQL como base de datos mais non admite caracteres de 4 bytes. Para poder manexar caracteres de 4 bytes (coma «emojis») sen problemas nos nomes de ficheiro ou comentarios por exemplo, recoméndase activar a compatibilidade de 4 bytes en MySQL. Para obter máis información, lea <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">a páxina de documentación sobre isto</a>.",
+ "MySQL is used as database but does not support 4-byte characters. To be able to handle 4-byte characters (like emojis) without issues in filenames or comments for example it is recommended to enable the 4-byte support in MySQL. For further details read {linkstart}the documentation page about this ↗{linkend}." : "Empregase MySQL como base de datos mais non admite caracteres de 4 bytes. Para poder manexar caracteres de 4 bytes (coma «emojis») sen problemas nos nomes de ficheiro ou comentarios por exemplo, recoméndase activar a compatibilidade de 4 bytes en MySQL. Para obter máis información, lea {linkstart}a páxina de documentación sobre isto ↗{linkend}.",
"This instance uses an S3 based object store as primary storage. The uploaded files are stored temporarily on the server and thus it is recommended to have 50 GB of free space available in the temp directory of PHP. Check the logs for full details about the path and the available space. To improve this please change the temporary directory in the php.ini or make more space available in that path." : "Esta instancia emprega un almacén de obxectos baseada en S3 como almacenamento primario. Os ficheiros enviados almacénanse temporalmente no servidor e, polo tanto, recoméndase dispor de 50 GB de espazo libre no directorio temporal de PHP. Comprobe os rexistros para obter máis detalles sobre a ruta e o espazo dispoñíbel. Para mellorar isto, cambie o directorio temporal no php.ini ou habilite máis espazo dispoñíbel nesta ruta.",
- "You are accessing your instance over a secure connection, however your instance is generating insecure URLs. This most likely means that you are behind a reverse proxy and the overwrite config variables are not set correctly. Please read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "Está a acceder á súa instancia a través dunha conexión segura, porén a súa instancia está a xerar URL inseguros. Isto probabelmente significa que está detrás dun proxy inverso e que as variábeis de configuración de sobreescritura non están configuradas correctamente. Lea a <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">páxina de documentación sobre isto</a>.",
+ "You are accessing your instance over a secure connection, however your instance is generating insecure URLs. This most likely means that you are behind a reverse proxy and the overwrite config variables are not set correctly. Please read {linkstart}the documentation page about this ↗{linkend}." : "Está a acceder á súa instancia a través dunha conexión segura, porén a súa instancia está a xerar URL inseguros. Isto probabelmente significa que está detrás dun proxy inverso e que as variábeis de configuración de sobrescritura non están configuradas correctamente. Lea a {linkstart}páxina de documentación sobre isto ↗{linkend}.",
"Error occurred while checking server setup" : "Aconteceu un erro mentras se comprobaba a configuración do servidor",
+ "For more details see the {linkstart}documentation ↗{linkend}." : "Para obter máis detalles revise a {linkstart}documentación ↗{linkend}.",
"Your data directory and files are probably accessible from the Internet. The .htaccess file is not working. It is strongly recommended that you configure your web server so that the data directory is no longer accessible, or move the data directory outside the web server document root." : "O directorio de datos e os seus ficheiros probabelmente son accesíbeis dende a Internet. O ficheiro .htaccess non funciona. Recoméndase encarecidamente configurar o seu servidor web para que o directorio de datos deixe de ser accesíbel ou que mova o directorio de datos fora da raíz do documento do servidor web.",
"The \"{header}\" HTTP header is not set to \"{expected}\". This is a potential security or privacy risk, as it is recommended to adjust this setting accordingly." : "A cabeceira HTTP «{header}» non está definida como «{expected}». Este é un risco de seguridade ou privacidade potencial, xa que se recomenda axustar esta opción en consecuencia.",
"The \"{header}\" HTTP header is not set to \"{expected}\". Some features might not work correctly, as it is recommended to adjust this setting accordingly." : "A cabeceira HTTP «{header}» non está definida como «{expected}». É posíbel que algunhas funcións non traballen correctamente, xa que se recomenda axustar esta opción en consecuencia.",
"The \"{header}\" HTTP header doesn't contain \"{expected}\". This is a potential security or privacy risk, as it is recommended to adjust this setting accordingly." : "A cabeceira HTTP «{header}» non contén «{expected}». Este é un risco de seguridade ou privacidade potencial, xa que se recomenda axustar esta opción en consecuencia.",
- "The \"{header}\" HTTP header is not set to \"{val1}\", \"{val2}\", \"{val3}\", \"{val4}\" or \"{val5}\". This can leak referer information. See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{link}\">W3C Recommendation ↗</a>." : "A cabeceira HTTP «{header}» non está configurada como «{val1}», «{val2}», «{val3}», «{val4}» ou «{val5}». Isto pode filtrar información de referencia. Vexa a <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{link}\">recomendación do W3C ↗</a>.",
- "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the <a href=\"{docUrl}\" rel=\"noreferrer noopener\">security tips ↗</a>." : "A cabeceira HTTP «Strict-Transport-Security» non está configurada a polo menos «{seconds}» segundos. Para mellorar a seguridade recomendámoslle activar HSTS tal e como se describe nos <a href=\"{docUrl}\" rel=\"noreferrer noopener\">consellos de seguridade ↗</a>.",
- "Accessing site insecurely via HTTP. You are strongly advised to set up your server to require HTTPS instead, as described in the <a href=\"{docUrl}\">security tips ↗</a>." : "Estase accedendo ao sitio de forma insegura mediante HTTP. Recoméndase encarecidamente configurar o servidor para que requira HTTPS, tal e como se describe nos <a href=\"{docUrl}\">consellos de seguridade ↗</a>.",
- "Non-existing tag #{tag}" : "A etiqueta #{tag} non existe",
- "restricted" : "restrinxido",
- "invisible" : "invisíbel",
- "Delete" : "Eliminar",
- "Rename" : "Renomear",
- "Collaborative tags" : "Etiquetas colaborativas",
- "No tags found" : "Non se atoparon etiquetas",
+ "The \"{header}\" HTTP header is not set to \"{val1}\", \"{val2}\", \"{val3}\", \"{val4}\" or \"{val5}\". This can leak referer information. See the {linkstart}W3C Recommendation ↗{linkend}." : "A cabeceira HTTP «{header}» non está configurada como «{val1}», «{val2}», «{val3}», «{val4}» ou «{val5}». Isto pode filtrar información de referencia. Vexa a {linkstart}recomendación do W3C ↗{linkend}.",
+ "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the {linkstart}security tips ↗{linkend}." : "A cabeceira HTTP «Strict-Transport-Security» non está configurada a polo menos «{seconds}» segundos. Para mellorar a seguridade recomendámoslle activar HSTS tal e como se describe nos {linkstart}consellos de seguridade ↗{linkend}.",
+ "Accessing site insecurely via HTTP. You are strongly advised to set up your server to require HTTPS instead, as described in the {linkstart}security tips ↗{linkend}." : "Estase accedendo ao sitio de forma insegura mediante HTTP. Recoméndase encarecidamente configurar o servidor para que requira HTTPS, tal e como se describe nos {linkstart}consellos de seguridade ↗{linkend}.",
"unknown text" : "texto descoñecido",
"Hello world!" : "Ola xente!",
"sunny" : "soleado",
@@ -121,50 +115,55 @@
"Update to {version}" : "Actualizar a {version}",
"An error occurred." : "Produciuse un erro",
"Please reload the page." : "Volva cargar a páxina.",
- "The update was unsuccessful. For more information <a href=\"{url}\">check our forum post</a> covering this issue." : "Fallou a actualización. Obteña máis información <a href=\"{url}\">consultando o noso artigo no foro</a> para arranxar este incidente.",
- "The update was unsuccessful. Please report this issue to the <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">Nextcloud community</a>." : "Fallou a actualización. Informe deste incidente na <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">comunidade de Nextcloud</a>.",
- "Continue to Nextcloud" : "Continuar para Nextcloud",
- "_The update was successful. Redirecting you to Nextcloud in %n second._::_The update was successful. Redirecting you to Nextcloud in %n seconds._" : ["A actualización foi satisfactoria. Redireccionandoo cara Nextcloud en %n segundo.","A actualización foi satisfactoria. Redireccionandoo cara ao Nextcloud en %n segundos."],
- "Searching other places" : "Buscando noutros lugares",
- "No search results in other folders for {tag}{filter}{endtag}" : "Non foi posíbel atopar resultados de busca noutros cartafoles para {tag}{filter}{endtag}",
- "_{count} search result in another folder_::_{count} search results in other folders_" : ["{count} resultado de busca noutro cartafol","{count} resultados de busca noutros cartafoles"],
+ "The update was unsuccessful. For more information <a href=\"{url}\">check our forum post</a> covering this issue." : "Fallou a actualización. Obteña máis información <a href=\"{url}\">consultando o noso artigo no foro</a> para arranxar esta incidencia.",
+ "The update was unsuccessful. Please report this issue to the <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">Nextcloud community</a>." : "Fallou a actualización. Informe desta incidencia na <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">comunidade de Nextcloud</a>.",
+ "Log in" : "Acceder",
+ "Logging in …" : "Acceder…",
"Server side authentication failed!" : "A autenticación fracasou do lado do servidor!",
"Please contact your administrator." : "Contacte co administrador.",
"An internal error occurred." : "Produciuse un erro interno",
"Please try again or contact your administrator." : "Ténteo de novo ou póñase en contacto co administrador.",
"Username or email" : "Nome de usuario ou correo",
"Password" : "Contrasinal",
- "Log in" : "Acceder",
- "Logging in …" : "Acceder…",
"Wrong username or password." : "Nome de usuario ou contrasinal incorrecto",
"User disabled" : "Usuario desactivado",
"We have detected multiple invalid login attempts from your IP. Therefore your next login is throttled up to 30 seconds." : "Detectamos varias tentativas de acceso non válidas dende o seu IP. Por mor diso, o seu próximo acceso será demorado ata 30 segundos",
+ "Your account is not setup for passwordless login." : "A súa conta non está configurada para o acceso sen contrasinal.",
+ "Passwordless authentication is not supported in your browser." : "O seu navegador non admite a autenticación sen contrasinal.",
+ "Passwordless authentication is only available over a secure connection." : "A autenticación sen contrasinal só está dispoñíbel nunha conexión segura.",
"Reset password" : "Restabelecer o contrasinal",
- "A password reset message has been sent to the e-mail address of this account. If you do not receive it, check your spam/junk folders or ask your local administrator for help." : "Enviouse unha mensaxe de restablecemento do contrasinal ao enderezo de correo electrónico desta conta. Se non o recibe, comprobe os seus cartafoles de correo lixo ou pregunte ao seu administrador local.",
"If it is not there ask your local administrator." : "Se non existe, pregúntelle ao seu administrador local.",
"Couldn't send reset email. Please contact your administrator." : "Non foi posíbel enviar o correo do restabelecemento. Póñase en contacto co administrador.",
- "Password can not be changed. Please contact your administrator." : "Non é posíbel cambiar o contrasinal. Póñase en contacto co administrador.",
"Back to login" : "Volver ao acceso",
"New password" : "Novo contrasinal",
"Your files are encrypted. There will be no way to get your data back after your password is reset. If you are not sure what to do, please contact your administrator before you continue. Do you really want to continue?" : "Os seus ficheiros están cifrados. Non haberá maneira de recuperar os datos após o restabelecemento do contrasinal. Se non está seguro de que facer, póñase en contacto co administrador antes de continuar. Confirma que quere continuar?",
"I know what I'm doing" : "Sei o que estou a facer",
- "Resetting password" : "Restablecendo o contrasinal",
+ "Resetting password" : "Restabelecendo o contrasinal",
"Recommended apps" : "Aplicacións recomendadas",
"Loading apps …" : "Cargando aplicacións…",
- "Could not fetch list of apps from the app store." : "Non foi posíbel recuperar a lista de aplicacións da tenda de aplicacións.",
"Installing apps …" : "Instalando aplicacións…",
- "Nextcloud {app}" : "Nextcloud {app}",
"App download or installation failed" : "Produciuse un fallo ao descargar ou instalar a aplicación",
- "Can't install this app because it is not compatible" : "Non é posíbel instalar esta aplicación porque non é compatíbel",
- "Can't install this app" : "Non é posíbel instalar esta aplicación",
"Cancel" : "Cancelar",
"Schedule work & meetings, synced with all your devices." : "Programar traballos e xuntanzas, sincronizar con todos os seus dispositivos.",
"Keep your colleagues and friends in one place without leaking their private info." : "Manteña aos seus compañeiros e amigos nun lugar sen filtrar a información privada.",
"Simple email app nicely integrated with Files, Contacts and Calendar." : "Aplicación de correo sinxela e ben integrada con Ficheiros, Contactos e Calendario.",
"Chatting, video calls, screensharing, online meetings and web conferencing – in your browser and with mobile apps." : "Conversas, videochamadas, compartición de pantalla, xuntanzas en liña e conferencias web; no seu navegador e con aplicacións móbiles.",
"Collaboratively edit office documents." : "Editar colaborativamente documentos de oficina.",
- "Local document editing back-end used by the OnlyOffice app." : "Infraestrutura para a edición de documentos locais utilizada pola aplicación OnlyOffice.",
+ "Local document editing back-end used by the Collabora Online app." : "Infraestrutura para a edición de documentos locais utilizada pola aplicación Collabora Online.",
"Forgot password?" : "Esqueceu o contrasinal?",
+ "Log in with a device" : "Acceder cun dispositivo",
+ "Back" : "Atrás",
+ "Login form is disabled." : "O formulario de inicio de sesión está bloqueado.",
+ "Reset search" : "Restabelecer a busca",
+ "Search for {name} only" : "Buscar só por {name}",
+ "No results for {query}" : "Non hai resultados para {query}",
+ "Start typing to search" : "Comece a escribir para buscar",
+ "Loading more results …" : "Cargando máis resultados…",
+ "Load more results" : "Cargando máis resultados",
+ "Search" : "Buscar",
+ "An error occurred while searching for {type}" : "Produciuse un erro ao buscar por {type}",
+ "_Please enter {minSearchLength} character or more to search_::_Please enter {minSearchLength} characters or more to search_" : ["Introduza {minSearchLength} carácter ou máis para buscar","Introduza {minSearchLength} caracteres ou máis para buscar"],
+ "Search {types} …" : "Buscando {types}…",
"Settings" : "Axustes",
"Could not load your contacts" : "Non foi posíbel cargar os seus contactos",
"Search contacts …" : "Buscar contactos…",
@@ -196,7 +195,7 @@
"_{count} file conflict_::_{count} file conflicts_" : ["{count} conflito de ficheiro","{count} conflitos de ficheiros"],
"One file conflict" : "Un conflito de ficheiro",
"New Files" : "Ficheiros novos",
- "Already existing files" : "Xa existen os ficheiros",
+ "Already existing files" : "Ficheiros existentes",
"Which files do you want to keep?" : "Que ficheiros quere conservar?",
"If you select both versions, the copied file will have a number added to its name." : "Se selecciona ambas versións, o ficheiro copiado terá un número engadido ao nome.",
"Continue" : "Continuar",
@@ -207,12 +206,12 @@
"Copy to {folder}" : "Copiar en {folder}",
"Move to {folder}" : "Mover a {folder}",
"Saving …" : "Gardando…",
- "Authentication required" : "Requírese autenticación",
+ "Authentication required" : "É necesaria a autenticación",
"This action requires you to confirm your password" : "Esta acción require que confirme o seu contrasinal",
"Confirm" : "Confirmar",
"Failed to authenticate, try again" : "Fallou a autenticación, ténteo de novo",
- "seconds ago" : "segundos atrás",
- "Connection to server lost" : "Perdeuse a conexión co servidor",
+ "seconds ago" : "hai uns segundos",
+ "Connection to server lost" : "Falta a conexión co servidor",
"_Problem loading page, reloading in %n second_::_Problem loading page, reloading in %n seconds_" : ["Produciuse un problema a cargar a páxina, volverá cargar en %n segundo","Produciuse un problema ao cargar a páxina, volverá cargar en %n segundos"],
"Add to a project" : "Engadir a un proxecto",
"Show details" : "Amosar os detalles",
@@ -231,7 +230,14 @@
"Good password" : "Contrasinal bo",
"Strong password" : "Contrasinal forte",
"No action available" : "Non hai accións dispoñíbeis",
- "Error fetching contact actions" : "Produciuse un erro ao recuperar as accións do contacto",
+ "Error fetching contact actions" : "Produciuse un erro ao obter as accións do contacto",
+ "Non-existing tag #{tag}" : "A etiqueta #{tag} non existe",
+ "restricted" : "restrinxido",
+ "invisible" : "invisíbel",
+ "Delete" : "Eliminar",
+ "Rename" : "Renomear",
+ "Collaborative tags" : "Etiquetas colaborativas",
+ "No tags found" : "Non se atoparon etiquetas",
"Personal" : "Persoal",
"Users" : "Usuarios",
"Apps" : "Aplicacións",
@@ -241,7 +247,10 @@
"File not found" : "Non se atopou o ficheiro",
"The document could not be found on the server. Maybe the share was deleted or has expired?" : "Non foi posíbel atopar o documento no servidor. É posíbel que a ligazón for eliminada ou que xa teña caducado.",
"Back to %s" : "Volver a %s",
+ "Too many requests" : "Demasiadas solicitudes",
+ "There were too many requests from your network. Retry later or contact your administrator if this is an error." : "Houbo demasiadas solicitudes da súa rede. Volva tentalo máis adiante ou póñase en contacto co seu administrador se se trata dun erro.",
"Error" : "Erro",
+ "Previous" : "Anterior",
"Internal Server Error" : "Produciuse un erro interno do servidor",
"The server was unable to complete your request." : "O servidor non foi quen de completar a súa solicitude. ",
"If this happens again, please send the technical details below to the server administrator." : "Se volve suceder, a seguir envíe os detalles técnicos ao administrador do servidor.",
@@ -255,7 +264,7 @@
"File: %s" : "Ficheiro: %s",
"Line: %s" : "Liña: %s",
"Trace" : "Traza",
- "Security warning" : "Aviso de seguridade",
+ "Security warning" : "Advertencia de seguridade",
"Your data directory and files are probably accessible from the internet because the .htaccess file does not work." : "O seu directorio de datos e os ficheiros probabelmente sexan accesíbeis dende a Internet xa que o ficheiro .htaccess non está a traballar.",
"For information how to properly configure your server, please see the <a href=\"%s\" target=\"_blank\" rel=\"noreferrer noopener\">documentation</a>." : "Para obter información sobre como configurar o seu servidor de xeito correcto, vexa a <a href=\"%s\" target=\"_blank\" rel=\"noreferrer noopener\">documentación</a>.",
"Create an <strong>admin account</strong>" : "Crear unha <strong>conta de administrador</strong>",
@@ -278,7 +287,7 @@
"SQLite should only be used for minimal and development instances. For production we recommend a different database backend." : "SQLite só debería empregarse para instancias mínimas e de desenvolvemento. Para produción recomendámoslle que empregue unha infraestrutura de base de datos diferente.",
"If you use clients for file syncing, the use of SQLite is highly discouraged." : "Se emprega clientes para a sincronización dos ficheiros, desaconséllase encarecidamente o uso de SQLite.",
"Install recommended apps" : "Instalar aplicacións recomendadas",
- "Calendar, Contacts, Talk, Mail & OnlyOffice" : "Calendario, Contactos, Talk (falar), Correo e OnlyOffice",
+ "Calendar, Contacts, Talk, Mail & Collaborative editing" : "Calendario, Contactos, Talk, Correo e Edición colaborativa",
"Finish setup" : "Rematar a configuración",
"Finishing …" : "Rematando…",
"Need help?" : "Precisa axuda?",
@@ -292,17 +301,16 @@
"More apps" : "Máis aplicacións",
"More" : "Máis",
"More apps menu" : "Menú doutras aplicacións",
- "Search" : "Buscar",
- "Reset search" : "Restabelecer a busca",
"Contacts" : "Contactos",
"Contacts menu" : "Menú de contactos",
"Settings menu" : "Menú de axustes",
"Confirm your password" : "Confirme o seu contrasinal",
"Connect to your account" : "Conectar á sua conta",
"Please log in before granting %1$s access to your %2$s account." : "Inicie sesión antes de concederlle a %1$s acceso á súa conta %2$s.",
- "App token" : "Marca da aplicación",
+ "If you are not trying to set up a new device or app, someone is trying to trick you into granting them access to your data. In this case do not proceed and instead contact your system administrator." : "Se non está a configurar un dispositivo ou aplicación nova, alguén está tentando enganalo para que lle permita o acceso aos seus datos. Neste caso non continúe e póñase en contacto co administrador do sistema.",
+ "App token" : "Testemuño da aplicación",
"Grant access" : "Permitir o acceso",
- "Alternative log in using app token" : "Acceso alternativo usando a marca da aplicación",
+ "Alternative log in using app token" : "Acceso alternativo usando o testemuño da aplicación",
"Account access" : "Acceso á conta",
"You are about to grant %1$s access to your %2$s account." : "Está a piques de concederlle a %1$s permiso para acceder á súa conta %2$s.",
"Account connected" : "Conta conectada",
@@ -327,111 +335,65 @@
"Further information how to configure this can be found in the %1$sdocumentation%2$s." : "Pode atopar máis información sobre cómo configurar isto na %1$sdocumentación%2$s.",
"App update required" : "É necesario actualizar a aplicación",
"%1$s will be updated to version %2$s" : "%1$s actualizarase á versión %2$s",
- "These apps will be updated:" : "Actualizaranse estas aplicacións:",
+ "The following apps will be updated:" : "As seguintes aplicacións foron actualizadas:",
"These incompatible apps will be disabled:" : "Desactivaranse estas aplicacións incompatíbeis:",
"The theme %s has been disabled." : "O tema %s foi desactivado.",
"Please make sure that the database, the config folder and the data folder have been backed up before proceeding." : "Asegúrese de ter feito unha copia de seguridade da base de datos, do cartafol de configuración e do cartafol de datos, antes de proceder.",
"Start update" : "Iniciar a actualización",
"To avoid timeouts with larger installations, you can instead run the following command from your installation directory:" : "Para evitar tempos de espera nas instalacións grandes, no seu lugar pode executar a seguinte orde dende o directorio de instalación:",
"Detailed logs" : "Rexistros detallados",
- "Update needed" : "Necesitase actualizar",
+ "Update needed" : "É necesario actualizar",
"Please use the command line updater because you have a big instance with more than 50 users." : "Vostede ten unha instancia moi grande con máis de 50 usuarios, faga a actualización empregando a liña de ordes.",
"For help, see the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"%s\">documentation</a>." : "Para obter axuda, vexa a <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"%s\">documentación</a>.",
"I know that if I continue doing the update via web UI has the risk, that the request runs into a timeout and could cause data loss, but I have a backup and know how to restore my instance in case of a failure." : "Sei que se continúo facendo a actualización a través da interface web, corro o risco de que a solicitude non se execute no tempo de espera e provoque a perda de información pero teño unha copia de seguridade dos datos e sei como restaurala.",
- "Upgrade via web on my own risk" : "Actualizar a través da web, correndo o risco baixo a miña responsabilidade",
+ "Upgrade via web on my own risk" : "Anovar a través da web, correndo o risco baixo a miña responsabilidade",
"Maintenance mode" : "Modo de mantemento",
"This %s instance is currently in maintenance mode, which may take a while." : "Esta instancia de %s atopase en modo de mantemento, isto pode levar un anaco.",
"This page will refresh itself when the instance is available again." : "Esta páxina actualizarase automaticamente cando a instancia estea dispoñíbel de novo.",
"Contact your system administrator if this message persists or appeared unexpectedly." : "Póñase en contacto co administrador do sistema se persiste esta mensaxe ou se aparece de forma inesperada.",
- "Could not send reset email because there is no email address for this username. Please contact your administrator." : "Non foi posíbel enviar o correo do restabelecemento porque non hai un enderezo de correo-e para este nome de usuario. Póñase en contacto cun administrador.",
- "Couldn't send reset email. Please make sure your username is correct." : "Non foi posíbel enviar o correo do restabelecemento. Asegúrese de que o nome de usuario é o correcto.",
- "We have send a password reset e-mail to the e-mail address known to us for this account. If you do not receive it within a reasonable amount of time, check your spam/junk folders.<br>If it is not there ask your local administrator." : "Foi enviada ao enderezo de correo coñecido para esta conta, a ligazón para restabelecer o seu contrasinal. Se non a recibe nun prazo razoábel de tempo, vexa o seu cartafol de correo lixo.<br>Se non está alí pregúntelle ao administrador local.",
- "Your files are encrypted. There will be no way to get your data back after your password is reset.<br />If you are not sure what to do, please contact your administrator before you continue. <br />Do you really want to continue?" : "Os seus ficheiros están cifrados. Non haberá maneira de recuperar os datos após o restabelecemento do contrasinal. <br />Se non está seguro de que facer, póñase en contacto co administrador antes de continuar. <br /> Confirma que quere continuar?",
- "Sending email …" : "Enviando correo…",
- "You are currently running PHP 5.6. The current major version of Nextcloud is the last that is supported on PHP 5.6. It is recommended to upgrade the PHP version to 7.0+ to be able to upgrade to Nextcloud 14." : "Actualmente está a empregar PHP 5.6. Esta versión maior de Nextcloud é a última compatíbel con PHP 5.6. Recomendase actualizar á versión 7.0+ do PHP para poder actualizar a Nextcloud 14.",
- "Accessing site insecurely via HTTP. You are strongly adviced to set up your server to require HTTPS instead, as described in the <a href=\"{docUrl}\">security tips ↗</a>." : "Estase accedndo accedendo ao sitio de forma insegura mediante HTTP. Recoméndase encarecidamente configurar o servidor para que requira HTTPS, tal e como describe nos <a href=\"{docUrl}\">consellos de seguridade ↗</a>.",
- "Shared" : "Compartido",
- "Shared with" : "Compartido con",
- "Shared by" : "Compartido por",
- "Choose a password for the public link" : "Escolla un contrasinal para a ligazón pública",
- "Choose a password for the public link or press the \"Enter\" key" : "Escolla un contrasinal para a ligazón pública ou prema a tecla «Intro»",
- "Copied!" : "Copiado!",
- "Copy link" : "Copiar a ligazón",
- "Not supported!" : "Non admitido!",
- "Press ⌘-C to copy." : "Prema ⌘-C para copiar.",
- "Press Ctrl-C to copy." : "Prema Ctrl-C para copiar.",
- "Unable to create a link share" : "Non é posíbel crear a ligazón compartida",
- "Unable to toggle this option" : "Non é posíbel alternar esta opción",
- "Resharing is not allowed" : "Non se permite volver compartir",
- "Link" : "Ligazón",
- "Hide download" : "Agochar a descarga",
- "Password protection enforced" : "Protección con contrasinal obrigado",
- "Password protect" : "Protexido con contrasinal",
- "Allow editing" : "Permitir a edición",
- "Email link to person" : "Enviar ligazón por correo",
- "Send" : "Enviar",
- "Allow upload and editing" : "Permitir o envío e a edición",
- "Read only" : "Só lectura",
- "File drop (upload only)" : "Soltar ficheiro (só envíos) ",
- "Expiration date enforced" : "Data de caducidade obrigada",
- "Set expiration date" : "Definir a data de caducidade",
- "Expiration" : "Caducidade",
- "Expiration date" : "Data de caducidade",
- "Note to recipient" : "Nota ao destinatario",
- "Unshare" : "Deixar de compartir",
- "Delete share link" : "Eliminar a ligazón compartida",
- "Add another link" : "Engadir outra ligazón",
- "Password protection for links is mandatory" : "É obrigatoria a protección por contrasinal das ligazóns",
- "Share to {name}" : "Compartir con {name}",
- "Share link" : "Compartir ligazón",
- "New share link" : "Nova ligazón compartida",
- "Created on {time}" : "Creado o {time}",
- "Password protect by Talk" : "Contrasinal protexido polo Talk",
- "Could not unshare" : "Non foi posíbel deixar de compartir",
- "Shared with you and the group {group} by {owner}" : "Compartido con vostede e co grupo {group} por {owner}",
- "Shared with you and {circle} by {owner}" : "Compartido con vostede e {circle} por {owner}",
- "Shared with you and the conversation {conversation} by {owner}" : "Compartido con vostede e a conversa {conversation} por {owner}",
- "Shared with you in a conversation by {owner}" : "Compartido con vostede nunha conversa por {owner}",
- "Shared with you by {owner}" : "Compartido con vostede por {owner}",
- "Choose a password for the mail share" : "Escolla un contrasinal para compartir por correo",
- "group" : "grupo",
- "remote" : "remoto",
- "remote group" : "grupo remoto",
- "email" : "correo",
- "conversation" : "conversa",
- "shared by {sharer}" : "compartido por {sharer}",
- "Can reshare" : "Pode volver compartir",
- "Can edit" : "Pode editar",
- "Can create" : "Pode crear",
- "Can change" : "Pode cambiar",
- "Can delete" : "Pode eliminar",
- "Access control" : "Control de acceso",
- "{shareInitiatorDisplayName} shared via link" : "{shareInitiatorDisplayName} compartido mediante unha ligazón",
- "Error while sharing" : "Produciuse un erro ao compartir",
- "Share details could not be loaded for this item." : "Non foi posíbel cargar os detalles de compartición para este elemento.",
- "Search globally" : "Facer unha busca global",
- "_At least {count} character is needed for autocompletion_::_At least {count} characters are needed for autocompletion_" : ["Necesítase cando menos {count} carácter para o autocompletado","Necesítanse cando menos {count} caracteres para o autocompletado"],
- "This list is maybe truncated - please refine your search term to see more results." : "É probábel que esta lista estea truncada, afine o termo de busca para ver máis resultados.",
- "No users or groups found for {search}" : "Non se atoparon usuarios ou grupos para {search}",
- "No users found for {search}" : "Non se atoparon usuarios para {search}",
- "An error occurred (\"{message}\"). Please try again" : "Produciuse un erro (\"{message}\"). Ténteo de novo",
- "An error occurred. Please try again" : "Produciuse un erro. Ténteo de novo",
- "Home" : "Inicio",
- "Work" : "Traballo",
- "Other" : "Outro",
- "{sharee} (remote group)" : "{sharee} (remote group)",
- "{sharee} ({type}, {owner})" : "{sharee} ({type}, {owner})",
- "Share" : "Compartir",
- "Name or email address..." : "Nome ou enderezo de correo...",
- "Name or federated cloud ID..." : "Nome ou ID da nube federada...",
- "Name, federated cloud ID or email address..." : "Nome, ID da nube federada ou enderezo de correo...",
- "Name..." : "Nome...",
- "Error removing share" : "Produciuse un erro ao retirar os compartidos",
- "({scope})" : "({scope})",
- "Saving..." : "Gardando…",
- "Dismiss" : "Rexeitar",
- "Your client should now be connected! You can close this window." : "O seu cliente xa debe estar conectado. Pode pechar esta xanela.",
- "New Password" : "Novo contrasinal",
- "Cancel log in" : "Cancelar o inicio de sesión"
+ "Checking whether the database schema can be updated (this can take a long time depending on the database size)" : "Comprobar se é posíbel actualizar o esquema da base de datos (isto pode levar bastante tempo, dependendo do tamaño da base de datos)",
+ "Checked database schema update" : "Comprobada a actualización do esquema da base de datos",
+ "Checking updates of apps" : "Comprobando a actualización de aplicacións",
+ "Checking for update of app \"%s\" in appstore" : "Comprobando a actualización da aplicación «%s» na tenda de aplicacións",
+ "Update app \"%s\" from appstore" : "Actualizado a aplicación «%s» dende a tenda de aplicacións",
+ "Checked for update of app \"%s\" in appstore" : "Comprobada a actualización da aplicación «%s» na tenda de aplicacións",
+ "Checked database schema update for apps" : "Comprobada a actualización do esquema da base de datos para aplicacións",
+ "Following apps have been disabled: %s" : "As seguintes aplicacións foron desactivadas: %s",
+ "Your web server is not properly set up to resolve \"{url}\". Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "O servidor non está configurado correctamente para resolver «{url}». Pode atopar máis información na nosa <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">documentación</a>.",
+ "Your web server is not properly set up to resolve \"{url}\". This is most likely related to a web server configuration that was not updated to deliver this folder directly. Please compare your configuration against the shipped rewrite rules in \".htaccess\" for Apache or the provided one in the documentation for Nginx at it's <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation page</a>. On Nginx those are typically the lines starting with \"location ~\" that need an update." : "O servidor web non está configurado correctamente para resolver «{url}». O máis probábel é que isto estea relacionado cunha configuración do servidor web que non se actualizou para entregar directamente este cartafol. Compare a configuración contra as regras de reescritura enviadas en «.htaccess» para Apache ou a fornecida na documentación de Nginx na súa <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">páxina de documentación</a>. En Nginx estas normalmente son as liñas que comezan por «location ~» que precisan unha actualización.",
+ "Your web server is not properly set up to deliver .woff2 files. This is typically an issue with the Nginx configuration. For Nextcloud 15 it needs an adjustement to also deliver .woff2 files. Compare your Nginx configuration to the recommended configuration in our <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "O servidor web non está configurado correctamente para fornecer ficheiros .woff2. Isto é un incidente frecuente en configuracións de Nginx. Para Nextcloud 15 necesita un axuste para fornecer ficheiros .woff2. Compare a súa configuración do Nginx coa configuración recomendada na nosa <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentación</a>.",
+ "Please check the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">installation documentation ↗</a> for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "Revise a <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentación de instalación ↗</a> para as notas de configuración PHP e a configuración PHP do seu servidor, especialmente cando se está a empregar php-fpm",
+ "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems. See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation ↗</a> for more information." : "O bloqueo de ficheiros transaccionais está desactivado, isto podería levar a incidentes baixo certas condicións. Active «filelocking.enabled» en «config.php» para evitar eses problemas. Vexa a <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentación ↗</a> para obter máis información.",
+ "Last background job execution ran {relativeTime}. Something seems wrong." : "Última execución da tarefa de cron {relativeTime}. Semella que algo vai mal.",
+ "Check the background job settings" : "Revise os axustes do traballo en segundo plano",
+ "No memory cache has been configured. To enhance performance, please configure a memcache, if available. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "A memoria caché non foi configurada. Para mellorar o rendemento, configure unha «memcache» se está dispoñíbel. Pode atopar máis información na nosa <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentación</a>.",
+ "No suitable source for randomness found by PHP which is highly discouraged for security reasons. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "PHP non atopa unha fonte de aleatoriedade, isto está moi desaconsellado por razóns de seguridade. Pode atopar máis información na nosa <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentación</a>.",
+ "You are currently running PHP {version}. Upgrade your PHP version to take advantage of <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">performance and security updates provided by the PHP Group</a> as soon as your distribution supports it." : "Actualmente está a empregar PHP {version}. Anove a versión de PHP para beneficiarse das <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">melloras de rendemento e seguridade que aporta PHP Group</a> tan cedo como a súa distribución o admita. ",
+ "The reverse proxy header configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If not, this is a security issue and can allow an attacker to spoof their IP address as visible to the Nextcloud. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "A configuración de cabeceiras do proxy inverso é incorrecta, ou vostede está accedendo a Nextcloud dende un proxy no que confía. Se non, isto é un incidente de seguridade que pode permitir a un atacante disfrazar o seu enderezo IP como visíbel para Nextcloud. Pode atopar máis información na nosa <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentación</a>.",
+ "Memcached is configured as distributed cache, but the wrong PHP module \"memcache\" is installed. \\OC\\Memcache\\Memcached only supports \"memcached\" and not \"memcache\". See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">memcached wiki about both modules</a>." : "Memcached está configurado como caché distribuído, pero está instalado o módulo PHP incorrecto «memcache». \\OC\\Memcache\\Memcached só admite «memcached» e non «memcache». Consulte a <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">wiki de memcached sobre os dous módulos</a>.",
+ "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">List of invalid files…</a> / <a href=\"{rescanEndpoint}\">Rescan…</a>)" : "Algúns ficheiros non superaron a comprobación de integridade. Pode atopar máis información sobre como resolver este incidente na nosa <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentación</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">Lista de ficheiros incorrectos…</a> / <a href=\"{rescanEndpoint}\">Volver analizar…</a>)",
+ "The PHP OPcache module is not loaded. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance it is recommended</a> to load it into your PHP installation." : "OPcache de PHP non está configurado correctamente. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Para mellorar o rendemento recomendamose</a> cargalo na súa instalación de PHP.",
+ "The PHP OPcache is not properly configured. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance it is recommended</a> to use the following settings in the <code>php.ini</code>:" : "OPcache de PHP non está configurado correctamente. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Para mellorar o rendemento recomendase</a> usar os seguintes axustes en <code>php.ini</code>:",
+ "Some columns in the database are missing a conversion to big int. Due to the fact that changing column types on big tables could take some time they were not changed automatically. By running 'occ db:convert-filecache-bigint' those pending changes could be applied manually. This operation needs to be made while the instance is offline. For further details read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "A algunhas columnas fáltalles a conversión a enteiro grande. Por mor de que cambiar os tipos de columnas en táboas grandes podería levar moito tempo non se modificaron automaticamente. Pódense aplicar manualmente estes cambios pendentes executando «occ db:convert-filecache-bigint'». Esta operación ten que ser feita mentres a instancia está sen conexión. Para obter máis información, lea <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">a páxina de documentación sobre isto</a>.",
+ "To migrate to another database use the command line tool: 'occ db:convert-type', or see the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation ↗</a>." : "Para migrar a outra base de datos use a ferramenta de liña de ordes «occ db:convert-type» ou vexa a <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentación ↗</a>.",
+ "Use of the the built in php mailer is no longer supported. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Please update your email server settings ↗<a/>." : "O uso do correo incorporado de php xa non está admitido. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Actualice os axustes do seu servidor de correo ↗<a/>.",
+ "MySQL is used as database but does not support 4-byte characters. To be able to handle 4-byte characters (like emojis) without issues in filenames or comments for example it is recommended to enable the 4-byte support in MySQL. For further details read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "Empregase MySQL como base de datos mais non admite caracteres de 4 bytes. Para poder manexar caracteres de 4 bytes (coma «emojis») sen problemas nos nomes de ficheiro ou comentarios por exemplo, recoméndase activar a compatibilidade de 4 bytes en MySQL. Para obter máis información, lea <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">a páxina de documentación sobre isto</a>.",
+ "You are accessing your instance over a secure connection, however your instance is generating insecure URLs. This most likely means that you are behind a reverse proxy and the overwrite config variables are not set correctly. Please read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "Está a acceder á súa instancia a través dunha conexión segura, porén a súa instancia está a xerar URL inseguros. Isto probabelmente significa que está detrás dun proxy inverso e que as variábeis de configuración de sobrescritura non están configuradas correctamente. Lea a <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">páxina de documentación sobre isto</a>.",
+ "The \"{header}\" HTTP header is not set to \"{val1}\", \"{val2}\", \"{val3}\", \"{val4}\" or \"{val5}\". This can leak referer information. See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{link}\">W3C Recommendation ↗</a>." : "A cabeceira HTTP «{header}» non está configurada como «{val1}», «{val2}», «{val3}», «{val4}» ou «{val5}». Isto pode filtrar información de referencia. Vexa a <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{link}\">recomendación do W3C ↗</a>.",
+ "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the <a href=\"{docUrl}\" rel=\"noreferrer noopener\">security tips ↗</a>." : "A cabeceira HTTP «Strict-Transport-Security» non está configurada a polo menos «{seconds}» segundos. Para mellorar a seguridade recomendámoslle activar HSTS tal e como se describe nos <a href=\"{docUrl}\" rel=\"noreferrer noopener\">consellos de seguridade ↗</a>.",
+ "Accessing site insecurely via HTTP. You are strongly advised to set up your server to require HTTPS instead, as described in the <a href=\"{docUrl}\">security tips ↗</a>." : "Estase accedendo ao sitio de forma insegura mediante HTTP. Recoméndase encarecidamente configurar o servidor para que requira HTTPS, tal e como se describe nos <a href=\"{docUrl}\">consellos de seguridade ↗</a>.",
+ "Continue to Nextcloud" : "Continuar para Nextcloud",
+ "_The update was successful. Redirecting you to Nextcloud in %n second._::_The update was successful. Redirecting you to Nextcloud in %n seconds._" : ["A actualización foi satisfactoria. Redireccionandoo cara Nextcloud en %n segundo.","A actualización foi satisfactoria. Redireccionandoo cara ao Nextcloud en %n segundos."],
+ "Searching other places" : "Buscando noutros lugares",
+ "No search results in other folders for {tag}{filter}{endtag}" : "Non foi posíbel atopar resultados de busca noutros cartafoles para {tag}{filter}{endtag}",
+ "_{count} search result in another folder_::_{count} search results in other folders_" : ["{count} resultado de busca noutro cartafol","{count} resultados de busca noutros cartafoles"],
+ "A password reset message has been sent to the e-mail address of this account. If you do not receive it, check your spam/junk folders or ask your local administrator for help." : "Enviouse unha mensaxe de restabelecemento do contrasinal ao enderezo de correo electrónico desta conta. Se non o recibe, comprobe os seus cartafoles de correo non desexado/lixo ou pregunte ao seu administrador local.",
+ "Password can not be changed. Please contact your administrator." : "Non é posíbel cambiar o contrasinal. Póñase en contacto co administrador.",
+ "Could not fetch list of apps from the app store." : "Non foi posíbel obter a lista de aplicacións da tenda de aplicacións.",
+ "Nextcloud {app}" : "Nextcloud {app}",
+ "Can't install this app because it is not compatible" : "Non é posíbel instalar esta aplicación porque non é compatíbel",
+ "Can't install this app" : "Non é posíbel instalar esta aplicación",
+ "These apps will be updated:" : "Actualizaranse estas aplicacións:",
+ "For more details see the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Para máis detalles vexa a <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentación</a>."
},"pluralForm" :"nplurals=2; plural=(n != 1);"
} \ No newline at end of file
diff --git a/core/l10n/he.js b/core/l10n/he.js
index 861dbbbbba9..4921114c71b 100644
--- a/core/l10n/he.js
+++ b/core/l10n/he.js
@@ -15,6 +15,7 @@ OC.L10N.register(
"No valid crop data provided" : "לא סופק מידע קיטום חוקי",
"Crop is not square" : "הקיטום אינו מרובע",
"State token does not match" : "קוד אימות מצב אינו תואם",
+ "Invalid app password" : "ססמת היישומון שגויה",
"Could not complete login" : "לא ניתן להשלים את הכניסה",
"Your login token is invalid or has expired" : "אסימון הכניסה שלך שגוי או שהוא פג",
"Password reset is disabled" : "אין אפשרות לאפס סיסמה",
@@ -25,8 +26,11 @@ OC.L10N.register(
"Click the following button to reset your password. If you have not requested the password reset, then ignore this email." : "יש ללחוץ על הכפתור הבא בכדי לאפס סיסמה, אם איפוס הסיסמה לא התבקש יש להתעלם מהודעה זו",
"Click the following link to reset your password. If you have not requested the password reset, then ignore this email." : "יש ללחוץ על הקישור הבא בכדי לאפס סיסמה, אם איפוס הסיסמה לא התבקש יש להתעלם מהודעה זו",
"Reset your password" : "יש לאפס סיסמה",
+ "Nextcloud Server" : "שרת Nextcloud",
"Some of your link shares have been removed" : "חלק מקישורי השיתופים שלך הוסרו",
"Due to a security bug we had to remove some of your link shares. Please see the link for more information." : "עקב תקלת אבטחה נאלצנו להסיר חלק מקישורי השיתופים שלך. נא להיכנס לקישור לקבלת פרטים נוספים.",
+ "The user limit of this instance is reached." : "מגבלת המשתמשים של מופע זה הושגה.",
+ "Enter your subscription key to increase the user limit. For more information about Nextcloud Enterprise see our website." : "הזן את מפתח המנוי שלך כדי להגדיל את מגבלת המשתמשים. למידע נוסף על Nextcloud Enterprise, עיין באתר שלנו.",
"Preparing update" : "מכין עדכון",
"[%d / %d]: %s" : "[%d / %d]: %s",
"Repair step:" : "שלב בתיקון:",
@@ -40,62 +44,44 @@ OC.L10N.register(
"Maintenance mode is kept active" : "מצב אחזקה נשמר פעיל",
"Updating database schema" : "עדכון סכימת מסד נתונים",
"Updated database" : "עדכון מסד נתונים",
- "Checking whether the database schema can be updated (this can take a long time depending on the database size)" : "בודק אם סכימת מסד הנתונים ניתנת לעדכון (פעולה זו יכולה להמשך זמן רב תלוי בגודל מסד הנתונים)",
- "Checked database schema update" : "עדכון סכימת מסד נתונים נבדק",
- "Checking updates of apps" : "בדיקת עדכוני יישומים",
- "Checking for update of app \"%s\" in appstore" : "בודק עדכונים עבור האפליקציות \"%s\" בחנות האפליקציות.",
- "Update app \"%s\" from appstore" : "עדכן אפליקציה \"%s\" מחנות האפליקציות",
- "Checked for update of app \"%s\" in appstore" : "חיפוש אם קיים עדכון ליישומון „%s” בחנות היישומונים.",
"Checking whether the database schema for %s can be updated (this can take a long time depending on the database size)" : "בודק אם סכימת מסד הנתונים עבור %s ניתנת לעדכון (פעולה זו יכולה להמשך זמן רב תלוי בגודל מסד הנתונים)",
- "Checked database schema update for apps" : "עדכון סכימת מסד נתונים ליישומים נבדק",
"Updated \"%1$s\" to %2$s" : "„%1$s” עודכן לכדי %2$s",
"Set log level to debug" : "קביעת רמת דיווח לתהליך ניפוי בשגיאות",
"Reset log level" : "קביעה מחדש לרמת דיווח",
"Starting code integrity check" : "התחלת בדיקת תקינות קוד",
"Finished code integrity check" : "סיום בדיקת תקינות קוד",
"%s (incompatible)" : "%s (לא תואם)",
- "Following apps have been disabled: %s" : "היישומים הבאים נוטרלו: %s",
+ "The following apps have been disabled: %s" : "היישומים הבאים הושבתו: %s",
"Already up to date" : "כבר עדכני",
"Your web server is not yet properly set up to allow file synchronization, because the WebDAV interface seems to be broken." : "שרת האינטרנט לא מוגדר עדיין כראוי כדי לאפשר סנכרון קבצים, כיוון שמנשק ה־WebDAV כנראה אינו מתפקד.",
- "Your web server is not properly set up to resolve \"{url}\". Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "שרת האינטרנט שלך אינו מוגדר כראוי כדי לפתור את „{url}”. ניתן למצוא מידע נוסף ב<a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">תיעוד</a>.",
"PHP does not seem to be setup properly to query system environment variables. The test with getenv(\"PATH\") only returns an empty response." : "מסתבר כי PHP לא מוגדר כראוי כדי לתשאל משתני סביבה. הבדיקה עם getenv(\"PATH\") מחזירה תשובה ריקה בלבד.",
- "Please check the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">installation documentation ↗</a> for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "נא לעיין ב<a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">תיעוד למתקינים ↖️</a> להערות בנוגע להגדרות PHP והגדרות ה־PHP לשרת שלך, במיוחד אם נעשה שימוש ב־php-fpm.",
"The read-only config has been enabled. This prevents setting some configurations via the web-interface. Furthermore, the file needs to be made writable manually for every update." : "הופעלה תצורה לקריאה בלבד. מצב זה מונע את הגדרת חלק מההגדרות דרך מנשק דפדפן. יתרה מכך, יש להפוך את הקובץ למורשה לכתיבה ידנית בכל עדכון מחדש.",
"Your database does not run with \"READ COMMITTED\" transaction isolation level. This can cause problems when multiple actions are executed in parallel." : "מסד הנתונים שלך לא עובד עם רמת הפרדת פעולות של „READ COMMITTED” . מצב כזה יכול לגרום לבעיות כאשר מספר פעולות רצות במקביל.",
"The PHP module \"fileinfo\" is missing. It is strongly recommended to enable this module to get the best results with MIME type detection." : "מודול ה־PHP בשם „fileinfo” חסר. מומלץ בחום להפעיל את המודול הזה כדי לקבל את התוצאות הטובות ביותר בזיהוי סוג MIME.",
- "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems. See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation ↗</a> for more information." : "נעילת קבצים מושבתת בזמן פעילות, מצב כזה יכול לגרום לתקלות במקרים של תחרות על משאב. יש להפעיל את „filelocking.enabled” ב־config.php כדי להתעלם מתקלות שכאלה. יש לעיין ב<a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">תיעוד ↖️</a> לקבלת מידע נוסף.",
"If your installation is not installed at the root of the domain and uses system cron, there can be issues with the URL generation. To avoid these problems, please set the \"overwrite.cli.url\" option in your config.php file to the webroot path of your installation (suggestion: \"{suggestedOverwriteCliURL}\")" : "אם המערכת שלך אינה מותקנת בשורש שם המתחם ומשתמשת ב־cron של המערכת, עשויות לצוץ תקלות עם יצירת כתובות. כדי להימנע מהתקלות האלו, נא להגדיר את האפשרות „overwrite.cli.url” בקובץ ה־config.php של נתיב שורש ההתקנה שלך (הצעה: „{suggestedOverwriteCliURL}”)",
"It was not possible to execute the cron job via CLI. The following technical errors have appeared:" : "לא ניתן היה להפעיל את משימות ה־cron דרך שורת פקודה. השגיאות הטכניות הבאות התרחשו:",
- "Last background job execution ran {relativeTime}. Something seems wrong." : "משימת הרקע האחרונה פעלה במשך {relativeTime}. כנראה שמדובר בתקלה כלשהי.",
- "Check the background job settings" : "בדיקת הגדרות משימות רקע",
"This server has no working Internet connection: Multiple endpoints could not be reached. This means that some of the features like mounting external storage, notifications about updates or installation of third-party apps will not work. Accessing files remotely and sending of notification emails might not work, either. Establish a connection from this server to the Internet to enjoy all features." : "לשרת זה אין חיבור לאינטרנט: מגוון נקודות קצה אינן נגישות. משמעות הדבר היא שחלק מהתכונות כגון עיגון אחסון חיצוני, הודעות על עדכונים או התקנות של יישומי צד שלישי לא יעבדו. גישה לקבצים מרחוק ושליחת הודעות בדוא״ל לא יעבדו גם כן. אנו ממליצים להפעיל את החיבור של השרת הזה לאינטרנט כדי שתהיה אפשרות ליהנות מכל התכונות.",
- "No memory cache has been configured. To enhance performance, please configure a memcache, if available. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "לא הוגדר מטמון זיכרון. כדי לשפר את הביצועים, נא להגדיר מטמון זיכרון (memcache), אם ניתן. ניתן למצוא מידע נוסף ב<a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">תיעוד</a>.",
- "You are currently running PHP {version}. Upgrade your PHP version to take advantage of <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">performance and security updates provided by the PHP Group</a> as soon as your distribution supports it." : "גרסת ה־PHP שמותקנת אצלך היא {version}. נא לשדרג את גרסת ה־PHP שלך כדי לנצל את <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">עדכוני הביצועים והאבטחה שמסופקים על ידי קבוצת PHP</a> ברגע שההפצה שלך משחררת אותן.",
- "The reverse proxy header configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If not, this is a security issue and can allow an attacker to spoof their IP address as visible to the Nextcloud. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "תצורת הכותרת של המתווך ההפוך שגויה או שהגישה שלך אל Nextcloud מתבצעת ממתווך מהימן. אם לא כך המצב, מדובר בפרצת אבטחה שיכולה לאפשר לתוקף לזייף כתובת IP כפי שהיא מיוצגת מול ה־Nextcloud. ניתן למצוא מידע נוסף ב<a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">תיעוד</a>.",
- "Memcached is configured as distributed cache, but the wrong PHP module \"memcache\" is installed. \\OC\\Memcache\\Memcached only supports \"memcached\" and not \"memcache\". See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">memcached wiki about both modules</a>." : "Memcached מוגדר כמטמון מופץ, אבל מודול ה־PHP השגוי המותקן הוא „memcache”.‏ ‎\\OC\\Memcache\\Memcached תומך רק ב־„memcached” ולא ב־ „memcache”. ניתן לצפות ב<a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">וויקי של memcached לגבי שני המודולים</a>.",
- "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">List of invalid files…</a> / <a href=\"{rescanEndpoint}\">Rescan…</a>)" : "חלק מהקבצים לא עברו את בדיקת השלמות. ניתן למצוא מידע נוסף על אופן הפתרון של תקלה זו ב<a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">תיעוד</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">רשימת קבצים שגויים…</a> / <a href=\"{rescanEndpoint}\">סריקה מחדש…</a>)",
- "The PHP OPcache is not properly configured. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance it is recommended</a> to use the following settings in the <code>php.ini</code>:" : "ה־OPcache של PHP אינו מוגדר כראוי. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">לשיפור הביצועים אנו ממליצים</a> להשתמש בהגדרות הבאות בקובץ <code>php.ini</code>:",
+ "Nextcloud 20 is the last release supporting PHP 7.2. Nextcloud 21 requires at least PHP 7.3." : "Nextcloud 20 הוא המהדורה האחרונה התומכת ב- PHP 7.2. \nNextcloud 21 דורש לפחות PHP 7.3.",
"The PHP function \"set_time_limit\" is not available. This could result in scripts being halted mid-execution, breaking your installation. Enabling this function is strongly recommended." : "פונקציית ה־PHP‏ „set_time_limit” אינה זמינה. מצב זה עשוי לגרום לעצירת סקריפטים באמצע הפעולה ולפגיעה בהתקנה שלך. אנו ממליצים בחום להפעיל את הפונקציה הזאת.",
"Your PHP does not have FreeType support, resulting in breakage of profile pictures and the settings interface." : "ל־PHP שלך אין תמיכה ב־FreeType. מצב כזה יגרום לתמונות פרופיל משובשות לצד מנשק הגדרות משובש.",
"Missing index \"{indexName}\" in table \"{tableName}\"." : "חסר אינדקס „{indexName}” בטבלה „{tableName}”.",
"The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "למסד הנתונים חסרים אינדקסים. כיוון שהוספת אינדקסים על טבלאות גדולות היא פעולה שגוזלת זמן רב הם לא נוספים אוטומטית. על ידי הרצת הפקודה „occ db:add-missing-indices” האינדקסים החסרים נוספים ידנית ללא עצירת פעולת העותק. לאחר הוספת האינדקסים השאילתות על הטבלאות האלה מהירות בהרבה.",
+ "Missing primary key on table \"{tableName}\"." : "חסר מפתח ראשי בטבלה \"{tableName}\".",
+ "The database is missing some primary keys. Due to the fact that adding primary keys on big tables could take some time they were not added automatically. By running \"occ db:add-missing-primary-keys\" those missing primary keys could be added manually while the instance keeps running." : "במסד הנתונים חסרים כמה מפתחות ראשיים. בשל העובדה שהוספת מפתחות ראשיים לטבלאות גדולות עשויה להימשך זמן מה, הם לא נוספו אוטומטית. על ידי הפעלת \"occ db: add-missing-primary-keys\", ניתן להוסיף מפתחות הראשיים החסרים האלה באופן ידני, בזמן שהמופע ממשיך לפעול.",
+ "Missing optional column \"{columnName}\" in table \"{tableName}\"." : "חסרה עמודה האופציונלית \"{columnName}\" בטבלה \"{tableName}\".",
+ "The database is missing some optional columns. Due to the fact that adding columns on big tables could take some time they were not added automatically when they can be optional. By running \"occ db:add-missing-columns\" those missing columns could be added manually while the instance keeps running. Once the columns are added some features might improve responsiveness or usability." : "במסד הנתונים חסרים כמה עמודות אופציונליות. בשל העובדה שהוספת עמודות בטבלאות גדולות עשויה להימשך זמן מה, הן לא נוספו אוטומטית כאשר הן יכולות להיות אופציונליות. על ידי הפעלת \"occ db: add-missing-column\", ניתן להוסיף את העמודות החסרות האלה באופן ידני בזמן שהמופע ממשיך לפעול. לאחר הוספת העמודות, חלק מהתכונות עשויות לשפר את ההיענות או את השימושיות.",
+ "This instance is missing some recommended PHP modules. For improved performance and better compatibility it is highly recommended to install them." : "במופע זה חסרים כמה מודולי PHP מומלצים. לשיפור ביצועים ותאימות טובה יותר, מומלץ להתקין אותם.",
+ "Module php-imagick in this instance has no SVG support. For better compatibility it is recommended to install it." : "למודול php-imagick במקרה הזה אין תמיכה ב- SVG. לקבלת תאימות טובה יותר, מומלץ להתקין אותו.",
"SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend." : "SQLite הוא מנגנון מסד הנתונים נכון לעכשיו. במערכות גדולות מוטב להחליף למנגנון מסד נתונים אחר.",
"This is particularly recommended when using the desktop client for file synchronisation." : "מצב זה מומלץ במיוחד כאשר מריצים את לקוח שולחן העבודה לסנכרון קבצים.",
- "To migrate to another database use the command line tool: 'occ db:convert-type', or see the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation ↗</a>." : "כדי להגר למסד נתונים אחר יש להשתמש בכלי שורת הפקודה: ‚occ db:convert-type’, או לעיין ב<a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">תיעוד ↖️</a>.",
- "Use of the the built in php mailer is no longer supported. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Please update your email server settings ↗<a/>." : "השימוש בתכונת הדוא״ל המובנית של php אינה נתמכת עוד. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">נא לעדכן את הגדרות שרת הדוא״ל שלך ↖<a/>.",
"The PHP memory limit is below the recommended value of 512MB." : "מגבלת הזיכרון של ה־PHP היא מתחת לערך המומלץ על סך 512 מ״ב.",
+ "Some app directories are owned by a different user than the web server one. This may be the case if apps have been installed manually. Check the permissions of the following app directories:" : "ספריות אפליקציות מסוימות הן בבעלות משתמש אחר מזה של שרת האינטרנט. זה יכול להיות במקרה שאפליקציות הותקנו באופן ידני. בדוק את ההרשאות של ספריות האפליקציות הבאות:",
+ "This instance uses an S3 based object store as primary storage. The uploaded files are stored temporarily on the server and thus it is recommended to have 50 GB of free space available in the temp directory of PHP. Check the logs for full details about the path and the available space. To improve this please change the temporary directory in the php.ini or make more space available in that path." : "מופע זה משתמש באיחסון אובייקטים מבוססת S3 כאחסון ראשי. הקבצים שהועלו מאוחסנים באופן זמני בשרת, ולכן מומלץ שיהיה שטח פנוי של 50 GB בספריית ה- temp של PHP. בדוק ביומנים לקבלת יותר פרטים על הנתיב והשטח הזמין. כדי לשפר זאת, אנא שנה את הספריה הזמנית ב- php.ini, או תפנה יותר מקום בנתיב זה.",
"Error occurred while checking server setup" : "שגיאה אירעה בזמן בדיקת התקנת השרת",
"Your data directory and files are probably accessible from the Internet. The .htaccess file is not working. It is strongly recommended that you configure your web server so that the data directory is no longer accessible, or move the data directory outside the web server document root." : "תיקיית הנתונים והקבצים שלך כנראה נגישים דרך האינטרנט. קובץ ה־‎.htaccess אינו עובד. מומלץ בחום להגדיר את השרת שלך כך שתיקיית הנתונים אינה נגישה עוד או לחלופין להעביר את תיקיית הנתונים אל מחוץ לתיקיית השורש של שירות אירוח האתרים.",
"The \"{header}\" HTTP header is not set to \"{expected}\". This is a potential security or privacy risk, as it is recommended to adjust this setting accordingly." : "כותרת ה־HTTP‏ „{header}” אינה מוגדרת לערך „{expected}”. מדובר בפרצת אבטחה או פרטיות, מומלץ להתאים את ההגדרה הזאת בהתאם.",
"The \"{header}\" HTTP header is not set to \"{expected}\". Some features might not work correctly, as it is recommended to adjust this setting accordingly." : "כותרת ה־HTTP‏ „{header}” אינה מוגדרת לערך „{expected}”. יתכן שחלק מהתכונות לא תעבודנה כראוי, מומלץ להתאים את ההגדרה הזאת בהתאם.",
- "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the <a href=\"{docUrl}\" rel=\"noreferrer noopener\">security tips ↗</a>." : "כותרת ה־HTTP בשם „Strict-Transport-Security” אינה מוגדרת עד לפחות „{seconds}” שניות. לטובת אבטחה מוגברת אנו ממליצים להפעיל HSTS כפי שמתואר ב<a href=\"{docUrl}\" rel=\"noreferrer noopener\">עצות האבטחה ↖️</a> שלנו.",
- "Non-existing tag #{tag}" : "תגית לא קיימת #{tag}",
- "restricted" : "מוגבל",
- "invisible" : "בלתי גלוי",
- "Delete" : "מחיקה",
- "Rename" : "שינוי שם",
- "Collaborative tags" : "תגיות שיתופיות",
- "No tags found" : "לא נמצאו תגים",
+ "The \"{header}\" HTTP header doesn't contain \"{expected}\". This is a potential security or privacy risk, as it is recommended to adjust this setting accordingly." : "כותרת ה-HTTP, הנקרא \"{header}\", אינה מכילה \"{expected}\". זהו סיכון אפשרי של אבטחה או פרטיות, שכן מומלץ להתאים הגדרה זו בהתאם.",
"unknown text" : "מלל לא מוכר",
"Hello world!" : "שלום עולם!",
"sunny" : "שמשי",
@@ -108,37 +94,60 @@ OC.L10N.register(
"Update to {version}" : "עדכון ל־{version}",
"An error occurred." : "אירעה שגיאה.",
"Please reload the page." : "יש להעלות מחדש דף זה.",
- "The update was unsuccessful. For more information <a href=\"{url}\">check our forum post</a> covering this issue." : "העדכון בוצע בהצלחה. למידע נוסף <a href=\"{url}\">ניתן לבדוק בהודעת הפורום שלנו</a> המכסה נושא זו.",
+ "The update was unsuccessful. For more information <a href=\"{url}\">check our forum post</a> covering this issue." : "העדכון לא בוצע בהצלחה. למידע נוסף <a href=\"{url}\">ניתן לבדוק בהודעת הפורום שלנו</a> המכסה נושא זו.",
"The update was unsuccessful. Please report this issue to the <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">Nextcloud community</a>." : "העדכון לא הצליח. נא לדווח על התקלה הזאת ל<a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">קהילת Nextcloud</a>.",
- "Continue to Nextcloud" : "להמשיך ל־Nextcloud",
- "_The update was successful. Redirecting you to Nextcloud in %n second._::_The update was successful. Redirecting you to Nextcloud in %n seconds._" : ["העדכון הצליח. תתבצע העברה ל־Nextcloud בעוד שנייה.","העדכון הצליח. תתבצע העברה ל־Nextcloud בעוד %n שניות.","העדכון הצליח. תתבצע העברה ל־Nextcloud בעוד %n שניות.","העדכון הצליח. תתבצע העברה ל־Nextcloud בעוד %n שניות."],
- "Searching other places" : "מחפש במקומות אחרים",
- "No search results in other folders for {tag}{filter}{endtag}" : "אין תוצאות חיפוש בתיקיות אחרות עבור {tag}{filter}{endtag}",
- "_{count} search result in another folder_::_{count} search results in other folders_" : ["{count} תוצאת חיפוש בתיקייה אחרות","{count} תוצאות חיפוש בתיקיות אחרות","{count} תוצאות חיפוש בתיקיות אחרות","{count} תוצאות חיפוש בתיקיות אחרות"],
+ "Log in" : "כניסה",
+ "Logging in …" : "מתבצעת כניסה…",
"Server side authentication failed!" : "אימות לצד שרת נכשל!",
"Please contact your administrator." : "יש ליצור קשר עם המנהל.",
"An internal error occurred." : "אירעה שגיאה פנימית.",
"Please try again or contact your administrator." : "יש לנסות שוב ליצור קשר עם המנהל שלך.",
"Username or email" : "שם משתמש או דואר אלקטרוני",
"Password" : "ססמה",
- "Log in" : "כניסה",
- "Logging in …" : "מתבצעת כניסה…",
"Wrong username or password." : "שם המשתמש או הססמה שגויים.",
"User disabled" : "משתמש מושבת",
"We have detected multiple invalid login attempts from your IP. Therefore your next login is throttled up to 30 seconds." : "זיהינו מספר ניסיונות כניסה שגויים מכתובת ה־IP שלך. לכן, ניסיון הכניסה הבא יתאפשר עבורך רק בעוד 30 שניות.",
+ "Your account is not setup for passwordless login." : "החשבון שלך לא מוגדר לכניסה בלי ססמה.",
+ "Passwordless authentication is not supported in your browser." : "אימות ללא ססמה אינו נתמך על ידי הדפדפן שלך.",
+ "Passwordless authentication is only available over a secure connection." : "אימות ללא סיסמה הוא זמין רק דרך חיבור מאובטח.",
"Reset password" : "איפוס ססמה",
+ "If it is not there ask your local administrator." : "אם זה לא נמצא, שאל את המנהל המקומי שלך.",
"Couldn't send reset email. Please contact your administrator." : "לא ניתן היה לשלוח דואר אלקטרוני לאיפוס. יש לפנות למנהל שלך.",
- "Password can not be changed. Please contact your administrator." : "לא ניתן לשנות את הססמה. יש לפנות למנהל שלך.",
"Back to login" : "חזרה לכניסה",
"New password" : "ססמה חדשה",
+ "Your files are encrypted. There will be no way to get your data back after your password is reset. If you are not sure what to do, please contact your administrator before you continue. Do you really want to continue?" : "הקבצים שלך מוצפנים. לא תהיה שום דרך להחזיר את הנתונים לאחר איפוס הסיסמה. אם אינך בטוח מה לעשות, פנה למנהל המערכת לפני שתמשיך. האם אתה באמת רוצה להמשיך?",
"I know what I'm doing" : "אני יודע/ת מה אני עושה",
+ "Resetting password" : "איפוס ססמה",
+ "Recommended apps" : "יישומונים מומלצים",
+ "Loading apps …" : "היישומונים נטענים…",
+ "Installing apps …" : "היישומונים מותקנים…",
+ "App download or installation failed" : "הורדת או התקנת היישומון נכשלה",
"Cancel" : "ביטול",
+ "Schedule work & meetings, synced with all your devices." : "תזמון עבודה ופגישות בסנכרון עם כל המכשירים שלך.",
+ "Keep your colleagues and friends in one place without leaking their private info." : "עמיתים לעבודה וחברים מרוכזים במקום אחד מבלי זליגה של הפרטים האישיים שלהם.",
+ "Simple email app nicely integrated with Files, Contacts and Calendar." : "יישומון דוא״ל פשוט שמשתלב בצורה נחמדה עם הקבצים, אנשי הקשר והיומן.",
+ "Chatting, video calls, screensharing, online meetings and web conferencing – in your browser and with mobile apps." : "צ'אטים, שיחות וידאו, שיתוף מסך, פגישות מקוונות ועידת אינטרנט - בדפדפן ובאפליקציות סלולריות.",
+ "Collaboratively edit office documents." : "עריכה שיתופית של מסמכי Office.",
+ "Local document editing back-end used by the Collabora Online app." : "עריכת מסמך מקומי באופן back-end המשמשת את אפליקציית Collabora Online.",
"Forgot password?" : "שכחת ססמה?",
+ "Log in with a device" : "כניסה עם מכשיר",
+ "Back" : "חזרה",
+ "Reset search" : "איפוס החיפוש",
+ "Search for {name} only" : "חפש ל-{name} בלבד",
+ "No results for {query}" : "אין תוצאות עבור {query}",
+ "Start typing to search" : "להתחלת החיפוש יש להקליד",
+ "Loading more results …" : "נטענות תוצאות נוספות…",
+ "Load more results" : "לטעון עוד תוצאות",
+ "Search" : "חיפוש",
+ "An error occurred while searching for {type}" : "אירעה שגיאה בחיפוש אחר {type}",
+ "_Please enter {minSearchLength} character or more to search_::_Please enter {minSearchLength} characters or more to search_" : ["נא להקליד לפחות תו אחד כדי לחפש","נא להקליד לפחות {minSearchLength} תווים כדי לחפש","נא להקליד לפחות {minSearchLength} תווים כדי לחפש","נא להקליד לפחות {minSearchLength} תווים כדי לחפש"],
+ "Search {types} …" : "חפש {types} ...",
"Settings" : "הגדרות",
"Could not load your contacts" : "לא ניתן לטעון את אנשי הקשר שלך",
"Search contacts …" : "חיפוש אנשי קשר…",
"No contacts found" : "לא נמצאו אנשי קשר",
"Show all contacts …" : "הצגת כל אנשי הקשר…",
+ "Install the Contacts app" : "התקנת יישומון אנשי הקשר",
"Loading your contacts …" : "אנשי הקשר שלך נטענים…",
"Looking for {term} …" : "מתבצע חיפוש אחר {term}…",
"No" : "לא",
@@ -179,10 +188,18 @@ OC.L10N.register(
"This action requires you to confirm your password" : "פעולה זו דורשת ממך לאמת את הססמה שלך",
"Confirm" : "אימות",
"Failed to authenticate, try again" : "האימות נכשל, נא לנסות שוב",
- "seconds ago" : "שניות",
+ "seconds ago" : "לפני מספר שניות",
"Connection to server lost" : "החיבור לשרת אבד",
"_Problem loading page, reloading in %n second_::_Problem loading page, reloading in %n seconds_" : ["תקלה בטעינת העמוד, יתבצע רענון בעוד שנייה","תקלה בטעינת העמוד, יתבצע רענון בעוד %n שניות","תקלה בטעינת העמוד, יתבצע רענון בעוד %n שניות","תקלה בטעינת העמוד, יתבצע רענון בעוד %n שניות"],
+ "Add to a project" : "הוספה למיזם",
+ "Show details" : "הצגת פרטים",
"Hide details" : "הסתרת פרטים",
+ "Rename project" : "שינוי שם מיזם",
+ "Failed to rename the project" : "שינוי שם המיזם נכשל",
+ "Failed to create a project" : "יצירת המיזם נכשלה",
+ "Failed to add the item to the project" : "הוספת פריט למיזם נכשלה",
+ "Connect items to a project to make them easier to find" : "יש לחבר פריטים למיזם כדי להקל על איתורם",
+ "Type to search for existing projects" : "לחיפוש במיזמים הקיימים יש להקליד",
"New in" : "חדש ב־",
"View changelog" : "הצגת יומן שינויים",
"Very weak password" : "ססמה מאוד חלשה",
@@ -192,6 +209,13 @@ OC.L10N.register(
"Strong password" : "ססמה חזקה",
"No action available" : "אין פעולה זמינה",
"Error fetching contact actions" : "שגיאה בקבלת פעולות אנשי הקשר",
+ "Non-existing tag #{tag}" : "תגית לא קיימת #{tag}",
+ "restricted" : "מוגבל",
+ "invisible" : "בלתי גלוי",
+ "Delete" : "מחיקה",
+ "Rename" : "שינוי שם",
+ "Collaborative tags" : "תגיות שיתופיות",
+ "No tags found" : "לא נמצאו תגים",
"Personal" : "אישי",
"Users" : "משתמשים",
"Apps" : "יישומים",
@@ -201,7 +225,10 @@ OC.L10N.register(
"File not found" : "קובץ לא נמצא",
"The document could not be found on the server. Maybe the share was deleted or has expired?" : "לא ניתן למצוא את המסמך בשרת. יכול להיות שהשיתוף נמחק או פג?",
"Back to %s" : "חזרה אל %s",
+ "Too many requests" : "יותר מדי בקשות",
+ "There were too many requests from your network. Retry later or contact your administrator if this is an error." : "היו יותר מדי בקשות מהרשת שלך. נסה שוב מאוחר יותר, או צור קשר עם מנהל המערכת שלך אם זו שגיאה.",
"Error" : "שגיאה",
+ "Previous" : "הקודם",
"Internal Server Error" : "שגיאה פנימית בשרת",
"The server was unable to complete your request." : "השרת לא הצליח להשלים את הבקשה שלך.",
"If this happens again, please send the technical details below to the server administrator." : "אם דבר כזה קורה שוב, נא לשלוח את הפרטים הטכניים שלהלן למנהל השרת.",
@@ -220,6 +247,7 @@ OC.L10N.register(
"For information how to properly configure your server, please see the <a href=\"%s\" target=\"_blank\" rel=\"noreferrer noopener\">documentation</a>." : "למידע בנוגע להגדרת השרת שלך כראוי, נא לעיין ב<a href=\"%s\" target=\"_blank\" rel=\"noreferrer noopener\">תיעוד</a>.",
"Create an <strong>admin account</strong>" : "יצירת <strong>חשבון מנהל</strong>",
"Username" : "שם משתמש",
+ "Show password" : "הצגת ססמה",
"Storage & database" : "אחסון ומסד נתונים",
"Data folder" : "תיקיית נתונים",
"Configure the database" : "הגדרת מסד הנתונים",
@@ -234,11 +262,16 @@ OC.L10N.register(
"Please specify the port number along with the host name (e.g., localhost:5432)." : "נא לציין את מספר הפתחה יחד עם שם המארח (למשל: localhost:5432).",
"Performance warning" : "אזהרת ביצועים",
"You chose SQLite as database." : "בחרת ב־SQLite כמסד נתונים.",
+ "SQLite should only be used for minimal and development instances. For production we recommend a different database backend." : "יש להשתמש ב־SQLite לסביבות מזעריות או למטרות פיתוח. בסביבת פעילות שגרתית אנו ממליצים על מנגנון מסד נתונים אחר.",
"If you use clients for file syncing, the use of SQLite is highly discouraged." : "אם יש לך לקוח שמשמש אותך לסנכרון קבצים, השימוש ב־SQLite לא מומלץ עבורך.",
+ "Install recommended apps" : "התקנת יישומונים מומלצים",
+ "Calendar, Contacts, Talk, Mail & Collaborative editing" : "לוח שנה, אנשי קשר, שיחה, דואר, ועריכה משותפת",
"Finish setup" : "סיום התקנה",
"Finishing …" : "מסיים...",
"Need help?" : "עזרה נזקקת?",
"See the documentation" : "יש לצפות במסמכי התיעוד",
+ "It looks like you are trying to reinstall your Nextcloud. However the file CAN_INSTALL is missing from your config directory. Please create the file CAN_INSTALL in your config folder to continue." : "נראה שאתה מנסה להתקין מחדש את ה-Nextcloud שלך.אבל הקובץ CAN_INSTALL חסר בספריית ה-config שלך. אנא צור את הקובץ CAN_INSTALL בתיקיית ה-config שלך כדי להמשיך.",
+ "Could not remove CAN_INSTALL from the config folder. Please remove this file manually." : "לא ניתן להסיר את CAN_INSTALL מתיקיית ההגדרות. נא להסיר את הקובץ הזה ידנית.",
"This application requires JavaScript for correct operation. Please {linkstart}enable JavaScript{linkend} and reload the page." : "יישום זה דורש JavaScript לפעולה נכונה. יש {linkstart}לאפשר JavaScript{linkend} ולטעון את העמוד מחדש.",
"Get your own free account" : "קבלת חשבון משלך בחינם",
"Skip to main content" : "דילוג לתוכן הראשי",
@@ -246,38 +279,41 @@ OC.L10N.register(
"More apps" : "יישומים נוספים",
"More" : "עוד",
"More apps menu" : "תפריט יישומונים נוספים",
- "Search" : "חיפוש",
- "Reset search" : "איפוס החיפוש",
"Contacts" : "אנשי קשר",
"Contacts menu" : "תפריט אנשי קשר",
"Settings menu" : "תפריט הגדרות",
"Confirm your password" : "אימות הססמה שלך",
"Connect to your account" : "התחברות לחשבון שלך",
"Please log in before granting %1$s access to your %2$s account." : "נא להיכנס בטרם הענקת גישה לחשבון שלך ב־%2$s לטובת %1$s.",
+ "If you are not trying to set up a new device or app, someone is trying to trick you into granting them access to your data. In this case do not proceed and instead contact your system administrator." : "אם אינך מנסה להגדיר מכשיר חדש או אפליקציה חדשה, מישהו מנסה לרמות אותך להעניק לו גישה לנתונים שלך. במקרה הזה, אל תמשיך, ובמקום זאת פנה למנהל המערכת שלך.",
"App token" : "אסימון יישום",
"Grant access" : "הענקת גישה",
"Alternative log in using app token" : "כניסה חלופית באמצעות אסימון יישומון",
"Account access" : "גישה לחשבון",
"You are about to grant %1$s access to your %2$s account." : "פעולה זו תעניק ל־%1$s גישה לחשבון ה־%2$s שלך.",
"Account connected" : "חשבון מחובר",
+ "Your client should now be connected!" : "הלקוח שלך אמור להיות מחובר עכשיו!",
+ "You can close this window." : "ניתן לסגור את החלון הזה.",
"This share is password-protected" : "שיתוף זה מוגן בססמה",
"The password is wrong. Try again." : "הססמה שגויה. נא לנסות שוב.",
"Two-factor authentication" : "אימות דו־שלבי",
"Enhanced security is enabled for your account. Choose a second factor for authentication:" : "על החשבון שלך מופעלת אבטחה מוגברת. נא לבחור גורם אימות נוסף:",
"Could not load at least one of your enabled two-factor auth methods. Please contact your admin." : "לא ניתן לטעון לפחות את אחד משיטות האימות הדו־שלבי שהפעלת. נא ליצור קשר עם מנהל המערכת.",
"Two-factor authentication is enforced but has not been configured on your account. Contact your admin for assistance." : "אימות דו־שלבי נאכף אך הוא אינו מוגדר על החשבון שלך. נא ליצור קשר עם המנהל שלך לקבלת עזרה.",
+ "Two-factor authentication is enforced but has not been configured on your account. Please continue to setup two-factor authentication." : "אימות דו-גורמי נאכף, אך לא הוגדר בחשבון שלך. אנא תמשיך להגדיר אימות דו-גורמי.",
"Set up two-factor authentication" : "הגדרת אימות דו־שלבי",
"Two-factor authentication is enforced but has not been configured on your account. Use one of your backup codes to log in or contact your admin for assistance." : "אימות דו־שלבי נאכף אך הוא אינו מוגדר על החשבון שלך. נא להשתמש באחד מהקודים לצורכי גיבוי כדי להיכנס או ליצור קשר עם המנהל שלך לקבלת עזרה.",
"Use backup code" : "שימוש בקוד גיבוי",
"Cancel login" : "ביטול התחברות",
"Setup two-factor authentication" : "הגדרת אימות דו־שלבי",
+ "Enhanced security is enforced for your account. Choose which provider to set up:" : "על החשבון שלך נאכפת אבטחה מורחבת. נא לבחור איזה ספק להגדיר:",
"Error while validating your second factor" : "שגיאה בעת אימות הגורם השני",
"Access through untrusted domain" : "גישה דרך שם מתחם בלתי מהימן",
"Please contact your administrator. If you are an administrator, edit the \"trusted_domains\" setting in config/config.php like the example in config.sample.php." : "נא ליצור קשר עם מנהל השרת שלך. אם הרשאות ניהול השרת הן בידיך, יש לערוך את ההגדרה „trusted_domains” בתוך config/config.php כמו הדוגמה שבתוך ",
"Further information how to configure this can be found in the %1$sdocumentation%2$s." : "ניתן למצוא מידע נוסף על אופן ההגדרה של התכונה הזאת ב%1$sתיעוד%2$s.",
"App update required" : "נדרש עדכון יישום",
"%1$s will be updated to version %2$s" : "%1$s יעודכן לגרסה %2$s",
- "These apps will be updated:" : "יישומים אלו יעודכנו:",
+ "The following apps will be updated:" : "היישומונים הבאים יעודכנו:",
"These incompatible apps will be disabled:" : "יישומים לא תואמים ינוטרלו:",
"The theme %s has been disabled." : "ערכת הנושא %s הושבתה.",
"Please make sure that the database, the config folder and the data folder have been backed up before proceeding." : "יש לוודא שמסד הנתונים, תיקיית config ותיקיית data גובו לפני המשך התהליך.",
@@ -293,93 +329,49 @@ OC.L10N.register(
"This %s instance is currently in maintenance mode, which may take a while." : "הפעלה %s זו כרגע במצב אחזקה, שתמשך זמן מה.",
"This page will refresh itself when the instance is available again." : "עמוד זה ירענן את עצמו כאשר העותק ישוב להיות זמין.",
"Contact your system administrator if this message persists or appeared unexpectedly." : "יש ליצור קשר עם מנהל המערכת אם הודעה שו נמשכת או מופיעה באופן בלתי צפוי. ",
- "Could not send reset email because there is no email address for this username. Please contact your administrator." : "לא ניתן היה לשלוח דואר אלקטרוני כיוון שלא מוגדר דואר אלקטרוני למשתמש זה. יש ליצור קשר עם מנהל.",
- "Couldn't send reset email. Please make sure your username is correct." : "לא ניתן היה לשלוח דואר אלקטרוני לאיפוס. יש לוודא ששם המשתמש נכון.",
- "We have send a password reset e-mail to the e-mail address known to us for this account. If you do not receive it within a reasonable amount of time, check your spam/junk folders.<br>If it is not there ask your local administrator." : "שלחנו הודעת דוא״ל לאיפוס ססמה לכתובת הדוא״ל שאנו מכירים לחשבון זה. אם לא קיבלת את ההודעה תוך זמן סביר, מומלץ לחפש בתיקיות הספאם/זבל שלך.<br>אם היא לא שם כדאי לשאול את מנהל הרשת המקומית.",
- "Your files are encrypted. There will be no way to get your data back after your password is reset.<br />If you are not sure what to do, please contact your administrator before you continue. <br />Do you really want to continue?" : "הקבצים שלך מוצפנים. לא תהיה דרך לשחזר את הקבצים שלך בחזרה לאחר איפוס הססמה שלך.<br />אם השלכות מעשיך אינן ברורות לך לחלוטין מוטב ליצור קשר עם מנהל השרת בטרם המשך התהליך.<br />להמשיך בתהליך?",
- "Sending email …" : "דוא״ל נשלח …",
- "You are currently running PHP 5.6. The current major version of Nextcloud is the last that is supported on PHP 5.6. It is recommended to upgrade the PHP version to 7.0+ to be able to upgrade to Nextcloud 14." : "גרסת ה־PHP הנוכחית שלך היא 5.6. הגרסה העיקרית הנוכחית של Nextcloud היא הגרסה האחרונה שעוד תומכת ב־PHP 5.6. מומלץ לשדרג את גרסה ה־PHP ל־7.0 ומעלה כדי לאפשר את השדרוג ל־Nextcloud 14.",
- "Accessing site insecurely via HTTP. You are strongly adviced to set up your server to require HTTPS instead, as described in the <a href=\"{docUrl}\">security tips ↗</a>." : "גישה בלתי מאובטחת לאתר עם HTTP. מומלץ בחום להגדיר את השרת שלך כדי לדרוש HTTPS במקום, כפי שמתואר ב<a href=\"{docUrl}\">עצות האבטחה ↖️</a>.",
- "Shared" : "שותף",
- "Shared with" : "משותף עם",
- "Shared by" : "שותף על ידי",
- "Choose a password for the public link" : "נא לבחור ססמה לקישור הציבורי",
- "Choose a password for the public link or press the \"Enter\" key" : "יש לבחור ססמה עבור הקישור הציבורי או ללחוץ על המקש „Enter”",
- "Copied!" : "מועתק!",
- "Copy link" : "העתקת קישור",
- "Not supported!" : "אין תמיכה!",
- "Press ⌘-C to copy." : "יש להקיש ‎⌘-C כדי להעתיק.",
- "Press Ctrl-C to copy." : "יש להקיש Ctrl-C כדי להעתיק.",
- "Unable to create a link share" : "לא ניתן ליצור קישור לשיתוף",
- "Unable to toggle this option" : "לא ניתן להפעיל/לכבות אפשרות זו",
- "Resharing is not allowed" : "אסור לעשות שיתוף מחדש",
- "Link" : "קישור",
- "Hide download" : "הסתרת הורדה",
- "Password protection enforced" : "נאכפת הגנה בססמה",
- "Password protect" : "הגנה בססמה",
- "Allow editing" : "אישור עריכה",
- "Email link to person" : "שליחת קישור בדוא״ל למשתמש",
- "Send" : "שליחה",
- "Allow upload and editing" : "לאפשר העלאה ועריכה",
- "Read only" : "קריאה בלבד",
- "File drop (upload only)" : "השלכת קבצים (העלאה בלבד)",
- "Expiration date enforced" : "נאכף מועד תפוגה",
- "Set expiration date" : "הגדרת תאריך תפוגה",
- "Expiration" : "תפוגה",
- "Expiration date" : "תאריך התפוגה",
- "Note to recipient" : "מסר לנמען",
- "Unshare" : "הסר שיתוף",
- "Delete share link" : "מחיקת קישור שיתוף",
- "Add another link" : "הוספת קישור נוסף",
- "Password protection for links is mandatory" : "חובה להשתמש בססמאות לקישורים",
- "Share to {name}" : "שיתוף עם {name}",
- "Share link" : "קישור לשיתוף",
- "New share link" : "קישור שיתוף חדש",
- "Created on {time}" : "נוצר ב־{time}",
- "Password protect by Talk" : "הגנה בססמה על ידי Talk",
- "Could not unshare" : "לא ניתן לבטל שיתוף",
- "Shared with you and the group {group} by {owner}" : "שותף אתך ועם הקבוצה {group} שבבעלות {owner}",
- "Shared with you and {circle} by {owner}" : "משותף אתך ועם {circle} על ידי {owner}",
- "Shared with you by {owner}" : "שותף אתך על ידי {owner}",
- "Choose a password for the mail share" : "נא לבחור ססמה עבור השיתוף בדוא״ל",
- "group" : "קבוצה",
- "remote" : "נשלט מרחוק",
- "remote group" : "קבוצה מרוחקת",
- "email" : "דוא״ל",
- "conversation" : "דיון",
- "shared by {sharer}" : "שותף ע״י {sharer}",
- "Can reshare" : "ניתן לשתף מחדש",
- "Can edit" : "ניתן לערוך",
- "Can create" : "ניתן ליצור",
- "Can change" : "ניתן לשנות",
- "Can delete" : "ניתן למחוק",
- "Access control" : "בקרת גישה",
- "{shareInitiatorDisplayName} shared via link" : "{shareInitiatorDisplayName} שותף דרך קישור",
- "Error while sharing" : "שגיאה במהלך השיתוף",
- "Share details could not be loaded for this item." : "לא ניתן היה לטעון מידע שיתוף לפריט זה",
- "Search globally" : "חיפוש גלובלי",
- "_At least {count} character is needed for autocompletion_::_At least {count} characters are needed for autocompletion_" : ["נדרש לפחות תו אחד להשלמה אוטומטית","נדרשים לפחות {count} תווים להשלמה אוטומטית","נדרשים לפחות {count} תווים להשלמה אוטומטית","נדרשים לפחות {count} תווים להשלמה אוטומטית"],
- "This list is maybe truncated - please refine your search term to see more results." : "יתכן שזו רשימה מקוצרת - נא למקד את ביטוי החיפוש שלך כדי להציג תוצאות נוספות.",
- "No users or groups found for {search}" : "לא אותרו משתמשים או קבוצות עבור {search}",
- "No users found for {search}" : "לא אותרו משתמשים עבור {search}",
- "An error occurred (\"{message}\"). Please try again" : "אירעה שגיאה (\"{message}\"). נא לנסות שוב",
- "An error occurred. Please try again" : "אירעה שגיאה. יש לנסות שנית",
- "Home" : "בית",
- "Work" : "עבודה",
- "Other" : "אחר",
- "{sharee} (remote group)" : "{sharee} (קבוצה מרוחקת)",
- "{sharee} ({type}, {owner})" : "{sharee} ({type}, {owner})",
- "Share" : "שתף",
- "Name or email address..." : "שם או כתובת דוא״ל…",
- "Name or federated cloud ID..." : "שם או מזהה ענן מאוגד…",
- "Name, federated cloud ID or email address..." : "שם, מזהה ענן מאוגד או כתובת דוא״ל…",
- "Name..." : "שם…",
- "Error removing share" : "שגיאה בזמן הסרת שיתוף",
- "({scope})" : "({scope})",
- "Saving..." : "שמירה…",
- "Dismiss" : "שחרור",
- "Your client should now be connected! You can close this window." : "הלקוח שלך אמור להיות מחובר עכשיו! ניתן לסגור את החלון הזה.",
- "New Password" : "ססמה חדשה",
- "Cancel log in" : "ביטול כניסה"
+ "Checking whether the database schema can be updated (this can take a long time depending on the database size)" : "בודק אם סכימת מסד הנתונים ניתנת לעדכון (פעולה זו יכולה להמשך זמן רב תלוי בגודל מסד הנתונים)",
+ "Checked database schema update" : "עדכון סכימת מסד נתונים נבדק",
+ "Checking updates of apps" : "בדיקת עדכוני יישומים",
+ "Checking for update of app \"%s\" in appstore" : "בודק עדכונים עבור האפליקציות \"%s\" בחנות האפליקציות.",
+ "Update app \"%s\" from appstore" : "עדכן אפליקציה \"%s\" מחנות האפליקציות",
+ "Checked for update of app \"%s\" in appstore" : "חיפוש אם קיים עדכון ליישומון „%s” בחנות היישומונים.",
+ "Checked database schema update for apps" : "עדכון סכימת מסד נתונים ליישומים נבדק",
+ "Following apps have been disabled: %s" : "היישומים הבאים נוטרלו: %s",
+ "Your web server is not properly set up to resolve \"{url}\". Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "שרת האינטרנט שלך אינו מוגדר כראוי כדי לפתור את „{url}”. ניתן למצוא מידע נוסף ב<a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">תיעוד</a>.",
+ "Your web server is not properly set up to resolve \"{url}\". This is most likely related to a web server configuration that was not updated to deliver this folder directly. Please compare your configuration against the shipped rewrite rules in \".htaccess\" for Apache or the provided one in the documentation for Nginx at it's <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation page</a>. On Nginx those are typically the lines starting with \"location ~\" that need an update." : "שרת האינטרנט שלך אינו מוגדר כראוי לפתור את ה-\"{url}\". קרוב לוודאי שזה קשור לתצורה של שרת אינטרנט שלא עודכנה כדי לספק תיקיה זו ישירות. אנא השווה את התצורה שלך עם כללי השכתוב שנשלחו ב- \"htaccess.\" עבור Apache או זה שמופיע בתיעוד עבור Nginx בדף התיעוד שלו. ב- Nginx, אלה בדרך כלל השורות המתחילות ב- \"location ~\" שצריכים עדכון.",
+ "Your web server is not properly set up to deliver .woff2 files. This is typically an issue with the Nginx configuration. For Nextcloud 15 it needs an adjustement to also deliver .woff2 files. Compare your Nginx configuration to the recommended configuration in our <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "שרת האינטרנט שלך אינו מוגדר כראוי למסירת קבצי woff2.. זו בדרך כלל בעיה בתצורת ה-Nginx. עבור Nextcloud 15 הוא זקוק להתאמה כדי לספק גם קבצי woff2.. השווה את תצורת ה-Nginx שלך לתצורה המומלצת <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">בתיעוד</a> שלנו.",
+ "Please check the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">installation documentation ↗</a> for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "נא לעיין ב<a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">תיעוד למתקינים ↖️</a> להערות בנוגע להגדרות PHP והגדרות ה־PHP לשרת שלך, במיוחד אם נעשה שימוש ב־php-fpm.",
+ "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems. See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation ↗</a> for more information." : "נעילת קבצים מושבתת בזמן פעילות, מצב כזה יכול לגרום לתקלות במקרים של תחרות על משאב. יש להפעיל את „filelocking.enabled” ב־config.php כדי להתעלם מתקלות שכאלה. יש לעיין ב<a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">תיעוד ↖️</a> לקבלת מידע נוסף.",
+ "Last background job execution ran {relativeTime}. Something seems wrong." : "משימת הרקע האחרונה פעלה במשך {relativeTime}. כנראה שמדובר בתקלה כלשהי.",
+ "Check the background job settings" : "בדיקת הגדרות משימות רקע",
+ "No memory cache has been configured. To enhance performance, please configure a memcache, if available. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "לא הוגדר מטמון זיכרון. כדי לשפר את הביצועים, נא להגדיר מטמון זיכרון (memcache), אם ניתן. ניתן למצוא מידע נוסף ב<a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">תיעוד</a>.",
+ "No suitable source for randomness found by PHP which is highly discouraged for security reasons. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "אין מקור מתאים לאקראיות שנמצא על ידי PHP, שמאוד לא מומלץ מטעמי אבטחה. מידע נוסף ניתן למצוא <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">בתיעוד</a>.",
+ "You are currently running PHP {version}. Upgrade your PHP version to take advantage of <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">performance and security updates provided by the PHP Group</a> as soon as your distribution supports it." : "גרסת ה־PHP שמותקנת אצלך היא {version}. נא לשדרג את גרסת ה־PHP שלך כדי לנצל את <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">עדכוני הביצועים והאבטחה שמסופקים על ידי קבוצת PHP</a> ברגע שההפצה שלך משחררת אותן.",
+ "The reverse proxy header configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If not, this is a security issue and can allow an attacker to spoof their IP address as visible to the Nextcloud. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "תצורת הכותרת של המתווך ההפוך שגויה או שהגישה שלך אל Nextcloud מתבצעת ממתווך מהימן. אם לא כך המצב, מדובר בפרצת אבטחה שיכולה לאפשר לתוקף לזייף כתובת IP כפי שהיא מיוצגת מול ה־Nextcloud. ניתן למצוא מידע נוסף ב<a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">תיעוד</a>.",
+ "Memcached is configured as distributed cache, but the wrong PHP module \"memcache\" is installed. \\OC\\Memcache\\Memcached only supports \"memcached\" and not \"memcache\". See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">memcached wiki about both modules</a>." : "Memcached מוגדר כמטמון מופץ, אבל מודול ה־PHP השגוי המותקן הוא „memcache”.‏ ‎\\OC\\Memcache\\Memcached תומך רק ב־„memcached” ולא ב־ „memcache”. ניתן לצפות ב<a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">וויקי של memcached לגבי שני המודולים</a>.",
+ "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">List of invalid files…</a> / <a href=\"{rescanEndpoint}\">Rescan…</a>)" : "חלק מהקבצים לא עברו את בדיקת השלמות. ניתן למצוא מידע נוסף על אופן הפתרון של תקלה זו ב<a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">תיעוד</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">רשימת קבצים שגויים…</a> / <a href=\"{rescanEndpoint}\">סריקה מחדש…</a>)",
+ "The PHP OPcache module is not loaded. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance it is recommended</a> to load it into your PHP installation." : "מודול ה- PHP OPcache לא נטען. \nלקבלת ביצועים טובים יותר, מומלץ לטעון אותו להתקנת ה- PHP שלך.",
+ "The PHP OPcache is not properly configured. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance it is recommended</a> to use the following settings in the <code>php.ini</code>:" : "ה־OPcache של PHP אינו מוגדר כראוי. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">לשיפור הביצועים אנו ממליצים</a> להשתמש בהגדרות הבאות בקובץ <code>php.ini</code>:",
+ "Some columns in the database are missing a conversion to big int. Due to the fact that changing column types on big tables could take some time they were not changed automatically. By running 'occ db:convert-filecache-bigint' those pending changes could be applied manually. This operation needs to be made while the instance is offline. For further details read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "בחלק מהעמודות במסד הנתונים חסרה המרה ל- big int. בשל העובדה ששינוי סוגי העמודות בטבלאות גדולות עלול לארוך זמן מה, לא שינו אותן באופן אוטומטי. על ידי הפעלת 'occ db: convert-filecache-bigint', ניתן היה להחיל את השינויים הממתינים באופן ידני. יש לבצע פעולה זו בזמן שהמופע לא מקוון. לפרטים נוספים, קראו את<a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\"> עמוד התיעוד בנושא זה</a>.",
+ "To migrate to another database use the command line tool: 'occ db:convert-type', or see the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation ↗</a>." : "כדי להגר למסד נתונים אחר יש להשתמש בכלי שורת הפקודה: ‚occ db:convert-type’, או לעיין ב<a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">תיעוד ↖️</a>.",
+ "Use of the the built in php mailer is no longer supported. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Please update your email server settings ↗<a/>." : "השימוש בתכונת הדוא״ל המובנית של php אינה נתמכת עוד. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">נא לעדכן את הגדרות שרת הדוא״ל שלך ↖<a/>.",
+ "MySQL is used as database but does not support 4-byte characters. To be able to handle 4-byte characters (like emojis) without issues in filenames or comments for example it is recommended to enable the 4-byte support in MySQL. For further details read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "MySQL משמש כמסד נתונים, אך אינו תומך בתווים של 4 בתים. כדי להיות מסוגל לטפל בתווים של 4 בתים (כמו אימוג'יים) ללא בעיות בשמות קבצים או הערות למשל, מומלץ לאפשר את תמיכה ב-4 בתים ב- MySQL. לפרטים נוספים, קראו את <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">עמוד התיעוד בנושא זה</a>.",
+ "You are accessing your instance over a secure connection, however your instance is generating insecure URLs. This most likely means that you are behind a reverse proxy and the overwrite config variables are not set correctly. Please read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "אתה ניגש למופע שלך באמצעות חיבור מאובטח, אולם המופע שלך מייצר כתובות אתרים לא מאובטחות. ככל הנראה פירוש הדבר שאתה עומד מאחורי שרת reverse proxy, ומשתני ה-overwrite config אינם מוגדרים בצורה נכונה. אנא קרא<a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\"> את דף התיעוד בנושא זה</a>.",
+ "The \"{header}\" HTTP header is not set to \"{val1}\", \"{val2}\", \"{val3}\", \"{val4}\" or \"{val5}\". This can leak referer information. See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{link}\">W3C Recommendation ↗</a>." : "כותרת ה-HTTP הנקרא \"{header}\", אינה מוגדרת כ-\n\"{val1}\", \"{val2}\", \"{val3}\", \"{val4}\" או \"{val5}\".\nזה יכול לדלוף מידע על הפניות. ראה המלצת W3C ↗.",
+ "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the <a href=\"{docUrl}\" rel=\"noreferrer noopener\">security tips ↗</a>." : "כותרת ה־HTTP בשם „Strict-Transport-Security” אינה מוגדרת עד לפחות „{seconds}” שניות. לטובת אבטחה מוגברת אנו ממליצים להפעיל HSTS כפי שמתואר ב<a href=\"{docUrl}\" rel=\"noreferrer noopener\">עצות האבטחה ↖️</a> שלנו.",
+ "Accessing site insecurely via HTTP. You are strongly advised to set up your server to require HTTPS instead, as described in the <a href=\"{docUrl}\">security tips ↗</a>." : "גישה לאתר בצורה לא מאובטחת באמצעות HTTP. מומלץ מאוד להגדיר את השרת שלך לחייב HTTPS במקום HTTP, כמתואר בעצות אבטחה ↗.",
+ "Continue to Nextcloud" : "להמשיך ל־Nextcloud",
+ "_The update was successful. Redirecting you to Nextcloud in %n second._::_The update was successful. Redirecting you to Nextcloud in %n seconds._" : ["העדכון הצליח. תתבצע העברה ל־Nextcloud בעוד שנייה.","העדכון הצליח. תתבצע העברה ל־Nextcloud בעוד %n שניות.","העדכון הצליח. תתבצע העברה ל־Nextcloud בעוד %n שניות.","העדכון הצליח. תתבצע העברה ל־Nextcloud בעוד %n שניות."],
+ "Searching other places" : "מחפש במקומות אחרים",
+ "No search results in other folders for {tag}{filter}{endtag}" : "אין תוצאות חיפוש בתיקיות אחרות עבור {tag}{filter}{endtag}",
+ "_{count} search result in another folder_::_{count} search results in other folders_" : ["{count} תוצאת חיפוש בתיקייה אחרות","{count} תוצאות חיפוש בתיקיות אחרות","{count} תוצאות חיפוש בתיקיות אחרות","{count} תוצאות חיפוש בתיקיות אחרות"],
+ "A password reset message has been sent to the e-mail address of this account. If you do not receive it, check your spam/junk folders or ask your local administrator for help." : "הודעת איפוס סיסמה נשלחה לכתובת הדואר האלקטרוני של חשבון זה. אם אינך מקבל אותו, בדוק את תיקיות דואר הספאם/זבל שלך, או בקש עזרה ממנהל המקומי שלך.",
+ "Password can not be changed. Please contact your administrator." : "לא ניתן לשנות את הססמה. יש לפנות למנהל שלך.",
+ "Could not fetch list of apps from the app store." : "לא ניתן לקבל את רשימת היישומונים מחנות היישומונים.",
+ "Nextcloud {app}" : "{app} מבית Nextcloud",
+ "Can't install this app because it is not compatible" : "לא ניתן להתקין את היישומון הזה כיוון שאינו נתמך.",
+ "Can't install this app" : " לא ניתן להתקין את היישומון הזה",
+ "These apps will be updated:" : "יישומים אלו יעודכנו:",
+ "For more details see the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "לפרטים נוספים, עיין<a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\"> בתיעוד</a>."
},
"nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n == 2 && n % 1 == 0) ? 1: (n % 10 == 0 && n % 1 == 0 && n > 10) ? 2 : 3;");
diff --git a/core/l10n/he.json b/core/l10n/he.json
index 2c7f4a2d017..b995858ca8a 100644
--- a/core/l10n/he.json
+++ b/core/l10n/he.json
@@ -13,6 +13,7 @@
"No valid crop data provided" : "לא סופק מידע קיטום חוקי",
"Crop is not square" : "הקיטום אינו מרובע",
"State token does not match" : "קוד אימות מצב אינו תואם",
+ "Invalid app password" : "ססמת היישומון שגויה",
"Could not complete login" : "לא ניתן להשלים את הכניסה",
"Your login token is invalid or has expired" : "אסימון הכניסה שלך שגוי או שהוא פג",
"Password reset is disabled" : "אין אפשרות לאפס סיסמה",
@@ -23,8 +24,11 @@
"Click the following button to reset your password. If you have not requested the password reset, then ignore this email." : "יש ללחוץ על הכפתור הבא בכדי לאפס סיסמה, אם איפוס הסיסמה לא התבקש יש להתעלם מהודעה זו",
"Click the following link to reset your password. If you have not requested the password reset, then ignore this email." : "יש ללחוץ על הקישור הבא בכדי לאפס סיסמה, אם איפוס הסיסמה לא התבקש יש להתעלם מהודעה זו",
"Reset your password" : "יש לאפס סיסמה",
+ "Nextcloud Server" : "שרת Nextcloud",
"Some of your link shares have been removed" : "חלק מקישורי השיתופים שלך הוסרו",
"Due to a security bug we had to remove some of your link shares. Please see the link for more information." : "עקב תקלת אבטחה נאלצנו להסיר חלק מקישורי השיתופים שלך. נא להיכנס לקישור לקבלת פרטים נוספים.",
+ "The user limit of this instance is reached." : "מגבלת המשתמשים של מופע זה הושגה.",
+ "Enter your subscription key to increase the user limit. For more information about Nextcloud Enterprise see our website." : "הזן את מפתח המנוי שלך כדי להגדיל את מגבלת המשתמשים. למידע נוסף על Nextcloud Enterprise, עיין באתר שלנו.",
"Preparing update" : "מכין עדכון",
"[%d / %d]: %s" : "[%d / %d]: %s",
"Repair step:" : "שלב בתיקון:",
@@ -38,62 +42,44 @@
"Maintenance mode is kept active" : "מצב אחזקה נשמר פעיל",
"Updating database schema" : "עדכון סכימת מסד נתונים",
"Updated database" : "עדכון מסד נתונים",
- "Checking whether the database schema can be updated (this can take a long time depending on the database size)" : "בודק אם סכימת מסד הנתונים ניתנת לעדכון (פעולה זו יכולה להמשך זמן רב תלוי בגודל מסד הנתונים)",
- "Checked database schema update" : "עדכון סכימת מסד נתונים נבדק",
- "Checking updates of apps" : "בדיקת עדכוני יישומים",
- "Checking for update of app \"%s\" in appstore" : "בודק עדכונים עבור האפליקציות \"%s\" בחנות האפליקציות.",
- "Update app \"%s\" from appstore" : "עדכן אפליקציה \"%s\" מחנות האפליקציות",
- "Checked for update of app \"%s\" in appstore" : "חיפוש אם קיים עדכון ליישומון „%s” בחנות היישומונים.",
"Checking whether the database schema for %s can be updated (this can take a long time depending on the database size)" : "בודק אם סכימת מסד הנתונים עבור %s ניתנת לעדכון (פעולה זו יכולה להמשך זמן רב תלוי בגודל מסד הנתונים)",
- "Checked database schema update for apps" : "עדכון סכימת מסד נתונים ליישומים נבדק",
"Updated \"%1$s\" to %2$s" : "„%1$s” עודכן לכדי %2$s",
"Set log level to debug" : "קביעת רמת דיווח לתהליך ניפוי בשגיאות",
"Reset log level" : "קביעה מחדש לרמת דיווח",
"Starting code integrity check" : "התחלת בדיקת תקינות קוד",
"Finished code integrity check" : "סיום בדיקת תקינות קוד",
"%s (incompatible)" : "%s (לא תואם)",
- "Following apps have been disabled: %s" : "היישומים הבאים נוטרלו: %s",
+ "The following apps have been disabled: %s" : "היישומים הבאים הושבתו: %s",
"Already up to date" : "כבר עדכני",
"Your web server is not yet properly set up to allow file synchronization, because the WebDAV interface seems to be broken." : "שרת האינטרנט לא מוגדר עדיין כראוי כדי לאפשר סנכרון קבצים, כיוון שמנשק ה־WebDAV כנראה אינו מתפקד.",
- "Your web server is not properly set up to resolve \"{url}\". Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "שרת האינטרנט שלך אינו מוגדר כראוי כדי לפתור את „{url}”. ניתן למצוא מידע נוסף ב<a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">תיעוד</a>.",
"PHP does not seem to be setup properly to query system environment variables. The test with getenv(\"PATH\") only returns an empty response." : "מסתבר כי PHP לא מוגדר כראוי כדי לתשאל משתני סביבה. הבדיקה עם getenv(\"PATH\") מחזירה תשובה ריקה בלבד.",
- "Please check the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">installation documentation ↗</a> for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "נא לעיין ב<a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">תיעוד למתקינים ↖️</a> להערות בנוגע להגדרות PHP והגדרות ה־PHP לשרת שלך, במיוחד אם נעשה שימוש ב־php-fpm.",
"The read-only config has been enabled. This prevents setting some configurations via the web-interface. Furthermore, the file needs to be made writable manually for every update." : "הופעלה תצורה לקריאה בלבד. מצב זה מונע את הגדרת חלק מההגדרות דרך מנשק דפדפן. יתרה מכך, יש להפוך את הקובץ למורשה לכתיבה ידנית בכל עדכון מחדש.",
"Your database does not run with \"READ COMMITTED\" transaction isolation level. This can cause problems when multiple actions are executed in parallel." : "מסד הנתונים שלך לא עובד עם רמת הפרדת פעולות של „READ COMMITTED” . מצב כזה יכול לגרום לבעיות כאשר מספר פעולות רצות במקביל.",
"The PHP module \"fileinfo\" is missing. It is strongly recommended to enable this module to get the best results with MIME type detection." : "מודול ה־PHP בשם „fileinfo” חסר. מומלץ בחום להפעיל את המודול הזה כדי לקבל את התוצאות הטובות ביותר בזיהוי סוג MIME.",
- "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems. See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation ↗</a> for more information." : "נעילת קבצים מושבתת בזמן פעילות, מצב כזה יכול לגרום לתקלות במקרים של תחרות על משאב. יש להפעיל את „filelocking.enabled” ב־config.php כדי להתעלם מתקלות שכאלה. יש לעיין ב<a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">תיעוד ↖️</a> לקבלת מידע נוסף.",
"If your installation is not installed at the root of the domain and uses system cron, there can be issues with the URL generation. To avoid these problems, please set the \"overwrite.cli.url\" option in your config.php file to the webroot path of your installation (suggestion: \"{suggestedOverwriteCliURL}\")" : "אם המערכת שלך אינה מותקנת בשורש שם המתחם ומשתמשת ב־cron של המערכת, עשויות לצוץ תקלות עם יצירת כתובות. כדי להימנע מהתקלות האלו, נא להגדיר את האפשרות „overwrite.cli.url” בקובץ ה־config.php של נתיב שורש ההתקנה שלך (הצעה: „{suggestedOverwriteCliURL}”)",
"It was not possible to execute the cron job via CLI. The following technical errors have appeared:" : "לא ניתן היה להפעיל את משימות ה־cron דרך שורת פקודה. השגיאות הטכניות הבאות התרחשו:",
- "Last background job execution ran {relativeTime}. Something seems wrong." : "משימת הרקע האחרונה פעלה במשך {relativeTime}. כנראה שמדובר בתקלה כלשהי.",
- "Check the background job settings" : "בדיקת הגדרות משימות רקע",
"This server has no working Internet connection: Multiple endpoints could not be reached. This means that some of the features like mounting external storage, notifications about updates or installation of third-party apps will not work. Accessing files remotely and sending of notification emails might not work, either. Establish a connection from this server to the Internet to enjoy all features." : "לשרת זה אין חיבור לאינטרנט: מגוון נקודות קצה אינן נגישות. משמעות הדבר היא שחלק מהתכונות כגון עיגון אחסון חיצוני, הודעות על עדכונים או התקנות של יישומי צד שלישי לא יעבדו. גישה לקבצים מרחוק ושליחת הודעות בדוא״ל לא יעבדו גם כן. אנו ממליצים להפעיל את החיבור של השרת הזה לאינטרנט כדי שתהיה אפשרות ליהנות מכל התכונות.",
- "No memory cache has been configured. To enhance performance, please configure a memcache, if available. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "לא הוגדר מטמון זיכרון. כדי לשפר את הביצועים, נא להגדיר מטמון זיכרון (memcache), אם ניתן. ניתן למצוא מידע נוסף ב<a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">תיעוד</a>.",
- "You are currently running PHP {version}. Upgrade your PHP version to take advantage of <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">performance and security updates provided by the PHP Group</a> as soon as your distribution supports it." : "גרסת ה־PHP שמותקנת אצלך היא {version}. נא לשדרג את גרסת ה־PHP שלך כדי לנצל את <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">עדכוני הביצועים והאבטחה שמסופקים על ידי קבוצת PHP</a> ברגע שההפצה שלך משחררת אותן.",
- "The reverse proxy header configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If not, this is a security issue and can allow an attacker to spoof their IP address as visible to the Nextcloud. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "תצורת הכותרת של המתווך ההפוך שגויה או שהגישה שלך אל Nextcloud מתבצעת ממתווך מהימן. אם לא כך המצב, מדובר בפרצת אבטחה שיכולה לאפשר לתוקף לזייף כתובת IP כפי שהיא מיוצגת מול ה־Nextcloud. ניתן למצוא מידע נוסף ב<a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">תיעוד</a>.",
- "Memcached is configured as distributed cache, but the wrong PHP module \"memcache\" is installed. \\OC\\Memcache\\Memcached only supports \"memcached\" and not \"memcache\". See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">memcached wiki about both modules</a>." : "Memcached מוגדר כמטמון מופץ, אבל מודול ה־PHP השגוי המותקן הוא „memcache”.‏ ‎\\OC\\Memcache\\Memcached תומך רק ב־„memcached” ולא ב־ „memcache”. ניתן לצפות ב<a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">וויקי של memcached לגבי שני המודולים</a>.",
- "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">List of invalid files…</a> / <a href=\"{rescanEndpoint}\">Rescan…</a>)" : "חלק מהקבצים לא עברו את בדיקת השלמות. ניתן למצוא מידע נוסף על אופן הפתרון של תקלה זו ב<a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">תיעוד</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">רשימת קבצים שגויים…</a> / <a href=\"{rescanEndpoint}\">סריקה מחדש…</a>)",
- "The PHP OPcache is not properly configured. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance it is recommended</a> to use the following settings in the <code>php.ini</code>:" : "ה־OPcache של PHP אינו מוגדר כראוי. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">לשיפור הביצועים אנו ממליצים</a> להשתמש בהגדרות הבאות בקובץ <code>php.ini</code>:",
+ "Nextcloud 20 is the last release supporting PHP 7.2. Nextcloud 21 requires at least PHP 7.3." : "Nextcloud 20 הוא המהדורה האחרונה התומכת ב- PHP 7.2. \nNextcloud 21 דורש לפחות PHP 7.3.",
"The PHP function \"set_time_limit\" is not available. This could result in scripts being halted mid-execution, breaking your installation. Enabling this function is strongly recommended." : "פונקציית ה־PHP‏ „set_time_limit” אינה זמינה. מצב זה עשוי לגרום לעצירת סקריפטים באמצע הפעולה ולפגיעה בהתקנה שלך. אנו ממליצים בחום להפעיל את הפונקציה הזאת.",
"Your PHP does not have FreeType support, resulting in breakage of profile pictures and the settings interface." : "ל־PHP שלך אין תמיכה ב־FreeType. מצב כזה יגרום לתמונות פרופיל משובשות לצד מנשק הגדרות משובש.",
"Missing index \"{indexName}\" in table \"{tableName}\"." : "חסר אינדקס „{indexName}” בטבלה „{tableName}”.",
"The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "למסד הנתונים חסרים אינדקסים. כיוון שהוספת אינדקסים על טבלאות גדולות היא פעולה שגוזלת זמן רב הם לא נוספים אוטומטית. על ידי הרצת הפקודה „occ db:add-missing-indices” האינדקסים החסרים נוספים ידנית ללא עצירת פעולת העותק. לאחר הוספת האינדקסים השאילתות על הטבלאות האלה מהירות בהרבה.",
+ "Missing primary key on table \"{tableName}\"." : "חסר מפתח ראשי בטבלה \"{tableName}\".",
+ "The database is missing some primary keys. Due to the fact that adding primary keys on big tables could take some time they were not added automatically. By running \"occ db:add-missing-primary-keys\" those missing primary keys could be added manually while the instance keeps running." : "במסד הנתונים חסרים כמה מפתחות ראשיים. בשל העובדה שהוספת מפתחות ראשיים לטבלאות גדולות עשויה להימשך זמן מה, הם לא נוספו אוטומטית. על ידי הפעלת \"occ db: add-missing-primary-keys\", ניתן להוסיף מפתחות הראשיים החסרים האלה באופן ידני, בזמן שהמופע ממשיך לפעול.",
+ "Missing optional column \"{columnName}\" in table \"{tableName}\"." : "חסרה עמודה האופציונלית \"{columnName}\" בטבלה \"{tableName}\".",
+ "The database is missing some optional columns. Due to the fact that adding columns on big tables could take some time they were not added automatically when they can be optional. By running \"occ db:add-missing-columns\" those missing columns could be added manually while the instance keeps running. Once the columns are added some features might improve responsiveness or usability." : "במסד הנתונים חסרים כמה עמודות אופציונליות. בשל העובדה שהוספת עמודות בטבלאות גדולות עשויה להימשך זמן מה, הן לא נוספו אוטומטית כאשר הן יכולות להיות אופציונליות. על ידי הפעלת \"occ db: add-missing-column\", ניתן להוסיף את העמודות החסרות האלה באופן ידני בזמן שהמופע ממשיך לפעול. לאחר הוספת העמודות, חלק מהתכונות עשויות לשפר את ההיענות או את השימושיות.",
+ "This instance is missing some recommended PHP modules. For improved performance and better compatibility it is highly recommended to install them." : "במופע זה חסרים כמה מודולי PHP מומלצים. לשיפור ביצועים ותאימות טובה יותר, מומלץ להתקין אותם.",
+ "Module php-imagick in this instance has no SVG support. For better compatibility it is recommended to install it." : "למודול php-imagick במקרה הזה אין תמיכה ב- SVG. לקבלת תאימות טובה יותר, מומלץ להתקין אותו.",
"SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend." : "SQLite הוא מנגנון מסד הנתונים נכון לעכשיו. במערכות גדולות מוטב להחליף למנגנון מסד נתונים אחר.",
"This is particularly recommended when using the desktop client for file synchronisation." : "מצב זה מומלץ במיוחד כאשר מריצים את לקוח שולחן העבודה לסנכרון קבצים.",
- "To migrate to another database use the command line tool: 'occ db:convert-type', or see the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation ↗</a>." : "כדי להגר למסד נתונים אחר יש להשתמש בכלי שורת הפקודה: ‚occ db:convert-type’, או לעיין ב<a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">תיעוד ↖️</a>.",
- "Use of the the built in php mailer is no longer supported. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Please update your email server settings ↗<a/>." : "השימוש בתכונת הדוא״ל המובנית של php אינה נתמכת עוד. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">נא לעדכן את הגדרות שרת הדוא״ל שלך ↖<a/>.",
"The PHP memory limit is below the recommended value of 512MB." : "מגבלת הזיכרון של ה־PHP היא מתחת לערך המומלץ על סך 512 מ״ב.",
+ "Some app directories are owned by a different user than the web server one. This may be the case if apps have been installed manually. Check the permissions of the following app directories:" : "ספריות אפליקציות מסוימות הן בבעלות משתמש אחר מזה של שרת האינטרנט. זה יכול להיות במקרה שאפליקציות הותקנו באופן ידני. בדוק את ההרשאות של ספריות האפליקציות הבאות:",
+ "This instance uses an S3 based object store as primary storage. The uploaded files are stored temporarily on the server and thus it is recommended to have 50 GB of free space available in the temp directory of PHP. Check the logs for full details about the path and the available space. To improve this please change the temporary directory in the php.ini or make more space available in that path." : "מופע זה משתמש באיחסון אובייקטים מבוססת S3 כאחסון ראשי. הקבצים שהועלו מאוחסנים באופן זמני בשרת, ולכן מומלץ שיהיה שטח פנוי של 50 GB בספריית ה- temp של PHP. בדוק ביומנים לקבלת יותר פרטים על הנתיב והשטח הזמין. כדי לשפר זאת, אנא שנה את הספריה הזמנית ב- php.ini, או תפנה יותר מקום בנתיב זה.",
"Error occurred while checking server setup" : "שגיאה אירעה בזמן בדיקת התקנת השרת",
"Your data directory and files are probably accessible from the Internet. The .htaccess file is not working. It is strongly recommended that you configure your web server so that the data directory is no longer accessible, or move the data directory outside the web server document root." : "תיקיית הנתונים והקבצים שלך כנראה נגישים דרך האינטרנט. קובץ ה־‎.htaccess אינו עובד. מומלץ בחום להגדיר את השרת שלך כך שתיקיית הנתונים אינה נגישה עוד או לחלופין להעביר את תיקיית הנתונים אל מחוץ לתיקיית השורש של שירות אירוח האתרים.",
"The \"{header}\" HTTP header is not set to \"{expected}\". This is a potential security or privacy risk, as it is recommended to adjust this setting accordingly." : "כותרת ה־HTTP‏ „{header}” אינה מוגדרת לערך „{expected}”. מדובר בפרצת אבטחה או פרטיות, מומלץ להתאים את ההגדרה הזאת בהתאם.",
"The \"{header}\" HTTP header is not set to \"{expected}\". Some features might not work correctly, as it is recommended to adjust this setting accordingly." : "כותרת ה־HTTP‏ „{header}” אינה מוגדרת לערך „{expected}”. יתכן שחלק מהתכונות לא תעבודנה כראוי, מומלץ להתאים את ההגדרה הזאת בהתאם.",
- "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the <a href=\"{docUrl}\" rel=\"noreferrer noopener\">security tips ↗</a>." : "כותרת ה־HTTP בשם „Strict-Transport-Security” אינה מוגדרת עד לפחות „{seconds}” שניות. לטובת אבטחה מוגברת אנו ממליצים להפעיל HSTS כפי שמתואר ב<a href=\"{docUrl}\" rel=\"noreferrer noopener\">עצות האבטחה ↖️</a> שלנו.",
- "Non-existing tag #{tag}" : "תגית לא קיימת #{tag}",
- "restricted" : "מוגבל",
- "invisible" : "בלתי גלוי",
- "Delete" : "מחיקה",
- "Rename" : "שינוי שם",
- "Collaborative tags" : "תגיות שיתופיות",
- "No tags found" : "לא נמצאו תגים",
+ "The \"{header}\" HTTP header doesn't contain \"{expected}\". This is a potential security or privacy risk, as it is recommended to adjust this setting accordingly." : "כותרת ה-HTTP, הנקרא \"{header}\", אינה מכילה \"{expected}\". זהו סיכון אפשרי של אבטחה או פרטיות, שכן מומלץ להתאים הגדרה זו בהתאם.",
"unknown text" : "מלל לא מוכר",
"Hello world!" : "שלום עולם!",
"sunny" : "שמשי",
@@ -106,37 +92,60 @@
"Update to {version}" : "עדכון ל־{version}",
"An error occurred." : "אירעה שגיאה.",
"Please reload the page." : "יש להעלות מחדש דף זה.",
- "The update was unsuccessful. For more information <a href=\"{url}\">check our forum post</a> covering this issue." : "העדכון בוצע בהצלחה. למידע נוסף <a href=\"{url}\">ניתן לבדוק בהודעת הפורום שלנו</a> המכסה נושא זו.",
+ "The update was unsuccessful. For more information <a href=\"{url}\">check our forum post</a> covering this issue." : "העדכון לא בוצע בהצלחה. למידע נוסף <a href=\"{url}\">ניתן לבדוק בהודעת הפורום שלנו</a> המכסה נושא זו.",
"The update was unsuccessful. Please report this issue to the <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">Nextcloud community</a>." : "העדכון לא הצליח. נא לדווח על התקלה הזאת ל<a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">קהילת Nextcloud</a>.",
- "Continue to Nextcloud" : "להמשיך ל־Nextcloud",
- "_The update was successful. Redirecting you to Nextcloud in %n second._::_The update was successful. Redirecting you to Nextcloud in %n seconds._" : ["העדכון הצליח. תתבצע העברה ל־Nextcloud בעוד שנייה.","העדכון הצליח. תתבצע העברה ל־Nextcloud בעוד %n שניות.","העדכון הצליח. תתבצע העברה ל־Nextcloud בעוד %n שניות.","העדכון הצליח. תתבצע העברה ל־Nextcloud בעוד %n שניות."],
- "Searching other places" : "מחפש במקומות אחרים",
- "No search results in other folders for {tag}{filter}{endtag}" : "אין תוצאות חיפוש בתיקיות אחרות עבור {tag}{filter}{endtag}",
- "_{count} search result in another folder_::_{count} search results in other folders_" : ["{count} תוצאת חיפוש בתיקייה אחרות","{count} תוצאות חיפוש בתיקיות אחרות","{count} תוצאות חיפוש בתיקיות אחרות","{count} תוצאות חיפוש בתיקיות אחרות"],
+ "Log in" : "כניסה",
+ "Logging in …" : "מתבצעת כניסה…",
"Server side authentication failed!" : "אימות לצד שרת נכשל!",
"Please contact your administrator." : "יש ליצור קשר עם המנהל.",
"An internal error occurred." : "אירעה שגיאה פנימית.",
"Please try again or contact your administrator." : "יש לנסות שוב ליצור קשר עם המנהל שלך.",
"Username or email" : "שם משתמש או דואר אלקטרוני",
"Password" : "ססמה",
- "Log in" : "כניסה",
- "Logging in …" : "מתבצעת כניסה…",
"Wrong username or password." : "שם המשתמש או הססמה שגויים.",
"User disabled" : "משתמש מושבת",
"We have detected multiple invalid login attempts from your IP. Therefore your next login is throttled up to 30 seconds." : "זיהינו מספר ניסיונות כניסה שגויים מכתובת ה־IP שלך. לכן, ניסיון הכניסה הבא יתאפשר עבורך רק בעוד 30 שניות.",
+ "Your account is not setup for passwordless login." : "החשבון שלך לא מוגדר לכניסה בלי ססמה.",
+ "Passwordless authentication is not supported in your browser." : "אימות ללא ססמה אינו נתמך על ידי הדפדפן שלך.",
+ "Passwordless authentication is only available over a secure connection." : "אימות ללא סיסמה הוא זמין רק דרך חיבור מאובטח.",
"Reset password" : "איפוס ססמה",
+ "If it is not there ask your local administrator." : "אם זה לא נמצא, שאל את המנהל המקומי שלך.",
"Couldn't send reset email. Please contact your administrator." : "לא ניתן היה לשלוח דואר אלקטרוני לאיפוס. יש לפנות למנהל שלך.",
- "Password can not be changed. Please contact your administrator." : "לא ניתן לשנות את הססמה. יש לפנות למנהל שלך.",
"Back to login" : "חזרה לכניסה",
"New password" : "ססמה חדשה",
+ "Your files are encrypted. There will be no way to get your data back after your password is reset. If you are not sure what to do, please contact your administrator before you continue. Do you really want to continue?" : "הקבצים שלך מוצפנים. לא תהיה שום דרך להחזיר את הנתונים לאחר איפוס הסיסמה. אם אינך בטוח מה לעשות, פנה למנהל המערכת לפני שתמשיך. האם אתה באמת רוצה להמשיך?",
"I know what I'm doing" : "אני יודע/ת מה אני עושה",
+ "Resetting password" : "איפוס ססמה",
+ "Recommended apps" : "יישומונים מומלצים",
+ "Loading apps …" : "היישומונים נטענים…",
+ "Installing apps …" : "היישומונים מותקנים…",
+ "App download or installation failed" : "הורדת או התקנת היישומון נכשלה",
"Cancel" : "ביטול",
+ "Schedule work & meetings, synced with all your devices." : "תזמון עבודה ופגישות בסנכרון עם כל המכשירים שלך.",
+ "Keep your colleagues and friends in one place without leaking their private info." : "עמיתים לעבודה וחברים מרוכזים במקום אחד מבלי זליגה של הפרטים האישיים שלהם.",
+ "Simple email app nicely integrated with Files, Contacts and Calendar." : "יישומון דוא״ל פשוט שמשתלב בצורה נחמדה עם הקבצים, אנשי הקשר והיומן.",
+ "Chatting, video calls, screensharing, online meetings and web conferencing – in your browser and with mobile apps." : "צ'אטים, שיחות וידאו, שיתוף מסך, פגישות מקוונות ועידת אינטרנט - בדפדפן ובאפליקציות סלולריות.",
+ "Collaboratively edit office documents." : "עריכה שיתופית של מסמכי Office.",
+ "Local document editing back-end used by the Collabora Online app." : "עריכת מסמך מקומי באופן back-end המשמשת את אפליקציית Collabora Online.",
"Forgot password?" : "שכחת ססמה?",
+ "Log in with a device" : "כניסה עם מכשיר",
+ "Back" : "חזרה",
+ "Reset search" : "איפוס החיפוש",
+ "Search for {name} only" : "חפש ל-{name} בלבד",
+ "No results for {query}" : "אין תוצאות עבור {query}",
+ "Start typing to search" : "להתחלת החיפוש יש להקליד",
+ "Loading more results …" : "נטענות תוצאות נוספות…",
+ "Load more results" : "לטעון עוד תוצאות",
+ "Search" : "חיפוש",
+ "An error occurred while searching for {type}" : "אירעה שגיאה בחיפוש אחר {type}",
+ "_Please enter {minSearchLength} character or more to search_::_Please enter {minSearchLength} characters or more to search_" : ["נא להקליד לפחות תו אחד כדי לחפש","נא להקליד לפחות {minSearchLength} תווים כדי לחפש","נא להקליד לפחות {minSearchLength} תווים כדי לחפש","נא להקליד לפחות {minSearchLength} תווים כדי לחפש"],
+ "Search {types} …" : "חפש {types} ...",
"Settings" : "הגדרות",
"Could not load your contacts" : "לא ניתן לטעון את אנשי הקשר שלך",
"Search contacts …" : "חיפוש אנשי קשר…",
"No contacts found" : "לא נמצאו אנשי קשר",
"Show all contacts …" : "הצגת כל אנשי הקשר…",
+ "Install the Contacts app" : "התקנת יישומון אנשי הקשר",
"Loading your contacts …" : "אנשי הקשר שלך נטענים…",
"Looking for {term} …" : "מתבצע חיפוש אחר {term}…",
"No" : "לא",
@@ -177,10 +186,18 @@
"This action requires you to confirm your password" : "פעולה זו דורשת ממך לאמת את הססמה שלך",
"Confirm" : "אימות",
"Failed to authenticate, try again" : "האימות נכשל, נא לנסות שוב",
- "seconds ago" : "שניות",
+ "seconds ago" : "לפני מספר שניות",
"Connection to server lost" : "החיבור לשרת אבד",
"_Problem loading page, reloading in %n second_::_Problem loading page, reloading in %n seconds_" : ["תקלה בטעינת העמוד, יתבצע רענון בעוד שנייה","תקלה בטעינת העמוד, יתבצע רענון בעוד %n שניות","תקלה בטעינת העמוד, יתבצע רענון בעוד %n שניות","תקלה בטעינת העמוד, יתבצע רענון בעוד %n שניות"],
+ "Add to a project" : "הוספה למיזם",
+ "Show details" : "הצגת פרטים",
"Hide details" : "הסתרת פרטים",
+ "Rename project" : "שינוי שם מיזם",
+ "Failed to rename the project" : "שינוי שם המיזם נכשל",
+ "Failed to create a project" : "יצירת המיזם נכשלה",
+ "Failed to add the item to the project" : "הוספת פריט למיזם נכשלה",
+ "Connect items to a project to make them easier to find" : "יש לחבר פריטים למיזם כדי להקל על איתורם",
+ "Type to search for existing projects" : "לחיפוש במיזמים הקיימים יש להקליד",
"New in" : "חדש ב־",
"View changelog" : "הצגת יומן שינויים",
"Very weak password" : "ססמה מאוד חלשה",
@@ -190,6 +207,13 @@
"Strong password" : "ססמה חזקה",
"No action available" : "אין פעולה זמינה",
"Error fetching contact actions" : "שגיאה בקבלת פעולות אנשי הקשר",
+ "Non-existing tag #{tag}" : "תגית לא קיימת #{tag}",
+ "restricted" : "מוגבל",
+ "invisible" : "בלתי גלוי",
+ "Delete" : "מחיקה",
+ "Rename" : "שינוי שם",
+ "Collaborative tags" : "תגיות שיתופיות",
+ "No tags found" : "לא נמצאו תגים",
"Personal" : "אישי",
"Users" : "משתמשים",
"Apps" : "יישומים",
@@ -199,7 +223,10 @@
"File not found" : "קובץ לא נמצא",
"The document could not be found on the server. Maybe the share was deleted or has expired?" : "לא ניתן למצוא את המסמך בשרת. יכול להיות שהשיתוף נמחק או פג?",
"Back to %s" : "חזרה אל %s",
+ "Too many requests" : "יותר מדי בקשות",
+ "There were too many requests from your network. Retry later or contact your administrator if this is an error." : "היו יותר מדי בקשות מהרשת שלך. נסה שוב מאוחר יותר, או צור קשר עם מנהל המערכת שלך אם זו שגיאה.",
"Error" : "שגיאה",
+ "Previous" : "הקודם",
"Internal Server Error" : "שגיאה פנימית בשרת",
"The server was unable to complete your request." : "השרת לא הצליח להשלים את הבקשה שלך.",
"If this happens again, please send the technical details below to the server administrator." : "אם דבר כזה קורה שוב, נא לשלוח את הפרטים הטכניים שלהלן למנהל השרת.",
@@ -218,6 +245,7 @@
"For information how to properly configure your server, please see the <a href=\"%s\" target=\"_blank\" rel=\"noreferrer noopener\">documentation</a>." : "למידע בנוגע להגדרת השרת שלך כראוי, נא לעיין ב<a href=\"%s\" target=\"_blank\" rel=\"noreferrer noopener\">תיעוד</a>.",
"Create an <strong>admin account</strong>" : "יצירת <strong>חשבון מנהל</strong>",
"Username" : "שם משתמש",
+ "Show password" : "הצגת ססמה",
"Storage & database" : "אחסון ומסד נתונים",
"Data folder" : "תיקיית נתונים",
"Configure the database" : "הגדרת מסד הנתונים",
@@ -232,11 +260,16 @@
"Please specify the port number along with the host name (e.g., localhost:5432)." : "נא לציין את מספר הפתחה יחד עם שם המארח (למשל: localhost:5432).",
"Performance warning" : "אזהרת ביצועים",
"You chose SQLite as database." : "בחרת ב־SQLite כמסד נתונים.",
+ "SQLite should only be used for minimal and development instances. For production we recommend a different database backend." : "יש להשתמש ב־SQLite לסביבות מזעריות או למטרות פיתוח. בסביבת פעילות שגרתית אנו ממליצים על מנגנון מסד נתונים אחר.",
"If you use clients for file syncing, the use of SQLite is highly discouraged." : "אם יש לך לקוח שמשמש אותך לסנכרון קבצים, השימוש ב־SQLite לא מומלץ עבורך.",
+ "Install recommended apps" : "התקנת יישומונים מומלצים",
+ "Calendar, Contacts, Talk, Mail & Collaborative editing" : "לוח שנה, אנשי קשר, שיחה, דואר, ועריכה משותפת",
"Finish setup" : "סיום התקנה",
"Finishing …" : "מסיים...",
"Need help?" : "עזרה נזקקת?",
"See the documentation" : "יש לצפות במסמכי התיעוד",
+ "It looks like you are trying to reinstall your Nextcloud. However the file CAN_INSTALL is missing from your config directory. Please create the file CAN_INSTALL in your config folder to continue." : "נראה שאתה מנסה להתקין מחדש את ה-Nextcloud שלך.אבל הקובץ CAN_INSTALL חסר בספריית ה-config שלך. אנא צור את הקובץ CAN_INSTALL בתיקיית ה-config שלך כדי להמשיך.",
+ "Could not remove CAN_INSTALL from the config folder. Please remove this file manually." : "לא ניתן להסיר את CAN_INSTALL מתיקיית ההגדרות. נא להסיר את הקובץ הזה ידנית.",
"This application requires JavaScript for correct operation. Please {linkstart}enable JavaScript{linkend} and reload the page." : "יישום זה דורש JavaScript לפעולה נכונה. יש {linkstart}לאפשר JavaScript{linkend} ולטעון את העמוד מחדש.",
"Get your own free account" : "קבלת חשבון משלך בחינם",
"Skip to main content" : "דילוג לתוכן הראשי",
@@ -244,38 +277,41 @@
"More apps" : "יישומים נוספים",
"More" : "עוד",
"More apps menu" : "תפריט יישומונים נוספים",
- "Search" : "חיפוש",
- "Reset search" : "איפוס החיפוש",
"Contacts" : "אנשי קשר",
"Contacts menu" : "תפריט אנשי קשר",
"Settings menu" : "תפריט הגדרות",
"Confirm your password" : "אימות הססמה שלך",
"Connect to your account" : "התחברות לחשבון שלך",
"Please log in before granting %1$s access to your %2$s account." : "נא להיכנס בטרם הענקת גישה לחשבון שלך ב־%2$s לטובת %1$s.",
+ "If you are not trying to set up a new device or app, someone is trying to trick you into granting them access to your data. In this case do not proceed and instead contact your system administrator." : "אם אינך מנסה להגדיר מכשיר חדש או אפליקציה חדשה, מישהו מנסה לרמות אותך להעניק לו גישה לנתונים שלך. במקרה הזה, אל תמשיך, ובמקום זאת פנה למנהל המערכת שלך.",
"App token" : "אסימון יישום",
"Grant access" : "הענקת גישה",
"Alternative log in using app token" : "כניסה חלופית באמצעות אסימון יישומון",
"Account access" : "גישה לחשבון",
"You are about to grant %1$s access to your %2$s account." : "פעולה זו תעניק ל־%1$s גישה לחשבון ה־%2$s שלך.",
"Account connected" : "חשבון מחובר",
+ "Your client should now be connected!" : "הלקוח שלך אמור להיות מחובר עכשיו!",
+ "You can close this window." : "ניתן לסגור את החלון הזה.",
"This share is password-protected" : "שיתוף זה מוגן בססמה",
"The password is wrong. Try again." : "הססמה שגויה. נא לנסות שוב.",
"Two-factor authentication" : "אימות דו־שלבי",
"Enhanced security is enabled for your account. Choose a second factor for authentication:" : "על החשבון שלך מופעלת אבטחה מוגברת. נא לבחור גורם אימות נוסף:",
"Could not load at least one of your enabled two-factor auth methods. Please contact your admin." : "לא ניתן לטעון לפחות את אחד משיטות האימות הדו־שלבי שהפעלת. נא ליצור קשר עם מנהל המערכת.",
"Two-factor authentication is enforced but has not been configured on your account. Contact your admin for assistance." : "אימות דו־שלבי נאכף אך הוא אינו מוגדר על החשבון שלך. נא ליצור קשר עם המנהל שלך לקבלת עזרה.",
+ "Two-factor authentication is enforced but has not been configured on your account. Please continue to setup two-factor authentication." : "אימות דו-גורמי נאכף, אך לא הוגדר בחשבון שלך. אנא תמשיך להגדיר אימות דו-גורמי.",
"Set up two-factor authentication" : "הגדרת אימות דו־שלבי",
"Two-factor authentication is enforced but has not been configured on your account. Use one of your backup codes to log in or contact your admin for assistance." : "אימות דו־שלבי נאכף אך הוא אינו מוגדר על החשבון שלך. נא להשתמש באחד מהקודים לצורכי גיבוי כדי להיכנס או ליצור קשר עם המנהל שלך לקבלת עזרה.",
"Use backup code" : "שימוש בקוד גיבוי",
"Cancel login" : "ביטול התחברות",
"Setup two-factor authentication" : "הגדרת אימות דו־שלבי",
+ "Enhanced security is enforced for your account. Choose which provider to set up:" : "על החשבון שלך נאכפת אבטחה מורחבת. נא לבחור איזה ספק להגדיר:",
"Error while validating your second factor" : "שגיאה בעת אימות הגורם השני",
"Access through untrusted domain" : "גישה דרך שם מתחם בלתי מהימן",
"Please contact your administrator. If you are an administrator, edit the \"trusted_domains\" setting in config/config.php like the example in config.sample.php." : "נא ליצור קשר עם מנהל השרת שלך. אם הרשאות ניהול השרת הן בידיך, יש לערוך את ההגדרה „trusted_domains” בתוך config/config.php כמו הדוגמה שבתוך ",
"Further information how to configure this can be found in the %1$sdocumentation%2$s." : "ניתן למצוא מידע נוסף על אופן ההגדרה של התכונה הזאת ב%1$sתיעוד%2$s.",
"App update required" : "נדרש עדכון יישום",
"%1$s will be updated to version %2$s" : "%1$s יעודכן לגרסה %2$s",
- "These apps will be updated:" : "יישומים אלו יעודכנו:",
+ "The following apps will be updated:" : "היישומונים הבאים יעודכנו:",
"These incompatible apps will be disabled:" : "יישומים לא תואמים ינוטרלו:",
"The theme %s has been disabled." : "ערכת הנושא %s הושבתה.",
"Please make sure that the database, the config folder and the data folder have been backed up before proceeding." : "יש לוודא שמסד הנתונים, תיקיית config ותיקיית data גובו לפני המשך התהליך.",
@@ -291,93 +327,49 @@
"This %s instance is currently in maintenance mode, which may take a while." : "הפעלה %s זו כרגע במצב אחזקה, שתמשך זמן מה.",
"This page will refresh itself when the instance is available again." : "עמוד זה ירענן את עצמו כאשר העותק ישוב להיות זמין.",
"Contact your system administrator if this message persists or appeared unexpectedly." : "יש ליצור קשר עם מנהל המערכת אם הודעה שו נמשכת או מופיעה באופן בלתי צפוי. ",
- "Could not send reset email because there is no email address for this username. Please contact your administrator." : "לא ניתן היה לשלוח דואר אלקטרוני כיוון שלא מוגדר דואר אלקטרוני למשתמש זה. יש ליצור קשר עם מנהל.",
- "Couldn't send reset email. Please make sure your username is correct." : "לא ניתן היה לשלוח דואר אלקטרוני לאיפוס. יש לוודא ששם המשתמש נכון.",
- "We have send a password reset e-mail to the e-mail address known to us for this account. If you do not receive it within a reasonable amount of time, check your spam/junk folders.<br>If it is not there ask your local administrator." : "שלחנו הודעת דוא״ל לאיפוס ססמה לכתובת הדוא״ל שאנו מכירים לחשבון זה. אם לא קיבלת את ההודעה תוך זמן סביר, מומלץ לחפש בתיקיות הספאם/זבל שלך.<br>אם היא לא שם כדאי לשאול את מנהל הרשת המקומית.",
- "Your files are encrypted. There will be no way to get your data back after your password is reset.<br />If you are not sure what to do, please contact your administrator before you continue. <br />Do you really want to continue?" : "הקבצים שלך מוצפנים. לא תהיה דרך לשחזר את הקבצים שלך בחזרה לאחר איפוס הססמה שלך.<br />אם השלכות מעשיך אינן ברורות לך לחלוטין מוטב ליצור קשר עם מנהל השרת בטרם המשך התהליך.<br />להמשיך בתהליך?",
- "Sending email …" : "דוא״ל נשלח …",
- "You are currently running PHP 5.6. The current major version of Nextcloud is the last that is supported on PHP 5.6. It is recommended to upgrade the PHP version to 7.0+ to be able to upgrade to Nextcloud 14." : "גרסת ה־PHP הנוכחית שלך היא 5.6. הגרסה העיקרית הנוכחית של Nextcloud היא הגרסה האחרונה שעוד תומכת ב־PHP 5.6. מומלץ לשדרג את גרסה ה־PHP ל־7.0 ומעלה כדי לאפשר את השדרוג ל־Nextcloud 14.",
- "Accessing site insecurely via HTTP. You are strongly adviced to set up your server to require HTTPS instead, as described in the <a href=\"{docUrl}\">security tips ↗</a>." : "גישה בלתי מאובטחת לאתר עם HTTP. מומלץ בחום להגדיר את השרת שלך כדי לדרוש HTTPS במקום, כפי שמתואר ב<a href=\"{docUrl}\">עצות האבטחה ↖️</a>.",
- "Shared" : "שותף",
- "Shared with" : "משותף עם",
- "Shared by" : "שותף על ידי",
- "Choose a password for the public link" : "נא לבחור ססמה לקישור הציבורי",
- "Choose a password for the public link or press the \"Enter\" key" : "יש לבחור ססמה עבור הקישור הציבורי או ללחוץ על המקש „Enter”",
- "Copied!" : "מועתק!",
- "Copy link" : "העתקת קישור",
- "Not supported!" : "אין תמיכה!",
- "Press ⌘-C to copy." : "יש להקיש ‎⌘-C כדי להעתיק.",
- "Press Ctrl-C to copy." : "יש להקיש Ctrl-C כדי להעתיק.",
- "Unable to create a link share" : "לא ניתן ליצור קישור לשיתוף",
- "Unable to toggle this option" : "לא ניתן להפעיל/לכבות אפשרות זו",
- "Resharing is not allowed" : "אסור לעשות שיתוף מחדש",
- "Link" : "קישור",
- "Hide download" : "הסתרת הורדה",
- "Password protection enforced" : "נאכפת הגנה בססמה",
- "Password protect" : "הגנה בססמה",
- "Allow editing" : "אישור עריכה",
- "Email link to person" : "שליחת קישור בדוא״ל למשתמש",
- "Send" : "שליחה",
- "Allow upload and editing" : "לאפשר העלאה ועריכה",
- "Read only" : "קריאה בלבד",
- "File drop (upload only)" : "השלכת קבצים (העלאה בלבד)",
- "Expiration date enforced" : "נאכף מועד תפוגה",
- "Set expiration date" : "הגדרת תאריך תפוגה",
- "Expiration" : "תפוגה",
- "Expiration date" : "תאריך התפוגה",
- "Note to recipient" : "מסר לנמען",
- "Unshare" : "הסר שיתוף",
- "Delete share link" : "מחיקת קישור שיתוף",
- "Add another link" : "הוספת קישור נוסף",
- "Password protection for links is mandatory" : "חובה להשתמש בססמאות לקישורים",
- "Share to {name}" : "שיתוף עם {name}",
- "Share link" : "קישור לשיתוף",
- "New share link" : "קישור שיתוף חדש",
- "Created on {time}" : "נוצר ב־{time}",
- "Password protect by Talk" : "הגנה בססמה על ידי Talk",
- "Could not unshare" : "לא ניתן לבטל שיתוף",
- "Shared with you and the group {group} by {owner}" : "שותף אתך ועם הקבוצה {group} שבבעלות {owner}",
- "Shared with you and {circle} by {owner}" : "משותף אתך ועם {circle} על ידי {owner}",
- "Shared with you by {owner}" : "שותף אתך על ידי {owner}",
- "Choose a password for the mail share" : "נא לבחור ססמה עבור השיתוף בדוא״ל",
- "group" : "קבוצה",
- "remote" : "נשלט מרחוק",
- "remote group" : "קבוצה מרוחקת",
- "email" : "דוא״ל",
- "conversation" : "דיון",
- "shared by {sharer}" : "שותף ע״י {sharer}",
- "Can reshare" : "ניתן לשתף מחדש",
- "Can edit" : "ניתן לערוך",
- "Can create" : "ניתן ליצור",
- "Can change" : "ניתן לשנות",
- "Can delete" : "ניתן למחוק",
- "Access control" : "בקרת גישה",
- "{shareInitiatorDisplayName} shared via link" : "{shareInitiatorDisplayName} שותף דרך קישור",
- "Error while sharing" : "שגיאה במהלך השיתוף",
- "Share details could not be loaded for this item." : "לא ניתן היה לטעון מידע שיתוף לפריט זה",
- "Search globally" : "חיפוש גלובלי",
- "_At least {count} character is needed for autocompletion_::_At least {count} characters are needed for autocompletion_" : ["נדרש לפחות תו אחד להשלמה אוטומטית","נדרשים לפחות {count} תווים להשלמה אוטומטית","נדרשים לפחות {count} תווים להשלמה אוטומטית","נדרשים לפחות {count} תווים להשלמה אוטומטית"],
- "This list is maybe truncated - please refine your search term to see more results." : "יתכן שזו רשימה מקוצרת - נא למקד את ביטוי החיפוש שלך כדי להציג תוצאות נוספות.",
- "No users or groups found for {search}" : "לא אותרו משתמשים או קבוצות עבור {search}",
- "No users found for {search}" : "לא אותרו משתמשים עבור {search}",
- "An error occurred (\"{message}\"). Please try again" : "אירעה שגיאה (\"{message}\"). נא לנסות שוב",
- "An error occurred. Please try again" : "אירעה שגיאה. יש לנסות שנית",
- "Home" : "בית",
- "Work" : "עבודה",
- "Other" : "אחר",
- "{sharee} (remote group)" : "{sharee} (קבוצה מרוחקת)",
- "{sharee} ({type}, {owner})" : "{sharee} ({type}, {owner})",
- "Share" : "שתף",
- "Name or email address..." : "שם או כתובת דוא״ל…",
- "Name or federated cloud ID..." : "שם או מזהה ענן מאוגד…",
- "Name, federated cloud ID or email address..." : "שם, מזהה ענן מאוגד או כתובת דוא״ל…",
- "Name..." : "שם…",
- "Error removing share" : "שגיאה בזמן הסרת שיתוף",
- "({scope})" : "({scope})",
- "Saving..." : "שמירה…",
- "Dismiss" : "שחרור",
- "Your client should now be connected! You can close this window." : "הלקוח שלך אמור להיות מחובר עכשיו! ניתן לסגור את החלון הזה.",
- "New Password" : "ססמה חדשה",
- "Cancel log in" : "ביטול כניסה"
+ "Checking whether the database schema can be updated (this can take a long time depending on the database size)" : "בודק אם סכימת מסד הנתונים ניתנת לעדכון (פעולה זו יכולה להמשך זמן רב תלוי בגודל מסד הנתונים)",
+ "Checked database schema update" : "עדכון סכימת מסד נתונים נבדק",
+ "Checking updates of apps" : "בדיקת עדכוני יישומים",
+ "Checking for update of app \"%s\" in appstore" : "בודק עדכונים עבור האפליקציות \"%s\" בחנות האפליקציות.",
+ "Update app \"%s\" from appstore" : "עדכן אפליקציה \"%s\" מחנות האפליקציות",
+ "Checked for update of app \"%s\" in appstore" : "חיפוש אם קיים עדכון ליישומון „%s” בחנות היישומונים.",
+ "Checked database schema update for apps" : "עדכון סכימת מסד נתונים ליישומים נבדק",
+ "Following apps have been disabled: %s" : "היישומים הבאים נוטרלו: %s",
+ "Your web server is not properly set up to resolve \"{url}\". Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "שרת האינטרנט שלך אינו מוגדר כראוי כדי לפתור את „{url}”. ניתן למצוא מידע נוסף ב<a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">תיעוד</a>.",
+ "Your web server is not properly set up to resolve \"{url}\". This is most likely related to a web server configuration that was not updated to deliver this folder directly. Please compare your configuration against the shipped rewrite rules in \".htaccess\" for Apache or the provided one in the documentation for Nginx at it's <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation page</a>. On Nginx those are typically the lines starting with \"location ~\" that need an update." : "שרת האינטרנט שלך אינו מוגדר כראוי לפתור את ה-\"{url}\". קרוב לוודאי שזה קשור לתצורה של שרת אינטרנט שלא עודכנה כדי לספק תיקיה זו ישירות. אנא השווה את התצורה שלך עם כללי השכתוב שנשלחו ב- \"htaccess.\" עבור Apache או זה שמופיע בתיעוד עבור Nginx בדף התיעוד שלו. ב- Nginx, אלה בדרך כלל השורות המתחילות ב- \"location ~\" שצריכים עדכון.",
+ "Your web server is not properly set up to deliver .woff2 files. This is typically an issue with the Nginx configuration. For Nextcloud 15 it needs an adjustement to also deliver .woff2 files. Compare your Nginx configuration to the recommended configuration in our <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "שרת האינטרנט שלך אינו מוגדר כראוי למסירת קבצי woff2.. זו בדרך כלל בעיה בתצורת ה-Nginx. עבור Nextcloud 15 הוא זקוק להתאמה כדי לספק גם קבצי woff2.. השווה את תצורת ה-Nginx שלך לתצורה המומלצת <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">בתיעוד</a> שלנו.",
+ "Please check the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">installation documentation ↗</a> for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "נא לעיין ב<a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">תיעוד למתקינים ↖️</a> להערות בנוגע להגדרות PHP והגדרות ה־PHP לשרת שלך, במיוחד אם נעשה שימוש ב־php-fpm.",
+ "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems. See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation ↗</a> for more information." : "נעילת קבצים מושבתת בזמן פעילות, מצב כזה יכול לגרום לתקלות במקרים של תחרות על משאב. יש להפעיל את „filelocking.enabled” ב־config.php כדי להתעלם מתקלות שכאלה. יש לעיין ב<a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">תיעוד ↖️</a> לקבלת מידע נוסף.",
+ "Last background job execution ran {relativeTime}. Something seems wrong." : "משימת הרקע האחרונה פעלה במשך {relativeTime}. כנראה שמדובר בתקלה כלשהי.",
+ "Check the background job settings" : "בדיקת הגדרות משימות רקע",
+ "No memory cache has been configured. To enhance performance, please configure a memcache, if available. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "לא הוגדר מטמון זיכרון. כדי לשפר את הביצועים, נא להגדיר מטמון זיכרון (memcache), אם ניתן. ניתן למצוא מידע נוסף ב<a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">תיעוד</a>.",
+ "No suitable source for randomness found by PHP which is highly discouraged for security reasons. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "אין מקור מתאים לאקראיות שנמצא על ידי PHP, שמאוד לא מומלץ מטעמי אבטחה. מידע נוסף ניתן למצוא <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">בתיעוד</a>.",
+ "You are currently running PHP {version}. Upgrade your PHP version to take advantage of <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">performance and security updates provided by the PHP Group</a> as soon as your distribution supports it." : "גרסת ה־PHP שמותקנת אצלך היא {version}. נא לשדרג את גרסת ה־PHP שלך כדי לנצל את <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">עדכוני הביצועים והאבטחה שמסופקים על ידי קבוצת PHP</a> ברגע שההפצה שלך משחררת אותן.",
+ "The reverse proxy header configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If not, this is a security issue and can allow an attacker to spoof their IP address as visible to the Nextcloud. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "תצורת הכותרת של המתווך ההפוך שגויה או שהגישה שלך אל Nextcloud מתבצעת ממתווך מהימן. אם לא כך המצב, מדובר בפרצת אבטחה שיכולה לאפשר לתוקף לזייף כתובת IP כפי שהיא מיוצגת מול ה־Nextcloud. ניתן למצוא מידע נוסף ב<a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">תיעוד</a>.",
+ "Memcached is configured as distributed cache, but the wrong PHP module \"memcache\" is installed. \\OC\\Memcache\\Memcached only supports \"memcached\" and not \"memcache\". See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">memcached wiki about both modules</a>." : "Memcached מוגדר כמטמון מופץ, אבל מודול ה־PHP השגוי המותקן הוא „memcache”.‏ ‎\\OC\\Memcache\\Memcached תומך רק ב־„memcached” ולא ב־ „memcache”. ניתן לצפות ב<a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">וויקי של memcached לגבי שני המודולים</a>.",
+ "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">List of invalid files…</a> / <a href=\"{rescanEndpoint}\">Rescan…</a>)" : "חלק מהקבצים לא עברו את בדיקת השלמות. ניתן למצוא מידע נוסף על אופן הפתרון של תקלה זו ב<a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">תיעוד</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">רשימת קבצים שגויים…</a> / <a href=\"{rescanEndpoint}\">סריקה מחדש…</a>)",
+ "The PHP OPcache module is not loaded. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance it is recommended</a> to load it into your PHP installation." : "מודול ה- PHP OPcache לא נטען. \nלקבלת ביצועים טובים יותר, מומלץ לטעון אותו להתקנת ה- PHP שלך.",
+ "The PHP OPcache is not properly configured. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance it is recommended</a> to use the following settings in the <code>php.ini</code>:" : "ה־OPcache של PHP אינו מוגדר כראוי. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">לשיפור הביצועים אנו ממליצים</a> להשתמש בהגדרות הבאות בקובץ <code>php.ini</code>:",
+ "Some columns in the database are missing a conversion to big int. Due to the fact that changing column types on big tables could take some time they were not changed automatically. By running 'occ db:convert-filecache-bigint' those pending changes could be applied manually. This operation needs to be made while the instance is offline. For further details read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "בחלק מהעמודות במסד הנתונים חסרה המרה ל- big int. בשל העובדה ששינוי סוגי העמודות בטבלאות גדולות עלול לארוך זמן מה, לא שינו אותן באופן אוטומטי. על ידי הפעלת 'occ db: convert-filecache-bigint', ניתן היה להחיל את השינויים הממתינים באופן ידני. יש לבצע פעולה זו בזמן שהמופע לא מקוון. לפרטים נוספים, קראו את<a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\"> עמוד התיעוד בנושא זה</a>.",
+ "To migrate to another database use the command line tool: 'occ db:convert-type', or see the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation ↗</a>." : "כדי להגר למסד נתונים אחר יש להשתמש בכלי שורת הפקודה: ‚occ db:convert-type’, או לעיין ב<a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">תיעוד ↖️</a>.",
+ "Use of the the built in php mailer is no longer supported. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Please update your email server settings ↗<a/>." : "השימוש בתכונת הדוא״ל המובנית של php אינה נתמכת עוד. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">נא לעדכן את הגדרות שרת הדוא״ל שלך ↖<a/>.",
+ "MySQL is used as database but does not support 4-byte characters. To be able to handle 4-byte characters (like emojis) without issues in filenames or comments for example it is recommended to enable the 4-byte support in MySQL. For further details read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "MySQL משמש כמסד נתונים, אך אינו תומך בתווים של 4 בתים. כדי להיות מסוגל לטפל בתווים של 4 בתים (כמו אימוג'יים) ללא בעיות בשמות קבצים או הערות למשל, מומלץ לאפשר את תמיכה ב-4 בתים ב- MySQL. לפרטים נוספים, קראו את <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">עמוד התיעוד בנושא זה</a>.",
+ "You are accessing your instance over a secure connection, however your instance is generating insecure URLs. This most likely means that you are behind a reverse proxy and the overwrite config variables are not set correctly. Please read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "אתה ניגש למופע שלך באמצעות חיבור מאובטח, אולם המופע שלך מייצר כתובות אתרים לא מאובטחות. ככל הנראה פירוש הדבר שאתה עומד מאחורי שרת reverse proxy, ומשתני ה-overwrite config אינם מוגדרים בצורה נכונה. אנא קרא<a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\"> את דף התיעוד בנושא זה</a>.",
+ "The \"{header}\" HTTP header is not set to \"{val1}\", \"{val2}\", \"{val3}\", \"{val4}\" or \"{val5}\". This can leak referer information. See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{link}\">W3C Recommendation ↗</a>." : "כותרת ה-HTTP הנקרא \"{header}\", אינה מוגדרת כ-\n\"{val1}\", \"{val2}\", \"{val3}\", \"{val4}\" או \"{val5}\".\nזה יכול לדלוף מידע על הפניות. ראה המלצת W3C ↗.",
+ "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the <a href=\"{docUrl}\" rel=\"noreferrer noopener\">security tips ↗</a>." : "כותרת ה־HTTP בשם „Strict-Transport-Security” אינה מוגדרת עד לפחות „{seconds}” שניות. לטובת אבטחה מוגברת אנו ממליצים להפעיל HSTS כפי שמתואר ב<a href=\"{docUrl}\" rel=\"noreferrer noopener\">עצות האבטחה ↖️</a> שלנו.",
+ "Accessing site insecurely via HTTP. You are strongly advised to set up your server to require HTTPS instead, as described in the <a href=\"{docUrl}\">security tips ↗</a>." : "גישה לאתר בצורה לא מאובטחת באמצעות HTTP. מומלץ מאוד להגדיר את השרת שלך לחייב HTTPS במקום HTTP, כמתואר בעצות אבטחה ↗.",
+ "Continue to Nextcloud" : "להמשיך ל־Nextcloud",
+ "_The update was successful. Redirecting you to Nextcloud in %n second._::_The update was successful. Redirecting you to Nextcloud in %n seconds._" : ["העדכון הצליח. תתבצע העברה ל־Nextcloud בעוד שנייה.","העדכון הצליח. תתבצע העברה ל־Nextcloud בעוד %n שניות.","העדכון הצליח. תתבצע העברה ל־Nextcloud בעוד %n שניות.","העדכון הצליח. תתבצע העברה ל־Nextcloud בעוד %n שניות."],
+ "Searching other places" : "מחפש במקומות אחרים",
+ "No search results in other folders for {tag}{filter}{endtag}" : "אין תוצאות חיפוש בתיקיות אחרות עבור {tag}{filter}{endtag}",
+ "_{count} search result in another folder_::_{count} search results in other folders_" : ["{count} תוצאת חיפוש בתיקייה אחרות","{count} תוצאות חיפוש בתיקיות אחרות","{count} תוצאות חיפוש בתיקיות אחרות","{count} תוצאות חיפוש בתיקיות אחרות"],
+ "A password reset message has been sent to the e-mail address of this account. If you do not receive it, check your spam/junk folders or ask your local administrator for help." : "הודעת איפוס סיסמה נשלחה לכתובת הדואר האלקטרוני של חשבון זה. אם אינך מקבל אותו, בדוק את תיקיות דואר הספאם/זבל שלך, או בקש עזרה ממנהל המקומי שלך.",
+ "Password can not be changed. Please contact your administrator." : "לא ניתן לשנות את הססמה. יש לפנות למנהל שלך.",
+ "Could not fetch list of apps from the app store." : "לא ניתן לקבל את רשימת היישומונים מחנות היישומונים.",
+ "Nextcloud {app}" : "{app} מבית Nextcloud",
+ "Can't install this app because it is not compatible" : "לא ניתן להתקין את היישומון הזה כיוון שאינו נתמך.",
+ "Can't install this app" : " לא ניתן להתקין את היישומון הזה",
+ "These apps will be updated:" : "יישומים אלו יעודכנו:",
+ "For more details see the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "לפרטים נוספים, עיין<a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\"> בתיעוד</a>."
},"pluralForm" :"nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n == 2 && n % 1 == 0) ? 1: (n % 10 == 0 && n % 1 == 0 && n > 10) ? 2 : 3;"
} \ No newline at end of file
diff --git a/core/l10n/hr.js b/core/l10n/hr.js
index cd0b3422be7..39e6bcc6f53 100644
--- a/core/l10n/hr.js
+++ b/core/l10n/hr.js
@@ -5,6 +5,14 @@ OC.L10N.register(
"File is too big" : "Datoteka je prevelika",
"The selected file is not an image." : "Odabrana datoteka nije slika.",
"The selected file cannot be read." : "Nije moguće pročitati odabranu datoteku.",
+ "The file was uploaded" : "Datoteka je otpremljena",
+ "The uploaded file exceeds the upload_max_filesize directive in php.ini" : "Otpremljena datoteka premašuje postavku upload_max_filesize u datoteci php.ini",
+ "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Otpremljena datoteka premašuje postavku MAX_FILE_SIZE koja je navedena u obrascu HTML-a",
+ "The file was only partially uploaded" : "Datoteka je samo djelomično otpremljena",
+ "No file was uploaded" : "Nikakva datoteka nije učitana",
+ "Missing a temporary folder" : "Nedostaje privremena mapa",
+ "Could not write file to disk" : "Nije moguće zapisati datoteku na disk",
+ "A PHP extension stopped the file upload" : "Proširenje PHP-a zaustavilo je otpremanje datoteke",
"Invalid file provided" : "Nevažeća datoteka",
"No image or file provided" : "Nijedna slika ili datoteka nije dobavljena",
"Unknown filetype" : "Vrsta datoteke nepoznata",
@@ -15,6 +23,7 @@ OC.L10N.register(
"No valid crop data provided" : "Nema valjanih podataka za rezanje",
"Crop is not square" : "Rez nije kvadrat",
"State token does not match" : "Token stanja nije podudaran",
+ "Invalid app password" : "Netočna zaporka aplikacije",
"Could not complete login" : "Prijava nije uspjela",
"Your login token is invalid or has expired" : "Vaš token za prijavu nije važeći ili je istekao",
"Password reset is disabled" : "Resetiranje zaporke je onemogućeno",
@@ -28,6 +37,8 @@ OC.L10N.register(
"Nextcloud Server" : "Nextcloud poslužitelj",
"Some of your link shares have been removed" : "Uklonjene su neke od vaših dijeljenih poveznica",
"Due to a security bug we had to remove some of your link shares. Please see the link for more information." : "Zbog sigurnosne pogreške morali smo ukloniti neke od vaših dijeljenih poveznica. Za više informacija pogledajte poveznicu.",
+ "The user limit of this instance is reached." : "Dostignuto je ograničenje broja korisnika za ovu instancu.",
+ "Enter your subscription key to increase the user limit. For more information about Nextcloud Enterprise see our website." : "Unesite svoju šifru pretplate kako biste povećali ograničenje broja korisnika. Više informacija o pretplati Nextcloud Enterprise možete pronaći na našem web-mjestu.",
"Preparing update" : "Priprema ažuriranja",
"[%d / %d]: %s" : "[%d / %d]: %s",
"Repair step:" : "Korak ispravljanja pogreške:",
@@ -41,74 +52,67 @@ OC.L10N.register(
"Maintenance mode is kept active" : "Način rada za održavanje održan",
"Updating database schema" : "Ažuriranje sheme baze podataka",
"Updated database" : "Baza podataka ažurirana",
- "Checking whether the database schema can be updated (this can take a long time depending on the database size)" : "U tijeku je provjera može li se ažurirati shema baze podataka (može potrajati ovisno o veličini baze podataka)",
- "Checked database schema update" : "Provjereno ažuriranje sheme baze podataka",
- "Checking updates of apps" : "U tijeku je provjera ažuriranja aplikacija",
- "Checking for update of app \"%s\" in appstore" : "U tijeku je provjera ažuriranja aplikacije „%s” iz trgovine aplikacija",
- "Update app \"%s\" from appstore" : "Ažurirajte aplikaciju „%s” iz trgovine aplikacijama",
- "Checked for update of app \"%s\" in appstore" : "Provjereno ažuriranje aplikacije „%s” iz trgovine aplikacija",
"Checking whether the database schema for %s can be updated (this can take a long time depending on the database size)" : "U tijeku je provjera može li se ažurirati shema baze podataka za %s (može potrajati ovisno o veličini baze podataka)",
- "Checked database schema update for apps" : "Provjereno ažuriranje sheme baze podataka za aplikacije",
"Updated \"%1$s\" to %2$s" : "Ažurirano „%1$s” u %2$s",
"Set log level to debug" : "Postavi razinu zapisa za otklanjanje pogrešaka",
"Reset log level" : "Resetiraj razinu zapisa",
"Starting code integrity check" : "Početna provjera cjelovitosti koda",
"Finished code integrity check" : "Provjera cjelovitosti koda je završena",
"%s (incompatible)" : "%s (nije kompatibilno)",
- "Following apps have been disabled: %s" : "Sljedeće aplikacije su onemogućene: %s",
+ "The following apps have been disabled: %s" : "Sljedeće aplikacije su onemogućene: %s",
"Already up to date" : "Nema potrebe za ažuriranjem",
"Your web server is not yet properly set up to allow file synchronization, because the WebDAV interface seems to be broken." : "Vaš mrežni poslužitelj nije pravilno podešen za sinkronizaciju podataka jer je sučelje protokola WebDAV neispravno.",
- "Your web server is not properly set up to resolve \"{url}\". Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Vaš mrežni poslužitelj ne može razriješiti „{url}”. Više informacija možete pronaći u <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentaciji</a>.",
- "Your web server is not properly set up to resolve \"{url}\". This is most likely related to a web server configuration that was not updated to deliver this folder directly. Please compare your configuration against the shipped rewrite rules in \".htaccess\" for Apache or the provided one in the documentation for Nginx at it's <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation page</a>. On Nginx those are typically the lines starting with \"location ~\" that need an update." : "Vaš web poslužitelj nije ispravno postavljen za razrješavanje „{url}“. To je najvjerojatnije uzrokovano konfiguracijom web-poslužitelja koja nije ažurirana i ne isporučuje izravno mapu. Usporedite svoju konfiguraciju s isporučenim pravilima za prepisivanje u „.htaccess“ za Apache ili u dokumentaciji za Nginx na <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">stranici s dokumentacijom</a>. Na Nginxu su to obično linije koje počinju s „location ~“ i potrebno ih je ažurirati.",
- "Your web server is not properly set up to deliver .woff2 files. This is typically an issue with the Nginx configuration. For Nextcloud 15 it needs an adjustement to also deliver .woff2 files. Compare your Nginx configuration to the recommended configuration in our <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Vaš web poslužitelj nije ispravno postavljen za isporuku .woff2 datoteka. To je obično problem s konfiguracijom Nginxa. Nextcloud 15 zahtijeva podešavanje za isporuku .woff2 datoteka. Usporedite svoju Nginx konfiguraciju s preporučenom konfiguracijom u našoj <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentaciji</a>.",
+ "Your web server is not properly set up to resolve \"{url}\". Further information can be found in the {linkstart}documentation ↗{linkend}." : "Vaš mrežni poslužitelj ne može razriješiti „{url}”. Više informacija možete pronaći u {linkstart}dokumentaciji ↗{linkend}.",
+ "Your web server is not properly set up to resolve \"{url}\". This is most likely related to a web server configuration that was not updated to deliver this folder directly. Please compare your configuration against the shipped rewrite rules in \".htaccess\" for Apache or the provided one in the documentation for Nginx at it's {linkstart}documentation page ↗{linkend}. On Nginx those are typically the lines starting with \"location ~\" that need an update." : "Vaš web poslužitelj nije ispravno postavljen za razrješavanje „{url}”. To je najvjerojatnije uzrokovano konfiguracijom web-poslužitelja koja nije ažurirana i ne isporučuje izravno mapu. Usporedite svoju konfiguraciju s isporučenim pravilima za prepisivanje u „.htaccess” za Apache ili u dokumentaciji za Nginx na {linkstart}stranici s dokumentacijom ↗{linkend}. Na Nginxu su to obično linije koje počinju s „location ~” i potrebno ih je ažurirati.",
+ "Your web server is not properly set up to deliver .woff2 files. This is typically an issue with the Nginx configuration. For Nextcloud 15 it needs an adjustement to also deliver .woff2 files. Compare your Nginx configuration to the recommended configuration in our {linkstart}documentation ↗{linkend}." : "Vaš web poslužitelj nije ispravno postavljen za isporuku .woff2 datoteka. To je obično problem s konfiguracijom Nginxa. Nextcloud 15 zahtijeva podešavanje za isporuku .woff2 datoteka. Usporedite svoju Nginx konfiguraciju s preporučenom konfiguracijom u našoj {linkstart}dokumentaciji ↗{linkend}.",
"PHP does not seem to be setup properly to query system environment variables. The test with getenv(\"PATH\") only returns an empty response." : "Čini se da PHP nije ispravno postavljen za slanje upita u vezi s varijablama okruženja sustava. Ispitivanje s getenv („PATH”) vraća samo prazan odgovor.",
- "Please check the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">installation documentation ↗</a> for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "Provjerite <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">instalacijsku dokumentaciju ↗</a> za napomene o konfiguraciji PHP-a i konfiguraciju PHP-a na svojem poslužitelju, posebice ako upotrebljavate php-fpm.",
+ "Please check the {linkstart}installation documentation ↗{linkend} for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "Provjerite {linkstart}instalacijsku dokumentaciju ↗{linkend} za napomene o konfiguraciji PHP-a i konfiguraciju PHP-a na svojem poslužitelju, posebice ako upotrebljavate php-fpm.",
"The read-only config has been enabled. This prevents setting some configurations via the web-interface. Furthermore, the file needs to be made writable manually for every update." : "Omogućena je konfiguracija samo za čitanje. Time se sprječava postavljanje nekih konfiguracija putem web-sučelja. Nadalje, datoteku treba ručno prebaciti u način pisanja pri svakom ažuriranju.",
"Your database does not run with \"READ COMMITTED\" transaction isolation level. This can cause problems when multiple actions are executed in parallel." : "Vaša se baza podataka ne pokreće s razinom izolacije transakcije „READ COMMITTED”. To može uzrokovati probleme kada se paralelno izvršava više radnji.",
"The PHP module \"fileinfo\" is missing. It is strongly recommended to enable this module to get the best results with MIME type detection." : "Nedostaje PHP modul „fileinfo”. Preporučujemo da omogućite ovaj modul kako biste postigli najbolje rezultate s detekcijom vrste MIME.",
- "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems. See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation ↗</a> for more information." : "Onemogućeno je zaključavanje transakcijskih datoteka što može dovesti do problema s uvjetima utrke. Omogućite „filelocking.enabled” u datoteci config.php kako biste izbjegli navedene probleme. Pogledajte <a target=\"_blank” rel=\"noreferrer noopener” href=\"{docLink}\">dokumentaciju ↗</a> za više informacija.",
+ "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems. See the {linkstart}documentation ↗{linkend} for more information." : "Onemogućeno je zaključavanje transakcijskih datoteka što može dovesti do problema s uvjetima utrke. Omogućite „filelocking.enabled” u datoteci config.php kako biste izbjegli navedene probleme. Pogledajte {linkstart}dokumentaciju ↗{linkend} za više informacija.",
"If your installation is not installed at the root of the domain and uses system cron, there can be issues with the URL generation. To avoid these problems, please set the \"overwrite.cli.url\" option in your config.php file to the webroot path of your installation (suggestion: \"{suggestedOverwriteCliURL}\")" : "Ako instalacija nije instalirana u korijenu domene i koristi se sustav cron, može doći do problema s generiranjem URL-a. Kako biste izbjegli takve probleme, postavite opciju „overwrite.cli.url” u datoteci config.php na webroot put svoje instalacije (prijedlog: „{suggestedOverwriteCliURL}”)",
+ "Your installation has no default phone region set. This is required to validate phone numbers in the profile settings without a country code. To allow numbers without a country code, please add \"default_phone_region\" with the respective {linkstart}ISO 3166-1 code ↗{linkend} of the region to your config file." : "Nije postavljena zadana regija telefonskih brojeva za vašu instalaciju. Potrebna je radi provjeravanja valjanosti telefonskih brojeva u postavkama profila bez pozivnog broja države. Kako biste omogućili korištenje brojeva bez pozivnog broja države dodajte „default_phone_region” s odgovarajućom {linkstart}ISO 3166-1 šifrom ↗{linkend} regije u svoju konfiguracijsku datoteku.",
"It was not possible to execute the cron job via CLI. The following technical errors have appeared:" : "Nije bilo moguće izvršiti cron zadatak putem sučelja komandne linije. Došlo je do sljedećih tehničkih pogrešaka:",
- "Last background job execution ran {relativeTime}. Something seems wrong." : "Zadnje izvršenje zadatka u pozadini trajalo je {relativeTime}. Nešto nije u redu.",
- "Check the background job settings" : "Provjerite postavke za pozadinske zadatke",
+ "Last background job execution ran {relativeTime}. Something seems wrong. {linkstart}Check the background job settings ↗{linkend}." : "Zadnje izvršenje zadatka u pozadini trajalo je {relativeTime}. Nešto nije u redu. {linkstart}Provjerite postavke za pozadinske zadatke ↗{linkend}.",
"This server has no working Internet connection: Multiple endpoints could not be reached. This means that some of the features like mounting external storage, notifications about updates or installation of third-party apps will not work. Accessing files remotely and sending of notification emails might not work, either. Establish a connection from this server to the Internet to enjoy all features." : "Ovaj poslužitelj nema aktivnu internetsku vezu: nije moguće pristupiti višestrukim krajnjim točkama. To znači da neće raditi neke značajke kao što su postavljanje vanjske pohrane, obavijesti o ažuriranjima ili instalacija aplikacija treće strane. Daljinski pristup datotekama i slanje e-pošte s obavijestima također možda neće raditi. Uspostavite internetsku vezu za ovaj poslužitelj kako biste se mogli koristiti svim značajkama.",
- "No memory cache has been configured. To enhance performance, please configure a memcache, if available. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Nije konfigurirana nikakva predmemorija. Kako biste poboljšali performanse sustava, konfigurirajte predmemoriju ako je dostupna. Više informacija možete pronaći u <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentaciji</a>.",
- "No suitable source for randomness found by PHP which is highly discouraged for security reasons. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "PHP nije pronašao nikakav izvor nasumičnosti što nije povoljno iz sigurnosnog gledišta. Više informacija možete pronaći u <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentaciji</a>.",
- "You are currently running PHP {version}. Upgrade your PHP version to take advantage of <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">performance and security updates provided by the PHP Group</a> as soon as your distribution supports it." : "Trenutno upotrebljavate PHP {version}. Nadogradite inačicu PHP-a kako biste iskoristili <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">ažuriranja performansi i sigurnosti koje isporučuje PHP Grupa</a> čim vam vaša distribucija to omogući.",
- "The reverse proxy header configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If not, this is a security issue and can allow an attacker to spoof their IP address as visible to the Nextcloud. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Konfiguracija obrnutog proxy zaglavlja je netočna ili pristupate Nextcloudu putem pouzdanog proxy poslužitelja. Ako to nije slučaj, radi se o sigurnosnom problemu koji može omogućiti napadaču da lažno predstavi svoju IP adresu koja je vidljiva Nextcloudu. Dodatne informacije možete pronaći u <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentaciji</a>.",
- "Memcached is configured as distributed cache, but the wrong PHP module \"memcache\" is installed. \\OC\\Memcache\\Memcached only supports \"memcached\" and not \"memcache\". See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">memcached wiki about both modules</a>." : "Memcached je konfiguriran kao distribuirana predmemorija, ali je instaliran pogrešan PHP modul „memcache”. \\OC\\Memcache\\Memcached podržava samo „memcached”, a ne „memcache”. Pogledajte <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">memcached wiki za informacije o oba modula</a>.",
- "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">List of invalid files…</a> / <a href=\"{rescanEndpoint}\">Rescan…</a>)" : "Neke datoteke nisu prošle provjeru cjelovitosti. Dodatne informacije o tome kako riješiti taj problem možete pronaći u <a target=\"_blank\" rel=\"noreferrer noopener\" href=“{docLink}“>dokumentaciji</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">Popis nevažećih datoteka…</a> / <a href=\"{rescanEndpoint}\">Ponovno skeniranje…</a>)",
- "The PHP OPcache module is not loaded. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance it is recommended</a> to load it into your PHP installation." : "PHP OPcache modul nije učitan. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Preporučuje se da ga učitate</a> u svoju instalaciju PHP-a kako biste poboljšali performanse.",
- "The PHP OPcache is not properly configured. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance it is recommended</a> to use the following settings in the <code>php.ini</code>:" : "PHP OPcache modul nije pravilno konfiguriran. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Preporučuje se da</a> koristite sljedeće postavke u datoteci <code>php.ini</code> kako biste poboljšali performanse:",
+ "No memory cache has been configured. To enhance performance, please configure a memcache, if available. Further information can be found in the {linkstart}documentation ↗{linkend}." : "Nije konfigurirana nikakva predmemorija. Kako biste poboljšali performanse sustava, konfigurirajte predmemoriju ako je dostupna. Više informacija možete pronaći u {linkstart}dokumentaciji ↗{linkend}.",
+ "No suitable source for randomness found by PHP which is highly discouraged for security reasons. Further information can be found in the {linkstart}documentation ↗{linkend}." : "PHP nije pronašao nikakav izvor nasumičnosti što nije povoljno iz sigurnosnog gledišta. Više informacija možete pronaći u {linkstart}dokumentaciji ↗{linkend}.",
+ "You are currently running PHP {version}. Upgrade your PHP version to take advantage of {linkstart}performance and security updates provided by the PHP Group ↗{linkend} as soon as your distribution supports it." : "Trenutno upotrebljavate PHP {version}. Nadogradite inačicu PHP-a kako biste iskoristili {linkstart}ažuriranja performansi i sigurnosti koje isporučuje PHP Grupa ↗{linkend} čim vam vaša distribucija to omogući.",
+ "Nextcloud 20 is the last release supporting PHP 7.2. Nextcloud 21 requires at least PHP 7.3." : "Nextcloud 20 posljednje je izdanje s podrškom za PHP 7.2. Nextcloud 21 zahtjeva najmanje PHP 7.3.",
+ "The reverse proxy header configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If not, this is a security issue and can allow an attacker to spoof their IP address as visible to the Nextcloud. Further information can be found in the {linkstart}documentation ↗{linkend}." : "Konfiguracija obrnutog proxy zaglavlja je netočna ili pristupate Nextcloudu putem pouzdanog proxy poslužitelja. Ako to nije slučaj, radi se o sigurnosnom problemu koji može omogućiti napadaču da lažno predstavi svoju IP adresu koja je vidljiva Nextcloudu. Dodatne informacije možete pronaći u {linkstart}dokumentaciji ↗{linkend}.",
+ "Memcached is configured as distributed cache, but the wrong PHP module \"memcache\" is installed. \\OC\\Memcache\\Memcached only supports \"memcached\" and not \"memcache\". See the {linkstart}memcached wiki about both modules ↗{linkend}." : "Memcached je konfiguriran kao distribuirana predmemorija, ali je instaliran pogrešan PHP modul „memcache”. \\OC\\Memcache\\Memcached podržava samo „memcached”, a ne „memcache”. Pogledajte {linkstart}memcached wiki za informacije o oba modula ↗{linkend}.",
+ "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in the {linkstart1}documentation ↗{linkend}. ({linkstart2}List of invalid files…{linkend} / {linkstart3}Rescan…{linkend})" : "Neke datoteke nisu prošle provjeru cjelovitosti. Dodatne informacije o tome kako riješiti taj problem možete pronaći u {linkstart1}dokumentaciji ↗{linkend}. ({linkstart2}Popis nevažećih datoteka…{linkend} / {linkstart3}Ponovno skeniranje…{linkend})",
+ "The PHP OPcache module is not loaded. {linkstart}For better performance it is recommended ↗{linkend} to load it into your PHP installation." : "PHP OPcache modul nije učitan. {linkstart}Preporučuje se da ga učitate ↗{linkend} u svoju instalaciju PHP-a kako biste poboljšali performanse.",
+ "The PHP OPcache module is not properly configured. {linkstart}For better performance it is recommended ↗{linkend} to use the following settings in the <code>php.ini</code>:" : "PHP OPcache modul nije pravilno konfiguriran. {linkstart}Preporučuje se da ↗{linkend} koristite sljedeće postavke u datoteci <code>php.ini</code> kako biste poboljšali performanse:",
"The PHP function \"set_time_limit\" is not available. This could result in scripts being halted mid-execution, breaking your installation. Enabling this function is strongly recommended." : "Funkcija PHP-a „set_time_limit” nije dostupna. To bi moglo dovesti do zaustavljanja skripti tijekom izvršenja i prekida instalacije. Preporučuje se uključivanje ove funkcije.",
"Your PHP does not have FreeType support, resulting in breakage of profile pictures and the settings interface." : "Vaš PHP nema podršku za FreeType što može uzrokovati neispravan prikaz profilnih slika i sučelja postavki.",
"Missing index \"{indexName}\" in table \"{tableName}\"." : "Nedostaje indeks „{indexName}” u tablici „{tableName}”.",
"The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "U bazi podataka nedostaju određeni indeksi. Zbog činjenice da bi dodavanje indeksa u velikim tablicama moglo potrajati neko duže vrijeme, isti se ne dodaju automatski. Izvršenjem „occ db:add-missing-indices” se ti indeksi mogu ručno dodati dok instanca radi. Kada se indeksi dodaju, upiti u te tablice obično su mnogo brži.",
+ "Missing primary key on table \"{tableName}\"." : "Nedostaje primarni ključ u tablici „{tableName}”.",
+ "The database is missing some primary keys. Due to the fact that adding primary keys on big tables could take some time they were not added automatically. By running \"occ db:add-missing-primary-keys\" those missing primary keys could be added manually while the instance keeps running." : "U bazi podataka nedostaju određeni primarni ključevi. Zbog činjenice da bi dodavanje primarnih ključeva moglo potrajati neko duže vrijeme u velikim tablicama, isti se ne dodaju automatski. Izvršenjem „occ db:add-missing-primary-keys” ti se primarni ključevi mogu ručno dodati dok instanca radi.",
+ "Missing optional column \"{columnName}\" in table \"{tableName}\"." : "Nedostaje neobavezan stupac „{columnName}” u tablici „{tableName}”.",
+ "The database is missing some optional columns. Due to the fact that adding columns on big tables could take some time they were not added automatically when they can be optional. By running \"occ db:add-missing-columns\" those missing columns could be added manually while the instance keeps running. Once the columns are added some features might improve responsiveness or usability." : "U bazi podataka nedostaju određeni neobavezni stupci. Zbog činjenice da bi dodavanje stupaca u velikim tablicama moglo potrajati neko duže vrijeme, stupci se ne dodaju automatski, već je njihovo dodavanje neobavezno. Izvršenjem „occ db:add-missing-columns” ti se stupci mogu ručno dodati dok instanca radi. Nakon dodavanja stupaca može se poboljšati odaziv ili uporabljivost određenih značajki.",
"This instance is missing some recommended PHP modules. For improved performance and better compatibility it is highly recommended to install them." : "U ovoj instanci nedostaju neki preporučeni moduli PHP-a. Preporučujemo da ih instalirate kako biste poboljšali performanse i ostvarili bolju kompatibilnost.",
- "Some columns in the database are missing a conversion to big int. Due to the fact that changing column types on big tables could take some time they were not changed automatically. By running 'occ db:convert-filecache-bigint' those pending changes could be applied manually. This operation needs to be made while the instance is offline. For further details read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "U određenim stupcima baze podataka nedostaje pretvorba u big int. Budući da promjena vrste stupca u velikim tablicama može potrajati neko duže vrijeme, stupci nisu automatski promijenjeni. Izvršenjem 'occ db:convert-filecache-bigint' te se promjene mogu ručno primijeniti. Ovu radnju morate izvršiti dok je instanca izvan mreže. Za više pojedinosti pročitajte <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">odgovarajuće poglavlje dokumentacije</a>.",
+ "Module php-imagick in this instance has no SVG support. For better compatibility it is recommended to install it." : "Modul php-imagick nema podršku za SVG u ovoj instanci. Preporučuje se da ga instalirate kako biste osigurali bolju kompatibilnost.",
+ "Some columns in the database are missing a conversion to big int. Due to the fact that changing column types on big tables could take some time they were not changed automatically. By running 'occ db:convert-filecache-bigint' those pending changes could be applied manually. This operation needs to be made while the instance is offline. For further details read {linkstart}the documentation page about this ↗{linkend}." : "U određenim stupcima baze podataka nedostaje pretvorba u big int. Budući da promjena vrste stupca u velikim tablicama može potrajati neko duže vrijeme, stupci nisu automatski promijenjeni. Izvršenjem 'occ db:convert-filecache-bigint' te se promjene mogu ručno primijeniti. Ovu radnju morate izvršiti dok je instanca izvan mreže. Za više pojedinosti pročitajte {linkstart}odgovarajuće poglavlje dokumentacije ↗{linkend}.",
"SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend." : "SQLite se trenutno upotrebljava kao pozadinska baza podataka. Za veće instalacije preporučujemo da se prebacite na neku drugu pozadinsku bazu podataka.",
"This is particularly recommended when using the desktop client for file synchronisation." : "To se osobito preporučuje ako upotrebljavate klijent za sinkronizaciju datoteka.",
- "To migrate to another database use the command line tool: 'occ db:convert-type', or see the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation ↗</a>." : "Za prelazak na drugu bazu podataka koristite se naredbenim retkom: 'occ db:convert-type' ili pogledajte <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentaciju ↗</a>.",
- "Use of the the built in php mailer is no longer supported. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Please update your email server settings ↗<a/>." : "Korištenje ugrađenog php mailera više nije podržano. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Ažurirajte postavke poslužitelja e-pošte ↗<a/>.",
+ "To migrate to another database use the command line tool: 'occ db:convert-type', or see the {linkstart}documentation ↗{linkend}." : "Za prelazak na drugu bazu podataka koristite se naredbenim retkom: 'occ db:convert-type' ili pogledajte {linkstart}dokumentaciju ↗{linkend}.",
"The PHP memory limit is below the recommended value of 512MB." : "Ograničenje memorije PHP-a ispod je preporučene vrijednosti od 512 MB.",
"Some app directories are owned by a different user than the web server one. This may be the case if apps have been installed manually. Check the permissions of the following app directories:" : "Određeni direktoriji aplikacija vlasništvo su korisnika koji nije vlasnik web poslužitelja. To se može dogoditi ako su aplikacije ručno instalirane. Provjerite dopuštenja za sljedeće direktorije aplikacija:",
- "MySQL is used as database but does not support 4-byte characters. To be able to handle 4-byte characters (like emojis) without issues in filenames or comments for example it is recommended to enable the 4-byte support in MySQL. For further details read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "MySQL se koristi kao aktivna baza podataka, ali ne podržava 4-bajtne znakove. Kako biste se mogli koristiti 4-bajtnim znakovima (primjerice, smajlići) bez problema u nazivima datoteka ili komentarima, preporučuje se da omogućite 4-bajtnu podršku u MySQL-u. Za više pojedinosti pročitajte <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">odgovarajuće poglavlje u dokumentaciji</a>.",
+ "MySQL is used as database but does not support 4-byte characters. To be able to handle 4-byte characters (like emojis) without issues in filenames or comments for example it is recommended to enable the 4-byte support in MySQL. For further details read {linkstart}the documentation page about this ↗{linkend}." : "MySQL se koristi kao aktivna baza podataka, ali ne podržava 4-bajtne znakove. Kako biste se mogli koristiti 4-bajtnim znakovima (primjerice, smajlići) bez problema u nazivima datoteka ili komentarima, preporučuje se da omogućite 4-bajtnu podršku u MySQL-u. Za više pojedinosti pročitajte {linkstart}odgovarajuće poglavlje u dokumentaciji ↗{linkend}.",
"This instance uses an S3 based object store as primary storage. The uploaded files are stored temporarily on the server and thus it is recommended to have 50 GB of free space available in the temp directory of PHP. Check the logs for full details about the path and the available space. To improve this please change the temporary directory in the php.ini or make more space available in that path." : "Ova instanca upotrebljava pohranu objekta temeljenu na S3 kao primarnu pohranu. Otpremljene datoteke privremeno se pohranjuju na poslužitelju i stoga je preporučljivo osigurati 50 GB slobodnog prostora u privremenom direktoriju PHP-a. Više informacija o putovima i dostupnom prostoru potražite u zapisima poslužitelja. Ako želite osloboditi više prostora, promijenite privremeni direktorij u datoteci php.ini ili oslobodite prostor na tom putu.",
+ "You are accessing your instance over a secure connection, however your instance is generating insecure URLs. This most likely means that you are behind a reverse proxy and the overwrite config variables are not set correctly. Please read {linkstart}the documentation page about this ↗{linkend}." : "Instanci pristupate putem sigurne veze, ali instanca generira nesigurne URL-ove. To najvjerojatnije znači da se nalazite iza obrnutog proxyja i nisu točno postavljene varijable za izmjenu konfiguracijske datoteke. Pročitajte {linkstart}odgovarajuću dokumentaciju ↗{linkend}.",
"Error occurred while checking server setup" : "Pogreška prilikom provjere postavki poslužitelja",
+ "For more details see the {linkstart}documentation ↗{linkend}." : "Više informacija potražite u {linkstart}dokumentaciji ↗{linkend}.",
"Your data directory and files are probably accessible from the Internet. The .htaccess file is not working. It is strongly recommended that you configure your web server so that the data directory is no longer accessible, or move the data directory outside the web server document root." : "Vaši direktoriji i datoteke vjerojatno su dostupni putem Interneta. Datoteka .htaccess nije u funkciji. Preporučujemo da konfigurirate web-poslužitelj tako da direktorij s podacima više nije dostupan ili premjestite direktorij s podacima izvan korijena web poslužitelja.",
"The \"{header}\" HTTP header is not set to \"{expected}\". This is a potential security or privacy risk, as it is recommended to adjust this setting accordingly." : "HTTP zaglavlje „{header}” nije postavljeno na „{expected}”. To je potencijalni rizik za sigurnost ili privatnost podataka pa preporučujemo da prilagodite ovu postavku.",
"The \"{header}\" HTTP header is not set to \"{expected}\". Some features might not work correctly, as it is recommended to adjust this setting accordingly." : "HTTP zaglavlje „{header}” nije postavljeno na „{expected}”. Neke značajke možda neće ispravno raditi pa preporučujemo da prilagodite ovu postavku.",
"The \"{header}\" HTTP header doesn't contain \"{expected}\". This is a potential security or privacy risk, as it is recommended to adjust this setting accordingly." : "HTTP zaglavlje „{header}” ne sadrži „{expected}”. To je potencijalni rizik za sigurnost ili privatnost podataka pa preporučujemo da prilagodite ovu postavku.",
- "The \"{header}\" HTTP header is not set to \"{val1}\", \"{val2}\", \"{val3}\", \"{val4}\" or \"{val5}\". This can leak referer information. See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{link}\">W3C Recommendation ↗</a>." : "HTTP zaglavlje „{header}” nije postavljeno na „{val1}”, „{val2}”, „{val3}”, „{val4}” ili „{val5}”. Može doći do curenja informacija o uputitelju. Pogledajte <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{link}\">Preporuke W3C-a ↗</a>.",
- "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the <a href=\"{docUrl}\" rel=\"noreferrer noopener\">security tips ↗</a>." : "HTTP zaglavlje „Strict-Transport-Security” nije postavljeno na najmanje „{seconds}” sekundi. Kako biste poboljšali sigurnost sustava, preporučujemo da omogućite HSTS kao što je opisano u <a href=\"{docUrl}\" rel=\"noreferrer noopener\">sigurnosni savjeti ↗</a>.",
- "Accessing site insecurely via HTTP. You are strongly advised to set up your server to require HTTPS instead, as described in the <a href=\"{docUrl}\">security tips ↗</a>." : "Nesiguran pristup web-mjestu putem HTTP-a. Preporučujemo da postavite poslužitelj tako da zahtijeva korištenje HTTPS-a kao što je opisano u <a href=“{docUrl}“>sigurnosnim savjetima ↗</a>.",
- "Non-existing tag #{tag}" : "Nepostojeća oznaka #{tag}",
- "restricted" : "ograničeno",
- "invisible" : "nevidljivo",
- "Delete" : "Izbriši",
- "Rename" : "Preimenuj",
- "Collaborative tags" : "Oznake za suradnju",
- "No tags found" : "Nema pronađenih oznaka",
+ "The \"{header}\" HTTP header is not set to \"{val1}\", \"{val2}\", \"{val3}\", \"{val4}\" or \"{val5}\". This can leak referer information. See the {linkstart}W3C Recommendation ↗{linkend}." : "HTTP zaglavlje „{header}” nije postavljeno na „{val1}”, „{val2}”, „{val3}”, „{val4}” ili „{val5}”. Može doći do curenja informacija o uputitelju. Pogledajte {linkstart}Preporuke W3C-a ↗{linkend}.",
+ "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the {linkstart}security tips ↗{linkend}." : "HTTP zaglavlje „Strict-Transport-Security” nije postavljeno na najmanje „{seconds}” sekundi. Kako biste poboljšali sigurnost sustava, preporučujemo da omogućite HSTS kao što je opisano u {linkstart}sigurnosnim savjetima ↗{linkend}.",
+ "Accessing site insecurely via HTTP. You are strongly advised to set up your server to require HTTPS instead, as described in the {linkstart}security tips ↗{linkend}." : "Nesiguran pristup web-mjestu putem HTTP-a. Preporučujemo da postavite poslužitelj tako da zahtijeva korištenje HTTPS-a kao što je opisano u {linkstart}sigurnosnim savjetima ↗{linkend}.",
"unknown text" : "nepoznati tekst",
"Hello world!" : "Pozdrav svijete!",
"sunny" : "sunčano",
@@ -123,27 +127,26 @@ OC.L10N.register(
"Please reload the page." : "Ponovno učitajte stranicu.",
"The update was unsuccessful. For more information <a href=\"{url}\">check our forum post</a> covering this issue." : "Ažuriranje nije uspjelo. Za više informacija <a href=“{url}“>pročitajte objavu na forumu</a> koja pokriva ovaj problem.",
"The update was unsuccessful. Please report this issue to the <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">Nextcloud community</a>." : "Ažuriranje nije uspjelo. Prijavite ovaj problem <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">Nextcloudovoj zajednici</a>.",
- "Continue to Nextcloud" : "Nastavite na Nextcloud",
- "_The update was successful. Redirecting you to Nextcloud in %n second._::_The update was successful. Redirecting you to Nextcloud in %n seconds._" : ["Ažuriranje uspješno. Preusmjeravanje na Nextcloud za %n sekundi.","Ažuriranje uspješno. Preusmjeravanje na Nextcloud za %n sekundi.","Ažuriranje uspješno. Preusmjeravanje na Nextcloud za %n sekundi."],
- "Searching other places" : "Pretraživanje drugih lokacija",
- "No search results in other folders for {tag}{filter}{endtag}" : "Nema rezultata pretraživanja u drugim mapama za {tag}{filter}{endtag}",
- "_{count} search result in another folder_::_{count} search results in other folders_" : ["{count} rezultat u drugoj mapi","{count} rezultata u ostalim mapama","{count} rezultata u ostalim mapama"],
+ "Continue to {productName}" : "Nastavite do {productName}",
+ "_The update was successful. Redirecting you to {productName} in %n second._::_The update was successful. Redirecting you to {productName} in %n seconds._" : ["Ažuriranje uspješno. Preusmjeravanje na {productName} za %n sekundu.","Ažuriranje uspješno. Preusmjeravanje na {productName} za %n sekunde.","Ažuriranje uspješno. Preusmjeravanje na {productName} za %n sekundi."],
+ "Log in" : "Prijava",
+ "Logging in …" : "Prijavljivanje...",
"Server side authentication failed!" : "Autentifikacija na poslužitelju nije uspjela!",
"Please contact your administrator." : "Obratite se svom administratoru.",
"An internal error occurred." : "Došlo je do unutarnje pogreške.",
"Please try again or contact your administrator." : "Pokušajte ponovno ili se obratite svom administratoru.",
"Username or email" : "Korisničko ime ili adresa e-pošte",
"Password" : "Zaporka",
- "Log in" : "Prijava",
- "Logging in …" : "Prijavljivanje...",
"Wrong username or password." : "Pogrešno korisničko ime ili zaporka.",
"User disabled" : "Korisnik je onemogućen",
"We have detected multiple invalid login attempts from your IP. Therefore your next login is throttled up to 30 seconds." : "Otkrili smo nekoliko nevažećih pokušaja prijave s vaše IP adrese. Iduća prijava odgađa se za najviše 30 sekundi.",
+ "Your account is not setup for passwordless login." : "Nije odabrana mogućnost prijave bez zaporke za vaš račun.",
+ "Passwordless authentication is not supported in your browser." : "Vaš preglednik ne podržava autentifikaciju bez zaporke.",
+ "Passwordless authentication is only available over a secure connection." : "Autentifikacija bez zaporke dostupna je samo ako je uspostavljena sigurna veza.",
"Reset password" : "Resetiraj zaporku",
- "A password reset message has been sent to the e-mail address of this account. If you do not receive it, check your spam/junk folders or ask your local administrator for help." : "Poslana je poruka e-pošte za resetiranje zaporke na adresu e-pošte za ovaj račun. Ako je niste primili, provjerite mape neželjena pošta/smeće ili se obratite svom lokalnom administratoru.",
+ "A password reset message has been sent to the email address of this account. If you do not receive it, check your spam/junk folders or ask your local administrator for help." : "Poslana Vam je poruka za resetiranje zaporke na adresu e-pošte za ovaj račun. Ako je niste primili, provjerite Vaše mape smeća i neželjene pošte, ili se obratite svom lokalnom administratoru.",
"If it is not there ask your local administrator." : "Ako i tamo nema poruke, obratite se lokalnom administratoru.",
"Couldn't send reset email. Please contact your administrator." : "Nije moguće poslati poruku za resetiranje. Kontaktirajte s administratorom.",
- "Password can not be changed. Please contact your administrator." : "Zaporku nije moguće promijeniti. Obratite se svom administratoru.",
"Back to login" : "Natrag na prijavu",
"New password" : "Nova zaporka",
"Your files are encrypted. There will be no way to get your data back after your password is reset. If you are not sure what to do, please contact your administrator before you continue. Do you really want to continue?" : "Vaši podaci su šifrirani. Ako resetirate zaporku, nećete ih moći kasnije vratiti. Ako ne znate što učiniti, obratite se svom administratoru prije nego što nastavite. Želite li nastaviti?",
@@ -151,17 +154,29 @@ OC.L10N.register(
"Resetting password" : "Resetiranje zaporke",
"Recommended apps" : "Preporučene aplikacije",
"Loading apps …" : "Učitavanje aplikacija…",
- "Could not fetch list of apps from the app store." : "Dohvaćanje popisa aplikacija iz trgovine aplikacijama nije uspjelo.",
"Installing apps …" : "Instaliranje aplikacija…",
- "Nextcloud {app}" : "Nextcloud {app}",
"App download or installation failed" : "Neuspješno preuzimanje ili instalacija aplikacije",
- "Can't install this app because it is not compatible" : "Aplikaciju nije moguće instalirati jer nije kompatibilna",
- "Can't install this app" : "Aplikaciju nije moguće instalirati",
"Cancel" : "Odustani",
"Schedule work & meetings, synced with all your devices." : "Zakažite zadatke i sastanke, sinkronizirajte ih sa svim svojim uređajima.",
"Keep your colleagues and friends in one place without leaking their private info." : "Čuvajte podatke o kolegama i prijateljima na jednom mjestu bez ugrožavanja njihovih osobnih informacija.",
"Simple email app nicely integrated with Files, Contacts and Calendar." : "Jednostavna aplikacija za upravljanje e-poštom, integrirana s aplikacijama Files, Contacts i Calendar.",
+ "Chatting, video calls, screensharing, online meetings and web conferencing – in your browser and with mobile apps." : "Razmjenjivanje poruka, video pozivi, dijeljenje zaslona, sastanci na mreži i web-konferencije – putem preglednika i mobilnih aplikacija.",
+ "Collaboratively edit office documents." : "Surađujte na uređivanju dokumenata paketa Office.",
+ "Local document editing back-end used by the Collabora Online app." : "Pozadinski sustav za uređivanje lokalnih dokumenata u aplikaciji Collabora Online.",
"Forgot password?" : "Zaboravili ste zaporku?",
+ "Log in with a device" : "Prijavite se s pomoću uređaja",
+ "Back" : "Natrag",
+ "Login form is disabled." : "Obrazac za prijavu je onemogućen.",
+ "Reset search" : "Resetiraj pretraživanje",
+ "Search for {name} only" : "Traži samo {name}",
+ "No results for {query}" : "Nema rezultata za {query}",
+ "Start typing to search" : "Počnite unositi tekst za pretraživanje",
+ "Loading more results …" : "Učitavanje više rezultata…",
+ "Load more results" : "Učitaj više rezultata",
+ "Search" : "Traži",
+ "An error occurred while searching for {type}" : "Došlo je do pogreške pri traženju {type}",
+ "_Please enter {minSearchLength} character or more to search_::_Please enter {minSearchLength} characters or more to search_" : ["Unesite {minSearchLength} ili više znakova za pretraživanje","Unesite {minSearchLength} ili više znakova za pretraživanje","Unesite {minSearchLength} ili više znakova za pretraživanje"],
+ "Search {types} …" : "Traži {types}…",
"Settings" : "Postavke",
"Could not load your contacts" : "Učitavanje vaših kontakata trenutno nije moguće",
"Search contacts …" : "Pretraži kontakte...",
@@ -229,6 +244,13 @@ OC.L10N.register(
"Strong password" : "Zaporka jaka",
"No action available" : "Nikakve radnje trenutno nisu dostupne",
"Error fetching contact actions" : "Pogreška pri dohvaćanju radnji kontakata",
+ "Non-existing tag #{tag}" : "Nepostojeća oznaka #{tag}",
+ "restricted" : "ograničeno",
+ "invisible" : "nevidljivo",
+ "Delete" : "Izbriši",
+ "Rename" : "Preimenuj",
+ "Collaborative tags" : "Oznake za suradnju",
+ "No tags found" : "Nema pronađenih oznaka",
"Personal" : "Osobno",
"Users" : "Korisnici",
"Apps" : "Aplikacije",
@@ -238,7 +260,10 @@ OC.L10N.register(
"File not found" : "Datoteka nije pronađena",
"The document could not be found on the server. Maybe the share was deleted or has expired?" : "Dokument nije moguće pronaći na poslužitelju. Možda je dijeljenje izbrisano ili je isteklo?",
"Back to %s" : "Natrag na %s",
+ "Too many requests" : "Previše zahtjeva",
+ "There were too many requests from your network. Retry later or contact your administrator if this is an error." : "Zaprimljeno je previše zahtjeva iz vaše mreže. Pokušajte kasnije ili se obratite administratoru ako se radi o pogrešci.",
"Error" : "Pogreška",
+ "Previous" : "Prethodna",
"Internal Server Error" : "Unutarnja pogreška poslužitelja",
"The server was unable to complete your request." : "Poslužitelj nije u mogućnosti izvršiti vaš zahtjev.",
"If this happens again, please send the technical details below to the server administrator." : "U slučaju da se ponovi, pošaljite sljedeće tehničke informacije administratoru poslužitelja.",
@@ -275,6 +300,7 @@ OC.L10N.register(
"SQLite should only be used for minimal and development instances. For production we recommend a different database backend." : "SQLite bi se trebao upotrebljavati samo za minimalne i razvojne instance. Za produkcijske instance preporučujemo korištenje neke druge pozadinske baze podataka.",
"If you use clients for file syncing, the use of SQLite is highly discouraged." : "Ako upotrebljavate klijente za sinkronizaciju datoteka, preporučujemo izbjegavanje baze podataka SQLite.",
"Install recommended apps" : "Instaliraj preporučene aplikacije",
+ "Calendar, Contacts, Talk, Mail & Collaborative editing" : "Uređivanje aplikacija Calendar, Contacts, Talk, Mail i Collaborative",
"Finish setup" : "Završite postavljanje",
"Finishing …" : "Završavanje...",
"Need help?" : "Treba li vam pomoć?",
@@ -288,14 +314,13 @@ OC.L10N.register(
"More apps" : "Više aplikacija",
"More" : "Više",
"More apps menu" : "Izbornik s više aplikacija",
- "Search" : "Traži",
- "Reset search" : "Resetiraj pretraživanje",
"Contacts" : "Kontakti",
"Contacts menu" : "Izbornik kontakata",
"Settings menu" : "Izbornik postavki",
"Confirm your password" : "Potvrdite svoju zaporku",
"Connect to your account" : "Povežite se sa svojim računom",
"Please log in before granting %1$s access to your %2$s account." : "Prijavite se prije odobravanja pristupa %1$s svom računu %2$s.",
+ "If you are not trying to set up a new device or app, someone is trying to trick you into granting them access to your data. In this case do not proceed and instead contact your system administrator." : "Ako ne pokušavate postaviti novi uređaj ili aplikaciju, netko vas pokušava navesti da mu odobrite pristup svojim podacima. U tom slučaju nemojte nastaviti, već se obratite administratoru sustava.",
"App token" : "Aplikacijski token",
"Grant access" : "Dodijeli pristup",
"Alternative log in using app token" : "Alternativna prijava s pomoću aplikacijskog tokena",
@@ -323,7 +348,7 @@ OC.L10N.register(
"Further information how to configure this can be found in the %1$sdocumentation%2$s." : "Više informacija o konfiguriranju možete pronaći u %1$sdokumentaciji%2$s.",
"App update required" : "Ažuriranje aplikacije potrebno",
"%1$s will be updated to version %2$s" : "%1$s će biti ažuriran na inačicu %2$s",
- "These apps will be updated:" : "Sljedeće aplikacije bit će ažurirane:",
+ "The following apps will be updated:" : "Sljedeće aplikacije bit će ažurirane:",
"These incompatible apps will be disabled:" : "Sljedeće nekompatibilne aplikacije bit će onemogućene:",
"The theme %s has been disabled." : "Tema %s je onemogućena.",
"Please make sure that the database, the config folder and the data folder have been backed up before proceeding." : "Prije nego što nastavite, osigurajte da su baza podataka, mapa konfiguracije i mapa za podatke sigurnosno kopirani.",
@@ -339,95 +364,49 @@ OC.L10N.register(
"This %s instance is currently in maintenance mode, which may take a while." : "Ova %s instanca trenutno je u načinu za održavanje; ovo može potrajati.",
"This page will refresh itself when the instance is available again." : "Ova će se stranica osvježiti kada je instanca ponovno dostupna.",
"Contact your system administrator if this message persists or appeared unexpectedly." : "Obratite se administratoru sustava ako se ova poruka ponavlja ili se pojavila neočekivano.",
- "Could not send reset email because there is no email address for this username. Please contact your administrator." : "Nije moguće poslati poruku e-pošte za resetiranje jer ne postoji adresa e-pošte za ovo korisničko ime. Obratite se svom administratoru.",
- "Couldn't send reset email. Please make sure your username is correct." : "Nije moguće poslati poruku e-pošte za resetiranje. Provjerite ispravnost svog korisničkog imena.",
- "We have send a password reset e-mail to the e-mail address known to us for this account. If you do not receive it within a reasonable amount of time, check your spam/junk folders.<br>If it is not there ask your local administrator." : "Poslali smo poruku e-pošte za resetiranje zaporke na adresu e-pošte koja nam je poznata za ovaj račun. Ako je ne primite u razumnom vremenskom razdoblju, provjerite mape neželjena pošta/smeće.<br>Ako se ne nalazi u tim mapama, obratite se svom lokalnom administratoru.",
- "Your files are encrypted. There will be no way to get your data back after your password is reset.<br />If you are not sure what to do, please contact your administrator before you continue. <br />Do you really want to continue?" : "Vaši podaci su šifrirani. Ako resetirate zaporku, nećete ih moći kasnije vratiti.<br />Ako ne znate što učiniti, obratite se svom administratoru prije nego što nastavite. <br />Želite li nastaviti?",
- "Sending email …" : "Slanje e-pošte u tijeku...",
- "You are currently running PHP 5.6. The current major version of Nextcloud is the last that is supported on PHP 5.6. It is recommended to upgrade the PHP version to 7.0+ to be able to upgrade to Nextcloud 14." : "Trenutno upotrebljavate PHP 5.6. Trenutna glavna inačica Nextclouda ujedno je i posljednja koju podržava PHP 5.6. Preporučujemo da nadogradite inačicu PHP-a na 7.0+ kako biste mogli nadograditi sustav na Nextcloud 14.",
- "Accessing site insecurely via HTTP. You are strongly adviced to set up your server to require HTTPS instead, as described in the <a href=\"{docUrl}\">security tips ↗</a>." : "Nesiguran pristup web-mjestu putem HTTP-a. Preporučujemo da postavite poslužitelj tako da zahtijeva korištenje HTTPS-a kao što je opisano u <a href=“{docUrl}“>sigurnosnim savjetima ↗</a>.",
- "Shared" : "Dijeljeno",
- "Shared with" : "Dijeljeno s",
- "Shared by" : "Dijeli",
- "Choose a password for the public link" : "Odaberite zaporku za javnu vezu",
- "Choose a password for the public link or press the \"Enter\" key" : "Odaberite zaporku za javnu vezu ili pritisnite tipku „Enter”",
- "Copied!" : "Kopirano!",
- "Copy link" : "Kopiraj poveznicu",
- "Not supported!" : "Nije podržano!",
- "Press ⌘-C to copy." : "Pritisnite ⌘-C za kopiranje.",
- "Press Ctrl-C to copy." : "Pritisnite Ctrl-C za kopiranje.",
- "Unable to create a link share" : "Nije moguće stvoriti dijeljenje poveznice",
- "Unable to toggle this option" : "Nije moguće uključiti ovu opciju",
- "Resharing is not allowed" : "Ponovno dijeljenje nije dopušteno",
- "Link" : "Poveznica",
- "Hide download" : "Sakrij preuzimanje",
- "Password protection enforced" : "Provodi se zaštita zaporkom",
- "Password protect" : "Zaštita zaporkom",
- "Allow editing" : "Dopusti uređivanje",
- "Email link to person" : "Pošalji osobi poveznicu e-poštom",
- "Send" : "Pošalji",
- "Allow upload and editing" : "Omogući otpremanje i uređivanje",
- "Read only" : "Samo za čitanje",
- "File drop (upload only)" : "Povlačenje datoteke (samo za otpremanje)",
- "Expiration date enforced" : "Provodi se datum isteka",
- "Set expiration date" : "Postavi datum isteka",
- "Expiration" : "Istječe",
- "Expiration date" : "Datum isteka",
- "Note to recipient" : "Obavijest primatelju",
- "Unshare" : "Prestani dijeliti",
- "Delete share link" : "Izbriši dijeljenje poveznice",
- "Add another link" : "Dodaj drugu poveznicu",
- "Password protection for links is mandatory" : "Za poveznice je obvezna zaštita zaporkom",
- "Share to {name}" : "Dijeli s {name}",
- "Share link" : "Dijeli poveznicu",
- "New share link" : "Nova dijeljena poveznica",
- "Created on {time}" : "Izrađeno u {time}",
- "Password protect by Talk" : "Zaštita zaporkom putem usluge Talk",
- "Could not unshare" : "Nije moguće poništiti dijeljenje",
- "Shared with you and the group {group} by {owner}" : "Dijeljeno s vama i grupom {group} vlasnika {owner}",
- "Shared with you and {circle} by {owner}" : "Dijeljeno s vama i {circle} od strane {owner}",
- "Shared with you and the conversation {conversation} by {owner}" : "Dijeljeno s vama i razgovorom {conversation} vlasnika {owner}",
- "Shared with you in a conversation by {owner}" : "{owner} dijeli s vama u razgovoru",
- "Shared with you by {owner}" : "S vama podijelio {owner}",
- "Choose a password for the mail share" : "Odaberite zaporku za dijeljenje pošte",
- "group" : "grupa",
- "remote" : "udaljeno",
- "remote group" : "udaljena grupa",
- "email" : "e-pošta",
- "conversation" : "razgovor",
- "shared by {sharer}" : "dijeli {sharer}",
- "Can reshare" : "Ponovno dijeljenje moguće",
- "Can edit" : "Uređivanje moguće",
- "Can create" : "Stvaranje moguće",
- "Can change" : "Mijenjanje moguće",
- "Can delete" : "Brisanje moguće",
- "Access control" : "Kontrola pristupa",
- "{shareInitiatorDisplayName} shared via link" : "{shareInitiatorDisplayName} podijelio je putem poveznice",
- "Error while sharing" : "Pogreška pri dijeljenju",
- "Share details could not be loaded for this item." : "Pojedinosti dijeljenja nije moguće učitati za ovu stavku.",
- "Search globally" : "Pretraži globalno",
- "_At least {count} character is needed for autocompletion_::_At least {count} characters are needed for autocompletion_" : ["Za automatsko dovršavanje potrebno je barem {count} znak","Za automatsko dovršavanje potrebno je barem {count} znakova","Za automatsko dovršavanje potrebno je barem {count} znakova"],
- "This list is maybe truncated - please refine your search term to see more results." : "Ovaj je popis možda skraćen – dodatno skratite pojam koji tražite kako biste vidjeli više rezultata.",
- "No users or groups found for {search}" : "Nisu pronađeni nikakvi korisnici ili grupe za {search}",
- "No users found for {search}" : "Nisu pronađeni nikakvi korisnici za {search}",
- "An error occurred (\"{message}\"). Please try again" : "Došlo je do pogreške („{message}”). Pokušajte ponovo",
- "An error occurred. Please try again" : "Došlo je do pogreške. Pokušajte ponovo",
- "Home" : "Početna",
- "Work" : "Posao",
- "Other" : "Ostalo",
- "{sharee} (remote group)" : "{sharee} (udaljena grupa)",
- "{sharee} ({type}, {owner})" : "{sharee} ({type}, {owner})",
- "Share" : "Dijeli",
- "Name or email address..." : "Ime i adresa e-pošte...",
- "Name or federated cloud ID..." : "Naziv ili ID udruženog oblaka...",
- "Name, federated cloud ID or email address..." : "Naziv, ID udruženog oblaka ili adresa e-pošte...",
- "Name..." : "Ime...",
- "Error removing share" : "Pogreška pri uklanjanju dijeljenja",
- "({scope})" : "({scope})",
- "Saving..." : "Spremanje...",
- "Dismiss" : "Zanemari",
- "Your client should now be connected! You can close this window." : "Vaš klijent sada bi trebao biti povezan! Možete zatvoriti ovaj prozor.",
- "New Password" : "Nova zaporka",
- "Cancel log in" : "Otkaži prijavu"
+ "Checking whether the database schema can be updated (this can take a long time depending on the database size)" : "U tijeku je provjera može li se ažurirati shema baze podataka (može potrajati ovisno o veličini baze podataka)",
+ "Checked database schema update" : "Provjereno ažuriranje sheme baze podataka",
+ "Checking updates of apps" : "U tijeku je provjera ažuriranja aplikacija",
+ "Checking for update of app \"%s\" in appstore" : "U tijeku je provjera ažuriranja aplikacije „%s” iz trgovine aplikacija",
+ "Update app \"%s\" from appstore" : "Ažurirajte aplikaciju „%s” iz trgovine aplikacijama",
+ "Checked for update of app \"%s\" in appstore" : "Provjereno ažuriranje aplikacije „%s” iz trgovine aplikacija",
+ "Checked database schema update for apps" : "Provjereno ažuriranje sheme baze podataka za aplikacije",
+ "Following apps have been disabled: %s" : "Sljedeće aplikacije su onemogućene: %s",
+ "Your web server is not properly set up to resolve \"{url}\". Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Vaš mrežni poslužitelj ne može razriješiti „{url}”. Više informacija možete pronaći u <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentaciji</a>.",
+ "Your web server is not properly set up to resolve \"{url}\". This is most likely related to a web server configuration that was not updated to deliver this folder directly. Please compare your configuration against the shipped rewrite rules in \".htaccess\" for Apache or the provided one in the documentation for Nginx at it's <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation page</a>. On Nginx those are typically the lines starting with \"location ~\" that need an update." : "Vaš web poslužitelj nije ispravno postavljen za razrješavanje „{url}“. To je najvjerojatnije uzrokovano konfiguracijom web-poslužitelja koja nije ažurirana i ne isporučuje izravno mapu. Usporedite svoju konfiguraciju s isporučenim pravilima za prepisivanje u „.htaccess“ za Apache ili u dokumentaciji za Nginx na <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">stranici s dokumentacijom</a>. Na Nginxu su to obično linije koje počinju s „location ~“ i potrebno ih je ažurirati.",
+ "Your web server is not properly set up to deliver .woff2 files. This is typically an issue with the Nginx configuration. For Nextcloud 15 it needs an adjustement to also deliver .woff2 files. Compare your Nginx configuration to the recommended configuration in our <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Vaš web poslužitelj nije ispravno postavljen za isporuku .woff2 datoteka. To je obično problem s konfiguracijom Nginxa. Nextcloud 15 zahtijeva podešavanje za isporuku .woff2 datoteka. Usporedite svoju Nginx konfiguraciju s preporučenom konfiguracijom u našoj <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentaciji</a>.",
+ "Please check the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">installation documentation ↗</a> for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "Provjerite <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">instalacijsku dokumentaciju ↗</a> za napomene o konfiguraciji PHP-a i konfiguraciju PHP-a na svojem poslužitelju, posebice ako upotrebljavate php-fpm.",
+ "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems. See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation ↗</a> for more information." : "Onemogućeno je zaključavanje transakcijskih datoteka što može dovesti do problema s uvjetima utrke. Omogućite „filelocking.enabled” u datoteci config.php kako biste izbjegli navedene probleme. Pogledajte <a target=\"_blank” rel=\"noreferrer noopener” href=\"{docLink}\">dokumentaciju ↗</a> za više informacija.",
+ "Last background job execution ran {relativeTime}. Something seems wrong." : "Zadnje izvršenje zadatka u pozadini trajalo je {relativeTime}. Nešto nije u redu.",
+ "Check the background job settings" : "Provjerite postavke za pozadinske zadatke",
+ "No memory cache has been configured. To enhance performance, please configure a memcache, if available. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Nije konfigurirana nikakva predmemorija. Kako biste poboljšali performanse sustava, konfigurirajte predmemoriju ako je dostupna. Više informacija možete pronaći u <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentaciji</a>.",
+ "No suitable source for randomness found by PHP which is highly discouraged for security reasons. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "PHP nije pronašao nikakav izvor nasumičnosti što nije povoljno iz sigurnosnog gledišta. Više informacija možete pronaći u <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentaciji</a>.",
+ "You are currently running PHP {version}. Upgrade your PHP version to take advantage of <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">performance and security updates provided by the PHP Group</a> as soon as your distribution supports it." : "Trenutno upotrebljavate PHP {version}. Nadogradite inačicu PHP-a kako biste iskoristili <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">ažuriranja performansi i sigurnosti koje isporučuje PHP Grupa</a> čim vam vaša distribucija to omogući.",
+ "The reverse proxy header configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If not, this is a security issue and can allow an attacker to spoof their IP address as visible to the Nextcloud. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Konfiguracija obrnutog proxy zaglavlja je netočna ili pristupate Nextcloudu putem pouzdanog proxy poslužitelja. Ako to nije slučaj, radi se o sigurnosnom problemu koji može omogućiti napadaču da lažno predstavi svoju IP adresu koja je vidljiva Nextcloudu. Dodatne informacije možete pronaći u <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentaciji</a>.",
+ "Memcached is configured as distributed cache, but the wrong PHP module \"memcache\" is installed. \\OC\\Memcache\\Memcached only supports \"memcached\" and not \"memcache\". See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">memcached wiki about both modules</a>." : "Memcached je konfiguriran kao distribuirana predmemorija, ali je instaliran pogrešan PHP modul „memcache”. \\OC\\Memcache\\Memcached podržava samo „memcached”, a ne „memcache”. Pogledajte <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">memcached wiki za informacije o oba modula</a>.",
+ "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">List of invalid files…</a> / <a href=\"{rescanEndpoint}\">Rescan…</a>)" : "Neke datoteke nisu prošle provjeru cjelovitosti. Dodatne informacije o tome kako riješiti taj problem možete pronaći u <a target=\"_blank\" rel=\"noreferrer noopener\" href=“{docLink}“>dokumentaciji</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">Popis nevažećih datoteka…</a> / <a href=\"{rescanEndpoint}\">Ponovno skeniranje…</a>)",
+ "The PHP OPcache module is not loaded. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance it is recommended</a> to load it into your PHP installation." : "PHP OPcache modul nije učitan. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Preporučuje se da ga učitate</a> u svoju instalaciju PHP-a kako biste poboljšali performanse.",
+ "The PHP OPcache is not properly configured. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance it is recommended</a> to use the following settings in the <code>php.ini</code>:" : "PHP OPcache modul nije pravilno konfiguriran. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Preporučuje se da</a> koristite sljedeće postavke u datoteci <code>php.ini</code> kako biste poboljšali performanse:",
+ "Some columns in the database are missing a conversion to big int. Due to the fact that changing column types on big tables could take some time they were not changed automatically. By running 'occ db:convert-filecache-bigint' those pending changes could be applied manually. This operation needs to be made while the instance is offline. For further details read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "U određenim stupcima baze podataka nedostaje pretvorba u big int. Budući da promjena vrste stupca u velikim tablicama može potrajati neko duže vrijeme, stupci nisu automatski promijenjeni. Izvršenjem 'occ db:convert-filecache-bigint' te se promjene mogu ručno primijeniti. Ovu radnju morate izvršiti dok je instanca izvan mreže. Za više pojedinosti pročitajte <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">odgovarajuće poglavlje dokumentacije</a>.",
+ "To migrate to another database use the command line tool: 'occ db:convert-type', or see the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation ↗</a>." : "Za prelazak na drugu bazu podataka koristite se naredbenim retkom: 'occ db:convert-type' ili pogledajte <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentaciju ↗</a>.",
+ "Use of the the built in php mailer is no longer supported. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Please update your email server settings ↗<a/>." : "Korištenje ugrađenog php mailera više nije podržano. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Ažurirajte postavke poslužitelja e-pošte ↗<a/>.",
+ "MySQL is used as database but does not support 4-byte characters. To be able to handle 4-byte characters (like emojis) without issues in filenames or comments for example it is recommended to enable the 4-byte support in MySQL. For further details read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "MySQL se koristi kao aktivna baza podataka, ali ne podržava 4-bajtne znakove. Kako biste se mogli koristiti 4-bajtnim znakovima (primjerice, smajlići) bez problema u nazivima datoteka ili komentarima, preporučuje se da omogućite 4-bajtnu podršku u MySQL-u. Za više pojedinosti pročitajte <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">odgovarajuće poglavlje u dokumentaciji</a>.",
+ "You are accessing your instance over a secure connection, however your instance is generating insecure URLs. This most likely means that you are behind a reverse proxy and the overwrite config variables are not set correctly. Please read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "Instanci pristupate putem sigurne veze, ali instanca generira nesigurne URL-ove. To najvjerojatnije znači da se nalazite iza obrnutog proxyja i nisu točno postavljene varijable za izmjenu konfiguracijske datoteke. Pročitajte <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">odgovarajuću dokumentaciju</a>.",
+ "The \"{header}\" HTTP header is not set to \"{val1}\", \"{val2}\", \"{val3}\", \"{val4}\" or \"{val5}\". This can leak referer information. See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{link}\">W3C Recommendation ↗</a>." : "HTTP zaglavlje „{header}” nije postavljeno na „{val1}”, „{val2}”, „{val3}”, „{val4}” ili „{val5}”. Može doći do curenja informacija o uputitelju. Pogledajte <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{link}\">Preporuke W3C-a ↗</a>.",
+ "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the <a href=\"{docUrl}\" rel=\"noreferrer noopener\">security tips ↗</a>." : "HTTP zaglavlje „Strict-Transport-Security” nije postavljeno na najmanje „{seconds}” sekundi. Kako biste poboljšali sigurnost sustava, preporučujemo da omogućite HSTS kao što je opisano u <a href=\"{docUrl}\" rel=\"noreferrer noopener\">sigurnosni savjeti ↗</a>.",
+ "Accessing site insecurely via HTTP. You are strongly advised to set up your server to require HTTPS instead, as described in the <a href=\"{docUrl}\">security tips ↗</a>." : "Nesiguran pristup web-mjestu putem HTTP-a. Preporučujemo da postavite poslužitelj tako da zahtijeva korištenje HTTPS-a kao što je opisano u <a href=“{docUrl}“>sigurnosnim savjetima ↗</a>.",
+ "Continue to Nextcloud" : "Nastavite na Nextcloud",
+ "_The update was successful. Redirecting you to Nextcloud in %n second._::_The update was successful. Redirecting you to Nextcloud in %n seconds._" : ["Ažuriranje uspješno. Preusmjeravanje na Nextcloud za %n sekundi.","Ažuriranje uspješno. Preusmjeravanje na Nextcloud za %n sekundi.","Ažuriranje uspješno. Preusmjeravanje na Nextcloud za %n sekundi."],
+ "Searching other places" : "Pretraživanje drugih lokacija",
+ "No search results in other folders for {tag}{filter}{endtag}" : "Nema rezultata pretraživanja u drugim mapama za {tag}{filter}{endtag}",
+ "_{count} search result in another folder_::_{count} search results in other folders_" : ["{count} rezultat u drugoj mapi","{count} rezultata u ostalim mapama","{count} rezultata u ostalim mapama"],
+ "A password reset message has been sent to the e-mail address of this account. If you do not receive it, check your spam/junk folders or ask your local administrator for help." : "Poslana je poruka e-pošte za resetiranje zaporke na adresu e-pošte za ovaj račun. Ako je niste primili, provjerite mape neželjena pošta/smeće ili se obratite svom lokalnom administratoru.",
+ "Password can not be changed. Please contact your administrator." : "Zaporku nije moguće promijeniti. Obratite se svom administratoru.",
+ "Could not fetch list of apps from the app store." : "Dohvaćanje popisa aplikacija iz trgovine aplikacijama nije uspjelo.",
+ "Nextcloud {app}" : "Nextcloud {app}",
+ "Can't install this app because it is not compatible" : "Aplikaciju nije moguće instalirati jer nije kompatibilna",
+ "Can't install this app" : "Aplikaciju nije moguće instalirati",
+ "These apps will be updated:" : "Sljedeće aplikacije bit će ažurirane:",
+ "For more details see the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Više informacija potražite u <a target=\"_blank\" rel=\"noreferrer noopener\" href=“{docLink}“>dokumentaciji</a>."
},
"nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;");
diff --git a/core/l10n/hr.json b/core/l10n/hr.json
index 6505de1b5bc..664105fa990 100644
--- a/core/l10n/hr.json
+++ b/core/l10n/hr.json
@@ -3,6 +3,14 @@
"File is too big" : "Datoteka je prevelika",
"The selected file is not an image." : "Odabrana datoteka nije slika.",
"The selected file cannot be read." : "Nije moguće pročitati odabranu datoteku.",
+ "The file was uploaded" : "Datoteka je otpremljena",
+ "The uploaded file exceeds the upload_max_filesize directive in php.ini" : "Otpremljena datoteka premašuje postavku upload_max_filesize u datoteci php.ini",
+ "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Otpremljena datoteka premašuje postavku MAX_FILE_SIZE koja je navedena u obrascu HTML-a",
+ "The file was only partially uploaded" : "Datoteka je samo djelomično otpremljena",
+ "No file was uploaded" : "Nikakva datoteka nije učitana",
+ "Missing a temporary folder" : "Nedostaje privremena mapa",
+ "Could not write file to disk" : "Nije moguće zapisati datoteku na disk",
+ "A PHP extension stopped the file upload" : "Proširenje PHP-a zaustavilo je otpremanje datoteke",
"Invalid file provided" : "Nevažeća datoteka",
"No image or file provided" : "Nijedna slika ili datoteka nije dobavljena",
"Unknown filetype" : "Vrsta datoteke nepoznata",
@@ -13,6 +21,7 @@
"No valid crop data provided" : "Nema valjanih podataka za rezanje",
"Crop is not square" : "Rez nije kvadrat",
"State token does not match" : "Token stanja nije podudaran",
+ "Invalid app password" : "Netočna zaporka aplikacije",
"Could not complete login" : "Prijava nije uspjela",
"Your login token is invalid or has expired" : "Vaš token za prijavu nije važeći ili je istekao",
"Password reset is disabled" : "Resetiranje zaporke je onemogućeno",
@@ -26,6 +35,8 @@
"Nextcloud Server" : "Nextcloud poslužitelj",
"Some of your link shares have been removed" : "Uklonjene su neke od vaših dijeljenih poveznica",
"Due to a security bug we had to remove some of your link shares. Please see the link for more information." : "Zbog sigurnosne pogreške morali smo ukloniti neke od vaših dijeljenih poveznica. Za više informacija pogledajte poveznicu.",
+ "The user limit of this instance is reached." : "Dostignuto je ograničenje broja korisnika za ovu instancu.",
+ "Enter your subscription key to increase the user limit. For more information about Nextcloud Enterprise see our website." : "Unesite svoju šifru pretplate kako biste povećali ograničenje broja korisnika. Više informacija o pretplati Nextcloud Enterprise možete pronaći na našem web-mjestu.",
"Preparing update" : "Priprema ažuriranja",
"[%d / %d]: %s" : "[%d / %d]: %s",
"Repair step:" : "Korak ispravljanja pogreške:",
@@ -39,74 +50,67 @@
"Maintenance mode is kept active" : "Način rada za održavanje održan",
"Updating database schema" : "Ažuriranje sheme baze podataka",
"Updated database" : "Baza podataka ažurirana",
- "Checking whether the database schema can be updated (this can take a long time depending on the database size)" : "U tijeku je provjera može li se ažurirati shema baze podataka (može potrajati ovisno o veličini baze podataka)",
- "Checked database schema update" : "Provjereno ažuriranje sheme baze podataka",
- "Checking updates of apps" : "U tijeku je provjera ažuriranja aplikacija",
- "Checking for update of app \"%s\" in appstore" : "U tijeku je provjera ažuriranja aplikacije „%s” iz trgovine aplikacija",
- "Update app \"%s\" from appstore" : "Ažurirajte aplikaciju „%s” iz trgovine aplikacijama",
- "Checked for update of app \"%s\" in appstore" : "Provjereno ažuriranje aplikacije „%s” iz trgovine aplikacija",
"Checking whether the database schema for %s can be updated (this can take a long time depending on the database size)" : "U tijeku je provjera može li se ažurirati shema baze podataka za %s (može potrajati ovisno o veličini baze podataka)",
- "Checked database schema update for apps" : "Provjereno ažuriranje sheme baze podataka za aplikacije",
"Updated \"%1$s\" to %2$s" : "Ažurirano „%1$s” u %2$s",
"Set log level to debug" : "Postavi razinu zapisa za otklanjanje pogrešaka",
"Reset log level" : "Resetiraj razinu zapisa",
"Starting code integrity check" : "Početna provjera cjelovitosti koda",
"Finished code integrity check" : "Provjera cjelovitosti koda je završena",
"%s (incompatible)" : "%s (nije kompatibilno)",
- "Following apps have been disabled: %s" : "Sljedeće aplikacije su onemogućene: %s",
+ "The following apps have been disabled: %s" : "Sljedeće aplikacije su onemogućene: %s",
"Already up to date" : "Nema potrebe za ažuriranjem",
"Your web server is not yet properly set up to allow file synchronization, because the WebDAV interface seems to be broken." : "Vaš mrežni poslužitelj nije pravilno podešen za sinkronizaciju podataka jer je sučelje protokola WebDAV neispravno.",
- "Your web server is not properly set up to resolve \"{url}\". Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Vaš mrežni poslužitelj ne može razriješiti „{url}”. Više informacija možete pronaći u <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentaciji</a>.",
- "Your web server is not properly set up to resolve \"{url}\". This is most likely related to a web server configuration that was not updated to deliver this folder directly. Please compare your configuration against the shipped rewrite rules in \".htaccess\" for Apache or the provided one in the documentation for Nginx at it's <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation page</a>. On Nginx those are typically the lines starting with \"location ~\" that need an update." : "Vaš web poslužitelj nije ispravno postavljen za razrješavanje „{url}“. To je najvjerojatnije uzrokovano konfiguracijom web-poslužitelja koja nije ažurirana i ne isporučuje izravno mapu. Usporedite svoju konfiguraciju s isporučenim pravilima za prepisivanje u „.htaccess“ za Apache ili u dokumentaciji za Nginx na <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">stranici s dokumentacijom</a>. Na Nginxu su to obično linije koje počinju s „location ~“ i potrebno ih je ažurirati.",
- "Your web server is not properly set up to deliver .woff2 files. This is typically an issue with the Nginx configuration. For Nextcloud 15 it needs an adjustement to also deliver .woff2 files. Compare your Nginx configuration to the recommended configuration in our <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Vaš web poslužitelj nije ispravno postavljen za isporuku .woff2 datoteka. To je obično problem s konfiguracijom Nginxa. Nextcloud 15 zahtijeva podešavanje za isporuku .woff2 datoteka. Usporedite svoju Nginx konfiguraciju s preporučenom konfiguracijom u našoj <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentaciji</a>.",
+ "Your web server is not properly set up to resolve \"{url}\". Further information can be found in the {linkstart}documentation ↗{linkend}." : "Vaš mrežni poslužitelj ne može razriješiti „{url}”. Više informacija možete pronaći u {linkstart}dokumentaciji ↗{linkend}.",
+ "Your web server is not properly set up to resolve \"{url}\". This is most likely related to a web server configuration that was not updated to deliver this folder directly. Please compare your configuration against the shipped rewrite rules in \".htaccess\" for Apache or the provided one in the documentation for Nginx at it's {linkstart}documentation page ↗{linkend}. On Nginx those are typically the lines starting with \"location ~\" that need an update." : "Vaš web poslužitelj nije ispravno postavljen za razrješavanje „{url}”. To je najvjerojatnije uzrokovano konfiguracijom web-poslužitelja koja nije ažurirana i ne isporučuje izravno mapu. Usporedite svoju konfiguraciju s isporučenim pravilima za prepisivanje u „.htaccess” za Apache ili u dokumentaciji za Nginx na {linkstart}stranici s dokumentacijom ↗{linkend}. Na Nginxu su to obično linije koje počinju s „location ~” i potrebno ih je ažurirati.",
+ "Your web server is not properly set up to deliver .woff2 files. This is typically an issue with the Nginx configuration. For Nextcloud 15 it needs an adjustement to also deliver .woff2 files. Compare your Nginx configuration to the recommended configuration in our {linkstart}documentation ↗{linkend}." : "Vaš web poslužitelj nije ispravno postavljen za isporuku .woff2 datoteka. To je obično problem s konfiguracijom Nginxa. Nextcloud 15 zahtijeva podešavanje za isporuku .woff2 datoteka. Usporedite svoju Nginx konfiguraciju s preporučenom konfiguracijom u našoj {linkstart}dokumentaciji ↗{linkend}.",
"PHP does not seem to be setup properly to query system environment variables. The test with getenv(\"PATH\") only returns an empty response." : "Čini se da PHP nije ispravno postavljen za slanje upita u vezi s varijablama okruženja sustava. Ispitivanje s getenv („PATH”) vraća samo prazan odgovor.",
- "Please check the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">installation documentation ↗</a> for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "Provjerite <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">instalacijsku dokumentaciju ↗</a> za napomene o konfiguraciji PHP-a i konfiguraciju PHP-a na svojem poslužitelju, posebice ako upotrebljavate php-fpm.",
+ "Please check the {linkstart}installation documentation ↗{linkend} for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "Provjerite {linkstart}instalacijsku dokumentaciju ↗{linkend} za napomene o konfiguraciji PHP-a i konfiguraciju PHP-a na svojem poslužitelju, posebice ako upotrebljavate php-fpm.",
"The read-only config has been enabled. This prevents setting some configurations via the web-interface. Furthermore, the file needs to be made writable manually for every update." : "Omogućena je konfiguracija samo za čitanje. Time se sprječava postavljanje nekih konfiguracija putem web-sučelja. Nadalje, datoteku treba ručno prebaciti u način pisanja pri svakom ažuriranju.",
"Your database does not run with \"READ COMMITTED\" transaction isolation level. This can cause problems when multiple actions are executed in parallel." : "Vaša se baza podataka ne pokreće s razinom izolacije transakcije „READ COMMITTED”. To može uzrokovati probleme kada se paralelno izvršava više radnji.",
"The PHP module \"fileinfo\" is missing. It is strongly recommended to enable this module to get the best results with MIME type detection." : "Nedostaje PHP modul „fileinfo”. Preporučujemo da omogućite ovaj modul kako biste postigli najbolje rezultate s detekcijom vrste MIME.",
- "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems. See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation ↗</a> for more information." : "Onemogućeno je zaključavanje transakcijskih datoteka što može dovesti do problema s uvjetima utrke. Omogućite „filelocking.enabled” u datoteci config.php kako biste izbjegli navedene probleme. Pogledajte <a target=\"_blank” rel=\"noreferrer noopener” href=\"{docLink}\">dokumentaciju ↗</a> za više informacija.",
+ "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems. See the {linkstart}documentation ↗{linkend} for more information." : "Onemogućeno je zaključavanje transakcijskih datoteka što može dovesti do problema s uvjetima utrke. Omogućite „filelocking.enabled” u datoteci config.php kako biste izbjegli navedene probleme. Pogledajte {linkstart}dokumentaciju ↗{linkend} za više informacija.",
"If your installation is not installed at the root of the domain and uses system cron, there can be issues with the URL generation. To avoid these problems, please set the \"overwrite.cli.url\" option in your config.php file to the webroot path of your installation (suggestion: \"{suggestedOverwriteCliURL}\")" : "Ako instalacija nije instalirana u korijenu domene i koristi se sustav cron, može doći do problema s generiranjem URL-a. Kako biste izbjegli takve probleme, postavite opciju „overwrite.cli.url” u datoteci config.php na webroot put svoje instalacije (prijedlog: „{suggestedOverwriteCliURL}”)",
+ "Your installation has no default phone region set. This is required to validate phone numbers in the profile settings without a country code. To allow numbers without a country code, please add \"default_phone_region\" with the respective {linkstart}ISO 3166-1 code ↗{linkend} of the region to your config file." : "Nije postavljena zadana regija telefonskih brojeva za vašu instalaciju. Potrebna je radi provjeravanja valjanosti telefonskih brojeva u postavkama profila bez pozivnog broja države. Kako biste omogućili korištenje brojeva bez pozivnog broja države dodajte „default_phone_region” s odgovarajućom {linkstart}ISO 3166-1 šifrom ↗{linkend} regije u svoju konfiguracijsku datoteku.",
"It was not possible to execute the cron job via CLI. The following technical errors have appeared:" : "Nije bilo moguće izvršiti cron zadatak putem sučelja komandne linije. Došlo je do sljedećih tehničkih pogrešaka:",
- "Last background job execution ran {relativeTime}. Something seems wrong." : "Zadnje izvršenje zadatka u pozadini trajalo je {relativeTime}. Nešto nije u redu.",
- "Check the background job settings" : "Provjerite postavke za pozadinske zadatke",
+ "Last background job execution ran {relativeTime}. Something seems wrong. {linkstart}Check the background job settings ↗{linkend}." : "Zadnje izvršenje zadatka u pozadini trajalo je {relativeTime}. Nešto nije u redu. {linkstart}Provjerite postavke za pozadinske zadatke ↗{linkend}.",
"This server has no working Internet connection: Multiple endpoints could not be reached. This means that some of the features like mounting external storage, notifications about updates or installation of third-party apps will not work. Accessing files remotely and sending of notification emails might not work, either. Establish a connection from this server to the Internet to enjoy all features." : "Ovaj poslužitelj nema aktivnu internetsku vezu: nije moguće pristupiti višestrukim krajnjim točkama. To znači da neće raditi neke značajke kao što su postavljanje vanjske pohrane, obavijesti o ažuriranjima ili instalacija aplikacija treće strane. Daljinski pristup datotekama i slanje e-pošte s obavijestima također možda neće raditi. Uspostavite internetsku vezu za ovaj poslužitelj kako biste se mogli koristiti svim značajkama.",
- "No memory cache has been configured. To enhance performance, please configure a memcache, if available. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Nije konfigurirana nikakva predmemorija. Kako biste poboljšali performanse sustava, konfigurirajte predmemoriju ako je dostupna. Više informacija možete pronaći u <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentaciji</a>.",
- "No suitable source for randomness found by PHP which is highly discouraged for security reasons. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "PHP nije pronašao nikakav izvor nasumičnosti što nije povoljno iz sigurnosnog gledišta. Više informacija možete pronaći u <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentaciji</a>.",
- "You are currently running PHP {version}. Upgrade your PHP version to take advantage of <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">performance and security updates provided by the PHP Group</a> as soon as your distribution supports it." : "Trenutno upotrebljavate PHP {version}. Nadogradite inačicu PHP-a kako biste iskoristili <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">ažuriranja performansi i sigurnosti koje isporučuje PHP Grupa</a> čim vam vaša distribucija to omogući.",
- "The reverse proxy header configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If not, this is a security issue and can allow an attacker to spoof their IP address as visible to the Nextcloud. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Konfiguracija obrnutog proxy zaglavlja je netočna ili pristupate Nextcloudu putem pouzdanog proxy poslužitelja. Ako to nije slučaj, radi se o sigurnosnom problemu koji može omogućiti napadaču da lažno predstavi svoju IP adresu koja je vidljiva Nextcloudu. Dodatne informacije možete pronaći u <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentaciji</a>.",
- "Memcached is configured as distributed cache, but the wrong PHP module \"memcache\" is installed. \\OC\\Memcache\\Memcached only supports \"memcached\" and not \"memcache\". See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">memcached wiki about both modules</a>." : "Memcached je konfiguriran kao distribuirana predmemorija, ali je instaliran pogrešan PHP modul „memcache”. \\OC\\Memcache\\Memcached podržava samo „memcached”, a ne „memcache”. Pogledajte <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">memcached wiki za informacije o oba modula</a>.",
- "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">List of invalid files…</a> / <a href=\"{rescanEndpoint}\">Rescan…</a>)" : "Neke datoteke nisu prošle provjeru cjelovitosti. Dodatne informacije o tome kako riješiti taj problem možete pronaći u <a target=\"_blank\" rel=\"noreferrer noopener\" href=“{docLink}“>dokumentaciji</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">Popis nevažećih datoteka…</a> / <a href=\"{rescanEndpoint}\">Ponovno skeniranje…</a>)",
- "The PHP OPcache module is not loaded. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance it is recommended</a> to load it into your PHP installation." : "PHP OPcache modul nije učitan. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Preporučuje se da ga učitate</a> u svoju instalaciju PHP-a kako biste poboljšali performanse.",
- "The PHP OPcache is not properly configured. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance it is recommended</a> to use the following settings in the <code>php.ini</code>:" : "PHP OPcache modul nije pravilno konfiguriran. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Preporučuje se da</a> koristite sljedeće postavke u datoteci <code>php.ini</code> kako biste poboljšali performanse:",
+ "No memory cache has been configured. To enhance performance, please configure a memcache, if available. Further information can be found in the {linkstart}documentation ↗{linkend}." : "Nije konfigurirana nikakva predmemorija. Kako biste poboljšali performanse sustava, konfigurirajte predmemoriju ako je dostupna. Više informacija možete pronaći u {linkstart}dokumentaciji ↗{linkend}.",
+ "No suitable source for randomness found by PHP which is highly discouraged for security reasons. Further information can be found in the {linkstart}documentation ↗{linkend}." : "PHP nije pronašao nikakav izvor nasumičnosti što nije povoljno iz sigurnosnog gledišta. Više informacija možete pronaći u {linkstart}dokumentaciji ↗{linkend}.",
+ "You are currently running PHP {version}. Upgrade your PHP version to take advantage of {linkstart}performance and security updates provided by the PHP Group ↗{linkend} as soon as your distribution supports it." : "Trenutno upotrebljavate PHP {version}. Nadogradite inačicu PHP-a kako biste iskoristili {linkstart}ažuriranja performansi i sigurnosti koje isporučuje PHP Grupa ↗{linkend} čim vam vaša distribucija to omogući.",
+ "Nextcloud 20 is the last release supporting PHP 7.2. Nextcloud 21 requires at least PHP 7.3." : "Nextcloud 20 posljednje je izdanje s podrškom za PHP 7.2. Nextcloud 21 zahtjeva najmanje PHP 7.3.",
+ "The reverse proxy header configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If not, this is a security issue and can allow an attacker to spoof their IP address as visible to the Nextcloud. Further information can be found in the {linkstart}documentation ↗{linkend}." : "Konfiguracija obrnutog proxy zaglavlja je netočna ili pristupate Nextcloudu putem pouzdanog proxy poslužitelja. Ako to nije slučaj, radi se o sigurnosnom problemu koji može omogućiti napadaču da lažno predstavi svoju IP adresu koja je vidljiva Nextcloudu. Dodatne informacije možete pronaći u {linkstart}dokumentaciji ↗{linkend}.",
+ "Memcached is configured as distributed cache, but the wrong PHP module \"memcache\" is installed. \\OC\\Memcache\\Memcached only supports \"memcached\" and not \"memcache\". See the {linkstart}memcached wiki about both modules ↗{linkend}." : "Memcached je konfiguriran kao distribuirana predmemorija, ali je instaliran pogrešan PHP modul „memcache”. \\OC\\Memcache\\Memcached podržava samo „memcached”, a ne „memcache”. Pogledajte {linkstart}memcached wiki za informacije o oba modula ↗{linkend}.",
+ "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in the {linkstart1}documentation ↗{linkend}. ({linkstart2}List of invalid files…{linkend} / {linkstart3}Rescan…{linkend})" : "Neke datoteke nisu prošle provjeru cjelovitosti. Dodatne informacije o tome kako riješiti taj problem možete pronaći u {linkstart1}dokumentaciji ↗{linkend}. ({linkstart2}Popis nevažećih datoteka…{linkend} / {linkstart3}Ponovno skeniranje…{linkend})",
+ "The PHP OPcache module is not loaded. {linkstart}For better performance it is recommended ↗{linkend} to load it into your PHP installation." : "PHP OPcache modul nije učitan. {linkstart}Preporučuje se da ga učitate ↗{linkend} u svoju instalaciju PHP-a kako biste poboljšali performanse.",
+ "The PHP OPcache module is not properly configured. {linkstart}For better performance it is recommended ↗{linkend} to use the following settings in the <code>php.ini</code>:" : "PHP OPcache modul nije pravilno konfiguriran. {linkstart}Preporučuje se da ↗{linkend} koristite sljedeće postavke u datoteci <code>php.ini</code> kako biste poboljšali performanse:",
"The PHP function \"set_time_limit\" is not available. This could result in scripts being halted mid-execution, breaking your installation. Enabling this function is strongly recommended." : "Funkcija PHP-a „set_time_limit” nije dostupna. To bi moglo dovesti do zaustavljanja skripti tijekom izvršenja i prekida instalacije. Preporučuje se uključivanje ove funkcije.",
"Your PHP does not have FreeType support, resulting in breakage of profile pictures and the settings interface." : "Vaš PHP nema podršku za FreeType što može uzrokovati neispravan prikaz profilnih slika i sučelja postavki.",
"Missing index \"{indexName}\" in table \"{tableName}\"." : "Nedostaje indeks „{indexName}” u tablici „{tableName}”.",
"The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "U bazi podataka nedostaju određeni indeksi. Zbog činjenice da bi dodavanje indeksa u velikim tablicama moglo potrajati neko duže vrijeme, isti se ne dodaju automatski. Izvršenjem „occ db:add-missing-indices” se ti indeksi mogu ručno dodati dok instanca radi. Kada se indeksi dodaju, upiti u te tablice obično su mnogo brži.",
+ "Missing primary key on table \"{tableName}\"." : "Nedostaje primarni ključ u tablici „{tableName}”.",
+ "The database is missing some primary keys. Due to the fact that adding primary keys on big tables could take some time they were not added automatically. By running \"occ db:add-missing-primary-keys\" those missing primary keys could be added manually while the instance keeps running." : "U bazi podataka nedostaju određeni primarni ključevi. Zbog činjenice da bi dodavanje primarnih ključeva moglo potrajati neko duže vrijeme u velikim tablicama, isti se ne dodaju automatski. Izvršenjem „occ db:add-missing-primary-keys” ti se primarni ključevi mogu ručno dodati dok instanca radi.",
+ "Missing optional column \"{columnName}\" in table \"{tableName}\"." : "Nedostaje neobavezan stupac „{columnName}” u tablici „{tableName}”.",
+ "The database is missing some optional columns. Due to the fact that adding columns on big tables could take some time they were not added automatically when they can be optional. By running \"occ db:add-missing-columns\" those missing columns could be added manually while the instance keeps running. Once the columns are added some features might improve responsiveness or usability." : "U bazi podataka nedostaju određeni neobavezni stupci. Zbog činjenice da bi dodavanje stupaca u velikim tablicama moglo potrajati neko duže vrijeme, stupci se ne dodaju automatski, već je njihovo dodavanje neobavezno. Izvršenjem „occ db:add-missing-columns” ti se stupci mogu ručno dodati dok instanca radi. Nakon dodavanja stupaca može se poboljšati odaziv ili uporabljivost određenih značajki.",
"This instance is missing some recommended PHP modules. For improved performance and better compatibility it is highly recommended to install them." : "U ovoj instanci nedostaju neki preporučeni moduli PHP-a. Preporučujemo da ih instalirate kako biste poboljšali performanse i ostvarili bolju kompatibilnost.",
- "Some columns in the database are missing a conversion to big int. Due to the fact that changing column types on big tables could take some time they were not changed automatically. By running 'occ db:convert-filecache-bigint' those pending changes could be applied manually. This operation needs to be made while the instance is offline. For further details read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "U određenim stupcima baze podataka nedostaje pretvorba u big int. Budući da promjena vrste stupca u velikim tablicama može potrajati neko duže vrijeme, stupci nisu automatski promijenjeni. Izvršenjem 'occ db:convert-filecache-bigint' te se promjene mogu ručno primijeniti. Ovu radnju morate izvršiti dok je instanca izvan mreže. Za više pojedinosti pročitajte <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">odgovarajuće poglavlje dokumentacije</a>.",
+ "Module php-imagick in this instance has no SVG support. For better compatibility it is recommended to install it." : "Modul php-imagick nema podršku za SVG u ovoj instanci. Preporučuje se da ga instalirate kako biste osigurali bolju kompatibilnost.",
+ "Some columns in the database are missing a conversion to big int. Due to the fact that changing column types on big tables could take some time they were not changed automatically. By running 'occ db:convert-filecache-bigint' those pending changes could be applied manually. This operation needs to be made while the instance is offline. For further details read {linkstart}the documentation page about this ↗{linkend}." : "U određenim stupcima baze podataka nedostaje pretvorba u big int. Budući da promjena vrste stupca u velikim tablicama može potrajati neko duže vrijeme, stupci nisu automatski promijenjeni. Izvršenjem 'occ db:convert-filecache-bigint' te se promjene mogu ručno primijeniti. Ovu radnju morate izvršiti dok je instanca izvan mreže. Za više pojedinosti pročitajte {linkstart}odgovarajuće poglavlje dokumentacije ↗{linkend}.",
"SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend." : "SQLite se trenutno upotrebljava kao pozadinska baza podataka. Za veće instalacije preporučujemo da se prebacite na neku drugu pozadinsku bazu podataka.",
"This is particularly recommended when using the desktop client for file synchronisation." : "To se osobito preporučuje ako upotrebljavate klijent za sinkronizaciju datoteka.",
- "To migrate to another database use the command line tool: 'occ db:convert-type', or see the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation ↗</a>." : "Za prelazak na drugu bazu podataka koristite se naredbenim retkom: 'occ db:convert-type' ili pogledajte <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentaciju ↗</a>.",
- "Use of the the built in php mailer is no longer supported. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Please update your email server settings ↗<a/>." : "Korištenje ugrađenog php mailera više nije podržano. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Ažurirajte postavke poslužitelja e-pošte ↗<a/>.",
+ "To migrate to another database use the command line tool: 'occ db:convert-type', or see the {linkstart}documentation ↗{linkend}." : "Za prelazak na drugu bazu podataka koristite se naredbenim retkom: 'occ db:convert-type' ili pogledajte {linkstart}dokumentaciju ↗{linkend}.",
"The PHP memory limit is below the recommended value of 512MB." : "Ograničenje memorije PHP-a ispod je preporučene vrijednosti od 512 MB.",
"Some app directories are owned by a different user than the web server one. This may be the case if apps have been installed manually. Check the permissions of the following app directories:" : "Određeni direktoriji aplikacija vlasništvo su korisnika koji nije vlasnik web poslužitelja. To se može dogoditi ako su aplikacije ručno instalirane. Provjerite dopuštenja za sljedeće direktorije aplikacija:",
- "MySQL is used as database but does not support 4-byte characters. To be able to handle 4-byte characters (like emojis) without issues in filenames or comments for example it is recommended to enable the 4-byte support in MySQL. For further details read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "MySQL se koristi kao aktivna baza podataka, ali ne podržava 4-bajtne znakove. Kako biste se mogli koristiti 4-bajtnim znakovima (primjerice, smajlići) bez problema u nazivima datoteka ili komentarima, preporučuje se da omogućite 4-bajtnu podršku u MySQL-u. Za više pojedinosti pročitajte <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">odgovarajuće poglavlje u dokumentaciji</a>.",
+ "MySQL is used as database but does not support 4-byte characters. To be able to handle 4-byte characters (like emojis) without issues in filenames or comments for example it is recommended to enable the 4-byte support in MySQL. For further details read {linkstart}the documentation page about this ↗{linkend}." : "MySQL se koristi kao aktivna baza podataka, ali ne podržava 4-bajtne znakove. Kako biste se mogli koristiti 4-bajtnim znakovima (primjerice, smajlići) bez problema u nazivima datoteka ili komentarima, preporučuje se da omogućite 4-bajtnu podršku u MySQL-u. Za više pojedinosti pročitajte {linkstart}odgovarajuće poglavlje u dokumentaciji ↗{linkend}.",
"This instance uses an S3 based object store as primary storage. The uploaded files are stored temporarily on the server and thus it is recommended to have 50 GB of free space available in the temp directory of PHP. Check the logs for full details about the path and the available space. To improve this please change the temporary directory in the php.ini or make more space available in that path." : "Ova instanca upotrebljava pohranu objekta temeljenu na S3 kao primarnu pohranu. Otpremljene datoteke privremeno se pohranjuju na poslužitelju i stoga je preporučljivo osigurati 50 GB slobodnog prostora u privremenom direktoriju PHP-a. Više informacija o putovima i dostupnom prostoru potražite u zapisima poslužitelja. Ako želite osloboditi više prostora, promijenite privremeni direktorij u datoteci php.ini ili oslobodite prostor na tom putu.",
+ "You are accessing your instance over a secure connection, however your instance is generating insecure URLs. This most likely means that you are behind a reverse proxy and the overwrite config variables are not set correctly. Please read {linkstart}the documentation page about this ↗{linkend}." : "Instanci pristupate putem sigurne veze, ali instanca generira nesigurne URL-ove. To najvjerojatnije znači da se nalazite iza obrnutog proxyja i nisu točno postavljene varijable za izmjenu konfiguracijske datoteke. Pročitajte {linkstart}odgovarajuću dokumentaciju ↗{linkend}.",
"Error occurred while checking server setup" : "Pogreška prilikom provjere postavki poslužitelja",
+ "For more details see the {linkstart}documentation ↗{linkend}." : "Više informacija potražite u {linkstart}dokumentaciji ↗{linkend}.",
"Your data directory and files are probably accessible from the Internet. The .htaccess file is not working. It is strongly recommended that you configure your web server so that the data directory is no longer accessible, or move the data directory outside the web server document root." : "Vaši direktoriji i datoteke vjerojatno su dostupni putem Interneta. Datoteka .htaccess nije u funkciji. Preporučujemo da konfigurirate web-poslužitelj tako da direktorij s podacima više nije dostupan ili premjestite direktorij s podacima izvan korijena web poslužitelja.",
"The \"{header}\" HTTP header is not set to \"{expected}\". This is a potential security or privacy risk, as it is recommended to adjust this setting accordingly." : "HTTP zaglavlje „{header}” nije postavljeno na „{expected}”. To je potencijalni rizik za sigurnost ili privatnost podataka pa preporučujemo da prilagodite ovu postavku.",
"The \"{header}\" HTTP header is not set to \"{expected}\". Some features might not work correctly, as it is recommended to adjust this setting accordingly." : "HTTP zaglavlje „{header}” nije postavljeno na „{expected}”. Neke značajke možda neće ispravno raditi pa preporučujemo da prilagodite ovu postavku.",
"The \"{header}\" HTTP header doesn't contain \"{expected}\". This is a potential security or privacy risk, as it is recommended to adjust this setting accordingly." : "HTTP zaglavlje „{header}” ne sadrži „{expected}”. To je potencijalni rizik za sigurnost ili privatnost podataka pa preporučujemo da prilagodite ovu postavku.",
- "The \"{header}\" HTTP header is not set to \"{val1}\", \"{val2}\", \"{val3}\", \"{val4}\" or \"{val5}\". This can leak referer information. See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{link}\">W3C Recommendation ↗</a>." : "HTTP zaglavlje „{header}” nije postavljeno na „{val1}”, „{val2}”, „{val3}”, „{val4}” ili „{val5}”. Može doći do curenja informacija o uputitelju. Pogledajte <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{link}\">Preporuke W3C-a ↗</a>.",
- "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the <a href=\"{docUrl}\" rel=\"noreferrer noopener\">security tips ↗</a>." : "HTTP zaglavlje „Strict-Transport-Security” nije postavljeno na najmanje „{seconds}” sekundi. Kako biste poboljšali sigurnost sustava, preporučujemo da omogućite HSTS kao što je opisano u <a href=\"{docUrl}\" rel=\"noreferrer noopener\">sigurnosni savjeti ↗</a>.",
- "Accessing site insecurely via HTTP. You are strongly advised to set up your server to require HTTPS instead, as described in the <a href=\"{docUrl}\">security tips ↗</a>." : "Nesiguran pristup web-mjestu putem HTTP-a. Preporučujemo da postavite poslužitelj tako da zahtijeva korištenje HTTPS-a kao što je opisano u <a href=“{docUrl}“>sigurnosnim savjetima ↗</a>.",
- "Non-existing tag #{tag}" : "Nepostojeća oznaka #{tag}",
- "restricted" : "ograničeno",
- "invisible" : "nevidljivo",
- "Delete" : "Izbriši",
- "Rename" : "Preimenuj",
- "Collaborative tags" : "Oznake za suradnju",
- "No tags found" : "Nema pronađenih oznaka",
+ "The \"{header}\" HTTP header is not set to \"{val1}\", \"{val2}\", \"{val3}\", \"{val4}\" or \"{val5}\". This can leak referer information. See the {linkstart}W3C Recommendation ↗{linkend}." : "HTTP zaglavlje „{header}” nije postavljeno na „{val1}”, „{val2}”, „{val3}”, „{val4}” ili „{val5}”. Može doći do curenja informacija o uputitelju. Pogledajte {linkstart}Preporuke W3C-a ↗{linkend}.",
+ "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the {linkstart}security tips ↗{linkend}." : "HTTP zaglavlje „Strict-Transport-Security” nije postavljeno na najmanje „{seconds}” sekundi. Kako biste poboljšali sigurnost sustava, preporučujemo da omogućite HSTS kao što je opisano u {linkstart}sigurnosnim savjetima ↗{linkend}.",
+ "Accessing site insecurely via HTTP. You are strongly advised to set up your server to require HTTPS instead, as described in the {linkstart}security tips ↗{linkend}." : "Nesiguran pristup web-mjestu putem HTTP-a. Preporučujemo da postavite poslužitelj tako da zahtijeva korištenje HTTPS-a kao što je opisano u {linkstart}sigurnosnim savjetima ↗{linkend}.",
"unknown text" : "nepoznati tekst",
"Hello world!" : "Pozdrav svijete!",
"sunny" : "sunčano",
@@ -121,27 +125,26 @@
"Please reload the page." : "Ponovno učitajte stranicu.",
"The update was unsuccessful. For more information <a href=\"{url}\">check our forum post</a> covering this issue." : "Ažuriranje nije uspjelo. Za više informacija <a href=“{url}“>pročitajte objavu na forumu</a> koja pokriva ovaj problem.",
"The update was unsuccessful. Please report this issue to the <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">Nextcloud community</a>." : "Ažuriranje nije uspjelo. Prijavite ovaj problem <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">Nextcloudovoj zajednici</a>.",
- "Continue to Nextcloud" : "Nastavite na Nextcloud",
- "_The update was successful. Redirecting you to Nextcloud in %n second._::_The update was successful. Redirecting you to Nextcloud in %n seconds._" : ["Ažuriranje uspješno. Preusmjeravanje na Nextcloud za %n sekundi.","Ažuriranje uspješno. Preusmjeravanje na Nextcloud za %n sekundi.","Ažuriranje uspješno. Preusmjeravanje na Nextcloud za %n sekundi."],
- "Searching other places" : "Pretraživanje drugih lokacija",
- "No search results in other folders for {tag}{filter}{endtag}" : "Nema rezultata pretraživanja u drugim mapama za {tag}{filter}{endtag}",
- "_{count} search result in another folder_::_{count} search results in other folders_" : ["{count} rezultat u drugoj mapi","{count} rezultata u ostalim mapama","{count} rezultata u ostalim mapama"],
+ "Continue to {productName}" : "Nastavite do {productName}",
+ "_The update was successful. Redirecting you to {productName} in %n second._::_The update was successful. Redirecting you to {productName} in %n seconds._" : ["Ažuriranje uspješno. Preusmjeravanje na {productName} za %n sekundu.","Ažuriranje uspješno. Preusmjeravanje na {productName} za %n sekunde.","Ažuriranje uspješno. Preusmjeravanje na {productName} za %n sekundi."],
+ "Log in" : "Prijava",
+ "Logging in …" : "Prijavljivanje...",
"Server side authentication failed!" : "Autentifikacija na poslužitelju nije uspjela!",
"Please contact your administrator." : "Obratite se svom administratoru.",
"An internal error occurred." : "Došlo je do unutarnje pogreške.",
"Please try again or contact your administrator." : "Pokušajte ponovno ili se obratite svom administratoru.",
"Username or email" : "Korisničko ime ili adresa e-pošte",
"Password" : "Zaporka",
- "Log in" : "Prijava",
- "Logging in …" : "Prijavljivanje...",
"Wrong username or password." : "Pogrešno korisničko ime ili zaporka.",
"User disabled" : "Korisnik je onemogućen",
"We have detected multiple invalid login attempts from your IP. Therefore your next login is throttled up to 30 seconds." : "Otkrili smo nekoliko nevažećih pokušaja prijave s vaše IP adrese. Iduća prijava odgađa se za najviše 30 sekundi.",
+ "Your account is not setup for passwordless login." : "Nije odabrana mogućnost prijave bez zaporke za vaš račun.",
+ "Passwordless authentication is not supported in your browser." : "Vaš preglednik ne podržava autentifikaciju bez zaporke.",
+ "Passwordless authentication is only available over a secure connection." : "Autentifikacija bez zaporke dostupna je samo ako je uspostavljena sigurna veza.",
"Reset password" : "Resetiraj zaporku",
- "A password reset message has been sent to the e-mail address of this account. If you do not receive it, check your spam/junk folders or ask your local administrator for help." : "Poslana je poruka e-pošte za resetiranje zaporke na adresu e-pošte za ovaj račun. Ako je niste primili, provjerite mape neželjena pošta/smeće ili se obratite svom lokalnom administratoru.",
+ "A password reset message has been sent to the email address of this account. If you do not receive it, check your spam/junk folders or ask your local administrator for help." : "Poslana Vam je poruka za resetiranje zaporke na adresu e-pošte za ovaj račun. Ako je niste primili, provjerite Vaše mape smeća i neželjene pošte, ili se obratite svom lokalnom administratoru.",
"If it is not there ask your local administrator." : "Ako i tamo nema poruke, obratite se lokalnom administratoru.",
"Couldn't send reset email. Please contact your administrator." : "Nije moguće poslati poruku za resetiranje. Kontaktirajte s administratorom.",
- "Password can not be changed. Please contact your administrator." : "Zaporku nije moguće promijeniti. Obratite se svom administratoru.",
"Back to login" : "Natrag na prijavu",
"New password" : "Nova zaporka",
"Your files are encrypted. There will be no way to get your data back after your password is reset. If you are not sure what to do, please contact your administrator before you continue. Do you really want to continue?" : "Vaši podaci su šifrirani. Ako resetirate zaporku, nećete ih moći kasnije vratiti. Ako ne znate što učiniti, obratite se svom administratoru prije nego što nastavite. Želite li nastaviti?",
@@ -149,17 +152,29 @@
"Resetting password" : "Resetiranje zaporke",
"Recommended apps" : "Preporučene aplikacije",
"Loading apps …" : "Učitavanje aplikacija…",
- "Could not fetch list of apps from the app store." : "Dohvaćanje popisa aplikacija iz trgovine aplikacijama nije uspjelo.",
"Installing apps …" : "Instaliranje aplikacija…",
- "Nextcloud {app}" : "Nextcloud {app}",
"App download or installation failed" : "Neuspješno preuzimanje ili instalacija aplikacije",
- "Can't install this app because it is not compatible" : "Aplikaciju nije moguće instalirati jer nije kompatibilna",
- "Can't install this app" : "Aplikaciju nije moguće instalirati",
"Cancel" : "Odustani",
"Schedule work & meetings, synced with all your devices." : "Zakažite zadatke i sastanke, sinkronizirajte ih sa svim svojim uređajima.",
"Keep your colleagues and friends in one place without leaking their private info." : "Čuvajte podatke o kolegama i prijateljima na jednom mjestu bez ugrožavanja njihovih osobnih informacija.",
"Simple email app nicely integrated with Files, Contacts and Calendar." : "Jednostavna aplikacija za upravljanje e-poštom, integrirana s aplikacijama Files, Contacts i Calendar.",
+ "Chatting, video calls, screensharing, online meetings and web conferencing – in your browser and with mobile apps." : "Razmjenjivanje poruka, video pozivi, dijeljenje zaslona, sastanci na mreži i web-konferencije – putem preglednika i mobilnih aplikacija.",
+ "Collaboratively edit office documents." : "Surađujte na uređivanju dokumenata paketa Office.",
+ "Local document editing back-end used by the Collabora Online app." : "Pozadinski sustav za uređivanje lokalnih dokumenata u aplikaciji Collabora Online.",
"Forgot password?" : "Zaboravili ste zaporku?",
+ "Log in with a device" : "Prijavite se s pomoću uređaja",
+ "Back" : "Natrag",
+ "Login form is disabled." : "Obrazac za prijavu je onemogućen.",
+ "Reset search" : "Resetiraj pretraživanje",
+ "Search for {name} only" : "Traži samo {name}",
+ "No results for {query}" : "Nema rezultata za {query}",
+ "Start typing to search" : "Počnite unositi tekst za pretraživanje",
+ "Loading more results …" : "Učitavanje više rezultata…",
+ "Load more results" : "Učitaj više rezultata",
+ "Search" : "Traži",
+ "An error occurred while searching for {type}" : "Došlo je do pogreške pri traženju {type}",
+ "_Please enter {minSearchLength} character or more to search_::_Please enter {minSearchLength} characters or more to search_" : ["Unesite {minSearchLength} ili više znakova za pretraživanje","Unesite {minSearchLength} ili više znakova za pretraživanje","Unesite {minSearchLength} ili više znakova za pretraživanje"],
+ "Search {types} …" : "Traži {types}…",
"Settings" : "Postavke",
"Could not load your contacts" : "Učitavanje vaših kontakata trenutno nije moguće",
"Search contacts …" : "Pretraži kontakte...",
@@ -227,6 +242,13 @@
"Strong password" : "Zaporka jaka",
"No action available" : "Nikakve radnje trenutno nisu dostupne",
"Error fetching contact actions" : "Pogreška pri dohvaćanju radnji kontakata",
+ "Non-existing tag #{tag}" : "Nepostojeća oznaka #{tag}",
+ "restricted" : "ograničeno",
+ "invisible" : "nevidljivo",
+ "Delete" : "Izbriši",
+ "Rename" : "Preimenuj",
+ "Collaborative tags" : "Oznake za suradnju",
+ "No tags found" : "Nema pronađenih oznaka",
"Personal" : "Osobno",
"Users" : "Korisnici",
"Apps" : "Aplikacije",
@@ -236,7 +258,10 @@
"File not found" : "Datoteka nije pronađena",
"The document could not be found on the server. Maybe the share was deleted or has expired?" : "Dokument nije moguće pronaći na poslužitelju. Možda je dijeljenje izbrisano ili je isteklo?",
"Back to %s" : "Natrag na %s",
+ "Too many requests" : "Previše zahtjeva",
+ "There were too many requests from your network. Retry later or contact your administrator if this is an error." : "Zaprimljeno je previše zahtjeva iz vaše mreže. Pokušajte kasnije ili se obratite administratoru ako se radi o pogrešci.",
"Error" : "Pogreška",
+ "Previous" : "Prethodna",
"Internal Server Error" : "Unutarnja pogreška poslužitelja",
"The server was unable to complete your request." : "Poslužitelj nije u mogućnosti izvršiti vaš zahtjev.",
"If this happens again, please send the technical details below to the server administrator." : "U slučaju da se ponovi, pošaljite sljedeće tehničke informacije administratoru poslužitelja.",
@@ -273,6 +298,7 @@
"SQLite should only be used for minimal and development instances. For production we recommend a different database backend." : "SQLite bi se trebao upotrebljavati samo za minimalne i razvojne instance. Za produkcijske instance preporučujemo korištenje neke druge pozadinske baze podataka.",
"If you use clients for file syncing, the use of SQLite is highly discouraged." : "Ako upotrebljavate klijente za sinkronizaciju datoteka, preporučujemo izbjegavanje baze podataka SQLite.",
"Install recommended apps" : "Instaliraj preporučene aplikacije",
+ "Calendar, Contacts, Talk, Mail & Collaborative editing" : "Uređivanje aplikacija Calendar, Contacts, Talk, Mail i Collaborative",
"Finish setup" : "Završite postavljanje",
"Finishing …" : "Završavanje...",
"Need help?" : "Treba li vam pomoć?",
@@ -286,14 +312,13 @@
"More apps" : "Više aplikacija",
"More" : "Više",
"More apps menu" : "Izbornik s više aplikacija",
- "Search" : "Traži",
- "Reset search" : "Resetiraj pretraživanje",
"Contacts" : "Kontakti",
"Contacts menu" : "Izbornik kontakata",
"Settings menu" : "Izbornik postavki",
"Confirm your password" : "Potvrdite svoju zaporku",
"Connect to your account" : "Povežite se sa svojim računom",
"Please log in before granting %1$s access to your %2$s account." : "Prijavite se prije odobravanja pristupa %1$s svom računu %2$s.",
+ "If you are not trying to set up a new device or app, someone is trying to trick you into granting them access to your data. In this case do not proceed and instead contact your system administrator." : "Ako ne pokušavate postaviti novi uređaj ili aplikaciju, netko vas pokušava navesti da mu odobrite pristup svojim podacima. U tom slučaju nemojte nastaviti, već se obratite administratoru sustava.",
"App token" : "Aplikacijski token",
"Grant access" : "Dodijeli pristup",
"Alternative log in using app token" : "Alternativna prijava s pomoću aplikacijskog tokena",
@@ -321,7 +346,7 @@
"Further information how to configure this can be found in the %1$sdocumentation%2$s." : "Više informacija o konfiguriranju možete pronaći u %1$sdokumentaciji%2$s.",
"App update required" : "Ažuriranje aplikacije potrebno",
"%1$s will be updated to version %2$s" : "%1$s će biti ažuriran na inačicu %2$s",
- "These apps will be updated:" : "Sljedeće aplikacije bit će ažurirane:",
+ "The following apps will be updated:" : "Sljedeće aplikacije bit će ažurirane:",
"These incompatible apps will be disabled:" : "Sljedeće nekompatibilne aplikacije bit će onemogućene:",
"The theme %s has been disabled." : "Tema %s je onemogućena.",
"Please make sure that the database, the config folder and the data folder have been backed up before proceeding." : "Prije nego što nastavite, osigurajte da su baza podataka, mapa konfiguracije i mapa za podatke sigurnosno kopirani.",
@@ -337,95 +362,49 @@
"This %s instance is currently in maintenance mode, which may take a while." : "Ova %s instanca trenutno je u načinu za održavanje; ovo može potrajati.",
"This page will refresh itself when the instance is available again." : "Ova će se stranica osvježiti kada je instanca ponovno dostupna.",
"Contact your system administrator if this message persists or appeared unexpectedly." : "Obratite se administratoru sustava ako se ova poruka ponavlja ili se pojavila neočekivano.",
- "Could not send reset email because there is no email address for this username. Please contact your administrator." : "Nije moguće poslati poruku e-pošte za resetiranje jer ne postoji adresa e-pošte za ovo korisničko ime. Obratite se svom administratoru.",
- "Couldn't send reset email. Please make sure your username is correct." : "Nije moguće poslati poruku e-pošte za resetiranje. Provjerite ispravnost svog korisničkog imena.",
- "We have send a password reset e-mail to the e-mail address known to us for this account. If you do not receive it within a reasonable amount of time, check your spam/junk folders.<br>If it is not there ask your local administrator." : "Poslali smo poruku e-pošte za resetiranje zaporke na adresu e-pošte koja nam je poznata za ovaj račun. Ako je ne primite u razumnom vremenskom razdoblju, provjerite mape neželjena pošta/smeće.<br>Ako se ne nalazi u tim mapama, obratite se svom lokalnom administratoru.",
- "Your files are encrypted. There will be no way to get your data back after your password is reset.<br />If you are not sure what to do, please contact your administrator before you continue. <br />Do you really want to continue?" : "Vaši podaci su šifrirani. Ako resetirate zaporku, nećete ih moći kasnije vratiti.<br />Ako ne znate što učiniti, obratite se svom administratoru prije nego što nastavite. <br />Želite li nastaviti?",
- "Sending email …" : "Slanje e-pošte u tijeku...",
- "You are currently running PHP 5.6. The current major version of Nextcloud is the last that is supported on PHP 5.6. It is recommended to upgrade the PHP version to 7.0+ to be able to upgrade to Nextcloud 14." : "Trenutno upotrebljavate PHP 5.6. Trenutna glavna inačica Nextclouda ujedno je i posljednja koju podržava PHP 5.6. Preporučujemo da nadogradite inačicu PHP-a na 7.0+ kako biste mogli nadograditi sustav na Nextcloud 14.",
- "Accessing site insecurely via HTTP. You are strongly adviced to set up your server to require HTTPS instead, as described in the <a href=\"{docUrl}\">security tips ↗</a>." : "Nesiguran pristup web-mjestu putem HTTP-a. Preporučujemo da postavite poslužitelj tako da zahtijeva korištenje HTTPS-a kao što je opisano u <a href=“{docUrl}“>sigurnosnim savjetima ↗</a>.",
- "Shared" : "Dijeljeno",
- "Shared with" : "Dijeljeno s",
- "Shared by" : "Dijeli",
- "Choose a password for the public link" : "Odaberite zaporku za javnu vezu",
- "Choose a password for the public link or press the \"Enter\" key" : "Odaberite zaporku za javnu vezu ili pritisnite tipku „Enter”",
- "Copied!" : "Kopirano!",
- "Copy link" : "Kopiraj poveznicu",
- "Not supported!" : "Nije podržano!",
- "Press ⌘-C to copy." : "Pritisnite ⌘-C za kopiranje.",
- "Press Ctrl-C to copy." : "Pritisnite Ctrl-C za kopiranje.",
- "Unable to create a link share" : "Nije moguće stvoriti dijeljenje poveznice",
- "Unable to toggle this option" : "Nije moguće uključiti ovu opciju",
- "Resharing is not allowed" : "Ponovno dijeljenje nije dopušteno",
- "Link" : "Poveznica",
- "Hide download" : "Sakrij preuzimanje",
- "Password protection enforced" : "Provodi se zaštita zaporkom",
- "Password protect" : "Zaštita zaporkom",
- "Allow editing" : "Dopusti uređivanje",
- "Email link to person" : "Pošalji osobi poveznicu e-poštom",
- "Send" : "Pošalji",
- "Allow upload and editing" : "Omogući otpremanje i uređivanje",
- "Read only" : "Samo za čitanje",
- "File drop (upload only)" : "Povlačenje datoteke (samo za otpremanje)",
- "Expiration date enforced" : "Provodi se datum isteka",
- "Set expiration date" : "Postavi datum isteka",
- "Expiration" : "Istječe",
- "Expiration date" : "Datum isteka",
- "Note to recipient" : "Obavijest primatelju",
- "Unshare" : "Prestani dijeliti",
- "Delete share link" : "Izbriši dijeljenje poveznice",
- "Add another link" : "Dodaj drugu poveznicu",
- "Password protection for links is mandatory" : "Za poveznice je obvezna zaštita zaporkom",
- "Share to {name}" : "Dijeli s {name}",
- "Share link" : "Dijeli poveznicu",
- "New share link" : "Nova dijeljena poveznica",
- "Created on {time}" : "Izrađeno u {time}",
- "Password protect by Talk" : "Zaštita zaporkom putem usluge Talk",
- "Could not unshare" : "Nije moguće poništiti dijeljenje",
- "Shared with you and the group {group} by {owner}" : "Dijeljeno s vama i grupom {group} vlasnika {owner}",
- "Shared with you and {circle} by {owner}" : "Dijeljeno s vama i {circle} od strane {owner}",
- "Shared with you and the conversation {conversation} by {owner}" : "Dijeljeno s vama i razgovorom {conversation} vlasnika {owner}",
- "Shared with you in a conversation by {owner}" : "{owner} dijeli s vama u razgovoru",
- "Shared with you by {owner}" : "S vama podijelio {owner}",
- "Choose a password for the mail share" : "Odaberite zaporku za dijeljenje pošte",
- "group" : "grupa",
- "remote" : "udaljeno",
- "remote group" : "udaljena grupa",
- "email" : "e-pošta",
- "conversation" : "razgovor",
- "shared by {sharer}" : "dijeli {sharer}",
- "Can reshare" : "Ponovno dijeljenje moguće",
- "Can edit" : "Uređivanje moguće",
- "Can create" : "Stvaranje moguće",
- "Can change" : "Mijenjanje moguće",
- "Can delete" : "Brisanje moguće",
- "Access control" : "Kontrola pristupa",
- "{shareInitiatorDisplayName} shared via link" : "{shareInitiatorDisplayName} podijelio je putem poveznice",
- "Error while sharing" : "Pogreška pri dijeljenju",
- "Share details could not be loaded for this item." : "Pojedinosti dijeljenja nije moguće učitati za ovu stavku.",
- "Search globally" : "Pretraži globalno",
- "_At least {count} character is needed for autocompletion_::_At least {count} characters are needed for autocompletion_" : ["Za automatsko dovršavanje potrebno je barem {count} znak","Za automatsko dovršavanje potrebno je barem {count} znakova","Za automatsko dovršavanje potrebno je barem {count} znakova"],
- "This list is maybe truncated - please refine your search term to see more results." : "Ovaj je popis možda skraćen – dodatno skratite pojam koji tražite kako biste vidjeli više rezultata.",
- "No users or groups found for {search}" : "Nisu pronađeni nikakvi korisnici ili grupe za {search}",
- "No users found for {search}" : "Nisu pronađeni nikakvi korisnici za {search}",
- "An error occurred (\"{message}\"). Please try again" : "Došlo je do pogreške („{message}”). Pokušajte ponovo",
- "An error occurred. Please try again" : "Došlo je do pogreške. Pokušajte ponovo",
- "Home" : "Početna",
- "Work" : "Posao",
- "Other" : "Ostalo",
- "{sharee} (remote group)" : "{sharee} (udaljena grupa)",
- "{sharee} ({type}, {owner})" : "{sharee} ({type}, {owner})",
- "Share" : "Dijeli",
- "Name or email address..." : "Ime i adresa e-pošte...",
- "Name or federated cloud ID..." : "Naziv ili ID udruženog oblaka...",
- "Name, federated cloud ID or email address..." : "Naziv, ID udruženog oblaka ili adresa e-pošte...",
- "Name..." : "Ime...",
- "Error removing share" : "Pogreška pri uklanjanju dijeljenja",
- "({scope})" : "({scope})",
- "Saving..." : "Spremanje...",
- "Dismiss" : "Zanemari",
- "Your client should now be connected! You can close this window." : "Vaš klijent sada bi trebao biti povezan! Možete zatvoriti ovaj prozor.",
- "New Password" : "Nova zaporka",
- "Cancel log in" : "Otkaži prijavu"
+ "Checking whether the database schema can be updated (this can take a long time depending on the database size)" : "U tijeku je provjera može li se ažurirati shema baze podataka (može potrajati ovisno o veličini baze podataka)",
+ "Checked database schema update" : "Provjereno ažuriranje sheme baze podataka",
+ "Checking updates of apps" : "U tijeku je provjera ažuriranja aplikacija",
+ "Checking for update of app \"%s\" in appstore" : "U tijeku je provjera ažuriranja aplikacije „%s” iz trgovine aplikacija",
+ "Update app \"%s\" from appstore" : "Ažurirajte aplikaciju „%s” iz trgovine aplikacijama",
+ "Checked for update of app \"%s\" in appstore" : "Provjereno ažuriranje aplikacije „%s” iz trgovine aplikacija",
+ "Checked database schema update for apps" : "Provjereno ažuriranje sheme baze podataka za aplikacije",
+ "Following apps have been disabled: %s" : "Sljedeće aplikacije su onemogućene: %s",
+ "Your web server is not properly set up to resolve \"{url}\". Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Vaš mrežni poslužitelj ne može razriješiti „{url}”. Više informacija možete pronaći u <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentaciji</a>.",
+ "Your web server is not properly set up to resolve \"{url}\". This is most likely related to a web server configuration that was not updated to deliver this folder directly. Please compare your configuration against the shipped rewrite rules in \".htaccess\" for Apache or the provided one in the documentation for Nginx at it's <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation page</a>. On Nginx those are typically the lines starting with \"location ~\" that need an update." : "Vaš web poslužitelj nije ispravno postavljen za razrješavanje „{url}“. To je najvjerojatnije uzrokovano konfiguracijom web-poslužitelja koja nije ažurirana i ne isporučuje izravno mapu. Usporedite svoju konfiguraciju s isporučenim pravilima za prepisivanje u „.htaccess“ za Apache ili u dokumentaciji za Nginx na <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">stranici s dokumentacijom</a>. Na Nginxu su to obično linije koje počinju s „location ~“ i potrebno ih je ažurirati.",
+ "Your web server is not properly set up to deliver .woff2 files. This is typically an issue with the Nginx configuration. For Nextcloud 15 it needs an adjustement to also deliver .woff2 files. Compare your Nginx configuration to the recommended configuration in our <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Vaš web poslužitelj nije ispravno postavljen za isporuku .woff2 datoteka. To je obično problem s konfiguracijom Nginxa. Nextcloud 15 zahtijeva podešavanje za isporuku .woff2 datoteka. Usporedite svoju Nginx konfiguraciju s preporučenom konfiguracijom u našoj <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentaciji</a>.",
+ "Please check the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">installation documentation ↗</a> for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "Provjerite <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">instalacijsku dokumentaciju ↗</a> za napomene o konfiguraciji PHP-a i konfiguraciju PHP-a na svojem poslužitelju, posebice ako upotrebljavate php-fpm.",
+ "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems. See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation ↗</a> for more information." : "Onemogućeno je zaključavanje transakcijskih datoteka što može dovesti do problema s uvjetima utrke. Omogućite „filelocking.enabled” u datoteci config.php kako biste izbjegli navedene probleme. Pogledajte <a target=\"_blank” rel=\"noreferrer noopener” href=\"{docLink}\">dokumentaciju ↗</a> za više informacija.",
+ "Last background job execution ran {relativeTime}. Something seems wrong." : "Zadnje izvršenje zadatka u pozadini trajalo je {relativeTime}. Nešto nije u redu.",
+ "Check the background job settings" : "Provjerite postavke za pozadinske zadatke",
+ "No memory cache has been configured. To enhance performance, please configure a memcache, if available. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Nije konfigurirana nikakva predmemorija. Kako biste poboljšali performanse sustava, konfigurirajte predmemoriju ako je dostupna. Više informacija možete pronaći u <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentaciji</a>.",
+ "No suitable source for randomness found by PHP which is highly discouraged for security reasons. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "PHP nije pronašao nikakav izvor nasumičnosti što nije povoljno iz sigurnosnog gledišta. Više informacija možete pronaći u <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentaciji</a>.",
+ "You are currently running PHP {version}. Upgrade your PHP version to take advantage of <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">performance and security updates provided by the PHP Group</a> as soon as your distribution supports it." : "Trenutno upotrebljavate PHP {version}. Nadogradite inačicu PHP-a kako biste iskoristili <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">ažuriranja performansi i sigurnosti koje isporučuje PHP Grupa</a> čim vam vaša distribucija to omogući.",
+ "The reverse proxy header configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If not, this is a security issue and can allow an attacker to spoof their IP address as visible to the Nextcloud. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Konfiguracija obrnutog proxy zaglavlja je netočna ili pristupate Nextcloudu putem pouzdanog proxy poslužitelja. Ako to nije slučaj, radi se o sigurnosnom problemu koji može omogućiti napadaču da lažno predstavi svoju IP adresu koja je vidljiva Nextcloudu. Dodatne informacije možete pronaći u <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentaciji</a>.",
+ "Memcached is configured as distributed cache, but the wrong PHP module \"memcache\" is installed. \\OC\\Memcache\\Memcached only supports \"memcached\" and not \"memcache\". See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">memcached wiki about both modules</a>." : "Memcached je konfiguriran kao distribuirana predmemorija, ali je instaliran pogrešan PHP modul „memcache”. \\OC\\Memcache\\Memcached podržava samo „memcached”, a ne „memcache”. Pogledajte <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">memcached wiki za informacije o oba modula</a>.",
+ "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">List of invalid files…</a> / <a href=\"{rescanEndpoint}\">Rescan…</a>)" : "Neke datoteke nisu prošle provjeru cjelovitosti. Dodatne informacije o tome kako riješiti taj problem možete pronaći u <a target=\"_blank\" rel=\"noreferrer noopener\" href=“{docLink}“>dokumentaciji</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">Popis nevažećih datoteka…</a> / <a href=\"{rescanEndpoint}\">Ponovno skeniranje…</a>)",
+ "The PHP OPcache module is not loaded. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance it is recommended</a> to load it into your PHP installation." : "PHP OPcache modul nije učitan. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Preporučuje se da ga učitate</a> u svoju instalaciju PHP-a kako biste poboljšali performanse.",
+ "The PHP OPcache is not properly configured. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance it is recommended</a> to use the following settings in the <code>php.ini</code>:" : "PHP OPcache modul nije pravilno konfiguriran. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Preporučuje se da</a> koristite sljedeće postavke u datoteci <code>php.ini</code> kako biste poboljšali performanse:",
+ "Some columns in the database are missing a conversion to big int. Due to the fact that changing column types on big tables could take some time they were not changed automatically. By running 'occ db:convert-filecache-bigint' those pending changes could be applied manually. This operation needs to be made while the instance is offline. For further details read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "U određenim stupcima baze podataka nedostaje pretvorba u big int. Budući da promjena vrste stupca u velikim tablicama može potrajati neko duže vrijeme, stupci nisu automatski promijenjeni. Izvršenjem 'occ db:convert-filecache-bigint' te se promjene mogu ručno primijeniti. Ovu radnju morate izvršiti dok je instanca izvan mreže. Za više pojedinosti pročitajte <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">odgovarajuće poglavlje dokumentacije</a>.",
+ "To migrate to another database use the command line tool: 'occ db:convert-type', or see the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation ↗</a>." : "Za prelazak na drugu bazu podataka koristite se naredbenim retkom: 'occ db:convert-type' ili pogledajte <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentaciju ↗</a>.",
+ "Use of the the built in php mailer is no longer supported. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Please update your email server settings ↗<a/>." : "Korištenje ugrađenog php mailera više nije podržano. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Ažurirajte postavke poslužitelja e-pošte ↗<a/>.",
+ "MySQL is used as database but does not support 4-byte characters. To be able to handle 4-byte characters (like emojis) without issues in filenames or comments for example it is recommended to enable the 4-byte support in MySQL. For further details read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "MySQL se koristi kao aktivna baza podataka, ali ne podržava 4-bajtne znakove. Kako biste se mogli koristiti 4-bajtnim znakovima (primjerice, smajlići) bez problema u nazivima datoteka ili komentarima, preporučuje se da omogućite 4-bajtnu podršku u MySQL-u. Za više pojedinosti pročitajte <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">odgovarajuće poglavlje u dokumentaciji</a>.",
+ "You are accessing your instance over a secure connection, however your instance is generating insecure URLs. This most likely means that you are behind a reverse proxy and the overwrite config variables are not set correctly. Please read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "Instanci pristupate putem sigurne veze, ali instanca generira nesigurne URL-ove. To najvjerojatnije znači da se nalazite iza obrnutog proxyja i nisu točno postavljene varijable za izmjenu konfiguracijske datoteke. Pročitajte <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">odgovarajuću dokumentaciju</a>.",
+ "The \"{header}\" HTTP header is not set to \"{val1}\", \"{val2}\", \"{val3}\", \"{val4}\" or \"{val5}\". This can leak referer information. See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{link}\">W3C Recommendation ↗</a>." : "HTTP zaglavlje „{header}” nije postavljeno na „{val1}”, „{val2}”, „{val3}”, „{val4}” ili „{val5}”. Može doći do curenja informacija o uputitelju. Pogledajte <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{link}\">Preporuke W3C-a ↗</a>.",
+ "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the <a href=\"{docUrl}\" rel=\"noreferrer noopener\">security tips ↗</a>." : "HTTP zaglavlje „Strict-Transport-Security” nije postavljeno na najmanje „{seconds}” sekundi. Kako biste poboljšali sigurnost sustava, preporučujemo da omogućite HSTS kao što je opisano u <a href=\"{docUrl}\" rel=\"noreferrer noopener\">sigurnosni savjeti ↗</a>.",
+ "Accessing site insecurely via HTTP. You are strongly advised to set up your server to require HTTPS instead, as described in the <a href=\"{docUrl}\">security tips ↗</a>." : "Nesiguran pristup web-mjestu putem HTTP-a. Preporučujemo da postavite poslužitelj tako da zahtijeva korištenje HTTPS-a kao što je opisano u <a href=“{docUrl}“>sigurnosnim savjetima ↗</a>.",
+ "Continue to Nextcloud" : "Nastavite na Nextcloud",
+ "_The update was successful. Redirecting you to Nextcloud in %n second._::_The update was successful. Redirecting you to Nextcloud in %n seconds._" : ["Ažuriranje uspješno. Preusmjeravanje na Nextcloud za %n sekundi.","Ažuriranje uspješno. Preusmjeravanje na Nextcloud za %n sekundi.","Ažuriranje uspješno. Preusmjeravanje na Nextcloud za %n sekundi."],
+ "Searching other places" : "Pretraživanje drugih lokacija",
+ "No search results in other folders for {tag}{filter}{endtag}" : "Nema rezultata pretraživanja u drugim mapama za {tag}{filter}{endtag}",
+ "_{count} search result in another folder_::_{count} search results in other folders_" : ["{count} rezultat u drugoj mapi","{count} rezultata u ostalim mapama","{count} rezultata u ostalim mapama"],
+ "A password reset message has been sent to the e-mail address of this account. If you do not receive it, check your spam/junk folders or ask your local administrator for help." : "Poslana je poruka e-pošte za resetiranje zaporke na adresu e-pošte za ovaj račun. Ako je niste primili, provjerite mape neželjena pošta/smeće ili se obratite svom lokalnom administratoru.",
+ "Password can not be changed. Please contact your administrator." : "Zaporku nije moguće promijeniti. Obratite se svom administratoru.",
+ "Could not fetch list of apps from the app store." : "Dohvaćanje popisa aplikacija iz trgovine aplikacijama nije uspjelo.",
+ "Nextcloud {app}" : "Nextcloud {app}",
+ "Can't install this app because it is not compatible" : "Aplikaciju nije moguće instalirati jer nije kompatibilna",
+ "Can't install this app" : "Aplikaciju nije moguće instalirati",
+ "These apps will be updated:" : "Sljedeće aplikacije bit će ažurirane:",
+ "For more details see the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Više informacija potražite u <a target=\"_blank\" rel=\"noreferrer noopener\" href=“{docLink}“>dokumentaciji</a>."
},"pluralForm" :"nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;"
} \ No newline at end of file
diff --git a/core/l10n/hu.js b/core/l10n/hu.js
index 0199a72207f..88100fb3ee2 100644
--- a/core/l10n/hu.js
+++ b/core/l10n/hu.js
@@ -5,6 +5,14 @@ OC.L10N.register(
"File is too big" : "A fájl túl nagy",
"The selected file is not an image." : "A kiválasztott fájl nem kép.",
"The selected file cannot be read." : "A kiválasztott fájl nem olvasható.",
+ "The file was uploaded" : "A fájl feltöltve",
+ "The uploaded file exceeds the upload_max_filesize directive in php.ini" : "A feltöltött fájl meghaladja a php.ini-ben szereplő upload_max_filesize direktívában megadott méretet",
+ "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "A feltöltött fájl meghaladja a HTML űrlapon megadott MAX_FILE_SIZE direktívában meghatározott méretet.",
+ "The file was only partially uploaded" : "A fájl csak részben került feltöltésre",
+ "No file was uploaded" : "Egyetlen fájl sem töltődött fel",
+ "Missing a temporary folder" : "Hiányzik egy ideiglenes mappa",
+ "Could not write file to disk" : "Nem lehet a fájlt lemezre írni",
+ "A PHP extension stopped the file upload" : "Egy PHP kiterjesztés megállította a fájl feltöltését",
"Invalid file provided" : "Érvénytelen fájl van megadva",
"No image or file provided" : "Nincs kép vagy fájl megadva",
"Unknown filetype" : "Ismeretlen fájltípus",
@@ -15,6 +23,7 @@ OC.L10N.register(
"No valid crop data provided" : "Nincs érvényes levágási adat megadva",
"Crop is not square" : "A levágás nem négyzet alakú",
"State token does not match" : "Az állapottoken nem megfelelő",
+ "Invalid app password" : "Érvénytelen alkalmazásjelszó",
"Could not complete login" : "A bejelentkezés nem fejezhető be",
"Your login token is invalid or has expired" : "A bejelentkezési token érvénytelen vagy lejárt",
"Password reset is disabled" : "Jelszó visszaállítás letiltva",
@@ -28,6 +37,8 @@ OC.L10N.register(
"Nextcloud Server" : "Nextcloud kiszolgáló",
"Some of your link shares have been removed" : "Néhány megosztási hivatkozása eltávolításra került",
"Due to a security bug we had to remove some of your link shares. Please see the link for more information." : "Egy biztonsági hiba miatt el kellett távolítsunk néhány megosztási hivatkozását. További információkért lásd a lenti hivatkozást.",
+ "The user limit of this instance is reached." : "Elérte ennek a példánynak a felhasználói korlátját.",
+ "Enter your subscription key to increase the user limit. For more information about Nextcloud Enterprise see our website." : "Adja meg előfizetésének kulcsát a felhasználói korlát növeléséhez. További információ a Nextcloud Enterprise-ról a weboldalunkon található.",
"Preparing update" : "Felkészülés a frissítésre",
"[%d / %d]: %s" : "[%d / %d]: %s",
"Repair step:" : "Javítási lépés:",
@@ -41,76 +52,67 @@ OC.L10N.register(
"Maintenance mode is kept active" : "Karbantartási mód aktiválva maradt",
"Updating database schema" : "Adatbázis séma frissítése",
"Updated database" : "Adatbázis frissítve",
- "Checking whether the database schema can be updated (this can take a long time depending on the database size)" : "Ellenőrzés, hogy az adatbázis séma frissíthető-e (az adatbázis méretétől függően ez hosszabb ideig is eltarthat)",
- "Checked database schema update" : "Adatbázis séma frissítés ellenőrizve",
- "Checking updates of apps" : "Alkalmazások frissítésének ellenőrzése",
- "Checking for update of app \"%s\" in appstore" : "A(z) „%s” alkalmazás frissítéseinek keresése az alkalmazástárban",
- "Update app \"%s\" from appstore" : "A(z) „%s” alkalmazás frissítése az alkalmazástárból",
- "Checked for update of app \"%s\" in appstore" : "A(z) „%s” alkalmazás frissítései ellenőrizve az alkalmazástárban",
"Checking whether the database schema for %s can be updated (this can take a long time depending on the database size)" : "Ellenőrzés, hogy a %s adatbázis sémája frissíthető-e (ez az adatbázis méretétől függően hosszabb ideig is eltarthat)",
- "Checked database schema update for apps" : "Alkalmazások adatbázis séma frissítései ellenőrizve",
"Updated \"%1$s\" to %2$s" : "„%1$s” frissítve erre: %2$s",
"Set log level to debug" : "Naplózási szint beállítása hibakeresésre",
"Reset log level" : "Naplózási szint visszaállítása",
"Starting code integrity check" : "Kódintegritási ellenőrzés indítása",
"Finished code integrity check" : "Kódintegritási ellenőrzés befejezve",
"%s (incompatible)" : "%s (nem kompatibilis)",
- "Following apps have been disabled: %s" : "A következő alkalmazások le lettek tiltva: %s",
+ "The following apps have been disabled: %s" : "A következő alkalmazások le lettek tiltva: %s",
"Already up to date" : "Már naprakész",
"Your web server is not yet properly set up to allow file synchronization, because the WebDAV interface seems to be broken." : "A webkiszolgáló nincs megfelelően beállítva a fájlok szinkronizálásához, mert a WebDAV interfész hibásnak tűnik.",
- "Your web server is not properly set up to resolve \"{url}\". Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "A webkiszolgálója nincs megfelelően beállítva a(z) „{url}” feloldásához. További információk a <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentációban</a> találhatók.",
- "Your web server is not properly set up to resolve \"{url}\". This is most likely related to a web server configuration that was not updated to deliver this folder directly. Please compare your configuration against the shipped rewrite rules in \".htaccess\" for Apache or the provided one in the documentation for Nginx at it's <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation page</a>. On Nginx those are typically the lines starting with \"location ~\" that need an update." : "A webkiszolgáló nincs helyesen beállítva a(z) „{url}” feloldásához. A legvalószínűbb, hogy a webkiszolgáló egy konfigurációja nem lett frissítve, hogy közvetlenül kiszolgálja ezt a mappát. Hasonlítsa össze a konfigurációt az Apache-hoz szállított „.htaccess” fájlban lévő átírási szabályokkal, vagy az Nginx-hez készült dokumentációban megadottal a <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentációs oldalon</a>. Az Nginx esetén jellemzően a „location ~” szöveggel kezdődő sorokat kell frissíteni.",
- "Your web server is not properly set up to deliver .woff2 files. This is typically an issue with the Nginx configuration. For Nextcloud 15 it needs an adjustement to also deliver .woff2 files. Compare your Nginx configuration to the recommended configuration in our <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "A webkiszolgálója nincs megfelelően beállítva a .woff2 fájlok kiszolgálásához. Ezt jellemzőn a Nginx konfiguráció problémája okozza. A Nextcloud 15 esetén módosításokra van szükség a .woff2 fájlok miatt. Hasonlítsa össze az Nginx konfigurációját a <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentációnkban</a> javasolt konfigurációval.",
+ "Your web server is not properly set up to resolve \"{url}\". Further information can be found in the {linkstart}documentation ↗{linkend}." : "Webkiszolgálója nincs megfelelően beállítva a(z) „{url}” feloldására. További információk a {linkstart}dokumentációban találhatók ↗{linkend}.",
+ "Your web server is not properly set up to resolve \"{url}\". This is most likely related to a web server configuration that was not updated to deliver this folder directly. Please compare your configuration against the shipped rewrite rules in \".htaccess\" for Apache or the provided one in the documentation for Nginx at it's {linkstart}documentation page ↗{linkend}. On Nginx those are typically the lines starting with \"location ~\" that need an update." : "Webkiszolgálója nincs megfelelően beállítva a(z) „{url}” feloldására. Ez valószínűleg egy webkiszolgáló konfigurációhoz kapcsolódik, amelyet nem frissítettek, hogy ezt a mappát közvetlenül kézbesítse. Hasonlítsa össze a konfigurációt az Apache „.htaccess” fájljának átírt szabályaival, vagy az Nginx a {linkstart}dokumentációs oldalán ↗ {linkend} megadottak szerint. Nginx esetén jellemzően a „location ~” kezdetű sorokat kell frissíteni.",
+ "Your web server is not properly set up to deliver .woff2 files. This is typically an issue with the Nginx configuration. For Nextcloud 15 it needs an adjustement to also deliver .woff2 files. Compare your Nginx configuration to the recommended configuration in our {linkstart}documentation ↗{linkend}." : "A webkiszolgálója nincs megfelelően beállítva a .woff2 fájlok kiszolgálásához. Ezt jellemzőn a Nginx konfiguráció problémája okozza. A Nextcloud 15 esetén módosításokra van szükség a .woff2 fájlok miatt. Hasonlítsa össze az Nginx konfigurációját a <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentációnkban ↗</a> javasolt konfigurációval.",
"PHP does not seem to be setup properly to query system environment variables. The test with getenv(\"PATH\") only returns an empty response." : "Úgy tűnik a PHP nincs rendesen beállítva a rendszer környezeti változóinak lekéréséhez. A getenv(\"PATH\") teszt csak üres értéket ad vissza.",
- "Please check the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">installation documentation ↗</a> for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "Nézze meg a <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">telepítési leírásban ↗</a> található PHP konfigurációs megjegyzéseket, és a kiszolgálója PHP beállításait, különösen akkor, ha php-fpm-et használ.",
+ "Please check the {linkstart}installation documentation ↗{linkend} for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "Ellenőrizze a {linkstart}telepítési dokumentációban ↗{linkend} a PHP konfigurációs megjegyzéseit, és a kiszolgáló PHP konfigurációját, különösen a php-fpm használatakor.",
"The read-only config has been enabled. This prevents setting some configurations via the web-interface. Furthermore, the file needs to be made writable manually for every update." : "Csak olvasható beállítófájl engedélyezve. Ez meggátolja a beállítások módosítását a webes felületről. Továbbá, a fájlt kézzel kell írhatóvá tenni minden módosításhoz.",
"Your database does not run with \"READ COMMITTED\" transaction isolation level. This can cause problems when multiple actions are executed in parallel." : "Az adatbázis nem „READ COMMITTED” tranzakció izolációs szinttel fut. Ez problémákat okozhat több egyidejű esemény végrehajtásakor.",
"The PHP module \"fileinfo\" is missing. It is strongly recommended to enable this module to get the best results with MIME type detection." : "A „fileinfo” PHP modul hiányzik. Erősen javasolt a modul engedélyezése a MIME-típusok lehető legjobb felismeréséhez.",
- "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems. See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation ↗</a> for more information." : "A tranzakcionális fájlzárolás ki van kapcsolva, ami problémákhoz vezethet versenyhelyzetek esetén. Ezek elkerülése érdekében kapcsolja be a „filelocking.enabled” paramétert a config.php fájlban. További információkért lásd a <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentációt ↗</a>.",
+ "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems. See the {linkstart}documentation ↗{linkend} for more information." : "A tranzakciós fájlok zárolása le van tiltva, ez problémákhoz vezethet a versenykörülmények között. A problémák elkerülése érdekében engedélyezze a „filelocking.enabled” beállítást a config.php fájlban. További információkért lásd a {linkstart}dokumentációt ↗{linkend}.",
"If your installation is not installed at the root of the domain and uses system cron, there can be issues with the URL generation. To avoid these problems, please set the \"overwrite.cli.url\" option in your config.php file to the webroot path of your installation (suggestion: \"{suggestedOverwriteCliURL}\")" : "Ha a telepítés nem a webkiszolgáló gyökerében van, és a rendszer cron szolgáltatását használja, akkor problémák lehetnek az URL-ek előállításával. Ezek elkerülése érdekében állítsa be a config.php fájlban az „overwrite.cli.url” paramétert a telepítés által használt webútvonalra (javaslat: „{suggestedOverwriteCliURL}”)",
+ "Your installation has no default phone region set. This is required to validate phone numbers in the profile settings without a country code. To allow numbers without a country code, please add \"default_phone_region\" with the respective {linkstart}ISO 3166-1 code ↗{linkend} of the region to your config file." : "A telepítéshez nincs megadva alapértelmezett telefonrégió. Erre a telefonszámok országkód nélküli hitelesítéséhez van szükség a profilbeállításokban. Ha országkód nélküli számokat szeretne engedélyezni, vegye fel a konfigurációs fájlba az \"default_phone_region\" szót a régió megfelelő {linkstart}ISO 3166-1 kódjával ↗{linkend}.",
"It was not possible to execute the cron job via CLI. The following technical errors have appeared:" : "Az ütemezett feladatot nem lehetett parancssorból futtatni. A következő műszaki hiba lépett fel:",
- "Last background job execution ran {relativeTime}. Something seems wrong." : "A legutóbbi háttérművelet futási ideje: {relativeTime}. Valószínűleg hiba lépett fel.",
- "Check the background job settings" : "Ellenőrizze a háttérművelet beállításait.",
+ "Last background job execution ran {relativeTime}. Something seems wrong. {linkstart}Check the background job settings ↗{linkend}." : "Az utolsó háttérfeladat végrehajtás {relatívTime} óta fut. Valami rossznak tűnik. {linkstart} Ellenőrizze a háttérfeladat beállításokat ↗{linkend}.",
"This server has no working Internet connection: Multiple endpoints could not be reached. This means that some of the features like mounting external storage, notifications about updates or installation of third-party apps will not work. Accessing files remotely and sending of notification emails might not work, either. Establish a connection from this server to the Internet to enjoy all features." : "Ennek a kiszolgálónak nincs működő internetkapcsolata: több végpont nem érhető el. Ez azt jelenti, hogy néhány funkció, mint például a külső tárolók csatolása, a frissítési értesítések, vagy a harmadik féltől származó alkalmazások telepítése nem fog működni. Lehet, hogy a fájlok távoli elérése és az e-mail értesítések sem működnek. Létesítsen internetkapcsolatot a kiszolgálón, ha minden funkciót használni szeretne.",
- "No memory cache has been configured. To enhance performance, please configure a memcache, if available. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Nincs memória gyorsítótár beállítva. A teljesítmény javítása érdekében kapcsolja be, ha az lehetséges. További információ a <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentációban</a> található.",
- "No suitable source for randomness found by PHP which is highly discouraged for security reasons. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Nincs megfelelő véletlenszám forrás a PHP-hoz, amely biztonsági okokból erősen ellenjavallt. Tovább információ a <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentációban</a> található.",
- "You are currently running PHP {version}. Upgrade your PHP version to take advantage of <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">performance and security updates provided by the PHP Group</a> as soon as your distribution supports it." : "Jelenleg {version} verziójú PHP-t futtat. Frissítse a PHP verziót, hogy élvezhesse a <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">PHP Group által biztosított teljesítmény- és biztonságbeli frissítéseket</a>, amint a disztribúciója támogatja.",
- "Nextcloud 19 is the last release supporting PHP 7.2. Nextcloud 20 requires at least PHP 7.3." : "A Nextcloud 19 az utolsó release, amely támogatja a PHP 7.2 használatát. A Nextcloud 20 legalább PHP 7.3 használatát igényli.",
- "The reverse proxy header configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If not, this is a security issue and can allow an attacker to spoof their IP address as visible to the Nextcloud. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "A fordított proxy fejlécek beállítása helytelen, vagy egy megbízható proxyval kapcsolódik a Nextcloudhoz. Ha nem így van, akkor ez egy biztonsági rés lehet, mely segítségével egy támadó meghamisíthatja az IP-címét a Nextcloud felé. További információ a <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentációban</a> található.",
- "Memcached is configured as distributed cache, but the wrong PHP module \"memcache\" is installed. \\OC\\Memcache\\Memcached only supports \"memcached\" and not \"memcache\". See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">memcached wiki about both modules</a>." : "A Memcached elosztott gyorsítótárként van beállítva, de hibás „memcache” PHP modul van telepítve. Az \\OC\\Memcache\\Memcached csak a „memcached”-et támogatja a „memcache”-t nem. Lásd a <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">memcached wikit a két modul leírásához</a>.",
- "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">List of invalid files…</a> / <a href=\"{rescanEndpoint}\">Rescan…</a>)" : "Néhány fájl nem ment át az épségellenőrzésen. A probléma megoldásához további információ a <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentációban</a> található. (<a href=\"{codeIntegrityDownloadEndpoint}\">Érvénytelen fájlok listája…</a> / <a href=\"{rescanEndpoint}\">Újraellenőrzés…</a>)",
- "The PHP OPcache module is not loaded. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance it is recommended</a> to load it into your PHP installation." : "A PHP OPcache modul nincs betöltve. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">A jobb teljesítményért ajánlott</a> betölteni a PHP telepítésbe.",
- "The PHP OPcache is not properly configured. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance it is recommended</a> to use the following settings in the <code>php.ini</code>:" : "A PHP OPcache nincs megfelelően beállítva. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">A jobb teljesítményért ajánlott</a>, hogy a következő beállításokat használja a <code>php.ini</code>-ben:",
+ "No memory cache has been configured. To enhance performance, please configure a memcache, if available. Further information can be found in the {linkstart}documentation ↗{linkend}." : "Nincs beállítva memória gyorsítótár. A teljesítmény növelése érdekében állítson be egy memcache-t, ha van ilyen. További információk a {linkstart}dokumentációban találhatók ↗{linkend}.",
+ "No suitable source for randomness found by PHP which is highly discouraged for security reasons. Further information can be found in the {linkstart}documentation ↗{linkend}." : "A PHP nem talált megfelelő forrást a véletlenszerűségre, amelyet biztonsági okokból erősen ellenjavalt. További információk a {linkstart} dokumentációban találhatók ↗ {linkend}.",
+ "You are currently running PHP {version}. Upgrade your PHP version to take advantage of {linkstart}performance and security updates provided by the PHP Group ↗{linkend} as soon as your distribution supports it." : "Ön jelenleg a(z) PHP {version} szoftvert futtatja. Amint terjesztése támogatja, frissítse a PHP verzióját, hogy kihasználhassa a {linkstart} teljesítmény- és biztonsági frissítéseket, amelyeket a PHP Group nyújt ↗{linkend}.",
+ "Nextcloud 20 is the last release supporting PHP 7.2. Nextcloud 21 requires at least PHP 7.3." : "A Nextcloud 20 az utolsó olyan kiadás, amely támogatja a PHP 7.2-es verziót. A Nextcloud 21 legalább PHP 7.3-at igényel.",
+ "The reverse proxy header configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If not, this is a security issue and can allow an attacker to spoof their IP address as visible to the Nextcloud. Further information can be found in the {linkstart}documentation ↗{linkend}." : "A fordított proxy fejléc konfigurációja helytelen, vagy egy megbízható proxyból érhető el a Nextcloud. Ha nem, akkor ez biztonsági probléma, és lehetővé teheti a támadók számára, hogy a Nextcloud számára látható IP-címüket meghamisítsák. További információk a {linkstart} dokumentációban találhatók ↗{linkend}.",
+ "Memcached is configured as distributed cache, but the wrong PHP module \"memcache\" is installed. \\OC\\Memcache\\Memcached only supports \"memcached\" and not \"memcache\". See the {linkstart}memcached wiki about both modules ↗{linkend}." : "A Memcached elosztott gyorsítótárként van konfigurálva, de rossz PHP modul \"memcache\" van telepítve. \\ OC \\ Memcache \\ Memcached csak a \"memcached\"-et támogatja, a \"memcache\"-t nem. Lásd a {linkstart}memcached wiki-t mindkét modulról ↗{linkend}.",
+ "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in the {linkstart1}documentation ↗{linkend}. ({linkstart2}List of invalid files…{linkend} / {linkstart3}Rescan…{linkend})" : "Néhány fájl elbukott az integritás ellenőrzésen. További információk a probléma megoldásáról a {linkstart1}dokumentációban találhatók ↗{linkend}. ({linkstart2}Érvénytelen fájlok listája ...{linkend} / {linkstart3}Újrakeresés ...{linkend})",
+ "The PHP OPcache module is not loaded. {linkstart}For better performance it is recommended ↗{linkend} to load it into your PHP installation." : "A PHP OPcache modul nincs betöltve. {linkstart}A jobb teljesítmény érdekében javasoljuk, hogy ↗{link} töltse be a PHP telepítésébe.",
+ "The PHP OPcache module is not properly configured. {linkstart}For better performance it is recommended ↗{linkend} to use the following settings in the <code>php.ini</code>:" : "A PHP OPcache modul nincs megfelelően konfigurálva. {linkstart}A jobb teljesítmény érdekében ↗{linkend} ajánlott a következő beállításokat használni a <code>php.ini</code> fájlban:",
"The PHP function \"set_time_limit\" is not available. This could result in scripts being halted mid-execution, breaking your installation. Enabling this function is strongly recommended." : "A „set_time_limit” PHP függvény nem érhető el. Emiatt egy szkript megszakadhat futás közben, a telepítés hibáját okozva. A függvény engedélyezése erősen javallott.",
"Your PHP does not have FreeType support, resulting in breakage of profile pictures and the settings interface." : "A PHP-ból hiányzik a FreeType-támogatás. Ez a beállítási felület és a profilképek hibás megjelenítését okozhatja.",
"Missing index \"{indexName}\" in table \"{tableName}\"." : "A(z) „{indexName}” index hiányzik a(z) „{tableName}” táblában.",
"The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "Az adatbázisból hiányzik néhány index. Mivel az indexek hozzáadása nagy táblák esetén sokáig tarthat, ezért nem lettek automatikusan létrehozva. Futtassa az „occ db:add-missing-indices” parancsot, hogy kézzel létrehozza a hiányzó indexeket, miközben a példány továbbra is fut. Amint az indexek létre lettek hozva, a lekérdezések gyorsabban fognak futni azokon a táblákon.",
+ "Missing primary key on table \"{tableName}\"." : "Hiányzik az elsődleges kulcs a(z) \"{tableName}\" táblában.",
+ "The database is missing some primary keys. Due to the fact that adding primary keys on big tables could take some time they were not added automatically. By running \"occ db:add-missing-primary-keys\" those missing primary keys could be added manually while the instance keeps running." : "Az adatbázisból hiányzik néhány elsődleges kulcs. Mivel az elsődleges kulcsok hozzáadása nagy táblák esetén sokáig tarthat, ezért nem lettek automatikusan létrehozva. Futtassa az „occ db:add-missing-primary-keys” parancsot, hogy kézzel létrehozza a hiányzó elsődleges kulcsokat, miközben a példány továbbra is fut.",
+ "Missing optional column \"{columnName}\" in table \"{tableName}\"." : "A nem kötelező oszlop „{columnName}” hiányzik a „{tableName}” táblában.",
+ "The database is missing some optional columns. Due to the fact that adding columns on big tables could take some time they were not added automatically when they can be optional. By running \"occ db:add-missing-columns\" those missing columns could be added manually while the instance keeps running. Once the columns are added some features might improve responsiveness or usability." : "Az adatbázisból hiányzik néhány nem kötelező oszlop. Mivel az oszlopok hozzáadása sokáig tart a nagy tábláknál, ezért a nem kötelező oszlopok nem lettek automatikusan hozzáadva. A hiányzó oszlopokat az „occ db:add-missing-columns” paranccsal lehet kézileg hozzáadni a példány futása közben. Az oszlopok hozzáadása után bizonyos funkciók válaszideje és használhatósága javulni fog.",
"This instance is missing some recommended PHP modules. For improved performance and better compatibility it is highly recommended to install them." : "Ennél a példánynál hiányzik néhány javasolt PHP modul. A jobb teljesítmény és nagyobb kompatibilitás miatt ezek telepítése erősen javallott.",
- "Some columns in the database are missing a conversion to big int. Due to the fact that changing column types on big tables could take some time they were not changed automatically. By running 'occ db:convert-filecache-bigint' those pending changes could be applied manually. This operation needs to be made while the instance is offline. For further details read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "Az adatbázisban néhány oszlop nem lett big int-re alakítva. Annak következtében, hogy a oszlopok változtatása nagy táblákon sokáig is eltarthat, nem lettek automatikusan megváltoztatva. A 'occ db:convert-filecache-bigint' parancsot futtatva a függő változások manuálisan végrehajthatók. Ezt a folyamatot csak a környezet offline állapotában szabad futtatni. További részletekért olvasd el a <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\"> a dokumentáció </a>oldalán.",
+ "Module php-imagick in this instance has no SVG support. For better compatibility it is recommended to install it." : "A php-imagick modul ebben az esetben nem rendelkezik SVG támogatással. A jobb kompatibilitás érdekében ajánlott telepíteni.",
+ "Some columns in the database are missing a conversion to big int. Due to the fact that changing column types on big tables could take some time they were not changed automatically. By running 'occ db:convert-filecache-bigint' those pending changes could be applied manually. This operation needs to be made while the instance is offline. For further details read {linkstart}the documentation page about this ↗{linkend}." : "Az adatbázis egyes oszlopaiból hiányzik a konverzió big int-re. MIvel a nagy táblák oszloptípusainak megváltoztatása eltarthat egy ideig, azokat nem változtattuk meg automatikusan. Az 'occ db: convert-filecache-bigint' futtatásával ezeket a függőben lévő módosításokat manuálisan lehet alkalmazni. Ezt a műveletet offline állapotban kell végrehajtani. További részletekért olvassa el a {linkstart}erről a dokumentációról szóló oldalt ↗{linkend}.",
"SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend." : "Jelenleg SQLite van háttéradatbázisként használva. Nagyobb telepítésekhez javasoljuk, hogy váltson más háttéradatbázisra. ",
"This is particularly recommended when using the desktop client for file synchronisation." : "Ezt különösen akkor javasoljuk, ha asztali klienst használ fájlszinkronizálásához.",
- "To migrate to another database use the command line tool: 'occ db:convert-type', or see the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation ↗</a>." : "Más adatbázisra való migráláshoz használja a parancssori eszközt: „occ db:convert-type”, vagy nézze meg a <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentációt ↗</a>.",
- "Use of the the built in php mailer is no longer supported. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Please update your email server settings ↗<a/>." : "A beépített PHP levélküldő használata már nem támogatott. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Frissítse a levelezőkiszolgáló beállításait ↗<a/>.",
+ "To migrate to another database use the command line tool: 'occ db:convert-type', or see the {linkstart}documentation ↗{linkend}." : "Más adatbázisba történő áttéréshez használja az 'occ db: convert-type' parancssori eszközt, vagy tekintse meg a {linkstart}dokumentációt ↗{linkend}.",
"The PHP memory limit is below the recommended value of 512MB." : "A PHP memóriakorlátja az ajánlott 512 MB alatt van.",
"Some app directories are owned by a different user than the web server one. This may be the case if apps have been installed manually. Check the permissions of the following app directories:" : "Néhány alkalmazáskönyvtár tulajdonosa különbözik a webkiszolgálóétól. Ez akkor fordul elő, ha az alkalmazás kézileg lett telepítve. Ellenőrizze az alábbi alkalmazáskönyvtárak jogosultságát:",
- "MySQL is used as database but does not support 4-byte characters. To be able to handle 4-byte characters (like emojis) without issues in filenames or comments for example it is recommended to enable the 4-byte support in MySQL. For further details read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "A MySQL van használatban adatbázisként, de nem támogatja a 4 bájtos karaktereket. A 4 bájtos karakterek (mint az emodzsik) fájlnevekben és megjegyzésekben történő problémák nélküli kezeléséhez ajánlott a 4 bájtos támogatás engedélyezése a MySQL-ben. További részletekért olvassa el a <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">a dokumentációs oldalt</a>.",
+ "MySQL is used as database but does not support 4-byte characters. To be able to handle 4-byte characters (like emojis) without issues in filenames or comments for example it is recommended to enable the 4-byte support in MySQL. For further details read {linkstart}the documentation page about this ↗{linkend}." : "A MySQL-t adatbázisként használják, de nem támogatja a 4 bájtos karaktereket. Többek között ahhoz, hogy a 4 bájtos karaktereket (például hangulatjeleket) kezelni tudjuk fájlnevekben vagy megjegyzésekben, ajánlott engedélyezni a 4 bájtos támogatást a MySQL-ben. További részletekért olvassa el a {linkstart}erről a dokumentációról szóló oldalt ↗{linkend}.",
"This instance uses an S3 based object store as primary storage. The uploaded files are stored temporarily on the server and thus it is recommended to have 50 GB of free space available in the temp directory of PHP. Check the logs for full details about the path and the available space. To improve this please change the temporary directory in the php.ini or make more space available in that path." : "Ez a példány S3-alapú objektumtárat használ elsődleges tárolóként. A feltöltött fájlok ideiglenesen a kiszolgálón tároltak, így ajánlott hogy legalább 50GB szabad tárhely legyen a PHP ideiglenes könyvtárában. Ellenőrizze a naplókat az útvonal pontos részletei és az elérhető hely miatt. Hogy ezen javítson, módosítsa az ideiglenes könyvtárat a php.ini-ben, vagy szabadítson fel helyet azon az útvonalon.",
- "You are accessing your instance over a secure connection, however your instance is generating insecure URLs. This most likely means that you are behind a reverse proxy and the overwrite config variables are not set correctly. Please read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "Ön a példányát biztonságos kapcsolaton keresztül próbálja elérni, bár az ön példánya nem biztonságos URL-t generál. Ez valószínűleg azt jelenti, hogy ön egy reverse proxy mögött van és a konfigurációs változók felülírása nem jól van beállítva. Kérem, olvassa el az <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">erről szóló dokumentációt</a>!",
+ "You are accessing your instance over a secure connection, however your instance is generating insecure URLs. This most likely means that you are behind a reverse proxy and the overwrite config variables are not set correctly. Please read {linkstart}the documentation page about this ↗{linkend}." : "Biztonságos kapcsolaton keresztül éri el a példányát, azonban a példánya nem biztonságos URL-eket hoz létre. Ez nagy valószínűséggel azt jelenti, hogy egy fordított proxy mögött áll, és a konfigurációs változók felülírása nincs megfelelően beállítva. Kérjük, olvassa el a {linkstart}erről a dokumentációról szóló oldalt link{linkend}.",
"Error occurred while checking server setup" : "Hiba történt a kiszolgálóbeállítások ellenőrzésekor",
+ "For more details see the {linkstart}documentation ↗{linkend}." : "További részletekért lásd a {linkstart}dokumentációt↗{linkend}.",
"Your data directory and files are probably accessible from the Internet. The .htaccess file is not working. It is strongly recommended that you configure your web server so that the data directory is no longer accessible, or move the data directory outside the web server document root." : "Az adatkönyvtárai és a fájljai valószínűleg elérhetőek az internetről. A .htaccess fájl nem működik. Erősen javasolt, hogy a webkiszolgálót úgy állítsa be, hogy az adatkönyvtár tartalma ne legyen közvetlenül elérhető, vagy helyezze át a könyvtárat a kiszolgálási területen kívülre.",
"The \"{header}\" HTTP header is not set to \"{expected}\". This is a potential security or privacy risk, as it is recommended to adjust this setting accordingly." : "A(z) „{header}” HTTP-fejléc nem erre van állítva: „{expected}”. Ez egy lehetséges biztonsági és adatvédelmi kockázat, ezért javasolt, hogy módosítsa megfelelően a beállítást.",
"The \"{header}\" HTTP header is not set to \"{expected}\". Some features might not work correctly, as it is recommended to adjust this setting accordingly." : "A(z) „{header}” HTTP-fejléc nem erre van állítva: „{expected}”. Egyes szolgáltatások esetleg nem fognak megfelelően működni, ezért javasolt, hogy módosítsa megfelelően a beállítást.",
"The \"{header}\" HTTP header doesn't contain \"{expected}\". This is a potential security or privacy risk, as it is recommended to adjust this setting accordingly." : "A(z) „{header}” HTTP-fejléc nem tartalmazza ezt: „{expected}”. Ez egy lehetséges biztonsági és adatvédelmi kockázat, ezért javasolt, hogy módosítsa megfelelően a beállítást.",
- "The \"{header}\" HTTP header is not set to \"{val1}\", \"{val2}\", \"{val3}\", \"{val4}\" or \"{val5}\". This can leak referer information. See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{link}\">W3C Recommendation ↗</a>." : "A(z) „{header}” HTTP-fejléc nem ezek egyikére van állítva: „{val1}”, „{val2}”, „{val3}”, „{val4}” vagy „{val5}”. Ez hivatkozási információ szivárgását okozhatja. Tekintse meg a <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{link}\">W3C ajánlást ↗</a>.",
- "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the <a href=\"{docUrl}\" rel=\"noreferrer noopener\">security tips ↗</a>." : "A „Strict-Transport-Security” HTTP fejléc nincs legalább „{seconds}” másodpercre állítva. A fejlettebb védelem érdekében javasoljuk a HSTS engedélyezését a <a href=\"{docUrl}\" rel=\"noreferrer noopener\">biztonsági tippekben ↗</a>.",
- "Accessing site insecurely via HTTP. You are strongly advised to set up your server to require HTTPS instead, as described in the <a href=\"{docUrl}\">security tips ↗</a>." : "Jelenleg HTTP-vel éri el a weboldalt. Erősen ajánlott a HTTPS konfiguráció használata ehelyett, ahogyan ezt részleteztük a <a href=\"{docUrl}\">biztonsági tippekben ↗</a>.",
- "Non-existing tag #{tag}" : "Nem létező címke #{tag}",
- "restricted" : "korlátozott",
- "invisible" : "láthatatlan",
- "Delete" : "Törlés",
- "Rename" : "Átnevezés",
- "Collaborative tags" : "Együttműködési címkék",
- "No tags found" : "Nem találhatók címkék",
+ "The \"{header}\" HTTP header is not set to \"{val1}\", \"{val2}\", \"{val3}\", \"{val4}\" or \"{val5}\". This can leak referer information. See the {linkstart}W3C Recommendation ↗{linkend}." : "A \"{header}\" HTTP fejléc nincs beállítva \"{val1}\", \"{val2}\", \"{val3}\", \"{val4}\" vagy \"{val5}\" értékre. Ez kiszivárogtathatja a hivatkozói információkat. Lásd a {linkstart}W3C ajánlást ↗{linkend}.",
+ "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the {linkstart}security tips ↗{linkend}." : "A \"Strict-Transport-Security\" HTTP fejléc nincs beállítva legalább \"{seconds}\" másodpercre. A fokozott biztonság érdekében ajánlott engedélyezni a HSTS-t a {linkstart}biztonsági tippek ↗{linkend} leírása szerint.",
+ "Accessing site insecurely via HTTP. You are strongly advised to set up your server to require HTTPS instead, as described in the {linkstart}security tips ↗{linkend}." : "A webhely elérése nem biztonságos HTTP-n keresztül. Javasoljuk, hogy állítsa be szerverét úgy, hogy ehelyett HTTPS-t igényeljen, amint azt a {linkstart}biztonsági tippek ↗{linkend} leírják.",
"unknown text" : "ismeretlen szöveg",
"Hello world!" : "Helló világ!",
"sunny" : "napos",
@@ -125,27 +127,27 @@ OC.L10N.register(
"Please reload the page." : "Frissítse az oldalt.",
"The update was unsuccessful. For more information <a href=\"{url}\">check our forum post</a> covering this issue." : "A frissítés sikertelen. Bővebb információért <a href=\"{url}\">keresse fel a problémáról szóló fórumbejegyzésünket</a>.",
"The update was unsuccessful. Please report this issue to the <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">Nextcloud community</a>." : "A frissítés sikertelen. Jelezze a problémát a <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">Nextcloud közösségnek</a>.",
- "Continue to Nextcloud" : "Irány a Nextcloud",
- "_The update was successful. Redirecting you to Nextcloud in %n second._::_The update was successful. Redirecting you to Nextcloud in %n seconds._" : ["A frissítés sikeres volt. Átirányítás a Nextcloudra %n másodperc múlva.","A frissítés sikeres volt. Átirányítás a Nextcloudra %n másodperc múlva."],
- "Searching other places" : "Keresés további helyeken",
- "No search results in other folders for {tag}{filter}{endtag}" : "Ehhez nincsenek találatok más mappákban: {tag}{filter}{endtag}",
- "_{count} search result in another folder_::_{count} search results in other folders_" : ["{count} találat egy másik mappában","{count} találat más mappákban"],
+ "Continue to {productName}" : "Tovább erre: {productName}",
+ "_The update was successful. Redirecting you to {productName} in %n second._::_The update was successful. Redirecting you to {productName} in %n seconds._" : ["A frissítés sikeres volt. %n másodperc múlva átirányítjuk a(z) {productName} címre.","A frissítés sikeres volt. %n másodperc múlva átirányítjuk a(z) {productName} címre."],
+ "Log in" : "Bejelentkezés",
+ "Logging in …" : "Bejelentkezés…",
"Server side authentication failed!" : "A kiszolgálóoldali hitelesítés sikertelen.",
"Please contact your administrator." : "Lépjen kapcsolatba a rendszergazdával.",
"An internal error occurred." : "Belső hiba történt.",
"Please try again or contact your administrator." : "Próbálja meg újra, vagy vegye fel a kapcsolatot a rendszergazdával.",
"Username or email" : "Felhasználónév vagy e-mail cím",
"Password" : "Jelszó",
- "Log in" : "Bejelentkezés",
- "Logging in …" : "Bejelentkezés…",
+ "Toggle password visibility" : "Jelszó láthatóság váltása",
"Wrong username or password." : "Hibás felhasználónév vagy jelszó.",
"User disabled" : "Felhasználó letiltva",
- "We have detected multiple invalid login attempts from your IP. Therefore your next login is throttled up to 30 seconds." : "Többszöri sikertelen bejelentkezési kísérletet észléltünk az IP-címéről. A legközelebbi kísérlete így 30 másodperccel késleltetve lesz.",
+ "We have detected multiple invalid login attempts from your IP. Therefore your next login is throttled up to 30 seconds." : "Többszöri sikertelen bejelentkezési kísérletet észleltünk az IP-címéről. A legközelebbi kísérlete így 30 másodperccel késleltetve lesz.",
+ "Your account is not setup for passwordless login." : "A fiókja nincs beállítva jelszómentes bejelentkezésre.",
+ "Passwordless authentication is not supported in your browser." : "A jelszó nélküli hitelesítést nem támogatja a böngészője.",
+ "Passwordless authentication is only available over a secure connection." : "A jelszó nélküli hitelesítés csak biztonságos kapcsolaton keresztül érhető el.",
"Reset password" : "Jelszó-visszaállítás",
- "A password reset message has been sent to the e-mail address of this account. If you do not receive it, check your spam/junk folders or ask your local administrator for help." : "Egy jelszó visszaállítási e-mail lett küldve a fiók e-mail címére. Ha nem kapta meg, akkor ellenőrizze a levélszemét mappát, vagy kérje a helyi rendszergazda segítségét.",
+ "A password reset message has been sent to the email address of this account. If you do not receive it, check your spam/junk folders or ask your local administrator for help." : "Egy jelszó visszaállítási e-mail lett küldve a fiók e-mail címére. Ha nem kapta meg, akkor ellenőrizze a levélszemét mappát, vagy kérje a helyi rendszergazda segítségét.",
"If it is not there ask your local administrator." : "Ha nincs ott, akkor kérdezze a helyi rendszergazdát.",
"Couldn't send reset email. Please contact your administrator." : "Nem küldhető visszaállítási e-mail. Lépjen kapcsolatba a rendszergazdával.",
- "Password can not be changed. Please contact your administrator." : "A jelszó nem módosítható. Lépjen kapcsolatba a rendszergazdával.",
"Back to login" : "Vissza a bejelentkezéshez",
"New password" : "Új jelszó",
"Your files are encrypted. There will be no way to get your data back after your password is reset. If you are not sure what to do, please contact your administrator before you continue. Do you really want to continue?" : "A fájljai titkosítva vannak. A jelszó visszaállítása után sehogy sem fogja tudja visszaszerezni azokat. Ha nem tudja mi a teendő, akkor beszéljen a helyi rendszergazdával. Biztos, hogy folytatja?",
@@ -153,20 +155,29 @@ OC.L10N.register(
"Resetting password" : "Jelszó visszaállítása",
"Recommended apps" : "Ajánlott alkalmazások",
"Loading apps …" : "Alkalmazások betöltése…",
- "Could not fetch list of apps from the app store." : "Az alkalmazások listája nem kérhető le az alkalmazásbolttól.",
"Installing apps …" : "Alkalmazások telepítése…",
- "Nextcloud {app}" : "Nextcloud {app}",
"App download or installation failed" : "Alkalmazás letöltése vagy telepítése sikertelen",
- "Can't install this app because it is not compatible" : "Az alkalmazás nem telepíthető, mert nem kompatibilis",
- "Can't install this app" : "Az alkalmazás nem telepíthető",
"Cancel" : "Mégse",
"Schedule work & meetings, synced with all your devices." : "Ütemezett munkáját és találkozóit, szinkronizálva az összes eszközén.",
"Keep your colleagues and friends in one place without leaking their private info." : "Tartsa egy helyen kollégáit és barátait, anélkül hogy kiszivárogtatná a személyes adataikat.",
"Simple email app nicely integrated with Files, Contacts and Calendar." : "Egyszerű e-mail alkalmazás, amely szépen integrálódik a Fájlok, Névjegyek és Naptár alkalmazásba.",
"Chatting, video calls, screensharing, online meetings and web conferencing – in your browser and with mobile apps." : "Csevegés, videóhívások, képernyőmegosztás, online megbeszélések és webes konferencia – a böngészőjében és mobilalkalmazásokkal.",
"Collaboratively edit office documents." : "Szerkesszen közösen irodai dokumentumokat.",
- "Local document editing back-end used by the OnlyOffice app." : "Helyi dokumentumszerkesztési háttérszolgáltatás, melyet az OnlyOffice alkalmazás használ.",
+ "Local document editing back-end used by the Collabora Online app." : "Helyi dokumentumszerkesztési háttérprogram, amit a Collabora Online alkalmazás használ.",
"Forgot password?" : "Elfelejtett jelszó?",
+ "Log in with a device" : "Bejelentkezés eszközzel",
+ "Back" : "Vissza",
+ "Login form is disabled." : "A bejelentkezési űrlap letiltva.",
+ "Reset search" : "Keresés visszaállítása",
+ "Search for {name} only" : "Csak a(z) {name} kifejezésre keres",
+ "No results for {query}" : "Nincs találat a következőre: {query}",
+ "Start typing to search" : "Kezdjen el gépelni a kereséshez",
+ "Loading more results …" : "További eredmények betöltése ...",
+ "Load more results" : "További eredmények betöltése",
+ "Search" : "Keresés",
+ "An error occurred while searching for {type}" : "Hiba történt a(z) {type} keresése közben",
+ "_Please enter {minSearchLength} character or more to search_::_Please enter {minSearchLength} characters or more to search_" : ["A kereséshez írjon be a legalább {minSearchLength} karaktert","A kereséshez írjon be a legalább {minSearchLength} karaktert"],
+ "Search {types} …" : "{types} keresése …",
"Settings" : "Beállítások",
"Could not load your contacts" : "Nem lehet betölteni a névjegyeit",
"Search contacts …" : "Névjegyek keresése…",
@@ -186,7 +197,7 @@ OC.L10N.register(
"\"{name}\" is an invalid file name." : "A(z) „{name}” fájlnév érvénytelen.",
"File name cannot be empty." : "A fájlnév nem lehet üres.",
"\"/\" is not allowed inside a file name." : "„/” nem szerepelhet fájlnévben.",
- "\"{name}\" is not an allowed filetype" : "A(Z) „{name}” nem engedélyezett fájltípus",
+ "\"{name}\" is not an allowed filetype" : "A(z) „{name}” nem engedélyezett fájltípus",
"{newName} already exists" : "{newName} már létezik",
"Choose" : "Válasszon",
"Copy" : "Másolás",
@@ -234,6 +245,13 @@ OC.L10N.register(
"Strong password" : "Erős jelszó",
"No action available" : "Nincs elérhető művelet",
"Error fetching contact actions" : "Hiba a kapcsolati műveletek lekérésekor",
+ "Non-existing tag #{tag}" : "Nem létező címke #{tag}",
+ "restricted" : "korlátozott",
+ "invisible" : "láthatatlan",
+ "Delete" : "Törlés",
+ "Rename" : "Átnevezés",
+ "Collaborative tags" : "Együttműködési címkék",
+ "No tags found" : "Nem találhatók címkék",
"Personal" : "Személyes",
"Users" : "Felhasználók",
"Apps" : "Alkalmazások",
@@ -243,11 +261,14 @@ OC.L10N.register(
"File not found" : "Fájl nem található",
"The document could not be found on the server. Maybe the share was deleted or has expired?" : "A dokumentum nem található a szerveren. Valószínűleg a megosztás törölve lett vagy lejárt.",
"Back to %s" : "Vissza ide %s",
+ "Too many requests" : "Túl sok kérés",
+ "There were too many requests from your network. Retry later or contact your administrator if this is an error." : "Túl sok kérés érkezett a hálózatától. Próbálja újra később, vagy ha ez egy hiba, akkor forduljon a rendszergazdához.",
"Error" : "Hiba",
- "Internal Server Error" : "Belső szerver hiba",
+ "Previous" : "Előző",
+ "Internal Server Error" : "Belső kiszolgálóhiba",
"The server was unable to complete your request." : "A szerver nem tudta végrehajtani a kérésed.",
"If this happens again, please send the technical details below to the server administrator." : "Ha ez még egyszer előfordul küldd el az alábbi technikai részleteket a rendszergazdának.",
- "More details can be found in the server log." : "További részletek a szerver naplóban találhatók.",
+ "More details can be found in the server log." : "További részletek találhatók a kiszolgáló naplójában.",
"Technical details" : "Technikai adatok",
"Remote Address: %s" : "Távoli cím: %s",
"Request ID: %s" : "Kérésazonosító: %s",
@@ -273,14 +294,14 @@ OC.L10N.register(
"Database password" : "Adatbázis jelszó",
"Database name" : "Az adatbázis neve",
"Database tablespace" : "Az adatbázis táblázattér (tablespace)",
- "Database host" : "Adatbázis szerver",
+ "Database host" : "Adatbázis-kiszolgáló",
"Please specify the port number along with the host name (e.g., localhost:5432)." : "Kérlek add meg a port számát a kiszolgáló neve után (pl: localhost:5432).",
"Performance warning" : "Teljesítménybeli figyelmeztetés",
"You chose SQLite as database." : "SQLite adatbázist választott.",
"SQLite should only be used for minimal and development instances. For production we recommend a different database backend." : "Az SQLite-ot csak minimális és fejlesztési célú példányok esetén szabad használni. Éles működés esetén más adatbázis-kezelőt ajánlunk.",
"If you use clients for file syncing, the use of SQLite is highly discouraged." : "Ha klienseket használt a fájlszinkronizáláshoz, akkor az SQLite használata erősen ellenjavallt.",
"Install recommended apps" : "Javasolt alkalmazások telepítése",
- "Calendar, Contacts, Talk, Mail & OnlyOffice" : "Naptár, Névjegyek, Beszélgetés, Levelezés és OnlyOffice",
+ "Calendar, Contacts, Talk, Mail & Collaborative editing" : "Naptár, Névjegyek, Beszélgetés, Levelezés és Közös szerkesztés",
"Finish setup" : "A beállítások befejezése",
"Finishing …" : "Befejezés ...",
"Need help?" : "Segítségre van szüksége?",
@@ -294,14 +315,13 @@ OC.L10N.register(
"More apps" : "További alkalmazások",
"More" : "Továbbiak",
"More apps menu" : "További alkalmazások menü",
- "Search" : "Keresés",
- "Reset search" : "Keresés visszaállítása",
"Contacts" : "Névjegyek",
"Contacts menu" : "Névjegyek menü",
"Settings menu" : "Beállítások menü",
"Confirm your password" : "Erősítse meg a jelszavát:",
"Connect to your account" : "Kapcsolódás a fiókjához",
"Please log in before granting %1$s access to your %2$s account." : "Lépjen be mielőtthozzáférést biztosít a(z) %1$s kliensnek a(z) %2$s fiókjához.",
+ "If you are not trying to set up a new device or app, someone is trying to trick you into granting them access to your data. In this case do not proceed and instead contact your system administrator." : "Ha nem új eszközt vagy alkalmazást próbál beállítani, akkor valaki megpróbálja becsapni, hogy hozzáférést biztosítson számára az adatokhoz. Ebben az esetben ne folytassa, hanem lépjen kapcsolatba a rendszergazdával.",
"App token" : "Alkalmazástoken",
"Grant access" : "Hozzáférés megadása",
"Alternative log in using app token" : "Alternatív bejelentkezés alkalmazástoken segítségével",
@@ -329,7 +349,7 @@ OC.L10N.register(
"Further information how to configure this can be found in the %1$sdocumentation%2$s." : "Ennek a beállításához további információkat talál a %1$sdokumentációban%2$s.",
"App update required" : "Alkalmazásfrissítés szükséges",
"%1$s will be updated to version %2$s" : "A(z) %1$s frissítve lesz erre a verzióra: %2$s",
- "These apps will be updated:" : "A következő alkalmazások lesznek frissítve:",
+ "The following apps will be updated:" : "A következő alkalmazások lesznek frissítve:",
"These incompatible apps will be disabled:" : "A következő nem kompatibilis alkalmazások le lesznek tiltva:",
"The theme %s has been disabled." : "A(z) %s téma letiltásra került.",
"Please make sure that the database, the config folder and the data folder have been backed up before proceeding." : "Gondoskodjon róla, hogy elmentse az adatbázist, a konfigurációs mappa és az adatmappa tartalmát, mielőtt folytatja.",
@@ -345,95 +365,49 @@ OC.L10N.register(
"This %s instance is currently in maintenance mode, which may take a while." : "Ez a %s példány éppen karbantartási üzemmódban van, amely eltarthat egy darabig.",
"This page will refresh itself when the instance is available again." : "Ez az oldal frissíteni fogja magát, amint a példány ismét elérhető lesz.",
"Contact your system administrator if this message persists or appeared unexpectedly." : "Ha ez az üzenet mindig vagy váratlanul megjelenik, akkor keresse fel a rendszergazdáját!",
- "Could not send reset email because there is no email address for this username. Please contact your administrator." : "Nem sikerült visszaállítási e-mailt küldeni, mert ehhez a felhasználónévhez nem tartozik e-mail cím. Vegye fel a kapcsolatot a rendszergazdával.",
- "Couldn't send reset email. Please make sure your username is correct." : "Nem küldhető visszaállítási e-mail. Győződjön meg arról, hogy felhasználónév helyes.",
- "We have send a password reset e-mail to the e-mail address known to us for this account. If you do not receive it within a reasonable amount of time, check your spam/junk folders.<br>If it is not there ask your local administrator." : "Egy jelszó visszaállítási e-mailt küldtünk a fiókban megadott e-mail címre. Ha nem kapja meg belátható időn belül, akkor ellenőrizze a levélszemét mappát.<br>Ha ott sincs, akkor kérdezze meg a helyi rendszergazdát.",
- "Your files are encrypted. There will be no way to get your data back after your password is reset.<br />If you are not sure what to do, please contact your administrator before you continue. <br />Do you really want to continue?" : "A fájljai titkosítva vannak. A jelszó visszaállítása után sehogy sem fogja tudja visszaszerezni azokat.<br />Ha nem tudja mi a teendő, akkor beszéljen a helyi rendszergazdával.<br />Biztosan folytatja?",
- "Sending email …" : "E-mail küldése…",
- "You are currently running PHP 5.6. The current major version of Nextcloud is the last that is supported on PHP 5.6. It is recommended to upgrade the PHP version to 7.0+ to be able to upgrade to Nextcloud 14." : "Jelenleg a PHP 5.6-os verzióját használja. A Nextcloud jelenlegi főverziója az utolsó, amelyik támogatja a PHP 5.6-ot. Javasolt PHP 7.0+-ra frissíteni, hogy a Nextcloud 14-re frissíthessen.",
- "Accessing site insecurely via HTTP. You are strongly adviced to set up your server to require HTTPS instead, as described in the <a href=\"{docUrl}\">security tips ↗</a>." : "Jelenleg HTTP-vel éri el a weboldalt. Erősen ajánlott a HTTPS konfiguráció használata ehelyett, ahogyan ezt részleteztük a <a href=\"{docUrl}\">biztonsági tippekben ↗</a>.",
- "Shared" : "Megosztott",
- "Shared with" : "Megosztva vele:",
- "Shared by" : "Megosztotta:",
- "Choose a password for the public link" : "Válasszon egy jelszót a nyilvános hivatkozáshoz",
- "Choose a password for the public link or press the \"Enter\" key" : "Válasszon jelszót a nyilvános hivatkozáshoz, vagy nyomja meg az „Enter” gombot",
- "Copied!" : "Másolva.",
- "Copy link" : "Hivatkozás másolása",
- "Not supported!" : "Nem támogatott.",
- "Press ⌘-C to copy." : "A másoláshoz nyomjon ⌘-C-t.",
- "Press Ctrl-C to copy." : "A másoláshoz nyomjon Ctrl-C-t.",
- "Unable to create a link share" : "Nem lehet létrehozni a megosztási hivatkozást",
- "Unable to toggle this option" : "Nem lehet ezt a beállítást választani",
- "Resharing is not allowed" : "Ezt a fájlt csak a tulajdonosa oszthatja meg másokkal",
- "Link" : "Hivatkozás",
- "Hide download" : "Letöltés elrejtése",
- "Password protection enforced" : "Jelszavas védelem megkövetelve",
- "Password protect" : "Jelszóval védett",
- "Allow editing" : "Szerkesztés engedélyezése",
- "Email link to person" : "Hivatkozás elküldése e-mailben",
- "Send" : "Küldés",
- "Allow upload and editing" : "Feltöltés és szerkesztés engedélyezése",
- "Read only" : "Csak olvasható",
- "File drop (upload only)" : "Fájl ejtés (csak feltöltés)",
- "Expiration date enforced" : "Lejárati idő kötelező",
- "Set expiration date" : "Lejárati idő beállítása",
- "Expiration" : "Lejárat",
- "Expiration date" : "Lejárati idő",
- "Note to recipient" : "Megjegyzés a címzettnek",
- "Unshare" : "Megosztás visszavonása",
- "Delete share link" : "Megosztási hivatkozás törlése",
- "Add another link" : "További hivatkozás hozzáadása",
- "Password protection for links is mandatory" : "A hivatkozások jelszavas védelme kötelező",
- "Share to {name}" : "Megosztás vele: {name}",
- "Share link" : "Megosztás hivatkozással",
- "New share link" : "Új megosztási hivatkozás",
- "Created on {time}" : "Létrehozva ekkor: {time}",
- "Password protect by Talk" : "Beszélgetés által védett jelszó",
- "Could not unshare" : "Nem sikerült visszavonni a megosztást",
- "Shared with you and the group {group} by {owner}" : "{owner} megosztotta Önnel és ezzel a csoporttal: {group}",
- "Shared with you and {circle} by {owner}" : "{owner} megosztotta Önnel és ezzel a csoporttal: {circle}",
- "Shared with you and the conversation {conversation} by {owner}" : "{owner} megosztotta Önnel és ezzel a beszélgetéssel: {conversation}",
- "Shared with you in a conversation by {owner}" : "{owner} megosztotta Önnel egy beszélgetésben",
- "Shared with you by {owner}" : "{owner} megosztotta Önnel",
- "Choose a password for the mail share" : "Válasszon egy jelszót a levélmegosztáshoz",
- "group" : "csoport",
- "remote" : "távoli",
- "remote group" : "távoli csoport",
- "email" : "e-mail",
- "conversation" : "beszélgetés",
- "shared by {sharer}" : "megosztotta: {sharer}",
- "Can reshare" : "Újra megoszthat",
- "Can edit" : "Szerkeszthet",
- "Can create" : "Létrehozhat",
- "Can change" : "Módosíthat",
- "Can delete" : "Törölhet",
- "Access control" : "Hozzáférés-vezérlés",
- "{shareInitiatorDisplayName} shared via link" : "{shareInitiatorDisplayName} megosztva hivatkozással",
- "Error while sharing" : "Hiba a megosztás létrehozásakor",
- "Share details could not be loaded for this item." : "A megosztás részletei nem tölthetőek be ehhez az elemhez.",
- "Search globally" : "Keresés globálisan",
- "_At least {count} character is needed for autocompletion_::_At least {count} characters are needed for autocompletion_" : ["Legalább {count} karakter szükséges az automatikus kiegészítéshez","Legalább {count} karakter szükséges az automatikus kiegészítéshez"],
- "This list is maybe truncated - please refine your search term to see more results." : "Ez a lista lehet, hogy le van vágva – pontosítsa a keresést, hogy több találatot lásson.",
- "No users or groups found for {search}" : "A kereséshez nem található felhasználó vagy csoport: {search}",
- "No users found for {search}" : "A kereséshez nem található felhasználó: {search}",
- "An error occurred (\"{message}\"). Please try again" : "Hiba történt („{message}”). Próbálja meg újra",
- "An error occurred. Please try again" : "Hiba történt. Próbálja meg újra",
- "Home" : "Kezdőlap",
- "Work" : "Munkahelyi",
- "Other" : "Egyéb",
- "{sharee} (remote group)" : "{sharee} (távoli csoport)",
- "{sharee} ({type}, {owner})" : "{sharee} ({type}, {owner})",
- "Share" : "Megosztás",
- "Name or email address..." : "Név vagy e-mail cím…",
- "Name or federated cloud ID..." : "Név vagy egyesített felhőazonosító…",
- "Name, federated cloud ID or email address..." : "Név, egyesített felhőazonosító vagy e-mail cím…",
- "Name..." : "Név…",
- "Error removing share" : "Hiba a megosztás eltávolításakor",
- "({scope})" : "({scope})",
- "Saving..." : "Mentés…",
- "Dismiss" : "Elutasítás",
- "Your client should now be connected! You can close this window." : "A kliens már csatlakozott. Bezárhatja ezt az ablakot.",
- "New Password" : "Új jelszó",
- "Cancel log in" : "Bejelentkezés megszakítása"
+ "Checking whether the database schema can be updated (this can take a long time depending on the database size)" : "Ellenőrzés, hogy az adatbázis séma frissíthető-e (az adatbázis méretétől függően ez hosszabb ideig is eltarthat)",
+ "Checked database schema update" : "Adatbázis séma frissítés ellenőrizve",
+ "Checking updates of apps" : "Alkalmazások frissítésének ellenőrzése",
+ "Checking for update of app \"%s\" in appstore" : "A(z) „%s” alkalmazás frissítéseinek keresése az alkalmazástárban",
+ "Update app \"%s\" from appstore" : "A(z) „%s” alkalmazás frissítése az alkalmazástárból",
+ "Checked for update of app \"%s\" in appstore" : "A(z) „%s” alkalmazás frissítései ellenőrizve az alkalmazástárban",
+ "Checked database schema update for apps" : "Alkalmazások adatbázis séma frissítései ellenőrizve",
+ "Following apps have been disabled: %s" : "A következő alkalmazások le lettek tiltva: %s",
+ "Your web server is not properly set up to resolve \"{url}\". Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "A webkiszolgálója nincs megfelelően beállítva a(z) „{url}” feloldásához. További információk a <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentációban</a> találhatók.",
+ "Your web server is not properly set up to resolve \"{url}\". This is most likely related to a web server configuration that was not updated to deliver this folder directly. Please compare your configuration against the shipped rewrite rules in \".htaccess\" for Apache or the provided one in the documentation for Nginx at it's <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation page</a>. On Nginx those are typically the lines starting with \"location ~\" that need an update." : "A webkiszolgáló nincs helyesen beállítva a(z) „{url}” feloldásához. A legvalószínűbb, hogy a webkiszolgáló egy konfigurációja nem lett frissítve, hogy közvetlenül kiszolgálja ezt a mappát. Hasonlítsa össze a konfigurációt az Apache-hoz szállított „.htaccess” fájlban lévő átírási szabályokkal, vagy az Nginx-hez készült dokumentációban megadottal a <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentációs oldalon</a>. Az Nginx esetén jellemzően a „location ~” szöveggel kezdődő sorokat kell frissíteni.",
+ "Your web server is not properly set up to deliver .woff2 files. This is typically an issue with the Nginx configuration. For Nextcloud 15 it needs an adjustement to also deliver .woff2 files. Compare your Nginx configuration to the recommended configuration in our <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "A webkiszolgálója nincs megfelelően beállítva a .woff2 fájlok kiszolgálásához. Ezt jellemzőn a Nginx konfiguráció problémája okozza. A Nextcloud 15 esetén módosításokra van szükség a .woff2 fájlok miatt. Hasonlítsa össze az Nginx konfigurációját a <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentációnkban</a> javasolt konfigurációval.",
+ "Please check the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">installation documentation ↗</a> for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "Nézze meg a <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">telepítési leírásban ↗</a> található PHP konfigurációs megjegyzéseket, és a kiszolgálója PHP beállításait, különösen akkor, ha php-fpm-et használ.",
+ "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems. See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation ↗</a> for more information." : "A tranzakcionális fájlzárolás ki van kapcsolva, ami problémákhoz vezethet versenyhelyzetek esetén. Ezek elkerülése érdekében kapcsolja be a „filelocking.enabled” paramétert a config.php fájlban. További információkért lásd a <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentációt ↗</a>.",
+ "Last background job execution ran {relativeTime}. Something seems wrong." : "A legutóbbi háttérművelet futási ideje: {relativeTime}. Valószínűleg hiba lépett fel.",
+ "Check the background job settings" : "Ellenőrizze a háttérművelet beállításait.",
+ "No memory cache has been configured. To enhance performance, please configure a memcache, if available. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Nincs memória gyorsítótár beállítva. A teljesítmény javítása érdekében kapcsolja be, ha az lehetséges. További információ a <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentációban</a> található.",
+ "No suitable source for randomness found by PHP which is highly discouraged for security reasons. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Nincs megfelelő véletlenszám forrás a PHP-hoz, amely biztonsági okokból erősen ellenjavallt. Tovább információ a <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentációban</a> található.",
+ "You are currently running PHP {version}. Upgrade your PHP version to take advantage of <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">performance and security updates provided by the PHP Group</a> as soon as your distribution supports it." : "Jelenleg {version} verziójú PHP-t futtat. Frissítse a PHP verziót, hogy élvezhesse a <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">PHP Group által biztosított teljesítmény- és biztonságbeli frissítéseket</a>, amint a disztribúciója támogatja.",
+ "The reverse proxy header configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If not, this is a security issue and can allow an attacker to spoof their IP address as visible to the Nextcloud. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "A fordított proxy fejlécek beállítása helytelen, vagy egy megbízható proxyval kapcsolódik a Nextcloudhoz. Ha nem így van, akkor ez egy biztonsági rés lehet, mely segítségével egy támadó meghamisíthatja az IP-címét a Nextcloud felé. További információ a <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentációban</a> található.",
+ "Memcached is configured as distributed cache, but the wrong PHP module \"memcache\" is installed. \\OC\\Memcache\\Memcached only supports \"memcached\" and not \"memcache\". See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">memcached wiki about both modules</a>." : "A Memcached elosztott gyorsítótárként van beállítva, de hibás „memcache” PHP modul van telepítve. Az \\OC\\Memcache\\Memcached csak a „memcached”-et támogatja a „memcache”-t nem. Lásd a <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">memcached wikit a két modul leírásához</a>.",
+ "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">List of invalid files…</a> / <a href=\"{rescanEndpoint}\">Rescan…</a>)" : "Néhány fájl nem ment át az épségellenőrzésen. A probléma megoldásához további információ a <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentációban</a> található. (<a href=\"{codeIntegrityDownloadEndpoint}\">Érvénytelen fájlok listája…</a> / <a href=\"{rescanEndpoint}\">Újraellenőrzés…</a>)",
+ "The PHP OPcache module is not loaded. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance it is recommended</a> to load it into your PHP installation." : "A PHP OPcache modul nincs betöltve. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">A jobb teljesítményért ajánlott</a> betölteni a PHP telepítésbe.",
+ "The PHP OPcache is not properly configured. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance it is recommended</a> to use the following settings in the <code>php.ini</code>:" : "A PHP OPcache nincs megfelelően beállítva. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">A jobb teljesítményért ajánlott</a>, hogy a következő beállításokat használja a <code>php.ini</code>-ben:",
+ "Some columns in the database are missing a conversion to big int. Due to the fact that changing column types on big tables could take some time they were not changed automatically. By running 'occ db:convert-filecache-bigint' those pending changes could be applied manually. This operation needs to be made while the instance is offline. For further details read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "Az adatbázisban néhány oszlop nem lett big int-re alakítva. Annak következtében, hogy a oszlopok változtatása nagy táblákon sokáig is eltarthat, nem lettek automatikusan megváltoztatva. A 'occ db:convert-filecache-bigint' parancsot futtatva a függő változások manuálisan végrehajthatók. Ezt a folyamatot csak a környezet offline állapotában szabad futtatni. További részletekért olvasd el a <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\"> a dokumentáció </a>oldalán.",
+ "To migrate to another database use the command line tool: 'occ db:convert-type', or see the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation ↗</a>." : "Más adatbázisra való migráláshoz használja a parancssori eszközt: „occ db:convert-type”, vagy nézze meg a <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentációt ↗</a>.",
+ "Use of the the built in php mailer is no longer supported. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Please update your email server settings ↗<a/>." : "A beépített PHP levélküldő használata már nem támogatott. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Frissítse a levelezőkiszolgáló beállításait ↗<a/>.",
+ "MySQL is used as database but does not support 4-byte characters. To be able to handle 4-byte characters (like emojis) without issues in filenames or comments for example it is recommended to enable the 4-byte support in MySQL. For further details read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "A MySQL van használatban adatbázisként, de nem támogatja a 4 bájtos karaktereket. A 4 bájtos karakterek (mint az emodzsik) fájlnevekben és megjegyzésekben történő problémák nélküli kezeléséhez ajánlott a 4 bájtos támogatás engedélyezése a MySQL-ben. További részletekért olvassa el a <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">a dokumentációs oldalt</a>.",
+ "You are accessing your instance over a secure connection, however your instance is generating insecure URLs. This most likely means that you are behind a reverse proxy and the overwrite config variables are not set correctly. Please read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "Az Ön példányát biztonságos kapcsolaton keresztül eli el, de a példánya nem biztonságos URL-eket állít elő. Ez valószínűleg azt jelenti, hogy Ön egy fordított proxy mögött van, és a konfigurációs változók felülírása nem jól van beállítva. Olvassa el az <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">erről szóló dokumentációt</a>.",
+ "The \"{header}\" HTTP header is not set to \"{val1}\", \"{val2}\", \"{val3}\", \"{val4}\" or \"{val5}\". This can leak referer information. See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{link}\">W3C Recommendation ↗</a>." : "A(z) „{header}” HTTP-fejléc nem ezek egyikére van állítva: „{val1}”, „{val2}”, „{val3}”, „{val4}” vagy „{val5}”. Ez hivatkozási információ szivárgását okozhatja. Tekintse meg a <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{link}\">W3C ajánlást ↗</a>.",
+ "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the <a href=\"{docUrl}\" rel=\"noreferrer noopener\">security tips ↗</a>." : "A „Strict-Transport-Security” HTTP fejléc nincs legalább „{seconds}” másodpercre állítva. A fejlettebb védelem érdekében javasoljuk a HSTS engedélyezését a <a href=\"{docUrl}\" rel=\"noreferrer noopener\">biztonsági tippekben ↗</a>.",
+ "Accessing site insecurely via HTTP. You are strongly advised to set up your server to require HTTPS instead, as described in the <a href=\"{docUrl}\">security tips ↗</a>." : "Jelenleg HTTP-vel éri el a weboldalt. Erősen ajánlott a HTTPS konfiguráció használata ehelyett, ahogyan ezt részleteztük a <a href=\"{docUrl}\">biztonsági tippekben ↗</a>.",
+ "Continue to Nextcloud" : "Irány a Nextcloud",
+ "_The update was successful. Redirecting you to Nextcloud in %n second._::_The update was successful. Redirecting you to Nextcloud in %n seconds._" : ["A frissítés sikeres volt. Átirányítás a Nextcloudra %n másodperc múlva.","A frissítés sikeres volt. Átirányítás a Nextcloudra %n másodperc múlva."],
+ "Searching other places" : "Keresés további helyeken",
+ "No search results in other folders for {tag}{filter}{endtag}" : "Ehhez nincsenek találatok más mappákban: {tag}{filter}{endtag}",
+ "_{count} search result in another folder_::_{count} search results in other folders_" : ["{count} találat egy másik mappában","{count} találat más mappákban"],
+ "A password reset message has been sent to the e-mail address of this account. If you do not receive it, check your spam/junk folders or ask your local administrator for help." : "Egy jelszó visszaállítási e-mail lett küldve a fiók e-mail címére. Ha nem kapta meg, akkor ellenőrizze a levélszemét mappát, vagy kérje a helyi rendszergazda segítségét.",
+ "Password can not be changed. Please contact your administrator." : "A jelszó nem módosítható. Lépjen kapcsolatba a rendszergazdával.",
+ "Could not fetch list of apps from the app store." : "Az alkalmazások listája nem kérhető le az alkalmazásbolttól.",
+ "Nextcloud {app}" : "Nextcloud {app}",
+ "Can't install this app because it is not compatible" : "Az alkalmazás nem telepíthető, mert nem kompatibilis",
+ "Can't install this app" : "Az alkalmazás nem telepíthető",
+ "These apps will be updated:" : "A következő alkalmazások lesznek frissítve:",
+ "For more details see the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "További részletekért lásd a <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\"> dokumentációt </a>."
},
"nplurals=2; plural=(n != 1);");
diff --git a/core/l10n/hu.json b/core/l10n/hu.json
index 1c2995f5818..0dba98526c1 100644
--- a/core/l10n/hu.json
+++ b/core/l10n/hu.json
@@ -3,6 +3,14 @@
"File is too big" : "A fájl túl nagy",
"The selected file is not an image." : "A kiválasztott fájl nem kép.",
"The selected file cannot be read." : "A kiválasztott fájl nem olvasható.",
+ "The file was uploaded" : "A fájl feltöltve",
+ "The uploaded file exceeds the upload_max_filesize directive in php.ini" : "A feltöltött fájl meghaladja a php.ini-ben szereplő upload_max_filesize direktívában megadott méretet",
+ "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "A feltöltött fájl meghaladja a HTML űrlapon megadott MAX_FILE_SIZE direktívában meghatározott méretet.",
+ "The file was only partially uploaded" : "A fájl csak részben került feltöltésre",
+ "No file was uploaded" : "Egyetlen fájl sem töltődött fel",
+ "Missing a temporary folder" : "Hiányzik egy ideiglenes mappa",
+ "Could not write file to disk" : "Nem lehet a fájlt lemezre írni",
+ "A PHP extension stopped the file upload" : "Egy PHP kiterjesztés megállította a fájl feltöltését",
"Invalid file provided" : "Érvénytelen fájl van megadva",
"No image or file provided" : "Nincs kép vagy fájl megadva",
"Unknown filetype" : "Ismeretlen fájltípus",
@@ -13,6 +21,7 @@
"No valid crop data provided" : "Nincs érvényes levágási adat megadva",
"Crop is not square" : "A levágás nem négyzet alakú",
"State token does not match" : "Az állapottoken nem megfelelő",
+ "Invalid app password" : "Érvénytelen alkalmazásjelszó",
"Could not complete login" : "A bejelentkezés nem fejezhető be",
"Your login token is invalid or has expired" : "A bejelentkezési token érvénytelen vagy lejárt",
"Password reset is disabled" : "Jelszó visszaállítás letiltva",
@@ -26,6 +35,8 @@
"Nextcloud Server" : "Nextcloud kiszolgáló",
"Some of your link shares have been removed" : "Néhány megosztási hivatkozása eltávolításra került",
"Due to a security bug we had to remove some of your link shares. Please see the link for more information." : "Egy biztonsági hiba miatt el kellett távolítsunk néhány megosztási hivatkozását. További információkért lásd a lenti hivatkozást.",
+ "The user limit of this instance is reached." : "Elérte ennek a példánynak a felhasználói korlátját.",
+ "Enter your subscription key to increase the user limit. For more information about Nextcloud Enterprise see our website." : "Adja meg előfizetésének kulcsát a felhasználói korlát növeléséhez. További információ a Nextcloud Enterprise-ról a weboldalunkon található.",
"Preparing update" : "Felkészülés a frissítésre",
"[%d / %d]: %s" : "[%d / %d]: %s",
"Repair step:" : "Javítási lépés:",
@@ -39,76 +50,67 @@
"Maintenance mode is kept active" : "Karbantartási mód aktiválva maradt",
"Updating database schema" : "Adatbázis séma frissítése",
"Updated database" : "Adatbázis frissítve",
- "Checking whether the database schema can be updated (this can take a long time depending on the database size)" : "Ellenőrzés, hogy az adatbázis séma frissíthető-e (az adatbázis méretétől függően ez hosszabb ideig is eltarthat)",
- "Checked database schema update" : "Adatbázis séma frissítés ellenőrizve",
- "Checking updates of apps" : "Alkalmazások frissítésének ellenőrzése",
- "Checking for update of app \"%s\" in appstore" : "A(z) „%s” alkalmazás frissítéseinek keresése az alkalmazástárban",
- "Update app \"%s\" from appstore" : "A(z) „%s” alkalmazás frissítése az alkalmazástárból",
- "Checked for update of app \"%s\" in appstore" : "A(z) „%s” alkalmazás frissítései ellenőrizve az alkalmazástárban",
"Checking whether the database schema for %s can be updated (this can take a long time depending on the database size)" : "Ellenőrzés, hogy a %s adatbázis sémája frissíthető-e (ez az adatbázis méretétől függően hosszabb ideig is eltarthat)",
- "Checked database schema update for apps" : "Alkalmazások adatbázis séma frissítései ellenőrizve",
"Updated \"%1$s\" to %2$s" : "„%1$s” frissítve erre: %2$s",
"Set log level to debug" : "Naplózási szint beállítása hibakeresésre",
"Reset log level" : "Naplózási szint visszaállítása",
"Starting code integrity check" : "Kódintegritási ellenőrzés indítása",
"Finished code integrity check" : "Kódintegritási ellenőrzés befejezve",
"%s (incompatible)" : "%s (nem kompatibilis)",
- "Following apps have been disabled: %s" : "A következő alkalmazások le lettek tiltva: %s",
+ "The following apps have been disabled: %s" : "A következő alkalmazások le lettek tiltva: %s",
"Already up to date" : "Már naprakész",
"Your web server is not yet properly set up to allow file synchronization, because the WebDAV interface seems to be broken." : "A webkiszolgáló nincs megfelelően beállítva a fájlok szinkronizálásához, mert a WebDAV interfész hibásnak tűnik.",
- "Your web server is not properly set up to resolve \"{url}\". Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "A webkiszolgálója nincs megfelelően beállítva a(z) „{url}” feloldásához. További információk a <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentációban</a> találhatók.",
- "Your web server is not properly set up to resolve \"{url}\". This is most likely related to a web server configuration that was not updated to deliver this folder directly. Please compare your configuration against the shipped rewrite rules in \".htaccess\" for Apache or the provided one in the documentation for Nginx at it's <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation page</a>. On Nginx those are typically the lines starting with \"location ~\" that need an update." : "A webkiszolgáló nincs helyesen beállítva a(z) „{url}” feloldásához. A legvalószínűbb, hogy a webkiszolgáló egy konfigurációja nem lett frissítve, hogy közvetlenül kiszolgálja ezt a mappát. Hasonlítsa össze a konfigurációt az Apache-hoz szállított „.htaccess” fájlban lévő átírási szabályokkal, vagy az Nginx-hez készült dokumentációban megadottal a <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentációs oldalon</a>. Az Nginx esetén jellemzően a „location ~” szöveggel kezdődő sorokat kell frissíteni.",
- "Your web server is not properly set up to deliver .woff2 files. This is typically an issue with the Nginx configuration. For Nextcloud 15 it needs an adjustement to also deliver .woff2 files. Compare your Nginx configuration to the recommended configuration in our <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "A webkiszolgálója nincs megfelelően beállítva a .woff2 fájlok kiszolgálásához. Ezt jellemzőn a Nginx konfiguráció problémája okozza. A Nextcloud 15 esetén módosításokra van szükség a .woff2 fájlok miatt. Hasonlítsa össze az Nginx konfigurációját a <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentációnkban</a> javasolt konfigurációval.",
+ "Your web server is not properly set up to resolve \"{url}\". Further information can be found in the {linkstart}documentation ↗{linkend}." : "Webkiszolgálója nincs megfelelően beállítva a(z) „{url}” feloldására. További információk a {linkstart}dokumentációban találhatók ↗{linkend}.",
+ "Your web server is not properly set up to resolve \"{url}\". This is most likely related to a web server configuration that was not updated to deliver this folder directly. Please compare your configuration against the shipped rewrite rules in \".htaccess\" for Apache or the provided one in the documentation for Nginx at it's {linkstart}documentation page ↗{linkend}. On Nginx those are typically the lines starting with \"location ~\" that need an update." : "Webkiszolgálója nincs megfelelően beállítva a(z) „{url}” feloldására. Ez valószínűleg egy webkiszolgáló konfigurációhoz kapcsolódik, amelyet nem frissítettek, hogy ezt a mappát közvetlenül kézbesítse. Hasonlítsa össze a konfigurációt az Apache „.htaccess” fájljának átírt szabályaival, vagy az Nginx a {linkstart}dokumentációs oldalán ↗ {linkend} megadottak szerint. Nginx esetén jellemzően a „location ~” kezdetű sorokat kell frissíteni.",
+ "Your web server is not properly set up to deliver .woff2 files. This is typically an issue with the Nginx configuration. For Nextcloud 15 it needs an adjustement to also deliver .woff2 files. Compare your Nginx configuration to the recommended configuration in our {linkstart}documentation ↗{linkend}." : "A webkiszolgálója nincs megfelelően beállítva a .woff2 fájlok kiszolgálásához. Ezt jellemzőn a Nginx konfiguráció problémája okozza. A Nextcloud 15 esetén módosításokra van szükség a .woff2 fájlok miatt. Hasonlítsa össze az Nginx konfigurációját a <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentációnkban ↗</a> javasolt konfigurációval.",
"PHP does not seem to be setup properly to query system environment variables. The test with getenv(\"PATH\") only returns an empty response." : "Úgy tűnik a PHP nincs rendesen beállítva a rendszer környezeti változóinak lekéréséhez. A getenv(\"PATH\") teszt csak üres értéket ad vissza.",
- "Please check the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">installation documentation ↗</a> for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "Nézze meg a <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">telepítési leírásban ↗</a> található PHP konfigurációs megjegyzéseket, és a kiszolgálója PHP beállításait, különösen akkor, ha php-fpm-et használ.",
+ "Please check the {linkstart}installation documentation ↗{linkend} for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "Ellenőrizze a {linkstart}telepítési dokumentációban ↗{linkend} a PHP konfigurációs megjegyzéseit, és a kiszolgáló PHP konfigurációját, különösen a php-fpm használatakor.",
"The read-only config has been enabled. This prevents setting some configurations via the web-interface. Furthermore, the file needs to be made writable manually for every update." : "Csak olvasható beállítófájl engedélyezve. Ez meggátolja a beállítások módosítását a webes felületről. Továbbá, a fájlt kézzel kell írhatóvá tenni minden módosításhoz.",
"Your database does not run with \"READ COMMITTED\" transaction isolation level. This can cause problems when multiple actions are executed in parallel." : "Az adatbázis nem „READ COMMITTED” tranzakció izolációs szinttel fut. Ez problémákat okozhat több egyidejű esemény végrehajtásakor.",
"The PHP module \"fileinfo\" is missing. It is strongly recommended to enable this module to get the best results with MIME type detection." : "A „fileinfo” PHP modul hiányzik. Erősen javasolt a modul engedélyezése a MIME-típusok lehető legjobb felismeréséhez.",
- "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems. See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation ↗</a> for more information." : "A tranzakcionális fájlzárolás ki van kapcsolva, ami problémákhoz vezethet versenyhelyzetek esetén. Ezek elkerülése érdekében kapcsolja be a „filelocking.enabled” paramétert a config.php fájlban. További információkért lásd a <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentációt ↗</a>.",
+ "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems. See the {linkstart}documentation ↗{linkend} for more information." : "A tranzakciós fájlok zárolása le van tiltva, ez problémákhoz vezethet a versenykörülmények között. A problémák elkerülése érdekében engedélyezze a „filelocking.enabled” beállítást a config.php fájlban. További információkért lásd a {linkstart}dokumentációt ↗{linkend}.",
"If your installation is not installed at the root of the domain and uses system cron, there can be issues with the URL generation. To avoid these problems, please set the \"overwrite.cli.url\" option in your config.php file to the webroot path of your installation (suggestion: \"{suggestedOverwriteCliURL}\")" : "Ha a telepítés nem a webkiszolgáló gyökerében van, és a rendszer cron szolgáltatását használja, akkor problémák lehetnek az URL-ek előállításával. Ezek elkerülése érdekében állítsa be a config.php fájlban az „overwrite.cli.url” paramétert a telepítés által használt webútvonalra (javaslat: „{suggestedOverwriteCliURL}”)",
+ "Your installation has no default phone region set. This is required to validate phone numbers in the profile settings without a country code. To allow numbers without a country code, please add \"default_phone_region\" with the respective {linkstart}ISO 3166-1 code ↗{linkend} of the region to your config file." : "A telepítéshez nincs megadva alapértelmezett telefonrégió. Erre a telefonszámok országkód nélküli hitelesítéséhez van szükség a profilbeállításokban. Ha országkód nélküli számokat szeretne engedélyezni, vegye fel a konfigurációs fájlba az \"default_phone_region\" szót a régió megfelelő {linkstart}ISO 3166-1 kódjával ↗{linkend}.",
"It was not possible to execute the cron job via CLI. The following technical errors have appeared:" : "Az ütemezett feladatot nem lehetett parancssorból futtatni. A következő műszaki hiba lépett fel:",
- "Last background job execution ran {relativeTime}. Something seems wrong." : "A legutóbbi háttérművelet futási ideje: {relativeTime}. Valószínűleg hiba lépett fel.",
- "Check the background job settings" : "Ellenőrizze a háttérművelet beállításait.",
+ "Last background job execution ran {relativeTime}. Something seems wrong. {linkstart}Check the background job settings ↗{linkend}." : "Az utolsó háttérfeladat végrehajtás {relatívTime} óta fut. Valami rossznak tűnik. {linkstart} Ellenőrizze a háttérfeladat beállításokat ↗{linkend}.",
"This server has no working Internet connection: Multiple endpoints could not be reached. This means that some of the features like mounting external storage, notifications about updates or installation of third-party apps will not work. Accessing files remotely and sending of notification emails might not work, either. Establish a connection from this server to the Internet to enjoy all features." : "Ennek a kiszolgálónak nincs működő internetkapcsolata: több végpont nem érhető el. Ez azt jelenti, hogy néhány funkció, mint például a külső tárolók csatolása, a frissítési értesítések, vagy a harmadik féltől származó alkalmazások telepítése nem fog működni. Lehet, hogy a fájlok távoli elérése és az e-mail értesítések sem működnek. Létesítsen internetkapcsolatot a kiszolgálón, ha minden funkciót használni szeretne.",
- "No memory cache has been configured. To enhance performance, please configure a memcache, if available. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Nincs memória gyorsítótár beállítva. A teljesítmény javítása érdekében kapcsolja be, ha az lehetséges. További információ a <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentációban</a> található.",
- "No suitable source for randomness found by PHP which is highly discouraged for security reasons. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Nincs megfelelő véletlenszám forrás a PHP-hoz, amely biztonsági okokból erősen ellenjavallt. Tovább információ a <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentációban</a> található.",
- "You are currently running PHP {version}. Upgrade your PHP version to take advantage of <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">performance and security updates provided by the PHP Group</a> as soon as your distribution supports it." : "Jelenleg {version} verziójú PHP-t futtat. Frissítse a PHP verziót, hogy élvezhesse a <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">PHP Group által biztosított teljesítmény- és biztonságbeli frissítéseket</a>, amint a disztribúciója támogatja.",
- "Nextcloud 19 is the last release supporting PHP 7.2. Nextcloud 20 requires at least PHP 7.3." : "A Nextcloud 19 az utolsó release, amely támogatja a PHP 7.2 használatát. A Nextcloud 20 legalább PHP 7.3 használatát igényli.",
- "The reverse proxy header configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If not, this is a security issue and can allow an attacker to spoof their IP address as visible to the Nextcloud. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "A fordított proxy fejlécek beállítása helytelen, vagy egy megbízható proxyval kapcsolódik a Nextcloudhoz. Ha nem így van, akkor ez egy biztonsági rés lehet, mely segítségével egy támadó meghamisíthatja az IP-címét a Nextcloud felé. További információ a <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentációban</a> található.",
- "Memcached is configured as distributed cache, but the wrong PHP module \"memcache\" is installed. \\OC\\Memcache\\Memcached only supports \"memcached\" and not \"memcache\". See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">memcached wiki about both modules</a>." : "A Memcached elosztott gyorsítótárként van beállítva, de hibás „memcache” PHP modul van telepítve. Az \\OC\\Memcache\\Memcached csak a „memcached”-et támogatja a „memcache”-t nem. Lásd a <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">memcached wikit a két modul leírásához</a>.",
- "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">List of invalid files…</a> / <a href=\"{rescanEndpoint}\">Rescan…</a>)" : "Néhány fájl nem ment át az épségellenőrzésen. A probléma megoldásához további információ a <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentációban</a> található. (<a href=\"{codeIntegrityDownloadEndpoint}\">Érvénytelen fájlok listája…</a> / <a href=\"{rescanEndpoint}\">Újraellenőrzés…</a>)",
- "The PHP OPcache module is not loaded. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance it is recommended</a> to load it into your PHP installation." : "A PHP OPcache modul nincs betöltve. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">A jobb teljesítményért ajánlott</a> betölteni a PHP telepítésbe.",
- "The PHP OPcache is not properly configured. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance it is recommended</a> to use the following settings in the <code>php.ini</code>:" : "A PHP OPcache nincs megfelelően beállítva. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">A jobb teljesítményért ajánlott</a>, hogy a következő beállításokat használja a <code>php.ini</code>-ben:",
+ "No memory cache has been configured. To enhance performance, please configure a memcache, if available. Further information can be found in the {linkstart}documentation ↗{linkend}." : "Nincs beállítva memória gyorsítótár. A teljesítmény növelése érdekében állítson be egy memcache-t, ha van ilyen. További információk a {linkstart}dokumentációban találhatók ↗{linkend}.",
+ "No suitable source for randomness found by PHP which is highly discouraged for security reasons. Further information can be found in the {linkstart}documentation ↗{linkend}." : "A PHP nem talált megfelelő forrást a véletlenszerűségre, amelyet biztonsági okokból erősen ellenjavalt. További információk a {linkstart} dokumentációban találhatók ↗ {linkend}.",
+ "You are currently running PHP {version}. Upgrade your PHP version to take advantage of {linkstart}performance and security updates provided by the PHP Group ↗{linkend} as soon as your distribution supports it." : "Ön jelenleg a(z) PHP {version} szoftvert futtatja. Amint terjesztése támogatja, frissítse a PHP verzióját, hogy kihasználhassa a {linkstart} teljesítmény- és biztonsági frissítéseket, amelyeket a PHP Group nyújt ↗{linkend}.",
+ "Nextcloud 20 is the last release supporting PHP 7.2. Nextcloud 21 requires at least PHP 7.3." : "A Nextcloud 20 az utolsó olyan kiadás, amely támogatja a PHP 7.2-es verziót. A Nextcloud 21 legalább PHP 7.3-at igényel.",
+ "The reverse proxy header configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If not, this is a security issue and can allow an attacker to spoof their IP address as visible to the Nextcloud. Further information can be found in the {linkstart}documentation ↗{linkend}." : "A fordított proxy fejléc konfigurációja helytelen, vagy egy megbízható proxyból érhető el a Nextcloud. Ha nem, akkor ez biztonsági probléma, és lehetővé teheti a támadók számára, hogy a Nextcloud számára látható IP-címüket meghamisítsák. További információk a {linkstart} dokumentációban találhatók ↗{linkend}.",
+ "Memcached is configured as distributed cache, but the wrong PHP module \"memcache\" is installed. \\OC\\Memcache\\Memcached only supports \"memcached\" and not \"memcache\". See the {linkstart}memcached wiki about both modules ↗{linkend}." : "A Memcached elosztott gyorsítótárként van konfigurálva, de rossz PHP modul \"memcache\" van telepítve. \\ OC \\ Memcache \\ Memcached csak a \"memcached\"-et támogatja, a \"memcache\"-t nem. Lásd a {linkstart}memcached wiki-t mindkét modulról ↗{linkend}.",
+ "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in the {linkstart1}documentation ↗{linkend}. ({linkstart2}List of invalid files…{linkend} / {linkstart3}Rescan…{linkend})" : "Néhány fájl elbukott az integritás ellenőrzésen. További információk a probléma megoldásáról a {linkstart1}dokumentációban találhatók ↗{linkend}. ({linkstart2}Érvénytelen fájlok listája ...{linkend} / {linkstart3}Újrakeresés ...{linkend})",
+ "The PHP OPcache module is not loaded. {linkstart}For better performance it is recommended ↗{linkend} to load it into your PHP installation." : "A PHP OPcache modul nincs betöltve. {linkstart}A jobb teljesítmény érdekében javasoljuk, hogy ↗{link} töltse be a PHP telepítésébe.",
+ "The PHP OPcache module is not properly configured. {linkstart}For better performance it is recommended ↗{linkend} to use the following settings in the <code>php.ini</code>:" : "A PHP OPcache modul nincs megfelelően konfigurálva. {linkstart}A jobb teljesítmény érdekében ↗{linkend} ajánlott a következő beállításokat használni a <code>php.ini</code> fájlban:",
"The PHP function \"set_time_limit\" is not available. This could result in scripts being halted mid-execution, breaking your installation. Enabling this function is strongly recommended." : "A „set_time_limit” PHP függvény nem érhető el. Emiatt egy szkript megszakadhat futás közben, a telepítés hibáját okozva. A függvény engedélyezése erősen javallott.",
"Your PHP does not have FreeType support, resulting in breakage of profile pictures and the settings interface." : "A PHP-ból hiányzik a FreeType-támogatás. Ez a beállítási felület és a profilképek hibás megjelenítését okozhatja.",
"Missing index \"{indexName}\" in table \"{tableName}\"." : "A(z) „{indexName}” index hiányzik a(z) „{tableName}” táblában.",
"The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "Az adatbázisból hiányzik néhány index. Mivel az indexek hozzáadása nagy táblák esetén sokáig tarthat, ezért nem lettek automatikusan létrehozva. Futtassa az „occ db:add-missing-indices” parancsot, hogy kézzel létrehozza a hiányzó indexeket, miközben a példány továbbra is fut. Amint az indexek létre lettek hozva, a lekérdezések gyorsabban fognak futni azokon a táblákon.",
+ "Missing primary key on table \"{tableName}\"." : "Hiányzik az elsődleges kulcs a(z) \"{tableName}\" táblában.",
+ "The database is missing some primary keys. Due to the fact that adding primary keys on big tables could take some time they were not added automatically. By running \"occ db:add-missing-primary-keys\" those missing primary keys could be added manually while the instance keeps running." : "Az adatbázisból hiányzik néhány elsődleges kulcs. Mivel az elsődleges kulcsok hozzáadása nagy táblák esetén sokáig tarthat, ezért nem lettek automatikusan létrehozva. Futtassa az „occ db:add-missing-primary-keys” parancsot, hogy kézzel létrehozza a hiányzó elsődleges kulcsokat, miközben a példány továbbra is fut.",
+ "Missing optional column \"{columnName}\" in table \"{tableName}\"." : "A nem kötelező oszlop „{columnName}” hiányzik a „{tableName}” táblában.",
+ "The database is missing some optional columns. Due to the fact that adding columns on big tables could take some time they were not added automatically when they can be optional. By running \"occ db:add-missing-columns\" those missing columns could be added manually while the instance keeps running. Once the columns are added some features might improve responsiveness or usability." : "Az adatbázisból hiányzik néhány nem kötelező oszlop. Mivel az oszlopok hozzáadása sokáig tart a nagy tábláknál, ezért a nem kötelező oszlopok nem lettek automatikusan hozzáadva. A hiányzó oszlopokat az „occ db:add-missing-columns” paranccsal lehet kézileg hozzáadni a példány futása közben. Az oszlopok hozzáadása után bizonyos funkciók válaszideje és használhatósága javulni fog.",
"This instance is missing some recommended PHP modules. For improved performance and better compatibility it is highly recommended to install them." : "Ennél a példánynál hiányzik néhány javasolt PHP modul. A jobb teljesítmény és nagyobb kompatibilitás miatt ezek telepítése erősen javallott.",
- "Some columns in the database are missing a conversion to big int. Due to the fact that changing column types on big tables could take some time they were not changed automatically. By running 'occ db:convert-filecache-bigint' those pending changes could be applied manually. This operation needs to be made while the instance is offline. For further details read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "Az adatbázisban néhány oszlop nem lett big int-re alakítva. Annak következtében, hogy a oszlopok változtatása nagy táblákon sokáig is eltarthat, nem lettek automatikusan megváltoztatva. A 'occ db:convert-filecache-bigint' parancsot futtatva a függő változások manuálisan végrehajthatók. Ezt a folyamatot csak a környezet offline állapotában szabad futtatni. További részletekért olvasd el a <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\"> a dokumentáció </a>oldalán.",
+ "Module php-imagick in this instance has no SVG support. For better compatibility it is recommended to install it." : "A php-imagick modul ebben az esetben nem rendelkezik SVG támogatással. A jobb kompatibilitás érdekében ajánlott telepíteni.",
+ "Some columns in the database are missing a conversion to big int. Due to the fact that changing column types on big tables could take some time they were not changed automatically. By running 'occ db:convert-filecache-bigint' those pending changes could be applied manually. This operation needs to be made while the instance is offline. For further details read {linkstart}the documentation page about this ↗{linkend}." : "Az adatbázis egyes oszlopaiból hiányzik a konverzió big int-re. MIvel a nagy táblák oszloptípusainak megváltoztatása eltarthat egy ideig, azokat nem változtattuk meg automatikusan. Az 'occ db: convert-filecache-bigint' futtatásával ezeket a függőben lévő módosításokat manuálisan lehet alkalmazni. Ezt a műveletet offline állapotban kell végrehajtani. További részletekért olvassa el a {linkstart}erről a dokumentációról szóló oldalt ↗{linkend}.",
"SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend." : "Jelenleg SQLite van háttéradatbázisként használva. Nagyobb telepítésekhez javasoljuk, hogy váltson más háttéradatbázisra. ",
"This is particularly recommended when using the desktop client for file synchronisation." : "Ezt különösen akkor javasoljuk, ha asztali klienst használ fájlszinkronizálásához.",
- "To migrate to another database use the command line tool: 'occ db:convert-type', or see the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation ↗</a>." : "Más adatbázisra való migráláshoz használja a parancssori eszközt: „occ db:convert-type”, vagy nézze meg a <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentációt ↗</a>.",
- "Use of the the built in php mailer is no longer supported. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Please update your email server settings ↗<a/>." : "A beépített PHP levélküldő használata már nem támogatott. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Frissítse a levelezőkiszolgáló beállításait ↗<a/>.",
+ "To migrate to another database use the command line tool: 'occ db:convert-type', or see the {linkstart}documentation ↗{linkend}." : "Más adatbázisba történő áttéréshez használja az 'occ db: convert-type' parancssori eszközt, vagy tekintse meg a {linkstart}dokumentációt ↗{linkend}.",
"The PHP memory limit is below the recommended value of 512MB." : "A PHP memóriakorlátja az ajánlott 512 MB alatt van.",
"Some app directories are owned by a different user than the web server one. This may be the case if apps have been installed manually. Check the permissions of the following app directories:" : "Néhány alkalmazáskönyvtár tulajdonosa különbözik a webkiszolgálóétól. Ez akkor fordul elő, ha az alkalmazás kézileg lett telepítve. Ellenőrizze az alábbi alkalmazáskönyvtárak jogosultságát:",
- "MySQL is used as database but does not support 4-byte characters. To be able to handle 4-byte characters (like emojis) without issues in filenames or comments for example it is recommended to enable the 4-byte support in MySQL. For further details read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "A MySQL van használatban adatbázisként, de nem támogatja a 4 bájtos karaktereket. A 4 bájtos karakterek (mint az emodzsik) fájlnevekben és megjegyzésekben történő problémák nélküli kezeléséhez ajánlott a 4 bájtos támogatás engedélyezése a MySQL-ben. További részletekért olvassa el a <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">a dokumentációs oldalt</a>.",
+ "MySQL is used as database but does not support 4-byte characters. To be able to handle 4-byte characters (like emojis) without issues in filenames or comments for example it is recommended to enable the 4-byte support in MySQL. For further details read {linkstart}the documentation page about this ↗{linkend}." : "A MySQL-t adatbázisként használják, de nem támogatja a 4 bájtos karaktereket. Többek között ahhoz, hogy a 4 bájtos karaktereket (például hangulatjeleket) kezelni tudjuk fájlnevekben vagy megjegyzésekben, ajánlott engedélyezni a 4 bájtos támogatást a MySQL-ben. További részletekért olvassa el a {linkstart}erről a dokumentációról szóló oldalt ↗{linkend}.",
"This instance uses an S3 based object store as primary storage. The uploaded files are stored temporarily on the server and thus it is recommended to have 50 GB of free space available in the temp directory of PHP. Check the logs for full details about the path and the available space. To improve this please change the temporary directory in the php.ini or make more space available in that path." : "Ez a példány S3-alapú objektumtárat használ elsődleges tárolóként. A feltöltött fájlok ideiglenesen a kiszolgálón tároltak, így ajánlott hogy legalább 50GB szabad tárhely legyen a PHP ideiglenes könyvtárában. Ellenőrizze a naplókat az útvonal pontos részletei és az elérhető hely miatt. Hogy ezen javítson, módosítsa az ideiglenes könyvtárat a php.ini-ben, vagy szabadítson fel helyet azon az útvonalon.",
- "You are accessing your instance over a secure connection, however your instance is generating insecure URLs. This most likely means that you are behind a reverse proxy and the overwrite config variables are not set correctly. Please read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "Ön a példányát biztonságos kapcsolaton keresztül próbálja elérni, bár az ön példánya nem biztonságos URL-t generál. Ez valószínűleg azt jelenti, hogy ön egy reverse proxy mögött van és a konfigurációs változók felülírása nem jól van beállítva. Kérem, olvassa el az <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">erről szóló dokumentációt</a>!",
+ "You are accessing your instance over a secure connection, however your instance is generating insecure URLs. This most likely means that you are behind a reverse proxy and the overwrite config variables are not set correctly. Please read {linkstart}the documentation page about this ↗{linkend}." : "Biztonságos kapcsolaton keresztül éri el a példányát, azonban a példánya nem biztonságos URL-eket hoz létre. Ez nagy valószínűséggel azt jelenti, hogy egy fordított proxy mögött áll, és a konfigurációs változók felülírása nincs megfelelően beállítva. Kérjük, olvassa el a {linkstart}erről a dokumentációról szóló oldalt link{linkend}.",
"Error occurred while checking server setup" : "Hiba történt a kiszolgálóbeállítások ellenőrzésekor",
+ "For more details see the {linkstart}documentation ↗{linkend}." : "További részletekért lásd a {linkstart}dokumentációt↗{linkend}.",
"Your data directory and files are probably accessible from the Internet. The .htaccess file is not working. It is strongly recommended that you configure your web server so that the data directory is no longer accessible, or move the data directory outside the web server document root." : "Az adatkönyvtárai és a fájljai valószínűleg elérhetőek az internetről. A .htaccess fájl nem működik. Erősen javasolt, hogy a webkiszolgálót úgy állítsa be, hogy az adatkönyvtár tartalma ne legyen közvetlenül elérhető, vagy helyezze át a könyvtárat a kiszolgálási területen kívülre.",
"The \"{header}\" HTTP header is not set to \"{expected}\". This is a potential security or privacy risk, as it is recommended to adjust this setting accordingly." : "A(z) „{header}” HTTP-fejléc nem erre van állítva: „{expected}”. Ez egy lehetséges biztonsági és adatvédelmi kockázat, ezért javasolt, hogy módosítsa megfelelően a beállítást.",
"The \"{header}\" HTTP header is not set to \"{expected}\". Some features might not work correctly, as it is recommended to adjust this setting accordingly." : "A(z) „{header}” HTTP-fejléc nem erre van állítva: „{expected}”. Egyes szolgáltatások esetleg nem fognak megfelelően működni, ezért javasolt, hogy módosítsa megfelelően a beállítást.",
"The \"{header}\" HTTP header doesn't contain \"{expected}\". This is a potential security or privacy risk, as it is recommended to adjust this setting accordingly." : "A(z) „{header}” HTTP-fejléc nem tartalmazza ezt: „{expected}”. Ez egy lehetséges biztonsági és adatvédelmi kockázat, ezért javasolt, hogy módosítsa megfelelően a beállítást.",
- "The \"{header}\" HTTP header is not set to \"{val1}\", \"{val2}\", \"{val3}\", \"{val4}\" or \"{val5}\". This can leak referer information. See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{link}\">W3C Recommendation ↗</a>." : "A(z) „{header}” HTTP-fejléc nem ezek egyikére van állítva: „{val1}”, „{val2}”, „{val3}”, „{val4}” vagy „{val5}”. Ez hivatkozási információ szivárgását okozhatja. Tekintse meg a <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{link}\">W3C ajánlást ↗</a>.",
- "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the <a href=\"{docUrl}\" rel=\"noreferrer noopener\">security tips ↗</a>." : "A „Strict-Transport-Security” HTTP fejléc nincs legalább „{seconds}” másodpercre állítva. A fejlettebb védelem érdekében javasoljuk a HSTS engedélyezését a <a href=\"{docUrl}\" rel=\"noreferrer noopener\">biztonsági tippekben ↗</a>.",
- "Accessing site insecurely via HTTP. You are strongly advised to set up your server to require HTTPS instead, as described in the <a href=\"{docUrl}\">security tips ↗</a>." : "Jelenleg HTTP-vel éri el a weboldalt. Erősen ajánlott a HTTPS konfiguráció használata ehelyett, ahogyan ezt részleteztük a <a href=\"{docUrl}\">biztonsági tippekben ↗</a>.",
- "Non-existing tag #{tag}" : "Nem létező címke #{tag}",
- "restricted" : "korlátozott",
- "invisible" : "láthatatlan",
- "Delete" : "Törlés",
- "Rename" : "Átnevezés",
- "Collaborative tags" : "Együttműködési címkék",
- "No tags found" : "Nem találhatók címkék",
+ "The \"{header}\" HTTP header is not set to \"{val1}\", \"{val2}\", \"{val3}\", \"{val4}\" or \"{val5}\". This can leak referer information. See the {linkstart}W3C Recommendation ↗{linkend}." : "A \"{header}\" HTTP fejléc nincs beállítva \"{val1}\", \"{val2}\", \"{val3}\", \"{val4}\" vagy \"{val5}\" értékre. Ez kiszivárogtathatja a hivatkozói információkat. Lásd a {linkstart}W3C ajánlást ↗{linkend}.",
+ "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the {linkstart}security tips ↗{linkend}." : "A \"Strict-Transport-Security\" HTTP fejléc nincs beállítva legalább \"{seconds}\" másodpercre. A fokozott biztonság érdekében ajánlott engedélyezni a HSTS-t a {linkstart}biztonsági tippek ↗{linkend} leírása szerint.",
+ "Accessing site insecurely via HTTP. You are strongly advised to set up your server to require HTTPS instead, as described in the {linkstart}security tips ↗{linkend}." : "A webhely elérése nem biztonságos HTTP-n keresztül. Javasoljuk, hogy állítsa be szerverét úgy, hogy ehelyett HTTPS-t igényeljen, amint azt a {linkstart}biztonsági tippek ↗{linkend} leírják.",
"unknown text" : "ismeretlen szöveg",
"Hello world!" : "Helló világ!",
"sunny" : "napos",
@@ -123,27 +125,27 @@
"Please reload the page." : "Frissítse az oldalt.",
"The update was unsuccessful. For more information <a href=\"{url}\">check our forum post</a> covering this issue." : "A frissítés sikertelen. Bővebb információért <a href=\"{url}\">keresse fel a problémáról szóló fórumbejegyzésünket</a>.",
"The update was unsuccessful. Please report this issue to the <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">Nextcloud community</a>." : "A frissítés sikertelen. Jelezze a problémát a <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">Nextcloud közösségnek</a>.",
- "Continue to Nextcloud" : "Irány a Nextcloud",
- "_The update was successful. Redirecting you to Nextcloud in %n second._::_The update was successful. Redirecting you to Nextcloud in %n seconds._" : ["A frissítés sikeres volt. Átirányítás a Nextcloudra %n másodperc múlva.","A frissítés sikeres volt. Átirányítás a Nextcloudra %n másodperc múlva."],
- "Searching other places" : "Keresés további helyeken",
- "No search results in other folders for {tag}{filter}{endtag}" : "Ehhez nincsenek találatok más mappákban: {tag}{filter}{endtag}",
- "_{count} search result in another folder_::_{count} search results in other folders_" : ["{count} találat egy másik mappában","{count} találat más mappákban"],
+ "Continue to {productName}" : "Tovább erre: {productName}",
+ "_The update was successful. Redirecting you to {productName} in %n second._::_The update was successful. Redirecting you to {productName} in %n seconds._" : ["A frissítés sikeres volt. %n másodperc múlva átirányítjuk a(z) {productName} címre.","A frissítés sikeres volt. %n másodperc múlva átirányítjuk a(z) {productName} címre."],
+ "Log in" : "Bejelentkezés",
+ "Logging in …" : "Bejelentkezés…",
"Server side authentication failed!" : "A kiszolgálóoldali hitelesítés sikertelen.",
"Please contact your administrator." : "Lépjen kapcsolatba a rendszergazdával.",
"An internal error occurred." : "Belső hiba történt.",
"Please try again or contact your administrator." : "Próbálja meg újra, vagy vegye fel a kapcsolatot a rendszergazdával.",
"Username or email" : "Felhasználónév vagy e-mail cím",
"Password" : "Jelszó",
- "Log in" : "Bejelentkezés",
- "Logging in …" : "Bejelentkezés…",
+ "Toggle password visibility" : "Jelszó láthatóság váltása",
"Wrong username or password." : "Hibás felhasználónév vagy jelszó.",
"User disabled" : "Felhasználó letiltva",
- "We have detected multiple invalid login attempts from your IP. Therefore your next login is throttled up to 30 seconds." : "Többszöri sikertelen bejelentkezési kísérletet észléltünk az IP-címéről. A legközelebbi kísérlete így 30 másodperccel késleltetve lesz.",
+ "We have detected multiple invalid login attempts from your IP. Therefore your next login is throttled up to 30 seconds." : "Többszöri sikertelen bejelentkezési kísérletet észleltünk az IP-címéről. A legközelebbi kísérlete így 30 másodperccel késleltetve lesz.",
+ "Your account is not setup for passwordless login." : "A fiókja nincs beállítva jelszómentes bejelentkezésre.",
+ "Passwordless authentication is not supported in your browser." : "A jelszó nélküli hitelesítést nem támogatja a böngészője.",
+ "Passwordless authentication is only available over a secure connection." : "A jelszó nélküli hitelesítés csak biztonságos kapcsolaton keresztül érhető el.",
"Reset password" : "Jelszó-visszaállítás",
- "A password reset message has been sent to the e-mail address of this account. If you do not receive it, check your spam/junk folders or ask your local administrator for help." : "Egy jelszó visszaállítási e-mail lett küldve a fiók e-mail címére. Ha nem kapta meg, akkor ellenőrizze a levélszemét mappát, vagy kérje a helyi rendszergazda segítségét.",
+ "A password reset message has been sent to the email address of this account. If you do not receive it, check your spam/junk folders or ask your local administrator for help." : "Egy jelszó visszaállítási e-mail lett küldve a fiók e-mail címére. Ha nem kapta meg, akkor ellenőrizze a levélszemét mappát, vagy kérje a helyi rendszergazda segítségét.",
"If it is not there ask your local administrator." : "Ha nincs ott, akkor kérdezze a helyi rendszergazdát.",
"Couldn't send reset email. Please contact your administrator." : "Nem küldhető visszaállítási e-mail. Lépjen kapcsolatba a rendszergazdával.",
- "Password can not be changed. Please contact your administrator." : "A jelszó nem módosítható. Lépjen kapcsolatba a rendszergazdával.",
"Back to login" : "Vissza a bejelentkezéshez",
"New password" : "Új jelszó",
"Your files are encrypted. There will be no way to get your data back after your password is reset. If you are not sure what to do, please contact your administrator before you continue. Do you really want to continue?" : "A fájljai titkosítva vannak. A jelszó visszaállítása után sehogy sem fogja tudja visszaszerezni azokat. Ha nem tudja mi a teendő, akkor beszéljen a helyi rendszergazdával. Biztos, hogy folytatja?",
@@ -151,20 +153,29 @@
"Resetting password" : "Jelszó visszaállítása",
"Recommended apps" : "Ajánlott alkalmazások",
"Loading apps …" : "Alkalmazások betöltése…",
- "Could not fetch list of apps from the app store." : "Az alkalmazások listája nem kérhető le az alkalmazásbolttól.",
"Installing apps …" : "Alkalmazások telepítése…",
- "Nextcloud {app}" : "Nextcloud {app}",
"App download or installation failed" : "Alkalmazás letöltése vagy telepítése sikertelen",
- "Can't install this app because it is not compatible" : "Az alkalmazás nem telepíthető, mert nem kompatibilis",
- "Can't install this app" : "Az alkalmazás nem telepíthető",
"Cancel" : "Mégse",
"Schedule work & meetings, synced with all your devices." : "Ütemezett munkáját és találkozóit, szinkronizálva az összes eszközén.",
"Keep your colleagues and friends in one place without leaking their private info." : "Tartsa egy helyen kollégáit és barátait, anélkül hogy kiszivárogtatná a személyes adataikat.",
"Simple email app nicely integrated with Files, Contacts and Calendar." : "Egyszerű e-mail alkalmazás, amely szépen integrálódik a Fájlok, Névjegyek és Naptár alkalmazásba.",
"Chatting, video calls, screensharing, online meetings and web conferencing – in your browser and with mobile apps." : "Csevegés, videóhívások, képernyőmegosztás, online megbeszélések és webes konferencia – a böngészőjében és mobilalkalmazásokkal.",
"Collaboratively edit office documents." : "Szerkesszen közösen irodai dokumentumokat.",
- "Local document editing back-end used by the OnlyOffice app." : "Helyi dokumentumszerkesztési háttérszolgáltatás, melyet az OnlyOffice alkalmazás használ.",
+ "Local document editing back-end used by the Collabora Online app." : "Helyi dokumentumszerkesztési háttérprogram, amit a Collabora Online alkalmazás használ.",
"Forgot password?" : "Elfelejtett jelszó?",
+ "Log in with a device" : "Bejelentkezés eszközzel",
+ "Back" : "Vissza",
+ "Login form is disabled." : "A bejelentkezési űrlap letiltva.",
+ "Reset search" : "Keresés visszaállítása",
+ "Search for {name} only" : "Csak a(z) {name} kifejezésre keres",
+ "No results for {query}" : "Nincs találat a következőre: {query}",
+ "Start typing to search" : "Kezdjen el gépelni a kereséshez",
+ "Loading more results …" : "További eredmények betöltése ...",
+ "Load more results" : "További eredmények betöltése",
+ "Search" : "Keresés",
+ "An error occurred while searching for {type}" : "Hiba történt a(z) {type} keresése közben",
+ "_Please enter {minSearchLength} character or more to search_::_Please enter {minSearchLength} characters or more to search_" : ["A kereséshez írjon be a legalább {minSearchLength} karaktert","A kereséshez írjon be a legalább {minSearchLength} karaktert"],
+ "Search {types} …" : "{types} keresése …",
"Settings" : "Beállítások",
"Could not load your contacts" : "Nem lehet betölteni a névjegyeit",
"Search contacts …" : "Névjegyek keresése…",
@@ -184,7 +195,7 @@
"\"{name}\" is an invalid file name." : "A(z) „{name}” fájlnév érvénytelen.",
"File name cannot be empty." : "A fájlnév nem lehet üres.",
"\"/\" is not allowed inside a file name." : "„/” nem szerepelhet fájlnévben.",
- "\"{name}\" is not an allowed filetype" : "A(Z) „{name}” nem engedélyezett fájltípus",
+ "\"{name}\" is not an allowed filetype" : "A(z) „{name}” nem engedélyezett fájltípus",
"{newName} already exists" : "{newName} már létezik",
"Choose" : "Válasszon",
"Copy" : "Másolás",
@@ -232,6 +243,13 @@
"Strong password" : "Erős jelszó",
"No action available" : "Nincs elérhető művelet",
"Error fetching contact actions" : "Hiba a kapcsolati műveletek lekérésekor",
+ "Non-existing tag #{tag}" : "Nem létező címke #{tag}",
+ "restricted" : "korlátozott",
+ "invisible" : "láthatatlan",
+ "Delete" : "Törlés",
+ "Rename" : "Átnevezés",
+ "Collaborative tags" : "Együttműködési címkék",
+ "No tags found" : "Nem találhatók címkék",
"Personal" : "Személyes",
"Users" : "Felhasználók",
"Apps" : "Alkalmazások",
@@ -241,11 +259,14 @@
"File not found" : "Fájl nem található",
"The document could not be found on the server. Maybe the share was deleted or has expired?" : "A dokumentum nem található a szerveren. Valószínűleg a megosztás törölve lett vagy lejárt.",
"Back to %s" : "Vissza ide %s",
+ "Too many requests" : "Túl sok kérés",
+ "There were too many requests from your network. Retry later or contact your administrator if this is an error." : "Túl sok kérés érkezett a hálózatától. Próbálja újra később, vagy ha ez egy hiba, akkor forduljon a rendszergazdához.",
"Error" : "Hiba",
- "Internal Server Error" : "Belső szerver hiba",
+ "Previous" : "Előző",
+ "Internal Server Error" : "Belső kiszolgálóhiba",
"The server was unable to complete your request." : "A szerver nem tudta végrehajtani a kérésed.",
"If this happens again, please send the technical details below to the server administrator." : "Ha ez még egyszer előfordul küldd el az alábbi technikai részleteket a rendszergazdának.",
- "More details can be found in the server log." : "További részletek a szerver naplóban találhatók.",
+ "More details can be found in the server log." : "További részletek találhatók a kiszolgáló naplójában.",
"Technical details" : "Technikai adatok",
"Remote Address: %s" : "Távoli cím: %s",
"Request ID: %s" : "Kérésazonosító: %s",
@@ -271,14 +292,14 @@
"Database password" : "Adatbázis jelszó",
"Database name" : "Az adatbázis neve",
"Database tablespace" : "Az adatbázis táblázattér (tablespace)",
- "Database host" : "Adatbázis szerver",
+ "Database host" : "Adatbázis-kiszolgáló",
"Please specify the port number along with the host name (e.g., localhost:5432)." : "Kérlek add meg a port számát a kiszolgáló neve után (pl: localhost:5432).",
"Performance warning" : "Teljesítménybeli figyelmeztetés",
"You chose SQLite as database." : "SQLite adatbázist választott.",
"SQLite should only be used for minimal and development instances. For production we recommend a different database backend." : "Az SQLite-ot csak minimális és fejlesztési célú példányok esetén szabad használni. Éles működés esetén más adatbázis-kezelőt ajánlunk.",
"If you use clients for file syncing, the use of SQLite is highly discouraged." : "Ha klienseket használt a fájlszinkronizáláshoz, akkor az SQLite használata erősen ellenjavallt.",
"Install recommended apps" : "Javasolt alkalmazások telepítése",
- "Calendar, Contacts, Talk, Mail & OnlyOffice" : "Naptár, Névjegyek, Beszélgetés, Levelezés és OnlyOffice",
+ "Calendar, Contacts, Talk, Mail & Collaborative editing" : "Naptár, Névjegyek, Beszélgetés, Levelezés és Közös szerkesztés",
"Finish setup" : "A beállítások befejezése",
"Finishing …" : "Befejezés ...",
"Need help?" : "Segítségre van szüksége?",
@@ -292,14 +313,13 @@
"More apps" : "További alkalmazások",
"More" : "Továbbiak",
"More apps menu" : "További alkalmazások menü",
- "Search" : "Keresés",
- "Reset search" : "Keresés visszaállítása",
"Contacts" : "Névjegyek",
"Contacts menu" : "Névjegyek menü",
"Settings menu" : "Beállítások menü",
"Confirm your password" : "Erősítse meg a jelszavát:",
"Connect to your account" : "Kapcsolódás a fiókjához",
"Please log in before granting %1$s access to your %2$s account." : "Lépjen be mielőtthozzáférést biztosít a(z) %1$s kliensnek a(z) %2$s fiókjához.",
+ "If you are not trying to set up a new device or app, someone is trying to trick you into granting them access to your data. In this case do not proceed and instead contact your system administrator." : "Ha nem új eszközt vagy alkalmazást próbál beállítani, akkor valaki megpróbálja becsapni, hogy hozzáférést biztosítson számára az adatokhoz. Ebben az esetben ne folytassa, hanem lépjen kapcsolatba a rendszergazdával.",
"App token" : "Alkalmazástoken",
"Grant access" : "Hozzáférés megadása",
"Alternative log in using app token" : "Alternatív bejelentkezés alkalmazástoken segítségével",
@@ -327,7 +347,7 @@
"Further information how to configure this can be found in the %1$sdocumentation%2$s." : "Ennek a beállításához további információkat talál a %1$sdokumentációban%2$s.",
"App update required" : "Alkalmazásfrissítés szükséges",
"%1$s will be updated to version %2$s" : "A(z) %1$s frissítve lesz erre a verzióra: %2$s",
- "These apps will be updated:" : "A következő alkalmazások lesznek frissítve:",
+ "The following apps will be updated:" : "A következő alkalmazások lesznek frissítve:",
"These incompatible apps will be disabled:" : "A következő nem kompatibilis alkalmazások le lesznek tiltva:",
"The theme %s has been disabled." : "A(z) %s téma letiltásra került.",
"Please make sure that the database, the config folder and the data folder have been backed up before proceeding." : "Gondoskodjon róla, hogy elmentse az adatbázist, a konfigurációs mappa és az adatmappa tartalmát, mielőtt folytatja.",
@@ -343,95 +363,49 @@
"This %s instance is currently in maintenance mode, which may take a while." : "Ez a %s példány éppen karbantartási üzemmódban van, amely eltarthat egy darabig.",
"This page will refresh itself when the instance is available again." : "Ez az oldal frissíteni fogja magát, amint a példány ismét elérhető lesz.",
"Contact your system administrator if this message persists or appeared unexpectedly." : "Ha ez az üzenet mindig vagy váratlanul megjelenik, akkor keresse fel a rendszergazdáját!",
- "Could not send reset email because there is no email address for this username. Please contact your administrator." : "Nem sikerült visszaállítási e-mailt küldeni, mert ehhez a felhasználónévhez nem tartozik e-mail cím. Vegye fel a kapcsolatot a rendszergazdával.",
- "Couldn't send reset email. Please make sure your username is correct." : "Nem küldhető visszaállítási e-mail. Győződjön meg arról, hogy felhasználónév helyes.",
- "We have send a password reset e-mail to the e-mail address known to us for this account. If you do not receive it within a reasonable amount of time, check your spam/junk folders.<br>If it is not there ask your local administrator." : "Egy jelszó visszaállítási e-mailt küldtünk a fiókban megadott e-mail címre. Ha nem kapja meg belátható időn belül, akkor ellenőrizze a levélszemét mappát.<br>Ha ott sincs, akkor kérdezze meg a helyi rendszergazdát.",
- "Your files are encrypted. There will be no way to get your data back after your password is reset.<br />If you are not sure what to do, please contact your administrator before you continue. <br />Do you really want to continue?" : "A fájljai titkosítva vannak. A jelszó visszaállítása után sehogy sem fogja tudja visszaszerezni azokat.<br />Ha nem tudja mi a teendő, akkor beszéljen a helyi rendszergazdával.<br />Biztosan folytatja?",
- "Sending email …" : "E-mail küldése…",
- "You are currently running PHP 5.6. The current major version of Nextcloud is the last that is supported on PHP 5.6. It is recommended to upgrade the PHP version to 7.0+ to be able to upgrade to Nextcloud 14." : "Jelenleg a PHP 5.6-os verzióját használja. A Nextcloud jelenlegi főverziója az utolsó, amelyik támogatja a PHP 5.6-ot. Javasolt PHP 7.0+-ra frissíteni, hogy a Nextcloud 14-re frissíthessen.",
- "Accessing site insecurely via HTTP. You are strongly adviced to set up your server to require HTTPS instead, as described in the <a href=\"{docUrl}\">security tips ↗</a>." : "Jelenleg HTTP-vel éri el a weboldalt. Erősen ajánlott a HTTPS konfiguráció használata ehelyett, ahogyan ezt részleteztük a <a href=\"{docUrl}\">biztonsági tippekben ↗</a>.",
- "Shared" : "Megosztott",
- "Shared with" : "Megosztva vele:",
- "Shared by" : "Megosztotta:",
- "Choose a password for the public link" : "Válasszon egy jelszót a nyilvános hivatkozáshoz",
- "Choose a password for the public link or press the \"Enter\" key" : "Válasszon jelszót a nyilvános hivatkozáshoz, vagy nyomja meg az „Enter” gombot",
- "Copied!" : "Másolva.",
- "Copy link" : "Hivatkozás másolása",
- "Not supported!" : "Nem támogatott.",
- "Press ⌘-C to copy." : "A másoláshoz nyomjon ⌘-C-t.",
- "Press Ctrl-C to copy." : "A másoláshoz nyomjon Ctrl-C-t.",
- "Unable to create a link share" : "Nem lehet létrehozni a megosztási hivatkozást",
- "Unable to toggle this option" : "Nem lehet ezt a beállítást választani",
- "Resharing is not allowed" : "Ezt a fájlt csak a tulajdonosa oszthatja meg másokkal",
- "Link" : "Hivatkozás",
- "Hide download" : "Letöltés elrejtése",
- "Password protection enforced" : "Jelszavas védelem megkövetelve",
- "Password protect" : "Jelszóval védett",
- "Allow editing" : "Szerkesztés engedélyezése",
- "Email link to person" : "Hivatkozás elküldése e-mailben",
- "Send" : "Küldés",
- "Allow upload and editing" : "Feltöltés és szerkesztés engedélyezése",
- "Read only" : "Csak olvasható",
- "File drop (upload only)" : "Fájl ejtés (csak feltöltés)",
- "Expiration date enforced" : "Lejárati idő kötelező",
- "Set expiration date" : "Lejárati idő beállítása",
- "Expiration" : "Lejárat",
- "Expiration date" : "Lejárati idő",
- "Note to recipient" : "Megjegyzés a címzettnek",
- "Unshare" : "Megosztás visszavonása",
- "Delete share link" : "Megosztási hivatkozás törlése",
- "Add another link" : "További hivatkozás hozzáadása",
- "Password protection for links is mandatory" : "A hivatkozások jelszavas védelme kötelező",
- "Share to {name}" : "Megosztás vele: {name}",
- "Share link" : "Megosztás hivatkozással",
- "New share link" : "Új megosztási hivatkozás",
- "Created on {time}" : "Létrehozva ekkor: {time}",
- "Password protect by Talk" : "Beszélgetés által védett jelszó",
- "Could not unshare" : "Nem sikerült visszavonni a megosztást",
- "Shared with you and the group {group} by {owner}" : "{owner} megosztotta Önnel és ezzel a csoporttal: {group}",
- "Shared with you and {circle} by {owner}" : "{owner} megosztotta Önnel és ezzel a csoporttal: {circle}",
- "Shared with you and the conversation {conversation} by {owner}" : "{owner} megosztotta Önnel és ezzel a beszélgetéssel: {conversation}",
- "Shared with you in a conversation by {owner}" : "{owner} megosztotta Önnel egy beszélgetésben",
- "Shared with you by {owner}" : "{owner} megosztotta Önnel",
- "Choose a password for the mail share" : "Válasszon egy jelszót a levélmegosztáshoz",
- "group" : "csoport",
- "remote" : "távoli",
- "remote group" : "távoli csoport",
- "email" : "e-mail",
- "conversation" : "beszélgetés",
- "shared by {sharer}" : "megosztotta: {sharer}",
- "Can reshare" : "Újra megoszthat",
- "Can edit" : "Szerkeszthet",
- "Can create" : "Létrehozhat",
- "Can change" : "Módosíthat",
- "Can delete" : "Törölhet",
- "Access control" : "Hozzáférés-vezérlés",
- "{shareInitiatorDisplayName} shared via link" : "{shareInitiatorDisplayName} megosztva hivatkozással",
- "Error while sharing" : "Hiba a megosztás létrehozásakor",
- "Share details could not be loaded for this item." : "A megosztás részletei nem tölthetőek be ehhez az elemhez.",
- "Search globally" : "Keresés globálisan",
- "_At least {count} character is needed for autocompletion_::_At least {count} characters are needed for autocompletion_" : ["Legalább {count} karakter szükséges az automatikus kiegészítéshez","Legalább {count} karakter szükséges az automatikus kiegészítéshez"],
- "This list is maybe truncated - please refine your search term to see more results." : "Ez a lista lehet, hogy le van vágva – pontosítsa a keresést, hogy több találatot lásson.",
- "No users or groups found for {search}" : "A kereséshez nem található felhasználó vagy csoport: {search}",
- "No users found for {search}" : "A kereséshez nem található felhasználó: {search}",
- "An error occurred (\"{message}\"). Please try again" : "Hiba történt („{message}”). Próbálja meg újra",
- "An error occurred. Please try again" : "Hiba történt. Próbálja meg újra",
- "Home" : "Kezdőlap",
- "Work" : "Munkahelyi",
- "Other" : "Egyéb",
- "{sharee} (remote group)" : "{sharee} (távoli csoport)",
- "{sharee} ({type}, {owner})" : "{sharee} ({type}, {owner})",
- "Share" : "Megosztás",
- "Name or email address..." : "Név vagy e-mail cím…",
- "Name or federated cloud ID..." : "Név vagy egyesített felhőazonosító…",
- "Name, federated cloud ID or email address..." : "Név, egyesített felhőazonosító vagy e-mail cím…",
- "Name..." : "Név…",
- "Error removing share" : "Hiba a megosztás eltávolításakor",
- "({scope})" : "({scope})",
- "Saving..." : "Mentés…",
- "Dismiss" : "Elutasítás",
- "Your client should now be connected! You can close this window." : "A kliens már csatlakozott. Bezárhatja ezt az ablakot.",
- "New Password" : "Új jelszó",
- "Cancel log in" : "Bejelentkezés megszakítása"
+ "Checking whether the database schema can be updated (this can take a long time depending on the database size)" : "Ellenőrzés, hogy az adatbázis séma frissíthető-e (az adatbázis méretétől függően ez hosszabb ideig is eltarthat)",
+ "Checked database schema update" : "Adatbázis séma frissítés ellenőrizve",
+ "Checking updates of apps" : "Alkalmazások frissítésének ellenőrzése",
+ "Checking for update of app \"%s\" in appstore" : "A(z) „%s” alkalmazás frissítéseinek keresése az alkalmazástárban",
+ "Update app \"%s\" from appstore" : "A(z) „%s” alkalmazás frissítése az alkalmazástárból",
+ "Checked for update of app \"%s\" in appstore" : "A(z) „%s” alkalmazás frissítései ellenőrizve az alkalmazástárban",
+ "Checked database schema update for apps" : "Alkalmazások adatbázis séma frissítései ellenőrizve",
+ "Following apps have been disabled: %s" : "A következő alkalmazások le lettek tiltva: %s",
+ "Your web server is not properly set up to resolve \"{url}\". Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "A webkiszolgálója nincs megfelelően beállítva a(z) „{url}” feloldásához. További információk a <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentációban</a> találhatók.",
+ "Your web server is not properly set up to resolve \"{url}\". This is most likely related to a web server configuration that was not updated to deliver this folder directly. Please compare your configuration against the shipped rewrite rules in \".htaccess\" for Apache or the provided one in the documentation for Nginx at it's <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation page</a>. On Nginx those are typically the lines starting with \"location ~\" that need an update." : "A webkiszolgáló nincs helyesen beállítva a(z) „{url}” feloldásához. A legvalószínűbb, hogy a webkiszolgáló egy konfigurációja nem lett frissítve, hogy közvetlenül kiszolgálja ezt a mappát. Hasonlítsa össze a konfigurációt az Apache-hoz szállított „.htaccess” fájlban lévő átírási szabályokkal, vagy az Nginx-hez készült dokumentációban megadottal a <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentációs oldalon</a>. Az Nginx esetén jellemzően a „location ~” szöveggel kezdődő sorokat kell frissíteni.",
+ "Your web server is not properly set up to deliver .woff2 files. This is typically an issue with the Nginx configuration. For Nextcloud 15 it needs an adjustement to also deliver .woff2 files. Compare your Nginx configuration to the recommended configuration in our <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "A webkiszolgálója nincs megfelelően beállítva a .woff2 fájlok kiszolgálásához. Ezt jellemzőn a Nginx konfiguráció problémája okozza. A Nextcloud 15 esetén módosításokra van szükség a .woff2 fájlok miatt. Hasonlítsa össze az Nginx konfigurációját a <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentációnkban</a> javasolt konfigurációval.",
+ "Please check the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">installation documentation ↗</a> for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "Nézze meg a <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">telepítési leírásban ↗</a> található PHP konfigurációs megjegyzéseket, és a kiszolgálója PHP beállításait, különösen akkor, ha php-fpm-et használ.",
+ "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems. See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation ↗</a> for more information." : "A tranzakcionális fájlzárolás ki van kapcsolva, ami problémákhoz vezethet versenyhelyzetek esetén. Ezek elkerülése érdekében kapcsolja be a „filelocking.enabled” paramétert a config.php fájlban. További információkért lásd a <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentációt ↗</a>.",
+ "Last background job execution ran {relativeTime}. Something seems wrong." : "A legutóbbi háttérművelet futási ideje: {relativeTime}. Valószínűleg hiba lépett fel.",
+ "Check the background job settings" : "Ellenőrizze a háttérművelet beállításait.",
+ "No memory cache has been configured. To enhance performance, please configure a memcache, if available. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Nincs memória gyorsítótár beállítva. A teljesítmény javítása érdekében kapcsolja be, ha az lehetséges. További információ a <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentációban</a> található.",
+ "No suitable source for randomness found by PHP which is highly discouraged for security reasons. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Nincs megfelelő véletlenszám forrás a PHP-hoz, amely biztonsági okokból erősen ellenjavallt. Tovább információ a <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentációban</a> található.",
+ "You are currently running PHP {version}. Upgrade your PHP version to take advantage of <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">performance and security updates provided by the PHP Group</a> as soon as your distribution supports it." : "Jelenleg {version} verziójú PHP-t futtat. Frissítse a PHP verziót, hogy élvezhesse a <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">PHP Group által biztosított teljesítmény- és biztonságbeli frissítéseket</a>, amint a disztribúciója támogatja.",
+ "The reverse proxy header configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If not, this is a security issue and can allow an attacker to spoof their IP address as visible to the Nextcloud. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "A fordított proxy fejlécek beállítása helytelen, vagy egy megbízható proxyval kapcsolódik a Nextcloudhoz. Ha nem így van, akkor ez egy biztonsági rés lehet, mely segítségével egy támadó meghamisíthatja az IP-címét a Nextcloud felé. További információ a <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentációban</a> található.",
+ "Memcached is configured as distributed cache, but the wrong PHP module \"memcache\" is installed. \\OC\\Memcache\\Memcached only supports \"memcached\" and not \"memcache\". See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">memcached wiki about both modules</a>." : "A Memcached elosztott gyorsítótárként van beállítva, de hibás „memcache” PHP modul van telepítve. Az \\OC\\Memcache\\Memcached csak a „memcached”-et támogatja a „memcache”-t nem. Lásd a <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">memcached wikit a két modul leírásához</a>.",
+ "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">List of invalid files…</a> / <a href=\"{rescanEndpoint}\">Rescan…</a>)" : "Néhány fájl nem ment át az épségellenőrzésen. A probléma megoldásához további információ a <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentációban</a> található. (<a href=\"{codeIntegrityDownloadEndpoint}\">Érvénytelen fájlok listája…</a> / <a href=\"{rescanEndpoint}\">Újraellenőrzés…</a>)",
+ "The PHP OPcache module is not loaded. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance it is recommended</a> to load it into your PHP installation." : "A PHP OPcache modul nincs betöltve. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">A jobb teljesítményért ajánlott</a> betölteni a PHP telepítésbe.",
+ "The PHP OPcache is not properly configured. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance it is recommended</a> to use the following settings in the <code>php.ini</code>:" : "A PHP OPcache nincs megfelelően beállítva. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">A jobb teljesítményért ajánlott</a>, hogy a következő beállításokat használja a <code>php.ini</code>-ben:",
+ "Some columns in the database are missing a conversion to big int. Due to the fact that changing column types on big tables could take some time they were not changed automatically. By running 'occ db:convert-filecache-bigint' those pending changes could be applied manually. This operation needs to be made while the instance is offline. For further details read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "Az adatbázisban néhány oszlop nem lett big int-re alakítva. Annak következtében, hogy a oszlopok változtatása nagy táblákon sokáig is eltarthat, nem lettek automatikusan megváltoztatva. A 'occ db:convert-filecache-bigint' parancsot futtatva a függő változások manuálisan végrehajthatók. Ezt a folyamatot csak a környezet offline állapotában szabad futtatni. További részletekért olvasd el a <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\"> a dokumentáció </a>oldalán.",
+ "To migrate to another database use the command line tool: 'occ db:convert-type', or see the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation ↗</a>." : "Más adatbázisra való migráláshoz használja a parancssori eszközt: „occ db:convert-type”, vagy nézze meg a <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentációt ↗</a>.",
+ "Use of the the built in php mailer is no longer supported. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Please update your email server settings ↗<a/>." : "A beépített PHP levélküldő használata már nem támogatott. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Frissítse a levelezőkiszolgáló beállításait ↗<a/>.",
+ "MySQL is used as database but does not support 4-byte characters. To be able to handle 4-byte characters (like emojis) without issues in filenames or comments for example it is recommended to enable the 4-byte support in MySQL. For further details read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "A MySQL van használatban adatbázisként, de nem támogatja a 4 bájtos karaktereket. A 4 bájtos karakterek (mint az emodzsik) fájlnevekben és megjegyzésekben történő problémák nélküli kezeléséhez ajánlott a 4 bájtos támogatás engedélyezése a MySQL-ben. További részletekért olvassa el a <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">a dokumentációs oldalt</a>.",
+ "You are accessing your instance over a secure connection, however your instance is generating insecure URLs. This most likely means that you are behind a reverse proxy and the overwrite config variables are not set correctly. Please read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "Az Ön példányát biztonságos kapcsolaton keresztül eli el, de a példánya nem biztonságos URL-eket állít elő. Ez valószínűleg azt jelenti, hogy Ön egy fordított proxy mögött van, és a konfigurációs változók felülírása nem jól van beállítva. Olvassa el az <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">erről szóló dokumentációt</a>.",
+ "The \"{header}\" HTTP header is not set to \"{val1}\", \"{val2}\", \"{val3}\", \"{val4}\" or \"{val5}\". This can leak referer information. See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{link}\">W3C Recommendation ↗</a>." : "A(z) „{header}” HTTP-fejléc nem ezek egyikére van állítva: „{val1}”, „{val2}”, „{val3}”, „{val4}” vagy „{val5}”. Ez hivatkozási információ szivárgását okozhatja. Tekintse meg a <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{link}\">W3C ajánlást ↗</a>.",
+ "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the <a href=\"{docUrl}\" rel=\"noreferrer noopener\">security tips ↗</a>." : "A „Strict-Transport-Security” HTTP fejléc nincs legalább „{seconds}” másodpercre állítva. A fejlettebb védelem érdekében javasoljuk a HSTS engedélyezését a <a href=\"{docUrl}\" rel=\"noreferrer noopener\">biztonsági tippekben ↗</a>.",
+ "Accessing site insecurely via HTTP. You are strongly advised to set up your server to require HTTPS instead, as described in the <a href=\"{docUrl}\">security tips ↗</a>." : "Jelenleg HTTP-vel éri el a weboldalt. Erősen ajánlott a HTTPS konfiguráció használata ehelyett, ahogyan ezt részleteztük a <a href=\"{docUrl}\">biztonsági tippekben ↗</a>.",
+ "Continue to Nextcloud" : "Irány a Nextcloud",
+ "_The update was successful. Redirecting you to Nextcloud in %n second._::_The update was successful. Redirecting you to Nextcloud in %n seconds._" : ["A frissítés sikeres volt. Átirányítás a Nextcloudra %n másodperc múlva.","A frissítés sikeres volt. Átirányítás a Nextcloudra %n másodperc múlva."],
+ "Searching other places" : "Keresés további helyeken",
+ "No search results in other folders for {tag}{filter}{endtag}" : "Ehhez nincsenek találatok más mappákban: {tag}{filter}{endtag}",
+ "_{count} search result in another folder_::_{count} search results in other folders_" : ["{count} találat egy másik mappában","{count} találat más mappákban"],
+ "A password reset message has been sent to the e-mail address of this account. If you do not receive it, check your spam/junk folders or ask your local administrator for help." : "Egy jelszó visszaállítási e-mail lett küldve a fiók e-mail címére. Ha nem kapta meg, akkor ellenőrizze a levélszemét mappát, vagy kérje a helyi rendszergazda segítségét.",
+ "Password can not be changed. Please contact your administrator." : "A jelszó nem módosítható. Lépjen kapcsolatba a rendszergazdával.",
+ "Could not fetch list of apps from the app store." : "Az alkalmazások listája nem kérhető le az alkalmazásbolttól.",
+ "Nextcloud {app}" : "Nextcloud {app}",
+ "Can't install this app because it is not compatible" : "Az alkalmazás nem telepíthető, mert nem kompatibilis",
+ "Can't install this app" : "Az alkalmazás nem telepíthető",
+ "These apps will be updated:" : "A következő alkalmazások lesznek frissítve:",
+ "For more details see the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "További részletekért lásd a <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\"> dokumentációt </a>."
},"pluralForm" :"nplurals=2; plural=(n != 1);"
} \ No newline at end of file
diff --git a/core/l10n/id.js b/core/l10n/id.js
index 0eb455ab217..f206671fa67 100644
--- a/core/l10n/id.js
+++ b/core/l10n/id.js
@@ -1,25 +1,40 @@
OC.L10N.register(
"core",
{
- "Please select a file." : "Pilih berkas",
+ "Please select a file." : "Silakan pilih berkas",
"File is too big" : "Berkas terlalu besar",
- "The selected file is not an image." : "Berkas yang dipilih bukanlah sebuah gambar.",
- "The selected file cannot be read." : "Berkas yang dipilih tidak bisa dibaca.",
- "Invalid file provided" : "Berkas yang diberikan tidak sah",
+ "The selected file is not an image." : "Berkas terpilih bukan suatu gambar.",
+ "The selected file cannot be read." : "Berkas terpilih tidak dapat dibaca.",
+ "Invalid file provided" : "Berkas tidak valid",
"No image or file provided" : "Tidak ada gambar atau berkas yang disediakan",
"Unknown filetype" : "Tipe berkas tidak dikenal",
- "Invalid image" : "Gambar tidak sah",
+ "Invalid image" : "Gambar tidak valid",
"An error occurred. Please contact your admin." : "Terjadi kesalahan. Silakan hubungi admin Anda.",
"No temporary profile picture available, try again" : "Tidak ada gambar profil sementara yang tersedia, coba lagi",
"No crop data provided" : "Tidak ada data krop tersedia",
"No valid crop data provided" : "Tidak ada data valid untuk dipangkas",
"Crop is not square" : "Pangkas ini tidak persegi",
+ "State token does not match" : "Token yang digunakan tidak cocok",
+ "Invalid app password" : "Kata sandi aplikasi tidak valid",
+ "Could not complete login" : "Tidak dapat menyelesaikan log masuk",
+ "Your login token is invalid or has expired" : "Token log masuk Anda tidak valid atau sudah kedaluwarsa",
+ "Password reset is disabled" : "Setel ulang kata sandi dinonaktifkan",
"Couldn't reset password because the token is invalid" : "Tidak dapat menyetel ulang kata sandi karena token tidak sah",
"Couldn't reset password because the token is expired" : "Tidak dapat menyetel ulang kata sandi karena token telah kadaluarsa",
"%s password reset" : "%s kata sandi disetel ulang",
+ "Password reset" : "Setel ulang kata sandi",
+ "Click the following button to reset your password. If you have not requested the password reset, then ignore this email." : "Klik tombol berikut untuk menyetel ulang kata sandi Anda. Jika Anda tidak melakukan permintaan setel ulang kata sandi, abaikan surel ini.",
+ "Click the following link to reset your password. If you have not requested the password reset, then ignore this email." : "Klik tautan berikut untuk menyetel ulang kata sandi Anda. Jika Anda tidak melakukan permintaan setel ulang kata sandi, abaikan surel ini.",
+ "Reset your password" : "Setel ulang kata sandi Anda",
"Nextcloud Server" : "Server Nextcloud",
+ "Some of your link shares have been removed" : "Beberapa tautan berbagi Anda telah dihapus",
+ "Due to a security bug we had to remove some of your link shares. Please see the link for more information." : "Dikarenakan isu bug keamanan, kami perlu menghapus beberapa tautan berbagi Anda. Silakan lihat tautan berikut untuk informasi lebih lanjut.",
"Preparing update" : "Mempersiapkan pembaruan",
"[%d / %d]: %s" : "[%d / %d]: %s",
+ "Repair step:" : "Langkah perbaikan:",
+ "Repair info:" : "Info perbaikan:",
+ "Repair warning:" : "Peringatan perbaikan:",
+ "Repair error:" : "Galat perbaikan:",
"Please use the command line updater because automatic updating is disabled in the config.php." : "Gunakan pembaruan di command line karena pembaruan otomatis di nonaktifkan di config.php. ",
"[%d / %d]: Checking table %s" : "[%d / %d]: Mengecek tabel %s",
"Turned on maintenance mode" : "Hidupkan mode perawatan",
@@ -27,32 +42,46 @@ OC.L10N.register(
"Maintenance mode is kept active" : "Mode Pemeliharaan masih aktif",
"Updating database schema" : "Memperbarui skema basis data",
"Updated database" : "Basis data terbaru",
- "Checking whether the database schema can be updated (this can take a long time depending on the database size)" : "Memeriksa apakah skema basis data dapat diperbarui (dapat memerlukan waktu yang lama tergantung pada ukuran basis data)",
- "Checked database schema update" : "Pembaruan skema basis data terperiksa",
- "Checking updates of apps" : "Memeriksa pembaruan aplikasi",
"Checking whether the database schema for %s can be updated (this can take a long time depending on the database size)" : "Memeriksa apakah skema untuk %s dapat diperbarui (dapat memerlukan waktu yang lama tergantung pada ukuran basis data)",
- "Checked database schema update for apps" : "Pembaruan skema basis data terperiksa untuk aplikasi",
+ "Updated \"%1$s\" to %2$s" : "\"%1$s\" terbarukan ke %2$s",
"Set log level to debug" : "Atur log level ke debug",
"Reset log level" : "Atur ulang log level",
"Starting code integrity check" : "Memulai pengecekan integritas kode",
"Finished code integrity check" : "Pengecekan integritas kode selesai",
"%s (incompatible)" : "%s (tidak kompatibel)",
- "Following apps have been disabled: %s" : "Aplikasi berikut telah dinonaktifkan: %s",
+ "The following apps have been disabled: %s" : "Aplikasi berikut telah dinonaktifkan: %s",
"Already up to date" : "Sudah yang terbaru",
+ "Your web server is not yet properly set up to allow file synchronization, because the WebDAV interface seems to be broken." : "Peladen web Anda belum diatur sesuai untuk sinkronisasi berkas, karena antarmuka WebDAV tidak berfungsi.",
+ "PHP does not seem to be setup properly to query system environment variables. The test with getenv(\"PATH\") only returns an empty response." : "PHP tidak disetel sesuai untuk melakukan kueri system environment variables. Pengujian dengan getenv(\"PATH\") hanya menghasilkan pesan kosong. ",
+ "The read-only config has been enabled. This prevents setting some configurations via the web-interface. Furthermore, the file needs to be made writable manually for every update." : "Konfigurasi baca-saja telah diaktifkan. Hal ini mencegah penyetelan beberapa konfigurasi via antarmuka web. Pada setiap proses pembaruan berikutnya, secara manual berkas tersebut perlu dibuat agar dapat ditulis.",
"Your database does not run with \"READ COMMITTED\" transaction isolation level. This can cause problems when multiple actions are executed in parallel." : "Database Anda tidak dijalankan dengan isolasi transaksi level \"READ COMMITED\". Ini dapat menyebabkan masalah saat banyak tindakan dilakukan secara paralel.",
+ "The PHP module \"fileinfo\" is missing. It is strongly recommended to enable this module to get the best results with MIME type detection." : "Modul PHP \"fileinfo\" tidak ditemukan. Sangat dianjurkan untuk mengaktifkan modul ini, agar mendapatkan hasil deteksi terbaik tipe MIME. ",
+ "If your installation is not installed at the root of the domain and uses system cron, there can be issues with the URL generation. To avoid these problems, please set the \"overwrite.cli.url\" option in your config.php file to the webroot path of your installation (suggestion: \"{suggestedOverwriteCliURL}\")" : "Jika instalasi Anda tidak di root domain dan menggunakan sistem cron, hal tersebut dapat menyebabkan masalah dengan pembuatan URL. Untuk mencegah masalah tersebut, mohon atur opsi \"overwrite.cli.url\" pada berkas config.php Anda ke jalur lokasi webroot instalasi Anda (disarankan: \"{suggestedOverwriteCliURL}\")",
+ "It was not possible to execute the cron job via CLI. The following technical errors have appeared:" : "Tidak memungkinan untuk eksekusi cron job via CLI. Kesalahan teknis berikut muncul:",
+ "This server has no working Internet connection: Multiple endpoints could not be reached. This means that some of the features like mounting external storage, notifications about updates or installation of third-party apps will not work. Accessing files remotely and sending of notification emails might not work, either. Establish a connection from this server to the Internet to enjoy all features." : "Peladen ini tidak terhubung ke internet. Beberapa titik akhir tidak dapat terjangkau. Hal ini berarti beberapa fitur, seperti: pemasangan penyimpanan eksternal, notifikasi pembaruan atau instalasi aplikasi pihak ketiga tidak akan berfungsi. Mengakses berkas dari jarak jauh dan mengirim notifikasi surel keduanya tidak akan berfungsi. Hubungkan peladen ini ke internet, untuk dapat mendapatkan fitur-fitur tersebut.",
+ "The PHP function \"set_time_limit\" is not available. This could result in scripts being halted mid-execution, breaking your installation. Enabling this function is strongly recommended." : "Fungsi PHP \"set_time_limit\" tidak tersedia. Hal ini dapat menyebabkan instalasi Anda, akibat eksekusi skrip terhenti ditengah-tengah. Mengaktifkan fungsi ini sangat dianjurkan.",
+ "Your PHP does not have FreeType support, resulting in breakage of profile pictures and the settings interface." : "PHP Anda tidak mendukung FreeType, yang akan menyebabkan gangguan pada foto profil dan pengaturan antarmuka.",
+ "Missing index \"{indexName}\" in table \"{tableName}\"." : "Tidak ada index \"{indexName}\" pada tabel \"{tableName}\".",
+ "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "Pangkalan data kehilangan beberapa indeks. Berdasarkan fakta bahwa menambahkan indeks pada tabel yang besar membutuhkan waktu cukup lama, maka ini tidak dilakukan otomatis. Eksekusi \"occ db: add-missing-indexes\", untuk menambahkan indeks secara manual sementara instance tetap berjalan. Setelah itu dilakukan, maka kueri akan jauh lebih cepat.",
+ "Missing optional column \"{columnName}\" in table \"{tableName}\"." : "Tidak ditemukan kolom opsional \"{columnName}\" pada tabel \"{tableName}\".",
+ "The database is missing some optional columns. Due to the fact that adding columns on big tables could take some time they were not added automatically when they can be optional. By running \"occ db:add-missing-columns\" those missing columns could be added manually while the instance keeps running. Once the columns are added some features might improve responsiveness or usability." : "Pangkalan data kehilangan beberapa kolom opsional. Berdasarkan fakta bahwa menambahkannya pada tabel yang besar membutuhkan waktu cukup lama, maka ini tidak dilakukan otomatis. Eksekusi \"occ db: add-missing-columns\", untuk menambahkan kolom secara manual sementara instance tetap berjalan. Setelah itu dilakukan, maka beberapa fitur dapat meningkatkan daya tanggap atau kegunaan.",
+ "This instance is missing some recommended PHP modules. For improved performance and better compatibility it is highly recommended to install them." : "Instance ini kehilangan beberapa modul PHP yang direkomendasikan. Sangat disarankan menggunakannya untuk peningkatan performa dan kompatibilitas.",
+ "SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend." : "SQLite saat ini digunakan sebagai backend pangkalan data. Penggunaan instalasi skala lebih besar, kami sarankan agar beralih ke backend pangkalan data lainnya.",
+ "This is particularly recommended when using the desktop client for file synchronisation." : "Hal ini sangat dianjurkan saat menggunakan klien desktop untuk sinkronisasi berkas.",
+ "The PHP memory limit is below the recommended value of 512MB." : "Batas memori PHP di bawah nilai yang disarankan yaitu 512MB.",
+ "Some app directories are owned by a different user than the web server one. This may be the case if apps have been installed manually. Check the permissions of the following app directories:" : "Beberapa direktori dimiliki oleh pengguna berbeda dengan pengguna peladen web. Hal ini mungkin dikarenakan proses instalasi manual. Periksa hak akses direktori aplikasi berikut:",
+ "This instance uses an S3 based object store as primary storage. The uploaded files are stored temporarily on the server and thus it is recommended to have 50 GB of free space available in the temp directory of PHP. Check the logs for full details about the path and the available space. To improve this please change the temporary directory in the php.ini or make more space available in that path." : "Instance ini menggunakan penyimpanan objek berbasis S3 sebagai penyimpanan utama. Karena berkas unggahan disimpan sementara pada server, maka disarankan untuk memiliki ruang kosong 50 GB pada direktori sementara PHP. Periksa log untuk detail lengkap tentang lokasi dan ruang penyimpanan yang tersedia. Untuk memperbaikinya, ubah direktori sementara di php.ini atau sediakan lebih banyak ruang di jalur ipada lokasi tersebut.",
"Error occurred while checking server setup" : "Kesalahan tidak terduga saat memeriksa setelan server",
- "Non-existing tag #{tag}" : "Tag tidak ada #{tag}",
- "restricted" : "terbatas",
- "invisible" : "tersembunyi",
- "Delete" : "Hapus",
- "Rename" : "Ubah nama",
- "Collaborative tags" : "Tag kolaboratif",
- "No tags found" : "Tag tidak ditemukan",
+ "Your data directory and files are probably accessible from the Internet. The .htaccess file is not working. It is strongly recommended that you configure your web server so that the data directory is no longer accessible, or move the data directory outside the web server document root." : "Data folder dan berkas Anda kemungkinan dapat diakses dari Internet secara langsung, dikarenakan berkas .htaccess tidak bekerja. Sangat dianjurkan Anda untuk menyetel peladen web, untuk mencegah hal tersebut terjadi. Atau pindahkan lokasi data Anda di luar root dokumen peladen web.",
+ "The \"{header}\" HTTP header is not set to \"{expected}\". This is a potential security or privacy risk, as it is recommended to adjust this setting accordingly." : "HTTP header \"{header}\" tidak sesuai tersetel seperti \"{expected}\". Hal ini berpotensi risiko keamanan dan kerahasiaan. Direkomendasikan untuk dapat disesuaikan mengikuti anjuran.",
+ "The \"{header}\" HTTP header is not set to \"{expected}\". Some features might not work correctly, as it is recommended to adjust this setting accordingly." : "HTTP header \"{header}\" tidak sesuai tersetel seperti \"{expected}\". Beberapa fitur mungkin akan tidak berfungsi dengan baik. Direkomendasikan untuk dapat disesuaikan mengikuti anjuran.",
+ "The \"{header}\" HTTP header doesn't contain \"{expected}\". This is a potential security or privacy risk, as it is recommended to adjust this setting accordingly." : "HTTP header \"{header}\" tidak memiliki \"{expected}\". Hal ini berpotensi risiko keamanan dan kerahasiaan. Direkomendasikan untuk dapat disesuaikan mengikuti anjuran.",
"unknown text" : "teks tidak diketahui",
"Hello world!" : "Halo dunia!",
"sunny" : "cerah",
"Hello {name}, the weather is {weather}" : "Halo {name}, saat ini {weather}",
"Hello {name}" : "Halo {name}",
+ "<strong>These are your search results<script>alert(1)</script></strong>" : "<strong>Ini adalah hasil pencarian Anda<script>alert(1)</script></strong>",
"new" : "baru",
"_download %n file_::_download %n files_" : ["unduh %n berkas"],
"The update is in progress, leaving this page might interrupt the process in some environments." : "Pembaruan sedang dalam proses, meninggalkan halaman ini mungkin dapat mengganggu proses di beberapa lingkungan.",
@@ -61,34 +90,64 @@ OC.L10N.register(
"Please reload the page." : "Silakan muat ulang halaman.",
"The update was unsuccessful. For more information <a href=\"{url}\">check our forum post</a> covering this issue." : "Pembaruan gagal. Untuk informasi berikutnya <a href=\"{url}\">cek posting di forum</a> yang mencakup masalah kami.",
"The update was unsuccessful. Please report this issue to the <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">Nextcloud community</a>." : "Pembaruan gagal. Laporkan masalah ini ke <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">komunitas Nextcloud</a>.",
- "Continue to Nextcloud" : "Lanjutkan ke Nextcloud",
- "Searching other places" : "Mencari tempat lainnya",
- "_{count} search result in another folder_::_{count} search results in other folders_" : ["{count} hasil pencarian di folder lain"],
+ "Log in" : "Masuk",
+ "Logging in …" : "Log masuk...",
"Server side authentication failed!" : "Otentikasi dari sisi server gagal!",
- "Please contact your administrator." : "Silahkan hubungi administrator anda.",
+ "Please contact your administrator." : "Silakan hubungi administrator anda.",
"An internal error occurred." : "Terjadi kesalahan internal.",
"Please try again or contact your administrator." : "Mohon coba lagi atau hubungi administrator Anda.",
"Username or email" : "Nama pengguna atau email",
"Password" : "Kata Sandi",
- "Log in" : "Masuk",
- "Logging in …" : "Log masuk...",
+ "Wrong username or password." : "Nama pengguna atau kata sandi salah.",
"User disabled" : "Pengguna dinonaktifkan",
+ "We have detected multiple invalid login attempts from your IP. Therefore your next login is throttled up to 30 seconds." : "Terdeteksi multipel percobaan log masuk tidak valid dari IP Anda. Pencekalan log masuk berikutnya dilakukan hingga 30 detik.",
+ "Your account is not setup for passwordless login." : "Akun Anda tidak diatur untuk masuk tanpa kata sandi.",
+ "Passwordless authentication is not supported in your browser." : "Autentikasi tanpa kata sandi tidak didukung peramban Anda.",
+ "Passwordless authentication is only available over a secure connection." : "Autentikasi tanpa kata sandi hanya tersedia melalui koneksi aman.",
"Reset password" : "Setel ulang kata sandi",
+ "If it is not there ask your local administrator." : "Jika Anda tidak mendapatkannya, hubungi administrator Anda.",
"Couldn't send reset email. Please contact your administrator." : "Tidak dapat mengirim email setel ulang. Silakan hubungi administrator Anda.",
- "Password can not be changed. Please contact your administrator." : "Kata sandi tidak dapat diubah. Silakan hubungi administrator Anda",
+ "Back to login" : "Kembali ke log masuk",
"New password" : "Kata sandi baru",
+ "Your files are encrypted. There will be no way to get your data back after your password is reset. If you are not sure what to do, please contact your administrator before you continue. Do you really want to continue?" : "Berkas Anda terenkripsi. Tidak memungkinkan untuk mendapatkan kembali data anda setelah kata sandi disetel ulang. Jika tidak yakin, silakan hubungi administrator Anda sebelum melanjutkan. Apa anda ingin melanjutkan?",
"I know what I'm doing" : "Saya tahu apa yang saya lakukan",
+ "Resetting password" : "Menyetel ulang kata sandi",
+ "Recommended apps" : "Aplikasi terekomendasi",
+ "Loading apps …" : "Memuat aplikasi ...",
+ "Installing apps …" : "Instalasi aplikasi ...",
+ "App download or installation failed" : "Unduh aplikasi atau gagal instalasi",
"Cancel" : "Batal",
+ "Schedule work & meetings, synced with all your devices." : "Penjadwalan rapat & pekerjaan, tersinkronisasi dengan gawai Anda.",
+ "Keep your colleagues and friends in one place without leaking their private info." : "Simpan info teman dan kolega Anda dalam satu tempat, tanpa membocorkan privat mereka.",
+ "Simple email app nicely integrated with Files, Contacts and Calendar." : "Aplikasi klien surel sederhana, terintegrasi dengan Berkas, Kontak, dan Kalender.",
+ "Chatting, video calls, screensharing, online meetings and web conferencing – in your browser and with mobile apps." : "Mengobrol, panggilan video, berbagi layar, rapat daring, dan konferensi web - melalui peramban dan menggunakan aplikasi pada gawai.",
+ "Collaboratively edit office documents." : "Berkolaborasi edit dokumen perkantoran.",
+ "Local document editing back-end used by the Collabora Online app." : "Pengeditan dokumen lokal menggunakan aplikasi Collabora Online sebagai back-end.",
+ "Forgot password?" : "Lupa kata sandi?",
+ "Log in with a device" : "Log masuk dengan perangkat",
+ "Back" : "Kembali",
+ "Reset search" : "Ulang pencarian",
+ "Search" : "Cari",
"Settings" : "Pengaturan",
+ "Could not load your contacts" : "Tidak dapat memuat kontak Anda",
+ "Search contacts …" : "Cari kontak ...",
+ "No contacts found" : "Kontak tidak ditemukan",
+ "Show all contacts …" : "Tampilkan semua kontak ...",
+ "Install the Contacts app" : "Instal aplikasi Kontak",
+ "Loading your contacts …" : "Memuat kontak Anda ...",
+ "Looking for {term} …" : "Mencari {term}",
"No" : "Tidak",
"Yes" : "Ya",
"No files in here" : "Tidak ada berkas disini",
"New folder" : "Folder baru",
+ "No more subfolders in here" : "Tidak ada lagi subfolder disini",
"Name" : "Nama",
"Size" : "Ukuran",
"Modified" : "Dimodifikasi",
"\"{name}\" is an invalid file name." : "\"{name}\" adalah nama berkas yang tidak sah.",
"File name cannot be empty." : "Nama berkas tidak boleh kosong.",
+ "\"/\" is not allowed inside a file name." : "\"/\" tidak diizinkan pada nama berkas.",
+ "\"{name}\" is not an allowed filetype" : "Tipe berkas \"{name}\" tidak diizinkan",
"{newName} already exists" : "{newName} sudah ada",
"Choose" : "Pilih",
"Copy" : "Salin",
@@ -108,6 +167,9 @@ OC.L10N.register(
"({count} selected)" : "({count} terpilih)",
"Error loading file exists template" : "Kesalahan memuat templat berkas yang sudah ada",
"Pending" : "Terutnda",
+ "Copy to {folder}" : "Salin ke {folder}",
+ "Move to {folder}" : "Pindah ke {folder}",
+ "Saving …" : "Menyimpan ...",
"Authentication required" : "Diperlukan otentikasi",
"This action requires you to confirm your password" : "Aksi ini membutuhkan konfirmasi kata sandi Anda",
"Confirm" : "Konfirmasi",
@@ -115,11 +177,31 @@ OC.L10N.register(
"seconds ago" : "beberapa detik yang lalu",
"Connection to server lost" : "Koneksi ke server gagal",
"_Problem loading page, reloading in %n second_::_Problem loading page, reloading in %n seconds_" : ["Tidak dapat memuat laman, muat ulang dalam %n detik"],
+ "Add to a project" : "Tambah ke proyek",
+ "Show details" : "Tampilkan detail",
+ "Hide details" : "Sembunyikan detail",
+ "Rename project" : "Ubah nama proyek",
+ "Failed to rename the project" : "Gagal mengubah nama proyek",
+ "Failed to create a project" : "Gagal membuat proyek",
+ "Failed to add the item to the project" : "Gagal menambahkan item ke proyek",
+ "Connect items to a project to make them easier to find" : "Hubungkan item ke proyek agar mudah ditemukan",
+ "Type to search for existing projects" : "Ketik untuk mencari proyek eksis",
+ "New in" : "Terbaru",
+ "View changelog" : "Lihat log pembaruan",
"Very weak password" : "Kata sandi sangat lemah",
"Weak password" : "Kata sandi lemah",
"So-so password" : "Kata sandi lumayan",
"Good password" : "Kata sandi baik",
"Strong password" : "Kata sandi kuat",
+ "No action available" : "Aksi tidak tersedia",
+ "Error fetching contact actions" : "Galat mengambil aksi kontak",
+ "Non-existing tag #{tag}" : "Tag tidak ada #{tag}",
+ "restricted" : "terbatas",
+ "invisible" : "tersembunyi",
+ "Delete" : "Hapus",
+ "Rename" : "Ubah nama",
+ "Collaborative tags" : "Tag kolaboratif",
+ "No tags found" : "Tag tidak ditemukan",
"Personal" : "Pribadi",
"Users" : "Pengguna",
"Apps" : "Aplikasi",
@@ -127,8 +209,12 @@ OC.L10N.register(
"Help" : "Bantuan",
"Access forbidden" : "Akses ditolak",
"File not found" : "Berkas tidak ditemukan",
+ "The document could not be found on the server. Maybe the share was deleted or has expired?" : "Dokumen tidak ditemukan pada peladen. Mungkin sudah tidak dibagikan atau kedaluwarsa?",
+ "Back to %s" : "Kembali ke %s",
"Error" : "Kesalahan",
"Internal Server Error" : "Kesalahan Server Internal",
+ "The server was unable to complete your request." : "Peladen tidak dapat menyelesaikan permintaan Anda.",
+ "If this happens again, please send the technical details below to the server administrator." : "Jika terjadi lagi, silakan sampaikan detail di bawah kepada administrator.",
"More details can be found in the server log." : "Rincian lebih lengkap dapat ditemukan di log server.",
"Technical details" : "Rincian teknis",
"Remote Address: %s" : "Alamat remote: %s",
@@ -141,8 +227,10 @@ OC.L10N.register(
"Trace" : "Jejak",
"Security warning" : "Peringatan keamanan",
"Your data directory and files are probably accessible from the internet because the .htaccess file does not work." : "Kemungkinan direktori data dan berkas anda dapat diakses dari internet karena berkas .htaccess tidak berfungsi.",
+ "For information how to properly configure your server, please see the <a href=\"%s\" target=\"_blank\" rel=\"noreferrer noopener\">documentation</a>." : "Informasi bagaimana kesesuaian konfigurasi peladen Anda, silakan lihat <a href=\"%s\" target=\"_blank\" rel=\"noreferrer noopener\">dokumentasi</a>.",
"Create an <strong>admin account</strong>" : "Buat sebuah <strong>akun admin</strong>",
"Username" : "Nama pengguna",
+ "Show password" : "Tampilkan kata sandi",
"Storage & database" : "Penyimpanan & Basis data",
"Data folder" : "Folder data",
"Configure the database" : "Konfigurasikan basis data",
@@ -156,24 +244,58 @@ OC.L10N.register(
"Database host" : "Host basis data",
"Please specify the port number along with the host name (e.g., localhost:5432)." : "Harap tentukan nomor port beserta nama host (contoh., localhost:5432).",
"Performance warning" : "Peringatan kinerja",
+ "You chose SQLite as database." : "Anda memilih SQLite sebagai pangkalan data",
+ "SQLite should only be used for minimal and development instances. For production we recommend a different database backend." : "SQLite hanya digunakan pada instalasi minimal dan lingkungan pengembangan. Untuk lingkungan produksi dianjurkan menggunakan backend pangkalan data lain.",
+ "If you use clients for file syncing, the use of SQLite is highly discouraged." : "Jika menggunakan klien untuk sinkronisasi berkas, penggunaan SQLite sangat tidak dianjurkan.",
+ "Install recommended apps" : "Instal aplikasi rekomendasi",
+ "Calendar, Contacts, Talk, Mail & Collaborative editing" : "Kalender, Kontak, Talk, Surel, & Penyuntingan kolaboratif",
"Finish setup" : "Selesaikan instalasi",
"Finishing …" : "Menyelesaikan ...",
"Need help?" : "Butuh bantuan?",
"See the documentation" : "Lihat dokumentasi",
+ "It looks like you are trying to reinstall your Nextcloud. However the file CAN_INSTALL is missing from your config directory. Please create the file CAN_INSTALL in your config folder to continue." : "Sepertinya Anda coba untuk menginstal ulang Nextcloud. Namun berkas CAN_INSTALL tidak ditemukan pada direktori konfigurasi. Silakan buat berkas tersebut untuk melanjutkan.",
+ "Could not remove CAN_INSTALL from the config folder. Please remove this file manually." : "Tidak dapat membuang CAN_INSTALL dari direktori konfigurasi. Silakan lakukan secara manual.",
"This application requires JavaScript for correct operation. Please {linkstart}enable JavaScript{linkend} and reload the page." : "Aplikasi ini memerlukan JavaScript untuk dapat beroperasi dengan benar. Mohon {linkstart}aktifkan JavaScript{linkend} dan muat ulang halaman ini.",
+ "Get your own free account" : "Dapatkan akun gratis Anda",
+ "Skip to main content" : "Lewati ke konten utama",
+ "Skip to navigation of app" : "Lewati ke navigasi aplikasi",
+ "More apps" : "Aplikasi lainnya",
"More" : "Lainnya",
- "Search" : "Cari",
+ "More apps menu" : "Menu aplikasi lainnya",
"Contacts" : "Kontak",
+ "Contacts menu" : "Menu Kontak",
+ "Settings menu" : "Menu Pengaturan",
"Confirm your password" : "Konfirmasi kata sandi Anda",
+ "Connect to your account" : "Hubungkan ke akun Anda",
+ "Please log in before granting %1$s access to your %2$s account." : "Silakan log masuk sebelum mengizinkan %1$s mengakses akun %2$s Anda.",
+ "App token" : "Token aplikasi",
"Grant access" : "Berikan hak akses",
+ "Alternative log in using app token" : "Log masuk alternatif dengan token aplikasi",
+ "Account access" : "Akses akun",
+ "You are about to grant %1$s access to your %2$s account." : "Anda akan memberikan izin %1$s akses ke akun %2$s Anda.",
+ "Account connected" : "Akun terhubung",
+ "Your client should now be connected!" : "Klien sudah terhubung!",
+ "You can close this window." : "Anda dapat menutup jendela ini.",
"This share is password-protected" : "Berbagi ini dilindungi kata sandi",
"The password is wrong. Try again." : "Kata sandi salah. Coba lagi",
"Two-factor authentication" : "Otentikasi Two-factor",
+ "Enhanced security is enabled for your account. Choose a second factor for authentication:" : "Peningkatan keamanan telah diaktifkan pada akun Anda. Pilih faktor-kedua untuk autentikasi:",
+ "Could not load at least one of your enabled two-factor auth methods. Please contact your admin." : "Tidak dapat memuat salah satu dari metode autentikasi faktor-kedua. Silakan hubungi admin Anda.",
+ "Two-factor authentication is enforced but has not been configured on your account. Contact your admin for assistance." : "Autentikasi faktor-kedua diwajibkan, namun belum terkonfigurasi pada akun Anda. Hubungi admin untuk asistensi.",
+ "Two-factor authentication is enforced but has not been configured on your account. Please continue to setup two-factor authentication." : "Autentikasi faktor-kedua diwajibkan, namun belum terkonfigurasi pada akun Anda. Silakan lanjutkan untuk menyetel autentikasi faktor-kedua.",
+ "Set up two-factor authentication" : "Setel autentikasi faktor-kedua",
+ "Two-factor authentication is enforced but has not been configured on your account. Use one of your backup codes to log in or contact your admin for assistance." : "Autentikasi faktor-kedua diwajibkan, namun belum terkonfigurasi pada akun Anda. Gunakan salah satu kode cadangan untuk log masuk, atau hubungi admin untuk asistensi.",
"Use backup code" : "Gunakan kode cadangan",
"Cancel login" : "Batalkan log masuk",
+ "Setup two-factor authentication" : "Setel autentikasi faktor-kedua",
+ "Enhanced security is enforced for your account. Choose which provider to set up:" : "Peningkatan keamanan diwajibkan untuk akun Anda. Pilih penyedia setelan:",
"Error while validating your second factor" : "Galat ketika memvalidasi faktor kedua anda",
+ "Access through untrusted domain" : "Akses melalui domain tidak terpercaya",
+ "Please contact your administrator. If you are an administrator, edit the \"trusted_domains\" setting in config/config.php like the example in config.sample.php." : "Silakan hubungi administrator Anda. Apabila Anda adalah administrator dari instalasi ini, setel parameter \"trusted_domains\" pada config/config.php seperti contoh yang tersedia pada config/config.sample.php.",
+ "Further information how to configure this can be found in the %1$sdocumentation%2$s." : "Info lebih lanjut mengenai pengaturan ini, dapat ditemukan pada %1$sdokumentasi%2$s.",
"App update required" : "Diperlukan perbarui aplikasi",
- "These apps will be updated:" : "Aplikasi berikut akan diperbarui:",
+ "%1$s will be updated to version %2$s" : "%1$s akan diperbarui ke versi %2$s",
+ "The following apps will be updated:" : "Aplikasi berikut akan diperbarui:",
"These incompatible apps will be disabled:" : "Aplikasi yang tidak kompatibel berikut akan dinonaktifkan:",
"The theme %s has been disabled." : "Tema %s telah dinonaktfkan.",
"Please make sure that the database, the config folder and the data folder have been backed up before proceeding." : "Pastikan bahwa basis data, folder konfig, dan folder data telah dicadangkan sebelum melanjutkan.",
@@ -181,60 +303,56 @@ OC.L10N.register(
"To avoid timeouts with larger installations, you can instead run the following command from your installation directory:" : "Untuk menghindari waktu habis dengan instalasi yang lebih besar, Anda bisa menjalankan perintah berikut dari direktori instalasi Anda:",
"Detailed logs" : "Log detail",
"Update needed" : "Pembaruan dibutuhkan",
+ "Please use the command line updater because you have a big instance with more than 50 users." : "Silakan gunakan command line updater, karena instalasi Anda memiliki pengguna lebih dari 50.",
+ "For help, see the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"%s\">documentation</a>." : "Lihat <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"%s\">dokumentasi</a> untuk panduan.",
+ "I know that if I continue doing the update via web UI has the risk, that the request runs into a timeout and could cause data loss, but I have a backup and know how to restore my instance in case of a failure." : "Saya paham jika melakukan proses pemutakhiran via antarmuka web, berisiko komunikasi terhenti dan kemungkinan kehilangan data. Saya punya cadangan dan paham bagaimana cara pemulihan, jika terjadi kegagalan.",
+ "Upgrade via web on my own risk" : "Pemutakhiran via web adalah risiko saya",
+ "Maintenance mode" : "Mode pemeliharaan",
"This %s instance is currently in maintenance mode, which may take a while." : "Instansi %s ini sedang dalam modus pemeliharaan, mungkin memerlukan beberapa saat.",
+ "This page will refresh itself when the instance is available again." : "Laman ini akan dimuat otomatis saat instalasi kembali tersedia.",
"Contact your system administrator if this message persists or appeared unexpectedly." : "Hubungi administrator sistem anda jika pesan ini terus muncul atau muncul tiba-tiba.",
- "Could not send reset email because there is no email address for this username. Please contact your administrator." : "Tidak dapat mengirim email karena tidak ada alamat email untuk nama pengguna ini. Silahkan hubungi administrator Anda.",
- "Couldn't send reset email. Please make sure your username is correct." : "Tidak dapat menyetel ulang email. Mohon pastikan nama pengguna Anda benar.",
- "Your files are encrypted. There will be no way to get your data back after your password is reset.<br />If you are not sure what to do, please contact your administrator before you continue. <br />Do you really want to continue?" : "Berkas anda terenkripsi. Tidak ada jalan untuk mendapatkan kembali data anda setelah kata sandi disetel ulang.<br />Jika anda tidak yakin, harap hubungi administrator anda sebelum melanjutkannya. <br />Apa anda ingin melanjutkannya?",
- "Shared" : "Dibagikan",
- "Shared by" : "Dibagikan oleh",
- "Choose a password for the public link" : "Tetapkan kata sandi untuk tautan publik",
- "Copied!" : "Tersalin!",
- "Copy link" : "Salin tautan",
- "Not supported!" : "Tidak didukung!",
- "Press ⌘-C to copy." : "Tekan ⌘-C untuk menyalin.",
- "Press Ctrl-C to copy." : "Tekan Ctrl-C untuk menyalin.",
- "Resharing is not allowed" : "Berbagi ulang tidak diizinkan",
- "Link" : "Tautan",
- "Hide download" : "Sembunyikan unduhan",
- "Password protect" : "Lindungi dengan kata sandi",
- "Allow editing" : "Izinkan penyuntingan",
- "Email link to person" : "Emailkan tautan ini ke orang",
- "Send" : "Kirim",
- "Allow upload and editing" : "Izinkan pengunggahan dan penyuntingan",
- "File drop (upload only)" : "Berkas jatuh (hanya unggah)",
- "Set expiration date" : "Atur tanggal kedaluwarsa",
- "Expiration" : "Kedaluwarsa",
- "Expiration date" : "Tanggal kedaluwarsa",
- "Note to recipient" : "Catatan untuk penerima",
- "Unshare" : "Batalkan berbagi",
- "Share link" : "Bagikan tautan",
- "Could not unshare" : "Tidak dapat membatalkan pembagian",
- "Shared with you and the group {group} by {owner}" : "Dibagikan dengan anda dan grup {group} oleh {owner}",
- "Shared with you by {owner}" : "Dibagikan dengan anda oleh {owner}",
- "group" : "grup",
- "remote" : "remote",
- "email" : "surel",
- "Can edit" : "Can edit",
- "Can create" : "Can create",
- "Can change" : "Can change",
- "Can delete" : "Can delete",
- "Error while sharing" : "Kesalahan saat membagikan",
- "Share details could not be loaded for this item." : "Rincian berbagi tidak dapat dimuat untuk item ini.",
- "_At least {count} character is needed for autocompletion_::_At least {count} characters are needed for autocompletion_" : ["Sekurangnya {count} karakter dibutuhkan untuk autocompletion"],
- "This list is maybe truncated - please refine your search term to see more results." : "Daftar ini mungkin terpotong - harap sari kata pencarian anda untuk melihat hasil yang lebih.",
- "No users or groups found for {search}" : "Tidak ada pengguna atau grup ditemukan untuk {search}",
- "No users found for {search}" : "Tidak ada pengguna ditemukan untuk {search}",
- "An error occurred. Please try again" : "Terjadi kesalahan. Silakan coba lagi",
- "Home" : "Beranda",
- "Work" : "Kantor",
- "Other" : "Lainnya",
- "Share" : "Bagikan",
- "Error removing share" : "Terjadi kesalahan saat menghapus pembagian",
- "({scope})" : "({scope})",
- "Saving..." : "Menyimpan...",
- "Dismiss" : "Buang",
- "New Password" : "Kata sandi Baru",
- "Cancel log in" : "Batalkan masuk log"
+ "Checking whether the database schema can be updated (this can take a long time depending on the database size)" : "Memeriksa apakah skema basis data dapat diperbarui (dapat memerlukan waktu yang lama tergantung pada ukuran basis data)",
+ "Checked database schema update" : "Pembaruan skema basis data terperiksa",
+ "Checking updates of apps" : "Memeriksa pembaruan aplikasi",
+ "Checking for update of app \"%s\" in appstore" : "Pemeriksa pembaruan aplikasi \"%s\" pada appstore",
+ "Update app \"%s\" from appstore" : "Perbarui aplikasi \"%s\" melalui appstore",
+ "Checked for update of app \"%s\" in appstore" : "Periksa pembaruan aplikasi \"%s\" pada toko",
+ "Checked database schema update for apps" : "Pembaruan skema basis data terperiksa untuk aplikasi",
+ "Following apps have been disabled: %s" : "Aplikasi berikut telah dinonaktifkan: %s",
+ "Your web server is not properly set up to resolve \"{url}\". Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Peladen web Anda tidak setel sesuai untuk resolusi \"{url}\". Informasi lebih lanjut, dapat ditemukan pada <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentasi</a>.",
+ "Your web server is not properly set up to resolve \"{url}\". This is most likely related to a web server configuration that was not updated to deliver this folder directly. Please compare your configuration against the shipped rewrite rules in \".htaccess\" for Apache or the provided one in the documentation for Nginx at it's <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation page</a>. On Nginx those are typically the lines starting with \"location ~\" that need an update." : "Pelden web Anda tidak disetel sesuai untuk resolusi \"{url}\". Kemungkinan terkait konfigurasi peladen web yang belum diperbarui untuk melayani folder ini secara langsung. Silakan bandingkan konfigurasi Anda dengan aturan rewrite yang ada pada \".htaccess\" untuk Apache, atau untuk Nginx silakan gunakan yang ada pada <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">laman dokumentasi</a>. Pada Nginx yang perlu diperbarui khususnya adalah baris yang dimulai dengan \"location ~\".",
+ "Your web server is not properly set up to deliver .woff2 files. This is typically an issue with the Nginx configuration. For Nextcloud 15 it needs an adjustement to also deliver .woff2 files. Compare your Nginx configuration to the recommended configuration in our <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Peladen web Anda tidak disetel sesuai untuk melayanai berkas .woff2. Ini khususnya isu pada konfigurasi Nginx. Pada Nextcloud 15, diperlukan penyesuaian untuk juga melayanani berkas .woff2. Bandingkan konfigurasi Anda dengan rekomendasi konfigurasi pada <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">laman dokumentasi</a> kami.",
+ "Please check the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">installation documentation ↗</a> for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "Silakan periksa <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentasi instalasi ↗</a> pada catatan konfigurasi dan konfigurasi pada peladen Anda, khususnya saat menggunakan php-fpm.",
+ "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems. See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation ↗</a> for more information." : "Transactional file locking tidak aktif, ini dapat menimbulkan isu pada kondisi saling mendahului (race conditions). Aktifkan \"filelocking.enabled\" pada config.php untuk terhindar dari masalah ini. Lihat <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentasi ↗</a> untuk informasi lebih lanjut.",
+ "Last background job execution ran {relativeTime}. Something seems wrong." : "Eksekusi perintah latar terakhir {relativeTime}. Terjadi kesalahan.",
+ "Check the background job settings" : "Periksa pengaturan perintah latar",
+ "No memory cache has been configured. To enhance performance, please configure a memcache, if available. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Tidak ada tembolok memori tersetel. Silakan konfigurasi memcache jika tersedia untuk meningkatkan performa. Informasi lebih lanjut dapat dilihat pada<a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentasi</a>.",
+ "No suitable source for randomness found by PHP which is highly discouraged for security reasons. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Tidak ditemukan sumber pengacakan yang diperlukan oleh PHP, atas dasar keamanan hal ini sangat tidak disarankan. Informasi lebih lanjut dapat ditemukan pada <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentasi</a>.",
+ "You are currently running PHP {version}. Upgrade your PHP version to take advantage of <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">performance and security updates provided by the PHP Group</a> as soon as your distribution supports it." : "Anda saat ini menggunakan PHP {version}. Tingkatkan versi PHP untuk mendapatkan <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">peningkatan performa dan keamanan oleh PHP Group</a> saat didukung oleh distro yang Anda gunakan.",
+ "The reverse proxy header configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If not, this is a security issue and can allow an attacker to spoof their IP address as visible to the Nextcloud. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Konfigurasi reverse proxy header tidak tepat, atau anda mengakses Nextcloud melalui trusted proxy. Jika tidak, ini adalah isu keamanan dan dapat menyebabkan peretas memalsukan alamat IP mereka seolah-olah adalah alamat ke instalasi Nextcloud. Informasi lebih lanjut dapat ditemukan pada <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentasi</a>.",
+ "Memcached is configured as distributed cache, but the wrong PHP module \"memcache\" is installed. \\OC\\Memcache\\Memcached only supports \"memcached\" and not \"memcache\". See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">memcached wiki about both modules</a>." : "Memcached tersetel sebagai tembolok terdistribusi, tetapi modul PHP \"memcache\" yang terpasang salah. \\OC\\Memcache\\Memcached hanya mendukung \"memcached\" dan bukan \"memcache\". Lihat <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">wiki memcached mengenai perbedaannya</a>.",
+ "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">List of invalid files…</a> / <a href=\"{rescanEndpoint}\">Rescan…</a>)" : "Beberapa berkas tidak lulus pemeriksaan integritas. Informasi bagaimana cara resolusi isu ini dapat ditemukan pada laman <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentasi</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">Daftar berkas tidak valid...</a>/<a href=\"{rescanEndpoint}\">Pindai ulang...</a>)",
+ "The PHP OPcache module is not loaded. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance it is recommended</a> to load it into your PHP installation." : "Modul OPcache PHP tidak digunakan. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Direkomendasikan untuk performa lebih baik</a> agar menggunakannya pada instalasi PHP Anda.",
+ "The PHP OPcache is not properly configured. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance it is recommended</a> to use the following settings in the <code>php.ini</code>:" : "Modul OPcache PHP tidak tersetel sesuai. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Direkomendasikan untuk performa lebih baik</a> agar menggunakannya pada konfigurasi <code>php.ini</code>:",
+ "Some columns in the database are missing a conversion to big int. Due to the fact that changing column types on big tables could take some time they were not changed automatically. By running 'occ db:convert-filecache-bigint' those pending changes could be applied manually. This operation needs to be made while the instance is offline. For further details read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "Beberapa kolom pada pangkalan data, tidak memiliki konversi ke \"big int\". Berdasarkan fakta bahwa membutuhkan waktu cukup lama, maka ini tidak dilakukan otomatis. Eksekusi \"occ db:convert-filecache-bigint\", untuk menerapkan perubahan secara manual. Tindakan ini perlu dilakukan saat instance dalam kondisi luring. Detail lebih lanjut silakan baca <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">laman dokumentasi</a>.",
+ "To migrate to another database use the command line tool: 'occ db:convert-type', or see the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation ↗</a>." : "Untuk migrasi ke pangkalan data lainnya, eksekusi baris perintah pada konsol: `occ db:convert-type`, atau lihat <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentasi ↗</a>.",
+ "Use of the the built in php mailer is no longer supported. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Please update your email server settings ↗<a/>." : "Penggunaan fungsi bawaan PHP untuk pengiriman surel sudah tidak lagi didukung. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Silakan perbarui pengaturan peladen surel ↗<a/>.",
+ "MySQL is used as database but does not support 4-byte characters. To be able to handle 4-byte characters (like emojis) without issues in filenames or comments for example it is recommended to enable the 4-byte support in MySQL. For further details read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "MySQL digunakan sebagai pangkalan data, namun tidak mendukung karakter 4-byte. Sebagai contoh untuk dapat menangani karakter 4-byte (seperti emoji) dalam nama file atau komentar tanpa masalah, disarankan untuk mengaktifkan dukungan 4-byte pada MySQL. Bacalah <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">laman dokumentasi untuk detail mengenai hal ini</a>.",
+ "You are accessing your instance over a secure connection, however your instance is generating insecure URLs. This most likely means that you are behind a reverse proxy and the overwrite config variables are not set correctly. Please read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "Anda mengakses instance melalui jalur koneksi aman, tetapi instance Anda menghasilkan URLs yang tidak aman. Hal ini sering kali terjadi dikarenakan Anda berada dibelakang reverse proxy dan juga karena variabel konfigurasi tidak tersetel sesuai. Silakan baca <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">laman dokumentasi mengenai ini</a>.",
+ "The \"{header}\" HTTP header is not set to \"{val1}\", \"{val2}\", \"{val3}\", \"{val4}\" or \"{val5}\". This can leak referer information. See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{link}\">W3C Recommendation ↗</a>." : "HTTP header \"{header}\" tidak tersetel sesuai \"{val1}\", \"{val2}\", \"{val3}\", \"{val4}\" atau \"{val5}\". Hal ini dapat membocorkan informasi. Lihat <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{link}\">rekomendasi W3C ↗</a>.",
+ "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the <a href=\"{docUrl}\" rel=\"noreferrer noopener\">security tips ↗</a>." : "HTTP header \"Strict-Transport-Security\" tidak tersetel paling tidak \"{seconds}\" detik. Untuk peningkatan keamanan, direkomendasikan untuk mengaktifkan HSTS seperti yang dijelaskan pada <a href=\"{docUrl}\" rel=\"noreferrer noopener\">kiat keamanan ↗</a>.",
+ "Accessing site insecurely via HTTP. You are strongly advised to set up your server to require HTTPS instead, as described in the <a href=\"{docUrl}\">security tips ↗</a>." : "Tidak aman mengakses via HTTP. Anda sangat dianjurkan untuk menyetel peladen wajib menggunakan HTTPS, seperti yang dijelaskan pada <a href=\"{docUrl}\">kiat keamanan ↗</a>.",
+ "Continue to Nextcloud" : "Lanjutkan ke Nextcloud",
+ "_The update was successful. Redirecting you to Nextcloud in %n second._::_The update was successful. Redirecting you to Nextcloud in %n seconds._" : ["Pemutakhiran telah berhasil. Anda akan diarahkan ke Nextcloud setelah %n detik."],
+ "Searching other places" : "Mencari tempat lainnya",
+ "No search results in other folders for {tag}{filter}{endtag}" : "Hasil pencarian tidak ditemukan di folder lainnya untuk '{tag}{filter}{endtag}'",
+ "_{count} search result in another folder_::_{count} search results in other folders_" : ["{count} hasil pencarian di folder lain"],
+ "A password reset message has been sent to the e-mail address of this account. If you do not receive it, check your spam/junk folders or ask your local administrator for help." : "Pesan setel ulang kata sandi telah terkirim ke alamat surel akun ini. Jika Anda tidak menerimanya, silakan periksa folder spam/junk atau minta bantuan administrator Anda.",
+ "Password can not be changed. Please contact your administrator." : "Kata sandi tidak dapat diubah. Silakan hubungi administrator Anda",
+ "Could not fetch list of apps from the app store." : "Tidak dapat mengambil daftar aplikasi dari toko.",
+ "Nextcloud {app}" : "{app} Nextcloud",
+ "Can't install this app because it is not compatible" : "Instalasi aplikasi gagal karena tidak kompatibel",
+ "Can't install this app" : "Instalasi aplikasi gagal",
+ "These apps will be updated:" : "Aplikasi berikut akan diperbarui:"
},
"nplurals=1; plural=0;");
diff --git a/core/l10n/id.json b/core/l10n/id.json
index cbfceb77ad4..c10f2681b02 100644
--- a/core/l10n/id.json
+++ b/core/l10n/id.json
@@ -1,23 +1,38 @@
{ "translations": {
- "Please select a file." : "Pilih berkas",
+ "Please select a file." : "Silakan pilih berkas",
"File is too big" : "Berkas terlalu besar",
- "The selected file is not an image." : "Berkas yang dipilih bukanlah sebuah gambar.",
- "The selected file cannot be read." : "Berkas yang dipilih tidak bisa dibaca.",
- "Invalid file provided" : "Berkas yang diberikan tidak sah",
+ "The selected file is not an image." : "Berkas terpilih bukan suatu gambar.",
+ "The selected file cannot be read." : "Berkas terpilih tidak dapat dibaca.",
+ "Invalid file provided" : "Berkas tidak valid",
"No image or file provided" : "Tidak ada gambar atau berkas yang disediakan",
"Unknown filetype" : "Tipe berkas tidak dikenal",
- "Invalid image" : "Gambar tidak sah",
+ "Invalid image" : "Gambar tidak valid",
"An error occurred. Please contact your admin." : "Terjadi kesalahan. Silakan hubungi admin Anda.",
"No temporary profile picture available, try again" : "Tidak ada gambar profil sementara yang tersedia, coba lagi",
"No crop data provided" : "Tidak ada data krop tersedia",
"No valid crop data provided" : "Tidak ada data valid untuk dipangkas",
"Crop is not square" : "Pangkas ini tidak persegi",
+ "State token does not match" : "Token yang digunakan tidak cocok",
+ "Invalid app password" : "Kata sandi aplikasi tidak valid",
+ "Could not complete login" : "Tidak dapat menyelesaikan log masuk",
+ "Your login token is invalid or has expired" : "Token log masuk Anda tidak valid atau sudah kedaluwarsa",
+ "Password reset is disabled" : "Setel ulang kata sandi dinonaktifkan",
"Couldn't reset password because the token is invalid" : "Tidak dapat menyetel ulang kata sandi karena token tidak sah",
"Couldn't reset password because the token is expired" : "Tidak dapat menyetel ulang kata sandi karena token telah kadaluarsa",
"%s password reset" : "%s kata sandi disetel ulang",
+ "Password reset" : "Setel ulang kata sandi",
+ "Click the following button to reset your password. If you have not requested the password reset, then ignore this email." : "Klik tombol berikut untuk menyetel ulang kata sandi Anda. Jika Anda tidak melakukan permintaan setel ulang kata sandi, abaikan surel ini.",
+ "Click the following link to reset your password. If you have not requested the password reset, then ignore this email." : "Klik tautan berikut untuk menyetel ulang kata sandi Anda. Jika Anda tidak melakukan permintaan setel ulang kata sandi, abaikan surel ini.",
+ "Reset your password" : "Setel ulang kata sandi Anda",
"Nextcloud Server" : "Server Nextcloud",
+ "Some of your link shares have been removed" : "Beberapa tautan berbagi Anda telah dihapus",
+ "Due to a security bug we had to remove some of your link shares. Please see the link for more information." : "Dikarenakan isu bug keamanan, kami perlu menghapus beberapa tautan berbagi Anda. Silakan lihat tautan berikut untuk informasi lebih lanjut.",
"Preparing update" : "Mempersiapkan pembaruan",
"[%d / %d]: %s" : "[%d / %d]: %s",
+ "Repair step:" : "Langkah perbaikan:",
+ "Repair info:" : "Info perbaikan:",
+ "Repair warning:" : "Peringatan perbaikan:",
+ "Repair error:" : "Galat perbaikan:",
"Please use the command line updater because automatic updating is disabled in the config.php." : "Gunakan pembaruan di command line karena pembaruan otomatis di nonaktifkan di config.php. ",
"[%d / %d]: Checking table %s" : "[%d / %d]: Mengecek tabel %s",
"Turned on maintenance mode" : "Hidupkan mode perawatan",
@@ -25,32 +40,46 @@
"Maintenance mode is kept active" : "Mode Pemeliharaan masih aktif",
"Updating database schema" : "Memperbarui skema basis data",
"Updated database" : "Basis data terbaru",
- "Checking whether the database schema can be updated (this can take a long time depending on the database size)" : "Memeriksa apakah skema basis data dapat diperbarui (dapat memerlukan waktu yang lama tergantung pada ukuran basis data)",
- "Checked database schema update" : "Pembaruan skema basis data terperiksa",
- "Checking updates of apps" : "Memeriksa pembaruan aplikasi",
"Checking whether the database schema for %s can be updated (this can take a long time depending on the database size)" : "Memeriksa apakah skema untuk %s dapat diperbarui (dapat memerlukan waktu yang lama tergantung pada ukuran basis data)",
- "Checked database schema update for apps" : "Pembaruan skema basis data terperiksa untuk aplikasi",
+ "Updated \"%1$s\" to %2$s" : "\"%1$s\" terbarukan ke %2$s",
"Set log level to debug" : "Atur log level ke debug",
"Reset log level" : "Atur ulang log level",
"Starting code integrity check" : "Memulai pengecekan integritas kode",
"Finished code integrity check" : "Pengecekan integritas kode selesai",
"%s (incompatible)" : "%s (tidak kompatibel)",
- "Following apps have been disabled: %s" : "Aplikasi berikut telah dinonaktifkan: %s",
+ "The following apps have been disabled: %s" : "Aplikasi berikut telah dinonaktifkan: %s",
"Already up to date" : "Sudah yang terbaru",
+ "Your web server is not yet properly set up to allow file synchronization, because the WebDAV interface seems to be broken." : "Peladen web Anda belum diatur sesuai untuk sinkronisasi berkas, karena antarmuka WebDAV tidak berfungsi.",
+ "PHP does not seem to be setup properly to query system environment variables. The test with getenv(\"PATH\") only returns an empty response." : "PHP tidak disetel sesuai untuk melakukan kueri system environment variables. Pengujian dengan getenv(\"PATH\") hanya menghasilkan pesan kosong. ",
+ "The read-only config has been enabled. This prevents setting some configurations via the web-interface. Furthermore, the file needs to be made writable manually for every update." : "Konfigurasi baca-saja telah diaktifkan. Hal ini mencegah penyetelan beberapa konfigurasi via antarmuka web. Pada setiap proses pembaruan berikutnya, secara manual berkas tersebut perlu dibuat agar dapat ditulis.",
"Your database does not run with \"READ COMMITTED\" transaction isolation level. This can cause problems when multiple actions are executed in parallel." : "Database Anda tidak dijalankan dengan isolasi transaksi level \"READ COMMITED\". Ini dapat menyebabkan masalah saat banyak tindakan dilakukan secara paralel.",
+ "The PHP module \"fileinfo\" is missing. It is strongly recommended to enable this module to get the best results with MIME type detection." : "Modul PHP \"fileinfo\" tidak ditemukan. Sangat dianjurkan untuk mengaktifkan modul ini, agar mendapatkan hasil deteksi terbaik tipe MIME. ",
+ "If your installation is not installed at the root of the domain and uses system cron, there can be issues with the URL generation. To avoid these problems, please set the \"overwrite.cli.url\" option in your config.php file to the webroot path of your installation (suggestion: \"{suggestedOverwriteCliURL}\")" : "Jika instalasi Anda tidak di root domain dan menggunakan sistem cron, hal tersebut dapat menyebabkan masalah dengan pembuatan URL. Untuk mencegah masalah tersebut, mohon atur opsi \"overwrite.cli.url\" pada berkas config.php Anda ke jalur lokasi webroot instalasi Anda (disarankan: \"{suggestedOverwriteCliURL}\")",
+ "It was not possible to execute the cron job via CLI. The following technical errors have appeared:" : "Tidak memungkinan untuk eksekusi cron job via CLI. Kesalahan teknis berikut muncul:",
+ "This server has no working Internet connection: Multiple endpoints could not be reached. This means that some of the features like mounting external storage, notifications about updates or installation of third-party apps will not work. Accessing files remotely and sending of notification emails might not work, either. Establish a connection from this server to the Internet to enjoy all features." : "Peladen ini tidak terhubung ke internet. Beberapa titik akhir tidak dapat terjangkau. Hal ini berarti beberapa fitur, seperti: pemasangan penyimpanan eksternal, notifikasi pembaruan atau instalasi aplikasi pihak ketiga tidak akan berfungsi. Mengakses berkas dari jarak jauh dan mengirim notifikasi surel keduanya tidak akan berfungsi. Hubungkan peladen ini ke internet, untuk dapat mendapatkan fitur-fitur tersebut.",
+ "The PHP function \"set_time_limit\" is not available. This could result in scripts being halted mid-execution, breaking your installation. Enabling this function is strongly recommended." : "Fungsi PHP \"set_time_limit\" tidak tersedia. Hal ini dapat menyebabkan instalasi Anda, akibat eksekusi skrip terhenti ditengah-tengah. Mengaktifkan fungsi ini sangat dianjurkan.",
+ "Your PHP does not have FreeType support, resulting in breakage of profile pictures and the settings interface." : "PHP Anda tidak mendukung FreeType, yang akan menyebabkan gangguan pada foto profil dan pengaturan antarmuka.",
+ "Missing index \"{indexName}\" in table \"{tableName}\"." : "Tidak ada index \"{indexName}\" pada tabel \"{tableName}\".",
+ "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "Pangkalan data kehilangan beberapa indeks. Berdasarkan fakta bahwa menambahkan indeks pada tabel yang besar membutuhkan waktu cukup lama, maka ini tidak dilakukan otomatis. Eksekusi \"occ db: add-missing-indexes\", untuk menambahkan indeks secara manual sementara instance tetap berjalan. Setelah itu dilakukan, maka kueri akan jauh lebih cepat.",
+ "Missing optional column \"{columnName}\" in table \"{tableName}\"." : "Tidak ditemukan kolom opsional \"{columnName}\" pada tabel \"{tableName}\".",
+ "The database is missing some optional columns. Due to the fact that adding columns on big tables could take some time they were not added automatically when they can be optional. By running \"occ db:add-missing-columns\" those missing columns could be added manually while the instance keeps running. Once the columns are added some features might improve responsiveness or usability." : "Pangkalan data kehilangan beberapa kolom opsional. Berdasarkan fakta bahwa menambahkannya pada tabel yang besar membutuhkan waktu cukup lama, maka ini tidak dilakukan otomatis. Eksekusi \"occ db: add-missing-columns\", untuk menambahkan kolom secara manual sementara instance tetap berjalan. Setelah itu dilakukan, maka beberapa fitur dapat meningkatkan daya tanggap atau kegunaan.",
+ "This instance is missing some recommended PHP modules. For improved performance and better compatibility it is highly recommended to install them." : "Instance ini kehilangan beberapa modul PHP yang direkomendasikan. Sangat disarankan menggunakannya untuk peningkatan performa dan kompatibilitas.",
+ "SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend." : "SQLite saat ini digunakan sebagai backend pangkalan data. Penggunaan instalasi skala lebih besar, kami sarankan agar beralih ke backend pangkalan data lainnya.",
+ "This is particularly recommended when using the desktop client for file synchronisation." : "Hal ini sangat dianjurkan saat menggunakan klien desktop untuk sinkronisasi berkas.",
+ "The PHP memory limit is below the recommended value of 512MB." : "Batas memori PHP di bawah nilai yang disarankan yaitu 512MB.",
+ "Some app directories are owned by a different user than the web server one. This may be the case if apps have been installed manually. Check the permissions of the following app directories:" : "Beberapa direktori dimiliki oleh pengguna berbeda dengan pengguna peladen web. Hal ini mungkin dikarenakan proses instalasi manual. Periksa hak akses direktori aplikasi berikut:",
+ "This instance uses an S3 based object store as primary storage. The uploaded files are stored temporarily on the server and thus it is recommended to have 50 GB of free space available in the temp directory of PHP. Check the logs for full details about the path and the available space. To improve this please change the temporary directory in the php.ini or make more space available in that path." : "Instance ini menggunakan penyimpanan objek berbasis S3 sebagai penyimpanan utama. Karena berkas unggahan disimpan sementara pada server, maka disarankan untuk memiliki ruang kosong 50 GB pada direktori sementara PHP. Periksa log untuk detail lengkap tentang lokasi dan ruang penyimpanan yang tersedia. Untuk memperbaikinya, ubah direktori sementara di php.ini atau sediakan lebih banyak ruang di jalur ipada lokasi tersebut.",
"Error occurred while checking server setup" : "Kesalahan tidak terduga saat memeriksa setelan server",
- "Non-existing tag #{tag}" : "Tag tidak ada #{tag}",
- "restricted" : "terbatas",
- "invisible" : "tersembunyi",
- "Delete" : "Hapus",
- "Rename" : "Ubah nama",
- "Collaborative tags" : "Tag kolaboratif",
- "No tags found" : "Tag tidak ditemukan",
+ "Your data directory and files are probably accessible from the Internet. The .htaccess file is not working. It is strongly recommended that you configure your web server so that the data directory is no longer accessible, or move the data directory outside the web server document root." : "Data folder dan berkas Anda kemungkinan dapat diakses dari Internet secara langsung, dikarenakan berkas .htaccess tidak bekerja. Sangat dianjurkan Anda untuk menyetel peladen web, untuk mencegah hal tersebut terjadi. Atau pindahkan lokasi data Anda di luar root dokumen peladen web.",
+ "The \"{header}\" HTTP header is not set to \"{expected}\". This is a potential security or privacy risk, as it is recommended to adjust this setting accordingly." : "HTTP header \"{header}\" tidak sesuai tersetel seperti \"{expected}\". Hal ini berpotensi risiko keamanan dan kerahasiaan. Direkomendasikan untuk dapat disesuaikan mengikuti anjuran.",
+ "The \"{header}\" HTTP header is not set to \"{expected}\". Some features might not work correctly, as it is recommended to adjust this setting accordingly." : "HTTP header \"{header}\" tidak sesuai tersetel seperti \"{expected}\". Beberapa fitur mungkin akan tidak berfungsi dengan baik. Direkomendasikan untuk dapat disesuaikan mengikuti anjuran.",
+ "The \"{header}\" HTTP header doesn't contain \"{expected}\". This is a potential security or privacy risk, as it is recommended to adjust this setting accordingly." : "HTTP header \"{header}\" tidak memiliki \"{expected}\". Hal ini berpotensi risiko keamanan dan kerahasiaan. Direkomendasikan untuk dapat disesuaikan mengikuti anjuran.",
"unknown text" : "teks tidak diketahui",
"Hello world!" : "Halo dunia!",
"sunny" : "cerah",
"Hello {name}, the weather is {weather}" : "Halo {name}, saat ini {weather}",
"Hello {name}" : "Halo {name}",
+ "<strong>These are your search results<script>alert(1)</script></strong>" : "<strong>Ini adalah hasil pencarian Anda<script>alert(1)</script></strong>",
"new" : "baru",
"_download %n file_::_download %n files_" : ["unduh %n berkas"],
"The update is in progress, leaving this page might interrupt the process in some environments." : "Pembaruan sedang dalam proses, meninggalkan halaman ini mungkin dapat mengganggu proses di beberapa lingkungan.",
@@ -59,34 +88,64 @@
"Please reload the page." : "Silakan muat ulang halaman.",
"The update was unsuccessful. For more information <a href=\"{url}\">check our forum post</a> covering this issue." : "Pembaruan gagal. Untuk informasi berikutnya <a href=\"{url}\">cek posting di forum</a> yang mencakup masalah kami.",
"The update was unsuccessful. Please report this issue to the <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">Nextcloud community</a>." : "Pembaruan gagal. Laporkan masalah ini ke <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">komunitas Nextcloud</a>.",
- "Continue to Nextcloud" : "Lanjutkan ke Nextcloud",
- "Searching other places" : "Mencari tempat lainnya",
- "_{count} search result in another folder_::_{count} search results in other folders_" : ["{count} hasil pencarian di folder lain"],
+ "Log in" : "Masuk",
+ "Logging in …" : "Log masuk...",
"Server side authentication failed!" : "Otentikasi dari sisi server gagal!",
- "Please contact your administrator." : "Silahkan hubungi administrator anda.",
+ "Please contact your administrator." : "Silakan hubungi administrator anda.",
"An internal error occurred." : "Terjadi kesalahan internal.",
"Please try again or contact your administrator." : "Mohon coba lagi atau hubungi administrator Anda.",
"Username or email" : "Nama pengguna atau email",
"Password" : "Kata Sandi",
- "Log in" : "Masuk",
- "Logging in …" : "Log masuk...",
+ "Wrong username or password." : "Nama pengguna atau kata sandi salah.",
"User disabled" : "Pengguna dinonaktifkan",
+ "We have detected multiple invalid login attempts from your IP. Therefore your next login is throttled up to 30 seconds." : "Terdeteksi multipel percobaan log masuk tidak valid dari IP Anda. Pencekalan log masuk berikutnya dilakukan hingga 30 detik.",
+ "Your account is not setup for passwordless login." : "Akun Anda tidak diatur untuk masuk tanpa kata sandi.",
+ "Passwordless authentication is not supported in your browser." : "Autentikasi tanpa kata sandi tidak didukung peramban Anda.",
+ "Passwordless authentication is only available over a secure connection." : "Autentikasi tanpa kata sandi hanya tersedia melalui koneksi aman.",
"Reset password" : "Setel ulang kata sandi",
+ "If it is not there ask your local administrator." : "Jika Anda tidak mendapatkannya, hubungi administrator Anda.",
"Couldn't send reset email. Please contact your administrator." : "Tidak dapat mengirim email setel ulang. Silakan hubungi administrator Anda.",
- "Password can not be changed. Please contact your administrator." : "Kata sandi tidak dapat diubah. Silakan hubungi administrator Anda",
+ "Back to login" : "Kembali ke log masuk",
"New password" : "Kata sandi baru",
+ "Your files are encrypted. There will be no way to get your data back after your password is reset. If you are not sure what to do, please contact your administrator before you continue. Do you really want to continue?" : "Berkas Anda terenkripsi. Tidak memungkinkan untuk mendapatkan kembali data anda setelah kata sandi disetel ulang. Jika tidak yakin, silakan hubungi administrator Anda sebelum melanjutkan. Apa anda ingin melanjutkan?",
"I know what I'm doing" : "Saya tahu apa yang saya lakukan",
+ "Resetting password" : "Menyetel ulang kata sandi",
+ "Recommended apps" : "Aplikasi terekomendasi",
+ "Loading apps …" : "Memuat aplikasi ...",
+ "Installing apps …" : "Instalasi aplikasi ...",
+ "App download or installation failed" : "Unduh aplikasi atau gagal instalasi",
"Cancel" : "Batal",
+ "Schedule work & meetings, synced with all your devices." : "Penjadwalan rapat & pekerjaan, tersinkronisasi dengan gawai Anda.",
+ "Keep your colleagues and friends in one place without leaking their private info." : "Simpan info teman dan kolega Anda dalam satu tempat, tanpa membocorkan privat mereka.",
+ "Simple email app nicely integrated with Files, Contacts and Calendar." : "Aplikasi klien surel sederhana, terintegrasi dengan Berkas, Kontak, dan Kalender.",
+ "Chatting, video calls, screensharing, online meetings and web conferencing – in your browser and with mobile apps." : "Mengobrol, panggilan video, berbagi layar, rapat daring, dan konferensi web - melalui peramban dan menggunakan aplikasi pada gawai.",
+ "Collaboratively edit office documents." : "Berkolaborasi edit dokumen perkantoran.",
+ "Local document editing back-end used by the Collabora Online app." : "Pengeditan dokumen lokal menggunakan aplikasi Collabora Online sebagai back-end.",
+ "Forgot password?" : "Lupa kata sandi?",
+ "Log in with a device" : "Log masuk dengan perangkat",
+ "Back" : "Kembali",
+ "Reset search" : "Ulang pencarian",
+ "Search" : "Cari",
"Settings" : "Pengaturan",
+ "Could not load your contacts" : "Tidak dapat memuat kontak Anda",
+ "Search contacts …" : "Cari kontak ...",
+ "No contacts found" : "Kontak tidak ditemukan",
+ "Show all contacts …" : "Tampilkan semua kontak ...",
+ "Install the Contacts app" : "Instal aplikasi Kontak",
+ "Loading your contacts …" : "Memuat kontak Anda ...",
+ "Looking for {term} …" : "Mencari {term}",
"No" : "Tidak",
"Yes" : "Ya",
"No files in here" : "Tidak ada berkas disini",
"New folder" : "Folder baru",
+ "No more subfolders in here" : "Tidak ada lagi subfolder disini",
"Name" : "Nama",
"Size" : "Ukuran",
"Modified" : "Dimodifikasi",
"\"{name}\" is an invalid file name." : "\"{name}\" adalah nama berkas yang tidak sah.",
"File name cannot be empty." : "Nama berkas tidak boleh kosong.",
+ "\"/\" is not allowed inside a file name." : "\"/\" tidak diizinkan pada nama berkas.",
+ "\"{name}\" is not an allowed filetype" : "Tipe berkas \"{name}\" tidak diizinkan",
"{newName} already exists" : "{newName} sudah ada",
"Choose" : "Pilih",
"Copy" : "Salin",
@@ -106,6 +165,9 @@
"({count} selected)" : "({count} terpilih)",
"Error loading file exists template" : "Kesalahan memuat templat berkas yang sudah ada",
"Pending" : "Terutnda",
+ "Copy to {folder}" : "Salin ke {folder}",
+ "Move to {folder}" : "Pindah ke {folder}",
+ "Saving …" : "Menyimpan ...",
"Authentication required" : "Diperlukan otentikasi",
"This action requires you to confirm your password" : "Aksi ini membutuhkan konfirmasi kata sandi Anda",
"Confirm" : "Konfirmasi",
@@ -113,11 +175,31 @@
"seconds ago" : "beberapa detik yang lalu",
"Connection to server lost" : "Koneksi ke server gagal",
"_Problem loading page, reloading in %n second_::_Problem loading page, reloading in %n seconds_" : ["Tidak dapat memuat laman, muat ulang dalam %n detik"],
+ "Add to a project" : "Tambah ke proyek",
+ "Show details" : "Tampilkan detail",
+ "Hide details" : "Sembunyikan detail",
+ "Rename project" : "Ubah nama proyek",
+ "Failed to rename the project" : "Gagal mengubah nama proyek",
+ "Failed to create a project" : "Gagal membuat proyek",
+ "Failed to add the item to the project" : "Gagal menambahkan item ke proyek",
+ "Connect items to a project to make them easier to find" : "Hubungkan item ke proyek agar mudah ditemukan",
+ "Type to search for existing projects" : "Ketik untuk mencari proyek eksis",
+ "New in" : "Terbaru",
+ "View changelog" : "Lihat log pembaruan",
"Very weak password" : "Kata sandi sangat lemah",
"Weak password" : "Kata sandi lemah",
"So-so password" : "Kata sandi lumayan",
"Good password" : "Kata sandi baik",
"Strong password" : "Kata sandi kuat",
+ "No action available" : "Aksi tidak tersedia",
+ "Error fetching contact actions" : "Galat mengambil aksi kontak",
+ "Non-existing tag #{tag}" : "Tag tidak ada #{tag}",
+ "restricted" : "terbatas",
+ "invisible" : "tersembunyi",
+ "Delete" : "Hapus",
+ "Rename" : "Ubah nama",
+ "Collaborative tags" : "Tag kolaboratif",
+ "No tags found" : "Tag tidak ditemukan",
"Personal" : "Pribadi",
"Users" : "Pengguna",
"Apps" : "Aplikasi",
@@ -125,8 +207,12 @@
"Help" : "Bantuan",
"Access forbidden" : "Akses ditolak",
"File not found" : "Berkas tidak ditemukan",
+ "The document could not be found on the server. Maybe the share was deleted or has expired?" : "Dokumen tidak ditemukan pada peladen. Mungkin sudah tidak dibagikan atau kedaluwarsa?",
+ "Back to %s" : "Kembali ke %s",
"Error" : "Kesalahan",
"Internal Server Error" : "Kesalahan Server Internal",
+ "The server was unable to complete your request." : "Peladen tidak dapat menyelesaikan permintaan Anda.",
+ "If this happens again, please send the technical details below to the server administrator." : "Jika terjadi lagi, silakan sampaikan detail di bawah kepada administrator.",
"More details can be found in the server log." : "Rincian lebih lengkap dapat ditemukan di log server.",
"Technical details" : "Rincian teknis",
"Remote Address: %s" : "Alamat remote: %s",
@@ -139,8 +225,10 @@
"Trace" : "Jejak",
"Security warning" : "Peringatan keamanan",
"Your data directory and files are probably accessible from the internet because the .htaccess file does not work." : "Kemungkinan direktori data dan berkas anda dapat diakses dari internet karena berkas .htaccess tidak berfungsi.",
+ "For information how to properly configure your server, please see the <a href=\"%s\" target=\"_blank\" rel=\"noreferrer noopener\">documentation</a>." : "Informasi bagaimana kesesuaian konfigurasi peladen Anda, silakan lihat <a href=\"%s\" target=\"_blank\" rel=\"noreferrer noopener\">dokumentasi</a>.",
"Create an <strong>admin account</strong>" : "Buat sebuah <strong>akun admin</strong>",
"Username" : "Nama pengguna",
+ "Show password" : "Tampilkan kata sandi",
"Storage & database" : "Penyimpanan & Basis data",
"Data folder" : "Folder data",
"Configure the database" : "Konfigurasikan basis data",
@@ -154,24 +242,58 @@
"Database host" : "Host basis data",
"Please specify the port number along with the host name (e.g., localhost:5432)." : "Harap tentukan nomor port beserta nama host (contoh., localhost:5432).",
"Performance warning" : "Peringatan kinerja",
+ "You chose SQLite as database." : "Anda memilih SQLite sebagai pangkalan data",
+ "SQLite should only be used for minimal and development instances. For production we recommend a different database backend." : "SQLite hanya digunakan pada instalasi minimal dan lingkungan pengembangan. Untuk lingkungan produksi dianjurkan menggunakan backend pangkalan data lain.",
+ "If you use clients for file syncing, the use of SQLite is highly discouraged." : "Jika menggunakan klien untuk sinkronisasi berkas, penggunaan SQLite sangat tidak dianjurkan.",
+ "Install recommended apps" : "Instal aplikasi rekomendasi",
+ "Calendar, Contacts, Talk, Mail & Collaborative editing" : "Kalender, Kontak, Talk, Surel, & Penyuntingan kolaboratif",
"Finish setup" : "Selesaikan instalasi",
"Finishing …" : "Menyelesaikan ...",
"Need help?" : "Butuh bantuan?",
"See the documentation" : "Lihat dokumentasi",
+ "It looks like you are trying to reinstall your Nextcloud. However the file CAN_INSTALL is missing from your config directory. Please create the file CAN_INSTALL in your config folder to continue." : "Sepertinya Anda coba untuk menginstal ulang Nextcloud. Namun berkas CAN_INSTALL tidak ditemukan pada direktori konfigurasi. Silakan buat berkas tersebut untuk melanjutkan.",
+ "Could not remove CAN_INSTALL from the config folder. Please remove this file manually." : "Tidak dapat membuang CAN_INSTALL dari direktori konfigurasi. Silakan lakukan secara manual.",
"This application requires JavaScript for correct operation. Please {linkstart}enable JavaScript{linkend} and reload the page." : "Aplikasi ini memerlukan JavaScript untuk dapat beroperasi dengan benar. Mohon {linkstart}aktifkan JavaScript{linkend} dan muat ulang halaman ini.",
+ "Get your own free account" : "Dapatkan akun gratis Anda",
+ "Skip to main content" : "Lewati ke konten utama",
+ "Skip to navigation of app" : "Lewati ke navigasi aplikasi",
+ "More apps" : "Aplikasi lainnya",
"More" : "Lainnya",
- "Search" : "Cari",
+ "More apps menu" : "Menu aplikasi lainnya",
"Contacts" : "Kontak",
+ "Contacts menu" : "Menu Kontak",
+ "Settings menu" : "Menu Pengaturan",
"Confirm your password" : "Konfirmasi kata sandi Anda",
+ "Connect to your account" : "Hubungkan ke akun Anda",
+ "Please log in before granting %1$s access to your %2$s account." : "Silakan log masuk sebelum mengizinkan %1$s mengakses akun %2$s Anda.",
+ "App token" : "Token aplikasi",
"Grant access" : "Berikan hak akses",
+ "Alternative log in using app token" : "Log masuk alternatif dengan token aplikasi",
+ "Account access" : "Akses akun",
+ "You are about to grant %1$s access to your %2$s account." : "Anda akan memberikan izin %1$s akses ke akun %2$s Anda.",
+ "Account connected" : "Akun terhubung",
+ "Your client should now be connected!" : "Klien sudah terhubung!",
+ "You can close this window." : "Anda dapat menutup jendela ini.",
"This share is password-protected" : "Berbagi ini dilindungi kata sandi",
"The password is wrong. Try again." : "Kata sandi salah. Coba lagi",
"Two-factor authentication" : "Otentikasi Two-factor",
+ "Enhanced security is enabled for your account. Choose a second factor for authentication:" : "Peningkatan keamanan telah diaktifkan pada akun Anda. Pilih faktor-kedua untuk autentikasi:",
+ "Could not load at least one of your enabled two-factor auth methods. Please contact your admin." : "Tidak dapat memuat salah satu dari metode autentikasi faktor-kedua. Silakan hubungi admin Anda.",
+ "Two-factor authentication is enforced but has not been configured on your account. Contact your admin for assistance." : "Autentikasi faktor-kedua diwajibkan, namun belum terkonfigurasi pada akun Anda. Hubungi admin untuk asistensi.",
+ "Two-factor authentication is enforced but has not been configured on your account. Please continue to setup two-factor authentication." : "Autentikasi faktor-kedua diwajibkan, namun belum terkonfigurasi pada akun Anda. Silakan lanjutkan untuk menyetel autentikasi faktor-kedua.",
+ "Set up two-factor authentication" : "Setel autentikasi faktor-kedua",
+ "Two-factor authentication is enforced but has not been configured on your account. Use one of your backup codes to log in or contact your admin for assistance." : "Autentikasi faktor-kedua diwajibkan, namun belum terkonfigurasi pada akun Anda. Gunakan salah satu kode cadangan untuk log masuk, atau hubungi admin untuk asistensi.",
"Use backup code" : "Gunakan kode cadangan",
"Cancel login" : "Batalkan log masuk",
+ "Setup two-factor authentication" : "Setel autentikasi faktor-kedua",
+ "Enhanced security is enforced for your account. Choose which provider to set up:" : "Peningkatan keamanan diwajibkan untuk akun Anda. Pilih penyedia setelan:",
"Error while validating your second factor" : "Galat ketika memvalidasi faktor kedua anda",
+ "Access through untrusted domain" : "Akses melalui domain tidak terpercaya",
+ "Please contact your administrator. If you are an administrator, edit the \"trusted_domains\" setting in config/config.php like the example in config.sample.php." : "Silakan hubungi administrator Anda. Apabila Anda adalah administrator dari instalasi ini, setel parameter \"trusted_domains\" pada config/config.php seperti contoh yang tersedia pada config/config.sample.php.",
+ "Further information how to configure this can be found in the %1$sdocumentation%2$s." : "Info lebih lanjut mengenai pengaturan ini, dapat ditemukan pada %1$sdokumentasi%2$s.",
"App update required" : "Diperlukan perbarui aplikasi",
- "These apps will be updated:" : "Aplikasi berikut akan diperbarui:",
+ "%1$s will be updated to version %2$s" : "%1$s akan diperbarui ke versi %2$s",
+ "The following apps will be updated:" : "Aplikasi berikut akan diperbarui:",
"These incompatible apps will be disabled:" : "Aplikasi yang tidak kompatibel berikut akan dinonaktifkan:",
"The theme %s has been disabled." : "Tema %s telah dinonaktfkan.",
"Please make sure that the database, the config folder and the data folder have been backed up before proceeding." : "Pastikan bahwa basis data, folder konfig, dan folder data telah dicadangkan sebelum melanjutkan.",
@@ -179,60 +301,56 @@
"To avoid timeouts with larger installations, you can instead run the following command from your installation directory:" : "Untuk menghindari waktu habis dengan instalasi yang lebih besar, Anda bisa menjalankan perintah berikut dari direktori instalasi Anda:",
"Detailed logs" : "Log detail",
"Update needed" : "Pembaruan dibutuhkan",
+ "Please use the command line updater because you have a big instance with more than 50 users." : "Silakan gunakan command line updater, karena instalasi Anda memiliki pengguna lebih dari 50.",
+ "For help, see the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"%s\">documentation</a>." : "Lihat <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"%s\">dokumentasi</a> untuk panduan.",
+ "I know that if I continue doing the update via web UI has the risk, that the request runs into a timeout and could cause data loss, but I have a backup and know how to restore my instance in case of a failure." : "Saya paham jika melakukan proses pemutakhiran via antarmuka web, berisiko komunikasi terhenti dan kemungkinan kehilangan data. Saya punya cadangan dan paham bagaimana cara pemulihan, jika terjadi kegagalan.",
+ "Upgrade via web on my own risk" : "Pemutakhiran via web adalah risiko saya",
+ "Maintenance mode" : "Mode pemeliharaan",
"This %s instance is currently in maintenance mode, which may take a while." : "Instansi %s ini sedang dalam modus pemeliharaan, mungkin memerlukan beberapa saat.",
+ "This page will refresh itself when the instance is available again." : "Laman ini akan dimuat otomatis saat instalasi kembali tersedia.",
"Contact your system administrator if this message persists or appeared unexpectedly." : "Hubungi administrator sistem anda jika pesan ini terus muncul atau muncul tiba-tiba.",
- "Could not send reset email because there is no email address for this username. Please contact your administrator." : "Tidak dapat mengirim email karena tidak ada alamat email untuk nama pengguna ini. Silahkan hubungi administrator Anda.",
- "Couldn't send reset email. Please make sure your username is correct." : "Tidak dapat menyetel ulang email. Mohon pastikan nama pengguna Anda benar.",
- "Your files are encrypted. There will be no way to get your data back after your password is reset.<br />If you are not sure what to do, please contact your administrator before you continue. <br />Do you really want to continue?" : "Berkas anda terenkripsi. Tidak ada jalan untuk mendapatkan kembali data anda setelah kata sandi disetel ulang.<br />Jika anda tidak yakin, harap hubungi administrator anda sebelum melanjutkannya. <br />Apa anda ingin melanjutkannya?",
- "Shared" : "Dibagikan",
- "Shared by" : "Dibagikan oleh",
- "Choose a password for the public link" : "Tetapkan kata sandi untuk tautan publik",
- "Copied!" : "Tersalin!",
- "Copy link" : "Salin tautan",
- "Not supported!" : "Tidak didukung!",
- "Press ⌘-C to copy." : "Tekan ⌘-C untuk menyalin.",
- "Press Ctrl-C to copy." : "Tekan Ctrl-C untuk menyalin.",
- "Resharing is not allowed" : "Berbagi ulang tidak diizinkan",
- "Link" : "Tautan",
- "Hide download" : "Sembunyikan unduhan",
- "Password protect" : "Lindungi dengan kata sandi",
- "Allow editing" : "Izinkan penyuntingan",
- "Email link to person" : "Emailkan tautan ini ke orang",
- "Send" : "Kirim",
- "Allow upload and editing" : "Izinkan pengunggahan dan penyuntingan",
- "File drop (upload only)" : "Berkas jatuh (hanya unggah)",
- "Set expiration date" : "Atur tanggal kedaluwarsa",
- "Expiration" : "Kedaluwarsa",
- "Expiration date" : "Tanggal kedaluwarsa",
- "Note to recipient" : "Catatan untuk penerima",
- "Unshare" : "Batalkan berbagi",
- "Share link" : "Bagikan tautan",
- "Could not unshare" : "Tidak dapat membatalkan pembagian",
- "Shared with you and the group {group} by {owner}" : "Dibagikan dengan anda dan grup {group} oleh {owner}",
- "Shared with you by {owner}" : "Dibagikan dengan anda oleh {owner}",
- "group" : "grup",
- "remote" : "remote",
- "email" : "surel",
- "Can edit" : "Can edit",
- "Can create" : "Can create",
- "Can change" : "Can change",
- "Can delete" : "Can delete",
- "Error while sharing" : "Kesalahan saat membagikan",
- "Share details could not be loaded for this item." : "Rincian berbagi tidak dapat dimuat untuk item ini.",
- "_At least {count} character is needed for autocompletion_::_At least {count} characters are needed for autocompletion_" : ["Sekurangnya {count} karakter dibutuhkan untuk autocompletion"],
- "This list is maybe truncated - please refine your search term to see more results." : "Daftar ini mungkin terpotong - harap sari kata pencarian anda untuk melihat hasil yang lebih.",
- "No users or groups found for {search}" : "Tidak ada pengguna atau grup ditemukan untuk {search}",
- "No users found for {search}" : "Tidak ada pengguna ditemukan untuk {search}",
- "An error occurred. Please try again" : "Terjadi kesalahan. Silakan coba lagi",
- "Home" : "Beranda",
- "Work" : "Kantor",
- "Other" : "Lainnya",
- "Share" : "Bagikan",
- "Error removing share" : "Terjadi kesalahan saat menghapus pembagian",
- "({scope})" : "({scope})",
- "Saving..." : "Menyimpan...",
- "Dismiss" : "Buang",
- "New Password" : "Kata sandi Baru",
- "Cancel log in" : "Batalkan masuk log"
+ "Checking whether the database schema can be updated (this can take a long time depending on the database size)" : "Memeriksa apakah skema basis data dapat diperbarui (dapat memerlukan waktu yang lama tergantung pada ukuran basis data)",
+ "Checked database schema update" : "Pembaruan skema basis data terperiksa",
+ "Checking updates of apps" : "Memeriksa pembaruan aplikasi",
+ "Checking for update of app \"%s\" in appstore" : "Pemeriksa pembaruan aplikasi \"%s\" pada appstore",
+ "Update app \"%s\" from appstore" : "Perbarui aplikasi \"%s\" melalui appstore",
+ "Checked for update of app \"%s\" in appstore" : "Periksa pembaruan aplikasi \"%s\" pada toko",
+ "Checked database schema update for apps" : "Pembaruan skema basis data terperiksa untuk aplikasi",
+ "Following apps have been disabled: %s" : "Aplikasi berikut telah dinonaktifkan: %s",
+ "Your web server is not properly set up to resolve \"{url}\". Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Peladen web Anda tidak setel sesuai untuk resolusi \"{url}\". Informasi lebih lanjut, dapat ditemukan pada <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentasi</a>.",
+ "Your web server is not properly set up to resolve \"{url}\". This is most likely related to a web server configuration that was not updated to deliver this folder directly. Please compare your configuration against the shipped rewrite rules in \".htaccess\" for Apache or the provided one in the documentation for Nginx at it's <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation page</a>. On Nginx those are typically the lines starting with \"location ~\" that need an update." : "Pelden web Anda tidak disetel sesuai untuk resolusi \"{url}\". Kemungkinan terkait konfigurasi peladen web yang belum diperbarui untuk melayani folder ini secara langsung. Silakan bandingkan konfigurasi Anda dengan aturan rewrite yang ada pada \".htaccess\" untuk Apache, atau untuk Nginx silakan gunakan yang ada pada <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">laman dokumentasi</a>. Pada Nginx yang perlu diperbarui khususnya adalah baris yang dimulai dengan \"location ~\".",
+ "Your web server is not properly set up to deliver .woff2 files. This is typically an issue with the Nginx configuration. For Nextcloud 15 it needs an adjustement to also deliver .woff2 files. Compare your Nginx configuration to the recommended configuration in our <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Peladen web Anda tidak disetel sesuai untuk melayanai berkas .woff2. Ini khususnya isu pada konfigurasi Nginx. Pada Nextcloud 15, diperlukan penyesuaian untuk juga melayanani berkas .woff2. Bandingkan konfigurasi Anda dengan rekomendasi konfigurasi pada <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">laman dokumentasi</a> kami.",
+ "Please check the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">installation documentation ↗</a> for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "Silakan periksa <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentasi instalasi ↗</a> pada catatan konfigurasi dan konfigurasi pada peladen Anda, khususnya saat menggunakan php-fpm.",
+ "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems. See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation ↗</a> for more information." : "Transactional file locking tidak aktif, ini dapat menimbulkan isu pada kondisi saling mendahului (race conditions). Aktifkan \"filelocking.enabled\" pada config.php untuk terhindar dari masalah ini. Lihat <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentasi ↗</a> untuk informasi lebih lanjut.",
+ "Last background job execution ran {relativeTime}. Something seems wrong." : "Eksekusi perintah latar terakhir {relativeTime}. Terjadi kesalahan.",
+ "Check the background job settings" : "Periksa pengaturan perintah latar",
+ "No memory cache has been configured. To enhance performance, please configure a memcache, if available. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Tidak ada tembolok memori tersetel. Silakan konfigurasi memcache jika tersedia untuk meningkatkan performa. Informasi lebih lanjut dapat dilihat pada<a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentasi</a>.",
+ "No suitable source for randomness found by PHP which is highly discouraged for security reasons. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Tidak ditemukan sumber pengacakan yang diperlukan oleh PHP, atas dasar keamanan hal ini sangat tidak disarankan. Informasi lebih lanjut dapat ditemukan pada <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentasi</a>.",
+ "You are currently running PHP {version}. Upgrade your PHP version to take advantage of <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">performance and security updates provided by the PHP Group</a> as soon as your distribution supports it." : "Anda saat ini menggunakan PHP {version}. Tingkatkan versi PHP untuk mendapatkan <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">peningkatan performa dan keamanan oleh PHP Group</a> saat didukung oleh distro yang Anda gunakan.",
+ "The reverse proxy header configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If not, this is a security issue and can allow an attacker to spoof their IP address as visible to the Nextcloud. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Konfigurasi reverse proxy header tidak tepat, atau anda mengakses Nextcloud melalui trusted proxy. Jika tidak, ini adalah isu keamanan dan dapat menyebabkan peretas memalsukan alamat IP mereka seolah-olah adalah alamat ke instalasi Nextcloud. Informasi lebih lanjut dapat ditemukan pada <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentasi</a>.",
+ "Memcached is configured as distributed cache, but the wrong PHP module \"memcache\" is installed. \\OC\\Memcache\\Memcached only supports \"memcached\" and not \"memcache\". See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">memcached wiki about both modules</a>." : "Memcached tersetel sebagai tembolok terdistribusi, tetapi modul PHP \"memcache\" yang terpasang salah. \\OC\\Memcache\\Memcached hanya mendukung \"memcached\" dan bukan \"memcache\". Lihat <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">wiki memcached mengenai perbedaannya</a>.",
+ "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">List of invalid files…</a> / <a href=\"{rescanEndpoint}\">Rescan…</a>)" : "Beberapa berkas tidak lulus pemeriksaan integritas. Informasi bagaimana cara resolusi isu ini dapat ditemukan pada laman <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentasi</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">Daftar berkas tidak valid...</a>/<a href=\"{rescanEndpoint}\">Pindai ulang...</a>)",
+ "The PHP OPcache module is not loaded. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance it is recommended</a> to load it into your PHP installation." : "Modul OPcache PHP tidak digunakan. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Direkomendasikan untuk performa lebih baik</a> agar menggunakannya pada instalasi PHP Anda.",
+ "The PHP OPcache is not properly configured. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance it is recommended</a> to use the following settings in the <code>php.ini</code>:" : "Modul OPcache PHP tidak tersetel sesuai. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Direkomendasikan untuk performa lebih baik</a> agar menggunakannya pada konfigurasi <code>php.ini</code>:",
+ "Some columns in the database are missing a conversion to big int. Due to the fact that changing column types on big tables could take some time they were not changed automatically. By running 'occ db:convert-filecache-bigint' those pending changes could be applied manually. This operation needs to be made while the instance is offline. For further details read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "Beberapa kolom pada pangkalan data, tidak memiliki konversi ke \"big int\". Berdasarkan fakta bahwa membutuhkan waktu cukup lama, maka ini tidak dilakukan otomatis. Eksekusi \"occ db:convert-filecache-bigint\", untuk menerapkan perubahan secara manual. Tindakan ini perlu dilakukan saat instance dalam kondisi luring. Detail lebih lanjut silakan baca <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">laman dokumentasi</a>.",
+ "To migrate to another database use the command line tool: 'occ db:convert-type', or see the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation ↗</a>." : "Untuk migrasi ke pangkalan data lainnya, eksekusi baris perintah pada konsol: `occ db:convert-type`, atau lihat <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentasi ↗</a>.",
+ "Use of the the built in php mailer is no longer supported. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Please update your email server settings ↗<a/>." : "Penggunaan fungsi bawaan PHP untuk pengiriman surel sudah tidak lagi didukung. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Silakan perbarui pengaturan peladen surel ↗<a/>.",
+ "MySQL is used as database but does not support 4-byte characters. To be able to handle 4-byte characters (like emojis) without issues in filenames or comments for example it is recommended to enable the 4-byte support in MySQL. For further details read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "MySQL digunakan sebagai pangkalan data, namun tidak mendukung karakter 4-byte. Sebagai contoh untuk dapat menangani karakter 4-byte (seperti emoji) dalam nama file atau komentar tanpa masalah, disarankan untuk mengaktifkan dukungan 4-byte pada MySQL. Bacalah <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">laman dokumentasi untuk detail mengenai hal ini</a>.",
+ "You are accessing your instance over a secure connection, however your instance is generating insecure URLs. This most likely means that you are behind a reverse proxy and the overwrite config variables are not set correctly. Please read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "Anda mengakses instance melalui jalur koneksi aman, tetapi instance Anda menghasilkan URLs yang tidak aman. Hal ini sering kali terjadi dikarenakan Anda berada dibelakang reverse proxy dan juga karena variabel konfigurasi tidak tersetel sesuai. Silakan baca <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">laman dokumentasi mengenai ini</a>.",
+ "The \"{header}\" HTTP header is not set to \"{val1}\", \"{val2}\", \"{val3}\", \"{val4}\" or \"{val5}\". This can leak referer information. See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{link}\">W3C Recommendation ↗</a>." : "HTTP header \"{header}\" tidak tersetel sesuai \"{val1}\", \"{val2}\", \"{val3}\", \"{val4}\" atau \"{val5}\". Hal ini dapat membocorkan informasi. Lihat <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{link}\">rekomendasi W3C ↗</a>.",
+ "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the <a href=\"{docUrl}\" rel=\"noreferrer noopener\">security tips ↗</a>." : "HTTP header \"Strict-Transport-Security\" tidak tersetel paling tidak \"{seconds}\" detik. Untuk peningkatan keamanan, direkomendasikan untuk mengaktifkan HSTS seperti yang dijelaskan pada <a href=\"{docUrl}\" rel=\"noreferrer noopener\">kiat keamanan ↗</a>.",
+ "Accessing site insecurely via HTTP. You are strongly advised to set up your server to require HTTPS instead, as described in the <a href=\"{docUrl}\">security tips ↗</a>." : "Tidak aman mengakses via HTTP. Anda sangat dianjurkan untuk menyetel peladen wajib menggunakan HTTPS, seperti yang dijelaskan pada <a href=\"{docUrl}\">kiat keamanan ↗</a>.",
+ "Continue to Nextcloud" : "Lanjutkan ke Nextcloud",
+ "_The update was successful. Redirecting you to Nextcloud in %n second._::_The update was successful. Redirecting you to Nextcloud in %n seconds._" : ["Pemutakhiran telah berhasil. Anda akan diarahkan ke Nextcloud setelah %n detik."],
+ "Searching other places" : "Mencari tempat lainnya",
+ "No search results in other folders for {tag}{filter}{endtag}" : "Hasil pencarian tidak ditemukan di folder lainnya untuk '{tag}{filter}{endtag}'",
+ "_{count} search result in another folder_::_{count} search results in other folders_" : ["{count} hasil pencarian di folder lain"],
+ "A password reset message has been sent to the e-mail address of this account. If you do not receive it, check your spam/junk folders or ask your local administrator for help." : "Pesan setel ulang kata sandi telah terkirim ke alamat surel akun ini. Jika Anda tidak menerimanya, silakan periksa folder spam/junk atau minta bantuan administrator Anda.",
+ "Password can not be changed. Please contact your administrator." : "Kata sandi tidak dapat diubah. Silakan hubungi administrator Anda",
+ "Could not fetch list of apps from the app store." : "Tidak dapat mengambil daftar aplikasi dari toko.",
+ "Nextcloud {app}" : "{app} Nextcloud",
+ "Can't install this app because it is not compatible" : "Instalasi aplikasi gagal karena tidak kompatibel",
+ "Can't install this app" : "Instalasi aplikasi gagal",
+ "These apps will be updated:" : "Aplikasi berikut akan diperbarui:"
},"pluralForm" :"nplurals=1; plural=0;"
} \ No newline at end of file
diff --git a/core/l10n/is.js b/core/l10n/is.js
index e7c2d1fa099..58e00c1fb2e 100644
--- a/core/l10n/is.js
+++ b/core/l10n/is.js
@@ -15,6 +15,7 @@ OC.L10N.register(
"No valid crop data provided" : "Enginn gild gögn um utanskurð gefin",
"Crop is not square" : "Utanskurður er ekki ferningslaga",
"State token does not match" : "Stöðuteikn samsvarar ekki",
+ "Invalid app password" : "Ógilt lykilorð forrits",
"Could not complete login" : "Gat ekki lokið innskráningu",
"Your login token is invalid or has expired" : "Innskráningartákn er ógilt eða útrunnið",
"Password reset is disabled" : "Endurstilling lykilorðs er óvirk",
@@ -40,52 +41,34 @@ OC.L10N.register(
"Maintenance mode is kept active" : "Viðhaldsham er haldið virkum",
"Updating database schema" : "Uppfæri gagnagrunnsskema",
"Updated database" : "Uppfærði gagnagrunn",
- "Checking whether the database schema can be updated (this can take a long time depending on the database size)" : "Athuga hvort hægt sé að uppfæra gagnagrunnsskema (þetta getur tekið langan tíma ef gagnagrunnurinn er mjög stór)",
- "Checked database schema update" : "Athugaði uppfærslu á gagnagrunnsskema.",
- "Checking updates of apps" : "Athuga með uppfærslur á öppum",
- "Checking for update of app \"%s\" in appstore" : "Athuga með uppfærslur á \"%s\"-forriti í hugbúnaðarsafni",
- "Update app \"%s\" from appstore" : "Uppfæra \"%s\" úr hugbúnaðarsafni",
- "Checked for update of app \"%s\" in appstore" : "Athugaði með uppfærslur á \"%s\"-forriti í hugbúnaðarsafni",
"Checking whether the database schema for %s can be updated (this can take a long time depending on the database size)" : "Athuga hvort hægt sé að uppfæra gagnagrunnsskema fyrir %s (þetta getur tekið langan tíma ef gagnagrunnurinn er mjög stór)",
- "Checked database schema update for apps" : "Athugaði uppfærslu á gagnagrunnsskema fyrir öpp",
"Updated \"%1$s\" to %2$s" : "Uppfærði \"%1$s\" í %2$s",
"Set log level to debug" : "Setja annálsstig á aflúsun",
"Reset log level" : "Frumstilla annálsstig",
"Starting code integrity check" : "Ræsi athugun á áreiðanleika kóða",
"Finished code integrity check" : "Lauk athugun á áreiðanleika kóða",
"%s (incompatible)" : "%s (ósamhæft)",
- "Following apps have been disabled: %s" : "Eftirfarandi forrit hafa verið gerð óvirk: %s",
+ "The following apps have been disabled: %s" : "Eftirfarandi forrit hafa verið gerð óvirk: %s",
"Already up to date" : "Allt uppfært nú þegar",
"Your web server is not yet properly set up to allow file synchronization, because the WebDAV interface seems to be broken." : "Vefþjónninn er ekki enn sett upp á réttan hátt til að leyfa skráasamstillingu því WebDAV viðmótið virðist vera skemmt.",
- "Your web server is not properly set up to resolve \"{url}\". Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Vefþjónninn þinn er ekki uppsettur þannig að hann geti leyst \"{url}\". Frekari upplýsingar er að finna í <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">hjálparskjölum</a> okkar.",
"PHP does not seem to be setup properly to query system environment variables. The test with getenv(\"PATH\") only returns an empty response." : "Það lítur út eins og að PHP sé ekki rétt sett upp varðandi fyrirspurnir um umhverfisbreytur. Prófun með getenv(\"PATH\") skilar auðu svari.",
- "Please check the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">installation documentation ↗</a> for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "Endilega skoðaðu <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">hjálparskjöl uppsetningarinnar ↗</a> varðandi athugasemdir vegna uppsetningar PHP og sjálfa uppsetningu PHP-þjónsins, Sérstaklega ef þú notar php-fpm.",
"The read-only config has been enabled. This prevents setting some configurations via the web-interface. Furthermore, the file needs to be made writable manually for every update." : "Skrifvarða stillingaskráin hefur verið virkjuð. Þetta kemur í veg fyrir að hægt sé að sýsla með sumar stillingar í gegnum vefviðmótið. Að auki þarf þessi skrá að vera skrifanleg við hverja uppfærslu.",
"Your database does not run with \"READ COMMITTED\" transaction isolation level. This can cause problems when multiple actions are executed in parallel." : "Gagnagrunnurinn keyrir ekki með \"READ COMMITTED\" færsluaðgreiningarstiginu. Þetta getur valdið vandamálum þegar margar aðgerðir eru keyrðar í einu.",
"The PHP module \"fileinfo\" is missing. It is strongly recommended to enable this module to get the best results with MIME type detection." : "PHP-eininguna \"fileinfo\" vantar. Við mælum eindregið með notkun þessarar einingar til að fá bestu útkomu við greiningu á MIME-skráagerðum.",
- "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems. See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation ↗</a> for more information." : "Færslulæsing skráa (transactional file locking) er óvirk, þetta gæti leitt til vandamála út frá forgangsskilyrðum (race conditions). Virkjaðu 'filelocking.enabled' í config.php til að forðast slík vandamál. Skoðaðu <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">hjálparskjölin ↗</a> til að sjá nánari upplýsingar.",
"If your installation is not installed at the root of the domain and uses system cron, there can be issues with the URL generation. To avoid these problems, please set the \"overwrite.cli.url\" option in your config.php file to the webroot path of your installation (suggestion: \"{suggestedOverwriteCliURL}\")" : "Ef uppsetningin þín er ekki á rót lénsins og þú notar cron stýrikerfisins, þá geta komið upp vandamál við gerð URL-slóða. Til að forðast slík vandamál, skaltu stilla \"overwrite.cli.url\" valkostinn í config.php skránni þinni á slóð vefrótarinnar (webroot) í uppsetningunni (tillaga: \"{suggestedOverwriteCliURL}\")",
"It was not possible to execute the cron job via CLI. The following technical errors have appeared:" : "Ekki var hægt að keyra cron-verkið á skipanalínu. Eftirfarandi tæknilegar villur komu upp:",
- "Last background job execution ran {relativeTime}. Something seems wrong." : "Síðasta keyrsla bakgrunnsverks var keyrt {relativeTime}. Eitthvað er ekki eins og það á að sér að vera.",
- "Check the background job settings" : "Athugaðu stillingar bakgrunnsvinnslunnar",
"This server has no working Internet connection: Multiple endpoints could not be reached. This means that some of the features like mounting external storage, notifications about updates or installation of third-party apps will not work. Accessing files remotely and sending of notification emails might not work, either. Establish a connection from this server to the Internet to enjoy all features." : "Þessi þjónn er ekki með virka nettengingu: ekki náðis tenging við fjölmarga endapunkta. Þetta þýðir að sumir eiginleikar eins og að virkja ytri gagnageymslu, tilkynningar um uppfærslur eða uppsetningu á forritum þriðja aðila, mun ekki virka. Fjartengdur aðgangur að skrám og sending tilkynninga í tölvupósti virka líklega ekki heldur. Við leggjum til að internettenging sé virkjuð fyrir þennan vefþjón ef þú vilt hafa alla eiginleika tiltæka.",
- "No memory cache has been configured. To enhance performance, please configure a memcache, if available. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Ekkert skyndiminni (cache) hefur verið stillt. Til að auka afköst ættirðu að setja upp skyndiminni (með memcache) ef það er tiltækt. Hægt er að finna nánari upplýsingar um þetta í <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">hjálparskjölum</a> okkar.",
- "No suitable source for randomness found by PHP which is highly discouraged for security reasons. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Enginn hentugur gagnagjafi fyrir handahófsreikning fannst fyrir PHP, sem er mjög óráðlegt af öryggisástæðum. Hægt er að finna nánari upplýsingar um þetta í <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">hjálparskjölum</a> okkar.",
- "You are currently running PHP {version}. Upgrade your PHP version to take advantage of <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">performance and security updates provided by the PHP Group</a> as soon as your distribution supports it." : "Þú ert að keyra PHP {version}. Við hvetjum þig til að uppfæra PHP útgáfuna til að njóta <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">afkastaaukningar og öryggisuppfærslna frá PHP Group</a> um leið og dreifingin þín styður það.",
- "The reverse proxy header configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If not, this is a security issue and can allow an attacker to spoof their IP address as visible to the Nextcloud. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Uppsetning gagnstæðs milliþjónshauss (reverse proxy header) er röng, eða að þú ert að tengjast Nextcloud frá treystum milliþjóni Ef þú ert ekki að tengjast Nextcloud frá treystum milliþjóni, þá er þetta er öryggisvandamál og getur leyft árásaraðilum að dulbúa IP-vistfang þeirra sem sýnilegt Nextcloud. Nánari upplýsingar má finna í <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">hjálparskjölum</a> okkar.",
- "Memcached is configured as distributed cache, but the wrong PHP module \"memcache\" is installed. \\OC\\Memcache\\Memcached only supports \"memcached\" and not \"memcache\". See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">memcached wiki about both modules</a>." : "Memcached er sett upp sem dreift skyndiminni, en hinsvegar er ranga PHP-einingin \"memcache\" uppsett. \\OC\\Memcache\\Memcached styður einungis \"memcached\" en ekki \"memcache\". Skoðaðu <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">memcached wiki-síðurnar um báðar einingarnar</a>.",
- "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">List of invalid files…</a> / <a href=\"{rescanEndpoint}\">Rescan…</a>)" : "Sumar skrár hafa ekki staðist áreiðanleikaprófun. Hægt er að finna nánari upplýsingar um þetta í <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">hjálparskjölum</a> okkar. (<a href=\"{codeIntegrityDownloadEndpoint}\">Listi yfir ógildar skrár…</a> / <a href=\"{rescanEndpoint}\">Endurskanna…</a>)",
- "The PHP OPcache module is not loaded. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance it is recommended</a> to load it into your PHP installation." : "PHP Opcache er ekki hlaðið inn. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Fyrir betri afköst mælum við með</a> því að nota eftirfarandi stillingar í <code>php.ini</code>:",
- "The PHP OPcache is not properly configured. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance it is recommended</a> to use the following settings in the <code>php.ini</code>:" : "PHP Opcache er ekki rétt uppsett. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Fyrir betri afköst mælum við með</a> því að nota eftirfarandi stillingar í <code>php.ini</code>:",
+ "Nextcloud 20 is the last release supporting PHP 7.2. Nextcloud 21 requires at least PHP 7.3." : "Nextcloud 20 er síðasta útgáfan sem styður PHP 7.2. Nextcloud 21 krefst að minnsta kosti PHP 7.3.",
"The PHP function \"set_time_limit\" is not available. This could result in scripts being halted mid-execution, breaking your installation. Enabling this function is strongly recommended." : "PHP-fallið \"set_time_limit\" er ekki tiltækt. Þetta gæti valdið því að skriftur stöðvist í miðri keyrslu og skemmi uppsetninguna þína. Við mælumst til þess að þetta fall sé gert virkt.",
"Your PHP does not have FreeType support, resulting in breakage of profile pictures and the settings interface." : "PHP-uppsetningin er ekki með stuðning við Free Type. Þetta mun valda því að notendamyndir og stillingaviðmót virki ekki.",
"Missing index \"{indexName}\" in table \"{tableName}\"." : "Vantar vísinn \"{indexName}\" í töflunni \"{tableName}\".",
"The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "Gagnagrunninn vantar nokkra atriðavísa (indexes). Vegna þess að það að bæta atriðavísum við stórar töflur getur tekið töluverðan tíma, þá var þeim ekki bætt við sjálfvirkt. Með því að keyra \"occ db:add-missing-indices\" væri hægt að bæta inn þessum atriðavísum sem vantar, á meðan kerfið er í gangi. Um leið og búið er að bæta inn þessum atriðavísum, munu fyrirspurnir í þessar töflur verða miklu hraðvirkari.",
- "This instance is missing some recommended PHP modules. For improved performance and better compatibility it is highly recommended to install them." : "Í þetta kerfistilvik vantar ýmsar PHP-einingar sem mælt er með. Ti að bæta afköst og betri samhæfni er mælt eindregið með að setja þær upp.",
+ "Missing primary key on table \"{tableName}\"." : "Vantar aðalvísinn í töflunni \"{tableName}\".",
+ "Missing optional column \"{columnName}\" in table \"{tableName}\"." : "Vantar valkvæða dálkinn \"{columnName}\" í töflunni \"{tableName}\".",
+ "This instance is missing some recommended PHP modules. For improved performance and better compatibility it is highly recommended to install them." : "Í þetta kerfistilvik vantar ýmsar PHP-einingar sem mælt er með. Til að bæta afköst og betri samhæfni er mælt eindregið með að setja þær upp.",
+ "Module php-imagick in this instance has no SVG support. For better compatibility it is recommended to install it." : "Í kerfiseininguna php-imagick vantar stuðning við SVG. Til að bæta afköst og betri samhæfni er mælt eindregið með að setja hana upp.",
"SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend." : "Núna er stuðst við SQLite sem bakenda fyrir gagnagrunn. Fyrir stærri uppsetningar mælum við með að skipta yfir í annan gagnagrunnsbakenda.",
"This is particularly recommended when using the desktop client for file synchronisation." : "Mælt er sérstaklega með þessu þegar skjáborðsforritið er notað til að samstilla skrár.",
- "To migrate to another database use the command line tool: 'occ db:convert-type', or see the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation ↗</a>." : "Til að yfirfæra í annan gagnagrunn skaltu nota skipanalínutólið: 'occ db:convert-type', eða lesa <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">hjálparskjölin ↗</a>.",
- "Use of the the built in php mailer is no longer supported. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Please update your email server settings ↗<a/>." : "Notkun á innbyggðum php póstsendingum er ekki lengur studd. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Uppfærðu stillingar póstþjónsins þíns ↗<a/>.",
"The PHP memory limit is below the recommended value of 512MB." : "Minnismörk PHP eru lægri en gildið sem mælt er með; 512MB.",
"Some app directories are owned by a different user than the web server one. This may be the case if apps have been installed manually. Check the permissions of the following app directories:" : "Sumar forritamöppur eru í eigu annarra notenda en möppurnar á vefþjóninum. Þetta getur komið upp ef forritin hafa verið sett upp handvirkt. Athugaðu með heimildir á eftirfarandi forritamöppum:",
"Error occurred while checking server setup" : "Villa kom upp við athugun á uppsetningu þjóns",
@@ -93,16 +76,6 @@ OC.L10N.register(
"The \"{header}\" HTTP header is not set to \"{expected}\". This is a potential security or privacy risk, as it is recommended to adjust this setting accordingly." : "\"{header}\" HTTP-hausinn er ekki stilltur á \"{expected}\". Þetta er möguleg áhætta varðandi öryggi og gagnaleynd, við mælum með því að laga þessa stillingu.",
"The \"{header}\" HTTP header is not set to \"{expected}\". Some features might not work correctly, as it is recommended to adjust this setting accordingly." : "\"{header}\" HTTP-hausinn er ekki stilltur á \"{expected}\". Einhverjir eiginleikar gætu virkað ekki rétt, við mælum með því að laga þessa stillingu.",
"The \"{header}\" HTTP header doesn't contain \"{expected}\". This is a potential security or privacy risk, as it is recommended to adjust this setting accordingly." : "\"{header}\" HTTP-hausinn inniheldur ekki \"{expected}\". Þetta er möguleg áhætta varðandi öryggi og gagnaleynd, við mælum með því að laga þessa stillingu.",
- "The \"{header}\" HTTP header is not set to \"{val1}\", \"{val2}\", \"{val3}\", \"{val4}\" or \"{val5}\". This can leak referer information. See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{link}\">W3C Recommendation ↗</a>." : "HTTP-hausinn \"{header}\" er ekki stilltur á \"{val1}\", \"{val2}\", \"{val3}\", \"{val4}\" eða \"{val5}\". Þetta getur lekið upplýsingum um kerfið. Skoðaðu hvað <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{link}\">W3C mælir með ↗</a>.",
- "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the <a href=\"{docUrl}\" rel=\"noreferrer noopener\">security tips ↗</a>." : "\"Strict-Transport-Security\" HTTP-hausinn er ekki stilltur á að minnsa kosti \"{seconds}\" sekúndur. Fyrir aukið öryggi mælum við með því að virkja HSTS eins og lýst er í <a href=\"{docUrl}\" rel=\"noreferrer noopener\">öryggisleiðbeiningum ↗ </a>.",
- "Accessing site insecurely via HTTP. You are strongly advised to set up your server to require HTTPS instead, as described in the <a href=\"{docUrl}\">security tips ↗</a>." : " Þú ert að tengjast þessu vefsvæði með HTTP. Við mælum eindregið með að þú stillir þjóninn á að krefjast HTTPS í staðinn eins og lýst er í <a href=\"{docUrl}\">öryggisleiðbeiningunum ↗</a> okkar.",
- "Non-existing tag #{tag}" : "Merki sem er ekki til #{tag}",
- "restricted" : "takmarkaður aðgangur",
- "invisible" : "ósýnilegt",
- "Delete" : "Eyða",
- "Rename" : "Endurnefna",
- "Collaborative tags" : "Samstarfsmerkingar",
- "No tags found" : "Engin merki fundust",
"unknown text" : "óþekktur texti",
"Hello world!" : "Halló heimur!",
"sunny" : "sólríkt",
@@ -117,34 +90,48 @@ OC.L10N.register(
"Please reload the page." : "Þú ættir að hlaða síðunni aftur inn.",
"The update was unsuccessful. For more information <a href=\"{url}\">check our forum post</a> covering this issue." : "Uppfærslan tókst ekki. Til að fá frekari upplýsingar <a href=\"{url}\">skoðaðu færslu á spjallsvæðinu okkar</a> sem fjallar um þetta mál.",
"The update was unsuccessful. Please report this issue to the <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">Nextcloud community</a>." : "Uppfærslan tókst ekki. Skoðaðu annálana á kerfisstjórnunarsíðunni og sendu inn tilkynningu um vandamálið til <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">Nextcloud samfélagsins</a>.",
- "Continue to Nextcloud" : "Halda áfram í Nextcloud",
- "_The update was successful. Redirecting you to Nextcloud in %n second._::_The update was successful. Redirecting you to Nextcloud in %n seconds._" : ["Uppfærslan heppnaðist. Beini þér til Nextcloud eftir %n sekúndu.","Uppfærslan heppnaðist. Beini þér til Nextcloud eftir %n sekúndur."],
- "Searching other places" : "Leitað á öðrum stöðum",
- "No search results in other folders for {tag}{filter}{endtag}" : "Engar leitarniðurstöður í öðrum möppum fyrir {tag}{filter}{endtag}",
- "_{count} search result in another folder_::_{count} search results in other folders_" : ["{count} leitarniðurstöður í annarri möppu","{count} leitarniðurstöður í öðrum möppum"],
+ "Log in" : "Skrá inn",
+ "Logging in …" : "Skrái inn …",
"Server side authentication failed!" : "Auðkenning af hálfu þjóns tókst ekki!",
"Please contact your administrator." : "Hafðu samband við kerfisstjóra.",
"An internal error occurred." : "Innri villa kom upp.",
"Please try again or contact your administrator." : "Reyndu aftur eða hafðu samband við kerfisstjóra.",
"Username or email" : "Notandanafn eða tölvupóstur",
"Password" : "Lykilorð",
- "Log in" : "Skrá inn",
- "Logging in …" : "Skrái inn …",
"Wrong username or password." : "Rangt notandanafn eða lykilorð.",
"User disabled" : "Notandi óvirkur",
"We have detected multiple invalid login attempts from your IP. Therefore your next login is throttled up to 30 seconds." : "Við urðum vör við margar misheppnaðar innskráningar í röð frá IP-vistfanginu þínu. Þar með verður næsta innskráning tafin (throttled) um 30 sekúndur.",
+ "Your account is not setup for passwordless login." : "Aðgangur þinn er ekki uppsettur með lykilorðalausri innskráningu.",
+ "Passwordless authentication is not supported in your browser." : "Lykilorðalaus auðkenning er ekki studd í vafranum þínum.",
+ "Passwordless authentication is only available over a secure connection." : "Lykilorðalaus auðkenning er aðeins tiltæk í gegnum örugga tengingu.",
"Reset password" : "Endursetja lykilorð",
"If it is not there ask your local administrator." : "Ef hann er ekki þar, spurðu þá kerfisstjórann þinn. ",
"Couldn't send reset email. Please contact your administrator." : "Gat ekki sent endurstillingu í tölvupósti. Hafðu samband við kerfisstjóra.",
- "Password can not be changed. Please contact your administrator." : "Ekki er hægt að breyta lykilorði. Hafðu samband við kerfisstjóra.",
"Back to login" : "Til baka í innskráningu",
"New password" : "Nýtt lykilorð",
"Your files are encrypted. There will be no way to get your data back after your password is reset. If you are not sure what to do, please contact your administrator before you continue. Do you really want to continue?" : "Skrárnar þínar eru dulritaðar. Það er engin leið til að fá gögnin þín til baka eftir lykilorðið þitt er endurstillt. Ef þú ert ekki viss hvað eigi að gera, skaltu hafa samband við kerfisstjórann áður en þú heldur áfram. Viltu halda áfram?",
"I know what I'm doing" : "Ég veit hvað ég er að gera",
"Resetting password" : "Endurstilli lykilorð",
"Recommended apps" : "Ráðlögð forrit",
+ "Loading apps …" : "Hleð inn forritum …",
+ "Installing apps …" : "Set upp forrit …",
+ "App download or installation failed" : "Niðurhal eða uppsetning forrits mistókst",
"Cancel" : "Hætta við",
+ "Simple email app nicely integrated with Files, Contacts and Calendar." : "Einfalt og stílhreint tölvupóstforrit sem virkar með skráaforritinu, tengiliðum og dagatalinu.",
+ "Chatting, video calls, screensharing, online meetings and web conferencing – in your browser and with mobile apps." : "Spjall, myndfundir, skjádeiling, netfundir og vefráðstefnur – í vafranum þínum og með farsímaforritum.",
+ "Collaboratively edit office documents." : "Vinna í hóp með skrifstofuskjöl.",
"Forgot password?" : "Gleymdirðu lykilorði?",
+ "Log in with a device" : "Skrá inn með tæki",
+ "Back" : "Til baka",
+ "Reset search" : "Núllstilla leit",
+ "Search for {name} only" : "Leita einungis að {name}",
+ "No results for {query}" : "Engar niðurstöður fyrir {query}",
+ "Start typing to search" : "Skrifaðu hér til að leita",
+ "Loading more results …" : "Hleð inn fleiri niðurstöðum …",
+ "Load more results" : "Hlaða inn fleiri niðurstöðum",
+ "Search" : "Leita",
+ "An error occurred while searching for {type}" : "Villa kom upp við leit að {type}",
+ "Search {types} …" : "Leita að {types} …",
"Settings" : "Stillingar",
"Could not load your contacts" : "Gat ekki hlaðið inn tengiliðalistanum þínum",
"Search contacts …" : "Leita í tengiliðum ",
@@ -201,6 +188,8 @@ OC.L10N.register(
"Failed to rename the project" : "Mistókst að endurnefna verkefnið",
"Failed to create a project" : "Mistókst að útbúa verkefni",
"Failed to add the item to the project" : "Mistókst að bæta atriðinu í verkefnið",
+ "Connect items to a project to make them easier to find" : "Að tengja atriði við verkefni gerir auðveldara að finna þau",
+ "Type to search for existing projects" : "Skrifaðu hér til að leita að fyrirliggjandi verkefnum",
"New in" : "Nýtt í",
"View changelog" : "Skoða breytingaannál",
"Very weak password" : "Mjög veikt lykilorð",
@@ -210,6 +199,13 @@ OC.L10N.register(
"Strong password" : "Sterkt lykilorð",
"No action available" : "Engin aðgerð tiltæk",
"Error fetching contact actions" : "Villa við að sækja aðgerðir tengiliða",
+ "Non-existing tag #{tag}" : "Merki sem er ekki til #{tag}",
+ "restricted" : "takmarkaður aðgangur",
+ "invisible" : "ósýnilegt",
+ "Delete" : "Eyða",
+ "Rename" : "Endurnefna",
+ "Collaborative tags" : "Samstarfsmerkingar",
+ "No tags found" : "Engin merki fundust",
"Personal" : "Einka",
"Users" : "Notendur",
"Apps" : "Forrit",
@@ -219,7 +215,10 @@ OC.L10N.register(
"File not found" : "Skrá finnst ekki",
"The document could not be found on the server. Maybe the share was deleted or has expired?" : "Skjalið fannst ekki á þjóninum. Hugsanlega hefur sameigninni verið eytt eða sé útrunnin?",
"Back to %s" : "Til baka í %s",
+ "Too many requests" : "Of margar beiðnir",
+ "There were too many requests from your network. Retry later or contact your administrator if this is an error." : "Það komu of margar beiðnir frá netkerfinu þínu. Reyndu aftur eða hafðu samband við kerfisstjóra ef þetta er ekki rétt.",
"Error" : "Villa",
+ "Previous" : "Fyrra",
"Internal Server Error" : "Innri villa",
"The server was unable to complete your request." : "Þjóninum tókst ekki að afgreiða beiðnina þína.",
"If this happens again, please send the technical details below to the server administrator." : "Ef þetta gerist aftur, sendu tæknilegu lýsinguna hér fyrir neðan til kerfisstjóra þjónsins.",
@@ -238,6 +237,7 @@ OC.L10N.register(
"For information how to properly configure your server, please see the <a href=\"%s\" target=\"_blank\" rel=\"noreferrer noopener\">documentation</a>." : "Til að fá upplýsingar hvernig á að stilla miðlarann almennilega, skaltu skoða <a href=\"%s\" target=\"_blank\" rel=\"noreferrer noopener\">hjálparskjölin</a>.",
"Create an <strong>admin account</strong>" : "Útbúa <strong>kerfisstjóraaðgang</strong>",
"Username" : "Notandanafn",
+ "Show password" : "Sýna lykilorð",
"Storage & database" : "Geymsla & gagnagrunnur",
"Data folder" : "Gagnamappa",
"Configure the database" : "Stilla gagnagrunninn",
@@ -255,6 +255,7 @@ OC.L10N.register(
"SQLite should only be used for minimal and development instances. For production we recommend a different database backend." : "SQLite ætti aðeins að nota fyrir lágmarksuppsetningar og til prófana. Fyrir stærri uppsetningar mælum við með að velja annan gagnagrunnsbakenda.",
"If you use clients for file syncing, the use of SQLite is highly discouraged." : "Ef verið er að nota biðlaraforrit til að samstilla skrár, þá er ekki mælt með notkun SQLite.",
"Install recommended apps" : "Setja upp ráðlögð forrit",
+ "Calendar, Contacts, Talk, Mail & Collaborative editing" : "Dagatal, tengiliðir, spjall, póstur & samstarfsvinnsla",
"Finish setup" : "Ljúka uppsetningu",
"Finishing …" : "Að klára ...",
"Need help?" : "Þarftu hjálp?",
@@ -266,14 +267,13 @@ OC.L10N.register(
"More apps" : "Fleiri forrit",
"More" : "Meira",
"More apps menu" : "Valmynd með fleiri forrit",
- "Search" : "Leita",
- "Reset search" : "Núllstilla leit",
"Contacts" : "Tengiliðir",
"Contacts menu" : "Tengiliðavalmynd",
"Settings menu" : "Stillingavalmynd",
"Confirm your password" : "Staðfestu lykilorðið þitt",
"Connect to your account" : "Tengdu við notandaaðganginn þinn",
- "Please log in before granting %1$s access to your %2$s account." : "Skráði þig inn áður en þú leyfir %1$s aðgang að %2$s notandaaðgangnum þínum.",
+ "Please log in before granting %1$s access to your %2$s account." : "Skráðu þig inn áður en þú leyfir %1$s aðgang að %2$s notandaaðgangnum þínum.",
+ "If you are not trying to set up a new device or app, someone is trying to trick you into granting them access to your data. In this case do not proceed and instead contact your system administrator." : "Ef þú ert ekki að reyna að setja upp nýtt tæki eða forrit, þá er einhver annar að reyna að gabba þig til að gefa þeim aðgang að gögnunum þínum. Ef svo er, skaltu ekki halda áfram í þessu ferli og hafa strax samband við kerfisstjórann þinn.",
"App token" : "Teikn forrits",
"Grant access" : "Veita aðgengi",
"Alternative log in using app token" : "Önnur innskráning með forritsteikni",
@@ -301,7 +301,7 @@ OC.L10N.register(
"Further information how to configure this can be found in the %1$sdocumentation%2$s." : "Frekari upplýsingar um hvernig hægt er að stilla þetta má finna í %1$shjálparskjölunum%2$s.",
"App update required" : "App þarfnast uppfærslu ",
"%1$s will be updated to version %2$s" : "%1$s verður uppfært í útgáfu %2$s.",
- "These apps will be updated:" : "Eftirfarandi öpp verða uppfærð:",
+ "The following apps will be updated:" : "Eftirfarandi forrit verða uppfærð:",
"These incompatible apps will be disabled:" : "Eftirfarandi forrit eru ósamhæfð og verið gerð óvirk: %s",
"The theme %s has been disabled." : "Þema %s hefur verið gert óvirkt.",
"Please make sure that the database, the config folder and the data folder have been backed up before proceeding." : "Gakktu úr skugga um að gagnagrunnurinn, config mappan og gagnamappan hafi verið öryggisafritaðar áður en lengra er haldið.",
@@ -317,95 +317,44 @@ OC.L10N.register(
"This %s instance is currently in maintenance mode, which may take a while." : "Þessi %s er nú í viðhaldsham, sem getur tekið smá stund.",
"This page will refresh itself when the instance is available again." : "Þessi síða mun uppfæra sig þegar tilvikið er í boði á ný.",
"Contact your system administrator if this message persists or appeared unexpectedly." : "Hafðu samband við kerfisstjóra ef þessi skilaboð eru viðvarandi eða birtust óvænt.",
- "Could not send reset email because there is no email address for this username. Please contact your administrator." : "Gat ekki sent endurstillingu í tölvupósti því það er ekkert gilt tölvupóstfang fyrir þennan notanda. Hafðu samband við kerfisstjóra.",
- "Couldn't send reset email. Please make sure your username is correct." : "Gat ekki sent endurstillingu í tölvupósti. Gakktu úr skugga um að notandanafn þitt sé rétt.",
- "We have send a password reset e-mail to the e-mail address known to us for this account. If you do not receive it within a reasonable amount of time, check your spam/junk folders.<br>If it is not there ask your local administrator." : "Tengillinn til að endurstilla lykilorðið þitt hefur verið sendur á netfangið þitt. Ef þú færð ekki póstinn innan hæfilegs tíma, athugaðu þá ruslpóstmöppuna.<br>Ef hann er ekki þar, spurðu þá kerfisstjórann þinn.",
- "Your files are encrypted. There will be no way to get your data back after your password is reset.<br />If you are not sure what to do, please contact your administrator before you continue. <br />Do you really want to continue?" : "Skrárnar þínar eru dulritaðar. Það er engin leið til að fá gögnin þín til baka eftir lykilorðið þitt er endurstillt.<br />Ef þú ert ekki viss hvað eigi að gera, skaltu hafa samband við kerfisstjórann áður en þú heldur áfram. <br />Viltu halda áfram?",
- "Sending email …" : "Sendi tölvupóst ...",
- "You are currently running PHP 5.6. The current major version of Nextcloud is the last that is supported on PHP 5.6. It is recommended to upgrade the PHP version to 7.0+ to be able to upgrade to Nextcloud 14." : "Þú ert núna að keyra PHP 5.6. Núverandi aðalútgáfa Nextcloud er sú síðasta sem mun virka á PHP 5.6. Mælt er með því að uppfæra PHP í útgáfu 7.0+ til að eiga möguleika á að uppfæra í Nextcloud 14.",
- "Accessing site insecurely via HTTP. You are strongly adviced to set up your server to require HTTPS instead, as described in the <a href=\"{docUrl}\">security tips ↗</a>." : " Þú ert að tengjast þessu vefsvæði með HTTP. Við mælum eindregið með að þú stillir þjóninn á að krefjast HTTPS í staðinn eins og lýst er í <a href=\"{docUrl}\">öryggisleiðbeiningunum okkar ↗</a>.",
- "Shared" : "Deilt",
- "Shared with" : "Deilt með",
- "Shared by" : "Deilt af",
- "Choose a password for the public link" : "Veldu þér lykilorð fyrir almenningstengil",
- "Choose a password for the public link or press the \"Enter\" key" : "Veldu þér lykilorð fyrir opinbera tengilinn eða ýttu á \"Ente\" lykilinn",
- "Copied!" : "Afritað!",
- "Copy link" : "Afrita tengil",
- "Not supported!" : "Óstutt!",
- "Press ⌘-C to copy." : "Ýttu á ⌘-C til að afrita.",
- "Press Ctrl-C to copy." : "Ýttu á Ctrl-C til að afrita.",
- "Unable to create a link share" : "Gat ekki búið til sameignartengil",
- "Unable to toggle this option" : "Tekst ekki að víxla þessum valkosti af/á",
- "Resharing is not allowed" : "Endurdeiling er ekki leyfð",
- "Link" : "Tengill",
- "Hide download" : "Fela niðurhal",
- "Password protection enforced" : "Gerði verndun með lykilorði nauðsynlega",
- "Password protect" : "Verja með lykilorði",
- "Allow editing" : "Leyfa breytingar",
- "Email link to person" : "Senda veftengil í tölvupósti til notanda",
- "Send" : "Senda",
- "Allow upload and editing" : "Leyfa innsendingu og breytingar",
- "Read only" : "Skrifvarið",
- "File drop (upload only)" : "Slepping skráa (einungis innsending)",
- "Expiration date enforced" : "Gerði gildistíma nauðsynlegan",
- "Set expiration date" : "Setja gildistíma",
- "Expiration" : "Rennur út",
- "Expiration date" : "Gildir til",
- "Note to recipient" : "Minnispunktur til viðtakanda",
- "Unshare" : "Hætta deilingu",
- "Delete share link" : "Eyða tengli á sameign",
- "Add another link" : "Bæta við öðrum tengli",
- "Password protection for links is mandatory" : "Verndun tengla með lykilorði er skylda",
- "Share to {name}" : "Deila til {name}",
- "Share link" : "Deila tengli",
- "New share link" : "Nýr tengill á sameign",
- "Created on {time}" : "Búið til {time}",
- "Password protect by Talk" : "Verja með lykilorði í gegnum Talk",
- "Could not unshare" : "Gat ekki hætt deilingu",
- "Shared with you and the group {group} by {owner}" : "Deilt með þér og hópnum {group} af {owner}",
- "Shared with you and {circle} by {owner}" : "Deilt með þér og {circle} af {owner}",
- "Shared with you and the conversation {conversation} by {owner}" : "Deilt með þér og samtalinu {conversation} af {owner}",
- "Shared with you in a conversation by {owner}" : "Deilt með þér í samtali af {owner}",
- "Shared with you by {owner}" : "Deilt með þér af {owner}",
- "Choose a password for the mail share" : "Veldu lykilorð fyrir póstsameign",
- "group" : "hópur",
- "remote" : "fjartengt",
- "remote group" : "fjartengdur hópur",
- "email" : "tölvupóstur",
- "conversation" : "samtal",
- "shared by {sharer}" : "deilt af {sharer}",
- "Can reshare" : "Getur endurdeilt",
- "Can edit" : "Getur breytt",
- "Can create" : "Getur búið til",
- "Can change" : "Getur skipt um",
- "Can delete" : "Getur eytt",
- "Access control" : "Aðgangsstýring",
- "{shareInitiatorDisplayName} shared via link" : "{shareInitiatorDisplayName} deildi með tengli",
- "Error while sharing" : "Villa við deilingu",
- "Share details could not be loaded for this item." : "Ekki tókst að hlaða inn upplýsingum um sameign varðandi þetta atriði.",
- "Search globally" : "Leita allstaðar",
- "_At least {count} character is needed for autocompletion_::_At least {count} characters are needed for autocompletion_" : ["Það þarf a.m.k. {count} staf til að sjálfvirk útfylling virki","Það þarf a.m.k. {count} stafi til að sjálfvirk útfylling virki"],
- "This list is maybe truncated - please refine your search term to see more results." : "Þessi listi gæti verið stytt útgáfa - þrengdu leitarskilyrðin til að sjá fleiri niðurstöður.",
- "No users or groups found for {search}" : "Engir notendur eða hópar fundust í {search}",
- "No users found for {search}" : "Engir notendur fundust með {search}",
- "An error occurred (\"{message}\"). Please try again" : "Villa kom upp (\"{message}\"). Endilega reyndu aftur",
- "An error occurred. Please try again" : "Villa kom upp. Endilega reyndu aftur",
- "Home" : "Heima",
- "Work" : "Vinna",
- "Other" : "Annað",
- "{sharee} (remote group)" : "{sharee} (fjartengdur hópur)",
- "{sharee} ({type}, {owner})" : "{sharee} ({type}, {owner})",
- "Share" : "Deila",
- "Name or email address..." : "Nafn eða tölvupóstfang...",
- "Name or federated cloud ID..." : "Nafn eða skýjasambandsauðkenni (Federated Cloud ID)...",
- "Name, federated cloud ID or email address..." : "Nafn, skýjasambandsauðkenni eða tölvupóstfang...",
- "Name..." : "Nafn...",
- "Error removing share" : "Villa við að fjarlægja sameign",
- "({scope})" : "({scope})",
- "Saving..." : "Er að vista ...",
- "Dismiss" : "Hafna",
- "Your client should now be connected! You can close this window." : "Biðlaraforritið þitt ætti núna að vera tengt! Þú mátt loka þessum glugga.",
- "New Password" : "Nýtt lykilorð",
- "Cancel log in" : "Hætta við innskráningu"
+ "Checking whether the database schema can be updated (this can take a long time depending on the database size)" : "Athuga hvort hægt sé að uppfæra gagnagrunnsskema (þetta getur tekið langan tíma ef gagnagrunnurinn er mjög stór)",
+ "Checked database schema update" : "Athugaði uppfærslu á gagnagrunnsskema.",
+ "Checking updates of apps" : "Athuga með uppfærslur á öppum",
+ "Checking for update of app \"%s\" in appstore" : "Athuga með uppfærslur á \"%s\"-forriti í hugbúnaðarsafni",
+ "Update app \"%s\" from appstore" : "Uppfæra \"%s\" úr hugbúnaðarsafni",
+ "Checked for update of app \"%s\" in appstore" : "Athugaði með uppfærslur á \"%s\"-forriti í hugbúnaðarsafni",
+ "Checked database schema update for apps" : "Athugaði uppfærslu á gagnagrunnsskema fyrir öpp",
+ "Following apps have been disabled: %s" : "Eftirfarandi forrit hafa verið gerð óvirk: %s",
+ "Your web server is not properly set up to resolve \"{url}\". Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Vefþjónninn þinn er ekki uppsettur þannig að hann geti leyst \"{url}\". Frekari upplýsingar er að finna í <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">hjálparskjölum</a> okkar.",
+ "Please check the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">installation documentation ↗</a> for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "Endilega skoðaðu <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">hjálparskjöl uppsetningarinnar ↗</a> varðandi athugasemdir vegna uppsetningar PHP og sjálfa uppsetningu PHP-þjónsins, Sérstaklega ef þú notar php-fpm.",
+ "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems. See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation ↗</a> for more information." : "Færslulæsing skráa (transactional file locking) er óvirk, þetta gæti leitt til vandamála út frá forgangsskilyrðum (race conditions). Virkjaðu 'filelocking.enabled' í config.php til að forðast slík vandamál. Skoðaðu <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">hjálparskjölin ↗</a> til að sjá nánari upplýsingar.",
+ "Last background job execution ran {relativeTime}. Something seems wrong." : "Síðasta keyrsla bakgrunnsverks var keyrt {relativeTime}. Eitthvað er ekki eins og það á að sér að vera.",
+ "Check the background job settings" : "Athugaðu stillingar bakgrunnsvinnslunnar",
+ "No memory cache has been configured. To enhance performance, please configure a memcache, if available. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Ekkert skyndiminni (cache) hefur verið stillt. Til að auka afköst ættirðu að setja upp skyndiminni (með memcache) ef það er tiltækt. Hægt er að finna nánari upplýsingar um þetta í <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">hjálparskjölum</a> okkar.",
+ "No suitable source for randomness found by PHP which is highly discouraged for security reasons. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Enginn hentugur gagnagjafi fyrir handahófsreikning fannst fyrir PHP, sem er mjög óráðlegt af öryggisástæðum. Hægt er að finna nánari upplýsingar um þetta í <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">hjálparskjölum</a> okkar.",
+ "You are currently running PHP {version}. Upgrade your PHP version to take advantage of <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">performance and security updates provided by the PHP Group</a> as soon as your distribution supports it." : "Þú ert að keyra PHP {version}. Við hvetjum þig til að uppfæra PHP útgáfuna til að njóta <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">afkastaaukningar og öryggisuppfærslna frá PHP Group</a> um leið og dreifingin þín styður það.",
+ "The reverse proxy header configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If not, this is a security issue and can allow an attacker to spoof their IP address as visible to the Nextcloud. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Uppsetning gagnstæðs milliþjónshauss (reverse proxy header) er röng, eða að þú ert að tengjast Nextcloud frá treystum milliþjóni Ef þú ert ekki að tengjast Nextcloud frá treystum milliþjóni, þá er þetta er öryggisvandamál og getur leyft árásaraðilum að dulbúa IP-vistfang þeirra sem sýnilegt Nextcloud. Nánari upplýsingar má finna í <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">hjálparskjölum</a> okkar.",
+ "Memcached is configured as distributed cache, but the wrong PHP module \"memcache\" is installed. \\OC\\Memcache\\Memcached only supports \"memcached\" and not \"memcache\". See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">memcached wiki about both modules</a>." : "Memcached er sett upp sem dreift skyndiminni, en hinsvegar er ranga PHP-einingin \"memcache\" uppsett. \\OC\\Memcache\\Memcached styður einungis \"memcached\" en ekki \"memcache\". Skoðaðu <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">memcached wiki-síðurnar um báðar einingarnar</a>.",
+ "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">List of invalid files…</a> / <a href=\"{rescanEndpoint}\">Rescan…</a>)" : "Sumar skrár hafa ekki staðist áreiðanleikaprófun. Hægt er að finna nánari upplýsingar um þetta í <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">hjálparskjölum</a> okkar. (<a href=\"{codeIntegrityDownloadEndpoint}\">Listi yfir ógildar skrár…</a> / <a href=\"{rescanEndpoint}\">Endurskanna…</a>)",
+ "The PHP OPcache module is not loaded. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance it is recommended</a> to load it into your PHP installation." : "PHP Opcache er ekki hlaðið inn. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Fyrir betri afköst mælum við með</a> því að nota eftirfarandi stillingar í <code>php.ini</code>:",
+ "The PHP OPcache is not properly configured. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance it is recommended</a> to use the following settings in the <code>php.ini</code>:" : "PHP Opcache er ekki rétt uppsett. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Fyrir betri afköst mælum við með</a> því að nota eftirfarandi stillingar í <code>php.ini</code>:",
+ "To migrate to another database use the command line tool: 'occ db:convert-type', or see the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation ↗</a>." : "Til að yfirfæra í annan gagnagrunn skaltu nota skipanalínutólið: 'occ db:convert-type', eða lesa <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">hjálparskjölin ↗</a>.",
+ "Use of the the built in php mailer is no longer supported. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Please update your email server settings ↗<a/>." : "Notkun á innbyggðum php póstsendingum er ekki lengur studd. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Uppfærðu stillingar póstþjónsins þíns ↗<a/>.",
+ "The \"{header}\" HTTP header is not set to \"{val1}\", \"{val2}\", \"{val3}\", \"{val4}\" or \"{val5}\". This can leak referer information. See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{link}\">W3C Recommendation ↗</a>." : "HTTP-hausinn \"{header}\" er ekki stilltur á \"{val1}\", \"{val2}\", \"{val3}\", \"{val4}\" eða \"{val5}\". Þetta getur lekið upplýsingum um kerfið. Skoðaðu hvað <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{link}\">W3C mælir með ↗</a>.",
+ "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the <a href=\"{docUrl}\" rel=\"noreferrer noopener\">security tips ↗</a>." : "\"Strict-Transport-Security\" HTTP-hausinn er ekki stilltur á að minnsa kosti \"{seconds}\" sekúndur. Fyrir aukið öryggi mælum við með því að virkja HSTS eins og lýst er í <a href=\"{docUrl}\" rel=\"noreferrer noopener\">öryggisleiðbeiningum ↗ </a>.",
+ "Accessing site insecurely via HTTP. You are strongly advised to set up your server to require HTTPS instead, as described in the <a href=\"{docUrl}\">security tips ↗</a>." : " Þú ert að tengjast þessu vefsvæði með HTTP. Við mælum eindregið með að þú stillir þjóninn á að krefjast HTTPS í staðinn eins og lýst er í <a href=\"{docUrl}\">öryggisleiðbeiningunum ↗</a> okkar.",
+ "Continue to Nextcloud" : "Halda áfram í Nextcloud",
+ "_The update was successful. Redirecting you to Nextcloud in %n second._::_The update was successful. Redirecting you to Nextcloud in %n seconds._" : ["Uppfærslan heppnaðist. Beini þér til Nextcloud eftir %n sekúndu.","Uppfærslan heppnaðist. Beini þér til Nextcloud eftir %n sekúndur."],
+ "Searching other places" : "Leitað á öðrum stöðum",
+ "No search results in other folders for {tag}{filter}{endtag}" : "Engar leitarniðurstöður í öðrum möppum fyrir {tag}{filter}{endtag}",
+ "_{count} search result in another folder_::_{count} search results in other folders_" : ["{count} leitarniðurstöður í annarri möppu","{count} leitarniðurstöður í öðrum möppum"],
+ "A password reset message has been sent to the e-mail address of this account. If you do not receive it, check your spam/junk folders or ask your local administrator for help." : "Tengill til að endurstilla lykilorðið þitt hefur verið sendur á netfang þessa notandaaðgangs. Ef þú færð ekki póstinn, athugaðu þá ruslpóstmöppurnar þínar eða spurðu kerfisstjórann þinn um mögulegar ástæður þess.",
+ "Password can not be changed. Please contact your administrator." : "Ekki er hægt að breyta lykilorði. Hafðu samband við kerfisstjóra.",
+ "Could not fetch list of apps from the app store." : "Gat ekki sótt lista yfir forrit úr forritasafninu.",
+ "Nextcloud {app}" : "Nextcloud {app}",
+ "Can't install this app because it is not compatible" : "Ekki er hægt að setja upp forritið því það er ekki samhæft",
+ "Can't install this app" : "Get ekki sett þetta forrit upp",
+ "These apps will be updated:" : "Eftirfarandi öpp verða uppfærð:",
+ "For more details see the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Frekari upplýsingar má sjá í <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">hjálparskjölunum</a>."
},
"nplurals=2; plural=(n % 10 != 1 || n % 100 == 11);");
diff --git a/core/l10n/is.json b/core/l10n/is.json
index fcc8bc88742..f55ab07914e 100644
--- a/core/l10n/is.json
+++ b/core/l10n/is.json
@@ -13,6 +13,7 @@
"No valid crop data provided" : "Enginn gild gögn um utanskurð gefin",
"Crop is not square" : "Utanskurður er ekki ferningslaga",
"State token does not match" : "Stöðuteikn samsvarar ekki",
+ "Invalid app password" : "Ógilt lykilorð forrits",
"Could not complete login" : "Gat ekki lokið innskráningu",
"Your login token is invalid or has expired" : "Innskráningartákn er ógilt eða útrunnið",
"Password reset is disabled" : "Endurstilling lykilorðs er óvirk",
@@ -38,52 +39,34 @@
"Maintenance mode is kept active" : "Viðhaldsham er haldið virkum",
"Updating database schema" : "Uppfæri gagnagrunnsskema",
"Updated database" : "Uppfærði gagnagrunn",
- "Checking whether the database schema can be updated (this can take a long time depending on the database size)" : "Athuga hvort hægt sé að uppfæra gagnagrunnsskema (þetta getur tekið langan tíma ef gagnagrunnurinn er mjög stór)",
- "Checked database schema update" : "Athugaði uppfærslu á gagnagrunnsskema.",
- "Checking updates of apps" : "Athuga með uppfærslur á öppum",
- "Checking for update of app \"%s\" in appstore" : "Athuga með uppfærslur á \"%s\"-forriti í hugbúnaðarsafni",
- "Update app \"%s\" from appstore" : "Uppfæra \"%s\" úr hugbúnaðarsafni",
- "Checked for update of app \"%s\" in appstore" : "Athugaði með uppfærslur á \"%s\"-forriti í hugbúnaðarsafni",
"Checking whether the database schema for %s can be updated (this can take a long time depending on the database size)" : "Athuga hvort hægt sé að uppfæra gagnagrunnsskema fyrir %s (þetta getur tekið langan tíma ef gagnagrunnurinn er mjög stór)",
- "Checked database schema update for apps" : "Athugaði uppfærslu á gagnagrunnsskema fyrir öpp",
"Updated \"%1$s\" to %2$s" : "Uppfærði \"%1$s\" í %2$s",
"Set log level to debug" : "Setja annálsstig á aflúsun",
"Reset log level" : "Frumstilla annálsstig",
"Starting code integrity check" : "Ræsi athugun á áreiðanleika kóða",
"Finished code integrity check" : "Lauk athugun á áreiðanleika kóða",
"%s (incompatible)" : "%s (ósamhæft)",
- "Following apps have been disabled: %s" : "Eftirfarandi forrit hafa verið gerð óvirk: %s",
+ "The following apps have been disabled: %s" : "Eftirfarandi forrit hafa verið gerð óvirk: %s",
"Already up to date" : "Allt uppfært nú þegar",
"Your web server is not yet properly set up to allow file synchronization, because the WebDAV interface seems to be broken." : "Vefþjónninn er ekki enn sett upp á réttan hátt til að leyfa skráasamstillingu því WebDAV viðmótið virðist vera skemmt.",
- "Your web server is not properly set up to resolve \"{url}\". Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Vefþjónninn þinn er ekki uppsettur þannig að hann geti leyst \"{url}\". Frekari upplýsingar er að finna í <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">hjálparskjölum</a> okkar.",
"PHP does not seem to be setup properly to query system environment variables. The test with getenv(\"PATH\") only returns an empty response." : "Það lítur út eins og að PHP sé ekki rétt sett upp varðandi fyrirspurnir um umhverfisbreytur. Prófun með getenv(\"PATH\") skilar auðu svari.",
- "Please check the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">installation documentation ↗</a> for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "Endilega skoðaðu <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">hjálparskjöl uppsetningarinnar ↗</a> varðandi athugasemdir vegna uppsetningar PHP og sjálfa uppsetningu PHP-þjónsins, Sérstaklega ef þú notar php-fpm.",
"The read-only config has been enabled. This prevents setting some configurations via the web-interface. Furthermore, the file needs to be made writable manually for every update." : "Skrifvarða stillingaskráin hefur verið virkjuð. Þetta kemur í veg fyrir að hægt sé að sýsla með sumar stillingar í gegnum vefviðmótið. Að auki þarf þessi skrá að vera skrifanleg við hverja uppfærslu.",
"Your database does not run with \"READ COMMITTED\" transaction isolation level. This can cause problems when multiple actions are executed in parallel." : "Gagnagrunnurinn keyrir ekki með \"READ COMMITTED\" færsluaðgreiningarstiginu. Þetta getur valdið vandamálum þegar margar aðgerðir eru keyrðar í einu.",
"The PHP module \"fileinfo\" is missing. It is strongly recommended to enable this module to get the best results with MIME type detection." : "PHP-eininguna \"fileinfo\" vantar. Við mælum eindregið með notkun þessarar einingar til að fá bestu útkomu við greiningu á MIME-skráagerðum.",
- "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems. See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation ↗</a> for more information." : "Færslulæsing skráa (transactional file locking) er óvirk, þetta gæti leitt til vandamála út frá forgangsskilyrðum (race conditions). Virkjaðu 'filelocking.enabled' í config.php til að forðast slík vandamál. Skoðaðu <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">hjálparskjölin ↗</a> til að sjá nánari upplýsingar.",
"If your installation is not installed at the root of the domain and uses system cron, there can be issues with the URL generation. To avoid these problems, please set the \"overwrite.cli.url\" option in your config.php file to the webroot path of your installation (suggestion: \"{suggestedOverwriteCliURL}\")" : "Ef uppsetningin þín er ekki á rót lénsins og þú notar cron stýrikerfisins, þá geta komið upp vandamál við gerð URL-slóða. Til að forðast slík vandamál, skaltu stilla \"overwrite.cli.url\" valkostinn í config.php skránni þinni á slóð vefrótarinnar (webroot) í uppsetningunni (tillaga: \"{suggestedOverwriteCliURL}\")",
"It was not possible to execute the cron job via CLI. The following technical errors have appeared:" : "Ekki var hægt að keyra cron-verkið á skipanalínu. Eftirfarandi tæknilegar villur komu upp:",
- "Last background job execution ran {relativeTime}. Something seems wrong." : "Síðasta keyrsla bakgrunnsverks var keyrt {relativeTime}. Eitthvað er ekki eins og það á að sér að vera.",
- "Check the background job settings" : "Athugaðu stillingar bakgrunnsvinnslunnar",
"This server has no working Internet connection: Multiple endpoints could not be reached. This means that some of the features like mounting external storage, notifications about updates or installation of third-party apps will not work. Accessing files remotely and sending of notification emails might not work, either. Establish a connection from this server to the Internet to enjoy all features." : "Þessi þjónn er ekki með virka nettengingu: ekki náðis tenging við fjölmarga endapunkta. Þetta þýðir að sumir eiginleikar eins og að virkja ytri gagnageymslu, tilkynningar um uppfærslur eða uppsetningu á forritum þriðja aðila, mun ekki virka. Fjartengdur aðgangur að skrám og sending tilkynninga í tölvupósti virka líklega ekki heldur. Við leggjum til að internettenging sé virkjuð fyrir þennan vefþjón ef þú vilt hafa alla eiginleika tiltæka.",
- "No memory cache has been configured. To enhance performance, please configure a memcache, if available. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Ekkert skyndiminni (cache) hefur verið stillt. Til að auka afköst ættirðu að setja upp skyndiminni (með memcache) ef það er tiltækt. Hægt er að finna nánari upplýsingar um þetta í <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">hjálparskjölum</a> okkar.",
- "No suitable source for randomness found by PHP which is highly discouraged for security reasons. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Enginn hentugur gagnagjafi fyrir handahófsreikning fannst fyrir PHP, sem er mjög óráðlegt af öryggisástæðum. Hægt er að finna nánari upplýsingar um þetta í <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">hjálparskjölum</a> okkar.",
- "You are currently running PHP {version}. Upgrade your PHP version to take advantage of <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">performance and security updates provided by the PHP Group</a> as soon as your distribution supports it." : "Þú ert að keyra PHP {version}. Við hvetjum þig til að uppfæra PHP útgáfuna til að njóta <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">afkastaaukningar og öryggisuppfærslna frá PHP Group</a> um leið og dreifingin þín styður það.",
- "The reverse proxy header configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If not, this is a security issue and can allow an attacker to spoof their IP address as visible to the Nextcloud. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Uppsetning gagnstæðs milliþjónshauss (reverse proxy header) er röng, eða að þú ert að tengjast Nextcloud frá treystum milliþjóni Ef þú ert ekki að tengjast Nextcloud frá treystum milliþjóni, þá er þetta er öryggisvandamál og getur leyft árásaraðilum að dulbúa IP-vistfang þeirra sem sýnilegt Nextcloud. Nánari upplýsingar má finna í <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">hjálparskjölum</a> okkar.",
- "Memcached is configured as distributed cache, but the wrong PHP module \"memcache\" is installed. \\OC\\Memcache\\Memcached only supports \"memcached\" and not \"memcache\". See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">memcached wiki about both modules</a>." : "Memcached er sett upp sem dreift skyndiminni, en hinsvegar er ranga PHP-einingin \"memcache\" uppsett. \\OC\\Memcache\\Memcached styður einungis \"memcached\" en ekki \"memcache\". Skoðaðu <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">memcached wiki-síðurnar um báðar einingarnar</a>.",
- "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">List of invalid files…</a> / <a href=\"{rescanEndpoint}\">Rescan…</a>)" : "Sumar skrár hafa ekki staðist áreiðanleikaprófun. Hægt er að finna nánari upplýsingar um þetta í <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">hjálparskjölum</a> okkar. (<a href=\"{codeIntegrityDownloadEndpoint}\">Listi yfir ógildar skrár…</a> / <a href=\"{rescanEndpoint}\">Endurskanna…</a>)",
- "The PHP OPcache module is not loaded. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance it is recommended</a> to load it into your PHP installation." : "PHP Opcache er ekki hlaðið inn. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Fyrir betri afköst mælum við með</a> því að nota eftirfarandi stillingar í <code>php.ini</code>:",
- "The PHP OPcache is not properly configured. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance it is recommended</a> to use the following settings in the <code>php.ini</code>:" : "PHP Opcache er ekki rétt uppsett. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Fyrir betri afköst mælum við með</a> því að nota eftirfarandi stillingar í <code>php.ini</code>:",
+ "Nextcloud 20 is the last release supporting PHP 7.2. Nextcloud 21 requires at least PHP 7.3." : "Nextcloud 20 er síðasta útgáfan sem styður PHP 7.2. Nextcloud 21 krefst að minnsta kosti PHP 7.3.",
"The PHP function \"set_time_limit\" is not available. This could result in scripts being halted mid-execution, breaking your installation. Enabling this function is strongly recommended." : "PHP-fallið \"set_time_limit\" er ekki tiltækt. Þetta gæti valdið því að skriftur stöðvist í miðri keyrslu og skemmi uppsetninguna þína. Við mælumst til þess að þetta fall sé gert virkt.",
"Your PHP does not have FreeType support, resulting in breakage of profile pictures and the settings interface." : "PHP-uppsetningin er ekki með stuðning við Free Type. Þetta mun valda því að notendamyndir og stillingaviðmót virki ekki.",
"Missing index \"{indexName}\" in table \"{tableName}\"." : "Vantar vísinn \"{indexName}\" í töflunni \"{tableName}\".",
"The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "Gagnagrunninn vantar nokkra atriðavísa (indexes). Vegna þess að það að bæta atriðavísum við stórar töflur getur tekið töluverðan tíma, þá var þeim ekki bætt við sjálfvirkt. Með því að keyra \"occ db:add-missing-indices\" væri hægt að bæta inn þessum atriðavísum sem vantar, á meðan kerfið er í gangi. Um leið og búið er að bæta inn þessum atriðavísum, munu fyrirspurnir í þessar töflur verða miklu hraðvirkari.",
- "This instance is missing some recommended PHP modules. For improved performance and better compatibility it is highly recommended to install them." : "Í þetta kerfistilvik vantar ýmsar PHP-einingar sem mælt er með. Ti að bæta afköst og betri samhæfni er mælt eindregið með að setja þær upp.",
+ "Missing primary key on table \"{tableName}\"." : "Vantar aðalvísinn í töflunni \"{tableName}\".",
+ "Missing optional column \"{columnName}\" in table \"{tableName}\"." : "Vantar valkvæða dálkinn \"{columnName}\" í töflunni \"{tableName}\".",
+ "This instance is missing some recommended PHP modules. For improved performance and better compatibility it is highly recommended to install them." : "Í þetta kerfistilvik vantar ýmsar PHP-einingar sem mælt er með. Til að bæta afköst og betri samhæfni er mælt eindregið með að setja þær upp.",
+ "Module php-imagick in this instance has no SVG support. For better compatibility it is recommended to install it." : "Í kerfiseininguna php-imagick vantar stuðning við SVG. Til að bæta afköst og betri samhæfni er mælt eindregið með að setja hana upp.",
"SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend." : "Núna er stuðst við SQLite sem bakenda fyrir gagnagrunn. Fyrir stærri uppsetningar mælum við með að skipta yfir í annan gagnagrunnsbakenda.",
"This is particularly recommended when using the desktop client for file synchronisation." : "Mælt er sérstaklega með þessu þegar skjáborðsforritið er notað til að samstilla skrár.",
- "To migrate to another database use the command line tool: 'occ db:convert-type', or see the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation ↗</a>." : "Til að yfirfæra í annan gagnagrunn skaltu nota skipanalínutólið: 'occ db:convert-type', eða lesa <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">hjálparskjölin ↗</a>.",
- "Use of the the built in php mailer is no longer supported. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Please update your email server settings ↗<a/>." : "Notkun á innbyggðum php póstsendingum er ekki lengur studd. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Uppfærðu stillingar póstþjónsins þíns ↗<a/>.",
"The PHP memory limit is below the recommended value of 512MB." : "Minnismörk PHP eru lægri en gildið sem mælt er með; 512MB.",
"Some app directories are owned by a different user than the web server one. This may be the case if apps have been installed manually. Check the permissions of the following app directories:" : "Sumar forritamöppur eru í eigu annarra notenda en möppurnar á vefþjóninum. Þetta getur komið upp ef forritin hafa verið sett upp handvirkt. Athugaðu með heimildir á eftirfarandi forritamöppum:",
"Error occurred while checking server setup" : "Villa kom upp við athugun á uppsetningu þjóns",
@@ -91,16 +74,6 @@
"The \"{header}\" HTTP header is not set to \"{expected}\". This is a potential security or privacy risk, as it is recommended to adjust this setting accordingly." : "\"{header}\" HTTP-hausinn er ekki stilltur á \"{expected}\". Þetta er möguleg áhætta varðandi öryggi og gagnaleynd, við mælum með því að laga þessa stillingu.",
"The \"{header}\" HTTP header is not set to \"{expected}\". Some features might not work correctly, as it is recommended to adjust this setting accordingly." : "\"{header}\" HTTP-hausinn er ekki stilltur á \"{expected}\". Einhverjir eiginleikar gætu virkað ekki rétt, við mælum með því að laga þessa stillingu.",
"The \"{header}\" HTTP header doesn't contain \"{expected}\". This is a potential security or privacy risk, as it is recommended to adjust this setting accordingly." : "\"{header}\" HTTP-hausinn inniheldur ekki \"{expected}\". Þetta er möguleg áhætta varðandi öryggi og gagnaleynd, við mælum með því að laga þessa stillingu.",
- "The \"{header}\" HTTP header is not set to \"{val1}\", \"{val2}\", \"{val3}\", \"{val4}\" or \"{val5}\". This can leak referer information. See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{link}\">W3C Recommendation ↗</a>." : "HTTP-hausinn \"{header}\" er ekki stilltur á \"{val1}\", \"{val2}\", \"{val3}\", \"{val4}\" eða \"{val5}\". Þetta getur lekið upplýsingum um kerfið. Skoðaðu hvað <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{link}\">W3C mælir með ↗</a>.",
- "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the <a href=\"{docUrl}\" rel=\"noreferrer noopener\">security tips ↗</a>." : "\"Strict-Transport-Security\" HTTP-hausinn er ekki stilltur á að minnsa kosti \"{seconds}\" sekúndur. Fyrir aukið öryggi mælum við með því að virkja HSTS eins og lýst er í <a href=\"{docUrl}\" rel=\"noreferrer noopener\">öryggisleiðbeiningum ↗ </a>.",
- "Accessing site insecurely via HTTP. You are strongly advised to set up your server to require HTTPS instead, as described in the <a href=\"{docUrl}\">security tips ↗</a>." : " Þú ert að tengjast þessu vefsvæði með HTTP. Við mælum eindregið með að þú stillir þjóninn á að krefjast HTTPS í staðinn eins og lýst er í <a href=\"{docUrl}\">öryggisleiðbeiningunum ↗</a> okkar.",
- "Non-existing tag #{tag}" : "Merki sem er ekki til #{tag}",
- "restricted" : "takmarkaður aðgangur",
- "invisible" : "ósýnilegt",
- "Delete" : "Eyða",
- "Rename" : "Endurnefna",
- "Collaborative tags" : "Samstarfsmerkingar",
- "No tags found" : "Engin merki fundust",
"unknown text" : "óþekktur texti",
"Hello world!" : "Halló heimur!",
"sunny" : "sólríkt",
@@ -115,34 +88,48 @@
"Please reload the page." : "Þú ættir að hlaða síðunni aftur inn.",
"The update was unsuccessful. For more information <a href=\"{url}\">check our forum post</a> covering this issue." : "Uppfærslan tókst ekki. Til að fá frekari upplýsingar <a href=\"{url}\">skoðaðu færslu á spjallsvæðinu okkar</a> sem fjallar um þetta mál.",
"The update was unsuccessful. Please report this issue to the <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">Nextcloud community</a>." : "Uppfærslan tókst ekki. Skoðaðu annálana á kerfisstjórnunarsíðunni og sendu inn tilkynningu um vandamálið til <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">Nextcloud samfélagsins</a>.",
- "Continue to Nextcloud" : "Halda áfram í Nextcloud",
- "_The update was successful. Redirecting you to Nextcloud in %n second._::_The update was successful. Redirecting you to Nextcloud in %n seconds._" : ["Uppfærslan heppnaðist. Beini þér til Nextcloud eftir %n sekúndu.","Uppfærslan heppnaðist. Beini þér til Nextcloud eftir %n sekúndur."],
- "Searching other places" : "Leitað á öðrum stöðum",
- "No search results in other folders for {tag}{filter}{endtag}" : "Engar leitarniðurstöður í öðrum möppum fyrir {tag}{filter}{endtag}",
- "_{count} search result in another folder_::_{count} search results in other folders_" : ["{count} leitarniðurstöður í annarri möppu","{count} leitarniðurstöður í öðrum möppum"],
+ "Log in" : "Skrá inn",
+ "Logging in …" : "Skrái inn …",
"Server side authentication failed!" : "Auðkenning af hálfu þjóns tókst ekki!",
"Please contact your administrator." : "Hafðu samband við kerfisstjóra.",
"An internal error occurred." : "Innri villa kom upp.",
"Please try again or contact your administrator." : "Reyndu aftur eða hafðu samband við kerfisstjóra.",
"Username or email" : "Notandanafn eða tölvupóstur",
"Password" : "Lykilorð",
- "Log in" : "Skrá inn",
- "Logging in …" : "Skrái inn …",
"Wrong username or password." : "Rangt notandanafn eða lykilorð.",
"User disabled" : "Notandi óvirkur",
"We have detected multiple invalid login attempts from your IP. Therefore your next login is throttled up to 30 seconds." : "Við urðum vör við margar misheppnaðar innskráningar í röð frá IP-vistfanginu þínu. Þar með verður næsta innskráning tafin (throttled) um 30 sekúndur.",
+ "Your account is not setup for passwordless login." : "Aðgangur þinn er ekki uppsettur með lykilorðalausri innskráningu.",
+ "Passwordless authentication is not supported in your browser." : "Lykilorðalaus auðkenning er ekki studd í vafranum þínum.",
+ "Passwordless authentication is only available over a secure connection." : "Lykilorðalaus auðkenning er aðeins tiltæk í gegnum örugga tengingu.",
"Reset password" : "Endursetja lykilorð",
"If it is not there ask your local administrator." : "Ef hann er ekki þar, spurðu þá kerfisstjórann þinn. ",
"Couldn't send reset email. Please contact your administrator." : "Gat ekki sent endurstillingu í tölvupósti. Hafðu samband við kerfisstjóra.",
- "Password can not be changed. Please contact your administrator." : "Ekki er hægt að breyta lykilorði. Hafðu samband við kerfisstjóra.",
"Back to login" : "Til baka í innskráningu",
"New password" : "Nýtt lykilorð",
"Your files are encrypted. There will be no way to get your data back after your password is reset. If you are not sure what to do, please contact your administrator before you continue. Do you really want to continue?" : "Skrárnar þínar eru dulritaðar. Það er engin leið til að fá gögnin þín til baka eftir lykilorðið þitt er endurstillt. Ef þú ert ekki viss hvað eigi að gera, skaltu hafa samband við kerfisstjórann áður en þú heldur áfram. Viltu halda áfram?",
"I know what I'm doing" : "Ég veit hvað ég er að gera",
"Resetting password" : "Endurstilli lykilorð",
"Recommended apps" : "Ráðlögð forrit",
+ "Loading apps …" : "Hleð inn forritum …",
+ "Installing apps …" : "Set upp forrit …",
+ "App download or installation failed" : "Niðurhal eða uppsetning forrits mistókst",
"Cancel" : "Hætta við",
+ "Simple email app nicely integrated with Files, Contacts and Calendar." : "Einfalt og stílhreint tölvupóstforrit sem virkar með skráaforritinu, tengiliðum og dagatalinu.",
+ "Chatting, video calls, screensharing, online meetings and web conferencing – in your browser and with mobile apps." : "Spjall, myndfundir, skjádeiling, netfundir og vefráðstefnur – í vafranum þínum og með farsímaforritum.",
+ "Collaboratively edit office documents." : "Vinna í hóp með skrifstofuskjöl.",
"Forgot password?" : "Gleymdirðu lykilorði?",
+ "Log in with a device" : "Skrá inn með tæki",
+ "Back" : "Til baka",
+ "Reset search" : "Núllstilla leit",
+ "Search for {name} only" : "Leita einungis að {name}",
+ "No results for {query}" : "Engar niðurstöður fyrir {query}",
+ "Start typing to search" : "Skrifaðu hér til að leita",
+ "Loading more results …" : "Hleð inn fleiri niðurstöðum …",
+ "Load more results" : "Hlaða inn fleiri niðurstöðum",
+ "Search" : "Leita",
+ "An error occurred while searching for {type}" : "Villa kom upp við leit að {type}",
+ "Search {types} …" : "Leita að {types} …",
"Settings" : "Stillingar",
"Could not load your contacts" : "Gat ekki hlaðið inn tengiliðalistanum þínum",
"Search contacts …" : "Leita í tengiliðum ",
@@ -199,6 +186,8 @@
"Failed to rename the project" : "Mistókst að endurnefna verkefnið",
"Failed to create a project" : "Mistókst að útbúa verkefni",
"Failed to add the item to the project" : "Mistókst að bæta atriðinu í verkefnið",
+ "Connect items to a project to make them easier to find" : "Að tengja atriði við verkefni gerir auðveldara að finna þau",
+ "Type to search for existing projects" : "Skrifaðu hér til að leita að fyrirliggjandi verkefnum",
"New in" : "Nýtt í",
"View changelog" : "Skoða breytingaannál",
"Very weak password" : "Mjög veikt lykilorð",
@@ -208,6 +197,13 @@
"Strong password" : "Sterkt lykilorð",
"No action available" : "Engin aðgerð tiltæk",
"Error fetching contact actions" : "Villa við að sækja aðgerðir tengiliða",
+ "Non-existing tag #{tag}" : "Merki sem er ekki til #{tag}",
+ "restricted" : "takmarkaður aðgangur",
+ "invisible" : "ósýnilegt",
+ "Delete" : "Eyða",
+ "Rename" : "Endurnefna",
+ "Collaborative tags" : "Samstarfsmerkingar",
+ "No tags found" : "Engin merki fundust",
"Personal" : "Einka",
"Users" : "Notendur",
"Apps" : "Forrit",
@@ -217,7 +213,10 @@
"File not found" : "Skrá finnst ekki",
"The document could not be found on the server. Maybe the share was deleted or has expired?" : "Skjalið fannst ekki á þjóninum. Hugsanlega hefur sameigninni verið eytt eða sé útrunnin?",
"Back to %s" : "Til baka í %s",
+ "Too many requests" : "Of margar beiðnir",
+ "There were too many requests from your network. Retry later or contact your administrator if this is an error." : "Það komu of margar beiðnir frá netkerfinu þínu. Reyndu aftur eða hafðu samband við kerfisstjóra ef þetta er ekki rétt.",
"Error" : "Villa",
+ "Previous" : "Fyrra",
"Internal Server Error" : "Innri villa",
"The server was unable to complete your request." : "Þjóninum tókst ekki að afgreiða beiðnina þína.",
"If this happens again, please send the technical details below to the server administrator." : "Ef þetta gerist aftur, sendu tæknilegu lýsinguna hér fyrir neðan til kerfisstjóra þjónsins.",
@@ -236,6 +235,7 @@
"For information how to properly configure your server, please see the <a href=\"%s\" target=\"_blank\" rel=\"noreferrer noopener\">documentation</a>." : "Til að fá upplýsingar hvernig á að stilla miðlarann almennilega, skaltu skoða <a href=\"%s\" target=\"_blank\" rel=\"noreferrer noopener\">hjálparskjölin</a>.",
"Create an <strong>admin account</strong>" : "Útbúa <strong>kerfisstjóraaðgang</strong>",
"Username" : "Notandanafn",
+ "Show password" : "Sýna lykilorð",
"Storage & database" : "Geymsla & gagnagrunnur",
"Data folder" : "Gagnamappa",
"Configure the database" : "Stilla gagnagrunninn",
@@ -253,6 +253,7 @@
"SQLite should only be used for minimal and development instances. For production we recommend a different database backend." : "SQLite ætti aðeins að nota fyrir lágmarksuppsetningar og til prófana. Fyrir stærri uppsetningar mælum við með að velja annan gagnagrunnsbakenda.",
"If you use clients for file syncing, the use of SQLite is highly discouraged." : "Ef verið er að nota biðlaraforrit til að samstilla skrár, þá er ekki mælt með notkun SQLite.",
"Install recommended apps" : "Setja upp ráðlögð forrit",
+ "Calendar, Contacts, Talk, Mail & Collaborative editing" : "Dagatal, tengiliðir, spjall, póstur & samstarfsvinnsla",
"Finish setup" : "Ljúka uppsetningu",
"Finishing …" : "Að klára ...",
"Need help?" : "Þarftu hjálp?",
@@ -264,14 +265,13 @@
"More apps" : "Fleiri forrit",
"More" : "Meira",
"More apps menu" : "Valmynd með fleiri forrit",
- "Search" : "Leita",
- "Reset search" : "Núllstilla leit",
"Contacts" : "Tengiliðir",
"Contacts menu" : "Tengiliðavalmynd",
"Settings menu" : "Stillingavalmynd",
"Confirm your password" : "Staðfestu lykilorðið þitt",
"Connect to your account" : "Tengdu við notandaaðganginn þinn",
- "Please log in before granting %1$s access to your %2$s account." : "Skráði þig inn áður en þú leyfir %1$s aðgang að %2$s notandaaðgangnum þínum.",
+ "Please log in before granting %1$s access to your %2$s account." : "Skráðu þig inn áður en þú leyfir %1$s aðgang að %2$s notandaaðgangnum þínum.",
+ "If you are not trying to set up a new device or app, someone is trying to trick you into granting them access to your data. In this case do not proceed and instead contact your system administrator." : "Ef þú ert ekki að reyna að setja upp nýtt tæki eða forrit, þá er einhver annar að reyna að gabba þig til að gefa þeim aðgang að gögnunum þínum. Ef svo er, skaltu ekki halda áfram í þessu ferli og hafa strax samband við kerfisstjórann þinn.",
"App token" : "Teikn forrits",
"Grant access" : "Veita aðgengi",
"Alternative log in using app token" : "Önnur innskráning með forritsteikni",
@@ -299,7 +299,7 @@
"Further information how to configure this can be found in the %1$sdocumentation%2$s." : "Frekari upplýsingar um hvernig hægt er að stilla þetta má finna í %1$shjálparskjölunum%2$s.",
"App update required" : "App þarfnast uppfærslu ",
"%1$s will be updated to version %2$s" : "%1$s verður uppfært í útgáfu %2$s.",
- "These apps will be updated:" : "Eftirfarandi öpp verða uppfærð:",
+ "The following apps will be updated:" : "Eftirfarandi forrit verða uppfærð:",
"These incompatible apps will be disabled:" : "Eftirfarandi forrit eru ósamhæfð og verið gerð óvirk: %s",
"The theme %s has been disabled." : "Þema %s hefur verið gert óvirkt.",
"Please make sure that the database, the config folder and the data folder have been backed up before proceeding." : "Gakktu úr skugga um að gagnagrunnurinn, config mappan og gagnamappan hafi verið öryggisafritaðar áður en lengra er haldið.",
@@ -315,95 +315,44 @@
"This %s instance is currently in maintenance mode, which may take a while." : "Þessi %s er nú í viðhaldsham, sem getur tekið smá stund.",
"This page will refresh itself when the instance is available again." : "Þessi síða mun uppfæra sig þegar tilvikið er í boði á ný.",
"Contact your system administrator if this message persists or appeared unexpectedly." : "Hafðu samband við kerfisstjóra ef þessi skilaboð eru viðvarandi eða birtust óvænt.",
- "Could not send reset email because there is no email address for this username. Please contact your administrator." : "Gat ekki sent endurstillingu í tölvupósti því það er ekkert gilt tölvupóstfang fyrir þennan notanda. Hafðu samband við kerfisstjóra.",
- "Couldn't send reset email. Please make sure your username is correct." : "Gat ekki sent endurstillingu í tölvupósti. Gakktu úr skugga um að notandanafn þitt sé rétt.",
- "We have send a password reset e-mail to the e-mail address known to us for this account. If you do not receive it within a reasonable amount of time, check your spam/junk folders.<br>If it is not there ask your local administrator." : "Tengillinn til að endurstilla lykilorðið þitt hefur verið sendur á netfangið þitt. Ef þú færð ekki póstinn innan hæfilegs tíma, athugaðu þá ruslpóstmöppuna.<br>Ef hann er ekki þar, spurðu þá kerfisstjórann þinn.",
- "Your files are encrypted. There will be no way to get your data back after your password is reset.<br />If you are not sure what to do, please contact your administrator before you continue. <br />Do you really want to continue?" : "Skrárnar þínar eru dulritaðar. Það er engin leið til að fá gögnin þín til baka eftir lykilorðið þitt er endurstillt.<br />Ef þú ert ekki viss hvað eigi að gera, skaltu hafa samband við kerfisstjórann áður en þú heldur áfram. <br />Viltu halda áfram?",
- "Sending email …" : "Sendi tölvupóst ...",
- "You are currently running PHP 5.6. The current major version of Nextcloud is the last that is supported on PHP 5.6. It is recommended to upgrade the PHP version to 7.0+ to be able to upgrade to Nextcloud 14." : "Þú ert núna að keyra PHP 5.6. Núverandi aðalútgáfa Nextcloud er sú síðasta sem mun virka á PHP 5.6. Mælt er með því að uppfæra PHP í útgáfu 7.0+ til að eiga möguleika á að uppfæra í Nextcloud 14.",
- "Accessing site insecurely via HTTP. You are strongly adviced to set up your server to require HTTPS instead, as described in the <a href=\"{docUrl}\">security tips ↗</a>." : " Þú ert að tengjast þessu vefsvæði með HTTP. Við mælum eindregið með að þú stillir þjóninn á að krefjast HTTPS í staðinn eins og lýst er í <a href=\"{docUrl}\">öryggisleiðbeiningunum okkar ↗</a>.",
- "Shared" : "Deilt",
- "Shared with" : "Deilt með",
- "Shared by" : "Deilt af",
- "Choose a password for the public link" : "Veldu þér lykilorð fyrir almenningstengil",
- "Choose a password for the public link or press the \"Enter\" key" : "Veldu þér lykilorð fyrir opinbera tengilinn eða ýttu á \"Ente\" lykilinn",
- "Copied!" : "Afritað!",
- "Copy link" : "Afrita tengil",
- "Not supported!" : "Óstutt!",
- "Press ⌘-C to copy." : "Ýttu á ⌘-C til að afrita.",
- "Press Ctrl-C to copy." : "Ýttu á Ctrl-C til að afrita.",
- "Unable to create a link share" : "Gat ekki búið til sameignartengil",
- "Unable to toggle this option" : "Tekst ekki að víxla þessum valkosti af/á",
- "Resharing is not allowed" : "Endurdeiling er ekki leyfð",
- "Link" : "Tengill",
- "Hide download" : "Fela niðurhal",
- "Password protection enforced" : "Gerði verndun með lykilorði nauðsynlega",
- "Password protect" : "Verja með lykilorði",
- "Allow editing" : "Leyfa breytingar",
- "Email link to person" : "Senda veftengil í tölvupósti til notanda",
- "Send" : "Senda",
- "Allow upload and editing" : "Leyfa innsendingu og breytingar",
- "Read only" : "Skrifvarið",
- "File drop (upload only)" : "Slepping skráa (einungis innsending)",
- "Expiration date enforced" : "Gerði gildistíma nauðsynlegan",
- "Set expiration date" : "Setja gildistíma",
- "Expiration" : "Rennur út",
- "Expiration date" : "Gildir til",
- "Note to recipient" : "Minnispunktur til viðtakanda",
- "Unshare" : "Hætta deilingu",
- "Delete share link" : "Eyða tengli á sameign",
- "Add another link" : "Bæta við öðrum tengli",
- "Password protection for links is mandatory" : "Verndun tengla með lykilorði er skylda",
- "Share to {name}" : "Deila til {name}",
- "Share link" : "Deila tengli",
- "New share link" : "Nýr tengill á sameign",
- "Created on {time}" : "Búið til {time}",
- "Password protect by Talk" : "Verja með lykilorði í gegnum Talk",
- "Could not unshare" : "Gat ekki hætt deilingu",
- "Shared with you and the group {group} by {owner}" : "Deilt með þér og hópnum {group} af {owner}",
- "Shared with you and {circle} by {owner}" : "Deilt með þér og {circle} af {owner}",
- "Shared with you and the conversation {conversation} by {owner}" : "Deilt með þér og samtalinu {conversation} af {owner}",
- "Shared with you in a conversation by {owner}" : "Deilt með þér í samtali af {owner}",
- "Shared with you by {owner}" : "Deilt með þér af {owner}",
- "Choose a password for the mail share" : "Veldu lykilorð fyrir póstsameign",
- "group" : "hópur",
- "remote" : "fjartengt",
- "remote group" : "fjartengdur hópur",
- "email" : "tölvupóstur",
- "conversation" : "samtal",
- "shared by {sharer}" : "deilt af {sharer}",
- "Can reshare" : "Getur endurdeilt",
- "Can edit" : "Getur breytt",
- "Can create" : "Getur búið til",
- "Can change" : "Getur skipt um",
- "Can delete" : "Getur eytt",
- "Access control" : "Aðgangsstýring",
- "{shareInitiatorDisplayName} shared via link" : "{shareInitiatorDisplayName} deildi með tengli",
- "Error while sharing" : "Villa við deilingu",
- "Share details could not be loaded for this item." : "Ekki tókst að hlaða inn upplýsingum um sameign varðandi þetta atriði.",
- "Search globally" : "Leita allstaðar",
- "_At least {count} character is needed for autocompletion_::_At least {count} characters are needed for autocompletion_" : ["Það þarf a.m.k. {count} staf til að sjálfvirk útfylling virki","Það þarf a.m.k. {count} stafi til að sjálfvirk útfylling virki"],
- "This list is maybe truncated - please refine your search term to see more results." : "Þessi listi gæti verið stytt útgáfa - þrengdu leitarskilyrðin til að sjá fleiri niðurstöður.",
- "No users or groups found for {search}" : "Engir notendur eða hópar fundust í {search}",
- "No users found for {search}" : "Engir notendur fundust með {search}",
- "An error occurred (\"{message}\"). Please try again" : "Villa kom upp (\"{message}\"). Endilega reyndu aftur",
- "An error occurred. Please try again" : "Villa kom upp. Endilega reyndu aftur",
- "Home" : "Heima",
- "Work" : "Vinna",
- "Other" : "Annað",
- "{sharee} (remote group)" : "{sharee} (fjartengdur hópur)",
- "{sharee} ({type}, {owner})" : "{sharee} ({type}, {owner})",
- "Share" : "Deila",
- "Name or email address..." : "Nafn eða tölvupóstfang...",
- "Name or federated cloud ID..." : "Nafn eða skýjasambandsauðkenni (Federated Cloud ID)...",
- "Name, federated cloud ID or email address..." : "Nafn, skýjasambandsauðkenni eða tölvupóstfang...",
- "Name..." : "Nafn...",
- "Error removing share" : "Villa við að fjarlægja sameign",
- "({scope})" : "({scope})",
- "Saving..." : "Er að vista ...",
- "Dismiss" : "Hafna",
- "Your client should now be connected! You can close this window." : "Biðlaraforritið þitt ætti núna að vera tengt! Þú mátt loka þessum glugga.",
- "New Password" : "Nýtt lykilorð",
- "Cancel log in" : "Hætta við innskráningu"
+ "Checking whether the database schema can be updated (this can take a long time depending on the database size)" : "Athuga hvort hægt sé að uppfæra gagnagrunnsskema (þetta getur tekið langan tíma ef gagnagrunnurinn er mjög stór)",
+ "Checked database schema update" : "Athugaði uppfærslu á gagnagrunnsskema.",
+ "Checking updates of apps" : "Athuga með uppfærslur á öppum",
+ "Checking for update of app \"%s\" in appstore" : "Athuga með uppfærslur á \"%s\"-forriti í hugbúnaðarsafni",
+ "Update app \"%s\" from appstore" : "Uppfæra \"%s\" úr hugbúnaðarsafni",
+ "Checked for update of app \"%s\" in appstore" : "Athugaði með uppfærslur á \"%s\"-forriti í hugbúnaðarsafni",
+ "Checked database schema update for apps" : "Athugaði uppfærslu á gagnagrunnsskema fyrir öpp",
+ "Following apps have been disabled: %s" : "Eftirfarandi forrit hafa verið gerð óvirk: %s",
+ "Your web server is not properly set up to resolve \"{url}\". Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Vefþjónninn þinn er ekki uppsettur þannig að hann geti leyst \"{url}\". Frekari upplýsingar er að finna í <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">hjálparskjölum</a> okkar.",
+ "Please check the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">installation documentation ↗</a> for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "Endilega skoðaðu <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">hjálparskjöl uppsetningarinnar ↗</a> varðandi athugasemdir vegna uppsetningar PHP og sjálfa uppsetningu PHP-þjónsins, Sérstaklega ef þú notar php-fpm.",
+ "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems. See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation ↗</a> for more information." : "Færslulæsing skráa (transactional file locking) er óvirk, þetta gæti leitt til vandamála út frá forgangsskilyrðum (race conditions). Virkjaðu 'filelocking.enabled' í config.php til að forðast slík vandamál. Skoðaðu <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">hjálparskjölin ↗</a> til að sjá nánari upplýsingar.",
+ "Last background job execution ran {relativeTime}. Something seems wrong." : "Síðasta keyrsla bakgrunnsverks var keyrt {relativeTime}. Eitthvað er ekki eins og það á að sér að vera.",
+ "Check the background job settings" : "Athugaðu stillingar bakgrunnsvinnslunnar",
+ "No memory cache has been configured. To enhance performance, please configure a memcache, if available. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Ekkert skyndiminni (cache) hefur verið stillt. Til að auka afköst ættirðu að setja upp skyndiminni (með memcache) ef það er tiltækt. Hægt er að finna nánari upplýsingar um þetta í <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">hjálparskjölum</a> okkar.",
+ "No suitable source for randomness found by PHP which is highly discouraged for security reasons. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Enginn hentugur gagnagjafi fyrir handahófsreikning fannst fyrir PHP, sem er mjög óráðlegt af öryggisástæðum. Hægt er að finna nánari upplýsingar um þetta í <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">hjálparskjölum</a> okkar.",
+ "You are currently running PHP {version}. Upgrade your PHP version to take advantage of <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">performance and security updates provided by the PHP Group</a> as soon as your distribution supports it." : "Þú ert að keyra PHP {version}. Við hvetjum þig til að uppfæra PHP útgáfuna til að njóta <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">afkastaaukningar og öryggisuppfærslna frá PHP Group</a> um leið og dreifingin þín styður það.",
+ "The reverse proxy header configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If not, this is a security issue and can allow an attacker to spoof their IP address as visible to the Nextcloud. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Uppsetning gagnstæðs milliþjónshauss (reverse proxy header) er röng, eða að þú ert að tengjast Nextcloud frá treystum milliþjóni Ef þú ert ekki að tengjast Nextcloud frá treystum milliþjóni, þá er þetta er öryggisvandamál og getur leyft árásaraðilum að dulbúa IP-vistfang þeirra sem sýnilegt Nextcloud. Nánari upplýsingar má finna í <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">hjálparskjölum</a> okkar.",
+ "Memcached is configured as distributed cache, but the wrong PHP module \"memcache\" is installed. \\OC\\Memcache\\Memcached only supports \"memcached\" and not \"memcache\". See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">memcached wiki about both modules</a>." : "Memcached er sett upp sem dreift skyndiminni, en hinsvegar er ranga PHP-einingin \"memcache\" uppsett. \\OC\\Memcache\\Memcached styður einungis \"memcached\" en ekki \"memcache\". Skoðaðu <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">memcached wiki-síðurnar um báðar einingarnar</a>.",
+ "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">List of invalid files…</a> / <a href=\"{rescanEndpoint}\">Rescan…</a>)" : "Sumar skrár hafa ekki staðist áreiðanleikaprófun. Hægt er að finna nánari upplýsingar um þetta í <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">hjálparskjölum</a> okkar. (<a href=\"{codeIntegrityDownloadEndpoint}\">Listi yfir ógildar skrár…</a> / <a href=\"{rescanEndpoint}\">Endurskanna…</a>)",
+ "The PHP OPcache module is not loaded. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance it is recommended</a> to load it into your PHP installation." : "PHP Opcache er ekki hlaðið inn. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Fyrir betri afköst mælum við með</a> því að nota eftirfarandi stillingar í <code>php.ini</code>:",
+ "The PHP OPcache is not properly configured. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance it is recommended</a> to use the following settings in the <code>php.ini</code>:" : "PHP Opcache er ekki rétt uppsett. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Fyrir betri afköst mælum við með</a> því að nota eftirfarandi stillingar í <code>php.ini</code>:",
+ "To migrate to another database use the command line tool: 'occ db:convert-type', or see the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation ↗</a>." : "Til að yfirfæra í annan gagnagrunn skaltu nota skipanalínutólið: 'occ db:convert-type', eða lesa <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">hjálparskjölin ↗</a>.",
+ "Use of the the built in php mailer is no longer supported. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Please update your email server settings ↗<a/>." : "Notkun á innbyggðum php póstsendingum er ekki lengur studd. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Uppfærðu stillingar póstþjónsins þíns ↗<a/>.",
+ "The \"{header}\" HTTP header is not set to \"{val1}\", \"{val2}\", \"{val3}\", \"{val4}\" or \"{val5}\". This can leak referer information. See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{link}\">W3C Recommendation ↗</a>." : "HTTP-hausinn \"{header}\" er ekki stilltur á \"{val1}\", \"{val2}\", \"{val3}\", \"{val4}\" eða \"{val5}\". Þetta getur lekið upplýsingum um kerfið. Skoðaðu hvað <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{link}\">W3C mælir með ↗</a>.",
+ "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the <a href=\"{docUrl}\" rel=\"noreferrer noopener\">security tips ↗</a>." : "\"Strict-Transport-Security\" HTTP-hausinn er ekki stilltur á að minnsa kosti \"{seconds}\" sekúndur. Fyrir aukið öryggi mælum við með því að virkja HSTS eins og lýst er í <a href=\"{docUrl}\" rel=\"noreferrer noopener\">öryggisleiðbeiningum ↗ </a>.",
+ "Accessing site insecurely via HTTP. You are strongly advised to set up your server to require HTTPS instead, as described in the <a href=\"{docUrl}\">security tips ↗</a>." : " Þú ert að tengjast þessu vefsvæði með HTTP. Við mælum eindregið með að þú stillir þjóninn á að krefjast HTTPS í staðinn eins og lýst er í <a href=\"{docUrl}\">öryggisleiðbeiningunum ↗</a> okkar.",
+ "Continue to Nextcloud" : "Halda áfram í Nextcloud",
+ "_The update was successful. Redirecting you to Nextcloud in %n second._::_The update was successful. Redirecting you to Nextcloud in %n seconds._" : ["Uppfærslan heppnaðist. Beini þér til Nextcloud eftir %n sekúndu.","Uppfærslan heppnaðist. Beini þér til Nextcloud eftir %n sekúndur."],
+ "Searching other places" : "Leitað á öðrum stöðum",
+ "No search results in other folders for {tag}{filter}{endtag}" : "Engar leitarniðurstöður í öðrum möppum fyrir {tag}{filter}{endtag}",
+ "_{count} search result in another folder_::_{count} search results in other folders_" : ["{count} leitarniðurstöður í annarri möppu","{count} leitarniðurstöður í öðrum möppum"],
+ "A password reset message has been sent to the e-mail address of this account. If you do not receive it, check your spam/junk folders or ask your local administrator for help." : "Tengill til að endurstilla lykilorðið þitt hefur verið sendur á netfang þessa notandaaðgangs. Ef þú færð ekki póstinn, athugaðu þá ruslpóstmöppurnar þínar eða spurðu kerfisstjórann þinn um mögulegar ástæður þess.",
+ "Password can not be changed. Please contact your administrator." : "Ekki er hægt að breyta lykilorði. Hafðu samband við kerfisstjóra.",
+ "Could not fetch list of apps from the app store." : "Gat ekki sótt lista yfir forrit úr forritasafninu.",
+ "Nextcloud {app}" : "Nextcloud {app}",
+ "Can't install this app because it is not compatible" : "Ekki er hægt að setja upp forritið því það er ekki samhæft",
+ "Can't install this app" : "Get ekki sett þetta forrit upp",
+ "These apps will be updated:" : "Eftirfarandi öpp verða uppfærð:",
+ "For more details see the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Frekari upplýsingar má sjá í <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">hjálparskjölunum</a>."
},"pluralForm" :"nplurals=2; plural=(n % 10 != 1 || n % 100 == 11);"
} \ No newline at end of file
diff --git a/core/l10n/it.js b/core/l10n/it.js
index da1682e04da..6bbdc182fe2 100644
--- a/core/l10n/it.js
+++ b/core/l10n/it.js
@@ -5,6 +5,14 @@ OC.L10N.register(
"File is too big" : "Il file è troppo grande",
"The selected file is not an image." : "Il file selezionato non è un'immagine.",
"The selected file cannot be read." : "Il file selezionato non può essere letto.",
+ "The file was uploaded" : "Il file è stato caricato",
+ "The uploaded file exceeds the upload_max_filesize directive in php.ini" : "Il file caricato supera la direttiva upload_max_filesize in php.ini",
+ "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Il file caricato supera la direttiva MAX_FILE_SIZE specificata nel modulo HTML",
+ "The file was only partially uploaded" : "Il file è stato caricato solo parzialmente",
+ "No file was uploaded" : "Nessun file caricato",
+ "Missing a temporary folder" : "Manca una cartella temporanea",
+ "Could not write file to disk" : "Impossibile scrivere il file su disco",
+ "A PHP extension stopped the file upload" : "Un'estensione PHP ha fermato il caricamento del file",
"Invalid file provided" : "File fornito non valido ",
"No image or file provided" : "Non è stata fornita alcun immagine o file",
"Unknown filetype" : "Tipo di file sconosciuto",
@@ -15,6 +23,7 @@ OC.L10N.register(
"No valid crop data provided" : "Non sono stati forniti dati di ritaglio validi",
"Crop is not square" : "Il ritaglio non è quadrato",
"State token does not match" : "Il token di stato non corrisponde",
+ "Invalid app password" : "Password dell'applicazione non valida",
"Could not complete login" : "Impossibile completare l'accesso",
"Your login token is invalid or has expired" : "Il tuo token di accesso non è valido o è scaduto",
"Password reset is disabled" : "Ripristino password disabilitato",
@@ -28,6 +37,8 @@ OC.L10N.register(
"Nextcloud Server" : "Server Nextcloud",
"Some of your link shares have been removed" : "Alcune delle tue condivisioni tramite collegamento sono state rimosse",
"Due to a security bug we had to remove some of your link shares. Please see the link for more information." : "A causa di un bug di sicurezza abbiamo rimosso alcune delle tue condivisioni tramite collegamento. Vedi il collegamento per ulteriori informazioni.",
+ "The user limit of this instance is reached." : "Il limite di utenti di questa istanza è stato raggiunto.",
+ "Enter your subscription key to increase the user limit. For more information about Nextcloud Enterprise see our website." : "Digita la tua chiave di sottoscrizione per aumentare il limite di utenti. Per ulteriori informazioni su Nextcloud Enterprise, visita il nostro sito web.",
"Preparing update" : "Preparazione dell'aggiornamento",
"[%d / %d]: %s" : "[%d / %d]: %s",
"Repair step:" : "Fase di riparazione:",
@@ -41,76 +52,60 @@ OC.L10N.register(
"Maintenance mode is kept active" : "La modalità di manutenzione è lasciata attiva",
"Updating database schema" : "Aggiornamento schema database",
"Updated database" : "Database aggiornato",
- "Checking whether the database schema can be updated (this can take a long time depending on the database size)" : "Controllo che lo schema del database possa essere aggiornato (ciò potrebbe richiedere molto tempo in base alla dimensione del database)",
- "Checked database schema update" : "L'aggiornamento dello schema del database è stato verificato",
- "Checking updates of apps" : "Controllo degli aggiornamenti delle applicazioni",
- "Checking for update of app \"%s\" in appstore" : "Controllo degli aggiornamenti dell'applicazione \"%s\" nel negozio delle applicazioni",
- "Update app \"%s\" from appstore" : "Aggiorna l'applicazione \"%s\" dal negozio di applicazioni",
- "Checked for update of app \"%s\" in appstore" : "Verificati aggiornamento dell'applicazione \"%s\" nel negozio delle applicazioni",
"Checking whether the database schema for %s can be updated (this can take a long time depending on the database size)" : "Controllo che lo schema del database di %s possa essere aggiornato (ciò potrebbe richiedere molto tempo in base alla dimensione del database)",
- "Checked database schema update for apps" : "L'aggiornamento dello schema del database per le applicazioni è stato verificato",
"Updated \"%1$s\" to %2$s" : "Aggiornato \"%1$s\" a %2$s",
"Set log level to debug" : "Imposta il livello del log per il debug",
"Reset log level" : "Ripristina il livello del log",
"Starting code integrity check" : "Avvio del controllo di integrità del codice",
"Finished code integrity check" : "Controllo di integrità del codice terminato",
"%s (incompatible)" : "%s (incompatibile)",
- "Following apps have been disabled: %s" : "Le seguenti applicazioni sono state disabilitate: %s",
+ "The following apps have been disabled: %s" : "Le seguenti applicazioni sono state disabilitate: %s",
"Already up to date" : "Già aggiornato",
"Your web server is not yet properly set up to allow file synchronization, because the WebDAV interface seems to be broken." : "Il tuo server web non è configurato correttamente per consentire la sincronizzazione dei file, poiché l'interfaccia WebDAV sembra essere danneggiata.",
- "Your web server is not properly set up to resolve \"{url}\". Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Il tuo server web non è configurato correttamente per risolvere \"{url}\". Ulteriori informazioni sono disponibili nella <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentazione</a>.",
- "Your web server is not properly set up to resolve \"{url}\". This is most likely related to a web server configuration that was not updated to deliver this folder directly. Please compare your configuration against the shipped rewrite rules in \".htaccess\" for Apache or the provided one in the documentation for Nginx at it's <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation page</a>. On Nginx those are typically the lines starting with \"location ~\" that need an update." : "Il tuo server non è configurato correttamente per risolvere \"{url}\". Ciò è probabilmente legato a una configurazione del server che non è stata aggiornata per fornire direttamente questa cartella. Confronta la tua configurazione con le regole di rewrite fornite in \".htaccess\" per Apache o quella fornita nella documentazione di Nginx alla sua <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">pagina</a>. Su Nginx di solito sono le righe che iniziano con \"location ~\" quelle da aggiornare.",
- "Your web server is not properly set up to deliver .woff2 files. This is typically an issue with the Nginx configuration. For Nextcloud 15 it needs an adjustement to also deliver .woff2 files. Compare your Nginx configuration to the recommended configuration in our <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Il tuo server web non è configurato correttamente per fornire file .woff2. Questo è solitamente un problema con la configurazione di Nginx. Per Nextcloud 15, richiede una modifica per fornire anche i file .woff2. Confronta la tua configurazione di Nginx con la configurazione consigliata nella nostra <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentazione</a>.",
+ "Your web server is not properly set up to resolve \"{url}\". Further information can be found in the {linkstart}documentation ↗{linkend}." : "Il tuo server web non è configurato correttamente per risolvere \"{url}\". Ulteriori informazioni sono disponibili nella nostra {linkstart}documentazione ↗{linkend}.",
"PHP does not seem to be setup properly to query system environment variables. The test with getenv(\"PATH\") only returns an empty response." : "PHP non sembra essere configurato correttamente per interrogare le variabili d'ambiente di sistema. Il test con getenv(\"PATH\") restituisce solo una risposta vuota.",
- "Please check the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">installation documentation ↗</a> for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "Controlla la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentazione di installazione ↗</a> per le note di configurazione di PHP e la configurazione PHP del tuo server, in particolare quando utilizzi php-fpm.",
"The read-only config has been enabled. This prevents setting some configurations via the web-interface. Furthermore, the file needs to be made writable manually for every update." : "La configurazione di sola lettura è stata abilitata. Ciò impedisce l'impostazione di alcune configurazioni tramite l'interfaccia web. Inoltre, i file devono essere resi scrivibili manualmente per ogni aggiornamento.",
"Your database does not run with \"READ COMMITTED\" transaction isolation level. This can cause problems when multiple actions are executed in parallel." : "Il tuo database non è in esecuzione con il livello di isolamento delle transazioni \"READ COMMITTED\". Ciò può causare problemi quando diverse azioni sono eseguite in parallelo.",
"The PHP module \"fileinfo\" is missing. It is strongly recommended to enable this module to get the best results with MIME type detection." : "Il modulo PHP 'fileinfo' non è presente. Consigliamo vivamente di abilitare questo modulo per ottenere risultati migliori con il rilevamento dei tipi MIME.",
- "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems. See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation ↗</a> for more information." : "Il blocco del file transazionale è disabilitato, ciò potrebbe comportare problemi di race condition. Abilita 'filelocking.enabled' nel config-php per evitare questi problemi. Vedi la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentazione ↗</a> per ulteriori informazioni.",
"If your installation is not installed at the root of the domain and uses system cron, there can be issues with the URL generation. To avoid these problems, please set the \"overwrite.cli.url\" option in your config.php file to the webroot path of your installation (suggestion: \"{suggestedOverwriteCliURL}\")" : "Se la tua installazione non si trova nella radice del dominio e utilizza il cron di sistema, potrebbero esserci problemi con la generazione degli URL. Per evitare questi problemi, imposta l'opzione \"overwrite.cli.url\" nel file config.php al percorso della radice del sito della tua installazione (suggerimento: \"{suggestedOverwriteCliURL}\")",
+ "Your installation has no default phone region set. This is required to validate phone numbers in the profile settings without a country code. To allow numbers without a country code, please add \"default_phone_region\" with the respective {linkstart}ISO 3166-1 code ↗{linkend} of the region to your config file." : "La tua installazione non ha una regione telefonica predefinita impostata. Ciò è necessario per poter convalidare i numeri di telefono nelle impostazioni del profilo senza un codice nazionale. Per consentire i numeri senza un codice nazionale, aggiungi \"default_phone_region\" con il rispettivo {linkstart}codice ISO 3166-1 ↗{linkend} della regione desiderata al file di configurazione.",
"It was not possible to execute the cron job via CLI. The following technical errors have appeared:" : "Non è stato possibile eseguire il job di cron tramite CLI. Sono apparsi i seguenti errori tecnici:",
- "Last background job execution ran {relativeTime}. Something seems wrong." : "L'ultima esecuzione dell'operazione in background è stata eseguita il {relativeTime}. Potrebbe esserci un problema.",
- "Check the background job settings" : "Controlla le impostazioni dell'operazione in background",
"This server has no working Internet connection: Multiple endpoints could not be reached. This means that some of the features like mounting external storage, notifications about updates or installation of third-party apps will not work. Accessing files remotely and sending of notification emails might not work, either. Establish a connection from this server to the Internet to enjoy all features." : "Questo server non ha una connessione a Internet funzionante: diversi dispositivi finali non sono raggiungibili. Ciò significa che alcune delle funzionalità come il montaggio di archivi esterni, le notifiche degli aggiornamenti o l'installazione di applicazioni di terze parti non funzioneranno. L'accesso remoto ai file e l'invio di email di notifica potrebbero non funzionare. Abilita la connessione a Internet del server se desideri disporre di tutte le funzionalità.",
- "No memory cache has been configured. To enhance performance, please configure a memcache, if available. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Non è stata configurata alcuna cache di memoria. Per migliorare le prestazioni configura una memcache, se disponibile. Ulteriori informazioni sono disponibili nella <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentazione</a>.",
- "No suitable source for randomness found by PHP which is highly discouraged for security reasons. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Nessuna fonte di casualità trovata da PHP e ciò è vivamente sconsigliato per motivi di sicurezza. Ulteriori informazioni sono disponibili nella <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentazione</a>.",
- "You are currently running PHP {version}. Upgrade your PHP version to take advantage of <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">performance and security updates provided by the PHP Group</a> as soon as your distribution supports it." : "Stai eseguendo attualmente PHP {version}. Aggiorna la tua versione di PHP per trarre vantaggio dagli <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">aggiornamenti in termini di prestazioni e sicurezza forniti dal PHP Group</a> non appena la tua distribuzione la supporta.",
- "Nextcloud 19 is the last release supporting PHP 7.2. Nextcloud 20 requires at least PHP 7.3." : "Nextcloud 19 è l'ultima versione che supporta PHP 7.2. Nextcloud 20 richiede almeno PHP 7.3.",
- "The reverse proxy header configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If not, this is a security issue and can allow an attacker to spoof their IP address as visible to the Nextcloud. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "La configurazione delle intestazioni del proxy inverso non è corretta, o stai effettuando l'accesso a Nextcloud da un proxy affidabile. In caso diverso, questo è un problema di sicurezza e può consentire a un attaccante di falsificare il suo indirizzo IP, rendendolo visibile a Nextcloud. Ulteriori informazioni sono disponibili nella <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentazione</a>.",
- "Memcached is configured as distributed cache, but the wrong PHP module \"memcache\" is installed. \\OC\\Memcache\\Memcached only supports \"memcached\" and not \"memcache\". See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">memcached wiki about both modules</a>." : "Memcached è configurato come cache distribuita, ma è installato il modulo \"memcache\" errato. \\OC\\Memcache\\Memcached supporta solo \"memcached\" e non \"memcache\". Vedi il <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">wiki di memcached per informazioni su entrambi i moduli</a>.",
- "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">List of invalid files…</a> / <a href=\"{rescanEndpoint}\">Rescan…</a>)" : "Alcuni file non hanno superato il controllo di integrità. Ulteriori informazioni su come risolvere questo problema sono disponibili nella <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentazione</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">Elenco dei file non validi…</a> / <a href=\"{rescanEndpoint}\">Nuova scansione…</a>)",
- "The PHP OPcache module is not loaded. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance it is recommended</a> to load it into your PHP installation." : "Il modulo PHP OpCache non è caricato. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Per prestazioni migliori consigliamo</a> di caricarlo nella tua installazione di PHP.",
- "The PHP OPcache is not properly configured. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance it is recommended</a> to use the following settings in the <code>php.ini</code>:" : "PHP OpCache non è configurata correttamente. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Per prestazioni migliori consigliamo</a> di utilizzare le impostazioni seguenti in <code>php.ini</code>:",
+ "You are currently running PHP {version}. Upgrade your PHP version to take advantage of {linkstart}performance and security updates provided by the PHP Group ↗{linkend} as soon as your distribution supports it." : "Stai eseguendo attualmente PHP {version}. Aggiorna la tua versione di PHP per trarre vantaggio dagli {linkstart}aggiornamenti in termini di prestazioni e sicurezza forniti dal PHP Group ↗{linkend} non appena la tua distribuzione la supporta.",
+ "Nextcloud 20 is the last release supporting PHP 7.2. Nextcloud 21 requires at least PHP 7.3." : "Nextcloud 20 è l'ultima versione che supporta PHP 7.2. Nextcloud 21 richiede almeno PHP 7.3.",
+ "The reverse proxy header configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If not, this is a security issue and can allow an attacker to spoof their IP address as visible to the Nextcloud. Further information can be found in the {linkstart}documentation ↗{linkend}." : "La configurazione delle intestazioni del proxy inverso non è corretta, o stai effettuando l'accesso a Nextcloud da un proxy affidabile. In caso diverso, questo è un problema di sicurezza e può consentire a un attaccante di falsificare il suo indirizzo IP, rendendolo visibile a Nextcloud. Ulteriori informazioni sono disponibili nella {linkstart}documentazione ↗{linkend}.",
+ "Memcached is configured as distributed cache, but the wrong PHP module \"memcache\" is installed. \\OC\\Memcache\\Memcached only supports \"memcached\" and not \"memcache\". See the {linkstart}memcached wiki about both modules ↗{linkend}." : "Memcached è configurato come cache distribuita, ma è installato il modulo PHP \"memcache\" errato. \\OC\\Memcache\\Memcached supporta solo \"memcached\" e non \"memcache\". Vedi il {linkstart}wiki di memcached per informazioni su entrambi i moduli ↗{linkend}..",
+ "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in the {linkstart1}documentation ↗{linkend}. ({linkstart2}List of invalid files…{linkend} / {linkstart3}Rescan…{linkend})" : "Alcuni file non hanno superato il controllo di integrità. Ulteriori informazioni su come risolvere questo problema sono disponibili nella nostra {linkstart1}documentazione ↗{linkend}. ({linkstart2}Elenco dei file non validi… {linkend} / {linkstart3}Nuova scansione…{linkend})",
+ "The PHP OPcache module is not loaded. {linkstart}For better performance it is recommended ↗{linkend} to load it into your PHP installation." : "Il modulo PHP OpCache non è caricato. {linkstart}Per prestazioni migliori consigliamo ↗{linkend} di caricarlo nella tua installazione di PHP.",
+ "The PHP OPcache module is not properly configured. {linkstart}For better performance it is recommended ↗{linkend} to use the following settings in the <code>php.ini</code>:" : "PHP OpCache non è configurata correttamente. {linkstart}Per prestazioni migliori consigliamo ↗{linkend} di utilizzare le impostazioni seguenti in <code>php.ini</code>:",
"The PHP function \"set_time_limit\" is not available. This could result in scripts being halted mid-execution, breaking your installation. Enabling this function is strongly recommended." : "La funzione PHP \"set_time_limit\" non è disponibile. Ciò potrebbe comportare l'interruzione di script durante l'esecuzione, compromettendo la tua installazione. Ti consigliamo vivamente di abilitare questa funzione.",
"Your PHP does not have FreeType support, resulting in breakage of profile pictures and the settings interface." : "La tua versione di PHP non supporta FreeType. Ciò causerà problemi con le immagini dei profili e con l'interfaccia delle impostazioni.",
"Missing index \"{indexName}\" in table \"{tableName}\"." : "Indice mancante \"{indexName}\" nella tabella \"{tableName}\".",
"The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "Nel database mancano alcuni indici. Poiché l'aggiunta di indici su tabelle grandi può richiedere del tempo, non sono stati aggiunti automaticamente. Eseguendo \"occ db:add-missing-indices\", gli indici mancanti possono essere aggiunti manualmente mentre l'istanza è in esecuzione. Una volta che gli indici sono stati aggiunti, le interrogazioni a tali tabelle sono solitamente più veloci.",
+ "Missing primary key on table \"{tableName}\"." : "Chiave primaria mancante nella tabella \"{tableName}\".",
+ "The database is missing some primary keys. Due to the fact that adding primary keys on big tables could take some time they were not added automatically. By running \"occ db:add-missing-primary-keys\" those missing primary keys could be added manually while the instance keeps running." : "Nel database mancano alcune chiavi primarie. Poiché l'aggiunta di chiavi primarie su tabelle grandi può richiedere del tempo, non sono state aggiunte automaticamente. Eseguendo \"occ db:add-missing-primary-keys\", quelle chiavi mancanti possono essere aggiunte manualmente mentre l'istanza è in esecuzione.",
+ "Missing optional column \"{columnName}\" in table \"{tableName}\"." : "Colonna opzionale \"{columnName}\" mancante nella tabella \"{tableName}\".",
+ "The database is missing some optional columns. Due to the fact that adding columns on big tables could take some time they were not added automatically when they can be optional. By running \"occ db:add-missing-columns\" those missing columns could be added manually while the instance keeps running. Once the columns are added some features might improve responsiveness or usability." : "Nel database mancano alcune colonne opzionali. Poiché l'aggiunta di colonne su tabelle grandi può richiedere del tempo, non sono state aggiunte automaticamente. Eseguendo \"occ db:add-missing-columns\", le colonne mancanti possono essere aggiunte manualmente mentre l'istanza è in esecuzione. Una volta che le colonne sono state aggiunte, alcune funzionalità potrebbero migliorare i tempi di risposta o l'usabilità.",
"This instance is missing some recommended PHP modules. For improved performance and better compatibility it is highly recommended to install them." : "Su questa istanza mancano alcuni moduli PHP consigliati. Per prestazioni migliorate e migliore compatibilità, è vivamente consigliato di installarli.",
- "Some columns in the database are missing a conversion to big int. Due to the fact that changing column types on big tables could take some time they were not changed automatically. By running 'occ db:convert-filecache-bigint' those pending changes could be applied manually. This operation needs to be made while the instance is offline. For further details read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "Alcune colonne del database non sono state convertite in big int. Poiché la modifica dei tipi di colonna può richiedere del tempo, non sono state modificate automaticamente. Eseguendo \"occ db:convert-filecache-bigint\", le modifiche in corso saranno applicate manualmente. L'operazione deve essere eseguita mentre l'istanza non è in linea. Per ulteriori dettagli, leggi <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">la relativa pagina di documentazione</a>.",
+ "Module php-imagick in this instance has no SVG support. For better compatibility it is recommended to install it." : "Al modulo php-imagick manca il supporto SVG. Per una migliore compatibilità si consiglia di installarlo.",
+ "Some columns in the database are missing a conversion to big int. Due to the fact that changing column types on big tables could take some time they were not changed automatically. By running 'occ db:convert-filecache-bigint' those pending changes could be applied manually. This operation needs to be made while the instance is offline. For further details read {linkstart}the documentation page about this ↗{linkend}." : "Alcune colonne del database non sono state convertite in big int. Poiché la modifica dei tipi di colonna può richiedere del tempo, non sono state modificate automaticamente. Eseguendo \"occ db:convert-filecache-bigint\", le modifiche in corso saranno applicate manualmente. L'operazione deve essere eseguita mentre l'istanza non è in linea. Per ulteriori dettagli, leggi {linkstart}la relativa pagina di documentazione{linkend}.",
"SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend." : "SQLite è utilizzato attualmente come database. Per installazioni più grandi consigliamo di passare a un motore di database diverso.",
"This is particularly recommended when using the desktop client for file synchronisation." : "Consigliato particolarmente quando si utilizza il client desktop per la sincronizzazione dei file.",
- "To migrate to another database use the command line tool: 'occ db:convert-type', or see the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation ↗</a>." : "Per migrare a un altro database, usa lo strumento da riga di comando: 'occ db:convert-type', o leggi la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentazione ↗</a>.",
- "Use of the the built in php mailer is no longer supported. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Please update your email server settings ↗<a/>." : "L'utilizzo della funzione di invio email integrata in php non è più supportato. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Aggiorna le impostazioni del tuo server di posta ↗<a/>.",
+ "To migrate to another database use the command line tool: 'occ db:convert-type', or see the {linkstart}documentation ↗{linkend}." : "Per migrare a un altro database, usa lo strumento da riga di comando: 'occ db:convert-type', o leggi la {linkstart}documentazione ↗{linkend}.",
"The PHP memory limit is below the recommended value of 512MB." : "Il limite di memoria di PHP è inferiore al valore consigliato di 512MB.",
"Some app directories are owned by a different user than the web server one. This may be the case if apps have been installed manually. Check the permissions of the following app directories:" : "Alcune applicazioni sono di proprietà di un utente diverso da quello del server web. Questo potrebbe verificarsi se le applicazioni sono state installate manualmente. Controlla i permessi delle cartelle delle seguenti applicazioni:",
- "MySQL is used as database but does not support 4-byte characters. To be able to handle 4-byte characters (like emojis) without issues in filenames or comments for example it is recommended to enable the 4-byte support in MySQL. For further details read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "MySQL è utilizzato come database, ma non supporta caratteri di 4 byte. Per poter gestire i caratteri da 4 byte (come le emoji) senza problemi nei nomi dei file o nei commenti, si consiglia, ad esempio, di abilitare il supporto per i 4 byte in MySQL. Per ulteriori dettagli, leggi <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">la pagina di documentazione relativa</a>.",
+ "MySQL is used as database but does not support 4-byte characters. To be able to handle 4-byte characters (like emojis) without issues in filenames or comments for example it is recommended to enable the 4-byte support in MySQL. For further details read {linkstart}the documentation page about this ↗{linkend}." : "MySQL è utilizzato come database, ma non supporta caratteri di 4 byte. Per poter gestire i caratteri da 4 byte (come le emoji) senza problemi nei nomi dei file o nei commenti, si consiglia, ad esempio, di abilitare il supporto per i 4 byte in MySQL. Per ulteriori dettagli, leggi {linkstart}la pagina di documentazione relativa{linkend}.",
"This instance uses an S3 based object store as primary storage. The uploaded files are stored temporarily on the server and thus it is recommended to have 50 GB of free space available in the temp directory of PHP. Check the logs for full details about the path and the available space. To improve this please change the temporary directory in the php.ini or make more space available in that path." : "Questa istanza utilizza un object store basato su S3 come archiviazione primaria. I file caricati sono memorizzati temporaneamente sul server e perciò è consigliato avere 50 GB di spazio libero nella cartella temporanea di PHP. Controlla i log per i dettagli completi sul percorso e sullo spazio disponibile. Per migliorare questo aspetto, cambia la cartella temporanea nel file php.ini o assegna altro spazio in quel percorso.",
- "You are accessing your instance over a secure connection, however your instance is generating insecure URLs. This most likely means that you are behind a reverse proxy and the overwrite config variables are not set correctly. Please read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "Stai accedendo alla tua istanza tramite una connessione sicura, tuttavia la tua istanza sta generando URL non sicuri. Questo molto probabilmente significa che sei dietro un proxy inverso e le variabili di configurazione di sovrascrittura non sono impostate correttamente. Leggi <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">la pagina della documentazione relativa</a>.",
+ "You are accessing your instance over a secure connection, however your instance is generating insecure URLs. This most likely means that you are behind a reverse proxy and the overwrite config variables are not set correctly. Please read {linkstart}the documentation page about this ↗{linkend}." : "Stai accedendo alla tua istanza tramite una connessione sicura, tuttavia la tua istanza sta generando URL non sicuri. Questo molto probabilmente significa che sei dietro un proxy inverso e le variabili di configurazione di sovrascrittura non sono impostate correttamente. Leggi {linkstart}la pagina della documentazione relativa ↗{linkend}.",
"Error occurred while checking server setup" : "Si è verificato un errore durante il controllo della configurazione del server",
+ "For more details see the {linkstart}documentation ↗{linkend}." : "Per ulteriori dettagli, leggi la {linkstart}documentazione ↗{linkend}.",
"Your data directory and files are probably accessible from the Internet. The .htaccess file is not working. It is strongly recommended that you configure your web server so that the data directory is no longer accessible, or move the data directory outside the web server document root." : "La cartella dei dati e i tuoi file sono probabilmente accessibili da Internet. Il file .htaccess non funziona. Ti consigliamo vivamente di configurare il server web in modo che la cartella dei dati non sia più accessibile o di spostare la cartella fuori dalla radice del server web.",
"The \"{header}\" HTTP header is not set to \"{expected}\". This is a potential security or privacy risk, as it is recommended to adjust this setting accordingly." : "L'intestazione HTTP \"{header}\" non è configurata come \"{expected}\". \nQuesto è un potenziale rischio di sicurezza o di riservatezza, e noi consigliamo di modificare questa impostazione.",
"The \"{header}\" HTTP header is not set to \"{expected}\". Some features might not work correctly, as it is recommended to adjust this setting accordingly." : "L'intestazione HTTP \"{header}\" non è configurata come \"{expected}\". Alcune funzionalità potrebbero non funzionare correttamente e ti consigliamo di modificare questa impostazione.",
"The \"{header}\" HTTP header doesn't contain \"{expected}\". This is a potential security or privacy risk, as it is recommended to adjust this setting accordingly." : "L'intestazione HTTP \"{header}\" non contiene \"{expected}\". Questo è un potenziale rischio di sicurezza o di riservatezza, e consigliamo di modificare questa impostazione.",
- "The \"{header}\" HTTP header is not set to \"{val1}\", \"{val2}\", \"{val3}\", \"{val4}\" or \"{val5}\". This can leak referer information. See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{link}\">W3C Recommendation ↗</a>." : "L'intestazione HTTP \"{header}\" non è impostata a \"{val1}\", \"{val2}\", \"{val3}\", \"{val4}\" o \"{val5}\". Ciò può far trapelare informazioni sul referer. Vedi la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{link}\">W3C Recommendation ↗</a>.",
- "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the <a href=\"{docUrl}\" rel=\"noreferrer noopener\">security tips ↗</a>." : "L'intestazione HTTP \"Strict-Transport-Security\" non è configurata con un valore di almeno \"{seconds}\" secondi. Per migliorare la sicurezza, consigliamo di abilitare HSTS come descritto nei <a href=\"{docUrl}\" rel=\"noreferrer noopener\">consigli sulla sicurezza ↗ </a>.",
- "Accessing site insecurely via HTTP. You are strongly advised to set up your server to require HTTPS instead, as described in the <a href=\"{docUrl}\">security tips ↗</a>." : "Sei connesso a questo sito in modo non sicuro tramite HTTP. Ti consigliamo vivamente di configurare il tuo server per richiedere invece HTTPS, come descritto nei <a href=\"{docUrl}\">consigli sulla sicurezza ↗</a>.",
- "Non-existing tag #{tag}" : "Etichetta #{tag} inesistente",
- "restricted" : "limitato",
- "invisible" : "invisibile",
- "Delete" : "Elimina",
- "Rename" : "Rinomina",
- "Collaborative tags" : "Etichette collaborative",
- "No tags found" : "Nessuna etichetta trovata",
+ "The \"{header}\" HTTP header is not set to \"{val1}\", \"{val2}\", \"{val3}\", \"{val4}\" or \"{val5}\". This can leak referer information. See the {linkstart}W3C Recommendation ↗{linkend}." : "L'intestazione HTTP \"{header}\" non è impostata a \"{val1}\", \"{val2}\", \"{val3}\", \"{val4}\" o \"{val5}\". Ciò può far trapelare informazioni sul referer. Vedi la {linkstart}W3C Recommendation ↗{linkend}.",
+ "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the {linkstart}security tips ↗{linkend}." : "L'intestazione HTTP \"Strict-Transport-Security\" non è configurata con un valore di almeno \"{seconds}\" secondi. Per migliorare la sicurezza, consigliamo di abilitare HSTS come descritto nei {linkstart}consigli sulla sicurezza ↗{linkend}.",
+ "Accessing site insecurely via HTTP. You are strongly advised to set up your server to require HTTPS instead, as described in the {linkstart}security tips ↗{linkend}." : "Sei connesso a questo sito in modo non sicuro tramite HTTP. Ti consigliamo vivamente di configurare il tuo server per richiedere invece HTTPS, come descritto nei {linkstart}consigli sulla sicurezza ↗{linkend}.",
"unknown text" : "testo sconosciuto",
"Hello world!" : "Ciao mondo!",
"sunny" : "soleggiato",
@@ -125,27 +120,28 @@ OC.L10N.register(
"Please reload the page." : "Ricarica la pagina.",
"The update was unsuccessful. For more information <a href=\"{url}\">check our forum post</a> covering this issue." : "L'aggiornamento non è riuscito. Per ulteriori informazioni <a href=\"{url}\">controlla l'articolo del nostro forum</a> che riguarda questo problema.",
"The update was unsuccessful. Please report this issue to the <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">Nextcloud community</a>." : "L'aggiornamento non è riuscito. Segnala il problema alla <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">comunità di Nextcloud </a>.",
- "Continue to Nextcloud" : "Continua su Nextcloud",
- "_The update was successful. Redirecting you to Nextcloud in %n second._::_The update was successful. Redirecting you to Nextcloud in %n seconds._" : ["L'aggiornamento è stato effettuato correttamente. Reindirizzamento a Nextcloud in %n secondo.","L'aggiornamento è stato effettuato correttamente. Reindirizzamento a Nextcloud in %n secondi."],
- "Searching other places" : "Ricerca in altre posizioni",
- "No search results in other folders for {tag}{filter}{endtag}" : "Nessun risultato di ricerca nelle altre cartelle per {tag}{filter}{endtag}",
- "_{count} search result in another folder_::_{count} search results in other folders_" : ["{count} risultato di ricerca in altre cartelle","{count} risultati di ricerca in altre cartelle"],
+ "Continue to {productName}" : "Continua in {productName}",
+ "_The update was successful. Redirecting you to {productName} in %n second._::_The update was successful. Redirecting you to {productName} in %n seconds._" : ["L'aggiornamento è stato effettuato correttamente. Reindirizzamento a {productName} in %n secondo.","L'aggiornamento è stato effettuato correttamente. Reindirizzamento a {productName} %n secondi."],
+ "Log in" : "Accedi",
+ "Logging in …" : "Accesso in corso...",
"Server side authentication failed!" : "Autenticazione lato server non riuscita!",
"Please contact your administrator." : "Contatta il tuo amministratore di sistema.",
"An internal error occurred." : "Si è verificato un errore interno.",
"Please try again or contact your administrator." : "Prova ancora o contatta il tuo amministratore.",
"Username or email" : "Nome utente o email",
"Password" : "Password",
- "Log in" : "Accedi",
- "Logging in …" : "Accesso in corso...",
+ "Toggle password visibility" : "Commuta la visibilità delle password",
"Wrong username or password." : "Nome utente o password errati.",
"User disabled" : "Disabilitato dall'utente",
"We have detected multiple invalid login attempts from your IP. Therefore your next login is throttled up to 30 seconds." : "Abbiamo rilevato molti tentativi di autenticazione non riusciti dal tuo indirizzo IP. Di conseguenza, il prossimo tentativo è ritardato di 30 secondi.",
+ "Your account is not setup for passwordless login." : "Il tuo account non è configurato per l'accesso senza password.",
+ "Passwordless authentication is not supported in your browser." : "L'autenticazione senza password non è supportata dal tuo browser. ",
+ "Passwordless authentication is only available over a secure connection." : "L'autenticazione senza password è disponibile solo su una connessione sicura.",
"Reset password" : "Ripristina la password",
- "A password reset message has been sent to the e-mail address of this account. If you do not receive it, check your spam/junk folders or ask your local administrator for help." : "Abbiamo inviato un'email di ripristino della password all'indirizzo di posta di questo account. Se non lo ricevi, controlla le cartelle della posta indesiderata o contatta il tuo amministratore locale.",
+ "A password reset message has been sent to the email address of this account. If you do not receive it, check your spam/junk folders or ask your local administrator for help." : "Abbiamo inviato un messaggio di ripristino della password all'indirizzo di posta di questo account. Se non lo ricevi, controlla le cartelle della posta indesiderata o contatta il tuo amministratore locale.",
"If it is not there ask your local administrator." : "Se non c'è, chiedi al tuo amministratore locale.",
"Couldn't send reset email. Please contact your administrator." : "Impossibile inviare l'email di reimpostazione. Contatta il tuo amministratore.",
- "Password can not be changed. Please contact your administrator." : "La password non può essere cambiata. Contatta il tuo amministratore.",
+ "Password cannot be changed. Please contact your administrator." : "La password non può essere cambiata. Contatta il tuo amministratore.",
"Back to login" : "Torna alla schermata di accesso",
"New password" : "Nuova password",
"Your files are encrypted. There will be no way to get your data back after your password is reset. If you are not sure what to do, please contact your administrator before you continue. Do you really want to continue?" : "I tuoi file sono cifrati. Non sarà più possibile recuperare i tuoi dati una volta che la password sarà reimpostata. Se non sei sicuro, contatta l'amministratore prima di proseguire. Vuoi davvero continuare?",
@@ -153,20 +149,32 @@ OC.L10N.register(
"Resetting password" : "Ripristino password",
"Recommended apps" : "Applicazioni consigliate",
"Loading apps …" : "Caricamento applicazioni…",
- "Could not fetch list of apps from the app store." : "Impossibile scaricare l'elenco delle applicazioni dal negozio delle applicazioni.",
+ "Could not fetch list of apps from the App Store." : "Impossibile scaricare l'elenco delle applicazioni dal negozio delle applicazioni.",
"Installing apps …" : "Installazione applicazioni…",
- "Nextcloud {app}" : "{app} di Nextcloud",
"App download or installation failed" : "Scaricamento o installazione dell'applicazione non riuscito",
- "Can't install this app because it is not compatible" : "Impossibile installare questa applicazione poiché non è compatibile",
- "Can't install this app" : "Impossibile installare questa applicazione",
+ "Cannot install this app because it is not compatible" : "Impossibile installare questa applicazione poiché non è compatibile",
+ "Cannot install this app" : "Impossibile installare questa applicazione",
"Cancel" : "Annulla",
"Schedule work & meetings, synced with all your devices." : "Pianificare lavoro e riunioni, sincronizzati con tutti i tuoi dispositivi.",
"Keep your colleagues and friends in one place without leaking their private info." : "Tieni i tuoi colleghi e i tuoi amici in un posto proteggendo le loro Informazioni personali.",
"Simple email app nicely integrated with Files, Contacts and Calendar." : "Applicazione di posta elettronica semplice e ben integrata con File, Contatti e Calendario.",
"Chatting, video calls, screensharing, online meetings and web conferencing – in your browser and with mobile apps." : "Chat, videochiamate, condivisione schermo, riunioni in linea e conferenze web – nel tuo browser e con le applicazioni mobili.",
"Collaboratively edit office documents." : "Modifica documenti di Office collaborativa.",
- "Local document editing back-end used by the OnlyOffice app." : "Motore di modifica dei documenti locali utilizzato dall'applicazione OnlyOffice.",
+ "Local document editing back-end used by the Collabora Online app." : "Il motore di modifica dei documenti locali utilizzato dall'applicazione Collabora Online.",
"Forgot password?" : "Hai dimenticato la password?",
+ "Log in with a device" : "Accedi con un dispositivo",
+ "Back" : "Indietro",
+ "Login form is disabled." : "Il modulo di accesso è disabilitato.",
+ "Reset search" : "Ripristina ricerca",
+ "Search for {name} only" : "Cerca solo {name}",
+ "No results for {query}" : "Nessun risultato per {query}",
+ "Start typing to search" : "Inizia a digitare per cercare",
+ "Loading more results …" : "Caricamento di più risultati...",
+ "Load more results" : "Carica più risultati",
+ "Search" : "Cerca",
+ "An error occurred while searching for {type}" : "Si è verificato un errore durante la ricerca di {type}",
+ "_Please enter {minSearchLength} character or more to search_::_Please enter {minSearchLength} characters or more to search_" : ["Digita {minSearchLength} carattere o più per cercare","Digita {minSearchLength} caratteri o più per cercare"],
+ "Search {types} …" : "Cerca {types}...",
"Settings" : "Impostazioni",
"Could not load your contacts" : "Impossibile caricare i tuoi contatti",
"Search contacts …" : "Cerca contatti...",
@@ -234,6 +242,13 @@ OC.L10N.register(
"Strong password" : "Password forte",
"No action available" : "Nessuna azione disponibile",
"Error fetching contact actions" : "Errore durante il recupero delle azioni dei contatti",
+ "Non-existing tag #{tag}" : "Etichetta #{tag} inesistente",
+ "restricted" : "limitato",
+ "invisible" : "invisibile",
+ "Delete" : "Elimina",
+ "Rename" : "Rinomina",
+ "Collaborative tags" : "Etichette collaborative",
+ "No tags found" : "Nessuna etichetta trovata",
"Personal" : "Personale",
"Users" : "Utenti",
"Apps" : "Applicazioni",
@@ -243,7 +258,10 @@ OC.L10N.register(
"File not found" : "File non trovato",
"The document could not be found on the server. Maybe the share was deleted or has expired?" : "Il documento non può essere trovato sul server. Forse la condivisione è stata eliminata o è scaduta?",
"Back to %s" : "Torna a %s",
+ "Too many requests" : "Troppe richieste",
+ "There were too many requests from your network. Retry later or contact your administrator if this is an error." : "Sono arrivate troppe richieste dalla tua rete. Riprova più tardi o contatta il tuo amministratore se questo è un errore.",
"Error" : "Errore",
+ "Previous" : "Precedente",
"Internal Server Error" : "Errore interno del server",
"The server was unable to complete your request." : "Il server non è stato in grado di completare la tua richiesta.",
"If this happens again, please send the technical details below to the server administrator." : "Se ciò si verifca nuovamente, invia i seguenti dettagli tecnici all'amministratore del server.",
@@ -280,7 +298,7 @@ OC.L10N.register(
"SQLite should only be used for minimal and development instances. For production we recommend a different database backend." : "SQLite dovrebbe essere scelto solo per istanze minimali e di sviluppo. Per la produzione, consigliamo un motore di database diverso.",
"If you use clients for file syncing, the use of SQLite is highly discouraged." : "Se utilizzi client per la sincronizzazione dei file, l'uso di SQLite è sconsigliato.",
"Install recommended apps" : "Installa applicazioni consigliate",
- "Calendar, Contacts, Talk, Mail & OnlyOffice" : "Calendario, Contatti, Talk, Posta e OnlyOffice",
+ "Calendar, Contacts, Talk, Mail & Collaborative editing" : "Calendario, Contatti, Talk, Posta e modifica collaborativa",
"Finish setup" : "Termina configurazione",
"Finishing …" : "Completamento...",
"Need help?" : "Ti serve aiuto?",
@@ -294,14 +312,13 @@ OC.L10N.register(
"More apps" : "Altre applicazioni",
"More" : "Altro",
"More apps menu" : "Menu delle altre applicazioni",
- "Search" : "Cerca",
- "Reset search" : "Ripristina ricerca",
"Contacts" : "Contatti",
"Contacts menu" : "Menu dei contatti",
"Settings menu" : "Menu delle impostazioni",
"Confirm your password" : "Conferma la tua password",
"Connect to your account" : "Connetti il tuo account",
"Please log in before granting %1$s access to your %2$s account." : "Accedi prima di accordare a %1$s l'accesso al tuo account %2$s.",
+ "If you are not trying to set up a new device or app, someone is trying to trick you into granting them access to your data. In this case do not proceed and instead contact your system administrator." : "Se non stai tentando di configurare un nuovo dispositivo o applicazione, qualcuno sta provando a ingannarti per ottenere l'accesso ai tuoi dati. In questo caso non procedere e contatta l'amministratore di sistema.",
"App token" : "Token applicazione",
"Grant access" : "Accorda accesso",
"Alternative log in using app token" : "Accesso alternativo utilizzando il token dell'applicazione",
@@ -329,7 +346,7 @@ OC.L10N.register(
"Further information how to configure this can be found in the %1$sdocumentation%2$s." : "Ulteriori informazioni sulla configurazione sono disponibili nella %1$s documentazione %2$s.",
"App update required" : "Aggiornamento dell'applicazione richiesto",
"%1$s will be updated to version %2$s" : "%1$s sarà aggiornato alla versione %2$s",
- "These apps will be updated:" : "Queste applicazioni saranno aggiornate:",
+ "The following apps will be updated:" : "Le seguenti applicazioni saranno aggiornate:",
"These incompatible apps will be disabled:" : "Queste applicazioni incompatibili saranno disabilitate:",
"The theme %s has been disabled." : "Il tema %s è stato disabilitato.",
"Please make sure that the database, the config folder and the data folder have been backed up before proceeding." : "Assicurati di aver creato una copia di sicurezza del database, della cartella config e della cartella data prima di procedere. ",
@@ -345,95 +362,49 @@ OC.L10N.register(
"This %s instance is currently in maintenance mode, which may take a while." : "Questa istanza di %s è attualmente in manutenzione, potrebbe richiedere del tempo.",
"This page will refresh itself when the instance is available again." : "Questa pagina si aggiornerà quando l'istanza sarà nuovamente disponibile.",
"Contact your system administrator if this message persists or appeared unexpectedly." : "Contatta il tuo amministratore di sistema se questo messaggio persiste o appare inaspettatamente.",
- "Could not send reset email because there is no email address for this username. Please contact your administrator." : "Impossibile inviare l'email di reimpostazione poiché non è presente un indirizzo email per questo nome utente. Contatta il tuo amministratore.",
- "Couldn't send reset email. Please make sure your username is correct." : "Impossibile inviare l'email di reimpostazione. Assicurati che il nome utente sia corretto.",
- "We have send a password reset e-mail to the e-mail address known to us for this account. If you do not receive it within a reasonable amount of time, check your spam/junk folders.<br>If it is not there ask your local administrator." : "Abbiamo inviato un'email di ripristino della password all'indirizzo di posta che conosciamo per questo account. Se non lo ricevi in tempi ragionevoli, controlla le cartelle della posta indesiderata.<br>Se non dovesse essere nemmeno lì, contatta il tuo amministratore locale.",
- "Your files are encrypted. There will be no way to get your data back after your password is reset.<br />If you are not sure what to do, please contact your administrator before you continue. <br />Do you really want to continue?" : "I tuoi file sono cifrati. Non sarà più possibile recuperare i tuoi dati una volta che la password sarà reimpostata.<br />Se non sei sicuro, contatta l'amministratore prima di proseguire.<br />Vuoi davvero continuare?",
- "Sending email …" : "Invio email in corso....",
- "You are currently running PHP 5.6. The current major version of Nextcloud is the last that is supported on PHP 5.6. It is recommended to upgrade the PHP version to 7.0+ to be able to upgrade to Nextcloud 14." : "Stai eseguendo la versione 5.6 di PHP. La versione principale attuale di Nextcloud è l'ultima supportata da PHP 5.6. Consigliamo di aggiornare la versione di PHP alla 7.0+ per poter aggiornare a Nextcloud 14.",
- "Accessing site insecurely via HTTP. You are strongly adviced to set up your server to require HTTPS instead, as described in the <a href=\"{docUrl}\">security tips ↗</a>." : "Sei connesso a questo sito tramite HTTP. Ti suggeriamo vivamente di configurare il tuo server per richiedere invece HTTPS, come descritto nei <a href=\"{docUrl}\">consigli sulla sicurezza ↗</a>.",
- "Shared" : "Condiviso",
- "Shared with" : "Condiviso con",
- "Shared by" : "Condiviso da",
- "Choose a password for the public link" : "Scegli una password per il collegamento pubblico",
- "Choose a password for the public link or press the \"Enter\" key" : "Scegli una password per il collegamento pubblico o premi il tasto \"Invio\"",
- "Copied!" : "Copiati!",
- "Copy link" : "Copia collegamento",
- "Not supported!" : "Non supportato!",
- "Press ⌘-C to copy." : "Premi ⌘-C per copiare.",
- "Press Ctrl-C to copy." : "Premi Ctrl-C per copiare.",
- "Unable to create a link share" : "Impossibile creare un collegamento di condivisione",
- "Unable to toggle this option" : "Impossibile attivare questa opzione",
- "Resharing is not allowed" : "La ri-condivisione non è consentita",
- "Link" : "Collegamento",
- "Hide download" : "Nascondi scaricamento",
- "Password protection enforced" : "Protezione con password applicata",
- "Password protect" : "Proteggi con password",
- "Allow editing" : "Consenti la modifica",
- "Email link to person" : "Invia collegamento via email",
- "Send" : "Invia",
- "Allow upload and editing" : "Consenti il caricamento e la modifica",
- "Read only" : "Sola lettura",
- "File drop (upload only)" : "Rilascia file (solo caricamento)",
- "Expiration date enforced" : "Data di scadenza applicata",
- "Set expiration date" : "Imposta data di scadenza",
- "Expiration" : "Scadenza",
- "Expiration date" : "Data di scadenza",
- "Note to recipient" : "Nota per destinatario",
- "Unshare" : "Rimuovi condivisione",
- "Delete share link" : "Elimina collegamento di condivisione",
- "Add another link" : "Aggiungi un altro collegamento",
- "Password protection for links is mandatory" : "La protezione con password è obbligatoria per i collegamenti",
- "Share to {name}" : "Condividi con {name}",
- "Share link" : "Condividi collegamento",
- "New share link" : "Nuovo collegamento di condivisione",
- "Created on {time}" : "Creato il {time}",
- "Password protect by Talk" : "Protezione con password di Talk",
- "Could not unshare" : "Impossibile rimuovere la condivisione",
- "Shared with you and the group {group} by {owner}" : "Condiviso con te e con il gruppo {group} da {owner}",
- "Shared with you and {circle} by {owner}" : "Condiviso con te e {circle} da {owner}",
- "Shared with you and the conversation {conversation} by {owner}" : "Condiviso con te e con la conversazione {conversation} da {owner}",
- "Shared with you in a conversation by {owner}" : "Condiviso con te in una conversazione da {owner}",
- "Shared with you by {owner}" : "Condiviso con te da {owner}",
- "Choose a password for the mail share" : "Scegli una password per la condivisione tramite posta",
- "group" : "gruppo",
- "remote" : "remota",
- "remote group" : "gruppo remoto",
- "email" : "email",
- "conversation" : "conversazione",
- "shared by {sharer}" : "condiviso da {sharer}",
- "Can reshare" : "Può ri-condividere",
- "Can edit" : "Può modificare",
- "Can create" : "Può creare",
- "Can change" : "Può cambiare",
- "Can delete" : "Può eliminare",
- "Access control" : "Controllo d'accesso",
- "{shareInitiatorDisplayName} shared via link" : "{shareInitiatorDisplayName} ha condiviso tramite collegamento",
- "Error while sharing" : "Errore durante la condivisione",
- "Share details could not be loaded for this item." : "I dettagli della condivisione non possono essere caricati per questo elemento.",
- "Search globally" : "Cerca globalmente",
- "_At least {count} character is needed for autocompletion_::_At least {count} characters are needed for autocompletion_" : ["Almeno {count} carattere è richiesto per l'autocompletamento","Almeno {count} caratteri sono richiesti per il completamento automatico"],
- "This list is maybe truncated - please refine your search term to see more results." : "Questa lista potrebbe essere troncata - correggi i termini di ricerca per molti altri risultati.",
- "No users or groups found for {search}" : "Nessun utente o gruppo trovato per {search}",
- "No users found for {search}" : "Nessun utente trovato per {search}",
- "An error occurred (\"{message}\"). Please try again" : "Si è verificato un errore (\"{message}\"). Prova ancora",
- "An error occurred. Please try again" : "Si è verificato un errore. Prova ancora",
- "Home" : "Home",
- "Work" : "Lavoro",
- "Other" : "Altro",
- "{sharee} (remote group)" : "{sharee} (remote group)",
- "{sharee} ({type}, {owner})" : "{sharee} ({type}, {owner})",
- "Share" : "Condividi",
- "Name or email address..." : "Nome o indirizzo email...",
- "Name or federated cloud ID..." : "Nome o ID di cloud federata...",
- "Name, federated cloud ID or email address..." : "Nome, ID di cloud federata o indirizzo email...",
- "Name..." : "Nome...",
- "Error removing share" : "Errore durante la rimozione della condivisione",
- "({scope})" : "({scope})",
- "Saving..." : "Salvataggio…",
- "Dismiss" : "Annulla",
- "Your client should now be connected! You can close this window." : "Il client ora dovrebbe essere connesso! Puoi chiudere questa finestra.",
- "New Password" : "Nuova password",
- "Cancel log in" : "Annulla l'accesso"
+ "Checking whether the database schema can be updated (this can take a long time depending on the database size)" : "Controllo che lo schema del database possa essere aggiornato (ciò potrebbe richiedere molto tempo in base alla dimensione del database)",
+ "Checked database schema update" : "L'aggiornamento dello schema del database è stato verificato",
+ "Checking updates of apps" : "Controllo degli aggiornamenti delle applicazioni",
+ "Checking for update of app \"%s\" in appstore" : "Controllo degli aggiornamenti dell'applicazione \"%s\" nel negozio delle applicazioni",
+ "Update app \"%s\" from appstore" : "Aggiorna l'applicazione \"%s\" dal negozio delle applicazioni",
+ "Checked for update of app \"%s\" in appstore" : "Verificati aggiornamento dell'applicazione \"%s\" nel negozio delle applicazioni",
+ "Checked database schema update for apps" : "L'aggiornamento dello schema del database per le applicazioni è stato verificato",
+ "Following apps have been disabled: %s" : "Le seguenti applicazioni sono state disabilitate: %s",
+ "Your web server is not properly set up to resolve \"{url}\". Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Il tuo server web non è configurato correttamente per risolvere \"{url}\". Ulteriori informazioni sono disponibili nella <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentazione</a>.",
+ "Your web server is not properly set up to resolve \"{url}\". This is most likely related to a web server configuration that was not updated to deliver this folder directly. Please compare your configuration against the shipped rewrite rules in \".htaccess\" for Apache or the provided one in the documentation for Nginx at it's <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation page</a>. On Nginx those are typically the lines starting with \"location ~\" that need an update." : "Il tuo server non è configurato correttamente per risolvere \"{url}\". Ciò è probabilmente legato a una configurazione del server che non è stata aggiornata per fornire direttamente questa cartella. Confronta la tua configurazione con le regole di rewrite fornite in \".htaccess\" per Apache o quella fornita nella documentazione di Nginx alla sua <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">pagina</a>. Su Nginx di solito sono le righe che iniziano con \"location ~\" quelle da aggiornare.",
+ "Your web server is not properly set up to deliver .woff2 files. This is typically an issue with the Nginx configuration. For Nextcloud 15 it needs an adjustement to also deliver .woff2 files. Compare your Nginx configuration to the recommended configuration in our <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Il tuo server web non è configurato correttamente per fornire file .woff2. Questo è solitamente un problema con la configurazione di Nginx. Per Nextcloud 15, richiede una modifica per fornire anche i file .woff2. Confronta la tua configurazione di Nginx con la configurazione consigliata nella nostra <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentazione</a>.",
+ "Please check the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">installation documentation ↗</a> for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "Controlla la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentazione di installazione ↗</a> per le note di configurazione di PHP e la configurazione PHP del tuo server, in particolare quando utilizzi php-fpm.",
+ "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems. See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation ↗</a> for more information." : "Il blocco del file transazionale è disabilitato, ciò potrebbe comportare problemi di race condition. Abilita 'filelocking.enabled' nel config-php per evitare questi problemi. Vedi la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentazione ↗</a> per ulteriori informazioni.",
+ "Last background job execution ran {relativeTime}. Something seems wrong." : "L'ultima esecuzione dell'operazione in background è stata eseguita il {relativeTime}. Potrebbe esserci un problema.",
+ "Check the background job settings" : "Controlla le impostazioni dell'operazione in background",
+ "No memory cache has been configured. To enhance performance, please configure a memcache, if available. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Non è stata configurata alcuna cache di memoria. Per migliorare le prestazioni configura una memcache, se disponibile. Ulteriori informazioni sono disponibili nella <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentazione</a>.",
+ "No suitable source for randomness found by PHP which is highly discouraged for security reasons. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Nessuna fonte di casualità trovata da PHP e ciò è vivamente sconsigliato per motivi di sicurezza. Ulteriori informazioni sono disponibili nella <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentazione</a>.",
+ "You are currently running PHP {version}. Upgrade your PHP version to take advantage of <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">performance and security updates provided by the PHP Group</a> as soon as your distribution supports it." : "Stai eseguendo attualmente PHP {version}. Aggiorna la tua versione di PHP per trarre vantaggio dagli <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">aggiornamenti in termini di prestazioni e sicurezza forniti dal PHP Group</a> non appena la tua distribuzione la supporta.",
+ "The reverse proxy header configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If not, this is a security issue and can allow an attacker to spoof their IP address as visible to the Nextcloud. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "La configurazione delle intestazioni del proxy inverso non è corretta, o stai effettuando l'accesso a Nextcloud da un proxy affidabile. In caso diverso, questo è un problema di sicurezza e può consentire a un attaccante di falsificare il suo indirizzo IP, rendendolo visibile a Nextcloud. Ulteriori informazioni sono disponibili nella <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentazione</a>.",
+ "Memcached is configured as distributed cache, but the wrong PHP module \"memcache\" is installed. \\OC\\Memcache\\Memcached only supports \"memcached\" and not \"memcache\". See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">memcached wiki about both modules</a>." : "Memcached è configurato come cache distribuita, ma è installato il modulo \"memcache\" errato. \\OC\\Memcache\\Memcached supporta solo \"memcached\" e non \"memcache\". Vedi il <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">wiki di memcached per informazioni su entrambi i moduli</a>.",
+ "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">List of invalid files…</a> / <a href=\"{rescanEndpoint}\">Rescan…</a>)" : "Alcuni file non hanno superato il controllo di integrità. Ulteriori informazioni su come risolvere questo problema sono disponibili nella <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentazione</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">Elenco dei file non validi…</a> / <a href=\"{rescanEndpoint}\">Nuova scansione…</a>)",
+ "The PHP OPcache module is not loaded. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance it is recommended</a> to load it into your PHP installation." : "Il modulo PHP OpCache non è caricato. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Per prestazioni migliori consigliamo</a> di caricarlo nella tua installazione di PHP.",
+ "The PHP OPcache is not properly configured. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance it is recommended</a> to use the following settings in the <code>php.ini</code>:" : "PHP OpCache non è configurata correttamente. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Per prestazioni migliori consigliamo</a> di utilizzare le impostazioni seguenti in <code>php.ini</code>:",
+ "Some columns in the database are missing a conversion to big int. Due to the fact that changing column types on big tables could take some time they were not changed automatically. By running 'occ db:convert-filecache-bigint' those pending changes could be applied manually. This operation needs to be made while the instance is offline. For further details read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "Alcune colonne del database non sono state convertite in big int. Poiché la modifica dei tipi di colonna può richiedere del tempo, non sono state modificate automaticamente. Eseguendo \"occ db:convert-filecache-bigint\", le modifiche in corso saranno applicate manualmente. L'operazione deve essere eseguita mentre l'istanza non è in linea. Per ulteriori dettagli, leggi <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">la relativa pagina di documentazione</a>.",
+ "To migrate to another database use the command line tool: 'occ db:convert-type', or see the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation ↗</a>." : "Per migrare a un altro database, usa lo strumento da riga di comando: 'occ db:convert-type', o leggi la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentazione ↗</a>.",
+ "Use of the the built in php mailer is no longer supported. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Please update your email server settings ↗<a/>." : "L'utilizzo della funzione di invio email integrata in php non è più supportato. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Aggiorna le impostazioni del tuo server di posta ↗<a/>.",
+ "MySQL is used as database but does not support 4-byte characters. To be able to handle 4-byte characters (like emojis) without issues in filenames or comments for example it is recommended to enable the 4-byte support in MySQL. For further details read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "MySQL è utilizzato come database, ma non supporta caratteri di 4 byte. Per poter gestire i caratteri da 4 byte (come le emoji) senza problemi nei nomi dei file o nei commenti, si consiglia, ad esempio, di abilitare il supporto per i 4 byte in MySQL. Per ulteriori dettagli, leggi <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">la pagina di documentazione relativa</a>.",
+ "You are accessing your instance over a secure connection, however your instance is generating insecure URLs. This most likely means that you are behind a reverse proxy and the overwrite config variables are not set correctly. Please read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "Stai accedendo alla tua istanza tramite una connessione sicura, tuttavia la tua istanza sta generando URL non sicuri. Questo molto probabilmente significa che sei dietro un proxy inverso e le variabili di configurazione di sovrascrittura non sono impostate correttamente. Leggi <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">la pagina della documentazione relativa</a>.",
+ "The \"{header}\" HTTP header is not set to \"{val1}\", \"{val2}\", \"{val3}\", \"{val4}\" or \"{val5}\". This can leak referer information. See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{link}\">W3C Recommendation ↗</a>." : "L'intestazione HTTP \"{header}\" non è impostata a \"{val1}\", \"{val2}\", \"{val3}\", \"{val4}\" o \"{val5}\". Ciò può far trapelare informazioni sul referer. Vedi la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{link}\">W3C Recommendation ↗</a>.",
+ "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the <a href=\"{docUrl}\" rel=\"noreferrer noopener\">security tips ↗</a>." : "L'intestazione HTTP \"Strict-Transport-Security\" non è configurata con un valore di almeno \"{seconds}\" secondi. Per migliorare la sicurezza, consigliamo di abilitare HSTS come descritto nei <a href=\"{docUrl}\" rel=\"noreferrer noopener\">consigli sulla sicurezza ↗ </a>.",
+ "Accessing site insecurely via HTTP. You are strongly advised to set up your server to require HTTPS instead, as described in the <a href=\"{docUrl}\">security tips ↗</a>." : "Sei connesso a questo sito in modo non sicuro tramite HTTP. Ti consigliamo vivamente di configurare il tuo server per richiedere invece HTTPS, come descritto nei <a href=\"{docUrl}\">consigli sulla sicurezza ↗</a>.",
+ "Continue to Nextcloud" : "Continua su Nextcloud",
+ "_The update was successful. Redirecting you to Nextcloud in %n second._::_The update was successful. Redirecting you to Nextcloud in %n seconds._" : ["L'aggiornamento è stato effettuato correttamente. Reindirizzamento a Nextcloud in %n secondo.","L'aggiornamento è stato effettuato correttamente. Reindirizzamento a Nextcloud in %n secondi."],
+ "Searching other places" : "Ricerca in altre posizioni",
+ "No search results in other folders for {tag}{filter}{endtag}" : "Nessun risultato di ricerca nelle altre cartelle per {tag}{filter}{endtag}",
+ "_{count} search result in another folder_::_{count} search results in other folders_" : ["{count} risultato di ricerca in altre cartelle","{count} risultati di ricerca in altre cartelle"],
+ "A password reset message has been sent to the e-mail address of this account. If you do not receive it, check your spam/junk folders or ask your local administrator for help." : "Abbiamo inviato un'email di ripristino della password all'indirizzo di posta di questo account. Se non lo ricevi, controlla le cartelle della posta indesiderata o contatta il tuo amministratore locale.",
+ "Password can not be changed. Please contact your administrator." : "La password non può essere cambiata. Contatta il tuo amministratore.",
+ "Could not fetch list of apps from the app store." : "Impossibile scaricare l'elenco delle applicazioni dal negozio delle applicazioni.",
+ "Nextcloud {app}" : "{app} di Nextcloud",
+ "Can't install this app because it is not compatible" : "Impossibile installare questa applicazione poiché non è compatibile",
+ "Can't install this app" : "Impossibile installare questa applicazione",
+ "These apps will be updated:" : "Queste applicazioni saranno aggiornate:",
+ "For more details see the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Per ulteriori dettagli, vedi la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentazione</a>."
},
"nplurals=2; plural=(n != 1);");
diff --git a/core/l10n/it.json b/core/l10n/it.json
index 9402e191a1e..14ecd0f384a 100644
--- a/core/l10n/it.json
+++ b/core/l10n/it.json
@@ -3,6 +3,14 @@
"File is too big" : "Il file è troppo grande",
"The selected file is not an image." : "Il file selezionato non è un'immagine.",
"The selected file cannot be read." : "Il file selezionato non può essere letto.",
+ "The file was uploaded" : "Il file è stato caricato",
+ "The uploaded file exceeds the upload_max_filesize directive in php.ini" : "Il file caricato supera la direttiva upload_max_filesize in php.ini",
+ "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Il file caricato supera la direttiva MAX_FILE_SIZE specificata nel modulo HTML",
+ "The file was only partially uploaded" : "Il file è stato caricato solo parzialmente",
+ "No file was uploaded" : "Nessun file caricato",
+ "Missing a temporary folder" : "Manca una cartella temporanea",
+ "Could not write file to disk" : "Impossibile scrivere il file su disco",
+ "A PHP extension stopped the file upload" : "Un'estensione PHP ha fermato il caricamento del file",
"Invalid file provided" : "File fornito non valido ",
"No image or file provided" : "Non è stata fornita alcun immagine o file",
"Unknown filetype" : "Tipo di file sconosciuto",
@@ -13,6 +21,7 @@
"No valid crop data provided" : "Non sono stati forniti dati di ritaglio validi",
"Crop is not square" : "Il ritaglio non è quadrato",
"State token does not match" : "Il token di stato non corrisponde",
+ "Invalid app password" : "Password dell'applicazione non valida",
"Could not complete login" : "Impossibile completare l'accesso",
"Your login token is invalid or has expired" : "Il tuo token di accesso non è valido o è scaduto",
"Password reset is disabled" : "Ripristino password disabilitato",
@@ -26,6 +35,8 @@
"Nextcloud Server" : "Server Nextcloud",
"Some of your link shares have been removed" : "Alcune delle tue condivisioni tramite collegamento sono state rimosse",
"Due to a security bug we had to remove some of your link shares. Please see the link for more information." : "A causa di un bug di sicurezza abbiamo rimosso alcune delle tue condivisioni tramite collegamento. Vedi il collegamento per ulteriori informazioni.",
+ "The user limit of this instance is reached." : "Il limite di utenti di questa istanza è stato raggiunto.",
+ "Enter your subscription key to increase the user limit. For more information about Nextcloud Enterprise see our website." : "Digita la tua chiave di sottoscrizione per aumentare il limite di utenti. Per ulteriori informazioni su Nextcloud Enterprise, visita il nostro sito web.",
"Preparing update" : "Preparazione dell'aggiornamento",
"[%d / %d]: %s" : "[%d / %d]: %s",
"Repair step:" : "Fase di riparazione:",
@@ -39,76 +50,60 @@
"Maintenance mode is kept active" : "La modalità di manutenzione è lasciata attiva",
"Updating database schema" : "Aggiornamento schema database",
"Updated database" : "Database aggiornato",
- "Checking whether the database schema can be updated (this can take a long time depending on the database size)" : "Controllo che lo schema del database possa essere aggiornato (ciò potrebbe richiedere molto tempo in base alla dimensione del database)",
- "Checked database schema update" : "L'aggiornamento dello schema del database è stato verificato",
- "Checking updates of apps" : "Controllo degli aggiornamenti delle applicazioni",
- "Checking for update of app \"%s\" in appstore" : "Controllo degli aggiornamenti dell'applicazione \"%s\" nel negozio delle applicazioni",
- "Update app \"%s\" from appstore" : "Aggiorna l'applicazione \"%s\" dal negozio di applicazioni",
- "Checked for update of app \"%s\" in appstore" : "Verificati aggiornamento dell'applicazione \"%s\" nel negozio delle applicazioni",
"Checking whether the database schema for %s can be updated (this can take a long time depending on the database size)" : "Controllo che lo schema del database di %s possa essere aggiornato (ciò potrebbe richiedere molto tempo in base alla dimensione del database)",
- "Checked database schema update for apps" : "L'aggiornamento dello schema del database per le applicazioni è stato verificato",
"Updated \"%1$s\" to %2$s" : "Aggiornato \"%1$s\" a %2$s",
"Set log level to debug" : "Imposta il livello del log per il debug",
"Reset log level" : "Ripristina il livello del log",
"Starting code integrity check" : "Avvio del controllo di integrità del codice",
"Finished code integrity check" : "Controllo di integrità del codice terminato",
"%s (incompatible)" : "%s (incompatibile)",
- "Following apps have been disabled: %s" : "Le seguenti applicazioni sono state disabilitate: %s",
+ "The following apps have been disabled: %s" : "Le seguenti applicazioni sono state disabilitate: %s",
"Already up to date" : "Già aggiornato",
"Your web server is not yet properly set up to allow file synchronization, because the WebDAV interface seems to be broken." : "Il tuo server web non è configurato correttamente per consentire la sincronizzazione dei file, poiché l'interfaccia WebDAV sembra essere danneggiata.",
- "Your web server is not properly set up to resolve \"{url}\". Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Il tuo server web non è configurato correttamente per risolvere \"{url}\". Ulteriori informazioni sono disponibili nella <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentazione</a>.",
- "Your web server is not properly set up to resolve \"{url}\". This is most likely related to a web server configuration that was not updated to deliver this folder directly. Please compare your configuration against the shipped rewrite rules in \".htaccess\" for Apache or the provided one in the documentation for Nginx at it's <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation page</a>. On Nginx those are typically the lines starting with \"location ~\" that need an update." : "Il tuo server non è configurato correttamente per risolvere \"{url}\". Ciò è probabilmente legato a una configurazione del server che non è stata aggiornata per fornire direttamente questa cartella. Confronta la tua configurazione con le regole di rewrite fornite in \".htaccess\" per Apache o quella fornita nella documentazione di Nginx alla sua <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">pagina</a>. Su Nginx di solito sono le righe che iniziano con \"location ~\" quelle da aggiornare.",
- "Your web server is not properly set up to deliver .woff2 files. This is typically an issue with the Nginx configuration. For Nextcloud 15 it needs an adjustement to also deliver .woff2 files. Compare your Nginx configuration to the recommended configuration in our <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Il tuo server web non è configurato correttamente per fornire file .woff2. Questo è solitamente un problema con la configurazione di Nginx. Per Nextcloud 15, richiede una modifica per fornire anche i file .woff2. Confronta la tua configurazione di Nginx con la configurazione consigliata nella nostra <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentazione</a>.",
+ "Your web server is not properly set up to resolve \"{url}\". Further information can be found in the {linkstart}documentation ↗{linkend}." : "Il tuo server web non è configurato correttamente per risolvere \"{url}\". Ulteriori informazioni sono disponibili nella nostra {linkstart}documentazione ↗{linkend}.",
"PHP does not seem to be setup properly to query system environment variables. The test with getenv(\"PATH\") only returns an empty response." : "PHP non sembra essere configurato correttamente per interrogare le variabili d'ambiente di sistema. Il test con getenv(\"PATH\") restituisce solo una risposta vuota.",
- "Please check the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">installation documentation ↗</a> for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "Controlla la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentazione di installazione ↗</a> per le note di configurazione di PHP e la configurazione PHP del tuo server, in particolare quando utilizzi php-fpm.",
"The read-only config has been enabled. This prevents setting some configurations via the web-interface. Furthermore, the file needs to be made writable manually for every update." : "La configurazione di sola lettura è stata abilitata. Ciò impedisce l'impostazione di alcune configurazioni tramite l'interfaccia web. Inoltre, i file devono essere resi scrivibili manualmente per ogni aggiornamento.",
"Your database does not run with \"READ COMMITTED\" transaction isolation level. This can cause problems when multiple actions are executed in parallel." : "Il tuo database non è in esecuzione con il livello di isolamento delle transazioni \"READ COMMITTED\". Ciò può causare problemi quando diverse azioni sono eseguite in parallelo.",
"The PHP module \"fileinfo\" is missing. It is strongly recommended to enable this module to get the best results with MIME type detection." : "Il modulo PHP 'fileinfo' non è presente. Consigliamo vivamente di abilitare questo modulo per ottenere risultati migliori con il rilevamento dei tipi MIME.",
- "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems. See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation ↗</a> for more information." : "Il blocco del file transazionale è disabilitato, ciò potrebbe comportare problemi di race condition. Abilita 'filelocking.enabled' nel config-php per evitare questi problemi. Vedi la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentazione ↗</a> per ulteriori informazioni.",
"If your installation is not installed at the root of the domain and uses system cron, there can be issues with the URL generation. To avoid these problems, please set the \"overwrite.cli.url\" option in your config.php file to the webroot path of your installation (suggestion: \"{suggestedOverwriteCliURL}\")" : "Se la tua installazione non si trova nella radice del dominio e utilizza il cron di sistema, potrebbero esserci problemi con la generazione degli URL. Per evitare questi problemi, imposta l'opzione \"overwrite.cli.url\" nel file config.php al percorso della radice del sito della tua installazione (suggerimento: \"{suggestedOverwriteCliURL}\")",
+ "Your installation has no default phone region set. This is required to validate phone numbers in the profile settings without a country code. To allow numbers without a country code, please add \"default_phone_region\" with the respective {linkstart}ISO 3166-1 code ↗{linkend} of the region to your config file." : "La tua installazione non ha una regione telefonica predefinita impostata. Ciò è necessario per poter convalidare i numeri di telefono nelle impostazioni del profilo senza un codice nazionale. Per consentire i numeri senza un codice nazionale, aggiungi \"default_phone_region\" con il rispettivo {linkstart}codice ISO 3166-1 ↗{linkend} della regione desiderata al file di configurazione.",
"It was not possible to execute the cron job via CLI. The following technical errors have appeared:" : "Non è stato possibile eseguire il job di cron tramite CLI. Sono apparsi i seguenti errori tecnici:",
- "Last background job execution ran {relativeTime}. Something seems wrong." : "L'ultima esecuzione dell'operazione in background è stata eseguita il {relativeTime}. Potrebbe esserci un problema.",
- "Check the background job settings" : "Controlla le impostazioni dell'operazione in background",
"This server has no working Internet connection: Multiple endpoints could not be reached. This means that some of the features like mounting external storage, notifications about updates or installation of third-party apps will not work. Accessing files remotely and sending of notification emails might not work, either. Establish a connection from this server to the Internet to enjoy all features." : "Questo server non ha una connessione a Internet funzionante: diversi dispositivi finali non sono raggiungibili. Ciò significa che alcune delle funzionalità come il montaggio di archivi esterni, le notifiche degli aggiornamenti o l'installazione di applicazioni di terze parti non funzioneranno. L'accesso remoto ai file e l'invio di email di notifica potrebbero non funzionare. Abilita la connessione a Internet del server se desideri disporre di tutte le funzionalità.",
- "No memory cache has been configured. To enhance performance, please configure a memcache, if available. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Non è stata configurata alcuna cache di memoria. Per migliorare le prestazioni configura una memcache, se disponibile. Ulteriori informazioni sono disponibili nella <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentazione</a>.",
- "No suitable source for randomness found by PHP which is highly discouraged for security reasons. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Nessuna fonte di casualità trovata da PHP e ciò è vivamente sconsigliato per motivi di sicurezza. Ulteriori informazioni sono disponibili nella <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentazione</a>.",
- "You are currently running PHP {version}. Upgrade your PHP version to take advantage of <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">performance and security updates provided by the PHP Group</a> as soon as your distribution supports it." : "Stai eseguendo attualmente PHP {version}. Aggiorna la tua versione di PHP per trarre vantaggio dagli <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">aggiornamenti in termini di prestazioni e sicurezza forniti dal PHP Group</a> non appena la tua distribuzione la supporta.",
- "Nextcloud 19 is the last release supporting PHP 7.2. Nextcloud 20 requires at least PHP 7.3." : "Nextcloud 19 è l'ultima versione che supporta PHP 7.2. Nextcloud 20 richiede almeno PHP 7.3.",
- "The reverse proxy header configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If not, this is a security issue and can allow an attacker to spoof their IP address as visible to the Nextcloud. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "La configurazione delle intestazioni del proxy inverso non è corretta, o stai effettuando l'accesso a Nextcloud da un proxy affidabile. In caso diverso, questo è un problema di sicurezza e può consentire a un attaccante di falsificare il suo indirizzo IP, rendendolo visibile a Nextcloud. Ulteriori informazioni sono disponibili nella <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentazione</a>.",
- "Memcached is configured as distributed cache, but the wrong PHP module \"memcache\" is installed. \\OC\\Memcache\\Memcached only supports \"memcached\" and not \"memcache\". See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">memcached wiki about both modules</a>." : "Memcached è configurato come cache distribuita, ma è installato il modulo \"memcache\" errato. \\OC\\Memcache\\Memcached supporta solo \"memcached\" e non \"memcache\". Vedi il <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">wiki di memcached per informazioni su entrambi i moduli</a>.",
- "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">List of invalid files…</a> / <a href=\"{rescanEndpoint}\">Rescan…</a>)" : "Alcuni file non hanno superato il controllo di integrità. Ulteriori informazioni su come risolvere questo problema sono disponibili nella <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentazione</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">Elenco dei file non validi…</a> / <a href=\"{rescanEndpoint}\">Nuova scansione…</a>)",
- "The PHP OPcache module is not loaded. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance it is recommended</a> to load it into your PHP installation." : "Il modulo PHP OpCache non è caricato. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Per prestazioni migliori consigliamo</a> di caricarlo nella tua installazione di PHP.",
- "The PHP OPcache is not properly configured. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance it is recommended</a> to use the following settings in the <code>php.ini</code>:" : "PHP OpCache non è configurata correttamente. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Per prestazioni migliori consigliamo</a> di utilizzare le impostazioni seguenti in <code>php.ini</code>:",
+ "You are currently running PHP {version}. Upgrade your PHP version to take advantage of {linkstart}performance and security updates provided by the PHP Group ↗{linkend} as soon as your distribution supports it." : "Stai eseguendo attualmente PHP {version}. Aggiorna la tua versione di PHP per trarre vantaggio dagli {linkstart}aggiornamenti in termini di prestazioni e sicurezza forniti dal PHP Group ↗{linkend} non appena la tua distribuzione la supporta.",
+ "Nextcloud 20 is the last release supporting PHP 7.2. Nextcloud 21 requires at least PHP 7.3." : "Nextcloud 20 è l'ultima versione che supporta PHP 7.2. Nextcloud 21 richiede almeno PHP 7.3.",
+ "The reverse proxy header configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If not, this is a security issue and can allow an attacker to spoof their IP address as visible to the Nextcloud. Further information can be found in the {linkstart}documentation ↗{linkend}." : "La configurazione delle intestazioni del proxy inverso non è corretta, o stai effettuando l'accesso a Nextcloud da un proxy affidabile. In caso diverso, questo è un problema di sicurezza e può consentire a un attaccante di falsificare il suo indirizzo IP, rendendolo visibile a Nextcloud. Ulteriori informazioni sono disponibili nella {linkstart}documentazione ↗{linkend}.",
+ "Memcached is configured as distributed cache, but the wrong PHP module \"memcache\" is installed. \\OC\\Memcache\\Memcached only supports \"memcached\" and not \"memcache\". See the {linkstart}memcached wiki about both modules ↗{linkend}." : "Memcached è configurato come cache distribuita, ma è installato il modulo PHP \"memcache\" errato. \\OC\\Memcache\\Memcached supporta solo \"memcached\" e non \"memcache\". Vedi il {linkstart}wiki di memcached per informazioni su entrambi i moduli ↗{linkend}..",
+ "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in the {linkstart1}documentation ↗{linkend}. ({linkstart2}List of invalid files…{linkend} / {linkstart3}Rescan…{linkend})" : "Alcuni file non hanno superato il controllo di integrità. Ulteriori informazioni su come risolvere questo problema sono disponibili nella nostra {linkstart1}documentazione ↗{linkend}. ({linkstart2}Elenco dei file non validi… {linkend} / {linkstart3}Nuova scansione…{linkend})",
+ "The PHP OPcache module is not loaded. {linkstart}For better performance it is recommended ↗{linkend} to load it into your PHP installation." : "Il modulo PHP OpCache non è caricato. {linkstart}Per prestazioni migliori consigliamo ↗{linkend} di caricarlo nella tua installazione di PHP.",
+ "The PHP OPcache module is not properly configured. {linkstart}For better performance it is recommended ↗{linkend} to use the following settings in the <code>php.ini</code>:" : "PHP OpCache non è configurata correttamente. {linkstart}Per prestazioni migliori consigliamo ↗{linkend} di utilizzare le impostazioni seguenti in <code>php.ini</code>:",
"The PHP function \"set_time_limit\" is not available. This could result in scripts being halted mid-execution, breaking your installation. Enabling this function is strongly recommended." : "La funzione PHP \"set_time_limit\" non è disponibile. Ciò potrebbe comportare l'interruzione di script durante l'esecuzione, compromettendo la tua installazione. Ti consigliamo vivamente di abilitare questa funzione.",
"Your PHP does not have FreeType support, resulting in breakage of profile pictures and the settings interface." : "La tua versione di PHP non supporta FreeType. Ciò causerà problemi con le immagini dei profili e con l'interfaccia delle impostazioni.",
"Missing index \"{indexName}\" in table \"{tableName}\"." : "Indice mancante \"{indexName}\" nella tabella \"{tableName}\".",
"The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "Nel database mancano alcuni indici. Poiché l'aggiunta di indici su tabelle grandi può richiedere del tempo, non sono stati aggiunti automaticamente. Eseguendo \"occ db:add-missing-indices\", gli indici mancanti possono essere aggiunti manualmente mentre l'istanza è in esecuzione. Una volta che gli indici sono stati aggiunti, le interrogazioni a tali tabelle sono solitamente più veloci.",
+ "Missing primary key on table \"{tableName}\"." : "Chiave primaria mancante nella tabella \"{tableName}\".",
+ "The database is missing some primary keys. Due to the fact that adding primary keys on big tables could take some time they were not added automatically. By running \"occ db:add-missing-primary-keys\" those missing primary keys could be added manually while the instance keeps running." : "Nel database mancano alcune chiavi primarie. Poiché l'aggiunta di chiavi primarie su tabelle grandi può richiedere del tempo, non sono state aggiunte automaticamente. Eseguendo \"occ db:add-missing-primary-keys\", quelle chiavi mancanti possono essere aggiunte manualmente mentre l'istanza è in esecuzione.",
+ "Missing optional column \"{columnName}\" in table \"{tableName}\"." : "Colonna opzionale \"{columnName}\" mancante nella tabella \"{tableName}\".",
+ "The database is missing some optional columns. Due to the fact that adding columns on big tables could take some time they were not added automatically when they can be optional. By running \"occ db:add-missing-columns\" those missing columns could be added manually while the instance keeps running. Once the columns are added some features might improve responsiveness or usability." : "Nel database mancano alcune colonne opzionali. Poiché l'aggiunta di colonne su tabelle grandi può richiedere del tempo, non sono state aggiunte automaticamente. Eseguendo \"occ db:add-missing-columns\", le colonne mancanti possono essere aggiunte manualmente mentre l'istanza è in esecuzione. Una volta che le colonne sono state aggiunte, alcune funzionalità potrebbero migliorare i tempi di risposta o l'usabilità.",
"This instance is missing some recommended PHP modules. For improved performance and better compatibility it is highly recommended to install them." : "Su questa istanza mancano alcuni moduli PHP consigliati. Per prestazioni migliorate e migliore compatibilità, è vivamente consigliato di installarli.",
- "Some columns in the database are missing a conversion to big int. Due to the fact that changing column types on big tables could take some time they were not changed automatically. By running 'occ db:convert-filecache-bigint' those pending changes could be applied manually. This operation needs to be made while the instance is offline. For further details read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "Alcune colonne del database non sono state convertite in big int. Poiché la modifica dei tipi di colonna può richiedere del tempo, non sono state modificate automaticamente. Eseguendo \"occ db:convert-filecache-bigint\", le modifiche in corso saranno applicate manualmente. L'operazione deve essere eseguita mentre l'istanza non è in linea. Per ulteriori dettagli, leggi <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">la relativa pagina di documentazione</a>.",
+ "Module php-imagick in this instance has no SVG support. For better compatibility it is recommended to install it." : "Al modulo php-imagick manca il supporto SVG. Per una migliore compatibilità si consiglia di installarlo.",
+ "Some columns in the database are missing a conversion to big int. Due to the fact that changing column types on big tables could take some time they were not changed automatically. By running 'occ db:convert-filecache-bigint' those pending changes could be applied manually. This operation needs to be made while the instance is offline. For further details read {linkstart}the documentation page about this ↗{linkend}." : "Alcune colonne del database non sono state convertite in big int. Poiché la modifica dei tipi di colonna può richiedere del tempo, non sono state modificate automaticamente. Eseguendo \"occ db:convert-filecache-bigint\", le modifiche in corso saranno applicate manualmente. L'operazione deve essere eseguita mentre l'istanza non è in linea. Per ulteriori dettagli, leggi {linkstart}la relativa pagina di documentazione{linkend}.",
"SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend." : "SQLite è utilizzato attualmente come database. Per installazioni più grandi consigliamo di passare a un motore di database diverso.",
"This is particularly recommended when using the desktop client for file synchronisation." : "Consigliato particolarmente quando si utilizza il client desktop per la sincronizzazione dei file.",
- "To migrate to another database use the command line tool: 'occ db:convert-type', or see the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation ↗</a>." : "Per migrare a un altro database, usa lo strumento da riga di comando: 'occ db:convert-type', o leggi la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentazione ↗</a>.",
- "Use of the the built in php mailer is no longer supported. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Please update your email server settings ↗<a/>." : "L'utilizzo della funzione di invio email integrata in php non è più supportato. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Aggiorna le impostazioni del tuo server di posta ↗<a/>.",
+ "To migrate to another database use the command line tool: 'occ db:convert-type', or see the {linkstart}documentation ↗{linkend}." : "Per migrare a un altro database, usa lo strumento da riga di comando: 'occ db:convert-type', o leggi la {linkstart}documentazione ↗{linkend}.",
"The PHP memory limit is below the recommended value of 512MB." : "Il limite di memoria di PHP è inferiore al valore consigliato di 512MB.",
"Some app directories are owned by a different user than the web server one. This may be the case if apps have been installed manually. Check the permissions of the following app directories:" : "Alcune applicazioni sono di proprietà di un utente diverso da quello del server web. Questo potrebbe verificarsi se le applicazioni sono state installate manualmente. Controlla i permessi delle cartelle delle seguenti applicazioni:",
- "MySQL is used as database but does not support 4-byte characters. To be able to handle 4-byte characters (like emojis) without issues in filenames or comments for example it is recommended to enable the 4-byte support in MySQL. For further details read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "MySQL è utilizzato come database, ma non supporta caratteri di 4 byte. Per poter gestire i caratteri da 4 byte (come le emoji) senza problemi nei nomi dei file o nei commenti, si consiglia, ad esempio, di abilitare il supporto per i 4 byte in MySQL. Per ulteriori dettagli, leggi <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">la pagina di documentazione relativa</a>.",
+ "MySQL is used as database but does not support 4-byte characters. To be able to handle 4-byte characters (like emojis) without issues in filenames or comments for example it is recommended to enable the 4-byte support in MySQL. For further details read {linkstart}the documentation page about this ↗{linkend}." : "MySQL è utilizzato come database, ma non supporta caratteri di 4 byte. Per poter gestire i caratteri da 4 byte (come le emoji) senza problemi nei nomi dei file o nei commenti, si consiglia, ad esempio, di abilitare il supporto per i 4 byte in MySQL. Per ulteriori dettagli, leggi {linkstart}la pagina di documentazione relativa{linkend}.",
"This instance uses an S3 based object store as primary storage. The uploaded files are stored temporarily on the server and thus it is recommended to have 50 GB of free space available in the temp directory of PHP. Check the logs for full details about the path and the available space. To improve this please change the temporary directory in the php.ini or make more space available in that path." : "Questa istanza utilizza un object store basato su S3 come archiviazione primaria. I file caricati sono memorizzati temporaneamente sul server e perciò è consigliato avere 50 GB di spazio libero nella cartella temporanea di PHP. Controlla i log per i dettagli completi sul percorso e sullo spazio disponibile. Per migliorare questo aspetto, cambia la cartella temporanea nel file php.ini o assegna altro spazio in quel percorso.",
- "You are accessing your instance over a secure connection, however your instance is generating insecure URLs. This most likely means that you are behind a reverse proxy and the overwrite config variables are not set correctly. Please read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "Stai accedendo alla tua istanza tramite una connessione sicura, tuttavia la tua istanza sta generando URL non sicuri. Questo molto probabilmente significa che sei dietro un proxy inverso e le variabili di configurazione di sovrascrittura non sono impostate correttamente. Leggi <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">la pagina della documentazione relativa</a>.",
+ "You are accessing your instance over a secure connection, however your instance is generating insecure URLs. This most likely means that you are behind a reverse proxy and the overwrite config variables are not set correctly. Please read {linkstart}the documentation page about this ↗{linkend}." : "Stai accedendo alla tua istanza tramite una connessione sicura, tuttavia la tua istanza sta generando URL non sicuri. Questo molto probabilmente significa che sei dietro un proxy inverso e le variabili di configurazione di sovrascrittura non sono impostate correttamente. Leggi {linkstart}la pagina della documentazione relativa ↗{linkend}.",
"Error occurred while checking server setup" : "Si è verificato un errore durante il controllo della configurazione del server",
+ "For more details see the {linkstart}documentation ↗{linkend}." : "Per ulteriori dettagli, leggi la {linkstart}documentazione ↗{linkend}.",
"Your data directory and files are probably accessible from the Internet. The .htaccess file is not working. It is strongly recommended that you configure your web server so that the data directory is no longer accessible, or move the data directory outside the web server document root." : "La cartella dei dati e i tuoi file sono probabilmente accessibili da Internet. Il file .htaccess non funziona. Ti consigliamo vivamente di configurare il server web in modo che la cartella dei dati non sia più accessibile o di spostare la cartella fuori dalla radice del server web.",
"The \"{header}\" HTTP header is not set to \"{expected}\". This is a potential security or privacy risk, as it is recommended to adjust this setting accordingly." : "L'intestazione HTTP \"{header}\" non è configurata come \"{expected}\". \nQuesto è un potenziale rischio di sicurezza o di riservatezza, e noi consigliamo di modificare questa impostazione.",
"The \"{header}\" HTTP header is not set to \"{expected}\". Some features might not work correctly, as it is recommended to adjust this setting accordingly." : "L'intestazione HTTP \"{header}\" non è configurata come \"{expected}\". Alcune funzionalità potrebbero non funzionare correttamente e ti consigliamo di modificare questa impostazione.",
"The \"{header}\" HTTP header doesn't contain \"{expected}\". This is a potential security or privacy risk, as it is recommended to adjust this setting accordingly." : "L'intestazione HTTP \"{header}\" non contiene \"{expected}\". Questo è un potenziale rischio di sicurezza o di riservatezza, e consigliamo di modificare questa impostazione.",
- "The \"{header}\" HTTP header is not set to \"{val1}\", \"{val2}\", \"{val3}\", \"{val4}\" or \"{val5}\". This can leak referer information. See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{link}\">W3C Recommendation ↗</a>." : "L'intestazione HTTP \"{header}\" non è impostata a \"{val1}\", \"{val2}\", \"{val3}\", \"{val4}\" o \"{val5}\". Ciò può far trapelare informazioni sul referer. Vedi la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{link}\">W3C Recommendation ↗</a>.",
- "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the <a href=\"{docUrl}\" rel=\"noreferrer noopener\">security tips ↗</a>." : "L'intestazione HTTP \"Strict-Transport-Security\" non è configurata con un valore di almeno \"{seconds}\" secondi. Per migliorare la sicurezza, consigliamo di abilitare HSTS come descritto nei <a href=\"{docUrl}\" rel=\"noreferrer noopener\">consigli sulla sicurezza ↗ </a>.",
- "Accessing site insecurely via HTTP. You are strongly advised to set up your server to require HTTPS instead, as described in the <a href=\"{docUrl}\">security tips ↗</a>." : "Sei connesso a questo sito in modo non sicuro tramite HTTP. Ti consigliamo vivamente di configurare il tuo server per richiedere invece HTTPS, come descritto nei <a href=\"{docUrl}\">consigli sulla sicurezza ↗</a>.",
- "Non-existing tag #{tag}" : "Etichetta #{tag} inesistente",
- "restricted" : "limitato",
- "invisible" : "invisibile",
- "Delete" : "Elimina",
- "Rename" : "Rinomina",
- "Collaborative tags" : "Etichette collaborative",
- "No tags found" : "Nessuna etichetta trovata",
+ "The \"{header}\" HTTP header is not set to \"{val1}\", \"{val2}\", \"{val3}\", \"{val4}\" or \"{val5}\". This can leak referer information. See the {linkstart}W3C Recommendation ↗{linkend}." : "L'intestazione HTTP \"{header}\" non è impostata a \"{val1}\", \"{val2}\", \"{val3}\", \"{val4}\" o \"{val5}\". Ciò può far trapelare informazioni sul referer. Vedi la {linkstart}W3C Recommendation ↗{linkend}.",
+ "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the {linkstart}security tips ↗{linkend}." : "L'intestazione HTTP \"Strict-Transport-Security\" non è configurata con un valore di almeno \"{seconds}\" secondi. Per migliorare la sicurezza, consigliamo di abilitare HSTS come descritto nei {linkstart}consigli sulla sicurezza ↗{linkend}.",
+ "Accessing site insecurely via HTTP. You are strongly advised to set up your server to require HTTPS instead, as described in the {linkstart}security tips ↗{linkend}." : "Sei connesso a questo sito in modo non sicuro tramite HTTP. Ti consigliamo vivamente di configurare il tuo server per richiedere invece HTTPS, come descritto nei {linkstart}consigli sulla sicurezza ↗{linkend}.",
"unknown text" : "testo sconosciuto",
"Hello world!" : "Ciao mondo!",
"sunny" : "soleggiato",
@@ -123,27 +118,28 @@
"Please reload the page." : "Ricarica la pagina.",
"The update was unsuccessful. For more information <a href=\"{url}\">check our forum post</a> covering this issue." : "L'aggiornamento non è riuscito. Per ulteriori informazioni <a href=\"{url}\">controlla l'articolo del nostro forum</a> che riguarda questo problema.",
"The update was unsuccessful. Please report this issue to the <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">Nextcloud community</a>." : "L'aggiornamento non è riuscito. Segnala il problema alla <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">comunità di Nextcloud </a>.",
- "Continue to Nextcloud" : "Continua su Nextcloud",
- "_The update was successful. Redirecting you to Nextcloud in %n second._::_The update was successful. Redirecting you to Nextcloud in %n seconds._" : ["L'aggiornamento è stato effettuato correttamente. Reindirizzamento a Nextcloud in %n secondo.","L'aggiornamento è stato effettuato correttamente. Reindirizzamento a Nextcloud in %n secondi."],
- "Searching other places" : "Ricerca in altre posizioni",
- "No search results in other folders for {tag}{filter}{endtag}" : "Nessun risultato di ricerca nelle altre cartelle per {tag}{filter}{endtag}",
- "_{count} search result in another folder_::_{count} search results in other folders_" : ["{count} risultato di ricerca in altre cartelle","{count} risultati di ricerca in altre cartelle"],
+ "Continue to {productName}" : "Continua in {productName}",
+ "_The update was successful. Redirecting you to {productName} in %n second._::_The update was successful. Redirecting you to {productName} in %n seconds._" : ["L'aggiornamento è stato effettuato correttamente. Reindirizzamento a {productName} in %n secondo.","L'aggiornamento è stato effettuato correttamente. Reindirizzamento a {productName} %n secondi."],
+ "Log in" : "Accedi",
+ "Logging in …" : "Accesso in corso...",
"Server side authentication failed!" : "Autenticazione lato server non riuscita!",
"Please contact your administrator." : "Contatta il tuo amministratore di sistema.",
"An internal error occurred." : "Si è verificato un errore interno.",
"Please try again or contact your administrator." : "Prova ancora o contatta il tuo amministratore.",
"Username or email" : "Nome utente o email",
"Password" : "Password",
- "Log in" : "Accedi",
- "Logging in …" : "Accesso in corso...",
+ "Toggle password visibility" : "Commuta la visibilità delle password",
"Wrong username or password." : "Nome utente o password errati.",
"User disabled" : "Disabilitato dall'utente",
"We have detected multiple invalid login attempts from your IP. Therefore your next login is throttled up to 30 seconds." : "Abbiamo rilevato molti tentativi di autenticazione non riusciti dal tuo indirizzo IP. Di conseguenza, il prossimo tentativo è ritardato di 30 secondi.",
+ "Your account is not setup for passwordless login." : "Il tuo account non è configurato per l'accesso senza password.",
+ "Passwordless authentication is not supported in your browser." : "L'autenticazione senza password non è supportata dal tuo browser. ",
+ "Passwordless authentication is only available over a secure connection." : "L'autenticazione senza password è disponibile solo su una connessione sicura.",
"Reset password" : "Ripristina la password",
- "A password reset message has been sent to the e-mail address of this account. If you do not receive it, check your spam/junk folders or ask your local administrator for help." : "Abbiamo inviato un'email di ripristino della password all'indirizzo di posta di questo account. Se non lo ricevi, controlla le cartelle della posta indesiderata o contatta il tuo amministratore locale.",
+ "A password reset message has been sent to the email address of this account. If you do not receive it, check your spam/junk folders or ask your local administrator for help." : "Abbiamo inviato un messaggio di ripristino della password all'indirizzo di posta di questo account. Se non lo ricevi, controlla le cartelle della posta indesiderata o contatta il tuo amministratore locale.",
"If it is not there ask your local administrator." : "Se non c'è, chiedi al tuo amministratore locale.",
"Couldn't send reset email. Please contact your administrator." : "Impossibile inviare l'email di reimpostazione. Contatta il tuo amministratore.",
- "Password can not be changed. Please contact your administrator." : "La password non può essere cambiata. Contatta il tuo amministratore.",
+ "Password cannot be changed. Please contact your administrator." : "La password non può essere cambiata. Contatta il tuo amministratore.",
"Back to login" : "Torna alla schermata di accesso",
"New password" : "Nuova password",
"Your files are encrypted. There will be no way to get your data back after your password is reset. If you are not sure what to do, please contact your administrator before you continue. Do you really want to continue?" : "I tuoi file sono cifrati. Non sarà più possibile recuperare i tuoi dati una volta che la password sarà reimpostata. Se non sei sicuro, contatta l'amministratore prima di proseguire. Vuoi davvero continuare?",
@@ -151,20 +147,32 @@
"Resetting password" : "Ripristino password",
"Recommended apps" : "Applicazioni consigliate",
"Loading apps …" : "Caricamento applicazioni…",
- "Could not fetch list of apps from the app store." : "Impossibile scaricare l'elenco delle applicazioni dal negozio delle applicazioni.",
+ "Could not fetch list of apps from the App Store." : "Impossibile scaricare l'elenco delle applicazioni dal negozio delle applicazioni.",
"Installing apps …" : "Installazione applicazioni…",
- "Nextcloud {app}" : "{app} di Nextcloud",
"App download or installation failed" : "Scaricamento o installazione dell'applicazione non riuscito",
- "Can't install this app because it is not compatible" : "Impossibile installare questa applicazione poiché non è compatibile",
- "Can't install this app" : "Impossibile installare questa applicazione",
+ "Cannot install this app because it is not compatible" : "Impossibile installare questa applicazione poiché non è compatibile",
+ "Cannot install this app" : "Impossibile installare questa applicazione",
"Cancel" : "Annulla",
"Schedule work & meetings, synced with all your devices." : "Pianificare lavoro e riunioni, sincronizzati con tutti i tuoi dispositivi.",
"Keep your colleagues and friends in one place without leaking their private info." : "Tieni i tuoi colleghi e i tuoi amici in un posto proteggendo le loro Informazioni personali.",
"Simple email app nicely integrated with Files, Contacts and Calendar." : "Applicazione di posta elettronica semplice e ben integrata con File, Contatti e Calendario.",
"Chatting, video calls, screensharing, online meetings and web conferencing – in your browser and with mobile apps." : "Chat, videochiamate, condivisione schermo, riunioni in linea e conferenze web – nel tuo browser e con le applicazioni mobili.",
"Collaboratively edit office documents." : "Modifica documenti di Office collaborativa.",
- "Local document editing back-end used by the OnlyOffice app." : "Motore di modifica dei documenti locali utilizzato dall'applicazione OnlyOffice.",
+ "Local document editing back-end used by the Collabora Online app." : "Il motore di modifica dei documenti locali utilizzato dall'applicazione Collabora Online.",
"Forgot password?" : "Hai dimenticato la password?",
+ "Log in with a device" : "Accedi con un dispositivo",
+ "Back" : "Indietro",
+ "Login form is disabled." : "Il modulo di accesso è disabilitato.",
+ "Reset search" : "Ripristina ricerca",
+ "Search for {name} only" : "Cerca solo {name}",
+ "No results for {query}" : "Nessun risultato per {query}",
+ "Start typing to search" : "Inizia a digitare per cercare",
+ "Loading more results …" : "Caricamento di più risultati...",
+ "Load more results" : "Carica più risultati",
+ "Search" : "Cerca",
+ "An error occurred while searching for {type}" : "Si è verificato un errore durante la ricerca di {type}",
+ "_Please enter {minSearchLength} character or more to search_::_Please enter {minSearchLength} characters or more to search_" : ["Digita {minSearchLength} carattere o più per cercare","Digita {minSearchLength} caratteri o più per cercare"],
+ "Search {types} …" : "Cerca {types}...",
"Settings" : "Impostazioni",
"Could not load your contacts" : "Impossibile caricare i tuoi contatti",
"Search contacts …" : "Cerca contatti...",
@@ -232,6 +240,13 @@
"Strong password" : "Password forte",
"No action available" : "Nessuna azione disponibile",
"Error fetching contact actions" : "Errore durante il recupero delle azioni dei contatti",
+ "Non-existing tag #{tag}" : "Etichetta #{tag} inesistente",
+ "restricted" : "limitato",
+ "invisible" : "invisibile",
+ "Delete" : "Elimina",
+ "Rename" : "Rinomina",
+ "Collaborative tags" : "Etichette collaborative",
+ "No tags found" : "Nessuna etichetta trovata",
"Personal" : "Personale",
"Users" : "Utenti",
"Apps" : "Applicazioni",
@@ -241,7 +256,10 @@
"File not found" : "File non trovato",
"The document could not be found on the server. Maybe the share was deleted or has expired?" : "Il documento non può essere trovato sul server. Forse la condivisione è stata eliminata o è scaduta?",
"Back to %s" : "Torna a %s",
+ "Too many requests" : "Troppe richieste",
+ "There were too many requests from your network. Retry later or contact your administrator if this is an error." : "Sono arrivate troppe richieste dalla tua rete. Riprova più tardi o contatta il tuo amministratore se questo è un errore.",
"Error" : "Errore",
+ "Previous" : "Precedente",
"Internal Server Error" : "Errore interno del server",
"The server was unable to complete your request." : "Il server non è stato in grado di completare la tua richiesta.",
"If this happens again, please send the technical details below to the server administrator." : "Se ciò si verifca nuovamente, invia i seguenti dettagli tecnici all'amministratore del server.",
@@ -278,7 +296,7 @@
"SQLite should only be used for minimal and development instances. For production we recommend a different database backend." : "SQLite dovrebbe essere scelto solo per istanze minimali e di sviluppo. Per la produzione, consigliamo un motore di database diverso.",
"If you use clients for file syncing, the use of SQLite is highly discouraged." : "Se utilizzi client per la sincronizzazione dei file, l'uso di SQLite è sconsigliato.",
"Install recommended apps" : "Installa applicazioni consigliate",
- "Calendar, Contacts, Talk, Mail & OnlyOffice" : "Calendario, Contatti, Talk, Posta e OnlyOffice",
+ "Calendar, Contacts, Talk, Mail & Collaborative editing" : "Calendario, Contatti, Talk, Posta e modifica collaborativa",
"Finish setup" : "Termina configurazione",
"Finishing …" : "Completamento...",
"Need help?" : "Ti serve aiuto?",
@@ -292,14 +310,13 @@
"More apps" : "Altre applicazioni",
"More" : "Altro",
"More apps menu" : "Menu delle altre applicazioni",
- "Search" : "Cerca",
- "Reset search" : "Ripristina ricerca",
"Contacts" : "Contatti",
"Contacts menu" : "Menu dei contatti",
"Settings menu" : "Menu delle impostazioni",
"Confirm your password" : "Conferma la tua password",
"Connect to your account" : "Connetti il tuo account",
"Please log in before granting %1$s access to your %2$s account." : "Accedi prima di accordare a %1$s l'accesso al tuo account %2$s.",
+ "If you are not trying to set up a new device or app, someone is trying to trick you into granting them access to your data. In this case do not proceed and instead contact your system administrator." : "Se non stai tentando di configurare un nuovo dispositivo o applicazione, qualcuno sta provando a ingannarti per ottenere l'accesso ai tuoi dati. In questo caso non procedere e contatta l'amministratore di sistema.",
"App token" : "Token applicazione",
"Grant access" : "Accorda accesso",
"Alternative log in using app token" : "Accesso alternativo utilizzando il token dell'applicazione",
@@ -327,7 +344,7 @@
"Further information how to configure this can be found in the %1$sdocumentation%2$s." : "Ulteriori informazioni sulla configurazione sono disponibili nella %1$s documentazione %2$s.",
"App update required" : "Aggiornamento dell'applicazione richiesto",
"%1$s will be updated to version %2$s" : "%1$s sarà aggiornato alla versione %2$s",
- "These apps will be updated:" : "Queste applicazioni saranno aggiornate:",
+ "The following apps will be updated:" : "Le seguenti applicazioni saranno aggiornate:",
"These incompatible apps will be disabled:" : "Queste applicazioni incompatibili saranno disabilitate:",
"The theme %s has been disabled." : "Il tema %s è stato disabilitato.",
"Please make sure that the database, the config folder and the data folder have been backed up before proceeding." : "Assicurati di aver creato una copia di sicurezza del database, della cartella config e della cartella data prima di procedere. ",
@@ -343,95 +360,49 @@
"This %s instance is currently in maintenance mode, which may take a while." : "Questa istanza di %s è attualmente in manutenzione, potrebbe richiedere del tempo.",
"This page will refresh itself when the instance is available again." : "Questa pagina si aggiornerà quando l'istanza sarà nuovamente disponibile.",
"Contact your system administrator if this message persists or appeared unexpectedly." : "Contatta il tuo amministratore di sistema se questo messaggio persiste o appare inaspettatamente.",
- "Could not send reset email because there is no email address for this username. Please contact your administrator." : "Impossibile inviare l'email di reimpostazione poiché non è presente un indirizzo email per questo nome utente. Contatta il tuo amministratore.",
- "Couldn't send reset email. Please make sure your username is correct." : "Impossibile inviare l'email di reimpostazione. Assicurati che il nome utente sia corretto.",
- "We have send a password reset e-mail to the e-mail address known to us for this account. If you do not receive it within a reasonable amount of time, check your spam/junk folders.<br>If it is not there ask your local administrator." : "Abbiamo inviato un'email di ripristino della password all'indirizzo di posta che conosciamo per questo account. Se non lo ricevi in tempi ragionevoli, controlla le cartelle della posta indesiderata.<br>Se non dovesse essere nemmeno lì, contatta il tuo amministratore locale.",
- "Your files are encrypted. There will be no way to get your data back after your password is reset.<br />If you are not sure what to do, please contact your administrator before you continue. <br />Do you really want to continue?" : "I tuoi file sono cifrati. Non sarà più possibile recuperare i tuoi dati una volta che la password sarà reimpostata.<br />Se non sei sicuro, contatta l'amministratore prima di proseguire.<br />Vuoi davvero continuare?",
- "Sending email …" : "Invio email in corso....",
- "You are currently running PHP 5.6. The current major version of Nextcloud is the last that is supported on PHP 5.6. It is recommended to upgrade the PHP version to 7.0+ to be able to upgrade to Nextcloud 14." : "Stai eseguendo la versione 5.6 di PHP. La versione principale attuale di Nextcloud è l'ultima supportata da PHP 5.6. Consigliamo di aggiornare la versione di PHP alla 7.0+ per poter aggiornare a Nextcloud 14.",
- "Accessing site insecurely via HTTP. You are strongly adviced to set up your server to require HTTPS instead, as described in the <a href=\"{docUrl}\">security tips ↗</a>." : "Sei connesso a questo sito tramite HTTP. Ti suggeriamo vivamente di configurare il tuo server per richiedere invece HTTPS, come descritto nei <a href=\"{docUrl}\">consigli sulla sicurezza ↗</a>.",
- "Shared" : "Condiviso",
- "Shared with" : "Condiviso con",
- "Shared by" : "Condiviso da",
- "Choose a password for the public link" : "Scegli una password per il collegamento pubblico",
- "Choose a password for the public link or press the \"Enter\" key" : "Scegli una password per il collegamento pubblico o premi il tasto \"Invio\"",
- "Copied!" : "Copiati!",
- "Copy link" : "Copia collegamento",
- "Not supported!" : "Non supportato!",
- "Press ⌘-C to copy." : "Premi ⌘-C per copiare.",
- "Press Ctrl-C to copy." : "Premi Ctrl-C per copiare.",
- "Unable to create a link share" : "Impossibile creare un collegamento di condivisione",
- "Unable to toggle this option" : "Impossibile attivare questa opzione",
- "Resharing is not allowed" : "La ri-condivisione non è consentita",
- "Link" : "Collegamento",
- "Hide download" : "Nascondi scaricamento",
- "Password protection enforced" : "Protezione con password applicata",
- "Password protect" : "Proteggi con password",
- "Allow editing" : "Consenti la modifica",
- "Email link to person" : "Invia collegamento via email",
- "Send" : "Invia",
- "Allow upload and editing" : "Consenti il caricamento e la modifica",
- "Read only" : "Sola lettura",
- "File drop (upload only)" : "Rilascia file (solo caricamento)",
- "Expiration date enforced" : "Data di scadenza applicata",
- "Set expiration date" : "Imposta data di scadenza",
- "Expiration" : "Scadenza",
- "Expiration date" : "Data di scadenza",
- "Note to recipient" : "Nota per destinatario",
- "Unshare" : "Rimuovi condivisione",
- "Delete share link" : "Elimina collegamento di condivisione",
- "Add another link" : "Aggiungi un altro collegamento",
- "Password protection for links is mandatory" : "La protezione con password è obbligatoria per i collegamenti",
- "Share to {name}" : "Condividi con {name}",
- "Share link" : "Condividi collegamento",
- "New share link" : "Nuovo collegamento di condivisione",
- "Created on {time}" : "Creato il {time}",
- "Password protect by Talk" : "Protezione con password di Talk",
- "Could not unshare" : "Impossibile rimuovere la condivisione",
- "Shared with you and the group {group} by {owner}" : "Condiviso con te e con il gruppo {group} da {owner}",
- "Shared with you and {circle} by {owner}" : "Condiviso con te e {circle} da {owner}",
- "Shared with you and the conversation {conversation} by {owner}" : "Condiviso con te e con la conversazione {conversation} da {owner}",
- "Shared with you in a conversation by {owner}" : "Condiviso con te in una conversazione da {owner}",
- "Shared with you by {owner}" : "Condiviso con te da {owner}",
- "Choose a password for the mail share" : "Scegli una password per la condivisione tramite posta",
- "group" : "gruppo",
- "remote" : "remota",
- "remote group" : "gruppo remoto",
- "email" : "email",
- "conversation" : "conversazione",
- "shared by {sharer}" : "condiviso da {sharer}",
- "Can reshare" : "Può ri-condividere",
- "Can edit" : "Può modificare",
- "Can create" : "Può creare",
- "Can change" : "Può cambiare",
- "Can delete" : "Può eliminare",
- "Access control" : "Controllo d'accesso",
- "{shareInitiatorDisplayName} shared via link" : "{shareInitiatorDisplayName} ha condiviso tramite collegamento",
- "Error while sharing" : "Errore durante la condivisione",
- "Share details could not be loaded for this item." : "I dettagli della condivisione non possono essere caricati per questo elemento.",
- "Search globally" : "Cerca globalmente",
- "_At least {count} character is needed for autocompletion_::_At least {count} characters are needed for autocompletion_" : ["Almeno {count} carattere è richiesto per l'autocompletamento","Almeno {count} caratteri sono richiesti per il completamento automatico"],
- "This list is maybe truncated - please refine your search term to see more results." : "Questa lista potrebbe essere troncata - correggi i termini di ricerca per molti altri risultati.",
- "No users or groups found for {search}" : "Nessun utente o gruppo trovato per {search}",
- "No users found for {search}" : "Nessun utente trovato per {search}",
- "An error occurred (\"{message}\"). Please try again" : "Si è verificato un errore (\"{message}\"). Prova ancora",
- "An error occurred. Please try again" : "Si è verificato un errore. Prova ancora",
- "Home" : "Home",
- "Work" : "Lavoro",
- "Other" : "Altro",
- "{sharee} (remote group)" : "{sharee} (remote group)",
- "{sharee} ({type}, {owner})" : "{sharee} ({type}, {owner})",
- "Share" : "Condividi",
- "Name or email address..." : "Nome o indirizzo email...",
- "Name or federated cloud ID..." : "Nome o ID di cloud federata...",
- "Name, federated cloud ID or email address..." : "Nome, ID di cloud federata o indirizzo email...",
- "Name..." : "Nome...",
- "Error removing share" : "Errore durante la rimozione della condivisione",
- "({scope})" : "({scope})",
- "Saving..." : "Salvataggio…",
- "Dismiss" : "Annulla",
- "Your client should now be connected! You can close this window." : "Il client ora dovrebbe essere connesso! Puoi chiudere questa finestra.",
- "New Password" : "Nuova password",
- "Cancel log in" : "Annulla l'accesso"
+ "Checking whether the database schema can be updated (this can take a long time depending on the database size)" : "Controllo che lo schema del database possa essere aggiornato (ciò potrebbe richiedere molto tempo in base alla dimensione del database)",
+ "Checked database schema update" : "L'aggiornamento dello schema del database è stato verificato",
+ "Checking updates of apps" : "Controllo degli aggiornamenti delle applicazioni",
+ "Checking for update of app \"%s\" in appstore" : "Controllo degli aggiornamenti dell'applicazione \"%s\" nel negozio delle applicazioni",
+ "Update app \"%s\" from appstore" : "Aggiorna l'applicazione \"%s\" dal negozio delle applicazioni",
+ "Checked for update of app \"%s\" in appstore" : "Verificati aggiornamento dell'applicazione \"%s\" nel negozio delle applicazioni",
+ "Checked database schema update for apps" : "L'aggiornamento dello schema del database per le applicazioni è stato verificato",
+ "Following apps have been disabled: %s" : "Le seguenti applicazioni sono state disabilitate: %s",
+ "Your web server is not properly set up to resolve \"{url}\". Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Il tuo server web non è configurato correttamente per risolvere \"{url}\". Ulteriori informazioni sono disponibili nella <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentazione</a>.",
+ "Your web server is not properly set up to resolve \"{url}\". This is most likely related to a web server configuration that was not updated to deliver this folder directly. Please compare your configuration against the shipped rewrite rules in \".htaccess\" for Apache or the provided one in the documentation for Nginx at it's <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation page</a>. On Nginx those are typically the lines starting with \"location ~\" that need an update." : "Il tuo server non è configurato correttamente per risolvere \"{url}\". Ciò è probabilmente legato a una configurazione del server che non è stata aggiornata per fornire direttamente questa cartella. Confronta la tua configurazione con le regole di rewrite fornite in \".htaccess\" per Apache o quella fornita nella documentazione di Nginx alla sua <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">pagina</a>. Su Nginx di solito sono le righe che iniziano con \"location ~\" quelle da aggiornare.",
+ "Your web server is not properly set up to deliver .woff2 files. This is typically an issue with the Nginx configuration. For Nextcloud 15 it needs an adjustement to also deliver .woff2 files. Compare your Nginx configuration to the recommended configuration in our <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Il tuo server web non è configurato correttamente per fornire file .woff2. Questo è solitamente un problema con la configurazione di Nginx. Per Nextcloud 15, richiede una modifica per fornire anche i file .woff2. Confronta la tua configurazione di Nginx con la configurazione consigliata nella nostra <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentazione</a>.",
+ "Please check the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">installation documentation ↗</a> for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "Controlla la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentazione di installazione ↗</a> per le note di configurazione di PHP e la configurazione PHP del tuo server, in particolare quando utilizzi php-fpm.",
+ "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems. See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation ↗</a> for more information." : "Il blocco del file transazionale è disabilitato, ciò potrebbe comportare problemi di race condition. Abilita 'filelocking.enabled' nel config-php per evitare questi problemi. Vedi la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentazione ↗</a> per ulteriori informazioni.",
+ "Last background job execution ran {relativeTime}. Something seems wrong." : "L'ultima esecuzione dell'operazione in background è stata eseguita il {relativeTime}. Potrebbe esserci un problema.",
+ "Check the background job settings" : "Controlla le impostazioni dell'operazione in background",
+ "No memory cache has been configured. To enhance performance, please configure a memcache, if available. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Non è stata configurata alcuna cache di memoria. Per migliorare le prestazioni configura una memcache, se disponibile. Ulteriori informazioni sono disponibili nella <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentazione</a>.",
+ "No suitable source for randomness found by PHP which is highly discouraged for security reasons. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Nessuna fonte di casualità trovata da PHP e ciò è vivamente sconsigliato per motivi di sicurezza. Ulteriori informazioni sono disponibili nella <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentazione</a>.",
+ "You are currently running PHP {version}. Upgrade your PHP version to take advantage of <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">performance and security updates provided by the PHP Group</a> as soon as your distribution supports it." : "Stai eseguendo attualmente PHP {version}. Aggiorna la tua versione di PHP per trarre vantaggio dagli <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">aggiornamenti in termini di prestazioni e sicurezza forniti dal PHP Group</a> non appena la tua distribuzione la supporta.",
+ "The reverse proxy header configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If not, this is a security issue and can allow an attacker to spoof their IP address as visible to the Nextcloud. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "La configurazione delle intestazioni del proxy inverso non è corretta, o stai effettuando l'accesso a Nextcloud da un proxy affidabile. In caso diverso, questo è un problema di sicurezza e può consentire a un attaccante di falsificare il suo indirizzo IP, rendendolo visibile a Nextcloud. Ulteriori informazioni sono disponibili nella <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentazione</a>.",
+ "Memcached is configured as distributed cache, but the wrong PHP module \"memcache\" is installed. \\OC\\Memcache\\Memcached only supports \"memcached\" and not \"memcache\". See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">memcached wiki about both modules</a>." : "Memcached è configurato come cache distribuita, ma è installato il modulo \"memcache\" errato. \\OC\\Memcache\\Memcached supporta solo \"memcached\" e non \"memcache\". Vedi il <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">wiki di memcached per informazioni su entrambi i moduli</a>.",
+ "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">List of invalid files…</a> / <a href=\"{rescanEndpoint}\">Rescan…</a>)" : "Alcuni file non hanno superato il controllo di integrità. Ulteriori informazioni su come risolvere questo problema sono disponibili nella <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentazione</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">Elenco dei file non validi…</a> / <a href=\"{rescanEndpoint}\">Nuova scansione…</a>)",
+ "The PHP OPcache module is not loaded. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance it is recommended</a> to load it into your PHP installation." : "Il modulo PHP OpCache non è caricato. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Per prestazioni migliori consigliamo</a> di caricarlo nella tua installazione di PHP.",
+ "The PHP OPcache is not properly configured. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance it is recommended</a> to use the following settings in the <code>php.ini</code>:" : "PHP OpCache non è configurata correttamente. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Per prestazioni migliori consigliamo</a> di utilizzare le impostazioni seguenti in <code>php.ini</code>:",
+ "Some columns in the database are missing a conversion to big int. Due to the fact that changing column types on big tables could take some time they were not changed automatically. By running 'occ db:convert-filecache-bigint' those pending changes could be applied manually. This operation needs to be made while the instance is offline. For further details read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "Alcune colonne del database non sono state convertite in big int. Poiché la modifica dei tipi di colonna può richiedere del tempo, non sono state modificate automaticamente. Eseguendo \"occ db:convert-filecache-bigint\", le modifiche in corso saranno applicate manualmente. L'operazione deve essere eseguita mentre l'istanza non è in linea. Per ulteriori dettagli, leggi <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">la relativa pagina di documentazione</a>.",
+ "To migrate to another database use the command line tool: 'occ db:convert-type', or see the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation ↗</a>." : "Per migrare a un altro database, usa lo strumento da riga di comando: 'occ db:convert-type', o leggi la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentazione ↗</a>.",
+ "Use of the the built in php mailer is no longer supported. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Please update your email server settings ↗<a/>." : "L'utilizzo della funzione di invio email integrata in php non è più supportato. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Aggiorna le impostazioni del tuo server di posta ↗<a/>.",
+ "MySQL is used as database but does not support 4-byte characters. To be able to handle 4-byte characters (like emojis) without issues in filenames or comments for example it is recommended to enable the 4-byte support in MySQL. For further details read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "MySQL è utilizzato come database, ma non supporta caratteri di 4 byte. Per poter gestire i caratteri da 4 byte (come le emoji) senza problemi nei nomi dei file o nei commenti, si consiglia, ad esempio, di abilitare il supporto per i 4 byte in MySQL. Per ulteriori dettagli, leggi <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">la pagina di documentazione relativa</a>.",
+ "You are accessing your instance over a secure connection, however your instance is generating insecure URLs. This most likely means that you are behind a reverse proxy and the overwrite config variables are not set correctly. Please read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "Stai accedendo alla tua istanza tramite una connessione sicura, tuttavia la tua istanza sta generando URL non sicuri. Questo molto probabilmente significa che sei dietro un proxy inverso e le variabili di configurazione di sovrascrittura non sono impostate correttamente. Leggi <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">la pagina della documentazione relativa</a>.",
+ "The \"{header}\" HTTP header is not set to \"{val1}\", \"{val2}\", \"{val3}\", \"{val4}\" or \"{val5}\". This can leak referer information. See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{link}\">W3C Recommendation ↗</a>." : "L'intestazione HTTP \"{header}\" non è impostata a \"{val1}\", \"{val2}\", \"{val3}\", \"{val4}\" o \"{val5}\". Ciò può far trapelare informazioni sul referer. Vedi la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{link}\">W3C Recommendation ↗</a>.",
+ "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the <a href=\"{docUrl}\" rel=\"noreferrer noopener\">security tips ↗</a>." : "L'intestazione HTTP \"Strict-Transport-Security\" non è configurata con un valore di almeno \"{seconds}\" secondi. Per migliorare la sicurezza, consigliamo di abilitare HSTS come descritto nei <a href=\"{docUrl}\" rel=\"noreferrer noopener\">consigli sulla sicurezza ↗ </a>.",
+ "Accessing site insecurely via HTTP. You are strongly advised to set up your server to require HTTPS instead, as described in the <a href=\"{docUrl}\">security tips ↗</a>." : "Sei connesso a questo sito in modo non sicuro tramite HTTP. Ti consigliamo vivamente di configurare il tuo server per richiedere invece HTTPS, come descritto nei <a href=\"{docUrl}\">consigli sulla sicurezza ↗</a>.",
+ "Continue to Nextcloud" : "Continua su Nextcloud",
+ "_The update was successful. Redirecting you to Nextcloud in %n second._::_The update was successful. Redirecting you to Nextcloud in %n seconds._" : ["L'aggiornamento è stato effettuato correttamente. Reindirizzamento a Nextcloud in %n secondo.","L'aggiornamento è stato effettuato correttamente. Reindirizzamento a Nextcloud in %n secondi."],
+ "Searching other places" : "Ricerca in altre posizioni",
+ "No search results in other folders for {tag}{filter}{endtag}" : "Nessun risultato di ricerca nelle altre cartelle per {tag}{filter}{endtag}",
+ "_{count} search result in another folder_::_{count} search results in other folders_" : ["{count} risultato di ricerca in altre cartelle","{count} risultati di ricerca in altre cartelle"],
+ "A password reset message has been sent to the e-mail address of this account. If you do not receive it, check your spam/junk folders or ask your local administrator for help." : "Abbiamo inviato un'email di ripristino della password all'indirizzo di posta di questo account. Se non lo ricevi, controlla le cartelle della posta indesiderata o contatta il tuo amministratore locale.",
+ "Password can not be changed. Please contact your administrator." : "La password non può essere cambiata. Contatta il tuo amministratore.",
+ "Could not fetch list of apps from the app store." : "Impossibile scaricare l'elenco delle applicazioni dal negozio delle applicazioni.",
+ "Nextcloud {app}" : "{app} di Nextcloud",
+ "Can't install this app because it is not compatible" : "Impossibile installare questa applicazione poiché non è compatibile",
+ "Can't install this app" : "Impossibile installare questa applicazione",
+ "These apps will be updated:" : "Queste applicazioni saranno aggiornate:",
+ "For more details see the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Per ulteriori dettagli, vedi la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentazione</a>."
},"pluralForm" :"nplurals=2; plural=(n != 1);"
} \ No newline at end of file
diff --git a/core/l10n/ja.js b/core/l10n/ja.js
index 401e969ccb9..516507c1d5c 100644
--- a/core/l10n/ja.js
+++ b/core/l10n/ja.js
@@ -5,6 +5,14 @@ OC.L10N.register(
"File is too big" : "ファイルが大きすぎます",
"The selected file is not an image." : "選択されたファイルは画像ではありません",
"The selected file cannot be read." : "選択されたファイルを読み込めませんでした",
+ "The file was uploaded" : "ファイルがアップロードされました",
+ "The uploaded file exceeds the upload_max_filesize directive in php.ini" : "アップロードされたファイルがphp.iniのupload_max_filesizeディレクティブのサイズを超えています",
+ "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "アップロードされたファイルは、HTMLフォームで指定されたMAX_FILE_SIZEディレクティブ制限を超えています",
+ "The file was only partially uploaded" : "ファイルは部分的にしかアップロードされていません",
+ "No file was uploaded" : "ファイルがアップロードされていません",
+ "Missing a temporary folder" : "一時保存フォルダーが見つかりません",
+ "Could not write file to disk" : "ファイルをディスクに書き込めませんでした",
+ "A PHP extension stopped the file upload" : "PHP拡張機能がファイルのアップロードを停止しました",
"Invalid file provided" : "無効なファイルが提供されました",
"No image or file provided" : "画像またはファイルが提供されていません",
"Unknown filetype" : "不明なファイル形式",
@@ -15,6 +23,7 @@ OC.L10N.register(
"No valid crop data provided" : "有効なクロップデータが提供されていません",
"Crop is not square" : "クロップが正方形ではありません",
"State token does not match" : "状態トークンが一致しません",
+ "Invalid app password" : "アプリパスワードが無効です",
"Could not complete login" : "ログインが完了できませんでした",
"Your login token is invalid or has expired" : "あなたのログイントークンは無効か期限が切れています。",
"Password reset is disabled" : "パスワードリセットは無効化されています",
@@ -27,7 +36,9 @@ OC.L10N.register(
"Reset your password" : "パスワードをリセット",
"Nextcloud Server" : "Nextcloud サーバー",
"Some of your link shares have been removed" : "リンク共有の一部が削除されました",
- "Due to a security bug we had to remove some of your link shares. Please see the link for more information." : "セキュリティ上のバグにより、リンク共有をいくつか削除する必要がありました。 詳しくはリンクをご覧ください。",
+ "Due to a security bug we had to remove some of your link shares. Please see the link for more information." : "セキュリティ上の不具合により、あなたのリンク共有をいくつか削除する必要がありました。 詳しくはリンクをご覧ください。",
+ "The user limit of this instance is reached." : "このインスタンスのユーザー制限に達しました。",
+ "Enter your subscription key to increase the user limit. For more information about Nextcloud Enterprise see our website." : "サブスクリプションキーを入力して、ユーザー制限を増やします。 Nextcloud Enterpriseの詳細については、当社のWebサイトを参照してください。",
"Preparing update" : "アップデートの準備中",
"[%d / %d]: %s" : "[%d / %d]: %s",
"Repair step:" : "修復ステップ:",
@@ -41,74 +52,67 @@ OC.L10N.register(
"Maintenance mode is kept active" : "メンテナンスモードが継続中です",
"Updating database schema" : "データベースのスキーマを更新",
"Updated database" : "データベース更新済み",
- "Checking whether the database schema can be updated (this can take a long time depending on the database size)" : "データベーススキーマがアップデートできるかどうかチェックしています。(この操作の時間はデータベースの容量によります)",
- "Checked database schema update" : "指定データベースのスキーマを更新",
- "Checking updates of apps" : "アプリの更新をチェックしています。",
- "Checking for update of app \"%s\" in appstore" : "アプリストアで \"%s\" アプリのアップデートを確認しています",
- "Update app \"%s\" from appstore" : "アプリストアから \"%s\" アプリをアップデートする",
- "Checked for update of app \"%s\" in appstore" : "アプリストアで \"%s\" アプリのアップデートを確認済",
"Checking whether the database schema for %s can be updated (this can take a long time depending on the database size)" : "データベーススキーマ %s がアップデートできるかどうかチェックしています。(この操作の時間はデータベースの容量によります)",
- "Checked database schema update for apps" : "アプリの指定データベースのスキーマを更新",
"Updated \"%1$s\" to %2$s" : "%1$sを%2$sに更新しました",
"Set log level to debug" : "ログをデバッグレベルに設定",
"Reset log level" : "ログレベルをリセット",
"Starting code integrity check" : "コード整合性の確認を開始",
"Finished code integrity check" : "コード整合性の確認が終了",
"%s (incompatible)" : "%s (非互換)",
- "Following apps have been disabled: %s" : "次のアプリが無効にされています: %s",
+ "The following apps have been disabled: %s" : "次のアプリが無効になりました: %s ",
"Already up to date" : "すべて更新済",
"Your web server is not yet properly set up to allow file synchronization, because the WebDAV interface seems to be broken." : "WebDAVインターフェースが動作していないようです。Webサーバーは、ファイルの同期を許可するよう適切に設定されていません。",
- "Your web server is not properly set up to resolve \"{url}\". Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Webサーバーは適切にホスト名 \"{url}\" が引けるように設定されていません。より詳しい情報については、<a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">ドキュメント</a>を参照ください。",
- "Your web server is not properly set up to resolve \"{url}\". This is most likely related to a web server configuration that was not updated to deliver this folder directly. Please compare your configuration against the shipped rewrite rules in \".htaccess\" for Apache or the provided one in the documentation for Nginx at it's <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation page</a>. On Nginx those are typically the lines starting with \"location ~\" that need an update." : "Webサーバーは \"{url}\"を解決するための正しい設定がなされていません。 これは、このフォルダを直接配信するように更新されていないWebサーバー構成に関連している可能性があります。 あなたの設定と、Apache用の \".htaccess\"、あるいはNginxのドキュメントの <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">ドキュメントページ</a> に記載されているものとを比較してください。Nginxでは、これらは通常 \"location〜\"で始まる行で更新が必要です。",
- "Your web server is not properly set up to deliver .woff2 files. This is typically an issue with the Nginx configuration. For Nextcloud 15 it needs an adjustement to also deliver .woff2 files. Compare your Nginx configuration to the recommended configuration in our <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Webサーバーが.woff2ファイルを配信するように正しく設定されていません。 これは通常Nginx設定の問題です。 Nextcloud 15では、.woff2ファイルも配信するための調整が必要です。 あなたのNginxの設定を<a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">ドキュメント</a>の推奨される設定と比較してください。",
+ "Your web server is not properly set up to resolve \"{url}\". Further information can be found in the {linkstart}documentation ↗{linkend}." : "Webサーバーで \"{url}\" が解決されるように正しく設定されていません。詳細については、{linkstart}ドキュメント↗{linkend}をご覧ください。",
+ "Your web server is not properly set up to resolve \"{url}\". This is most likely related to a web server configuration that was not updated to deliver this folder directly. Please compare your configuration against the shipped rewrite rules in \".htaccess\" for Apache or the provided one in the documentation for Nginx at it's {linkstart}documentation page ↗{linkend}. On Nginx those are typically the lines starting with \"location ~\" that need an update." : "Webサーバーで \"{url}\" が解決されるように正しく設定されていません。これは、このフォルダーを直接配信するように更新されていないWebサーバー構成が影響している可能性があります。構成を、Apacheの \".htaccess\" にある設定済みの書き換えルールまたはNginxのドキュメントの{linkstart}ドキュメントページ↗{linkend}で提供されているルールと比較してください。 Nginxでは、これらは通常、修正が必要な \"location〜\" で始まる行です。",
+ "Your web server is not properly set up to deliver .woff2 files. This is typically an issue with the Nginx configuration. For Nextcloud 15 it needs an adjustement to also deliver .woff2 files. Compare your Nginx configuration to the recommended configuration in our {linkstart}documentation ↗{linkend}." : "Webサーバーで.woff2ファイルが配信されるように適切に設定されていません。これは通常、Nginx構成の問題です。 Nextcloud 15の場合、.woff2ファイルも配信するように調整する必要があります。 Nginx構成を{linkstart}ドキュメント↗{linkend}の推奨構成と比較してください。",
"PHP does not seem to be setup properly to query system environment variables. The test with getenv(\"PATH\") only returns an empty response." : "PHPのシステム環境変数が正しく設定されていないようです。getenv(\"PATH\") コマンドでテストして何も値を返さないことを確認してください。",
- "Please check the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">installation documentation ↗</a> for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "PHP設定の注意事項と php-fpmを利用する場合のサーバー向け設定を<a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">インストールドキュメント↗</a>で確認してください。",
+ "Please check the {linkstart}installation documentation ↗{linkend} for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "特にphp-fpmを使用する場合は、{linkstart}インストールドキュメント↗{linkend}でPHP構成に関する注意事項とサーバーのPHP構成を確認してください。",
"The read-only config has been enabled. This prevents setting some configurations via the web-interface. Furthermore, the file needs to be made writable manually for every update." : "\"config\"は読み取り専用になってます。そのためにWEBインターフェースで設定できません可能性があります。さらに、更新時に\"config\"ファイルを書き込み権限を与えることが必要",
"Your database does not run with \"READ COMMITTED\" transaction isolation level. This can cause problems when multiple actions are executed in parallel." : "あなたのデータベースは \"READ COMMITED\" トランザクション分離レベルで動作していません。このことにより複数のアクションが平行して実行される場合に問題が起こる可能性があります。",
"The PHP module \"fileinfo\" is missing. It is strongly recommended to enable this module to get the best results with MIME type detection." : "PHP のモジュール 'fileinfo' が見つかりません。mimeタイプの検出を精度良く行うために、このモジュールを有効にすることを強くお勧めします。",
- "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems. See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation ↗</a> for more information." : "ファイルの書き込み時のロックが無効になっており、競合時に問題となる可能性があります。この問題を避ける為に config.php 中の 'filelocking.enabled' を有効にしてください。詳細については、 <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">ドキュメント ↗</a> を参照してください。",
+ "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems. See the {linkstart}documentation ↗{linkend} for more information." : "トランザクションファイルロックが無効になっているため、競合状態に問題が発生する可能性があります。これらの問題を回避するには、config.phpで \"filelocking.enabled\" を有効にします。詳細については、{linkstart}ドキュメント↗{linkend}を参照してください。",
"If your installation is not installed at the root of the domain and uses system cron, there can be issues with the URL generation. To avoid these problems, please set the \"overwrite.cli.url\" option in your config.php file to the webroot path of your installation (suggestion: \"{suggestedOverwriteCliURL}\")" : "インストールがドメインのルートにインストールされておらず、システムクーロンを使用している場合は、URLの生成に問題がある可能性があります。 これらの問題を回避するには、config.phpファイルの \"overwrite.cli.url\"オプションをインストールのWebルートパスに設定してください(提案: \"{suggestedOverwriteCliURL}\")。",
+ "Your installation has no default phone region set. This is required to validate phone numbers in the profile settings without a country code. To allow numbers without a country code, please add \"default_phone_region\" with the respective {linkstart}ISO 3166-1 code ↗{linkend} of the region to your config file." : "ご使用のシステムには、デフォルトの電話地域が設定されていません。これは、国コードなしでプロファイル設定の電話番号を検証するために必要です。国コードなしで番号を許可するには、地域のそれぞれの{linkstart} ISO3166-1コード↗{linkend}とともに \"default_phone_region\" を設定ファイルに追加してください。",
"It was not possible to execute the cron job via CLI. The following technical errors have appeared:" : "CLI から cronジョブを実行することができませんでした。次の技術的なエラーが発生しています:",
- "Last background job execution ran {relativeTime}. Something seems wrong." : "最後のバックグラウンドジョブの実行は{relativeTime}でした。 何かが間違っているようです。",
- "Check the background job settings" : "バックグラウンドジョブの設定を確認する",
+ "Last background job execution ran {relativeTime}. Something seems wrong. {linkstart}Check the background job settings ↗{linkend}." : "最後のバックグラウンドジョブの実行は{relativeTime}を実行しました。何かがおかしいようです。 {linkstart}バックグラウンドジョブの設定を確認してください↗{linkend}。",
"This server has no working Internet connection: Multiple endpoints could not be reached. This means that some of the features like mounting external storage, notifications about updates or installation of third-party apps will not work. Accessing files remotely and sending of notification emails might not work, either. Establish a connection from this server to the Internet to enjoy all features." : "このサーバーにはインターネット接続がありません。複数のエンドポイントに到達できませんでした。 つまり、外部ストレージのマウント、アップデートに関する通知、サードパーティ製アプリのインストールなどの機能の一部は機能しません。 リモートからファイルにアクセスしたり、通知メールを送信したりすることもできません。 このサーバーからインターネットへの接続を確立して、すべての機能を利用してください。",
- "No memory cache has been configured. To enhance performance, please configure a memcache, if available. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "メモリキャッシュが設定されていません。可能であれば、パフォーマンスを向上するため、memcacheを設定してください。より詳しい情報は<a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">ドキュメント</a>で参照できます。",
- "No suitable source for randomness found by PHP which is highly discouraged for security reasons. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "セキュリティ上の理由から推奨されていない為、PHPで利用できる乱数用ソースがありません。 より詳しい情報については、<a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">ドキュメント</a>を参照ください。",
- "You are currently running PHP {version}. Upgrade your PHP version to take advantage of <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">performance and security updates provided by the PHP Group</a> as soon as your distribution supports it." : "このサーバーでは、{version} のPHPを利用しています。パフォーマンスとセキュリティ上のメリットがあるため利用中のディストリビューションで<a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">PHP グループの提供する最新のPHPのバージョン</a>になるべく早くアップグレードすることを強くお勧めします。",
- "The reverse proxy header configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If not, this is a security issue and can allow an attacker to spoof their IP address as visible to the Nextcloud. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "リバースプロキシヘッダーの設定が正しくないか、信頼できるプロキシからNextcloudにアクセスしています。 そうでない場合、これはセキュリティの問題であり、攻撃者はNextcloudに見えるように自分のIPアドレスを偽装することができます。より詳しい情報は<a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">ドキュメント</a>で参照できます。",
- "Memcached is configured as distributed cache, but the wrong PHP module \"memcache\" is installed. \\OC\\Memcache\\Memcached only supports \"memcached\" and not \"memcache\". See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">memcached wiki about both modules</a>." : "Memcached は分散キャッシュとして設定されています。しかし、PHPモジュール \"memcache\"が間違ってインストールされています。 \\OC\\Memcache\\Memcached は、\"memcache\" ではなく、\"memcached\" のみをサポートしています。<a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">memcached wiki で両方のモジュールの情報</a>について確認してください。",
- "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">List of invalid files…</a> / <a href=\"{rescanEndpoint}\">Rescan…</a>)" : "いくつかのファイルでチェックサムが適合しませんでした。この問題を解決するためは、<a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">ドキュメント</a>の詳細を見てください。(<a href=\"{codeIntegrityDownloadEndpoint}\">不適合ファイルのリスト… </a>/ <a href=\"{rescanEndpoint}\">再チェック…</a>)",
- "The PHP OPcache module is not loaded. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance it is recommended</a> to load it into your PHP installation." : "PHP OPcacheモジュールがロードされていません。<a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">よりパフォーマンスを向上させる</a>には、PHPインストールにロードすることをお勧めします。",
- "The PHP OPcache is not properly configured. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance it is recommended</a> to use the following settings in the <code>php.ini</code>:" : "PHP OPcacheが適切に設定されていません。<a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">よりパフォーマンスを向上させる</a>には、<code>php.ini</code>で次の設定を推奨します:",
+ "No memory cache has been configured. To enhance performance, please configure a memcache, if available. Further information can be found in the {linkstart}documentation ↗{linkend}." : "メモリーキャッシュが構成されていません。パフォーマンスを向上させるために、可能な場合はmemcacheを構成してください。詳細については、{linkstart}ドキュメント↗{linkend}をご覧ください。",
+ "No suitable source for randomness found by PHP which is highly discouraged for security reasons. Further information can be found in the {linkstart}documentation ↗{linkend}." : "PHPで利用する乱数に適切なソースがありません。これは、セキュリティ上の理由から全く推奨されていません。詳細については、{linkstart}ドキュメント↗{linkend}をご覧ください。",
+ "You are currently running PHP {version}. Upgrade your PHP version to take advantage of {linkstart}performance and security updates provided by the PHP Group ↗{linkend} as soon as your distribution supports it." : "あなたは現在、PHP {version} を使用しています。ディストリビューションでサポートされたら、すぐにPHPのバージョンをアップグレードして、{linkstart}PHPグループ↗の提供するパフォーマンスとセキュリティメリット{linkend}を享受してください。",
+ "Nextcloud 20 is the last release supporting PHP 7.2. Nextcloud 21 requires at least PHP 7.3." : "Nextcloud 20は、PHP7.2をサポートする最後のリリースです。 Nextcloud21には最低でもPHP7.3が必要です。",
+ "The reverse proxy header configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If not, this is a security issue and can allow an attacker to spoof their IP address as visible to the Nextcloud. Further information can be found in the {linkstart}documentation ↗{linkend}." : "リバースプロキシヘッダーの構成が正しくないか、信頼できるプロキシからNextcloudにアクセスしています。そうでない場合、これはセキュリティに問題があり、攻撃者がNextcloudを表示できるようにIPアドレスを偽装することができます。詳細については、{linkstart}ドキュメント↗{linkend}をご覧ください。",
+ "Memcached is configured as distributed cache, but the wrong PHP module \"memcache\" is installed. \\OC\\Memcache\\Memcached only supports \"memcached\" and not \"memcache\". See the {linkstart}memcached wiki about both modules ↗{linkend}." : "Memcachedが分散キャッシュとして設定されていますが、間違ったPHPモジュール \"memcache\" がインストールされています。 \\OC\\Memcache\\Memcachedは \"memcached\" のみをサポートし、\"memcache\" はサポートしません。は、{linkstart} 両方のモジュールについてはmemcached wiki↗{linkend}を参照してください。",
+ "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in the {linkstart1}documentation ↗{linkend}. ({linkstart2}List of invalid files…{linkend} / {linkstart3}Rescan…{linkend})" : "一部のファイルは整合性チェックに合格していません。この問題を解決する方法の詳細については、{linkstart1}ドキュメント↗{linkend}をご覧ください。 ({linkstart2}無効なファイルのリスト…{linkend} / {linkstart3}再スキャン…{linkend})",
+ "The PHP OPcache module is not loaded. {linkstart}For better performance it is recommended ↗{linkend} to load it into your PHP installation." : "PHP OPcacheモジュールがロードされていません。 {linkstart}パフォーマンスを向上させるには、↗{linkend}をPHPインストールにロードすることをお勧めします。",
+ "The PHP OPcache module is not properly configured. {linkstart}For better performance it is recommended ↗{linkend} to use the following settings in the <code>php.ini</code>:" : "PHP OPcache モジュールが正しく設定されていません。{linkstart}パフォーマンスを向上させるためには、{linkend} <code>php.ini</code>で以下の設定を使用することを推奨します:",
"The PHP function \"set_time_limit\" is not available. This could result in scripts being halted mid-execution, breaking your installation. Enabling this function is strongly recommended." : "PHP 関数 \"set_time_limit\" は使用できません。これにより実行スクリプトが途中で停止されて、インストールを破壊する可能性があります。この機能を有効にすることを強くお勧めします。",
"Your PHP does not have FreeType support, resulting in breakage of profile pictures and the settings interface." : "プロフィール写真と設定インターフェースが壊れているため、PHPはFreeTypeをサポートしていません。",
"Missing index \"{indexName}\" in table \"{tableName}\"." : "テーブル \"{tableName}\"のインデックス \"{indexName}\"が見つかりません。",
- "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "データベースにいくつかのインデックスがありません。 大きなテーブルにインデックスを追加すると、自動的に追加されないまでに時間がかかる可能性があるためです。 \"occ db:add-missing-indices\"を実行することによって、インスタンスが実行し続けている間にそれらの欠けているインデックスを手動で追加することができます。 インデックスが追加されると、それらのテーブルへのクエリは通常はるかに速くなります。",
+ "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "データベースにいくつかのインデックスがありません。 大きなテーブルにインデックスを追加すると、自動的に追加されないまでに時間がかかる可能性があるためです。 \"occ db:add-missing-indices\"を実行することによって、インスタンスが実行し続けている間にそれらの欠けているインデックスを手動で追加することができます。 インデックスが追加されると、それらのテーブルへのクエリは通常はるかに速くなります。",
+ "Missing primary key on table \"{tableName}\"." : "テーブル \"{tableName}\"にプライマリーキーがありません。",
+ "The database is missing some primary keys. Due to the fact that adding primary keys on big tables could take some time they were not added automatically. By running \"occ db:add-missing-primary-keys\" those missing primary keys could be added manually while the instance keeps running." : "データベースにいくつかのプライマリーキーがありません。大きなテーブルにプライマリーキーを追加するには時間がかかる可能性があるため、自動的に追加されません。 \"occ db:add-missing-primary-keys\" を実行することにより、インスタンスを動かしたままで足りないプライマリーキーを手動で追加することができます。",
+ "Missing optional column \"{columnName}\" in table \"{tableName}\"." : "テーブル \"{tableName}\" にオプションのカラム \"{columnName}\" が存在しません。",
+ "The database is missing some optional columns. Due to the fact that adding columns on big tables could take some time they were not added automatically when they can be optional. By running \"occ db:add-missing-columns\" those missing columns could be added manually while the instance keeps running. Once the columns are added some features might improve responsiveness or usability." : "データベースにはオプションのカラムがいくつかありません。大きなテーブルにカラムを追加するには時間がかかるため、オプションのカラムは自動的に追加されませんでした。\"occ db:add-missing-columns\"を実行することで、不足しているカラムはインスタンスの実行中に手動で追加することができます。カラムが追加されると、応答性や使い勝手が改善される可能性があります。",
"This instance is missing some recommended PHP modules. For improved performance and better compatibility it is highly recommended to install them." : "このインスタンスには推奨されるPHPモジュールがいくつかありません。 パフォーマンスの向上と互換性の向上のために、それらをインストールすることを強くお勧めします。",
- "Some columns in the database are missing a conversion to big int. Due to the fact that changing column types on big tables could take some time they were not changed automatically. By running 'occ db:convert-filecache-bigint' those pending changes could be applied manually. This operation needs to be made while the instance is offline. For further details read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "データベース内のいくつかの列で、big intへの変換が行われていません。 大きなテーブルでカラムタイプを変更すると時間がかかることがあるため、自動的には変更されませんでした。 'occ db:convert-filecache-bigint'を実行することによって、それらの保留中の変更は手動で適用できます。 この操作は、インスタンスがオフラインの間に行う必要があります。 詳細については<a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">これに関するドキュメントページを読んでください。</a>",
+ "Module php-imagick in this instance has no SVG support. For better compatibility it is recommended to install it." : "このインスタンスのphp-imagickモジュールはSVGをサポートしていません。互換性の向上のために、インストールすることをお勧めします。",
+ "Some columns in the database are missing a conversion to big int. Due to the fact that changing column types on big tables could take some time they were not changed automatically. By running 'occ db:convert-filecache-bigint' those pending changes could be applied manually. This operation needs to be made while the instance is offline. For further details read {linkstart}the documentation page about this ↗{linkend}." : "データベースの一部のカラムがbigintへ変換されていません。大きなテーブルのカラムタイプの変更には時間がかかる可能性があるため、自動的には変更されませんでした。 'occ db:convert-filecache-bigint' を実行することにより、これらの保留中の変更を手動で適用できます。この操作は、インスタンスがオフラインのときに実行する必要があります。詳細については、{linkstart}これに関するドキュメントページ↗{linkend}をお読みください。",
"SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend." : "SQLiteがデータベースとして使用されています。大規模な運用では別のデータベースに切り替えることをお勧めします。",
"This is particularly recommended when using the desktop client for file synchronisation." : "これは、ファイル同期にデスクトップクライアントを使用する場合に特に推奨されます。",
- "To migrate to another database use the command line tool: 'occ db:convert-type', or see the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation ↗</a>." : "他のデータベースに移行する場合はコマンドラインツール: 'occ db:convert-type' を使うか、<a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">ドキュメント ↗</a>を参照してください。",
- "Use of the the built in php mailer is no longer supported. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Please update your email server settings ↗<a/>." : "組み込みのphpメーラーの使用はサポートされていません。 <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">メールサーバーの設定を更新してください。↗<a/>",
- "The PHP memory limit is below the recommended value of 512MB." : "PHPのメモリ制限は推奨値512MBを下回ります。",
+ "To migrate to another database use the command line tool: 'occ db:convert-type', or see the {linkstart}documentation ↗{linkend}." : "別のデータベースに移行するには、コマンドラインツール 'occ db:convert-type'を使用するか、{linkstart}ドキュメント↗{linkend}を参照してください。",
+ "The PHP memory limit is below the recommended value of 512MB." : "PHPのメモリ制限が推奨値の512MB以下です。",
"Some app directories are owned by a different user than the web server one. This may be the case if apps have been installed manually. Check the permissions of the following app directories:" : "一部のアプリディレクトリは、Webサーバーディレクトリとは異なるユーザーによって所有されています。 アプリが手動でインストールされた場合、これがそのケースに値します。 次のアプリディレクトリの権限を確認します。",
- "MySQL is used as database but does not support 4-byte characters. To be able to handle 4-byte characters (like emojis) without issues in filenames or comments for example it is recommended to enable the 4-byte support in MySQL. For further details read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "MySQLをデータベースとして使用していますが、4バイト文字をサポートしていません。たとえば、ファイル名やコメントの問題なしに(絵文字のような)4バイト文字を処理できるようにするには、MySQLで4バイトサポートを有効にすることをお勧めします。 詳細については<a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">これに関するドキュメントページを読んでください。</a>",
+ "MySQL is used as database but does not support 4-byte characters. To be able to handle 4-byte characters (like emojis) without issues in filenames or comments for example it is recommended to enable the 4-byte support in MySQL. For further details read {linkstart}the documentation page about this ↗{linkend}." : "データベースとしてMySQLを使用していますが、4バイト文字をサポートしていません。ファイル名やコメントなどで4バイト文字(絵文字など)を問題なく扱うためには、MySQLで4バイトサポートを有効にすることが推奨されます。詳細は{linkstart}これに関するドキュメントページ↗{linkend}をお読みください。",
"This instance uses an S3 based object store as primary storage. The uploaded files are stored temporarily on the server and thus it is recommended to have 50 GB of free space available in the temp directory of PHP. Check the logs for full details about the path and the available space. To improve this please change the temporary directory in the php.ini or make more space available in that path." : "このインスタンスは、S3ベースのオブジェクトストアをプライマリストレージとして使用します。 アップロードされたファイルは一時的にサーバーに保存されるため、PHPの一時ディレクトリに50 GBの空き容量を確保することをお勧めします。 パスと空き容量についての完全な詳細はログを確認してください。 一時ディレクトリを修正するには、php.iniの一時ディレクトリを変更するか、またはそのパスでより多くのスペースを利用できるようにしてください。",
+ "You are accessing your instance over a secure connection, however your instance is generating insecure URLs. This most likely means that you are behind a reverse proxy and the overwrite config variables are not set correctly. Please read {linkstart}the documentation page about this ↗{linkend}." : "安全な接続でインスタンスにアクセスしていますが、インスタンスは安全でないURLを生成しています。これは、リバースプロキシの背後にあり、構成設定変数が正しく上書きされていない可能性があります。これについては、{linkend}ドキュメントページ↗{linkstart}をお読みください。",
"Error occurred while checking server setup" : "サーバー設定のチェック中にエラーが発生しました",
+ "For more details see the {linkstart}documentation ↗{linkend}." : "詳細については、{linkstart}ドキュメント↗{linkend}を参照してください。",
"Your data directory and files are probably accessible from the Internet. The .htaccess file is not working. It is strongly recommended that you configure your web server so that the data directory is no longer accessible, or move the data directory outside the web server document root." : "あなたのデータディレクトリとファイルはおそらくインターネットからアクセス可能です。 .htaccessファイルが機能していません。 データディレクトリにアクセスできなくなるようにWebサーバーを設定するか、データディレクトリをWebサーバーのドキュメントルートの外側に移動することを強くお勧めします。",
"The \"{header}\" HTTP header is not set to \"{expected}\". This is a potential security or privacy risk, as it is recommended to adjust this setting accordingly." : "\"{header}\" HTTPヘッダーが \"{expected}\"に設定されていません。 これらは潜在的なセキュリティまたはプライバシーのリスクになります。この設定を調整することをお勧めします",
"The \"{header}\" HTTP header is not set to \"{expected}\". Some features might not work correctly, as it is recommended to adjust this setting accordingly." : "\"{header}\" HTTPヘッダーが \"{expected}\"に設定されていません。 一部の機能は正しく機能しない可能性があります。この設定を調整することを推奨します。",
"The \"{header}\" HTTP header doesn't contain \"{expected}\". This is a potential security or privacy risk, as it is recommended to adjust this setting accordingly." : "\"{header}\" HTTPヘッダーに \"{expected}\"が含まれていません。 これらは潜在的なセキュリティまたはプライバシーのリスクになります。この設定を調整することをお勧めします。",
- "The \"{header}\" HTTP header is not set to \"{val1}\", \"{val2}\", \"{val3}\", \"{val4}\" or \"{val5}\". This can leak referer information. See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{link}\">W3C Recommendation ↗</a>." : "\"{header}\" HTTPヘッダーが \"{val1}\"、 \"{val2}\"、 \"{val3}\"、 \"{val4}\"、または \"{val5}\"に設定されていません。 これにより、参照元情報が漏れる可能性があります。 <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{link}\">W3C勧告↗</a>を参照してください。",
- "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the <a href=\"{docUrl}\" rel=\"noreferrer noopener\">security tips ↗</a>." : "\"Strict-Transport-Security\" HTTPヘッダが最低でも \"{seconds}\" 秒に設定されていません。セキュリティを強化するには、<a href=\"{docUrl}\" rel=\"noreferrer noopener\">セキュリティTips ↗</a>で解説しているHSTSを有効にすることを推奨します。",
- "Accessing site insecurely via HTTP. You are strongly advised to set up your server to require HTTPS instead, as described in the <a href=\"{docUrl}\">security tips ↗</a>." : "セキュアではないHTTP経由でアクセスしています。<a href=\"{docUrl}\">セキュリティTips ↗</a>で述べているように、代わりにHTTPSを必要とするようサーバーを設定することを強くおすすめします。",
- "Non-existing tag #{tag}" : "存在しないタグ#{tag}",
- "restricted" : "制限済",
- "invisible" : "不可視",
- "Delete" : "削除",
- "Rename" : "名前の変更",
- "Collaborative tags" : "コラボタグ",
- "No tags found" : "タグが見つかりません",
+ "The \"{header}\" HTTP header is not set to \"{val1}\", \"{val2}\", \"{val3}\", \"{val4}\" or \"{val5}\". This can leak referer information. See the {linkstart}W3C Recommendation ↗{linkend}." : "HTTPヘッダの\"{header}\"に\"{val1}\"、\"{val2}\"、\"{val3}\"、\"{val4}\"、\"{val5}\"が設定されていません。これにより、リファラー情報が漏洩する可能性があります。 {linkstart} W3C勧告↗{linkend}を参照してください。",
+ "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the {linkstart}security tips ↗{linkend}." : "Strict-Transport-Security \"HTTP ヘッダーの秒数が少なくとも\"{seconds}\" に設定されていません。セキュリティを強化するには、{linkstart}セキュリティのヒント↗{linkend}で説明されているようにHSTSを有効にすることをお勧めします。",
+ "Accessing site insecurely via HTTP. You are strongly advised to set up your server to require HTTPS instead, as described in the {linkstart}security tips ↗{linkend}." : "安全ではないHTTPでサイトにアクセスしています。 {linkstart}セキュリティのヒント↗{linkend}で説明されているように、代わりにHTTPSを要求するようにサーバーを設定することを強くお勧めします。",
"unknown text" : "不明なテキスト",
"Hello world!" : "Hello world!",
"sunny" : "快晴",
@@ -123,27 +127,27 @@ OC.L10N.register(
"Please reload the page." : "ページをリロードしてください。",
"The update was unsuccessful. For more information <a href=\"{url}\">check our forum post</a> covering this issue." : "アップデートできませんでした。この問題に対する詳細な情報については、<a href=\"{url}\">フォーラムの投稿を確認してください</a> ",
"The update was unsuccessful. Please report this issue to the <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">Nextcloud community</a>." : "アップデートできませんでした。<a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">Nextcloud コミュニティ</a> に問題を報告してください。",
- "Continue to Nextcloud" : "Nextcloud に進む",
- "_The update was successful. Redirecting you to Nextcloud in %n second._::_The update was successful. Redirecting you to Nextcloud in %n seconds._" : ["アップデートに成功しました。 %n 秒後に Nextcloud にリダイレクトします。"],
- "Searching other places" : "他の場所の検索",
- "No search results in other folders for {tag}{filter}{endtag}" : "他のフォルダーに {tag}{filter}{endtag} の検索結果はありません",
- "_{count} search result in another folder_::_{count} search results in other folders_" : ["他のフォルダーの検索件数 {count}"],
+ "Continue to {productName}" : "{productName} に進む",
+ "_The update was successful. Redirecting you to {productName} in %n second._::_The update was successful. Redirecting you to {productName} in %n seconds._" : ["アップデートできました。%n秒で {productName}にリダイレクトします。"],
+ "Log in" : "ログイン",
+ "Logging in …" : "ログイン中...",
"Server side authentication failed!" : "サーバーサイドの認証に失敗しました!",
- "Please contact your administrator." : "管理者に問い合わせてください。",
+ "Please contact your administrator." : "管理者にお問い合わせください。",
"An internal error occurred." : "内部エラーが発生しました。",
- "Please try again or contact your administrator." : "もう一度試してみるか、管理者に問い合わせてください。",
+ "Please try again or contact your administrator." : "もう一度やり直してみるか、管理者にお問い合わせください。",
"Username or email" : "ユーザー名またはメールアドレス",
"Password" : "パスワード",
- "Log in" : "ログイン",
- "Logging in …" : "ログイン中...",
+ "Toggle password visibility" : "パスワードの表示/非表示を切り替える",
"Wrong username or password." : "ユーザー名またはパスワードが間違っています",
"User disabled" : "ユーザーは無効です",
"We have detected multiple invalid login attempts from your IP. Therefore your next login is throttled up to 30 seconds." : "あなたのIPから複数の無効なログイン試行が検出されました。 したがって、次回のログインは最大30秒間抑制されます。",
+ "Your account is not setup for passwordless login." : "あなたのアカウントはパスワードなしでログインできるように設定されていません。",
+ "Passwordless authentication is not supported in your browser." : "お使いのブラウザーはパスワードレス認証に対応していません。",
+ "Passwordless authentication is only available over a secure connection." : "パスワードレス認証は、セキュアな接続でのみ利用可能です。",
"Reset password" : "パスワードをリセット",
- "A password reset message has been sent to the e-mail address of this account. If you do not receive it, check your spam/junk folders or ask your local administrator for help." : "このアカウントのメールアドレスにパスワードをリセットするメールが送信されました。 メールが届かなかった場合はあなたのスパム/ジャンクフォルダーをチェックするか、管理者に問い合わせてください。",
+ "A password reset message has been sent to the email address of this account. If you do not receive it, check your spam/junk folders or ask your local administrator for help." : "このアカウントのメールアドレスにパスワードリセットメッセージを送信しました。届かない場合は、スパム/ジャンクフォルダーを確認するか、ローカル管理者にサポートを依頼してください。",
"If it is not there ask your local administrator." : "もしそうでない場合は、管理者に問い合わせてください。",
"Couldn't send reset email. Please contact your administrator." : "リセットメールを送信できませんでした。管理者に問い合わせてください。",
- "Password can not be changed. Please contact your administrator." : "パスワードは変更できません。管理者に問い合わせてください。",
"Back to login" : "ログインに戻る",
"New password" : "新しいパスワードを入力",
"Your files are encrypted. There will be no way to get your data back after your password is reset. If you are not sure what to do, please contact your administrator before you continue. Do you really want to continue?" : "ファイルが暗号化されます。パスワードがリセットされた後は、データを元に戻すことはできません。対処方法がわからない場合は、続行する前に管理者に問い合わせてください。本当に続行しますか?",
@@ -151,17 +155,29 @@ OC.L10N.register(
"Resetting password" : "パスワードのリセット",
"Recommended apps" : "推奨アプリ",
"Loading apps …" : "アプリを読み込み中…",
- "Could not fetch list of apps from the app store." : "App Storeからアプリのリストを取得できませんでした。",
"Installing apps …" : "アプリをインストールしています…",
- "Nextcloud {app}" : "Nextcloud {app}",
"App download or installation failed" : "アプリのダウンロードまたはインストールに失敗しました",
- "Can't install this app because it is not compatible" : "アプリの互換性がないため、インストールできません",
- "Can't install this app" : "このアプリはインストールできません",
"Cancel" : "キャンセル",
"Schedule work & meetings, synced with all your devices." : "すべての端末と同期して、仕事と会議をスケジュールに組み込みます",
"Keep your colleagues and friends in one place without leaking their private info." : "個人情報を漏らさずに、同僚や友人をまとめて保管します。",
"Simple email app nicely integrated with Files, Contacts and Calendar." : "ファイル、連絡先、カレンダーとうまく合わさったシンプルなメールアプリ。",
+ "Chatting, video calls, screensharing, online meetings and web conferencing – in your browser and with mobile apps." : "チャット、ビデオ通話、画面共有、オンラインミーティング、ウェブ会議 - ブラウザーとモバイルアプリで。",
+ "Collaboratively edit office documents." : "Office 文書を共同で編集します。",
+ "Local document editing back-end used by the Collabora Online app." : "Collabora Onlineアプリで使用されるローカルドキュメント編集バックエンド",
"Forgot password?" : "パスワードをお忘れですか?",
+ "Log in with a device" : "デバイスを使ってログインする",
+ "Back" : "戻る",
+ "Login form is disabled." : "ログインフォームは無効です。",
+ "Reset search" : "検索をリセットする",
+ "Search for {name} only" : "{name}のみを検索",
+ "No results for {query}" : "{query}の検索結果はありません",
+ "Start typing to search" : "入力して検索を開始します",
+ "Loading more results …" : "次の結果を読み込み中 ...",
+ "Load more results" : "次の結果を読み込む",
+ "Search" : "検索",
+ "An error occurred while searching for {type}" : "{type} の検索中にエラーが発生しました",
+ "_Please enter {minSearchLength} character or more to search_::_Please enter {minSearchLength} characters or more to search_" : ["検索には、{minSearchLength}文字以上が必要です"],
+ "Search {types} …" : "{types} を検索…",
"Settings" : "設定",
"Could not load your contacts" : "連絡先を読み込めませんでした",
"Search contacts …" : "連絡先を検索...",
@@ -229,6 +245,13 @@ OC.L10N.register(
"Strong password" : "強いパスワード",
"No action available" : "操作できません",
"Error fetching contact actions" : "連絡先操作取得エラー",
+ "Non-existing tag #{tag}" : "存在しないタグ#{tag}",
+ "restricted" : "制限済",
+ "invisible" : "不可視",
+ "Delete" : "削除",
+ "Rename" : "名前の変更",
+ "Collaborative tags" : "コラボタグ",
+ "No tags found" : "タグが見つかりません",
"Personal" : "個人",
"Users" : "ユーザー",
"Apps" : "アプリ",
@@ -238,7 +261,10 @@ OC.L10N.register(
"File not found" : "ファイルが見つかりません",
"The document could not be found on the server. Maybe the share was deleted or has expired?" : "ドキュメントはサーバー上に見つかりませんでした。 共有が削除されたか、期限が切れている可能性がありますか?",
"Back to %s" : "%s に戻る",
+ "Too many requests" : "要求が多すぎます",
+ "There were too many requests from your network. Retry later or contact your administrator if this is an error." : "ネットワークからのリクエストが多すぎました。このようなエラーが発生した場合は、後で再試行するか、管理者に連絡してください。",
"Error" : "エラー",
+ "Previous" : "前へ",
"Internal Server Error" : "内部サーバーエラー",
"The server was unable to complete your request." : "サーバーは要求を完了できませんでした。",
"If this happens again, please send the technical details below to the server administrator." : "再びこのようなことが起こった場合は、以下の技術情報をサーバー管理者に送ってください。",
@@ -275,6 +301,7 @@ OC.L10N.register(
"SQLite should only be used for minimal and development instances. For production we recommend a different database backend." : "SQLiteは小規模もしくは開発用のインスタンスでのみ利用できます。プロダクション環境では他のデータベースをお勧めします。",
"If you use clients for file syncing, the use of SQLite is highly discouraged." : "ファイルの同期にクライアントを使用している場合、SQLiteの使用はお勧めできません。",
"Install recommended apps" : "推奨アプリをインストール",
+ "Calendar, Contacts, Talk, Mail & Collaborative editing" : "カレンダー、連絡先、トーク、メール、共同編集",
"Finish setup" : "セットアップを完了します",
"Finishing …" : "作業を完了しています ...",
"Need help?" : "ヘルプが必要ですか?",
@@ -288,14 +315,13 @@ OC.L10N.register(
"More apps" : "さらにアプリ",
"More" : "もっと見る",
"More apps menu" : "その他のアプリメニュー",
- "Search" : "検索",
- "Reset search" : "検索をリセットする",
"Contacts" : "連絡先",
"Contacts menu" : "連絡先メニュー",
"Settings menu" : "メニュー設定",
"Confirm your password" : "パスワードを確認",
"Connect to your account" : "あなたのアカウントに接続する",
"Please log in before granting %1$s access to your %2$s account." : "あなたの %2$s アカウントに %1$s アクセスを許可する前にログインしてください。",
+ "If you are not trying to set up a new device or app, someone is trying to trick you into granting them access to your data. In this case do not proceed and instead contact your system administrator." : "新しいデバイスやアプリを設定しようとしていないのに、今この画面が表示された場合、誰かがあなたを騙してデータへのアクセス権を奪取しようとしています。その場合は、ここで止めてシステム管理者に連絡してください。",
"App token" : "アプリのトークン",
"Grant access" : "アクセスを許可",
"Alternative log in using app token" : "アプリトークンを使って代替ログイン",
@@ -323,8 +349,8 @@ OC.L10N.register(
"Further information how to configure this can be found in the %1$sdocumentation%2$s." : "これを構成する方法の詳細は、%1$sドキュメント%2$sにあります。",
"App update required" : "アプリの更新が必要",
"%1$s will be updated to version %2$s" : "%1$s は バーション %2$s にアップデートされます",
- "These apps will be updated:" : "次のアプリがアップデートされます:",
- "These incompatible apps will be disabled:" : "次の非互換のないアプリは無効になる:",
+ "The following apps will be updated:" : "以下のアプリはアップデートされます:",
+ "These incompatible apps will be disabled:" : "無効になる互換性のないアプリ:",
"The theme %s has been disabled." : "テーマ %s が無効になっています。",
"Please make sure that the database, the config folder and the data folder have been backed up before proceeding." : "データベースを確認してください。実行前にconfigフォルダーとdataフォルダーをバックアップします。",
"Start update" : "アップデートを開始",
@@ -339,95 +365,49 @@ OC.L10N.register(
"This %s instance is currently in maintenance mode, which may take a while." : "このサーバー %s は現在メンテナンスモードです。しばらくお待ちください。",
"This page will refresh itself when the instance is available again." : "この画面は、サーバー の再起動後に自動的に更新されます。",
"Contact your system administrator if this message persists or appeared unexpectedly." : "このメッセージが引き続き、または予期せず現れる場合は、システム管理者に問い合わせてください。",
- "Could not send reset email because there is no email address for this username. Please contact your administrator." : "このユーザー名に紐付けられたメールアドレスがないため、リセットメールを送信できませんでした。管理者に問い合わせてください。",
- "Couldn't send reset email. Please make sure your username is correct." : "リセットメールを送信できませんでした。ユーザー名が正しいことを確認してください。",
- "We have send a password reset e-mail to the e-mail address known to us for this account. If you do not receive it within a reasonable amount of time, check your spam/junk folders.<br>If it is not there ask your local administrator." : "このアカウントのパスワードをリセットするためのメールを、登録されているアドレスに送信しました。 あなたが妥当な時間内にメールを受け取れない場合は、スパム/ジャンクフォルダーをチェックしてください。<br>そこにもない場合は、サーバー管理者に確認してください。",
- "Your files are encrypted. There will be no way to get your data back after your password is reset.<br />If you are not sure what to do, please contact your administrator before you continue. <br />Do you really want to continue?" : "ファイルが暗号化されています。パスワードをリセットした場合、データを元に戻す方法はありません。<br />どういうことか分からない場合は、操作を継続する前に管理者に問い合わせてください。<br />続けてよろしいでしょうか?",
- "Sending email …" : "メールを送信中 ...",
- "You are currently running PHP 5.6. The current major version of Nextcloud is the last that is supported on PHP 5.6. It is recommended to upgrade the PHP version to 7.0+ to be able to upgrade to Nextcloud 14." : "あなたは現在PHP 5.6を実行しています。 Nextcloudの現在のメジャーバージョンは、PHP 5.6でサポートされている最新バージョンです。 Nextcloud 14にアップグレードできるようにするには、PHPバージョンを7.0以降にアップグレードすることをお勧めします。",
- "Accessing site insecurely via HTTP. You are strongly adviced to set up your server to require HTTPS instead, as described in the <a href=\"{docUrl}\">security tips ↗</a>." : "セキュアではないHTTP経由でアクセスしています。<a href=\"{docUrl}\">セキュリティTips ↗</a>で述べているように、代わりにHTTPSを必要とするようサーバーを設定することを強くおすすめします。",
- "Shared" : "共有中",
- "Shared with" : "と共有",
- "Shared by" : "共有者",
- "Choose a password for the public link" : "URLによる共有のパスワードを入力",
- "Choose a password for the public link or press the \"Enter\" key" : "公開リンクのパスワードを入力、または、\"エンター\"のみを叩く",
- "Copied!" : "コピーしました!",
- "Copy link" : "リンクをコピー",
- "Not supported!" : "サポートされていません!",
- "Press ⌘-C to copy." : "⌘+Cを押してコピーします。",
- "Press Ctrl-C to copy." : "Ctrl+Cを押してコピーします。",
- "Unable to create a link share" : "リンク共有を作成できません",
- "Unable to toggle this option" : "このオプションを切り替えることができません",
- "Resharing is not allowed" : "再共有は許可されていません",
- "Link" : "リンク",
- "Hide download" : "ダウンロードを隠す",
- "Password protection enforced" : "パスワード保護が強制される",
- "Password protect" : "パスワード保護を有効化",
- "Allow editing" : "編集を許可",
- "Email link to person" : "電子メールリンク",
- "Send" : "送信",
- "Allow upload and editing" : "アップロードと編集を許可する",
- "Read only" : "読み取り専用",
- "File drop (upload only)" : "ファイルドロップ(アップロードのみ)",
- "Expiration date enforced" : "有効期限が強制される",
- "Set expiration date" : "有効期限を設定",
- "Expiration" : "期限切れ",
- "Expiration date" : "有効期限",
- "Note to recipient" : "受取人への注意",
- "Unshare" : "共有解除",
- "Delete share link" : "共有リンクを削除",
- "Add another link" : "別のリンクを追加",
- "Password protection for links is mandatory" : "リンクのパスワード保護は必須です",
- "Share to {name}" : "{name} に共有する",
- "Share link" : "URLで共有",
- "New share link" : "新しい共有リンク",
- "Created on {time}" : "作成日:{time}",
- "Password protect by Talk" : "トークによるパスワード保護",
- "Could not unshare" : "共有の解除ができませんでした",
- "Shared with you and the group {group} by {owner}" : "あなたと {owner} のグループ {group} で共有中",
- "Shared with you and {circle} by {owner}" : "{owner} が{circle}で共有中",
- "Shared with you and the conversation {conversation} by {owner}" : "{owner}のスレッド{conversation}であなたと共有しました",
- "Shared with you in a conversation by {owner}" : "{owner}のスレッドであなたと共有しました",
- "Shared with you by {owner}" : "{owner} より共有中",
- "Choose a password for the mail share" : "メール共有のパスワードを選択",
- "group" : "グループ",
- "remote" : "リモート",
- "remote group" : "リモートグループ",
- "email" : "メール",
- "conversation" : "会話",
- "shared by {sharer}" : "共有した人 {sharer}",
- "Can reshare" : "再共有可能",
- "Can edit" : "編集可能",
- "Can create" : "作成可能",
- "Can change" : "変更可能",
- "Can delete" : "削除可能",
- "Access control" : "アクセス制御",
- "{shareInitiatorDisplayName} shared via link" : "{shareInitiatorDisplayName} がリンク経由で共有",
- "Error while sharing" : "共有でエラーが発生しました",
- "Share details could not be loaded for this item." : "共有の詳細はこのアイテムによりロードできませんでした。",
- "Search globally" : "グローバルに検索",
- "_At least {count} character is needed for autocompletion_::_At least {count} characters are needed for autocompletion_" : ["オートコンプリートには{count}文字以上必要です"],
- "This list is maybe truncated - please refine your search term to see more results." : "このリストは切り捨てられている可能性があります - 検索語句を絞り込んで検索結果を表示してください。",
- "No users or groups found for {search}" : "{search} の検索でユーザー、グループが見つかりません",
- "No users found for {search}" : "{search} のユーザーはいませんでした",
- "An error occurred (\"{message}\"). Please try again" : "エラーが発生しました(\"{message}\")。 もう一度お試しください",
- "An error occurred. Please try again" : "エラーが発生しました。もう一度実行してください。",
- "Home" : "ホーム",
- "Work" : "職場",
- "Other" : "その他",
- "{sharee} (remote group)" : "{sharee} (リモートグループ)",
- "{sharee} ({type}, {owner})" : "{sharee} ({type}, {owner})",
- "Share" : "共有",
- "Name or email address..." : "名前またはメールアドレス",
- "Name or federated cloud ID..." : "ユーザー名または、クラウド共有ID...",
- "Name, federated cloud ID or email address..." : "ユーザー名、クラウド共有ID、またはメールアドレス",
- "Name..." : "ユーザー名...",
- "Error removing share" : "共有の削除エラー",
- "({scope})" : "({scope})",
- "Saving..." : "保存中...",
- "Dismiss" : "閉じる",
- "Your client should now be connected! You can close this window." : "あなたのクライアントは接続されているはずです。 このウィンドウは閉じても構いません。",
- "New Password" : "新しいパスワード",
- "Cancel log in" : "ログインをキャンセルする"
+ "Checking whether the database schema can be updated (this can take a long time depending on the database size)" : "データベーススキーマがアップデートできるかどうかチェックしています。(この操作の時間はデータベースの容量によります)",
+ "Checked database schema update" : "指定データベースのスキーマを更新",
+ "Checking updates of apps" : "アプリの更新をチェックしています。",
+ "Checking for update of app \"%s\" in appstore" : "アプリストアで \"%s\" アプリのアップデートを確認しています",
+ "Update app \"%s\" from appstore" : "アプリストアから \"%s\" アプリをアップデートする",
+ "Checked for update of app \"%s\" in appstore" : "アプリストアで \"%s\" アプリのアップデートを確認済",
+ "Checked database schema update for apps" : "アプリの指定データベースのスキーマを更新",
+ "Following apps have been disabled: %s" : "次のアプリが無効にされています: %s",
+ "Your web server is not properly set up to resolve \"{url}\". Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Webサーバーは適切にホスト名 \"{url}\" が引けるように設定されていません。より詳しい情報については、<a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">ドキュメント</a>を参照ください。",
+ "Your web server is not properly set up to resolve \"{url}\". This is most likely related to a web server configuration that was not updated to deliver this folder directly. Please compare your configuration against the shipped rewrite rules in \".htaccess\" for Apache or the provided one in the documentation for Nginx at it's <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation page</a>. On Nginx those are typically the lines starting with \"location ~\" that need an update." : "Webサーバーは \"{url}\"を解決するための正しい設定がなされていません。 これは、このフォルダーを直接配信するように更新されていないWebサーバー構成に関連している可能性があります。 あなたの設定と、Apache用の \".htaccess\"、あるいはNginxのドキュメントの <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">ドキュメントページ</a> に記載されているものとを比較してください。Nginxでは、これらは通常 \"location〜\"で始まる行で更新が必要です。",
+ "Your web server is not properly set up to deliver .woff2 files. This is typically an issue with the Nginx configuration. For Nextcloud 15 it needs an adjustement to also deliver .woff2 files. Compare your Nginx configuration to the recommended configuration in our <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Webサーバーが.woff2ファイルを配信するように正しく設定されていません。 これは通常Nginx設定の問題です。 Nextcloud 15では、.woff2ファイルも配信するための調整が必要です。 あなたのNginxの設定を<a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">ドキュメント</a>の推奨される設定と比較してください。",
+ "Please check the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">installation documentation ↗</a> for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "PHP設定の注意事項と php-fpmを利用する場合のサーバー向け設定を<a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">インストールドキュメント↗</a>で確認してください。",
+ "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems. See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation ↗</a> for more information." : "ファイルの書き込み時のロックが無効になっており、競合時に問題となる可能性があります。この問題を避ける為に config.php 中の 'filelocking.enabled' を有効にしてください。詳細については、 <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">ドキュメント ↗</a> を参照してください。",
+ "Last background job execution ran {relativeTime}. Something seems wrong." : "最後のバックグラウンドジョブの実行は{relativeTime}でした。 何かが間違っているようです。",
+ "Check the background job settings" : "バックグラウンドジョブの設定を確認する",
+ "No memory cache has been configured. To enhance performance, please configure a memcache, if available. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "メモリキャッシュが設定されていません。可能であれば、パフォーマンスを向上するため、memcacheを設定してください。より詳しい情報は<a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">ドキュメント</a>で参照できます。",
+ "No suitable source for randomness found by PHP which is highly discouraged for security reasons. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "セキュリティ上の理由から推奨されていない為、PHPで利用できる乱数用ソースがありません。 より詳しい情報については、<a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">ドキュメント</a>を参照ください。",
+ "You are currently running PHP {version}. Upgrade your PHP version to take advantage of <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">performance and security updates provided by the PHP Group</a> as soon as your distribution supports it." : "このサーバーでは、{version} のPHPを利用しています。パフォーマンスとセキュリティ上のメリットがあるため利用中のディストリビューションで<a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">PHP グループの提供する最新のPHPのバージョン</a>になるべく早くアップグレードすることを強くお勧めします。",
+ "The reverse proxy header configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If not, this is a security issue and can allow an attacker to spoof their IP address as visible to the Nextcloud. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "リバースプロキシヘッダーの設定が正しくないか、信頼できるプロキシからNextcloudにアクセスしています。 そうでない場合、これはセキュリティの問題であり、攻撃者はNextcloudに見えるように自分のIPアドレスを偽装することができます。より詳しい情報は<a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">ドキュメント</a>で参照できます。",
+ "Memcached is configured as distributed cache, but the wrong PHP module \"memcache\" is installed. \\OC\\Memcache\\Memcached only supports \"memcached\" and not \"memcache\". See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">memcached wiki about both modules</a>." : "Memcached は分散キャッシュとして設定されています。しかし、PHPモジュール \"memcache\"が間違ってインストールされています。 \\OC\\Memcache\\Memcached は、\"memcache\" ではなく、\"memcached\" のみをサポートしています。<a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">memcached wiki で両方のモジュールの情報</a>について確認してください。",
+ "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">List of invalid files…</a> / <a href=\"{rescanEndpoint}\">Rescan…</a>)" : "いくつかのファイルでチェックサムが適合しませんでした。この問題を解決するためは、<a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">ドキュメント</a>の詳細を見てください。(<a href=\"{codeIntegrityDownloadEndpoint}\">不適合ファイルのリスト… </a>/ <a href=\"{rescanEndpoint}\">再チェック…</a>)",
+ "The PHP OPcache module is not loaded. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance it is recommended</a> to load it into your PHP installation." : "PHP OPcacheモジュールがロードされていません。<a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">よりパフォーマンスを向上させる</a>には、PHPインストールにロードすることをお勧めします。",
+ "The PHP OPcache is not properly configured. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance it is recommended</a> to use the following settings in the <code>php.ini</code>:" : "PHP OPcacheが適切に設定されていません。<a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">よりパフォーマンスを向上させる</a>には、<code>php.ini</code>で次の設定を推奨します:",
+ "Some columns in the database are missing a conversion to big int. Due to the fact that changing column types on big tables could take some time they were not changed automatically. By running 'occ db:convert-filecache-bigint' those pending changes could be applied manually. This operation needs to be made while the instance is offline. For further details read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "データベース内のいくつかの列で、big intへの変換が行われていません。 大きなテーブルでカラムタイプを変更すると時間がかかることがあるため、自動的には変更されませんでした。 'occ db:convert-filecache-bigint'を実行することによって、それらの保留中の変更は手動で適用できます。 この操作は、インスタンスがオフラインの間に行う必要があります。 詳細については<a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">これに関するドキュメントページを読んでください。</a>",
+ "To migrate to another database use the command line tool: 'occ db:convert-type', or see the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation ↗</a>." : "他のデータベースに移行する場合はコマンドラインツール: 'occ db:convert-type' を使うか、<a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">ドキュメント ↗</a>を参照してください。",
+ "Use of the the built in php mailer is no longer supported. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Please update your email server settings ↗<a/>." : "組み込みのphpメーラーの使用はサポートされていません。 <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">メールサーバーの設定を更新してください。↗<a/>",
+ "MySQL is used as database but does not support 4-byte characters. To be able to handle 4-byte characters (like emojis) without issues in filenames or comments for example it is recommended to enable the 4-byte support in MySQL. For further details read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "MySQLをデータベースとして使用していますが、4バイト文字をサポートしていません。たとえば、ファイル名やコメントの問題なしに(絵文字のような)4バイト文字を処理できるようにするには、MySQLで4バイトサポートを有効にすることをお勧めします。 詳細については<a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">これに関するドキュメントページを読んでください。</a>",
+ "You are accessing your instance over a secure connection, however your instance is generating insecure URLs. This most likely means that you are behind a reverse proxy and the overwrite config variables are not set correctly. Please read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "安全な接続でインスタンスにアクセスしていますが、インスタンスが安全でない URL を生成しています。これは、リバースプロキシの後ろにいて、上書き設定変数が正しく設定されていない可能性が高いです。<a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">これに関するドキュメントのページ</a>を読んでください。",
+ "The \"{header}\" HTTP header is not set to \"{val1}\", \"{val2}\", \"{val3}\", \"{val4}\" or \"{val5}\". This can leak referer information. See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{link}\">W3C Recommendation ↗</a>." : "\"{header}\" HTTPヘッダーが \"{val1}\"、 \"{val2}\"、 \"{val3}\"、 \"{val4}\"、または \"{val5}\"に設定されていません。 これにより、参照元情報が漏れる可能性があります。 <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{link}\">W3C勧告↗</a>を参照してください。",
+ "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the <a href=\"{docUrl}\" rel=\"noreferrer noopener\">security tips ↗</a>." : "\"Strict-Transport-Security\" HTTPヘッダが最低でも \"{seconds}\" 秒に設定されていません。セキュリティを強化するには、<a href=\"{docUrl}\" rel=\"noreferrer noopener\">セキュリティTips ↗</a>で解説しているHSTSを有効にすることを推奨します。",
+ "Accessing site insecurely via HTTP. You are strongly advised to set up your server to require HTTPS instead, as described in the <a href=\"{docUrl}\">security tips ↗</a>." : "セキュアではないHTTP経由でアクセスしています。<a href=\"{docUrl}\">セキュリティTips ↗</a>で述べているように、代わりにHTTPSを必要とするようサーバーを設定することを強くおすすめします。",
+ "Continue to Nextcloud" : "Nextcloud に進む",
+ "_The update was successful. Redirecting you to Nextcloud in %n second._::_The update was successful. Redirecting you to Nextcloud in %n seconds._" : ["アップデートに成功しました。 %n 秒後に Nextcloud にリダイレクトします。"],
+ "Searching other places" : "他の場所の検索",
+ "No search results in other folders for {tag}{filter}{endtag}" : "他のフォルダーに {tag}{filter}{endtag} の検索結果はありません",
+ "_{count} search result in another folder_::_{count} search results in other folders_" : ["他のフォルダーの検索件数 {count}"],
+ "A password reset message has been sent to the e-mail address of this account. If you do not receive it, check your spam/junk folders or ask your local administrator for help." : "このアカウントのメールアドレスにパスワードをリセットするメールが送信されました。 メールが届かなかった場合はあなたのスパム/ジャンクフォルダーをチェックするか、管理者に問い合わせてください。",
+ "Password can not be changed. Please contact your administrator." : "パスワードは変更できません。管理者に問い合わせてください。",
+ "Could not fetch list of apps from the app store." : "App Storeからアプリのリストを取得できませんでした。",
+ "Nextcloud {app}" : "Nextcloud {app}",
+ "Can't install this app because it is not compatible" : "アプリの互換性がないため、インストールできません",
+ "Can't install this app" : "このアプリはインストールできません",
+ "These apps will be updated:" : "次のアプリがアップデートされます:",
+ "For more details see the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "詳細は <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">ドキュメンテーション</a> を参照してください。"
},
"nplurals=1; plural=0;");
diff --git a/core/l10n/ja.json b/core/l10n/ja.json
index 30d5ec92ccf..0edb157c35d 100644
--- a/core/l10n/ja.json
+++ b/core/l10n/ja.json
@@ -3,6 +3,14 @@
"File is too big" : "ファイルが大きすぎます",
"The selected file is not an image." : "選択されたファイルは画像ではありません",
"The selected file cannot be read." : "選択されたファイルを読み込めませんでした",
+ "The file was uploaded" : "ファイルがアップロードされました",
+ "The uploaded file exceeds the upload_max_filesize directive in php.ini" : "アップロードされたファイルがphp.iniのupload_max_filesizeディレクティブのサイズを超えています",
+ "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "アップロードされたファイルは、HTMLフォームで指定されたMAX_FILE_SIZEディレクティブ制限を超えています",
+ "The file was only partially uploaded" : "ファイルは部分的にしかアップロードされていません",
+ "No file was uploaded" : "ファイルがアップロードされていません",
+ "Missing a temporary folder" : "一時保存フォルダーが見つかりません",
+ "Could not write file to disk" : "ファイルをディスクに書き込めませんでした",
+ "A PHP extension stopped the file upload" : "PHP拡張機能がファイルのアップロードを停止しました",
"Invalid file provided" : "無効なファイルが提供されました",
"No image or file provided" : "画像またはファイルが提供されていません",
"Unknown filetype" : "不明なファイル形式",
@@ -13,6 +21,7 @@
"No valid crop data provided" : "有効なクロップデータが提供されていません",
"Crop is not square" : "クロップが正方形ではありません",
"State token does not match" : "状態トークンが一致しません",
+ "Invalid app password" : "アプリパスワードが無効です",
"Could not complete login" : "ログインが完了できませんでした",
"Your login token is invalid or has expired" : "あなたのログイントークンは無効か期限が切れています。",
"Password reset is disabled" : "パスワードリセットは無効化されています",
@@ -25,7 +34,9 @@
"Reset your password" : "パスワードをリセット",
"Nextcloud Server" : "Nextcloud サーバー",
"Some of your link shares have been removed" : "リンク共有の一部が削除されました",
- "Due to a security bug we had to remove some of your link shares. Please see the link for more information." : "セキュリティ上のバグにより、リンク共有をいくつか削除する必要がありました。 詳しくはリンクをご覧ください。",
+ "Due to a security bug we had to remove some of your link shares. Please see the link for more information." : "セキュリティ上の不具合により、あなたのリンク共有をいくつか削除する必要がありました。 詳しくはリンクをご覧ください。",
+ "The user limit of this instance is reached." : "このインスタンスのユーザー制限に達しました。",
+ "Enter your subscription key to increase the user limit. For more information about Nextcloud Enterprise see our website." : "サブスクリプションキーを入力して、ユーザー制限を増やします。 Nextcloud Enterpriseの詳細については、当社のWebサイトを参照してください。",
"Preparing update" : "アップデートの準備中",
"[%d / %d]: %s" : "[%d / %d]: %s",
"Repair step:" : "修復ステップ:",
@@ -39,74 +50,67 @@
"Maintenance mode is kept active" : "メンテナンスモードが継続中です",
"Updating database schema" : "データベースのスキーマを更新",
"Updated database" : "データベース更新済み",
- "Checking whether the database schema can be updated (this can take a long time depending on the database size)" : "データベーススキーマがアップデートできるかどうかチェックしています。(この操作の時間はデータベースの容量によります)",
- "Checked database schema update" : "指定データベースのスキーマを更新",
- "Checking updates of apps" : "アプリの更新をチェックしています。",
- "Checking for update of app \"%s\" in appstore" : "アプリストアで \"%s\" アプリのアップデートを確認しています",
- "Update app \"%s\" from appstore" : "アプリストアから \"%s\" アプリをアップデートする",
- "Checked for update of app \"%s\" in appstore" : "アプリストアで \"%s\" アプリのアップデートを確認済",
"Checking whether the database schema for %s can be updated (this can take a long time depending on the database size)" : "データベーススキーマ %s がアップデートできるかどうかチェックしています。(この操作の時間はデータベースの容量によります)",
- "Checked database schema update for apps" : "アプリの指定データベースのスキーマを更新",
"Updated \"%1$s\" to %2$s" : "%1$sを%2$sに更新しました",
"Set log level to debug" : "ログをデバッグレベルに設定",
"Reset log level" : "ログレベルをリセット",
"Starting code integrity check" : "コード整合性の確認を開始",
"Finished code integrity check" : "コード整合性の確認が終了",
"%s (incompatible)" : "%s (非互換)",
- "Following apps have been disabled: %s" : "次のアプリが無効にされています: %s",
+ "The following apps have been disabled: %s" : "次のアプリが無効になりました: %s ",
"Already up to date" : "すべて更新済",
"Your web server is not yet properly set up to allow file synchronization, because the WebDAV interface seems to be broken." : "WebDAVインターフェースが動作していないようです。Webサーバーは、ファイルの同期を許可するよう適切に設定されていません。",
- "Your web server is not properly set up to resolve \"{url}\". Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Webサーバーは適切にホスト名 \"{url}\" が引けるように設定されていません。より詳しい情報については、<a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">ドキュメント</a>を参照ください。",
- "Your web server is not properly set up to resolve \"{url}\". This is most likely related to a web server configuration that was not updated to deliver this folder directly. Please compare your configuration against the shipped rewrite rules in \".htaccess\" for Apache or the provided one in the documentation for Nginx at it's <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation page</a>. On Nginx those are typically the lines starting with \"location ~\" that need an update." : "Webサーバーは \"{url}\"を解決するための正しい設定がなされていません。 これは、このフォルダを直接配信するように更新されていないWebサーバー構成に関連している可能性があります。 あなたの設定と、Apache用の \".htaccess\"、あるいはNginxのドキュメントの <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">ドキュメントページ</a> に記載されているものとを比較してください。Nginxでは、これらは通常 \"location〜\"で始まる行で更新が必要です。",
- "Your web server is not properly set up to deliver .woff2 files. This is typically an issue with the Nginx configuration. For Nextcloud 15 it needs an adjustement to also deliver .woff2 files. Compare your Nginx configuration to the recommended configuration in our <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Webサーバーが.woff2ファイルを配信するように正しく設定されていません。 これは通常Nginx設定の問題です。 Nextcloud 15では、.woff2ファイルも配信するための調整が必要です。 あなたのNginxの設定を<a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">ドキュメント</a>の推奨される設定と比較してください。",
+ "Your web server is not properly set up to resolve \"{url}\". Further information can be found in the {linkstart}documentation ↗{linkend}." : "Webサーバーで \"{url}\" が解決されるように正しく設定されていません。詳細については、{linkstart}ドキュメント↗{linkend}をご覧ください。",
+ "Your web server is not properly set up to resolve \"{url}\". This is most likely related to a web server configuration that was not updated to deliver this folder directly. Please compare your configuration against the shipped rewrite rules in \".htaccess\" for Apache or the provided one in the documentation for Nginx at it's {linkstart}documentation page ↗{linkend}. On Nginx those are typically the lines starting with \"location ~\" that need an update." : "Webサーバーで \"{url}\" が解決されるように正しく設定されていません。これは、このフォルダーを直接配信するように更新されていないWebサーバー構成が影響している可能性があります。構成を、Apacheの \".htaccess\" にある設定済みの書き換えルールまたはNginxのドキュメントの{linkstart}ドキュメントページ↗{linkend}で提供されているルールと比較してください。 Nginxでは、これらは通常、修正が必要な \"location〜\" で始まる行です。",
+ "Your web server is not properly set up to deliver .woff2 files. This is typically an issue with the Nginx configuration. For Nextcloud 15 it needs an adjustement to also deliver .woff2 files. Compare your Nginx configuration to the recommended configuration in our {linkstart}documentation ↗{linkend}." : "Webサーバーで.woff2ファイルが配信されるように適切に設定されていません。これは通常、Nginx構成の問題です。 Nextcloud 15の場合、.woff2ファイルも配信するように調整する必要があります。 Nginx構成を{linkstart}ドキュメント↗{linkend}の推奨構成と比較してください。",
"PHP does not seem to be setup properly to query system environment variables. The test with getenv(\"PATH\") only returns an empty response." : "PHPのシステム環境変数が正しく設定されていないようです。getenv(\"PATH\") コマンドでテストして何も値を返さないことを確認してください。",
- "Please check the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">installation documentation ↗</a> for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "PHP設定の注意事項と php-fpmを利用する場合のサーバー向け設定を<a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">インストールドキュメント↗</a>で確認してください。",
+ "Please check the {linkstart}installation documentation ↗{linkend} for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "特にphp-fpmを使用する場合は、{linkstart}インストールドキュメント↗{linkend}でPHP構成に関する注意事項とサーバーのPHP構成を確認してください。",
"The read-only config has been enabled. This prevents setting some configurations via the web-interface. Furthermore, the file needs to be made writable manually for every update." : "\"config\"は読み取り専用になってます。そのためにWEBインターフェースで設定できません可能性があります。さらに、更新時に\"config\"ファイルを書き込み権限を与えることが必要",
"Your database does not run with \"READ COMMITTED\" transaction isolation level. This can cause problems when multiple actions are executed in parallel." : "あなたのデータベースは \"READ COMMITED\" トランザクション分離レベルで動作していません。このことにより複数のアクションが平行して実行される場合に問題が起こる可能性があります。",
"The PHP module \"fileinfo\" is missing. It is strongly recommended to enable this module to get the best results with MIME type detection." : "PHP のモジュール 'fileinfo' が見つかりません。mimeタイプの検出を精度良く行うために、このモジュールを有効にすることを強くお勧めします。",
- "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems. See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation ↗</a> for more information." : "ファイルの書き込み時のロックが無効になっており、競合時に問題となる可能性があります。この問題を避ける為に config.php 中の 'filelocking.enabled' を有効にしてください。詳細については、 <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">ドキュメント ↗</a> を参照してください。",
+ "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems. See the {linkstart}documentation ↗{linkend} for more information." : "トランザクションファイルロックが無効になっているため、競合状態に問題が発生する可能性があります。これらの問題を回避するには、config.phpで \"filelocking.enabled\" を有効にします。詳細については、{linkstart}ドキュメント↗{linkend}を参照してください。",
"If your installation is not installed at the root of the domain and uses system cron, there can be issues with the URL generation. To avoid these problems, please set the \"overwrite.cli.url\" option in your config.php file to the webroot path of your installation (suggestion: \"{suggestedOverwriteCliURL}\")" : "インストールがドメインのルートにインストールされておらず、システムクーロンを使用している場合は、URLの生成に問題がある可能性があります。 これらの問題を回避するには、config.phpファイルの \"overwrite.cli.url\"オプションをインストールのWebルートパスに設定してください(提案: \"{suggestedOverwriteCliURL}\")。",
+ "Your installation has no default phone region set. This is required to validate phone numbers in the profile settings without a country code. To allow numbers without a country code, please add \"default_phone_region\" with the respective {linkstart}ISO 3166-1 code ↗{linkend} of the region to your config file." : "ご使用のシステムには、デフォルトの電話地域が設定されていません。これは、国コードなしでプロファイル設定の電話番号を検証するために必要です。国コードなしで番号を許可するには、地域のそれぞれの{linkstart} ISO3166-1コード↗{linkend}とともに \"default_phone_region\" を設定ファイルに追加してください。",
"It was not possible to execute the cron job via CLI. The following technical errors have appeared:" : "CLI から cronジョブを実行することができませんでした。次の技術的なエラーが発生しています:",
- "Last background job execution ran {relativeTime}. Something seems wrong." : "最後のバックグラウンドジョブの実行は{relativeTime}でした。 何かが間違っているようです。",
- "Check the background job settings" : "バックグラウンドジョブの設定を確認する",
+ "Last background job execution ran {relativeTime}. Something seems wrong. {linkstart}Check the background job settings ↗{linkend}." : "最後のバックグラウンドジョブの実行は{relativeTime}を実行しました。何かがおかしいようです。 {linkstart}バックグラウンドジョブの設定を確認してください↗{linkend}。",
"This server has no working Internet connection: Multiple endpoints could not be reached. This means that some of the features like mounting external storage, notifications about updates or installation of third-party apps will not work. Accessing files remotely and sending of notification emails might not work, either. Establish a connection from this server to the Internet to enjoy all features." : "このサーバーにはインターネット接続がありません。複数のエンドポイントに到達できませんでした。 つまり、外部ストレージのマウント、アップデートに関する通知、サードパーティ製アプリのインストールなどの機能の一部は機能しません。 リモートからファイルにアクセスしたり、通知メールを送信したりすることもできません。 このサーバーからインターネットへの接続を確立して、すべての機能を利用してください。",
- "No memory cache has been configured. To enhance performance, please configure a memcache, if available. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "メモリキャッシュが設定されていません。可能であれば、パフォーマンスを向上するため、memcacheを設定してください。より詳しい情報は<a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">ドキュメント</a>で参照できます。",
- "No suitable source for randomness found by PHP which is highly discouraged for security reasons. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "セキュリティ上の理由から推奨されていない為、PHPで利用できる乱数用ソースがありません。 より詳しい情報については、<a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">ドキュメント</a>を参照ください。",
- "You are currently running PHP {version}. Upgrade your PHP version to take advantage of <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">performance and security updates provided by the PHP Group</a> as soon as your distribution supports it." : "このサーバーでは、{version} のPHPを利用しています。パフォーマンスとセキュリティ上のメリットがあるため利用中のディストリビューションで<a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">PHP グループの提供する最新のPHPのバージョン</a>になるべく早くアップグレードすることを強くお勧めします。",
- "The reverse proxy header configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If not, this is a security issue and can allow an attacker to spoof their IP address as visible to the Nextcloud. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "リバースプロキシヘッダーの設定が正しくないか、信頼できるプロキシからNextcloudにアクセスしています。 そうでない場合、これはセキュリティの問題であり、攻撃者はNextcloudに見えるように自分のIPアドレスを偽装することができます。より詳しい情報は<a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">ドキュメント</a>で参照できます。",
- "Memcached is configured as distributed cache, but the wrong PHP module \"memcache\" is installed. \\OC\\Memcache\\Memcached only supports \"memcached\" and not \"memcache\". See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">memcached wiki about both modules</a>." : "Memcached は分散キャッシュとして設定されています。しかし、PHPモジュール \"memcache\"が間違ってインストールされています。 \\OC\\Memcache\\Memcached は、\"memcache\" ではなく、\"memcached\" のみをサポートしています。<a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">memcached wiki で両方のモジュールの情報</a>について確認してください。",
- "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">List of invalid files…</a> / <a href=\"{rescanEndpoint}\">Rescan…</a>)" : "いくつかのファイルでチェックサムが適合しませんでした。この問題を解決するためは、<a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">ドキュメント</a>の詳細を見てください。(<a href=\"{codeIntegrityDownloadEndpoint}\">不適合ファイルのリスト… </a>/ <a href=\"{rescanEndpoint}\">再チェック…</a>)",
- "The PHP OPcache module is not loaded. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance it is recommended</a> to load it into your PHP installation." : "PHP OPcacheモジュールがロードされていません。<a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">よりパフォーマンスを向上させる</a>には、PHPインストールにロードすることをお勧めします。",
- "The PHP OPcache is not properly configured. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance it is recommended</a> to use the following settings in the <code>php.ini</code>:" : "PHP OPcacheが適切に設定されていません。<a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">よりパフォーマンスを向上させる</a>には、<code>php.ini</code>で次の設定を推奨します:",
+ "No memory cache has been configured. To enhance performance, please configure a memcache, if available. Further information can be found in the {linkstart}documentation ↗{linkend}." : "メモリーキャッシュが構成されていません。パフォーマンスを向上させるために、可能な場合はmemcacheを構成してください。詳細については、{linkstart}ドキュメント↗{linkend}をご覧ください。",
+ "No suitable source for randomness found by PHP which is highly discouraged for security reasons. Further information can be found in the {linkstart}documentation ↗{linkend}." : "PHPで利用する乱数に適切なソースがありません。これは、セキュリティ上の理由から全く推奨されていません。詳細については、{linkstart}ドキュメント↗{linkend}をご覧ください。",
+ "You are currently running PHP {version}. Upgrade your PHP version to take advantage of {linkstart}performance and security updates provided by the PHP Group ↗{linkend} as soon as your distribution supports it." : "あなたは現在、PHP {version} を使用しています。ディストリビューションでサポートされたら、すぐにPHPのバージョンをアップグレードして、{linkstart}PHPグループ↗の提供するパフォーマンスとセキュリティメリット{linkend}を享受してください。",
+ "Nextcloud 20 is the last release supporting PHP 7.2. Nextcloud 21 requires at least PHP 7.3." : "Nextcloud 20は、PHP7.2をサポートする最後のリリースです。 Nextcloud21には最低でもPHP7.3が必要です。",
+ "The reverse proxy header configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If not, this is a security issue and can allow an attacker to spoof their IP address as visible to the Nextcloud. Further information can be found in the {linkstart}documentation ↗{linkend}." : "リバースプロキシヘッダーの構成が正しくないか、信頼できるプロキシからNextcloudにアクセスしています。そうでない場合、これはセキュリティに問題があり、攻撃者がNextcloudを表示できるようにIPアドレスを偽装することができます。詳細については、{linkstart}ドキュメント↗{linkend}をご覧ください。",
+ "Memcached is configured as distributed cache, but the wrong PHP module \"memcache\" is installed. \\OC\\Memcache\\Memcached only supports \"memcached\" and not \"memcache\". See the {linkstart}memcached wiki about both modules ↗{linkend}." : "Memcachedが分散キャッシュとして設定されていますが、間違ったPHPモジュール \"memcache\" がインストールされています。 \\OC\\Memcache\\Memcachedは \"memcached\" のみをサポートし、\"memcache\" はサポートしません。は、{linkstart} 両方のモジュールについてはmemcached wiki↗{linkend}を参照してください。",
+ "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in the {linkstart1}documentation ↗{linkend}. ({linkstart2}List of invalid files…{linkend} / {linkstart3}Rescan…{linkend})" : "一部のファイルは整合性チェックに合格していません。この問題を解決する方法の詳細については、{linkstart1}ドキュメント↗{linkend}をご覧ください。 ({linkstart2}無効なファイルのリスト…{linkend} / {linkstart3}再スキャン…{linkend})",
+ "The PHP OPcache module is not loaded. {linkstart}For better performance it is recommended ↗{linkend} to load it into your PHP installation." : "PHP OPcacheモジュールがロードされていません。 {linkstart}パフォーマンスを向上させるには、↗{linkend}をPHPインストールにロードすることをお勧めします。",
+ "The PHP OPcache module is not properly configured. {linkstart}For better performance it is recommended ↗{linkend} to use the following settings in the <code>php.ini</code>:" : "PHP OPcache モジュールが正しく設定されていません。{linkstart}パフォーマンスを向上させるためには、{linkend} <code>php.ini</code>で以下の設定を使用することを推奨します:",
"The PHP function \"set_time_limit\" is not available. This could result in scripts being halted mid-execution, breaking your installation. Enabling this function is strongly recommended." : "PHP 関数 \"set_time_limit\" は使用できません。これにより実行スクリプトが途中で停止されて、インストールを破壊する可能性があります。この機能を有効にすることを強くお勧めします。",
"Your PHP does not have FreeType support, resulting in breakage of profile pictures and the settings interface." : "プロフィール写真と設定インターフェースが壊れているため、PHPはFreeTypeをサポートしていません。",
"Missing index \"{indexName}\" in table \"{tableName}\"." : "テーブル \"{tableName}\"のインデックス \"{indexName}\"が見つかりません。",
- "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "データベースにいくつかのインデックスがありません。 大きなテーブルにインデックスを追加すると、自動的に追加されないまでに時間がかかる可能性があるためです。 \"occ db:add-missing-indices\"を実行することによって、インスタンスが実行し続けている間にそれらの欠けているインデックスを手動で追加することができます。 インデックスが追加されると、それらのテーブルへのクエリは通常はるかに速くなります。",
+ "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "データベースにいくつかのインデックスがありません。 大きなテーブルにインデックスを追加すると、自動的に追加されないまでに時間がかかる可能性があるためです。 \"occ db:add-missing-indices\"を実行することによって、インスタンスが実行し続けている間にそれらの欠けているインデックスを手動で追加することができます。 インデックスが追加されると、それらのテーブルへのクエリは通常はるかに速くなります。",
+ "Missing primary key on table \"{tableName}\"." : "テーブル \"{tableName}\"にプライマリーキーがありません。",
+ "The database is missing some primary keys. Due to the fact that adding primary keys on big tables could take some time they were not added automatically. By running \"occ db:add-missing-primary-keys\" those missing primary keys could be added manually while the instance keeps running." : "データベースにいくつかのプライマリーキーがありません。大きなテーブルにプライマリーキーを追加するには時間がかかる可能性があるため、自動的に追加されません。 \"occ db:add-missing-primary-keys\" を実行することにより、インスタンスを動かしたままで足りないプライマリーキーを手動で追加することができます。",
+ "Missing optional column \"{columnName}\" in table \"{tableName}\"." : "テーブル \"{tableName}\" にオプションのカラム \"{columnName}\" が存在しません。",
+ "The database is missing some optional columns. Due to the fact that adding columns on big tables could take some time they were not added automatically when they can be optional. By running \"occ db:add-missing-columns\" those missing columns could be added manually while the instance keeps running. Once the columns are added some features might improve responsiveness or usability." : "データベースにはオプションのカラムがいくつかありません。大きなテーブルにカラムを追加するには時間がかかるため、オプションのカラムは自動的に追加されませんでした。\"occ db:add-missing-columns\"を実行することで、不足しているカラムはインスタンスの実行中に手動で追加することができます。カラムが追加されると、応答性や使い勝手が改善される可能性があります。",
"This instance is missing some recommended PHP modules. For improved performance and better compatibility it is highly recommended to install them." : "このインスタンスには推奨されるPHPモジュールがいくつかありません。 パフォーマンスの向上と互換性の向上のために、それらをインストールすることを強くお勧めします。",
- "Some columns in the database are missing a conversion to big int. Due to the fact that changing column types on big tables could take some time they were not changed automatically. By running 'occ db:convert-filecache-bigint' those pending changes could be applied manually. This operation needs to be made while the instance is offline. For further details read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "データベース内のいくつかの列で、big intへの変換が行われていません。 大きなテーブルでカラムタイプを変更すると時間がかかることがあるため、自動的には変更されませんでした。 'occ db:convert-filecache-bigint'を実行することによって、それらの保留中の変更は手動で適用できます。 この操作は、インスタンスがオフラインの間に行う必要があります。 詳細については<a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">これに関するドキュメントページを読んでください。</a>",
+ "Module php-imagick in this instance has no SVG support. For better compatibility it is recommended to install it." : "このインスタンスのphp-imagickモジュールはSVGをサポートしていません。互換性の向上のために、インストールすることをお勧めします。",
+ "Some columns in the database are missing a conversion to big int. Due to the fact that changing column types on big tables could take some time they were not changed automatically. By running 'occ db:convert-filecache-bigint' those pending changes could be applied manually. This operation needs to be made while the instance is offline. For further details read {linkstart}the documentation page about this ↗{linkend}." : "データベースの一部のカラムがbigintへ変換されていません。大きなテーブルのカラムタイプの変更には時間がかかる可能性があるため、自動的には変更されませんでした。 'occ db:convert-filecache-bigint' を実行することにより、これらの保留中の変更を手動で適用できます。この操作は、インスタンスがオフラインのときに実行する必要があります。詳細については、{linkstart}これに関するドキュメントページ↗{linkend}をお読みください。",
"SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend." : "SQLiteがデータベースとして使用されています。大規模な運用では別のデータベースに切り替えることをお勧めします。",
"This is particularly recommended when using the desktop client for file synchronisation." : "これは、ファイル同期にデスクトップクライアントを使用する場合に特に推奨されます。",
- "To migrate to another database use the command line tool: 'occ db:convert-type', or see the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation ↗</a>." : "他のデータベースに移行する場合はコマンドラインツール: 'occ db:convert-type' を使うか、<a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">ドキュメント ↗</a>を参照してください。",
- "Use of the the built in php mailer is no longer supported. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Please update your email server settings ↗<a/>." : "組み込みのphpメーラーの使用はサポートされていません。 <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">メールサーバーの設定を更新してください。↗<a/>",
- "The PHP memory limit is below the recommended value of 512MB." : "PHPのメモリ制限は推奨値512MBを下回ります。",
+ "To migrate to another database use the command line tool: 'occ db:convert-type', or see the {linkstart}documentation ↗{linkend}." : "別のデータベースに移行するには、コマンドラインツール 'occ db:convert-type'を使用するか、{linkstart}ドキュメント↗{linkend}を参照してください。",
+ "The PHP memory limit is below the recommended value of 512MB." : "PHPのメモリ制限が推奨値の512MB以下です。",
"Some app directories are owned by a different user than the web server one. This may be the case if apps have been installed manually. Check the permissions of the following app directories:" : "一部のアプリディレクトリは、Webサーバーディレクトリとは異なるユーザーによって所有されています。 アプリが手動でインストールされた場合、これがそのケースに値します。 次のアプリディレクトリの権限を確認します。",
- "MySQL is used as database but does not support 4-byte characters. To be able to handle 4-byte characters (like emojis) without issues in filenames or comments for example it is recommended to enable the 4-byte support in MySQL. For further details read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "MySQLをデータベースとして使用していますが、4バイト文字をサポートしていません。たとえば、ファイル名やコメントの問題なしに(絵文字のような)4バイト文字を処理できるようにするには、MySQLで4バイトサポートを有効にすることをお勧めします。 詳細については<a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">これに関するドキュメントページを読んでください。</a>",
+ "MySQL is used as database but does not support 4-byte characters. To be able to handle 4-byte characters (like emojis) without issues in filenames or comments for example it is recommended to enable the 4-byte support in MySQL. For further details read {linkstart}the documentation page about this ↗{linkend}." : "データベースとしてMySQLを使用していますが、4バイト文字をサポートしていません。ファイル名やコメントなどで4バイト文字(絵文字など)を問題なく扱うためには、MySQLで4バイトサポートを有効にすることが推奨されます。詳細は{linkstart}これに関するドキュメントページ↗{linkend}をお読みください。",
"This instance uses an S3 based object store as primary storage. The uploaded files are stored temporarily on the server and thus it is recommended to have 50 GB of free space available in the temp directory of PHP. Check the logs for full details about the path and the available space. To improve this please change the temporary directory in the php.ini or make more space available in that path." : "このインスタンスは、S3ベースのオブジェクトストアをプライマリストレージとして使用します。 アップロードされたファイルは一時的にサーバーに保存されるため、PHPの一時ディレクトリに50 GBの空き容量を確保することをお勧めします。 パスと空き容量についての完全な詳細はログを確認してください。 一時ディレクトリを修正するには、php.iniの一時ディレクトリを変更するか、またはそのパスでより多くのスペースを利用できるようにしてください。",
+ "You are accessing your instance over a secure connection, however your instance is generating insecure URLs. This most likely means that you are behind a reverse proxy and the overwrite config variables are not set correctly. Please read {linkstart}the documentation page about this ↗{linkend}." : "安全な接続でインスタンスにアクセスしていますが、インスタンスは安全でないURLを生成しています。これは、リバースプロキシの背後にあり、構成設定変数が正しく上書きされていない可能性があります。これについては、{linkend}ドキュメントページ↗{linkstart}をお読みください。",
"Error occurred while checking server setup" : "サーバー設定のチェック中にエラーが発生しました",
+ "For more details see the {linkstart}documentation ↗{linkend}." : "詳細については、{linkstart}ドキュメント↗{linkend}を参照してください。",
"Your data directory and files are probably accessible from the Internet. The .htaccess file is not working. It is strongly recommended that you configure your web server so that the data directory is no longer accessible, or move the data directory outside the web server document root." : "あなたのデータディレクトリとファイルはおそらくインターネットからアクセス可能です。 .htaccessファイルが機能していません。 データディレクトリにアクセスできなくなるようにWebサーバーを設定するか、データディレクトリをWebサーバーのドキュメントルートの外側に移動することを強くお勧めします。",
"The \"{header}\" HTTP header is not set to \"{expected}\". This is a potential security or privacy risk, as it is recommended to adjust this setting accordingly." : "\"{header}\" HTTPヘッダーが \"{expected}\"に設定されていません。 これらは潜在的なセキュリティまたはプライバシーのリスクになります。この設定を調整することをお勧めします",
"The \"{header}\" HTTP header is not set to \"{expected}\". Some features might not work correctly, as it is recommended to adjust this setting accordingly." : "\"{header}\" HTTPヘッダーが \"{expected}\"に設定されていません。 一部の機能は正しく機能しない可能性があります。この設定を調整することを推奨します。",
"The \"{header}\" HTTP header doesn't contain \"{expected}\". This is a potential security or privacy risk, as it is recommended to adjust this setting accordingly." : "\"{header}\" HTTPヘッダーに \"{expected}\"が含まれていません。 これらは潜在的なセキュリティまたはプライバシーのリスクになります。この設定を調整することをお勧めします。",
- "The \"{header}\" HTTP header is not set to \"{val1}\", \"{val2}\", \"{val3}\", \"{val4}\" or \"{val5}\". This can leak referer information. See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{link}\">W3C Recommendation ↗</a>." : "\"{header}\" HTTPヘッダーが \"{val1}\"、 \"{val2}\"、 \"{val3}\"、 \"{val4}\"、または \"{val5}\"に設定されていません。 これにより、参照元情報が漏れる可能性があります。 <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{link}\">W3C勧告↗</a>を参照してください。",
- "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the <a href=\"{docUrl}\" rel=\"noreferrer noopener\">security tips ↗</a>." : "\"Strict-Transport-Security\" HTTPヘッダが最低でも \"{seconds}\" 秒に設定されていません。セキュリティを強化するには、<a href=\"{docUrl}\" rel=\"noreferrer noopener\">セキュリティTips ↗</a>で解説しているHSTSを有効にすることを推奨します。",
- "Accessing site insecurely via HTTP. You are strongly advised to set up your server to require HTTPS instead, as described in the <a href=\"{docUrl}\">security tips ↗</a>." : "セキュアではないHTTP経由でアクセスしています。<a href=\"{docUrl}\">セキュリティTips ↗</a>で述べているように、代わりにHTTPSを必要とするようサーバーを設定することを強くおすすめします。",
- "Non-existing tag #{tag}" : "存在しないタグ#{tag}",
- "restricted" : "制限済",
- "invisible" : "不可視",
- "Delete" : "削除",
- "Rename" : "名前の変更",
- "Collaborative tags" : "コラボタグ",
- "No tags found" : "タグが見つかりません",
+ "The \"{header}\" HTTP header is not set to \"{val1}\", \"{val2}\", \"{val3}\", \"{val4}\" or \"{val5}\". This can leak referer information. See the {linkstart}W3C Recommendation ↗{linkend}." : "HTTPヘッダの\"{header}\"に\"{val1}\"、\"{val2}\"、\"{val3}\"、\"{val4}\"、\"{val5}\"が設定されていません。これにより、リファラー情報が漏洩する可能性があります。 {linkstart} W3C勧告↗{linkend}を参照してください。",
+ "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the {linkstart}security tips ↗{linkend}." : "Strict-Transport-Security \"HTTP ヘッダーの秒数が少なくとも\"{seconds}\" に設定されていません。セキュリティを強化するには、{linkstart}セキュリティのヒント↗{linkend}で説明されているようにHSTSを有効にすることをお勧めします。",
+ "Accessing site insecurely via HTTP. You are strongly advised to set up your server to require HTTPS instead, as described in the {linkstart}security tips ↗{linkend}." : "安全ではないHTTPでサイトにアクセスしています。 {linkstart}セキュリティのヒント↗{linkend}で説明されているように、代わりにHTTPSを要求するようにサーバーを設定することを強くお勧めします。",
"unknown text" : "不明なテキスト",
"Hello world!" : "Hello world!",
"sunny" : "快晴",
@@ -121,27 +125,27 @@
"Please reload the page." : "ページをリロードしてください。",
"The update was unsuccessful. For more information <a href=\"{url}\">check our forum post</a> covering this issue." : "アップデートできませんでした。この問題に対する詳細な情報については、<a href=\"{url}\">フォーラムの投稿を確認してください</a> ",
"The update was unsuccessful. Please report this issue to the <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">Nextcloud community</a>." : "アップデートできませんでした。<a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">Nextcloud コミュニティ</a> に問題を報告してください。",
- "Continue to Nextcloud" : "Nextcloud に進む",
- "_The update was successful. Redirecting you to Nextcloud in %n second._::_The update was successful. Redirecting you to Nextcloud in %n seconds._" : ["アップデートに成功しました。 %n 秒後に Nextcloud にリダイレクトします。"],
- "Searching other places" : "他の場所の検索",
- "No search results in other folders for {tag}{filter}{endtag}" : "他のフォルダーに {tag}{filter}{endtag} の検索結果はありません",
- "_{count} search result in another folder_::_{count} search results in other folders_" : ["他のフォルダーの検索件数 {count}"],
+ "Continue to {productName}" : "{productName} に進む",
+ "_The update was successful. Redirecting you to {productName} in %n second._::_The update was successful. Redirecting you to {productName} in %n seconds._" : ["アップデートできました。%n秒で {productName}にリダイレクトします。"],
+ "Log in" : "ログイン",
+ "Logging in …" : "ログイン中...",
"Server side authentication failed!" : "サーバーサイドの認証に失敗しました!",
- "Please contact your administrator." : "管理者に問い合わせてください。",
+ "Please contact your administrator." : "管理者にお問い合わせください。",
"An internal error occurred." : "内部エラーが発生しました。",
- "Please try again or contact your administrator." : "もう一度試してみるか、管理者に問い合わせてください。",
+ "Please try again or contact your administrator." : "もう一度やり直してみるか、管理者にお問い合わせください。",
"Username or email" : "ユーザー名またはメールアドレス",
"Password" : "パスワード",
- "Log in" : "ログイン",
- "Logging in …" : "ログイン中...",
+ "Toggle password visibility" : "パスワードの表示/非表示を切り替える",
"Wrong username or password." : "ユーザー名またはパスワードが間違っています",
"User disabled" : "ユーザーは無効です",
"We have detected multiple invalid login attempts from your IP. Therefore your next login is throttled up to 30 seconds." : "あなたのIPから複数の無効なログイン試行が検出されました。 したがって、次回のログインは最大30秒間抑制されます。",
+ "Your account is not setup for passwordless login." : "あなたのアカウントはパスワードなしでログインできるように設定されていません。",
+ "Passwordless authentication is not supported in your browser." : "お使いのブラウザーはパスワードレス認証に対応していません。",
+ "Passwordless authentication is only available over a secure connection." : "パスワードレス認証は、セキュアな接続でのみ利用可能です。",
"Reset password" : "パスワードをリセット",
- "A password reset message has been sent to the e-mail address of this account. If you do not receive it, check your spam/junk folders or ask your local administrator for help." : "このアカウントのメールアドレスにパスワードをリセットするメールが送信されました。 メールが届かなかった場合はあなたのスパム/ジャンクフォルダーをチェックするか、管理者に問い合わせてください。",
+ "A password reset message has been sent to the email address of this account. If you do not receive it, check your spam/junk folders or ask your local administrator for help." : "このアカウントのメールアドレスにパスワードリセットメッセージを送信しました。届かない場合は、スパム/ジャンクフォルダーを確認するか、ローカル管理者にサポートを依頼してください。",
"If it is not there ask your local administrator." : "もしそうでない場合は、管理者に問い合わせてください。",
"Couldn't send reset email. Please contact your administrator." : "リセットメールを送信できませんでした。管理者に問い合わせてください。",
- "Password can not be changed. Please contact your administrator." : "パスワードは変更できません。管理者に問い合わせてください。",
"Back to login" : "ログインに戻る",
"New password" : "新しいパスワードを入力",
"Your files are encrypted. There will be no way to get your data back after your password is reset. If you are not sure what to do, please contact your administrator before you continue. Do you really want to continue?" : "ファイルが暗号化されます。パスワードがリセットされた後は、データを元に戻すことはできません。対処方法がわからない場合は、続行する前に管理者に問い合わせてください。本当に続行しますか?",
@@ -149,17 +153,29 @@
"Resetting password" : "パスワードのリセット",
"Recommended apps" : "推奨アプリ",
"Loading apps …" : "アプリを読み込み中…",
- "Could not fetch list of apps from the app store." : "App Storeからアプリのリストを取得できませんでした。",
"Installing apps …" : "アプリをインストールしています…",
- "Nextcloud {app}" : "Nextcloud {app}",
"App download or installation failed" : "アプリのダウンロードまたはインストールに失敗しました",
- "Can't install this app because it is not compatible" : "アプリの互換性がないため、インストールできません",
- "Can't install this app" : "このアプリはインストールできません",
"Cancel" : "キャンセル",
"Schedule work & meetings, synced with all your devices." : "すべての端末と同期して、仕事と会議をスケジュールに組み込みます",
"Keep your colleagues and friends in one place without leaking their private info." : "個人情報を漏らさずに、同僚や友人をまとめて保管します。",
"Simple email app nicely integrated with Files, Contacts and Calendar." : "ファイル、連絡先、カレンダーとうまく合わさったシンプルなメールアプリ。",
+ "Chatting, video calls, screensharing, online meetings and web conferencing – in your browser and with mobile apps." : "チャット、ビデオ通話、画面共有、オンラインミーティング、ウェブ会議 - ブラウザーとモバイルアプリで。",
+ "Collaboratively edit office documents." : "Office 文書を共同で編集します。",
+ "Local document editing back-end used by the Collabora Online app." : "Collabora Onlineアプリで使用されるローカルドキュメント編集バックエンド",
"Forgot password?" : "パスワードをお忘れですか?",
+ "Log in with a device" : "デバイスを使ってログインする",
+ "Back" : "戻る",
+ "Login form is disabled." : "ログインフォームは無効です。",
+ "Reset search" : "検索をリセットする",
+ "Search for {name} only" : "{name}のみを検索",
+ "No results for {query}" : "{query}の検索結果はありません",
+ "Start typing to search" : "入力して検索を開始します",
+ "Loading more results …" : "次の結果を読み込み中 ...",
+ "Load more results" : "次の結果を読み込む",
+ "Search" : "検索",
+ "An error occurred while searching for {type}" : "{type} の検索中にエラーが発生しました",
+ "_Please enter {minSearchLength} character or more to search_::_Please enter {minSearchLength} characters or more to search_" : ["検索には、{minSearchLength}文字以上が必要です"],
+ "Search {types} …" : "{types} を検索…",
"Settings" : "設定",
"Could not load your contacts" : "連絡先を読み込めませんでした",
"Search contacts …" : "連絡先を検索...",
@@ -227,6 +243,13 @@
"Strong password" : "強いパスワード",
"No action available" : "操作できません",
"Error fetching contact actions" : "連絡先操作取得エラー",
+ "Non-existing tag #{tag}" : "存在しないタグ#{tag}",
+ "restricted" : "制限済",
+ "invisible" : "不可視",
+ "Delete" : "削除",
+ "Rename" : "名前の変更",
+ "Collaborative tags" : "コラボタグ",
+ "No tags found" : "タグが見つかりません",
"Personal" : "個人",
"Users" : "ユーザー",
"Apps" : "アプリ",
@@ -236,7 +259,10 @@
"File not found" : "ファイルが見つかりません",
"The document could not be found on the server. Maybe the share was deleted or has expired?" : "ドキュメントはサーバー上に見つかりませんでした。 共有が削除されたか、期限が切れている可能性がありますか?",
"Back to %s" : "%s に戻る",
+ "Too many requests" : "要求が多すぎます",
+ "There were too many requests from your network. Retry later or contact your administrator if this is an error." : "ネットワークからのリクエストが多すぎました。このようなエラーが発生した場合は、後で再試行するか、管理者に連絡してください。",
"Error" : "エラー",
+ "Previous" : "前へ",
"Internal Server Error" : "内部サーバーエラー",
"The server was unable to complete your request." : "サーバーは要求を完了できませんでした。",
"If this happens again, please send the technical details below to the server administrator." : "再びこのようなことが起こった場合は、以下の技術情報をサーバー管理者に送ってください。",
@@ -273,6 +299,7 @@
"SQLite should only be used for minimal and development instances. For production we recommend a different database backend." : "SQLiteは小規模もしくは開発用のインスタンスでのみ利用できます。プロダクション環境では他のデータベースをお勧めします。",
"If you use clients for file syncing, the use of SQLite is highly discouraged." : "ファイルの同期にクライアントを使用している場合、SQLiteの使用はお勧めできません。",
"Install recommended apps" : "推奨アプリをインストール",
+ "Calendar, Contacts, Talk, Mail & Collaborative editing" : "カレンダー、連絡先、トーク、メール、共同編集",
"Finish setup" : "セットアップを完了します",
"Finishing …" : "作業を完了しています ...",
"Need help?" : "ヘルプが必要ですか?",
@@ -286,14 +313,13 @@
"More apps" : "さらにアプリ",
"More" : "もっと見る",
"More apps menu" : "その他のアプリメニュー",
- "Search" : "検索",
- "Reset search" : "検索をリセットする",
"Contacts" : "連絡先",
"Contacts menu" : "連絡先メニュー",
"Settings menu" : "メニュー設定",
"Confirm your password" : "パスワードを確認",
"Connect to your account" : "あなたのアカウントに接続する",
"Please log in before granting %1$s access to your %2$s account." : "あなたの %2$s アカウントに %1$s アクセスを許可する前にログインしてください。",
+ "If you are not trying to set up a new device or app, someone is trying to trick you into granting them access to your data. In this case do not proceed and instead contact your system administrator." : "新しいデバイスやアプリを設定しようとしていないのに、今この画面が表示された場合、誰かがあなたを騙してデータへのアクセス権を奪取しようとしています。その場合は、ここで止めてシステム管理者に連絡してください。",
"App token" : "アプリのトークン",
"Grant access" : "アクセスを許可",
"Alternative log in using app token" : "アプリトークンを使って代替ログイン",
@@ -321,8 +347,8 @@
"Further information how to configure this can be found in the %1$sdocumentation%2$s." : "これを構成する方法の詳細は、%1$sドキュメント%2$sにあります。",
"App update required" : "アプリの更新が必要",
"%1$s will be updated to version %2$s" : "%1$s は バーション %2$s にアップデートされます",
- "These apps will be updated:" : "次のアプリがアップデートされます:",
- "These incompatible apps will be disabled:" : "次の非互換のないアプリは無効になる:",
+ "The following apps will be updated:" : "以下のアプリはアップデートされます:",
+ "These incompatible apps will be disabled:" : "無効になる互換性のないアプリ:",
"The theme %s has been disabled." : "テーマ %s が無効になっています。",
"Please make sure that the database, the config folder and the data folder have been backed up before proceeding." : "データベースを確認してください。実行前にconfigフォルダーとdataフォルダーをバックアップします。",
"Start update" : "アップデートを開始",
@@ -337,95 +363,49 @@
"This %s instance is currently in maintenance mode, which may take a while." : "このサーバー %s は現在メンテナンスモードです。しばらくお待ちください。",
"This page will refresh itself when the instance is available again." : "この画面は、サーバー の再起動後に自動的に更新されます。",
"Contact your system administrator if this message persists or appeared unexpectedly." : "このメッセージが引き続き、または予期せず現れる場合は、システム管理者に問い合わせてください。",
- "Could not send reset email because there is no email address for this username. Please contact your administrator." : "このユーザー名に紐付けられたメールアドレスがないため、リセットメールを送信できませんでした。管理者に問い合わせてください。",
- "Couldn't send reset email. Please make sure your username is correct." : "リセットメールを送信できませんでした。ユーザー名が正しいことを確認してください。",
- "We have send a password reset e-mail to the e-mail address known to us for this account. If you do not receive it within a reasonable amount of time, check your spam/junk folders.<br>If it is not there ask your local administrator." : "このアカウントのパスワードをリセットするためのメールを、登録されているアドレスに送信しました。 あなたが妥当な時間内にメールを受け取れない場合は、スパム/ジャンクフォルダーをチェックしてください。<br>そこにもない場合は、サーバー管理者に確認してください。",
- "Your files are encrypted. There will be no way to get your data back after your password is reset.<br />If you are not sure what to do, please contact your administrator before you continue. <br />Do you really want to continue?" : "ファイルが暗号化されています。パスワードをリセットした場合、データを元に戻す方法はありません。<br />どういうことか分からない場合は、操作を継続する前に管理者に問い合わせてください。<br />続けてよろしいでしょうか?",
- "Sending email …" : "メールを送信中 ...",
- "You are currently running PHP 5.6. The current major version of Nextcloud is the last that is supported on PHP 5.6. It is recommended to upgrade the PHP version to 7.0+ to be able to upgrade to Nextcloud 14." : "あなたは現在PHP 5.6を実行しています。 Nextcloudの現在のメジャーバージョンは、PHP 5.6でサポートされている最新バージョンです。 Nextcloud 14にアップグレードできるようにするには、PHPバージョンを7.0以降にアップグレードすることをお勧めします。",
- "Accessing site insecurely via HTTP. You are strongly adviced to set up your server to require HTTPS instead, as described in the <a href=\"{docUrl}\">security tips ↗</a>." : "セキュアではないHTTP経由でアクセスしています。<a href=\"{docUrl}\">セキュリティTips ↗</a>で述べているように、代わりにHTTPSを必要とするようサーバーを設定することを強くおすすめします。",
- "Shared" : "共有中",
- "Shared with" : "と共有",
- "Shared by" : "共有者",
- "Choose a password for the public link" : "URLによる共有のパスワードを入力",
- "Choose a password for the public link or press the \"Enter\" key" : "公開リンクのパスワードを入力、または、\"エンター\"のみを叩く",
- "Copied!" : "コピーしました!",
- "Copy link" : "リンクをコピー",
- "Not supported!" : "サポートされていません!",
- "Press ⌘-C to copy." : "⌘+Cを押してコピーします。",
- "Press Ctrl-C to copy." : "Ctrl+Cを押してコピーします。",
- "Unable to create a link share" : "リンク共有を作成できません",
- "Unable to toggle this option" : "このオプションを切り替えることができません",
- "Resharing is not allowed" : "再共有は許可されていません",
- "Link" : "リンク",
- "Hide download" : "ダウンロードを隠す",
- "Password protection enforced" : "パスワード保護が強制される",
- "Password protect" : "パスワード保護を有効化",
- "Allow editing" : "編集を許可",
- "Email link to person" : "電子メールリンク",
- "Send" : "送信",
- "Allow upload and editing" : "アップロードと編集を許可する",
- "Read only" : "読み取り専用",
- "File drop (upload only)" : "ファイルドロップ(アップロードのみ)",
- "Expiration date enforced" : "有効期限が強制される",
- "Set expiration date" : "有効期限を設定",
- "Expiration" : "期限切れ",
- "Expiration date" : "有効期限",
- "Note to recipient" : "受取人への注意",
- "Unshare" : "共有解除",
- "Delete share link" : "共有リンクを削除",
- "Add another link" : "別のリンクを追加",
- "Password protection for links is mandatory" : "リンクのパスワード保護は必須です",
- "Share to {name}" : "{name} に共有する",
- "Share link" : "URLで共有",
- "New share link" : "新しい共有リンク",
- "Created on {time}" : "作成日:{time}",
- "Password protect by Talk" : "トークによるパスワード保護",
- "Could not unshare" : "共有の解除ができませんでした",
- "Shared with you and the group {group} by {owner}" : "あなたと {owner} のグループ {group} で共有中",
- "Shared with you and {circle} by {owner}" : "{owner} が{circle}で共有中",
- "Shared with you and the conversation {conversation} by {owner}" : "{owner}のスレッド{conversation}であなたと共有しました",
- "Shared with you in a conversation by {owner}" : "{owner}のスレッドであなたと共有しました",
- "Shared with you by {owner}" : "{owner} より共有中",
- "Choose a password for the mail share" : "メール共有のパスワードを選択",
- "group" : "グループ",
- "remote" : "リモート",
- "remote group" : "リモートグループ",
- "email" : "メール",
- "conversation" : "会話",
- "shared by {sharer}" : "共有した人 {sharer}",
- "Can reshare" : "再共有可能",
- "Can edit" : "編集可能",
- "Can create" : "作成可能",
- "Can change" : "変更可能",
- "Can delete" : "削除可能",
- "Access control" : "アクセス制御",
- "{shareInitiatorDisplayName} shared via link" : "{shareInitiatorDisplayName} がリンク経由で共有",
- "Error while sharing" : "共有でエラーが発生しました",
- "Share details could not be loaded for this item." : "共有の詳細はこのアイテムによりロードできませんでした。",
- "Search globally" : "グローバルに検索",
- "_At least {count} character is needed for autocompletion_::_At least {count} characters are needed for autocompletion_" : ["オートコンプリートには{count}文字以上必要です"],
- "This list is maybe truncated - please refine your search term to see more results." : "このリストは切り捨てられている可能性があります - 検索語句を絞り込んで検索結果を表示してください。",
- "No users or groups found for {search}" : "{search} の検索でユーザー、グループが見つかりません",
- "No users found for {search}" : "{search} のユーザーはいませんでした",
- "An error occurred (\"{message}\"). Please try again" : "エラーが発生しました(\"{message}\")。 もう一度お試しください",
- "An error occurred. Please try again" : "エラーが発生しました。もう一度実行してください。",
- "Home" : "ホーム",
- "Work" : "職場",
- "Other" : "その他",
- "{sharee} (remote group)" : "{sharee} (リモートグループ)",
- "{sharee} ({type}, {owner})" : "{sharee} ({type}, {owner})",
- "Share" : "共有",
- "Name or email address..." : "名前またはメールアドレス",
- "Name or federated cloud ID..." : "ユーザー名または、クラウド共有ID...",
- "Name, federated cloud ID or email address..." : "ユーザー名、クラウド共有ID、またはメールアドレス",
- "Name..." : "ユーザー名...",
- "Error removing share" : "共有の削除エラー",
- "({scope})" : "({scope})",
- "Saving..." : "保存中...",
- "Dismiss" : "閉じる",
- "Your client should now be connected! You can close this window." : "あなたのクライアントは接続されているはずです。 このウィンドウは閉じても構いません。",
- "New Password" : "新しいパスワード",
- "Cancel log in" : "ログインをキャンセルする"
+ "Checking whether the database schema can be updated (this can take a long time depending on the database size)" : "データベーススキーマがアップデートできるかどうかチェックしています。(この操作の時間はデータベースの容量によります)",
+ "Checked database schema update" : "指定データベースのスキーマを更新",
+ "Checking updates of apps" : "アプリの更新をチェックしています。",
+ "Checking for update of app \"%s\" in appstore" : "アプリストアで \"%s\" アプリのアップデートを確認しています",
+ "Update app \"%s\" from appstore" : "アプリストアから \"%s\" アプリをアップデートする",
+ "Checked for update of app \"%s\" in appstore" : "アプリストアで \"%s\" アプリのアップデートを確認済",
+ "Checked database schema update for apps" : "アプリの指定データベースのスキーマを更新",
+ "Following apps have been disabled: %s" : "次のアプリが無効にされています: %s",
+ "Your web server is not properly set up to resolve \"{url}\". Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Webサーバーは適切にホスト名 \"{url}\" が引けるように設定されていません。より詳しい情報については、<a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">ドキュメント</a>を参照ください。",
+ "Your web server is not properly set up to resolve \"{url}\". This is most likely related to a web server configuration that was not updated to deliver this folder directly. Please compare your configuration against the shipped rewrite rules in \".htaccess\" for Apache or the provided one in the documentation for Nginx at it's <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation page</a>. On Nginx those are typically the lines starting with \"location ~\" that need an update." : "Webサーバーは \"{url}\"を解決するための正しい設定がなされていません。 これは、このフォルダーを直接配信するように更新されていないWebサーバー構成に関連している可能性があります。 あなたの設定と、Apache用の \".htaccess\"、あるいはNginxのドキュメントの <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">ドキュメントページ</a> に記載されているものとを比較してください。Nginxでは、これらは通常 \"location〜\"で始まる行で更新が必要です。",
+ "Your web server is not properly set up to deliver .woff2 files. This is typically an issue with the Nginx configuration. For Nextcloud 15 it needs an adjustement to also deliver .woff2 files. Compare your Nginx configuration to the recommended configuration in our <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Webサーバーが.woff2ファイルを配信するように正しく設定されていません。 これは通常Nginx設定の問題です。 Nextcloud 15では、.woff2ファイルも配信するための調整が必要です。 あなたのNginxの設定を<a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">ドキュメント</a>の推奨される設定と比較してください。",
+ "Please check the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">installation documentation ↗</a> for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "PHP設定の注意事項と php-fpmを利用する場合のサーバー向け設定を<a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">インストールドキュメント↗</a>で確認してください。",
+ "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems. See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation ↗</a> for more information." : "ファイルの書き込み時のロックが無効になっており、競合時に問題となる可能性があります。この問題を避ける為に config.php 中の 'filelocking.enabled' を有効にしてください。詳細については、 <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">ドキュメント ↗</a> を参照してください。",
+ "Last background job execution ran {relativeTime}. Something seems wrong." : "最後のバックグラウンドジョブの実行は{relativeTime}でした。 何かが間違っているようです。",
+ "Check the background job settings" : "バックグラウンドジョブの設定を確認する",
+ "No memory cache has been configured. To enhance performance, please configure a memcache, if available. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "メモリキャッシュが設定されていません。可能であれば、パフォーマンスを向上するため、memcacheを設定してください。より詳しい情報は<a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">ドキュメント</a>で参照できます。",
+ "No suitable source for randomness found by PHP which is highly discouraged for security reasons. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "セキュリティ上の理由から推奨されていない為、PHPで利用できる乱数用ソースがありません。 より詳しい情報については、<a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">ドキュメント</a>を参照ください。",
+ "You are currently running PHP {version}. Upgrade your PHP version to take advantage of <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">performance and security updates provided by the PHP Group</a> as soon as your distribution supports it." : "このサーバーでは、{version} のPHPを利用しています。パフォーマンスとセキュリティ上のメリットがあるため利用中のディストリビューションで<a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">PHP グループの提供する最新のPHPのバージョン</a>になるべく早くアップグレードすることを強くお勧めします。",
+ "The reverse proxy header configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If not, this is a security issue and can allow an attacker to spoof their IP address as visible to the Nextcloud. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "リバースプロキシヘッダーの設定が正しくないか、信頼できるプロキシからNextcloudにアクセスしています。 そうでない場合、これはセキュリティの問題であり、攻撃者はNextcloudに見えるように自分のIPアドレスを偽装することができます。より詳しい情報は<a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">ドキュメント</a>で参照できます。",
+ "Memcached is configured as distributed cache, but the wrong PHP module \"memcache\" is installed. \\OC\\Memcache\\Memcached only supports \"memcached\" and not \"memcache\". See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">memcached wiki about both modules</a>." : "Memcached は分散キャッシュとして設定されています。しかし、PHPモジュール \"memcache\"が間違ってインストールされています。 \\OC\\Memcache\\Memcached は、\"memcache\" ではなく、\"memcached\" のみをサポートしています。<a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">memcached wiki で両方のモジュールの情報</a>について確認してください。",
+ "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">List of invalid files…</a> / <a href=\"{rescanEndpoint}\">Rescan…</a>)" : "いくつかのファイルでチェックサムが適合しませんでした。この問題を解決するためは、<a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">ドキュメント</a>の詳細を見てください。(<a href=\"{codeIntegrityDownloadEndpoint}\">不適合ファイルのリスト… </a>/ <a href=\"{rescanEndpoint}\">再チェック…</a>)",
+ "The PHP OPcache module is not loaded. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance it is recommended</a> to load it into your PHP installation." : "PHP OPcacheモジュールがロードされていません。<a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">よりパフォーマンスを向上させる</a>には、PHPインストールにロードすることをお勧めします。",
+ "The PHP OPcache is not properly configured. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance it is recommended</a> to use the following settings in the <code>php.ini</code>:" : "PHP OPcacheが適切に設定されていません。<a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">よりパフォーマンスを向上させる</a>には、<code>php.ini</code>で次の設定を推奨します:",
+ "Some columns in the database are missing a conversion to big int. Due to the fact that changing column types on big tables could take some time they were not changed automatically. By running 'occ db:convert-filecache-bigint' those pending changes could be applied manually. This operation needs to be made while the instance is offline. For further details read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "データベース内のいくつかの列で、big intへの変換が行われていません。 大きなテーブルでカラムタイプを変更すると時間がかかることがあるため、自動的には変更されませんでした。 'occ db:convert-filecache-bigint'を実行することによって、それらの保留中の変更は手動で適用できます。 この操作は、インスタンスがオフラインの間に行う必要があります。 詳細については<a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">これに関するドキュメントページを読んでください。</a>",
+ "To migrate to another database use the command line tool: 'occ db:convert-type', or see the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation ↗</a>." : "他のデータベースに移行する場合はコマンドラインツール: 'occ db:convert-type' を使うか、<a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">ドキュメント ↗</a>を参照してください。",
+ "Use of the the built in php mailer is no longer supported. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Please update your email server settings ↗<a/>." : "組み込みのphpメーラーの使用はサポートされていません。 <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">メールサーバーの設定を更新してください。↗<a/>",
+ "MySQL is used as database but does not support 4-byte characters. To be able to handle 4-byte characters (like emojis) without issues in filenames or comments for example it is recommended to enable the 4-byte support in MySQL. For further details read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "MySQLをデータベースとして使用していますが、4バイト文字をサポートしていません。たとえば、ファイル名やコメントの問題なしに(絵文字のような)4バイト文字を処理できるようにするには、MySQLで4バイトサポートを有効にすることをお勧めします。 詳細については<a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">これに関するドキュメントページを読んでください。</a>",
+ "You are accessing your instance over a secure connection, however your instance is generating insecure URLs. This most likely means that you are behind a reverse proxy and the overwrite config variables are not set correctly. Please read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "安全な接続でインスタンスにアクセスしていますが、インスタンスが安全でない URL を生成しています。これは、リバースプロキシの後ろにいて、上書き設定変数が正しく設定されていない可能性が高いです。<a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">これに関するドキュメントのページ</a>を読んでください。",
+ "The \"{header}\" HTTP header is not set to \"{val1}\", \"{val2}\", \"{val3}\", \"{val4}\" or \"{val5}\". This can leak referer information. See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{link}\">W3C Recommendation ↗</a>." : "\"{header}\" HTTPヘッダーが \"{val1}\"、 \"{val2}\"、 \"{val3}\"、 \"{val4}\"、または \"{val5}\"に設定されていません。 これにより、参照元情報が漏れる可能性があります。 <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{link}\">W3C勧告↗</a>を参照してください。",
+ "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the <a href=\"{docUrl}\" rel=\"noreferrer noopener\">security tips ↗</a>." : "\"Strict-Transport-Security\" HTTPヘッダが最低でも \"{seconds}\" 秒に設定されていません。セキュリティを強化するには、<a href=\"{docUrl}\" rel=\"noreferrer noopener\">セキュリティTips ↗</a>で解説しているHSTSを有効にすることを推奨します。",
+ "Accessing site insecurely via HTTP. You are strongly advised to set up your server to require HTTPS instead, as described in the <a href=\"{docUrl}\">security tips ↗</a>." : "セキュアではないHTTP経由でアクセスしています。<a href=\"{docUrl}\">セキュリティTips ↗</a>で述べているように、代わりにHTTPSを必要とするようサーバーを設定することを強くおすすめします。",
+ "Continue to Nextcloud" : "Nextcloud に進む",
+ "_The update was successful. Redirecting you to Nextcloud in %n second._::_The update was successful. Redirecting you to Nextcloud in %n seconds._" : ["アップデートに成功しました。 %n 秒後に Nextcloud にリダイレクトします。"],
+ "Searching other places" : "他の場所の検索",
+ "No search results in other folders for {tag}{filter}{endtag}" : "他のフォルダーに {tag}{filter}{endtag} の検索結果はありません",
+ "_{count} search result in another folder_::_{count} search results in other folders_" : ["他のフォルダーの検索件数 {count}"],
+ "A password reset message has been sent to the e-mail address of this account. If you do not receive it, check your spam/junk folders or ask your local administrator for help." : "このアカウントのメールアドレスにパスワードをリセットするメールが送信されました。 メールが届かなかった場合はあなたのスパム/ジャンクフォルダーをチェックするか、管理者に問い合わせてください。",
+ "Password can not be changed. Please contact your administrator." : "パスワードは変更できません。管理者に問い合わせてください。",
+ "Could not fetch list of apps from the app store." : "App Storeからアプリのリストを取得できませんでした。",
+ "Nextcloud {app}" : "Nextcloud {app}",
+ "Can't install this app because it is not compatible" : "アプリの互換性がないため、インストールできません",
+ "Can't install this app" : "このアプリはインストールできません",
+ "These apps will be updated:" : "次のアプリがアップデートされます:",
+ "For more details see the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "詳細は <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">ドキュメンテーション</a> を参照してください。"
},"pluralForm" :"nplurals=1; plural=0;"
} \ No newline at end of file
diff --git a/core/l10n/ka_GE.js b/core/l10n/ka_GE.js
index d0cd9f75c55..28426a4d754 100644
--- a/core/l10n/ka_GE.js
+++ b/core/l10n/ka_GE.js
@@ -32,33 +32,18 @@ OC.L10N.register(
"Maintenance mode is kept active" : "სარემონტო რეჟიმი დარჩა აქტიური",
"Updating database schema" : "მონაცემთა ბაზის სქემის განახლება",
"Updated database" : "მონაცემთა ბაზის განახლება",
- "Checking whether the database schema can be updated (this can take a long time depending on the database size)" : "მოწმდება შესაძლებელია თუ არა მონაცემთა ბაზის სქემის განახლება (მონაცემთა ბაზის ზომასთან დამოკიდებულებით, ამ პროცესმა შეიძლება გასტანოს გარკვეული პერიოდი)",
- "Checked database schema update" : "შემოწმდა მონაცემთა ბაზის სქემის განახლება",
- "Checking updates of apps" : "მოწმდება აპლიკაციის განახლებები",
- "Checking for update of app \"%s\" in appstore" : "Appstore-ში მოწდება აპლიკაციის \"%s\" განახლება",
- "Update app \"%s\" from appstore" : "Appstore-იდან ნახლდება აპლიკაცია \"%s\"",
- "Checked for update of app \"%s\" in appstore" : "Appstore-ში დამოწმდა აპლიკაციის \"%s\" განახლება",
"Checking whether the database schema for %s can be updated (this can take a long time depending on the database size)" : "მოწმდება შესაძლებელია თუ არა %s-ისთვის მონაცემთა ბაზის სქემის განახლება (მონაცემთა ბაზის ზომასთან დამოკიდებულებით, ამ პროცესმა შეიძლება გასტანოს გარკვეული პერიოდი)",
- "Checked database schema update for apps" : "დამოწმდა აპლიკაციებისთვის მონაცემთა ბაზის სქემის განახლება",
"Set log level to debug" : "ლოგის დონის დაყენება დებაგზე",
"Reset log level" : "ლოგის დონის დაყენება საწყის პარამეტრზე",
"Starting code integrity check" : "კოდის ერთიანობის შემოწმების დაწყება",
"Finished code integrity check" : "დასრულდა კოდის ერთიანობის შემოწმება",
"%s (incompatible)" : "%s (არაა თავსებადი)",
- "Following apps have been disabled: %s" : "შემდეგი აპლიკაციები გაითიშა: %s",
"Already up to date" : "უკვე განახლებულია",
"Your web server is not yet properly set up to allow file synchronization, because the WebDAV interface seems to be broken." : "ფაილის სინქრონიზაციის დასაშვებად თქვენი ვებ-სერვერი ჯერ არაა სწორად კოფინგირურებული, როგორც ჩანს WebDAV ინტერფეისი გაფუჭებულია.",
- "Your web server is not properly set up to resolve \"{url}\". Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "\"{url}\"-ის გასახსნელად თქვენი ვებ-სერვერი არაა სწორად კონფიგურირებული. შეგიძლიათ იხილოთ მეტი ინფორმაცია <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">დოკუმენტაციაში</a>.",
"PHP does not seem to be setup properly to query system environment variables. The test with getenv(\"PATH\") only returns an empty response." : "როგორც ჩანს PHP სისტემის გარემოს ცვლადების მიღებისთვის არაა სწორად მოწყობილი. ეს ტესტი getenv(\"PATH\")-ით აბრუნებს მხოლოდ ცარიელ პასუხს.",
"Your database does not run with \"READ COMMITTED\" transaction isolation level. This can cause problems when multiple actions are executed in parallel." : "თქვენი მონაცემთა ბაზა არ მოქმედებს \"READ COMMITTED\" ტრანზაქციის იზოლაციის დონით. ამან შეიძლება გამოიწვიოს პრობლემა, როდესაც მრავალი ქმედება შესრულდება პარალელურად.",
"It was not possible to execute the cron job via CLI. The following technical errors have appeared:" : "CLI-ით კრონ საქმის ეგზეკუცია ვერ მოხერხდა. წარმოიშვა შემდეგი ტექნიკური შეცდომები:",
"This server has no working Internet connection: Multiple endpoints could not be reached. This means that some of the features like mounting external storage, notifications about updates or installation of third-party apps will not work. Accessing files remotely and sending of notification emails might not work, either. Establish a connection from this server to the Internet to enjoy all features." : "ამ სერვერს არ გააჩნია მოქმედი ინტერნეტ კავშირი: მიუწვდომელია მრავალი წერტილი. ეს ნიშნავს, რომ ფუნქციები როგორებიცაა ექსტერნალური საცავის დაყენება, შეტყობინებები განახლებებზე ან მესამე მხარის აპლიკაციების ინსტალაცია არ იმუშავებს. შესაძლოა ფაილებთან დისტანციური წვდომა და საფოსტო შეტყობინებების გაგზავნაც არ მუშაობდეს. ყველა ფუნქციის მუშაობისთვის, ამ სერვერზე ჩართეთ ინტერნეტ კავშირი.",
- "No memory cache has been configured. To enhance performance, please configure a memcache, if available. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "მეხსიერების კეში არაა კონფიგურირებული. მოქმედების მახასიათებლების გაუმჯობესებისთვის გთოხვთ გაუწიოთ კონფიგურაცია memcache-ს. შეგიძლიათ იხილოთ მეტი ინფორმაცია <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">დოკუმენტაციაში</a>.",
- "You are currently running PHP {version}. Upgrade your PHP version to take advantage of <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">performance and security updates provided by the PHP Group</a> as soon as your distribution supports it." : "ამჟამად თქვენთან მოქმედია PHP {version}. განაახლეთ თქვენი PHP ვერსია, რათა ისარგებლოთ <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">PHP Group-ის მიერ უზრუნველყოფილი გაუმჯობესებული ქმედებითა და უსაფრთხოებებისის განახლებებით</a>.",
- "The reverse proxy header configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If not, this is a security issue and can allow an attacker to spoof their IP address as visible to the Nextcloud. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Nextcloud-ს უკავშირდებით სანდო პქოქსით ან საწინააღმეგო პროქსის დასათაურებებების კონფიგურაცია არასწორია. თუ არა, ეს უსაფრთხოების პრობლემაა და თავდამსხმელმა შეიძლება მოიტყუოს IP მისამართით. იხილეთ მეტი ინფორმაცია ჩვენს <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">დოკუმენტაციაში</a>.",
- "Memcached is configured as distributed cache, but the wrong PHP module \"memcache\" is installed. \\OC\\Memcache\\Memcached only supports \"memcached\" and not \"memcache\". See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">memcached wiki about both modules</a>." : "Memcached კონფიგურირებულია როგორც განაწილებული ქეში, თუმცა დაყენებულია არასწორი PHP მოდული \"memcache\" . \\OC\\Memcache\\Memcached მხარს უჭერს მხოლოდ \"memcached\"-ს და არა \"memcache\"-s. მეტი ინფორმაციისთვის იხილეთ <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">memcached ვიკი ორივე მოდულზე</a>.",
- "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">List of invalid files…</a> / <a href=\"{rescanEndpoint}\">Rescan…</a>)" : "გარკვეულმა ფაილება ვერ გაიარეს ერთიანობის შემოწმება. ინფორმაცია თუ როგორ აღმოფხრათ ეს პრობლემა შეგიძლიათ მოიძიოთ <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">დოკუმენტაციაში</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">არასწორი ფაილების სია...</a> / <a href=\"{rescanEndpoint}\">ხელახალი სკანირება...</a>)",
- "The PHP OPcache is not properly configured. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance it is recommended</a> to use the following settings in the <code>php.ini</code>:" : "PHP OPcache არაა სწორად კონფიგურირებული. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">უკეთესი მოქმედებისთვის რეკომენდირებულია</a> <code>php.ini</code>-ში გამოიყენოთ შემდეგი პარამეტრები:",
"The PHP function \"set_time_limit\" is not available. This could result in scripts being halted mid-execution, breaking your installation. Enabling this function is strongly recommended." : "PHP-ს ფუნქცია \"set_time_limit\" არაა ხელმისაწვდომი. ამან შეიძლება ქმედებისას გამოიწვიოს სკრიპტების შეჩერება, ინსტალაციის შეწყვეტა. რეკომენდირებულია ამ ფუნქციის ჩართვა.",
"Your PHP does not have FreeType support, resulting in breakage of profile pictures and the settings interface." : "თქვენს PHP-ს არ აქვს FreeType-ის მხარდაჭერა, რაც გამოწვევს დარღვეულ პროფილის სურათებს და პარამეტრების ინტერფეისს.",
"SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend." : "ამჟამად ბექენდზე მონაცემთა ბაზად მოიხმარება SQLite. უფრო დიდი ინსტალაციებისთვის რეკომენდაციას გიწევთ აირჩიოთ სხვა მონაცემთა ბაზა.",
@@ -67,13 +52,6 @@ OC.L10N.register(
"Your data directory and files are probably accessible from the Internet. The .htaccess file is not working. It is strongly recommended that you configure your web server so that the data directory is no longer accessible, or move the data directory outside the web server document root." : "თქვენი data დირექტორია და ფაილები ალბათ წვდომადია ინტერნეტიდან. .htaccess ფაილი არ მუშაობს. მკაცრად რეკომენდირებულია ისე გაუწიოთ თქვენს ვებ-სერვერს კონფიგურაცია, რომ data დირექტორია აღარ იყოს წვდომადი, ან გაიტანოთ ის ვებ-სერვერის root დირექტორიიდან.",
"The \"{header}\" HTTP header is not set to \"{expected}\". This is a potential security or privacy risk, as it is recommended to adjust this setting accordingly." : "HTTP დასათაურება \"{header}\" არაა კონფიგურირებული უტოლდებოდეს \"{expected}\"-ს. ეს პოტენციური უსაფრთხოების და კონფიდენციალურობის რისკია, რეკომენდირებულია ამ პარამეტრის გამოსწორება.",
"The \"{header}\" HTTP header is not set to \"{expected}\". Some features might not work correctly, as it is recommended to adjust this setting accordingly." : "HTTP დასათაურება \"{header}\" არაა კონფიგურირებული უტოლდებოდეს \"{expected}\"-ს. ზოგიერთმა ფუნქციამ შეიძლება არ იმუშაოს სწორად და რეკომენდირებულია ამ პარამეტრის რეგულაცია.",
- "Non-existing tag #{tag}" : "ტეგი #{tag} არ არსებობს",
- "restricted" : "აკრძალული",
- "invisible" : "უჩინარი",
- "Delete" : "წაშლა",
- "Rename" : "სახელის შეცვლა",
- "Collaborative tags" : "ერთობლივი ტეგები",
- "No tags found" : "ტეგები ვერ იქნა ნაპოვნი",
"unknown text" : "ამოუცნობი ტეგი",
"Hello world!" : "გამარჯობა სამყარო!",
"sunny" : "მზიანი",
@@ -88,29 +66,26 @@ OC.L10N.register(
"Please reload the page." : "გთხოვთ გადატვირთოთ გვერდი.",
"The update was unsuccessful. For more information <a href=\"{url}\">check our forum post</a> covering this issue." : "განახლებისას წარმოიშვა შეცდომა. მეტი ინფორმაციისთვის იხილეთ <a href=\"{url}\">ჩვენი ფორუმის პოსტი</a>, სადაც საუბარია ამ პრობლემაზე.",
"The update was unsuccessful. Please report this issue to the <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">Nextcloud community</a>." : "განახლებისას წარმოიშვა შეცდომა. გთხოვთ განაცხადოთ ამ პრობლემის შესახებ <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">Nextcloud საზოგადოებაში</a>.",
- "Continue to Nextcloud" : "გაგრძლება Nextcloud-ისკენ",
- "_The update was successful. Redirecting you to Nextcloud in %n second._::_The update was successful. Redirecting you to Nextcloud in %n seconds._" : ["განახლება წარმატებით დასრულდა. Nextcloud-ისკენ გადაგამისამართებთ %n წამში.","განახლება წარმატებით დასრულდა. Nextcloud-ისკენ გადაგამისამართებთ %n წამში."],
- "Searching other places" : "ვეძებთ დანარჩენ ადგილებში",
- "No search results in other folders for {tag}{filter}{endtag}" : "ძიების შედეგები სხვა დირექტორიებში {tag}{filter}{endtag}-სთვის არაა",
- "_{count} search result in another folder_::_{count} search results in other folders_" : ["{count} ძიების შედეგები სხვა დირექტორიებში","{count} ძიების შედეგები სხვა დირექტორიებში"],
+ "Log in" : "შესვლა",
+ "Logging in …" : "შესვლა ...",
"Server side authentication failed!" : "სერვერის მხარეს აუტენტიფიკაცია ვერ მოხერხდა!",
"Please contact your administrator." : "გთხოვთ დაუკავშირდეთ თქვენს ადმინისტრატორს.",
"An internal error occurred." : "გამოჩნდა შიდა შეცდომა.",
"Please try again or contact your administrator." : "გთხოვთ სცადოთ ახლიდან ან დაუკავშირდეთ თქვენს ადმინისტრატორს.",
"Username or email" : "მომხმარებლის სახელი ან ელ-ფოსტა",
"Password" : "პაროლი",
- "Log in" : "შესვლა",
- "Logging in …" : "შესვლა ...",
"Wrong username or password." : "არასწორი მომხმარებლის სახელი ან პაროლი.",
"User disabled" : "მომხმარებელი გათიშულია",
"We have detected multiple invalid login attempts from your IP. Therefore your next login is throttled up to 30 seconds." : "თქვენი IP მისამართით შევნიშნეთ არაერთი წარუმატებელი ავტორიზაციის მცდელობა. აქედან გამომდინარე თქვენი შემდეგი ავტორიზაციის მცდელობა შეიზღუდება დაახლოებით 30 წამით.",
"Reset password" : "პაროლის შეცვლა",
"Couldn't send reset email. Please contact your administrator." : "აღდგენის ელ-წერილი ვერ გაიგზავნა. გთხოვთ დაუკავშირდეთ თქვენს ადმინისტრატორს.",
- "Password can not be changed. Please contact your administrator." : "პაროლი ვერ იცვლება. დაუკავშირდით თქვენს ადმინისტრატორს.",
"New password" : "ახალი პაროლი",
"I know what I'm doing" : "ვიცი რასაც ვაკეთებ",
"Cancel" : "უარყოფა",
"Forgot password?" : "დაგავიწყდათ პაროლი?",
+ "Back" : "უკან",
+ "Reset search" : "ძიების შედეგები",
+ "Search" : "ძებნა",
"Settings" : "პარამეტრები",
"Could not load your contacts" : "თქვენი კონტაქტების ჩატვირთვა ვერ მოხერხდა",
"Search contacts …" : "მოძებნეთ კონტაქტები ...",
@@ -165,6 +140,13 @@ OC.L10N.register(
"Strong password" : "ძლიერი პაროლი",
"No action available" : "ქმედება არაა ხელმისაწვდომი",
"Error fetching contact actions" : "კონტაქტის ქმედებების მოხვეწისას წარმოიქმნა შეცდომა",
+ "Non-existing tag #{tag}" : "ტეგი #{tag} არ არსებობს",
+ "restricted" : "აკრძალული",
+ "invisible" : "უჩინარი",
+ "Delete" : "წაშლა",
+ "Rename" : "სახელის შეცვლა",
+ "Collaborative tags" : "ერთობლივი ტეგები",
+ "No tags found" : "ტეგები ვერ იქნა ნაპოვნი",
"Personal" : "პირადი",
"Users" : "მომხმარებელი",
"Apps" : "აპლიკაციები",
@@ -211,8 +193,6 @@ OC.L10N.register(
"This application requires JavaScript for correct operation. Please {linkstart}enable JavaScript{linkend} and reload the page." : "ეს აპლიკაცია სწორი ოპერაციისთვის საჭიროებს JavaScript-ს. გთხოვთ {linkstart}ჩართოთ JavaScript-ი{linkend} და გადატვირთოთ გვერდი.",
"More apps" : "მეტი აპლიკაცია",
"More" : "მეტი",
- "Search" : "ძებნა",
- "Reset search" : "ძიების შედეგები",
"Contacts" : "კონტაქტები",
"Confirm your password" : "დაადასტურეთ თქვენი პაროლი",
"App token" : "აპლიკაციის ტოკენი",
@@ -226,7 +206,6 @@ OC.L10N.register(
"Access through untrusted domain" : "წვდომა არა-სანდო დომენიდან",
"Please contact your administrator. If you are an administrator, edit the \"trusted_domains\" setting in config/config.php like the example in config.sample.php." : "გთხოვთ დაუკავშირდეთ თქვენს ადმინისტრატორს. იმ შემთხვევაში თუ ბრძანდებით ადმინისტრატორი, config/config.php-ში შეცვალეთ \"trusted_domains\" პარამეტრი, ისე როგორც ნაჩვენებია მაგალითში config.sample.php.",
"App update required" : "აპლიკაციას ესაჭიროება განახლება",
- "These apps will be updated:" : "ეს აპლიკაციები განახლდება:",
"These incompatible apps will be disabled:" : "ეს არათავსებადი აპლიკაციები წაიშლება:",
"The theme %s has been disabled." : "ვიზუალური თემა %s გაითიშა.",
"Please make sure that the database, the config folder and the data folder have been backed up before proceeding." : "გაგრძელებმდე გთხოვთ დარწმუნდეთ, რომ მონაცემთა ბაზას, კონფიგურაციის დირექტორიას და მონაცემთა დირექტორიას ჩაუტარდა ბექაფი.",
@@ -240,71 +219,27 @@ OC.L10N.register(
"Upgrade via web on my own risk" : "ვებით განაახლეთ თქვენი პასუხისმგებლობით",
"This %s instance is currently in maintenance mode, which may take a while." : "ეს %s ინსტანცია ამჟამად სარემონტო რეჟიმშია, ამან შეიძლება გასტანოს გარკვეული დრო.",
"Contact your system administrator if this message persists or appeared unexpectedly." : "თუ ეს წერილი გამოჩნდა მოულოდნელად ან მისი გამოჩენა გრძელდება, დაუკავშირდით სისტემის ადმინისტრატორს.",
- "Could not send reset email because there is no email address for this username. Please contact your administrator." : "ამ მომხმარებლისთვის ელ-ფოსტის მისამართი არაა დაყენებული, შესაბამისად აღდგენის ელ-წერილი ვერ გაიგზავნა. გთხოვთ დაუკავშირდეთ თქვენს ადმინისტრატორს.",
- "Couldn't send reset email. Please make sure your username is correct." : "აღდგენის ელ-წერილი ვერ გაიგზავნა. დარწმუნდით, რომ მომხმარებლის სახელი სწორია.",
- "Your files are encrypted. There will be no way to get your data back after your password is reset.<br />If you are not sure what to do, please contact your administrator before you continue. <br />Do you really want to continue?" : "ფაილები კოდირებულია. პაროლის აღდგენის შემდეგ ვერანაირად ვერ დაიბრუნებთ მონაცემებს.<br />თუ არ ხართ დარწმუნებული რა გააკეთოთ, გაგრძელებამდე მიმართეთ თქვენს ადმინისტრატორს.<br />დარწმუნებული ხართ, რომ გსურთ გაგრძელება?",
- "Sending email …" : "წერილი იგზავნება ...",
- "You are currently running PHP 5.6. The current major version of Nextcloud is the last that is supported on PHP 5.6. It is recommended to upgrade the PHP version to 7.0+ to be able to upgrade to Nextcloud 14." : "თქვენთან ამ მომენტისთვის მოქმედია PHP 5.6. ამჟამინდელი Nextcloud-ის ძირითადი ვერსია ბოლოა, რომელიც მხარს უჭერს PHP 5.6-ს. Nextcloud 14-ზე განახლებისთვის, რეკომენდირებულია PHP განაახლოთ 7.0+ ვერსიამდე.",
- "Shared" : "გაზიარებული",
- "Shared with" : "გაზიარებულია",
- "Shared by" : "გამზიარებელი",
- "Choose a password for the public link" : "საზოგადო ბმულისთვის აირჩიეთ პაროლი",
- "Choose a password for the public link or press the \"Enter\" key" : "აირჩიეთ პაროლი საზოგადო ბმულისთვის ან დააჭირეთ \"Enter\"-ს",
- "Copied!" : "კოპირებულია!",
- "Copy link" : "ბმულის კოპირება",
- "Not supported!" : "არაა მხარდაჭერილი!",
- "Press ⌘-C to copy." : "დასაკოპირებლად დააჭირეთ ⌘-C-ს",
- "Press Ctrl-C to copy." : "დასაკოპირებლად დააჭირეთ Ctrl-C-ს",
- "Resharing is not allowed" : "ხელახალი გაზიარება არაა დაშვებული",
- "Link" : "ბმული",
- "Password protect" : "პაროლით დაცვა",
- "Allow editing" : "ცვლილების უფლების მინიჭება",
- "Email link to person" : "ბმულის პიროვნების ელ-მისამართზე გაგზავნა",
- "Send" : "გაგზავნა",
- "Allow upload and editing" : "ატვირთვისა და ცვლილების უფლებების მინიჭება",
- "Read only" : "მხოლოდ-კითხვადი",
- "File drop (upload only)" : "ფაილის ჩაგდება (მხოლოდ ატვირთვა)",
- "Set expiration date" : "მიუთითეთ ვადის გასვლის დრო",
- "Expiration" : "ვადის გასვლა",
- "Expiration date" : "ვადის გასვლის დრო",
- "Unshare" : "გაზიარების შეწყვეტა",
- "Share to {name}" : "გაუზიარეთ მომხმარებელს {name}",
- "Share link" : "გააზიარეთ ბმული",
- "Could not unshare" : "გაზიარების შეწყვეტა ვერ მოხერხდა",
- "Shared with you and the group {group} by {owner}" : "თქვენ და {group} ჯგუფს გაგიზიარდათ მომხმარებლისგან {owner}",
- "Shared with you by {owner}" : "თქვენთან გაზიარდა მომხმარებლისგან {owner}",
- "Choose a password for the mail share" : "აირჩიეთ პაროლი ელ-ფოსტით გაზიარებისთვის",
- "group" : "ჯგუფი",
- "remote" : "დისტანციური",
- "email" : "ელ-ფოსტა",
- "shared by {sharer}" : "გააზიარა მომხმარებელმა {sharer}",
- "Can reshare" : "შეუძლია ხელახალი გაზიარება",
- "Can edit" : "შეუძლია შეცვლა",
- "Can create" : "შეუძლია შექმნა",
- "Can change" : "შეუძლია ცვლილება",
- "Can delete" : "შეუძლია გაუქმება",
- "Access control" : "დაშვების კონტროლი",
- "Error while sharing" : "შეცდომა გაზიარების დროს",
- "Share details could not be loaded for this item." : "ამ ობიექტისთვის გაზიარების დეტალები ვერ ჩაიტვირთა.",
- "_At least {count} character is needed for autocompletion_::_At least {count} characters are needed for autocompletion_" : ["ავტო-დასრულებისთვის საჭიროა მინიმუმ {count} სიბმოლო","ავტო-დასრულებისთვის საჭიროა მინიმუმ {count} სიბმოლო"],
- "This list is maybe truncated - please refine your search term to see more results." : "ეს სია შეიძლება იყოს წაკვეთილი - მეტი შედეგისთვის, გთხოვთ გაწმინდოთ თქვენი საძიებო სიტყვა.",
- "No users or groups found for {search}" : "მომხმარებლები და ჯგუფები {search}-ისთვის არ იქნა ნაპოვნი",
- "No users found for {search}" : "მომხმარებლები {search}-ისთვის არ იქნა ნაპოვნი",
- "An error occurred. Please try again" : "წარმოიშვა შეცდომა. გთხოვთ სცადოთ ახლიდან.",
- "Home" : "სახლი",
- "Work" : "სამსახური",
- "Other" : "სხვა",
- "{sharee} ({type}, {owner})" : "{sharee} ({type}, {owner})",
- "Share" : "გაზიარება",
- "Name or email address..." : "სახელი ან ელ-ფოსტის მისამართი...",
- "Name or federated cloud ID..." : "სახელი ან ფედერალური ქლაუდ ID",
- "Name, federated cloud ID or email address..." : "სახელი, ფედერალური ქლაუდ ID ან ელ-ფოსტის მისამართი",
- "Name..." : "სახელი...",
- "Error removing share" : "გაზიარების გაუქმებისას წარმოიშვა შეცდომა",
- "({scope})" : "({scope})",
- "Saving..." : "შენახვა...",
- "Dismiss" : "დათხოვნა",
- "New Password" : "ახლი პაროლი",
- "Cancel log in" : "ავტორიზაციის შეჩერება"
+ "Checking whether the database schema can be updated (this can take a long time depending on the database size)" : "მოწმდება შესაძლებელია თუ არა მონაცემთა ბაზის სქემის განახლება (მონაცემთა ბაზის ზომასთან დამოკიდებულებით, ამ პროცესმა შეიძლება გასტანოს გარკვეული პერიოდი)",
+ "Checked database schema update" : "შემოწმდა მონაცემთა ბაზის სქემის განახლება",
+ "Checking updates of apps" : "მოწმდება აპლიკაციის განახლებები",
+ "Checking for update of app \"%s\" in appstore" : "Appstore-ში მოწდება აპლიკაციის \"%s\" განახლება",
+ "Update app \"%s\" from appstore" : "Appstore-იდან ნახლდება აპლიკაცია \"%s\"",
+ "Checked for update of app \"%s\" in appstore" : "Appstore-ში დამოწმდა აპლიკაციის \"%s\" განახლება",
+ "Checked database schema update for apps" : "დამოწმდა აპლიკაციებისთვის მონაცემთა ბაზის სქემის განახლება",
+ "Following apps have been disabled: %s" : "შემდეგი აპლიკაციები გაითიშა: %s",
+ "Your web server is not properly set up to resolve \"{url}\". Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "\"{url}\"-ის გასახსნელად თქვენი ვებ-სერვერი არაა სწორად კონფიგურირებული. შეგიძლიათ იხილოთ მეტი ინფორმაცია <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">დოკუმენტაციაში</a>.",
+ "No memory cache has been configured. To enhance performance, please configure a memcache, if available. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "მეხსიერების კეში არაა კონფიგურირებული. მოქმედების მახასიათებლების გაუმჯობესებისთვის გთოხვთ გაუწიოთ კონფიგურაცია memcache-ს. შეგიძლიათ იხილოთ მეტი ინფორმაცია <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">დოკუმენტაციაში</a>.",
+ "You are currently running PHP {version}. Upgrade your PHP version to take advantage of <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">performance and security updates provided by the PHP Group</a> as soon as your distribution supports it." : "ამჟამად თქვენთან მოქმედია PHP {version}. განაახლეთ თქვენი PHP ვერსია, რათა ისარგებლოთ <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">PHP Group-ის მიერ უზრუნველყოფილი გაუმჯობესებული ქმედებითა და უსაფრთხოებებისის განახლებებით</a>.",
+ "The reverse proxy header configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If not, this is a security issue and can allow an attacker to spoof their IP address as visible to the Nextcloud. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Nextcloud-ს უკავშირდებით სანდო პქოქსით ან საწინააღმეგო პროქსის დასათაურებებების კონფიგურაცია არასწორია. თუ არა, ეს უსაფრთხოების პრობლემაა და თავდამსხმელმა შეიძლება მოიტყუოს IP მისამართით. იხილეთ მეტი ინფორმაცია ჩვენს <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">დოკუმენტაციაში</a>.",
+ "Memcached is configured as distributed cache, but the wrong PHP module \"memcache\" is installed. \\OC\\Memcache\\Memcached only supports \"memcached\" and not \"memcache\". See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">memcached wiki about both modules</a>." : "Memcached კონფიგურირებულია როგორც განაწილებული ქეში, თუმცა დაყენებულია არასწორი PHP მოდული \"memcache\" . \\OC\\Memcache\\Memcached მხარს უჭერს მხოლოდ \"memcached\"-ს და არა \"memcache\"-s. მეტი ინფორმაციისთვის იხილეთ <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">memcached ვიკი ორივე მოდულზე</a>.",
+ "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">List of invalid files…</a> / <a href=\"{rescanEndpoint}\">Rescan…</a>)" : "გარკვეულმა ფაილება ვერ გაიარეს ერთიანობის შემოწმება. ინფორმაცია თუ როგორ აღმოფხრათ ეს პრობლემა შეგიძლიათ მოიძიოთ <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">დოკუმენტაციაში</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">არასწორი ფაილების სია...</a> / <a href=\"{rescanEndpoint}\">ხელახალი სკანირება...</a>)",
+ "The PHP OPcache is not properly configured. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance it is recommended</a> to use the following settings in the <code>php.ini</code>:" : "PHP OPcache არაა სწორად კონფიგურირებული. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">უკეთესი მოქმედებისთვის რეკომენდირებულია</a> <code>php.ini</code>-ში გამოიყენოთ შემდეგი პარამეტრები:",
+ "Continue to Nextcloud" : "გაგრძლება Nextcloud-ისკენ",
+ "_The update was successful. Redirecting you to Nextcloud in %n second._::_The update was successful. Redirecting you to Nextcloud in %n seconds._" : ["განახლება წარმატებით დასრულდა. Nextcloud-ისკენ გადაგამისამართებთ %n წამში.","განახლება წარმატებით დასრულდა. Nextcloud-ისკენ გადაგამისამართებთ %n წამში."],
+ "Searching other places" : "ვეძებთ დანარჩენ ადგილებში",
+ "No search results in other folders for {tag}{filter}{endtag}" : "ძიების შედეგები სხვა დირექტორიებში {tag}{filter}{endtag}-სთვის არაა",
+ "_{count} search result in another folder_::_{count} search results in other folders_" : ["{count} ძიების შედეგები სხვა დირექტორიებში","{count} ძიების შედეგები სხვა დირექტორიებში"],
+ "Password can not be changed. Please contact your administrator." : "პაროლი ვერ იცვლება. დაუკავშირდით თქვენს ადმინისტრატორს.",
+ "These apps will be updated:" : "ეს აპლიკაციები განახლდება:"
},
"nplurals=2; plural=(n!=1);");
diff --git a/core/l10n/ka_GE.json b/core/l10n/ka_GE.json
index bf99910a613..f85c581d166 100644
--- a/core/l10n/ka_GE.json
+++ b/core/l10n/ka_GE.json
@@ -30,33 +30,18 @@
"Maintenance mode is kept active" : "სარემონტო რეჟიმი დარჩა აქტიური",
"Updating database schema" : "მონაცემთა ბაზის სქემის განახლება",
"Updated database" : "მონაცემთა ბაზის განახლება",
- "Checking whether the database schema can be updated (this can take a long time depending on the database size)" : "მოწმდება შესაძლებელია თუ არა მონაცემთა ბაზის სქემის განახლება (მონაცემთა ბაზის ზომასთან დამოკიდებულებით, ამ პროცესმა შეიძლება გასტანოს გარკვეული პერიოდი)",
- "Checked database schema update" : "შემოწმდა მონაცემთა ბაზის სქემის განახლება",
- "Checking updates of apps" : "მოწმდება აპლიკაციის განახლებები",
- "Checking for update of app \"%s\" in appstore" : "Appstore-ში მოწდება აპლიკაციის \"%s\" განახლება",
- "Update app \"%s\" from appstore" : "Appstore-იდან ნახლდება აპლიკაცია \"%s\"",
- "Checked for update of app \"%s\" in appstore" : "Appstore-ში დამოწმდა აპლიკაციის \"%s\" განახლება",
"Checking whether the database schema for %s can be updated (this can take a long time depending on the database size)" : "მოწმდება შესაძლებელია თუ არა %s-ისთვის მონაცემთა ბაზის სქემის განახლება (მონაცემთა ბაზის ზომასთან დამოკიდებულებით, ამ პროცესმა შეიძლება გასტანოს გარკვეული პერიოდი)",
- "Checked database schema update for apps" : "დამოწმდა აპლიკაციებისთვის მონაცემთა ბაზის სქემის განახლება",
"Set log level to debug" : "ლოგის დონის დაყენება დებაგზე",
"Reset log level" : "ლოგის დონის დაყენება საწყის პარამეტრზე",
"Starting code integrity check" : "კოდის ერთიანობის შემოწმების დაწყება",
"Finished code integrity check" : "დასრულდა კოდის ერთიანობის შემოწმება",
"%s (incompatible)" : "%s (არაა თავსებადი)",
- "Following apps have been disabled: %s" : "შემდეგი აპლიკაციები გაითიშა: %s",
"Already up to date" : "უკვე განახლებულია",
"Your web server is not yet properly set up to allow file synchronization, because the WebDAV interface seems to be broken." : "ფაილის სინქრონიზაციის დასაშვებად თქვენი ვებ-სერვერი ჯერ არაა სწორად კოფინგირურებული, როგორც ჩანს WebDAV ინტერფეისი გაფუჭებულია.",
- "Your web server is not properly set up to resolve \"{url}\". Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "\"{url}\"-ის გასახსნელად თქვენი ვებ-სერვერი არაა სწორად კონფიგურირებული. შეგიძლიათ იხილოთ მეტი ინფორმაცია <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">დოკუმენტაციაში</a>.",
"PHP does not seem to be setup properly to query system environment variables. The test with getenv(\"PATH\") only returns an empty response." : "როგორც ჩანს PHP სისტემის გარემოს ცვლადების მიღებისთვის არაა სწორად მოწყობილი. ეს ტესტი getenv(\"PATH\")-ით აბრუნებს მხოლოდ ცარიელ პასუხს.",
"Your database does not run with \"READ COMMITTED\" transaction isolation level. This can cause problems when multiple actions are executed in parallel." : "თქვენი მონაცემთა ბაზა არ მოქმედებს \"READ COMMITTED\" ტრანზაქციის იზოლაციის დონით. ამან შეიძლება გამოიწვიოს პრობლემა, როდესაც მრავალი ქმედება შესრულდება პარალელურად.",
"It was not possible to execute the cron job via CLI. The following technical errors have appeared:" : "CLI-ით კრონ საქმის ეგზეკუცია ვერ მოხერხდა. წარმოიშვა შემდეგი ტექნიკური შეცდომები:",
"This server has no working Internet connection: Multiple endpoints could not be reached. This means that some of the features like mounting external storage, notifications about updates or installation of third-party apps will not work. Accessing files remotely and sending of notification emails might not work, either. Establish a connection from this server to the Internet to enjoy all features." : "ამ სერვერს არ გააჩნია მოქმედი ინტერნეტ კავშირი: მიუწვდომელია მრავალი წერტილი. ეს ნიშნავს, რომ ფუნქციები როგორებიცაა ექსტერნალური საცავის დაყენება, შეტყობინებები განახლებებზე ან მესამე მხარის აპლიკაციების ინსტალაცია არ იმუშავებს. შესაძლოა ფაილებთან დისტანციური წვდომა და საფოსტო შეტყობინებების გაგზავნაც არ მუშაობდეს. ყველა ფუნქციის მუშაობისთვის, ამ სერვერზე ჩართეთ ინტერნეტ კავშირი.",
- "No memory cache has been configured. To enhance performance, please configure a memcache, if available. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "მეხსიერების კეში არაა კონფიგურირებული. მოქმედების მახასიათებლების გაუმჯობესებისთვის გთოხვთ გაუწიოთ კონფიგურაცია memcache-ს. შეგიძლიათ იხილოთ მეტი ინფორმაცია <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">დოკუმენტაციაში</a>.",
- "You are currently running PHP {version}. Upgrade your PHP version to take advantage of <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">performance and security updates provided by the PHP Group</a> as soon as your distribution supports it." : "ამჟამად თქვენთან მოქმედია PHP {version}. განაახლეთ თქვენი PHP ვერსია, რათა ისარგებლოთ <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">PHP Group-ის მიერ უზრუნველყოფილი გაუმჯობესებული ქმედებითა და უსაფრთხოებებისის განახლებებით</a>.",
- "The reverse proxy header configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If not, this is a security issue and can allow an attacker to spoof their IP address as visible to the Nextcloud. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Nextcloud-ს უკავშირდებით სანდო პქოქსით ან საწინააღმეგო პროქსის დასათაურებებების კონფიგურაცია არასწორია. თუ არა, ეს უსაფრთხოების პრობლემაა და თავდამსხმელმა შეიძლება მოიტყუოს IP მისამართით. იხილეთ მეტი ინფორმაცია ჩვენს <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">დოკუმენტაციაში</a>.",
- "Memcached is configured as distributed cache, but the wrong PHP module \"memcache\" is installed. \\OC\\Memcache\\Memcached only supports \"memcached\" and not \"memcache\". See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">memcached wiki about both modules</a>." : "Memcached კონფიგურირებულია როგორც განაწილებული ქეში, თუმცა დაყენებულია არასწორი PHP მოდული \"memcache\" . \\OC\\Memcache\\Memcached მხარს უჭერს მხოლოდ \"memcached\"-ს და არა \"memcache\"-s. მეტი ინფორმაციისთვის იხილეთ <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">memcached ვიკი ორივე მოდულზე</a>.",
- "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">List of invalid files…</a> / <a href=\"{rescanEndpoint}\">Rescan…</a>)" : "გარკვეულმა ფაილება ვერ გაიარეს ერთიანობის შემოწმება. ინფორმაცია თუ როგორ აღმოფხრათ ეს პრობლემა შეგიძლიათ მოიძიოთ <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">დოკუმენტაციაში</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">არასწორი ფაილების სია...</a> / <a href=\"{rescanEndpoint}\">ხელახალი სკანირება...</a>)",
- "The PHP OPcache is not properly configured. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance it is recommended</a> to use the following settings in the <code>php.ini</code>:" : "PHP OPcache არაა სწორად კონფიგურირებული. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">უკეთესი მოქმედებისთვის რეკომენდირებულია</a> <code>php.ini</code>-ში გამოიყენოთ შემდეგი პარამეტრები:",
"The PHP function \"set_time_limit\" is not available. This could result in scripts being halted mid-execution, breaking your installation. Enabling this function is strongly recommended." : "PHP-ს ფუნქცია \"set_time_limit\" არაა ხელმისაწვდომი. ამან შეიძლება ქმედებისას გამოიწვიოს სკრიპტების შეჩერება, ინსტალაციის შეწყვეტა. რეკომენდირებულია ამ ფუნქციის ჩართვა.",
"Your PHP does not have FreeType support, resulting in breakage of profile pictures and the settings interface." : "თქვენს PHP-ს არ აქვს FreeType-ის მხარდაჭერა, რაც გამოწვევს დარღვეულ პროფილის სურათებს და პარამეტრების ინტერფეისს.",
"SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend." : "ამჟამად ბექენდზე მონაცემთა ბაზად მოიხმარება SQLite. უფრო დიდი ინსტალაციებისთვის რეკომენდაციას გიწევთ აირჩიოთ სხვა მონაცემთა ბაზა.",
@@ -65,13 +50,6 @@
"Your data directory and files are probably accessible from the Internet. The .htaccess file is not working. It is strongly recommended that you configure your web server so that the data directory is no longer accessible, or move the data directory outside the web server document root." : "თქვენი data დირექტორია და ფაილები ალბათ წვდომადია ინტერნეტიდან. .htaccess ფაილი არ მუშაობს. მკაცრად რეკომენდირებულია ისე გაუწიოთ თქვენს ვებ-სერვერს კონფიგურაცია, რომ data დირექტორია აღარ იყოს წვდომადი, ან გაიტანოთ ის ვებ-სერვერის root დირექტორიიდან.",
"The \"{header}\" HTTP header is not set to \"{expected}\". This is a potential security or privacy risk, as it is recommended to adjust this setting accordingly." : "HTTP დასათაურება \"{header}\" არაა კონფიგურირებული უტოლდებოდეს \"{expected}\"-ს. ეს პოტენციური უსაფრთხოების და კონფიდენციალურობის რისკია, რეკომენდირებულია ამ პარამეტრის გამოსწორება.",
"The \"{header}\" HTTP header is not set to \"{expected}\". Some features might not work correctly, as it is recommended to adjust this setting accordingly." : "HTTP დასათაურება \"{header}\" არაა კონფიგურირებული უტოლდებოდეს \"{expected}\"-ს. ზოგიერთმა ფუნქციამ შეიძლება არ იმუშაოს სწორად და რეკომენდირებულია ამ პარამეტრის რეგულაცია.",
- "Non-existing tag #{tag}" : "ტეგი #{tag} არ არსებობს",
- "restricted" : "აკრძალული",
- "invisible" : "უჩინარი",
- "Delete" : "წაშლა",
- "Rename" : "სახელის შეცვლა",
- "Collaborative tags" : "ერთობლივი ტეგები",
- "No tags found" : "ტეგები ვერ იქნა ნაპოვნი",
"unknown text" : "ამოუცნობი ტეგი",
"Hello world!" : "გამარჯობა სამყარო!",
"sunny" : "მზიანი",
@@ -86,29 +64,26 @@
"Please reload the page." : "გთხოვთ გადატვირთოთ გვერდი.",
"The update was unsuccessful. For more information <a href=\"{url}\">check our forum post</a> covering this issue." : "განახლებისას წარმოიშვა შეცდომა. მეტი ინფორმაციისთვის იხილეთ <a href=\"{url}\">ჩვენი ფორუმის პოსტი</a>, სადაც საუბარია ამ პრობლემაზე.",
"The update was unsuccessful. Please report this issue to the <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">Nextcloud community</a>." : "განახლებისას წარმოიშვა შეცდომა. გთხოვთ განაცხადოთ ამ პრობლემის შესახებ <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">Nextcloud საზოგადოებაში</a>.",
- "Continue to Nextcloud" : "გაგრძლება Nextcloud-ისკენ",
- "_The update was successful. Redirecting you to Nextcloud in %n second._::_The update was successful. Redirecting you to Nextcloud in %n seconds._" : ["განახლება წარმატებით დასრულდა. Nextcloud-ისკენ გადაგამისამართებთ %n წამში.","განახლება წარმატებით დასრულდა. Nextcloud-ისკენ გადაგამისამართებთ %n წამში."],
- "Searching other places" : "ვეძებთ დანარჩენ ადგილებში",
- "No search results in other folders for {tag}{filter}{endtag}" : "ძიების შედეგები სხვა დირექტორიებში {tag}{filter}{endtag}-სთვის არაა",
- "_{count} search result in another folder_::_{count} search results in other folders_" : ["{count} ძიების შედეგები სხვა დირექტორიებში","{count} ძიების შედეგები სხვა დირექტორიებში"],
+ "Log in" : "შესვლა",
+ "Logging in …" : "შესვლა ...",
"Server side authentication failed!" : "სერვერის მხარეს აუტენტიფიკაცია ვერ მოხერხდა!",
"Please contact your administrator." : "გთხოვთ დაუკავშირდეთ თქვენს ადმინისტრატორს.",
"An internal error occurred." : "გამოჩნდა შიდა შეცდომა.",
"Please try again or contact your administrator." : "გთხოვთ სცადოთ ახლიდან ან დაუკავშირდეთ თქვენს ადმინისტრატორს.",
"Username or email" : "მომხმარებლის სახელი ან ელ-ფოსტა",
"Password" : "პაროლი",
- "Log in" : "შესვლა",
- "Logging in …" : "შესვლა ...",
"Wrong username or password." : "არასწორი მომხმარებლის სახელი ან პაროლი.",
"User disabled" : "მომხმარებელი გათიშულია",
"We have detected multiple invalid login attempts from your IP. Therefore your next login is throttled up to 30 seconds." : "თქვენი IP მისამართით შევნიშნეთ არაერთი წარუმატებელი ავტორიზაციის მცდელობა. აქედან გამომდინარე თქვენი შემდეგი ავტორიზაციის მცდელობა შეიზღუდება დაახლოებით 30 წამით.",
"Reset password" : "პაროლის შეცვლა",
"Couldn't send reset email. Please contact your administrator." : "აღდგენის ელ-წერილი ვერ გაიგზავნა. გთხოვთ დაუკავშირდეთ თქვენს ადმინისტრატორს.",
- "Password can not be changed. Please contact your administrator." : "პაროლი ვერ იცვლება. დაუკავშირდით თქვენს ადმინისტრატორს.",
"New password" : "ახალი პაროლი",
"I know what I'm doing" : "ვიცი რასაც ვაკეთებ",
"Cancel" : "უარყოფა",
"Forgot password?" : "დაგავიწყდათ პაროლი?",
+ "Back" : "უკან",
+ "Reset search" : "ძიების შედეგები",
+ "Search" : "ძებნა",
"Settings" : "პარამეტრები",
"Could not load your contacts" : "თქვენი კონტაქტების ჩატვირთვა ვერ მოხერხდა",
"Search contacts …" : "მოძებნეთ კონტაქტები ...",
@@ -163,6 +138,13 @@
"Strong password" : "ძლიერი პაროლი",
"No action available" : "ქმედება არაა ხელმისაწვდომი",
"Error fetching contact actions" : "კონტაქტის ქმედებების მოხვეწისას წარმოიქმნა შეცდომა",
+ "Non-existing tag #{tag}" : "ტეგი #{tag} არ არსებობს",
+ "restricted" : "აკრძალული",
+ "invisible" : "უჩინარი",
+ "Delete" : "წაშლა",
+ "Rename" : "სახელის შეცვლა",
+ "Collaborative tags" : "ერთობლივი ტეგები",
+ "No tags found" : "ტეგები ვერ იქნა ნაპოვნი",
"Personal" : "პირადი",
"Users" : "მომხმარებელი",
"Apps" : "აპლიკაციები",
@@ -209,8 +191,6 @@
"This application requires JavaScript for correct operation. Please {linkstart}enable JavaScript{linkend} and reload the page." : "ეს აპლიკაცია სწორი ოპერაციისთვის საჭიროებს JavaScript-ს. გთხოვთ {linkstart}ჩართოთ JavaScript-ი{linkend} და გადატვირთოთ გვერდი.",
"More apps" : "მეტი აპლიკაცია",
"More" : "მეტი",
- "Search" : "ძებნა",
- "Reset search" : "ძიების შედეგები",
"Contacts" : "კონტაქტები",
"Confirm your password" : "დაადასტურეთ თქვენი პაროლი",
"App token" : "აპლიკაციის ტოკენი",
@@ -224,7 +204,6 @@
"Access through untrusted domain" : "წვდომა არა-სანდო დომენიდან",
"Please contact your administrator. If you are an administrator, edit the \"trusted_domains\" setting in config/config.php like the example in config.sample.php." : "გთხოვთ დაუკავშირდეთ თქვენს ადმინისტრატორს. იმ შემთხვევაში თუ ბრძანდებით ადმინისტრატორი, config/config.php-ში შეცვალეთ \"trusted_domains\" პარამეტრი, ისე როგორც ნაჩვენებია მაგალითში config.sample.php.",
"App update required" : "აპლიკაციას ესაჭიროება განახლება",
- "These apps will be updated:" : "ეს აპლიკაციები განახლდება:",
"These incompatible apps will be disabled:" : "ეს არათავსებადი აპლიკაციები წაიშლება:",
"The theme %s has been disabled." : "ვიზუალური თემა %s გაითიშა.",
"Please make sure that the database, the config folder and the data folder have been backed up before proceeding." : "გაგრძელებმდე გთხოვთ დარწმუნდეთ, რომ მონაცემთა ბაზას, კონფიგურაციის დირექტორიას და მონაცემთა დირექტორიას ჩაუტარდა ბექაფი.",
@@ -238,71 +217,27 @@
"Upgrade via web on my own risk" : "ვებით განაახლეთ თქვენი პასუხისმგებლობით",
"This %s instance is currently in maintenance mode, which may take a while." : "ეს %s ინსტანცია ამჟამად სარემონტო რეჟიმშია, ამან შეიძლება გასტანოს გარკვეული დრო.",
"Contact your system administrator if this message persists or appeared unexpectedly." : "თუ ეს წერილი გამოჩნდა მოულოდნელად ან მისი გამოჩენა გრძელდება, დაუკავშირდით სისტემის ადმინისტრატორს.",
- "Could not send reset email because there is no email address for this username. Please contact your administrator." : "ამ მომხმარებლისთვის ელ-ფოსტის მისამართი არაა დაყენებული, შესაბამისად აღდგენის ელ-წერილი ვერ გაიგზავნა. გთხოვთ დაუკავშირდეთ თქვენს ადმინისტრატორს.",
- "Couldn't send reset email. Please make sure your username is correct." : "აღდგენის ელ-წერილი ვერ გაიგზავნა. დარწმუნდით, რომ მომხმარებლის სახელი სწორია.",
- "Your files are encrypted. There will be no way to get your data back after your password is reset.<br />If you are not sure what to do, please contact your administrator before you continue. <br />Do you really want to continue?" : "ფაილები კოდირებულია. პაროლის აღდგენის შემდეგ ვერანაირად ვერ დაიბრუნებთ მონაცემებს.<br />თუ არ ხართ დარწმუნებული რა გააკეთოთ, გაგრძელებამდე მიმართეთ თქვენს ადმინისტრატორს.<br />დარწმუნებული ხართ, რომ გსურთ გაგრძელება?",
- "Sending email …" : "წერილი იგზავნება ...",
- "You are currently running PHP 5.6. The current major version of Nextcloud is the last that is supported on PHP 5.6. It is recommended to upgrade the PHP version to 7.0+ to be able to upgrade to Nextcloud 14." : "თქვენთან ამ მომენტისთვის მოქმედია PHP 5.6. ამჟამინდელი Nextcloud-ის ძირითადი ვერსია ბოლოა, რომელიც მხარს უჭერს PHP 5.6-ს. Nextcloud 14-ზე განახლებისთვის, რეკომენდირებულია PHP განაახლოთ 7.0+ ვერსიამდე.",
- "Shared" : "გაზიარებული",
- "Shared with" : "გაზიარებულია",
- "Shared by" : "გამზიარებელი",
- "Choose a password for the public link" : "საზოგადო ბმულისთვის აირჩიეთ პაროლი",
- "Choose a password for the public link or press the \"Enter\" key" : "აირჩიეთ პაროლი საზოგადო ბმულისთვის ან დააჭირეთ \"Enter\"-ს",
- "Copied!" : "კოპირებულია!",
- "Copy link" : "ბმულის კოპირება",
- "Not supported!" : "არაა მხარდაჭერილი!",
- "Press ⌘-C to copy." : "დასაკოპირებლად დააჭირეთ ⌘-C-ს",
- "Press Ctrl-C to copy." : "დასაკოპირებლად დააჭირეთ Ctrl-C-ს",
- "Resharing is not allowed" : "ხელახალი გაზიარება არაა დაშვებული",
- "Link" : "ბმული",
- "Password protect" : "პაროლით დაცვა",
- "Allow editing" : "ცვლილების უფლების მინიჭება",
- "Email link to person" : "ბმულის პიროვნების ელ-მისამართზე გაგზავნა",
- "Send" : "გაგზავნა",
- "Allow upload and editing" : "ატვირთვისა და ცვლილების უფლებების მინიჭება",
- "Read only" : "მხოლოდ-კითხვადი",
- "File drop (upload only)" : "ფაილის ჩაგდება (მხოლოდ ატვირთვა)",
- "Set expiration date" : "მიუთითეთ ვადის გასვლის დრო",
- "Expiration" : "ვადის გასვლა",
- "Expiration date" : "ვადის გასვლის დრო",
- "Unshare" : "გაზიარების შეწყვეტა",
- "Share to {name}" : "გაუზიარეთ მომხმარებელს {name}",
- "Share link" : "გააზიარეთ ბმული",
- "Could not unshare" : "გაზიარების შეწყვეტა ვერ მოხერხდა",
- "Shared with you and the group {group} by {owner}" : "თქვენ და {group} ჯგუფს გაგიზიარდათ მომხმარებლისგან {owner}",
- "Shared with you by {owner}" : "თქვენთან გაზიარდა მომხმარებლისგან {owner}",
- "Choose a password for the mail share" : "აირჩიეთ პაროლი ელ-ფოსტით გაზიარებისთვის",
- "group" : "ჯგუფი",
- "remote" : "დისტანციური",
- "email" : "ელ-ფოსტა",
- "shared by {sharer}" : "გააზიარა მომხმარებელმა {sharer}",
- "Can reshare" : "შეუძლია ხელახალი გაზიარება",
- "Can edit" : "შეუძლია შეცვლა",
- "Can create" : "შეუძლია შექმნა",
- "Can change" : "შეუძლია ცვლილება",
- "Can delete" : "შეუძლია გაუქმება",
- "Access control" : "დაშვების კონტროლი",
- "Error while sharing" : "შეცდომა გაზიარების დროს",
- "Share details could not be loaded for this item." : "ამ ობიექტისთვის გაზიარების დეტალები ვერ ჩაიტვირთა.",
- "_At least {count} character is needed for autocompletion_::_At least {count} characters are needed for autocompletion_" : ["ავტო-დასრულებისთვის საჭიროა მინიმუმ {count} სიბმოლო","ავტო-დასრულებისთვის საჭიროა მინიმუმ {count} სიბმოლო"],
- "This list is maybe truncated - please refine your search term to see more results." : "ეს სია შეიძლება იყოს წაკვეთილი - მეტი შედეგისთვის, გთხოვთ გაწმინდოთ თქვენი საძიებო სიტყვა.",
- "No users or groups found for {search}" : "მომხმარებლები და ჯგუფები {search}-ისთვის არ იქნა ნაპოვნი",
- "No users found for {search}" : "მომხმარებლები {search}-ისთვის არ იქნა ნაპოვნი",
- "An error occurred. Please try again" : "წარმოიშვა შეცდომა. გთხოვთ სცადოთ ახლიდან.",
- "Home" : "სახლი",
- "Work" : "სამსახური",
- "Other" : "სხვა",
- "{sharee} ({type}, {owner})" : "{sharee} ({type}, {owner})",
- "Share" : "გაზიარება",
- "Name or email address..." : "სახელი ან ელ-ფოსტის მისამართი...",
- "Name or federated cloud ID..." : "სახელი ან ფედერალური ქლაუდ ID",
- "Name, federated cloud ID or email address..." : "სახელი, ფედერალური ქლაუდ ID ან ელ-ფოსტის მისამართი",
- "Name..." : "სახელი...",
- "Error removing share" : "გაზიარების გაუქმებისას წარმოიშვა შეცდომა",
- "({scope})" : "({scope})",
- "Saving..." : "შენახვა...",
- "Dismiss" : "დათხოვნა",
- "New Password" : "ახლი პაროლი",
- "Cancel log in" : "ავტორიზაციის შეჩერება"
+ "Checking whether the database schema can be updated (this can take a long time depending on the database size)" : "მოწმდება შესაძლებელია თუ არა მონაცემთა ბაზის სქემის განახლება (მონაცემთა ბაზის ზომასთან დამოკიდებულებით, ამ პროცესმა შეიძლება გასტანოს გარკვეული პერიოდი)",
+ "Checked database schema update" : "შემოწმდა მონაცემთა ბაზის სქემის განახლება",
+ "Checking updates of apps" : "მოწმდება აპლიკაციის განახლებები",
+ "Checking for update of app \"%s\" in appstore" : "Appstore-ში მოწდება აპლიკაციის \"%s\" განახლება",
+ "Update app \"%s\" from appstore" : "Appstore-იდან ნახლდება აპლიკაცია \"%s\"",
+ "Checked for update of app \"%s\" in appstore" : "Appstore-ში დამოწმდა აპლიკაციის \"%s\" განახლება",
+ "Checked database schema update for apps" : "დამოწმდა აპლიკაციებისთვის მონაცემთა ბაზის სქემის განახლება",
+ "Following apps have been disabled: %s" : "შემდეგი აპლიკაციები გაითიშა: %s",
+ "Your web server is not properly set up to resolve \"{url}\". Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "\"{url}\"-ის გასახსნელად თქვენი ვებ-სერვერი არაა სწორად კონფიგურირებული. შეგიძლიათ იხილოთ მეტი ინფორმაცია <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">დოკუმენტაციაში</a>.",
+ "No memory cache has been configured. To enhance performance, please configure a memcache, if available. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "მეხსიერების კეში არაა კონფიგურირებული. მოქმედების მახასიათებლების გაუმჯობესებისთვის გთოხვთ გაუწიოთ კონფიგურაცია memcache-ს. შეგიძლიათ იხილოთ მეტი ინფორმაცია <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">დოკუმენტაციაში</a>.",
+ "You are currently running PHP {version}. Upgrade your PHP version to take advantage of <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">performance and security updates provided by the PHP Group</a> as soon as your distribution supports it." : "ამჟამად თქვენთან მოქმედია PHP {version}. განაახლეთ თქვენი PHP ვერსია, რათა ისარგებლოთ <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">PHP Group-ის მიერ უზრუნველყოფილი გაუმჯობესებული ქმედებითა და უსაფრთხოებებისის განახლებებით</a>.",
+ "The reverse proxy header configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If not, this is a security issue and can allow an attacker to spoof their IP address as visible to the Nextcloud. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Nextcloud-ს უკავშირდებით სანდო პქოქსით ან საწინააღმეგო პროქსის დასათაურებებების კონფიგურაცია არასწორია. თუ არა, ეს უსაფრთხოების პრობლემაა და თავდამსხმელმა შეიძლება მოიტყუოს IP მისამართით. იხილეთ მეტი ინფორმაცია ჩვენს <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">დოკუმენტაციაში</a>.",
+ "Memcached is configured as distributed cache, but the wrong PHP module \"memcache\" is installed. \\OC\\Memcache\\Memcached only supports \"memcached\" and not \"memcache\". See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">memcached wiki about both modules</a>." : "Memcached კონფიგურირებულია როგორც განაწილებული ქეში, თუმცა დაყენებულია არასწორი PHP მოდული \"memcache\" . \\OC\\Memcache\\Memcached მხარს უჭერს მხოლოდ \"memcached\"-ს და არა \"memcache\"-s. მეტი ინფორმაციისთვის იხილეთ <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">memcached ვიკი ორივე მოდულზე</a>.",
+ "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">List of invalid files…</a> / <a href=\"{rescanEndpoint}\">Rescan…</a>)" : "გარკვეულმა ფაილება ვერ გაიარეს ერთიანობის შემოწმება. ინფორმაცია თუ როგორ აღმოფხრათ ეს პრობლემა შეგიძლიათ მოიძიოთ <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">დოკუმენტაციაში</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">არასწორი ფაილების სია...</a> / <a href=\"{rescanEndpoint}\">ხელახალი სკანირება...</a>)",
+ "The PHP OPcache is not properly configured. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance it is recommended</a> to use the following settings in the <code>php.ini</code>:" : "PHP OPcache არაა სწორად კონფიგურირებული. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">უკეთესი მოქმედებისთვის რეკომენდირებულია</a> <code>php.ini</code>-ში გამოიყენოთ შემდეგი პარამეტრები:",
+ "Continue to Nextcloud" : "გაგრძლება Nextcloud-ისკენ",
+ "_The update was successful. Redirecting you to Nextcloud in %n second._::_The update was successful. Redirecting you to Nextcloud in %n seconds._" : ["განახლება წარმატებით დასრულდა. Nextcloud-ისკენ გადაგამისამართებთ %n წამში.","განახლება წარმატებით დასრულდა. Nextcloud-ისკენ გადაგამისამართებთ %n წამში."],
+ "Searching other places" : "ვეძებთ დანარჩენ ადგილებში",
+ "No search results in other folders for {tag}{filter}{endtag}" : "ძიების შედეგები სხვა დირექტორიებში {tag}{filter}{endtag}-სთვის არაა",
+ "_{count} search result in another folder_::_{count} search results in other folders_" : ["{count} ძიების შედეგები სხვა დირექტორიებში","{count} ძიების შედეგები სხვა დირექტორიებში"],
+ "Password can not be changed. Please contact your administrator." : "პაროლი ვერ იცვლება. დაუკავშირდით თქვენს ადმინისტრატორს.",
+ "These apps will be updated:" : "ეს აპლიკაციები განახლდება:"
},"pluralForm" :"nplurals=2; plural=(n!=1);"
} \ No newline at end of file
diff --git a/core/l10n/ko.js b/core/l10n/ko.js
index 928ce6b02cd..0e56766edf2 100644
--- a/core/l10n/ko.js
+++ b/core/l10n/ko.js
@@ -5,6 +5,14 @@ OC.L10N.register(
"File is too big" : "파일이 너무 큼",
"The selected file is not an image." : "선택한 파일은 사진이 아닙니다.",
"The selected file cannot be read." : "선택한 파일을 읽을 수 없습니다.",
+ "The file was uploaded" : "파일을 업로드함",
+ "The uploaded file exceeds the upload_max_filesize directive in php.ini" : "업로드한 파일의 크기가 php.ini의 upload_max_filesize를 초과함",
+ "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "업로드한 파일의 크기가 HTML 폼에 지정한 MAX_FILE_SIZE를 초과함",
+ "The file was only partially uploaded" : "파일이 일부분만 업로드됨",
+ "No file was uploaded" : "업로드한 파일 없음",
+ "Missing a temporary folder" : "임시 폴더 없음",
+ "Could not write file to disk" : "디스크에 파일을 쓸 수 없음",
+ "A PHP extension stopped the file upload" : "PHP 확장 기능에서 파일 업로드를 차단함",
"Invalid file provided" : "잘못된 파일 지정됨",
"No image or file provided" : "사진이나 파일이 없음",
"Unknown filetype" : "알려지지 않은 파일 형식",
@@ -15,6 +23,7 @@ OC.L10N.register(
"No valid crop data provided" : "올바른 잘라내기 데이터가 지정되지 않음",
"Crop is not square" : "잘라내는 영역이 사각형이 아님",
"State token does not match" : "상태 토큰이 일치하지 않음",
+ "Invalid app password" : "무효한 앱 비밀번호",
"Could not complete login" : "로그인을 할 수 없음",
"Your login token is invalid or has expired" : "로그인 토큰이 잘못되었거나 만료되었습니다",
"Password reset is disabled" : "암호 재설정이 비활성화됨",
@@ -41,73 +50,41 @@ OC.L10N.register(
"Maintenance mode is kept active" : "유지 보수 모드가 켜져 있음",
"Updating database schema" : "데이터베이스 스키마 업데이트 중",
"Updated database" : "데이터베이스 업데이트됨",
- "Checking whether the database schema can be updated (this can take a long time depending on the database size)" : "데이터베이스 스키마 업데이트 가능 여부 확인 중(데이터베이스 크기에 따라서 오래 걸릴 수도 있습니다)",
- "Checked database schema update" : "데이터베이스 스키마 업데이트 확인됨",
- "Checking updates of apps" : "앱 업데이트 확인 중",
- "Checking for update of app \"%s\" in appstore" : "앱 스토어에서 \"%s\" 앱의 업데이트를 확인하는 중",
- "Update app \"%s\" from appstore" : "앱 스토어에서 \"%s\" 앱 업데이트",
- "Checked for update of app \"%s\" in appstore" : "앱 스토어에서 \"%s\" 앱 업데이트 확인함",
+ "Checking for update of app \"%s\" in App Store" : "앱 스토어에서 \"%s\" 앱의 업데이트를 확인하는 중",
+ "Update app \"%s\" from App Store" : "앱 스토어에서 \"%s\" 앱 업데이트",
+ "Checked for update of app \"%s\" in App Store" : "앱 스토어에서 \"%s\" 앱 업데이트 확인함",
"Checking whether the database schema for %s can be updated (this can take a long time depending on the database size)" : "%s의 데이터베이스 스키마 업데이트 가능 여부 확인 중(데이터베이스 크기에 따라서 오래 걸릴 수도 있습니다)",
- "Checked database schema update for apps" : "앱용 데이터베이스 스키마 업데이트 확인됨",
"Updated \"%1$s\" to %2$s" : "\"%1$s\"을(를) %2$s(으)로 업데이트함",
"Set log level to debug" : "로그 단계를 디버그로 설정",
"Reset log level" : "로그 단계 초기화",
"Starting code integrity check" : "코드 무결성 검사 시작 중",
"Finished code integrity check" : "코드 무결성 검사 완료됨",
"%s (incompatible)" : "%s(호환 불가)",
- "Following apps have been disabled: %s" : "다음 앱이 비활성화되었습니다: %s",
"Already up to date" : "최신 상태임",
"Your web server is not yet properly set up to allow file synchronization, because the WebDAV interface seems to be broken." : "WebDAV 인터페이스를 사용할 수 없어서 웹 서버에서 파일 동기화를 사용할 수 있도록 설정할 수 없습니다.",
- "Your web server is not properly set up to resolve \"{url}\". Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "웹 서버에서 \"{url}\"을(를) 올바르게 처리할 수 없습니다. 더 많은 정보를 보려면 <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">문서</a>를 참고하십시오.",
- "Your web server is not properly set up to resolve \"{url}\". This is most likely related to a web server configuration that was not updated to deliver this folder directly. Please compare your configuration against the shipped rewrite rules in \".htaccess\" for Apache or the provided one in the documentation for Nginx at it's <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation page</a>. On Nginx those are typically the lines starting with \"location ~\" that need an update." : "웹 서버에서 \"{url}\" 주소를 올바르게 처리할 수 있도록 설정되지 않았습니다. 웹 서버 설정이 이 폴더를 직접 전달하도록 업데이트되지 않은 것과 연관되었을 수도 있습니다. Apache용 \".htaccess\" Rewrite 규칙이나 Nginx <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">문서 페이지</a>에 있는 것과 현재 설정을 비교해 보십시오. Nginx의 경우 \"location ~\"로 시작하는 줄을 업데이트해야 할 수도 있습니다.",
- "Your web server is not properly set up to deliver .woff2 files. This is typically an issue with the Nginx configuration. For Nextcloud 15 it needs an adjustement to also deliver .woff2 files. Compare your Nginx configuration to the recommended configuration in our <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "웹 서버에서 .woff2 파일을 제대로 전달하도록 설정하지 않았습니다. Nginx 설정 문제일 수 있습니다. Nextcloud 15에서는 .woff2 파일을 올바르게 제공하려면 설정을 변경해야 합니다. 현재 Nginx 설정과 <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">문서</a>에 있는 권장 설정을 비교해 보십시오.",
"PHP does not seem to be setup properly to query system environment variables. The test with getenv(\"PATH\") only returns an empty response." : "PHP에서 시스템 환경 변수를 올바르게 조회할 수 없는 것 같습니다. getenv(\"PATH\") 시험 결과 빈 값이 반환되었습니다.",
- "Please check the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">installation documentation ↗</a> for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "서버 PHP 설정(특히 php-fpm 사용 시)에 관한 내용은 <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">설치 문서↗</a>를 참조하십시오.",
"The read-only config has been enabled. This prevents setting some configurations via the web-interface. Furthermore, the file needs to be made writable manually for every update." : "읽기 전용 설정이 활성화되었습니다. 이 상태에서는 웹 인터페이스를 통하여 일부 설정을 변경할 수 없습니다. 또한 매 업데이트마다 파일을 쓸 수 있는 상태로 변경해야 합니다.",
"Your database does not run with \"READ COMMITTED\" transaction isolation level. This can cause problems when multiple actions are executed in parallel." : "데이터베이스가 \"READ COMMITTED\" 트랜잭션 격리 수준에서 실행되고 있지 않습니다. 여러 작업이 동시에 실행될 때 문제가 발생할 수 있습니다.",
"The PHP module \"fileinfo\" is missing. It is strongly recommended to enable this module to get the best results with MIME type detection." : "PHP의 \"fileinfo\" 모듈이 없습니다. 올바른 MIME 형식 감지를 위해서 이 모듈을 활성화하는 것을 추천합니다.",
- "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems. See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation ↗</a> for more information." : "트랜잭션 파일 잠금이 비활성화되어 있어 동시 접근 시 문제가 발생할 수 있습니다. config.php에서 \"filelocking.enabled\"를 활성화하여 이 문제를 해결할 수 있습니다. 자세한 내용은 <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">사용 설명서 ↗</a>를 참고하십시오.",
"If your installation is not installed at the root of the domain and uses system cron, there can be issues with the URL generation. To avoid these problems, please set the \"overwrite.cli.url\" option in your config.php file to the webroot path of your installation (suggestion: \"{suggestedOverwriteCliURL}\")" : "도메인의 루트 경로에 설치되어 있지 않고 시스템 Cron을 사용한다면 URL 생성에 문제가 발생할 수도 있습니다. 이 문제를 예방하려면 config.php의 \"overwrite.cli.url\" 옵션을 설치본의 웹 루트 경로로 설정하십시오(제안: \"{suggestedOverwriteCliURL}\")",
"It was not possible to execute the cron job via CLI. The following technical errors have appeared:" : "CLI로 cron 작업을 실행시킬 수 없었습니다. 다음 오류가 발생했습니다:",
- "Last background job execution ran {relativeTime}. Something seems wrong." : "마지막 백그라운드 작업이 {relativeTime}에 실행되었습니다. 문제가 발생한 것 같습니다.",
- "Check the background job settings" : "백그라운드 작업 설정 확인",
"This server has no working Internet connection: Multiple endpoints could not be reached. This means that some of the features like mounting external storage, notifications about updates or installation of third-party apps will not work. Accessing files remotely and sending of notification emails might not work, either. Establish a connection from this server to the Internet to enjoy all features." : "웹 서버에서 인터넷에 연결할 수 없습니다. 여러 종단점에 접근할 수 없습니다. 외부 저장소 마운트, 업데이트 알림, 추가 앱 설치 등 기능이 작동하지 않을 것입니다. 원격으로 파일에 접근하거나 알림 이메일을 보내지 못할 수도 있습니다. 모든 기능을 사용하려면 이 서버를 인터넷에 연결하십시오.",
- "No memory cache has been configured. To enhance performance, please configure a memcache, if available. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "메모리 캐시가 구성되지 않았습니다. 가능한 경우 memcache를 설정하여 성능을 향상시킬 수 있습니다. 자세한 내용은 <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">문서</a>를 참고하십시오.",
- "No suitable source for randomness found by PHP which is highly discouraged for security reasons. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "PHP가 안전한 난수 발생기를 사용할 수 없어 보안에 취약합니다. 자세한 내용은 <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">문서</a>를 참고하십시오.",
- "You are currently running PHP {version}. Upgrade your PHP version to take advantage of <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">performance and security updates provided by the PHP Group</a> as soon as your distribution supports it." : "현재 PHP {version}을(를) 사용하고 있습니다. 배포판에서 지원하는 대로 PHP 버전을 업그레이드하여 <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">PHP 그룹에서 제공하는 성능 및 보안 업데이트</a>를 받는 것을 추천합니다.",
- "The reverse proxy header configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If not, this is a security issue and can allow an attacker to spoof their IP address as visible to the Nextcloud. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "역방향 프록시 헤더 설정이 올바르지 않거나 신뢰하는 프록시를 통해 Nextcloud에 접근하고 있을 수 있습니다. 만약 Nextcloud를 신뢰하는 프록시를 통해 접근하고 있지 않다면 이는 보안 문제이며 공격자가 Nextcloud에 보이는 IP 주소를 속이고 있을 수 있습니다. 자세한 내용은 <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">문서</a>를 참고하십시오.",
- "Memcached is configured as distributed cache, but the wrong PHP module \"memcache\" is installed. \\OC\\Memcache\\Memcached only supports \"memcached\" and not \"memcache\". See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">memcached wiki about both modules</a>." : "Memcached가 분산 캐시로 구성되어 있지만 잘못된 PHP 모듈 \"memcache\"가 설치되어 있습니다. \\OC\\Memcache\\Memcached는 \"memcache\"가 아닌 \"memcached\"만 지원합니다. 자세한 내용은 <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">이 두 모듈에 대한 memcached 위키</a>를 참고하십시오.",
- "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">List of invalid files…</a> / <a href=\"{rescanEndpoint}\">Rescan…</a>)" : "일부 파일이 무결성 검사를 통과하지 못했습니다. 이 문제를 해결하는 방법은 <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">문서</a>를 참고하십시오.(<a href=\"{codeIntegrityDownloadEndpoint}\">잘못된 파일 목록…</a> / <a href=\"{rescanEndpoint}\">다시 검색…</a>)",
- "The PHP OPcache module is not loaded. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance it is recommended</a> to load it into your PHP installation." : "PHP OPcache 모듈을 불러오지 않았습니다. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">더 나은 성능을 위해 PHP 설치에 위 기능을 불러오는 것을 권장합니다.</a>",
- "The PHP OPcache is not properly configured. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance it is recommended</a> to use the following settings in the <code>php.ini</code>:" : "PHP Opcache가 제대로 설정되어 있지 않습니다. 더 나은 성능을 위해서 <code>php.ini</code> 파일에 다음 설정을 <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">추가하는 것을 권장합니다</a>:",
"The PHP function \"set_time_limit\" is not available. This could result in scripts being halted mid-execution, breaking your installation. Enabling this function is strongly recommended." : "PHP 함수 \"set_time_limit\"을 사용할 수 없습니다. 스크립트가 실행 중간에 중지되어 설치를 깨트릴 수도 있습니다. 이 함수를 활성화하는 것을 추천합니다.",
"Your PHP does not have FreeType support, resulting in breakage of profile pictures and the settings interface." : "PHP에 Freetype 지원이 없습니다. 프로필 사진과 설정 인터페이스가 올바르게 표시되지 않을 수도 있습니다.",
"Missing index \"{indexName}\" in table \"{tableName}\"." : "테이블 \"{tableName}\"에 인덱스 \"{indexName}\"이(가) 없습니다.",
"The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "데이터베이스에 일부 인덱스가 없습니다. 큰 테이블에 인덱스를 추가하는 데 시간이 걸리기 때문에 자동으로 추가하지 않았습니다. 명령행에서 \"occ db:add-missing-indices\" 명령을 실행하여 인스턴스를 실행하는 동안 수동으로 인덱스를 추가할 수 있습니다. 해당 테이블에 인덱스를 추가하면 질의 속도가 다시 빨라집니다.",
+ "Missing primary key on table \"{tableName}\"." : "\"{tableName}\" 테이블에 Primary key가 없습니다.",
"This instance is missing some recommended PHP modules. For improved performance and better compatibility it is highly recommended to install them." : "이 인스턴스에 추천하는 PHP 모듈 중 일부가 존재하지 않습니다. 성능 향상과 호환성을 위하여 PHP 모듈을 설치하는 것을 추천합니다.",
- "Some columns in the database are missing a conversion to big int. Due to the fact that changing column types on big tables could take some time they were not changed automatically. By running 'occ db:convert-filecache-bigint' those pending changes could be applied manually. This operation needs to be made while the instance is offline. For further details read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "일부 데이터베이스 열이 Big Int로 변환되지 않았습니다. 큰 테이블의 열 형식을 변환하는 데 시간이 걸리기 때문에 자동으로 변환하지 않았습니다. 명령행에서 \"occ db:convert-filecache-bigint\" 명령을 실행하여 변경 사항을 직접 적용할 수 있습니다. 이 작업은 인스턴스를 오프라인으로 전환하고 실행해야 합니다. 더 많은 정보를 보려면 <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">문서 페이지</a>를 참조하십시오.",
"SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend." : "현재 백엔드 데이터베이스로 SQLite를 사용하고 있습니다. 대규모의 파일을 관리하려고 한다면 다른 데이터베이스 백엔드로 전환할 것을 권장합니다.",
"This is particularly recommended when using the desktop client for file synchronisation." : "특히 파일 동기화를 위해 데스크톱 클라이언트를 사용할 예정인 경우 권장됩니다.",
- "To migrate to another database use the command line tool: 'occ db:convert-type', or see the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation ↗</a>." : "다른 데이터베이스로 마이그레이션하려면 'occ db:convert-type' 명령행 도구를 사용하거나 <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">사용 설명서 ↗</a>를 참고하십시오.",
- "Use of the the built in php mailer is no longer supported. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Please update your email server settings ↗<a/>." : "PHP 내장 Mailer 모듈은 더 이상 지원되지 않습니다. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">이메일 설정을 업데이트해 주십시오↗<a/>.",
"The PHP memory limit is below the recommended value of 512MB." : "PHP 메모리 제한이 추천값인 512MB보다 작습니다.",
"Some app directories are owned by a different user than the web server one. This may be the case if apps have been installed manually. Check the permissions of the following app directories:" : "일부 앱 디렉터리를 웹 서버 사용자와 다른 사용자가 소유하고 있습니다. 수동으로 앱을 설치한 경우에 발생할 수 있습니다. 다음 앱 디렉터리의 사용 권한을 확인하십시오:",
- "MySQL is used as database but does not support 4-byte characters. To be able to handle 4-byte characters (like emojis) without issues in filenames or comments for example it is recommended to enable the 4-byte support in MySQL. For further details read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "데이터베이스로 MySQL을 사용하고 있지만 4바이트 문자를 지원하지 않습니다. 파일 이름, 댓글 등에 에모지와 같은 4바이트 문자를 문제 없이 지원하려면 MySQL에서 4바이트 지원을 활성화해야 합니다. 더 많은 정보를 보려면 <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">문서 페이지</a>를 참조하십시오.",
"This instance uses an S3 based object store as primary storage. The uploaded files are stored temporarily on the server and thus it is recommended to have 50 GB of free space available in the temp directory of PHP. Check the logs for full details about the path and the available space. To improve this please change the temporary directory in the php.ini or make more space available in that path." : "이 인스턴스에서 S3 기반 객체 저장소를 주 저장소로 사용하고 있습니다. 업로드한 파일을 서버에 임시로 저장하기 때문에 PHP 임시 디렉터리에 최소 50 GB의 빈 공간을 두는 것을 추천합니다. 전체 경로와 사용 가능한 정보를 보려면 로그를 참조하십시오. 성능을 개선하려면 php.ini의 임시 디렉터리를 변경하거나, 해당 위치에서 사용할 수 있는 공간을 더 많이 할당하십시오.",
"Error occurred while checking server setup" : "서버 설정을 확인하는 중 오류 발생",
"Your data directory and files are probably accessible from the Internet. The .htaccess file is not working. It is strongly recommended that you configure your web server so that the data directory is no longer accessible, or move the data directory outside the web server document root." : "데이터 디렉터리와 파일을 인터넷에서 접근할 수 있는 것 같습니다. .htaccess 파일을 사용할 수 없습니다. 웹 서버 설정을 변경하여 데이터 디렉터리에 접근할 수 없도록 하거나, 데이터 디렉터리를 웹 서버 문서 디렉터리 밖으로 옮기는 것을 추천합니다.",
"The \"{header}\" HTTP header is not set to \"{expected}\". This is a potential security or privacy risk, as it is recommended to adjust this setting accordingly." : "\"{header}\" HTTP 헤더가 \"{expected}\"(으)로 설정되어 있지 않습니다. 잠재적인 정보 유출 및 보안 위협이 될 수 있으므로 설정을 변경하는 것을 추천합니다.",
"The \"{header}\" HTTP header is not set to \"{expected}\". Some features might not work correctly, as it is recommended to adjust this setting accordingly." : "\"{header}\" HTTP 헤더가 \"{expected}\"(으)로 설정되어 있지 않습니다. 일부 기능이 올바르게 작동하지 않을 수 있으므로 설정을 변경하는 것을 추천합니다.",
"The \"{header}\" HTTP header doesn't contain \"{expected}\". This is a potential security or privacy risk, as it is recommended to adjust this setting accordingly." : "\"{header}\" HTTP 헤더가 \"{expected}\"을(를) 포함하고 있지 않습니다. 잠재적인 정보 유출 및 보안 위협이 될 수 있으므로 설정을 변경하는 것을 추천합니다.",
- "The \"{header}\" HTTP header is not set to \"{val1}\", \"{val2}\", \"{val3}\", \"{val4}\" or \"{val5}\". This can leak referer information. See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{link}\">W3C Recommendation ↗</a>." : "\"{header}\" HTTP 헤더가 \"{val1}\", \"{val2}\", \"{val3}\", \"{val4}\" 또는 \"{val5}\"(으)로 설정되어 있지 않습니다. 추가 정보가 유출될 수 있습니다. 자세한 사항은 <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{link}\">W3C 추천 ↗</a>을 참조하십시오.",
- "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the <a href=\"{docUrl}\" rel=\"noreferrer noopener\">security tips ↗</a>." : "\"Strict-Transport-Security\" HTTP 헤더가 \"{seconds}\"초 이상으로 설정되어 있지 않습니다. <a href=\"{docUrl}\" rel=\"noreferrer noopener\">보안 팁</a>에서 제안하는 것처럼 HSTS를 활성화하는 것을 추천합니다.",
- "Non-existing tag #{tag}" : "존재하지 않는 태그 #{tag}",
- "restricted" : "제한됨",
- "invisible" : "보이지 않음",
- "Delete" : "삭제",
- "Rename" : "이름 바꾸기",
- "Collaborative tags" : "협동 태그",
- "No tags found" : "태그를 찾을 수 없음",
"unknown text" : "알 수 없는 텍스트",
"Hello world!" : "Hello world!",
"sunny" : "맑음",
@@ -122,35 +99,44 @@ OC.L10N.register(
"Please reload the page." : "페이지를 새로 고치십시오.",
"The update was unsuccessful. For more information <a href=\"{url}\">check our forum post</a> covering this issue." : "업데이트에 실패했습니다. 더 많은 정보를 보려면 이 문제에 대한 <a href=\"{url}\">포럼 글</a>을 참조하십시오.",
"The update was unsuccessful. Please report this issue to the <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">Nextcloud community</a>." : "업데이트가 실패했습니다. 이 문제를 <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">Nextcloud 커뮤니티</a>에 보고하여 주십시오.",
- "Continue to Nextcloud" : "Nextcloud로 계속 진행",
- "_The update was successful. Redirecting you to Nextcloud in %n second._::_The update was successful. Redirecting you to Nextcloud in %n seconds._" : ["업데이트가 성공했습니다. %n초 후 Nextcloud로 이동합니다."],
- "Searching other places" : "다른 장소 찾는 중",
- "No search results in other folders for {tag}{filter}{endtag}" : "다른 폴더에 {tag}{filter}{endtag} 검색 결과가 없음",
- "_{count} search result in another folder_::_{count} search results in other folders_" : ["다른 폴더의 검색 결과 {count}개"],
+ "Log in" : "로그인",
+ "Logging in …" : "로그인 중 …",
"Server side authentication failed!" : "서버 인증 실패!",
"Please contact your administrator." : "관리자에게 문의하십시오.",
"An internal error occurred." : "내부 오류가 발생했습니다.",
"Please try again or contact your administrator." : "다시 시도하거나 관리자에게 연락하십시오.",
"Username or email" : "사용자 이름 또는 이메일",
"Password" : "암호",
- "Log in" : "로그인",
- "Logging in …" : "로그인 중 …",
"Wrong username or password." : "사용자 이름이나 암호가 잘못되었습니다.",
"User disabled" : "사용자 비활성화됨",
"We have detected multiple invalid login attempts from your IP. Therefore your next login is throttled up to 30 seconds." : "사용 중인 IP에서 여러 번의 잘못된 로그인 시도를 감지했습니다. 30초 후에 다시 로그인할 수 있습니다.",
"Reset password" : "암호 재설정",
"Couldn't send reset email. Please contact your administrator." : "재설정 메일을 보낼 수 없습니다. 관리자에게 문의하십시오.",
- "Password can not be changed. Please contact your administrator." : "암호를 변경할 수 없습니다. 관리자에게 문의하십시오.",
"Back to login" : "로그인으로 돌아가기",
"New password" : "새 암호",
+ "Your files are encrypted. There will be no way to get your data back after your password is reset. If you are not sure what to do, please contact your administrator before you continue. Do you really want to continue?" : "내 파일이 암호화되어 있습니다. 암호를 초기화하면 데이터를 복구할 수 없습니다.<br />무엇을 해야 할 지 잘 모르겠으면 시스템 관리자에게 연락하십시오.<br />그래도 계속 진행하시겠습니까?",
"I know what I'm doing" : "지금 하려는 것을 알고 있습니다",
+ "Resetting password" : "비밀번호 재설정",
+ "Recommended apps" : "추천되는 앱",
+ "Loading apps …" : "앱 로딩중 ...",
+ "Installing apps …" : "앱 설치중...",
+ "App download or installation failed" : "앱 다운로드 또는 설치에 실패함",
"Cancel" : "취소",
+ "Simple email app nicely integrated with Files, Contacts and Calendar." : "파일 연락처 달력과 통합되는 간단한 이메일 앱",
+ "Chatting, video calls, screensharing, online meetings and web conferencing – in your browser and with mobile apps." : "당신의 브라우저와 모바일 앱 속의 채팅, 영상 통화, 화면 공유, 온라인 미팅 그리고 웹 회의",
"Forgot password?" : "암호를 잊으셨습니까?",
+ "Back" : "뒤로",
+ "Reset search" : "검색 초기화",
+ "Start typing to search" : "검색어 입력",
+ "Search" : "검색",
+ "An error occurred while searching for {type}" : "{type} 탐색중 오류 발생",
+ "_Please enter {minSearchLength} character or more to search_::_Please enter {minSearchLength} characters or more to search_" : ["{minSearchLength}개 이상의 문자를 입럭하시오"],
"Settings" : "설정",
"Could not load your contacts" : "연락처를 불러올 수 없음",
"Search contacts …" : "연락처 검색…",
"No contacts found" : "연락처를 찾을 수 없음",
"Show all contacts …" : "모든 연락처 보기 …",
+ "Install the Contacts app" : "Contacts 앱 설치",
"Loading your contacts …" : "연락처 불러오는 중 …",
"Looking for {term} …" : "{term} 검색 중 …",
"No" : "아니요",
@@ -195,7 +181,11 @@ OC.L10N.register(
"Connection to server lost" : "서버 연결이 끊어짐",
"_Problem loading page, reloading in %n second_::_Problem loading page, reloading in %n seconds_" : ["페이지 불러오기 오류, %n초 후 새로 고침"],
"Add to a project" : "프로젝트에 추가",
+ "Show details" : "세부 정보",
"Hide details" : "자세한 정보 숨기기",
+ "Rename project" : "프로젝트 이름 변경",
+ "Failed to rename the project" : "프로젝트 이름 변경 실패",
+ "Failed to create a project" : "프로젝트 생성 실패",
"Connect items to a project to make them easier to find" : "폴더 또는 파일을 찾기 쉽게 프로젝트에 연결하세요.",
"Type to search for existing projects" : "이미 존재하는 프로젝트를 찾기 위해 입력하세요.",
"New in" : "새로운 것",
@@ -207,6 +197,13 @@ OC.L10N.register(
"Strong password" : "강력한 암호",
"No action available" : "사용할 수 있는 동작 없음",
"Error fetching contact actions" : "연락처 동작을 가져오는 중 오류 발생",
+ "Non-existing tag #{tag}" : "존재하지 않는 태그 #{tag}",
+ "restricted" : "제한됨",
+ "invisible" : "보이지 않음",
+ "Delete" : "삭제",
+ "Rename" : "이름 바꾸기",
+ "Collaborative tags" : "협동 태그",
+ "No tags found" : "태그를 찾을 수 없음",
"Personal" : "개인",
"Users" : "사용자",
"Apps" : "앱",
@@ -251,6 +248,7 @@ OC.L10N.register(
"You chose SQLite as database." : "데이터베이스로 SQLite를 선택하셨습니다.",
"SQLite should only be used for minimal and development instances. For production we recommend a different database backend." : "SQLite는 최소 및 개발 목적의 인스턴스에만 사용하는 것을 추천합니다. 실제 업무에 사용하려면 다른 데이터베이스 백엔드를 사용하십시오.",
"If you use clients for file syncing, the use of SQLite is highly discouraged." : "만약 파일 동기화 클라이언트를 사용하려고 한다면 SQLite를 사용하지 않는 것이 좋습니다.",
+ "Install recommended apps" : "추천 앱 설치",
"Finish setup" : "설치 완료",
"Finishing …" : "완료 중 …",
"Need help?" : "도움이 필요한가요?",
@@ -264,8 +262,6 @@ OC.L10N.register(
"More apps" : "더 많은 앱",
"More" : "더 보기",
"More apps menu" : "더 많은 앱 메뉴",
- "Search" : "검색",
- "Reset search" : "검색 초기화",
"Contacts" : "연락처",
"Contacts menu" : "연락처 메뉴",
"Settings menu" : "설정 메뉴",
@@ -278,6 +274,7 @@ OC.L10N.register(
"Account access" : "계정 접근",
"You are about to grant %1$s access to your %2$s account." : "%1$s에서 내 %2$s 계정에 접근하는 것을 허용하려고 합니다.",
"Account connected" : "계정 연결됨",
+ "You can close this window." : "윈도우를 닫으셔도 됩니다.",
"This share is password-protected" : "이 공유는 암호로 보호되어 있습니다.",
"The password is wrong. Try again." : "암호가 잘못되었습니다. 다시 시도하십시오",
"Two-factor authentication" : "2단계 인증",
@@ -296,7 +293,7 @@ OC.L10N.register(
"Further information how to configure this can be found in the %1$sdocumentation%2$s." : "설정하는 방법에 대한 정보는 %1$s문서%2$s에서 찾을 수 있습니다.",
"App update required" : "앱 업데이트 필요",
"%1$s will be updated to version %2$s" : "%1$s을(를) 버전 %2$s(으)로 업데이트합니다.",
- "These apps will be updated:" : "다음 앱을 업데이트합니다:",
+ "The following apps will be updated:" : "업데이트 예정인 앱:",
"These incompatible apps will be disabled:" : "다음 호환되지 않는 앱이 비활성화됩니다:",
"The theme %s has been disabled." : "%s 테마가 비활성화되었습니다.",
"Please make sure that the database, the config folder and the data folder have been backed up before proceeding." : "계속하기 전에 데이터베이스, 설정 폴더, 데이터 폴더가 백업되어 있는지 확인하십시오.",
@@ -312,95 +309,44 @@ OC.L10N.register(
"This %s instance is currently in maintenance mode, which may take a while." : "이 %s 인스턴스는 현재 점검 모드입니다. 시간이 걸릴 수도 있습니다.",
"This page will refresh itself when the instance is available again." : "인스턴스를 다시 사용할 수 있을 때 페이지를 자동으로 새로 고칩니다.",
"Contact your system administrator if this message persists or appeared unexpectedly." : "이 메시지가 계속 표시되거나 예상하지 못하였을 때 표시된다면 시스템 관리자에게 연락하십시오.",
- "Could not send reset email because there is no email address for this username. Please contact your administrator." : "이 사용자 이름과 연결된 이메일 주소가 없어서 초기화 메일을 보낼 수 없습니다. 시스템 관리자에게 연락하십시오.",
- "Couldn't send reset email. Please make sure your username is correct." : "재설정 메일을 보낼 수 없습니다. 사용자 이름이 올바른지 확인하십시오.",
- "We have send a password reset e-mail to the e-mail address known to us for this account. If you do not receive it within a reasonable amount of time, check your spam/junk folders.<br>If it is not there ask your local administrator." : "암호 재설정 링크를 이 계정에 연결된 이메일 주소로 보냈습니다. 일정 시간이 지난 후에도 이메일을 받지 못했다면 스팸 메일함을 확인해 보십시오.<br>스팸 메일함에도 링크가 없다면 시스템 관리자에게 문의하십시오.",
- "Your files are encrypted. There will be no way to get your data back after your password is reset.<br />If you are not sure what to do, please contact your administrator before you continue. <br />Do you really want to continue?" : "내 파일이 암호화되어 있습니다. 암호를 초기화하면 데이터를 복구할 수 없습니다.<br />무엇을 해야 할 지 잘 모르겠으면 시스템 관리자에게 연락하십시오.<br />그래도 계속 진행하시겠습니까?",
- "Sending email …" : "이메일 보내는 중…",
- "You are currently running PHP 5.6. The current major version of Nextcloud is the last that is supported on PHP 5.6. It is recommended to upgrade the PHP version to 7.0+ to be able to upgrade to Nextcloud 14." : "PHP 5.6을 실행하고 있습니다. 현재 사용하고 있는 Nextcloud의 주 버전은 PHP 5.6을 지원하는 마지막 버전입니다. Nextcloud 14로 업그레이드하려면 PHP 7.0 이상으로 업그레이드하십시오.",
- "Accessing site insecurely via HTTP. You are strongly adviced to set up your server to require HTTPS instead, as described in the <a href=\"{docUrl}\">security tips ↗</a>." : "사이트에 HTTP를 통해서 보안 없이 접근하고 있습니다. <a href=\"{docUrl}\">보안 팁↗</a>에서 제안하는 것처럼 HTTPS를 설정하는 것을 추천합니다.",
- "Shared" : "공유됨",
- "Shared with" : "다음 사용자와 공유함",
- "Shared by" : "다음 사용자가 공유함",
- "Choose a password for the public link" : "공개 링크 암호를 입력하십시오",
- "Choose a password for the public link or press the \"Enter\" key" : "공개 림크 암호를 입력하거나 \"Enter\" 키를 누르십시오",
- "Copied!" : "복사 성공!",
- "Copy link" : "링크 복사",
- "Not supported!" : "지원하지 않음!",
- "Press ⌘-C to copy." : "복사하려면 ⌘-C 키를 누르십시오.",
- "Press Ctrl-C to copy." : "복사하려면 Ctrl-C 키를 누르십시오.",
- "Unable to create a link share" : "공유 링크를 만들 수 없습니다.",
- "Unable to toggle this option" : "이 설정을 전환할 수 없음",
- "Resharing is not allowed" : "다시 공유할 수 없음",
- "Link" : "링크",
- "Hide download" : "다운로드 숨기기",
- "Password protection enforced" : "암호 보호 적용",
- "Password protect" : "암호 보호",
- "Allow editing" : "편집 허용",
- "Email link to person" : "이메일 주소",
- "Send" : "전송",
- "Allow upload and editing" : "업로드 및 편집 허용",
- "Read only" : "읽기 전용",
- "File drop (upload only)" : "파일 보관소(업로드만 허용)",
- "Expiration date enforced" : "만료 날짜 적용",
- "Set expiration date" : "만료 날짜 설정",
- "Expiration" : "만료",
- "Expiration date" : "만료 날짜",
- "Note to recipient" : "받는 사람 메모",
- "Unshare" : "공유 해제",
- "Delete share link" : "공유 링크 삭제",
- "Add another link" : "다른 링크 추가",
- "Password protection for links is mandatory" : "링크 암호 보호는 필수입니다",
- "Share to {name}" : "{name} 님에게 공유",
- "Share link" : "링크 공유",
- "New share link" : "새 공유 링크",
- "Created on {time}" : "{time}에 생성됨",
- "Password protect by Talk" : "토크에서 암호로 보호됨",
- "Could not unshare" : "공유 해제할 수 없음",
- "Shared with you and the group {group} by {owner}" : "{owner} 님이 여러분 및 그룹 {group}와(과) 공유함",
- "Shared with you and {circle} by {owner}" : "{owner} 님이 여러분과 {circle}와(과) 공유함",
- "Shared with you and the conversation {conversation} by {owner}" : "{owner} 님이 여러분과 대화 {conversation}와(과) 공유함",
- "Shared with you in a conversation by {owner}" : "{owner} 님이 대화에서 여러분과 공유함",
- "Shared with you by {owner}" : "{owner} 님이 여러분과 공유함",
- "Choose a password for the mail share" : "이메일 공유 암호 입력",
- "group" : "그룹",
- "remote" : "원격",
- "remote group" : "원격 그룹",
- "email" : "이메일",
- "conversation" : "대화",
- "shared by {sharer}" : "{sharer} 님이 공유함",
- "Can reshare" : "재공유 가능",
- "Can edit" : "편집 가능",
- "Can create" : "생성 가능",
- "Can change" : "변경 가능",
- "Can delete" : "삭제 가능",
- "Access control" : "접근 제어",
- "{shareInitiatorDisplayName} shared via link" : "{shareInitiatorDisplayName} 님이 링크로 공유함",
- "Error while sharing" : "공유하는 중 오류 발생",
- "Share details could not be loaded for this item." : "이 항목의 공유 정보를 불러올 수 없습니다.",
- "Search globally" : "전역 검색",
- "_At least {count} character is needed for autocompletion_::_At least {count} characters are needed for autocompletion_" : ["자동 완성을 시작하려면 최소 {count}글자를 입력해야 합니다"],
- "This list is maybe truncated - please refine your search term to see more results." : "결과 목록이 잘렸을 수도 있습니다. 검색할 단어를 더 정확히 입력해서 더 많은 결과를 보십시오.",
- "No users or groups found for {search}" : "{search} 사용자나 그룹을 찾을 수 없음",
- "No users found for {search}" : "{search} 사용자를 찾을 수 없음",
- "An error occurred (\"{message}\"). Please try again" : "오류가 발생했습니다(\"{message}\"). 다시 시도하십시오",
- "An error occurred. Please try again" : "오류가 발생했습니다. 다시 시도하십시오.",
- "Home" : "홈",
- "Work" : "작업",
- "Other" : "기타",
- "{sharee} (remote group)" : "{sharee}(원격 그룹)",
- "{sharee} ({type}, {owner})" : "{sharee}({type}, {owner})",
- "Share" : "공유",
- "Name or email address..." : "이름이나 이메일 주소...",
- "Name or federated cloud ID..." : "이름이나 연합 클라우드 ID...",
- "Name, federated cloud ID or email address..." : "이름, 연합 클라우드 ID 및 이메일 주소...",
- "Name..." : "이름...",
- "Error removing share" : "공유 삭제 중 오류 발생",
- "({scope})" : "({scope})",
- "Saving..." : "저장 중...",
- "Dismiss" : "닫기",
- "Your client should now be connected! You can close this window." : "클라이언트가 연동되었습니다! 이제 창을 닫으셔도 됩니다.",
- "New Password" : "새 암호",
- "Cancel log in" : "로그인 취소"
+ "Checking whether the database schema can be updated (this can take a long time depending on the database size)" : "데이터베이스 스키마 업데이트 가능 여부 확인 중(데이터베이스 크기에 따라서 오래 걸릴 수도 있습니다)",
+ "Checked database schema update" : "데이터베이스 스키마 업데이트 확인됨",
+ "Checking updates of apps" : "앱 업데이트 확인 중",
+ "Checking for update of app \"%s\" in appstore" : "앱 스토어에서 \"%s\" 앱의 업데이트를 확인하는 중",
+ "Update app \"%s\" from appstore" : "앱 스토어에서 \"%s\" 앱 업데이트",
+ "Checked for update of app \"%s\" in appstore" : "앱 스토어에서 \"%s\" 앱 업데이트 확인함",
+ "Checked database schema update for apps" : "앱용 데이터베이스 스키마 업데이트 확인됨",
+ "Following apps have been disabled: %s" : "다음 앱이 비활성화되었습니다: %s",
+ "Your web server is not properly set up to resolve \"{url}\". Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "웹 서버에서 \"{url}\"을(를) 올바르게 처리할 수 없습니다. 더 많은 정보를 보려면 <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">문서</a>를 참고하십시오.",
+ "Your web server is not properly set up to resolve \"{url}\". This is most likely related to a web server configuration that was not updated to deliver this folder directly. Please compare your configuration against the shipped rewrite rules in \".htaccess\" for Apache or the provided one in the documentation for Nginx at it's <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation page</a>. On Nginx those are typically the lines starting with \"location ~\" that need an update." : "웹 서버에서 \"{url}\" 주소를 올바르게 처리할 수 있도록 설정되지 않았습니다. 웹 서버 설정이 이 폴더를 직접 전달하도록 업데이트되지 않은 것과 연관되었을 수도 있습니다. Apache용 \".htaccess\" Rewrite 규칙이나 Nginx <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">문서 페이지</a>에 있는 것과 현재 설정을 비교해 보십시오. Nginx의 경우 \"location ~\"로 시작하는 줄을 업데이트해야 할 수도 있습니다.",
+ "Your web server is not properly set up to deliver .woff2 files. This is typically an issue with the Nginx configuration. For Nextcloud 15 it needs an adjustement to also deliver .woff2 files. Compare your Nginx configuration to the recommended configuration in our <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "웹 서버에서 .woff2 파일을 제대로 전달하도록 설정하지 않았습니다. Nginx 설정 문제일 수 있습니다. Nextcloud 15에서는 .woff2 파일을 올바르게 제공하려면 설정을 변경해야 합니다. 현재 Nginx 설정과 <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">문서</a>에 있는 권장 설정을 비교해 보십시오.",
+ "Please check the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">installation documentation ↗</a> for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "서버 PHP 설정(특히 php-fpm 사용 시)에 관한 내용은 <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">설치 문서↗</a>를 참조하십시오.",
+ "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems. See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation ↗</a> for more information." : "트랜잭션 파일 잠금이 비활성화되어 있어 동시 접근 시 문제가 발생할 수 있습니다. config.php에서 \"filelocking.enabled\"를 활성화하여 이 문제를 해결할 수 있습니다. 자세한 내용은 <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">사용 설명서 ↗</a>를 참고하십시오.",
+ "Last background job execution ran {relativeTime}. Something seems wrong." : "마지막 백그라운드 작업이 {relativeTime}에 실행되었습니다. 문제가 발생한 것 같습니다.",
+ "Check the background job settings" : "백그라운드 작업 설정 확인",
+ "No memory cache has been configured. To enhance performance, please configure a memcache, if available. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "메모리 캐시가 구성되지 않았습니다. 가능한 경우 memcache를 설정하여 성능을 향상시킬 수 있습니다. 자세한 내용은 <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">문서</a>를 참고하십시오.",
+ "No suitable source for randomness found by PHP which is highly discouraged for security reasons. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "PHP가 안전한 난수 발생기를 사용할 수 없어 보안에 취약합니다. 자세한 내용은 <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">문서</a>를 참고하십시오.",
+ "You are currently running PHP {version}. Upgrade your PHP version to take advantage of <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">performance and security updates provided by the PHP Group</a> as soon as your distribution supports it." : "현재 PHP {version}을(를) 사용하고 있습니다. 배포판에서 지원하는 대로 PHP 버전을 업그레이드하여 <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">PHP 그룹에서 제공하는 성능 및 보안 업데이트</a>를 받는 것을 추천합니다.",
+ "The reverse proxy header configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If not, this is a security issue and can allow an attacker to spoof their IP address as visible to the Nextcloud. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "역방향 프록시 헤더 설정이 올바르지 않거나 신뢰하는 프록시를 통해 Nextcloud에 접근하고 있을 수 있습니다. 만약 Nextcloud를 신뢰하는 프록시를 통해 접근하고 있지 않다면 이는 보안 문제이며 공격자가 Nextcloud에 보이는 IP 주소를 속이고 있을 수 있습니다. 자세한 내용은 <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">문서</a>를 참고하십시오.",
+ "Memcached is configured as distributed cache, but the wrong PHP module \"memcache\" is installed. \\OC\\Memcache\\Memcached only supports \"memcached\" and not \"memcache\". See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">memcached wiki about both modules</a>." : "Memcached가 분산 캐시로 구성되어 있지만 잘못된 PHP 모듈 \"memcache\"가 설치되어 있습니다. \\OC\\Memcache\\Memcached는 \"memcache\"가 아닌 \"memcached\"만 지원합니다. 자세한 내용은 <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">이 두 모듈에 대한 memcached 위키</a>를 참고하십시오.",
+ "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">List of invalid files…</a> / <a href=\"{rescanEndpoint}\">Rescan…</a>)" : "일부 파일이 무결성 검사를 통과하지 못했습니다. 이 문제를 해결하는 방법은 <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">문서</a>를 참고하십시오.(<a href=\"{codeIntegrityDownloadEndpoint}\">잘못된 파일 목록…</a> / <a href=\"{rescanEndpoint}\">다시 검색…</a>)",
+ "The PHP OPcache module is not loaded. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance it is recommended</a> to load it into your PHP installation." : "PHP OPcache 모듈을 불러오지 않았습니다. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">더 나은 성능을 위해 PHP 설치에 위 기능을 불러오는 것을 권장합니다.</a>",
+ "The PHP OPcache is not properly configured. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance it is recommended</a> to use the following settings in the <code>php.ini</code>:" : "PHP Opcache가 제대로 설정되어 있지 않습니다. 더 나은 성능을 위해서 <code>php.ini</code> 파일에 다음 설정을 <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">추가하는 것을 권장합니다</a>:",
+ "Some columns in the database are missing a conversion to big int. Due to the fact that changing column types on big tables could take some time they were not changed automatically. By running 'occ db:convert-filecache-bigint' those pending changes could be applied manually. This operation needs to be made while the instance is offline. For further details read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "일부 데이터베이스 열이 Big Int로 변환되지 않았습니다. 큰 테이블의 열 형식을 변환하는 데 시간이 걸리기 때문에 자동으로 변환하지 않았습니다. 명령행에서 \"occ db:convert-filecache-bigint\" 명령을 실행하여 변경 사항을 직접 적용할 수 있습니다. 이 작업은 인스턴스를 오프라인으로 전환하고 실행해야 합니다. 더 많은 정보를 보려면 <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">문서 페이지</a>를 참조하십시오.",
+ "To migrate to another database use the command line tool: 'occ db:convert-type', or see the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation ↗</a>." : "다른 데이터베이스로 마이그레이션하려면 'occ db:convert-type' 명령행 도구를 사용하거나 <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">사용 설명서 ↗</a>를 참고하십시오.",
+ "Use of the the built in php mailer is no longer supported. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Please update your email server settings ↗<a/>." : "PHP 내장 Mailer 모듈은 더 이상 지원되지 않습니다. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">이메일 설정을 업데이트해 주십시오↗<a/>.",
+ "MySQL is used as database but does not support 4-byte characters. To be able to handle 4-byte characters (like emojis) without issues in filenames or comments for example it is recommended to enable the 4-byte support in MySQL. For further details read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "데이터베이스로 MySQL을 사용하고 있지만 4바이트 문자를 지원하지 않습니다. 파일 이름, 댓글 등에 에모지와 같은 4바이트 문자를 문제 없이 지원하려면 MySQL에서 4바이트 지원을 활성화해야 합니다. 더 많은 정보를 보려면 <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">문서 페이지</a>를 참조하십시오.",
+ "The \"{header}\" HTTP header is not set to \"{val1}\", \"{val2}\", \"{val3}\", \"{val4}\" or \"{val5}\". This can leak referer information. See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{link}\">W3C Recommendation ↗</a>." : "\"{header}\" HTTP 헤더가 \"{val1}\", \"{val2}\", \"{val3}\", \"{val4}\" 또는 \"{val5}\"(으)로 설정되어 있지 않습니다. 추가 정보가 유출될 수 있습니다. 자세한 사항은 <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{link}\">W3C 추천 ↗</a>을 참조하십시오.",
+ "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the <a href=\"{docUrl}\" rel=\"noreferrer noopener\">security tips ↗</a>." : "\"Strict-Transport-Security\" HTTP 헤더가 \"{seconds}\"초 이상으로 설정되어 있지 않습니다. <a href=\"{docUrl}\" rel=\"noreferrer noopener\">보안 팁</a>에서 제안하는 것처럼 HSTS를 활성화하는 것을 추천합니다.",
+ "Continue to Nextcloud" : "Nextcloud로 계속 진행",
+ "_The update was successful. Redirecting you to Nextcloud in %n second._::_The update was successful. Redirecting you to Nextcloud in %n seconds._" : ["업데이트가 성공했습니다. %n초 후 Nextcloud로 이동합니다."],
+ "Searching other places" : "다른 장소 찾는 중",
+ "No search results in other folders for {tag}{filter}{endtag}" : "다른 폴더에 {tag}{filter}{endtag} 검색 결과가 없음",
+ "_{count} search result in another folder_::_{count} search results in other folders_" : ["다른 폴더의 검색 결과 {count}개"],
+ "Password can not be changed. Please contact your administrator." : "암호를 변경할 수 없습니다. 관리자에게 문의하십시오.",
+ "Could not fetch list of apps from the app store." : "앱스토어로부터 앱 목록을 가져올 수 없음",
+ "Can't install this app because it is not compatible" : "호환되지 않아 앱을 설치할 수 없습니다.",
+ "Can't install this app" : "앱을 설치할 수 없음",
+ "These apps will be updated:" : "다음 앱을 업데이트합니다:"
},
"nplurals=1; plural=0;");
diff --git a/core/l10n/ko.json b/core/l10n/ko.json
index cc1d156964c..029e031f3d7 100644
--- a/core/l10n/ko.json
+++ b/core/l10n/ko.json
@@ -3,6 +3,14 @@
"File is too big" : "파일이 너무 큼",
"The selected file is not an image." : "선택한 파일은 사진이 아닙니다.",
"The selected file cannot be read." : "선택한 파일을 읽을 수 없습니다.",
+ "The file was uploaded" : "파일을 업로드함",
+ "The uploaded file exceeds the upload_max_filesize directive in php.ini" : "업로드한 파일의 크기가 php.ini의 upload_max_filesize를 초과함",
+ "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "업로드한 파일의 크기가 HTML 폼에 지정한 MAX_FILE_SIZE를 초과함",
+ "The file was only partially uploaded" : "파일이 일부분만 업로드됨",
+ "No file was uploaded" : "업로드한 파일 없음",
+ "Missing a temporary folder" : "임시 폴더 없음",
+ "Could not write file to disk" : "디스크에 파일을 쓸 수 없음",
+ "A PHP extension stopped the file upload" : "PHP 확장 기능에서 파일 업로드를 차단함",
"Invalid file provided" : "잘못된 파일 지정됨",
"No image or file provided" : "사진이나 파일이 없음",
"Unknown filetype" : "알려지지 않은 파일 형식",
@@ -13,6 +21,7 @@
"No valid crop data provided" : "올바른 잘라내기 데이터가 지정되지 않음",
"Crop is not square" : "잘라내는 영역이 사각형이 아님",
"State token does not match" : "상태 토큰이 일치하지 않음",
+ "Invalid app password" : "무효한 앱 비밀번호",
"Could not complete login" : "로그인을 할 수 없음",
"Your login token is invalid or has expired" : "로그인 토큰이 잘못되었거나 만료되었습니다",
"Password reset is disabled" : "암호 재설정이 비활성화됨",
@@ -39,73 +48,41 @@
"Maintenance mode is kept active" : "유지 보수 모드가 켜져 있음",
"Updating database schema" : "데이터베이스 스키마 업데이트 중",
"Updated database" : "데이터베이스 업데이트됨",
- "Checking whether the database schema can be updated (this can take a long time depending on the database size)" : "데이터베이스 스키마 업데이트 가능 여부 확인 중(데이터베이스 크기에 따라서 오래 걸릴 수도 있습니다)",
- "Checked database schema update" : "데이터베이스 스키마 업데이트 확인됨",
- "Checking updates of apps" : "앱 업데이트 확인 중",
- "Checking for update of app \"%s\" in appstore" : "앱 스토어에서 \"%s\" 앱의 업데이트를 확인하는 중",
- "Update app \"%s\" from appstore" : "앱 스토어에서 \"%s\" 앱 업데이트",
- "Checked for update of app \"%s\" in appstore" : "앱 스토어에서 \"%s\" 앱 업데이트 확인함",
+ "Checking for update of app \"%s\" in App Store" : "앱 스토어에서 \"%s\" 앱의 업데이트를 확인하는 중",
+ "Update app \"%s\" from App Store" : "앱 스토어에서 \"%s\" 앱 업데이트",
+ "Checked for update of app \"%s\" in App Store" : "앱 스토어에서 \"%s\" 앱 업데이트 확인함",
"Checking whether the database schema for %s can be updated (this can take a long time depending on the database size)" : "%s의 데이터베이스 스키마 업데이트 가능 여부 확인 중(데이터베이스 크기에 따라서 오래 걸릴 수도 있습니다)",
- "Checked database schema update for apps" : "앱용 데이터베이스 스키마 업데이트 확인됨",
"Updated \"%1$s\" to %2$s" : "\"%1$s\"을(를) %2$s(으)로 업데이트함",
"Set log level to debug" : "로그 단계를 디버그로 설정",
"Reset log level" : "로그 단계 초기화",
"Starting code integrity check" : "코드 무결성 검사 시작 중",
"Finished code integrity check" : "코드 무결성 검사 완료됨",
"%s (incompatible)" : "%s(호환 불가)",
- "Following apps have been disabled: %s" : "다음 앱이 비활성화되었습니다: %s",
"Already up to date" : "최신 상태임",
"Your web server is not yet properly set up to allow file synchronization, because the WebDAV interface seems to be broken." : "WebDAV 인터페이스를 사용할 수 없어서 웹 서버에서 파일 동기화를 사용할 수 있도록 설정할 수 없습니다.",
- "Your web server is not properly set up to resolve \"{url}\". Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "웹 서버에서 \"{url}\"을(를) 올바르게 처리할 수 없습니다. 더 많은 정보를 보려면 <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">문서</a>를 참고하십시오.",
- "Your web server is not properly set up to resolve \"{url}\". This is most likely related to a web server configuration that was not updated to deliver this folder directly. Please compare your configuration against the shipped rewrite rules in \".htaccess\" for Apache or the provided one in the documentation for Nginx at it's <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation page</a>. On Nginx those are typically the lines starting with \"location ~\" that need an update." : "웹 서버에서 \"{url}\" 주소를 올바르게 처리할 수 있도록 설정되지 않았습니다. 웹 서버 설정이 이 폴더를 직접 전달하도록 업데이트되지 않은 것과 연관되었을 수도 있습니다. Apache용 \".htaccess\" Rewrite 규칙이나 Nginx <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">문서 페이지</a>에 있는 것과 현재 설정을 비교해 보십시오. Nginx의 경우 \"location ~\"로 시작하는 줄을 업데이트해야 할 수도 있습니다.",
- "Your web server is not properly set up to deliver .woff2 files. This is typically an issue with the Nginx configuration. For Nextcloud 15 it needs an adjustement to also deliver .woff2 files. Compare your Nginx configuration to the recommended configuration in our <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "웹 서버에서 .woff2 파일을 제대로 전달하도록 설정하지 않았습니다. Nginx 설정 문제일 수 있습니다. Nextcloud 15에서는 .woff2 파일을 올바르게 제공하려면 설정을 변경해야 합니다. 현재 Nginx 설정과 <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">문서</a>에 있는 권장 설정을 비교해 보십시오.",
"PHP does not seem to be setup properly to query system environment variables. The test with getenv(\"PATH\") only returns an empty response." : "PHP에서 시스템 환경 변수를 올바르게 조회할 수 없는 것 같습니다. getenv(\"PATH\") 시험 결과 빈 값이 반환되었습니다.",
- "Please check the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">installation documentation ↗</a> for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "서버 PHP 설정(특히 php-fpm 사용 시)에 관한 내용은 <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">설치 문서↗</a>를 참조하십시오.",
"The read-only config has been enabled. This prevents setting some configurations via the web-interface. Furthermore, the file needs to be made writable manually for every update." : "읽기 전용 설정이 활성화되었습니다. 이 상태에서는 웹 인터페이스를 통하여 일부 설정을 변경할 수 없습니다. 또한 매 업데이트마다 파일을 쓸 수 있는 상태로 변경해야 합니다.",
"Your database does not run with \"READ COMMITTED\" transaction isolation level. This can cause problems when multiple actions are executed in parallel." : "데이터베이스가 \"READ COMMITTED\" 트랜잭션 격리 수준에서 실행되고 있지 않습니다. 여러 작업이 동시에 실행될 때 문제가 발생할 수 있습니다.",
"The PHP module \"fileinfo\" is missing. It is strongly recommended to enable this module to get the best results with MIME type detection." : "PHP의 \"fileinfo\" 모듈이 없습니다. 올바른 MIME 형식 감지를 위해서 이 모듈을 활성화하는 것을 추천합니다.",
- "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems. See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation ↗</a> for more information." : "트랜잭션 파일 잠금이 비활성화되어 있어 동시 접근 시 문제가 발생할 수 있습니다. config.php에서 \"filelocking.enabled\"를 활성화하여 이 문제를 해결할 수 있습니다. 자세한 내용은 <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">사용 설명서 ↗</a>를 참고하십시오.",
"If your installation is not installed at the root of the domain and uses system cron, there can be issues with the URL generation. To avoid these problems, please set the \"overwrite.cli.url\" option in your config.php file to the webroot path of your installation (suggestion: \"{suggestedOverwriteCliURL}\")" : "도메인의 루트 경로에 설치되어 있지 않고 시스템 Cron을 사용한다면 URL 생성에 문제가 발생할 수도 있습니다. 이 문제를 예방하려면 config.php의 \"overwrite.cli.url\" 옵션을 설치본의 웹 루트 경로로 설정하십시오(제안: \"{suggestedOverwriteCliURL}\")",
"It was not possible to execute the cron job via CLI. The following technical errors have appeared:" : "CLI로 cron 작업을 실행시킬 수 없었습니다. 다음 오류가 발생했습니다:",
- "Last background job execution ran {relativeTime}. Something seems wrong." : "마지막 백그라운드 작업이 {relativeTime}에 실행되었습니다. 문제가 발생한 것 같습니다.",
- "Check the background job settings" : "백그라운드 작업 설정 확인",
"This server has no working Internet connection: Multiple endpoints could not be reached. This means that some of the features like mounting external storage, notifications about updates or installation of third-party apps will not work. Accessing files remotely and sending of notification emails might not work, either. Establish a connection from this server to the Internet to enjoy all features." : "웹 서버에서 인터넷에 연결할 수 없습니다. 여러 종단점에 접근할 수 없습니다. 외부 저장소 마운트, 업데이트 알림, 추가 앱 설치 등 기능이 작동하지 않을 것입니다. 원격으로 파일에 접근하거나 알림 이메일을 보내지 못할 수도 있습니다. 모든 기능을 사용하려면 이 서버를 인터넷에 연결하십시오.",
- "No memory cache has been configured. To enhance performance, please configure a memcache, if available. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "메모리 캐시가 구성되지 않았습니다. 가능한 경우 memcache를 설정하여 성능을 향상시킬 수 있습니다. 자세한 내용은 <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">문서</a>를 참고하십시오.",
- "No suitable source for randomness found by PHP which is highly discouraged for security reasons. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "PHP가 안전한 난수 발생기를 사용할 수 없어 보안에 취약합니다. 자세한 내용은 <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">문서</a>를 참고하십시오.",
- "You are currently running PHP {version}. Upgrade your PHP version to take advantage of <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">performance and security updates provided by the PHP Group</a> as soon as your distribution supports it." : "현재 PHP {version}을(를) 사용하고 있습니다. 배포판에서 지원하는 대로 PHP 버전을 업그레이드하여 <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">PHP 그룹에서 제공하는 성능 및 보안 업데이트</a>를 받는 것을 추천합니다.",
- "The reverse proxy header configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If not, this is a security issue and can allow an attacker to spoof their IP address as visible to the Nextcloud. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "역방향 프록시 헤더 설정이 올바르지 않거나 신뢰하는 프록시를 통해 Nextcloud에 접근하고 있을 수 있습니다. 만약 Nextcloud를 신뢰하는 프록시를 통해 접근하고 있지 않다면 이는 보안 문제이며 공격자가 Nextcloud에 보이는 IP 주소를 속이고 있을 수 있습니다. 자세한 내용은 <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">문서</a>를 참고하십시오.",
- "Memcached is configured as distributed cache, but the wrong PHP module \"memcache\" is installed. \\OC\\Memcache\\Memcached only supports \"memcached\" and not \"memcache\". See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">memcached wiki about both modules</a>." : "Memcached가 분산 캐시로 구성되어 있지만 잘못된 PHP 모듈 \"memcache\"가 설치되어 있습니다. \\OC\\Memcache\\Memcached는 \"memcache\"가 아닌 \"memcached\"만 지원합니다. 자세한 내용은 <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">이 두 모듈에 대한 memcached 위키</a>를 참고하십시오.",
- "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">List of invalid files…</a> / <a href=\"{rescanEndpoint}\">Rescan…</a>)" : "일부 파일이 무결성 검사를 통과하지 못했습니다. 이 문제를 해결하는 방법은 <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">문서</a>를 참고하십시오.(<a href=\"{codeIntegrityDownloadEndpoint}\">잘못된 파일 목록…</a> / <a href=\"{rescanEndpoint}\">다시 검색…</a>)",
- "The PHP OPcache module is not loaded. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance it is recommended</a> to load it into your PHP installation." : "PHP OPcache 모듈을 불러오지 않았습니다. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">더 나은 성능을 위해 PHP 설치에 위 기능을 불러오는 것을 권장합니다.</a>",
- "The PHP OPcache is not properly configured. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance it is recommended</a> to use the following settings in the <code>php.ini</code>:" : "PHP Opcache가 제대로 설정되어 있지 않습니다. 더 나은 성능을 위해서 <code>php.ini</code> 파일에 다음 설정을 <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">추가하는 것을 권장합니다</a>:",
"The PHP function \"set_time_limit\" is not available. This could result in scripts being halted mid-execution, breaking your installation. Enabling this function is strongly recommended." : "PHP 함수 \"set_time_limit\"을 사용할 수 없습니다. 스크립트가 실행 중간에 중지되어 설치를 깨트릴 수도 있습니다. 이 함수를 활성화하는 것을 추천합니다.",
"Your PHP does not have FreeType support, resulting in breakage of profile pictures and the settings interface." : "PHP에 Freetype 지원이 없습니다. 프로필 사진과 설정 인터페이스가 올바르게 표시되지 않을 수도 있습니다.",
"Missing index \"{indexName}\" in table \"{tableName}\"." : "테이블 \"{tableName}\"에 인덱스 \"{indexName}\"이(가) 없습니다.",
"The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "데이터베이스에 일부 인덱스가 없습니다. 큰 테이블에 인덱스를 추가하는 데 시간이 걸리기 때문에 자동으로 추가하지 않았습니다. 명령행에서 \"occ db:add-missing-indices\" 명령을 실행하여 인스턴스를 실행하는 동안 수동으로 인덱스를 추가할 수 있습니다. 해당 테이블에 인덱스를 추가하면 질의 속도가 다시 빨라집니다.",
+ "Missing primary key on table \"{tableName}\"." : "\"{tableName}\" 테이블에 Primary key가 없습니다.",
"This instance is missing some recommended PHP modules. For improved performance and better compatibility it is highly recommended to install them." : "이 인스턴스에 추천하는 PHP 모듈 중 일부가 존재하지 않습니다. 성능 향상과 호환성을 위하여 PHP 모듈을 설치하는 것을 추천합니다.",
- "Some columns in the database are missing a conversion to big int. Due to the fact that changing column types on big tables could take some time they were not changed automatically. By running 'occ db:convert-filecache-bigint' those pending changes could be applied manually. This operation needs to be made while the instance is offline. For further details read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "일부 데이터베이스 열이 Big Int로 변환되지 않았습니다. 큰 테이블의 열 형식을 변환하는 데 시간이 걸리기 때문에 자동으로 변환하지 않았습니다. 명령행에서 \"occ db:convert-filecache-bigint\" 명령을 실행하여 변경 사항을 직접 적용할 수 있습니다. 이 작업은 인스턴스를 오프라인으로 전환하고 실행해야 합니다. 더 많은 정보를 보려면 <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">문서 페이지</a>를 참조하십시오.",
"SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend." : "현재 백엔드 데이터베이스로 SQLite를 사용하고 있습니다. 대규모의 파일을 관리하려고 한다면 다른 데이터베이스 백엔드로 전환할 것을 권장합니다.",
"This is particularly recommended when using the desktop client for file synchronisation." : "특히 파일 동기화를 위해 데스크톱 클라이언트를 사용할 예정인 경우 권장됩니다.",
- "To migrate to another database use the command line tool: 'occ db:convert-type', or see the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation ↗</a>." : "다른 데이터베이스로 마이그레이션하려면 'occ db:convert-type' 명령행 도구를 사용하거나 <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">사용 설명서 ↗</a>를 참고하십시오.",
- "Use of the the built in php mailer is no longer supported. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Please update your email server settings ↗<a/>." : "PHP 내장 Mailer 모듈은 더 이상 지원되지 않습니다. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">이메일 설정을 업데이트해 주십시오↗<a/>.",
"The PHP memory limit is below the recommended value of 512MB." : "PHP 메모리 제한이 추천값인 512MB보다 작습니다.",
"Some app directories are owned by a different user than the web server one. This may be the case if apps have been installed manually. Check the permissions of the following app directories:" : "일부 앱 디렉터리를 웹 서버 사용자와 다른 사용자가 소유하고 있습니다. 수동으로 앱을 설치한 경우에 발생할 수 있습니다. 다음 앱 디렉터리의 사용 권한을 확인하십시오:",
- "MySQL is used as database but does not support 4-byte characters. To be able to handle 4-byte characters (like emojis) without issues in filenames or comments for example it is recommended to enable the 4-byte support in MySQL. For further details read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "데이터베이스로 MySQL을 사용하고 있지만 4바이트 문자를 지원하지 않습니다. 파일 이름, 댓글 등에 에모지와 같은 4바이트 문자를 문제 없이 지원하려면 MySQL에서 4바이트 지원을 활성화해야 합니다. 더 많은 정보를 보려면 <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">문서 페이지</a>를 참조하십시오.",
"This instance uses an S3 based object store as primary storage. The uploaded files are stored temporarily on the server and thus it is recommended to have 50 GB of free space available in the temp directory of PHP. Check the logs for full details about the path and the available space. To improve this please change the temporary directory in the php.ini or make more space available in that path." : "이 인스턴스에서 S3 기반 객체 저장소를 주 저장소로 사용하고 있습니다. 업로드한 파일을 서버에 임시로 저장하기 때문에 PHP 임시 디렉터리에 최소 50 GB의 빈 공간을 두는 것을 추천합니다. 전체 경로와 사용 가능한 정보를 보려면 로그를 참조하십시오. 성능을 개선하려면 php.ini의 임시 디렉터리를 변경하거나, 해당 위치에서 사용할 수 있는 공간을 더 많이 할당하십시오.",
"Error occurred while checking server setup" : "서버 설정을 확인하는 중 오류 발생",
"Your data directory and files are probably accessible from the Internet. The .htaccess file is not working. It is strongly recommended that you configure your web server so that the data directory is no longer accessible, or move the data directory outside the web server document root." : "데이터 디렉터리와 파일을 인터넷에서 접근할 수 있는 것 같습니다. .htaccess 파일을 사용할 수 없습니다. 웹 서버 설정을 변경하여 데이터 디렉터리에 접근할 수 없도록 하거나, 데이터 디렉터리를 웹 서버 문서 디렉터리 밖으로 옮기는 것을 추천합니다.",
"The \"{header}\" HTTP header is not set to \"{expected}\". This is a potential security or privacy risk, as it is recommended to adjust this setting accordingly." : "\"{header}\" HTTP 헤더가 \"{expected}\"(으)로 설정되어 있지 않습니다. 잠재적인 정보 유출 및 보안 위협이 될 수 있으므로 설정을 변경하는 것을 추천합니다.",
"The \"{header}\" HTTP header is not set to \"{expected}\". Some features might not work correctly, as it is recommended to adjust this setting accordingly." : "\"{header}\" HTTP 헤더가 \"{expected}\"(으)로 설정되어 있지 않습니다. 일부 기능이 올바르게 작동하지 않을 수 있으므로 설정을 변경하는 것을 추천합니다.",
"The \"{header}\" HTTP header doesn't contain \"{expected}\". This is a potential security or privacy risk, as it is recommended to adjust this setting accordingly." : "\"{header}\" HTTP 헤더가 \"{expected}\"을(를) 포함하고 있지 않습니다. 잠재적인 정보 유출 및 보안 위협이 될 수 있으므로 설정을 변경하는 것을 추천합니다.",
- "The \"{header}\" HTTP header is not set to \"{val1}\", \"{val2}\", \"{val3}\", \"{val4}\" or \"{val5}\". This can leak referer information. See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{link}\">W3C Recommendation ↗</a>." : "\"{header}\" HTTP 헤더가 \"{val1}\", \"{val2}\", \"{val3}\", \"{val4}\" 또는 \"{val5}\"(으)로 설정되어 있지 않습니다. 추가 정보가 유출될 수 있습니다. 자세한 사항은 <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{link}\">W3C 추천 ↗</a>을 참조하십시오.",
- "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the <a href=\"{docUrl}\" rel=\"noreferrer noopener\">security tips ↗</a>." : "\"Strict-Transport-Security\" HTTP 헤더가 \"{seconds}\"초 이상으로 설정되어 있지 않습니다. <a href=\"{docUrl}\" rel=\"noreferrer noopener\">보안 팁</a>에서 제안하는 것처럼 HSTS를 활성화하는 것을 추천합니다.",
- "Non-existing tag #{tag}" : "존재하지 않는 태그 #{tag}",
- "restricted" : "제한됨",
- "invisible" : "보이지 않음",
- "Delete" : "삭제",
- "Rename" : "이름 바꾸기",
- "Collaborative tags" : "협동 태그",
- "No tags found" : "태그를 찾을 수 없음",
"unknown text" : "알 수 없는 텍스트",
"Hello world!" : "Hello world!",
"sunny" : "맑음",
@@ -120,35 +97,44 @@
"Please reload the page." : "페이지를 새로 고치십시오.",
"The update was unsuccessful. For more information <a href=\"{url}\">check our forum post</a> covering this issue." : "업데이트에 실패했습니다. 더 많은 정보를 보려면 이 문제에 대한 <a href=\"{url}\">포럼 글</a>을 참조하십시오.",
"The update was unsuccessful. Please report this issue to the <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">Nextcloud community</a>." : "업데이트가 실패했습니다. 이 문제를 <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">Nextcloud 커뮤니티</a>에 보고하여 주십시오.",
- "Continue to Nextcloud" : "Nextcloud로 계속 진행",
- "_The update was successful. Redirecting you to Nextcloud in %n second._::_The update was successful. Redirecting you to Nextcloud in %n seconds._" : ["업데이트가 성공했습니다. %n초 후 Nextcloud로 이동합니다."],
- "Searching other places" : "다른 장소 찾는 중",
- "No search results in other folders for {tag}{filter}{endtag}" : "다른 폴더에 {tag}{filter}{endtag} 검색 결과가 없음",
- "_{count} search result in another folder_::_{count} search results in other folders_" : ["다른 폴더의 검색 결과 {count}개"],
+ "Log in" : "로그인",
+ "Logging in …" : "로그인 중 …",
"Server side authentication failed!" : "서버 인증 실패!",
"Please contact your administrator." : "관리자에게 문의하십시오.",
"An internal error occurred." : "내부 오류가 발생했습니다.",
"Please try again or contact your administrator." : "다시 시도하거나 관리자에게 연락하십시오.",
"Username or email" : "사용자 이름 또는 이메일",
"Password" : "암호",
- "Log in" : "로그인",
- "Logging in …" : "로그인 중 …",
"Wrong username or password." : "사용자 이름이나 암호가 잘못되었습니다.",
"User disabled" : "사용자 비활성화됨",
"We have detected multiple invalid login attempts from your IP. Therefore your next login is throttled up to 30 seconds." : "사용 중인 IP에서 여러 번의 잘못된 로그인 시도를 감지했습니다. 30초 후에 다시 로그인할 수 있습니다.",
"Reset password" : "암호 재설정",
"Couldn't send reset email. Please contact your administrator." : "재설정 메일을 보낼 수 없습니다. 관리자에게 문의하십시오.",
- "Password can not be changed. Please contact your administrator." : "암호를 변경할 수 없습니다. 관리자에게 문의하십시오.",
"Back to login" : "로그인으로 돌아가기",
"New password" : "새 암호",
+ "Your files are encrypted. There will be no way to get your data back after your password is reset. If you are not sure what to do, please contact your administrator before you continue. Do you really want to continue?" : "내 파일이 암호화되어 있습니다. 암호를 초기화하면 데이터를 복구할 수 없습니다.<br />무엇을 해야 할 지 잘 모르겠으면 시스템 관리자에게 연락하십시오.<br />그래도 계속 진행하시겠습니까?",
"I know what I'm doing" : "지금 하려는 것을 알고 있습니다",
+ "Resetting password" : "비밀번호 재설정",
+ "Recommended apps" : "추천되는 앱",
+ "Loading apps …" : "앱 로딩중 ...",
+ "Installing apps …" : "앱 설치중...",
+ "App download or installation failed" : "앱 다운로드 또는 설치에 실패함",
"Cancel" : "취소",
+ "Simple email app nicely integrated with Files, Contacts and Calendar." : "파일 연락처 달력과 통합되는 간단한 이메일 앱",
+ "Chatting, video calls, screensharing, online meetings and web conferencing – in your browser and with mobile apps." : "당신의 브라우저와 모바일 앱 속의 채팅, 영상 통화, 화면 공유, 온라인 미팅 그리고 웹 회의",
"Forgot password?" : "암호를 잊으셨습니까?",
+ "Back" : "뒤로",
+ "Reset search" : "검색 초기화",
+ "Start typing to search" : "검색어 입력",
+ "Search" : "검색",
+ "An error occurred while searching for {type}" : "{type} 탐색중 오류 발생",
+ "_Please enter {minSearchLength} character or more to search_::_Please enter {minSearchLength} characters or more to search_" : ["{minSearchLength}개 이상의 문자를 입럭하시오"],
"Settings" : "설정",
"Could not load your contacts" : "연락처를 불러올 수 없음",
"Search contacts …" : "연락처 검색…",
"No contacts found" : "연락처를 찾을 수 없음",
"Show all contacts …" : "모든 연락처 보기 …",
+ "Install the Contacts app" : "Contacts 앱 설치",
"Loading your contacts …" : "연락처 불러오는 중 …",
"Looking for {term} …" : "{term} 검색 중 …",
"No" : "아니요",
@@ -193,7 +179,11 @@
"Connection to server lost" : "서버 연결이 끊어짐",
"_Problem loading page, reloading in %n second_::_Problem loading page, reloading in %n seconds_" : ["페이지 불러오기 오류, %n초 후 새로 고침"],
"Add to a project" : "프로젝트에 추가",
+ "Show details" : "세부 정보",
"Hide details" : "자세한 정보 숨기기",
+ "Rename project" : "프로젝트 이름 변경",
+ "Failed to rename the project" : "프로젝트 이름 변경 실패",
+ "Failed to create a project" : "프로젝트 생성 실패",
"Connect items to a project to make them easier to find" : "폴더 또는 파일을 찾기 쉽게 프로젝트에 연결하세요.",
"Type to search for existing projects" : "이미 존재하는 프로젝트를 찾기 위해 입력하세요.",
"New in" : "새로운 것",
@@ -205,6 +195,13 @@
"Strong password" : "강력한 암호",
"No action available" : "사용할 수 있는 동작 없음",
"Error fetching contact actions" : "연락처 동작을 가져오는 중 오류 발생",
+ "Non-existing tag #{tag}" : "존재하지 않는 태그 #{tag}",
+ "restricted" : "제한됨",
+ "invisible" : "보이지 않음",
+ "Delete" : "삭제",
+ "Rename" : "이름 바꾸기",
+ "Collaborative tags" : "협동 태그",
+ "No tags found" : "태그를 찾을 수 없음",
"Personal" : "개인",
"Users" : "사용자",
"Apps" : "앱",
@@ -249,6 +246,7 @@
"You chose SQLite as database." : "데이터베이스로 SQLite를 선택하셨습니다.",
"SQLite should only be used for minimal and development instances. For production we recommend a different database backend." : "SQLite는 최소 및 개발 목적의 인스턴스에만 사용하는 것을 추천합니다. 실제 업무에 사용하려면 다른 데이터베이스 백엔드를 사용하십시오.",
"If you use clients for file syncing, the use of SQLite is highly discouraged." : "만약 파일 동기화 클라이언트를 사용하려고 한다면 SQLite를 사용하지 않는 것이 좋습니다.",
+ "Install recommended apps" : "추천 앱 설치",
"Finish setup" : "설치 완료",
"Finishing …" : "완료 중 …",
"Need help?" : "도움이 필요한가요?",
@@ -262,8 +260,6 @@
"More apps" : "더 많은 앱",
"More" : "더 보기",
"More apps menu" : "더 많은 앱 메뉴",
- "Search" : "검색",
- "Reset search" : "검색 초기화",
"Contacts" : "연락처",
"Contacts menu" : "연락처 메뉴",
"Settings menu" : "설정 메뉴",
@@ -276,6 +272,7 @@
"Account access" : "계정 접근",
"You are about to grant %1$s access to your %2$s account." : "%1$s에서 내 %2$s 계정에 접근하는 것을 허용하려고 합니다.",
"Account connected" : "계정 연결됨",
+ "You can close this window." : "윈도우를 닫으셔도 됩니다.",
"This share is password-protected" : "이 공유는 암호로 보호되어 있습니다.",
"The password is wrong. Try again." : "암호가 잘못되었습니다. 다시 시도하십시오",
"Two-factor authentication" : "2단계 인증",
@@ -294,7 +291,7 @@
"Further information how to configure this can be found in the %1$sdocumentation%2$s." : "설정하는 방법에 대한 정보는 %1$s문서%2$s에서 찾을 수 있습니다.",
"App update required" : "앱 업데이트 필요",
"%1$s will be updated to version %2$s" : "%1$s을(를) 버전 %2$s(으)로 업데이트합니다.",
- "These apps will be updated:" : "다음 앱을 업데이트합니다:",
+ "The following apps will be updated:" : "업데이트 예정인 앱:",
"These incompatible apps will be disabled:" : "다음 호환되지 않는 앱이 비활성화됩니다:",
"The theme %s has been disabled." : "%s 테마가 비활성화되었습니다.",
"Please make sure that the database, the config folder and the data folder have been backed up before proceeding." : "계속하기 전에 데이터베이스, 설정 폴더, 데이터 폴더가 백업되어 있는지 확인하십시오.",
@@ -310,95 +307,44 @@
"This %s instance is currently in maintenance mode, which may take a while." : "이 %s 인스턴스는 현재 점검 모드입니다. 시간이 걸릴 수도 있습니다.",
"This page will refresh itself when the instance is available again." : "인스턴스를 다시 사용할 수 있을 때 페이지를 자동으로 새로 고칩니다.",
"Contact your system administrator if this message persists or appeared unexpectedly." : "이 메시지가 계속 표시되거나 예상하지 못하였을 때 표시된다면 시스템 관리자에게 연락하십시오.",
- "Could not send reset email because there is no email address for this username. Please contact your administrator." : "이 사용자 이름과 연결된 이메일 주소가 없어서 초기화 메일을 보낼 수 없습니다. 시스템 관리자에게 연락하십시오.",
- "Couldn't send reset email. Please make sure your username is correct." : "재설정 메일을 보낼 수 없습니다. 사용자 이름이 올바른지 확인하십시오.",
- "We have send a password reset e-mail to the e-mail address known to us for this account. If you do not receive it within a reasonable amount of time, check your spam/junk folders.<br>If it is not there ask your local administrator." : "암호 재설정 링크를 이 계정에 연결된 이메일 주소로 보냈습니다. 일정 시간이 지난 후에도 이메일을 받지 못했다면 스팸 메일함을 확인해 보십시오.<br>스팸 메일함에도 링크가 없다면 시스템 관리자에게 문의하십시오.",
- "Your files are encrypted. There will be no way to get your data back after your password is reset.<br />If you are not sure what to do, please contact your administrator before you continue. <br />Do you really want to continue?" : "내 파일이 암호화되어 있습니다. 암호를 초기화하면 데이터를 복구할 수 없습니다.<br />무엇을 해야 할 지 잘 모르겠으면 시스템 관리자에게 연락하십시오.<br />그래도 계속 진행하시겠습니까?",
- "Sending email …" : "이메일 보내는 중…",
- "You are currently running PHP 5.6. The current major version of Nextcloud is the last that is supported on PHP 5.6. It is recommended to upgrade the PHP version to 7.0+ to be able to upgrade to Nextcloud 14." : "PHP 5.6을 실행하고 있습니다. 현재 사용하고 있는 Nextcloud의 주 버전은 PHP 5.6을 지원하는 마지막 버전입니다. Nextcloud 14로 업그레이드하려면 PHP 7.0 이상으로 업그레이드하십시오.",
- "Accessing site insecurely via HTTP. You are strongly adviced to set up your server to require HTTPS instead, as described in the <a href=\"{docUrl}\">security tips ↗</a>." : "사이트에 HTTP를 통해서 보안 없이 접근하고 있습니다. <a href=\"{docUrl}\">보안 팁↗</a>에서 제안하는 것처럼 HTTPS를 설정하는 것을 추천합니다.",
- "Shared" : "공유됨",
- "Shared with" : "다음 사용자와 공유함",
- "Shared by" : "다음 사용자가 공유함",
- "Choose a password for the public link" : "공개 링크 암호를 입력하십시오",
- "Choose a password for the public link or press the \"Enter\" key" : "공개 림크 암호를 입력하거나 \"Enter\" 키를 누르십시오",
- "Copied!" : "복사 성공!",
- "Copy link" : "링크 복사",
- "Not supported!" : "지원하지 않음!",
- "Press ⌘-C to copy." : "복사하려면 ⌘-C 키를 누르십시오.",
- "Press Ctrl-C to copy." : "복사하려면 Ctrl-C 키를 누르십시오.",
- "Unable to create a link share" : "공유 링크를 만들 수 없습니다.",
- "Unable to toggle this option" : "이 설정을 전환할 수 없음",
- "Resharing is not allowed" : "다시 공유할 수 없음",
- "Link" : "링크",
- "Hide download" : "다운로드 숨기기",
- "Password protection enforced" : "암호 보호 적용",
- "Password protect" : "암호 보호",
- "Allow editing" : "편집 허용",
- "Email link to person" : "이메일 주소",
- "Send" : "전송",
- "Allow upload and editing" : "업로드 및 편집 허용",
- "Read only" : "읽기 전용",
- "File drop (upload only)" : "파일 보관소(업로드만 허용)",
- "Expiration date enforced" : "만료 날짜 적용",
- "Set expiration date" : "만료 날짜 설정",
- "Expiration" : "만료",
- "Expiration date" : "만료 날짜",
- "Note to recipient" : "받는 사람 메모",
- "Unshare" : "공유 해제",
- "Delete share link" : "공유 링크 삭제",
- "Add another link" : "다른 링크 추가",
- "Password protection for links is mandatory" : "링크 암호 보호는 필수입니다",
- "Share to {name}" : "{name} 님에게 공유",
- "Share link" : "링크 공유",
- "New share link" : "새 공유 링크",
- "Created on {time}" : "{time}에 생성됨",
- "Password protect by Talk" : "토크에서 암호로 보호됨",
- "Could not unshare" : "공유 해제할 수 없음",
- "Shared with you and the group {group} by {owner}" : "{owner} 님이 여러분 및 그룹 {group}와(과) 공유함",
- "Shared with you and {circle} by {owner}" : "{owner} 님이 여러분과 {circle}와(과) 공유함",
- "Shared with you and the conversation {conversation} by {owner}" : "{owner} 님이 여러분과 대화 {conversation}와(과) 공유함",
- "Shared with you in a conversation by {owner}" : "{owner} 님이 대화에서 여러분과 공유함",
- "Shared with you by {owner}" : "{owner} 님이 여러분과 공유함",
- "Choose a password for the mail share" : "이메일 공유 암호 입력",
- "group" : "그룹",
- "remote" : "원격",
- "remote group" : "원격 그룹",
- "email" : "이메일",
- "conversation" : "대화",
- "shared by {sharer}" : "{sharer} 님이 공유함",
- "Can reshare" : "재공유 가능",
- "Can edit" : "편집 가능",
- "Can create" : "생성 가능",
- "Can change" : "변경 가능",
- "Can delete" : "삭제 가능",
- "Access control" : "접근 제어",
- "{shareInitiatorDisplayName} shared via link" : "{shareInitiatorDisplayName} 님이 링크로 공유함",
- "Error while sharing" : "공유하는 중 오류 발생",
- "Share details could not be loaded for this item." : "이 항목의 공유 정보를 불러올 수 없습니다.",
- "Search globally" : "전역 검색",
- "_At least {count} character is needed for autocompletion_::_At least {count} characters are needed for autocompletion_" : ["자동 완성을 시작하려면 최소 {count}글자를 입력해야 합니다"],
- "This list is maybe truncated - please refine your search term to see more results." : "결과 목록이 잘렸을 수도 있습니다. 검색할 단어를 더 정확히 입력해서 더 많은 결과를 보십시오.",
- "No users or groups found for {search}" : "{search} 사용자나 그룹을 찾을 수 없음",
- "No users found for {search}" : "{search} 사용자를 찾을 수 없음",
- "An error occurred (\"{message}\"). Please try again" : "오류가 발생했습니다(\"{message}\"). 다시 시도하십시오",
- "An error occurred. Please try again" : "오류가 발생했습니다. 다시 시도하십시오.",
- "Home" : "홈",
- "Work" : "작업",
- "Other" : "기타",
- "{sharee} (remote group)" : "{sharee}(원격 그룹)",
- "{sharee} ({type}, {owner})" : "{sharee}({type}, {owner})",
- "Share" : "공유",
- "Name or email address..." : "이름이나 이메일 주소...",
- "Name or federated cloud ID..." : "이름이나 연합 클라우드 ID...",
- "Name, federated cloud ID or email address..." : "이름, 연합 클라우드 ID 및 이메일 주소...",
- "Name..." : "이름...",
- "Error removing share" : "공유 삭제 중 오류 발생",
- "({scope})" : "({scope})",
- "Saving..." : "저장 중...",
- "Dismiss" : "닫기",
- "Your client should now be connected! You can close this window." : "클라이언트가 연동되었습니다! 이제 창을 닫으셔도 됩니다.",
- "New Password" : "새 암호",
- "Cancel log in" : "로그인 취소"
+ "Checking whether the database schema can be updated (this can take a long time depending on the database size)" : "데이터베이스 스키마 업데이트 가능 여부 확인 중(데이터베이스 크기에 따라서 오래 걸릴 수도 있습니다)",
+ "Checked database schema update" : "데이터베이스 스키마 업데이트 확인됨",
+ "Checking updates of apps" : "앱 업데이트 확인 중",
+ "Checking for update of app \"%s\" in appstore" : "앱 스토어에서 \"%s\" 앱의 업데이트를 확인하는 중",
+ "Update app \"%s\" from appstore" : "앱 스토어에서 \"%s\" 앱 업데이트",
+ "Checked for update of app \"%s\" in appstore" : "앱 스토어에서 \"%s\" 앱 업데이트 확인함",
+ "Checked database schema update for apps" : "앱용 데이터베이스 스키마 업데이트 확인됨",
+ "Following apps have been disabled: %s" : "다음 앱이 비활성화되었습니다: %s",
+ "Your web server is not properly set up to resolve \"{url}\". Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "웹 서버에서 \"{url}\"을(를) 올바르게 처리할 수 없습니다. 더 많은 정보를 보려면 <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">문서</a>를 참고하십시오.",
+ "Your web server is not properly set up to resolve \"{url}\". This is most likely related to a web server configuration that was not updated to deliver this folder directly. Please compare your configuration against the shipped rewrite rules in \".htaccess\" for Apache or the provided one in the documentation for Nginx at it's <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation page</a>. On Nginx those are typically the lines starting with \"location ~\" that need an update." : "웹 서버에서 \"{url}\" 주소를 올바르게 처리할 수 있도록 설정되지 않았습니다. 웹 서버 설정이 이 폴더를 직접 전달하도록 업데이트되지 않은 것과 연관되었을 수도 있습니다. Apache용 \".htaccess\" Rewrite 규칙이나 Nginx <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">문서 페이지</a>에 있는 것과 현재 설정을 비교해 보십시오. Nginx의 경우 \"location ~\"로 시작하는 줄을 업데이트해야 할 수도 있습니다.",
+ "Your web server is not properly set up to deliver .woff2 files. This is typically an issue with the Nginx configuration. For Nextcloud 15 it needs an adjustement to also deliver .woff2 files. Compare your Nginx configuration to the recommended configuration in our <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "웹 서버에서 .woff2 파일을 제대로 전달하도록 설정하지 않았습니다. Nginx 설정 문제일 수 있습니다. Nextcloud 15에서는 .woff2 파일을 올바르게 제공하려면 설정을 변경해야 합니다. 현재 Nginx 설정과 <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">문서</a>에 있는 권장 설정을 비교해 보십시오.",
+ "Please check the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">installation documentation ↗</a> for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "서버 PHP 설정(특히 php-fpm 사용 시)에 관한 내용은 <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">설치 문서↗</a>를 참조하십시오.",
+ "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems. See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation ↗</a> for more information." : "트랜잭션 파일 잠금이 비활성화되어 있어 동시 접근 시 문제가 발생할 수 있습니다. config.php에서 \"filelocking.enabled\"를 활성화하여 이 문제를 해결할 수 있습니다. 자세한 내용은 <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">사용 설명서 ↗</a>를 참고하십시오.",
+ "Last background job execution ran {relativeTime}. Something seems wrong." : "마지막 백그라운드 작업이 {relativeTime}에 실행되었습니다. 문제가 발생한 것 같습니다.",
+ "Check the background job settings" : "백그라운드 작업 설정 확인",
+ "No memory cache has been configured. To enhance performance, please configure a memcache, if available. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "메모리 캐시가 구성되지 않았습니다. 가능한 경우 memcache를 설정하여 성능을 향상시킬 수 있습니다. 자세한 내용은 <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">문서</a>를 참고하십시오.",
+ "No suitable source for randomness found by PHP which is highly discouraged for security reasons. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "PHP가 안전한 난수 발생기를 사용할 수 없어 보안에 취약합니다. 자세한 내용은 <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">문서</a>를 참고하십시오.",
+ "You are currently running PHP {version}. Upgrade your PHP version to take advantage of <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">performance and security updates provided by the PHP Group</a> as soon as your distribution supports it." : "현재 PHP {version}을(를) 사용하고 있습니다. 배포판에서 지원하는 대로 PHP 버전을 업그레이드하여 <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">PHP 그룹에서 제공하는 성능 및 보안 업데이트</a>를 받는 것을 추천합니다.",
+ "The reverse proxy header configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If not, this is a security issue and can allow an attacker to spoof their IP address as visible to the Nextcloud. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "역방향 프록시 헤더 설정이 올바르지 않거나 신뢰하는 프록시를 통해 Nextcloud에 접근하고 있을 수 있습니다. 만약 Nextcloud를 신뢰하는 프록시를 통해 접근하고 있지 않다면 이는 보안 문제이며 공격자가 Nextcloud에 보이는 IP 주소를 속이고 있을 수 있습니다. 자세한 내용은 <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">문서</a>를 참고하십시오.",
+ "Memcached is configured as distributed cache, but the wrong PHP module \"memcache\" is installed. \\OC\\Memcache\\Memcached only supports \"memcached\" and not \"memcache\". See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">memcached wiki about both modules</a>." : "Memcached가 분산 캐시로 구성되어 있지만 잘못된 PHP 모듈 \"memcache\"가 설치되어 있습니다. \\OC\\Memcache\\Memcached는 \"memcache\"가 아닌 \"memcached\"만 지원합니다. 자세한 내용은 <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">이 두 모듈에 대한 memcached 위키</a>를 참고하십시오.",
+ "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">List of invalid files…</a> / <a href=\"{rescanEndpoint}\">Rescan…</a>)" : "일부 파일이 무결성 검사를 통과하지 못했습니다. 이 문제를 해결하는 방법은 <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">문서</a>를 참고하십시오.(<a href=\"{codeIntegrityDownloadEndpoint}\">잘못된 파일 목록…</a> / <a href=\"{rescanEndpoint}\">다시 검색…</a>)",
+ "The PHP OPcache module is not loaded. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance it is recommended</a> to load it into your PHP installation." : "PHP OPcache 모듈을 불러오지 않았습니다. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">더 나은 성능을 위해 PHP 설치에 위 기능을 불러오는 것을 권장합니다.</a>",
+ "The PHP OPcache is not properly configured. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance it is recommended</a> to use the following settings in the <code>php.ini</code>:" : "PHP Opcache가 제대로 설정되어 있지 않습니다. 더 나은 성능을 위해서 <code>php.ini</code> 파일에 다음 설정을 <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">추가하는 것을 권장합니다</a>:",
+ "Some columns in the database are missing a conversion to big int. Due to the fact that changing column types on big tables could take some time they were not changed automatically. By running 'occ db:convert-filecache-bigint' those pending changes could be applied manually. This operation needs to be made while the instance is offline. For further details read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "일부 데이터베이스 열이 Big Int로 변환되지 않았습니다. 큰 테이블의 열 형식을 변환하는 데 시간이 걸리기 때문에 자동으로 변환하지 않았습니다. 명령행에서 \"occ db:convert-filecache-bigint\" 명령을 실행하여 변경 사항을 직접 적용할 수 있습니다. 이 작업은 인스턴스를 오프라인으로 전환하고 실행해야 합니다. 더 많은 정보를 보려면 <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">문서 페이지</a>를 참조하십시오.",
+ "To migrate to another database use the command line tool: 'occ db:convert-type', or see the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation ↗</a>." : "다른 데이터베이스로 마이그레이션하려면 'occ db:convert-type' 명령행 도구를 사용하거나 <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">사용 설명서 ↗</a>를 참고하십시오.",
+ "Use of the the built in php mailer is no longer supported. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Please update your email server settings ↗<a/>." : "PHP 내장 Mailer 모듈은 더 이상 지원되지 않습니다. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">이메일 설정을 업데이트해 주십시오↗<a/>.",
+ "MySQL is used as database but does not support 4-byte characters. To be able to handle 4-byte characters (like emojis) without issues in filenames or comments for example it is recommended to enable the 4-byte support in MySQL. For further details read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "데이터베이스로 MySQL을 사용하고 있지만 4바이트 문자를 지원하지 않습니다. 파일 이름, 댓글 등에 에모지와 같은 4바이트 문자를 문제 없이 지원하려면 MySQL에서 4바이트 지원을 활성화해야 합니다. 더 많은 정보를 보려면 <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">문서 페이지</a>를 참조하십시오.",
+ "The \"{header}\" HTTP header is not set to \"{val1}\", \"{val2}\", \"{val3}\", \"{val4}\" or \"{val5}\". This can leak referer information. See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{link}\">W3C Recommendation ↗</a>." : "\"{header}\" HTTP 헤더가 \"{val1}\", \"{val2}\", \"{val3}\", \"{val4}\" 또는 \"{val5}\"(으)로 설정되어 있지 않습니다. 추가 정보가 유출될 수 있습니다. 자세한 사항은 <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{link}\">W3C 추천 ↗</a>을 참조하십시오.",
+ "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the <a href=\"{docUrl}\" rel=\"noreferrer noopener\">security tips ↗</a>." : "\"Strict-Transport-Security\" HTTP 헤더가 \"{seconds}\"초 이상으로 설정되어 있지 않습니다. <a href=\"{docUrl}\" rel=\"noreferrer noopener\">보안 팁</a>에서 제안하는 것처럼 HSTS를 활성화하는 것을 추천합니다.",
+ "Continue to Nextcloud" : "Nextcloud로 계속 진행",
+ "_The update was successful. Redirecting you to Nextcloud in %n second._::_The update was successful. Redirecting you to Nextcloud in %n seconds._" : ["업데이트가 성공했습니다. %n초 후 Nextcloud로 이동합니다."],
+ "Searching other places" : "다른 장소 찾는 중",
+ "No search results in other folders for {tag}{filter}{endtag}" : "다른 폴더에 {tag}{filter}{endtag} 검색 결과가 없음",
+ "_{count} search result in another folder_::_{count} search results in other folders_" : ["다른 폴더의 검색 결과 {count}개"],
+ "Password can not be changed. Please contact your administrator." : "암호를 변경할 수 없습니다. 관리자에게 문의하십시오.",
+ "Could not fetch list of apps from the app store." : "앱스토어로부터 앱 목록을 가져올 수 없음",
+ "Can't install this app because it is not compatible" : "호환되지 않아 앱을 설치할 수 없습니다.",
+ "Can't install this app" : "앱을 설치할 수 없음",
+ "These apps will be updated:" : "다음 앱을 업데이트합니다:"
},"pluralForm" :"nplurals=1; plural=0;"
} \ No newline at end of file
diff --git a/core/l10n/lo.js b/core/l10n/lo.js
new file mode 100644
index 00000000000..d01aa0325a1
--- /dev/null
+++ b/core/l10n/lo.js
@@ -0,0 +1,401 @@
+OC.L10N.register(
+ "core",
+ {
+ "Please select a file." : "ກະລຸນາເລືອກຟາຍ",
+ "File is too big" : "ຟາຍໃຫຍ່ໂພດ",
+ "The selected file is not an image." : "ຟາຍທີ່ເລືອກບໍ່ແມ່ນຮູບ",
+ "The selected file cannot be read." : "ຟາຍທີ່ເລືອກບໍ່ສາມາດອ່ານໄດ້",
+ "Invalid file provided" : "ຟາຍບໍ່ຖືກຕ້ອງ",
+ "No image or file provided" : "ບໍ່ມີຮູບພາບ ຫຼື ຟາຍ",
+ "Unknown filetype" : "ບໍ່ຮູ້ປະເພດຂອງຟາຍ",
+ "Invalid image" : "ບໍ່ມີຮູບພາບ",
+ "An error occurred. Please contact your admin." : "ຄັດຂ້ອງ ກະລຸນລາຕິດຕໍ່ ທີມບໍລິຫານ",
+ "No temporary profile picture available, try again" : "ບໍ່ມີຮູບພາບ ຫຼື ຟາຍຊົ່ວຄາວ, ກະລຸນນາ ລອງໃໝ່",
+ "No crop data provided" : "ບໍ່ມີຂໍ້ມູນທີຕັດຕໍ່ປ້ອນເຂົ້າ",
+ "No valid crop data provided" : "ບໍ່ມີຂໍ້ມູນຕັດຕໍ່ທີຖືກຕ້ອງປ້ອນເຂົ້າ",
+ "Crop is not square" : "ການຕັດຕໍ່ບໍ່ເປັນຮູບສີ່ຫຼຽມ",
+ "State token does not match" : "ສະຖານະຂອງໂຕກເກັນບໍ່ຕົງກັນ",
+ "Invalid app password" : "ລະຫັດຜ່ານບໍ່ຖືກຕ້ອງ",
+ "Could not complete login" : "ບໍ່ສາມາດເຂົ້າລະບົບໄດ້",
+ "Your login token is invalid or has expired" : "ໂຕກເກັນເຂົ້າລະບົບບໍ່ຖືກຕ້ອງ ຫຼື ໝົດອາຍຸ",
+ "Password reset is disabled" : "ບໍ່ສາມາດປ່ຽນລະຫັດຜ່ານ",
+ "Couldn't reset password because the token is invalid" : "ບໍ່ສາມາດປ່ຽນລະຫັດຜ່ານ ເພາະ ໂຕກເກັນ ບໍ່ຖືກຕ້ອງ",
+ "Couldn't reset password because the token is expired" : "ບໍ່ສາມາດປ່ຽນລະຫັດຜ່ານ ເພາະ ໂຕກເກັນ ໝົດອາຍຸ",
+ "%s password reset" : " ປ່ຽນລະຫັດຜ່ານ%s",
+ "Password reset" : "ປ່ຽນບະຫັດຜ່ານ",
+ "Click the following button to reset your password. If you have not requested the password reset, then ignore this email." : "ກົດປຸ່ມນີ້ເພື່ອປ່ຽນລະຫັດຜ່ານ. ຖ້າຫາກທ່ານບໍ່ໄດ້ຮ້ອງຂໍການປ່ຽນລະຫັດຜ່ານ, ກະລຸນນາຍົກເລີກ ເມລນີ້. ",
+ "Click the following link to reset your password. If you have not requested the password reset, then ignore this email." : "ກົດປຸ່ມນີ້ເພື່ອປ່ຽນລະຫັດຜ່ານ. ຖ້າຫາກທ່ານບໍ່ໄດ້ຮ້ອງຂໍການປ່ຽນລະຫັດຜ່ານ, ກະລຸນນາຍົກເລີກ ເມລນີ້. ",
+ "Reset your password" : "່ປ່ຽນລະຫັດຜ່ານ",
+ "Nextcloud Server" : "ເຊີບເວີ ເນັກຄຮາວ",
+ "Some of your link shares have been removed" : "ບາງລີ້ງທີທ່ານໄດ້ແບ່ງປັນຖືກຍົກເລີກແລ້ວ",
+ "Due to a security bug we had to remove some of your link shares. Please see the link for more information." : "ເນື່ອງຈາກບັນຫາດ້ານຄວາມປອດໄພ, ພວກເຮົາໄດ້ຍົກເລິກການແບ່ງປັນລີ້ງ. ສໍາລັບຂໍ້ມູນເພີ່ມເຕີ່ມ ກະລຸນນາກົດເບີ່ງລີງ ",
+ "The user limit of this instance is reached." : "ຮອດກໍານົດ ຈໍາກັດຈໍານວນຜູ້ໃຊ້ແລ້ວ",
+ "Enter your subscription key to increase the user limit. For more information about Nextcloud Enterprise see our website." : "ໃສ່ລະຫັດຜ່ານສະໝັກ ເພື່ອເພີ່ມຂີດຄວາມສາມາດຂອງຜູ້ໃຊ້. ສຳລັບຂໍ້ມູນເພີ່ມເຕີມກ່ຽວກັບ Nextcloud ສາມາດເບິ່ງເວັບໄຊທ໌ຂອງພວກເຮົາ.",
+ "Preparing update" : "ກະກຽມອັບເດດ",
+ "[%d / %d]: %s" : "[%d/%d]:%s",
+ "Repair step:" : "ຂັ້ນຕອນໃນການປັບປຸງ",
+ "Repair info:" : "ຂໍ້ມູນໃນການປັບປຸງ",
+ "Repair warning:" : "ຄໍາເຕືອນ ການປັບປຸງ",
+ "Repair error:" : "ການປັບປຸງຄັດຂ້ອງ",
+ "Please use the command line updater because automatic updating is disabled in the config.php." : "ກະລຸນາໃຊ້ ຄໍາສັ່ງ ປັບປຸງ ເພາະການອັບເດດໂດຍອັດຕະໂນມັດຖືກປິດໃນລະບົບການຕັ້ງຄ່າ config.php.",
+ "[%d / %d]: Checking table %s" : "[%d/%d]:ກວດເບີ່ງຕາຕະລາງ %s",
+ "Turned on maintenance mode" : "ເປີດໂມດການບໍາລຸງຮັກສາ",
+ "Turned off maintenance mode" : "ປິດໂມດການບໍາລຸງຮັກສາ",
+ "Maintenance mode is kept active" : "ໂມດການບໍາລຸງຮັກສາໄດ້ຖືກເປີດປະໄວ້",
+ "Updating database schema" : "ກໍາລັງອັບເດດແຜນຜັງຖານຂໍ້ມູນ",
+ "Updated database" : "ຖານຂໍ້ມູນອັບເດດແລ້ວ",
+ "Checking whether the database schema for %s can be updated (this can take a long time depending on the database size)" : "ກວດເບິ່ງວ່າແຜນຜັງຖານຂໍ້ມູນ ສຳລັບ %s ສາມາດອັບເດດໄດ້ ຫລື ບໍ່ (ມັນອາດໃຊ້ເວລາດົນ ອີງຕາມຂະໜາດ ຂອງຖານຂໍ້ມູນ)",
+ "Updated \"%1$s\" to %2$s" : "ອັບເດດ \"%1$s\" ຫາ %2$s",
+ "Set log level to debug" : "ກໍານົດລະດັບຂອງ Log ເພື່ອແກ້ຈຸດບົກຜ່ອງ",
+ "Reset log level" : "ຕັ້ງລະດັບ Log ຄືນໃໝ່",
+ "Starting code integrity check" : "ເລີ່ມຕົ້ນກວດສອບຄວາມສົມບູນຂອງລະຫັດ",
+ "Finished code integrity check" : "ສໍາເລັດກວດສອບຄວາມສົມບູນຂອງລະຫັດ",
+ "%s (incompatible)" : "%s (ຂັດແຍ້ງ)",
+ "The following apps have been disabled: %s" : "ແອັບດັ່ງກ່າວໄດ້ຖືກປີດໄວ້:%s",
+ "Already up to date" : "ໄດ້ອັບເດດແລ້ວ",
+ "Your web server is not yet properly set up to allow file synchronization, because the WebDAV interface seems to be broken." : "ເວັບເຊີບເວີ ຂອງທ່ານຍັງບໍ່ຖືກຕັ້ງຄ່າຢ່າງຖືກຕ້ອງເພື່ອອະນຸຍາດໃຫ້ຟາຍເອກະສານກົງກັນ, ເພາະວ່າອິນເຕີເຟດ WebDAV ອາດຖືກທໍາລາຍ ",
+ "Your web server is not properly set up to resolve \"{url}\". Further information can be found in the {linkstart}documentation ↗{linkend}." : "ເວັບໄຊຂອງທ່ານບໍ່ໄດ້ຖືກຕິດຕັ້ງຢ່າງຖືກຕ້ອງ ເພື່ອແກ້ ໄຂ \"{url}\" . ຂໍ້ມູນເພີ່ມເຕີມສາມາດເບິ່ງໄດ້ໃນເອກະສານ {linkstart}↗{linkend}.",
+ "Your web server is not properly set up to resolve \"{url}\". This is most likely related to a web server configuration that was not updated to deliver this folder directly. Please compare your configuration against the shipped rewrite rules in \".htaccess\" for Apache or the provided one in the documentation for Nginx at it's {linkstart}documentation page ↗{linkend}. On Nginx those are typically the lines starting with \"location ~\" that need an update." : "ເວັບໄຊຂອງທ່ານບໍ່ໄດ້ຕິດຕັ້ງຢ່າງຖືກຕ້ອງ ເພື່ອແກ້ ໄຂ \"{url}\" . ກ່ຽວຂ້ອງກັບການຕັ້ງຄ່າເວັບໄຊທີ່ບໍ່ມີການປັບປຸງເພື່ອສົ່ງໂຟນເດີນີ້ໂດຍກົງ. ກະລຸນາປຽບທຽບການຕັ້ງຄ່າຂອງທ່ານກັບກົດລະບຽບການຂຽນຄືນທີ່ຖືກສົ່ງໃນ \".htaccess\" ສໍາລັບ Apache ຫຼື ທີ່ສະຫນອງໃນເອກະສານສໍາລັບ Nginx ທີ່ມັນເປັນ {linkstart}ຫນ້າເອກະສານ↗{linkend}. ໃນ Nginx ເຫຼົ່ານັ້ນໂດຍປົກກະຕິແລ້ວແມ່ນເລີ່ມຕົ້ນດ້ວຍ \"ສະຖານທີ່ ~\" ທີ່ຕ້ອງການການປັບປຸງ.",
+ "Your web server is not properly set up to deliver .woff2 files. This is typically an issue with the Nginx configuration. For Nextcloud 15 it needs an adjustement to also deliver .woff2 files. Compare your Nginx configuration to the recommended configuration in our {linkstart}documentation ↗{linkend}." : "ເວັບ ໄຊຂອງທ່ານບໍ່ໄດ້ ຕິດຕັ້ງຢ່າງຖືກຕ້ອງເພື່ອສົ່ງຟາຍ ໌.woff2 . ໂດຍປົກກະຕິແລ້ວແມ່ນບັນຫາທີ່ມີການຕັ້ງຄ່າ Nginx. ສໍາລັບ Nextcloud 15 ມັນຈໍາເປັນຕ້ອງມີການປັບຕົວເພື່ອສົ່ງຟາຍ .woff2 ອີກດ້ວຍ. ປຽບທຽບການຕັ້ງຄ່າ Nginx ຂອງທ່ານກັບການຕັ້ງຄ່າທີ່ ແນະນໍາໃນເອກະສານ {linkstart} ຂອງພວກເຮົາ ↗{linkend}.",
+ "PHP does not seem to be setup properly to query system environment variables. The test with getenv(\"PATH\") only returns an empty response." : "PHP ບໍ່ໄດ້ຮັບການຕັ້ງຄ່າຢ່າງເຫມາະສົມເພື່ອສອບຖາມຕົວແປສະພາບແວດລ້ອມຂອງລະບົບ. ການທົດສອບກັບ getenv(\"PATH\") ພຽງແຕ່ກັບຄືນການຕອບສະຫນອງທີ່ຫວ່າງເປົ່າ.",
+ "Please check the {linkstart}installation documentation ↗{linkend} for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "ກະລຸນາກວດເບິ່ງເອກະສານການຕິດຕັ້ງ {linkstart}↗{linkend} ສໍາລັບບັນທຶກການຕັ້ງຄ່າ PHP ແລະ ການຕັ້ງຄ່າ PHP ຂອງ server ຂອງທ່ານ, ໂດຍສະເພາະເມື່ອໃຊ້ php-fpm.",
+ "The read-only config has been enabled. This prevents setting some configurations via the web-interface. Furthermore, the file needs to be made writable manually for every update." : "ການຕັ້ງຄ່າແບບອ່ານເທົ່ານັ້ນໄດ້ຖືກເປີດໃຊ້. ການຕັ້ງຄ່າປ້ອງກັນບາງຢ່າງຜ່ານເວັບໄຊ. ຍິ່ງໄປກວ່ານັ້ນ, ຟາຍຈໍາເປັນຕ້ອງໄດ້ຂຽນດ້ວຍມືສໍາລັບທຸກໆການປັບປຸງ.",
+ "Your database does not run with \"READ COMMITTED\" transaction isolation level. This can cause problems when multiple actions are executed in parallel." : "ຖານຂໍ້ມູນຂອງທ່ານບໍ່ສາມາດດຳເນີນການກັບ \"READ COMMITTED”. ປະເພດການເຮັດທຸລະກຳລະດັບນີ້ “ ຊື່ງອາດເຮັດໃຫ້ເກີດບັນຫາ ໃນເວລາ ເປີດການປະຕິບັດການຫຼາຍ ລາຍການພ້ອມກັນ.",
+ "The PHP module \"fileinfo\" is missing. It is strongly recommended to enable this module to get the best results with MIME type detection." : "ໂມດູນ PHP \"fileinfo\" ຫາຍໄປ. ແນະນຳ ໃຫ້ເປີດໃຊ້ໂມດູນນີ້ ເພື່ອໃຫ້ ໄດ້ຜົນທີ່ດີທີ່ສຸດ ເມື່ອຮ່ວມການກວດກາ MIME",
+ "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems. See the {linkstart}documentation ↗{linkend} for more information." : "ການລັອກຟາຍ ທຸລະກຳ ແມ່ນຖືກປິດ, ອາດຈະນໍາໄປສູ່ບັນຫາຈຳເເນກ. ເຮັດໃຫ້ \"filelocking.enabled\" ໃນ config.php ເພື່ອຫຼີກເວັ້ນບັນຫາເຫຼົ່ານີ້. ເບິ່ງ{linkstart}ເອກະສານ ↗{linkend} ສໍາລັບຂໍ້ມູນເພີ່ມເຕີມ.",
+ "If your installation is not installed at the root of the domain and uses system cron, there can be issues with the URL generation. To avoid these problems, please set the \"overwrite.cli.url\" option in your config.php file to the webroot path of your installation (suggestion: \"{suggestedOverwriteCliURL}\")" : "ຖ້າ ການຕິດຕັ້ງລະບົບຂອງທ່ານບໍສໍາເລັດ ໃນ root ຂອງໂດເມນ ແລະ ນໍາໃຊ້ໃນລະບົບ cron, ອາດຈະເກີດມາຈາກ ບັນຫາການສ້າງ URL. ເພື່ອຫຼີກລ້ຽງບັນຫາດດັ່ງກ່າວ, ກະລຸນນາ ຕັ້ງຄ່າທາງເລືອກໃນ config.php file ເປັນ \"overwrite.cli.url\" ໃນ webroot ຂອງການຕັ້ງຄ່າ. ( ແນະນໍາ : \"{suggestedOverwriteCliURL}\")",
+ "Your installation has no default phone region set. This is required to validate phone numbers in the profile settings without a country code. To allow numbers without a country code, please add \"default_phone_region\" with the respective {linkstart}ISO 3166-1 code ↗{linkend} of the region to your config file." : "ການຕິດຕັ້ງຂອງທ່ານບໍ່ໄດ້ກໍານົດເຂດບໍລິການໂທລະສັບ. ນີ້ແມ່ນຈໍາເປັນເພື່ອຢັ້ງຢືນເບີໂທລະສັບໃນການຕັ້ງຄ່າໂປຟາຍ ທີບໍ່ມີລະຫັດປະເທດ. ເພື່ອອະນຸຍາດ ເລກໝາຍ ທີ່ບໍ່ມີລະຫັດປະເທດ, ກະລຸນາເພີ່ມ \"ກໍານົດເຂດບໍລິການໂທລະສັບ\" ທີ່ມີລະຫັດ {linkstart}ລະຫັດ ISO 3166-1 ↗{linkend} ເຂດພື້ນທີ່ໃສ່ຟາຍ config ຂອງທ່ານ.",
+ "It was not possible to execute the cron job via CLI. The following technical errors have appeared:" : "ເປັນໄປບໍ່ໄດ້ ທີ່ຈະດໍາເນີນງານcron ຜ່ານ CLI ໄດ້ . ຂໍ້ຜິດພາດທາງດ້ານເຕັກນິກໄດ້ປາກົດຂື້ນ:",
+ "Last background job execution ran {relativeTime}. Something seems wrong. {linkstart}Check the background job settings ↗{linkend}." : "ການປະຕິບັດວຽກງານພື້ນຖານຄັ້ງສຸດທ້າຍໄດ້ ດຳເນີນ {relativeTime}. ມີ{linkstart} ບາງຢ່າງຜິດ, ກວດສອບການຕັ້ງຄ່າ↗{linkend}ພື້ນຖານ ",
+ "This server has no working Internet connection: Multiple endpoints could not be reached. This means that some of the features like mounting external storage, notifications about updates or installation of third-party apps will not work. Accessing files remotely and sending of notification emails might not work, either. Establish a connection from this server to the Internet to enjoy all features." : "ເວັບໄຊ ບໍ່ມີການເຊື່ອມຕໍ່ອິນເຕີເນັດ: ຫຼາຍຈຸດສຸດທ້າຍບໍ່ສາມາດເຂົ້າເຖິງໄດ້. ຫມາຍຄວາມວ່າຄຸນສົມບັດບາງຢ່າງເຊັ່ນການ ຕິດຕັ້ງພື້ນທີເກັບຂໍ້ມູນພາຍນອກ, ການແຈ້ງເຕືອນ ກ່ຽວກັບການອັບເດດ ຫຼື ການ ຕິດຕັ້ງຂອງ apps ຂອງ ພາກ ສ່ວນທີສາມຈະບໍ່ໄດ້ ຜົນ . ການເຂົ້າເຖິງຟາຍຈາກບ່ອນທີ່ຫ່າງໄກ ແລະ ການສົ່ງອີເມວແຈ້ງເຕືອນອາດຈະບໍ່ເຮັດວຽກເຊັ່ນກັນ. ຕ້ອງສ້າງການເຊື່ອມຕໍ່ຈາກ server ກັບອິນເຕີເນັດເພື່ອເຂົ້າເຖິງກັບຄຸນລັກສະນະທັງຫມົດ.",
+ "No memory cache has been configured. To enhance performance, please configure a memcache, if available. Further information can be found in the {linkstart}documentation ↗{linkend}." : "ບໍ່ມີການຕັ້ງຄ່າ cache ຄວາມຈໍາ. ເພື່ອເພີ່ມປະສິດທິພາບ, ກະລຸນາຕັ້ງຄ່າ memcache, ຖ້າມີ. ຂໍ້ມູນເພີ່ມເຕີມສາມາດເບິ່ງໄດ້ໃນ {linkstart} ເອກະສານ ↗{linkend}.",
+ "No suitable source for randomness found by PHP which is highly discouraged for security reasons. Further information can be found in the {linkstart}documentation ↗{linkend}." : "ບໍ່ມີແຫລ່ງທີ່ເຫມາະ ສົມສໍາລັບການສູມເອົາ ທີ່ພົບໂດຍ PHP ຊຶ່ງເຫດຜົນຄວາມປອດ ໄພ . ຂໍ້ມູນເພີ່ມເຕີມສາມາດເບິ່ງໄດ້ໃນ{linkstart}ເອກະສານ ↗{linkend}.",
+ "You are currently running PHP {version}. Upgrade your PHP version to take advantage of {linkstart}performance and security updates provided by the PHP Group ↗{linkend} as soon as your distribution supports it." : "ປະຈຸບັນທ່ານກໍາລັງດໍາເນີນການ PHP {version}. ອັບເດດລຸ້ນ PHP ຂອງທ່ານເພື່ອໃຊ້ ປະສິດທິພາບ {linkstart} ແລະ ການປັບປຸງຄວາມປອດໄພທີ່ສະຫນອງໃຫ້ໂດຍກຸ່ມ↗{linkend} PHP ທັນທີທີ່ການແຈກຢາຍຂອງທ່ານສະຫນັບສະຫນູນມັນ.",
+ "Nextcloud 20 is the last release supporting PHP 7.2. Nextcloud 21 requires at least PHP 7.3." : "Nextcloud 20 ເປັນສະບັບສຸດທ້າຍທີ່ສະຫນັບສະຫນູນ PHP 7.2. Nextcloud 21 ຊື່ງຕ້ອງມີ PHP 7.3.",
+ "The reverse proxy header configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If not, this is a security issue and can allow an attacker to spoof their IP address as visible to the Nextcloud. Further information can be found in the {linkstart}documentation ↗{linkend}." : "ການຕັ້ງຄ່າຫົວຂໍ້ proxy ກັບຄືນບໍ່ຖືກຕ້ອງ, ຫຼື ທ່ານກໍາລັງເຂົ້າເຖິງ Nextcloud ຈາກ proxy ທີ່ເຊື່ອຖືໄດ້. ຖ້າບໍ່ດັ່ງນັ້ນ, ນີ້ແມ່ນບັນຫາຄວາມປອດໄພ ແລະ ສາມາດອະນຸຍາດໃຫ້ຜູ້ໂຈມຕີ spoof ທີ່ຢູ່ IP ຂອງພວກເຂົາດັ່ງທີ່ເຫັນໄດ້ກັບ Nextcloud. ຂໍ້ມູນເພີ່ມເຕີມສາມາດເບິ່ງໄດ້ໃນ{linkstart}ເອກະສານ ↗{linkend}.",
+ "Memcached is configured as distributed cache, but the wrong PHP module \"memcache\" is installed. \\OC\\Memcache\\Memcached only supports \"memcached\" and not \"memcache\". See the {linkstart}memcached wiki about both modules ↗{linkend}." : "cachedຄວາມຈຳ ຖືກຕັ້ງຄ່າ ເປັນ cache ແຈກຢາຍ, ແຕ່ໂມດູນ PHP ທີ່ບໍ່ຖືກຕ້ອງ \"memcache\" ຖືກຕິດຕັ້ງ. OCMemcacheMemcached ສະຫນັບສະຫນູນພຽງແຕ່ \"memcached\" ແລະ ບໍ່ແມ່ນ \"memcache\". ເບິ່ງ {linkstart}memcached wiki ກ່ຽວກັບທັງສອງ↗{linkend}ໂມດູນ ",
+ "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in the {linkstart1}documentation ↗{linkend}. ({linkstart2}List of invalid files…{linkend} / {linkstart3}Rescan…{linkend})" : "ບາງຟາຍບໍ່ໄດ້ຜ່ານການກວດສອບຄວາມເຊື່ຶອຖື. ຂໍ້ມູນເພີ່ມເຕີມກ່ຽວກັບວິທີແກ້ໄຂບັນຫານີ້ສາມາດເບິ່ງໄດ້ໃນ {linkstart1}ເອກະສານ↗{linkend}/({linkstart2}ລາຍການຟາຍ.. {linkend} / {linkstart3}Rescan... {linkend})",
+ "The PHP OPcache module is not loaded. {linkstart}For better performance it is recommended ↗{linkend} to load it into your PHP installation." : "ໂມດູນ PHP OPcache ບໍ່ໄດ້ຖືກໂຫຼດ. {linkstart} ສໍາລັບການປະຕິບັດທີ່ດີກວ່າ ໄດ້ຮັບ ການແນະນໍາ ↗{linkend} ເພື່ອ ໂຫຼດ ມັນ ເຂົ້າ ໄປ ໃນ ການ ຕິດ ຕັ້ງ PHP ຂອງ ທ່ານ .",
+ "The PHP OPcache module is not properly configured. {linkstart}For better performance it is recommended ↗{linkend} to use the following settings in the <code>php.ini</code>:" : "ໂມດູນ PHP OPcache ບໍ່ໄດ້ຕັ້ງຄ່າຢ່າງເຫມາະສົມ. {linkstart} ສໍາລັບການປະຕິບັດງານທີ່ດີກວ່າແມ່ນແນະນໍາໃຫ້ ↗{linkend} ເພື່ອໃຊ້ການຕັ້ງຄ່າດັ່ງຕໍ່ໄປນີ້ໃນ php.ini:",
+ "The PHP function \"set_time_limit\" is not available. This could result in scripts being halted mid-execution, breaking your installation. Enabling this function is strongly recommended." : "ບໍ່ມີ ການກໍານົດ ຫນ້າທີ່ PHP \"ກໍານົດເວລາ\". ອາດຈະເຮັດໃຫ້ scripts ຖືກຢຸດກາງ ການດໍາເນີນງານ, ແລະທໍາລາຍການຕິດຕັ້ງຂອງທ່ານ. ເນະນໍາໃຫ້ເປີດນໍາໃຊ້ ການກໍານົດເວລາ.",
+ "Your PHP does not have FreeType support, resulting in breakage of profile pictures and the settings interface." : "PHP ຂອງທ່ານບໍ່ໄດ້ຮັບການສະຫນັບສະຫນູນ FreeType, ເຮັດໃຫ້ຮູບພາບໜ້າປົກຄວາມຄົມຊັດບໍ່ລະອຽດ ລວມທັງບັນຫາ ການຕັ້ງຄ່າ interface.",
+ "Missing index \"{indexName}\" in table \"{tableName}\"." : "ບໍ່ມີຊື່ index \"{indexName}\" ໃນຕາຕະລາງ \"{tableName}\".",
+ "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "ຖານຂໍ້ມູນຂາດດັດຊະນີບາງຢ່າງບໍ່ເຫັນ. ເນື່ອງຈາກວ່າການເພີ່ມດັດຊະນີໃສ່ຕາຕະລາງໃຫຍ່ອາດຈະໃຊ້ ເວລາດົນ . ໂດຍການດຳເນີນ \"occ db:add-missing-indices\" ດັດຊະນີທີ່ຂາດໄປ ສາມາດເພີ່ມໄດ້ດ້ວຍມືໃນຂະນະທີ່ຕົວຢ່າງຍັງດໍາເນີນການຕໍ່ໄປ. ເມື່ອດັດຊະນີຖືກຕື່ມຄໍາສອບຖາມໃສ່ຕາຕະລາງເຫຼົ່ານັ້ນຕາມປົກກະຕິແລ້ວຈະໄວຂຶ້ນຫຼາຍ.",
+ "Missing primary key on table \"{tableName}\"." : "ຂາດລະຫັດເຂົ້າເຖິງຕາຕະລາງ \"{tableName}\".",
+ "The database is missing some primary keys. Due to the fact that adding primary keys on big tables could take some time they were not added automatically. By running \"occ db:add-missing-primary-keys\" those missing primary keys could be added manually while the instance keeps running." : "ຖານຂໍ້ມູນຂາດລະຫັດບາງຢ່າງ. ເນື່ອງຈາກວ່າການເພີ່ມກະແຈຕົ້ນຕໍໃສ່ ໂຕະໃຫຍ່ ອາດ ຈະໃຊ້ ເວລາດົນນານທີ່ພວກເຂົາເຈົ້າບໍ່ໄດ້ ຖືກຕື່ມໂດຍອັດຕະໂນມັດ . ໂດຍການແລ່ນ \"occ db:add-missing-primary-keys\" ຂາດກະແຈຕົ້ນຕໍເຫຼົ່ານັ້ນສາມາດເພີ່ມໄດ້ດ້ວຍມືໃນຂະນະທີ່ຕົວຢ່າງຍັງດໍາເນີນການຕໍ່ໄປ.",
+ "Missing optional column \"{columnName}\" in table \"{tableName}\"." : "ຂາດ column ທາງເລືອກ \"{columnName}\" ໃນຕາຕະລາງ \"{tableName}\".",
+ "The database is missing some optional columns. Due to the fact that adding columns on big tables could take some time they were not added automatically when they can be optional. By running \"occ db:add-missing-columns\" those missing columns could be added manually while the instance keeps running. Once the columns are added some features might improve responsiveness or usability." : "ຖານຂໍ້ມູນແມ່ນຂາດບາງ columns ທາງເລືອກ. ເນື່ອງຈາກວ່າການເພີ່ມ columns ໃສ່ ຕາຕະລາງໃຫຍ່ ອາດ ຈະ ໃຊ້ເວລາດົນ ທີ່ບໍ່ໄດ້ຕື່ມໂດຍອັດຕະໂນມັດ ເມື່ອເລືອກ ໄດ້ . ໂດຍການດຳ \"occ db:add-missing-columns\" columns ທີ່ຂາດໄປສາມາດເພີ່ມໄດ້ດ້ວຍມືໃນຂະນະທີ່ຕົວຢ່າງຍັງດໍາເນີນການຕໍ່ໄປ. ເມື່ອມີການເພີ່ມ columns ອາດຈະປັບປຸງການຕອບສະຫນອງ ຫຼື ການໃຊ້ງານ.",
+ "This instance is missing some recommended PHP modules. For improved performance and better compatibility it is highly recommended to install them." : "ຕົວຢ່າງເເນະນຳຂາດໂມດູນ PHP, ສໍາລັບການປັບປຸງ ແລະ ການປະຕິບັດທີ່ດີກວ່າ ນັ້ນ ແມ່ນແນະນໍາໃຫ້ຕິດຕັ້ງ ",
+ "Module php-imagick in this instance has no SVG support. For better compatibility it is recommended to install it." : "ໂມດູນ php-imagick ໃນກໍລະນີນີ້ບໍ່ມີການສະຫນັບສະຫນູນ SVG. ເພື່ອຄວາມສອດຄ່ອງທີ່ດີກວ່າແມ່ນແນະນໍາໃຫ້ຕິດຕັ້ງ.",
+ "Some columns in the database are missing a conversion to big int. Due to the fact that changing column types on big tables could take some time they were not changed automatically. By running 'occ db:convert-filecache-bigint' those pending changes could be applied manually. This operation needs to be made while the instance is offline. For further details read {linkstart}the documentation page about this ↗{linkend}." : "ບາງຄໍລໍາໃນຖານຂໍ້ມູນແມ່ນຂາດການປ່ຽນ ໂຕແປໃຫຍ່ ໃຫຍ່ . ເນື່ອງຈາກວ່າການປ່ຽນ ແປງແບບ column ໃນຕາຕະລາງ ອາດຈະໃຊ້ ເວລາດົນ ທີ່ພວກເຂົາເຈົ້າບໍ່ໄດ້ ປ່ຽນແປງ ໂດຍອັດຕະໂນມັດ . ໂດຍການແລ່ນ 'occ db:convert-filecache-bigint' ຜຸ້ທີ່ກໍາລັງປ່ຽນແປງທີ່ກໍາລັງຄ້າງສາມາດນໍາໃຊ້ໄດ້ດ້ວຍມື. ການດໍາເນີນງານນີ້ຈໍາເປັນຕ້ອງໄດ້ ເຮັດ ໃນຂະນະທີ່ຕົວຢ່າງແມ່ນ offline . ສໍາລັບລາຍລະອຽດເພີ່ມເຕີມອ່ານ {linkstart}ຫນ້າເອກະສານກ່ຽວ ກັບ ↗{linkend} ນີ້.",
+ "SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend." : "SQLite ກໍາລັງຖືກນໍາໃຊ້ເປັນຖານຂໍ້ມູນbackend. ສໍາລັບການຕິດຕັ້ງທີ່ໃຫຍ່ກວ່າ ພວກເຮົາຂໍແນະນໍາໃຫ້ທ່ານປ່ຽນໄປຫາ backend ຖານຂໍ້ມູນທີ່ແຕກຕ່າງ ກັນ .",
+ "This is particularly recommended when using the desktop client for file synchronisation." : "ແນະນໍາໂດຍສະເພາະເມື່ອການນໍາໃຊ້ desktop ລູກຄ້າ ສໍາລັບການ ຢືນຢັນຟາຍ",
+ "To migrate to another database use the command line tool: 'occ db:convert-type', or see the {linkstart}documentation ↗{linkend}." : "ເພື່ອຍົກຍ້າຍໄປຖານຂໍ້ມູນອື່ນໃຊ້ເຄື່ອງມືຄໍາສັ່ງ: 'occ db:convert-type', ຫຼື ເບິ່ງ{linkstart}ເອກະສານ ↗{linkend}.",
+ "The PHP memory limit is below the recommended value of 512MB." : "ຂີດຈໍາກັດຄວາມຈໍາ PHP ແມ່ນຕ່ໍາກວ່າຄ່າທີ່ແນະນໍາຂອງ 512MB.",
+ "Some app directories are owned by a different user than the web server one. This may be the case if apps have been installed manually. Check the permissions of the following app directories:" : "ຊອບແວຂອງຜູ້ ໃຊ້ແຕກຕ່າງຈາກເວັບໄຊ . ອາດຢູ່ເປັນກໍລະນີ ການຕິດຕັ້ງແອັບພລິເຄຊັນດ້ວຍມື. ກວດສອບການອະນຸຍາດຂອງແອັບພລິເຄຊັນດັ່ງຕໍ່ໄປນີ້:",
+ "MySQL is used as database but does not support 4-byte characters. To be able to handle 4-byte characters (like emojis) without issues in filenames or comments for example it is recommended to enable the 4-byte support in MySQL. For further details read {linkstart}the documentation page about this ↗{linkend}." : "MySQL ຖືກນໍາໃຊ້ເປັນຖານຂໍ້ມູນແຕ່ບໍ່ສະຫນັບສະຫນູນຕົວອັກສອນ 4 byte. ເພື່ອ ໃຫ້ ສາມາດຮັບ 4-byteໄດ້(ເຊັ່ນ emojis) ໂດຍບໍ່ມີບັນຫາໃນຊື່ຟາຍ ຫຼື ຄໍາ ເຫັນຍົກຕົວຢ່າງ ແນະນໍາໃຫ້ ເຮັດໃຫ້ ການສະຫນັບສະຫນູນ 4 byte ໃນ MySQL . ສໍາລັບລາຍລະອຽດ ເພີ່ມເຕີມອ່ານ {linkstart} ຫນ້າ ເອກະສານກ່ຽວກັບ ↗{linkend} ນີ້.",
+ "This instance uses an S3 based object store as primary storage. The uploaded files are stored temporarily on the server and thus it is recommended to have 50 GB of free space available in the temp directory of PHP. Check the logs for full details about the path and the available space. To improve this please change the temporary directory in the php.ini or make more space available in that path." : "ຕົວຢ່າງນີ້ໃຊ້ S3 ເປັນການເກັບກໍາຂໍ້ມູນຕົ້ນຕໍ. ຟາຍອັບໂຫຼດໄດ້ເກັບ ໄວ້ ຊົ່ວ ຄາວ ຢູ່ ໃນ server ແລະ ດັ່ງນັ້ນຈຶ່ງແນະນໍາໃຫ້ມີ ພຶນທີ່ວ່າງ 50 GB ໃນ directory temp ຂອງ PHP . ກວດເບິ່ງບັນຊີລາຍລະອຽດກ່ຽວກັບຊ່ອງທາງ ແລະ ພຶນທີ່ວ່າງ . ເພື່ອປັບປຸງກະລຸນາປ່ຽນ directory ຊົ່ວຄາວໃນ php.ini ຫຼື ເຮັດໃຫ້ມີຊ່ອງຫວ່າງຫຼາຍຂຶ້ນໃນຊ່ອງທາງນັ້ນ.",
+ "You are accessing your instance over a secure connection, however your instance is generating insecure URLs. This most likely means that you are behind a reverse proxy and the overwrite config variables are not set correctly. Please read {linkstart}the documentation page about this ↗{linkend}." : "ທ່ານກໍາລັງເຂົ້າເຖິງຕົວຢ່າງຂອງທ່ານ ກ່ຽວກັບການຕິດຕໍ່ທີ່ປອດໄພ , ເຖິງຢ່າງໃດ ກໍ ຕາມ ຕົວຢ່າງຂອງ ທ່ານແມ່ນການສ້າງ URLs ບໍ່ ຫມັ້ນ ຄົງ . ຫມາຍຄວາມວ່າທ່ານຢູ່ເບື້ອງຫຼັງ proxy reverse ແລະ ຕົວປ່ຽນໃນconfig overwrite ບໍ່ຖືກຕ້ອງ. ກະລຸນາອ່ານ {linkstart}ຫນ້າເອກະສານກ່ຽວກັບ↗{linkend}.",
+ "Error occurred while checking server setup" : "ເກີດຂໍ້ຜິດພາດໃນຂະນະທີ່ກວດສອບການຕັ້ງຄ່າ server",
+ "For more details see the {linkstart}documentation ↗{linkend}." : "ສໍາລັບລາຍລະອຽດເພີ່ມເຕີມເບິ່ງໃນ {linkstart}ເອກະສານ↗{linkend} ",
+ "Your data directory and files are probably accessible from the Internet. The .htaccess file is not working. It is strongly recommended that you configure your web server so that the data directory is no longer accessible, or move the data directory outside the web server document root." : "ຊອບແວຂໍ້ມູນ ແລະ ຟາຍຂອງທ່ານອາດຈະສາມາດເຂົ້າເຖິງໄດ້ຈາກອິນເຕີເນັດ .ຟາຍ htaccess ບໍ່ໄດ້ເຮັດວຽກ . ແນະ ນໍາໃຫ້ ທ່ານຕັ້ງຄ່າ ເວັບ ໄຊ ຂອງ ທ່ານ ເພື່ອວ່າຂໍ້ມູນບໍ່ ສາ ມາດ ເຂົ້າ ເຖິງ ໄດ້ ໂດຍກົງ ອີກ ຕໍ່ ໄປ , ຫຼື ການ ເຄື່ອນ ຍ້າຍຂໍ້ ມູນ ຢູ່ ນອກຮາກຖານຂອງເອກະ ສານ web server ໂດຍກົງ ",
+ "The \"{header}\" HTTP header is not set to \"{expected}\". This is a potential security or privacy risk, as it is recommended to adjust this setting accordingly." : "ຫົວຂໍ້ HTTP \"{header}\" ບໍ່ໄດ້ຖືກກໍານົດ \"{expected}\". ນີ້ແມ່ນຄວາມສ່ຽງດ້ານຄວາມປອດໄພ ຫຼື ຄວາມເປັນສ່ວນຕົວທີ່ອາດເປັນໄປໄດ້, ແນະນໍາໃຫ້ປັບການຕັ້ງຄ່ານີ້",
+ "The \"{header}\" HTTP header is not set to \"{expected}\". Some features might not work correctly, as it is recommended to adjust this setting accordingly." : "ຫົວຂໍ້ HTTP \"{header}\" ບໍ່ໄດ້ຖືກກໍານົດ\"{expected}\". ບາງຄຸນລັກສະນະອາດຈະເຮັດວຽກບໍ່ຖືກຕ້ອງ , ແນະນໍາໃຫ້ປັບການຕັ້ງຄ່ານີ້ຕາມທີ່ວາງໄວ້.",
+ "The \"{header}\" HTTP header doesn't contain \"{expected}\". This is a potential security or privacy risk, as it is recommended to adjust this setting accordingly." : "ຫົວຂໍ້ \"{header}\" HTTP ບໍ່ມີ \"{expected}\". ນີ້ແມ່ນຄວາມສ່ຽງດ້ານຄວາມປອດໄພ ຫຼືຄວາມເປັນສ່ວນຕົວ, ແນະນໍາໃຫ້ປັບການຕັ້ງຄ່າຕາມນີ້.",
+ "The \"{header}\" HTTP header is not set to \"{val1}\", \"{val2}\", \"{val3}\", \"{val4}\" or \"{val5}\". This can leak referer information. See the {linkstart}W3C Recommendation ↗{linkend}." : "ຫົວຂໍ້ \"{header}\" HTTP ບໍ່ໄດ້ກໍານົດ \"{val1}\", \"{val2}\", \"{val3}\", \"{val4}\" ຫຼື \"{val5}\". ສາມາດເຮັດໃຫ້ຂໍ້ມູນ referer ຮົ່ວ. ເບິ່ງຂໍ້ແນະນໍາ {linkstart}W3C ↗{linkend}.",
+ "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the {linkstart}security tips ↗{linkend}." : "ຫົວຂໍ້ \"Strict-Transport-Security\" HTTP ບໍ່ໄດ້ກໍານົດໄວ້ຢ່າງຫນ້ອຍ \"{seconds}\" ວິນາທີ. ສໍາລັບເພີ່ມຄວາມປອດໄພ, ແນະນໍາໃຫ້ເຮັດໃຫ້ HSTS ຕາມທີ່ໄດ້ບັນຍາຍໄວ້ໃນ{linkstart}↗{linkend}ຄໍາແນະນໍາຄວາມປອດໄພ ",
+ "Accessing site insecurely via HTTP. You are strongly advised to set up your server to require HTTPS instead, as described in the {linkstart}security tips ↗{linkend}." : "ການເຂົ້າເຖິງເວັບໄຊບໍ່ປອດໄພຜ່ານ HTTP. ທ່ານໄດ້ ຮັບຄໍາແນະນໍາທີ່ ຈະ ຕັ້ງ server ຂອງທ່ານ ເພື່ອ ຮຽກໃຊ້ HTTPS ແທນ , ດັ່ງ ທີ່ ໄດ້ ບັນ ຍາຍ ໃນ {linkstart}↗{linkend} ຄໍາແນະນໍາຄວາມປອດໄພ .",
+ "unknown text" : "ຂໍ້ຄວາມທີ່ບໍ່ຮູ້",
+ "Hello world!" : "ສະບາຍດີ",
+ "sunny" : "ມີເເດດ",
+ "Hello {name}, the weather is {weather}" : "ສະບາຍດີ {ຊື່}, ອາກາດແມ່ນ {weather}",
+ "Hello {name}" : "ສະບາຍດີ {ຊື່}",
+ "<strong>These are your search results<script>alert(1)</script></strong>" : "<strong>ເຫຼົ່ານີ້ແມ່ນຜົນການຊອກຫາຂອງທ່ານ<script> alert(1)</script></strong>",
+ "new" : "ໃໝ່",
+ "_download %n file_::_download %n files_" : ["ຟາຍ%n ດາວ ໂຫລດ"],
+ "The update is in progress, leaving this page might interrupt the process in some environments." : "ການອັບເດດແມ່ນກໍາລັງດໍາເນີນຢູ່, ການອອກຈາກຫນ້ານີ້ອາດຈະຂັດຂວາງຂະບວນການດຳເນີນງານ.",
+ "Update to {version}" : "ປັບປຸງ ເປັນ {version}",
+ "An error occurred." : "ເກີດຂໍ້ຜິດພາດ.",
+ "Please reload the page." : "ກະລຸນາໂຫຼດຫນ້າເພດອີກ.",
+ "The update was unsuccessful. For more information <a href=\"{url}\">check our forum post</a> covering this issue." : "ການປັບປຸງບໍ່ສໍາເລັດ. ສໍາລັບຂໍ້ມູນເພີ່ມເຕີມໃຫ້ <a href=\"{url}\">ກວດສອບການສົ່ງຂໍ້ຄວາມ forum ຂອງ ພວກ ເຮົາ</a>ທີ່ ກ່ຽວ ພັນ ກັບ ບັນ ຫາ ນີ້ .",
+ "The update was unsuccessful. Please report this issue to the <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">Nextcloud community</a>." : "ການປັບປຸງບໍ່ສໍາເລັດ. ກະລຸນາລາຍງານບັນຫານີ້ຕໍ່ <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">Nextcloud.</a>",
+ "Log in" : "ເຂົ້າລະບົບ",
+ "Logging in …" : "ກຳລັງໂຫຼດ",
+ "Server side authentication failed!" : "ການຢັ້ງຢືນ Server ລົ້ມເຫຼວ!",
+ "Please contact your administrator." : "ກະລຸນາຕິດຕໍ່ຜູ້ຄຸມລະບົບຂອງທ່ານ.",
+ "An internal error occurred." : "ເກີດຂໍ້ຜິດພາດພາຍໃນ.",
+ "Please try again or contact your administrator." : "ກະລຸນາລອງອີກ ຫຼື ຕິດຕໍ່ຜູ້ຄຸ້ມຄອງລະບົບຂອງທ່ານ.",
+ "Username or email" : "ຊື່ຜູ້ໃຊ້ ຫຼື ອີເມວ",
+ "Password" : "ລະຫັດຜ່ານ",
+ "Wrong username or password." : "ຊື່ຜູ້ໃຊ້ ຫຼື ລະຫັດຜ່ານຜິດ.",
+ "User disabled" : "ປິດຊື່ຜູ້ໃຊ້",
+ "We have detected multiple invalid login attempts from your IP. Therefore your next login is throttled up to 30 seconds." : "ພວກເຮົາກວດພົບຄວາມພະຍາຍາມ login ທີ່ ບໍ່ຖືກຕ້ອງຈາກ IP ຂອງ ທ່ານ . ດັ່ງນັ້ນການເຄື່ອນໄຫວຕໍ່ໄປຂອງທ່ານແມ່ນ throttled ເຖິງ 30 ວິນາທີ.",
+ "Your account is not setup for passwordless login." : "ບັນຊີຂອງທ່ານບໍ່ໄດ້ຕັ້ງຄ່າສໍາລັບການເຂົ້າລະຫັດຜ່ານ.",
+ "Passwordless authentication is not supported in your browser." : "ການຢັ້ງຢືນແບບບໍ່ມີລະຫັດຜ່ານບໍ່ໄດ້ຮັບການສະຫນັບສະຫນູນໃນເວັບໄຊຂອງທ່ານ.",
+ "Passwordless authentication is only available over a secure connection." : "ການຢັ້ງຢືນແບບບໍ່ມີລະຫັດຜ່ານແມ່ນມີພຽງແຕ່ການເຊື່ອມຕໍ່ທີ່ປອດໄພເທົ່ານັ້ນ.",
+ "Reset password" : "ຕັ້ງລະຫັດຄືນໃຫມ່",
+ "If it is not there ask your local administrator." : "ຖ້າບໍ່ໄດ້ຖາມຜູ້ເບິ່ງລະບົບຂອງທ່ານ.",
+ "Couldn't send reset email. Please contact your administrator." : "ບໍ່ສາມາດຕັ້ງຄ່າສົ່ງອີເມວຄືນ ໄດ້. ກະລຸນາຕິດຕໍ່ຜູ້ເບິ່ງລະບົບຂອງທ່ານ.",
+ "Back to login" : "ກັບຄືນເຂົ້າສູ່ລະບົບ",
+ "New password" : "ລະຫັດຜ່ານໃຫມ່",
+ "Your files are encrypted. There will be no way to get your data back after your password is reset. If you are not sure what to do, please contact your administrator before you continue. Do you really want to continue?" : "ເຂົ້າລະຫັດຟາຍຂອງທ່ານ . ຈະບໍ່ໄດ້ຮັບຂໍ້ມູນຂອງທ່ານພາຍຫຼັງ ທີ່ລະຫັດຜ່ານຂອງທ່ານ ໄດ້ຮັບການຕັ້ງຄ່າໃຫມ່ . ຖ້າທ່ານບໍ່ແນ່ໃຈ, ກະລຸນາຕິດຕໍ່ຜູ້ເບິ່ງລະບົບຂອງທ່ານ ກ່ອນທີ່ທ່ານຈະສືບຕໍ່. ທ່ານຕ້ອງການທີ່ຈະສືບຕໍ່ແທ້ໆບໍ?",
+ "I know what I'm doing" : "ຂ້ອຍຮູ້ວ່າຂ້ອຍກຳລັງເຮັດຫຍັງຢູ່",
+ "Resetting password" : "ການຕັ້ງລະຫັດຄືນໃຫມ່",
+ "Recommended apps" : "ແອັບພລິເຄຊັນທີ່ແນະນໍາ",
+ "Loading apps …" : "ກຳລັງໂຫຼດເເອັບ",
+ "Installing apps …" : "ກໍາລັງຕິດຕັ້ງແອັບ ...",
+ "App download or installation failed" : "ການດາວໂຫລດApp ຫຼືການຕິດຕັ້ງຫຼົ້ມເຫລວ",
+ "Cancel" : "ຍົກເລີກ",
+ "Schedule work & meetings, synced with all your devices." : "ຕາຕະລາງການເຮັດວຽກ & ການປະຊຸມ, synced ກັບອຸປະກອນທັງຫມົດຂອງທ່ານ.",
+ "Keep your colleagues and friends in one place without leaking their private info." : "ຮັກສາເພື່ອນຮ່ວມງານ ແລະ ຫມູ່ ເພື່ອນ ຂອງ ທ່ານ ໄວ້ ໃນບ່ອນດຽວໂດຍບໍ່ໄດ້ ໃຫ້ຂໍ້ ຄວາມ ສ່ວນ ຕົວ ຂອງ ເຂົາ ເຈົ້າຮົ່ວໄຫຼ .",
+ "Simple email app nicely integrated with Files, Contacts and Calendar." : "ແອັບອີເມວລວມເຂົ້າກັບ ຟາຍຕ່າງໆ, ເບີຕິດຕໍ່ ແລະ ປະຕິທິນ",
+ "Chatting, video calls, screensharing, online meetings and web conferencing – in your browser and with mobile apps." : "Chatting, ການໂທວິດີໂອ, screen sharing, ການປະຊຸມອອນໄລນ໌ ແລະ ການປະຊຸມເວັບໄຊ – ໃນເວັບໄຊຂອງທ່ານ ແລະ apps ມືຖື.",
+ "Collaboratively edit office documents." : "ຮຽບຮຽງເອກະສານຫ້ອງການຮ່ວມກັນ.",
+ "Local document editing back-end used by the Collabora Online app." : "ບ່ອນເກັບເອກະສານແກ້ໄຂ back-end ທີ່ໃຊ້ໂດຍ app Collabora ອອນໄລນ໌",
+ "Forgot password?" : "ລືມລະຫັດຜ່ານ?",
+ "Log in with a device" : "ເຂົ້າສູ່ລະບົບດ້ວຍອຸປະກອນ",
+ "Back" : "ຫຼັງ",
+ "Login form is disabled." : "ຮູບແບບLogin ຖືກປິດ.",
+ "Reset search" : "Reset ຄົ້ນຫາ",
+ "Search for {name} only" : "ຄົ້ນຫາ {name} ເທົ່ານັ້ນ",
+ "No results for {query}" : "ບໍ່ມີຜົນສໍາລັບ {query}",
+ "Start typing to search" : "ເລີ່ມພິມເພື່ອຄົ້ນຫາ",
+ "Loading more results …" : "ຜົນການດາວໂຫຼດເພີ່ມເຕີມ ...",
+ "Load more results" : "ຜົນLoad ເພີ່ມເຕີມ",
+ "Search" : "ຄົ້ນຫາ",
+ "An error occurred while searching for {type}" : "ເກີດຂໍ້ຜິດພາດໃນຂະນະທີ່ຊອກຫາ {ປະເພດ}",
+ "_Please enter {minSearchLength} character or more to search_::_Please enter {minSearchLength} characters or more to search_" : ["ກະລຸນາໃສ່ {minSearchLength} ຕົວອັກສອນຫຼືຫຼາຍກວ່ານັ້ນເພື່ອຄົ້ນຫາ"],
+ "Search {types} …" : "ຄົ້ນຫາ {ປະເພດ} ...",
+ "Settings" : "ການຕັ້ງຄ່າ",
+ "Could not load your contacts" : "ບໍ່ສາມາດໂຫຼດການຕິດຕໍ່ຂອງທ່ານ",
+ "Search contacts …" : "ຄົ້ນຫາຕິດຕໍ່ ...",
+ "No contacts found" : "ບໍ່ພົບຜູ້ຕິດຕໍ່",
+ "Show all contacts …" : "ສະແດງການຕິດຕໍ່ທັງຫມົດ ...",
+ "Install the Contacts app" : "ຕິດຕັ້ງແອັບ Contacts",
+ "Loading your contacts …" : "ກໍາລັງໂຫຼດການຕິດຕໍ່ຂອງທ່ານ ...",
+ "Looking for {term} …" : "ຊອກຫາ {term} ...",
+ "No" : "ບໍ່",
+ "Yes" : "ແມ່ນແລ້ວ",
+ "No files in here" : "ບໍ່ມີຟາຍໃນທີ່ນີ້",
+ "New folder" : "ໂຟນເດີໃຫມ່",
+ "No more subfolders in here" : "ບໍ່ມີ ໂຟນເດີຍ່ອຍ ອີກຕໍ່ໄປໃນນີ້",
+ "Name" : "ຊື່",
+ "Size" : "ຂະຫນາດ",
+ "Modified" : "ດັດແປງ",
+ "\"{name}\" is an invalid file name." : "\"{name}\" ແມ່ນຊື່ຟາຍທີ່ບໍ່ຖືກຕ້ອງ.",
+ "File name cannot be empty." : "ຊື່ຟາຍບໍ່ໃຫ້ເປົ່າວ່າງ",
+ "\"/\" is not allowed inside a file name." : "ບໍ່ອະນຸຍາດໃຫ້\"/\" ຢູ່ໃນຊື່ໄຟລ໌.",
+ "\"{name}\" is not an allowed filetype" : "\"{ຊື່}\" ບໍ່ອະນຸຍາດປະເພດແຟ້ມ",
+ "{newName} already exists" : "{newName} ມີແລ້ວ",
+ "Choose" : "ເລືອກ",
+ "Copy" : "ສຳເນົາ",
+ "Move" : "ຍ້າຍ",
+ "Error loading file picker template: {error}" : "ໂຫຼດຟາຍຕົວຢ່າງຜິດພາດ:{error}",
+ "OK" : "ຕົກລົງ",
+ "Error loading message template: {error}" : "ການໂຫຼດຂໍ້ຄວາມຜິດພາດ: {error}",
+ "read-only" : "ອ່ານຢ່າງດຽວ",
+ "_{count} file conflict_::_{count} file conflicts_" : ["{count} ມີບັນຫາ"],
+ "One file conflict" : "ມີຟາຍຫນຶ່ງບໍ່ຖືກ",
+ "New Files" : "ຟາຍໃຫມ່",
+ "Already existing files" : "ຟາຍທີ່ມີຢູ່ແລ້ວ",
+ "Which files do you want to keep?" : "ທ່ານຕ້ອງການເກັບຮັກສາຟາຍໃດ?",
+ "If you select both versions, the copied file will have a number added to its name." : "ຖ້າທ່ານເລືອກເອົາທັງສອງversions,ຟາຍທີ່ສໍາເນົາຈະມີຈໍານວນເພີ່ມໃສ່ຊື່ຂອງມັນ.",
+ "Continue" : "ສືບຕໍ່",
+ "(all selected)" : "(ຄັດເລືອກທັງຫມົດ)",
+ "({count} selected)" : "({count} ຖືກຄັດເລືອກ)",
+ "Error loading file exists template" : "ໂຫຼດຟາຍທີ່ຍັງຢູ່ຜິດພາດ",
+ "Pending" : "ທີ່ກໍາລັງລໍຖ້າ",
+ "Copy to {folder}" : "ສໍາເນົາໄປຍັງ {ໂຟນເດີ}",
+ "Move to {folder}" : "ຍ້າຍໄປ {folder}",
+ "Saving …" : "ກຳລັງບັນທຶກ",
+ "Authentication required" : "ການຢັ້ງຢືນທີ່ຈໍາເປັນ",
+ "This action requires you to confirm your password" : "ການກະທໍານີ້ຮຽກຮ້ອງໃຫ້ທ່ານເພື່ອຢືນຢັນລະຫັດຜ່ານຂອງທ່ານ",
+ "Confirm" : "ຢືນຢັນ",
+ "Failed to authenticate, try again" : "ບໍ່ສາມາດຮັບຮອງຄວາມຖຶກຕ້ອງໄດ້, ລອງອີກຄັ້ງ",
+ "seconds ago" : "ວິນາທີຜ່ານມາ",
+ "Connection to server lost" : "ການເຊື່ອມຕໍ່ກັບ server ສູນເສຍ",
+ "_Problem loading page, reloading in %n second_::_Problem loading page, reloading in %n seconds_" : ["ການໂຫຼດໜ້າເຟສມີບັນຫາ, ການໂຫຼດຄືນໃນ %nວິນາທີ"],
+ "Add to a project" : "ເພິ່ມໃສ່ໂຄງການ",
+ "Show details" : "ສະແດງລາຍລະອຽດ",
+ "Hide details" : "ເຊື່ອງລາຍລະອຽດ",
+ "Rename project" : "ປ່ຽນຊື່ໂຄງການ",
+ "Failed to rename the project" : "ບໍ່ໄດ້ປ່ຽນຊື່ໂຄງການ",
+ "Failed to create a project" : "ບໍ່ໄດ້ສ້າງໂຄງການ",
+ "Failed to add the item to the project" : "ບໍ່ສາມາດຕື່ມລາຍການເຂົ້າໃນໂຄງການໄດ້",
+ "Connect items to a project to make them easier to find" : "ຕິດຕໍ່ສິ່ງຂອງກັບໂຄງການເພື່ອເຮັດໃຫ້ພວກເຂົາເຈົ້າຊອກຫາໄດ້ງ່າຍ ຂຶ້ນ",
+ "Type to search for existing projects" : "ພິມເພື່ອຊອກຫາໂຄງການທີ່ມີຢູ່ແລ້ວ",
+ "New in" : "ໃຫມ່",
+ "View changelog" : "ເບິ່ງການປ່ຽນແປງ",
+ "Very weak password" : "ລະຫັດອ່ອນຫຼາຍ",
+ "Weak password" : "ລະຫັດອ່ອນ",
+ "So-so password" : "ລະຫັດທຳມະດາ",
+ "Good password" : "ລະຫັດຜ່ານ",
+ "Strong password" : "ລະຫັດທີ່ເຂັ້ມແຂງ",
+ "No action available" : "ບໍ່ມີການກະທໍາທີ່ມີຢູ່",
+ "Error fetching contact actions" : "ຜິດພາດໃນການຮັບເອົາການຕິດຕໍ່",
+ "Non-existing tag #{tag}" : "ບໍ່ມີtag #{tag}",
+ "restricted" : "ຈໍາກັດ",
+ "invisible" : "ບໍ່ເຫັນ",
+ "Delete" : "ລຶບ",
+ "Rename" : "ປ່ຽນຊື່",
+ "Collaborative tags" : "tags ການຮ່ວມມື",
+ "No tags found" : "ບໍ່ພົບtags",
+ "Personal" : "ສ່ວນບຸກຄົນ",
+ "Users" : "ຜູ້ໃຊ້",
+ "Apps" : "ແອັບພລິເຄຊັນ",
+ "Admin" : "ຜູ້ເບິ່ງເເຍງລະບົບ",
+ "Help" : "ການຊ່ວຍເຫຼືອ",
+ "Access forbidden" : "ຫ້າມການເຂົ້າເຖິງ",
+ "File not found" : " ບໍ່ພົບຟາຍ",
+ "The document could not be found on the server. Maybe the share was deleted or has expired?" : "ເອກະສານບໍ່ສາມາດຄົ້ນພົບໄດ້ໃນ server. ບາງທີສ່ວນແບ່ງຖືກລຶບ ຫຼື ໄດ້ສິ້ນສຸດລົງ?",
+ "Back to %s" : "ຫຼັງ%s",
+ "Too many requests" : "ຄໍາຮ້ອງຂໍຫຼາຍເກີນໄປ",
+ "There were too many requests from your network. Retry later or contact your administrator if this is an error." : "ມີຄໍາຮ້ອງຂໍຫຼາຍເກີນໄປຈາກເຄືອຂ່າຍຂອງທ່ານ. Retry ໃນເວລາຕໍ່ມາ ຫຼື ຕິດຕໍ່ຜູ້ບໍລິຫານຂອງທ່ານຖ້າຫາກວ່ານີ້ແມ່ນຄວາມຜິດພາດ",
+ "Error" : "ຜິດພາດ",
+ "Previous" : "ກ່ອນໜ້າ",
+ "Internal Server Error" : "ຄວາມຜິດພາດຂອງ Server ພາຍໃນ",
+ "The server was unable to complete your request." : "server ບໍ່ສາມາດສໍາເລັດຄໍາຮ້ອງຂໍຂອງທ່ານ",
+ "If this happens again, please send the technical details below to the server administrator." : "ຖ້າຫາກວ່ານີ້ເກີດຂຶ້ນອີກ, ກະລຸນາສົ່ງລາຍລະອຽດທາງດ້ານເຕັກນິກຂ້າງລຸ່ມນີ້ໄປຫາຜູ້ບໍລິຫານ server",
+ "More details can be found in the server log." : "ລາຍລະອຽດເພີ່ມເຕີມສາມາດເບິ່ງໄດ້ໃນ log server.",
+ "Technical details" : "ລາຍລະອຽດເຕັກນິກ",
+ "Remote Address: %s" : "ທີ່ຢູ່ ໄລຍະໄກ%s ",
+ "Request ID: %s" : "ຂໍຮອງ %s",
+ "Type: %s" : "ພິມ%s",
+ "Code: %s" : "ລະຫັດ%s",
+ "Message: %s" : "ຂໍ້ຄວາມ %s",
+ "File: %s" : "ຟາຍ%s",
+ "Line: %s" : "ສາຍ: %s",
+ "Trace" : "ຕິດຕາມ",
+ "Security warning" : "ຄໍາເຕືອນດ້ານຄວາມປອດໄພ",
+ "Your data directory and files are probably accessible from the internet because the .htaccess file does not work." : "ຊອບແວຂໍ້ມູນແລະ ຟາຍ ຂອງ ທ່ານອາດຈະເຂົ້າເຖິງໄດ້ຈາກອິນເຕີເນັດເພາະວ່າຟາຍ .htaccess ບໍ່ໄດ້ຜົນ .",
+ "For information how to properly configure your server, please see the <a href=\"%s\" target=\"_blank\" rel=\"noreferrer noopener\">documentation</a>." : "ສໍາລັບຂໍ້ມູນວິທີການຕັ້ງຄ່າ server ຂອງທ່ານຢ່າງຖືກຕ້ອງ, ກະລຸນາເບິ່ງ <a href=\"%s\" target=\"_blank\" rel=\"noreferrer noopener\">ເອກະສານ</a>",
+ "Create an <strong>admin account</strong>" : "ສ້າງ <strong>ບັນຊີ admin</strong>",
+ "Username" : "ຊື່ຜູ້ໃຊ້",
+ "Show password" : "ສະແດງລະຫັດຜ່ານ",
+ "Storage & database" : "ການເກັບກໍາຂໍ້ມູນ & ຖານຂໍ້ມູນ",
+ "Data folder" : "ໂຟນເດີຂໍ້ມູນ",
+ "Configure the database" : "ຕັ້ງຄ່າຖານຂໍ້ມູນ",
+ "Only %s is available." : "ມີແຕ່ %sເທົ່ານັ້ນ.",
+ "Install and activate additional PHP modules to choose other database types." : "ຕິດຕັ້ງ ແລະ ເປິດນຳໃຊ້ໂມດູນ PHP ເພີ່ມເຕີມເພື່ອເລືອກປະເພດຖານຂໍ້ມູນອື່ນໆ.",
+ "For more details check out the documentation." : "ສໍາລັບລາຍລະອຽດເພີ່ມເຕີມໃຫ້ ກວດເບິ່ງເອກະສານ",
+ "Database user" : "ຜູ້ໃຊ້ຖານຂໍ້ມູນ",
+ "Database password" : "ລະຫັດຖານຂໍ້ມູນ",
+ "Database name" : "ຊື່ຖານຂໍ້ມູນ",
+ "Database tablespace" : "ຕາຕະລາງຖານຂໍ້ມູນ",
+ "Database host" : "ເຈົ້າພາບຖານຂໍ້ມູນ",
+ "Please specify the port number along with the host name (e.g., localhost:5432)." : "ກະລຸນາລະບຸເລກ port ພ້ອມກັບຊື່ເຈົ້າພາບ (ເຊັ່ນ: localhost:5432).",
+ "Performance warning" : "ຄໍາເຕືອນດ້ານການປະຕິບັດງານ",
+ "You chose SQLite as database." : "ທ່ານ ເລືອກ SQLite ເປັນຖານຂໍ້ມູນ.",
+ "SQLite should only be used for minimal and development instances. For production we recommend a different database backend." : "SQLite ຄວນໃຊ້ສໍາລັບກໍລະນີທີ່ມີຫນ້ອຍທີ່ສຸດ ແລະ ການພັດທະນາເທົ່ານັ້ນ. ສໍາລັບການຜະລິດພວກເຮົາແນະນໍາ backend ຖານຂໍ້ມູນທີ່ແຕກຕ່າງກັນ.",
+ "If you use clients for file syncing, the use of SQLite is highly discouraged." : "ຕິດຕັ້ງແອັບທີ່ແນະນໍາ",
+ "Install recommended apps" : "ຕິດຕັ້ງແອັບທີ່ແນະນໍາ",
+ "Calendar, Contacts, Talk, Mail & Collaborative editing" : "ປະຕິທິນ, Contacts, Talk, Mail & ການແກ້ໄຂການຮ່ວມມື",
+ "Finish setup" : "ສໍາເລັດການຕັ້ງຄ່າ",
+ "Finishing …" : "ຈົບ ...",
+ "Need help?" : "ຕ້ອງການຄວາມຊ່ວຍເຫຼືອ?",
+ "See the documentation" : "ເບິ່ງເອກະສານ",
+ "It looks like you are trying to reinstall your Nextcloud. However the file CAN_INSTALL is missing from your config directory. Please create the file CAN_INSTALL in your config folder to continue." : "ເບິ່ງຄືວ່າທ່ານກໍາລັງພະຍາຍາມຕິດຕັ້ງ Nextcloud ຂອງທ່ານຄືນໃຫມ່. ເຖິງ ຢ່າງ ໃດ ກໍ ຕາມ CAN_INSTALLຟາຍ ແມ່ນຂາດໄປຈາກບັນ ຊີການconfig ຂອງ ທ່ານ . ກະລຸນາສ້າງຟາຍ CAN_INSTALL ໃນໂຟນເດີ config ຂອງທ່ານເພື່ອສືບຕໍ່.",
+ "Could not remove CAN_INSTALL from the config folder. Please remove this file manually." : "ບໍ່ສາມາດລຶບ CAN_INSTALL ອອກຈາກໂຟນເດີconfig ໄດ້. ກະລຸນາລຶບໄຟລ໌ນີ້ອອກດ້ວຍມື.",
+ "This application requires JavaScript for correct operation. Please {linkstart}enable JavaScript{linkend} and reload the page." : "ຊອບແວນີ້ຕ້ອງ ການ JavaScript ສໍາ ລັບການດໍາເນີນງານ ທີ່ຖືກຕ້ອງ . ກະລຸນາເປິດ {linkstart} JavaScript {linkend} ແລະ ໂຫຼດຫນ້າເພດຄືນໃໝ່.",
+ "Get your own free account" : "ຮັບບັນຊີຟຣີຂອງທ່ານເອງ",
+ "Skip to main content" : "ຂ້າມ ໄປຫາເນື້ອຫາຫຼັກ",
+ "Skip to navigation of app" : "ຂ້າມໄປຍັງແອັບນຳທາງ",
+ "More apps" : "ແອັບພລິເຄຊັນເພີ່ມເຕີມ",
+ "More" : "ເພີ່ມເຕີມ",
+ "More apps menu" : "ເມນູແອັບເພີ່ມເຕີມ",
+ "Contacts" : "ຕິດຕໍ່",
+ "Contacts menu" : "ເມນູຕິດຕໍ່",
+ "Settings menu" : "ການຕັ້ງຄ່າເມນູ",
+ "Confirm your password" : "ຢືນຢັນລະຫັດຜ່ານຂອງທ່ານ",
+ "Connect to your account" : "ເຊື່ອມຕໍ່ບັນຊີຂອງທ່ານ",
+ "Please log in before granting %1$s access to your %2$s account." : "ກະລຸນາເຂົ້າລະບົບກ່ອນທີ່ຈະໃຫ້ %1$sການເຂົ້າເຖິງບັນຊີຂອງທ່ານ%2$s.",
+ "If you are not trying to set up a new device or app, someone is trying to trick you into granting them access to your data. In this case do not proceed and instead contact your system administrator." : "ຖ້າທ່ານບໍ່ໄດ້ພະຍາຍາມທີ່ຈະຕິດຕັ້ງອຸປະກອນຫຼື app ໃຫມ່ , ບາງຄົນພະຍາຍາມຫຼອກລວງ ທ່ານໃຫ້ອະນຸຍາດໃຫ້ເຂົາເຈົ້າເຂົ້າເຖິງຂໍ້ມູນຂອງທ່ານ. ໃນກໍລະນີນີ້ບໍ່ໄດ້ດໍາເນີນການ ແລະ ແທນທີ່ຈະຕິດຕໍ່ຜູ້ບໍລິຫານລະບົບຂອງທ່ານ.",
+ "App token" : "ແອັບ token",
+ "Grant access" : "ການເຂົ້າເຖິງ Grant",
+ "Alternative log in using app token" : "log ທາງເລືອກໃນການນໍາໃຊ້ token app",
+ "Account access" : "ການເຂົ້າເຖິງບັນຊີ",
+ "You are about to grant %1$s access to your %2$s account." : "ທ່ານກໍາລັງຈະໃຫ້ %1$sການເຂົ້າເຖິງບັນຊີ %2$sຂອງທ່ານ.",
+ "Account connected" : "ບັນຊີທີ່ຕິດພັນ",
+ "Your client should now be connected!" : "ຕອນນີ້ລູກຄ້າຂອງທ່ານຄວນຈະເຊື່ອມຕໍ່!",
+ "You can close this window." : "ທ່ານສາມາດປິດwindowນີ້ໄດ້.",
+ "This share is password-protected" : "ການແບ່ງປັນນີ້ແມ່ນການປ້ອງກັນລະຫັດຜ່ານ",
+ "The password is wrong. Try again." : "ລະຫັດບໍ່ຖືກຕ້ອງ. ລອງໃໝ່ອີກຄັ້ງ.",
+ "Two-factor authentication" : "ຮັບຮອງການຢັ້ງຢືນສອງຄັ້ງ",
+ "Enhanced security is enabled for your account. Choose a second factor for authentication:" : "ເພີ່ມທະວີຄວາມປອດໄພໃຫ້ບັນຊີຂອງທ່ານ . ເລືອກປັດໃຈທີສອງສໍາລັບການຢັ້ງຢືນ",
+ "Could not load at least one of your enabled two-factor auth methods. Please contact your admin." : "ບໍ່ສາມາດໂຫຼດໄດ້ ຢ່າງຫນ້ອຍໃຊ້ວິທີການ auth ສອງປັດໃຈຂອງທ່ານ. ກະລຸນາຕິດຕໍ່ admin ຂອງທ່ານ.",
+ "Two-factor authentication is enforced but has not been configured on your account. Contact your admin for assistance." : "ການຢັ້ງຢືນສອງປັດໃຈແມ່ນຖືກບັງຄັບໃຊ້ແຕ່ຍັງບໍ່ໄດ້ຖືກຕັ້ງຄ່າໃນບັນຊີຂອງທ່ານ. ຕິດຕໍ່ admin ຂອງທ່ານສໍາລັບການຊ່ວຍເຫຼືອ.",
+ "Two-factor authentication is enforced but has not been configured on your account. Please continue to setup two-factor authentication." : "ການຢັ້ງຢືນສອງປັດໃຈແມ່ນຖືກບັງຄັບໃຊ້ແຕ່ຍັງບໍ່ໄດ້ຖືກຕັ້ງຄ່າໃນບັນຊີຂອງທ່ານ. ກະລຸນາສືບຕໍ່ຕັ້ງການຢັ້ງຢືນສອງປັດໃຈ.",
+ "Set up two-factor authentication" : "ການຕັ້ງຄ່າຮັບຮອງການຢັ້ງຢືນສອງຄັ້ງ",
+ "Two-factor authentication is enforced but has not been configured on your account. Use one of your backup codes to log in or contact your admin for assistance." : "ການຢັ້ງຢືນສອງປັດໃຈແມ່ນຖືກບັງຄັບໃຊ້ແຕ່ຍັງບໍ່ໄດ້ຖືກຕັ້ງຄ່າໃນບັນຊີຂອງທ່ານ. ໃຊ້ລະຫັດສໍາຮອງຂອງທ່ານເພື່ອເຂົ້າລະບົບຫຼືຕິດຕໍ່ admin ຂອງທ່ານສໍາລັບການຊ່ວຍເຫຼືອ.",
+ "Use backup code" : "ໃຊ້ລະຫັດສໍາຮອງ",
+ "Cancel login" : "ຍົກເລີກ login",
+ "Setup two-factor authentication" : "ການຕັ້ງຄ່າຮັບຮອງການຢັ້ງຢືນສອງຄັ້ງ",
+ "Enhanced security is enforced for your account. Choose which provider to set up:" : "ເພີ່ມທະວີຄວາມປອດໄພແມ່ນຖືກບັງຄັບໃຊ້ ສໍາລັບບັນຊີ ຂອງທ່ານ . ເລືອກຜູ້ໃຫ້ບໍລິການທີ່ກຳນົດໄວ້",
+ "Error while validating your second factor" : "ຄວາມຜິດພາດໃນຂະນະທີ່ການຢັ້ງຢືນທີສອງຂອງທ່ານ",
+ "Access through untrusted domain" : "ການເຂົ້າເຖິງຜ່ານໂດເມນທີ່ບໍ່ໜ້າເຊື່ຶອຖື",
+ "Please contact your administrator. If you are an administrator, edit the \"trusted_domains\" setting in config/config.php like the example in config.sample.php." : "ກະລຸນາຕິດຕໍ່ຜູ້ຄຸ້ມຄອງລະບົບຂອງທ່ານ. ຖ້າທ່ານເປັນຜູ້ຄຸ້ມຄອງລະບົບ, ແກ້ໄຂການຕັ້ງຄ່າ \"trusted_domains\" ໃນconfig/config.php ເຊັ່ນຕົວຢ່າງໃນ config.sample.php.",
+ "Further information how to configure this can be found in the %1$sdocumentation%2$s." : "ຂໍ້ມູນເພີ່ມເຕີມກ່ຽວກັບວິທີການຕັ້ງຄ່ານີ້ສາມາດເບິ່ງໄດ້ໃນ %1$sເອກະສານ.%2$s",
+ "App update required" : "ອັບເດດ App ທີ່ຕ້ອງການ",
+ "%1$s will be updated to version %2$s" : " %1$sຈະຖືກປັບປຸງໃຫ້ເປັນລູ້ນ %2$s",
+ "The following apps will be updated:" : "ແອັບພລິເຄຊັນດັ່ງຕໍ່ໄປນີ້ຈະໄດ້ຮັບການປັບປຸງ:",
+ "These incompatible apps will be disabled:" : "ແອັບພລິເຄຊັນທີ່ບໍ່ສາມາດເຂົ້າກັນໄດ້, ເຫຼົ່ານີ້ຈະຖືກປິດ:",
+ "The theme %s has been disabled." : "ຫົວຂໍ້ %sໄດ້ຖືກປິດ.",
+ "Please make sure that the database, the config folder and the data folder have been backed up before proceeding." : "ກະລຸນາໃຫ້ແນ່ໃຈວ່າຖານຂໍ້ມູນ, ໂຟນເດີ config ແລະ ໂຟນເດີຂໍ້ມູນໄດ້ຖືກສໍາຮອງໄວ້ກ່ອນທີ່ຈະດໍາເນີນການ.",
+ "Start update" : "ເລີ່ມອັບເດດ",
+ "To avoid timeouts with larger installations, you can instead run the following command from your installation directory:" : "ເພື່ອຫຼີກເວັ້ນການໃຊ້ ເວລາທີ່ມີການຕິດຕັ້ງ. ແທນທີ່ທ່ານສາມາດແລ່ນຄໍາ ສັ່ງດັ່ງຕໍ່ໄປນີ້ຈາກການຕິດຕັ້ງຂອງ ທ່ານໂດຍກົງ :",
+ "Detailed logs" : "ບັນທຶກໂດຍລາຍລະອຽດ",
+ "Update needed" : "ການປັບປຸງທີ່ຈໍາເປັນ",
+ "Please use the command line updater because you have a big instance with more than 50 users." : "ກະລຸນາໃຊ້ ອັບເດດແຖວຄໍາສັ່ງ ເພາະວ່າທ່ານມີຕົວຢ່າງໃຫຍ່ທີ່ມີຜູ້ໃຊ້ຫຼາຍກວ່າ 50 ຜຸ້ໃຊ້.",
+ "For help, see the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"%s\">documentation</a>." : "ສໍາລັບການຊ່ວຍເຫຼືອ, ເບິ່ງ <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"%s\">ເອກະສານ</a>.",
+ "I know that if I continue doing the update via web UI has the risk, that the request runs into a timeout and could cause data loss, but I have a backup and know how to restore my instance in case of a failure." : "ຂ້າ ພະເຈົ້າຮູ້ວ່າຖ້າຫາກວ່າຂ້າພະເຈົ້າສືບຕໍ່ເຮັດການອັບເດດຜ່ານເວັບ UI ມີຄວາມສ່ຽງ , ວ່າ ຄໍາຮ້ອງດຳເນີນການໝົດເວລາ ແລະ ອາດຈະເຮັດໃຫ້ການສູນເສຍຂໍ້ມູນ, ແຕ່ຂ້າ ພະເຈົ້າມີການສໍາຮອງ ແລະ ຮູ້ວິທີການກູ້ຄືນ ຕົວຢ່າງ ຂອງຂ້າພະເຈົ້າໃນກໍລະນີທີ່ລົ້ມ ເຫລວ .",
+ "Upgrade via web on my own risk" : "ການຍົກລະດັບ ຜ່ານເວັບໄຊໃນຄວາມສ່ຽງຂອງຂ້ອຍເອງ",
+ "Maintenance mode" : "ຮູບແບບການບໍາລຸງຮັກສາ",
+ "This %s instance is currently in maintenance mode, which may take a while." : "%sຕົວຢ່າງນີ້ໃນປັດຈຸບັນແມ່ນຢູ່ໃນວິທີການບໍາລຸງຮັກສາ, ຊຶ່ງອາດຈະໃຊ້ ເວລາໃນໄລຍະໜຶ່ງ",
+ "This page will refresh itself when the instance is available again." : "ຫນ້ານີ້ຈະ refresh ເມື່ອມີຕົວຢ່າງອີກ.",
+ "Contact your system administrator if this message persists or appeared unexpectedly." : "ຕິດຕໍ່ຜູ້ບໍລິຫານລະບົບຂອງທ່ານຖ້າຫາກວ່າຂ່າວສານນີ້ຍັຢູ່ ຫຼື ປາກົດໂດຍບໍ່ຄາດຄິດ.",
+ "Checking whether the database schema can be updated (this can take a long time depending on the database size)" : "ການກວດສອບວ່າແຜນຜັງຖານຂໍ້ມູນສາມາດອັບເດດໄດ້ ຫລື ບໍ່ (ມັນອາດໃຊ້ເວລາດົນ ຂື້ນກັບຂະໜາດ ຂອງຖານຂໍ້ມູນ)",
+ "Checked database schema update" : "ເລືອກແຜນຜັງຖານຂໍ້ມູນທີຈະອັບເດດ",
+ "Checking updates of apps" : "ກໍາລັງກວດສອບການອັບເດດ ຂອງແອັບ ",
+ "Checking for update of app \"%s\" in appstore" : "ກໍາລັງກວດສອບການເອັບເດດ ແອັບ \"%s\" ໃນແອັບສະຕໍ",
+ "Update app \"%s\" from appstore" : "ອັບເດດ ເອັບ \"%s\" ຈາກ ແອັບສະຕໍ",
+ "Checked for update of app \"%s\" in appstore" : "ກວດການອັບເດດ ແອັບ  \"%s\" ໃນເອັບສະຕໍ",
+ "Checked database schema update for apps" : "ກວດສອບການອັບເດດແຜນຜັງຖານຂໍ້ມູນ ສຳລັບແອັບ.",
+ "Following apps have been disabled: %s" : "ແອັບພລິເຄຊັນຕິດຕາມໄດ້ຖືກປິດ%s",
+ "Your web server is not properly set up to resolve \"{url}\". Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "ວັບເຊີບເວີ ຂອງທ່ານຍັງບໍ່ຖືກຕັ້ງຄ່າຢ່າງຖືກຕ້ອງເພື່ອອະນຸຍາດໃຫ້ແກ້ບັນຫາໄດ້ \"{url}\". ລາຍລະອຽດສາມາດເຂົ້າໄປ ທີ <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">ເອກະສານ</a>",
+ "Your web server is not properly set up to resolve \"{url}\". This is most likely related to a web server configuration that was not updated to deliver this folder directly. Please compare your configuration against the shipped rewrite rules in \".htaccess\" for Apache or the provided one in the documentation for Nginx at it's <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation page</a>. On Nginx those are typically the lines starting with \"location ~\" that need an update." : "ເວັບ ໄຊຂອງ ທ່ານ ບໍ່ໄດ້ຕິດຕັ້ງຢ່າງຖືກຕ້ອງເພື່ອແກ້ ໄຂ \"{url}\" .ກ່ຽວກັບການຕັ້ງຄ່າເວັບໄຊບໍ່ມີການປັບປຸງເພື່ອສົ່ງໂຟນເດີນີ້ໂດຍກົງ. ກະລຸນາປຽບທຽບການຕັ້ງຄ່າຂອງທ່ານກັບການຂຽນຄືນທີ່ຖືກສົ່ງໃນ \".htaccess\" ສໍາລັບ Apache ຫຼືທີ່ສະຫນອງໃຫ້ Nginx<a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">ໃນຫນ້າເອກະສານ</a>. ໃນ Nginx ເຫຼົ່ານັ້ນໂດຍປົກກະຕິແລ້ວແມ່ນເລີ່ມຕົ້ນດ້ວຍ \"ສະຖານທີ່ ~\" ທີ່ຕ້ອງການການປັບປຸງ",
+ "Your web server is not properly set up to deliver .woff2 files. This is typically an issue with the Nginx configuration. For Nextcloud 15 it needs an adjustement to also deliver .woff2 files. Compare your Nginx configuration to the recommended configuration in our <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "ເວັບໄຊຂອງ ທ່ານ ບໍ່ໄດ້ຕິດຕັ້ງຢ່າງຖືກຕ້ອງເພື່ອແກ້ ໄຂເພື່ອ ສົ່ງ ໄຟ woff2 . ໂດຍປົກກະຕິແລ້ວແມ່ນບັນຫາທີ່ມີການຕັ້ງຄ່າ Nginx. ສໍາລັບ Nextcloud 15 ມັນຈໍາເປັນຕ້ອງມີການປັບຕົວເພື່ອສົ່ງຟາຍ .woff2 ອີກດ້ວຍ. ປຽບທຽບການຕັ້ງຄ່າ Nginx ຂອງທ່ານກັບການຕັ້ງຄ່າທີ່ແນະນໍາໃນ<a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">ເອກະສານ</a> ຂອງພວກເຮົາ.",
+ "Please check the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">installation documentation ↗</a> for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "ກະລຸນາກວດສອບ <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">ເອກະສານການຕິດຕັ້ງ ↗</a> ສໍາລັບບັນທຶກການຕັ້ງຄ່າ PHP ແລະ ການຕັ້ງຄ່າ PHP ຂອງ server ຂອງທ່ານ, ໂດຍສະເພາະເມື່ອໃຊ້ php-fpm.",
+ "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems. See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation ↗</a> for more information." : "ການລ໋ອກ ການໂອນຢ້າຍຟາຍໄດ້ຖືກປິດນໍາໃຊ້, ອາດຈະກໍໃຫ້ເກີດບັນຫາຕາມມາ. ກະລຸນນາເປີດ \"filelocking.enabled\" ໃນ config.php ເພື່ອຫຼີກລ້ຽງ ບັນຫາ. ເບີ່ງຂໍ້ມູນເພີ່ມເຕີ່ມທີ <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">ເອກະສານ</a> ",
+ "Last background job execution ran {relativeTime}. Something seems wrong." : "ໄດ້ດໍາເນີນການປະຕິບັດວຽກງານຄັ້ງສຸດທ້າຍ {relativeTime}. ມີບາງຢ່າງບໍຖຶກຕ້ອງ",
+ "Check the background job settings" : "ກວດສອບການຕັ້ງຄ່າພຶ້ນຫຼັງ",
+ "No memory cache has been configured. To enhance performance, please configure a memcache, if available. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "ບໍ່ໄດ້ຕັ້ງຄ່າ cache ຄວາມຈໍາຊົວຄາວ. ເພື່ອເພີ່ມປະສິດທິພາບ, ກະລຸນາຕັ້ງຄ່າ cache, ຖ້າມີ. ຂໍ້ມູນເພີ່ມເຕີມສາມາດເບິ່ງໄດ້ໃນ <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">ເອກະສານ</a>",
+ "No suitable source for randomness found by PHP which is highly discouraged for security reasons. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "ບໍ່ມີການສຸມເລືອກ ໂດຍ PHP ຍ້ອນບັນຫາຄວາມປອດໄພສູງ . ສໍາລັບຂໍ້ມູນເພີ່ມເຕີມສາມາດເບິ່ງໄດ້ໃນ <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">ເອກະສານ</a>.",
+ "You are currently running PHP {version}. Upgrade your PHP version to take advantage of <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">performance and security updates provided by the PHP Group</a> as soon as your distribution supports it." : "ປະຈຸບັນທ່ານກໍາລັງດໍາເນີນການ PHP {ລູ້ນ}. ອັບເດດລຸ້ນ PHP ຂອງທ່ານເພື່ອ <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">ປັບປຸງປະສິດທິພາບ ແລະ ຄວາມປອດໄພທີ່ສະຫນອງໃຫ້ໂດຍກຸ່ມ PHP</a> ທັນທີທີ່ທ່ານສະຫນັບສະຫນູນມັນ.",
+ "The reverse proxy header configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If not, this is a security issue and can allow an attacker to spoof their IP address as visible to the Nextcloud. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "ການຕັ້ງຄ່າຫົວຂໍ້ reverse proxy ແມ່ນບໍ່ຖືກຕ້ອງ, ຫຼື ທ່ານກໍາລັງເຂົ້າເຖິງ Nextcloud ຈາກ proxy ທີ່ເຊື່ອຖືໄດ້. ຖ້າບໍ່ດັ່ງນັ້ນ, ນີ້ແມ່ນບັນຫາຄວາມປອດໄພ ແລະ ອາດເຮັດໃຫ້ມີຜູ້ໂຈມຕີ spoof ທີ່ຢູ່ IP ດັ່ງທີ່ເຫັນໃນ Nextcloud. ຂໍ້ມູນເພີ່ມເຕີມສາມາດເບິ່ງໄດ້ໃນ <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">ເອກະສານ</a>.",
+ "Memcached is configured as distributed cache, but the wrong PHP module \"memcache\" is installed. \\OC\\Memcache\\Memcached only supports \"memcached\" and not \"memcache\". See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">memcached wiki about both modules</a>." : "Memcached ຖືກຕັ້ງຄ່າເປັນ cache ແຈກຢາຍ, ແຕ່ໂມດູນ PHP ທີ່ບໍ່ຖືກຕ້ອງ \"memcache\" ຖືກຕິດຕັ້ງ. OCMemcacheMemcached ສະຫນັບສະຫນູນພຽງແຕ່ \"memcached\" ແລະ ບໍ່ແມ່ນ \"memcache\". ເບິ່ງ <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">wiki memcached ກ່ຽວກັບທັງສອງໂມດູນ</a>.",
+ "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">List of invalid files…</a> / <a href=\"{rescanEndpoint}\">Rescan…</a>)" : "ບາງຟາຍບໍ່ໄດ້ຜ່ານການກວດສອບຄວາມລະອຽດ. ຂໍ້ມູນເພີ່ມເຕີມກ່ຽວກັບວິທີແກ້ໄຂບັນຫານີ້ສາມາດເບິ່ງໄດ້ໃນ <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">ເອກະສານ</a>. ( <a href=\"{codeIntegrityDownloadEndpoint}\">ລາຍການຟາຍທີ່ບໍ່ຖືກຕ້ອງ... </a>/ <a href=\"{rescanEndpoint}\">ສະແກນຄືນໃໝ່...</a>)",
+ "The PHP OPcache module is not loaded. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance it is recommended</a> to load it into your PHP installation." : "ໂມດູນ PHP OPcache ບໍ່ໄດ້ຖືກໂຫຼດ. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">ສໍາລັບການປະຕິບັດທີ່ດີກວ່າມັນແນະນໍາ</a>ໃຫ້ ໂຫຼດ ມັນເຂົ້າໄປໃນການຕິດຕັ້ງ PHP ຂອງ ທ່ານ .",
+ "The PHP OPcache is not properly configured. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance it is recommended</a> to use the following settings in the <code>php.ini</code>:" : "PHP OPcache ບໍ່ໄດ້ຕັ້ງຄ່າຢ່າງຖືກຕ້ອງ. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">ສໍາລັບການປະຕິບັດທີ່ດີກວ່າແມ່ນແນະນໍາ </a>ໃຫ້ໃຊ້ການຕັ້ງຄ່າດັ່ງຕໍ່ໄປນີ້ໃນ <code>php.ini </code>",
+ "Some columns in the database are missing a conversion to big int. Due to the fact that changing column types on big tables could take some time they were not changed automatically. By running 'occ db:convert-filecache-bigint' those pending changes could be applied manually. This operation needs to be made while the instance is offline. For further details read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "ບາງ columns ໃນຖານຂໍ້ມູນແມ່ນຂາດການປ່ຽນ int . ເນື່ອງ ຈາກວ່າການປ່ຽນແປງແບບ column ໃນຕາຕະລາງໃຫຍ່ ອາດຈະໃຊ້ເວລາດົນ . ໂດຍການດຳເນີນ 'occ db:convert-filecache-bigint' ໃນຄະນະການປ່ຽນແປງ ກໍາລັງຄ້າງສາມາດນໍາໃຊ້ມືແປງໄດ້. ການດໍາເນີນ ງານນີ້ຈໍາເປັນຕ້ອງໄດ້ເຮັດໃນຂະນະທີ່ offline . ສໍາລັບລາຍລະອຽດເພີ່ມເຕີມອ່ານ <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">ຫນ້າເອກະສານກ່ຽວກັບສີ່ງນີ້</a>.",
+ "To migrate to another database use the command line tool: 'occ db:convert-type', or see the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation ↗</a>." : "ເພື່ອຍ້າຍໄປຢູ່ຖານຂໍ້ມູນອື່ນໃຊ້ເຄື່ອງມືຄໍາສັ່ງ: 'occ db:convert-type', ຫຼືເບິ່ງ<a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">ເອກະສານ↗</a>.",
+ "Use of the the built in php mailer is no longer supported. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Please update your email server settings ↗<a/>." : "ການໃຊ້ mailer ທີ່ສ້າງຂຶ້ນໃນ php ບໍ່ ໄດ້ ຮັບການສະຫນັບສະຫນູນອີກຕໍ່ໄປ. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">ກະລຸນາອັບເດດການຕັ້ງຄ່າ server ອີເມວຂອງທ່ານ ↗<a/>.",
+ "MySQL is used as database but does not support 4-byte characters. To be able to handle 4-byte characters (like emojis) without issues in filenames or comments for example it is recommended to enable the 4-byte support in MySQL. For further details read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "MySQL ຖືກນໍາໃຊ້ເປັນຖານຂໍ້ມູນແຕ່ບໍ່ສະຫນັບສະຫນູນຕົວອັກສອນ 4 byte. ເພື່ອ ໃຫ້ ສາມາດຮັບມືກັບຕົວອັກສອນບັນຈຸເຖິງ 4-byte (ເຊັ່ນ emojis) ຫຼື ຕົວຢ່າງ ແນະນໍາໃຫ້ ການສະຫນັບສະຫນູນບັນຈຸເຖິງ 4 byte ໃນ MySQL . ສໍາລັບລາຍລະອຽດເພີ່ມເຕີມອ່ານ <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">ຫນ້າເອກະສານກ່ຽວກັບເລື່ອງນີ້</a>.",
+ "You are accessing your instance over a secure connection, however your instance is generating insecure URLs. This most likely means that you are behind a reverse proxy and the overwrite config variables are not set correctly. Please read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "ທ່ານກໍາລັງເຂົ້າເຖິງຕົວຢ່າງກ່ຽວ ກັບການຕິດຕໍ່ທີ່ປອດໄພ, ເຖິງຢ່າງໃດກໍຕາມຕົວຢ່າງ ຂອງທ່ານແມ່ນການ ສ້າງ URLs ທີ່ບໍ່ປອດໄພ . ຫມາຍຄວາມວ່າທ່ານຢູ່ເບື້ອງຫຼັງ proxy reverse ແລະ ຕົວປ່ຽນ config overwrite ບໍ່ໄດ້ກໍານົດຢ່າງຖືກຕ້ອງ. ກະລຸນາອ່ານ<a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">ຫນ້າເອກະສານກ່ຽວກັບເລື່ອງນີ້</a>.",
+ "The \"{header}\" HTTP header is not set to \"{val1}\", \"{val2}\", \"{val3}\", \"{val4}\" or \"{val5}\". This can leak referer information. See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{link}\">W3C Recommendation ↗</a>." : "ຫົວຂໍ້ \"{header}\" HTTP ບໍ່ໄດ້ກໍານົດ\"{val1}\", \"{val2}\", \"{val3}\", \"{val4}\" ຫຼື \"{val5}\". ສາມາດລະບາຍຂໍ້ມູນ referer. ເບິ່ງ <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{link}\">ຄໍາແນະນໍາ 1W3C ↗1</a>.",
+ "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the <a href=\"{docUrl}\" rel=\"noreferrer noopener\">security tips ↗</a>." : "ຫົວຂໍ້ \"Strict-Transport-Security\" HTTP ບໍ່ໄດ້ກໍານົດໄວ້ \"{seconds}\" ວິນາທີ. ເພື່ອເພິ່ມຄວາມປອດໄພ, ແນະນໍາໃຫ້ເຮັດ HSTS ຕາມທີ່ໄດ້ລະບຸ<a href=\"{docUrl}\" rel=\"noreferrer noopener\">ໄວ້ໃນຄໍາແນະນໍາດ້ານຄວາມປອດໄພ ↗</a>.",
+ "Accessing site insecurely via HTTP. You are strongly advised to set up your server to require HTTPS instead, as described in the <a href=\"{docUrl}\">security tips ↗</a>." : "ການເຂົ້າເຖິງເວັບໄຊບໍ່ມີຄວາມປອດໄພ ຜ່ານ HTTP. ທ່ານໄດ້ ຮັບຄໍາແນະນໍາ ຕິດຕັ້ງ server ຂອງ ທ່ານ ເພື່ອ ຮຽກຮ້ອງ HTTPS ແທນ , ດັ່ງ ທີ່ໄດ້ບັນ ຍາຍໃນຄໍາ <a href=\"{docUrl}\">ແນະນໍາຄວາມປອດ ໄພ ↗</a> .",
+ "Continue to Nextcloud" : "ສືບຕໍ່ Nextcloud",
+ "_The update was successful. Redirecting you to Nextcloud in %n second._::_The update was successful. Redirecting you to Nextcloud in %n seconds._" : ["ການປັບປຸງໄດ້ສໍາເລັດ. ການນໍາທ່ານໄປຫາ Nextcloud ໃນ %nວິນາທີ."],
+ "Searching other places" : "ການຄົ້ນຫາສະຖານທີ່ອື່ນໆ",
+ "No search results in other folders for {tag}{filter}{endtag}" : "ບໍ່ມີຜົນການຄົ້ນຫາໃນໂຟນເດີອື່ນໆສໍາລັບ {tag}{filter}{endtag}",
+ "_{count} search result in another folder_::_{count} search results in other folders_" : ["{count} ຜົນການຄົ້ນຫາໃນໂຟນເດີອື່ນໆ"],
+ "A password reset message has been sent to the e-mail address of this account. If you do not receive it, check your spam/junk folders or ask your local administrator for help." : "ມີການສົ່ງຂໍ້ຄວາມການຕັ້ງລະຫັດຜ່ານໄປຫາທີ່ຢູ່ອີເມວຂອງບັນຊີນີ້. ຖ້າທ່ານບໍ່ໄດ້ຮັບ, ໃຫ້ກວດເບິ່ງໂຟນເດີ spam/junk ຂອງທ່ານ ຫຼື ຂໍຄວາມຊ່ວຍເຫຼືອຈາກເບີ່ງລະບົບຂອງທ່ານ.",
+ "Password can not be changed. Please contact your administrator." : "ບໍ່ສາມາດປ່ຽນລະຫັດຜ່ານໄດ້. ກະລຸນາຕິດຕໍ່ຜູ້ເບິ່ງລະບົບຂອງທ່ານ.",
+ "Could not fetch list of apps from the app store." : "ບໍ່ສາມາດເກັບລາຍຊື່ແອັບ ຈາກບ່ອນເກັບແອັບໄດ້.",
+ "Nextcloud {app}" : "Nextcloud {app}",
+ "Can't install this app because it is not compatible" : "ບໍ່ສາມາດຕິດຕັ້ງແອັບນີ້ໄດ້ ເພາະມັນບໍ່ເຂົ້າກັນໄດ້",
+ "Can't install this app" : "ບໍ່ສາມາດຕິດຕັ້ງແອັບນີ້ໄດ້",
+ "These apps will be updated:" : "ແອັບເຫຼົ່ານີ້ຈະໄດ້ຮັບການປັບປຸງ:",
+ "For more details see the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "ສໍາລັບລາຍລະອຽດເພີ່ມເຕີມເບິ່ງ <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">ເອກະສານ</a>."
+},
+"nplurals=1; plural=0;");
diff --git a/core/l10n/lo.json b/core/l10n/lo.json
new file mode 100644
index 00000000000..abb5095a691
--- /dev/null
+++ b/core/l10n/lo.json
@@ -0,0 +1,399 @@
+{ "translations": {
+ "Please select a file." : "ກະລຸນາເລືອກຟາຍ",
+ "File is too big" : "ຟາຍໃຫຍ່ໂພດ",
+ "The selected file is not an image." : "ຟາຍທີ່ເລືອກບໍ່ແມ່ນຮູບ",
+ "The selected file cannot be read." : "ຟາຍທີ່ເລືອກບໍ່ສາມາດອ່ານໄດ້",
+ "Invalid file provided" : "ຟາຍບໍ່ຖືກຕ້ອງ",
+ "No image or file provided" : "ບໍ່ມີຮູບພາບ ຫຼື ຟາຍ",
+ "Unknown filetype" : "ບໍ່ຮູ້ປະເພດຂອງຟາຍ",
+ "Invalid image" : "ບໍ່ມີຮູບພາບ",
+ "An error occurred. Please contact your admin." : "ຄັດຂ້ອງ ກະລຸນລາຕິດຕໍ່ ທີມບໍລິຫານ",
+ "No temporary profile picture available, try again" : "ບໍ່ມີຮູບພາບ ຫຼື ຟາຍຊົ່ວຄາວ, ກະລຸນນາ ລອງໃໝ່",
+ "No crop data provided" : "ບໍ່ມີຂໍ້ມູນທີຕັດຕໍ່ປ້ອນເຂົ້າ",
+ "No valid crop data provided" : "ບໍ່ມີຂໍ້ມູນຕັດຕໍ່ທີຖືກຕ້ອງປ້ອນເຂົ້າ",
+ "Crop is not square" : "ການຕັດຕໍ່ບໍ່ເປັນຮູບສີ່ຫຼຽມ",
+ "State token does not match" : "ສະຖານະຂອງໂຕກເກັນບໍ່ຕົງກັນ",
+ "Invalid app password" : "ລະຫັດຜ່ານບໍ່ຖືກຕ້ອງ",
+ "Could not complete login" : "ບໍ່ສາມາດເຂົ້າລະບົບໄດ້",
+ "Your login token is invalid or has expired" : "ໂຕກເກັນເຂົ້າລະບົບບໍ່ຖືກຕ້ອງ ຫຼື ໝົດອາຍຸ",
+ "Password reset is disabled" : "ບໍ່ສາມາດປ່ຽນລະຫັດຜ່ານ",
+ "Couldn't reset password because the token is invalid" : "ບໍ່ສາມາດປ່ຽນລະຫັດຜ່ານ ເພາະ ໂຕກເກັນ ບໍ່ຖືກຕ້ອງ",
+ "Couldn't reset password because the token is expired" : "ບໍ່ສາມາດປ່ຽນລະຫັດຜ່ານ ເພາະ ໂຕກເກັນ ໝົດອາຍຸ",
+ "%s password reset" : " ປ່ຽນລະຫັດຜ່ານ%s",
+ "Password reset" : "ປ່ຽນບະຫັດຜ່ານ",
+ "Click the following button to reset your password. If you have not requested the password reset, then ignore this email." : "ກົດປຸ່ມນີ້ເພື່ອປ່ຽນລະຫັດຜ່ານ. ຖ້າຫາກທ່ານບໍ່ໄດ້ຮ້ອງຂໍການປ່ຽນລະຫັດຜ່ານ, ກະລຸນນາຍົກເລີກ ເມລນີ້. ",
+ "Click the following link to reset your password. If you have not requested the password reset, then ignore this email." : "ກົດປຸ່ມນີ້ເພື່ອປ່ຽນລະຫັດຜ່ານ. ຖ້າຫາກທ່ານບໍ່ໄດ້ຮ້ອງຂໍການປ່ຽນລະຫັດຜ່ານ, ກະລຸນນາຍົກເລີກ ເມລນີ້. ",
+ "Reset your password" : "່ປ່ຽນລະຫັດຜ່ານ",
+ "Nextcloud Server" : "ເຊີບເວີ ເນັກຄຮາວ",
+ "Some of your link shares have been removed" : "ບາງລີ້ງທີທ່ານໄດ້ແບ່ງປັນຖືກຍົກເລີກແລ້ວ",
+ "Due to a security bug we had to remove some of your link shares. Please see the link for more information." : "ເນື່ອງຈາກບັນຫາດ້ານຄວາມປອດໄພ, ພວກເຮົາໄດ້ຍົກເລິກການແບ່ງປັນລີ້ງ. ສໍາລັບຂໍ້ມູນເພີ່ມເຕີ່ມ ກະລຸນນາກົດເບີ່ງລີງ ",
+ "The user limit of this instance is reached." : "ຮອດກໍານົດ ຈໍາກັດຈໍານວນຜູ້ໃຊ້ແລ້ວ",
+ "Enter your subscription key to increase the user limit. For more information about Nextcloud Enterprise see our website." : "ໃສ່ລະຫັດຜ່ານສະໝັກ ເພື່ອເພີ່ມຂີດຄວາມສາມາດຂອງຜູ້ໃຊ້. ສຳລັບຂໍ້ມູນເພີ່ມເຕີມກ່ຽວກັບ Nextcloud ສາມາດເບິ່ງເວັບໄຊທ໌ຂອງພວກເຮົາ.",
+ "Preparing update" : "ກະກຽມອັບເດດ",
+ "[%d / %d]: %s" : "[%d/%d]:%s",
+ "Repair step:" : "ຂັ້ນຕອນໃນການປັບປຸງ",
+ "Repair info:" : "ຂໍ້ມູນໃນການປັບປຸງ",
+ "Repair warning:" : "ຄໍາເຕືອນ ການປັບປຸງ",
+ "Repair error:" : "ການປັບປຸງຄັດຂ້ອງ",
+ "Please use the command line updater because automatic updating is disabled in the config.php." : "ກະລຸນາໃຊ້ ຄໍາສັ່ງ ປັບປຸງ ເພາະການອັບເດດໂດຍອັດຕະໂນມັດຖືກປິດໃນລະບົບການຕັ້ງຄ່າ config.php.",
+ "[%d / %d]: Checking table %s" : "[%d/%d]:ກວດເບີ່ງຕາຕະລາງ %s",
+ "Turned on maintenance mode" : "ເປີດໂມດການບໍາລຸງຮັກສາ",
+ "Turned off maintenance mode" : "ປິດໂມດການບໍາລຸງຮັກສາ",
+ "Maintenance mode is kept active" : "ໂມດການບໍາລຸງຮັກສາໄດ້ຖືກເປີດປະໄວ້",
+ "Updating database schema" : "ກໍາລັງອັບເດດແຜນຜັງຖານຂໍ້ມູນ",
+ "Updated database" : "ຖານຂໍ້ມູນອັບເດດແລ້ວ",
+ "Checking whether the database schema for %s can be updated (this can take a long time depending on the database size)" : "ກວດເບິ່ງວ່າແຜນຜັງຖານຂໍ້ມູນ ສຳລັບ %s ສາມາດອັບເດດໄດ້ ຫລື ບໍ່ (ມັນອາດໃຊ້ເວລາດົນ ອີງຕາມຂະໜາດ ຂອງຖານຂໍ້ມູນ)",
+ "Updated \"%1$s\" to %2$s" : "ອັບເດດ \"%1$s\" ຫາ %2$s",
+ "Set log level to debug" : "ກໍານົດລະດັບຂອງ Log ເພື່ອແກ້ຈຸດບົກຜ່ອງ",
+ "Reset log level" : "ຕັ້ງລະດັບ Log ຄືນໃໝ່",
+ "Starting code integrity check" : "ເລີ່ມຕົ້ນກວດສອບຄວາມສົມບູນຂອງລະຫັດ",
+ "Finished code integrity check" : "ສໍາເລັດກວດສອບຄວາມສົມບູນຂອງລະຫັດ",
+ "%s (incompatible)" : "%s (ຂັດແຍ້ງ)",
+ "The following apps have been disabled: %s" : "ແອັບດັ່ງກ່າວໄດ້ຖືກປີດໄວ້:%s",
+ "Already up to date" : "ໄດ້ອັບເດດແລ້ວ",
+ "Your web server is not yet properly set up to allow file synchronization, because the WebDAV interface seems to be broken." : "ເວັບເຊີບເວີ ຂອງທ່ານຍັງບໍ່ຖືກຕັ້ງຄ່າຢ່າງຖືກຕ້ອງເພື່ອອະນຸຍາດໃຫ້ຟາຍເອກະສານກົງກັນ, ເພາະວ່າອິນເຕີເຟດ WebDAV ອາດຖືກທໍາລາຍ ",
+ "Your web server is not properly set up to resolve \"{url}\". Further information can be found in the {linkstart}documentation ↗{linkend}." : "ເວັບໄຊຂອງທ່ານບໍ່ໄດ້ຖືກຕິດຕັ້ງຢ່າງຖືກຕ້ອງ ເພື່ອແກ້ ໄຂ \"{url}\" . ຂໍ້ມູນເພີ່ມເຕີມສາມາດເບິ່ງໄດ້ໃນເອກະສານ {linkstart}↗{linkend}.",
+ "Your web server is not properly set up to resolve \"{url}\". This is most likely related to a web server configuration that was not updated to deliver this folder directly. Please compare your configuration against the shipped rewrite rules in \".htaccess\" for Apache or the provided one in the documentation for Nginx at it's {linkstart}documentation page ↗{linkend}. On Nginx those are typically the lines starting with \"location ~\" that need an update." : "ເວັບໄຊຂອງທ່ານບໍ່ໄດ້ຕິດຕັ້ງຢ່າງຖືກຕ້ອງ ເພື່ອແກ້ ໄຂ \"{url}\" . ກ່ຽວຂ້ອງກັບການຕັ້ງຄ່າເວັບໄຊທີ່ບໍ່ມີການປັບປຸງເພື່ອສົ່ງໂຟນເດີນີ້ໂດຍກົງ. ກະລຸນາປຽບທຽບການຕັ້ງຄ່າຂອງທ່ານກັບກົດລະບຽບການຂຽນຄືນທີ່ຖືກສົ່ງໃນ \".htaccess\" ສໍາລັບ Apache ຫຼື ທີ່ສະຫນອງໃນເອກະສານສໍາລັບ Nginx ທີ່ມັນເປັນ {linkstart}ຫນ້າເອກະສານ↗{linkend}. ໃນ Nginx ເຫຼົ່ານັ້ນໂດຍປົກກະຕິແລ້ວແມ່ນເລີ່ມຕົ້ນດ້ວຍ \"ສະຖານທີ່ ~\" ທີ່ຕ້ອງການການປັບປຸງ.",
+ "Your web server is not properly set up to deliver .woff2 files. This is typically an issue with the Nginx configuration. For Nextcloud 15 it needs an adjustement to also deliver .woff2 files. Compare your Nginx configuration to the recommended configuration in our {linkstart}documentation ↗{linkend}." : "ເວັບ ໄຊຂອງທ່ານບໍ່ໄດ້ ຕິດຕັ້ງຢ່າງຖືກຕ້ອງເພື່ອສົ່ງຟາຍ ໌.woff2 . ໂດຍປົກກະຕິແລ້ວແມ່ນບັນຫາທີ່ມີການຕັ້ງຄ່າ Nginx. ສໍາລັບ Nextcloud 15 ມັນຈໍາເປັນຕ້ອງມີການປັບຕົວເພື່ອສົ່ງຟາຍ .woff2 ອີກດ້ວຍ. ປຽບທຽບການຕັ້ງຄ່າ Nginx ຂອງທ່ານກັບການຕັ້ງຄ່າທີ່ ແນະນໍາໃນເອກະສານ {linkstart} ຂອງພວກເຮົາ ↗{linkend}.",
+ "PHP does not seem to be setup properly to query system environment variables. The test with getenv(\"PATH\") only returns an empty response." : "PHP ບໍ່ໄດ້ຮັບການຕັ້ງຄ່າຢ່າງເຫມາະສົມເພື່ອສອບຖາມຕົວແປສະພາບແວດລ້ອມຂອງລະບົບ. ການທົດສອບກັບ getenv(\"PATH\") ພຽງແຕ່ກັບຄືນການຕອບສະຫນອງທີ່ຫວ່າງເປົ່າ.",
+ "Please check the {linkstart}installation documentation ↗{linkend} for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "ກະລຸນາກວດເບິ່ງເອກະສານການຕິດຕັ້ງ {linkstart}↗{linkend} ສໍາລັບບັນທຶກການຕັ້ງຄ່າ PHP ແລະ ການຕັ້ງຄ່າ PHP ຂອງ server ຂອງທ່ານ, ໂດຍສະເພາະເມື່ອໃຊ້ php-fpm.",
+ "The read-only config has been enabled. This prevents setting some configurations via the web-interface. Furthermore, the file needs to be made writable manually for every update." : "ການຕັ້ງຄ່າແບບອ່ານເທົ່ານັ້ນໄດ້ຖືກເປີດໃຊ້. ການຕັ້ງຄ່າປ້ອງກັນບາງຢ່າງຜ່ານເວັບໄຊ. ຍິ່ງໄປກວ່ານັ້ນ, ຟາຍຈໍາເປັນຕ້ອງໄດ້ຂຽນດ້ວຍມືສໍາລັບທຸກໆການປັບປຸງ.",
+ "Your database does not run with \"READ COMMITTED\" transaction isolation level. This can cause problems when multiple actions are executed in parallel." : "ຖານຂໍ້ມູນຂອງທ່ານບໍ່ສາມາດດຳເນີນການກັບ \"READ COMMITTED”. ປະເພດການເຮັດທຸລະກຳລະດັບນີ້ “ ຊື່ງອາດເຮັດໃຫ້ເກີດບັນຫາ ໃນເວລາ ເປີດການປະຕິບັດການຫຼາຍ ລາຍການພ້ອມກັນ.",
+ "The PHP module \"fileinfo\" is missing. It is strongly recommended to enable this module to get the best results with MIME type detection." : "ໂມດູນ PHP \"fileinfo\" ຫາຍໄປ. ແນະນຳ ໃຫ້ເປີດໃຊ້ໂມດູນນີ້ ເພື່ອໃຫ້ ໄດ້ຜົນທີ່ດີທີ່ສຸດ ເມື່ອຮ່ວມການກວດກາ MIME",
+ "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems. See the {linkstart}documentation ↗{linkend} for more information." : "ການລັອກຟາຍ ທຸລະກຳ ແມ່ນຖືກປິດ, ອາດຈະນໍາໄປສູ່ບັນຫາຈຳເເນກ. ເຮັດໃຫ້ \"filelocking.enabled\" ໃນ config.php ເພື່ອຫຼີກເວັ້ນບັນຫາເຫຼົ່ານີ້. ເບິ່ງ{linkstart}ເອກະສານ ↗{linkend} ສໍາລັບຂໍ້ມູນເພີ່ມເຕີມ.",
+ "If your installation is not installed at the root of the domain and uses system cron, there can be issues with the URL generation. To avoid these problems, please set the \"overwrite.cli.url\" option in your config.php file to the webroot path of your installation (suggestion: \"{suggestedOverwriteCliURL}\")" : "ຖ້າ ການຕິດຕັ້ງລະບົບຂອງທ່ານບໍສໍາເລັດ ໃນ root ຂອງໂດເມນ ແລະ ນໍາໃຊ້ໃນລະບົບ cron, ອາດຈະເກີດມາຈາກ ບັນຫາການສ້າງ URL. ເພື່ອຫຼີກລ້ຽງບັນຫາດດັ່ງກ່າວ, ກະລຸນນາ ຕັ້ງຄ່າທາງເລືອກໃນ config.php file ເປັນ \"overwrite.cli.url\" ໃນ webroot ຂອງການຕັ້ງຄ່າ. ( ແນະນໍາ : \"{suggestedOverwriteCliURL}\")",
+ "Your installation has no default phone region set. This is required to validate phone numbers in the profile settings without a country code. To allow numbers without a country code, please add \"default_phone_region\" with the respective {linkstart}ISO 3166-1 code ↗{linkend} of the region to your config file." : "ການຕິດຕັ້ງຂອງທ່ານບໍ່ໄດ້ກໍານົດເຂດບໍລິການໂທລະສັບ. ນີ້ແມ່ນຈໍາເປັນເພື່ອຢັ້ງຢືນເບີໂທລະສັບໃນການຕັ້ງຄ່າໂປຟາຍ ທີບໍ່ມີລະຫັດປະເທດ. ເພື່ອອະນຸຍາດ ເລກໝາຍ ທີ່ບໍ່ມີລະຫັດປະເທດ, ກະລຸນາເພີ່ມ \"ກໍານົດເຂດບໍລິການໂທລະສັບ\" ທີ່ມີລະຫັດ {linkstart}ລະຫັດ ISO 3166-1 ↗{linkend} ເຂດພື້ນທີ່ໃສ່ຟາຍ config ຂອງທ່ານ.",
+ "It was not possible to execute the cron job via CLI. The following technical errors have appeared:" : "ເປັນໄປບໍ່ໄດ້ ທີ່ຈະດໍາເນີນງານcron ຜ່ານ CLI ໄດ້ . ຂໍ້ຜິດພາດທາງດ້ານເຕັກນິກໄດ້ປາກົດຂື້ນ:",
+ "Last background job execution ran {relativeTime}. Something seems wrong. {linkstart}Check the background job settings ↗{linkend}." : "ການປະຕິບັດວຽກງານພື້ນຖານຄັ້ງສຸດທ້າຍໄດ້ ດຳເນີນ {relativeTime}. ມີ{linkstart} ບາງຢ່າງຜິດ, ກວດສອບການຕັ້ງຄ່າ↗{linkend}ພື້ນຖານ ",
+ "This server has no working Internet connection: Multiple endpoints could not be reached. This means that some of the features like mounting external storage, notifications about updates or installation of third-party apps will not work. Accessing files remotely and sending of notification emails might not work, either. Establish a connection from this server to the Internet to enjoy all features." : "ເວັບໄຊ ບໍ່ມີການເຊື່ອມຕໍ່ອິນເຕີເນັດ: ຫຼາຍຈຸດສຸດທ້າຍບໍ່ສາມາດເຂົ້າເຖິງໄດ້. ຫມາຍຄວາມວ່າຄຸນສົມບັດບາງຢ່າງເຊັ່ນການ ຕິດຕັ້ງພື້ນທີເກັບຂໍ້ມູນພາຍນອກ, ການແຈ້ງເຕືອນ ກ່ຽວກັບການອັບເດດ ຫຼື ການ ຕິດຕັ້ງຂອງ apps ຂອງ ພາກ ສ່ວນທີສາມຈະບໍ່ໄດ້ ຜົນ . ການເຂົ້າເຖິງຟາຍຈາກບ່ອນທີ່ຫ່າງໄກ ແລະ ການສົ່ງອີເມວແຈ້ງເຕືອນອາດຈະບໍ່ເຮັດວຽກເຊັ່ນກັນ. ຕ້ອງສ້າງການເຊື່ອມຕໍ່ຈາກ server ກັບອິນເຕີເນັດເພື່ອເຂົ້າເຖິງກັບຄຸນລັກສະນະທັງຫມົດ.",
+ "No memory cache has been configured. To enhance performance, please configure a memcache, if available. Further information can be found in the {linkstart}documentation ↗{linkend}." : "ບໍ່ມີການຕັ້ງຄ່າ cache ຄວາມຈໍາ. ເພື່ອເພີ່ມປະສິດທິພາບ, ກະລຸນາຕັ້ງຄ່າ memcache, ຖ້າມີ. ຂໍ້ມູນເພີ່ມເຕີມສາມາດເບິ່ງໄດ້ໃນ {linkstart} ເອກະສານ ↗{linkend}.",
+ "No suitable source for randomness found by PHP which is highly discouraged for security reasons. Further information can be found in the {linkstart}documentation ↗{linkend}." : "ບໍ່ມີແຫລ່ງທີ່ເຫມາະ ສົມສໍາລັບການສູມເອົາ ທີ່ພົບໂດຍ PHP ຊຶ່ງເຫດຜົນຄວາມປອດ ໄພ . ຂໍ້ມູນເພີ່ມເຕີມສາມາດເບິ່ງໄດ້ໃນ{linkstart}ເອກະສານ ↗{linkend}.",
+ "You are currently running PHP {version}. Upgrade your PHP version to take advantage of {linkstart}performance and security updates provided by the PHP Group ↗{linkend} as soon as your distribution supports it." : "ປະຈຸບັນທ່ານກໍາລັງດໍາເນີນການ PHP {version}. ອັບເດດລຸ້ນ PHP ຂອງທ່ານເພື່ອໃຊ້ ປະສິດທິພາບ {linkstart} ແລະ ການປັບປຸງຄວາມປອດໄພທີ່ສະຫນອງໃຫ້ໂດຍກຸ່ມ↗{linkend} PHP ທັນທີທີ່ການແຈກຢາຍຂອງທ່ານສະຫນັບສະຫນູນມັນ.",
+ "Nextcloud 20 is the last release supporting PHP 7.2. Nextcloud 21 requires at least PHP 7.3." : "Nextcloud 20 ເປັນສະບັບສຸດທ້າຍທີ່ສະຫນັບສະຫນູນ PHP 7.2. Nextcloud 21 ຊື່ງຕ້ອງມີ PHP 7.3.",
+ "The reverse proxy header configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If not, this is a security issue and can allow an attacker to spoof their IP address as visible to the Nextcloud. Further information can be found in the {linkstart}documentation ↗{linkend}." : "ການຕັ້ງຄ່າຫົວຂໍ້ proxy ກັບຄືນບໍ່ຖືກຕ້ອງ, ຫຼື ທ່ານກໍາລັງເຂົ້າເຖິງ Nextcloud ຈາກ proxy ທີ່ເຊື່ອຖືໄດ້. ຖ້າບໍ່ດັ່ງນັ້ນ, ນີ້ແມ່ນບັນຫາຄວາມປອດໄພ ແລະ ສາມາດອະນຸຍາດໃຫ້ຜູ້ໂຈມຕີ spoof ທີ່ຢູ່ IP ຂອງພວກເຂົາດັ່ງທີ່ເຫັນໄດ້ກັບ Nextcloud. ຂໍ້ມູນເພີ່ມເຕີມສາມາດເບິ່ງໄດ້ໃນ{linkstart}ເອກະສານ ↗{linkend}.",
+ "Memcached is configured as distributed cache, but the wrong PHP module \"memcache\" is installed. \\OC\\Memcache\\Memcached only supports \"memcached\" and not \"memcache\". See the {linkstart}memcached wiki about both modules ↗{linkend}." : "cachedຄວາມຈຳ ຖືກຕັ້ງຄ່າ ເປັນ cache ແຈກຢາຍ, ແຕ່ໂມດູນ PHP ທີ່ບໍ່ຖືກຕ້ອງ \"memcache\" ຖືກຕິດຕັ້ງ. OCMemcacheMemcached ສະຫນັບສະຫນູນພຽງແຕ່ \"memcached\" ແລະ ບໍ່ແມ່ນ \"memcache\". ເບິ່ງ {linkstart}memcached wiki ກ່ຽວກັບທັງສອງ↗{linkend}ໂມດູນ ",
+ "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in the {linkstart1}documentation ↗{linkend}. ({linkstart2}List of invalid files…{linkend} / {linkstart3}Rescan…{linkend})" : "ບາງຟາຍບໍ່ໄດ້ຜ່ານການກວດສອບຄວາມເຊື່ຶອຖື. ຂໍ້ມູນເພີ່ມເຕີມກ່ຽວກັບວິທີແກ້ໄຂບັນຫານີ້ສາມາດເບິ່ງໄດ້ໃນ {linkstart1}ເອກະສານ↗{linkend}/({linkstart2}ລາຍການຟາຍ.. {linkend} / {linkstart3}Rescan... {linkend})",
+ "The PHP OPcache module is not loaded. {linkstart}For better performance it is recommended ↗{linkend} to load it into your PHP installation." : "ໂມດູນ PHP OPcache ບໍ່ໄດ້ຖືກໂຫຼດ. {linkstart} ສໍາລັບການປະຕິບັດທີ່ດີກວ່າ ໄດ້ຮັບ ການແນະນໍາ ↗{linkend} ເພື່ອ ໂຫຼດ ມັນ ເຂົ້າ ໄປ ໃນ ການ ຕິດ ຕັ້ງ PHP ຂອງ ທ່ານ .",
+ "The PHP OPcache module is not properly configured. {linkstart}For better performance it is recommended ↗{linkend} to use the following settings in the <code>php.ini</code>:" : "ໂມດູນ PHP OPcache ບໍ່ໄດ້ຕັ້ງຄ່າຢ່າງເຫມາະສົມ. {linkstart} ສໍາລັບການປະຕິບັດງານທີ່ດີກວ່າແມ່ນແນະນໍາໃຫ້ ↗{linkend} ເພື່ອໃຊ້ການຕັ້ງຄ່າດັ່ງຕໍ່ໄປນີ້ໃນ php.ini:",
+ "The PHP function \"set_time_limit\" is not available. This could result in scripts being halted mid-execution, breaking your installation. Enabling this function is strongly recommended." : "ບໍ່ມີ ການກໍານົດ ຫນ້າທີ່ PHP \"ກໍານົດເວລາ\". ອາດຈະເຮັດໃຫ້ scripts ຖືກຢຸດກາງ ການດໍາເນີນງານ, ແລະທໍາລາຍການຕິດຕັ້ງຂອງທ່ານ. ເນະນໍາໃຫ້ເປີດນໍາໃຊ້ ການກໍານົດເວລາ.",
+ "Your PHP does not have FreeType support, resulting in breakage of profile pictures and the settings interface." : "PHP ຂອງທ່ານບໍ່ໄດ້ຮັບການສະຫນັບສະຫນູນ FreeType, ເຮັດໃຫ້ຮູບພາບໜ້າປົກຄວາມຄົມຊັດບໍ່ລະອຽດ ລວມທັງບັນຫາ ການຕັ້ງຄ່າ interface.",
+ "Missing index \"{indexName}\" in table \"{tableName}\"." : "ບໍ່ມີຊື່ index \"{indexName}\" ໃນຕາຕະລາງ \"{tableName}\".",
+ "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "ຖານຂໍ້ມູນຂາດດັດຊະນີບາງຢ່າງບໍ່ເຫັນ. ເນື່ອງຈາກວ່າການເພີ່ມດັດຊະນີໃສ່ຕາຕະລາງໃຫຍ່ອາດຈະໃຊ້ ເວລາດົນ . ໂດຍການດຳເນີນ \"occ db:add-missing-indices\" ດັດຊະນີທີ່ຂາດໄປ ສາມາດເພີ່ມໄດ້ດ້ວຍມືໃນຂະນະທີ່ຕົວຢ່າງຍັງດໍາເນີນການຕໍ່ໄປ. ເມື່ອດັດຊະນີຖືກຕື່ມຄໍາສອບຖາມໃສ່ຕາຕະລາງເຫຼົ່ານັ້ນຕາມປົກກະຕິແລ້ວຈະໄວຂຶ້ນຫຼາຍ.",
+ "Missing primary key on table \"{tableName}\"." : "ຂາດລະຫັດເຂົ້າເຖິງຕາຕະລາງ \"{tableName}\".",
+ "The database is missing some primary keys. Due to the fact that adding primary keys on big tables could take some time they were not added automatically. By running \"occ db:add-missing-primary-keys\" those missing primary keys could be added manually while the instance keeps running." : "ຖານຂໍ້ມູນຂາດລະຫັດບາງຢ່າງ. ເນື່ອງຈາກວ່າການເພີ່ມກະແຈຕົ້ນຕໍໃສ່ ໂຕະໃຫຍ່ ອາດ ຈະໃຊ້ ເວລາດົນນານທີ່ພວກເຂົາເຈົ້າບໍ່ໄດ້ ຖືກຕື່ມໂດຍອັດຕະໂນມັດ . ໂດຍການແລ່ນ \"occ db:add-missing-primary-keys\" ຂາດກະແຈຕົ້ນຕໍເຫຼົ່ານັ້ນສາມາດເພີ່ມໄດ້ດ້ວຍມືໃນຂະນະທີ່ຕົວຢ່າງຍັງດໍາເນີນການຕໍ່ໄປ.",
+ "Missing optional column \"{columnName}\" in table \"{tableName}\"." : "ຂາດ column ທາງເລືອກ \"{columnName}\" ໃນຕາຕະລາງ \"{tableName}\".",
+ "The database is missing some optional columns. Due to the fact that adding columns on big tables could take some time they were not added automatically when they can be optional. By running \"occ db:add-missing-columns\" those missing columns could be added manually while the instance keeps running. Once the columns are added some features might improve responsiveness or usability." : "ຖານຂໍ້ມູນແມ່ນຂາດບາງ columns ທາງເລືອກ. ເນື່ອງຈາກວ່າການເພີ່ມ columns ໃສ່ ຕາຕະລາງໃຫຍ່ ອາດ ຈະ ໃຊ້ເວລາດົນ ທີ່ບໍ່ໄດ້ຕື່ມໂດຍອັດຕະໂນມັດ ເມື່ອເລືອກ ໄດ້ . ໂດຍການດຳ \"occ db:add-missing-columns\" columns ທີ່ຂາດໄປສາມາດເພີ່ມໄດ້ດ້ວຍມືໃນຂະນະທີ່ຕົວຢ່າງຍັງດໍາເນີນການຕໍ່ໄປ. ເມື່ອມີການເພີ່ມ columns ອາດຈະປັບປຸງການຕອບສະຫນອງ ຫຼື ການໃຊ້ງານ.",
+ "This instance is missing some recommended PHP modules. For improved performance and better compatibility it is highly recommended to install them." : "ຕົວຢ່າງເເນະນຳຂາດໂມດູນ PHP, ສໍາລັບການປັບປຸງ ແລະ ການປະຕິບັດທີ່ດີກວ່າ ນັ້ນ ແມ່ນແນະນໍາໃຫ້ຕິດຕັ້ງ ",
+ "Module php-imagick in this instance has no SVG support. For better compatibility it is recommended to install it." : "ໂມດູນ php-imagick ໃນກໍລະນີນີ້ບໍ່ມີການສະຫນັບສະຫນູນ SVG. ເພື່ອຄວາມສອດຄ່ອງທີ່ດີກວ່າແມ່ນແນະນໍາໃຫ້ຕິດຕັ້ງ.",
+ "Some columns in the database are missing a conversion to big int. Due to the fact that changing column types on big tables could take some time they were not changed automatically. By running 'occ db:convert-filecache-bigint' those pending changes could be applied manually. This operation needs to be made while the instance is offline. For further details read {linkstart}the documentation page about this ↗{linkend}." : "ບາງຄໍລໍາໃນຖານຂໍ້ມູນແມ່ນຂາດການປ່ຽນ ໂຕແປໃຫຍ່ ໃຫຍ່ . ເນື່ອງຈາກວ່າການປ່ຽນ ແປງແບບ column ໃນຕາຕະລາງ ອາດຈະໃຊ້ ເວລາດົນ ທີ່ພວກເຂົາເຈົ້າບໍ່ໄດ້ ປ່ຽນແປງ ໂດຍອັດຕະໂນມັດ . ໂດຍການແລ່ນ 'occ db:convert-filecache-bigint' ຜຸ້ທີ່ກໍາລັງປ່ຽນແປງທີ່ກໍາລັງຄ້າງສາມາດນໍາໃຊ້ໄດ້ດ້ວຍມື. ການດໍາເນີນງານນີ້ຈໍາເປັນຕ້ອງໄດ້ ເຮັດ ໃນຂະນະທີ່ຕົວຢ່າງແມ່ນ offline . ສໍາລັບລາຍລະອຽດເພີ່ມເຕີມອ່ານ {linkstart}ຫນ້າເອກະສານກ່ຽວ ກັບ ↗{linkend} ນີ້.",
+ "SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend." : "SQLite ກໍາລັງຖືກນໍາໃຊ້ເປັນຖານຂໍ້ມູນbackend. ສໍາລັບການຕິດຕັ້ງທີ່ໃຫຍ່ກວ່າ ພວກເຮົາຂໍແນະນໍາໃຫ້ທ່ານປ່ຽນໄປຫາ backend ຖານຂໍ້ມູນທີ່ແຕກຕ່າງ ກັນ .",
+ "This is particularly recommended when using the desktop client for file synchronisation." : "ແນະນໍາໂດຍສະເພາະເມື່ອການນໍາໃຊ້ desktop ລູກຄ້າ ສໍາລັບການ ຢືນຢັນຟາຍ",
+ "To migrate to another database use the command line tool: 'occ db:convert-type', or see the {linkstart}documentation ↗{linkend}." : "ເພື່ອຍົກຍ້າຍໄປຖານຂໍ້ມູນອື່ນໃຊ້ເຄື່ອງມືຄໍາສັ່ງ: 'occ db:convert-type', ຫຼື ເບິ່ງ{linkstart}ເອກະສານ ↗{linkend}.",
+ "The PHP memory limit is below the recommended value of 512MB." : "ຂີດຈໍາກັດຄວາມຈໍາ PHP ແມ່ນຕ່ໍາກວ່າຄ່າທີ່ແນະນໍາຂອງ 512MB.",
+ "Some app directories are owned by a different user than the web server one. This may be the case if apps have been installed manually. Check the permissions of the following app directories:" : "ຊອບແວຂອງຜູ້ ໃຊ້ແຕກຕ່າງຈາກເວັບໄຊ . ອາດຢູ່ເປັນກໍລະນີ ການຕິດຕັ້ງແອັບພລິເຄຊັນດ້ວຍມື. ກວດສອບການອະນຸຍາດຂອງແອັບພລິເຄຊັນດັ່ງຕໍ່ໄປນີ້:",
+ "MySQL is used as database but does not support 4-byte characters. To be able to handle 4-byte characters (like emojis) without issues in filenames or comments for example it is recommended to enable the 4-byte support in MySQL. For further details read {linkstart}the documentation page about this ↗{linkend}." : "MySQL ຖືກນໍາໃຊ້ເປັນຖານຂໍ້ມູນແຕ່ບໍ່ສະຫນັບສະຫນູນຕົວອັກສອນ 4 byte. ເພື່ອ ໃຫ້ ສາມາດຮັບ 4-byteໄດ້(ເຊັ່ນ emojis) ໂດຍບໍ່ມີບັນຫາໃນຊື່ຟາຍ ຫຼື ຄໍາ ເຫັນຍົກຕົວຢ່າງ ແນະນໍາໃຫ້ ເຮັດໃຫ້ ການສະຫນັບສະຫນູນ 4 byte ໃນ MySQL . ສໍາລັບລາຍລະອຽດ ເພີ່ມເຕີມອ່ານ {linkstart} ຫນ້າ ເອກະສານກ່ຽວກັບ ↗{linkend} ນີ້.",
+ "This instance uses an S3 based object store as primary storage. The uploaded files are stored temporarily on the server and thus it is recommended to have 50 GB of free space available in the temp directory of PHP. Check the logs for full details about the path and the available space. To improve this please change the temporary directory in the php.ini or make more space available in that path." : "ຕົວຢ່າງນີ້ໃຊ້ S3 ເປັນການເກັບກໍາຂໍ້ມູນຕົ້ນຕໍ. ຟາຍອັບໂຫຼດໄດ້ເກັບ ໄວ້ ຊົ່ວ ຄາວ ຢູ່ ໃນ server ແລະ ດັ່ງນັ້ນຈຶ່ງແນະນໍາໃຫ້ມີ ພຶນທີ່ວ່າງ 50 GB ໃນ directory temp ຂອງ PHP . ກວດເບິ່ງບັນຊີລາຍລະອຽດກ່ຽວກັບຊ່ອງທາງ ແລະ ພຶນທີ່ວ່າງ . ເພື່ອປັບປຸງກະລຸນາປ່ຽນ directory ຊົ່ວຄາວໃນ php.ini ຫຼື ເຮັດໃຫ້ມີຊ່ອງຫວ່າງຫຼາຍຂຶ້ນໃນຊ່ອງທາງນັ້ນ.",
+ "You are accessing your instance over a secure connection, however your instance is generating insecure URLs. This most likely means that you are behind a reverse proxy and the overwrite config variables are not set correctly. Please read {linkstart}the documentation page about this ↗{linkend}." : "ທ່ານກໍາລັງເຂົ້າເຖິງຕົວຢ່າງຂອງທ່ານ ກ່ຽວກັບການຕິດຕໍ່ທີ່ປອດໄພ , ເຖິງຢ່າງໃດ ກໍ ຕາມ ຕົວຢ່າງຂອງ ທ່ານແມ່ນການສ້າງ URLs ບໍ່ ຫມັ້ນ ຄົງ . ຫມາຍຄວາມວ່າທ່ານຢູ່ເບື້ອງຫຼັງ proxy reverse ແລະ ຕົວປ່ຽນໃນconfig overwrite ບໍ່ຖືກຕ້ອງ. ກະລຸນາອ່ານ {linkstart}ຫນ້າເອກະສານກ່ຽວກັບ↗{linkend}.",
+ "Error occurred while checking server setup" : "ເກີດຂໍ້ຜິດພາດໃນຂະນະທີ່ກວດສອບການຕັ້ງຄ່າ server",
+ "For more details see the {linkstart}documentation ↗{linkend}." : "ສໍາລັບລາຍລະອຽດເພີ່ມເຕີມເບິ່ງໃນ {linkstart}ເອກະສານ↗{linkend} ",
+ "Your data directory and files are probably accessible from the Internet. The .htaccess file is not working. It is strongly recommended that you configure your web server so that the data directory is no longer accessible, or move the data directory outside the web server document root." : "ຊອບແວຂໍ້ມູນ ແລະ ຟາຍຂອງທ່ານອາດຈະສາມາດເຂົ້າເຖິງໄດ້ຈາກອິນເຕີເນັດ .ຟາຍ htaccess ບໍ່ໄດ້ເຮັດວຽກ . ແນະ ນໍາໃຫ້ ທ່ານຕັ້ງຄ່າ ເວັບ ໄຊ ຂອງ ທ່ານ ເພື່ອວ່າຂໍ້ມູນບໍ່ ສາ ມາດ ເຂົ້າ ເຖິງ ໄດ້ ໂດຍກົງ ອີກ ຕໍ່ ໄປ , ຫຼື ການ ເຄື່ອນ ຍ້າຍຂໍ້ ມູນ ຢູ່ ນອກຮາກຖານຂອງເອກະ ສານ web server ໂດຍກົງ ",
+ "The \"{header}\" HTTP header is not set to \"{expected}\". This is a potential security or privacy risk, as it is recommended to adjust this setting accordingly." : "ຫົວຂໍ້ HTTP \"{header}\" ບໍ່ໄດ້ຖືກກໍານົດ \"{expected}\". ນີ້ແມ່ນຄວາມສ່ຽງດ້ານຄວາມປອດໄພ ຫຼື ຄວາມເປັນສ່ວນຕົວທີ່ອາດເປັນໄປໄດ້, ແນະນໍາໃຫ້ປັບການຕັ້ງຄ່ານີ້",
+ "The \"{header}\" HTTP header is not set to \"{expected}\". Some features might not work correctly, as it is recommended to adjust this setting accordingly." : "ຫົວຂໍ້ HTTP \"{header}\" ບໍ່ໄດ້ຖືກກໍານົດ\"{expected}\". ບາງຄຸນລັກສະນະອາດຈະເຮັດວຽກບໍ່ຖືກຕ້ອງ , ແນະນໍາໃຫ້ປັບການຕັ້ງຄ່ານີ້ຕາມທີ່ວາງໄວ້.",
+ "The \"{header}\" HTTP header doesn't contain \"{expected}\". This is a potential security or privacy risk, as it is recommended to adjust this setting accordingly." : "ຫົວຂໍ້ \"{header}\" HTTP ບໍ່ມີ \"{expected}\". ນີ້ແມ່ນຄວາມສ່ຽງດ້ານຄວາມປອດໄພ ຫຼືຄວາມເປັນສ່ວນຕົວ, ແນະນໍາໃຫ້ປັບການຕັ້ງຄ່າຕາມນີ້.",
+ "The \"{header}\" HTTP header is not set to \"{val1}\", \"{val2}\", \"{val3}\", \"{val4}\" or \"{val5}\". This can leak referer information. See the {linkstart}W3C Recommendation ↗{linkend}." : "ຫົວຂໍ້ \"{header}\" HTTP ບໍ່ໄດ້ກໍານົດ \"{val1}\", \"{val2}\", \"{val3}\", \"{val4}\" ຫຼື \"{val5}\". ສາມາດເຮັດໃຫ້ຂໍ້ມູນ referer ຮົ່ວ. ເບິ່ງຂໍ້ແນະນໍາ {linkstart}W3C ↗{linkend}.",
+ "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the {linkstart}security tips ↗{linkend}." : "ຫົວຂໍ້ \"Strict-Transport-Security\" HTTP ບໍ່ໄດ້ກໍານົດໄວ້ຢ່າງຫນ້ອຍ \"{seconds}\" ວິນາທີ. ສໍາລັບເພີ່ມຄວາມປອດໄພ, ແນະນໍາໃຫ້ເຮັດໃຫ້ HSTS ຕາມທີ່ໄດ້ບັນຍາຍໄວ້ໃນ{linkstart}↗{linkend}ຄໍາແນະນໍາຄວາມປອດໄພ ",
+ "Accessing site insecurely via HTTP. You are strongly advised to set up your server to require HTTPS instead, as described in the {linkstart}security tips ↗{linkend}." : "ການເຂົ້າເຖິງເວັບໄຊບໍ່ປອດໄພຜ່ານ HTTP. ທ່ານໄດ້ ຮັບຄໍາແນະນໍາທີ່ ຈະ ຕັ້ງ server ຂອງທ່ານ ເພື່ອ ຮຽກໃຊ້ HTTPS ແທນ , ດັ່ງ ທີ່ ໄດ້ ບັນ ຍາຍ ໃນ {linkstart}↗{linkend} ຄໍາແນະນໍາຄວາມປອດໄພ .",
+ "unknown text" : "ຂໍ້ຄວາມທີ່ບໍ່ຮູ້",
+ "Hello world!" : "ສະບາຍດີ",
+ "sunny" : "ມີເເດດ",
+ "Hello {name}, the weather is {weather}" : "ສະບາຍດີ {ຊື່}, ອາກາດແມ່ນ {weather}",
+ "Hello {name}" : "ສະບາຍດີ {ຊື່}",
+ "<strong>These are your search results<script>alert(1)</script></strong>" : "<strong>ເຫຼົ່ານີ້ແມ່ນຜົນການຊອກຫາຂອງທ່ານ<script> alert(1)</script></strong>",
+ "new" : "ໃໝ່",
+ "_download %n file_::_download %n files_" : ["ຟາຍ%n ດາວ ໂຫລດ"],
+ "The update is in progress, leaving this page might interrupt the process in some environments." : "ການອັບເດດແມ່ນກໍາລັງດໍາເນີນຢູ່, ການອອກຈາກຫນ້ານີ້ອາດຈະຂັດຂວາງຂະບວນການດຳເນີນງານ.",
+ "Update to {version}" : "ປັບປຸງ ເປັນ {version}",
+ "An error occurred." : "ເກີດຂໍ້ຜິດພາດ.",
+ "Please reload the page." : "ກະລຸນາໂຫຼດຫນ້າເພດອີກ.",
+ "The update was unsuccessful. For more information <a href=\"{url}\">check our forum post</a> covering this issue." : "ການປັບປຸງບໍ່ສໍາເລັດ. ສໍາລັບຂໍ້ມູນເພີ່ມເຕີມໃຫ້ <a href=\"{url}\">ກວດສອບການສົ່ງຂໍ້ຄວາມ forum ຂອງ ພວກ ເຮົາ</a>ທີ່ ກ່ຽວ ພັນ ກັບ ບັນ ຫາ ນີ້ .",
+ "The update was unsuccessful. Please report this issue to the <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">Nextcloud community</a>." : "ການປັບປຸງບໍ່ສໍາເລັດ. ກະລຸນາລາຍງານບັນຫານີ້ຕໍ່ <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">Nextcloud.</a>",
+ "Log in" : "ເຂົ້າລະບົບ",
+ "Logging in …" : "ກຳລັງໂຫຼດ",
+ "Server side authentication failed!" : "ການຢັ້ງຢືນ Server ລົ້ມເຫຼວ!",
+ "Please contact your administrator." : "ກະລຸນາຕິດຕໍ່ຜູ້ຄຸມລະບົບຂອງທ່ານ.",
+ "An internal error occurred." : "ເກີດຂໍ້ຜິດພາດພາຍໃນ.",
+ "Please try again or contact your administrator." : "ກະລຸນາລອງອີກ ຫຼື ຕິດຕໍ່ຜູ້ຄຸ້ມຄອງລະບົບຂອງທ່ານ.",
+ "Username or email" : "ຊື່ຜູ້ໃຊ້ ຫຼື ອີເມວ",
+ "Password" : "ລະຫັດຜ່ານ",
+ "Wrong username or password." : "ຊື່ຜູ້ໃຊ້ ຫຼື ລະຫັດຜ່ານຜິດ.",
+ "User disabled" : "ປິດຊື່ຜູ້ໃຊ້",
+ "We have detected multiple invalid login attempts from your IP. Therefore your next login is throttled up to 30 seconds." : "ພວກເຮົາກວດພົບຄວາມພະຍາຍາມ login ທີ່ ບໍ່ຖືກຕ້ອງຈາກ IP ຂອງ ທ່ານ . ດັ່ງນັ້ນການເຄື່ອນໄຫວຕໍ່ໄປຂອງທ່ານແມ່ນ throttled ເຖິງ 30 ວິນາທີ.",
+ "Your account is not setup for passwordless login." : "ບັນຊີຂອງທ່ານບໍ່ໄດ້ຕັ້ງຄ່າສໍາລັບການເຂົ້າລະຫັດຜ່ານ.",
+ "Passwordless authentication is not supported in your browser." : "ການຢັ້ງຢືນແບບບໍ່ມີລະຫັດຜ່ານບໍ່ໄດ້ຮັບການສະຫນັບສະຫນູນໃນເວັບໄຊຂອງທ່ານ.",
+ "Passwordless authentication is only available over a secure connection." : "ການຢັ້ງຢືນແບບບໍ່ມີລະຫັດຜ່ານແມ່ນມີພຽງແຕ່ການເຊື່ອມຕໍ່ທີ່ປອດໄພເທົ່ານັ້ນ.",
+ "Reset password" : "ຕັ້ງລະຫັດຄືນໃຫມ່",
+ "If it is not there ask your local administrator." : "ຖ້າບໍ່ໄດ້ຖາມຜູ້ເບິ່ງລະບົບຂອງທ່ານ.",
+ "Couldn't send reset email. Please contact your administrator." : "ບໍ່ສາມາດຕັ້ງຄ່າສົ່ງອີເມວຄືນ ໄດ້. ກະລຸນາຕິດຕໍ່ຜູ້ເບິ່ງລະບົບຂອງທ່ານ.",
+ "Back to login" : "ກັບຄືນເຂົ້າສູ່ລະບົບ",
+ "New password" : "ລະຫັດຜ່ານໃຫມ່",
+ "Your files are encrypted. There will be no way to get your data back after your password is reset. If you are not sure what to do, please contact your administrator before you continue. Do you really want to continue?" : "ເຂົ້າລະຫັດຟາຍຂອງທ່ານ . ຈະບໍ່ໄດ້ຮັບຂໍ້ມູນຂອງທ່ານພາຍຫຼັງ ທີ່ລະຫັດຜ່ານຂອງທ່ານ ໄດ້ຮັບການຕັ້ງຄ່າໃຫມ່ . ຖ້າທ່ານບໍ່ແນ່ໃຈ, ກະລຸນາຕິດຕໍ່ຜູ້ເບິ່ງລະບົບຂອງທ່ານ ກ່ອນທີ່ທ່ານຈະສືບຕໍ່. ທ່ານຕ້ອງການທີ່ຈະສືບຕໍ່ແທ້ໆບໍ?",
+ "I know what I'm doing" : "ຂ້ອຍຮູ້ວ່າຂ້ອຍກຳລັງເຮັດຫຍັງຢູ່",
+ "Resetting password" : "ການຕັ້ງລະຫັດຄືນໃຫມ່",
+ "Recommended apps" : "ແອັບພລິເຄຊັນທີ່ແນະນໍາ",
+ "Loading apps …" : "ກຳລັງໂຫຼດເເອັບ",
+ "Installing apps …" : "ກໍາລັງຕິດຕັ້ງແອັບ ...",
+ "App download or installation failed" : "ການດາວໂຫລດApp ຫຼືການຕິດຕັ້ງຫຼົ້ມເຫລວ",
+ "Cancel" : "ຍົກເລີກ",
+ "Schedule work & meetings, synced with all your devices." : "ຕາຕະລາງການເຮັດວຽກ & ການປະຊຸມ, synced ກັບອຸປະກອນທັງຫມົດຂອງທ່ານ.",
+ "Keep your colleagues and friends in one place without leaking their private info." : "ຮັກສາເພື່ອນຮ່ວມງານ ແລະ ຫມູ່ ເພື່ອນ ຂອງ ທ່ານ ໄວ້ ໃນບ່ອນດຽວໂດຍບໍ່ໄດ້ ໃຫ້ຂໍ້ ຄວາມ ສ່ວນ ຕົວ ຂອງ ເຂົາ ເຈົ້າຮົ່ວໄຫຼ .",
+ "Simple email app nicely integrated with Files, Contacts and Calendar." : "ແອັບອີເມວລວມເຂົ້າກັບ ຟາຍຕ່າງໆ, ເບີຕິດຕໍ່ ແລະ ປະຕິທິນ",
+ "Chatting, video calls, screensharing, online meetings and web conferencing – in your browser and with mobile apps." : "Chatting, ການໂທວິດີໂອ, screen sharing, ການປະຊຸມອອນໄລນ໌ ແລະ ການປະຊຸມເວັບໄຊ – ໃນເວັບໄຊຂອງທ່ານ ແລະ apps ມືຖື.",
+ "Collaboratively edit office documents." : "ຮຽບຮຽງເອກະສານຫ້ອງການຮ່ວມກັນ.",
+ "Local document editing back-end used by the Collabora Online app." : "ບ່ອນເກັບເອກະສານແກ້ໄຂ back-end ທີ່ໃຊ້ໂດຍ app Collabora ອອນໄລນ໌",
+ "Forgot password?" : "ລືມລະຫັດຜ່ານ?",
+ "Log in with a device" : "ເຂົ້າສູ່ລະບົບດ້ວຍອຸປະກອນ",
+ "Back" : "ຫຼັງ",
+ "Login form is disabled." : "ຮູບແບບLogin ຖືກປິດ.",
+ "Reset search" : "Reset ຄົ້ນຫາ",
+ "Search for {name} only" : "ຄົ້ນຫາ {name} ເທົ່ານັ້ນ",
+ "No results for {query}" : "ບໍ່ມີຜົນສໍາລັບ {query}",
+ "Start typing to search" : "ເລີ່ມພິມເພື່ອຄົ້ນຫາ",
+ "Loading more results …" : "ຜົນການດາວໂຫຼດເພີ່ມເຕີມ ...",
+ "Load more results" : "ຜົນLoad ເພີ່ມເຕີມ",
+ "Search" : "ຄົ້ນຫາ",
+ "An error occurred while searching for {type}" : "ເກີດຂໍ້ຜິດພາດໃນຂະນະທີ່ຊອກຫາ {ປະເພດ}",
+ "_Please enter {minSearchLength} character or more to search_::_Please enter {minSearchLength} characters or more to search_" : ["ກະລຸນາໃສ່ {minSearchLength} ຕົວອັກສອນຫຼືຫຼາຍກວ່ານັ້ນເພື່ອຄົ້ນຫາ"],
+ "Search {types} …" : "ຄົ້ນຫາ {ປະເພດ} ...",
+ "Settings" : "ການຕັ້ງຄ່າ",
+ "Could not load your contacts" : "ບໍ່ສາມາດໂຫຼດການຕິດຕໍ່ຂອງທ່ານ",
+ "Search contacts …" : "ຄົ້ນຫາຕິດຕໍ່ ...",
+ "No contacts found" : "ບໍ່ພົບຜູ້ຕິດຕໍ່",
+ "Show all contacts …" : "ສະແດງການຕິດຕໍ່ທັງຫມົດ ...",
+ "Install the Contacts app" : "ຕິດຕັ້ງແອັບ Contacts",
+ "Loading your contacts …" : "ກໍາລັງໂຫຼດການຕິດຕໍ່ຂອງທ່ານ ...",
+ "Looking for {term} …" : "ຊອກຫາ {term} ...",
+ "No" : "ບໍ່",
+ "Yes" : "ແມ່ນແລ້ວ",
+ "No files in here" : "ບໍ່ມີຟາຍໃນທີ່ນີ້",
+ "New folder" : "ໂຟນເດີໃຫມ່",
+ "No more subfolders in here" : "ບໍ່ມີ ໂຟນເດີຍ່ອຍ ອີກຕໍ່ໄປໃນນີ້",
+ "Name" : "ຊື່",
+ "Size" : "ຂະຫນາດ",
+ "Modified" : "ດັດແປງ",
+ "\"{name}\" is an invalid file name." : "\"{name}\" ແມ່ນຊື່ຟາຍທີ່ບໍ່ຖືກຕ້ອງ.",
+ "File name cannot be empty." : "ຊື່ຟາຍບໍ່ໃຫ້ເປົ່າວ່າງ",
+ "\"/\" is not allowed inside a file name." : "ບໍ່ອະນຸຍາດໃຫ້\"/\" ຢູ່ໃນຊື່ໄຟລ໌.",
+ "\"{name}\" is not an allowed filetype" : "\"{ຊື່}\" ບໍ່ອະນຸຍາດປະເພດແຟ້ມ",
+ "{newName} already exists" : "{newName} ມີແລ້ວ",
+ "Choose" : "ເລືອກ",
+ "Copy" : "ສຳເນົາ",
+ "Move" : "ຍ້າຍ",
+ "Error loading file picker template: {error}" : "ໂຫຼດຟາຍຕົວຢ່າງຜິດພາດ:{error}",
+ "OK" : "ຕົກລົງ",
+ "Error loading message template: {error}" : "ການໂຫຼດຂໍ້ຄວາມຜິດພາດ: {error}",
+ "read-only" : "ອ່ານຢ່າງດຽວ",
+ "_{count} file conflict_::_{count} file conflicts_" : ["{count} ມີບັນຫາ"],
+ "One file conflict" : "ມີຟາຍຫນຶ່ງບໍ່ຖືກ",
+ "New Files" : "ຟາຍໃຫມ່",
+ "Already existing files" : "ຟາຍທີ່ມີຢູ່ແລ້ວ",
+ "Which files do you want to keep?" : "ທ່ານຕ້ອງການເກັບຮັກສາຟາຍໃດ?",
+ "If you select both versions, the copied file will have a number added to its name." : "ຖ້າທ່ານເລືອກເອົາທັງສອງversions,ຟາຍທີ່ສໍາເນົາຈະມີຈໍານວນເພີ່ມໃສ່ຊື່ຂອງມັນ.",
+ "Continue" : "ສືບຕໍ່",
+ "(all selected)" : "(ຄັດເລືອກທັງຫມົດ)",
+ "({count} selected)" : "({count} ຖືກຄັດເລືອກ)",
+ "Error loading file exists template" : "ໂຫຼດຟາຍທີ່ຍັງຢູ່ຜິດພາດ",
+ "Pending" : "ທີ່ກໍາລັງລໍຖ້າ",
+ "Copy to {folder}" : "ສໍາເນົາໄປຍັງ {ໂຟນເດີ}",
+ "Move to {folder}" : "ຍ້າຍໄປ {folder}",
+ "Saving …" : "ກຳລັງບັນທຶກ",
+ "Authentication required" : "ການຢັ້ງຢືນທີ່ຈໍາເປັນ",
+ "This action requires you to confirm your password" : "ການກະທໍານີ້ຮຽກຮ້ອງໃຫ້ທ່ານເພື່ອຢືນຢັນລະຫັດຜ່ານຂອງທ່ານ",
+ "Confirm" : "ຢືນຢັນ",
+ "Failed to authenticate, try again" : "ບໍ່ສາມາດຮັບຮອງຄວາມຖຶກຕ້ອງໄດ້, ລອງອີກຄັ້ງ",
+ "seconds ago" : "ວິນາທີຜ່ານມາ",
+ "Connection to server lost" : "ການເຊື່ອມຕໍ່ກັບ server ສູນເສຍ",
+ "_Problem loading page, reloading in %n second_::_Problem loading page, reloading in %n seconds_" : ["ການໂຫຼດໜ້າເຟສມີບັນຫາ, ການໂຫຼດຄືນໃນ %nວິນາທີ"],
+ "Add to a project" : "ເພິ່ມໃສ່ໂຄງການ",
+ "Show details" : "ສະແດງລາຍລະອຽດ",
+ "Hide details" : "ເຊື່ອງລາຍລະອຽດ",
+ "Rename project" : "ປ່ຽນຊື່ໂຄງການ",
+ "Failed to rename the project" : "ບໍ່ໄດ້ປ່ຽນຊື່ໂຄງການ",
+ "Failed to create a project" : "ບໍ່ໄດ້ສ້າງໂຄງການ",
+ "Failed to add the item to the project" : "ບໍ່ສາມາດຕື່ມລາຍການເຂົ້າໃນໂຄງການໄດ້",
+ "Connect items to a project to make them easier to find" : "ຕິດຕໍ່ສິ່ງຂອງກັບໂຄງການເພື່ອເຮັດໃຫ້ພວກເຂົາເຈົ້າຊອກຫາໄດ້ງ່າຍ ຂຶ້ນ",
+ "Type to search for existing projects" : "ພິມເພື່ອຊອກຫາໂຄງການທີ່ມີຢູ່ແລ້ວ",
+ "New in" : "ໃຫມ່",
+ "View changelog" : "ເບິ່ງການປ່ຽນແປງ",
+ "Very weak password" : "ລະຫັດອ່ອນຫຼາຍ",
+ "Weak password" : "ລະຫັດອ່ອນ",
+ "So-so password" : "ລະຫັດທຳມະດາ",
+ "Good password" : "ລະຫັດຜ່ານ",
+ "Strong password" : "ລະຫັດທີ່ເຂັ້ມແຂງ",
+ "No action available" : "ບໍ່ມີການກະທໍາທີ່ມີຢູ່",
+ "Error fetching contact actions" : "ຜິດພາດໃນການຮັບເອົາການຕິດຕໍ່",
+ "Non-existing tag #{tag}" : "ບໍ່ມີtag #{tag}",
+ "restricted" : "ຈໍາກັດ",
+ "invisible" : "ບໍ່ເຫັນ",
+ "Delete" : "ລຶບ",
+ "Rename" : "ປ່ຽນຊື່",
+ "Collaborative tags" : "tags ການຮ່ວມມື",
+ "No tags found" : "ບໍ່ພົບtags",
+ "Personal" : "ສ່ວນບຸກຄົນ",
+ "Users" : "ຜູ້ໃຊ້",
+ "Apps" : "ແອັບພລິເຄຊັນ",
+ "Admin" : "ຜູ້ເບິ່ງເເຍງລະບົບ",
+ "Help" : "ການຊ່ວຍເຫຼືອ",
+ "Access forbidden" : "ຫ້າມການເຂົ້າເຖິງ",
+ "File not found" : " ບໍ່ພົບຟາຍ",
+ "The document could not be found on the server. Maybe the share was deleted or has expired?" : "ເອກະສານບໍ່ສາມາດຄົ້ນພົບໄດ້ໃນ server. ບາງທີສ່ວນແບ່ງຖືກລຶບ ຫຼື ໄດ້ສິ້ນສຸດລົງ?",
+ "Back to %s" : "ຫຼັງ%s",
+ "Too many requests" : "ຄໍາຮ້ອງຂໍຫຼາຍເກີນໄປ",
+ "There were too many requests from your network. Retry later or contact your administrator if this is an error." : "ມີຄໍາຮ້ອງຂໍຫຼາຍເກີນໄປຈາກເຄືອຂ່າຍຂອງທ່ານ. Retry ໃນເວລາຕໍ່ມາ ຫຼື ຕິດຕໍ່ຜູ້ບໍລິຫານຂອງທ່ານຖ້າຫາກວ່ານີ້ແມ່ນຄວາມຜິດພາດ",
+ "Error" : "ຜິດພາດ",
+ "Previous" : "ກ່ອນໜ້າ",
+ "Internal Server Error" : "ຄວາມຜິດພາດຂອງ Server ພາຍໃນ",
+ "The server was unable to complete your request." : "server ບໍ່ສາມາດສໍາເລັດຄໍາຮ້ອງຂໍຂອງທ່ານ",
+ "If this happens again, please send the technical details below to the server administrator." : "ຖ້າຫາກວ່ານີ້ເກີດຂຶ້ນອີກ, ກະລຸນາສົ່ງລາຍລະອຽດທາງດ້ານເຕັກນິກຂ້າງລຸ່ມນີ້ໄປຫາຜູ້ບໍລິຫານ server",
+ "More details can be found in the server log." : "ລາຍລະອຽດເພີ່ມເຕີມສາມາດເບິ່ງໄດ້ໃນ log server.",
+ "Technical details" : "ລາຍລະອຽດເຕັກນິກ",
+ "Remote Address: %s" : "ທີ່ຢູ່ ໄລຍະໄກ%s ",
+ "Request ID: %s" : "ຂໍຮອງ %s",
+ "Type: %s" : "ພິມ%s",
+ "Code: %s" : "ລະຫັດ%s",
+ "Message: %s" : "ຂໍ້ຄວາມ %s",
+ "File: %s" : "ຟາຍ%s",
+ "Line: %s" : "ສາຍ: %s",
+ "Trace" : "ຕິດຕາມ",
+ "Security warning" : "ຄໍາເຕືອນດ້ານຄວາມປອດໄພ",
+ "Your data directory and files are probably accessible from the internet because the .htaccess file does not work." : "ຊອບແວຂໍ້ມູນແລະ ຟາຍ ຂອງ ທ່ານອາດຈະເຂົ້າເຖິງໄດ້ຈາກອິນເຕີເນັດເພາະວ່າຟາຍ .htaccess ບໍ່ໄດ້ຜົນ .",
+ "For information how to properly configure your server, please see the <a href=\"%s\" target=\"_blank\" rel=\"noreferrer noopener\">documentation</a>." : "ສໍາລັບຂໍ້ມູນວິທີການຕັ້ງຄ່າ server ຂອງທ່ານຢ່າງຖືກຕ້ອງ, ກະລຸນາເບິ່ງ <a href=\"%s\" target=\"_blank\" rel=\"noreferrer noopener\">ເອກະສານ</a>",
+ "Create an <strong>admin account</strong>" : "ສ້າງ <strong>ບັນຊີ admin</strong>",
+ "Username" : "ຊື່ຜູ້ໃຊ້",
+ "Show password" : "ສະແດງລະຫັດຜ່ານ",
+ "Storage & database" : "ການເກັບກໍາຂໍ້ມູນ & ຖານຂໍ້ມູນ",
+ "Data folder" : "ໂຟນເດີຂໍ້ມູນ",
+ "Configure the database" : "ຕັ້ງຄ່າຖານຂໍ້ມູນ",
+ "Only %s is available." : "ມີແຕ່ %sເທົ່ານັ້ນ.",
+ "Install and activate additional PHP modules to choose other database types." : "ຕິດຕັ້ງ ແລະ ເປິດນຳໃຊ້ໂມດູນ PHP ເພີ່ມເຕີມເພື່ອເລືອກປະເພດຖານຂໍ້ມູນອື່ນໆ.",
+ "For more details check out the documentation." : "ສໍາລັບລາຍລະອຽດເພີ່ມເຕີມໃຫ້ ກວດເບິ່ງເອກະສານ",
+ "Database user" : "ຜູ້ໃຊ້ຖານຂໍ້ມູນ",
+ "Database password" : "ລະຫັດຖານຂໍ້ມູນ",
+ "Database name" : "ຊື່ຖານຂໍ້ມູນ",
+ "Database tablespace" : "ຕາຕະລາງຖານຂໍ້ມູນ",
+ "Database host" : "ເຈົ້າພາບຖານຂໍ້ມູນ",
+ "Please specify the port number along with the host name (e.g., localhost:5432)." : "ກະລຸນາລະບຸເລກ port ພ້ອມກັບຊື່ເຈົ້າພາບ (ເຊັ່ນ: localhost:5432).",
+ "Performance warning" : "ຄໍາເຕືອນດ້ານການປະຕິບັດງານ",
+ "You chose SQLite as database." : "ທ່ານ ເລືອກ SQLite ເປັນຖານຂໍ້ມູນ.",
+ "SQLite should only be used for minimal and development instances. For production we recommend a different database backend." : "SQLite ຄວນໃຊ້ສໍາລັບກໍລະນີທີ່ມີຫນ້ອຍທີ່ສຸດ ແລະ ການພັດທະນາເທົ່ານັ້ນ. ສໍາລັບການຜະລິດພວກເຮົາແນະນໍາ backend ຖານຂໍ້ມູນທີ່ແຕກຕ່າງກັນ.",
+ "If you use clients for file syncing, the use of SQLite is highly discouraged." : "ຕິດຕັ້ງແອັບທີ່ແນະນໍາ",
+ "Install recommended apps" : "ຕິດຕັ້ງແອັບທີ່ແນະນໍາ",
+ "Calendar, Contacts, Talk, Mail & Collaborative editing" : "ປະຕິທິນ, Contacts, Talk, Mail & ການແກ້ໄຂການຮ່ວມມື",
+ "Finish setup" : "ສໍາເລັດການຕັ້ງຄ່າ",
+ "Finishing …" : "ຈົບ ...",
+ "Need help?" : "ຕ້ອງການຄວາມຊ່ວຍເຫຼືອ?",
+ "See the documentation" : "ເບິ່ງເອກະສານ",
+ "It looks like you are trying to reinstall your Nextcloud. However the file CAN_INSTALL is missing from your config directory. Please create the file CAN_INSTALL in your config folder to continue." : "ເບິ່ງຄືວ່າທ່ານກໍາລັງພະຍາຍາມຕິດຕັ້ງ Nextcloud ຂອງທ່ານຄືນໃຫມ່. ເຖິງ ຢ່າງ ໃດ ກໍ ຕາມ CAN_INSTALLຟາຍ ແມ່ນຂາດໄປຈາກບັນ ຊີການconfig ຂອງ ທ່ານ . ກະລຸນາສ້າງຟາຍ CAN_INSTALL ໃນໂຟນເດີ config ຂອງທ່ານເພື່ອສືບຕໍ່.",
+ "Could not remove CAN_INSTALL from the config folder. Please remove this file manually." : "ບໍ່ສາມາດລຶບ CAN_INSTALL ອອກຈາກໂຟນເດີconfig ໄດ້. ກະລຸນາລຶບໄຟລ໌ນີ້ອອກດ້ວຍມື.",
+ "This application requires JavaScript for correct operation. Please {linkstart}enable JavaScript{linkend} and reload the page." : "ຊອບແວນີ້ຕ້ອງ ການ JavaScript ສໍາ ລັບການດໍາເນີນງານ ທີ່ຖືກຕ້ອງ . ກະລຸນາເປິດ {linkstart} JavaScript {linkend} ແລະ ໂຫຼດຫນ້າເພດຄືນໃໝ່.",
+ "Get your own free account" : "ຮັບບັນຊີຟຣີຂອງທ່ານເອງ",
+ "Skip to main content" : "ຂ້າມ ໄປຫາເນື້ອຫາຫຼັກ",
+ "Skip to navigation of app" : "ຂ້າມໄປຍັງແອັບນຳທາງ",
+ "More apps" : "ແອັບພລິເຄຊັນເພີ່ມເຕີມ",
+ "More" : "ເພີ່ມເຕີມ",
+ "More apps menu" : "ເມນູແອັບເພີ່ມເຕີມ",
+ "Contacts" : "ຕິດຕໍ່",
+ "Contacts menu" : "ເມນູຕິດຕໍ່",
+ "Settings menu" : "ການຕັ້ງຄ່າເມນູ",
+ "Confirm your password" : "ຢືນຢັນລະຫັດຜ່ານຂອງທ່ານ",
+ "Connect to your account" : "ເຊື່ອມຕໍ່ບັນຊີຂອງທ່ານ",
+ "Please log in before granting %1$s access to your %2$s account." : "ກະລຸນາເຂົ້າລະບົບກ່ອນທີ່ຈະໃຫ້ %1$sການເຂົ້າເຖິງບັນຊີຂອງທ່ານ%2$s.",
+ "If you are not trying to set up a new device or app, someone is trying to trick you into granting them access to your data. In this case do not proceed and instead contact your system administrator." : "ຖ້າທ່ານບໍ່ໄດ້ພະຍາຍາມທີ່ຈະຕິດຕັ້ງອຸປະກອນຫຼື app ໃຫມ່ , ບາງຄົນພະຍາຍາມຫຼອກລວງ ທ່ານໃຫ້ອະນຸຍາດໃຫ້ເຂົາເຈົ້າເຂົ້າເຖິງຂໍ້ມູນຂອງທ່ານ. ໃນກໍລະນີນີ້ບໍ່ໄດ້ດໍາເນີນການ ແລະ ແທນທີ່ຈະຕິດຕໍ່ຜູ້ບໍລິຫານລະບົບຂອງທ່ານ.",
+ "App token" : "ແອັບ token",
+ "Grant access" : "ການເຂົ້າເຖິງ Grant",
+ "Alternative log in using app token" : "log ທາງເລືອກໃນການນໍາໃຊ້ token app",
+ "Account access" : "ການເຂົ້າເຖິງບັນຊີ",
+ "You are about to grant %1$s access to your %2$s account." : "ທ່ານກໍາລັງຈະໃຫ້ %1$sການເຂົ້າເຖິງບັນຊີ %2$sຂອງທ່ານ.",
+ "Account connected" : "ບັນຊີທີ່ຕິດພັນ",
+ "Your client should now be connected!" : "ຕອນນີ້ລູກຄ້າຂອງທ່ານຄວນຈະເຊື່ອມຕໍ່!",
+ "You can close this window." : "ທ່ານສາມາດປິດwindowນີ້ໄດ້.",
+ "This share is password-protected" : "ການແບ່ງປັນນີ້ແມ່ນການປ້ອງກັນລະຫັດຜ່ານ",
+ "The password is wrong. Try again." : "ລະຫັດບໍ່ຖືກຕ້ອງ. ລອງໃໝ່ອີກຄັ້ງ.",
+ "Two-factor authentication" : "ຮັບຮອງການຢັ້ງຢືນສອງຄັ້ງ",
+ "Enhanced security is enabled for your account. Choose a second factor for authentication:" : "ເພີ່ມທະວີຄວາມປອດໄພໃຫ້ບັນຊີຂອງທ່ານ . ເລືອກປັດໃຈທີສອງສໍາລັບການຢັ້ງຢືນ",
+ "Could not load at least one of your enabled two-factor auth methods. Please contact your admin." : "ບໍ່ສາມາດໂຫຼດໄດ້ ຢ່າງຫນ້ອຍໃຊ້ວິທີການ auth ສອງປັດໃຈຂອງທ່ານ. ກະລຸນາຕິດຕໍ່ admin ຂອງທ່ານ.",
+ "Two-factor authentication is enforced but has not been configured on your account. Contact your admin for assistance." : "ການຢັ້ງຢືນສອງປັດໃຈແມ່ນຖືກບັງຄັບໃຊ້ແຕ່ຍັງບໍ່ໄດ້ຖືກຕັ້ງຄ່າໃນບັນຊີຂອງທ່ານ. ຕິດຕໍ່ admin ຂອງທ່ານສໍາລັບການຊ່ວຍເຫຼືອ.",
+ "Two-factor authentication is enforced but has not been configured on your account. Please continue to setup two-factor authentication." : "ການຢັ້ງຢືນສອງປັດໃຈແມ່ນຖືກບັງຄັບໃຊ້ແຕ່ຍັງບໍ່ໄດ້ຖືກຕັ້ງຄ່າໃນບັນຊີຂອງທ່ານ. ກະລຸນາສືບຕໍ່ຕັ້ງການຢັ້ງຢືນສອງປັດໃຈ.",
+ "Set up two-factor authentication" : "ການຕັ້ງຄ່າຮັບຮອງການຢັ້ງຢືນສອງຄັ້ງ",
+ "Two-factor authentication is enforced but has not been configured on your account. Use one of your backup codes to log in or contact your admin for assistance." : "ການຢັ້ງຢືນສອງປັດໃຈແມ່ນຖືກບັງຄັບໃຊ້ແຕ່ຍັງບໍ່ໄດ້ຖືກຕັ້ງຄ່າໃນບັນຊີຂອງທ່ານ. ໃຊ້ລະຫັດສໍາຮອງຂອງທ່ານເພື່ອເຂົ້າລະບົບຫຼືຕິດຕໍ່ admin ຂອງທ່ານສໍາລັບການຊ່ວຍເຫຼືອ.",
+ "Use backup code" : "ໃຊ້ລະຫັດສໍາຮອງ",
+ "Cancel login" : "ຍົກເລີກ login",
+ "Setup two-factor authentication" : "ການຕັ້ງຄ່າຮັບຮອງການຢັ້ງຢືນສອງຄັ້ງ",
+ "Enhanced security is enforced for your account. Choose which provider to set up:" : "ເພີ່ມທະວີຄວາມປອດໄພແມ່ນຖືກບັງຄັບໃຊ້ ສໍາລັບບັນຊີ ຂອງທ່ານ . ເລືອກຜູ້ໃຫ້ບໍລິການທີ່ກຳນົດໄວ້",
+ "Error while validating your second factor" : "ຄວາມຜິດພາດໃນຂະນະທີ່ການຢັ້ງຢືນທີສອງຂອງທ່ານ",
+ "Access through untrusted domain" : "ການເຂົ້າເຖິງຜ່ານໂດເມນທີ່ບໍ່ໜ້າເຊື່ຶອຖື",
+ "Please contact your administrator. If you are an administrator, edit the \"trusted_domains\" setting in config/config.php like the example in config.sample.php." : "ກະລຸນາຕິດຕໍ່ຜູ້ຄຸ້ມຄອງລະບົບຂອງທ່ານ. ຖ້າທ່ານເປັນຜູ້ຄຸ້ມຄອງລະບົບ, ແກ້ໄຂການຕັ້ງຄ່າ \"trusted_domains\" ໃນconfig/config.php ເຊັ່ນຕົວຢ່າງໃນ config.sample.php.",
+ "Further information how to configure this can be found in the %1$sdocumentation%2$s." : "ຂໍ້ມູນເພີ່ມເຕີມກ່ຽວກັບວິທີການຕັ້ງຄ່ານີ້ສາມາດເບິ່ງໄດ້ໃນ %1$sເອກະສານ.%2$s",
+ "App update required" : "ອັບເດດ App ທີ່ຕ້ອງການ",
+ "%1$s will be updated to version %2$s" : " %1$sຈະຖືກປັບປຸງໃຫ້ເປັນລູ້ນ %2$s",
+ "The following apps will be updated:" : "ແອັບພລິເຄຊັນດັ່ງຕໍ່ໄປນີ້ຈະໄດ້ຮັບການປັບປຸງ:",
+ "These incompatible apps will be disabled:" : "ແອັບພລິເຄຊັນທີ່ບໍ່ສາມາດເຂົ້າກັນໄດ້, ເຫຼົ່ານີ້ຈະຖືກປິດ:",
+ "The theme %s has been disabled." : "ຫົວຂໍ້ %sໄດ້ຖືກປິດ.",
+ "Please make sure that the database, the config folder and the data folder have been backed up before proceeding." : "ກະລຸນາໃຫ້ແນ່ໃຈວ່າຖານຂໍ້ມູນ, ໂຟນເດີ config ແລະ ໂຟນເດີຂໍ້ມູນໄດ້ຖືກສໍາຮອງໄວ້ກ່ອນທີ່ຈະດໍາເນີນການ.",
+ "Start update" : "ເລີ່ມອັບເດດ",
+ "To avoid timeouts with larger installations, you can instead run the following command from your installation directory:" : "ເພື່ອຫຼີກເວັ້ນການໃຊ້ ເວລາທີ່ມີການຕິດຕັ້ງ. ແທນທີ່ທ່ານສາມາດແລ່ນຄໍາ ສັ່ງດັ່ງຕໍ່ໄປນີ້ຈາກການຕິດຕັ້ງຂອງ ທ່ານໂດຍກົງ :",
+ "Detailed logs" : "ບັນທຶກໂດຍລາຍລະອຽດ",
+ "Update needed" : "ການປັບປຸງທີ່ຈໍາເປັນ",
+ "Please use the command line updater because you have a big instance with more than 50 users." : "ກະລຸນາໃຊ້ ອັບເດດແຖວຄໍາສັ່ງ ເພາະວ່າທ່ານມີຕົວຢ່າງໃຫຍ່ທີ່ມີຜູ້ໃຊ້ຫຼາຍກວ່າ 50 ຜຸ້ໃຊ້.",
+ "For help, see the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"%s\">documentation</a>." : "ສໍາລັບການຊ່ວຍເຫຼືອ, ເບິ່ງ <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"%s\">ເອກະສານ</a>.",
+ "I know that if I continue doing the update via web UI has the risk, that the request runs into a timeout and could cause data loss, but I have a backup and know how to restore my instance in case of a failure." : "ຂ້າ ພະເຈົ້າຮູ້ວ່າຖ້າຫາກວ່າຂ້າພະເຈົ້າສືບຕໍ່ເຮັດການອັບເດດຜ່ານເວັບ UI ມີຄວາມສ່ຽງ , ວ່າ ຄໍາຮ້ອງດຳເນີນການໝົດເວລາ ແລະ ອາດຈະເຮັດໃຫ້ການສູນເສຍຂໍ້ມູນ, ແຕ່ຂ້າ ພະເຈົ້າມີການສໍາຮອງ ແລະ ຮູ້ວິທີການກູ້ຄືນ ຕົວຢ່າງ ຂອງຂ້າພະເຈົ້າໃນກໍລະນີທີ່ລົ້ມ ເຫລວ .",
+ "Upgrade via web on my own risk" : "ການຍົກລະດັບ ຜ່ານເວັບໄຊໃນຄວາມສ່ຽງຂອງຂ້ອຍເອງ",
+ "Maintenance mode" : "ຮູບແບບການບໍາລຸງຮັກສາ",
+ "This %s instance is currently in maintenance mode, which may take a while." : "%sຕົວຢ່າງນີ້ໃນປັດຈຸບັນແມ່ນຢູ່ໃນວິທີການບໍາລຸງຮັກສາ, ຊຶ່ງອາດຈະໃຊ້ ເວລາໃນໄລຍະໜຶ່ງ",
+ "This page will refresh itself when the instance is available again." : "ຫນ້ານີ້ຈະ refresh ເມື່ອມີຕົວຢ່າງອີກ.",
+ "Contact your system administrator if this message persists or appeared unexpectedly." : "ຕິດຕໍ່ຜູ້ບໍລິຫານລະບົບຂອງທ່ານຖ້າຫາກວ່າຂ່າວສານນີ້ຍັຢູ່ ຫຼື ປາກົດໂດຍບໍ່ຄາດຄິດ.",
+ "Checking whether the database schema can be updated (this can take a long time depending on the database size)" : "ການກວດສອບວ່າແຜນຜັງຖານຂໍ້ມູນສາມາດອັບເດດໄດ້ ຫລື ບໍ່ (ມັນອາດໃຊ້ເວລາດົນ ຂື້ນກັບຂະໜາດ ຂອງຖານຂໍ້ມູນ)",
+ "Checked database schema update" : "ເລືອກແຜນຜັງຖານຂໍ້ມູນທີຈະອັບເດດ",
+ "Checking updates of apps" : "ກໍາລັງກວດສອບການອັບເດດ ຂອງແອັບ ",
+ "Checking for update of app \"%s\" in appstore" : "ກໍາລັງກວດສອບການເອັບເດດ ແອັບ \"%s\" ໃນແອັບສະຕໍ",
+ "Update app \"%s\" from appstore" : "ອັບເດດ ເອັບ \"%s\" ຈາກ ແອັບສະຕໍ",
+ "Checked for update of app \"%s\" in appstore" : "ກວດການອັບເດດ ແອັບ  \"%s\" ໃນເອັບສະຕໍ",
+ "Checked database schema update for apps" : "ກວດສອບການອັບເດດແຜນຜັງຖານຂໍ້ມູນ ສຳລັບແອັບ.",
+ "Following apps have been disabled: %s" : "ແອັບພລິເຄຊັນຕິດຕາມໄດ້ຖືກປິດ%s",
+ "Your web server is not properly set up to resolve \"{url}\". Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "ວັບເຊີບເວີ ຂອງທ່ານຍັງບໍ່ຖືກຕັ້ງຄ່າຢ່າງຖືກຕ້ອງເພື່ອອະນຸຍາດໃຫ້ແກ້ບັນຫາໄດ້ \"{url}\". ລາຍລະອຽດສາມາດເຂົ້າໄປ ທີ <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">ເອກະສານ</a>",
+ "Your web server is not properly set up to resolve \"{url}\". This is most likely related to a web server configuration that was not updated to deliver this folder directly. Please compare your configuration against the shipped rewrite rules in \".htaccess\" for Apache or the provided one in the documentation for Nginx at it's <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation page</a>. On Nginx those are typically the lines starting with \"location ~\" that need an update." : "ເວັບ ໄຊຂອງ ທ່ານ ບໍ່ໄດ້ຕິດຕັ້ງຢ່າງຖືກຕ້ອງເພື່ອແກ້ ໄຂ \"{url}\" .ກ່ຽວກັບການຕັ້ງຄ່າເວັບໄຊບໍ່ມີການປັບປຸງເພື່ອສົ່ງໂຟນເດີນີ້ໂດຍກົງ. ກະລຸນາປຽບທຽບການຕັ້ງຄ່າຂອງທ່ານກັບການຂຽນຄືນທີ່ຖືກສົ່ງໃນ \".htaccess\" ສໍາລັບ Apache ຫຼືທີ່ສະຫນອງໃຫ້ Nginx<a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">ໃນຫນ້າເອກະສານ</a>. ໃນ Nginx ເຫຼົ່ານັ້ນໂດຍປົກກະຕິແລ້ວແມ່ນເລີ່ມຕົ້ນດ້ວຍ \"ສະຖານທີ່ ~\" ທີ່ຕ້ອງການການປັບປຸງ",
+ "Your web server is not properly set up to deliver .woff2 files. This is typically an issue with the Nginx configuration. For Nextcloud 15 it needs an adjustement to also deliver .woff2 files. Compare your Nginx configuration to the recommended configuration in our <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "ເວັບໄຊຂອງ ທ່ານ ບໍ່ໄດ້ຕິດຕັ້ງຢ່າງຖືກຕ້ອງເພື່ອແກ້ ໄຂເພື່ອ ສົ່ງ ໄຟ woff2 . ໂດຍປົກກະຕິແລ້ວແມ່ນບັນຫາທີ່ມີການຕັ້ງຄ່າ Nginx. ສໍາລັບ Nextcloud 15 ມັນຈໍາເປັນຕ້ອງມີການປັບຕົວເພື່ອສົ່ງຟາຍ .woff2 ອີກດ້ວຍ. ປຽບທຽບການຕັ້ງຄ່າ Nginx ຂອງທ່ານກັບການຕັ້ງຄ່າທີ່ແນະນໍາໃນ<a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">ເອກະສານ</a> ຂອງພວກເຮົາ.",
+ "Please check the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">installation documentation ↗</a> for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "ກະລຸນາກວດສອບ <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">ເອກະສານການຕິດຕັ້ງ ↗</a> ສໍາລັບບັນທຶກການຕັ້ງຄ່າ PHP ແລະ ການຕັ້ງຄ່າ PHP ຂອງ server ຂອງທ່ານ, ໂດຍສະເພາະເມື່ອໃຊ້ php-fpm.",
+ "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems. See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation ↗</a> for more information." : "ການລ໋ອກ ການໂອນຢ້າຍຟາຍໄດ້ຖືກປິດນໍາໃຊ້, ອາດຈະກໍໃຫ້ເກີດບັນຫາຕາມມາ. ກະລຸນນາເປີດ \"filelocking.enabled\" ໃນ config.php ເພື່ອຫຼີກລ້ຽງ ບັນຫາ. ເບີ່ງຂໍ້ມູນເພີ່ມເຕີ່ມທີ <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">ເອກະສານ</a> ",
+ "Last background job execution ran {relativeTime}. Something seems wrong." : "ໄດ້ດໍາເນີນການປະຕິບັດວຽກງານຄັ້ງສຸດທ້າຍ {relativeTime}. ມີບາງຢ່າງບໍຖຶກຕ້ອງ",
+ "Check the background job settings" : "ກວດສອບການຕັ້ງຄ່າພຶ້ນຫຼັງ",
+ "No memory cache has been configured. To enhance performance, please configure a memcache, if available. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "ບໍ່ໄດ້ຕັ້ງຄ່າ cache ຄວາມຈໍາຊົວຄາວ. ເພື່ອເພີ່ມປະສິດທິພາບ, ກະລຸນາຕັ້ງຄ່າ cache, ຖ້າມີ. ຂໍ້ມູນເພີ່ມເຕີມສາມາດເບິ່ງໄດ້ໃນ <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">ເອກະສານ</a>",
+ "No suitable source for randomness found by PHP which is highly discouraged for security reasons. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "ບໍ່ມີການສຸມເລືອກ ໂດຍ PHP ຍ້ອນບັນຫາຄວາມປອດໄພສູງ . ສໍາລັບຂໍ້ມູນເພີ່ມເຕີມສາມາດເບິ່ງໄດ້ໃນ <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">ເອກະສານ</a>.",
+ "You are currently running PHP {version}. Upgrade your PHP version to take advantage of <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">performance and security updates provided by the PHP Group</a> as soon as your distribution supports it." : "ປະຈຸບັນທ່ານກໍາລັງດໍາເນີນການ PHP {ລູ້ນ}. ອັບເດດລຸ້ນ PHP ຂອງທ່ານເພື່ອ <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">ປັບປຸງປະສິດທິພາບ ແລະ ຄວາມປອດໄພທີ່ສະຫນອງໃຫ້ໂດຍກຸ່ມ PHP</a> ທັນທີທີ່ທ່ານສະຫນັບສະຫນູນມັນ.",
+ "The reverse proxy header configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If not, this is a security issue and can allow an attacker to spoof their IP address as visible to the Nextcloud. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "ການຕັ້ງຄ່າຫົວຂໍ້ reverse proxy ແມ່ນບໍ່ຖືກຕ້ອງ, ຫຼື ທ່ານກໍາລັງເຂົ້າເຖິງ Nextcloud ຈາກ proxy ທີ່ເຊື່ອຖືໄດ້. ຖ້າບໍ່ດັ່ງນັ້ນ, ນີ້ແມ່ນບັນຫາຄວາມປອດໄພ ແລະ ອາດເຮັດໃຫ້ມີຜູ້ໂຈມຕີ spoof ທີ່ຢູ່ IP ດັ່ງທີ່ເຫັນໃນ Nextcloud. ຂໍ້ມູນເພີ່ມເຕີມສາມາດເບິ່ງໄດ້ໃນ <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">ເອກະສານ</a>.",
+ "Memcached is configured as distributed cache, but the wrong PHP module \"memcache\" is installed. \\OC\\Memcache\\Memcached only supports \"memcached\" and not \"memcache\". See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">memcached wiki about both modules</a>." : "Memcached ຖືກຕັ້ງຄ່າເປັນ cache ແຈກຢາຍ, ແຕ່ໂມດູນ PHP ທີ່ບໍ່ຖືກຕ້ອງ \"memcache\" ຖືກຕິດຕັ້ງ. OCMemcacheMemcached ສະຫນັບສະຫນູນພຽງແຕ່ \"memcached\" ແລະ ບໍ່ແມ່ນ \"memcache\". ເບິ່ງ <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">wiki memcached ກ່ຽວກັບທັງສອງໂມດູນ</a>.",
+ "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">List of invalid files…</a> / <a href=\"{rescanEndpoint}\">Rescan…</a>)" : "ບາງຟາຍບໍ່ໄດ້ຜ່ານການກວດສອບຄວາມລະອຽດ. ຂໍ້ມູນເພີ່ມເຕີມກ່ຽວກັບວິທີແກ້ໄຂບັນຫານີ້ສາມາດເບິ່ງໄດ້ໃນ <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">ເອກະສານ</a>. ( <a href=\"{codeIntegrityDownloadEndpoint}\">ລາຍການຟາຍທີ່ບໍ່ຖືກຕ້ອງ... </a>/ <a href=\"{rescanEndpoint}\">ສະແກນຄືນໃໝ່...</a>)",
+ "The PHP OPcache module is not loaded. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance it is recommended</a> to load it into your PHP installation." : "ໂມດູນ PHP OPcache ບໍ່ໄດ້ຖືກໂຫຼດ. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">ສໍາລັບການປະຕິບັດທີ່ດີກວ່າມັນແນະນໍາ</a>ໃຫ້ ໂຫຼດ ມັນເຂົ້າໄປໃນການຕິດຕັ້ງ PHP ຂອງ ທ່ານ .",
+ "The PHP OPcache is not properly configured. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance it is recommended</a> to use the following settings in the <code>php.ini</code>:" : "PHP OPcache ບໍ່ໄດ້ຕັ້ງຄ່າຢ່າງຖືກຕ້ອງ. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">ສໍາລັບການປະຕິບັດທີ່ດີກວ່າແມ່ນແນະນໍາ </a>ໃຫ້ໃຊ້ການຕັ້ງຄ່າດັ່ງຕໍ່ໄປນີ້ໃນ <code>php.ini </code>",
+ "Some columns in the database are missing a conversion to big int. Due to the fact that changing column types on big tables could take some time they were not changed automatically. By running 'occ db:convert-filecache-bigint' those pending changes could be applied manually. This operation needs to be made while the instance is offline. For further details read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "ບາງ columns ໃນຖານຂໍ້ມູນແມ່ນຂາດການປ່ຽນ int . ເນື່ອງ ຈາກວ່າການປ່ຽນແປງແບບ column ໃນຕາຕະລາງໃຫຍ່ ອາດຈະໃຊ້ເວລາດົນ . ໂດຍການດຳເນີນ 'occ db:convert-filecache-bigint' ໃນຄະນະການປ່ຽນແປງ ກໍາລັງຄ້າງສາມາດນໍາໃຊ້ມືແປງໄດ້. ການດໍາເນີນ ງານນີ້ຈໍາເປັນຕ້ອງໄດ້ເຮັດໃນຂະນະທີ່ offline . ສໍາລັບລາຍລະອຽດເພີ່ມເຕີມອ່ານ <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">ຫນ້າເອກະສານກ່ຽວກັບສີ່ງນີ້</a>.",
+ "To migrate to another database use the command line tool: 'occ db:convert-type', or see the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation ↗</a>." : "ເພື່ອຍ້າຍໄປຢູ່ຖານຂໍ້ມູນອື່ນໃຊ້ເຄື່ອງມືຄໍາສັ່ງ: 'occ db:convert-type', ຫຼືເບິ່ງ<a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">ເອກະສານ↗</a>.",
+ "Use of the the built in php mailer is no longer supported. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Please update your email server settings ↗<a/>." : "ການໃຊ້ mailer ທີ່ສ້າງຂຶ້ນໃນ php ບໍ່ ໄດ້ ຮັບການສະຫນັບສະຫນູນອີກຕໍ່ໄປ. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">ກະລຸນາອັບເດດການຕັ້ງຄ່າ server ອີເມວຂອງທ່ານ ↗<a/>.",
+ "MySQL is used as database but does not support 4-byte characters. To be able to handle 4-byte characters (like emojis) without issues in filenames or comments for example it is recommended to enable the 4-byte support in MySQL. For further details read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "MySQL ຖືກນໍາໃຊ້ເປັນຖານຂໍ້ມູນແຕ່ບໍ່ສະຫນັບສະຫນູນຕົວອັກສອນ 4 byte. ເພື່ອ ໃຫ້ ສາມາດຮັບມືກັບຕົວອັກສອນບັນຈຸເຖິງ 4-byte (ເຊັ່ນ emojis) ຫຼື ຕົວຢ່າງ ແນະນໍາໃຫ້ ການສະຫນັບສະຫນູນບັນຈຸເຖິງ 4 byte ໃນ MySQL . ສໍາລັບລາຍລະອຽດເພີ່ມເຕີມອ່ານ <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">ຫນ້າເອກະສານກ່ຽວກັບເລື່ອງນີ້</a>.",
+ "You are accessing your instance over a secure connection, however your instance is generating insecure URLs. This most likely means that you are behind a reverse proxy and the overwrite config variables are not set correctly. Please read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "ທ່ານກໍາລັງເຂົ້າເຖິງຕົວຢ່າງກ່ຽວ ກັບການຕິດຕໍ່ທີ່ປອດໄພ, ເຖິງຢ່າງໃດກໍຕາມຕົວຢ່າງ ຂອງທ່ານແມ່ນການ ສ້າງ URLs ທີ່ບໍ່ປອດໄພ . ຫມາຍຄວາມວ່າທ່ານຢູ່ເບື້ອງຫຼັງ proxy reverse ແລະ ຕົວປ່ຽນ config overwrite ບໍ່ໄດ້ກໍານົດຢ່າງຖືກຕ້ອງ. ກະລຸນາອ່ານ<a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">ຫນ້າເອກະສານກ່ຽວກັບເລື່ອງນີ້</a>.",
+ "The \"{header}\" HTTP header is not set to \"{val1}\", \"{val2}\", \"{val3}\", \"{val4}\" or \"{val5}\". This can leak referer information. See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{link}\">W3C Recommendation ↗</a>." : "ຫົວຂໍ້ \"{header}\" HTTP ບໍ່ໄດ້ກໍານົດ\"{val1}\", \"{val2}\", \"{val3}\", \"{val4}\" ຫຼື \"{val5}\". ສາມາດລະບາຍຂໍ້ມູນ referer. ເບິ່ງ <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{link}\">ຄໍາແນະນໍາ 1W3C ↗1</a>.",
+ "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the <a href=\"{docUrl}\" rel=\"noreferrer noopener\">security tips ↗</a>." : "ຫົວຂໍ້ \"Strict-Transport-Security\" HTTP ບໍ່ໄດ້ກໍານົດໄວ້ \"{seconds}\" ວິນາທີ. ເພື່ອເພິ່ມຄວາມປອດໄພ, ແນະນໍາໃຫ້ເຮັດ HSTS ຕາມທີ່ໄດ້ລະບຸ<a href=\"{docUrl}\" rel=\"noreferrer noopener\">ໄວ້ໃນຄໍາແນະນໍາດ້ານຄວາມປອດໄພ ↗</a>.",
+ "Accessing site insecurely via HTTP. You are strongly advised to set up your server to require HTTPS instead, as described in the <a href=\"{docUrl}\">security tips ↗</a>." : "ການເຂົ້າເຖິງເວັບໄຊບໍ່ມີຄວາມປອດໄພ ຜ່ານ HTTP. ທ່ານໄດ້ ຮັບຄໍາແນະນໍາ ຕິດຕັ້ງ server ຂອງ ທ່ານ ເພື່ອ ຮຽກຮ້ອງ HTTPS ແທນ , ດັ່ງ ທີ່ໄດ້ບັນ ຍາຍໃນຄໍາ <a href=\"{docUrl}\">ແນະນໍາຄວາມປອດ ໄພ ↗</a> .",
+ "Continue to Nextcloud" : "ສືບຕໍ່ Nextcloud",
+ "_The update was successful. Redirecting you to Nextcloud in %n second._::_The update was successful. Redirecting you to Nextcloud in %n seconds._" : ["ການປັບປຸງໄດ້ສໍາເລັດ. ການນໍາທ່ານໄປຫາ Nextcloud ໃນ %nວິນາທີ."],
+ "Searching other places" : "ການຄົ້ນຫາສະຖານທີ່ອື່ນໆ",
+ "No search results in other folders for {tag}{filter}{endtag}" : "ບໍ່ມີຜົນການຄົ້ນຫາໃນໂຟນເດີອື່ນໆສໍາລັບ {tag}{filter}{endtag}",
+ "_{count} search result in another folder_::_{count} search results in other folders_" : ["{count} ຜົນການຄົ້ນຫາໃນໂຟນເດີອື່ນໆ"],
+ "A password reset message has been sent to the e-mail address of this account. If you do not receive it, check your spam/junk folders or ask your local administrator for help." : "ມີການສົ່ງຂໍ້ຄວາມການຕັ້ງລະຫັດຜ່ານໄປຫາທີ່ຢູ່ອີເມວຂອງບັນຊີນີ້. ຖ້າທ່ານບໍ່ໄດ້ຮັບ, ໃຫ້ກວດເບິ່ງໂຟນເດີ spam/junk ຂອງທ່ານ ຫຼື ຂໍຄວາມຊ່ວຍເຫຼືອຈາກເບີ່ງລະບົບຂອງທ່ານ.",
+ "Password can not be changed. Please contact your administrator." : "ບໍ່ສາມາດປ່ຽນລະຫັດຜ່ານໄດ້. ກະລຸນາຕິດຕໍ່ຜູ້ເບິ່ງລະບົບຂອງທ່ານ.",
+ "Could not fetch list of apps from the app store." : "ບໍ່ສາມາດເກັບລາຍຊື່ແອັບ ຈາກບ່ອນເກັບແອັບໄດ້.",
+ "Nextcloud {app}" : "Nextcloud {app}",
+ "Can't install this app because it is not compatible" : "ບໍ່ສາມາດຕິດຕັ້ງແອັບນີ້ໄດ້ ເພາະມັນບໍ່ເຂົ້າກັນໄດ້",
+ "Can't install this app" : "ບໍ່ສາມາດຕິດຕັ້ງແອັບນີ້ໄດ້",
+ "These apps will be updated:" : "ແອັບເຫຼົ່ານີ້ຈະໄດ້ຮັບການປັບປຸງ:",
+ "For more details see the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "ສໍາລັບລາຍລະອຽດເພີ່ມເຕີມເບິ່ງ <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">ເອກະສານ</a>."
+},"pluralForm" :"nplurals=1; plural=0;"
+} \ No newline at end of file
diff --git a/core/l10n/lt_LT.js b/core/l10n/lt_LT.js
index 04137b2d132..ef5bf32a460 100644
--- a/core/l10n/lt_LT.js
+++ b/core/l10n/lt_LT.js
@@ -39,41 +39,24 @@ OC.L10N.register(
"Maintenance mode is kept active" : "Techninės priežiūros veiksena yra aktyvi",
"Updating database schema" : "Atnaujinama duomenų bazės struktūra",
"Updated database" : "Atnaujinta duomenų bazė",
- "Checking whether the database schema can be updated (this can take a long time depending on the database size)" : "Tikrinama ar duomenų bazės struktūra gali būti atnaujinta (priklausomai nuo duomenų bazės dydžio, operacija gali ilgai užtrukti)",
- "Checked database schema update" : "Duomenų bazės struktūros naujinimas patikrintas",
- "Checking updates of apps" : "Tikrinami programėlių atnaujinimai",
- "Checking for update of app \"%s\" in appstore" : "Programėlių parduotuvėje ieškoma atnaujinimo programėlei \"%s\"",
- "Update app \"%s\" from appstore" : "Atnaujinkite \"%s\" įskiepį iš programinės įrangos saugyklos",
- "Checked for update of app \"%s\" in appstore" : "Atlikta atnaujinimų paieška įskiepiui \"%s\" programinės įrangos saugykloje",
"Checking whether the database schema for %s can be updated (this can take a long time depending on the database size)" : "Tikrinama ar %s duomenų bazės struktūra gali būti atnaujinta (priklausomai nuo duomenų bazės dydžio, tai gali ilgai užtrukti)",
- "Checked database schema update for apps" : "Duomenų bazės struktūra paruošta įskiepių atnaujinimui",
"Updated \"%1$s\" to %2$s" : "Atnaujinta „%1$s“ į %2$s",
"Set log level to debug" : "Žurnalo išvesties lygis nustatytas į derinimo",
- "Reset log level" : "Atstatyti registravimo lygį",
+ "Reset log level" : "Atstatytas registravimo lygis",
"Starting code integrity check" : "Pradedama kodo vientisumo patikra",
"Finished code integrity check" : "Kodo vientisumo patikra užbaigta",
"%s (incompatible)" : "%s (nesuderinama)",
- "Following apps have been disabled: %s" : "Šios programėlės buvo išjungtos: %s",
+ "The following apps have been disabled: %s" : "Šios programėlės buvo išjungtos: %s",
"Already up to date" : "Naudojama naujausia versija",
"Your web server is not yet properly set up to allow file synchronization, because the WebDAV interface seems to be broken." : "Jūsų svetainės serveris nėra tinkamai sukonfiguruotas, Failų sinchronizavimas negalimas, nes neveikia WebDAV interfeisas.",
- "Your web server is not properly set up to resolve \"{url}\". Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Jūsų svetainės serveris nėra sukonfiguruotas atpažinti \"{url}\". Daugiau informacijos rasite <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentacijoje</a>.",
"It was not possible to execute the cron job via CLI. The following technical errors have appeared:" : "Buvo neįmanoma įvykdyti cron užduotį per komandų eilutę. Atsirado šios techninės klaidos:",
- "Last background job execution ran {relativeTime}. Something seems wrong." : "Paskutinis foninis užduočių vykdymas buvo paleistas {relativeTime}. Atrodo, kad kažkas nutiko.",
- "Check the background job settings" : "Peržiūrėkite fone veikiančių užduočių nustatymus",
- "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">List of invalid files…</a> / <a href=\"{rescanEndpoint}\">Rescan…</a>)" : "Kai kurie failai nepraėjo vientisumo patikrinimo. Tolimesnę informaciją apie tai, kaip išspręsti šią problemą, galima rasti <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentacijoje</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">Neteisingų failų sąrašas…</a> / <a href=\"{rescanEndpoint}\">Peržiūrėti iš naujo…</a>)",
"Your PHP does not have FreeType support, resulting in breakage of profile pictures and the settings interface." : "Jūsų PHP neturi FreeType palaikymo, kas savo ruožtu sąlygoja profilio paveikslėlių ir nustatymų sąsajos neteisingą atvaizdavimą.",
+ "Missing optional column \"{columnName}\" in table \"{tableName}\"." : "Lentelėje „{tableName}“ trūksta nebūtino stulpelio „{columnName}“.",
"This instance is missing some recommended PHP modules. For improved performance and better compatibility it is highly recommended to install them." : "Šiame egzemplioriuje trūksta kai kurių rekomenduojamų PHP modulių. Pagerintam našumui ir geresniam suderinamumui yra primygtinai rekomenduojama juos įdiegti.",
"This is particularly recommended when using the desktop client for file synchronisation." : "Tai ypač rekomenduojama failų sinchronizavimui naudojant darbalaukio kliento programą.",
"The PHP memory limit is below the recommended value of 512MB." : "PHP atminties riba yra žemiau rekomenduojamos 512MB reikšmės.",
"Error occurred while checking server setup" : "Tikrinant serverio sąranką, įvyko klaida",
- "Accessing site insecurely via HTTP. You are strongly advised to set up your server to require HTTPS instead, as described in the <a href=\"{docUrl}\">security tips ↗</a>." : "Gaunate prieigą prie šios svetainės nesaugiu būdu per HTTP. Primygtinai rekomenduojama, kad nusistatytumėte serverį taip, kad jis vietoj HTTP reikalautų HTTPS, kaip tai yra aprašyta <a href=\"{docUrl}\">saugumo patarimuose ↗</a>.",
- "Non-existing tag #{tag}" : "Neegzistuojanti žymė #{tag}",
- "restricted" : "apribota",
- "invisible" : "nematoma",
- "Delete" : "Ištrinti",
- "Rename" : "Pervadinti",
- "Collaborative tags" : "Bendradarbiavimo žymės",
- "No tags found" : "Nerasta jokių žymių",
+ "For more details see the {linkstart}documentation ↗{linkend}." : "Išsamesnei informacijai, žiūrėkite {linkstart}dokumentaciją ↗{linkend}.",
"unknown text" : "nežinomas tekstas",
"Hello world!" : "Sveikas, pasauli!",
"sunny" : "saulėta",
@@ -88,41 +71,46 @@ OC.L10N.register(
"Please reload the page." : "Prašome įkelti puslapį iš naujo.",
"The update was unsuccessful. For more information <a href=\"{url}\">check our forum post</a> covering this issue." : "Atnaujinimas buvo nesėkmingas. Išsamesnei informacijai apie šią problemą, <a href=\"{url}\">žiūrėkite įrašą mūsų forume</a>.",
"The update was unsuccessful. Please report this issue to the <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">Nextcloud community</a>." : "Atnaujinimas buvo nesėkmingas. Prašome pranešti apie šią problemą <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">Nextcloud bendruomenei</a>.",
- "Continue to Nextcloud" : "Eiti į NextCloud",
- "_The update was successful. Redirecting you to Nextcloud in %n second._::_The update was successful. Redirecting you to Nextcloud in %n seconds._" : ["Atnaujinimas buvo sėkmingas. Po %n sekundės būsite nukreipti į Nextcloud.","Atnaujinimas buvo sėkmingas. Po %n sekundžių būsite nukreipti į Nextcloud.","Atnaujinimas buvo sėkmingas. Po %n sekundžių būsite nukreipti į Nextcloud.","Atnaujinimas buvo sėkmingas. Po %n sekundės būsite nukreipti į Nextcloud."],
- "Searching other places" : "Ieškoma kitose vietose",
- "No search results in other folders for {tag}{filter}{endtag}" : "Kituose aplankuose nėra paieškos rezultatų, skirtų {tag}{filter}{endtag}",
- "_{count} search result in another folder_::_{count} search results in other folders_" : ["{count} paieškos rezultatas kitame aplanke","{count} paieškos rezultatai kitame aplanke","{count} paieškos rezultatų kitame aplanke","{count} paieškos rezultatas kitame aplanke"],
+ "Log in" : "Prisijungti",
+ "Logging in …" : "Prisijungiama …",
"Server side authentication failed!" : "Autentikacija serveryje nepavyko!",
"Please contact your administrator." : "Susisiekite su savo administratoriumi.",
"An internal error occurred." : "Įvyko vidinė klaida.",
"Please try again or contact your administrator." : "Pabandykite dar kartą arba susisiekite su savo administratoriumi.",
"Username or email" : "Naudotojas arba el. paštas",
"Password" : "Slaptažodis",
- "Log in" : "Prisijungti",
- "Logging in …" : "Prisijungiama …",
"Wrong username or password." : "Neteisingas naudotojo vardas ar slaptažodis.",
"User disabled" : "Naudotojas išjungtas",
- "We have detected multiple invalid login attempts from your IP. Therefore your next login is throttled up to 30 seconds." : "Aptikome kelis nepavykusius prisijungimus iš jūsų IP adreso. Dėl to prisijungimo dažnis yra apribotas iki 30 sekundžių.",
+ "We have detected multiple invalid login attempts from your IP. Therefore your next login is throttled up to 30 seconds." : "Dėl daugkartinių nesėkmingų bandymų prisijungti iš jūsų IP adreso, prisijungimai bus uždelsti iki 30 sekundžių.",
+ "Your account is not setup for passwordless login." : "Jūsų paskyra nėra nustatyta prisijungimui be slaptažodžio.",
+ "Passwordless authentication is not supported in your browser." : "Tapatybės nustatymas be slaptažodžio nėra palaikomas jūsų naršyklėje.",
+ "Passwordless authentication is only available over a secure connection." : "Tapatybės nustatymas be slaptažodžio yra prieinamas tik per saugų ryšį.",
"Reset password" : "Atstatyti slaptažodį",
"Couldn't send reset email. Please contact your administrator." : "Nepavyko išsiųsti atstatymo el. laiško. Susisiekite su savo administratoriumi.",
- "Password can not be changed. Please contact your administrator." : "Slaptažodis negali būti pakeistas. Susisiekite su savo administratoriumi.",
"Back to login" : "Grįžti prie prisijungimo",
"New password" : "Naujas slaptažodis",
"I know what I'm doing" : "Aš žinau ką darau",
"Recommended apps" : "Rekomenduojamos programėlės",
"Loading apps …" : "Įkeliamos programėlės…",
- "Could not fetch list of apps from the app store." : "Nepavyko iš programėlių parduotuvės gauti programėlių sąrašo.",
"Installing apps …" : "Įdiegiamos programėlės…",
- "Nextcloud {app}" : "Nextcloud {app}",
"App download or installation failed" : "Programėlės atsisiuntimas ar įdiegimas patyrė nesėkmę",
- "Can't install this app because it is not compatible" : "Nepavyksta įdiegti šios programėlės, nes ji yra nesuderinama",
- "Can't install this app" : "Nepavyksta įdiegti šios programėlės",
"Cancel" : "Atsisakyti",
"Schedule work & meetings, synced with all your devices." : "Planuokite su visais jūsų įrenginiais sinchronizuotus darbus ir susitikimus.",
"Keep your colleagues and friends in one place without leaking their private info." : "Saugokite savo kolegas bei draugus vienoje vietoje, neatskleisdami jų asmeninės informacjios.",
"Simple email app nicely integrated with Files, Contacts and Calendar." : "Paprasta el. pašto programėlė, tvarkingai integruota su failais, adresatais ir kalendoriumi.",
"Forgot password?" : "Pamiršote slaptažodį?",
+ "Log in with a device" : "Prisijungti naudojant įrenginį",
+ "Back" : "Atgal",
+ "Reset search" : "Atstatyti paiešką",
+ "Search for {name} only" : "Ieškoti tik {name}",
+ "No results for {query}" : "{query} negrąžino jokių rezultatų",
+ "Start typing to search" : "Norėdami atlikti paiešką, pradėkite rašyti",
+ "Loading more results …" : "Įkeliama daugiau rezultatų…",
+ "Load more results" : "Įkelti daugiau rezultatų",
+ "Search" : "Ieškoti",
+ "An error occurred while searching for {type}" : "Ieškant {type}, įvyko klaida",
+ "_Please enter {minSearchLength} character or more to search_::_Please enter {minSearchLength} characters or more to search_" : ["Norėdami atlikti paiešką, įveskite {minSearchLength} ar daugiau simbolių","Norėdami atlikti paiešką, įveskite {minSearchLength} ar daugiau simbolių","Norėdami atlikti paiešką, įveskite {minSearchLength} ar daugiau simbolių","Norėdami atlikti paiešką, įveskite {minSearchLength} ar daugiau simbolių"],
+ "Search {types} …" : "Ieškoti {types}…",
"Settings" : "Nustatymai",
"Could not load your contacts" : "Nepavyko įkelti jūsų adresatų",
"Search contacts …" : "Ieškoti adresatų…",
@@ -190,6 +178,13 @@ OC.L10N.register(
"Strong password" : "Stiprus slaptažodis",
"No action available" : "Jokie veiksmai negalimi",
"Error fetching contact actions" : "Klaida gaunant veiksmus darbui su adresatais",
+ "Non-existing tag #{tag}" : "Neegzistuojanti žymė #{tag}",
+ "restricted" : "apribota",
+ "invisible" : "nematoma",
+ "Delete" : "Ištrinti",
+ "Rename" : "Pervadinti",
+ "Collaborative tags" : "Bendradarbiavimo žymės",
+ "No tags found" : "Nerasta jokių žymių",
"Personal" : "Asmeniniai",
"Users" : "Naudotojai",
"Apps" : "Programėlės",
@@ -199,7 +194,10 @@ OC.L10N.register(
"File not found" : "Failas nerastas",
"The document could not be found on the server. Maybe the share was deleted or has expired?" : "Nepavyko serveryje rasti dokumento. Galbūt, viešinys buvo ištrintas arba pasibaigė jo galiojimo laikas?",
"Back to %s" : "Atgal į %s",
+ "Too many requests" : "Per daug užklausų",
+ "There were too many requests from your network. Retry later or contact your administrator if this is an error." : "Iš jūsų tinklo buvo per daug užklausų. Bandykite dar kartą vėliau arba, jeigu tai klaida, susisiekite su savo administratoriumi.",
"Error" : "Klaida",
+ "Previous" : "Ankstesnis",
"Internal Server Error" : "Vidinė serverio klaida",
"The server was unable to complete your request." : "Serveriui nepavyko įvykdyti jūsų užklausos.",
"If this happens again, please send the technical details below to the server administrator." : "Jei tai pasikartos, prašome nusiųsti serverio administratoriui žemiau esančią techninę informaciją.",
@@ -235,7 +233,6 @@ OC.L10N.register(
"SQLite should only be used for minimal and development instances. For production we recommend a different database backend." : "SQLite turėtų būti naudojama tik minimaliems ir plėtojimo egzemplioriams. Darbiniam egzemplioriui rekomenduojame naudoti kitą duomenų bazės vidinę pusę.",
"If you use clients for file syncing, the use of SQLite is highly discouraged." : "Jei sinchronizavimui naudojate kliento programas, tuomet SQLite naudojimas yra primygtinai nerekomenduojamas.",
"Install recommended apps" : "Įdiegti rekomenduojamas programėles",
- "Calendar, Contacts, Talk, Mail & OnlyOffice" : "Kalendorius, Adresatai, Pokalbiai ir OnlyOffice",
"Finish setup" : "Užbaigti sąranką",
"Finishing …" : "Užbaigiama …",
"Need help?" : "Reikia pagalbos?",
@@ -248,14 +245,13 @@ OC.L10N.register(
"More apps" : "Daugiau programėlių",
"More" : "Daugiau",
"More apps menu" : "Daugiau programėlių meniu",
- "Search" : "Ieškoti",
- "Reset search" : "Atstatyti paiešką",
"Contacts" : "Adresatai",
"Contacts menu" : "Adresatų meniu",
"Settings menu" : "Nustatymų meniu",
"Confirm your password" : "Patvirtinkite savo slaptažodį",
"Connect to your account" : "Prisijunkite prie paskyros",
- "Please log in before granting %1$s access to your %2$s account." : "Prisijunkite prieš suteikdami %1$s prieigą prie savo %2$s paskyros.",
+ "Please log in before granting %1$s access to your %2$s account." : "Prieš suteikdami %1$s prieigą prie savo %2$s paskyros, prisijunkite.",
+ "If you are not trying to set up a new device or app, someone is trying to trick you into granting them access to your data. In this case do not proceed and instead contact your system administrator." : "Jeigu nebandote nusistatyti naujo įrenginio ar programėlės, tuomet kažkas bando jus apgauti, kad suteiktumėte jam prieigą prie savo duomenų. Tokiu atveju netęskite ir, vietoj to, susisiekite su savo sistemos administratoriumi.",
"App token" : "Išorinės sistemos įskiepio kodas",
"Grant access" : "Suteikti prieigą",
"Alternative log in using app token" : "Alternatyvus prisijungimas naudojant programėlės atpažinimo raktą",
@@ -275,10 +271,11 @@ OC.L10N.register(
"Cancel login" : "Atsisakyti prisijungimo",
"Error while validating your second factor" : "Klaida patvirtinant jūsų antrąjį faktorių",
"Access through untrusted domain" : "Prieiga iš nepatikimo domeno",
- "Please contact your administrator. If you are an administrator, edit the \"trusted_domains\" setting in config/config.php like the example in config.sample.php." : "Susisiekite su savo administratoriumi. Jeigu jūs esate administratorius, pataisykite \"trusted_domains\" nustatymą config/config.php faile, kaip tai parodyta pavyzdyje config.sample.php faile.",
+ "Please contact your administrator. If you are an administrator, edit the \"trusted_domains\" setting in config/config.php like the example in config.sample.php." : "Susisiekite su savo administratoriumi. Jeigu jūs esate administratorius, pataisykite \"trusted_domains\" nustatymą config/config.php faile, kaip tai parodyta pavyzdyje, config.sample.php faile.",
+ "Further information how to configure this can be found in the %1$sdocumentation%2$s." : "Tolimesnę informaciją apie tai, kaip tai konfigūruoti, galite rasti %1$sdokumentacijoje%2$s.",
"App update required" : "Reikalingas programėlės atnaujinimas",
"%1$s will be updated to version %2$s" : "%1$s bus atnaujinta į versiją %2$s",
- "These apps will be updated:" : "Bus atnaujintos šios programėlės:",
+ "The following apps will be updated:" : "Bus atnaujintos šios programėlės:",
"These incompatible apps will be disabled:" : "Bus išjungtos šios nesuderinamos programėlės:",
"The theme %s has been disabled." : "Apipavidalinimas %s buvo išjungtas.",
"Please make sure that the database, the config folder and the data folder have been backed up before proceeding." : "Prieš tęsdami, įsitikinkite, kad pasidarėte duomenų bazės, konfigūracijos aplanko bei duomenų aplanko atsarginę kopiją.",
@@ -286,99 +283,39 @@ OC.L10N.register(
"To avoid timeouts with larger installations, you can instead run the following command from your installation directory:" : "Naudodami didesnius diegimus ir norėdami išvengti laukimo laiko, vietoj to, savo diegimo kataloge galite paleisti šią komandą:",
"Detailed logs" : "Išsamūs žurnalai",
"Update needed" : "Reikalingas atnaujinimas",
+ "Please use the command line updater because you have a big instance with more than 50 users." : "Naudokite komandų eilutės atnaujinimo programą, nes turite didelį egzempliorių su daugiau nei 50 naudotojų.",
"For help, see the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"%s\">documentation</a>." : "Prireikus pagalbos, žiūrėkite <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"%s\">dokumentaciją</a>.",
"I know that if I continue doing the update via web UI has the risk, that the request runs into a timeout and could cause data loss, but I have a backup and know how to restore my instance in case of a failure." : "Suprantu, kad atnaujinimui naudodamas vartotojo aplinką, rizikuoju, kad sistemos darbas sutriks ir prisijungę vartotojai gali netekti duomenų, turiu atsarginę duomenų kopiją ir žinau, kaip atstatyti duomenis nesėkmės atveju.",
"Upgrade via web on my own risk" : "Atnaujinti per interneto naršyklę prisiimant riziką",
"Maintenance mode" : "Techninės priežiūros veiksena",
"This %s instance is currently in maintenance mode, which may take a while." : "Šis %s egzempliorius šiuo metu yra techninės priežiūros veiksenoje, kas savo ruožtu gali šiek tiek užtrukti.",
"This page will refresh itself when the instance is available again." : "Šis puslapis bus įkeltas iš naujo, kai egzempliorius bus ir vėl prieinamas.",
- "Contact your system administrator if this message persists or appeared unexpectedly." : "Susisiekite su savo sistemos administratoriumi jei šis pranešimas nedingsta arba jei jis pasirodė netikėtai.",
- "Could not send reset email because there is no email address for this username. Please contact your administrator." : "Nepavyko išsiųsti atstatymo el. laiško dėl to, kad šiam naudotojo vardui nėra nustatytas joks el. pašto adresas. Susisiekite su savo administratoriumi.",
- "Couldn't send reset email. Please make sure your username is correct." : "Nepavyko išsiųsti atstatymo el. laiško. Prašome įsitikinti, kad jūsų naudotojo vardas yra teisingas.",
- "Your files are encrypted. There will be no way to get your data back after your password is reset.<br />If you are not sure what to do, please contact your administrator before you continue. <br />Do you really want to continue?" : "Jūsų failai yra šifruoti. Atstatę slaptažodį, neturėsite jokios galimybės susigrąžinti savo duomenų.<br />Jei nesate tikri ką daryti, prieš tęsdami, susisiekite su savo administratoriumi. <br />Ar tikrai norite tęsti?",
- "Sending email …" : "Siunčiamas el. laiškas ...",
- "Accessing site insecurely via HTTP. You are strongly adviced to set up your server to require HTTPS instead, as described in the <a href=\"{docUrl}\">security tips ↗</a>." : "Gaunate prieigą prie šios svetainės nesaugiu būdu per HTTP. Primygtinai rekomenduojama, kad nusistatytumėte serverį taip, kad jis vietoj HTTP reikalautų HTTPS, kaip tai yra aprašyta <a href=\"{docUrl}\">saugumo patarimuose ↗</a>.",
- "Shared" : "Bendrinama",
- "Shared with" : "Bendrinama su",
- "Shared by" : "Bendrina",
- "Choose a password for the public link" : "Viešos nuorodos slaptažodis",
- "Choose a password for the public link or press the \"Enter\" key" : "Įrašykite slaptažodį viešai nuorodai ir spustelėkite „Enter“ klavišą",
- "Copied!" : "Nukopijuota!",
- "Copy link" : "Kopijuoti nuorodą",
- "Not supported!" : "Nepalaikoma!",
- "Press ⌘-C to copy." : "Norėdami nukopijuoti, paspauskite ⌘-C.",
- "Press Ctrl-C to copy." : "Norėdami nukopijuoti, paspauskite Ctrl-C.",
- "Unable to toggle this option" : "Nepavyko perjungti pasirinkimo",
- "Resharing is not allowed" : "Dalijinasis išnaujo negalimas",
- "Link" : "Nuoroda",
- "Hide download" : "Slėpti atsisiuntimą",
- "Password protection enforced" : "Apsauga slaptažodžiu yra priverstinė",
- "Password protect" : "Apsaugoti slaptažodžiu",
- "Allow editing" : "Leisti redaguoti",
- "Email link to person" : "Nusiųsti nuorodą paštu",
- "Send" : "Siųsti",
- "Allow upload and editing" : "Leisti įkelti ir redaguoti",
- "Read only" : "Tik skaitymui",
- "File drop (upload only)" : "Failų įmetimas (tik įkėlimas)",
- "Expiration date enforced" : "Aktyvuotas galiojimo laikas",
- "Set expiration date" : "Nustatyti galiojimo pabaigos datą",
- "Expiration" : "Veikimo pabaiga",
- "Expiration date" : "Galiojimo pabaiga",
- "Note to recipient" : "Pastaba gavėjui",
- "Unshare" : "Nustoti bendrinti",
- "Delete share link" : "Ištrinti bendrinimo nuorodą",
- "Add another link" : "Pridėti dar vieną nuorodą",
- "Password protection for links is mandatory" : "Nuorodų apsauga slaptažodžiu yra privaloma",
- "Share to {name}" : "Parodyti asmeniui vardu {name}",
- "Share link" : "Bendrinimo nuoroda",
- "New share link" : "Nauja bendrinimo nuoroda",
- "Created on {time}" : "Sukurta {time}",
- "Password protect by Talk" : "„Talk“ apsauga slaptažodžiu",
- "Could not unshare" : "Nepavyko nustoti bendrinti",
- "Shared with you and the group {group} by {owner}" : "{owner} pradėjo bendrinti su jumis ir su grupe {group}",
- "Shared with you and {circle} by {owner}" : "{owner} pasidalino su jumis ir {circle}",
- "Shared with you and the conversation {conversation} by {owner}" : "{owner} pasidalino su jumis ir pokabliu {conversation}",
- "Shared with you in a conversation by {owner}" : "{owner} pasidalino su jumis pokalbyje",
- "Shared with you by {owner}" : "{owner} pasidalino su jumis",
- "Choose a password for the mail share" : "Pasirinkite slaptažodį pasidalinimui per elektroninį paštą",
- "group" : "grupė",
- "remote" : "nuotolinis",
- "remote group" : "nuotolinė grupė",
- "email" : "elektroninis paštas",
- "conversation" : "pokalbis",
- "shared by {sharer}" : "bendrina {sharer}",
- "Can reshare" : "Gali pakartotinai bendrinti",
- "Can edit" : "Gali redaguoti",
- "Can create" : "Galima kurti nauja",
- "Can change" : "Galima keisti",
- "Can delete" : "Galima trinti",
- "Access control" : "Prieigos valdymas",
- "{shareInitiatorDisplayName} shared via link" : "{shareInitiatorDisplayName} pradėjo bendrinti per nuorodą",
- "Error while sharing" : "Klaida bendrinant",
- "Share details could not be loaded for this item." : "Nepavyko įkelti bendrinimo informacijos šiam elementui.",
- "Search globally" : "Ieškoti visur",
- "_At least {count} character is needed for autocompletion_::_At least {count} characters are needed for autocompletion_" : ["Automatiniam užbaigimui reikia bent {count} simbolio","Automatiniam užbaigimui reikia bent {count} simbolių","Automatiniam užbaigimui reikia bent {count} simbolių","Automatiniam užbaigimui reikia bent {count} simbolio"],
- "This list is maybe truncated - please refine your search term to see more results." : "Sąrašas galimai sutrumpintas - prašome patikslinti paiešką, norint matyti daugiau rezultatų.",
- "No users or groups found for {search}" : "Pagal užklausą {search}, nerasta jokių naudotojų ar grupių",
- "No users found for {search}" : "Nerasta vartotojų pagal paieškos kriterijų: {search}",
- "An error occurred (\"{message}\"). Please try again" : "Įvyko klaida (\"{message}\"). Bandykite dar kartą",
- "An error occurred. Please try again" : "Įvyko klaida. Bandykite dar kartą",
- "Home" : "Namų",
- "Work" : "Darbo",
- "Other" : "Kitas",
- "{sharee} (remote group)" : "{sharee} (išorinė grupė) ",
- "{sharee} ({type}, {owner})" : "{sharee} ({type}, {owner})",
- "Share" : "Dalintis",
- "Name or email address..." : "Vardas arba elektroninio pašto adresas...",
- "Name or federated cloud ID..." : "Vardas ar federacinės debesijos ID...",
- "Name, federated cloud ID or email address..." : "Vardas, federacinės debesijos ID arba el. pašto adresas...",
- "Name..." : "Vardas...",
- "Error removing share" : "Klaida šalinant viešinį",
- "({scope})" : "({scope})",
- "Saving..." : "Įrašoma...",
- "Dismiss" : "Atmesti",
- "Your client should now be connected! You can close this window." : "Klientas jau turi būti prijungtas! Langą galite užverti.",
- "New Password" : "Naujas slaptažodis",
- "Cancel log in" : "Atšaukti prisijungimą"
+ "Contact your system administrator if this message persists or appeared unexpectedly." : "Susisiekite su savo sistemos administratoriumi, jei šis pranešimas nedingsta arba, jei jis pasirodė netikėtai.",
+ "Checking whether the database schema can be updated (this can take a long time depending on the database size)" : "Tikrinama ar duomenų bazės struktūra gali būti atnaujinta (priklausomai nuo duomenų bazės dydžio, operacija gali ilgai užtrukti)",
+ "Checked database schema update" : "Duomenų bazės struktūros naujinimas patikrintas",
+ "Checking updates of apps" : "Tikrinami programėlių atnaujinimai",
+ "Checking for update of app \"%s\" in appstore" : "Programėlių parduotuvėje ieškoma atnaujinimo programėlei \"%s\"",
+ "Update app \"%s\" from appstore" : "Atnaujinkite \"%s\" įskiepį iš programinės įrangos saugyklos",
+ "Checked for update of app \"%s\" in appstore" : "Atlikta atnaujinimų paieška įskiepiui \"%s\" programinės įrangos saugykloje",
+ "Checked database schema update for apps" : "Duomenų bazės struktūra paruošta įskiepių atnaujinimui",
+ "Following apps have been disabled: %s" : "Šios programėlės buvo išjungtos: %s",
+ "Your web server is not properly set up to resolve \"{url}\". Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Jūsų svetainės serveris nėra sukonfiguruotas atpažinti \"{url}\". Daugiau informacijos rasite <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentacijoje</a>.",
+ "Last background job execution ran {relativeTime}. Something seems wrong." : "Paskutinis foninis užduočių vykdymas buvo paleistas {relativeTime}. Atrodo, kad kažkas nutiko.",
+ "Check the background job settings" : "Peržiūrėkite fone veikiančių užduočių nustatymus",
+ "No memory cache has been configured. To enhance performance, please configure a memcache, if available. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Nėra sukonfigūruotas atminties podėlis. Norėdami pagerinti našumą, jei prieinama, sukonfigūruokite atminties podėlį. Tolimesnę informaciją galima rasti mūsų <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentacijoje</a>.",
+ "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">List of invalid files…</a> / <a href=\"{rescanEndpoint}\">Rescan…</a>)" : "Kai kurie failai nepraėjo vientisumo patikrinimo. Tolimesnę informaciją apie tai, kaip išspręsti šią problemą, galima rasti <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentacijoje</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">Neteisingų failų sąrašas…</a> / <a href=\"{rescanEndpoint}\">Peržiūrėti iš naujo…</a>)",
+ "Accessing site insecurely via HTTP. You are strongly advised to set up your server to require HTTPS instead, as described in the <a href=\"{docUrl}\">security tips ↗</a>." : "Gaunate prieigą prie šios svetainės nesaugiu būdu per HTTP. Primygtinai rekomenduojama, kad nusistatytumėte serverį taip, kad jis vietoj HTTP reikalautų HTTPS, kaip tai yra aprašyta <a href=\"{docUrl}\">saugumo patarimuose ↗</a>.",
+ "Continue to Nextcloud" : "Eiti į NextCloud",
+ "_The update was successful. Redirecting you to Nextcloud in %n second._::_The update was successful. Redirecting you to Nextcloud in %n seconds._" : ["Atnaujinimas buvo sėkmingas. Po %n sekundės būsite nukreipti į Nextcloud.","Atnaujinimas buvo sėkmingas. Po %n sekundžių būsite nukreipti į Nextcloud.","Atnaujinimas buvo sėkmingas. Po %n sekundžių būsite nukreipti į Nextcloud.","Atnaujinimas buvo sėkmingas. Po %n sekundės būsite nukreipti į Nextcloud."],
+ "Searching other places" : "Ieškoma kitose vietose",
+ "No search results in other folders for {tag}{filter}{endtag}" : "Kituose aplankuose nėra paieškos rezultatų, skirtų {tag}{filter}{endtag}",
+ "_{count} search result in another folder_::_{count} search results in other folders_" : ["{count} paieškos rezultatas kitame aplanke","{count} paieškos rezultatai kitame aplanke","{count} paieškos rezultatų kitame aplanke","{count} paieškos rezultatas kitame aplanke"],
+ "Password can not be changed. Please contact your administrator." : "Slaptažodis negali būti pakeistas. Susisiekite su savo administratoriumi.",
+ "Could not fetch list of apps from the app store." : "Nepavyko iš programėlių parduotuvės gauti programėlių sąrašo.",
+ "Nextcloud {app}" : "Nextcloud {app}",
+ "Can't install this app because it is not compatible" : "Nepavyksta įdiegti šios programėlės, nes ji yra nesuderinama",
+ "Can't install this app" : "Nepavyksta įdiegti šios programėlės",
+ "These apps will be updated:" : "Bus atnaujintos šios programėlės:",
+ "For more details see the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Išsamesnei informacijai, žiūrėkite <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentaciją</a>."
},
"nplurals=4; plural=(n % 10 == 1 && (n % 100 > 19 || n % 100 < 11) ? 0 : (n % 10 >= 2 && n % 10 <=9) && (n % 100 > 19 || n % 100 < 11) ? 1 : n % 1 != 0 ? 2: 3);");
diff --git a/core/l10n/lt_LT.json b/core/l10n/lt_LT.json
index 79fec366d9b..036f7a040bd 100644
--- a/core/l10n/lt_LT.json
+++ b/core/l10n/lt_LT.json
@@ -37,41 +37,24 @@
"Maintenance mode is kept active" : "Techninės priežiūros veiksena yra aktyvi",
"Updating database schema" : "Atnaujinama duomenų bazės struktūra",
"Updated database" : "Atnaujinta duomenų bazė",
- "Checking whether the database schema can be updated (this can take a long time depending on the database size)" : "Tikrinama ar duomenų bazės struktūra gali būti atnaujinta (priklausomai nuo duomenų bazės dydžio, operacija gali ilgai užtrukti)",
- "Checked database schema update" : "Duomenų bazės struktūros naujinimas patikrintas",
- "Checking updates of apps" : "Tikrinami programėlių atnaujinimai",
- "Checking for update of app \"%s\" in appstore" : "Programėlių parduotuvėje ieškoma atnaujinimo programėlei \"%s\"",
- "Update app \"%s\" from appstore" : "Atnaujinkite \"%s\" įskiepį iš programinės įrangos saugyklos",
- "Checked for update of app \"%s\" in appstore" : "Atlikta atnaujinimų paieška įskiepiui \"%s\" programinės įrangos saugykloje",
"Checking whether the database schema for %s can be updated (this can take a long time depending on the database size)" : "Tikrinama ar %s duomenų bazės struktūra gali būti atnaujinta (priklausomai nuo duomenų bazės dydžio, tai gali ilgai užtrukti)",
- "Checked database schema update for apps" : "Duomenų bazės struktūra paruošta įskiepių atnaujinimui",
"Updated \"%1$s\" to %2$s" : "Atnaujinta „%1$s“ į %2$s",
"Set log level to debug" : "Žurnalo išvesties lygis nustatytas į derinimo",
- "Reset log level" : "Atstatyti registravimo lygį",
+ "Reset log level" : "Atstatytas registravimo lygis",
"Starting code integrity check" : "Pradedama kodo vientisumo patikra",
"Finished code integrity check" : "Kodo vientisumo patikra užbaigta",
"%s (incompatible)" : "%s (nesuderinama)",
- "Following apps have been disabled: %s" : "Šios programėlės buvo išjungtos: %s",
+ "The following apps have been disabled: %s" : "Šios programėlės buvo išjungtos: %s",
"Already up to date" : "Naudojama naujausia versija",
"Your web server is not yet properly set up to allow file synchronization, because the WebDAV interface seems to be broken." : "Jūsų svetainės serveris nėra tinkamai sukonfiguruotas, Failų sinchronizavimas negalimas, nes neveikia WebDAV interfeisas.",
- "Your web server is not properly set up to resolve \"{url}\". Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Jūsų svetainės serveris nėra sukonfiguruotas atpažinti \"{url}\". Daugiau informacijos rasite <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentacijoje</a>.",
"It was not possible to execute the cron job via CLI. The following technical errors have appeared:" : "Buvo neįmanoma įvykdyti cron užduotį per komandų eilutę. Atsirado šios techninės klaidos:",
- "Last background job execution ran {relativeTime}. Something seems wrong." : "Paskutinis foninis užduočių vykdymas buvo paleistas {relativeTime}. Atrodo, kad kažkas nutiko.",
- "Check the background job settings" : "Peržiūrėkite fone veikiančių užduočių nustatymus",
- "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">List of invalid files…</a> / <a href=\"{rescanEndpoint}\">Rescan…</a>)" : "Kai kurie failai nepraėjo vientisumo patikrinimo. Tolimesnę informaciją apie tai, kaip išspręsti šią problemą, galima rasti <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentacijoje</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">Neteisingų failų sąrašas…</a> / <a href=\"{rescanEndpoint}\">Peržiūrėti iš naujo…</a>)",
"Your PHP does not have FreeType support, resulting in breakage of profile pictures and the settings interface." : "Jūsų PHP neturi FreeType palaikymo, kas savo ruožtu sąlygoja profilio paveikslėlių ir nustatymų sąsajos neteisingą atvaizdavimą.",
+ "Missing optional column \"{columnName}\" in table \"{tableName}\"." : "Lentelėje „{tableName}“ trūksta nebūtino stulpelio „{columnName}“.",
"This instance is missing some recommended PHP modules. For improved performance and better compatibility it is highly recommended to install them." : "Šiame egzemplioriuje trūksta kai kurių rekomenduojamų PHP modulių. Pagerintam našumui ir geresniam suderinamumui yra primygtinai rekomenduojama juos įdiegti.",
"This is particularly recommended when using the desktop client for file synchronisation." : "Tai ypač rekomenduojama failų sinchronizavimui naudojant darbalaukio kliento programą.",
"The PHP memory limit is below the recommended value of 512MB." : "PHP atminties riba yra žemiau rekomenduojamos 512MB reikšmės.",
"Error occurred while checking server setup" : "Tikrinant serverio sąranką, įvyko klaida",
- "Accessing site insecurely via HTTP. You are strongly advised to set up your server to require HTTPS instead, as described in the <a href=\"{docUrl}\">security tips ↗</a>." : "Gaunate prieigą prie šios svetainės nesaugiu būdu per HTTP. Primygtinai rekomenduojama, kad nusistatytumėte serverį taip, kad jis vietoj HTTP reikalautų HTTPS, kaip tai yra aprašyta <a href=\"{docUrl}\">saugumo patarimuose ↗</a>.",
- "Non-existing tag #{tag}" : "Neegzistuojanti žymė #{tag}",
- "restricted" : "apribota",
- "invisible" : "nematoma",
- "Delete" : "Ištrinti",
- "Rename" : "Pervadinti",
- "Collaborative tags" : "Bendradarbiavimo žymės",
- "No tags found" : "Nerasta jokių žymių",
+ "For more details see the {linkstart}documentation ↗{linkend}." : "Išsamesnei informacijai, žiūrėkite {linkstart}dokumentaciją ↗{linkend}.",
"unknown text" : "nežinomas tekstas",
"Hello world!" : "Sveikas, pasauli!",
"sunny" : "saulėta",
@@ -86,41 +69,46 @@
"Please reload the page." : "Prašome įkelti puslapį iš naujo.",
"The update was unsuccessful. For more information <a href=\"{url}\">check our forum post</a> covering this issue." : "Atnaujinimas buvo nesėkmingas. Išsamesnei informacijai apie šią problemą, <a href=\"{url}\">žiūrėkite įrašą mūsų forume</a>.",
"The update was unsuccessful. Please report this issue to the <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">Nextcloud community</a>." : "Atnaujinimas buvo nesėkmingas. Prašome pranešti apie šią problemą <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">Nextcloud bendruomenei</a>.",
- "Continue to Nextcloud" : "Eiti į NextCloud",
- "_The update was successful. Redirecting you to Nextcloud in %n second._::_The update was successful. Redirecting you to Nextcloud in %n seconds._" : ["Atnaujinimas buvo sėkmingas. Po %n sekundės būsite nukreipti į Nextcloud.","Atnaujinimas buvo sėkmingas. Po %n sekundžių būsite nukreipti į Nextcloud.","Atnaujinimas buvo sėkmingas. Po %n sekundžių būsite nukreipti į Nextcloud.","Atnaujinimas buvo sėkmingas. Po %n sekundės būsite nukreipti į Nextcloud."],
- "Searching other places" : "Ieškoma kitose vietose",
- "No search results in other folders for {tag}{filter}{endtag}" : "Kituose aplankuose nėra paieškos rezultatų, skirtų {tag}{filter}{endtag}",
- "_{count} search result in another folder_::_{count} search results in other folders_" : ["{count} paieškos rezultatas kitame aplanke","{count} paieškos rezultatai kitame aplanke","{count} paieškos rezultatų kitame aplanke","{count} paieškos rezultatas kitame aplanke"],
+ "Log in" : "Prisijungti",
+ "Logging in …" : "Prisijungiama …",
"Server side authentication failed!" : "Autentikacija serveryje nepavyko!",
"Please contact your administrator." : "Susisiekite su savo administratoriumi.",
"An internal error occurred." : "Įvyko vidinė klaida.",
"Please try again or contact your administrator." : "Pabandykite dar kartą arba susisiekite su savo administratoriumi.",
"Username or email" : "Naudotojas arba el. paštas",
"Password" : "Slaptažodis",
- "Log in" : "Prisijungti",
- "Logging in …" : "Prisijungiama …",
"Wrong username or password." : "Neteisingas naudotojo vardas ar slaptažodis.",
"User disabled" : "Naudotojas išjungtas",
- "We have detected multiple invalid login attempts from your IP. Therefore your next login is throttled up to 30 seconds." : "Aptikome kelis nepavykusius prisijungimus iš jūsų IP adreso. Dėl to prisijungimo dažnis yra apribotas iki 30 sekundžių.",
+ "We have detected multiple invalid login attempts from your IP. Therefore your next login is throttled up to 30 seconds." : "Dėl daugkartinių nesėkmingų bandymų prisijungti iš jūsų IP adreso, prisijungimai bus uždelsti iki 30 sekundžių.",
+ "Your account is not setup for passwordless login." : "Jūsų paskyra nėra nustatyta prisijungimui be slaptažodžio.",
+ "Passwordless authentication is not supported in your browser." : "Tapatybės nustatymas be slaptažodžio nėra palaikomas jūsų naršyklėje.",
+ "Passwordless authentication is only available over a secure connection." : "Tapatybės nustatymas be slaptažodžio yra prieinamas tik per saugų ryšį.",
"Reset password" : "Atstatyti slaptažodį",
"Couldn't send reset email. Please contact your administrator." : "Nepavyko išsiųsti atstatymo el. laiško. Susisiekite su savo administratoriumi.",
- "Password can not be changed. Please contact your administrator." : "Slaptažodis negali būti pakeistas. Susisiekite su savo administratoriumi.",
"Back to login" : "Grįžti prie prisijungimo",
"New password" : "Naujas slaptažodis",
"I know what I'm doing" : "Aš žinau ką darau",
"Recommended apps" : "Rekomenduojamos programėlės",
"Loading apps …" : "Įkeliamos programėlės…",
- "Could not fetch list of apps from the app store." : "Nepavyko iš programėlių parduotuvės gauti programėlių sąrašo.",
"Installing apps …" : "Įdiegiamos programėlės…",
- "Nextcloud {app}" : "Nextcloud {app}",
"App download or installation failed" : "Programėlės atsisiuntimas ar įdiegimas patyrė nesėkmę",
- "Can't install this app because it is not compatible" : "Nepavyksta įdiegti šios programėlės, nes ji yra nesuderinama",
- "Can't install this app" : "Nepavyksta įdiegti šios programėlės",
"Cancel" : "Atsisakyti",
"Schedule work & meetings, synced with all your devices." : "Planuokite su visais jūsų įrenginiais sinchronizuotus darbus ir susitikimus.",
"Keep your colleagues and friends in one place without leaking their private info." : "Saugokite savo kolegas bei draugus vienoje vietoje, neatskleisdami jų asmeninės informacjios.",
"Simple email app nicely integrated with Files, Contacts and Calendar." : "Paprasta el. pašto programėlė, tvarkingai integruota su failais, adresatais ir kalendoriumi.",
"Forgot password?" : "Pamiršote slaptažodį?",
+ "Log in with a device" : "Prisijungti naudojant įrenginį",
+ "Back" : "Atgal",
+ "Reset search" : "Atstatyti paiešką",
+ "Search for {name} only" : "Ieškoti tik {name}",
+ "No results for {query}" : "{query} negrąžino jokių rezultatų",
+ "Start typing to search" : "Norėdami atlikti paiešką, pradėkite rašyti",
+ "Loading more results …" : "Įkeliama daugiau rezultatų…",
+ "Load more results" : "Įkelti daugiau rezultatų",
+ "Search" : "Ieškoti",
+ "An error occurred while searching for {type}" : "Ieškant {type}, įvyko klaida",
+ "_Please enter {minSearchLength} character or more to search_::_Please enter {minSearchLength} characters or more to search_" : ["Norėdami atlikti paiešką, įveskite {minSearchLength} ar daugiau simbolių","Norėdami atlikti paiešką, įveskite {minSearchLength} ar daugiau simbolių","Norėdami atlikti paiešką, įveskite {minSearchLength} ar daugiau simbolių","Norėdami atlikti paiešką, įveskite {minSearchLength} ar daugiau simbolių"],
+ "Search {types} …" : "Ieškoti {types}…",
"Settings" : "Nustatymai",
"Could not load your contacts" : "Nepavyko įkelti jūsų adresatų",
"Search contacts …" : "Ieškoti adresatų…",
@@ -188,6 +176,13 @@
"Strong password" : "Stiprus slaptažodis",
"No action available" : "Jokie veiksmai negalimi",
"Error fetching contact actions" : "Klaida gaunant veiksmus darbui su adresatais",
+ "Non-existing tag #{tag}" : "Neegzistuojanti žymė #{tag}",
+ "restricted" : "apribota",
+ "invisible" : "nematoma",
+ "Delete" : "Ištrinti",
+ "Rename" : "Pervadinti",
+ "Collaborative tags" : "Bendradarbiavimo žymės",
+ "No tags found" : "Nerasta jokių žymių",
"Personal" : "Asmeniniai",
"Users" : "Naudotojai",
"Apps" : "Programėlės",
@@ -197,7 +192,10 @@
"File not found" : "Failas nerastas",
"The document could not be found on the server. Maybe the share was deleted or has expired?" : "Nepavyko serveryje rasti dokumento. Galbūt, viešinys buvo ištrintas arba pasibaigė jo galiojimo laikas?",
"Back to %s" : "Atgal į %s",
+ "Too many requests" : "Per daug užklausų",
+ "There were too many requests from your network. Retry later or contact your administrator if this is an error." : "Iš jūsų tinklo buvo per daug užklausų. Bandykite dar kartą vėliau arba, jeigu tai klaida, susisiekite su savo administratoriumi.",
"Error" : "Klaida",
+ "Previous" : "Ankstesnis",
"Internal Server Error" : "Vidinė serverio klaida",
"The server was unable to complete your request." : "Serveriui nepavyko įvykdyti jūsų užklausos.",
"If this happens again, please send the technical details below to the server administrator." : "Jei tai pasikartos, prašome nusiųsti serverio administratoriui žemiau esančią techninę informaciją.",
@@ -233,7 +231,6 @@
"SQLite should only be used for minimal and development instances. For production we recommend a different database backend." : "SQLite turėtų būti naudojama tik minimaliems ir plėtojimo egzemplioriams. Darbiniam egzemplioriui rekomenduojame naudoti kitą duomenų bazės vidinę pusę.",
"If you use clients for file syncing, the use of SQLite is highly discouraged." : "Jei sinchronizavimui naudojate kliento programas, tuomet SQLite naudojimas yra primygtinai nerekomenduojamas.",
"Install recommended apps" : "Įdiegti rekomenduojamas programėles",
- "Calendar, Contacts, Talk, Mail & OnlyOffice" : "Kalendorius, Adresatai, Pokalbiai ir OnlyOffice",
"Finish setup" : "Užbaigti sąranką",
"Finishing …" : "Užbaigiama …",
"Need help?" : "Reikia pagalbos?",
@@ -246,14 +243,13 @@
"More apps" : "Daugiau programėlių",
"More" : "Daugiau",
"More apps menu" : "Daugiau programėlių meniu",
- "Search" : "Ieškoti",
- "Reset search" : "Atstatyti paiešką",
"Contacts" : "Adresatai",
"Contacts menu" : "Adresatų meniu",
"Settings menu" : "Nustatymų meniu",
"Confirm your password" : "Patvirtinkite savo slaptažodį",
"Connect to your account" : "Prisijunkite prie paskyros",
- "Please log in before granting %1$s access to your %2$s account." : "Prisijunkite prieš suteikdami %1$s prieigą prie savo %2$s paskyros.",
+ "Please log in before granting %1$s access to your %2$s account." : "Prieš suteikdami %1$s prieigą prie savo %2$s paskyros, prisijunkite.",
+ "If you are not trying to set up a new device or app, someone is trying to trick you into granting them access to your data. In this case do not proceed and instead contact your system administrator." : "Jeigu nebandote nusistatyti naujo įrenginio ar programėlės, tuomet kažkas bando jus apgauti, kad suteiktumėte jam prieigą prie savo duomenų. Tokiu atveju netęskite ir, vietoj to, susisiekite su savo sistemos administratoriumi.",
"App token" : "Išorinės sistemos įskiepio kodas",
"Grant access" : "Suteikti prieigą",
"Alternative log in using app token" : "Alternatyvus prisijungimas naudojant programėlės atpažinimo raktą",
@@ -273,10 +269,11 @@
"Cancel login" : "Atsisakyti prisijungimo",
"Error while validating your second factor" : "Klaida patvirtinant jūsų antrąjį faktorių",
"Access through untrusted domain" : "Prieiga iš nepatikimo domeno",
- "Please contact your administrator. If you are an administrator, edit the \"trusted_domains\" setting in config/config.php like the example in config.sample.php." : "Susisiekite su savo administratoriumi. Jeigu jūs esate administratorius, pataisykite \"trusted_domains\" nustatymą config/config.php faile, kaip tai parodyta pavyzdyje config.sample.php faile.",
+ "Please contact your administrator. If you are an administrator, edit the \"trusted_domains\" setting in config/config.php like the example in config.sample.php." : "Susisiekite su savo administratoriumi. Jeigu jūs esate administratorius, pataisykite \"trusted_domains\" nustatymą config/config.php faile, kaip tai parodyta pavyzdyje, config.sample.php faile.",
+ "Further information how to configure this can be found in the %1$sdocumentation%2$s." : "Tolimesnę informaciją apie tai, kaip tai konfigūruoti, galite rasti %1$sdokumentacijoje%2$s.",
"App update required" : "Reikalingas programėlės atnaujinimas",
"%1$s will be updated to version %2$s" : "%1$s bus atnaujinta į versiją %2$s",
- "These apps will be updated:" : "Bus atnaujintos šios programėlės:",
+ "The following apps will be updated:" : "Bus atnaujintos šios programėlės:",
"These incompatible apps will be disabled:" : "Bus išjungtos šios nesuderinamos programėlės:",
"The theme %s has been disabled." : "Apipavidalinimas %s buvo išjungtas.",
"Please make sure that the database, the config folder and the data folder have been backed up before proceeding." : "Prieš tęsdami, įsitikinkite, kad pasidarėte duomenų bazės, konfigūracijos aplanko bei duomenų aplanko atsarginę kopiją.",
@@ -284,99 +281,39 @@
"To avoid timeouts with larger installations, you can instead run the following command from your installation directory:" : "Naudodami didesnius diegimus ir norėdami išvengti laukimo laiko, vietoj to, savo diegimo kataloge galite paleisti šią komandą:",
"Detailed logs" : "Išsamūs žurnalai",
"Update needed" : "Reikalingas atnaujinimas",
+ "Please use the command line updater because you have a big instance with more than 50 users." : "Naudokite komandų eilutės atnaujinimo programą, nes turite didelį egzempliorių su daugiau nei 50 naudotojų.",
"For help, see the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"%s\">documentation</a>." : "Prireikus pagalbos, žiūrėkite <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"%s\">dokumentaciją</a>.",
"I know that if I continue doing the update via web UI has the risk, that the request runs into a timeout and could cause data loss, but I have a backup and know how to restore my instance in case of a failure." : "Suprantu, kad atnaujinimui naudodamas vartotojo aplinką, rizikuoju, kad sistemos darbas sutriks ir prisijungę vartotojai gali netekti duomenų, turiu atsarginę duomenų kopiją ir žinau, kaip atstatyti duomenis nesėkmės atveju.",
"Upgrade via web on my own risk" : "Atnaujinti per interneto naršyklę prisiimant riziką",
"Maintenance mode" : "Techninės priežiūros veiksena",
"This %s instance is currently in maintenance mode, which may take a while." : "Šis %s egzempliorius šiuo metu yra techninės priežiūros veiksenoje, kas savo ruožtu gali šiek tiek užtrukti.",
"This page will refresh itself when the instance is available again." : "Šis puslapis bus įkeltas iš naujo, kai egzempliorius bus ir vėl prieinamas.",
- "Contact your system administrator if this message persists or appeared unexpectedly." : "Susisiekite su savo sistemos administratoriumi jei šis pranešimas nedingsta arba jei jis pasirodė netikėtai.",
- "Could not send reset email because there is no email address for this username. Please contact your administrator." : "Nepavyko išsiųsti atstatymo el. laiško dėl to, kad šiam naudotojo vardui nėra nustatytas joks el. pašto adresas. Susisiekite su savo administratoriumi.",
- "Couldn't send reset email. Please make sure your username is correct." : "Nepavyko išsiųsti atstatymo el. laiško. Prašome įsitikinti, kad jūsų naudotojo vardas yra teisingas.",
- "Your files are encrypted. There will be no way to get your data back after your password is reset.<br />If you are not sure what to do, please contact your administrator before you continue. <br />Do you really want to continue?" : "Jūsų failai yra šifruoti. Atstatę slaptažodį, neturėsite jokios galimybės susigrąžinti savo duomenų.<br />Jei nesate tikri ką daryti, prieš tęsdami, susisiekite su savo administratoriumi. <br />Ar tikrai norite tęsti?",
- "Sending email …" : "Siunčiamas el. laiškas ...",
- "Accessing site insecurely via HTTP. You are strongly adviced to set up your server to require HTTPS instead, as described in the <a href=\"{docUrl}\">security tips ↗</a>." : "Gaunate prieigą prie šios svetainės nesaugiu būdu per HTTP. Primygtinai rekomenduojama, kad nusistatytumėte serverį taip, kad jis vietoj HTTP reikalautų HTTPS, kaip tai yra aprašyta <a href=\"{docUrl}\">saugumo patarimuose ↗</a>.",
- "Shared" : "Bendrinama",
- "Shared with" : "Bendrinama su",
- "Shared by" : "Bendrina",
- "Choose a password for the public link" : "Viešos nuorodos slaptažodis",
- "Choose a password for the public link or press the \"Enter\" key" : "Įrašykite slaptažodį viešai nuorodai ir spustelėkite „Enter“ klavišą",
- "Copied!" : "Nukopijuota!",
- "Copy link" : "Kopijuoti nuorodą",
- "Not supported!" : "Nepalaikoma!",
- "Press ⌘-C to copy." : "Norėdami nukopijuoti, paspauskite ⌘-C.",
- "Press Ctrl-C to copy." : "Norėdami nukopijuoti, paspauskite Ctrl-C.",
- "Unable to toggle this option" : "Nepavyko perjungti pasirinkimo",
- "Resharing is not allowed" : "Dalijinasis išnaujo negalimas",
- "Link" : "Nuoroda",
- "Hide download" : "Slėpti atsisiuntimą",
- "Password protection enforced" : "Apsauga slaptažodžiu yra priverstinė",
- "Password protect" : "Apsaugoti slaptažodžiu",
- "Allow editing" : "Leisti redaguoti",
- "Email link to person" : "Nusiųsti nuorodą paštu",
- "Send" : "Siųsti",
- "Allow upload and editing" : "Leisti įkelti ir redaguoti",
- "Read only" : "Tik skaitymui",
- "File drop (upload only)" : "Failų įmetimas (tik įkėlimas)",
- "Expiration date enforced" : "Aktyvuotas galiojimo laikas",
- "Set expiration date" : "Nustatyti galiojimo pabaigos datą",
- "Expiration" : "Veikimo pabaiga",
- "Expiration date" : "Galiojimo pabaiga",
- "Note to recipient" : "Pastaba gavėjui",
- "Unshare" : "Nustoti bendrinti",
- "Delete share link" : "Ištrinti bendrinimo nuorodą",
- "Add another link" : "Pridėti dar vieną nuorodą",
- "Password protection for links is mandatory" : "Nuorodų apsauga slaptažodžiu yra privaloma",
- "Share to {name}" : "Parodyti asmeniui vardu {name}",
- "Share link" : "Bendrinimo nuoroda",
- "New share link" : "Nauja bendrinimo nuoroda",
- "Created on {time}" : "Sukurta {time}",
- "Password protect by Talk" : "„Talk“ apsauga slaptažodžiu",
- "Could not unshare" : "Nepavyko nustoti bendrinti",
- "Shared with you and the group {group} by {owner}" : "{owner} pradėjo bendrinti su jumis ir su grupe {group}",
- "Shared with you and {circle} by {owner}" : "{owner} pasidalino su jumis ir {circle}",
- "Shared with you and the conversation {conversation} by {owner}" : "{owner} pasidalino su jumis ir pokabliu {conversation}",
- "Shared with you in a conversation by {owner}" : "{owner} pasidalino su jumis pokalbyje",
- "Shared with you by {owner}" : "{owner} pasidalino su jumis",
- "Choose a password for the mail share" : "Pasirinkite slaptažodį pasidalinimui per elektroninį paštą",
- "group" : "grupė",
- "remote" : "nuotolinis",
- "remote group" : "nuotolinė grupė",
- "email" : "elektroninis paštas",
- "conversation" : "pokalbis",
- "shared by {sharer}" : "bendrina {sharer}",
- "Can reshare" : "Gali pakartotinai bendrinti",
- "Can edit" : "Gali redaguoti",
- "Can create" : "Galima kurti nauja",
- "Can change" : "Galima keisti",
- "Can delete" : "Galima trinti",
- "Access control" : "Prieigos valdymas",
- "{shareInitiatorDisplayName} shared via link" : "{shareInitiatorDisplayName} pradėjo bendrinti per nuorodą",
- "Error while sharing" : "Klaida bendrinant",
- "Share details could not be loaded for this item." : "Nepavyko įkelti bendrinimo informacijos šiam elementui.",
- "Search globally" : "Ieškoti visur",
- "_At least {count} character is needed for autocompletion_::_At least {count} characters are needed for autocompletion_" : ["Automatiniam užbaigimui reikia bent {count} simbolio","Automatiniam užbaigimui reikia bent {count} simbolių","Automatiniam užbaigimui reikia bent {count} simbolių","Automatiniam užbaigimui reikia bent {count} simbolio"],
- "This list is maybe truncated - please refine your search term to see more results." : "Sąrašas galimai sutrumpintas - prašome patikslinti paiešką, norint matyti daugiau rezultatų.",
- "No users or groups found for {search}" : "Pagal užklausą {search}, nerasta jokių naudotojų ar grupių",
- "No users found for {search}" : "Nerasta vartotojų pagal paieškos kriterijų: {search}",
- "An error occurred (\"{message}\"). Please try again" : "Įvyko klaida (\"{message}\"). Bandykite dar kartą",
- "An error occurred. Please try again" : "Įvyko klaida. Bandykite dar kartą",
- "Home" : "Namų",
- "Work" : "Darbo",
- "Other" : "Kitas",
- "{sharee} (remote group)" : "{sharee} (išorinė grupė) ",
- "{sharee} ({type}, {owner})" : "{sharee} ({type}, {owner})",
- "Share" : "Dalintis",
- "Name or email address..." : "Vardas arba elektroninio pašto adresas...",
- "Name or federated cloud ID..." : "Vardas ar federacinės debesijos ID...",
- "Name, federated cloud ID or email address..." : "Vardas, federacinės debesijos ID arba el. pašto adresas...",
- "Name..." : "Vardas...",
- "Error removing share" : "Klaida šalinant viešinį",
- "({scope})" : "({scope})",
- "Saving..." : "Įrašoma...",
- "Dismiss" : "Atmesti",
- "Your client should now be connected! You can close this window." : "Klientas jau turi būti prijungtas! Langą galite užverti.",
- "New Password" : "Naujas slaptažodis",
- "Cancel log in" : "Atšaukti prisijungimą"
+ "Contact your system administrator if this message persists or appeared unexpectedly." : "Susisiekite su savo sistemos administratoriumi, jei šis pranešimas nedingsta arba, jei jis pasirodė netikėtai.",
+ "Checking whether the database schema can be updated (this can take a long time depending on the database size)" : "Tikrinama ar duomenų bazės struktūra gali būti atnaujinta (priklausomai nuo duomenų bazės dydžio, operacija gali ilgai užtrukti)",
+ "Checked database schema update" : "Duomenų bazės struktūros naujinimas patikrintas",
+ "Checking updates of apps" : "Tikrinami programėlių atnaujinimai",
+ "Checking for update of app \"%s\" in appstore" : "Programėlių parduotuvėje ieškoma atnaujinimo programėlei \"%s\"",
+ "Update app \"%s\" from appstore" : "Atnaujinkite \"%s\" įskiepį iš programinės įrangos saugyklos",
+ "Checked for update of app \"%s\" in appstore" : "Atlikta atnaujinimų paieška įskiepiui \"%s\" programinės įrangos saugykloje",
+ "Checked database schema update for apps" : "Duomenų bazės struktūra paruošta įskiepių atnaujinimui",
+ "Following apps have been disabled: %s" : "Šios programėlės buvo išjungtos: %s",
+ "Your web server is not properly set up to resolve \"{url}\". Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Jūsų svetainės serveris nėra sukonfiguruotas atpažinti \"{url}\". Daugiau informacijos rasite <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentacijoje</a>.",
+ "Last background job execution ran {relativeTime}. Something seems wrong." : "Paskutinis foninis užduočių vykdymas buvo paleistas {relativeTime}. Atrodo, kad kažkas nutiko.",
+ "Check the background job settings" : "Peržiūrėkite fone veikiančių užduočių nustatymus",
+ "No memory cache has been configured. To enhance performance, please configure a memcache, if available. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Nėra sukonfigūruotas atminties podėlis. Norėdami pagerinti našumą, jei prieinama, sukonfigūruokite atminties podėlį. Tolimesnę informaciją galima rasti mūsų <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentacijoje</a>.",
+ "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">List of invalid files…</a> / <a href=\"{rescanEndpoint}\">Rescan…</a>)" : "Kai kurie failai nepraėjo vientisumo patikrinimo. Tolimesnę informaciją apie tai, kaip išspręsti šią problemą, galima rasti <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentacijoje</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">Neteisingų failų sąrašas…</a> / <a href=\"{rescanEndpoint}\">Peržiūrėti iš naujo…</a>)",
+ "Accessing site insecurely via HTTP. You are strongly advised to set up your server to require HTTPS instead, as described in the <a href=\"{docUrl}\">security tips ↗</a>." : "Gaunate prieigą prie šios svetainės nesaugiu būdu per HTTP. Primygtinai rekomenduojama, kad nusistatytumėte serverį taip, kad jis vietoj HTTP reikalautų HTTPS, kaip tai yra aprašyta <a href=\"{docUrl}\">saugumo patarimuose ↗</a>.",
+ "Continue to Nextcloud" : "Eiti į NextCloud",
+ "_The update was successful. Redirecting you to Nextcloud in %n second._::_The update was successful. Redirecting you to Nextcloud in %n seconds._" : ["Atnaujinimas buvo sėkmingas. Po %n sekundės būsite nukreipti į Nextcloud.","Atnaujinimas buvo sėkmingas. Po %n sekundžių būsite nukreipti į Nextcloud.","Atnaujinimas buvo sėkmingas. Po %n sekundžių būsite nukreipti į Nextcloud.","Atnaujinimas buvo sėkmingas. Po %n sekundės būsite nukreipti į Nextcloud."],
+ "Searching other places" : "Ieškoma kitose vietose",
+ "No search results in other folders for {tag}{filter}{endtag}" : "Kituose aplankuose nėra paieškos rezultatų, skirtų {tag}{filter}{endtag}",
+ "_{count} search result in another folder_::_{count} search results in other folders_" : ["{count} paieškos rezultatas kitame aplanke","{count} paieškos rezultatai kitame aplanke","{count} paieškos rezultatų kitame aplanke","{count} paieškos rezultatas kitame aplanke"],
+ "Password can not be changed. Please contact your administrator." : "Slaptažodis negali būti pakeistas. Susisiekite su savo administratoriumi.",
+ "Could not fetch list of apps from the app store." : "Nepavyko iš programėlių parduotuvės gauti programėlių sąrašo.",
+ "Nextcloud {app}" : "Nextcloud {app}",
+ "Can't install this app because it is not compatible" : "Nepavyksta įdiegti šios programėlės, nes ji yra nesuderinama",
+ "Can't install this app" : "Nepavyksta įdiegti šios programėlės",
+ "These apps will be updated:" : "Bus atnaujintos šios programėlės:",
+ "For more details see the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Išsamesnei informacijai, žiūrėkite <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentaciją</a>."
},"pluralForm" :"nplurals=4; plural=(n % 10 == 1 && (n % 100 > 19 || n % 100 < 11) ? 0 : (n % 10 >= 2 && n % 10 <=9) && (n % 100 > 19 || n % 100 < 11) ? 1 : n % 1 != 0 ? 2: 3);"
} \ No newline at end of file
diff --git a/core/l10n/lv.js b/core/l10n/lv.js
index dcbdab22a5b..0ce7091f76a 100644
--- a/core/l10n/lv.js
+++ b/core/l10n/lv.js
@@ -15,6 +15,8 @@ OC.L10N.register(
"No valid crop data provided" : "Nav norādīti derīgi apgriešanas dati",
"Crop is not square" : "Griezums nav kvadrāts",
"State token does not match" : "Neatbilstošs stāvokļa talons",
+ "Could not complete login" : "Nevarēja pabeigt pieslēgšanos",
+ "Your login token is invalid or has expired" : "Pieteikšanās pilnvara nav derīga vai tā ir beigusies",
"Password reset is disabled" : "Paroles atiestatīšana nav iespējota",
"Couldn't reset password because the token is invalid" : "Nevarēja nomainīt paroli, jo pazīšanās zīme ir nederīga",
"Couldn't reset password because the token is expired" : "Nevarēja nomainīt paroli, jo pazīšanās zīmei beidzies derīguma termiņš",
@@ -24,8 +26,14 @@ OC.L10N.register(
"Click the following link to reset your password. If you have not requested the password reset, then ignore this email." : "Nospiediet sekojošo saiti, lai atiestatītu paroli. Ja jūs nepieprasijāt paroles atiestatīšanu, ignorējiet šo e-pastu.",
"Reset your password" : "Atiestatīt paroli",
"Nextcloud Server" : "Nextcloud Serveris",
+ "Some of your link shares have been removed" : "Dažas no jūsu kopīgotajām saitēm ir noņemtas",
+ "Due to a security bug we had to remove some of your link shares. Please see the link for more information." : "Sakarā ar drošības kļūdu mums nācās noņemt dažas jūsu kopīgotajām saitēm. Lūdzu, skatiet saiti, lai iegūtu vairāk informācijas.",
"Preparing update" : "Sagatavo atjauninājumu",
"[%d / %d]: %s" : "[%d / %d]: %s",
+ "Repair step:" : "Labošanas solis:",
+ "Repair info:" : "Labošanas informācija: ",
+ "Repair warning:" : "Labošanas brīdinājums:",
+ "Repair error:" : "Labošanas kļūda:",
"Please use the command line updater because automatic updating is disabled in the config.php." : "Lūdzu izmanto komandrindas atjaunināšanu, jo automātiskā atjaunināšana ir atspējota konfigurācijas datnē config.php.",
"[%d / %d]: Checking table %s" : "[%d / %d]: Pārbauda tabulu %s",
"Turned on maintenance mode" : "Ieslēgts uzturēšanas režīms",
@@ -33,41 +41,23 @@ OC.L10N.register(
"Maintenance mode is kept active" : "Uzturēšanas režīms ir paturēts aktīvs",
"Updating database schema" : "Atjaunina datu bāzes shēmu",
"Updated database" : "Atjaunināta datu bāze",
- "Checking whether the database schema can be updated (this can take a long time depending on the database size)" : "Pārbauda vai datu bāzes shēma var būt atjaunināma (tas var prasīt laiku atkarībā no datu bāzes izmēriem)",
- "Checked database schema update" : "Pārbaudīts datu bāzes shēmas atjauninājums",
- "Checking updates of apps" : "Pārbauda lietotņu atjauninājumus",
- "Checking for update of app \"%s\" in appstore" : "Meklē atjauninājumus lietotnei \"%s\"",
- "Update app \"%s\" from appstore" : "Atjaunināt lietotni \"%s\"",
- "Checked for update of app \"%s\" in appstore" : "Meklēti atjauninājumi lietotnei \"%s\"",
"Checking whether the database schema for %s can be updated (this can take a long time depending on the database size)" : "Nosaka, vai uz %s attiecināmā shēma var tikt atjaunināta (tas var prasīt daudz laiku atkarībā no datu bāzes izmēriem)",
- "Checked database schema update for apps" : "Pārbaudīts datu bāzes shēmas atjauninājums lietotnēm.",
+ "Updated \"%1$s\" to %2$s" : "Atjaunots %1$s uz %2$s",
"Set log level to debug" : "Iestatīt žurnāla rakstīšanu uz atkļūdošanas režīmā",
"Reset log level" : "Atiestatīt žurnāla rakstīšanas režīmu",
"Starting code integrity check" : "Uzsākta koda integritātes pārbaude",
"Finished code integrity check" : "Pabeigta koda integritātes pārbaude",
"%s (incompatible)" : "%s (nesaderīgs)",
- "Following apps have been disabled: %s" : "Sekojošas lietotnes tika atslēgtas: %s",
"Already up to date" : "Jau ir jaunākā",
"Your web server is not yet properly set up to allow file synchronization, because the WebDAV interface seems to be broken." : "Jūsu serveris nav pareizi uzstādīts lai atļautu datņu sinhronizēšanu jo WebDAV interfeiss šķiet salūzis.",
"PHP does not seem to be setup properly to query system environment variables. The test with getenv(\"PATH\") only returns an empty response." : "PHP nešķiet pareizi uzstādīts lai veiktu sistēmas vides mainīgo vaicājumus. Tests ar getenv(\"PATH\") atgriež tikai tukšu atbildi.",
- "Please check the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">installation documentation ↗</a> for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "Lūdzu pārbaudiet <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Instalācijas dokumentāciju </a> priekš PHP konfigurācijas piezīmēm un PHP konfigurācijai jūsu serverī, itsevisķi izmantojot php-fpm.",
"The read-only config has been enabled. This prevents setting some configurations via the web-interface. Furthermore, the file needs to be made writable manually for every update." : "Ir iespējots tikai lasāma konfigurācija. Tas neatļauj iestatīt un mainīt dažas konfigurācijas caur tīmekļa interfeisu. Šī datne būs manuāli jāpārveido par rakstāmu, pirms katra atjauninājuma instalēšanas.",
"Your database does not run with \"READ COMMITTED\" transaction isolation level. This can cause problems when multiple actions are executed in parallel." : "Jūsu datubāze neiet ar \"READ COMMITED\" transakciju izolācijas līmeni. Tas var radīt problēmas kad vairākas darbības tiek veiktas pararēli.",
"The PHP module \"fileinfo\" is missing. It is strongly recommended to enable this module to get the best results with MIME type detection." : "Trūkst PHP modulis “fileinfo”. Mēs iesakām to aktivēt, lai pēc iespējas labāk noteiktu MIME tipus.",
- "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems. See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation ↗</a> for more information." : "Transakciju datņu slēgšana ir izslēgta, tas var radīt problēmas ar race kondīcijām. Iespējo \"filelocking.enabled\" config.php datnē, lai novērstu šīs problēmas. Skatiet <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentāciju</a>priekš papildus informācijas.",
"It was not possible to execute the cron job via CLI. The following technical errors have appeared:" : "Nebija iespējams paveikt cron darbu izmantojot CLI. Sekojošās tehniskās kļūdas ir uzradušās:",
- "Last background job execution ran {relativeTime}. Something seems wrong." : "Pēdējā fona darba palaišana aizņēma {relativeTime}. Kaut kas škiet nepareizi.",
- "Check the background job settings" : "Pārmainīt fona darbu iestatījumus",
"This server has no working Internet connection: Multiple endpoints could not be reached. This means that some of the features like mounting external storage, notifications about updates or installation of third-party apps will not work. Accessing files remotely and sending of notification emails might not work, either. Establish a connection from this server to the Internet to enjoy all features." : "Šim serverim nav interneta savienojuma. Tas nozīmē, ka daži līdzekļi, piemēram, ārējās atmiņas montēšana vai trešās puses lietotņu paziņojumi par atjauninājumiem nedarbosies. Iespējams nedarbosies attālināti piekļūt datnēm un nosūtīt paziņojumus uz e-pastu. Izveido interneta savienojumu ar serveri, lai visas funkcijas darbotos.",
"This is particularly recommended when using the desktop client for file synchronisation." : "Tas ir īpaši ieteicams, ja, izmantojot darbvirsmas klientu, lai veiktu failu sinhronizāciju.",
"Error occurred while checking server setup" : "Radās kļūda, pārbaudot servera ",
- "Non-existing tag #{tag}" : "Neeksistējošs tags #{tag}",
- "restricted" : "ierobežots",
- "invisible" : "Neredzams",
- "Delete" : "Dzēst",
- "Rename" : "Pārsaukt",
- "Collaborative tags" : "Sadarbības birkas",
- "No tags found" : "Netika atrasta neviena birka",
"unknown text" : "nezināms teksts",
"Hello world!" : "Sveika, pasaule!",
"sunny" : "saulains",
@@ -81,34 +71,47 @@ OC.L10N.register(
"Please reload the page." : "Lūdzu, atkārtoti ielādējiet lapu.",
"The update was unsuccessful. For more information <a href=\"{url}\">check our forum post</a> covering this issue." : "Atjauninājums nebija veiksmīgs. Plašāku informāciju skatiet <a href=\"{url}\">mūsu foruma rakstā</a> par šo problēmu.",
"The update was unsuccessful. Please report this issue to the <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">Nextcloud community</a>." : "Atjauninājums nebija veiksmīgs. Lūdzu ziņojiet šo ķļūdu <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">Nextcloud kopienā</a>.",
- "Continue to Nextcloud" : "Turpināt ar Nextcloud",
- "_The update was successful. Redirecting you to Nextcloud in %n second._::_The update was successful. Redirecting you to Nextcloud in %n seconds._" : ["Atjaunināšana ir bijusi veiksmīga. Novirzīsim jūs uz Nextcloud pēc %n sekundēm.","Atjaunināšana ir bijusi veiksmīga. Novirzīsim jūs uz Nextcloud pēc %n sekundes.","Atjaunināšana ir bijusi veiksmīga. Novirzīsim jūs uz Nextcloud pēc %n sekundēm."],
- "Searching other places" : "Meklēt citās vietās",
- "No search results in other folders for {tag}{filter}{endtag}" : "Nav nekas atrasts citā mapēs {tag}{filter}{endtag}",
- "_{count} search result in another folder_::_{count} search results in other folders_" : ["{count} meklēšanas rezultāti citās mapēs","{count} meklēšanas rezultāti citās mapēs","{count} meklēšanas rezultāti citās mapēs"],
+ "Log in" : "Pieteikties",
+ "Logging in …" : "Notiek pieteikšanās …",
"Server side authentication failed!" : "Servera autentifikācija neizdevās!",
"Please contact your administrator." : "Lūdzu, sazinieties ar administratoru.",
"An internal error occurred." : "Radās iekšēja kļūda.",
"Please try again or contact your administrator." : "Lūdzu, mēģiniet vēlreiz vai sazinieties ar administratoru.",
"Username or email" : "Lietotājvārds vai e-pasts",
"Password" : "Parole",
- "Log in" : "Pieteikties",
- "Logging in …" : "Notiek pieteikšanās …",
"Wrong username or password." : "Nepareizs lietotājvārds vai parole.",
"User disabled" : "Lietotājs deaktivizēts",
+ "Your account is not setup for passwordless login." : "Jūsu konts nav iestatīts lai pieslēgtos bez paroles.",
+ "Passwordless authentication is not supported in your browser." : "Jūsu pārlūkprogrammā netiek atbalstīta autentifikācija bez paroles",
+ "Passwordless authentication is only available over a secure connection." : "Autentifikācija bez paroles ir pieejama tikai ar drošu savienojumu.",
"Reset password" : "Mainīt paroli",
+ "If it is not there ask your local administrator." : "Ja tas tur nav tad jautājiet savam vietējam administratoram.",
"Couldn't send reset email. Please contact your administrator." : "Nevarēja nosūtīt maiņas e-pastu. Lūdzu sazinies ar savu administratoru.",
- "Password can not be changed. Please contact your administrator." : "Paroli, nevar nomainīt. Lūdzu kontaktēties ar savu administratoru.",
"Back to login" : "Atpakaļ uz pieteikšanos",
"New password" : "Jauna parole",
+ "Your files are encrypted. There will be no way to get your data back after your password is reset. If you are not sure what to do, please contact your administrator before you continue. Do you really want to continue?" : "Jūsu faili ir šifrēti. Pēc paroles atiestatīšanas nebūs iespējams atgūt datus. Ja nezināt, kā rīkoties, pirms turpināt, sazinieties ar administratoru. Vai tiešām vēlaties turpināt?",
"I know what I'm doing" : "Es zinu ko es daru",
+ "Resetting password" : "Paroles atiestatīšana",
+ "Recommended apps" : "Ieteicamās lietotnes",
+ "Loading apps …" : "Notiek lietotņu ielāde ...",
+ "Installing apps …" : "Notiek lietotņu instalēšana ...",
+ "App download or installation failed" : "Lietotnes lejupielāde vai instalēšana neizdevās",
"Cancel" : "Atcelt",
+ "Schedule work & meetings, synced with all your devices." : "Ieplāno darbu un sapulces, kas sinhronizētas ar visām jūsu ierīcēm.",
+ "Keep your colleagues and friends in one place without leaking their private info." : "Turiet savus kolēģus un draugus vienuviet, neizpludinot viņu privāto informāciju.",
+ "Simple email app nicely integrated with Files, Contacts and Calendar." : "Vienkāršā e-pasta lietotne labi integrēta ar Failiem, Kontaktiem un Kalendāru.",
+ "Chatting, video calls, screensharing, online meetings and web conferencing – in your browser and with mobile apps." : "Tērzēšana, videozvani, ekrāna koplietošana, tiešsaistes sapulces un tīmekļa konferences - pārlūkprogrammā un ar mobilajām lietotnēm.",
+ "Collaboratively edit office documents." : "Kopīgi rediģējiet ofisa dokumentus.",
"Forgot password?" : "Aizmirsi paroli?",
+ "Log in with a device" : "Pieslēgties izmantojot ierīci",
+ "Back" : "Atpakaļ",
+ "Search" : "Meklēt",
"Settings" : "Iestatījumi",
"Could not load your contacts" : "Nevarēja ielādēt visas jūsu kontaktpersonas",
"Search contacts …" : "Meklēt kontaktpersonu",
"No contacts found" : "Nav atrasta ne viena kontaktpersona",
"Show all contacts …" : "Rādīt visas kontaktpersonas",
+ "Install the Contacts app" : "Instalējiet lietotni Kontaktpersonas",
"Loading your contacts …" : "Notiek kontaktpersonu ielāde...",
"Looking for {term} …" : "Meklē {term} …",
"No" : "Nē",
@@ -121,6 +124,8 @@ OC.L10N.register(
"Modified" : "Mainīts",
"\"{name}\" is an invalid file name." : "\"{name}\" ir nepareizs datnes nosaukums.",
"File name cannot be empty." : "Datnes nosaukums nevar būt tukšs.",
+ "\"/\" is not allowed inside a file name." : "\"/\" nav atļauts faila nosaukumā.",
+ "\"{name}\" is not an allowed filetype" : "\"{name}\" nav atļauts faila tips",
"{newName} already exists" : "{newName} jau eksistē",
"Choose" : "Izvēlieties",
"Copy" : "Kopēt",
@@ -150,7 +155,13 @@ OC.L10N.register(
"seconds ago" : "pirms mirkļa",
"Connection to server lost" : "Zaudēts savienojums ar serveri",
"_Problem loading page, reloading in %n second_::_Problem loading page, reloading in %n seconds_" : ["Problēma ielādējot lapu, pārlādēšana pēc %n sekundēm","Problēma ielādējot lapu, pārlādēšana pēc %n sekundēm","Problēma ielādējot lapu, pārlādēšana pēc %n sekundēm"],
+ "Add to a project" : "Pievienot projektam",
+ "Show details" : "Rādīt detaļas",
"Hide details" : "Slēpt detaļas",
+ "Rename project" : "Pārsaukt projektu",
+ "Failed to rename the project" : "Neizdevās pārsaukt projektu",
+ "Failed to create a project" : "Neizdevās izveidot projektu",
+ "Failed to add the item to the project" : "Neizdevās pievienot vienumu projektam",
"View changelog" : "Skatīt izmaiņu sarakstu",
"Very weak password" : "Ļoti vāja parole",
"Weak password" : "Vāja parole",
@@ -159,6 +170,13 @@ OC.L10N.register(
"Strong password" : "Lieliska parole",
"No action available" : "Nav pieejamu darbību",
"Error fetching contact actions" : "Kļūda rodot kontaktpersonām piemērojamās darbības",
+ "Non-existing tag #{tag}" : "Neeksistējošs tags #{tag}",
+ "restricted" : "ierobežots",
+ "invisible" : "Neredzams",
+ "Delete" : "Dzēst",
+ "Rename" : "Pārsaukt",
+ "Collaborative tags" : "Sadarbības birkas",
+ "No tags found" : "Netika atrasta neviena birka",
"Personal" : "Personīgi",
"Users" : "Lietotāji",
"Apps" : "Lietotnes",
@@ -203,7 +221,6 @@ OC.L10N.register(
"This application requires JavaScript for correct operation. Please {linkstart}enable JavaScript{linkend} and reload the page." : "Šai lietotnei nepieciešams JavaScript. Lūdzu {linkstart}ieslēdziet JavasScript{linkend} un pārlādējiet lapu.",
"More apps" : "Vairāk lietotnes",
"More" : "Vairāk",
- "Search" : "Meklēt",
"Contacts" : "Kontakti",
"Confirm your password" : "Apstipriniet paroli",
"App token" : "Lietotnes pilnvara",
@@ -216,7 +233,6 @@ OC.L10N.register(
"Error while validating your second factor" : "Kļūda validējot jūsu otru faktoru.",
"Access through untrusted domain" : "Piekļūt caur neuzticamu domēnu",
"App update required" : "Lietotnei nepieciešama atjaunināšana",
- "These apps will be updated:" : "Šīs lietotnes tiks atjauninātas:",
"These incompatible apps will be disabled:" : "Šīs nesaderīgās lietotnes tiks atspējotas:",
"The theme %s has been disabled." : "Tēma %s ir atspējota.",
"Please make sure that the database, the config folder and the data folder have been backed up before proceeding." : "Lūdzu pārliecinieties ka datubāze, config mape un data mape ir dublētas pirms turpināšanas.",
@@ -230,71 +246,29 @@ OC.L10N.register(
"Maintenance mode" : "Uzturēšanas režīms",
"This %s instance is currently in maintenance mode, which may take a while." : "Šis %s serveris pašlaik darbojas uzturēšanas režīmā, tas var ilgt kādu laiku.",
"Contact your system administrator if this message persists or appeared unexpectedly." : "Sazinieties ar sistēmas administratoru, ja šis ziņojums tiek rādīts.. vai parādījās negaidīti",
- "Could not send reset email because there is no email address for this username. Please contact your administrator." : "Nevarēja nosūtīt paroles maiņas e-pastu, jo lietotājam nav norādīts e-pasts. Lūdzu sazinies ar savu administratoru.",
- "Couldn't send reset email. Please make sure your username is correct." : "Nevarēja nosūtīt paroles maiņas e-pastu. Pārliecinies, ka tavs lietotājvārds ir pareizs.",
- "Your files are encrypted. There will be no way to get your data back after your password is reset.<br />If you are not sure what to do, please contact your administrator before you continue. <br />Do you really want to continue?" : "Jūsu datnes ir šifrētas. Atiestatot paroli, jums zudīs iespēja tos atšifrēt. <br />Ja neessat pārliecināts, ko darīt, sazinieties ar savu administratoru. <br />Vai tiešām vēlaties turpināt?",
- "Sending email …" : "Sūta e-pastu ...",
- "Shared" : "Koplietots",
- "Shared with" : "Koplietots ar",
- "Shared by" : "Koplietoja",
- "Choose a password for the public link" : "Izvēlies paroli publiskai saitei",
- "Choose a password for the public link or press the \"Enter\" key" : "Izvēlies paroli publiskai saitei vai nospiediet \"Enter\" taustiņu",
- "Copied!" : "Nokopēts!",
- "Copy link" : "Kopēt saiti",
- "Not supported!" : "Nav atbalstīts!",
- "Press ⌘-C to copy." : "Spiet ⌘-C lai kopētu.",
- "Press Ctrl-C to copy." : "Spiet Ctrl-C lai kopētu.",
- "Resharing is not allowed" : "Atkārtota koplietošana nav atļauta",
- "Link" : "Saite",
- "Password protect" : "Aizsargāt ar paroli",
- "Allow editing" : "Atļaut rediģēt",
- "Email link to person" : "Sūtīt saiti personai pa e-pastu",
- "Send" : "Sūtīt",
- "Allow upload and editing" : "Atļaut augšupielādi un rediģēšanu",
- "Read only" : "Tikai lasāms",
- "File drop (upload only)" : "Datņu mešana (tikai augšupielādei)",
- "Set expiration date" : "Iestatiet termiņa datumu",
- "Expiration" : "Termiņš",
- "Expiration date" : "Termiņa datums",
- "Unshare" : "Pārtraukt koplietošanu",
- "Share to {name}" : "Dalīties ar {name}",
- "Share link" : "Koplietot saiti",
- "Password protect by Talk" : "Aizsargāts ar paroli no Talk",
- "Could not unshare" : "Nevarēja pārtraukt koplietošanu",
- "Shared with you and the group {group} by {owner}" : "{owner} koplietoja ar jums un grupu {group}",
- "Shared with you and {circle} by {owner}" : " {owner} koplietoja ar tevi un {circle}",
- "Shared with you and the conversation {conversation} by {owner}" : "Dalīts ar tevi un sarunu {conversation} no {owner}",
- "Shared with you by {owner}" : "{owner} koplietoja ar jums",
- "group" : "grupa",
- "remote" : "attālināti",
- "email" : "e-pasts",
- "conversation" : "saruna",
- "shared by {sharer}" : "Koplietoja {sharer}",
- "Can reshare" : "Var atkārtoti kopīgot",
- "Can edit" : "Var rediģēt",
- "Can create" : "Var izveidot",
- "Can change" : "Var mainīt",
- "Can delete" : "Var dzēst",
- "Access control" : "Piekļuves vadība",
- "Error while sharing" : "Koplietojot notika kļūda",
- "Share details could not be loaded for this item." : "Šim nevarēja ielādēt koplietošanas detaļas.",
- "No users or groups found for {search}" : "Pēc {search} netika atrasts neviens lietotājs vai grupa",
- "No users found for {search}" : "Pēc {search} netika atrasts neviens lietotājs",
- "An error occurred. Please try again" : "Notika kļūda. Mēģini vēlreiz.",
- "Home" : "Sākums",
- "Work" : "Darbs",
- "Other" : "Cits",
- "{sharee} ({type}, {owner})" : "{sharee} ({type}, {owner})",
- "Share" : "Koplietot",
- "Name or email address..." : "Vārds vai e-pasta adrese...",
- "Name or federated cloud ID..." : "Vārds vai federated cloud ID",
- "Name, federated cloud ID or email address..." : "Vārds, federated cloud ID vai e-pasta adrese...",
- "Name..." : "Vārds...",
- "Error removing share" : "Kļūda, noņemot koplietošanu",
- "({scope})" : "({scope})",
- "Saving..." : "Saglabā...",
- "Dismiss" : "Atmest",
- "New Password" : "Jauna parole",
- "Cancel log in" : "Atcelt pieteikšanos"
+ "Checking whether the database schema can be updated (this can take a long time depending on the database size)" : "Pārbauda vai datu bāzes shēma var būt atjaunināma (tas var prasīt laiku atkarībā no datu bāzes izmēriem)",
+ "Checked database schema update" : "Pārbaudīts datu bāzes shēmas atjauninājums",
+ "Checking updates of apps" : "Pārbauda lietotņu atjauninājumus",
+ "Checking for update of app \"%s\" in appstore" : "Meklē atjauninājumus lietotnei \"%s\"",
+ "Update app \"%s\" from appstore" : "Atjaunināt lietotni \"%s\"",
+ "Checked for update of app \"%s\" in appstore" : "Meklēti atjauninājumi lietotnei \"%s\"",
+ "Checked database schema update for apps" : "Pārbaudīts datu bāzes shēmas atjauninājums lietotnēm.",
+ "Following apps have been disabled: %s" : "Sekojošas lietotnes tika atslēgtas: %s",
+ "Please check the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">installation documentation ↗</a> for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "Lūdzu pārbaudiet <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Instalācijas dokumentāciju </a> priekš PHP konfigurācijas piezīmēm un PHP konfigurācijai jūsu serverī, itsevisķi izmantojot php-fpm.",
+ "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems. See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation ↗</a> for more information." : "Transakciju datņu slēgšana ir izslēgta, tas var radīt problēmas ar race kondīcijām. Iespējo \"filelocking.enabled\" config.php datnē, lai novērstu šīs problēmas. Skatiet <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentāciju</a>priekš papildus informācijas.",
+ "Last background job execution ran {relativeTime}. Something seems wrong." : "Pēdējā fona darba palaišana aizņēma {relativeTime}. Kaut kas škiet nepareizi.",
+ "Check the background job settings" : "Pārmainīt fona darbu iestatījumus",
+ "Continue to Nextcloud" : "Turpināt ar Nextcloud",
+ "_The update was successful. Redirecting you to Nextcloud in %n second._::_The update was successful. Redirecting you to Nextcloud in %n seconds._" : ["Atjaunināšana ir bijusi veiksmīga. Novirzīsim jūs uz Nextcloud pēc %n sekundēm.","Atjaunināšana ir bijusi veiksmīga. Novirzīsim jūs uz Nextcloud pēc %n sekundes.","Atjaunināšana ir bijusi veiksmīga. Novirzīsim jūs uz Nextcloud pēc %n sekundēm."],
+ "Searching other places" : "Meklēt citās vietās",
+ "No search results in other folders for {tag}{filter}{endtag}" : "Nav nekas atrasts citā mapēs {tag}{filter}{endtag}",
+ "_{count} search result in another folder_::_{count} search results in other folders_" : ["{count} meklēšanas rezultāti citās mapēs","{count} meklēšanas rezultāti citās mapēs","{count} meklēšanas rezultāti citās mapēs"],
+ "A password reset message has been sent to the e-mail address of this account. If you do not receive it, check your spam/junk folders or ask your local administrator for help." : "Paroles atiestatīšanas ziņojums ir nosūtīts uz šī konta e-pasta adresi. Ja to nesaņemat, pārbaudiet mēstuļu mapes vai lūdziet palīdzību savam vietējam administratoram.",
+ "Password can not be changed. Please contact your administrator." : "Paroli, nevar nomainīt. Lūdzu kontaktēties ar savu administratoru.",
+ "Could not fetch list of apps from the app store." : "Nevarēja ielādēt lietotņu sarakstu no lietotņu veikala.",
+ "Nextcloud {app}" : "Nextcloud {app}",
+ "Can't install this app because it is not compatible" : "Nevar instalēt šo lietotni, jo tā nav savietojama",
+ "Can't install this app" : "Nevar instalēt šo lietotni",
+ "These apps will be updated:" : "Šīs lietotnes tiks atjauninātas:"
},
"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);");
diff --git a/core/l10n/lv.json b/core/l10n/lv.json
index 2d62aedb6ec..34462e4023a 100644
--- a/core/l10n/lv.json
+++ b/core/l10n/lv.json
@@ -13,6 +13,8 @@
"No valid crop data provided" : "Nav norādīti derīgi apgriešanas dati",
"Crop is not square" : "Griezums nav kvadrāts",
"State token does not match" : "Neatbilstošs stāvokļa talons",
+ "Could not complete login" : "Nevarēja pabeigt pieslēgšanos",
+ "Your login token is invalid or has expired" : "Pieteikšanās pilnvara nav derīga vai tā ir beigusies",
"Password reset is disabled" : "Paroles atiestatīšana nav iespējota",
"Couldn't reset password because the token is invalid" : "Nevarēja nomainīt paroli, jo pazīšanās zīme ir nederīga",
"Couldn't reset password because the token is expired" : "Nevarēja nomainīt paroli, jo pazīšanās zīmei beidzies derīguma termiņš",
@@ -22,8 +24,14 @@
"Click the following link to reset your password. If you have not requested the password reset, then ignore this email." : "Nospiediet sekojošo saiti, lai atiestatītu paroli. Ja jūs nepieprasijāt paroles atiestatīšanu, ignorējiet šo e-pastu.",
"Reset your password" : "Atiestatīt paroli",
"Nextcloud Server" : "Nextcloud Serveris",
+ "Some of your link shares have been removed" : "Dažas no jūsu kopīgotajām saitēm ir noņemtas",
+ "Due to a security bug we had to remove some of your link shares. Please see the link for more information." : "Sakarā ar drošības kļūdu mums nācās noņemt dažas jūsu kopīgotajām saitēm. Lūdzu, skatiet saiti, lai iegūtu vairāk informācijas.",
"Preparing update" : "Sagatavo atjauninājumu",
"[%d / %d]: %s" : "[%d / %d]: %s",
+ "Repair step:" : "Labošanas solis:",
+ "Repair info:" : "Labošanas informācija: ",
+ "Repair warning:" : "Labošanas brīdinājums:",
+ "Repair error:" : "Labošanas kļūda:",
"Please use the command line updater because automatic updating is disabled in the config.php." : "Lūdzu izmanto komandrindas atjaunināšanu, jo automātiskā atjaunināšana ir atspējota konfigurācijas datnē config.php.",
"[%d / %d]: Checking table %s" : "[%d / %d]: Pārbauda tabulu %s",
"Turned on maintenance mode" : "Ieslēgts uzturēšanas režīms",
@@ -31,41 +39,23 @@
"Maintenance mode is kept active" : "Uzturēšanas režīms ir paturēts aktīvs",
"Updating database schema" : "Atjaunina datu bāzes shēmu",
"Updated database" : "Atjaunināta datu bāze",
- "Checking whether the database schema can be updated (this can take a long time depending on the database size)" : "Pārbauda vai datu bāzes shēma var būt atjaunināma (tas var prasīt laiku atkarībā no datu bāzes izmēriem)",
- "Checked database schema update" : "Pārbaudīts datu bāzes shēmas atjauninājums",
- "Checking updates of apps" : "Pārbauda lietotņu atjauninājumus",
- "Checking for update of app \"%s\" in appstore" : "Meklē atjauninājumus lietotnei \"%s\"",
- "Update app \"%s\" from appstore" : "Atjaunināt lietotni \"%s\"",
- "Checked for update of app \"%s\" in appstore" : "Meklēti atjauninājumi lietotnei \"%s\"",
"Checking whether the database schema for %s can be updated (this can take a long time depending on the database size)" : "Nosaka, vai uz %s attiecināmā shēma var tikt atjaunināta (tas var prasīt daudz laiku atkarībā no datu bāzes izmēriem)",
- "Checked database schema update for apps" : "Pārbaudīts datu bāzes shēmas atjauninājums lietotnēm.",
+ "Updated \"%1$s\" to %2$s" : "Atjaunots %1$s uz %2$s",
"Set log level to debug" : "Iestatīt žurnāla rakstīšanu uz atkļūdošanas režīmā",
"Reset log level" : "Atiestatīt žurnāla rakstīšanas režīmu",
"Starting code integrity check" : "Uzsākta koda integritātes pārbaude",
"Finished code integrity check" : "Pabeigta koda integritātes pārbaude",
"%s (incompatible)" : "%s (nesaderīgs)",
- "Following apps have been disabled: %s" : "Sekojošas lietotnes tika atslēgtas: %s",
"Already up to date" : "Jau ir jaunākā",
"Your web server is not yet properly set up to allow file synchronization, because the WebDAV interface seems to be broken." : "Jūsu serveris nav pareizi uzstādīts lai atļautu datņu sinhronizēšanu jo WebDAV interfeiss šķiet salūzis.",
"PHP does not seem to be setup properly to query system environment variables. The test with getenv(\"PATH\") only returns an empty response." : "PHP nešķiet pareizi uzstādīts lai veiktu sistēmas vides mainīgo vaicājumus. Tests ar getenv(\"PATH\") atgriež tikai tukšu atbildi.",
- "Please check the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">installation documentation ↗</a> for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "Lūdzu pārbaudiet <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Instalācijas dokumentāciju </a> priekš PHP konfigurācijas piezīmēm un PHP konfigurācijai jūsu serverī, itsevisķi izmantojot php-fpm.",
"The read-only config has been enabled. This prevents setting some configurations via the web-interface. Furthermore, the file needs to be made writable manually for every update." : "Ir iespējots tikai lasāma konfigurācija. Tas neatļauj iestatīt un mainīt dažas konfigurācijas caur tīmekļa interfeisu. Šī datne būs manuāli jāpārveido par rakstāmu, pirms katra atjauninājuma instalēšanas.",
"Your database does not run with \"READ COMMITTED\" transaction isolation level. This can cause problems when multiple actions are executed in parallel." : "Jūsu datubāze neiet ar \"READ COMMITED\" transakciju izolācijas līmeni. Tas var radīt problēmas kad vairākas darbības tiek veiktas pararēli.",
"The PHP module \"fileinfo\" is missing. It is strongly recommended to enable this module to get the best results with MIME type detection." : "Trūkst PHP modulis “fileinfo”. Mēs iesakām to aktivēt, lai pēc iespējas labāk noteiktu MIME tipus.",
- "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems. See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation ↗</a> for more information." : "Transakciju datņu slēgšana ir izslēgta, tas var radīt problēmas ar race kondīcijām. Iespējo \"filelocking.enabled\" config.php datnē, lai novērstu šīs problēmas. Skatiet <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentāciju</a>priekš papildus informācijas.",
"It was not possible to execute the cron job via CLI. The following technical errors have appeared:" : "Nebija iespējams paveikt cron darbu izmantojot CLI. Sekojošās tehniskās kļūdas ir uzradušās:",
- "Last background job execution ran {relativeTime}. Something seems wrong." : "Pēdējā fona darba palaišana aizņēma {relativeTime}. Kaut kas škiet nepareizi.",
- "Check the background job settings" : "Pārmainīt fona darbu iestatījumus",
"This server has no working Internet connection: Multiple endpoints could not be reached. This means that some of the features like mounting external storage, notifications about updates or installation of third-party apps will not work. Accessing files remotely and sending of notification emails might not work, either. Establish a connection from this server to the Internet to enjoy all features." : "Šim serverim nav interneta savienojuma. Tas nozīmē, ka daži līdzekļi, piemēram, ārējās atmiņas montēšana vai trešās puses lietotņu paziņojumi par atjauninājumiem nedarbosies. Iespējams nedarbosies attālināti piekļūt datnēm un nosūtīt paziņojumus uz e-pastu. Izveido interneta savienojumu ar serveri, lai visas funkcijas darbotos.",
"This is particularly recommended when using the desktop client for file synchronisation." : "Tas ir īpaši ieteicams, ja, izmantojot darbvirsmas klientu, lai veiktu failu sinhronizāciju.",
"Error occurred while checking server setup" : "Radās kļūda, pārbaudot servera ",
- "Non-existing tag #{tag}" : "Neeksistējošs tags #{tag}",
- "restricted" : "ierobežots",
- "invisible" : "Neredzams",
- "Delete" : "Dzēst",
- "Rename" : "Pārsaukt",
- "Collaborative tags" : "Sadarbības birkas",
- "No tags found" : "Netika atrasta neviena birka",
"unknown text" : "nezināms teksts",
"Hello world!" : "Sveika, pasaule!",
"sunny" : "saulains",
@@ -79,34 +69,47 @@
"Please reload the page." : "Lūdzu, atkārtoti ielādējiet lapu.",
"The update was unsuccessful. For more information <a href=\"{url}\">check our forum post</a> covering this issue." : "Atjauninājums nebija veiksmīgs. Plašāku informāciju skatiet <a href=\"{url}\">mūsu foruma rakstā</a> par šo problēmu.",
"The update was unsuccessful. Please report this issue to the <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">Nextcloud community</a>." : "Atjauninājums nebija veiksmīgs. Lūdzu ziņojiet šo ķļūdu <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">Nextcloud kopienā</a>.",
- "Continue to Nextcloud" : "Turpināt ar Nextcloud",
- "_The update was successful. Redirecting you to Nextcloud in %n second._::_The update was successful. Redirecting you to Nextcloud in %n seconds._" : ["Atjaunināšana ir bijusi veiksmīga. Novirzīsim jūs uz Nextcloud pēc %n sekundēm.","Atjaunināšana ir bijusi veiksmīga. Novirzīsim jūs uz Nextcloud pēc %n sekundes.","Atjaunināšana ir bijusi veiksmīga. Novirzīsim jūs uz Nextcloud pēc %n sekundēm."],
- "Searching other places" : "Meklēt citās vietās",
- "No search results in other folders for {tag}{filter}{endtag}" : "Nav nekas atrasts citā mapēs {tag}{filter}{endtag}",
- "_{count} search result in another folder_::_{count} search results in other folders_" : ["{count} meklēšanas rezultāti citās mapēs","{count} meklēšanas rezultāti citās mapēs","{count} meklēšanas rezultāti citās mapēs"],
+ "Log in" : "Pieteikties",
+ "Logging in …" : "Notiek pieteikšanās …",
"Server side authentication failed!" : "Servera autentifikācija neizdevās!",
"Please contact your administrator." : "Lūdzu, sazinieties ar administratoru.",
"An internal error occurred." : "Radās iekšēja kļūda.",
"Please try again or contact your administrator." : "Lūdzu, mēģiniet vēlreiz vai sazinieties ar administratoru.",
"Username or email" : "Lietotājvārds vai e-pasts",
"Password" : "Parole",
- "Log in" : "Pieteikties",
- "Logging in …" : "Notiek pieteikšanās …",
"Wrong username or password." : "Nepareizs lietotājvārds vai parole.",
"User disabled" : "Lietotājs deaktivizēts",
+ "Your account is not setup for passwordless login." : "Jūsu konts nav iestatīts lai pieslēgtos bez paroles.",
+ "Passwordless authentication is not supported in your browser." : "Jūsu pārlūkprogrammā netiek atbalstīta autentifikācija bez paroles",
+ "Passwordless authentication is only available over a secure connection." : "Autentifikācija bez paroles ir pieejama tikai ar drošu savienojumu.",
"Reset password" : "Mainīt paroli",
+ "If it is not there ask your local administrator." : "Ja tas tur nav tad jautājiet savam vietējam administratoram.",
"Couldn't send reset email. Please contact your administrator." : "Nevarēja nosūtīt maiņas e-pastu. Lūdzu sazinies ar savu administratoru.",
- "Password can not be changed. Please contact your administrator." : "Paroli, nevar nomainīt. Lūdzu kontaktēties ar savu administratoru.",
"Back to login" : "Atpakaļ uz pieteikšanos",
"New password" : "Jauna parole",
+ "Your files are encrypted. There will be no way to get your data back after your password is reset. If you are not sure what to do, please contact your administrator before you continue. Do you really want to continue?" : "Jūsu faili ir šifrēti. Pēc paroles atiestatīšanas nebūs iespējams atgūt datus. Ja nezināt, kā rīkoties, pirms turpināt, sazinieties ar administratoru. Vai tiešām vēlaties turpināt?",
"I know what I'm doing" : "Es zinu ko es daru",
+ "Resetting password" : "Paroles atiestatīšana",
+ "Recommended apps" : "Ieteicamās lietotnes",
+ "Loading apps …" : "Notiek lietotņu ielāde ...",
+ "Installing apps …" : "Notiek lietotņu instalēšana ...",
+ "App download or installation failed" : "Lietotnes lejupielāde vai instalēšana neizdevās",
"Cancel" : "Atcelt",
+ "Schedule work & meetings, synced with all your devices." : "Ieplāno darbu un sapulces, kas sinhronizētas ar visām jūsu ierīcēm.",
+ "Keep your colleagues and friends in one place without leaking their private info." : "Turiet savus kolēģus un draugus vienuviet, neizpludinot viņu privāto informāciju.",
+ "Simple email app nicely integrated with Files, Contacts and Calendar." : "Vienkāršā e-pasta lietotne labi integrēta ar Failiem, Kontaktiem un Kalendāru.",
+ "Chatting, video calls, screensharing, online meetings and web conferencing – in your browser and with mobile apps." : "Tērzēšana, videozvani, ekrāna koplietošana, tiešsaistes sapulces un tīmekļa konferences - pārlūkprogrammā un ar mobilajām lietotnēm.",
+ "Collaboratively edit office documents." : "Kopīgi rediģējiet ofisa dokumentus.",
"Forgot password?" : "Aizmirsi paroli?",
+ "Log in with a device" : "Pieslēgties izmantojot ierīci",
+ "Back" : "Atpakaļ",
+ "Search" : "Meklēt",
"Settings" : "Iestatījumi",
"Could not load your contacts" : "Nevarēja ielādēt visas jūsu kontaktpersonas",
"Search contacts …" : "Meklēt kontaktpersonu",
"No contacts found" : "Nav atrasta ne viena kontaktpersona",
"Show all contacts …" : "Rādīt visas kontaktpersonas",
+ "Install the Contacts app" : "Instalējiet lietotni Kontaktpersonas",
"Loading your contacts …" : "Notiek kontaktpersonu ielāde...",
"Looking for {term} …" : "Meklē {term} …",
"No" : "Nē",
@@ -119,6 +122,8 @@
"Modified" : "Mainīts",
"\"{name}\" is an invalid file name." : "\"{name}\" ir nepareizs datnes nosaukums.",
"File name cannot be empty." : "Datnes nosaukums nevar būt tukšs.",
+ "\"/\" is not allowed inside a file name." : "\"/\" nav atļauts faila nosaukumā.",
+ "\"{name}\" is not an allowed filetype" : "\"{name}\" nav atļauts faila tips",
"{newName} already exists" : "{newName} jau eksistē",
"Choose" : "Izvēlieties",
"Copy" : "Kopēt",
@@ -148,7 +153,13 @@
"seconds ago" : "pirms mirkļa",
"Connection to server lost" : "Zaudēts savienojums ar serveri",
"_Problem loading page, reloading in %n second_::_Problem loading page, reloading in %n seconds_" : ["Problēma ielādējot lapu, pārlādēšana pēc %n sekundēm","Problēma ielādējot lapu, pārlādēšana pēc %n sekundēm","Problēma ielādējot lapu, pārlādēšana pēc %n sekundēm"],
+ "Add to a project" : "Pievienot projektam",
+ "Show details" : "Rādīt detaļas",
"Hide details" : "Slēpt detaļas",
+ "Rename project" : "Pārsaukt projektu",
+ "Failed to rename the project" : "Neizdevās pārsaukt projektu",
+ "Failed to create a project" : "Neizdevās izveidot projektu",
+ "Failed to add the item to the project" : "Neizdevās pievienot vienumu projektam",
"View changelog" : "Skatīt izmaiņu sarakstu",
"Very weak password" : "Ļoti vāja parole",
"Weak password" : "Vāja parole",
@@ -157,6 +168,13 @@
"Strong password" : "Lieliska parole",
"No action available" : "Nav pieejamu darbību",
"Error fetching contact actions" : "Kļūda rodot kontaktpersonām piemērojamās darbības",
+ "Non-existing tag #{tag}" : "Neeksistējošs tags #{tag}",
+ "restricted" : "ierobežots",
+ "invisible" : "Neredzams",
+ "Delete" : "Dzēst",
+ "Rename" : "Pārsaukt",
+ "Collaborative tags" : "Sadarbības birkas",
+ "No tags found" : "Netika atrasta neviena birka",
"Personal" : "Personīgi",
"Users" : "Lietotāji",
"Apps" : "Lietotnes",
@@ -201,7 +219,6 @@
"This application requires JavaScript for correct operation. Please {linkstart}enable JavaScript{linkend} and reload the page." : "Šai lietotnei nepieciešams JavaScript. Lūdzu {linkstart}ieslēdziet JavasScript{linkend} un pārlādējiet lapu.",
"More apps" : "Vairāk lietotnes",
"More" : "Vairāk",
- "Search" : "Meklēt",
"Contacts" : "Kontakti",
"Confirm your password" : "Apstipriniet paroli",
"App token" : "Lietotnes pilnvara",
@@ -214,7 +231,6 @@
"Error while validating your second factor" : "Kļūda validējot jūsu otru faktoru.",
"Access through untrusted domain" : "Piekļūt caur neuzticamu domēnu",
"App update required" : "Lietotnei nepieciešama atjaunināšana",
- "These apps will be updated:" : "Šīs lietotnes tiks atjauninātas:",
"These incompatible apps will be disabled:" : "Šīs nesaderīgās lietotnes tiks atspējotas:",
"The theme %s has been disabled." : "Tēma %s ir atspējota.",
"Please make sure that the database, the config folder and the data folder have been backed up before proceeding." : "Lūdzu pārliecinieties ka datubāze, config mape un data mape ir dublētas pirms turpināšanas.",
@@ -228,71 +244,29 @@
"Maintenance mode" : "Uzturēšanas režīms",
"This %s instance is currently in maintenance mode, which may take a while." : "Šis %s serveris pašlaik darbojas uzturēšanas režīmā, tas var ilgt kādu laiku.",
"Contact your system administrator if this message persists or appeared unexpectedly." : "Sazinieties ar sistēmas administratoru, ja šis ziņojums tiek rādīts.. vai parādījās negaidīti",
- "Could not send reset email because there is no email address for this username. Please contact your administrator." : "Nevarēja nosūtīt paroles maiņas e-pastu, jo lietotājam nav norādīts e-pasts. Lūdzu sazinies ar savu administratoru.",
- "Couldn't send reset email. Please make sure your username is correct." : "Nevarēja nosūtīt paroles maiņas e-pastu. Pārliecinies, ka tavs lietotājvārds ir pareizs.",
- "Your files are encrypted. There will be no way to get your data back after your password is reset.<br />If you are not sure what to do, please contact your administrator before you continue. <br />Do you really want to continue?" : "Jūsu datnes ir šifrētas. Atiestatot paroli, jums zudīs iespēja tos atšifrēt. <br />Ja neessat pārliecināts, ko darīt, sazinieties ar savu administratoru. <br />Vai tiešām vēlaties turpināt?",
- "Sending email …" : "Sūta e-pastu ...",
- "Shared" : "Koplietots",
- "Shared with" : "Koplietots ar",
- "Shared by" : "Koplietoja",
- "Choose a password for the public link" : "Izvēlies paroli publiskai saitei",
- "Choose a password for the public link or press the \"Enter\" key" : "Izvēlies paroli publiskai saitei vai nospiediet \"Enter\" taustiņu",
- "Copied!" : "Nokopēts!",
- "Copy link" : "Kopēt saiti",
- "Not supported!" : "Nav atbalstīts!",
- "Press ⌘-C to copy." : "Spiet ⌘-C lai kopētu.",
- "Press Ctrl-C to copy." : "Spiet Ctrl-C lai kopētu.",
- "Resharing is not allowed" : "Atkārtota koplietošana nav atļauta",
- "Link" : "Saite",
- "Password protect" : "Aizsargāt ar paroli",
- "Allow editing" : "Atļaut rediģēt",
- "Email link to person" : "Sūtīt saiti personai pa e-pastu",
- "Send" : "Sūtīt",
- "Allow upload and editing" : "Atļaut augšupielādi un rediģēšanu",
- "Read only" : "Tikai lasāms",
- "File drop (upload only)" : "Datņu mešana (tikai augšupielādei)",
- "Set expiration date" : "Iestatiet termiņa datumu",
- "Expiration" : "Termiņš",
- "Expiration date" : "Termiņa datums",
- "Unshare" : "Pārtraukt koplietošanu",
- "Share to {name}" : "Dalīties ar {name}",
- "Share link" : "Koplietot saiti",
- "Password protect by Talk" : "Aizsargāts ar paroli no Talk",
- "Could not unshare" : "Nevarēja pārtraukt koplietošanu",
- "Shared with you and the group {group} by {owner}" : "{owner} koplietoja ar jums un grupu {group}",
- "Shared with you and {circle} by {owner}" : " {owner} koplietoja ar tevi un {circle}",
- "Shared with you and the conversation {conversation} by {owner}" : "Dalīts ar tevi un sarunu {conversation} no {owner}",
- "Shared with you by {owner}" : "{owner} koplietoja ar jums",
- "group" : "grupa",
- "remote" : "attālināti",
- "email" : "e-pasts",
- "conversation" : "saruna",
- "shared by {sharer}" : "Koplietoja {sharer}",
- "Can reshare" : "Var atkārtoti kopīgot",
- "Can edit" : "Var rediģēt",
- "Can create" : "Var izveidot",
- "Can change" : "Var mainīt",
- "Can delete" : "Var dzēst",
- "Access control" : "Piekļuves vadība",
- "Error while sharing" : "Koplietojot notika kļūda",
- "Share details could not be loaded for this item." : "Šim nevarēja ielādēt koplietošanas detaļas.",
- "No users or groups found for {search}" : "Pēc {search} netika atrasts neviens lietotājs vai grupa",
- "No users found for {search}" : "Pēc {search} netika atrasts neviens lietotājs",
- "An error occurred. Please try again" : "Notika kļūda. Mēģini vēlreiz.",
- "Home" : "Sākums",
- "Work" : "Darbs",
- "Other" : "Cits",
- "{sharee} ({type}, {owner})" : "{sharee} ({type}, {owner})",
- "Share" : "Koplietot",
- "Name or email address..." : "Vārds vai e-pasta adrese...",
- "Name or federated cloud ID..." : "Vārds vai federated cloud ID",
- "Name, federated cloud ID or email address..." : "Vārds, federated cloud ID vai e-pasta adrese...",
- "Name..." : "Vārds...",
- "Error removing share" : "Kļūda, noņemot koplietošanu",
- "({scope})" : "({scope})",
- "Saving..." : "Saglabā...",
- "Dismiss" : "Atmest",
- "New Password" : "Jauna parole",
- "Cancel log in" : "Atcelt pieteikšanos"
+ "Checking whether the database schema can be updated (this can take a long time depending on the database size)" : "Pārbauda vai datu bāzes shēma var būt atjaunināma (tas var prasīt laiku atkarībā no datu bāzes izmēriem)",
+ "Checked database schema update" : "Pārbaudīts datu bāzes shēmas atjauninājums",
+ "Checking updates of apps" : "Pārbauda lietotņu atjauninājumus",
+ "Checking for update of app \"%s\" in appstore" : "Meklē atjauninājumus lietotnei \"%s\"",
+ "Update app \"%s\" from appstore" : "Atjaunināt lietotni \"%s\"",
+ "Checked for update of app \"%s\" in appstore" : "Meklēti atjauninājumi lietotnei \"%s\"",
+ "Checked database schema update for apps" : "Pārbaudīts datu bāzes shēmas atjauninājums lietotnēm.",
+ "Following apps have been disabled: %s" : "Sekojošas lietotnes tika atslēgtas: %s",
+ "Please check the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">installation documentation ↗</a> for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "Lūdzu pārbaudiet <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Instalācijas dokumentāciju </a> priekš PHP konfigurācijas piezīmēm un PHP konfigurācijai jūsu serverī, itsevisķi izmantojot php-fpm.",
+ "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems. See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation ↗</a> for more information." : "Transakciju datņu slēgšana ir izslēgta, tas var radīt problēmas ar race kondīcijām. Iespējo \"filelocking.enabled\" config.php datnē, lai novērstu šīs problēmas. Skatiet <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentāciju</a>priekš papildus informācijas.",
+ "Last background job execution ran {relativeTime}. Something seems wrong." : "Pēdējā fona darba palaišana aizņēma {relativeTime}. Kaut kas škiet nepareizi.",
+ "Check the background job settings" : "Pārmainīt fona darbu iestatījumus",
+ "Continue to Nextcloud" : "Turpināt ar Nextcloud",
+ "_The update was successful. Redirecting you to Nextcloud in %n second._::_The update was successful. Redirecting you to Nextcloud in %n seconds._" : ["Atjaunināšana ir bijusi veiksmīga. Novirzīsim jūs uz Nextcloud pēc %n sekundēm.","Atjaunināšana ir bijusi veiksmīga. Novirzīsim jūs uz Nextcloud pēc %n sekundes.","Atjaunināšana ir bijusi veiksmīga. Novirzīsim jūs uz Nextcloud pēc %n sekundēm."],
+ "Searching other places" : "Meklēt citās vietās",
+ "No search results in other folders for {tag}{filter}{endtag}" : "Nav nekas atrasts citā mapēs {tag}{filter}{endtag}",
+ "_{count} search result in another folder_::_{count} search results in other folders_" : ["{count} meklēšanas rezultāti citās mapēs","{count} meklēšanas rezultāti citās mapēs","{count} meklēšanas rezultāti citās mapēs"],
+ "A password reset message has been sent to the e-mail address of this account. If you do not receive it, check your spam/junk folders or ask your local administrator for help." : "Paroles atiestatīšanas ziņojums ir nosūtīts uz šī konta e-pasta adresi. Ja to nesaņemat, pārbaudiet mēstuļu mapes vai lūdziet palīdzību savam vietējam administratoram.",
+ "Password can not be changed. Please contact your administrator." : "Paroli, nevar nomainīt. Lūdzu kontaktēties ar savu administratoru.",
+ "Could not fetch list of apps from the app store." : "Nevarēja ielādēt lietotņu sarakstu no lietotņu veikala.",
+ "Nextcloud {app}" : "Nextcloud {app}",
+ "Can't install this app because it is not compatible" : "Nevar instalēt šo lietotni, jo tā nav savietojama",
+ "Can't install this app" : "Nevar instalēt šo lietotni",
+ "These apps will be updated:" : "Šīs lietotnes tiks atjauninātas:"
},"pluralForm" :"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);"
} \ No newline at end of file
diff --git a/core/l10n/mk.js b/core/l10n/mk.js
index 6c335c54ef3..5edea396f69 100644
--- a/core/l10n/mk.js
+++ b/core/l10n/mk.js
@@ -13,8 +13,9 @@ OC.L10N.register(
"No temporary profile picture available, try again" : "Не е достапна привремена профилна слика, пробајте повторно",
"No crop data provided" : "Не се доставени податоци за сечење",
"No valid crop data provided" : "Нема валидни податоци за сечење",
- "Crop is not square" : "Сечењето не е правоаголно",
+ "Crop is not square" : "Сечењето не е квадратно",
"State token does not match" : "Токенот не се совпаѓа",
+ "Invalid app password" : "Погрешна лозинка за апликација",
"Could not complete login" : "Неможе да се комплетира најавувањето",
"Your login token is invalid or has expired" : "Вашиот токен за најава е невалиден или истечен",
"Password reset is disabled" : "Ресетирање на лозинката е оневозможено",
@@ -28,6 +29,7 @@ OC.L10N.register(
"Nextcloud Server" : "Nextcloud Сервер",
"Some of your link shares have been removed" : "Некој од вашите линкови што ги споделивте се избришани",
"Due to a security bug we had to remove some of your link shares. Please see the link for more information." : "Поради безбедносен ризик некој од вашите споделувања се избришани. Ве молиме видете го линкот за повеќе информации.",
+ "The user limit of this instance is reached." : "Лимитот на корисници на оваа истанца е исполнет.",
"Preparing update" : "Ја подготвувам надградбата",
"[%d / %d]: %s" : "[%d / %d]: %s",
"Repair step:" : "Чекори за поправка:",
@@ -41,42 +43,42 @@ OC.L10N.register(
"Maintenance mode is kept active" : "Модот за одржување е уште активен",
"Updating database schema" : "Ја надградувам шемата на базата на податоци",
"Updated database" : "Базата е надградена",
- "Checking whether the database schema can be updated (this can take a long time depending on the database size)" : "Проверка дали шемата на базата на податоци може да се ажурира (ова може да трае долго време во зависност од големината на базата на податоци)",
- "Checked database schema update" : "Проверена е шемата за ажурурање на базата на податоци",
- "Checking updates of apps" : "Проверка за ажурирање на апликации",
- "Checking for update of app \"%s\" in appstore" : "Проверка за ажурирање на апликација \"%s\" во appstore",
- "Update app \"%s\" from appstore" : "Ажурирање на апликација \"%s\" од appstore",
- "Checked for update of app \"%s\" in appstore" : "Проверка за ажурирање на апликација \"%s\" во appstore",
"Checking whether the database schema for %s can be updated (this can take a long time depending on the database size)" : "Проверка дали шемата на базата на податоци %s може да се ажурира (ова може да трае долго време во зависност од големината на базата на податоци)",
- "Checked database schema update for apps" : "Проверена е шемата за ажурурање на базата на податоци за апликации",
"Updated \"%1$s\" to %2$s" : "Ажурирано \"%1$s\" во %2$s",
"Set log level to debug" : "Постави го нивото на записи на откривање на грешки",
"Reset log level" : "Ресетирај го нивото на записи",
"Starting code integrity check" : "Стартува проверка на интегритетот на кодот",
"Finished code integrity check" : "Заврши проверката на интегритетот на кодот",
"%s (incompatible)" : "%s (некомпатибилен)",
- "Following apps have been disabled: %s" : "Следниве апликации се оневозможени: %s",
+ "The following apps have been disabled: %s" : "Следниве апликации се оневозможени: %s",
"Already up to date" : "Веќе ажурирано",
"Your web server is not yet properly set up to allow file synchronization, because the WebDAV interface seems to be broken." : "Вашиот веб опслужувач сеуште не е точно подесен да овозможува синхронизација на датотеки бидејќи интерфејсот за WebDAV изгледа дека е расипан. ",
- "Your web server is not properly set up to resolve \"{url}\". Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Вашиот веб сервер не е правилно поставен за разрешаување на \"{url}\". Повеќе информации можат да се пронајдат во <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">документацијата</a>.",
- "Your web server is not properly set up to resolve \"{url}\". This is most likely related to a web server configuration that was not updated to deliver this folder directly. Please compare your configuration against the shipped rewrite rules in \".htaccess\" for Apache or the provided one in the documentation for Nginx at it's <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation page</a>. On Nginx those are typically the lines starting with \"location ~\" that need an update." : "Вашиот веб сервер не е правилно поставен за разрешаување на \"{url}\". Ова најверојатно е поврзано со конфигурацијата на веб-серверот или не е ажуриран за директен пристап до оваа папка. Ве молиме, споредете ја вашата конфигурација дали е во согласност со правилата за пренасочување во \".htaccess\" за Apache или во документацијата за Nginx на <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">страната со документација</a>. На Nginx тоа се најчето линиите што започнуваат со \"location ~\" што им треба ажурирање.",
- "Last background job execution ran {relativeTime}. Something seems wrong." : "Последно извршување на задачите {relativeTime}. Нешто не е во ред.",
- "Check the background job settings" : "Проверете ги параметрите за задачите во позадина",
+ "PHP does not seem to be setup properly to query system environment variables. The test with getenv(\"PATH\") only returns an empty response." : "PHP се чини дека не е правилно поставена за да испраќа барања до променливите на околината на системот. Тестот со getenv(\"PATH\") враќа само празен одговор.",
+ "The read-only config has been enabled. This prevents setting some configurations via the web-interface. Furthermore, the file needs to be made writable manually for every update." : "Антивирана е конфигурација која е само за чирање. Ова спречува поставување на некои конфигурации преку веб-интерфејсот. Понатаму, датотеката треба да се пребрише рачно за секое ажурирање.",
+ "Your database does not run with \"READ COMMITTED\" transaction isolation level. This can cause problems when multiple actions are executed in parallel." : "Вашата база на податоци не работи со нивото на изолација со \"READ COMMITTED\". Ова може да предизвика проблеми кога повеќе дејства се извршуваат паралелно.",
+ "The PHP module \"fileinfo\" is missing. It is strongly recommended to enable this module to get the best results with MIME type detection." : "Недостасува PHP модулот \"fileinfo\". Препорачливо е да го овозможите овој додаток за да ги добиете најдобрите резултати со детекција на MIME видот.",
+ "If your installation is not installed at the root of the domain and uses system cron, there can be issues with the URL generation. To avoid these problems, please set the \"overwrite.cli.url\" option in your config.php file to the webroot path of your installation (suggestion: \"{suggestedOverwriteCliURL}\")" : "Доколку вашата инсталација не е инсталирана во главната папка на доменот и доколку користите системски cron, ќе има проблеми при генерирање на URL адресите. Да ги избегнете овие проблеми, поставете ја патеката кон главната папка во параметарот \"overwrite.cli.url\" во config.php датотеката (совет: \"{suggestedOverwriteCliURL}\")",
+ "It was not possible to execute the cron job via CLI. The following technical errors have appeared:" : "Не е возможно извршување на cron позадинските задачи преку CLI. Се појавија следниве технички грешки:",
+ "This server has no working Internet connection: Multiple endpoints could not be reached. This means that some of the features like mounting external storage, notifications about updates or installation of third-party apps will not work. Accessing files remotely and sending of notification emails might not work, either. Establish a connection from this server to the Internet to enjoy all features." : "Овој опслужувач нема работна Интернет врска. Ова значи дека некои опции како што е монтирање на надворешни складишта, известувања за ажурирање или инсталации на апликации од 3-ти лица нема да работат. Пристапот на датотеки од далечина и праќање на пораки за известувања може исто така да не работат. Ви советуваме да овозможите Интернет врска за овој опслужувач ако сакате да ги имате сите опции. ",
+ "Nextcloud 20 is the last release supporting PHP 7.2. Nextcloud 21 requires at least PHP 7.3." : "Nextcloud 20 е последна верзија која поддржува PHP 7.2. За Nextcloud 21 потребна е PHP 7.3.",
+ "The PHP function \"set_time_limit\" is not available. This could result in scripts being halted mid-execution, breaking your installation. Enabling this function is strongly recommended." : "PHP функцијата \"set_time_limit\" не е достапна. Ова може да резултира со запирање на скриптите во извршувањето, и грешки во вашата инсталација. Овозможувањето на оваа функција е препорачлива.",
"Missing index \"{indexName}\" in table \"{tableName}\"." : "Недостасува индексот \"{indexName}\" во табелата \"{tableName}\".",
+ "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "Во базата недостасуваат некој индекси. Поради фактот што додавањето индекси во големи бази може да потрае, тие не беа додадени автоматски. Со стартување на командата \"occ db:add-missing-indices\" ќе бидат додадени оние индекси што недостасуваат и инстанцата непречено ќе работи. Еднаш кога ќе бидат додадени индексите, барањата во табелите ќе биде многу побрзо.",
+ "Missing primary key on table \"{tableName}\"." : "Недостасува примарен клуч во табелата \"{tableName}\".",
+ "The database is missing some primary keys. Due to the fact that adding primary keys on big tables could take some time they were not added automatically. By running \"occ db:add-missing-primary-keys\" those missing primary keys could be added manually while the instance keeps running." : "Во базата недостасуваат некој примарни клучеви. Поради фактот што додавањето на примарни клучеви во големи бази може да потрае, тие не беа додадени автоматски. Со стартување на командата \"occ db:add-missing-primary-keys\" ќе бидат додадени оние примарни клучеви што недостасуваат и инстанцата непречено ќе работи.",
+ "Missing optional column \"{columnName}\" in table \"{tableName}\"." : "Недостасува опција во колоната \"{columnName}\" во табелата \"{tableName}\".",
+ "The database is missing some optional columns. Due to the fact that adding columns on big tables could take some time they were not added automatically when they can be optional. By running \"occ db:add-missing-columns\" those missing columns could be added manually while the instance keeps running. Once the columns are added some features might improve responsiveness or usability." : "Во базата недостасуваат некој опционални колони. Поради фактот што додавањето колони во големи бази може да потрае, тие не беа додадени автоматски. Со стартување на командата \"occ db:add-missing-columns\" ќе бидат додадени оние колони што недостасуваат и инстанцата непречено ќе работи. Еднаш кога ќе бидат додадени колоните, некој карактеристики ќе се подобрат и можат да ја подобрат употребата и безбедноста.",
+ "This instance is missing some recommended PHP modules. For improved performance and better compatibility it is highly recommended to install them." : "На оваа истанца недостасуваат некој препорачливи PHP модули. За подобри перформанси и подобра компатибилност, се препорачува да ги инсталирате.",
+ "Module php-imagick in this instance has no SVG support. For better compatibility it is recommended to install it." : "Модулот php-imagick во оваа истанца не поддржува SVG датотеки. За подобра компатибилност се препорачува да се инсталира.",
+ "SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend." : "Моментално се користи SQLite како база за податоци. За користење, препорачуваме различен начин за база на податоци.",
+ "This is particularly recommended when using the desktop client for file synchronisation." : "Ова особено е препорачливо кога се користи клиент за синхронизација.",
"The PHP memory limit is below the recommended value of 512MB." : "Меморијата за PHP е под препорачаната вредност од 512MB.",
+ "Some app directories are owned by a different user than the web server one. This may be the case if apps have been installed manually. Check the permissions of the following app directories:" : "Некој папки со апликации не се сопственост на корисникот на веб серверот. Ова може да биде случај ако апликациите се инсталирани рачно. Проверете ги дозволите на следниве папки со апликации:",
"Error occurred while checking server setup" : "Се случи грешка при проверката на параметрите на серверот",
+ "Your data directory and files are probably accessible from the Internet. The .htaccess file is not working. It is strongly recommended that you configure your web server so that the data directory is no longer accessible, or move the data directory outside the web server document root." : "Вашата папка за податоци и вашите датотеки се најверојатно достапни од интернет. Датотеката .htaccess не работи. Строго ви препорачуваме да го подесите вашиот веб опслужувач на начин на кој вашата папка за податоци не е веќе достапна од интернет или да ја преместите папката за податоци надвор од коренот на веб опслужувачот.",
"The \"{header}\" HTTP header is not set to \"{expected}\". This is a potential security or privacy risk, as it is recommended to adjust this setting accordingly." : "HTTP заглавието \"{header}\" не е поставено да биде \"{expected}\". Ова потенцијално може да ја загрози приватноста и безбедноста, се препорачува соодветно да ја поставите оваа поставка.",
"The \"{header}\" HTTP header is not set to \"{expected}\". Some features might not work correctly, as it is recommended to adjust this setting accordingly." : "HTTP заглавието \"{header}\" не е поставено да биде \"{expected}\". Некои карактеристики може да не функционираат правилно, се препорачува соодветно да ја поставите оваа поставка.",
"The \"{header}\" HTTP header doesn't contain \"{expected}\". This is a potential security or privacy risk, as it is recommended to adjust this setting accordingly." : "HTTP заглавието \"{header}\" не го содржи \"{expected}\". Ова потенцијално може да ја загрози приватноста и безбедноста, се препорачува соодветно да ја поставите оваа поставка.",
- "The \"{header}\" HTTP header is not set to \"{val1}\", \"{val2}\", \"{val3}\", \"{val4}\" or \"{val5}\". This can leak referer information. See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{link}\">W3C Recommendation ↗</a>." : "HTTP заглавието \"{header}\" не е поставено да биде \"{val1}\", \"{val2}\", \"{val3}\", \"{val4}\" или \"{val5}\". Ова може да открие сигурносни информации. Погледнете <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{link}\">Препораки за W3C ↗</a>.",
- "Accessing site insecurely via HTTP. You are strongly advised to set up your server to require HTTPS instead, as described in the <a href=\"{docUrl}\">security tips ↗</a>." : "Пристапувате до станата преку HTTP. Препорачуваме да го поставите вашиот сервер за да се пристапува преку HTTPS, проверете како е опишано во <a href=\"{docUrl}\">безбедносни совети ↗</a>.",
- "Non-existing tag #{tag}" : "Непостоечка ознака #{tag}",
- "restricted" : "ограничено",
- "invisible" : "невидлив",
- "Delete" : "Избриши",
- "Rename" : "Преименувај",
- "Collaborative tags" : "Колаборативна ознака",
- "No tags found" : "Не се пронајдени ознаки",
"unknown text" : "непознат текст",
"Hello world!" : "Здраво свету!",
"sunny" : "сончево",
@@ -90,28 +92,24 @@ OC.L10N.register(
"An error occurred." : "Се случи грешка",
"Please reload the page." : "Превчитајте ја страницата.",
"The update was unsuccessful. For more information <a href=\"{url}\">check our forum post</a> covering this issue." : "Надградбата не беше успешна. За повеќе информации <a href=\"{url}\">проверете го нашиот форум</a> што го покрива овој проблем.",
- "The update was unsuccessful. Please report this issue to the <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">Nextcloud community</a>." : "Надградбата не беше успешна. Ве молиме овој проблем да го пријавите во <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">Nextcloud заедницата</a>.",
- "Continue to Nextcloud" : "Продолжи кон Nextcloud",
- "_The update was successful. Redirecting you to Nextcloud in %n second._::_The update was successful. Redirecting you to Nextcloud in %n seconds._" : ["Ажурирањето беше успешно. Пренасочување за %n секунда.","Ажурирањето беше успешно. Пренасочување за %n секунди."],
- "Searching other places" : "Пребарување на други места",
- "No search results in other folders for {tag}{filter}{endtag}" : "Нема резултати од пребарувањето на други места за {tag}{filter}{endtag}",
- "_{count} search result in another folder_::_{count} search results in other folders_" : ["{count} резултат од пребарувањето во други директориуми","{count} резултати од пребарувањето во други директориуми"],
+ "The update was unsuccessful. Please report this issue to the <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">Nextcloud community</a>." : "Надградбата не беше успешна. Ве молиме овој проблем да го пријавите во <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">заедницата</a>.",
+ "Log in" : "Најава",
+ "Logging in …" : "Најава ...",
"Server side authentication failed!" : "Автентификацијата на серверската страна е неуспешна!",
"Please contact your administrator." : "Ве молиме контактирајте го вашиот администратор.",
"An internal error occurred." : "Се случи внатрешна грешка.",
"Please try again or contact your administrator." : "Ве молиме обидете се повторно или контактирајте го вашиот администратор.",
"Username or email" : "Корисничко име или е-пошта",
"Password" : "Лозинка",
- "Log in" : "Најава",
- "Logging in …" : "Најава ...",
"Wrong username or password." : "Погрешно корисничко име или лозинка.",
"User disabled" : "Корисникот е оневозможен",
"We have detected multiple invalid login attempts from your IP. Therefore your next login is throttled up to 30 seconds." : "Детектирани се повеќе неуспешни најавувања од вашата IP адреса. Затоа вашиот следен обид за најавување е одложено за 30 секунди.",
+ "Your account is not setup for passwordless login." : "Вашата сметка не е поставена за најавување без лозинка.",
+ "Passwordless authentication is not supported in your browser." : "Вашиот прелистувач не поддржува автентикација без лозинка.",
+ "Passwordless authentication is only available over a secure connection." : "Автентикација без лозинка е достапно доколку користите безбедна конекција.",
"Reset password" : "Ресетирај лозинка",
- "A password reset message has been sent to the e-mail address of this account. If you do not receive it, check your spam/junk folders or ask your local administrator for help." : "Порака за ресетирање на лозинката е испратена на е-пошта на оваа сметка. Доколку не сте ја добиле, проверете во spam/junk папката или прашајте го вашиот локален администратор за помош.",
"If it is not there ask your local administrator." : "Доколку не е таму, прашајте го вашиот локален администратор.",
"Couldn't send reset email. Please contact your administrator." : "Не можам да истпратам порака за ресетирање. Ве молам контактирајте го вашиот администратор.",
- "Password can not be changed. Please contact your administrator." : "Лозинката не може да се промени. Ве молам контактирајте го вашиот администратор.",
"Back to login" : "Врати се на страната за најавување",
"New password" : "Нова лозинка",
"Your files are encrypted. There will be no way to get your data back after your password is reset. If you are not sure what to do, please contact your administrator before you continue. Do you really want to continue?" : "Вашите податоци се шифрирани. Не постои можност за враќање на податоците одкако вашата лозинка ќе биде ресетирана. Доколку незнаете што да правите, контактирајте го вашиот администратор пред да продолжите понатаму. Дали сте сигурни дека сакате да продолжите?",
@@ -119,17 +117,26 @@ OC.L10N.register(
"Resetting password" : "Ресетирање на лозинка",
"Recommended apps" : "Препорачани апликации",
"Loading apps …" : "Апликациите се вчитуваат ...",
- "Could not fetch list of apps from the app store." : "Неможе да се вчита листата на апликации од продавницата.",
"Installing apps …" : "Инсталирање на апликации ...",
- "Nextcloud {app}" : "Nextcloud {app}",
- "App download or installation failed" : "Неуспешно превземање или инсталирање на апликација",
- "Can't install this app because it is not compatible" : "Неможе да се инсталираа оваа апликација бидејќи не е компатибилна",
- "Can't install this app" : "Неможе да се инсталираа оваа апликација ",
+ "App download or installation failed" : "Неуспешно преземање или инсталирање на апликација",
"Cancel" : "Откажи",
"Schedule work & meetings, synced with all your devices." : "Работни задачи & состаноци, синхронизирани со сите ваши уреди.",
"Keep your colleagues and friends in one place without leaking their private info." : "Чувајте ги вашите колеги и пријатели на едно место без да ги разоткривате нивните приватни информации.",
"Simple email app nicely integrated with Files, Contacts and Calendar." : "Едноставна апликација за е-пошта интегрирана со Датотеки, Контакти, Календар.",
+ "Chatting, video calls, screensharing, online meetings and web conferencing – in your browser and with mobile apps." : "Разговори, видео повици, споделување на екранот, онлајн состаноци и веб конференции - на вашиот компјутер и на вашиот мобилен телефон.",
+ "Collaboratively edit office documents." : "Колаборативно уредување на документи.",
"Forgot password?" : "Заборавена лозинка?",
+ "Log in with a device" : "Најавете се со уред",
+ "Back" : "Назад",
+ "Reset search" : "Ресетирај пребарување",
+ "No results for {query}" : "Нема резултати за {query}",
+ "Start typing to search" : "Напишете нешто за пребарување",
+ "Loading more results …" : "Вчитување на повеќе резултати ...",
+ "Load more results" : "Вчитај повеќе резултати",
+ "Search" : "Барај",
+ "An error occurred while searching for {type}" : "Настана грешка при пребарување за {type}",
+ "_Please enter {minSearchLength} character or more to search_::_Please enter {minSearchLength} characters or more to search_" : ["Внесете најмалку {minSearchLength} карактер за да пребарувате","Внесете најмалку {minSearchLength} карактери или повеќе за да пребарувате"],
+ "Search {types} …" : "Пребарување {types} …",
"Settings" : "Параметри",
"Could not load your contacts" : "Неможат да се вчитаат вашите контакти",
"Search contacts …" : "Пребарување контакти ...",
@@ -197,6 +204,13 @@ OC.L10N.register(
"Strong password" : "Јака лозинка",
"No action available" : "Нема акции достапни",
"Error fetching contact actions" : "Грешка при преземање на контакт",
+ "Non-existing tag #{tag}" : "Непостоечка ознака #{tag}",
+ "restricted" : "ограничено",
+ "invisible" : "невидливо",
+ "Delete" : "Избриши",
+ "Rename" : "Преименувај",
+ "Collaborative tags" : "Колаборативна ознака",
+ "No tags found" : "Не се пронајдени ознаки",
"Personal" : "Лично",
"Users" : "Корисници",
"Apps" : "Аппликации",
@@ -206,7 +220,9 @@ OC.L10N.register(
"File not found" : "Датотеката не е пронајдена",
"The document could not be found on the server. Maybe the share was deleted or has expired?" : "Документот не може да се пронајде на серверот. Можеби ова споделување е избришано или рекот за пристап му е истечен?",
"Back to %s" : "Врати се на %s",
+ "Too many requests" : "Премногу барања",
"Error" : "Грешка",
+ "Previous" : "Претходно",
"Internal Server Error" : "Внатрешна серверска грешка",
"The server was unable to complete your request." : "Серверот не е во можност да го комплетира вашето брање.",
"If this happens again, please send the technical details below to the server administrator." : "Доколку ова се случи повторно, ве молиме испрате технички детали на администраторот на серверот.",
@@ -237,14 +253,19 @@ OC.L10N.register(
"Database name" : "Име на база",
"Database tablespace" : "Табела во базата на податоци",
"Database host" : "Сервер со база",
+ "Please specify the port number along with the host name (e.g., localhost:5432)." : "Ве молиме, наведете го бројот на портата, заедно со името на серверот (на пример, localhost:5432).",
"Performance warning" : "Предупредување за перформансите",
"You chose SQLite as database." : "Вие избравте SQLite како база на податоци.",
+ "SQLite should only be used for minimal and development instances. For production we recommend a different database backend." : "SQLite треба да се користи само за минимални и развојни цели. За користење, препорачуваме различен начин за база на податоци.",
+ "If you use clients for file syncing, the use of SQLite is highly discouraged." : "Ако користите клиент за синхронизација на датотеки, SQLite не е препорачливо.",
"Install recommended apps" : "Инсталирајте ги препорачаните апликации",
- "Calendar, Contacts, Talk, Mail & OnlyOffice" : "Календар, контакти, разговор, Е-пошта & Документи",
+ "Calendar, Contacts, Talk, Mail & Collaborative editing" : "Календар, контакти, разговор, Е-пошта & Колаборативно уредување",
"Finish setup" : "Заврши го подесувањето",
"Finishing …" : "Завршувам ...",
"Need help?" : "Ви треба помош?",
"See the documentation" : "Види ја документацијата",
+ "It looks like you are trying to reinstall your Nextcloud. However the file CAN_INSTALL is missing from your config directory. Please create the file CAN_INSTALL in your config folder to continue." : "Изгледа дека се обидувате да го преинсталирате Nextcloud. Како и да е, датотеката CAN_INSTALL недостасува во вашата конфигурациона папка. Креирајте празна датотека CAN_INSTALL во конфигурационата папка за да продолжите.",
+ "Could not remove CAN_INSTALL from the config folder. Please remove this file manually." : "Неможе да се отстрани CAN_INSTALL датотеката од конфигурациската папка. Избришете ја рачно.",
"This application requires JavaScript for correct operation. Please {linkstart}enable JavaScript{linkend} and reload the page." : "За оваа апликација да работи исправно потребна е JavaScript. Ве молиме {linkstart}овозможете JavaScript{linkend} и превчитајте ја страницата.",
"Get your own free account" : "Креирајте ваша сметка",
"Skip to main content" : "Оди до главната содржина",
@@ -252,14 +273,13 @@ OC.L10N.register(
"More apps" : "Повеќе апликации",
"More" : "Повеќе",
"More apps menu" : "Мени за повеќе апликации",
- "Search" : "Барај",
- "Reset search" : "Ресетирај пребарување",
"Contacts" : "Контакти",
"Contacts menu" : "Мени за контакти",
"Settings menu" : "Мени за параметри",
"Confirm your password" : "Потврдете ја вашата лозинка",
"Connect to your account" : "Поврзани со вашата сметка",
"Please log in before granting %1$s access to your %2$s account." : "Ве молиме најавете се пред да доделите пристап на %1$s во вашата %2$s сметка.",
+ "If you are not trying to set up a new device or app, someone is trying to trick you into granting them access to your data. In this case do not proceed and instead contact your system administrator." : "Доколку не се обидувате да додадете нов уред, некој се обидува да ве надитри и да обезбеди пристап до вашите податоци. Во тој случај не продолжувајте понатаму и веднаш контактирајте го администраторот.",
"App token" : "App token",
"Grant access" : "Дозволи пристап",
"Alternative log in using app token" : "Алтернативен начин на најава со користење на токен",
@@ -283,18 +303,18 @@ OC.L10N.register(
"Enhanced security is enforced for your account. Choose which provider to set up:" : "Подобрете ја сигурноста на вашата сметка. Изберете кој провајдер сакате да го поставите:",
"Error while validating your second factor" : "Грешка при верификација на вториот фактор",
"Access through untrusted domain" : "Пристап преку недоверлив домен.",
- "Please contact your administrator. If you are an administrator, edit the \"trusted_domains\" setting in config/config.php like the example in config.sample.php." : "Ве молиме контактирајте го администраторот. Доколку вие сте администратор, променете го \"trusted_domains\" подесувањето во config/config.php како во примерот config.sample.php.",
+ "Please contact your administrator. If you are an administrator, edit the \"trusted_domains\" setting in config/config.php like the example in config.sample.php." : "Ве молиме контактирајте го администраторот. Доколку сте администратор, променете го \"trusted_domains\" подесувањето во config/config.php како во примерот config.sample.php.",
"Further information how to configure this can be found in the %1$sdocumentation%2$s." : "Дополнителни информации како да го конфигурирате ова може да најдете во %1$sдокоментацијата%2$s.",
"App update required" : "Потребна е надградба на апликацијата",
"%1$s will be updated to version %2$s" : "%1$s ќе биде ажурирана во верзија %2$s",
- "These apps will be updated:" : "Следните апликации чќе бидат надградени:",
+ "The following apps will be updated:" : "Следните апликации ќе бидат ажурирани:",
"These incompatible apps will be disabled:" : "Овие апликации се некомпатабилни и ќе бидат оневозможени:",
"The theme %s has been disabled." : "Темета %s е оневозможена.",
"Please make sure that the database, the config folder and the data folder have been backed up before proceeding." : "Ве молиме осигурајте се дека базата на податоци, конфигурациониот директориум и директориумот со податоци се безбедно копирани пред да продолжите.",
"Start update" : "Започни ја надградбата",
"To avoid timeouts with larger installations, you can instead run the following command from your installation directory:" : "За да избегнете тајм аут за големи инсталации, можете да ја извршите следнава команда во директориумот за инсталација:",
"Detailed logs" : "Детални записи",
- "Update needed" : "Потребна е надградба",
+ "Update needed" : "Потребно е ажутирање",
"Please use the command line updater because you have a big instance with more than 50 users." : "Ве молиме користете ја командната линија за ажурирање бидејќи имате голема истанца со повеќе од 50 корисници.",
"For help, see the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"%s\">documentation</a>." : "За помош, прочитајте ја <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"%s\">документацијата</a>.",
"I know that if I continue doing the update via web UI has the risk, that the request runs into a timeout and could cause data loss, but I have a backup and know how to restore my instance in case of a failure." : "Знам дека има ризик ако продолжам со ажурирањето преку веб-интерфејс, и да застане во тајм аут и може да предизвика загуба на податоци, но имам резервна копија и знам како да ја вратам мојата истанца во случај на дефект.",
@@ -303,94 +323,44 @@ OC.L10N.register(
"This %s instance is currently in maintenance mode, which may take a while." : "Оваа %s истанца моментално е во режим на одржување, што значи дека може да потрае некое време.",
"This page will refresh itself when the instance is available again." : "Оваа веб страница ќе се рефрешира кога истанцата ќе биде повторно достапна.",
"Contact your system administrator if this message persists or appeared unexpectedly." : "Контактирајте го вашиот систем администратор до колку оваа порака продолжи да се појавува или пак се појавува ненадејно.",
- "Could not send reset email because there is no email address for this username. Please contact your administrator." : "Не можам да истпратам порака за ресетирање бидејќи нема внесено е-пошта адсреса за ова корисничко име. Контактирајте го администраторот.",
- "Couldn't send reset email. Please make sure your username is correct." : "Не можам да истпратам порака за ресетирање. Проверете дали вашето корисничко име е точно внесено.",
- "We have send a password reset e-mail to the e-mail address known to us for this account. If you do not receive it within a reasonable amount of time, check your spam/junk folders.<br>If it is not there ask your local administrator." : "Порака за ресетирање на лозинката е испратена на е-пошта на оваа сметка. Доколку не сте ја добиле, проверете во spam/junk папката.<br>Ако не е таму прашајте го вашиот локален администратор.",
- "Your files are encrypted. There will be no way to get your data back after your password is reset.<br />If you are not sure what to do, please contact your administrator before you continue. <br />Do you really want to continue?" : "Вашите податоци се шифрирани. Не постои можност за враќање на податоците одкако вашата лозинка ќе биде ресетирана.<br />Доколку незнаете што да правите, контактирајте го вашиот администратор пред да продолжите понатаму. <br />Дали сте сигурни дека сакате да продолжите?",
- "Sending email …" : "Се испраќа е-пошта ...",
- "Accessing site insecurely via HTTP. You are strongly adviced to set up your server to require HTTPS instead, as described in the <a href=\"{docUrl}\">security tips ↗</a>." : "Пристапувате до станата преку HTTP. Препорачуваме да го поставите вашиот сервер за да се пристапува преку HTTPS, проверете како е опишано во <a href=\"{docUrl}\">безбедносни совети ↗</a>.",
- "Shared" : "Споделени",
- "Shared with" : "Споделено со",
- "Shared by" : "Споделено од",
- "Choose a password for the public link" : "Избери лозинка за јавниот линк",
- "Choose a password for the public link or press the \"Enter\" key" : "Избери лозинка за јавниот линк или притисни го \"Enter\" копчето",
- "Copied!" : "Копирано!",
- "Copy link" : "Копирај линк",
- "Not supported!" : "Не е поддржано!",
- "Press ⌘-C to copy." : "Притисни ⌘-C за да копираш",
- "Press Ctrl-C to copy." : "Притисни Ctrl-C за да копираш.",
- "Unable to create a link share" : "Неможе да се креира линк за споделување",
- "Unable to toggle this option" : "Неможе да се промени оваа опција",
- "Resharing is not allowed" : "Повторно споделување не е дозволено",
- "Link" : "Линк",
- "Hide download" : "Сокриј превземање",
- "Password protection enforced" : "Задолжителна заштита со лозинка",
- "Password protect" : "Заштити со лозинка",
- "Allow editing" : "Овозможи уредување",
- "Email link to person" : "Испрати линк по е-пошта",
- "Send" : "Прати",
- "Allow upload and editing" : "Дозволи прикачување и уредување",
- "Read only" : "Само читај",
- "File drop (upload only)" : "Испуши датотека (само за прикачување)",
- "Expiration date enforced" : "Задолжителен рок на траење",
- "Set expiration date" : "Постави рок на траење",
- "Expiration" : "Истекување",
- "Expiration date" : "Рок на траење",
- "Note to recipient" : "Белешка до примачот",
- "Unshare" : "Отстрани споделување",
- "Delete share link" : "Избриши го линкот за споделување",
- "Add another link" : "Додади линк",
- "Password protection for links is mandatory" : "Заштитата со лозинка на линкот за споделување е задолжително",
- "Share to {name}" : "Сподели со {name}",
- "Share link" : "Сподели линк",
- "New share link" : "Нов линк за споделување",
- "Created on {time}" : "Креиран на {time}",
- "Password protect by Talk" : "Заштитено со лозинка од Talk апликацијата",
- "Could not unshare" : "Неможе да се одсподели",
- "Shared with you and the group {group} by {owner}" : "Споделено со Вас и групата {group} од {owner}",
- "Shared with you and {circle} by {owner}" : "Споделено со тебе и {circle} од {owner}",
- "Shared with you and the conversation {conversation} by {owner}" : "Споделено со тебе и во разговорот {conversation} од {owner}",
- "Shared with you in a conversation by {owner}" : "Споделено со тебе и во разговорот од {owner}",
- "Shared with you by {owner}" : "Споделено со Вас од {owner}",
- "Choose a password for the mail share" : "Избери лозинка за да го споделите преку е-пошта",
- "group" : "група",
- "remote" : "далечински",
- "remote group" : "оддалечена група",
- "email" : "е-пошта",
- "conversation" : "разговор",
- "shared by {sharer}" : "споделено од {sharer}",
- "Can reshare" : "Може да се пресподели",
- "Can edit" : "Може да се уредува",
- "Can create" : "Може да креира",
- "Can change" : "Може да се промени",
- "Can delete" : "Може да брише",
- "Access control" : "Контрола на пристап",
- "{shareInitiatorDisplayName} shared via link" : "{shareInitiatorDisplayName} сподели преку линк",
- "Error while sharing" : "Грешка при споделување",
- "Share details could not be loaded for this item." : "Деталите за споделувањето неможат да се вчитаат за оваа ставка.",
- "Search globally" : "Пребарај глобално",
- "_At least {count} character is needed for autocompletion_::_At least {count} characters are needed for autocompletion_" : ["Уште {count} карактер е потребен за автоматско совпаѓање во пребарувањето","Уште {count} карактери се потребни за автоматско совпаѓање во пребарувањето"],
- "This list is maybe truncated - please refine your search term to see more results." : "Оваа листа може е скратена - редефинирајте го вашето пребарување за да видите повеќе резултати.",
- "No users or groups found for {search}" : "Не се пронајдели корисници или групи за {search}",
- "No users found for {search}" : "Не се пронајдели корисници за {search}",
- "An error occurred (\"{message}\"). Please try again" : "Настана грешка (\"{message}\"). Обиди се повторно",
- "An error occurred. Please try again" : "Настана грешка. Обиди се повторно",
- "Home" : "Дома",
- "Work" : "Работа",
- "Other" : "Останато",
- "{sharee} (remote group)" : "{sharee} (оддалечена група)",
- "{sharee} ({type}, {owner})" : "{sharee} ({type}, {owner})",
- "Share" : "Сподели",
- "Name or email address..." : "Име или е-пошта адреса...",
- "Name or federated cloud ID..." : "Име или федерален ID...",
- "Name, federated cloud ID or email address..." : "Име, федерален ID или адреса на е-пошта...",
- "Name..." : "Име...",
- "Error removing share" : "Грешка при отстранување на споделувањето",
- "({scope})" : "({scope})",
- "Saving..." : "Зачувува ...",
- "Dismiss" : "Отфрли",
- "Your client should now be connected! You can close this window." : "Вашиот клиент сега е поврзан! можете да го затворите прозорот.",
- "New Password" : "Нова лозинка",
- "Cancel log in" : "Откажи го најавувањето"
+ "Checking whether the database schema can be updated (this can take a long time depending on the database size)" : "Проверка дали шемата на базата на податоци може да се ажурира (ова може да трае долго време во зависност од големината на базата на податоци)",
+ "Checked database schema update" : "Проверена е шемата за ажурурање на базата на податоци",
+ "Checking updates of apps" : "Проверка за ажурирање на апликации",
+ "Checking for update of app \"%s\" in appstore" : "Проверка за ажурирање на апликација \"%s\" во appstore",
+ "Update app \"%s\" from appstore" : "Ажурирање на апликација \"%s\" од appstore",
+ "Checked for update of app \"%s\" in appstore" : "Проверка за ажурирање на апликација \"%s\" во appstore",
+ "Checked database schema update for apps" : "Проверена е шемата за ажурурање на базата на податоци за апликации",
+ "Following apps have been disabled: %s" : "Следниве апликации се оневозможени: %s",
+ "Your web server is not properly set up to resolve \"{url}\". Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Вашиот веб сервер не е правилно поставен за разрешаување на \"{url}\". Повеќе информации можат да се пронајдат во <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">документацијата</a>.",
+ "Your web server is not properly set up to resolve \"{url}\". This is most likely related to a web server configuration that was not updated to deliver this folder directly. Please compare your configuration against the shipped rewrite rules in \".htaccess\" for Apache or the provided one in the documentation for Nginx at it's <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation page</a>. On Nginx those are typically the lines starting with \"location ~\" that need an update." : "Вашиот веб сервер не е правилно поставен за разрешаување на \"{url}\". Ова најверојатно е поврзано со конфигурацијата на веб-серверот или не е ажуриран за директен пристап до оваа папка. Ве молиме, споредете ја вашата конфигурација дали е во согласност со правилата за пренасочување во \".htaccess\" за Apache или во документацијата за Nginx на <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">страната со документација</a>. На Nginx тоа се најчето линиите што започнуваат со \"location ~\" што им треба ажурирање.",
+ "Your web server is not properly set up to deliver .woff2 files. This is typically an issue with the Nginx configuration. For Nextcloud 15 it needs an adjustement to also deliver .woff2 files. Compare your Nginx configuration to the recommended configuration in our <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Вашиот веб сервер не е правилно поставен за испорака на .woff2 датотеки. Ова обично е проблем со конфигурацијата на Nginx. За Nextcloud 15 исто така е потребно да се испорачуваат .woff2 датотеки. Споредете ја вашата конфигурација на Nginx со препорачаната конфигурација во нашата <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">документација</a>.",
+ "Please check the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">installation documentation ↗</a> for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "Ве молиме проверете ја <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">документацијата за инсталација ↗</a> за конфигурационите PHP белешки и PHP конфигурацијата на вашиот сервер, особено кога користите php-fpm.",
+ "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems. See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation ↗</a> for more information." : "Заклучување на активна датотека е оневозможено, ова може да доведе до проблеми со условите на синхронизација. Овозможете \"filelocking.enabled\" во config.php за да ги избегнете овие проблеми. Видете во <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">документацијата ↗</a> за повеќе информации.",
+ "Last background job execution ran {relativeTime}. Something seems wrong." : "Последно извршување на задачите {relativeTime}. Нешто не е во ред.",
+ "Check the background job settings" : "Проверете ги параметрите за задачите во позадина",
+ "No memory cache has been configured. To enhance performance, please configure a memcache, if available. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Не е конфигурирана мемориjа за кеширање. За да ги подобрите перформансите, конфигурирајте memcache, доколку е можно. Дополнителни информации може да се најдат во <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">документацијата</a>.",
+ "You are currently running PHP {version}. Upgrade your PHP version to take advantage of <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">performance and security updates provided by the PHP Group</a> as soon as your distribution supports it." : "Моненталната верзија на PHP е {version}. Ажурирајте ја PHP верзијата да ги искористите предностите од <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">перформанси и безбедносни ажурирања обезбедени од групацијата PHP</a> штом вашата дистрибуција го поддржува.",
+ "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">List of invalid files…</a> / <a href=\"{rescanEndpoint}\">Rescan…</a>)" : "Некој датотеки не ја поминаа проверката на интегритетот на кодот. Повеќе информации за тоа како да го решите проблемот може да се најдата во <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">документацијата</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">Листа на невалидни датотеки…</a> / <a href=\"{rescanEndpoint}\">Скенирај повторно…</a>)",
+ "The PHP OPcache module is not loaded. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance it is recommended</a> to load it into your PHP installation." : "Недостасува PHP модулот \"OPcache\". <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">За да имате подобри перформанси е препорачливо</a> да го овозможите во вашата PHP инсталација.",
+ "The PHP OPcache is not properly configured. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance it is recommended</a> to use the following settings in the <code>php.ini</code>:" : "PHP модулот \"OPcache\" не е правилно конфигуриран. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">За да имате подобри перформанси е препорачливо</a> да ги користите следните поставки во вашата <code>php.ini</code> датотека:",
+ "To migrate to another database use the command line tool: 'occ db:convert-type', or see the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation ↗</a>." : "За да мигрирате во друга база на податоци, користете ја алатката во командната линија: 'occ db:convert-type', или погледнете во <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">документацијата ↗</a>.",
+ "MySQL is used as database but does not support 4-byte characters. To be able to handle 4-byte characters (like emojis) without issues in filenames or comments for example it is recommended to enable the 4-byte support in MySQL. For further details read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "MySQL се користи како база на податоци, но не поддржува 4-бајтни карактери. За да можете да ракувате со 4-бајтни карактери (како емотикони) без проблеми во имиња на датотеки или коментари, се препорачува да се овозможи поддршка од 4-бајти во MySQL. За повеќе детали прочитајте во <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">документација</a>.",
+ "You are accessing your instance over a secure connection, however your instance is generating insecure URLs. This most likely means that you are behind a reverse proxy and the overwrite config variables are not set correctly. Please read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "Пристапувате на оваа истанца преку безведносна врска, но оваа истанца генерира не-безбедни URL адреси. Ова, најверојатно, значи дека стоите зад обратниот прокси и променливите за конфигурирање за пребришување не се правилно поставени. Прочитајде во <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">документацијата</a>.",
+ "The \"{header}\" HTTP header is not set to \"{val1}\", \"{val2}\", \"{val3}\", \"{val4}\" or \"{val5}\". This can leak referer information. See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{link}\">W3C Recommendation ↗</a>." : "HTTP заглавието \"{header}\" не е поставено да биде \"{val1}\", \"{val2}\", \"{val3}\", \"{val4}\" или \"{val5}\". Ова може да открие сигурносни информации. Погледнете <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{link}\">Препораки за W3C ↗</a>.",
+ "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the <a href=\"{docUrl}\" rel=\"noreferrer noopener\">security tips ↗</a>." : "\"Strict-Transport-Security\" HTTP насловот не е поставен на мнајмалку \"{seconds}\" секунди. За подобрена безбедност, се препорачува да се овозможи HSTS како што е опишано во <a href=\"{docUrl}\" rel=\"noreferrer noopener\">совети за безбедност ↗</a>.",
+ "Accessing site insecurely via HTTP. You are strongly advised to set up your server to require HTTPS instead, as described in the <a href=\"{docUrl}\">security tips ↗</a>." : "Пристапувате до станата преку HTTP. Препорачуваме да го поставите вашиот сервер за да се пристапува преку HTTPS, проверете како е опишано во <a href=\"{docUrl}\">безбедносни совети ↗</a>.",
+ "Continue to Nextcloud" : "Продолжи кон Nextcloud",
+ "_The update was successful. Redirecting you to Nextcloud in %n second._::_The update was successful. Redirecting you to Nextcloud in %n seconds._" : ["Ажурирањето беше успешно. Пренасочување за %n секунда.","Ажурирањето беше успешно. Пренасочување за %n секунди."],
+ "Searching other places" : "Пребарување на други места",
+ "No search results in other folders for {tag}{filter}{endtag}" : "Нема резултати од пребарувањето на други места за {tag}{filter}{endtag}",
+ "_{count} search result in another folder_::_{count} search results in other folders_" : ["{count} резултат од пребарувањето во други директориуми","{count} резултати од пребарувањето во други директориуми"],
+ "A password reset message has been sent to the e-mail address of this account. If you do not receive it, check your spam/junk folders or ask your local administrator for help." : "Порака за ресетирање на лозинката е испратена на е-пошта на оваа сметка. Доколку не сте ја добиле, проверете во spam/junk папката или прашајте го вашиот локален администратор за помош.",
+ "Password can not be changed. Please contact your administrator." : "Лозинката не може да се промени. Ве молам контактирајте го вашиот администратор.",
+ "Could not fetch list of apps from the app store." : "Неможе да се вчита листата на апликации од продавницата.",
+ "Nextcloud {app}" : "Nextcloud {app}",
+ "Can't install this app because it is not compatible" : "Неможе да се инсталираа оваа апликација бидејќи не е компатибилна",
+ "Can't install this app" : "Неможе да се инсталираа оваа апликација ",
+ "These apps will be updated:" : "Следните апликации чќе бидат надградени:",
+ "For more details see the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "За повеќе детали погледнете во <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">документацијата</a>."
},
"nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;");
diff --git a/core/l10n/mk.json b/core/l10n/mk.json
index 13d07b1b572..362d34d7d0a 100644
--- a/core/l10n/mk.json
+++ b/core/l10n/mk.json
@@ -11,8 +11,9 @@
"No temporary profile picture available, try again" : "Не е достапна привремена профилна слика, пробајте повторно",
"No crop data provided" : "Не се доставени податоци за сечење",
"No valid crop data provided" : "Нема валидни податоци за сечење",
- "Crop is not square" : "Сечењето не е правоаголно",
+ "Crop is not square" : "Сечењето не е квадратно",
"State token does not match" : "Токенот не се совпаѓа",
+ "Invalid app password" : "Погрешна лозинка за апликација",
"Could not complete login" : "Неможе да се комплетира најавувањето",
"Your login token is invalid or has expired" : "Вашиот токен за најава е невалиден или истечен",
"Password reset is disabled" : "Ресетирање на лозинката е оневозможено",
@@ -26,6 +27,7 @@
"Nextcloud Server" : "Nextcloud Сервер",
"Some of your link shares have been removed" : "Некој од вашите линкови што ги споделивте се избришани",
"Due to a security bug we had to remove some of your link shares. Please see the link for more information." : "Поради безбедносен ризик некој од вашите споделувања се избришани. Ве молиме видете го линкот за повеќе информации.",
+ "The user limit of this instance is reached." : "Лимитот на корисници на оваа истанца е исполнет.",
"Preparing update" : "Ја подготвувам надградбата",
"[%d / %d]: %s" : "[%d / %d]: %s",
"Repair step:" : "Чекори за поправка:",
@@ -39,42 +41,42 @@
"Maintenance mode is kept active" : "Модот за одржување е уште активен",
"Updating database schema" : "Ја надградувам шемата на базата на податоци",
"Updated database" : "Базата е надградена",
- "Checking whether the database schema can be updated (this can take a long time depending on the database size)" : "Проверка дали шемата на базата на податоци може да се ажурира (ова може да трае долго време во зависност од големината на базата на податоци)",
- "Checked database schema update" : "Проверена е шемата за ажурурање на базата на податоци",
- "Checking updates of apps" : "Проверка за ажурирање на апликации",
- "Checking for update of app \"%s\" in appstore" : "Проверка за ажурирање на апликација \"%s\" во appstore",
- "Update app \"%s\" from appstore" : "Ажурирање на апликација \"%s\" од appstore",
- "Checked for update of app \"%s\" in appstore" : "Проверка за ажурирање на апликација \"%s\" во appstore",
"Checking whether the database schema for %s can be updated (this can take a long time depending on the database size)" : "Проверка дали шемата на базата на податоци %s може да се ажурира (ова може да трае долго време во зависност од големината на базата на податоци)",
- "Checked database schema update for apps" : "Проверена е шемата за ажурурање на базата на податоци за апликации",
"Updated \"%1$s\" to %2$s" : "Ажурирано \"%1$s\" во %2$s",
"Set log level to debug" : "Постави го нивото на записи на откривање на грешки",
"Reset log level" : "Ресетирај го нивото на записи",
"Starting code integrity check" : "Стартува проверка на интегритетот на кодот",
"Finished code integrity check" : "Заврши проверката на интегритетот на кодот",
"%s (incompatible)" : "%s (некомпатибилен)",
- "Following apps have been disabled: %s" : "Следниве апликации се оневозможени: %s",
+ "The following apps have been disabled: %s" : "Следниве апликации се оневозможени: %s",
"Already up to date" : "Веќе ажурирано",
"Your web server is not yet properly set up to allow file synchronization, because the WebDAV interface seems to be broken." : "Вашиот веб опслужувач сеуште не е точно подесен да овозможува синхронизација на датотеки бидејќи интерфејсот за WebDAV изгледа дека е расипан. ",
- "Your web server is not properly set up to resolve \"{url}\". Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Вашиот веб сервер не е правилно поставен за разрешаување на \"{url}\". Повеќе информации можат да се пронајдат во <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">документацијата</a>.",
- "Your web server is not properly set up to resolve \"{url}\". This is most likely related to a web server configuration that was not updated to deliver this folder directly. Please compare your configuration against the shipped rewrite rules in \".htaccess\" for Apache or the provided one in the documentation for Nginx at it's <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation page</a>. On Nginx those are typically the lines starting with \"location ~\" that need an update." : "Вашиот веб сервер не е правилно поставен за разрешаување на \"{url}\". Ова најверојатно е поврзано со конфигурацијата на веб-серверот или не е ажуриран за директен пристап до оваа папка. Ве молиме, споредете ја вашата конфигурација дали е во согласност со правилата за пренасочување во \".htaccess\" за Apache или во документацијата за Nginx на <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">страната со документација</a>. На Nginx тоа се најчето линиите што започнуваат со \"location ~\" што им треба ажурирање.",
- "Last background job execution ran {relativeTime}. Something seems wrong." : "Последно извршување на задачите {relativeTime}. Нешто не е во ред.",
- "Check the background job settings" : "Проверете ги параметрите за задачите во позадина",
+ "PHP does not seem to be setup properly to query system environment variables. The test with getenv(\"PATH\") only returns an empty response." : "PHP се чини дека не е правилно поставена за да испраќа барања до променливите на околината на системот. Тестот со getenv(\"PATH\") враќа само празен одговор.",
+ "The read-only config has been enabled. This prevents setting some configurations via the web-interface. Furthermore, the file needs to be made writable manually for every update." : "Антивирана е конфигурација која е само за чирање. Ова спречува поставување на некои конфигурации преку веб-интерфејсот. Понатаму, датотеката треба да се пребрише рачно за секое ажурирање.",
+ "Your database does not run with \"READ COMMITTED\" transaction isolation level. This can cause problems when multiple actions are executed in parallel." : "Вашата база на податоци не работи со нивото на изолација со \"READ COMMITTED\". Ова може да предизвика проблеми кога повеќе дејства се извршуваат паралелно.",
+ "The PHP module \"fileinfo\" is missing. It is strongly recommended to enable this module to get the best results with MIME type detection." : "Недостасува PHP модулот \"fileinfo\". Препорачливо е да го овозможите овој додаток за да ги добиете најдобрите резултати со детекција на MIME видот.",
+ "If your installation is not installed at the root of the domain and uses system cron, there can be issues with the URL generation. To avoid these problems, please set the \"overwrite.cli.url\" option in your config.php file to the webroot path of your installation (suggestion: \"{suggestedOverwriteCliURL}\")" : "Доколку вашата инсталација не е инсталирана во главната папка на доменот и доколку користите системски cron, ќе има проблеми при генерирање на URL адресите. Да ги избегнете овие проблеми, поставете ја патеката кон главната папка во параметарот \"overwrite.cli.url\" во config.php датотеката (совет: \"{suggestedOverwriteCliURL}\")",
+ "It was not possible to execute the cron job via CLI. The following technical errors have appeared:" : "Не е возможно извршување на cron позадинските задачи преку CLI. Се појавија следниве технички грешки:",
+ "This server has no working Internet connection: Multiple endpoints could not be reached. This means that some of the features like mounting external storage, notifications about updates or installation of third-party apps will not work. Accessing files remotely and sending of notification emails might not work, either. Establish a connection from this server to the Internet to enjoy all features." : "Овој опслужувач нема работна Интернет врска. Ова значи дека некои опции како што е монтирање на надворешни складишта, известувања за ажурирање или инсталации на апликации од 3-ти лица нема да работат. Пристапот на датотеки од далечина и праќање на пораки за известувања може исто така да не работат. Ви советуваме да овозможите Интернет врска за овој опслужувач ако сакате да ги имате сите опции. ",
+ "Nextcloud 20 is the last release supporting PHP 7.2. Nextcloud 21 requires at least PHP 7.3." : "Nextcloud 20 е последна верзија која поддржува PHP 7.2. За Nextcloud 21 потребна е PHP 7.3.",
+ "The PHP function \"set_time_limit\" is not available. This could result in scripts being halted mid-execution, breaking your installation. Enabling this function is strongly recommended." : "PHP функцијата \"set_time_limit\" не е достапна. Ова може да резултира со запирање на скриптите во извршувањето, и грешки во вашата инсталација. Овозможувањето на оваа функција е препорачлива.",
"Missing index \"{indexName}\" in table \"{tableName}\"." : "Недостасува индексот \"{indexName}\" во табелата \"{tableName}\".",
+ "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "Во базата недостасуваат некој индекси. Поради фактот што додавањето индекси во големи бази може да потрае, тие не беа додадени автоматски. Со стартување на командата \"occ db:add-missing-indices\" ќе бидат додадени оние индекси што недостасуваат и инстанцата непречено ќе работи. Еднаш кога ќе бидат додадени индексите, барањата во табелите ќе биде многу побрзо.",
+ "Missing primary key on table \"{tableName}\"." : "Недостасува примарен клуч во табелата \"{tableName}\".",
+ "The database is missing some primary keys. Due to the fact that adding primary keys on big tables could take some time they were not added automatically. By running \"occ db:add-missing-primary-keys\" those missing primary keys could be added manually while the instance keeps running." : "Во базата недостасуваат некој примарни клучеви. Поради фактот што додавањето на примарни клучеви во големи бази може да потрае, тие не беа додадени автоматски. Со стартување на командата \"occ db:add-missing-primary-keys\" ќе бидат додадени оние примарни клучеви што недостасуваат и инстанцата непречено ќе работи.",
+ "Missing optional column \"{columnName}\" in table \"{tableName}\"." : "Недостасува опција во колоната \"{columnName}\" во табелата \"{tableName}\".",
+ "The database is missing some optional columns. Due to the fact that adding columns on big tables could take some time they were not added automatically when they can be optional. By running \"occ db:add-missing-columns\" those missing columns could be added manually while the instance keeps running. Once the columns are added some features might improve responsiveness or usability." : "Во базата недостасуваат некој опционални колони. Поради фактот што додавањето колони во големи бази може да потрае, тие не беа додадени автоматски. Со стартување на командата \"occ db:add-missing-columns\" ќе бидат додадени оние колони што недостасуваат и инстанцата непречено ќе работи. Еднаш кога ќе бидат додадени колоните, некој карактеристики ќе се подобрат и можат да ја подобрат употребата и безбедноста.",
+ "This instance is missing some recommended PHP modules. For improved performance and better compatibility it is highly recommended to install them." : "На оваа истанца недостасуваат некој препорачливи PHP модули. За подобри перформанси и подобра компатибилност, се препорачува да ги инсталирате.",
+ "Module php-imagick in this instance has no SVG support. For better compatibility it is recommended to install it." : "Модулот php-imagick во оваа истанца не поддржува SVG датотеки. За подобра компатибилност се препорачува да се инсталира.",
+ "SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend." : "Моментално се користи SQLite како база за податоци. За користење, препорачуваме различен начин за база на податоци.",
+ "This is particularly recommended when using the desktop client for file synchronisation." : "Ова особено е препорачливо кога се користи клиент за синхронизација.",
"The PHP memory limit is below the recommended value of 512MB." : "Меморијата за PHP е под препорачаната вредност од 512MB.",
+ "Some app directories are owned by a different user than the web server one. This may be the case if apps have been installed manually. Check the permissions of the following app directories:" : "Некој папки со апликации не се сопственост на корисникот на веб серверот. Ова може да биде случај ако апликациите се инсталирани рачно. Проверете ги дозволите на следниве папки со апликации:",
"Error occurred while checking server setup" : "Се случи грешка при проверката на параметрите на серверот",
+ "Your data directory and files are probably accessible from the Internet. The .htaccess file is not working. It is strongly recommended that you configure your web server so that the data directory is no longer accessible, or move the data directory outside the web server document root." : "Вашата папка за податоци и вашите датотеки се најверојатно достапни од интернет. Датотеката .htaccess не работи. Строго ви препорачуваме да го подесите вашиот веб опслужувач на начин на кој вашата папка за податоци не е веќе достапна од интернет или да ја преместите папката за податоци надвор од коренот на веб опслужувачот.",
"The \"{header}\" HTTP header is not set to \"{expected}\". This is a potential security or privacy risk, as it is recommended to adjust this setting accordingly." : "HTTP заглавието \"{header}\" не е поставено да биде \"{expected}\". Ова потенцијално може да ја загрози приватноста и безбедноста, се препорачува соодветно да ја поставите оваа поставка.",
"The \"{header}\" HTTP header is not set to \"{expected}\". Some features might not work correctly, as it is recommended to adjust this setting accordingly." : "HTTP заглавието \"{header}\" не е поставено да биде \"{expected}\". Некои карактеристики може да не функционираат правилно, се препорачува соодветно да ја поставите оваа поставка.",
"The \"{header}\" HTTP header doesn't contain \"{expected}\". This is a potential security or privacy risk, as it is recommended to adjust this setting accordingly." : "HTTP заглавието \"{header}\" не го содржи \"{expected}\". Ова потенцијално може да ја загрози приватноста и безбедноста, се препорачува соодветно да ја поставите оваа поставка.",
- "The \"{header}\" HTTP header is not set to \"{val1}\", \"{val2}\", \"{val3}\", \"{val4}\" or \"{val5}\". This can leak referer information. See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{link}\">W3C Recommendation ↗</a>." : "HTTP заглавието \"{header}\" не е поставено да биде \"{val1}\", \"{val2}\", \"{val3}\", \"{val4}\" или \"{val5}\". Ова може да открие сигурносни информации. Погледнете <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{link}\">Препораки за W3C ↗</a>.",
- "Accessing site insecurely via HTTP. You are strongly advised to set up your server to require HTTPS instead, as described in the <a href=\"{docUrl}\">security tips ↗</a>." : "Пристапувате до станата преку HTTP. Препорачуваме да го поставите вашиот сервер за да се пристапува преку HTTPS, проверете како е опишано во <a href=\"{docUrl}\">безбедносни совети ↗</a>.",
- "Non-existing tag #{tag}" : "Непостоечка ознака #{tag}",
- "restricted" : "ограничено",
- "invisible" : "невидлив",
- "Delete" : "Избриши",
- "Rename" : "Преименувај",
- "Collaborative tags" : "Колаборативна ознака",
- "No tags found" : "Не се пронајдени ознаки",
"unknown text" : "непознат текст",
"Hello world!" : "Здраво свету!",
"sunny" : "сончево",
@@ -88,28 +90,24 @@
"An error occurred." : "Се случи грешка",
"Please reload the page." : "Превчитајте ја страницата.",
"The update was unsuccessful. For more information <a href=\"{url}\">check our forum post</a> covering this issue." : "Надградбата не беше успешна. За повеќе информации <a href=\"{url}\">проверете го нашиот форум</a> што го покрива овој проблем.",
- "The update was unsuccessful. Please report this issue to the <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">Nextcloud community</a>." : "Надградбата не беше успешна. Ве молиме овој проблем да го пријавите во <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">Nextcloud заедницата</a>.",
- "Continue to Nextcloud" : "Продолжи кон Nextcloud",
- "_The update was successful. Redirecting you to Nextcloud in %n second._::_The update was successful. Redirecting you to Nextcloud in %n seconds._" : ["Ажурирањето беше успешно. Пренасочување за %n секунда.","Ажурирањето беше успешно. Пренасочување за %n секунди."],
- "Searching other places" : "Пребарување на други места",
- "No search results in other folders for {tag}{filter}{endtag}" : "Нема резултати од пребарувањето на други места за {tag}{filter}{endtag}",
- "_{count} search result in another folder_::_{count} search results in other folders_" : ["{count} резултат од пребарувањето во други директориуми","{count} резултати од пребарувањето во други директориуми"],
+ "The update was unsuccessful. Please report this issue to the <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">Nextcloud community</a>." : "Надградбата не беше успешна. Ве молиме овој проблем да го пријавите во <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">заедницата</a>.",
+ "Log in" : "Најава",
+ "Logging in …" : "Најава ...",
"Server side authentication failed!" : "Автентификацијата на серверската страна е неуспешна!",
"Please contact your administrator." : "Ве молиме контактирајте го вашиот администратор.",
"An internal error occurred." : "Се случи внатрешна грешка.",
"Please try again or contact your administrator." : "Ве молиме обидете се повторно или контактирајте го вашиот администратор.",
"Username or email" : "Корисничко име или е-пошта",
"Password" : "Лозинка",
- "Log in" : "Најава",
- "Logging in …" : "Најава ...",
"Wrong username or password." : "Погрешно корисничко име или лозинка.",
"User disabled" : "Корисникот е оневозможен",
"We have detected multiple invalid login attempts from your IP. Therefore your next login is throttled up to 30 seconds." : "Детектирани се повеќе неуспешни најавувања од вашата IP адреса. Затоа вашиот следен обид за најавување е одложено за 30 секунди.",
+ "Your account is not setup for passwordless login." : "Вашата сметка не е поставена за најавување без лозинка.",
+ "Passwordless authentication is not supported in your browser." : "Вашиот прелистувач не поддржува автентикација без лозинка.",
+ "Passwordless authentication is only available over a secure connection." : "Автентикација без лозинка е достапно доколку користите безбедна конекција.",
"Reset password" : "Ресетирај лозинка",
- "A password reset message has been sent to the e-mail address of this account. If you do not receive it, check your spam/junk folders or ask your local administrator for help." : "Порака за ресетирање на лозинката е испратена на е-пошта на оваа сметка. Доколку не сте ја добиле, проверете во spam/junk папката или прашајте го вашиот локален администратор за помош.",
"If it is not there ask your local administrator." : "Доколку не е таму, прашајте го вашиот локален администратор.",
"Couldn't send reset email. Please contact your administrator." : "Не можам да истпратам порака за ресетирање. Ве молам контактирајте го вашиот администратор.",
- "Password can not be changed. Please contact your administrator." : "Лозинката не може да се промени. Ве молам контактирајте го вашиот администратор.",
"Back to login" : "Врати се на страната за најавување",
"New password" : "Нова лозинка",
"Your files are encrypted. There will be no way to get your data back after your password is reset. If you are not sure what to do, please contact your administrator before you continue. Do you really want to continue?" : "Вашите податоци се шифрирани. Не постои можност за враќање на податоците одкако вашата лозинка ќе биде ресетирана. Доколку незнаете што да правите, контактирајте го вашиот администратор пред да продолжите понатаму. Дали сте сигурни дека сакате да продолжите?",
@@ -117,17 +115,26 @@
"Resetting password" : "Ресетирање на лозинка",
"Recommended apps" : "Препорачани апликации",
"Loading apps …" : "Апликациите се вчитуваат ...",
- "Could not fetch list of apps from the app store." : "Неможе да се вчита листата на апликации од продавницата.",
"Installing apps …" : "Инсталирање на апликации ...",
- "Nextcloud {app}" : "Nextcloud {app}",
- "App download or installation failed" : "Неуспешно превземање или инсталирање на апликација",
- "Can't install this app because it is not compatible" : "Неможе да се инсталираа оваа апликација бидејќи не е компатибилна",
- "Can't install this app" : "Неможе да се инсталираа оваа апликација ",
+ "App download or installation failed" : "Неуспешно преземање или инсталирање на апликација",
"Cancel" : "Откажи",
"Schedule work & meetings, synced with all your devices." : "Работни задачи & состаноци, синхронизирани со сите ваши уреди.",
"Keep your colleagues and friends in one place without leaking their private info." : "Чувајте ги вашите колеги и пријатели на едно место без да ги разоткривате нивните приватни информации.",
"Simple email app nicely integrated with Files, Contacts and Calendar." : "Едноставна апликација за е-пошта интегрирана со Датотеки, Контакти, Календар.",
+ "Chatting, video calls, screensharing, online meetings and web conferencing – in your browser and with mobile apps." : "Разговори, видео повици, споделување на екранот, онлајн состаноци и веб конференции - на вашиот компјутер и на вашиот мобилен телефон.",
+ "Collaboratively edit office documents." : "Колаборативно уредување на документи.",
"Forgot password?" : "Заборавена лозинка?",
+ "Log in with a device" : "Најавете се со уред",
+ "Back" : "Назад",
+ "Reset search" : "Ресетирај пребарување",
+ "No results for {query}" : "Нема резултати за {query}",
+ "Start typing to search" : "Напишете нешто за пребарување",
+ "Loading more results …" : "Вчитување на повеќе резултати ...",
+ "Load more results" : "Вчитај повеќе резултати",
+ "Search" : "Барај",
+ "An error occurred while searching for {type}" : "Настана грешка при пребарување за {type}",
+ "_Please enter {minSearchLength} character or more to search_::_Please enter {minSearchLength} characters or more to search_" : ["Внесете најмалку {minSearchLength} карактер за да пребарувате","Внесете најмалку {minSearchLength} карактери или повеќе за да пребарувате"],
+ "Search {types} …" : "Пребарување {types} …",
"Settings" : "Параметри",
"Could not load your contacts" : "Неможат да се вчитаат вашите контакти",
"Search contacts …" : "Пребарување контакти ...",
@@ -195,6 +202,13 @@
"Strong password" : "Јака лозинка",
"No action available" : "Нема акции достапни",
"Error fetching contact actions" : "Грешка при преземање на контакт",
+ "Non-existing tag #{tag}" : "Непостоечка ознака #{tag}",
+ "restricted" : "ограничено",
+ "invisible" : "невидливо",
+ "Delete" : "Избриши",
+ "Rename" : "Преименувај",
+ "Collaborative tags" : "Колаборативна ознака",
+ "No tags found" : "Не се пронајдени ознаки",
"Personal" : "Лично",
"Users" : "Корисници",
"Apps" : "Аппликации",
@@ -204,7 +218,9 @@
"File not found" : "Датотеката не е пронајдена",
"The document could not be found on the server. Maybe the share was deleted or has expired?" : "Документот не може да се пронајде на серверот. Можеби ова споделување е избришано или рекот за пристап му е истечен?",
"Back to %s" : "Врати се на %s",
+ "Too many requests" : "Премногу барања",
"Error" : "Грешка",
+ "Previous" : "Претходно",
"Internal Server Error" : "Внатрешна серверска грешка",
"The server was unable to complete your request." : "Серверот не е во можност да го комплетира вашето брање.",
"If this happens again, please send the technical details below to the server administrator." : "Доколку ова се случи повторно, ве молиме испрате технички детали на администраторот на серверот.",
@@ -235,14 +251,19 @@
"Database name" : "Име на база",
"Database tablespace" : "Табела во базата на податоци",
"Database host" : "Сервер со база",
+ "Please specify the port number along with the host name (e.g., localhost:5432)." : "Ве молиме, наведете го бројот на портата, заедно со името на серверот (на пример, localhost:5432).",
"Performance warning" : "Предупредување за перформансите",
"You chose SQLite as database." : "Вие избравте SQLite како база на податоци.",
+ "SQLite should only be used for minimal and development instances. For production we recommend a different database backend." : "SQLite треба да се користи само за минимални и развојни цели. За користење, препорачуваме различен начин за база на податоци.",
+ "If you use clients for file syncing, the use of SQLite is highly discouraged." : "Ако користите клиент за синхронизација на датотеки, SQLite не е препорачливо.",
"Install recommended apps" : "Инсталирајте ги препорачаните апликации",
- "Calendar, Contacts, Talk, Mail & OnlyOffice" : "Календар, контакти, разговор, Е-пошта & Документи",
+ "Calendar, Contacts, Talk, Mail & Collaborative editing" : "Календар, контакти, разговор, Е-пошта & Колаборативно уредување",
"Finish setup" : "Заврши го подесувањето",
"Finishing …" : "Завршувам ...",
"Need help?" : "Ви треба помош?",
"See the documentation" : "Види ја документацијата",
+ "It looks like you are trying to reinstall your Nextcloud. However the file CAN_INSTALL is missing from your config directory. Please create the file CAN_INSTALL in your config folder to continue." : "Изгледа дека се обидувате да го преинсталирате Nextcloud. Како и да е, датотеката CAN_INSTALL недостасува во вашата конфигурациона папка. Креирајте празна датотека CAN_INSTALL во конфигурационата папка за да продолжите.",
+ "Could not remove CAN_INSTALL from the config folder. Please remove this file manually." : "Неможе да се отстрани CAN_INSTALL датотеката од конфигурациската папка. Избришете ја рачно.",
"This application requires JavaScript for correct operation. Please {linkstart}enable JavaScript{linkend} and reload the page." : "За оваа апликација да работи исправно потребна е JavaScript. Ве молиме {linkstart}овозможете JavaScript{linkend} и превчитајте ја страницата.",
"Get your own free account" : "Креирајте ваша сметка",
"Skip to main content" : "Оди до главната содржина",
@@ -250,14 +271,13 @@
"More apps" : "Повеќе апликации",
"More" : "Повеќе",
"More apps menu" : "Мени за повеќе апликации",
- "Search" : "Барај",
- "Reset search" : "Ресетирај пребарување",
"Contacts" : "Контакти",
"Contacts menu" : "Мени за контакти",
"Settings menu" : "Мени за параметри",
"Confirm your password" : "Потврдете ја вашата лозинка",
"Connect to your account" : "Поврзани со вашата сметка",
"Please log in before granting %1$s access to your %2$s account." : "Ве молиме најавете се пред да доделите пристап на %1$s во вашата %2$s сметка.",
+ "If you are not trying to set up a new device or app, someone is trying to trick you into granting them access to your data. In this case do not proceed and instead contact your system administrator." : "Доколку не се обидувате да додадете нов уред, некој се обидува да ве надитри и да обезбеди пристап до вашите податоци. Во тој случај не продолжувајте понатаму и веднаш контактирајте го администраторот.",
"App token" : "App token",
"Grant access" : "Дозволи пристап",
"Alternative log in using app token" : "Алтернативен начин на најава со користење на токен",
@@ -281,18 +301,18 @@
"Enhanced security is enforced for your account. Choose which provider to set up:" : "Подобрете ја сигурноста на вашата сметка. Изберете кој провајдер сакате да го поставите:",
"Error while validating your second factor" : "Грешка при верификација на вториот фактор",
"Access through untrusted domain" : "Пристап преку недоверлив домен.",
- "Please contact your administrator. If you are an administrator, edit the \"trusted_domains\" setting in config/config.php like the example in config.sample.php." : "Ве молиме контактирајте го администраторот. Доколку вие сте администратор, променете го \"trusted_domains\" подесувањето во config/config.php како во примерот config.sample.php.",
+ "Please contact your administrator. If you are an administrator, edit the \"trusted_domains\" setting in config/config.php like the example in config.sample.php." : "Ве молиме контактирајте го администраторот. Доколку сте администратор, променете го \"trusted_domains\" подесувањето во config/config.php како во примерот config.sample.php.",
"Further information how to configure this can be found in the %1$sdocumentation%2$s." : "Дополнителни информации како да го конфигурирате ова може да најдете во %1$sдокоментацијата%2$s.",
"App update required" : "Потребна е надградба на апликацијата",
"%1$s will be updated to version %2$s" : "%1$s ќе биде ажурирана во верзија %2$s",
- "These apps will be updated:" : "Следните апликации чќе бидат надградени:",
+ "The following apps will be updated:" : "Следните апликации ќе бидат ажурирани:",
"These incompatible apps will be disabled:" : "Овие апликации се некомпатабилни и ќе бидат оневозможени:",
"The theme %s has been disabled." : "Темета %s е оневозможена.",
"Please make sure that the database, the config folder and the data folder have been backed up before proceeding." : "Ве молиме осигурајте се дека базата на податоци, конфигурациониот директориум и директориумот со податоци се безбедно копирани пред да продолжите.",
"Start update" : "Започни ја надградбата",
"To avoid timeouts with larger installations, you can instead run the following command from your installation directory:" : "За да избегнете тајм аут за големи инсталации, можете да ја извршите следнава команда во директориумот за инсталација:",
"Detailed logs" : "Детални записи",
- "Update needed" : "Потребна е надградба",
+ "Update needed" : "Потребно е ажутирање",
"Please use the command line updater because you have a big instance with more than 50 users." : "Ве молиме користете ја командната линија за ажурирање бидејќи имате голема истанца со повеќе од 50 корисници.",
"For help, see the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"%s\">documentation</a>." : "За помош, прочитајте ја <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"%s\">документацијата</a>.",
"I know that if I continue doing the update via web UI has the risk, that the request runs into a timeout and could cause data loss, but I have a backup and know how to restore my instance in case of a failure." : "Знам дека има ризик ако продолжам со ажурирањето преку веб-интерфејс, и да застане во тајм аут и може да предизвика загуба на податоци, но имам резервна копија и знам како да ја вратам мојата истанца во случај на дефект.",
@@ -301,94 +321,44 @@
"This %s instance is currently in maintenance mode, which may take a while." : "Оваа %s истанца моментално е во режим на одржување, што значи дека може да потрае некое време.",
"This page will refresh itself when the instance is available again." : "Оваа веб страница ќе се рефрешира кога истанцата ќе биде повторно достапна.",
"Contact your system administrator if this message persists or appeared unexpectedly." : "Контактирајте го вашиот систем администратор до колку оваа порака продолжи да се појавува или пак се појавува ненадејно.",
- "Could not send reset email because there is no email address for this username. Please contact your administrator." : "Не можам да истпратам порака за ресетирање бидејќи нема внесено е-пошта адсреса за ова корисничко име. Контактирајте го администраторот.",
- "Couldn't send reset email. Please make sure your username is correct." : "Не можам да истпратам порака за ресетирање. Проверете дали вашето корисничко име е точно внесено.",
- "We have send a password reset e-mail to the e-mail address known to us for this account. If you do not receive it within a reasonable amount of time, check your spam/junk folders.<br>If it is not there ask your local administrator." : "Порака за ресетирање на лозинката е испратена на е-пошта на оваа сметка. Доколку не сте ја добиле, проверете во spam/junk папката.<br>Ако не е таму прашајте го вашиот локален администратор.",
- "Your files are encrypted. There will be no way to get your data back after your password is reset.<br />If you are not sure what to do, please contact your administrator before you continue. <br />Do you really want to continue?" : "Вашите податоци се шифрирани. Не постои можност за враќање на податоците одкако вашата лозинка ќе биде ресетирана.<br />Доколку незнаете што да правите, контактирајте го вашиот администратор пред да продолжите понатаму. <br />Дали сте сигурни дека сакате да продолжите?",
- "Sending email …" : "Се испраќа е-пошта ...",
- "Accessing site insecurely via HTTP. You are strongly adviced to set up your server to require HTTPS instead, as described in the <a href=\"{docUrl}\">security tips ↗</a>." : "Пристапувате до станата преку HTTP. Препорачуваме да го поставите вашиот сервер за да се пристапува преку HTTPS, проверете како е опишано во <a href=\"{docUrl}\">безбедносни совети ↗</a>.",
- "Shared" : "Споделени",
- "Shared with" : "Споделено со",
- "Shared by" : "Споделено од",
- "Choose a password for the public link" : "Избери лозинка за јавниот линк",
- "Choose a password for the public link or press the \"Enter\" key" : "Избери лозинка за јавниот линк или притисни го \"Enter\" копчето",
- "Copied!" : "Копирано!",
- "Copy link" : "Копирај линк",
- "Not supported!" : "Не е поддржано!",
- "Press ⌘-C to copy." : "Притисни ⌘-C за да копираш",
- "Press Ctrl-C to copy." : "Притисни Ctrl-C за да копираш.",
- "Unable to create a link share" : "Неможе да се креира линк за споделување",
- "Unable to toggle this option" : "Неможе да се промени оваа опција",
- "Resharing is not allowed" : "Повторно споделување не е дозволено",
- "Link" : "Линк",
- "Hide download" : "Сокриј превземање",
- "Password protection enforced" : "Задолжителна заштита со лозинка",
- "Password protect" : "Заштити со лозинка",
- "Allow editing" : "Овозможи уредување",
- "Email link to person" : "Испрати линк по е-пошта",
- "Send" : "Прати",
- "Allow upload and editing" : "Дозволи прикачување и уредување",
- "Read only" : "Само читај",
- "File drop (upload only)" : "Испуши датотека (само за прикачување)",
- "Expiration date enforced" : "Задолжителен рок на траење",
- "Set expiration date" : "Постави рок на траење",
- "Expiration" : "Истекување",
- "Expiration date" : "Рок на траење",
- "Note to recipient" : "Белешка до примачот",
- "Unshare" : "Отстрани споделување",
- "Delete share link" : "Избриши го линкот за споделување",
- "Add another link" : "Додади линк",
- "Password protection for links is mandatory" : "Заштитата со лозинка на линкот за споделување е задолжително",
- "Share to {name}" : "Сподели со {name}",
- "Share link" : "Сподели линк",
- "New share link" : "Нов линк за споделување",
- "Created on {time}" : "Креиран на {time}",
- "Password protect by Talk" : "Заштитено со лозинка од Talk апликацијата",
- "Could not unshare" : "Неможе да се одсподели",
- "Shared with you and the group {group} by {owner}" : "Споделено со Вас и групата {group} од {owner}",
- "Shared with you and {circle} by {owner}" : "Споделено со тебе и {circle} од {owner}",
- "Shared with you and the conversation {conversation} by {owner}" : "Споделено со тебе и во разговорот {conversation} од {owner}",
- "Shared with you in a conversation by {owner}" : "Споделено со тебе и во разговорот од {owner}",
- "Shared with you by {owner}" : "Споделено со Вас од {owner}",
- "Choose a password for the mail share" : "Избери лозинка за да го споделите преку е-пошта",
- "group" : "група",
- "remote" : "далечински",
- "remote group" : "оддалечена група",
- "email" : "е-пошта",
- "conversation" : "разговор",
- "shared by {sharer}" : "споделено од {sharer}",
- "Can reshare" : "Може да се пресподели",
- "Can edit" : "Може да се уредува",
- "Can create" : "Може да креира",
- "Can change" : "Може да се промени",
- "Can delete" : "Може да брише",
- "Access control" : "Контрола на пристап",
- "{shareInitiatorDisplayName} shared via link" : "{shareInitiatorDisplayName} сподели преку линк",
- "Error while sharing" : "Грешка при споделување",
- "Share details could not be loaded for this item." : "Деталите за споделувањето неможат да се вчитаат за оваа ставка.",
- "Search globally" : "Пребарај глобално",
- "_At least {count} character is needed for autocompletion_::_At least {count} characters are needed for autocompletion_" : ["Уште {count} карактер е потребен за автоматско совпаѓање во пребарувањето","Уште {count} карактери се потребни за автоматско совпаѓање во пребарувањето"],
- "This list is maybe truncated - please refine your search term to see more results." : "Оваа листа може е скратена - редефинирајте го вашето пребарување за да видите повеќе резултати.",
- "No users or groups found for {search}" : "Не се пронајдели корисници или групи за {search}",
- "No users found for {search}" : "Не се пронајдели корисници за {search}",
- "An error occurred (\"{message}\"). Please try again" : "Настана грешка (\"{message}\"). Обиди се повторно",
- "An error occurred. Please try again" : "Настана грешка. Обиди се повторно",
- "Home" : "Дома",
- "Work" : "Работа",
- "Other" : "Останато",
- "{sharee} (remote group)" : "{sharee} (оддалечена група)",
- "{sharee} ({type}, {owner})" : "{sharee} ({type}, {owner})",
- "Share" : "Сподели",
- "Name or email address..." : "Име или е-пошта адреса...",
- "Name or federated cloud ID..." : "Име или федерален ID...",
- "Name, federated cloud ID or email address..." : "Име, федерален ID или адреса на е-пошта...",
- "Name..." : "Име...",
- "Error removing share" : "Грешка при отстранување на споделувањето",
- "({scope})" : "({scope})",
- "Saving..." : "Зачувува ...",
- "Dismiss" : "Отфрли",
- "Your client should now be connected! You can close this window." : "Вашиот клиент сега е поврзан! можете да го затворите прозорот.",
- "New Password" : "Нова лозинка",
- "Cancel log in" : "Откажи го најавувањето"
+ "Checking whether the database schema can be updated (this can take a long time depending on the database size)" : "Проверка дали шемата на базата на податоци може да се ажурира (ова може да трае долго време во зависност од големината на базата на податоци)",
+ "Checked database schema update" : "Проверена е шемата за ажурурање на базата на податоци",
+ "Checking updates of apps" : "Проверка за ажурирање на апликации",
+ "Checking for update of app \"%s\" in appstore" : "Проверка за ажурирање на апликација \"%s\" во appstore",
+ "Update app \"%s\" from appstore" : "Ажурирање на апликација \"%s\" од appstore",
+ "Checked for update of app \"%s\" in appstore" : "Проверка за ажурирање на апликација \"%s\" во appstore",
+ "Checked database schema update for apps" : "Проверена е шемата за ажурурање на базата на податоци за апликации",
+ "Following apps have been disabled: %s" : "Следниве апликации се оневозможени: %s",
+ "Your web server is not properly set up to resolve \"{url}\". Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Вашиот веб сервер не е правилно поставен за разрешаување на \"{url}\". Повеќе информации можат да се пронајдат во <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">документацијата</a>.",
+ "Your web server is not properly set up to resolve \"{url}\". This is most likely related to a web server configuration that was not updated to deliver this folder directly. Please compare your configuration against the shipped rewrite rules in \".htaccess\" for Apache or the provided one in the documentation for Nginx at it's <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation page</a>. On Nginx those are typically the lines starting with \"location ~\" that need an update." : "Вашиот веб сервер не е правилно поставен за разрешаување на \"{url}\". Ова најверојатно е поврзано со конфигурацијата на веб-серверот или не е ажуриран за директен пристап до оваа папка. Ве молиме, споредете ја вашата конфигурација дали е во согласност со правилата за пренасочување во \".htaccess\" за Apache или во документацијата за Nginx на <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">страната со документација</a>. На Nginx тоа се најчето линиите што започнуваат со \"location ~\" што им треба ажурирање.",
+ "Your web server is not properly set up to deliver .woff2 files. This is typically an issue with the Nginx configuration. For Nextcloud 15 it needs an adjustement to also deliver .woff2 files. Compare your Nginx configuration to the recommended configuration in our <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Вашиот веб сервер не е правилно поставен за испорака на .woff2 датотеки. Ова обично е проблем со конфигурацијата на Nginx. За Nextcloud 15 исто така е потребно да се испорачуваат .woff2 датотеки. Споредете ја вашата конфигурација на Nginx со препорачаната конфигурација во нашата <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">документација</a>.",
+ "Please check the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">installation documentation ↗</a> for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "Ве молиме проверете ја <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">документацијата за инсталација ↗</a> за конфигурационите PHP белешки и PHP конфигурацијата на вашиот сервер, особено кога користите php-fpm.",
+ "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems. See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation ↗</a> for more information." : "Заклучување на активна датотека е оневозможено, ова може да доведе до проблеми со условите на синхронизација. Овозможете \"filelocking.enabled\" во config.php за да ги избегнете овие проблеми. Видете во <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">документацијата ↗</a> за повеќе информации.",
+ "Last background job execution ran {relativeTime}. Something seems wrong." : "Последно извршување на задачите {relativeTime}. Нешто не е во ред.",
+ "Check the background job settings" : "Проверете ги параметрите за задачите во позадина",
+ "No memory cache has been configured. To enhance performance, please configure a memcache, if available. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Не е конфигурирана мемориjа за кеширање. За да ги подобрите перформансите, конфигурирајте memcache, доколку е можно. Дополнителни информации може да се најдат во <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">документацијата</a>.",
+ "You are currently running PHP {version}. Upgrade your PHP version to take advantage of <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">performance and security updates provided by the PHP Group</a> as soon as your distribution supports it." : "Моненталната верзија на PHP е {version}. Ажурирајте ја PHP верзијата да ги искористите предностите од <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">перформанси и безбедносни ажурирања обезбедени од групацијата PHP</a> штом вашата дистрибуција го поддржува.",
+ "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">List of invalid files…</a> / <a href=\"{rescanEndpoint}\">Rescan…</a>)" : "Некој датотеки не ја поминаа проверката на интегритетот на кодот. Повеќе информации за тоа како да го решите проблемот може да се најдата во <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">документацијата</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">Листа на невалидни датотеки…</a> / <a href=\"{rescanEndpoint}\">Скенирај повторно…</a>)",
+ "The PHP OPcache module is not loaded. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance it is recommended</a> to load it into your PHP installation." : "Недостасува PHP модулот \"OPcache\". <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">За да имате подобри перформанси е препорачливо</a> да го овозможите во вашата PHP инсталација.",
+ "The PHP OPcache is not properly configured. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance it is recommended</a> to use the following settings in the <code>php.ini</code>:" : "PHP модулот \"OPcache\" не е правилно конфигуриран. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">За да имате подобри перформанси е препорачливо</a> да ги користите следните поставки во вашата <code>php.ini</code> датотека:",
+ "To migrate to another database use the command line tool: 'occ db:convert-type', or see the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation ↗</a>." : "За да мигрирате во друга база на податоци, користете ја алатката во командната линија: 'occ db:convert-type', или погледнете во <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">документацијата ↗</a>.",
+ "MySQL is used as database but does not support 4-byte characters. To be able to handle 4-byte characters (like emojis) without issues in filenames or comments for example it is recommended to enable the 4-byte support in MySQL. For further details read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "MySQL се користи како база на податоци, но не поддржува 4-бајтни карактери. За да можете да ракувате со 4-бајтни карактери (како емотикони) без проблеми во имиња на датотеки или коментари, се препорачува да се овозможи поддршка од 4-бајти во MySQL. За повеќе детали прочитајте во <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">документација</a>.",
+ "You are accessing your instance over a secure connection, however your instance is generating insecure URLs. This most likely means that you are behind a reverse proxy and the overwrite config variables are not set correctly. Please read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "Пристапувате на оваа истанца преку безведносна врска, но оваа истанца генерира не-безбедни URL адреси. Ова, најверојатно, значи дека стоите зад обратниот прокси и променливите за конфигурирање за пребришување не се правилно поставени. Прочитајде во <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">документацијата</a>.",
+ "The \"{header}\" HTTP header is not set to \"{val1}\", \"{val2}\", \"{val3}\", \"{val4}\" or \"{val5}\". This can leak referer information. See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{link}\">W3C Recommendation ↗</a>." : "HTTP заглавието \"{header}\" не е поставено да биде \"{val1}\", \"{val2}\", \"{val3}\", \"{val4}\" или \"{val5}\". Ова може да открие сигурносни информации. Погледнете <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{link}\">Препораки за W3C ↗</a>.",
+ "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the <a href=\"{docUrl}\" rel=\"noreferrer noopener\">security tips ↗</a>." : "\"Strict-Transport-Security\" HTTP насловот не е поставен на мнајмалку \"{seconds}\" секунди. За подобрена безбедност, се препорачува да се овозможи HSTS како што е опишано во <a href=\"{docUrl}\" rel=\"noreferrer noopener\">совети за безбедност ↗</a>.",
+ "Accessing site insecurely via HTTP. You are strongly advised to set up your server to require HTTPS instead, as described in the <a href=\"{docUrl}\">security tips ↗</a>." : "Пристапувате до станата преку HTTP. Препорачуваме да го поставите вашиот сервер за да се пристапува преку HTTPS, проверете како е опишано во <a href=\"{docUrl}\">безбедносни совети ↗</a>.",
+ "Continue to Nextcloud" : "Продолжи кон Nextcloud",
+ "_The update was successful. Redirecting you to Nextcloud in %n second._::_The update was successful. Redirecting you to Nextcloud in %n seconds._" : ["Ажурирањето беше успешно. Пренасочување за %n секунда.","Ажурирањето беше успешно. Пренасочување за %n секунди."],
+ "Searching other places" : "Пребарување на други места",
+ "No search results in other folders for {tag}{filter}{endtag}" : "Нема резултати од пребарувањето на други места за {tag}{filter}{endtag}",
+ "_{count} search result in another folder_::_{count} search results in other folders_" : ["{count} резултат од пребарувањето во други директориуми","{count} резултати од пребарувањето во други директориуми"],
+ "A password reset message has been sent to the e-mail address of this account. If you do not receive it, check your spam/junk folders or ask your local administrator for help." : "Порака за ресетирање на лозинката е испратена на е-пошта на оваа сметка. Доколку не сте ја добиле, проверете во spam/junk папката или прашајте го вашиот локален администратор за помош.",
+ "Password can not be changed. Please contact your administrator." : "Лозинката не може да се промени. Ве молам контактирајте го вашиот администратор.",
+ "Could not fetch list of apps from the app store." : "Неможе да се вчита листата на апликации од продавницата.",
+ "Nextcloud {app}" : "Nextcloud {app}",
+ "Can't install this app because it is not compatible" : "Неможе да се инсталираа оваа апликација бидејќи не е компатибилна",
+ "Can't install this app" : "Неможе да се инсталираа оваа апликација ",
+ "These apps will be updated:" : "Следните апликации чќе бидат надградени:",
+ "For more details see the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "За повеќе детали погледнете во <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">документацијата</a>."
},"pluralForm" :"nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;"
} \ No newline at end of file
diff --git a/core/l10n/nb.js b/core/l10n/nb.js
index cda169c5552..f6402e593ed 100644
--- a/core/l10n/nb.js
+++ b/core/l10n/nb.js
@@ -15,7 +15,9 @@ OC.L10N.register(
"No valid crop data provided" : "Ingen gyldige beskjæringsdata oppgitt",
"Crop is not square" : "Beskjæringen er ikke kvadratisk",
"State token does not match" : "Tilstands-symbolet samsvarer ikke",
- "Could not complete login" : "Kunne ikke gjennomføre pålogging",
+ "Invalid app password" : "Ugyldig programpassord",
+ "Could not complete login" : "Kunne ikke fullføre pålogging",
+ "Your login token is invalid or has expired" : "Innloggingen din er ugyldig eller utgått",
"Password reset is disabled" : "Tilbakestilling av passord er avskrudd",
"Couldn't reset password because the token is invalid" : "Klarte ikke å tilbakestille passordet fordi symbolet er ugyldig.",
"Couldn't reset password because the token is expired" : "Klarte ikke å tilbakestille passordet fordi symbolet er utløpt.",
@@ -25,6 +27,10 @@ OC.L10N.register(
"Click the following link to reset your password. If you have not requested the password reset, then ignore this email." : "Klikk følgende lenke for å tilbakestille passordet ditt. Ignorer denne e-posten hvis du ikke har forespurt dette.",
"Reset your password" : "Tilbakestill passordet ditt",
"Nextcloud Server" : "Nextcloud tjener",
+ "Some of your link shares have been removed" : "Noen av delingslenkene dine har blitt fjernet",
+ "Due to a security bug we had to remove some of your link shares. Please see the link for more information." : "På grunn av et sikkerhetsproblem har vi fjernet enkelte av delingslenkene dine. Vennligst se linken for mer informasjon. ",
+ "The user limit of this instance is reached." : "Brukergrensen på denne forekomsten er nådd.",
+ "Enter your subscription key to increase the user limit. For more information about Nextcloud Enterprise see our website." : "Angi din abonnementsnøkkel for å øke brukergrensen. For mer informasjon om Nextcloud Enterprise kan du besøke hjemmesiden vår.",
"Preparing update" : "Forbereder oppdatering",
"[%d / %d]: %s" : "[%d / %d]: %s",
"Repair step:" : "Reparasjonstrinn:",
@@ -38,70 +44,43 @@ OC.L10N.register(
"Maintenance mode is kept active" : "Vedlikeholdsmodus blir beholdt aktivt",
"Updating database schema" : "Oppdaterer database-skjemaet",
"Updated database" : "Oppdaterte databasen",
- "Checking whether the database schema can be updated (this can take a long time depending on the database size)" : "Sjekker om databaseskjemaet kan oppdateres (dette kan ta lang tid hvis databasen er stor)",
- "Checked database schema update" : "Sjekket oppdatering av databaseskjema",
- "Checking updates of apps" : "Ser etter oppdateringer av apper",
- "Checking for update of app \"%s\" in appstore" : "Ser etter oppdatering for appen \"%s\" i app-butikk",
- "Update app \"%s\" from appstore" : "Oppdater appen \"%s\" fra app-butikk",
- "Checked for update of app \"%s\" in appstore" : "Så etter oppdateringer for appen \"%s\" i app-butikk",
"Checking whether the database schema for %s can be updated (this can take a long time depending on the database size)" : "Sjekker om databaseskjemaet for %s kan oppdateres (dette kan ta lang tid hvis databasen er stor)",
- "Checked database schema update for apps" : "Sjekket databaseskjema-oppdatering for app",
"Updated \"%1$s\" to %2$s" : "Oppdaterte \"%1$s\" til %2$s",
"Set log level to debug" : "Sett loggnivå for feilsøking",
"Reset log level" : "Standard loggnivå",
"Starting code integrity check" : "Starter sjekk av kode-integritet",
"Finished code integrity check" : "Fullførte sjekk av kodeintegritet",
"%s (incompatible)" : "%s (ikke kompatibel)",
- "Following apps have been disabled: %s" : "Følgende apper er deaktivert: %s",
+ "The following apps have been disabled: %s" : "Følgende apper har blitt inaktivert:%s",
"Already up to date" : "Allerede oppdatert",
"Your web server is not yet properly set up to allow file synchronization, because the WebDAV interface seems to be broken." : "Webserveren din er ikke satt opp til å tillate synkronisering av filer ennå, fordi WebDAV-grensesnittet ikke ser ut til å virke.",
- "Your web server is not properly set up to resolve \"{url}\". Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Din webserver er ikke satt opp korrekt for å hente \"{url}\". Mer informasjon finner du i <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentasjonen</a>.",
- "Your web server is not properly set up to deliver .woff2 files. This is typically an issue with the Nginx configuration. For Nextcloud 15 it needs an adjustement to also deliver .woff2 files. Compare your Nginx configuration to the recommended configuration in our <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Din netserver er ikke satt opp for å bruke .woff2 filer. Dette er et typisk problem med Nginx konfigurasjon. For Nextcloud 15 må .woff2 filer også støttes. Sammenlign ditt Nginx oppsett med anbefalinger i <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentasjon</a>.",
"PHP does not seem to be setup properly to query system environment variables. The test with getenv(\"PATH\") only returns an empty response." : "PHP er satt opp feil for å nå systemets miljøvariable. Test med getenv(\"PATH\") gir tom respons.",
- "Please check the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">installation documentation ↗</a> for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "Vennligst se <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentasjon for installasjon ↗</a> for PHP notater om konfigurasjon og PHP oppsett for din server når det gjelder php-fpm.",
"The read-only config has been enabled. This prevents setting some configurations via the web-interface. Furthermore, the file needs to be made writable manually for every update." : "Ikke skrivbar konfigurasjon er aktivert. Dette hindrer endring av konfigurasjon via web-grensesnitt. Filen må gjøres skrivbar manuelt for hver oppdatering.",
"Your database does not run with \"READ COMMITTED\" transaction isolation level. This can cause problems when multiple actions are executed in parallel." : "Din database bruker ikke \"READ COMMITTED\" som isoleringsnivå for transaksjoner. Dette kan gi feil når flere hendelser skjer i parallell. Se dokumentasjon for din database og aktiver \"READ COMMITTED\" i din database for å unngå feil. ",
"The PHP module \"fileinfo\" is missing. It is strongly recommended to enable this module to get the best results with MIME type detection." : "PHP modul \"fileinfo\" mangler. Denne er sterkt anbefalt for å finne korrekt MIME type for filer.",
- "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems. See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation ↗</a> for more information." : "Transaksjonell fillåsing er deaktivert, dette kan føre til problemer med løpevilkår. Aktiver \"filelocking.enabled\" i config.php for å unngå disse problemene. Se <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentasjon ↗</a> for mer informasjon.",
"If your installation is not installed at the root of the domain and uses system cron, there can be issues with the URL generation. To avoid these problems, please set the \"overwrite.cli.url\" option in your config.php file to the webroot path of your installation (suggestion: \"{suggestedOverwriteCliURL}\")" : "Hvis installasjonen ikke er installert i roten til domenet og bruker system cron, kan det oppstå problemer med nettadresse genereringen. For å unngå disse problemene, vennligst sett inn alternativet \"overwrite.cli.url\" i config.php-filen din til webroot-banen til installasjonen din (forslag: \"{suggestedOverwriteCliURL}\")",
+ "Your installation has no default phone region set. This is required to validate phone numbers in the profile settings without a country code. To allow numbers without a country code, please add \"default_phone_region\" with the respective {linkstart}ISO 3166-1 code ↗{linkend} of the region to your config file." : "Installasjonen din har ingen angitt standard telefonregion. Dette er nødvendig for å validere telefonnumrene i profilinnstillingene uten en landskode. For å tillate telefonnummer uten en landskode, vennligst legg til \"default_phone_region\" med den respektive {linkstart}ISO 3166-1 koden↗{linkend} for regionen i konfigurasjonsfilen. ",
"It was not possible to execute the cron job via CLI. The following technical errors have appeared:" : "Det var ikke mulig å utføre cron jobben via CLI. Følgende tekniske feil har oppstått:",
- "Last background job execution ran {relativeTime}. Something seems wrong." : "Den siste bakgrunnsjobben kjørte {relativeTime}. Noe virker galt.",
- "Check the background job settings" : "Kontroller instillinger for bakgrunnsjobb",
"This server has no working Internet connection: Multiple endpoints could not be reached. This means that some of the features like mounting external storage, notifications about updates or installation of third-party apps will not work. Accessing files remotely and sending of notification emails might not work, either. Establish a connection from this server to the Internet to enjoy all features." : "Denne serveren har ingen fungerende internett-forbindelse. Dette betyr at noen funksjoner, som tilknytning av eksterne lagre, varslinger om oppdateringer eller installering av tredjepartsapper ikke vil virke. Fjerntilgang til filer og utsending av varsler på e-post vil kanskje ikke virke heller. Det anbefales å aktivere en internett-forbindelse for denne serveren hvis du vil ha full funksjonalitet.",
- "No memory cache has been configured. To enhance performance, please configure a memcache, if available. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Hurtigminne er ikke satt opp. For bedre ytelse bør du sette opp hurtigminne hvis det er tilgjengelig. Mer informasjon finnes i <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentasjonen</a>.",
- "No suitable source for randomness found by PHP which is highly discouraged for security reasons. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Ingen egnet kilde til tilfeldighet funnet av PHP som er svært motløst av sikkerhetshensyn. Mer informasjon finnes i <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentasjon</a>.",
- "You are currently running PHP {version}. Upgrade your PHP version to take advantage of <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">performance and security updates provided by the PHP Group</a> as soon as your distribution supports it." : "Du bruker PHP-{version}. Oppgrader PHP-versjonen for å utnytte <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">ytelsen og sikkerhetsoppdateringene som tilbys av PHP Group</a, så fort din distribusjon støtter det.",
- "The reverse proxy header configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If not, this is a security issue and can allow an attacker to spoof their IP address as visible to the Nextcloud. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Det omvendte mellomserver-hodet er ikke satt opp rett, eller du kobler til Nextcloud fra en betrodd mellomserver. Hvis ikke, er dette et sikkerhetsproblem, og kan tillate en angriper å forfalske deres IP-adresse slik den er synlig for Nextcloud. Ytterligere informasjon er å finne i <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentasjonen</a>.",
- "Memcached is configured as distributed cache, but the wrong PHP module \"memcache\" is installed. \\OC\\Memcache\\Memcached only supports \"memcached\" and not \"memcache\". See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">memcached wiki about both modules</a>." : "Memcached er satt opp som distribuert hurtiglager, men feil PHP-modul \"memcache\" er installert. \\OC\\Memcache\\Memcached støtter bare \"memcached\" og ikke \"memcache\". Se <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">memcached-wikien om begge modulene</a>.",
- "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">List of invalid files…</a> / <a href=\"{rescanEndpoint}\">Rescan…</a>)" : "Noen filer besto ikke gyldighetssjekken. Ytterligere informasjon om hvordan dette problemet kan løses finnes i <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentasjonen</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">Liste over ugyldige filer…</a> / <a href=\"{rescanEndpoint}\">Skann på ny…</a>)",
- "The PHP OPcache module is not loaded. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance it is recommended</a> to load it into your PHP installation." : " PHP OPcache modul er ikke lastet. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For bedre ytelse er det anbefalt å laste denne inn i PHP installasjon.</a>",
- "The PHP OPcache is not properly configured. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance it is recommended</a> to use the following settings in the <code>php.ini</code>:" : "PHP OPcache er ikke satt opp rett. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For bedre ytelse anbefales det å bruke følgende innstillinger i <code>php.ini</code>:",
+ "Nextcloud 20 is the last release supporting PHP 7.2. Nextcloud 21 requires at least PHP 7.3." : "Nextcloud 20 er den siste utgivelsen som støtter PHP 7.2. Nextcloud 21 krever minst PHP 7.3.",
"The PHP function \"set_time_limit\" is not available. This could result in scripts being halted mid-execution, breaking your installation. Enabling this function is strongly recommended." : "PHP-funksjonen \"set_time_limit\" er ikke tilgjengelig. Dette kan resultere i at skript blir stoppet midt i kjøring, noe som knekker installasjonen din. Det anbefales sterkt å skru på denne funksjonen.",
"Your PHP does not have FreeType support, resulting in breakage of profile pictures and the settings interface." : "Din PHP-installasjon har ikke FreeType-støtte. Dette fører til knekte profilbilder og skadelidende innstillingsgrensesnitt.",
"Missing index \"{indexName}\" in table \"{tableName}\"." : "Manglende indeks \"{indexName}\" i tabellen \"{tableName}\".",
"The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "Databasen mangler noen indekser. Å legge til indekser på store tabeller kan ta lang tid så de ble ikke lagt til automatisk. Ved å kjøre \"occ db:add-missing-indices\" legges de manglende indeksene til mens tjenesten fortsatt er tilgjengelig. Når indeksene er lagt til, er spørringer til tabellene raskere.",
+ "Missing optional column \"{columnName}\" in table \"{tableName}\"." : "Mangler valgfri kolonne \"{columnName}\" i tabellen \"{tableName}\".",
+ "The database is missing some optional columns. Due to the fact that adding columns on big tables could take some time they were not added automatically when they can be optional. By running \"occ db:add-missing-columns\" those missing columns could be added manually while the instance keeps running. Once the columns are added some features might improve responsiveness or usability." : "Databasen mangler noen valgfrie kolonner. Å legge til kolonner på store tabeller kan ta lang tid, så de ble ikke lagt til automatisk, ettersom de er valgfrie. Ved å kjøre \"occ db:add-missing-columns\" legges de manglende kolonnene til mens tjenesten fortsatt er tilgjengelig. Noen funksjoner kan få økt respons eller brukervennlighet når kolonnene er lagt til.",
"This instance is missing some recommended PHP modules. For improved performance and better compatibility it is highly recommended to install them." : "Din instans mangler anbefalte PHP moduler. For bedre ytelse og kompabilitet er det sterkt anbefalt at du installerer dem.",
- "Some columns in the database are missing a conversion to big int. Due to the fact that changing column types on big tables could take some time they were not changed automatically. By running 'occ db:convert-filecache-bigint' those pending changes could be applied manually. This operation needs to be made while the instance is offline. For further details read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "Noen kolonner i databasen mangler konvertering til big int (stor integer verdi). Endring kan ta lang tid og er ikke utført automatisk. Kjør kommando 'occ db:convert-filecache-bigint' når instans er offline for å gjennomføre endringer. For mer informasjon se <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentasjon</a>.",
+ "Module php-imagick in this instance has no SVG support. For better compatibility it is recommended to install it." : "Modulen php-imagick for denne instansen mangler støtte for SVG.\nFor økt kompatibilitet anbefales det å installere det.",
"SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend." : "SQLite brukes som database motor. For større installasjoner anbefaler vi at du bytter til en annen database motor.",
"This is particularly recommended when using the desktop client for file synchronisation." : "Dette anbefales spesielt når du bruker skrivebordsklienten for filsynkronisering.",
- "To migrate to another database use the command line tool: 'occ db:convert-type', or see the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation ↗</a>." : "For å migrere til en annen database, bruk kommandolinjeverktøyet: 'occ db: convert-type', eller se <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentasjon ↗</a>.",
- "Use of the the built in php mailer is no longer supported. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Please update your email server settings ↗<a/>." : "Bruk av den innebygde php e-post sending støttes ikke lenger. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Vennligst oppdater innstillinger for e-postserver ↗<a/>.",
"The PHP memory limit is below the recommended value of 512MB." : "PHP er satt opp med mindre minne enn anbefalt minste verdi på 512MB.",
"Some app directories are owned by a different user than the web server one. This may be the case if apps have been installed manually. Check the permissions of the following app directories:" : "Enkelte mapper er eid av annen bruker enn den webserveren kjører som. Dette kan kan oppstå hvis apper er installert manuelt. Sjekk eierskap og tillatelser på følgende mapper:",
+ "This instance uses an S3 based object store as primary storage. The uploaded files are stored temporarily on the server and thus it is recommended to have 50 GB of free space available in the temp directory of PHP. Check the logs for full details about the path and the available space. To improve this please change the temporary directory in the php.ini or make more space available in that path." : "Denne instansen bruker en S3-basert objektlagring som primærlager. De opplastede filene blir lagret midlertidig på tjeneren og det er anbefalt å ha 50 GB ledig lagringsplass i det midlertidig lageret til PHP. Sjekk logger for fullstendige detaljer om filsti og ledig plass. Endre filstien til midlertidig lagringsplass i php.ini eller frigjør mer plass for å forbedre dette.",
"Error occurred while checking server setup" : "Feil oppstod ved sjekking av server-oppsett",
"Your data directory and files are probably accessible from the Internet. The .htaccess file is not working. It is strongly recommended that you configure your web server so that the data directory is no longer accessible, or move the data directory outside the web server document root." : "Datamappen og filene dine er sannsynligvis tilgjengelige fra Internett. .htaccess-filen fungerer ikke. Det anbefales sterkt at du setter opp webserveren slik at datamappen ikke kan nås eller at du flytter datamappen ut av webserverens dokumentrot.",
"The \"{header}\" HTTP header is not set to \"{expected}\". This is a potential security or privacy risk, as it is recommended to adjust this setting accordingly." : "HTTP-hodet \"{header}\" er ikke satt opp likt \"{expected}\". Dette kan være en sikkerhet- eller personvernsrisiko og det anbefales at denne innstillingen endres.",
"The \"{header}\" HTTP header is not set to \"{expected}\". Some features might not work correctly, as it is recommended to adjust this setting accordingly." : "HTTP-hodet \"{header}\" er ikke satt opp til å være likt \"{expected}\". Det kan hende noen funksjoner ikke fungerer rett, og det anbefales å justere denne innstillingen henholdsvis.",
"The \"{header}\" HTTP header doesn't contain \"{expected}\". This is a potential security or privacy risk, as it is recommended to adjust this setting accordingly." : "\"{header}\" HTTP hode mangler \"{expected}\". Dette er en sikkerhetsrisiko eller personverntrussel. Det er anbefalt å korrigere oppsett.",
- "The \"{header}\" HTTP header is not set to \"{val1}\", \"{val2}\", \"{val3}\", \"{val4}\" or \"{val5}\". This can leak referer information. See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{link}\">W3C Recommendation ↗</a>." : "\"{header}\" HTTP hode er satt til \"{val1}\", \"{val2}\", \"{val3}\", \"{val4}\" eller \"{val5}\". Dette kan gi lekasje i henvisningsinformasjon. Se <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{link}\">W3C anbefalinger ↗</a>.",
- "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the <a href=\"{docUrl}\" rel=\"noreferrer noopener\">security tips ↗</a>." : "HTTP-overskriften \"Strict-Transport-Security\" er ikke satt til minst \"{sekunder}\" sekunder. For forbedret sikkerhet anbefales det å aktivere HSTS som beskrevet i <a href=\"{docUrl}\" rel=\"noreferrer noopener\">tips for bedre sikkerhet ↗</a>.",
- "Non-existing tag #{tag}" : "Ikke-eksisterende merkelapp #{tag}",
- "restricted" : "begrenset",
- "invisible" : "usynlig",
- "Delete" : "Slett",
- "Rename" : "Gi nytt navn",
- "Collaborative tags" : "Samarbeidsmerkelapper",
- "No tags found" : "Ingen emneknagger funnet",
"unknown text" : "ukjent tekst",
"Hello world!" : "Hei, verden!",
"sunny" : "solfylt",
@@ -116,37 +95,58 @@ OC.L10N.register(
"Please reload the page." : "Last inn siden på nytt.",
"The update was unsuccessful. For more information <a href=\"{url}\">check our forum post</a> covering this issue." : "Oppdateringen var mislykket. For mer informasjon <a href=\"{url}\">se vår forum-artikkel</a> som beskriver dette problemet.",
"The update was unsuccessful. Please report this issue to the <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">Nextcloud community</a>." : "Oppdateringen mislyktes. Rapporter dette problemet til <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">Nextcloud-gemenskapen</a>.",
- "Continue to Nextcloud" : "Fortsett til Nextcloud",
- "_The update was successful. Redirecting you to Nextcloud in %n second._::_The update was successful. Redirecting you to Nextcloud in %n seconds._" : ["Oppdateringen var vellykket. Videresender deg til Nextcloud om %n sekund.","Oppdateringen var vellykket. Videresender deg til Nextcloud om %n sekunder."],
- "Searching other places" : "Søker andre steder",
- "No search results in other folders for {tag}{filter}{endtag}" : "Ingen søkeresultater i andre mapper etter {tag}{filter}{endtag}",
- "_{count} search result in another folder_::_{count} search results in other folders_" : ["{count} søkeresultat i en annen mappe","{count} søkeresultater i andre mapper"],
+ "Log in" : "Logg inn",
+ "Logging in …" : "Logger inn…",
"Server side authentication failed!" : "Autentisering mislyktes på serveren!",
"Please contact your administrator." : "Kontakt administratoren din.",
"An internal error occurred." : "En intern feil oppstod",
"Please try again or contact your administrator." : "Prøv igjen eller kontakt en administrator.",
"Username or email" : "Brukernavn eller e-post",
"Password" : "Passord",
- "Log in" : "Logg inn",
- "Logging in …" : "Logger inn…",
"Wrong username or password." : "Feil brukernavn eller passord.",
"User disabled" : "Bruker deaktivert",
"We have detected multiple invalid login attempts from your IP. Therefore your next login is throttled up to 30 seconds." : "Vi har detektert flere ugyldige påloggingsforsøk fra din IP-adresse. Derfor er din neste innlogging forsinket med opptil 30 sekunder.",
+ "Your account is not setup for passwordless login." : "Kontoen din er ikke satt opp med passordløs innlogging.",
+ "Passwordless authentication is not supported in your browser." : "Passordløs innlogging støttes ikke av nettleseren din.",
+ "Passwordless authentication is only available over a secure connection." : "Passordløs innlogging støttes kun over en sikker tilkobling.",
"Reset password" : "Tilbakestill passord",
+ "If it is not there ask your local administrator." : "Spør din lokale administrator hvis den ikke er der. ",
"Couldn't send reset email. Please contact your administrator." : "Klarte ikke å sende e-post for tilbakestilling. Kontakt administratoren.",
- "Password can not be changed. Please contact your administrator." : "Passordet kan ikke endres. Kontakt administratoren din.",
"Back to login" : "Tilbake til innlogging",
"New password" : "Nytt passord",
+ "Your files are encrypted. There will be no way to get your data back after your password is reset. If you are not sure what to do, please contact your administrator before you continue. Do you really want to continue?" : "Dine filer er kryptert. Det finnes ingen måte å få dine data tilbake etter at passordet er nullstilt. Hvis du er usikker på hva du skal gjøre, vennligst kontakt din administrator før du fortsetter. Er du helt sikker på at du vil fortsette?",
"I know what I'm doing" : "Jeg vet hva jeg gjør",
"Resetting password" : "Tilbakestill passord",
+ "Recommended apps" : "Anbefalte apper",
+ "Loading apps …" : "Laster apper ... ",
+ "Installing apps …" : "Installerer apper ... ",
+ "App download or installation failed" : "Nedlasting eller installasjon av app feilet ",
"Cancel" : "Avbryt",
+ "Schedule work & meetings, synced with all your devices." : "Planlegg jobb og møter, synkronisert med alle dine enheter.",
+ "Keep your colleagues and friends in one place without leaking their private info." : "Ha dine kollegaer og venner på en plass uten å lekke deres private info.",
+ "Simple email app nicely integrated with Files, Contacts and Calendar." : "Enkel e-post app smidig integrert med Filer, Kontakter og Kalender.",
+ "Chatting, video calls, screensharing, online meetings and web conferencing – in your browser and with mobile apps." : "Chatting, videosamtaler, skjermdeling, nettmøter og webkonferanser – i din nettleser og med mobilapper.",
+ "Collaboratively edit office documents." : "Samarbeid om å redigere dokumenter.",
+ "Local document editing back-end used by the Collabora Online app." : "Lokalt dokumentredigerings bakstykke brukt av Collabora Online app",
"Forgot password?" : "Glemt passord?",
+ "Log in with a device" : "Logg inn med en enhet",
+ "Back" : "Tilbake",
+ "Reset search" : "Tilbakestill søk",
+ "Search for {name} only" : "Søk kun etter {name}",
+ "No results for {query}" : "Ingen resultater for {query}",
+ "Start typing to search" : "Start å skrive for å søke",
+ "Loading more results …" : "Laster flere resultater ...",
+ "Load more results" : "Last flere resultater",
+ "Search" : "Søk",
+ "An error occurred while searching for {type}" : "Det oppstod en feil ved søk etter {type}",
+ "_Please enter {minSearchLength} character or more to search_::_Please enter {minSearchLength} characters or more to search_" : ["Skriv minst {minSearchLength} bokstav for å søke","Skriv minst {minSearchLength} bokstaver for å søke"],
+ "Search {types} …" : "Søk {types} ...",
"Settings" : "Innstillinger",
"Could not load your contacts" : "Kunne ikke laste inn kontaktene dine",
"Search contacts …" : "Søk etter kontakter…",
"No contacts found" : "Fant ingen kontakter",
"Show all contacts …" : "Vis alle kontakter…",
- "Install the Contacts app" : "Installer Kontakter app'en",
+ "Install the Contacts app" : "Installer appen Kontakter",
"Loading your contacts …" : "Laster inn kontaktene dine…",
"Looking for {term} …" : "Ser etter {term}…",
"No" : "Nei",
@@ -208,6 +208,13 @@ OC.L10N.register(
"Strong password" : "Sterkt passord",
"No action available" : "Ingen handling tilgjengelig",
"Error fetching contact actions" : "Feil ved innhenting av kontakt-handlinger",
+ "Non-existing tag #{tag}" : "Ikke-eksisterende merkelapp #{tag}",
+ "restricted" : "begrenset",
+ "invisible" : "usynlig",
+ "Delete" : "Slett",
+ "Rename" : "Gi nytt navn",
+ "Collaborative tags" : "Samarbeidsmerkelapper",
+ "No tags found" : "Ingen emneknagger funnet",
"Personal" : "Personlig",
"Users" : "Brukere",
"Apps" : "Apper",
@@ -217,7 +224,10 @@ OC.L10N.register(
"File not found" : "Finner ikke filen",
"The document could not be found on the server. Maybe the share was deleted or has expired?" : "Dokumentasjon kan ikke finnes på server. Er deling slettet eller utløpt?",
"Back to %s" : "Tilbake til %s",
+ "Too many requests" : "For mange forespørsler",
+ "There were too many requests from your network. Retry later or contact your administrator if this is an error." : "Det var for mange forespørsler fra ditt nettverk. Prøv igjen senere eller kontakt din administrator hvis dette er en feil.",
"Error" : "Feil",
+ "Previous" : "Forrige",
"Internal Server Error" : "Intern serverfeil",
"The server was unable to complete your request." : "Serveren kunne ikke fullføre din forespørsel.",
"If this happens again, please send the technical details below to the server administrator." : "Hvis dette skjer igjen, send de tekniske detaljene nedenfor til serveradministratoren.",
@@ -236,6 +246,7 @@ OC.L10N.register(
"For information how to properly configure your server, please see the <a href=\"%s\" target=\"_blank\" rel=\"noreferrer noopener\">documentation</a>." : "For informasjon om hvordan du skal konfigurere serveren skikkelig, les <a href=\"%s\" target=\"_blank\" rel=\"noreferrer noopener\">dokumentasjonen</a>.",
"Create an <strong>admin account</strong>" : "Opprett en <strong>administrator-konto</strong>",
"Username" : "Brukernavn",
+ "Show password" : "Vis passord",
"Storage & database" : "Lagring og database",
"Data folder" : "Datamappe",
"Configure the database" : "Sett opp databasen",
@@ -250,10 +261,16 @@ OC.L10N.register(
"Please specify the port number along with the host name (e.g., localhost:5432)." : "Spesifiser portnr. sammen med servernavnet (f.eks., localhost:5432).",
"Performance warning" : "Ytelsesadvarsel",
"You chose SQLite as database." : "Du velger å bruke SQLite som database.",
+ "SQLite should only be used for minimal and development instances. For production we recommend a different database backend." : "SQLite skal bare bli brukt for minimale- eller utvikler-installasjoner. I vanlig bruk anbefaler vi å bruke et annet bakstykke.",
+ "If you use clients for file syncing, the use of SQLite is highly discouraged." : "Hvis du bruker klienter for filsynkronisering så er bruk av SQLite absolutt ikke anbefalt.",
+ "Install recommended apps" : "Installer anbefalte apper",
+ "Calendar, Contacts, Talk, Mail & Collaborative editing" : "Kalender, Kontaker, Talk, E-post og Samredigering",
"Finish setup" : "Fullfør oppsett",
"Finishing …" : "Ferdigstiller…",
"Need help?" : "Trenger du hjelp?",
"See the documentation" : "Se dokumentasjonen",
+ "It looks like you are trying to reinstall your Nextcloud. However the file CAN_INSTALL is missing from your config directory. Please create the file CAN_INSTALL in your config folder to continue." : "Det ser ut som at du forsøker å re installere Nextcloud. Filen CAN_INSTALL mangler imidlertid fra innstillingsmappen. Opprett filen CAN_INSTALL i innstillingsmappen for å fortsette.",
+ "Could not remove CAN_INSTALL from the config folder. Please remove this file manually." : "Kunne ikke fjerne CAN_INSTALL fra konfigurasjonsmappa. Vennligst fjern denne filen manuelt.",
"This application requires JavaScript for correct operation. Please {linkstart}enable JavaScript{linkend} and reload the page." : "Denne appen krever JavaScript for å fungere korrekt. {linkstart}Aktiver JavaScript{linkend} og last siden på nytt.",
"Get your own free account" : "Få din egen gratis konto",
"Skip to main content" : "Gå til hovedinnhold",
@@ -261,14 +278,13 @@ OC.L10N.register(
"More apps" : "Flere apper",
"More" : "Mer",
"More apps menu" : "Flere apper-meny",
- "Search" : "Søk",
- "Reset search" : "Tilbakestill søk",
"Contacts" : "Kontakter",
"Contacts menu" : "Kontakter meny",
"Settings menu" : "Meny for innstillinger",
"Confirm your password" : "Bekreft ditt passord",
"Connect to your account" : "Koble til kontoen din",
"Please log in before granting %1$s access to your %2$s account." : "Logg inn før du tildeler %1$stilgang til din %2$skonto.",
+ "If you are not trying to set up a new device or app, someone is trying to trick you into granting them access to your data. In this case do not proceed and instead contact your system administrator." : "Hvis du ikke prøver å sette opp en ny enhet eller app, så er det noen som nå prøver å lure deg til å gi de tilgang til dine data. Stopp i så fall øyeblikkelig og kontakt din systemadministrator.",
"App token" : "App-symbol",
"Grant access" : "Gi tilgang",
"Alternative log in using app token" : "Alternativ logg inn ved hjelp av app-kode",
@@ -283,16 +299,20 @@ OC.L10N.register(
"Enhanced security is enabled for your account. Choose a second factor for authentication:" : "Utvidet sikkerhet er tilgjengelig fo rdin konto. Velg en to-faktor for autentisering.",
"Could not load at least one of your enabled two-factor auth methods. Please contact your admin." : "Kunne ikke laste minst en av de aktiverte tofaktor metodene. Ta kontakt med administrasjonen din.",
"Two-factor authentication is enforced but has not been configured on your account. Contact your admin for assistance." : "To-faktor autentisering er aktivert men er ikke satt opp for din konto. Kontakt administrator for hjelp.",
+ "Two-factor authentication is enforced but has not been configured on your account. Please continue to setup two-factor authentication." : "Tofaktor autentisering er påkrevd, men er ikke satt opp for din konto. Vennligst gå videre for å sette opp tofaktor autentisering.",
+ "Set up two-factor authentication" : "Opprett totrinns bekreftelse",
"Two-factor authentication is enforced but has not been configured on your account. Use one of your backup codes to log in or contact your admin for assistance." : "To-faktor autentisering er aktivert men er ikke satt opp for din konto. Bruk en av dine sikkerhet koder for å logge inn eller kontakt administrator for hjelp.",
"Use backup code" : "Bruker sikkerhetskopi kode",
"Cancel login" : "Avbryt innlogging",
+ "Setup two-factor authentication" : "Opprett totrinns bekreftelse",
+ "Enhanced security is enforced for your account. Choose which provider to set up:" : "Utvidet sikkerhet håndheves for din konto. Velg hvilken tilbyder som skal brukes:",
"Error while validating your second factor" : "Feil under validering av din andre faktor",
"Access through untrusted domain" : "Nå gjennom ubetrodd domene",
"Please contact your administrator. If you are an administrator, edit the \"trusted_domains\" setting in config/config.php like the example in config.sample.php." : "Kontakt din administrator. Hvis du er en administrator, sett opp innstillingen \"trusted_domains\" i config/config.php som eksemplet i config/config.sample.php.",
"Further information how to configure this can be found in the %1$sdocumentation%2$s." : "Ytterligere informasojn om oppsett finnes i %1$sdokumentasjon%2$s.",
"App update required" : "Oppdatering av app kreves",
"%1$s will be updated to version %2$s" : "%1$soppdateres til versjon %2$s",
- "These apps will be updated:" : "Disse appene vil bli oppdatert:",
+ "The following apps will be updated:" : "Følgende apper vil bli oppdatert:",
"These incompatible apps will be disabled:" : "Disse ikke-kompatible appene vil bli deaktivert:",
"The theme %s has been disabled." : "Temaet %s har blitt deaktivert.",
"Please make sure that the database, the config folder and the data folder have been backed up before proceeding." : "Forsikre deg om at databasen, config-mappen og datamappen er blitt sikkerhetskopiert før du fortsetter.",
@@ -308,94 +328,49 @@ OC.L10N.register(
"This %s instance is currently in maintenance mode, which may take a while." : "Denne %s-instansen er for øyeblikket i vedlikeholdsmodus, noe som kan vare en stund.",
"This page will refresh itself when the instance is available again." : "Siden vil oppdatere seg selv når instans er tilgjengelig igjen.",
"Contact your system administrator if this message persists or appeared unexpectedly." : "Kontakt systemadministratoren hvis denne meldingen var uventet eller ikke forsvinner.",
- "Could not send reset email because there is no email address for this username. Please contact your administrator." : "Klarte ikke å sende e-post for tilbakestilling av passord fordi det ikke finnes noen e-postadresse for dette brukernavnet. Kontakt administratoren din.",
- "Couldn't send reset email. Please make sure your username is correct." : "Klarte ikke å sende e-post for tilbakestilling av passord. Sjekk at brukernavnet ditt er korrekt.",
- "We have send a password reset e-mail to the e-mail address known to us for this account. If you do not receive it within a reasonable amount of time, check your spam/junk folders.<br>If it is not there ask your local administrator." : "Vi har sendt e-post for tilbakestilling av til e-postadressen for kontoen. Hvis du ikke mottar denne innen rimelig tid, må du sjekke mappene for spam/søppelpost.<br>Hvis den ikke er der, spør din lokale administrator om hjelp.",
- "Your files are encrypted. There will be no way to get your data back after your password is reset.<br />If you are not sure what to do, please contact your administrator before you continue. <br />Do you really want to continue?" : "Filene dine er kryptert. Det vil ikke være mulig å gjenopprette dine data etter at passordet ditt er satt på nytt.<br />Hvis du ikke er sikker på hva du skal gjøre, kontakt administratoren din før du fortsetter. <br />Vil du virkelig fortsette?",
- "Sending email …" : "Sender e-post …",
- "You are currently running PHP 5.6. The current major version of Nextcloud is the last that is supported on PHP 5.6. It is recommended to upgrade the PHP version to 7.0+ to be able to upgrade to Nextcloud 14." : "Du kjører nå PHP 5.6. Den nåværende hovedversjonen er den siste som støtter PHP 5.6. Det anbefales å oppgradere PHP-versjonen til 7.0+, for å kunne oppgradere til Nextcloud 14.",
- "Accessing site insecurely via HTTP. You are strongly adviced to set up your server to require HTTPS instead, as described in the <a href=\"{docUrl}\">security tips ↗</a>." : "Få tilgang til nettstedet usikkert via HTTP. Du er sterkt anbefalt å sette opp serveren din for å kreve HTTPS i stedet, som beskrevet i<a href=\"{docUrl}\">tips for bedre sikkerhet ↗</a>.",
- "Shared" : "Delt",
- "Shared with" : "Delt med",
- "Shared by" : "Delt av",
- "Choose a password for the public link" : "Velg et passord for den offentlige lenken",
- "Choose a password for the public link or press the \"Enter\" key" : "Velg et passord for den offentlige lenken eller trykk \"Enter\"-tasten",
- "Copied!" : "Kopiert!",
- "Copy link" : "Kopier lenke",
- "Not supported!" : "Ikke støttet!",
- "Press ⌘-C to copy." : "Trykk ⌘-C for å kopiere",
- "Press Ctrl-C to copy." : "Trykk Ctrl-C for å kopiere",
- "Unable to create a link share" : "Kan ikke opprette lenke for deling",
- "Unable to toggle this option" : "Kan ikke endre opsjon",
- "Resharing is not allowed" : "Videre deling er ikke tillatt",
- "Link" : "Lenke",
- "Hide download" : "Gjem nedlasting",
- "Password protection enforced" : "Passordbeskyttelse er påkrevd",
- "Password protect" : "Passordbeskyttet",
- "Allow editing" : "Tillat redigering",
- "Email link to person" : "Send lenke til person via e-post",
- "Send" : "Send",
- "Allow upload and editing" : "Tillatt opplasting og redigering",
- "Read only" : "Kun lesetilgang",
- "File drop (upload only)" : "Filkasse (kun opplasting)",
- "Expiration date enforced" : "Utløpsdato er påkrevd",
- "Set expiration date" : "Sett utløpsdato",
- "Expiration" : "Utløpsdato",
- "Expiration date" : "Utløpsdato",
- "Note to recipient" : "Melding til mottaker",
- "Unshare" : "Opphev deling",
- "Delete share link" : "Slett lenke til deling",
- "Add another link" : "Legg til en lenke til",
- "Password protection for links is mandatory" : "Passordbeskyttelse for lenker er påkrevd",
- "Share to {name}" : "Dele med {name}",
- "Share link" : "Del lenke",
- "New share link" : "Ny delt lenke",
- "Created on {time}" : "Opprettet {time}",
- "Password protect by Talk" : "Passord beskyttet av Talk",
- "Could not unshare" : "Kunne ikke oppheve deling",
- "Shared with you and the group {group} by {owner}" : "Delt med deg og gruppen {group} av {owner}",
- "Shared with you and {circle} by {owner}" : "Delt med deg og {circle} av {owner}",
- "Shared with you and the conversation {conversation} by {owner}" : "Delt med deg og samtalen {conversation} av {owner}",
- "Shared with you in a conversation by {owner}" : "Delt md deg i samtale med {owner}",
- "Shared with you by {owner}" : "Delt med deg av {owner}",
- "Choose a password for the mail share" : "Velg et passord for e-postlageret",
- "group" : "gruppe",
- "remote" : "ekstern",
- "remote group" : "ekstern gruppe",
- "email" : "e-post",
- "conversation" : "samtale",
- "shared by {sharer}" : "delt av {sharer}",
- "Can reshare" : "Kan dele videre",
- "Can edit" : "Kan redigere",
- "Can create" : "Kan opprette",
- "Can change" : "Kan endre",
- "Can delete" : "Kan slette",
- "Access control" : "Tilgangskontroll",
- "{shareInitiatorDisplayName} shared via link" : "{shareInitiatorDisplayName} delt via lenke",
- "Error while sharing" : "Feil under deling",
- "Share details could not be loaded for this item." : "Klarte ikke å laste inn detaljer om deling for dette elementet.",
- "Search globally" : "Søk globalt",
- "_At least {count} character is needed for autocompletion_::_At least {count} characters are needed for autocompletion_" : ["Minst {count} tegn er nødvendig for autofullføring","Minst {count} antall tegn er nødvendig for autofullføring"],
- "This list is maybe truncated - please refine your search term to see more results." : "Listen kan bli avkortet - juster søket ditt for å se flere resultat.",
- "No users or groups found for {search}" : "Ingen brukere eller grupper funnet for {search}",
- "No users found for {search}" : "Ingen brukere funnet for {search}",
- "An error occurred (\"{message}\"). Please try again" : "En feil inntraff (\"{message}\"). Prøv igjen",
- "An error occurred. Please try again" : "Det oppstod en feil. Prøv igjen",
- "Home" : "Hjem",
- "Work" : "Arbeid",
- "Other" : "Annen",
- "{sharee} (remote group)" : "{sharee} (remote group)",
- "{sharee} ({type}, {owner})" : "{sharee} ({type}, {owner})",
- "Share" : "Del",
- "Name or email address..." : "Navn eller e-postadresse…",
- "Name or federated cloud ID..." : "Navn eller sammenknyttet sky-ID…",
- "Name, federated cloud ID or email address..." : "Navn, sammenknyttet sky-ID eller e-postadresse…",
- "Name..." : "Navn …",
- "Error removing share" : "Feil ved fjerning av deling",
- "({scope})" : "({scope})",
- "Saving..." : "Lagrer …",
- "Dismiss" : "Forkast",
- "New Password" : "Nytt passord",
- "Cancel log in" : "Avbryt innlogging"
+ "Checking whether the database schema can be updated (this can take a long time depending on the database size)" : "Sjekker om databaseskjemaet kan oppdateres (dette kan ta lang tid hvis databasen er stor)",
+ "Checked database schema update" : "Sjekket oppdatering av databaseskjema",
+ "Checking updates of apps" : "Ser etter oppdateringer av apper",
+ "Checking for update of app \"%s\" in appstore" : "Ser etter oppdatering for appen \"%s\" i app-butikk",
+ "Update app \"%s\" from appstore" : "Oppdater appen \"%s\" fra app-butikk",
+ "Checked for update of app \"%s\" in appstore" : "Så etter oppdateringer for appen \"%s\" i app-butikk",
+ "Checked database schema update for apps" : "Sjekket databaseskjema-oppdatering for app",
+ "Following apps have been disabled: %s" : "Følgende apper er deaktivert: %s",
+ "Your web server is not properly set up to resolve \"{url}\". Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Din webserver er ikke satt opp korrekt for å hente \"{url}\". Mer informasjon finner du i <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentasjonen</a>.",
+ "Your web server is not properly set up to resolve \"{url}\". This is most likely related to a web server configuration that was not updated to deliver this folder directly. Please compare your configuration against the shipped rewrite rules in \".htaccess\" for Apache or the provided one in the documentation for Nginx at it's <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation page</a>. On Nginx those are typically the lines starting with \"location ~\" that need an update." : "Nettjeneren din er ikke korrekt satt opp for å løse \"{url}\". Dette er sannsynligvis forbundet med et nettjeneroppsett som ikke er oppdatert til å levere denne mappen direkte. Sammenlign dine innstillinger med omskrivingsreglene i den medfølgende \".htaccess\"-filen til Apache, eller den vedlagt i dokumentasjonen til Nginx på dens <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentasjonsside</a>. Det er typisk de linjene som starter med \"location ~\" som trenger oppdatering i Nginx.",
+ "Your web server is not properly set up to deliver .woff2 files. This is typically an issue with the Nginx configuration. For Nextcloud 15 it needs an adjustement to also deliver .woff2 files. Compare your Nginx configuration to the recommended configuration in our <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Din netserver er ikke satt opp for å bruke .woff2 filer. Dette er et typisk problem med Nginx konfigurasjon. For Nextcloud 15 må .woff2 filer også støttes. Sammenlign ditt Nginx oppsett med anbefalinger i <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentasjon</a>.",
+ "Please check the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">installation documentation ↗</a> for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "Vennligst se <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentasjon for installasjon ↗</a> for PHP notater om konfigurasjon og PHP oppsett for din server når det gjelder php-fpm.",
+ "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems. See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation ↗</a> for more information." : "Transaksjonell fillåsing er deaktivert, dette kan føre til problemer med løpevilkår. Aktiver \"filelocking.enabled\" i config.php for å unngå disse problemene. Se <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentasjon ↗</a> for mer informasjon.",
+ "Last background job execution ran {relativeTime}. Something seems wrong." : "Den siste bakgrunnsjobben kjørte {relativeTime}. Noe virker galt.",
+ "Check the background job settings" : "Kontroller instillinger for bakgrunnsjobb",
+ "No memory cache has been configured. To enhance performance, please configure a memcache, if available. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Hurtigminne er ikke satt opp. For bedre ytelse bør du sette opp hurtigminne hvis det er tilgjengelig. Mer informasjon finnes i <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentasjonen</a>.",
+ "No suitable source for randomness found by PHP which is highly discouraged for security reasons. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Ingen egnet kilde til tilfeldighet funnet av PHP som er svært motløst av sikkerhetshensyn. Mer informasjon finnes i <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentasjon</a>.",
+ "You are currently running PHP {version}. Upgrade your PHP version to take advantage of <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">performance and security updates provided by the PHP Group</a> as soon as your distribution supports it." : "Du bruker PHP-{version}. Oppgrader PHP-versjonen for å utnytte <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">ytelsen og sikkerhetsoppdateringene som tilbys av PHP Group</a, så fort din distribusjon støtter det.",
+ "The reverse proxy header configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If not, this is a security issue and can allow an attacker to spoof their IP address as visible to the Nextcloud. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Det omvendte mellomserver-hodet er ikke satt opp rett, eller du kobler til Nextcloud fra en betrodd mellomserver. Hvis ikke, er dette et sikkerhetsproblem, og kan tillate en angriper å forfalske deres IP-adresse slik den er synlig for Nextcloud. Ytterligere informasjon er å finne i <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentasjonen</a>.",
+ "Memcached is configured as distributed cache, but the wrong PHP module \"memcache\" is installed. \\OC\\Memcache\\Memcached only supports \"memcached\" and not \"memcache\". See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">memcached wiki about both modules</a>." : "Memcached er satt opp som distribuert hurtiglager, men feil PHP-modul \"memcache\" er installert. \\OC\\Memcache\\Memcached støtter bare \"memcached\" og ikke \"memcache\". Se <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">memcached-wikien om begge modulene</a>.",
+ "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">List of invalid files…</a> / <a href=\"{rescanEndpoint}\">Rescan…</a>)" : "Noen filer besto ikke gyldighetssjekken. Ytterligere informasjon om hvordan dette problemet kan løses finnes i <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentasjonen</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">Liste over ugyldige filer…</a> / <a href=\"{rescanEndpoint}\">Skann på ny…</a>)",
+ "The PHP OPcache module is not loaded. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance it is recommended</a> to load it into your PHP installation." : " PHP OPcache modul er ikke lastet. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For bedre ytelse er det anbefalt å laste denne inn i PHP installasjon.</a>",
+ "The PHP OPcache is not properly configured. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance it is recommended</a> to use the following settings in the <code>php.ini</code>:" : "PHP OPcache er ikke satt opp rett. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For bedre ytelse anbefales det å bruke følgende innstillinger i <code>php.ini</code>:",
+ "Some columns in the database are missing a conversion to big int. Due to the fact that changing column types on big tables could take some time they were not changed automatically. By running 'occ db:convert-filecache-bigint' those pending changes could be applied manually. This operation needs to be made while the instance is offline. For further details read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "Noen kolonner i databasen mangler konvertering til big int (stor integer verdi). Endring kan ta lang tid og er ikke utført automatisk. Kjør kommando 'occ db:convert-filecache-bigint' når instans er offline for å gjennomføre endringer. For mer informasjon se <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentasjon</a>.",
+ "To migrate to another database use the command line tool: 'occ db:convert-type', or see the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation ↗</a>." : "For å migrere til en annen database, bruk kommandolinjeverktøyet: 'occ db: convert-type', eller se <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentasjon ↗</a>.",
+ "Use of the the built in php mailer is no longer supported. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Please update your email server settings ↗<a/>." : "Bruk av den innebygde php e-post sending støttes ikke lenger. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Vennligst oppdater innstillinger for e-postserver ↗<a/>.",
+ "MySQL is used as database but does not support 4-byte characters. To be able to handle 4-byte characters (like emojis) without issues in filenames or comments for example it is recommended to enable the 4-byte support in MySQL. For further details read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "MySQL brukes som database, men støtter ikke 4-byte-tegn . Det er anbefalt å aktivere støtte for 4-byte-tegn i MySQL for å kunne behandle 4-byte-tegn (som emojier) i, for eksempel, filnavn eller kommentarer uten problemer. Les <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentasjonssiden om dette</a> for flere detaljer.",
+ "You are accessing your instance over a secure connection, however your instance is generating insecure URLs. This most likely means that you are behind a reverse proxy and the overwrite config variables are not set correctly. Please read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "Du har tilgang til din instans via en sikker tilkobling, men instansen din genererer usikre nettadresser. Dette betyr mest sannsynlig at du er bak en reversert mellomtjener og at overskrivingsinnstillingene ikke er korrekt oppsatt. Les <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentasjonssiden om dette</a>.",
+ "The \"{header}\" HTTP header is not set to \"{val1}\", \"{val2}\", \"{val3}\", \"{val4}\" or \"{val5}\". This can leak referer information. See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{link}\">W3C Recommendation ↗</a>." : "\"{header}\" HTTP hode er satt til \"{val1}\", \"{val2}\", \"{val3}\", \"{val4}\" eller \"{val5}\". Dette kan gi lekasje i henvisningsinformasjon. Se <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{link}\">W3C anbefalinger ↗</a>.",
+ "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the <a href=\"{docUrl}\" rel=\"noreferrer noopener\">security tips ↗</a>." : "HTTP-overskriften \"Strict-Transport-Security\" er ikke satt til minst \"{sekunder}\" sekunder. For forbedret sikkerhet anbefales det å aktivere HSTS som beskrevet i <a href=\"{docUrl}\" rel=\"noreferrer noopener\">tips for bedre sikkerhet ↗</a>.",
+ "Accessing site insecurely via HTTP. You are strongly advised to set up your server to require HTTPS instead, as described in the <a href=\"{docUrl}\">security tips ↗</a>." : "Besøker siden usikkert via HTTP. Du er sterkt anbefalt å sette opp serveren din til å kreve HTTPS i stedet, som beskrevet i <a href=\"{docUrl}\">sikkerhetstips ↗</a>.",
+ "Continue to Nextcloud" : "Fortsett til Nextcloud",
+ "_The update was successful. Redirecting you to Nextcloud in %n second._::_The update was successful. Redirecting you to Nextcloud in %n seconds._" : ["Oppdateringen var vellykket. Videresender deg til Nextcloud om %n sekund.","Oppdateringen var vellykket. Videresender deg til Nextcloud om %n sekunder."],
+ "Searching other places" : "Søker andre steder",
+ "No search results in other folders for {tag}{filter}{endtag}" : "Ingen søkeresultater i andre mapper etter {tag}{filter}{endtag}",
+ "_{count} search result in another folder_::_{count} search results in other folders_" : ["{count} søkeresultat i en annen mappe","{count} søkeresultater i andre mapper"],
+ "A password reset message has been sent to the e-mail address of this account. If you do not receive it, check your spam/junk folders or ask your local administrator for help." : "Melding om tilbakestilling av passord har blitt send til e-postadressen til denne kontoen. Hvis du ikke mottak den, burde du sjekke såam/søppelpost mappene eller spørre din lokale administrator om hjelp.",
+ "Password can not be changed. Please contact your administrator." : "Passordet kan ikke endres. Kontakt administratoren din.",
+ "Could not fetch list of apps from the app store." : "Kunne ikke hente liste med apper fra appbutikken. ",
+ "Nextcloud {app}" : "Nextcloud {app} ",
+ "Can't install this app because it is not compatible" : "Kan ikke installere denne appen fordi den ikke er kompatibel",
+ "Can't install this app" : "Kan ikke installere denne appen",
+ "These apps will be updated:" : "Disse appene vil bli oppdatert:",
+ "For more details see the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "For flere detaljer, les <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\"> dokumentasjonen</a>."
},
"nplurals=2; plural=(n != 1);");
diff --git a/core/l10n/nb.json b/core/l10n/nb.json
index bc3552f5228..44a6f189b77 100644
--- a/core/l10n/nb.json
+++ b/core/l10n/nb.json
@@ -13,7 +13,9 @@
"No valid crop data provided" : "Ingen gyldige beskjæringsdata oppgitt",
"Crop is not square" : "Beskjæringen er ikke kvadratisk",
"State token does not match" : "Tilstands-symbolet samsvarer ikke",
- "Could not complete login" : "Kunne ikke gjennomføre pålogging",
+ "Invalid app password" : "Ugyldig programpassord",
+ "Could not complete login" : "Kunne ikke fullføre pålogging",
+ "Your login token is invalid or has expired" : "Innloggingen din er ugyldig eller utgått",
"Password reset is disabled" : "Tilbakestilling av passord er avskrudd",
"Couldn't reset password because the token is invalid" : "Klarte ikke å tilbakestille passordet fordi symbolet er ugyldig.",
"Couldn't reset password because the token is expired" : "Klarte ikke å tilbakestille passordet fordi symbolet er utløpt.",
@@ -23,6 +25,10 @@
"Click the following link to reset your password. If you have not requested the password reset, then ignore this email." : "Klikk følgende lenke for å tilbakestille passordet ditt. Ignorer denne e-posten hvis du ikke har forespurt dette.",
"Reset your password" : "Tilbakestill passordet ditt",
"Nextcloud Server" : "Nextcloud tjener",
+ "Some of your link shares have been removed" : "Noen av delingslenkene dine har blitt fjernet",
+ "Due to a security bug we had to remove some of your link shares. Please see the link for more information." : "På grunn av et sikkerhetsproblem har vi fjernet enkelte av delingslenkene dine. Vennligst se linken for mer informasjon. ",
+ "The user limit of this instance is reached." : "Brukergrensen på denne forekomsten er nådd.",
+ "Enter your subscription key to increase the user limit. For more information about Nextcloud Enterprise see our website." : "Angi din abonnementsnøkkel for å øke brukergrensen. For mer informasjon om Nextcloud Enterprise kan du besøke hjemmesiden vår.",
"Preparing update" : "Forbereder oppdatering",
"[%d / %d]: %s" : "[%d / %d]: %s",
"Repair step:" : "Reparasjonstrinn:",
@@ -36,70 +42,43 @@
"Maintenance mode is kept active" : "Vedlikeholdsmodus blir beholdt aktivt",
"Updating database schema" : "Oppdaterer database-skjemaet",
"Updated database" : "Oppdaterte databasen",
- "Checking whether the database schema can be updated (this can take a long time depending on the database size)" : "Sjekker om databaseskjemaet kan oppdateres (dette kan ta lang tid hvis databasen er stor)",
- "Checked database schema update" : "Sjekket oppdatering av databaseskjema",
- "Checking updates of apps" : "Ser etter oppdateringer av apper",
- "Checking for update of app \"%s\" in appstore" : "Ser etter oppdatering for appen \"%s\" i app-butikk",
- "Update app \"%s\" from appstore" : "Oppdater appen \"%s\" fra app-butikk",
- "Checked for update of app \"%s\" in appstore" : "Så etter oppdateringer for appen \"%s\" i app-butikk",
"Checking whether the database schema for %s can be updated (this can take a long time depending on the database size)" : "Sjekker om databaseskjemaet for %s kan oppdateres (dette kan ta lang tid hvis databasen er stor)",
- "Checked database schema update for apps" : "Sjekket databaseskjema-oppdatering for app",
"Updated \"%1$s\" to %2$s" : "Oppdaterte \"%1$s\" til %2$s",
"Set log level to debug" : "Sett loggnivå for feilsøking",
"Reset log level" : "Standard loggnivå",
"Starting code integrity check" : "Starter sjekk av kode-integritet",
"Finished code integrity check" : "Fullførte sjekk av kodeintegritet",
"%s (incompatible)" : "%s (ikke kompatibel)",
- "Following apps have been disabled: %s" : "Følgende apper er deaktivert: %s",
+ "The following apps have been disabled: %s" : "Følgende apper har blitt inaktivert:%s",
"Already up to date" : "Allerede oppdatert",
"Your web server is not yet properly set up to allow file synchronization, because the WebDAV interface seems to be broken." : "Webserveren din er ikke satt opp til å tillate synkronisering av filer ennå, fordi WebDAV-grensesnittet ikke ser ut til å virke.",
- "Your web server is not properly set up to resolve \"{url}\". Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Din webserver er ikke satt opp korrekt for å hente \"{url}\". Mer informasjon finner du i <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentasjonen</a>.",
- "Your web server is not properly set up to deliver .woff2 files. This is typically an issue with the Nginx configuration. For Nextcloud 15 it needs an adjustement to also deliver .woff2 files. Compare your Nginx configuration to the recommended configuration in our <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Din netserver er ikke satt opp for å bruke .woff2 filer. Dette er et typisk problem med Nginx konfigurasjon. For Nextcloud 15 må .woff2 filer også støttes. Sammenlign ditt Nginx oppsett med anbefalinger i <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentasjon</a>.",
"PHP does not seem to be setup properly to query system environment variables. The test with getenv(\"PATH\") only returns an empty response." : "PHP er satt opp feil for å nå systemets miljøvariable. Test med getenv(\"PATH\") gir tom respons.",
- "Please check the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">installation documentation ↗</a> for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "Vennligst se <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentasjon for installasjon ↗</a> for PHP notater om konfigurasjon og PHP oppsett for din server når det gjelder php-fpm.",
"The read-only config has been enabled. This prevents setting some configurations via the web-interface. Furthermore, the file needs to be made writable manually for every update." : "Ikke skrivbar konfigurasjon er aktivert. Dette hindrer endring av konfigurasjon via web-grensesnitt. Filen må gjøres skrivbar manuelt for hver oppdatering.",
"Your database does not run with \"READ COMMITTED\" transaction isolation level. This can cause problems when multiple actions are executed in parallel." : "Din database bruker ikke \"READ COMMITTED\" som isoleringsnivå for transaksjoner. Dette kan gi feil når flere hendelser skjer i parallell. Se dokumentasjon for din database og aktiver \"READ COMMITTED\" i din database for å unngå feil. ",
"The PHP module \"fileinfo\" is missing. It is strongly recommended to enable this module to get the best results with MIME type detection." : "PHP modul \"fileinfo\" mangler. Denne er sterkt anbefalt for å finne korrekt MIME type for filer.",
- "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems. See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation ↗</a> for more information." : "Transaksjonell fillåsing er deaktivert, dette kan føre til problemer med løpevilkår. Aktiver \"filelocking.enabled\" i config.php for å unngå disse problemene. Se <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentasjon ↗</a> for mer informasjon.",
"If your installation is not installed at the root of the domain and uses system cron, there can be issues with the URL generation. To avoid these problems, please set the \"overwrite.cli.url\" option in your config.php file to the webroot path of your installation (suggestion: \"{suggestedOverwriteCliURL}\")" : "Hvis installasjonen ikke er installert i roten til domenet og bruker system cron, kan det oppstå problemer med nettadresse genereringen. For å unngå disse problemene, vennligst sett inn alternativet \"overwrite.cli.url\" i config.php-filen din til webroot-banen til installasjonen din (forslag: \"{suggestedOverwriteCliURL}\")",
+ "Your installation has no default phone region set. This is required to validate phone numbers in the profile settings without a country code. To allow numbers without a country code, please add \"default_phone_region\" with the respective {linkstart}ISO 3166-1 code ↗{linkend} of the region to your config file." : "Installasjonen din har ingen angitt standard telefonregion. Dette er nødvendig for å validere telefonnumrene i profilinnstillingene uten en landskode. For å tillate telefonnummer uten en landskode, vennligst legg til \"default_phone_region\" med den respektive {linkstart}ISO 3166-1 koden↗{linkend} for regionen i konfigurasjonsfilen. ",
"It was not possible to execute the cron job via CLI. The following technical errors have appeared:" : "Det var ikke mulig å utføre cron jobben via CLI. Følgende tekniske feil har oppstått:",
- "Last background job execution ran {relativeTime}. Something seems wrong." : "Den siste bakgrunnsjobben kjørte {relativeTime}. Noe virker galt.",
- "Check the background job settings" : "Kontroller instillinger for bakgrunnsjobb",
"This server has no working Internet connection: Multiple endpoints could not be reached. This means that some of the features like mounting external storage, notifications about updates or installation of third-party apps will not work. Accessing files remotely and sending of notification emails might not work, either. Establish a connection from this server to the Internet to enjoy all features." : "Denne serveren har ingen fungerende internett-forbindelse. Dette betyr at noen funksjoner, som tilknytning av eksterne lagre, varslinger om oppdateringer eller installering av tredjepartsapper ikke vil virke. Fjerntilgang til filer og utsending av varsler på e-post vil kanskje ikke virke heller. Det anbefales å aktivere en internett-forbindelse for denne serveren hvis du vil ha full funksjonalitet.",
- "No memory cache has been configured. To enhance performance, please configure a memcache, if available. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Hurtigminne er ikke satt opp. For bedre ytelse bør du sette opp hurtigminne hvis det er tilgjengelig. Mer informasjon finnes i <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentasjonen</a>.",
- "No suitable source for randomness found by PHP which is highly discouraged for security reasons. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Ingen egnet kilde til tilfeldighet funnet av PHP som er svært motløst av sikkerhetshensyn. Mer informasjon finnes i <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentasjon</a>.",
- "You are currently running PHP {version}. Upgrade your PHP version to take advantage of <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">performance and security updates provided by the PHP Group</a> as soon as your distribution supports it." : "Du bruker PHP-{version}. Oppgrader PHP-versjonen for å utnytte <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">ytelsen og sikkerhetsoppdateringene som tilbys av PHP Group</a, så fort din distribusjon støtter det.",
- "The reverse proxy header configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If not, this is a security issue and can allow an attacker to spoof their IP address as visible to the Nextcloud. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Det omvendte mellomserver-hodet er ikke satt opp rett, eller du kobler til Nextcloud fra en betrodd mellomserver. Hvis ikke, er dette et sikkerhetsproblem, og kan tillate en angriper å forfalske deres IP-adresse slik den er synlig for Nextcloud. Ytterligere informasjon er å finne i <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentasjonen</a>.",
- "Memcached is configured as distributed cache, but the wrong PHP module \"memcache\" is installed. \\OC\\Memcache\\Memcached only supports \"memcached\" and not \"memcache\". See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">memcached wiki about both modules</a>." : "Memcached er satt opp som distribuert hurtiglager, men feil PHP-modul \"memcache\" er installert. \\OC\\Memcache\\Memcached støtter bare \"memcached\" og ikke \"memcache\". Se <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">memcached-wikien om begge modulene</a>.",
- "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">List of invalid files…</a> / <a href=\"{rescanEndpoint}\">Rescan…</a>)" : "Noen filer besto ikke gyldighetssjekken. Ytterligere informasjon om hvordan dette problemet kan løses finnes i <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentasjonen</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">Liste over ugyldige filer…</a> / <a href=\"{rescanEndpoint}\">Skann på ny…</a>)",
- "The PHP OPcache module is not loaded. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance it is recommended</a> to load it into your PHP installation." : " PHP OPcache modul er ikke lastet. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For bedre ytelse er det anbefalt å laste denne inn i PHP installasjon.</a>",
- "The PHP OPcache is not properly configured. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance it is recommended</a> to use the following settings in the <code>php.ini</code>:" : "PHP OPcache er ikke satt opp rett. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For bedre ytelse anbefales det å bruke følgende innstillinger i <code>php.ini</code>:",
+ "Nextcloud 20 is the last release supporting PHP 7.2. Nextcloud 21 requires at least PHP 7.3." : "Nextcloud 20 er den siste utgivelsen som støtter PHP 7.2. Nextcloud 21 krever minst PHP 7.3.",
"The PHP function \"set_time_limit\" is not available. This could result in scripts being halted mid-execution, breaking your installation. Enabling this function is strongly recommended." : "PHP-funksjonen \"set_time_limit\" er ikke tilgjengelig. Dette kan resultere i at skript blir stoppet midt i kjøring, noe som knekker installasjonen din. Det anbefales sterkt å skru på denne funksjonen.",
"Your PHP does not have FreeType support, resulting in breakage of profile pictures and the settings interface." : "Din PHP-installasjon har ikke FreeType-støtte. Dette fører til knekte profilbilder og skadelidende innstillingsgrensesnitt.",
"Missing index \"{indexName}\" in table \"{tableName}\"." : "Manglende indeks \"{indexName}\" i tabellen \"{tableName}\".",
"The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "Databasen mangler noen indekser. Å legge til indekser på store tabeller kan ta lang tid så de ble ikke lagt til automatisk. Ved å kjøre \"occ db:add-missing-indices\" legges de manglende indeksene til mens tjenesten fortsatt er tilgjengelig. Når indeksene er lagt til, er spørringer til tabellene raskere.",
+ "Missing optional column \"{columnName}\" in table \"{tableName}\"." : "Mangler valgfri kolonne \"{columnName}\" i tabellen \"{tableName}\".",
+ "The database is missing some optional columns. Due to the fact that adding columns on big tables could take some time they were not added automatically when they can be optional. By running \"occ db:add-missing-columns\" those missing columns could be added manually while the instance keeps running. Once the columns are added some features might improve responsiveness or usability." : "Databasen mangler noen valgfrie kolonner. Å legge til kolonner på store tabeller kan ta lang tid, så de ble ikke lagt til automatisk, ettersom de er valgfrie. Ved å kjøre \"occ db:add-missing-columns\" legges de manglende kolonnene til mens tjenesten fortsatt er tilgjengelig. Noen funksjoner kan få økt respons eller brukervennlighet når kolonnene er lagt til.",
"This instance is missing some recommended PHP modules. For improved performance and better compatibility it is highly recommended to install them." : "Din instans mangler anbefalte PHP moduler. For bedre ytelse og kompabilitet er det sterkt anbefalt at du installerer dem.",
- "Some columns in the database are missing a conversion to big int. Due to the fact that changing column types on big tables could take some time they were not changed automatically. By running 'occ db:convert-filecache-bigint' those pending changes could be applied manually. This operation needs to be made while the instance is offline. For further details read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "Noen kolonner i databasen mangler konvertering til big int (stor integer verdi). Endring kan ta lang tid og er ikke utført automatisk. Kjør kommando 'occ db:convert-filecache-bigint' når instans er offline for å gjennomføre endringer. For mer informasjon se <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentasjon</a>.",
+ "Module php-imagick in this instance has no SVG support. For better compatibility it is recommended to install it." : "Modulen php-imagick for denne instansen mangler støtte for SVG.\nFor økt kompatibilitet anbefales det å installere det.",
"SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend." : "SQLite brukes som database motor. For større installasjoner anbefaler vi at du bytter til en annen database motor.",
"This is particularly recommended when using the desktop client for file synchronisation." : "Dette anbefales spesielt når du bruker skrivebordsklienten for filsynkronisering.",
- "To migrate to another database use the command line tool: 'occ db:convert-type', or see the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation ↗</a>." : "For å migrere til en annen database, bruk kommandolinjeverktøyet: 'occ db: convert-type', eller se <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentasjon ↗</a>.",
- "Use of the the built in php mailer is no longer supported. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Please update your email server settings ↗<a/>." : "Bruk av den innebygde php e-post sending støttes ikke lenger. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Vennligst oppdater innstillinger for e-postserver ↗<a/>.",
"The PHP memory limit is below the recommended value of 512MB." : "PHP er satt opp med mindre minne enn anbefalt minste verdi på 512MB.",
"Some app directories are owned by a different user than the web server one. This may be the case if apps have been installed manually. Check the permissions of the following app directories:" : "Enkelte mapper er eid av annen bruker enn den webserveren kjører som. Dette kan kan oppstå hvis apper er installert manuelt. Sjekk eierskap og tillatelser på følgende mapper:",
+ "This instance uses an S3 based object store as primary storage. The uploaded files are stored temporarily on the server and thus it is recommended to have 50 GB of free space available in the temp directory of PHP. Check the logs for full details about the path and the available space. To improve this please change the temporary directory in the php.ini or make more space available in that path." : "Denne instansen bruker en S3-basert objektlagring som primærlager. De opplastede filene blir lagret midlertidig på tjeneren og det er anbefalt å ha 50 GB ledig lagringsplass i det midlertidig lageret til PHP. Sjekk logger for fullstendige detaljer om filsti og ledig plass. Endre filstien til midlertidig lagringsplass i php.ini eller frigjør mer plass for å forbedre dette.",
"Error occurred while checking server setup" : "Feil oppstod ved sjekking av server-oppsett",
"Your data directory and files are probably accessible from the Internet. The .htaccess file is not working. It is strongly recommended that you configure your web server so that the data directory is no longer accessible, or move the data directory outside the web server document root." : "Datamappen og filene dine er sannsynligvis tilgjengelige fra Internett. .htaccess-filen fungerer ikke. Det anbefales sterkt at du setter opp webserveren slik at datamappen ikke kan nås eller at du flytter datamappen ut av webserverens dokumentrot.",
"The \"{header}\" HTTP header is not set to \"{expected}\". This is a potential security or privacy risk, as it is recommended to adjust this setting accordingly." : "HTTP-hodet \"{header}\" er ikke satt opp likt \"{expected}\". Dette kan være en sikkerhet- eller personvernsrisiko og det anbefales at denne innstillingen endres.",
"The \"{header}\" HTTP header is not set to \"{expected}\". Some features might not work correctly, as it is recommended to adjust this setting accordingly." : "HTTP-hodet \"{header}\" er ikke satt opp til å være likt \"{expected}\". Det kan hende noen funksjoner ikke fungerer rett, og det anbefales å justere denne innstillingen henholdsvis.",
"The \"{header}\" HTTP header doesn't contain \"{expected}\". This is a potential security or privacy risk, as it is recommended to adjust this setting accordingly." : "\"{header}\" HTTP hode mangler \"{expected}\". Dette er en sikkerhetsrisiko eller personverntrussel. Det er anbefalt å korrigere oppsett.",
- "The \"{header}\" HTTP header is not set to \"{val1}\", \"{val2}\", \"{val3}\", \"{val4}\" or \"{val5}\". This can leak referer information. See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{link}\">W3C Recommendation ↗</a>." : "\"{header}\" HTTP hode er satt til \"{val1}\", \"{val2}\", \"{val3}\", \"{val4}\" eller \"{val5}\". Dette kan gi lekasje i henvisningsinformasjon. Se <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{link}\">W3C anbefalinger ↗</a>.",
- "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the <a href=\"{docUrl}\" rel=\"noreferrer noopener\">security tips ↗</a>." : "HTTP-overskriften \"Strict-Transport-Security\" er ikke satt til minst \"{sekunder}\" sekunder. For forbedret sikkerhet anbefales det å aktivere HSTS som beskrevet i <a href=\"{docUrl}\" rel=\"noreferrer noopener\">tips for bedre sikkerhet ↗</a>.",
- "Non-existing tag #{tag}" : "Ikke-eksisterende merkelapp #{tag}",
- "restricted" : "begrenset",
- "invisible" : "usynlig",
- "Delete" : "Slett",
- "Rename" : "Gi nytt navn",
- "Collaborative tags" : "Samarbeidsmerkelapper",
- "No tags found" : "Ingen emneknagger funnet",
"unknown text" : "ukjent tekst",
"Hello world!" : "Hei, verden!",
"sunny" : "solfylt",
@@ -114,37 +93,58 @@
"Please reload the page." : "Last inn siden på nytt.",
"The update was unsuccessful. For more information <a href=\"{url}\">check our forum post</a> covering this issue." : "Oppdateringen var mislykket. For mer informasjon <a href=\"{url}\">se vår forum-artikkel</a> som beskriver dette problemet.",
"The update was unsuccessful. Please report this issue to the <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">Nextcloud community</a>." : "Oppdateringen mislyktes. Rapporter dette problemet til <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">Nextcloud-gemenskapen</a>.",
- "Continue to Nextcloud" : "Fortsett til Nextcloud",
- "_The update was successful. Redirecting you to Nextcloud in %n second._::_The update was successful. Redirecting you to Nextcloud in %n seconds._" : ["Oppdateringen var vellykket. Videresender deg til Nextcloud om %n sekund.","Oppdateringen var vellykket. Videresender deg til Nextcloud om %n sekunder."],
- "Searching other places" : "Søker andre steder",
- "No search results in other folders for {tag}{filter}{endtag}" : "Ingen søkeresultater i andre mapper etter {tag}{filter}{endtag}",
- "_{count} search result in another folder_::_{count} search results in other folders_" : ["{count} søkeresultat i en annen mappe","{count} søkeresultater i andre mapper"],
+ "Log in" : "Logg inn",
+ "Logging in …" : "Logger inn…",
"Server side authentication failed!" : "Autentisering mislyktes på serveren!",
"Please contact your administrator." : "Kontakt administratoren din.",
"An internal error occurred." : "En intern feil oppstod",
"Please try again or contact your administrator." : "Prøv igjen eller kontakt en administrator.",
"Username or email" : "Brukernavn eller e-post",
"Password" : "Passord",
- "Log in" : "Logg inn",
- "Logging in …" : "Logger inn…",
"Wrong username or password." : "Feil brukernavn eller passord.",
"User disabled" : "Bruker deaktivert",
"We have detected multiple invalid login attempts from your IP. Therefore your next login is throttled up to 30 seconds." : "Vi har detektert flere ugyldige påloggingsforsøk fra din IP-adresse. Derfor er din neste innlogging forsinket med opptil 30 sekunder.",
+ "Your account is not setup for passwordless login." : "Kontoen din er ikke satt opp med passordløs innlogging.",
+ "Passwordless authentication is not supported in your browser." : "Passordløs innlogging støttes ikke av nettleseren din.",
+ "Passwordless authentication is only available over a secure connection." : "Passordløs innlogging støttes kun over en sikker tilkobling.",
"Reset password" : "Tilbakestill passord",
+ "If it is not there ask your local administrator." : "Spør din lokale administrator hvis den ikke er der. ",
"Couldn't send reset email. Please contact your administrator." : "Klarte ikke å sende e-post for tilbakestilling. Kontakt administratoren.",
- "Password can not be changed. Please contact your administrator." : "Passordet kan ikke endres. Kontakt administratoren din.",
"Back to login" : "Tilbake til innlogging",
"New password" : "Nytt passord",
+ "Your files are encrypted. There will be no way to get your data back after your password is reset. If you are not sure what to do, please contact your administrator before you continue. Do you really want to continue?" : "Dine filer er kryptert. Det finnes ingen måte å få dine data tilbake etter at passordet er nullstilt. Hvis du er usikker på hva du skal gjøre, vennligst kontakt din administrator før du fortsetter. Er du helt sikker på at du vil fortsette?",
"I know what I'm doing" : "Jeg vet hva jeg gjør",
"Resetting password" : "Tilbakestill passord",
+ "Recommended apps" : "Anbefalte apper",
+ "Loading apps …" : "Laster apper ... ",
+ "Installing apps …" : "Installerer apper ... ",
+ "App download or installation failed" : "Nedlasting eller installasjon av app feilet ",
"Cancel" : "Avbryt",
+ "Schedule work & meetings, synced with all your devices." : "Planlegg jobb og møter, synkronisert med alle dine enheter.",
+ "Keep your colleagues and friends in one place without leaking their private info." : "Ha dine kollegaer og venner på en plass uten å lekke deres private info.",
+ "Simple email app nicely integrated with Files, Contacts and Calendar." : "Enkel e-post app smidig integrert med Filer, Kontakter og Kalender.",
+ "Chatting, video calls, screensharing, online meetings and web conferencing – in your browser and with mobile apps." : "Chatting, videosamtaler, skjermdeling, nettmøter og webkonferanser – i din nettleser og med mobilapper.",
+ "Collaboratively edit office documents." : "Samarbeid om å redigere dokumenter.",
+ "Local document editing back-end used by the Collabora Online app." : "Lokalt dokumentredigerings bakstykke brukt av Collabora Online app",
"Forgot password?" : "Glemt passord?",
+ "Log in with a device" : "Logg inn med en enhet",
+ "Back" : "Tilbake",
+ "Reset search" : "Tilbakestill søk",
+ "Search for {name} only" : "Søk kun etter {name}",
+ "No results for {query}" : "Ingen resultater for {query}",
+ "Start typing to search" : "Start å skrive for å søke",
+ "Loading more results …" : "Laster flere resultater ...",
+ "Load more results" : "Last flere resultater",
+ "Search" : "Søk",
+ "An error occurred while searching for {type}" : "Det oppstod en feil ved søk etter {type}",
+ "_Please enter {minSearchLength} character or more to search_::_Please enter {minSearchLength} characters or more to search_" : ["Skriv minst {minSearchLength} bokstav for å søke","Skriv minst {minSearchLength} bokstaver for å søke"],
+ "Search {types} …" : "Søk {types} ...",
"Settings" : "Innstillinger",
"Could not load your contacts" : "Kunne ikke laste inn kontaktene dine",
"Search contacts …" : "Søk etter kontakter…",
"No contacts found" : "Fant ingen kontakter",
"Show all contacts …" : "Vis alle kontakter…",
- "Install the Contacts app" : "Installer Kontakter app'en",
+ "Install the Contacts app" : "Installer appen Kontakter",
"Loading your contacts …" : "Laster inn kontaktene dine…",
"Looking for {term} …" : "Ser etter {term}…",
"No" : "Nei",
@@ -206,6 +206,13 @@
"Strong password" : "Sterkt passord",
"No action available" : "Ingen handling tilgjengelig",
"Error fetching contact actions" : "Feil ved innhenting av kontakt-handlinger",
+ "Non-existing tag #{tag}" : "Ikke-eksisterende merkelapp #{tag}",
+ "restricted" : "begrenset",
+ "invisible" : "usynlig",
+ "Delete" : "Slett",
+ "Rename" : "Gi nytt navn",
+ "Collaborative tags" : "Samarbeidsmerkelapper",
+ "No tags found" : "Ingen emneknagger funnet",
"Personal" : "Personlig",
"Users" : "Brukere",
"Apps" : "Apper",
@@ -215,7 +222,10 @@
"File not found" : "Finner ikke filen",
"The document could not be found on the server. Maybe the share was deleted or has expired?" : "Dokumentasjon kan ikke finnes på server. Er deling slettet eller utløpt?",
"Back to %s" : "Tilbake til %s",
+ "Too many requests" : "For mange forespørsler",
+ "There were too many requests from your network. Retry later or contact your administrator if this is an error." : "Det var for mange forespørsler fra ditt nettverk. Prøv igjen senere eller kontakt din administrator hvis dette er en feil.",
"Error" : "Feil",
+ "Previous" : "Forrige",
"Internal Server Error" : "Intern serverfeil",
"The server was unable to complete your request." : "Serveren kunne ikke fullføre din forespørsel.",
"If this happens again, please send the technical details below to the server administrator." : "Hvis dette skjer igjen, send de tekniske detaljene nedenfor til serveradministratoren.",
@@ -234,6 +244,7 @@
"For information how to properly configure your server, please see the <a href=\"%s\" target=\"_blank\" rel=\"noreferrer noopener\">documentation</a>." : "For informasjon om hvordan du skal konfigurere serveren skikkelig, les <a href=\"%s\" target=\"_blank\" rel=\"noreferrer noopener\">dokumentasjonen</a>.",
"Create an <strong>admin account</strong>" : "Opprett en <strong>administrator-konto</strong>",
"Username" : "Brukernavn",
+ "Show password" : "Vis passord",
"Storage & database" : "Lagring og database",
"Data folder" : "Datamappe",
"Configure the database" : "Sett opp databasen",
@@ -248,10 +259,16 @@
"Please specify the port number along with the host name (e.g., localhost:5432)." : "Spesifiser portnr. sammen med servernavnet (f.eks., localhost:5432).",
"Performance warning" : "Ytelsesadvarsel",
"You chose SQLite as database." : "Du velger å bruke SQLite som database.",
+ "SQLite should only be used for minimal and development instances. For production we recommend a different database backend." : "SQLite skal bare bli brukt for minimale- eller utvikler-installasjoner. I vanlig bruk anbefaler vi å bruke et annet bakstykke.",
+ "If you use clients for file syncing, the use of SQLite is highly discouraged." : "Hvis du bruker klienter for filsynkronisering så er bruk av SQLite absolutt ikke anbefalt.",
+ "Install recommended apps" : "Installer anbefalte apper",
+ "Calendar, Contacts, Talk, Mail & Collaborative editing" : "Kalender, Kontaker, Talk, E-post og Samredigering",
"Finish setup" : "Fullfør oppsett",
"Finishing …" : "Ferdigstiller…",
"Need help?" : "Trenger du hjelp?",
"See the documentation" : "Se dokumentasjonen",
+ "It looks like you are trying to reinstall your Nextcloud. However the file CAN_INSTALL is missing from your config directory. Please create the file CAN_INSTALL in your config folder to continue." : "Det ser ut som at du forsøker å re installere Nextcloud. Filen CAN_INSTALL mangler imidlertid fra innstillingsmappen. Opprett filen CAN_INSTALL i innstillingsmappen for å fortsette.",
+ "Could not remove CAN_INSTALL from the config folder. Please remove this file manually." : "Kunne ikke fjerne CAN_INSTALL fra konfigurasjonsmappa. Vennligst fjern denne filen manuelt.",
"This application requires JavaScript for correct operation. Please {linkstart}enable JavaScript{linkend} and reload the page." : "Denne appen krever JavaScript for å fungere korrekt. {linkstart}Aktiver JavaScript{linkend} og last siden på nytt.",
"Get your own free account" : "Få din egen gratis konto",
"Skip to main content" : "Gå til hovedinnhold",
@@ -259,14 +276,13 @@
"More apps" : "Flere apper",
"More" : "Mer",
"More apps menu" : "Flere apper-meny",
- "Search" : "Søk",
- "Reset search" : "Tilbakestill søk",
"Contacts" : "Kontakter",
"Contacts menu" : "Kontakter meny",
"Settings menu" : "Meny for innstillinger",
"Confirm your password" : "Bekreft ditt passord",
"Connect to your account" : "Koble til kontoen din",
"Please log in before granting %1$s access to your %2$s account." : "Logg inn før du tildeler %1$stilgang til din %2$skonto.",
+ "If you are not trying to set up a new device or app, someone is trying to trick you into granting them access to your data. In this case do not proceed and instead contact your system administrator." : "Hvis du ikke prøver å sette opp en ny enhet eller app, så er det noen som nå prøver å lure deg til å gi de tilgang til dine data. Stopp i så fall øyeblikkelig og kontakt din systemadministrator.",
"App token" : "App-symbol",
"Grant access" : "Gi tilgang",
"Alternative log in using app token" : "Alternativ logg inn ved hjelp av app-kode",
@@ -281,16 +297,20 @@
"Enhanced security is enabled for your account. Choose a second factor for authentication:" : "Utvidet sikkerhet er tilgjengelig fo rdin konto. Velg en to-faktor for autentisering.",
"Could not load at least one of your enabled two-factor auth methods. Please contact your admin." : "Kunne ikke laste minst en av de aktiverte tofaktor metodene. Ta kontakt med administrasjonen din.",
"Two-factor authentication is enforced but has not been configured on your account. Contact your admin for assistance." : "To-faktor autentisering er aktivert men er ikke satt opp for din konto. Kontakt administrator for hjelp.",
+ "Two-factor authentication is enforced but has not been configured on your account. Please continue to setup two-factor authentication." : "Tofaktor autentisering er påkrevd, men er ikke satt opp for din konto. Vennligst gå videre for å sette opp tofaktor autentisering.",
+ "Set up two-factor authentication" : "Opprett totrinns bekreftelse",
"Two-factor authentication is enforced but has not been configured on your account. Use one of your backup codes to log in or contact your admin for assistance." : "To-faktor autentisering er aktivert men er ikke satt opp for din konto. Bruk en av dine sikkerhet koder for å logge inn eller kontakt administrator for hjelp.",
"Use backup code" : "Bruker sikkerhetskopi kode",
"Cancel login" : "Avbryt innlogging",
+ "Setup two-factor authentication" : "Opprett totrinns bekreftelse",
+ "Enhanced security is enforced for your account. Choose which provider to set up:" : "Utvidet sikkerhet håndheves for din konto. Velg hvilken tilbyder som skal brukes:",
"Error while validating your second factor" : "Feil under validering av din andre faktor",
"Access through untrusted domain" : "Nå gjennom ubetrodd domene",
"Please contact your administrator. If you are an administrator, edit the \"trusted_domains\" setting in config/config.php like the example in config.sample.php." : "Kontakt din administrator. Hvis du er en administrator, sett opp innstillingen \"trusted_domains\" i config/config.php som eksemplet i config/config.sample.php.",
"Further information how to configure this can be found in the %1$sdocumentation%2$s." : "Ytterligere informasojn om oppsett finnes i %1$sdokumentasjon%2$s.",
"App update required" : "Oppdatering av app kreves",
"%1$s will be updated to version %2$s" : "%1$soppdateres til versjon %2$s",
- "These apps will be updated:" : "Disse appene vil bli oppdatert:",
+ "The following apps will be updated:" : "Følgende apper vil bli oppdatert:",
"These incompatible apps will be disabled:" : "Disse ikke-kompatible appene vil bli deaktivert:",
"The theme %s has been disabled." : "Temaet %s har blitt deaktivert.",
"Please make sure that the database, the config folder and the data folder have been backed up before proceeding." : "Forsikre deg om at databasen, config-mappen og datamappen er blitt sikkerhetskopiert før du fortsetter.",
@@ -306,94 +326,49 @@
"This %s instance is currently in maintenance mode, which may take a while." : "Denne %s-instansen er for øyeblikket i vedlikeholdsmodus, noe som kan vare en stund.",
"This page will refresh itself when the instance is available again." : "Siden vil oppdatere seg selv når instans er tilgjengelig igjen.",
"Contact your system administrator if this message persists or appeared unexpectedly." : "Kontakt systemadministratoren hvis denne meldingen var uventet eller ikke forsvinner.",
- "Could not send reset email because there is no email address for this username. Please contact your administrator." : "Klarte ikke å sende e-post for tilbakestilling av passord fordi det ikke finnes noen e-postadresse for dette brukernavnet. Kontakt administratoren din.",
- "Couldn't send reset email. Please make sure your username is correct." : "Klarte ikke å sende e-post for tilbakestilling av passord. Sjekk at brukernavnet ditt er korrekt.",
- "We have send a password reset e-mail to the e-mail address known to us for this account. If you do not receive it within a reasonable amount of time, check your spam/junk folders.<br>If it is not there ask your local administrator." : "Vi har sendt e-post for tilbakestilling av til e-postadressen for kontoen. Hvis du ikke mottar denne innen rimelig tid, må du sjekke mappene for spam/søppelpost.<br>Hvis den ikke er der, spør din lokale administrator om hjelp.",
- "Your files are encrypted. There will be no way to get your data back after your password is reset.<br />If you are not sure what to do, please contact your administrator before you continue. <br />Do you really want to continue?" : "Filene dine er kryptert. Det vil ikke være mulig å gjenopprette dine data etter at passordet ditt er satt på nytt.<br />Hvis du ikke er sikker på hva du skal gjøre, kontakt administratoren din før du fortsetter. <br />Vil du virkelig fortsette?",
- "Sending email …" : "Sender e-post …",
- "You are currently running PHP 5.6. The current major version of Nextcloud is the last that is supported on PHP 5.6. It is recommended to upgrade the PHP version to 7.0+ to be able to upgrade to Nextcloud 14." : "Du kjører nå PHP 5.6. Den nåværende hovedversjonen er den siste som støtter PHP 5.6. Det anbefales å oppgradere PHP-versjonen til 7.0+, for å kunne oppgradere til Nextcloud 14.",
- "Accessing site insecurely via HTTP. You are strongly adviced to set up your server to require HTTPS instead, as described in the <a href=\"{docUrl}\">security tips ↗</a>." : "Få tilgang til nettstedet usikkert via HTTP. Du er sterkt anbefalt å sette opp serveren din for å kreve HTTPS i stedet, som beskrevet i<a href=\"{docUrl}\">tips for bedre sikkerhet ↗</a>.",
- "Shared" : "Delt",
- "Shared with" : "Delt med",
- "Shared by" : "Delt av",
- "Choose a password for the public link" : "Velg et passord for den offentlige lenken",
- "Choose a password for the public link or press the \"Enter\" key" : "Velg et passord for den offentlige lenken eller trykk \"Enter\"-tasten",
- "Copied!" : "Kopiert!",
- "Copy link" : "Kopier lenke",
- "Not supported!" : "Ikke støttet!",
- "Press ⌘-C to copy." : "Trykk ⌘-C for å kopiere",
- "Press Ctrl-C to copy." : "Trykk Ctrl-C for å kopiere",
- "Unable to create a link share" : "Kan ikke opprette lenke for deling",
- "Unable to toggle this option" : "Kan ikke endre opsjon",
- "Resharing is not allowed" : "Videre deling er ikke tillatt",
- "Link" : "Lenke",
- "Hide download" : "Gjem nedlasting",
- "Password protection enforced" : "Passordbeskyttelse er påkrevd",
- "Password protect" : "Passordbeskyttet",
- "Allow editing" : "Tillat redigering",
- "Email link to person" : "Send lenke til person via e-post",
- "Send" : "Send",
- "Allow upload and editing" : "Tillatt opplasting og redigering",
- "Read only" : "Kun lesetilgang",
- "File drop (upload only)" : "Filkasse (kun opplasting)",
- "Expiration date enforced" : "Utløpsdato er påkrevd",
- "Set expiration date" : "Sett utløpsdato",
- "Expiration" : "Utløpsdato",
- "Expiration date" : "Utløpsdato",
- "Note to recipient" : "Melding til mottaker",
- "Unshare" : "Opphev deling",
- "Delete share link" : "Slett lenke til deling",
- "Add another link" : "Legg til en lenke til",
- "Password protection for links is mandatory" : "Passordbeskyttelse for lenker er påkrevd",
- "Share to {name}" : "Dele med {name}",
- "Share link" : "Del lenke",
- "New share link" : "Ny delt lenke",
- "Created on {time}" : "Opprettet {time}",
- "Password protect by Talk" : "Passord beskyttet av Talk",
- "Could not unshare" : "Kunne ikke oppheve deling",
- "Shared with you and the group {group} by {owner}" : "Delt med deg og gruppen {group} av {owner}",
- "Shared with you and {circle} by {owner}" : "Delt med deg og {circle} av {owner}",
- "Shared with you and the conversation {conversation} by {owner}" : "Delt med deg og samtalen {conversation} av {owner}",
- "Shared with you in a conversation by {owner}" : "Delt md deg i samtale med {owner}",
- "Shared with you by {owner}" : "Delt med deg av {owner}",
- "Choose a password for the mail share" : "Velg et passord for e-postlageret",
- "group" : "gruppe",
- "remote" : "ekstern",
- "remote group" : "ekstern gruppe",
- "email" : "e-post",
- "conversation" : "samtale",
- "shared by {sharer}" : "delt av {sharer}",
- "Can reshare" : "Kan dele videre",
- "Can edit" : "Kan redigere",
- "Can create" : "Kan opprette",
- "Can change" : "Kan endre",
- "Can delete" : "Kan slette",
- "Access control" : "Tilgangskontroll",
- "{shareInitiatorDisplayName} shared via link" : "{shareInitiatorDisplayName} delt via lenke",
- "Error while sharing" : "Feil under deling",
- "Share details could not be loaded for this item." : "Klarte ikke å laste inn detaljer om deling for dette elementet.",
- "Search globally" : "Søk globalt",
- "_At least {count} character is needed for autocompletion_::_At least {count} characters are needed for autocompletion_" : ["Minst {count} tegn er nødvendig for autofullføring","Minst {count} antall tegn er nødvendig for autofullføring"],
- "This list is maybe truncated - please refine your search term to see more results." : "Listen kan bli avkortet - juster søket ditt for å se flere resultat.",
- "No users or groups found for {search}" : "Ingen brukere eller grupper funnet for {search}",
- "No users found for {search}" : "Ingen brukere funnet for {search}",
- "An error occurred (\"{message}\"). Please try again" : "En feil inntraff (\"{message}\"). Prøv igjen",
- "An error occurred. Please try again" : "Det oppstod en feil. Prøv igjen",
- "Home" : "Hjem",
- "Work" : "Arbeid",
- "Other" : "Annen",
- "{sharee} (remote group)" : "{sharee} (remote group)",
- "{sharee} ({type}, {owner})" : "{sharee} ({type}, {owner})",
- "Share" : "Del",
- "Name or email address..." : "Navn eller e-postadresse…",
- "Name or federated cloud ID..." : "Navn eller sammenknyttet sky-ID…",
- "Name, federated cloud ID or email address..." : "Navn, sammenknyttet sky-ID eller e-postadresse…",
- "Name..." : "Navn …",
- "Error removing share" : "Feil ved fjerning av deling",
- "({scope})" : "({scope})",
- "Saving..." : "Lagrer …",
- "Dismiss" : "Forkast",
- "New Password" : "Nytt passord",
- "Cancel log in" : "Avbryt innlogging"
+ "Checking whether the database schema can be updated (this can take a long time depending on the database size)" : "Sjekker om databaseskjemaet kan oppdateres (dette kan ta lang tid hvis databasen er stor)",
+ "Checked database schema update" : "Sjekket oppdatering av databaseskjema",
+ "Checking updates of apps" : "Ser etter oppdateringer av apper",
+ "Checking for update of app \"%s\" in appstore" : "Ser etter oppdatering for appen \"%s\" i app-butikk",
+ "Update app \"%s\" from appstore" : "Oppdater appen \"%s\" fra app-butikk",
+ "Checked for update of app \"%s\" in appstore" : "Så etter oppdateringer for appen \"%s\" i app-butikk",
+ "Checked database schema update for apps" : "Sjekket databaseskjema-oppdatering for app",
+ "Following apps have been disabled: %s" : "Følgende apper er deaktivert: %s",
+ "Your web server is not properly set up to resolve \"{url}\". Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Din webserver er ikke satt opp korrekt for å hente \"{url}\". Mer informasjon finner du i <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentasjonen</a>.",
+ "Your web server is not properly set up to resolve \"{url}\". This is most likely related to a web server configuration that was not updated to deliver this folder directly. Please compare your configuration against the shipped rewrite rules in \".htaccess\" for Apache or the provided one in the documentation for Nginx at it's <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation page</a>. On Nginx those are typically the lines starting with \"location ~\" that need an update." : "Nettjeneren din er ikke korrekt satt opp for å løse \"{url}\". Dette er sannsynligvis forbundet med et nettjeneroppsett som ikke er oppdatert til å levere denne mappen direkte. Sammenlign dine innstillinger med omskrivingsreglene i den medfølgende \".htaccess\"-filen til Apache, eller den vedlagt i dokumentasjonen til Nginx på dens <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentasjonsside</a>. Det er typisk de linjene som starter med \"location ~\" som trenger oppdatering i Nginx.",
+ "Your web server is not properly set up to deliver .woff2 files. This is typically an issue with the Nginx configuration. For Nextcloud 15 it needs an adjustement to also deliver .woff2 files. Compare your Nginx configuration to the recommended configuration in our <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Din netserver er ikke satt opp for å bruke .woff2 filer. Dette er et typisk problem med Nginx konfigurasjon. For Nextcloud 15 må .woff2 filer også støttes. Sammenlign ditt Nginx oppsett med anbefalinger i <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentasjon</a>.",
+ "Please check the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">installation documentation ↗</a> for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "Vennligst se <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentasjon for installasjon ↗</a> for PHP notater om konfigurasjon og PHP oppsett for din server når det gjelder php-fpm.",
+ "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems. See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation ↗</a> for more information." : "Transaksjonell fillåsing er deaktivert, dette kan føre til problemer med løpevilkår. Aktiver \"filelocking.enabled\" i config.php for å unngå disse problemene. Se <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentasjon ↗</a> for mer informasjon.",
+ "Last background job execution ran {relativeTime}. Something seems wrong." : "Den siste bakgrunnsjobben kjørte {relativeTime}. Noe virker galt.",
+ "Check the background job settings" : "Kontroller instillinger for bakgrunnsjobb",
+ "No memory cache has been configured. To enhance performance, please configure a memcache, if available. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Hurtigminne er ikke satt opp. For bedre ytelse bør du sette opp hurtigminne hvis det er tilgjengelig. Mer informasjon finnes i <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentasjonen</a>.",
+ "No suitable source for randomness found by PHP which is highly discouraged for security reasons. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Ingen egnet kilde til tilfeldighet funnet av PHP som er svært motløst av sikkerhetshensyn. Mer informasjon finnes i <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentasjon</a>.",
+ "You are currently running PHP {version}. Upgrade your PHP version to take advantage of <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">performance and security updates provided by the PHP Group</a> as soon as your distribution supports it." : "Du bruker PHP-{version}. Oppgrader PHP-versjonen for å utnytte <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">ytelsen og sikkerhetsoppdateringene som tilbys av PHP Group</a, så fort din distribusjon støtter det.",
+ "The reverse proxy header configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If not, this is a security issue and can allow an attacker to spoof their IP address as visible to the Nextcloud. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Det omvendte mellomserver-hodet er ikke satt opp rett, eller du kobler til Nextcloud fra en betrodd mellomserver. Hvis ikke, er dette et sikkerhetsproblem, og kan tillate en angriper å forfalske deres IP-adresse slik den er synlig for Nextcloud. Ytterligere informasjon er å finne i <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentasjonen</a>.",
+ "Memcached is configured as distributed cache, but the wrong PHP module \"memcache\" is installed. \\OC\\Memcache\\Memcached only supports \"memcached\" and not \"memcache\". See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">memcached wiki about both modules</a>." : "Memcached er satt opp som distribuert hurtiglager, men feil PHP-modul \"memcache\" er installert. \\OC\\Memcache\\Memcached støtter bare \"memcached\" og ikke \"memcache\". Se <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">memcached-wikien om begge modulene</a>.",
+ "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">List of invalid files…</a> / <a href=\"{rescanEndpoint}\">Rescan…</a>)" : "Noen filer besto ikke gyldighetssjekken. Ytterligere informasjon om hvordan dette problemet kan løses finnes i <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentasjonen</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">Liste over ugyldige filer…</a> / <a href=\"{rescanEndpoint}\">Skann på ny…</a>)",
+ "The PHP OPcache module is not loaded. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance it is recommended</a> to load it into your PHP installation." : " PHP OPcache modul er ikke lastet. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For bedre ytelse er det anbefalt å laste denne inn i PHP installasjon.</a>",
+ "The PHP OPcache is not properly configured. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance it is recommended</a> to use the following settings in the <code>php.ini</code>:" : "PHP OPcache er ikke satt opp rett. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For bedre ytelse anbefales det å bruke følgende innstillinger i <code>php.ini</code>:",
+ "Some columns in the database are missing a conversion to big int. Due to the fact that changing column types on big tables could take some time they were not changed automatically. By running 'occ db:convert-filecache-bigint' those pending changes could be applied manually. This operation needs to be made while the instance is offline. For further details read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "Noen kolonner i databasen mangler konvertering til big int (stor integer verdi). Endring kan ta lang tid og er ikke utført automatisk. Kjør kommando 'occ db:convert-filecache-bigint' når instans er offline for å gjennomføre endringer. For mer informasjon se <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentasjon</a>.",
+ "To migrate to another database use the command line tool: 'occ db:convert-type', or see the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation ↗</a>." : "For å migrere til en annen database, bruk kommandolinjeverktøyet: 'occ db: convert-type', eller se <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentasjon ↗</a>.",
+ "Use of the the built in php mailer is no longer supported. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Please update your email server settings ↗<a/>." : "Bruk av den innebygde php e-post sending støttes ikke lenger. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Vennligst oppdater innstillinger for e-postserver ↗<a/>.",
+ "MySQL is used as database but does not support 4-byte characters. To be able to handle 4-byte characters (like emojis) without issues in filenames or comments for example it is recommended to enable the 4-byte support in MySQL. For further details read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "MySQL brukes som database, men støtter ikke 4-byte-tegn . Det er anbefalt å aktivere støtte for 4-byte-tegn i MySQL for å kunne behandle 4-byte-tegn (som emojier) i, for eksempel, filnavn eller kommentarer uten problemer. Les <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentasjonssiden om dette</a> for flere detaljer.",
+ "You are accessing your instance over a secure connection, however your instance is generating insecure URLs. This most likely means that you are behind a reverse proxy and the overwrite config variables are not set correctly. Please read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "Du har tilgang til din instans via en sikker tilkobling, men instansen din genererer usikre nettadresser. Dette betyr mest sannsynlig at du er bak en reversert mellomtjener og at overskrivingsinnstillingene ikke er korrekt oppsatt. Les <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentasjonssiden om dette</a>.",
+ "The \"{header}\" HTTP header is not set to \"{val1}\", \"{val2}\", \"{val3}\", \"{val4}\" or \"{val5}\". This can leak referer information. See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{link}\">W3C Recommendation ↗</a>." : "\"{header}\" HTTP hode er satt til \"{val1}\", \"{val2}\", \"{val3}\", \"{val4}\" eller \"{val5}\". Dette kan gi lekasje i henvisningsinformasjon. Se <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{link}\">W3C anbefalinger ↗</a>.",
+ "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the <a href=\"{docUrl}\" rel=\"noreferrer noopener\">security tips ↗</a>." : "HTTP-overskriften \"Strict-Transport-Security\" er ikke satt til minst \"{sekunder}\" sekunder. For forbedret sikkerhet anbefales det å aktivere HSTS som beskrevet i <a href=\"{docUrl}\" rel=\"noreferrer noopener\">tips for bedre sikkerhet ↗</a>.",
+ "Accessing site insecurely via HTTP. You are strongly advised to set up your server to require HTTPS instead, as described in the <a href=\"{docUrl}\">security tips ↗</a>." : "Besøker siden usikkert via HTTP. Du er sterkt anbefalt å sette opp serveren din til å kreve HTTPS i stedet, som beskrevet i <a href=\"{docUrl}\">sikkerhetstips ↗</a>.",
+ "Continue to Nextcloud" : "Fortsett til Nextcloud",
+ "_The update was successful. Redirecting you to Nextcloud in %n second._::_The update was successful. Redirecting you to Nextcloud in %n seconds._" : ["Oppdateringen var vellykket. Videresender deg til Nextcloud om %n sekund.","Oppdateringen var vellykket. Videresender deg til Nextcloud om %n sekunder."],
+ "Searching other places" : "Søker andre steder",
+ "No search results in other folders for {tag}{filter}{endtag}" : "Ingen søkeresultater i andre mapper etter {tag}{filter}{endtag}",
+ "_{count} search result in another folder_::_{count} search results in other folders_" : ["{count} søkeresultat i en annen mappe","{count} søkeresultater i andre mapper"],
+ "A password reset message has been sent to the e-mail address of this account. If you do not receive it, check your spam/junk folders or ask your local administrator for help." : "Melding om tilbakestilling av passord har blitt send til e-postadressen til denne kontoen. Hvis du ikke mottak den, burde du sjekke såam/søppelpost mappene eller spørre din lokale administrator om hjelp.",
+ "Password can not be changed. Please contact your administrator." : "Passordet kan ikke endres. Kontakt administratoren din.",
+ "Could not fetch list of apps from the app store." : "Kunne ikke hente liste med apper fra appbutikken. ",
+ "Nextcloud {app}" : "Nextcloud {app} ",
+ "Can't install this app because it is not compatible" : "Kan ikke installere denne appen fordi den ikke er kompatibel",
+ "Can't install this app" : "Kan ikke installere denne appen",
+ "These apps will be updated:" : "Disse appene vil bli oppdatert:",
+ "For more details see the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "For flere detaljer, les <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\"> dokumentasjonen</a>."
},"pluralForm" :"nplurals=2; plural=(n != 1);"
} \ No newline at end of file
diff --git a/core/l10n/nl.js b/core/l10n/nl.js
index 985ad2c74c6..ea04217d294 100644
--- a/core/l10n/nl.js
+++ b/core/l10n/nl.js
@@ -5,6 +5,14 @@ OC.L10N.register(
"File is too big" : "Bestand te groot",
"The selected file is not an image." : "Het geselecteerde bestand is geen afbeelding.",
"The selected file cannot be read." : "Het geselecteerde bestand kan niet worden gelezen.",
+ "The file was uploaded" : "Het bestand werd geüpload",
+ "The uploaded file exceeds the upload_max_filesize directive in php.ini" : "Het geüploade bestand overschrijdt de upload_max_filesize optie in php.ini",
+ "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Het bestand overschrijdt de MAX_FILE_SIZE waarde die is opgegeven in het HTML formulier",
+ "The file was only partially uploaded" : "Het bestand is slechts gedeeltelijk geüpload",
+ "No file was uploaded" : "Er is geen bestand geüpload",
+ "Missing a temporary folder" : "Tijdelijke map ontbreekt",
+ "Could not write file to disk" : "Kon bestand niet naar schijf schrijven",
+ "A PHP extension stopped the file upload" : "Een PHP-extensie blokkeerde de upload.",
"Invalid file provided" : "Ongeldig bestand opgegeven",
"No image or file provided" : "Geen afbeelding of bestand opgegeven",
"Unknown filetype" : "Bestandsformaat onbekend",
@@ -13,21 +21,24 @@ OC.L10N.register(
"No temporary profile picture available, try again" : "Geen tijdelijke profielafbeelding beschikbaar. Probeer het opnieuw",
"No crop data provided" : "Geen bijsnijdingsgegevens opgegeven",
"No valid crop data provided" : "Geen geldige bijsnijdingsgegevens opgegeven",
- "Crop is not square" : "Bijsnijden is niet vierkant",
- "State token does not match" : "Token staat komt niet overeen",
- "Could not complete login" : "De login is niet geslaagd",
- "Your login token is invalid or has expired" : "Je login token is ongeldig of vervallen",
- "Password reset is disabled" : "Herstel wachtwoord is uitgeschakeld",
- "Couldn't reset password because the token is invalid" : "Kon het wachtwoord niet herstellen, omdat het token ongeldig is",
- "Couldn't reset password because the token is expired" : "Kon het wachtwoord niet herstellen, omdat het token verlopen is",
+ "Crop is not square" : "Bijgesneden afbeelding is niet vierkant",
+ "State token does not match" : "State-token komt niet overeen",
+ "Invalid app password" : "Ongeldig appwachtwoord",
+ "Could not complete login" : "De login kon niet worden voltooid",
+ "Your login token is invalid or has expired" : "Je inlogtoken is ongeldig of is vervallen",
+ "Password reset is disabled" : "Wachtwoordreset is uitgeschakeld",
+ "Couldn't reset password because the token is invalid" : "Kon het wachtwoord niet resetten omdat het token ongeldig is",
+ "Couldn't reset password because the token is expired" : "Kon het wachtwoord niet resetten omdat het token verlopen is",
"%s password reset" : "%s reset wachtwoord",
- "Password reset" : "Herstel wachtwoord",
- "Click the following button to reset your password. If you have not requested the password reset, then ignore this email." : "Klik op de volgende knop om je wachtwoord te herstellen. Als je geen wachtwoordherstel hebt aangevraagd, negeer dan dit e-mailbericht.",
- "Click the following link to reset your password. If you have not requested the password reset, then ignore this email." : "Klik op de volgende link om je wachtwoord te herstellen. Als je geen wachtwoordherstel hebt aangevraagd, negeer dan dit e-mailbericht.",
- "Reset your password" : "Herstel je wachtwoord",
+ "Password reset" : "Wachtwoordreset",
+ "Click the following button to reset your password. If you have not requested the password reset, then ignore this email." : "Klik op de volgende knop om je wachtwoord te resetten. Als je geen wachtwoordreset hebt aangevraagd, negeer dan dit e-mailbericht.",
+ "Click the following link to reset your password. If you have not requested the password reset, then ignore this email." : "Klik op de volgende link om je wachtwoord te resetten. Als je geen wachtwoordherstel hebt aangevraagd, negeer dan dit e-mailbericht.",
+ "Reset your password" : "Reset je wachtwoord",
"Nextcloud Server" : "Nextcloud Server",
- "Some of your link shares have been removed" : "Sommige van je deellinks zijn verwijderd",
- "Due to a security bug we had to remove some of your link shares. Please see the link for more information." : "Door een security-bug moesten we sommige van je deellinks verwijderen. Bekijk de link voor meer informatie.",
+ "Some of your link shares have been removed" : "Sommige van je gedeelde links zijn verwijderd",
+ "Due to a security bug we had to remove some of your link shares. Please see the link for more information." : "Door een security-bug moesten we sommige van je gedeelde links verwijderen. Bekijk de link voor meer informatie.",
+ "The user limit of this instance is reached." : "De limiet van het aantal gebruikers op deze server is bereikt.",
+ "Enter your subscription key to increase the user limit. For more information about Nextcloud Enterprise see our website." : "Voer je abonnementssleutel in om de gebruikerslimiet te verhogen. Zie onze website voor meer informatie over Nextcloud Enterprise.",
"Preparing update" : "Update voorbereiden",
"[%d / %d]: %s" : "[%d / %d]: %s",
"Repair step:" : "Herstel stap:",
@@ -41,76 +52,70 @@ OC.L10N.register(
"Maintenance mode is kept active" : "Onderhoudsmodus blijft actief",
"Updating database schema" : "Databaseschema aan het bijwerken",
"Updated database" : "Database bijgewerkt",
- "Checking whether the database schema can be updated (this can take a long time depending on the database size)" : "Controleert of het databaseschema geüpdatet kan worden (dit kan lang duren afhankelijk van de grootte van de de database)",
- "Checked database schema update" : "Database schema-update gecontroleerd",
- "Checking updates of apps" : "Controleert of er app updates zijn",
- "Checking for update of app \"%s\" in appstore" : "Controleren of er updates zijn voor de app \"%s\"",
- "Update app \"%s\" from appstore" : "App \"%s\" updaten in de appstore",
- "Checked for update of app \"%s\" in appstore" : "Op updates gecontroleerd voor de app \"%s\"",
+ "Checking for update of app \"%s\" in App Store" : "Controleren op updates voor app \"%s\" in de App Store",
+ "Update app \"%s\" from App Store" : "Update app \"%s\" vanuit de App Store",
+ "Checked for update of app \"%s\" in App Store" : "Op updates gecontroleerd voor app \"%s\" in App Store",
"Checking whether the database schema for %s can be updated (this can take a long time depending on the database size)" : "Controleert of het databaseschema voor %s geüpdatet kan worden (dit kan lang duren afhankelijk van de grootte van de database)",
- "Checked database schema update for apps" : "Databaseschema update voor apps gecontroleerd",
"Updated \"%1$s\" to %2$s" : "Werkte \"%1$s\" bij tot %2$s",
"Set log level to debug" : "Debug logniveau instellen",
"Reset log level" : "Terugzetten logniveau",
"Starting code integrity check" : "Starten code betrouwbaarheidscontrole",
"Finished code integrity check" : "Code betrouwbaarheidscontrole beeindigd",
"%s (incompatible)" : "%s (incompatibel)",
- "Following apps have been disabled: %s" : "De volgende apps zijn uitgeschakeld: %s",
+ "The following apps have been disabled: %s" : "De volgende apps zijn uitgeschakeld: %s",
"Already up to date" : "Al bijgewerkt",
"Your web server is not yet properly set up to allow file synchronization, because the WebDAV interface seems to be broken." : "Je webserver is nog niet goed ingesteld voor bestandssynchronisatie, omdat de WebDAV interface niet goed lijkt te werken.",
- "Your web server is not properly set up to resolve \"{url}\". Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Je webserver is niet goed ingesteld om \"{url}\" te vinden. Meer informatie is te vinden in onze <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentatie</a>.",
- "Your web server is not properly set up to resolve \"{url}\". This is most likely related to a web server configuration that was not updated to deliver this folder directly. Please compare your configuration against the shipped rewrite rules in \".htaccess\" for Apache or the provided one in the documentation for Nginx at it's <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation page</a>. On Nginx those are typically the lines starting with \"location ~\" that need an update." : "Je webserver is niet juist ingesteld voor het verwerken van \"{url}\". De oorzaak ligt waarschijnlijk bij de webserver configuratie die niet bijgewerkt is om deze map rechtstreeks beschikbaar te stellen. Vergelijk je configuratie tegen de installatieversie van de rewrite regels die je vindt in de \".htaccess\" bestanden voor Apache of met de voorbeelden in de documentatie voor Nginx die je vindt op de <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentatie pagina</a>. Op Nginx beginnen deze regels meestal met \"location ~\" die je moet aanpassen.",
- "Your web server is not properly set up to deliver .woff2 files. This is typically an issue with the Nginx configuration. For Nextcloud 15 it needs an adjustement to also deliver .woff2 files. Compare your Nginx configuration to the recommended configuration in our <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Je webserver is niet goed ingesteld om .woff2 bestanden af te leveren. Dit is meestal een probleem met de Nginx configuratie. Voor Nextcloud 15 moet die worden aangepast om ook .woff2 bestanden aan te kunnen. vergelijk jouw Nginx configuratie met de aanbevolen instellingen in onze <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>.",
+ "Your web server is not properly set up to resolve \"{url}\". Further information can be found in the {linkstart}documentation ↗{linkend}." : "Je webserver is niet goed ingesteld om \"{url}\" te vinden. Meer informatie is te vinden in onze {linkstart}documentatie↗{linkend}.",
+ "Your web server is not properly set up to resolve \"{url}\". This is most likely related to a web server configuration that was not updated to deliver this folder directly. Please compare your configuration against the shipped rewrite rules in \".htaccess\" for Apache or the provided one in the documentation for Nginx at it's {linkstart}documentation page ↗{linkend}. On Nginx those are typically the lines starting with \"location ~\" that need an update." : "Je webserver is niet juist ingesteld voor het verwerken van \"{url}\". De oorzaak ligt waarschijnlijk bij de webserver configuratie die niet bijgewerkt is om deze map rechtstreeks beschikbaar te stellen. Vergelijk je configuratie tegen de installatieversie van de rewrite regels die je vindt in de \".htaccess\" bestanden voor Apache of met de voorbeelden in de documentatie voor Nginx die je vindt op de {linkstart}documentatie pagina↗{linkend}. Op Nginx beginnen deze regels meestal met \"location ~\" die je moet aanpassen.",
+ "Your web server is not properly set up to deliver .woff2 files. This is typically an issue with the Nginx configuration. For Nextcloud 15 it needs an adjustement to also deliver .woff2 files. Compare your Nginx configuration to the recommended configuration in our {linkstart}documentation ↗{linkend}." : "Je webserver is niet goed ingesteld om .woff2 bestanden af te leveren. Dit is meestal een probleem met de Nginx configuratie. Voor Nextcloud 15 moet die worden aangepast om ook .woff2 bestanden aan te kunnen. vergelijk jouw Nginx configuratie met de aanbevolen instellingen in onze {linkstart}documentatie ↗{linkend}.",
"PHP does not seem to be setup properly to query system environment variables. The test with getenv(\"PATH\") only returns an empty response." : "PHP lijkt niet goed te zijn ingesteld voor opvragen systeemomgevingsvariabelen. De test met getenv(\"PATH\") gaf een leeg resultaat.",
- "Please check the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">installation documentation ↗</a> for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "Controleer de <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">installatiedocumentatie ↗</a> voor php configuratienotities en de php configuratie van je server, zeker bij gebruik van php-fpm.",
+ "Please check the {linkstart}installation documentation ↗{linkend} for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "Lees de {linkstart}installatiedocumentatie ↗{linkend} voor php configuratienotities en de php configuratie van je server, zeker bij gebruik van php-fpm.",
"The read-only config has been enabled. This prevents setting some configurations via the web-interface. Furthermore, the file needs to be made writable manually for every update." : "De alleen-lezen config is ingeschakeld. Dit voorkomt het via de webinterface wijzigen van verschillende instellingen. Bovendien moet het bestand voor elke aanpassing handmatig op beschrijfbaar worden ingesteld.",
"Your database does not run with \"READ COMMITTED\" transaction isolation level. This can cause problems when multiple actions are executed in parallel." : "Je database draait niet met \"READ COMMITTED\" transactie-isolatie niveau. Dit kan problemen opleveren als er meerdere acties tegelijkertijd worden uitgevoerd.",
"The PHP module \"fileinfo\" is missing. It is strongly recommended to enable this module to get the best results with MIME type detection." : "De PHP module \"fileinfo\" ontbreekt. We adviseren met klem om deze module te activeren om de beste resultaten te bereiken voor MIME-type detectie.",
- "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems. See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation ↗</a> for more information." : "Transactionele bestandlocking is uitgeschakeld, dat zou namelijk kunnen leiden tot versiebeheerproblemen. Schakel \"filelocking enabled\" in config.php in om deze problemen te voorkomen. Zie de <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentatie ↗</a> voor meer informatie.",
+ "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems. See the {linkstart}documentation ↗{linkend} for more information." : "Transactionele bestandlocking is gedeactiveerd, dat zou kunnen leiden tot versiebeheerproblemen. Schakel \"filelocking enabled\" in config.php in om deze problemen te voorkomen. Zie de {linkstart}documentatie ↗{linkend} voor meer informatie.",
"If your installation is not installed at the root of the domain and uses system cron, there can be issues with the URL generation. To avoid these problems, please set the \"overwrite.cli.url\" option in your config.php file to the webroot path of your installation (suggestion: \"{suggestedOverwriteCliURL}\")" : "Als je installatie niet in de hoofddirectory van het domein staat, maar wel systeem cron gebruikt, dan kunnen er problemen ontstaan bij het genereren van URL's. Om deze problemen te voorkomen zou je de \"overwrite.cli.url\" optie in config.php moeten instellen op het webroot pad van je installatie (aanbevolen:\"{suggestedOverwriteCliURL}\")",
+ "Your installation has no default phone region set. This is required to validate phone numbers in the profile settings without a country code. To allow numbers without a country code, please add \"default_phone_region\" with the respective {linkstart}ISO 3166-1 code ↗{linkend} of the region to your config file." : "Je installatie heeft geen standaard telefoonregio. Dit is nodig om telefoonnummers te valideren in de profielinstellingen zonder landcode. Om nummers zonder landcode toe te staan, voeg je \"default_phone_region\" met de respectieve {linkstart} ISO 3166-1-code ↗ {linkend} van de regio toe aan je configuratiebestand.",
"It was not possible to execute the cron job via CLI. The following technical errors have appeared:" : "Het was niet mogelijk om de systeem cron via CLI uit te voeren. De volgende technische problemen traden op:",
- "Last background job execution ran {relativeTime}. Something seems wrong." : "Laatst uitgevoerde achtergrondtaak {relativeTime}. Er lijkt iets fout gegaan.",
- "Check the background job settings" : "Controleer de achtergrondtaak instellingen",
+ "Last background job execution ran {relativeTime}. Something seems wrong. {linkstart}Check the background job settings ↗{linkend}." : "Laatst uitgevoerde achtergrondtaak {relativeTime}. Er lijkt iets fout gegaan. {linkstart}Controleer de achtergrond job instellingen ↗{linkend}.",
"This server has no working Internet connection: Multiple endpoints could not be reached. This means that some of the features like mounting external storage, notifications about updates or installation of third-party apps will not work. Accessing files remotely and sending of notification emails might not work, either. Establish a connection from this server to the Internet to enjoy all features." : "Deze server heeft geen werkende internetverbinding: meerdere endpoints kunnen niet worden bereikt. Dat betekent dat sommige functies, zoals het gebruik van externe opslag, notificaties over updates of installatie van apps van derde partijen niet werken. Ook het benaderen van bestanden vanaf een remote locatie en het versturen van notificatie emails kan mislukken. We adviseren om de internetverbinding voor deze server in te schakelen als je alle functies wilt gebruiken.",
- "No memory cache has been configured. To enhance performance, please configure a memcache, if available. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Er is geen geheugencache geconfigureerd. Om de prestaties te verhogen kun je een geheugencache configureren als die beschikbaar is. Meer informatie vind je in onze <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentatie</a>.",
- "No suitable source for randomness found by PHP which is highly discouraged for security reasons. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Geen bruikbare bron voor randomnes gevonden door PHP, hetgeen sterk wordt aanbevolen om beveiligingsredenen. Meer informatie in de <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentatie</a>.",
- "You are currently running PHP {version}. Upgrade your PHP version to take advantage of <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">performance and security updates provided by the PHP Group</a> as soon as your distribution supports it." : "Je draait momenteel PHP {version}. We adviseren je om, zo gauw je distributie dat biedt, je PHP versie bij te werken voor <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">betere prestaties en beveiliging geleverd door de PHP Group</a>.",
- "Nextcloud 19 is the last release supporting PHP 7.2. Nextcloud 20 requires at least PHP 7.3." : "Nextcloud 19 is de laatste release die PHP 7.2 ondersteunt. Nextcloud 20 vereist ten minste PHP 7.3.",
- "The reverse proxy header configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If not, this is a security issue and can allow an attacker to spoof their IP address as visible to the Nextcloud. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "De reverse proxy headerconfiguratie is onjuist, of je hebt toegang tot Nextcloud via een vertrouwde proxy. Als je Nextcloud niet via een vertrouwde proxy benadert, dan levert dat een beveiligingsrisico op, waardoor een aanvaller het IP-adres dat Nextcloud ziet kan vervalsen. Meer informatie is te vinden in onze <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentatie</a>.",
- "Memcached is configured as distributed cache, but the wrong PHP module \"memcache\" is installed. \\OC\\Memcache\\Memcached only supports \"memcached\" and not \"memcache\". See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">memcached wiki about both modules</a>." : "Memcached is geconfigureerd als gedistribueerde cache, maar de verkeerde PHP module \"memcache\" is geïnstalleerd. \\OC\\Memcache\\Memcached ondersteunt alleen \"memcached\" en niet \"memcache\". Zie de <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">memcached wiki over beide modules</a>.",
- "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">List of invalid files…</a> / <a href=\"{rescanEndpoint}\">Rescan…</a>)" : "Sommige bestanden kwamen niet door de betrouwbaarheidscontrole. Meer informatie over het oplossen van dit probleem kan worden gevonden in onze <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentatie</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">Lijst met ongeldige bestanden…</a> / <a href=\"{rescanEndpoint}\">Opnieuw…</a>)",
- "The PHP OPcache module is not loaded. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance it is recommended</a> to load it into your PHP installation." : "De PHP OPcache is niet correct geladen. </a>Voor betere prestaties adviseren we</a> die te laden in je php.ini instellingen.",
- "The PHP OPcache is not properly configured. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance it is recommended</a> to use the following settings in the <code>php.ini</code>:" : "De PHP OPcache is niet correct geconfigureerd. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Voor betere prestaties adviseren we</a> de volgende <code>php.ini instellingen</code> te gebruiken:",
+ "No memory cache has been configured. To enhance performance, please configure a memcache, if available. Further information can be found in the {linkstart}documentation ↗{linkend}." : "Er is geen geheugencache geconfigureerd. Om de prestaties te verhogen kun je de memcache configureren als die beschikbaar is. Meer informatie vind je in onze {linkstart}documentatie ↗{linkend}.",
+ "No suitable source for randomness found by PHP which is highly discouraged for security reasons. Further information can be found in the {linkstart}documentation ↗{linkend}." : "Geen bruikbare bron voor willekeurige waarden gevonden door PHP, hetgeen sterk wordt aanbevolen om beveiligingsredenen. Meer informatie in de {linkstart}documentatie↗{linkend}.",
+ "You are currently running PHP {version}. Upgrade your PHP version to take advantage of {linkstart}performance and security updates provided by the PHP Group ↗{linkend} as soon as your distribution supports it." : "Je draait momenteel PHP {version}. We adviseren je om, zo gauw je distributie dat biedt, je PHP versie bij te werken voor betere {linkstart}prestaties en beveiliging geleverd door de PHP Group↗{linkend}.",
+ "Nextcloud 20 is the last release supporting PHP 7.2. Nextcloud 21 requires at least PHP 7.3." : "Nextcloud 20 is de laatste release met ondersteuning voor PHP 7.2. Nextcloud 21 heeft minstens PHP 7.3 nodig.",
+ "The reverse proxy header configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If not, this is a security issue and can allow an attacker to spoof their IP address as visible to the Nextcloud. Further information can be found in the {linkstart}documentation ↗{linkend}." : "De reverse proxy headerconfiguratie is onjuist, of je hebt toegang tot Nextcloud via een vertrouwde proxy. Als je Nextcloud niet via een vertrouwde proxy benadert, dan levert dat een beveiligingsrisico op, waardoor een aanvaller het IP-adres dat Nextcloud ziet kan vervalsen. Meer informatie is te vinden in onze {linkstart}documentatie ↗{linkend}..",
+ "Memcached is configured as distributed cache, but the wrong PHP module \"memcache\" is installed. \\OC\\Memcache\\Memcached only supports \"memcached\" and not \"memcache\". See the {linkstart}memcached wiki about both modules ↗{linkend}." : "Memcached is geconfigureerd als gedistribueerde cache, maar de verkeerde PHP-module \"memcache\" is geïnstalleerd. \\OC\\Memcache\\Memcached ondersteunt alleen \"memcached\" en niet \"memcache\". Zie de {linkstart}memcached wiki over beide modules ↗ {linkend}.",
+ "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in the {linkstart1}documentation ↗{linkend}. ({linkstart2}List of invalid files…{linkend} / {linkstart3}Rescan…{linkend})" : "Sommige bestanden hebben de integriteitscontrole niet doorstaan. Meer informatie over het oplossen van dit probleem is te vinden in de {linkstart1} documentatie ↗ {linkend}. ({linkstart2} Lijst met ongeldige bestanden… {linkend} / {linkstart3} Opnieuw scannen… {linkend})",
+ "The PHP OPcache module is not loaded. {linkstart}For better performance it is recommended ↗{linkend} to load it into your PHP installation." : "De PHP OPcache is niet geladen. {linkstart}Voor betere prestaties adviseren we ↗{linkend} die te laden in je php.ini instellingen.",
+ "The PHP OPcache module is not properly configured. {linkstart}For better performance it is recommended ↗{linkend} to use the following settings in the <code>php.ini</code>:" : "De PHP OPcache is niet correct geconfigureerd. {linkstart}Voor betere prestaties wordt aanbevolen ↗ {linked} om de volgende instellingen in de <code>php.ini</code> te gebruiken:",
"The PHP function \"set_time_limit\" is not available. This could result in scripts being halted mid-execution, breaking your installation. Enabling this function is strongly recommended." : "De PHP functie \"set_time_limit\" is niet beschikbaar. Dit kan erin resulteren dat de scripts halverwege stoppen, waardoor de installatie ontregeld raakt. We adviseren sterk om deze functie in te schakelen.",
"Your PHP does not have FreeType support, resulting in breakage of profile pictures and the settings interface." : "Je PHP heeft geen FreeType ondersteuning. Dit zal leiden tot verminkte profielafbeeldingen en instellingeninterface.",
"Missing index \"{indexName}\" in table \"{tableName}\"." : "Ontbrekende index \"{indexName}\" in tabel \"{tableName}\".",
- "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "De database mist een paar indexen. Omdat het toevoegen van indexen op grote tabellen veel tijd kan kosten, zijn ze niet automatisch gecreëerd. Door het draaien van \"occ db:add-missing-indices\" kunnen deze indexen handmatig worden toegevoegd terwijl de server blijft draaien. Als de indexe zijn toegevoegd, zullen opvragingen op die tabellen veel sneller plaatsvinden.",
+ "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "De database mist een paar indexen. Omdat het toevoegen van indexen op grote tabellen veel tijd kan kosten, zijn ze niet automatisch gecreëerd. Door het draaien van \"occ db:add-missing-indices\" kunnen deze indexen handmatig worden toegevoegd terwijl de server blijft draaien. Als de indexen zijn toegevoegd, zullen opvragingen op die tabellen veel sneller plaatsvinden.",
+ "Missing primary key on table \"{tableName}\"." : "Ontbrekende primaire sleutel voor tabel \"{tableName}\".",
+ "The database is missing some primary keys. Due to the fact that adding primary keys on big tables could take some time they were not added automatically. By running \"occ db:add-missing-primary-keys\" those missing primary keys could be added manually while the instance keeps running." : "De database mist enkele primaire sleutels. Omdat het toevoegen van primaire sleutels aan grote tabellen enige tijd kan duren, werden ze niet automatisch toegevoegd. Door \"occ db:add-missing-primary-keys\" uit te voeren, kunnen die ontbrekende primaire sleutels handmatig worden toegevoegd terwijl de server blijft draaien.",
+ "Missing optional column \"{columnName}\" in table \"{tableName}\"." : "Ontbrekende kolom \"{columnName}\" in tabel \"{tableName}\".",
+ "The database is missing some optional columns. Due to the fact that adding columns on big tables could take some time they were not added automatically when they can be optional. By running \"occ db:add-missing-columns\" those missing columns could be added manually while the instance keeps running. Once the columns are added some features might improve responsiveness or usability." : "De database mist een paar optionele kolommen. Omdat het toevoegen van kolommen op grote tabellen veel tijd kan kosten, zijn ze niet automatisch gecreëerd, omdat dat optioneel kan. Door het draaien van \"occ db:add-missing-columns\" kunnen deze kolommen handmatig worden toegevoegd terwijl de server blijft draaien. Als de kolommen zijn toegevoegd, zullen bepaalde functionaliteiten veel sneller of gemakkelijker plaatsvinden.",
"This instance is missing some recommended PHP modules. For improved performance and better compatibility it is highly recommended to install them." : "Deze server mist een paar aanbevolen PHP-modules. Voor betere prestaties en compatibiliteit adviseren we om die te installeren.",
- "Some columns in the database are missing a conversion to big int. Due to the fact that changing column types on big tables could take some time they were not changed automatically. By running 'occ db:convert-filecache-bigint' those pending changes could be applied manually. This operation needs to be made while the instance is offline. For further details read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "Sommige kolommen in de database zijn niet geconverteerd naar 'big int'. Doordat het wijzigen van kolomtype op grote databases veel tijd kost, zijn ze niet automatisch gewijzigd. Door het uitvoeren van 'occ db:convert-filecache-bigint' worden de veranderingen alsnog uitgevoerd. Dat moet gebeuren als de server off-line staat. Voor meer informatie verwijzen we naar de <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentatie hierover</a>.",
+ "Module php-imagick in this instance has no SVG support. For better compatibility it is recommended to install it." : "Module php-imagick op deze server heeft geen SVG-ondersteuning. Voor een betere compatibiliteit wordt aanbevolen om die te installeren.",
+ "Some columns in the database are missing a conversion to big int. Due to the fact that changing column types on big tables could take some time they were not changed automatically. By running 'occ db:convert-filecache-bigint' those pending changes could be applied manually. This operation needs to be made while the instance is offline. For further details read {linkstart}the documentation page about this ↗{linkend}." : "Sommige kolommen in de database zijn niet geconverteerd naar 'big int'. Doordat het wijzigen van kolomtype op grote databases veel tijd kost, zijn ze niet automatisch gewijzigd. Door het uitvoeren van 'occ db:convert-filecache-bigint' worden de veranderingen alsnog uitgevoerd. Dat moet gebeuren als de server off-line staat. Voor meer informatie verwijzen we naar {linkstart}de documentatie hierover ↗{linkend}.",
"SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend." : "SQLite wordt momenteel gebruikt als backend database. Voor grotere installaties adviseren we dat je omschakelt naar een andere database backend.",
"This is particularly recommended when using the desktop client for file synchronisation." : "Dit wordt vooral aanbevolen als de desktop client wordt gebruikt voor bestandssynchronisatie.",
- "To migrate to another database use the command line tool: 'occ db:convert-type', or see the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation ↗</a>." : "Om te migreren naar een andere database moet je de commandoregel tool gebruiken: 'occ db:convert-type'; <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">zie de documentatie ↗</a>.",
- "Use of the the built in php mailer is no longer supported. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Please update your email server settings ↗<a/>." : "De ingebouwde php mailer wordt niet langer ondersteund. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Werk je mailserverinstellingen bij ↗<a/>.",
+ "To migrate to another database use the command line tool: 'occ db:convert-type', or see the {linkstart}documentation ↗{linkend}." : "Om te migreren naar een andere database moet u de commandoregel tool gebruiken: 'occ db:convert-type', of lees de {linkstart} documentatie ↗{linkend}.",
"The PHP memory limit is below the recommended value of 512MB." : "De PHP geheugenlimiet is onder de aanbevolen waarde van 512MB.",
"Some app directories are owned by a different user than the web server one. This may be the case if apps have been installed manually. Check the permissions of the following app directories:" : "Sommige app directories zijn eigendom van een andere gebruiker dan de webserver . Dat kan het geval zijn als apps handmatig zijn geïnstalleerd. Controleer de permissies van de volgende app directories:",
- "MySQL is used as database but does not support 4-byte characters. To be able to handle 4-byte characters (like emojis) without issues in filenames or comments for example it is recommended to enable the 4-byte support in MySQL. For further details read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "MySQL is in gebruik als database maar deze ondersteunt geen lettertekens van 4 bytes. Om 4-byte lettertekens te ondersteunen (bv. voor emojis) zonder dat dit problemen veroorzaakt bij bestandsnamen of comentaren enz. is het aangeraden om 4-byte letterteken ondersteuning in MySQL te activeren. Voor meer details leest u <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">de documentatie hierover</a>.",
+ "MySQL is used as database but does not support 4-byte characters. To be able to handle 4-byte characters (like emojis) without issues in filenames or comments for example it is recommended to enable the 4-byte support in MySQL. For further details read {linkstart}the documentation page about this ↗{linkend}." : "MySQL is in gebruik als database maar deze ondersteunt geen lettertekens van 4 bytes. Om 4-byte lettertekens te ondersteunen (bv. voor emojis) zonder dat dit problemen veroorzaakt bij bestandsnamen of commentaren enz. is het aangeraden om 4-byte letterteken ondersteuning in MySQL te activeren. Voor meer details {linkstart}lees de documentatie hierover ↗{linkend}.",
"This instance uses an S3 based object store as primary storage. The uploaded files are stored temporarily on the server and thus it is recommended to have 50 GB of free space available in the temp directory of PHP. Check the logs for full details about the path and the available space. To improve this please change the temporary directory in the php.ini or make more space available in that path." : "Deze installatie gebruikt een S3-gebaseerde object opslag als primaire opslag. De ge-uploade bestanden worden tijdelijk op de server opgeslagen en daarom is het aangeraden om minimaal 50GB vrije ruimte in de temp directory van PHP te hebben. Check de logs voor de complete details van het pad en de beschikbare ruimte. Om dit te verbeteren, verander de tijdelijke directory in php.ini of maak meer ruimte beschikbaar in het genoemde pad.",
- "You are accessing your instance over a secure connection, however your instance is generating insecure URLs. This most likely means that you are behind a reverse proxy and the overwrite config variables are not set correctly. Please read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "Je verbindt met je server over een beveiligd kanaal, maar je server genereert onveilige URLs. Waarschijnlijk zit je achter een reverse proxy en zijn de overschijf config variabelen niet goed ingesteld. Lees <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">de documentatie hierover</a>.",
+ "You are accessing your instance over a secure connection, however your instance is generating insecure URLs. This most likely means that you are behind a reverse proxy and the overwrite config variables are not set correctly. Please read {linkstart}the documentation page about this ↗{linkend}." : "Je verbindt met je server over een beveiligd kanaal, maar je server genereert onveilige URLs. Waarschijnlijk zit je achter een reverse proxy en zijn de overschijf config variabelen niet goed ingesteld. Lees [linkstart]de documentatie hierover ↗{linkend}.",
"Error occurred while checking server setup" : "Een fout trad op bij checken serverconfiguratie",
+ "For more details see the {linkstart}documentation ↗{linkend}." : "Voor meer informatie word je verwezen naar de {linkstart}documentatie↗{linkend}.",
"Your data directory and files are probably accessible from the Internet. The .htaccess file is not working. It is strongly recommended that you configure your web server so that the data directory is no longer accessible, or move the data directory outside the web server document root." : "Je datamap en je bestanden zijn waarschijnlijk vanaf het internet bereikbaar. Het .htaccess-bestand werkt niet. We raden ten zeerste aan aan om je webserver zodanig te configureren, dat de datadirectory niet bereikbaar is vanaf het internet of om je datadirectory te verplaatsen naar een locatie buiten de document-root van de webserver.",
"The \"{header}\" HTTP header is not set to \"{expected}\". This is a potential security or privacy risk, as it is recommended to adjust this setting accordingly." : "De \"{header}\" HTTP header is niet ingesteld als \"{expected}\". Dit is een potentieel security of privacy risico en we adviseren om deze instelling te wijzigen.",
"The \"{header}\" HTTP header is not set to \"{expected}\". Some features might not work correctly, as it is recommended to adjust this setting accordingly." : "De \"{header}\" HTTP header is ingesteld als \"{expected}\". Sommige functies werken mogelijk niet zoals bedoeld en we adviseren om deze instelling te wijzigen.",
"The \"{header}\" HTTP header doesn't contain \"{expected}\". This is a potential security or privacy risk, as it is recommended to adjust this setting accordingly." : "De \"{header}\" HTTP header bevat niet \"{expected}\". Dit is een potentieel security of privacy risico en we adviseren om deze instelling te wijzigen.",
- "The \"{header}\" HTTP header is not set to \"{val1}\", \"{val2}\", \"{val3}\", \"{val4}\" or \"{val5}\". This can leak referer information. See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{link}\">W3C Recommendation ↗</a>." : "De \"{header}\" HTTP header is niet ingesteld op \"{val1}\", \"{val2}\", \"{val3}\", \"{val4}\" of \"{val5}\". Hierdoor kan verwijzingsinformatie uitlekken. Zie de <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{link}\">W3C aanbeveling ↗</a>.",
- "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the <a href=\"{docUrl}\" rel=\"noreferrer noopener\">security tips ↗</a>." : "De \"Strict-Transport-Security\" HTTP header is niet ingesteld als minimaal \"{seconds}\" seconden. Voor verbeterde beveiliging adviseren we HSTS in te schakelen zoals beschreven in de <a href=\"{docUrl}\" rel=\"noreferrer noopener\">security tips ↗</a>.",
- "Accessing site insecurely via HTTP. You are strongly advised to set up your server to require HTTPS instead, as described in the <a href=\"{docUrl}\">security tips ↗</a>." : "De site is onveilig verbonden over HTTP. We adviseren je dringend om je server zo te configureren dat HTTPS wordt vereist, zoals beschreven in de <a href=\"{docUrl}\">security tips ↗</a>.",
- "Non-existing tag #{tag}" : "Niet bestaande markering #{tag}",
- "restricted" : "beperkt",
- "invisible" : "onzichtbaar",
- "Delete" : "Verwijder",
- "Rename" : "Naam wijzigen",
- "Collaborative tags" : "Systeemtags",
- "No tags found" : "Geen tags gevonden",
+ "The \"{header}\" HTTP header is not set to \"{val1}\", \"{val2}\", \"{val3}\", \"{val4}\" or \"{val5}\". This can leak referer information. See the {linkstart}W3C Recommendation ↗{linkend}." : "De \"{header}\" HTTP header is niet ingesteld op \"{val1}\", \"{val2}\", \"{val3}\", \"{val4}\" of \"{val5}\". Hierdoor kan verwijzingsinformatie uitlekken. Zie de {linkstart}W3C aanbeveling ↗{linkend}.",
+ "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the {linkstart}security tips ↗{linkend}." : "De \"Strict-Transport-Security\" HTTP header is niet ingesteld als minimaal \"{seconds}\" seconden. Voor verbeterde beveiliging adviseren we HSTS in te schakelen zoals beschreven in de {linkstart}security tips ↗{linkend}.",
+ "Accessing site insecurely via HTTP. You are strongly advised to set up your server to require HTTPS instead, as described in the {linkstart}security tips ↗{linkend}." : "De site is onveilig verbonden over HTTP. We adviseren je dringend om je server zo te configureren dat HTTPS wordt vereist, zoals beschreven in de {linkstart}security tips ↗{linkend}.",
"unknown text" : "onbekende tekst",
"Hello world!" : "Hallo wereld!",
"sunny" : "zonnig",
@@ -125,27 +130,28 @@ OC.L10N.register(
"Please reload the page." : "Herlaad deze pagina.",
"The update was unsuccessful. For more information <a href=\"{url}\">check our forum post</a> covering this issue." : "De update was niet succesvol. Voor meer informatie <a href=\"{url}\">zie ons bericht op het forum</a> over dit probleem.",
"The update was unsuccessful. Please report this issue to the <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">Nextcloud community</a>." : "De update is mislukt. Meld dit probleem aan de <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">Nextcloud community</a>.",
- "Continue to Nextcloud" : "Ga door naar Nextcloud",
- "_The update was successful. Redirecting you to Nextcloud in %n second._::_The update was successful. Redirecting you to Nextcloud in %n seconds._" : ["De update is geslaagd. Je wordt nu over %n seconde doorgeleid naar Nextcloud.","De update is geslaagd. Je wordt nu over %n seconden doorgeleid naar Nextcloud."],
- "Searching other places" : "Zoeken op andere plaatsen",
- "No search results in other folders for {tag}{filter}{endtag}" : "Geen zoekresultaten voor {tag}{filter}{endtag} in andere mappen",
- "_{count} search result in another folder_::_{count} search results in other folders_" : ["{count} zoekresultaat in een andere map","{count} zoekresultaten in andere mappen"],
+ "Continue to {productName}" : "Verder naar {productName}",
+ "_The update was successful. Redirecting you to {productName} in %n second._::_The update was successful. Redirecting you to {productName} in %n seconds._" : ["De update was succesvol. Redirecten naar {productName} over %nseconde.","De update was succesvol. Redirecten naar {productName} over %n seconden."],
+ "Log in" : "Inloggen",
+ "Logging in …" : "Inloggen...",
"Server side authentication failed!" : "Authenticatie bij de server mislukt!",
"Please contact your administrator." : "Neem contact op met je systeembeheerder.",
"An internal error occurred." : "Er heeft zich een interne fout voorgedaan.",
"Please try again or contact your administrator." : "Probeer het opnieuw of neem contact op met je beheerder.",
"Username or email" : "Gebruikersnaam of email",
"Password" : "Wachtwoord",
- "Log in" : "Inloggen",
- "Logging in …" : "Inloggen...",
+ "Toggle password visibility" : "Omschakelen zichtbaarheid wachtwoord",
"Wrong username or password." : "Verkeerde gebruikersnaam of wachtwoord.",
"User disabled" : "Gebruiker gedeactiveerd",
"We have detected multiple invalid login attempts from your IP. Therefore your next login is throttled up to 30 seconds." : "We hebben meerdere foutieve inlogverzoeken vanaf jouw IP-adres gedetecteerd. Hierdoor wordt je volgende inlogverzoek 30 seconden uitgesteld.",
+ "Your account is not setup for passwordless login." : "Je account is niet ingesteld voor inloggen zonder wachtwoord.",
+ "Passwordless authentication is not supported in your browser." : "Inloggen zonder wachtwoord is niet ondersteund door je browser.",
+ "Passwordless authentication is only available over a secure connection." : "Inloggen zonder wachtwoord is alleen mogelijk over een beveiligde verbinding.",
"Reset password" : "Reset wachtwoord",
- "A password reset message has been sent to the e-mail address of this account. If you do not receive it, check your spam/junk folders or ask your local administrator for help." : "Er is een wachtwoordherstelbericht verzonden naar het e-mailadres van dit account. Als je het niet hebt ontvangen, controleer dan je spam / ongewenste mappen, of vraag je beheerder om hulp.",
+ "A password reset message has been sent to the email address of this account. If you do not receive it, check your spam/junk folders or ask your local administrator for help." : "Er is een wachtwoordherstelbericht verzonden naar het e-mailadres van dit account. Als je het niet hebt ontvangen, controleer dan je spam / ongewenste mappen, of vraag je beheerder om hulp.",
"If it is not there ask your local administrator." : "Als het hier niet is, vraag dan de lokale beheerder",
"Couldn't send reset email. Please contact your administrator." : "Kon herstel email niet versturen. Neem contact op met je beheerder.",
- "Password can not be changed. Please contact your administrator." : "Het wachtwoord kan niet worden gewijzigd. Neem contact op met je beheerder.",
+ "Password cannot be changed. Please contact your administrator." : "Het wachtwoord kan niet worden gewijzigd. Neem contact op met je beheerder.",
"Back to login" : "Terug naar inloggen",
"New password" : "Nieuw wachtwoord",
"Your files are encrypted. There will be no way to get your data back after your password is reset. If you are not sure what to do, please contact your administrator before you continue. Do you really want to continue?" : "Je bestanden zijn versleuteld. Het is niet mogelijk om je gegevens terug te krijgen als je wachtwoord wordt gereset. Als je niet zeker weer wat je moet doen, neem dan contact op met je beheerder voordat je verdergaat. Wil je echt verder gaan?",
@@ -153,20 +159,32 @@ OC.L10N.register(
"Resetting password" : "Resetten wachtwoord",
"Recommended apps" : "Aanbevolen apps",
"Loading apps …" : "Laden apps ...",
- "Could not fetch list of apps from the app store." : "Kon lijst met apps niet ophalen van de app store.",
+ "Could not fetch list of apps from the App Store." : "Kon lijst met apps niet ophalen vanuit de App Store.",
"Installing apps …" : "Installeren apps …",
- "Nextcloud {app}" : "Nextcloud {app}",
"App download or installation failed" : "App download of installatie mislukt",
- "Can't install this app because it is not compatible" : "Kan deze app niet installeren omdat deze niet compatible is",
- "Can't install this app" : "Kan deze app niet installeren",
+ "Cannot install this app because it is not compatible" : "Kan deze app niet installeren omdat deze niet compatible is",
+ "Cannot install this app" : "Kan deze app niet installeren",
"Cancel" : "Annuleren",
"Schedule work & meetings, synced with all your devices." : "Plan je werk & afspraken, gesynced met al je toestellen.",
"Keep your colleagues and friends in one place without leaking their private info." : "Bewaar je collega's en vrienden op één plaats zonder hun persoonlijke gegevens te laten uitlekken.",
"Simple email app nicely integrated with Files, Contacts and Calendar." : "Simpele e-mailapp, handig geïntegreerd met Bestanden, Contactpersonen en Agenda.",
"Chatting, video calls, screensharing, online meetings and web conferencing – in your browser and with mobile apps." : "Chatten, videobellen, schermdelen, online vergaderingen en webconferenties - in de browser en met mobiele apps.",
"Collaboratively edit office documents." : "Bewerk office documenten gezamelijk.",
- "Local document editing back-end used by the OnlyOffice app." : "Lokale back-end voor bestandsbewerking gebruikt bij de OnlyOffice-app.",
+ "Local document editing back-end used by the Collabora Online app." : "Lokale back-end voor bestandsbewerking gebruikt door de Collabora Online app.",
"Forgot password?" : "Wachtwoord vergeten?",
+ "Log in with a device" : "Inloggen met een toestel",
+ "Back" : "Terug",
+ "Login form is disabled." : "Inlogscherm uitgeschakeld",
+ "Reset search" : "Zoekopdracht wissen",
+ "Search for {name} only" : "Zoek alleen naar {name}",
+ "No results for {query}" : "Geen resultaten voor {query}",
+ "Start typing to search" : "Begin met typen om te zoeken",
+ "Loading more results …" : "Meer resultaten laden ...",
+ "Load more results" : "Laad meer resultaten",
+ "Search" : "Zoeken",
+ "An error occurred while searching for {type}" : "Er trad een fout op bij het zoeken naar {type}",
+ "_Please enter {minSearchLength} character or more to search_::_Please enter {minSearchLength} characters or more to search_" : ["Voer {minSearchLength} tekens of meer in om te zoeken","Voer alstublieft {minSearchLength} tekens of meer in om te zoeken"],
+ "Search {types} …" : "Zoeken naar {types}…",
"Settings" : "Instellingen",
"Could not load your contacts" : "Kon je contactpersonenen niet laden",
"Search contacts …" : "Zoek contacten ...",
@@ -234,6 +252,13 @@ OC.L10N.register(
"Strong password" : "Sterk wachtwoord",
"No action available" : "Geen actie beschikbaar",
"Error fetching contact actions" : "Fout bij ophalen contact acties",
+ "Non-existing tag #{tag}" : "Niet bestaande markering #{tag}",
+ "restricted" : "beperkt",
+ "invisible" : "onzichtbaar",
+ "Delete" : "Verwijder",
+ "Rename" : "Naam wijzigen",
+ "Collaborative tags" : "Systeemtags",
+ "No tags found" : "Geen tags gevonden",
"Personal" : "Persoonlijk",
"Users" : "Gebruikers",
"Apps" : "Apps",
@@ -243,10 +268,13 @@ OC.L10N.register(
"File not found" : "Bestand niet gevonden",
"The document could not be found on the server. Maybe the share was deleted or has expired?" : "Het document werd niet gevonden op de server. Misschien is de share verwijderd of verlopen?",
"Back to %s" : "Terug naar %s",
+ "Too many requests" : "Te veel aanvragen",
+ "There were too many requests from your network. Retry later or contact your administrator if this is an error." : "Er waren te veel aanvragen afkomstig uit uw netwerk. Probeer later opnieuw of contacteer de beheerder als dat niet correct is.",
"Error" : "Fout",
+ "Previous" : "Vorige",
"Internal Server Error" : "Interne serverfout",
"The server was unable to complete your request." : "De server was niet in staat je aanvraag te verwerken.",
- "If this happens again, please send the technical details below to the server administrator." : "Stuur de hieronder afgebeelde technische details naar de server beheerder wanneer dit opnieuw gebeurt.",
+ "If this happens again, please send the technical details below to the server administrator." : "Stuur de hieronder afgebeelde technische details naar de serverbeheerder wanneer dit opnieuw gebeurt.",
"More details can be found in the server log." : "Meer details in de serverlogging,",
"Technical details" : "Technische details",
"Remote Address: %s" : "Extern adres: %s",
@@ -280,7 +308,7 @@ OC.L10N.register(
"SQLite should only be used for minimal and development instances. For production we recommend a different database backend." : "SQLite zou alleen moeten worden gebruikt voor minimale en ontwikkelomgevingen. Voor productie raden we aan om een andere database backend te gebruiken.",
"If you use clients for file syncing, the use of SQLite is highly discouraged." : "Als je clients gebruikt voor bestandssynchronisatie wordt het gebruik van SQLite sterk ontraden.",
"Install recommended apps" : "Installeer aanbevolen apps",
- "Calendar, Contacts, Talk, Mail & OnlyOffice" : "Kalender, Contacten, Talk, Mail & OnlyOffice",
+ "Calendar, Contacts, Talk, Mail & Collaborative editing" : "Agenda, Contactpersonen, Talk, E-mail & Samenwerkend schrijven",
"Finish setup" : "Installatie afronden",
"Finishing …" : "Afronden ...",
"Need help?" : "Hulp nodig?",
@@ -294,19 +322,18 @@ OC.L10N.register(
"More apps" : "Meer apps",
"More" : "Meer",
"More apps menu" : "Meer apps menu",
- "Search" : "Zoeken",
- "Reset search" : "Zoekopdracht wissen",
"Contacts" : "Contactpersonen",
"Contacts menu" : "Contacten menu",
"Settings menu" : "Instellingenmenu",
"Confirm your password" : "Bevestig je wachtwoord",
"Connect to your account" : "Verbind jouw account",
"Please log in before granting %1$s access to your %2$s account." : "Eerst inloggen voordat je %1$s toegang geeft tot je %2$s account.",
+ "If you are not trying to set up a new device or app, someone is trying to trick you into granting them access to your data. In this case do not proceed and instead contact your system administrator." : "Als u geen nieuw apparaat of nieuwe app probeert in te stellen, probeert iemand je te misleiden om hem toegang tot je gegevens te verlenen. Ga in dat geval niet verder en neem in plaats daarvan contact op met je systeembeheerder.",
"App token" : "App token",
"Grant access" : "Verleen toegang",
"Alternative log in using app token" : "Alterenatieve login doormiddel van app token.",
"Account access" : "Account toegang",
- "You are about to grant %1$s access to your %2$s account." : "Je staat op het punt om %1$s toegang te verlenen to je %2$s account.",
+ "You are about to grant %1$s access to your %2$s account." : "Je staat op het punt om %1$s toegang te verlenen tot je %2$s account.",
"Account connected" : "Account verbonden",
"Your client should now be connected!" : "Je client zou nu moeten verbonden zijn!",
"You can close this window." : "Je mag dit venster sluiten.",
@@ -329,10 +356,10 @@ OC.L10N.register(
"Further information how to configure this can be found in the %1$sdocumentation%2$s." : "Verdere informatie over hoe je dit instelt staat in de %1$s documentatie %2$s.",
"App update required" : "Bijwerken App vereist",
"%1$s will be updated to version %2$s" : "%1$s wordt geüpdatet naar versie %2$s",
- "These apps will be updated:" : "Deze apps worden bijgewerkt:",
+ "The following apps will be updated:" : "Deze apps worden bijgewerkt:",
"These incompatible apps will be disabled:" : "De volgende incompatibele apps worden uitgeschakeld:",
"The theme %s has been disabled." : "Het thema %s is uitgeschakeld.",
- "Please make sure that the database, the config folder and the data folder have been backed up before proceeding." : "Let erop dat de database, de config map en de data map zijn gebackupt voordat je verder gaat.",
+ "Please make sure that the database, the config folder and the data folder have been backed up before proceeding." : "Let erop dat de database, de config-map en de data-map zijn geback-upt voordat je verder gaat.",
"Start update" : "Begin de update",
"To avoid timeouts with larger installations, you can instead run the following command from your installation directory:" : "Om time-outs tijdens grotere installaties te voorkomen, kun je in plaats hiervan de volgende opdracht geven vanaf je installatiedirectory:",
"Detailed logs" : "Gedetailleerde logs",
@@ -345,95 +372,49 @@ OC.L10N.register(
"This %s instance is currently in maintenance mode, which may take a while." : "Deze %s staat momenteel in de onderhoudsstand, dat kan enige tijd duren.",
"This page will refresh itself when the instance is available again." : "Deze pagina wordt ververst als de server weer beschikbaar is.",
"Contact your system administrator if this message persists or appeared unexpectedly." : "Neem contact op met je systeembeheerder als deze melding aanhoudt of onverwacht verscheen.",
- "Could not send reset email because there is no email address for this username. Please contact your administrator." : "Kon geen herstel e-mail versturen, omdat er geen emailadres bekend is bij deze gebruikersnaam. Neem contact op met je beheerder.",
- "Couldn't send reset email. Please make sure your username is correct." : "Kon herstel email niet versturen. Controleer je gebruikersnaam.",
- "We have send a password reset e-mail to the e-mail address known to us for this account. If you do not receive it within a reasonable amount of time, check your spam/junk folders.<br>If it is not there ask your local administrator." : "We hebben een wachtwoordherstel e-mail verzonden naar het e-mailadres dat bij ons bekend is voor dit account. Als je het niet binnen een redelijke tijd hebt ontvangen, controleer dan je spam / ongewenste mappen. <br> Als het bericht er niet is, vraag het dan je beheerder.",
- "Your files are encrypted. There will be no way to get your data back after your password is reset.<br />If you are not sure what to do, please contact your administrator before you continue. <br />Do you really want to continue?" : "Je bestanden zijn versleuteld. Het is niet mogelijk om je gegevens terug te krijgen als je wachtwoord wordt gereset.<br />Als je niet zeker weer wat je moet doen, neem dan contact op met je beheerder voordat je verdergaat. <br />Wil je echt verder gaan?",
- "Sending email …" : "Versturen e-mail...",
- "You are currently running PHP 5.6. The current major version of Nextcloud is the last that is supported on PHP 5.6. It is recommended to upgrade the PHP version to 7.0+ to be able to upgrade to Nextcloud 14." : "Je gebruikt momenteel PHP 5.6. Dit is de laatste versie van Nextcloud die PHP 5.6 ondersteund. Wij raden aan om je PHP te upgraden naar versie 7.0 of later zodat je kunt upgraden naar Nextcloud 14.",
- "Accessing site insecurely via HTTP. You are strongly adviced to set up your server to require HTTPS instead, as described in the <a href=\"{docUrl}\">security tips ↗</a>." : "De site is onveilig verbonden over HTTP. We adviseren je dringend om je server zo te configureren dat HTTPS wordt vereist, zoals beschreven in de <a href=\"{docUrl}\">security tips ↗</a>.",
- "Shared" : "Gedeeld",
- "Shared with" : "Gedeeld met",
- "Shared by" : "Gedeeld door",
- "Choose a password for the public link" : "Kies een wachtwoord voor de openbare link",
- "Choose a password for the public link or press the \"Enter\" key" : "Kies een wachtwoord voor de openbare link of druk op \"Enter\"",
- "Copied!" : "Gekopieerd!",
- "Copy link" : "Kopiëren link ",
- "Not supported!" : "Niet ondersteund!",
- "Press ⌘-C to copy." : "Druk op ⌘-C om te kopiëren.",
- "Press Ctrl-C to copy." : "Druk op Ctrl-C om te kopiëren.",
- "Unable to create a link share" : "Kan deze deellink niet maken",
- "Unable to toggle this option" : "Kan deze optie niet omschakelen",
- "Resharing is not allowed" : "Verder delen is niet toegestaan",
- "Link" : "Link",
- "Hide download" : "Verberg download",
- "Password protection enforced" : "Wachtwoordbeveiliging afgedwongen",
- "Password protect" : "Wachtwoord beveiligd",
- "Allow editing" : "Bewerken toestaan",
- "Email link to person" : "Email-link naar persoon",
- "Send" : "Versturen",
- "Allow upload and editing" : "Toestaan uploaden en bewerken",
- "Read only" : "Alleen lezen",
- "File drop (upload only)" : "File drop (alleen uploaden)",
- "Expiration date enforced" : "Vervaldatum afgedwongen",
- "Set expiration date" : "Stel vervaldatum in",
- "Expiration" : "Vervaltermijn",
- "Expiration date" : "Vervaldatum",
- "Note to recipient" : "Notitie voor ontvanger",
- "Unshare" : "Delen stoppen",
- "Delete share link" : "Verwijderen deellink",
- "Add another link" : "Toevoegen andere link",
- "Password protection for links is mandatory" : "Wachtwoordbeveiliging voor links is verplicht",
- "Share to {name}" : "Delen naar {name}",
- "Share link" : "Deellink",
- "New share link" : "Nieuwe deellink",
- "Created on {time}" : "Gecreëerd op {time}",
- "Password protect by Talk" : "Wachtwoord beveiligd door Talk",
- "Could not unshare" : "Kon delen niet ongedaan maken",
- "Shared with you and the group {group} by {owner}" : "Met jou en de groep {group} gedeeld door {owner}",
- "Shared with you and {circle} by {owner}" : "Gedeeld met jou en {circle} door {owner}",
- "Shared with you and the conversation {conversation} by {owner}" : "Gedeeld met jou en gesprek {conversation} door {owner}",
- "Shared with you in a conversation by {owner}" : "Met jou in een gesprek gedeeld door {owner}",
- "Shared with you by {owner}" : "Met je gedeeld door {owner}",
- "Choose a password for the mail share" : "Kies een wachtwoord om gedeelde te mailen",
- "group" : "groep",
- "remote" : "extern",
- "remote group" : "externe groep",
- "email" : "email",
- "conversation" : "gesprek",
- "shared by {sharer}" : "Gedeeld door {eigenaar}",
- "Can reshare" : "Kan doordelen",
- "Can edit" : "Kan bewerken",
- "Can create" : "Kan creëren",
- "Can change" : "Kan wijzigen",
- "Can delete" : "Kan verwijderen",
- "Access control" : "Toegangscontrole",
- "{shareInitiatorDisplayName} shared via link" : "{shareInitiatorDisplayName} gedeeld via link",
- "Error while sharing" : "Fout tijdens het delen",
- "Share details could not be loaded for this item." : "Deel details van dit object kon niet worden geladen.",
- "Search globally" : "Zoek door alles",
- "_At least {count} character is needed for autocompletion_::_At least {count} characters are needed for autocompletion_" : ["Minimaal {count} karakter benodigd voor automatisch aanvullen","Minimaal {count} karakters benodigd voor automatisch aanvullen"],
- "This list is maybe truncated - please refine your search term to see more results." : "Deze lijst is misschien afgekapt - verfijn de zoekterm om meer resultaten te zien.",
- "No users or groups found for {search}" : "Geen gebruikers of groepen gevonden voor {search}",
- "No users found for {search}" : "Geen gebruikers gevonden voor {search}",
- "An error occurred (\"{message}\"). Please try again" : "Er heeft zich een fout voorgedaan (\"{message}\"). Probeer het opnieuw",
- "An error occurred. Please try again" : "Er trad een fout op. Probeer het opnieuw",
- "Home" : "Startpagina",
- "Work" : "Werk",
- "Other" : "Ander",
- "{sharee} (remote group)" : "{sharee} (remote group)",
- "{sharee} ({type}, {owner})" : "{sharee} ({type}, {owner})",
- "Share" : "Delen",
- "Name or email address..." : "Naam of emailadres...",
- "Name or federated cloud ID..." : "Naam of gefedereerd Cloud ID:",
- "Name, federated cloud ID or email address..." : "Naam, gefedereerde Cloud ID of een e-mailadres",
- "Name..." : "Naam...",
- "Error removing share" : "Fout bij verwijderen gedeelde",
- "({scope})" : "({scope})",
- "Saving..." : "Opslaan",
- "Dismiss" : "Negeren",
- "Your client should now be connected! You can close this window." : "Je client is nu verbonden! Je kunt het venster sluiten.",
- "New Password" : "Nieuw wachtwoord",
- "Cancel log in" : "Inloggen annuleren"
+ "Checking whether the database schema can be updated (this can take a long time depending on the database size)" : "Controleert of het databaseschema geüpdatet kan worden (dit kan lang duren afhankelijk van de grootte van de de database)",
+ "Checked database schema update" : "Database schema-update gecontroleerd",
+ "Checking updates of apps" : "Controleert of er app updates zijn",
+ "Checking for update of app \"%s\" in appstore" : "Controleren of er updates zijn voor de app \"%s\"",
+ "Update app \"%s\" from appstore" : "App \"%s\" updaten in de appstore",
+ "Checked for update of app \"%s\" in appstore" : "Op updates gecontroleerd voor de app \"%s\"",
+ "Checked database schema update for apps" : "Databaseschema update voor apps gecontroleerd",
+ "Following apps have been disabled: %s" : "De volgende apps zijn uitgeschakeld: %s",
+ "Your web server is not properly set up to resolve \"{url}\". Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Je webserver is niet goed ingesteld om \"{url}\" te vinden. Meer informatie is te vinden in onze <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentatie</a>.",
+ "Your web server is not properly set up to resolve \"{url}\". This is most likely related to a web server configuration that was not updated to deliver this folder directly. Please compare your configuration against the shipped rewrite rules in \".htaccess\" for Apache or the provided one in the documentation for Nginx at it's <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation page</a>. On Nginx those are typically the lines starting with \"location ~\" that need an update." : "Je webserver is niet juist ingesteld voor het verwerken van \"{url}\". De oorzaak ligt waarschijnlijk bij de webserver configuratie die niet bijgewerkt is om deze map rechtstreeks beschikbaar te stellen. Vergelijk je configuratie tegen de installatieversie van de rewrite regels die je vindt in de \".htaccess\" bestanden voor Apache of met de voorbeelden in de documentatie voor Nginx die je vindt op de <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentatie pagina</a>. Op Nginx beginnen deze regels meestal met \"location ~\" die je moet aanpassen.",
+ "Your web server is not properly set up to deliver .woff2 files. This is typically an issue with the Nginx configuration. For Nextcloud 15 it needs an adjustement to also deliver .woff2 files. Compare your Nginx configuration to the recommended configuration in our <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Je webserver is niet goed ingesteld om .woff2 bestanden af te leveren. Dit is meestal een probleem met de Nginx configuratie. Voor Nextcloud 15 moet die worden aangepast om ook .woff2 bestanden aan te kunnen. vergelijk jouw Nginx configuratie met de aanbevolen instellingen in onze <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>.",
+ "Please check the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">installation documentation ↗</a> for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "Controleer de <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">installatiedocumentatie ↗</a> voor php configuratienotities en de php configuratie van je server, zeker bij gebruik van php-fpm.",
+ "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems. See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation ↗</a> for more information." : "Transactionele bestandlocking is uitgeschakeld, dat zou namelijk kunnen leiden tot versiebeheerproblemen. Schakel \"filelocking enabled\" in config.php in om deze problemen te voorkomen. Zie de <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentatie ↗</a> voor meer informatie.",
+ "Last background job execution ran {relativeTime}. Something seems wrong." : "Laatst uitgevoerde achtergrondtaak {relativeTime}. Er lijkt iets fout gegaan.",
+ "Check the background job settings" : "Controleer de achtergrondtaak instellingen",
+ "No memory cache has been configured. To enhance performance, please configure a memcache, if available. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Er is geen geheugencache geconfigureerd. Om de prestaties te verhogen kun je een geheugencache configureren als die beschikbaar is. Meer informatie vind je in onze <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentatie</a>.",
+ "No suitable source for randomness found by PHP which is highly discouraged for security reasons. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Geen bruikbare bron voor randomnes gevonden door PHP, hetgeen sterk wordt aanbevolen om beveiligingsredenen. Meer informatie in de <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentatie</a>.",
+ "You are currently running PHP {version}. Upgrade your PHP version to take advantage of <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">performance and security updates provided by the PHP Group</a> as soon as your distribution supports it." : "Je draait momenteel PHP {version}. We adviseren je om, zo gauw je distributie dat biedt, je PHP versie bij te werken voor <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">betere prestaties en beveiliging geleverd door de PHP Group</a>.",
+ "The reverse proxy header configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If not, this is a security issue and can allow an attacker to spoof their IP address as visible to the Nextcloud. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "De reverse proxy headerconfiguratie is onjuist, of je hebt toegang tot Nextcloud via een vertrouwde proxy. Als je Nextcloud niet via een vertrouwde proxy benadert, dan levert dat een beveiligingsrisico op, waardoor een aanvaller het IP-adres dat Nextcloud ziet kan vervalsen. Meer informatie is te vinden in onze <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentatie</a>.",
+ "Memcached is configured as distributed cache, but the wrong PHP module \"memcache\" is installed. \\OC\\Memcache\\Memcached only supports \"memcached\" and not \"memcache\". See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">memcached wiki about both modules</a>." : "Memcached is geconfigureerd als gedistribueerde cache, maar de verkeerde PHP module \"memcache\" is geïnstalleerd. \\OC\\Memcache\\Memcached ondersteunt alleen \"memcached\" en niet \"memcache\". Zie de <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">memcached wiki over beide modules</a>.",
+ "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">List of invalid files…</a> / <a href=\"{rescanEndpoint}\">Rescan…</a>)" : "Sommige bestanden kwamen niet door de betrouwbaarheidscontrole. Meer informatie over het oplossen van dit probleem kan worden gevonden in onze <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentatie</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">Lijst met ongeldige bestanden…</a> / <a href=\"{rescanEndpoint}\">Opnieuw…</a>)",
+ "The PHP OPcache module is not loaded. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance it is recommended</a> to load it into your PHP installation." : "De PHP OPcache is niet correct geladen. </a>Voor betere prestaties adviseren we</a> die te laden in je php.ini instellingen.",
+ "The PHP OPcache is not properly configured. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance it is recommended</a> to use the following settings in the <code>php.ini</code>:" : "De PHP OPcache is niet correct geconfigureerd. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Voor betere prestaties adviseren we</a> de volgende <code>php.ini instellingen</code> te gebruiken:",
+ "Some columns in the database are missing a conversion to big int. Due to the fact that changing column types on big tables could take some time they were not changed automatically. By running 'occ db:convert-filecache-bigint' those pending changes could be applied manually. This operation needs to be made while the instance is offline. For further details read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "Sommige kolommen in de database zijn niet geconverteerd naar 'big int'. Doordat het wijzigen van kolomtype op grote databases veel tijd kost, zijn ze niet automatisch gewijzigd. Door het uitvoeren van 'occ db:convert-filecache-bigint' worden de veranderingen alsnog uitgevoerd. Dat moet gebeuren als de server off-line staat. Voor meer informatie verwijzen we naar de <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentatie hierover</a>.",
+ "To migrate to another database use the command line tool: 'occ db:convert-type', or see the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation ↗</a>." : "Om te migreren naar een andere database moet je de commandoregel tool gebruiken: 'occ db:convert-type'; <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">zie de documentatie ↗</a>.",
+ "Use of the the built in php mailer is no longer supported. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Please update your email server settings ↗<a/>." : "De ingebouwde php mailer wordt niet langer ondersteund. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Werk je mailserverinstellingen bij ↗<a/>.",
+ "MySQL is used as database but does not support 4-byte characters. To be able to handle 4-byte characters (like emojis) without issues in filenames or comments for example it is recommended to enable the 4-byte support in MySQL. For further details read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "MySQL is in gebruik als database maar deze ondersteunt geen lettertekens van 4 bytes. Om 4-byte lettertekens te ondersteunen (bv. voor emojis) zonder dat dit problemen veroorzaakt bij bestandsnamen of comentaren enz. is het aangeraden om 4-byte letterteken ondersteuning in MySQL te activeren. Voor meer details leest u <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">de documentatie hierover</a>.",
+ "You are accessing your instance over a secure connection, however your instance is generating insecure URLs. This most likely means that you are behind a reverse proxy and the overwrite config variables are not set correctly. Please read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "Je verbindt met je server over een beveiligd kanaal, maar je server genereert onveilige URLs. Waarschijnlijk zit je achter een reverse proxy en zijn de overschijf config variabelen niet goed ingesteld. Lees <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">de documentatie hierover</a>.",
+ "The \"{header}\" HTTP header is not set to \"{val1}\", \"{val2}\", \"{val3}\", \"{val4}\" or \"{val5}\". This can leak referer information. See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{link}\">W3C Recommendation ↗</a>." : "De \"{header}\" HTTP header is niet ingesteld op \"{val1}\", \"{val2}\", \"{val3}\", \"{val4}\" of \"{val5}\". Hierdoor kan verwijzingsinformatie uitlekken. Zie de <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{link}\">W3C aanbeveling ↗</a>.",
+ "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the <a href=\"{docUrl}\" rel=\"noreferrer noopener\">security tips ↗</a>." : "De \"Strict-Transport-Security\" HTTP header is niet ingesteld als minimaal \"{seconds}\" seconden. Voor verbeterde beveiliging adviseren we HSTS in te schakelen zoals beschreven in de <a href=\"{docUrl}\" rel=\"noreferrer noopener\">security tips ↗</a>.",
+ "Accessing site insecurely via HTTP. You are strongly advised to set up your server to require HTTPS instead, as described in the <a href=\"{docUrl}\">security tips ↗</a>." : "De site is onveilig verbonden over HTTP. We adviseren je dringend om je server zo te configureren dat HTTPS wordt vereist, zoals beschreven in de <a href=\"{docUrl}\">security tips ↗</a>.",
+ "Continue to Nextcloud" : "Ga door naar Nextcloud",
+ "_The update was successful. Redirecting you to Nextcloud in %n second._::_The update was successful. Redirecting you to Nextcloud in %n seconds._" : ["De update is geslaagd. Je wordt nu over %n seconde doorgeleid naar Nextcloud.","De update is geslaagd. Je wordt nu over %n seconden doorgeleid naar Nextcloud."],
+ "Searching other places" : "Zoeken op andere plaatsen",
+ "No search results in other folders for {tag}{filter}{endtag}" : "Geen zoekresultaten voor {tag}{filter}{endtag} in andere mappen",
+ "_{count} search result in another folder_::_{count} search results in other folders_" : ["{count} zoekresultaat in een andere map","{count} zoekresultaten in andere mappen"],
+ "A password reset message has been sent to the e-mail address of this account. If you do not receive it, check your spam/junk folders or ask your local administrator for help." : "Er is een wachtwoordherstelbericht verzonden naar het e-mailadres van dit account. Als je het niet hebt ontvangen, controleer dan je spam / ongewenste mappen, of vraag je beheerder om hulp.",
+ "Password can not be changed. Please contact your administrator." : "Het wachtwoord kan niet worden gewijzigd. Neem contact op met je beheerder.",
+ "Could not fetch list of apps from the app store." : "Kon lijst met apps niet ophalen van de app store.",
+ "Nextcloud {app}" : "Nextcloud {app}",
+ "Can't install this app because it is not compatible" : "Kan deze app niet installeren omdat deze niet compatible is",
+ "Can't install this app" : "Kan deze app niet installeren",
+ "These apps will be updated:" : "Deze apps worden bijgewerkt:",
+ "For more details see the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Voor meer details raadpleeg de <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentatie</a>."
},
"nplurals=2; plural=(n != 1);");
diff --git a/core/l10n/nl.json b/core/l10n/nl.json
index 2ac68ec2782..afaafe741ad 100644
--- a/core/l10n/nl.json
+++ b/core/l10n/nl.json
@@ -3,6 +3,14 @@
"File is too big" : "Bestand te groot",
"The selected file is not an image." : "Het geselecteerde bestand is geen afbeelding.",
"The selected file cannot be read." : "Het geselecteerde bestand kan niet worden gelezen.",
+ "The file was uploaded" : "Het bestand werd geüpload",
+ "The uploaded file exceeds the upload_max_filesize directive in php.ini" : "Het geüploade bestand overschrijdt de upload_max_filesize optie in php.ini",
+ "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Het bestand overschrijdt de MAX_FILE_SIZE waarde die is opgegeven in het HTML formulier",
+ "The file was only partially uploaded" : "Het bestand is slechts gedeeltelijk geüpload",
+ "No file was uploaded" : "Er is geen bestand geüpload",
+ "Missing a temporary folder" : "Tijdelijke map ontbreekt",
+ "Could not write file to disk" : "Kon bestand niet naar schijf schrijven",
+ "A PHP extension stopped the file upload" : "Een PHP-extensie blokkeerde de upload.",
"Invalid file provided" : "Ongeldig bestand opgegeven",
"No image or file provided" : "Geen afbeelding of bestand opgegeven",
"Unknown filetype" : "Bestandsformaat onbekend",
@@ -11,21 +19,24 @@
"No temporary profile picture available, try again" : "Geen tijdelijke profielafbeelding beschikbaar. Probeer het opnieuw",
"No crop data provided" : "Geen bijsnijdingsgegevens opgegeven",
"No valid crop data provided" : "Geen geldige bijsnijdingsgegevens opgegeven",
- "Crop is not square" : "Bijsnijden is niet vierkant",
- "State token does not match" : "Token staat komt niet overeen",
- "Could not complete login" : "De login is niet geslaagd",
- "Your login token is invalid or has expired" : "Je login token is ongeldig of vervallen",
- "Password reset is disabled" : "Herstel wachtwoord is uitgeschakeld",
- "Couldn't reset password because the token is invalid" : "Kon het wachtwoord niet herstellen, omdat het token ongeldig is",
- "Couldn't reset password because the token is expired" : "Kon het wachtwoord niet herstellen, omdat het token verlopen is",
+ "Crop is not square" : "Bijgesneden afbeelding is niet vierkant",
+ "State token does not match" : "State-token komt niet overeen",
+ "Invalid app password" : "Ongeldig appwachtwoord",
+ "Could not complete login" : "De login kon niet worden voltooid",
+ "Your login token is invalid or has expired" : "Je inlogtoken is ongeldig of is vervallen",
+ "Password reset is disabled" : "Wachtwoordreset is uitgeschakeld",
+ "Couldn't reset password because the token is invalid" : "Kon het wachtwoord niet resetten omdat het token ongeldig is",
+ "Couldn't reset password because the token is expired" : "Kon het wachtwoord niet resetten omdat het token verlopen is",
"%s password reset" : "%s reset wachtwoord",
- "Password reset" : "Herstel wachtwoord",
- "Click the following button to reset your password. If you have not requested the password reset, then ignore this email." : "Klik op de volgende knop om je wachtwoord te herstellen. Als je geen wachtwoordherstel hebt aangevraagd, negeer dan dit e-mailbericht.",
- "Click the following link to reset your password. If you have not requested the password reset, then ignore this email." : "Klik op de volgende link om je wachtwoord te herstellen. Als je geen wachtwoordherstel hebt aangevraagd, negeer dan dit e-mailbericht.",
- "Reset your password" : "Herstel je wachtwoord",
+ "Password reset" : "Wachtwoordreset",
+ "Click the following button to reset your password. If you have not requested the password reset, then ignore this email." : "Klik op de volgende knop om je wachtwoord te resetten. Als je geen wachtwoordreset hebt aangevraagd, negeer dan dit e-mailbericht.",
+ "Click the following link to reset your password. If you have not requested the password reset, then ignore this email." : "Klik op de volgende link om je wachtwoord te resetten. Als je geen wachtwoordherstel hebt aangevraagd, negeer dan dit e-mailbericht.",
+ "Reset your password" : "Reset je wachtwoord",
"Nextcloud Server" : "Nextcloud Server",
- "Some of your link shares have been removed" : "Sommige van je deellinks zijn verwijderd",
- "Due to a security bug we had to remove some of your link shares. Please see the link for more information." : "Door een security-bug moesten we sommige van je deellinks verwijderen. Bekijk de link voor meer informatie.",
+ "Some of your link shares have been removed" : "Sommige van je gedeelde links zijn verwijderd",
+ "Due to a security bug we had to remove some of your link shares. Please see the link for more information." : "Door een security-bug moesten we sommige van je gedeelde links verwijderen. Bekijk de link voor meer informatie.",
+ "The user limit of this instance is reached." : "De limiet van het aantal gebruikers op deze server is bereikt.",
+ "Enter your subscription key to increase the user limit. For more information about Nextcloud Enterprise see our website." : "Voer je abonnementssleutel in om de gebruikerslimiet te verhogen. Zie onze website voor meer informatie over Nextcloud Enterprise.",
"Preparing update" : "Update voorbereiden",
"[%d / %d]: %s" : "[%d / %d]: %s",
"Repair step:" : "Herstel stap:",
@@ -39,76 +50,70 @@
"Maintenance mode is kept active" : "Onderhoudsmodus blijft actief",
"Updating database schema" : "Databaseschema aan het bijwerken",
"Updated database" : "Database bijgewerkt",
- "Checking whether the database schema can be updated (this can take a long time depending on the database size)" : "Controleert of het databaseschema geüpdatet kan worden (dit kan lang duren afhankelijk van de grootte van de de database)",
- "Checked database schema update" : "Database schema-update gecontroleerd",
- "Checking updates of apps" : "Controleert of er app updates zijn",
- "Checking for update of app \"%s\" in appstore" : "Controleren of er updates zijn voor de app \"%s\"",
- "Update app \"%s\" from appstore" : "App \"%s\" updaten in de appstore",
- "Checked for update of app \"%s\" in appstore" : "Op updates gecontroleerd voor de app \"%s\"",
+ "Checking for update of app \"%s\" in App Store" : "Controleren op updates voor app \"%s\" in de App Store",
+ "Update app \"%s\" from App Store" : "Update app \"%s\" vanuit de App Store",
+ "Checked for update of app \"%s\" in App Store" : "Op updates gecontroleerd voor app \"%s\" in App Store",
"Checking whether the database schema for %s can be updated (this can take a long time depending on the database size)" : "Controleert of het databaseschema voor %s geüpdatet kan worden (dit kan lang duren afhankelijk van de grootte van de database)",
- "Checked database schema update for apps" : "Databaseschema update voor apps gecontroleerd",
"Updated \"%1$s\" to %2$s" : "Werkte \"%1$s\" bij tot %2$s",
"Set log level to debug" : "Debug logniveau instellen",
"Reset log level" : "Terugzetten logniveau",
"Starting code integrity check" : "Starten code betrouwbaarheidscontrole",
"Finished code integrity check" : "Code betrouwbaarheidscontrole beeindigd",
"%s (incompatible)" : "%s (incompatibel)",
- "Following apps have been disabled: %s" : "De volgende apps zijn uitgeschakeld: %s",
+ "The following apps have been disabled: %s" : "De volgende apps zijn uitgeschakeld: %s",
"Already up to date" : "Al bijgewerkt",
"Your web server is not yet properly set up to allow file synchronization, because the WebDAV interface seems to be broken." : "Je webserver is nog niet goed ingesteld voor bestandssynchronisatie, omdat de WebDAV interface niet goed lijkt te werken.",
- "Your web server is not properly set up to resolve \"{url}\". Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Je webserver is niet goed ingesteld om \"{url}\" te vinden. Meer informatie is te vinden in onze <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentatie</a>.",
- "Your web server is not properly set up to resolve \"{url}\". This is most likely related to a web server configuration that was not updated to deliver this folder directly. Please compare your configuration against the shipped rewrite rules in \".htaccess\" for Apache or the provided one in the documentation for Nginx at it's <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation page</a>. On Nginx those are typically the lines starting with \"location ~\" that need an update." : "Je webserver is niet juist ingesteld voor het verwerken van \"{url}\". De oorzaak ligt waarschijnlijk bij de webserver configuratie die niet bijgewerkt is om deze map rechtstreeks beschikbaar te stellen. Vergelijk je configuratie tegen de installatieversie van de rewrite regels die je vindt in de \".htaccess\" bestanden voor Apache of met de voorbeelden in de documentatie voor Nginx die je vindt op de <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentatie pagina</a>. Op Nginx beginnen deze regels meestal met \"location ~\" die je moet aanpassen.",
- "Your web server is not properly set up to deliver .woff2 files. This is typically an issue with the Nginx configuration. For Nextcloud 15 it needs an adjustement to also deliver .woff2 files. Compare your Nginx configuration to the recommended configuration in our <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Je webserver is niet goed ingesteld om .woff2 bestanden af te leveren. Dit is meestal een probleem met de Nginx configuratie. Voor Nextcloud 15 moet die worden aangepast om ook .woff2 bestanden aan te kunnen. vergelijk jouw Nginx configuratie met de aanbevolen instellingen in onze <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>.",
+ "Your web server is not properly set up to resolve \"{url}\". Further information can be found in the {linkstart}documentation ↗{linkend}." : "Je webserver is niet goed ingesteld om \"{url}\" te vinden. Meer informatie is te vinden in onze {linkstart}documentatie↗{linkend}.",
+ "Your web server is not properly set up to resolve \"{url}\". This is most likely related to a web server configuration that was not updated to deliver this folder directly. Please compare your configuration against the shipped rewrite rules in \".htaccess\" for Apache or the provided one in the documentation for Nginx at it's {linkstart}documentation page ↗{linkend}. On Nginx those are typically the lines starting with \"location ~\" that need an update." : "Je webserver is niet juist ingesteld voor het verwerken van \"{url}\". De oorzaak ligt waarschijnlijk bij de webserver configuratie die niet bijgewerkt is om deze map rechtstreeks beschikbaar te stellen. Vergelijk je configuratie tegen de installatieversie van de rewrite regels die je vindt in de \".htaccess\" bestanden voor Apache of met de voorbeelden in de documentatie voor Nginx die je vindt op de {linkstart}documentatie pagina↗{linkend}. Op Nginx beginnen deze regels meestal met \"location ~\" die je moet aanpassen.",
+ "Your web server is not properly set up to deliver .woff2 files. This is typically an issue with the Nginx configuration. For Nextcloud 15 it needs an adjustement to also deliver .woff2 files. Compare your Nginx configuration to the recommended configuration in our {linkstart}documentation ↗{linkend}." : "Je webserver is niet goed ingesteld om .woff2 bestanden af te leveren. Dit is meestal een probleem met de Nginx configuratie. Voor Nextcloud 15 moet die worden aangepast om ook .woff2 bestanden aan te kunnen. vergelijk jouw Nginx configuratie met de aanbevolen instellingen in onze {linkstart}documentatie ↗{linkend}.",
"PHP does not seem to be setup properly to query system environment variables. The test with getenv(\"PATH\") only returns an empty response." : "PHP lijkt niet goed te zijn ingesteld voor opvragen systeemomgevingsvariabelen. De test met getenv(\"PATH\") gaf een leeg resultaat.",
- "Please check the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">installation documentation ↗</a> for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "Controleer de <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">installatiedocumentatie ↗</a> voor php configuratienotities en de php configuratie van je server, zeker bij gebruik van php-fpm.",
+ "Please check the {linkstart}installation documentation ↗{linkend} for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "Lees de {linkstart}installatiedocumentatie ↗{linkend} voor php configuratienotities en de php configuratie van je server, zeker bij gebruik van php-fpm.",
"The read-only config has been enabled. This prevents setting some configurations via the web-interface. Furthermore, the file needs to be made writable manually for every update." : "De alleen-lezen config is ingeschakeld. Dit voorkomt het via de webinterface wijzigen van verschillende instellingen. Bovendien moet het bestand voor elke aanpassing handmatig op beschrijfbaar worden ingesteld.",
"Your database does not run with \"READ COMMITTED\" transaction isolation level. This can cause problems when multiple actions are executed in parallel." : "Je database draait niet met \"READ COMMITTED\" transactie-isolatie niveau. Dit kan problemen opleveren als er meerdere acties tegelijkertijd worden uitgevoerd.",
"The PHP module \"fileinfo\" is missing. It is strongly recommended to enable this module to get the best results with MIME type detection." : "De PHP module \"fileinfo\" ontbreekt. We adviseren met klem om deze module te activeren om de beste resultaten te bereiken voor MIME-type detectie.",
- "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems. See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation ↗</a> for more information." : "Transactionele bestandlocking is uitgeschakeld, dat zou namelijk kunnen leiden tot versiebeheerproblemen. Schakel \"filelocking enabled\" in config.php in om deze problemen te voorkomen. Zie de <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentatie ↗</a> voor meer informatie.",
+ "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems. See the {linkstart}documentation ↗{linkend} for more information." : "Transactionele bestandlocking is gedeactiveerd, dat zou kunnen leiden tot versiebeheerproblemen. Schakel \"filelocking enabled\" in config.php in om deze problemen te voorkomen. Zie de {linkstart}documentatie ↗{linkend} voor meer informatie.",
"If your installation is not installed at the root of the domain and uses system cron, there can be issues with the URL generation. To avoid these problems, please set the \"overwrite.cli.url\" option in your config.php file to the webroot path of your installation (suggestion: \"{suggestedOverwriteCliURL}\")" : "Als je installatie niet in de hoofddirectory van het domein staat, maar wel systeem cron gebruikt, dan kunnen er problemen ontstaan bij het genereren van URL's. Om deze problemen te voorkomen zou je de \"overwrite.cli.url\" optie in config.php moeten instellen op het webroot pad van je installatie (aanbevolen:\"{suggestedOverwriteCliURL}\")",
+ "Your installation has no default phone region set. This is required to validate phone numbers in the profile settings without a country code. To allow numbers without a country code, please add \"default_phone_region\" with the respective {linkstart}ISO 3166-1 code ↗{linkend} of the region to your config file." : "Je installatie heeft geen standaard telefoonregio. Dit is nodig om telefoonnummers te valideren in de profielinstellingen zonder landcode. Om nummers zonder landcode toe te staan, voeg je \"default_phone_region\" met de respectieve {linkstart} ISO 3166-1-code ↗ {linkend} van de regio toe aan je configuratiebestand.",
"It was not possible to execute the cron job via CLI. The following technical errors have appeared:" : "Het was niet mogelijk om de systeem cron via CLI uit te voeren. De volgende technische problemen traden op:",
- "Last background job execution ran {relativeTime}. Something seems wrong." : "Laatst uitgevoerde achtergrondtaak {relativeTime}. Er lijkt iets fout gegaan.",
- "Check the background job settings" : "Controleer de achtergrondtaak instellingen",
+ "Last background job execution ran {relativeTime}. Something seems wrong. {linkstart}Check the background job settings ↗{linkend}." : "Laatst uitgevoerde achtergrondtaak {relativeTime}. Er lijkt iets fout gegaan. {linkstart}Controleer de achtergrond job instellingen ↗{linkend}.",
"This server has no working Internet connection: Multiple endpoints could not be reached. This means that some of the features like mounting external storage, notifications about updates or installation of third-party apps will not work. Accessing files remotely and sending of notification emails might not work, either. Establish a connection from this server to the Internet to enjoy all features." : "Deze server heeft geen werkende internetverbinding: meerdere endpoints kunnen niet worden bereikt. Dat betekent dat sommige functies, zoals het gebruik van externe opslag, notificaties over updates of installatie van apps van derde partijen niet werken. Ook het benaderen van bestanden vanaf een remote locatie en het versturen van notificatie emails kan mislukken. We adviseren om de internetverbinding voor deze server in te schakelen als je alle functies wilt gebruiken.",
- "No memory cache has been configured. To enhance performance, please configure a memcache, if available. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Er is geen geheugencache geconfigureerd. Om de prestaties te verhogen kun je een geheugencache configureren als die beschikbaar is. Meer informatie vind je in onze <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentatie</a>.",
- "No suitable source for randomness found by PHP which is highly discouraged for security reasons. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Geen bruikbare bron voor randomnes gevonden door PHP, hetgeen sterk wordt aanbevolen om beveiligingsredenen. Meer informatie in de <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentatie</a>.",
- "You are currently running PHP {version}. Upgrade your PHP version to take advantage of <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">performance and security updates provided by the PHP Group</a> as soon as your distribution supports it." : "Je draait momenteel PHP {version}. We adviseren je om, zo gauw je distributie dat biedt, je PHP versie bij te werken voor <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">betere prestaties en beveiliging geleverd door de PHP Group</a>.",
- "Nextcloud 19 is the last release supporting PHP 7.2. Nextcloud 20 requires at least PHP 7.3." : "Nextcloud 19 is de laatste release die PHP 7.2 ondersteunt. Nextcloud 20 vereist ten minste PHP 7.3.",
- "The reverse proxy header configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If not, this is a security issue and can allow an attacker to spoof their IP address as visible to the Nextcloud. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "De reverse proxy headerconfiguratie is onjuist, of je hebt toegang tot Nextcloud via een vertrouwde proxy. Als je Nextcloud niet via een vertrouwde proxy benadert, dan levert dat een beveiligingsrisico op, waardoor een aanvaller het IP-adres dat Nextcloud ziet kan vervalsen. Meer informatie is te vinden in onze <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentatie</a>.",
- "Memcached is configured as distributed cache, but the wrong PHP module \"memcache\" is installed. \\OC\\Memcache\\Memcached only supports \"memcached\" and not \"memcache\". See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">memcached wiki about both modules</a>." : "Memcached is geconfigureerd als gedistribueerde cache, maar de verkeerde PHP module \"memcache\" is geïnstalleerd. \\OC\\Memcache\\Memcached ondersteunt alleen \"memcached\" en niet \"memcache\". Zie de <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">memcached wiki over beide modules</a>.",
- "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">List of invalid files…</a> / <a href=\"{rescanEndpoint}\">Rescan…</a>)" : "Sommige bestanden kwamen niet door de betrouwbaarheidscontrole. Meer informatie over het oplossen van dit probleem kan worden gevonden in onze <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentatie</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">Lijst met ongeldige bestanden…</a> / <a href=\"{rescanEndpoint}\">Opnieuw…</a>)",
- "The PHP OPcache module is not loaded. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance it is recommended</a> to load it into your PHP installation." : "De PHP OPcache is niet correct geladen. </a>Voor betere prestaties adviseren we</a> die te laden in je php.ini instellingen.",
- "The PHP OPcache is not properly configured. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance it is recommended</a> to use the following settings in the <code>php.ini</code>:" : "De PHP OPcache is niet correct geconfigureerd. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Voor betere prestaties adviseren we</a> de volgende <code>php.ini instellingen</code> te gebruiken:",
+ "No memory cache has been configured. To enhance performance, please configure a memcache, if available. Further information can be found in the {linkstart}documentation ↗{linkend}." : "Er is geen geheugencache geconfigureerd. Om de prestaties te verhogen kun je de memcache configureren als die beschikbaar is. Meer informatie vind je in onze {linkstart}documentatie ↗{linkend}.",
+ "No suitable source for randomness found by PHP which is highly discouraged for security reasons. Further information can be found in the {linkstart}documentation ↗{linkend}." : "Geen bruikbare bron voor willekeurige waarden gevonden door PHP, hetgeen sterk wordt aanbevolen om beveiligingsredenen. Meer informatie in de {linkstart}documentatie↗{linkend}.",
+ "You are currently running PHP {version}. Upgrade your PHP version to take advantage of {linkstart}performance and security updates provided by the PHP Group ↗{linkend} as soon as your distribution supports it." : "Je draait momenteel PHP {version}. We adviseren je om, zo gauw je distributie dat biedt, je PHP versie bij te werken voor betere {linkstart}prestaties en beveiliging geleverd door de PHP Group↗{linkend}.",
+ "Nextcloud 20 is the last release supporting PHP 7.2. Nextcloud 21 requires at least PHP 7.3." : "Nextcloud 20 is de laatste release met ondersteuning voor PHP 7.2. Nextcloud 21 heeft minstens PHP 7.3 nodig.",
+ "The reverse proxy header configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If not, this is a security issue and can allow an attacker to spoof their IP address as visible to the Nextcloud. Further information can be found in the {linkstart}documentation ↗{linkend}." : "De reverse proxy headerconfiguratie is onjuist, of je hebt toegang tot Nextcloud via een vertrouwde proxy. Als je Nextcloud niet via een vertrouwde proxy benadert, dan levert dat een beveiligingsrisico op, waardoor een aanvaller het IP-adres dat Nextcloud ziet kan vervalsen. Meer informatie is te vinden in onze {linkstart}documentatie ↗{linkend}..",
+ "Memcached is configured as distributed cache, but the wrong PHP module \"memcache\" is installed. \\OC\\Memcache\\Memcached only supports \"memcached\" and not \"memcache\". See the {linkstart}memcached wiki about both modules ↗{linkend}." : "Memcached is geconfigureerd als gedistribueerde cache, maar de verkeerde PHP-module \"memcache\" is geïnstalleerd. \\OC\\Memcache\\Memcached ondersteunt alleen \"memcached\" en niet \"memcache\". Zie de {linkstart}memcached wiki over beide modules ↗ {linkend}.",
+ "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in the {linkstart1}documentation ↗{linkend}. ({linkstart2}List of invalid files…{linkend} / {linkstart3}Rescan…{linkend})" : "Sommige bestanden hebben de integriteitscontrole niet doorstaan. Meer informatie over het oplossen van dit probleem is te vinden in de {linkstart1} documentatie ↗ {linkend}. ({linkstart2} Lijst met ongeldige bestanden… {linkend} / {linkstart3} Opnieuw scannen… {linkend})",
+ "The PHP OPcache module is not loaded. {linkstart}For better performance it is recommended ↗{linkend} to load it into your PHP installation." : "De PHP OPcache is niet geladen. {linkstart}Voor betere prestaties adviseren we ↗{linkend} die te laden in je php.ini instellingen.",
+ "The PHP OPcache module is not properly configured. {linkstart}For better performance it is recommended ↗{linkend} to use the following settings in the <code>php.ini</code>:" : "De PHP OPcache is niet correct geconfigureerd. {linkstart}Voor betere prestaties wordt aanbevolen ↗ {linked} om de volgende instellingen in de <code>php.ini</code> te gebruiken:",
"The PHP function \"set_time_limit\" is not available. This could result in scripts being halted mid-execution, breaking your installation. Enabling this function is strongly recommended." : "De PHP functie \"set_time_limit\" is niet beschikbaar. Dit kan erin resulteren dat de scripts halverwege stoppen, waardoor de installatie ontregeld raakt. We adviseren sterk om deze functie in te schakelen.",
"Your PHP does not have FreeType support, resulting in breakage of profile pictures and the settings interface." : "Je PHP heeft geen FreeType ondersteuning. Dit zal leiden tot verminkte profielafbeeldingen en instellingeninterface.",
"Missing index \"{indexName}\" in table \"{tableName}\"." : "Ontbrekende index \"{indexName}\" in tabel \"{tableName}\".",
- "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "De database mist een paar indexen. Omdat het toevoegen van indexen op grote tabellen veel tijd kan kosten, zijn ze niet automatisch gecreëerd. Door het draaien van \"occ db:add-missing-indices\" kunnen deze indexen handmatig worden toegevoegd terwijl de server blijft draaien. Als de indexe zijn toegevoegd, zullen opvragingen op die tabellen veel sneller plaatsvinden.",
+ "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "De database mist een paar indexen. Omdat het toevoegen van indexen op grote tabellen veel tijd kan kosten, zijn ze niet automatisch gecreëerd. Door het draaien van \"occ db:add-missing-indices\" kunnen deze indexen handmatig worden toegevoegd terwijl de server blijft draaien. Als de indexen zijn toegevoegd, zullen opvragingen op die tabellen veel sneller plaatsvinden.",
+ "Missing primary key on table \"{tableName}\"." : "Ontbrekende primaire sleutel voor tabel \"{tableName}\".",
+ "The database is missing some primary keys. Due to the fact that adding primary keys on big tables could take some time they were not added automatically. By running \"occ db:add-missing-primary-keys\" those missing primary keys could be added manually while the instance keeps running." : "De database mist enkele primaire sleutels. Omdat het toevoegen van primaire sleutels aan grote tabellen enige tijd kan duren, werden ze niet automatisch toegevoegd. Door \"occ db:add-missing-primary-keys\" uit te voeren, kunnen die ontbrekende primaire sleutels handmatig worden toegevoegd terwijl de server blijft draaien.",
+ "Missing optional column \"{columnName}\" in table \"{tableName}\"." : "Ontbrekende kolom \"{columnName}\" in tabel \"{tableName}\".",
+ "The database is missing some optional columns. Due to the fact that adding columns on big tables could take some time they were not added automatically when they can be optional. By running \"occ db:add-missing-columns\" those missing columns could be added manually while the instance keeps running. Once the columns are added some features might improve responsiveness or usability." : "De database mist een paar optionele kolommen. Omdat het toevoegen van kolommen op grote tabellen veel tijd kan kosten, zijn ze niet automatisch gecreëerd, omdat dat optioneel kan. Door het draaien van \"occ db:add-missing-columns\" kunnen deze kolommen handmatig worden toegevoegd terwijl de server blijft draaien. Als de kolommen zijn toegevoegd, zullen bepaalde functionaliteiten veel sneller of gemakkelijker plaatsvinden.",
"This instance is missing some recommended PHP modules. For improved performance and better compatibility it is highly recommended to install them." : "Deze server mist een paar aanbevolen PHP-modules. Voor betere prestaties en compatibiliteit adviseren we om die te installeren.",
- "Some columns in the database are missing a conversion to big int. Due to the fact that changing column types on big tables could take some time they were not changed automatically. By running 'occ db:convert-filecache-bigint' those pending changes could be applied manually. This operation needs to be made while the instance is offline. For further details read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "Sommige kolommen in de database zijn niet geconverteerd naar 'big int'. Doordat het wijzigen van kolomtype op grote databases veel tijd kost, zijn ze niet automatisch gewijzigd. Door het uitvoeren van 'occ db:convert-filecache-bigint' worden de veranderingen alsnog uitgevoerd. Dat moet gebeuren als de server off-line staat. Voor meer informatie verwijzen we naar de <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentatie hierover</a>.",
+ "Module php-imagick in this instance has no SVG support. For better compatibility it is recommended to install it." : "Module php-imagick op deze server heeft geen SVG-ondersteuning. Voor een betere compatibiliteit wordt aanbevolen om die te installeren.",
+ "Some columns in the database are missing a conversion to big int. Due to the fact that changing column types on big tables could take some time they were not changed automatically. By running 'occ db:convert-filecache-bigint' those pending changes could be applied manually. This operation needs to be made while the instance is offline. For further details read {linkstart}the documentation page about this ↗{linkend}." : "Sommige kolommen in de database zijn niet geconverteerd naar 'big int'. Doordat het wijzigen van kolomtype op grote databases veel tijd kost, zijn ze niet automatisch gewijzigd. Door het uitvoeren van 'occ db:convert-filecache-bigint' worden de veranderingen alsnog uitgevoerd. Dat moet gebeuren als de server off-line staat. Voor meer informatie verwijzen we naar {linkstart}de documentatie hierover ↗{linkend}.",
"SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend." : "SQLite wordt momenteel gebruikt als backend database. Voor grotere installaties adviseren we dat je omschakelt naar een andere database backend.",
"This is particularly recommended when using the desktop client for file synchronisation." : "Dit wordt vooral aanbevolen als de desktop client wordt gebruikt voor bestandssynchronisatie.",
- "To migrate to another database use the command line tool: 'occ db:convert-type', or see the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation ↗</a>." : "Om te migreren naar een andere database moet je de commandoregel tool gebruiken: 'occ db:convert-type'; <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">zie de documentatie ↗</a>.",
- "Use of the the built in php mailer is no longer supported. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Please update your email server settings ↗<a/>." : "De ingebouwde php mailer wordt niet langer ondersteund. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Werk je mailserverinstellingen bij ↗<a/>.",
+ "To migrate to another database use the command line tool: 'occ db:convert-type', or see the {linkstart}documentation ↗{linkend}." : "Om te migreren naar een andere database moet u de commandoregel tool gebruiken: 'occ db:convert-type', of lees de {linkstart} documentatie ↗{linkend}.",
"The PHP memory limit is below the recommended value of 512MB." : "De PHP geheugenlimiet is onder de aanbevolen waarde van 512MB.",
"Some app directories are owned by a different user than the web server one. This may be the case if apps have been installed manually. Check the permissions of the following app directories:" : "Sommige app directories zijn eigendom van een andere gebruiker dan de webserver . Dat kan het geval zijn als apps handmatig zijn geïnstalleerd. Controleer de permissies van de volgende app directories:",
- "MySQL is used as database but does not support 4-byte characters. To be able to handle 4-byte characters (like emojis) without issues in filenames or comments for example it is recommended to enable the 4-byte support in MySQL. For further details read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "MySQL is in gebruik als database maar deze ondersteunt geen lettertekens van 4 bytes. Om 4-byte lettertekens te ondersteunen (bv. voor emojis) zonder dat dit problemen veroorzaakt bij bestandsnamen of comentaren enz. is het aangeraden om 4-byte letterteken ondersteuning in MySQL te activeren. Voor meer details leest u <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">de documentatie hierover</a>.",
+ "MySQL is used as database but does not support 4-byte characters. To be able to handle 4-byte characters (like emojis) without issues in filenames or comments for example it is recommended to enable the 4-byte support in MySQL. For further details read {linkstart}the documentation page about this ↗{linkend}." : "MySQL is in gebruik als database maar deze ondersteunt geen lettertekens van 4 bytes. Om 4-byte lettertekens te ondersteunen (bv. voor emojis) zonder dat dit problemen veroorzaakt bij bestandsnamen of commentaren enz. is het aangeraden om 4-byte letterteken ondersteuning in MySQL te activeren. Voor meer details {linkstart}lees de documentatie hierover ↗{linkend}.",
"This instance uses an S3 based object store as primary storage. The uploaded files are stored temporarily on the server and thus it is recommended to have 50 GB of free space available in the temp directory of PHP. Check the logs for full details about the path and the available space. To improve this please change the temporary directory in the php.ini or make more space available in that path." : "Deze installatie gebruikt een S3-gebaseerde object opslag als primaire opslag. De ge-uploade bestanden worden tijdelijk op de server opgeslagen en daarom is het aangeraden om minimaal 50GB vrije ruimte in de temp directory van PHP te hebben. Check de logs voor de complete details van het pad en de beschikbare ruimte. Om dit te verbeteren, verander de tijdelijke directory in php.ini of maak meer ruimte beschikbaar in het genoemde pad.",
- "You are accessing your instance over a secure connection, however your instance is generating insecure URLs. This most likely means that you are behind a reverse proxy and the overwrite config variables are not set correctly. Please read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "Je verbindt met je server over een beveiligd kanaal, maar je server genereert onveilige URLs. Waarschijnlijk zit je achter een reverse proxy en zijn de overschijf config variabelen niet goed ingesteld. Lees <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">de documentatie hierover</a>.",
+ "You are accessing your instance over a secure connection, however your instance is generating insecure URLs. This most likely means that you are behind a reverse proxy and the overwrite config variables are not set correctly. Please read {linkstart}the documentation page about this ↗{linkend}." : "Je verbindt met je server over een beveiligd kanaal, maar je server genereert onveilige URLs. Waarschijnlijk zit je achter een reverse proxy en zijn de overschijf config variabelen niet goed ingesteld. Lees [linkstart]de documentatie hierover ↗{linkend}.",
"Error occurred while checking server setup" : "Een fout trad op bij checken serverconfiguratie",
+ "For more details see the {linkstart}documentation ↗{linkend}." : "Voor meer informatie word je verwezen naar de {linkstart}documentatie↗{linkend}.",
"Your data directory and files are probably accessible from the Internet. The .htaccess file is not working. It is strongly recommended that you configure your web server so that the data directory is no longer accessible, or move the data directory outside the web server document root." : "Je datamap en je bestanden zijn waarschijnlijk vanaf het internet bereikbaar. Het .htaccess-bestand werkt niet. We raden ten zeerste aan aan om je webserver zodanig te configureren, dat de datadirectory niet bereikbaar is vanaf het internet of om je datadirectory te verplaatsen naar een locatie buiten de document-root van de webserver.",
"The \"{header}\" HTTP header is not set to \"{expected}\". This is a potential security or privacy risk, as it is recommended to adjust this setting accordingly." : "De \"{header}\" HTTP header is niet ingesteld als \"{expected}\". Dit is een potentieel security of privacy risico en we adviseren om deze instelling te wijzigen.",
"The \"{header}\" HTTP header is not set to \"{expected}\". Some features might not work correctly, as it is recommended to adjust this setting accordingly." : "De \"{header}\" HTTP header is ingesteld als \"{expected}\". Sommige functies werken mogelijk niet zoals bedoeld en we adviseren om deze instelling te wijzigen.",
"The \"{header}\" HTTP header doesn't contain \"{expected}\". This is a potential security or privacy risk, as it is recommended to adjust this setting accordingly." : "De \"{header}\" HTTP header bevat niet \"{expected}\". Dit is een potentieel security of privacy risico en we adviseren om deze instelling te wijzigen.",
- "The \"{header}\" HTTP header is not set to \"{val1}\", \"{val2}\", \"{val3}\", \"{val4}\" or \"{val5}\". This can leak referer information. See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{link}\">W3C Recommendation ↗</a>." : "De \"{header}\" HTTP header is niet ingesteld op \"{val1}\", \"{val2}\", \"{val3}\", \"{val4}\" of \"{val5}\". Hierdoor kan verwijzingsinformatie uitlekken. Zie de <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{link}\">W3C aanbeveling ↗</a>.",
- "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the <a href=\"{docUrl}\" rel=\"noreferrer noopener\">security tips ↗</a>." : "De \"Strict-Transport-Security\" HTTP header is niet ingesteld als minimaal \"{seconds}\" seconden. Voor verbeterde beveiliging adviseren we HSTS in te schakelen zoals beschreven in de <a href=\"{docUrl}\" rel=\"noreferrer noopener\">security tips ↗</a>.",
- "Accessing site insecurely via HTTP. You are strongly advised to set up your server to require HTTPS instead, as described in the <a href=\"{docUrl}\">security tips ↗</a>." : "De site is onveilig verbonden over HTTP. We adviseren je dringend om je server zo te configureren dat HTTPS wordt vereist, zoals beschreven in de <a href=\"{docUrl}\">security tips ↗</a>.",
- "Non-existing tag #{tag}" : "Niet bestaande markering #{tag}",
- "restricted" : "beperkt",
- "invisible" : "onzichtbaar",
- "Delete" : "Verwijder",
- "Rename" : "Naam wijzigen",
- "Collaborative tags" : "Systeemtags",
- "No tags found" : "Geen tags gevonden",
+ "The \"{header}\" HTTP header is not set to \"{val1}\", \"{val2}\", \"{val3}\", \"{val4}\" or \"{val5}\". This can leak referer information. See the {linkstart}W3C Recommendation ↗{linkend}." : "De \"{header}\" HTTP header is niet ingesteld op \"{val1}\", \"{val2}\", \"{val3}\", \"{val4}\" of \"{val5}\". Hierdoor kan verwijzingsinformatie uitlekken. Zie de {linkstart}W3C aanbeveling ↗{linkend}.",
+ "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the {linkstart}security tips ↗{linkend}." : "De \"Strict-Transport-Security\" HTTP header is niet ingesteld als minimaal \"{seconds}\" seconden. Voor verbeterde beveiliging adviseren we HSTS in te schakelen zoals beschreven in de {linkstart}security tips ↗{linkend}.",
+ "Accessing site insecurely via HTTP. You are strongly advised to set up your server to require HTTPS instead, as described in the {linkstart}security tips ↗{linkend}." : "De site is onveilig verbonden over HTTP. We adviseren je dringend om je server zo te configureren dat HTTPS wordt vereist, zoals beschreven in de {linkstart}security tips ↗{linkend}.",
"unknown text" : "onbekende tekst",
"Hello world!" : "Hallo wereld!",
"sunny" : "zonnig",
@@ -123,27 +128,28 @@
"Please reload the page." : "Herlaad deze pagina.",
"The update was unsuccessful. For more information <a href=\"{url}\">check our forum post</a> covering this issue." : "De update was niet succesvol. Voor meer informatie <a href=\"{url}\">zie ons bericht op het forum</a> over dit probleem.",
"The update was unsuccessful. Please report this issue to the <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">Nextcloud community</a>." : "De update is mislukt. Meld dit probleem aan de <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">Nextcloud community</a>.",
- "Continue to Nextcloud" : "Ga door naar Nextcloud",
- "_The update was successful. Redirecting you to Nextcloud in %n second._::_The update was successful. Redirecting you to Nextcloud in %n seconds._" : ["De update is geslaagd. Je wordt nu over %n seconde doorgeleid naar Nextcloud.","De update is geslaagd. Je wordt nu over %n seconden doorgeleid naar Nextcloud."],
- "Searching other places" : "Zoeken op andere plaatsen",
- "No search results in other folders for {tag}{filter}{endtag}" : "Geen zoekresultaten voor {tag}{filter}{endtag} in andere mappen",
- "_{count} search result in another folder_::_{count} search results in other folders_" : ["{count} zoekresultaat in een andere map","{count} zoekresultaten in andere mappen"],
+ "Continue to {productName}" : "Verder naar {productName}",
+ "_The update was successful. Redirecting you to {productName} in %n second._::_The update was successful. Redirecting you to {productName} in %n seconds._" : ["De update was succesvol. Redirecten naar {productName} over %nseconde.","De update was succesvol. Redirecten naar {productName} over %n seconden."],
+ "Log in" : "Inloggen",
+ "Logging in …" : "Inloggen...",
"Server side authentication failed!" : "Authenticatie bij de server mislukt!",
"Please contact your administrator." : "Neem contact op met je systeembeheerder.",
"An internal error occurred." : "Er heeft zich een interne fout voorgedaan.",
"Please try again or contact your administrator." : "Probeer het opnieuw of neem contact op met je beheerder.",
"Username or email" : "Gebruikersnaam of email",
"Password" : "Wachtwoord",
- "Log in" : "Inloggen",
- "Logging in …" : "Inloggen...",
+ "Toggle password visibility" : "Omschakelen zichtbaarheid wachtwoord",
"Wrong username or password." : "Verkeerde gebruikersnaam of wachtwoord.",
"User disabled" : "Gebruiker gedeactiveerd",
"We have detected multiple invalid login attempts from your IP. Therefore your next login is throttled up to 30 seconds." : "We hebben meerdere foutieve inlogverzoeken vanaf jouw IP-adres gedetecteerd. Hierdoor wordt je volgende inlogverzoek 30 seconden uitgesteld.",
+ "Your account is not setup for passwordless login." : "Je account is niet ingesteld voor inloggen zonder wachtwoord.",
+ "Passwordless authentication is not supported in your browser." : "Inloggen zonder wachtwoord is niet ondersteund door je browser.",
+ "Passwordless authentication is only available over a secure connection." : "Inloggen zonder wachtwoord is alleen mogelijk over een beveiligde verbinding.",
"Reset password" : "Reset wachtwoord",
- "A password reset message has been sent to the e-mail address of this account. If you do not receive it, check your spam/junk folders or ask your local administrator for help." : "Er is een wachtwoordherstelbericht verzonden naar het e-mailadres van dit account. Als je het niet hebt ontvangen, controleer dan je spam / ongewenste mappen, of vraag je beheerder om hulp.",
+ "A password reset message has been sent to the email address of this account. If you do not receive it, check your spam/junk folders or ask your local administrator for help." : "Er is een wachtwoordherstelbericht verzonden naar het e-mailadres van dit account. Als je het niet hebt ontvangen, controleer dan je spam / ongewenste mappen, of vraag je beheerder om hulp.",
"If it is not there ask your local administrator." : "Als het hier niet is, vraag dan de lokale beheerder",
"Couldn't send reset email. Please contact your administrator." : "Kon herstel email niet versturen. Neem contact op met je beheerder.",
- "Password can not be changed. Please contact your administrator." : "Het wachtwoord kan niet worden gewijzigd. Neem contact op met je beheerder.",
+ "Password cannot be changed. Please contact your administrator." : "Het wachtwoord kan niet worden gewijzigd. Neem contact op met je beheerder.",
"Back to login" : "Terug naar inloggen",
"New password" : "Nieuw wachtwoord",
"Your files are encrypted. There will be no way to get your data back after your password is reset. If you are not sure what to do, please contact your administrator before you continue. Do you really want to continue?" : "Je bestanden zijn versleuteld. Het is niet mogelijk om je gegevens terug te krijgen als je wachtwoord wordt gereset. Als je niet zeker weer wat je moet doen, neem dan contact op met je beheerder voordat je verdergaat. Wil je echt verder gaan?",
@@ -151,20 +157,32 @@
"Resetting password" : "Resetten wachtwoord",
"Recommended apps" : "Aanbevolen apps",
"Loading apps …" : "Laden apps ...",
- "Could not fetch list of apps from the app store." : "Kon lijst met apps niet ophalen van de app store.",
+ "Could not fetch list of apps from the App Store." : "Kon lijst met apps niet ophalen vanuit de App Store.",
"Installing apps …" : "Installeren apps …",
- "Nextcloud {app}" : "Nextcloud {app}",
"App download or installation failed" : "App download of installatie mislukt",
- "Can't install this app because it is not compatible" : "Kan deze app niet installeren omdat deze niet compatible is",
- "Can't install this app" : "Kan deze app niet installeren",
+ "Cannot install this app because it is not compatible" : "Kan deze app niet installeren omdat deze niet compatible is",
+ "Cannot install this app" : "Kan deze app niet installeren",
"Cancel" : "Annuleren",
"Schedule work & meetings, synced with all your devices." : "Plan je werk & afspraken, gesynced met al je toestellen.",
"Keep your colleagues and friends in one place without leaking their private info." : "Bewaar je collega's en vrienden op één plaats zonder hun persoonlijke gegevens te laten uitlekken.",
"Simple email app nicely integrated with Files, Contacts and Calendar." : "Simpele e-mailapp, handig geïntegreerd met Bestanden, Contactpersonen en Agenda.",
"Chatting, video calls, screensharing, online meetings and web conferencing – in your browser and with mobile apps." : "Chatten, videobellen, schermdelen, online vergaderingen en webconferenties - in de browser en met mobiele apps.",
"Collaboratively edit office documents." : "Bewerk office documenten gezamelijk.",
- "Local document editing back-end used by the OnlyOffice app." : "Lokale back-end voor bestandsbewerking gebruikt bij de OnlyOffice-app.",
+ "Local document editing back-end used by the Collabora Online app." : "Lokale back-end voor bestandsbewerking gebruikt door de Collabora Online app.",
"Forgot password?" : "Wachtwoord vergeten?",
+ "Log in with a device" : "Inloggen met een toestel",
+ "Back" : "Terug",
+ "Login form is disabled." : "Inlogscherm uitgeschakeld",
+ "Reset search" : "Zoekopdracht wissen",
+ "Search for {name} only" : "Zoek alleen naar {name}",
+ "No results for {query}" : "Geen resultaten voor {query}",
+ "Start typing to search" : "Begin met typen om te zoeken",
+ "Loading more results …" : "Meer resultaten laden ...",
+ "Load more results" : "Laad meer resultaten",
+ "Search" : "Zoeken",
+ "An error occurred while searching for {type}" : "Er trad een fout op bij het zoeken naar {type}",
+ "_Please enter {minSearchLength} character or more to search_::_Please enter {minSearchLength} characters or more to search_" : ["Voer {minSearchLength} tekens of meer in om te zoeken","Voer alstublieft {minSearchLength} tekens of meer in om te zoeken"],
+ "Search {types} …" : "Zoeken naar {types}…",
"Settings" : "Instellingen",
"Could not load your contacts" : "Kon je contactpersonenen niet laden",
"Search contacts …" : "Zoek contacten ...",
@@ -232,6 +250,13 @@
"Strong password" : "Sterk wachtwoord",
"No action available" : "Geen actie beschikbaar",
"Error fetching contact actions" : "Fout bij ophalen contact acties",
+ "Non-existing tag #{tag}" : "Niet bestaande markering #{tag}",
+ "restricted" : "beperkt",
+ "invisible" : "onzichtbaar",
+ "Delete" : "Verwijder",
+ "Rename" : "Naam wijzigen",
+ "Collaborative tags" : "Systeemtags",
+ "No tags found" : "Geen tags gevonden",
"Personal" : "Persoonlijk",
"Users" : "Gebruikers",
"Apps" : "Apps",
@@ -241,10 +266,13 @@
"File not found" : "Bestand niet gevonden",
"The document could not be found on the server. Maybe the share was deleted or has expired?" : "Het document werd niet gevonden op de server. Misschien is de share verwijderd of verlopen?",
"Back to %s" : "Terug naar %s",
+ "Too many requests" : "Te veel aanvragen",
+ "There were too many requests from your network. Retry later or contact your administrator if this is an error." : "Er waren te veel aanvragen afkomstig uit uw netwerk. Probeer later opnieuw of contacteer de beheerder als dat niet correct is.",
"Error" : "Fout",
+ "Previous" : "Vorige",
"Internal Server Error" : "Interne serverfout",
"The server was unable to complete your request." : "De server was niet in staat je aanvraag te verwerken.",
- "If this happens again, please send the technical details below to the server administrator." : "Stuur de hieronder afgebeelde technische details naar de server beheerder wanneer dit opnieuw gebeurt.",
+ "If this happens again, please send the technical details below to the server administrator." : "Stuur de hieronder afgebeelde technische details naar de serverbeheerder wanneer dit opnieuw gebeurt.",
"More details can be found in the server log." : "Meer details in de serverlogging,",
"Technical details" : "Technische details",
"Remote Address: %s" : "Extern adres: %s",
@@ -278,7 +306,7 @@
"SQLite should only be used for minimal and development instances. For production we recommend a different database backend." : "SQLite zou alleen moeten worden gebruikt voor minimale en ontwikkelomgevingen. Voor productie raden we aan om een andere database backend te gebruiken.",
"If you use clients for file syncing, the use of SQLite is highly discouraged." : "Als je clients gebruikt voor bestandssynchronisatie wordt het gebruik van SQLite sterk ontraden.",
"Install recommended apps" : "Installeer aanbevolen apps",
- "Calendar, Contacts, Talk, Mail & OnlyOffice" : "Kalender, Contacten, Talk, Mail & OnlyOffice",
+ "Calendar, Contacts, Talk, Mail & Collaborative editing" : "Agenda, Contactpersonen, Talk, E-mail & Samenwerkend schrijven",
"Finish setup" : "Installatie afronden",
"Finishing …" : "Afronden ...",
"Need help?" : "Hulp nodig?",
@@ -292,19 +320,18 @@
"More apps" : "Meer apps",
"More" : "Meer",
"More apps menu" : "Meer apps menu",
- "Search" : "Zoeken",
- "Reset search" : "Zoekopdracht wissen",
"Contacts" : "Contactpersonen",
"Contacts menu" : "Contacten menu",
"Settings menu" : "Instellingenmenu",
"Confirm your password" : "Bevestig je wachtwoord",
"Connect to your account" : "Verbind jouw account",
"Please log in before granting %1$s access to your %2$s account." : "Eerst inloggen voordat je %1$s toegang geeft tot je %2$s account.",
+ "If you are not trying to set up a new device or app, someone is trying to trick you into granting them access to your data. In this case do not proceed and instead contact your system administrator." : "Als u geen nieuw apparaat of nieuwe app probeert in te stellen, probeert iemand je te misleiden om hem toegang tot je gegevens te verlenen. Ga in dat geval niet verder en neem in plaats daarvan contact op met je systeembeheerder.",
"App token" : "App token",
"Grant access" : "Verleen toegang",
"Alternative log in using app token" : "Alterenatieve login doormiddel van app token.",
"Account access" : "Account toegang",
- "You are about to grant %1$s access to your %2$s account." : "Je staat op het punt om %1$s toegang te verlenen to je %2$s account.",
+ "You are about to grant %1$s access to your %2$s account." : "Je staat op het punt om %1$s toegang te verlenen tot je %2$s account.",
"Account connected" : "Account verbonden",
"Your client should now be connected!" : "Je client zou nu moeten verbonden zijn!",
"You can close this window." : "Je mag dit venster sluiten.",
@@ -327,10 +354,10 @@
"Further information how to configure this can be found in the %1$sdocumentation%2$s." : "Verdere informatie over hoe je dit instelt staat in de %1$s documentatie %2$s.",
"App update required" : "Bijwerken App vereist",
"%1$s will be updated to version %2$s" : "%1$s wordt geüpdatet naar versie %2$s",
- "These apps will be updated:" : "Deze apps worden bijgewerkt:",
+ "The following apps will be updated:" : "Deze apps worden bijgewerkt:",
"These incompatible apps will be disabled:" : "De volgende incompatibele apps worden uitgeschakeld:",
"The theme %s has been disabled." : "Het thema %s is uitgeschakeld.",
- "Please make sure that the database, the config folder and the data folder have been backed up before proceeding." : "Let erop dat de database, de config map en de data map zijn gebackupt voordat je verder gaat.",
+ "Please make sure that the database, the config folder and the data folder have been backed up before proceeding." : "Let erop dat de database, de config-map en de data-map zijn geback-upt voordat je verder gaat.",
"Start update" : "Begin de update",
"To avoid timeouts with larger installations, you can instead run the following command from your installation directory:" : "Om time-outs tijdens grotere installaties te voorkomen, kun je in plaats hiervan de volgende opdracht geven vanaf je installatiedirectory:",
"Detailed logs" : "Gedetailleerde logs",
@@ -343,95 +370,49 @@
"This %s instance is currently in maintenance mode, which may take a while." : "Deze %s staat momenteel in de onderhoudsstand, dat kan enige tijd duren.",
"This page will refresh itself when the instance is available again." : "Deze pagina wordt ververst als de server weer beschikbaar is.",
"Contact your system administrator if this message persists or appeared unexpectedly." : "Neem contact op met je systeembeheerder als deze melding aanhoudt of onverwacht verscheen.",
- "Could not send reset email because there is no email address for this username. Please contact your administrator." : "Kon geen herstel e-mail versturen, omdat er geen emailadres bekend is bij deze gebruikersnaam. Neem contact op met je beheerder.",
- "Couldn't send reset email. Please make sure your username is correct." : "Kon herstel email niet versturen. Controleer je gebruikersnaam.",
- "We have send a password reset e-mail to the e-mail address known to us for this account. If you do not receive it within a reasonable amount of time, check your spam/junk folders.<br>If it is not there ask your local administrator." : "We hebben een wachtwoordherstel e-mail verzonden naar het e-mailadres dat bij ons bekend is voor dit account. Als je het niet binnen een redelijke tijd hebt ontvangen, controleer dan je spam / ongewenste mappen. <br> Als het bericht er niet is, vraag het dan je beheerder.",
- "Your files are encrypted. There will be no way to get your data back after your password is reset.<br />If you are not sure what to do, please contact your administrator before you continue. <br />Do you really want to continue?" : "Je bestanden zijn versleuteld. Het is niet mogelijk om je gegevens terug te krijgen als je wachtwoord wordt gereset.<br />Als je niet zeker weer wat je moet doen, neem dan contact op met je beheerder voordat je verdergaat. <br />Wil je echt verder gaan?",
- "Sending email …" : "Versturen e-mail...",
- "You are currently running PHP 5.6. The current major version of Nextcloud is the last that is supported on PHP 5.6. It is recommended to upgrade the PHP version to 7.0+ to be able to upgrade to Nextcloud 14." : "Je gebruikt momenteel PHP 5.6. Dit is de laatste versie van Nextcloud die PHP 5.6 ondersteund. Wij raden aan om je PHP te upgraden naar versie 7.0 of later zodat je kunt upgraden naar Nextcloud 14.",
- "Accessing site insecurely via HTTP. You are strongly adviced to set up your server to require HTTPS instead, as described in the <a href=\"{docUrl}\">security tips ↗</a>." : "De site is onveilig verbonden over HTTP. We adviseren je dringend om je server zo te configureren dat HTTPS wordt vereist, zoals beschreven in de <a href=\"{docUrl}\">security tips ↗</a>.",
- "Shared" : "Gedeeld",
- "Shared with" : "Gedeeld met",
- "Shared by" : "Gedeeld door",
- "Choose a password for the public link" : "Kies een wachtwoord voor de openbare link",
- "Choose a password for the public link or press the \"Enter\" key" : "Kies een wachtwoord voor de openbare link of druk op \"Enter\"",
- "Copied!" : "Gekopieerd!",
- "Copy link" : "Kopiëren link ",
- "Not supported!" : "Niet ondersteund!",
- "Press ⌘-C to copy." : "Druk op ⌘-C om te kopiëren.",
- "Press Ctrl-C to copy." : "Druk op Ctrl-C om te kopiëren.",
- "Unable to create a link share" : "Kan deze deellink niet maken",
- "Unable to toggle this option" : "Kan deze optie niet omschakelen",
- "Resharing is not allowed" : "Verder delen is niet toegestaan",
- "Link" : "Link",
- "Hide download" : "Verberg download",
- "Password protection enforced" : "Wachtwoordbeveiliging afgedwongen",
- "Password protect" : "Wachtwoord beveiligd",
- "Allow editing" : "Bewerken toestaan",
- "Email link to person" : "Email-link naar persoon",
- "Send" : "Versturen",
- "Allow upload and editing" : "Toestaan uploaden en bewerken",
- "Read only" : "Alleen lezen",
- "File drop (upload only)" : "File drop (alleen uploaden)",
- "Expiration date enforced" : "Vervaldatum afgedwongen",
- "Set expiration date" : "Stel vervaldatum in",
- "Expiration" : "Vervaltermijn",
- "Expiration date" : "Vervaldatum",
- "Note to recipient" : "Notitie voor ontvanger",
- "Unshare" : "Delen stoppen",
- "Delete share link" : "Verwijderen deellink",
- "Add another link" : "Toevoegen andere link",
- "Password protection for links is mandatory" : "Wachtwoordbeveiliging voor links is verplicht",
- "Share to {name}" : "Delen naar {name}",
- "Share link" : "Deellink",
- "New share link" : "Nieuwe deellink",
- "Created on {time}" : "Gecreëerd op {time}",
- "Password protect by Talk" : "Wachtwoord beveiligd door Talk",
- "Could not unshare" : "Kon delen niet ongedaan maken",
- "Shared with you and the group {group} by {owner}" : "Met jou en de groep {group} gedeeld door {owner}",
- "Shared with you and {circle} by {owner}" : "Gedeeld met jou en {circle} door {owner}",
- "Shared with you and the conversation {conversation} by {owner}" : "Gedeeld met jou en gesprek {conversation} door {owner}",
- "Shared with you in a conversation by {owner}" : "Met jou in een gesprek gedeeld door {owner}",
- "Shared with you by {owner}" : "Met je gedeeld door {owner}",
- "Choose a password for the mail share" : "Kies een wachtwoord om gedeelde te mailen",
- "group" : "groep",
- "remote" : "extern",
- "remote group" : "externe groep",
- "email" : "email",
- "conversation" : "gesprek",
- "shared by {sharer}" : "Gedeeld door {eigenaar}",
- "Can reshare" : "Kan doordelen",
- "Can edit" : "Kan bewerken",
- "Can create" : "Kan creëren",
- "Can change" : "Kan wijzigen",
- "Can delete" : "Kan verwijderen",
- "Access control" : "Toegangscontrole",
- "{shareInitiatorDisplayName} shared via link" : "{shareInitiatorDisplayName} gedeeld via link",
- "Error while sharing" : "Fout tijdens het delen",
- "Share details could not be loaded for this item." : "Deel details van dit object kon niet worden geladen.",
- "Search globally" : "Zoek door alles",
- "_At least {count} character is needed for autocompletion_::_At least {count} characters are needed for autocompletion_" : ["Minimaal {count} karakter benodigd voor automatisch aanvullen","Minimaal {count} karakters benodigd voor automatisch aanvullen"],
- "This list is maybe truncated - please refine your search term to see more results." : "Deze lijst is misschien afgekapt - verfijn de zoekterm om meer resultaten te zien.",
- "No users or groups found for {search}" : "Geen gebruikers of groepen gevonden voor {search}",
- "No users found for {search}" : "Geen gebruikers gevonden voor {search}",
- "An error occurred (\"{message}\"). Please try again" : "Er heeft zich een fout voorgedaan (\"{message}\"). Probeer het opnieuw",
- "An error occurred. Please try again" : "Er trad een fout op. Probeer het opnieuw",
- "Home" : "Startpagina",
- "Work" : "Werk",
- "Other" : "Ander",
- "{sharee} (remote group)" : "{sharee} (remote group)",
- "{sharee} ({type}, {owner})" : "{sharee} ({type}, {owner})",
- "Share" : "Delen",
- "Name or email address..." : "Naam of emailadres...",
- "Name or federated cloud ID..." : "Naam of gefedereerd Cloud ID:",
- "Name, federated cloud ID or email address..." : "Naam, gefedereerde Cloud ID of een e-mailadres",
- "Name..." : "Naam...",
- "Error removing share" : "Fout bij verwijderen gedeelde",
- "({scope})" : "({scope})",
- "Saving..." : "Opslaan",
- "Dismiss" : "Negeren",
- "Your client should now be connected! You can close this window." : "Je client is nu verbonden! Je kunt het venster sluiten.",
- "New Password" : "Nieuw wachtwoord",
- "Cancel log in" : "Inloggen annuleren"
+ "Checking whether the database schema can be updated (this can take a long time depending on the database size)" : "Controleert of het databaseschema geüpdatet kan worden (dit kan lang duren afhankelijk van de grootte van de de database)",
+ "Checked database schema update" : "Database schema-update gecontroleerd",
+ "Checking updates of apps" : "Controleert of er app updates zijn",
+ "Checking for update of app \"%s\" in appstore" : "Controleren of er updates zijn voor de app \"%s\"",
+ "Update app \"%s\" from appstore" : "App \"%s\" updaten in de appstore",
+ "Checked for update of app \"%s\" in appstore" : "Op updates gecontroleerd voor de app \"%s\"",
+ "Checked database schema update for apps" : "Databaseschema update voor apps gecontroleerd",
+ "Following apps have been disabled: %s" : "De volgende apps zijn uitgeschakeld: %s",
+ "Your web server is not properly set up to resolve \"{url}\". Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Je webserver is niet goed ingesteld om \"{url}\" te vinden. Meer informatie is te vinden in onze <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentatie</a>.",
+ "Your web server is not properly set up to resolve \"{url}\". This is most likely related to a web server configuration that was not updated to deliver this folder directly. Please compare your configuration against the shipped rewrite rules in \".htaccess\" for Apache or the provided one in the documentation for Nginx at it's <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation page</a>. On Nginx those are typically the lines starting with \"location ~\" that need an update." : "Je webserver is niet juist ingesteld voor het verwerken van \"{url}\". De oorzaak ligt waarschijnlijk bij de webserver configuratie die niet bijgewerkt is om deze map rechtstreeks beschikbaar te stellen. Vergelijk je configuratie tegen de installatieversie van de rewrite regels die je vindt in de \".htaccess\" bestanden voor Apache of met de voorbeelden in de documentatie voor Nginx die je vindt op de <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentatie pagina</a>. Op Nginx beginnen deze regels meestal met \"location ~\" die je moet aanpassen.",
+ "Your web server is not properly set up to deliver .woff2 files. This is typically an issue with the Nginx configuration. For Nextcloud 15 it needs an adjustement to also deliver .woff2 files. Compare your Nginx configuration to the recommended configuration in our <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Je webserver is niet goed ingesteld om .woff2 bestanden af te leveren. Dit is meestal een probleem met de Nginx configuratie. Voor Nextcloud 15 moet die worden aangepast om ook .woff2 bestanden aan te kunnen. vergelijk jouw Nginx configuratie met de aanbevolen instellingen in onze <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>.",
+ "Please check the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">installation documentation ↗</a> for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "Controleer de <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">installatiedocumentatie ↗</a> voor php configuratienotities en de php configuratie van je server, zeker bij gebruik van php-fpm.",
+ "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems. See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation ↗</a> for more information." : "Transactionele bestandlocking is uitgeschakeld, dat zou namelijk kunnen leiden tot versiebeheerproblemen. Schakel \"filelocking enabled\" in config.php in om deze problemen te voorkomen. Zie de <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentatie ↗</a> voor meer informatie.",
+ "Last background job execution ran {relativeTime}. Something seems wrong." : "Laatst uitgevoerde achtergrondtaak {relativeTime}. Er lijkt iets fout gegaan.",
+ "Check the background job settings" : "Controleer de achtergrondtaak instellingen",
+ "No memory cache has been configured. To enhance performance, please configure a memcache, if available. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Er is geen geheugencache geconfigureerd. Om de prestaties te verhogen kun je een geheugencache configureren als die beschikbaar is. Meer informatie vind je in onze <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentatie</a>.",
+ "No suitable source for randomness found by PHP which is highly discouraged for security reasons. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Geen bruikbare bron voor randomnes gevonden door PHP, hetgeen sterk wordt aanbevolen om beveiligingsredenen. Meer informatie in de <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentatie</a>.",
+ "You are currently running PHP {version}. Upgrade your PHP version to take advantage of <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">performance and security updates provided by the PHP Group</a> as soon as your distribution supports it." : "Je draait momenteel PHP {version}. We adviseren je om, zo gauw je distributie dat biedt, je PHP versie bij te werken voor <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">betere prestaties en beveiliging geleverd door de PHP Group</a>.",
+ "The reverse proxy header configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If not, this is a security issue and can allow an attacker to spoof their IP address as visible to the Nextcloud. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "De reverse proxy headerconfiguratie is onjuist, of je hebt toegang tot Nextcloud via een vertrouwde proxy. Als je Nextcloud niet via een vertrouwde proxy benadert, dan levert dat een beveiligingsrisico op, waardoor een aanvaller het IP-adres dat Nextcloud ziet kan vervalsen. Meer informatie is te vinden in onze <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentatie</a>.",
+ "Memcached is configured as distributed cache, but the wrong PHP module \"memcache\" is installed. \\OC\\Memcache\\Memcached only supports \"memcached\" and not \"memcache\". See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">memcached wiki about both modules</a>." : "Memcached is geconfigureerd als gedistribueerde cache, maar de verkeerde PHP module \"memcache\" is geïnstalleerd. \\OC\\Memcache\\Memcached ondersteunt alleen \"memcached\" en niet \"memcache\". Zie de <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">memcached wiki over beide modules</a>.",
+ "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">List of invalid files…</a> / <a href=\"{rescanEndpoint}\">Rescan…</a>)" : "Sommige bestanden kwamen niet door de betrouwbaarheidscontrole. Meer informatie over het oplossen van dit probleem kan worden gevonden in onze <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentatie</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">Lijst met ongeldige bestanden…</a> / <a href=\"{rescanEndpoint}\">Opnieuw…</a>)",
+ "The PHP OPcache module is not loaded. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance it is recommended</a> to load it into your PHP installation." : "De PHP OPcache is niet correct geladen. </a>Voor betere prestaties adviseren we</a> die te laden in je php.ini instellingen.",
+ "The PHP OPcache is not properly configured. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance it is recommended</a> to use the following settings in the <code>php.ini</code>:" : "De PHP OPcache is niet correct geconfigureerd. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Voor betere prestaties adviseren we</a> de volgende <code>php.ini instellingen</code> te gebruiken:",
+ "Some columns in the database are missing a conversion to big int. Due to the fact that changing column types on big tables could take some time they were not changed automatically. By running 'occ db:convert-filecache-bigint' those pending changes could be applied manually. This operation needs to be made while the instance is offline. For further details read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "Sommige kolommen in de database zijn niet geconverteerd naar 'big int'. Doordat het wijzigen van kolomtype op grote databases veel tijd kost, zijn ze niet automatisch gewijzigd. Door het uitvoeren van 'occ db:convert-filecache-bigint' worden de veranderingen alsnog uitgevoerd. Dat moet gebeuren als de server off-line staat. Voor meer informatie verwijzen we naar de <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentatie hierover</a>.",
+ "To migrate to another database use the command line tool: 'occ db:convert-type', or see the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation ↗</a>." : "Om te migreren naar een andere database moet je de commandoregel tool gebruiken: 'occ db:convert-type'; <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">zie de documentatie ↗</a>.",
+ "Use of the the built in php mailer is no longer supported. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Please update your email server settings ↗<a/>." : "De ingebouwde php mailer wordt niet langer ondersteund. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Werk je mailserverinstellingen bij ↗<a/>.",
+ "MySQL is used as database but does not support 4-byte characters. To be able to handle 4-byte characters (like emojis) without issues in filenames or comments for example it is recommended to enable the 4-byte support in MySQL. For further details read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "MySQL is in gebruik als database maar deze ondersteunt geen lettertekens van 4 bytes. Om 4-byte lettertekens te ondersteunen (bv. voor emojis) zonder dat dit problemen veroorzaakt bij bestandsnamen of comentaren enz. is het aangeraden om 4-byte letterteken ondersteuning in MySQL te activeren. Voor meer details leest u <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">de documentatie hierover</a>.",
+ "You are accessing your instance over a secure connection, however your instance is generating insecure URLs. This most likely means that you are behind a reverse proxy and the overwrite config variables are not set correctly. Please read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "Je verbindt met je server over een beveiligd kanaal, maar je server genereert onveilige URLs. Waarschijnlijk zit je achter een reverse proxy en zijn de overschijf config variabelen niet goed ingesteld. Lees <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">de documentatie hierover</a>.",
+ "The \"{header}\" HTTP header is not set to \"{val1}\", \"{val2}\", \"{val3}\", \"{val4}\" or \"{val5}\". This can leak referer information. See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{link}\">W3C Recommendation ↗</a>." : "De \"{header}\" HTTP header is niet ingesteld op \"{val1}\", \"{val2}\", \"{val3}\", \"{val4}\" of \"{val5}\". Hierdoor kan verwijzingsinformatie uitlekken. Zie de <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{link}\">W3C aanbeveling ↗</a>.",
+ "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the <a href=\"{docUrl}\" rel=\"noreferrer noopener\">security tips ↗</a>." : "De \"Strict-Transport-Security\" HTTP header is niet ingesteld als minimaal \"{seconds}\" seconden. Voor verbeterde beveiliging adviseren we HSTS in te schakelen zoals beschreven in de <a href=\"{docUrl}\" rel=\"noreferrer noopener\">security tips ↗</a>.",
+ "Accessing site insecurely via HTTP. You are strongly advised to set up your server to require HTTPS instead, as described in the <a href=\"{docUrl}\">security tips ↗</a>." : "De site is onveilig verbonden over HTTP. We adviseren je dringend om je server zo te configureren dat HTTPS wordt vereist, zoals beschreven in de <a href=\"{docUrl}\">security tips ↗</a>.",
+ "Continue to Nextcloud" : "Ga door naar Nextcloud",
+ "_The update was successful. Redirecting you to Nextcloud in %n second._::_The update was successful. Redirecting you to Nextcloud in %n seconds._" : ["De update is geslaagd. Je wordt nu over %n seconde doorgeleid naar Nextcloud.","De update is geslaagd. Je wordt nu over %n seconden doorgeleid naar Nextcloud."],
+ "Searching other places" : "Zoeken op andere plaatsen",
+ "No search results in other folders for {tag}{filter}{endtag}" : "Geen zoekresultaten voor {tag}{filter}{endtag} in andere mappen",
+ "_{count} search result in another folder_::_{count} search results in other folders_" : ["{count} zoekresultaat in een andere map","{count} zoekresultaten in andere mappen"],
+ "A password reset message has been sent to the e-mail address of this account. If you do not receive it, check your spam/junk folders or ask your local administrator for help." : "Er is een wachtwoordherstelbericht verzonden naar het e-mailadres van dit account. Als je het niet hebt ontvangen, controleer dan je spam / ongewenste mappen, of vraag je beheerder om hulp.",
+ "Password can not be changed. Please contact your administrator." : "Het wachtwoord kan niet worden gewijzigd. Neem contact op met je beheerder.",
+ "Could not fetch list of apps from the app store." : "Kon lijst met apps niet ophalen van de app store.",
+ "Nextcloud {app}" : "Nextcloud {app}",
+ "Can't install this app because it is not compatible" : "Kan deze app niet installeren omdat deze niet compatible is",
+ "Can't install this app" : "Kan deze app niet installeren",
+ "These apps will be updated:" : "Deze apps worden bijgewerkt:",
+ "For more details see the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Voor meer details raadpleeg de <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentatie</a>."
},"pluralForm" :"nplurals=2; plural=(n != 1);"
} \ No newline at end of file
diff --git a/core/l10n/oc.js b/core/l10n/oc.js
new file mode 100644
index 00000000000..1027fd5929d
--- /dev/null
+++ b/core/l10n/oc.js
@@ -0,0 +1,363 @@
+OC.L10N.register(
+ "core",
+ {
+ "Please select a file." : "Seleccionatz un fichièr.",
+ "File is too big" : "Fichièr tròp pesuc",
+ "The selected file is not an image." : "Lo fichièr seleccionat es pas un imatge.",
+ "The selected file cannot be read." : "Se pòt pas legir lo fichièr seleccionat.",
+ "Invalid file provided" : "Fichièr fornit invalid",
+ "No image or file provided" : "Cap d’imatge o fichièr fornit",
+ "Unknown filetype" : "Tipe de fichièr desconegut",
+ "Invalid image" : "Imatge desconegut",
+ "An error occurred. Please contact your admin." : "Una error s’es producha. Volgatz ben contactar l’admin.",
+ "No temporary profile picture available, try again" : "Cap d’imatge de perfil temporari pas disponible, tornatz ensajar",
+ "No crop data provided" : "Cap de donada de produccion",
+ "No valid crop data provided" : "Cap de donada pas valida pas provesida",
+ "Crop is not square" : "Lo retalhatge es pas carrat",
+ "State token does not match" : "Lo geton d’estat correspond pas",
+ "Invalid app password" : "Senhal d’aplicacion invalid",
+ "Could not complete login" : "Autocomplecion impossibla de l’identificant",
+ "Your login token is invalid or has expired" : "Lo geton es siá invalid siá expirat",
+ "Password reset is disabled" : "Reïnicializacion del senhal desactivada",
+ "Couldn't reset password because the token is invalid" : "Reïnicializacion del senhal impossibla a cause del geton invalid",
+ "Couldn't reset password because the token is expired" : "Reïnicializacion del senhal impossibla a causa del geton expirat",
+ "%s password reset" : "reïnicializar lo senhal de %s",
+ "Password reset" : "Reïnicializacion de senhal",
+ "Click the following button to reset your password. If you have not requested the password reset, then ignore this email." : "Clicat sul boton seguent per reïnicializar vòstre senhal. S’avètz pas demandat sa reïnicializacion, ignoratz aqueste corrièl.",
+ "Click the following link to reset your password. If you have not requested the password reset, then ignore this email." : "Clicat sul ligam seguent per reïnicializar vòstre senhal. S’avètz pas demandat sa reïnicializacion, ignoratz aqueste corrièl.",
+ "Reset your password" : "Reïnicializatz vòstre senhal",
+ "Nextcloud Server" : "Servidor Nextcloud",
+ "Some of your link shares have been removed" : "D’unes de vòstres ligams de partiment foguèron tirats",
+ "Due to a security bug we had to remove some of your link shares. Please see the link for more information." : "A causa d’una avaria de seguretat nos calguèt tirar certans de vòstres ligams de partiment. Vejatz lo ligam per mai d’informacions.",
+ "The user limit of this instance is reached." : "La limita d’utilizaires d’aquesta instància es atenguda.",
+ "Enter your subscription key to increase the user limit. For more information about Nextcloud Enterprise see our website." : "Picatz vòstra clau d’abonament per aumentar la limita d’utilizaires. Per mai d’informacions a prepaus de Nextcloud Enterprise vejatz nòstre site web.",
+ "Preparing update" : "Preparacion de la mesa a jorn",
+ "[%d / %d]: %s" : "[%d / %d] : %s",
+ "Repair step:" : "Etapa de reparacion :",
+ "Repair info:" : "Info de reparacion :",
+ "Repair warning:" : "Avertiment de reparacion :",
+ "Repair error:" : "Error de reparacion :",
+ "Please use the command line updater because automatic updating is disabled in the config.php." : "Mercés d’utilizar l’actualizador en linha de comanda perque la mesa a jorn automatica es desactivada dins lo config.php.",
+ "[%d / %d]: Checking table %s" : "[%d / %d] : Verificacion taula %s",
+ "Turned on maintenance mode" : "Mòde manteniment aviat",
+ "Turned off maintenance mode" : "Mòde manteniment atudat",
+ "Maintenance mode is kept active" : "Lo mòde manteniment ten d’èsser actiu",
+ "Updating database schema" : "Actualizacion de l’esquèma de la basa de donadas",
+ "Updated database" : "Basa de donada mesa a jorn",
+ "Checking whether the database schema for %s can be updated (this can take a long time depending on the database size)" : "Verificacion se l’esquèma de la basa de donadas per %s pòt èsser actualizat (aquò pòt trigar segon la talha de basa de donadas)",
+ "Updated \"%1$s\" to %2$s" : "« %1$s » mes a jorn a %2$s",
+ "Set log level to debug" : "Definir lo nivèl de jornal d’audit al nivèl debugatge",
+ "Reset log level" : "Restablir nivèl de jornals",
+ "Starting code integrity check" : "Debuta de la verificacion d’integritat del còdi",
+ "Finished code integrity check" : "Cerificacion d’integritat del còdi acabada",
+ "%s (incompatible)" : "%s (incompatible)",
+ "The following apps have been disabled: %s" : "Las aplicacions seguentas son estadas desactivadas : %s",
+ "Already up to date" : "Ja a jorn",
+ "Your web server is not yet properly set up to allow file synchronization, because the WebDAV interface seems to be broken." : "Sembla que vòstre servidor es pas configurat corrèctament per permetre la sincronizacion de fichièrs, perque l’interfàcia WebDAV sembla copada.",
+ "PHP does not seem to be setup properly to query system environment variables. The test with getenv(\"PATH\") only returns an empty response." : "PHP sembla corrèctament configurat per interpretar las variablas d’environament del sistèma. La pròva amb getenv(\"PATH\") a pas tornar una responda voida.",
+ "The read-only config has been enabled. This prevents setting some configurations via the web-interface. Furthermore, the file needs to be made writable manually for every update." : "La configuracion lectura-sola es estada activada. Aquò empacha de configurar d’unes paramètres via l’interfàcia web. Pasmens, òm deu far venir lo fichièr modificable manualament per cada mesa a jorn.",
+ "Your database does not run with \"READ COMMITTED\" transaction isolation level. This can cause problems when multiple actions are executed in parallel." : "Vòstra basa de donada s’executa pas amb la transaccion de nivèl d’isolacion « READ COMMITTED ». Aquò pòt causar problèmas quand mantuna accion s’executan en parallèl.",
+ "The PHP module \"fileinfo\" is missing. It is strongly recommended to enable this module to get the best results with MIME type detection." : "Manca lo module « fileinfo » de PHP. Se recomanda d’activar aqueste modul per obténer los melhors resultats amb la deteccion de tipe MIME.",
+ "If your installation is not installed at the root of the domain and uses system cron, there can be issues with the URL generation. To avoid these problems, please set the \"overwrite.cli.url\" option in your config.php file to the webroot path of your installation (suggestion: \"{suggestedOverwriteCliURL}\")" : "Se vòstra installacion es pas installada a la raiç del domeni e utiliza un sistèm de cron, poiriá arrbiar problèmas amb la generacion d’URL. Per empachar aqueles problèmas, mercés de definir l’optioon « overwrite.cli.url » dins lo fichièr config.php amb lo camin de la raiç de vòstra installacion (suggestion : « {suggestedOverwriteCliURL} »)",
+ "Your installation has no default phone region set. This is required to validate phone numbers in the profile settings without a country code. To allow numbers without a country code, please add \"default_phone_region\" with the respective {linkstart}ISO 3166-1 code ↗{linkend} of the region to your config file." : "Vòstra installacion a pas cap de de region telefonica per defaut. Aquò es requerit per validar lo numèros de telefòn als paramètres de perfil sens còdi país. Per autorizar los numèros sens còdi país, apondètz « default_phone_region » amb lo {linkstart}còdi ISO 3166-1↗{linkend} correspondent de la region dins vòstre fichièr config.",
+ "It was not possible to execute the cron job via CLI. The following technical errors have appeared:" : "Èra pas possible d’executar lo prètzfach cron via CLI. Las errors tecnicas seguentas an aparegut :",
+ "This server has no working Internet connection: Multiple endpoints could not be reached. This means that some of the features like mounting external storage, notifications about updates or installation of third-party apps will not work. Accessing files remotely and sending of notification emails might not work, either. Establish a connection from this server to the Internet to enjoy all features." : "Aqueste servidor a pas cap de connexion Internet operacionala. Mantun destinacions finalas an pas pogut èsser contactadas. Aquò significa que d’unas foncionalitats coma lo montatge d’estocatges extèrns, las notificacions de mesa a jorn o l’installacion d’aplicacions tèrças foncionaràn pas. L’accès distant als fichièrs e lo mandadís de corrièls poiriá foncionar pas tanpauc. Establissètz una connexion Internet per aprofitar de totas las foncionalitats.",
+ "Nextcloud 20 is the last release supporting PHP 7.2. Nextcloud 21 requires at least PHP 7.3." : "Nextcloud 20 es la darrièra version que pren en carga PHP 7.2. Nextcloud 21 requerís almens PHP 7.3.",
+ "The PHP function \"set_time_limit\" is not available. This could result in scripts being halted mid-execution, breaking your installation. Enabling this function is strongly recommended." : "La foncion « set_time_limit\" » es pas disponibla. Aquò poiriá menar a una execucion copada al mièg camin, e a una copadura de l’installacion. L’activacion d’aquesta foncion es forçadament recomandada.",
+ "Your PHP does not have FreeType support, resulting in breakage of profile pictures and the settings interface." : "Vòstre PHP prend pas en carga FreeType, çò que causa lo rompement dels imatges de perfil e de l’interfàcia de paramètres.",
+ "Missing index \"{indexName}\" in table \"{tableName}\"." : "Indèx absent « {indexName} » dins la taula « {tableName} ».",
+ "Missing primary key on table \"{tableName}\"." : "Manca la clau primària de la taula « {tableName} ».",
+ "Missing optional column \"{columnName}\" in table \"{tableName}\"." : "Manca la colomna opcionala « {columnName} » a la taula « {tableName} ».",
+ "This instance is missing some recommended PHP modules. For improved performance and better compatibility it is highly recommended to install them." : "Mancan d’unes modules PHP recomandats a aquesta instància. Per de melhoras performanças e una melhora compatibilitat es forçadament recomandat de los installar.",
+ "Module php-imagick in this instance has no SVG support. For better compatibility it is recommended to install it." : "Lo module php-imagick d’aquesta instància a pas cap de compatibilitat SVG. Es forçadament recomandant de l’installar per una melhora compatibilitat.",
+ "SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend." : "SQLite es actualament utilizat per la basa de donadas. Per d’installacions mai grandas vos recomandam de bascular sus un autre gestionari de basa de donadas.",
+ "This is particularly recommended when using the desktop client for file synchronisation." : "Es particularament recomandat pendent l’utilizacion de client burèu per la sincronizacion de fichièrs.",
+ "The PHP memory limit is below the recommended value of 512MB." : "La memòria limita PHP es jos la valor recomandada de 512 Mo.",
+ "Some app directories are owned by a different user than the web server one. This may be the case if apps have been installed manually. Check the permissions of the following app directories:" : "D’unes repertòris d’aplicacion son la proprietat d’un utilizaire diferent qu’aquel del servidor web. Aquò pòt èsser lo cas se las aplicacions foguèron installadas manualament. Verificatz las permission dels repertòris d’aplicacion seguents :",
+ "Error occurred while checking server setup" : "Error producha pendent la verificacion de l’installacion del servidor",
+ "The \"{header}\" HTTP header is not set to \"{expected}\". This is a potential security or privacy risk, as it is recommended to adjust this setting accordingly." : "L’entèsta HTTP « {header} » es pas definida a « {expected} ». Aquò es un risc de seguretat o de vida privada, es recomandat d’ajustar aqueste paramètre en consequéncia.",
+ "The \"{header}\" HTTP header is not set to \"{expected}\". Some features might not work correctly, as it is recommended to adjust this setting accordingly." : "L’entèsta HTTP « {header} » es pas definida a « {expected} ». D’unas foncionalitats poirián foncionar pas corrèctament, es recomandat d’ajustar aqueste paramètre en consequéncia.",
+ "The \"{header}\" HTTP header doesn't contain \"{expected}\". This is a potential security or privacy risk, as it is recommended to adjust this setting accordingly." : "L’entèsta HTTP « {header} » conten pas « {expected} ». Aquò es un risc potencial de seguretat o de confidencialitat, es recomandat d’ajustar aqueste paramètres en consequéncia.",
+ "unknown text" : "tèxt desconegut",
+ "Hello world!" : "Adieu monde !",
+ "sunny" : "ensolelhat",
+ "Hello {name}, the weather is {weather}" : "Adiu {name}, lo temps es {weather}",
+ "Hello {name}" : "Adiu {name}",
+ "<strong>These are your search results<script>alert(1)</script></strong>" : "<strong>Vaquí vòstres resultats de recèrca<script>alert(1)</script></strong>",
+ "new" : "nòu",
+ "_download %n file_::_download %n files_" : ["telecargar %n fichièr","telecargar %n fichièrs"],
+ "The update is in progress, leaving this page might interrupt the process in some environments." : "La mesa a jorn es en cors, quitar aquesta pagina poiriá interrompre lo processús dins d’unes environaments.",
+ "Update to {version}" : "Metre a jorn a {version}",
+ "An error occurred." : "Una error s’es producha.",
+ "Please reload the page." : "Volgatz recargar la pagina.",
+ "The update was unsuccessful. For more information <a href=\"{url}\">check our forum post</a> covering this issue." : "La mesa a jorn a pas reüssit. Mai mai d’informacions <a href=\"{url}\">visitatz nòstra publicacion al forum</a> que tracta d’aqueste problèma.",
+ "The update was unsuccessful. Please report this issue to the <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">Nextcloud community</a>." : "La mesa a jorn a pas reüssit. Mercés de senhalar aqueste problèma a la <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">Comunautat Nexcloud</a>.",
+ "Log in" : "Connexion",
+ "Logging in …" : "Identificacion…",
+ "Server side authentication failed!" : "Autentificacion costat servidor fracassada !",
+ "Please contact your administrator." : "Mercés de contactar vòstre administrator.",
+ "An internal error occurred." : "Una error intèrna s’es producha.",
+ "Please try again or contact your administrator." : "Tornatz ensajar o contactatz vòstre administrator.",
+ "Username or email" : "Nom d’utilizaire o senhal",
+ "Password" : "Senhal",
+ "Wrong username or password." : "Marrit nom d’utilizaire o senhal.",
+ "User disabled" : "Utilizaire desactivat",
+ "We have detected multiple invalid login attempts from your IP. Therefore your next login is throttled up to 30 seconds." : "Avèm detectat mantun ensag invalid de connexion a partir de vòstra IP. Per consequent vòstra connexion venenta serà en pausa per 30 segondas.",
+ "Your account is not setup for passwordless login." : "Vòstre compte es pas parametrat per una autentificacion sens senhal.",
+ "Passwordless authentication is not supported in your browser." : "L’autentificacion sens senhal es pas presa en cargar per vòstre navegador.",
+ "Passwordless authentication is only available over a secure connection." : "L’autentificacion sens senhal es sonque disponibla via una connexion segura.",
+ "Reset password" : "Reïnicializar senhal",
+ "If it is not there ask your local administrator." : "S’es pas enlà, demandatz a vòstre administrator local.",
+ "Couldn't send reset email. Please contact your administrator." : "Impossible de mandar lo corrièl de reïnicializacion. Contactatz vòstre administrator.",
+ "Back to login" : "Tornar a la connexion",
+ "New password" : "Senhal novèl",
+ "I know what I'm doing" : "Sabi çò que fau",
+ "Resetting password" : "Reïnicializacion de senhal",
+ "Recommended apps" : "Aplicacions recomandadas",
+ "Loading apps …" : "Cargament aplicacions…",
+ "Installing apps …" : "Installacion aplicacions…",
+ "App download or installation failed" : "Telecargament o installacion de l’aplicacion fracassada",
+ "Cancel" : "Anullar",
+ "Schedule work & meetings, synced with all your devices." : "Planificatz prètzfaches e reünions, sincronizats amb totes vòstres periferics.",
+ "Keep your colleagues and friends in one place without leaking their private info." : "Gardatz vòstres companhs e amics a un sòl lòc sens divulgar lor vida privada.",
+ "Simple email app nicely integrated with Files, Contacts and Calendar." : "Aplicacion simpla e simpatica de corrièl integrada a Fichièrs, Contactes e Calendièr.",
+ "Collaboratively edit office documents." : "Modificatz collaborativament de documents burotics.",
+ "Forgot password?" : "Senhal oblidat ?",
+ "Log in with a device" : "Connexion amb un periferic",
+ "Back" : "Retorn",
+ "Reset search" : "Escafar la recèrca",
+ "Search for {name} only" : "Cercar sonque {name}",
+ "No results for {query}" : "Cap de resultat per {query}",
+ "Start typing to search" : "Començatz de picar per recercar",
+ "Loading more results …" : "Cargament de mai de resultats…",
+ "Load more results" : "Cargar mai de resultats",
+ "Search" : "Recercar",
+ "An error occurred while searching for {type}" : "Una error s’es producha en cercant {type}",
+ "Search {types} …" : "Recèrca {types}…",
+ "Settings" : "Paramètres",
+ "Could not load your contacts" : "Cargament impossible de vòstres contactes",
+ "Search contacts …" : "Cercar pels contactes…",
+ "No contacts found" : "Cap de contact pas trobat",
+ "Show all contacts …" : "Mostrar totes los contactes…",
+ "Install the Contacts app" : "Installar l’aplicacion Contactes",
+ "Loading your contacts …" : "Cargaments dels contactes…",
+ "Looking for {term} …" : "Recèrca de {term}…",
+ "No" : "No",
+ "Yes" : "Yes",
+ "No files in here" : "Cap de fichièr aicí",
+ "New folder" : "Novèl dorsièr",
+ "No more subfolders in here" : "Cap de jos-dossièr aicí",
+ "Name" : "Nom",
+ "Size" : "Talha",
+ "Modified" : "Modificat",
+ "\"{name}\" is an invalid file name." : "\"{name}\" es pas un nom de fichièr valid.",
+ "File name cannot be empty." : "Lo nom de fichièr pòt pas èsser void.",
+ "\"/\" is not allowed inside a file name." : "« / » es pas permés dins un nom de fichièr.",
+ "\"{name}\" is not an allowed filetype" : "« {name} » es pas un tipe de fichièr permés",
+ "{newName} already exists" : "{newName} existís ja",
+ "Choose" : "Causir",
+ "Copy" : "Copiar",
+ "Move" : "Move",
+ "Error loading file picker template: {error}" : "Error de cargament del modèl del selector de fichièr : {error}",
+ "OK" : "D'acòrdi",
+ "Error loading message template: {error}" : "Error de cargament del modèl de messatge : {error}",
+ "read-only" : "lectura-sola",
+ "_{count} file conflict_::_{count} file conflicts_" : ["{count} conflicte de fichièr","{count} conflictes de fichièr"],
+ "One file conflict" : "Un conflicte de fichièr",
+ "New Files" : "Fichièrs novèls",
+ "Already existing files" : "Fichièrs ja existents",
+ "Which files do you want to keep?" : "Quines fichièrs volètz gardar ?",
+ "If you select both versions, the copied file will have a number added to its name." : "Se seleccionatz las doas versions, lo fichièr copiat aurà un nombre apondut al seu nom.",
+ "Continue" : "Contunhar",
+ "(all selected)" : "(totes seleccionats)",
+ "({count} selected)" : "({count} seleccionats)",
+ "Pending" : "En espèra",
+ "Copy to {folder}" : "Copiar a {folder}",
+ "Move to {folder}" : "Desplaçar a {folder}",
+ "Saving …" : "Enregistrament…",
+ "Authentication required" : "Autentificacion requerida",
+ "This action requires you to confirm your password" : "Aquesta accions vos demanda de confirmar vòstre senhal",
+ "Confirm" : "Confirmar",
+ "Failed to authenticate, try again" : "Autentificacion pas reüssida, tornatz ensajar",
+ "seconds ago" : "fa qualques segondas",
+ "Connection to server lost" : "Connexion al servidor perduda",
+ "_Problem loading page, reloading in %n second_::_Problem loading page, reloading in %n seconds_" : ["Problèma de cargar de la pagina, actualizacion d’aquí %n seconda","Problèma de cargar de la pagina, actualizacion d’aquí %n secondas"],
+ "Add to a project" : "Ajustar a un projècte",
+ "Show details" : "Mostrar detalhs",
+ "Hide details" : "Amagar detalhs",
+ "Rename project" : "Renomenar lo projècte",
+ "Failed to rename the project" : "Renomenatge impossible del projècte",
+ "Failed to create a project" : "Creacion d’un projècte fracassada",
+ "Failed to add the item to the project" : "Apondon fracassat d’un element al projècte",
+ "Connect items to a project to make them easier to find" : "Connectatz d’elements a un projècte per lo rendre mai simples de trobar",
+ "New in" : "Nòu dins",
+ "View changelog" : "Veire jornal de modificacions",
+ "Very weak password" : "Senhal plan feble",
+ "Weak password" : "Senhal feble",
+ "So-so password" : "Senhal mejan",
+ "Good password" : "Bon senhal",
+ "Strong password" : "Senhal fòrt",
+ "No action available" : "Cap d’accion pas disponibla",
+ "Error fetching contact actions" : "Error en recuperacion las accions contacte",
+ "Non-existing tag #{tag}" : "Etiqueta inexistenta #{tag}",
+ "restricted" : "limitada",
+ "invisible" : "invisibla",
+ "Delete" : "Suprimir",
+ "Rename" : "Renomenar",
+ "Collaborative tags" : "Etiquetas collaborativas",
+ "No tags found" : "Cap d’etiqueta pas trobada",
+ "Personal" : "Personal",
+ "Users" : "Utilizaires",
+ "Apps" : "Aplicacions",
+ "Admin" : "Admin",
+ "Help" : "Ajuda",
+ "Access forbidden" : "Accès defendut",
+ "File not found" : "Fichièr pas trobat",
+ "The document could not be found on the server. Maybe the share was deleted or has expired?" : "Lo document es pas trobable sul servidor. Benlèu que lo partiment foguèt suprimit o a expirat ?",
+ "Back to %s" : "Tornar a %s",
+ "Too many requests" : "Tròp de requèstas",
+ "There were too many requests from your network. Retry later or contact your administrator if this is an error." : "I a agut tròp de requèstas a partir de vòstre ret. Tornatz ensajar mai tard o contactatz vòstre administrator s’aquò es una error.",
+ "Error" : "Error",
+ "Previous" : "Precedent",
+ "Internal Server Error" : "Error intèrna del servidor",
+ "The server was unable to complete your request." : "Lo servidor a pas pogut terminar vòstra requèsta.",
+ "If this happens again, please send the technical details below to the server administrator." : "S’aquò tòrna arribar, enviatz lo detalhs tecnics çai-jos a l’administrator del servidor.",
+ "More details can be found in the server log." : "Mai de detalhs se tròban als jornals d’audit del servidor.",
+ "Technical details" : "Detalhs tecnics",
+ "Remote Address: %s" : "Adreça distanta : %s",
+ "Request ID: %s" : "ID requèsta : %s",
+ "Type: %s" : "Tipe : %s",
+ "Code: %s" : "Còdi : %s",
+ "Message: %s" : "Messatge : %s",
+ "File: %s" : "Fichièr : %s",
+ "Line: %s" : "Linha : %s",
+ "Trace" : "Traça",
+ "Security warning" : "Avertiment de seguretat",
+ "Your data directory and files are probably accessible from the internet because the .htaccess file does not work." : "Vòstre repertòri de donadas e vòstres fichièrs son probablament accessibles a partir d’internet pr’amor que lo fichièr .htaccess fonciona pas.",
+ "For information how to properly configure your server, please see the <a href=\"%s\" target=\"_blank\" rel=\"noreferrer noopener\">documentation</a>." : "Per d’informacions per corrèctament configurar vòstre servidor, consultatz la <a href=\"%s\" target=\"_blank\" rel=\"noreferrer noopener\">documentacion</a>.",
+ "Create an <strong>admin account</strong>" : "Crear un <strong>compte admin</strong>",
+ "Username" : "Nom d'utilizaire",
+ "Show password" : "Mostrar lo senhal",
+ "Storage & database" : "Emmagazinatge & basa de donada",
+ "Data folder" : "Dossièr de donadas",
+ "Configure the database" : "Configurar la basa de donadas",
+ "Only %s is available." : "Sonque %s es disponible.",
+ "Install and activate additional PHP modules to choose other database types." : "Installatz e activatz los modules PHP complementaris per causir d’autres tipes de basas de donadas.",
+ "For more details check out the documentation." : "Per mai de detalhs consultatz la documentacion.",
+ "Database user" : "Utilizaire basa de donadas",
+ "Database password" : "Senhal basa de donadas",
+ "Database name" : "Nom basa de donadas",
+ "Database tablespace" : "Tablespace basa de donadas",
+ "Database host" : "Òste basa de donadas",
+ "Please specify the port number along with the host name (e.g., localhost:5432)." : "Volgatz especificar lo numèro de pòrt aprèp lo nom d’òste (ex : localhost:5432).",
+ "Performance warning" : "Avertiment de performança",
+ "You chose SQLite as database." : "Causissètz SQLite coma basa de donadas.",
+ "SQLite should only be used for minimal and development instances. For production we recommend a different database backend." : "SQLite deu solament èsser utilizat per d’instàncias minimalas e de desvolopament. Per la produccion recomandam un autre sistèma de basa de donadas.",
+ "If you use clients for file syncing, the use of SQLite is highly discouraged." : "S’utilizatz los clients per sincronizar de fichièrs, l’utilizacion de SQLite es forçadament descoratjada.",
+ "Install recommended apps" : "Installar las aplicacions recomandadas",
+ "Calendar, Contacts, Talk, Mail & Collaborative editing" : "Calendièr, Contactes, Talk, Corrièl e edicion collaborativa",
+ "Finish setup" : "Acabar parametratge",
+ "Finishing …" : "Finalizacion…",
+ "Need help?" : "Besonh d’ajuda ?",
+ "See the documentation" : "Vejatz la documentacion",
+ "It looks like you are trying to reinstall your Nextcloud. However the file CAN_INSTALL is missing from your config directory. Please create the file CAN_INSTALL in your config folder to continue." : "Sembla que sètz a reïnstallar vòstre Nextcloud. Pasmens lo fichièr CAN_INSTALL es absent del repertòri config. Volgatz ben crear lo fichièr CAN_INSTALL dins vòstre dossièr config per contunhar.",
+ "Could not remove CAN_INSTALL from the config folder. Please remove this file manually." : "Supression impossibla de CAN_INSTALL dins lo repertòri config. Mercés de lo tirar manualament.",
+ "This application requires JavaScript for correct operation. Please {linkstart}enable JavaScript{linkend} and reload the page." : "Aquesta aplicacion requerís JavaScript per foncionar coma cal. {linkstart}Activatz JavaScript{linkend} e recargatz la pagina.",
+ "Get your own free account" : "Obtenètz vòstre pròpri compte gratuit",
+ "Skip to main content" : "Sautar al contengut principal",
+ "Skip to navigation of app" : "Passar a la navegacion d’aplications",
+ "More apps" : "Mai d’aplicacions",
+ "More" : "Mai",
+ "More apps menu" : "Menú mai d’aplicacions",
+ "Contacts" : "Contactes",
+ "Contacts menu" : "Menú contactes",
+ "Settings menu" : "Menú paramètres",
+ "Confirm your password" : "Confirmatz lo senhal",
+ "Connect to your account" : "Connectatz-vos a vòstre compte",
+ "Please log in before granting %1$s access to your %2$s account." : "Autentificatz-vos abans de donnar l’accès a %1$s a vòstre compte %2$s.",
+ "If you are not trying to set up a new device or app, someone is trying to trick you into granting them access to your data. In this case do not proceed and instead contact your system administrator." : "Se ensajatz pas de configurar un periferic novèl o una aplicacion novèla, qualqu’un ensaja de vos far donar accès a vòstras donadas. En aqueste cas, contunhetz pas e contactatz vòstre administrator sistèma.",
+ "App token" : "Geton aplicacion",
+ "Grant access" : "Donar accès",
+ "Alternative log in using app token" : "Autentificacion alternativa en utilizant un geton d’aplicacion",
+ "Account access" : "Accès compte",
+ "You are about to grant %1$s access to your %2$s account." : "Sètz a mand de donar accès a vòstra compte %2$s a %1$s.",
+ "Account connected" : "Compte connectat",
+ "Your client should now be connected!" : "Vòstre client deu èsser connectat ara !",
+ "You can close this window." : "Podètz tampar aquesta fenèstra.",
+ "This share is password-protected" : "Aqueste partiment es protegit per un senhal",
+ "The password is wrong. Try again." : "Lo senhal es incorrècte. Ensajatz tornamai.",
+ "Two-factor authentication" : "Autentificacion dos factors",
+ "Enhanced security is enabled for your account. Choose a second factor for authentication:" : "La seguretat renfortida es activada per vòstre compte. Causissètz un segond factor per l’autentificacion :",
+ "Could not load at least one of your enabled two-factor auth methods. Please contact your admin." : "Cargament impossible d’almens un metòde d’autentificacion dos factors. Contactatz vòstre admin.",
+ "Set up two-factor authentication" : "Configurar l’autentificacion dos factors",
+ "Use backup code" : "Utilizar còde de recuperacion",
+ "Cancel login" : "Anullar connexion",
+ "Setup two-factor authentication" : "Parametratge autentificacion dos factors",
+ "Enhanced security is enforced for your account. Choose which provider to set up:" : "La seguretat renfortida es aplicada a vòstre compte. Causissètz un provesidor de configurar :",
+ "Error while validating your second factor" : "Error pendent la validacion del segond factor",
+ "Access through untrusted domain" : "Accès via un domeni pas fisable",
+ "Please contact your administrator. If you are an administrator, edit the \"trusted_domains\" setting in config/config.php like the example in config.sample.php." : "Contactatz vòstre administrator. Se ne sètz un, modificatz lo paramètre « trusted_domains » dins config/config.php coma l’exemple dins config.sample.php.",
+ "Further information how to configure this can be found in the %1$sdocumentation%2$s." : "Per mai d’informacions per configurar aquò consultatz la %1$sdocumentacion%2$s.",
+ "App update required" : "Mesa a jorn d’aplicacion requerida",
+ "%1$s will be updated to version %2$s" : "%1$s serà passat a la version %2$s",
+ "The following apps will be updated:" : "Las aplicacions seguentas seràn mesas a jorn :",
+ "These incompatible apps will be disabled:" : "Aquestas aplicacions incompatiblas seràn desactivadas :",
+ "The theme %s has been disabled." : "Lo tèma %s es estat desactivat.",
+ "Please make sure that the database, the config folder and the data folder have been backed up before proceeding." : "Asseguratz-vos que la basa de donadas, lo dossièr config e lo dossièr de donadas « data » foguèron salvagardats abans de contunhar.",
+ "Start update" : "Començar la mesa a jorn",
+ "To avoid timeouts with larger installations, you can instead run the following command from your installation directory:" : "Per evitar qu’expire lo temps d’espèra amb de bravas installacions, podètz a la plaça executar la comanda seguentas a partir del repertòri d’installacion :",
+ "Detailed logs" : "Jornals detalhats",
+ "Update needed" : "Mesa a jorn requerida",
+ "Please use the command line updater because you have a big instance with more than 50 users." : "Mercés d’utilizar l’aisina de mesa a jorn en linha de comanda s’avètz una brava instància de mai de 50 utilizaires.",
+ "For help, see the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"%s\">documentation</a>." : "Per d’ajuda, vejatz la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"%s\">documentacion</a>.",
+ "I know that if I continue doing the update via web UI has the risk, that the request runs into a timeout and could cause data loss, but I have a backup and know how to restore my instance in case of a failure." : "Sabi que se contunhi la mesa a jorn via l’interfàcia web i a un risc, que la requèsta s’execute e despasse lo delai e poiriá causar una pèrda de donadas, mas ai una salvagarda de seguretat e sabi cossí restaurar mon instància en cas de fracàs.",
+ "Upgrade via web on my own risk" : "Accèpti lo risc de metre a nivèl",
+ "Maintenance mode" : "Mòde manteniment",
+ "This %s instance is currently in maintenance mode, which may take a while." : "L’instància %s es actualament en mòde manteniment, pòt trigar.",
+ "This page will refresh itself when the instance is available again." : "Aquesta pagina s’actualizarà soleta quand l’instància serà disponibla de nòu.",
+ "Contact your system administrator if this message persists or appeared unexpectedly." : "Contactatz l’administrator sistèma s’aqueste messatge ten d’aparéisser o apareis sens rason.",
+ "Checking whether the database schema can be updated (this can take a long time depending on the database size)" : "Verificacion per veire se l’esquèma de la basa de donadas pòt èsser actualizat (aquò pòt trigar segon la talha de la basa de donadas)",
+ "Checked database schema update" : "Actualizacion de l’esquèma de la basa de donadas verificada",
+ "Checking updates of apps" : "Verificacion de las mesas a jorn de las aplicacions",
+ "Checking for update of app \"%s\" in appstore" : "Verificacion de las mesas a jorn per l’aplicacion « %s » a la botiga",
+ "Update app \"%s\" from appstore" : "Actualizar l’aplicacion « %s » a partir de la botiga",
+ "Checked for update of app \"%s\" in appstore" : "Disponibilitat de mesa a jorn per « %s » verificada",
+ "Checked database schema update for apps" : "Mesa a jorn esquèma basa de donadas per aplicacions verificada",
+ "Following apps have been disabled: %s" : "Las aplicacions seguentas son estadas desactivadas : %s",
+ "Your web server is not properly set up to resolve \"{url}\". Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Vòstre servidor es pas corrèctament configurat per resòlver « {url} ». Per mai d’informacions consultatz la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentacion</a>.",
+ "Your web server is not properly set up to resolve \"{url}\". This is most likely related to a web server configuration that was not updated to deliver this folder directly. Please compare your configuration against the shipped rewrite rules in \".htaccess\" for Apache or the provided one in the documentation for Nginx at it's <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation page</a>. On Nginx those are typically the lines starting with \"location ~\" that need an update." : "Vòstre servidor es pas corrèctament configurat per resòlver « {url} ». La màger part del temps ven d’una configuracion de servidor web pas actualizada per liurar lo repertòri dirèctament. Volgatz ben comparar vòstra configuracion amb las règlas de reescritura dins « .htaccess » per Apache o aquela donada dins la documentacion per Nginx a la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">pagina de documentacion</a>. Sus Nginx, son generalament las linhas que començan per « location ~» que requerisson una actualizacion.",
+ "Your web server is not properly set up to deliver .woff2 files. This is typically an issue with the Nginx configuration. For Nextcloud 15 it needs an adjustement to also deliver .woff2 files. Compare your Nginx configuration to the recommended configuration in our <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Vòstre servidor web es pas configurat corrèctament per liurar los fichièrs .woff2. Aquò es generalament un problèma de configuracion Nginx. Pr’aquò que Nextcloud 15 requerís un ajustament per tanben liurar los fichièrs .woff2. Comparatz vòstra configuracion Nginx amb la configuracion recomandada dins nòstra <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentacion</a>.",
+ "Please check the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">installation documentation ↗</a> for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "Consultatz la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentacion d’installacion ↗</a>per las nòtas de configuracion PHP e verificatz la configuracion de vòstre servidor, particularament pendent l’utilizacion de php-fpm.",
+ "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems. See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation ↗</a> for more information." : "Lo verrolhatge de fichièr transaccional es desactivat, aquò pòt menar a de problèmas de circulacion. Activatz « filelocking.enabled » dins config.php per evitar aqueles problèmas. Vejatz la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentacion ↗</a>per mai d’informacions.",
+ "Last background job execution ran {relativeTime}. Something seems wrong." : "Darrièra execucion del darrièr prètzfach de rèireplan {relativeTime}. Quicòm a trucat.",
+ "Check the background job settings" : "Verificacion dels paramètres de prètzfaches de rèireplan",
+ "No memory cache has been configured. To enhance performance, please configure a memcache, if available. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Cap de memòria d’escondedor pas configurada. Per melhorar las performanças, mercés de configurar memcache, se disponible. Mai d’informacion se tròban dins la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentacion</a>.",
+ "No suitable source for randomness found by PHP which is highly discouraged for security reasons. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Cap de font per las generacions aleatòrias pas trobada per PHP çò qu’es forçadament desconselhat per de rasons de seguretat. Mai d’informacions se tròban dins la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentacion</a>.",
+ "You are currently running PHP {version}. Upgrade your PHP version to take advantage of <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">performance and security updates provided by the PHP Group</a> as soon as your distribution supports it." : "Executatz PHP {version}. La mesa a nivèl de vòstra version de PHP vos ofrirà <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">de melhoras performanças e de mesas a jorn de seguretat provesidas pel PHP Group</a> tre que vòstra distribucion lo pren en carga.",
+ "The reverse proxy header configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If not, this is a security issue and can allow an attacker to spoof their IP address as visible to the Nextcloud. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "La configuracion de l’entèsta del reverse proxy es incorrècta, o accedissètz a Nextcloud a partir d’un servidor mandatari pas fisable. S’es pas lo cas, aquò es un problèma de seguretat e pòt permetre a un atacant de falsejar son adreça IP visible per Nextcloud. Mai d’informacions se tròban dins la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentacion</a>.",
+ "Memcached is configured as distributed cache, but the wrong PHP module \"memcache\" is installed. \\OC\\Memcache\\Memcached only supports \"memcached\" and not \"memcache\". See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">memcached wiki about both modules</a>." : "Memcached es configurat coma un escondedor distribuit, mas lo marrit module PHP « memcache » es installat. \\OC\\Memcache\\Memcached pren pas qu'en carga « memcached » non pas « memcache ». Vejatz lo wiki <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">memcached a prepaus d’aquelas dos moduls</a>.",
+ "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">List of invalid files…</a> / <a href=\"{rescanEndpoint}\">Rescan…</a>)" : "D’unes fichièrs an pas reüssit la verificacion d’integritat. Mai d’informacions sus cossí resòlver aqueste problèma se tròban a la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentacion</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">Lista dels fichièrs invalids…</a> / <a href=\"{rescanEndpoint}\"> Reanalisar…</a>)",
+ "The PHP OPcache module is not loaded. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance it is recommended</a> to load it into your PHP installation." : "Lo module PHP OPcache es pas cargat. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Per de melhoras performanças recomandam</a>de lo cargar a l’interior de l’installacion PHP.",
+ "The PHP OPcache is not properly configured. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance it is recommended</a> to use the following settings in the <code>php.ini</code>:" : "Lo module PHP Opcache es pas corrèctament configurat. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Per de melhoras performanças recomandam</a>d’utilizar los paramètres seguents dins lo fichier <code>php.ini</code> :",
+ "To migrate to another database use the command line tool: 'occ db:convert-type', or see the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation ↗</a>." : "Per migrar una autra basa de donada utilizatz l’aisina de linha de comanda : « occ db:convert-type » o vejatz la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentacion↗</a>.",
+ "Use of the the built in php mailer is no longer supported. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Please update your email server settings ↗<a/>." : "L’utilizacion de l’aisinas de corrièl inclús dins php es pas mai suportat. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Mercés d’actualizar vòstres paramètres de servidor mail ↗<a/>.",
+ "MySQL is used as database but does not support 4-byte characters. To be able to handle 4-byte characters (like emojis) without issues in filenames or comments for example it is recommended to enable the 4-byte support in MySQL. For further details read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "MySQL es utilizat coma basa de donadas mas pren pas en cargar los caractèrs de 4 bytes. Per poder gerir los caractèrs de 4 bytes (coma los emoji) sens cap de problèma de nom de fichièr o comentaris per exemple es recomandat d’activar la presa en carga lo 4-bytes dins MySQL. Per mai de detalhs vejatz <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">la pagina de documentacion a prepaus d’aquò</a>.",
+ "You are accessing your instance over a secure connection, however your instance is generating insecure URLs. This most likely means that you are behind a reverse proxy and the overwrite config variables are not set correctly. Please read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "Accedissètz a vòstra instància via una connexion segura, pasmens vòstra instància genèra d’URL pas seguras. Sovent significa que sètz darrièr un reverse proxy e las variables de remplaçament son pas definidas corrèctament. Mercés de legir la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">pagina de documentacion a prepaus d’aquò</a>.",
+ "The \"{header}\" HTTP header is not set to \"{val1}\", \"{val2}\", \"{val3}\", \"{val4}\" or \"{val5}\". This can leak referer information. See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{link}\">W3C Recommendation ↗</a>." : "L’entèsta HTTP « {header} » es pas definida coma « {val1} », « {val2} », « {val3} », « {val4} » o « {val5} ». Pòt divulgar informacions de « referer ». Vejatz las <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{link}\">recomandacions W3C ↗</a>.",
+ "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the <a href=\"{docUrl}\" rel=\"noreferrer noopener\">security tips ↗</a>." : "L’entèsta HTTP « Strict-Transport-Security » es pas definida per durar almens « {seconds} » segondas. Per melhorar la seguretat es recomandat d’activar lo HSTS coma descrich dins las <a href=\"{docUrl}\" rel=\"noreferrer noopener\">astúcias de seguretat ↗</a>.",
+ "Accessing site insecurely via HTTP. You are strongly advised to set up your server to require HTTPS instead, as described in the <a href=\"{docUrl}\">security tips ↗</a>." : "Accès al site d’un biais pas segur via HTTP. Vos recomandam forçadament de parametrar vòstre servidor per requerir a la plaça HTTPS, coma descrich dins las <a href=\"{docUrl}\">astúcias de seguretat↗</a>.",
+ "Continue to Nextcloud" : "Contunhar sus Nextcloud",
+ "_The update was successful. Redirecting you to Nextcloud in %n second._::_The update was successful. Redirecting you to Nextcloud in %n seconds._" : ["La mesa a jorn a pas reüssit. Vos enviam a Nextcloud d’aquí %n segonda.","La mesa a jorn a pas reüssit. Vos enviam a Nextcloud d’aquí %n segondas."],
+ "Searching other places" : "Recèrca endacòm mai",
+ "No search results in other folders for {tag}{filter}{endtag}" : "Cap de resultat de recèrca dins d’autres dossièrs per {tag}{filter}{endtag}",
+ "_{count} search result in another folder_::_{count} search results in other folders_" : ["{count} resultat de recèrca dins d’autres dossièrs","{count} resultats de recèrca dins d’autres dossièrs"],
+ "A password reset message has been sent to the e-mail address of this account. If you do not receive it, check your spam/junk folders or ask your local administrator for help." : "Un messatge de reïnicializacion del senhal es estat enviat a l’adreça electronica d’aqueste compte., Se lo recebètz pas, verificatz lo dossièr dels indesirables/porrièrs o demandatz d’ajuda a vòstre administrator local.",
+ "Password can not be changed. Please contact your administrator." : "Cambiament impossible del senhal. Contactatz vòstre administrator.",
+ "Could not fetch list of apps from the app store." : "Recuperacion impossibla de la lista de las aplicacions de la botiga d’aplicacions.",
+ "Nextcloud {app}" : "Nextcloud {app}",
+ "Can't install this app because it is not compatible" : "Installacion impossibla d’aquesta aplicacion pr’amor qu’es pas compatibla",
+ "Can't install this app" : "Installacion impossibla d’aquesta aplicacion",
+ "These apps will be updated:" : "Aquestas aplicacions son estadas actualizadas :",
+ "For more details see the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Per mai de detalhs vejatz la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentacion</a>."
+},
+"nplurals=2; plural=(n > 1);");
diff --git a/core/l10n/oc.json b/core/l10n/oc.json
new file mode 100644
index 00000000000..249455f2786
--- /dev/null
+++ b/core/l10n/oc.json
@@ -0,0 +1,361 @@
+{ "translations": {
+ "Please select a file." : "Seleccionatz un fichièr.",
+ "File is too big" : "Fichièr tròp pesuc",
+ "The selected file is not an image." : "Lo fichièr seleccionat es pas un imatge.",
+ "The selected file cannot be read." : "Se pòt pas legir lo fichièr seleccionat.",
+ "Invalid file provided" : "Fichièr fornit invalid",
+ "No image or file provided" : "Cap d’imatge o fichièr fornit",
+ "Unknown filetype" : "Tipe de fichièr desconegut",
+ "Invalid image" : "Imatge desconegut",
+ "An error occurred. Please contact your admin." : "Una error s’es producha. Volgatz ben contactar l’admin.",
+ "No temporary profile picture available, try again" : "Cap d’imatge de perfil temporari pas disponible, tornatz ensajar",
+ "No crop data provided" : "Cap de donada de produccion",
+ "No valid crop data provided" : "Cap de donada pas valida pas provesida",
+ "Crop is not square" : "Lo retalhatge es pas carrat",
+ "State token does not match" : "Lo geton d’estat correspond pas",
+ "Invalid app password" : "Senhal d’aplicacion invalid",
+ "Could not complete login" : "Autocomplecion impossibla de l’identificant",
+ "Your login token is invalid or has expired" : "Lo geton es siá invalid siá expirat",
+ "Password reset is disabled" : "Reïnicializacion del senhal desactivada",
+ "Couldn't reset password because the token is invalid" : "Reïnicializacion del senhal impossibla a cause del geton invalid",
+ "Couldn't reset password because the token is expired" : "Reïnicializacion del senhal impossibla a causa del geton expirat",
+ "%s password reset" : "reïnicializar lo senhal de %s",
+ "Password reset" : "Reïnicializacion de senhal",
+ "Click the following button to reset your password. If you have not requested the password reset, then ignore this email." : "Clicat sul boton seguent per reïnicializar vòstre senhal. S’avètz pas demandat sa reïnicializacion, ignoratz aqueste corrièl.",
+ "Click the following link to reset your password. If you have not requested the password reset, then ignore this email." : "Clicat sul ligam seguent per reïnicializar vòstre senhal. S’avètz pas demandat sa reïnicializacion, ignoratz aqueste corrièl.",
+ "Reset your password" : "Reïnicializatz vòstre senhal",
+ "Nextcloud Server" : "Servidor Nextcloud",
+ "Some of your link shares have been removed" : "D’unes de vòstres ligams de partiment foguèron tirats",
+ "Due to a security bug we had to remove some of your link shares. Please see the link for more information." : "A causa d’una avaria de seguretat nos calguèt tirar certans de vòstres ligams de partiment. Vejatz lo ligam per mai d’informacions.",
+ "The user limit of this instance is reached." : "La limita d’utilizaires d’aquesta instància es atenguda.",
+ "Enter your subscription key to increase the user limit. For more information about Nextcloud Enterprise see our website." : "Picatz vòstra clau d’abonament per aumentar la limita d’utilizaires. Per mai d’informacions a prepaus de Nextcloud Enterprise vejatz nòstre site web.",
+ "Preparing update" : "Preparacion de la mesa a jorn",
+ "[%d / %d]: %s" : "[%d / %d] : %s",
+ "Repair step:" : "Etapa de reparacion :",
+ "Repair info:" : "Info de reparacion :",
+ "Repair warning:" : "Avertiment de reparacion :",
+ "Repair error:" : "Error de reparacion :",
+ "Please use the command line updater because automatic updating is disabled in the config.php." : "Mercés d’utilizar l’actualizador en linha de comanda perque la mesa a jorn automatica es desactivada dins lo config.php.",
+ "[%d / %d]: Checking table %s" : "[%d / %d] : Verificacion taula %s",
+ "Turned on maintenance mode" : "Mòde manteniment aviat",
+ "Turned off maintenance mode" : "Mòde manteniment atudat",
+ "Maintenance mode is kept active" : "Lo mòde manteniment ten d’èsser actiu",
+ "Updating database schema" : "Actualizacion de l’esquèma de la basa de donadas",
+ "Updated database" : "Basa de donada mesa a jorn",
+ "Checking whether the database schema for %s can be updated (this can take a long time depending on the database size)" : "Verificacion se l’esquèma de la basa de donadas per %s pòt èsser actualizat (aquò pòt trigar segon la talha de basa de donadas)",
+ "Updated \"%1$s\" to %2$s" : "« %1$s » mes a jorn a %2$s",
+ "Set log level to debug" : "Definir lo nivèl de jornal d’audit al nivèl debugatge",
+ "Reset log level" : "Restablir nivèl de jornals",
+ "Starting code integrity check" : "Debuta de la verificacion d’integritat del còdi",
+ "Finished code integrity check" : "Cerificacion d’integritat del còdi acabada",
+ "%s (incompatible)" : "%s (incompatible)",
+ "The following apps have been disabled: %s" : "Las aplicacions seguentas son estadas desactivadas : %s",
+ "Already up to date" : "Ja a jorn",
+ "Your web server is not yet properly set up to allow file synchronization, because the WebDAV interface seems to be broken." : "Sembla que vòstre servidor es pas configurat corrèctament per permetre la sincronizacion de fichièrs, perque l’interfàcia WebDAV sembla copada.",
+ "PHP does not seem to be setup properly to query system environment variables. The test with getenv(\"PATH\") only returns an empty response." : "PHP sembla corrèctament configurat per interpretar las variablas d’environament del sistèma. La pròva amb getenv(\"PATH\") a pas tornar una responda voida.",
+ "The read-only config has been enabled. This prevents setting some configurations via the web-interface. Furthermore, the file needs to be made writable manually for every update." : "La configuracion lectura-sola es estada activada. Aquò empacha de configurar d’unes paramètres via l’interfàcia web. Pasmens, òm deu far venir lo fichièr modificable manualament per cada mesa a jorn.",
+ "Your database does not run with \"READ COMMITTED\" transaction isolation level. This can cause problems when multiple actions are executed in parallel." : "Vòstra basa de donada s’executa pas amb la transaccion de nivèl d’isolacion « READ COMMITTED ». Aquò pòt causar problèmas quand mantuna accion s’executan en parallèl.",
+ "The PHP module \"fileinfo\" is missing. It is strongly recommended to enable this module to get the best results with MIME type detection." : "Manca lo module « fileinfo » de PHP. Se recomanda d’activar aqueste modul per obténer los melhors resultats amb la deteccion de tipe MIME.",
+ "If your installation is not installed at the root of the domain and uses system cron, there can be issues with the URL generation. To avoid these problems, please set the \"overwrite.cli.url\" option in your config.php file to the webroot path of your installation (suggestion: \"{suggestedOverwriteCliURL}\")" : "Se vòstra installacion es pas installada a la raiç del domeni e utiliza un sistèm de cron, poiriá arrbiar problèmas amb la generacion d’URL. Per empachar aqueles problèmas, mercés de definir l’optioon « overwrite.cli.url » dins lo fichièr config.php amb lo camin de la raiç de vòstra installacion (suggestion : « {suggestedOverwriteCliURL} »)",
+ "Your installation has no default phone region set. This is required to validate phone numbers in the profile settings without a country code. To allow numbers without a country code, please add \"default_phone_region\" with the respective {linkstart}ISO 3166-1 code ↗{linkend} of the region to your config file." : "Vòstra installacion a pas cap de de region telefonica per defaut. Aquò es requerit per validar lo numèros de telefòn als paramètres de perfil sens còdi país. Per autorizar los numèros sens còdi país, apondètz « default_phone_region » amb lo {linkstart}còdi ISO 3166-1↗{linkend} correspondent de la region dins vòstre fichièr config.",
+ "It was not possible to execute the cron job via CLI. The following technical errors have appeared:" : "Èra pas possible d’executar lo prètzfach cron via CLI. Las errors tecnicas seguentas an aparegut :",
+ "This server has no working Internet connection: Multiple endpoints could not be reached. This means that some of the features like mounting external storage, notifications about updates or installation of third-party apps will not work. Accessing files remotely and sending of notification emails might not work, either. Establish a connection from this server to the Internet to enjoy all features." : "Aqueste servidor a pas cap de connexion Internet operacionala. Mantun destinacions finalas an pas pogut èsser contactadas. Aquò significa que d’unas foncionalitats coma lo montatge d’estocatges extèrns, las notificacions de mesa a jorn o l’installacion d’aplicacions tèrças foncionaràn pas. L’accès distant als fichièrs e lo mandadís de corrièls poiriá foncionar pas tanpauc. Establissètz una connexion Internet per aprofitar de totas las foncionalitats.",
+ "Nextcloud 20 is the last release supporting PHP 7.2. Nextcloud 21 requires at least PHP 7.3." : "Nextcloud 20 es la darrièra version que pren en carga PHP 7.2. Nextcloud 21 requerís almens PHP 7.3.",
+ "The PHP function \"set_time_limit\" is not available. This could result in scripts being halted mid-execution, breaking your installation. Enabling this function is strongly recommended." : "La foncion « set_time_limit\" » es pas disponibla. Aquò poiriá menar a una execucion copada al mièg camin, e a una copadura de l’installacion. L’activacion d’aquesta foncion es forçadament recomandada.",
+ "Your PHP does not have FreeType support, resulting in breakage of profile pictures and the settings interface." : "Vòstre PHP prend pas en carga FreeType, çò que causa lo rompement dels imatges de perfil e de l’interfàcia de paramètres.",
+ "Missing index \"{indexName}\" in table \"{tableName}\"." : "Indèx absent « {indexName} » dins la taula « {tableName} ».",
+ "Missing primary key on table \"{tableName}\"." : "Manca la clau primària de la taula « {tableName} ».",
+ "Missing optional column \"{columnName}\" in table \"{tableName}\"." : "Manca la colomna opcionala « {columnName} » a la taula « {tableName} ».",
+ "This instance is missing some recommended PHP modules. For improved performance and better compatibility it is highly recommended to install them." : "Mancan d’unes modules PHP recomandats a aquesta instància. Per de melhoras performanças e una melhora compatibilitat es forçadament recomandat de los installar.",
+ "Module php-imagick in this instance has no SVG support. For better compatibility it is recommended to install it." : "Lo module php-imagick d’aquesta instància a pas cap de compatibilitat SVG. Es forçadament recomandant de l’installar per una melhora compatibilitat.",
+ "SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend." : "SQLite es actualament utilizat per la basa de donadas. Per d’installacions mai grandas vos recomandam de bascular sus un autre gestionari de basa de donadas.",
+ "This is particularly recommended when using the desktop client for file synchronisation." : "Es particularament recomandat pendent l’utilizacion de client burèu per la sincronizacion de fichièrs.",
+ "The PHP memory limit is below the recommended value of 512MB." : "La memòria limita PHP es jos la valor recomandada de 512 Mo.",
+ "Some app directories are owned by a different user than the web server one. This may be the case if apps have been installed manually. Check the permissions of the following app directories:" : "D’unes repertòris d’aplicacion son la proprietat d’un utilizaire diferent qu’aquel del servidor web. Aquò pòt èsser lo cas se las aplicacions foguèron installadas manualament. Verificatz las permission dels repertòris d’aplicacion seguents :",
+ "Error occurred while checking server setup" : "Error producha pendent la verificacion de l’installacion del servidor",
+ "The \"{header}\" HTTP header is not set to \"{expected}\". This is a potential security or privacy risk, as it is recommended to adjust this setting accordingly." : "L’entèsta HTTP « {header} » es pas definida a « {expected} ». Aquò es un risc de seguretat o de vida privada, es recomandat d’ajustar aqueste paramètre en consequéncia.",
+ "The \"{header}\" HTTP header is not set to \"{expected}\". Some features might not work correctly, as it is recommended to adjust this setting accordingly." : "L’entèsta HTTP « {header} » es pas definida a « {expected} ». D’unas foncionalitats poirián foncionar pas corrèctament, es recomandat d’ajustar aqueste paramètre en consequéncia.",
+ "The \"{header}\" HTTP header doesn't contain \"{expected}\". This is a potential security or privacy risk, as it is recommended to adjust this setting accordingly." : "L’entèsta HTTP « {header} » conten pas « {expected} ». Aquò es un risc potencial de seguretat o de confidencialitat, es recomandat d’ajustar aqueste paramètres en consequéncia.",
+ "unknown text" : "tèxt desconegut",
+ "Hello world!" : "Adieu monde !",
+ "sunny" : "ensolelhat",
+ "Hello {name}, the weather is {weather}" : "Adiu {name}, lo temps es {weather}",
+ "Hello {name}" : "Adiu {name}",
+ "<strong>These are your search results<script>alert(1)</script></strong>" : "<strong>Vaquí vòstres resultats de recèrca<script>alert(1)</script></strong>",
+ "new" : "nòu",
+ "_download %n file_::_download %n files_" : ["telecargar %n fichièr","telecargar %n fichièrs"],
+ "The update is in progress, leaving this page might interrupt the process in some environments." : "La mesa a jorn es en cors, quitar aquesta pagina poiriá interrompre lo processús dins d’unes environaments.",
+ "Update to {version}" : "Metre a jorn a {version}",
+ "An error occurred." : "Una error s’es producha.",
+ "Please reload the page." : "Volgatz recargar la pagina.",
+ "The update was unsuccessful. For more information <a href=\"{url}\">check our forum post</a> covering this issue." : "La mesa a jorn a pas reüssit. Mai mai d’informacions <a href=\"{url}\">visitatz nòstra publicacion al forum</a> que tracta d’aqueste problèma.",
+ "The update was unsuccessful. Please report this issue to the <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">Nextcloud community</a>." : "La mesa a jorn a pas reüssit. Mercés de senhalar aqueste problèma a la <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">Comunautat Nexcloud</a>.",
+ "Log in" : "Connexion",
+ "Logging in …" : "Identificacion…",
+ "Server side authentication failed!" : "Autentificacion costat servidor fracassada !",
+ "Please contact your administrator." : "Mercés de contactar vòstre administrator.",
+ "An internal error occurred." : "Una error intèrna s’es producha.",
+ "Please try again or contact your administrator." : "Tornatz ensajar o contactatz vòstre administrator.",
+ "Username or email" : "Nom d’utilizaire o senhal",
+ "Password" : "Senhal",
+ "Wrong username or password." : "Marrit nom d’utilizaire o senhal.",
+ "User disabled" : "Utilizaire desactivat",
+ "We have detected multiple invalid login attempts from your IP. Therefore your next login is throttled up to 30 seconds." : "Avèm detectat mantun ensag invalid de connexion a partir de vòstra IP. Per consequent vòstra connexion venenta serà en pausa per 30 segondas.",
+ "Your account is not setup for passwordless login." : "Vòstre compte es pas parametrat per una autentificacion sens senhal.",
+ "Passwordless authentication is not supported in your browser." : "L’autentificacion sens senhal es pas presa en cargar per vòstre navegador.",
+ "Passwordless authentication is only available over a secure connection." : "L’autentificacion sens senhal es sonque disponibla via una connexion segura.",
+ "Reset password" : "Reïnicializar senhal",
+ "If it is not there ask your local administrator." : "S’es pas enlà, demandatz a vòstre administrator local.",
+ "Couldn't send reset email. Please contact your administrator." : "Impossible de mandar lo corrièl de reïnicializacion. Contactatz vòstre administrator.",
+ "Back to login" : "Tornar a la connexion",
+ "New password" : "Senhal novèl",
+ "I know what I'm doing" : "Sabi çò que fau",
+ "Resetting password" : "Reïnicializacion de senhal",
+ "Recommended apps" : "Aplicacions recomandadas",
+ "Loading apps …" : "Cargament aplicacions…",
+ "Installing apps …" : "Installacion aplicacions…",
+ "App download or installation failed" : "Telecargament o installacion de l’aplicacion fracassada",
+ "Cancel" : "Anullar",
+ "Schedule work & meetings, synced with all your devices." : "Planificatz prètzfaches e reünions, sincronizats amb totes vòstres periferics.",
+ "Keep your colleagues and friends in one place without leaking their private info." : "Gardatz vòstres companhs e amics a un sòl lòc sens divulgar lor vida privada.",
+ "Simple email app nicely integrated with Files, Contacts and Calendar." : "Aplicacion simpla e simpatica de corrièl integrada a Fichièrs, Contactes e Calendièr.",
+ "Collaboratively edit office documents." : "Modificatz collaborativament de documents burotics.",
+ "Forgot password?" : "Senhal oblidat ?",
+ "Log in with a device" : "Connexion amb un periferic",
+ "Back" : "Retorn",
+ "Reset search" : "Escafar la recèrca",
+ "Search for {name} only" : "Cercar sonque {name}",
+ "No results for {query}" : "Cap de resultat per {query}",
+ "Start typing to search" : "Començatz de picar per recercar",
+ "Loading more results …" : "Cargament de mai de resultats…",
+ "Load more results" : "Cargar mai de resultats",
+ "Search" : "Recercar",
+ "An error occurred while searching for {type}" : "Una error s’es producha en cercant {type}",
+ "Search {types} …" : "Recèrca {types}…",
+ "Settings" : "Paramètres",
+ "Could not load your contacts" : "Cargament impossible de vòstres contactes",
+ "Search contacts …" : "Cercar pels contactes…",
+ "No contacts found" : "Cap de contact pas trobat",
+ "Show all contacts …" : "Mostrar totes los contactes…",
+ "Install the Contacts app" : "Installar l’aplicacion Contactes",
+ "Loading your contacts …" : "Cargaments dels contactes…",
+ "Looking for {term} …" : "Recèrca de {term}…",
+ "No" : "No",
+ "Yes" : "Yes",
+ "No files in here" : "Cap de fichièr aicí",
+ "New folder" : "Novèl dorsièr",
+ "No more subfolders in here" : "Cap de jos-dossièr aicí",
+ "Name" : "Nom",
+ "Size" : "Talha",
+ "Modified" : "Modificat",
+ "\"{name}\" is an invalid file name." : "\"{name}\" es pas un nom de fichièr valid.",
+ "File name cannot be empty." : "Lo nom de fichièr pòt pas èsser void.",
+ "\"/\" is not allowed inside a file name." : "« / » es pas permés dins un nom de fichièr.",
+ "\"{name}\" is not an allowed filetype" : "« {name} » es pas un tipe de fichièr permés",
+ "{newName} already exists" : "{newName} existís ja",
+ "Choose" : "Causir",
+ "Copy" : "Copiar",
+ "Move" : "Move",
+ "Error loading file picker template: {error}" : "Error de cargament del modèl del selector de fichièr : {error}",
+ "OK" : "D'acòrdi",
+ "Error loading message template: {error}" : "Error de cargament del modèl de messatge : {error}",
+ "read-only" : "lectura-sola",
+ "_{count} file conflict_::_{count} file conflicts_" : ["{count} conflicte de fichièr","{count} conflictes de fichièr"],
+ "One file conflict" : "Un conflicte de fichièr",
+ "New Files" : "Fichièrs novèls",
+ "Already existing files" : "Fichièrs ja existents",
+ "Which files do you want to keep?" : "Quines fichièrs volètz gardar ?",
+ "If you select both versions, the copied file will have a number added to its name." : "Se seleccionatz las doas versions, lo fichièr copiat aurà un nombre apondut al seu nom.",
+ "Continue" : "Contunhar",
+ "(all selected)" : "(totes seleccionats)",
+ "({count} selected)" : "({count} seleccionats)",
+ "Pending" : "En espèra",
+ "Copy to {folder}" : "Copiar a {folder}",
+ "Move to {folder}" : "Desplaçar a {folder}",
+ "Saving …" : "Enregistrament…",
+ "Authentication required" : "Autentificacion requerida",
+ "This action requires you to confirm your password" : "Aquesta accions vos demanda de confirmar vòstre senhal",
+ "Confirm" : "Confirmar",
+ "Failed to authenticate, try again" : "Autentificacion pas reüssida, tornatz ensajar",
+ "seconds ago" : "fa qualques segondas",
+ "Connection to server lost" : "Connexion al servidor perduda",
+ "_Problem loading page, reloading in %n second_::_Problem loading page, reloading in %n seconds_" : ["Problèma de cargar de la pagina, actualizacion d’aquí %n seconda","Problèma de cargar de la pagina, actualizacion d’aquí %n secondas"],
+ "Add to a project" : "Ajustar a un projècte",
+ "Show details" : "Mostrar detalhs",
+ "Hide details" : "Amagar detalhs",
+ "Rename project" : "Renomenar lo projècte",
+ "Failed to rename the project" : "Renomenatge impossible del projècte",
+ "Failed to create a project" : "Creacion d’un projècte fracassada",
+ "Failed to add the item to the project" : "Apondon fracassat d’un element al projècte",
+ "Connect items to a project to make them easier to find" : "Connectatz d’elements a un projècte per lo rendre mai simples de trobar",
+ "New in" : "Nòu dins",
+ "View changelog" : "Veire jornal de modificacions",
+ "Very weak password" : "Senhal plan feble",
+ "Weak password" : "Senhal feble",
+ "So-so password" : "Senhal mejan",
+ "Good password" : "Bon senhal",
+ "Strong password" : "Senhal fòrt",
+ "No action available" : "Cap d’accion pas disponibla",
+ "Error fetching contact actions" : "Error en recuperacion las accions contacte",
+ "Non-existing tag #{tag}" : "Etiqueta inexistenta #{tag}",
+ "restricted" : "limitada",
+ "invisible" : "invisibla",
+ "Delete" : "Suprimir",
+ "Rename" : "Renomenar",
+ "Collaborative tags" : "Etiquetas collaborativas",
+ "No tags found" : "Cap d’etiqueta pas trobada",
+ "Personal" : "Personal",
+ "Users" : "Utilizaires",
+ "Apps" : "Aplicacions",
+ "Admin" : "Admin",
+ "Help" : "Ajuda",
+ "Access forbidden" : "Accès defendut",
+ "File not found" : "Fichièr pas trobat",
+ "The document could not be found on the server. Maybe the share was deleted or has expired?" : "Lo document es pas trobable sul servidor. Benlèu que lo partiment foguèt suprimit o a expirat ?",
+ "Back to %s" : "Tornar a %s",
+ "Too many requests" : "Tròp de requèstas",
+ "There were too many requests from your network. Retry later or contact your administrator if this is an error." : "I a agut tròp de requèstas a partir de vòstre ret. Tornatz ensajar mai tard o contactatz vòstre administrator s’aquò es una error.",
+ "Error" : "Error",
+ "Previous" : "Precedent",
+ "Internal Server Error" : "Error intèrna del servidor",
+ "The server was unable to complete your request." : "Lo servidor a pas pogut terminar vòstra requèsta.",
+ "If this happens again, please send the technical details below to the server administrator." : "S’aquò tòrna arribar, enviatz lo detalhs tecnics çai-jos a l’administrator del servidor.",
+ "More details can be found in the server log." : "Mai de detalhs se tròban als jornals d’audit del servidor.",
+ "Technical details" : "Detalhs tecnics",
+ "Remote Address: %s" : "Adreça distanta : %s",
+ "Request ID: %s" : "ID requèsta : %s",
+ "Type: %s" : "Tipe : %s",
+ "Code: %s" : "Còdi : %s",
+ "Message: %s" : "Messatge : %s",
+ "File: %s" : "Fichièr : %s",
+ "Line: %s" : "Linha : %s",
+ "Trace" : "Traça",
+ "Security warning" : "Avertiment de seguretat",
+ "Your data directory and files are probably accessible from the internet because the .htaccess file does not work." : "Vòstre repertòri de donadas e vòstres fichièrs son probablament accessibles a partir d’internet pr’amor que lo fichièr .htaccess fonciona pas.",
+ "For information how to properly configure your server, please see the <a href=\"%s\" target=\"_blank\" rel=\"noreferrer noopener\">documentation</a>." : "Per d’informacions per corrèctament configurar vòstre servidor, consultatz la <a href=\"%s\" target=\"_blank\" rel=\"noreferrer noopener\">documentacion</a>.",
+ "Create an <strong>admin account</strong>" : "Crear un <strong>compte admin</strong>",
+ "Username" : "Nom d'utilizaire",
+ "Show password" : "Mostrar lo senhal",
+ "Storage & database" : "Emmagazinatge & basa de donada",
+ "Data folder" : "Dossièr de donadas",
+ "Configure the database" : "Configurar la basa de donadas",
+ "Only %s is available." : "Sonque %s es disponible.",
+ "Install and activate additional PHP modules to choose other database types." : "Installatz e activatz los modules PHP complementaris per causir d’autres tipes de basas de donadas.",
+ "For more details check out the documentation." : "Per mai de detalhs consultatz la documentacion.",
+ "Database user" : "Utilizaire basa de donadas",
+ "Database password" : "Senhal basa de donadas",
+ "Database name" : "Nom basa de donadas",
+ "Database tablespace" : "Tablespace basa de donadas",
+ "Database host" : "Òste basa de donadas",
+ "Please specify the port number along with the host name (e.g., localhost:5432)." : "Volgatz especificar lo numèro de pòrt aprèp lo nom d’òste (ex : localhost:5432).",
+ "Performance warning" : "Avertiment de performança",
+ "You chose SQLite as database." : "Causissètz SQLite coma basa de donadas.",
+ "SQLite should only be used for minimal and development instances. For production we recommend a different database backend." : "SQLite deu solament èsser utilizat per d’instàncias minimalas e de desvolopament. Per la produccion recomandam un autre sistèma de basa de donadas.",
+ "If you use clients for file syncing, the use of SQLite is highly discouraged." : "S’utilizatz los clients per sincronizar de fichièrs, l’utilizacion de SQLite es forçadament descoratjada.",
+ "Install recommended apps" : "Installar las aplicacions recomandadas",
+ "Calendar, Contacts, Talk, Mail & Collaborative editing" : "Calendièr, Contactes, Talk, Corrièl e edicion collaborativa",
+ "Finish setup" : "Acabar parametratge",
+ "Finishing …" : "Finalizacion…",
+ "Need help?" : "Besonh d’ajuda ?",
+ "See the documentation" : "Vejatz la documentacion",
+ "It looks like you are trying to reinstall your Nextcloud. However the file CAN_INSTALL is missing from your config directory. Please create the file CAN_INSTALL in your config folder to continue." : "Sembla que sètz a reïnstallar vòstre Nextcloud. Pasmens lo fichièr CAN_INSTALL es absent del repertòri config. Volgatz ben crear lo fichièr CAN_INSTALL dins vòstre dossièr config per contunhar.",
+ "Could not remove CAN_INSTALL from the config folder. Please remove this file manually." : "Supression impossibla de CAN_INSTALL dins lo repertòri config. Mercés de lo tirar manualament.",
+ "This application requires JavaScript for correct operation. Please {linkstart}enable JavaScript{linkend} and reload the page." : "Aquesta aplicacion requerís JavaScript per foncionar coma cal. {linkstart}Activatz JavaScript{linkend} e recargatz la pagina.",
+ "Get your own free account" : "Obtenètz vòstre pròpri compte gratuit",
+ "Skip to main content" : "Sautar al contengut principal",
+ "Skip to navigation of app" : "Passar a la navegacion d’aplications",
+ "More apps" : "Mai d’aplicacions",
+ "More" : "Mai",
+ "More apps menu" : "Menú mai d’aplicacions",
+ "Contacts" : "Contactes",
+ "Contacts menu" : "Menú contactes",
+ "Settings menu" : "Menú paramètres",
+ "Confirm your password" : "Confirmatz lo senhal",
+ "Connect to your account" : "Connectatz-vos a vòstre compte",
+ "Please log in before granting %1$s access to your %2$s account." : "Autentificatz-vos abans de donnar l’accès a %1$s a vòstre compte %2$s.",
+ "If you are not trying to set up a new device or app, someone is trying to trick you into granting them access to your data. In this case do not proceed and instead contact your system administrator." : "Se ensajatz pas de configurar un periferic novèl o una aplicacion novèla, qualqu’un ensaja de vos far donar accès a vòstras donadas. En aqueste cas, contunhetz pas e contactatz vòstre administrator sistèma.",
+ "App token" : "Geton aplicacion",
+ "Grant access" : "Donar accès",
+ "Alternative log in using app token" : "Autentificacion alternativa en utilizant un geton d’aplicacion",
+ "Account access" : "Accès compte",
+ "You are about to grant %1$s access to your %2$s account." : "Sètz a mand de donar accès a vòstra compte %2$s a %1$s.",
+ "Account connected" : "Compte connectat",
+ "Your client should now be connected!" : "Vòstre client deu èsser connectat ara !",
+ "You can close this window." : "Podètz tampar aquesta fenèstra.",
+ "This share is password-protected" : "Aqueste partiment es protegit per un senhal",
+ "The password is wrong. Try again." : "Lo senhal es incorrècte. Ensajatz tornamai.",
+ "Two-factor authentication" : "Autentificacion dos factors",
+ "Enhanced security is enabled for your account. Choose a second factor for authentication:" : "La seguretat renfortida es activada per vòstre compte. Causissètz un segond factor per l’autentificacion :",
+ "Could not load at least one of your enabled two-factor auth methods. Please contact your admin." : "Cargament impossible d’almens un metòde d’autentificacion dos factors. Contactatz vòstre admin.",
+ "Set up two-factor authentication" : "Configurar l’autentificacion dos factors",
+ "Use backup code" : "Utilizar còde de recuperacion",
+ "Cancel login" : "Anullar connexion",
+ "Setup two-factor authentication" : "Parametratge autentificacion dos factors",
+ "Enhanced security is enforced for your account. Choose which provider to set up:" : "La seguretat renfortida es aplicada a vòstre compte. Causissètz un provesidor de configurar :",
+ "Error while validating your second factor" : "Error pendent la validacion del segond factor",
+ "Access through untrusted domain" : "Accès via un domeni pas fisable",
+ "Please contact your administrator. If you are an administrator, edit the \"trusted_domains\" setting in config/config.php like the example in config.sample.php." : "Contactatz vòstre administrator. Se ne sètz un, modificatz lo paramètre « trusted_domains » dins config/config.php coma l’exemple dins config.sample.php.",
+ "Further information how to configure this can be found in the %1$sdocumentation%2$s." : "Per mai d’informacions per configurar aquò consultatz la %1$sdocumentacion%2$s.",
+ "App update required" : "Mesa a jorn d’aplicacion requerida",
+ "%1$s will be updated to version %2$s" : "%1$s serà passat a la version %2$s",
+ "The following apps will be updated:" : "Las aplicacions seguentas seràn mesas a jorn :",
+ "These incompatible apps will be disabled:" : "Aquestas aplicacions incompatiblas seràn desactivadas :",
+ "The theme %s has been disabled." : "Lo tèma %s es estat desactivat.",
+ "Please make sure that the database, the config folder and the data folder have been backed up before proceeding." : "Asseguratz-vos que la basa de donadas, lo dossièr config e lo dossièr de donadas « data » foguèron salvagardats abans de contunhar.",
+ "Start update" : "Començar la mesa a jorn",
+ "To avoid timeouts with larger installations, you can instead run the following command from your installation directory:" : "Per evitar qu’expire lo temps d’espèra amb de bravas installacions, podètz a la plaça executar la comanda seguentas a partir del repertòri d’installacion :",
+ "Detailed logs" : "Jornals detalhats",
+ "Update needed" : "Mesa a jorn requerida",
+ "Please use the command line updater because you have a big instance with more than 50 users." : "Mercés d’utilizar l’aisina de mesa a jorn en linha de comanda s’avètz una brava instància de mai de 50 utilizaires.",
+ "For help, see the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"%s\">documentation</a>." : "Per d’ajuda, vejatz la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"%s\">documentacion</a>.",
+ "I know that if I continue doing the update via web UI has the risk, that the request runs into a timeout and could cause data loss, but I have a backup and know how to restore my instance in case of a failure." : "Sabi que se contunhi la mesa a jorn via l’interfàcia web i a un risc, que la requèsta s’execute e despasse lo delai e poiriá causar una pèrda de donadas, mas ai una salvagarda de seguretat e sabi cossí restaurar mon instància en cas de fracàs.",
+ "Upgrade via web on my own risk" : "Accèpti lo risc de metre a nivèl",
+ "Maintenance mode" : "Mòde manteniment",
+ "This %s instance is currently in maintenance mode, which may take a while." : "L’instància %s es actualament en mòde manteniment, pòt trigar.",
+ "This page will refresh itself when the instance is available again." : "Aquesta pagina s’actualizarà soleta quand l’instància serà disponibla de nòu.",
+ "Contact your system administrator if this message persists or appeared unexpectedly." : "Contactatz l’administrator sistèma s’aqueste messatge ten d’aparéisser o apareis sens rason.",
+ "Checking whether the database schema can be updated (this can take a long time depending on the database size)" : "Verificacion per veire se l’esquèma de la basa de donadas pòt èsser actualizat (aquò pòt trigar segon la talha de la basa de donadas)",
+ "Checked database schema update" : "Actualizacion de l’esquèma de la basa de donadas verificada",
+ "Checking updates of apps" : "Verificacion de las mesas a jorn de las aplicacions",
+ "Checking for update of app \"%s\" in appstore" : "Verificacion de las mesas a jorn per l’aplicacion « %s » a la botiga",
+ "Update app \"%s\" from appstore" : "Actualizar l’aplicacion « %s » a partir de la botiga",
+ "Checked for update of app \"%s\" in appstore" : "Disponibilitat de mesa a jorn per « %s » verificada",
+ "Checked database schema update for apps" : "Mesa a jorn esquèma basa de donadas per aplicacions verificada",
+ "Following apps have been disabled: %s" : "Las aplicacions seguentas son estadas desactivadas : %s",
+ "Your web server is not properly set up to resolve \"{url}\". Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Vòstre servidor es pas corrèctament configurat per resòlver « {url} ». Per mai d’informacions consultatz la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentacion</a>.",
+ "Your web server is not properly set up to resolve \"{url}\". This is most likely related to a web server configuration that was not updated to deliver this folder directly. Please compare your configuration against the shipped rewrite rules in \".htaccess\" for Apache or the provided one in the documentation for Nginx at it's <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation page</a>. On Nginx those are typically the lines starting with \"location ~\" that need an update." : "Vòstre servidor es pas corrèctament configurat per resòlver « {url} ». La màger part del temps ven d’una configuracion de servidor web pas actualizada per liurar lo repertòri dirèctament. Volgatz ben comparar vòstra configuracion amb las règlas de reescritura dins « .htaccess » per Apache o aquela donada dins la documentacion per Nginx a la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">pagina de documentacion</a>. Sus Nginx, son generalament las linhas que començan per « location ~» que requerisson una actualizacion.",
+ "Your web server is not properly set up to deliver .woff2 files. This is typically an issue with the Nginx configuration. For Nextcloud 15 it needs an adjustement to also deliver .woff2 files. Compare your Nginx configuration to the recommended configuration in our <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Vòstre servidor web es pas configurat corrèctament per liurar los fichièrs .woff2. Aquò es generalament un problèma de configuracion Nginx. Pr’aquò que Nextcloud 15 requerís un ajustament per tanben liurar los fichièrs .woff2. Comparatz vòstra configuracion Nginx amb la configuracion recomandada dins nòstra <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentacion</a>.",
+ "Please check the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">installation documentation ↗</a> for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "Consultatz la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentacion d’installacion ↗</a>per las nòtas de configuracion PHP e verificatz la configuracion de vòstre servidor, particularament pendent l’utilizacion de php-fpm.",
+ "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems. See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation ↗</a> for more information." : "Lo verrolhatge de fichièr transaccional es desactivat, aquò pòt menar a de problèmas de circulacion. Activatz « filelocking.enabled » dins config.php per evitar aqueles problèmas. Vejatz la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentacion ↗</a>per mai d’informacions.",
+ "Last background job execution ran {relativeTime}. Something seems wrong." : "Darrièra execucion del darrièr prètzfach de rèireplan {relativeTime}. Quicòm a trucat.",
+ "Check the background job settings" : "Verificacion dels paramètres de prètzfaches de rèireplan",
+ "No memory cache has been configured. To enhance performance, please configure a memcache, if available. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Cap de memòria d’escondedor pas configurada. Per melhorar las performanças, mercés de configurar memcache, se disponible. Mai d’informacion se tròban dins la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentacion</a>.",
+ "No suitable source for randomness found by PHP which is highly discouraged for security reasons. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Cap de font per las generacions aleatòrias pas trobada per PHP çò qu’es forçadament desconselhat per de rasons de seguretat. Mai d’informacions se tròban dins la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentacion</a>.",
+ "You are currently running PHP {version}. Upgrade your PHP version to take advantage of <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">performance and security updates provided by the PHP Group</a> as soon as your distribution supports it." : "Executatz PHP {version}. La mesa a nivèl de vòstra version de PHP vos ofrirà <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">de melhoras performanças e de mesas a jorn de seguretat provesidas pel PHP Group</a> tre que vòstra distribucion lo pren en carga.",
+ "The reverse proxy header configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If not, this is a security issue and can allow an attacker to spoof their IP address as visible to the Nextcloud. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "La configuracion de l’entèsta del reverse proxy es incorrècta, o accedissètz a Nextcloud a partir d’un servidor mandatari pas fisable. S’es pas lo cas, aquò es un problèma de seguretat e pòt permetre a un atacant de falsejar son adreça IP visible per Nextcloud. Mai d’informacions se tròban dins la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentacion</a>.",
+ "Memcached is configured as distributed cache, but the wrong PHP module \"memcache\" is installed. \\OC\\Memcache\\Memcached only supports \"memcached\" and not \"memcache\". See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">memcached wiki about both modules</a>." : "Memcached es configurat coma un escondedor distribuit, mas lo marrit module PHP « memcache » es installat. \\OC\\Memcache\\Memcached pren pas qu'en carga « memcached » non pas « memcache ». Vejatz lo wiki <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">memcached a prepaus d’aquelas dos moduls</a>.",
+ "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">List of invalid files…</a> / <a href=\"{rescanEndpoint}\">Rescan…</a>)" : "D’unes fichièrs an pas reüssit la verificacion d’integritat. Mai d’informacions sus cossí resòlver aqueste problèma se tròban a la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentacion</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">Lista dels fichièrs invalids…</a> / <a href=\"{rescanEndpoint}\"> Reanalisar…</a>)",
+ "The PHP OPcache module is not loaded. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance it is recommended</a> to load it into your PHP installation." : "Lo module PHP OPcache es pas cargat. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Per de melhoras performanças recomandam</a>de lo cargar a l’interior de l’installacion PHP.",
+ "The PHP OPcache is not properly configured. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance it is recommended</a> to use the following settings in the <code>php.ini</code>:" : "Lo module PHP Opcache es pas corrèctament configurat. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Per de melhoras performanças recomandam</a>d’utilizar los paramètres seguents dins lo fichier <code>php.ini</code> :",
+ "To migrate to another database use the command line tool: 'occ db:convert-type', or see the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation ↗</a>." : "Per migrar una autra basa de donada utilizatz l’aisina de linha de comanda : « occ db:convert-type » o vejatz la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentacion↗</a>.",
+ "Use of the the built in php mailer is no longer supported. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Please update your email server settings ↗<a/>." : "L’utilizacion de l’aisinas de corrièl inclús dins php es pas mai suportat. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Mercés d’actualizar vòstres paramètres de servidor mail ↗<a/>.",
+ "MySQL is used as database but does not support 4-byte characters. To be able to handle 4-byte characters (like emojis) without issues in filenames or comments for example it is recommended to enable the 4-byte support in MySQL. For further details read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "MySQL es utilizat coma basa de donadas mas pren pas en cargar los caractèrs de 4 bytes. Per poder gerir los caractèrs de 4 bytes (coma los emoji) sens cap de problèma de nom de fichièr o comentaris per exemple es recomandat d’activar la presa en carga lo 4-bytes dins MySQL. Per mai de detalhs vejatz <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">la pagina de documentacion a prepaus d’aquò</a>.",
+ "You are accessing your instance over a secure connection, however your instance is generating insecure URLs. This most likely means that you are behind a reverse proxy and the overwrite config variables are not set correctly. Please read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "Accedissètz a vòstra instància via una connexion segura, pasmens vòstra instància genèra d’URL pas seguras. Sovent significa que sètz darrièr un reverse proxy e las variables de remplaçament son pas definidas corrèctament. Mercés de legir la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">pagina de documentacion a prepaus d’aquò</a>.",
+ "The \"{header}\" HTTP header is not set to \"{val1}\", \"{val2}\", \"{val3}\", \"{val4}\" or \"{val5}\". This can leak referer information. See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{link}\">W3C Recommendation ↗</a>." : "L’entèsta HTTP « {header} » es pas definida coma « {val1} », « {val2} », « {val3} », « {val4} » o « {val5} ». Pòt divulgar informacions de « referer ». Vejatz las <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{link}\">recomandacions W3C ↗</a>.",
+ "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the <a href=\"{docUrl}\" rel=\"noreferrer noopener\">security tips ↗</a>." : "L’entèsta HTTP « Strict-Transport-Security » es pas definida per durar almens « {seconds} » segondas. Per melhorar la seguretat es recomandat d’activar lo HSTS coma descrich dins las <a href=\"{docUrl}\" rel=\"noreferrer noopener\">astúcias de seguretat ↗</a>.",
+ "Accessing site insecurely via HTTP. You are strongly advised to set up your server to require HTTPS instead, as described in the <a href=\"{docUrl}\">security tips ↗</a>." : "Accès al site d’un biais pas segur via HTTP. Vos recomandam forçadament de parametrar vòstre servidor per requerir a la plaça HTTPS, coma descrich dins las <a href=\"{docUrl}\">astúcias de seguretat↗</a>.",
+ "Continue to Nextcloud" : "Contunhar sus Nextcloud",
+ "_The update was successful. Redirecting you to Nextcloud in %n second._::_The update was successful. Redirecting you to Nextcloud in %n seconds._" : ["La mesa a jorn a pas reüssit. Vos enviam a Nextcloud d’aquí %n segonda.","La mesa a jorn a pas reüssit. Vos enviam a Nextcloud d’aquí %n segondas."],
+ "Searching other places" : "Recèrca endacòm mai",
+ "No search results in other folders for {tag}{filter}{endtag}" : "Cap de resultat de recèrca dins d’autres dossièrs per {tag}{filter}{endtag}",
+ "_{count} search result in another folder_::_{count} search results in other folders_" : ["{count} resultat de recèrca dins d’autres dossièrs","{count} resultats de recèrca dins d’autres dossièrs"],
+ "A password reset message has been sent to the e-mail address of this account. If you do not receive it, check your spam/junk folders or ask your local administrator for help." : "Un messatge de reïnicializacion del senhal es estat enviat a l’adreça electronica d’aqueste compte., Se lo recebètz pas, verificatz lo dossièr dels indesirables/porrièrs o demandatz d’ajuda a vòstre administrator local.",
+ "Password can not be changed. Please contact your administrator." : "Cambiament impossible del senhal. Contactatz vòstre administrator.",
+ "Could not fetch list of apps from the app store." : "Recuperacion impossibla de la lista de las aplicacions de la botiga d’aplicacions.",
+ "Nextcloud {app}" : "Nextcloud {app}",
+ "Can't install this app because it is not compatible" : "Installacion impossibla d’aquesta aplicacion pr’amor qu’es pas compatibla",
+ "Can't install this app" : "Installacion impossibla d’aquesta aplicacion",
+ "These apps will be updated:" : "Aquestas aplicacions son estadas actualizadas :",
+ "For more details see the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Per mai de detalhs vejatz la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentacion</a>."
+},"pluralForm" :"nplurals=2; plural=(n > 1);"
+} \ No newline at end of file
diff --git a/core/l10n/pl.js b/core/l10n/pl.js
index 52469dbc788..2a7ece0ce38 100644
--- a/core/l10n/pl.js
+++ b/core/l10n/pl.js
@@ -5,16 +5,25 @@ OC.L10N.register(
"File is too big" : "Plik jest za duży",
"The selected file is not an image." : "Wybrany plik nie jest obrazem.",
"The selected file cannot be read." : "Wybrany plik nie może być odczytany.",
- "Invalid file provided" : "Wskazano niepoprawny plik",
+ "The file was uploaded" : "Plik został wysłany",
+ "The uploaded file exceeds the upload_max_filesize directive in php.ini" : "Wysłany plik przekracza wartość upload_max_filesize zdefiniowaną w php.ini",
+ "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Wysłany plik przekracza wartość MAX_FILE_SIZE określoną w formularzu HTML",
+ "The file was only partially uploaded" : "Plik został wysłany tylko częściowo",
+ "No file was uploaded" : "Nie wysłano żadnego pliku",
+ "Missing a temporary folder" : "Brak katalogu tymczasowego",
+ "Could not write file to disk" : "Nie można zapisać pliku na dysku",
+ "A PHP extension stopped the file upload" : "Rozszerzenie PHP zatrzymało wysyłanie pliku",
+ "Invalid file provided" : "Wskazano nieprawidłowy plik",
"No image or file provided" : "Brak obrazu lub pliku",
"Unknown filetype" : "Nieznany typ pliku",
"Invalid image" : "Nieprawidłowy obraz",
"An error occurred. Please contact your admin." : "Wystąpił błąd. Skontaktuj się z administratorem.",
"No temporary profile picture available, try again" : "Brak tymczasowego zdjęcia profilowego, spróbuj ponownie",
"No crop data provided" : "Brak danych do przycięcia",
- "No valid crop data provided" : "Brak poprawnych danych do przycięcia",
+ "No valid crop data provided" : "Brak prawidłowych danych do przycięcia",
"Crop is not square" : "Przycięcie nie jest kwadratowe",
"State token does not match" : "Token nie pasuje",
+ "Invalid app password" : "Nieprawidłowe hasło do aplikacji",
"Could not complete login" : "Nie można dokończyć logowania",
"Your login token is invalid or has expired" : "Token logowania jest nieprawidłowy lub wygasł",
"Password reset is disabled" : "Resetowanie hasła jest wyłączone",
@@ -26,91 +35,87 @@ OC.L10N.register(
"Click the following link to reset your password. If you have not requested the password reset, then ignore this email." : "Kliknij poniższy link, aby zresetować hasło. Jeśli nie zażądałeś zresetowania hasła, zignoruj tego e-maila.",
"Reset your password" : "Zresetuj hasło",
"Nextcloud Server" : "Serwer Nextcloud",
- "Some of your link shares have been removed" : "Niektóre współdzielenia w linkach zostały usunięte",
- "Due to a security bug we had to remove some of your link shares. Please see the link for more information." : "Ze względu na błąd bezpieczeństwa musieliśmy usunąć część Twoich udostępnień przez link. Zobacz link, aby uzyskać więcej informacji.",
+ "Some of your link shares have been removed" : "Niektóre udostępnienia linków zostały usunięte",
+ "Due to a security bug we had to remove some of your link shares. Please see the link for more information." : "Ze względu na błąd bezpieczeństwa musieliśmy usunąć część Twoich udostępnień linków. Zobacz link, aby uzyskać więcej informacji.",
+ "The user limit of this instance is reached." : "Osiągnięto limit użytkowników dla tej instancji.",
+ "Enter your subscription key to increase the user limit. For more information about Nextcloud Enterprise see our website." : "Wprowadź klucz subskrypcji, aby zwiększyć limit użytkowników. Więcej informacji o Nextcloud dla firm można znaleźć na naszej stronie internetowej.",
"Preparing update" : "Przygotowywanie aktualizacji",
"[%d / %d]: %s" : "[%d/%d]: %s",
"Repair step:" : "Krok naprawy:",
"Repair info:" : "Informacja o naprawie: ",
"Repair warning:" : "Ostrzeżenie naprawy:",
"Repair error:" : "Błąd naprawy: ",
- "Please use the command line updater because automatic updating is disabled in the config.php." : "Użyj aktualizacji za pomocą wiersza poleceń, ponieważ automatyczna aktualizacja jest wyłączona w pliku config.php.",
+ "Please use the command line updater because automatic updating is disabled in the config.php." : "Użyj wiersza poleceń do aktualizacji, ponieważ automatyczna aktualizacja jest wyłączona w pliku config.php.",
"[%d / %d]: Checking table %s" : "[%d/%d]: Sprawdzanie tabeli %s",
- "Turned on maintenance mode" : "Włączony tryb konserwacji",
- "Turned off maintenance mode" : "Wyłączony tryb konserwacji",
- "Maintenance mode is kept active" : "Tryb konserwacji jest aktywny",
+ "Turned on maintenance mode" : "Włączono tryb konserwacji",
+ "Turned off maintenance mode" : "Wyłączono tryb konserwacji",
+ "Maintenance mode is kept active" : "Tryb konserwacji pozostał aktywny",
"Updating database schema" : "Aktualizacja struktury bazy danych",
- "Updated database" : "Zaktualizowana baza danych",
- "Checking whether the database schema can be updated (this can take a long time depending on the database size)" : "Sprawdzanie, czy można zaktualizować strukturę bazy danych (może to zająć dużo czasu w zależności od rozmiaru bazy danych)",
- "Checked database schema update" : "Sprawdzono aktualizację struktury bazy danych",
- "Checking updates of apps" : "Sprawdzanie aktualizacji aplikacji",
- "Checking for update of app \"%s\" in appstore" : "Sprawdzanie aktualizacji dla aplikacji \"%s\" w sklepie z aplikacjami",
- "Update app \"%s\" from appstore" : "Zaktualizuj aplikację \"%s\" ze sklepu z aplikacjami",
- "Checked for update of app \"%s\" in appstore" : "Sprawdzono aktualizację dla aplikacji \"%s\" w sklepie z aplikacjami",
+ "Updated database" : "Zaktualizowano bazę danych",
+ "Checking for update of app \"%s\" in App Store" : "Sprawdzanie aktualizacji dla aplikacji \"%s\" w sklepie z aplikacjami",
+ "Update app \"%s\" from App Store" : "Aktualizacja aplikacji \"%s\" ze sklepu z aplikacjami",
+ "Checked for update of app \"%s\" in App Store" : "Sprawdzono aktualizacje dla aplikacji \"%s\" w sklepie z aplikacjami",
"Checking whether the database schema for %s can be updated (this can take a long time depending on the database size)" : "Sprawdzanie, czy można zaktualizować strukturę bazy danych dla %s (może to zająć dużo czasu w zależności od rozmiaru bazy danych)",
- "Checked database schema update for apps" : "Sprawdzono aktualizację struktury bazy danych dla aplikacji",
"Updated \"%1$s\" to %2$s" : "Aktualizacja \"%1$s\" do %2$s",
- "Set log level to debug" : "Ustaw poziom logowania na debug",
- "Reset log level" : "Zresetuj poziom logowania",
+ "Set log level to debug" : "Ustawienie poziomu dziennika do debugowania",
+ "Reset log level" : "Zresetowanie poziomu dziennika",
"Starting code integrity check" : "Rozpoczęcie sprawdzania integralności kodu",
"Finished code integrity check" : "Zakończono sprawdzanie integralności kodu",
"%s (incompatible)" : "%s (niekompatybilny)",
- "Following apps have been disabled: %s" : "Następujące aplikacje zostały wyłączone: %s",
+ "The following apps have been disabled: %s" : "Następujące aplikacje zostały wyłączone: %s",
"Already up to date" : "Już zaktualizowano",
"Your web server is not yet properly set up to allow file synchronization, because the WebDAV interface seems to be broken." : "Serwer WWW nie jest jeszcze na tyle poprawnie skonfigurowany, aby umożliwić synchronizację plików, ponieważ interfejs WebDAV może być uszkodzony.",
- "Your web server is not properly set up to resolve \"{url}\". Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Serwer WWW nie został poprawnie skonfigurowany do rozwiązania problemu z \"{url}\". Więcej informacji można znaleźć w <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentacji</a>.",
- "Your web server is not properly set up to resolve \"{url}\". This is most likely related to a web server configuration that was not updated to deliver this folder directly. Please compare your configuration against the shipped rewrite rules in \".htaccess\" for Apache or the provided one in the documentation for Nginx at it's <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation page</a>. On Nginx those are typically the lines starting with \"location ~\" that need an update." : "Serwer WWW nie został poprawnie skonfigurowany do rozwiązania problemu z \"{url}\". Jest to najprawdopodobniej związane z konfiguracją serwera, który nie został zaktualizowany do bezpośredniego dostępu tego katalogu. Proszę porównać swoją konfigurację z dostarczonymi regułami przepisywania w \".htaccess\" dla Apache lub podanymi w dokumentacji dla Nginx na <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">stronie dokumentacji</a>. W Nginx są to zazwyczaj linie zaczynające się od \"location ~\", które wymagają aktualizacji.",
- "Your web server is not properly set up to deliver .woff2 files. This is typically an issue with the Nginx configuration. For Nextcloud 15 it needs an adjustement to also deliver .woff2 files. Compare your Nginx configuration to the recommended configuration in our <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Serwer WWW nie został poprawnie skonfigurowany do dostarczania plików .woff2. Zazwyczaj jest to problem z konfiguracją Nginx. Dla Nextcloud 15 wymagane jest dostosowanie jej, aby dostarczać pliki .woff2. Porównaj swoją konfigurację Nginx z zalecaną konfiguracją w naszej <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentacji</a>.",
+ "Your web server is not properly set up to resolve \"{url}\". Further information can be found in the {linkstart}documentation ↗{linkend}." : "Serwer WWW nie jest prawidłowo skonfigurowany do rozwiązania problemu z \"{url}\". Więcej informacji można znaleźć w {linkstart}dokumentacji ↗{linkend}.",
+ "Your web server is not properly set up to resolve \"{url}\". This is most likely related to a web server configuration that was not updated to deliver this folder directly. Please compare your configuration against the shipped rewrite rules in \".htaccess\" for Apache or the provided one in the documentation for Nginx at it's {linkstart}documentation page ↗{linkend}. On Nginx those are typically the lines starting with \"location ~\" that need an update." : "Serwer WWW nie został poprawnie skonfigurowany do rozwiązania problemu z \"{url}\". Jest to najprawdopodobniej związane z konfiguracją serwera, który nie został zaktualizowany do bezpośredniego dostępu tego katalogu. Proszę porównać swoją konfigurację z dostarczonymi regułami przepisywania w \".htaccess\" dla Apache lub podanymi w dokumentacji dla Nginx na {linkstart}stronie dokumentacji ↗{linkend}. W Nginx są to zazwyczaj linie zaczynające się od \"location ~\", które wymagają aktualizacji.",
+ "Your web server is not properly set up to deliver .woff2 files. This is typically an issue with the Nginx configuration. For Nextcloud 15 it needs an adjustement to also deliver .woff2 files. Compare your Nginx configuration to the recommended configuration in our {linkstart}documentation ↗{linkend}." : "Serwer WWW nie został poprawnie skonfigurowany do dostarczania plików .woff2. Zazwyczaj jest to problem z konfiguracją Nginx. Dla Nextcloud 15 wymagane jest dostosowanie jej, aby dostarczać pliki .woff2. Porównaj swoją konfigurację Nginx z zalecaną konfiguracją w naszej {linkstart}dokumentacji ↗{linkend}.",
"PHP does not seem to be setup properly to query system environment variables. The test with getenv(\"PATH\") only returns an empty response." : "Wygląda na to, że PHP nie jest poprawnie skonfigurowany do wysyłania zapytań o zmienne środowiskowe systemu. Test gentenv(\"PATH\") zwraca tylko pustą wartość.",
- "Please check the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">installation documentation ↗</a> for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "Sprawdź <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentację instalacji ↗</a> w celu uzyskania informacji o konfiguracji PHP dla Twojego serwera, szczególnie przy użyciu php-fpm.",
+ "Please check the {linkstart}installation documentation ↗{linkend} for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "Sprawdź {linkstart}dokumentację instalacji ↗{linkend}, aby znaleźć uwagi dotyczące konfiguracji PHP i konfiguracji PHP serwera, zwłaszcza jeśli używasz php-fpm.",
"The read-only config has been enabled. This prevents setting some configurations via the web-interface. Furthermore, the file needs to be made writable manually for every update." : "Włączono konfigurację tylko do odczytu. Zapobiega to ustawianiu niektórych konfiguracji przez interfejs internetowy. Ponadto plik musi być zapisany ręcznie przy każdej aktualizacji.",
"Your database does not run with \"READ COMMITTED\" transaction isolation level. This can cause problems when multiple actions are executed in parallel." : "Baza danych nie działa z poziomem izolacji transakcji \"READ COMMITTED\". Może to powodować problemy, gdy wiele akcji jest wykonywanych równolegle.",
"The PHP module \"fileinfo\" is missing. It is strongly recommended to enable this module to get the best results with MIME type detection." : "Brak modułu PHP 'fileinfo'. Zdecydowanie zaleca się, aby ten moduł mógł uzyskać najlepsze wyniki przy wykrywaniu typu MIME.",
- "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems. See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation ↗</a> for more information." : "Transakcyjne blokowanie plików jest wyłączone, co może prowadzić do problemów z prędkością działania. Włącz \"filelocking.enabled\" w config.php, aby uniknąć tych problemów. Więcej informacji można znaleźć w <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentacji ↗</a>.",
+ "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems. See the {linkstart}documentation ↗{linkend} for more information." : "Transakcyjne blokowanie plików jest wyłączone, co może powodować problemy w działaniu. Włącz \"filelocking.enabled\" w config.php, aby rozwiązać je. Więcej informacji znajdziesz w {linkstart}dokumentacji ↗{linkend}.",
"If your installation is not installed at the root of the domain and uses system cron, there can be issues with the URL generation. To avoid these problems, please set the \"overwrite.cli.url\" option in your config.php file to the webroot path of your installation (suggestion: \"{suggestedOverwriteCliURL}\")" : "Jeśli instalacja nie jest zainstalowana w katalogu głównym domeny i używa systemu Cron, mogą wystąpić problemy z generowaniem adresu URL. Aby uniknąć tych problemów, ustaw opcję \"overwrite.cli.url\" w pliku config.php na ścieżkę do katalogu głównego instalacji (sugestia: \"{suggestedOverwriteCliURL}\").",
+ "Your installation has no default phone region set. This is required to validate phone numbers in the profile settings without a country code. To allow numbers without a country code, please add \"default_phone_region\" with the respective {linkstart}ISO 3166-1 code ↗{linkend} of the region to your config file." : "Twoja instalacja nie ma ustawionego domyślnego regionu telefonu. Jest to wymagane do weryfikacji numerów telefonów w ustawieniach profilu bez kodu kraju. Aby zezwolić na numery bez kodu kraju, dodaj \"default_phone_region\" z odpowiednim {linkstart}kodem ISO 3166-1 ↗{linkend} regionu do pliku konfiguracyjnego.",
"It was not possible to execute the cron job via CLI. The following technical errors have appeared:" : "Nie można było wykonać zadania cron przez CLI. Pojawiły się następujące błędy techniczne:",
- "Last background job execution ran {relativeTime}. Something seems wrong." : "Ostatnie zadanie wykonane w tle trwało {relativeTime}. Coś jest nie tak.",
- "Check the background job settings" : "Sprawdź ustawienia zadań w tle",
+ "Last background job execution ran {relativeTime}. Something seems wrong. {linkstart}Check the background job settings ↗{linkend}." : "Ostatnie zadanie wykonane w tle trwało {relativeTime}. Coś jest nie tak. {linkstart}Sprawdź ustawienia zadania w tle ↗{linkend}.",
"This server has no working Internet connection: Multiple endpoints could not be reached. This means that some of the features like mounting external storage, notifications about updates or installation of third-party apps will not work. Accessing files remotely and sending of notification emails might not work, either. Establish a connection from this server to the Internet to enjoy all features." : "Serwer nie ma aktywnego połączenia z Internetem. Wiele połączeń nie może być zrealizowanych. Oznacza to, że część funkcji takich jak zewnętrzny magazyn, powiadomienia o aktualizacjach lub instalacja aplikacji firm trzecich nie będą działać. Dostęp zdalny do plików oraz wysyłanie powiadomień e-mailowych również może nie działać. Nawiąż połączenie z tego serwera do Internetu, aby korzystać ze wszystkich funkcji.",
- "No memory cache has been configured. To enhance performance, please configure a memcache, if available. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Nie skonfigurowano pamięci podręcznej. Jeśli jest dostępna, to skonfiguruj pamięć podręczną dla zwiększenia wydajności. Więcej informacji można znaleźć w <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentacji</a>.",
- "No suitable source for randomness found by PHP which is highly discouraged for security reasons. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Nie znaleziono stosownego źródła losowości przez PHP. Jest to bardzo niezalecane w związku z bezpieczeństwem. Więcej informacji znajdziesz w <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentacji</a>.",
- "You are currently running PHP {version}. Upgrade your PHP version to take advantage of <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">performance and security updates provided by the PHP Group</a> as soon as your distribution supports it." : "Aktualnie używasz PHP {version}. Uaktualnij swoją wersję PHP korzystając z <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">aktualizacji wydajności i bezpieczeństwa zapewniane przez grupę PHP</a> tak szybko, jak tylko Twoja dystrybucja zacznie je obsługiwać.",
- "Nextcloud 19 is the last release supporting PHP 7.2. Nextcloud 20 requires at least PHP 7.3." : "Nextcloud 19 to ostatnie wydanie obsługujące PHP 7.2. Nextcloud 20 wymaga co najmniej PHP 7.3.",
- "The reverse proxy header configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If not, this is a security issue and can allow an attacker to spoof their IP address as visible to the Nextcloud. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Konfiguracja nagłówka reverse proxy jest niepoprawna lub uzyskujesz dostęp do Nextcloud z zaufanego serwera proxy. Jeśli tak nie jest, to jest to problem bezpieczeństwa i może pozwolić atakującemu na sfałszowanie adresu IP jako widocznego dla Nextcloud. Więcej informacji można znaleźć w <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentacji</a>.",
- "Memcached is configured as distributed cache, but the wrong PHP module \"memcache\" is installed. \\OC\\Memcache\\Memcached only supports \"memcached\" and not \"memcache\". See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">memcached wiki about both modules</a>." : "\"Memcached\" jest skonfigurowany jako rozproszona pamięć podręczna, ale zainstalowany jest niewłaściwy moduł PHP \"memcache\". \\OC\\Memcache\\Memcached obsługuje tylko \"memcached\", a nie \"memcache\". Zobacz <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">wiki memcached na temat obu modułów</a>.",
- "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">List of invalid files…</a> / <a href=\"{rescanEndpoint}\">Rescan…</a>)" : "Niektóre pliki nie przeszły sprawdzenia integralności. Więcej informacji na temat rozwiązania tego problemu można znaleźć w <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentacji</a> (<a href=\"{codeIntegrityDownloadEndpoint}\">Lista nieprawidłowych plików…</a>/<a href=\"{rescanEndpoint}\">Skanuj ponownie…</a>).",
- "The PHP OPcache module is not loaded. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance it is recommended</a> to load it into your PHP installation." : "Moduł PHP OPcache nie jest załadowany. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Dla lepszej wydajności zaleca się</a> załadowanie go w instalacji PHP.",
- "The PHP OPcache is not properly configured. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance it is recommended</a> to use the following settings in the <code>php.ini</code>:" : "PHP OPcache nie jest poprawnie skonfigurowany. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Dla lepszej wydajności zaleca się</a> użycie następujących ustawień w <code>php.ini</code>:",
+ "No memory cache has been configured. To enhance performance, please configure a memcache, if available. Further information can be found in the {linkstart}documentation ↗{linkend}." : "Nie skonfigurowano pamięci podręcznej. Aby zwiększyć wydajność, skonfiguruj memcache, jeśli jest dostępne. Więcej informacji można znaleźć w {linkstart}dokumentacji ↗{linkend}.",
+ "No suitable source for randomness found by PHP which is highly discouraged for security reasons. Further information can be found in the {linkstart}documentation ↗{linkend}." : "Nie znaleziono odpowiedniego źródła przypadkowości przez PHP. Jest to bardzo niezalecane w związku z bezpieczeństwem. Więcej informacji można znaleźć w {linkstart}dokumentacji ↗{linkend}.",
+ "You are currently running PHP {version}. Upgrade your PHP version to take advantage of {linkstart}performance and security updates provided by the PHP Group ↗{linkend} as soon as your distribution supports it." : "Aktualnie używasz PHP {version}. Zaktualizuj swoją wersję PHP korzystając z {linkstart}aktualizacji wydajności i bezpieczeństwa zapewniane przez grupę PHP ↗{linkend}, gdy tylko dystrybucja zacznie je obsługiwać.",
+ "Nextcloud 20 is the last release supporting PHP 7.2. Nextcloud 21 requires at least PHP 7.3." : "Nextcloud 20 to ostatnie wydanie obsługujące PHP 7.2. Nextcloud 21 wymaga co najmniej PHP 7.3.",
+ "The reverse proxy header configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If not, this is a security issue and can allow an attacker to spoof their IP address as visible to the Nextcloud. Further information can be found in the {linkstart}documentation ↗{linkend}." : "Konfiguracja nagłówka reverse proxy jest niepoprawna lub uzyskujesz dostęp do Nextcloud z zaufanego serwera proxy. Jeśli tak nie jest, to jest to problem bezpieczeństwa i może pozwolić atakującemu na sfałszowanie adresu IP jako widocznego dla Nextcloud. Więcej informacji można znaleźć w {linkstart}dokumentacji ↗{linkend}.",
+ "Memcached is configured as distributed cache, but the wrong PHP module \"memcache\" is installed. \\OC\\Memcache\\Memcached only supports \"memcached\" and not \"memcache\". See the {linkstart}memcached wiki about both modules ↗{linkend}." : "Memcached jest skonfigurowany jako rozproszona pamięć podręczna, ale moduł PHP \"memcache\" jest zainstalowany niewłaściwy. \\OC\\Memcache\\Memcached obsługuje tylko \"memcached\", a nie \"memcache\". Zobacz {linkstart}memcached wiki o obu modułach ↗{linkend}.",
+ "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in the {linkstart1}documentation ↗{linkend}. ({linkstart2}List of invalid files…{linkend} / {linkstart3}Rescan…{linkend})" : "Niektóre pliki nie przeszły sprawdzenia integralności. Więcej informacji na temat rozwiązania tego problemu można znaleźć w {linkstart1}dokumentacji ↗{linkend}. ({linkstart2}Lista niepoprawnych plików…{linkend}/{linkstart3}Skanuj ponownie…{linkend})",
+ "The PHP OPcache module is not loaded. {linkstart}For better performance it is recommended ↗{linkend} to load it into your PHP installation." : "Moduł PHP OPcache nie jest załadowany. {linkstart}Dla lepszej wydajności zaleca się ↗{linkend} załadowanie go w instalacji PHP.",
+ "The PHP OPcache module is not properly configured. {linkstart}For better performance it is recommended ↗{linkend} to use the following settings in the <code>php.ini</code>:" : "Moduł PHP OPcache nie jest poprawnie skonfigurowany. {linkstart}Dla lepszej wydajności zaleca się ↗{linkend} użycie następujących ustawień w <code>php.ini</code>:",
"The PHP function \"set_time_limit\" is not available. This could result in scripts being halted mid-execution, breaking your installation. Enabling this function is strongly recommended." : "Funkcja PHP \"set_time_limit\" nie jest dostępna. Może to spowodować zatrzymanie skryptów w trakcie wykonywania, przerywając instalację. Zdecydowanie zaleca się włączenie tej funkcji.",
"Your PHP does not have FreeType support, resulting in breakage of profile pictures and the settings interface." : "Twoje PHP nie posiada wsparcia dla FreeType, co powoduje problemy ze zdjęciami profilowymi i interfejsem ustawień.",
"Missing index \"{indexName}\" in table \"{tableName}\"." : "Brak indeksu \"{indexName}\" w tabeli \"{tableName}\".",
- "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "W bazie danych brakuje niektórych indeksów. Ze względu na fakt, że dodawanie indeksów do dużych tabel może zająć trochę czasu, nie zostały one dodane automatycznie. Brakujące indeksy można dodać ręcznie w trakcie pracy instancji uruchamiając 'occ db:add-missing-indices'. Po dopisaniu indeksów zapytania do tabel będą one znacznie szybsze.",
+ "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "W bazie danych brakuje niektórych indeksów. Ze względu na fakt, że dodanie indeksów do dużych tabel może zająć trochę czasu, dlatego nie zostały one dodane automatycznie. Brakujące indeksy można dodać ręcznie w trakcie pracy instancji uruchamiając \"occ db:add-missing-indices\". Po dopisaniu indeksów zapytania do tabel będą one znacznie szybsze.",
+ "Missing primary key on table \"{tableName}\"." : "Brak klucza podstawowego w tabeli \"{tableName}\".",
+ "The database is missing some primary keys. Due to the fact that adding primary keys on big tables could take some time they were not added automatically. By running \"occ db:add-missing-primary-keys\" those missing primary keys could be added manually while the instance keeps running." : "W bazie danych brakuje niektórych kluczy podstawowych. Ze względu na fakt, że dodanie kluczy głównych może zająć trochę czasu, dlatego nie zostały one dodane automatycznie. Brakujące klucze podstawowe można dodać ręcznie, w trakcie pracy instancji uruchamiając \"occ db:add-missing-primary-keys\".",
+ "Missing optional column \"{columnName}\" in table \"{tableName}\"." : "Brak opcjonalnej kolumny \"{columnName}\" w tabeli \"{tableName}\".",
+ "The database is missing some optional columns. Due to the fact that adding columns on big tables could take some time they were not added automatically when they can be optional. By running \"occ db:add-missing-columns\" those missing columns could be added manually while the instance keeps running. Once the columns are added some features might improve responsiveness or usability." : "W bazie danych brakuje niektórych opcjonalnych kolumn. Ze względu na fakt, że dodawanie kolumn do dużych tabel może zająć trochę czasu oraz mogą one być opcjonalne, nie zostały dodane automatycznie. Brakujące kolumny można dodać ręcznie w trakcie pracy instancji uruchamiając \"occ db:add-missing-columns\". Po dodaniu kolumn niektóre funkcje mogą poprawić czas reakcji lub użyteczność.",
"This instance is missing some recommended PHP modules. For improved performance and better compatibility it is highly recommended to install them." : "W tej instancji brakuje niektórych zalecanych modułów PHP. W celu zwiększenia wydajności i lepszej kompatybilności zaleca się ich instalację.",
- "Some columns in the database are missing a conversion to big int. Due to the fact that changing column types on big tables could take some time they were not changed automatically. By running 'occ db:convert-filecache-bigint' those pending changes could be applied manually. This operation needs to be made while the instance is offline. For further details read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "Niektóre kolumny w bazie danych nie zawierają konwersji do big integers. Ze względu na to, że zmiana typów kolumn w dużych tabelach może zająć dużo czasu, nie zostały one zmienione automatycznie. Wykonasz konwersję samodzielnie uruchamiając 'occ db:convert-filecache-bigint'. Ta operacja musi zostać wykonana, gdy instancja jest w trybie offline. Więcej informacji na ten temat przeczytasz na <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">stronie dokumentacji</a>.",
+ "Module php-imagick in this instance has no SVG support. For better compatibility it is recommended to install it." : "Moduł php-imagick w tej instancji nie obsługuje formatu SVG. Aby uzyskać lepszą kompatybilność, zaleca się jego zainstalowanie.",
+ "Some columns in the database are missing a conversion to big int. Due to the fact that changing column types on big tables could take some time they were not changed automatically. By running 'occ db:convert-filecache-bigint' those pending changes could be applied manually. This operation needs to be made while the instance is offline. For further details read {linkstart}the documentation page about this ↗{linkend}." : "Niektóre kolumny w bazie danych nie zawierają konwersji do big integers. Ze względu na to, że zmiana typów kolumn w dużych tabelach może zająć dużo czasu, nie zostały one zmienione automatycznie. Oczekujące zmiany można wykonać ręcznie, uruchamiając 'occ db:convert-filecache-bigint'. Ta operacja musi zostać wykonana, gdy instancja jest w trybie offline. Więcej informacji na ten temat przeczytasz na {linkstart}stronie dokumentacji ↗{linkend}.",
"SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend." : "SQLite jest aktualnie używany jako baza danych. Dla większych instalacji zalecamy przełączenie na inną bazę danych.",
"This is particularly recommended when using the desktop client for file synchronisation." : "Jest to szczególnie zalecane podczas używania klienta desktopowego do synchronizacji plików.",
- "To migrate to another database use the command line tool: 'occ db:convert-type', or see the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation ↗</a>." : "Aby przeprowadzić migrację do innej bazy danych, użyj narzędzia wiersza poleceń: 'occ db:convert-type' lub zapoznaj się z <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentacją ↗</a>.",
- "Use of the the built in php mailer is no longer supported. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Please update your email server settings ↗<a/>." : "Poczta elektroniczna wbudowana w php nie jest już wspierana. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Zaktualizuj ustawienia serwera e-mail ↗<a/>.",
+ "To migrate to another database use the command line tool: 'occ db:convert-type', or see the {linkstart}documentation ↗{linkend}." : "Aby przeprowadzić migrację do innej bazy danych, użyj narzędzia wiersza poleceń: 'occ db:convert-type' lub zapoznaj się z {linkstart}dokumentacją ↗{linkend}.",
"The PHP memory limit is below the recommended value of 512MB." : "Limit pamięci PHP jest poniżej zalecanej wartości 512MB.",
"Some app directories are owned by a different user than the web server one. This may be the case if apps have been installed manually. Check the permissions of the following app directories:" : "Niektóre katalogi aplikacji są własnością innego użytkownika tego serwera WWW. Może to wystąpić, gdy aplikacje zostały zainstalowane ręcznie. Sprawdź uprawnienia poniższych katalogów:",
- "MySQL is used as database but does not support 4-byte characters. To be able to handle 4-byte characters (like emojis) without issues in filenames or comments for example it is recommended to enable the 4-byte support in MySQL. For further details read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "MySQL jest używany jako baza danych, ale nie obsługuje znaków 4-bajtowych. Aby korzystać ze znaków 4-bajtowych w nazwach plików lub komentarzach (np. Emoji), zaleca się włączenie tej obsługi w MySQL. Więcej informacji na ten temat przeczytasz na <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">stronie dokumentacji</a>.",
+ "MySQL is used as database but does not support 4-byte characters. To be able to handle 4-byte characters (like emojis) without issues in filenames or comments for example it is recommended to enable the 4-byte support in MySQL. For further details read {linkstart}the documentation page about this ↗{linkend}." : "MySQL jest używany jako baza danych, ale nie obsługuje znaków 4-bajtowych. Aby korzystać ze znaków 4-bajtowych w nazwach plików lub komentarzach (np. Emoji), zaleca się włączenie tej obsługi w MySQL. Więcej informacji na ten temat przeczytasz na {linkstart}stronie dokumentacji ↗{linkend}.",
"This instance uses an S3 based object store as primary storage. The uploaded files are stored temporarily on the server and thus it is recommended to have 50 GB of free space available in the temp directory of PHP. Check the logs for full details about the path and the available space. To improve this please change the temporary directory in the php.ini or make more space available in that path." : "Ta aplikacja używa magazynu obiektów opartych na S3, jako magazynu podstawowego. Przesyłane pliki są tymczasowo przechowywane na serwerze, dlatego zalecane jest posiadanie 50 GB wolnego miejsca w katalogu tymczasowym PHP. Sprawdź logi, aby uzyskać pełne informacje o ścieżce i dostępnym miejscu. Aby to umożliwić, należy zmienić katalog tymczasowy w pliku php.ini lub udostępnić więcej miejsca dla tej ścieżki.",
- "You are accessing your instance over a secure connection, however your instance is generating insecure URLs. This most likely means that you are behind a reverse proxy and the overwrite config variables are not set correctly. Please read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "Dostęp do instancji odbywa się za pośrednictwem bezpiecznego połączenia, natomiast instancja generuje niezabezpieczone adresy URL. Najprawdopodobniej oznacza to, że jesteś za odwrotnym proxy, a zmienne konfiguracyjne zastępowania nie są ustawione poprawnie. Przeczytaj o tym na <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">stronie dokumentacji</a>.",
+ "You are accessing your instance over a secure connection, however your instance is generating insecure URLs. This most likely means that you are behind a reverse proxy and the overwrite config variables are not set correctly. Please read {linkstart}the documentation page about this ↗{linkend}." : "Dostęp do instancji odbywa się za pośrednictwem bezpiecznego połączenia, natomiast instancja generuje niezabezpieczone adresy URL. Najprawdopodobniej oznacza to, że jesteś za odwrotnym proxy, a zastępowanie zmiennych konfiguracji nie jest ustawione poprawnie. Przeczytaj o tym na {linkstart}stronie dokumentacji ↗{linkend}.",
"Error occurred while checking server setup" : "Wystąpił błąd podczas sprawdzania konfiguracji serwera",
+ "For more details see the {linkstart}documentation ↗{linkend}." : "Więcej informacji można znaleźć w {linkstart}dokumentacji ↗{linkend}.",
"Your data directory and files are probably accessible from the Internet. The .htaccess file is not working. It is strongly recommended that you configure your web server so that the data directory is no longer accessible, or move the data directory outside the web server document root." : "Twój katalog danych i pliki są prawdopodobnie dostępne przez Internet. Plik .htaccess nie działa. Zdecydowanie zaleca się skonfigurowanie serwera WWW w taki sposób, aby katalog danych nie był już dostępny, albo przenieś katalog danych poza główny katalog serwera WWW.",
"The \"{header}\" HTTP header is not set to \"{expected}\". This is a potential security or privacy risk, as it is recommended to adjust this setting accordingly." : "Nagłówek HTTP \"{header}\" nie jest ustawiony na \"{expected}\". Jest to potencjalne zagrożenie dla bezpieczeństwa lub prywatności. Dlatego zaleca się odpowiednie dostosowanie tego ustawienia.",
"The \"{header}\" HTTP header is not set to \"{expected}\". Some features might not work correctly, as it is recommended to adjust this setting accordingly." : "Nagłówek HTTP \"{header}\" nie jest ustawiony na \"{expected}\". Niektóre funkcje mogą nie działać poprawnie. Dlatego zaleca się odpowiednie dostosowanie tego ustawienia.",
"The \"{header}\" HTTP header doesn't contain \"{expected}\". This is a potential security or privacy risk, as it is recommended to adjust this setting accordingly." : "Nagłówek HTTP \"{header}\" nie zawiera \"{expected}\". Jest to potencjalne zagrożenie dla bezpieczeństwa lub prywatności. Dlatego zaleca się odpowiednie dostosowanie tego ustawienia.",
- "The \"{header}\" HTTP header is not set to \"{val1}\", \"{val2}\", \"{val3}\", \"{val4}\" or \"{val5}\". This can leak referer information. See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{link}\">W3C Recommendation ↗</a>." : "Nagłówek HTTP \"{header}\" nie jest ustawiony na \"{val1}\", \"{val2}\", \"{val3}\", \"{val4}\" lub \"{val5}\". Może to spowodować wyciek informacji. Zobacz <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{link}\">W3C Recommendation ↗</a>.",
- "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the <a href=\"{docUrl}\" rel=\"noreferrer noopener\">security tips ↗</a>." : "Nagłówek HTTP \"Strict-Transport-Security\" nie jest ustawiony na co najmniej \"{seconds}\" sekund. W celu zwiększenia bezpieczeństwa zaleca się włączenie HSTS w sposób opisany w <a href=\"{docUrl}\" rel=\"noreferrer noopener\">poradach bezpieczeństwa ↗</a>.",
- "Accessing site insecurely via HTTP. You are strongly advised to set up your server to require HTTPS instead, as described in the <a href=\"{docUrl}\">security tips ↗</a>." : "Dostęp do tej strony jest za pośrednictwem protokołu HTTP. Zaleca się skonfigurowanie serwera tak, aby wymagał HTTPS, zgodnie z opisem w <a href=\"{docUrl}\">poradach bezpieczeństwa ↗</a>.",
- "Non-existing tag #{tag}" : "Etykieta #{tag} nie istnieje",
- "restricted" : "ograniczony",
- "invisible" : "niewidoczny",
- "Delete" : "Usuń",
- "Rename" : "Zmień nazwę",
- "Collaborative tags" : "Wspólne etykiety",
- "No tags found" : "Nie znaleziono etykiet",
+ "The \"{header}\" HTTP header is not set to \"{val1}\", \"{val2}\", \"{val3}\", \"{val4}\" or \"{val5}\". This can leak referer information. See the {linkstart}W3C Recommendation ↗{linkend}." : "Nagłówek HTTP \"{header}\" nie jest ustawiony na \"{val1}\", \"{val2}\", \"{val3}\", \"{val4}\" lub \"{val5}\". Może to spowodować wyciek informacji o stronie odsyłającej. Zobacz {linkstart}rekomendację W3C ↗{linkend}.",
+ "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the {linkstart}security tips ↗{linkend}." : "Nagłówek HTTP \"Strict-Transport-Security\" nie jest ustawiony na co najmniej \"{seconds}\" sekund. W celu zwiększenia bezpieczeństwa zaleca się włączenie HSTS w sposób opisany w {linkstart}poradach bezpieczeństwa ↗{linkend}.",
+ "Accessing site insecurely via HTTP. You are strongly advised to set up your server to require HTTPS instead, as described in the {linkstart}security tips ↗{linkend}." : "Dostęp do tej strony jest za pośrednictwem protokołu HTTP. Zaleca się skonfigurowanie serwera tak, aby wymagał HTTPS, zgodnie z opisem w {linkstart}poradach bezpieczeństwa ↗{linkend}.",
"unknown text" : "nieznany tekst",
"Hello world!" : "Witaj świecie!",
"sunny" : "słoneczna",
@@ -122,30 +127,31 @@ OC.L10N.register(
"The update is in progress, leaving this page might interrupt the process in some environments." : "Trwa aktualizacja. W niektórych przypadkach, opuszczenie tej strony może przerwać ten proces.",
"Update to {version}" : "Aktualizacja do {version}",
"An error occurred." : "Wystąpił błąd.",
- "Please reload the page." : "Proszę odświeżyć stronę.",
+ "Please reload the page." : "Przeładuj stronę.",
"The update was unsuccessful. For more information <a href=\"{url}\">check our forum post</a> covering this issue." : "Aktualizacja nie powiodła się. Aby uzyskać więcej informacji, <a href=\"{url}\">zapoznaj się z naszym postem na forum</a> dotyczącym tego problemu.",
"The update was unsuccessful. Please report this issue to the <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">Nextcloud community</a>." : "Aktualizacja nie powiodła się. Zgłoś ten problem do <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">społeczności Nextcloud</a>.",
- "Continue to Nextcloud" : "Przejdź do Nextcloud",
- "_The update was successful. Redirecting you to Nextcloud in %n second._::_The update was successful. Redirecting you to Nextcloud in %n seconds._" : ["Aktualizacja przebiegła pomyślnie. Przekieruję Ciebie do Nextcloud w %n sekundę.","Aktualizacja przebiegła pomyślnie. Przekieruję Ciebie do Nextcloud w %n sekundy.","Aktualizacja przebiegła pomyślnie. Przekieruję Ciebie do Nextcloud w %n sekund.","Aktualizacja przebiegła pomyślnie. Przekieruję Ciebie do Nextcloud w %n sekundy."],
- "Searching other places" : "Przeszukaj inne miejsca",
- "No search results in other folders for {tag}{filter}{endtag}" : "Brak wyników wyszukiwania w innych katalogach dla {tag}{filter}{endtag}",
- "_{count} search result in another folder_::_{count} search results in other folders_" : ["{count} wynik wyszukiwania w innych katalogach","{count} wyniki wyszukiwania w innych katalogach","{count} wyników wyszukiwania w innych katalogach","{count} wyników wyszukiwania w innych katalogach"],
+ "Continue to {productName}" : "Przejdź do {productName}",
+ "_The update was successful. Redirecting you to {productName} in %n second._::_The update was successful. Redirecting you to {productName} in %n seconds._" : ["Aktualizacja przebiegła pomyślnie. Przekieruję Ciebie do {productName} za %n sekundę.","Aktualizacja przebiegła pomyślnie. Przekieruję Ciebie do {productName} za %n sekundy.","Aktualizacja przebiegła pomyślnie. Przekieruję Ciebie do {productName} za %n sekund.","Aktualizacja przebiegła pomyślnie. Przekieruję Ciebie do {productName} za %n sekund."],
+ "Log in" : "Zaloguj",
+ "Logging in …" : "Logowanie…",
"Server side authentication failed!" : "Uwierzytelnianie po stronie serwera nie powiodło się!",
"Please contact your administrator." : "Skontaktuj się z administratorem",
"An internal error occurred." : "Wystąpił błąd wewnętrzny.",
"Please try again or contact your administrator." : "Spróbuj ponownie lub skontaktuj się z administratorem.",
"Username or email" : "Nazwa lub adres e-mail",
"Password" : "Hasło",
- "Log in" : "Zaloguj",
- "Logging in …" : "Logowanie…",
+ "Toggle password visibility" : "Przełącz widoczność hasła",
"Wrong username or password." : "Zła nazwa użytkownika lub hasło.",
"User disabled" : "Użytkownik zablokowany",
"We have detected multiple invalid login attempts from your IP. Therefore your next login is throttled up to 30 seconds." : "Wykryliśmy wiele nieudanych prób logowania z Twojego adresu IP. Dlatego następne logowanie będzie możliwe dopiero za 30 sekund.",
+ "Your account is not setup for passwordless login." : "Twoje konto nie jest skonfigurowane do logowania bez hasła.",
+ "Passwordless authentication is not supported in your browser." : "Uwierzytelnianie bez hasła nie jest obsługiwane w przeglądarce.",
+ "Passwordless authentication is only available over a secure connection." : "Uwierzytelnianie bez hasła jest dostępne tylko przez bezpieczne połączenie.",
"Reset password" : "Zresetuj hasło",
- "A password reset message has been sent to the e-mail address of this account. If you do not receive it, check your spam/junk folders or ask your local administrator for help." : "Wiadomość o zresetowaniu hasła została wysłana na adres e-mail tego konta. Jeśli go nie otrzymałeś, sprawdź katalogi spam/kosz lub poproś lokalnego administratora o pomoc.",
+ "A password reset message has been sent to the email address of this account. If you do not receive it, check your spam/junk folders or ask your local administrator for help." : "Wiadomość o zresetowaniu hasła została wysłana na adres e-mail tego konta. Jeśli go nie otrzymałeś, sprawdź katalogi spam/kosz lub poproś lokalnego administratora o pomoc.",
"If it is not there ask your local administrator." : "Jeśli nie ma, skontaktuj się z lokalnym administratorem.",
"Couldn't send reset email. Please contact your administrator." : "Nie mogę wysłać e-maila resetującego hasło. Skontaktuj się z administratorem.",
- "Password can not be changed. Please contact your administrator." : "Hasło nie może zostać zmienione. Skontaktuj się z administratorem.",
+ "Password cannot be changed. Please contact your administrator." : "Hasło nie może zostać zmienione. Skontaktuj się z administratorem.",
"Back to login" : "Powrót do logowania",
"New password" : "Nowe hasło",
"Your files are encrypted. There will be no way to get your data back after your password is reset. If you are not sure what to do, please contact your administrator before you continue. Do you really want to continue?" : "Twoje pliki są szyfrowane. Po zresetowaniu hasła nie będzie możliwości odzyskania danych. Jeśli nie masz pewności, co zrobić, skontaktuj się z administratorem przed kontynuowaniem. Czy na pewno chcesz kontynuować?",
@@ -153,27 +159,39 @@ OC.L10N.register(
"Resetting password" : "Resetowanie hasła",
"Recommended apps" : "Polecane aplikacje",
"Loading apps …" : "Ładowanie aplikacji…",
- "Could not fetch list of apps from the app store." : "Nie można pobrać listy aplikacji ze sklepu z aplikacjami.",
+ "Could not fetch list of apps from the App Store." : "Nie można pobrać listy aplikacji ze sklepu z aplikacjami.",
"Installing apps …" : "Instalowanie aplikacji…",
- "Nextcloud {app}" : "Nextcloud {app}",
"App download or installation failed" : "Pobieranie lub instalacja aplikacji nie powiodła się",
- "Can't install this app because it is not compatible" : "Nie można zainstalować tej aplikacji, ponieważ nie jest kompatybilna",
- "Can't install this app" : "Nie można zainstalować tej aplikacji",
+ "Cannot install this app because it is not compatible" : "Nie można zainstalować tej aplikacji, ponieważ nie jest kompatybilna",
+ "Cannot install this app" : "Nie można zainstalować tej aplikacji",
"Cancel" : "Anuluj",
"Schedule work & meetings, synced with all your devices." : "Zaplanuj pracę i spotkania, które będą zsynchronizowane ze wszystkimi urządzeniami.",
"Keep your colleagues and friends in one place without leaking their private info." : "Przechowuj swoich kolegów i przyjaciół w jednym miejscu, nie udostępniając prywatnych informacji.",
"Simple email app nicely integrated with Files, Contacts and Calendar." : "Prosta aplikacja e-mail przyjemnie zintegrowana z plikami, kontaktami i kalendarzem.",
"Chatting, video calls, screensharing, online meetings and web conferencing – in your browser and with mobile apps." : "Czat, rozmowy wideo, udostępnianie ekranu, spotkania i konferencje internetowe - w przeglądarce i aplikacjach mobilnych.",
"Collaboratively edit office documents." : "Wspólnie edytuj dokumenty biurowe.",
- "Local document editing back-end used by the OnlyOffice app." : "Lokalne zaplecze do edycji dokumentów używane przez aplikację OnlyOffice.",
+ "Local document editing back-end used by the Collabora Online app." : "Lokalne zaplecze do edycji dokumentów używane przez aplikację Collabora Online.",
"Forgot password?" : "Zapomniałeś hasła?",
+ "Log in with a device" : "Zaloguj się za pomocą urządzenia",
+ "Back" : "Wróć",
+ "Login form is disabled." : "Formularz logowania jest wyłączony.",
+ "Reset search" : "Zresetuj wyszukiwanie",
+ "Search for {name} only" : "Wyszukaj tylko {name}",
+ "No results for {query}" : "Brak wyników dla {query}",
+ "Start typing to search" : "Zacznij pisać, aby wyszukać",
+ "Loading more results …" : "Wczytuję więcej wyników…",
+ "Load more results" : "Załaduj więcej wyników",
+ "Search" : "Szukaj",
+ "An error occurred while searching for {type}" : "Wystąpił błąd podczas wyszukiwania {type}",
+ "_Please enter {minSearchLength} character or more to search_::_Please enter {minSearchLength} characters or more to search_" : ["Aby wyszukać, wprowadź co najmniej {minSearchLength} znak","Aby wyszukać, wprowadź co najmniej {minSearchLength} znaki","Aby wyszukać, wprowadź co najmniej {minSearchLength} znaków","Aby wyszukać, wprowadź co najmniej {minSearchLength} znaków"],
+ "Search {types} …" : "Wyszukaj {types}…",
"Settings" : "Ustawienia",
"Could not load your contacts" : "Nie można załadować kontaktów",
"Search contacts …" : "Wyszukiwanie kontaktów…",
"No contacts found" : "Nie znaleziono kontaktów",
- "Show all contacts …" : "Pokazywanie wszystkich kontaktów…",
+ "Show all contacts …" : "Pokaż wszystkie kontakty…",
"Install the Contacts app" : "Zainstaluj aplikację \"Kontakty\"",
- "Loading your contacts …" : "Ładowanie kontaktów...",
+ "Loading your contacts …" : "Ładowanie kontaktów…",
"Looking for {term} …" : "Szukam {term}…",
"No" : "Nie",
"Yes" : "Tak",
@@ -195,12 +213,12 @@ OC.L10N.register(
"OK" : "OK",
"Error loading message template: {error}" : "Błąd podczas ładowania szablonu wiadomości: {error}",
"read-only" : "tylko odczyt",
- "_{count} file conflict_::_{count} file conflicts_" : ["{count} konflikt pliku","{count} konflikty plików","{count} konfliktów plików","{count} konfliktów plików"],
+ "_{count} file conflict_::_{count} file conflicts_" : ["{count} konflikt pliku","{count} konflikty pliku","{count} konfliktów pliku","{count} konfliktów pliku"],
"One file conflict" : "Konflikt pliku",
"New Files" : "Nowe pliki",
"Already existing files" : "Już istniejące pliki",
"Which files do you want to keep?" : "Które pliki chcesz zachować?",
- "If you select both versions, the copied file will have a number added to its name." : "Jeśli wybierzesz obie wersje, skopiowany plik będzie miał dodany numer w nazwie",
+ "If you select both versions, the copied file will have a number added to its name." : "Jeśli wybierzesz obie wersje, to do nazwy skopiowanego pliku zostanie dodany numer.",
"Continue" : "Kontynuuj",
"(all selected)" : "(wybrano wszystkie)",
"({count} selected)" : "(wybrano {count})",
@@ -208,7 +226,7 @@ OC.L10N.register(
"Pending" : "Oczekuje",
"Copy to {folder}" : "Kopiuj do {folder}",
"Move to {folder}" : "Przenieś do {folder}",
- "Saving …" : "Zapisywanie...",
+ "Saving …" : "Zapisywanie…",
"Authentication required" : "Wymagane uwierzytelnienie",
"This action requires you to confirm your password" : "Ta czynność wymaga potwierdzenia hasłem",
"Confirm" : "Potwierdź",
@@ -234,6 +252,13 @@ OC.L10N.register(
"Strong password" : "Silne hasło",
"No action available" : "Żadna akcja nie jest dostępna",
"Error fetching contact actions" : "Błąd podczas pobierania akcji dla kontaktu",
+ "Non-existing tag #{tag}" : "Etykieta #{tag} nie istnieje",
+ "restricted" : "ograniczony",
+ "invisible" : "niewidoczny",
+ "Delete" : "Usuń",
+ "Rename" : "Zmień nazwę",
+ "Collaborative tags" : "Wspólne etykiety",
+ "No tags found" : "Nie znaleziono etykiet",
"Personal" : "Osobiste",
"Users" : "Użytkownicy",
"Apps" : "Aplikacje",
@@ -243,7 +268,10 @@ OC.L10N.register(
"File not found" : "Nie znaleziono pliku",
"The document could not be found on the server. Maybe the share was deleted or has expired?" : "Dokument nie został odnaleziony na serwerze. Może udostępnienie zostało usunięte lub wygasło?",
"Back to %s" : "Powrót do %s",
+ "Too many requests" : "Zbyt wiele żądań",
+ "There were too many requests from your network. Retry later or contact your administrator if this is an error." : "Zbyt wiele żądań z Twojej sieci. Spróbuj ponownie później lub skontaktuj się z administratorem, jeśli jest to błąd.",
"Error" : "Błąd",
+ "Previous" : "Poprzedni",
"Internal Server Error" : "Błąd wewnętrzny serwera",
"The server was unable to complete your request." : "Serwer nie mógł zakończyć żądania.",
"If this happens again, please send the technical details below to the server administrator." : "Jeśli to się powtórzy, prześlij poniższe szczegóły techniczne do administratora serwera.",
@@ -280,28 +308,27 @@ OC.L10N.register(
"SQLite should only be used for minimal and development instances. For production we recommend a different database backend." : "SQLite powinien być używany tylko dla instancji minimalnych i rozwojowych. Dla rozwiniętej zalecamy inne zaplecze bazy danych.",
"If you use clients for file syncing, the use of SQLite is highly discouraged." : "Jeśli używasz klientów do synchronizacji plików, używanie SQLite jest bardzo odradzane.",
"Install recommended apps" : "Zainstaluj zalecane aplikacje",
- "Calendar, Contacts, Talk, Mail & OnlyOffice" : "Kalendarz, Kontakty, Rozmowy, Poczta i Jedne Biuro",
+ "Calendar, Contacts, Talk, Mail & Collaborative editing" : "Kalendarz, Kontakty, Rozmowa, Poczta i wspólna edycja",
"Finish setup" : "Zakończ konfigurację",
- "Finishing …" : "Kończę…",
+ "Finishing …" : "Kończenie…",
"Need help?" : "Potrzebujesz pomocy?",
"See the documentation" : "Zapoznaj się z dokumentacją",
"It looks like you are trying to reinstall your Nextcloud. However the file CAN_INSTALL is missing from your config directory. Please create the file CAN_INSTALL in your config folder to continue." : "Wygląda na to, że próbujesz ponownie zainstalować Nextcloud. Brakuje jednak pliku CAN_INSTALL w katalogu konfiguracyjnym. Aby kontynuować, utwórz plik CAN_INSTALL w katalogu konfiguracyjnym.",
"Could not remove CAN_INSTALL from the config folder. Please remove this file manually." : "Nie można usunąć CAN_INSTALL z katalogu konfiguracyjnego. Usuń ten plik ręcznie.",
- "This application requires JavaScript for correct operation. Please {linkstart}enable JavaScript{linkend} and reload the page." : "Ta aplikacja do poprawnego działania wymaga JavaScript. Proszę {linkstart}włączyć JavaScript{linkend} i odświeżyć stronę.",
+ "This application requires JavaScript for correct operation. Please {linkstart}enable JavaScript{linkend} and reload the page." : "Ta aplikacja do poprawnego działania wymaga JavaScript. {linkstart}Włącz JavaScript{linkend} i załaduj stronę ponownie.",
"Get your own free account" : "Załóż własne bezpłatne konto",
"Skip to main content" : "Przejdź do głównej zawartości",
"Skip to navigation of app" : "Przejdź do nawigacji aplikacji",
"More apps" : "Więcej aplikacji",
"More" : "Więcej",
"More apps menu" : "Więcej menu aplikacji",
- "Search" : "Wyszukaj",
- "Reset search" : "Zresetuj wyszukiwanie",
"Contacts" : "Kontakty",
"Contacts menu" : "Menu kontaktów",
"Settings menu" : "Menu ustawień",
"Confirm your password" : "Potwierdź hasło",
- "Connect to your account" : "Połącz się z kontem",
+ "Connect to your account" : "Połącz z kontem",
"Please log in before granting %1$s access to your %2$s account." : "Zaloguj się przed udzieleniem dostępu %1$s do swojego konta %2$s.",
+ "If you are not trying to set up a new device or app, someone is trying to trick you into granting them access to your data. In this case do not proceed and instead contact your system administrator." : "Jeśli nie konfigurujesz nowego urządzenia lub aplikacji, to wynika z tego, że ktoś próbuje, abyś udzielił dostępu do Twoich danych. W takim przypadku nie kontynuuj, tylko skontaktuj się z administratorem systemu.",
"App token" : "Token aplikacji",
"Grant access" : "Udziel dostępu",
"Alternative log in using app token" : "Alternatywne logowanie przy użyciu tokena aplikacji",
@@ -310,7 +337,7 @@ OC.L10N.register(
"Account connected" : "Połączono z kontem",
"Your client should now be connected!" : "Twój klient powinien być teraz podłączony!",
"You can close this window." : "Możesz zamknąć to okno.",
- "This share is password-protected" : "Współdzielenie jest zabezpieczone hasłem",
+ "This share is password-protected" : "Udostępnienie jest zabezpieczone hasłem",
"The password is wrong. Try again." : "Hasło jest nieprawidłowe. Spróbuj ponownie.",
"Two-factor authentication" : "Uwierzytelnianie dwuskładnikowe",
"Enhanced security is enabled for your account. Choose a second factor for authentication:" : "Dodatkowe zabezpieczenia są włączone dla Twojego konta. Wybierz drugą metodę uwierzytelniania:",
@@ -329,15 +356,15 @@ OC.L10N.register(
"Further information how to configure this can be found in the %1$sdocumentation%2$s." : "Więcej informacji na temat konfiguracji można znaleźć w %1$sdokumentacji%2$s.",
"App update required" : "Wymagana aktualizacja aplikacji",
"%1$s will be updated to version %2$s" : "%1$s zostanie zaktualizowany do wersji %2$s",
- "These apps will be updated:" : "Te aplikacje zostaną zaktualizowane:",
- "These incompatible apps will be disabled:" : "Te niekompatybilne aplikacje zostaną wyłączone:",
+ "The following apps will be updated:" : "Następujące aplikacje zostaną zaktualizowane:",
+ "These incompatible apps will be disabled:" : "Niekompatybilne aplikacje zostaną wyłączone:",
"The theme %s has been disabled." : "Motyw %s został wyłączony.",
- "Please make sure that the database, the config folder and the data folder have been backed up before proceeding." : "Przed kontynuowaniem upewnij się, że baza danych, katalog konfiguracji i katalog danych zostało zarchiwizowane.",
+ "Please make sure that the database, the config folder and the data folder have been backed up before proceeding." : "Przed kontynuowaniem upewnij się, że utworzono kopię zapasową bazy danych, katalogu konfiguracyjnego i katalogu danych.",
"Start update" : "Rozpocznij aktualizację",
- "To avoid timeouts with larger installations, you can instead run the following command from your installation directory:" : "Aby uniknąć przekroczenia limitu czasu w przypadku większych instalacji, można zamiast tego uruchomić następujące polecenie z katalogu instalacyjnego:",
+ "To avoid timeouts with larger installations, you can instead run the following command from your installation directory:" : "W przypadku większych instalacji, aby uniknąć przekroczenia limitu czasu, możesz zamiast tego instalatora uruchomić następujące polecenie z katalogu instalacyjnego:",
"Detailed logs" : "Szczegółowe logi",
"Update needed" : "Wymagana aktualizacja",
- "Please use the command line updater because you have a big instance with more than 50 users." : "Użyj aktualizatora wiersza poleceń, ponieważ masz dużą instancję, która posiada ponad 50 użytkowników.",
+ "Please use the command line updater because you have a big instance with more than 50 users." : "Użyj wiersza poleceń do aktualizacji, ponieważ masz dużą instancję, która posiada ponad 50 użytkowników.",
"For help, see the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"%s\">documentation</a>." : "Aby uzyskać pomoc, zajrzyj do <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"%s\">dokumentacji</a>.",
"I know that if I continue doing the update via web UI has the risk, that the request runs into a timeout and could cause data loss, but I have a backup and know how to restore my instance in case of a failure." : "Wiem, że jeśli kontynuuję aktualizację za pomocą przeglądarki, istnieje ryzyko że operacja może nie wykonać się w określonym limicie czasu, co może doprowadzić do utraty danych, ale mam kopię zapasową i wiem jak przywrócić w przypadku niepowodzenia.",
"Upgrade via web on my own risk" : "Wykonaj aktualizację poprzez przeglądarkę na własne ryzyko",
@@ -345,95 +372,49 @@ OC.L10N.register(
"This %s instance is currently in maintenance mode, which may take a while." : "Ta instancja %s jest obecnie w trybie konserwacji, co może chwilę potrwać.",
"This page will refresh itself when the instance is available again." : "Strona odświeży się, gdy instancja będzie ponownie dostępna.",
"Contact your system administrator if this message persists or appeared unexpectedly." : "Skontaktuj się z administratorem systemu, jeśli ten komunikat będzie się powtarzał lub pojawił się nieoczekiwanie.",
- "Could not send reset email because there is no email address for this username. Please contact your administrator." : "Nie można wysłać e-maila dotyczącego resetowania, ponieważ nie ma adresu e-mail dla tej nazwy użytkownika. Skontaktuj się z administratorem.",
- "Couldn't send reset email. Please make sure your username is correct." : "Nie mogę wysłać e-maila resetującego hasło. Sprawdź czy nazwa użytkownika jest poprawna.",
- "We have send a password reset e-mail to the e-mail address known to us for this account. If you do not receive it within a reasonable amount of time, check your spam/junk folders.<br>If it is not there ask your local administrator." : "Wysłaliśmy wiadomość dotyczącą resetowania hasła na adres e-mail przypisany dla tego konta. Jeśli nie otrzymasz go w rozsądnym czasie, sprawdź katalog ze spamem i kosz.<br>Jeśli nie, skontaktuj się z lokalnym administratorem.",
- "Your files are encrypted. There will be no way to get your data back after your password is reset.<br />If you are not sure what to do, please contact your administrator before you continue. <br />Do you really want to continue?" : "Twoje pliki są szyfrowane. Po zresetowaniu hasła nie będzie możliwości odzyskania danych. <br />Jeśli nie masz pewności, co zrobić, skontaktuj się z administratorem przed kontynuowaniem.<br /> Czy na pewno chcesz kontynuować?",
- "Sending email …" : "Wysyłanie e-maila…",
- "You are currently running PHP 5.6. The current major version of Nextcloud is the last that is supported on PHP 5.6. It is recommended to upgrade the PHP version to 7.0+ to be able to upgrade to Nextcloud 14." : "Aktualnie używasz PHP 5.6. Główna wersja Nextcloud jest ostatnią wersją obsługiwaną w PHP 5.6. Zaleca się uaktualnienie wersji PHP do wersji 7.0+, aby móc uaktualnić do Nextcloud 14.",
- "Accessing site insecurely via HTTP. You are strongly adviced to set up your server to require HTTPS instead, as described in the <a href=\"{docUrl}\">security tips ↗</a>." : "Dostęp do tej strony jest za pośrednictwem protokołu HTTP. Zaleca się skonfigurowanie serwera tak, aby wymagał HTTPS, zgodnie z opisem w <a href=\"{docUrl}\">poradach bezpieczeństwa ↗</a>.",
- "Shared" : "Udostępnianie",
- "Shared with" : "Współdzielone z",
- "Shared by" : "Udostępnione przez",
- "Choose a password for the public link" : "Wybierz hasło dla linku publicznego",
- "Choose a password for the public link or press the \"Enter\" key" : "Wpisz hasło dla publicznego linku lub wciśnij klawisz \"Enter\"",
- "Copied!" : "Skopiowano!",
- "Copy link" : "Kopiuj link",
- "Not supported!" : "Brak wsparcia!",
- "Press ⌘-C to copy." : "Naciśnij ⌘-C, aby skopiować.",
- "Press Ctrl-C to copy." : "Naciśnij Ctrl-C, aby skopiować.",
- "Unable to create a link share" : "Nie można utworzyć linku udostępniania",
- "Unable to toggle this option" : "Nie można zmienić tej opcji",
- "Resharing is not allowed" : "Udostępnianie jest niedozwolone",
- "Link" : "Link",
- "Hide download" : "Ukryj pobieranie",
- "Password protection enforced" : "Ochrona hasłem jest wymuszona",
- "Password protect" : "Zabezpiecz hasłem",
- "Allow editing" : "Pozwól na edycję",
- "Email link to person" : "Wyślij link przez e-mail",
- "Send" : "Wyślij",
- "Allow upload and editing" : "Zezwalaj na wysyłanie i edycję",
- "Read only" : "Tylko do odczytu",
- "File drop (upload only)" : "Upuść plik (tylko przesyłanie)",
- "Expiration date enforced" : "Data wygaśnięcia jest wymuszona",
- "Set expiration date" : "Ustaw datę wygaśnięcia",
- "Expiration" : "Wygaśnięcie",
- "Expiration date" : "Data wygaśnięcia",
- "Note to recipient" : "Notatka dla odbiorcy",
- "Unshare" : "Zatrzymaj udostępnianie",
- "Delete share link" : "Usuń link udostępniania",
- "Add another link" : "Dodaj kolejny link",
- "Password protection for links is mandatory" : "Ochrona hasłem dla linków jest obowiązkowa",
- "Share to {name}" : "Udostępnij dla {name}",
- "Share link" : "Udostępnij link",
- "New share link" : "Nowy link udostępniania",
- "Created on {time}" : "Utworzono {time}",
- "Password protect by Talk" : "Ochronę hasłem zapewnia Talk",
- "Could not unshare" : "Nie udało się usunąć udostępnienia",
- "Shared with you and the group {group} by {owner}" : "Udostępnione Tobie i grupie {group} przez {owner}",
- "Shared with you and {circle} by {owner}" : "Udostępnione Tobie i {circle} przez {owner}",
- "Shared with you and the conversation {conversation} by {owner}" : "Udostępnione w rozmowie {conversation} przez {owner}",
- "Shared with you in a conversation by {owner}" : "Udostępnione w rozmowie z {owner}",
- "Shared with you by {owner}" : "Udostępnione przez {owner}",
- "Choose a password for the mail share" : "Wybierz hasło dla udostępnienia przez e-mail",
- "group" : "grupa",
- "remote" : "zdalny",
- "remote group" : "grupa zdalna",
- "email" : "e-mail",
- "conversation" : "rozmowa",
- "shared by {sharer}" : "udostępnione przez {sharer}",
- "Can reshare" : "Może udostępnić innym",
- "Can edit" : "Może edytować",
- "Can create" : "Może utworzyć",
- "Can change" : "Może zmienić",
- "Can delete" : "Może usunąć",
- "Access control" : "Kontrola dostępu",
- "{shareInitiatorDisplayName} shared via link" : "{shareInitiatorDisplayName} udostępniane poprzez link",
- "Error while sharing" : "Błąd podczas udostępniania",
- "Share details could not be loaded for this item." : "Nie można załadować szczegółów udostępniania dla tego elementu.",
- "Search globally" : "Szukaj globalnie",
- "_At least {count} character is needed for autocompletion_::_At least {count} characters are needed for autocompletion_" : ["Do automatycznego uzupełnienia potrzebny jest co najmniej {count} znak","Do automatycznego uzupełnienia potrzebnych jest co najmniej {count} znaków","Do automatycznego uzupełnienia potrzebnych jest co najmniej {count} znaków","Do automatycznego uzupełnienia potrzebnych jest co najmniej {count} znaków"],
- "This list is maybe truncated - please refine your search term to see more results." : "Ta lista może być obcięta - zawęź wyszukiwanie, aby zobaczyć więcej wyników.",
- "No users or groups found for {search}" : "Nie znaleziono użytkowników ani grup dla {search}",
- "No users found for {search}" : "Nie znaleziono użytkowników dla {search}",
- "An error occurred (\"{message}\"). Please try again" : "Wystąpił błąd (\"{message}\"). Spróbuj ponownie",
- "An error occurred. Please try again" : "Wystąpił błąd. Spróbuj ponownie",
- "Home" : "Dom",
- "Work" : "Praca",
- "Other" : "Inne",
- "{sharee} (remote group)" : "{sharee} (grupa zdalna)",
- "{sharee} ({type}, {owner})" : "{sharee} ({type}, {owner})",
- "Share" : "Udostępnij",
- "Name or email address..." : "Nazwa lub adres e-mail…",
- "Name or federated cloud ID..." : "Nazwa lub ID chmury federacyjnej…",
- "Name, federated cloud ID or email address..." : "Nazwa, ID chmury federacyjnej lub adres e-mail…",
- "Name..." : "Nazwa…",
- "Error removing share" : "Błąd podczas usuwania udostępniania",
- "({scope})" : "({scope})",
- "Saving..." : "Zapisywanie…",
- "Dismiss" : "Anuluj",
- "Your client should now be connected! You can close this window." : "Aplikacja kliencka powinna być już połączona! Można zamknąć to okno.",
- "New Password" : "Nowe hasło",
- "Cancel log in" : "Anuluj logowanie"
+ "Checking whether the database schema can be updated (this can take a long time depending on the database size)" : "Sprawdzanie, czy można zaktualizować strukturę bazy danych (może to zająć dużo czasu w zależności od rozmiaru bazy danych)",
+ "Checked database schema update" : "Sprawdzono aktualizację struktury bazy danych",
+ "Checking updates of apps" : "Sprawdzanie aktualizacji aplikacji",
+ "Checking for update of app \"%s\" in appstore" : "Sprawdzanie aktualizacji dla aplikacji \"%s\" w sklepie z aplikacjami",
+ "Update app \"%s\" from appstore" : "Aktualizacja aplikacji \"%s\" ze sklepu z aplikacjami",
+ "Checked for update of app \"%s\" in appstore" : "Sprawdzono aktualizację dla aplikacji \"%s\" w sklepie z aplikacjami",
+ "Checked database schema update for apps" : "Sprawdzono aktualizację struktury bazy danych dla aplikacji",
+ "Following apps have been disabled: %s" : "Następujące aplikacje zostały wyłączone: %s",
+ "Your web server is not properly set up to resolve \"{url}\". Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Serwer WWW nie został poprawnie skonfigurowany do rozwiązania problemu z \"{url}\". Więcej informacji można znaleźć w <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentacji</a>.",
+ "Your web server is not properly set up to resolve \"{url}\". This is most likely related to a web server configuration that was not updated to deliver this folder directly. Please compare your configuration against the shipped rewrite rules in \".htaccess\" for Apache or the provided one in the documentation for Nginx at it's <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation page</a>. On Nginx those are typically the lines starting with \"location ~\" that need an update." : "Serwer WWW nie został poprawnie skonfigurowany do rozwiązania problemu z \"{url}\". Jest to najprawdopodobniej związane z konfiguracją serwera, który nie został zaktualizowany do bezpośredniego dostępu tego katalogu. Proszę porównać swoją konfigurację z dostarczonymi regułami przepisywania w \".htaccess\" dla Apache lub podanymi w dokumentacji dla Nginx na <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">stronie dokumentacji</a>. W Nginx są to zazwyczaj linie zaczynające się od \"location ~\", które wymagają aktualizacji.",
+ "Your web server is not properly set up to deliver .woff2 files. This is typically an issue with the Nginx configuration. For Nextcloud 15 it needs an adjustement to also deliver .woff2 files. Compare your Nginx configuration to the recommended configuration in our <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Serwer WWW nie został poprawnie skonfigurowany do dostarczania plików .woff2. Zazwyczaj jest to problem z konfiguracją Nginx. Dla Nextcloud 15 wymagane jest dostosowanie jej, aby dostarczać pliki .woff2. Porównaj swoją konfigurację Nginx z zalecaną konfiguracją w naszej <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentacji</a>.",
+ "Please check the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">installation documentation ↗</a> for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "Sprawdź <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentację instalacji ↗</a> w celu uzyskania informacji o konfiguracji PHP dla Twojego serwera, szczególnie przy użyciu php-fpm.",
+ "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems. See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation ↗</a> for more information." : "Transakcyjne blokowanie plików jest wyłączone, co może prowadzić do problemów z prędkością działania. Włącz \"filelocking.enabled\" w config.php, aby uniknąć tych problemów. Więcej informacji można znaleźć w <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentacji ↗</a>.",
+ "Last background job execution ran {relativeTime}. Something seems wrong." : "Ostatnie zadanie wykonane w tle trwało {relativeTime}. Coś jest nie tak.",
+ "Check the background job settings" : "Sprawdź ustawienia zadań w tle",
+ "No memory cache has been configured. To enhance performance, please configure a memcache, if available. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Nie skonfigurowano pamięci podręcznej. Jeśli jest dostępna, to skonfiguruj pamięć podręczną dla zwiększenia wydajności. Więcej informacji można znaleźć w <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentacji</a>.",
+ "No suitable source for randomness found by PHP which is highly discouraged for security reasons. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Nie znaleziono stosownego źródła losowości przez PHP. Jest to bardzo niezalecane w związku z bezpieczeństwem. Więcej informacji znajdziesz w <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentacji</a>.",
+ "You are currently running PHP {version}. Upgrade your PHP version to take advantage of <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">performance and security updates provided by the PHP Group</a> as soon as your distribution supports it." : "Aktualnie używasz PHP {version}. Uaktualnij swoją wersję PHP korzystając z <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">aktualizacji wydajności i bezpieczeństwa zapewniane przez grupę PHP</a> tak szybko, jak tylko Twoja dystrybucja zacznie je obsługiwać.",
+ "The reverse proxy header configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If not, this is a security issue and can allow an attacker to spoof their IP address as visible to the Nextcloud. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Konfiguracja nagłówka reverse proxy jest niepoprawna lub uzyskujesz dostęp do Nextcloud z zaufanego serwera proxy. Jeśli tak nie jest, to jest to problem bezpieczeństwa i może pozwolić atakującemu na sfałszowanie adresu IP jako widocznego dla Nextcloud. Więcej informacji można znaleźć w <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentacji</a>.",
+ "Memcached is configured as distributed cache, but the wrong PHP module \"memcache\" is installed. \\OC\\Memcache\\Memcached only supports \"memcached\" and not \"memcache\". See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">memcached wiki about both modules</a>." : "\"Memcached\" jest skonfigurowany jako rozproszona pamięć podręczna, ale zainstalowany jest niewłaściwy moduł PHP \"memcache\". \\OC\\Memcache\\Memcached obsługuje tylko \"memcached\", a nie \"memcache\". Zobacz <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">wiki memcached na temat obu modułów</a>.",
+ "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">List of invalid files…</a> / <a href=\"{rescanEndpoint}\">Rescan…</a>)" : "Niektóre pliki nie przeszły sprawdzenia integralności. Więcej informacji na temat rozwiązania tego problemu można znaleźć w <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentacji</a> (<a href=\"{codeIntegrityDownloadEndpoint}\">Lista nieprawidłowych plików…</a>/<a href=\"{rescanEndpoint}\">Skanuj ponownie…</a>).",
+ "The PHP OPcache module is not loaded. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance it is recommended</a> to load it into your PHP installation." : "Moduł PHP OPcache nie jest załadowany. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Dla lepszej wydajności zaleca się</a> załadowanie go w instalacji PHP.",
+ "The PHP OPcache is not properly configured. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance it is recommended</a> to use the following settings in the <code>php.ini</code>:" : "PHP OPcache nie jest poprawnie skonfigurowany. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Dla lepszej wydajności zaleca się</a> użycie następujących ustawień w <code>php.ini</code>:",
+ "Some columns in the database are missing a conversion to big int. Due to the fact that changing column types on big tables could take some time they were not changed automatically. By running 'occ db:convert-filecache-bigint' those pending changes could be applied manually. This operation needs to be made while the instance is offline. For further details read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "Niektóre kolumny w bazie danych nie zawierają konwersji do big integers. Ze względu na to, że zmiana typów kolumn w dużych tabelach może zająć dużo czasu, nie zostały one zmienione automatycznie. Oczekujące zmiany można wykonać ręcznie, uruchamiając 'occ db:convert-filecache-bigint'. Ta operacja musi zostać wykonana, gdy instancja jest w trybie offline. Więcej informacji na ten temat przeczytasz na <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">stronie dokumentacji</a>.",
+ "To migrate to another database use the command line tool: 'occ db:convert-type', or see the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation ↗</a>." : "Aby przeprowadzić migrację do innej bazy danych, użyj narzędzia wiersza poleceń: 'occ db:convert-type' lub zapoznaj się z <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentacją ↗</a>.",
+ "Use of the the built in php mailer is no longer supported. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Please update your email server settings ↗<a/>." : "Poczta elektroniczna wbudowana w php nie jest już wspierana. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Zaktualizuj ustawienia serwera e-mail ↗<a/>.",
+ "MySQL is used as database but does not support 4-byte characters. To be able to handle 4-byte characters (like emojis) without issues in filenames or comments for example it is recommended to enable the 4-byte support in MySQL. For further details read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "MySQL jest używany jako baza danych, ale nie obsługuje znaków 4-bajtowych. Aby korzystać ze znaków 4-bajtowych w nazwach plików lub komentarzach (np. Emoji), zaleca się włączenie tej obsługi w MySQL. Więcej informacji na ten temat przeczytasz na <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">stronie dokumentacji</a>.",
+ "You are accessing your instance over a secure connection, however your instance is generating insecure URLs. This most likely means that you are behind a reverse proxy and the overwrite config variables are not set correctly. Please read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "Dostęp do instancji odbywa się za pośrednictwem bezpiecznego połączenia, natomiast instancja generuje niezabezpieczone adresy URL. Najprawdopodobniej oznacza to, że jesteś za odwrotnym proxy, a zmienne konfiguracyjne zastępowania nie są ustawione poprawnie. Przeczytaj o tym na <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">stronie dokumentacji</a>.",
+ "The \"{header}\" HTTP header is not set to \"{val1}\", \"{val2}\", \"{val3}\", \"{val4}\" or \"{val5}\". This can leak referer information. See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{link}\">W3C Recommendation ↗</a>." : "Nagłówek HTTP \"{header}\" nie jest ustawiony na \"{val1}\", \"{val2}\", \"{val3}\", \"{val4}\" lub \"{val5}\". Może to spowodować wyciek informacji. Zobacz <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{link}\">W3C Recommendation ↗</a>.",
+ "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the <a href=\"{docUrl}\" rel=\"noreferrer noopener\">security tips ↗</a>." : "Nagłówek HTTP \"Strict-Transport-Security\" nie jest ustawiony na co najmniej \"{seconds}\" sekund. W celu zwiększenia bezpieczeństwa zaleca się włączenie HSTS w sposób opisany w <a href=\"{docUrl}\" rel=\"noreferrer noopener\">poradach bezpieczeństwa ↗</a>.",
+ "Accessing site insecurely via HTTP. You are strongly advised to set up your server to require HTTPS instead, as described in the <a href=\"{docUrl}\">security tips ↗</a>." : "Dostęp do tej strony jest za pośrednictwem protokołu HTTP. Zaleca się skonfigurowanie serwera tak, aby wymagał HTTPS, zgodnie z opisem w <a href=\"{docUrl}\">poradach bezpieczeństwa ↗</a>.",
+ "Continue to Nextcloud" : "Przejdź do Nextcloud",
+ "_The update was successful. Redirecting you to Nextcloud in %n second._::_The update was successful. Redirecting you to Nextcloud in %n seconds._" : ["Aktualizacja przebiegła pomyślnie. Przekieruję Ciebie do Nextcloud za %n sekundę.","Aktualizacja przebiegła pomyślnie. Przekieruję Ciebie do Nextcloud za %n sekundy.","Aktualizacja przebiegła pomyślnie. Przekieruję Ciebie do Nextcloud za %n sekund.","Aktualizacja przebiegła pomyślnie. Przekieruję Ciebie do Nextcloud za %n sekundy."],
+ "Searching other places" : "Przeszukaj inne miejsca",
+ "No search results in other folders for {tag}{filter}{endtag}" : "Brak wyników wyszukiwania w innych katalogach dla {tag}{filter}{endtag}",
+ "_{count} search result in another folder_::_{count} search results in other folders_" : ["{count} wynik wyszukiwania w innych katalogach","{count} wyniki wyszukiwania w innych katalogach","{count} wyników wyszukiwania w innych katalogach","{count} wyników wyszukiwania w innych katalogach"],
+ "A password reset message has been sent to the e-mail address of this account. If you do not receive it, check your spam/junk folders or ask your local administrator for help." : "Wiadomość o zresetowaniu hasła została wysłana na adres e-mail tego konta. Jeśli go nie otrzymałeś, sprawdź katalogi spam/kosz lub poproś lokalnego administratora o pomoc.",
+ "Password can not be changed. Please contact your administrator." : "Hasło nie może zostać zmienione. Skontaktuj się z administratorem.",
+ "Could not fetch list of apps from the app store." : "Nie można pobrać listy aplikacji ze sklepu z aplikacjami.",
+ "Nextcloud {app}" : "Nextcloud {app}",
+ "Can't install this app because it is not compatible" : "Nie można zainstalować tej aplikacji, ponieważ nie jest kompatybilna",
+ "Can't install this app" : "Nie można zainstalować tej aplikacji",
+ "These apps will be updated:" : "Następujące aplikacje zostaną zaktualizowane:",
+ "For more details see the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Więcej informacji można znaleźć w <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentacji</a>."
},
"nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);");
diff --git a/core/l10n/pl.json b/core/l10n/pl.json
index 062c8ff9f16..cdcff813103 100644
--- a/core/l10n/pl.json
+++ b/core/l10n/pl.json
@@ -3,16 +3,25 @@
"File is too big" : "Plik jest za duży",
"The selected file is not an image." : "Wybrany plik nie jest obrazem.",
"The selected file cannot be read." : "Wybrany plik nie może być odczytany.",
- "Invalid file provided" : "Wskazano niepoprawny plik",
+ "The file was uploaded" : "Plik został wysłany",
+ "The uploaded file exceeds the upload_max_filesize directive in php.ini" : "Wysłany plik przekracza wartość upload_max_filesize zdefiniowaną w php.ini",
+ "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Wysłany plik przekracza wartość MAX_FILE_SIZE określoną w formularzu HTML",
+ "The file was only partially uploaded" : "Plik został wysłany tylko częściowo",
+ "No file was uploaded" : "Nie wysłano żadnego pliku",
+ "Missing a temporary folder" : "Brak katalogu tymczasowego",
+ "Could not write file to disk" : "Nie można zapisać pliku na dysku",
+ "A PHP extension stopped the file upload" : "Rozszerzenie PHP zatrzymało wysyłanie pliku",
+ "Invalid file provided" : "Wskazano nieprawidłowy plik",
"No image or file provided" : "Brak obrazu lub pliku",
"Unknown filetype" : "Nieznany typ pliku",
"Invalid image" : "Nieprawidłowy obraz",
"An error occurred. Please contact your admin." : "Wystąpił błąd. Skontaktuj się z administratorem.",
"No temporary profile picture available, try again" : "Brak tymczasowego zdjęcia profilowego, spróbuj ponownie",
"No crop data provided" : "Brak danych do przycięcia",
- "No valid crop data provided" : "Brak poprawnych danych do przycięcia",
+ "No valid crop data provided" : "Brak prawidłowych danych do przycięcia",
"Crop is not square" : "Przycięcie nie jest kwadratowe",
"State token does not match" : "Token nie pasuje",
+ "Invalid app password" : "Nieprawidłowe hasło do aplikacji",
"Could not complete login" : "Nie można dokończyć logowania",
"Your login token is invalid or has expired" : "Token logowania jest nieprawidłowy lub wygasł",
"Password reset is disabled" : "Resetowanie hasła jest wyłączone",
@@ -24,91 +33,87 @@
"Click the following link to reset your password. If you have not requested the password reset, then ignore this email." : "Kliknij poniższy link, aby zresetować hasło. Jeśli nie zażądałeś zresetowania hasła, zignoruj tego e-maila.",
"Reset your password" : "Zresetuj hasło",
"Nextcloud Server" : "Serwer Nextcloud",
- "Some of your link shares have been removed" : "Niektóre współdzielenia w linkach zostały usunięte",
- "Due to a security bug we had to remove some of your link shares. Please see the link for more information." : "Ze względu na błąd bezpieczeństwa musieliśmy usunąć część Twoich udostępnień przez link. Zobacz link, aby uzyskać więcej informacji.",
+ "Some of your link shares have been removed" : "Niektóre udostępnienia linków zostały usunięte",
+ "Due to a security bug we had to remove some of your link shares. Please see the link for more information." : "Ze względu na błąd bezpieczeństwa musieliśmy usunąć część Twoich udostępnień linków. Zobacz link, aby uzyskać więcej informacji.",
+ "The user limit of this instance is reached." : "Osiągnięto limit użytkowników dla tej instancji.",
+ "Enter your subscription key to increase the user limit. For more information about Nextcloud Enterprise see our website." : "Wprowadź klucz subskrypcji, aby zwiększyć limit użytkowników. Więcej informacji o Nextcloud dla firm można znaleźć na naszej stronie internetowej.",
"Preparing update" : "Przygotowywanie aktualizacji",
"[%d / %d]: %s" : "[%d/%d]: %s",
"Repair step:" : "Krok naprawy:",
"Repair info:" : "Informacja o naprawie: ",
"Repair warning:" : "Ostrzeżenie naprawy:",
"Repair error:" : "Błąd naprawy: ",
- "Please use the command line updater because automatic updating is disabled in the config.php." : "Użyj aktualizacji za pomocą wiersza poleceń, ponieważ automatyczna aktualizacja jest wyłączona w pliku config.php.",
+ "Please use the command line updater because automatic updating is disabled in the config.php." : "Użyj wiersza poleceń do aktualizacji, ponieważ automatyczna aktualizacja jest wyłączona w pliku config.php.",
"[%d / %d]: Checking table %s" : "[%d/%d]: Sprawdzanie tabeli %s",
- "Turned on maintenance mode" : "Włączony tryb konserwacji",
- "Turned off maintenance mode" : "Wyłączony tryb konserwacji",
- "Maintenance mode is kept active" : "Tryb konserwacji jest aktywny",
+ "Turned on maintenance mode" : "Włączono tryb konserwacji",
+ "Turned off maintenance mode" : "Wyłączono tryb konserwacji",
+ "Maintenance mode is kept active" : "Tryb konserwacji pozostał aktywny",
"Updating database schema" : "Aktualizacja struktury bazy danych",
- "Updated database" : "Zaktualizowana baza danych",
- "Checking whether the database schema can be updated (this can take a long time depending on the database size)" : "Sprawdzanie, czy można zaktualizować strukturę bazy danych (może to zająć dużo czasu w zależności od rozmiaru bazy danych)",
- "Checked database schema update" : "Sprawdzono aktualizację struktury bazy danych",
- "Checking updates of apps" : "Sprawdzanie aktualizacji aplikacji",
- "Checking for update of app \"%s\" in appstore" : "Sprawdzanie aktualizacji dla aplikacji \"%s\" w sklepie z aplikacjami",
- "Update app \"%s\" from appstore" : "Zaktualizuj aplikację \"%s\" ze sklepu z aplikacjami",
- "Checked for update of app \"%s\" in appstore" : "Sprawdzono aktualizację dla aplikacji \"%s\" w sklepie z aplikacjami",
+ "Updated database" : "Zaktualizowano bazę danych",
+ "Checking for update of app \"%s\" in App Store" : "Sprawdzanie aktualizacji dla aplikacji \"%s\" w sklepie z aplikacjami",
+ "Update app \"%s\" from App Store" : "Aktualizacja aplikacji \"%s\" ze sklepu z aplikacjami",
+ "Checked for update of app \"%s\" in App Store" : "Sprawdzono aktualizacje dla aplikacji \"%s\" w sklepie z aplikacjami",
"Checking whether the database schema for %s can be updated (this can take a long time depending on the database size)" : "Sprawdzanie, czy można zaktualizować strukturę bazy danych dla %s (może to zająć dużo czasu w zależności od rozmiaru bazy danych)",
- "Checked database schema update for apps" : "Sprawdzono aktualizację struktury bazy danych dla aplikacji",
"Updated \"%1$s\" to %2$s" : "Aktualizacja \"%1$s\" do %2$s",
- "Set log level to debug" : "Ustaw poziom logowania na debug",
- "Reset log level" : "Zresetuj poziom logowania",
+ "Set log level to debug" : "Ustawienie poziomu dziennika do debugowania",
+ "Reset log level" : "Zresetowanie poziomu dziennika",
"Starting code integrity check" : "Rozpoczęcie sprawdzania integralności kodu",
"Finished code integrity check" : "Zakończono sprawdzanie integralności kodu",
"%s (incompatible)" : "%s (niekompatybilny)",
- "Following apps have been disabled: %s" : "Następujące aplikacje zostały wyłączone: %s",
+ "The following apps have been disabled: %s" : "Następujące aplikacje zostały wyłączone: %s",
"Already up to date" : "Już zaktualizowano",
"Your web server is not yet properly set up to allow file synchronization, because the WebDAV interface seems to be broken." : "Serwer WWW nie jest jeszcze na tyle poprawnie skonfigurowany, aby umożliwić synchronizację plików, ponieważ interfejs WebDAV może być uszkodzony.",
- "Your web server is not properly set up to resolve \"{url}\". Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Serwer WWW nie został poprawnie skonfigurowany do rozwiązania problemu z \"{url}\". Więcej informacji można znaleźć w <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentacji</a>.",
- "Your web server is not properly set up to resolve \"{url}\". This is most likely related to a web server configuration that was not updated to deliver this folder directly. Please compare your configuration against the shipped rewrite rules in \".htaccess\" for Apache or the provided one in the documentation for Nginx at it's <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation page</a>. On Nginx those are typically the lines starting with \"location ~\" that need an update." : "Serwer WWW nie został poprawnie skonfigurowany do rozwiązania problemu z \"{url}\". Jest to najprawdopodobniej związane z konfiguracją serwera, który nie został zaktualizowany do bezpośredniego dostępu tego katalogu. Proszę porównać swoją konfigurację z dostarczonymi regułami przepisywania w \".htaccess\" dla Apache lub podanymi w dokumentacji dla Nginx na <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">stronie dokumentacji</a>. W Nginx są to zazwyczaj linie zaczynające się od \"location ~\", które wymagają aktualizacji.",
- "Your web server is not properly set up to deliver .woff2 files. This is typically an issue with the Nginx configuration. For Nextcloud 15 it needs an adjustement to also deliver .woff2 files. Compare your Nginx configuration to the recommended configuration in our <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Serwer WWW nie został poprawnie skonfigurowany do dostarczania plików .woff2. Zazwyczaj jest to problem z konfiguracją Nginx. Dla Nextcloud 15 wymagane jest dostosowanie jej, aby dostarczać pliki .woff2. Porównaj swoją konfigurację Nginx z zalecaną konfiguracją w naszej <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentacji</a>.",
+ "Your web server is not properly set up to resolve \"{url}\". Further information can be found in the {linkstart}documentation ↗{linkend}." : "Serwer WWW nie jest prawidłowo skonfigurowany do rozwiązania problemu z \"{url}\". Więcej informacji można znaleźć w {linkstart}dokumentacji ↗{linkend}.",
+ "Your web server is not properly set up to resolve \"{url}\". This is most likely related to a web server configuration that was not updated to deliver this folder directly. Please compare your configuration against the shipped rewrite rules in \".htaccess\" for Apache or the provided one in the documentation for Nginx at it's {linkstart}documentation page ↗{linkend}. On Nginx those are typically the lines starting with \"location ~\" that need an update." : "Serwer WWW nie został poprawnie skonfigurowany do rozwiązania problemu z \"{url}\". Jest to najprawdopodobniej związane z konfiguracją serwera, który nie został zaktualizowany do bezpośredniego dostępu tego katalogu. Proszę porównać swoją konfigurację z dostarczonymi regułami przepisywania w \".htaccess\" dla Apache lub podanymi w dokumentacji dla Nginx na {linkstart}stronie dokumentacji ↗{linkend}. W Nginx są to zazwyczaj linie zaczynające się od \"location ~\", które wymagają aktualizacji.",
+ "Your web server is not properly set up to deliver .woff2 files. This is typically an issue with the Nginx configuration. For Nextcloud 15 it needs an adjustement to also deliver .woff2 files. Compare your Nginx configuration to the recommended configuration in our {linkstart}documentation ↗{linkend}." : "Serwer WWW nie został poprawnie skonfigurowany do dostarczania plików .woff2. Zazwyczaj jest to problem z konfiguracją Nginx. Dla Nextcloud 15 wymagane jest dostosowanie jej, aby dostarczać pliki .woff2. Porównaj swoją konfigurację Nginx z zalecaną konfiguracją w naszej {linkstart}dokumentacji ↗{linkend}.",
"PHP does not seem to be setup properly to query system environment variables. The test with getenv(\"PATH\") only returns an empty response." : "Wygląda na to, że PHP nie jest poprawnie skonfigurowany do wysyłania zapytań o zmienne środowiskowe systemu. Test gentenv(\"PATH\") zwraca tylko pustą wartość.",
- "Please check the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">installation documentation ↗</a> for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "Sprawdź <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentację instalacji ↗</a> w celu uzyskania informacji o konfiguracji PHP dla Twojego serwera, szczególnie przy użyciu php-fpm.",
+ "Please check the {linkstart}installation documentation ↗{linkend} for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "Sprawdź {linkstart}dokumentację instalacji ↗{linkend}, aby znaleźć uwagi dotyczące konfiguracji PHP i konfiguracji PHP serwera, zwłaszcza jeśli używasz php-fpm.",
"The read-only config has been enabled. This prevents setting some configurations via the web-interface. Furthermore, the file needs to be made writable manually for every update." : "Włączono konfigurację tylko do odczytu. Zapobiega to ustawianiu niektórych konfiguracji przez interfejs internetowy. Ponadto plik musi być zapisany ręcznie przy każdej aktualizacji.",
"Your database does not run with \"READ COMMITTED\" transaction isolation level. This can cause problems when multiple actions are executed in parallel." : "Baza danych nie działa z poziomem izolacji transakcji \"READ COMMITTED\". Może to powodować problemy, gdy wiele akcji jest wykonywanych równolegle.",
"The PHP module \"fileinfo\" is missing. It is strongly recommended to enable this module to get the best results with MIME type detection." : "Brak modułu PHP 'fileinfo'. Zdecydowanie zaleca się, aby ten moduł mógł uzyskać najlepsze wyniki przy wykrywaniu typu MIME.",
- "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems. See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation ↗</a> for more information." : "Transakcyjne blokowanie plików jest wyłączone, co może prowadzić do problemów z prędkością działania. Włącz \"filelocking.enabled\" w config.php, aby uniknąć tych problemów. Więcej informacji można znaleźć w <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentacji ↗</a>.",
+ "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems. See the {linkstart}documentation ↗{linkend} for more information." : "Transakcyjne blokowanie plików jest wyłączone, co może powodować problemy w działaniu. Włącz \"filelocking.enabled\" w config.php, aby rozwiązać je. Więcej informacji znajdziesz w {linkstart}dokumentacji ↗{linkend}.",
"If your installation is not installed at the root of the domain and uses system cron, there can be issues with the URL generation. To avoid these problems, please set the \"overwrite.cli.url\" option in your config.php file to the webroot path of your installation (suggestion: \"{suggestedOverwriteCliURL}\")" : "Jeśli instalacja nie jest zainstalowana w katalogu głównym domeny i używa systemu Cron, mogą wystąpić problemy z generowaniem adresu URL. Aby uniknąć tych problemów, ustaw opcję \"overwrite.cli.url\" w pliku config.php na ścieżkę do katalogu głównego instalacji (sugestia: \"{suggestedOverwriteCliURL}\").",
+ "Your installation has no default phone region set. This is required to validate phone numbers in the profile settings without a country code. To allow numbers without a country code, please add \"default_phone_region\" with the respective {linkstart}ISO 3166-1 code ↗{linkend} of the region to your config file." : "Twoja instalacja nie ma ustawionego domyślnego regionu telefonu. Jest to wymagane do weryfikacji numerów telefonów w ustawieniach profilu bez kodu kraju. Aby zezwolić na numery bez kodu kraju, dodaj \"default_phone_region\" z odpowiednim {linkstart}kodem ISO 3166-1 ↗{linkend} regionu do pliku konfiguracyjnego.",
"It was not possible to execute the cron job via CLI. The following technical errors have appeared:" : "Nie można było wykonać zadania cron przez CLI. Pojawiły się następujące błędy techniczne:",
- "Last background job execution ran {relativeTime}. Something seems wrong." : "Ostatnie zadanie wykonane w tle trwało {relativeTime}. Coś jest nie tak.",
- "Check the background job settings" : "Sprawdź ustawienia zadań w tle",
+ "Last background job execution ran {relativeTime}. Something seems wrong. {linkstart}Check the background job settings ↗{linkend}." : "Ostatnie zadanie wykonane w tle trwało {relativeTime}. Coś jest nie tak. {linkstart}Sprawdź ustawienia zadania w tle ↗{linkend}.",
"This server has no working Internet connection: Multiple endpoints could not be reached. This means that some of the features like mounting external storage, notifications about updates or installation of third-party apps will not work. Accessing files remotely and sending of notification emails might not work, either. Establish a connection from this server to the Internet to enjoy all features." : "Serwer nie ma aktywnego połączenia z Internetem. Wiele połączeń nie może być zrealizowanych. Oznacza to, że część funkcji takich jak zewnętrzny magazyn, powiadomienia o aktualizacjach lub instalacja aplikacji firm trzecich nie będą działać. Dostęp zdalny do plików oraz wysyłanie powiadomień e-mailowych również może nie działać. Nawiąż połączenie z tego serwera do Internetu, aby korzystać ze wszystkich funkcji.",
- "No memory cache has been configured. To enhance performance, please configure a memcache, if available. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Nie skonfigurowano pamięci podręcznej. Jeśli jest dostępna, to skonfiguruj pamięć podręczną dla zwiększenia wydajności. Więcej informacji można znaleźć w <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentacji</a>.",
- "No suitable source for randomness found by PHP which is highly discouraged for security reasons. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Nie znaleziono stosownego źródła losowości przez PHP. Jest to bardzo niezalecane w związku z bezpieczeństwem. Więcej informacji znajdziesz w <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentacji</a>.",
- "You are currently running PHP {version}. Upgrade your PHP version to take advantage of <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">performance and security updates provided by the PHP Group</a> as soon as your distribution supports it." : "Aktualnie używasz PHP {version}. Uaktualnij swoją wersję PHP korzystając z <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">aktualizacji wydajności i bezpieczeństwa zapewniane przez grupę PHP</a> tak szybko, jak tylko Twoja dystrybucja zacznie je obsługiwać.",
- "Nextcloud 19 is the last release supporting PHP 7.2. Nextcloud 20 requires at least PHP 7.3." : "Nextcloud 19 to ostatnie wydanie obsługujące PHP 7.2. Nextcloud 20 wymaga co najmniej PHP 7.3.",
- "The reverse proxy header configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If not, this is a security issue and can allow an attacker to spoof their IP address as visible to the Nextcloud. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Konfiguracja nagłówka reverse proxy jest niepoprawna lub uzyskujesz dostęp do Nextcloud z zaufanego serwera proxy. Jeśli tak nie jest, to jest to problem bezpieczeństwa i może pozwolić atakującemu na sfałszowanie adresu IP jako widocznego dla Nextcloud. Więcej informacji można znaleźć w <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentacji</a>.",
- "Memcached is configured as distributed cache, but the wrong PHP module \"memcache\" is installed. \\OC\\Memcache\\Memcached only supports \"memcached\" and not \"memcache\". See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">memcached wiki about both modules</a>." : "\"Memcached\" jest skonfigurowany jako rozproszona pamięć podręczna, ale zainstalowany jest niewłaściwy moduł PHP \"memcache\". \\OC\\Memcache\\Memcached obsługuje tylko \"memcached\", a nie \"memcache\". Zobacz <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">wiki memcached na temat obu modułów</a>.",
- "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">List of invalid files…</a> / <a href=\"{rescanEndpoint}\">Rescan…</a>)" : "Niektóre pliki nie przeszły sprawdzenia integralności. Więcej informacji na temat rozwiązania tego problemu można znaleźć w <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentacji</a> (<a href=\"{codeIntegrityDownloadEndpoint}\">Lista nieprawidłowych plików…</a>/<a href=\"{rescanEndpoint}\">Skanuj ponownie…</a>).",
- "The PHP OPcache module is not loaded. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance it is recommended</a> to load it into your PHP installation." : "Moduł PHP OPcache nie jest załadowany. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Dla lepszej wydajności zaleca się</a> załadowanie go w instalacji PHP.",
- "The PHP OPcache is not properly configured. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance it is recommended</a> to use the following settings in the <code>php.ini</code>:" : "PHP OPcache nie jest poprawnie skonfigurowany. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Dla lepszej wydajności zaleca się</a> użycie następujących ustawień w <code>php.ini</code>:",
+ "No memory cache has been configured. To enhance performance, please configure a memcache, if available. Further information can be found in the {linkstart}documentation ↗{linkend}." : "Nie skonfigurowano pamięci podręcznej. Aby zwiększyć wydajność, skonfiguruj memcache, jeśli jest dostępne. Więcej informacji można znaleźć w {linkstart}dokumentacji ↗{linkend}.",
+ "No suitable source for randomness found by PHP which is highly discouraged for security reasons. Further information can be found in the {linkstart}documentation ↗{linkend}." : "Nie znaleziono odpowiedniego źródła przypadkowości przez PHP. Jest to bardzo niezalecane w związku z bezpieczeństwem. Więcej informacji można znaleźć w {linkstart}dokumentacji ↗{linkend}.",
+ "You are currently running PHP {version}. Upgrade your PHP version to take advantage of {linkstart}performance and security updates provided by the PHP Group ↗{linkend} as soon as your distribution supports it." : "Aktualnie używasz PHP {version}. Zaktualizuj swoją wersję PHP korzystając z {linkstart}aktualizacji wydajności i bezpieczeństwa zapewniane przez grupę PHP ↗{linkend}, gdy tylko dystrybucja zacznie je obsługiwać.",
+ "Nextcloud 20 is the last release supporting PHP 7.2. Nextcloud 21 requires at least PHP 7.3." : "Nextcloud 20 to ostatnie wydanie obsługujące PHP 7.2. Nextcloud 21 wymaga co najmniej PHP 7.3.",
+ "The reverse proxy header configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If not, this is a security issue and can allow an attacker to spoof their IP address as visible to the Nextcloud. Further information can be found in the {linkstart}documentation ↗{linkend}." : "Konfiguracja nagłówka reverse proxy jest niepoprawna lub uzyskujesz dostęp do Nextcloud z zaufanego serwera proxy. Jeśli tak nie jest, to jest to problem bezpieczeństwa i może pozwolić atakującemu na sfałszowanie adresu IP jako widocznego dla Nextcloud. Więcej informacji można znaleźć w {linkstart}dokumentacji ↗{linkend}.",
+ "Memcached is configured as distributed cache, but the wrong PHP module \"memcache\" is installed. \\OC\\Memcache\\Memcached only supports \"memcached\" and not \"memcache\". See the {linkstart}memcached wiki about both modules ↗{linkend}." : "Memcached jest skonfigurowany jako rozproszona pamięć podręczna, ale moduł PHP \"memcache\" jest zainstalowany niewłaściwy. \\OC\\Memcache\\Memcached obsługuje tylko \"memcached\", a nie \"memcache\". Zobacz {linkstart}memcached wiki o obu modułach ↗{linkend}.",
+ "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in the {linkstart1}documentation ↗{linkend}. ({linkstart2}List of invalid files…{linkend} / {linkstart3}Rescan…{linkend})" : "Niektóre pliki nie przeszły sprawdzenia integralności. Więcej informacji na temat rozwiązania tego problemu można znaleźć w {linkstart1}dokumentacji ↗{linkend}. ({linkstart2}Lista niepoprawnych plików…{linkend}/{linkstart3}Skanuj ponownie…{linkend})",
+ "The PHP OPcache module is not loaded. {linkstart}For better performance it is recommended ↗{linkend} to load it into your PHP installation." : "Moduł PHP OPcache nie jest załadowany. {linkstart}Dla lepszej wydajności zaleca się ↗{linkend} załadowanie go w instalacji PHP.",
+ "The PHP OPcache module is not properly configured. {linkstart}For better performance it is recommended ↗{linkend} to use the following settings in the <code>php.ini</code>:" : "Moduł PHP OPcache nie jest poprawnie skonfigurowany. {linkstart}Dla lepszej wydajności zaleca się ↗{linkend} użycie następujących ustawień w <code>php.ini</code>:",
"The PHP function \"set_time_limit\" is not available. This could result in scripts being halted mid-execution, breaking your installation. Enabling this function is strongly recommended." : "Funkcja PHP \"set_time_limit\" nie jest dostępna. Może to spowodować zatrzymanie skryptów w trakcie wykonywania, przerywając instalację. Zdecydowanie zaleca się włączenie tej funkcji.",
"Your PHP does not have FreeType support, resulting in breakage of profile pictures and the settings interface." : "Twoje PHP nie posiada wsparcia dla FreeType, co powoduje problemy ze zdjęciami profilowymi i interfejsem ustawień.",
"Missing index \"{indexName}\" in table \"{tableName}\"." : "Brak indeksu \"{indexName}\" w tabeli \"{tableName}\".",
- "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "W bazie danych brakuje niektórych indeksów. Ze względu na fakt, że dodawanie indeksów do dużych tabel może zająć trochę czasu, nie zostały one dodane automatycznie. Brakujące indeksy można dodać ręcznie w trakcie pracy instancji uruchamiając 'occ db:add-missing-indices'. Po dopisaniu indeksów zapytania do tabel będą one znacznie szybsze.",
+ "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "W bazie danych brakuje niektórych indeksów. Ze względu na fakt, że dodanie indeksów do dużych tabel może zająć trochę czasu, dlatego nie zostały one dodane automatycznie. Brakujące indeksy można dodać ręcznie w trakcie pracy instancji uruchamiając \"occ db:add-missing-indices\". Po dopisaniu indeksów zapytania do tabel będą one znacznie szybsze.",
+ "Missing primary key on table \"{tableName}\"." : "Brak klucza podstawowego w tabeli \"{tableName}\".",
+ "The database is missing some primary keys. Due to the fact that adding primary keys on big tables could take some time they were not added automatically. By running \"occ db:add-missing-primary-keys\" those missing primary keys could be added manually while the instance keeps running." : "W bazie danych brakuje niektórych kluczy podstawowych. Ze względu na fakt, że dodanie kluczy głównych może zająć trochę czasu, dlatego nie zostały one dodane automatycznie. Brakujące klucze podstawowe można dodać ręcznie, w trakcie pracy instancji uruchamiając \"occ db:add-missing-primary-keys\".",
+ "Missing optional column \"{columnName}\" in table \"{tableName}\"." : "Brak opcjonalnej kolumny \"{columnName}\" w tabeli \"{tableName}\".",
+ "The database is missing some optional columns. Due to the fact that adding columns on big tables could take some time they were not added automatically when they can be optional. By running \"occ db:add-missing-columns\" those missing columns could be added manually while the instance keeps running. Once the columns are added some features might improve responsiveness or usability." : "W bazie danych brakuje niektórych opcjonalnych kolumn. Ze względu na fakt, że dodawanie kolumn do dużych tabel może zająć trochę czasu oraz mogą one być opcjonalne, nie zostały dodane automatycznie. Brakujące kolumny można dodać ręcznie w trakcie pracy instancji uruchamiając \"occ db:add-missing-columns\". Po dodaniu kolumn niektóre funkcje mogą poprawić czas reakcji lub użyteczność.",
"This instance is missing some recommended PHP modules. For improved performance and better compatibility it is highly recommended to install them." : "W tej instancji brakuje niektórych zalecanych modułów PHP. W celu zwiększenia wydajności i lepszej kompatybilności zaleca się ich instalację.",
- "Some columns in the database are missing a conversion to big int. Due to the fact that changing column types on big tables could take some time they were not changed automatically. By running 'occ db:convert-filecache-bigint' those pending changes could be applied manually. This operation needs to be made while the instance is offline. For further details read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "Niektóre kolumny w bazie danych nie zawierają konwersji do big integers. Ze względu na to, że zmiana typów kolumn w dużych tabelach może zająć dużo czasu, nie zostały one zmienione automatycznie. Wykonasz konwersję samodzielnie uruchamiając 'occ db:convert-filecache-bigint'. Ta operacja musi zostać wykonana, gdy instancja jest w trybie offline. Więcej informacji na ten temat przeczytasz na <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">stronie dokumentacji</a>.",
+ "Module php-imagick in this instance has no SVG support. For better compatibility it is recommended to install it." : "Moduł php-imagick w tej instancji nie obsługuje formatu SVG. Aby uzyskać lepszą kompatybilność, zaleca się jego zainstalowanie.",
+ "Some columns in the database are missing a conversion to big int. Due to the fact that changing column types on big tables could take some time they were not changed automatically. By running 'occ db:convert-filecache-bigint' those pending changes could be applied manually. This operation needs to be made while the instance is offline. For further details read {linkstart}the documentation page about this ↗{linkend}." : "Niektóre kolumny w bazie danych nie zawierają konwersji do big integers. Ze względu na to, że zmiana typów kolumn w dużych tabelach może zająć dużo czasu, nie zostały one zmienione automatycznie. Oczekujące zmiany można wykonać ręcznie, uruchamiając 'occ db:convert-filecache-bigint'. Ta operacja musi zostać wykonana, gdy instancja jest w trybie offline. Więcej informacji na ten temat przeczytasz na {linkstart}stronie dokumentacji ↗{linkend}.",
"SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend." : "SQLite jest aktualnie używany jako baza danych. Dla większych instalacji zalecamy przełączenie na inną bazę danych.",
"This is particularly recommended when using the desktop client for file synchronisation." : "Jest to szczególnie zalecane podczas używania klienta desktopowego do synchronizacji plików.",
- "To migrate to another database use the command line tool: 'occ db:convert-type', or see the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation ↗</a>." : "Aby przeprowadzić migrację do innej bazy danych, użyj narzędzia wiersza poleceń: 'occ db:convert-type' lub zapoznaj się z <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentacją ↗</a>.",
- "Use of the the built in php mailer is no longer supported. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Please update your email server settings ↗<a/>." : "Poczta elektroniczna wbudowana w php nie jest już wspierana. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Zaktualizuj ustawienia serwera e-mail ↗<a/>.",
+ "To migrate to another database use the command line tool: 'occ db:convert-type', or see the {linkstart}documentation ↗{linkend}." : "Aby przeprowadzić migrację do innej bazy danych, użyj narzędzia wiersza poleceń: 'occ db:convert-type' lub zapoznaj się z {linkstart}dokumentacją ↗{linkend}.",
"The PHP memory limit is below the recommended value of 512MB." : "Limit pamięci PHP jest poniżej zalecanej wartości 512MB.",
"Some app directories are owned by a different user than the web server one. This may be the case if apps have been installed manually. Check the permissions of the following app directories:" : "Niektóre katalogi aplikacji są własnością innego użytkownika tego serwera WWW. Może to wystąpić, gdy aplikacje zostały zainstalowane ręcznie. Sprawdź uprawnienia poniższych katalogów:",
- "MySQL is used as database but does not support 4-byte characters. To be able to handle 4-byte characters (like emojis) without issues in filenames or comments for example it is recommended to enable the 4-byte support in MySQL. For further details read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "MySQL jest używany jako baza danych, ale nie obsługuje znaków 4-bajtowych. Aby korzystać ze znaków 4-bajtowych w nazwach plików lub komentarzach (np. Emoji), zaleca się włączenie tej obsługi w MySQL. Więcej informacji na ten temat przeczytasz na <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">stronie dokumentacji</a>.",
+ "MySQL is used as database but does not support 4-byte characters. To be able to handle 4-byte characters (like emojis) without issues in filenames or comments for example it is recommended to enable the 4-byte support in MySQL. For further details read {linkstart}the documentation page about this ↗{linkend}." : "MySQL jest używany jako baza danych, ale nie obsługuje znaków 4-bajtowych. Aby korzystać ze znaków 4-bajtowych w nazwach plików lub komentarzach (np. Emoji), zaleca się włączenie tej obsługi w MySQL. Więcej informacji na ten temat przeczytasz na {linkstart}stronie dokumentacji ↗{linkend}.",
"This instance uses an S3 based object store as primary storage. The uploaded files are stored temporarily on the server and thus it is recommended to have 50 GB of free space available in the temp directory of PHP. Check the logs for full details about the path and the available space. To improve this please change the temporary directory in the php.ini or make more space available in that path." : "Ta aplikacja używa magazynu obiektów opartych na S3, jako magazynu podstawowego. Przesyłane pliki są tymczasowo przechowywane na serwerze, dlatego zalecane jest posiadanie 50 GB wolnego miejsca w katalogu tymczasowym PHP. Sprawdź logi, aby uzyskać pełne informacje o ścieżce i dostępnym miejscu. Aby to umożliwić, należy zmienić katalog tymczasowy w pliku php.ini lub udostępnić więcej miejsca dla tej ścieżki.",
- "You are accessing your instance over a secure connection, however your instance is generating insecure URLs. This most likely means that you are behind a reverse proxy and the overwrite config variables are not set correctly. Please read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "Dostęp do instancji odbywa się za pośrednictwem bezpiecznego połączenia, natomiast instancja generuje niezabezpieczone adresy URL. Najprawdopodobniej oznacza to, że jesteś za odwrotnym proxy, a zmienne konfiguracyjne zastępowania nie są ustawione poprawnie. Przeczytaj o tym na <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">stronie dokumentacji</a>.",
+ "You are accessing your instance over a secure connection, however your instance is generating insecure URLs. This most likely means that you are behind a reverse proxy and the overwrite config variables are not set correctly. Please read {linkstart}the documentation page about this ↗{linkend}." : "Dostęp do instancji odbywa się za pośrednictwem bezpiecznego połączenia, natomiast instancja generuje niezabezpieczone adresy URL. Najprawdopodobniej oznacza to, że jesteś za odwrotnym proxy, a zastępowanie zmiennych konfiguracji nie jest ustawione poprawnie. Przeczytaj o tym na {linkstart}stronie dokumentacji ↗{linkend}.",
"Error occurred while checking server setup" : "Wystąpił błąd podczas sprawdzania konfiguracji serwera",
+ "For more details see the {linkstart}documentation ↗{linkend}." : "Więcej informacji można znaleźć w {linkstart}dokumentacji ↗{linkend}.",
"Your data directory and files are probably accessible from the Internet. The .htaccess file is not working. It is strongly recommended that you configure your web server so that the data directory is no longer accessible, or move the data directory outside the web server document root." : "Twój katalog danych i pliki są prawdopodobnie dostępne przez Internet. Plik .htaccess nie działa. Zdecydowanie zaleca się skonfigurowanie serwera WWW w taki sposób, aby katalog danych nie był już dostępny, albo przenieś katalog danych poza główny katalog serwera WWW.",
"The \"{header}\" HTTP header is not set to \"{expected}\". This is a potential security or privacy risk, as it is recommended to adjust this setting accordingly." : "Nagłówek HTTP \"{header}\" nie jest ustawiony na \"{expected}\". Jest to potencjalne zagrożenie dla bezpieczeństwa lub prywatności. Dlatego zaleca się odpowiednie dostosowanie tego ustawienia.",
"The \"{header}\" HTTP header is not set to \"{expected}\". Some features might not work correctly, as it is recommended to adjust this setting accordingly." : "Nagłówek HTTP \"{header}\" nie jest ustawiony na \"{expected}\". Niektóre funkcje mogą nie działać poprawnie. Dlatego zaleca się odpowiednie dostosowanie tego ustawienia.",
"The \"{header}\" HTTP header doesn't contain \"{expected}\". This is a potential security or privacy risk, as it is recommended to adjust this setting accordingly." : "Nagłówek HTTP \"{header}\" nie zawiera \"{expected}\". Jest to potencjalne zagrożenie dla bezpieczeństwa lub prywatności. Dlatego zaleca się odpowiednie dostosowanie tego ustawienia.",
- "The \"{header}\" HTTP header is not set to \"{val1}\", \"{val2}\", \"{val3}\", \"{val4}\" or \"{val5}\". This can leak referer information. See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{link}\">W3C Recommendation ↗</a>." : "Nagłówek HTTP \"{header}\" nie jest ustawiony na \"{val1}\", \"{val2}\", \"{val3}\", \"{val4}\" lub \"{val5}\". Może to spowodować wyciek informacji. Zobacz <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{link}\">W3C Recommendation ↗</a>.",
- "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the <a href=\"{docUrl}\" rel=\"noreferrer noopener\">security tips ↗</a>." : "Nagłówek HTTP \"Strict-Transport-Security\" nie jest ustawiony na co najmniej \"{seconds}\" sekund. W celu zwiększenia bezpieczeństwa zaleca się włączenie HSTS w sposób opisany w <a href=\"{docUrl}\" rel=\"noreferrer noopener\">poradach bezpieczeństwa ↗</a>.",
- "Accessing site insecurely via HTTP. You are strongly advised to set up your server to require HTTPS instead, as described in the <a href=\"{docUrl}\">security tips ↗</a>." : "Dostęp do tej strony jest za pośrednictwem protokołu HTTP. Zaleca się skonfigurowanie serwera tak, aby wymagał HTTPS, zgodnie z opisem w <a href=\"{docUrl}\">poradach bezpieczeństwa ↗</a>.",
- "Non-existing tag #{tag}" : "Etykieta #{tag} nie istnieje",
- "restricted" : "ograniczony",
- "invisible" : "niewidoczny",
- "Delete" : "Usuń",
- "Rename" : "Zmień nazwę",
- "Collaborative tags" : "Wspólne etykiety",
- "No tags found" : "Nie znaleziono etykiet",
+ "The \"{header}\" HTTP header is not set to \"{val1}\", \"{val2}\", \"{val3}\", \"{val4}\" or \"{val5}\". This can leak referer information. See the {linkstart}W3C Recommendation ↗{linkend}." : "Nagłówek HTTP \"{header}\" nie jest ustawiony na \"{val1}\", \"{val2}\", \"{val3}\", \"{val4}\" lub \"{val5}\". Może to spowodować wyciek informacji o stronie odsyłającej. Zobacz {linkstart}rekomendację W3C ↗{linkend}.",
+ "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the {linkstart}security tips ↗{linkend}." : "Nagłówek HTTP \"Strict-Transport-Security\" nie jest ustawiony na co najmniej \"{seconds}\" sekund. W celu zwiększenia bezpieczeństwa zaleca się włączenie HSTS w sposób opisany w {linkstart}poradach bezpieczeństwa ↗{linkend}.",
+ "Accessing site insecurely via HTTP. You are strongly advised to set up your server to require HTTPS instead, as described in the {linkstart}security tips ↗{linkend}." : "Dostęp do tej strony jest za pośrednictwem protokołu HTTP. Zaleca się skonfigurowanie serwera tak, aby wymagał HTTPS, zgodnie z opisem w {linkstart}poradach bezpieczeństwa ↗{linkend}.",
"unknown text" : "nieznany tekst",
"Hello world!" : "Witaj świecie!",
"sunny" : "słoneczna",
@@ -120,30 +125,31 @@
"The update is in progress, leaving this page might interrupt the process in some environments." : "Trwa aktualizacja. W niektórych przypadkach, opuszczenie tej strony może przerwać ten proces.",
"Update to {version}" : "Aktualizacja do {version}",
"An error occurred." : "Wystąpił błąd.",
- "Please reload the page." : "Proszę odświeżyć stronę.",
+ "Please reload the page." : "Przeładuj stronę.",
"The update was unsuccessful. For more information <a href=\"{url}\">check our forum post</a> covering this issue." : "Aktualizacja nie powiodła się. Aby uzyskać więcej informacji, <a href=\"{url}\">zapoznaj się z naszym postem na forum</a> dotyczącym tego problemu.",
"The update was unsuccessful. Please report this issue to the <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">Nextcloud community</a>." : "Aktualizacja nie powiodła się. Zgłoś ten problem do <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">społeczności Nextcloud</a>.",
- "Continue to Nextcloud" : "Przejdź do Nextcloud",
- "_The update was successful. Redirecting you to Nextcloud in %n second._::_The update was successful. Redirecting you to Nextcloud in %n seconds._" : ["Aktualizacja przebiegła pomyślnie. Przekieruję Ciebie do Nextcloud w %n sekundę.","Aktualizacja przebiegła pomyślnie. Przekieruję Ciebie do Nextcloud w %n sekundy.","Aktualizacja przebiegła pomyślnie. Przekieruję Ciebie do Nextcloud w %n sekund.","Aktualizacja przebiegła pomyślnie. Przekieruję Ciebie do Nextcloud w %n sekundy."],
- "Searching other places" : "Przeszukaj inne miejsca",
- "No search results in other folders for {tag}{filter}{endtag}" : "Brak wyników wyszukiwania w innych katalogach dla {tag}{filter}{endtag}",
- "_{count} search result in another folder_::_{count} search results in other folders_" : ["{count} wynik wyszukiwania w innych katalogach","{count} wyniki wyszukiwania w innych katalogach","{count} wyników wyszukiwania w innych katalogach","{count} wyników wyszukiwania w innych katalogach"],
+ "Continue to {productName}" : "Przejdź do {productName}",
+ "_The update was successful. Redirecting you to {productName} in %n second._::_The update was successful. Redirecting you to {productName} in %n seconds._" : ["Aktualizacja przebiegła pomyślnie. Przekieruję Ciebie do {productName} za %n sekundę.","Aktualizacja przebiegła pomyślnie. Przekieruję Ciebie do {productName} za %n sekundy.","Aktualizacja przebiegła pomyślnie. Przekieruję Ciebie do {productName} za %n sekund.","Aktualizacja przebiegła pomyślnie. Przekieruję Ciebie do {productName} za %n sekund."],
+ "Log in" : "Zaloguj",
+ "Logging in …" : "Logowanie…",
"Server side authentication failed!" : "Uwierzytelnianie po stronie serwera nie powiodło się!",
"Please contact your administrator." : "Skontaktuj się z administratorem",
"An internal error occurred." : "Wystąpił błąd wewnętrzny.",
"Please try again or contact your administrator." : "Spróbuj ponownie lub skontaktuj się z administratorem.",
"Username or email" : "Nazwa lub adres e-mail",
"Password" : "Hasło",
- "Log in" : "Zaloguj",
- "Logging in …" : "Logowanie…",
+ "Toggle password visibility" : "Przełącz widoczność hasła",
"Wrong username or password." : "Zła nazwa użytkownika lub hasło.",
"User disabled" : "Użytkownik zablokowany",
"We have detected multiple invalid login attempts from your IP. Therefore your next login is throttled up to 30 seconds." : "Wykryliśmy wiele nieudanych prób logowania z Twojego adresu IP. Dlatego następne logowanie będzie możliwe dopiero za 30 sekund.",
+ "Your account is not setup for passwordless login." : "Twoje konto nie jest skonfigurowane do logowania bez hasła.",
+ "Passwordless authentication is not supported in your browser." : "Uwierzytelnianie bez hasła nie jest obsługiwane w przeglądarce.",
+ "Passwordless authentication is only available over a secure connection." : "Uwierzytelnianie bez hasła jest dostępne tylko przez bezpieczne połączenie.",
"Reset password" : "Zresetuj hasło",
- "A password reset message has been sent to the e-mail address of this account. If you do not receive it, check your spam/junk folders or ask your local administrator for help." : "Wiadomość o zresetowaniu hasła została wysłana na adres e-mail tego konta. Jeśli go nie otrzymałeś, sprawdź katalogi spam/kosz lub poproś lokalnego administratora o pomoc.",
+ "A password reset message has been sent to the email address of this account. If you do not receive it, check your spam/junk folders or ask your local administrator for help." : "Wiadomość o zresetowaniu hasła została wysłana na adres e-mail tego konta. Jeśli go nie otrzymałeś, sprawdź katalogi spam/kosz lub poproś lokalnego administratora o pomoc.",
"If it is not there ask your local administrator." : "Jeśli nie ma, skontaktuj się z lokalnym administratorem.",
"Couldn't send reset email. Please contact your administrator." : "Nie mogę wysłać e-maila resetującego hasło. Skontaktuj się z administratorem.",
- "Password can not be changed. Please contact your administrator." : "Hasło nie może zostać zmienione. Skontaktuj się z administratorem.",
+ "Password cannot be changed. Please contact your administrator." : "Hasło nie może zostać zmienione. Skontaktuj się z administratorem.",
"Back to login" : "Powrót do logowania",
"New password" : "Nowe hasło",
"Your files are encrypted. There will be no way to get your data back after your password is reset. If you are not sure what to do, please contact your administrator before you continue. Do you really want to continue?" : "Twoje pliki są szyfrowane. Po zresetowaniu hasła nie będzie możliwości odzyskania danych. Jeśli nie masz pewności, co zrobić, skontaktuj się z administratorem przed kontynuowaniem. Czy na pewno chcesz kontynuować?",
@@ -151,27 +157,39 @@
"Resetting password" : "Resetowanie hasła",
"Recommended apps" : "Polecane aplikacje",
"Loading apps …" : "Ładowanie aplikacji…",
- "Could not fetch list of apps from the app store." : "Nie można pobrać listy aplikacji ze sklepu z aplikacjami.",
+ "Could not fetch list of apps from the App Store." : "Nie można pobrać listy aplikacji ze sklepu z aplikacjami.",
"Installing apps …" : "Instalowanie aplikacji…",
- "Nextcloud {app}" : "Nextcloud {app}",
"App download or installation failed" : "Pobieranie lub instalacja aplikacji nie powiodła się",
- "Can't install this app because it is not compatible" : "Nie można zainstalować tej aplikacji, ponieważ nie jest kompatybilna",
- "Can't install this app" : "Nie można zainstalować tej aplikacji",
+ "Cannot install this app because it is not compatible" : "Nie można zainstalować tej aplikacji, ponieważ nie jest kompatybilna",
+ "Cannot install this app" : "Nie można zainstalować tej aplikacji",
"Cancel" : "Anuluj",
"Schedule work & meetings, synced with all your devices." : "Zaplanuj pracę i spotkania, które będą zsynchronizowane ze wszystkimi urządzeniami.",
"Keep your colleagues and friends in one place without leaking their private info." : "Przechowuj swoich kolegów i przyjaciół w jednym miejscu, nie udostępniając prywatnych informacji.",
"Simple email app nicely integrated with Files, Contacts and Calendar." : "Prosta aplikacja e-mail przyjemnie zintegrowana z plikami, kontaktami i kalendarzem.",
"Chatting, video calls, screensharing, online meetings and web conferencing – in your browser and with mobile apps." : "Czat, rozmowy wideo, udostępnianie ekranu, spotkania i konferencje internetowe - w przeglądarce i aplikacjach mobilnych.",
"Collaboratively edit office documents." : "Wspólnie edytuj dokumenty biurowe.",
- "Local document editing back-end used by the OnlyOffice app." : "Lokalne zaplecze do edycji dokumentów używane przez aplikację OnlyOffice.",
+ "Local document editing back-end used by the Collabora Online app." : "Lokalne zaplecze do edycji dokumentów używane przez aplikację Collabora Online.",
"Forgot password?" : "Zapomniałeś hasła?",
+ "Log in with a device" : "Zaloguj się za pomocą urządzenia",
+ "Back" : "Wróć",
+ "Login form is disabled." : "Formularz logowania jest wyłączony.",
+ "Reset search" : "Zresetuj wyszukiwanie",
+ "Search for {name} only" : "Wyszukaj tylko {name}",
+ "No results for {query}" : "Brak wyników dla {query}",
+ "Start typing to search" : "Zacznij pisać, aby wyszukać",
+ "Loading more results …" : "Wczytuję więcej wyników…",
+ "Load more results" : "Załaduj więcej wyników",
+ "Search" : "Szukaj",
+ "An error occurred while searching for {type}" : "Wystąpił błąd podczas wyszukiwania {type}",
+ "_Please enter {minSearchLength} character or more to search_::_Please enter {minSearchLength} characters or more to search_" : ["Aby wyszukać, wprowadź co najmniej {minSearchLength} znak","Aby wyszukać, wprowadź co najmniej {minSearchLength} znaki","Aby wyszukać, wprowadź co najmniej {minSearchLength} znaków","Aby wyszukać, wprowadź co najmniej {minSearchLength} znaków"],
+ "Search {types} …" : "Wyszukaj {types}…",
"Settings" : "Ustawienia",
"Could not load your contacts" : "Nie można załadować kontaktów",
"Search contacts …" : "Wyszukiwanie kontaktów…",
"No contacts found" : "Nie znaleziono kontaktów",
- "Show all contacts …" : "Pokazywanie wszystkich kontaktów…",
+ "Show all contacts …" : "Pokaż wszystkie kontakty…",
"Install the Contacts app" : "Zainstaluj aplikację \"Kontakty\"",
- "Loading your contacts …" : "Ładowanie kontaktów...",
+ "Loading your contacts …" : "Ładowanie kontaktów…",
"Looking for {term} …" : "Szukam {term}…",
"No" : "Nie",
"Yes" : "Tak",
@@ -193,12 +211,12 @@
"OK" : "OK",
"Error loading message template: {error}" : "Błąd podczas ładowania szablonu wiadomości: {error}",
"read-only" : "tylko odczyt",
- "_{count} file conflict_::_{count} file conflicts_" : ["{count} konflikt pliku","{count} konflikty plików","{count} konfliktów plików","{count} konfliktów plików"],
+ "_{count} file conflict_::_{count} file conflicts_" : ["{count} konflikt pliku","{count} konflikty pliku","{count} konfliktów pliku","{count} konfliktów pliku"],
"One file conflict" : "Konflikt pliku",
"New Files" : "Nowe pliki",
"Already existing files" : "Już istniejące pliki",
"Which files do you want to keep?" : "Które pliki chcesz zachować?",
- "If you select both versions, the copied file will have a number added to its name." : "Jeśli wybierzesz obie wersje, skopiowany plik będzie miał dodany numer w nazwie",
+ "If you select both versions, the copied file will have a number added to its name." : "Jeśli wybierzesz obie wersje, to do nazwy skopiowanego pliku zostanie dodany numer.",
"Continue" : "Kontynuuj",
"(all selected)" : "(wybrano wszystkie)",
"({count} selected)" : "(wybrano {count})",
@@ -206,7 +224,7 @@
"Pending" : "Oczekuje",
"Copy to {folder}" : "Kopiuj do {folder}",
"Move to {folder}" : "Przenieś do {folder}",
- "Saving …" : "Zapisywanie...",
+ "Saving …" : "Zapisywanie…",
"Authentication required" : "Wymagane uwierzytelnienie",
"This action requires you to confirm your password" : "Ta czynność wymaga potwierdzenia hasłem",
"Confirm" : "Potwierdź",
@@ -232,6 +250,13 @@
"Strong password" : "Silne hasło",
"No action available" : "Żadna akcja nie jest dostępna",
"Error fetching contact actions" : "Błąd podczas pobierania akcji dla kontaktu",
+ "Non-existing tag #{tag}" : "Etykieta #{tag} nie istnieje",
+ "restricted" : "ograniczony",
+ "invisible" : "niewidoczny",
+ "Delete" : "Usuń",
+ "Rename" : "Zmień nazwę",
+ "Collaborative tags" : "Wspólne etykiety",
+ "No tags found" : "Nie znaleziono etykiet",
"Personal" : "Osobiste",
"Users" : "Użytkownicy",
"Apps" : "Aplikacje",
@@ -241,7 +266,10 @@
"File not found" : "Nie znaleziono pliku",
"The document could not be found on the server. Maybe the share was deleted or has expired?" : "Dokument nie został odnaleziony na serwerze. Może udostępnienie zostało usunięte lub wygasło?",
"Back to %s" : "Powrót do %s",
+ "Too many requests" : "Zbyt wiele żądań",
+ "There were too many requests from your network. Retry later or contact your administrator if this is an error." : "Zbyt wiele żądań z Twojej sieci. Spróbuj ponownie później lub skontaktuj się z administratorem, jeśli jest to błąd.",
"Error" : "Błąd",
+ "Previous" : "Poprzedni",
"Internal Server Error" : "Błąd wewnętrzny serwera",
"The server was unable to complete your request." : "Serwer nie mógł zakończyć żądania.",
"If this happens again, please send the technical details below to the server administrator." : "Jeśli to się powtórzy, prześlij poniższe szczegóły techniczne do administratora serwera.",
@@ -278,28 +306,27 @@
"SQLite should only be used for minimal and development instances. For production we recommend a different database backend." : "SQLite powinien być używany tylko dla instancji minimalnych i rozwojowych. Dla rozwiniętej zalecamy inne zaplecze bazy danych.",
"If you use clients for file syncing, the use of SQLite is highly discouraged." : "Jeśli używasz klientów do synchronizacji plików, używanie SQLite jest bardzo odradzane.",
"Install recommended apps" : "Zainstaluj zalecane aplikacje",
- "Calendar, Contacts, Talk, Mail & OnlyOffice" : "Kalendarz, Kontakty, Rozmowy, Poczta i Jedne Biuro",
+ "Calendar, Contacts, Talk, Mail & Collaborative editing" : "Kalendarz, Kontakty, Rozmowa, Poczta i wspólna edycja",
"Finish setup" : "Zakończ konfigurację",
- "Finishing …" : "Kończę…",
+ "Finishing …" : "Kończenie…",
"Need help?" : "Potrzebujesz pomocy?",
"See the documentation" : "Zapoznaj się z dokumentacją",
"It looks like you are trying to reinstall your Nextcloud. However the file CAN_INSTALL is missing from your config directory. Please create the file CAN_INSTALL in your config folder to continue." : "Wygląda na to, że próbujesz ponownie zainstalować Nextcloud. Brakuje jednak pliku CAN_INSTALL w katalogu konfiguracyjnym. Aby kontynuować, utwórz plik CAN_INSTALL w katalogu konfiguracyjnym.",
"Could not remove CAN_INSTALL from the config folder. Please remove this file manually." : "Nie można usunąć CAN_INSTALL z katalogu konfiguracyjnego. Usuń ten plik ręcznie.",
- "This application requires JavaScript for correct operation. Please {linkstart}enable JavaScript{linkend} and reload the page." : "Ta aplikacja do poprawnego działania wymaga JavaScript. Proszę {linkstart}włączyć JavaScript{linkend} i odświeżyć stronę.",
+ "This application requires JavaScript for correct operation. Please {linkstart}enable JavaScript{linkend} and reload the page." : "Ta aplikacja do poprawnego działania wymaga JavaScript. {linkstart}Włącz JavaScript{linkend} i załaduj stronę ponownie.",
"Get your own free account" : "Załóż własne bezpłatne konto",
"Skip to main content" : "Przejdź do głównej zawartości",
"Skip to navigation of app" : "Przejdź do nawigacji aplikacji",
"More apps" : "Więcej aplikacji",
"More" : "Więcej",
"More apps menu" : "Więcej menu aplikacji",
- "Search" : "Wyszukaj",
- "Reset search" : "Zresetuj wyszukiwanie",
"Contacts" : "Kontakty",
"Contacts menu" : "Menu kontaktów",
"Settings menu" : "Menu ustawień",
"Confirm your password" : "Potwierdź hasło",
- "Connect to your account" : "Połącz się z kontem",
+ "Connect to your account" : "Połącz z kontem",
"Please log in before granting %1$s access to your %2$s account." : "Zaloguj się przed udzieleniem dostępu %1$s do swojego konta %2$s.",
+ "If you are not trying to set up a new device or app, someone is trying to trick you into granting them access to your data. In this case do not proceed and instead contact your system administrator." : "Jeśli nie konfigurujesz nowego urządzenia lub aplikacji, to wynika z tego, że ktoś próbuje, abyś udzielił dostępu do Twoich danych. W takim przypadku nie kontynuuj, tylko skontaktuj się z administratorem systemu.",
"App token" : "Token aplikacji",
"Grant access" : "Udziel dostępu",
"Alternative log in using app token" : "Alternatywne logowanie przy użyciu tokena aplikacji",
@@ -308,7 +335,7 @@
"Account connected" : "Połączono z kontem",
"Your client should now be connected!" : "Twój klient powinien być teraz podłączony!",
"You can close this window." : "Możesz zamknąć to okno.",
- "This share is password-protected" : "Współdzielenie jest zabezpieczone hasłem",
+ "This share is password-protected" : "Udostępnienie jest zabezpieczone hasłem",
"The password is wrong. Try again." : "Hasło jest nieprawidłowe. Spróbuj ponownie.",
"Two-factor authentication" : "Uwierzytelnianie dwuskładnikowe",
"Enhanced security is enabled for your account. Choose a second factor for authentication:" : "Dodatkowe zabezpieczenia są włączone dla Twojego konta. Wybierz drugą metodę uwierzytelniania:",
@@ -327,15 +354,15 @@
"Further information how to configure this can be found in the %1$sdocumentation%2$s." : "Więcej informacji na temat konfiguracji można znaleźć w %1$sdokumentacji%2$s.",
"App update required" : "Wymagana aktualizacja aplikacji",
"%1$s will be updated to version %2$s" : "%1$s zostanie zaktualizowany do wersji %2$s",
- "These apps will be updated:" : "Te aplikacje zostaną zaktualizowane:",
- "These incompatible apps will be disabled:" : "Te niekompatybilne aplikacje zostaną wyłączone:",
+ "The following apps will be updated:" : "Następujące aplikacje zostaną zaktualizowane:",
+ "These incompatible apps will be disabled:" : "Niekompatybilne aplikacje zostaną wyłączone:",
"The theme %s has been disabled." : "Motyw %s został wyłączony.",
- "Please make sure that the database, the config folder and the data folder have been backed up before proceeding." : "Przed kontynuowaniem upewnij się, że baza danych, katalog konfiguracji i katalog danych zostało zarchiwizowane.",
+ "Please make sure that the database, the config folder and the data folder have been backed up before proceeding." : "Przed kontynuowaniem upewnij się, że utworzono kopię zapasową bazy danych, katalogu konfiguracyjnego i katalogu danych.",
"Start update" : "Rozpocznij aktualizację",
- "To avoid timeouts with larger installations, you can instead run the following command from your installation directory:" : "Aby uniknąć przekroczenia limitu czasu w przypadku większych instalacji, można zamiast tego uruchomić następujące polecenie z katalogu instalacyjnego:",
+ "To avoid timeouts with larger installations, you can instead run the following command from your installation directory:" : "W przypadku większych instalacji, aby uniknąć przekroczenia limitu czasu, możesz zamiast tego instalatora uruchomić następujące polecenie z katalogu instalacyjnego:",
"Detailed logs" : "Szczegółowe logi",
"Update needed" : "Wymagana aktualizacja",
- "Please use the command line updater because you have a big instance with more than 50 users." : "Użyj aktualizatora wiersza poleceń, ponieważ masz dużą instancję, która posiada ponad 50 użytkowników.",
+ "Please use the command line updater because you have a big instance with more than 50 users." : "Użyj wiersza poleceń do aktualizacji, ponieważ masz dużą instancję, która posiada ponad 50 użytkowników.",
"For help, see the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"%s\">documentation</a>." : "Aby uzyskać pomoc, zajrzyj do <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"%s\">dokumentacji</a>.",
"I know that if I continue doing the update via web UI has the risk, that the request runs into a timeout and could cause data loss, but I have a backup and know how to restore my instance in case of a failure." : "Wiem, że jeśli kontynuuję aktualizację za pomocą przeglądarki, istnieje ryzyko że operacja może nie wykonać się w określonym limicie czasu, co może doprowadzić do utraty danych, ale mam kopię zapasową i wiem jak przywrócić w przypadku niepowodzenia.",
"Upgrade via web on my own risk" : "Wykonaj aktualizację poprzez przeglądarkę na własne ryzyko",
@@ -343,95 +370,49 @@
"This %s instance is currently in maintenance mode, which may take a while." : "Ta instancja %s jest obecnie w trybie konserwacji, co może chwilę potrwać.",
"This page will refresh itself when the instance is available again." : "Strona odświeży się, gdy instancja będzie ponownie dostępna.",
"Contact your system administrator if this message persists or appeared unexpectedly." : "Skontaktuj się z administratorem systemu, jeśli ten komunikat będzie się powtarzał lub pojawił się nieoczekiwanie.",
- "Could not send reset email because there is no email address for this username. Please contact your administrator." : "Nie można wysłać e-maila dotyczącego resetowania, ponieważ nie ma adresu e-mail dla tej nazwy użytkownika. Skontaktuj się z administratorem.",
- "Couldn't send reset email. Please make sure your username is correct." : "Nie mogę wysłać e-maila resetującego hasło. Sprawdź czy nazwa użytkownika jest poprawna.",
- "We have send a password reset e-mail to the e-mail address known to us for this account. If you do not receive it within a reasonable amount of time, check your spam/junk folders.<br>If it is not there ask your local administrator." : "Wysłaliśmy wiadomość dotyczącą resetowania hasła na adres e-mail przypisany dla tego konta. Jeśli nie otrzymasz go w rozsądnym czasie, sprawdź katalog ze spamem i kosz.<br>Jeśli nie, skontaktuj się z lokalnym administratorem.",
- "Your files are encrypted. There will be no way to get your data back after your password is reset.<br />If you are not sure what to do, please contact your administrator before you continue. <br />Do you really want to continue?" : "Twoje pliki są szyfrowane. Po zresetowaniu hasła nie będzie możliwości odzyskania danych. <br />Jeśli nie masz pewności, co zrobić, skontaktuj się z administratorem przed kontynuowaniem.<br /> Czy na pewno chcesz kontynuować?",
- "Sending email …" : "Wysyłanie e-maila…",
- "You are currently running PHP 5.6. The current major version of Nextcloud is the last that is supported on PHP 5.6. It is recommended to upgrade the PHP version to 7.0+ to be able to upgrade to Nextcloud 14." : "Aktualnie używasz PHP 5.6. Główna wersja Nextcloud jest ostatnią wersją obsługiwaną w PHP 5.6. Zaleca się uaktualnienie wersji PHP do wersji 7.0+, aby móc uaktualnić do Nextcloud 14.",
- "Accessing site insecurely via HTTP. You are strongly adviced to set up your server to require HTTPS instead, as described in the <a href=\"{docUrl}\">security tips ↗</a>." : "Dostęp do tej strony jest za pośrednictwem protokołu HTTP. Zaleca się skonfigurowanie serwera tak, aby wymagał HTTPS, zgodnie z opisem w <a href=\"{docUrl}\">poradach bezpieczeństwa ↗</a>.",
- "Shared" : "Udostępnianie",
- "Shared with" : "Współdzielone z",
- "Shared by" : "Udostępnione przez",
- "Choose a password for the public link" : "Wybierz hasło dla linku publicznego",
- "Choose a password for the public link or press the \"Enter\" key" : "Wpisz hasło dla publicznego linku lub wciśnij klawisz \"Enter\"",
- "Copied!" : "Skopiowano!",
- "Copy link" : "Kopiuj link",
- "Not supported!" : "Brak wsparcia!",
- "Press ⌘-C to copy." : "Naciśnij ⌘-C, aby skopiować.",
- "Press Ctrl-C to copy." : "Naciśnij Ctrl-C, aby skopiować.",
- "Unable to create a link share" : "Nie można utworzyć linku udostępniania",
- "Unable to toggle this option" : "Nie można zmienić tej opcji",
- "Resharing is not allowed" : "Udostępnianie jest niedozwolone",
- "Link" : "Link",
- "Hide download" : "Ukryj pobieranie",
- "Password protection enforced" : "Ochrona hasłem jest wymuszona",
- "Password protect" : "Zabezpiecz hasłem",
- "Allow editing" : "Pozwól na edycję",
- "Email link to person" : "Wyślij link przez e-mail",
- "Send" : "Wyślij",
- "Allow upload and editing" : "Zezwalaj na wysyłanie i edycję",
- "Read only" : "Tylko do odczytu",
- "File drop (upload only)" : "Upuść plik (tylko przesyłanie)",
- "Expiration date enforced" : "Data wygaśnięcia jest wymuszona",
- "Set expiration date" : "Ustaw datę wygaśnięcia",
- "Expiration" : "Wygaśnięcie",
- "Expiration date" : "Data wygaśnięcia",
- "Note to recipient" : "Notatka dla odbiorcy",
- "Unshare" : "Zatrzymaj udostępnianie",
- "Delete share link" : "Usuń link udostępniania",
- "Add another link" : "Dodaj kolejny link",
- "Password protection for links is mandatory" : "Ochrona hasłem dla linków jest obowiązkowa",
- "Share to {name}" : "Udostępnij dla {name}",
- "Share link" : "Udostępnij link",
- "New share link" : "Nowy link udostępniania",
- "Created on {time}" : "Utworzono {time}",
- "Password protect by Talk" : "Ochronę hasłem zapewnia Talk",
- "Could not unshare" : "Nie udało się usunąć udostępnienia",
- "Shared with you and the group {group} by {owner}" : "Udostępnione Tobie i grupie {group} przez {owner}",
- "Shared with you and {circle} by {owner}" : "Udostępnione Tobie i {circle} przez {owner}",
- "Shared with you and the conversation {conversation} by {owner}" : "Udostępnione w rozmowie {conversation} przez {owner}",
- "Shared with you in a conversation by {owner}" : "Udostępnione w rozmowie z {owner}",
- "Shared with you by {owner}" : "Udostępnione przez {owner}",
- "Choose a password for the mail share" : "Wybierz hasło dla udostępnienia przez e-mail",
- "group" : "grupa",
- "remote" : "zdalny",
- "remote group" : "grupa zdalna",
- "email" : "e-mail",
- "conversation" : "rozmowa",
- "shared by {sharer}" : "udostępnione przez {sharer}",
- "Can reshare" : "Może udostępnić innym",
- "Can edit" : "Może edytować",
- "Can create" : "Może utworzyć",
- "Can change" : "Może zmienić",
- "Can delete" : "Może usunąć",
- "Access control" : "Kontrola dostępu",
- "{shareInitiatorDisplayName} shared via link" : "{shareInitiatorDisplayName} udostępniane poprzez link",
- "Error while sharing" : "Błąd podczas udostępniania",
- "Share details could not be loaded for this item." : "Nie można załadować szczegółów udostępniania dla tego elementu.",
- "Search globally" : "Szukaj globalnie",
- "_At least {count} character is needed for autocompletion_::_At least {count} characters are needed for autocompletion_" : ["Do automatycznego uzupełnienia potrzebny jest co najmniej {count} znak","Do automatycznego uzupełnienia potrzebnych jest co najmniej {count} znaków","Do automatycznego uzupełnienia potrzebnych jest co najmniej {count} znaków","Do automatycznego uzupełnienia potrzebnych jest co najmniej {count} znaków"],
- "This list is maybe truncated - please refine your search term to see more results." : "Ta lista może być obcięta - zawęź wyszukiwanie, aby zobaczyć więcej wyników.",
- "No users or groups found for {search}" : "Nie znaleziono użytkowników ani grup dla {search}",
- "No users found for {search}" : "Nie znaleziono użytkowników dla {search}",
- "An error occurred (\"{message}\"). Please try again" : "Wystąpił błąd (\"{message}\"). Spróbuj ponownie",
- "An error occurred. Please try again" : "Wystąpił błąd. Spróbuj ponownie",
- "Home" : "Dom",
- "Work" : "Praca",
- "Other" : "Inne",
- "{sharee} (remote group)" : "{sharee} (grupa zdalna)",
- "{sharee} ({type}, {owner})" : "{sharee} ({type}, {owner})",
- "Share" : "Udostępnij",
- "Name or email address..." : "Nazwa lub adres e-mail…",
- "Name or federated cloud ID..." : "Nazwa lub ID chmury federacyjnej…",
- "Name, federated cloud ID or email address..." : "Nazwa, ID chmury federacyjnej lub adres e-mail…",
- "Name..." : "Nazwa…",
- "Error removing share" : "Błąd podczas usuwania udostępniania",
- "({scope})" : "({scope})",
- "Saving..." : "Zapisywanie…",
- "Dismiss" : "Anuluj",
- "Your client should now be connected! You can close this window." : "Aplikacja kliencka powinna być już połączona! Można zamknąć to okno.",
- "New Password" : "Nowe hasło",
- "Cancel log in" : "Anuluj logowanie"
+ "Checking whether the database schema can be updated (this can take a long time depending on the database size)" : "Sprawdzanie, czy można zaktualizować strukturę bazy danych (może to zająć dużo czasu w zależności od rozmiaru bazy danych)",
+ "Checked database schema update" : "Sprawdzono aktualizację struktury bazy danych",
+ "Checking updates of apps" : "Sprawdzanie aktualizacji aplikacji",
+ "Checking for update of app \"%s\" in appstore" : "Sprawdzanie aktualizacji dla aplikacji \"%s\" w sklepie z aplikacjami",
+ "Update app \"%s\" from appstore" : "Aktualizacja aplikacji \"%s\" ze sklepu z aplikacjami",
+ "Checked for update of app \"%s\" in appstore" : "Sprawdzono aktualizację dla aplikacji \"%s\" w sklepie z aplikacjami",
+ "Checked database schema update for apps" : "Sprawdzono aktualizację struktury bazy danych dla aplikacji",
+ "Following apps have been disabled: %s" : "Następujące aplikacje zostały wyłączone: %s",
+ "Your web server is not properly set up to resolve \"{url}\". Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Serwer WWW nie został poprawnie skonfigurowany do rozwiązania problemu z \"{url}\". Więcej informacji można znaleźć w <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentacji</a>.",
+ "Your web server is not properly set up to resolve \"{url}\". This is most likely related to a web server configuration that was not updated to deliver this folder directly. Please compare your configuration against the shipped rewrite rules in \".htaccess\" for Apache or the provided one in the documentation for Nginx at it's <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation page</a>. On Nginx those are typically the lines starting with \"location ~\" that need an update." : "Serwer WWW nie został poprawnie skonfigurowany do rozwiązania problemu z \"{url}\". Jest to najprawdopodobniej związane z konfiguracją serwera, który nie został zaktualizowany do bezpośredniego dostępu tego katalogu. Proszę porównać swoją konfigurację z dostarczonymi regułami przepisywania w \".htaccess\" dla Apache lub podanymi w dokumentacji dla Nginx na <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">stronie dokumentacji</a>. W Nginx są to zazwyczaj linie zaczynające się od \"location ~\", które wymagają aktualizacji.",
+ "Your web server is not properly set up to deliver .woff2 files. This is typically an issue with the Nginx configuration. For Nextcloud 15 it needs an adjustement to also deliver .woff2 files. Compare your Nginx configuration to the recommended configuration in our <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Serwer WWW nie został poprawnie skonfigurowany do dostarczania plików .woff2. Zazwyczaj jest to problem z konfiguracją Nginx. Dla Nextcloud 15 wymagane jest dostosowanie jej, aby dostarczać pliki .woff2. Porównaj swoją konfigurację Nginx z zalecaną konfiguracją w naszej <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentacji</a>.",
+ "Please check the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">installation documentation ↗</a> for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "Sprawdź <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentację instalacji ↗</a> w celu uzyskania informacji o konfiguracji PHP dla Twojego serwera, szczególnie przy użyciu php-fpm.",
+ "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems. See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation ↗</a> for more information." : "Transakcyjne blokowanie plików jest wyłączone, co może prowadzić do problemów z prędkością działania. Włącz \"filelocking.enabled\" w config.php, aby uniknąć tych problemów. Więcej informacji można znaleźć w <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentacji ↗</a>.",
+ "Last background job execution ran {relativeTime}. Something seems wrong." : "Ostatnie zadanie wykonane w tle trwało {relativeTime}. Coś jest nie tak.",
+ "Check the background job settings" : "Sprawdź ustawienia zadań w tle",
+ "No memory cache has been configured. To enhance performance, please configure a memcache, if available. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Nie skonfigurowano pamięci podręcznej. Jeśli jest dostępna, to skonfiguruj pamięć podręczną dla zwiększenia wydajności. Więcej informacji można znaleźć w <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentacji</a>.",
+ "No suitable source for randomness found by PHP which is highly discouraged for security reasons. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Nie znaleziono stosownego źródła losowości przez PHP. Jest to bardzo niezalecane w związku z bezpieczeństwem. Więcej informacji znajdziesz w <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentacji</a>.",
+ "You are currently running PHP {version}. Upgrade your PHP version to take advantage of <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">performance and security updates provided by the PHP Group</a> as soon as your distribution supports it." : "Aktualnie używasz PHP {version}. Uaktualnij swoją wersję PHP korzystając z <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">aktualizacji wydajności i bezpieczeństwa zapewniane przez grupę PHP</a> tak szybko, jak tylko Twoja dystrybucja zacznie je obsługiwać.",
+ "The reverse proxy header configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If not, this is a security issue and can allow an attacker to spoof their IP address as visible to the Nextcloud. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Konfiguracja nagłówka reverse proxy jest niepoprawna lub uzyskujesz dostęp do Nextcloud z zaufanego serwera proxy. Jeśli tak nie jest, to jest to problem bezpieczeństwa i może pozwolić atakującemu na sfałszowanie adresu IP jako widocznego dla Nextcloud. Więcej informacji można znaleźć w <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentacji</a>.",
+ "Memcached is configured as distributed cache, but the wrong PHP module \"memcache\" is installed. \\OC\\Memcache\\Memcached only supports \"memcached\" and not \"memcache\". See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">memcached wiki about both modules</a>." : "\"Memcached\" jest skonfigurowany jako rozproszona pamięć podręczna, ale zainstalowany jest niewłaściwy moduł PHP \"memcache\". \\OC\\Memcache\\Memcached obsługuje tylko \"memcached\", a nie \"memcache\". Zobacz <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">wiki memcached na temat obu modułów</a>.",
+ "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">List of invalid files…</a> / <a href=\"{rescanEndpoint}\">Rescan…</a>)" : "Niektóre pliki nie przeszły sprawdzenia integralności. Więcej informacji na temat rozwiązania tego problemu można znaleźć w <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentacji</a> (<a href=\"{codeIntegrityDownloadEndpoint}\">Lista nieprawidłowych plików…</a>/<a href=\"{rescanEndpoint}\">Skanuj ponownie…</a>).",
+ "The PHP OPcache module is not loaded. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance it is recommended</a> to load it into your PHP installation." : "Moduł PHP OPcache nie jest załadowany. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Dla lepszej wydajności zaleca się</a> załadowanie go w instalacji PHP.",
+ "The PHP OPcache is not properly configured. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance it is recommended</a> to use the following settings in the <code>php.ini</code>:" : "PHP OPcache nie jest poprawnie skonfigurowany. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Dla lepszej wydajności zaleca się</a> użycie następujących ustawień w <code>php.ini</code>:",
+ "Some columns in the database are missing a conversion to big int. Due to the fact that changing column types on big tables could take some time they were not changed automatically. By running 'occ db:convert-filecache-bigint' those pending changes could be applied manually. This operation needs to be made while the instance is offline. For further details read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "Niektóre kolumny w bazie danych nie zawierają konwersji do big integers. Ze względu na to, że zmiana typów kolumn w dużych tabelach może zająć dużo czasu, nie zostały one zmienione automatycznie. Oczekujące zmiany można wykonać ręcznie, uruchamiając 'occ db:convert-filecache-bigint'. Ta operacja musi zostać wykonana, gdy instancja jest w trybie offline. Więcej informacji na ten temat przeczytasz na <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">stronie dokumentacji</a>.",
+ "To migrate to another database use the command line tool: 'occ db:convert-type', or see the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation ↗</a>." : "Aby przeprowadzić migrację do innej bazy danych, użyj narzędzia wiersza poleceń: 'occ db:convert-type' lub zapoznaj się z <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentacją ↗</a>.",
+ "Use of the the built in php mailer is no longer supported. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Please update your email server settings ↗<a/>." : "Poczta elektroniczna wbudowana w php nie jest już wspierana. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Zaktualizuj ustawienia serwera e-mail ↗<a/>.",
+ "MySQL is used as database but does not support 4-byte characters. To be able to handle 4-byte characters (like emojis) without issues in filenames or comments for example it is recommended to enable the 4-byte support in MySQL. For further details read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "MySQL jest używany jako baza danych, ale nie obsługuje znaków 4-bajtowych. Aby korzystać ze znaków 4-bajtowych w nazwach plików lub komentarzach (np. Emoji), zaleca się włączenie tej obsługi w MySQL. Więcej informacji na ten temat przeczytasz na <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">stronie dokumentacji</a>.",
+ "You are accessing your instance over a secure connection, however your instance is generating insecure URLs. This most likely means that you are behind a reverse proxy and the overwrite config variables are not set correctly. Please read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "Dostęp do instancji odbywa się za pośrednictwem bezpiecznego połączenia, natomiast instancja generuje niezabezpieczone adresy URL. Najprawdopodobniej oznacza to, że jesteś za odwrotnym proxy, a zmienne konfiguracyjne zastępowania nie są ustawione poprawnie. Przeczytaj o tym na <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">stronie dokumentacji</a>.",
+ "The \"{header}\" HTTP header is not set to \"{val1}\", \"{val2}\", \"{val3}\", \"{val4}\" or \"{val5}\". This can leak referer information. See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{link}\">W3C Recommendation ↗</a>." : "Nagłówek HTTP \"{header}\" nie jest ustawiony na \"{val1}\", \"{val2}\", \"{val3}\", \"{val4}\" lub \"{val5}\". Może to spowodować wyciek informacji. Zobacz <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{link}\">W3C Recommendation ↗</a>.",
+ "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the <a href=\"{docUrl}\" rel=\"noreferrer noopener\">security tips ↗</a>." : "Nagłówek HTTP \"Strict-Transport-Security\" nie jest ustawiony na co najmniej \"{seconds}\" sekund. W celu zwiększenia bezpieczeństwa zaleca się włączenie HSTS w sposób opisany w <a href=\"{docUrl}\" rel=\"noreferrer noopener\">poradach bezpieczeństwa ↗</a>.",
+ "Accessing site insecurely via HTTP. You are strongly advised to set up your server to require HTTPS instead, as described in the <a href=\"{docUrl}\">security tips ↗</a>." : "Dostęp do tej strony jest za pośrednictwem protokołu HTTP. Zaleca się skonfigurowanie serwera tak, aby wymagał HTTPS, zgodnie z opisem w <a href=\"{docUrl}\">poradach bezpieczeństwa ↗</a>.",
+ "Continue to Nextcloud" : "Przejdź do Nextcloud",
+ "_The update was successful. Redirecting you to Nextcloud in %n second._::_The update was successful. Redirecting you to Nextcloud in %n seconds._" : ["Aktualizacja przebiegła pomyślnie. Przekieruję Ciebie do Nextcloud za %n sekundę.","Aktualizacja przebiegła pomyślnie. Przekieruję Ciebie do Nextcloud za %n sekundy.","Aktualizacja przebiegła pomyślnie. Przekieruję Ciebie do Nextcloud za %n sekund.","Aktualizacja przebiegła pomyślnie. Przekieruję Ciebie do Nextcloud za %n sekundy."],
+ "Searching other places" : "Przeszukaj inne miejsca",
+ "No search results in other folders for {tag}{filter}{endtag}" : "Brak wyników wyszukiwania w innych katalogach dla {tag}{filter}{endtag}",
+ "_{count} search result in another folder_::_{count} search results in other folders_" : ["{count} wynik wyszukiwania w innych katalogach","{count} wyniki wyszukiwania w innych katalogach","{count} wyników wyszukiwania w innych katalogach","{count} wyników wyszukiwania w innych katalogach"],
+ "A password reset message has been sent to the e-mail address of this account. If you do not receive it, check your spam/junk folders or ask your local administrator for help." : "Wiadomość o zresetowaniu hasła została wysłana na adres e-mail tego konta. Jeśli go nie otrzymałeś, sprawdź katalogi spam/kosz lub poproś lokalnego administratora o pomoc.",
+ "Password can not be changed. Please contact your administrator." : "Hasło nie może zostać zmienione. Skontaktuj się z administratorem.",
+ "Could not fetch list of apps from the app store." : "Nie można pobrać listy aplikacji ze sklepu z aplikacjami.",
+ "Nextcloud {app}" : "Nextcloud {app}",
+ "Can't install this app because it is not compatible" : "Nie można zainstalować tej aplikacji, ponieważ nie jest kompatybilna",
+ "Can't install this app" : "Nie można zainstalować tej aplikacji",
+ "These apps will be updated:" : "Następujące aplikacje zostaną zaktualizowane:",
+ "For more details see the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Więcej informacji można znaleźć w <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentacji</a>."
},"pluralForm" :"nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);"
} \ No newline at end of file
diff --git a/core/l10n/pt_BR.js b/core/l10n/pt_BR.js
index baf8bd363a5..b529c2b3d6e 100644
--- a/core/l10n/pt_BR.js
+++ b/core/l10n/pt_BR.js
@@ -5,16 +5,25 @@ OC.L10N.register(
"File is too big" : "O arquivo é muito grande",
"The selected file is not an image." : "O arquivo selecionado não é uma imagem",
"The selected file cannot be read." : "O arquivo selecionado não pôde ser lido",
+ "The file was uploaded" : "O arquivo foi enviado",
+ "The uploaded file exceeds the upload_max_filesize directive in php.ini" : "O arquivo enviado excede a diretiva upload_max_filesize em php.ini",
+ "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "O arquivo enviado excede a diretiva MAX_FILE_SIZE que foi especificada no formulário HTML",
+ "The file was only partially uploaded" : "O arquivo foi carregado apenas parcialmente",
+ "No file was uploaded" : "Nenhum arquivo foi enviado",
+ "Missing a temporary folder" : "Faltando uma pasta temporária",
+ "Could not write file to disk" : "Não foi possível gravar o arquivo no disco",
+ "A PHP extension stopped the file upload" : "Uma extensão PHP interrompeu o upload do arquivo",
"Invalid file provided" : "Arquivo fornecido inválido",
"No image or file provided" : "Nenhuma imagem ou arquivo fornecido",
"Unknown filetype" : "Tipo de arquivo desconhecido",
"Invalid image" : "Imagem inválida",
- "An error occurred. Please contact your admin." : "Ocorreu um erro. Contacte o administrador.",
+ "An error occurred. Please contact your admin." : "Ocorreu um erro. Entre em contato com o administrador.",
"No temporary profile picture available, try again" : "Nenhuma imagem temporária disponível no perfil, tente novamente",
"No crop data provided" : "Nenhum dado recortado fornecido",
"No valid crop data provided" : "Nenhum dado recortado válido",
"Crop is not square" : "Recorte não é quadrado",
"State token does not match" : "O estado do token não coincide",
+ "Invalid app password" : "Senha do aplicativo inválida",
"Could not complete login" : "Não foi possível concluir o login",
"Your login token is invalid or has expired" : "Seu token de login é inválido ou expirou",
"Password reset is disabled" : "A redefinição de senha está desabilitada",
@@ -26,8 +35,10 @@ OC.L10N.register(
"Click the following link to reset your password. If you have not requested the password reset, then ignore this email." : "Clique no link abaixo para redefinir sua senha. Se você não solicitou isso, ignore este e-mail.",
"Reset your password" : "Redefinir sua senha",
"Nextcloud Server" : "Servidor Nextcloud",
- "Some of your link shares have been removed" : "Alguns dos seus compartilhamentos de links foram removidos",
- "Due to a security bug we had to remove some of your link shares. Please see the link for more information." : "Devido a um bug de segurança, tivemos que remover alguns dos seus compartilhamentos de links. Por favor, veja o link para mais informações.",
+ "Some of your link shares have been removed" : "Alguns dos seus compartilhamentos por link foram removidos",
+ "Due to a security bug we had to remove some of your link shares. Please see the link for more information." : "Devido a um bug de segurança, tivemos que remover alguns dos seus compartilhamentos por link. Por favor, veja o link para mais informações.",
+ "The user limit of this instance is reached." : "O limite do usuário desta instância foi atingido.",
+ "Enter your subscription key to increase the user limit. For more information about Nextcloud Enterprise see our website." : "Digite sua chave de assinatura para aumentar o limite de usuários. Para obter mais informações sobre o Nextcloud Enterprise, consulte nosso website.",
"Preparing update" : "Preparando a atualização",
"[%d / %d]: %s" : "[%d / %d]: %s",
"Repair step:" : "Etapa do reparo:",
@@ -41,76 +52,70 @@ OC.L10N.register(
"Maintenance mode is kept active" : "O modo de manutenção está sendo mantido como ativo",
"Updating database schema" : "Atualizando o schema do banco de dados",
"Updated database" : "Atualizar o banco de dados",
- "Checking whether the database schema can be updated (this can take a long time depending on the database size)" : "Verificando se o schema do banco de dados pode ser atualizado (isso pode levar muito tempo, dependendo do tamanho do banco de dados)",
- "Checked database schema update" : "Verificada a atualização do schema de banco de dados",
- "Checking updates of apps" : "Verificando atualizações de aplicativos",
- "Checking for update of app \"%s\" in appstore" : "Verificando atualização para o aplicativo \"%s\" na appstore",
- "Update app \"%s\" from appstore" : "Atualizar aplicativo \"%s\" a partir da appstore",
- "Checked for update of app \"%s\" in appstore" : "Verificada atualização do aplicativo \"%s\" na appstore",
+ "Checking for update of app \"%s\" in App Store" : "Verificando a atualização do aplicativo \"%s\" na App Store",
+ "Update app \"%s\" from App Store" : "Atualizar aplicativo \"%s\" da App Store",
+ "Checked for update of app \"%s\" in App Store" : "Verificando a atualização do aplicativo \"%s\" na App Store",
"Checking whether the database schema for %s can be updated (this can take a long time depending on the database size)" : "Verificando se o schema do banco de dados para %s pode ser atualizado (isso pode levar muito tempo, dependendo do tamanho do banco de dados)",
- "Checked database schema update for apps" : "Verificada a atualização do schema do banco de dados para aplicativos",
"Updated \"%1$s\" to %2$s" : "Atualizou \"%1$s\" para %2$s",
"Set log level to debug" : "Definir o nível de log para debug",
"Reset log level" : "Redefinir o nível do log",
"Starting code integrity check" : "Inicializando a verificação da integridade do código",
"Finished code integrity check" : "Finalizada a verificação de integridade do código",
"%s (incompatible)" : "%s (incompatível)",
- "Following apps have been disabled: %s" : "Os seguintes aplicativos foram desabilitados: %s",
+ "The following apps have been disabled: %s" : "Os seguintes aplicativos foram desativados: %s",
"Already up to date" : "Já está atualizado",
"Your web server is not yet properly set up to allow file synchronization, because the WebDAV interface seems to be broken." : "Seu servidor web ainda não está configurado corretamente para permitir a sincronização de arquivos, porque a interface do WebDAV parece estar quebrada.",
- "Your web server is not properly set up to resolve \"{url}\". Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Seu servidor web não está configurado corretamente para resolver \"{url}\". Mais informações podem ser encontradas na <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentação</a>.",
- "Your web server is not properly set up to resolve \"{url}\". This is most likely related to a web server configuration that was not updated to deliver this folder directly. Please compare your configuration against the shipped rewrite rules in \".htaccess\" for Apache or the provided one in the documentation for Nginx at it's <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation page</a>. On Nginx those are typically the lines starting with \"location ~\" that need an update." : "Seu servidor da web não está configurado corretamente para resolver \"{url}\". Isso está relacionado a uma configuração do servidor web que não foi atualizado para entregar essa pasta diretamente. Por favor, compare sua configuração com as regras de reescrita enviadas em \".htaccess\" para o Apache ou fornecido na documentação do Nginx em sua <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">página da documentação</a>. No Nginx, as linhas que começam com \"location ~\" precisam de atualização.",
- "Your web server is not properly set up to deliver .woff2 files. This is typically an issue with the Nginx configuration. For Nextcloud 15 it needs an adjustement to also deliver .woff2 files. Compare your Nginx configuration to the recommended configuration in our <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Seu servidor da web não está configurado corretamente para entregar arquivos .woff2. Isso geralmente é um problema com a configuração do Nginx. Para o Nextcloud 15 ele precisa de um ajuste para também entregar arquivos .woff2. Compare sua configuração do Nginx com a configuração recomendada em nossa <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentação</a>.",
+ "Your web server is not properly set up to resolve \"{url}\". Further information can be found in the {linkstart}documentation ↗{linkend}." : "Seu servidor da web não está configurado corretamente para resolver \"{url}\". Mais informações podem ser encontradas na {linkstart}documentação ↗{linkend}.",
+ "Your web server is not properly set up to resolve \"{url}\". This is most likely related to a web server configuration that was not updated to deliver this folder directly. Please compare your configuration against the shipped rewrite rules in \".htaccess\" for Apache or the provided one in the documentation for Nginx at it's {linkstart}documentation page ↗{linkend}. On Nginx those are typically the lines starting with \"location ~\" that need an update." : "Seu servidor da web não está configurado corretamente para resolver \"{url}\". Provavelmente, isso está relacionado a uma configuração do servidor da web que não foi atualizada para entregar essa pasta diretamente. Compare sua configuração com as regras de reescrita enviadas em \".htaccess\" para Apache ou aquela fornecida na documentação para Nginx em sua {linkstart}página de documentação ↗{linkend}. No Nginx essas são normalmente as linhas que começam com \"location ~\" que precisam de uma atualização. ",
+ "Your web server is not properly set up to deliver .woff2 files. This is typically an issue with the Nginx configuration. For Nextcloud 15 it needs an adjustement to also deliver .woff2 files. Compare your Nginx configuration to the recommended configuration in our {linkstart}documentation ↗{linkend}." : "Seu servidor da web não está configurado corretamente para entregar arquivos .woff2. Normalmente, esse é um problema com a configuração do Nginx. Para o Nextcloud 15, é necessário um ajuste para entregar também arquivos .woff2. Compare sua configuração Nginx com a configuração recomendada em nossa {linkstart}documentação ↗{linkend}.",
"PHP does not seem to be setup properly to query system environment variables. The test with getenv(\"PATH\") only returns an empty response." : "O PHP não parece estar configurado corretamente para consultar variáveis de ambiente do sistema. O teste com getenv(\"PATH\") retorna apenas uma resposta vazia.",
- "Please check the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">installation documentation ↗</a> for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "Verifique a <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentação de instalação ↗</a> para as notas de configuração do PHP, especialmente ao usar o php-fpm.",
+ "Please check the {linkstart}installation documentation ↗{linkend} for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "Verifique a {linkstart}documentação de instalação ↗{linkend} para notas de configuração de PHP e a configuração de PHP do seu servidor, especialmente ao usar php-fpm.",
"The read-only config has been enabled. This prevents setting some configurations via the web-interface. Furthermore, the file needs to be made writable manually for every update." : "A configuração read-only foi ativada. Isso impede a definição de algumas configurações através da interface web. Além disso, o arquivo precisa ser gravado manualmente em cada atualização.",
"Your database does not run with \"READ COMMITTED\" transaction isolation level. This can cause problems when multiple actions are executed in parallel." : "O banco de dados não está rodando com o nível de isolamento de transação \"READ COMMITTED\". Isso pode causar problemas quando várias ações são executadas em paralelo.",
"The PHP module \"fileinfo\" is missing. It is strongly recommended to enable this module to get the best results with MIME type detection." : "O módulo PHP \"fileinfo\" está faltando. É recomendado ativar este módulo para obter os melhores resultados com a detecção de tipos MIME.",
- "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems. See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation ↗</a> for more information." : "O bloqueio transacional de arquivo está desativado, isso pode levar a problemas com as condições de corrida. Ative \"filelocking.enabled\" no config.php para evitar esses problemas. Veja a <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentação ↗</a> para mais informações.",
+ "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems. See the {linkstart}documentation ↗{linkend} for more information." : "O bloqueio de arquivo transacional está desabilitado, isso pode levar a problemas com condições de corrida. Habilite \"filelocking.enabled\" em config.php para evitar esses problemas. Consulte a {linkstart}documentação ↗{linkend} para obter mais informação.",
"If your installation is not installed at the root of the domain and uses system cron, there can be issues with the URL generation. To avoid these problems, please set the \"overwrite.cli.url\" option in your config.php file to the webroot path of your installation (suggestion: \"{suggestedOverwriteCliURL}\")" : "Se sua instalação não estiver instalada na raiz do domínio e usar o cron do sistema, pode haver problemas com a geração da URL. Para evitar esses problemas, defina a opção \"overwrite.cli.url\" no arquivo config.php para o caminho webroot da sua instalação (sugestão: \"{suggestedOverwriteCliURL}\")",
+ "Your installation has no default phone region set. This is required to validate phone numbers in the profile settings without a country code. To allow numbers without a country code, please add \"default_phone_region\" with the respective {linkstart}ISO 3166-1 code ↗{linkend} of the region to your config file." : "Sua instalação não tem uma região de telefone padrão definida. Isso é necessário para validar números de telefone nas configurações do perfil sem um código de país. Para permitir números sem um código de país, adicione \"default_phone_region\" com o respectivo {linkstart}código ISO 3166-1 ↗{linkend} da região para o seu arquivo de configuração.",
"It was not possible to execute the cron job via CLI. The following technical errors have appeared:" : "Não foi possível executar a tarefa cron pelo CLI. Os seguintes erros técnicos surgiram:",
- "Last background job execution ran {relativeTime}. Something seems wrong." : "A última execução do trabalho em segundo plano foi executada em {relativeTime}. Algo parece errado.",
- "Check the background job settings" : "Verifique as configurações do trabalho em segundo plano",
+ "Last background job execution ran {relativeTime}. Something seems wrong. {linkstart}Check the background job settings ↗{linkend}." : "A última execução do trabalho em segundo plano foi {relativeTime}. Parece que há algo errado. {linkstart}Verifique as configurações do trabalho em segundo plano ↗{linkend}.",
"This server has no working Internet connection: Multiple endpoints could not be reached. This means that some of the features like mounting external storage, notifications about updates or installation of third-party apps will not work. Accessing files remotely and sending of notification emails might not work, either. Establish a connection from this server to the Internet to enjoy all features." : "Este servidor não possui conexão com a internet: Vários pontos não puderam ser acessados. Isso significa que alguns dos recursos como montagem de armazenamento externo, notificações sobre atualizações ou instalação de aplicativos de terceiros não funcionarão. Acesso a arquivos remotos e envio de e-mails de notificação não funcionarão também. Estabeleça uma conexão deste servidor com a Internet para aproveitar todos os recursos.",
- "No memory cache has been configured. To enhance performance, please configure a memcache, if available. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Nenhum cache de memória foi configurado. Para melhorar o desempenho, configure um memcache, se disponível. Mais informações podem ser encontradas na <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentação</a>.",
- "No suitable source for randomness found by PHP which is highly discouraged for security reasons. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Nenhuma fonte de aleatoriedade foi encontrada pelo PHP, o que é desencorajado por razões de segurança. Mais informações podem ser encontradas na <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentação</a>.",
- "You are currently running PHP {version}. Upgrade your PHP version to take advantage of <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">performance and security updates provided by the PHP Group</a> as soon as your distribution supports it." : "Você está executando o PHP {version}. Atualize esta versão para aproveitar as <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">atualizações de desempenho e segurança fornecidas pelo Grupo PHP</a> assim que sua distribuição a suportar.",
- "Nextcloud 19 is the last release supporting PHP 7.2. Nextcloud 20 requires at least PHP 7.3." : "O Nextcloud 19 é a última versão suportando o PHP 7.2. O Nextcloud 20 requer pelo menos PHP 7.3.",
- "The reverse proxy header configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If not, this is a security issue and can allow an attacker to spoof their IP address as visible to the Nextcloud. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "A configuração do cabeçalho do proxy reverso está incorreta ou você está acessando o Nextcloud a partir de um proxy confiável. Caso contrário, isso é um problema de segurança e pode permitir que um invasor ataque seu endereço IP visível do Nextcloud. Mais informações podem ser encontradas na <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentação</a>.",
- "Memcached is configured as distributed cache, but the wrong PHP module \"memcache\" is installed. \\OC\\Memcache\\Memcached only supports \"memcached\" and not \"memcache\". See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">memcached wiki about both modules</a>." : "O Memcached está configurado como cache distribuído, mas o módulo PHP \"memcache\" errado está instalado. \\OC\\Memcache\\Memcached somente suporta \"memcached\" e não \"memcache\". Leia no <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">wiki memcached sobre este módulos</a>.",
- "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">List of invalid files…</a> / <a href=\"{rescanEndpoint}\">Rescan…</a>)" : "Alguns arquivos não passaram na verificação de integridade. Mais informações sobre como resolver esse problema podem ser encontradas na <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentação</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">Lista de arquivos inválidos…</a> / <a href=\"{rescanEndpoint}\">Verificar novamente…</a>)",
- "The PHP OPcache module is not loaded. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance it is recommended</a> to load it into your PHP installation." : "O módulo PHP OPcache não está carregado. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Para um melhor desempenho, é recomendado</a> carregá-lo em sua instalação do PHP.",
- "The PHP OPcache is not properly configured. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance it is recommended</a> to use the following settings in the <code>php.ini</code>:" : "O PHP OPcache não está configurado corretamente.<a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\"> Para um melhor desempenho é recomendado</a> usar as seguintes configurações no <code>php.ini</code>:",
+ "No memory cache has been configured. To enhance performance, please configure a memcache, if available. Further information can be found in the {linkstart}documentation ↗{linkend}." : "Nenhum cache de memória foi configurado. Para melhorar o desempenho, configure um memcache, se disponível. Mais informações podem ser encontradas na {linkstart}documentação ↗{linkend}.",
+ "No suitable source for randomness found by PHP which is highly discouraged for security reasons. Further information can be found in the {linkstart}documentation ↗{linkend}." : "Nenhuma fonte adequada para aleatoriedade encontrada pelo PHP, o que é altamente desencorajado por razões de segurança. Mais informações podem ser encontradas na {linkstart}documentação ↗{linkend}.",
+ "You are currently running PHP {version}. Upgrade your PHP version to take advantage of {linkstart}performance and security updates provided by the PHP Group ↗{linkend} as soon as your distribution supports it." : "Você está executando o PHP {version}. Atualize sua versão do PHP para aproveitar as vantagens de {linkstart}desempenho e atualizações de segurança fornecidas pelo Grupo PHP ↗{linkend} assim que sua distribuição oferecer suporte.",
+ "Nextcloud 20 is the last release supporting PHP 7.2. Nextcloud 21 requires at least PHP 7.3." : "Nextcloud 20 é a última versão compatível com PHP 7.2. Nextcloud 21 requer ao menos PHP 7.3.",
+ "The reverse proxy header configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If not, this is a security issue and can allow an attacker to spoof their IP address as visible to the Nextcloud. Further information can be found in the {linkstart}documentation ↗{linkend}." : "A configuração do cabeçalho do proxy reverso está incorreta ou você está acessando o Nextcloud de um proxy confiável. Caso contrário, este é um problema de segurança e pode permitir que um invasor falsifique seu endereço IP como visível para o Nextcloud. Mais informações podem ser encontradas na {linkstart}documentação ↗{linkend}. ",
+ "Memcached is configured as distributed cache, but the wrong PHP module \"memcache\" is installed. \\OC\\Memcache\\Memcached only supports \"memcached\" and not \"memcache\". See the {linkstart}memcached wiki about both modules ↗{linkend}." : "Memcached está configurado como cache distribuído, mas a extensão PHP incorreta \"memcache\" está instalada. \\OC\\Memcache\\Memcached suporta apenas \"memcached\" e não \"memcache\". Veja o {linkstart}memcached wiki sobre ambas as extensões ↗{linkend}.",
+ "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in the {linkstart1}documentation ↗{linkend}. ({linkstart2}List of invalid files…{linkend} / {linkstart3}Rescan…{linkend})" : "Alguns arquivos não passaram na verificação de integridade. Mais informações sobre como resolver esse problema podem ser encontradas na {linkstart1}documentação ↗{linkend}. ({linkstart2}Lista de arquivos inválidos…{linkend} / {linkstart3}Verificar novamente…{linkend})",
+ "The PHP OPcache module is not loaded. {linkstart}For better performance it is recommended ↗{linkend} to load it into your PHP installation." : "A extensão PHP OPcache não está carregada. {linkstart}Para melhor desempenho, é recomendado ↗{linkado} carregá-la na instalação do PHP.",
+ "The PHP OPcache module is not properly configured. {linkstart}For better performance it is recommended ↗{linkend} to use the following settings in the <code>php.ini</code>:" : "A extensão PHP OPcache não está configurada corretamente. {linkstart}Para melhor desempenho é recomendado↗{linkend} usar as seguintes configurações no <code>php.ini</code>:",
"The PHP function \"set_time_limit\" is not available. This could result in scripts being halted mid-execution, breaking your installation. Enabling this function is strongly recommended." : "A função PHP \"set_time_limit\" não está disponível. Isso pode resultar em travamento de scripts, quebrando sua instalação. A ativação desta função é altamente recomendada.",
"Your PHP does not have FreeType support, resulting in breakage of profile pictures and the settings interface." : "Seu PHP não possui suporte à FreeType, resultando em problemas nas fotos de perfil e interface de configurações.",
"Missing index \"{indexName}\" in table \"{tableName}\"." : "Falta o índice \"{indexName}\" na tabela \"{tableName}\".",
"The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "Estão faltando alguns índices no banco de dados. Devido ao fato de que adicionar índices em tabelas grandes pode levar algum tempo, eles não foram adicionados automaticamente. Ao executar \"occ db:add-missing-indices\", os índices ausentes podem ser adicionados manualmente enquanto o Nextcloud continua em execução. Depois que os índices são adicionados, as consultas a essas tabelas geralmente são muito mais rápidas.",
+ "Missing primary key on table \"{tableName}\"." : "Chave primária ausente na tabela \"{tableName}\".",
+ "The database is missing some primary keys. Due to the fact that adding primary keys on big tables could take some time they were not added automatically. By running \"occ db:add-missing-primary-keys\" those missing primary keys could be added manually while the instance keeps running." : "O banco de dados está sem algumas chaves primárias. Devido ao fato de que adicionar chaves primárias em tabelas grandes pode levar algum tempo, elas não foram adicionadas automaticamente. Ao executar \"occ db: add-missing-primary-keys\" essas chaves primárias ausentes podem ser adicionadas manualmente enquanto a instância continua em execução.",
+ "Missing optional column \"{columnName}\" in table \"{tableName}\"." : "Falta a coluna opcional \"{columnName}\" na tabela \"{tableName}\".",
+ "The database is missing some optional columns. Due to the fact that adding columns on big tables could take some time they were not added automatically when they can be optional. By running \"occ db:add-missing-columns\" those missing columns could be added manually while the instance keeps running. Once the columns are added some features might improve responsiveness or usability." : "Estão faltando algumas colunas opcionais no banco de dados. Devido ao fato de que adicionar colunas em grandes tabelas pode levar algum tempo, elas não foram adicionadas automaticamente por serem opcionais. Ao executar \"occ db: add-missing-columns\", elas podem ser adicionadas manualmente enquanto a instância continua em execução. Depois que as colunas são adicionadas, alguns recursos podem melhorar a capacidade de resposta ou a usabilidade.",
"This instance is missing some recommended PHP modules. For improved performance and better compatibility it is highly recommended to install them." : "Nesta instalação estão faltando alguns módulos PHP recomendados. Para melhor desempenho e compatibilidade, é altamente recomendável instalá-los.",
- "Some columns in the database are missing a conversion to big int. Due to the fact that changing column types on big tables could take some time they were not changed automatically. By running 'occ db:convert-filecache-bigint' those pending changes could be applied manually. This operation needs to be made while the instance is offline. For further details read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "Algumas colunas no banco de dados não possuem uma conversão para big int. Pelo fato de que alterar tipos de coluna em tabelas grandes pode levar algum tempo, eles não foram alterados automaticamente. Ao executar 'occ db: convert-filecache-bigint', essas alterações pendentes podem ser aplicadas manualmente. Essa operação precisa ser feita enquanto a instância está offline. Para mais detalhes, leia <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">a documentação sobre isso</a>.",
+ "Module php-imagick in this instance has no SVG support. For better compatibility it is recommended to install it." : "A extensão php-imagick nesta instância não tem suporte para SVG. Para melhor compatibilidade é recomendado instalá-la.",
+ "Some columns in the database are missing a conversion to big int. Due to the fact that changing column types on big tables could take some time they were not changed automatically. By running 'occ db:convert-filecache-bigint' those pending changes could be applied manually. This operation needs to be made while the instance is offline. For further details read {linkstart}the documentation page about this ↗{linkend}." : "Algumas colunas do banco de dados estão sem uma conversão para big int. Devido ao fato de que alterar os tipos de coluna em tabelas grandes pode levar algum tempo, elas não foram alteradas automaticamente. Executando 'occ db: convert-filecache-bigint' essas alterações pendentes podem ser aplicadas manualmente. Esta operação precisa ser feita enquanto a instância está offline. Para obter mais detalhes, leia {linkstart} a página de documentação sobre isso ↗{linkend}.",
"SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend." : "Atualmente, o SQLite está sendo usado como plataforma de banco de dados. Para instalações maiores, recomendamos que migre para outra.",
"This is particularly recommended when using the desktop client for file synchronisation." : "Isso é recomendado ao usar o cliente da área de trabalho para sincronização de arquivos.",
- "To migrate to another database use the command line tool: 'occ db:convert-type', or see the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation ↗</a>." : "Para migrar o banco de dados, use o comando: 'occ db: convert-type' ou consulte a <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentação ↗</a>.",
- "Use of the the built in php mailer is no longer supported. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Please update your email server settings ↗<a/>." : "O uso do mailer php embutido não é mais suportado. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Atualize suas configurações do servidor de e-mail ↗<a/>.",
+ "To migrate to another database use the command line tool: 'occ db:convert-type', or see the {linkstart}documentation ↗{linkend}." : "Para migrar para outro banco de dados, use a ferramenta de linha de comando: 'occ db:convert-type', ou consulte a {linkstart}documentação do ↗{linkend}. ",
"The PHP memory limit is below the recommended value of 512MB." : "O limite de memória do PHP está abaixo do valor recomendado de 512MB.",
"Some app directories are owned by a different user than the web server one. This may be the case if apps have been installed manually. Check the permissions of the following app directories:" : "Alguns diretórios de aplicativos são de propriedade de um usuário diferente do servidor da web. Esse pode ser o caso se os aplicativos tiverem sido instalados manualmente. Verifique as permissões dos seguintes diretórios de aplicativos:",
- "MySQL is used as database but does not support 4-byte characters. To be able to handle 4-byte characters (like emojis) without issues in filenames or comments for example it is recommended to enable the 4-byte support in MySQL. For further details read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "O MySQL é usado como banco de dados mas não suporta caracteres 4-byte. Para manipular caracteres 4-byte (como emojis) em nomes de arquivos ou comentários, é recomendável ativar o suporte 4-byte no MySQL. Para mais detalhes, leia <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">a documentação sobre isso</a>.",
+ "MySQL is used as database but does not support 4-byte characters. To be able to handle 4-byte characters (like emojis) without issues in filenames or comments for example it is recommended to enable the 4-byte support in MySQL. For further details read {linkstart}the documentation page about this ↗{linkend}." : "MySQL é usado como banco de dados, mas não oferece suporte a caracteres de 4 bytes. Para ser capaz de lidar com caracteres de 4 bytes (como emojis) sem problemas em nomes de arquivos ou comentários, por exemplo, é recomendado habilitar o suporte de 4 bytes no MySQL. Para mais detalhes, leia {linkstart}a página de documentação sobre isso ↗{linkend}.",
"This instance uses an S3 based object store as primary storage. The uploaded files are stored temporarily on the server and thus it is recommended to have 50 GB of free space available in the temp directory of PHP. Check the logs for full details about the path and the available space. To improve this please change the temporary directory in the php.ini or make more space available in that path." : "Este Nextcloud usa um armazenamento de objeto baseado no S3 como armazenamento primário. Os arquivos enviados são armazenados temporariamente no servidor e portanto é recomendado ter 50 GB de espaço livre disponível no diretório temp do PHP. Verifique os logs para obter detalhes completos sobre o caminho e o espaço disponível. Para melhorar isso, altere o diretório temporário no arquivo php.ini ou disponibilize mais espaço nesse caminho.",
- "You are accessing your instance over a secure connection, however your instance is generating insecure URLs. This most likely means that you are behind a reverse proxy and the overwrite config variables are not set correctly. Please read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "Você está acessando por uma conexão segura. No entanto, sua instância está gerando URLs inseguros. Isso provavelmente significa que você está atrás de um proxy reverso e as variáveis de configuração de substituição não estão definidas corretamente. Leia a <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentação sobre isso</a>.",
+ "You are accessing your instance over a secure connection, however your instance is generating insecure URLs. This most likely means that you are behind a reverse proxy and the overwrite config variables are not set correctly. Please read {linkstart}the documentation page about this ↗{linkend}." : "Você está acessando sua instância por meio de uma conexão segura, mas sua instância está gerando URLs inseguros. Isso provavelmente significa que você está atrás de um proxy reverso e as variáveis de configuração de substituição não estão definidas corretamente. Por favor leia {linkstart}a página de documentação sobre isso ↗{linkend}.",
"Error occurred while checking server setup" : "Erro ao verificar a configuração do servidor",
+ "For more details see the {linkstart}documentation ↗{linkend}." : "Para obter mais detalhes, consulte a {linkstart}documentação ↗{linkend}.",
"Your data directory and files are probably accessible from the Internet. The .htaccess file is not working. It is strongly recommended that you configure your web server so that the data directory is no longer accessible, or move the data directory outside the web server document root." : "Seu diretório de dados e arquivos provavelmente podem ser acessados pela Internet. O arquivo .htaccess não está funcionando. É altamente recomendado que você configure seu servidor web para que o diretório de dados não seja mais acessível ou mova o diretório de dados fora da raiz de documentos do servidor web.",
"The \"{header}\" HTTP header is not set to \"{expected}\". This is a potential security or privacy risk, as it is recommended to adjust this setting accordingly." : "O cabeçalho HTTP \"{header}\" não está definido para \"{expected}\". Este é um potencial risco de segurança ou privacidade e é recomendado ajustar esta configuração de acordo.",
"The \"{header}\" HTTP header is not set to \"{expected}\". Some features might not work correctly, as it is recommended to adjust this setting accordingly." : "O cabeçalho HTTP \"{header}\" não está definido para \"{expected}\". Alguns recursos podem não funcionar corretamente e é recomendado ajustar esta configuração de acordo.",
"The \"{header}\" HTTP header doesn't contain \"{expected}\". This is a potential security or privacy risk, as it is recommended to adjust this setting accordingly." : "O cabeçalho HTTP \"{header}\" não contém \"{expected}\". Esse é um risco potencial de segurança ou privacidade. É recomendável ajustar essa configuração de acordo.",
- "The \"{header}\" HTTP header is not set to \"{val1}\", \"{val2}\", \"{val3}\", \"{val4}\" or \"{val5}\". This can leak referer information. See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{link}\">W3C Recommendation ↗</a>." : "O cabeçalho HTTP \"{header}\" não está definido para \"{val1}\", \"{val2}\", \"{val3}\", \"{val4}\" ou \"{val5}\". Pode haver vazamento de informações de referência. Veja a <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{link}\">Recomendação W3C ↗</a>.",
- "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the <a href=\"{docUrl}\" rel=\"noreferrer noopener\">security tips ↗</a>." : "O cabeçalho HTTP \"Strict-Transport-Security\" não está definido para ao menos \"{seconds}\" segundos. Para maior segurança, é recomendado ativar o HSTS conforme descrito nas <a href=\"{docUrl}\" rel=\"noreferrer noopener\">dicas de segurança ↗</a>.",
- "Accessing site insecurely via HTTP. You are strongly advised to set up your server to require HTTPS instead, as described in the <a href=\"{docUrl}\">security tips ↗</a>." : "Acessando site de forma insegura via HTTP. É altamente recomendável que você configure seu servidor para exigir HTTPS, como descrito nas <a href=\"{docUrl}\">dicas de segurança ↗</a>.",
- "Non-existing tag #{tag}" : "Etiqueta inexistente #{tag}",
- "restricted" : "restrito",
- "invisible" : "Invisível",
- "Delete" : "Excluir",
- "Rename" : "Renomear",
- "Collaborative tags" : "Etiquetas colaborativas",
- "No tags found" : "Nenhuma etiqueta encontrada",
+ "The \"{header}\" HTTP header is not set to \"{val1}\", \"{val2}\", \"{val3}\", \"{val4}\" or \"{val5}\". This can leak referer information. See the {linkstart}W3C Recommendation ↗{linkend}." : "O cabeçalho HTTP \"{header}\" não está definido para \"{val1}\", \"{val2}\", \"{val3}\", \"{val4}\" ou \"{val5}\". Isso pode vazar informações de referer. Veja {linkstart}Recomendações W3C ↗{linkend}.",
+ "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the {linkstart}security tips ↗{linkend}." : "O cabeçalho HTTP \"Strict-Transport-Security\" não está definido para pelo menos \"{seconds}\" seguntos. Para maior segurança, é recomendável habilitar o HSTS conforme descrito nas {linkstart}dicas de segurança ↗{linkend}.",
+ "Accessing site insecurely via HTTP. You are strongly advised to set up your server to require HTTPS instead, as described in the {linkstart}security tips ↗{linkend}." : "Acessando o site de forma insegura via HTTP. É altamente recomendável configurar seu servidor para exigir HTTPS, conforme descrito nas {linkstart}dicas de segurança ↗{linkend}.",
"unknown text" : "texto desconhecido",
"Hello world!" : "Olá mundo!",
"sunny" : "ensolarado",
@@ -125,27 +130,28 @@ OC.L10N.register(
"Please reload the page." : "Por favor recarregue a página",
"The update was unsuccessful. For more information <a href=\"{url}\">check our forum post</a> covering this issue." : "A atualização não foi realizada com sucesso. Para mais informações <a href=\"{url}\">verifique nosso post no fórum</a> que abrange esta questão.",
"The update was unsuccessful. Please report this issue to the <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">Nextcloud community</a>." : "A atualização não foi realizada com sucesso. Por favor, informe este problema para  a <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">comunidade Nextcloud</a>.",
- "Continue to Nextcloud" : "Abrir o Nextcloud",
- "_The update was successful. Redirecting you to Nextcloud in %n second._::_The update was successful. Redirecting you to Nextcloud in %n seconds._" : ["A atualização terminou com sucesso. Redirecionando você para Nextcloud em %n segundo.","A atualização terminou com sucesso. Redirecionando você para Nextcloud em %n segundos."],
- "Searching other places" : "Pesquisando em outros lugares",
- "No search results in other folders for {tag}{filter}{endtag}" : "Pesquisa sem resultados em outras pastas para {tag}{filter}{endtag}",
- "_{count} search result in another folder_::_{count} search results in other folders_" : ["{count} resultado da pesquisa em outras pastas","{count} resultados da pesquisa em outras pastas"],
+ "Continue to {productName}" : "Continuar para {productName}",
+ "_The update was successful. Redirecting you to {productName} in %n second._::_The update was successful. Redirecting you to {productName} in %n seconds._" : ["A atualização foi bem-sucedida. Redirecionando você à {productName} em %n segundo.","A atualização foi bem-sucedida. Redirecionando você para {productName} em %n segundos."],
+ "Log in" : "Entrar",
+ "Logging in …" : "Entrando...",
"Server side authentication failed!" : "Autenticação do servidor falhou!",
- "Please contact your administrator." : "Por favor, contacte o administrador.",
+ "Please contact your administrator." : "Por favor, entre em contato com o administrador.",
"An internal error occurred." : "Ocorreu um erro interno.",
- "Please try again or contact your administrator." : "Tente novamente ou contacte o administrador.",
+ "Please try again or contact your administrator." : "Tente novamente ou entre em contato com o administrador.",
"Username or email" : "Nome de usuário ou e-mail",
"Password" : "Senha",
- "Log in" : "Entrar",
- "Logging in …" : "Entrando...",
+ "Toggle password visibility" : "Alternar visibilidade da senha",
"Wrong username or password." : "Senha ou nome de usuário incorretos.",
"User disabled" : "Usuário desativado",
"We have detected multiple invalid login attempts from your IP. Therefore your next login is throttled up to 30 seconds." : "Detectamos várias tentativas de login inválidas de seu IP. Portanto, seu próximo login será desacelerado em até 30 segundos.",
+ "Your account is not setup for passwordless login." : "Sua conta não está configurada para login sem senha.",
+ "Passwordless authentication is not supported in your browser." : "A autenticação sem senha não é suportada no seu navegador.",
+ "Passwordless authentication is only available over a secure connection." : "A autenticação sem senha está disponível apenas em uma conexão segura.",
"Reset password" : "Redefinir senha",
- "A password reset message has been sent to the e-mail address of this account. If you do not receive it, check your spam/junk folders or ask your local administrator for help." : "Uma mensagem de redefinição de senha foi enviada para o e-mail dessa conta. Se você não receber, verifique suas pastas de spam/lixo ou peça ajuda ao administrador.",
+ "A password reset message has been sent to the email address of this account. If you do not receive it, check your spam/junk folders or ask your local administrator for help." : "Uma mensagem de redefinição de senha foi enviada para o endereço de e-mail desta conta. Se você não o receber, verifique suas pastas de spam/lixo ou peça ajuda ao administrador local. ",
"If it is not there ask your local administrator." : "Se não estiver lá, pergunte ao administrador.",
"Couldn't send reset email. Please contact your administrator." : "Não foi possível enviar o e-mail de redefinição. Por favor, contate o administrador.",
- "Password can not be changed. Please contact your administrator." : "A senha não pôde ser alterada. Por favor, contate o administrador.",
+ "Password cannot be changed. Please contact your administrator." : "A senha não pôde ser alterada. Por favor contate seu administrador.",
"Back to login" : "Voltar ao login",
"New password" : "Nova senha",
"Your files are encrypted. There will be no way to get your data back after your password is reset. If you are not sure what to do, please contact your administrator before you continue. Do you really want to continue?" : "Seus arquivos são criptografados. Não há como recuperar os dados depois que a senha for redefinida. Se não tiver certeza do que fazer, entre em contato com o administrador. Quer realmente continuar?",
@@ -153,20 +159,32 @@ OC.L10N.register(
"Resetting password" : "Redefinindo a senha",
"Recommended apps" : "Aplicativos recomendados",
"Loading apps …" : "Carregando aplicativos...",
- "Could not fetch list of apps from the app store." : "Não foi possível buscar a lista de aplicativos na loja.",
+ "Could not fetch list of apps from the App Store." : "Não foi possível buscar a lista de aplicativos na App Store.",
"Installing apps …" : "Instalando aplicativos...",
- "Nextcloud {app}" : "Nextcloud {app}",
"App download or installation failed" : "O download ou a instalação do aplicativo falhou",
- "Can't install this app because it is not compatible" : "Não foi possível instalar este aplicativo pois é incompatível",
- "Can't install this app" : "Não foi possível instalar este aplicativo",
+ "Cannot install this app because it is not compatible" : "Não foi possível instalar este aplicativo pois não é compatível.",
+ "Cannot install this app" : "Não foi possível instalar este aplicativo.",
"Cancel" : "Cancelar",
"Schedule work & meetings, synced with all your devices." : "Programe trabalhos e reuniões, sincronizados com seus dispositivos.",
"Keep your colleagues and friends in one place without leaking their private info." : "Mantenha seus colegas e amigos em um só lugar sem vazar informações particulares.",
"Simple email app nicely integrated with Files, Contacts and Calendar." : "Aplicativo de e-mail simples e bem integrado com Arquivos, Contatos e Calendário.",
"Chatting, video calls, screensharing, online meetings and web conferencing – in your browser and with mobile apps." : "Bate-papo, vídeo chamadas, compartilhamento de tela, reuniões online e conferência na web - no seu navegador e com aplicativos móveis.",
"Collaboratively edit office documents." : "Edite documentos de escritório colaborativamente.",
- "Local document editing back-end used by the OnlyOffice app." : "Infraestrutura de edição de documento local usado pelo aplicativo OnlyOffice.",
+ "Local document editing back-end used by the Collabora Online app." : "Backend de edição de documentos local usado pelo aplicativo Collabora Online.",
"Forgot password?" : "Esqueceu a senha?",
+ "Log in with a device" : "Logar-se com um dispositivo",
+ "Back" : "Voltar",
+ "Login form is disabled." : "O formulário de login está desativado.",
+ "Reset search" : "Redefinir pesquisa",
+ "Search for {name} only" : "Pesquisar somente por {nome}",
+ "No results for {query}" : "Sem resultados para {query}",
+ "Start typing to search" : "Comece a digitar para pesquisar",
+ "Loading more results …" : "Carregando mais resultados...",
+ "Load more results" : "Carregar mais resultados",
+ "Search" : "Pesquisar",
+ "An error occurred while searching for {type}" : "Ocorreu um erro ao pesquisar por {type}",
+ "_Please enter {minSearchLength} character or more to search_::_Please enter {minSearchLength} characters or more to search_" : ["Digite {minSearchLength} caractere ou mais para pesquisar","Digite {minSearchLength} caracteres ou mais para pesquisar"],
+ "Search {types} …" : "Pesquisar {types}…",
"Settings" : "Configurações",
"Could not load your contacts" : "Não foi possível carregar seus contatos",
"Search contacts …" : "Procurar contatos...",
@@ -234,6 +252,13 @@ OC.L10N.register(
"Strong password" : "Senha forte",
"No action available" : "Nenhuma ação disponível",
"Error fetching contact actions" : "Erro ao obter as ações de contato",
+ "Non-existing tag #{tag}" : "Etiqueta inexistente #{tag}",
+ "restricted" : "restrito",
+ "invisible" : "Invisível",
+ "Delete" : "Excluir",
+ "Rename" : "Renomear",
+ "Collaborative tags" : "Etiquetas colaborativas",
+ "No tags found" : "Nenhuma etiqueta encontrada",
"Personal" : "Pessoal",
"Users" : "Usuários",
"Apps" : "Aplicativos",
@@ -243,7 +268,10 @@ OC.L10N.register(
"File not found" : "Arquivo não encontrado",
"The document could not be found on the server. Maybe the share was deleted or has expired?" : "O documento não pôde ser encontrado no servidor. Talvez o compartilhamento tenha sido excluído ou tenha expirado.",
"Back to %s" : "Voltar para %s",
+ "Too many requests" : "Muitas requisições",
+ "There were too many requests from your network. Retry later or contact your administrator if this is an error." : "Houve muitas solicitações de sua rede. Tente novamente mais tarde ou entre em contato com o administrador se isso for um erro.",
"Error" : "Erro",
+ "Previous" : "Anterior",
"Internal Server Error" : "Erro Interno do Servidor",
"The server was unable to complete your request." : "O servidor não conseguiu completar sua solicitação.",
"If this happens again, please send the technical details below to the server administrator." : "Se isso acontecer novamente, envie os detalhes técnicos abaixo para o administrador do servidor.",
@@ -280,7 +308,7 @@ OC.L10N.register(
"SQLite should only be used for minimal and development instances. For production we recommend a different database backend." : "O SQLite deve ser usado apenas para instâncias mínimas e de desenvolvimento. Para produção, recomendamos um banco de dados diferente.",
"If you use clients for file syncing, the use of SQLite is highly discouraged." : "Se você usa clientes para sincronização de arquivos, o SQLite é altamente desencorajado.",
"Install recommended apps" : "Instalar aplicativos recomendados",
- "Calendar, Contacts, Talk, Mail & OnlyOffice" : "Calendário, Contatos, Talk, Correio & OnlyOffice",
+ "Calendar, Contacts, Talk, Mail & Collaborative editing" : "Calendário, Contatos, Conversa, E-mail e edição Colaborativa",
"Finish setup" : "Concluir configuração",
"Finishing …" : "Finalizando...",
"Need help?" : "Precisa de ajuda?",
@@ -294,14 +322,13 @@ OC.L10N.register(
"More apps" : "Mais aplicativos",
"More" : "Mais",
"More apps menu" : "Mais aplicativos",
- "Search" : "Pesquisar",
- "Reset search" : "Redefinir pesquisa",
"Contacts" : "Contatos",
"Contacts menu" : "Menu de contatos",
"Settings menu" : "Menu de configurações",
"Confirm your password" : "Confirme sua senha",
"Connect to your account" : "Conectar à sua conta",
"Please log in before granting %1$s access to your %2$s account." : "Logue-se antes de conceder acesso %1$s à sua conta %2$s.",
+ "If you are not trying to set up a new device or app, someone is trying to trick you into granting them access to your data. In this case do not proceed and instead contact your system administrator." : "Se você não está tentando configurar um novo dispositivo ou aplicativo, alguém está tentando induzi-lo a conceder acesso a seus dados. Nesse caso, não prossiga e entre em contato com o administrador do sistema.",
"App token" : "Token do aplicativo",
"Grant access" : "Conceder acesso",
"Alternative log in using app token" : "Login alternativo usando aplicativo de token",
@@ -310,7 +337,7 @@ OC.L10N.register(
"Account connected" : "Conta conectada",
"Your client should now be connected!" : "Seu cliente deve estar conectado agora!",
"You can close this window." : "Você pode fechar esta janela.",
- "This share is password-protected" : "Este compartilhamento é protegido por senha",
+ "This share is password-protected" : "Compartilhamento protegido por senha",
"The password is wrong. Try again." : "Senha incorreta. Tente novamente.",
"Two-factor authentication" : "Autenticação de dois fatores",
"Enhanced security is enabled for your account. Choose a second factor for authentication:" : "A segurança aprimorada está ativada para sua conta. Escolha um segundo fator para autenticação:",
@@ -326,10 +353,10 @@ OC.L10N.register(
"Error while validating your second factor" : "Erro ao validar o segundo fator",
"Access through untrusted domain" : "Acessar através de um domínio inseguro",
"Please contact your administrator. If you are an administrator, edit the \"trusted_domains\" setting in config/config.php like the example in config.sample.php." : "Por favor contacte seu administrador. Se você for o administrador, edite a configuração \"trusted_domains\" em config/config.php como o exemplo em config.sample.php.",
- "Further information how to configure this can be found in the %1$sdocumentation%2$s." : "Mais informações de como configurar isso pode ser encontrado na %1$sdocumentação%2$s.",
+ "Further information how to configure this can be found in the %1$sdocumentation%2$s." : "Mais informações de como configurar isso podem ser encontradas na %1$sdocumentação%2$s.",
"App update required" : "Atualização de aplicativo é necessária",
"%1$s will be updated to version %2$s" : "%1$s será atualizado para a versão %2$s",
- "These apps will be updated:" : "Estes aplicativos serão atualizados:",
+ "The following apps will be updated:" : "Os seguintes aplicativos serão atualizados:",
"These incompatible apps will be disabled:" : "Estes aplicativos incompatíveis serão desabilitados:",
"The theme %s has been disabled." : "O tema %s foi desativado.",
"Please make sure that the database, the config folder and the data folder have been backed up before proceeding." : "Por favor, certifique-se de que o banco de dados, a pasta config e a pasta de dados foram copiados antes de prosseguir.",
@@ -344,96 +371,50 @@ OC.L10N.register(
"Maintenance mode" : "Modo de manutenção",
"This %s instance is currently in maintenance mode, which may take a while." : "Esta instância %s está em modo de manutenção, o que pode demorar um pouco.",
"This page will refresh itself when the instance is available again." : "Esta página será atualizada quando o Nextcloud estiver disponível novamente.",
- "Contact your system administrator if this message persists or appeared unexpectedly." : "Contacte o administrador do sistema se esta mensagem persistir ou aparecer inesperadamente.",
- "Could not send reset email because there is no email address for this username. Please contact your administrator." : "Não foi possível enviar e-mail de redefinição porque não há nenhum endereço de e-mail para este nome de usuário. Entre em contato com o administrador.",
- "Couldn't send reset email. Please make sure your username is correct." : "Não foi possível enviar o e-mail de redefinição. Verifique se o seu nome de usuário está correto.",
- "We have send a password reset e-mail to the e-mail address known to us for this account. If you do not receive it within a reasonable amount of time, check your spam/junk folders.<br>If it is not there ask your local administrator." : "Enviamos um e-mail de redefinição de senha para o e-mail desta conta. Se você não recebê-lo dentro de um período de tempo razoável, verifique suas pastas de spam/lixo eletrônico.<br>Se não estiver lá, pergunte ao seu administrador.",
- "Your files are encrypted. There will be no way to get your data back after your password is reset.<br />If you are not sure what to do, please contact your administrator before you continue. <br />Do you really want to continue?" : "Seus arquivos são criptografados. Não existe nenhuma maneira de ter seus dados de volta depois que sua senha seja redefinida.<br /> Se você não tem certeza do que fazer, por favor contate seu administrador antes de continuar.<br />Você realmente deseja continuar?",
- "Sending email …" : "Enviando e-mail...",
- "You are currently running PHP 5.6. The current major version of Nextcloud is the last that is supported on PHP 5.6. It is recommended to upgrade the PHP version to 7.0+ to be able to upgrade to Nextcloud 14." : "Você está rodando PHP 5.6. A versão atual do Nextcloud é a última a suportar o PHP 5.6. Recomendamos passar para a versão 7.0+ para poder fazer upgrade para o Nextcloud 14.",
- "Accessing site insecurely via HTTP. You are strongly adviced to set up your server to require HTTPS instead, as described in the <a href=\"{docUrl}\">security tips ↗</a>." : "Acessando o site de forma insegura via HTTP. É recomendado configurar seu servidor para exigir HTTPS, conforme descrito nas <a href=\"{docUrl}\">dicas de segurança ↗</a>.",
- "Shared" : "Compartilhado",
- "Shared with" : "Compartilhado com",
- "Shared by" : "Compartilhado por",
- "Choose a password for the public link" : "Escolha uma senha",
- "Choose a password for the public link or press the \"Enter\" key" : "Escolha uma senha",
- "Copied!" : "Copiado!",
- "Copy link" : "Copiar link",
- "Not supported!" : "Não suportado!",
- "Press ⌘-C to copy." : "Pressione ⌘-C para copiar.",
- "Press Ctrl-C to copy." : "Pressione Ctrl-C para copiar.",
- "Unable to create a link share" : "Não é possível criar um compartilhamento por link",
- "Unable to toggle this option" : "Não é possível alternar esta opção",
- "Resharing is not allowed" : "Não é permitido recompartilhar",
- "Link" : "Link",
- "Hide download" : "Ocultar download",
- "Password protection enforced" : "Proteção por senha aplicada",
- "Password protect" : "Proteger com senha",
- "Allow editing" : "Permitir edição",
- "Email link to person" : "Enviar link por e-mail",
- "Send" : "Enviar",
- "Allow upload and editing" : "Permitir envio e edição",
- "Read only" : "Somente leitura",
- "File drop (upload only)" : "Zona de arquivos (somente envio)",
- "Expiration date enforced" : "Data de expiração aplicada",
- "Set expiration date" : "Definir data de expiração",
- "Expiration" : "Expiração",
- "Expiration date" : "Data de expiração",
- "Note to recipient" : "Nota para o destinatário",
- "Unshare" : "Descompartilhar",
- "Delete share link" : "Excluir link de compartilhamento",
- "Add another link" : "Adicionar outro link",
- "Password protection for links is mandatory" : "A proteção por senha para links é obrigatória",
- "Share to {name}" : "Compartilhar com {name}",
- "Share link" : "Compartilhar link",
- "New share link" : "Novo link de compartilhamento",
- "Created on {time}" : "Criado em {time}",
- "Password protect by Talk" : "Senha protegida pelo Talk",
- "Could not unshare" : "Não foi possível descompartilhar",
- "Shared with you and the group {group} by {owner}" : "Compartilhado com você e com o grupo {group} por {owner}",
- "Shared with you and {circle} by {owner}" : "Compartilhado com você e {circle} por {owner}",
- "Shared with you and the conversation {conversation} by {owner}" : "Compartilhado com você e a conversa {conversation} por {owner}",
- "Shared with you in a conversation by {owner}" : "Compartilhado com você em uma conversa por {owner}",
- "Shared with you by {owner}" : "Compartilhado com você por {owner}",
- "Choose a password for the mail share" : "Escolha uma senha",
- "group" : "grupo",
- "remote" : "remoto",
- "remote group" : "grupo remoto",
- "email" : "e-mail",
- "conversation" : "Conversa",
- "shared by {sharer}" : "compartilhado por {sharer}",
- "Can reshare" : "Pode compartilhar novamente",
- "Can edit" : "Pode editar",
- "Can create" : "Pode criar",
- "Can change" : "Pode modificar",
- "Can delete" : "Pode excluir",
- "Access control" : "Controle de acesso",
- "{shareInitiatorDisplayName} shared via link" : "{shareInitiatorDisplayName} compartilhou por link",
- "Error while sharing" : "Erro ao compartilhar",
- "Share details could not be loaded for this item." : "Detalhes de compartilhamento não puderam ser carregados para este item.",
- "Search globally" : "Pesquisar globalmente",
- "_At least {count} character is needed for autocompletion_::_At least {count} characters are needed for autocompletion_" : ["Pelo menos {count} caractere é necessário para completar automaticamente","Pelo menos {count} caracteres são necessários para completar automaticamente"],
- "This list is maybe truncated - please refine your search term to see more results." : "Esta lista pode estar truncada - por favor refina seus termos de pesquisa para ver mais resultados",
- "No users or groups found for {search}" : "Nenhum usuário ou grupo encontrado para {search}",
- "No users found for {search}" : "Nenhum usuário encontrado para {search}",
- "An error occurred (\"{message}\"). Please try again" : "Ocorreu um erro (\"{message}\"). Tente novamente",
- "An error occurred. Please try again" : "Ocorreu um erro. Tente novamente",
- "Home" : "Home",
- "Work" : "Trabalho",
- "Other" : "Outro",
- "{sharee} (remote group)" : "{sharee} (grupo remoto)",
- "{sharee} ({type}, {owner})" : "{sharee} ({type}, {owner})",
- "Share" : "Compartilhar",
- "Name or email address..." : "Nome ou endereço de e-mail...",
- "Name or federated cloud ID..." : "Nome ou ID de cloud federada...",
- "Name, federated cloud ID or email address..." : "Nome, ID de cloud federada ou e-mail...",
- "Name..." : "Nome...",
- "Error removing share" : "Erro na exclusão do compartilhamento",
- "({scope})" : "({scope})",
- "Saving..." : "Salvando...",
- "Dismiss" : "Rejeitar",
- "Your client should now be connected! You can close this window." : "Seu cliente deve estar conectado agora! Você pode fechar esta janela.",
- "New Password" : "Nova senha",
- "Cancel log in" : "Cancelar login"
+ "Contact your system administrator if this message persists or appeared unexpectedly." : "Entre em contato com o administrador do sistema se esta mensagem persistir ou aparecer inesperadamente.",
+ "Checking whether the database schema can be updated (this can take a long time depending on the database size)" : "Verificando se o schema do banco de dados pode ser atualizado (isso pode levar muito tempo, dependendo do tamanho do banco de dados)",
+ "Checked database schema update" : "Verificada a atualização do schema de banco de dados",
+ "Checking updates of apps" : "Verificando atualizações de aplicativos",
+ "Checking for update of app \"%s\" in appstore" : "Verificando atualização para o aplicativo \"%s\" na appstore",
+ "Update app \"%s\" from appstore" : "Atualizar aplicativo \"%s\" a partir da appstore",
+ "Checked for update of app \"%s\" in appstore" : "Verificada atualização do aplicativo \"%s\" na appstore",
+ "Checked database schema update for apps" : "Verificada a atualização do schema do banco de dados para aplicativos",
+ "Following apps have been disabled: %s" : "Os seguintes aplicativos foram desabilitados: %s",
+ "Your web server is not properly set up to resolve \"{url}\". Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Seu servidor web não está configurado corretamente para resolver \"{url}\". Mais informações podem ser encontradas na <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentação</a>.",
+ "Your web server is not properly set up to resolve \"{url}\". This is most likely related to a web server configuration that was not updated to deliver this folder directly. Please compare your configuration against the shipped rewrite rules in \".htaccess\" for Apache or the provided one in the documentation for Nginx at it's <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation page</a>. On Nginx those are typically the lines starting with \"location ~\" that need an update." : "Seu servidor da web não está configurado corretamente para resolver \"{url}\". Isso está relacionado a uma configuração do servidor web que não foi atualizado para entregar essa pasta diretamente. Por favor, compare sua configuração com as regras de reescrita enviadas em \".htaccess\" para o Apache ou fornecido na documentação do Nginx em sua <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">página da documentação</a>. No Nginx, as linhas que começam com \"location ~\" precisam de atualização.",
+ "Your web server is not properly set up to deliver .woff2 files. This is typically an issue with the Nginx configuration. For Nextcloud 15 it needs an adjustement to also deliver .woff2 files. Compare your Nginx configuration to the recommended configuration in our <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Seu servidor da web não está configurado corretamente para entregar arquivos .woff2. Isso geralmente é um problema com a configuração do Nginx. Para o Nextcloud 15 ele precisa de um ajuste para também entregar arquivos .woff2. Compare sua configuração do Nginx com a configuração recomendada em nossa <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentação</a>.",
+ "Please check the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">installation documentation ↗</a> for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "Verifique a <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentação de instalação ↗</a> para as notas de configuração do PHP, especialmente ao usar o php-fpm.",
+ "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems. See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation ↗</a> for more information." : "O bloqueio transacional de arquivo está desativado, isso pode levar a problemas com as condições de corrida. Ative \"filelocking.enabled\" no config.php para evitar esses problemas. Veja a <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentação ↗</a> para mais informações.",
+ "Last background job execution ran {relativeTime}. Something seems wrong." : "A última execução do trabalho em segundo plano foi executada em {relativeTime}. Algo parece errado.",
+ "Check the background job settings" : "Verifique as configurações do trabalho em segundo plano",
+ "No memory cache has been configured. To enhance performance, please configure a memcache, if available. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Nenhum cache de memória foi configurado. Para melhorar o desempenho, configure um memcache, se disponível. Mais informações podem ser encontradas na <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentação</a>.",
+ "No suitable source for randomness found by PHP which is highly discouraged for security reasons. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Nenhuma fonte de aleatoriedade foi encontrada pelo PHP, o que é desencorajado por razões de segurança. Mais informações podem ser encontradas na <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentação</a>.",
+ "You are currently running PHP {version}. Upgrade your PHP version to take advantage of <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">performance and security updates provided by the PHP Group</a> as soon as your distribution supports it." : "Você está executando o PHP {version}. Atualize esta versão para aproveitar as <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">atualizações de desempenho e segurança fornecidas pelo Grupo PHP</a> assim que sua distribuição a suportar.",
+ "The reverse proxy header configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If not, this is a security issue and can allow an attacker to spoof their IP address as visible to the Nextcloud. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "A configuração do cabeçalho do proxy reverso está incorreta ou você está acessando o Nextcloud a partir de um proxy confiável. Caso contrário, isso é um problema de segurança e pode permitir que um invasor ataque seu endereço IP visível do Nextcloud. Mais informações podem ser encontradas na <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentação</a>.",
+ "Memcached is configured as distributed cache, but the wrong PHP module \"memcache\" is installed. \\OC\\Memcache\\Memcached only supports \"memcached\" and not \"memcache\". See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">memcached wiki about both modules</a>." : "O Memcached está configurado como cache distribuído, mas o módulo PHP \"memcache\" errado está instalado. \\OC\\Memcache\\Memcached somente suporta \"memcached\" e não \"memcache\". Leia no <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">wiki memcached sobre este módulos</a>.",
+ "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">List of invalid files…</a> / <a href=\"{rescanEndpoint}\">Rescan…</a>)" : "Alguns arquivos não passaram na verificação de integridade. Mais informações sobre como resolver esse problema podem ser encontradas na <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentação</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">Lista de arquivos inválidos…</a> / <a href=\"{rescanEndpoint}\">Verificar novamente…</a>)",
+ "The PHP OPcache module is not loaded. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance it is recommended</a> to load it into your PHP installation." : "O módulo PHP OPcache não está carregado. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Para um melhor desempenho, é recomendado</a> carregá-lo em sua instalação do PHP.",
+ "The PHP OPcache is not properly configured. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance it is recommended</a> to use the following settings in the <code>php.ini</code>:" : "O PHP OPcache não está configurado corretamente.<a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\"> Para um melhor desempenho é recomendado</a> usar as seguintes configurações no <code>php.ini</code>:",
+ "Some columns in the database are missing a conversion to big int. Due to the fact that changing column types on big tables could take some time they were not changed automatically. By running 'occ db:convert-filecache-bigint' those pending changes could be applied manually. This operation needs to be made while the instance is offline. For further details read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "Algumas colunas no banco de dados não possuem uma conversão para big int. Pelo fato de que alterar tipos de coluna em tabelas grandes pode levar algum tempo, eles não foram alterados automaticamente. Ao executar 'occ db: convert-filecache-bigint', essas alterações pendentes podem ser aplicadas manualmente. Essa operação precisa ser feita enquanto a instância está offline. Para mais detalhes, leia <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">a documentação sobre isso</a>.",
+ "To migrate to another database use the command line tool: 'occ db:convert-type', or see the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation ↗</a>." : "Para migrar o banco de dados, use o comando: 'occ db: convert-type' ou consulte a <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentação ↗</a>.",
+ "Use of the the built in php mailer is no longer supported. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Please update your email server settings ↗<a/>." : "O uso do mailer php embutido não é mais suportado. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Atualize suas configurações do servidor de e-mail ↗<a/>.",
+ "MySQL is used as database but does not support 4-byte characters. To be able to handle 4-byte characters (like emojis) without issues in filenames or comments for example it is recommended to enable the 4-byte support in MySQL. For further details read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "O MySQL é usado como banco de dados mas não suporta caracteres 4-byte. Para manipular caracteres 4-byte (como emojis) em nomes de arquivos ou comentários, é recomendável ativar o suporte 4-byte no MySQL. Para mais detalhes, leia <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">a documentação sobre isso</a>.",
+ "You are accessing your instance over a secure connection, however your instance is generating insecure URLs. This most likely means that you are behind a reverse proxy and the overwrite config variables are not set correctly. Please read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "Você está acessando por uma conexão segura. No entanto, sua instância está gerando URLs inseguros. Isso provavelmente significa que você está atrás de um proxy reverso e as variáveis de configuração de substituição não estão definidas corretamente. Leia a <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentação sobre isso</a>.",
+ "The \"{header}\" HTTP header is not set to \"{val1}\", \"{val2}\", \"{val3}\", \"{val4}\" or \"{val5}\". This can leak referer information. See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{link}\">W3C Recommendation ↗</a>." : "O cabeçalho HTTP \"{header}\" não está definido para \"{val1}\", \"{val2}\", \"{val3}\", \"{val4}\" ou \"{val5}\". Pode haver vazamento de informações de referência. Veja a <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{link}\">Recomendação W3C ↗</a>.",
+ "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the <a href=\"{docUrl}\" rel=\"noreferrer noopener\">security tips ↗</a>." : "O cabeçalho HTTP \"Strict-Transport-Security\" não está definido para ao menos \"{seconds}\" segundos. Para maior segurança, é recomendado ativar o HSTS conforme descrito nas <a href=\"{docUrl}\" rel=\"noreferrer noopener\">dicas de segurança ↗</a>.",
+ "Accessing site insecurely via HTTP. You are strongly advised to set up your server to require HTTPS instead, as described in the <a href=\"{docUrl}\">security tips ↗</a>." : "Acessando site de forma insegura via HTTP. É altamente recomendável que você configure seu servidor para exigir HTTPS, como descrito nas <a href=\"{docUrl}\">dicas de segurança ↗</a>.",
+ "Continue to Nextcloud" : "Abrir o Nextcloud",
+ "_The update was successful. Redirecting you to Nextcloud in %n second._::_The update was successful. Redirecting you to Nextcloud in %n seconds._" : ["A atualização terminou com sucesso. Redirecionando você para Nextcloud em %n segundo.","A atualização terminou com sucesso. Redirecionando você para Nextcloud em %n segundos."],
+ "Searching other places" : "Pesquisando em outros lugares",
+ "No search results in other folders for {tag}{filter}{endtag}" : "Pesquisa sem resultados em outras pastas para {tag}{filter}{endtag}",
+ "_{count} search result in another folder_::_{count} search results in other folders_" : ["{count} resultado da pesquisa em outras pastas","{count} resultados da pesquisa em outras pastas"],
+ "A password reset message has been sent to the e-mail address of this account. If you do not receive it, check your spam/junk folders or ask your local administrator for help." : "Uma mensagem de redefinição de senha foi enviada para o e-mail dessa conta. Se você não receber, verifique suas pastas de spam/lixo ou peça ajuda ao administrador.",
+ "Password can not be changed. Please contact your administrator." : "A senha não pôde ser alterada. Por favor, contate o administrador.",
+ "Could not fetch list of apps from the app store." : "Não foi possível buscar a lista de aplicativos na loja.",
+ "Nextcloud {app}" : "Nextcloud {app}",
+ "Can't install this app because it is not compatible" : "Não foi possível instalar este aplicativo pois é incompatível",
+ "Can't install this app" : "Não foi possível instalar este aplicativo",
+ "These apps will be updated:" : "Estes aplicativos serão atualizados:",
+ "For more details see the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Para mais detalhes, veja a <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentação</a>."
},
"nplurals=2; plural=(n > 1);");
diff --git a/core/l10n/pt_BR.json b/core/l10n/pt_BR.json
index bb17e72e514..9c7da10e010 100644
--- a/core/l10n/pt_BR.json
+++ b/core/l10n/pt_BR.json
@@ -3,16 +3,25 @@
"File is too big" : "O arquivo é muito grande",
"The selected file is not an image." : "O arquivo selecionado não é uma imagem",
"The selected file cannot be read." : "O arquivo selecionado não pôde ser lido",
+ "The file was uploaded" : "O arquivo foi enviado",
+ "The uploaded file exceeds the upload_max_filesize directive in php.ini" : "O arquivo enviado excede a diretiva upload_max_filesize em php.ini",
+ "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "O arquivo enviado excede a diretiva MAX_FILE_SIZE que foi especificada no formulário HTML",
+ "The file was only partially uploaded" : "O arquivo foi carregado apenas parcialmente",
+ "No file was uploaded" : "Nenhum arquivo foi enviado",
+ "Missing a temporary folder" : "Faltando uma pasta temporária",
+ "Could not write file to disk" : "Não foi possível gravar o arquivo no disco",
+ "A PHP extension stopped the file upload" : "Uma extensão PHP interrompeu o upload do arquivo",
"Invalid file provided" : "Arquivo fornecido inválido",
"No image or file provided" : "Nenhuma imagem ou arquivo fornecido",
"Unknown filetype" : "Tipo de arquivo desconhecido",
"Invalid image" : "Imagem inválida",
- "An error occurred. Please contact your admin." : "Ocorreu um erro. Contacte o administrador.",
+ "An error occurred. Please contact your admin." : "Ocorreu um erro. Entre em contato com o administrador.",
"No temporary profile picture available, try again" : "Nenhuma imagem temporária disponível no perfil, tente novamente",
"No crop data provided" : "Nenhum dado recortado fornecido",
"No valid crop data provided" : "Nenhum dado recortado válido",
"Crop is not square" : "Recorte não é quadrado",
"State token does not match" : "O estado do token não coincide",
+ "Invalid app password" : "Senha do aplicativo inválida",
"Could not complete login" : "Não foi possível concluir o login",
"Your login token is invalid or has expired" : "Seu token de login é inválido ou expirou",
"Password reset is disabled" : "A redefinição de senha está desabilitada",
@@ -24,8 +33,10 @@
"Click the following link to reset your password. If you have not requested the password reset, then ignore this email." : "Clique no link abaixo para redefinir sua senha. Se você não solicitou isso, ignore este e-mail.",
"Reset your password" : "Redefinir sua senha",
"Nextcloud Server" : "Servidor Nextcloud",
- "Some of your link shares have been removed" : "Alguns dos seus compartilhamentos de links foram removidos",
- "Due to a security bug we had to remove some of your link shares. Please see the link for more information." : "Devido a um bug de segurança, tivemos que remover alguns dos seus compartilhamentos de links. Por favor, veja o link para mais informações.",
+ "Some of your link shares have been removed" : "Alguns dos seus compartilhamentos por link foram removidos",
+ "Due to a security bug we had to remove some of your link shares. Please see the link for more information." : "Devido a um bug de segurança, tivemos que remover alguns dos seus compartilhamentos por link. Por favor, veja o link para mais informações.",
+ "The user limit of this instance is reached." : "O limite do usuário desta instância foi atingido.",
+ "Enter your subscription key to increase the user limit. For more information about Nextcloud Enterprise see our website." : "Digite sua chave de assinatura para aumentar o limite de usuários. Para obter mais informações sobre o Nextcloud Enterprise, consulte nosso website.",
"Preparing update" : "Preparando a atualização",
"[%d / %d]: %s" : "[%d / %d]: %s",
"Repair step:" : "Etapa do reparo:",
@@ -39,76 +50,70 @@
"Maintenance mode is kept active" : "O modo de manutenção está sendo mantido como ativo",
"Updating database schema" : "Atualizando o schema do banco de dados",
"Updated database" : "Atualizar o banco de dados",
- "Checking whether the database schema can be updated (this can take a long time depending on the database size)" : "Verificando se o schema do banco de dados pode ser atualizado (isso pode levar muito tempo, dependendo do tamanho do banco de dados)",
- "Checked database schema update" : "Verificada a atualização do schema de banco de dados",
- "Checking updates of apps" : "Verificando atualizações de aplicativos",
- "Checking for update of app \"%s\" in appstore" : "Verificando atualização para o aplicativo \"%s\" na appstore",
- "Update app \"%s\" from appstore" : "Atualizar aplicativo \"%s\" a partir da appstore",
- "Checked for update of app \"%s\" in appstore" : "Verificada atualização do aplicativo \"%s\" na appstore",
+ "Checking for update of app \"%s\" in App Store" : "Verificando a atualização do aplicativo \"%s\" na App Store",
+ "Update app \"%s\" from App Store" : "Atualizar aplicativo \"%s\" da App Store",
+ "Checked for update of app \"%s\" in App Store" : "Verificando a atualização do aplicativo \"%s\" na App Store",
"Checking whether the database schema for %s can be updated (this can take a long time depending on the database size)" : "Verificando se o schema do banco de dados para %s pode ser atualizado (isso pode levar muito tempo, dependendo do tamanho do banco de dados)",
- "Checked database schema update for apps" : "Verificada a atualização do schema do banco de dados para aplicativos",
"Updated \"%1$s\" to %2$s" : "Atualizou \"%1$s\" para %2$s",
"Set log level to debug" : "Definir o nível de log para debug",
"Reset log level" : "Redefinir o nível do log",
"Starting code integrity check" : "Inicializando a verificação da integridade do código",
"Finished code integrity check" : "Finalizada a verificação de integridade do código",
"%s (incompatible)" : "%s (incompatível)",
- "Following apps have been disabled: %s" : "Os seguintes aplicativos foram desabilitados: %s",
+ "The following apps have been disabled: %s" : "Os seguintes aplicativos foram desativados: %s",
"Already up to date" : "Já está atualizado",
"Your web server is not yet properly set up to allow file synchronization, because the WebDAV interface seems to be broken." : "Seu servidor web ainda não está configurado corretamente para permitir a sincronização de arquivos, porque a interface do WebDAV parece estar quebrada.",
- "Your web server is not properly set up to resolve \"{url}\". Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Seu servidor web não está configurado corretamente para resolver \"{url}\". Mais informações podem ser encontradas na <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentação</a>.",
- "Your web server is not properly set up to resolve \"{url}\". This is most likely related to a web server configuration that was not updated to deliver this folder directly. Please compare your configuration against the shipped rewrite rules in \".htaccess\" for Apache or the provided one in the documentation for Nginx at it's <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation page</a>. On Nginx those are typically the lines starting with \"location ~\" that need an update." : "Seu servidor da web não está configurado corretamente para resolver \"{url}\". Isso está relacionado a uma configuração do servidor web que não foi atualizado para entregar essa pasta diretamente. Por favor, compare sua configuração com as regras de reescrita enviadas em \".htaccess\" para o Apache ou fornecido na documentação do Nginx em sua <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">página da documentação</a>. No Nginx, as linhas que começam com \"location ~\" precisam de atualização.",
- "Your web server is not properly set up to deliver .woff2 files. This is typically an issue with the Nginx configuration. For Nextcloud 15 it needs an adjustement to also deliver .woff2 files. Compare your Nginx configuration to the recommended configuration in our <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Seu servidor da web não está configurado corretamente para entregar arquivos .woff2. Isso geralmente é um problema com a configuração do Nginx. Para o Nextcloud 15 ele precisa de um ajuste para também entregar arquivos .woff2. Compare sua configuração do Nginx com a configuração recomendada em nossa <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentação</a>.",
+ "Your web server is not properly set up to resolve \"{url}\". Further information can be found in the {linkstart}documentation ↗{linkend}." : "Seu servidor da web não está configurado corretamente para resolver \"{url}\". Mais informações podem ser encontradas na {linkstart}documentação ↗{linkend}.",
+ "Your web server is not properly set up to resolve \"{url}\". This is most likely related to a web server configuration that was not updated to deliver this folder directly. Please compare your configuration against the shipped rewrite rules in \".htaccess\" for Apache or the provided one in the documentation for Nginx at it's {linkstart}documentation page ↗{linkend}. On Nginx those are typically the lines starting with \"location ~\" that need an update." : "Seu servidor da web não está configurado corretamente para resolver \"{url}\". Provavelmente, isso está relacionado a uma configuração do servidor da web que não foi atualizada para entregar essa pasta diretamente. Compare sua configuração com as regras de reescrita enviadas em \".htaccess\" para Apache ou aquela fornecida na documentação para Nginx em sua {linkstart}página de documentação ↗{linkend}. No Nginx essas são normalmente as linhas que começam com \"location ~\" que precisam de uma atualização. ",
+ "Your web server is not properly set up to deliver .woff2 files. This is typically an issue with the Nginx configuration. For Nextcloud 15 it needs an adjustement to also deliver .woff2 files. Compare your Nginx configuration to the recommended configuration in our {linkstart}documentation ↗{linkend}." : "Seu servidor da web não está configurado corretamente para entregar arquivos .woff2. Normalmente, esse é um problema com a configuração do Nginx. Para o Nextcloud 15, é necessário um ajuste para entregar também arquivos .woff2. Compare sua configuração Nginx com a configuração recomendada em nossa {linkstart}documentação ↗{linkend}.",
"PHP does not seem to be setup properly to query system environment variables. The test with getenv(\"PATH\") only returns an empty response." : "O PHP não parece estar configurado corretamente para consultar variáveis de ambiente do sistema. O teste com getenv(\"PATH\") retorna apenas uma resposta vazia.",
- "Please check the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">installation documentation ↗</a> for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "Verifique a <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentação de instalação ↗</a> para as notas de configuração do PHP, especialmente ao usar o php-fpm.",
+ "Please check the {linkstart}installation documentation ↗{linkend} for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "Verifique a {linkstart}documentação de instalação ↗{linkend} para notas de configuração de PHP e a configuração de PHP do seu servidor, especialmente ao usar php-fpm.",
"The read-only config has been enabled. This prevents setting some configurations via the web-interface. Furthermore, the file needs to be made writable manually for every update." : "A configuração read-only foi ativada. Isso impede a definição de algumas configurações através da interface web. Além disso, o arquivo precisa ser gravado manualmente em cada atualização.",
"Your database does not run with \"READ COMMITTED\" transaction isolation level. This can cause problems when multiple actions are executed in parallel." : "O banco de dados não está rodando com o nível de isolamento de transação \"READ COMMITTED\". Isso pode causar problemas quando várias ações são executadas em paralelo.",
"The PHP module \"fileinfo\" is missing. It is strongly recommended to enable this module to get the best results with MIME type detection." : "O módulo PHP \"fileinfo\" está faltando. É recomendado ativar este módulo para obter os melhores resultados com a detecção de tipos MIME.",
- "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems. See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation ↗</a> for more information." : "O bloqueio transacional de arquivo está desativado, isso pode levar a problemas com as condições de corrida. Ative \"filelocking.enabled\" no config.php para evitar esses problemas. Veja a <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentação ↗</a> para mais informações.",
+ "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems. See the {linkstart}documentation ↗{linkend} for more information." : "O bloqueio de arquivo transacional está desabilitado, isso pode levar a problemas com condições de corrida. Habilite \"filelocking.enabled\" em config.php para evitar esses problemas. Consulte a {linkstart}documentação ↗{linkend} para obter mais informação.",
"If your installation is not installed at the root of the domain and uses system cron, there can be issues with the URL generation. To avoid these problems, please set the \"overwrite.cli.url\" option in your config.php file to the webroot path of your installation (suggestion: \"{suggestedOverwriteCliURL}\")" : "Se sua instalação não estiver instalada na raiz do domínio e usar o cron do sistema, pode haver problemas com a geração da URL. Para evitar esses problemas, defina a opção \"overwrite.cli.url\" no arquivo config.php para o caminho webroot da sua instalação (sugestão: \"{suggestedOverwriteCliURL}\")",
+ "Your installation has no default phone region set. This is required to validate phone numbers in the profile settings without a country code. To allow numbers without a country code, please add \"default_phone_region\" with the respective {linkstart}ISO 3166-1 code ↗{linkend} of the region to your config file." : "Sua instalação não tem uma região de telefone padrão definida. Isso é necessário para validar números de telefone nas configurações do perfil sem um código de país. Para permitir números sem um código de país, adicione \"default_phone_region\" com o respectivo {linkstart}código ISO 3166-1 ↗{linkend} da região para o seu arquivo de configuração.",
"It was not possible to execute the cron job via CLI. The following technical errors have appeared:" : "Não foi possível executar a tarefa cron pelo CLI. Os seguintes erros técnicos surgiram:",
- "Last background job execution ran {relativeTime}. Something seems wrong." : "A última execução do trabalho em segundo plano foi executada em {relativeTime}. Algo parece errado.",
- "Check the background job settings" : "Verifique as configurações do trabalho em segundo plano",
+ "Last background job execution ran {relativeTime}. Something seems wrong. {linkstart}Check the background job settings ↗{linkend}." : "A última execução do trabalho em segundo plano foi {relativeTime}. Parece que há algo errado. {linkstart}Verifique as configurações do trabalho em segundo plano ↗{linkend}.",
"This server has no working Internet connection: Multiple endpoints could not be reached. This means that some of the features like mounting external storage, notifications about updates or installation of third-party apps will not work. Accessing files remotely and sending of notification emails might not work, either. Establish a connection from this server to the Internet to enjoy all features." : "Este servidor não possui conexão com a internet: Vários pontos não puderam ser acessados. Isso significa que alguns dos recursos como montagem de armazenamento externo, notificações sobre atualizações ou instalação de aplicativos de terceiros não funcionarão. Acesso a arquivos remotos e envio de e-mails de notificação não funcionarão também. Estabeleça uma conexão deste servidor com a Internet para aproveitar todos os recursos.",
- "No memory cache has been configured. To enhance performance, please configure a memcache, if available. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Nenhum cache de memória foi configurado. Para melhorar o desempenho, configure um memcache, se disponível. Mais informações podem ser encontradas na <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentação</a>.",
- "No suitable source for randomness found by PHP which is highly discouraged for security reasons. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Nenhuma fonte de aleatoriedade foi encontrada pelo PHP, o que é desencorajado por razões de segurança. Mais informações podem ser encontradas na <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentação</a>.",
- "You are currently running PHP {version}. Upgrade your PHP version to take advantage of <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">performance and security updates provided by the PHP Group</a> as soon as your distribution supports it." : "Você está executando o PHP {version}. Atualize esta versão para aproveitar as <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">atualizações de desempenho e segurança fornecidas pelo Grupo PHP</a> assim que sua distribuição a suportar.",
- "Nextcloud 19 is the last release supporting PHP 7.2. Nextcloud 20 requires at least PHP 7.3." : "O Nextcloud 19 é a última versão suportando o PHP 7.2. O Nextcloud 20 requer pelo menos PHP 7.3.",
- "The reverse proxy header configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If not, this is a security issue and can allow an attacker to spoof their IP address as visible to the Nextcloud. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "A configuração do cabeçalho do proxy reverso está incorreta ou você está acessando o Nextcloud a partir de um proxy confiável. Caso contrário, isso é um problema de segurança e pode permitir que um invasor ataque seu endereço IP visível do Nextcloud. Mais informações podem ser encontradas na <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentação</a>.",
- "Memcached is configured as distributed cache, but the wrong PHP module \"memcache\" is installed. \\OC\\Memcache\\Memcached only supports \"memcached\" and not \"memcache\". See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">memcached wiki about both modules</a>." : "O Memcached está configurado como cache distribuído, mas o módulo PHP \"memcache\" errado está instalado. \\OC\\Memcache\\Memcached somente suporta \"memcached\" e não \"memcache\". Leia no <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">wiki memcached sobre este módulos</a>.",
- "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">List of invalid files…</a> / <a href=\"{rescanEndpoint}\">Rescan…</a>)" : "Alguns arquivos não passaram na verificação de integridade. Mais informações sobre como resolver esse problema podem ser encontradas na <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentação</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">Lista de arquivos inválidos…</a> / <a href=\"{rescanEndpoint}\">Verificar novamente…</a>)",
- "The PHP OPcache module is not loaded. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance it is recommended</a> to load it into your PHP installation." : "O módulo PHP OPcache não está carregado. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Para um melhor desempenho, é recomendado</a> carregá-lo em sua instalação do PHP.",
- "The PHP OPcache is not properly configured. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance it is recommended</a> to use the following settings in the <code>php.ini</code>:" : "O PHP OPcache não está configurado corretamente.<a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\"> Para um melhor desempenho é recomendado</a> usar as seguintes configurações no <code>php.ini</code>:",
+ "No memory cache has been configured. To enhance performance, please configure a memcache, if available. Further information can be found in the {linkstart}documentation ↗{linkend}." : "Nenhum cache de memória foi configurado. Para melhorar o desempenho, configure um memcache, se disponível. Mais informações podem ser encontradas na {linkstart}documentação ↗{linkend}.",
+ "No suitable source for randomness found by PHP which is highly discouraged for security reasons. Further information can be found in the {linkstart}documentation ↗{linkend}." : "Nenhuma fonte adequada para aleatoriedade encontrada pelo PHP, o que é altamente desencorajado por razões de segurança. Mais informações podem ser encontradas na {linkstart}documentação ↗{linkend}.",
+ "You are currently running PHP {version}. Upgrade your PHP version to take advantage of {linkstart}performance and security updates provided by the PHP Group ↗{linkend} as soon as your distribution supports it." : "Você está executando o PHP {version}. Atualize sua versão do PHP para aproveitar as vantagens de {linkstart}desempenho e atualizações de segurança fornecidas pelo Grupo PHP ↗{linkend} assim que sua distribuição oferecer suporte.",
+ "Nextcloud 20 is the last release supporting PHP 7.2. Nextcloud 21 requires at least PHP 7.3." : "Nextcloud 20 é a última versão compatível com PHP 7.2. Nextcloud 21 requer ao menos PHP 7.3.",
+ "The reverse proxy header configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If not, this is a security issue and can allow an attacker to spoof their IP address as visible to the Nextcloud. Further information can be found in the {linkstart}documentation ↗{linkend}." : "A configuração do cabeçalho do proxy reverso está incorreta ou você está acessando o Nextcloud de um proxy confiável. Caso contrário, este é um problema de segurança e pode permitir que um invasor falsifique seu endereço IP como visível para o Nextcloud. Mais informações podem ser encontradas na {linkstart}documentação ↗{linkend}. ",
+ "Memcached is configured as distributed cache, but the wrong PHP module \"memcache\" is installed. \\OC\\Memcache\\Memcached only supports \"memcached\" and not \"memcache\". See the {linkstart}memcached wiki about both modules ↗{linkend}." : "Memcached está configurado como cache distribuído, mas a extensão PHP incorreta \"memcache\" está instalada. \\OC\\Memcache\\Memcached suporta apenas \"memcached\" e não \"memcache\". Veja o {linkstart}memcached wiki sobre ambas as extensões ↗{linkend}.",
+ "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in the {linkstart1}documentation ↗{linkend}. ({linkstart2}List of invalid files…{linkend} / {linkstart3}Rescan…{linkend})" : "Alguns arquivos não passaram na verificação de integridade. Mais informações sobre como resolver esse problema podem ser encontradas na {linkstart1}documentação ↗{linkend}. ({linkstart2}Lista de arquivos inválidos…{linkend} / {linkstart3}Verificar novamente…{linkend})",
+ "The PHP OPcache module is not loaded. {linkstart}For better performance it is recommended ↗{linkend} to load it into your PHP installation." : "A extensão PHP OPcache não está carregada. {linkstart}Para melhor desempenho, é recomendado ↗{linkado} carregá-la na instalação do PHP.",
+ "The PHP OPcache module is not properly configured. {linkstart}For better performance it is recommended ↗{linkend} to use the following settings in the <code>php.ini</code>:" : "A extensão PHP OPcache não está configurada corretamente. {linkstart}Para melhor desempenho é recomendado↗{linkend} usar as seguintes configurações no <code>php.ini</code>:",
"The PHP function \"set_time_limit\" is not available. This could result in scripts being halted mid-execution, breaking your installation. Enabling this function is strongly recommended." : "A função PHP \"set_time_limit\" não está disponível. Isso pode resultar em travamento de scripts, quebrando sua instalação. A ativação desta função é altamente recomendada.",
"Your PHP does not have FreeType support, resulting in breakage of profile pictures and the settings interface." : "Seu PHP não possui suporte à FreeType, resultando em problemas nas fotos de perfil e interface de configurações.",
"Missing index \"{indexName}\" in table \"{tableName}\"." : "Falta o índice \"{indexName}\" na tabela \"{tableName}\".",
"The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "Estão faltando alguns índices no banco de dados. Devido ao fato de que adicionar índices em tabelas grandes pode levar algum tempo, eles não foram adicionados automaticamente. Ao executar \"occ db:add-missing-indices\", os índices ausentes podem ser adicionados manualmente enquanto o Nextcloud continua em execução. Depois que os índices são adicionados, as consultas a essas tabelas geralmente são muito mais rápidas.",
+ "Missing primary key on table \"{tableName}\"." : "Chave primária ausente na tabela \"{tableName}\".",
+ "The database is missing some primary keys. Due to the fact that adding primary keys on big tables could take some time they were not added automatically. By running \"occ db:add-missing-primary-keys\" those missing primary keys could be added manually while the instance keeps running." : "O banco de dados está sem algumas chaves primárias. Devido ao fato de que adicionar chaves primárias em tabelas grandes pode levar algum tempo, elas não foram adicionadas automaticamente. Ao executar \"occ db: add-missing-primary-keys\" essas chaves primárias ausentes podem ser adicionadas manualmente enquanto a instância continua em execução.",
+ "Missing optional column \"{columnName}\" in table \"{tableName}\"." : "Falta a coluna opcional \"{columnName}\" na tabela \"{tableName}\".",
+ "The database is missing some optional columns. Due to the fact that adding columns on big tables could take some time they were not added automatically when they can be optional. By running \"occ db:add-missing-columns\" those missing columns could be added manually while the instance keeps running. Once the columns are added some features might improve responsiveness or usability." : "Estão faltando algumas colunas opcionais no banco de dados. Devido ao fato de que adicionar colunas em grandes tabelas pode levar algum tempo, elas não foram adicionadas automaticamente por serem opcionais. Ao executar \"occ db: add-missing-columns\", elas podem ser adicionadas manualmente enquanto a instância continua em execução. Depois que as colunas são adicionadas, alguns recursos podem melhorar a capacidade de resposta ou a usabilidade.",
"This instance is missing some recommended PHP modules. For improved performance and better compatibility it is highly recommended to install them." : "Nesta instalação estão faltando alguns módulos PHP recomendados. Para melhor desempenho e compatibilidade, é altamente recomendável instalá-los.",
- "Some columns in the database are missing a conversion to big int. Due to the fact that changing column types on big tables could take some time they were not changed automatically. By running 'occ db:convert-filecache-bigint' those pending changes could be applied manually. This operation needs to be made while the instance is offline. For further details read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "Algumas colunas no banco de dados não possuem uma conversão para big int. Pelo fato de que alterar tipos de coluna em tabelas grandes pode levar algum tempo, eles não foram alterados automaticamente. Ao executar 'occ db: convert-filecache-bigint', essas alterações pendentes podem ser aplicadas manualmente. Essa operação precisa ser feita enquanto a instância está offline. Para mais detalhes, leia <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">a documentação sobre isso</a>.",
+ "Module php-imagick in this instance has no SVG support. For better compatibility it is recommended to install it." : "A extensão php-imagick nesta instância não tem suporte para SVG. Para melhor compatibilidade é recomendado instalá-la.",
+ "Some columns in the database are missing a conversion to big int. Due to the fact that changing column types on big tables could take some time they were not changed automatically. By running 'occ db:convert-filecache-bigint' those pending changes could be applied manually. This operation needs to be made while the instance is offline. For further details read {linkstart}the documentation page about this ↗{linkend}." : "Algumas colunas do banco de dados estão sem uma conversão para big int. Devido ao fato de que alterar os tipos de coluna em tabelas grandes pode levar algum tempo, elas não foram alteradas automaticamente. Executando 'occ db: convert-filecache-bigint' essas alterações pendentes podem ser aplicadas manualmente. Esta operação precisa ser feita enquanto a instância está offline. Para obter mais detalhes, leia {linkstart} a página de documentação sobre isso ↗{linkend}.",
"SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend." : "Atualmente, o SQLite está sendo usado como plataforma de banco de dados. Para instalações maiores, recomendamos que migre para outra.",
"This is particularly recommended when using the desktop client for file synchronisation." : "Isso é recomendado ao usar o cliente da área de trabalho para sincronização de arquivos.",
- "To migrate to another database use the command line tool: 'occ db:convert-type', or see the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation ↗</a>." : "Para migrar o banco de dados, use o comando: 'occ db: convert-type' ou consulte a <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentação ↗</a>.",
- "Use of the the built in php mailer is no longer supported. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Please update your email server settings ↗<a/>." : "O uso do mailer php embutido não é mais suportado. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Atualize suas configurações do servidor de e-mail ↗<a/>.",
+ "To migrate to another database use the command line tool: 'occ db:convert-type', or see the {linkstart}documentation ↗{linkend}." : "Para migrar para outro banco de dados, use a ferramenta de linha de comando: 'occ db:convert-type', ou consulte a {linkstart}documentação do ↗{linkend}. ",
"The PHP memory limit is below the recommended value of 512MB." : "O limite de memória do PHP está abaixo do valor recomendado de 512MB.",
"Some app directories are owned by a different user than the web server one. This may be the case if apps have been installed manually. Check the permissions of the following app directories:" : "Alguns diretórios de aplicativos são de propriedade de um usuário diferente do servidor da web. Esse pode ser o caso se os aplicativos tiverem sido instalados manualmente. Verifique as permissões dos seguintes diretórios de aplicativos:",
- "MySQL is used as database but does not support 4-byte characters. To be able to handle 4-byte characters (like emojis) without issues in filenames or comments for example it is recommended to enable the 4-byte support in MySQL. For further details read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "O MySQL é usado como banco de dados mas não suporta caracteres 4-byte. Para manipular caracteres 4-byte (como emojis) em nomes de arquivos ou comentários, é recomendável ativar o suporte 4-byte no MySQL. Para mais detalhes, leia <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">a documentação sobre isso</a>.",
+ "MySQL is used as database but does not support 4-byte characters. To be able to handle 4-byte characters (like emojis) without issues in filenames or comments for example it is recommended to enable the 4-byte support in MySQL. For further details read {linkstart}the documentation page about this ↗{linkend}." : "MySQL é usado como banco de dados, mas não oferece suporte a caracteres de 4 bytes. Para ser capaz de lidar com caracteres de 4 bytes (como emojis) sem problemas em nomes de arquivos ou comentários, por exemplo, é recomendado habilitar o suporte de 4 bytes no MySQL. Para mais detalhes, leia {linkstart}a página de documentação sobre isso ↗{linkend}.",
"This instance uses an S3 based object store as primary storage. The uploaded files are stored temporarily on the server and thus it is recommended to have 50 GB of free space available in the temp directory of PHP. Check the logs for full details about the path and the available space. To improve this please change the temporary directory in the php.ini or make more space available in that path." : "Este Nextcloud usa um armazenamento de objeto baseado no S3 como armazenamento primário. Os arquivos enviados são armazenados temporariamente no servidor e portanto é recomendado ter 50 GB de espaço livre disponível no diretório temp do PHP. Verifique os logs para obter detalhes completos sobre o caminho e o espaço disponível. Para melhorar isso, altere o diretório temporário no arquivo php.ini ou disponibilize mais espaço nesse caminho.",
- "You are accessing your instance over a secure connection, however your instance is generating insecure URLs. This most likely means that you are behind a reverse proxy and the overwrite config variables are not set correctly. Please read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "Você está acessando por uma conexão segura. No entanto, sua instância está gerando URLs inseguros. Isso provavelmente significa que você está atrás de um proxy reverso e as variáveis de configuração de substituição não estão definidas corretamente. Leia a <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentação sobre isso</a>.",
+ "You are accessing your instance over a secure connection, however your instance is generating insecure URLs. This most likely means that you are behind a reverse proxy and the overwrite config variables are not set correctly. Please read {linkstart}the documentation page about this ↗{linkend}." : "Você está acessando sua instância por meio de uma conexão segura, mas sua instância está gerando URLs inseguros. Isso provavelmente significa que você está atrás de um proxy reverso e as variáveis de configuração de substituição não estão definidas corretamente. Por favor leia {linkstart}a página de documentação sobre isso ↗{linkend}.",
"Error occurred while checking server setup" : "Erro ao verificar a configuração do servidor",
+ "For more details see the {linkstart}documentation ↗{linkend}." : "Para obter mais detalhes, consulte a {linkstart}documentação ↗{linkend}.",
"Your data directory and files are probably accessible from the Internet. The .htaccess file is not working. It is strongly recommended that you configure your web server so that the data directory is no longer accessible, or move the data directory outside the web server document root." : "Seu diretório de dados e arquivos provavelmente podem ser acessados pela Internet. O arquivo .htaccess não está funcionando. É altamente recomendado que você configure seu servidor web para que o diretório de dados não seja mais acessível ou mova o diretório de dados fora da raiz de documentos do servidor web.",
"The \"{header}\" HTTP header is not set to \"{expected}\". This is a potential security or privacy risk, as it is recommended to adjust this setting accordingly." : "O cabeçalho HTTP \"{header}\" não está definido para \"{expected}\". Este é um potencial risco de segurança ou privacidade e é recomendado ajustar esta configuração de acordo.",
"The \"{header}\" HTTP header is not set to \"{expected}\". Some features might not work correctly, as it is recommended to adjust this setting accordingly." : "O cabeçalho HTTP \"{header}\" não está definido para \"{expected}\". Alguns recursos podem não funcionar corretamente e é recomendado ajustar esta configuração de acordo.",
"The \"{header}\" HTTP header doesn't contain \"{expected}\". This is a potential security or privacy risk, as it is recommended to adjust this setting accordingly." : "O cabeçalho HTTP \"{header}\" não contém \"{expected}\". Esse é um risco potencial de segurança ou privacidade. É recomendável ajustar essa configuração de acordo.",
- "The \"{header}\" HTTP header is not set to \"{val1}\", \"{val2}\", \"{val3}\", \"{val4}\" or \"{val5}\". This can leak referer information. See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{link}\">W3C Recommendation ↗</a>." : "O cabeçalho HTTP \"{header}\" não está definido para \"{val1}\", \"{val2}\", \"{val3}\", \"{val4}\" ou \"{val5}\". Pode haver vazamento de informações de referência. Veja a <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{link}\">Recomendação W3C ↗</a>.",
- "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the <a href=\"{docUrl}\" rel=\"noreferrer noopener\">security tips ↗</a>." : "O cabeçalho HTTP \"Strict-Transport-Security\" não está definido para ao menos \"{seconds}\" segundos. Para maior segurança, é recomendado ativar o HSTS conforme descrito nas <a href=\"{docUrl}\" rel=\"noreferrer noopener\">dicas de segurança ↗</a>.",
- "Accessing site insecurely via HTTP. You are strongly advised to set up your server to require HTTPS instead, as described in the <a href=\"{docUrl}\">security tips ↗</a>." : "Acessando site de forma insegura via HTTP. É altamente recomendável que você configure seu servidor para exigir HTTPS, como descrito nas <a href=\"{docUrl}\">dicas de segurança ↗</a>.",
- "Non-existing tag #{tag}" : "Etiqueta inexistente #{tag}",
- "restricted" : "restrito",
- "invisible" : "Invisível",
- "Delete" : "Excluir",
- "Rename" : "Renomear",
- "Collaborative tags" : "Etiquetas colaborativas",
- "No tags found" : "Nenhuma etiqueta encontrada",
+ "The \"{header}\" HTTP header is not set to \"{val1}\", \"{val2}\", \"{val3}\", \"{val4}\" or \"{val5}\". This can leak referer information. See the {linkstart}W3C Recommendation ↗{linkend}." : "O cabeçalho HTTP \"{header}\" não está definido para \"{val1}\", \"{val2}\", \"{val3}\", \"{val4}\" ou \"{val5}\". Isso pode vazar informações de referer. Veja {linkstart}Recomendações W3C ↗{linkend}.",
+ "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the {linkstart}security tips ↗{linkend}." : "O cabeçalho HTTP \"Strict-Transport-Security\" não está definido para pelo menos \"{seconds}\" seguntos. Para maior segurança, é recomendável habilitar o HSTS conforme descrito nas {linkstart}dicas de segurança ↗{linkend}.",
+ "Accessing site insecurely via HTTP. You are strongly advised to set up your server to require HTTPS instead, as described in the {linkstart}security tips ↗{linkend}." : "Acessando o site de forma insegura via HTTP. É altamente recomendável configurar seu servidor para exigir HTTPS, conforme descrito nas {linkstart}dicas de segurança ↗{linkend}.",
"unknown text" : "texto desconhecido",
"Hello world!" : "Olá mundo!",
"sunny" : "ensolarado",
@@ -123,27 +128,28 @@
"Please reload the page." : "Por favor recarregue a página",
"The update was unsuccessful. For more information <a href=\"{url}\">check our forum post</a> covering this issue." : "A atualização não foi realizada com sucesso. Para mais informações <a href=\"{url}\">verifique nosso post no fórum</a> que abrange esta questão.",
"The update was unsuccessful. Please report this issue to the <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">Nextcloud community</a>." : "A atualização não foi realizada com sucesso. Por favor, informe este problema para  a <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">comunidade Nextcloud</a>.",
- "Continue to Nextcloud" : "Abrir o Nextcloud",
- "_The update was successful. Redirecting you to Nextcloud in %n second._::_The update was successful. Redirecting you to Nextcloud in %n seconds._" : ["A atualização terminou com sucesso. Redirecionando você para Nextcloud em %n segundo.","A atualização terminou com sucesso. Redirecionando você para Nextcloud em %n segundos."],
- "Searching other places" : "Pesquisando em outros lugares",
- "No search results in other folders for {tag}{filter}{endtag}" : "Pesquisa sem resultados em outras pastas para {tag}{filter}{endtag}",
- "_{count} search result in another folder_::_{count} search results in other folders_" : ["{count} resultado da pesquisa em outras pastas","{count} resultados da pesquisa em outras pastas"],
+ "Continue to {productName}" : "Continuar para {productName}",
+ "_The update was successful. Redirecting you to {productName} in %n second._::_The update was successful. Redirecting you to {productName} in %n seconds._" : ["A atualização foi bem-sucedida. Redirecionando você à {productName} em %n segundo.","A atualização foi bem-sucedida. Redirecionando você para {productName} em %n segundos."],
+ "Log in" : "Entrar",
+ "Logging in …" : "Entrando...",
"Server side authentication failed!" : "Autenticação do servidor falhou!",
- "Please contact your administrator." : "Por favor, contacte o administrador.",
+ "Please contact your administrator." : "Por favor, entre em contato com o administrador.",
"An internal error occurred." : "Ocorreu um erro interno.",
- "Please try again or contact your administrator." : "Tente novamente ou contacte o administrador.",
+ "Please try again or contact your administrator." : "Tente novamente ou entre em contato com o administrador.",
"Username or email" : "Nome de usuário ou e-mail",
"Password" : "Senha",
- "Log in" : "Entrar",
- "Logging in …" : "Entrando...",
+ "Toggle password visibility" : "Alternar visibilidade da senha",
"Wrong username or password." : "Senha ou nome de usuário incorretos.",
"User disabled" : "Usuário desativado",
"We have detected multiple invalid login attempts from your IP. Therefore your next login is throttled up to 30 seconds." : "Detectamos várias tentativas de login inválidas de seu IP. Portanto, seu próximo login será desacelerado em até 30 segundos.",
+ "Your account is not setup for passwordless login." : "Sua conta não está configurada para login sem senha.",
+ "Passwordless authentication is not supported in your browser." : "A autenticação sem senha não é suportada no seu navegador.",
+ "Passwordless authentication is only available over a secure connection." : "A autenticação sem senha está disponível apenas em uma conexão segura.",
"Reset password" : "Redefinir senha",
- "A password reset message has been sent to the e-mail address of this account. If you do not receive it, check your spam/junk folders or ask your local administrator for help." : "Uma mensagem de redefinição de senha foi enviada para o e-mail dessa conta. Se você não receber, verifique suas pastas de spam/lixo ou peça ajuda ao administrador.",
+ "A password reset message has been sent to the email address of this account. If you do not receive it, check your spam/junk folders or ask your local administrator for help." : "Uma mensagem de redefinição de senha foi enviada para o endereço de e-mail desta conta. Se você não o receber, verifique suas pastas de spam/lixo ou peça ajuda ao administrador local. ",
"If it is not there ask your local administrator." : "Se não estiver lá, pergunte ao administrador.",
"Couldn't send reset email. Please contact your administrator." : "Não foi possível enviar o e-mail de redefinição. Por favor, contate o administrador.",
- "Password can not be changed. Please contact your administrator." : "A senha não pôde ser alterada. Por favor, contate o administrador.",
+ "Password cannot be changed. Please contact your administrator." : "A senha não pôde ser alterada. Por favor contate seu administrador.",
"Back to login" : "Voltar ao login",
"New password" : "Nova senha",
"Your files are encrypted. There will be no way to get your data back after your password is reset. If you are not sure what to do, please contact your administrator before you continue. Do you really want to continue?" : "Seus arquivos são criptografados. Não há como recuperar os dados depois que a senha for redefinida. Se não tiver certeza do que fazer, entre em contato com o administrador. Quer realmente continuar?",
@@ -151,20 +157,32 @@
"Resetting password" : "Redefinindo a senha",
"Recommended apps" : "Aplicativos recomendados",
"Loading apps …" : "Carregando aplicativos...",
- "Could not fetch list of apps from the app store." : "Não foi possível buscar a lista de aplicativos na loja.",
+ "Could not fetch list of apps from the App Store." : "Não foi possível buscar a lista de aplicativos na App Store.",
"Installing apps …" : "Instalando aplicativos...",
- "Nextcloud {app}" : "Nextcloud {app}",
"App download or installation failed" : "O download ou a instalação do aplicativo falhou",
- "Can't install this app because it is not compatible" : "Não foi possível instalar este aplicativo pois é incompatível",
- "Can't install this app" : "Não foi possível instalar este aplicativo",
+ "Cannot install this app because it is not compatible" : "Não foi possível instalar este aplicativo pois não é compatível.",
+ "Cannot install this app" : "Não foi possível instalar este aplicativo.",
"Cancel" : "Cancelar",
"Schedule work & meetings, synced with all your devices." : "Programe trabalhos e reuniões, sincronizados com seus dispositivos.",
"Keep your colleagues and friends in one place without leaking their private info." : "Mantenha seus colegas e amigos em um só lugar sem vazar informações particulares.",
"Simple email app nicely integrated with Files, Contacts and Calendar." : "Aplicativo de e-mail simples e bem integrado com Arquivos, Contatos e Calendário.",
"Chatting, video calls, screensharing, online meetings and web conferencing – in your browser and with mobile apps." : "Bate-papo, vídeo chamadas, compartilhamento de tela, reuniões online e conferência na web - no seu navegador e com aplicativos móveis.",
"Collaboratively edit office documents." : "Edite documentos de escritório colaborativamente.",
- "Local document editing back-end used by the OnlyOffice app." : "Infraestrutura de edição de documento local usado pelo aplicativo OnlyOffice.",
+ "Local document editing back-end used by the Collabora Online app." : "Backend de edição de documentos local usado pelo aplicativo Collabora Online.",
"Forgot password?" : "Esqueceu a senha?",
+ "Log in with a device" : "Logar-se com um dispositivo",
+ "Back" : "Voltar",
+ "Login form is disabled." : "O formulário de login está desativado.",
+ "Reset search" : "Redefinir pesquisa",
+ "Search for {name} only" : "Pesquisar somente por {nome}",
+ "No results for {query}" : "Sem resultados para {query}",
+ "Start typing to search" : "Comece a digitar para pesquisar",
+ "Loading more results …" : "Carregando mais resultados...",
+ "Load more results" : "Carregar mais resultados",
+ "Search" : "Pesquisar",
+ "An error occurred while searching for {type}" : "Ocorreu um erro ao pesquisar por {type}",
+ "_Please enter {minSearchLength} character or more to search_::_Please enter {minSearchLength} characters or more to search_" : ["Digite {minSearchLength} caractere ou mais para pesquisar","Digite {minSearchLength} caracteres ou mais para pesquisar"],
+ "Search {types} …" : "Pesquisar {types}…",
"Settings" : "Configurações",
"Could not load your contacts" : "Não foi possível carregar seus contatos",
"Search contacts …" : "Procurar contatos...",
@@ -232,6 +250,13 @@
"Strong password" : "Senha forte",
"No action available" : "Nenhuma ação disponível",
"Error fetching contact actions" : "Erro ao obter as ações de contato",
+ "Non-existing tag #{tag}" : "Etiqueta inexistente #{tag}",
+ "restricted" : "restrito",
+ "invisible" : "Invisível",
+ "Delete" : "Excluir",
+ "Rename" : "Renomear",
+ "Collaborative tags" : "Etiquetas colaborativas",
+ "No tags found" : "Nenhuma etiqueta encontrada",
"Personal" : "Pessoal",
"Users" : "Usuários",
"Apps" : "Aplicativos",
@@ -241,7 +266,10 @@
"File not found" : "Arquivo não encontrado",
"The document could not be found on the server. Maybe the share was deleted or has expired?" : "O documento não pôde ser encontrado no servidor. Talvez o compartilhamento tenha sido excluído ou tenha expirado.",
"Back to %s" : "Voltar para %s",
+ "Too many requests" : "Muitas requisições",
+ "There were too many requests from your network. Retry later or contact your administrator if this is an error." : "Houve muitas solicitações de sua rede. Tente novamente mais tarde ou entre em contato com o administrador se isso for um erro.",
"Error" : "Erro",
+ "Previous" : "Anterior",
"Internal Server Error" : "Erro Interno do Servidor",
"The server was unable to complete your request." : "O servidor não conseguiu completar sua solicitação.",
"If this happens again, please send the technical details below to the server administrator." : "Se isso acontecer novamente, envie os detalhes técnicos abaixo para o administrador do servidor.",
@@ -278,7 +306,7 @@
"SQLite should only be used for minimal and development instances. For production we recommend a different database backend." : "O SQLite deve ser usado apenas para instâncias mínimas e de desenvolvimento. Para produção, recomendamos um banco de dados diferente.",
"If you use clients for file syncing, the use of SQLite is highly discouraged." : "Se você usa clientes para sincronização de arquivos, o SQLite é altamente desencorajado.",
"Install recommended apps" : "Instalar aplicativos recomendados",
- "Calendar, Contacts, Talk, Mail & OnlyOffice" : "Calendário, Contatos, Talk, Correio & OnlyOffice",
+ "Calendar, Contacts, Talk, Mail & Collaborative editing" : "Calendário, Contatos, Conversa, E-mail e edição Colaborativa",
"Finish setup" : "Concluir configuração",
"Finishing …" : "Finalizando...",
"Need help?" : "Precisa de ajuda?",
@@ -292,14 +320,13 @@
"More apps" : "Mais aplicativos",
"More" : "Mais",
"More apps menu" : "Mais aplicativos",
- "Search" : "Pesquisar",
- "Reset search" : "Redefinir pesquisa",
"Contacts" : "Contatos",
"Contacts menu" : "Menu de contatos",
"Settings menu" : "Menu de configurações",
"Confirm your password" : "Confirme sua senha",
"Connect to your account" : "Conectar à sua conta",
"Please log in before granting %1$s access to your %2$s account." : "Logue-se antes de conceder acesso %1$s à sua conta %2$s.",
+ "If you are not trying to set up a new device or app, someone is trying to trick you into granting them access to your data. In this case do not proceed and instead contact your system administrator." : "Se você não está tentando configurar um novo dispositivo ou aplicativo, alguém está tentando induzi-lo a conceder acesso a seus dados. Nesse caso, não prossiga e entre em contato com o administrador do sistema.",
"App token" : "Token do aplicativo",
"Grant access" : "Conceder acesso",
"Alternative log in using app token" : "Login alternativo usando aplicativo de token",
@@ -308,7 +335,7 @@
"Account connected" : "Conta conectada",
"Your client should now be connected!" : "Seu cliente deve estar conectado agora!",
"You can close this window." : "Você pode fechar esta janela.",
- "This share is password-protected" : "Este compartilhamento é protegido por senha",
+ "This share is password-protected" : "Compartilhamento protegido por senha",
"The password is wrong. Try again." : "Senha incorreta. Tente novamente.",
"Two-factor authentication" : "Autenticação de dois fatores",
"Enhanced security is enabled for your account. Choose a second factor for authentication:" : "A segurança aprimorada está ativada para sua conta. Escolha um segundo fator para autenticação:",
@@ -324,10 +351,10 @@
"Error while validating your second factor" : "Erro ao validar o segundo fator",
"Access through untrusted domain" : "Acessar através de um domínio inseguro",
"Please contact your administrator. If you are an administrator, edit the \"trusted_domains\" setting in config/config.php like the example in config.sample.php." : "Por favor contacte seu administrador. Se você for o administrador, edite a configuração \"trusted_domains\" em config/config.php como o exemplo em config.sample.php.",
- "Further information how to configure this can be found in the %1$sdocumentation%2$s." : "Mais informações de como configurar isso pode ser encontrado na %1$sdocumentação%2$s.",
+ "Further information how to configure this can be found in the %1$sdocumentation%2$s." : "Mais informações de como configurar isso podem ser encontradas na %1$sdocumentação%2$s.",
"App update required" : "Atualização de aplicativo é necessária",
"%1$s will be updated to version %2$s" : "%1$s será atualizado para a versão %2$s",
- "These apps will be updated:" : "Estes aplicativos serão atualizados:",
+ "The following apps will be updated:" : "Os seguintes aplicativos serão atualizados:",
"These incompatible apps will be disabled:" : "Estes aplicativos incompatíveis serão desabilitados:",
"The theme %s has been disabled." : "O tema %s foi desativado.",
"Please make sure that the database, the config folder and the data folder have been backed up before proceeding." : "Por favor, certifique-se de que o banco de dados, a pasta config e a pasta de dados foram copiados antes de prosseguir.",
@@ -342,96 +369,50 @@
"Maintenance mode" : "Modo de manutenção",
"This %s instance is currently in maintenance mode, which may take a while." : "Esta instância %s está em modo de manutenção, o que pode demorar um pouco.",
"This page will refresh itself when the instance is available again." : "Esta página será atualizada quando o Nextcloud estiver disponível novamente.",
- "Contact your system administrator if this message persists or appeared unexpectedly." : "Contacte o administrador do sistema se esta mensagem persistir ou aparecer inesperadamente.",
- "Could not send reset email because there is no email address for this username. Please contact your administrator." : "Não foi possível enviar e-mail de redefinição porque não há nenhum endereço de e-mail para este nome de usuário. Entre em contato com o administrador.",
- "Couldn't send reset email. Please make sure your username is correct." : "Não foi possível enviar o e-mail de redefinição. Verifique se o seu nome de usuário está correto.",
- "We have send a password reset e-mail to the e-mail address known to us for this account. If you do not receive it within a reasonable amount of time, check your spam/junk folders.<br>If it is not there ask your local administrator." : "Enviamos um e-mail de redefinição de senha para o e-mail desta conta. Se você não recebê-lo dentro de um período de tempo razoável, verifique suas pastas de spam/lixo eletrônico.<br>Se não estiver lá, pergunte ao seu administrador.",
- "Your files are encrypted. There will be no way to get your data back after your password is reset.<br />If you are not sure what to do, please contact your administrator before you continue. <br />Do you really want to continue?" : "Seus arquivos são criptografados. Não existe nenhuma maneira de ter seus dados de volta depois que sua senha seja redefinida.<br /> Se você não tem certeza do que fazer, por favor contate seu administrador antes de continuar.<br />Você realmente deseja continuar?",
- "Sending email …" : "Enviando e-mail...",
- "You are currently running PHP 5.6. The current major version of Nextcloud is the last that is supported on PHP 5.6. It is recommended to upgrade the PHP version to 7.0+ to be able to upgrade to Nextcloud 14." : "Você está rodando PHP 5.6. A versão atual do Nextcloud é a última a suportar o PHP 5.6. Recomendamos passar para a versão 7.0+ para poder fazer upgrade para o Nextcloud 14.",
- "Accessing site insecurely via HTTP. You are strongly adviced to set up your server to require HTTPS instead, as described in the <a href=\"{docUrl}\">security tips ↗</a>." : "Acessando o site de forma insegura via HTTP. É recomendado configurar seu servidor para exigir HTTPS, conforme descrito nas <a href=\"{docUrl}\">dicas de segurança ↗</a>.",
- "Shared" : "Compartilhado",
- "Shared with" : "Compartilhado com",
- "Shared by" : "Compartilhado por",
- "Choose a password for the public link" : "Escolha uma senha",
- "Choose a password for the public link or press the \"Enter\" key" : "Escolha uma senha",
- "Copied!" : "Copiado!",
- "Copy link" : "Copiar link",
- "Not supported!" : "Não suportado!",
- "Press ⌘-C to copy." : "Pressione ⌘-C para copiar.",
- "Press Ctrl-C to copy." : "Pressione Ctrl-C para copiar.",
- "Unable to create a link share" : "Não é possível criar um compartilhamento por link",
- "Unable to toggle this option" : "Não é possível alternar esta opção",
- "Resharing is not allowed" : "Não é permitido recompartilhar",
- "Link" : "Link",
- "Hide download" : "Ocultar download",
- "Password protection enforced" : "Proteção por senha aplicada",
- "Password protect" : "Proteger com senha",
- "Allow editing" : "Permitir edição",
- "Email link to person" : "Enviar link por e-mail",
- "Send" : "Enviar",
- "Allow upload and editing" : "Permitir envio e edição",
- "Read only" : "Somente leitura",
- "File drop (upload only)" : "Zona de arquivos (somente envio)",
- "Expiration date enforced" : "Data de expiração aplicada",
- "Set expiration date" : "Definir data de expiração",
- "Expiration" : "Expiração",
- "Expiration date" : "Data de expiração",
- "Note to recipient" : "Nota para o destinatário",
- "Unshare" : "Descompartilhar",
- "Delete share link" : "Excluir link de compartilhamento",
- "Add another link" : "Adicionar outro link",
- "Password protection for links is mandatory" : "A proteção por senha para links é obrigatória",
- "Share to {name}" : "Compartilhar com {name}",
- "Share link" : "Compartilhar link",
- "New share link" : "Novo link de compartilhamento",
- "Created on {time}" : "Criado em {time}",
- "Password protect by Talk" : "Senha protegida pelo Talk",
- "Could not unshare" : "Não foi possível descompartilhar",
- "Shared with you and the group {group} by {owner}" : "Compartilhado com você e com o grupo {group} por {owner}",
- "Shared with you and {circle} by {owner}" : "Compartilhado com você e {circle} por {owner}",
- "Shared with you and the conversation {conversation} by {owner}" : "Compartilhado com você e a conversa {conversation} por {owner}",
- "Shared with you in a conversation by {owner}" : "Compartilhado com você em uma conversa por {owner}",
- "Shared with you by {owner}" : "Compartilhado com você por {owner}",
- "Choose a password for the mail share" : "Escolha uma senha",
- "group" : "grupo",
- "remote" : "remoto",
- "remote group" : "grupo remoto",
- "email" : "e-mail",
- "conversation" : "Conversa",
- "shared by {sharer}" : "compartilhado por {sharer}",
- "Can reshare" : "Pode compartilhar novamente",
- "Can edit" : "Pode editar",
- "Can create" : "Pode criar",
- "Can change" : "Pode modificar",
- "Can delete" : "Pode excluir",
- "Access control" : "Controle de acesso",
- "{shareInitiatorDisplayName} shared via link" : "{shareInitiatorDisplayName} compartilhou por link",
- "Error while sharing" : "Erro ao compartilhar",
- "Share details could not be loaded for this item." : "Detalhes de compartilhamento não puderam ser carregados para este item.",
- "Search globally" : "Pesquisar globalmente",
- "_At least {count} character is needed for autocompletion_::_At least {count} characters are needed for autocompletion_" : ["Pelo menos {count} caractere é necessário para completar automaticamente","Pelo menos {count} caracteres são necessários para completar automaticamente"],
- "This list is maybe truncated - please refine your search term to see more results." : "Esta lista pode estar truncada - por favor refina seus termos de pesquisa para ver mais resultados",
- "No users or groups found for {search}" : "Nenhum usuário ou grupo encontrado para {search}",
- "No users found for {search}" : "Nenhum usuário encontrado para {search}",
- "An error occurred (\"{message}\"). Please try again" : "Ocorreu um erro (\"{message}\"). Tente novamente",
- "An error occurred. Please try again" : "Ocorreu um erro. Tente novamente",
- "Home" : "Home",
- "Work" : "Trabalho",
- "Other" : "Outro",
- "{sharee} (remote group)" : "{sharee} (grupo remoto)",
- "{sharee} ({type}, {owner})" : "{sharee} ({type}, {owner})",
- "Share" : "Compartilhar",
- "Name or email address..." : "Nome ou endereço de e-mail...",
- "Name or federated cloud ID..." : "Nome ou ID de cloud federada...",
- "Name, federated cloud ID or email address..." : "Nome, ID de cloud federada ou e-mail...",
- "Name..." : "Nome...",
- "Error removing share" : "Erro na exclusão do compartilhamento",
- "({scope})" : "({scope})",
- "Saving..." : "Salvando...",
- "Dismiss" : "Rejeitar",
- "Your client should now be connected! You can close this window." : "Seu cliente deve estar conectado agora! Você pode fechar esta janela.",
- "New Password" : "Nova senha",
- "Cancel log in" : "Cancelar login"
+ "Contact your system administrator if this message persists or appeared unexpectedly." : "Entre em contato com o administrador do sistema se esta mensagem persistir ou aparecer inesperadamente.",
+ "Checking whether the database schema can be updated (this can take a long time depending on the database size)" : "Verificando se o schema do banco de dados pode ser atualizado (isso pode levar muito tempo, dependendo do tamanho do banco de dados)",
+ "Checked database schema update" : "Verificada a atualização do schema de banco de dados",
+ "Checking updates of apps" : "Verificando atualizações de aplicativos",
+ "Checking for update of app \"%s\" in appstore" : "Verificando atualização para o aplicativo \"%s\" na appstore",
+ "Update app \"%s\" from appstore" : "Atualizar aplicativo \"%s\" a partir da appstore",
+ "Checked for update of app \"%s\" in appstore" : "Verificada atualização do aplicativo \"%s\" na appstore",
+ "Checked database schema update for apps" : "Verificada a atualização do schema do banco de dados para aplicativos",
+ "Following apps have been disabled: %s" : "Os seguintes aplicativos foram desabilitados: %s",
+ "Your web server is not properly set up to resolve \"{url}\". Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Seu servidor web não está configurado corretamente para resolver \"{url}\". Mais informações podem ser encontradas na <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentação</a>.",
+ "Your web server is not properly set up to resolve \"{url}\". This is most likely related to a web server configuration that was not updated to deliver this folder directly. Please compare your configuration against the shipped rewrite rules in \".htaccess\" for Apache or the provided one in the documentation for Nginx at it's <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation page</a>. On Nginx those are typically the lines starting with \"location ~\" that need an update." : "Seu servidor da web não está configurado corretamente para resolver \"{url}\". Isso está relacionado a uma configuração do servidor web que não foi atualizado para entregar essa pasta diretamente. Por favor, compare sua configuração com as regras de reescrita enviadas em \".htaccess\" para o Apache ou fornecido na documentação do Nginx em sua <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">página da documentação</a>. No Nginx, as linhas que começam com \"location ~\" precisam de atualização.",
+ "Your web server is not properly set up to deliver .woff2 files. This is typically an issue with the Nginx configuration. For Nextcloud 15 it needs an adjustement to also deliver .woff2 files. Compare your Nginx configuration to the recommended configuration in our <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Seu servidor da web não está configurado corretamente para entregar arquivos .woff2. Isso geralmente é um problema com a configuração do Nginx. Para o Nextcloud 15 ele precisa de um ajuste para também entregar arquivos .woff2. Compare sua configuração do Nginx com a configuração recomendada em nossa <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentação</a>.",
+ "Please check the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">installation documentation ↗</a> for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "Verifique a <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentação de instalação ↗</a> para as notas de configuração do PHP, especialmente ao usar o php-fpm.",
+ "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems. See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation ↗</a> for more information." : "O bloqueio transacional de arquivo está desativado, isso pode levar a problemas com as condições de corrida. Ative \"filelocking.enabled\" no config.php para evitar esses problemas. Veja a <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentação ↗</a> para mais informações.",
+ "Last background job execution ran {relativeTime}. Something seems wrong." : "A última execução do trabalho em segundo plano foi executada em {relativeTime}. Algo parece errado.",
+ "Check the background job settings" : "Verifique as configurações do trabalho em segundo plano",
+ "No memory cache has been configured. To enhance performance, please configure a memcache, if available. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Nenhum cache de memória foi configurado. Para melhorar o desempenho, configure um memcache, se disponível. Mais informações podem ser encontradas na <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentação</a>.",
+ "No suitable source for randomness found by PHP which is highly discouraged for security reasons. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Nenhuma fonte de aleatoriedade foi encontrada pelo PHP, o que é desencorajado por razões de segurança. Mais informações podem ser encontradas na <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentação</a>.",
+ "You are currently running PHP {version}. Upgrade your PHP version to take advantage of <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">performance and security updates provided by the PHP Group</a> as soon as your distribution supports it." : "Você está executando o PHP {version}. Atualize esta versão para aproveitar as <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">atualizações de desempenho e segurança fornecidas pelo Grupo PHP</a> assim que sua distribuição a suportar.",
+ "The reverse proxy header configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If not, this is a security issue and can allow an attacker to spoof their IP address as visible to the Nextcloud. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "A configuração do cabeçalho do proxy reverso está incorreta ou você está acessando o Nextcloud a partir de um proxy confiável. Caso contrário, isso é um problema de segurança e pode permitir que um invasor ataque seu endereço IP visível do Nextcloud. Mais informações podem ser encontradas na <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentação</a>.",
+ "Memcached is configured as distributed cache, but the wrong PHP module \"memcache\" is installed. \\OC\\Memcache\\Memcached only supports \"memcached\" and not \"memcache\". See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">memcached wiki about both modules</a>." : "O Memcached está configurado como cache distribuído, mas o módulo PHP \"memcache\" errado está instalado. \\OC\\Memcache\\Memcached somente suporta \"memcached\" e não \"memcache\". Leia no <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">wiki memcached sobre este módulos</a>.",
+ "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">List of invalid files…</a> / <a href=\"{rescanEndpoint}\">Rescan…</a>)" : "Alguns arquivos não passaram na verificação de integridade. Mais informações sobre como resolver esse problema podem ser encontradas na <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentação</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">Lista de arquivos inválidos…</a> / <a href=\"{rescanEndpoint}\">Verificar novamente…</a>)",
+ "The PHP OPcache module is not loaded. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance it is recommended</a> to load it into your PHP installation." : "O módulo PHP OPcache não está carregado. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Para um melhor desempenho, é recomendado</a> carregá-lo em sua instalação do PHP.",
+ "The PHP OPcache is not properly configured. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance it is recommended</a> to use the following settings in the <code>php.ini</code>:" : "O PHP OPcache não está configurado corretamente.<a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\"> Para um melhor desempenho é recomendado</a> usar as seguintes configurações no <code>php.ini</code>:",
+ "Some columns in the database are missing a conversion to big int. Due to the fact that changing column types on big tables could take some time they were not changed automatically. By running 'occ db:convert-filecache-bigint' those pending changes could be applied manually. This operation needs to be made while the instance is offline. For further details read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "Algumas colunas no banco de dados não possuem uma conversão para big int. Pelo fato de que alterar tipos de coluna em tabelas grandes pode levar algum tempo, eles não foram alterados automaticamente. Ao executar 'occ db: convert-filecache-bigint', essas alterações pendentes podem ser aplicadas manualmente. Essa operação precisa ser feita enquanto a instância está offline. Para mais detalhes, leia <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">a documentação sobre isso</a>.",
+ "To migrate to another database use the command line tool: 'occ db:convert-type', or see the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation ↗</a>." : "Para migrar o banco de dados, use o comando: 'occ db: convert-type' ou consulte a <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentação ↗</a>.",
+ "Use of the the built in php mailer is no longer supported. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Please update your email server settings ↗<a/>." : "O uso do mailer php embutido não é mais suportado. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Atualize suas configurações do servidor de e-mail ↗<a/>.",
+ "MySQL is used as database but does not support 4-byte characters. To be able to handle 4-byte characters (like emojis) without issues in filenames or comments for example it is recommended to enable the 4-byte support in MySQL. For further details read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "O MySQL é usado como banco de dados mas não suporta caracteres 4-byte. Para manipular caracteres 4-byte (como emojis) em nomes de arquivos ou comentários, é recomendável ativar o suporte 4-byte no MySQL. Para mais detalhes, leia <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">a documentação sobre isso</a>.",
+ "You are accessing your instance over a secure connection, however your instance is generating insecure URLs. This most likely means that you are behind a reverse proxy and the overwrite config variables are not set correctly. Please read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "Você está acessando por uma conexão segura. No entanto, sua instância está gerando URLs inseguros. Isso provavelmente significa que você está atrás de um proxy reverso e as variáveis de configuração de substituição não estão definidas corretamente. Leia a <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentação sobre isso</a>.",
+ "The \"{header}\" HTTP header is not set to \"{val1}\", \"{val2}\", \"{val3}\", \"{val4}\" or \"{val5}\". This can leak referer information. See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{link}\">W3C Recommendation ↗</a>." : "O cabeçalho HTTP \"{header}\" não está definido para \"{val1}\", \"{val2}\", \"{val3}\", \"{val4}\" ou \"{val5}\". Pode haver vazamento de informações de referência. Veja a <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{link}\">Recomendação W3C ↗</a>.",
+ "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the <a href=\"{docUrl}\" rel=\"noreferrer noopener\">security tips ↗</a>." : "O cabeçalho HTTP \"Strict-Transport-Security\" não está definido para ao menos \"{seconds}\" segundos. Para maior segurança, é recomendado ativar o HSTS conforme descrito nas <a href=\"{docUrl}\" rel=\"noreferrer noopener\">dicas de segurança ↗</a>.",
+ "Accessing site insecurely via HTTP. You are strongly advised to set up your server to require HTTPS instead, as described in the <a href=\"{docUrl}\">security tips ↗</a>." : "Acessando site de forma insegura via HTTP. É altamente recomendável que você configure seu servidor para exigir HTTPS, como descrito nas <a href=\"{docUrl}\">dicas de segurança ↗</a>.",
+ "Continue to Nextcloud" : "Abrir o Nextcloud",
+ "_The update was successful. Redirecting you to Nextcloud in %n second._::_The update was successful. Redirecting you to Nextcloud in %n seconds._" : ["A atualização terminou com sucesso. Redirecionando você para Nextcloud em %n segundo.","A atualização terminou com sucesso. Redirecionando você para Nextcloud em %n segundos."],
+ "Searching other places" : "Pesquisando em outros lugares",
+ "No search results in other folders for {tag}{filter}{endtag}" : "Pesquisa sem resultados em outras pastas para {tag}{filter}{endtag}",
+ "_{count} search result in another folder_::_{count} search results in other folders_" : ["{count} resultado da pesquisa em outras pastas","{count} resultados da pesquisa em outras pastas"],
+ "A password reset message has been sent to the e-mail address of this account. If you do not receive it, check your spam/junk folders or ask your local administrator for help." : "Uma mensagem de redefinição de senha foi enviada para o e-mail dessa conta. Se você não receber, verifique suas pastas de spam/lixo ou peça ajuda ao administrador.",
+ "Password can not be changed. Please contact your administrator." : "A senha não pôde ser alterada. Por favor, contate o administrador.",
+ "Could not fetch list of apps from the app store." : "Não foi possível buscar a lista de aplicativos na loja.",
+ "Nextcloud {app}" : "Nextcloud {app}",
+ "Can't install this app because it is not compatible" : "Não foi possível instalar este aplicativo pois é incompatível",
+ "Can't install this app" : "Não foi possível instalar este aplicativo",
+ "These apps will be updated:" : "Estes aplicativos serão atualizados:",
+ "For more details see the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Para mais detalhes, veja a <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentação</a>."
},"pluralForm" :"nplurals=2; plural=(n > 1);"
} \ No newline at end of file
diff --git a/core/l10n/pt_PT.js b/core/l10n/pt_PT.js
index e33ee112f6b..3181fed18c0 100644
--- a/core/l10n/pt_PT.js
+++ b/core/l10n/pt_PT.js
@@ -5,6 +5,14 @@ OC.L10N.register(
"File is too big" : "O ficheiro é demasiado grande",
"The selected file is not an image." : "O ficheiro selecionado não é uma imagem.",
"The selected file cannot be read." : "O ficheiro selecionado não pode ser lido.",
+ "The file was uploaded" : "O ficheiro foi carregado",
+ "The uploaded file exceeds the upload_max_filesize directive in php.ini" : "O ficheiro carregado excede a directiva upload_max_filesize no php.ini ",
+ "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "O tamanho do ficheiro enviado excede a diretiva MAX_FILE_SIZE definida no formulário HTML",
+ "The file was only partially uploaded" : "O ficheiro foi apenas parcialmente carregado",
+ "No file was uploaded" : "Não foi carregado nenhum ficheiro",
+ "Missing a temporary folder" : "Falta uma pasta temporária",
+ "Could not write file to disk" : "Não foi possível escrever o ficheiro no disco.",
+ "A PHP extension stopped the file upload" : "Uma extensão PHP parou o carregamento do ficheiro.",
"Invalid file provided" : "Fornecido ficheiro inválido",
"No image or file provided" : "Imagem ou ficheiro não fornecido",
"Unknown filetype" : "Tipo de ficheiro desconhecido",
@@ -15,6 +23,7 @@ OC.L10N.register(
"No valid crop data provided" : "Não foram indicados dados de recorte válidos",
"Crop is not square" : "O recorte não é quadrado",
"State token does not match" : "O token de estado não corresponde",
+ "Invalid app password" : "Palavra-passe de aplicação inválida",
"Could not complete login" : "Não foi possível fazer login",
"Your login token is invalid or has expired" : "O seu token de login é inválido ou expirou",
"Password reset is disabled" : "A reposição da senha está desativada",
@@ -28,66 +37,45 @@ OC.L10N.register(
"Nextcloud Server" : "Nextcloud Server",
"Some of your link shares have been removed" : "Alguns dos links das suas partilhas foram removidos",
"Due to a security bug we had to remove some of your link shares. Please see the link for more information." : "Devido a bugs de segurança tivemos que remover algumas das suas ligações às partilhas.\nPor favor veja o link para mais informação.",
+ "The user limit of this instance is reached." : "O limite de utilizador desta instância foi atingido",
+ "Enter your subscription key to increase the user limit. For more information about Nextcloud Enterprise see our website." : "Introduza a sua chave de subscrição para aumentar o limite de utilizadores. Para mais informações sobre A Nextcloud Enterprise consulte o website.",
"Preparing update" : "A preparar a atualização",
"[%d / %d]: %s" : "[%d / %d]: %s",
"Repair step:" : "Passo para reparação",
"Repair info:" : "Informação da reparação:",
"Repair warning:" : "Aviso de reparação:",
"Repair error:" : "Erro de reparação:",
- "Please use the command line updater because automatic updating is disabled in the config.php." : "Por favor, utilize o atualizador de linha de comando porque a atualização automática está desativada em config.php.",
+ "Please use the command line updater because automatic updating is disabled in the config.php." : "Por favor, utilize o atualizador da linha de comandos porque a atualização automática está desativada no config.php.",
"[%d / %d]: Checking table %s" : "[%d / %d]: a verificar a tabela %s",
"Turned on maintenance mode" : "Ativou o modo de manutenção",
"Turned off maintenance mode" : "Desativou o modo de manutenção",
"Maintenance mode is kept active" : "O modo de manutenção é mantido ativo",
"Updating database schema" : "A atualizar o esquema da base de dados",
"Updated database" : "Base de dados atualizada",
- "Checking whether the database schema can be updated (this can take a long time depending on the database size)" : "A verificar se o esquema da base de dados pode ser atualizado (isto pode demorar algum tempo dependendo do tamanho da base de dados)",
- "Checked database schema update" : "Atualização do esquema da base de dados verificada.",
- "Checking updates of apps" : "A procurar por atualizações das aplicações",
- "Checking for update of app \"%s\" in appstore" : "A procurar por atualizações da aplicação \"%s\" na appstore",
- "Update app \"%s\" from appstore" : "Atualizar app \"%s\" da appstore",
- "Checked for update of app \"%s\" in appstore" : "Actualização pra a aplicação \"%s\" procuradas na loja.",
"Checking whether the database schema for %s can be updated (this can take a long time depending on the database size)" : "A verificar se o esquema da base de dados para %s pode ser atualizado (isto pode demorar algum tempo, dependendo do tamanho da base de dados)",
- "Checked database schema update for apps" : "Atualização do esquema da base de dados para as aplicações verificada.",
"Updated \"%1$s\" to %2$s" : "Atualizar \"%1$s\" para %2$s",
"Set log level to debug" : "Definir nível de registo para depurar",
"Reset log level" : "Reiniciar nível de registo",
"Starting code integrity check" : "A iniciar a verificação da integridade do código",
"Finished code integrity check" : "Terminada a verificação da integridade do código",
"%s (incompatible)" : "%s (incompatível)",
- "Following apps have been disabled: %s" : "Foram desativadas as seguintes aplicações: %s",
+ "The following apps have been disabled: %s" : "As seguintes aplicações foram desactivadas: %s",
"Already up to date" : "Já está atualizado",
"Your web server is not yet properly set up to allow file synchronization, because the WebDAV interface seems to be broken." : "O seu servidor da Web não está configurado corretamente para permitir a sincronização de ficheiros, porque a interface WebDAV parece estar com problemas.",
- "Your web server is not properly set up to resolve \"{url}\". Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "O seu servidor web não está configurado corretamente para resolver \"{url}\". Mais informação pode ser encontrada na nossa <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">documentação</a>.",
- "Your web server is not properly set up to resolve \"{url}\". This is most likely related to a web server configuration that was not updated to deliver this folder directly. Please compare your configuration against the shipped rewrite rules in \".htaccess\" for Apache or the provided one in the documentation for Nginx at it's <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation page</a>. On Nginx those are typically the lines starting with \"location ~\" that need an update." : "O seu servidor web não está configurado corretamente para resolver \"{url}\". Provavelmente, isto está relacionado com a configuração do servidor que não foi atualizada para entregar essa pasta diretamente. Por favor, compare sua configuração com as regras de reescrita fornecidas em \".htaccess\" para Apache ou a fornecida na documentação do Nginx na <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">página de documentação</a>. No Nginx, são geralmente as linhas que começam com \"location ~\" que precisam de atualização.",
- "Your web server is not properly set up to deliver .woff2 files. This is typically an issue with the Nginx configuration. For Nextcloud 15 it needs an adjustement to also deliver .woff2 files. Compare your Nginx configuration to the recommended configuration in our <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "O seu servidor Web não está configurado corretamente para entregar de ficheiros .woff2. Isto é um problema típico da configuração Ngix. Para o Nextcloud 15 serão necessários ajustes de forma a também permitir a entrega de ficheiros .woff2. Compare a sua configuração Ngix com a configuração recomendada na nossa <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentação</a>.",
+ "Your web server is not properly set up to resolve \"{url}\". Further information can be found in the {linkstart}documentation ↗{linkend}." : "O seu webserver não está configurado correctamente resolver \"{url}\". Pode encontrar mais informações na documentação {linkstart} ↗{linkend}.",
"PHP does not seem to be setup properly to query system environment variables. The test with getenv(\"PATH\") only returns an empty response." : "O PHP não parece estar bem configurado para consultar variáveis do ambiente do sistema. O teste com getenv(\"PATH\") apenas devolveu uma resposta em branco.",
- "Please check the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">installation documentation ↗</a> for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "Por favor, verifique a <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentação de instalação ↗</a> para notas de configuração do php e configuração do php do seu servidor, especialmente quando utiliza php-fpm.",
"The read-only config has been enabled. This prevents setting some configurations via the web-interface. Furthermore, the file needs to be made writable manually for every update." : "A configuração Só-de-Leitura foi ativada. Isto evita definir algumas configurações através da interface da Web. Além disso, o ficheiro precisa de ser definido gravável manualmente para cada atualização.",
"Your database does not run with \"READ COMMITTED\" transaction isolation level. This can cause problems when multiple actions are executed in parallel." : "A sua base de dados não tem o nível de isolamento da transacção \"READ COMMITTED\" activado. Isto pode causar problemas quando várias acções são executadas em paralelo.",
"The PHP module \"fileinfo\" is missing. It is strongly recommended to enable this module to get the best results with MIME type detection." : "O módulo PHP 'fileinfo' está ausente. Recomendamos vivamente que ative este módulo para obter melhores resultados na detecção de tipo MIME.",
- "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems. See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation ↗</a> for more information." : "O bloqueio de arquivos transacionais está desativado, isto poderá levar a problemas com condições de corrida. Ative 'filelocking.enabled' no config.php para evitar estes problemas. Consulte a <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentação</a> para mais informação.",
"If your installation is not installed at the root of the domain and uses system cron, there can be issues with the URL generation. To avoid these problems, please set the \"overwrite.cli.url\" option in your config.php file to the webroot path of your installation (suggestion: \"{suggestedOverwriteCliURL}\")" : "Se a sua instalação não está instalada na raiz do domínio e usa o sistema cron, podem existir problemas com a geração de URL. Para evitar esses problemas, por favor, defina a opção \"overwrite.cli.url\" no seu ficheiro config.php para o caminho webroot da sua instalação (suggestion: \"{suggestedOverwriteCliURL}\")",
"It was not possible to execute the cron job via CLI. The following technical errors have appeared:" : "Não foi possível executar o cron job via CLI. Ocorreram os seguintes erros técnicos:",
- "Last background job execution ran {relativeTime}. Something seems wrong." : "A última tarefa em background executou em {relativeTime}. Algo parece estar errado.",
- "Check the background job settings" : "Verifique as configurações da tarefa de background",
"This server has no working Internet connection: Multiple endpoints could not be reached. This means that some of the features like mounting external storage, notifications about updates or installation of third-party apps will not work. Accessing files remotely and sending of notification emails might not work, either. Establish a connection from this server to the Internet to enjoy all features." : "Este servidor não tem ligação à Internet: Não foi possível detectar vários pontos de extremidade. Isso significa que alguns dos recursos como a montagem de armazenamento externo, notificações sobre actualizações ou instalação de aplicações de terceiros não funcionarão. Pode também não ser possível aceder a ficheiros remotamente e enviar emails de notificação. Sugerimos que active a ligação à Internet para este servidor se desejar ter todos os recursos.",
- "No memory cache has been configured. To enhance performance, please configure a memcache, if available. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Nenhuma memória cache foi configurada. Para melhorar o seu desempenho, por favor configure a memcache, se disponível. Mais informação pode ser encontrada na nossa <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">documentation</a>.",
- "No suitable source for randomness found by PHP which is highly discouraged for security reasons. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Nenhuma fonte de randomização apropriada foi encontrada pelo PHP, o que é altamente desencorajado por motivos de segurança. Pode ser encontrada mais informação na <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentação</a>.",
- "You are currently running PHP {version}. Upgrade your PHP version to take advantage of <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">performance and security updates provided by the PHP Group</a> as soon as your distribution supports it." : "Neste momento está a executar PHP {version}. Aconselhamos actualizar a versão de PHP para tirar partido das <a target=\"_blank\" rel=\"noreferrer\" href=\"{phpLink}\">actualizações de desempenho e segurança fornecidas pelo PHP Group</a> assim que a sua distribuição as suporte.",
- "The reverse proxy header configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If not, this is a security issue and can allow an attacker to spoof their IP address as visible to the Nextcloud. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "A configuração dos cabeçalhos de reverse proxy está incorrecta, ou está a tentar ao Nextcloud através de um proxy confiável. Se não for o caso, trata-se de um problema de segurança e pode permitir a um atacante fazer spoof do endereço IP visível para a Nextcloud. Mais informações podem ser obtidas na <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentação</a>.",
- "Memcached is configured as distributed cache, but the wrong PHP module \"memcache\" is installed. \\OC\\Memcache\\Memcached only supports \"memcached\" and not \"memcache\". See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">memcached wiki about both modules</a>." : "A Memcached está configurada como cache distribuida, mas o módulo PHP \"memcache\" instalado está incorrecto. \\OC\\Memcache\\Memcached apenas suporta \"memcached\" e não \"memcache\". Ver em <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">memcached wiki sobre ambos os módulos</a>.",
- "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">List of invalid files…</a> / <a href=\"{rescanEndpoint}\">Rescan…</a>)" : "Alguns ficheiros não passaram no teste de integridade. Mais informação sobre a resolução deste problema pode ser encontrada na <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentação</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">Lista de ficheiros inválidos...</a> / <a href=\"{rescanEndpoint}\">Analisar novamente ...</a>)",
- "The PHP OPcache module is not loaded. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance it is recommended</a> to load it into your PHP installation." : "A OPcache PHP não está devidamente carregada. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Para melhorar a performance recomendamos</a> que a carregue na sua instalação de PHP.",
- "The PHP OPcache is not properly configured. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance it is recommended</a> to use the following settings in the <code>php.ini</code>:" : "A OPcache PHP não está devidamente configurada. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Para melhorar a performance recomendamos</a> que use as seguintes definições no <code>php.ini</code>:",
"The PHP function \"set_time_limit\" is not available. This could result in scripts being halted mid-execution, breaking your installation. Enabling this function is strongly recommended." : "A função PHP \"set_time_limit\" não está disponível. Isto pode resultar na paragem de scripts a meio da execução, corrompendo a instalação. A activação desta função é altamente recomendada.",
"Your PHP does not have FreeType support, resulting in breakage of profile pictures and the settings interface." : "O seu PHP não suporta FreeType, podendo resultar em fotos de perfil e interface de definições corrompidos. ",
"Missing index \"{indexName}\" in table \"{tableName}\"." : "Índice \"{indexName}\" em falta na tabela \"{tableName}\".",
"This instance is missing some recommended PHP modules. For improved performance and better compatibility it is highly recommended to install them." : "Esta instância tem em falta alguns módulos PHP recomendados. Para melhor desempenho e melhor compatibilidade, é altamente recomendável instalá-los.",
"SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend." : "SQLite é atualmente utilizado como a base de dados de backend. Para instalações maiores recomendamos que mude para uma base de dados de backend diferente.",
"This is particularly recommended when using the desktop client for file synchronisation." : "Isto é particularmente recomendado quando estiver a usar um cliente de desktop para sincronização de ficheiros.",
- "To migrate to another database use the command line tool: 'occ db:convert-type', or see the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation ↗</a>." : "Para migrar para outra base de dados, use a ferramenta de linha de comando: 'occ db:convert-type', ou veja a <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentação</a>.",
- "Use of the the built in php mailer is no longer supported. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Please update your email server settings ↗<a/>." : "A utilização do fornecedor de mensagens php pré-configurado já não é suportado. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Por favor, atualize as configurações do seu servidor de email<a/>.",
"The PHP memory limit is below the recommended value of 512MB." : "O limite de memória do PHP está abaixo do valor recomendado de 512MB.",
"Some app directories are owned by a different user than the web server one. This may be the case if apps have been installed manually. Check the permissions of the following app directories:" : "Algumas diretorias de aplicações pertencem a um utilizador diferente do servidor web. Pode ser esse o caso se as aplicações foram instaladas manualmente. Verifique as permissões das seguintes diretorias de aplicações:",
"Error occurred while checking server setup" : "Ocorreu um erro durante a verificação da configuração do servidor",
@@ -95,15 +83,6 @@ OC.L10N.register(
"The \"{header}\" HTTP header is not set to \"{expected}\". This is a potential security or privacy risk, as it is recommended to adjust this setting accordingly." : "O cabeçalho HTTP \"{cabeçalho}\" não está definido como \"{esperado}\". Isto é um potencial risco de segurança ou privacidade, pelo que recomendamos que ajuste esta opção em conformidade.",
"The \"{header}\" HTTP header is not set to \"{expected}\". Some features might not work correctly, as it is recommended to adjust this setting accordingly." : "O cabeçalho HTTP \"{cabeçalho}\" não está definido como \"{esperado}\". Algumas funcionalidades poderão não funcionar correctamente, pelo que recomendamos que ajuste esta opção em conformidade.",
"The \"{header}\" HTTP header doesn't contain \"{expected}\". This is a potential security or privacy risk, as it is recommended to adjust this setting accordingly." : "O cabeçalho HTTP \"{header}\" não está definido como \"{expected}\". Isto é um potencial risco de segurança ou privacidade, pelo que se recomenda que ajuste esta opção em conformidade.",
- "The \"{header}\" HTTP header is not set to \"{val1}\", \"{val2}\", \"{val3}\", \"{val4}\" or \"{val5}\". This can leak referer information. See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{link}\">W3C Recommendation ↗</a>." : "O cabeçalho HTTP \"{header}\" não está definido como \"{val1}\", \"{val2}\", \"{val3}\", \"{val4}\" or \"{val5}\". Isto pode revelar informações do endereço de proveniência. Veja a <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{link}\">Recomendação W3C</a>.",
- "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the <a href=\"{docUrl}\" rel=\"noreferrer noopener\">security tips ↗</a>." : "O cabeçalho HTTP \"Strict-Transport-Security\" não está definido para, pelo menos, \"{segundos}\" segundos. Para segurança melhorada, recomenda-se que active o HSTS tal como descrito em <a href=\"{docUrl}\" rel=\"noreferrer noopener\">dicas de segurança</a>.",
- "Non-existing tag #{tag}" : "Etiqueta não existente #{tag}",
- "restricted" : "limitado",
- "invisible" : "invisível",
- "Delete" : "Apagar",
- "Rename" : "Renomear",
- "Collaborative tags" : "Etiquetas colaborativas",
- "No tags found" : "Etiquetas não encontradas",
"unknown text" : "texto desconhecido",
"Hello world!" : "Olá, mundo!",
"sunny" : "soalheiro",
@@ -116,35 +95,40 @@ OC.L10N.register(
"Update to {version}" : "Actualizar para {version}",
"An error occurred." : "Ocorreu um erro.",
"Please reload the page." : "Por favor, recarregue a página.",
- "The update was unsuccessful. For more information <a href=\"{url}\">check our forum post</a> covering this issue." : "A atualização falhou. Para mais informação <a href=\"{url}\">verifique o nosso fórum</a> sobre como resolver este problema.",
+ "The update was unsuccessful. For more information <a href=\"{url}\">check our forum post</a> covering this issue." : "A atualização falhou. Para mais informação <a href=\"{url}\">consulte o nosso artigo do fórum</a> sobre como resolver este problema.",
"The update was unsuccessful. Please report this issue to the <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">Nextcloud community</a>." : "A atualização não foi bem sucedida. Por favor, informe este problema à <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">comunidade Nextcloud</a>.",
- "Continue to Nextcloud" : "Continuar para Nextcloud",
- "_The update was successful. Redirecting you to Nextcloud in %n second._::_The update was successful. Redirecting you to Nextcloud in %n seconds._" : ["A actualização foi bem sucedida. A redireccionar para Nextcloud dentro de %n segundos.","A actualização foi bem sucedida. A redireccionar para Nextcloud dentro de %n segundos."],
- "Searching other places" : "A pesquisar noutros lugares",
- "No search results in other folders for {tag}{filter}{endtag}" : "Nenhum resultado encontrado noutras pastas para {tag}{filter}{endtag}",
- "_{count} search result in another folder_::_{count} search results in other folders_" : ["{count} resultado de pesquisa noutra pasta","{count} resultados de pesquisa noutras pastas"],
+ "Continue to {productName}" : "Continuar para {productName}",
+ "Log in" : "Iniciar sessão",
+ "Logging in …" : "A entrar...",
"Server side authentication failed!" : "Autenticação do lado do servidor falhou!",
"Please contact your administrator." : "Por favor, contacte o seu administrador.",
"An internal error occurred." : "Ocorreu um erro interno.",
- "Please try again or contact your administrator." : "Por favor, tente de novo ou contacte o seu administrador.",
+ "Please try again or contact your administrator." : "Por favor, tente novamente ou contacte o seu administrador.",
"Username or email" : "Utilizador ou e-mail",
"Password" : "Palavra-passe",
- "Log in" : "Iniciar Sessão",
- "Logging in …" : "A entrar...",
+ "Toggle password visibility" : "Altere a visibilidade da palavra-passe",
"Wrong username or password." : "Nome de utilizador ou palavra passe errados",
"User disabled" : "Utilizador desativado",
"We have detected multiple invalid login attempts from your IP. Therefore your next login is throttled up to 30 seconds." : "Detectamos múltiplas tentativas falhadas de login do seu IP. Por esse motivo, o seu próximo login será adiado por, até, 30 segundos. ",
+ "Your account is not setup for passwordless login." : "A sua conta não está configurada para autenticação sem palavra-passe.",
+ "Passwordless authentication is not supported in your browser." : "O seu navegador não suporta autenticação sem palavra-passe.",
+ "Passwordless authentication is only available over a secure connection." : "A autenticação sem palavra-passe só está disponível através de uma ligação segura.",
"Reset password" : "Repor palavra-passe",
- "A password reset message has been sent to the e-mail address of this account. If you do not receive it, check your spam/junk folders or ask your local administrator for help." : "Foi enviada, para o seu endereço de e-mail, uma mensagem para fazer reset à password desta conta. Se não a receber, verifique as pastas de spam/junk ou peça ajuda ao seu administrador.",
+ "A password reset message has been sent to the email address of this account. If you do not receive it, check your spam/junk folders or ask your local administrator for help." : "Foi enviada uma mensagem de reposição da sua palavra-passe para o endereço de email desta conta. Se não a receber, verifique as pastas de spam/lixo ou entre em contacto com o administrador local para ajuda.",
"If it is not there ask your local administrator." : "Se não estiver aí pergunte ao seu administrador local.",
"Couldn't send reset email. Please contact your administrator." : "Não foi possível enviar a mensagem de reposição. Por favor, contacte o seu administrador.",
- "Password can not be changed. Please contact your administrator." : "A palavra-passe não pode ser alterada. Por favor, contacte o seu administrador.",
"Back to login" : "Voltar à entrada",
"New password" : "Nova palavra-passe",
+ "Your files are encrypted. There will be no way to get your data back after your password is reset. If you are not sure what to do, please contact your administrator before you continue. Do you really want to continue?" : "Os seus ficheiros estão cifrados. Não será possível aceder aos seus dados após a palavra-passe ser alterada. Se não tiver a certeza do que fazer, contacte o administrador do sistema antes de continuar. Tem a certeza que quer continuar?",
"I know what I'm doing" : "Eu sei o que eu estou a fazer",
"Resetting password" : "A fazer reset à palavra passe",
+ "Recommended apps" : "Aplicações recomendadas",
+ "Loading apps …" : "A carregar aplicações...",
"Cancel" : "Cancelar",
"Forgot password?" : "Senha esquecida?",
+ "Back" : "Anterior",
+ "Reset search" : "Repor procura",
+ "Search" : "Procurar",
"Settings" : "Definições",
"Could not load your contacts" : "Não foi possível carregar os seus contactos",
"Search contacts …" : "Pesquisar contactos ...",
@@ -211,6 +195,13 @@ OC.L10N.register(
"Strong password" : "Palavra-passe forte",
"No action available" : "Nenhuma acção disponível",
"Error fetching contact actions" : "Erro ao obter acções dos contactos",
+ "Non-existing tag #{tag}" : "Etiqueta não existente #{tag}",
+ "restricted" : "limitado",
+ "invisible" : "invisível",
+ "Delete" : "Eliminar",
+ "Rename" : "Renomear",
+ "Collaborative tags" : "Etiquetas colaborativas",
+ "No tags found" : "Etiquetas não encontradas",
"Personal" : "Pessoal",
"Users" : "Utilizadores",
"Apps" : "Aplicações",
@@ -257,15 +248,13 @@ OC.L10N.register(
"Finishing …" : "A terminar...",
"Need help?" : "Precisa de ajuda?",
"See the documentation" : "Consulte a documentação",
- "This application requires JavaScript for correct operation. Please {linkstart}enable JavaScript{linkend} and reload the page." : "Esta aplicação requer o JavaScript para funcionar corretamente. Por favor, {linkstart}ative o JavaScript{linkend} e recarregue a página.",
+ "This application requires JavaScript for correct operation. Please {linkstart}enable JavaScript{linkend} and reload the page." : "Esta aplicação requer JavaScript para funcionar corretamente. Por favor, {linkstart}ative o JavaScript{linkend} e recarregue a página.",
"Get your own free account" : "Obtenha a sua própria conta grátis",
"Skip to main content" : "Saltar para conteúdo principal",
"Skip to navigation of app" : "Saltar para navegação da aplicação",
"More apps" : "Mais apps",
"More" : "Mais",
"More apps menu" : "Menu de mais aplicações",
- "Search" : "Procurar",
- "Reset search" : "Repor procura",
"Contacts" : "Contactos",
"Contacts menu" : "Menu de contactos",
"Settings menu" : "Menu de configurações",
@@ -292,7 +281,6 @@ OC.L10N.register(
"Further information how to configure this can be found in the %1$sdocumentation%2$s." : "Mais informação acerca de como configurar pode ser encontrada na %1$sdocumentação%2$s. ",
"App update required" : "É necessário atualizar a aplicação",
"%1$s will be updated to version %2$s" : "%1$s irá ser atualizada para a versão %2$s",
- "These apps will be updated:" : "Estas aplicações irão ser atualizadas.",
"These incompatible apps will be disabled:" : "Estas aplicações incompatíveis irão ser desativadas:",
"The theme %s has been disabled." : "O tema %s foi desativado.",
"Please make sure that the database, the config folder and the data folder have been backed up before proceeding." : "Por favor, certifique-se de que foi efetuada uma cópia de segurança da base de dados, pasta de configuração e de dados antes de prosseguir.",
@@ -308,93 +296,40 @@ OC.L10N.register(
"This %s instance is currently in maintenance mode, which may take a while." : "Esta instância %s está atualmente no modo de manutenção, o que poderá demorar algum tempo.",
"This page will refresh itself when the instance is available again." : "Esta página irá ser atualizada quando a instância ficar novamente disponível.",
"Contact your system administrator if this message persists or appeared unexpectedly." : "Contacte o seu administrador do sistema se esta mensagem persistir ou apareceu inesperadamente.",
- "Could not send reset email because there is no email address for this username. Please contact your administrator." : "Não foi possível enviar a mensagem de reposição porque não existe nenhum endereço de e-mail associado para este utilizador. Por favor, contacte o seu administrador.",
- "Couldn't send reset email. Please make sure your username is correct." : "Não foi possível enviar a mensagem de reposição. Por favor, confirme se o seu nome de utilizador está correto.",
- "Your files are encrypted. There will be no way to get your data back after your password is reset.<br />If you are not sure what to do, please contact your administrator before you continue. <br />Do you really want to continue?" : "Os seus ficheiros estão encriptados. Não haverá forma de recuperar os dados depois de alterar a senha.<br />Se não tiver a certeza do que fazer, por favor, contacte o administrador antes de continuar. <br />Deseja mesmo continuar?",
- "Sending email …" : "A enviar e-mail ...",
- "You are currently running PHP 5.6. The current major version of Nextcloud is the last that is supported on PHP 5.6. It is recommended to upgrade the PHP version to 7.0+ to be able to upgrade to Nextcloud 14." : "Está actualmente a correr PHP 5.6. A versão actual mais alta do Nextcloud é a última suportada no PHP 5.6. Aconselhamos que actualize a versão do PHP para 7.0+ para que possa actualizar para o Nextcloud 14.",
- "Shared" : "Partilhado",
- "Shared with" : "Partilhado com ",
- "Shared by" : "Partilhado por",
- "Choose a password for the public link" : "Escolha a palavra-passe para a hiperligação pública",
- "Choose a password for the public link or press the \"Enter\" key" : "Defina a senha para a hiperligação pública ou prima a tecla \"Enter\"",
- "Copied!" : "Copiado!",
- "Copy link" : "Copiar hiperligação",
- "Not supported!" : "Não suportado!",
- "Press ⌘-C to copy." : "Prima ⌘-C para copiar.",
- "Press Ctrl-C to copy." : "Prima Ctrl-C para copiar.",
- "Unable to create a link share" : "Impossível criar a hiperligação de partilha",
- "Unable to toggle this option" : "Impossível comutar esta opção",
- "Resharing is not allowed" : "Não é permitido voltar a partilhar",
- "Link" : "Hiperligação",
- "Hide download" : "Ocultar transferência",
- "Password protection enforced" : "Imposta protecção por palavra-passe",
- "Password protect" : "Proteger com palavra-passe",
- "Allow editing" : "Permitir edição",
- "Email link to person" : "Enviar hiperligação por mensagem para a pessoa",
- "Send" : "Enviar",
- "Allow upload and editing" : "Permitir enviar e editar",
- "Read only" : "Só de leitura",
- "File drop (upload only)" : "Arrastar ficheiro (apenas envio)",
- "Expiration date enforced" : "Imposta data de expiração",
- "Set expiration date" : "Definir a data de expiração",
- "Expiration" : "Expiração",
- "Expiration date" : "Data de expiração",
- "Note to recipient" : "Nota para o receptor",
- "Unshare" : "Cancelar partilha",
- "Delete share link" : "Apagar hiperligação de partilha",
- "Add another link" : "Adicionar outra hiperligação",
- "Password protection for links is mandatory" : "Protecção por palavra-passe é obrigatória para hiperligações",
- "Share to {name}" : "Partilhar com {name}",
- "Share link" : "Partilhar hiperligação",
- "New share link" : "Nova hiperligação de partilha",
- "Created on {time}" : "Criado em {time}",
- "Password protect by Talk" : "Protegido por palavra-passe por Talk",
- "Could not unshare" : "Não foi possível cancelar a partilha",
- "Shared with you and the group {group} by {owner}" : "Partilhado consigo e com o grupo {group} por {owner}",
- "Shared with you and {circle} by {owner}" : "Partilhado consigo e com {circle} por {owner}",
- "Shared with you and the conversation {conversation} by {owner}" : "Partilhado consigo e com a conversação {conversation} por {owner}",
- "Shared with you in a conversation by {owner}" : "Partilhado consigo numa conversação por {owner}",
- "Shared with you by {owner}" : "Partilhado consigo por {owner}",
- "Choose a password for the mail share" : "Escolher senha para a partilha de email",
- "group" : "grupo",
- "remote" : "remoto",
- "remote group" : "grupo remoto",
- "email" : "email",
- "conversation" : "conversação",
- "shared by {sharer}" : "partilhado por {sharer}",
- "Can reshare" : "Pode partilhar de novo",
- "Can edit" : "Pode editar",
- "Can create" : "Pode criar",
- "Can change" : "Pode alterar",
- "Can delete" : "Pode apagar",
- "Access control" : "Controlo de acesso",
- "{shareInitiatorDisplayName} shared via link" : "{shareInitiatorDisplayName} partilhado via hiperligação",
- "Error while sharing" : "Erro ao partilhar",
- "Share details could not be loaded for this item." : "Não foi possível carregar os detalhes de partilha para este item.",
- "Search globally" : "Procura global",
- "_At least {count} character is needed for autocompletion_::_At least {count} characters are needed for autocompletion_" : ["Pelo menos {count} caracteres para conclusão automática","At least {count} characters are needed for autocompletion"],
- "This list is maybe truncated - please refine your search term to see more results." : "Esta lista pode estar talvez truncada - por favor refine o termo de pesquisa para ver mais resultados.",
- "No users or groups found for {search}" : "Não foram encontrados nenhuns utilizadores ou grupos para {search}",
- "No users found for {search}" : "Não foram encontrados utilizadores para {search}",
- "An error occurred (\"{message}\"). Please try again" : "Ocorreu um erro (\"{message}\"). Por favor, tente de novo. ",
- "An error occurred. Please try again" : "Ocorreu um erro. Por favor, tente de novo.",
- "Home" : "Início",
- "Work" : "Emprego",
- "Other" : "Outro",
- "{sharee} (remote group)" : "{sharee} (grupo remoto)",
- "{sharee} ({type}, {owner})" : "{sharee} ({type}, {owner})",
- "Share" : "Partilhar",
- "Name or email address..." : "Nome ou endereço de email...",
- "Name or federated cloud ID..." : "Nome ou Id. da nuvem federada...",
- "Name, federated cloud ID or email address..." : "Nome, Id. da nuvem federada ou endereço de e-mail...",
- "Name..." : "Nome...",
- "Error removing share" : "Erro ao remover a partilha",
- "({scope})" : "({scope})",
- "Saving..." : "A guardar...",
- "Dismiss" : "Dispensar",
- "Your client should now be connected! You can close this window." : "O seu cliente deverá estar agora conectado! Pode fechar esta janela.",
- "New Password" : "Nova Palavra-passe",
- "Cancel log in" : "Cancelar entrada"
+ "Checking whether the database schema can be updated (this can take a long time depending on the database size)" : "A verificar se o esquema da base de dados pode ser atualizado (isto pode demorar algum tempo dependendo do tamanho da base de dados)",
+ "Checked database schema update" : "Atualização do esquema da base de dados verificada.",
+ "Checking updates of apps" : "A procurar por atualizações das aplicações",
+ "Checking for update of app \"%s\" in appstore" : "A procurar por atualizações da aplicação \"%s\" na appstore",
+ "Update app \"%s\" from appstore" : "Atualizar app \"%s\" da appstore",
+ "Checked for update of app \"%s\" in appstore" : "Actualização pra a aplicação \"%s\" procuradas na loja.",
+ "Checked database schema update for apps" : "Atualização do esquema da base de dados verificada para as aplicações",
+ "Following apps have been disabled: %s" : "Foram desativadas as seguintes aplicações: %s",
+ "Your web server is not properly set up to resolve \"{url}\". Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "O seu servidor web não está configurado corretamente para resolver \"{url}\". Mais informação pode ser encontrada na nossa <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">documentação</a>.",
+ "Your web server is not properly set up to resolve \"{url}\". This is most likely related to a web server configuration that was not updated to deliver this folder directly. Please compare your configuration against the shipped rewrite rules in \".htaccess\" for Apache or the provided one in the documentation for Nginx at it's <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation page</a>. On Nginx those are typically the lines starting with \"location ~\" that need an update." : "O seu servidor web não está configurado corretamente para resolver \"{url}\". Provavelmente, isto está relacionado com a configuração do servidor que não foi atualizada para entregar essa pasta diretamente. Por favor, compare sua configuração com as regras de reescrita fornecidas em \".htaccess\" para Apache ou a fornecida na documentação do Nginx na <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">página de documentação</a>. No Nginx, são geralmente as linhas que começam com \"location ~\" que precisam de atualização.",
+ "Your web server is not properly set up to deliver .woff2 files. This is typically an issue with the Nginx configuration. For Nextcloud 15 it needs an adjustement to also deliver .woff2 files. Compare your Nginx configuration to the recommended configuration in our <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "O seu servidor Web não está configurado corretamente para entregar de ficheiros .woff2. Isto é um problema típico da configuração Ngix. Para o Nextcloud 15 serão necessários ajustes de forma a também permitir a entrega de ficheiros .woff2. Compare a sua configuração Ngix com a configuração recomendada na nossa <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentação</a>.",
+ "Please check the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">installation documentation ↗</a> for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "Por favor, verifique a <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentação de instalação ↗</a> para notas de configuração do php e configuração do php do seu servidor, especialmente quando utiliza php-fpm.",
+ "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems. See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation ↗</a> for more information." : "O bloqueio de arquivos transacionais está desativado, isto poderá levar a problemas com condições de corrida. Ative 'filelocking.enabled' no config.php para evitar estes problemas. Consulte a <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentação</a> para mais informação.",
+ "Last background job execution ran {relativeTime}. Something seems wrong." : "A última tarefa em background executou em {relativeTime}. Algo parece estar errado.",
+ "Check the background job settings" : "Verifique as configurações da tarefa de background",
+ "No memory cache has been configured. To enhance performance, please configure a memcache, if available. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Nenhuma memória cache foi configurada. Para melhorar o seu desempenho, por favor configure a memcache, se disponível. Mais informação pode ser encontrada na nossa <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">documentation</a>.",
+ "No suitable source for randomness found by PHP which is highly discouraged for security reasons. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Nenhuma fonte de randomização apropriada foi encontrada pelo PHP, o que é altamente desencorajado por motivos de segurança. Pode ser encontrada mais informação na <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentação</a>.",
+ "You are currently running PHP {version}. Upgrade your PHP version to take advantage of <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">performance and security updates provided by the PHP Group</a> as soon as your distribution supports it." : "Neste momento está a executar PHP {version}. Aconselhamos actualizar a versão de PHP para tirar partido das <a target=\"_blank\" rel=\"noreferrer\" href=\"{phpLink}\">actualizações de desempenho e segurança fornecidas pelo PHP Group</a> assim que a sua distribuição as suporte.",
+ "The reverse proxy header configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If not, this is a security issue and can allow an attacker to spoof their IP address as visible to the Nextcloud. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "A configuração dos cabeçalhos de reverse proxy está incorrecta, ou está a tentar ao Nextcloud através de um proxy confiável. Se não for o caso, trata-se de um problema de segurança e pode permitir a um atacante fazer spoof do endereço IP visível para a Nextcloud. Mais informações podem ser obtidas na <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentação</a>.",
+ "Memcached is configured as distributed cache, but the wrong PHP module \"memcache\" is installed. \\OC\\Memcache\\Memcached only supports \"memcached\" and not \"memcache\". See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">memcached wiki about both modules</a>." : "A Memcached está configurada como cache distribuida, mas o módulo PHP \"memcache\" instalado está incorrecto. \\OC\\Memcache\\Memcached apenas suporta \"memcached\" e não \"memcache\". Ver em <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">memcached wiki sobre ambos os módulos</a>.",
+ "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">List of invalid files…</a> / <a href=\"{rescanEndpoint}\">Rescan…</a>)" : "Alguns ficheiros não passaram no teste de integridade. Mais informação sobre a resolução deste problema pode ser encontrada na <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentação</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">Lista de ficheiros inválidos...</a> / <a href=\"{rescanEndpoint}\">Analisar novamente ...</a>)",
+ "The PHP OPcache module is not loaded. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance it is recommended</a> to load it into your PHP installation." : "A OPcache PHP não está devidamente carregada. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Para melhorar a performance recomendamos</a> que a carregue na sua instalação de PHP.",
+ "The PHP OPcache is not properly configured. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance it is recommended</a> to use the following settings in the <code>php.ini</code>:" : "A OPcache PHP não está devidamente configurada. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Para melhorar a performance recomendamos</a> que use as seguintes definições no <code>php.ini</code>:",
+ "To migrate to another database use the command line tool: 'occ db:convert-type', or see the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation ↗</a>." : "Para migrar para outra base de dados, use a ferramenta de linha de comando: 'occ db:convert-type', ou veja a <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentação</a>.",
+ "Use of the the built in php mailer is no longer supported. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Please update your email server settings ↗<a/>." : "A utilização do fornecedor de mensagens php pré-configurado já não é suportado. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Por favor, atualize as configurações do seu servidor de email<a/>.",
+ "The \"{header}\" HTTP header is not set to \"{val1}\", \"{val2}\", \"{val3}\", \"{val4}\" or \"{val5}\". This can leak referer information. See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{link}\">W3C Recommendation ↗</a>." : "O cabeçalho HTTP \"{header}\" não está definido como \"{val1}\", \"{val2}\", \"{val3}\", \"{val4}\" or \"{val5}\". Isto pode revelar informações do endereço de proveniência. Veja a <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{link}\">Recomendação W3C</a>.",
+ "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the <a href=\"{docUrl}\" rel=\"noreferrer noopener\">security tips ↗</a>." : "O cabeçalho HTTP \"Strict-Transport-Security\" não está definido para, pelo menos, \"{segundos}\" segundos. Para segurança melhorada, recomenda-se que active o HSTS tal como descrito em <a href=\"{docUrl}\" rel=\"noreferrer noopener\">dicas de segurança</a>.",
+ "Continue to Nextcloud" : "Continuar para Nextcloud",
+ "_The update was successful. Redirecting you to Nextcloud in %n second._::_The update was successful. Redirecting you to Nextcloud in %n seconds._" : ["A actualização foi bem sucedida. A redireccionar para Nextcloud dentro de %n segundos.","A actualização foi bem sucedida. A redireccionar para Nextcloud dentro de %n segundos."],
+ "Searching other places" : "A pesquisar noutros lugares",
+ "No search results in other folders for {tag}{filter}{endtag}" : "Nenhum resultado encontrado noutras pastas para {tag}{filter}{endtag}",
+ "_{count} search result in another folder_::_{count} search results in other folders_" : ["{count} resultado de pesquisa noutra pasta","{count} resultados de pesquisa noutras pastas"],
+ "A password reset message has been sent to the e-mail address of this account. If you do not receive it, check your spam/junk folders or ask your local administrator for help." : "Foi enviada, para o seu endereço de e-mail, uma mensagem para fazer reset à password desta conta. Se não a receber, verifique as pastas de spam/junk ou peça ajuda ao seu administrador.",
+ "Password can not be changed. Please contact your administrator." : "A palavra-passe não pode ser alterada. Por favor, contacte o seu administrador.",
+ "These apps will be updated:" : "Estas aplicações irão ser atualizadas."
},
"nplurals=2; plural=(n != 1);");
diff --git a/core/l10n/pt_PT.json b/core/l10n/pt_PT.json
index 2db513e2d92..e329015272e 100644
--- a/core/l10n/pt_PT.json
+++ b/core/l10n/pt_PT.json
@@ -3,6 +3,14 @@
"File is too big" : "O ficheiro é demasiado grande",
"The selected file is not an image." : "O ficheiro selecionado não é uma imagem.",
"The selected file cannot be read." : "O ficheiro selecionado não pode ser lido.",
+ "The file was uploaded" : "O ficheiro foi carregado",
+ "The uploaded file exceeds the upload_max_filesize directive in php.ini" : "O ficheiro carregado excede a directiva upload_max_filesize no php.ini ",
+ "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "O tamanho do ficheiro enviado excede a diretiva MAX_FILE_SIZE definida no formulário HTML",
+ "The file was only partially uploaded" : "O ficheiro foi apenas parcialmente carregado",
+ "No file was uploaded" : "Não foi carregado nenhum ficheiro",
+ "Missing a temporary folder" : "Falta uma pasta temporária",
+ "Could not write file to disk" : "Não foi possível escrever o ficheiro no disco.",
+ "A PHP extension stopped the file upload" : "Uma extensão PHP parou o carregamento do ficheiro.",
"Invalid file provided" : "Fornecido ficheiro inválido",
"No image or file provided" : "Imagem ou ficheiro não fornecido",
"Unknown filetype" : "Tipo de ficheiro desconhecido",
@@ -13,6 +21,7 @@
"No valid crop data provided" : "Não foram indicados dados de recorte válidos",
"Crop is not square" : "O recorte não é quadrado",
"State token does not match" : "O token de estado não corresponde",
+ "Invalid app password" : "Palavra-passe de aplicação inválida",
"Could not complete login" : "Não foi possível fazer login",
"Your login token is invalid or has expired" : "O seu token de login é inválido ou expirou",
"Password reset is disabled" : "A reposição da senha está desativada",
@@ -26,66 +35,45 @@
"Nextcloud Server" : "Nextcloud Server",
"Some of your link shares have been removed" : "Alguns dos links das suas partilhas foram removidos",
"Due to a security bug we had to remove some of your link shares. Please see the link for more information." : "Devido a bugs de segurança tivemos que remover algumas das suas ligações às partilhas.\nPor favor veja o link para mais informação.",
+ "The user limit of this instance is reached." : "O limite de utilizador desta instância foi atingido",
+ "Enter your subscription key to increase the user limit. For more information about Nextcloud Enterprise see our website." : "Introduza a sua chave de subscrição para aumentar o limite de utilizadores. Para mais informações sobre A Nextcloud Enterprise consulte o website.",
"Preparing update" : "A preparar a atualização",
"[%d / %d]: %s" : "[%d / %d]: %s",
"Repair step:" : "Passo para reparação",
"Repair info:" : "Informação da reparação:",
"Repair warning:" : "Aviso de reparação:",
"Repair error:" : "Erro de reparação:",
- "Please use the command line updater because automatic updating is disabled in the config.php." : "Por favor, utilize o atualizador de linha de comando porque a atualização automática está desativada em config.php.",
+ "Please use the command line updater because automatic updating is disabled in the config.php." : "Por favor, utilize o atualizador da linha de comandos porque a atualização automática está desativada no config.php.",
"[%d / %d]: Checking table %s" : "[%d / %d]: a verificar a tabela %s",
"Turned on maintenance mode" : "Ativou o modo de manutenção",
"Turned off maintenance mode" : "Desativou o modo de manutenção",
"Maintenance mode is kept active" : "O modo de manutenção é mantido ativo",
"Updating database schema" : "A atualizar o esquema da base de dados",
"Updated database" : "Base de dados atualizada",
- "Checking whether the database schema can be updated (this can take a long time depending on the database size)" : "A verificar se o esquema da base de dados pode ser atualizado (isto pode demorar algum tempo dependendo do tamanho da base de dados)",
- "Checked database schema update" : "Atualização do esquema da base de dados verificada.",
- "Checking updates of apps" : "A procurar por atualizações das aplicações",
- "Checking for update of app \"%s\" in appstore" : "A procurar por atualizações da aplicação \"%s\" na appstore",
- "Update app \"%s\" from appstore" : "Atualizar app \"%s\" da appstore",
- "Checked for update of app \"%s\" in appstore" : "Actualização pra a aplicação \"%s\" procuradas na loja.",
"Checking whether the database schema for %s can be updated (this can take a long time depending on the database size)" : "A verificar se o esquema da base de dados para %s pode ser atualizado (isto pode demorar algum tempo, dependendo do tamanho da base de dados)",
- "Checked database schema update for apps" : "Atualização do esquema da base de dados para as aplicações verificada.",
"Updated \"%1$s\" to %2$s" : "Atualizar \"%1$s\" para %2$s",
"Set log level to debug" : "Definir nível de registo para depurar",
"Reset log level" : "Reiniciar nível de registo",
"Starting code integrity check" : "A iniciar a verificação da integridade do código",
"Finished code integrity check" : "Terminada a verificação da integridade do código",
"%s (incompatible)" : "%s (incompatível)",
- "Following apps have been disabled: %s" : "Foram desativadas as seguintes aplicações: %s",
+ "The following apps have been disabled: %s" : "As seguintes aplicações foram desactivadas: %s",
"Already up to date" : "Já está atualizado",
"Your web server is not yet properly set up to allow file synchronization, because the WebDAV interface seems to be broken." : "O seu servidor da Web não está configurado corretamente para permitir a sincronização de ficheiros, porque a interface WebDAV parece estar com problemas.",
- "Your web server is not properly set up to resolve \"{url}\". Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "O seu servidor web não está configurado corretamente para resolver \"{url}\". Mais informação pode ser encontrada na nossa <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">documentação</a>.",
- "Your web server is not properly set up to resolve \"{url}\". This is most likely related to a web server configuration that was not updated to deliver this folder directly. Please compare your configuration against the shipped rewrite rules in \".htaccess\" for Apache or the provided one in the documentation for Nginx at it's <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation page</a>. On Nginx those are typically the lines starting with \"location ~\" that need an update." : "O seu servidor web não está configurado corretamente para resolver \"{url}\". Provavelmente, isto está relacionado com a configuração do servidor que não foi atualizada para entregar essa pasta diretamente. Por favor, compare sua configuração com as regras de reescrita fornecidas em \".htaccess\" para Apache ou a fornecida na documentação do Nginx na <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">página de documentação</a>. No Nginx, são geralmente as linhas que começam com \"location ~\" que precisam de atualização.",
- "Your web server is not properly set up to deliver .woff2 files. This is typically an issue with the Nginx configuration. For Nextcloud 15 it needs an adjustement to also deliver .woff2 files. Compare your Nginx configuration to the recommended configuration in our <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "O seu servidor Web não está configurado corretamente para entregar de ficheiros .woff2. Isto é um problema típico da configuração Ngix. Para o Nextcloud 15 serão necessários ajustes de forma a também permitir a entrega de ficheiros .woff2. Compare a sua configuração Ngix com a configuração recomendada na nossa <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentação</a>.",
+ "Your web server is not properly set up to resolve \"{url}\". Further information can be found in the {linkstart}documentation ↗{linkend}." : "O seu webserver não está configurado correctamente resolver \"{url}\". Pode encontrar mais informações na documentação {linkstart} ↗{linkend}.",
"PHP does not seem to be setup properly to query system environment variables. The test with getenv(\"PATH\") only returns an empty response." : "O PHP não parece estar bem configurado para consultar variáveis do ambiente do sistema. O teste com getenv(\"PATH\") apenas devolveu uma resposta em branco.",
- "Please check the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">installation documentation ↗</a> for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "Por favor, verifique a <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentação de instalação ↗</a> para notas de configuração do php e configuração do php do seu servidor, especialmente quando utiliza php-fpm.",
"The read-only config has been enabled. This prevents setting some configurations via the web-interface. Furthermore, the file needs to be made writable manually for every update." : "A configuração Só-de-Leitura foi ativada. Isto evita definir algumas configurações através da interface da Web. Além disso, o ficheiro precisa de ser definido gravável manualmente para cada atualização.",
"Your database does not run with \"READ COMMITTED\" transaction isolation level. This can cause problems when multiple actions are executed in parallel." : "A sua base de dados não tem o nível de isolamento da transacção \"READ COMMITTED\" activado. Isto pode causar problemas quando várias acções são executadas em paralelo.",
"The PHP module \"fileinfo\" is missing. It is strongly recommended to enable this module to get the best results with MIME type detection." : "O módulo PHP 'fileinfo' está ausente. Recomendamos vivamente que ative este módulo para obter melhores resultados na detecção de tipo MIME.",
- "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems. See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation ↗</a> for more information." : "O bloqueio de arquivos transacionais está desativado, isto poderá levar a problemas com condições de corrida. Ative 'filelocking.enabled' no config.php para evitar estes problemas. Consulte a <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentação</a> para mais informação.",
"If your installation is not installed at the root of the domain and uses system cron, there can be issues with the URL generation. To avoid these problems, please set the \"overwrite.cli.url\" option in your config.php file to the webroot path of your installation (suggestion: \"{suggestedOverwriteCliURL}\")" : "Se a sua instalação não está instalada na raiz do domínio e usa o sistema cron, podem existir problemas com a geração de URL. Para evitar esses problemas, por favor, defina a opção \"overwrite.cli.url\" no seu ficheiro config.php para o caminho webroot da sua instalação (suggestion: \"{suggestedOverwriteCliURL}\")",
"It was not possible to execute the cron job via CLI. The following technical errors have appeared:" : "Não foi possível executar o cron job via CLI. Ocorreram os seguintes erros técnicos:",
- "Last background job execution ran {relativeTime}. Something seems wrong." : "A última tarefa em background executou em {relativeTime}. Algo parece estar errado.",
- "Check the background job settings" : "Verifique as configurações da tarefa de background",
"This server has no working Internet connection: Multiple endpoints could not be reached. This means that some of the features like mounting external storage, notifications about updates or installation of third-party apps will not work. Accessing files remotely and sending of notification emails might not work, either. Establish a connection from this server to the Internet to enjoy all features." : "Este servidor não tem ligação à Internet: Não foi possível detectar vários pontos de extremidade. Isso significa que alguns dos recursos como a montagem de armazenamento externo, notificações sobre actualizações ou instalação de aplicações de terceiros não funcionarão. Pode também não ser possível aceder a ficheiros remotamente e enviar emails de notificação. Sugerimos que active a ligação à Internet para este servidor se desejar ter todos os recursos.",
- "No memory cache has been configured. To enhance performance, please configure a memcache, if available. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Nenhuma memória cache foi configurada. Para melhorar o seu desempenho, por favor configure a memcache, se disponível. Mais informação pode ser encontrada na nossa <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">documentation</a>.",
- "No suitable source for randomness found by PHP which is highly discouraged for security reasons. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Nenhuma fonte de randomização apropriada foi encontrada pelo PHP, o que é altamente desencorajado por motivos de segurança. Pode ser encontrada mais informação na <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentação</a>.",
- "You are currently running PHP {version}. Upgrade your PHP version to take advantage of <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">performance and security updates provided by the PHP Group</a> as soon as your distribution supports it." : "Neste momento está a executar PHP {version}. Aconselhamos actualizar a versão de PHP para tirar partido das <a target=\"_blank\" rel=\"noreferrer\" href=\"{phpLink}\">actualizações de desempenho e segurança fornecidas pelo PHP Group</a> assim que a sua distribuição as suporte.",
- "The reverse proxy header configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If not, this is a security issue and can allow an attacker to spoof their IP address as visible to the Nextcloud. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "A configuração dos cabeçalhos de reverse proxy está incorrecta, ou está a tentar ao Nextcloud através de um proxy confiável. Se não for o caso, trata-se de um problema de segurança e pode permitir a um atacante fazer spoof do endereço IP visível para a Nextcloud. Mais informações podem ser obtidas na <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentação</a>.",
- "Memcached is configured as distributed cache, but the wrong PHP module \"memcache\" is installed. \\OC\\Memcache\\Memcached only supports \"memcached\" and not \"memcache\". See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">memcached wiki about both modules</a>." : "A Memcached está configurada como cache distribuida, mas o módulo PHP \"memcache\" instalado está incorrecto. \\OC\\Memcache\\Memcached apenas suporta \"memcached\" e não \"memcache\". Ver em <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">memcached wiki sobre ambos os módulos</a>.",
- "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">List of invalid files…</a> / <a href=\"{rescanEndpoint}\">Rescan…</a>)" : "Alguns ficheiros não passaram no teste de integridade. Mais informação sobre a resolução deste problema pode ser encontrada na <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentação</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">Lista de ficheiros inválidos...</a> / <a href=\"{rescanEndpoint}\">Analisar novamente ...</a>)",
- "The PHP OPcache module is not loaded. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance it is recommended</a> to load it into your PHP installation." : "A OPcache PHP não está devidamente carregada. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Para melhorar a performance recomendamos</a> que a carregue na sua instalação de PHP.",
- "The PHP OPcache is not properly configured. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance it is recommended</a> to use the following settings in the <code>php.ini</code>:" : "A OPcache PHP não está devidamente configurada. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Para melhorar a performance recomendamos</a> que use as seguintes definições no <code>php.ini</code>:",
"The PHP function \"set_time_limit\" is not available. This could result in scripts being halted mid-execution, breaking your installation. Enabling this function is strongly recommended." : "A função PHP \"set_time_limit\" não está disponível. Isto pode resultar na paragem de scripts a meio da execução, corrompendo a instalação. A activação desta função é altamente recomendada.",
"Your PHP does not have FreeType support, resulting in breakage of profile pictures and the settings interface." : "O seu PHP não suporta FreeType, podendo resultar em fotos de perfil e interface de definições corrompidos. ",
"Missing index \"{indexName}\" in table \"{tableName}\"." : "Índice \"{indexName}\" em falta na tabela \"{tableName}\".",
"This instance is missing some recommended PHP modules. For improved performance and better compatibility it is highly recommended to install them." : "Esta instância tem em falta alguns módulos PHP recomendados. Para melhor desempenho e melhor compatibilidade, é altamente recomendável instalá-los.",
"SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend." : "SQLite é atualmente utilizado como a base de dados de backend. Para instalações maiores recomendamos que mude para uma base de dados de backend diferente.",
"This is particularly recommended when using the desktop client for file synchronisation." : "Isto é particularmente recomendado quando estiver a usar um cliente de desktop para sincronização de ficheiros.",
- "To migrate to another database use the command line tool: 'occ db:convert-type', or see the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation ↗</a>." : "Para migrar para outra base de dados, use a ferramenta de linha de comando: 'occ db:convert-type', ou veja a <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentação</a>.",
- "Use of the the built in php mailer is no longer supported. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Please update your email server settings ↗<a/>." : "A utilização do fornecedor de mensagens php pré-configurado já não é suportado. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Por favor, atualize as configurações do seu servidor de email<a/>.",
"The PHP memory limit is below the recommended value of 512MB." : "O limite de memória do PHP está abaixo do valor recomendado de 512MB.",
"Some app directories are owned by a different user than the web server one. This may be the case if apps have been installed manually. Check the permissions of the following app directories:" : "Algumas diretorias de aplicações pertencem a um utilizador diferente do servidor web. Pode ser esse o caso se as aplicações foram instaladas manualmente. Verifique as permissões das seguintes diretorias de aplicações:",
"Error occurred while checking server setup" : "Ocorreu um erro durante a verificação da configuração do servidor",
@@ -93,15 +81,6 @@
"The \"{header}\" HTTP header is not set to \"{expected}\". This is a potential security or privacy risk, as it is recommended to adjust this setting accordingly." : "O cabeçalho HTTP \"{cabeçalho}\" não está definido como \"{esperado}\". Isto é um potencial risco de segurança ou privacidade, pelo que recomendamos que ajuste esta opção em conformidade.",
"The \"{header}\" HTTP header is not set to \"{expected}\". Some features might not work correctly, as it is recommended to adjust this setting accordingly." : "O cabeçalho HTTP \"{cabeçalho}\" não está definido como \"{esperado}\". Algumas funcionalidades poderão não funcionar correctamente, pelo que recomendamos que ajuste esta opção em conformidade.",
"The \"{header}\" HTTP header doesn't contain \"{expected}\". This is a potential security or privacy risk, as it is recommended to adjust this setting accordingly." : "O cabeçalho HTTP \"{header}\" não está definido como \"{expected}\". Isto é um potencial risco de segurança ou privacidade, pelo que se recomenda que ajuste esta opção em conformidade.",
- "The \"{header}\" HTTP header is not set to \"{val1}\", \"{val2}\", \"{val3}\", \"{val4}\" or \"{val5}\". This can leak referer information. See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{link}\">W3C Recommendation ↗</a>." : "O cabeçalho HTTP \"{header}\" não está definido como \"{val1}\", \"{val2}\", \"{val3}\", \"{val4}\" or \"{val5}\". Isto pode revelar informações do endereço de proveniência. Veja a <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{link}\">Recomendação W3C</a>.",
- "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the <a href=\"{docUrl}\" rel=\"noreferrer noopener\">security tips ↗</a>." : "O cabeçalho HTTP \"Strict-Transport-Security\" não está definido para, pelo menos, \"{segundos}\" segundos. Para segurança melhorada, recomenda-se que active o HSTS tal como descrito em <a href=\"{docUrl}\" rel=\"noreferrer noopener\">dicas de segurança</a>.",
- "Non-existing tag #{tag}" : "Etiqueta não existente #{tag}",
- "restricted" : "limitado",
- "invisible" : "invisível",
- "Delete" : "Apagar",
- "Rename" : "Renomear",
- "Collaborative tags" : "Etiquetas colaborativas",
- "No tags found" : "Etiquetas não encontradas",
"unknown text" : "texto desconhecido",
"Hello world!" : "Olá, mundo!",
"sunny" : "soalheiro",
@@ -114,35 +93,40 @@
"Update to {version}" : "Actualizar para {version}",
"An error occurred." : "Ocorreu um erro.",
"Please reload the page." : "Por favor, recarregue a página.",
- "The update was unsuccessful. For more information <a href=\"{url}\">check our forum post</a> covering this issue." : "A atualização falhou. Para mais informação <a href=\"{url}\">verifique o nosso fórum</a> sobre como resolver este problema.",
+ "The update was unsuccessful. For more information <a href=\"{url}\">check our forum post</a> covering this issue." : "A atualização falhou. Para mais informação <a href=\"{url}\">consulte o nosso artigo do fórum</a> sobre como resolver este problema.",
"The update was unsuccessful. Please report this issue to the <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">Nextcloud community</a>." : "A atualização não foi bem sucedida. Por favor, informe este problema à <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">comunidade Nextcloud</a>.",
- "Continue to Nextcloud" : "Continuar para Nextcloud",
- "_The update was successful. Redirecting you to Nextcloud in %n second._::_The update was successful. Redirecting you to Nextcloud in %n seconds._" : ["A actualização foi bem sucedida. A redireccionar para Nextcloud dentro de %n segundos.","A actualização foi bem sucedida. A redireccionar para Nextcloud dentro de %n segundos."],
- "Searching other places" : "A pesquisar noutros lugares",
- "No search results in other folders for {tag}{filter}{endtag}" : "Nenhum resultado encontrado noutras pastas para {tag}{filter}{endtag}",
- "_{count} search result in another folder_::_{count} search results in other folders_" : ["{count} resultado de pesquisa noutra pasta","{count} resultados de pesquisa noutras pastas"],
+ "Continue to {productName}" : "Continuar para {productName}",
+ "Log in" : "Iniciar sessão",
+ "Logging in …" : "A entrar...",
"Server side authentication failed!" : "Autenticação do lado do servidor falhou!",
"Please contact your administrator." : "Por favor, contacte o seu administrador.",
"An internal error occurred." : "Ocorreu um erro interno.",
- "Please try again or contact your administrator." : "Por favor, tente de novo ou contacte o seu administrador.",
+ "Please try again or contact your administrator." : "Por favor, tente novamente ou contacte o seu administrador.",
"Username or email" : "Utilizador ou e-mail",
"Password" : "Palavra-passe",
- "Log in" : "Iniciar Sessão",
- "Logging in …" : "A entrar...",
+ "Toggle password visibility" : "Altere a visibilidade da palavra-passe",
"Wrong username or password." : "Nome de utilizador ou palavra passe errados",
"User disabled" : "Utilizador desativado",
"We have detected multiple invalid login attempts from your IP. Therefore your next login is throttled up to 30 seconds." : "Detectamos múltiplas tentativas falhadas de login do seu IP. Por esse motivo, o seu próximo login será adiado por, até, 30 segundos. ",
+ "Your account is not setup for passwordless login." : "A sua conta não está configurada para autenticação sem palavra-passe.",
+ "Passwordless authentication is not supported in your browser." : "O seu navegador não suporta autenticação sem palavra-passe.",
+ "Passwordless authentication is only available over a secure connection." : "A autenticação sem palavra-passe só está disponível através de uma ligação segura.",
"Reset password" : "Repor palavra-passe",
- "A password reset message has been sent to the e-mail address of this account. If you do not receive it, check your spam/junk folders or ask your local administrator for help." : "Foi enviada, para o seu endereço de e-mail, uma mensagem para fazer reset à password desta conta. Se não a receber, verifique as pastas de spam/junk ou peça ajuda ao seu administrador.",
+ "A password reset message has been sent to the email address of this account. If you do not receive it, check your spam/junk folders or ask your local administrator for help." : "Foi enviada uma mensagem de reposição da sua palavra-passe para o endereço de email desta conta. Se não a receber, verifique as pastas de spam/lixo ou entre em contacto com o administrador local para ajuda.",
"If it is not there ask your local administrator." : "Se não estiver aí pergunte ao seu administrador local.",
"Couldn't send reset email. Please contact your administrator." : "Não foi possível enviar a mensagem de reposição. Por favor, contacte o seu administrador.",
- "Password can not be changed. Please contact your administrator." : "A palavra-passe não pode ser alterada. Por favor, contacte o seu administrador.",
"Back to login" : "Voltar à entrada",
"New password" : "Nova palavra-passe",
+ "Your files are encrypted. There will be no way to get your data back after your password is reset. If you are not sure what to do, please contact your administrator before you continue. Do you really want to continue?" : "Os seus ficheiros estão cifrados. Não será possível aceder aos seus dados após a palavra-passe ser alterada. Se não tiver a certeza do que fazer, contacte o administrador do sistema antes de continuar. Tem a certeza que quer continuar?",
"I know what I'm doing" : "Eu sei o que eu estou a fazer",
"Resetting password" : "A fazer reset à palavra passe",
+ "Recommended apps" : "Aplicações recomendadas",
+ "Loading apps …" : "A carregar aplicações...",
"Cancel" : "Cancelar",
"Forgot password?" : "Senha esquecida?",
+ "Back" : "Anterior",
+ "Reset search" : "Repor procura",
+ "Search" : "Procurar",
"Settings" : "Definições",
"Could not load your contacts" : "Não foi possível carregar os seus contactos",
"Search contacts …" : "Pesquisar contactos ...",
@@ -209,6 +193,13 @@
"Strong password" : "Palavra-passe forte",
"No action available" : "Nenhuma acção disponível",
"Error fetching contact actions" : "Erro ao obter acções dos contactos",
+ "Non-existing tag #{tag}" : "Etiqueta não existente #{tag}",
+ "restricted" : "limitado",
+ "invisible" : "invisível",
+ "Delete" : "Eliminar",
+ "Rename" : "Renomear",
+ "Collaborative tags" : "Etiquetas colaborativas",
+ "No tags found" : "Etiquetas não encontradas",
"Personal" : "Pessoal",
"Users" : "Utilizadores",
"Apps" : "Aplicações",
@@ -255,15 +246,13 @@
"Finishing …" : "A terminar...",
"Need help?" : "Precisa de ajuda?",
"See the documentation" : "Consulte a documentação",
- "This application requires JavaScript for correct operation. Please {linkstart}enable JavaScript{linkend} and reload the page." : "Esta aplicação requer o JavaScript para funcionar corretamente. Por favor, {linkstart}ative o JavaScript{linkend} e recarregue a página.",
+ "This application requires JavaScript for correct operation. Please {linkstart}enable JavaScript{linkend} and reload the page." : "Esta aplicação requer JavaScript para funcionar corretamente. Por favor, {linkstart}ative o JavaScript{linkend} e recarregue a página.",
"Get your own free account" : "Obtenha a sua própria conta grátis",
"Skip to main content" : "Saltar para conteúdo principal",
"Skip to navigation of app" : "Saltar para navegação da aplicação",
"More apps" : "Mais apps",
"More" : "Mais",
"More apps menu" : "Menu de mais aplicações",
- "Search" : "Procurar",
- "Reset search" : "Repor procura",
"Contacts" : "Contactos",
"Contacts menu" : "Menu de contactos",
"Settings menu" : "Menu de configurações",
@@ -290,7 +279,6 @@
"Further information how to configure this can be found in the %1$sdocumentation%2$s." : "Mais informação acerca de como configurar pode ser encontrada na %1$sdocumentação%2$s. ",
"App update required" : "É necessário atualizar a aplicação",
"%1$s will be updated to version %2$s" : "%1$s irá ser atualizada para a versão %2$s",
- "These apps will be updated:" : "Estas aplicações irão ser atualizadas.",
"These incompatible apps will be disabled:" : "Estas aplicações incompatíveis irão ser desativadas:",
"The theme %s has been disabled." : "O tema %s foi desativado.",
"Please make sure that the database, the config folder and the data folder have been backed up before proceeding." : "Por favor, certifique-se de que foi efetuada uma cópia de segurança da base de dados, pasta de configuração e de dados antes de prosseguir.",
@@ -306,93 +294,40 @@
"This %s instance is currently in maintenance mode, which may take a while." : "Esta instância %s está atualmente no modo de manutenção, o que poderá demorar algum tempo.",
"This page will refresh itself when the instance is available again." : "Esta página irá ser atualizada quando a instância ficar novamente disponível.",
"Contact your system administrator if this message persists or appeared unexpectedly." : "Contacte o seu administrador do sistema se esta mensagem persistir ou apareceu inesperadamente.",
- "Could not send reset email because there is no email address for this username. Please contact your administrator." : "Não foi possível enviar a mensagem de reposição porque não existe nenhum endereço de e-mail associado para este utilizador. Por favor, contacte o seu administrador.",
- "Couldn't send reset email. Please make sure your username is correct." : "Não foi possível enviar a mensagem de reposição. Por favor, confirme se o seu nome de utilizador está correto.",
- "Your files are encrypted. There will be no way to get your data back after your password is reset.<br />If you are not sure what to do, please contact your administrator before you continue. <br />Do you really want to continue?" : "Os seus ficheiros estão encriptados. Não haverá forma de recuperar os dados depois de alterar a senha.<br />Se não tiver a certeza do que fazer, por favor, contacte o administrador antes de continuar. <br />Deseja mesmo continuar?",
- "Sending email …" : "A enviar e-mail ...",
- "You are currently running PHP 5.6. The current major version of Nextcloud is the last that is supported on PHP 5.6. It is recommended to upgrade the PHP version to 7.0+ to be able to upgrade to Nextcloud 14." : "Está actualmente a correr PHP 5.6. A versão actual mais alta do Nextcloud é a última suportada no PHP 5.6. Aconselhamos que actualize a versão do PHP para 7.0+ para que possa actualizar para o Nextcloud 14.",
- "Shared" : "Partilhado",
- "Shared with" : "Partilhado com ",
- "Shared by" : "Partilhado por",
- "Choose a password for the public link" : "Escolha a palavra-passe para a hiperligação pública",
- "Choose a password for the public link or press the \"Enter\" key" : "Defina a senha para a hiperligação pública ou prima a tecla \"Enter\"",
- "Copied!" : "Copiado!",
- "Copy link" : "Copiar hiperligação",
- "Not supported!" : "Não suportado!",
- "Press ⌘-C to copy." : "Prima ⌘-C para copiar.",
- "Press Ctrl-C to copy." : "Prima Ctrl-C para copiar.",
- "Unable to create a link share" : "Impossível criar a hiperligação de partilha",
- "Unable to toggle this option" : "Impossível comutar esta opção",
- "Resharing is not allowed" : "Não é permitido voltar a partilhar",
- "Link" : "Hiperligação",
- "Hide download" : "Ocultar transferência",
- "Password protection enforced" : "Imposta protecção por palavra-passe",
- "Password protect" : "Proteger com palavra-passe",
- "Allow editing" : "Permitir edição",
- "Email link to person" : "Enviar hiperligação por mensagem para a pessoa",
- "Send" : "Enviar",
- "Allow upload and editing" : "Permitir enviar e editar",
- "Read only" : "Só de leitura",
- "File drop (upload only)" : "Arrastar ficheiro (apenas envio)",
- "Expiration date enforced" : "Imposta data de expiração",
- "Set expiration date" : "Definir a data de expiração",
- "Expiration" : "Expiração",
- "Expiration date" : "Data de expiração",
- "Note to recipient" : "Nota para o receptor",
- "Unshare" : "Cancelar partilha",
- "Delete share link" : "Apagar hiperligação de partilha",
- "Add another link" : "Adicionar outra hiperligação",
- "Password protection for links is mandatory" : "Protecção por palavra-passe é obrigatória para hiperligações",
- "Share to {name}" : "Partilhar com {name}",
- "Share link" : "Partilhar hiperligação",
- "New share link" : "Nova hiperligação de partilha",
- "Created on {time}" : "Criado em {time}",
- "Password protect by Talk" : "Protegido por palavra-passe por Talk",
- "Could not unshare" : "Não foi possível cancelar a partilha",
- "Shared with you and the group {group} by {owner}" : "Partilhado consigo e com o grupo {group} por {owner}",
- "Shared with you and {circle} by {owner}" : "Partilhado consigo e com {circle} por {owner}",
- "Shared with you and the conversation {conversation} by {owner}" : "Partilhado consigo e com a conversação {conversation} por {owner}",
- "Shared with you in a conversation by {owner}" : "Partilhado consigo numa conversação por {owner}",
- "Shared with you by {owner}" : "Partilhado consigo por {owner}",
- "Choose a password for the mail share" : "Escolher senha para a partilha de email",
- "group" : "grupo",
- "remote" : "remoto",
- "remote group" : "grupo remoto",
- "email" : "email",
- "conversation" : "conversação",
- "shared by {sharer}" : "partilhado por {sharer}",
- "Can reshare" : "Pode partilhar de novo",
- "Can edit" : "Pode editar",
- "Can create" : "Pode criar",
- "Can change" : "Pode alterar",
- "Can delete" : "Pode apagar",
- "Access control" : "Controlo de acesso",
- "{shareInitiatorDisplayName} shared via link" : "{shareInitiatorDisplayName} partilhado via hiperligação",
- "Error while sharing" : "Erro ao partilhar",
- "Share details could not be loaded for this item." : "Não foi possível carregar os detalhes de partilha para este item.",
- "Search globally" : "Procura global",
- "_At least {count} character is needed for autocompletion_::_At least {count} characters are needed for autocompletion_" : ["Pelo menos {count} caracteres para conclusão automática","At least {count} characters are needed for autocompletion"],
- "This list is maybe truncated - please refine your search term to see more results." : "Esta lista pode estar talvez truncada - por favor refine o termo de pesquisa para ver mais resultados.",
- "No users or groups found for {search}" : "Não foram encontrados nenhuns utilizadores ou grupos para {search}",
- "No users found for {search}" : "Não foram encontrados utilizadores para {search}",
- "An error occurred (\"{message}\"). Please try again" : "Ocorreu um erro (\"{message}\"). Por favor, tente de novo. ",
- "An error occurred. Please try again" : "Ocorreu um erro. Por favor, tente de novo.",
- "Home" : "Início",
- "Work" : "Emprego",
- "Other" : "Outro",
- "{sharee} (remote group)" : "{sharee} (grupo remoto)",
- "{sharee} ({type}, {owner})" : "{sharee} ({type}, {owner})",
- "Share" : "Partilhar",
- "Name or email address..." : "Nome ou endereço de email...",
- "Name or federated cloud ID..." : "Nome ou Id. da nuvem federada...",
- "Name, federated cloud ID or email address..." : "Nome, Id. da nuvem federada ou endereço de e-mail...",
- "Name..." : "Nome...",
- "Error removing share" : "Erro ao remover a partilha",
- "({scope})" : "({scope})",
- "Saving..." : "A guardar...",
- "Dismiss" : "Dispensar",
- "Your client should now be connected! You can close this window." : "O seu cliente deverá estar agora conectado! Pode fechar esta janela.",
- "New Password" : "Nova Palavra-passe",
- "Cancel log in" : "Cancelar entrada"
+ "Checking whether the database schema can be updated (this can take a long time depending on the database size)" : "A verificar se o esquema da base de dados pode ser atualizado (isto pode demorar algum tempo dependendo do tamanho da base de dados)",
+ "Checked database schema update" : "Atualização do esquema da base de dados verificada.",
+ "Checking updates of apps" : "A procurar por atualizações das aplicações",
+ "Checking for update of app \"%s\" in appstore" : "A procurar por atualizações da aplicação \"%s\" na appstore",
+ "Update app \"%s\" from appstore" : "Atualizar app \"%s\" da appstore",
+ "Checked for update of app \"%s\" in appstore" : "Actualização pra a aplicação \"%s\" procuradas na loja.",
+ "Checked database schema update for apps" : "Atualização do esquema da base de dados verificada para as aplicações",
+ "Following apps have been disabled: %s" : "Foram desativadas as seguintes aplicações: %s",
+ "Your web server is not properly set up to resolve \"{url}\". Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "O seu servidor web não está configurado corretamente para resolver \"{url}\". Mais informação pode ser encontrada na nossa <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">documentação</a>.",
+ "Your web server is not properly set up to resolve \"{url}\". This is most likely related to a web server configuration that was not updated to deliver this folder directly. Please compare your configuration against the shipped rewrite rules in \".htaccess\" for Apache or the provided one in the documentation for Nginx at it's <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation page</a>. On Nginx those are typically the lines starting with \"location ~\" that need an update." : "O seu servidor web não está configurado corretamente para resolver \"{url}\". Provavelmente, isto está relacionado com a configuração do servidor que não foi atualizada para entregar essa pasta diretamente. Por favor, compare sua configuração com as regras de reescrita fornecidas em \".htaccess\" para Apache ou a fornecida na documentação do Nginx na <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">página de documentação</a>. No Nginx, são geralmente as linhas que começam com \"location ~\" que precisam de atualização.",
+ "Your web server is not properly set up to deliver .woff2 files. This is typically an issue with the Nginx configuration. For Nextcloud 15 it needs an adjustement to also deliver .woff2 files. Compare your Nginx configuration to the recommended configuration in our <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "O seu servidor Web não está configurado corretamente para entregar de ficheiros .woff2. Isto é um problema típico da configuração Ngix. Para o Nextcloud 15 serão necessários ajustes de forma a também permitir a entrega de ficheiros .woff2. Compare a sua configuração Ngix com a configuração recomendada na nossa <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentação</a>.",
+ "Please check the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">installation documentation ↗</a> for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "Por favor, verifique a <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentação de instalação ↗</a> para notas de configuração do php e configuração do php do seu servidor, especialmente quando utiliza php-fpm.",
+ "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems. See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation ↗</a> for more information." : "O bloqueio de arquivos transacionais está desativado, isto poderá levar a problemas com condições de corrida. Ative 'filelocking.enabled' no config.php para evitar estes problemas. Consulte a <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentação</a> para mais informação.",
+ "Last background job execution ran {relativeTime}. Something seems wrong." : "A última tarefa em background executou em {relativeTime}. Algo parece estar errado.",
+ "Check the background job settings" : "Verifique as configurações da tarefa de background",
+ "No memory cache has been configured. To enhance performance, please configure a memcache, if available. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Nenhuma memória cache foi configurada. Para melhorar o seu desempenho, por favor configure a memcache, se disponível. Mais informação pode ser encontrada na nossa <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">documentation</a>.",
+ "No suitable source for randomness found by PHP which is highly discouraged for security reasons. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Nenhuma fonte de randomização apropriada foi encontrada pelo PHP, o que é altamente desencorajado por motivos de segurança. Pode ser encontrada mais informação na <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentação</a>.",
+ "You are currently running PHP {version}. Upgrade your PHP version to take advantage of <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">performance and security updates provided by the PHP Group</a> as soon as your distribution supports it." : "Neste momento está a executar PHP {version}. Aconselhamos actualizar a versão de PHP para tirar partido das <a target=\"_blank\" rel=\"noreferrer\" href=\"{phpLink}\">actualizações de desempenho e segurança fornecidas pelo PHP Group</a> assim que a sua distribuição as suporte.",
+ "The reverse proxy header configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If not, this is a security issue and can allow an attacker to spoof their IP address as visible to the Nextcloud. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "A configuração dos cabeçalhos de reverse proxy está incorrecta, ou está a tentar ao Nextcloud através de um proxy confiável. Se não for o caso, trata-se de um problema de segurança e pode permitir a um atacante fazer spoof do endereço IP visível para a Nextcloud. Mais informações podem ser obtidas na <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentação</a>.",
+ "Memcached is configured as distributed cache, but the wrong PHP module \"memcache\" is installed. \\OC\\Memcache\\Memcached only supports \"memcached\" and not \"memcache\". See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">memcached wiki about both modules</a>." : "A Memcached está configurada como cache distribuida, mas o módulo PHP \"memcache\" instalado está incorrecto. \\OC\\Memcache\\Memcached apenas suporta \"memcached\" e não \"memcache\". Ver em <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">memcached wiki sobre ambos os módulos</a>.",
+ "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">List of invalid files…</a> / <a href=\"{rescanEndpoint}\">Rescan…</a>)" : "Alguns ficheiros não passaram no teste de integridade. Mais informação sobre a resolução deste problema pode ser encontrada na <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentação</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">Lista de ficheiros inválidos...</a> / <a href=\"{rescanEndpoint}\">Analisar novamente ...</a>)",
+ "The PHP OPcache module is not loaded. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance it is recommended</a> to load it into your PHP installation." : "A OPcache PHP não está devidamente carregada. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Para melhorar a performance recomendamos</a> que a carregue na sua instalação de PHP.",
+ "The PHP OPcache is not properly configured. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance it is recommended</a> to use the following settings in the <code>php.ini</code>:" : "A OPcache PHP não está devidamente configurada. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Para melhorar a performance recomendamos</a> que use as seguintes definições no <code>php.ini</code>:",
+ "To migrate to another database use the command line tool: 'occ db:convert-type', or see the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation ↗</a>." : "Para migrar para outra base de dados, use a ferramenta de linha de comando: 'occ db:convert-type', ou veja a <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentação</a>.",
+ "Use of the the built in php mailer is no longer supported. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Please update your email server settings ↗<a/>." : "A utilização do fornecedor de mensagens php pré-configurado já não é suportado. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Por favor, atualize as configurações do seu servidor de email<a/>.",
+ "The \"{header}\" HTTP header is not set to \"{val1}\", \"{val2}\", \"{val3}\", \"{val4}\" or \"{val5}\". This can leak referer information. See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{link}\">W3C Recommendation ↗</a>." : "O cabeçalho HTTP \"{header}\" não está definido como \"{val1}\", \"{val2}\", \"{val3}\", \"{val4}\" or \"{val5}\". Isto pode revelar informações do endereço de proveniência. Veja a <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{link}\">Recomendação W3C</a>.",
+ "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the <a href=\"{docUrl}\" rel=\"noreferrer noopener\">security tips ↗</a>." : "O cabeçalho HTTP \"Strict-Transport-Security\" não está definido para, pelo menos, \"{segundos}\" segundos. Para segurança melhorada, recomenda-se que active o HSTS tal como descrito em <a href=\"{docUrl}\" rel=\"noreferrer noopener\">dicas de segurança</a>.",
+ "Continue to Nextcloud" : "Continuar para Nextcloud",
+ "_The update was successful. Redirecting you to Nextcloud in %n second._::_The update was successful. Redirecting you to Nextcloud in %n seconds._" : ["A actualização foi bem sucedida. A redireccionar para Nextcloud dentro de %n segundos.","A actualização foi bem sucedida. A redireccionar para Nextcloud dentro de %n segundos."],
+ "Searching other places" : "A pesquisar noutros lugares",
+ "No search results in other folders for {tag}{filter}{endtag}" : "Nenhum resultado encontrado noutras pastas para {tag}{filter}{endtag}",
+ "_{count} search result in another folder_::_{count} search results in other folders_" : ["{count} resultado de pesquisa noutra pasta","{count} resultados de pesquisa noutras pastas"],
+ "A password reset message has been sent to the e-mail address of this account. If you do not receive it, check your spam/junk folders or ask your local administrator for help." : "Foi enviada, para o seu endereço de e-mail, uma mensagem para fazer reset à password desta conta. Se não a receber, verifique as pastas de spam/junk ou peça ajuda ao seu administrador.",
+ "Password can not be changed. Please contact your administrator." : "A palavra-passe não pode ser alterada. Por favor, contacte o seu administrador.",
+ "These apps will be updated:" : "Estas aplicações irão ser atualizadas."
},"pluralForm" :"nplurals=2; plural=(n != 1);"
} \ No newline at end of file
diff --git a/core/l10n/ro.js b/core/l10n/ro.js
index 26085cef89d..37657e90ace 100644
--- a/core/l10n/ro.js
+++ b/core/l10n/ro.js
@@ -36,33 +36,17 @@ OC.L10N.register(
"Maintenance mode is kept active" : "Modul de mentenanță este menținut activ",
"Updating database schema" : "Se actualizează schema bazei de date",
"Updated database" : "Bază de date actualizată",
- "Checking whether the database schema can be updated (this can take a long time depending on the database size)" : "Se verifică dacă schema bazei de date poate fi actualizată (această verificare poate lua mult timp în funcție de mărimea bazei de date)",
- "Checked database schema update" : "S-a verificat actualizarea schemei bazei de date",
- "Checking updates of apps" : "Se verifică actualizările aplicațiilor",
- "Checking for update of app \"%s\" in appstore" : "Se verifică dacă sunt actualizări pentru aplicația \"%s\" în magazinul de aplicații",
- "Update app \"%s\" from appstore" : "Actualizare aplicație \"%s\" din magazinul de aplicații",
- "Checked for update of app \"%s\" in appstore" : "S-a verificat dacă sunt actualizări pentru aplicația \"%s\" în magazinul de aplicații",
"Checking whether the database schema for %s can be updated (this can take a long time depending on the database size)" : "Se verifică dacă schema bazei de date pentru %s poate fi actualizată (poate dura un timp îndelungat, în funcție de dimensiunea bazei de date)",
- "Checked database schema update for apps" : "S-a verificat actualizarea schemei bazei de date pentru aplicații",
"Updated \"%1$s\" to %2$s" : "Actualizat \"%1$s\" la %2$s",
"Set log level to debug" : "Setează nivelul de logare la \"debug\"",
"Reset log level" : "Resetează nivelul de logare",
"Starting code integrity check" : "Începe verificarea integrității codului",
"Finished code integrity check" : "Verificarea integrității codului a fost finalizată",
"%s (incompatible)" : "%s (incompatibil)",
- "Following apps have been disabled: %s" : "Următoarele aplicații au fost dezactivate: %s",
"Already up to date" : "Deja actualizat",
- "Check the background job settings" : "Verificați setările jobului de fundal",
"Missing index \"{indexName}\" in table \"{tableName}\"." : "Lipsește indexul \"{indexName}\" in tabela \"{tableName}\".",
"The PHP memory limit is below the recommended value of 512MB." : "Limita memoriei PHP este sub valoarea recomandată de 512MB.",
"Error occurred while checking server setup" : "A apărut o eroare la verificarea configurației serverului",
- "Non-existing tag #{tag}" : "Etichetă inexistentă #{tag}",
- "restricted" : "restricționat",
- "invisible" : "invizibil",
- "Delete" : "Șterge",
- "Rename" : "Redenumește",
- "Collaborative tags" : "Etichete colaborative",
- "No tags found" : "Nu au fost găsite etichete",
"unknown text" : "text necunoscut",
"Hello world!" : "Hello world!",
"sunny" : "însorit",
@@ -77,29 +61,27 @@ OC.L10N.register(
"Please reload the page." : "Te rugăm să reîncarci pagina.",
"The update was unsuccessful. For more information <a href=\"{url}\">check our forum post</a> covering this issue." : "Actualizarea nu a reușit. Pentru mai multe informații <a href=\"{url}\">verificați postările din forum</a> pe această temă.",
"The update was unsuccessful. Please report this issue to the <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">Nextcloud community</a>." : "Actualizarea nu a reușit. Te rugăm să raportezi această problemă <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">comunității Nextcloud</a>.",
- "Continue to Nextcloud" : "Continuă la Nextcloud",
- "Searching other places" : "Se caută în alte locuri",
- "No search results in other folders for {tag}{filter}{endtag}" : "Nu au fost găsite rezultate în alte directoare pentru {tag}{filter}{endtag}",
- "_{count} search result in another folder_::_{count} search results in other folders_" : ["{count} rezultat al căutării în alte directoare","{count} rezultate ale căutării în alte directoare","{count} rezultate ale căutării în alte directoare"],
+ "Log in" : "Autentificare",
+ "Logging in …" : "Se autentifică...",
"Server side authentication failed!" : "Autentificarea la nivel de server a eșuat!",
"Please contact your administrator." : "Contactează-ți administratorul.",
"An internal error occurred." : "A apărut o eroare internă.",
"Please try again or contact your administrator." : "Încearcă din nou sau contactează-ți administratorul.",
"Username or email" : "Nume de utilizator sau adresă email",
"Password" : "Parolă",
- "Log in" : "Autentificare",
- "Logging in …" : "Se autentifică...",
"Wrong username or password." : "Utilizator sau parolă greșite",
"User disabled" : "Utilizator dezactivat",
"Reset password" : "Resetează parola",
"Couldn't send reset email. Please contact your administrator." : "Expedierea email-ului de resetare a eşuat. Vă rugăm să contactaţi administratorul dvs.",
- "Password can not be changed. Please contact your administrator." : "Parola nu poate fi modificată. Vă rugăm să contactați administratorul dvs.",
"Back to login" : "Înapoi la autentificare",
"New password" : "Noua parolă",
"I know what I'm doing" : "Știu ce fac",
"Resetting password" : "Resetez parola",
"Cancel" : "Anulare",
"Forgot password?" : "Ai uitat parola?",
+ "Back" : "Înapoi",
+ "Reset search" : "Resetează căutarea",
+ "Search" : "Căutare",
"Settings" : "Setări",
"Could not load your contacts" : "Nu pot încarca contactele",
"Search contacts …" : "Caută contacte ...",
@@ -164,6 +146,13 @@ OC.L10N.register(
"Strong password" : "Parolă puternică",
"No action available" : "Nici o acțiune disponibilă",
"Error fetching contact actions" : "A apărut o eroare la preluarea activităților privind contactele",
+ "Non-existing tag #{tag}" : "Etichetă inexistentă #{tag}",
+ "restricted" : "restricționat",
+ "invisible" : "invizibil",
+ "Delete" : "Șterge",
+ "Rename" : "Redenumește",
+ "Collaborative tags" : "Etichete colaborative",
+ "No tags found" : "Nu au fost găsite etichete",
"Personal" : "Personal",
"Users" : "Utilizatori",
"Apps" : "Aplicații",
@@ -212,8 +201,6 @@ OC.L10N.register(
"More apps" : "Mai multe aplicatii",
"More" : "Mai mult",
"More apps menu" : "Meniu mai multe aplicații",
- "Search" : "Căutare",
- "Reset search" : "Resetează căutarea",
"Contacts" : "Contacte",
"Contacts menu" : "Meniu contacte",
"Settings menu" : "Meniul Setări",
@@ -237,7 +224,6 @@ OC.L10N.register(
"Please contact your administrator. If you are an administrator, edit the \"trusted_domains\" setting in config/config.php like the example in config.sample.php." : "Vă rugăm contactați administratorul. Dacă sunteți administrator, editați setarea \"trusted_domains\" în config/config.php la fel ca în exemplul din config.sample.php",
"App update required" : "E necesară o actualizare a aplicației",
"%1$s will be updated to version %2$s" : "%1$sva fi actualizat la versiunea %2$s",
- "These apps will be updated:" : "Aceste aplicații vor fi actualizate:",
"These incompatible apps will be disabled:" : "Aceste aplicații incompatibile vor fi dezactivate:",
"The theme %s has been disabled." : "Tema %s a fost dezactivată.",
"Please make sure that the database, the config folder and the data folder have been backed up before proceeding." : "Asigură-te că ai creat un backup pentru baza de date, folderul config și folderul de date înainte de a continua.",
@@ -251,91 +237,20 @@ OC.L10N.register(
"Maintenance mode" : "Mod mentenanță",
"This %s instance is currently in maintenance mode, which may take a while." : "Instanța %s este acum în modul de mentenanță, ceea ce ar putea dura o vreme.",
"Contact your system administrator if this message persists or appeared unexpectedly." : "Contactează-ți administratorul de sistem dacă acest mesaj persistă sau a apărut neașteptat.",
- "Could not send reset email because there is no email address for this username. Please contact your administrator." : "Nu a putut fi trimis un email pentru resetare deoarece nu există o adresă de email pentru acest utilizator. Vă rugăm contactați administratorul.",
- "Couldn't send reset email. Please make sure your username is correct." : "Nu a putut fi trimis un email pentru resetare. Asigură-te că numele de utilizator este corect.",
- "Your files are encrypted. There will be no way to get your data back after your password is reset.<br />If you are not sure what to do, please contact your administrator before you continue. <br />Do you really want to continue?" : "Fișierele tale sunt criptate. Nu îți vei putea recupera informațiile după resetarea parolei.<br />Dacă nu ești sigur ce să faci, contactează administratorul de rețea înainte de a continua. <br />Sigur vrei să continui?",
- "Sending email …" : "Se trimite email ...",
- "Shared" : "Partajat",
- "Shared with" : "Partajat cu",
- "Shared by" : "Partajat de",
- "Choose a password for the public link" : "Alege o parolă pentru acest link public",
- "Choose a password for the public link or press the \"Enter\" key" : "Alege o parolă pentru link-ul public sau apasă \"Enter\"",
- "Copied!" : "S-a copiat!",
- "Copy link" : "Copiză link",
- "Not supported!" : "Nu este suportat!",
- "Press ⌘-C to copy." : "Apasă ⌘-C pentru a copia.",
- "Press Ctrl-C to copy." : "Apasă Ctrl+C pentru a copia.",
- "Unable to create a link share" : "Nu s-a putut crea linkul de partajare",
- "Unable to toggle this option" : "Nu se poate comuta această opțiune",
- "Resharing is not allowed" : "Repartajarea nu este permisă",
- "Link" : "Legătură",
- "Hide download" : "Ascunde descărcarea",
- "Password protection enforced" : "Protejare cu parolă impusă",
- "Password protect" : "Protejare cu parolă",
- "Allow editing" : "Permite editarea",
- "Email link to person" : "Expediază legătura prin poșta electronică",
- "Send" : "Trimite",
- "Allow upload and editing" : "Permite încărcarea și editarea",
- "Read only" : "Doar citire",
- "File drop (upload only)" : "Aruncă fișierul (numai încărcare)",
- "Expiration date enforced" : "Data expirării impusă",
- "Set expiration date" : "Specifică data expirării",
- "Expiration" : "Expiră",
- "Expiration date" : "Data expirării",
- "Note to recipient" : "Notă către destinatar",
- "Unshare" : "Anulare partajare",
- "Delete share link" : "Șterge linkul partajat",
- "Add another link" : "Adaugă un alt link",
- "Password protection for links is mandatory" : "Protecția cu parolă pentru linkuri este obligatorie",
- "Share to {name}" : "Distribuie către {name}",
- "Share link" : "Partajează link-ul",
- "New share link" : "Nou link partajat",
- "Created on {time}" : "Creat la {time}",
- "Password protect by Talk" : "Protejat cu parolă de Talk",
- "Could not unshare" : "Nu s-a putut elimina partajarea",
- "Shared with you and the group {group} by {owner}" : "Partajat cu tine si cu grupul {group} de {owner}",
- "Shared with you and {circle} by {owner}" : "Partajat cu tine și {circle} de {owner} ",
- "Shared with you and the conversation {conversation} by {owner}" : "Partajat cu tine si conversația {conversation} de {owner}",
- "Shared with you in a conversation by {owner}" : "Partajat cu tine în o conversație {owner}",
- "Shared with you by {owner}" : "Partajat cu tine de {owner}",
- "Choose a password for the mail share" : "Alege o parolă pentru partajare prin email",
- "group" : "grup",
- "remote" : "de la distanță",
- "remote group" : "grup la distanță",
- "email" : "email",
- "conversation" : "conversație",
- "shared by {sharer}" : "partajat de {sharer}",
- "Can reshare" : "Poate repartaja",
- "Can edit" : "Poate edita",
- "Can create" : "Poate crea",
- "Can change" : "Poate schimba",
- "Can delete" : "Poate șterge",
- "Access control" : "Control acces",
- "{shareInitiatorDisplayName} shared via link" : "{shareInitiatorDisplayName} partajat prin link",
- "Error while sharing" : "Eroare la partajare",
- "Share details could not be loaded for this item." : "Nu s-au putut încărca detaliile de partajare pentru acest element.",
- "Search globally" : "Caută global",
- "_At least {count} character is needed for autocompletion_::_At least {count} characters are needed for autocompletion_" : ["Este necesar cel puțin {count} caracter pentru autocompletare","Sunt necesare cel puțin {count} caractere pentru autocompletare","Sunt necesare cel puțin {count} caractere pentru autocompletare"],
- "This list is maybe truncated - please refine your search term to see more results." : "Această listă este probabil trunchiată - te rugăm să revizuiești termenii de căutare pentru a obține mai multe rezultate.",
- "No users or groups found for {search}" : "Nu au fost găsiți utilizatori sau grupuri pentru {search}",
- "No users found for {search}" : "Nu au fost găsiți utilizatori pentru {search}",
- "An error occurred (\"{message}\"). Please try again" : "A apărut o eroare (\"{message}\"). Te rugăm să încerci din nou",
- "An error occurred. Please try again" : "A apărut o eroare. Încearcă din nou",
- "Home" : "Acasă",
- "Work" : "Serviciu",
- "Other" : "Altele",
- "{sharee} (remote group)" : "{sharee} (remote group)",
- "{sharee} ({type}, {owner})" : "{sharee} ({type}, {owner})",
- "Share" : "Partajează",
- "Name or email address..." : "Nume sau adresă de email...",
- "Name or federated cloud ID..." : "Nume sau ID de cloud federalizat...",
- "Name, federated cloud ID or email address..." : "Nume, ID de cloud federalizat sau adresă de email...",
- "Name..." : "Nume ...",
- "Error removing share" : "Eroare la înlăturarea elementului partajat",
- "({scope})" : "({scope})",
- "Saving..." : "Se salvează...",
- "Dismiss" : "Înlătură",
- "New Password" : "Noua Parolă",
- "Cancel log in" : "Anulează conectarea"
+ "Checking whether the database schema can be updated (this can take a long time depending on the database size)" : "Se verifică dacă schema bazei de date poate fi actualizată (această verificare poate lua mult timp în funcție de mărimea bazei de date)",
+ "Checked database schema update" : "S-a verificat actualizarea schemei bazei de date",
+ "Checking updates of apps" : "Se verifică actualizările aplicațiilor",
+ "Checking for update of app \"%s\" in appstore" : "Se verifică dacă sunt actualizări pentru aplicația \"%s\" în magazinul de aplicații",
+ "Update app \"%s\" from appstore" : "Actualizare aplicație \"%s\" din magazinul de aplicații",
+ "Checked for update of app \"%s\" in appstore" : "S-a verificat dacă sunt actualizări pentru aplicația \"%s\" în magazinul de aplicații",
+ "Checked database schema update for apps" : "S-a verificat actualizarea schemei bazei de date pentru aplicații",
+ "Following apps have been disabled: %s" : "Următoarele aplicații au fost dezactivate: %s",
+ "Check the background job settings" : "Verificați setările jobului de fundal",
+ "Continue to Nextcloud" : "Continuă la Nextcloud",
+ "Searching other places" : "Se caută în alte locuri",
+ "No search results in other folders for {tag}{filter}{endtag}" : "Nu au fost găsite rezultate în alte directoare pentru {tag}{filter}{endtag}",
+ "_{count} search result in another folder_::_{count} search results in other folders_" : ["{count} rezultat al căutării în alte directoare","{count} rezultate ale căutării în alte directoare","{count} rezultate ale căutării în alte directoare"],
+ "Password can not be changed. Please contact your administrator." : "Parola nu poate fi modificată. Vă rugăm să contactați administratorul dvs.",
+ "These apps will be updated:" : "Aceste aplicații vor fi actualizate:"
},
"nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));");
diff --git a/core/l10n/ro.json b/core/l10n/ro.json
index 73d623240ee..ece95d31179 100644
--- a/core/l10n/ro.json
+++ b/core/l10n/ro.json
@@ -34,33 +34,17 @@
"Maintenance mode is kept active" : "Modul de mentenanță este menținut activ",
"Updating database schema" : "Se actualizează schema bazei de date",
"Updated database" : "Bază de date actualizată",
- "Checking whether the database schema can be updated (this can take a long time depending on the database size)" : "Se verifică dacă schema bazei de date poate fi actualizată (această verificare poate lua mult timp în funcție de mărimea bazei de date)",
- "Checked database schema update" : "S-a verificat actualizarea schemei bazei de date",
- "Checking updates of apps" : "Se verifică actualizările aplicațiilor",
- "Checking for update of app \"%s\" in appstore" : "Se verifică dacă sunt actualizări pentru aplicația \"%s\" în magazinul de aplicații",
- "Update app \"%s\" from appstore" : "Actualizare aplicație \"%s\" din magazinul de aplicații",
- "Checked for update of app \"%s\" in appstore" : "S-a verificat dacă sunt actualizări pentru aplicația \"%s\" în magazinul de aplicații",
"Checking whether the database schema for %s can be updated (this can take a long time depending on the database size)" : "Se verifică dacă schema bazei de date pentru %s poate fi actualizată (poate dura un timp îndelungat, în funcție de dimensiunea bazei de date)",
- "Checked database schema update for apps" : "S-a verificat actualizarea schemei bazei de date pentru aplicații",
"Updated \"%1$s\" to %2$s" : "Actualizat \"%1$s\" la %2$s",
"Set log level to debug" : "Setează nivelul de logare la \"debug\"",
"Reset log level" : "Resetează nivelul de logare",
"Starting code integrity check" : "Începe verificarea integrității codului",
"Finished code integrity check" : "Verificarea integrității codului a fost finalizată",
"%s (incompatible)" : "%s (incompatibil)",
- "Following apps have been disabled: %s" : "Următoarele aplicații au fost dezactivate: %s",
"Already up to date" : "Deja actualizat",
- "Check the background job settings" : "Verificați setările jobului de fundal",
"Missing index \"{indexName}\" in table \"{tableName}\"." : "Lipsește indexul \"{indexName}\" in tabela \"{tableName}\".",
"The PHP memory limit is below the recommended value of 512MB." : "Limita memoriei PHP este sub valoarea recomandată de 512MB.",
"Error occurred while checking server setup" : "A apărut o eroare la verificarea configurației serverului",
- "Non-existing tag #{tag}" : "Etichetă inexistentă #{tag}",
- "restricted" : "restricționat",
- "invisible" : "invizibil",
- "Delete" : "Șterge",
- "Rename" : "Redenumește",
- "Collaborative tags" : "Etichete colaborative",
- "No tags found" : "Nu au fost găsite etichete",
"unknown text" : "text necunoscut",
"Hello world!" : "Hello world!",
"sunny" : "însorit",
@@ -75,29 +59,27 @@
"Please reload the page." : "Te rugăm să reîncarci pagina.",
"The update was unsuccessful. For more information <a href=\"{url}\">check our forum post</a> covering this issue." : "Actualizarea nu a reușit. Pentru mai multe informații <a href=\"{url}\">verificați postările din forum</a> pe această temă.",
"The update was unsuccessful. Please report this issue to the <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">Nextcloud community</a>." : "Actualizarea nu a reușit. Te rugăm să raportezi această problemă <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">comunității Nextcloud</a>.",
- "Continue to Nextcloud" : "Continuă la Nextcloud",
- "Searching other places" : "Se caută în alte locuri",
- "No search results in other folders for {tag}{filter}{endtag}" : "Nu au fost găsite rezultate în alte directoare pentru {tag}{filter}{endtag}",
- "_{count} search result in another folder_::_{count} search results in other folders_" : ["{count} rezultat al căutării în alte directoare","{count} rezultate ale căutării în alte directoare","{count} rezultate ale căutării în alte directoare"],
+ "Log in" : "Autentificare",
+ "Logging in …" : "Se autentifică...",
"Server side authentication failed!" : "Autentificarea la nivel de server a eșuat!",
"Please contact your administrator." : "Contactează-ți administratorul.",
"An internal error occurred." : "A apărut o eroare internă.",
"Please try again or contact your administrator." : "Încearcă din nou sau contactează-ți administratorul.",
"Username or email" : "Nume de utilizator sau adresă email",
"Password" : "Parolă",
- "Log in" : "Autentificare",
- "Logging in …" : "Se autentifică...",
"Wrong username or password." : "Utilizator sau parolă greșite",
"User disabled" : "Utilizator dezactivat",
"Reset password" : "Resetează parola",
"Couldn't send reset email. Please contact your administrator." : "Expedierea email-ului de resetare a eşuat. Vă rugăm să contactaţi administratorul dvs.",
- "Password can not be changed. Please contact your administrator." : "Parola nu poate fi modificată. Vă rugăm să contactați administratorul dvs.",
"Back to login" : "Înapoi la autentificare",
"New password" : "Noua parolă",
"I know what I'm doing" : "Știu ce fac",
"Resetting password" : "Resetez parola",
"Cancel" : "Anulare",
"Forgot password?" : "Ai uitat parola?",
+ "Back" : "Înapoi",
+ "Reset search" : "Resetează căutarea",
+ "Search" : "Căutare",
"Settings" : "Setări",
"Could not load your contacts" : "Nu pot încarca contactele",
"Search contacts …" : "Caută contacte ...",
@@ -162,6 +144,13 @@
"Strong password" : "Parolă puternică",
"No action available" : "Nici o acțiune disponibilă",
"Error fetching contact actions" : "A apărut o eroare la preluarea activităților privind contactele",
+ "Non-existing tag #{tag}" : "Etichetă inexistentă #{tag}",
+ "restricted" : "restricționat",
+ "invisible" : "invizibil",
+ "Delete" : "Șterge",
+ "Rename" : "Redenumește",
+ "Collaborative tags" : "Etichete colaborative",
+ "No tags found" : "Nu au fost găsite etichete",
"Personal" : "Personal",
"Users" : "Utilizatori",
"Apps" : "Aplicații",
@@ -210,8 +199,6 @@
"More apps" : "Mai multe aplicatii",
"More" : "Mai mult",
"More apps menu" : "Meniu mai multe aplicații",
- "Search" : "Căutare",
- "Reset search" : "Resetează căutarea",
"Contacts" : "Contacte",
"Contacts menu" : "Meniu contacte",
"Settings menu" : "Meniul Setări",
@@ -235,7 +222,6 @@
"Please contact your administrator. If you are an administrator, edit the \"trusted_domains\" setting in config/config.php like the example in config.sample.php." : "Vă rugăm contactați administratorul. Dacă sunteți administrator, editați setarea \"trusted_domains\" în config/config.php la fel ca în exemplul din config.sample.php",
"App update required" : "E necesară o actualizare a aplicației",
"%1$s will be updated to version %2$s" : "%1$sva fi actualizat la versiunea %2$s",
- "These apps will be updated:" : "Aceste aplicații vor fi actualizate:",
"These incompatible apps will be disabled:" : "Aceste aplicații incompatibile vor fi dezactivate:",
"The theme %s has been disabled." : "Tema %s a fost dezactivată.",
"Please make sure that the database, the config folder and the data folder have been backed up before proceeding." : "Asigură-te că ai creat un backup pentru baza de date, folderul config și folderul de date înainte de a continua.",
@@ -249,91 +235,20 @@
"Maintenance mode" : "Mod mentenanță",
"This %s instance is currently in maintenance mode, which may take a while." : "Instanța %s este acum în modul de mentenanță, ceea ce ar putea dura o vreme.",
"Contact your system administrator if this message persists or appeared unexpectedly." : "Contactează-ți administratorul de sistem dacă acest mesaj persistă sau a apărut neașteptat.",
- "Could not send reset email because there is no email address for this username. Please contact your administrator." : "Nu a putut fi trimis un email pentru resetare deoarece nu există o adresă de email pentru acest utilizator. Vă rugăm contactați administratorul.",
- "Couldn't send reset email. Please make sure your username is correct." : "Nu a putut fi trimis un email pentru resetare. Asigură-te că numele de utilizator este corect.",
- "Your files are encrypted. There will be no way to get your data back after your password is reset.<br />If you are not sure what to do, please contact your administrator before you continue. <br />Do you really want to continue?" : "Fișierele tale sunt criptate. Nu îți vei putea recupera informațiile după resetarea parolei.<br />Dacă nu ești sigur ce să faci, contactează administratorul de rețea înainte de a continua. <br />Sigur vrei să continui?",
- "Sending email …" : "Se trimite email ...",
- "Shared" : "Partajat",
- "Shared with" : "Partajat cu",
- "Shared by" : "Partajat de",
- "Choose a password for the public link" : "Alege o parolă pentru acest link public",
- "Choose a password for the public link or press the \"Enter\" key" : "Alege o parolă pentru link-ul public sau apasă \"Enter\"",
- "Copied!" : "S-a copiat!",
- "Copy link" : "Copiză link",
- "Not supported!" : "Nu este suportat!",
- "Press ⌘-C to copy." : "Apasă ⌘-C pentru a copia.",
- "Press Ctrl-C to copy." : "Apasă Ctrl+C pentru a copia.",
- "Unable to create a link share" : "Nu s-a putut crea linkul de partajare",
- "Unable to toggle this option" : "Nu se poate comuta această opțiune",
- "Resharing is not allowed" : "Repartajarea nu este permisă",
- "Link" : "Legătură",
- "Hide download" : "Ascunde descărcarea",
- "Password protection enforced" : "Protejare cu parolă impusă",
- "Password protect" : "Protejare cu parolă",
- "Allow editing" : "Permite editarea",
- "Email link to person" : "Expediază legătura prin poșta electronică",
- "Send" : "Trimite",
- "Allow upload and editing" : "Permite încărcarea și editarea",
- "Read only" : "Doar citire",
- "File drop (upload only)" : "Aruncă fișierul (numai încărcare)",
- "Expiration date enforced" : "Data expirării impusă",
- "Set expiration date" : "Specifică data expirării",
- "Expiration" : "Expiră",
- "Expiration date" : "Data expirării",
- "Note to recipient" : "Notă către destinatar",
- "Unshare" : "Anulare partajare",
- "Delete share link" : "Șterge linkul partajat",
- "Add another link" : "Adaugă un alt link",
- "Password protection for links is mandatory" : "Protecția cu parolă pentru linkuri este obligatorie",
- "Share to {name}" : "Distribuie către {name}",
- "Share link" : "Partajează link-ul",
- "New share link" : "Nou link partajat",
- "Created on {time}" : "Creat la {time}",
- "Password protect by Talk" : "Protejat cu parolă de Talk",
- "Could not unshare" : "Nu s-a putut elimina partajarea",
- "Shared with you and the group {group} by {owner}" : "Partajat cu tine si cu grupul {group} de {owner}",
- "Shared with you and {circle} by {owner}" : "Partajat cu tine și {circle} de {owner} ",
- "Shared with you and the conversation {conversation} by {owner}" : "Partajat cu tine si conversația {conversation} de {owner}",
- "Shared with you in a conversation by {owner}" : "Partajat cu tine în o conversație {owner}",
- "Shared with you by {owner}" : "Partajat cu tine de {owner}",
- "Choose a password for the mail share" : "Alege o parolă pentru partajare prin email",
- "group" : "grup",
- "remote" : "de la distanță",
- "remote group" : "grup la distanță",
- "email" : "email",
- "conversation" : "conversație",
- "shared by {sharer}" : "partajat de {sharer}",
- "Can reshare" : "Poate repartaja",
- "Can edit" : "Poate edita",
- "Can create" : "Poate crea",
- "Can change" : "Poate schimba",
- "Can delete" : "Poate șterge",
- "Access control" : "Control acces",
- "{shareInitiatorDisplayName} shared via link" : "{shareInitiatorDisplayName} partajat prin link",
- "Error while sharing" : "Eroare la partajare",
- "Share details could not be loaded for this item." : "Nu s-au putut încărca detaliile de partajare pentru acest element.",
- "Search globally" : "Caută global",
- "_At least {count} character is needed for autocompletion_::_At least {count} characters are needed for autocompletion_" : ["Este necesar cel puțin {count} caracter pentru autocompletare","Sunt necesare cel puțin {count} caractere pentru autocompletare","Sunt necesare cel puțin {count} caractere pentru autocompletare"],
- "This list is maybe truncated - please refine your search term to see more results." : "Această listă este probabil trunchiată - te rugăm să revizuiești termenii de căutare pentru a obține mai multe rezultate.",
- "No users or groups found for {search}" : "Nu au fost găsiți utilizatori sau grupuri pentru {search}",
- "No users found for {search}" : "Nu au fost găsiți utilizatori pentru {search}",
- "An error occurred (\"{message}\"). Please try again" : "A apărut o eroare (\"{message}\"). Te rugăm să încerci din nou",
- "An error occurred. Please try again" : "A apărut o eroare. Încearcă din nou",
- "Home" : "Acasă",
- "Work" : "Serviciu",
- "Other" : "Altele",
- "{sharee} (remote group)" : "{sharee} (remote group)",
- "{sharee} ({type}, {owner})" : "{sharee} ({type}, {owner})",
- "Share" : "Partajează",
- "Name or email address..." : "Nume sau adresă de email...",
- "Name or federated cloud ID..." : "Nume sau ID de cloud federalizat...",
- "Name, federated cloud ID or email address..." : "Nume, ID de cloud federalizat sau adresă de email...",
- "Name..." : "Nume ...",
- "Error removing share" : "Eroare la înlăturarea elementului partajat",
- "({scope})" : "({scope})",
- "Saving..." : "Se salvează...",
- "Dismiss" : "Înlătură",
- "New Password" : "Noua Parolă",
- "Cancel log in" : "Anulează conectarea"
+ "Checking whether the database schema can be updated (this can take a long time depending on the database size)" : "Se verifică dacă schema bazei de date poate fi actualizată (această verificare poate lua mult timp în funcție de mărimea bazei de date)",
+ "Checked database schema update" : "S-a verificat actualizarea schemei bazei de date",
+ "Checking updates of apps" : "Se verifică actualizările aplicațiilor",
+ "Checking for update of app \"%s\" in appstore" : "Se verifică dacă sunt actualizări pentru aplicația \"%s\" în magazinul de aplicații",
+ "Update app \"%s\" from appstore" : "Actualizare aplicație \"%s\" din magazinul de aplicații",
+ "Checked for update of app \"%s\" in appstore" : "S-a verificat dacă sunt actualizări pentru aplicația \"%s\" în magazinul de aplicații",
+ "Checked database schema update for apps" : "S-a verificat actualizarea schemei bazei de date pentru aplicații",
+ "Following apps have been disabled: %s" : "Următoarele aplicații au fost dezactivate: %s",
+ "Check the background job settings" : "Verificați setările jobului de fundal",
+ "Continue to Nextcloud" : "Continuă la Nextcloud",
+ "Searching other places" : "Se caută în alte locuri",
+ "No search results in other folders for {tag}{filter}{endtag}" : "Nu au fost găsite rezultate în alte directoare pentru {tag}{filter}{endtag}",
+ "_{count} search result in another folder_::_{count} search results in other folders_" : ["{count} rezultat al căutării în alte directoare","{count} rezultate ale căutării în alte directoare","{count} rezultate ale căutării în alte directoare"],
+ "Password can not be changed. Please contact your administrator." : "Parola nu poate fi modificată. Vă rugăm să contactați administratorul dvs.",
+ "These apps will be updated:" : "Aceste aplicații vor fi actualizate:"
},"pluralForm" :"nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));"
} \ No newline at end of file
diff --git a/core/l10n/ru.js b/core/l10n/ru.js
index d4082cfa409..085869ca4f6 100644
--- a/core/l10n/ru.js
+++ b/core/l10n/ru.js
@@ -5,6 +5,14 @@ OC.L10N.register(
"File is too big" : "Файл слишком велик",
"The selected file is not an image." : "Выбранный файл не является изображением.",
"The selected file cannot be read." : "Выбранный файл не может быть прочитан.",
+ "The file was uploaded" : "Файл загружен",
+ "The uploaded file exceeds the upload_max_filesize directive in php.ini" : "Загруженный файл превышает директиву upload_max_filesize в php.ini",
+ "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Загруженный файл превышает директиву MAX_FILE_SIZE, указанную в HTML-форме.",
+ "The file was only partially uploaded" : "Файл получен частично",
+ "No file was uploaded" : "Файл не получен",
+ "Missing a temporary folder" : "Отсутствует временный каталог",
+ "Could not write file to disk" : "Невозможно записать файл на диск",
+ "A PHP extension stopped the file upload" : "Загрузка файла была прервана модулем расширений PHP",
"Invalid file provided" : "Указан неправильный файл",
"No image or file provided" : "Не указано изображение или файл",
"Unknown filetype" : "Неизвестный тип файла",
@@ -15,6 +23,7 @@ OC.L10N.register(
"No valid crop data provided" : "Не указаны корректные данные о кадрировании",
"Crop is not square" : "Кадр не является квадратом",
"State token does not match" : "Токен состояния не совпадает",
+ "Invalid app password" : "Неверный пароль приложения",
"Could not complete login" : "Не удалось завершить вход в систему",
"Your login token is invalid or has expired" : "Ваш токен неверен или истёк",
"Password reset is disabled" : "Сброс пароля отключён",
@@ -28,6 +37,8 @@ OC.L10N.register(
"Nextcloud Server" : "Сервер Nextcloud",
"Some of your link shares have been removed" : "Некоторые из ваших ссылок на общие ресурсы были удалены",
"Due to a security bug we had to remove some of your link shares. Please see the link for more information." : "Из-за ошибки в безопасности нам пришлось удалить некоторые из ваших ссылок на опубликованные файлы или папки. Перейдите по ссылке для получения дополнительной информации.",
+ "The user limit of this instance is reached." : "Достигнут лимит пользователей этого экземпляра",
+ "Enter your subscription key to increase the user limit. For more information about Nextcloud Enterprise see our website." : "Введите ключ подписки, чтобы увеличить лимит пользователей. Для получения дополнительной информации о Nextcloud Enterprise посетите наш веб-сайт.",
"Preparing update" : "Подготовка к обновлению",
"[%d / %d]: %s" : "[%d / %d]: %s",
"Repair step:" : "Шаг восстановления:",
@@ -41,76 +52,67 @@ OC.L10N.register(
"Maintenance mode is kept active" : "Режим обслуживания оставлен включенным",
"Updating database schema" : "Выполняется обновление схемы базы данных",
"Updated database" : "База данных обновлена",
- "Checking whether the database schema can be updated (this can take a long time depending on the database size)" : "Проверка возможности обновления схемы базы данных (это может занять длительное время в зависимости от размера базы данных)",
- "Checked database schema update" : "Обновление схемы БД проверено",
- "Checking updates of apps" : "Проверка обновлений для приложений",
- "Checking for update of app \"%s\" in appstore" : "Проверяется наличие обновления для приложения «%s»",
- "Update app \"%s\" from appstore" : "Выполняется обновление приложение «%s» из магазина приложений",
- "Checked for update of app \"%s\" in appstore" : "Проверено наличие обновления приложения «%s»",
"Checking whether the database schema for %s can be updated (this can take a long time depending on the database size)" : "Проверка возможности обновления схемы базы данных %s (может занять длительное время, зависящее от размера базы данных)",
- "Checked database schema update for apps" : "Обновление схемы БД приложений проверено",
"Updated \"%1$s\" to %2$s" : "Приложение «%1$s» обновлено до версии %2$s",
"Set log level to debug" : "Установлен отладочный уровень протоколирования",
"Reset log level" : "Сброс уровня протоколирования",
"Starting code integrity check" : "Начат процесс проверки целостности кода",
"Finished code integrity check" : "Проверка целостности кода завершена",
"%s (incompatible)" : "%s (несовместимое)",
- "Following apps have been disabled: %s" : "Были отключены следующие приложения: %s",
+ "The following apps have been disabled: %s" : "Были отключены следующие приложения: %s",
"Already up to date" : "Не нуждается в обновлении",
"Your web server is not yet properly set up to allow file synchronization, because the WebDAV interface seems to be broken." : "Веб-сервер ещё не настроен должным образом для синхронизации файлов: похоже, что не работоспособен интерфейс WebDAV.",
- "Your web server is not properly set up to resolve \"{url}\". Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Веб-сервер не настроен должным образом для разрешения «{url}». Дополнительная информация может быть найдена в нашей <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">документации</a>.",
- "Your web server is not properly set up to resolve \"{url}\". This is most likely related to a web server configuration that was not updated to deliver this folder directly. Please compare your configuration against the shipped rewrite rules in \".htaccess\" for Apache or the provided one in the documentation for Nginx at it's <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation page</a>. On Nginx those are typically the lines starting with \"location ~\" that need an update." : "Веб-сервер не настроен должным образом для разрешения пути «{url}». Скорее всего, это связано с конфигурацией веб-сервера, которая не была обновлена для непосредственного доступа к этой папке. Сравните свою конфигурацию с поставляемыми правилами перезаписи в файле «.htaccess» для Apache или предоставленными в документации для Nginx на <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">странице документации</a>. Для Nginx, как правило, требуется обновить строки, начинающиеся с «location ~».",
- "Your web server is not properly set up to deliver .woff2 files. This is typically an issue with the Nginx configuration. For Nextcloud 15 it needs an adjustement to also deliver .woff2 files. Compare your Nginx configuration to the recommended configuration in our <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Веб-сервер не настроен должным образом для передачи файлов шрифтов в формате .woff2, что необходимо для правильной работы Nextcloud версии 15. Как правило, это связано с конфигурацией веб-сервера Nginx. Сравните используемую конфигурацию с рекомендуемой конфигурацией из <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">документации</a>.",
+ "Your web server is not properly set up to resolve \"{url}\". Further information can be found in the {linkstart}documentation ↗{linkend}." : "Ваш веб-сервер настроен некорректно для разрешения \"{url}\". Для получения дополнительной информации смотрите нашу {linkstart}документацию ↗{linkend}.",
+ "Your web server is not properly set up to resolve \"{url}\". This is most likely related to a web server configuration that was not updated to deliver this folder directly. Please compare your configuration against the shipped rewrite rules in \".htaccess\" for Apache or the provided one in the documentation for Nginx at it's {linkstart}documentation page ↗{linkend}. On Nginx those are typically the lines starting with \"location ~\" that need an update." : "Веб-сервер не настроен должным образом для разрешения пути «{url}». Скорее всего, это связано с конфигурацией веб-сервера, которая не была обновлена для непосредственного доступа к этой папке. Сравните свою конфигурацию с поставляемыми правилами перезаписи в файле «.htaccess» для Apache или предоставленными в документации для Nginx на {linkstart}странице документации ↗{linkend}. Для Nginx, как правило, требуется обновить строки, начинающиеся с «location ~».",
+ "Your web server is not properly set up to deliver .woff2 files. This is typically an issue with the Nginx configuration. For Nextcloud 15 it needs an adjustement to also deliver .woff2 files. Compare your Nginx configuration to the recommended configuration in our {linkstart}documentation ↗{linkend}." : "Веб-сервер не настроен должным образом для передачи файлов шрифтов в формате .woff2, что необходимо для правильной работы Nextcloud версии 15. Как правило, это связано с конфигурацией веб-сервера Nginx. Сравните используемую конфигурацию с рекомендуемой конфигурацией из {linkstart}документации ↗{linkend}.",
"PHP does not seem to be setup properly to query system environment variables. The test with getenv(\"PATH\") only returns an empty response." : "PHP не настроен правильно для получения переменных системного окружения. Запрос getenv(\"PATH\") возвращает пустые результаты.",
- "Please check the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">installation documentation ↗</a> for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "Обратитесь к разделу о конфигурации PHP и примечаниям к конфигурации PHP из <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">руководства по установке</a>. Обратите внимание на настройку параметров PHP, особенно при использовании механизма php-fpm.",
+ "Please check the {linkstart}installation documentation ↗{linkend} for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "Пожалуйста, обратитесь к {linkstart}руководству по установке ↗{linkend} для получения подсказок по настройке php на вашем сервере, особенно если используете php-fpm.",
"The read-only config has been enabled. This prevents setting some configurations via the web-interface. Furthermore, the file needs to be made writable manually for every update." : "Файл конфигурации доступен только для чтения, что не позволяет изменять некоторые настройки из веб-интерфейса. Обратите внимание, что для установки обновлений потребуется разрешить запись в файл конфигурации.",
"Your database does not run with \"READ COMMITTED\" transaction isolation level. This can cause problems when multiple actions are executed in parallel." : "База данных не использует режиме изоляции транзакций «READ COMMITED». Такое поведение может вызвать проблемы при одновременном выполнении нескольких операций.",
"The PHP module \"fileinfo\" is missing. It is strongly recommended to enable this module to get the best results with MIME type detection." : "Отсутствует модуль PHP «fileinfo». Настоятельно рекомендуется включить этот модуль для улучшения определения MIME-типов файлов.",
- "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems. See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation ↗</a> for more information." : "Отключена блокировка передаваемых файлов, что может привести к состоянию гонки. Для предупреждения возможных проблем включите параметр «filelocking.enabled» в файле «config.php». Обратитесь к <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">документации ↗</a> для получения дополнительной информации.",
+ "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems. See the {linkstart}documentation ↗{linkend} for more information." : "Блокировка передаваемых файлов отключена, это может вызвать ошибки. Для решения проблемы включите параметр 'filelocking.enabled' в файле config.php. Для получения дополнительной информации обратитесь к {linkstart}документации ↗{linkend}.",
"If your installation is not installed at the root of the domain and uses system cron, there can be issues with the URL generation. To avoid these problems, please set the \"overwrite.cli.url\" option in your config.php file to the webroot path of your installation (suggestion: \"{suggestedOverwriteCliURL}\")" : "При установке сервера не в корневой каталог домена и использовании системного планировщика сron возможны проблемы, связанные с формированием неверных URL. Решением является присвоение параметру «overwrite.cli.url» в файле «config.php» значения, равного полному интернет-адресу установки сервера (Предполагаемое значение: «{suggestedOverwriteCliURL}».)",
+ "Your installation has no default phone region set. This is required to validate phone numbers in the profile settings without a country code. To allow numbers without a country code, please add \"default_phone_region\" with the respective {linkstart}ISO 3166-1 code ↗{linkend} of the region to your config file." : "Не указан регион размещения этого сервера Nextcloud, что требуется для возможности проверки номеров телефонов без указания кода страны. Чтобы разрешить пользователям сервера указывать номера телефонов без указания кода страны, добавьте параметр «default_phone_region» с соответствующим кодом страны в соответствии с {linkstart}ISO 3166-1↗{linkend}.",
"It was not possible to execute the cron job via CLI. The following technical errors have appeared:" : "Ошибка запуска задачи планировщика с использованием интерфейса командной строки. Подробное сообщение об ошибке:",
- "Last background job execution ran {relativeTime}. Something seems wrong." : "Последняя фоновая задача была выполнена {relativeTime}. Похоже, что-то не в порядке.",
- "Check the background job settings" : "Проверьте параметры выполнения фоновых задач",
+ "Last background job execution ran {relativeTime}. Something seems wrong. {linkstart}Check the background job settings ↗{linkend}." : "Последняя фоновая задача была выполнена {relativeTime}. Похоже, что-то не в порядке.{linkstart}Проверьте настройки фонового задания ↗{linkend}. ",
"This server has no working Internet connection: Multiple endpoints could not be reached. This means that some of the features like mounting external storage, notifications about updates or installation of third-party apps will not work. Accessing files remotely and sending of notification emails might not work, either. Establish a connection from this server to the Internet to enjoy all features." : "Этот сервер не подключён к интернету: множество конечных устройств не могут быть доступны. Это означает, что не будут работать некоторые функции, такие как подключение внешнего хранилища, уведомления об обновлениях или установка сторонних приложений. Так же могут не работать удалённый доступ к файлам и отправка уведомлений по электронной почте. Для использования всех возможностей рекомендуется разрешить серверу доступ в Интернет.",
- "No memory cache has been configured. To enhance performance, please configure a memcache, if available. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Не настроена система кеширования. Для увеличения производительности сервера, по возможности, настройте memcache. Более подробная информация доступна в <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">документации</a>.",
- "No suitable source for randomness found by PHP which is highly discouraged for security reasons. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Не найден подходящий источник случайных значений для PHP, что сильно влияет на уровень безопасности. Более подробная информация доступна в <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">документации</a>.",
- "You are currently running PHP {version}. Upgrade your PHP version to take advantage of <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">performance and security updates provided by the PHP Group</a> as soon as your distribution supports it." : "На этом сервере используется PHP версии {version}. Рекомендуется обновить PHP чтобы воспользоваться <a target=\"_blank\" rel=\"noreferrer\" href=\"{phpLink}\">улучшениями производительности и безопасности, внедрёнными PHP Group</a> сразу, как только новая версия будет доступна в используемом дистрибутиве.",
- "Nextcloud 19 is the last release supporting PHP 7.2. Nextcloud 20 requires at least PHP 7.3." : "Nextcloud версии 19 — последний выпуск, поддерживающий PHP версии 7.2. Для работы Nextcloud версии 20 потребуется PHP версии не ниже 7.3.",
- "The reverse proxy header configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If not, this is a security issue and can allow an attacker to spoof their IP address as visible to the Nextcloud. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Заголовки обратного прокси настроены неправильно, либо вы подключены к серверу Nextcloud через доверенный прокси. Если Nextcloud открыт не через доверенный прокси, то это проблема безопасности, которая может позволить атакующему подделать IP-адрес, определяемый сервером Nextcloud. Дополнительная информация содержится в <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">документации</a>.",
- "Memcached is configured as distributed cache, but the wrong PHP module \"memcache\" is installed. \\OC\\Memcache\\Memcached only supports \"memcached\" and not \"memcache\". See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">memcached wiki about both modules</a>." : "Memcached настроен на распределенный кеш, но установлен неподдерживаемый модуль PHP «memcache». \\OC\\Memcache\\Memcached поддерживает только модуль «memcached», но не «memcache». Дополнительная информации содержится в <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">wiki на странице memcached об обоих модулях</a>.",
- "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">List of invalid files…</a> / <a href=\"{rescanEndpoint}\">Rescan…</a>)" : "Некоторые файлы не прошли проверку целостности. Дополнительная информация о способах решения этой проблемы содержится в <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">документации</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">Список проблемных файлов…</a> / <a href=\"{rescanEndpoint}\">Выполнить повторное сканирование…</a>)",
- "The PHP OPcache module is not loaded. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance it is recommended</a> to load it into your PHP installation." : "Не загружен PHP-модуль OPcache. Рекомендуется настроить этот модуль <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">для улучшения производительности</a>.",
- "The PHP OPcache is not properly configured. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance it is recommended</a> to use the following settings in the <code>php.ini</code>:" : "Система кеширования PHP OPcache не настроена верно. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Для обеспечения лучшей производительности рекомендуется </a> задать в файле <code>php.ini</code> следующие параметры:",
+ "No memory cache has been configured. To enhance performance, please configure a memcache, if available. Further information can be found in the {linkstart}documentation ↗{linkend}." : "Не настроена система кеширования. Для увеличения производительности сервера настройте memcache. Для получения дополнительной информации смотрите нашу {linkstart}документацию ↗{linkend}.",
+ "No suitable source for randomness found by PHP which is highly discouraged for security reasons. Further information can be found in the {linkstart}documentation ↗{linkend}." : "Не найден подходящий источник случайных значений для PHP, что сильно влияет на уровень безопасности. Более подробная информация доступна в {linkstart}документации ↗{linkend}.",
+ "You are currently running PHP {version}. Upgrade your PHP version to take advantage of {linkstart}performance and security updates provided by the PHP Group ↗{linkend} as soon as your distribution supports it." : "Используется PHP {version}. Рекомендуется обновить PHP, чтобы воспользоваться {linkstart}улучшениями производительности и безопасности, внедрёнными PHP Group ↗{linkend}, как только новая версия будет доступна в вашем дистрибутиве. ",
+ "Nextcloud 20 is the last release supporting PHP 7.2. Nextcloud 21 requires at least PHP 7.3." : "Nextcloud версии 20 — последний выпуск, поддерживающий PHP версии 7.2. Для работы Nextcloud версии 21 потребуется PHP версии не ниже 7.3.",
+ "The reverse proxy header configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If not, this is a security issue and can allow an attacker to spoof their IP address as visible to the Nextcloud. Further information can be found in the {linkstart}documentation ↗{linkend}." : "Заголовки обратного прокси настроены неправильно, либо вы подключены к серверу Nextcloud через доверенный прокси. Если Nextcloud открыт не через доверенный прокси, то это проблема безопасности, которая может позволить атакующему подделать IP-адрес, определяемый сервером Nextcloud. Дополнительная информация содержится в {linkstart}документации ↗{linkend}.",
+ "Memcached is configured as distributed cache, but the wrong PHP module \"memcache\" is installed. \\OC\\Memcache\\Memcached only supports \"memcached\" and not \"memcache\". See the {linkstart}memcached wiki about both modules ↗{linkend}." : "Memcached настроен на распределенный кеш, но установлен не поддерживаемый модуль PHP \"memcache\". \\OC\\Memcache\\Memcached поддерживает только модуль \"memcached\", но не \"memcache\". См. {linkstart}вики-страницу memcached об обоих модулях ↗{linkend}.",
+ "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in the {linkstart1}documentation ↗{linkend}. ({linkstart2}List of invalid files…{linkend} / {linkstart3}Rescan…{linkend})" : "Некоторые файлы не прошли проверку целостности. Для получения дополнительной информации о том, как устранить данную проблему, смотрите нашу {linkstart1}документацию ↗{linkend}. ({linkstart2}Список проблемных файлов…{linkend} / {linkstart3}Сканировать ещё раз…{linkend})",
+ "The PHP OPcache module is not loaded. {linkstart}For better performance it is recommended ↗{linkend} to load it into your PHP installation." : "Не загружен PHP-модуль OPcache. Рекомендуется настроить этот модуль для {linkstart}улучшения производительности ↗{linkend}.",
+ "The PHP OPcache module is not properly configured. {linkstart}For better performance it is recommended ↗{linkend} to use the following settings in the <code>php.ini</code>:" : "Система кеширования PHP OPcache не настроена верно. {linkstart}Для обеспечения лучшей производительности рекомендуется ↗{linkend} задать в файле <code>php.ini</code> следующие параметры:",
"The PHP function \"set_time_limit\" is not available. This could result in scripts being halted mid-execution, breaking your installation. Enabling this function is strongly recommended." : "Недоступна функция PHP «set_time_limit». В случае остановки выполнения сценариев во время работы это может привести к повреждению установки сервера Nextcloud. Настоятельно рекомендуется включить эту функцию.",
"Your PHP does not have FreeType support, resulting in breakage of profile pictures and the settings interface." : "Установленная версия PHP не поддерживает библиотеку FreeType, что приводит к неверному отображению изображений профиля и интерфейса настроек.",
"Missing index \"{indexName}\" in table \"{tableName}\"." : "В таблице «{tableName}» отсутствует индекс «{indexName}».",
"The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "В базе данных отсутствуют некоторые индексы. Так как создание таких индексов может занять достаточно продолжительное время, оно должно быть запущено вручную. Для создания индексов необходимо запустить команду «occ db:add-missing-indices» во время работы сервера Nextcloud. При созданных индексах, как правило, запросы к базе данных выполняются значительно быстрее.",
+ "Missing primary key on table \"{tableName}\"." : "Отсутствует первичный ключ в таблице \"{tableName}\".",
+ "The database is missing some primary keys. Due to the fact that adding primary keys on big tables could take some time they were not added automatically. By running \"occ db:add-missing-primary-keys\" those missing primary keys could be added manually while the instance keeps running." : "В базе данных отсутствуют некоторые первичные ключи. Поскольку добавление первичных ключей в большие таблицы могло занять некоторое время, они не добавлялись автоматически. Запустив команду «occ db: add-missing-primary-keys», эти недостающие первичные ключи можно добавить вручную, пока экземпляр продолжает работать.",
+ "Missing optional column \"{columnName}\" in table \"{tableName}\"." : "Отсутствует необязательный столбец \"{columnName}\" в таблице \"{tableName}\".",
+ "The database is missing some optional columns. Due to the fact that adding columns on big tables could take some time they were not added automatically when they can be optional. By running \"occ db:add-missing-columns\" those missing columns could be added manually while the instance keeps running. Once the columns are added some features might improve responsiveness or usability." : "В базе данных отсутствуют некоторые необязательные столбцы. Из-за того, что добавление столбцов в больших таблицах может занять некоторое время, они не добавляются автоматически, если они могут быть необязательными. Запустив «occ db:add-missing-columns», эти недостающие столбцы можно добавить вручную, пока экземпляр продолжает работать. После добавления столбцов некоторые функции могут улучшить отзывчивость или удобство использования.",
"This instance is missing some recommended PHP modules. For improved performance and better compatibility it is highly recommended to install them." : "В системе не установлены рекомендуемые модули PHP. Для улучшения производительности и совместимости рекомендуется установить эти модули.",
- "Some columns in the database are missing a conversion to big int. Due to the fact that changing column types on big tables could take some time they were not changed automatically. By running 'occ db:convert-filecache-bigint' those pending changes could be applied manually. This operation needs to be made while the instance is offline. For further details read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "Некоторые индексы базы данных не были преобразованы в тип big int. Так как преобразование таких индексов может занять продолжительное время, оно должно быть запущенно вручную. Чтобы выполнить преобразование, необходимо включить режим обслуживания и запустить в терминале команду «occ db:convert-filecache-bigint». Дополнительные сведения приведены <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">на соответствующей странице документации</a>.",
+ "Module php-imagick in this instance has no SVG support. For better compatibility it is recommended to install it." : "Модуль php-imagick в этом случае не поддерживает SVG. Для лучшей совместимости рекомендуется установить его.",
+ "Some columns in the database are missing a conversion to big int. Due to the fact that changing column types on big tables could take some time they were not changed automatically. By running 'occ db:convert-filecache-bigint' those pending changes could be applied manually. This operation needs to be made while the instance is offline. For further details read {linkstart}the documentation page about this ↗{linkend}." : "Некоторые индексы базы данных не были преобразованы в тип big int. Так как преобразование таких индексов может занять продолжительное время, оно должно быть запущенно вручную. Чтобы выполнить преобразование, необходимо включить режим обслуживания и запустить в терминале команду «occ db:convert-filecache-bigint». Дополнительные сведения приведены {linkstart}на соответствующей странице документации ↗{linkend}.",
"SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend." : "В настоящее время в качестве механизма БД используется SQLite. Для более крупных развёртываний рекомендуется перейти к использованию других баз данных.",
"This is particularly recommended when using the desktop client for file synchronisation." : "Такой переход рекомендован и при использовании приложений-клиентов для синхронизации файлов.",
- "To migrate to another database use the command line tool: 'occ db:convert-type', or see the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation ↗</a>." : "Для перехода к использованию другого механизма базы данных используйте команду: «occ db:convert-type» или обратитесь к <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"%s\">документации ↗</a>. ",
- "Use of the the built in php mailer is no longer supported. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Please update your email server settings ↗<a/>." : "Использование встроенного механизма отправления электронной почты на основе php более не поддерживается. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Обновите параметры сервера электронной почты ↗<a/>.",
+ "To migrate to another database use the command line tool: 'occ db:convert-type', or see the {linkstart}documentation ↗{linkend}." : "Для миграции на другую базу данных используйте команду 'occ db:convert-type' или обратитесь к {linkstart}документации ↗{linkend}.",
"The PHP memory limit is below the recommended value of 512MB." : "Разрешённое максимальное значение использования памяти PHP ниже рекомендуемого значения в 512 МБ.",
"Some app directories are owned by a different user than the web server one. This may be the case if apps have been installed manually. Check the permissions of the following app directories:" : "Владельцем некоторых каталогов не является учётная запись, под которой исполняется процесс web-сервера. Как правило это случается при установке вручную. Проверьте права доступа к следующим каталогам приложения:",
- "MySQL is used as database but does not support 4-byte characters. To be able to handle 4-byte characters (like emojis) without issues in filenames or comments for example it is recommended to enable the 4-byte support in MySQL. For further details read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "MySQL используется в качестве базы данных, но не поддерживает 4-байтовые символы. Чтобы иметь возможность обрабатывать 4-байтовые символы (например, смайлики) без проблем в именах файлов или комментариях, рекомендуется включить 4-байтовую поддержку в MySQL. Для получения более подробной информации обратитесь к <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">документации</a>.",
+ "MySQL is used as database but does not support 4-byte characters. To be able to handle 4-byte characters (like emojis) without issues in filenames or comments for example it is recommended to enable the 4-byte support in MySQL. For further details read {linkstart}the documentation page about this ↗{linkend}." : "MySQL используется в качестве базы данных, но не поддерживает 4-байтовые символы. Чтобы иметь возможность обрабатывать 4-байтовые символы (например, смайлики) без проблем в именах файлов или комментариях, рекомендуется включить 4-байтовую поддержку в MySQL. Для получения более подробной информации обратитесь к {linkstart}документации ↗{linkend}.",
"This instance uses an S3 based object store as primary storage. The uploaded files are stored temporarily on the server and thus it is recommended to have 50 GB of free space available in the temp directory of PHP. Check the logs for full details about the path and the available space. To improve this please change the temporary directory in the php.ini or make more space available in that path." : "Этот экземпляр использует хранилище объектов на основе S3 в качестве основного хранилища. Загруженные файлы временно хранятся на сервере, поэтому рекомендуется иметь 50 ГБ свободного места во временном каталоге PHP. Проверьте журналы для получения полной информации о пути и доступном пространстве. Чтобы улучшить это, измените временный каталог в php.ini или выделите больше места по этому пути.",
- "You are accessing your instance over a secure connection, however your instance is generating insecure URLs. This most likely means that you are behind a reverse proxy and the overwrite config variables are not set correctly. Please read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "Сервер создаёт небезопасные ссылки, несмотря на то, что к нему осуществлено безопасное подключение. Скорее всего, причиной являются неверно настроенные параметры обратного прокси и значения переменных перезаписи исходного адреса. Рекомендации по верной настройке <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">приведены в документации.",
+ "You are accessing your instance over a secure connection, however your instance is generating insecure URLs. This most likely means that you are behind a reverse proxy and the overwrite config variables are not set correctly. Please read {linkstart}the documentation page about this ↗{linkend}." : "Сервер создаёт небезопасные ссылки, несмотря на то, что к нему осуществлено безопасное подключение. Скорее всего, причиной являются неверно настроенные параметры обратного прокси и значения переменных перезаписи исходного адреса. Рекомендации по верной настройке приведены в {linkstart}документации ↗{linkend}.",
"Error occurred while checking server setup" : "Произошла ошибка при проверке настроек сервера",
+ "For more details see the {linkstart}documentation ↗{linkend}." : "За дополнительными сведениями обратитесь к {linkstart}документации ↗{linkend}.",
"Your data directory and files are probably accessible from the Internet. The .htaccess file is not working. It is strongly recommended that you configure your web server so that the data directory is no longer accessible, or move the data directory outside the web server document root." : "Каталог данных и файлы, возможно, доступны из интернета. Файл «.htaccess» не работает. Настоятельно рекомендуется настроить веб сервер таким образом, чтобы каталог данных не был доступен из внешней сети, либо переместить каталог данных за пределы корневого каталога веб-сервера.",
"The \"{header}\" HTTP header is not set to \"{expected}\". This is a potential security or privacy risk, as it is recommended to adjust this setting accordingly." : "Заголовок HTTP «{header}» не настроен на значение «{expected}». Это потенциальная проблема безопасности для устранения которой рекомендуется задать этот параметр.",
"The \"{header}\" HTTP header is not set to \"{expected}\". Some features might not work correctly, as it is recommended to adjust this setting accordingly." : "Заголовок HTTP «{header}» не настроен на значение «{expected}». Это может привести к неработоспособности некоторых из функций и рекомендуется изменить эти настройки.",
"The \"{header}\" HTTP header doesn't contain \"{expected}\". This is a potential security or privacy risk, as it is recommended to adjust this setting accordingly." : "Заголовок HTTP «{header}» не содержит параметр «{expected}». Это может привести к проблемам безопасности. Рекомендуется задать этот параметр.",
- "The \"{header}\" HTTP header is not set to \"{val1}\", \"{val2}\", \"{val3}\", \"{val4}\" or \"{val5}\". This can leak referer information. See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{link}\">W3C Recommendation ↗</a>." : "Заголовок HTTP «{header}» не содержит значения «{val1}», «{val2}», «{val3}» или «{val4}», что может привести к утечке информации об адресе источника перехода по ссылке. Для получения более подробной информации обратитесь к <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{link}\">рекомендациии W3C ↗</a>.",
- "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the <a href=\"{docUrl}\" rel=\"noreferrer noopener\">security tips ↗</a>." : "Заголовок HTTP «Strict-Transport-Security» должен быть настроен как минимум на «{seconds}» секунд. Для улучшения безопасности рекомендуется включить HSTS согласно нашим <a href=\"{docUrl}\" rel=\"noreferrer noopener\">подсказкам по безопасности ↗</a>.",
- "Accessing site insecurely via HTTP. You are strongly advised to set up your server to require HTTPS instead, as described in the <a href=\"{docUrl}\">security tips ↗</a>." : "Используется небезопасное соединение по протоколу HTTP. Настоятельно рекомендуется настроить сервер на использование HTTPS согласно нашим <a href=\"{docUrl}\">подсказкам по безопасности ↗</a>.",
- "Non-existing tag #{tag}" : "Несуществующая метка #{tag}",
- "restricted" : "ограниченный",
- "invisible" : "невидимый",
- "Delete" : "Удалить",
- "Rename" : "Переименовать",
- "Collaborative tags" : "Совместные теги",
- "No tags found" : "Метки не найдены",
+ "The \"{header}\" HTTP header is not set to \"{val1}\", \"{val2}\", \"{val3}\", \"{val4}\" or \"{val5}\". This can leak referer information. See the {linkstart}W3C Recommendation ↗{linkend}." : "Заголовок HTTP «{header}» не содержит значения «{val1}», «{val2}», «{val3}» или «{val4}», что может привести к утечке информации об адресе источника перехода по ссылке. Для получения более подробной информации обратитесь к {linkstart}рекомендациии W3C ↗{linkend}.",
+ "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the {linkstart}security tips ↗{linkend}." : "Заголовок HTTP «Strict-Transport-Security» должен быть настроен как минимум на «{seconds}» секунд. Для улучшения безопасности рекомендуется включить HSTS согласно нашим {linkstart}подсказкам по безопасности ↗{linkend}.",
+ "Accessing site insecurely via HTTP. You are strongly advised to set up your server to require HTTPS instead, as described in the {linkstart}security tips ↗{linkend}." : "Используется небезопасное соединение по протоколу HTTP. Настоятельно рекомендуется настроить сервер на использование HTTPS согласно нашим {linkstart}подсказкам по безопасности ↗{linkend}.",
"unknown text" : "неизвестный текст",
"Hello world!" : "Привет мир!",
"sunny" : "солнечно",
@@ -125,27 +127,27 @@ OC.L10N.register(
"Please reload the page." : "Обновите страницу.",
"The update was unsuccessful. For more information <a href=\"{url}\">check our forum post</a> covering this issue." : "Обновление не удалось. Больше информации о данной проблеме можно найти <a href=\"{url}\">в сообщении на нашем форуме</a>.",
"The update was unsuccessful. Please report this issue to the <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">Nextcloud community</a>." : "Обновление не удалось. Сообщите об этой проблеме <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">сообществу Nextcloud</a>.",
- "Continue to Nextcloud" : "Перейти в Nextcloud",
- "_The update was successful. Redirecting you to Nextcloud in %n second._::_The update was successful. Redirecting you to Nextcloud in %n seconds._" : ["Обновление выполнено успешно. Перенаправление в Nextcloud через %n секунду.","Обновление выполнено успешно. Перенаправление в Nextcloud через %n секунды.","Обновление выполнено успешно. Перенаправление в Nextcloud через %n секунд.","Обновление выполнено успешно. Перенаправление в Nextcloud через %n секунды."],
- "Searching other places" : "Выполняется поиск в других местах",
- "No search results in other folders for {tag}{filter}{endtag}" : "Нет результатов поиска в других папках для {tag}{filter}{endtag}",
- "_{count} search result in another folder_::_{count} search results in other folders_" : ["{count} результат в другой папке","{count} результата в другой папке","{count} результатов в другой папке","{count} результатов в других папках"],
+ "Continue to {productName}" : "Перейти к {productName}",
+ "_The update was successful. Redirecting you to {productName} in %n second._::_The update was successful. Redirecting you to {productName} in %n seconds._" : ["Обновление выполнено успешно. Перенаправление в {productName} через %n секунду.","Обновление выполнено успешно. Перенаправление в {productName} через %n секунды.","Обновление выполнено успешно. Перенаправление в {productName} через %n секунд.","Обновление выполнено успешно. Перенаправление в {productName} через %n секунд."],
+ "Log in" : "Войти",
+ "Logging in …" : "Вход в систему…",
"Server side authentication failed!" : "Ошибка аутентификации на стороне сервера!",
"Please contact your administrator." : "Обратитесь к своему администратору.",
"An internal error occurred." : "Произошла внутренняя ошибка.",
"Please try again or contact your administrator." : "Пожалуйста попробуйте ещё раз или свяжитесь с вашим администратором",
"Username or email" : "Имя пользователя или адрес эл. почты",
"Password" : "Пароль",
- "Log in" : "Войти",
- "Logging in …" : "Вход в систему…",
+ "Toggle password visibility" : "Переключить видимость пароля",
"Wrong username or password." : "Неверное имя пользователя или пароль.",
"User disabled" : "Пользователь отключён",
"We have detected multiple invalid login attempts from your IP. Therefore your next login is throttled up to 30 seconds." : "С вашего IP-адреса было выполнено множество неудачных попыток входа в систему. Следующую попытку можно будет выполнить через 30 секунд.",
+ "Your account is not setup for passwordless login." : "Ваша учётная запись не настроена на вход без пароля.",
+ "Passwordless authentication is not supported in your browser." : "Ваш браузер не поддерживает безпарольную аутентификацию",
+ "Passwordless authentication is only available over a secure connection." : "Безпарольная аутентификация доступна только через защищённое соединение",
"Reset password" : "Сбросить пароль",
- "A password reset message has been sent to the e-mail address of this account. If you do not receive it, check your spam/junk folders or ask your local administrator for help." : "Письмо с инструкциями по сбросу пароля отправлено на адрес электронной почты этой учётной записи. Если это письмо не будет получено, проверьте папку «Спам» или сообщите об этом администратору системы.",
+ "A password reset message has been sent to the email address of this account. If you do not receive it, check your spam/junk folders or ask your local administrator for help." : "Письмо с инструкциями по сбросу пароля отправлено на адрес электронной почты этой учётной записи. Если это письмо не будет получено, проверьте папку «Спам» или сообщите об этом администратору системы.",
"If it is not there ask your local administrator." : "Если письмо не будет получено, сообщите об этом администратору системы.",
"Couldn't send reset email. Please contact your administrator." : "Не удалось отправить письмо для сброса пароля. Свяжитесь со своим администратором.",
- "Password can not be changed. Please contact your administrator." : "Пароль не может быть изменён. Свяжитесь с вашим системным администратором.",
"Back to login" : "Вернуться на страницу входа",
"New password" : "Новый пароль",
"Your files are encrypted. There will be no way to get your data back after your password is reset. If you are not sure what to do, please contact your administrator before you continue. Do you really want to continue?" : "Ваши файлы хранятся в зашифрованном виде. После сброса пароля будет невозможно получить доступ к этим данным. Если вы не уверены что делать дальше — обратитесь к вашему системному администратору. Действительно продолжить?",
@@ -153,20 +155,29 @@ OC.L10N.register(
"Resetting password" : "Сброс пароля",
"Recommended apps" : "Рекомендованные приложения",
"Loading apps …" : "Получение списка приложений...",
- "Could not fetch list of apps from the app store." : "Не удалось получить список приложений.",
"Installing apps …" : "Установка приложений...",
- "Nextcloud {app}" : "Nextcloud {app}",
"App download or installation failed" : "Не удалось скачать или установить приложение",
- "Can't install this app because it is not compatible" : "Приложение не может быть установлено, так как оно несовместимо",
- "Can't install this app" : "Это приложение не может быть установлено",
"Cancel" : "Отмена",
"Schedule work & meetings, synced with all your devices." : "Составляйте графики работы и встреч, синхронизированные со всеми вашими устройствами.",
"Keep your colleagues and friends in one place without leaking their private info." : "Храните информацию о своих коллегах и друзьях в одном месте без утечки их личных данных.",
"Simple email app nicely integrated with Files, Contacts and Calendar." : "Простое приложение электронной почты, прекрасно интегрированное с приложениями Files, Contacts и Calendar.",
"Chatting, video calls, screensharing, online meetings and web conferencing – in your browser and with mobile apps." : "Текстовые сообщения, видеозвонки, демонстрация содержимого экрана, онлайн общение и веб-конференции на ПК и мобильных устройствах. ",
"Collaboratively edit office documents." : "Совместная работа над документами.",
- "Local document editing back-end used by the OnlyOffice app." : "Исполняемый на стороне клиента механизм для редактирования документов, используемый приложением OnlyOffice.",
+ "Local document editing back-end used by the Collabora Online app." : "Исполняемый на стороне клиента компонент для редактирования документов, используемый приложением Collabora Online.",
"Forgot password?" : "Забыли пароль?",
+ "Log in with a device" : "Войти с устройства",
+ "Back" : "Назад",
+ "Login form is disabled." : "Форма входа отключена.",
+ "Reset search" : "Очистить поиск",
+ "Search for {name} only" : "Искать только для «{name}»",
+ "No results for {query}" : "По запросу «{query}» ничего не найдено",
+ "Start typing to search" : "Начините вводить символы для поиска",
+ "Loading more results …" : "Загрузка дополнительных результатов…",
+ "Load more results" : "Загрузить дополнительные результаты",
+ "Search" : "Найти",
+ "An error occurred while searching for {type}" : "Произошла ошибка при поиске {type}",
+ "_Please enter {minSearchLength} character or more to search_::_Please enter {minSearchLength} characters or more to search_" : ["Чтобы начать поиск необходимо ввести как минимум {minSearchLength} символ","Чтобы начать поиск необходимо ввести как минимум {minSearchLength} символа","Чтобы начать поиск необходимо ввести как минимум {minSearchLength} символов","Чтобы начать поиск необходимо ввести как минимум {minSearchLength} символа"],
+ "Search {types} …" : "Поиск {types}…",
"Settings" : "Параметры",
"Could not load your contacts" : "Ошибка получения контактов",
"Search contacts …" : "Поиск контакта…",
@@ -234,6 +245,13 @@ OC.L10N.register(
"Strong password" : "Надёжный пароль",
"No action available" : "Нет доступных действий",
"Error fetching contact actions" : "Ошибка получения действий контакта",
+ "Non-existing tag #{tag}" : "Несуществующая метка #{tag}",
+ "restricted" : "ограниченный",
+ "invisible" : "невидимый",
+ "Delete" : "Удалить",
+ "Rename" : "Переименовать",
+ "Collaborative tags" : "Совместные теги",
+ "No tags found" : "Метки не найдены",
"Personal" : "Личное",
"Users" : "Пользователи",
"Apps" : "Приложения",
@@ -243,7 +261,10 @@ OC.L10N.register(
"File not found" : "Файл не найден",
"The document could not be found on the server. Maybe the share was deleted or has expired?" : "Документ не найден на сервере. Возможно доступ к нему был удален или истек срок действия доступа.",
"Back to %s" : "Вернуться к %s",
+ "Too many requests" : "Превышено количество запросов",
+ "There were too many requests from your network. Retry later or contact your administrator if this is an error." : "Превышено количество запросов из вашей сети. Попробуйте позднее или сообщите администратору об этой ошибке.",
"Error" : "Ошибка",
+ "Previous" : "Предыдущий",
"Internal Server Error" : "Внутренняя ошибка сервера",
"The server was unable to complete your request." : "Запрос не может быть обработан сервером.",
"If this happens again, please send the technical details below to the server administrator." : "Если это случится ещё раз, отправьте администратору сервера подробное сообщение о произошедшем, приведённое ниже.",
@@ -280,7 +301,7 @@ OC.L10N.register(
"SQLite should only be used for minimal and development instances. For production we recommend a different database backend." : "SQLite следует использовать только для минимальных и разрабатываемых экземпляров. Для производства мы рекомендуем другую базу данных.",
"If you use clients for file syncing, the use of SQLite is highly discouraged." : "Настоятельно не рекомендуется использовать механизм баз данных SQLite при использовании синхронизации файлов с использованием приложений-клиентов.",
"Install recommended apps" : "Установить рекомендуемые приложения",
- "Calendar, Contacts, Talk, Mail & OnlyOffice" : "Календарь, Контакты, Talk, Почта и OnlyOffice",
+ "Calendar, Contacts, Talk, Mail & Collaborative editing" : "Календарь, Контакты, Конференции, Почта и совместное редактирование",
"Finish setup" : "Завершить установку",
"Finishing …" : "Завершение…",
"Need help?" : "Требуется помощь?",
@@ -294,14 +315,13 @@ OC.L10N.register(
"More apps" : "Ещё приложения",
"More" : "Дополнительно",
"More apps menu" : "Меню дополнительных приложений",
- "Search" : "Найти",
- "Reset search" : "Очистить поиск",
"Contacts" : "Контакты",
"Contacts menu" : "Меню контактов",
"Settings menu" : "Меню настроек",
"Confirm your password" : "Подтвердите свой пароль",
"Connect to your account" : "Вход в систему",
"Please log in before granting %1$s access to your %2$s account." : "Для предоставления %1$s доступа к учётной записи %2$s необходимо войти в систему.",
+ "If you are not trying to set up a new device or app, someone is trying to trick you into granting them access to your data. In this case do not proceed and instead contact your system administrator." : "Если вы не пытались настроить новое устройство или приложение, значит, кто-то пытается получить доступ к вашим данным. В этом случае свяжитесь с администратором системы.",
"App token" : "Токен приложения",
"Grant access" : "Разрешить доступ",
"Alternative log in using app token" : "Войти по токену приложения",
@@ -329,7 +349,7 @@ OC.L10N.register(
"Further information how to configure this can be found in the %1$sdocumentation%2$s." : "Дополнительная информация как это настроить может быть найдена в %1$sдокументации %2$s",
"App update required" : "Требуется обновление приложения",
"%1$s will be updated to version %2$s" : "%1$s будет обновлено до версии %2$s",
- "These apps will be updated:" : "Следующие приложения будут обновлены:",
+ "The following apps will be updated:" : "Следующие приложения будут обновлены:",
"These incompatible apps will be disabled:" : "Эти несовместимые приложения будут отключены:",
"The theme %s has been disabled." : "Тема %s была отключена.",
"Please make sure that the database, the config folder and the data folder have been backed up before proceeding." : "Перед продолжением убедитесь, что вы сделали резервную копию базы данных, каталога конфигурации и каталога с данными.",
@@ -345,95 +365,49 @@ OC.L10N.register(
"This %s instance is currently in maintenance mode, which may take a while." : "Этот сервер %s находится в режиме технического обслуживания, которое может занять некоторое время.",
"This page will refresh itself when the instance is available again." : "Эта страница обновится автоматически когда сервер снова станет доступен.",
"Contact your system administrator if this message persists or appeared unexpectedly." : "Обратитесь к вашему системному администратору если это сообщение не исчезает или появляется неожиданно.",
- "Could not send reset email because there is no email address for this username. Please contact your administrator." : "Невозможно отправить письмо для сброса пароля, так как для этого пользователя не указан адрес его электронной почты. Обратитесь к администратору.",
- "Couldn't send reset email. Please make sure your username is correct." : "Не удалось отправить письмо для сброса пароля. Убедитесь, что имя пользователя указано верно.",
- "We have send a password reset e-mail to the e-mail address known to us for this account. If you do not receive it within a reasonable amount of time, check your spam/junk folders.<br>If it is not there ask your local administrator." : "Письмо с инструкциями по сбору пароля было отправлено на адрес электронной почты, указанный для этой учётной записи. Если это письмо не будет получено в разумное время, проверьте папку «Спам».<br> В случае, если письмо не будет получено, сообщите об этом администратору системы.",
- "Your files are encrypted. There will be no way to get your data back after your password is reset.<br />If you are not sure what to do, please contact your administrator before you continue. <br />Do you really want to continue?" : "Ваши файлы хранятся в зашифрованном виде. После сброса пароля будет невозможно получить доступ к этим данным. <br /> Если вы не уверены что делать дальше — обратитесь к вашему системному администратору. <br /> Действительно продолжить?",
- "Sending email …" : "Отправка сообщения…",
- "You are currently running PHP 5.6. The current major version of Nextcloud is the last that is supported on PHP 5.6. It is recommended to upgrade the PHP version to 7.0+ to be able to upgrade to Nextcloud 14." : "На этом сервере используется PHP версии 5.6. Текущая версия Nextcloud является последней из поддерживающих PHP версии 5.6. Для обновления до Nextcloud версии 14 рекомендуется обновить PHP до версии 7.0 или более старшей.",
- "Accessing site insecurely via HTTP. You are strongly adviced to set up your server to require HTTPS instead, as described in the <a href=\"{docUrl}\">security tips ↗</a>." : "Используется небезопасное соединение по протоколу HTTP. Настоятельно рекомендуется настроить сервер на использование HTTPS согласно нашим <a href=\"{docUrl}\">подсказкам по безопасности ↗</a>.",
- "Shared" : "Общий доступ",
- "Shared with" : "Общий доступ",
- "Shared by" : "Доступ предоставлен",
- "Choose a password for the public link" : "Укажите пароль для общедоступной ссылки",
- "Choose a password for the public link or press the \"Enter\" key" : "Укажите пароль для общедоступной ссылки или нажмите «Ввод»",
- "Copied!" : "Скопировано!",
- "Copy link" : "Скопировать ссылку",
- "Not supported!" : "Не поддерживается!",
- "Press ⌘-C to copy." : "Нажмите ⌘-C для копирования.",
- "Press Ctrl-C to copy." : "Нажмите Ctrl-C для копирования.",
- "Unable to create a link share" : "Невозможно создать ресурс общего доступа по ссылке.",
- "Unable to toggle this option" : "Невозможно включить или отключить этот параметр",
- "Resharing is not allowed" : "Повторное открытие доступа запрещено",
- "Link" : "Ссылка",
- "Hide download" : "Скрыть загрузку",
- "Password protection enforced" : "Требуется защита паролем",
- "Password protect" : "Защитить паролем",
- "Allow editing" : "Разрешить редактирование",
- "Email link to person" : "Отправить ссылку по электронной почте",
- "Send" : "Отправить",
- "Allow upload and editing" : "Разрешить приём и редактирование",
- "Read only" : "Только чтение",
- "File drop (upload only)" : "Хранилище (только приём файлов)",
- "Expiration date enforced" : "Требуется срок действия",
- "Set expiration date" : "Установить срок действия",
- "Expiration" : "Срок действия",
- "Expiration date" : "Срок действия",
- "Note to recipient" : "Примечание для получателя",
- "Unshare" : "Закрыть доступ",
- "Delete share link" : "Удалить ссылку",
- "Add another link" : "Добавить другую ссылку",
- "Password protection for links is mandatory" : "Требуется защита ссылки паролем",
- "Share to {name}" : "Поделиться с {name}",
- "Share link" : "Общий доступ по ссылке",
- "New share link" : "Создать ссылку общего доступа",
- "Created on {time}" : "Время создания: {time}",
- "Password protect by Talk" : "Защита паролем Talk",
- "Could not unshare" : "Невозможно закрыть общий доступ",
- "Shared with you and the group {group} by {owner}" : "{owner} предоставил(а) доступ Вам и группе {group}",
- "Shared with you and {circle} by {owner}" : "{owner} предоставил(а) доступ Вам и участникам круга «{circle}»",
- "Shared with you and the conversation {conversation} by {owner}" : "{owner} предоставил(а) доступ Вам и участникам беседы «{conversation}»",
- "Shared with you in a conversation by {owner}" : "Пользователь {owner} предоставил(а) Вам доступ во время беседы",
- "Shared with you by {owner}" : "{owner} предоставил(а) Вам доступ",
- "Choose a password for the mail share" : "Укажите пароль для ссылки по почте",
- "group" : "группа",
- "remote" : "на другом сервере",
- "remote group" : "группа на другом сервере",
- "email" : "эл. почта",
- "conversation" : "беседа",
- "shared by {sharer}" : "Общий доступ предоставлен пользователем {sharer}",
- "Can reshare" : "Разрешить делиться",
- "Can edit" : "Разрешить редактировать",
- "Can create" : "Разрешить создавать",
- "Can change" : "Разрешить вносить изменения",
- "Can delete" : "Разрешить удалять",
- "Access control" : "Управление доступом",
- "{shareInitiatorDisplayName} shared via link" : "{shareInitiatorDisplayName} предоставил(а) доступ созданием ссылки",
- "Error while sharing" : "При попытке поделиться произошла ошибка",
- "Share details could not be loaded for this item." : "Не удалось загрузить информацию об общем доступе для этого элемента.",
- "Search globally" : "Искать глобально",
- "_At least {count} character is needed for autocompletion_::_At least {count} characters are needed for autocompletion_" : ["Для автозавершения требуется как минимум {count} символ.","Для автозавершения требуется как минимум {count} символа.","Для автозавершения требуется как минимум {count} символов.","Для автозавершения требуется как минимум {count} символа."],
- "This list is maybe truncated - please refine your search term to see more results." : "Этот список может быть показан не полностью — уточните запрос чтобы просмотреть больше результатов.",
- "No users or groups found for {search}" : "По запросу «{search}» пользователей или групп не найдено",
- "No users found for {search}" : "По запросу «{search}» пользователей не найдено",
- "An error occurred (\"{message}\"). Please try again" : "Произошла ошибка («{message}»). Попробуйте ещё раз",
- "An error occurred. Please try again" : "Произошла ошибка. Попробуйте ещё раз",
- "Home" : "Домашний",
- "Work" : "Рабочий",
- "Other" : "Другой",
- "{sharee} (remote group)" : "{sharee} (группа на другом сервере)",
- "{sharee} ({type}, {owner})" : "{sharee} ({type}, {owner})",
- "Share" : "Поделиться",
- "Name or email address..." : "Имя или адрес эл.почты…",
- "Name or federated cloud ID..." : "Имя или ID межсерверного обмена…",
- "Name, federated cloud ID or email address..." : "Имя, ID межсерверного обмена или адрес эл.почты",
- "Name..." : "Имя…",
- "Error removing share" : "Ошибка закрытия общего доступа",
- "({scope})" : "({scope})",
- "Saving..." : "Сохранение…",
- "Dismiss" : "Закрыть",
- "Your client should now be connected! You can close this window." : "Приложение-клиент подключено. Можете закрыть это окно.",
- "New Password" : "Новый пароль",
- "Cancel log in" : "Отменить вход"
+ "Checking whether the database schema can be updated (this can take a long time depending on the database size)" : "Проверка возможности обновления схемы базы данных (это может занять длительное время в зависимости от размера базы данных)",
+ "Checked database schema update" : "Обновление схемы БД проверено",
+ "Checking updates of apps" : "Проверка обновлений для приложений",
+ "Checking for update of app \"%s\" in appstore" : "Проверяется наличие обновления для приложения «%s»",
+ "Update app \"%s\" from appstore" : "Выполняется обновление приложение «%s» из магазина приложений",
+ "Checked for update of app \"%s\" in appstore" : "Проверено наличие обновления приложения «%s»",
+ "Checked database schema update for apps" : "Обновление схемы БД приложений проверено",
+ "Following apps have been disabled: %s" : "Были отключены следующие приложения: %s",
+ "Your web server is not properly set up to resolve \"{url}\". Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Веб-сервер не настроен должным образом для разрешения «{url}». Дополнительная информация может быть найдена в нашей <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">документации</a>.",
+ "Your web server is not properly set up to resolve \"{url}\". This is most likely related to a web server configuration that was not updated to deliver this folder directly. Please compare your configuration against the shipped rewrite rules in \".htaccess\" for Apache or the provided one in the documentation for Nginx at it's <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation page</a>. On Nginx those are typically the lines starting with \"location ~\" that need an update." : "Веб-сервер не настроен должным образом для разрешения пути «{url}». Скорее всего, это связано с конфигурацией веб-сервера, которая не была обновлена для непосредственного доступа к этой папке. Сравните свою конфигурацию с поставляемыми правилами перезаписи в файле «.htaccess» для Apache или предоставленными в документации для Nginx на <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">странице документации</a>. Для Nginx, как правило, требуется обновить строки, начинающиеся с «location ~».",
+ "Your web server is not properly set up to deliver .woff2 files. This is typically an issue with the Nginx configuration. For Nextcloud 15 it needs an adjustement to also deliver .woff2 files. Compare your Nginx configuration to the recommended configuration in our <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Веб-сервер не настроен должным образом для передачи файлов шрифтов в формате .woff2, что необходимо для правильной работы Nextcloud версии 15. Как правило, это связано с конфигурацией веб-сервера Nginx. Сравните используемую конфигурацию с рекомендуемой конфигурацией из <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">документации</a>.",
+ "Please check the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">installation documentation ↗</a> for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "Обратитесь к разделу о конфигурации PHP и примечаниям к конфигурации PHP из <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">руководства по установке</a>. Обратите внимание на настройку параметров PHP, особенно при использовании механизма php-fpm.",
+ "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems. See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation ↗</a> for more information." : "Отключена блокировка передаваемых файлов, что может привести к состоянию гонки. Для предупреждения возможных проблем включите параметр «filelocking.enabled» в файле «config.php». Обратитесь к <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">документации ↗</a> для получения дополнительной информации.",
+ "Last background job execution ran {relativeTime}. Something seems wrong." : "Последняя фоновая задача была выполнена {relativeTime}. Похоже, что-то не в порядке.",
+ "Check the background job settings" : "Проверьте параметры выполнения фоновых задач",
+ "No memory cache has been configured. To enhance performance, please configure a memcache, if available. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Не настроена система кеширования. Для увеличения производительности сервера, по возможности, настройте memcache. Более подробная информация доступна в <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">документации</a>.",
+ "No suitable source for randomness found by PHP which is highly discouraged for security reasons. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Не найден подходящий источник случайных значений для PHP, что сильно влияет на уровень безопасности. Более подробная информация доступна в <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">документации</a>.",
+ "You are currently running PHP {version}. Upgrade your PHP version to take advantage of <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">performance and security updates provided by the PHP Group</a> as soon as your distribution supports it." : "На этом сервере используется PHP версии {version}. Рекомендуется обновить PHP чтобы воспользоваться <a target=\"_blank\" rel=\"noreferrer\" href=\"{phpLink}\">улучшениями производительности и безопасности, внедрёнными PHP Group</a> сразу, как только новая версия будет доступна в используемом дистрибутиве.",
+ "The reverse proxy header configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If not, this is a security issue and can allow an attacker to spoof their IP address as visible to the Nextcloud. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Заголовки обратного прокси настроены неправильно, либо вы подключены к серверу Nextcloud через доверенный прокси. Если Nextcloud открыт не через доверенный прокси, то это проблема безопасности, которая может позволить атакующему подделать IP-адрес, определяемый сервером Nextcloud. Дополнительная информация содержится в <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">документации</a>.",
+ "Memcached is configured as distributed cache, but the wrong PHP module \"memcache\" is installed. \\OC\\Memcache\\Memcached only supports \"memcached\" and not \"memcache\". See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">memcached wiki about both modules</a>." : "Memcached настроен на распределенный кеш, но установлен неподдерживаемый модуль PHP «memcache». \\OC\\Memcache\\Memcached поддерживает только модуль «memcached», но не «memcache». Дополнительная информации содержится в <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">wiki на странице memcached об обоих модулях</a>.",
+ "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">List of invalid files…</a> / <a href=\"{rescanEndpoint}\">Rescan…</a>)" : "Некоторые файлы не прошли проверку целостности. Дополнительная информация о способах решения этой проблемы содержится в <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">документации</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">Список проблемных файлов…</a> / <a href=\"{rescanEndpoint}\">Выполнить повторное сканирование…</a>)",
+ "The PHP OPcache module is not loaded. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance it is recommended</a> to load it into your PHP installation." : "Не загружен PHP-модуль OPcache. Рекомендуется настроить этот модуль <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">для улучшения производительности</a>.",
+ "The PHP OPcache is not properly configured. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance it is recommended</a> to use the following settings in the <code>php.ini</code>:" : "Система кеширования PHP OPcache не настроена верно. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Для обеспечения лучшей производительности рекомендуется </a> задать в файле <code>php.ini</code> следующие параметры:",
+ "Some columns in the database are missing a conversion to big int. Due to the fact that changing column types on big tables could take some time they were not changed automatically. By running 'occ db:convert-filecache-bigint' those pending changes could be applied manually. This operation needs to be made while the instance is offline. For further details read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "Некоторые индексы базы данных не были преобразованы в тип big int. Так как преобразование таких индексов может занять продолжительное время, оно должно быть запущенно вручную. Чтобы выполнить преобразование, необходимо включить режим обслуживания и запустить в терминале команду «occ db:convert-filecache-bigint». Дополнительные сведения приведены <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">на соответствующей странице документации</a>.",
+ "To migrate to another database use the command line tool: 'occ db:convert-type', or see the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation ↗</a>." : "Для перехода к использованию другого механизма базы данных используйте команду: «occ db:convert-type» или обратитесь к <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"%s\">документации ↗</a>. ",
+ "Use of the the built in php mailer is no longer supported. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Please update your email server settings ↗<a/>." : "Использование встроенного механизма отправления электронной почты на основе php более не поддерживается. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Обновите параметры сервера электронной почты ↗<a/>.",
+ "MySQL is used as database but does not support 4-byte characters. To be able to handle 4-byte characters (like emojis) without issues in filenames or comments for example it is recommended to enable the 4-byte support in MySQL. For further details read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "MySQL используется в качестве базы данных, но не поддерживает 4-байтовые символы. Чтобы иметь возможность обрабатывать 4-байтовые символы (например, смайлики) без проблем в именах файлов или комментариях, рекомендуется включить 4-байтовую поддержку в MySQL. Для получения более подробной информации обратитесь к <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">документации</a>.",
+ "You are accessing your instance over a secure connection, however your instance is generating insecure URLs. This most likely means that you are behind a reverse proxy and the overwrite config variables are not set correctly. Please read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "Сервер создаёт небезопасные ссылки, несмотря на то, что к нему осуществлено безопасное подключение. Скорее всего, причиной являются неверно настроенные параметры обратного прокси и значения переменных перезаписи исходного адреса. Рекомендации по верной настройке <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">приведены в документации.",
+ "The \"{header}\" HTTP header is not set to \"{val1}\", \"{val2}\", \"{val3}\", \"{val4}\" or \"{val5}\". This can leak referer information. See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{link}\">W3C Recommendation ↗</a>." : "Заголовок HTTP «{header}» не содержит значения «{val1}», «{val2}», «{val3}» или «{val4}», что может привести к утечке информации об адресе источника перехода по ссылке. Для получения более подробной информации обратитесь к <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{link}\">рекомендациии W3C ↗</a>.",
+ "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the <a href=\"{docUrl}\" rel=\"noreferrer noopener\">security tips ↗</a>." : "Заголовок HTTP «Strict-Transport-Security» должен быть настроен как минимум на «{seconds}» секунд. Для улучшения безопасности рекомендуется включить HSTS согласно нашим <a href=\"{docUrl}\" rel=\"noreferrer noopener\">подсказкам по безопасности ↗</a>.",
+ "Accessing site insecurely via HTTP. You are strongly advised to set up your server to require HTTPS instead, as described in the <a href=\"{docUrl}\">security tips ↗</a>." : "Используется небезопасное соединение по протоколу HTTP. Настоятельно рекомендуется настроить сервер на использование HTTPS согласно нашим <a href=\"{docUrl}\">подсказкам по безопасности ↗</a>.",
+ "Continue to Nextcloud" : "Перейти в Nextcloud",
+ "_The update was successful. Redirecting you to Nextcloud in %n second._::_The update was successful. Redirecting you to Nextcloud in %n seconds._" : ["Обновление выполнено успешно. Перенаправление в Nextcloud через %n секунду.","Обновление выполнено успешно. Перенаправление в Nextcloud через %n секунды.","Обновление выполнено успешно. Перенаправление в Nextcloud через %n секунд.","Обновление выполнено успешно. Перенаправление в Nextcloud через %n секунды."],
+ "Searching other places" : "Выполняется поиск в других местах",
+ "No search results in other folders for {tag}{filter}{endtag}" : "Нет результатов поиска в других папках для {tag}{filter}{endtag}",
+ "_{count} search result in another folder_::_{count} search results in other folders_" : ["{count} результат в другой папке","{count} результата в другой папке","{count} результатов в другой папке","{count} результатов в других папках"],
+ "A password reset message has been sent to the e-mail address of this account. If you do not receive it, check your spam/junk folders or ask your local administrator for help." : "Письмо с инструкциями по сбросу пароля отправлено на адрес электронной почты этой учётной записи. Если это письмо не будет получено, проверьте папку «Спам» или сообщите об этом администратору системы.",
+ "Password can not be changed. Please contact your administrator." : "Пароль не может быть изменён. Свяжитесь с вашим системным администратором.",
+ "Could not fetch list of apps from the app store." : "Не удалось получить список приложений.",
+ "Nextcloud {app}" : "Nextcloud {app}",
+ "Can't install this app because it is not compatible" : "Приложение не может быть установлено, так как оно несовместимо",
+ "Can't install this app" : "Это приложение не может быть установлено",
+ "These apps will be updated:" : "Следующие приложения будут обновлены:",
+ "For more details see the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Более подробные сведения содержатся в <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">документации</a>."
},
"nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);");
diff --git a/core/l10n/ru.json b/core/l10n/ru.json
index 760f1ddd497..21063b1a4a8 100644
--- a/core/l10n/ru.json
+++ b/core/l10n/ru.json
@@ -3,6 +3,14 @@
"File is too big" : "Файл слишком велик",
"The selected file is not an image." : "Выбранный файл не является изображением.",
"The selected file cannot be read." : "Выбранный файл не может быть прочитан.",
+ "The file was uploaded" : "Файл загружен",
+ "The uploaded file exceeds the upload_max_filesize directive in php.ini" : "Загруженный файл превышает директиву upload_max_filesize в php.ini",
+ "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Загруженный файл превышает директиву MAX_FILE_SIZE, указанную в HTML-форме.",
+ "The file was only partially uploaded" : "Файл получен частично",
+ "No file was uploaded" : "Файл не получен",
+ "Missing a temporary folder" : "Отсутствует временный каталог",
+ "Could not write file to disk" : "Невозможно записать файл на диск",
+ "A PHP extension stopped the file upload" : "Загрузка файла была прервана модулем расширений PHP",
"Invalid file provided" : "Указан неправильный файл",
"No image or file provided" : "Не указано изображение или файл",
"Unknown filetype" : "Неизвестный тип файла",
@@ -13,6 +21,7 @@
"No valid crop data provided" : "Не указаны корректные данные о кадрировании",
"Crop is not square" : "Кадр не является квадратом",
"State token does not match" : "Токен состояния не совпадает",
+ "Invalid app password" : "Неверный пароль приложения",
"Could not complete login" : "Не удалось завершить вход в систему",
"Your login token is invalid or has expired" : "Ваш токен неверен или истёк",
"Password reset is disabled" : "Сброс пароля отключён",
@@ -26,6 +35,8 @@
"Nextcloud Server" : "Сервер Nextcloud",
"Some of your link shares have been removed" : "Некоторые из ваших ссылок на общие ресурсы были удалены",
"Due to a security bug we had to remove some of your link shares. Please see the link for more information." : "Из-за ошибки в безопасности нам пришлось удалить некоторые из ваших ссылок на опубликованные файлы или папки. Перейдите по ссылке для получения дополнительной информации.",
+ "The user limit of this instance is reached." : "Достигнут лимит пользователей этого экземпляра",
+ "Enter your subscription key to increase the user limit. For more information about Nextcloud Enterprise see our website." : "Введите ключ подписки, чтобы увеличить лимит пользователей. Для получения дополнительной информации о Nextcloud Enterprise посетите наш веб-сайт.",
"Preparing update" : "Подготовка к обновлению",
"[%d / %d]: %s" : "[%d / %d]: %s",
"Repair step:" : "Шаг восстановления:",
@@ -39,76 +50,67 @@
"Maintenance mode is kept active" : "Режим обслуживания оставлен включенным",
"Updating database schema" : "Выполняется обновление схемы базы данных",
"Updated database" : "База данных обновлена",
- "Checking whether the database schema can be updated (this can take a long time depending on the database size)" : "Проверка возможности обновления схемы базы данных (это может занять длительное время в зависимости от размера базы данных)",
- "Checked database schema update" : "Обновление схемы БД проверено",
- "Checking updates of apps" : "Проверка обновлений для приложений",
- "Checking for update of app \"%s\" in appstore" : "Проверяется наличие обновления для приложения «%s»",
- "Update app \"%s\" from appstore" : "Выполняется обновление приложение «%s» из магазина приложений",
- "Checked for update of app \"%s\" in appstore" : "Проверено наличие обновления приложения «%s»",
"Checking whether the database schema for %s can be updated (this can take a long time depending on the database size)" : "Проверка возможности обновления схемы базы данных %s (может занять длительное время, зависящее от размера базы данных)",
- "Checked database schema update for apps" : "Обновление схемы БД приложений проверено",
"Updated \"%1$s\" to %2$s" : "Приложение «%1$s» обновлено до версии %2$s",
"Set log level to debug" : "Установлен отладочный уровень протоколирования",
"Reset log level" : "Сброс уровня протоколирования",
"Starting code integrity check" : "Начат процесс проверки целостности кода",
"Finished code integrity check" : "Проверка целостности кода завершена",
"%s (incompatible)" : "%s (несовместимое)",
- "Following apps have been disabled: %s" : "Были отключены следующие приложения: %s",
+ "The following apps have been disabled: %s" : "Были отключены следующие приложения: %s",
"Already up to date" : "Не нуждается в обновлении",
"Your web server is not yet properly set up to allow file synchronization, because the WebDAV interface seems to be broken." : "Веб-сервер ещё не настроен должным образом для синхронизации файлов: похоже, что не работоспособен интерфейс WebDAV.",
- "Your web server is not properly set up to resolve \"{url}\". Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Веб-сервер не настроен должным образом для разрешения «{url}». Дополнительная информация может быть найдена в нашей <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">документации</a>.",
- "Your web server is not properly set up to resolve \"{url}\". This is most likely related to a web server configuration that was not updated to deliver this folder directly. Please compare your configuration against the shipped rewrite rules in \".htaccess\" for Apache or the provided one in the documentation for Nginx at it's <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation page</a>. On Nginx those are typically the lines starting with \"location ~\" that need an update." : "Веб-сервер не настроен должным образом для разрешения пути «{url}». Скорее всего, это связано с конфигурацией веб-сервера, которая не была обновлена для непосредственного доступа к этой папке. Сравните свою конфигурацию с поставляемыми правилами перезаписи в файле «.htaccess» для Apache или предоставленными в документации для Nginx на <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">странице документации</a>. Для Nginx, как правило, требуется обновить строки, начинающиеся с «location ~».",
- "Your web server is not properly set up to deliver .woff2 files. This is typically an issue with the Nginx configuration. For Nextcloud 15 it needs an adjustement to also deliver .woff2 files. Compare your Nginx configuration to the recommended configuration in our <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Веб-сервер не настроен должным образом для передачи файлов шрифтов в формате .woff2, что необходимо для правильной работы Nextcloud версии 15. Как правило, это связано с конфигурацией веб-сервера Nginx. Сравните используемую конфигурацию с рекомендуемой конфигурацией из <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">документации</a>.",
+ "Your web server is not properly set up to resolve \"{url}\". Further information can be found in the {linkstart}documentation ↗{linkend}." : "Ваш веб-сервер настроен некорректно для разрешения \"{url}\". Для получения дополнительной информации смотрите нашу {linkstart}документацию ↗{linkend}.",
+ "Your web server is not properly set up to resolve \"{url}\". This is most likely related to a web server configuration that was not updated to deliver this folder directly. Please compare your configuration against the shipped rewrite rules in \".htaccess\" for Apache or the provided one in the documentation for Nginx at it's {linkstart}documentation page ↗{linkend}. On Nginx those are typically the lines starting with \"location ~\" that need an update." : "Веб-сервер не настроен должным образом для разрешения пути «{url}». Скорее всего, это связано с конфигурацией веб-сервера, которая не была обновлена для непосредственного доступа к этой папке. Сравните свою конфигурацию с поставляемыми правилами перезаписи в файле «.htaccess» для Apache или предоставленными в документации для Nginx на {linkstart}странице документации ↗{linkend}. Для Nginx, как правило, требуется обновить строки, начинающиеся с «location ~».",
+ "Your web server is not properly set up to deliver .woff2 files. This is typically an issue with the Nginx configuration. For Nextcloud 15 it needs an adjustement to also deliver .woff2 files. Compare your Nginx configuration to the recommended configuration in our {linkstart}documentation ↗{linkend}." : "Веб-сервер не настроен должным образом для передачи файлов шрифтов в формате .woff2, что необходимо для правильной работы Nextcloud версии 15. Как правило, это связано с конфигурацией веб-сервера Nginx. Сравните используемую конфигурацию с рекомендуемой конфигурацией из {linkstart}документации ↗{linkend}.",
"PHP does not seem to be setup properly to query system environment variables. The test with getenv(\"PATH\") only returns an empty response." : "PHP не настроен правильно для получения переменных системного окружения. Запрос getenv(\"PATH\") возвращает пустые результаты.",
- "Please check the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">installation documentation ↗</a> for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "Обратитесь к разделу о конфигурации PHP и примечаниям к конфигурации PHP из <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">руководства по установке</a>. Обратите внимание на настройку параметров PHP, особенно при использовании механизма php-fpm.",
+ "Please check the {linkstart}installation documentation ↗{linkend} for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "Пожалуйста, обратитесь к {linkstart}руководству по установке ↗{linkend} для получения подсказок по настройке php на вашем сервере, особенно если используете php-fpm.",
"The read-only config has been enabled. This prevents setting some configurations via the web-interface. Furthermore, the file needs to be made writable manually for every update." : "Файл конфигурации доступен только для чтения, что не позволяет изменять некоторые настройки из веб-интерфейса. Обратите внимание, что для установки обновлений потребуется разрешить запись в файл конфигурации.",
"Your database does not run with \"READ COMMITTED\" transaction isolation level. This can cause problems when multiple actions are executed in parallel." : "База данных не использует режиме изоляции транзакций «READ COMMITED». Такое поведение может вызвать проблемы при одновременном выполнении нескольких операций.",
"The PHP module \"fileinfo\" is missing. It is strongly recommended to enable this module to get the best results with MIME type detection." : "Отсутствует модуль PHP «fileinfo». Настоятельно рекомендуется включить этот модуль для улучшения определения MIME-типов файлов.",
- "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems. See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation ↗</a> for more information." : "Отключена блокировка передаваемых файлов, что может привести к состоянию гонки. Для предупреждения возможных проблем включите параметр «filelocking.enabled» в файле «config.php». Обратитесь к <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">документации ↗</a> для получения дополнительной информации.",
+ "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems. See the {linkstart}documentation ↗{linkend} for more information." : "Блокировка передаваемых файлов отключена, это может вызвать ошибки. Для решения проблемы включите параметр 'filelocking.enabled' в файле config.php. Для получения дополнительной информации обратитесь к {linkstart}документации ↗{linkend}.",
"If your installation is not installed at the root of the domain and uses system cron, there can be issues with the URL generation. To avoid these problems, please set the \"overwrite.cli.url\" option in your config.php file to the webroot path of your installation (suggestion: \"{suggestedOverwriteCliURL}\")" : "При установке сервера не в корневой каталог домена и использовании системного планировщика сron возможны проблемы, связанные с формированием неверных URL. Решением является присвоение параметру «overwrite.cli.url» в файле «config.php» значения, равного полному интернет-адресу установки сервера (Предполагаемое значение: «{suggestedOverwriteCliURL}».)",
+ "Your installation has no default phone region set. This is required to validate phone numbers in the profile settings without a country code. To allow numbers without a country code, please add \"default_phone_region\" with the respective {linkstart}ISO 3166-1 code ↗{linkend} of the region to your config file." : "Не указан регион размещения этого сервера Nextcloud, что требуется для возможности проверки номеров телефонов без указания кода страны. Чтобы разрешить пользователям сервера указывать номера телефонов без указания кода страны, добавьте параметр «default_phone_region» с соответствующим кодом страны в соответствии с {linkstart}ISO 3166-1↗{linkend}.",
"It was not possible to execute the cron job via CLI. The following technical errors have appeared:" : "Ошибка запуска задачи планировщика с использованием интерфейса командной строки. Подробное сообщение об ошибке:",
- "Last background job execution ran {relativeTime}. Something seems wrong." : "Последняя фоновая задача была выполнена {relativeTime}. Похоже, что-то не в порядке.",
- "Check the background job settings" : "Проверьте параметры выполнения фоновых задач",
+ "Last background job execution ran {relativeTime}. Something seems wrong. {linkstart}Check the background job settings ↗{linkend}." : "Последняя фоновая задача была выполнена {relativeTime}. Похоже, что-то не в порядке.{linkstart}Проверьте настройки фонового задания ↗{linkend}. ",
"This server has no working Internet connection: Multiple endpoints could not be reached. This means that some of the features like mounting external storage, notifications about updates or installation of third-party apps will not work. Accessing files remotely and sending of notification emails might not work, either. Establish a connection from this server to the Internet to enjoy all features." : "Этот сервер не подключён к интернету: множество конечных устройств не могут быть доступны. Это означает, что не будут работать некоторые функции, такие как подключение внешнего хранилища, уведомления об обновлениях или установка сторонних приложений. Так же могут не работать удалённый доступ к файлам и отправка уведомлений по электронной почте. Для использования всех возможностей рекомендуется разрешить серверу доступ в Интернет.",
- "No memory cache has been configured. To enhance performance, please configure a memcache, if available. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Не настроена система кеширования. Для увеличения производительности сервера, по возможности, настройте memcache. Более подробная информация доступна в <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">документации</a>.",
- "No suitable source for randomness found by PHP which is highly discouraged for security reasons. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Не найден подходящий источник случайных значений для PHP, что сильно влияет на уровень безопасности. Более подробная информация доступна в <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">документации</a>.",
- "You are currently running PHP {version}. Upgrade your PHP version to take advantage of <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">performance and security updates provided by the PHP Group</a> as soon as your distribution supports it." : "На этом сервере используется PHP версии {version}. Рекомендуется обновить PHP чтобы воспользоваться <a target=\"_blank\" rel=\"noreferrer\" href=\"{phpLink}\">улучшениями производительности и безопасности, внедрёнными PHP Group</a> сразу, как только новая версия будет доступна в используемом дистрибутиве.",
- "Nextcloud 19 is the last release supporting PHP 7.2. Nextcloud 20 requires at least PHP 7.3." : "Nextcloud версии 19 — последний выпуск, поддерживающий PHP версии 7.2. Для работы Nextcloud версии 20 потребуется PHP версии не ниже 7.3.",
- "The reverse proxy header configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If not, this is a security issue and can allow an attacker to spoof their IP address as visible to the Nextcloud. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Заголовки обратного прокси настроены неправильно, либо вы подключены к серверу Nextcloud через доверенный прокси. Если Nextcloud открыт не через доверенный прокси, то это проблема безопасности, которая может позволить атакующему подделать IP-адрес, определяемый сервером Nextcloud. Дополнительная информация содержится в <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">документации</a>.",
- "Memcached is configured as distributed cache, but the wrong PHP module \"memcache\" is installed. \\OC\\Memcache\\Memcached only supports \"memcached\" and not \"memcache\". See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">memcached wiki about both modules</a>." : "Memcached настроен на распределенный кеш, но установлен неподдерживаемый модуль PHP «memcache». \\OC\\Memcache\\Memcached поддерживает только модуль «memcached», но не «memcache». Дополнительная информации содержится в <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">wiki на странице memcached об обоих модулях</a>.",
- "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">List of invalid files…</a> / <a href=\"{rescanEndpoint}\">Rescan…</a>)" : "Некоторые файлы не прошли проверку целостности. Дополнительная информация о способах решения этой проблемы содержится в <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">документации</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">Список проблемных файлов…</a> / <a href=\"{rescanEndpoint}\">Выполнить повторное сканирование…</a>)",
- "The PHP OPcache module is not loaded. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance it is recommended</a> to load it into your PHP installation." : "Не загружен PHP-модуль OPcache. Рекомендуется настроить этот модуль <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">для улучшения производительности</a>.",
- "The PHP OPcache is not properly configured. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance it is recommended</a> to use the following settings in the <code>php.ini</code>:" : "Система кеширования PHP OPcache не настроена верно. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Для обеспечения лучшей производительности рекомендуется </a> задать в файле <code>php.ini</code> следующие параметры:",
+ "No memory cache has been configured. To enhance performance, please configure a memcache, if available. Further information can be found in the {linkstart}documentation ↗{linkend}." : "Не настроена система кеширования. Для увеличения производительности сервера настройте memcache. Для получения дополнительной информации смотрите нашу {linkstart}документацию ↗{linkend}.",
+ "No suitable source for randomness found by PHP which is highly discouraged for security reasons. Further information can be found in the {linkstart}documentation ↗{linkend}." : "Не найден подходящий источник случайных значений для PHP, что сильно влияет на уровень безопасности. Более подробная информация доступна в {linkstart}документации ↗{linkend}.",
+ "You are currently running PHP {version}. Upgrade your PHP version to take advantage of {linkstart}performance and security updates provided by the PHP Group ↗{linkend} as soon as your distribution supports it." : "Используется PHP {version}. Рекомендуется обновить PHP, чтобы воспользоваться {linkstart}улучшениями производительности и безопасности, внедрёнными PHP Group ↗{linkend}, как только новая версия будет доступна в вашем дистрибутиве. ",
+ "Nextcloud 20 is the last release supporting PHP 7.2. Nextcloud 21 requires at least PHP 7.3." : "Nextcloud версии 20 — последний выпуск, поддерживающий PHP версии 7.2. Для работы Nextcloud версии 21 потребуется PHP версии не ниже 7.3.",
+ "The reverse proxy header configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If not, this is a security issue and can allow an attacker to spoof their IP address as visible to the Nextcloud. Further information can be found in the {linkstart}documentation ↗{linkend}." : "Заголовки обратного прокси настроены неправильно, либо вы подключены к серверу Nextcloud через доверенный прокси. Если Nextcloud открыт не через доверенный прокси, то это проблема безопасности, которая может позволить атакующему подделать IP-адрес, определяемый сервером Nextcloud. Дополнительная информация содержится в {linkstart}документации ↗{linkend}.",
+ "Memcached is configured as distributed cache, but the wrong PHP module \"memcache\" is installed. \\OC\\Memcache\\Memcached only supports \"memcached\" and not \"memcache\". See the {linkstart}memcached wiki about both modules ↗{linkend}." : "Memcached настроен на распределенный кеш, но установлен не поддерживаемый модуль PHP \"memcache\". \\OC\\Memcache\\Memcached поддерживает только модуль \"memcached\", но не \"memcache\". См. {linkstart}вики-страницу memcached об обоих модулях ↗{linkend}.",
+ "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in the {linkstart1}documentation ↗{linkend}. ({linkstart2}List of invalid files…{linkend} / {linkstart3}Rescan…{linkend})" : "Некоторые файлы не прошли проверку целостности. Для получения дополнительной информации о том, как устранить данную проблему, смотрите нашу {linkstart1}документацию ↗{linkend}. ({linkstart2}Список проблемных файлов…{linkend} / {linkstart3}Сканировать ещё раз…{linkend})",
+ "The PHP OPcache module is not loaded. {linkstart}For better performance it is recommended ↗{linkend} to load it into your PHP installation." : "Не загружен PHP-модуль OPcache. Рекомендуется настроить этот модуль для {linkstart}улучшения производительности ↗{linkend}.",
+ "The PHP OPcache module is not properly configured. {linkstart}For better performance it is recommended ↗{linkend} to use the following settings in the <code>php.ini</code>:" : "Система кеширования PHP OPcache не настроена верно. {linkstart}Для обеспечения лучшей производительности рекомендуется ↗{linkend} задать в файле <code>php.ini</code> следующие параметры:",
"The PHP function \"set_time_limit\" is not available. This could result in scripts being halted mid-execution, breaking your installation. Enabling this function is strongly recommended." : "Недоступна функция PHP «set_time_limit». В случае остановки выполнения сценариев во время работы это может привести к повреждению установки сервера Nextcloud. Настоятельно рекомендуется включить эту функцию.",
"Your PHP does not have FreeType support, resulting in breakage of profile pictures and the settings interface." : "Установленная версия PHP не поддерживает библиотеку FreeType, что приводит к неверному отображению изображений профиля и интерфейса настроек.",
"Missing index \"{indexName}\" in table \"{tableName}\"." : "В таблице «{tableName}» отсутствует индекс «{indexName}».",
"The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "В базе данных отсутствуют некоторые индексы. Так как создание таких индексов может занять достаточно продолжительное время, оно должно быть запущено вручную. Для создания индексов необходимо запустить команду «occ db:add-missing-indices» во время работы сервера Nextcloud. При созданных индексах, как правило, запросы к базе данных выполняются значительно быстрее.",
+ "Missing primary key on table \"{tableName}\"." : "Отсутствует первичный ключ в таблице \"{tableName}\".",
+ "The database is missing some primary keys. Due to the fact that adding primary keys on big tables could take some time they were not added automatically. By running \"occ db:add-missing-primary-keys\" those missing primary keys could be added manually while the instance keeps running." : "В базе данных отсутствуют некоторые первичные ключи. Поскольку добавление первичных ключей в большие таблицы могло занять некоторое время, они не добавлялись автоматически. Запустив команду «occ db: add-missing-primary-keys», эти недостающие первичные ключи можно добавить вручную, пока экземпляр продолжает работать.",
+ "Missing optional column \"{columnName}\" in table \"{tableName}\"." : "Отсутствует необязательный столбец \"{columnName}\" в таблице \"{tableName}\".",
+ "The database is missing some optional columns. Due to the fact that adding columns on big tables could take some time they were not added automatically when they can be optional. By running \"occ db:add-missing-columns\" those missing columns could be added manually while the instance keeps running. Once the columns are added some features might improve responsiveness or usability." : "В базе данных отсутствуют некоторые необязательные столбцы. Из-за того, что добавление столбцов в больших таблицах может занять некоторое время, они не добавляются автоматически, если они могут быть необязательными. Запустив «occ db:add-missing-columns», эти недостающие столбцы можно добавить вручную, пока экземпляр продолжает работать. После добавления столбцов некоторые функции могут улучшить отзывчивость или удобство использования.",
"This instance is missing some recommended PHP modules. For improved performance and better compatibility it is highly recommended to install them." : "В системе не установлены рекомендуемые модули PHP. Для улучшения производительности и совместимости рекомендуется установить эти модули.",
- "Some columns in the database are missing a conversion to big int. Due to the fact that changing column types on big tables could take some time they were not changed automatically. By running 'occ db:convert-filecache-bigint' those pending changes could be applied manually. This operation needs to be made while the instance is offline. For further details read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "Некоторые индексы базы данных не были преобразованы в тип big int. Так как преобразование таких индексов может занять продолжительное время, оно должно быть запущенно вручную. Чтобы выполнить преобразование, необходимо включить режим обслуживания и запустить в терминале команду «occ db:convert-filecache-bigint». Дополнительные сведения приведены <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">на соответствующей странице документации</a>.",
+ "Module php-imagick in this instance has no SVG support. For better compatibility it is recommended to install it." : "Модуль php-imagick в этом случае не поддерживает SVG. Для лучшей совместимости рекомендуется установить его.",
+ "Some columns in the database are missing a conversion to big int. Due to the fact that changing column types on big tables could take some time they were not changed automatically. By running 'occ db:convert-filecache-bigint' those pending changes could be applied manually. This operation needs to be made while the instance is offline. For further details read {linkstart}the documentation page about this ↗{linkend}." : "Некоторые индексы базы данных не были преобразованы в тип big int. Так как преобразование таких индексов может занять продолжительное время, оно должно быть запущенно вручную. Чтобы выполнить преобразование, необходимо включить режим обслуживания и запустить в терминале команду «occ db:convert-filecache-bigint». Дополнительные сведения приведены {linkstart}на соответствующей странице документации ↗{linkend}.",
"SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend." : "В настоящее время в качестве механизма БД используется SQLite. Для более крупных развёртываний рекомендуется перейти к использованию других баз данных.",
"This is particularly recommended when using the desktop client for file synchronisation." : "Такой переход рекомендован и при использовании приложений-клиентов для синхронизации файлов.",
- "To migrate to another database use the command line tool: 'occ db:convert-type', or see the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation ↗</a>." : "Для перехода к использованию другого механизма базы данных используйте команду: «occ db:convert-type» или обратитесь к <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"%s\">документации ↗</a>. ",
- "Use of the the built in php mailer is no longer supported. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Please update your email server settings ↗<a/>." : "Использование встроенного механизма отправления электронной почты на основе php более не поддерживается. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Обновите параметры сервера электронной почты ↗<a/>.",
+ "To migrate to another database use the command line tool: 'occ db:convert-type', or see the {linkstart}documentation ↗{linkend}." : "Для миграции на другую базу данных используйте команду 'occ db:convert-type' или обратитесь к {linkstart}документации ↗{linkend}.",
"The PHP memory limit is below the recommended value of 512MB." : "Разрешённое максимальное значение использования памяти PHP ниже рекомендуемого значения в 512 МБ.",
"Some app directories are owned by a different user than the web server one. This may be the case if apps have been installed manually. Check the permissions of the following app directories:" : "Владельцем некоторых каталогов не является учётная запись, под которой исполняется процесс web-сервера. Как правило это случается при установке вручную. Проверьте права доступа к следующим каталогам приложения:",
- "MySQL is used as database but does not support 4-byte characters. To be able to handle 4-byte characters (like emojis) without issues in filenames or comments for example it is recommended to enable the 4-byte support in MySQL. For further details read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "MySQL используется в качестве базы данных, но не поддерживает 4-байтовые символы. Чтобы иметь возможность обрабатывать 4-байтовые символы (например, смайлики) без проблем в именах файлов или комментариях, рекомендуется включить 4-байтовую поддержку в MySQL. Для получения более подробной информации обратитесь к <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">документации</a>.",
+ "MySQL is used as database but does not support 4-byte characters. To be able to handle 4-byte characters (like emojis) without issues in filenames or comments for example it is recommended to enable the 4-byte support in MySQL. For further details read {linkstart}the documentation page about this ↗{linkend}." : "MySQL используется в качестве базы данных, но не поддерживает 4-байтовые символы. Чтобы иметь возможность обрабатывать 4-байтовые символы (например, смайлики) без проблем в именах файлов или комментариях, рекомендуется включить 4-байтовую поддержку в MySQL. Для получения более подробной информации обратитесь к {linkstart}документации ↗{linkend}.",
"This instance uses an S3 based object store as primary storage. The uploaded files are stored temporarily on the server and thus it is recommended to have 50 GB of free space available in the temp directory of PHP. Check the logs for full details about the path and the available space. To improve this please change the temporary directory in the php.ini or make more space available in that path." : "Этот экземпляр использует хранилище объектов на основе S3 в качестве основного хранилища. Загруженные файлы временно хранятся на сервере, поэтому рекомендуется иметь 50 ГБ свободного места во временном каталоге PHP. Проверьте журналы для получения полной информации о пути и доступном пространстве. Чтобы улучшить это, измените временный каталог в php.ini или выделите больше места по этому пути.",
- "You are accessing your instance over a secure connection, however your instance is generating insecure URLs. This most likely means that you are behind a reverse proxy and the overwrite config variables are not set correctly. Please read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "Сервер создаёт небезопасные ссылки, несмотря на то, что к нему осуществлено безопасное подключение. Скорее всего, причиной являются неверно настроенные параметры обратного прокси и значения переменных перезаписи исходного адреса. Рекомендации по верной настройке <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">приведены в документации.",
+ "You are accessing your instance over a secure connection, however your instance is generating insecure URLs. This most likely means that you are behind a reverse proxy and the overwrite config variables are not set correctly. Please read {linkstart}the documentation page about this ↗{linkend}." : "Сервер создаёт небезопасные ссылки, несмотря на то, что к нему осуществлено безопасное подключение. Скорее всего, причиной являются неверно настроенные параметры обратного прокси и значения переменных перезаписи исходного адреса. Рекомендации по верной настройке приведены в {linkstart}документации ↗{linkend}.",
"Error occurred while checking server setup" : "Произошла ошибка при проверке настроек сервера",
+ "For more details see the {linkstart}documentation ↗{linkend}." : "За дополнительными сведениями обратитесь к {linkstart}документации ↗{linkend}.",
"Your data directory and files are probably accessible from the Internet. The .htaccess file is not working. It is strongly recommended that you configure your web server so that the data directory is no longer accessible, or move the data directory outside the web server document root." : "Каталог данных и файлы, возможно, доступны из интернета. Файл «.htaccess» не работает. Настоятельно рекомендуется настроить веб сервер таким образом, чтобы каталог данных не был доступен из внешней сети, либо переместить каталог данных за пределы корневого каталога веб-сервера.",
"The \"{header}\" HTTP header is not set to \"{expected}\". This is a potential security or privacy risk, as it is recommended to adjust this setting accordingly." : "Заголовок HTTP «{header}» не настроен на значение «{expected}». Это потенциальная проблема безопасности для устранения которой рекомендуется задать этот параметр.",
"The \"{header}\" HTTP header is not set to \"{expected}\". Some features might not work correctly, as it is recommended to adjust this setting accordingly." : "Заголовок HTTP «{header}» не настроен на значение «{expected}». Это может привести к неработоспособности некоторых из функций и рекомендуется изменить эти настройки.",
"The \"{header}\" HTTP header doesn't contain \"{expected}\". This is a potential security or privacy risk, as it is recommended to adjust this setting accordingly." : "Заголовок HTTP «{header}» не содержит параметр «{expected}». Это может привести к проблемам безопасности. Рекомендуется задать этот параметр.",
- "The \"{header}\" HTTP header is not set to \"{val1}\", \"{val2}\", \"{val3}\", \"{val4}\" or \"{val5}\". This can leak referer information. See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{link}\">W3C Recommendation ↗</a>." : "Заголовок HTTP «{header}» не содержит значения «{val1}», «{val2}», «{val3}» или «{val4}», что может привести к утечке информации об адресе источника перехода по ссылке. Для получения более подробной информации обратитесь к <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{link}\">рекомендациии W3C ↗</a>.",
- "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the <a href=\"{docUrl}\" rel=\"noreferrer noopener\">security tips ↗</a>." : "Заголовок HTTP «Strict-Transport-Security» должен быть настроен как минимум на «{seconds}» секунд. Для улучшения безопасности рекомендуется включить HSTS согласно нашим <a href=\"{docUrl}\" rel=\"noreferrer noopener\">подсказкам по безопасности ↗</a>.",
- "Accessing site insecurely via HTTP. You are strongly advised to set up your server to require HTTPS instead, as described in the <a href=\"{docUrl}\">security tips ↗</a>." : "Используется небезопасное соединение по протоколу HTTP. Настоятельно рекомендуется настроить сервер на использование HTTPS согласно нашим <a href=\"{docUrl}\">подсказкам по безопасности ↗</a>.",
- "Non-existing tag #{tag}" : "Несуществующая метка #{tag}",
- "restricted" : "ограниченный",
- "invisible" : "невидимый",
- "Delete" : "Удалить",
- "Rename" : "Переименовать",
- "Collaborative tags" : "Совместные теги",
- "No tags found" : "Метки не найдены",
+ "The \"{header}\" HTTP header is not set to \"{val1}\", \"{val2}\", \"{val3}\", \"{val4}\" or \"{val5}\". This can leak referer information. See the {linkstart}W3C Recommendation ↗{linkend}." : "Заголовок HTTP «{header}» не содержит значения «{val1}», «{val2}», «{val3}» или «{val4}», что может привести к утечке информации об адресе источника перехода по ссылке. Для получения более подробной информации обратитесь к {linkstart}рекомендациии W3C ↗{linkend}.",
+ "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the {linkstart}security tips ↗{linkend}." : "Заголовок HTTP «Strict-Transport-Security» должен быть настроен как минимум на «{seconds}» секунд. Для улучшения безопасности рекомендуется включить HSTS согласно нашим {linkstart}подсказкам по безопасности ↗{linkend}.",
+ "Accessing site insecurely via HTTP. You are strongly advised to set up your server to require HTTPS instead, as described in the {linkstart}security tips ↗{linkend}." : "Используется небезопасное соединение по протоколу HTTP. Настоятельно рекомендуется настроить сервер на использование HTTPS согласно нашим {linkstart}подсказкам по безопасности ↗{linkend}.",
"unknown text" : "неизвестный текст",
"Hello world!" : "Привет мир!",
"sunny" : "солнечно",
@@ -123,27 +125,27 @@
"Please reload the page." : "Обновите страницу.",
"The update was unsuccessful. For more information <a href=\"{url}\">check our forum post</a> covering this issue." : "Обновление не удалось. Больше информации о данной проблеме можно найти <a href=\"{url}\">в сообщении на нашем форуме</a>.",
"The update was unsuccessful. Please report this issue to the <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">Nextcloud community</a>." : "Обновление не удалось. Сообщите об этой проблеме <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">сообществу Nextcloud</a>.",
- "Continue to Nextcloud" : "Перейти в Nextcloud",
- "_The update was successful. Redirecting you to Nextcloud in %n second._::_The update was successful. Redirecting you to Nextcloud in %n seconds._" : ["Обновление выполнено успешно. Перенаправление в Nextcloud через %n секунду.","Обновление выполнено успешно. Перенаправление в Nextcloud через %n секунды.","Обновление выполнено успешно. Перенаправление в Nextcloud через %n секунд.","Обновление выполнено успешно. Перенаправление в Nextcloud через %n секунды."],
- "Searching other places" : "Выполняется поиск в других местах",
- "No search results in other folders for {tag}{filter}{endtag}" : "Нет результатов поиска в других папках для {tag}{filter}{endtag}",
- "_{count} search result in another folder_::_{count} search results in other folders_" : ["{count} результат в другой папке","{count} результата в другой папке","{count} результатов в другой папке","{count} результатов в других папках"],
+ "Continue to {productName}" : "Перейти к {productName}",
+ "_The update was successful. Redirecting you to {productName} in %n second._::_The update was successful. Redirecting you to {productName} in %n seconds._" : ["Обновление выполнено успешно. Перенаправление в {productName} через %n секунду.","Обновление выполнено успешно. Перенаправление в {productName} через %n секунды.","Обновление выполнено успешно. Перенаправление в {productName} через %n секунд.","Обновление выполнено успешно. Перенаправление в {productName} через %n секунд."],
+ "Log in" : "Войти",
+ "Logging in …" : "Вход в систему…",
"Server side authentication failed!" : "Ошибка аутентификации на стороне сервера!",
"Please contact your administrator." : "Обратитесь к своему администратору.",
"An internal error occurred." : "Произошла внутренняя ошибка.",
"Please try again or contact your administrator." : "Пожалуйста попробуйте ещё раз или свяжитесь с вашим администратором",
"Username or email" : "Имя пользователя или адрес эл. почты",
"Password" : "Пароль",
- "Log in" : "Войти",
- "Logging in …" : "Вход в систему…",
+ "Toggle password visibility" : "Переключить видимость пароля",
"Wrong username or password." : "Неверное имя пользователя или пароль.",
"User disabled" : "Пользователь отключён",
"We have detected multiple invalid login attempts from your IP. Therefore your next login is throttled up to 30 seconds." : "С вашего IP-адреса было выполнено множество неудачных попыток входа в систему. Следующую попытку можно будет выполнить через 30 секунд.",
+ "Your account is not setup for passwordless login." : "Ваша учётная запись не настроена на вход без пароля.",
+ "Passwordless authentication is not supported in your browser." : "Ваш браузер не поддерживает безпарольную аутентификацию",
+ "Passwordless authentication is only available over a secure connection." : "Безпарольная аутентификация доступна только через защищённое соединение",
"Reset password" : "Сбросить пароль",
- "A password reset message has been sent to the e-mail address of this account. If you do not receive it, check your spam/junk folders or ask your local administrator for help." : "Письмо с инструкциями по сбросу пароля отправлено на адрес электронной почты этой учётной записи. Если это письмо не будет получено, проверьте папку «Спам» или сообщите об этом администратору системы.",
+ "A password reset message has been sent to the email address of this account. If you do not receive it, check your spam/junk folders or ask your local administrator for help." : "Письмо с инструкциями по сбросу пароля отправлено на адрес электронной почты этой учётной записи. Если это письмо не будет получено, проверьте папку «Спам» или сообщите об этом администратору системы.",
"If it is not there ask your local administrator." : "Если письмо не будет получено, сообщите об этом администратору системы.",
"Couldn't send reset email. Please contact your administrator." : "Не удалось отправить письмо для сброса пароля. Свяжитесь со своим администратором.",
- "Password can not be changed. Please contact your administrator." : "Пароль не может быть изменён. Свяжитесь с вашим системным администратором.",
"Back to login" : "Вернуться на страницу входа",
"New password" : "Новый пароль",
"Your files are encrypted. There will be no way to get your data back after your password is reset. If you are not sure what to do, please contact your administrator before you continue. Do you really want to continue?" : "Ваши файлы хранятся в зашифрованном виде. После сброса пароля будет невозможно получить доступ к этим данным. Если вы не уверены что делать дальше — обратитесь к вашему системному администратору. Действительно продолжить?",
@@ -151,20 +153,29 @@
"Resetting password" : "Сброс пароля",
"Recommended apps" : "Рекомендованные приложения",
"Loading apps …" : "Получение списка приложений...",
- "Could not fetch list of apps from the app store." : "Не удалось получить список приложений.",
"Installing apps …" : "Установка приложений...",
- "Nextcloud {app}" : "Nextcloud {app}",
"App download or installation failed" : "Не удалось скачать или установить приложение",
- "Can't install this app because it is not compatible" : "Приложение не может быть установлено, так как оно несовместимо",
- "Can't install this app" : "Это приложение не может быть установлено",
"Cancel" : "Отмена",
"Schedule work & meetings, synced with all your devices." : "Составляйте графики работы и встреч, синхронизированные со всеми вашими устройствами.",
"Keep your colleagues and friends in one place without leaking their private info." : "Храните информацию о своих коллегах и друзьях в одном месте без утечки их личных данных.",
"Simple email app nicely integrated with Files, Contacts and Calendar." : "Простое приложение электронной почты, прекрасно интегрированное с приложениями Files, Contacts и Calendar.",
"Chatting, video calls, screensharing, online meetings and web conferencing – in your browser and with mobile apps." : "Текстовые сообщения, видеозвонки, демонстрация содержимого экрана, онлайн общение и веб-конференции на ПК и мобильных устройствах. ",
"Collaboratively edit office documents." : "Совместная работа над документами.",
- "Local document editing back-end used by the OnlyOffice app." : "Исполняемый на стороне клиента механизм для редактирования документов, используемый приложением OnlyOffice.",
+ "Local document editing back-end used by the Collabora Online app." : "Исполняемый на стороне клиента компонент для редактирования документов, используемый приложением Collabora Online.",
"Forgot password?" : "Забыли пароль?",
+ "Log in with a device" : "Войти с устройства",
+ "Back" : "Назад",
+ "Login form is disabled." : "Форма входа отключена.",
+ "Reset search" : "Очистить поиск",
+ "Search for {name} only" : "Искать только для «{name}»",
+ "No results for {query}" : "По запросу «{query}» ничего не найдено",
+ "Start typing to search" : "Начините вводить символы для поиска",
+ "Loading more results …" : "Загрузка дополнительных результатов…",
+ "Load more results" : "Загрузить дополнительные результаты",
+ "Search" : "Найти",
+ "An error occurred while searching for {type}" : "Произошла ошибка при поиске {type}",
+ "_Please enter {minSearchLength} character or more to search_::_Please enter {minSearchLength} characters or more to search_" : ["Чтобы начать поиск необходимо ввести как минимум {minSearchLength} символ","Чтобы начать поиск необходимо ввести как минимум {minSearchLength} символа","Чтобы начать поиск необходимо ввести как минимум {minSearchLength} символов","Чтобы начать поиск необходимо ввести как минимум {minSearchLength} символа"],
+ "Search {types} …" : "Поиск {types}…",
"Settings" : "Параметры",
"Could not load your contacts" : "Ошибка получения контактов",
"Search contacts …" : "Поиск контакта…",
@@ -232,6 +243,13 @@
"Strong password" : "Надёжный пароль",
"No action available" : "Нет доступных действий",
"Error fetching contact actions" : "Ошибка получения действий контакта",
+ "Non-existing tag #{tag}" : "Несуществующая метка #{tag}",
+ "restricted" : "ограниченный",
+ "invisible" : "невидимый",
+ "Delete" : "Удалить",
+ "Rename" : "Переименовать",
+ "Collaborative tags" : "Совместные теги",
+ "No tags found" : "Метки не найдены",
"Personal" : "Личное",
"Users" : "Пользователи",
"Apps" : "Приложения",
@@ -241,7 +259,10 @@
"File not found" : "Файл не найден",
"The document could not be found on the server. Maybe the share was deleted or has expired?" : "Документ не найден на сервере. Возможно доступ к нему был удален или истек срок действия доступа.",
"Back to %s" : "Вернуться к %s",
+ "Too many requests" : "Превышено количество запросов",
+ "There were too many requests from your network. Retry later or contact your administrator if this is an error." : "Превышено количество запросов из вашей сети. Попробуйте позднее или сообщите администратору об этой ошибке.",
"Error" : "Ошибка",
+ "Previous" : "Предыдущий",
"Internal Server Error" : "Внутренняя ошибка сервера",
"The server was unable to complete your request." : "Запрос не может быть обработан сервером.",
"If this happens again, please send the technical details below to the server administrator." : "Если это случится ещё раз, отправьте администратору сервера подробное сообщение о произошедшем, приведённое ниже.",
@@ -278,7 +299,7 @@
"SQLite should only be used for minimal and development instances. For production we recommend a different database backend." : "SQLite следует использовать только для минимальных и разрабатываемых экземпляров. Для производства мы рекомендуем другую базу данных.",
"If you use clients for file syncing, the use of SQLite is highly discouraged." : "Настоятельно не рекомендуется использовать механизм баз данных SQLite при использовании синхронизации файлов с использованием приложений-клиентов.",
"Install recommended apps" : "Установить рекомендуемые приложения",
- "Calendar, Contacts, Talk, Mail & OnlyOffice" : "Календарь, Контакты, Talk, Почта и OnlyOffice",
+ "Calendar, Contacts, Talk, Mail & Collaborative editing" : "Календарь, Контакты, Конференции, Почта и совместное редактирование",
"Finish setup" : "Завершить установку",
"Finishing …" : "Завершение…",
"Need help?" : "Требуется помощь?",
@@ -292,14 +313,13 @@
"More apps" : "Ещё приложения",
"More" : "Дополнительно",
"More apps menu" : "Меню дополнительных приложений",
- "Search" : "Найти",
- "Reset search" : "Очистить поиск",
"Contacts" : "Контакты",
"Contacts menu" : "Меню контактов",
"Settings menu" : "Меню настроек",
"Confirm your password" : "Подтвердите свой пароль",
"Connect to your account" : "Вход в систему",
"Please log in before granting %1$s access to your %2$s account." : "Для предоставления %1$s доступа к учётной записи %2$s необходимо войти в систему.",
+ "If you are not trying to set up a new device or app, someone is trying to trick you into granting them access to your data. In this case do not proceed and instead contact your system administrator." : "Если вы не пытались настроить новое устройство или приложение, значит, кто-то пытается получить доступ к вашим данным. В этом случае свяжитесь с администратором системы.",
"App token" : "Токен приложения",
"Grant access" : "Разрешить доступ",
"Alternative log in using app token" : "Войти по токену приложения",
@@ -327,7 +347,7 @@
"Further information how to configure this can be found in the %1$sdocumentation%2$s." : "Дополнительная информация как это настроить может быть найдена в %1$sдокументации %2$s",
"App update required" : "Требуется обновление приложения",
"%1$s will be updated to version %2$s" : "%1$s будет обновлено до версии %2$s",
- "These apps will be updated:" : "Следующие приложения будут обновлены:",
+ "The following apps will be updated:" : "Следующие приложения будут обновлены:",
"These incompatible apps will be disabled:" : "Эти несовместимые приложения будут отключены:",
"The theme %s has been disabled." : "Тема %s была отключена.",
"Please make sure that the database, the config folder and the data folder have been backed up before proceeding." : "Перед продолжением убедитесь, что вы сделали резервную копию базы данных, каталога конфигурации и каталога с данными.",
@@ -343,95 +363,49 @@
"This %s instance is currently in maintenance mode, which may take a while." : "Этот сервер %s находится в режиме технического обслуживания, которое может занять некоторое время.",
"This page will refresh itself when the instance is available again." : "Эта страница обновится автоматически когда сервер снова станет доступен.",
"Contact your system administrator if this message persists or appeared unexpectedly." : "Обратитесь к вашему системному администратору если это сообщение не исчезает или появляется неожиданно.",
- "Could not send reset email because there is no email address for this username. Please contact your administrator." : "Невозможно отправить письмо для сброса пароля, так как для этого пользователя не указан адрес его электронной почты. Обратитесь к администратору.",
- "Couldn't send reset email. Please make sure your username is correct." : "Не удалось отправить письмо для сброса пароля. Убедитесь, что имя пользователя указано верно.",
- "We have send a password reset e-mail to the e-mail address known to us for this account. If you do not receive it within a reasonable amount of time, check your spam/junk folders.<br>If it is not there ask your local administrator." : "Письмо с инструкциями по сбору пароля было отправлено на адрес электронной почты, указанный для этой учётной записи. Если это письмо не будет получено в разумное время, проверьте папку «Спам».<br> В случае, если письмо не будет получено, сообщите об этом администратору системы.",
- "Your files are encrypted. There will be no way to get your data back after your password is reset.<br />If you are not sure what to do, please contact your administrator before you continue. <br />Do you really want to continue?" : "Ваши файлы хранятся в зашифрованном виде. После сброса пароля будет невозможно получить доступ к этим данным. <br /> Если вы не уверены что делать дальше — обратитесь к вашему системному администратору. <br /> Действительно продолжить?",
- "Sending email …" : "Отправка сообщения…",
- "You are currently running PHP 5.6. The current major version of Nextcloud is the last that is supported on PHP 5.6. It is recommended to upgrade the PHP version to 7.0+ to be able to upgrade to Nextcloud 14." : "На этом сервере используется PHP версии 5.6. Текущая версия Nextcloud является последней из поддерживающих PHP версии 5.6. Для обновления до Nextcloud версии 14 рекомендуется обновить PHP до версии 7.0 или более старшей.",
- "Accessing site insecurely via HTTP. You are strongly adviced to set up your server to require HTTPS instead, as described in the <a href=\"{docUrl}\">security tips ↗</a>." : "Используется небезопасное соединение по протоколу HTTP. Настоятельно рекомендуется настроить сервер на использование HTTPS согласно нашим <a href=\"{docUrl}\">подсказкам по безопасности ↗</a>.",
- "Shared" : "Общий доступ",
- "Shared with" : "Общий доступ",
- "Shared by" : "Доступ предоставлен",
- "Choose a password for the public link" : "Укажите пароль для общедоступной ссылки",
- "Choose a password for the public link or press the \"Enter\" key" : "Укажите пароль для общедоступной ссылки или нажмите «Ввод»",
- "Copied!" : "Скопировано!",
- "Copy link" : "Скопировать ссылку",
- "Not supported!" : "Не поддерживается!",
- "Press ⌘-C to copy." : "Нажмите ⌘-C для копирования.",
- "Press Ctrl-C to copy." : "Нажмите Ctrl-C для копирования.",
- "Unable to create a link share" : "Невозможно создать ресурс общего доступа по ссылке.",
- "Unable to toggle this option" : "Невозможно включить или отключить этот параметр",
- "Resharing is not allowed" : "Повторное открытие доступа запрещено",
- "Link" : "Ссылка",
- "Hide download" : "Скрыть загрузку",
- "Password protection enforced" : "Требуется защита паролем",
- "Password protect" : "Защитить паролем",
- "Allow editing" : "Разрешить редактирование",
- "Email link to person" : "Отправить ссылку по электронной почте",
- "Send" : "Отправить",
- "Allow upload and editing" : "Разрешить приём и редактирование",
- "Read only" : "Только чтение",
- "File drop (upload only)" : "Хранилище (только приём файлов)",
- "Expiration date enforced" : "Требуется срок действия",
- "Set expiration date" : "Установить срок действия",
- "Expiration" : "Срок действия",
- "Expiration date" : "Срок действия",
- "Note to recipient" : "Примечание для получателя",
- "Unshare" : "Закрыть доступ",
- "Delete share link" : "Удалить ссылку",
- "Add another link" : "Добавить другую ссылку",
- "Password protection for links is mandatory" : "Требуется защита ссылки паролем",
- "Share to {name}" : "Поделиться с {name}",
- "Share link" : "Общий доступ по ссылке",
- "New share link" : "Создать ссылку общего доступа",
- "Created on {time}" : "Время создания: {time}",
- "Password protect by Talk" : "Защита паролем Talk",
- "Could not unshare" : "Невозможно закрыть общий доступ",
- "Shared with you and the group {group} by {owner}" : "{owner} предоставил(а) доступ Вам и группе {group}",
- "Shared with you and {circle} by {owner}" : "{owner} предоставил(а) доступ Вам и участникам круга «{circle}»",
- "Shared with you and the conversation {conversation} by {owner}" : "{owner} предоставил(а) доступ Вам и участникам беседы «{conversation}»",
- "Shared with you in a conversation by {owner}" : "Пользователь {owner} предоставил(а) Вам доступ во время беседы",
- "Shared with you by {owner}" : "{owner} предоставил(а) Вам доступ",
- "Choose a password for the mail share" : "Укажите пароль для ссылки по почте",
- "group" : "группа",
- "remote" : "на другом сервере",
- "remote group" : "группа на другом сервере",
- "email" : "эл. почта",
- "conversation" : "беседа",
- "shared by {sharer}" : "Общий доступ предоставлен пользователем {sharer}",
- "Can reshare" : "Разрешить делиться",
- "Can edit" : "Разрешить редактировать",
- "Can create" : "Разрешить создавать",
- "Can change" : "Разрешить вносить изменения",
- "Can delete" : "Разрешить удалять",
- "Access control" : "Управление доступом",
- "{shareInitiatorDisplayName} shared via link" : "{shareInitiatorDisplayName} предоставил(а) доступ созданием ссылки",
- "Error while sharing" : "При попытке поделиться произошла ошибка",
- "Share details could not be loaded for this item." : "Не удалось загрузить информацию об общем доступе для этого элемента.",
- "Search globally" : "Искать глобально",
- "_At least {count} character is needed for autocompletion_::_At least {count} characters are needed for autocompletion_" : ["Для автозавершения требуется как минимум {count} символ.","Для автозавершения требуется как минимум {count} символа.","Для автозавершения требуется как минимум {count} символов.","Для автозавершения требуется как минимум {count} символа."],
- "This list is maybe truncated - please refine your search term to see more results." : "Этот список может быть показан не полностью — уточните запрос чтобы просмотреть больше результатов.",
- "No users or groups found for {search}" : "По запросу «{search}» пользователей или групп не найдено",
- "No users found for {search}" : "По запросу «{search}» пользователей не найдено",
- "An error occurred (\"{message}\"). Please try again" : "Произошла ошибка («{message}»). Попробуйте ещё раз",
- "An error occurred. Please try again" : "Произошла ошибка. Попробуйте ещё раз",
- "Home" : "Домашний",
- "Work" : "Рабочий",
- "Other" : "Другой",
- "{sharee} (remote group)" : "{sharee} (группа на другом сервере)",
- "{sharee} ({type}, {owner})" : "{sharee} ({type}, {owner})",
- "Share" : "Поделиться",
- "Name or email address..." : "Имя или адрес эл.почты…",
- "Name or federated cloud ID..." : "Имя или ID межсерверного обмена…",
- "Name, federated cloud ID or email address..." : "Имя, ID межсерверного обмена или адрес эл.почты",
- "Name..." : "Имя…",
- "Error removing share" : "Ошибка закрытия общего доступа",
- "({scope})" : "({scope})",
- "Saving..." : "Сохранение…",
- "Dismiss" : "Закрыть",
- "Your client should now be connected! You can close this window." : "Приложение-клиент подключено. Можете закрыть это окно.",
- "New Password" : "Новый пароль",
- "Cancel log in" : "Отменить вход"
+ "Checking whether the database schema can be updated (this can take a long time depending on the database size)" : "Проверка возможности обновления схемы базы данных (это может занять длительное время в зависимости от размера базы данных)",
+ "Checked database schema update" : "Обновление схемы БД проверено",
+ "Checking updates of apps" : "Проверка обновлений для приложений",
+ "Checking for update of app \"%s\" in appstore" : "Проверяется наличие обновления для приложения «%s»",
+ "Update app \"%s\" from appstore" : "Выполняется обновление приложение «%s» из магазина приложений",
+ "Checked for update of app \"%s\" in appstore" : "Проверено наличие обновления приложения «%s»",
+ "Checked database schema update for apps" : "Обновление схемы БД приложений проверено",
+ "Following apps have been disabled: %s" : "Были отключены следующие приложения: %s",
+ "Your web server is not properly set up to resolve \"{url}\". Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Веб-сервер не настроен должным образом для разрешения «{url}». Дополнительная информация может быть найдена в нашей <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">документации</a>.",
+ "Your web server is not properly set up to resolve \"{url}\". This is most likely related to a web server configuration that was not updated to deliver this folder directly. Please compare your configuration against the shipped rewrite rules in \".htaccess\" for Apache or the provided one in the documentation for Nginx at it's <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation page</a>. On Nginx those are typically the lines starting with \"location ~\" that need an update." : "Веб-сервер не настроен должным образом для разрешения пути «{url}». Скорее всего, это связано с конфигурацией веб-сервера, которая не была обновлена для непосредственного доступа к этой папке. Сравните свою конфигурацию с поставляемыми правилами перезаписи в файле «.htaccess» для Apache или предоставленными в документации для Nginx на <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">странице документации</a>. Для Nginx, как правило, требуется обновить строки, начинающиеся с «location ~».",
+ "Your web server is not properly set up to deliver .woff2 files. This is typically an issue with the Nginx configuration. For Nextcloud 15 it needs an adjustement to also deliver .woff2 files. Compare your Nginx configuration to the recommended configuration in our <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Веб-сервер не настроен должным образом для передачи файлов шрифтов в формате .woff2, что необходимо для правильной работы Nextcloud версии 15. Как правило, это связано с конфигурацией веб-сервера Nginx. Сравните используемую конфигурацию с рекомендуемой конфигурацией из <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">документации</a>.",
+ "Please check the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">installation documentation ↗</a> for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "Обратитесь к разделу о конфигурации PHP и примечаниям к конфигурации PHP из <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">руководства по установке</a>. Обратите внимание на настройку параметров PHP, особенно при использовании механизма php-fpm.",
+ "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems. See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation ↗</a> for more information." : "Отключена блокировка передаваемых файлов, что может привести к состоянию гонки. Для предупреждения возможных проблем включите параметр «filelocking.enabled» в файле «config.php». Обратитесь к <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">документации ↗</a> для получения дополнительной информации.",
+ "Last background job execution ran {relativeTime}. Something seems wrong." : "Последняя фоновая задача была выполнена {relativeTime}. Похоже, что-то не в порядке.",
+ "Check the background job settings" : "Проверьте параметры выполнения фоновых задач",
+ "No memory cache has been configured. To enhance performance, please configure a memcache, if available. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Не настроена система кеширования. Для увеличения производительности сервера, по возможности, настройте memcache. Более подробная информация доступна в <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">документации</a>.",
+ "No suitable source for randomness found by PHP which is highly discouraged for security reasons. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Не найден подходящий источник случайных значений для PHP, что сильно влияет на уровень безопасности. Более подробная информация доступна в <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">документации</a>.",
+ "You are currently running PHP {version}. Upgrade your PHP version to take advantage of <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">performance and security updates provided by the PHP Group</a> as soon as your distribution supports it." : "На этом сервере используется PHP версии {version}. Рекомендуется обновить PHP чтобы воспользоваться <a target=\"_blank\" rel=\"noreferrer\" href=\"{phpLink}\">улучшениями производительности и безопасности, внедрёнными PHP Group</a> сразу, как только новая версия будет доступна в используемом дистрибутиве.",
+ "The reverse proxy header configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If not, this is a security issue and can allow an attacker to spoof their IP address as visible to the Nextcloud. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Заголовки обратного прокси настроены неправильно, либо вы подключены к серверу Nextcloud через доверенный прокси. Если Nextcloud открыт не через доверенный прокси, то это проблема безопасности, которая может позволить атакующему подделать IP-адрес, определяемый сервером Nextcloud. Дополнительная информация содержится в <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">документации</a>.",
+ "Memcached is configured as distributed cache, but the wrong PHP module \"memcache\" is installed. \\OC\\Memcache\\Memcached only supports \"memcached\" and not \"memcache\". See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">memcached wiki about both modules</a>." : "Memcached настроен на распределенный кеш, но установлен неподдерживаемый модуль PHP «memcache». \\OC\\Memcache\\Memcached поддерживает только модуль «memcached», но не «memcache». Дополнительная информации содержится в <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">wiki на странице memcached об обоих модулях</a>.",
+ "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">List of invalid files…</a> / <a href=\"{rescanEndpoint}\">Rescan…</a>)" : "Некоторые файлы не прошли проверку целостности. Дополнительная информация о способах решения этой проблемы содержится в <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">документации</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">Список проблемных файлов…</a> / <a href=\"{rescanEndpoint}\">Выполнить повторное сканирование…</a>)",
+ "The PHP OPcache module is not loaded. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance it is recommended</a> to load it into your PHP installation." : "Не загружен PHP-модуль OPcache. Рекомендуется настроить этот модуль <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">для улучшения производительности</a>.",
+ "The PHP OPcache is not properly configured. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance it is recommended</a> to use the following settings in the <code>php.ini</code>:" : "Система кеширования PHP OPcache не настроена верно. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Для обеспечения лучшей производительности рекомендуется </a> задать в файле <code>php.ini</code> следующие параметры:",
+ "Some columns in the database are missing a conversion to big int. Due to the fact that changing column types on big tables could take some time they were not changed automatically. By running 'occ db:convert-filecache-bigint' those pending changes could be applied manually. This operation needs to be made while the instance is offline. For further details read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "Некоторые индексы базы данных не были преобразованы в тип big int. Так как преобразование таких индексов может занять продолжительное время, оно должно быть запущенно вручную. Чтобы выполнить преобразование, необходимо включить режим обслуживания и запустить в терминале команду «occ db:convert-filecache-bigint». Дополнительные сведения приведены <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">на соответствующей странице документации</a>.",
+ "To migrate to another database use the command line tool: 'occ db:convert-type', or see the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation ↗</a>." : "Для перехода к использованию другого механизма базы данных используйте команду: «occ db:convert-type» или обратитесь к <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"%s\">документации ↗</a>. ",
+ "Use of the the built in php mailer is no longer supported. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Please update your email server settings ↗<a/>." : "Использование встроенного механизма отправления электронной почты на основе php более не поддерживается. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Обновите параметры сервера электронной почты ↗<a/>.",
+ "MySQL is used as database but does not support 4-byte characters. To be able to handle 4-byte characters (like emojis) without issues in filenames or comments for example it is recommended to enable the 4-byte support in MySQL. For further details read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "MySQL используется в качестве базы данных, но не поддерживает 4-байтовые символы. Чтобы иметь возможность обрабатывать 4-байтовые символы (например, смайлики) без проблем в именах файлов или комментариях, рекомендуется включить 4-байтовую поддержку в MySQL. Для получения более подробной информации обратитесь к <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">документации</a>.",
+ "You are accessing your instance over a secure connection, however your instance is generating insecure URLs. This most likely means that you are behind a reverse proxy and the overwrite config variables are not set correctly. Please read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "Сервер создаёт небезопасные ссылки, несмотря на то, что к нему осуществлено безопасное подключение. Скорее всего, причиной являются неверно настроенные параметры обратного прокси и значения переменных перезаписи исходного адреса. Рекомендации по верной настройке <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">приведены в документации.",
+ "The \"{header}\" HTTP header is not set to \"{val1}\", \"{val2}\", \"{val3}\", \"{val4}\" or \"{val5}\". This can leak referer information. See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{link}\">W3C Recommendation ↗</a>." : "Заголовок HTTP «{header}» не содержит значения «{val1}», «{val2}», «{val3}» или «{val4}», что может привести к утечке информации об адресе источника перехода по ссылке. Для получения более подробной информации обратитесь к <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{link}\">рекомендациии W3C ↗</a>.",
+ "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the <a href=\"{docUrl}\" rel=\"noreferrer noopener\">security tips ↗</a>." : "Заголовок HTTP «Strict-Transport-Security» должен быть настроен как минимум на «{seconds}» секунд. Для улучшения безопасности рекомендуется включить HSTS согласно нашим <a href=\"{docUrl}\" rel=\"noreferrer noopener\">подсказкам по безопасности ↗</a>.",
+ "Accessing site insecurely via HTTP. You are strongly advised to set up your server to require HTTPS instead, as described in the <a href=\"{docUrl}\">security tips ↗</a>." : "Используется небезопасное соединение по протоколу HTTP. Настоятельно рекомендуется настроить сервер на использование HTTPS согласно нашим <a href=\"{docUrl}\">подсказкам по безопасности ↗</a>.",
+ "Continue to Nextcloud" : "Перейти в Nextcloud",
+ "_The update was successful. Redirecting you to Nextcloud in %n second._::_The update was successful. Redirecting you to Nextcloud in %n seconds._" : ["Обновление выполнено успешно. Перенаправление в Nextcloud через %n секунду.","Обновление выполнено успешно. Перенаправление в Nextcloud через %n секунды.","Обновление выполнено успешно. Перенаправление в Nextcloud через %n секунд.","Обновление выполнено успешно. Перенаправление в Nextcloud через %n секунды."],
+ "Searching other places" : "Выполняется поиск в других местах",
+ "No search results in other folders for {tag}{filter}{endtag}" : "Нет результатов поиска в других папках для {tag}{filter}{endtag}",
+ "_{count} search result in another folder_::_{count} search results in other folders_" : ["{count} результат в другой папке","{count} результата в другой папке","{count} результатов в другой папке","{count} результатов в других папках"],
+ "A password reset message has been sent to the e-mail address of this account. If you do not receive it, check your spam/junk folders or ask your local administrator for help." : "Письмо с инструкциями по сбросу пароля отправлено на адрес электронной почты этой учётной записи. Если это письмо не будет получено, проверьте папку «Спам» или сообщите об этом администратору системы.",
+ "Password can not be changed. Please contact your administrator." : "Пароль не может быть изменён. Свяжитесь с вашим системным администратором.",
+ "Could not fetch list of apps from the app store." : "Не удалось получить список приложений.",
+ "Nextcloud {app}" : "Nextcloud {app}",
+ "Can't install this app because it is not compatible" : "Приложение не может быть установлено, так как оно несовместимо",
+ "Can't install this app" : "Это приложение не может быть установлено",
+ "These apps will be updated:" : "Следующие приложения будут обновлены:",
+ "For more details see the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Более подробные сведения содержатся в <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">документации</a>."
},"pluralForm" :"nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);"
} \ No newline at end of file
diff --git a/core/l10n/sc.js b/core/l10n/sc.js
new file mode 100644
index 00000000000..6f3cb4b94ef
--- /dev/null
+++ b/core/l10n/sc.js
@@ -0,0 +1,413 @@
+OC.L10N.register(
+ "core",
+ {
+ "Please select a file." : "Seletziona un'archìviu.",
+ "File is too big" : "S'archìviu est tropu mannu",
+ "The selected file is not an image." : "S'archìviu seletzionadu no est un'imàgine.",
+ "The selected file cannot be read." : "S'archìviu seletzionadu non si podet lèghere.",
+ "The file was uploaded" : "S'archìviu est istadu carrigadu",
+ "The uploaded file exceeds the upload_max_filesize directive in php.ini" : "S'archìviu carrigadu superat sa diretiva upload_max_filesize in php.ini",
+ "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "S'archìviu carrigadu superat sa diretiva MAX_FILE_SIZE ispetzificada in su mòdulu HTML",
+ "The file was only partially uploaded" : "Isceti una parte de s'archìviu est carrigada",
+ "No file was uploaded" : "Perunu archìviu carrigadu",
+ "Missing a temporary folder" : "Mancat una cartella temporànea",
+ "Could not write file to disk" : "No at fatu a iscrìere s'archìviu in su discu",
+ "A PHP extension stopped the file upload" : "Un'estensione PHP at firmadu su carrigamentu de s'archìviu",
+ "Invalid file provided" : "S'archìviu frunidu no est vàlidu",
+ "No image or file provided" : "Peruna immàgine o archìviu",
+ "Unknown filetype" : "Genia de archìviu disconnota",
+ "Invalid image" : "Imàgine non vàlida",
+ "An error occurred. Please contact your admin." : "Ddoe at àpidu un'errore. Cuntata s'amministratzione tua.",
+ "No temporary profile picture available, try again" : "Peruna foto de profilu temporànea a disponimentu, torra a proare",
+ "No crop data provided" : "Perunu datu frunidu",
+ "No valid crop data provided" : "Perunu datu vàlidu frunidu",
+ "Crop is not square" : "Su retàlliu no est a iscuadra",
+ "State token does not match" : "S'istadu de s'autenticadore non currispondet",
+ "Invalid app password" : "Crae de aplicatzione non vàlida",
+ "Could not complete login" : "Non s'est pòdida cumpletare s'intrada",
+ "Your login token is invalid or has expired" : "S'atzessu cun autenticadore no est vàlidu o est iscadidu",
+ "Password reset is disabled" : "Su riprìstinu de sa crae est disativadu",
+ "Couldn't reset password because the token is invalid" : "No at fatu a resetare sa crae ca s'autenticadore no est vàlidu",
+ "Couldn't reset password because the token is expired" : "Non s'est pòdida ripristinare sa crae ca s'autenticadore est iscadidu ",
+ "%s password reset" : "%s riprìstinu de sa crae",
+ "Password reset" : "Riprìstinu de sa crae",
+ "Click the following button to reset your password. If you have not requested the password reset, then ignore this email." : "Incarca in su butone in fatu pro ripristinare sa crae. Si no as pedidu su riprìstinu de sa crae, non cunsìderes custu messàgiu.",
+ "Click the following link to reset your password. If you have not requested the password reset, then ignore this email." : "Incarca in su ligòngiu in fatu pro ripristinare sa crae. Si no as pedidu su riprìstinu de sa crae, non cunsìderes custu messàgiu.",
+ "Reset your password" : "Riprìstina sa crae",
+ "Nextcloud Server" : "Serbidore de Nextcloud",
+ "Some of your link shares have been removed" : "Carchi ligòngiu de cumpartzidura tuo nch'est istadu bogadu",
+ "Due to a security bug we had to remove some of your link shares. Please see the link for more information." : "Pro un'errore de seguresa nch'amus dèpidu bogare carchi ligòngiu de cumpartzidura. Càstia su ligòngiu pro àteras informatziones.",
+ "The user limit of this instance is reached." : "S'est lòmpidu su lìmite de utèntzia pro custa istàntzia.",
+ "Enter your subscription key to increase the user limit. For more information about Nextcloud Enterprise see our website." : "Inserta sa crae de sutascritzione pro crèschere su lìmite de utèntzia. Pro àteras informatziones de Nextcloud Enterprise bae a su situ web nostru. ",
+ "Preparing update" : "Aprontende s'agiornamentu",
+ "[%d / %d]: %s" : "[%d / %d]: %s",
+ "Repair step:" : "Passu de s'acontzu:",
+ "Repair info:" : "Informatziones de s'acontzu:",
+ "Repair warning:" : "Avisu de s'acontzu:",
+ "Repair error:" : "Errore in s'acontzu:",
+ "Please use the command line updater because automatic updating is disabled in the config.php." : "Imprea s'atualizadore a lìnia de cummandu ca s'agiornamentu automàticu est disativadu in sa config.php.",
+ "[%d / %d]: Checking table %s" : "[%d / %d]: Controllende sa tàula %s",
+ "Turned on maintenance mode" : "Furriadu a modalidade de mantenidura",
+ "Turned off maintenance mode" : "Modalidade de mantenidura disativada",
+ "Maintenance mode is kept active" : "Sa modalidade de mantenidura abarrat ativa",
+ "Updating database schema" : "Agiornende s'ischema de sa base de datos",
+ "Updated database" : "Base de datos agionada",
+ "Checking whether the database schema for %s can be updated (this can take a long time depending on the database size)" : "Averguende si s'ischema de sa base de datos de %s faghet a dd'agiornare (podet trigare segundu sa mannària de sa base de datos)",
+ "Updated \"%1$s\" to %2$s" : "Agiornadu \"%1$s\" a %2$s",
+ "Set log level to debug" : "Imposta livellu de registratzione de currègere",
+ "Reset log level" : "Reseta livellu de registratzione",
+ "Starting code integrity check" : "Cumintzende su controllu de integridade de còdighe",
+ "Finished code integrity check" : "Controllu de integridade de còdighe agabbadu",
+ "%s (incompatible)" : "%s (non cumpatìbile)",
+ "The following apps have been disabled: %s" : "Is aplicatziones in fatu sunt istadas disativadas: %s",
+ "Already up to date" : "Giai agiornadu",
+ "Your web server is not yet properly set up to allow file synchronization, because the WebDAV interface seems to be broken." : "Su serbidore tuo no est impostadu pro permìtere sa sincronizatzione de is archìvios, ca s'interfache WebDAV paret arrogada.",
+ "Your web server is not properly set up to resolve \"{url}\". Further information can be found in the {linkstart}documentation ↗{linkend}." : "Si serbidore tuo no est impostadu pro risòlvere \"{url}\". Podes agatare àteras informatziones in sa {linkstart} documentatzione ↗{linkend}..",
+ "Your web server is not properly set up to resolve \"{url}\". This is most likely related to a web server configuration that was not updated to deliver this folder directly. Please compare your configuration against the shipped rewrite rules in \".htaccess\" for Apache or the provided one in the documentation for Nginx at it's {linkstart}documentation page ↗{linkend}. On Nginx those are typically the lines starting with \"location ~\" that need an update." : "Su serbidore internet tuo no est cunfiguradu comente si depet pro resòlvere \"{url}\". Est probàbile chi custu dipendat dae una cunfiguratzione de su serbidore no agiornada pro cunsignare deretu custa cartella. Cunfronta sa cunfiguratzione tua cun is règulas de re-iscritura imbiadas in \".htaccess\" pro Apache o cussa frunida in sa documentatzione pro Nginx in sa {linkstart}pàgina de documentatzione ↗{linkend}. In Nginx giai semper sunt is lìneas chi incarrerant cun \"location ~\" chi tenent bisòngiu de un'agiornamentu.",
+ "Your web server is not properly set up to deliver .woff2 files. This is typically an issue with the Nginx configuration. For Nextcloud 15 it needs an adjustement to also deliver .woff2 files. Compare your Nginx configuration to the recommended configuration in our {linkstart}documentation ↗{linkend}." : "Su serbidore internet tuo no est cunfiguradu comente si depet pro produire archìvios .woff2. Custu est giai semper unu problema de sa cunfiguratzione Nginx. Pro Nextcloud 15 tocat de dd'adecuare pro produire puru archìvios .woff2. Cunfronta sa cunfiguratzione Nginx tua cun sa cunfiguratzione cussigiada in sa {linkstart}documentation ↗{linkend} nostra.",
+ "PHP does not seem to be setup properly to query system environment variables. The test with getenv(\"PATH\") only returns an empty response." : "Paret chi PHP no est cunfigradu comente si depet pro rechèrrere variàbiles de ambiente de sistema. Sa proa cun getenv(\"PATH\") at torradu isceti una isceda bòida.",
+ "Please check the {linkstart}installation documentation ↗{linkend} for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "Càstia sa {linkstart}documentatzione de installatzione ↗{linkend} pro is notas de cunfiguratzione de su PHP e sa cunfiguratzione de su serbidore tuo, prus che totu cando impreas php-fpm.",
+ "The read-only config has been enabled. This prevents setting some configurations via the web-interface. Furthermore, the file needs to be made writable manually for every update." : "Sa cunfinguratzione de letura isceti est istètia ativada. Custu evitat de pònere cunfiguratziones cun sa interfache-web. In prus, s'archìviu depet èssere produidu pro èssere iscritu a manu a cada agiornamentu.",
+ "Your database does not run with \"READ COMMITTED\" transaction isolation level. This can cause problems when multiple actions are executed in parallel." : "Sa base de datos tua non funtzionat cun su livellu de isulamentu de sa transatzione \"READ COMMITTED\". Custu podet causare problemas cando si faghent prus atziones in parallelu.",
+ "The PHP module \"fileinfo\" is missing. It is strongly recommended to enable this module to get the best results with MIME type detection." : "Mancat su mòdulu PHP \"fileinfo\". Est cussigiadu meda de ativare custu mòdulu pro otènnere is mègius resurtados in sa chirca de sa genia MIME.",
+ "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems. See the {linkstart}documentation ↗{linkend} for more information." : "Su blocu de s'archìviu de transatzione est disativadu, e custu podet cumportare problemas cun is situatziones de carrera. Ativa \"filelocking.enabled\" in config.php pro evitare custos problemas. Càstia sa {linkstart}documentatzione ↗{linkend} pro àteras informatziones. ",
+ "If your installation is not installed at the root of the domain and uses system cron, there can be issues with the URL generation. To avoid these problems, please set the \"overwrite.cli.url\" option in your config.php file to the webroot path of your installation (suggestion: \"{suggestedOverwriteCliURL}\")" : "Chi s'installatzione no est fata a sa raighina de su domìniu e impreat su cron de sistema, ddoe podent èssere problemas cun sa generatzione de s'URL. Pro evitare custos problemas, cunfigura s'optzione \"overwrite.cli.url\" in s'archìviu config.php tuo a su caminu webroot de s'installatzione tua (cussìgiu: \"{suggestedOverwriteCliURL}\")",
+ "Your installation has no default phone region set. This is required to validate phone numbers in the profile settings without a country code. To allow numbers without a country code, please add \"default_phone_region\" with the respective {linkstart}ISO 3166-1 code ↗{linkend} of the region to your config file." : "S'installatzione no tenet cunfigurada una regione pro su telèfonu predefinida. Custu serbit pro balidare is nùmeros de telèfonu in is impostatziones de profilu chene su còdighe de Istadu. Pro pòdere impreare nùmeros chene su còdighe de Istadu, agiunghe \"default_phone_region\" cun su relativu {linkstart}ISO 3166-1 code ↗{linkend} de sa regione pro cunfigurare s'archìviu tuo. ",
+ "It was not possible to execute the cron job via CLI. The following technical errors have appeared:" : "Impossìbile a esecutare s'utilidade cron cun CLI. Sunt aparessidos is errores tècnicos in fatu:",
+ "Last background job execution ran {relativeTime}. Something seems wrong. {linkstart}Check the background job settings ↗{linkend}." : "S'urtima atividade de background est partida {relativeTime}. Calicuna cosa paret isballiada. {linkstart}Càstia is impostatziones de s'atividade de background ↗{linkend}.",
+ "This server has no working Internet connection: Multiple endpoints could not be reached. This means that some of the features like mounting external storage, notifications about updates or installation of third-party apps will not work. Accessing files remotely and sending of notification emails might not work, either. Establish a connection from this server to the Internet to enjoy all features." : "Custu serbidore no tenet una connessione internet chi funtzionet: no si podet lòmpere a is puntos finales mùltiplos. Bolet nàrrere ca propiedades comente sa crèschida de sa memòria de foras, is notìficas subra de agiornamentos o installatzione de aplicatziones de sa de tres partes no ant a funtzionare. Atzèdere dae remotu a is archìvios o imbiare una notìfica de posta eletrònica diant no pòdere funtzionare. Ativa una connessione dae custu serbidore a Internet pro pòdere impreare totu custas propiedades.",
+ "No memory cache has been configured. To enhance performance, please configure a memcache, if available. Further information can be found in the {linkstart}documentation ↗{linkend}." : "Peruna memòria de depòsitu cunfigurada. Pro megiorare s'esecutzione, cunfigura una memòria de depòsitu, si est disponìbile. Podes agatare àteras informatziones in sa {linkstart}documentatzione ↗{linkend}.",
+ "No suitable source for randomness found by PHP which is highly discouraged for security reasons. Further information can be found in the {linkstart}documentation ↗{linkend}." : "PHP no at agatadu pro casualidade peruna orìgine adata e si cussìgiat de no ddu impreare pro resones de seguresa. Podes agatare àteras informatziones in sa {linkstart}documentatzione ↗{linkend}.",
+ "You are currently running PHP {version}. Upgrade your PHP version to take advantage of {linkstart}performance and security updates provided by the PHP Group ↗{linkend} as soon as your distribution supports it." : "Immoe ses impreende PHP {versione}. Agiorna sa versione tua de PHP pro isfrutare {linkstart}is novidades de esecutzione e seguresa frunidas dae su PHP Group ↗{linkend} cando sa distributzione tua ddas at a suportare.",
+ "Nextcloud 20 is the last release supporting PHP 7.2. Nextcloud 21 requires at least PHP 7.3." : "Nextcloud 20 est s'ùrtima versione chi suportat PHP 7.2. Nextcloud 21 rechedet a su mancu PHP 7.3.",
+ "The reverse proxy header configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If not, this is a security issue and can allow an attacker to spoof their IP address as visible to the Nextcloud. Further information can be found in the {linkstart}documentation ↗{linkend}." : "Sa cunfiguratzione de s'intestatzione de su serbidore intermèdiu cuntràriu est isballiada, o ses faghende s'atzessu in Nextcloud dae unu serbidore intermèdiu fidadu. Chi no est aici, ddoe est unu problema de seguresa chi podet permìtere a chie atachet de copiare su IP issoro comente si bidet in Nextcloud. Podes agatare àteras informatziones in sa {linkstart}documentatzione ↗{linkend}.",
+ "Memcached is configured as distributed cache, but the wrong PHP module \"memcache\" is installed. \\OC\\Memcache\\Memcached only supports \"memcached\" and not \"memcache\". See the {linkstart}memcached wiki about both modules ↗{linkend}." : "Memcached est cunfiguradu comente su depòsitu distribuidu, ma est installadu su mòdulu PHP \"memcache\" isballiadu. \\OC\\Memcache\\Memcached suportat isceti \"memcached\" e no \"memcache\". Càstia sa {linkstart}memcached wiki subra de is duos mòdulos ↗{linkend}.",
+ "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in the {linkstart1}documentation ↗{linkend}. ({linkstart2}List of invalid files…{linkend} / {linkstart3}Rescan…{linkend})" : "Calicunu archìviu no at passadu su controllu de integridade. Podes agatare prus informatziones subra comente resòlvere custu problema in sa {linkstart1}documentatzione ↗{linkend}. ({linkstart2}Elencu de is archìvios non vàlidos…{linkend} / {linkstart3}Torra a analizare…{linkend})",
+ "The PHP OPcache module is not loaded. {linkstart}For better performance it is recommended ↗{linkend} to load it into your PHP installation." : "Su mòdulu PHP OPcache no est carrigadu. {linkstart}Pro un'esecutzione mègius, est cussigiadu ↗{linkend} a ddu carrigare intro de s'installatzione PHP.",
+ "The PHP OPcache module is not properly configured. {linkstart}For better performance it is recommended ↗{linkend} to use the following settings in the <code>php.ini</code>:" : "Su OPcache PHP no est cunfiguradu bene. {linkstart}Pro un'esecutzione mègius est cussigiadu ↗{linkend} a impreare is impostatzione in fatu in su <code>php.ini</code>:",
+ "The PHP function \"set_time_limit\" is not available. This could result in scripts being halted mid-execution, breaking your installation. Enabling this function is strongly recommended." : "Sa funtzione PHP \"set_time_limit\" no est disponìbile. Custu podet essire in programmas firmados in cursu de esecutzione, trunchende s'installatzione. Est cussigiadu meda a ativare custa funtzione.",
+ "Your PHP does not have FreeType support, resulting in breakage of profile pictures and the settings interface." : "Su PHP tuo no tenet su suportu FreeType, e custu càusat dannos in is immàgines de profilu e in s'interfache de is impostatziones.",
+ "Missing index \"{indexName}\" in table \"{tableName}\"." : "Mancat s'ìnditze \"{indexName}\" in sa tàula \"{tableName}\".",
+ "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "In sa base de datos mancat calicunu ìnditze. Agiùnghere is ìnditzes a tàulas mannas podet pigare unu pagu de tempus, tando no s'agiunghent de manera automàtica. Impreende \"occ db:add-missing-indices\" si podent agiùnghere a manu is ìnditzes chi mancant in s'interis chi s'istàntzia est in funtzione. Cando is ìnditzes sunt agiuntos is rechestas a custas tàulas andant giai semper prus a lestru meda.",
+ "Missing primary key on table \"{tableName}\"." : "Mancat sa crae primària in sa tàula \"{tableName}\".",
+ "The database is missing some primary keys. Due to the fact that adding primary keys on big tables could take some time they were not added automatically. By running \"occ db:add-missing-primary-keys\" those missing primary keys could be added manually while the instance keeps running." : "In sa base de datos mancat calicuna crae primària. Agiùnghere is craes primàrias a tàulas mannas podet pigare unu pagu de tempus, tando no s'agiunghent de manera automàtica. Impreende \"occ db:add-missing-primary-keys\". Si podent agiùnghere a manu is craes primàrias chi mancant in s'interis chi s'istàntzia est in funtzione.",
+ "Missing optional column \"{columnName}\" in table \"{tableName}\"." : "Mancat sa colunna optzionale \"{columnName}\" in sa tàula \"{tableName}\".",
+ "The database is missing some optional columns. Due to the fact that adding columns on big tables could take some time they were not added automatically when they can be optional. By running \"occ db:add-missing-columns\" those missing columns could be added manually while the instance keeps running. Once the columns are added some features might improve responsiveness or usability." : "In sa base de datos mancat calicuna colunna optzionale. Agiùnghere is colunnas optzionale a tàulas mannas podet pigare unu pagu de tempus, tando no s'agiunghent de manera automàtica. Impreende \"occ db:add-missing-columns\" si podent agiùnghere a manu is ìnditzes chi mancant in s'interis chi s'istàntzia est in funtzione. Cando is colunnas sunt agiuntas unas cantas funtzionalidades diant pòdere resurtare prus reativos o prus bellu a impreare. ",
+ "This instance is missing some recommended PHP modules. For improved performance and better compatibility it is highly recommended to install them." : "In custa istàntzia mancat unos cantos mòdulos PHP cussigiados. Pro megiorare s'esecutzione e sa compatibilidade est cussigiadu meda a ddus installare.",
+ "Module php-imagick in this instance has no SVG support. For better compatibility it is recommended to install it." : "Su mòdulu php-imagick in custa istàntzia no tenet suportu SVG. Pro megiorare sa compatibilidade est cussigiadu meda a ddu installare.",
+ "Some columns in the database are missing a conversion to big int. Due to the fact that changing column types on big tables could take some time they were not changed automatically. By running 'occ db:convert-filecache-bigint' those pending changes could be applied manually. This operation needs to be made while the instance is offline. For further details read {linkstart}the documentation page about this ↗{linkend}." : "In calicuna colunna de sa base de datos mancat una conversione a big int. Cambiare is genias de is colunnas in tàulas mannas podet pigare unu pagu de tempus, tando no sunt istètias cambiadas de manera automàtica. Impreende 'occ db:convert-filecache-bigint' si podent fàghere a manu is càmbios prevèdidos. S'operatzione depet èssere fata cun s'istàntzia foras de lìnia. Pro àteros detàllios leghe {linkstart}pàgina de sa documentatzione subra de custu ↗{linkend}.",
+ "SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend." : "Ses impreende SQLite comente base de datos de palas. Pro installatziones prus mannas ti cussigiamos de cambiare a un'àtera base de datos de palas.",
+ "This is particularly recommended when using the desktop client for file synchronisation." : "Est cussigiadu prus che totu cando impreas su cliente de s'iscrivania pro sa sincronizatzione de is archìvios.",
+ "To migrate to another database use the command line tool: 'occ db:convert-type', or see the {linkstart}documentation ↗{linkend}." : "Pro andare a un'àtera base de datos, imprea custa lìnia de commandu: 'occ db:convert-type', o càstia sa {linkstart}documentatzione ↗{linkend}.",
+ "The PHP memory limit is below the recommended value of 512MB." : "Su lìmite de sa memòria PHP est suta de su balore cussigiadu de 512 MB.",
+ "Some app directories are owned by a different user than the web server one. This may be the case if apps have been installed manually. Check the permissions of the following app directories:" : "Ddoe sunt cartella de aplicatzione de propiedade de utentes diversos dae su serbidore de internet. Podet èssere su casu de aplicatziones installadas a manu. Càstia is permissos relativos a is cartellas de aplicatziones in fatu:",
+ "MySQL is used as database but does not support 4-byte characters. To be able to handle 4-byte characters (like emojis) without issues in filenames or comments for example it is recommended to enable the 4-byte support in MySQL. For further details read {linkstart}the documentation page about this ↗{linkend}." : "MySQL est impreadu comente base de datos ma no suportat is caràteres in 4-byte. Pro pòdere manigiare is caràteres in 4-byte (comente emojis) chena problemas pro esèmpiu in nùmenedearchìviu o in commentos, est cussugiadu ativare su suportu pro 4-byte in MySQL. Pro àteros detàllios leghe {linkstart}sa pàgina de sa documentatzione subre de custu ↗{linkend}.",
+ "This instance uses an S3 based object store as primary storage. The uploaded files are stored temporarily on the server and thus it is recommended to have 50 GB of free space available in the temp directory of PHP. Check the logs for full details about the path and the available space. To improve this please change the temporary directory in the php.ini or make more space available in that path." : "Custa istàntzia impreat un'ogetu de base S3 comente memòria primària. Is archìvios carrigados sunt allogados in manera temporale in su serbidore, tando est cussigiadu tènnere 50 GB de logu disponìbile in sa cartella temp de PHP. Càstia is registros pro totu is detàllios subra de su caminu e su logu disponìbile. Pro ddu megiorare càmbia sa cartella temporale in php.ini o faghe prus logu in custu caminu.",
+ "You are accessing your instance over a secure connection, however your instance is generating insecure URLs. This most likely means that you are behind a reverse proxy and the overwrite config variables are not set correctly. Please read {linkstart}the documentation page about this ↗{linkend}." : "Ses faghende s'atzessu a s'istàntzia dae una connessione segura, ma in cada manera s'istàntzia est generende URLs no seguros. Est meda probàbile chi siast a palas de unu serbidore intermèdiu e is variàbiles de sa cunfiguratzione de sa subra-iscritura no siant impostadas in sa manera curreta. Leghe {linkstart}sa pàgina de sa documentatzione subra de custu ↗{linkend}.",
+ "Error occurred while checking server setup" : "Ddoe at àpidu un'errore in su controllu de sa cunfiguratzione de su serbidore",
+ "For more details see the {linkstart}documentation ↗{linkend}." : "Pro àteros detàllios controlla sa {linkstart}documentatzione ↗{linkend}.",
+ "Your data directory and files are probably accessible from the Internet. The .htaccess file is not working. It is strongly recommended that you configure your web server so that the data directory is no longer accessible, or move the data directory outside the web server document root." : "Est probàbile chi sa cartella de datos e is archìvios tuos siant atzessìbiles dae internet. S'archìviu .htaccess no est funtzionende. Est cussigiadu meda a cunfigurare su serbidore internet, de manera chi sa cartella de datos no siat prus atzessìbile, o a dda tramudare a foras de s'archìviu de orìgine de su serbidore internet.",
+ "The \"{header}\" HTTP header is not set to \"{expected}\". This is a potential security or privacy risk, as it is recommended to adjust this setting accordingly." : "S'intestatzione HTTP \"{header}\" no est impostada in \"{expected}\". Custu est un'arriscu possìbile de seguresa o privadesa, tando est cussigiadu a arrangiare cust'impostatzione de cunsighèntzia.",
+ "The \"{header}\" HTTP header is not set to \"{expected}\". Some features might not work correctly, as it is recommended to adjust this setting accordingly." : "S'intestatzione HTTP \"{header}\" no est impostada in \"{expected}\". Calicunu elementu diat pòdere no funtzionare in sa manera curreta, tando est cussigiadu a arrangiare cust'impostatzione de cunsighèntzia.",
+ "The \"{header}\" HTTP header doesn't contain \"{expected}\". This is a potential security or privacy risk, as it is recommended to adjust this setting accordingly." : "S'intestatzione HTTP \"{header}\" no cuntenet \"{expected}\". Custu est un'arriscu possìbile de seguresa o privadesa, tando est cussigiadu a arrangiare cust'impostatzione de cunsighèntzia.",
+ "The \"{header}\" HTTP header is not set to \"{val1}\", \"{val2}\", \"{val3}\", \"{val4}\" or \"{val5}\". This can leak referer information. See the {linkstart}W3C Recommendation ↗{linkend}." : "S'intestatzione HTTP \"{header}\" no est impostada cun \"{val1}\", \"{val2}\", \"{val3}\", \"{val4}\" o \"{val5}\". Custu podet fàghere essire informatziones de s'orìgine. Càstia sa {linkstart}W3C 1Racumandatzione ↗{linkend}.",
+ "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the {linkstart}security tips ↗{linkend}." : "S'intestatzione HTTP \"Seguresa-Strinta-deTràmuda\" no est impostada pro a su mancu \"{segundos}\" segundos. Pro megiorare sa seguresa, est cussigiadu a ativare HSST comente descritu in is {linkstart}impòsitos de seguresa ↗{linkend}.",
+ "Accessing site insecurely via HTTP. You are strongly advised to set up your server to require HTTPS instead, as described in the {linkstart}security tips ↗{linkend}." : "S'atzessu a custu situ HTTP no est seguru. Ti racumandamus de impostare su serbidore pro rechèdere su HTTPS, comente descritu in is {linkstart}impòsitos de seguresa ↗{linkend}.",
+ "unknown text" : "testu disconnotu",
+ "Hello world!" : "Salude mundu!",
+ "sunny" : "solianu",
+ "Hello {name}, the weather is {weather}" : "Salude {name}, su tempus est {weather}",
+ "Hello {name}" : "Salude {name}",
+ "<strong>These are your search results<script>alert(1)</script></strong>" : "<strong>Custos sunt is resurtados de sa chirca <script>avisu(1)</script></strong>",
+ "new" : "nou",
+ "_download %n file_::_download %n files_" : ["iscàrriga %n documentu","iscàrriga %narchìvios"],
+ "The update is in progress, leaving this page might interrupt the process in some environments." : "S'agiornamentu est in cursu, lassende sa pàgina su protzessu si diat pòdere suspèndere.",
+ "Update to {version}" : "Agiorna a {version}",
+ "An error occurred." : "B'at àpidu un'errore.",
+ "Please reload the page." : "Torra a carrigare sa pàgina.",
+ "The update was unsuccessful. For more information <a href=\"{url}\">check our forum post</a> covering this issue." : "S'agiornamentu est andadu male. Pro àteras informatziones <a href=\"{url}\">controlla sa publicatzione subra de custu </a> in su forum.",
+ "The update was unsuccessful. Please report this issue to the <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">Nextcloud community</a>." : "S'agiornamentu no est andadu bene. Sinnala custu problema a sa <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">comunidade de Nextcloud </a>.",
+ "Continue to {productName}" : "Sighi a {productName}",
+ "_The update was successful. Redirecting you to {productName} in %n second._::_The update was successful. Redirecting you to {productName} in %n seconds._" : ["S'agiornamentu est andadu bene. Indiritzende·ti a {productName} intre %n segundu.","S'agiornamentu est andadu bene. Indiritzende·ti a {productName} intre %n segundos."],
+ "Log in" : "Intra",
+ "Logging in …" : "Intrende ...",
+ "Server side authentication failed!" : "Autenticatzione de s'ala de su serbidore faddida!",
+ "Please contact your administrator." : "Cuntata s'amministratzione.",
+ "An internal error occurred." : "B'at àpidu un'errore internu.",
+ "Please try again or contact your administrator." : "Torra a proare o cuntata s'amministratzione.",
+ "Username or email" : "Nùmene utente o indiritzu de posta",
+ "Password" : "Crae",
+ "Toggle password visibility" : "Càmbia sa visibilidade de sa crae",
+ "Wrong username or password." : "Nùmene utente o crae isballiada.",
+ "User disabled" : "Utèntzia disativada",
+ "We have detected multiple invalid login attempts from your IP. Therefore your next login is throttled up to 30 seconds." : "Amus agatadu tentativos meda de atzessu dae s'IP tuo. Duncas s'atzessu tuo imbeniente dd'as a pòdere fàghere intre 30 segundos.",
+ "Your account is not setup for passwordless login." : "Su contu tuo no est fatu pro autenticatziones chene crae.",
+ "Passwordless authentication is not supported in your browser." : "S'autenticatzione chene crae no est suportada in su navigadore tuo.",
+ "Passwordless authentication is only available over a secure connection." : "S'autenticatzione chene crae est a disponimentu isceti cun connessiones seguras.",
+ "Reset password" : "Riprìstina sa crae",
+ "A password reset message has been sent to the email address of this account. If you do not receive it, check your spam/junk folders or ask your local administrator for help." : "Est istadu imbiadu unu messàgiu pro su risprìstinu de sa crae a s'indiritzu de posta eletrònica de custu contu. Si non ddu retzis, controlla in is cartellas de s'àliga o pide agiudu a s'amministratzione.",
+ "If it is not there ask your local administrator." : "Si no est in cue, dimanda a s'amministratzione locale tua.",
+ "Couldn't send reset email. Please contact your administrator." : "No at fatu a ripristinare sa posta eletrònica. Cuntata s'amministratzione.",
+ "Back to login" : "Torra a s'autenticatzione",
+ "New password" : "Crae noa",
+ "Your files are encrypted. There will be no way to get your data back after your password is reset. If you are not sure what to do, please contact your administrator before you continue. Do you really want to continue?" : "Is archìvios sunt critografados. Non ddoe at a èssere manera pro tènnere is datos a pustis de su riprìstinu de sa crae. Si tenes dudas, cuntata s'amministratzione in antis. A beru boles sighire?",
+ "I know what I'm doing" : "Giai dd'isco ite so faghinde",
+ "Resetting password" : "Ripristinende sa crae",
+ "Recommended apps" : "Aplicatziones racumandadas",
+ "Loading apps …" : "Carrighende aplicatziones ...",
+ "Installing apps …" : "Installende aplicatziones ...",
+ "App download or installation failed" : "Iscarrigamentu de s'aplicatzione o installatzione faddida",
+ "Cancel" : "Cantzella",
+ "Schedule work & meetings, synced with all your devices." : "Programma atividades e addòbios, sincronizados cun is dispositivos tuos.",
+ "Keep your colleagues and friends in one place without leaking their private info." : "Mantene is collegas e is amistades tuas in unu logu chene ammustrare is datos privados issoro.",
+ "Simple email app nicely integrated with Files, Contacts and Calendar." : "Aplicatzione de posta eletrònica simpre e integrada bene cun Archìvios, Cuntatos e Calendàriu.",
+ "Chatting, video calls, screensharing, online meetings and web conferencing – in your browser and with mobile apps." : "Tzarradas, video mutidas, cumpartzidura de s'ischermu, reuniones in lìnia e vìdeo-cunferèntzias – in su navigadore tuo e cun aplicatziones mòbiles.",
+ "Collaboratively edit office documents." : "Modìfica archìvios de testu in collaboratzione.",
+ "Local document editing back-end used by the Collabora Online app." : "Su motore de modìfica de is documentos locales impreadu dae s'aplicatzione Collabora Online.",
+ "Forgot password?" : "Crae iscaressida?",
+ "Log in with a device" : "Autentica·ti cun unu dispositivu",
+ "Back" : "A coa",
+ "Login form is disabled." : "Su mòdulu de atzessu est disativadu.",
+ "Reset search" : "Riprìstina chirca",
+ "Search for {name} only" : "Chirca pro {name} ebbia",
+ "No results for {query}" : "Perunu resurtadu pro {query}",
+ "Start typing to search" : "Cumintza a iscrìere pro chircare",
+ "Loading more results …" : "Carrighende àteros resurtados ...",
+ "Load more results" : "Càrriga àteros resurtados",
+ "Search" : "Chirca",
+ "An error occurred while searching for {type}" : "B'at àpidu un'errore in sa chirca de {type}",
+ "_Please enter {minSearchLength} character or more to search_::_Please enter {minSearchLength} characters or more to search_" : ["Inserta {longàriaMinChirca} o prus caràteres pro chircare","Inserta·nche {minSearchLength} o prus caràteres pro chircare"],
+ "Search {types} …" : "Chirca {types} …",
+ "Settings" : "Cunfiguratziones",
+ "Could not load your contacts" : "No at fatu a carrigare is cuntatos",
+ "Search contacts …" : "Chirca cuntatos ...",
+ "No contacts found" : "Perunu cuntatu agatadu",
+ "Show all contacts …" : "Mustra totu is cuntatos ...",
+ "Install the Contacts app" : "Installa s'aplicatzione de is cuntatos",
+ "Loading your contacts …" : "Carrighende is cuntatos...",
+ "Looking for {term} …" : "Chirchende {term} …",
+ "No" : "No",
+ "Yes" : "Eja",
+ "No files in here" : "Perunu archìviu",
+ "New folder" : "Cartella noa",
+ "No more subfolders in here" : "Non ddoe at àteras suta-cartellas",
+ "Name" : "Nùmene",
+ "Size" : "Mannària",
+ "Modified" : "Modificadu",
+ "\"{name}\" is an invalid file name." : "\"{name}\" est unu nùmene de archìviu non vàlidu.",
+ "File name cannot be empty." : "Su nùmene de s'archìviu non podet èssere bòidu.",
+ "\"/\" is not allowed inside a file name." : "\"/\" no est permìtidu in unu nùmene de archìviu.",
+ "\"{name}\" is not an allowed filetype" : "\"{name}\" no est una genia de archìviu permìtida",
+ "{newName} already exists" : "{newName} esistit giai",
+ "Choose" : "Sèbera",
+ "Copy" : "Còpia",
+ "Move" : "Tràmuda",
+ "Error loading file picker template: {error}" : "Errore in su carrigamentu de su modellu de regorta de archìvios: {error}",
+ "OK" : "AB",
+ "Error loading message template: {error}" : "Errore in su carrigamentu de su modellu de messàgiu: {error}",
+ "read-only" : "isceti letura",
+ "_{count} file conflict_::_{count} file conflicts_" : ["{contu} cunflitu de archìviu","{count} cunflitos de archìviu"],
+ "One file conflict" : "Unu cunflitu de archìviu",
+ "New Files" : "Archìvios noos",
+ "Already existing files" : "Archìvios chi esistint giai",
+ "Which files do you want to keep?" : "Cales archìvios boles mantènnere?",
+ "If you select both versions, the copied file will have a number added to its name." : "Si seletzionas ambas is versiones, s'archìviu copiadu at a tènnere unu nùmeru in agiunta a su nùmene.",
+ "Continue" : "Sighi",
+ "(all selected)" : "(totu seletzionadu)",
+ "({count} selected)" : "({count} seletzionadu)",
+ "Error loading file exists template" : "Errore in su carrigamentu de su modellu de archìviu",
+ "Pending" : "In suspesu",
+ "Copy to {folder}" : "Còpia in {folder}",
+ "Move to {folder}" : "Tràmuda a {folder}",
+ "Saving …" : "Sarvende …",
+ "Authentication required" : "Autenticatzione recherta",
+ "This action requires you to confirm your password" : "Pro custa atzione ti tocat de cunfirmare sa crae",
+ "Confirm" : "Cunfirma",
+ "Failed to authenticate, try again" : "Impossìbile a s'autenticare, torra a proare",
+ "seconds ago" : "segundos a immoe",
+ "Connection to server lost" : "Connessione a su serbidore pèrdida",
+ "_Problem loading page, reloading in %n second_::_Problem loading page, reloading in %n seconds_" : ["Si seletzionas ambas is versiones, su documentu copiadu at a tènnere unu nùmeru in agiunta a su nùmene.","Problema in su carrigamentu de sa pàgina, torrende a carrigare intre %n segundos"],
+ "Add to a project" : "Agiunghe a unu progetu",
+ "Show details" : "Mustra detàllios",
+ "Hide details" : "Cua detàllios",
+ "Rename project" : "Torra a numenare su progetu",
+ "Failed to rename the project" : "Impossìbile a numenare su progetu",
+ "Failed to create a project" : "Impossìbile a creare unu progetu",
+ "Failed to add the item to the project" : "No at fatu a agiunghere s'elementu a su progetu",
+ "Connect items to a project to make them easier to find" : "Connete elementos a unu progetu pro chi siat prus fàtzile a ddos agatare",
+ "Type to search for existing projects" : "Iscrie pro chircare is progetos chi ddoe sunt giai",
+ "New in" : "Prima borta in",
+ "View changelog" : "Càstia su registru de is càmbios",
+ "Very weak password" : "Crae dèbile meda",
+ "Weak password" : "Crae dèbile",
+ "So-so password" : "Crae aici aici",
+ "Good password" : "Crae bona",
+ "Strong password" : "Crae bona a beru",
+ "No action available" : "Peruna atzione a disponimentu",
+ "Error fetching contact actions" : "Errore in su recùperu de is atziones de cuntatu",
+ "Non-existing tag #{tag}" : "S'eticheta no esistit #{tag}",
+ "restricted" : "limitadu",
+ "invisible" : "invisìbile",
+ "Delete" : "Cantzella",
+ "Rename" : "Torra a numenare",
+ "Collaborative tags" : "Etichetas collaborativas",
+ "No tags found" : "Peruna eticheta agatada",
+ "Personal" : "Personale",
+ "Users" : "Utentes",
+ "Apps" : "Aplicatziones",
+ "Admin" : "Amministratzione",
+ "Help" : "Agiudu",
+ "Access forbidden" : "Atzessu proibidu",
+ "File not found" : "Archìviu no agatadu",
+ "The document could not be found on the server. Maybe the share was deleted or has expired?" : "Su documentu non s'est agatadu in su serbidore. Mancari sa cumpartzidura nch'est istada cantzellada o est iscadida?",
+ "Back to %s" : "A coa a %s",
+ "Too many requests" : "Tropu dimandas",
+ "There were too many requests from your network. Retry later or contact your administrator if this is an error." : "Tropu rechestas sunt arribadas dae sa rete tua. Torra a proare prus a tardu o cuntata s'amministradore tuo chi ddoe at un'errore.",
+ "Error" : "Errore",
+ "Previous" : "Pretzedente",
+ "Internal Server Error" : "Errore serbidore internu",
+ "The server was unable to complete your request." : "Su serbidore no at pòdidu cumpletare sa rechesta tua.",
+ "If this happens again, please send the technical details below to the server administrator." : "Si torrat a capitare, imbia is detàllios tècnicos in bàsciu a s'amministratzione de su serbidore.",
+ "More details can be found in the server log." : "S'ant a agatare àteros detàllios in su registru de su serbidore.",
+ "Technical details" : "Detàllios tècnicos",
+ "Remote Address: %s" : "Indiritzu remotu: %s",
+ "Request ID: %s" : "Rechesta ID: %s",
+ "Type: %s" : "Genia: %s",
+ "Code: %s" : "Còdighe: %s",
+ "Message: %s" : "Messàgiu: %s",
+ "File: %s" : "Archìviu: %s",
+ "Line: %s" : "Lìnia: %s",
+ "Trace" : "Arrasta",
+ "Security warning" : "Avisu de seguresa",
+ "Your data directory and files are probably accessible from the internet because the .htaccess file does not work." : "Is cartellas de datos e is archìvios tuos fortzis sunt atzessìbiles dae s'internet ca s'archìviu .htaccess no est funtzionende.",
+ "For information how to properly configure your server, please see the <a href=\"%s\" target=\"_blank\" rel=\"noreferrer noopener\">documentation</a>." : "Pro informatziones subra de comente cunfigurare su serbidore tuo, càstia in sa <a href=\"%s\" target=\"_blank\" rel=\"noreferrer noopener\">documentatzione</a>.",
+ "Create an <strong>admin account</strong>" : "Crea unu <strong>contu de amministratzione</strong>",
+ "Username" : "Nùmene utente",
+ "Show password" : "Mustra crae",
+ "Storage & database" : "Depòsitu e base de datos",
+ "Data folder" : "Cartella de datos",
+ "Configure the database" : "Cunfigura sa base de datos",
+ "Only %s is available." : "%s isceti est a disponimentu.",
+ "Install and activate additional PHP modules to choose other database types." : "Installa e ativa àteros mòdulos PHP pro seberare àteras genias de base de datos.",
+ "For more details check out the documentation." : "Pro àteros detàllios controlla sa documentatzione.",
+ "Database user" : "Utente base de datos",
+ "Database password" : "Crae base de datos",
+ "Database name" : "Nùmene base de datos",
+ "Database tablespace" : "Logu de sa tauledda de sa base de datos",
+ "Database host" : "Retzidore de sa base de datos",
+ "Please specify the port number along with the host name (e.g., localhost:5432)." : "Ispetzìfica su nùmeru de sa gianna aintru de su nùmene de su retzidore (p.e., retzidorelocale:5432).",
+ "Performance warning" : "Avisu de atuatzione",
+ "You chose SQLite as database." : "As seberadu SQLite comente base de datos.",
+ "SQLite should only be used for minimal and development instances. For production we recommend a different database backend." : "SQLite diat èssere impreadu isceti pro istàntzias mìnimas e de isvilupu. Pro sa produtzione cussigiamus un'àtera base de datos de palas.",
+ "If you use clients for file syncing, the use of SQLite is highly discouraged." : "Chi impreas clientes pro sa sincronizatzione de is archìvios, SQLite no est cussigiadu pro nudda.",
+ "Install recommended apps" : "Installa is aplicatziones racumandadas",
+ "Calendar, Contacts, Talk, Mail & Collaborative editing" : "Calendàriu, Cuntatos, Mutidas, Posta & Càmbios in collaboratzione",
+ "Finish setup" : "Agabba cunfiguratzione",
+ "Finishing …" : "Acabbende …",
+ "Need help?" : "Boles agiudu?",
+ "See the documentation" : "Càstia sa documentatzione",
+ "It looks like you are trying to reinstall your Nextcloud. However the file CAN_INSTALL is missing from your config directory. Please create the file CAN_INSTALL in your config folder to continue." : "Paret chi ses chirchende de torrare a installare Nextcloud. In cada manera, mancat s'archìviu CAN_INSTALL in sa cartella de cunfiguratzione. Crea s'archìviu CAN_INSTALL in sa cartella de cunfiguratzione pro sighire.",
+ "Could not remove CAN_INSTALL from the config folder. Please remove this file manually." : "No at fatu a nche bogare CAN_INSTALL dae sa cartella de cunfiguratzione. Boga custu archìviu a manu.",
+ "This application requires JavaScript for correct operation. Please {linkstart}enable JavaScript{linkend} and reload the page." : "Custa aplicatzione rechedet JavaScript pro un'operatzione curreta. {linkstart} Ativa JavaScript{linkend} e torra a carrigare sa pàgina.",
+ "Get your own free account" : "Otene su contu tuo a gratis",
+ "Skip to main content" : "Brinca a su cuntenutu printzipale",
+ "Skip to navigation of app" : "Brinca a sa navigatzione de s'aplicatzione",
+ "More apps" : "Àteras aplicatziones",
+ "More" : "Àteru",
+ "More apps menu" : "Àteros menu de aplicatziones",
+ "Contacts" : "Cuntatos",
+ "Contacts menu" : "Menu de cuntatos",
+ "Settings menu" : "Menu de is impostatziones",
+ "Confirm your password" : "Cunfirma sa crae",
+ "Connect to your account" : "Connete·ti a su contu tuo",
+ "Please log in before granting %1$s access to your %2$s account." : "Faghe s'atzessu prima de permìtere a %1$s de intrare a su %2$s contu tuo.",
+ "If you are not trying to set up a new device or app, someone is trying to trick you into granting them access to your data. In this case do not proceed and instead contact your system administrator." : "Chi non ses chirchende de impostare unu dispositivu o un'aplicatzione noa, calecunu est proende a si fàghere dare atzessu a is datos tuos. In custu casu, no sigast e cuntata s'amministradore de sistema tuo.",
+ "App token" : "Autenticadore de s'aplicatzione",
+ "Grant access" : "Dona atzessu",
+ "Alternative log in using app token" : "Atzessu alternativu cun s'autenticadore de s'aplicatzione",
+ "Account access" : "Atzessu a su contu",
+ "You are about to grant %1$s access to your %2$s account." : "Ses acanta de donare %1$s atzessu a su contu %2$s tuo.",
+ "Account connected" : "Contu collegadu",
+ "Your client should now be connected!" : "Su cliente tuo immoe diat dèpere èssere collegadu!",
+ "You can close this window." : "Podes serrare custa ventana",
+ "This share is password-protected" : "Custa cumpartzidura est amparada dae una crae",
+ "The password is wrong. Try again." : "Sa crae est isballiada. Torra a proare.",
+ "Two-factor authentication" : "Autenticatzione a duos fatores",
+ "Enhanced security is enabled for your account. Choose a second factor for authentication:" : "Su megioru de seguresa est ativadu in su contu tuo. Sèbera unu segundu fatore pro s'autenticatzione:",
+ "Could not load at least one of your enabled two-factor auth methods. Please contact your admin." : "No at fatu a carriggare a su mancu unu de is mètodos de autenticatzione a duos fatores ativados. Cuntata s'amministratzione.",
+ "Two-factor authentication is enforced but has not been configured on your account. Contact your admin for assistance." : "S'est imposta s'autenticatzione a duos fatores ma non s'est cunfigurada in su contu tuo. Cuntata s'amministratzione si boles agiudu.",
+ "Two-factor authentication is enforced but has not been configured on your account. Please continue to setup two-factor authentication." : "S'est imposta s'autenticatzione a duos fatores ma non s'est cunfigurada in su contu tuo. Sighi pro impostare s'autenticatzione a duos fatores.",
+ "Set up two-factor authentication" : "Cunfigura s'autenticatzione a duos fatores",
+ "Two-factor authentication is enforced but has not been configured on your account. Use one of your backup codes to log in or contact your admin for assistance." : "S'est imposta s'autenticatzione a duos fatores ma non s'est cunfigurada in su contu tuo. Pro intrare imprea unu de is còdighes pro sa còpia de seguresa o cuntata s'amministratzione.",
+ "Use backup code" : "Imprea su còdighe de sa còpia de seguresa",
+ "Cancel login" : "Annulla atzessu",
+ "Setup two-factor authentication" : "Cunfigura s'autenticatzione a duos fatores",
+ "Enhanced security is enforced for your account. Choose which provider to set up:" : "S'est impostu unu megioru de seguresa in su contu tuo. Sèbera su frunidore chi boles impostare:",
+ "Error while validating your second factor" : "Errore in sa validatzione de su seguntu fatore tuo",
+ "Access through untrusted domain" : "Atzessu cun domìniu non seguru",
+ "Please contact your administrator. If you are an administrator, edit the \"trusted_domains\" setting in config/config.php like the example in config.sample.php." : "Please contact your administrator. If you are an administrator, edit the \"trusted_domains\" setting in config/config.php like the example in config.sample.php.",
+ "Further information how to configure this can be found in the %1$sdocumentation%2$s." : "Àteras informatziones pro sa cunfiguratzione ddas podes agatare in sa %1$sdocumentatzione%2$s.",
+ "App update required" : "Agiornamentu de aplicatzione rechertu",
+ "%1$s will be updated to version %2$s" : "%1$s at a èssere agiornada a sa versione %2$s",
+ "The following apps will be updated:" : "Is aplicatziones in fatu ant a èssere agiornadas:",
+ "These incompatible apps will be disabled:" : "Custas aplicatziones non cumpatìbiles ant a èssere disativadas:",
+ "The theme %s has been disabled." : "Su tema %s est istadu disativadu.",
+ "Please make sure that the database, the config folder and the data folder have been backed up before proceeding." : "Prima de sighire, assegura·ti ca sa base de datos, sa cartella de cunfiguratzione e cussa de is datos tenent una còpia de seguresa.",
+ "Start update" : "Cumintza agiornamentu",
+ "To avoid timeouts with larger installations, you can instead run the following command from your installation directory:" : "Pro evitare pasadas cun installatziones mannas, podes dare su cumandu in fatu dae sa cartella de installatzione:",
+ "Detailed logs" : "Registros detalliados",
+ "Update needed" : "Tocat de agiornare",
+ "Please use the command line updater because you have a big instance with more than 50 users." : "Imprea s'atualizadore a lìnia de cummandu ca tenes un'istàntzia manna cun prus de 50 utentes.",
+ "For help, see the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"%s\">documentation</a>." : "Pro agiudos, càstia sa <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"%s\">documentatzione</a>.",
+ "I know that if I continue doing the update via web UI has the risk, that the request runs into a timeout and could cause data loss, but I have a backup and know how to restore my instance in case of a failure." : "Giai dd'isco ca chi sigu cun s'agiornamentu via internet UI ddoe at s'arriscu chi sa rechesta arribet a una pasada e podet causare sa pèrdida de is datos, ma tèngio una còpia de seguresa e isco comente recuperare s'istàntzia in casu de errore.",
+ "Upgrade via web on my own risk" : "Agiorna via web suta responsabilidade mia",
+ "Maintenance mode" : "Modalidade de mantenidura",
+ "This %s instance is currently in maintenance mode, which may take a while." : "Immoe custa %s istàntzia est in modalidade de mantenidura, e podet trigare unu pagu.",
+ "This page will refresh itself when the instance is available again." : "Custa pàgina s'at a atualizare cando s'istàntzia at a èssere torra a disponimentu.",
+ "Contact your system administrator if this message persists or appeared unexpectedly." : "Cuntata s'amministratzione de sistema si custu messàgiu abarrat o torrat a cumpàrrere",
+ "Checking whether the database schema can be updated (this can take a long time depending on the database size)" : "Averguende si s'ischema de sa base de datos faghet a dd'agiornare (podet trigare segundu sa mannària de sa base de datos)",
+ "Checked database schema update" : "Agiornamentu de s'ischema de sa base de datos averguadu",
+ "Checking updates of apps" : "Chirchende agiornamentos de aplicatziones",
+ "Checking for update of app \"%s\" in appstore" : "Chirchende un'agiornamentu de s'aplicatzione \"%s\" in aplicatziones",
+ "Update app \"%s\" from appstore" : "Agiorna s'aplicatzione \"%s\" dae sa butega de is aplicatziones",
+ "Checked for update of app \"%s\" in appstore" : "Averguadu pro s'agiornamentu de \"%s\" in sa butega de is aplicatziones",
+ "Checked database schema update for apps" : "Agiornamentu de s'ischema de sa base de datos averguadu pro aplicatziones",
+ "Following apps have been disabled: %s" : "Is aplicatziones in fatu sunt istadas disativadas: %s",
+ "Your web server is not properly set up to resolve \"{url}\". Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Si serbidore tuo no est impostadu pro risòlvere \"{url}\". Podes agatare àteras informatziones in sa <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentatzione</a>.",
+ "Your web server is not properly set up to resolve \"{url}\". This is most likely related to a web server configuration that was not updated to deliver this folder directly. Please compare your configuration against the shipped rewrite rules in \".htaccess\" for Apache or the provided one in the documentation for Nginx at it's <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation page</a>. On Nginx those are typically the lines starting with \"location ~\" that need an update." : "Su serbidore internet tuo no est cunfiguradu comente si depet pro resòlvere \"{url}\". Est probàbile chi custu dipendat dae una cunfiguratzione de su serbidore no agiornada pro cunsignare deretu custa cartella. Cunfronta sa cunfiguratzione tua cun is règulas de re-iscritura imbiadas in \".htaccess\" pro Apache o cussa frunida in sa documentatzione pro Nginx in sa <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">pàgina de documentatzione sua</a>. In Nginx giai semper sunt is lìneas chi incarrerant cun \"location ~\" chi tenent bisòngiu de un'agiornamentu.",
+ "Your web server is not properly set up to deliver .woff2 files. This is typically an issue with the Nginx configuration. For Nextcloud 15 it needs an adjustement to also deliver .woff2 files. Compare your Nginx configuration to the recommended configuration in our <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Su serbidore internet tuo no est cunfiguradu comente si depet pro produire archìvios .woff2. Custu est giai semper unu problema de sa cunfiguratzione Nginx. Pro Nextcloud 15 tocat de dd'adecuare pro produire puru archìvios .woff2. Cunfronta sa cunfiguratzione Nginx tua cun sa cunfiguratzione cussigiada in sa <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentatzione</a> nostra.",
+ "Please check the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">installation documentation ↗</a> for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "Càstia sa<a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentatzione de installatzione ↗</a> pro is notas de cunfiguratzione de su PHP e sa cunfiguratzione de su serbidore tuo, prus che totu cando impreas php-fpm.",
+ "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems. See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation ↗</a> for more information." : "Su blocu de s'archìviu de transatzione est disativada, e custu podet cumportare problemas cun is situatziones de carrera. Ativa \"filelocking.enabled\" in config.php pro evitare custos problemas. Càstia sa <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentatzione ↗</a> pro àteras informatziones. ",
+ "Last background job execution ran {relativeTime}. Something seems wrong." : "S'urtima atividade de palas est partida {relativeTime}. Calicuna cosa paret isballiada.",
+ "Check the background job settings" : "Càstia is impostatziones de s'atividade de palas",
+ "No memory cache has been configured. To enhance performance, please configure a memcache, if available. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Peruna memòria de depòsitu est istètia cunfigurada. Pro megiorare s'esecutzione, cunfigura una memòria de depòsitu, si est disponìbile. Podes agatare àteras informatziones in sa <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentatzione</a>.",
+ "No suitable source for randomness found by PHP which is highly discouraged for security reasons. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "PHP no at agatadu pro casualidade peruna orìgine adata e si cussìgiat de no ddu impreare pro resones de seguresa. Podes agatare àteras informatziones in sa <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentatzione</a>.",
+ "You are currently running PHP {version}. Upgrade your PHP version to take advantage of <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">performance and security updates provided by the PHP Group</a> as soon as your distribution supports it." : "Immoe ses impreende PHP {version}. Agiorna sa versione tua de PHP pro isfrutare <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">is novidades de esecutzione e seguresa frunidas dae su PHP Group</a> cando sa distributzione tua ddas at a suportare.",
+ "The reverse proxy header configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If not, this is a security issue and can allow an attacker to spoof their IP address as visible to the Nextcloud. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Sa cunfiguratzione de s'intestatzione de su serbidore intermèdiu cuntràriu est isballiada, o ses faghende s'atzessu in Nextcloud dae unu serbidore intermèdiu fidadu. Chi no est aici, ddoe est unu problema de seguresa chi podet permìtere a chie atachet de copiare su IP issoro comente si bidet in Nextcloud. Podes agatare àteras informatziones in sa <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentatzione</a>.",
+ "Memcached is configured as distributed cache, but the wrong PHP module \"memcache\" is installed. \\OC\\Memcache\\Memcached only supports \"memcached\" and not \"memcache\". See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">memcached wiki about both modules</a>." : "Memcached est cunfiguradu comente su depòsitu distribuidu, ma est installadu su mòdulu PHP \"memcache\" isballiadu. \\OC\\Memcache\\Memcached suportat isceti \"memcached\" e no \"memcache\". Càstia sa <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">memcached wiki subra de is duos mòdulos</a>.",
+ "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">List of invalid files…</a> / <a href=\"{rescanEndpoint}\">Rescan…</a>)" : "Calicunu archìviu no at passadu su controllu de integridade. Podes agatare prus informatziones subra comente resòlvere custu problema in sa <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentatzione</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">Elencu de is archìvios non bàlidos</a> / <a href=\"{rescanEndpoint}\">Torra a analizare...</a>).",
+ "The PHP OPcache module is not loaded. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance it is recommended</a> to load it into your PHP installation." : "Su mòdulu PHP OPcache no est carrigadu. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Pro un'esecutzione mègius, est cussigiadu</a> a ddu carrigare intro de s'installatzione PHP.",
+ "The PHP OPcache is not properly configured. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance it is recommended</a> to use the following settings in the <code>php.ini</code>:" : "Su OPcache PHP no est cunfiguradu bene. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Pro un'esecutzione mègius est cussigiadu</a> a impreare is impostatzione in fatu in su <code>php.ini</code> :",
+ "Some columns in the database are missing a conversion to big int. Due to the fact that changing column types on big tables could take some time they were not changed automatically. By running 'occ db:convert-filecache-bigint' those pending changes could be applied manually. This operation needs to be made while the instance is offline. For further details read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "In calicuna colunna de sa base de datos mancat una conversione a big int. Cambiare is genias de is colunnas in tàulas mannas podet pigare unu pagu de tempus, tando no sunt istètias cambiadas de manera automàtica. Impreende 'occ db:convert-filecache-bigint' si podent fàghere a manu is càmbios prevèdidos. S'operatzione depet èssere fata cun s'istàntzia foras de lìnia. Pro àteros detàllios leghe <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">sa pàgina de sa documentatzione subra de custu</a>.",
+ "To migrate to another database use the command line tool: 'occ db:convert-type', or see the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation ↗</a>." : "Pro andare a un'àtera base de datos, imprea custa lìnia de commandu: 'occ db:convert-type', o càstia sa <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentatzione ↗</a>.",
+ "Use of the the built in php mailer is no longer supported. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Please update your email server settings ↗<a/>." : "S'impreu de sa funtzione de posta in php no est prus suportadu. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Agiorna is cunfiguratziones de su serbidore tuo de posta ↗<a/>.",
+ "MySQL is used as database but does not support 4-byte characters. To be able to handle 4-byte characters (like emojis) without issues in filenames or comments for example it is recommended to enable the 4-byte support in MySQL. For further details read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "MySQL est impreadu comente base de datos ma no suportat is caràteres in 4-byte. Pro pòdere manigiare is caràteres in 4-byte (comente emojis) chena problemas pro esèmpiu in nùmenedearchìviu o in commentos, est cussugiadu ativare su suportu pro 4-byte in MySQL. Pro àteros detàllios leghe <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">sa pàgina de sa documentatzione subre de custu</a>.",
+ "You are accessing your instance over a secure connection, however your instance is generating insecure URLs. This most likely means that you are behind a reverse proxy and the overwrite config variables are not set correctly. Please read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "Ses faghende s'atzessu a s'istàntzia dae una connessione segura, ma in cada manera s'istàntzia est generende URLs no seguros. Est meda probàbile chi siast a palas de unu serbidore intermèdiu e is variàbiles de sa cunfiguratzione de sa subra-iscritura no siant impostadas in sa manera curreta. Leghe <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">sa pàgina de sa documentatzione subra de custu</a>.",
+ "The \"{header}\" HTTP header is not set to \"{val1}\", \"{val2}\", \"{val3}\", \"{val4}\" or \"{val5}\". This can leak referer information. See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{link}\">W3C Recommendation ↗</a>." : "S'intestatzione HTTP \"{header}\" no est impostada cun \"{val1}\", \"{val2}\", \"{val3}\", \"{val4}\" o \"{val5}\". Custu podet fàghere essire informatziones de s'orìgine. Càstia sa <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{link}\">Racumandatzione ↗</a>.",
+ "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the <a href=\"{docUrl}\" rel=\"noreferrer noopener\">security tips ↗</a>." : "S'intestu HTTP \"Seguresa-Strinta-deTràmuda\" no est impostada pro a su mancu \"{seconds}\" segundos. Pro megiorare sa seguresa, est cussigiadu a ativare HSST comente descritu in is <a href=\"{docUrl}\" rel=\"noreferrer noopener\">impòsitos de seguresa ↗</a>.",
+ "Accessing site insecurely via HTTP. You are strongly advised to set up your server to require HTTPS instead, as described in the <a href=\"{docUrl}\">security tips ↗</a>." : "S'atzessu a custu situ HTTP no est seguru. Ti racumandamus de impostare su serbidore pro rechèdere su HTTPS, comente descritu in is <a href=\"{docUrl}\">impòsitos de seguresa ↗</a>.",
+ "Continue to Nextcloud" : "Sighi in Nextcloud",
+ "_The update was successful. Redirecting you to Nextcloud in %n second._::_The update was successful. Redirecting you to Nextcloud in %n seconds._" : ["S'agiornamentu est andadu bene. Indiritzende· a Nextcloud intre %n segundu.","S'agiornamentu est andadu bene. Indiritzende·ti a Nextcloud intre %n segundos."],
+ "Searching other places" : "Chirchende àteros logos",
+ "No search results in other folders for {tag}{filter}{endtag}" : "Perunu resurtadu in àteras cartellas pro {tag}{filter}{endtag}",
+ "_{count} search result in another folder_::_{count} search results in other folders_" : ["{contu} resurtadu de chirca in un'àtera cartella","{count} resurtados de chirca in àteras cartellas"],
+ "A password reset message has been sent to the e-mail address of this account. If you do not receive it, check your spam/junk folders or ask your local administrator for help." : "Est istadu imbiadu unu messàgiu pro su risprìstinu de sa crae a s'indiritzu de posta eletrònica de custu contu. Si non ddu retzis, controlla in is cartellas de s'àliga o pide agiudu a s'amministratzione.",
+ "Password can not be changed. Please contact your administrator." : "Sa crae non faghet a dda cambiare. Cuntata s'amministratzione.",
+ "Could not fetch list of apps from the app store." : "No at fatu a recuperare sa lista dae sa butega de is aplicatziones.",
+ "Nextcloud {app}" : "Nextcloud {app}",
+ "Can't install this app because it is not compatible" : "Non faghet a installare custa aplicatzione ca no est cumpatìbile",
+ "Can't install this app" : "Non faghet a installare custa aplicatzione",
+ "These apps will be updated:" : "Custas aplicatziones ant a èssere agiornadas:",
+ "For more details see the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Pro àteros detàllios càstia sa <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentatzione</a>."
+},
+"nplurals=2; plural=(n != 1);");
diff --git a/core/l10n/sc.json b/core/l10n/sc.json
new file mode 100644
index 00000000000..1f33c5db90e
--- /dev/null
+++ b/core/l10n/sc.json
@@ -0,0 +1,411 @@
+{ "translations": {
+ "Please select a file." : "Seletziona un'archìviu.",
+ "File is too big" : "S'archìviu est tropu mannu",
+ "The selected file is not an image." : "S'archìviu seletzionadu no est un'imàgine.",
+ "The selected file cannot be read." : "S'archìviu seletzionadu non si podet lèghere.",
+ "The file was uploaded" : "S'archìviu est istadu carrigadu",
+ "The uploaded file exceeds the upload_max_filesize directive in php.ini" : "S'archìviu carrigadu superat sa diretiva upload_max_filesize in php.ini",
+ "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "S'archìviu carrigadu superat sa diretiva MAX_FILE_SIZE ispetzificada in su mòdulu HTML",
+ "The file was only partially uploaded" : "Isceti una parte de s'archìviu est carrigada",
+ "No file was uploaded" : "Perunu archìviu carrigadu",
+ "Missing a temporary folder" : "Mancat una cartella temporànea",
+ "Could not write file to disk" : "No at fatu a iscrìere s'archìviu in su discu",
+ "A PHP extension stopped the file upload" : "Un'estensione PHP at firmadu su carrigamentu de s'archìviu",
+ "Invalid file provided" : "S'archìviu frunidu no est vàlidu",
+ "No image or file provided" : "Peruna immàgine o archìviu",
+ "Unknown filetype" : "Genia de archìviu disconnota",
+ "Invalid image" : "Imàgine non vàlida",
+ "An error occurred. Please contact your admin." : "Ddoe at àpidu un'errore. Cuntata s'amministratzione tua.",
+ "No temporary profile picture available, try again" : "Peruna foto de profilu temporànea a disponimentu, torra a proare",
+ "No crop data provided" : "Perunu datu frunidu",
+ "No valid crop data provided" : "Perunu datu vàlidu frunidu",
+ "Crop is not square" : "Su retàlliu no est a iscuadra",
+ "State token does not match" : "S'istadu de s'autenticadore non currispondet",
+ "Invalid app password" : "Crae de aplicatzione non vàlida",
+ "Could not complete login" : "Non s'est pòdida cumpletare s'intrada",
+ "Your login token is invalid or has expired" : "S'atzessu cun autenticadore no est vàlidu o est iscadidu",
+ "Password reset is disabled" : "Su riprìstinu de sa crae est disativadu",
+ "Couldn't reset password because the token is invalid" : "No at fatu a resetare sa crae ca s'autenticadore no est vàlidu",
+ "Couldn't reset password because the token is expired" : "Non s'est pòdida ripristinare sa crae ca s'autenticadore est iscadidu ",
+ "%s password reset" : "%s riprìstinu de sa crae",
+ "Password reset" : "Riprìstinu de sa crae",
+ "Click the following button to reset your password. If you have not requested the password reset, then ignore this email." : "Incarca in su butone in fatu pro ripristinare sa crae. Si no as pedidu su riprìstinu de sa crae, non cunsìderes custu messàgiu.",
+ "Click the following link to reset your password. If you have not requested the password reset, then ignore this email." : "Incarca in su ligòngiu in fatu pro ripristinare sa crae. Si no as pedidu su riprìstinu de sa crae, non cunsìderes custu messàgiu.",
+ "Reset your password" : "Riprìstina sa crae",
+ "Nextcloud Server" : "Serbidore de Nextcloud",
+ "Some of your link shares have been removed" : "Carchi ligòngiu de cumpartzidura tuo nch'est istadu bogadu",
+ "Due to a security bug we had to remove some of your link shares. Please see the link for more information." : "Pro un'errore de seguresa nch'amus dèpidu bogare carchi ligòngiu de cumpartzidura. Càstia su ligòngiu pro àteras informatziones.",
+ "The user limit of this instance is reached." : "S'est lòmpidu su lìmite de utèntzia pro custa istàntzia.",
+ "Enter your subscription key to increase the user limit. For more information about Nextcloud Enterprise see our website." : "Inserta sa crae de sutascritzione pro crèschere su lìmite de utèntzia. Pro àteras informatziones de Nextcloud Enterprise bae a su situ web nostru. ",
+ "Preparing update" : "Aprontende s'agiornamentu",
+ "[%d / %d]: %s" : "[%d / %d]: %s",
+ "Repair step:" : "Passu de s'acontzu:",
+ "Repair info:" : "Informatziones de s'acontzu:",
+ "Repair warning:" : "Avisu de s'acontzu:",
+ "Repair error:" : "Errore in s'acontzu:",
+ "Please use the command line updater because automatic updating is disabled in the config.php." : "Imprea s'atualizadore a lìnia de cummandu ca s'agiornamentu automàticu est disativadu in sa config.php.",
+ "[%d / %d]: Checking table %s" : "[%d / %d]: Controllende sa tàula %s",
+ "Turned on maintenance mode" : "Furriadu a modalidade de mantenidura",
+ "Turned off maintenance mode" : "Modalidade de mantenidura disativada",
+ "Maintenance mode is kept active" : "Sa modalidade de mantenidura abarrat ativa",
+ "Updating database schema" : "Agiornende s'ischema de sa base de datos",
+ "Updated database" : "Base de datos agionada",
+ "Checking whether the database schema for %s can be updated (this can take a long time depending on the database size)" : "Averguende si s'ischema de sa base de datos de %s faghet a dd'agiornare (podet trigare segundu sa mannària de sa base de datos)",
+ "Updated \"%1$s\" to %2$s" : "Agiornadu \"%1$s\" a %2$s",
+ "Set log level to debug" : "Imposta livellu de registratzione de currègere",
+ "Reset log level" : "Reseta livellu de registratzione",
+ "Starting code integrity check" : "Cumintzende su controllu de integridade de còdighe",
+ "Finished code integrity check" : "Controllu de integridade de còdighe agabbadu",
+ "%s (incompatible)" : "%s (non cumpatìbile)",
+ "The following apps have been disabled: %s" : "Is aplicatziones in fatu sunt istadas disativadas: %s",
+ "Already up to date" : "Giai agiornadu",
+ "Your web server is not yet properly set up to allow file synchronization, because the WebDAV interface seems to be broken." : "Su serbidore tuo no est impostadu pro permìtere sa sincronizatzione de is archìvios, ca s'interfache WebDAV paret arrogada.",
+ "Your web server is not properly set up to resolve \"{url}\". Further information can be found in the {linkstart}documentation ↗{linkend}." : "Si serbidore tuo no est impostadu pro risòlvere \"{url}\". Podes agatare àteras informatziones in sa {linkstart} documentatzione ↗{linkend}..",
+ "Your web server is not properly set up to resolve \"{url}\". This is most likely related to a web server configuration that was not updated to deliver this folder directly. Please compare your configuration against the shipped rewrite rules in \".htaccess\" for Apache or the provided one in the documentation for Nginx at it's {linkstart}documentation page ↗{linkend}. On Nginx those are typically the lines starting with \"location ~\" that need an update." : "Su serbidore internet tuo no est cunfiguradu comente si depet pro resòlvere \"{url}\". Est probàbile chi custu dipendat dae una cunfiguratzione de su serbidore no agiornada pro cunsignare deretu custa cartella. Cunfronta sa cunfiguratzione tua cun is règulas de re-iscritura imbiadas in \".htaccess\" pro Apache o cussa frunida in sa documentatzione pro Nginx in sa {linkstart}pàgina de documentatzione ↗{linkend}. In Nginx giai semper sunt is lìneas chi incarrerant cun \"location ~\" chi tenent bisòngiu de un'agiornamentu.",
+ "Your web server is not properly set up to deliver .woff2 files. This is typically an issue with the Nginx configuration. For Nextcloud 15 it needs an adjustement to also deliver .woff2 files. Compare your Nginx configuration to the recommended configuration in our {linkstart}documentation ↗{linkend}." : "Su serbidore internet tuo no est cunfiguradu comente si depet pro produire archìvios .woff2. Custu est giai semper unu problema de sa cunfiguratzione Nginx. Pro Nextcloud 15 tocat de dd'adecuare pro produire puru archìvios .woff2. Cunfronta sa cunfiguratzione Nginx tua cun sa cunfiguratzione cussigiada in sa {linkstart}documentation ↗{linkend} nostra.",
+ "PHP does not seem to be setup properly to query system environment variables. The test with getenv(\"PATH\") only returns an empty response." : "Paret chi PHP no est cunfigradu comente si depet pro rechèrrere variàbiles de ambiente de sistema. Sa proa cun getenv(\"PATH\") at torradu isceti una isceda bòida.",
+ "Please check the {linkstart}installation documentation ↗{linkend} for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "Càstia sa {linkstart}documentatzione de installatzione ↗{linkend} pro is notas de cunfiguratzione de su PHP e sa cunfiguratzione de su serbidore tuo, prus che totu cando impreas php-fpm.",
+ "The read-only config has been enabled. This prevents setting some configurations via the web-interface. Furthermore, the file needs to be made writable manually for every update." : "Sa cunfinguratzione de letura isceti est istètia ativada. Custu evitat de pònere cunfiguratziones cun sa interfache-web. In prus, s'archìviu depet èssere produidu pro èssere iscritu a manu a cada agiornamentu.",
+ "Your database does not run with \"READ COMMITTED\" transaction isolation level. This can cause problems when multiple actions are executed in parallel." : "Sa base de datos tua non funtzionat cun su livellu de isulamentu de sa transatzione \"READ COMMITTED\". Custu podet causare problemas cando si faghent prus atziones in parallelu.",
+ "The PHP module \"fileinfo\" is missing. It is strongly recommended to enable this module to get the best results with MIME type detection." : "Mancat su mòdulu PHP \"fileinfo\". Est cussigiadu meda de ativare custu mòdulu pro otènnere is mègius resurtados in sa chirca de sa genia MIME.",
+ "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems. See the {linkstart}documentation ↗{linkend} for more information." : "Su blocu de s'archìviu de transatzione est disativadu, e custu podet cumportare problemas cun is situatziones de carrera. Ativa \"filelocking.enabled\" in config.php pro evitare custos problemas. Càstia sa {linkstart}documentatzione ↗{linkend} pro àteras informatziones. ",
+ "If your installation is not installed at the root of the domain and uses system cron, there can be issues with the URL generation. To avoid these problems, please set the \"overwrite.cli.url\" option in your config.php file to the webroot path of your installation (suggestion: \"{suggestedOverwriteCliURL}\")" : "Chi s'installatzione no est fata a sa raighina de su domìniu e impreat su cron de sistema, ddoe podent èssere problemas cun sa generatzione de s'URL. Pro evitare custos problemas, cunfigura s'optzione \"overwrite.cli.url\" in s'archìviu config.php tuo a su caminu webroot de s'installatzione tua (cussìgiu: \"{suggestedOverwriteCliURL}\")",
+ "Your installation has no default phone region set. This is required to validate phone numbers in the profile settings without a country code. To allow numbers without a country code, please add \"default_phone_region\" with the respective {linkstart}ISO 3166-1 code ↗{linkend} of the region to your config file." : "S'installatzione no tenet cunfigurada una regione pro su telèfonu predefinida. Custu serbit pro balidare is nùmeros de telèfonu in is impostatziones de profilu chene su còdighe de Istadu. Pro pòdere impreare nùmeros chene su còdighe de Istadu, agiunghe \"default_phone_region\" cun su relativu {linkstart}ISO 3166-1 code ↗{linkend} de sa regione pro cunfigurare s'archìviu tuo. ",
+ "It was not possible to execute the cron job via CLI. The following technical errors have appeared:" : "Impossìbile a esecutare s'utilidade cron cun CLI. Sunt aparessidos is errores tècnicos in fatu:",
+ "Last background job execution ran {relativeTime}. Something seems wrong. {linkstart}Check the background job settings ↗{linkend}." : "S'urtima atividade de background est partida {relativeTime}. Calicuna cosa paret isballiada. {linkstart}Càstia is impostatziones de s'atividade de background ↗{linkend}.",
+ "This server has no working Internet connection: Multiple endpoints could not be reached. This means that some of the features like mounting external storage, notifications about updates or installation of third-party apps will not work. Accessing files remotely and sending of notification emails might not work, either. Establish a connection from this server to the Internet to enjoy all features." : "Custu serbidore no tenet una connessione internet chi funtzionet: no si podet lòmpere a is puntos finales mùltiplos. Bolet nàrrere ca propiedades comente sa crèschida de sa memòria de foras, is notìficas subra de agiornamentos o installatzione de aplicatziones de sa de tres partes no ant a funtzionare. Atzèdere dae remotu a is archìvios o imbiare una notìfica de posta eletrònica diant no pòdere funtzionare. Ativa una connessione dae custu serbidore a Internet pro pòdere impreare totu custas propiedades.",
+ "No memory cache has been configured. To enhance performance, please configure a memcache, if available. Further information can be found in the {linkstart}documentation ↗{linkend}." : "Peruna memòria de depòsitu cunfigurada. Pro megiorare s'esecutzione, cunfigura una memòria de depòsitu, si est disponìbile. Podes agatare àteras informatziones in sa {linkstart}documentatzione ↗{linkend}.",
+ "No suitable source for randomness found by PHP which is highly discouraged for security reasons. Further information can be found in the {linkstart}documentation ↗{linkend}." : "PHP no at agatadu pro casualidade peruna orìgine adata e si cussìgiat de no ddu impreare pro resones de seguresa. Podes agatare àteras informatziones in sa {linkstart}documentatzione ↗{linkend}.",
+ "You are currently running PHP {version}. Upgrade your PHP version to take advantage of {linkstart}performance and security updates provided by the PHP Group ↗{linkend} as soon as your distribution supports it." : "Immoe ses impreende PHP {versione}. Agiorna sa versione tua de PHP pro isfrutare {linkstart}is novidades de esecutzione e seguresa frunidas dae su PHP Group ↗{linkend} cando sa distributzione tua ddas at a suportare.",
+ "Nextcloud 20 is the last release supporting PHP 7.2. Nextcloud 21 requires at least PHP 7.3." : "Nextcloud 20 est s'ùrtima versione chi suportat PHP 7.2. Nextcloud 21 rechedet a su mancu PHP 7.3.",
+ "The reverse proxy header configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If not, this is a security issue and can allow an attacker to spoof their IP address as visible to the Nextcloud. Further information can be found in the {linkstart}documentation ↗{linkend}." : "Sa cunfiguratzione de s'intestatzione de su serbidore intermèdiu cuntràriu est isballiada, o ses faghende s'atzessu in Nextcloud dae unu serbidore intermèdiu fidadu. Chi no est aici, ddoe est unu problema de seguresa chi podet permìtere a chie atachet de copiare su IP issoro comente si bidet in Nextcloud. Podes agatare àteras informatziones in sa {linkstart}documentatzione ↗{linkend}.",
+ "Memcached is configured as distributed cache, but the wrong PHP module \"memcache\" is installed. \\OC\\Memcache\\Memcached only supports \"memcached\" and not \"memcache\". See the {linkstart}memcached wiki about both modules ↗{linkend}." : "Memcached est cunfiguradu comente su depòsitu distribuidu, ma est installadu su mòdulu PHP \"memcache\" isballiadu. \\OC\\Memcache\\Memcached suportat isceti \"memcached\" e no \"memcache\". Càstia sa {linkstart}memcached wiki subra de is duos mòdulos ↗{linkend}.",
+ "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in the {linkstart1}documentation ↗{linkend}. ({linkstart2}List of invalid files…{linkend} / {linkstart3}Rescan…{linkend})" : "Calicunu archìviu no at passadu su controllu de integridade. Podes agatare prus informatziones subra comente resòlvere custu problema in sa {linkstart1}documentatzione ↗{linkend}. ({linkstart2}Elencu de is archìvios non vàlidos…{linkend} / {linkstart3}Torra a analizare…{linkend})",
+ "The PHP OPcache module is not loaded. {linkstart}For better performance it is recommended ↗{linkend} to load it into your PHP installation." : "Su mòdulu PHP OPcache no est carrigadu. {linkstart}Pro un'esecutzione mègius, est cussigiadu ↗{linkend} a ddu carrigare intro de s'installatzione PHP.",
+ "The PHP OPcache module is not properly configured. {linkstart}For better performance it is recommended ↗{linkend} to use the following settings in the <code>php.ini</code>:" : "Su OPcache PHP no est cunfiguradu bene. {linkstart}Pro un'esecutzione mègius est cussigiadu ↗{linkend} a impreare is impostatzione in fatu in su <code>php.ini</code>:",
+ "The PHP function \"set_time_limit\" is not available. This could result in scripts being halted mid-execution, breaking your installation. Enabling this function is strongly recommended." : "Sa funtzione PHP \"set_time_limit\" no est disponìbile. Custu podet essire in programmas firmados in cursu de esecutzione, trunchende s'installatzione. Est cussigiadu meda a ativare custa funtzione.",
+ "Your PHP does not have FreeType support, resulting in breakage of profile pictures and the settings interface." : "Su PHP tuo no tenet su suportu FreeType, e custu càusat dannos in is immàgines de profilu e in s'interfache de is impostatziones.",
+ "Missing index \"{indexName}\" in table \"{tableName}\"." : "Mancat s'ìnditze \"{indexName}\" in sa tàula \"{tableName}\".",
+ "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "In sa base de datos mancat calicunu ìnditze. Agiùnghere is ìnditzes a tàulas mannas podet pigare unu pagu de tempus, tando no s'agiunghent de manera automàtica. Impreende \"occ db:add-missing-indices\" si podent agiùnghere a manu is ìnditzes chi mancant in s'interis chi s'istàntzia est in funtzione. Cando is ìnditzes sunt agiuntos is rechestas a custas tàulas andant giai semper prus a lestru meda.",
+ "Missing primary key on table \"{tableName}\"." : "Mancat sa crae primària in sa tàula \"{tableName}\".",
+ "The database is missing some primary keys. Due to the fact that adding primary keys on big tables could take some time they were not added automatically. By running \"occ db:add-missing-primary-keys\" those missing primary keys could be added manually while the instance keeps running." : "In sa base de datos mancat calicuna crae primària. Agiùnghere is craes primàrias a tàulas mannas podet pigare unu pagu de tempus, tando no s'agiunghent de manera automàtica. Impreende \"occ db:add-missing-primary-keys\". Si podent agiùnghere a manu is craes primàrias chi mancant in s'interis chi s'istàntzia est in funtzione.",
+ "Missing optional column \"{columnName}\" in table \"{tableName}\"." : "Mancat sa colunna optzionale \"{columnName}\" in sa tàula \"{tableName}\".",
+ "The database is missing some optional columns. Due to the fact that adding columns on big tables could take some time they were not added automatically when they can be optional. By running \"occ db:add-missing-columns\" those missing columns could be added manually while the instance keeps running. Once the columns are added some features might improve responsiveness or usability." : "In sa base de datos mancat calicuna colunna optzionale. Agiùnghere is colunnas optzionale a tàulas mannas podet pigare unu pagu de tempus, tando no s'agiunghent de manera automàtica. Impreende \"occ db:add-missing-columns\" si podent agiùnghere a manu is ìnditzes chi mancant in s'interis chi s'istàntzia est in funtzione. Cando is colunnas sunt agiuntas unas cantas funtzionalidades diant pòdere resurtare prus reativos o prus bellu a impreare. ",
+ "This instance is missing some recommended PHP modules. For improved performance and better compatibility it is highly recommended to install them." : "In custa istàntzia mancat unos cantos mòdulos PHP cussigiados. Pro megiorare s'esecutzione e sa compatibilidade est cussigiadu meda a ddus installare.",
+ "Module php-imagick in this instance has no SVG support. For better compatibility it is recommended to install it." : "Su mòdulu php-imagick in custa istàntzia no tenet suportu SVG. Pro megiorare sa compatibilidade est cussigiadu meda a ddu installare.",
+ "Some columns in the database are missing a conversion to big int. Due to the fact that changing column types on big tables could take some time they were not changed automatically. By running 'occ db:convert-filecache-bigint' those pending changes could be applied manually. This operation needs to be made while the instance is offline. For further details read {linkstart}the documentation page about this ↗{linkend}." : "In calicuna colunna de sa base de datos mancat una conversione a big int. Cambiare is genias de is colunnas in tàulas mannas podet pigare unu pagu de tempus, tando no sunt istètias cambiadas de manera automàtica. Impreende 'occ db:convert-filecache-bigint' si podent fàghere a manu is càmbios prevèdidos. S'operatzione depet èssere fata cun s'istàntzia foras de lìnia. Pro àteros detàllios leghe {linkstart}pàgina de sa documentatzione subra de custu ↗{linkend}.",
+ "SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend." : "Ses impreende SQLite comente base de datos de palas. Pro installatziones prus mannas ti cussigiamos de cambiare a un'àtera base de datos de palas.",
+ "This is particularly recommended when using the desktop client for file synchronisation." : "Est cussigiadu prus che totu cando impreas su cliente de s'iscrivania pro sa sincronizatzione de is archìvios.",
+ "To migrate to another database use the command line tool: 'occ db:convert-type', or see the {linkstart}documentation ↗{linkend}." : "Pro andare a un'àtera base de datos, imprea custa lìnia de commandu: 'occ db:convert-type', o càstia sa {linkstart}documentatzione ↗{linkend}.",
+ "The PHP memory limit is below the recommended value of 512MB." : "Su lìmite de sa memòria PHP est suta de su balore cussigiadu de 512 MB.",
+ "Some app directories are owned by a different user than the web server one. This may be the case if apps have been installed manually. Check the permissions of the following app directories:" : "Ddoe sunt cartella de aplicatzione de propiedade de utentes diversos dae su serbidore de internet. Podet èssere su casu de aplicatziones installadas a manu. Càstia is permissos relativos a is cartellas de aplicatziones in fatu:",
+ "MySQL is used as database but does not support 4-byte characters. To be able to handle 4-byte characters (like emojis) without issues in filenames or comments for example it is recommended to enable the 4-byte support in MySQL. For further details read {linkstart}the documentation page about this ↗{linkend}." : "MySQL est impreadu comente base de datos ma no suportat is caràteres in 4-byte. Pro pòdere manigiare is caràteres in 4-byte (comente emojis) chena problemas pro esèmpiu in nùmenedearchìviu o in commentos, est cussugiadu ativare su suportu pro 4-byte in MySQL. Pro àteros detàllios leghe {linkstart}sa pàgina de sa documentatzione subre de custu ↗{linkend}.",
+ "This instance uses an S3 based object store as primary storage. The uploaded files are stored temporarily on the server and thus it is recommended to have 50 GB of free space available in the temp directory of PHP. Check the logs for full details about the path and the available space. To improve this please change the temporary directory in the php.ini or make more space available in that path." : "Custa istàntzia impreat un'ogetu de base S3 comente memòria primària. Is archìvios carrigados sunt allogados in manera temporale in su serbidore, tando est cussigiadu tènnere 50 GB de logu disponìbile in sa cartella temp de PHP. Càstia is registros pro totu is detàllios subra de su caminu e su logu disponìbile. Pro ddu megiorare càmbia sa cartella temporale in php.ini o faghe prus logu in custu caminu.",
+ "You are accessing your instance over a secure connection, however your instance is generating insecure URLs. This most likely means that you are behind a reverse proxy and the overwrite config variables are not set correctly. Please read {linkstart}the documentation page about this ↗{linkend}." : "Ses faghende s'atzessu a s'istàntzia dae una connessione segura, ma in cada manera s'istàntzia est generende URLs no seguros. Est meda probàbile chi siast a palas de unu serbidore intermèdiu e is variàbiles de sa cunfiguratzione de sa subra-iscritura no siant impostadas in sa manera curreta. Leghe {linkstart}sa pàgina de sa documentatzione subra de custu ↗{linkend}.",
+ "Error occurred while checking server setup" : "Ddoe at àpidu un'errore in su controllu de sa cunfiguratzione de su serbidore",
+ "For more details see the {linkstart}documentation ↗{linkend}." : "Pro àteros detàllios controlla sa {linkstart}documentatzione ↗{linkend}.",
+ "Your data directory and files are probably accessible from the Internet. The .htaccess file is not working. It is strongly recommended that you configure your web server so that the data directory is no longer accessible, or move the data directory outside the web server document root." : "Est probàbile chi sa cartella de datos e is archìvios tuos siant atzessìbiles dae internet. S'archìviu .htaccess no est funtzionende. Est cussigiadu meda a cunfigurare su serbidore internet, de manera chi sa cartella de datos no siat prus atzessìbile, o a dda tramudare a foras de s'archìviu de orìgine de su serbidore internet.",
+ "The \"{header}\" HTTP header is not set to \"{expected}\". This is a potential security or privacy risk, as it is recommended to adjust this setting accordingly." : "S'intestatzione HTTP \"{header}\" no est impostada in \"{expected}\". Custu est un'arriscu possìbile de seguresa o privadesa, tando est cussigiadu a arrangiare cust'impostatzione de cunsighèntzia.",
+ "The \"{header}\" HTTP header is not set to \"{expected}\". Some features might not work correctly, as it is recommended to adjust this setting accordingly." : "S'intestatzione HTTP \"{header}\" no est impostada in \"{expected}\". Calicunu elementu diat pòdere no funtzionare in sa manera curreta, tando est cussigiadu a arrangiare cust'impostatzione de cunsighèntzia.",
+ "The \"{header}\" HTTP header doesn't contain \"{expected}\". This is a potential security or privacy risk, as it is recommended to adjust this setting accordingly." : "S'intestatzione HTTP \"{header}\" no cuntenet \"{expected}\". Custu est un'arriscu possìbile de seguresa o privadesa, tando est cussigiadu a arrangiare cust'impostatzione de cunsighèntzia.",
+ "The \"{header}\" HTTP header is not set to \"{val1}\", \"{val2}\", \"{val3}\", \"{val4}\" or \"{val5}\". This can leak referer information. See the {linkstart}W3C Recommendation ↗{linkend}." : "S'intestatzione HTTP \"{header}\" no est impostada cun \"{val1}\", \"{val2}\", \"{val3}\", \"{val4}\" o \"{val5}\". Custu podet fàghere essire informatziones de s'orìgine. Càstia sa {linkstart}W3C 1Racumandatzione ↗{linkend}.",
+ "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the {linkstart}security tips ↗{linkend}." : "S'intestatzione HTTP \"Seguresa-Strinta-deTràmuda\" no est impostada pro a su mancu \"{segundos}\" segundos. Pro megiorare sa seguresa, est cussigiadu a ativare HSST comente descritu in is {linkstart}impòsitos de seguresa ↗{linkend}.",
+ "Accessing site insecurely via HTTP. You are strongly advised to set up your server to require HTTPS instead, as described in the {linkstart}security tips ↗{linkend}." : "S'atzessu a custu situ HTTP no est seguru. Ti racumandamus de impostare su serbidore pro rechèdere su HTTPS, comente descritu in is {linkstart}impòsitos de seguresa ↗{linkend}.",
+ "unknown text" : "testu disconnotu",
+ "Hello world!" : "Salude mundu!",
+ "sunny" : "solianu",
+ "Hello {name}, the weather is {weather}" : "Salude {name}, su tempus est {weather}",
+ "Hello {name}" : "Salude {name}",
+ "<strong>These are your search results<script>alert(1)</script></strong>" : "<strong>Custos sunt is resurtados de sa chirca <script>avisu(1)</script></strong>",
+ "new" : "nou",
+ "_download %n file_::_download %n files_" : ["iscàrriga %n documentu","iscàrriga %narchìvios"],
+ "The update is in progress, leaving this page might interrupt the process in some environments." : "S'agiornamentu est in cursu, lassende sa pàgina su protzessu si diat pòdere suspèndere.",
+ "Update to {version}" : "Agiorna a {version}",
+ "An error occurred." : "B'at àpidu un'errore.",
+ "Please reload the page." : "Torra a carrigare sa pàgina.",
+ "The update was unsuccessful. For more information <a href=\"{url}\">check our forum post</a> covering this issue." : "S'agiornamentu est andadu male. Pro àteras informatziones <a href=\"{url}\">controlla sa publicatzione subra de custu </a> in su forum.",
+ "The update was unsuccessful. Please report this issue to the <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">Nextcloud community</a>." : "S'agiornamentu no est andadu bene. Sinnala custu problema a sa <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">comunidade de Nextcloud </a>.",
+ "Continue to {productName}" : "Sighi a {productName}",
+ "_The update was successful. Redirecting you to {productName} in %n second._::_The update was successful. Redirecting you to {productName} in %n seconds._" : ["S'agiornamentu est andadu bene. Indiritzende·ti a {productName} intre %n segundu.","S'agiornamentu est andadu bene. Indiritzende·ti a {productName} intre %n segundos."],
+ "Log in" : "Intra",
+ "Logging in …" : "Intrende ...",
+ "Server side authentication failed!" : "Autenticatzione de s'ala de su serbidore faddida!",
+ "Please contact your administrator." : "Cuntata s'amministratzione.",
+ "An internal error occurred." : "B'at àpidu un'errore internu.",
+ "Please try again or contact your administrator." : "Torra a proare o cuntata s'amministratzione.",
+ "Username or email" : "Nùmene utente o indiritzu de posta",
+ "Password" : "Crae",
+ "Toggle password visibility" : "Càmbia sa visibilidade de sa crae",
+ "Wrong username or password." : "Nùmene utente o crae isballiada.",
+ "User disabled" : "Utèntzia disativada",
+ "We have detected multiple invalid login attempts from your IP. Therefore your next login is throttled up to 30 seconds." : "Amus agatadu tentativos meda de atzessu dae s'IP tuo. Duncas s'atzessu tuo imbeniente dd'as a pòdere fàghere intre 30 segundos.",
+ "Your account is not setup for passwordless login." : "Su contu tuo no est fatu pro autenticatziones chene crae.",
+ "Passwordless authentication is not supported in your browser." : "S'autenticatzione chene crae no est suportada in su navigadore tuo.",
+ "Passwordless authentication is only available over a secure connection." : "S'autenticatzione chene crae est a disponimentu isceti cun connessiones seguras.",
+ "Reset password" : "Riprìstina sa crae",
+ "A password reset message has been sent to the email address of this account. If you do not receive it, check your spam/junk folders or ask your local administrator for help." : "Est istadu imbiadu unu messàgiu pro su risprìstinu de sa crae a s'indiritzu de posta eletrònica de custu contu. Si non ddu retzis, controlla in is cartellas de s'àliga o pide agiudu a s'amministratzione.",
+ "If it is not there ask your local administrator." : "Si no est in cue, dimanda a s'amministratzione locale tua.",
+ "Couldn't send reset email. Please contact your administrator." : "No at fatu a ripristinare sa posta eletrònica. Cuntata s'amministratzione.",
+ "Back to login" : "Torra a s'autenticatzione",
+ "New password" : "Crae noa",
+ "Your files are encrypted. There will be no way to get your data back after your password is reset. If you are not sure what to do, please contact your administrator before you continue. Do you really want to continue?" : "Is archìvios sunt critografados. Non ddoe at a èssere manera pro tènnere is datos a pustis de su riprìstinu de sa crae. Si tenes dudas, cuntata s'amministratzione in antis. A beru boles sighire?",
+ "I know what I'm doing" : "Giai dd'isco ite so faghinde",
+ "Resetting password" : "Ripristinende sa crae",
+ "Recommended apps" : "Aplicatziones racumandadas",
+ "Loading apps …" : "Carrighende aplicatziones ...",
+ "Installing apps …" : "Installende aplicatziones ...",
+ "App download or installation failed" : "Iscarrigamentu de s'aplicatzione o installatzione faddida",
+ "Cancel" : "Cantzella",
+ "Schedule work & meetings, synced with all your devices." : "Programma atividades e addòbios, sincronizados cun is dispositivos tuos.",
+ "Keep your colleagues and friends in one place without leaking their private info." : "Mantene is collegas e is amistades tuas in unu logu chene ammustrare is datos privados issoro.",
+ "Simple email app nicely integrated with Files, Contacts and Calendar." : "Aplicatzione de posta eletrònica simpre e integrada bene cun Archìvios, Cuntatos e Calendàriu.",
+ "Chatting, video calls, screensharing, online meetings and web conferencing – in your browser and with mobile apps." : "Tzarradas, video mutidas, cumpartzidura de s'ischermu, reuniones in lìnia e vìdeo-cunferèntzias – in su navigadore tuo e cun aplicatziones mòbiles.",
+ "Collaboratively edit office documents." : "Modìfica archìvios de testu in collaboratzione.",
+ "Local document editing back-end used by the Collabora Online app." : "Su motore de modìfica de is documentos locales impreadu dae s'aplicatzione Collabora Online.",
+ "Forgot password?" : "Crae iscaressida?",
+ "Log in with a device" : "Autentica·ti cun unu dispositivu",
+ "Back" : "A coa",
+ "Login form is disabled." : "Su mòdulu de atzessu est disativadu.",
+ "Reset search" : "Riprìstina chirca",
+ "Search for {name} only" : "Chirca pro {name} ebbia",
+ "No results for {query}" : "Perunu resurtadu pro {query}",
+ "Start typing to search" : "Cumintza a iscrìere pro chircare",
+ "Loading more results …" : "Carrighende àteros resurtados ...",
+ "Load more results" : "Càrriga àteros resurtados",
+ "Search" : "Chirca",
+ "An error occurred while searching for {type}" : "B'at àpidu un'errore in sa chirca de {type}",
+ "_Please enter {minSearchLength} character or more to search_::_Please enter {minSearchLength} characters or more to search_" : ["Inserta {longàriaMinChirca} o prus caràteres pro chircare","Inserta·nche {minSearchLength} o prus caràteres pro chircare"],
+ "Search {types} …" : "Chirca {types} …",
+ "Settings" : "Cunfiguratziones",
+ "Could not load your contacts" : "No at fatu a carrigare is cuntatos",
+ "Search contacts …" : "Chirca cuntatos ...",
+ "No contacts found" : "Perunu cuntatu agatadu",
+ "Show all contacts …" : "Mustra totu is cuntatos ...",
+ "Install the Contacts app" : "Installa s'aplicatzione de is cuntatos",
+ "Loading your contacts …" : "Carrighende is cuntatos...",
+ "Looking for {term} …" : "Chirchende {term} …",
+ "No" : "No",
+ "Yes" : "Eja",
+ "No files in here" : "Perunu archìviu",
+ "New folder" : "Cartella noa",
+ "No more subfolders in here" : "Non ddoe at àteras suta-cartellas",
+ "Name" : "Nùmene",
+ "Size" : "Mannària",
+ "Modified" : "Modificadu",
+ "\"{name}\" is an invalid file name." : "\"{name}\" est unu nùmene de archìviu non vàlidu.",
+ "File name cannot be empty." : "Su nùmene de s'archìviu non podet èssere bòidu.",
+ "\"/\" is not allowed inside a file name." : "\"/\" no est permìtidu in unu nùmene de archìviu.",
+ "\"{name}\" is not an allowed filetype" : "\"{name}\" no est una genia de archìviu permìtida",
+ "{newName} already exists" : "{newName} esistit giai",
+ "Choose" : "Sèbera",
+ "Copy" : "Còpia",
+ "Move" : "Tràmuda",
+ "Error loading file picker template: {error}" : "Errore in su carrigamentu de su modellu de regorta de archìvios: {error}",
+ "OK" : "AB",
+ "Error loading message template: {error}" : "Errore in su carrigamentu de su modellu de messàgiu: {error}",
+ "read-only" : "isceti letura",
+ "_{count} file conflict_::_{count} file conflicts_" : ["{contu} cunflitu de archìviu","{count} cunflitos de archìviu"],
+ "One file conflict" : "Unu cunflitu de archìviu",
+ "New Files" : "Archìvios noos",
+ "Already existing files" : "Archìvios chi esistint giai",
+ "Which files do you want to keep?" : "Cales archìvios boles mantènnere?",
+ "If you select both versions, the copied file will have a number added to its name." : "Si seletzionas ambas is versiones, s'archìviu copiadu at a tènnere unu nùmeru in agiunta a su nùmene.",
+ "Continue" : "Sighi",
+ "(all selected)" : "(totu seletzionadu)",
+ "({count} selected)" : "({count} seletzionadu)",
+ "Error loading file exists template" : "Errore in su carrigamentu de su modellu de archìviu",
+ "Pending" : "In suspesu",
+ "Copy to {folder}" : "Còpia in {folder}",
+ "Move to {folder}" : "Tràmuda a {folder}",
+ "Saving …" : "Sarvende …",
+ "Authentication required" : "Autenticatzione recherta",
+ "This action requires you to confirm your password" : "Pro custa atzione ti tocat de cunfirmare sa crae",
+ "Confirm" : "Cunfirma",
+ "Failed to authenticate, try again" : "Impossìbile a s'autenticare, torra a proare",
+ "seconds ago" : "segundos a immoe",
+ "Connection to server lost" : "Connessione a su serbidore pèrdida",
+ "_Problem loading page, reloading in %n second_::_Problem loading page, reloading in %n seconds_" : ["Si seletzionas ambas is versiones, su documentu copiadu at a tènnere unu nùmeru in agiunta a su nùmene.","Problema in su carrigamentu de sa pàgina, torrende a carrigare intre %n segundos"],
+ "Add to a project" : "Agiunghe a unu progetu",
+ "Show details" : "Mustra detàllios",
+ "Hide details" : "Cua detàllios",
+ "Rename project" : "Torra a numenare su progetu",
+ "Failed to rename the project" : "Impossìbile a numenare su progetu",
+ "Failed to create a project" : "Impossìbile a creare unu progetu",
+ "Failed to add the item to the project" : "No at fatu a agiunghere s'elementu a su progetu",
+ "Connect items to a project to make them easier to find" : "Connete elementos a unu progetu pro chi siat prus fàtzile a ddos agatare",
+ "Type to search for existing projects" : "Iscrie pro chircare is progetos chi ddoe sunt giai",
+ "New in" : "Prima borta in",
+ "View changelog" : "Càstia su registru de is càmbios",
+ "Very weak password" : "Crae dèbile meda",
+ "Weak password" : "Crae dèbile",
+ "So-so password" : "Crae aici aici",
+ "Good password" : "Crae bona",
+ "Strong password" : "Crae bona a beru",
+ "No action available" : "Peruna atzione a disponimentu",
+ "Error fetching contact actions" : "Errore in su recùperu de is atziones de cuntatu",
+ "Non-existing tag #{tag}" : "S'eticheta no esistit #{tag}",
+ "restricted" : "limitadu",
+ "invisible" : "invisìbile",
+ "Delete" : "Cantzella",
+ "Rename" : "Torra a numenare",
+ "Collaborative tags" : "Etichetas collaborativas",
+ "No tags found" : "Peruna eticheta agatada",
+ "Personal" : "Personale",
+ "Users" : "Utentes",
+ "Apps" : "Aplicatziones",
+ "Admin" : "Amministratzione",
+ "Help" : "Agiudu",
+ "Access forbidden" : "Atzessu proibidu",
+ "File not found" : "Archìviu no agatadu",
+ "The document could not be found on the server. Maybe the share was deleted or has expired?" : "Su documentu non s'est agatadu in su serbidore. Mancari sa cumpartzidura nch'est istada cantzellada o est iscadida?",
+ "Back to %s" : "A coa a %s",
+ "Too many requests" : "Tropu dimandas",
+ "There were too many requests from your network. Retry later or contact your administrator if this is an error." : "Tropu rechestas sunt arribadas dae sa rete tua. Torra a proare prus a tardu o cuntata s'amministradore tuo chi ddoe at un'errore.",
+ "Error" : "Errore",
+ "Previous" : "Pretzedente",
+ "Internal Server Error" : "Errore serbidore internu",
+ "The server was unable to complete your request." : "Su serbidore no at pòdidu cumpletare sa rechesta tua.",
+ "If this happens again, please send the technical details below to the server administrator." : "Si torrat a capitare, imbia is detàllios tècnicos in bàsciu a s'amministratzione de su serbidore.",
+ "More details can be found in the server log." : "S'ant a agatare àteros detàllios in su registru de su serbidore.",
+ "Technical details" : "Detàllios tècnicos",
+ "Remote Address: %s" : "Indiritzu remotu: %s",
+ "Request ID: %s" : "Rechesta ID: %s",
+ "Type: %s" : "Genia: %s",
+ "Code: %s" : "Còdighe: %s",
+ "Message: %s" : "Messàgiu: %s",
+ "File: %s" : "Archìviu: %s",
+ "Line: %s" : "Lìnia: %s",
+ "Trace" : "Arrasta",
+ "Security warning" : "Avisu de seguresa",
+ "Your data directory and files are probably accessible from the internet because the .htaccess file does not work." : "Is cartellas de datos e is archìvios tuos fortzis sunt atzessìbiles dae s'internet ca s'archìviu .htaccess no est funtzionende.",
+ "For information how to properly configure your server, please see the <a href=\"%s\" target=\"_blank\" rel=\"noreferrer noopener\">documentation</a>." : "Pro informatziones subra de comente cunfigurare su serbidore tuo, càstia in sa <a href=\"%s\" target=\"_blank\" rel=\"noreferrer noopener\">documentatzione</a>.",
+ "Create an <strong>admin account</strong>" : "Crea unu <strong>contu de amministratzione</strong>",
+ "Username" : "Nùmene utente",
+ "Show password" : "Mustra crae",
+ "Storage & database" : "Depòsitu e base de datos",
+ "Data folder" : "Cartella de datos",
+ "Configure the database" : "Cunfigura sa base de datos",
+ "Only %s is available." : "%s isceti est a disponimentu.",
+ "Install and activate additional PHP modules to choose other database types." : "Installa e ativa àteros mòdulos PHP pro seberare àteras genias de base de datos.",
+ "For more details check out the documentation." : "Pro àteros detàllios controlla sa documentatzione.",
+ "Database user" : "Utente base de datos",
+ "Database password" : "Crae base de datos",
+ "Database name" : "Nùmene base de datos",
+ "Database tablespace" : "Logu de sa tauledda de sa base de datos",
+ "Database host" : "Retzidore de sa base de datos",
+ "Please specify the port number along with the host name (e.g., localhost:5432)." : "Ispetzìfica su nùmeru de sa gianna aintru de su nùmene de su retzidore (p.e., retzidorelocale:5432).",
+ "Performance warning" : "Avisu de atuatzione",
+ "You chose SQLite as database." : "As seberadu SQLite comente base de datos.",
+ "SQLite should only be used for minimal and development instances. For production we recommend a different database backend." : "SQLite diat èssere impreadu isceti pro istàntzias mìnimas e de isvilupu. Pro sa produtzione cussigiamus un'àtera base de datos de palas.",
+ "If you use clients for file syncing, the use of SQLite is highly discouraged." : "Chi impreas clientes pro sa sincronizatzione de is archìvios, SQLite no est cussigiadu pro nudda.",
+ "Install recommended apps" : "Installa is aplicatziones racumandadas",
+ "Calendar, Contacts, Talk, Mail & Collaborative editing" : "Calendàriu, Cuntatos, Mutidas, Posta & Càmbios in collaboratzione",
+ "Finish setup" : "Agabba cunfiguratzione",
+ "Finishing …" : "Acabbende …",
+ "Need help?" : "Boles agiudu?",
+ "See the documentation" : "Càstia sa documentatzione",
+ "It looks like you are trying to reinstall your Nextcloud. However the file CAN_INSTALL is missing from your config directory. Please create the file CAN_INSTALL in your config folder to continue." : "Paret chi ses chirchende de torrare a installare Nextcloud. In cada manera, mancat s'archìviu CAN_INSTALL in sa cartella de cunfiguratzione. Crea s'archìviu CAN_INSTALL in sa cartella de cunfiguratzione pro sighire.",
+ "Could not remove CAN_INSTALL from the config folder. Please remove this file manually." : "No at fatu a nche bogare CAN_INSTALL dae sa cartella de cunfiguratzione. Boga custu archìviu a manu.",
+ "This application requires JavaScript for correct operation. Please {linkstart}enable JavaScript{linkend} and reload the page." : "Custa aplicatzione rechedet JavaScript pro un'operatzione curreta. {linkstart} Ativa JavaScript{linkend} e torra a carrigare sa pàgina.",
+ "Get your own free account" : "Otene su contu tuo a gratis",
+ "Skip to main content" : "Brinca a su cuntenutu printzipale",
+ "Skip to navigation of app" : "Brinca a sa navigatzione de s'aplicatzione",
+ "More apps" : "Àteras aplicatziones",
+ "More" : "Àteru",
+ "More apps menu" : "Àteros menu de aplicatziones",
+ "Contacts" : "Cuntatos",
+ "Contacts menu" : "Menu de cuntatos",
+ "Settings menu" : "Menu de is impostatziones",
+ "Confirm your password" : "Cunfirma sa crae",
+ "Connect to your account" : "Connete·ti a su contu tuo",
+ "Please log in before granting %1$s access to your %2$s account." : "Faghe s'atzessu prima de permìtere a %1$s de intrare a su %2$s contu tuo.",
+ "If you are not trying to set up a new device or app, someone is trying to trick you into granting them access to your data. In this case do not proceed and instead contact your system administrator." : "Chi non ses chirchende de impostare unu dispositivu o un'aplicatzione noa, calecunu est proende a si fàghere dare atzessu a is datos tuos. In custu casu, no sigast e cuntata s'amministradore de sistema tuo.",
+ "App token" : "Autenticadore de s'aplicatzione",
+ "Grant access" : "Dona atzessu",
+ "Alternative log in using app token" : "Atzessu alternativu cun s'autenticadore de s'aplicatzione",
+ "Account access" : "Atzessu a su contu",
+ "You are about to grant %1$s access to your %2$s account." : "Ses acanta de donare %1$s atzessu a su contu %2$s tuo.",
+ "Account connected" : "Contu collegadu",
+ "Your client should now be connected!" : "Su cliente tuo immoe diat dèpere èssere collegadu!",
+ "You can close this window." : "Podes serrare custa ventana",
+ "This share is password-protected" : "Custa cumpartzidura est amparada dae una crae",
+ "The password is wrong. Try again." : "Sa crae est isballiada. Torra a proare.",
+ "Two-factor authentication" : "Autenticatzione a duos fatores",
+ "Enhanced security is enabled for your account. Choose a second factor for authentication:" : "Su megioru de seguresa est ativadu in su contu tuo. Sèbera unu segundu fatore pro s'autenticatzione:",
+ "Could not load at least one of your enabled two-factor auth methods. Please contact your admin." : "No at fatu a carriggare a su mancu unu de is mètodos de autenticatzione a duos fatores ativados. Cuntata s'amministratzione.",
+ "Two-factor authentication is enforced but has not been configured on your account. Contact your admin for assistance." : "S'est imposta s'autenticatzione a duos fatores ma non s'est cunfigurada in su contu tuo. Cuntata s'amministratzione si boles agiudu.",
+ "Two-factor authentication is enforced but has not been configured on your account. Please continue to setup two-factor authentication." : "S'est imposta s'autenticatzione a duos fatores ma non s'est cunfigurada in su contu tuo. Sighi pro impostare s'autenticatzione a duos fatores.",
+ "Set up two-factor authentication" : "Cunfigura s'autenticatzione a duos fatores",
+ "Two-factor authentication is enforced but has not been configured on your account. Use one of your backup codes to log in or contact your admin for assistance." : "S'est imposta s'autenticatzione a duos fatores ma non s'est cunfigurada in su contu tuo. Pro intrare imprea unu de is còdighes pro sa còpia de seguresa o cuntata s'amministratzione.",
+ "Use backup code" : "Imprea su còdighe de sa còpia de seguresa",
+ "Cancel login" : "Annulla atzessu",
+ "Setup two-factor authentication" : "Cunfigura s'autenticatzione a duos fatores",
+ "Enhanced security is enforced for your account. Choose which provider to set up:" : "S'est impostu unu megioru de seguresa in su contu tuo. Sèbera su frunidore chi boles impostare:",
+ "Error while validating your second factor" : "Errore in sa validatzione de su seguntu fatore tuo",
+ "Access through untrusted domain" : "Atzessu cun domìniu non seguru",
+ "Please contact your administrator. If you are an administrator, edit the \"trusted_domains\" setting in config/config.php like the example in config.sample.php." : "Please contact your administrator. If you are an administrator, edit the \"trusted_domains\" setting in config/config.php like the example in config.sample.php.",
+ "Further information how to configure this can be found in the %1$sdocumentation%2$s." : "Àteras informatziones pro sa cunfiguratzione ddas podes agatare in sa %1$sdocumentatzione%2$s.",
+ "App update required" : "Agiornamentu de aplicatzione rechertu",
+ "%1$s will be updated to version %2$s" : "%1$s at a èssere agiornada a sa versione %2$s",
+ "The following apps will be updated:" : "Is aplicatziones in fatu ant a èssere agiornadas:",
+ "These incompatible apps will be disabled:" : "Custas aplicatziones non cumpatìbiles ant a èssere disativadas:",
+ "The theme %s has been disabled." : "Su tema %s est istadu disativadu.",
+ "Please make sure that the database, the config folder and the data folder have been backed up before proceeding." : "Prima de sighire, assegura·ti ca sa base de datos, sa cartella de cunfiguratzione e cussa de is datos tenent una còpia de seguresa.",
+ "Start update" : "Cumintza agiornamentu",
+ "To avoid timeouts with larger installations, you can instead run the following command from your installation directory:" : "Pro evitare pasadas cun installatziones mannas, podes dare su cumandu in fatu dae sa cartella de installatzione:",
+ "Detailed logs" : "Registros detalliados",
+ "Update needed" : "Tocat de agiornare",
+ "Please use the command line updater because you have a big instance with more than 50 users." : "Imprea s'atualizadore a lìnia de cummandu ca tenes un'istàntzia manna cun prus de 50 utentes.",
+ "For help, see the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"%s\">documentation</a>." : "Pro agiudos, càstia sa <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"%s\">documentatzione</a>.",
+ "I know that if I continue doing the update via web UI has the risk, that the request runs into a timeout and could cause data loss, but I have a backup and know how to restore my instance in case of a failure." : "Giai dd'isco ca chi sigu cun s'agiornamentu via internet UI ddoe at s'arriscu chi sa rechesta arribet a una pasada e podet causare sa pèrdida de is datos, ma tèngio una còpia de seguresa e isco comente recuperare s'istàntzia in casu de errore.",
+ "Upgrade via web on my own risk" : "Agiorna via web suta responsabilidade mia",
+ "Maintenance mode" : "Modalidade de mantenidura",
+ "This %s instance is currently in maintenance mode, which may take a while." : "Immoe custa %s istàntzia est in modalidade de mantenidura, e podet trigare unu pagu.",
+ "This page will refresh itself when the instance is available again." : "Custa pàgina s'at a atualizare cando s'istàntzia at a èssere torra a disponimentu.",
+ "Contact your system administrator if this message persists or appeared unexpectedly." : "Cuntata s'amministratzione de sistema si custu messàgiu abarrat o torrat a cumpàrrere",
+ "Checking whether the database schema can be updated (this can take a long time depending on the database size)" : "Averguende si s'ischema de sa base de datos faghet a dd'agiornare (podet trigare segundu sa mannària de sa base de datos)",
+ "Checked database schema update" : "Agiornamentu de s'ischema de sa base de datos averguadu",
+ "Checking updates of apps" : "Chirchende agiornamentos de aplicatziones",
+ "Checking for update of app \"%s\" in appstore" : "Chirchende un'agiornamentu de s'aplicatzione \"%s\" in aplicatziones",
+ "Update app \"%s\" from appstore" : "Agiorna s'aplicatzione \"%s\" dae sa butega de is aplicatziones",
+ "Checked for update of app \"%s\" in appstore" : "Averguadu pro s'agiornamentu de \"%s\" in sa butega de is aplicatziones",
+ "Checked database schema update for apps" : "Agiornamentu de s'ischema de sa base de datos averguadu pro aplicatziones",
+ "Following apps have been disabled: %s" : "Is aplicatziones in fatu sunt istadas disativadas: %s",
+ "Your web server is not properly set up to resolve \"{url}\". Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Si serbidore tuo no est impostadu pro risòlvere \"{url}\". Podes agatare àteras informatziones in sa <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentatzione</a>.",
+ "Your web server is not properly set up to resolve \"{url}\". This is most likely related to a web server configuration that was not updated to deliver this folder directly. Please compare your configuration against the shipped rewrite rules in \".htaccess\" for Apache or the provided one in the documentation for Nginx at it's <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation page</a>. On Nginx those are typically the lines starting with \"location ~\" that need an update." : "Su serbidore internet tuo no est cunfiguradu comente si depet pro resòlvere \"{url}\". Est probàbile chi custu dipendat dae una cunfiguratzione de su serbidore no agiornada pro cunsignare deretu custa cartella. Cunfronta sa cunfiguratzione tua cun is règulas de re-iscritura imbiadas in \".htaccess\" pro Apache o cussa frunida in sa documentatzione pro Nginx in sa <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">pàgina de documentatzione sua</a>. In Nginx giai semper sunt is lìneas chi incarrerant cun \"location ~\" chi tenent bisòngiu de un'agiornamentu.",
+ "Your web server is not properly set up to deliver .woff2 files. This is typically an issue with the Nginx configuration. For Nextcloud 15 it needs an adjustement to also deliver .woff2 files. Compare your Nginx configuration to the recommended configuration in our <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Su serbidore internet tuo no est cunfiguradu comente si depet pro produire archìvios .woff2. Custu est giai semper unu problema de sa cunfiguratzione Nginx. Pro Nextcloud 15 tocat de dd'adecuare pro produire puru archìvios .woff2. Cunfronta sa cunfiguratzione Nginx tua cun sa cunfiguratzione cussigiada in sa <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentatzione</a> nostra.",
+ "Please check the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">installation documentation ↗</a> for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "Càstia sa<a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentatzione de installatzione ↗</a> pro is notas de cunfiguratzione de su PHP e sa cunfiguratzione de su serbidore tuo, prus che totu cando impreas php-fpm.",
+ "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems. See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation ↗</a> for more information." : "Su blocu de s'archìviu de transatzione est disativada, e custu podet cumportare problemas cun is situatziones de carrera. Ativa \"filelocking.enabled\" in config.php pro evitare custos problemas. Càstia sa <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentatzione ↗</a> pro àteras informatziones. ",
+ "Last background job execution ran {relativeTime}. Something seems wrong." : "S'urtima atividade de palas est partida {relativeTime}. Calicuna cosa paret isballiada.",
+ "Check the background job settings" : "Càstia is impostatziones de s'atividade de palas",
+ "No memory cache has been configured. To enhance performance, please configure a memcache, if available. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Peruna memòria de depòsitu est istètia cunfigurada. Pro megiorare s'esecutzione, cunfigura una memòria de depòsitu, si est disponìbile. Podes agatare àteras informatziones in sa <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentatzione</a>.",
+ "No suitable source for randomness found by PHP which is highly discouraged for security reasons. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "PHP no at agatadu pro casualidade peruna orìgine adata e si cussìgiat de no ddu impreare pro resones de seguresa. Podes agatare àteras informatziones in sa <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentatzione</a>.",
+ "You are currently running PHP {version}. Upgrade your PHP version to take advantage of <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">performance and security updates provided by the PHP Group</a> as soon as your distribution supports it." : "Immoe ses impreende PHP {version}. Agiorna sa versione tua de PHP pro isfrutare <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">is novidades de esecutzione e seguresa frunidas dae su PHP Group</a> cando sa distributzione tua ddas at a suportare.",
+ "The reverse proxy header configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If not, this is a security issue and can allow an attacker to spoof their IP address as visible to the Nextcloud. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Sa cunfiguratzione de s'intestatzione de su serbidore intermèdiu cuntràriu est isballiada, o ses faghende s'atzessu in Nextcloud dae unu serbidore intermèdiu fidadu. Chi no est aici, ddoe est unu problema de seguresa chi podet permìtere a chie atachet de copiare su IP issoro comente si bidet in Nextcloud. Podes agatare àteras informatziones in sa <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentatzione</a>.",
+ "Memcached is configured as distributed cache, but the wrong PHP module \"memcache\" is installed. \\OC\\Memcache\\Memcached only supports \"memcached\" and not \"memcache\". See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">memcached wiki about both modules</a>." : "Memcached est cunfiguradu comente su depòsitu distribuidu, ma est installadu su mòdulu PHP \"memcache\" isballiadu. \\OC\\Memcache\\Memcached suportat isceti \"memcached\" e no \"memcache\". Càstia sa <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">memcached wiki subra de is duos mòdulos</a>.",
+ "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">List of invalid files…</a> / <a href=\"{rescanEndpoint}\">Rescan…</a>)" : "Calicunu archìviu no at passadu su controllu de integridade. Podes agatare prus informatziones subra comente resòlvere custu problema in sa <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentatzione</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">Elencu de is archìvios non bàlidos</a> / <a href=\"{rescanEndpoint}\">Torra a analizare...</a>).",
+ "The PHP OPcache module is not loaded. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance it is recommended</a> to load it into your PHP installation." : "Su mòdulu PHP OPcache no est carrigadu. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Pro un'esecutzione mègius, est cussigiadu</a> a ddu carrigare intro de s'installatzione PHP.",
+ "The PHP OPcache is not properly configured. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance it is recommended</a> to use the following settings in the <code>php.ini</code>:" : "Su OPcache PHP no est cunfiguradu bene. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Pro un'esecutzione mègius est cussigiadu</a> a impreare is impostatzione in fatu in su <code>php.ini</code> :",
+ "Some columns in the database are missing a conversion to big int. Due to the fact that changing column types on big tables could take some time they were not changed automatically. By running 'occ db:convert-filecache-bigint' those pending changes could be applied manually. This operation needs to be made while the instance is offline. For further details read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "In calicuna colunna de sa base de datos mancat una conversione a big int. Cambiare is genias de is colunnas in tàulas mannas podet pigare unu pagu de tempus, tando no sunt istètias cambiadas de manera automàtica. Impreende 'occ db:convert-filecache-bigint' si podent fàghere a manu is càmbios prevèdidos. S'operatzione depet èssere fata cun s'istàntzia foras de lìnia. Pro àteros detàllios leghe <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">sa pàgina de sa documentatzione subra de custu</a>.",
+ "To migrate to another database use the command line tool: 'occ db:convert-type', or see the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation ↗</a>." : "Pro andare a un'àtera base de datos, imprea custa lìnia de commandu: 'occ db:convert-type', o càstia sa <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentatzione ↗</a>.",
+ "Use of the the built in php mailer is no longer supported. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Please update your email server settings ↗<a/>." : "S'impreu de sa funtzione de posta in php no est prus suportadu. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Agiorna is cunfiguratziones de su serbidore tuo de posta ↗<a/>.",
+ "MySQL is used as database but does not support 4-byte characters. To be able to handle 4-byte characters (like emojis) without issues in filenames or comments for example it is recommended to enable the 4-byte support in MySQL. For further details read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "MySQL est impreadu comente base de datos ma no suportat is caràteres in 4-byte. Pro pòdere manigiare is caràteres in 4-byte (comente emojis) chena problemas pro esèmpiu in nùmenedearchìviu o in commentos, est cussugiadu ativare su suportu pro 4-byte in MySQL. Pro àteros detàllios leghe <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">sa pàgina de sa documentatzione subre de custu</a>.",
+ "You are accessing your instance over a secure connection, however your instance is generating insecure URLs. This most likely means that you are behind a reverse proxy and the overwrite config variables are not set correctly. Please read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "Ses faghende s'atzessu a s'istàntzia dae una connessione segura, ma in cada manera s'istàntzia est generende URLs no seguros. Est meda probàbile chi siast a palas de unu serbidore intermèdiu e is variàbiles de sa cunfiguratzione de sa subra-iscritura no siant impostadas in sa manera curreta. Leghe <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">sa pàgina de sa documentatzione subra de custu</a>.",
+ "The \"{header}\" HTTP header is not set to \"{val1}\", \"{val2}\", \"{val3}\", \"{val4}\" or \"{val5}\". This can leak referer information. See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{link}\">W3C Recommendation ↗</a>." : "S'intestatzione HTTP \"{header}\" no est impostada cun \"{val1}\", \"{val2}\", \"{val3}\", \"{val4}\" o \"{val5}\". Custu podet fàghere essire informatziones de s'orìgine. Càstia sa <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{link}\">Racumandatzione ↗</a>.",
+ "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the <a href=\"{docUrl}\" rel=\"noreferrer noopener\">security tips ↗</a>." : "S'intestu HTTP \"Seguresa-Strinta-deTràmuda\" no est impostada pro a su mancu \"{seconds}\" segundos. Pro megiorare sa seguresa, est cussigiadu a ativare HSST comente descritu in is <a href=\"{docUrl}\" rel=\"noreferrer noopener\">impòsitos de seguresa ↗</a>.",
+ "Accessing site insecurely via HTTP. You are strongly advised to set up your server to require HTTPS instead, as described in the <a href=\"{docUrl}\">security tips ↗</a>." : "S'atzessu a custu situ HTTP no est seguru. Ti racumandamus de impostare su serbidore pro rechèdere su HTTPS, comente descritu in is <a href=\"{docUrl}\">impòsitos de seguresa ↗</a>.",
+ "Continue to Nextcloud" : "Sighi in Nextcloud",
+ "_The update was successful. Redirecting you to Nextcloud in %n second._::_The update was successful. Redirecting you to Nextcloud in %n seconds._" : ["S'agiornamentu est andadu bene. Indiritzende· a Nextcloud intre %n segundu.","S'agiornamentu est andadu bene. Indiritzende·ti a Nextcloud intre %n segundos."],
+ "Searching other places" : "Chirchende àteros logos",
+ "No search results in other folders for {tag}{filter}{endtag}" : "Perunu resurtadu in àteras cartellas pro {tag}{filter}{endtag}",
+ "_{count} search result in another folder_::_{count} search results in other folders_" : ["{contu} resurtadu de chirca in un'àtera cartella","{count} resurtados de chirca in àteras cartellas"],
+ "A password reset message has been sent to the e-mail address of this account. If you do not receive it, check your spam/junk folders or ask your local administrator for help." : "Est istadu imbiadu unu messàgiu pro su risprìstinu de sa crae a s'indiritzu de posta eletrònica de custu contu. Si non ddu retzis, controlla in is cartellas de s'àliga o pide agiudu a s'amministratzione.",
+ "Password can not be changed. Please contact your administrator." : "Sa crae non faghet a dda cambiare. Cuntata s'amministratzione.",
+ "Could not fetch list of apps from the app store." : "No at fatu a recuperare sa lista dae sa butega de is aplicatziones.",
+ "Nextcloud {app}" : "Nextcloud {app}",
+ "Can't install this app because it is not compatible" : "Non faghet a installare custa aplicatzione ca no est cumpatìbile",
+ "Can't install this app" : "Non faghet a installare custa aplicatzione",
+ "These apps will be updated:" : "Custas aplicatziones ant a èssere agiornadas:",
+ "For more details see the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Pro àteros detàllios càstia sa <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentatzione</a>."
+},"pluralForm" :"nplurals=2; plural=(n != 1);"
+} \ No newline at end of file
diff --git a/core/l10n/sk.js b/core/l10n/sk.js
index 444f778b1ba..fd61eb2b54f 100644
--- a/core/l10n/sk.js
+++ b/core/l10n/sk.js
@@ -15,6 +15,7 @@ OC.L10N.register(
"No valid crop data provided" : "Neplatné dáta pre orezanie neboli zadané",
"Crop is not square" : "Orezanie nie je štvorcové",
"State token does not match" : "Príznak stavu nesúhlasí",
+ "Invalid app password" : "Neplatné heslo aplikácie",
"Could not complete login" : "Nie je možné dokončiť prihlásenie",
"Your login token is invalid or has expired" : "Váš prihlasovací token je neplatný alebo jeho platnosť skončila",
"Password reset is disabled" : "Obnovenie hesla nie je povolené",
@@ -41,76 +42,41 @@ OC.L10N.register(
"Maintenance mode is kept active" : "Režim údržby je stále aktívny",
"Updating database schema" : "Aktualizuje sa schéma databázy",
"Updated database" : "Databáza je aktualizovaná",
- "Checking whether the database schema can be updated (this can take a long time depending on the database size)" : "Kontroluje sa, či je možné aktualizovať schému databázy (to môže trvať dlhší čas v závislosti na veľkosti databázy)",
- "Checked database schema update" : "Skontrolovať aktualizáciu schémy databázy",
- "Checking updates of apps" : "Kontrolujú sa aktualizácie aplikácií",
- "Checking for update of app \"%s\" in appstore" : "Hľadá sa aktualizácia aplikácie \"%s\" v obchode",
- "Update app \"%s\" from appstore" : "Aktualizovať aplikáciu \"%s\" z obchodu",
- "Checked for update of app \"%s\" in appstore" : "Hľadá sa aktualizácia aplikácie \"%s\" v obchode",
"Checking whether the database schema for %s can be updated (this can take a long time depending on the database size)" : "Kontroluje sa, či je možné aktualizovať schému databázy pre %s (to môže trvať dlhší čas v závislosti na veľkosti databázy)",
- "Checked database schema update for apps" : "Aktualizácia schémy databázy aplikácií bola overená",
"Updated \"%1$s\" to %2$s" : "Aktualizované \"%1$s\" na %2$s",
"Set log level to debug" : "Nastaviť úroveň záznamu na ladenie",
"Reset log level" : "Obnoviť úroveň záznamu",
"Starting code integrity check" : "Začína kontrola integrity kódu",
"Finished code integrity check" : "Kontrola integrity kódu ukončená",
"%s (incompatible)" : "%s (nekompatibilná)",
- "Following apps have been disabled: %s" : "Nasledovné aplikácie boli zakázané: %s",
+ "The following apps have been disabled: %s" : "Nasledujúce aplikácie boli vypnuté: %s",
"Already up to date" : "Už aktuálne",
"Your web server is not yet properly set up to allow file synchronization, because the WebDAV interface seems to be broken." : "Váš webový server nie je zatiaľ správne nastavený, aby umožnil synchronizáciu súborov, pretože rozhranie WebDAV sa zdá byť nefunkčné.",
- "Your web server is not properly set up to resolve \"{url}\". Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Váš webový server nie je správne nastavený na spracovanie \"{url}\". Viac informácií môžete nájsť v našej <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentácii</a>.",
- "Your web server is not properly set up to resolve \"{url}\". This is most likely related to a web server configuration that was not updated to deliver this folder directly. Please compare your configuration against the shipped rewrite rules in \".htaccess\" for Apache or the provided one in the documentation for Nginx at it's <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation page</a>. On Nginx those are typically the lines starting with \"location ~\" that need an update." : "Váš web server nie je správne nastavený, aby preložil \"{url}\". To pravdepodobne súvisí s nastavením webového servera, ktoré nebolo aktualizované pre priame doručovanie tohto priečinka. Porovnajte prosím svoje nastavenia voči dodávaným rewrite pravidlám v \".htaccess\" pre Apache alebo tým, ktoré uvádzame v <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentácii</a> pre Nginx. Tam je typicky potrebné aktualizovať riadky začínajúce na \"location ~\".",
- "Your web server is not properly set up to deliver .woff2 files. This is typically an issue with the Nginx configuration. For Nextcloud 15 it needs an adjustement to also deliver .woff2 files. Compare your Nginx configuration to the recommended configuration in our <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Váš server nie je správne nastavený tak, aby doručoval súbory .woff2. Toto je typicky problém s nastavením Nginx. Pre Nextcloud 15 je potrebné ho upraviť, aby tieto súbory doručoval. Porovnajte nastavenie svojho Nginx s tým, ktorý je odporúčaný v našej <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentácii</a>.",
"PHP does not seem to be setup properly to query system environment variables. The test with getenv(\"PATH\") only returns an empty response." : "Zdá sa že PHP nie je nastavené korektne na získanie premenných prostredia. Test s príkazom getenv(\"PATH\") vráti prázdnu odpoveď.",
- "Please check the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">installation documentation ↗</a> for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "Prosím skontrolujte <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">inštalačnú dokumentáciu</a>ohľadne PHP konfigurácie a PHP konfiguráciu Vášho servra, hlavne ak používate php-fpm.",
"The read-only config has been enabled. This prevents setting some configurations via the web-interface. Furthermore, the file needs to be made writable manually for every update." : "Konfigurácia je nastavená len na čítanie. Toto znemožňuje urobiť niektoré nastavenia prostredníctvom webového rozhrania. Okrem toho, súbor musí mať zapisovanie ručne povolené pre každú aktualizáciu.",
"Your database does not run with \"READ COMMITTED\" transaction isolation level. This can cause problems when multiple actions are executed in parallel." : "Vaša databáza nebeží s úrovňou izolácie transakcií \"READ COMMITTED\". Toto môže spôsobovať problémy v prípade ak viacero akcií beží paralelne.",
- "The PHP module \"fileinfo\" is missing. It is strongly recommended to enable this module to get the best results with MIME type detection." : "Chýba PHP modul 'fileinfo'. Dôrazne doporučujeme ho povoliť pre dosiahnutie najlepších výsledkov zisťovania MIME-typu.",
- "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems. See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation ↗</a> for more information." : "Tranzakčné uzamykanie súborov je vypnuté, toto môže viesť k problémom. Nastavte \"filelocking.enabled\" v config.php. Viac informácií viď <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentácia</a>.",
+ "The PHP module \"fileinfo\" is missing. It is strongly recommended to enable this module to get the best results with MIME type detection." : "Chýba PHP modul 'fileinfo'. Dôrazne ho odporúčame povoliť pre dosiahnutie najlepších výsledkov zisťovania MIME-typu.",
"If your installation is not installed at the root of the domain and uses system cron, there can be issues with the URL generation. To avoid these problems, please set the \"overwrite.cli.url\" option in your config.php file to the webroot path of your installation (suggestion: \"{suggestedOverwriteCliURL}\")" : "Inštalácia mimo koreňový priečinok domény a používanie systémového príkazu cron môže spôsobiť problém s generovaním správnej URL. Pre zabránenie týmto chybám nastavte prosím správnu cestu v svojom config.php súbore pre hodnotu \"overwrite.cli.url\" (Doporučujeme: \"{suggestedOverwriteCliURL}\")",
"It was not possible to execute the cron job via CLI. The following technical errors have appeared:" : "Nebolo možné spustiť cron úlohu na pozadí pomocou CLI. Toto sú chyby:",
- "Last background job execution ran {relativeTime}. Something seems wrong." : "Úloha na pozadí naposledy prebehla {relativeTime}. Zdá sa, že niečo nie je v poriadku.",
- "Check the background job settings" : "Skontrolujte nastavenie úloh na pozadí",
"This server has no working Internet connection: Multiple endpoints could not be reached. This means that some of the features like mounting external storage, notifications about updates or installation of third-party apps will not work. Accessing files remotely and sending of notification emails might not work, either. Establish a connection from this server to the Internet to enjoy all features." : "Server nemá funkčné pripojenie k internetu. Niektoré moduly ako napr. externé úložisko, oznámenie o dostupných aktualizáciách alebo inštalácia aplikácií tretích strán nebudú fungovať. Vzdialený prístup k súborom a odosielanie oznamovacích emailov tiež nemusí fungovať. Ak chcete využívať všetky funkcie, odporúčame povoliť tomuto serveru pripojenie k internetu.",
- "No memory cache has been configured. To enhance performance, please configure a memcache, if available. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Nie je nakonfigurovaná vyrovnávacia pamäť. Ak chcete zvýšiť výkon, nakonfigurujte prosím memcache ak je to možné. Viac informácií nájdete v <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentácii</a>.",
- "No suitable source for randomness found by PHP which is highly discouraged for security reasons. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Použiteľný zdroj náhodnosti pre PHP nebol nájdený, čo nie je odporúčané z bezpečnostných dôvodov. Viac informácií nájdete v <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentácii</a>.",
- "You are currently running PHP {version}. Upgrade your PHP version to take advantage of <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">performance and security updates provided by the PHP Group</a> as soon as your distribution supports it." : "Aktuálne používate PHP {version}. Dôrazne odporúčame prechod na vyššiu verziu ihneď, ako to vaša distribúcia dovolí, aby ste využili <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">všetky výkonnostné a bezpečnostné možnosti novej verzie PHP</a> od PHP Group.",
- "Nextcloud 19 is the last release supporting PHP 7.2. Nextcloud 20 requires at least PHP 7.3." : "Nextcloud 19 je posledné vydanie podporujúce PHP 7.2. Nextcloud 20 vyžaduje najmenej PHP 7.3.",
- "The reverse proxy header configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If not, this is a security issue and can allow an attacker to spoof their IP address as visible to the Nextcloud. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Konfigurácia hlavičiek reverse proxy nie je správna alebo pristupujete k NextCloud z dôveryhodného proxy servera. Ak k Nextcloud nepristupujete z dôveryhodného proxy servera, vzniká bezpečnostné riziko - IP adresa potenciálneho útočníka, ktorú vidí Nextcloud, môže byť falošná. Viac informácií nájdete v našej <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentácii</a>.",
- "Memcached is configured as distributed cache, but the wrong PHP module \"memcache\" is installed. \\OC\\Memcache\\Memcached only supports \"memcached\" and not \"memcache\". See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">memcached wiki about both modules</a>." : "Memcached je nakonfigurovaný ako distribuovaná vyrovnávacia pamäť, ale v PHP je nainštalovaný nesprávny modul - \"memcache\". \\OC\\Memcache\\Memcached podporuje len modul \"memcached\", \"memcache\" nie je podporovaný. Viac informácií nájdete na <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">memcached wiki stránke o oboch moduloch</a>.",
- "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">List of invalid files…</a> / <a href=\"{rescanEndpoint}\">Rescan…</a>)" : "Niektoré zo súborov neprešli kontrolou integrity. Viac informácii, aku napraviť túto situáciu, nájdete v našej <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentácii</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">Zobraziť zoznam podozrivých súborov</a> / <a href=\"{rescanEndpoint}\">Verifikovať znovu..</a>)",
- "The PHP OPcache module is not loaded. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance it is recommended</a> to load it into your PHP installation." : "PHP modul OPcache nie je načítaný. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Pre zvýšenie výkonu ho odporúčame</a> zahrnúť do Vašej PHP inštalácie.",
- "The PHP OPcache is not properly configured. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance it is recommended</a> to use the following settings in the <code>php.ini</code>:" : "PHP OPcache nie je nakonfigurovaná správne. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Pre zvýšenie výkonu</a> použite v <code>php.ini</code> nasledovné odporúčané nastavenia:",
+ "Nextcloud 20 is the last release supporting PHP 7.2. Nextcloud 21 requires at least PHP 7.3." : "Nextcloud 20 je posledné vydanie podporujúce PHP 7.2. Nextcloud 21 vyžaduje aspoň PHP 7.3.",
"The PHP function \"set_time_limit\" is not available. This could result in scripts being halted mid-execution, breaking your installation. Enabling this function is strongly recommended." : "Funkcia PHP \"set_time_limit\" nie je k dispozícii. To by mohlo viesť k zastaveniu skriptov v polovici vykonávania, čím by došlo k prerušeniu inštalácie. Dôrazne odporúčame povoliť túto funkciu.",
"Your PHP does not have FreeType support, resulting in breakage of profile pictures and the settings interface." : "Vaše PHP nemá podporu FreeType, čo bude mať za následok poškodenie profilových obrázkov a rozhrania nastavení.",
"Missing index \"{indexName}\" in table \"{tableName}\"." : "Chýbajúci index \"{indexName}\" v tabuľke \"{tableName}\".",
"The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "V databáze chýbajú nejaké indexy. Keďže pridávanie indexov voči veľkým tabuľkám môže trvať dlho, tak neboli pridané automaticky. Spustením príkazu \"occ db:add-missing-indices\" môžete tieto chýbajúce indexy pridať ručne počas behu. Akonáhle budú indexy aktívne, tak požiadavky voči databáze budú podstatne rýchlejšie.",
+ "Missing optional column \"{columnName}\" in table \"{tableName}\"." : "Chýba nepovinný stĺpec „{columnName}“ v tabuľke „{tableName}“.",
+ "The database is missing some optional columns. Due to the fact that adding columns on big tables could take some time they were not added automatically when they can be optional. By running \"occ db:add-missing-columns\" those missing columns could be added manually while the instance keeps running. Once the columns are added some features might improve responsiveness or usability." : "V databáze chýbajú niektoré voliteľné stĺpce. Vzhľadom na skutočnosť, že pridanie stĺpcov na veľké tabuľky by mohlo nejaký čas trvať, neboli pridané automaticky, keď môžu byť voliteľné. Spustením príkazu „occ db: add-missing-columns“ sa tieto chýbajúce stĺpce môžu pridať ručne, zatiaľ čo inštancia zostáva v prevádzke. Po pridaní stĺpcov môžu niektoré funkcie zlepšiť odozvu alebo použiteľnosť.",
"This instance is missing some recommended PHP modules. For improved performance and better compatibility it is highly recommended to install them." : "V tejto inštancii chýbajú niektoré odporúčané moduly PHP.\nAk chcete zlepšiť výkon a kompatibilitu, dôrazne odporúčame, aby ste ich nainštalovali.",
- "Some columns in the database are missing a conversion to big int. Due to the fact that changing column types on big tables could take some time they were not changed automatically. By running 'occ db:convert-filecache-bigint' those pending changes could be applied manually. This operation needs to be made while the instance is offline. For further details read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "Niektorým stĺpcom v databáze chýba konverzia na big int. Vzhľadom k tomu, že zmena typov stĺpcov na veľkých tabuľkých môže trvať dlhšie, neboli pri aktualizácii zmenené. Spustením príkazu 'occ db:convert-filecache-bigint' budú tieto nevybavené zmeny aplikované ručne. Táto operácia musí byť vykonaná v čase keď je inštancia offline. Ďalšie podrobnosti na <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">stránke dokumentácie</a>.",
"SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend." : "Ako databáza je použitá SQLite. Pre väčšie inštalácie odporúčame prejsť na inú databázu.",
"This is particularly recommended when using the desktop client for file synchronisation." : "Toto odporúčame najmä pri používaní klientských aplikácií na synchronizáciu s desktopom.",
- "To migrate to another database use the command line tool: 'occ db:convert-type', or see the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation ↗</a>." : "Pre migráciu na inú databázu použite príkaz: 'occ db:convert-type', alebo viď <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentácia</a>.",
- "Use of the the built in php mailer is no longer supported. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Please update your email server settings ↗<a/>." : "Použitie PHP interného mailera už nie je podporované. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Prosím aktualizujte nastavenie Vášho email servra<a/>.",
"The PHP memory limit is below the recommended value of 512MB." : "Limit pre pamäť PHP je nižší ako odporúčaná hodnota 512MB.",
"Some app directories are owned by a different user than the web server one. This may be the case if apps have been installed manually. Check the permissions of the following app directories:" : "Niektoré aplikačné priečinky majú iného vlastníka ako web server. Toto môže nastať ak aplikácie boli inštalované manuálne. Skontrolujte práva nasledovných priečinkov nasledovných aplikácií:",
- "MySQL is used as database but does not support 4-byte characters. To be able to handle 4-byte characters (like emojis) without issues in filenames or comments for example it is recommended to enable the 4-byte support in MySQL. For further details read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "Ako databáza sa používa MySQL, ale nepodporuje 4-bajtové znaky. Aby vbolo možné také znaky (ako napr. emoji) bez problémov spracovať, odporúčame povoliť v MySQL podporu pre 4-bajtové znaky. Viac o tejto problematike nájdete v <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentácii</a>.",
"This instance uses an S3 based object store as primary storage. The uploaded files are stored temporarily on the server and thus it is recommended to have 50 GB of free space available in the temp directory of PHP. Check the logs for full details about the path and the available space. To improve this please change the temporary directory in the php.ini or make more space available in that path." : "Táto inštancia používa ako hlavné úložisko objektové úložisko, ktoré je založené na protokole S3. Nahrávané súbory sú však dočasne ukladané priamo na server a preto odporúčame mať v PHP adresári pre dočasné súbory aspoň 50 GB voľného priestoru. Podrobnosti o umiestnení a priestore, ktorý je k dispozícii nájdete v logoch. Zmenu adresára pre dočasné súbory môžete uskutočniť v php.ini alebo zvýšte kapacitu súčasného umiestnenia.",
- "You are accessing your instance over a secure connection, however your instance is generating insecure URLs. This most likely means that you are behind a reverse proxy and the overwrite config variables are not set correctly. Please read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "Pristupujete k svojej inštancii prostredníctvom zabezpečeného pripojenia, vaša inštancia však generuje nezabezpečené adresy URL. To s najväčšou pravdepodobnosťou znamená, že stojíte za reverzným proxy serverom a konfiguračné premenné prepisovania nie sú správne nastavené. Prečítajte si o tom <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentačnú stránku</a>.",
"Error occurred while checking server setup" : "Počas kontroly nastavenia serveru sa stala chyba",
"Your data directory and files are probably accessible from the Internet. The .htaccess file is not working. It is strongly recommended that you configure your web server so that the data directory is no longer accessible, or move the data directory outside the web server document root." : "Váš priečinok s dátami aj vaše súbory sú pravdepodobne prístupné z internetu. Súbor .htaccess nefunguje. Dôrazne odporúčame nakonfigurovať webový server tak, aby priečinok s dátami nebol naďalej prístupný alebo presunúť priečinok s dátami mimo priestoru, ktorý webový server sprístupňuje.",
"The \"{header}\" HTTP header is not set to \"{expected}\". This is a potential security or privacy risk, as it is recommended to adjust this setting accordingly." : "Hlavička HTTP \"{header}\" nie je nakonfigurovaná tak, aby sa rovnala \"{expected}\". Toto je potenciálne riziko pre bezpečnosť alebo ochranu osobných údajov a preto odporúčame toto nastavenie upraviť.",
"The \"{header}\" HTTP header is not set to \"{expected}\". Some features might not work correctly, as it is recommended to adjust this setting accordingly." : "Hlavička HTTP \"{header}\" nie je nakonfigurovaná tak, aby sa rovnala \"{expected}\". Toto je potenciálne riziko pre bezpečnosť alebo ochranu osobných údajov a preto odporúčame toto nastavenie upraviť.",
"The \"{header}\" HTTP header doesn't contain \"{expected}\". This is a potential security or privacy risk, as it is recommended to adjust this setting accordingly." : "Hlavička HTTP \"{header}\" neobsahuje \"{expected}\". Toto je potenciálne riziko pre bezpečnosť alebo ochranu osobných údajov a preto odporúčame toto nastavenie upraviť.",
- "The \"{header}\" HTTP header is not set to \"{val1}\", \"{val2}\", \"{val3}\", \"{val4}\" or \"{val5}\". This can leak referer information. See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{link}\">W3C Recommendation ↗</a>." : "HTTP hlavička \"{header}\" nie je nastavená na \"{val1}\", \"{val2}\", \"{val3}\", \"{val4}\" alebo \"{val5}\". Môže to spôsobiť únik referer informácie. Pozrite si <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{link}\">W3C odporúčania</a>.",
- "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the <a href=\"{docUrl}\" rel=\"noreferrer noopener\">security tips ↗</a>." : "Hlavička HTTP \"Strict-Transport-Security\" nie je nakonfigurovaná aspoň na \"{seconds}\" sekúnd. Pre zvýšenie bezpečnosti odporúčame povoliť HSTS tak, ako je to popísané v našich <a href=\"{docUrl}\" rel=\"noreferrer noopener\">bezpečnostných tipoch</a>.",
- "Accessing site insecurely via HTTP. You are strongly advised to set up your server to require HTTPS instead, as described in the <a href=\"{docUrl}\">security tips ↗</a>." : "Stránku ste načítali cez nezabezpečene spojenie pomocou protokolu HTTP. Dôrazne sa odporúča nastaviť server tak, aby vyžadoval zabezpečené spojenie pomocou protokolu HTTPS. Viac sa dočítate v bezpečnostných tipoch <a href=\"{docUrl}\"> ↗</a>.",
- "Non-existing tag #{tag}" : "Neexistujúca značka #{tag}",
- "restricted" : "obmedzený",
- "invisible" : "neviditeľný",
- "Delete" : "Zmazať",
- "Rename" : "Premenovať",
- "Collaborative tags" : "Kolaboratívne značky",
- "No tags found" : "Štítky sa nenašli",
"unknown text" : "neznámy text",
"Hello world!" : "Ahoj svet!",
"sunny" : "slnečno",
@@ -125,27 +91,23 @@ OC.L10N.register(
"Please reload the page." : "Obnovte prosím stránku.",
"The update was unsuccessful. For more information <a href=\"{url}\">check our forum post</a> covering this issue." : "Aktualizácia neprebehla úspešne. Pre viac informácií <a href=\"{url}\">navštívte príspevok na našom fóre</a>, ktorý pokrýva tento problém.",
"The update was unsuccessful. Please report this issue to the <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">Nextcloud community</a>." : "Aktualizácia bola neúspešná. Oznámte prosím tento problém <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">komunite Nextcloud</a>.",
- "Continue to Nextcloud" : "Pokračovať na Nextcloud",
- "_The update was successful. Redirecting you to Nextcloud in %n second._::_The update was successful. Redirecting you to Nextcloud in %n seconds._" : ["Aktualizácia bola úspešná. Presmerúva sa na Nextcloud za %n sekundu.","Aktualizácia bola úspešná. Presmerúva sa na Nextcloud za %n sekundy.","Aktualizácia bola úspešná. Presmerúva sa na Nextcloud za %n sekúnd.","Aktualizácia bola úspešná. Presmerúva sa na Nextcloud za %n sekúnd."],
- "Searching other places" : "Prehľadanie ostatných umiestnení",
- "No search results in other folders for {tag}{filter}{endtag}" : "Žiadne výsledky vyhľadávania v ostatných priečinkoch pre {tag}{filter}{endtag}",
- "_{count} search result in another folder_::_{count} search results in other folders_" : ["{count} výsledok vyhľadávania v ostatných priečinkoch","{count} výsledky vyhľadávania v ostatných priečinkoch","{count} výsledkov vyhľadávania v ostatných priečinkoch","{count} výsledkov vyhľadávania v ostatných priečinkoch"],
+ "Log in" : "Prihlásiť sa",
+ "Logging in …" : "Prihlasujem ...",
"Server side authentication failed!" : "Autentifikácia na serveri zlyhala!",
"Please contact your administrator." : "Kontaktujte prosím vášho administrátora.",
"An internal error occurred." : "Došlo k vnútornej chybe.",
"Please try again or contact your administrator." : "Skúste to znovu, alebo sa obráťte na vášho administrátora.",
- "Username or email" : "používateľské meno alebo e-mail",
+ "Username or email" : "Používateľské meno alebo e-mail",
"Password" : "Heslo",
- "Log in" : "Prihlásiť sa",
- "Logging in …" : "Prihlasujem ...",
- "Wrong username or password." : "Neprávne používateľské meno alebo heslo.",
+ "Wrong username or password." : "Nesprávne používateľské meno alebo heslo.",
"User disabled" : "Používateľ zakázaný",
"We have detected multiple invalid login attempts from your IP. Therefore your next login is throttled up to 30 seconds." : "Zaznamenali sme viacnásobné chybné prihlásenie z Vašej IP adresy. Vaše nasledujúce prihlásenie bude pozdržané o 30 sekúnd.",
+ "Your account is not setup for passwordless login." : "Váš účet nie je nastavený pre bezheslové overovanie.",
+ "Passwordless authentication is not supported in your browser." : "Bezheslové overovanie nie je vo vašom prehliadači podporované.",
+ "Passwordless authentication is only available over a secure connection." : "Bezheslové overovanie je dostupné len pomocou šifrovaného pripojenia.",
"Reset password" : "Obnovenie hesla",
- "A password reset message has been sent to the e-mail address of this account. If you do not receive it, check your spam/junk folders or ask your local administrator for help." : "Správa s informáciami na zmenu hesla bola zaslaná na email uvedený v tomto účte. Ak tam nie je, skontrolujte si priečinok nevyžiadanej pošty a kôš, alebo požiadajte svojho administrátora o pomoc.",
"If it is not there ask your local administrator." : "Ak tam nie je, pýtajte sa vášho lokálneho administrátora.",
"Couldn't send reset email. Please contact your administrator." : "Nemožno poslať email pre obnovu. Kontaktujte prosím vášho administrátora.",
- "Password can not be changed. Please contact your administrator." : "Heslo nemožno zmeniť. Kontaktujte prosím vášho administrátora.",
"Back to login" : "Späť na prihlásenie",
"New password" : "Nové heslo",
"Your files are encrypted. There will be no way to get your data back after your password is reset. If you are not sure what to do, please contact your administrator before you continue. Do you really want to continue?" : "Vaše súbory sú šifrované. Po obnovení hesla nebude možné dostať sa k vašim údajom. Ak neviete, čo robíte, kontaktujte vášho administrátora a až potom pokračujte. Naozaj chcete pokračovať?",
@@ -153,20 +115,23 @@ OC.L10N.register(
"Resetting password" : "Obnovuje sa heslo",
"Recommended apps" : "Odporúčané apky",
"Loading apps …" : "Načítavanie apiek...",
- "Could not fetch list of apps from the app store." : "Nepodarilo sa načítať zoznam apiek z katalógu.",
"Installing apps …" : "Inštalácia apiek...",
- "Nextcloud {app}" : "Nextcloud {app}",
"App download or installation failed" : "Nepodarilo sa prevziať alebo nainštalovať apku",
- "Can't install this app because it is not compatible" : "Táto apka sa nedá nainštalovať, nie je kompatibilná",
- "Can't install this app" : "Táto apka sa nedá nainštalovať",
"Cancel" : "Zrušiť",
"Schedule work & meetings, synced with all your devices." : "Naplánujte si prácu a stretnutia, synchronizované so všetkými vašimi zariadeniami.",
"Keep your colleagues and friends in one place without leaking their private info." : "Udržujte si údaje o svojich kolegoch a priateľoch na jednom mieste bez hrozby úniku ich súkromných informácií tretím stranám.",
"Simple email app nicely integrated with Files, Contacts and Calendar." : "Jednoduchá apka pre čítanie e-mailov, prepojená so Súbormi, Kontaktami a Kalendárom.",
"Chatting, video calls, screensharing, online meetings and web conferencing – in your browser and with mobile apps." : "Četovanie, videohovory, zdieľanie obrazovky, online stretnutia a webové konferencie - vo vašom prehliadači a pomocou mobilných aplikácií.",
"Collaboratively edit office documents." : "Spolupracujte na úprave kancelárskych dokumentov.",
- "Local document editing back-end used by the OnlyOffice app." : "Miestna úprava dokumentov využíva aplikáciu OnlyOffice.",
+ "Local document editing back-end used by the Collabora Online app." : "Miestna úprava dokumentov využíva aplikáciu Collabora Online.",
"Forgot password?" : "Zabudli ste heslo?",
+ "Log in with a device" : "Prihlásiť sa pomocou zariadenia",
+ "Back" : "Späť",
+ "Reset search" : "Vynuluj vyhľadávanie",
+ "No results for {query}" : "Žiadne výsledky pre {query}",
+ "Loading more results …" : "Načítava sa viac výsledkov …",
+ "Load more results" : "Načítať viac výsledkov",
+ "Search" : "Hľadať",
"Settings" : "Nastavenia",
"Could not load your contacts" : "Nie je možné načítať Vaše kontakty",
"Search contacts …" : "Prehľadať kontakty...",
@@ -234,6 +199,13 @@ OC.L10N.register(
"Strong password" : "Silné heslo",
"No action available" : "NIe sú dostupné žiadne akcie",
"Error fetching contact actions" : "Chyba počas získavania akcií kontaktu",
+ "Non-existing tag #{tag}" : "Neexistujúca značka #{tag}",
+ "restricted" : "obmedzený",
+ "invisible" : "neviditeľný",
+ "Delete" : "Zmazať",
+ "Rename" : "Premenovať",
+ "Collaborative tags" : "Kolaboratívne značky",
+ "No tags found" : "Štítky sa nenašli",
"Personal" : "Osobné",
"Users" : "Používatelia",
"Apps" : "Aplikácie",
@@ -243,6 +215,7 @@ OC.L10N.register(
"File not found" : "Súbor nenájdený",
"The document could not be found on the server. Maybe the share was deleted or has expired?" : "Na serveri sa nepodarilo nájsť dokument. Je možné, že bolo zrušené sprístupnenie alebo skončila jeho platnosť.",
"Back to %s" : "Späť na %s",
+ "Too many requests" : "Priveľa požiadavok",
"Error" : "Chyba",
"Internal Server Error" : "Vnútorná chyba servera",
"The server was unable to complete your request." : "Server nebol schopný dokončiť vašu žiadosť.",
@@ -280,7 +253,7 @@ OC.L10N.register(
"SQLite should only be used for minimal and development instances. For production we recommend a different database backend." : "SQLite by sa malo používať len pre naozaj maličké alebo vývojové inštancie. Pre produkčné použitie výrazne odporúčame použiť robustnejšiu databázu.",
"If you use clients for file syncing, the use of SQLite is highly discouraged." : "Ak používate klientské aplikácie pre synchronizáciu súborov, tak výrazne odporúčame nepoužívať SQLite.",
"Install recommended apps" : "Nainštalovať odporúčané apky",
- "Calendar, Contacts, Talk, Mail & OnlyOffice" : "Kalendár, Kontakty, Talk, E-mail a OnlyIffice",
+ "Calendar, Contacts, Talk, Mail & Collaborative editing" : "Kalendár, Kontakty, Rozhovory, Pošta a Spoločné úpravy",
"Finish setup" : "Dokončiť inštaláciu",
"Finishing …" : "Dokončujem...",
"Need help?" : "Potrebujete pomoc?",
@@ -294,14 +267,13 @@ OC.L10N.register(
"More apps" : "Viac aplikácií",
"More" : "Viac",
"More apps menu" : "Menu ostatných aplikácií",
- "Search" : "Hľadať",
- "Reset search" : "Vynuluj vyhľadávanie",
"Contacts" : "Kontakty",
"Contacts menu" : "Menu kontaktov",
"Settings menu" : "Menu nastavení",
"Confirm your password" : "Potvrďte svoje heslo",
"Connect to your account" : "Pripojte sa k svojmu účtu",
"Please log in before granting %1$s access to your %2$s account." : "Skôr než udelíte prístup pre %1$s do vášho účtu %2$s je potrebné sa prihlásiť.",
+ "If you are not trying to set up a new device or app, someone is trying to trick you into granting them access to your data. In this case do not proceed and instead contact your system administrator." : "Ak sa nesnažíte nastaviť nové zariadenie alebo aplikáciu, niekto sa vás pokúša oklamať, aby ste im poskytli prístup k vašim údajom. V takom prípade nepokračujte a obráťte sa na správcu systému.",
"App token" : "Token aplikácie",
"Grant access" : "Povoliť prístup",
"Alternative log in using app token" : "Alternatívne prihlásenie pomocou tokenu aplikácie",
@@ -329,7 +301,7 @@ OC.L10N.register(
"Further information how to configure this can be found in the %1$sdocumentation%2$s." : "Viac informácií o konfigurácii je možné nájsť v %1$s dokumentácii %2$s.",
"App update required" : "Je nutná aktualizácia aplikácie",
"%1$s will be updated to version %2$s" : "%1$s bude zaktualizovaný na verziu %2$s.",
- "These apps will be updated:" : "Tieto aplikácie budú aktualizované:",
+ "The following apps will be updated:" : "Aktualizujú sa nasledujúce aplikácie:",
"These incompatible apps will be disabled:" : "Tieto nekompatibilné aplikácie budú vypnuté:",
"The theme %s has been disabled." : "Téma %s bola zakázaná.",
"Please make sure that the database, the config folder and the data folder have been backed up before proceeding." : "Pred vykonaním ďalšieho kroku sa presvedčte, že databáza, konfiguračný a dátový priečinok sú zazálohované.",
@@ -345,95 +317,48 @@ OC.L10N.register(
"This %s instance is currently in maintenance mode, which may take a while." : "Táto %s inštancia je v súčasnej dobe v režime údržby. Počkajte prosím.",
"This page will refresh itself when the instance is available again." : "Táto stránka sa obnoví sama hneď ako bude inštancia znovu dostupná.",
"Contact your system administrator if this message persists or appeared unexpectedly." : "Kontaktujte prosím správcu systému, ak sa táto správa objavuje opakovane alebo neočakávane.",
- "Could not send reset email because there is no email address for this username. Please contact your administrator." : "Nemožno poslať email pre obnovu, lebo pre zadaného používateľa neexistuje emailová adresa. Kontaktujte prosím vášho administrátora.",
- "Couldn't send reset email. Please make sure your username is correct." : "Nemožno poslať email pre obnovu. Uistite sa, či vkladáte správne používateľské meno.",
- "We have send a password reset e-mail to the e-mail address known to us for this account. If you do not receive it within a reasonable amount of time, check your spam/junk folders.<br>If it is not there ask your local administrator." : "Odkaz na obnovenie hesla bol odoslaný na e-mailovú adresu uvedenú pre tento účet. Ak ho v krátkej dobe neobdržíte, skontrolujte si priečinok nevyžiadanej pošty a kôš.<br>Ak ho nenájdete, kontaktujte svojho správcu systému.",
- "Your files are encrypted. There will be no way to get your data back after your password is reset.<br />If you are not sure what to do, please contact your administrator before you continue. <br />Do you really want to continue?" : "Vaše súbory sú zašifrované. Po zresetovaní vášho hesla nebude možné vaše dáta obnoviť.<br />Ak si nie ste istý, pred pokračovaním kontaktujte administrátora.<br />Skutočne si prajete pokračovať?",
- "Sending email …" : "Posielam email …",
- "You are currently running PHP 5.6. The current major version of Nextcloud is the last that is supported on PHP 5.6. It is recommended to upgrade the PHP version to 7.0+ to be able to upgrade to Nextcloud 14." : "Aktuálne používate PHP 5.6. Aktuálne verzia Nextcloud podporuje verziu PHP 5.6, ale odporúčame upgrade na PHP verzie 7.0 a vyššej pre upgrade na Nextcloud 14",
- "Accessing site insecurely via HTTP. You are strongly adviced to set up your server to require HTTPS instead, as described in the <a href=\"{docUrl}\">security tips ↗</a>." : "Prístup na túto stránku sa uskutočňuje prostredníctvom nezabezpečeného protokolu HTTP. Dôrazne odporúčame, aby ste namiesto toho nakonfigurovali server tak, aby vyžadoval použitie HTTPS, ako je to popísané v našich <a href=\"{docUrl}\">bezpečnostných tipoch</a>.",
- "Shared" : "Sprístupnené",
- "Shared with" : "Sprístupnené používateľovi",
- "Shared by" : "Sprístupnené používateľom",
- "Choose a password for the public link" : "Zadajte heslo pre tento verejný odkaz",
- "Choose a password for the public link or press the \"Enter\" key" : "Zvoľte heslo pre verejný link alebo stlačte klávesu \"Enter\"",
- "Copied!" : "Skopírované!",
- "Copy link" : "Kopíruj odkaz",
- "Not supported!" : "Nie je podporované!",
- "Press ⌘-C to copy." : "Stlač ⌘-C pre skopírovanie.",
- "Press Ctrl-C to copy." : "Stlač Ctrl-C pre skopírovanie.",
- "Unable to create a link share" : "Nie je možné vytvoriť odkaz pre sprístupnenie",
- "Unable to toggle this option" : "Túto voľbu nie je možné prepnúť",
- "Resharing is not allowed" : "Sprístupnenie už sprístupnenej položky nie je povolené",
- "Link" : "Odkaz",
- "Hide download" : "Skryť sťahovanie",
- "Password protection enforced" : "Vynútená ochrana heslom",
- "Password protect" : "Chrániť heslom",
- "Allow editing" : "Povoliť úpravy",
- "Email link to person" : "Odoslať odkaz emailom",
- "Send" : "Odoslať",
- "Allow upload and editing" : "Povoliť nahratie a úpravy",
- "Read only" : "Len na čítanie",
- "File drop (upload only)" : "Odovzdávanie súborov (len nahrávanie)",
- "Expiration date enforced" : "Vynútený dátum ukončenia platnosti",
- "Set expiration date" : "Nastaviť dátum expirácie",
- "Expiration" : "Koniec platnosti",
- "Expiration date" : "Dátum expirácie",
- "Note to recipient" : "Poznámka pre príjemcu",
- "Unshare" : "Zneprístupniť",
- "Delete share link" : "Zmazať sprístupnený odkaz",
- "Add another link" : "Pridať ďalší odkaz",
- "Password protection for links is mandatory" : "Ochrana heslom je pre odkazy povinná",
- "Share to {name}" : "Zdieľať s {name}",
- "Share link" : "Sprístupniť odkaz",
- "New share link" : "Nový odkaz na sprístupnenie",
- "Created on {time}" : "Vytvorené {time}",
- "Password protect by Talk" : "Chránené heslom apkou Talk",
- "Could not unshare" : "Nepodarilo sa zrušiť sprístupnenie",
- "Shared with you and the group {group} by {owner}" : "Sprístupnené vám a skupine {group} používateľom {owner}",
- "Shared with you and {circle} by {owner}" : "Sprístupnené vám a {circle} od {owner}",
- "Shared with you and the conversation {conversation} by {owner}" : "Sprístupnené vám a rozhovoru {conversation} od {owner}",
- "Shared with you in a conversation by {owner}" : "Sprístupnené vám vrámci rozhovoru s {owner}",
- "Shared with you by {owner}" : "Sprístupnené vám používateľom {owner}",
- "Choose a password for the mail share" : "Zvoľte heslo pre zdieľanie pošty",
- "group" : "skupina",
- "remote" : "vzdialený",
- "remote group" : "vzdialená skupina",
- "email" : "E-mail",
- "conversation" : "rozhovor",
- "shared by {sharer}" : "zdieľal {sharer}",
- "Can reshare" : "Môže opätovne zdieľať",
- "Can edit" : "Môže upravovať",
- "Can create" : "Môže vytvárať",
- "Can change" : "Môže meniť",
- "Can delete" : "Môže odstraňovať",
- "Access control" : "Prístupové práva",
- "{shareInitiatorDisplayName} shared via link" : "{shareInitiatorDisplayName} zdieľal pomocou odkazu",
- "Error while sharing" : "Chyba počas sprístupňovania",
- "Share details could not be loaded for this item." : "Nebolo možné načítať údaje o sprístupnení tejto položky.",
- "Search globally" : "Hľadať globálne",
- "_At least {count} character is needed for autocompletion_::_At least {count} characters are needed for autocompletion_" : ["Najmenej {count} znak je potrebný pre autodopĺňanie","Najmenej {count} znaky sú potrebné pre autodopĺňanie","Najmenej {count} znakov je potrebných pre autodopĺňanie","Najmenej {count} znakov je potrebných pre autodopĺňanie"],
- "This list is maybe truncated - please refine your search term to see more results." : "Tento zoznam môže byť skrátený - upresnite hľadaný výraz, aby ste získali viac výsledkov.",
- "No users or groups found for {search}" : "Výrazu {search} nezodpovedá žiadny používateľ ani skupina",
- "No users found for {search}" : "Výrazu {search} nezodpovedá žiadny používateľ",
- "An error occurred (\"{message}\"). Please try again" : "Nastala chyba (\"{message}\"). Prosím, skúste znova",
- "An error occurred. Please try again" : "Nastala chyba. Skúste to prosím znovu",
- "Home" : "Domov",
- "Work" : "Práca",
- "Other" : "Iné",
- "{sharee} (remote group)" : "{sharee} (vzdialená skupina)",
- "{sharee} ({type}, {owner})" : "{sharee} ({type}, {owner})",
- "Share" : "Sprístupniť",
- "Name or email address..." : "Meno alebo e-mailová adresa...",
- "Name or federated cloud ID..." : "Meno alebo federatívny cloud ID...",
- "Name, federated cloud ID or email address..." : "Meno, federatívny cloud ID alebo e-mailová adresa...",
- "Name..." : "Meno...",
- "Error removing share" : "Chyba pri rušení sprístupnenia",
- "({scope})" : "({scope})",
- "Saving..." : "Ukladám...",
- "Dismiss" : "Odmietnuť",
- "Your client should now be connected! You can close this window." : "Váš klient by mal byť pripojený. Toto okno už môžete zatvoriť.",
- "New Password" : "Nové heslo",
- "Cancel log in" : "Zrušiť prihlásenie"
+ "Checking whether the database schema can be updated (this can take a long time depending on the database size)" : "Kontroluje sa, či je možné aktualizovať schému databázy (to môže trvať dlhší čas v závislosti na veľkosti databázy)",
+ "Checked database schema update" : "Skontrolovať aktualizáciu schémy databázy",
+ "Checking updates of apps" : "Kontrolujú sa aktualizácie aplikácií",
+ "Checking for update of app \"%s\" in appstore" : "Hľadá sa aktualizácia aplikácie \"%s\" v obchode",
+ "Update app \"%s\" from appstore" : "Aktualizovať aplikáciu \"%s\" z obchodu",
+ "Checked for update of app \"%s\" in appstore" : "Hľadá sa aktualizácia aplikácie \"%s\" v obchode",
+ "Checked database schema update for apps" : "Aktualizácia schémy databázy aplikácií bola overená",
+ "Following apps have been disabled: %s" : "Nasledovné aplikácie boli zakázané: %s",
+ "Your web server is not properly set up to resolve \"{url}\". Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Váš webový server nie je správne nastavený na spracovanie \"{url}\". Viac informácií môžete nájsť v našej <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentácii</a>.",
+ "Your web server is not properly set up to resolve \"{url}\". This is most likely related to a web server configuration that was not updated to deliver this folder directly. Please compare your configuration against the shipped rewrite rules in \".htaccess\" for Apache or the provided one in the documentation for Nginx at it's <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation page</a>. On Nginx those are typically the lines starting with \"location ~\" that need an update." : "Váš web server nie je správne nastavený, aby preložil \"{url}\". To pravdepodobne súvisí s nastavením webového servera, ktoré nebolo aktualizované pre priame doručovanie tohto priečinka. Porovnajte prosím svoje nastavenia voči dodávaným rewrite pravidlám v \".htaccess\" pre Apache alebo tým, ktoré uvádzame v <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentácii</a> pre Nginx. Tam je typicky potrebné aktualizovať riadky začínajúce na \"location ~\".",
+ "Your web server is not properly set up to deliver .woff2 files. This is typically an issue with the Nginx configuration. For Nextcloud 15 it needs an adjustement to also deliver .woff2 files. Compare your Nginx configuration to the recommended configuration in our <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Váš server nie je správne nastavený tak, aby doručoval súbory .woff2. Toto je typicky problém s nastavením Nginx. Pre Nextcloud 15 je potrebné ho upraviť, aby tieto súbory doručoval. Porovnajte nastavenie svojho Nginx s tým, ktorý je odporúčaný v našej <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentácii</a>.",
+ "Please check the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">installation documentation ↗</a> for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "Prosím skontrolujte <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">inštalačnú dokumentáciu</a>ohľadne PHP konfigurácie a PHP konfiguráciu Vášho servra, hlavne ak používate php-fpm.",
+ "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems. See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation ↗</a> for more information." : "Tranzakčné uzamykanie súborov je vypnuté, toto môže viesť k problémom. Nastavte \"filelocking.enabled\" v config.php. Viac informácií viď <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentácia</a>.",
+ "Last background job execution ran {relativeTime}. Something seems wrong." : "Úloha na pozadí naposledy prebehla {relativeTime}. Zdá sa, že niečo nie je v poriadku.",
+ "Check the background job settings" : "Skontrolujte nastavenie úloh na pozadí",
+ "No memory cache has been configured. To enhance performance, please configure a memcache, if available. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Nie je nakonfigurovaná vyrovnávacia pamäť. Ak chcete zvýšiť výkon, nakonfigurujte prosím memcache ak je to možné. Viac informácií nájdete v <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentácii</a>.",
+ "No suitable source for randomness found by PHP which is highly discouraged for security reasons. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Použiteľný zdroj náhodnosti pre PHP nebol nájdený, čo nie je odporúčané z bezpečnostných dôvodov. Viac informácií nájdete v <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentácii</a>.",
+ "You are currently running PHP {version}. Upgrade your PHP version to take advantage of <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">performance and security updates provided by the PHP Group</a> as soon as your distribution supports it." : "Aktuálne používate PHP {version}. Dôrazne odporúčame prechod na vyššiu verziu ihneď, ako to vaša distribúcia dovolí, aby ste využili <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">všetky výkonnostné a bezpečnostné možnosti novej verzie PHP</a> od PHP Group.",
+ "The reverse proxy header configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If not, this is a security issue and can allow an attacker to spoof their IP address as visible to the Nextcloud. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Konfigurácia hlavičiek reverse proxy nie je správna alebo pristupujete k NextCloud z dôveryhodného proxy servera. Ak k Nextcloud nepristupujete z dôveryhodného proxy servera, vzniká bezpečnostné riziko - IP adresa potenciálneho útočníka, ktorú vidí Nextcloud, môže byť falošná. Viac informácií nájdete v našej <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentácii</a>.",
+ "Memcached is configured as distributed cache, but the wrong PHP module \"memcache\" is installed. \\OC\\Memcache\\Memcached only supports \"memcached\" and not \"memcache\". See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">memcached wiki about both modules</a>." : "Memcached je nakonfigurovaný ako distribuovaná vyrovnávacia pamäť, ale v PHP je nainštalovaný nesprávny modul - \"memcache\". \\OC\\Memcache\\Memcached podporuje len modul \"memcached\", \"memcache\" nie je podporovaný. Viac informácií nájdete na <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">memcached wiki stránke o oboch moduloch</a>.",
+ "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">List of invalid files…</a> / <a href=\"{rescanEndpoint}\">Rescan…</a>)" : "Niektoré zo súborov neprešli kontrolou integrity. Viac informácii, aku napraviť túto situáciu, nájdete v našej <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentácii</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">Zobraziť zoznam podozrivých súborov</a> / <a href=\"{rescanEndpoint}\">Verifikovať znovu..</a>)",
+ "The PHP OPcache module is not loaded. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance it is recommended</a> to load it into your PHP installation." : "PHP modul OPcache nie je načítaný. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Pre zvýšenie výkonu ho odporúčame</a> zahrnúť do Vašej PHP inštalácie.",
+ "The PHP OPcache is not properly configured. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance it is recommended</a> to use the following settings in the <code>php.ini</code>:" : "PHP OPcache nie je nakonfigurovaná správne. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Pre zvýšenie výkonu</a> použite v <code>php.ini</code> nasledovné odporúčané nastavenia:",
+ "Some columns in the database are missing a conversion to big int. Due to the fact that changing column types on big tables could take some time they were not changed automatically. By running 'occ db:convert-filecache-bigint' those pending changes could be applied manually. This operation needs to be made while the instance is offline. For further details read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "Niektorým stĺpcom v databáze chýba konverzia na big int. Vzhľadom k tomu, že zmena typov stĺpcov na veľkých tabuľkých môže trvať dlhšie, neboli pri aktualizácii zmenené. Spustením príkazu 'occ db:convert-filecache-bigint' budú tieto nevybavené zmeny aplikované ručne. Táto operácia musí byť vykonaná v čase keď je inštancia offline. Ďalšie podrobnosti na <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">stránke dokumentácie</a>.",
+ "To migrate to another database use the command line tool: 'occ db:convert-type', or see the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation ↗</a>." : "Pre migráciu na inú databázu použite príkaz: 'occ db:convert-type', alebo viď <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentácia</a>.",
+ "Use of the the built in php mailer is no longer supported. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Please update your email server settings ↗<a/>." : "Použitie PHP interného mailera už nie je podporované. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Prosím aktualizujte nastavenie Vášho email servra<a/>.",
+ "MySQL is used as database but does not support 4-byte characters. To be able to handle 4-byte characters (like emojis) without issues in filenames or comments for example it is recommended to enable the 4-byte support in MySQL. For further details read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "Ako databáza sa používa MySQL, ale nepodporuje 4-bajtové znaky. Aby bolo možné také znaky (ako napr. emoji) bez problémov spracovať, odporúčame povoliť v MySQL podporu pre 4-bajtové znaky. Viac o tejto problematike nájdete v <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentácii</a>.",
+ "You are accessing your instance over a secure connection, however your instance is generating insecure URLs. This most likely means that you are behind a reverse proxy and the overwrite config variables are not set correctly. Please read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "Pristupujete k svojej inštancii prostredníctvom zabezpečeného pripojenia, vaša inštancia však generuje nezabezpečené adresy URL. To s najväčšou pravdepodobnosťou znamená, že stojíte za reverzným proxy serverom a konfiguračné premenné prepisovania nie sú správne nastavené. Prečítajte si o tom <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentačnú stránku</a>.",
+ "The \"{header}\" HTTP header is not set to \"{val1}\", \"{val2}\", \"{val3}\", \"{val4}\" or \"{val5}\". This can leak referer information. See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{link}\">W3C Recommendation ↗</a>." : "HTTP hlavička \"{header}\" nie je nastavená na \"{val1}\", \"{val2}\", \"{val3}\", \"{val4}\" alebo \"{val5}\". Môže to spôsobiť únik referer informácie. Pozrite si <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{link}\">W3C odporúčania</a>.",
+ "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the <a href=\"{docUrl}\" rel=\"noreferrer noopener\">security tips ↗</a>." : "Hlavička HTTP \"Strict-Transport-Security\" nie je nakonfigurovaná aspoň na \"{seconds}\" sekúnd. Pre zvýšenie bezpečnosti odporúčame povoliť HSTS tak, ako je to popísané v našich <a href=\"{docUrl}\" rel=\"noreferrer noopener\">bezpečnostných tipoch</a>.",
+ "Accessing site insecurely via HTTP. You are strongly advised to set up your server to require HTTPS instead, as described in the <a href=\"{docUrl}\">security tips ↗</a>." : "Stránku ste načítali cez nezabezpečene spojenie pomocou protokolu HTTP. Dôrazne sa odporúča nastaviť server tak, aby vyžadoval zabezpečené spojenie pomocou protokolu HTTPS. Viac sa dočítate v bezpečnostných tipoch <a href=\"{docUrl}\"> ↗</a>.",
+ "Continue to Nextcloud" : "Pokračovať na Nextcloud",
+ "_The update was successful. Redirecting you to Nextcloud in %n second._::_The update was successful. Redirecting you to Nextcloud in %n seconds._" : ["Aktualizácia bola úspešná. Presmerúva sa na Nextcloud za %n sekundu.","Aktualizácia bola úspešná. Presmerúva sa na Nextcloud za %n sekundy.","Aktualizácia bola úspešná. Presmerúva sa na Nextcloud za %n sekúnd.","Aktualizácia bola úspešná. Presmerúva sa na Nextcloud za %n sekúnd."],
+ "Searching other places" : "Prehľadanie ostatných umiestnení",
+ "No search results in other folders for {tag}{filter}{endtag}" : "Žiadne výsledky vyhľadávania v ostatných priečinkoch pre {tag}{filter}{endtag}",
+ "_{count} search result in another folder_::_{count} search results in other folders_" : ["{count} výsledok vyhľadávania v ostatných priečinkoch","{count} výsledky vyhľadávania v ostatných priečinkoch","{count} výsledkov vyhľadávania v ostatných priečinkoch","{count} výsledkov vyhľadávania v ostatných priečinkoch"],
+ "A password reset message has been sent to the e-mail address of this account. If you do not receive it, check your spam/junk folders or ask your local administrator for help." : "Správa s informáciami na zmenu hesla bola zaslaná na email uvedený v tomto účte. Ak tam nie je, skontrolujte si priečinok nevyžiadanej pošty a kôš, alebo požiadajte svojho administrátora o pomoc.",
+ "Password can not be changed. Please contact your administrator." : "Heslo nemožno zmeniť. Kontaktujte prosím vášho administrátora.",
+ "Could not fetch list of apps from the app store." : "Nepodarilo sa načítať zoznam apiek z katalógu.",
+ "Nextcloud {app}" : "Nextcloud {app}",
+ "Can't install this app because it is not compatible" : "Táto apka sa nedá nainštalovať, nie je kompatibilná",
+ "Can't install this app" : "Táto apka sa nedá nainštalovať",
+ "These apps will be updated:" : "Tieto aplikácie budú aktualizované:"
},
"nplurals=4; plural=(n % 1 == 0 && n == 1 ? 0 : n % 1 == 0 && n >= 2 && n <= 4 ? 1 : n % 1 != 0 ? 2: 3);");
diff --git a/core/l10n/sk.json b/core/l10n/sk.json
index f2d365264dc..73d58409c15 100644
--- a/core/l10n/sk.json
+++ b/core/l10n/sk.json
@@ -13,6 +13,7 @@
"No valid crop data provided" : "Neplatné dáta pre orezanie neboli zadané",
"Crop is not square" : "Orezanie nie je štvorcové",
"State token does not match" : "Príznak stavu nesúhlasí",
+ "Invalid app password" : "Neplatné heslo aplikácie",
"Could not complete login" : "Nie je možné dokončiť prihlásenie",
"Your login token is invalid or has expired" : "Váš prihlasovací token je neplatný alebo jeho platnosť skončila",
"Password reset is disabled" : "Obnovenie hesla nie je povolené",
@@ -39,76 +40,41 @@
"Maintenance mode is kept active" : "Režim údržby je stále aktívny",
"Updating database schema" : "Aktualizuje sa schéma databázy",
"Updated database" : "Databáza je aktualizovaná",
- "Checking whether the database schema can be updated (this can take a long time depending on the database size)" : "Kontroluje sa, či je možné aktualizovať schému databázy (to môže trvať dlhší čas v závislosti na veľkosti databázy)",
- "Checked database schema update" : "Skontrolovať aktualizáciu schémy databázy",
- "Checking updates of apps" : "Kontrolujú sa aktualizácie aplikácií",
- "Checking for update of app \"%s\" in appstore" : "Hľadá sa aktualizácia aplikácie \"%s\" v obchode",
- "Update app \"%s\" from appstore" : "Aktualizovať aplikáciu \"%s\" z obchodu",
- "Checked for update of app \"%s\" in appstore" : "Hľadá sa aktualizácia aplikácie \"%s\" v obchode",
"Checking whether the database schema for %s can be updated (this can take a long time depending on the database size)" : "Kontroluje sa, či je možné aktualizovať schému databázy pre %s (to môže trvať dlhší čas v závislosti na veľkosti databázy)",
- "Checked database schema update for apps" : "Aktualizácia schémy databázy aplikácií bola overená",
"Updated \"%1$s\" to %2$s" : "Aktualizované \"%1$s\" na %2$s",
"Set log level to debug" : "Nastaviť úroveň záznamu na ladenie",
"Reset log level" : "Obnoviť úroveň záznamu",
"Starting code integrity check" : "Začína kontrola integrity kódu",
"Finished code integrity check" : "Kontrola integrity kódu ukončená",
"%s (incompatible)" : "%s (nekompatibilná)",
- "Following apps have been disabled: %s" : "Nasledovné aplikácie boli zakázané: %s",
+ "The following apps have been disabled: %s" : "Nasledujúce aplikácie boli vypnuté: %s",
"Already up to date" : "Už aktuálne",
"Your web server is not yet properly set up to allow file synchronization, because the WebDAV interface seems to be broken." : "Váš webový server nie je zatiaľ správne nastavený, aby umožnil synchronizáciu súborov, pretože rozhranie WebDAV sa zdá byť nefunkčné.",
- "Your web server is not properly set up to resolve \"{url}\". Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Váš webový server nie je správne nastavený na spracovanie \"{url}\". Viac informácií môžete nájsť v našej <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentácii</a>.",
- "Your web server is not properly set up to resolve \"{url}\". This is most likely related to a web server configuration that was not updated to deliver this folder directly. Please compare your configuration against the shipped rewrite rules in \".htaccess\" for Apache or the provided one in the documentation for Nginx at it's <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation page</a>. On Nginx those are typically the lines starting with \"location ~\" that need an update." : "Váš web server nie je správne nastavený, aby preložil \"{url}\". To pravdepodobne súvisí s nastavením webového servera, ktoré nebolo aktualizované pre priame doručovanie tohto priečinka. Porovnajte prosím svoje nastavenia voči dodávaným rewrite pravidlám v \".htaccess\" pre Apache alebo tým, ktoré uvádzame v <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentácii</a> pre Nginx. Tam je typicky potrebné aktualizovať riadky začínajúce na \"location ~\".",
- "Your web server is not properly set up to deliver .woff2 files. This is typically an issue with the Nginx configuration. For Nextcloud 15 it needs an adjustement to also deliver .woff2 files. Compare your Nginx configuration to the recommended configuration in our <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Váš server nie je správne nastavený tak, aby doručoval súbory .woff2. Toto je typicky problém s nastavením Nginx. Pre Nextcloud 15 je potrebné ho upraviť, aby tieto súbory doručoval. Porovnajte nastavenie svojho Nginx s tým, ktorý je odporúčaný v našej <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentácii</a>.",
"PHP does not seem to be setup properly to query system environment variables. The test with getenv(\"PATH\") only returns an empty response." : "Zdá sa že PHP nie je nastavené korektne na získanie premenných prostredia. Test s príkazom getenv(\"PATH\") vráti prázdnu odpoveď.",
- "Please check the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">installation documentation ↗</a> for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "Prosím skontrolujte <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">inštalačnú dokumentáciu</a>ohľadne PHP konfigurácie a PHP konfiguráciu Vášho servra, hlavne ak používate php-fpm.",
"The read-only config has been enabled. This prevents setting some configurations via the web-interface. Furthermore, the file needs to be made writable manually for every update." : "Konfigurácia je nastavená len na čítanie. Toto znemožňuje urobiť niektoré nastavenia prostredníctvom webového rozhrania. Okrem toho, súbor musí mať zapisovanie ručne povolené pre každú aktualizáciu.",
"Your database does not run with \"READ COMMITTED\" transaction isolation level. This can cause problems when multiple actions are executed in parallel." : "Vaša databáza nebeží s úrovňou izolácie transakcií \"READ COMMITTED\". Toto môže spôsobovať problémy v prípade ak viacero akcií beží paralelne.",
- "The PHP module \"fileinfo\" is missing. It is strongly recommended to enable this module to get the best results with MIME type detection." : "Chýba PHP modul 'fileinfo'. Dôrazne doporučujeme ho povoliť pre dosiahnutie najlepších výsledkov zisťovania MIME-typu.",
- "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems. See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation ↗</a> for more information." : "Tranzakčné uzamykanie súborov je vypnuté, toto môže viesť k problémom. Nastavte \"filelocking.enabled\" v config.php. Viac informácií viď <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentácia</a>.",
+ "The PHP module \"fileinfo\" is missing. It is strongly recommended to enable this module to get the best results with MIME type detection." : "Chýba PHP modul 'fileinfo'. Dôrazne ho odporúčame povoliť pre dosiahnutie najlepších výsledkov zisťovania MIME-typu.",
"If your installation is not installed at the root of the domain and uses system cron, there can be issues with the URL generation. To avoid these problems, please set the \"overwrite.cli.url\" option in your config.php file to the webroot path of your installation (suggestion: \"{suggestedOverwriteCliURL}\")" : "Inštalácia mimo koreňový priečinok domény a používanie systémového príkazu cron môže spôsobiť problém s generovaním správnej URL. Pre zabránenie týmto chybám nastavte prosím správnu cestu v svojom config.php súbore pre hodnotu \"overwrite.cli.url\" (Doporučujeme: \"{suggestedOverwriteCliURL}\")",
"It was not possible to execute the cron job via CLI. The following technical errors have appeared:" : "Nebolo možné spustiť cron úlohu na pozadí pomocou CLI. Toto sú chyby:",
- "Last background job execution ran {relativeTime}. Something seems wrong." : "Úloha na pozadí naposledy prebehla {relativeTime}. Zdá sa, že niečo nie je v poriadku.",
- "Check the background job settings" : "Skontrolujte nastavenie úloh na pozadí",
"This server has no working Internet connection: Multiple endpoints could not be reached. This means that some of the features like mounting external storage, notifications about updates or installation of third-party apps will not work. Accessing files remotely and sending of notification emails might not work, either. Establish a connection from this server to the Internet to enjoy all features." : "Server nemá funkčné pripojenie k internetu. Niektoré moduly ako napr. externé úložisko, oznámenie o dostupných aktualizáciách alebo inštalácia aplikácií tretích strán nebudú fungovať. Vzdialený prístup k súborom a odosielanie oznamovacích emailov tiež nemusí fungovať. Ak chcete využívať všetky funkcie, odporúčame povoliť tomuto serveru pripojenie k internetu.",
- "No memory cache has been configured. To enhance performance, please configure a memcache, if available. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Nie je nakonfigurovaná vyrovnávacia pamäť. Ak chcete zvýšiť výkon, nakonfigurujte prosím memcache ak je to možné. Viac informácií nájdete v <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentácii</a>.",
- "No suitable source for randomness found by PHP which is highly discouraged for security reasons. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Použiteľný zdroj náhodnosti pre PHP nebol nájdený, čo nie je odporúčané z bezpečnostných dôvodov. Viac informácií nájdete v <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentácii</a>.",
- "You are currently running PHP {version}. Upgrade your PHP version to take advantage of <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">performance and security updates provided by the PHP Group</a> as soon as your distribution supports it." : "Aktuálne používate PHP {version}. Dôrazne odporúčame prechod na vyššiu verziu ihneď, ako to vaša distribúcia dovolí, aby ste využili <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">všetky výkonnostné a bezpečnostné možnosti novej verzie PHP</a> od PHP Group.",
- "Nextcloud 19 is the last release supporting PHP 7.2. Nextcloud 20 requires at least PHP 7.3." : "Nextcloud 19 je posledné vydanie podporujúce PHP 7.2. Nextcloud 20 vyžaduje najmenej PHP 7.3.",
- "The reverse proxy header configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If not, this is a security issue and can allow an attacker to spoof their IP address as visible to the Nextcloud. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Konfigurácia hlavičiek reverse proxy nie je správna alebo pristupujete k NextCloud z dôveryhodného proxy servera. Ak k Nextcloud nepristupujete z dôveryhodného proxy servera, vzniká bezpečnostné riziko - IP adresa potenciálneho útočníka, ktorú vidí Nextcloud, môže byť falošná. Viac informácií nájdete v našej <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentácii</a>.",
- "Memcached is configured as distributed cache, but the wrong PHP module \"memcache\" is installed. \\OC\\Memcache\\Memcached only supports \"memcached\" and not \"memcache\". See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">memcached wiki about both modules</a>." : "Memcached je nakonfigurovaný ako distribuovaná vyrovnávacia pamäť, ale v PHP je nainštalovaný nesprávny modul - \"memcache\". \\OC\\Memcache\\Memcached podporuje len modul \"memcached\", \"memcache\" nie je podporovaný. Viac informácií nájdete na <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">memcached wiki stránke o oboch moduloch</a>.",
- "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">List of invalid files…</a> / <a href=\"{rescanEndpoint}\">Rescan…</a>)" : "Niektoré zo súborov neprešli kontrolou integrity. Viac informácii, aku napraviť túto situáciu, nájdete v našej <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentácii</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">Zobraziť zoznam podozrivých súborov</a> / <a href=\"{rescanEndpoint}\">Verifikovať znovu..</a>)",
- "The PHP OPcache module is not loaded. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance it is recommended</a> to load it into your PHP installation." : "PHP modul OPcache nie je načítaný. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Pre zvýšenie výkonu ho odporúčame</a> zahrnúť do Vašej PHP inštalácie.",
- "The PHP OPcache is not properly configured. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance it is recommended</a> to use the following settings in the <code>php.ini</code>:" : "PHP OPcache nie je nakonfigurovaná správne. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Pre zvýšenie výkonu</a> použite v <code>php.ini</code> nasledovné odporúčané nastavenia:",
+ "Nextcloud 20 is the last release supporting PHP 7.2. Nextcloud 21 requires at least PHP 7.3." : "Nextcloud 20 je posledné vydanie podporujúce PHP 7.2. Nextcloud 21 vyžaduje aspoň PHP 7.3.",
"The PHP function \"set_time_limit\" is not available. This could result in scripts being halted mid-execution, breaking your installation. Enabling this function is strongly recommended." : "Funkcia PHP \"set_time_limit\" nie je k dispozícii. To by mohlo viesť k zastaveniu skriptov v polovici vykonávania, čím by došlo k prerušeniu inštalácie. Dôrazne odporúčame povoliť túto funkciu.",
"Your PHP does not have FreeType support, resulting in breakage of profile pictures and the settings interface." : "Vaše PHP nemá podporu FreeType, čo bude mať za následok poškodenie profilových obrázkov a rozhrania nastavení.",
"Missing index \"{indexName}\" in table \"{tableName}\"." : "Chýbajúci index \"{indexName}\" v tabuľke \"{tableName}\".",
"The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "V databáze chýbajú nejaké indexy. Keďže pridávanie indexov voči veľkým tabuľkám môže trvať dlho, tak neboli pridané automaticky. Spustením príkazu \"occ db:add-missing-indices\" môžete tieto chýbajúce indexy pridať ručne počas behu. Akonáhle budú indexy aktívne, tak požiadavky voči databáze budú podstatne rýchlejšie.",
+ "Missing optional column \"{columnName}\" in table \"{tableName}\"." : "Chýba nepovinný stĺpec „{columnName}“ v tabuľke „{tableName}“.",
+ "The database is missing some optional columns. Due to the fact that adding columns on big tables could take some time they were not added automatically when they can be optional. By running \"occ db:add-missing-columns\" those missing columns could be added manually while the instance keeps running. Once the columns are added some features might improve responsiveness or usability." : "V databáze chýbajú niektoré voliteľné stĺpce. Vzhľadom na skutočnosť, že pridanie stĺpcov na veľké tabuľky by mohlo nejaký čas trvať, neboli pridané automaticky, keď môžu byť voliteľné. Spustením príkazu „occ db: add-missing-columns“ sa tieto chýbajúce stĺpce môžu pridať ručne, zatiaľ čo inštancia zostáva v prevádzke. Po pridaní stĺpcov môžu niektoré funkcie zlepšiť odozvu alebo použiteľnosť.",
"This instance is missing some recommended PHP modules. For improved performance and better compatibility it is highly recommended to install them." : "V tejto inštancii chýbajú niektoré odporúčané moduly PHP.\nAk chcete zlepšiť výkon a kompatibilitu, dôrazne odporúčame, aby ste ich nainštalovali.",
- "Some columns in the database are missing a conversion to big int. Due to the fact that changing column types on big tables could take some time they were not changed automatically. By running 'occ db:convert-filecache-bigint' those pending changes could be applied manually. This operation needs to be made while the instance is offline. For further details read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "Niektorým stĺpcom v databáze chýba konverzia na big int. Vzhľadom k tomu, že zmena typov stĺpcov na veľkých tabuľkých môže trvať dlhšie, neboli pri aktualizácii zmenené. Spustením príkazu 'occ db:convert-filecache-bigint' budú tieto nevybavené zmeny aplikované ručne. Táto operácia musí byť vykonaná v čase keď je inštancia offline. Ďalšie podrobnosti na <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">stránke dokumentácie</a>.",
"SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend." : "Ako databáza je použitá SQLite. Pre väčšie inštalácie odporúčame prejsť na inú databázu.",
"This is particularly recommended when using the desktop client for file synchronisation." : "Toto odporúčame najmä pri používaní klientských aplikácií na synchronizáciu s desktopom.",
- "To migrate to another database use the command line tool: 'occ db:convert-type', or see the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation ↗</a>." : "Pre migráciu na inú databázu použite príkaz: 'occ db:convert-type', alebo viď <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentácia</a>.",
- "Use of the the built in php mailer is no longer supported. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Please update your email server settings ↗<a/>." : "Použitie PHP interného mailera už nie je podporované. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Prosím aktualizujte nastavenie Vášho email servra<a/>.",
"The PHP memory limit is below the recommended value of 512MB." : "Limit pre pamäť PHP je nižší ako odporúčaná hodnota 512MB.",
"Some app directories are owned by a different user than the web server one. This may be the case if apps have been installed manually. Check the permissions of the following app directories:" : "Niektoré aplikačné priečinky majú iného vlastníka ako web server. Toto môže nastať ak aplikácie boli inštalované manuálne. Skontrolujte práva nasledovných priečinkov nasledovných aplikácií:",
- "MySQL is used as database but does not support 4-byte characters. To be able to handle 4-byte characters (like emojis) without issues in filenames or comments for example it is recommended to enable the 4-byte support in MySQL. For further details read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "Ako databáza sa používa MySQL, ale nepodporuje 4-bajtové znaky. Aby vbolo možné také znaky (ako napr. emoji) bez problémov spracovať, odporúčame povoliť v MySQL podporu pre 4-bajtové znaky. Viac o tejto problematike nájdete v <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentácii</a>.",
"This instance uses an S3 based object store as primary storage. The uploaded files are stored temporarily on the server and thus it is recommended to have 50 GB of free space available in the temp directory of PHP. Check the logs for full details about the path and the available space. To improve this please change the temporary directory in the php.ini or make more space available in that path." : "Táto inštancia používa ako hlavné úložisko objektové úložisko, ktoré je založené na protokole S3. Nahrávané súbory sú však dočasne ukladané priamo na server a preto odporúčame mať v PHP adresári pre dočasné súbory aspoň 50 GB voľného priestoru. Podrobnosti o umiestnení a priestore, ktorý je k dispozícii nájdete v logoch. Zmenu adresára pre dočasné súbory môžete uskutočniť v php.ini alebo zvýšte kapacitu súčasného umiestnenia.",
- "You are accessing your instance over a secure connection, however your instance is generating insecure URLs. This most likely means that you are behind a reverse proxy and the overwrite config variables are not set correctly. Please read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "Pristupujete k svojej inštancii prostredníctvom zabezpečeného pripojenia, vaša inštancia však generuje nezabezpečené adresy URL. To s najväčšou pravdepodobnosťou znamená, že stojíte za reverzným proxy serverom a konfiguračné premenné prepisovania nie sú správne nastavené. Prečítajte si o tom <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentačnú stránku</a>.",
"Error occurred while checking server setup" : "Počas kontroly nastavenia serveru sa stala chyba",
"Your data directory and files are probably accessible from the Internet. The .htaccess file is not working. It is strongly recommended that you configure your web server so that the data directory is no longer accessible, or move the data directory outside the web server document root." : "Váš priečinok s dátami aj vaše súbory sú pravdepodobne prístupné z internetu. Súbor .htaccess nefunguje. Dôrazne odporúčame nakonfigurovať webový server tak, aby priečinok s dátami nebol naďalej prístupný alebo presunúť priečinok s dátami mimo priestoru, ktorý webový server sprístupňuje.",
"The \"{header}\" HTTP header is not set to \"{expected}\". This is a potential security or privacy risk, as it is recommended to adjust this setting accordingly." : "Hlavička HTTP \"{header}\" nie je nakonfigurovaná tak, aby sa rovnala \"{expected}\". Toto je potenciálne riziko pre bezpečnosť alebo ochranu osobných údajov a preto odporúčame toto nastavenie upraviť.",
"The \"{header}\" HTTP header is not set to \"{expected}\". Some features might not work correctly, as it is recommended to adjust this setting accordingly." : "Hlavička HTTP \"{header}\" nie je nakonfigurovaná tak, aby sa rovnala \"{expected}\". Toto je potenciálne riziko pre bezpečnosť alebo ochranu osobných údajov a preto odporúčame toto nastavenie upraviť.",
"The \"{header}\" HTTP header doesn't contain \"{expected}\". This is a potential security or privacy risk, as it is recommended to adjust this setting accordingly." : "Hlavička HTTP \"{header}\" neobsahuje \"{expected}\". Toto je potenciálne riziko pre bezpečnosť alebo ochranu osobných údajov a preto odporúčame toto nastavenie upraviť.",
- "The \"{header}\" HTTP header is not set to \"{val1}\", \"{val2}\", \"{val3}\", \"{val4}\" or \"{val5}\". This can leak referer information. See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{link}\">W3C Recommendation ↗</a>." : "HTTP hlavička \"{header}\" nie je nastavená na \"{val1}\", \"{val2}\", \"{val3}\", \"{val4}\" alebo \"{val5}\". Môže to spôsobiť únik referer informácie. Pozrite si <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{link}\">W3C odporúčania</a>.",
- "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the <a href=\"{docUrl}\" rel=\"noreferrer noopener\">security tips ↗</a>." : "Hlavička HTTP \"Strict-Transport-Security\" nie je nakonfigurovaná aspoň na \"{seconds}\" sekúnd. Pre zvýšenie bezpečnosti odporúčame povoliť HSTS tak, ako je to popísané v našich <a href=\"{docUrl}\" rel=\"noreferrer noopener\">bezpečnostných tipoch</a>.",
- "Accessing site insecurely via HTTP. You are strongly advised to set up your server to require HTTPS instead, as described in the <a href=\"{docUrl}\">security tips ↗</a>." : "Stránku ste načítali cez nezabezpečene spojenie pomocou protokolu HTTP. Dôrazne sa odporúča nastaviť server tak, aby vyžadoval zabezpečené spojenie pomocou protokolu HTTPS. Viac sa dočítate v bezpečnostných tipoch <a href=\"{docUrl}\"> ↗</a>.",
- "Non-existing tag #{tag}" : "Neexistujúca značka #{tag}",
- "restricted" : "obmedzený",
- "invisible" : "neviditeľný",
- "Delete" : "Zmazať",
- "Rename" : "Premenovať",
- "Collaborative tags" : "Kolaboratívne značky",
- "No tags found" : "Štítky sa nenašli",
"unknown text" : "neznámy text",
"Hello world!" : "Ahoj svet!",
"sunny" : "slnečno",
@@ -123,27 +89,23 @@
"Please reload the page." : "Obnovte prosím stránku.",
"The update was unsuccessful. For more information <a href=\"{url}\">check our forum post</a> covering this issue." : "Aktualizácia neprebehla úspešne. Pre viac informácií <a href=\"{url}\">navštívte príspevok na našom fóre</a>, ktorý pokrýva tento problém.",
"The update was unsuccessful. Please report this issue to the <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">Nextcloud community</a>." : "Aktualizácia bola neúspešná. Oznámte prosím tento problém <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">komunite Nextcloud</a>.",
- "Continue to Nextcloud" : "Pokračovať na Nextcloud",
- "_The update was successful. Redirecting you to Nextcloud in %n second._::_The update was successful. Redirecting you to Nextcloud in %n seconds._" : ["Aktualizácia bola úspešná. Presmerúva sa na Nextcloud za %n sekundu.","Aktualizácia bola úspešná. Presmerúva sa na Nextcloud za %n sekundy.","Aktualizácia bola úspešná. Presmerúva sa na Nextcloud za %n sekúnd.","Aktualizácia bola úspešná. Presmerúva sa na Nextcloud za %n sekúnd."],
- "Searching other places" : "Prehľadanie ostatných umiestnení",
- "No search results in other folders for {tag}{filter}{endtag}" : "Žiadne výsledky vyhľadávania v ostatných priečinkoch pre {tag}{filter}{endtag}",
- "_{count} search result in another folder_::_{count} search results in other folders_" : ["{count} výsledok vyhľadávania v ostatných priečinkoch","{count} výsledky vyhľadávania v ostatných priečinkoch","{count} výsledkov vyhľadávania v ostatných priečinkoch","{count} výsledkov vyhľadávania v ostatných priečinkoch"],
+ "Log in" : "Prihlásiť sa",
+ "Logging in …" : "Prihlasujem ...",
"Server side authentication failed!" : "Autentifikácia na serveri zlyhala!",
"Please contact your administrator." : "Kontaktujte prosím vášho administrátora.",
"An internal error occurred." : "Došlo k vnútornej chybe.",
"Please try again or contact your administrator." : "Skúste to znovu, alebo sa obráťte na vášho administrátora.",
- "Username or email" : "používateľské meno alebo e-mail",
+ "Username or email" : "Používateľské meno alebo e-mail",
"Password" : "Heslo",
- "Log in" : "Prihlásiť sa",
- "Logging in …" : "Prihlasujem ...",
- "Wrong username or password." : "Neprávne používateľské meno alebo heslo.",
+ "Wrong username or password." : "Nesprávne používateľské meno alebo heslo.",
"User disabled" : "Používateľ zakázaný",
"We have detected multiple invalid login attempts from your IP. Therefore your next login is throttled up to 30 seconds." : "Zaznamenali sme viacnásobné chybné prihlásenie z Vašej IP adresy. Vaše nasledujúce prihlásenie bude pozdržané o 30 sekúnd.",
+ "Your account is not setup for passwordless login." : "Váš účet nie je nastavený pre bezheslové overovanie.",
+ "Passwordless authentication is not supported in your browser." : "Bezheslové overovanie nie je vo vašom prehliadači podporované.",
+ "Passwordless authentication is only available over a secure connection." : "Bezheslové overovanie je dostupné len pomocou šifrovaného pripojenia.",
"Reset password" : "Obnovenie hesla",
- "A password reset message has been sent to the e-mail address of this account. If you do not receive it, check your spam/junk folders or ask your local administrator for help." : "Správa s informáciami na zmenu hesla bola zaslaná na email uvedený v tomto účte. Ak tam nie je, skontrolujte si priečinok nevyžiadanej pošty a kôš, alebo požiadajte svojho administrátora o pomoc.",
"If it is not there ask your local administrator." : "Ak tam nie je, pýtajte sa vášho lokálneho administrátora.",
"Couldn't send reset email. Please contact your administrator." : "Nemožno poslať email pre obnovu. Kontaktujte prosím vášho administrátora.",
- "Password can not be changed. Please contact your administrator." : "Heslo nemožno zmeniť. Kontaktujte prosím vášho administrátora.",
"Back to login" : "Späť na prihlásenie",
"New password" : "Nové heslo",
"Your files are encrypted. There will be no way to get your data back after your password is reset. If you are not sure what to do, please contact your administrator before you continue. Do you really want to continue?" : "Vaše súbory sú šifrované. Po obnovení hesla nebude možné dostať sa k vašim údajom. Ak neviete, čo robíte, kontaktujte vášho administrátora a až potom pokračujte. Naozaj chcete pokračovať?",
@@ -151,20 +113,23 @@
"Resetting password" : "Obnovuje sa heslo",
"Recommended apps" : "Odporúčané apky",
"Loading apps …" : "Načítavanie apiek...",
- "Could not fetch list of apps from the app store." : "Nepodarilo sa načítať zoznam apiek z katalógu.",
"Installing apps …" : "Inštalácia apiek...",
- "Nextcloud {app}" : "Nextcloud {app}",
"App download or installation failed" : "Nepodarilo sa prevziať alebo nainštalovať apku",
- "Can't install this app because it is not compatible" : "Táto apka sa nedá nainštalovať, nie je kompatibilná",
- "Can't install this app" : "Táto apka sa nedá nainštalovať",
"Cancel" : "Zrušiť",
"Schedule work & meetings, synced with all your devices." : "Naplánujte si prácu a stretnutia, synchronizované so všetkými vašimi zariadeniami.",
"Keep your colleagues and friends in one place without leaking their private info." : "Udržujte si údaje o svojich kolegoch a priateľoch na jednom mieste bez hrozby úniku ich súkromných informácií tretím stranám.",
"Simple email app nicely integrated with Files, Contacts and Calendar." : "Jednoduchá apka pre čítanie e-mailov, prepojená so Súbormi, Kontaktami a Kalendárom.",
"Chatting, video calls, screensharing, online meetings and web conferencing – in your browser and with mobile apps." : "Četovanie, videohovory, zdieľanie obrazovky, online stretnutia a webové konferencie - vo vašom prehliadači a pomocou mobilných aplikácií.",
"Collaboratively edit office documents." : "Spolupracujte na úprave kancelárskych dokumentov.",
- "Local document editing back-end used by the OnlyOffice app." : "Miestna úprava dokumentov využíva aplikáciu OnlyOffice.",
+ "Local document editing back-end used by the Collabora Online app." : "Miestna úprava dokumentov využíva aplikáciu Collabora Online.",
"Forgot password?" : "Zabudli ste heslo?",
+ "Log in with a device" : "Prihlásiť sa pomocou zariadenia",
+ "Back" : "Späť",
+ "Reset search" : "Vynuluj vyhľadávanie",
+ "No results for {query}" : "Žiadne výsledky pre {query}",
+ "Loading more results …" : "Načítava sa viac výsledkov …",
+ "Load more results" : "Načítať viac výsledkov",
+ "Search" : "Hľadať",
"Settings" : "Nastavenia",
"Could not load your contacts" : "Nie je možné načítať Vaše kontakty",
"Search contacts …" : "Prehľadať kontakty...",
@@ -232,6 +197,13 @@
"Strong password" : "Silné heslo",
"No action available" : "NIe sú dostupné žiadne akcie",
"Error fetching contact actions" : "Chyba počas získavania akcií kontaktu",
+ "Non-existing tag #{tag}" : "Neexistujúca značka #{tag}",
+ "restricted" : "obmedzený",
+ "invisible" : "neviditeľný",
+ "Delete" : "Zmazať",
+ "Rename" : "Premenovať",
+ "Collaborative tags" : "Kolaboratívne značky",
+ "No tags found" : "Štítky sa nenašli",
"Personal" : "Osobné",
"Users" : "Používatelia",
"Apps" : "Aplikácie",
@@ -241,6 +213,7 @@
"File not found" : "Súbor nenájdený",
"The document could not be found on the server. Maybe the share was deleted or has expired?" : "Na serveri sa nepodarilo nájsť dokument. Je možné, že bolo zrušené sprístupnenie alebo skončila jeho platnosť.",
"Back to %s" : "Späť na %s",
+ "Too many requests" : "Priveľa požiadavok",
"Error" : "Chyba",
"Internal Server Error" : "Vnútorná chyba servera",
"The server was unable to complete your request." : "Server nebol schopný dokončiť vašu žiadosť.",
@@ -278,7 +251,7 @@
"SQLite should only be used for minimal and development instances. For production we recommend a different database backend." : "SQLite by sa malo používať len pre naozaj maličké alebo vývojové inštancie. Pre produkčné použitie výrazne odporúčame použiť robustnejšiu databázu.",
"If you use clients for file syncing, the use of SQLite is highly discouraged." : "Ak používate klientské aplikácie pre synchronizáciu súborov, tak výrazne odporúčame nepoužívať SQLite.",
"Install recommended apps" : "Nainštalovať odporúčané apky",
- "Calendar, Contacts, Talk, Mail & OnlyOffice" : "Kalendár, Kontakty, Talk, E-mail a OnlyIffice",
+ "Calendar, Contacts, Talk, Mail & Collaborative editing" : "Kalendár, Kontakty, Rozhovory, Pošta a Spoločné úpravy",
"Finish setup" : "Dokončiť inštaláciu",
"Finishing …" : "Dokončujem...",
"Need help?" : "Potrebujete pomoc?",
@@ -292,14 +265,13 @@
"More apps" : "Viac aplikácií",
"More" : "Viac",
"More apps menu" : "Menu ostatných aplikácií",
- "Search" : "Hľadať",
- "Reset search" : "Vynuluj vyhľadávanie",
"Contacts" : "Kontakty",
"Contacts menu" : "Menu kontaktov",
"Settings menu" : "Menu nastavení",
"Confirm your password" : "Potvrďte svoje heslo",
"Connect to your account" : "Pripojte sa k svojmu účtu",
"Please log in before granting %1$s access to your %2$s account." : "Skôr než udelíte prístup pre %1$s do vášho účtu %2$s je potrebné sa prihlásiť.",
+ "If you are not trying to set up a new device or app, someone is trying to trick you into granting them access to your data. In this case do not proceed and instead contact your system administrator." : "Ak sa nesnažíte nastaviť nové zariadenie alebo aplikáciu, niekto sa vás pokúša oklamať, aby ste im poskytli prístup k vašim údajom. V takom prípade nepokračujte a obráťte sa na správcu systému.",
"App token" : "Token aplikácie",
"Grant access" : "Povoliť prístup",
"Alternative log in using app token" : "Alternatívne prihlásenie pomocou tokenu aplikácie",
@@ -327,7 +299,7 @@
"Further information how to configure this can be found in the %1$sdocumentation%2$s." : "Viac informácií o konfigurácii je možné nájsť v %1$s dokumentácii %2$s.",
"App update required" : "Je nutná aktualizácia aplikácie",
"%1$s will be updated to version %2$s" : "%1$s bude zaktualizovaný na verziu %2$s.",
- "These apps will be updated:" : "Tieto aplikácie budú aktualizované:",
+ "The following apps will be updated:" : "Aktualizujú sa nasledujúce aplikácie:",
"These incompatible apps will be disabled:" : "Tieto nekompatibilné aplikácie budú vypnuté:",
"The theme %s has been disabled." : "Téma %s bola zakázaná.",
"Please make sure that the database, the config folder and the data folder have been backed up before proceeding." : "Pred vykonaním ďalšieho kroku sa presvedčte, že databáza, konfiguračný a dátový priečinok sú zazálohované.",
@@ -343,95 +315,48 @@
"This %s instance is currently in maintenance mode, which may take a while." : "Táto %s inštancia je v súčasnej dobe v režime údržby. Počkajte prosím.",
"This page will refresh itself when the instance is available again." : "Táto stránka sa obnoví sama hneď ako bude inštancia znovu dostupná.",
"Contact your system administrator if this message persists or appeared unexpectedly." : "Kontaktujte prosím správcu systému, ak sa táto správa objavuje opakovane alebo neočakávane.",
- "Could not send reset email because there is no email address for this username. Please contact your administrator." : "Nemožno poslať email pre obnovu, lebo pre zadaného používateľa neexistuje emailová adresa. Kontaktujte prosím vášho administrátora.",
- "Couldn't send reset email. Please make sure your username is correct." : "Nemožno poslať email pre obnovu. Uistite sa, či vkladáte správne používateľské meno.",
- "We have send a password reset e-mail to the e-mail address known to us for this account. If you do not receive it within a reasonable amount of time, check your spam/junk folders.<br>If it is not there ask your local administrator." : "Odkaz na obnovenie hesla bol odoslaný na e-mailovú adresu uvedenú pre tento účet. Ak ho v krátkej dobe neobdržíte, skontrolujte si priečinok nevyžiadanej pošty a kôš.<br>Ak ho nenájdete, kontaktujte svojho správcu systému.",
- "Your files are encrypted. There will be no way to get your data back after your password is reset.<br />If you are not sure what to do, please contact your administrator before you continue. <br />Do you really want to continue?" : "Vaše súbory sú zašifrované. Po zresetovaní vášho hesla nebude možné vaše dáta obnoviť.<br />Ak si nie ste istý, pred pokračovaním kontaktujte administrátora.<br />Skutočne si prajete pokračovať?",
- "Sending email …" : "Posielam email …",
- "You are currently running PHP 5.6. The current major version of Nextcloud is the last that is supported on PHP 5.6. It is recommended to upgrade the PHP version to 7.0+ to be able to upgrade to Nextcloud 14." : "Aktuálne používate PHP 5.6. Aktuálne verzia Nextcloud podporuje verziu PHP 5.6, ale odporúčame upgrade na PHP verzie 7.0 a vyššej pre upgrade na Nextcloud 14",
- "Accessing site insecurely via HTTP. You are strongly adviced to set up your server to require HTTPS instead, as described in the <a href=\"{docUrl}\">security tips ↗</a>." : "Prístup na túto stránku sa uskutočňuje prostredníctvom nezabezpečeného protokolu HTTP. Dôrazne odporúčame, aby ste namiesto toho nakonfigurovali server tak, aby vyžadoval použitie HTTPS, ako je to popísané v našich <a href=\"{docUrl}\">bezpečnostných tipoch</a>.",
- "Shared" : "Sprístupnené",
- "Shared with" : "Sprístupnené používateľovi",
- "Shared by" : "Sprístupnené používateľom",
- "Choose a password for the public link" : "Zadajte heslo pre tento verejný odkaz",
- "Choose a password for the public link or press the \"Enter\" key" : "Zvoľte heslo pre verejný link alebo stlačte klávesu \"Enter\"",
- "Copied!" : "Skopírované!",
- "Copy link" : "Kopíruj odkaz",
- "Not supported!" : "Nie je podporované!",
- "Press ⌘-C to copy." : "Stlač ⌘-C pre skopírovanie.",
- "Press Ctrl-C to copy." : "Stlač Ctrl-C pre skopírovanie.",
- "Unable to create a link share" : "Nie je možné vytvoriť odkaz pre sprístupnenie",
- "Unable to toggle this option" : "Túto voľbu nie je možné prepnúť",
- "Resharing is not allowed" : "Sprístupnenie už sprístupnenej položky nie je povolené",
- "Link" : "Odkaz",
- "Hide download" : "Skryť sťahovanie",
- "Password protection enforced" : "Vynútená ochrana heslom",
- "Password protect" : "Chrániť heslom",
- "Allow editing" : "Povoliť úpravy",
- "Email link to person" : "Odoslať odkaz emailom",
- "Send" : "Odoslať",
- "Allow upload and editing" : "Povoliť nahratie a úpravy",
- "Read only" : "Len na čítanie",
- "File drop (upload only)" : "Odovzdávanie súborov (len nahrávanie)",
- "Expiration date enforced" : "Vynútený dátum ukončenia platnosti",
- "Set expiration date" : "Nastaviť dátum expirácie",
- "Expiration" : "Koniec platnosti",
- "Expiration date" : "Dátum expirácie",
- "Note to recipient" : "Poznámka pre príjemcu",
- "Unshare" : "Zneprístupniť",
- "Delete share link" : "Zmazať sprístupnený odkaz",
- "Add another link" : "Pridať ďalší odkaz",
- "Password protection for links is mandatory" : "Ochrana heslom je pre odkazy povinná",
- "Share to {name}" : "Zdieľať s {name}",
- "Share link" : "Sprístupniť odkaz",
- "New share link" : "Nový odkaz na sprístupnenie",
- "Created on {time}" : "Vytvorené {time}",
- "Password protect by Talk" : "Chránené heslom apkou Talk",
- "Could not unshare" : "Nepodarilo sa zrušiť sprístupnenie",
- "Shared with you and the group {group} by {owner}" : "Sprístupnené vám a skupine {group} používateľom {owner}",
- "Shared with you and {circle} by {owner}" : "Sprístupnené vám a {circle} od {owner}",
- "Shared with you and the conversation {conversation} by {owner}" : "Sprístupnené vám a rozhovoru {conversation} od {owner}",
- "Shared with you in a conversation by {owner}" : "Sprístupnené vám vrámci rozhovoru s {owner}",
- "Shared with you by {owner}" : "Sprístupnené vám používateľom {owner}",
- "Choose a password for the mail share" : "Zvoľte heslo pre zdieľanie pošty",
- "group" : "skupina",
- "remote" : "vzdialený",
- "remote group" : "vzdialená skupina",
- "email" : "E-mail",
- "conversation" : "rozhovor",
- "shared by {sharer}" : "zdieľal {sharer}",
- "Can reshare" : "Môže opätovne zdieľať",
- "Can edit" : "Môže upravovať",
- "Can create" : "Môže vytvárať",
- "Can change" : "Môže meniť",
- "Can delete" : "Môže odstraňovať",
- "Access control" : "Prístupové práva",
- "{shareInitiatorDisplayName} shared via link" : "{shareInitiatorDisplayName} zdieľal pomocou odkazu",
- "Error while sharing" : "Chyba počas sprístupňovania",
- "Share details could not be loaded for this item." : "Nebolo možné načítať údaje o sprístupnení tejto položky.",
- "Search globally" : "Hľadať globálne",
- "_At least {count} character is needed for autocompletion_::_At least {count} characters are needed for autocompletion_" : ["Najmenej {count} znak je potrebný pre autodopĺňanie","Najmenej {count} znaky sú potrebné pre autodopĺňanie","Najmenej {count} znakov je potrebných pre autodopĺňanie","Najmenej {count} znakov je potrebných pre autodopĺňanie"],
- "This list is maybe truncated - please refine your search term to see more results." : "Tento zoznam môže byť skrátený - upresnite hľadaný výraz, aby ste získali viac výsledkov.",
- "No users or groups found for {search}" : "Výrazu {search} nezodpovedá žiadny používateľ ani skupina",
- "No users found for {search}" : "Výrazu {search} nezodpovedá žiadny používateľ",
- "An error occurred (\"{message}\"). Please try again" : "Nastala chyba (\"{message}\"). Prosím, skúste znova",
- "An error occurred. Please try again" : "Nastala chyba. Skúste to prosím znovu",
- "Home" : "Domov",
- "Work" : "Práca",
- "Other" : "Iné",
- "{sharee} (remote group)" : "{sharee} (vzdialená skupina)",
- "{sharee} ({type}, {owner})" : "{sharee} ({type}, {owner})",
- "Share" : "Sprístupniť",
- "Name or email address..." : "Meno alebo e-mailová adresa...",
- "Name or federated cloud ID..." : "Meno alebo federatívny cloud ID...",
- "Name, federated cloud ID or email address..." : "Meno, federatívny cloud ID alebo e-mailová adresa...",
- "Name..." : "Meno...",
- "Error removing share" : "Chyba pri rušení sprístupnenia",
- "({scope})" : "({scope})",
- "Saving..." : "Ukladám...",
- "Dismiss" : "Odmietnuť",
- "Your client should now be connected! You can close this window." : "Váš klient by mal byť pripojený. Toto okno už môžete zatvoriť.",
- "New Password" : "Nové heslo",
- "Cancel log in" : "Zrušiť prihlásenie"
+ "Checking whether the database schema can be updated (this can take a long time depending on the database size)" : "Kontroluje sa, či je možné aktualizovať schému databázy (to môže trvať dlhší čas v závislosti na veľkosti databázy)",
+ "Checked database schema update" : "Skontrolovať aktualizáciu schémy databázy",
+ "Checking updates of apps" : "Kontrolujú sa aktualizácie aplikácií",
+ "Checking for update of app \"%s\" in appstore" : "Hľadá sa aktualizácia aplikácie \"%s\" v obchode",
+ "Update app \"%s\" from appstore" : "Aktualizovať aplikáciu \"%s\" z obchodu",
+ "Checked for update of app \"%s\" in appstore" : "Hľadá sa aktualizácia aplikácie \"%s\" v obchode",
+ "Checked database schema update for apps" : "Aktualizácia schémy databázy aplikácií bola overená",
+ "Following apps have been disabled: %s" : "Nasledovné aplikácie boli zakázané: %s",
+ "Your web server is not properly set up to resolve \"{url}\". Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Váš webový server nie je správne nastavený na spracovanie \"{url}\". Viac informácií môžete nájsť v našej <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentácii</a>.",
+ "Your web server is not properly set up to resolve \"{url}\". This is most likely related to a web server configuration that was not updated to deliver this folder directly. Please compare your configuration against the shipped rewrite rules in \".htaccess\" for Apache or the provided one in the documentation for Nginx at it's <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation page</a>. On Nginx those are typically the lines starting with \"location ~\" that need an update." : "Váš web server nie je správne nastavený, aby preložil \"{url}\". To pravdepodobne súvisí s nastavením webového servera, ktoré nebolo aktualizované pre priame doručovanie tohto priečinka. Porovnajte prosím svoje nastavenia voči dodávaným rewrite pravidlám v \".htaccess\" pre Apache alebo tým, ktoré uvádzame v <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentácii</a> pre Nginx. Tam je typicky potrebné aktualizovať riadky začínajúce na \"location ~\".",
+ "Your web server is not properly set up to deliver .woff2 files. This is typically an issue with the Nginx configuration. For Nextcloud 15 it needs an adjustement to also deliver .woff2 files. Compare your Nginx configuration to the recommended configuration in our <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Váš server nie je správne nastavený tak, aby doručoval súbory .woff2. Toto je typicky problém s nastavením Nginx. Pre Nextcloud 15 je potrebné ho upraviť, aby tieto súbory doručoval. Porovnajte nastavenie svojho Nginx s tým, ktorý je odporúčaný v našej <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentácii</a>.",
+ "Please check the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">installation documentation ↗</a> for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "Prosím skontrolujte <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">inštalačnú dokumentáciu</a>ohľadne PHP konfigurácie a PHP konfiguráciu Vášho servra, hlavne ak používate php-fpm.",
+ "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems. See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation ↗</a> for more information." : "Tranzakčné uzamykanie súborov je vypnuté, toto môže viesť k problémom. Nastavte \"filelocking.enabled\" v config.php. Viac informácií viď <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentácia</a>.",
+ "Last background job execution ran {relativeTime}. Something seems wrong." : "Úloha na pozadí naposledy prebehla {relativeTime}. Zdá sa, že niečo nie je v poriadku.",
+ "Check the background job settings" : "Skontrolujte nastavenie úloh na pozadí",
+ "No memory cache has been configured. To enhance performance, please configure a memcache, if available. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Nie je nakonfigurovaná vyrovnávacia pamäť. Ak chcete zvýšiť výkon, nakonfigurujte prosím memcache ak je to možné. Viac informácií nájdete v <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentácii</a>.",
+ "No suitable source for randomness found by PHP which is highly discouraged for security reasons. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Použiteľný zdroj náhodnosti pre PHP nebol nájdený, čo nie je odporúčané z bezpečnostných dôvodov. Viac informácií nájdete v <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentácii</a>.",
+ "You are currently running PHP {version}. Upgrade your PHP version to take advantage of <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">performance and security updates provided by the PHP Group</a> as soon as your distribution supports it." : "Aktuálne používate PHP {version}. Dôrazne odporúčame prechod na vyššiu verziu ihneď, ako to vaša distribúcia dovolí, aby ste využili <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">všetky výkonnostné a bezpečnostné možnosti novej verzie PHP</a> od PHP Group.",
+ "The reverse proxy header configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If not, this is a security issue and can allow an attacker to spoof their IP address as visible to the Nextcloud. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Konfigurácia hlavičiek reverse proxy nie je správna alebo pristupujete k NextCloud z dôveryhodného proxy servera. Ak k Nextcloud nepristupujete z dôveryhodného proxy servera, vzniká bezpečnostné riziko - IP adresa potenciálneho útočníka, ktorú vidí Nextcloud, môže byť falošná. Viac informácií nájdete v našej <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentácii</a>.",
+ "Memcached is configured as distributed cache, but the wrong PHP module \"memcache\" is installed. \\OC\\Memcache\\Memcached only supports \"memcached\" and not \"memcache\". See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">memcached wiki about both modules</a>." : "Memcached je nakonfigurovaný ako distribuovaná vyrovnávacia pamäť, ale v PHP je nainštalovaný nesprávny modul - \"memcache\". \\OC\\Memcache\\Memcached podporuje len modul \"memcached\", \"memcache\" nie je podporovaný. Viac informácií nájdete na <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">memcached wiki stránke o oboch moduloch</a>.",
+ "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">List of invalid files…</a> / <a href=\"{rescanEndpoint}\">Rescan…</a>)" : "Niektoré zo súborov neprešli kontrolou integrity. Viac informácii, aku napraviť túto situáciu, nájdete v našej <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentácii</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">Zobraziť zoznam podozrivých súborov</a> / <a href=\"{rescanEndpoint}\">Verifikovať znovu..</a>)",
+ "The PHP OPcache module is not loaded. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance it is recommended</a> to load it into your PHP installation." : "PHP modul OPcache nie je načítaný. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Pre zvýšenie výkonu ho odporúčame</a> zahrnúť do Vašej PHP inštalácie.",
+ "The PHP OPcache is not properly configured. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance it is recommended</a> to use the following settings in the <code>php.ini</code>:" : "PHP OPcache nie je nakonfigurovaná správne. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Pre zvýšenie výkonu</a> použite v <code>php.ini</code> nasledovné odporúčané nastavenia:",
+ "Some columns in the database are missing a conversion to big int. Due to the fact that changing column types on big tables could take some time they were not changed automatically. By running 'occ db:convert-filecache-bigint' those pending changes could be applied manually. This operation needs to be made while the instance is offline. For further details read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "Niektorým stĺpcom v databáze chýba konverzia na big int. Vzhľadom k tomu, že zmena typov stĺpcov na veľkých tabuľkých môže trvať dlhšie, neboli pri aktualizácii zmenené. Spustením príkazu 'occ db:convert-filecache-bigint' budú tieto nevybavené zmeny aplikované ručne. Táto operácia musí byť vykonaná v čase keď je inštancia offline. Ďalšie podrobnosti na <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">stránke dokumentácie</a>.",
+ "To migrate to another database use the command line tool: 'occ db:convert-type', or see the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation ↗</a>." : "Pre migráciu na inú databázu použite príkaz: 'occ db:convert-type', alebo viď <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentácia</a>.",
+ "Use of the the built in php mailer is no longer supported. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Please update your email server settings ↗<a/>." : "Použitie PHP interného mailera už nie je podporované. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Prosím aktualizujte nastavenie Vášho email servra<a/>.",
+ "MySQL is used as database but does not support 4-byte characters. To be able to handle 4-byte characters (like emojis) without issues in filenames or comments for example it is recommended to enable the 4-byte support in MySQL. For further details read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "Ako databáza sa používa MySQL, ale nepodporuje 4-bajtové znaky. Aby bolo možné také znaky (ako napr. emoji) bez problémov spracovať, odporúčame povoliť v MySQL podporu pre 4-bajtové znaky. Viac o tejto problematike nájdete v <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentácii</a>.",
+ "You are accessing your instance over a secure connection, however your instance is generating insecure URLs. This most likely means that you are behind a reverse proxy and the overwrite config variables are not set correctly. Please read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "Pristupujete k svojej inštancii prostredníctvom zabezpečeného pripojenia, vaša inštancia však generuje nezabezpečené adresy URL. To s najväčšou pravdepodobnosťou znamená, že stojíte za reverzným proxy serverom a konfiguračné premenné prepisovania nie sú správne nastavené. Prečítajte si o tom <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentačnú stránku</a>.",
+ "The \"{header}\" HTTP header is not set to \"{val1}\", \"{val2}\", \"{val3}\", \"{val4}\" or \"{val5}\". This can leak referer information. See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{link}\">W3C Recommendation ↗</a>." : "HTTP hlavička \"{header}\" nie je nastavená na \"{val1}\", \"{val2}\", \"{val3}\", \"{val4}\" alebo \"{val5}\". Môže to spôsobiť únik referer informácie. Pozrite si <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{link}\">W3C odporúčania</a>.",
+ "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the <a href=\"{docUrl}\" rel=\"noreferrer noopener\">security tips ↗</a>." : "Hlavička HTTP \"Strict-Transport-Security\" nie je nakonfigurovaná aspoň na \"{seconds}\" sekúnd. Pre zvýšenie bezpečnosti odporúčame povoliť HSTS tak, ako je to popísané v našich <a href=\"{docUrl}\" rel=\"noreferrer noopener\">bezpečnostných tipoch</a>.",
+ "Accessing site insecurely via HTTP. You are strongly advised to set up your server to require HTTPS instead, as described in the <a href=\"{docUrl}\">security tips ↗</a>." : "Stránku ste načítali cez nezabezpečene spojenie pomocou protokolu HTTP. Dôrazne sa odporúča nastaviť server tak, aby vyžadoval zabezpečené spojenie pomocou protokolu HTTPS. Viac sa dočítate v bezpečnostných tipoch <a href=\"{docUrl}\"> ↗</a>.",
+ "Continue to Nextcloud" : "Pokračovať na Nextcloud",
+ "_The update was successful. Redirecting you to Nextcloud in %n second._::_The update was successful. Redirecting you to Nextcloud in %n seconds._" : ["Aktualizácia bola úspešná. Presmerúva sa na Nextcloud za %n sekundu.","Aktualizácia bola úspešná. Presmerúva sa na Nextcloud za %n sekundy.","Aktualizácia bola úspešná. Presmerúva sa na Nextcloud za %n sekúnd.","Aktualizácia bola úspešná. Presmerúva sa na Nextcloud za %n sekúnd."],
+ "Searching other places" : "Prehľadanie ostatných umiestnení",
+ "No search results in other folders for {tag}{filter}{endtag}" : "Žiadne výsledky vyhľadávania v ostatných priečinkoch pre {tag}{filter}{endtag}",
+ "_{count} search result in another folder_::_{count} search results in other folders_" : ["{count} výsledok vyhľadávania v ostatných priečinkoch","{count} výsledky vyhľadávania v ostatných priečinkoch","{count} výsledkov vyhľadávania v ostatných priečinkoch","{count} výsledkov vyhľadávania v ostatných priečinkoch"],
+ "A password reset message has been sent to the e-mail address of this account. If you do not receive it, check your spam/junk folders or ask your local administrator for help." : "Správa s informáciami na zmenu hesla bola zaslaná na email uvedený v tomto účte. Ak tam nie je, skontrolujte si priečinok nevyžiadanej pošty a kôš, alebo požiadajte svojho administrátora o pomoc.",
+ "Password can not be changed. Please contact your administrator." : "Heslo nemožno zmeniť. Kontaktujte prosím vášho administrátora.",
+ "Could not fetch list of apps from the app store." : "Nepodarilo sa načítať zoznam apiek z katalógu.",
+ "Nextcloud {app}" : "Nextcloud {app}",
+ "Can't install this app because it is not compatible" : "Táto apka sa nedá nainštalovať, nie je kompatibilná",
+ "Can't install this app" : "Táto apka sa nedá nainštalovať",
+ "These apps will be updated:" : "Tieto aplikácie budú aktualizované:"
},"pluralForm" :"nplurals=4; plural=(n % 1 == 0 && n == 1 ? 0 : n % 1 == 0 && n >= 2 && n <= 4 ? 1 : n % 1 != 0 ? 2: 3);"
} \ No newline at end of file
diff --git a/core/l10n/sl.js b/core/l10n/sl.js
index ed740c687a4..e08cd558b40 100644
--- a/core/l10n/sl.js
+++ b/core/l10n/sl.js
@@ -5,6 +5,14 @@ OC.L10N.register(
"File is too big" : "Datoteka je prevelika",
"The selected file is not an image." : "Izbrana datoteka ni slika.",
"The selected file cannot be read." : "Izbrane datoteke ni mogoče prebrati.",
+ "The file was uploaded" : "Datoteka je bila poslana.",
+ "The uploaded file exceeds the upload_max_filesize directive in php.ini" : "Poslana datoteka presega največjo dovoljeno velikosti, kot je zabeležena v datoteki php.ini",
+ "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Poslana datoteka presega velikost, ki je določena kot omejitev MAX_FILE_SIZE v zapisu HTML.",
+ "The file was only partially uploaded" : "Datoteka ni bila poslana v celoti",
+ "No file was uploaded" : "Nobena datoteka ni bila poslana.",
+ "Missing a temporary folder" : "Začasna mapa ni na voljo",
+ "Could not write file to disk" : "Datoteke ni mogoče zapisati na disk",
+ "A PHP extension stopped the file upload" : "Razširitev PHP onemogoča pošiljanje datoteke",
"Invalid file provided" : "Predložena je neveljavna datoteka",
"No image or file provided" : "Ni podane datoteke ali slike",
"Unknown filetype" : "Neznana vrsta datoteke",
@@ -15,11 +23,12 @@ OC.L10N.register(
"No valid crop data provided" : "Podani so neveljavni podatki za obrez slike ",
"Crop is not square" : "Obrez ni pravokoten",
"State token does not match" : "Žeton stanja ni skladen",
+ "Invalid app password" : "Neveljavno geslo programa",
"Could not complete login" : "Prijave ni mogoče dokončati",
"Your login token is invalid or has expired" : "Prijavni žeton je neveljaven, ali pa je že potekel.",
"Password reset is disabled" : "Ponastavitev gesla je onemogočena",
"Couldn't reset password because the token is invalid" : "Zaradi neustreznega žetona ni mogoče ponastaviti gesla.",
- "Couldn't reset password because the token is expired" : "Ni mogoče ponastaviti gesla, ker je žeton potekel.",
+ "Couldn't reset password because the token is expired" : "Ni mogoče ponastaviti gesla, ker je žeton pretekel.",
"%s password reset" : "Ponastavitev gesla %s",
"Password reset" : "Ponastavitev gesla",
"Click the following button to reset your password. If you have not requested the password reset, then ignore this email." : "Za ponastavitev gesla kliknite na gumb. Če ponastavitve gesla niste zahtevali, prezrite to sporočilo.",
@@ -28,101 +37,118 @@ OC.L10N.register(
"Nextcloud Server" : "Strežnik Nextcloud",
"Some of your link shares have been removed" : "Nekatere povezave za souporabo so bile odstranjene.",
"Due to a security bug we had to remove some of your link shares. Please see the link for more information." : "Zaradi varnostnih razlogov so bile nekatere povezave odstranjene. Več podrobnosti je na voljo v uradno izdanem opozorilu.",
- "Preparing update" : "Poteka pripravljanje posodobitve",
+ "The user limit of this instance is reached." : "Dosežena je količinska omejitev za uporabnika.",
+ "Enter your subscription key to increase the user limit. For more information about Nextcloud Enterprise see our website." : "Vpišite ključ naročnine in povečajte omejitev za uporabnika. Za več podrobnosti si oglejte Poslovni paket Nextcloud na spletni strani.",
+ "Preparing update" : "Poteka priprava na posodobitev ...",
"[%d / %d]: %s" : "[%d / %d]: %s",
- "Repair step:" : "Korak popravila:",
- "Repair info:" : "Podrobnosti popravila:",
- "Repair warning:" : "Opozorilo popravila:",
- "Repair error:" : "Napaka popravila:",
+ "Repair step:" : "Korak nadgradnje:",
+ "Repair info:" : "Podrobnosti nadgradnje:",
+ "Repair warning:" : "Opozorilo nadgradnje:",
+ "Repair error:" : "Napaka nadgradnje:",
"Please use the command line updater because automatic updating is disabled in the config.php." : "Posodobitev sistema je treba izvesti prek ukazne vrstice, ker je nastavitev samodejne posodobitve v config.php onemogočena.",
"[%d / %d]: Checking table %s" : "[%d / %d]: Poteka preverjanje razpredelnice %s",
- "Turned on maintenance mode" : "Vzdrževalni način je omogočen",
- "Turned off maintenance mode" : "Vzdrževalni način je onemogočen",
- "Maintenance mode is kept active" : "Vzdrževalni način je še vedno dejaven",
- "Updating database schema" : "Poteka posodabljanje sheme podatkovne zbirke",
- "Updated database" : "Posodobljena podatkovna zbirka",
- "Checking whether the database schema can be updated (this can take a long time depending on the database size)" : "Poteka preverjanje, ali je shemo podatkovne zbirke mogoče posodobiti (zaradi velikosti je lahko opravilo dolgotrajno).",
- "Checked database schema update" : "Izbrana posodobitev sheme podatkovne zbirke",
- "Checking updates of apps" : "Poteka preverjanje za posodobitve programov",
- "Checking for update of app \"%s\" in appstore" : "Poteka preverjanje posodobitev za program »%s« v trgovini",
- "Update app \"%s\" from appstore" : "Posodobi program »%s« iz trgovine",
- "Checked for update of app \"%s\" in appstore" : "Preverjanje posodobitev za »%s« v trgovini",
+ "Turned on maintenance mode" : "Vzdrževalni način je omogočen ...",
+ "Turned off maintenance mode" : "Vzdrževalni način je onemogočen.",
+ "Maintenance mode is kept active" : "Vzdrževalni način ostane dejaven.",
+ "Updating database schema" : "Poteka posodabljanje sheme podatkovne zbirke ...",
+ "Updated database" : "Podatkovna zbirka je posodobljena.",
"Checking whether the database schema for %s can be updated (this can take a long time depending on the database size)" : "Poteka preverjanje, ali je shemo podatkovne zbirke za %s mogoče posodobiti (trajanje posodobitve je odvisno od velikosti zbirke).",
- "Checked database schema update for apps" : "Izbrana posodobitev sheme podatkovne zbirke za programe",
"Updated \"%1$s\" to %2$s" : "Posodabljanje »%1$s« na različico %2$s",
- "Set log level to debug" : "Nastavi raven beleženja za razhroščevanje",
- "Reset log level" : "Počisti raven beleženja",
- "Starting code integrity check" : "Začenjanje preverjanja stanja kode",
- "Finished code integrity check" : "Preverjanje stanja kode je končano",
+ "Set log level to debug" : "Nastavljanje ravni beleženja za razhroščevanje",
+ "Reset log level" : "Ponastavljanje ravni beleženja",
+ "Starting code integrity check" : "Poteka preverjanje stanja kode ...",
+ "Finished code integrity check" : "Preverjanje stanja kode je končano.",
"%s (incompatible)" : "%s (neskladno)",
- "Following apps have been disabled: %s" : "Onemogočeni so programi: %s",
+ "The following apps have been disabled: %s" : "Zaradi neskladnosti so onemogočeni naslednji programi: %s.",
"Already up to date" : "Sistem je že posodobljen",
"Your web server is not yet properly set up to allow file synchronization, because the WebDAV interface seems to be broken." : "Spletni stražnik še ni ustrezno nastavljen in ne omogoča usklajevanja, saj je vmesnik WebDAV videti okvarjen.",
- "Your web server is not properly set up to resolve \"{url}\". Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Spletni strežnik ni ustrezno nastavljen za razreševanje naslova »{url}«. Več podrobnosti je zapisanih v <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">dokumentaciji</a>.",
- "Your web server is not properly set up to resolve \"{url}\". This is most likely related to a web server configuration that was not updated to deliver this folder directly. Please compare your configuration against the shipped rewrite rules in \".htaccess\" for Apache or the provided one in the documentation for Nginx at it's <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation page</a>. On Nginx those are typically the lines starting with \"location ~\" that need an update." : "Spletni strežnik ni ustrezno nastavljen za razreševanje naslova »{url}«. Napaka je najverjetneje povezana z nastavitvami, ki niso bile posodobljene za neposreden dostop do te mape. Primerjajte nastavitve s privzeto različico pravil ».htaccess« za strežnik Apache ali pa zapis za Nginx, ki je opisan v <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentaciji</a>. Na strežniku Nginx so za posodobitev običajno vrstice, ki se začnejo z »location ~«.",
+ "Your web server is not properly set up to resolve \"{url}\". Further information can be found in the {linkstart}documentation ↗{linkend}." : "Spletni strežnik ni ustrezno nastavljen za razreševanje naslova URL »{url}«. Več podrobnosti je zapisanih v {linkstart}dokumentaciji ↗{linkend}.",
+ "Your web server is not properly set up to resolve \"{url}\". This is most likely related to a web server configuration that was not updated to deliver this folder directly. Please compare your configuration against the shipped rewrite rules in \".htaccess\" for Apache or the provided one in the documentation for Nginx at it's {linkstart}documentation page ↗{linkend}. On Nginx those are typically the lines starting with \"location ~\" that need an update." : "Spletni strežnik ni ustrezno nastavljen za razreševanje naslova URL »{url}«. Napaka je najverjetneje povezana z nastavitvami, ki niso bile posodobljene za neposreden dostop do te mape. Primerjajte nastavitve s privzeto različico pravil ».htaccess« za strežnik Apache, ali pa zapis za Nginx, ki je opisan v {linkstart}dokumentaciji ↗{linkend}. Na strežniku Nginx je običajno treba posodobiti vrstice, ki se začnejo z »location ~«.",
+ "Your web server is not properly set up to deliver .woff2 files. This is typically an issue with the Nginx configuration. For Nextcloud 15 it needs an adjustement to also deliver .woff2 files. Compare your Nginx configuration to the recommended configuration in our {linkstart}documentation ↗{linkend}." : "Spletni strežnik ni ustrezno nastavljen za obdelavo datotek .wolff2. Običajno je težava v nastavitvah Nginx. Različica Nextcloud 15 zahteva posebno prilagoditev. Primerjajte nastavitve s priporočenimi, kot je to zabeleženo v {linkstart}dokumentaciji ↗{linkend}.",
"PHP does not seem to be setup properly to query system environment variables. The test with getenv(\"PATH\") only returns an empty response." : "Kaže, da okolje PHP ni ustrezno nastavljeno za poizvedovanje sistemskih spremenljivk. Preizkus z ukazom getegetenv(\"PATH\") vrne le prazen odziv.",
- "Please check the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">installation documentation ↗</a> for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "Preverite <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">namestitveno dokumentacijo ↗</a> za nastavitve PHP strežnika, še posebej, če uporabljate php-fpm.",
+ "Please check the {linkstart}installation documentation ↗{linkend} for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "Preverite {linkstart}namestitveno dokumentacijo ↗{linkend} za nastavitve PHP strežnika, še posebej, če uporabljate php-fpm.",
+ "The read-only config has been enabled. This prevents setting some configurations via the web-interface. Furthermore, the file needs to be made writable manually for every update." : "Nastavitve so nastavljene le za branje. To onemogoča prilagajanje prek spletnega vmesnika, prav tako je treba nastavitveno datoteko vsakič znova ročno posodobiti.",
+ "Your database does not run with \"READ COMMITTED\" transaction isolation level. This can cause problems when multiple actions are executed in parallel." : "Podatkovna zbirka ni zagnana na ravni »READ COMMITTED«. To lahko povzroči težave pri vzporednem izvajanju dejanj.",
"The PHP module \"fileinfo\" is missing. It is strongly recommended to enable this module to get the best results with MIME type detection." : "Manjka modul PHP »fileinfo«. Priporočljivo je omogočiti ta modul za popolno zaznavanje vrst MIME.",
+ "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems. See the {linkstart}documentation ↗{linkend} for more information." : "Zaklepanje datotek je onemogočeno, kar lahko privede do različnih težav. V izogib zapletom je priporočljivo omogočiti možnost »filelocking.enabled« v datoteki config.php. Več podrobnosti je zapisanih v {linkstart}dokumentaciji ↗{linkend}.",
+ "If your installation is not installed at the root of the domain and uses system cron, there can be issues with the URL generation. To avoid these problems, please set the \"overwrite.cli.url\" option in your config.php file to the webroot path of your installation (suggestion: \"{suggestedOverwriteCliURL}\")" : "Če namestitev ni nameščena v korenski mapi domene, a uporablja sistemska opravila cron, se lahko pojavijo težave z ustvarjanjem naslovov URL. Težavam se je mogoče izogniti z nastavitvijo možnosti »overwrite.cli.url« v datoteki confih.php za pot do spletnega korena (predlog: »{suggestedOverwriteCliURL}«).",
+ "Your installation has no default phone region set. This is required to validate phone numbers in the profile settings without a country code. To allow numbers without a country code, please add \"default_phone_region\" with the respective {linkstart}ISO 3166-1 code ↗{linkend} of the region to your config file." : "Med nastavitvami namestitve nima določenega privzetega telefonskega področja. To je pomembno za overjanje telefonskih številk brez uporabe kode države. Za vpis številk brez kode je treba dodatki možnost »default_phone_region« z ustrezno kodo regije po določilih {linkstart}ISO 3166-1 ↗{linkend}.",
"It was not possible to execute the cron job via CLI. The following technical errors have appeared:" : "Ni mogoče izvesti opravila cron prek vmesnika ukazne vrstice. Pojavile so se tehnične napake:",
- "Last background job execution ran {relativeTime}. Something seems wrong." : " Zadnje ozadnje izvajanje opravila je potekalo{ relativeTime}. Kaže, da je nekaj narobe.",
- "Check the background job settings" : "Preverite nastavitve ozadnjih opravil",
+ "Last background job execution ran {relativeTime}. Something seems wrong. {linkstart}Check the background job settings ↗{linkend}." : "Zadnje ozadnje izvajanje opravila je potekalo {relativeTime}. Kaže, da je nekaj narobe. {linkstart}Preverite nastavitve ozadnjih programov ↗{linkend}",
"This server has no working Internet connection: Multiple endpoints could not be reached. This means that some of the features like mounting external storage, notifications about updates or installation of third-party apps will not work. Accessing files remotely and sending of notification emails might not work, either. Establish a connection from this server to the Internet to enjoy all features." : "Strežnik je brez vzpostavljene internetne povezave. Več končnih točk ni mogoče doseči. To pomeni, da priklapljanje zunanjih diskov, opozorila za posodobitve in namestitve programske opreme iz drugih virov, niso mogoče. Oddaljen dostop do datotek in pošiljanje obvesti najverjetneje prav tako ne deluje. Vzpostavite povezavo, da omogočite vso funkcionalnost.",
- "No memory cache has been configured. To enhance performance, please configure a memcache, if available. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Ni nastavljenega predpomnilnika. Za izboljšanje hitrosti delovanja je treba predpomnilnik memcache, če je na voljo, ustrezno nastaviti. Več podrobnosti je na voljo v <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentaciji</a>.",
- "No suitable source for randomness found by PHP which is highly discouraged for security reasons. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Iz varnostnih razlogov je priporočljivo nastaviti ustrezen vir za naključno ustvarjanje podatkov, ki ga uporablja PHP. Več podrobnosti je zavedenih v <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentaciji</a>.",
- "You are currently running PHP {version}. Upgrade your PHP version to take advantage of <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">performance and security updates provided by the PHP Group</a> as soon as your distribution supports it." : "Trenutno je zagnana različica PHP {version}. Priporočljivo je posodobiti sistem na najnovejšo različico in s tem namestiti <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">funkcijske in varnostne posodobitve delovanja, ki jih zagotavlja skupnost PHP</a>. Pakete je priporočljivo posodobiti takoj, ko so na voljo za nameščeno distribucijo.",
- "Memcached is configured as distributed cache, but the wrong PHP module \"memcache\" is installed. \\OC\\Memcache\\Memcached only supports \"memcached\" and not \"memcache\". See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">memcached wiki about both modules</a>." : "Predpomnilnik memcached je nastavljen kot porazdeljen predpomnilnik, vendar pa je nameščen napačen modul PHP »memcache«. Modul \\OC\\Memcache\\Memcached podpirao le »memcached«, ne pa tudi »memcache«. Več podrobnosti za oba modula je zapisanih <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">na wiki straneh</a>.",
- "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">List of invalid files…</a> / <a href=\"{rescanEndpoint}\">Rescan…</a>)" : "Nekatere datoteke ne opravijo preizkusa celovitosti. Več podrobnosti o težavi je opisanih v <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentaciji</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">Seznam neveljavnih datotek … </a>/ <a href=\"{rescanEndpoint}\">Ponovni preizkus …</a>)",
+ "No memory cache has been configured. To enhance performance, please configure a memcache, if available. Further information can be found in the {linkstart}documentation ↗{linkend}." : "Ni nastavljenega predpomnilnika. Za izboljšanje hitrosti delovanja je treba predpomnilnik memcache, če je na voljo, ustrezno nastaviti. Več podrobnosti je na voljo v {linkstart}dokumentaciji ↗{linkend}.",
+ "No suitable source for randomness found by PHP which is highly discouraged for security reasons. Further information can be found in the {linkstart}documentation ↗{linkend}." : "Iz varnostnih razlogov je priporočljivo nastaviti ustrezen vir za naključno ustvarjanje podatkov, ki ga uporablja PHP. Več podrobnosti je zapisanih v {linkstart}dokumentaciji ↗{linkend}.",
+ "You are currently running PHP {version}. Upgrade your PHP version to take advantage of {linkstart}performance and security updates provided by the PHP Group ↗{linkend} as soon as your distribution supports it." : "Trenutno je zagnana različica PHP {version}. Priporočljivo je posodobiti sistem na najnovejšo različico in s tem namestiti {linkstart}funkcijske in varnostne posodobitve delovanja, ki jih zagotavlja Skupina PHP ↗{linkend}. Pakete je priporočljivo posodobiti takoj, ko so na voljo za nameščeno distribucijo.",
+ "Nextcloud 20 is the last release supporting PHP 7.2. Nextcloud 21 requires at least PHP 7.3." : "Okolje Nextcloud 20 je zadnja različica, ki omogoča podporo PHP 7.2. Nextcloud 21 zahteva vsaj različico PHP 7.3.",
+ "The reverse proxy header configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If not, this is a security issue and can allow an attacker to spoof their IP address as visible to the Nextcloud. Further information can be found in the {linkstart}documentation ↗{linkend}." : "Nastavitev povratne posredovalniške glave ni pravilna ali pa v okolje Nextcloud dostopate prek zaupanja vrednega strežnika. Če slednje ne drži, je to varnostno tveganje, ki lahko omogoči tretji osebi dostop do okolja. Več podrobnosti je na voljo v {linkstart}dokumentaciji ↗{linkend}.",
+ "Memcached is configured as distributed cache, but the wrong PHP module \"memcache\" is installed. \\OC\\Memcache\\Memcached only supports \"memcached\" and not \"memcache\". See the {linkstart}memcached wiki about both modules ↗{linkend}." : "Predpomnilnik memcached je nastavljen kot porazdeljen predpomnilnik, vendar pa je nameščen napačen modul PHP »memcache«. Modul \\OC\\Memcache\\Memcached podpira le »memcached«, ne pa tudi »memcache«. Več podrobnosti za oba modula je zapisanih na {linkstart}straneh wiki ↗{linkend}.",
+ "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in the {linkstart1}documentation ↗{linkend}. ({linkstart2}List of invalid files…{linkend} / {linkstart3}Rescan…{linkend})" : "Nekatere datoteke ne opravijo preizkusa celovitosti. Več podrobnosti o težavi je opisanih v {linkstart1}dokumentaciji ↗{linkend} ({linkstart2}Seznam neveljavnih datotek …{linkend} / {linkstart3}Ponovni preizkus … {linkend}).",
+ "The PHP OPcache module is not loaded. {linkstart}For better performance it is recommended ↗{linkend} to load it into your PHP installation." : "Modul PHP OPcache ni naložen. {linkstart}Za najboljše delovanje je priporočljivo ↗{linkend} modul dodati k uporabljeni namestitvi PHP.",
+ "The PHP OPcache module is not properly configured. {linkstart}For better performance it is recommended ↗{linkend} to use the following settings in the <code>php.ini</code>:" : "Modul PHP OPcache ni pravilno nastavljen. {linkstart}Za najboljše delovanje je priporočljivo ↗{linkend} uporabiti posebne nastavitve v datoteki <code>php.ini</code>:",
+ "The PHP function \"set_time_limit\" is not available. This could result in scripts being halted mid-execution, breaking your installation. Enabling this function is strongly recommended." : "Funkcija PHP »set_time_limit« ni na voljo. To lahko povzroči nepričakovano zaustavitev skriptnih ukazov med izvajanjem, kar lahko povzroči sesutje namestitve. To možnost je priporočeno omogočiti.",
"Your PHP does not have FreeType support, resulting in breakage of profile pictures and the settings interface." : "Namestitev PHP je brez ustrezne podpore za FreeType, kar pogosto vpliva na težave s slikami profila in nastavitvami vmesnika.",
"Missing index \"{indexName}\" in table \"{tableName}\"." : "Manjka kazalo » {indexName} « v razpredelnici »{tableName}«.",
- "This instance is missing some recommended PHP modules. For improved performance and better compatibility it is highly recommended to install them." : "Namestitev PHP ne vljučuje nekaterih priporočenih modulov. Za izboljšanje delovanja in boljšo skladnost jih je zelo priporočljivo omogočiti.",
+ "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "V podatkovni zbirki ni določenih nekaterih določil. Ker je dodajanje določil na velikih razpredelnicah časovno izredno zahtevno opravilo, ta niso dodana samodejno. Z ukazom »occ db: add-missing-indices« je določila mogoče varno dodati ročno, medtem ko je sistem v delovanju. Po dodajanju bo izvajanje poizvedb teh razpredelnic neprimerno hitrejše.",
+ "Missing primary key on table \"{tableName}\"." : "Manjka osnovni ključ v razpredelnici »{tableName}«.",
+ "The database is missing some primary keys. Due to the fact that adding primary keys on big tables could take some time they were not added automatically. By running \"occ db:add-missing-primary-keys\" those missing primary keys could be added manually while the instance keeps running." : "V podatkovni zbirki ni določenih nekaterih osnovnih ključev. Ker je dodajanje ključev na velikih razpredelnicah časovno izredno zahtevno opravilo, ti niso dodani samodejno. Z ukazom »occ db:add-missing-primary-keys« je ključe mogoče varno dodati ročno, medtem ko je sistem v delovanju.",
+ "Missing optional column \"{columnName}\" in table \"{tableName}\"." : "Manjka izbirni stolpec »{columnName}« v razpredelnici »{tableName}«.",
+ "The database is missing some optional columns. Due to the fact that adding columns on big tables could take some time they were not added automatically when they can be optional. By running \"occ db:add-missing-columns\" those missing columns could be added manually while the instance keeps running. Once the columns are added some features might improve responsiveness or usability." : "V podatkovni zbirki manjka nekaj izbirnih stolpcev. Ker je dodajanje stolpcev na velikih razpredelnicah časovno izredno zahtevno opravilo, ta niso dodana samodejno, ker so v osnovi izbirna. Z ukazom »occ db:add-missing-columns« je stolpce mogoče varno dodati ročno med delovanjem sistema. Po dodajanju bo odzivnost in uporabnost nekaterih zmožnosti občutna izboljšana.",
+ "This instance is missing some recommended PHP modules. For improved performance and better compatibility it is highly recommended to install them." : "Namestitev PHP ne vključuje nekaterih priporočenih modulov. Za izboljšanje delovanja in boljšo skladnost jih je zelo priporočljivo omogočiti.",
+ "Module php-imagick in this instance has no SVG support. For better compatibility it is recommended to install it." : "Modul php-imagick ne vključuje podpore za SVG. Za izboljšanje delovanja in boljšo skladnost jih je zelo priporočljivo omogočiti.",
+ "Some columns in the database are missing a conversion to big int. Due to the fact that changing column types on big tables could take some time they were not changed automatically. By running 'occ db:convert-filecache-bigint' those pending changes could be applied manually. This operation needs to be made while the instance is offline. For further details read {linkstart}the documentation page about this ↗{linkend}." : "Nekateri stolpci v podatkovni zbirki so brez pretvornika velikih števil. Ker je spreminjanje stolpcev na velikih razpredelnicah časovno izredno zahtevno opravilo, ti niso spremenjeni samodejno. Z ukazom »occ db:convert-filecache-bigint« je mogoče te spremembe dodati ročno. Opravilo je treba izvesti, ko okolje ni dejavno. Več podrobnosti je zabeleženih v {linkstart}dokumentaciji ↗{linkend}.",
"SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend." : "Trenutno je uporabljena ozadnja podatkovna zbirka SQLite. Za obsežnejše sisteme je priporočljiv prehod na drugo vrsto zbirke.",
"This is particularly recommended when using the desktop client for file synchronisation." : "Priporočilo ima še večjo težo, če se sistem krajevno usklajuje z namizjem prek odjemalca.",
- "Use of the the built in php mailer is no longer supported. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Please update your email server settings ↗<a/>." : "Uporaba vgrajenega pošiljalnika pošte ni več podprta. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Posodobite nastavitve poštnega strežnika ↗<a/>.",
+ "To migrate to another database use the command line tool: 'occ db:convert-type', or see the {linkstart}documentation ↗{linkend}." : "Za prehod sistema na drugo podatkovno zbirko, uporabite ukaz orodne vrstice: »occ db:convert-type«, več o tem pa je zapisano v {linkstart}dokumentaciji ↗{linkend}.",
"The PHP memory limit is below the recommended value of 512MB." : "Omejitev pomnilnika PHP je pod priporočljivo vrednostjo 512 MB.",
+ "Some app directories are owned by a different user than the web server one. This may be the case if apps have been installed manually. Check the permissions of the following app directories:" : "Nekatere mape programov imajo lastništvo določeno na uporabnika ni ni spletni strežniški uporabnik. To se lahko zgodi, če so programi nameščeni ročno. Preveriti je treba dovoljenja map:",
+ "MySQL is used as database but does not support 4-byte characters. To be able to handle 4-byte characters (like emojis) without issues in filenames or comments for example it is recommended to enable the 4-byte support in MySQL. For further details read {linkstart}the documentation page about this ↗{linkend}." : "Podatkovna zbirka MySQL je v uporabi, ni pa omogočena podpora za 4-bitne znake. Za uporabo teh znakov (kot so na primer grafične izrazne ikone) brez težav tudi v imenih datotek in opombah, je priporočljivo podporo omogočiti med nastavitvami MySQL. Več podrobnosti je zabeleženih v {linkstart}dokumentaciji ↗{linkend}.",
+ "This instance uses an S3 based object store as primary storage. The uploaded files are stored temporarily on the server and thus it is recommended to have 50 GB of free space available in the temp directory of PHP. Check the logs for full details about the path and the available space. To improve this please change the temporary directory in the php.ini or make more space available in that path." : "Program uporablja shrambo predmetov S3 kot osnovno shrambo. Naložene datoteke se začasno shranjujejo na strežniku, zato je priporočljivo omogočiti 50 GB začasnega pomnilnika PHP. Podrobnosti o poti in razpoložljivem prostoru so zapisane v dnevniku. Za izboljšanje delovanja je treba spremeniti podatke začasnega imenika v php.ini ali omogočiti več prostora na trenutno določenem mestu. ",
+ "You are accessing your instance over a secure connection, however your instance is generating insecure URLs. This most likely means that you are behind a reverse proxy and the overwrite config variables are not set correctly. Please read {linkstart}the documentation page about this ↗{linkend}." : "Dostop do okolja poteka prek varne povezave, a ta ustvarja ne-varne naslove URL. To najverjetneje pomeni, da je strežnik za povratnim strežnikom in da spremenljivke nastavitev niso pravilno nastavljene. Več o tem je zabeleženo v {linkstart}dokumentaciji ↗{linkend}.",
"Error occurred while checking server setup" : "Prišlo je do napake med preverjanjem nastavitev strežnika",
+ "For more details see the {linkstart}documentation ↗{linkend}." : "Za več podrobnosti preverite {linkstart}dokumentacijo ↗{linkend}.",
+ "Your data directory and files are probably accessible from the Internet. The .htaccess file is not working. It is strongly recommended that you configure your web server so that the data directory is no longer accessible, or move the data directory outside the web server document root." : "Podatkovna mapa in datoteke so najverjetneje dostopni prek Interneta, ker datoteka .htaccess ni ustrezno nastavljena. Priporočljivo je nastaviti spletni strežnik tako, da dostop do mape prek zunanjega omrežja ni mogoč, ali pa tako, da podatkovno mapo prestavite izven korenske mape strežnika.",
+ "The \"{header}\" HTTP header is not set to \"{expected}\". This is a potential security or privacy risk, as it is recommended to adjust this setting accordingly." : "Glava HTTP »{header}« ni nastavljena na pričakovano vrednost »{expected}«. To predstavlja potencialno varnostno ali zasebnostno tveganje, zato je priporočljivo prilagoditi nastavitve.",
+ "The \"{header}\" HTTP header is not set to \"{expected}\". Some features might not work correctly, as it is recommended to adjust this setting accordingly." : "Glava HTTP »{header}« ni nastavljena na pričakovano vrednost »{expected}«. Nekatere možnosti morda ne bodo delovale pravilno, zato je priporočljivo prilagoditi nastavitve.",
"The \"{header}\" HTTP header doesn't contain \"{expected}\". This is a potential security or privacy risk, as it is recommended to adjust this setting accordingly." : "Glava \"{header}\" HTTP ne vsebuje »{expected}«. To je potencialno varnostna luknja, zato priporočamo prilagoditev nastavitev.",
- "Non-existing tag #{tag}" : "Neobstoječa oznaka #{tag}",
- "restricted" : "omejeno",
- "invisible" : "nevidno",
- "Delete" : "Izbriši",
- "Rename" : "Preimenuj",
- "Collaborative tags" : "Sodelovalne oznake",
- "No tags found" : "Ni najdenih oznak",
+ "The \"{header}\" HTTP header is not set to \"{val1}\", \"{val2}\", \"{val3}\", \"{val4}\" or \"{val5}\". This can leak referer information. See the {linkstart}W3C Recommendation ↗{linkend}." : "Glava HTTP »{header}« ni nastavljena na »{val1}«, »{val2}«, »{val3}«, »{val4}« oziroma »{val5}«. To lahko povzroči iztekanje podatkov sklicatelja. Več o tem si lahko ogledate med priporočili {linkstart}priporočili W3C ↗{linkend}.",
+ "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the {linkstart}security tips ↗{linkend}." : "Glava HTTP za varen prenos podatkov »Strict-Transport-Security« ni nastavljena na vsaj »{seconds}« sekund. Za večjo varnost je priporočljivo omogočiti pravila HSTS, kot je opisano med {linkstart}varnostnimi priporočili ↗{linkend}.",
+ "Accessing site insecurely via HTTP. You are strongly advised to set up your server to require HTTPS instead, as described in the {linkstart}security tips ↗{linkend}." : "Dostop do strani je omogočen pred nevarovanega protokola HTTP. Priporočljivo je na strežniku vsiliti uporabo HTTPS, kot je zavedeno med {linkstart}varnostnimi priporočili ↗{linkend}.",
"unknown text" : "neznano besedilo",
"Hello world!" : "Pozdravljen svet!",
"sunny" : "sončno",
"Hello {name}, the weather is {weather}" : "Pozdravljeni, {name}, vreme je {weather}",
"Hello {name}" : "Pozdravljeni, {name}",
- "<strong>These are your search results<script>alert(1)</script></strong>" : "<strong>To so zadetki iskanja<script>opozoril</script></strong>.",
+ "<strong>These are your search results<script>alert(1)</script></strong>" : "<strong>To so zadetki iskanja<script>alert(1)</script></strong>.",
"new" : "novo",
"_download %n file_::_download %n files_" : ["prejmi %n datoteko","prejmi %n datoteki","prejmi %n datoteke","prejmi %n datotek"],
"The update is in progress, leaving this page might interrupt the process in some environments." : "V teku je posodobitev. Odhod s te strani lahko v določenih okoljih prekine opravilo.",
- "Update to {version}" : "Posodobi na {version}",
+ "Update to {version}" : "Posodobitev na različico {version}",
"An error occurred." : "Prišlo je do napake.",
"Please reload the page." : "Stran je treba osvežiti.",
"The update was unsuccessful. For more information <a href=\"{url}\">check our forum post</a> covering this issue." : "Posodobitev je spodletela. Več podrobnosti o napaki je <a href=\"{url}\">objavljenih na forumu</a>.",
"The update was unsuccessful. Please report this issue to the <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">Nextcloud community</a>." : "Posodobitev je spodletela. Pošljite poročilo o napaki <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">skupnosti Nextcloud</a>.",
- "Continue to Nextcloud" : "Nadaljuj v oblak Nextcloud",
- "_The update was successful. Redirecting you to Nextcloud in %n second._::_The update was successful. Redirecting you to Nextcloud in %n seconds._" : ["Posodobitev je bila uspešna. Stran bo preusmerjena čez %n sekundo.","Posodobitev je bila uspešna. Stran bo preusmerjena čez %n sekundi.","Posodobitev je bila uspešna. Stran bo preusmerjena čez %n sekunde.","Posodobitev je bila uspešna. Stran bo preusmerjena čez %n sekund."],
- "Searching other places" : "Poteka iskanje na drugih mestih",
- "No search results in other folders for {tag}{filter}{endtag}" : "Za iskalni niz {tag}{filter}{endtag} ni zadetkov v nobeni mapi",
- "_{count} search result in another folder_::_{count} search results in other folders_" : ["{count} rezultat v drugih mapah","{count} rezultata v drugih mapah","{count} rezultatov v drugih mapah","{count} rezultatov v drugih mapah"],
+ "Continue to {productName}" : "Nadaljuj v {productName}",
+ "_The update was successful. Redirecting you to {productName} in %n second._::_The update was successful. Redirecting you to {productName} in %n seconds._" : ["Posodobitev je bila uspešna. Stran bo preusmerjena na {productName} čez %n sekundo.","Posodobitev je bila uspešna. Stran bo preusmerjena na {productName} čez %n sekundi.","Posodobitev je bila uspešna. Stran bo preusmerjena na {productName} čez %n sekunde.","Posodobitev je bila uspešna. Stran bo preusmerjena na {productName} čez %n sekund."],
+ "Log in" : "Prijava",
+ "Logging in …" : "Poteka prijavljanje ...",
"Server side authentication failed!" : "Overitev na strani strežnika je spodletela!",
"Please contact your administrator." : "Stopite v stik s skrbnikom sistema.",
"An internal error occurred." : "Prišlo je do notranje napake.",
"Please try again or contact your administrator." : "Poskusite znova ali pa stopite v stik s skrbnikom sistema.",
"Username or email" : "Uporabniško ime ali elektronski naslov",
"Password" : "Geslo",
- "Log in" : "Prijava",
- "Logging in …" : "Poteka prijavljanje ...",
+ "Toggle password visibility" : "Preklopi vidnost gesla",
"Wrong username or password." : "Napačno uporabniško ime oziroma geslo",
"User disabled" : "Uporabnik je onemogočen",
"We have detected multiple invalid login attempts from your IP. Therefore your next login is throttled up to 30 seconds." : "Zaznanih je več neveljavnih poskusov prijave iz trenutnega naslova IP. Iz varnostnih razlogov bo možnost naslednjega poskusa prijave zadržana za 30 sekund.",
+ "Your account is not setup for passwordless login." : "Račun ni nastavljen za brezgeselno prijavo.",
+ "Passwordless authentication is not supported in your browser." : "Brezgeselna overitev v tem brskalniku ni podprta.",
+ "Passwordless authentication is only available over a secure connection." : "Brezgeselna overitev je na voljo le prek vzpostavljene varne povezave.",
"Reset password" : "Ponastavi geslo",
- "A password reset message has been sent to the e-mail address of this account. If you do not receive it, check your spam/junk folders or ask your local administrator for help." : "Sporočilo za ponastavitev gesla je bila poslana na elektronski naslov računa. Če sporočila v kratkem ne prejmete, preverite mape neželene pošte ali pa za pomoč prosite krajevnega skrbnika sistema.",
+ "A password reset message has been sent to the email address of this account. If you do not receive it, check your spam/junk folders or ask your local administrator for help." : "Sporočilo za ponastavitev gesla je bilo poslano na elektronski naslov računa. Če sporočila v kratkem ne prejmete, preverite mape neželene pošte ali pa za pomoč prosite krajevnega skrbnika sistema.",
"If it is not there ask your local administrator." : "Če sporočila ni, stopite v stik s skrbnikom sistema.",
"Couldn't send reset email. Please contact your administrator." : "Ni mogoče poslati elektronskega sporočila za ponastavitev. Stopite v stik s skrbnikom sistema.",
- "Password can not be changed. Please contact your administrator." : "Gesla ni mogoče spremeniti. Stopite v stik s skrbnikom.",
+ "Password cannot be changed. Please contact your administrator." : "Gesla ni mogoče spremeniti. Stopite v stik s skrbnikom.",
"Back to login" : "Nazaj na prijavo",
"New password" : "Novo geslo",
"Your files are encrypted. There will be no way to get your data back after your password is reset. If you are not sure what to do, please contact your administrator before you continue. Do you really want to continue?" : "Datoteke so šifrirane. Če niste omogočili obnovitvenega ključa, po ponastavitvi gesla dostop do datotek ne bo več mogoč.<br />Če niste prepričani, kaj storiti, stopite v stik s skrbnikom sistema.<br />Ali res želite nadaljevati?",
@@ -130,20 +156,31 @@ OC.L10N.register(
"Resetting password" : "Ponastavljanje gesla",
"Recommended apps" : "Priporočeni programi",
"Loading apps …" : "Poteka nalaganje programov ...",
- "Could not fetch list of apps from the app store." : "Ni mogoče pridobiti seznama programov iz trgovine.",
"Installing apps …" : "Poteka nameščanje programov ...",
- "Nextcloud {app}" : "Nextcloud {app}",
"App download or installation failed" : "Prejem oziroma namestitev programa je spodletela.",
- "Can't install this app because it is not compatible" : "Programa ni mogoče namestiti, ker ni skladen z različico okolja.",
- "Can't install this app" : "Programa ni mogoče namestiti.",
+ "Cannot install this app because it is not compatible" : "Programa ni mogoče namestiti, ker ni skladen z različico okolja.",
+ "Cannot install this app" : "Programa ni mogoče namestiti.",
"Cancel" : "Prekliči",
"Schedule work & meetings, synced with all your devices." : "Načrtujte delo in sestanke, ki se samodejno usklajujejo z vsemi vašimi napravami.",
"Keep your colleagues and friends in one place without leaking their private info." : "Združite sodelavce in prijatelje na enem mestu brez skrbi za njihove zasebne podatke.",
"Simple email app nicely integrated with Files, Contacts and Calendar." : "Enostaven program za pošto se odlično povezuje z Datotekami, Stiki in Koledarjem.",
"Chatting, video calls, screensharing, online meetings and web conferencing – in your browser and with mobile apps." : "Klepet, video klici, souporaba zaslonske slike, spletni sestanki in konference – znotraj brskalnika in z mobilnimi napravami.",
"Collaboratively edit office documents." : "Sodelovalno urejanje pisarniških dokumentov.",
- "Local document editing back-end used by the OnlyOffice app." : "Ozadnji program za krajevno urejanje dokumentov, ki ga uporablja program OnlyOffice",
+ "Local document editing back-end used by the Collabora Online app." : "Ozadnji program za krajevno urejanje dokumentov, ki ga uporablja program Collabora Online.",
"Forgot password?" : "Ali ste pozabili geslo?",
+ "Log in with a device" : "Prijava z napravo",
+ "Back" : "Nazaj",
+ "Login form is disabled." : "Prijavni obrazec je onemogočen.",
+ "Reset search" : "Ponastavi iskanje",
+ "Search for {name} only" : "Išči le za {name}",
+ "No results for {query}" : "Ni zadetkov za poizvedbo {query}",
+ "Start typing to search" : "Začnite tipkati za iskanje",
+ "Loading more results …" : "Poteka nalaganje več zadetkov ...",
+ "Load more results" : "Naloži več zadetkov",
+ "Search" : "Poišči",
+ "An error occurred while searching for {type}" : "Prišlo je do napake med iskanjem vrste {type}.",
+ "_Please enter {minSearchLength} character or more to search_::_Please enter {minSearchLength} characters or more to search_" : ["Vpisati je treba vsaj {minSearchLength} znak za začetek iskanja","Vpisati je treba vsaj {minSearchLength} znaka za začetek iskanja","Vpisati je treba vsaj {minSearchLength} znake za začetek iskanja","Vpisati je treba vsaj {minSearchLength} znakov za začetek iskanja"],
+ "Search {types} …" : "Poišči {types} …",
"Settings" : "Nastavitve",
"Could not load your contacts" : "Stikov ni mogoče naložiti",
"Search contacts …" : "Poišči med stiki ...",
@@ -211,6 +248,13 @@ OC.L10N.register(
"Strong password" : "Odlično geslo",
"No action available" : "Ni razpoložljivih dejanj",
"Error fetching contact actions" : "Prišlo je do napake med pridobivanjem dejanj stikov",
+ "Non-existing tag #{tag}" : "Neobstoječa oznaka #{tag}",
+ "restricted" : "omejeno",
+ "invisible" : "nevidno",
+ "Delete" : "Izbriši",
+ "Rename" : "Preimenuj",
+ "Collaborative tags" : "Sodelovalne oznake",
+ "No tags found" : "Ni najdenih oznak",
"Personal" : "Osebno",
"Users" : "Uporabniki",
"Apps" : "Programi",
@@ -218,10 +262,14 @@ OC.L10N.register(
"Help" : "Pomoč",
"Access forbidden" : "Dostop je prepovedan",
"File not found" : "Datoteke ni mogoče najti",
- "The document could not be found on the server. Maybe the share was deleted or has expired?" : "Na strežniku ni mogoče najti dokumentacije. Morda je mesto souprabe izbrisano ali pa so potekla dovoljenja.",
+ "The document could not be found on the server. Maybe the share was deleted or has expired?" : "Na strežniku ni mogoče najti dokumentacije. Morda je mesto souporabe izbrisano, ali pa so potekla dovoljenja.",
+ "Back to %s" : "Nazaj na %s",
+ "Too many requests" : "Zaznanih je preveč sočasnih zahtev",
+ "There were too many requests from your network. Retry later or contact your administrator if this is an error." : "Iz omrežja je bilo prejetih preveč zahtev. Če je to napaka, stopite v stik s skrbnikom, sicer pa poskusite spet kasneje.",
"Error" : "Napaka",
+ "Previous" : "Nazaj",
"Internal Server Error" : "Notranja napaka strežnika",
- "The server was unable to complete your request." : "Odziv strežnika kaže, da ni mogoče končati zahteve.",
+ "The server was unable to complete your request." : "Odziv strežnika kaže, da zahteve ni mogoče dokončati.",
"If this happens again, please send the technical details below to the server administrator." : "Če se napaka ponovi, pošljite tehnične podrobnosti, ki so zbrane spodaj, skrbniku sistema.",
"More details can be found in the server log." : "Več podrobnosti je zabeleženih v dnevniški datoteki strežnika.",
"Technical details" : "Tehnične podrobnosti",
@@ -256,12 +304,13 @@ OC.L10N.register(
"SQLite should only be used for minimal and development instances. For production we recommend a different database backend." : "Podatkovna zbirka SQLite je primerna le za manjše in razvojne namestitve. Za produkcijsko okolje je priporočljivo uporabiti drugo podatkovno ozadje.",
"If you use clients for file syncing, the use of SQLite is highly discouraged." : "Če uporabljate namizni odjemalec za usklajevanje datotek, je uporaba podatkovne zbirke SQLite odsvetovana.",
"Install recommended apps" : "Namesti priporočene programe",
- "Calendar, Contacts, Talk, Mail & OnlyOffice" : "Koledar, Stiki, Talk, Pošta in OnlyOffice",
+ "Calendar, Contacts, Talk, Mail & Collaborative editing" : "Koledar, Stiki, Talk, Pošta in Sodelovalno urejanje dokumentov",
"Finish setup" : "Končaj nastavitev",
"Finishing …" : "Poteka zaključevanje opravila ...",
"Need help?" : "Ali potrebujete pomoč?",
"See the documentation" : "Preverite dokumentacijo",
- "Could not remove CAN_INSTALL from the config folder. Please remove this file manually." : "Ni mogoče odstraniti CAN_INSTALL iz nastavitvene mape. Datoteko odstranite ročno.",
+ "It looks like you are trying to reinstall your Nextcloud. However the file CAN_INSTALL is missing from your config directory. Please create the file CAN_INSTALL in your config folder to continue." : "Kaže, da poskušate ponovno namestiti okolje Nextcloud, a datoteke CAN_INSTALL ni v mapi nastavitev. Ustvarite jo, potem lahko poskusite znova.",
+ "Could not remove CAN_INSTALL from the config folder. Please remove this file manually." : "Ni mogoče odstraniti datoteke CAN_INSTALL iz nastavitvene mape. Odstranite jo ročno.",
"This application requires JavaScript for correct operation. Please {linkstart}enable JavaScript{linkend} and reload the page." : "Program zahteva podporo JavaScript za pravilno delovanje. Med nastavitvami omogočite {linkstart}JavaScript{linkend} in osvežite spletno stran.",
"Get your own free account" : "Pridobite brezplačni račun",
"Skip to main content" : "Preskoči na glavno vsebino",
@@ -269,33 +318,41 @@ OC.L10N.register(
"More apps" : "Več programov",
"More" : "Več",
"More apps menu" : "Meni več programov",
- "Search" : "Poišči",
- "Reset search" : "Ponastavi iskanje",
"Contacts" : "Stiki",
"Contacts menu" : "Meni Stikov",
"Settings menu" : "Meni nastavitev",
"Confirm your password" : "Potrdite geslo",
"Connect to your account" : "Povežite z računom",
"Please log in before granting %1$s access to your %2$s account." : "Pred %1$s odobritvijo dostopa %2$s do računa se je treba prijaviti.",
+ "If you are not trying to set up a new device or app, someone is trying to trick you into granting them access to your data. In this case do not proceed and instead contact your system administrator." : "Če ne poskušate dodati naprave ali programa, vas poskuša nekdo pretentati v odobritev dostopa do vaših podatkov. Če se vam zdi, da je tako, ne nadaljujte s potrjevanjem, ampak stopite v stik s skrbnikom sistema.",
"App token" : "Žeton programa",
"Grant access" : "Odobri dostop",
+ "Alternative log in using app token" : "Alternativni način prijave z uporabo programskega žetona",
"Account access" : "Dostop do računa",
+ "You are about to grant %1$s access to your %2$s account." : "Računu %1$s boste omogočili dostop do vašega računa %2$s.",
"Account connected" : "Račun je povezan",
"Your client should now be connected!" : "Odjemalec naj bi bil sedaj povezan!",
"You can close this window." : "To okno lahko zaprete.",
"This share is password-protected" : "To mesto je zaščiteno z geslom",
"The password is wrong. Try again." : "Geslo je napačno. Poskusite znova.",
"Two-factor authentication" : "Dvo-stopenjska overitev",
+ "Enhanced security is enabled for your account. Choose a second factor for authentication:" : "Za vaš račun je omogočena zahteva za višjo raven varnosti. Izberite drugo stopnjo overitve:",
+ "Could not load at least one of your enabled two-factor auth methods. Please contact your admin." : "Ni mogoče naložiti niti enega od omogočenih načinov dvostopenjske overitve prijave. Stopite v stik s skrbnikom sistema.",
+ "Two-factor authentication is enforced but has not been configured on your account. Contact your admin for assistance." : "Zahtevana je uporaba dvostopenjske overitve prijave, a za ta račun še ni nastavljena. Stopite v stik s skrbnikom sistema.",
+ "Two-factor authentication is enforced but has not been configured on your account. Please continue to setup two-factor authentication." : "Zahtevana je uporaba dvostopenjske overitve prijave, a za ta račun še ni nastavljena. Nadaljujte s postopkom priprave overitve.",
"Set up two-factor authentication" : "Nastavitev dvostopenjske overitve",
+ "Two-factor authentication is enforced but has not been configured on your account. Use one of your backup codes to log in or contact your admin for assistance." : "Zahtevana je uporaba dvostopenjske overitve prijave, a za ta račun še ni nastavljena. Za prijavo uporabite eno izmed varnostnih kod, ali pa za pomoč stopite v stik s skrbnikom sistema.",
"Use backup code" : "Uporabi varnostno kopijo šifre",
"Cancel login" : "Prekliči prijavo",
"Setup two-factor authentication" : "Nastavite dvostopenjsko overitev",
+ "Enhanced security is enforced for your account. Choose which provider to set up:" : "Za vaš račun je vsiljena zahteva za višjo raven varnosti. Izberite ponudnika za nastavitev:",
"Error while validating your second factor" : "Napaka med preverjanjem drugega koraka",
"Access through untrusted domain" : "Dostop prek domene, ki ni zaupanja vredna",
+ "Please contact your administrator. If you are an administrator, edit the \"trusted_domains\" setting in config/config.php like the example in config.sample.php." : "Stopite v stik s skrbnikom sistema. Če ste skrbnik, prilagodite nastavitev »trusted_domains« v datoteki config/config.php, kot je zavedeno v predlogi config.sample.php.",
"Further information how to configure this can be found in the %1$sdocumentation%2$s." : "Podrobnosti o možnostih nastavitev je mogoče najti v %1$sdokumentaciji%2$s.",
"App update required" : "Zahtevana je posodobitev programa",
"%1$s will be updated to version %2$s" : "Okolje %1$s bo posodobljeno na različico %2$s",
- "These apps will be updated:" : "Posodobljeni bodo programi:",
+ "The following apps will be updated:" : "Navedeni programi bodo posodobljeni:",
"These incompatible apps will be disabled:" : "Zaradi neskladnosti bodo onemogočeni:",
"The theme %s has been disabled." : "Tema %s je onemogočena za uporabo.",
"Please make sure that the database, the config folder and the data folder have been backed up before proceeding." : "Pred nadaljevanjem se prepričajte, da je ustvarjena varnostna kopija podatkovne zbirke, nastavitvenih datotek in podatkovne mape.",
@@ -305,95 +362,55 @@ OC.L10N.register(
"Update needed" : "Zahtevana je posodobitev",
"Please use the command line updater because you have a big instance with more than 50 users." : "Uporabite posodabljalnik ukazne vrstice, ker je v sistemu več kot 50 uporabnikov.",
"For help, see the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"%s\">documentation</a>." : "Za pomoč si oglejte <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"%s\">dokumentacijo</a>.",
+ "I know that if I continue doing the update via web UI has the risk, that the request runs into a timeout and could cause data loss, but I have a backup and know how to restore my instance in case of a failure." : "Zavedam se, da obstaja pri posodabljanju prek spletnega uporabniškega vmesnika nevarnost, da zahteva časovno poteče in s tem povzroči izgubo podatkov. Imam ustvarjeno varnostno kopijo in znam podatke iz kopij v primeru napak obnoviti.",
"Upgrade via web on my own risk" : "Posodobi prek spleta kljub večjemu tveganju",
"Maintenance mode" : "Vzdrževalni način",
"This %s instance is currently in maintenance mode, which may take a while." : "Strežnik %s je trenutno v vzdrževalnem načinu, kar onemogoča prijavo.",
"This page will refresh itself when the instance is available again." : "Stran bo samodejno osvežena, ko bo okolje spet pripravljeno za delo.",
"Contact your system administrator if this message persists or appeared unexpectedly." : "Če se bo to sporočilo še naprej nepričakovano pojavljalo, stopite v stik s skrbnikom sistema.",
- "Could not send reset email because there is no email address for this username. Please contact your administrator." : "Ni mogoče poslati elektronskega sporočila za ponastavitev gesla, ker ni navedenega elektronskega naslova. Stopite v stik s skrbnikom sistema.",
- "Couldn't send reset email. Please make sure your username is correct." : "Ni mogoče poslati elektronskega sporočila. Prepričajte se, da je uporabniško ime pravilno.",
- "We have send a password reset e-mail to the e-mail address known to us for this account. If you do not receive it within a reasonable amount of time, check your spam/junk folders.<br>If it is not there ask your local administrator." : "Povezava za ponastavitev gesla je bila poslana na nam poznan elektronski naslov za ta račun. V kolikor sporočila ne prejmete v kratkem, preverite tudi mapo neželene pošte.<br> Če sporočila ni niti v tej mapi, stopite v stik s skrbnikom.",
- "Your files are encrypted. There will be no way to get your data back after your password is reset.<br />If you are not sure what to do, please contact your administrator before you continue. <br />Do you really want to continue?" : "Datoteke so šifrirane. Po ponastavitvi gesla dostop do datotek ne bo več mogoč.<br />Če niste prepričani, kaj storiti, stopite v stik s skrbnikom sistema.<br />Ali res želite nadaljevati?",
- "Sending email …" : "Poteka pošiljanje elektronske pošte ...",
- "Accessing site insecurely via HTTP. You are strongly adviced to set up your server to require HTTPS instead, as described in the <a href=\"{docUrl}\">security tips ↗</a>." : "Do spletišča je omogočen dostop prek protokola HTTP. Priporočljivo je omogočiti podporo za varni protokol HTTPS, kot je to opisano med <a href=\"{docUrl}\">varnostnimi namigi</a>.",
- "Shared" : "V souporabi",
- "Shared with" : "V skupni rabi z uporabnikom",
- "Shared by" : "Souporaba:",
- "Choose a password for the public link" : "Izberite geslo za javno povezavo",
- "Choose a password for the public link or press the \"Enter\" key" : "Izberite geslo za javno povezavo ali pritisnite tipko »Enter«.",
- "Copied!" : "Naslov je kopiran!",
- "Copy link" : "Kopiraj povezavo",
- "Not supported!" : "Opravilo ni podprto!",
- "Press ⌘-C to copy." : "Pritisnite ⌘-C za kopiranje.",
- "Press Ctrl-C to copy." : "Pritisnite Ctrl-C za kopiranje.",
- "Unable to create a link share" : "Ni mogoče ustvariti povezave do mesta souporabe",
- "Unable to toggle this option" : "Ni mogoče preklopiti možnosti",
- "Resharing is not allowed" : "Nadaljnja souporaba ni dovoljena",
- "Link" : "Povezava",
- "Hide download" : "Skrij prejem",
- "Password protection enforced" : "Zaščita z geslom je vsiljeno omogočena",
- "Password protect" : "Zaščiti z geslom",
- "Allow editing" : "Dovoli urejanje",
- "Email link to person" : "Posreduj povezavo po elektronski pošti",
- "Send" : "Pošlji",
- "Allow upload and editing" : "Dovoli pošiljanje in urejanje",
- "Read only" : "Le za branje",
- "File drop (upload only)" : "Povleci datoteke (samo nalaganje)",
- "Expiration date enforced" : "Datum preteka je vsiljeno omogočen",
- "Set expiration date" : "Nastavi datum preteka",
- "Expiration" : "Datum preteka",
- "Expiration date" : "Datum preteka",
- "Note to recipient" : "Pošlji opombo prejemniku",
- "Unshare" : "Prekliči souporabo",
- "Delete share link" : "Izbriši povezavo za souporabo",
- "Add another link" : "Dodaj novo povezavo",
- "Password protection for links is mandatory" : "Zaščita z geslom je za povezave obvezna",
- "Share to {name}" : "Omogoči souporabo z uporabnikom {name}",
- "Share link" : "Povezava do mape souporabe",
- "New share link" : "Nova povezava za souporabo",
- "Created on {time}" : "Ustvarjeno {time}",
- "Password protect by Talk" : "Zaščiti z geslom prek Talk",
- "Could not unshare" : "Ni mogoče preklicati souporabe",
- "Shared with you and the group {group} by {owner}" : "{owner} omogoči souporabo z vami in s skupino {group}.",
- "Shared with you by {owner}" : "Souporabo omogoča {owner}",
- "Choose a password for the mail share" : "Izbor gesla za souporabo s pošto",
- "group" : "skupina",
- "remote" : "oddaljeno",
- "remote group" : "oddaljena skupina",
- "email" : "elektronska pošta",
- "conversation" : "pogovor",
- "shared by {sharer}" : "souporaba : {sharer}",
- "Can reshare" : "Lahko omogoči souporabo naprej",
- "Can edit" : "Lahko ureja",
- "Can create" : "Lahko ustvari",
- "Can change" : "Lahko spremeni",
- "Can delete" : "Lahko izbriše",
- "Access control" : "Nadzor dostopa",
- "Error while sharing" : "Napaka med omogočanjem souporabe",
- "Share details could not be loaded for this item." : "Podrobnosti souporabe za ta predmet ni mogoče naložiti.",
- "Search globally" : "Splošno iskanje",
- "_At least {count} character is needed for autocompletion_::_At least {count} characters are needed for autocompletion_" : ["Za uporabo možnosti dokončevanja vnosa je treba vpisati vsaj {count} znak.","Za uporabo možnosti dokončevanja vnosa je treba vpisati vsaj {count} znaka.","Za uporabo možnosti dokončevanja vnosa je treba vpisati vsaj {count} znake.","Za uporabo možnosti dokončevanja vnosa je treba vpisati vsaj {count} znakov."],
- "This list is maybe truncated - please refine your search term to see more results." : "Seznam je morda prirezan – spremenite iskalni niz za več zadetkov.",
- "No users or groups found for {search}" : "Ni najdenih uporabnikov ali skupin, skladnih z iskalnim nizom {search}",
- "No users found for {search}" : "Ni najdenih uporabnikov, skladnih z iskalnim nizom {search}",
- "An error occurred (\"{message}\"). Please try again" : "Prišlo je do napake (»{message}«). Poskusite znova.",
- "An error occurred. Please try again" : "Prišlo je do napake. Poskusite znova.",
- "Home" : "Začetni pogled",
- "Work" : "Službeni naslov",
- "Other" : "Drugo",
- "{sharee} (remote group)" : "{sharee} (oddaljena skupina)",
- "{sharee} ({type}, {owner})" : "{sharee} ({type}, {owner})",
- "Share" : "Souporaba",
- "Name or email address..." : "Ime ali elektronski naslov ...",
- "Name or federated cloud ID..." : "Ime ali ID zveznega oblaka ...",
- "Name, federated cloud ID or email address..." : "Ime, ID zveznega oblaka ali elektronski naslov ...",
- "Name..." : "Ime ...",
- "Error removing share" : "Napaka odstranjevanja souporabe",
- "({scope})" : "({scope})",
- "Saving..." : "Poteka shranjevanje ...",
- "Dismiss" : "Opusti",
- "Your client should now be connected! You can close this window." : "Odjemalec naj bi bil sedaj povezan! To okno lahko zaprete.",
- "New Password" : "Novo geslo",
- "Cancel log in" : "Prekini prijavo"
+ "Checking whether the database schema can be updated (this can take a long time depending on the database size)" : "Poteka preverjanje, ali je shemo podatkovne zbirke mogoče posodobiti (zaradi velikosti je lahko opravilo dolgotrajno).",
+ "Checked database schema update" : "Izbrana posodobitev sheme podatkovne zbirke",
+ "Checking updates of apps" : "Poteka preverjanje za posodobitve programov",
+ "Checking for update of app \"%s\" in appstore" : "Poteka preverjanje posodobitev za program »%s« ...",
+ "Update app \"%s\" from appstore" : "Posodobi program »%s« iz trgovine",
+ "Checked for update of app \"%s\" in appstore" : "Preverjanje posodobitev za »%s« je končano.",
+ "Checked database schema update for apps" : "Izbrana posodobitev sheme podatkovne zbirke za programe",
+ "Following apps have been disabled: %s" : "Onemogočeni so programi: %s",
+ "Your web server is not properly set up to resolve \"{url}\". Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Spletni strežnik ni ustrezno nastavljen za razreševanje naslova »{url}«. Več podrobnosti je zapisanih v <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">dokumentaciji</a>.",
+ "Your web server is not properly set up to resolve \"{url}\". This is most likely related to a web server configuration that was not updated to deliver this folder directly. Please compare your configuration against the shipped rewrite rules in \".htaccess\" for Apache or the provided one in the documentation for Nginx at it's <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation page</a>. On Nginx those are typically the lines starting with \"location ~\" that need an update." : "Spletni strežnik ni ustrezno nastavljen za razreševanje naslova »{url}«. Napaka je najverjetneje povezana z nastavitvami, ki niso bile posodobljene za neposreden dostop do te mape. Primerjajte nastavitve s privzeto različico pravil ».htaccess« za strežnik Apache ali pa zapis za Nginx, ki je opisan v <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentaciji</a>. Na strežniku Nginx so za posodobitev običajno vrstice, ki se začnejo z »location ~«.",
+ "Your web server is not properly set up to deliver .woff2 files. This is typically an issue with the Nginx configuration. For Nextcloud 15 it needs an adjustement to also deliver .woff2 files. Compare your Nginx configuration to the recommended configuration in our <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Spletni strežnik ni ustrezno nastavljen za obdelavo datotek .wolff2. Običajno je težava v nastavitvah Nginx. Različica Nextcloud 15 zahteva posebno prilagoditev. Primerjajte nastavitve s priporočenimi, kot je to zabeleženo v <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentaciji</a>.",
+ "Please check the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">installation documentation ↗</a> for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "Preverite <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">namestitveno dokumentacijo ↗</a> za nastavitve PHP strežnika, še posebej, če uporabljate php-fpm.",
+ "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems. See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation ↗</a> for more information." : "Zaklepanje datotek je onemogočeno, kar lahko privede do različnih težav. Priporočljivo je omogočiti možnost \"filelocking.enabled\" v datoteki config.php, da se izognete zapletom. Za več informacij si glejte <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentacijo ↗</a>.",
+ "Last background job execution ran {relativeTime}. Something seems wrong." : " Zadnje ozadnje izvajanje opravila je potekalo {relativeTime}. Kaže, da je nekaj narobe.",
+ "Check the background job settings" : "Preverite nastavitve ozadnjih opravil",
+ "No memory cache has been configured. To enhance performance, please configure a memcache, if available. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Ni nastavljenega predpomnilnika. Za izboljšanje hitrosti delovanja je treba predpomnilnik memcache, če je na voljo, ustrezno nastaviti. Več podrobnosti je na voljo v <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentaciji</a>.",
+ "No suitable source for randomness found by PHP which is highly discouraged for security reasons. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Iz varnostnih razlogov je priporočljivo nastaviti ustrezen vir za naključno ustvarjanje podatkov, ki ga uporablja PHP. Več podrobnosti je zavedenih v <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentaciji</a>.",
+ "You are currently running PHP {version}. Upgrade your PHP version to take advantage of <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">performance and security updates provided by the PHP Group</a> as soon as your distribution supports it." : "Trenutno je zagnana različica PHP {version}. Priporočljivo je posodobiti sistem na najnovejšo različico in s tem namestiti <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">funkcijske in varnostne posodobitve delovanja, ki jih zagotavlja skupnost PHP</a>. Pakete je priporočljivo posodobiti takoj, ko so na voljo za nameščeno distribucijo.",
+ "The reverse proxy header configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If not, this is a security issue and can allow an attacker to spoof their IP address as visible to the Nextcloud. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Nastavitev povratne posredovalniške glave ni pravilna ali pa v okolje Nextcloud dostopate prek zaupanja vrednega strežnika. Če slednje ne drži, je to varnostno tveganje, ki lahko omogoči tretji osebi dostop do okolja. Več podrobnosti je na voljo v <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentaciji</a>.",
+ "Memcached is configured as distributed cache, but the wrong PHP module \"memcache\" is installed. \\OC\\Memcache\\Memcached only supports \"memcached\" and not \"memcache\". See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">memcached wiki about both modules</a>." : "Predpomnilnik memcached je nastavljen kot porazdeljen predpomnilnik, vendar pa je nameščen napačen modul PHP »memcache«. Modul \\OC\\Memcache\\Memcached podpirao le »memcached«, ne pa tudi »memcache«. Več podrobnosti za oba modula je zapisanih <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">na wiki straneh</a>.",
+ "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">List of invalid files…</a> / <a href=\"{rescanEndpoint}\">Rescan…</a>)" : "Nekatere datoteke ne opravijo preizkusa celovitosti. Več podrobnosti o težavi je opisanih v <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentaciji</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">Seznam neveljavnih datotek … </a>/ <a href=\"{rescanEndpoint}\">Ponovni preizkus …</a>)",
+ "The PHP OPcache module is not loaded. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance it is recommended</a> to load it into your PHP installation." : "Modul PHP OPcache ni naložen. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Za najboljše delovanje je priporočljivo</a> modul dodati k uporabljeni namestitvi PHP.",
+ "The PHP OPcache is not properly configured. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance it is recommended</a> to use the following settings in the <code>php.ini</code>:" : "Modul PHP OPcache ni pravilno nastavljen. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Za najboljše delovanje je priporočljivo</a> uporabiti posebne nastavitve v datoteki <code>php.ini</code>:",
+ "Some columns in the database are missing a conversion to big int. Due to the fact that changing column types on big tables could take some time they were not changed automatically. By running 'occ db:convert-filecache-bigint' those pending changes could be applied manually. This operation needs to be made while the instance is offline. For further details read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "Nekateri stolpci v podatkovni zbirki so brez pretvornika velikih števil. Ker je spreminjanje stolpcev na velikih razpredelnicah časovno izredno zahtevno opravilo, ta niso dodana samodejno. V osnovi so izbirna. Z ukazom »occ db:convert-filecache-bigint« je mogoče te spremembe dodati ročno. Opravilo je treba izvesti, ko okolje ni dejavno. Za več podrobnosti si oglejte <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentacijo</a>.",
+ "To migrate to another database use the command line tool: 'occ db:convert-type', or see the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation ↗</a>." : "Za prehod sistema na drugo podatkovno zbirko, uporabite ukaz orodne vrstice: »occ db:convert-type«, več o tem pa je zapisano v <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentaciji ↗</a>.",
+ "Use of the the built in php mailer is no longer supported. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Please update your email server settings ↗<a/>." : "Uporaba vgrajenega pošiljalnika pošte ni več podprta. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Posodobite nastavitve poštnega strežnika ↗<a/>.",
+ "MySQL is used as database but does not support 4-byte characters. To be able to handle 4-byte characters (like emojis) without issues in filenames or comments for example it is recommended to enable the 4-byte support in MySQL. For further details read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "Podatkovna zbirka MySQL je v uporabi, ni pa omogočena podpora za 4-bitne znake. Za uporabo teh znakov (kot so na primer grafične izrazne ikone) brez težav tudi v imenih datotek in opombah, je priporočljivo podporo omogočiti med nastavitvami MySQL. Več podrobnosti je zabeleženih na straneh <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentacije</a>.",
+ "You are accessing your instance over a secure connection, however your instance is generating insecure URLs. This most likely means that you are behind a reverse proxy and the overwrite config variables are not set correctly. Please read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "Dostop do okolja poteka prek varne povezave, a ta ustvarja ne-varne naslove URL. To najverjetneje pomeni, da je strežnik za povratnim strežnikom in da spremenljivke nastavitev niso pravilno nastavljene. Več o tem si lahko ogledate v <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentaciji</a>.",
+ "The \"{header}\" HTTP header is not set to \"{val1}\", \"{val2}\", \"{val3}\", \"{val4}\" or \"{val5}\". This can leak referer information. See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{link}\">W3C Recommendation ↗</a>." : "Glava HTTP »{header}« ni nastavljena na »{val1}«, »{val2}«, »{val3}«, »{val4}« oziroma »{val5}«. To lahko povzroči iztekanje podatkov sklicatelja. Več o tem si lahko ogledate med priporočili <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{link}\">W3C Recommendation ↗</a>.",
+ "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the <a href=\"{docUrl}\" rel=\"noreferrer noopener\">security tips ↗</a>." : "Glava HTTP za varen prenos podatkov »Strict-Transport-Security« ni nastavljena na vsaj »{seconds}« sekund. Za večjo varnost je priporočljivo omogočiti pravila HSTS, kot je opisano med <a href=\"{docUrl}\" rel=\"noreferrer noopener\">varnostnimi priporočili ↗</a>.",
+ "Accessing site insecurely via HTTP. You are strongly advised to set up your server to require HTTPS instead, as described in the <a href=\"{docUrl}\">security tips ↗</a>." : "Dostop do strani je omogočen pred nevarovanega protokola HTTP. Priporočljivo je na strežniku vsiliti uporabo HTTPS, kot je zavedeno med <a href=\"{docUrl}\">varnostnimi namigi ↗</a>.",
+ "Continue to Nextcloud" : "Nadaljuj v oblak Nextcloud",
+ "_The update was successful. Redirecting you to Nextcloud in %n second._::_The update was successful. Redirecting you to Nextcloud in %n seconds._" : ["Posodobitev je bila uspešna. Stran bo preusmerjena čez %n sekundo.","Posodobitev je bila uspešna. Stran bo preusmerjena čez %n sekundi.","Posodobitev je bila uspešna. Stran bo preusmerjena čez %n sekunde.","Posodobitev je bila uspešna. Stran bo preusmerjena čez %n sekund."],
+ "Searching other places" : "Poteka iskanje na drugih mestih",
+ "No search results in other folders for {tag}{filter}{endtag}" : "Za iskalni niz {tag}{filter}{endtag} ni zadetkov v nobeni mapi",
+ "_{count} search result in another folder_::_{count} search results in other folders_" : ["{count} rezultat v drugih mapah","{count} rezultata v drugih mapah","{count} rezultatov v drugih mapah","{count} rezultatov v drugih mapah"],
+ "A password reset message has been sent to the e-mail address of this account. If you do not receive it, check your spam/junk folders or ask your local administrator for help." : "Sporočilo za ponastavitev gesla je bila poslana na elektronski naslov računa. Če sporočila v kratkem ne prejmete, preverite mape neželene pošte ali pa za pomoč prosite krajevnega skrbnika sistema.",
+ "Password can not be changed. Please contact your administrator." : "Gesla ni mogoče spremeniti. Stopite v stik s skrbnikom.",
+ "Could not fetch list of apps from the app store." : "Ni mogoče pridobiti seznama programov iz trgovine.",
+ "Nextcloud {app}" : "Nextcloud {app}",
+ "Can't install this app because it is not compatible" : "Programa ni mogoče namestiti, ker ni skladen z različico okolja.",
+ "Can't install this app" : "Programa ni mogoče namestiti.",
+ "These apps will be updated:" : "Posodobljeni bodo programi:",
+ "For more details see the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Za več podrobnosti si oglejte <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentacijo</a>."
},
"nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);");
diff --git a/core/l10n/sl.json b/core/l10n/sl.json
index a6d3c3ba44b..908bdc36c8e 100644
--- a/core/l10n/sl.json
+++ b/core/l10n/sl.json
@@ -3,6 +3,14 @@
"File is too big" : "Datoteka je prevelika",
"The selected file is not an image." : "Izbrana datoteka ni slika.",
"The selected file cannot be read." : "Izbrane datoteke ni mogoče prebrati.",
+ "The file was uploaded" : "Datoteka je bila poslana.",
+ "The uploaded file exceeds the upload_max_filesize directive in php.ini" : "Poslana datoteka presega največjo dovoljeno velikosti, kot je zabeležena v datoteki php.ini",
+ "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Poslana datoteka presega velikost, ki je določena kot omejitev MAX_FILE_SIZE v zapisu HTML.",
+ "The file was only partially uploaded" : "Datoteka ni bila poslana v celoti",
+ "No file was uploaded" : "Nobena datoteka ni bila poslana.",
+ "Missing a temporary folder" : "Začasna mapa ni na voljo",
+ "Could not write file to disk" : "Datoteke ni mogoče zapisati na disk",
+ "A PHP extension stopped the file upload" : "Razširitev PHP onemogoča pošiljanje datoteke",
"Invalid file provided" : "Predložena je neveljavna datoteka",
"No image or file provided" : "Ni podane datoteke ali slike",
"Unknown filetype" : "Neznana vrsta datoteke",
@@ -13,11 +21,12 @@
"No valid crop data provided" : "Podani so neveljavni podatki za obrez slike ",
"Crop is not square" : "Obrez ni pravokoten",
"State token does not match" : "Žeton stanja ni skladen",
+ "Invalid app password" : "Neveljavno geslo programa",
"Could not complete login" : "Prijave ni mogoče dokončati",
"Your login token is invalid or has expired" : "Prijavni žeton je neveljaven, ali pa je že potekel.",
"Password reset is disabled" : "Ponastavitev gesla je onemogočena",
"Couldn't reset password because the token is invalid" : "Zaradi neustreznega žetona ni mogoče ponastaviti gesla.",
- "Couldn't reset password because the token is expired" : "Ni mogoče ponastaviti gesla, ker je žeton potekel.",
+ "Couldn't reset password because the token is expired" : "Ni mogoče ponastaviti gesla, ker je žeton pretekel.",
"%s password reset" : "Ponastavitev gesla %s",
"Password reset" : "Ponastavitev gesla",
"Click the following button to reset your password. If you have not requested the password reset, then ignore this email." : "Za ponastavitev gesla kliknite na gumb. Če ponastavitve gesla niste zahtevali, prezrite to sporočilo.",
@@ -26,101 +35,118 @@
"Nextcloud Server" : "Strežnik Nextcloud",
"Some of your link shares have been removed" : "Nekatere povezave za souporabo so bile odstranjene.",
"Due to a security bug we had to remove some of your link shares. Please see the link for more information." : "Zaradi varnostnih razlogov so bile nekatere povezave odstranjene. Več podrobnosti je na voljo v uradno izdanem opozorilu.",
- "Preparing update" : "Poteka pripravljanje posodobitve",
+ "The user limit of this instance is reached." : "Dosežena je količinska omejitev za uporabnika.",
+ "Enter your subscription key to increase the user limit. For more information about Nextcloud Enterprise see our website." : "Vpišite ključ naročnine in povečajte omejitev za uporabnika. Za več podrobnosti si oglejte Poslovni paket Nextcloud na spletni strani.",
+ "Preparing update" : "Poteka priprava na posodobitev ...",
"[%d / %d]: %s" : "[%d / %d]: %s",
- "Repair step:" : "Korak popravila:",
- "Repair info:" : "Podrobnosti popravila:",
- "Repair warning:" : "Opozorilo popravila:",
- "Repair error:" : "Napaka popravila:",
+ "Repair step:" : "Korak nadgradnje:",
+ "Repair info:" : "Podrobnosti nadgradnje:",
+ "Repair warning:" : "Opozorilo nadgradnje:",
+ "Repair error:" : "Napaka nadgradnje:",
"Please use the command line updater because automatic updating is disabled in the config.php." : "Posodobitev sistema je treba izvesti prek ukazne vrstice, ker je nastavitev samodejne posodobitve v config.php onemogočena.",
"[%d / %d]: Checking table %s" : "[%d / %d]: Poteka preverjanje razpredelnice %s",
- "Turned on maintenance mode" : "Vzdrževalni način je omogočen",
- "Turned off maintenance mode" : "Vzdrževalni način je onemogočen",
- "Maintenance mode is kept active" : "Vzdrževalni način je še vedno dejaven",
- "Updating database schema" : "Poteka posodabljanje sheme podatkovne zbirke",
- "Updated database" : "Posodobljena podatkovna zbirka",
- "Checking whether the database schema can be updated (this can take a long time depending on the database size)" : "Poteka preverjanje, ali je shemo podatkovne zbirke mogoče posodobiti (zaradi velikosti je lahko opravilo dolgotrajno).",
- "Checked database schema update" : "Izbrana posodobitev sheme podatkovne zbirke",
- "Checking updates of apps" : "Poteka preverjanje za posodobitve programov",
- "Checking for update of app \"%s\" in appstore" : "Poteka preverjanje posodobitev za program »%s« v trgovini",
- "Update app \"%s\" from appstore" : "Posodobi program »%s« iz trgovine",
- "Checked for update of app \"%s\" in appstore" : "Preverjanje posodobitev za »%s« v trgovini",
+ "Turned on maintenance mode" : "Vzdrževalni način je omogočen ...",
+ "Turned off maintenance mode" : "Vzdrževalni način je onemogočen.",
+ "Maintenance mode is kept active" : "Vzdrževalni način ostane dejaven.",
+ "Updating database schema" : "Poteka posodabljanje sheme podatkovne zbirke ...",
+ "Updated database" : "Podatkovna zbirka je posodobljena.",
"Checking whether the database schema for %s can be updated (this can take a long time depending on the database size)" : "Poteka preverjanje, ali je shemo podatkovne zbirke za %s mogoče posodobiti (trajanje posodobitve je odvisno od velikosti zbirke).",
- "Checked database schema update for apps" : "Izbrana posodobitev sheme podatkovne zbirke za programe",
"Updated \"%1$s\" to %2$s" : "Posodabljanje »%1$s« na različico %2$s",
- "Set log level to debug" : "Nastavi raven beleženja za razhroščevanje",
- "Reset log level" : "Počisti raven beleženja",
- "Starting code integrity check" : "Začenjanje preverjanja stanja kode",
- "Finished code integrity check" : "Preverjanje stanja kode je končano",
+ "Set log level to debug" : "Nastavljanje ravni beleženja za razhroščevanje",
+ "Reset log level" : "Ponastavljanje ravni beleženja",
+ "Starting code integrity check" : "Poteka preverjanje stanja kode ...",
+ "Finished code integrity check" : "Preverjanje stanja kode je končano.",
"%s (incompatible)" : "%s (neskladno)",
- "Following apps have been disabled: %s" : "Onemogočeni so programi: %s",
+ "The following apps have been disabled: %s" : "Zaradi neskladnosti so onemogočeni naslednji programi: %s.",
"Already up to date" : "Sistem je že posodobljen",
"Your web server is not yet properly set up to allow file synchronization, because the WebDAV interface seems to be broken." : "Spletni stražnik še ni ustrezno nastavljen in ne omogoča usklajevanja, saj je vmesnik WebDAV videti okvarjen.",
- "Your web server is not properly set up to resolve \"{url}\". Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Spletni strežnik ni ustrezno nastavljen za razreševanje naslova »{url}«. Več podrobnosti je zapisanih v <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">dokumentaciji</a>.",
- "Your web server is not properly set up to resolve \"{url}\". This is most likely related to a web server configuration that was not updated to deliver this folder directly. Please compare your configuration against the shipped rewrite rules in \".htaccess\" for Apache or the provided one in the documentation for Nginx at it's <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation page</a>. On Nginx those are typically the lines starting with \"location ~\" that need an update." : "Spletni strežnik ni ustrezno nastavljen za razreševanje naslova »{url}«. Napaka je najverjetneje povezana z nastavitvami, ki niso bile posodobljene za neposreden dostop do te mape. Primerjajte nastavitve s privzeto različico pravil ».htaccess« za strežnik Apache ali pa zapis za Nginx, ki je opisan v <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentaciji</a>. Na strežniku Nginx so za posodobitev običajno vrstice, ki se začnejo z »location ~«.",
+ "Your web server is not properly set up to resolve \"{url}\". Further information can be found in the {linkstart}documentation ↗{linkend}." : "Spletni strežnik ni ustrezno nastavljen za razreševanje naslova URL »{url}«. Več podrobnosti je zapisanih v {linkstart}dokumentaciji ↗{linkend}.",
+ "Your web server is not properly set up to resolve \"{url}\". This is most likely related to a web server configuration that was not updated to deliver this folder directly. Please compare your configuration against the shipped rewrite rules in \".htaccess\" for Apache or the provided one in the documentation for Nginx at it's {linkstart}documentation page ↗{linkend}. On Nginx those are typically the lines starting with \"location ~\" that need an update." : "Spletni strežnik ni ustrezno nastavljen za razreševanje naslova URL »{url}«. Napaka je najverjetneje povezana z nastavitvami, ki niso bile posodobljene za neposreden dostop do te mape. Primerjajte nastavitve s privzeto različico pravil ».htaccess« za strežnik Apache, ali pa zapis za Nginx, ki je opisan v {linkstart}dokumentaciji ↗{linkend}. Na strežniku Nginx je običajno treba posodobiti vrstice, ki se začnejo z »location ~«.",
+ "Your web server is not properly set up to deliver .woff2 files. This is typically an issue with the Nginx configuration. For Nextcloud 15 it needs an adjustement to also deliver .woff2 files. Compare your Nginx configuration to the recommended configuration in our {linkstart}documentation ↗{linkend}." : "Spletni strežnik ni ustrezno nastavljen za obdelavo datotek .wolff2. Običajno je težava v nastavitvah Nginx. Različica Nextcloud 15 zahteva posebno prilagoditev. Primerjajte nastavitve s priporočenimi, kot je to zabeleženo v {linkstart}dokumentaciji ↗{linkend}.",
"PHP does not seem to be setup properly to query system environment variables. The test with getenv(\"PATH\") only returns an empty response." : "Kaže, da okolje PHP ni ustrezno nastavljeno za poizvedovanje sistemskih spremenljivk. Preizkus z ukazom getegetenv(\"PATH\") vrne le prazen odziv.",
- "Please check the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">installation documentation ↗</a> for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "Preverite <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">namestitveno dokumentacijo ↗</a> za nastavitve PHP strežnika, še posebej, če uporabljate php-fpm.",
+ "Please check the {linkstart}installation documentation ↗{linkend} for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "Preverite {linkstart}namestitveno dokumentacijo ↗{linkend} za nastavitve PHP strežnika, še posebej, če uporabljate php-fpm.",
+ "The read-only config has been enabled. This prevents setting some configurations via the web-interface. Furthermore, the file needs to be made writable manually for every update." : "Nastavitve so nastavljene le za branje. To onemogoča prilagajanje prek spletnega vmesnika, prav tako je treba nastavitveno datoteko vsakič znova ročno posodobiti.",
+ "Your database does not run with \"READ COMMITTED\" transaction isolation level. This can cause problems when multiple actions are executed in parallel." : "Podatkovna zbirka ni zagnana na ravni »READ COMMITTED«. To lahko povzroči težave pri vzporednem izvajanju dejanj.",
"The PHP module \"fileinfo\" is missing. It is strongly recommended to enable this module to get the best results with MIME type detection." : "Manjka modul PHP »fileinfo«. Priporočljivo je omogočiti ta modul za popolno zaznavanje vrst MIME.",
+ "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems. See the {linkstart}documentation ↗{linkend} for more information." : "Zaklepanje datotek je onemogočeno, kar lahko privede do različnih težav. V izogib zapletom je priporočljivo omogočiti možnost »filelocking.enabled« v datoteki config.php. Več podrobnosti je zapisanih v {linkstart}dokumentaciji ↗{linkend}.",
+ "If your installation is not installed at the root of the domain and uses system cron, there can be issues with the URL generation. To avoid these problems, please set the \"overwrite.cli.url\" option in your config.php file to the webroot path of your installation (suggestion: \"{suggestedOverwriteCliURL}\")" : "Če namestitev ni nameščena v korenski mapi domene, a uporablja sistemska opravila cron, se lahko pojavijo težave z ustvarjanjem naslovov URL. Težavam se je mogoče izogniti z nastavitvijo možnosti »overwrite.cli.url« v datoteki confih.php za pot do spletnega korena (predlog: »{suggestedOverwriteCliURL}«).",
+ "Your installation has no default phone region set. This is required to validate phone numbers in the profile settings without a country code. To allow numbers without a country code, please add \"default_phone_region\" with the respective {linkstart}ISO 3166-1 code ↗{linkend} of the region to your config file." : "Med nastavitvami namestitve nima določenega privzetega telefonskega področja. To je pomembno za overjanje telefonskih številk brez uporabe kode države. Za vpis številk brez kode je treba dodatki možnost »default_phone_region« z ustrezno kodo regije po določilih {linkstart}ISO 3166-1 ↗{linkend}.",
"It was not possible to execute the cron job via CLI. The following technical errors have appeared:" : "Ni mogoče izvesti opravila cron prek vmesnika ukazne vrstice. Pojavile so se tehnične napake:",
- "Last background job execution ran {relativeTime}. Something seems wrong." : " Zadnje ozadnje izvajanje opravila je potekalo{ relativeTime}. Kaže, da je nekaj narobe.",
- "Check the background job settings" : "Preverite nastavitve ozadnjih opravil",
+ "Last background job execution ran {relativeTime}. Something seems wrong. {linkstart}Check the background job settings ↗{linkend}." : "Zadnje ozadnje izvajanje opravila je potekalo {relativeTime}. Kaže, da je nekaj narobe. {linkstart}Preverite nastavitve ozadnjih programov ↗{linkend}",
"This server has no working Internet connection: Multiple endpoints could not be reached. This means that some of the features like mounting external storage, notifications about updates or installation of third-party apps will not work. Accessing files remotely and sending of notification emails might not work, either. Establish a connection from this server to the Internet to enjoy all features." : "Strežnik je brez vzpostavljene internetne povezave. Več končnih točk ni mogoče doseči. To pomeni, da priklapljanje zunanjih diskov, opozorila za posodobitve in namestitve programske opreme iz drugih virov, niso mogoče. Oddaljen dostop do datotek in pošiljanje obvesti najverjetneje prav tako ne deluje. Vzpostavite povezavo, da omogočite vso funkcionalnost.",
- "No memory cache has been configured. To enhance performance, please configure a memcache, if available. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Ni nastavljenega predpomnilnika. Za izboljšanje hitrosti delovanja je treba predpomnilnik memcache, če je na voljo, ustrezno nastaviti. Več podrobnosti je na voljo v <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentaciji</a>.",
- "No suitable source for randomness found by PHP which is highly discouraged for security reasons. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Iz varnostnih razlogov je priporočljivo nastaviti ustrezen vir za naključno ustvarjanje podatkov, ki ga uporablja PHP. Več podrobnosti je zavedenih v <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentaciji</a>.",
- "You are currently running PHP {version}. Upgrade your PHP version to take advantage of <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">performance and security updates provided by the PHP Group</a> as soon as your distribution supports it." : "Trenutno je zagnana različica PHP {version}. Priporočljivo je posodobiti sistem na najnovejšo različico in s tem namestiti <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">funkcijske in varnostne posodobitve delovanja, ki jih zagotavlja skupnost PHP</a>. Pakete je priporočljivo posodobiti takoj, ko so na voljo za nameščeno distribucijo.",
- "Memcached is configured as distributed cache, but the wrong PHP module \"memcache\" is installed. \\OC\\Memcache\\Memcached only supports \"memcached\" and not \"memcache\". See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">memcached wiki about both modules</a>." : "Predpomnilnik memcached je nastavljen kot porazdeljen predpomnilnik, vendar pa je nameščen napačen modul PHP »memcache«. Modul \\OC\\Memcache\\Memcached podpirao le »memcached«, ne pa tudi »memcache«. Več podrobnosti za oba modula je zapisanih <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">na wiki straneh</a>.",
- "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">List of invalid files…</a> / <a href=\"{rescanEndpoint}\">Rescan…</a>)" : "Nekatere datoteke ne opravijo preizkusa celovitosti. Več podrobnosti o težavi je opisanih v <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentaciji</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">Seznam neveljavnih datotek … </a>/ <a href=\"{rescanEndpoint}\">Ponovni preizkus …</a>)",
+ "No memory cache has been configured. To enhance performance, please configure a memcache, if available. Further information can be found in the {linkstart}documentation ↗{linkend}." : "Ni nastavljenega predpomnilnika. Za izboljšanje hitrosti delovanja je treba predpomnilnik memcache, če je na voljo, ustrezno nastaviti. Več podrobnosti je na voljo v {linkstart}dokumentaciji ↗{linkend}.",
+ "No suitable source for randomness found by PHP which is highly discouraged for security reasons. Further information can be found in the {linkstart}documentation ↗{linkend}." : "Iz varnostnih razlogov je priporočljivo nastaviti ustrezen vir za naključno ustvarjanje podatkov, ki ga uporablja PHP. Več podrobnosti je zapisanih v {linkstart}dokumentaciji ↗{linkend}.",
+ "You are currently running PHP {version}. Upgrade your PHP version to take advantage of {linkstart}performance and security updates provided by the PHP Group ↗{linkend} as soon as your distribution supports it." : "Trenutno je zagnana različica PHP {version}. Priporočljivo je posodobiti sistem na najnovejšo različico in s tem namestiti {linkstart}funkcijske in varnostne posodobitve delovanja, ki jih zagotavlja Skupina PHP ↗{linkend}. Pakete je priporočljivo posodobiti takoj, ko so na voljo za nameščeno distribucijo.",
+ "Nextcloud 20 is the last release supporting PHP 7.2. Nextcloud 21 requires at least PHP 7.3." : "Okolje Nextcloud 20 je zadnja različica, ki omogoča podporo PHP 7.2. Nextcloud 21 zahteva vsaj različico PHP 7.3.",
+ "The reverse proxy header configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If not, this is a security issue and can allow an attacker to spoof their IP address as visible to the Nextcloud. Further information can be found in the {linkstart}documentation ↗{linkend}." : "Nastavitev povratne posredovalniške glave ni pravilna ali pa v okolje Nextcloud dostopate prek zaupanja vrednega strežnika. Če slednje ne drži, je to varnostno tveganje, ki lahko omogoči tretji osebi dostop do okolja. Več podrobnosti je na voljo v {linkstart}dokumentaciji ↗{linkend}.",
+ "Memcached is configured as distributed cache, but the wrong PHP module \"memcache\" is installed. \\OC\\Memcache\\Memcached only supports \"memcached\" and not \"memcache\". See the {linkstart}memcached wiki about both modules ↗{linkend}." : "Predpomnilnik memcached je nastavljen kot porazdeljen predpomnilnik, vendar pa je nameščen napačen modul PHP »memcache«. Modul \\OC\\Memcache\\Memcached podpira le »memcached«, ne pa tudi »memcache«. Več podrobnosti za oba modula je zapisanih na {linkstart}straneh wiki ↗{linkend}.",
+ "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in the {linkstart1}documentation ↗{linkend}. ({linkstart2}List of invalid files…{linkend} / {linkstart3}Rescan…{linkend})" : "Nekatere datoteke ne opravijo preizkusa celovitosti. Več podrobnosti o težavi je opisanih v {linkstart1}dokumentaciji ↗{linkend} ({linkstart2}Seznam neveljavnih datotek …{linkend} / {linkstart3}Ponovni preizkus … {linkend}).",
+ "The PHP OPcache module is not loaded. {linkstart}For better performance it is recommended ↗{linkend} to load it into your PHP installation." : "Modul PHP OPcache ni naložen. {linkstart}Za najboljše delovanje je priporočljivo ↗{linkend} modul dodati k uporabljeni namestitvi PHP.",
+ "The PHP OPcache module is not properly configured. {linkstart}For better performance it is recommended ↗{linkend} to use the following settings in the <code>php.ini</code>:" : "Modul PHP OPcache ni pravilno nastavljen. {linkstart}Za najboljše delovanje je priporočljivo ↗{linkend} uporabiti posebne nastavitve v datoteki <code>php.ini</code>:",
+ "The PHP function \"set_time_limit\" is not available. This could result in scripts being halted mid-execution, breaking your installation. Enabling this function is strongly recommended." : "Funkcija PHP »set_time_limit« ni na voljo. To lahko povzroči nepričakovano zaustavitev skriptnih ukazov med izvajanjem, kar lahko povzroči sesutje namestitve. To možnost je priporočeno omogočiti.",
"Your PHP does not have FreeType support, resulting in breakage of profile pictures and the settings interface." : "Namestitev PHP je brez ustrezne podpore za FreeType, kar pogosto vpliva na težave s slikami profila in nastavitvami vmesnika.",
"Missing index \"{indexName}\" in table \"{tableName}\"." : "Manjka kazalo » {indexName} « v razpredelnici »{tableName}«.",
- "This instance is missing some recommended PHP modules. For improved performance and better compatibility it is highly recommended to install them." : "Namestitev PHP ne vljučuje nekaterih priporočenih modulov. Za izboljšanje delovanja in boljšo skladnost jih je zelo priporočljivo omogočiti.",
+ "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "V podatkovni zbirki ni določenih nekaterih določil. Ker je dodajanje določil na velikih razpredelnicah časovno izredno zahtevno opravilo, ta niso dodana samodejno. Z ukazom »occ db: add-missing-indices« je določila mogoče varno dodati ročno, medtem ko je sistem v delovanju. Po dodajanju bo izvajanje poizvedb teh razpredelnic neprimerno hitrejše.",
+ "Missing primary key on table \"{tableName}\"." : "Manjka osnovni ključ v razpredelnici »{tableName}«.",
+ "The database is missing some primary keys. Due to the fact that adding primary keys on big tables could take some time they were not added automatically. By running \"occ db:add-missing-primary-keys\" those missing primary keys could be added manually while the instance keeps running." : "V podatkovni zbirki ni določenih nekaterih osnovnih ključev. Ker je dodajanje ključev na velikih razpredelnicah časovno izredno zahtevno opravilo, ti niso dodani samodejno. Z ukazom »occ db:add-missing-primary-keys« je ključe mogoče varno dodati ročno, medtem ko je sistem v delovanju.",
+ "Missing optional column \"{columnName}\" in table \"{tableName}\"." : "Manjka izbirni stolpec »{columnName}« v razpredelnici »{tableName}«.",
+ "The database is missing some optional columns. Due to the fact that adding columns on big tables could take some time they were not added automatically when they can be optional. By running \"occ db:add-missing-columns\" those missing columns could be added manually while the instance keeps running. Once the columns are added some features might improve responsiveness or usability." : "V podatkovni zbirki manjka nekaj izbirnih stolpcev. Ker je dodajanje stolpcev na velikih razpredelnicah časovno izredno zahtevno opravilo, ta niso dodana samodejno, ker so v osnovi izbirna. Z ukazom »occ db:add-missing-columns« je stolpce mogoče varno dodati ročno med delovanjem sistema. Po dodajanju bo odzivnost in uporabnost nekaterih zmožnosti občutna izboljšana.",
+ "This instance is missing some recommended PHP modules. For improved performance and better compatibility it is highly recommended to install them." : "Namestitev PHP ne vključuje nekaterih priporočenih modulov. Za izboljšanje delovanja in boljšo skladnost jih je zelo priporočljivo omogočiti.",
+ "Module php-imagick in this instance has no SVG support. For better compatibility it is recommended to install it." : "Modul php-imagick ne vključuje podpore za SVG. Za izboljšanje delovanja in boljšo skladnost jih je zelo priporočljivo omogočiti.",
+ "Some columns in the database are missing a conversion to big int. Due to the fact that changing column types on big tables could take some time they were not changed automatically. By running 'occ db:convert-filecache-bigint' those pending changes could be applied manually. This operation needs to be made while the instance is offline. For further details read {linkstart}the documentation page about this ↗{linkend}." : "Nekateri stolpci v podatkovni zbirki so brez pretvornika velikih števil. Ker je spreminjanje stolpcev na velikih razpredelnicah časovno izredno zahtevno opravilo, ti niso spremenjeni samodejno. Z ukazom »occ db:convert-filecache-bigint« je mogoče te spremembe dodati ročno. Opravilo je treba izvesti, ko okolje ni dejavno. Več podrobnosti je zabeleženih v {linkstart}dokumentaciji ↗{linkend}.",
"SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend." : "Trenutno je uporabljena ozadnja podatkovna zbirka SQLite. Za obsežnejše sisteme je priporočljiv prehod na drugo vrsto zbirke.",
"This is particularly recommended when using the desktop client for file synchronisation." : "Priporočilo ima še večjo težo, če se sistem krajevno usklajuje z namizjem prek odjemalca.",
- "Use of the the built in php mailer is no longer supported. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Please update your email server settings ↗<a/>." : "Uporaba vgrajenega pošiljalnika pošte ni več podprta. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Posodobite nastavitve poštnega strežnika ↗<a/>.",
+ "To migrate to another database use the command line tool: 'occ db:convert-type', or see the {linkstart}documentation ↗{linkend}." : "Za prehod sistema na drugo podatkovno zbirko, uporabite ukaz orodne vrstice: »occ db:convert-type«, več o tem pa je zapisano v {linkstart}dokumentaciji ↗{linkend}.",
"The PHP memory limit is below the recommended value of 512MB." : "Omejitev pomnilnika PHP je pod priporočljivo vrednostjo 512 MB.",
+ "Some app directories are owned by a different user than the web server one. This may be the case if apps have been installed manually. Check the permissions of the following app directories:" : "Nekatere mape programov imajo lastništvo določeno na uporabnika ni ni spletni strežniški uporabnik. To se lahko zgodi, če so programi nameščeni ročno. Preveriti je treba dovoljenja map:",
+ "MySQL is used as database but does not support 4-byte characters. To be able to handle 4-byte characters (like emojis) without issues in filenames or comments for example it is recommended to enable the 4-byte support in MySQL. For further details read {linkstart}the documentation page about this ↗{linkend}." : "Podatkovna zbirka MySQL je v uporabi, ni pa omogočena podpora za 4-bitne znake. Za uporabo teh znakov (kot so na primer grafične izrazne ikone) brez težav tudi v imenih datotek in opombah, je priporočljivo podporo omogočiti med nastavitvami MySQL. Več podrobnosti je zabeleženih v {linkstart}dokumentaciji ↗{linkend}.",
+ "This instance uses an S3 based object store as primary storage. The uploaded files are stored temporarily on the server and thus it is recommended to have 50 GB of free space available in the temp directory of PHP. Check the logs for full details about the path and the available space. To improve this please change the temporary directory in the php.ini or make more space available in that path." : "Program uporablja shrambo predmetov S3 kot osnovno shrambo. Naložene datoteke se začasno shranjujejo na strežniku, zato je priporočljivo omogočiti 50 GB začasnega pomnilnika PHP. Podrobnosti o poti in razpoložljivem prostoru so zapisane v dnevniku. Za izboljšanje delovanja je treba spremeniti podatke začasnega imenika v php.ini ali omogočiti več prostora na trenutno določenem mestu. ",
+ "You are accessing your instance over a secure connection, however your instance is generating insecure URLs. This most likely means that you are behind a reverse proxy and the overwrite config variables are not set correctly. Please read {linkstart}the documentation page about this ↗{linkend}." : "Dostop do okolja poteka prek varne povezave, a ta ustvarja ne-varne naslove URL. To najverjetneje pomeni, da je strežnik za povratnim strežnikom in da spremenljivke nastavitev niso pravilno nastavljene. Več o tem je zabeleženo v {linkstart}dokumentaciji ↗{linkend}.",
"Error occurred while checking server setup" : "Prišlo je do napake med preverjanjem nastavitev strežnika",
+ "For more details see the {linkstart}documentation ↗{linkend}." : "Za več podrobnosti preverite {linkstart}dokumentacijo ↗{linkend}.",
+ "Your data directory and files are probably accessible from the Internet. The .htaccess file is not working. It is strongly recommended that you configure your web server so that the data directory is no longer accessible, or move the data directory outside the web server document root." : "Podatkovna mapa in datoteke so najverjetneje dostopni prek Interneta, ker datoteka .htaccess ni ustrezno nastavljena. Priporočljivo je nastaviti spletni strežnik tako, da dostop do mape prek zunanjega omrežja ni mogoč, ali pa tako, da podatkovno mapo prestavite izven korenske mape strežnika.",
+ "The \"{header}\" HTTP header is not set to \"{expected}\". This is a potential security or privacy risk, as it is recommended to adjust this setting accordingly." : "Glava HTTP »{header}« ni nastavljena na pričakovano vrednost »{expected}«. To predstavlja potencialno varnostno ali zasebnostno tveganje, zato je priporočljivo prilagoditi nastavitve.",
+ "The \"{header}\" HTTP header is not set to \"{expected}\". Some features might not work correctly, as it is recommended to adjust this setting accordingly." : "Glava HTTP »{header}« ni nastavljena na pričakovano vrednost »{expected}«. Nekatere možnosti morda ne bodo delovale pravilno, zato je priporočljivo prilagoditi nastavitve.",
"The \"{header}\" HTTP header doesn't contain \"{expected}\". This is a potential security or privacy risk, as it is recommended to adjust this setting accordingly." : "Glava \"{header}\" HTTP ne vsebuje »{expected}«. To je potencialno varnostna luknja, zato priporočamo prilagoditev nastavitev.",
- "Non-existing tag #{tag}" : "Neobstoječa oznaka #{tag}",
- "restricted" : "omejeno",
- "invisible" : "nevidno",
- "Delete" : "Izbriši",
- "Rename" : "Preimenuj",
- "Collaborative tags" : "Sodelovalne oznake",
- "No tags found" : "Ni najdenih oznak",
+ "The \"{header}\" HTTP header is not set to \"{val1}\", \"{val2}\", \"{val3}\", \"{val4}\" or \"{val5}\". This can leak referer information. See the {linkstart}W3C Recommendation ↗{linkend}." : "Glava HTTP »{header}« ni nastavljena na »{val1}«, »{val2}«, »{val3}«, »{val4}« oziroma »{val5}«. To lahko povzroči iztekanje podatkov sklicatelja. Več o tem si lahko ogledate med priporočili {linkstart}priporočili W3C ↗{linkend}.",
+ "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the {linkstart}security tips ↗{linkend}." : "Glava HTTP za varen prenos podatkov »Strict-Transport-Security« ni nastavljena na vsaj »{seconds}« sekund. Za večjo varnost je priporočljivo omogočiti pravila HSTS, kot je opisano med {linkstart}varnostnimi priporočili ↗{linkend}.",
+ "Accessing site insecurely via HTTP. You are strongly advised to set up your server to require HTTPS instead, as described in the {linkstart}security tips ↗{linkend}." : "Dostop do strani je omogočen pred nevarovanega protokola HTTP. Priporočljivo je na strežniku vsiliti uporabo HTTPS, kot je zavedeno med {linkstart}varnostnimi priporočili ↗{linkend}.",
"unknown text" : "neznano besedilo",
"Hello world!" : "Pozdravljen svet!",
"sunny" : "sončno",
"Hello {name}, the weather is {weather}" : "Pozdravljeni, {name}, vreme je {weather}",
"Hello {name}" : "Pozdravljeni, {name}",
- "<strong>These are your search results<script>alert(1)</script></strong>" : "<strong>To so zadetki iskanja<script>opozoril</script></strong>.",
+ "<strong>These are your search results<script>alert(1)</script></strong>" : "<strong>To so zadetki iskanja<script>alert(1)</script></strong>.",
"new" : "novo",
"_download %n file_::_download %n files_" : ["prejmi %n datoteko","prejmi %n datoteki","prejmi %n datoteke","prejmi %n datotek"],
"The update is in progress, leaving this page might interrupt the process in some environments." : "V teku je posodobitev. Odhod s te strani lahko v določenih okoljih prekine opravilo.",
- "Update to {version}" : "Posodobi na {version}",
+ "Update to {version}" : "Posodobitev na različico {version}",
"An error occurred." : "Prišlo je do napake.",
"Please reload the page." : "Stran je treba osvežiti.",
"The update was unsuccessful. For more information <a href=\"{url}\">check our forum post</a> covering this issue." : "Posodobitev je spodletela. Več podrobnosti o napaki je <a href=\"{url}\">objavljenih na forumu</a>.",
"The update was unsuccessful. Please report this issue to the <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">Nextcloud community</a>." : "Posodobitev je spodletela. Pošljite poročilo o napaki <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">skupnosti Nextcloud</a>.",
- "Continue to Nextcloud" : "Nadaljuj v oblak Nextcloud",
- "_The update was successful. Redirecting you to Nextcloud in %n second._::_The update was successful. Redirecting you to Nextcloud in %n seconds._" : ["Posodobitev je bila uspešna. Stran bo preusmerjena čez %n sekundo.","Posodobitev je bila uspešna. Stran bo preusmerjena čez %n sekundi.","Posodobitev je bila uspešna. Stran bo preusmerjena čez %n sekunde.","Posodobitev je bila uspešna. Stran bo preusmerjena čez %n sekund."],
- "Searching other places" : "Poteka iskanje na drugih mestih",
- "No search results in other folders for {tag}{filter}{endtag}" : "Za iskalni niz {tag}{filter}{endtag} ni zadetkov v nobeni mapi",
- "_{count} search result in another folder_::_{count} search results in other folders_" : ["{count} rezultat v drugih mapah","{count} rezultata v drugih mapah","{count} rezultatov v drugih mapah","{count} rezultatov v drugih mapah"],
+ "Continue to {productName}" : "Nadaljuj v {productName}",
+ "_The update was successful. Redirecting you to {productName} in %n second._::_The update was successful. Redirecting you to {productName} in %n seconds._" : ["Posodobitev je bila uspešna. Stran bo preusmerjena na {productName} čez %n sekundo.","Posodobitev je bila uspešna. Stran bo preusmerjena na {productName} čez %n sekundi.","Posodobitev je bila uspešna. Stran bo preusmerjena na {productName} čez %n sekunde.","Posodobitev je bila uspešna. Stran bo preusmerjena na {productName} čez %n sekund."],
+ "Log in" : "Prijava",
+ "Logging in …" : "Poteka prijavljanje ...",
"Server side authentication failed!" : "Overitev na strani strežnika je spodletela!",
"Please contact your administrator." : "Stopite v stik s skrbnikom sistema.",
"An internal error occurred." : "Prišlo je do notranje napake.",
"Please try again or contact your administrator." : "Poskusite znova ali pa stopite v stik s skrbnikom sistema.",
"Username or email" : "Uporabniško ime ali elektronski naslov",
"Password" : "Geslo",
- "Log in" : "Prijava",
- "Logging in …" : "Poteka prijavljanje ...",
+ "Toggle password visibility" : "Preklopi vidnost gesla",
"Wrong username or password." : "Napačno uporabniško ime oziroma geslo",
"User disabled" : "Uporabnik je onemogočen",
"We have detected multiple invalid login attempts from your IP. Therefore your next login is throttled up to 30 seconds." : "Zaznanih je več neveljavnih poskusov prijave iz trenutnega naslova IP. Iz varnostnih razlogov bo možnost naslednjega poskusa prijave zadržana za 30 sekund.",
+ "Your account is not setup for passwordless login." : "Račun ni nastavljen za brezgeselno prijavo.",
+ "Passwordless authentication is not supported in your browser." : "Brezgeselna overitev v tem brskalniku ni podprta.",
+ "Passwordless authentication is only available over a secure connection." : "Brezgeselna overitev je na voljo le prek vzpostavljene varne povezave.",
"Reset password" : "Ponastavi geslo",
- "A password reset message has been sent to the e-mail address of this account. If you do not receive it, check your spam/junk folders or ask your local administrator for help." : "Sporočilo za ponastavitev gesla je bila poslana na elektronski naslov računa. Če sporočila v kratkem ne prejmete, preverite mape neželene pošte ali pa za pomoč prosite krajevnega skrbnika sistema.",
+ "A password reset message has been sent to the email address of this account. If you do not receive it, check your spam/junk folders or ask your local administrator for help." : "Sporočilo za ponastavitev gesla je bilo poslano na elektronski naslov računa. Če sporočila v kratkem ne prejmete, preverite mape neželene pošte ali pa za pomoč prosite krajevnega skrbnika sistema.",
"If it is not there ask your local administrator." : "Če sporočila ni, stopite v stik s skrbnikom sistema.",
"Couldn't send reset email. Please contact your administrator." : "Ni mogoče poslati elektronskega sporočila za ponastavitev. Stopite v stik s skrbnikom sistema.",
- "Password can not be changed. Please contact your administrator." : "Gesla ni mogoče spremeniti. Stopite v stik s skrbnikom.",
+ "Password cannot be changed. Please contact your administrator." : "Gesla ni mogoče spremeniti. Stopite v stik s skrbnikom.",
"Back to login" : "Nazaj na prijavo",
"New password" : "Novo geslo",
"Your files are encrypted. There will be no way to get your data back after your password is reset. If you are not sure what to do, please contact your administrator before you continue. Do you really want to continue?" : "Datoteke so šifrirane. Če niste omogočili obnovitvenega ključa, po ponastavitvi gesla dostop do datotek ne bo več mogoč.<br />Če niste prepričani, kaj storiti, stopite v stik s skrbnikom sistema.<br />Ali res želite nadaljevati?",
@@ -128,20 +154,31 @@
"Resetting password" : "Ponastavljanje gesla",
"Recommended apps" : "Priporočeni programi",
"Loading apps …" : "Poteka nalaganje programov ...",
- "Could not fetch list of apps from the app store." : "Ni mogoče pridobiti seznama programov iz trgovine.",
"Installing apps …" : "Poteka nameščanje programov ...",
- "Nextcloud {app}" : "Nextcloud {app}",
"App download or installation failed" : "Prejem oziroma namestitev programa je spodletela.",
- "Can't install this app because it is not compatible" : "Programa ni mogoče namestiti, ker ni skladen z različico okolja.",
- "Can't install this app" : "Programa ni mogoče namestiti.",
+ "Cannot install this app because it is not compatible" : "Programa ni mogoče namestiti, ker ni skladen z različico okolja.",
+ "Cannot install this app" : "Programa ni mogoče namestiti.",
"Cancel" : "Prekliči",
"Schedule work & meetings, synced with all your devices." : "Načrtujte delo in sestanke, ki se samodejno usklajujejo z vsemi vašimi napravami.",
"Keep your colleagues and friends in one place without leaking their private info." : "Združite sodelavce in prijatelje na enem mestu brez skrbi za njihove zasebne podatke.",
"Simple email app nicely integrated with Files, Contacts and Calendar." : "Enostaven program za pošto se odlično povezuje z Datotekami, Stiki in Koledarjem.",
"Chatting, video calls, screensharing, online meetings and web conferencing – in your browser and with mobile apps." : "Klepet, video klici, souporaba zaslonske slike, spletni sestanki in konference – znotraj brskalnika in z mobilnimi napravami.",
"Collaboratively edit office documents." : "Sodelovalno urejanje pisarniških dokumentov.",
- "Local document editing back-end used by the OnlyOffice app." : "Ozadnji program za krajevno urejanje dokumentov, ki ga uporablja program OnlyOffice",
+ "Local document editing back-end used by the Collabora Online app." : "Ozadnji program za krajevno urejanje dokumentov, ki ga uporablja program Collabora Online.",
"Forgot password?" : "Ali ste pozabili geslo?",
+ "Log in with a device" : "Prijava z napravo",
+ "Back" : "Nazaj",
+ "Login form is disabled." : "Prijavni obrazec je onemogočen.",
+ "Reset search" : "Ponastavi iskanje",
+ "Search for {name} only" : "Išči le za {name}",
+ "No results for {query}" : "Ni zadetkov za poizvedbo {query}",
+ "Start typing to search" : "Začnite tipkati za iskanje",
+ "Loading more results …" : "Poteka nalaganje več zadetkov ...",
+ "Load more results" : "Naloži več zadetkov",
+ "Search" : "Poišči",
+ "An error occurred while searching for {type}" : "Prišlo je do napake med iskanjem vrste {type}.",
+ "_Please enter {minSearchLength} character or more to search_::_Please enter {minSearchLength} characters or more to search_" : ["Vpisati je treba vsaj {minSearchLength} znak za začetek iskanja","Vpisati je treba vsaj {minSearchLength} znaka za začetek iskanja","Vpisati je treba vsaj {minSearchLength} znake za začetek iskanja","Vpisati je treba vsaj {minSearchLength} znakov za začetek iskanja"],
+ "Search {types} …" : "Poišči {types} …",
"Settings" : "Nastavitve",
"Could not load your contacts" : "Stikov ni mogoče naložiti",
"Search contacts …" : "Poišči med stiki ...",
@@ -209,6 +246,13 @@
"Strong password" : "Odlično geslo",
"No action available" : "Ni razpoložljivih dejanj",
"Error fetching contact actions" : "Prišlo je do napake med pridobivanjem dejanj stikov",
+ "Non-existing tag #{tag}" : "Neobstoječa oznaka #{tag}",
+ "restricted" : "omejeno",
+ "invisible" : "nevidno",
+ "Delete" : "Izbriši",
+ "Rename" : "Preimenuj",
+ "Collaborative tags" : "Sodelovalne oznake",
+ "No tags found" : "Ni najdenih oznak",
"Personal" : "Osebno",
"Users" : "Uporabniki",
"Apps" : "Programi",
@@ -216,10 +260,14 @@
"Help" : "Pomoč",
"Access forbidden" : "Dostop je prepovedan",
"File not found" : "Datoteke ni mogoče najti",
- "The document could not be found on the server. Maybe the share was deleted or has expired?" : "Na strežniku ni mogoče najti dokumentacije. Morda je mesto souprabe izbrisano ali pa so potekla dovoljenja.",
+ "The document could not be found on the server. Maybe the share was deleted or has expired?" : "Na strežniku ni mogoče najti dokumentacije. Morda je mesto souporabe izbrisano, ali pa so potekla dovoljenja.",
+ "Back to %s" : "Nazaj na %s",
+ "Too many requests" : "Zaznanih je preveč sočasnih zahtev",
+ "There were too many requests from your network. Retry later or contact your administrator if this is an error." : "Iz omrežja je bilo prejetih preveč zahtev. Če je to napaka, stopite v stik s skrbnikom, sicer pa poskusite spet kasneje.",
"Error" : "Napaka",
+ "Previous" : "Nazaj",
"Internal Server Error" : "Notranja napaka strežnika",
- "The server was unable to complete your request." : "Odziv strežnika kaže, da ni mogoče končati zahteve.",
+ "The server was unable to complete your request." : "Odziv strežnika kaže, da zahteve ni mogoče dokončati.",
"If this happens again, please send the technical details below to the server administrator." : "Če se napaka ponovi, pošljite tehnične podrobnosti, ki so zbrane spodaj, skrbniku sistema.",
"More details can be found in the server log." : "Več podrobnosti je zabeleženih v dnevniški datoteki strežnika.",
"Technical details" : "Tehnične podrobnosti",
@@ -254,12 +302,13 @@
"SQLite should only be used for minimal and development instances. For production we recommend a different database backend." : "Podatkovna zbirka SQLite je primerna le za manjše in razvojne namestitve. Za produkcijsko okolje je priporočljivo uporabiti drugo podatkovno ozadje.",
"If you use clients for file syncing, the use of SQLite is highly discouraged." : "Če uporabljate namizni odjemalec za usklajevanje datotek, je uporaba podatkovne zbirke SQLite odsvetovana.",
"Install recommended apps" : "Namesti priporočene programe",
- "Calendar, Contacts, Talk, Mail & OnlyOffice" : "Koledar, Stiki, Talk, Pošta in OnlyOffice",
+ "Calendar, Contacts, Talk, Mail & Collaborative editing" : "Koledar, Stiki, Talk, Pošta in Sodelovalno urejanje dokumentov",
"Finish setup" : "Končaj nastavitev",
"Finishing …" : "Poteka zaključevanje opravila ...",
"Need help?" : "Ali potrebujete pomoč?",
"See the documentation" : "Preverite dokumentacijo",
- "Could not remove CAN_INSTALL from the config folder. Please remove this file manually." : "Ni mogoče odstraniti CAN_INSTALL iz nastavitvene mape. Datoteko odstranite ročno.",
+ "It looks like you are trying to reinstall your Nextcloud. However the file CAN_INSTALL is missing from your config directory. Please create the file CAN_INSTALL in your config folder to continue." : "Kaže, da poskušate ponovno namestiti okolje Nextcloud, a datoteke CAN_INSTALL ni v mapi nastavitev. Ustvarite jo, potem lahko poskusite znova.",
+ "Could not remove CAN_INSTALL from the config folder. Please remove this file manually." : "Ni mogoče odstraniti datoteke CAN_INSTALL iz nastavitvene mape. Odstranite jo ročno.",
"This application requires JavaScript for correct operation. Please {linkstart}enable JavaScript{linkend} and reload the page." : "Program zahteva podporo JavaScript za pravilno delovanje. Med nastavitvami omogočite {linkstart}JavaScript{linkend} in osvežite spletno stran.",
"Get your own free account" : "Pridobite brezplačni račun",
"Skip to main content" : "Preskoči na glavno vsebino",
@@ -267,33 +316,41 @@
"More apps" : "Več programov",
"More" : "Več",
"More apps menu" : "Meni več programov",
- "Search" : "Poišči",
- "Reset search" : "Ponastavi iskanje",
"Contacts" : "Stiki",
"Contacts menu" : "Meni Stikov",
"Settings menu" : "Meni nastavitev",
"Confirm your password" : "Potrdite geslo",
"Connect to your account" : "Povežite z računom",
"Please log in before granting %1$s access to your %2$s account." : "Pred %1$s odobritvijo dostopa %2$s do računa se je treba prijaviti.",
+ "If you are not trying to set up a new device or app, someone is trying to trick you into granting them access to your data. In this case do not proceed and instead contact your system administrator." : "Če ne poskušate dodati naprave ali programa, vas poskuša nekdo pretentati v odobritev dostopa do vaših podatkov. Če se vam zdi, da je tako, ne nadaljujte s potrjevanjem, ampak stopite v stik s skrbnikom sistema.",
"App token" : "Žeton programa",
"Grant access" : "Odobri dostop",
+ "Alternative log in using app token" : "Alternativni način prijave z uporabo programskega žetona",
"Account access" : "Dostop do računa",
+ "You are about to grant %1$s access to your %2$s account." : "Računu %1$s boste omogočili dostop do vašega računa %2$s.",
"Account connected" : "Račun je povezan",
"Your client should now be connected!" : "Odjemalec naj bi bil sedaj povezan!",
"You can close this window." : "To okno lahko zaprete.",
"This share is password-protected" : "To mesto je zaščiteno z geslom",
"The password is wrong. Try again." : "Geslo je napačno. Poskusite znova.",
"Two-factor authentication" : "Dvo-stopenjska overitev",
+ "Enhanced security is enabled for your account. Choose a second factor for authentication:" : "Za vaš račun je omogočena zahteva za višjo raven varnosti. Izberite drugo stopnjo overitve:",
+ "Could not load at least one of your enabled two-factor auth methods. Please contact your admin." : "Ni mogoče naložiti niti enega od omogočenih načinov dvostopenjske overitve prijave. Stopite v stik s skrbnikom sistema.",
+ "Two-factor authentication is enforced but has not been configured on your account. Contact your admin for assistance." : "Zahtevana je uporaba dvostopenjske overitve prijave, a za ta račun še ni nastavljena. Stopite v stik s skrbnikom sistema.",
+ "Two-factor authentication is enforced but has not been configured on your account. Please continue to setup two-factor authentication." : "Zahtevana je uporaba dvostopenjske overitve prijave, a za ta račun še ni nastavljena. Nadaljujte s postopkom priprave overitve.",
"Set up two-factor authentication" : "Nastavitev dvostopenjske overitve",
+ "Two-factor authentication is enforced but has not been configured on your account. Use one of your backup codes to log in or contact your admin for assistance." : "Zahtevana je uporaba dvostopenjske overitve prijave, a za ta račun še ni nastavljena. Za prijavo uporabite eno izmed varnostnih kod, ali pa za pomoč stopite v stik s skrbnikom sistema.",
"Use backup code" : "Uporabi varnostno kopijo šifre",
"Cancel login" : "Prekliči prijavo",
"Setup two-factor authentication" : "Nastavite dvostopenjsko overitev",
+ "Enhanced security is enforced for your account. Choose which provider to set up:" : "Za vaš račun je vsiljena zahteva za višjo raven varnosti. Izberite ponudnika za nastavitev:",
"Error while validating your second factor" : "Napaka med preverjanjem drugega koraka",
"Access through untrusted domain" : "Dostop prek domene, ki ni zaupanja vredna",
+ "Please contact your administrator. If you are an administrator, edit the \"trusted_domains\" setting in config/config.php like the example in config.sample.php." : "Stopite v stik s skrbnikom sistema. Če ste skrbnik, prilagodite nastavitev »trusted_domains« v datoteki config/config.php, kot je zavedeno v predlogi config.sample.php.",
"Further information how to configure this can be found in the %1$sdocumentation%2$s." : "Podrobnosti o možnostih nastavitev je mogoče najti v %1$sdokumentaciji%2$s.",
"App update required" : "Zahtevana je posodobitev programa",
"%1$s will be updated to version %2$s" : "Okolje %1$s bo posodobljeno na različico %2$s",
- "These apps will be updated:" : "Posodobljeni bodo programi:",
+ "The following apps will be updated:" : "Navedeni programi bodo posodobljeni:",
"These incompatible apps will be disabled:" : "Zaradi neskladnosti bodo onemogočeni:",
"The theme %s has been disabled." : "Tema %s je onemogočena za uporabo.",
"Please make sure that the database, the config folder and the data folder have been backed up before proceeding." : "Pred nadaljevanjem se prepričajte, da je ustvarjena varnostna kopija podatkovne zbirke, nastavitvenih datotek in podatkovne mape.",
@@ -303,95 +360,55 @@
"Update needed" : "Zahtevana je posodobitev",
"Please use the command line updater because you have a big instance with more than 50 users." : "Uporabite posodabljalnik ukazne vrstice, ker je v sistemu več kot 50 uporabnikov.",
"For help, see the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"%s\">documentation</a>." : "Za pomoč si oglejte <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"%s\">dokumentacijo</a>.",
+ "I know that if I continue doing the update via web UI has the risk, that the request runs into a timeout and could cause data loss, but I have a backup and know how to restore my instance in case of a failure." : "Zavedam se, da obstaja pri posodabljanju prek spletnega uporabniškega vmesnika nevarnost, da zahteva časovno poteče in s tem povzroči izgubo podatkov. Imam ustvarjeno varnostno kopijo in znam podatke iz kopij v primeru napak obnoviti.",
"Upgrade via web on my own risk" : "Posodobi prek spleta kljub večjemu tveganju",
"Maintenance mode" : "Vzdrževalni način",
"This %s instance is currently in maintenance mode, which may take a while." : "Strežnik %s je trenutno v vzdrževalnem načinu, kar onemogoča prijavo.",
"This page will refresh itself when the instance is available again." : "Stran bo samodejno osvežena, ko bo okolje spet pripravljeno za delo.",
"Contact your system administrator if this message persists or appeared unexpectedly." : "Če se bo to sporočilo še naprej nepričakovano pojavljalo, stopite v stik s skrbnikom sistema.",
- "Could not send reset email because there is no email address for this username. Please contact your administrator." : "Ni mogoče poslati elektronskega sporočila za ponastavitev gesla, ker ni navedenega elektronskega naslova. Stopite v stik s skrbnikom sistema.",
- "Couldn't send reset email. Please make sure your username is correct." : "Ni mogoče poslati elektronskega sporočila. Prepričajte se, da je uporabniško ime pravilno.",
- "We have send a password reset e-mail to the e-mail address known to us for this account. If you do not receive it within a reasonable amount of time, check your spam/junk folders.<br>If it is not there ask your local administrator." : "Povezava za ponastavitev gesla je bila poslana na nam poznan elektronski naslov za ta račun. V kolikor sporočila ne prejmete v kratkem, preverite tudi mapo neželene pošte.<br> Če sporočila ni niti v tej mapi, stopite v stik s skrbnikom.",
- "Your files are encrypted. There will be no way to get your data back after your password is reset.<br />If you are not sure what to do, please contact your administrator before you continue. <br />Do you really want to continue?" : "Datoteke so šifrirane. Po ponastavitvi gesla dostop do datotek ne bo več mogoč.<br />Če niste prepričani, kaj storiti, stopite v stik s skrbnikom sistema.<br />Ali res želite nadaljevati?",
- "Sending email …" : "Poteka pošiljanje elektronske pošte ...",
- "Accessing site insecurely via HTTP. You are strongly adviced to set up your server to require HTTPS instead, as described in the <a href=\"{docUrl}\">security tips ↗</a>." : "Do spletišča je omogočen dostop prek protokola HTTP. Priporočljivo je omogočiti podporo za varni protokol HTTPS, kot je to opisano med <a href=\"{docUrl}\">varnostnimi namigi</a>.",
- "Shared" : "V souporabi",
- "Shared with" : "V skupni rabi z uporabnikom",
- "Shared by" : "Souporaba:",
- "Choose a password for the public link" : "Izberite geslo za javno povezavo",
- "Choose a password for the public link or press the \"Enter\" key" : "Izberite geslo za javno povezavo ali pritisnite tipko »Enter«.",
- "Copied!" : "Naslov je kopiran!",
- "Copy link" : "Kopiraj povezavo",
- "Not supported!" : "Opravilo ni podprto!",
- "Press ⌘-C to copy." : "Pritisnite ⌘-C za kopiranje.",
- "Press Ctrl-C to copy." : "Pritisnite Ctrl-C za kopiranje.",
- "Unable to create a link share" : "Ni mogoče ustvariti povezave do mesta souporabe",
- "Unable to toggle this option" : "Ni mogoče preklopiti možnosti",
- "Resharing is not allowed" : "Nadaljnja souporaba ni dovoljena",
- "Link" : "Povezava",
- "Hide download" : "Skrij prejem",
- "Password protection enforced" : "Zaščita z geslom je vsiljeno omogočena",
- "Password protect" : "Zaščiti z geslom",
- "Allow editing" : "Dovoli urejanje",
- "Email link to person" : "Posreduj povezavo po elektronski pošti",
- "Send" : "Pošlji",
- "Allow upload and editing" : "Dovoli pošiljanje in urejanje",
- "Read only" : "Le za branje",
- "File drop (upload only)" : "Povleci datoteke (samo nalaganje)",
- "Expiration date enforced" : "Datum preteka je vsiljeno omogočen",
- "Set expiration date" : "Nastavi datum preteka",
- "Expiration" : "Datum preteka",
- "Expiration date" : "Datum preteka",
- "Note to recipient" : "Pošlji opombo prejemniku",
- "Unshare" : "Prekliči souporabo",
- "Delete share link" : "Izbriši povezavo za souporabo",
- "Add another link" : "Dodaj novo povezavo",
- "Password protection for links is mandatory" : "Zaščita z geslom je za povezave obvezna",
- "Share to {name}" : "Omogoči souporabo z uporabnikom {name}",
- "Share link" : "Povezava do mape souporabe",
- "New share link" : "Nova povezava za souporabo",
- "Created on {time}" : "Ustvarjeno {time}",
- "Password protect by Talk" : "Zaščiti z geslom prek Talk",
- "Could not unshare" : "Ni mogoče preklicati souporabe",
- "Shared with you and the group {group} by {owner}" : "{owner} omogoči souporabo z vami in s skupino {group}.",
- "Shared with you by {owner}" : "Souporabo omogoča {owner}",
- "Choose a password for the mail share" : "Izbor gesla za souporabo s pošto",
- "group" : "skupina",
- "remote" : "oddaljeno",
- "remote group" : "oddaljena skupina",
- "email" : "elektronska pošta",
- "conversation" : "pogovor",
- "shared by {sharer}" : "souporaba : {sharer}",
- "Can reshare" : "Lahko omogoči souporabo naprej",
- "Can edit" : "Lahko ureja",
- "Can create" : "Lahko ustvari",
- "Can change" : "Lahko spremeni",
- "Can delete" : "Lahko izbriše",
- "Access control" : "Nadzor dostopa",
- "Error while sharing" : "Napaka med omogočanjem souporabe",
- "Share details could not be loaded for this item." : "Podrobnosti souporabe za ta predmet ni mogoče naložiti.",
- "Search globally" : "Splošno iskanje",
- "_At least {count} character is needed for autocompletion_::_At least {count} characters are needed for autocompletion_" : ["Za uporabo možnosti dokončevanja vnosa je treba vpisati vsaj {count} znak.","Za uporabo možnosti dokončevanja vnosa je treba vpisati vsaj {count} znaka.","Za uporabo možnosti dokončevanja vnosa je treba vpisati vsaj {count} znake.","Za uporabo možnosti dokončevanja vnosa je treba vpisati vsaj {count} znakov."],
- "This list is maybe truncated - please refine your search term to see more results." : "Seznam je morda prirezan – spremenite iskalni niz za več zadetkov.",
- "No users or groups found for {search}" : "Ni najdenih uporabnikov ali skupin, skladnih z iskalnim nizom {search}",
- "No users found for {search}" : "Ni najdenih uporabnikov, skladnih z iskalnim nizom {search}",
- "An error occurred (\"{message}\"). Please try again" : "Prišlo je do napake (»{message}«). Poskusite znova.",
- "An error occurred. Please try again" : "Prišlo je do napake. Poskusite znova.",
- "Home" : "Začetni pogled",
- "Work" : "Službeni naslov",
- "Other" : "Drugo",
- "{sharee} (remote group)" : "{sharee} (oddaljena skupina)",
- "{sharee} ({type}, {owner})" : "{sharee} ({type}, {owner})",
- "Share" : "Souporaba",
- "Name or email address..." : "Ime ali elektronski naslov ...",
- "Name or federated cloud ID..." : "Ime ali ID zveznega oblaka ...",
- "Name, federated cloud ID or email address..." : "Ime, ID zveznega oblaka ali elektronski naslov ...",
- "Name..." : "Ime ...",
- "Error removing share" : "Napaka odstranjevanja souporabe",
- "({scope})" : "({scope})",
- "Saving..." : "Poteka shranjevanje ...",
- "Dismiss" : "Opusti",
- "Your client should now be connected! You can close this window." : "Odjemalec naj bi bil sedaj povezan! To okno lahko zaprete.",
- "New Password" : "Novo geslo",
- "Cancel log in" : "Prekini prijavo"
+ "Checking whether the database schema can be updated (this can take a long time depending on the database size)" : "Poteka preverjanje, ali je shemo podatkovne zbirke mogoče posodobiti (zaradi velikosti je lahko opravilo dolgotrajno).",
+ "Checked database schema update" : "Izbrana posodobitev sheme podatkovne zbirke",
+ "Checking updates of apps" : "Poteka preverjanje za posodobitve programov",
+ "Checking for update of app \"%s\" in appstore" : "Poteka preverjanje posodobitev za program »%s« ...",
+ "Update app \"%s\" from appstore" : "Posodobi program »%s« iz trgovine",
+ "Checked for update of app \"%s\" in appstore" : "Preverjanje posodobitev za »%s« je končano.",
+ "Checked database schema update for apps" : "Izbrana posodobitev sheme podatkovne zbirke za programe",
+ "Following apps have been disabled: %s" : "Onemogočeni so programi: %s",
+ "Your web server is not properly set up to resolve \"{url}\". Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Spletni strežnik ni ustrezno nastavljen za razreševanje naslova »{url}«. Več podrobnosti je zapisanih v <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">dokumentaciji</a>.",
+ "Your web server is not properly set up to resolve \"{url}\". This is most likely related to a web server configuration that was not updated to deliver this folder directly. Please compare your configuration against the shipped rewrite rules in \".htaccess\" for Apache or the provided one in the documentation for Nginx at it's <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation page</a>. On Nginx those are typically the lines starting with \"location ~\" that need an update." : "Spletni strežnik ni ustrezno nastavljen za razreševanje naslova »{url}«. Napaka je najverjetneje povezana z nastavitvami, ki niso bile posodobljene za neposreden dostop do te mape. Primerjajte nastavitve s privzeto različico pravil ».htaccess« za strežnik Apache ali pa zapis za Nginx, ki je opisan v <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentaciji</a>. Na strežniku Nginx so za posodobitev običajno vrstice, ki se začnejo z »location ~«.",
+ "Your web server is not properly set up to deliver .woff2 files. This is typically an issue with the Nginx configuration. For Nextcloud 15 it needs an adjustement to also deliver .woff2 files. Compare your Nginx configuration to the recommended configuration in our <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Spletni strežnik ni ustrezno nastavljen za obdelavo datotek .wolff2. Običajno je težava v nastavitvah Nginx. Različica Nextcloud 15 zahteva posebno prilagoditev. Primerjajte nastavitve s priporočenimi, kot je to zabeleženo v <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentaciji</a>.",
+ "Please check the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">installation documentation ↗</a> for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "Preverite <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">namestitveno dokumentacijo ↗</a> za nastavitve PHP strežnika, še posebej, če uporabljate php-fpm.",
+ "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems. See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation ↗</a> for more information." : "Zaklepanje datotek je onemogočeno, kar lahko privede do različnih težav. Priporočljivo je omogočiti možnost \"filelocking.enabled\" v datoteki config.php, da se izognete zapletom. Za več informacij si glejte <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentacijo ↗</a>.",
+ "Last background job execution ran {relativeTime}. Something seems wrong." : " Zadnje ozadnje izvajanje opravila je potekalo {relativeTime}. Kaže, da je nekaj narobe.",
+ "Check the background job settings" : "Preverite nastavitve ozadnjih opravil",
+ "No memory cache has been configured. To enhance performance, please configure a memcache, if available. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Ni nastavljenega predpomnilnika. Za izboljšanje hitrosti delovanja je treba predpomnilnik memcache, če je na voljo, ustrezno nastaviti. Več podrobnosti je na voljo v <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentaciji</a>.",
+ "No suitable source for randomness found by PHP which is highly discouraged for security reasons. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Iz varnostnih razlogov je priporočljivo nastaviti ustrezen vir za naključno ustvarjanje podatkov, ki ga uporablja PHP. Več podrobnosti je zavedenih v <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentaciji</a>.",
+ "You are currently running PHP {version}. Upgrade your PHP version to take advantage of <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">performance and security updates provided by the PHP Group</a> as soon as your distribution supports it." : "Trenutno je zagnana različica PHP {version}. Priporočljivo je posodobiti sistem na najnovejšo različico in s tem namestiti <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">funkcijske in varnostne posodobitve delovanja, ki jih zagotavlja skupnost PHP</a>. Pakete je priporočljivo posodobiti takoj, ko so na voljo za nameščeno distribucijo.",
+ "The reverse proxy header configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If not, this is a security issue and can allow an attacker to spoof their IP address as visible to the Nextcloud. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Nastavitev povratne posredovalniške glave ni pravilna ali pa v okolje Nextcloud dostopate prek zaupanja vrednega strežnika. Če slednje ne drži, je to varnostno tveganje, ki lahko omogoči tretji osebi dostop do okolja. Več podrobnosti je na voljo v <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentaciji</a>.",
+ "Memcached is configured as distributed cache, but the wrong PHP module \"memcache\" is installed. \\OC\\Memcache\\Memcached only supports \"memcached\" and not \"memcache\". See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">memcached wiki about both modules</a>." : "Predpomnilnik memcached je nastavljen kot porazdeljen predpomnilnik, vendar pa je nameščen napačen modul PHP »memcache«. Modul \\OC\\Memcache\\Memcached podpirao le »memcached«, ne pa tudi »memcache«. Več podrobnosti za oba modula je zapisanih <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">na wiki straneh</a>.",
+ "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">List of invalid files…</a> / <a href=\"{rescanEndpoint}\">Rescan…</a>)" : "Nekatere datoteke ne opravijo preizkusa celovitosti. Več podrobnosti o težavi je opisanih v <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentaciji</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">Seznam neveljavnih datotek … </a>/ <a href=\"{rescanEndpoint}\">Ponovni preizkus …</a>)",
+ "The PHP OPcache module is not loaded. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance it is recommended</a> to load it into your PHP installation." : "Modul PHP OPcache ni naložen. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Za najboljše delovanje je priporočljivo</a> modul dodati k uporabljeni namestitvi PHP.",
+ "The PHP OPcache is not properly configured. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance it is recommended</a> to use the following settings in the <code>php.ini</code>:" : "Modul PHP OPcache ni pravilno nastavljen. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Za najboljše delovanje je priporočljivo</a> uporabiti posebne nastavitve v datoteki <code>php.ini</code>:",
+ "Some columns in the database are missing a conversion to big int. Due to the fact that changing column types on big tables could take some time they were not changed automatically. By running 'occ db:convert-filecache-bigint' those pending changes could be applied manually. This operation needs to be made while the instance is offline. For further details read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "Nekateri stolpci v podatkovni zbirki so brez pretvornika velikih števil. Ker je spreminjanje stolpcev na velikih razpredelnicah časovno izredno zahtevno opravilo, ta niso dodana samodejno. V osnovi so izbirna. Z ukazom »occ db:convert-filecache-bigint« je mogoče te spremembe dodati ročno. Opravilo je treba izvesti, ko okolje ni dejavno. Za več podrobnosti si oglejte <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentacijo</a>.",
+ "To migrate to another database use the command line tool: 'occ db:convert-type', or see the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation ↗</a>." : "Za prehod sistema na drugo podatkovno zbirko, uporabite ukaz orodne vrstice: »occ db:convert-type«, več o tem pa je zapisano v <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentaciji ↗</a>.",
+ "Use of the the built in php mailer is no longer supported. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Please update your email server settings ↗<a/>." : "Uporaba vgrajenega pošiljalnika pošte ni več podprta. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Posodobite nastavitve poštnega strežnika ↗<a/>.",
+ "MySQL is used as database but does not support 4-byte characters. To be able to handle 4-byte characters (like emojis) without issues in filenames or comments for example it is recommended to enable the 4-byte support in MySQL. For further details read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "Podatkovna zbirka MySQL je v uporabi, ni pa omogočena podpora za 4-bitne znake. Za uporabo teh znakov (kot so na primer grafične izrazne ikone) brez težav tudi v imenih datotek in opombah, je priporočljivo podporo omogočiti med nastavitvami MySQL. Več podrobnosti je zabeleženih na straneh <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentacije</a>.",
+ "You are accessing your instance over a secure connection, however your instance is generating insecure URLs. This most likely means that you are behind a reverse proxy and the overwrite config variables are not set correctly. Please read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "Dostop do okolja poteka prek varne povezave, a ta ustvarja ne-varne naslove URL. To najverjetneje pomeni, da je strežnik za povratnim strežnikom in da spremenljivke nastavitev niso pravilno nastavljene. Več o tem si lahko ogledate v <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentaciji</a>.",
+ "The \"{header}\" HTTP header is not set to \"{val1}\", \"{val2}\", \"{val3}\", \"{val4}\" or \"{val5}\". This can leak referer information. See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{link}\">W3C Recommendation ↗</a>." : "Glava HTTP »{header}« ni nastavljena na »{val1}«, »{val2}«, »{val3}«, »{val4}« oziroma »{val5}«. To lahko povzroči iztekanje podatkov sklicatelja. Več o tem si lahko ogledate med priporočili <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{link}\">W3C Recommendation ↗</a>.",
+ "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the <a href=\"{docUrl}\" rel=\"noreferrer noopener\">security tips ↗</a>." : "Glava HTTP za varen prenos podatkov »Strict-Transport-Security« ni nastavljena na vsaj »{seconds}« sekund. Za večjo varnost je priporočljivo omogočiti pravila HSTS, kot je opisano med <a href=\"{docUrl}\" rel=\"noreferrer noopener\">varnostnimi priporočili ↗</a>.",
+ "Accessing site insecurely via HTTP. You are strongly advised to set up your server to require HTTPS instead, as described in the <a href=\"{docUrl}\">security tips ↗</a>." : "Dostop do strani je omogočen pred nevarovanega protokola HTTP. Priporočljivo je na strežniku vsiliti uporabo HTTPS, kot je zavedeno med <a href=\"{docUrl}\">varnostnimi namigi ↗</a>.",
+ "Continue to Nextcloud" : "Nadaljuj v oblak Nextcloud",
+ "_The update was successful. Redirecting you to Nextcloud in %n second._::_The update was successful. Redirecting you to Nextcloud in %n seconds._" : ["Posodobitev je bila uspešna. Stran bo preusmerjena čez %n sekundo.","Posodobitev je bila uspešna. Stran bo preusmerjena čez %n sekundi.","Posodobitev je bila uspešna. Stran bo preusmerjena čez %n sekunde.","Posodobitev je bila uspešna. Stran bo preusmerjena čez %n sekund."],
+ "Searching other places" : "Poteka iskanje na drugih mestih",
+ "No search results in other folders for {tag}{filter}{endtag}" : "Za iskalni niz {tag}{filter}{endtag} ni zadetkov v nobeni mapi",
+ "_{count} search result in another folder_::_{count} search results in other folders_" : ["{count} rezultat v drugih mapah","{count} rezultata v drugih mapah","{count} rezultatov v drugih mapah","{count} rezultatov v drugih mapah"],
+ "A password reset message has been sent to the e-mail address of this account. If you do not receive it, check your spam/junk folders or ask your local administrator for help." : "Sporočilo za ponastavitev gesla je bila poslana na elektronski naslov računa. Če sporočila v kratkem ne prejmete, preverite mape neželene pošte ali pa za pomoč prosite krajevnega skrbnika sistema.",
+ "Password can not be changed. Please contact your administrator." : "Gesla ni mogoče spremeniti. Stopite v stik s skrbnikom.",
+ "Could not fetch list of apps from the app store." : "Ni mogoče pridobiti seznama programov iz trgovine.",
+ "Nextcloud {app}" : "Nextcloud {app}",
+ "Can't install this app because it is not compatible" : "Programa ni mogoče namestiti, ker ni skladen z različico okolja.",
+ "Can't install this app" : "Programa ni mogoče namestiti.",
+ "These apps will be updated:" : "Posodobljeni bodo programi:",
+ "For more details see the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Za več podrobnosti si oglejte <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentacijo</a>."
},"pluralForm" :"nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);"
} \ No newline at end of file
diff --git a/core/l10n/sq.js b/core/l10n/sq.js
index 77defd38a40..307998806a4 100644
--- a/core/l10n/sq.js
+++ b/core/l10n/sq.js
@@ -33,20 +33,12 @@ OC.L10N.register(
"Maintenance mode is kept active" : "Mënyra mirëmbajtje është mbajtur e aktivizuar",
"Updating database schema" : "Po përditësohet skema e bazës së të dhënave",
"Updated database" : "U përditësua baza e të dhënave",
- "Checking whether the database schema can be updated (this can take a long time depending on the database size)" : "Po kontrollohet nëse mund të përditësohet skema e bazës së të dhënave (kjo mund të hajë shumë kohë, varet nga madhësia e bazës së të dhënave)",
- "Checked database schema update" : "U kontrollua përditësimi i skemës së bazës së të dhënave",
- "Checking updates of apps" : "Po kontrollohen përditësime të aplikacionit",
- "Checking for update of app \"%s\" in appstore" : "Duke kontrolluar për përditësim të aplikacionit \"%s\" në appstore.",
- "Update app \"%s\" from appstore" : "Përditëso aplikacionin \"%s\" nga appstore",
- "Checked for update of app \"%s\" in appstore" : "Duke kontrolluar për përditësim të aplikacionit \"%s\" në appstore.",
"Checking whether the database schema for %s can be updated (this can take a long time depending on the database size)" : "Po kontrollohet nëse mund të përditësohet skema e bazës së të dhënave për %s (kjo mund të hajë shumë kohë, varet nga madhësia e bazës së të dhënave)",
- "Checked database schema update for apps" : "U kontrollua përditësimi i skemës së bazës së të dhënave për aplikacionet",
"Set log level to debug" : "Caktoni shkallë regjistrimi për diagnostikimin",
"Reset log level" : "Rikthe te parazgjedhja shkallën e regjistrimit",
"Starting code integrity check" : "Po fillohet kontroll integriteti për kodin",
"Finished code integrity check" : "Përfundoi kontrolli i integritetit për kodin",
"%s (incompatible)" : "%s (e papërputhshme)",
- "Following apps have been disabled: %s" : "Janë çaktivizuar aplikacionet vijuese : %s",
"Already up to date" : "Tashmë e përditësuar",
"PHP does not seem to be setup properly to query system environment variables. The test with getenv(\"PATH\") only returns an empty response." : "PHP-ja nuk duket të jetë ngritur si duhet për të kërkuar ndryshore mjedisi sistemi. Testi me getenv(\"PATH\") kthen vetëm një përgjigje të zbrazët.",
"Your database does not run with \"READ COMMITTED\" transaction isolation level. This can cause problems when multiple actions are executed in parallel." : "Baza juaj e të dhënave nuk ekzekutohet me nivelin \"READ COMMITED\" e izolimit për ndërveprimet. Kjo mund të shkaktojë probleme, kur kryhen paralelisht disa veprime njëherësh.",
@@ -54,13 +46,6 @@ OC.L10N.register(
"SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend." : "SQLite po përdoret si bazë të dhënash e programit klient. Për instalime më të ngarkuara, këshillojmë të kalohet në një program tjetër klient baze të dhënash.",
"This is particularly recommended when using the desktop client for file synchronisation." : "Kjo është veçanërisht e rekomanduar gjatë përdorimit të desktopit të klientit për sinkronizimin skedari. ",
"Error occurred while checking server setup" : "Ndodhi një gabim gjatë kontrollit të rregullimit të shërbyesit",
- "Non-existing tag #{tag}" : "Etiketë #{tag} që s’ekziston",
- "restricted" : "e kufizuar",
- "invisible" : "e padukshme",
- "Delete" : "Fshije",
- "Rename" : "Riemërtoje",
- "Collaborative tags" : "Etiketa bashkëpunimi",
- "No tags found" : "Jo etiketime të gjetura",
"unknown text" : "tekst i panjohur",
"Hello world!" : "Hello world!",
"sunny" : "me diell",
@@ -75,28 +60,24 @@ OC.L10N.register(
"Please reload the page." : "Ju lutemi, ringarkoni faqen.",
"The update was unsuccessful. For more information <a href=\"{url}\">check our forum post</a> covering this issue." : "Përditësimi qe i pasuksesshëm. Për më tepër të dhëna <a href=\"{url}\">shihni postimin te forumi ynë</a> lidhur me këtë çështje.",
"The update was unsuccessful. Please report this issue to the <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">Nextcloud community</a>." : "Përditësimi ishte i pasuksesshëm. Ju lutem raportoni këtë problem në <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">Nextcloud community</a>.",
- "Continue to Nextcloud" : "Vazhdoni tek Nextcloud",
- "_The update was successful. Redirecting you to Nextcloud in %n second._::_The update was successful. Redirecting you to Nextcloud in %n seconds._" : ["Përditësimi ishte i suksesshëm. Ju ridrejtojmë në Nextcloud për %n sekonda.","Përditësimi ishte i suksesshëm. Ju ridrejtojmë në Nextcloud për %n sekonda."],
- "Searching other places" : "Duke kërkuar në vende të tjera",
- "No search results in other folders for {tag}{filter}{endtag}" : "Jo rezultate nga kërkimi në dosjet e tjera për '{etiketim}{filtrim}{përfundoetiketimin}'",
- "_{count} search result in another folder_::_{count} search results in other folders_" : ["{count} përfundim kërkimi në një tjetër dosje","{count} përfundime kërkimi në dosje të tjera"],
+ "Log in" : "Hyni",
+ "Logging in …" : "Duke u loguar ...",
"Server side authentication failed!" : "Mirëfilltësimi më anë të shërbyesit dështoi!",
"Please contact your administrator." : "Ju lutemi, lidhuni me përgjegjësin tuaj.",
"An internal error occurred." : "Ndodhi një gabim i brendshëm.",
"Please try again or contact your administrator." : "Ju lutemi, riprovoni ose lidhuni me përgjegjësin tuaj.",
"Username or email" : "Emër përdoruesi ose email",
"Password" : "Fjalëkalim",
- "Log in" : "Hyni",
- "Logging in …" : "Duke u loguar ...",
"Wrong username or password." : "Emër përdoruesi ose fjalëkalim i gabuar.",
"User disabled" : "Përdorues i çaktivizuar",
"Reset password" : "Ricaktoni fjalëkalimin",
"Couldn't send reset email. Please contact your administrator." : "S’u dërgua dot email-i i ricaktimit. Ju lutemi, lidhuni me përgjegjësin tuaj.",
- "Password can not be changed. Please contact your administrator." : "Fjalëkalimi nuk mund të ndryshohet. Ju lutemi, lidhuni me përgjegjësin tuaj.",
"New password" : "Fjalëkalim i ri",
"I know what I'm doing" : "E di se ç’bëj",
"Cancel" : "Anuloje",
"Forgot password?" : "Keni harruar fjalëkalimin?",
+ "Back" : "Prapa",
+ "Search" : "Kërko",
"Settings" : "Rregullime",
"Search contacts …" : "Kërko kontakte ...",
"No contacts found" : "Nuk jane gjetur kontakte",
@@ -148,6 +129,13 @@ OC.L10N.register(
"Strong password" : "Fjalëkalim i fortë",
"No action available" : "Jo veprim i mundur",
"Error fetching contact actions" : "Gabim gjatë marrjes së veprimeve të kontaktit",
+ "Non-existing tag #{tag}" : "Etiketë #{tag} që s’ekziston",
+ "restricted" : "e kufizuar",
+ "invisible" : "e padukshme",
+ "Delete" : "Fshije",
+ "Rename" : "Riemërtoje",
+ "Collaborative tags" : "Etiketa bashkëpunimi",
+ "No tags found" : "Jo etiketime të gjetura",
"Personal" : "Personale",
"Users" : "Përdorues",
"Apps" : "Aplikacione",
@@ -191,7 +179,6 @@ OC.L10N.register(
"This application requires JavaScript for correct operation. Please {linkstart}enable JavaScript{linkend} and reload the page." : "Ky aplikacion lyp JavaScript për punim të saktë. Ju lutemi, {linkstart}aktivizoni JavaScript-in{linkend} dhe ringarkoni faqen.",
"More apps" : "Më shumë aplikacione",
"More" : "More",
- "Search" : "Kërko",
"Contacts" : "Kontaktet",
"Contacts menu" : "Menuja e kontakteve",
"Settings menu" : "Menuja e cilësimeve",
@@ -206,7 +193,6 @@ OC.L10N.register(
"Cancel login" : "Anuloje hyrjen",
"Error while validating your second factor" : "Gabim gjatë verifikimit të elementit të dytë",
"App update required" : "Lypset përditësim aplikacioni",
- "These apps will be updated:" : "Do të përditësohen këto aplikacione:",
"These incompatible apps will be disabled:" : "Do të çaktivizohen këto aplikacione të papërputhshme:",
"The theme %s has been disabled." : "Tema %s u çaktivizua.",
"Please make sure that the database, the config folder and the data folder have been backed up before proceeding." : "Ju lutemi, para se të vazhdoni më tej, sigurohuni që baza e të dhënave, dosja e formësimeve dhe dosja e të dhënave janë kopjeruajtur.",
@@ -219,72 +205,20 @@ OC.L10N.register(
"Upgrade via web on my own risk" : "Përditëso me anë të internetit në rrezikun tim",
"This %s instance is currently in maintenance mode, which may take a while." : "Kjo instancë %s hëpërhë gjendet nën mënyrën mirëmbajtje, çka mund të zgjasë ca.",
"Contact your system administrator if this message persists or appeared unexpectedly." : "Nëse ky mesazh shfaqet vazhdimisht ose u shfaq papritmas, lidhuni me përgjegjësin e sistemit.",
- "Could not send reset email because there is no email address for this username. Please contact your administrator." : "S’u dërgua dot email ricaktimi, ngaqë s’ka adresë email për këtë përdoruesi. Ju lutemi, lidhuni me përgjegjësin tuaj.",
- "Couldn't send reset email. Please make sure your username is correct." : "S’u dërgua dot email ricaktimi. Ju lutemi, sigurohuni që emri juaj i përdoruesit është i saktë.",
- "Your files are encrypted. There will be no way to get your data back after your password is reset.<br />If you are not sure what to do, please contact your administrator before you continue. <br />Do you really want to continue?" : "Skedarët tuaj janë të enkriptuar. Nuk do ketë asnjë mënyrë për ti rimarrë të dhënat pasi fjalëkalimi juaj të rivendoset. <br>Nëse nuk jeni të sigurt se çfarë duhet të bëni, ju lutemi flisni me administratorin tuaj para se të vazhdoni. <br /> Doni vërtet të vazhdoni?",
- "Shared" : "Ndarë",
- "Shared with" : "Ndarë me",
- "Shared by" : "Shpërndarë nga",
- "Choose a password for the public link" : "Zgjidhni një fjalëkalim për lidhjen publike",
- "Choose a password for the public link or press the \"Enter\" key" : "Zgjidhni një fjalëkalim për lidhjen publike ose shtypni butonin \"Enter\"",
- "Copied!" : "U kopjua!",
- "Copy link" : "Kopjo linkun",
- "Not supported!" : "Jo i përshtatshëm!",
- "Press ⌘-C to copy." : "Shtyp ⌘-C për të kopjuar.",
- "Press Ctrl-C to copy." : "Shtypni Ctrl-C për të kopjuar.",
- "Resharing is not allowed" : "Nuk lejohen rindarjet",
- "Link" : "Lidhje",
- "Hide download" : "Fshih shkarkimin",
- "Password protect" : "Mbroje me fjalëkalim",
- "Allow editing" : "Lejo përpunim",
- "Email link to person" : "Dërgoja personit lidhjen me email",
- "Send" : "Dërgo",
- "Allow upload and editing" : "Lejo ngarkim dhe editim",
- "Read only" : "Vetëm i lexueshëm",
- "File drop (upload only)" : "Lësho skedar (vetëm ngarkim)",
- "Set expiration date" : "Caktoni datë skadimi",
- "Expiration" : "Skadim",
- "Expiration date" : "Datë skadimi",
- "Note to recipient" : "Shënim për marrësin",
- "Unshare" : "Hiqe ndarjen",
- "Share to {name}" : "Ndaj tek {name}",
- "Share link" : "Lidhje ndarjeje",
- "Could not unshare" : "S’e shndau dot",
- "Shared with you and the group {group} by {owner}" : "Ndarë me ju dhe me grupin {group} nga {owner}",
- "Shared with you by {owner}" : "Ndarë me ju nga {owner}",
- "Choose a password for the mail share" : "Zgjidh një fjalëkalim për shpërndarjen e mail-it",
- "group" : "grup",
- "remote" : "i largët",
- "email" : "postë elektronike",
- "conversation" : "bisedë",
- "shared by {sharer}" : "ndarë nga {ndarësi}",
- "Can reshare" : "Mund të rishpërdajë",
- "Can edit" : "Mund të editojë",
- "Can create" : "Mund të krijoni",
- "Can change" : "Mund të ndryshojë",
- "Can delete" : "Mund të fshijë",
- "Access control" : "Kontrolli i aksesit",
- "Error while sharing" : "Gabim gjatë ndarjes",
- "Share details could not be loaded for this item." : "Për këtë objekt s’u ngarkuan dot hollësi ndarjeje.",
- "_At least {count} character is needed for autocompletion_::_At least {count} characters are needed for autocompletion_" : ["Të paktën {count} karaktere janë të nevojshëm për vetëpërmbushje","Të paktën {count} karaktere janë të nevojshëm për vetëpërmbushje"],
- "This list is maybe truncated - please refine your search term to see more results." : "Kjo listë ndoshta është e prerë - ju lutemi të përmirësoni termat e kërkimit tuaj për të parë më shumë rezultate.",
- "No users or groups found for {search}" : "S’u gjetën përdorues ose grupe për {search}",
- "No users found for {search}" : "S’u gjet përdorues për {search}",
- "An error occurred. Please try again" : "Ndodhi një gabim. Ju lutemi, riprovoni",
- "Home" : "Kryefaqja",
- "Work" : "Punë",
- "Other" : "Tjetër",
- "{sharee} ({type}, {owner})" : "{sharee} ({type}, {owner})",
- "Share" : "Ndaje",
- "Name or email address..." : "Emri ose adresa e email-it",
- "Name or federated cloud ID..." : "Emri ose ID e resë të fedferuar",
- "Name, federated cloud ID or email address..." : "Emri, ID e resë të federuar ose adresën e email-it...",
- "Name..." : "Emër",
- "Error removing share" : "Gabim në heqjen e ndarjes",
- "({scope})" : "({scope})",
- "Saving..." : "Po ruhet …",
- "Dismiss" : "Mos e merr parasysh",
- "New Password" : "Fjalëkalim i Ri",
- "Cancel log in" : "Anuloni identifikimin"
+ "Checking whether the database schema can be updated (this can take a long time depending on the database size)" : "Po kontrollohet nëse mund të përditësohet skema e bazës së të dhënave (kjo mund të hajë shumë kohë, varet nga madhësia e bazës së të dhënave)",
+ "Checked database schema update" : "U kontrollua përditësimi i skemës së bazës së të dhënave",
+ "Checking updates of apps" : "Po kontrollohen përditësime të aplikacionit",
+ "Checking for update of app \"%s\" in appstore" : "Duke kontrolluar për përditësim të aplikacionit \"%s\" në appstore.",
+ "Update app \"%s\" from appstore" : "Përditëso aplikacionin \"%s\" nga appstore",
+ "Checked for update of app \"%s\" in appstore" : "Duke kontrolluar për përditësim të aplikacionit \"%s\" në appstore.",
+ "Checked database schema update for apps" : "U kontrollua përditësimi i skemës së bazës së të dhënave për aplikacionet",
+ "Following apps have been disabled: %s" : "Janë çaktivizuar aplikacionet vijuese : %s",
+ "Continue to Nextcloud" : "Vazhdoni tek Nextcloud",
+ "_The update was successful. Redirecting you to Nextcloud in %n second._::_The update was successful. Redirecting you to Nextcloud in %n seconds._" : ["Përditësimi ishte i suksesshëm. Ju ridrejtojmë në Nextcloud për %n sekonda.","Përditësimi ishte i suksesshëm. Ju ridrejtojmë në Nextcloud për %n sekonda."],
+ "Searching other places" : "Duke kërkuar në vende të tjera",
+ "No search results in other folders for {tag}{filter}{endtag}" : "Jo rezultate nga kërkimi në dosjet e tjera për '{etiketim}{filtrim}{përfundoetiketimin}'",
+ "_{count} search result in another folder_::_{count} search results in other folders_" : ["{count} përfundim kërkimi në një tjetër dosje","{count} përfundime kërkimi në dosje të tjera"],
+ "Password can not be changed. Please contact your administrator." : "Fjalëkalimi nuk mund të ndryshohet. Ju lutemi, lidhuni me përgjegjësin tuaj.",
+ "These apps will be updated:" : "Do të përditësohen këto aplikacione:"
},
"nplurals=2; plural=(n != 1);");
diff --git a/core/l10n/sq.json b/core/l10n/sq.json
index 0051863d00a..98c24ad23e0 100644
--- a/core/l10n/sq.json
+++ b/core/l10n/sq.json
@@ -31,20 +31,12 @@
"Maintenance mode is kept active" : "Mënyra mirëmbajtje është mbajtur e aktivizuar",
"Updating database schema" : "Po përditësohet skema e bazës së të dhënave",
"Updated database" : "U përditësua baza e të dhënave",
- "Checking whether the database schema can be updated (this can take a long time depending on the database size)" : "Po kontrollohet nëse mund të përditësohet skema e bazës së të dhënave (kjo mund të hajë shumë kohë, varet nga madhësia e bazës së të dhënave)",
- "Checked database schema update" : "U kontrollua përditësimi i skemës së bazës së të dhënave",
- "Checking updates of apps" : "Po kontrollohen përditësime të aplikacionit",
- "Checking for update of app \"%s\" in appstore" : "Duke kontrolluar për përditësim të aplikacionit \"%s\" në appstore.",
- "Update app \"%s\" from appstore" : "Përditëso aplikacionin \"%s\" nga appstore",
- "Checked for update of app \"%s\" in appstore" : "Duke kontrolluar për përditësim të aplikacionit \"%s\" në appstore.",
"Checking whether the database schema for %s can be updated (this can take a long time depending on the database size)" : "Po kontrollohet nëse mund të përditësohet skema e bazës së të dhënave për %s (kjo mund të hajë shumë kohë, varet nga madhësia e bazës së të dhënave)",
- "Checked database schema update for apps" : "U kontrollua përditësimi i skemës së bazës së të dhënave për aplikacionet",
"Set log level to debug" : "Caktoni shkallë regjistrimi për diagnostikimin",
"Reset log level" : "Rikthe te parazgjedhja shkallën e regjistrimit",
"Starting code integrity check" : "Po fillohet kontroll integriteti për kodin",
"Finished code integrity check" : "Përfundoi kontrolli i integritetit për kodin",
"%s (incompatible)" : "%s (e papërputhshme)",
- "Following apps have been disabled: %s" : "Janë çaktivizuar aplikacionet vijuese : %s",
"Already up to date" : "Tashmë e përditësuar",
"PHP does not seem to be setup properly to query system environment variables. The test with getenv(\"PATH\") only returns an empty response." : "PHP-ja nuk duket të jetë ngritur si duhet për të kërkuar ndryshore mjedisi sistemi. Testi me getenv(\"PATH\") kthen vetëm një përgjigje të zbrazët.",
"Your database does not run with \"READ COMMITTED\" transaction isolation level. This can cause problems when multiple actions are executed in parallel." : "Baza juaj e të dhënave nuk ekzekutohet me nivelin \"READ COMMITED\" e izolimit për ndërveprimet. Kjo mund të shkaktojë probleme, kur kryhen paralelisht disa veprime njëherësh.",
@@ -52,13 +44,6 @@
"SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend." : "SQLite po përdoret si bazë të dhënash e programit klient. Për instalime më të ngarkuara, këshillojmë të kalohet në një program tjetër klient baze të dhënash.",
"This is particularly recommended when using the desktop client for file synchronisation." : "Kjo është veçanërisht e rekomanduar gjatë përdorimit të desktopit të klientit për sinkronizimin skedari. ",
"Error occurred while checking server setup" : "Ndodhi një gabim gjatë kontrollit të rregullimit të shërbyesit",
- "Non-existing tag #{tag}" : "Etiketë #{tag} që s’ekziston",
- "restricted" : "e kufizuar",
- "invisible" : "e padukshme",
- "Delete" : "Fshije",
- "Rename" : "Riemërtoje",
- "Collaborative tags" : "Etiketa bashkëpunimi",
- "No tags found" : "Jo etiketime të gjetura",
"unknown text" : "tekst i panjohur",
"Hello world!" : "Hello world!",
"sunny" : "me diell",
@@ -73,28 +58,24 @@
"Please reload the page." : "Ju lutemi, ringarkoni faqen.",
"The update was unsuccessful. For more information <a href=\"{url}\">check our forum post</a> covering this issue." : "Përditësimi qe i pasuksesshëm. Për më tepër të dhëna <a href=\"{url}\">shihni postimin te forumi ynë</a> lidhur me këtë çështje.",
"The update was unsuccessful. Please report this issue to the <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">Nextcloud community</a>." : "Përditësimi ishte i pasuksesshëm. Ju lutem raportoni këtë problem në <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">Nextcloud community</a>.",
- "Continue to Nextcloud" : "Vazhdoni tek Nextcloud",
- "_The update was successful. Redirecting you to Nextcloud in %n second._::_The update was successful. Redirecting you to Nextcloud in %n seconds._" : ["Përditësimi ishte i suksesshëm. Ju ridrejtojmë në Nextcloud për %n sekonda.","Përditësimi ishte i suksesshëm. Ju ridrejtojmë në Nextcloud për %n sekonda."],
- "Searching other places" : "Duke kërkuar në vende të tjera",
- "No search results in other folders for {tag}{filter}{endtag}" : "Jo rezultate nga kërkimi në dosjet e tjera për '{etiketim}{filtrim}{përfundoetiketimin}'",
- "_{count} search result in another folder_::_{count} search results in other folders_" : ["{count} përfundim kërkimi në një tjetër dosje","{count} përfundime kërkimi në dosje të tjera"],
+ "Log in" : "Hyni",
+ "Logging in …" : "Duke u loguar ...",
"Server side authentication failed!" : "Mirëfilltësimi më anë të shërbyesit dështoi!",
"Please contact your administrator." : "Ju lutemi, lidhuni me përgjegjësin tuaj.",
"An internal error occurred." : "Ndodhi një gabim i brendshëm.",
"Please try again or contact your administrator." : "Ju lutemi, riprovoni ose lidhuni me përgjegjësin tuaj.",
"Username or email" : "Emër përdoruesi ose email",
"Password" : "Fjalëkalim",
- "Log in" : "Hyni",
- "Logging in …" : "Duke u loguar ...",
"Wrong username or password." : "Emër përdoruesi ose fjalëkalim i gabuar.",
"User disabled" : "Përdorues i çaktivizuar",
"Reset password" : "Ricaktoni fjalëkalimin",
"Couldn't send reset email. Please contact your administrator." : "S’u dërgua dot email-i i ricaktimit. Ju lutemi, lidhuni me përgjegjësin tuaj.",
- "Password can not be changed. Please contact your administrator." : "Fjalëkalimi nuk mund të ndryshohet. Ju lutemi, lidhuni me përgjegjësin tuaj.",
"New password" : "Fjalëkalim i ri",
"I know what I'm doing" : "E di se ç’bëj",
"Cancel" : "Anuloje",
"Forgot password?" : "Keni harruar fjalëkalimin?",
+ "Back" : "Prapa",
+ "Search" : "Kërko",
"Settings" : "Rregullime",
"Search contacts …" : "Kërko kontakte ...",
"No contacts found" : "Nuk jane gjetur kontakte",
@@ -146,6 +127,13 @@
"Strong password" : "Fjalëkalim i fortë",
"No action available" : "Jo veprim i mundur",
"Error fetching contact actions" : "Gabim gjatë marrjes së veprimeve të kontaktit",
+ "Non-existing tag #{tag}" : "Etiketë #{tag} që s’ekziston",
+ "restricted" : "e kufizuar",
+ "invisible" : "e padukshme",
+ "Delete" : "Fshije",
+ "Rename" : "Riemërtoje",
+ "Collaborative tags" : "Etiketa bashkëpunimi",
+ "No tags found" : "Jo etiketime të gjetura",
"Personal" : "Personale",
"Users" : "Përdorues",
"Apps" : "Aplikacione",
@@ -189,7 +177,6 @@
"This application requires JavaScript for correct operation. Please {linkstart}enable JavaScript{linkend} and reload the page." : "Ky aplikacion lyp JavaScript për punim të saktë. Ju lutemi, {linkstart}aktivizoni JavaScript-in{linkend} dhe ringarkoni faqen.",
"More apps" : "Më shumë aplikacione",
"More" : "More",
- "Search" : "Kërko",
"Contacts" : "Kontaktet",
"Contacts menu" : "Menuja e kontakteve",
"Settings menu" : "Menuja e cilësimeve",
@@ -204,7 +191,6 @@
"Cancel login" : "Anuloje hyrjen",
"Error while validating your second factor" : "Gabim gjatë verifikimit të elementit të dytë",
"App update required" : "Lypset përditësim aplikacioni",
- "These apps will be updated:" : "Do të përditësohen këto aplikacione:",
"These incompatible apps will be disabled:" : "Do të çaktivizohen këto aplikacione të papërputhshme:",
"The theme %s has been disabled." : "Tema %s u çaktivizua.",
"Please make sure that the database, the config folder and the data folder have been backed up before proceeding." : "Ju lutemi, para se të vazhdoni më tej, sigurohuni që baza e të dhënave, dosja e formësimeve dhe dosja e të dhënave janë kopjeruajtur.",
@@ -217,72 +203,20 @@
"Upgrade via web on my own risk" : "Përditëso me anë të internetit në rrezikun tim",
"This %s instance is currently in maintenance mode, which may take a while." : "Kjo instancë %s hëpërhë gjendet nën mënyrën mirëmbajtje, çka mund të zgjasë ca.",
"Contact your system administrator if this message persists or appeared unexpectedly." : "Nëse ky mesazh shfaqet vazhdimisht ose u shfaq papritmas, lidhuni me përgjegjësin e sistemit.",
- "Could not send reset email because there is no email address for this username. Please contact your administrator." : "S’u dërgua dot email ricaktimi, ngaqë s’ka adresë email për këtë përdoruesi. Ju lutemi, lidhuni me përgjegjësin tuaj.",
- "Couldn't send reset email. Please make sure your username is correct." : "S’u dërgua dot email ricaktimi. Ju lutemi, sigurohuni që emri juaj i përdoruesit është i saktë.",
- "Your files are encrypted. There will be no way to get your data back after your password is reset.<br />If you are not sure what to do, please contact your administrator before you continue. <br />Do you really want to continue?" : "Skedarët tuaj janë të enkriptuar. Nuk do ketë asnjë mënyrë për ti rimarrë të dhënat pasi fjalëkalimi juaj të rivendoset. <br>Nëse nuk jeni të sigurt se çfarë duhet të bëni, ju lutemi flisni me administratorin tuaj para se të vazhdoni. <br /> Doni vërtet të vazhdoni?",
- "Shared" : "Ndarë",
- "Shared with" : "Ndarë me",
- "Shared by" : "Shpërndarë nga",
- "Choose a password for the public link" : "Zgjidhni një fjalëkalim për lidhjen publike",
- "Choose a password for the public link or press the \"Enter\" key" : "Zgjidhni një fjalëkalim për lidhjen publike ose shtypni butonin \"Enter\"",
- "Copied!" : "U kopjua!",
- "Copy link" : "Kopjo linkun",
- "Not supported!" : "Jo i përshtatshëm!",
- "Press ⌘-C to copy." : "Shtyp ⌘-C për të kopjuar.",
- "Press Ctrl-C to copy." : "Shtypni Ctrl-C për të kopjuar.",
- "Resharing is not allowed" : "Nuk lejohen rindarjet",
- "Link" : "Lidhje",
- "Hide download" : "Fshih shkarkimin",
- "Password protect" : "Mbroje me fjalëkalim",
- "Allow editing" : "Lejo përpunim",
- "Email link to person" : "Dërgoja personit lidhjen me email",
- "Send" : "Dërgo",
- "Allow upload and editing" : "Lejo ngarkim dhe editim",
- "Read only" : "Vetëm i lexueshëm",
- "File drop (upload only)" : "Lësho skedar (vetëm ngarkim)",
- "Set expiration date" : "Caktoni datë skadimi",
- "Expiration" : "Skadim",
- "Expiration date" : "Datë skadimi",
- "Note to recipient" : "Shënim për marrësin",
- "Unshare" : "Hiqe ndarjen",
- "Share to {name}" : "Ndaj tek {name}",
- "Share link" : "Lidhje ndarjeje",
- "Could not unshare" : "S’e shndau dot",
- "Shared with you and the group {group} by {owner}" : "Ndarë me ju dhe me grupin {group} nga {owner}",
- "Shared with you by {owner}" : "Ndarë me ju nga {owner}",
- "Choose a password for the mail share" : "Zgjidh një fjalëkalim për shpërndarjen e mail-it",
- "group" : "grup",
- "remote" : "i largët",
- "email" : "postë elektronike",
- "conversation" : "bisedë",
- "shared by {sharer}" : "ndarë nga {ndarësi}",
- "Can reshare" : "Mund të rishpërdajë",
- "Can edit" : "Mund të editojë",
- "Can create" : "Mund të krijoni",
- "Can change" : "Mund të ndryshojë",
- "Can delete" : "Mund të fshijë",
- "Access control" : "Kontrolli i aksesit",
- "Error while sharing" : "Gabim gjatë ndarjes",
- "Share details could not be loaded for this item." : "Për këtë objekt s’u ngarkuan dot hollësi ndarjeje.",
- "_At least {count} character is needed for autocompletion_::_At least {count} characters are needed for autocompletion_" : ["Të paktën {count} karaktere janë të nevojshëm për vetëpërmbushje","Të paktën {count} karaktere janë të nevojshëm për vetëpërmbushje"],
- "This list is maybe truncated - please refine your search term to see more results." : "Kjo listë ndoshta është e prerë - ju lutemi të përmirësoni termat e kërkimit tuaj për të parë më shumë rezultate.",
- "No users or groups found for {search}" : "S’u gjetën përdorues ose grupe për {search}",
- "No users found for {search}" : "S’u gjet përdorues për {search}",
- "An error occurred. Please try again" : "Ndodhi një gabim. Ju lutemi, riprovoni",
- "Home" : "Kryefaqja",
- "Work" : "Punë",
- "Other" : "Tjetër",
- "{sharee} ({type}, {owner})" : "{sharee} ({type}, {owner})",
- "Share" : "Ndaje",
- "Name or email address..." : "Emri ose adresa e email-it",
- "Name or federated cloud ID..." : "Emri ose ID e resë të fedferuar",
- "Name, federated cloud ID or email address..." : "Emri, ID e resë të federuar ose adresën e email-it...",
- "Name..." : "Emër",
- "Error removing share" : "Gabim në heqjen e ndarjes",
- "({scope})" : "({scope})",
- "Saving..." : "Po ruhet …",
- "Dismiss" : "Mos e merr parasysh",
- "New Password" : "Fjalëkalim i Ri",
- "Cancel log in" : "Anuloni identifikimin"
+ "Checking whether the database schema can be updated (this can take a long time depending on the database size)" : "Po kontrollohet nëse mund të përditësohet skema e bazës së të dhënave (kjo mund të hajë shumë kohë, varet nga madhësia e bazës së të dhënave)",
+ "Checked database schema update" : "U kontrollua përditësimi i skemës së bazës së të dhënave",
+ "Checking updates of apps" : "Po kontrollohen përditësime të aplikacionit",
+ "Checking for update of app \"%s\" in appstore" : "Duke kontrolluar për përditësim të aplikacionit \"%s\" në appstore.",
+ "Update app \"%s\" from appstore" : "Përditëso aplikacionin \"%s\" nga appstore",
+ "Checked for update of app \"%s\" in appstore" : "Duke kontrolluar për përditësim të aplikacionit \"%s\" në appstore.",
+ "Checked database schema update for apps" : "U kontrollua përditësimi i skemës së bazës së të dhënave për aplikacionet",
+ "Following apps have been disabled: %s" : "Janë çaktivizuar aplikacionet vijuese : %s",
+ "Continue to Nextcloud" : "Vazhdoni tek Nextcloud",
+ "_The update was successful. Redirecting you to Nextcloud in %n second._::_The update was successful. Redirecting you to Nextcloud in %n seconds._" : ["Përditësimi ishte i suksesshëm. Ju ridrejtojmë në Nextcloud për %n sekonda.","Përditësimi ishte i suksesshëm. Ju ridrejtojmë në Nextcloud për %n sekonda."],
+ "Searching other places" : "Duke kërkuar në vende të tjera",
+ "No search results in other folders for {tag}{filter}{endtag}" : "Jo rezultate nga kërkimi në dosjet e tjera për '{etiketim}{filtrim}{përfundoetiketimin}'",
+ "_{count} search result in another folder_::_{count} search results in other folders_" : ["{count} përfundim kërkimi në një tjetër dosje","{count} përfundime kërkimi në dosje të tjera"],
+ "Password can not be changed. Please contact your administrator." : "Fjalëkalimi nuk mund të ndryshohet. Ju lutemi, lidhuni me përgjegjësin tuaj.",
+ "These apps will be updated:" : "Do të përditësohen këto aplikacione:"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
} \ No newline at end of file
diff --git a/core/l10n/sr.js b/core/l10n/sr.js
index dc3bd26403b..22e9d6e30e8 100644
--- a/core/l10n/sr.js
+++ b/core/l10n/sr.js
@@ -5,6 +5,7 @@ OC.L10N.register(
"File is too big" : "Фајл је превелик",
"The selected file is not an image." : "Изабрани фајл није слика.",
"The selected file cannot be read." : "Није могуће читати изабрани фајл.",
+ "The file was uploaded" : "Фајл је отпремљен",
"Invalid file provided" : "Понуђени фајл није исправан",
"No image or file provided" : "Нису понуђени ни слика ни фајл",
"Unknown filetype" : "Непознат тип фајла",
@@ -15,6 +16,7 @@ OC.L10N.register(
"No valid crop data provided" : "Нема исправних података о опсецању",
"Crop is not square" : "Опсецање није квадратног облика",
"State token does not match" : "Стање жетона се не слаже",
+ "Invalid app password" : "Неисправна апликативна лозинка",
"Could not complete login" : "Не могу да довршим пријављивање",
"Your login token is invalid or has expired" : "Ваш жетон за пријављивање је неисправан или је истекао",
"Password reset is disabled" : "Ресетовање лозинке није омогућено",
@@ -41,75 +43,41 @@ OC.L10N.register(
"Maintenance mode is kept active" : "Режим одржавања се држи активним",
"Updating database schema" : "Освежава се шема базе података",
"Updated database" : "База података ажурирана",
- "Checking whether the database schema can be updated (this can take a long time depending on the database size)" : "Провера да ли шема базе података може да се ажурира (ово може потрајати, у зависности колика је база)",
- "Checked database schema update" : "Проверено ажурирање шеме базе података",
- "Checking updates of apps" : "Проверавам ажурирања апликација",
- "Checking for update of app \"%s\" in appstore" : "Проверавам ажурирања апликације „%s“ у продавници",
- "Update app \"%s\" from appstore" : "Ажурирај апликацију „%s“ из продавнице",
- "Checked for update of app \"%s\" in appstore" : "Проверено ажурирање апликације „%s“ у продавници",
- "Checking whether the database schema for %s can be updated (this can take a long time depending on the database size)" : "Провера да ли шема база за %s може бити ажурирана (ово може да потраје, у зависности колика је база)",
- "Checked database schema update for apps" : "Проверено ажурирање шеме базе података за апликације",
+ "Checking whether the database schema for %s can be updated (this can take a long time depending on the database size)" : "Провера да ли шема базе података за %s може бити ажурирана (ово може да потраје, у зависности од величине базе)",
"Updated \"%1$s\" to %2$s" : "„%1$s“ ажурирано на %2$s",
"Set log level to debug" : "Постави ниво уписа у дневник на дебаговање",
"Reset log level" : "Ресетуј ниво уписа у дневник",
"Starting code integrity check" : "Почињем проверу интегритета кода",
"Finished code integrity check" : "Завршена провера интегритета кода",
"%s (incompatible)" : "%s (некомпатибилан)",
- "Following apps have been disabled: %s" : "Следеће апликације су искључене: %s",
+ "The following apps have been disabled: %s" : "Следеће апликације су искључене: %s",
"Already up to date" : "Већ је ажурна",
"Your web server is not yet properly set up to allow file synchronization, because the WebDAV interface seems to be broken." : "Сервер није правилно подешен за синхронизацију фајлова. Изгледа да је ВебДАВ сучеље покварено.",
- "Your web server is not properly set up to resolve \"{url}\". Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Ваш сервер није правилно подешен да разлучи „{url}“. Можете наћи више информација у <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">документацији</a>.",
- "Your web server is not properly set up to resolve \"{url}\". This is most likely related to a web server configuration that was not updated to deliver this folder directly. Please compare your configuration against the shipped rewrite rules in \".htaccess\" for Apache or the provided one in the documentation for Nginx at it's <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation page</a>. On Nginx those are typically the lines starting with \"location ~\" that need an update." : "Ваш сервер није подешен да може да разлучи адресу „{url}“. Ово је најчешће везано за неажурирану конфигурацију веб сервера која не може да испоручи ову фасциклу директно. Упоредите Вашу конфигурацију са испорученим rewrite правилима у „.htaccess“-у за Apache или онима датим за Nginx у његовој <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">документацији</a>. На Nginx-у су обично линије које почињу са „location ~“ оне којима треба ажурирање.",
- "Your web server is not properly set up to deliver .woff2 files. This is typically an issue with the Nginx configuration. For Nextcloud 15 it needs an adjustement to also deliver .woff2 files. Compare your Nginx configuration to the recommended configuration in our <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Ваш веб сервер није правилно подешен да испоручује .woff2 фајлове. Ово је обично проблем са Nginx конфигурацијом. У Некстклауду 15, потребна су додатна прилагођавања да се и .woff2 фајлови испоручују. Упоредите Вашу Nginx конфигурацију са препорученом конфигурацијом из наше <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">документације</a>.",
"PHP does not seem to be setup properly to query system environment variables. The test with getenv(\"PATH\") only returns an empty response." : "PHP изгледа није исправно подешен да дохвата променљиве окружења. Тест са getenv(\"PATH\") враћа празну листу као одговор.",
- "Please check the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">installation documentation ↗</a> for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "Погледајте <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">инсталациону документацију ↗</a> за белешке око PHP конфигурације и PHP конфигурацију Вашег сервера, поготову ако користите php-fpm.",
"The read-only config has been enabled. This prevents setting some configurations via the web-interface. Furthermore, the file needs to be made writable manually for every update." : "Омогућена је конфигурација само за читање. То спречава постављање неке конфигурације преко веб-интерфејса. Осим тога, фајлу мора бити ручно омогућено уписивање код сваког освежавања.",
"Your database does not run with \"READ COMMITTED\" transaction isolation level. This can cause problems when multiple actions are executed in parallel." : "База података није покренута са „READ COMMITTED“ нивоом изолације трансакција. Ово може изазвати проблеме ако се више различитих акција изврши у паралели.",
"The PHP module \"fileinfo\" is missing. It is strongly recommended to enable this module to get the best results with MIME type detection." : "Недостаје PHP модул „fileinfo“. Препоручујемо да га укључите да бисте добили најбоље резултате с откривањем MIME типова фајлова.",
- "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems. See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation ↗</a> for more information." : "Трансактивно закључавање фајлова је искључено, што може довести до проблема са утркивањем процеса. Укључите 'filelocking.enabled' у config.php да бисте избегли проблеме овог типа. Погледајте <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">документацију ↗</a> за више информација.",
"If your installation is not installed at the root of the domain and uses system cron, there can be issues with the URL generation. To avoid these problems, please set the \"overwrite.cli.url\" option in your config.php file to the webroot path of your installation (suggestion: \"{suggestedOverwriteCliURL}\")" : "Ако инсталација није инсталирана у основи домена и користи системски крон, може бити проблема са генерисањем веб адреса. Да бисте избегли ове проблеме, молимо вас да подесите „overwrite.cli.url“ опцију у вашем config.php фајлу у путању веб-основе ваше инсталације (предложено: \"{suggestedOverwriteCliURL}\")",
"It was not possible to execute the cron job via CLI. The following technical errors have appeared:" : "Није било могуће да се изврши крон задатак путем интерфејса командне линије. Појавиле су се следеће техничке грешке:",
- "Last background job execution ran {relativeTime}. Something seems wrong." : "Последњи извршени посао у позадини: {relativeTime}. Нешто изгледа није у реду.",
- "Check the background job settings" : "Проверите поставке послова у позадини",
"This server has no working Internet connection: Multiple endpoints could not be reached. This means that some of the features like mounting external storage, notifications about updates or installation of third-party apps will not work. Accessing files remotely and sending of notification emails might not work, either. Establish a connection from this server to the Internet to enjoy all features." : "Овај сервер нема интернет конекцију: немогуће је доћи до више интернет крајњих тачака. Ово значи да неке могућности као што су качење спољних складишта, обавештења о ажурирањима или инсталација апликација треће стране неће радити. Приступање фајловима споља и слање обавештења е-поштом исто тако може да не ради. Омогућите интернет конекцију на овом серверу ако желите да уживате у свим могућностима.",
- "No memory cache has been configured. To enhance performance, please configure a memcache, if available. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Нисте подесили меморијски кеш. Да побољшате перформансе, подесите меморијски кеш, ако је доступан. Више информација има у <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">документацији</a>.",
- "No suitable source for randomness found by PHP which is highly discouraged for security reasons. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "PHP не може да чита погодан извор случајних бројева што се не препоручује из сигурносних разлога. Можете наћи више информација у <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">документацији</a>.",
- "You are currently running PHP {version}. Upgrade your PHP version to take advantage of <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">performance and security updates provided by the PHP Group</a> as soon as your distribution supports it." : "Тренутно користите {version} верзију PHP-а. Надоградите PHP верзију да искористите сва <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">безбедоносна ажурирања и побољшања брзине које обезбеђује PHP група</a>, чим Ваша дистрибуција почне да је подржава.",
- "Nextcloud 19 is the last release supporting PHP 7.2. Nextcloud 20 requires at least PHP 7.3." : "Некстклауд 19 је последње издање са подршком за ПХП 7.2. Некстклауд 20 захтева бар ПХП 7.3",
- "The reverse proxy header configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If not, this is a security issue and can allow an attacker to spoof their IP address as visible to the Nextcloud. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Или подешавање обрнутих прокси заглавља није исправно, или приступате Некстклауду преко проксија од поверења. Ако то не радите, ово је безбедоносни проблем и може омогућити нападачу да лажира да је његова IP адреса видљива Некстклауду. Више информација о овоме има у <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">документацији</a>.",
- "Memcached is configured as distributed cache, but the wrong PHP module \"memcache\" is installed. \\OC\\Memcache\\Memcached only supports \"memcached\" and not \"memcache\". See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">memcached wiki about both modules</a>." : "Memcached је подешен као дистрибуирани кеш, али је инсталиран погрешни PHP модуле „memcache“. \\OC\\Memcache\\Memcached подржава само \"memcached\" модул, а не и \"memcache\". Погледајте <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">memcached вики о оба модула</a>.",
- "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">List of invalid files…</a> / <a href=\"{rescanEndpoint}\">Rescan…</a>)" : "Неки фајлови нису прошли проверу интегритета. Даљње информације о томе како да решите овај проблем се могу наћи у <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">документацији</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">Списак неисправних фајлова</a>/<a href=\"{rescanEndpoint}\">Скенирај поново…</a>)",
- "The PHP OPcache module is not loaded. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance it is recommended</a> to load it into your PHP installation." : "The PHP OPcache модул није учитан. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">За боље перформансе препоручује се</a> да га учитате у Вашу PHP инсталацију.",
- "The PHP OPcache is not properly configured. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance it is recommended</a> to use the following settings in the <code>php.ini</code>:" : "PHP OPcache није подешен исправно. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">За боље перформансе предлаже се</a> да користите следећа подешавања у <code>php.ini</code> фајлу:",
+ "Nextcloud 20 is the last release supporting PHP 7.2. Nextcloud 21 requires at least PHP 7.3." : "Некстклауд 20 је последње издање са подршком за PHP 7.2. Некстклауд 21 захтева бар PHP 7.3",
"The PHP function \"set_time_limit\" is not available. This could result in scripts being halted mid-execution, breaking your installation. Enabling this function is strongly recommended." : "PHP функција „set_time_limit“ није доступна. Ово може да узрокује да се скрипте закоче у сред извршавања, и тако покваре инсталацију. Препоручује се да омогућите ову функцију.",
"Your PHP does not have FreeType support, resulting in breakage of profile pictures and the settings interface." : "Ваша PHP инсталација нема подршку за FreeType. Ово ће довести до неисправних профилних слика и неисправног интерфејса за подешавања.",
"Missing index \"{indexName}\" in table \"{tableName}\"." : "Индекс „{indexName}“ недостаје у табели „{tableName}“.",
"The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "У бази недостају поједини индекси. Због тога што додавање индекса на великим табелама може доста да потраје, индекси се не додају аутоматски. Покретањем „occ db:add-missing-indices“, индекси који недостају ће бити додати ручно док је инстанца покренута. Једном када су индекси додати, упити над тим табелама ће обично бити много бржи.",
+ "Missing optional column \"{columnName}\" in table \"{tableName}\"." : "Недостаје опциона колона „{columnName}“ у табели „{tableName}“.",
+ "The database is missing some optional columns. Due to the fact that adding columns on big tables could take some time they were not added automatically when they can be optional. By running \"occ db:add-missing-columns\" those missing columns could be added manually while the instance keeps running. Once the columns are added some features might improve responsiveness or usability." : "У бази недостају неке опционе колоне. Пошто додавање колона на великим табелама може да потраје, нису додате аутоматски, а пошто су и опционе. Покретањем „occ db:add-missing-columns“ , додаћете ове колоне за време рада инстанце. Када се ове колоне додају, неке функционалности можда буду брже или употребљивије.",
"This instance is missing some recommended PHP modules. For improved performance and better compatibility it is highly recommended to install them." : "Овој инстанци недостају неки препоручени PHP модули. Препоручује се да их инсталирате због побољшања перформанси и за бољу компатибилност.",
- "Some columns in the database are missing a conversion to big int. Due to the fact that changing column types on big tables could take some time they were not changed automatically. By running 'occ db:convert-filecache-bigint' those pending changes could be applied manually. This operation needs to be made while the instance is offline. For further details read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "Неке колоне у бази нису пребачене у big int тип. Пошто промена типа колоне може доста да потраје на великим табелама, оне нису аутоматски промењене. Покретањем команде 'occ db:convert-filecache-bigint' ће се ове преостале измене применити. Ова операција се мора урадити док инстанца не ради. За више детаља, прочитајте <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">документацију о овоме</a>.",
"SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend." : "Тренутно се као база података користи SQLite. За веће инсталације, препоручујемо да промените базу података.",
"This is particularly recommended when using the desktop client for file synchronisation." : "Ово се нарочито порепоручује ако се користи клијент програм у графичком окружењу за синхронизацију.",
- "To migrate to another database use the command line tool: 'occ db:convert-type', or see the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation ↗</a>." : "За пресељење на другу базу података, користите алат командне линије: 'occ db:convert-type', или погледајте <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">документацију ↗</a>.",
- "Use of the the built in php mailer is no longer supported. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Please update your email server settings ↗<a/>." : "Коришћење уграђеног php mailer-а више није подржано. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Молимо ажурирајте и-мејл сервер поставке ↗<a/>.",
"The PHP memory limit is below the recommended value of 512MB." : "Меморијско ограничење за ПХП је испод препоручене вредности од 512MB.",
"Some app directories are owned by a different user than the web server one. This may be the case if apps have been installed manually. Check the permissions of the following app directories:" : "Власник неких апликативних директоријума је корисник који није исти као и корисник по којим ради веб сервер. Ово је могуће ако су се апликације инсталирале ручно. Проверите привилегије над следећим апликативним директоријумима:",
- "MySQL is used as database but does not support 4-byte characters. To be able to handle 4-byte characters (like emojis) without issues in filenames or comments for example it is recommended to enable the 4-byte support in MySQL. For further details read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "MySQL се користи као база података, али она не подржава карактере од 4 бајта. Да бисте могли да користите ове 4-бајтне карактере (као што су емоџији) без проблема у нпр. именима фајлова или коментарима, препоручује се да омогућите подршку за 4 бајта у MySQL-у. За више детаља, прочитајте <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">страну на документацији о овоме</a>.",
"This instance uses an S3 based object store as primary storage. The uploaded files are stored temporarily on the server and thus it is recommended to have 50 GB of free space available in the temp directory of PHP. Check the logs for full details about the path and the available space. To improve this please change the temporary directory in the php.ini or make more space available in that path." : "Ова инстанца користи S3 базирано чување података за основно складиште. Отпремљени фајлови се привремено чувају на серверу и препоручује се да имате доступно бар 50 GB слободног простора у PHP привременом директоријуму. Погледајте дневник за више детаља око путања и слободном простору. Да бисте ово променили или побољшали, измените привремени директоријум у php.ini фајлу или направите више слободног места на тренутној путањи.",
"Error occurred while checking server setup" : "Дошло је до грешке при провери поставки сервера",
"Your data directory and files are probably accessible from the Internet. The .htaccess file is not working. It is strongly recommended that you configure your web server so that the data directory is no longer accessible, or move the data directory outside the web server document root." : "Ваша фасцикла са подацима и фајлови су вероватно доступни са интернета. .htaccess фајл не ради. Препоручујемо да подесите Ваш веб сервер тако да је фасцикла са подацима ван фасцикле кореног документа веб сервера.",
"The \"{header}\" HTTP header is not set to \"{expected}\". This is a potential security or privacy risk, as it is recommended to adjust this setting accordingly." : "HTTP заглавље „{header}“ није подешено као „{expected}“. Ово потенцијално угрожава безбедност и приватност и препоручује се да подесите ову поставку.",
"The \"{header}\" HTTP header is not set to \"{expected}\". Some features might not work correctly, as it is recommended to adjust this setting accordingly." : "HTTP заглавље „{header}“ није подешено као „{expected}“. Неке функције можда неће радити исправно, па препоручује се да подесите ову поставку.",
"The \"{header}\" HTTP header doesn't contain \"{expected}\". This is a potential security or privacy risk, as it is recommended to adjust this setting accordingly." : "HTTP заглавље „{header}“ не садржи „{expected}“. Ово потенцијално угрожава безбедност и приватност и препоручује се да подесите ову поставку.",
- "The \"{header}\" HTTP header is not set to \"{val1}\", \"{val2}\", \"{val3}\", \"{val4}\" or \"{val5}\". This can leak referer information. See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{link}\">W3C Recommendation ↗</a>." : "HTTP заглавље \"{header}\" није постављено на \"{val1}\", \"{val2}\", \"{val3}\", \"{val4}\" или \"{val5}\". Овиме могу процурети информације о рефералу. Погледајте <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{link}\">W3C препоруке↗</a>",
- "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the <a href=\"{docUrl}\" rel=\"noreferrer noopener\">security tips ↗</a>." : "\"Strict-Transport-Security\" HTTP заглавље није подешено да буде бар \"{seconds}\" секунди. За додатну сигурност, предлаже се да омогућите HSTS као што је описано у <a href=\"{docUrl}\" rel=\"noreferrer noopener\">сигурносним саветима↗</a>.",
- "Accessing site insecurely via HTTP. You are strongly advised to set up your server to require HTTPS instead, as described in the <a href=\"{docUrl}\">security tips ↗</a>." : "Приступање сајту преко HTTP-а. Снажна препорука је да подесите Ваш сервер да захтева HTTPS као што је описано у <a href=\"{docUrl}\">безбедоносним саветима↗</a>",
- "Non-existing tag #{tag}" : "Непостојећа ознака #{tag}",
- "restricted" : "ограничено",
- "invisible" : "невидљиво",
- "Delete" : "Обриши",
- "Rename" : "Преименуј",
- "Collaborative tags" : "Oзнаке сарадње",
- "No tags found" : "Ознаке нису нађене",
"unknown text" : "непознат текст",
"Hello world!" : "Здраво свете!",
"sunny" : "сунчано",
@@ -124,27 +92,23 @@ OC.L10N.register(
"Please reload the page." : "Поново учитајте страницу.",
"The update was unsuccessful. For more information <a href=\"{url}\">check our forum post</a> covering this issue." : "Ажурирање није успело. За више информација <a href=\"{url}\">проверите нашу објаву на форуму</a> која обрађује ову тему.",
"The update was unsuccessful. Please report this issue to the <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">Nextcloud community</a>." : "Ажурирање није успело. Молимо пријавите овај проблем <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">Некстклауд заједници</a>.",
- "Continue to Nextcloud" : "Наставите на Некстклауд",
- "_The update was successful. Redirecting you to Nextcloud in %n second._::_The update was successful. Redirecting you to Nextcloud in %n seconds._" : ["Надоградња је била успешна. Враћање на Некстклауд за %n секунду.","Надоградња је била успешна. Враћање на Некстклауд за %n секунде.","Ажурирање је било успешно. Враћање на Некстклауд за %n секунди."],
- "Searching other places" : "Претражујем остала места",
- "No search results in other folders for {tag}{filter}{endtag}" : "Нема резултата претраге у осталим фасциклама за {tag}{filter}{endtag}",
- "_{count} search result in another folder_::_{count} search results in other folders_" : ["{count} резултат претраге у осталим фасциклама","{count} резултата претраге у осталим фасциклама","{count} резултата претраге у осталим фасциклама"],
+ "Log in" : "Пријава",
+ "Logging in …" : "Пријављивање …",
"Server side authentication failed!" : "Потврда идентитета на серверу није успела!",
"Please contact your administrator." : "Контактирајте вашег администратора.",
"An internal error occurred." : "Догодила се унутрашња грешка. ",
"Please try again or contact your administrator." : "Покушајте поново или контактирајте вашег администратора.",
"Username or email" : "Корисничко име или адреса е-поште",
"Password" : "Лозинка",
- "Log in" : "Пријава",
- "Logging in …" : "Пријављивање …",
"Wrong username or password." : "Погрешно корисничко име или лозинка",
"User disabled" : "Корисник искључен",
"We have detected multiple invalid login attempts from your IP. Therefore your next login is throttled up to 30 seconds." : "Приметили смо више неисправних покушаја пријава са Ваше IP адресе. Следећа пријава ће бити могућа тек за 30 секунди.",
+ "Your account is not setup for passwordless login." : "Ваш налог није подешен за пријаву без лозинке.",
+ "Passwordless authentication is not supported in your browser." : "Ваш веб читач не подржава пријављивање без лозинке.",
+ "Passwordless authentication is only available over a secure connection." : "Пријављивање без лозинке је доступно само на безбедним конекцијама.",
"Reset password" : "Ресетуј лозинку",
- "A password reset message has been sent to the e-mail address of this account. If you do not receive it, check your spam/junk folders or ask your local administrator for help." : "Порука за ресетовање лозинке је послата на е-мејл адресу овог налога. Ако је не примите, проверите фасцикле за нежељену пошту или питајте за помоћ локалног администратора.",
"If it is not there ask your local administrator." : "Ако није ни тамо, контактирајте вашег администратора.",
"Couldn't send reset email. Please contact your administrator." : "Не могу да пошаљем поруку за ресетовање. Контактирајте администратора.",
- "Password can not be changed. Please contact your administrator." : "Лозинка се не може променити. Контактирајте администратора.",
"Back to login" : "Назад на пријаву",
"New password" : "Нова лозинка",
"Your files are encrypted. There will be no way to get your data back after your password is reset. If you are not sure what to do, please contact your administrator before you continue. Do you really want to continue?" : "Ваши фајлови су шифровани. Не постоји ниједан начин да се Ваши подаци поврате ако се лозинка сад ресетује. Уколико нисте сигурни шта да радите, контактирајте Вашег администратора пре него што наставите. Да ли стварно желите да наставите?",
@@ -152,20 +116,28 @@ OC.L10N.register(
"Resetting password" : "Ресетујем лозинку",
"Recommended apps" : "Препоручене апликације",
"Loading apps …" : "Учитавам апликације…",
- "Could not fetch list of apps from the app store." : "Не могу да добавим листу апликација из продавнице.",
"Installing apps …" : "Инсталирам апликације…",
- "Nextcloud {app}" : "Некстклауд апликација {app}",
"App download or installation failed" : "Скидање или инсталирање апликације није успело",
- "Can't install this app because it is not compatible" : "Не могу да инсталирам ову апликација зато што није компатибилна",
- "Can't install this app" : "Не могу да инсталирам ову апликацију",
"Cancel" : "Одустани",
"Schedule work & meetings, synced with all your devices." : "Закажите посао & састанке, синхронизовано на све ваше уређаје.",
"Keep your colleagues and friends in one place without leaking their private info." : "Држите колеге и пријатеље на једном месту без цурења приватних података.",
"Simple email app nicely integrated with Files, Contacts and Calendar." : "Једноставна е-мејл апликација која се лепо интегрише са Фајловима, Контактима и Календаром.",
"Chatting, video calls, screensharing, online meetings and web conferencing – in your browser and with mobile apps." : "Ћаскање, видео позиви, дељење екрана, састанци на интернету & веб конференције – на десктоп рачунару и преко мобилних апликација.",
"Collaboratively edit office documents." : "Уређујте документа заједно.",
- "Local document editing back-end used by the OnlyOffice app." : "Позадински мотор за локално уређивање докумената који користи OnlyOffice апликацију",
+ "Local document editing back-end used by the Collabora Online app." : "Позадински мотор за локално уређивање докумената који користи Collabora апликацију.",
"Forgot password?" : "Заборавили сте лозинку?",
+ "Log in with a device" : "Пријава са уређајем",
+ "Back" : "Назад",
+ "Reset search" : "Ресетуј претрагу",
+ "Search for {name} only" : "Тражи само за {name}",
+ "No results for {query}" : "Нема резултата за упит {query}",
+ "Start typing to search" : "Почните да куцате да бисте претраживали",
+ "Loading more results …" : "Учитавам још резултата…",
+ "Load more results" : "Учитај још резултата",
+ "Search" : "Претражи",
+ "An error occurred while searching for {type}" : "Десила се грешка приликом тражења за {type}",
+ "_Please enter {minSearchLength} character or more to search_::_Please enter {minSearchLength} characters or more to search_" : ["Унесите {minSearchLength} или више карактера да бисте претраживали","Унесите {minSearchLength} или више карактера да бисте претраживали","Унесите {minSearchLength} или више карактера да бисте претраживали"],
+ "Search {types} …" : "Претражи {types}…",
"Settings" : "Поставке",
"Could not load your contacts" : "Не могу да учитам Ваше контакте",
"Search contacts …" : "Претражи контакте ...",
@@ -233,6 +205,13 @@ OC.L10N.register(
"Strong password" : "Јака лозинка",
"No action available" : "Нема доступне радње",
"Error fetching contact actions" : "Грешка приликом дохватања акција над контактима",
+ "Non-existing tag #{tag}" : "Непостојећа ознака #{tag}",
+ "restricted" : "ограничено",
+ "invisible" : "невидљиво",
+ "Delete" : "Обриши",
+ "Rename" : "Преименуј",
+ "Collaborative tags" : "Oзнаке сарадње",
+ "No tags found" : "Ознаке нису нађене",
"Personal" : "Лично",
"Users" : "Корисници",
"Apps" : "Апликације",
@@ -242,6 +221,8 @@ OC.L10N.register(
"File not found" : "Фајл није нађен",
"The document could not be found on the server. Maybe the share was deleted or has expired?" : "Овај документ није нађен на серверу. Можда је дељење избрисано или му је истекао рок трајања?",
"Back to %s" : "Назад на %s",
+ "Too many requests" : "Превише захтева",
+ "There were too many requests from your network. Retry later or contact your administrator if this is an error." : "Са ваше мреже долази превише захтева. Покушајте поново касније или контактирајте администратора уколико је ово нека грешка.",
"Error" : "Грешка",
"Internal Server Error" : "Унутрашња грешка сервера",
"The server was unable to complete your request." : "Сервер не може да обради Ваш захтев.",
@@ -279,7 +260,7 @@ OC.L10N.register(
"SQLite should only be used for minimal and development instances. For production we recommend a different database backend." : "SQLite треба да се користи само за најмање инстанце или за инстанце за развој. За продукцију, препоручујемо други тип база података.",
"If you use clients for file syncing, the use of SQLite is highly discouraged." : "Коришћење SQLite базе података нарочите није препоручљиво ако користите клијенте за синхронизацију фајлова.",
"Install recommended apps" : "Инсталирајте препоручене апликације",
- "Calendar, Contacts, Talk, Mail & OnlyOffice" : "Календар, контакти, разговор, пошта & OnlyOffice",
+ "Calendar, Contacts, Talk, Mail & Collaborative editing" : "Календар, контакти, разговор, пошта & заједничко уређивање",
"Finish setup" : "Заврши подешавање",
"Finishing …" : "Завршавам…",
"Need help?" : "Треба Вам помоћ?",
@@ -293,14 +274,13 @@ OC.L10N.register(
"More apps" : "Још апликација",
"More" : "Још",
"More apps menu" : "Мени још апликација",
- "Search" : "Претражи",
- "Reset search" : "Ресетуј претрагу",
"Contacts" : "Контакти",
"Contacts menu" : "Мени контаката",
"Settings menu" : "Мени подешавања",
"Confirm your password" : "Потврдите лозинку",
"Connect to your account" : "Повежите се на Ваш налог",
"Please log in before granting %1$s access to your %2$s account." : "Прво се пријавите пре него што одобрите привилегију %1$s приступ Вашем налогу %2$s.",
+ "If you are not trying to set up a new device or app, someone is trying to trick you into granting them access to your data. In this case do not proceed and instead contact your system administrator." : "Ако не покушавате да подесите нови уређај или апликацију, неко покушава да Вас превари да му дате приступ Вашим подацима. У том случају, не настављајте и контактирајте администратора Вашег система.",
"App token" : "Апликативни жетон",
"Grant access" : "Одобри приступ",
"Alternative log in using app token" : "Алтернативна пријава коришћењем апликативног жетона",
@@ -327,8 +307,8 @@ OC.L10N.register(
"Please contact your administrator. If you are an administrator, edit the \"trusted_domains\" setting in config/config.php like the example in config.sample.php." : "Контактирајте Вашег администратора. Ако сте Ви администратор, измените \"trusted_domains\" подешавање у config/config.php као у примеру config.sample.php.",
"Further information how to configure this can be found in the %1$sdocumentation%2$s." : "Више информација о томе како ово подесити можете да нађете у %1$s документацији%2$s.",
"App update required" : "Потребно ажурирање апликације",
- "%1$s will be updated to version %2$s" : "%1$s ће бити ажурирана на верзију %2$s",
- "These apps will be updated:" : "Следеће апликације ће бити ажуриране:",
+ "%1$s will be updated to version %2$s" : "%1$s ће бити ажуриран на верзију %2$s",
+ "The following apps will be updated:" : "Следеће апликације ће бити ажуриране:",
"These incompatible apps will be disabled:" : "Следеће некомпатибилне апликације ће бити онемогућене:",
"The theme %s has been disabled." : "Тема %s је онемогућена.",
"Please make sure that the database, the config folder and the data folder have been backed up before proceeding." : "Проверите да ли сте направили резервну копију фасцикли са подешавањима и подацима пре него што наставите.",
@@ -344,95 +324,49 @@ OC.L10N.register(
"This %s instance is currently in maintenance mode, which may take a while." : "Овај %s је тренутно у режиму одржавања што може потрајати.",
"This page will refresh itself when the instance is available again." : "Ова страница ће се сама освежити када инстанца постане поново доступна.",
"Contact your system administrator if this message persists or appeared unexpectedly." : "Контактирајте администратора ако се порука понавља или се неочекивано појавила.",
- "Could not send reset email because there is no email address for this username. Please contact your administrator." : "Није могуће послати е-пошту за ресетовање лозинке јер није подешена адреса е-поште за овог корисника. Контактирајте администратора.",
- "Couldn't send reset email. Please make sure your username is correct." : "Не могу да пошаљем поруку за ресетовање. Проверите да ли је корисничко име исправно.",
- "We have send a password reset e-mail to the e-mail address known to us for this account. If you do not receive it within a reasonable amount of time, check your spam/junk folders.<br>If it is not there ask your local administrator." : "Послали смо Вам е-пошту за ресетовање лозинке на е-мејл адресу која је повезана са овим налогом. Ако је не примите ускоро, проверите фасцикле за нежељену пошту.<br>Ако није ни тамо, контактирајте вашег администратора.",
- "Your files are encrypted. There will be no way to get your data back after your password is reset.<br />If you are not sure what to do, please contact your administrator before you continue. <br />Do you really want to continue?" : "Ваши фајлови су шифровани. Не постоји ниједан начин да се Ваши подаци поврате ако се лозинка сад ресетује.<br /> Уколико нисте сигурни шта да радите, контактирајте Вашег администратора пре него што наставите.<br /> Да ли стварно желите да наставите?",
- "Sending email …" : "Слање е-поште…",
- "You are currently running PHP 5.6. The current major version of Nextcloud is the last that is supported on PHP 5.6. It is recommended to upgrade the PHP version to 7.0+ to be able to upgrade to Nextcloud 14." : "Тренутно користите PHP верзију 5.6. Тренутна главна верзија Некстклауда је последња која подржава PHP 5.6. Препорука је да пређете на PHP верзију 7.0+ да бисте могли да ажурирате Некстклауд на верзију 14.",
- "Accessing site insecurely via HTTP. You are strongly adviced to set up your server to require HTTPS instead, as described in the <a href=\"{docUrl}\">security tips ↗</a>." : "Приступање сајту преко HTTP-а. Препоручује се да подесите Ваш сервер да захтева HTTPS као што је описано у <a href=\"{docUrl}\">безбедоносним саветима↗</a>",
- "Shared" : "Дељено",
- "Shared with" : "Дељено са",
- "Shared by" : "Поделио",
- "Choose a password for the public link" : "Унесите лозинку за јавну везу",
- "Choose a password for the public link or press the \"Enter\" key" : "Унесите лозинку за јавну везу или притисните \"Ентер\"",
- "Copied!" : "Копирано!",
- "Copy link" : "Копирај везу",
- "Not supported!" : "Није подржано!",
- "Press ⌘-C to copy." : "Притисните ⌘-C за копирање.",
- "Press Ctrl-C to copy." : "Притисните Ctrl-C за копирање.",
- "Unable to create a link share" : "Не могу да направим везу дељења",
- "Unable to toggle this option" : "Не могу да укључим/искључим ову опцију",
- "Resharing is not allowed" : "Поновно дељење није дозвољено",
- "Link" : "Веза",
- "Hide download" : "Сакриј скидање",
- "Password protection enforced" : "Захтевана заштита лозинком",
- "Password protect" : "Заштићено лозинком",
- "Allow editing" : "Дозволи уређивање",
- "Email link to person" : "Пошаљи е-поштом",
- "Send" : "Пошаљи",
- "Allow upload and editing" : "Дозволи отпремање и уређивање",
- "Read only" : "Само за читање",
- "File drop (upload only)" : "Превлачење фајлова (само за отпремање)",
- "Expiration date enforced" : "Захтевано постављање датума истека",
- "Set expiration date" : "Постави датум истека",
- "Expiration" : "Истиче",
- "Expiration date" : "Датум истека",
- "Note to recipient" : "Белешка примаоцу",
- "Unshare" : "Укини дељење",
- "Delete share link" : "Обриши везу дељења",
- "Add another link" : "Додај још једну везу",
- "Password protection for links is mandatory" : "За везе је обавезна заштита лозинком",
- "Share to {name}" : "Подели са {name}",
- "Share link" : "Веза дељења",
- "New share link" : "Нова веза дељења",
- "Created on {time}" : "Направљено {time}",
- "Password protect by Talk" : "Заштити лозинком преко Talk-а",
- "Could not unshare" : "Не могу да укинем дељење",
- "Shared with you and the group {group} by {owner}" : "{owner} дели са вама и са групом {group}.",
- "Shared with you and {circle} by {owner}" : "Дељено са Вама и кругом {circle} од стране корисника {owner}",
- "Shared with you and the conversation {conversation} by {owner}" : "{owner} поделио са Вама и у разговору {conversation}",
- "Shared with you in a conversation by {owner}" : "{owner} поделио са Вама у разговору",
- "Shared with you by {owner}" : "{owner} дели са вама",
- "Choose a password for the mail share" : "Унесите лозинку за дељење е-поштом",
- "group" : "група",
- "remote" : "удаљени",
- "remote group" : "удаљена група",
- "email" : "е-пошта",
- "conversation" : "разговор",
- "shared by {sharer}" : "дели {sharer}",
- "Can reshare" : "Може да дели даље",
- "Can edit" : "Може да уређује",
- "Can create" : "Може да направи",
- "Can change" : "Може да мења",
- "Can delete" : "Може да обрише",
- "Access control" : "Контрола приступа",
- "{shareInitiatorDisplayName} shared via link" : "{shareInitiatorDisplayName} је поделио преко везе",
- "Error while sharing" : "Грешка при дељењу",
- "Share details could not be loaded for this item." : "Не могу да учитам детаље дељења за ову ставку.",
- "Search globally" : "Претражите глобално",
- "_At least {count} character is needed for autocompletion_::_At least {count} characters are needed for autocompletion_" : ["Најмање {count} слово је потребно за аутокомплетирање","Најмање {count} слова је потребно за аутокомплетирање","Бар {count} слова је потребно за аутоматско довршавање"],
- "This list is maybe truncated - please refine your search term to see more results." : "Ова листа је можда скраћена - претражите опет користећи мало специфичније изразе да бисте добили још резултата.",
- "No users or groups found for {search}" : "Није нађен ниједан корисник ни група за претрагу {search}",
- "No users found for {search}" : "Није нађен ниједан корисник за претрагу {search}",
- "An error occurred (\"{message}\"). Please try again" : "Десила се грешка (\"{message}\"). Покушајте поново.",
- "An error occurred. Please try again" : "Дошло је до грешке. Покушајте поново",
- "Home" : "Почетна",
- "Work" : "Посао",
- "Other" : "Остало",
- "{sharee} (remote group)" : "{sharee} (удаљена група)",
- "{sharee} ({type}, {owner})" : "{sharee} ({type}, {owner})",
- "Share" : "Дели",
- "Name or email address..." : "Име или адреса е-поште...",
- "Name or federated cloud ID..." : "Име или ID здруженог облака...",
- "Name, federated cloud ID or email address..." : "Име, ID здруженог облака или адреса е-поште...",
- "Name..." : "Име...",
- "Error removing share" : "Грешка при уклањању дељења",
- "({scope})" : "({scope})",
- "Saving..." : "Чувам...",
- "Dismiss" : "Откажи",
- "Your client should now be connected! You can close this window." : "Ваш клијент сада треба да је повезан! Можете затворити овај прозор.",
- "New Password" : "Нова лозинка",
- "Cancel log in" : "Поништите пријаву"
+ "Checking whether the database schema can be updated (this can take a long time depending on the database size)" : "Провера да ли шема базе података може да се ажурира (ово може потрајати, у зависности колика је база)",
+ "Checked database schema update" : "Проверено ажурирање шеме базе података",
+ "Checking updates of apps" : "Проверавам ажурирања апликација",
+ "Checking for update of app \"%s\" in appstore" : "Проверавам ажурирања апликације „%s“ у продавници",
+ "Update app \"%s\" from appstore" : "Ажурирај апликацију „%s“ из продавнице",
+ "Checked for update of app \"%s\" in appstore" : "Проверено ажурирање апликације „%s“ у продавници",
+ "Checked database schema update for apps" : "Проверено ажурирање шеме базе података за апликације",
+ "Following apps have been disabled: %s" : "Следеће апликације су искључене: %s",
+ "Your web server is not properly set up to resolve \"{url}\". Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Ваш сервер није правилно подешен да разлучи „{url}“. Можете наћи више информација у <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">документацији</a>.",
+ "Your web server is not properly set up to resolve \"{url}\". This is most likely related to a web server configuration that was not updated to deliver this folder directly. Please compare your configuration against the shipped rewrite rules in \".htaccess\" for Apache or the provided one in the documentation for Nginx at it's <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation page</a>. On Nginx those are typically the lines starting with \"location ~\" that need an update." : "Ваш сервер није подешен да може да разлучи адресу „{url}“. Ово је најчешће везано за неажурирану конфигурацију веб сервера која не може да испоручи ову фасциклу директно. Упоредите Вашу конфигурацију са испорученим rewrite правилима у „.htaccess“-у за Apache или онима датим за Nginx у његовој <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">документацији</a>. На Nginx-у су обично линије које почињу са „location ~“ оне којима треба ажурирање.",
+ "Your web server is not properly set up to deliver .woff2 files. This is typically an issue with the Nginx configuration. For Nextcloud 15 it needs an adjustement to also deliver .woff2 files. Compare your Nginx configuration to the recommended configuration in our <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Ваш веб сервер није правилно подешен да испоручује .woff2 фајлове. Ово је обично проблем са Nginx конфигурацијом. У Некстклауду 15, потребна су додатна прилагођавања да се и .woff2 фајлови испоручују. Упоредите Вашу Nginx конфигурацију са препорученом конфигурацијом из наше <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">документације</a>.",
+ "Please check the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">installation documentation ↗</a> for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "Погледајте <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">инсталациону документацију ↗</a> за белешке око PHP конфигурације и PHP конфигурацију Вашег сервера, поготову ако користите php-fpm.",
+ "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems. See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation ↗</a> for more information." : "Трансактивно закључавање фајлова је искључено, што може довести до проблема са утркивањем процеса. Укључите 'filelocking.enabled' у config.php да бисте избегли проблеме овог типа. Погледајте <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">документацију ↗</a> за више информација.",
+ "Last background job execution ran {relativeTime}. Something seems wrong." : "Последњи извршени посао у позадини: {relativeTime}. Нешто изгледа није у реду.",
+ "Check the background job settings" : "Проверите поставке послова у позадини",
+ "No memory cache has been configured. To enhance performance, please configure a memcache, if available. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Нисте подесили меморијски кеш. Да побољшате перформансе, подесите меморијски кеш, ако је доступан. Више информација има у <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">документацији</a>.",
+ "No suitable source for randomness found by PHP which is highly discouraged for security reasons. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "PHP не може да чита погодан извор случајних бројева што се не препоручује из сигурносних разлога. Можете наћи више информација у <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">документацији</a>.",
+ "You are currently running PHP {version}. Upgrade your PHP version to take advantage of <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">performance and security updates provided by the PHP Group</a> as soon as your distribution supports it." : "Тренутно користите {version} верзију PHP-а. Надоградите PHP верзију да искористите сва <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">безбедоносна ажурирања и побољшања брзине које обезбеђује PHP група</a>, чим Ваша дистрибуција почне да је подржава.",
+ "The reverse proxy header configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If not, this is a security issue and can allow an attacker to spoof their IP address as visible to the Nextcloud. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Или подешавање обрнутих прокси заглавља није исправно, или приступате Некстклауду преко проксија од поверења. Ако то не радите, ово је безбедоносни проблем и може омогућити нападачу да лажира да је његова IP адреса видљива Некстклауду. Више информација о овоме има у <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">документацији</a>.",
+ "Memcached is configured as distributed cache, but the wrong PHP module \"memcache\" is installed. \\OC\\Memcache\\Memcached only supports \"memcached\" and not \"memcache\". See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">memcached wiki about both modules</a>." : "Memcached је подешен као дистрибуирани кеш, али је инсталиран погрешни PHP модуле „memcache“. \\OC\\Memcache\\Memcached подржава само \"memcached\" модул, а не и \"memcache\". Погледајте <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">memcached вики о оба модула</a>.",
+ "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">List of invalid files…</a> / <a href=\"{rescanEndpoint}\">Rescan…</a>)" : "Неки фајлови нису прошли проверу интегритета. Даљње информације о томе како да решите овај проблем се могу наћи у <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">документацији</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">Списак неисправних фајлова</a>/<a href=\"{rescanEndpoint}\">Скенирај поново…</a>)",
+ "The PHP OPcache module is not loaded. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance it is recommended</a> to load it into your PHP installation." : "The PHP OPcache модул није учитан. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">За боље перформансе препоручује се</a> да га учитате у Вашу PHP инсталацију.",
+ "The PHP OPcache is not properly configured. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance it is recommended</a> to use the following settings in the <code>php.ini</code>:" : "PHP OPcache није подешен исправно. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">За боље перформансе предлаже се</a> да користите следећа подешавања у <code>php.ini</code> фајлу:",
+ "Some columns in the database are missing a conversion to big int. Due to the fact that changing column types on big tables could take some time they were not changed automatically. By running 'occ db:convert-filecache-bigint' those pending changes could be applied manually. This operation needs to be made while the instance is offline. For further details read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "Неке колоне у бази нису пребачене у big int тип. Пошто промена типа колоне може доста да потраје на великим табелама, оне нису аутоматски промењене. Покретањем команде 'occ db:convert-filecache-bigint' ће се ове преостале измене применити. Ова операција се мора урадити док инстанца не ради. За више детаља, прочитајте <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">документацију о овоме</a>.",
+ "To migrate to another database use the command line tool: 'occ db:convert-type', or see the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation ↗</a>." : "За пресељење на другу базу података, користите алат командне линије: 'occ db:convert-type', или погледајте <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">документацију ↗</a>.",
+ "Use of the the built in php mailer is no longer supported. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Please update your email server settings ↗<a/>." : "Коришћење уграђеног php mailer-а више није подржано. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Молимо ажурирајте и-мејл сервер поставке ↗<a/>.",
+ "MySQL is used as database but does not support 4-byte characters. To be able to handle 4-byte characters (like emojis) without issues in filenames or comments for example it is recommended to enable the 4-byte support in MySQL. For further details read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "MySQL се користи као база података, али она не подржава карактере од 4 бајта. Да бисте могли да користите ове 4-бајтне карактере (као што су емоџији) без проблема у нпр. именима фајлова или коментарима, препоручује се да омогућите подршку за 4 бајта у MySQL-у. За више детаља, прочитајте <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">страну на документацији о овоме</a>.",
+ "You are accessing your instance over a secure connection, however your instance is generating insecure URLs. This most likely means that you are behind a reverse proxy and the overwrite config variables are not set correctly. Please read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "Приступате инстанци преко безбедне конекције, али Ваша инстанца и даље генерише небезбедну адресу. Ово често значи да сте иза обрнутог проксија, а променљиве за overwrite нису постављене у config фајлу. Прочитајте <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">документацију о овоме</a>.",
+ "The \"{header}\" HTTP header is not set to \"{val1}\", \"{val2}\", \"{val3}\", \"{val4}\" or \"{val5}\". This can leak referer information. See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{link}\">W3C Recommendation ↗</a>." : "HTTP заглавље \"{header}\" није постављено на \"{val1}\", \"{val2}\", \"{val3}\", \"{val4}\" или \"{val5}\". Овиме могу процурети информације о рефералу. Погледајте <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{link}\">W3C препоруке↗</a>",
+ "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the <a href=\"{docUrl}\" rel=\"noreferrer noopener\">security tips ↗</a>." : "\"Strict-Transport-Security\" HTTP заглавље није подешено да буде бар \"{seconds}\" секунди. За додатну сигурност, предлаже се да омогућите HSTS као што је описано у <a href=\"{docUrl}\" rel=\"noreferrer noopener\">сигурносним саветима↗</a>.",
+ "Accessing site insecurely via HTTP. You are strongly advised to set up your server to require HTTPS instead, as described in the <a href=\"{docUrl}\">security tips ↗</a>." : "Приступање сајту преко HTTP-а. Снажна препорука је да подесите Ваш сервер да захтева HTTPS као што је описано у <a href=\"{docUrl}\">безбедоносним саветима↗</a>",
+ "Continue to Nextcloud" : "Наставите на Некстклауд",
+ "_The update was successful. Redirecting you to Nextcloud in %n second._::_The update was successful. Redirecting you to Nextcloud in %n seconds._" : ["Надоградња је била успешна. Враћање на Некстклауд за %n секунду.","Надоградња је била успешна. Враћање на Некстклауд за %n секунде.","Ажурирање је било успешно. Враћање на Некстклауд за %n секунди."],
+ "Searching other places" : "Претражујем остала места",
+ "No search results in other folders for {tag}{filter}{endtag}" : "Нема резултата претраге у осталим фасциклама за {tag}{filter}{endtag}",
+ "_{count} search result in another folder_::_{count} search results in other folders_" : ["{count} резултат претраге у осталим фасциклама","{count} резултата претраге у осталим фасциклама","{count} резултата претраге у осталим фасциклама"],
+ "A password reset message has been sent to the e-mail address of this account. If you do not receive it, check your spam/junk folders or ask your local administrator for help." : "Порука за ресетовање лозинке је послата на е-мејл адресу овог налога. Ако је не примите, проверите фасцикле за нежељену пошту или питајте за помоћ локалног администратора.",
+ "Password can not be changed. Please contact your administrator." : "Лозинка се не може променити. Контактирајте администратора.",
+ "Could not fetch list of apps from the app store." : "Не могу да добавим листу апликација из продавнице.",
+ "Nextcloud {app}" : "Некстклауд апликација {app}",
+ "Can't install this app because it is not compatible" : "Не могу да инсталирам ову апликација зато што није компатибилна",
+ "Can't install this app" : "Не могу да инсталирам ову апликацију",
+ "These apps will be updated:" : "Следеће апликације ће бити ажуриране:",
+ "For more details see the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "За више детаља, погледајте <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">документацију</a>."
},
"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);");
diff --git a/core/l10n/sr.json b/core/l10n/sr.json
index 2c467fbd7e8..146faa43ea9 100644
--- a/core/l10n/sr.json
+++ b/core/l10n/sr.json
@@ -3,6 +3,7 @@
"File is too big" : "Фајл је превелик",
"The selected file is not an image." : "Изабрани фајл није слика.",
"The selected file cannot be read." : "Није могуће читати изабрани фајл.",
+ "The file was uploaded" : "Фајл је отпремљен",
"Invalid file provided" : "Понуђени фајл није исправан",
"No image or file provided" : "Нису понуђени ни слика ни фајл",
"Unknown filetype" : "Непознат тип фајла",
@@ -13,6 +14,7 @@
"No valid crop data provided" : "Нема исправних података о опсецању",
"Crop is not square" : "Опсецање није квадратног облика",
"State token does not match" : "Стање жетона се не слаже",
+ "Invalid app password" : "Неисправна апликативна лозинка",
"Could not complete login" : "Не могу да довршим пријављивање",
"Your login token is invalid or has expired" : "Ваш жетон за пријављивање је неисправан или је истекао",
"Password reset is disabled" : "Ресетовање лозинке није омогућено",
@@ -39,75 +41,41 @@
"Maintenance mode is kept active" : "Режим одржавања се држи активним",
"Updating database schema" : "Освежава се шема базе података",
"Updated database" : "База података ажурирана",
- "Checking whether the database schema can be updated (this can take a long time depending on the database size)" : "Провера да ли шема базе података може да се ажурира (ово може потрајати, у зависности колика је база)",
- "Checked database schema update" : "Проверено ажурирање шеме базе података",
- "Checking updates of apps" : "Проверавам ажурирања апликација",
- "Checking for update of app \"%s\" in appstore" : "Проверавам ажурирања апликације „%s“ у продавници",
- "Update app \"%s\" from appstore" : "Ажурирај апликацију „%s“ из продавнице",
- "Checked for update of app \"%s\" in appstore" : "Проверено ажурирање апликације „%s“ у продавници",
- "Checking whether the database schema for %s can be updated (this can take a long time depending on the database size)" : "Провера да ли шема база за %s може бити ажурирана (ово може да потраје, у зависности колика је база)",
- "Checked database schema update for apps" : "Проверено ажурирање шеме базе података за апликације",
+ "Checking whether the database schema for %s can be updated (this can take a long time depending on the database size)" : "Провера да ли шема базе података за %s може бити ажурирана (ово може да потраје, у зависности од величине базе)",
"Updated \"%1$s\" to %2$s" : "„%1$s“ ажурирано на %2$s",
"Set log level to debug" : "Постави ниво уписа у дневник на дебаговање",
"Reset log level" : "Ресетуј ниво уписа у дневник",
"Starting code integrity check" : "Почињем проверу интегритета кода",
"Finished code integrity check" : "Завршена провера интегритета кода",
"%s (incompatible)" : "%s (некомпатибилан)",
- "Following apps have been disabled: %s" : "Следеће апликације су искључене: %s",
+ "The following apps have been disabled: %s" : "Следеће апликације су искључене: %s",
"Already up to date" : "Већ је ажурна",
"Your web server is not yet properly set up to allow file synchronization, because the WebDAV interface seems to be broken." : "Сервер није правилно подешен за синхронизацију фајлова. Изгледа да је ВебДАВ сучеље покварено.",
- "Your web server is not properly set up to resolve \"{url}\". Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Ваш сервер није правилно подешен да разлучи „{url}“. Можете наћи више информација у <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">документацији</a>.",
- "Your web server is not properly set up to resolve \"{url}\". This is most likely related to a web server configuration that was not updated to deliver this folder directly. Please compare your configuration against the shipped rewrite rules in \".htaccess\" for Apache or the provided one in the documentation for Nginx at it's <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation page</a>. On Nginx those are typically the lines starting with \"location ~\" that need an update." : "Ваш сервер није подешен да може да разлучи адресу „{url}“. Ово је најчешће везано за неажурирану конфигурацију веб сервера која не може да испоручи ову фасциклу директно. Упоредите Вашу конфигурацију са испорученим rewrite правилима у „.htaccess“-у за Apache или онима датим за Nginx у његовој <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">документацији</a>. На Nginx-у су обично линије које почињу са „location ~“ оне којима треба ажурирање.",
- "Your web server is not properly set up to deliver .woff2 files. This is typically an issue with the Nginx configuration. For Nextcloud 15 it needs an adjustement to also deliver .woff2 files. Compare your Nginx configuration to the recommended configuration in our <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Ваш веб сервер није правилно подешен да испоручује .woff2 фајлове. Ово је обично проблем са Nginx конфигурацијом. У Некстклауду 15, потребна су додатна прилагођавања да се и .woff2 фајлови испоручују. Упоредите Вашу Nginx конфигурацију са препорученом конфигурацијом из наше <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">документације</a>.",
"PHP does not seem to be setup properly to query system environment variables. The test with getenv(\"PATH\") only returns an empty response." : "PHP изгледа није исправно подешен да дохвата променљиве окружења. Тест са getenv(\"PATH\") враћа празну листу као одговор.",
- "Please check the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">installation documentation ↗</a> for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "Погледајте <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">инсталациону документацију ↗</a> за белешке око PHP конфигурације и PHP конфигурацију Вашег сервера, поготову ако користите php-fpm.",
"The read-only config has been enabled. This prevents setting some configurations via the web-interface. Furthermore, the file needs to be made writable manually for every update." : "Омогућена је конфигурација само за читање. То спречава постављање неке конфигурације преко веб-интерфејса. Осим тога, фајлу мора бити ручно омогућено уписивање код сваког освежавања.",
"Your database does not run with \"READ COMMITTED\" transaction isolation level. This can cause problems when multiple actions are executed in parallel." : "База података није покренута са „READ COMMITTED“ нивоом изолације трансакција. Ово може изазвати проблеме ако се више различитих акција изврши у паралели.",
"The PHP module \"fileinfo\" is missing. It is strongly recommended to enable this module to get the best results with MIME type detection." : "Недостаје PHP модул „fileinfo“. Препоручујемо да га укључите да бисте добили најбоље резултате с откривањем MIME типова фајлова.",
- "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems. See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation ↗</a> for more information." : "Трансактивно закључавање фајлова је искључено, што може довести до проблема са утркивањем процеса. Укључите 'filelocking.enabled' у config.php да бисте избегли проблеме овог типа. Погледајте <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">документацију ↗</a> за више информација.",
"If your installation is not installed at the root of the domain and uses system cron, there can be issues with the URL generation. To avoid these problems, please set the \"overwrite.cli.url\" option in your config.php file to the webroot path of your installation (suggestion: \"{suggestedOverwriteCliURL}\")" : "Ако инсталација није инсталирана у основи домена и користи системски крон, може бити проблема са генерисањем веб адреса. Да бисте избегли ове проблеме, молимо вас да подесите „overwrite.cli.url“ опцију у вашем config.php фајлу у путању веб-основе ваше инсталације (предложено: \"{suggestedOverwriteCliURL}\")",
"It was not possible to execute the cron job via CLI. The following technical errors have appeared:" : "Није било могуће да се изврши крон задатак путем интерфејса командне линије. Појавиле су се следеће техничке грешке:",
- "Last background job execution ran {relativeTime}. Something seems wrong." : "Последњи извршени посао у позадини: {relativeTime}. Нешто изгледа није у реду.",
- "Check the background job settings" : "Проверите поставке послова у позадини",
"This server has no working Internet connection: Multiple endpoints could not be reached. This means that some of the features like mounting external storage, notifications about updates or installation of third-party apps will not work. Accessing files remotely and sending of notification emails might not work, either. Establish a connection from this server to the Internet to enjoy all features." : "Овај сервер нема интернет конекцију: немогуће је доћи до више интернет крајњих тачака. Ово значи да неке могућности као што су качење спољних складишта, обавештења о ажурирањима или инсталација апликација треће стране неће радити. Приступање фајловима споља и слање обавештења е-поштом исто тако може да не ради. Омогућите интернет конекцију на овом серверу ако желите да уживате у свим могућностима.",
- "No memory cache has been configured. To enhance performance, please configure a memcache, if available. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Нисте подесили меморијски кеш. Да побољшате перформансе, подесите меморијски кеш, ако је доступан. Више информација има у <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">документацији</a>.",
- "No suitable source for randomness found by PHP which is highly discouraged for security reasons. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "PHP не може да чита погодан извор случајних бројева што се не препоручује из сигурносних разлога. Можете наћи више информација у <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">документацији</a>.",
- "You are currently running PHP {version}. Upgrade your PHP version to take advantage of <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">performance and security updates provided by the PHP Group</a> as soon as your distribution supports it." : "Тренутно користите {version} верзију PHP-а. Надоградите PHP верзију да искористите сва <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">безбедоносна ажурирања и побољшања брзине које обезбеђује PHP група</a>, чим Ваша дистрибуција почне да је подржава.",
- "Nextcloud 19 is the last release supporting PHP 7.2. Nextcloud 20 requires at least PHP 7.3." : "Некстклауд 19 је последње издање са подршком за ПХП 7.2. Некстклауд 20 захтева бар ПХП 7.3",
- "The reverse proxy header configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If not, this is a security issue and can allow an attacker to spoof their IP address as visible to the Nextcloud. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Или подешавање обрнутих прокси заглавља није исправно, или приступате Некстклауду преко проксија од поверења. Ако то не радите, ово је безбедоносни проблем и може омогућити нападачу да лажира да је његова IP адреса видљива Некстклауду. Више информација о овоме има у <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">документацији</a>.",
- "Memcached is configured as distributed cache, but the wrong PHP module \"memcache\" is installed. \\OC\\Memcache\\Memcached only supports \"memcached\" and not \"memcache\". See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">memcached wiki about both modules</a>." : "Memcached је подешен као дистрибуирани кеш, али је инсталиран погрешни PHP модуле „memcache“. \\OC\\Memcache\\Memcached подржава само \"memcached\" модул, а не и \"memcache\". Погледајте <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">memcached вики о оба модула</a>.",
- "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">List of invalid files…</a> / <a href=\"{rescanEndpoint}\">Rescan…</a>)" : "Неки фајлови нису прошли проверу интегритета. Даљње информације о томе како да решите овај проблем се могу наћи у <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">документацији</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">Списак неисправних фајлова</a>/<a href=\"{rescanEndpoint}\">Скенирај поново…</a>)",
- "The PHP OPcache module is not loaded. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance it is recommended</a> to load it into your PHP installation." : "The PHP OPcache модул није учитан. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">За боље перформансе препоручује се</a> да га учитате у Вашу PHP инсталацију.",
- "The PHP OPcache is not properly configured. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance it is recommended</a> to use the following settings in the <code>php.ini</code>:" : "PHP OPcache није подешен исправно. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">За боље перформансе предлаже се</a> да користите следећа подешавања у <code>php.ini</code> фајлу:",
+ "Nextcloud 20 is the last release supporting PHP 7.2. Nextcloud 21 requires at least PHP 7.3." : "Некстклауд 20 је последње издање са подршком за PHP 7.2. Некстклауд 21 захтева бар PHP 7.3",
"The PHP function \"set_time_limit\" is not available. This could result in scripts being halted mid-execution, breaking your installation. Enabling this function is strongly recommended." : "PHP функција „set_time_limit“ није доступна. Ово може да узрокује да се скрипте закоче у сред извршавања, и тако покваре инсталацију. Препоручује се да омогућите ову функцију.",
"Your PHP does not have FreeType support, resulting in breakage of profile pictures and the settings interface." : "Ваша PHP инсталација нема подршку за FreeType. Ово ће довести до неисправних профилних слика и неисправног интерфејса за подешавања.",
"Missing index \"{indexName}\" in table \"{tableName}\"." : "Индекс „{indexName}“ недостаје у табели „{tableName}“.",
"The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "У бази недостају поједини индекси. Због тога што додавање индекса на великим табелама може доста да потраје, индекси се не додају аутоматски. Покретањем „occ db:add-missing-indices“, индекси који недостају ће бити додати ручно док је инстанца покренута. Једном када су индекси додати, упити над тим табелама ће обично бити много бржи.",
+ "Missing optional column \"{columnName}\" in table \"{tableName}\"." : "Недостаје опциона колона „{columnName}“ у табели „{tableName}“.",
+ "The database is missing some optional columns. Due to the fact that adding columns on big tables could take some time they were not added automatically when they can be optional. By running \"occ db:add-missing-columns\" those missing columns could be added manually while the instance keeps running. Once the columns are added some features might improve responsiveness or usability." : "У бази недостају неке опционе колоне. Пошто додавање колона на великим табелама може да потраје, нису додате аутоматски, а пошто су и опционе. Покретањем „occ db:add-missing-columns“ , додаћете ове колоне за време рада инстанце. Када се ове колоне додају, неке функционалности можда буду брже или употребљивије.",
"This instance is missing some recommended PHP modules. For improved performance and better compatibility it is highly recommended to install them." : "Овој инстанци недостају неки препоручени PHP модули. Препоручује се да их инсталирате због побољшања перформанси и за бољу компатибилност.",
- "Some columns in the database are missing a conversion to big int. Due to the fact that changing column types on big tables could take some time they were not changed automatically. By running 'occ db:convert-filecache-bigint' those pending changes could be applied manually. This operation needs to be made while the instance is offline. For further details read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "Неке колоне у бази нису пребачене у big int тип. Пошто промена типа колоне може доста да потраје на великим табелама, оне нису аутоматски промењене. Покретањем команде 'occ db:convert-filecache-bigint' ће се ове преостале измене применити. Ова операција се мора урадити док инстанца не ради. За више детаља, прочитајте <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">документацију о овоме</a>.",
"SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend." : "Тренутно се као база података користи SQLite. За веће инсталације, препоручујемо да промените базу података.",
"This is particularly recommended when using the desktop client for file synchronisation." : "Ово се нарочито порепоручује ако се користи клијент програм у графичком окружењу за синхронизацију.",
- "To migrate to another database use the command line tool: 'occ db:convert-type', or see the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation ↗</a>." : "За пресељење на другу базу података, користите алат командне линије: 'occ db:convert-type', или погледајте <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">документацију ↗</a>.",
- "Use of the the built in php mailer is no longer supported. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Please update your email server settings ↗<a/>." : "Коришћење уграђеног php mailer-а више није подржано. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Молимо ажурирајте и-мејл сервер поставке ↗<a/>.",
"The PHP memory limit is below the recommended value of 512MB." : "Меморијско ограничење за ПХП је испод препоручене вредности од 512MB.",
"Some app directories are owned by a different user than the web server one. This may be the case if apps have been installed manually. Check the permissions of the following app directories:" : "Власник неких апликативних директоријума је корисник који није исти као и корисник по којим ради веб сервер. Ово је могуће ако су се апликације инсталирале ручно. Проверите привилегије над следећим апликативним директоријумима:",
- "MySQL is used as database but does not support 4-byte characters. To be able to handle 4-byte characters (like emojis) without issues in filenames or comments for example it is recommended to enable the 4-byte support in MySQL. For further details read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "MySQL се користи као база података, али она не подржава карактере од 4 бајта. Да бисте могли да користите ове 4-бајтне карактере (као што су емоџији) без проблема у нпр. именима фајлова или коментарима, препоручује се да омогућите подршку за 4 бајта у MySQL-у. За више детаља, прочитајте <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">страну на документацији о овоме</a>.",
"This instance uses an S3 based object store as primary storage. The uploaded files are stored temporarily on the server and thus it is recommended to have 50 GB of free space available in the temp directory of PHP. Check the logs for full details about the path and the available space. To improve this please change the temporary directory in the php.ini or make more space available in that path." : "Ова инстанца користи S3 базирано чување података за основно складиште. Отпремљени фајлови се привремено чувају на серверу и препоручује се да имате доступно бар 50 GB слободног простора у PHP привременом директоријуму. Погледајте дневник за више детаља око путања и слободном простору. Да бисте ово променили или побољшали, измените привремени директоријум у php.ini фајлу или направите више слободног места на тренутној путањи.",
"Error occurred while checking server setup" : "Дошло је до грешке при провери поставки сервера",
"Your data directory and files are probably accessible from the Internet. The .htaccess file is not working. It is strongly recommended that you configure your web server so that the data directory is no longer accessible, or move the data directory outside the web server document root." : "Ваша фасцикла са подацима и фајлови су вероватно доступни са интернета. .htaccess фајл не ради. Препоручујемо да подесите Ваш веб сервер тако да је фасцикла са подацима ван фасцикле кореног документа веб сервера.",
"The \"{header}\" HTTP header is not set to \"{expected}\". This is a potential security or privacy risk, as it is recommended to adjust this setting accordingly." : "HTTP заглавље „{header}“ није подешено као „{expected}“. Ово потенцијално угрожава безбедност и приватност и препоручује се да подесите ову поставку.",
"The \"{header}\" HTTP header is not set to \"{expected}\". Some features might not work correctly, as it is recommended to adjust this setting accordingly." : "HTTP заглавље „{header}“ није подешено као „{expected}“. Неке функције можда неће радити исправно, па препоручује се да подесите ову поставку.",
"The \"{header}\" HTTP header doesn't contain \"{expected}\". This is a potential security or privacy risk, as it is recommended to adjust this setting accordingly." : "HTTP заглавље „{header}“ не садржи „{expected}“. Ово потенцијално угрожава безбедност и приватност и препоручује се да подесите ову поставку.",
- "The \"{header}\" HTTP header is not set to \"{val1}\", \"{val2}\", \"{val3}\", \"{val4}\" or \"{val5}\". This can leak referer information. See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{link}\">W3C Recommendation ↗</a>." : "HTTP заглавље \"{header}\" није постављено на \"{val1}\", \"{val2}\", \"{val3}\", \"{val4}\" или \"{val5}\". Овиме могу процурети информације о рефералу. Погледајте <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{link}\">W3C препоруке↗</a>",
- "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the <a href=\"{docUrl}\" rel=\"noreferrer noopener\">security tips ↗</a>." : "\"Strict-Transport-Security\" HTTP заглавље није подешено да буде бар \"{seconds}\" секунди. За додатну сигурност, предлаже се да омогућите HSTS као што је описано у <a href=\"{docUrl}\" rel=\"noreferrer noopener\">сигурносним саветима↗</a>.",
- "Accessing site insecurely via HTTP. You are strongly advised to set up your server to require HTTPS instead, as described in the <a href=\"{docUrl}\">security tips ↗</a>." : "Приступање сајту преко HTTP-а. Снажна препорука је да подесите Ваш сервер да захтева HTTPS као што је описано у <a href=\"{docUrl}\">безбедоносним саветима↗</a>",
- "Non-existing tag #{tag}" : "Непостојећа ознака #{tag}",
- "restricted" : "ограничено",
- "invisible" : "невидљиво",
- "Delete" : "Обриши",
- "Rename" : "Преименуј",
- "Collaborative tags" : "Oзнаке сарадње",
- "No tags found" : "Ознаке нису нађене",
"unknown text" : "непознат текст",
"Hello world!" : "Здраво свете!",
"sunny" : "сунчано",
@@ -122,27 +90,23 @@
"Please reload the page." : "Поново учитајте страницу.",
"The update was unsuccessful. For more information <a href=\"{url}\">check our forum post</a> covering this issue." : "Ажурирање није успело. За више информација <a href=\"{url}\">проверите нашу објаву на форуму</a> која обрађује ову тему.",
"The update was unsuccessful. Please report this issue to the <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">Nextcloud community</a>." : "Ажурирање није успело. Молимо пријавите овај проблем <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">Некстклауд заједници</a>.",
- "Continue to Nextcloud" : "Наставите на Некстклауд",
- "_The update was successful. Redirecting you to Nextcloud in %n second._::_The update was successful. Redirecting you to Nextcloud in %n seconds._" : ["Надоградња је била успешна. Враћање на Некстклауд за %n секунду.","Надоградња је била успешна. Враћање на Некстклауд за %n секунде.","Ажурирање је било успешно. Враћање на Некстклауд за %n секунди."],
- "Searching other places" : "Претражујем остала места",
- "No search results in other folders for {tag}{filter}{endtag}" : "Нема резултата претраге у осталим фасциклама за {tag}{filter}{endtag}",
- "_{count} search result in another folder_::_{count} search results in other folders_" : ["{count} резултат претраге у осталим фасциклама","{count} резултата претраге у осталим фасциклама","{count} резултата претраге у осталим фасциклама"],
+ "Log in" : "Пријава",
+ "Logging in …" : "Пријављивање …",
"Server side authentication failed!" : "Потврда идентитета на серверу није успела!",
"Please contact your administrator." : "Контактирајте вашег администратора.",
"An internal error occurred." : "Догодила се унутрашња грешка. ",
"Please try again or contact your administrator." : "Покушајте поново или контактирајте вашег администратора.",
"Username or email" : "Корисничко име или адреса е-поште",
"Password" : "Лозинка",
- "Log in" : "Пријава",
- "Logging in …" : "Пријављивање …",
"Wrong username or password." : "Погрешно корисничко име или лозинка",
"User disabled" : "Корисник искључен",
"We have detected multiple invalid login attempts from your IP. Therefore your next login is throttled up to 30 seconds." : "Приметили смо више неисправних покушаја пријава са Ваше IP адресе. Следећа пријава ће бити могућа тек за 30 секунди.",
+ "Your account is not setup for passwordless login." : "Ваш налог није подешен за пријаву без лозинке.",
+ "Passwordless authentication is not supported in your browser." : "Ваш веб читач не подржава пријављивање без лозинке.",
+ "Passwordless authentication is only available over a secure connection." : "Пријављивање без лозинке је доступно само на безбедним конекцијама.",
"Reset password" : "Ресетуј лозинку",
- "A password reset message has been sent to the e-mail address of this account. If you do not receive it, check your spam/junk folders or ask your local administrator for help." : "Порука за ресетовање лозинке је послата на е-мејл адресу овог налога. Ако је не примите, проверите фасцикле за нежељену пошту или питајте за помоћ локалног администратора.",
"If it is not there ask your local administrator." : "Ако није ни тамо, контактирајте вашег администратора.",
"Couldn't send reset email. Please contact your administrator." : "Не могу да пошаљем поруку за ресетовање. Контактирајте администратора.",
- "Password can not be changed. Please contact your administrator." : "Лозинка се не може променити. Контактирајте администратора.",
"Back to login" : "Назад на пријаву",
"New password" : "Нова лозинка",
"Your files are encrypted. There will be no way to get your data back after your password is reset. If you are not sure what to do, please contact your administrator before you continue. Do you really want to continue?" : "Ваши фајлови су шифровани. Не постоји ниједан начин да се Ваши подаци поврате ако се лозинка сад ресетује. Уколико нисте сигурни шта да радите, контактирајте Вашег администратора пре него што наставите. Да ли стварно желите да наставите?",
@@ -150,20 +114,28 @@
"Resetting password" : "Ресетујем лозинку",
"Recommended apps" : "Препоручене апликације",
"Loading apps …" : "Учитавам апликације…",
- "Could not fetch list of apps from the app store." : "Не могу да добавим листу апликација из продавнице.",
"Installing apps …" : "Инсталирам апликације…",
- "Nextcloud {app}" : "Некстклауд апликација {app}",
"App download or installation failed" : "Скидање или инсталирање апликације није успело",
- "Can't install this app because it is not compatible" : "Не могу да инсталирам ову апликација зато што није компатибилна",
- "Can't install this app" : "Не могу да инсталирам ову апликацију",
"Cancel" : "Одустани",
"Schedule work & meetings, synced with all your devices." : "Закажите посао & састанке, синхронизовано на све ваше уређаје.",
"Keep your colleagues and friends in one place without leaking their private info." : "Држите колеге и пријатеље на једном месту без цурења приватних података.",
"Simple email app nicely integrated with Files, Contacts and Calendar." : "Једноставна е-мејл апликација која се лепо интегрише са Фајловима, Контактима и Календаром.",
"Chatting, video calls, screensharing, online meetings and web conferencing – in your browser and with mobile apps." : "Ћаскање, видео позиви, дељење екрана, састанци на интернету & веб конференције – на десктоп рачунару и преко мобилних апликација.",
"Collaboratively edit office documents." : "Уређујте документа заједно.",
- "Local document editing back-end used by the OnlyOffice app." : "Позадински мотор за локално уређивање докумената који користи OnlyOffice апликацију",
+ "Local document editing back-end used by the Collabora Online app." : "Позадински мотор за локално уређивање докумената који користи Collabora апликацију.",
"Forgot password?" : "Заборавили сте лозинку?",
+ "Log in with a device" : "Пријава са уређајем",
+ "Back" : "Назад",
+ "Reset search" : "Ресетуј претрагу",
+ "Search for {name} only" : "Тражи само за {name}",
+ "No results for {query}" : "Нема резултата за упит {query}",
+ "Start typing to search" : "Почните да куцате да бисте претраживали",
+ "Loading more results …" : "Учитавам још резултата…",
+ "Load more results" : "Учитај још резултата",
+ "Search" : "Претражи",
+ "An error occurred while searching for {type}" : "Десила се грешка приликом тражења за {type}",
+ "_Please enter {minSearchLength} character or more to search_::_Please enter {minSearchLength} characters or more to search_" : ["Унесите {minSearchLength} или више карактера да бисте претраживали","Унесите {minSearchLength} или више карактера да бисте претраживали","Унесите {minSearchLength} или више карактера да бисте претраживали"],
+ "Search {types} …" : "Претражи {types}…",
"Settings" : "Поставке",
"Could not load your contacts" : "Не могу да учитам Ваше контакте",
"Search contacts …" : "Претражи контакте ...",
@@ -231,6 +203,13 @@
"Strong password" : "Јака лозинка",
"No action available" : "Нема доступне радње",
"Error fetching contact actions" : "Грешка приликом дохватања акција над контактима",
+ "Non-existing tag #{tag}" : "Непостојећа ознака #{tag}",
+ "restricted" : "ограничено",
+ "invisible" : "невидљиво",
+ "Delete" : "Обриши",
+ "Rename" : "Преименуј",
+ "Collaborative tags" : "Oзнаке сарадње",
+ "No tags found" : "Ознаке нису нађене",
"Personal" : "Лично",
"Users" : "Корисници",
"Apps" : "Апликације",
@@ -240,6 +219,8 @@
"File not found" : "Фајл није нађен",
"The document could not be found on the server. Maybe the share was deleted or has expired?" : "Овај документ није нађен на серверу. Можда је дељење избрисано или му је истекао рок трајања?",
"Back to %s" : "Назад на %s",
+ "Too many requests" : "Превише захтева",
+ "There were too many requests from your network. Retry later or contact your administrator if this is an error." : "Са ваше мреже долази превише захтева. Покушајте поново касније или контактирајте администратора уколико је ово нека грешка.",
"Error" : "Грешка",
"Internal Server Error" : "Унутрашња грешка сервера",
"The server was unable to complete your request." : "Сервер не може да обради Ваш захтев.",
@@ -277,7 +258,7 @@
"SQLite should only be used for minimal and development instances. For production we recommend a different database backend." : "SQLite треба да се користи само за најмање инстанце или за инстанце за развој. За продукцију, препоручујемо други тип база података.",
"If you use clients for file syncing, the use of SQLite is highly discouraged." : "Коришћење SQLite базе података нарочите није препоручљиво ако користите клијенте за синхронизацију фајлова.",
"Install recommended apps" : "Инсталирајте препоручене апликације",
- "Calendar, Contacts, Talk, Mail & OnlyOffice" : "Календар, контакти, разговор, пошта & OnlyOffice",
+ "Calendar, Contacts, Talk, Mail & Collaborative editing" : "Календар, контакти, разговор, пошта & заједничко уређивање",
"Finish setup" : "Заврши подешавање",
"Finishing …" : "Завршавам…",
"Need help?" : "Треба Вам помоћ?",
@@ -291,14 +272,13 @@
"More apps" : "Још апликација",
"More" : "Још",
"More apps menu" : "Мени још апликација",
- "Search" : "Претражи",
- "Reset search" : "Ресетуј претрагу",
"Contacts" : "Контакти",
"Contacts menu" : "Мени контаката",
"Settings menu" : "Мени подешавања",
"Confirm your password" : "Потврдите лозинку",
"Connect to your account" : "Повежите се на Ваш налог",
"Please log in before granting %1$s access to your %2$s account." : "Прво се пријавите пре него што одобрите привилегију %1$s приступ Вашем налогу %2$s.",
+ "If you are not trying to set up a new device or app, someone is trying to trick you into granting them access to your data. In this case do not proceed and instead contact your system administrator." : "Ако не покушавате да подесите нови уређај или апликацију, неко покушава да Вас превари да му дате приступ Вашим подацима. У том случају, не настављајте и контактирајте администратора Вашег система.",
"App token" : "Апликативни жетон",
"Grant access" : "Одобри приступ",
"Alternative log in using app token" : "Алтернативна пријава коришћењем апликативног жетона",
@@ -325,8 +305,8 @@
"Please contact your administrator. If you are an administrator, edit the \"trusted_domains\" setting in config/config.php like the example in config.sample.php." : "Контактирајте Вашег администратора. Ако сте Ви администратор, измените \"trusted_domains\" подешавање у config/config.php као у примеру config.sample.php.",
"Further information how to configure this can be found in the %1$sdocumentation%2$s." : "Више информација о томе како ово подесити можете да нађете у %1$s документацији%2$s.",
"App update required" : "Потребно ажурирање апликације",
- "%1$s will be updated to version %2$s" : "%1$s ће бити ажурирана на верзију %2$s",
- "These apps will be updated:" : "Следеће апликације ће бити ажуриране:",
+ "%1$s will be updated to version %2$s" : "%1$s ће бити ажуриран на верзију %2$s",
+ "The following apps will be updated:" : "Следеће апликације ће бити ажуриране:",
"These incompatible apps will be disabled:" : "Следеће некомпатибилне апликације ће бити онемогућене:",
"The theme %s has been disabled." : "Тема %s је онемогућена.",
"Please make sure that the database, the config folder and the data folder have been backed up before proceeding." : "Проверите да ли сте направили резервну копију фасцикли са подешавањима и подацима пре него што наставите.",
@@ -342,95 +322,49 @@
"This %s instance is currently in maintenance mode, which may take a while." : "Овај %s је тренутно у режиму одржавања што може потрајати.",
"This page will refresh itself when the instance is available again." : "Ова страница ће се сама освежити када инстанца постане поново доступна.",
"Contact your system administrator if this message persists or appeared unexpectedly." : "Контактирајте администратора ако се порука понавља или се неочекивано појавила.",
- "Could not send reset email because there is no email address for this username. Please contact your administrator." : "Није могуће послати е-пошту за ресетовање лозинке јер није подешена адреса е-поште за овог корисника. Контактирајте администратора.",
- "Couldn't send reset email. Please make sure your username is correct." : "Не могу да пошаљем поруку за ресетовање. Проверите да ли је корисничко име исправно.",
- "We have send a password reset e-mail to the e-mail address known to us for this account. If you do not receive it within a reasonable amount of time, check your spam/junk folders.<br>If it is not there ask your local administrator." : "Послали смо Вам е-пошту за ресетовање лозинке на е-мејл адресу која је повезана са овим налогом. Ако је не примите ускоро, проверите фасцикле за нежељену пошту.<br>Ако није ни тамо, контактирајте вашег администратора.",
- "Your files are encrypted. There will be no way to get your data back after your password is reset.<br />If you are not sure what to do, please contact your administrator before you continue. <br />Do you really want to continue?" : "Ваши фајлови су шифровани. Не постоји ниједан начин да се Ваши подаци поврате ако се лозинка сад ресетује.<br /> Уколико нисте сигурни шта да радите, контактирајте Вашег администратора пре него што наставите.<br /> Да ли стварно желите да наставите?",
- "Sending email …" : "Слање е-поште…",
- "You are currently running PHP 5.6. The current major version of Nextcloud is the last that is supported on PHP 5.6. It is recommended to upgrade the PHP version to 7.0+ to be able to upgrade to Nextcloud 14." : "Тренутно користите PHP верзију 5.6. Тренутна главна верзија Некстклауда је последња која подржава PHP 5.6. Препорука је да пређете на PHP верзију 7.0+ да бисте могли да ажурирате Некстклауд на верзију 14.",
- "Accessing site insecurely via HTTP. You are strongly adviced to set up your server to require HTTPS instead, as described in the <a href=\"{docUrl}\">security tips ↗</a>." : "Приступање сајту преко HTTP-а. Препоручује се да подесите Ваш сервер да захтева HTTPS као што је описано у <a href=\"{docUrl}\">безбедоносним саветима↗</a>",
- "Shared" : "Дељено",
- "Shared with" : "Дељено са",
- "Shared by" : "Поделио",
- "Choose a password for the public link" : "Унесите лозинку за јавну везу",
- "Choose a password for the public link or press the \"Enter\" key" : "Унесите лозинку за јавну везу или притисните \"Ентер\"",
- "Copied!" : "Копирано!",
- "Copy link" : "Копирај везу",
- "Not supported!" : "Није подржано!",
- "Press ⌘-C to copy." : "Притисните ⌘-C за копирање.",
- "Press Ctrl-C to copy." : "Притисните Ctrl-C за копирање.",
- "Unable to create a link share" : "Не могу да направим везу дељења",
- "Unable to toggle this option" : "Не могу да укључим/искључим ову опцију",
- "Resharing is not allowed" : "Поновно дељење није дозвољено",
- "Link" : "Веза",
- "Hide download" : "Сакриј скидање",
- "Password protection enforced" : "Захтевана заштита лозинком",
- "Password protect" : "Заштићено лозинком",
- "Allow editing" : "Дозволи уређивање",
- "Email link to person" : "Пошаљи е-поштом",
- "Send" : "Пошаљи",
- "Allow upload and editing" : "Дозволи отпремање и уређивање",
- "Read only" : "Само за читање",
- "File drop (upload only)" : "Превлачење фајлова (само за отпремање)",
- "Expiration date enforced" : "Захтевано постављање датума истека",
- "Set expiration date" : "Постави датум истека",
- "Expiration" : "Истиче",
- "Expiration date" : "Датум истека",
- "Note to recipient" : "Белешка примаоцу",
- "Unshare" : "Укини дељење",
- "Delete share link" : "Обриши везу дељења",
- "Add another link" : "Додај још једну везу",
- "Password protection for links is mandatory" : "За везе је обавезна заштита лозинком",
- "Share to {name}" : "Подели са {name}",
- "Share link" : "Веза дељења",
- "New share link" : "Нова веза дељења",
- "Created on {time}" : "Направљено {time}",
- "Password protect by Talk" : "Заштити лозинком преко Talk-а",
- "Could not unshare" : "Не могу да укинем дељење",
- "Shared with you and the group {group} by {owner}" : "{owner} дели са вама и са групом {group}.",
- "Shared with you and {circle} by {owner}" : "Дељено са Вама и кругом {circle} од стране корисника {owner}",
- "Shared with you and the conversation {conversation} by {owner}" : "{owner} поделио са Вама и у разговору {conversation}",
- "Shared with you in a conversation by {owner}" : "{owner} поделио са Вама у разговору",
- "Shared with you by {owner}" : "{owner} дели са вама",
- "Choose a password for the mail share" : "Унесите лозинку за дељење е-поштом",
- "group" : "група",
- "remote" : "удаљени",
- "remote group" : "удаљена група",
- "email" : "е-пошта",
- "conversation" : "разговор",
- "shared by {sharer}" : "дели {sharer}",
- "Can reshare" : "Може да дели даље",
- "Can edit" : "Може да уређује",
- "Can create" : "Може да направи",
- "Can change" : "Може да мења",
- "Can delete" : "Може да обрише",
- "Access control" : "Контрола приступа",
- "{shareInitiatorDisplayName} shared via link" : "{shareInitiatorDisplayName} је поделио преко везе",
- "Error while sharing" : "Грешка при дељењу",
- "Share details could not be loaded for this item." : "Не могу да учитам детаље дељења за ову ставку.",
- "Search globally" : "Претражите глобално",
- "_At least {count} character is needed for autocompletion_::_At least {count} characters are needed for autocompletion_" : ["Најмање {count} слово је потребно за аутокомплетирање","Најмање {count} слова је потребно за аутокомплетирање","Бар {count} слова је потребно за аутоматско довршавање"],
- "This list is maybe truncated - please refine your search term to see more results." : "Ова листа је можда скраћена - претражите опет користећи мало специфичније изразе да бисте добили још резултата.",
- "No users or groups found for {search}" : "Није нађен ниједан корисник ни група за претрагу {search}",
- "No users found for {search}" : "Није нађен ниједан корисник за претрагу {search}",
- "An error occurred (\"{message}\"). Please try again" : "Десила се грешка (\"{message}\"). Покушајте поново.",
- "An error occurred. Please try again" : "Дошло је до грешке. Покушајте поново",
- "Home" : "Почетна",
- "Work" : "Посао",
- "Other" : "Остало",
- "{sharee} (remote group)" : "{sharee} (удаљена група)",
- "{sharee} ({type}, {owner})" : "{sharee} ({type}, {owner})",
- "Share" : "Дели",
- "Name or email address..." : "Име или адреса е-поште...",
- "Name or federated cloud ID..." : "Име или ID здруженог облака...",
- "Name, federated cloud ID or email address..." : "Име, ID здруженог облака или адреса е-поште...",
- "Name..." : "Име...",
- "Error removing share" : "Грешка при уклањању дељења",
- "({scope})" : "({scope})",
- "Saving..." : "Чувам...",
- "Dismiss" : "Откажи",
- "Your client should now be connected! You can close this window." : "Ваш клијент сада треба да је повезан! Можете затворити овај прозор.",
- "New Password" : "Нова лозинка",
- "Cancel log in" : "Поништите пријаву"
+ "Checking whether the database schema can be updated (this can take a long time depending on the database size)" : "Провера да ли шема базе података може да се ажурира (ово може потрајати, у зависности колика је база)",
+ "Checked database schema update" : "Проверено ажурирање шеме базе података",
+ "Checking updates of apps" : "Проверавам ажурирања апликација",
+ "Checking for update of app \"%s\" in appstore" : "Проверавам ажурирања апликације „%s“ у продавници",
+ "Update app \"%s\" from appstore" : "Ажурирај апликацију „%s“ из продавнице",
+ "Checked for update of app \"%s\" in appstore" : "Проверено ажурирање апликације „%s“ у продавници",
+ "Checked database schema update for apps" : "Проверено ажурирање шеме базе података за апликације",
+ "Following apps have been disabled: %s" : "Следеће апликације су искључене: %s",
+ "Your web server is not properly set up to resolve \"{url}\". Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Ваш сервер није правилно подешен да разлучи „{url}“. Можете наћи више информација у <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">документацији</a>.",
+ "Your web server is not properly set up to resolve \"{url}\". This is most likely related to a web server configuration that was not updated to deliver this folder directly. Please compare your configuration against the shipped rewrite rules in \".htaccess\" for Apache or the provided one in the documentation for Nginx at it's <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation page</a>. On Nginx those are typically the lines starting with \"location ~\" that need an update." : "Ваш сервер није подешен да може да разлучи адресу „{url}“. Ово је најчешће везано за неажурирану конфигурацију веб сервера која не може да испоручи ову фасциклу директно. Упоредите Вашу конфигурацију са испорученим rewrite правилима у „.htaccess“-у за Apache или онима датим за Nginx у његовој <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">документацији</a>. На Nginx-у су обично линије које почињу са „location ~“ оне којима треба ажурирање.",
+ "Your web server is not properly set up to deliver .woff2 files. This is typically an issue with the Nginx configuration. For Nextcloud 15 it needs an adjustement to also deliver .woff2 files. Compare your Nginx configuration to the recommended configuration in our <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Ваш веб сервер није правилно подешен да испоручује .woff2 фајлове. Ово је обично проблем са Nginx конфигурацијом. У Некстклауду 15, потребна су додатна прилагођавања да се и .woff2 фајлови испоручују. Упоредите Вашу Nginx конфигурацију са препорученом конфигурацијом из наше <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">документације</a>.",
+ "Please check the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">installation documentation ↗</a> for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "Погледајте <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">инсталациону документацију ↗</a> за белешке око PHP конфигурације и PHP конфигурацију Вашег сервера, поготову ако користите php-fpm.",
+ "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems. See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation ↗</a> for more information." : "Трансактивно закључавање фајлова је искључено, што може довести до проблема са утркивањем процеса. Укључите 'filelocking.enabled' у config.php да бисте избегли проблеме овог типа. Погледајте <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">документацију ↗</a> за више информација.",
+ "Last background job execution ran {relativeTime}. Something seems wrong." : "Последњи извршени посао у позадини: {relativeTime}. Нешто изгледа није у реду.",
+ "Check the background job settings" : "Проверите поставке послова у позадини",
+ "No memory cache has been configured. To enhance performance, please configure a memcache, if available. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Нисте подесили меморијски кеш. Да побољшате перформансе, подесите меморијски кеш, ако је доступан. Више информација има у <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">документацији</a>.",
+ "No suitable source for randomness found by PHP which is highly discouraged for security reasons. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "PHP не може да чита погодан извор случајних бројева што се не препоручује из сигурносних разлога. Можете наћи више информација у <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">документацији</a>.",
+ "You are currently running PHP {version}. Upgrade your PHP version to take advantage of <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">performance and security updates provided by the PHP Group</a> as soon as your distribution supports it." : "Тренутно користите {version} верзију PHP-а. Надоградите PHP верзију да искористите сва <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">безбедоносна ажурирања и побољшања брзине које обезбеђује PHP група</a>, чим Ваша дистрибуција почне да је подржава.",
+ "The reverse proxy header configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If not, this is a security issue and can allow an attacker to spoof their IP address as visible to the Nextcloud. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Или подешавање обрнутих прокси заглавља није исправно, или приступате Некстклауду преко проксија од поверења. Ако то не радите, ово је безбедоносни проблем и може омогућити нападачу да лажира да је његова IP адреса видљива Некстклауду. Више информација о овоме има у <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">документацији</a>.",
+ "Memcached is configured as distributed cache, but the wrong PHP module \"memcache\" is installed. \\OC\\Memcache\\Memcached only supports \"memcached\" and not \"memcache\". See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">memcached wiki about both modules</a>." : "Memcached је подешен као дистрибуирани кеш, али је инсталиран погрешни PHP модуле „memcache“. \\OC\\Memcache\\Memcached подржава само \"memcached\" модул, а не и \"memcache\". Погледајте <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">memcached вики о оба модула</a>.",
+ "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">List of invalid files…</a> / <a href=\"{rescanEndpoint}\">Rescan…</a>)" : "Неки фајлови нису прошли проверу интегритета. Даљње информације о томе како да решите овај проблем се могу наћи у <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">документацији</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">Списак неисправних фајлова</a>/<a href=\"{rescanEndpoint}\">Скенирај поново…</a>)",
+ "The PHP OPcache module is not loaded. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance it is recommended</a> to load it into your PHP installation." : "The PHP OPcache модул није учитан. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">За боље перформансе препоручује се</a> да га учитате у Вашу PHP инсталацију.",
+ "The PHP OPcache is not properly configured. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance it is recommended</a> to use the following settings in the <code>php.ini</code>:" : "PHP OPcache није подешен исправно. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">За боље перформансе предлаже се</a> да користите следећа подешавања у <code>php.ini</code> фајлу:",
+ "Some columns in the database are missing a conversion to big int. Due to the fact that changing column types on big tables could take some time they were not changed automatically. By running 'occ db:convert-filecache-bigint' those pending changes could be applied manually. This operation needs to be made while the instance is offline. For further details read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "Неке колоне у бази нису пребачене у big int тип. Пошто промена типа колоне може доста да потраје на великим табелама, оне нису аутоматски промењене. Покретањем команде 'occ db:convert-filecache-bigint' ће се ове преостале измене применити. Ова операција се мора урадити док инстанца не ради. За више детаља, прочитајте <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">документацију о овоме</a>.",
+ "To migrate to another database use the command line tool: 'occ db:convert-type', or see the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation ↗</a>." : "За пресељење на другу базу података, користите алат командне линије: 'occ db:convert-type', или погледајте <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">документацију ↗</a>.",
+ "Use of the the built in php mailer is no longer supported. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Please update your email server settings ↗<a/>." : "Коришћење уграђеног php mailer-а више није подржано. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Молимо ажурирајте и-мејл сервер поставке ↗<a/>.",
+ "MySQL is used as database but does not support 4-byte characters. To be able to handle 4-byte characters (like emojis) without issues in filenames or comments for example it is recommended to enable the 4-byte support in MySQL. For further details read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "MySQL се користи као база података, али она не подржава карактере од 4 бајта. Да бисте могли да користите ове 4-бајтне карактере (као што су емоџији) без проблема у нпр. именима фајлова или коментарима, препоручује се да омогућите подршку за 4 бајта у MySQL-у. За више детаља, прочитајте <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">страну на документацији о овоме</a>.",
+ "You are accessing your instance over a secure connection, however your instance is generating insecure URLs. This most likely means that you are behind a reverse proxy and the overwrite config variables are not set correctly. Please read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "Приступате инстанци преко безбедне конекције, али Ваша инстанца и даље генерише небезбедну адресу. Ово често значи да сте иза обрнутог проксија, а променљиве за overwrite нису постављене у config фајлу. Прочитајте <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">документацију о овоме</a>.",
+ "The \"{header}\" HTTP header is not set to \"{val1}\", \"{val2}\", \"{val3}\", \"{val4}\" or \"{val5}\". This can leak referer information. See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{link}\">W3C Recommendation ↗</a>." : "HTTP заглавље \"{header}\" није постављено на \"{val1}\", \"{val2}\", \"{val3}\", \"{val4}\" или \"{val5}\". Овиме могу процурети информације о рефералу. Погледајте <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{link}\">W3C препоруке↗</a>",
+ "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the <a href=\"{docUrl}\" rel=\"noreferrer noopener\">security tips ↗</a>." : "\"Strict-Transport-Security\" HTTP заглавље није подешено да буде бар \"{seconds}\" секунди. За додатну сигурност, предлаже се да омогућите HSTS као што је описано у <a href=\"{docUrl}\" rel=\"noreferrer noopener\">сигурносним саветима↗</a>.",
+ "Accessing site insecurely via HTTP. You are strongly advised to set up your server to require HTTPS instead, as described in the <a href=\"{docUrl}\">security tips ↗</a>." : "Приступање сајту преко HTTP-а. Снажна препорука је да подесите Ваш сервер да захтева HTTPS као што је описано у <a href=\"{docUrl}\">безбедоносним саветима↗</a>",
+ "Continue to Nextcloud" : "Наставите на Некстклауд",
+ "_The update was successful. Redirecting you to Nextcloud in %n second._::_The update was successful. Redirecting you to Nextcloud in %n seconds._" : ["Надоградња је била успешна. Враћање на Некстклауд за %n секунду.","Надоградња је била успешна. Враћање на Некстклауд за %n секунде.","Ажурирање је било успешно. Враћање на Некстклауд за %n секунди."],
+ "Searching other places" : "Претражујем остала места",
+ "No search results in other folders for {tag}{filter}{endtag}" : "Нема резултата претраге у осталим фасциклама за {tag}{filter}{endtag}",
+ "_{count} search result in another folder_::_{count} search results in other folders_" : ["{count} резултат претраге у осталим фасциклама","{count} резултата претраге у осталим фасциклама","{count} резултата претраге у осталим фасциклама"],
+ "A password reset message has been sent to the e-mail address of this account. If you do not receive it, check your spam/junk folders or ask your local administrator for help." : "Порука за ресетовање лозинке је послата на е-мејл адресу овог налога. Ако је не примите, проверите фасцикле за нежељену пошту или питајте за помоћ локалног администратора.",
+ "Password can not be changed. Please contact your administrator." : "Лозинка се не може променити. Контактирајте администратора.",
+ "Could not fetch list of apps from the app store." : "Не могу да добавим листу апликација из продавнице.",
+ "Nextcloud {app}" : "Некстклауд апликација {app}",
+ "Can't install this app because it is not compatible" : "Не могу да инсталирам ову апликација зато што није компатибилна",
+ "Can't install this app" : "Не могу да инсталирам ову апликацију",
+ "These apps will be updated:" : "Следеће апликације ће бити ажуриране:",
+ "For more details see the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "За више детаља, погледајте <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">документацију</a>."
},"pluralForm" :"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);"
} \ No newline at end of file
diff --git a/core/l10n/sv.js b/core/l10n/sv.js
index 45324c8131c..52189bfe51d 100644
--- a/core/l10n/sv.js
+++ b/core/l10n/sv.js
@@ -15,6 +15,7 @@ OC.L10N.register(
"No valid crop data provided" : "Ingen giltig beskärningsdata tillhandahölls",
"Crop is not square" : "Beskärning är inte kvadratisk",
"State token does not match" : "Tillstånds-token matchar inte",
+ "Invalid app password" : "Felaktigt app-lösenord",
"Could not complete login" : "Kunde inte slutföra inloggningen",
"Your login token is invalid or has expired" : "Din inloggnings-token är ogiltigt eller har gått ut",
"Password reset is disabled" : "Lösenordsåterställning är avaktiverat",
@@ -24,10 +25,10 @@ OC.L10N.register(
"Password reset" : "Lösenordsåterställning",
"Click the following button to reset your password. If you have not requested the password reset, then ignore this email." : "Klicka på knappen för att återställa ditt lösenord. Om du inte har begärt att återställa ditt lösenord så kan du ignorera detta epost, inget kommer då att ske.",
"Click the following link to reset your password. If you have not requested the password reset, then ignore this email." : "Klicka på länken för att återställa ditt lösenord. Om du inte har begärt att lösenordet ska återställas så kan du ignorera detta epost.",
- "Reset your password" : "Åsterställ ditt lösenord",
+ "Reset your password" : "Återställ ditt lösenord",
"Nextcloud Server" : "Nextcloud-server",
"Some of your link shares have been removed" : "Några av dina delade länkar har tagits bort",
- "Due to a security bug we had to remove some of your link shares. Please see the link for more information." : "På grund av en säkerhetsbugg var vi tvungna att ta bort några av dina delade länkar. Se länken för mer information.",
+ "Due to a security bug we had to remove some of your link shares. Please see the link for more information." : "På grund av ett säkerhetsfel var vi tvungna att ta bort några av dina delade länkar. Se länken för mer information.",
"Preparing update" : "Förbereder uppdatering",
"[%d / %d]: %s" : "[%d / %d]: %s",
"Repair step:" : "Reparationssteg: ",
@@ -41,65 +42,37 @@ OC.L10N.register(
"Maintenance mode is kept active" : "Underhållsläget förblir aktiverat",
"Updating database schema" : "Uppdaterar databasschema",
"Updated database" : "Uppdaterade databasen",
- "Checking whether the database schema can be updated (this can take a long time depending on the database size)" : "Kontrollerar om databasschema kan uppdateras (detta kan ta lång tid beroende på databasens storlek)",
- "Checked database schema update" : "Kontrollerade uppdatering av databasschemat",
- "Checking updates of apps" : "Kontrollerar uppdatering av appar",
- "Checking for update of app \"%s\" in appstore" : "Letar efter uppdatering av appen \"%s\" i appbutiken",
- "Update app \"%s\" from appstore" : "Uppdatera appen \"%s\" från appbutiken",
- "Checked for update of app \"%s\" in appstore" : "Letade efter uppdatering av appen \"%s\" i appbutiken",
"Checking whether the database schema for %s can be updated (this can take a long time depending on the database size)" : "Kontrollerar om databasschema för %s kan uppdateras (detta kan ta lång tid beroende på databasens storlek)",
- "Checked database schema update for apps" : "Kontrollerade uppdatering av databasschemat för applikationer",
"Updated \"%1$s\" to %2$s" : "Uppdaterade \"%1$s\" till %2$s",
"Set log level to debug" : "Sätter loggningsnivå till \"debug\"",
"Reset log level" : "Återställer loggningsnivå",
"Starting code integrity check" : "Startar integritetskontroll av kod",
"Finished code integrity check" : "Slutförde integritetskontroll av kod",
"%s (incompatible)" : "%s (inkompatibel)",
- "Following apps have been disabled: %s" : "Följande appar har inaktiverats: %s",
+ "The following apps have been disabled: %s" : "Följande appar har inaktiverats: %s",
"Already up to date" : "Redan uppdaterad",
"Your web server is not yet properly set up to allow file synchronization, because the WebDAV interface seems to be broken." : "Din webbserver är ännu inte korrekt inställd för att tillåta filsynkronisering, eftersom WebDAV-gränssnittet verkar vara trasigt.",
- "Your web server is not properly set up to resolve \"{url}\". Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Din webbserver är inte korrekt inställd för att lösa \"{url}\". Ytterligare information finns i <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentationen</a>.",
"PHP does not seem to be setup properly to query system environment variables. The test with getenv(\"PATH\") only returns an empty response." : "PHP verkar inte vara korrekt inställd för att fråga efter systemmiljövariabler. Testet med getenv(\"PATH\") ger bara ett tomt svar.",
- "Please check the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">installation documentation ↗</a> for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "Läs PHP-installationsanteckningarna i <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">installationsdokumentationen ↗</a> för PHP-konfigurering av servern, särskilt om du använder php-fpm.",
"The read-only config has been enabled. This prevents setting some configurations via the web-interface. Furthermore, the file needs to be made writable manually for every update." : "Den skrivskyddade konfigurationen har aktiverats. Detta förhindrar att vissa konfigurationer ställs in via webbgränssnittet. Dessutom måste filen göras skrivbar manuellt för varje uppdatering.",
"Your database does not run with \"READ COMMITTED\" transaction isolation level. This can cause problems when multiple actions are executed in parallel." : "Databasen körs inte med transaktionsisoleringsnivån \"READ COMMITTED\". Det kan orsaka problem när flera aktiviteter körs parallellt.",
"The PHP module \"fileinfo\" is missing. It is strongly recommended to enable this module to get the best results with MIME type detection." : "PHP-modulen \"fileinfo\" saknas. Det rekommenderas starkt att göra det möjligt för den här modulen att få bästa resultat med MIME-typdetektering.",
- "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems. See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation ↗</a> for more information." : "Transaktionsfillåsning är inaktiverad, det kan leda till problem med tävlingsförhållanden. Aktivera \"filelocking.enabled\" i config.php för att undvika dessa problem. Se <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentationen ↗</a> för mer information.",
"It was not possible to execute the cron job via CLI. The following technical errors have appeared:" : "Det var inte möjligt att utföra cron-jobbet via CLI. Följande tekniska fel har uppstått:",
- "Last background job execution ran {relativeTime}. Something seems wrong." : "Senaste bakgrundsjobb körde {relativeTime}. Något verkar fel.",
- "Check the background job settings" : "Kontrollera inställningarna för bakgrundsjobb",
- "This server has no working Internet connection: Multiple endpoints could not be reached. This means that some of the features like mounting external storage, notifications about updates or installation of third-party apps will not work. Accessing files remotely and sending of notification emails might not work, either. Establish a connection from this server to the Internet to enjoy all features." : "Den här servern har ingen fungerande Internetanslutning: flera slutpunkter kunde inte nås. Det innebär att några av funktionerna som montering av extern lagring, aviseringar om uppdateringar eller installation av tredjepartsprogram inte fungerar. Åtkomst till filer på distans och sändning av e-postmeddelanden kanske inte heller fungerar. Upprätta en anslutning från den här servern till Internet för att njuta av alla funktioner.",
- "No memory cache has been configured. To enhance performance, please configure a memcache, if available. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Inget minnescache har konfigurerats. För att förbättra prestanda, konfigurera en memcache, om tillgänglig. Ytterligare information finns i <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentationen</a>.",
- "No suitable source for randomness found by PHP which is highly discouraged for security reasons. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Ingen lämplig källa för slumpmässighet hittades av PHP som är mycket avskräckt av säkerhetsskäl. Ytterligare information finns i <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentationen</a>.",
- "You are currently running PHP {version}. Upgrade your PHP version to take advantage of <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">performance and security updates provided by the PHP Group</a> as soon as your distribution supports it." : "Du kör för närvarande PHP {version}. Uppgradera din PHP-version för att dra nytta av <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">prestanda och säkerhetsuppdateringar som tillhandahålls av PHP-gruppen</a> så snart din distribution stöder den.",
- "The reverse proxy header configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If not, this is a security issue and can allow an attacker to spoof their IP address as visible to the Nextcloud. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Den omvända proxyrubrik-konfigurationen är felaktig, eller så du kommer åt Nextcloud från en betrodd proxy. Om inte, detta är ett säkerhetsproblem och kan tillåta en angripare att förfalska sin IP-adress som synlig för Nextcloud. Ytterligare information finns i <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentationen</a>.",
- "Memcached is configured as distributed cache, but the wrong PHP module \"memcache\" is installed. \\OC\\Memcache\\Memcached only supports \"memcached\" and not \"memcache\". See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">memcached wiki about both modules</a>." : "Memcached är konfigurerad som distribuerad cache, men fel PHP-modul \"memcache\" är installerat. \\OC\\Memcache\\Memcached stöder endast \"memcached\" och inte \"memcache\". Se<a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">memcached wiki om båda modulerna</a>.",
- "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">List of invalid files…</a> / <a href=\"{rescanEndpoint}\">Rescan…</a>)" : "Vissa filer har inte passerat integritetskontrollen. Ytterligare information om hur du löser problemet kan du hitta i vår <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentation</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">Lista över ogiltiga filer…</a> / <a href=\"{rescanEndpoint}\">Skanna igen…</a>)",
- "The PHP OPcache is not properly configured. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance it is recommended</a> to use the following settings in the <code>php.ini</code>:" : "PHP OPcache är inte korrekt konfigurerad. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">För bättre prestanda rekommenderas</a> att använda följande inställningar i <code>php.ini</code>:",
+ "This server has no working Internet connection: Multiple endpoints could not be reached. This means that some of the features like mounting external storage, notifications about updates or installation of third-party apps will not work. Accessing files remotely and sending of notification emails might not work, either. Establish a connection from this server to the Internet to enjoy all features." : "Den här servern har ingen fungerande internetuppkoppling: flera slutpunkter kunde inte nås. Det här innebär att några av funktionerna som montering av extern lagring, aviseringar om uppdateringar eller installation av tredjepartsprogram inte fungerar. Åtkomst till filer på distans och skicka e-postmeddelanden kanske inte heller fungerar. Upprätta en anslutning från den här servern till Internet för att njuta av alla funktioner.",
"The PHP function \"set_time_limit\" is not available. This could result in scripts being halted mid-execution, breaking your installation. Enabling this function is strongly recommended." : "PHP-funktionen \"set_time_limit\" är inte tillgänglig. Detta kan leda till att skript stoppas i mitten av utförandet och bryter din installation. Aktivering av denna funktion rekommenderas starkt.",
"Your PHP does not have FreeType support, resulting in breakage of profile pictures and the settings interface." : "Din PHP har inte FreeType-stöd, vilket resulterar i brott i profilbilder och inställningsgränssnittet.",
"Missing index \"{indexName}\" in table \"{tableName}\"." : "Saknar index \"{indexName}\" i tabellen \"{tableName}\".",
"The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "Databasen saknar några index. Dessa adderas inte automatsikt då indexering av stora tabeller kan ta tid. Med kommandot \"occ db:add-missing-indices\" kan de saknade indices läggas till manuellt utan att instansen behöver stoppas. Indexerade tabeller ger oftast mycket snabbare svar.",
+ "Missing optional column \"{columnName}\" in table \"{tableName}\"." : "Saknar den valfria kolumnen \"{columnName}\" i tabell \"{tableName}\".",
"This instance is missing some recommended PHP modules. For improved performance and better compatibility it is highly recommended to install them." : "Instansen saknar några rekommenderade PHP-moduler. För förbättrad prestanda och kompatibilitet är det starkt rekommenderat att installera dem.",
"SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend." : "SQLite används som databas. För större installationer så rekommenderar vi ett byte till en annan databasbackend.",
"This is particularly recommended when using the desktop client for file synchronisation." : "Detta rekommenderas särskilt när du använder skrivbordsklienten för filsynkronisering.",
- "To migrate to another database use the command line tool: 'occ db:convert-type', or see the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation ↗</a>." : "För att migrera till en annan databas använd kommandoradsverktyget: \"occ db:convert-type\", eller se <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentationen ↗</a>.",
- "Use of the the built in php mailer is no longer supported. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Please update your email server settings ↗<a/>." : "Användning av den inbyggda php mailer stöds inte längre. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Vänligen uppdatera inställningarna för din e-postserver ↗<a/>.",
"The PHP memory limit is below the recommended value of 512MB." : "Minnesgränsen för PHP är under det rekommenderade värdet på 512 MB.",
+ "Some app directories are owned by a different user than the web server one. This may be the case if apps have been installed manually. Check the permissions of the following app directories:" : "Vissa appkataloger ägs av en annan användare än den som äger webbservern. Detta kan vara fallet om appar har installerats manuellt. Kontrollera behörigheterna för följande appkataloger:",
"Error occurred while checking server setup" : "Ett fel inträffade när en kontroll av serverns konfiguration utfördes",
"Your data directory and files are probably accessible from the Internet. The .htaccess file is not working. It is strongly recommended that you configure your web server so that the data directory is no longer accessible, or move the data directory outside the web server document root." : "Din datamapp och filer är förmodligen tillgängliga från Internet. .htaccess-filen fungerar inte. Det rekommenderas starkt att du konfigurerar din webbserver så att datakatalogen inte längre är tillgänglig eller flyttar datakatalogen utanför dokument root för webbservern.",
"The \"{header}\" HTTP header is not set to \"{expected}\". This is a potential security or privacy risk, as it is recommended to adjust this setting accordingly." : "HTTP-rubriken \"{header}\" är inte inställd till \"{expected}\". Detta är en potentiell säkerhets- eller sekretessrisk, eftersom det rekommenderas att justera denna inställning i enlighet med detta.",
"The \"{header}\" HTTP header is not set to \"{expected}\". Some features might not work correctly, as it is recommended to adjust this setting accordingly." : "HTTP-rubriken \"{header}\" är inte inställd till \"{expected}\". Vissa funktioner kanske inte fungerar korrekt, eftersom det rekommenderas att justera den här inställningen i enlighet med detta.",
"The \"{header}\" HTTP header doesn't contain \"{expected}\". This is a potential security or privacy risk, as it is recommended to adjust this setting accordingly." : "HTTP-rubriken \"{header}\" innehåller inte \"{expected}\". Det innebär en potentiell säkerhetsrisk. Det är rekommenderat att ändra inställningen.",
- "The \"{header}\" HTTP header is not set to \"{val1}\", \"{val2}\", \"{val3}\", \"{val4}\" or \"{val5}\". This can leak referer information. See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{link}\">W3C Recommendation ↗</a>." : "HTTP-rubriken \"{header}\" är inte satt till \"{val1}\", \"{val2}\", \"{val3}\", \"{val4}\" eller \"{val5}\". Det kan orsaka informationsläckage om hänvisningar. Se <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{link}\">W3C-rekommendationen ↗</a>.",
- "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the <a href=\"{docUrl}\" rel=\"noreferrer noopener\">security tips ↗</a>." : "HTTP-rubriken \"Strict-Transport-Security\" är inte satt till minst \"{seconds}\" sekunder. För ökad säkerhet är det rekommenderat att slå på HSTS som det beskrivs under <a href=\"{docUrl}\" rel=\"noreferrer noopener\">säkerhetstips ↗</a>.",
- "Non-existing tag #{tag}" : "Icke-existerande tag #{tag}",
- "restricted" : "begränsad",
- "invisible" : "osynlig",
- "Delete" : "Radera",
- "Rename" : "Byt namn",
- "Collaborative tags" : "Samverkanstaggar",
- "No tags found" : "Hittade inga taggar",
"unknown text" : "okänd text",
"Hello world!" : "Hej världen!",
"sunny" : "soligt",
@@ -114,27 +87,23 @@ OC.L10N.register(
"Please reload the page." : "Vänligen uppdatera sidan.",
"The update was unsuccessful. For more information <a href=\"{url}\">check our forum post</a> covering this issue." : "Uppdateringen misslyckades. För mer information <a href=\"{url}\">se vår forumpost</a> angående problemet.",
"The update was unsuccessful. Please report this issue to the <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">Nextcloud community</a>." : "Uppdateringen misslyckades. Vänligen rapportera felet till <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">Nextcloud-gemenskapen</a>.",
- "Continue to Nextcloud" : "Fortsätt till Nextcloud",
- "_The update was successful. Redirecting you to Nextcloud in %n second._::_The update was successful. Redirecting you to Nextcloud in %n seconds._" : ["Uppdateringen lyckades. Omdirigerar dig till molnet om %n sekund.","Uppdateringen lyckades. Omdirigerar dig till molnet om %n sekunder."],
- "Searching other places" : "Söker på andra platser",
- "No search results in other folders for {tag}{filter}{endtag}" : "Inget sökresultat i andra mappar för {tag}{filter}{endtag}",
- "_{count} search result in another folder_::_{count} search results in other folders_" : ["{count} sökresultat i en annan mapp","{count} sökresultat i andra mappar"],
+ "Log in" : "Logga in",
+ "Logging in …" : "Loggar in ...",
"Server side authentication failed!" : "Servern misslyckades med autentisering!",
"Please contact your administrator." : "Vänligen kontakta din administratör.",
"An internal error occurred." : "Ett internt fel uppstod.",
"Please try again or contact your administrator." : "Vänligen försök igen eller kontakta din administratör.",
"Username or email" : "Användarnamn eller e-post",
"Password" : "Lösenord",
- "Log in" : "Logga in",
- "Logging in …" : "Loggar in ...",
"Wrong username or password." : "Felaktigt användarnamn eller lösenord",
"User disabled" : "Användare inaktiverad",
"We have detected multiple invalid login attempts from your IP. Therefore your next login is throttled up to 30 seconds." : "Vi har upptäckt flera felaktiga inloggningsförsök från din IP-adress. Ditt nästa inloggningsförsök kommer därför att fördröjas med upp till 30 sekunder.",
+ "Your account is not setup for passwordless login." : "Ditt konto är inte inställt för inloggning utan lösenord.",
+ "Passwordless authentication is not supported in your browser." : "Lösenordsfri autentisering stöds inte i din webbläsare.",
+ "Passwordless authentication is only available over a secure connection." : "Lösenordsfri autentisering är endast tillgänglig via en säker anslutning.",
"Reset password" : "Återställ lösenord",
- "A password reset message has been sent to the e-mail address of this account. If you do not receive it, check your spam/junk folders or ask your local administrator for help." : "Ett meddelande om lösenordsåterställning har skickats till e-postadressen för det här kontot. Om du får det, kontrollera dina spam/skräp -mappar eller fråga din lokala administratör om hjälp.",
"If it is not there ask your local administrator." : "Om det inte finns, fråga din lokala administratör.",
"Couldn't send reset email. Please contact your administrator." : "Kunde inte skicka återställningsmejl. Vänligen kontakta din administratör.",
- "Password can not be changed. Please contact your administrator." : "Lösenordet kan inte ändras. Vänligen kontakta din administratör.",
"Back to login" : "Tillbaka till inloggning",
"New password" : "Nytt lösenord",
"Your files are encrypted. There will be no way to get your data back after your password is reset. If you are not sure what to do, please contact your administrator before you continue. Do you really want to continue?" : "Dina filer är krypterade. Det kommer inte att finnas något sätt att få tillbaka dina data efter att ditt lösenord har återställs. Om du är osäker på hur du ska göra, kontakta din administratör innan du fortsätter. Är du verkligen säker på att du vill fortsätta?",
@@ -144,13 +113,23 @@ OC.L10N.register(
"Loading apps …" : "Läser in appar …",
"Installing apps …" : "Installerar appar ...",
"App download or installation failed" : "Hämtning eller installation av appen misslyckades",
- "Can't install this app because it is not compatible" : "Appen kan inte installeras eftersom den inte är kompatibel",
- "Can't install this app" : "Appen kan inte installeras",
"Cancel" : "Avbryt",
"Schedule work & meetings, synced with all your devices." : "Planera arbete och möten, synkronisera med alla dina enheter.",
"Keep your colleagues and friends in one place without leaking their private info." : "Håll dina kollegor och vänner på ett ställe utan att läcka deras privata info.",
"Simple email app nicely integrated with Files, Contacts and Calendar." : "Enkel e-post app integrerad med filer, kontakter och kalender.",
"Forgot password?" : "Glömt lösenordet?",
+ "Log in with a device" : "Logga in med en enhet",
+ "Back" : "Tillbaka",
+ "Reset search" : "Återställ sökning",
+ "Search for {name} only" : "Sök efter endast {name}",
+ "No results for {query}" : "Inga resultat för {query}",
+ "Start typing to search" : "Börja skriva för att söka",
+ "Loading more results …" : "Hämtar fler resultat ...",
+ "Load more results" : "Hämta fler resultat",
+ "Search" : "Sök",
+ "An error occurred while searching for {type}" : "Ett fel uppstod vid sökning efter {type}",
+ "_Please enter {minSearchLength} character or more to search_::_Please enter {minSearchLength} characters or more to search_" : ["Ange {minSearchLength} tecken eller mer för att söka","Ange {minSearchLength} tecken eller mer för att söka"],
+ "Search {types} …" : "Sök {types} …",
"Settings" : "Inställningar",
"Could not load your contacts" : "Det gick inte att läsa in dina kontakter",
"Search contacts …" : "Sök kontakter ...",
@@ -188,7 +167,7 @@ OC.L10N.register(
"Continue" : "Fortsätt",
"(all selected)" : "(Alla valda)",
"({count} selected)" : "({count} valda)",
- "Error loading file exists template" : "Fel uppstod filmall existerar",
+ "Error loading file exists template" : "Fel vid inläsning av fil finns i mall",
"Pending" : "Väntar",
"Copy to {folder}" : "Kopiera till {folder}",
"Move to {folder}" : "Flytta till {folder}",
@@ -218,6 +197,13 @@ OC.L10N.register(
"Strong password" : "Starkt lösenord",
"No action available" : "Ingen åtgärd tillgänglig",
"Error fetching contact actions" : "Fel vid hämtning av kontakthändelser",
+ "Non-existing tag #{tag}" : "Icke-existerande tag #{tag}",
+ "restricted" : "begränsad",
+ "invisible" : "osynlig",
+ "Delete" : "Ta bort",
+ "Rename" : "Byt namn",
+ "Collaborative tags" : "Samverkanstaggar",
+ "No tags found" : "Hittade inga taggar",
"Personal" : "Personliga Inställningar",
"Users" : "Användare",
"Apps" : "Appar",
@@ -227,7 +213,9 @@ OC.L10N.register(
"File not found" : "Filen kunde inte hittas",
"The document could not be found on the server. Maybe the share was deleted or has expired?" : "Dokumentet kunde inte hittas på servern. Kanske var delningen raderad eller har gått ut?",
"Back to %s" : "Tillbaka till %s",
+ "There were too many requests from your network. Retry later or contact your administrator if this is an error." : "Det kom för många förfrågningar från ditt nätverk. Försök senare eller kontakta din administratör om detta är ett fel.",
"Error" : "Fel",
+ "Previous" : "Föregående",
"Internal Server Error" : "Internt serverfel",
"The server was unable to complete your request." : "Servern kunde inte slutföra din begäran.",
"If this happens again, please send the technical details below to the server administrator." : "Om det händer igen, vänligen skicka de tekniska detaljerna nedan till din serveradministratör.",
@@ -242,7 +230,7 @@ OC.L10N.register(
"Line: %s" : "Rad: %s",
"Trace" : "Spåra",
"Security warning" : "Säkerhetsvarning",
- "Your data directory and files are probably accessible from the internet because the .htaccess file does not work." : "Din datakatalog och filer är förmodligen tillgängliga från Internet, eftersom .htaccess-filen inte fungerar.",
+ "Your data directory and files are probably accessible from the internet because the .htaccess file does not work." : "Din datakatalog och filer är förmodligen tillgängliga från Internet eftersom filen .htaccess inte fungerar.",
"For information how to properly configure your server, please see the <a href=\"%s\" target=\"_blank\" rel=\"noreferrer noopener\">documentation</a>." : "Information hur din server bäst konfigureras kan hittas i <a href=\"%s\" target=\"_blank\" rel=\"noreferrer noopener\">dokumentationen</a>.",
"Create an <strong>admin account</strong>" : "Skapa ett <strong>administratörskonto</strong>",
"Username" : "Användarnamn",
@@ -264,11 +252,11 @@ OC.L10N.register(
"SQLite should only be used for minimal and development instances. For production we recommend a different database backend." : "SQLite bör endast användas till små installationer och installationer avsedda för utveckling. För produktion rekommenderar vi byte till annan databas.",
"If you use clients for file syncing, the use of SQLite is highly discouraged." : "Om du använder synkklienter avråder vi starkt från användning av SQLite.",
"Install recommended apps" : "Installera rekommenderade appar",
- "Calendar, Contacts, Talk, Mail & OnlyOffice" : "Kalender, Kontakter, Talk, E-post & OnlyOffice",
"Finish setup" : "Slutför installationen",
- "Finishing …" : "Avslutar ...",
- "Need help?" : "Behöver du hjälp?",
- "See the documentation" : "Läs dokumentationen",
+ "Finishing …" : "Slutför ...",
+ "Need help?" : "Behövs hjälp?",
+ "See the documentation" : "Se dokumentationen",
+ "Could not remove CAN_INSTALL from the config folder. Please remove this file manually." : "Det gick inte att ta bort CAN_INSTALL från konfigurationsmappen. Ta bort den här filen manuellt.",
"This application requires JavaScript for correct operation. Please {linkstart}enable JavaScript{linkend} and reload the page." : "Denna applikationen kräver JavaScript för att fungera korrekt. Vänligen {linkstart}aktivera JavaScript{linkend} och uppdatera sidan.",
"Get your own free account" : "Skaffa ett eget gratiskonto",
"Skip to main content" : "Skippa till huvudinnehållet",
@@ -276,8 +264,6 @@ OC.L10N.register(
"More apps" : "Fler appar",
"More" : "Mer",
"More apps menu" : "Fler appar - meny",
- "Search" : "Sök",
- "Reset search" : "Återställ sökning",
"Contacts" : "Kontakter",
"Contacts menu" : "Kontaktmeny",
"Settings menu" : "Inställningsmeny",
@@ -311,7 +297,6 @@ OC.L10N.register(
"Further information how to configure this can be found in the %1$sdocumentation%2$s." : "Ytterligare information hur du konfigurerar detta finns i %1$sdokumentationen%2$s.",
"App update required" : "Appen behöver uppdateras",
"%1$s will be updated to version %2$s" : "%1$s kommer att uppdateras till version %2$s",
- "These apps will be updated:" : "Dessa appar kommer att uppdateras:",
"These incompatible apps will be disabled:" : "Dessa inkompatibla appar kommer att inaktiveras",
"The theme %s has been disabled." : "Temat %s har blivit inaktiverat.",
"Please make sure that the database, the config folder and the data folder have been backed up before proceeding." : "Vänligen säkerställ att en säkerhetskopia har gjorts av databasen, konfigurations- och datamappen innan du fortsätter.",
@@ -327,95 +312,41 @@ OC.L10N.register(
"This %s instance is currently in maintenance mode, which may take a while." : "Denna %s-instans befinner sig för närvarande i underhållsläge, vilket kan ta ett tag.",
"This page will refresh itself when the instance is available again." : "Denna sida uppdaterar sig själv när instansen är tillgänglig igen.",
"Contact your system administrator if this message persists or appeared unexpectedly." : "Hör av dig till din systemadministratör om detta meddelande fortsätter eller visas oväntat.",
- "Could not send reset email because there is no email address for this username. Please contact your administrator." : "Kunde inte skicka e-postmeddelande för återställning eftersom det saknas e-postadress för denna användare. Vänligen kontakta din administratör",
- "Couldn't send reset email. Please make sure your username is correct." : "Kunde inte skicka återställningsmejl. Vänligen kontrollera att ditt användarnamn är korrekt.",
- "We have send a password reset e-mail to the e-mail address known to us for this account. If you do not receive it within a reasonable amount of time, check your spam/junk folders.<br>If it is not there ask your local administrator." : "Vi har skickat ett mejl för lösenordsåterställning till den e-postadress som är känd för detta konto. Om du inte får det inom rimlig tid, kontrollera dina skräppost-mappar.<br>Om det inte är där, fråga din lokala administratör.",
- "Your files are encrypted. There will be no way to get your data back after your password is reset.<br />If you are not sure what to do, please contact your administrator before you continue. <br />Do you really want to continue?" : "Dina filer är krypterade. Det kommer inte att finnas något sätt att få tillbaka dina data efter att ditt lösenord om ditt lösenord återställs..<br />Om du är osäker på hur du ska göra, vänligen kontakta din administratör innan du fortsätter..<br />Är du verkligen säker på att du vill fortsätta?",
- "Sending email …" : "Skickar epost ...",
- "You are currently running PHP 5.6. The current major version of Nextcloud is the last that is supported on PHP 5.6. It is recommended to upgrade the PHP version to 7.0+ to be able to upgrade to Nextcloud 14." : "Du kör för närvarande PHP 5.6. Den nuvarande omfattande versionen av Nextcloud är den sista som stöds på PHP 5.6. Det rekommenderas att uppgradera PHP-versionen till 7.0+ för att kunna uppgradera till Nextcloud 14.",
- "Accessing site insecurely via HTTP. You are strongly adviced to set up your server to require HTTPS instead, as described in the <a href=\"{docUrl}\">security tips ↗</a>." : "Åtkomst till webbplatsen osäkert via HTTP. Du rekommenderas starkt att ställa in din server att kräva HTTPS istället, som beskrivs i <a href=\"{docUrl}\">säkerhetstips ↗</a>.",
- "Shared" : "Delad",
- "Shared with" : "Delad med",
- "Shared by" : "Delad av",
- "Choose a password for the public link" : "Välj ett lösenord för den offentliga länken",
- "Choose a password for the public link or press the \"Enter\" key" : "Välj ett lösenord för den publika länken eller tryck Enter",
- "Copied!" : "Kopierad!",
- "Copy link" : "Kopiera länk",
- "Not supported!" : "Stöds inte!",
- "Press ⌘-C to copy." : "Tryck ned ⌘-C för att kopiera.",
- "Press Ctrl-C to copy." : "Tryck ned Ctrl-C för att kopiera.",
- "Unable to create a link share" : "Kan inte skapa länkdelning",
- "Unable to toggle this option" : "Kan inte växla om det här alternativet",
- "Resharing is not allowed" : "Dela vidare är inte tillåtet",
- "Link" : "Länk",
- "Hide download" : "Dölj hämtning",
- "Password protection enforced" : "Lösenordsskydd obligatorisk",
- "Password protect" : "Lösenordsskydda",
- "Allow editing" : "Tillåt redigering",
- "Email link to person" : "Skicka länken som e-postmeddelande",
- "Send" : "Skicka",
- "Allow upload and editing" : "Tillåt uppladdning och redigering",
- "Read only" : "Läsbehörigheter",
- "File drop (upload only)" : "Göm fillista (endast uppladdning)",
- "Expiration date enforced" : "Förfallodatum obligatorisk",
- "Set expiration date" : "Välj utgångsdatum",
- "Expiration" : "Upphör",
- "Expiration date" : "Förfallodatum",
- "Note to recipient" : "Notering till mottagare",
- "Unshare" : "Sluta dela",
- "Delete share link" : "Radera delad länk",
- "Add another link" : "Lägg till en annan länk",
- "Password protection for links is mandatory" : "Lösenordsskydd för länkar är obligatoriskt",
- "Share to {name}" : "Dela till {name}",
- "Share link" : "Dela länk",
- "New share link" : "Ny delad länk",
- "Created on {time}" : "Skapades {time}",
- "Password protect by Talk" : "Lösenordsskydda med Talk",
- "Could not unshare" : "Kunde inte ta bort delning",
- "Shared with you and the group {group} by {owner}" : "Delad med dig och gruppen {group} av {owner}",
- "Shared with you and {circle} by {owner}" : "Delad med dig och {circle} av {owner}",
- "Shared with you and the conversation {conversation} by {owner}" : "Delad med dig och konversation {conversation} av {owner}",
- "Shared with you in a conversation by {owner}" : "Delad med dig i en konversation av {owner}",
- "Shared with you by {owner}" : "Delad med dig av {owner}",
- "Choose a password for the mail share" : "Välj ett lösenord för delning via e-post",
- "group" : "Grupp",
- "remote" : "extern",
- "remote group" : "Fjärrgrupp",
- "email" : "e-post",
- "conversation" : "Konversation",
- "shared by {sharer}" : "delat av {sharer}",
- "Can reshare" : "Kan dela vidare",
- "Can edit" : "Kan redigera",
- "Can create" : "Kan skapa",
- "Can change" : "Kan ändra",
- "Can delete" : "Kan radera",
- "Access control" : "Åtkomstkontroll",
- "{shareInitiatorDisplayName} shared via link" : "{shareInitiatorDisplayName} delad via länk",
- "Error while sharing" : "Fel vid delning",
- "Share details could not be loaded for this item." : "Delningsdetaljer kunde inte läsas in för detta objekt.",
- "Search globally" : "Sök globalt",
- "_At least {count} character is needed for autocompletion_::_At least {count} characters are needed for autocompletion_" : ["Minst {count} tecken krävs för automatisk ifyllning","Minst {count} tecken krävs för automatisk ifyllning"],
- "This list is maybe truncated - please refine your search term to see more results." : "Denna lista kan vara trunkerad - vänligen förfina dina söktermer för att se fler resultat",
- "No users or groups found for {search}" : "Inga användare eller grupper funna för {search}",
- "No users found for {search}" : "Inga användare funna för {search}",
- "An error occurred (\"{message}\"). Please try again" : "Ett fel uppstod (\"{message}\"). Försök igen",
- "An error occurred. Please try again" : "Ett fel uppstod. Vänligen försök igen",
- "Home" : "Hem",
- "Work" : "Arbete",
- "Other" : "Annan",
- "{sharee} (remote group)" : "{sharee} (remote group)",
- "{sharee} ({type}, {owner})" : "{sharee} ({type}, {owner})",
- "Share" : "Dela",
- "Name or email address..." : "Namn eller e-postadress",
- "Name or federated cloud ID..." : "Namn eller federerat moln-ID",
- "Name, federated cloud ID or email address..." : "Namn, federerat moln-ID eller e-postadress...",
- "Name..." : "Namn...",
- "Error removing share" : "Fel uppstod när delning försökte tas bort",
- "({scope})" : "({scope})",
- "Saving..." : "Sparar...",
- "Dismiss" : "Avfärda",
- "Your client should now be connected! You can close this window." : "Din klient ska nu vara ansluten! Du kan stänga det här fönstret.",
- "New Password" : "Nytt lösenord",
- "Cancel log in" : "Avbryt inloggning"
+ "Checking whether the database schema can be updated (this can take a long time depending on the database size)" : "Kontrollerar om databasschema kan uppdateras (detta kan ta lång tid beroende på databasens storlek)",
+ "Checked database schema update" : "Kontrollerade uppdatering av databasschemat",
+ "Checking updates of apps" : "Kontrollerar uppdatering av appar",
+ "Checking for update of app \"%s\" in appstore" : "Letar efter uppdatering av appen \"%s\" i appbutiken",
+ "Update app \"%s\" from appstore" : "Uppdatera appen \"%s\" från appbutiken",
+ "Checked for update of app \"%s\" in appstore" : "Letade efter uppdatering av appen \"%s\" i appbutiken",
+ "Checked database schema update for apps" : "Kontrollerade uppdatering av databasschemat för applikationer",
+ "Following apps have been disabled: %s" : "Följande appar har inaktiverats: %s",
+ "Your web server is not properly set up to resolve \"{url}\". Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Din webbserver är inte korrekt inställd för att lösa \"{url}\". Ytterligare information finns i <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentationen</a>.",
+ "Your web server is not properly set up to deliver .woff2 files. This is typically an issue with the Nginx configuration. For Nextcloud 15 it needs an adjustement to also deliver .woff2 files. Compare your Nginx configuration to the recommended configuration in our <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Din webbserver är inte korrekt inställd för att leverera .woff2-filer. Detta är vanligtvis ett problem med Nginx-konfigurationen. För Nextcloud 15 behöver den en justering för att också kunna leverera .woff2-filer. Jämför din Nginx-konfiguration med den rekommenderade konfigurationen i vår <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentation</a>.",
+ "Please check the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">installation documentation ↗</a> for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "Läs PHP-installationsanteckningarna i <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">installationsdokumentationen ↗</a> för PHP-konfigurering av servern, särskilt om du använder php-fpm.",
+ "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems. See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation ↗</a> for more information." : "Transaktionsfillåsning är inaktiverad, det kan leda till problem med tävlingsförhållanden. Aktivera \"filelocking.enabled\" i config.php för att undvika dessa problem. Se <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentationen ↗</a> för mer information.",
+ "Last background job execution ran {relativeTime}. Something seems wrong." : "Senaste bakgrundsjobb körde {relativeTime}. Något verkar fel.",
+ "Check the background job settings" : "Kontrollera inställningarna för bakgrundsjobb",
+ "No memory cache has been configured. To enhance performance, please configure a memcache, if available. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Inget minnescache har konfigurerats. För att förbättra prestanda, konfigurera en memcache, om tillgänglig. Ytterligare information finns i <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentationen</a>.",
+ "No suitable source for randomness found by PHP which is highly discouraged for security reasons. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Ingen lämplig källa för slumpmässighet hittades av PHP som är mycket avskräckt av säkerhetsskäl. Ytterligare information finns i <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentationen</a>.",
+ "You are currently running PHP {version}. Upgrade your PHP version to take advantage of <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">performance and security updates provided by the PHP Group</a> as soon as your distribution supports it." : "Du kör för närvarande PHP {version}. Uppgradera din PHP-version för att dra nytta av <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">prestanda och säkerhetsuppdateringar som tillhandahålls av PHP-gruppen</a> så snart din distribution stöder den.",
+ "The reverse proxy header configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If not, this is a security issue and can allow an attacker to spoof their IP address as visible to the Nextcloud. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Den omvända proxyrubrik-konfigurationen är felaktig, eller så du kommer åt Nextcloud från en betrodd proxy. Om inte, detta är ett säkerhetsproblem och kan tillåta en angripare att förfalska sin IP-adress som synlig för Nextcloud. Ytterligare information finns i <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentationen</a>.",
+ "Memcached is configured as distributed cache, but the wrong PHP module \"memcache\" is installed. \\OC\\Memcache\\Memcached only supports \"memcached\" and not \"memcache\". See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">memcached wiki about both modules</a>." : "Memcached är konfigurerad som distribuerad cache, men fel PHP-modul \"memcache\" är installerat. \\OC\\Memcache\\Memcached stöder endast \"memcached\" och inte \"memcache\". Se<a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">memcached wiki om båda modulerna</a>.",
+ "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">List of invalid files…</a> / <a href=\"{rescanEndpoint}\">Rescan…</a>)" : "Vissa filer har inte passerat integritetskontrollen. Ytterligare information om hur du löser problemet kan du hitta i vår <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentation</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">Lista över ogiltiga filer…</a> / <a href=\"{rescanEndpoint}\">Skanna igen…</a>)",
+ "The PHP OPcache module is not loaded. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance it is recommended</a> to load it into your PHP installation." : "Modulen PHP OPcache är inte laddad. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">För bättre prestanda rekommenderas</a> att aktivera den i PHP-installationen.",
+ "The PHP OPcache is not properly configured. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance it is recommended</a> to use the following settings in the <code>php.ini</code>:" : "PHP OPcache är inte korrekt konfigurerad. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">För bättre prestanda rekommenderas</a> att använda följande inställningar i <code>php.ini</code>:",
+ "To migrate to another database use the command line tool: 'occ db:convert-type', or see the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation ↗</a>." : "För att migrera till en annan databas använd kommandoradsverktyget: \"occ db:convert-type\", eller se <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentationen ↗</a>.",
+ "Use of the the built in php mailer is no longer supported. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Please update your email server settings ↗<a/>." : "Användning av den inbyggda php mailer stöds inte längre. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Vänligen uppdatera inställningarna för din e-postserver ↗<a/>.",
+ "The \"{header}\" HTTP header is not set to \"{val1}\", \"{val2}\", \"{val3}\", \"{val4}\" or \"{val5}\". This can leak referer information. See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{link}\">W3C Recommendation ↗</a>." : "HTTP-rubriken \"{header}\" är inte satt till \"{val1}\", \"{val2}\", \"{val3}\", \"{val4}\" eller \"{val5}\". Det kan orsaka informationsläckage om hänvisningar. Se <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{link}\">W3C-rekommendationen ↗</a>.",
+ "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the <a href=\"{docUrl}\" rel=\"noreferrer noopener\">security tips ↗</a>." : "HTTP-rubriken \"Strict-Transport-Security\" är inte satt till minst \"{seconds}\" sekunder. För ökad säkerhet är det rekommenderat att slå på HSTS som det beskrivs under <a href=\"{docUrl}\" rel=\"noreferrer noopener\">säkerhetstips ↗</a>.",
+ "Continue to Nextcloud" : "Fortsätt till Nextcloud",
+ "_The update was successful. Redirecting you to Nextcloud in %n second._::_The update was successful. Redirecting you to Nextcloud in %n seconds._" : ["Uppdateringen lyckades. Omdirigerar dig till molnet om %n sekund.","Uppdateringen lyckades. Omdirigerar dig till molnet om %n sekunder."],
+ "Searching other places" : "Söker på andra platser",
+ "No search results in other folders for {tag}{filter}{endtag}" : "Inget sökresultat i andra mappar för {tag}{filter}{endtag}",
+ "_{count} search result in another folder_::_{count} search results in other folders_" : ["{count} sökresultat i en annan mapp","{count} sökresultat i andra mappar"],
+ "A password reset message has been sent to the e-mail address of this account. If you do not receive it, check your spam/junk folders or ask your local administrator for help." : "Ett meddelande om lösenordsåterställning har skickats till e-postadressen för det här kontot. Om du får det, kontrollera dina spam/skräp -mappar eller fråga din lokala administratör om hjälp.",
+ "Password can not be changed. Please contact your administrator." : "Lösenordet kan inte ändras. Vänligen kontakta din administratör.",
+ "Can't install this app because it is not compatible" : "Appen kan inte installeras eftersom den inte är kompatibel",
+ "Can't install this app" : "Appen kan inte installeras",
+ "These apps will be updated:" : "Dessa appar kommer att uppdateras:"
},
"nplurals=2; plural=(n != 1);");
diff --git a/core/l10n/sv.json b/core/l10n/sv.json
index b4e75869d86..3a7bfcf3fe4 100644
--- a/core/l10n/sv.json
+++ b/core/l10n/sv.json
@@ -13,6 +13,7 @@
"No valid crop data provided" : "Ingen giltig beskärningsdata tillhandahölls",
"Crop is not square" : "Beskärning är inte kvadratisk",
"State token does not match" : "Tillstånds-token matchar inte",
+ "Invalid app password" : "Felaktigt app-lösenord",
"Could not complete login" : "Kunde inte slutföra inloggningen",
"Your login token is invalid or has expired" : "Din inloggnings-token är ogiltigt eller har gått ut",
"Password reset is disabled" : "Lösenordsåterställning är avaktiverat",
@@ -22,10 +23,10 @@
"Password reset" : "Lösenordsåterställning",
"Click the following button to reset your password. If you have not requested the password reset, then ignore this email." : "Klicka på knappen för att återställa ditt lösenord. Om du inte har begärt att återställa ditt lösenord så kan du ignorera detta epost, inget kommer då att ske.",
"Click the following link to reset your password. If you have not requested the password reset, then ignore this email." : "Klicka på länken för att återställa ditt lösenord. Om du inte har begärt att lösenordet ska återställas så kan du ignorera detta epost.",
- "Reset your password" : "Åsterställ ditt lösenord",
+ "Reset your password" : "Återställ ditt lösenord",
"Nextcloud Server" : "Nextcloud-server",
"Some of your link shares have been removed" : "Några av dina delade länkar har tagits bort",
- "Due to a security bug we had to remove some of your link shares. Please see the link for more information." : "På grund av en säkerhetsbugg var vi tvungna att ta bort några av dina delade länkar. Se länken för mer information.",
+ "Due to a security bug we had to remove some of your link shares. Please see the link for more information." : "På grund av ett säkerhetsfel var vi tvungna att ta bort några av dina delade länkar. Se länken för mer information.",
"Preparing update" : "Förbereder uppdatering",
"[%d / %d]: %s" : "[%d / %d]: %s",
"Repair step:" : "Reparationssteg: ",
@@ -39,65 +40,37 @@
"Maintenance mode is kept active" : "Underhållsläget förblir aktiverat",
"Updating database schema" : "Uppdaterar databasschema",
"Updated database" : "Uppdaterade databasen",
- "Checking whether the database schema can be updated (this can take a long time depending on the database size)" : "Kontrollerar om databasschema kan uppdateras (detta kan ta lång tid beroende på databasens storlek)",
- "Checked database schema update" : "Kontrollerade uppdatering av databasschemat",
- "Checking updates of apps" : "Kontrollerar uppdatering av appar",
- "Checking for update of app \"%s\" in appstore" : "Letar efter uppdatering av appen \"%s\" i appbutiken",
- "Update app \"%s\" from appstore" : "Uppdatera appen \"%s\" från appbutiken",
- "Checked for update of app \"%s\" in appstore" : "Letade efter uppdatering av appen \"%s\" i appbutiken",
"Checking whether the database schema for %s can be updated (this can take a long time depending on the database size)" : "Kontrollerar om databasschema för %s kan uppdateras (detta kan ta lång tid beroende på databasens storlek)",
- "Checked database schema update for apps" : "Kontrollerade uppdatering av databasschemat för applikationer",
"Updated \"%1$s\" to %2$s" : "Uppdaterade \"%1$s\" till %2$s",
"Set log level to debug" : "Sätter loggningsnivå till \"debug\"",
"Reset log level" : "Återställer loggningsnivå",
"Starting code integrity check" : "Startar integritetskontroll av kod",
"Finished code integrity check" : "Slutförde integritetskontroll av kod",
"%s (incompatible)" : "%s (inkompatibel)",
- "Following apps have been disabled: %s" : "Följande appar har inaktiverats: %s",
+ "The following apps have been disabled: %s" : "Följande appar har inaktiverats: %s",
"Already up to date" : "Redan uppdaterad",
"Your web server is not yet properly set up to allow file synchronization, because the WebDAV interface seems to be broken." : "Din webbserver är ännu inte korrekt inställd för att tillåta filsynkronisering, eftersom WebDAV-gränssnittet verkar vara trasigt.",
- "Your web server is not properly set up to resolve \"{url}\". Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Din webbserver är inte korrekt inställd för att lösa \"{url}\". Ytterligare information finns i <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentationen</a>.",
"PHP does not seem to be setup properly to query system environment variables. The test with getenv(\"PATH\") only returns an empty response." : "PHP verkar inte vara korrekt inställd för att fråga efter systemmiljövariabler. Testet med getenv(\"PATH\") ger bara ett tomt svar.",
- "Please check the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">installation documentation ↗</a> for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "Läs PHP-installationsanteckningarna i <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">installationsdokumentationen ↗</a> för PHP-konfigurering av servern, särskilt om du använder php-fpm.",
"The read-only config has been enabled. This prevents setting some configurations via the web-interface. Furthermore, the file needs to be made writable manually for every update." : "Den skrivskyddade konfigurationen har aktiverats. Detta förhindrar att vissa konfigurationer ställs in via webbgränssnittet. Dessutom måste filen göras skrivbar manuellt för varje uppdatering.",
"Your database does not run with \"READ COMMITTED\" transaction isolation level. This can cause problems when multiple actions are executed in parallel." : "Databasen körs inte med transaktionsisoleringsnivån \"READ COMMITTED\". Det kan orsaka problem när flera aktiviteter körs parallellt.",
"The PHP module \"fileinfo\" is missing. It is strongly recommended to enable this module to get the best results with MIME type detection." : "PHP-modulen \"fileinfo\" saknas. Det rekommenderas starkt att göra det möjligt för den här modulen att få bästa resultat med MIME-typdetektering.",
- "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems. See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation ↗</a> for more information." : "Transaktionsfillåsning är inaktiverad, det kan leda till problem med tävlingsförhållanden. Aktivera \"filelocking.enabled\" i config.php för att undvika dessa problem. Se <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentationen ↗</a> för mer information.",
"It was not possible to execute the cron job via CLI. The following technical errors have appeared:" : "Det var inte möjligt att utföra cron-jobbet via CLI. Följande tekniska fel har uppstått:",
- "Last background job execution ran {relativeTime}. Something seems wrong." : "Senaste bakgrundsjobb körde {relativeTime}. Något verkar fel.",
- "Check the background job settings" : "Kontrollera inställningarna för bakgrundsjobb",
- "This server has no working Internet connection: Multiple endpoints could not be reached. This means that some of the features like mounting external storage, notifications about updates or installation of third-party apps will not work. Accessing files remotely and sending of notification emails might not work, either. Establish a connection from this server to the Internet to enjoy all features." : "Den här servern har ingen fungerande Internetanslutning: flera slutpunkter kunde inte nås. Det innebär att några av funktionerna som montering av extern lagring, aviseringar om uppdateringar eller installation av tredjepartsprogram inte fungerar. Åtkomst till filer på distans och sändning av e-postmeddelanden kanske inte heller fungerar. Upprätta en anslutning från den här servern till Internet för att njuta av alla funktioner.",
- "No memory cache has been configured. To enhance performance, please configure a memcache, if available. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Inget minnescache har konfigurerats. För att förbättra prestanda, konfigurera en memcache, om tillgänglig. Ytterligare information finns i <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentationen</a>.",
- "No suitable source for randomness found by PHP which is highly discouraged for security reasons. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Ingen lämplig källa för slumpmässighet hittades av PHP som är mycket avskräckt av säkerhetsskäl. Ytterligare information finns i <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentationen</a>.",
- "You are currently running PHP {version}. Upgrade your PHP version to take advantage of <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">performance and security updates provided by the PHP Group</a> as soon as your distribution supports it." : "Du kör för närvarande PHP {version}. Uppgradera din PHP-version för att dra nytta av <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">prestanda och säkerhetsuppdateringar som tillhandahålls av PHP-gruppen</a> så snart din distribution stöder den.",
- "The reverse proxy header configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If not, this is a security issue and can allow an attacker to spoof their IP address as visible to the Nextcloud. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Den omvända proxyrubrik-konfigurationen är felaktig, eller så du kommer åt Nextcloud från en betrodd proxy. Om inte, detta är ett säkerhetsproblem och kan tillåta en angripare att förfalska sin IP-adress som synlig för Nextcloud. Ytterligare information finns i <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentationen</a>.",
- "Memcached is configured as distributed cache, but the wrong PHP module \"memcache\" is installed. \\OC\\Memcache\\Memcached only supports \"memcached\" and not \"memcache\". See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">memcached wiki about both modules</a>." : "Memcached är konfigurerad som distribuerad cache, men fel PHP-modul \"memcache\" är installerat. \\OC\\Memcache\\Memcached stöder endast \"memcached\" och inte \"memcache\". Se<a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">memcached wiki om båda modulerna</a>.",
- "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">List of invalid files…</a> / <a href=\"{rescanEndpoint}\">Rescan…</a>)" : "Vissa filer har inte passerat integritetskontrollen. Ytterligare information om hur du löser problemet kan du hitta i vår <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentation</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">Lista över ogiltiga filer…</a> / <a href=\"{rescanEndpoint}\">Skanna igen…</a>)",
- "The PHP OPcache is not properly configured. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance it is recommended</a> to use the following settings in the <code>php.ini</code>:" : "PHP OPcache är inte korrekt konfigurerad. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">För bättre prestanda rekommenderas</a> att använda följande inställningar i <code>php.ini</code>:",
+ "This server has no working Internet connection: Multiple endpoints could not be reached. This means that some of the features like mounting external storage, notifications about updates or installation of third-party apps will not work. Accessing files remotely and sending of notification emails might not work, either. Establish a connection from this server to the Internet to enjoy all features." : "Den här servern har ingen fungerande internetuppkoppling: flera slutpunkter kunde inte nås. Det här innebär att några av funktionerna som montering av extern lagring, aviseringar om uppdateringar eller installation av tredjepartsprogram inte fungerar. Åtkomst till filer på distans och skicka e-postmeddelanden kanske inte heller fungerar. Upprätta en anslutning från den här servern till Internet för att njuta av alla funktioner.",
"The PHP function \"set_time_limit\" is not available. This could result in scripts being halted mid-execution, breaking your installation. Enabling this function is strongly recommended." : "PHP-funktionen \"set_time_limit\" är inte tillgänglig. Detta kan leda till att skript stoppas i mitten av utförandet och bryter din installation. Aktivering av denna funktion rekommenderas starkt.",
"Your PHP does not have FreeType support, resulting in breakage of profile pictures and the settings interface." : "Din PHP har inte FreeType-stöd, vilket resulterar i brott i profilbilder och inställningsgränssnittet.",
"Missing index \"{indexName}\" in table \"{tableName}\"." : "Saknar index \"{indexName}\" i tabellen \"{tableName}\".",
"The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "Databasen saknar några index. Dessa adderas inte automatsikt då indexering av stora tabeller kan ta tid. Med kommandot \"occ db:add-missing-indices\" kan de saknade indices läggas till manuellt utan att instansen behöver stoppas. Indexerade tabeller ger oftast mycket snabbare svar.",
+ "Missing optional column \"{columnName}\" in table \"{tableName}\"." : "Saknar den valfria kolumnen \"{columnName}\" i tabell \"{tableName}\".",
"This instance is missing some recommended PHP modules. For improved performance and better compatibility it is highly recommended to install them." : "Instansen saknar några rekommenderade PHP-moduler. För förbättrad prestanda och kompatibilitet är det starkt rekommenderat att installera dem.",
"SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend." : "SQLite används som databas. För större installationer så rekommenderar vi ett byte till en annan databasbackend.",
"This is particularly recommended when using the desktop client for file synchronisation." : "Detta rekommenderas särskilt när du använder skrivbordsklienten för filsynkronisering.",
- "To migrate to another database use the command line tool: 'occ db:convert-type', or see the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation ↗</a>." : "För att migrera till en annan databas använd kommandoradsverktyget: \"occ db:convert-type\", eller se <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentationen ↗</a>.",
- "Use of the the built in php mailer is no longer supported. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Please update your email server settings ↗<a/>." : "Användning av den inbyggda php mailer stöds inte längre. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Vänligen uppdatera inställningarna för din e-postserver ↗<a/>.",
"The PHP memory limit is below the recommended value of 512MB." : "Minnesgränsen för PHP är under det rekommenderade värdet på 512 MB.",
+ "Some app directories are owned by a different user than the web server one. This may be the case if apps have been installed manually. Check the permissions of the following app directories:" : "Vissa appkataloger ägs av en annan användare än den som äger webbservern. Detta kan vara fallet om appar har installerats manuellt. Kontrollera behörigheterna för följande appkataloger:",
"Error occurred while checking server setup" : "Ett fel inträffade när en kontroll av serverns konfiguration utfördes",
"Your data directory and files are probably accessible from the Internet. The .htaccess file is not working. It is strongly recommended that you configure your web server so that the data directory is no longer accessible, or move the data directory outside the web server document root." : "Din datamapp och filer är förmodligen tillgängliga från Internet. .htaccess-filen fungerar inte. Det rekommenderas starkt att du konfigurerar din webbserver så att datakatalogen inte längre är tillgänglig eller flyttar datakatalogen utanför dokument root för webbservern.",
"The \"{header}\" HTTP header is not set to \"{expected}\". This is a potential security or privacy risk, as it is recommended to adjust this setting accordingly." : "HTTP-rubriken \"{header}\" är inte inställd till \"{expected}\". Detta är en potentiell säkerhets- eller sekretessrisk, eftersom det rekommenderas att justera denna inställning i enlighet med detta.",
"The \"{header}\" HTTP header is not set to \"{expected}\". Some features might not work correctly, as it is recommended to adjust this setting accordingly." : "HTTP-rubriken \"{header}\" är inte inställd till \"{expected}\". Vissa funktioner kanske inte fungerar korrekt, eftersom det rekommenderas att justera den här inställningen i enlighet med detta.",
"The \"{header}\" HTTP header doesn't contain \"{expected}\". This is a potential security or privacy risk, as it is recommended to adjust this setting accordingly." : "HTTP-rubriken \"{header}\" innehåller inte \"{expected}\". Det innebär en potentiell säkerhetsrisk. Det är rekommenderat att ändra inställningen.",
- "The \"{header}\" HTTP header is not set to \"{val1}\", \"{val2}\", \"{val3}\", \"{val4}\" or \"{val5}\". This can leak referer information. See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{link}\">W3C Recommendation ↗</a>." : "HTTP-rubriken \"{header}\" är inte satt till \"{val1}\", \"{val2}\", \"{val3}\", \"{val4}\" eller \"{val5}\". Det kan orsaka informationsläckage om hänvisningar. Se <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{link}\">W3C-rekommendationen ↗</a>.",
- "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the <a href=\"{docUrl}\" rel=\"noreferrer noopener\">security tips ↗</a>." : "HTTP-rubriken \"Strict-Transport-Security\" är inte satt till minst \"{seconds}\" sekunder. För ökad säkerhet är det rekommenderat att slå på HSTS som det beskrivs under <a href=\"{docUrl}\" rel=\"noreferrer noopener\">säkerhetstips ↗</a>.",
- "Non-existing tag #{tag}" : "Icke-existerande tag #{tag}",
- "restricted" : "begränsad",
- "invisible" : "osynlig",
- "Delete" : "Radera",
- "Rename" : "Byt namn",
- "Collaborative tags" : "Samverkanstaggar",
- "No tags found" : "Hittade inga taggar",
"unknown text" : "okänd text",
"Hello world!" : "Hej världen!",
"sunny" : "soligt",
@@ -112,27 +85,23 @@
"Please reload the page." : "Vänligen uppdatera sidan.",
"The update was unsuccessful. For more information <a href=\"{url}\">check our forum post</a> covering this issue." : "Uppdateringen misslyckades. För mer information <a href=\"{url}\">se vår forumpost</a> angående problemet.",
"The update was unsuccessful. Please report this issue to the <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">Nextcloud community</a>." : "Uppdateringen misslyckades. Vänligen rapportera felet till <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">Nextcloud-gemenskapen</a>.",
- "Continue to Nextcloud" : "Fortsätt till Nextcloud",
- "_The update was successful. Redirecting you to Nextcloud in %n second._::_The update was successful. Redirecting you to Nextcloud in %n seconds._" : ["Uppdateringen lyckades. Omdirigerar dig till molnet om %n sekund.","Uppdateringen lyckades. Omdirigerar dig till molnet om %n sekunder."],
- "Searching other places" : "Söker på andra platser",
- "No search results in other folders for {tag}{filter}{endtag}" : "Inget sökresultat i andra mappar för {tag}{filter}{endtag}",
- "_{count} search result in another folder_::_{count} search results in other folders_" : ["{count} sökresultat i en annan mapp","{count} sökresultat i andra mappar"],
+ "Log in" : "Logga in",
+ "Logging in …" : "Loggar in ...",
"Server side authentication failed!" : "Servern misslyckades med autentisering!",
"Please contact your administrator." : "Vänligen kontakta din administratör.",
"An internal error occurred." : "Ett internt fel uppstod.",
"Please try again or contact your administrator." : "Vänligen försök igen eller kontakta din administratör.",
"Username or email" : "Användarnamn eller e-post",
"Password" : "Lösenord",
- "Log in" : "Logga in",
- "Logging in …" : "Loggar in ...",
"Wrong username or password." : "Felaktigt användarnamn eller lösenord",
"User disabled" : "Användare inaktiverad",
"We have detected multiple invalid login attempts from your IP. Therefore your next login is throttled up to 30 seconds." : "Vi har upptäckt flera felaktiga inloggningsförsök från din IP-adress. Ditt nästa inloggningsförsök kommer därför att fördröjas med upp till 30 sekunder.",
+ "Your account is not setup for passwordless login." : "Ditt konto är inte inställt för inloggning utan lösenord.",
+ "Passwordless authentication is not supported in your browser." : "Lösenordsfri autentisering stöds inte i din webbläsare.",
+ "Passwordless authentication is only available over a secure connection." : "Lösenordsfri autentisering är endast tillgänglig via en säker anslutning.",
"Reset password" : "Återställ lösenord",
- "A password reset message has been sent to the e-mail address of this account. If you do not receive it, check your spam/junk folders or ask your local administrator for help." : "Ett meddelande om lösenordsåterställning har skickats till e-postadressen för det här kontot. Om du får det, kontrollera dina spam/skräp -mappar eller fråga din lokala administratör om hjälp.",
"If it is not there ask your local administrator." : "Om det inte finns, fråga din lokala administratör.",
"Couldn't send reset email. Please contact your administrator." : "Kunde inte skicka återställningsmejl. Vänligen kontakta din administratör.",
- "Password can not be changed. Please contact your administrator." : "Lösenordet kan inte ändras. Vänligen kontakta din administratör.",
"Back to login" : "Tillbaka till inloggning",
"New password" : "Nytt lösenord",
"Your files are encrypted. There will be no way to get your data back after your password is reset. If you are not sure what to do, please contact your administrator before you continue. Do you really want to continue?" : "Dina filer är krypterade. Det kommer inte att finnas något sätt att få tillbaka dina data efter att ditt lösenord har återställs. Om du är osäker på hur du ska göra, kontakta din administratör innan du fortsätter. Är du verkligen säker på att du vill fortsätta?",
@@ -142,13 +111,23 @@
"Loading apps …" : "Läser in appar …",
"Installing apps …" : "Installerar appar ...",
"App download or installation failed" : "Hämtning eller installation av appen misslyckades",
- "Can't install this app because it is not compatible" : "Appen kan inte installeras eftersom den inte är kompatibel",
- "Can't install this app" : "Appen kan inte installeras",
"Cancel" : "Avbryt",
"Schedule work & meetings, synced with all your devices." : "Planera arbete och möten, synkronisera med alla dina enheter.",
"Keep your colleagues and friends in one place without leaking their private info." : "Håll dina kollegor och vänner på ett ställe utan att läcka deras privata info.",
"Simple email app nicely integrated with Files, Contacts and Calendar." : "Enkel e-post app integrerad med filer, kontakter och kalender.",
"Forgot password?" : "Glömt lösenordet?",
+ "Log in with a device" : "Logga in med en enhet",
+ "Back" : "Tillbaka",
+ "Reset search" : "Återställ sökning",
+ "Search for {name} only" : "Sök efter endast {name}",
+ "No results for {query}" : "Inga resultat för {query}",
+ "Start typing to search" : "Börja skriva för att söka",
+ "Loading more results …" : "Hämtar fler resultat ...",
+ "Load more results" : "Hämta fler resultat",
+ "Search" : "Sök",
+ "An error occurred while searching for {type}" : "Ett fel uppstod vid sökning efter {type}",
+ "_Please enter {minSearchLength} character or more to search_::_Please enter {minSearchLength} characters or more to search_" : ["Ange {minSearchLength} tecken eller mer för att söka","Ange {minSearchLength} tecken eller mer för att söka"],
+ "Search {types} …" : "Sök {types} …",
"Settings" : "Inställningar",
"Could not load your contacts" : "Det gick inte att läsa in dina kontakter",
"Search contacts …" : "Sök kontakter ...",
@@ -186,7 +165,7 @@
"Continue" : "Fortsätt",
"(all selected)" : "(Alla valda)",
"({count} selected)" : "({count} valda)",
- "Error loading file exists template" : "Fel uppstod filmall existerar",
+ "Error loading file exists template" : "Fel vid inläsning av fil finns i mall",
"Pending" : "Väntar",
"Copy to {folder}" : "Kopiera till {folder}",
"Move to {folder}" : "Flytta till {folder}",
@@ -216,6 +195,13 @@
"Strong password" : "Starkt lösenord",
"No action available" : "Ingen åtgärd tillgänglig",
"Error fetching contact actions" : "Fel vid hämtning av kontakthändelser",
+ "Non-existing tag #{tag}" : "Icke-existerande tag #{tag}",
+ "restricted" : "begränsad",
+ "invisible" : "osynlig",
+ "Delete" : "Ta bort",
+ "Rename" : "Byt namn",
+ "Collaborative tags" : "Samverkanstaggar",
+ "No tags found" : "Hittade inga taggar",
"Personal" : "Personliga Inställningar",
"Users" : "Användare",
"Apps" : "Appar",
@@ -225,7 +211,9 @@
"File not found" : "Filen kunde inte hittas",
"The document could not be found on the server. Maybe the share was deleted or has expired?" : "Dokumentet kunde inte hittas på servern. Kanske var delningen raderad eller har gått ut?",
"Back to %s" : "Tillbaka till %s",
+ "There were too many requests from your network. Retry later or contact your administrator if this is an error." : "Det kom för många förfrågningar från ditt nätverk. Försök senare eller kontakta din administratör om detta är ett fel.",
"Error" : "Fel",
+ "Previous" : "Föregående",
"Internal Server Error" : "Internt serverfel",
"The server was unable to complete your request." : "Servern kunde inte slutföra din begäran.",
"If this happens again, please send the technical details below to the server administrator." : "Om det händer igen, vänligen skicka de tekniska detaljerna nedan till din serveradministratör.",
@@ -240,7 +228,7 @@
"Line: %s" : "Rad: %s",
"Trace" : "Spåra",
"Security warning" : "Säkerhetsvarning",
- "Your data directory and files are probably accessible from the internet because the .htaccess file does not work." : "Din datakatalog och filer är förmodligen tillgängliga från Internet, eftersom .htaccess-filen inte fungerar.",
+ "Your data directory and files are probably accessible from the internet because the .htaccess file does not work." : "Din datakatalog och filer är förmodligen tillgängliga från Internet eftersom filen .htaccess inte fungerar.",
"For information how to properly configure your server, please see the <a href=\"%s\" target=\"_blank\" rel=\"noreferrer noopener\">documentation</a>." : "Information hur din server bäst konfigureras kan hittas i <a href=\"%s\" target=\"_blank\" rel=\"noreferrer noopener\">dokumentationen</a>.",
"Create an <strong>admin account</strong>" : "Skapa ett <strong>administratörskonto</strong>",
"Username" : "Användarnamn",
@@ -262,11 +250,11 @@
"SQLite should only be used for minimal and development instances. For production we recommend a different database backend." : "SQLite bör endast användas till små installationer och installationer avsedda för utveckling. För produktion rekommenderar vi byte till annan databas.",
"If you use clients for file syncing, the use of SQLite is highly discouraged." : "Om du använder synkklienter avråder vi starkt från användning av SQLite.",
"Install recommended apps" : "Installera rekommenderade appar",
- "Calendar, Contacts, Talk, Mail & OnlyOffice" : "Kalender, Kontakter, Talk, E-post & OnlyOffice",
"Finish setup" : "Slutför installationen",
- "Finishing …" : "Avslutar ...",
- "Need help?" : "Behöver du hjälp?",
- "See the documentation" : "Läs dokumentationen",
+ "Finishing …" : "Slutför ...",
+ "Need help?" : "Behövs hjälp?",
+ "See the documentation" : "Se dokumentationen",
+ "Could not remove CAN_INSTALL from the config folder. Please remove this file manually." : "Det gick inte att ta bort CAN_INSTALL från konfigurationsmappen. Ta bort den här filen manuellt.",
"This application requires JavaScript for correct operation. Please {linkstart}enable JavaScript{linkend} and reload the page." : "Denna applikationen kräver JavaScript för att fungera korrekt. Vänligen {linkstart}aktivera JavaScript{linkend} och uppdatera sidan.",
"Get your own free account" : "Skaffa ett eget gratiskonto",
"Skip to main content" : "Skippa till huvudinnehållet",
@@ -274,8 +262,6 @@
"More apps" : "Fler appar",
"More" : "Mer",
"More apps menu" : "Fler appar - meny",
- "Search" : "Sök",
- "Reset search" : "Återställ sökning",
"Contacts" : "Kontakter",
"Contacts menu" : "Kontaktmeny",
"Settings menu" : "Inställningsmeny",
@@ -309,7 +295,6 @@
"Further information how to configure this can be found in the %1$sdocumentation%2$s." : "Ytterligare information hur du konfigurerar detta finns i %1$sdokumentationen%2$s.",
"App update required" : "Appen behöver uppdateras",
"%1$s will be updated to version %2$s" : "%1$s kommer att uppdateras till version %2$s",
- "These apps will be updated:" : "Dessa appar kommer att uppdateras:",
"These incompatible apps will be disabled:" : "Dessa inkompatibla appar kommer att inaktiveras",
"The theme %s has been disabled." : "Temat %s har blivit inaktiverat.",
"Please make sure that the database, the config folder and the data folder have been backed up before proceeding." : "Vänligen säkerställ att en säkerhetskopia har gjorts av databasen, konfigurations- och datamappen innan du fortsätter.",
@@ -325,95 +310,41 @@
"This %s instance is currently in maintenance mode, which may take a while." : "Denna %s-instans befinner sig för närvarande i underhållsläge, vilket kan ta ett tag.",
"This page will refresh itself when the instance is available again." : "Denna sida uppdaterar sig själv när instansen är tillgänglig igen.",
"Contact your system administrator if this message persists or appeared unexpectedly." : "Hör av dig till din systemadministratör om detta meddelande fortsätter eller visas oväntat.",
- "Could not send reset email because there is no email address for this username. Please contact your administrator." : "Kunde inte skicka e-postmeddelande för återställning eftersom det saknas e-postadress för denna användare. Vänligen kontakta din administratör",
- "Couldn't send reset email. Please make sure your username is correct." : "Kunde inte skicka återställningsmejl. Vänligen kontrollera att ditt användarnamn är korrekt.",
- "We have send a password reset e-mail to the e-mail address known to us for this account. If you do not receive it within a reasonable amount of time, check your spam/junk folders.<br>If it is not there ask your local administrator." : "Vi har skickat ett mejl för lösenordsåterställning till den e-postadress som är känd för detta konto. Om du inte får det inom rimlig tid, kontrollera dina skräppost-mappar.<br>Om det inte är där, fråga din lokala administratör.",
- "Your files are encrypted. There will be no way to get your data back after your password is reset.<br />If you are not sure what to do, please contact your administrator before you continue. <br />Do you really want to continue?" : "Dina filer är krypterade. Det kommer inte att finnas något sätt att få tillbaka dina data efter att ditt lösenord om ditt lösenord återställs..<br />Om du är osäker på hur du ska göra, vänligen kontakta din administratör innan du fortsätter..<br />Är du verkligen säker på att du vill fortsätta?",
- "Sending email …" : "Skickar epost ...",
- "You are currently running PHP 5.6. The current major version of Nextcloud is the last that is supported on PHP 5.6. It is recommended to upgrade the PHP version to 7.0+ to be able to upgrade to Nextcloud 14." : "Du kör för närvarande PHP 5.6. Den nuvarande omfattande versionen av Nextcloud är den sista som stöds på PHP 5.6. Det rekommenderas att uppgradera PHP-versionen till 7.0+ för att kunna uppgradera till Nextcloud 14.",
- "Accessing site insecurely via HTTP. You are strongly adviced to set up your server to require HTTPS instead, as described in the <a href=\"{docUrl}\">security tips ↗</a>." : "Åtkomst till webbplatsen osäkert via HTTP. Du rekommenderas starkt att ställa in din server att kräva HTTPS istället, som beskrivs i <a href=\"{docUrl}\">säkerhetstips ↗</a>.",
- "Shared" : "Delad",
- "Shared with" : "Delad med",
- "Shared by" : "Delad av",
- "Choose a password for the public link" : "Välj ett lösenord för den offentliga länken",
- "Choose a password for the public link or press the \"Enter\" key" : "Välj ett lösenord för den publika länken eller tryck Enter",
- "Copied!" : "Kopierad!",
- "Copy link" : "Kopiera länk",
- "Not supported!" : "Stöds inte!",
- "Press ⌘-C to copy." : "Tryck ned ⌘-C för att kopiera.",
- "Press Ctrl-C to copy." : "Tryck ned Ctrl-C för att kopiera.",
- "Unable to create a link share" : "Kan inte skapa länkdelning",
- "Unable to toggle this option" : "Kan inte växla om det här alternativet",
- "Resharing is not allowed" : "Dela vidare är inte tillåtet",
- "Link" : "Länk",
- "Hide download" : "Dölj hämtning",
- "Password protection enforced" : "Lösenordsskydd obligatorisk",
- "Password protect" : "Lösenordsskydda",
- "Allow editing" : "Tillåt redigering",
- "Email link to person" : "Skicka länken som e-postmeddelande",
- "Send" : "Skicka",
- "Allow upload and editing" : "Tillåt uppladdning och redigering",
- "Read only" : "Läsbehörigheter",
- "File drop (upload only)" : "Göm fillista (endast uppladdning)",
- "Expiration date enforced" : "Förfallodatum obligatorisk",
- "Set expiration date" : "Välj utgångsdatum",
- "Expiration" : "Upphör",
- "Expiration date" : "Förfallodatum",
- "Note to recipient" : "Notering till mottagare",
- "Unshare" : "Sluta dela",
- "Delete share link" : "Radera delad länk",
- "Add another link" : "Lägg till en annan länk",
- "Password protection for links is mandatory" : "Lösenordsskydd för länkar är obligatoriskt",
- "Share to {name}" : "Dela till {name}",
- "Share link" : "Dela länk",
- "New share link" : "Ny delad länk",
- "Created on {time}" : "Skapades {time}",
- "Password protect by Talk" : "Lösenordsskydda med Talk",
- "Could not unshare" : "Kunde inte ta bort delning",
- "Shared with you and the group {group} by {owner}" : "Delad med dig och gruppen {group} av {owner}",
- "Shared with you and {circle} by {owner}" : "Delad med dig och {circle} av {owner}",
- "Shared with you and the conversation {conversation} by {owner}" : "Delad med dig och konversation {conversation} av {owner}",
- "Shared with you in a conversation by {owner}" : "Delad med dig i en konversation av {owner}",
- "Shared with you by {owner}" : "Delad med dig av {owner}",
- "Choose a password for the mail share" : "Välj ett lösenord för delning via e-post",
- "group" : "Grupp",
- "remote" : "extern",
- "remote group" : "Fjärrgrupp",
- "email" : "e-post",
- "conversation" : "Konversation",
- "shared by {sharer}" : "delat av {sharer}",
- "Can reshare" : "Kan dela vidare",
- "Can edit" : "Kan redigera",
- "Can create" : "Kan skapa",
- "Can change" : "Kan ändra",
- "Can delete" : "Kan radera",
- "Access control" : "Åtkomstkontroll",
- "{shareInitiatorDisplayName} shared via link" : "{shareInitiatorDisplayName} delad via länk",
- "Error while sharing" : "Fel vid delning",
- "Share details could not be loaded for this item." : "Delningsdetaljer kunde inte läsas in för detta objekt.",
- "Search globally" : "Sök globalt",
- "_At least {count} character is needed for autocompletion_::_At least {count} characters are needed for autocompletion_" : ["Minst {count} tecken krävs för automatisk ifyllning","Minst {count} tecken krävs för automatisk ifyllning"],
- "This list is maybe truncated - please refine your search term to see more results." : "Denna lista kan vara trunkerad - vänligen förfina dina söktermer för att se fler resultat",
- "No users or groups found for {search}" : "Inga användare eller grupper funna för {search}",
- "No users found for {search}" : "Inga användare funna för {search}",
- "An error occurred (\"{message}\"). Please try again" : "Ett fel uppstod (\"{message}\"). Försök igen",
- "An error occurred. Please try again" : "Ett fel uppstod. Vänligen försök igen",
- "Home" : "Hem",
- "Work" : "Arbete",
- "Other" : "Annan",
- "{sharee} (remote group)" : "{sharee} (remote group)",
- "{sharee} ({type}, {owner})" : "{sharee} ({type}, {owner})",
- "Share" : "Dela",
- "Name or email address..." : "Namn eller e-postadress",
- "Name or federated cloud ID..." : "Namn eller federerat moln-ID",
- "Name, federated cloud ID or email address..." : "Namn, federerat moln-ID eller e-postadress...",
- "Name..." : "Namn...",
- "Error removing share" : "Fel uppstod när delning försökte tas bort",
- "({scope})" : "({scope})",
- "Saving..." : "Sparar...",
- "Dismiss" : "Avfärda",
- "Your client should now be connected! You can close this window." : "Din klient ska nu vara ansluten! Du kan stänga det här fönstret.",
- "New Password" : "Nytt lösenord",
- "Cancel log in" : "Avbryt inloggning"
+ "Checking whether the database schema can be updated (this can take a long time depending on the database size)" : "Kontrollerar om databasschema kan uppdateras (detta kan ta lång tid beroende på databasens storlek)",
+ "Checked database schema update" : "Kontrollerade uppdatering av databasschemat",
+ "Checking updates of apps" : "Kontrollerar uppdatering av appar",
+ "Checking for update of app \"%s\" in appstore" : "Letar efter uppdatering av appen \"%s\" i appbutiken",
+ "Update app \"%s\" from appstore" : "Uppdatera appen \"%s\" från appbutiken",
+ "Checked for update of app \"%s\" in appstore" : "Letade efter uppdatering av appen \"%s\" i appbutiken",
+ "Checked database schema update for apps" : "Kontrollerade uppdatering av databasschemat för applikationer",
+ "Following apps have been disabled: %s" : "Följande appar har inaktiverats: %s",
+ "Your web server is not properly set up to resolve \"{url}\". Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Din webbserver är inte korrekt inställd för att lösa \"{url}\". Ytterligare information finns i <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentationen</a>.",
+ "Your web server is not properly set up to deliver .woff2 files. This is typically an issue with the Nginx configuration. For Nextcloud 15 it needs an adjustement to also deliver .woff2 files. Compare your Nginx configuration to the recommended configuration in our <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Din webbserver är inte korrekt inställd för att leverera .woff2-filer. Detta är vanligtvis ett problem med Nginx-konfigurationen. För Nextcloud 15 behöver den en justering för att också kunna leverera .woff2-filer. Jämför din Nginx-konfiguration med den rekommenderade konfigurationen i vår <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentation</a>.",
+ "Please check the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">installation documentation ↗</a> for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "Läs PHP-installationsanteckningarna i <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">installationsdokumentationen ↗</a> för PHP-konfigurering av servern, särskilt om du använder php-fpm.",
+ "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems. See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation ↗</a> for more information." : "Transaktionsfillåsning är inaktiverad, det kan leda till problem med tävlingsförhållanden. Aktivera \"filelocking.enabled\" i config.php för att undvika dessa problem. Se <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentationen ↗</a> för mer information.",
+ "Last background job execution ran {relativeTime}. Something seems wrong." : "Senaste bakgrundsjobb körde {relativeTime}. Något verkar fel.",
+ "Check the background job settings" : "Kontrollera inställningarna för bakgrundsjobb",
+ "No memory cache has been configured. To enhance performance, please configure a memcache, if available. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Inget minnescache har konfigurerats. För att förbättra prestanda, konfigurera en memcache, om tillgänglig. Ytterligare information finns i <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentationen</a>.",
+ "No suitable source for randomness found by PHP which is highly discouraged for security reasons. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Ingen lämplig källa för slumpmässighet hittades av PHP som är mycket avskräckt av säkerhetsskäl. Ytterligare information finns i <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentationen</a>.",
+ "You are currently running PHP {version}. Upgrade your PHP version to take advantage of <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">performance and security updates provided by the PHP Group</a> as soon as your distribution supports it." : "Du kör för närvarande PHP {version}. Uppgradera din PHP-version för att dra nytta av <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">prestanda och säkerhetsuppdateringar som tillhandahålls av PHP-gruppen</a> så snart din distribution stöder den.",
+ "The reverse proxy header configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If not, this is a security issue and can allow an attacker to spoof their IP address as visible to the Nextcloud. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Den omvända proxyrubrik-konfigurationen är felaktig, eller så du kommer åt Nextcloud från en betrodd proxy. Om inte, detta är ett säkerhetsproblem och kan tillåta en angripare att förfalska sin IP-adress som synlig för Nextcloud. Ytterligare information finns i <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentationen</a>.",
+ "Memcached is configured as distributed cache, but the wrong PHP module \"memcache\" is installed. \\OC\\Memcache\\Memcached only supports \"memcached\" and not \"memcache\". See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">memcached wiki about both modules</a>." : "Memcached är konfigurerad som distribuerad cache, men fel PHP-modul \"memcache\" är installerat. \\OC\\Memcache\\Memcached stöder endast \"memcached\" och inte \"memcache\". Se<a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">memcached wiki om båda modulerna</a>.",
+ "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">List of invalid files…</a> / <a href=\"{rescanEndpoint}\">Rescan…</a>)" : "Vissa filer har inte passerat integritetskontrollen. Ytterligare information om hur du löser problemet kan du hitta i vår <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentation</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">Lista över ogiltiga filer…</a> / <a href=\"{rescanEndpoint}\">Skanna igen…</a>)",
+ "The PHP OPcache module is not loaded. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance it is recommended</a> to load it into your PHP installation." : "Modulen PHP OPcache är inte laddad. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">För bättre prestanda rekommenderas</a> att aktivera den i PHP-installationen.",
+ "The PHP OPcache is not properly configured. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance it is recommended</a> to use the following settings in the <code>php.ini</code>:" : "PHP OPcache är inte korrekt konfigurerad. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">För bättre prestanda rekommenderas</a> att använda följande inställningar i <code>php.ini</code>:",
+ "To migrate to another database use the command line tool: 'occ db:convert-type', or see the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation ↗</a>." : "För att migrera till en annan databas använd kommandoradsverktyget: \"occ db:convert-type\", eller se <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentationen ↗</a>.",
+ "Use of the the built in php mailer is no longer supported. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Please update your email server settings ↗<a/>." : "Användning av den inbyggda php mailer stöds inte längre. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Vänligen uppdatera inställningarna för din e-postserver ↗<a/>.",
+ "The \"{header}\" HTTP header is not set to \"{val1}\", \"{val2}\", \"{val3}\", \"{val4}\" or \"{val5}\". This can leak referer information. See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{link}\">W3C Recommendation ↗</a>." : "HTTP-rubriken \"{header}\" är inte satt till \"{val1}\", \"{val2}\", \"{val3}\", \"{val4}\" eller \"{val5}\". Det kan orsaka informationsläckage om hänvisningar. Se <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{link}\">W3C-rekommendationen ↗</a>.",
+ "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the <a href=\"{docUrl}\" rel=\"noreferrer noopener\">security tips ↗</a>." : "HTTP-rubriken \"Strict-Transport-Security\" är inte satt till minst \"{seconds}\" sekunder. För ökad säkerhet är det rekommenderat att slå på HSTS som det beskrivs under <a href=\"{docUrl}\" rel=\"noreferrer noopener\">säkerhetstips ↗</a>.",
+ "Continue to Nextcloud" : "Fortsätt till Nextcloud",
+ "_The update was successful. Redirecting you to Nextcloud in %n second._::_The update was successful. Redirecting you to Nextcloud in %n seconds._" : ["Uppdateringen lyckades. Omdirigerar dig till molnet om %n sekund.","Uppdateringen lyckades. Omdirigerar dig till molnet om %n sekunder."],
+ "Searching other places" : "Söker på andra platser",
+ "No search results in other folders for {tag}{filter}{endtag}" : "Inget sökresultat i andra mappar för {tag}{filter}{endtag}",
+ "_{count} search result in another folder_::_{count} search results in other folders_" : ["{count} sökresultat i en annan mapp","{count} sökresultat i andra mappar"],
+ "A password reset message has been sent to the e-mail address of this account. If you do not receive it, check your spam/junk folders or ask your local administrator for help." : "Ett meddelande om lösenordsåterställning har skickats till e-postadressen för det här kontot. Om du får det, kontrollera dina spam/skräp -mappar eller fråga din lokala administratör om hjälp.",
+ "Password can not be changed. Please contact your administrator." : "Lösenordet kan inte ändras. Vänligen kontakta din administratör.",
+ "Can't install this app because it is not compatible" : "Appen kan inte installeras eftersom den inte är kompatibel",
+ "Can't install this app" : "Appen kan inte installeras",
+ "These apps will be updated:" : "Dessa appar kommer att uppdateras:"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
} \ No newline at end of file
diff --git a/core/l10n/tr.js b/core/l10n/tr.js
index 5e2b3947e5c..e30164a5056 100644
--- a/core/l10n/tr.js
+++ b/core/l10n/tr.js
@@ -5,6 +5,14 @@ OC.L10N.register(
"File is too big" : "Dosya çok büyük",
"The selected file is not an image." : "Seçilmiş dosya bir görsel dosyası değil.",
"The selected file cannot be read." : "Seçilmiş dosya okunamadı.",
+ "The file was uploaded" : "Dosya yüklendi",
+ "The uploaded file exceeds the upload_max_filesize directive in php.ini" : "Yüklenen dosya php.ini dosyasındaki yüklenebilecek dosya boyutunu belirten upload_max_filesize değişkeninin değerini aşıyor",
+ "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Yüklenen dosya HTML formundaki yüklenebilecek dosya boyutunu belirten MAX_FILE_SIZE değişkeninin değerini aşıyor",
+ "The file was only partially uploaded" : "Dosyanın yalnız bir bölümü yüklendi",
+ "No file was uploaded" : "Herhangi bir dosya yüklenmedi",
+ "Missing a temporary folder" : "Bir geçici klasör eksik",
+ "Could not write file to disk" : "Dosya diske yazılamadı",
+ "A PHP extension stopped the file upload" : "Bir PHP eklentisi dosyanın yüklenmesini engelledi",
"Invalid file provided" : "Belirtilen dosya geçersiz",
"No image or file provided" : "Bir görsel ya da dosya belirtilmemiş",
"Unknown filetype" : "Dosya türü bilinmiyor",
@@ -15,19 +23,22 @@ OC.L10N.register(
"No valid crop data provided" : "Geçerli bir kırpma verisi belirtilmemiş",
"Crop is not square" : "Kırpma kare şeklinde değil",
"State token does not match" : "Durum kodu eşleşmiyor",
+ "Invalid app password" : "Uygulama parolası geçersiz",
"Could not complete login" : "Oturum açılamadı",
"Your login token is invalid or has expired" : "Oturum açma kodunuz geçersiz ya da süresi geçmiş",
"Password reset is disabled" : "Parola sıfırlama devre dışı bırakılmış",
"Couldn't reset password because the token is invalid" : "Kod geçersiz olduğundan parola sıfırlanamadı",
"Couldn't reset password because the token is expired" : "Kodun süresi geçtiğinden parola sıfırlanamadı",
"%s password reset" : "%s parola sıfırlama",
- "Password reset" : "Parolamı Sıfırla",
+ "Password reset" : "Parolamı sıfırla",
"Click the following button to reset your password. If you have not requested the password reset, then ignore this email." : "Parolanızı sıfırlamak için düğmeye tıklayın. Parola sıfırlama isteğinde bulunmadıysanız bu e-postayı yok sayabilirsiniz.",
"Click the following link to reset your password. If you have not requested the password reset, then ignore this email." : "Parolanızı sıfırlamak için bağlantıya tıklayın. Parola sıfırlama isteğinde bulunmadıysanız bu e-postayı yok sayabilirsiniz.",
- "Reset your password" : "Parolamı Sıfırla",
- "Nextcloud Server" : "Nextcloud Sunucusu",
+ "Reset your password" : "Parolamı sıfırla",
+ "Nextcloud Server" : "Nextcloud sunucusu",
"Some of your link shares have been removed" : "Bazı paylaşım bağlantılarınız silindi",
"Due to a security bug we had to remove some of your link shares. Please see the link for more information." : "Bir güvenlik açığı nedeniyle bazı paylaşım bağlantılarınızı silmek zorunda kaldık. ayrıntılı bilgi almak için bağlantıya bakabilirsiniz.",
+ "The user limit of this instance is reached." : "Bu kopya için kullanıcı sayısı sınırına ulaşıldı.",
+ "Enter your subscription key to increase the user limit. For more information about Nextcloud Enterprise see our website." : "Kullanıcı sayısı sınırını arttırmak için abonelik anatarınızı yazın. Nextcloud Enterprise sürümü hakkında ayrıntılı bilgi almak için web sitemize bakabilirsiniz.",
"Preparing update" : "Güncelleme hazırlanıyor",
"[%d / %d]: %s" : "[%d / %d]: %s",
"Repair step:" : "Onarım adımı:",
@@ -41,75 +52,70 @@ OC.L10N.register(
"Maintenance mode is kept active" : "Bakım kipi etkin tutuldu",
"Updating database schema" : "Veritabanı şeması güncelleniyor",
"Updated database" : "Veritabanı güncellendi",
- "Checking whether the database schema can be updated (this can take a long time depending on the database size)" : "Veritabanı şeması güncellemesi denetleniyor (veritabanının büyüklüğüne bağlı olarak uzun sürebilir)",
- "Checked database schema update" : "Veritabanı şeması güncellemesi denetlendi",
- "Checking updates of apps" : "Uygulama güncellemeleri denetleniyor",
- "Checking for update of app \"%s\" in appstore" : "\"%s\" uygulamasının güncellemesi uygulama mağazasından denetleniyor",
- "Update app \"%s\" from appstore" : "\"%s\" uygulamasını uygulama mağazasından güncelle",
- "Checked for update of app \"%s\" in appstore" : "\"%s\" uygulama mağazasının güncellemesi uygulama mağazasından denetlendi",
+ "Checking for update of app \"%s\" in App Store" : "Uygulama mağazasından \"%s\" uygulamasının güncellemesi denetleniyor",
+ "Update app \"%s\" from App Store" : "Uygulama mağazasından \"%s\" uygulamasını güncelle",
+ "Checked for update of app \"%s\" in App Store" : "Uygulama mağazasından \"%s\" uygulamasının güncellemesi denetlendi",
"Checking whether the database schema for %s can be updated (this can take a long time depending on the database size)" : "%s için veritabanı şeması güncellemesi denetleniyor (veritabanının büyüklüğüne bağlı olarak uzun sürebilir)",
- "Checked database schema update for apps" : "Uygulamalar için veritabanı şema güncellemesi denetlendi",
"Updated \"%1$s\" to %2$s" : "\"%1$s\", %2$s sürümüne güncellendi",
"Set log level to debug" : "Günlükleme düzeyini Hata Ayıklama olarak ayarla",
"Reset log level" : "Günlükleme düzeyini sıfırla",
"Starting code integrity check" : "Kod bütünlük sınaması başlatılıyor",
"Finished code integrity check" : "Kod bütünlük sınaması bitti",
"%s (incompatible)" : "%s (uyumsuz)",
- "Following apps have been disabled: %s" : "Aşağıdaki uygulamalar devre dışı bırakıldı: %s",
+ "The following apps have been disabled: %s" : "Şu uygulamalar devre dışı bırakıldı: %s",
"Already up to date" : "Zaten güncel",
"Your web server is not yet properly set up to allow file synchronization, because the WebDAV interface seems to be broken." : "Web sunucunuz dosya eşitlemesi için doğru şekilde ayarlanmamış. WebDAV arabirimi sorunlu görünüyor.",
- "Your web server is not properly set up to resolve \"{url}\". Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Web sunucunuz \"{url}\" adresini çözümleyebilmesi için doğru şekilde ayarlanmamış. Ayrıntılı bilgi almak için <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">belgelere</a> bakabilirsiniz.",
- "Your web server is not properly set up to resolve \"{url}\". This is most likely related to a web server configuration that was not updated to deliver this folder directly. Please compare your configuration against the shipped rewrite rules in \".htaccess\" for Apache or the provided one in the documentation for Nginx at it's <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation page</a>. On Nginx those are typically the lines starting with \"location ~\" that need an update." : "Web sunucunuz \"{url}\" adresini doğru olarak çözümleyecek şekilde yapılandırılmamış. Bu sorun genellikle web sunucu yapılandırmasının bu klasörü doğrudan aktaracak şekilde güncellenmemiş olmasından kaynaklanır. Lütfen kendi yapılandırmanızı, Apache için uygulama ile gelen \".htaccess\" dosyasındaki rewrite komutları ile ya da Nginx için <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">belgeler</a> bölümündeki ayarlar ile karşılaştırın. Nginx üzerinde genellikle \"location ~\" ile başlayan satırların güncellenmesi gerekir.",
- "Your web server is not properly set up to deliver .woff2 files. This is typically an issue with the Nginx configuration. For Nextcloud 15 it needs an adjustement to also deliver .woff2 files. Compare your Nginx configuration to the recommended configuration in our <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Web sunucunuz büyük olasılıkla .woff2 dosyalarını aktaracak şekilde yapılandırılmamış. Bu sık karşılaşılan bir Nginx yapılandırma sorunudur. Nextcloud 15 için .woff2 dosyalarını da aktaracak ek bir ayar yapılması gereklidir. Kullandığınız Nginx yapılandırmasını <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">belgeler</a> bölümünde bulunan önerilen yapılandırma dosyası ile karşılaştırın.",
+ "Your web server is not properly set up to resolve \"{url}\". Further information can be found in the {linkstart}documentation ↗{linkend}." : "Web sunucunuz \"{url}\" adresini çözümleyebilmesi için doğru şekilde ayarlanmamış. Ayrıntılı bilgi almak için {linkstart}belgeler ↗{linkend} bölümüne bakabilirsiniz.",
+ "Your web server is not properly set up to resolve \"{url}\". This is most likely related to a web server configuration that was not updated to deliver this folder directly. Please compare your configuration against the shipped rewrite rules in \".htaccess\" for Apache or the provided one in the documentation for Nginx at it's {linkstart}documentation page ↗{linkend}. On Nginx those are typically the lines starting with \"location ~\" that need an update." : "Web sunucunuz \"{url}\" adresini doğru olarak çözümleyecek şekilde yapılandırılmamış. Bu sorun genellikle web sunucu yapılandırmasının bu klasörü doğrudan aktaracak şekilde güncellenmemiş olmasından kaynaklanır. Lütfen kendi yapılandırmanızı, Apache için uygulama ile gelen \".htaccess\" dosyasındaki rewrite komutları ile ya da Nginx için {linkstart}belgeler ↗{linkend} bölümünde bulunan ayarlar ile karşılaştırın. Nginx üzerinde genellikle \"location ~\" ile başlayan satırların güncellenmesi gerekir.",
+ "Your web server is not properly set up to deliver .woff2 files. This is typically an issue with the Nginx configuration. For Nextcloud 15 it needs an adjustement to also deliver .woff2 files. Compare your Nginx configuration to the recommended configuration in our {linkstart}documentation ↗{linkend}." : "Web sunucunuz .woff2 dosyalarını aktaracak şekilde yapılandırılmamış. Bu sık karşılaşılan bir Nginx yapılandırma sorunudur. Nextcloud 15 için .woff2 dosyalarını da aktaracak ek bir ayar yapılması gereklidir. Kullandığınız Nginx yapılandırmasını {linkstart}belgeler ↗{linkend} bölümünde bulunan önerilen yapılandırma dosyası ile karşılaştırın.",
"PHP does not seem to be setup properly to query system environment variables. The test with getenv(\"PATH\") only returns an empty response." : "PHP yanlış kurulmuş ve sistem ortam değişkenlerini okuyamıyor gibi görünüyor. getenv(\"PATH\") komutu ile yapılan sınama sonucunda boş bir yanıt alındı.",
- "Please check the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">installation documentation ↗</a> for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "Lütfen PHP yapılandırma notları ve özellikle php-fpm kullanırken sunucunuzdaki PHP yapılandırması için <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">kurulum belgelerine ↗</a> bakın.",
+ "Please check the {linkstart}installation documentation ↗{linkend} for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "Lütfen PHP yapılandırma notları ve özellikle php-fpm kullanırken sunucunuzdaki PHP yapılandırması için {linkstart}kurulum belgeleri ↗{linkend} bölümüne bakabilirsiniz.",
"The read-only config has been enabled. This prevents setting some configurations via the web-interface. Furthermore, the file needs to be made writable manually for every update." : "Salt okunur yapılandırma etkinleştirilmiş. Bu yapılandırma, bazı ayarların web arayüzünden yapılmasını önler. Ayrıca, bu dosyanın her güncelleme öncesinde el ile yazılabilir yapılması gerekir.",
"Your database does not run with \"READ COMMITTED\" transaction isolation level. This can cause problems when multiple actions are executed in parallel." : "Veritabanınız \"READ COMMITTED\" işlem yalıtma düzeyinde çalışmıyor. Bu durum aynı anda birden çok işlem yapıldığında sorun çıkmasına yol açabilir.",
"The PHP module \"fileinfo\" is missing. It is strongly recommended to enable this module to get the best results with MIME type detection." : "PHP \"fileinfo\" modülü bulunamadı. MIME türü algılamasında en iyi sonuçları elde etmek için bu modülü etkinleştirmeniz önerilir.",
- "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems. See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation ↗</a> for more information." : "İşlemsel dosya kilidi devre dışı. Bu durum yarış koşullarında (race condition) sorun çıkarabilir. Bu sorunlardan kaçınmak için config.php dosyasındaki 'filelocking.enabled' seçeneğini etkinleştirin. Ayrıntılı bilgi almak için <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">belgelere ↗</a> bakabilirsiniz.",
+ "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems. See the {linkstart}documentation ↗{linkend} for more information." : "İşlemsel dosya kilidi devre dışı. Bu durum yarış koşullarında (race condition) sorun çıkarabilir. Bu sorunlardan kaçınmak için config.php dosyasındaki \"filelocking.enabled\" seçeneğini etkinleştirin. Ayrıntılı bilgi almak için {linkstart}belgeler ↗{linkend} bölümüne bakabilirsiniz.",
"If your installation is not installed at the root of the domain and uses system cron, there can be issues with the URL generation. To avoid these problems, please set the \"overwrite.cli.url\" option in your config.php file to the webroot path of your installation (suggestion: \"{suggestedOverwriteCliURL}\")" : "Kurulumunuz etki alanının kök klasörüne yapılmamış ve sistem Zamanlanmış Görevini kullanıyorsa, İnternet adresi oluşturma sorunları oluşabilir. Bu sorunların önüne geçmek için, kurulumunuzun config.php dosyasındaki \"overwrite.cli.url\" seçeneğini web kök klasörü olarak ayarlayın (Önerilen: \"{suggestedOverwriteCliURL}\")",
+ "Your installation has no default phone region set. This is required to validate phone numbers in the profile settings without a country code. To allow numbers without a country code, please add \"default_phone_region\" with the respective {linkstart}ISO 3166-1 code ↗{linkend} of the region to your config file." : "Kurulumunuz için bir varsayılan telefon bölgesi ayarlanmamış. Bu bölge telefon numaralarının bir ülke kodu belirtilmeden doğrulanmasını sağlar. Telefon numaralarının ülke kodu olmadan yazılabilmesini istiyorsanız, yapılandırma dosyasına \"default_phone_region\" seçeneğini ekleyerek ilgili {linkstart}ISO 3166-1 ↗{linkend} bölge kodunu yazın.",
"It was not possible to execute the cron job via CLI. The following technical errors have appeared:" : "Zamanlanmış görev CLI üzerinden çalıştırılamadı. Şu teknik sorunlar çıktı:",
- "Last background job execution ran {relativeTime}. Something seems wrong." : "Görev arka planda son olarak {relativeTime} zamanında yürütülmüş. Bir şeyler yanlış görünüyor.",
- "Check the background job settings" : "Arka plan görevi ayarlarını denetleyin",
+ "Last background job execution ran {relativeTime}. Something seems wrong. {linkstart}Check the background job settings ↗{linkend}." : "Görev arka planda son olarak {relativeTime} zamanında yürütülmüş. Bir şeyler yanlış görünüyor. {linkstart}Arka plan görevi ayarlarını gözden geçirin ↗{linkend}.",
"This server has no working Internet connection: Multiple endpoints could not be reached. This means that some of the features like mounting external storage, notifications about updates or installation of third-party apps will not work. Accessing files remotely and sending of notification emails might not work, either. Establish a connection from this server to the Internet to enjoy all features." : "Bu sunucunun çalışan bir İnternet bağlantısı yok. Birden çok uç noktaya erişilemez. Bu durumda dış depolama alanı bağlama, güncelleme bildirimleri ya da üçüncü taraf uygulamalarını kurmak gibi bazı özellikler çalışmaz. Dosyalara uzaktan erişim ve bildirim e-postalarının gönderilmesi işlemleri de yapılamaz. Tüm bu özelliklerin kullanılabilmesi için sunucuyu İnternet üzerine bağlamanız önerilir.",
- "No memory cache has been configured. To enhance performance, please configure a memcache, if available. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Henüz bir ön bellek yapılandırılmamış. Olabiliyorsa başarımı arttırmak için memcache ön bellek ayarlarını yapın. Ayrıntılı bilgi almak için <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">belgelere</a> bakabilirsiniz.",
- "No suitable source for randomness found by PHP which is highly discouraged for security reasons. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Güvenlik nedeniyle kullanılması önemle önerilen rastgelelik kaynağı PHP tarafından bulunamıyor. Ayrıntılı bilgi almak için <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">belgelere</a> bakabilirsiniz.",
- "You are currently running PHP {version}. Upgrade your PHP version to take advantage of <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">performance and security updates provided by the PHP Group</a> as soon as your distribution supports it." : "Şu anda PHP {version} sürümünü kullanıyorsunuz. Kullandığınız dağıtım desteklediği zaman PHP sürümünüzü güncelleyerek <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">PHP grubu tarafından sağlanan başarım ve güvenlik geliştirmelerinden</a> faydalanın.",
- "Nextcloud 19 is the last release supporting PHP 7.2. Nextcloud 20 requires at least PHP 7.3." : "Nextcloud 19, PHP 7.2 destekleyecek olan son sürümdür. Nextcloud 20 en az PHP 7.3 ister.",
- "The reverse proxy header configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If not, this is a security issue and can allow an attacker to spoof their IP address as visible to the Nextcloud. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Ters vekil sunucu üst bilgi yapılandırmanız doğru değil ya da Nextcloud üzerine güvenilen bir vekil sunucudan erişiyorsunuz. Böyle değil ise bu bir güvenlik sorunudur ve bir saldırganın IP adresini Nextcolud sunucusuna farklı göstermesine izin verebilir. Ayrıntılı bilgi almak için <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">belgelere</a> bakabilirsiniz.",
- "Memcached is configured as distributed cache, but the wrong PHP module \"memcache\" is installed. \\OC\\Memcache\\Memcached only supports \"memcached\" and not \"memcache\". See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">memcached wiki about both modules</a>." : "Memcached dağıtık bellek olarak yapılandırılmış ancak kurulmuş PHP \"memcache\" modülü yanlış. \\OC\\Memcache\\Memcached yalnız \"memcache\" modülünü değil \"memcached\" mdoülünü destekler. İki modül hakkında ayrıntılı bilgi almak için <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">memcached wiki sayfasına</a> bakabilirsiniz.",
- "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">List of invalid files…</a> / <a href=\"{rescanEndpoint}\">Rescan…</a>)" : "Bazı dosyalar bütünlük denetiminden geçemedi. Bu sorunun çözümü ile ilgili bilgi almak için <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">belgelere</a> bakabilirsiniz. (<a href=\"{codeIntegrityDownloadEndpoint}\">Geçersiz dosyaların listesi …</a> / <a href=\"{rescanEndpoint}\">Yeniden tara …</a>)",
- "The PHP OPcache module is not loaded. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance it is recommended</a> to load it into your PHP installation." : "PHP OPcache yüklenmemiş. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Daha iyi başarım için</a> PHP kurulumunuza eklemeniz önerilir.",
- "The PHP OPcache is not properly configured. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance it is recommended</a> to use the following settings in the <code>php.ini</code>:" : "PHP OPcache doğru şekilde ayarlanmamış. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Daha iyi sonuç almak için</a> <code>php.ini</code> dosyasında şu ayarların kullanılması önerilir:",
+ "No memory cache has been configured. To enhance performance, please configure a memcache, if available. Further information can be found in the {linkstart}documentation ↗{linkend}." : "Henüz bir ön bellek yapılandırılmamış. Olabiliyorsa başarımı arttırmak için memcache ön bellek ayarlarını yapın. Ayrıntılı bilgi almak için {linkstart}belgeler ↗{linkend} bölümüne bakabilirsiniz.",
+ "No suitable source for randomness found by PHP which is highly discouraged for security reasons. Further information can be found in the {linkstart}documentation ↗{linkend}." : "Güvenlik nedeniyle kullanılması önemle önerilen rastgelelik kaynağı PHP tarafından bulunamıyor. Ayrıntılı bilgi almak için {linkstart}belgeler ↗{linkend} bölümüne bakabilirsiniz.",
+ "You are currently running PHP {version}. Upgrade your PHP version to take advantage of {linkstart}performance and security updates provided by the PHP Group ↗{linkend} as soon as your distribution supports it." : "Şu anda PHP {version} sürümünü kullanıyorsunuz. Kullandığınız dağıtım desteklediği zaman PHP sürümünüzü güncelleyerek {linkstart}PHP grubu tarafından sağlanan başarım ve güvenlik geliştirmelerinden ↗{linkend} faydalanın.",
+ "Nextcloud 20 is the last release supporting PHP 7.2. Nextcloud 21 requires at least PHP 7.3." : "Nextcloud 20 PHP 7.2 sürümünü destekleyen son sürümdür. Nextcloud 21 sürümü için en az PHP 7.3 gereklidir.",
+ "The reverse proxy header configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If not, this is a security issue and can allow an attacker to spoof their IP address as visible to the Nextcloud. Further information can be found in the {linkstart}documentation ↗{linkend}." : "Ters vekil sunucu üst bilgi yapılandırmanız doğru değil ya da Nextcloud üzerine güvenilen bir vekil sunucudan erişiyorsunuz. Böyle değil ise bu bir güvenlik sorunudur ve bir saldırganın IP adresini Nextcolud sunucusuna farklı göstermesine izin verebilir. Ayrıntılı bilgi almak için {linkstart}belgeler ↗{linkend} bölümüne bakabilirsiniz.",
+ "Memcached is configured as distributed cache, but the wrong PHP module \"memcache\" is installed. \\OC\\Memcache\\Memcached only supports \"memcached\" and not \"memcache\". See the {linkstart}memcached wiki about both modules ↗{linkend}." : "Memcached dağıtık bellek olarak yapılandırılmış ancak kurulmuş PHP \"memcache\" modülü yanlış. \\OC\\Memcache\\Memcached yalnız \"memcache\" modülünü değil \"memcached\" mdoülünü destekler. İki modül hakkında ayrıntılı bilgi almak için {linkstart}Memcached Wiki sayfasına ↗{linkend} bakabilirsiniz.",
+ "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in the {linkstart1}documentation ↗{linkend}. ({linkstart2}List of invalid files…{linkend} / {linkstart3}Rescan…{linkend})" : "Bazı dosyalar bütünlük denetiminden geçemedi. Bu sorunun çözümü ile ilgili bilgi almak için {linkstart}belgeler ↗{linkend} bölümüne bakabilirsiniz. ({linkstart}Geçersiz dosyaların listesi…{linkend} / {linkstart}Yeniden Tara…{linkend})",
+ "The PHP OPcache module is not loaded. {linkstart}For better performance it is recommended ↗{linkend} to load it into your PHP installation." : "PHP OPcache modülü yüklenmemiş. {linkstart}Daa iyi başarım sağlamak için ↗{linkend} PHP kurulumunuza eklemeniz önerilir.",
+ "The PHP OPcache module is not properly configured. {linkstart}For better performance it is recommended ↗{linkend} to use the following settings in the <code>php.ini</code>:" : "PHP OPcache modülü doğru şekilde ayarlanmamış. {linkstart}Daha iyi başarım sağlamak için ↗{linkend} <code>php.ini</code> dosyasında şu ayarların kullanılması önerilir:",
"The PHP function \"set_time_limit\" is not available. This could result in scripts being halted mid-execution, breaking your installation. Enabling this function is strongly recommended." : "\"set_time_limit\" PHP işlevi kullanılamıyor. Bu durum betiklerin yürütme sırasında durmasına, ve kurulumunuzun çalışmamasına neden olabilir. Bu işlevin etkinleştirilmesi önemle önerilir.",
"Your PHP does not have FreeType support, resulting in breakage of profile pictures and the settings interface." : "PHP kurulumunuzda FreeType desteği yok. Bu durum profil görsellerinin ve ayarlar bölümünün bozuk görüntülenmesine neden olur.",
"Missing index \"{indexName}\" in table \"{tableName}\"." : "\"{tableName}\" tablosundaki \"{indexName}\" dizini eksik.",
"The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "Veritabanında bazı dizinler eksik. Büyük tablolara dizinlerin eklenmesi uzun sürebildiğinden bu işlem otomatik olarak yapılmaz. Sunucunuz normal çalışırken eksik dizinleri el ile eklemek için \"occ db:add-missing-indices\" komutunu yürütün. Dizinler eklendikten sonra bu tablolar üzerindeki sorgular çok daha hızlı yürütülür.",
+ "Missing primary key on table \"{tableName}\"." : "\"{tableName}\" tablosunda birincil dizin anahtarı eksik.",
+ "The database is missing some primary keys. Due to the fact that adding primary keys on big tables could take some time they were not added automatically. By running \"occ db:add-missing-primary-keys\" those missing primary keys could be added manually while the instance keeps running." : "Veritabanında bazı birincil dizin anahtarları eksik. Büyük tablolara birincil anahtarların eklenmesi uzun sürebildiğinden bu işlem otomatik olarak yapılmaz. Sunucunuz normal çalışırken eksik birincil anahtarları el ile eklemek için \"occ db:add-missing-primary-keys\" komutunu yürütün.",
+ "Missing optional column \"{columnName}\" in table \"{tableName}\"." : "\"{tableName}\" tablosundaki isteğe bağlı \"{coumnName}\" sütunu eksik.",
+ "The database is missing some optional columns. Due to the fact that adding columns on big tables could take some time they were not added automatically when they can be optional. By running \"occ db:add-missing-columns\" those missing columns could be added manually while the instance keeps running. Once the columns are added some features might improve responsiveness or usability." : "Veritabanında bazı isteğe bağlı sütunlar eksik. Büyük tablolara sütunların eklenmesi uzun sürebildiğinden, sütunlar isteğe bağlı olduğunda bu işlem otomatik olarak yapılmaz. Sunucunuz normal çalışırken eksik sütunları el ile eklemek için \"occ db:add-missing-columns\" komutunu yürütün. Sütunlar eklendikten sonra bazı özelliklerin yanıtı ya da kullanımı daha iyileşebilir.",
"This instance is missing some recommended PHP modules. For improved performance and better compatibility it is highly recommended to install them." : "Bu kopyada önerilen bazı PHP modülleri eksik. Daha iyi başarım ve uyumluluk için bu modüllerin kurulması önemle önerilir.",
- "Some columns in the database are missing a conversion to big int. Due to the fact that changing column types on big tables could take some time they were not changed automatically. By running 'occ db:convert-filecache-bigint' those pending changes could be applied manually. This operation needs to be made while the instance is offline. For further details read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "Veritabanında büyük tamsayıya dönüştürülecek bazı sütunlar eksik. Sütun türlerini büyük tablolara dönüştürme işlemi uzun sürebileceğinden bu işlem otomatik olarak yapılmaz. Sunucunuz normal çalışırken bekleyen değişiklikleri el ile uygulamak için \"occ db:convert-filecache-bigint\" komutunu yürütün. Bu işlem yapılırken Nextcloud kopyası çevrimdışı olur. Ayrıntılı bilgi almak için <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">belgeler bölümüne</a> bakabilirsiniz.",
+ "Module php-imagick in this instance has no SVG support. For better compatibility it is recommended to install it." : "Bu kopyadaki php-imagick modülünde SVG desteği yok. Daha iyi başarım ve uyumluluk için bu modülün kurulması önemle önerilir.",
+ "Some columns in the database are missing a conversion to big int. Due to the fact that changing column types on big tables could take some time they were not changed automatically. By running 'occ db:convert-filecache-bigint' those pending changes could be applied manually. This operation needs to be made while the instance is offline. For further details read {linkstart}the documentation page about this ↗{linkend}." : "Veritabanında büyük tamsayıya dönüştürülecek bazı sütunlar eksik. Sütun türlerini büyük tablolara dönüştürme işlemi uzun sürebileceğinden bu işlem otomatik olarak yapılmaz. Sunucunuz normal çalışırken bekleyen değişiklikleri el ile uygulamak için \"occ db:convert-filecache-bigint\" komutunu yürütün. Bu işlem yapılırken Nextcloud kopyası çevrimdışı olur. Ayrıntılı bilgi almak için {linkstart}belgeler ↗{linkend} bölümüne bakabilirsiniz.",
"SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend." : "Şu anda veritabanı olarak SQLite kullanılıyor. Daha büyük kurulumlar için farklı bir veritabanı arka ucuna geçmenizi öneriyoruz.",
"This is particularly recommended when using the desktop client for file synchronisation." : "Özellikle dosya eşitleme için masaüstü istemcisi kullanılırken SQLite kullanımı önerilmez.",
- "To migrate to another database use the command line tool: 'occ db:convert-type', or see the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation ↗</a>." : "Başka bir veritabanına geçmek için komut satırı aracını kullanın: 'occ db:convert-type' ya da <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">belgelere ↗</a> bakın.",
- "Use of the the built in php mailer is no longer supported. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Please update your email server settings ↗<a/>." : "İç PHP e-posta gönderme uygulaması artık desteklenmiyor. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Lütfen e-posta sunucusu ayarlarınızı güncelleyin↗<a/>.",
+ "To migrate to another database use the command line tool: 'occ db:convert-type', or see the {linkstart}documentation ↗{linkend}." : "Başka bir veritabanına geçmek için komut satırı aracını kullanın: 'occ db:convert-type' ya da {linkstart}belgeler ↗{linkend} bölümüne bakın.",
"The PHP memory limit is below the recommended value of 512MB." : "PHP bellek sınırı önerilen 512 MB değerinden küçük.",
"Some app directories are owned by a different user than the web server one. This may be the case if apps have been installed manually. Check the permissions of the following app directories:" : "Bazı uygulama klasörlerinin sahipliği web sunucusunun kullandığından başka bir kullanıcıya ait. Bu durum, uygulamalar el ile kurulduğunda ortaya çıkabilir. Şu uygulama klasörlerinin izinlerini denetleyin:",
- "MySQL is used as database but does not support 4-byte characters. To be able to handle 4-byte characters (like emojis) without issues in filenames or comments for example it is recommended to enable the 4-byte support in MySQL. For further details read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "Veritabanı olarak MySQL kullanılır ancak 4 bayt uzunluğundaki karakterleri desteklemez. 4 bayt uzunluğundaki karaktelerin (emjo simgeleri gibi) dosya adları ya da yorumlarda sorun çıkmadan işlenebilmesi için MySQL üzerinde 4 bayt desteğinin etkinleştirilmesi önerilir. Ayrıntılı bilgi almak için <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">belgeler bölümüne</a> bakabilirsiniz.",
+ "MySQL is used as database but does not support 4-byte characters. To be able to handle 4-byte characters (like emojis) without issues in filenames or comments for example it is recommended to enable the 4-byte support in MySQL. For further details read {linkstart}the documentation page about this ↗{linkend}." : "Veritabanı olarak MySQL kullanılır ancak 4 bayt uzunluğundaki karakterleri desteklemez. 4 bayt uzunluğundaki karaktelerin (emjo simgeleri gibi) dosya adları ya da yorumlarda sorun çıkmadan işlenebilmesi için MySQL üzerinde 4 bayt desteğinin etkinleştirilmesi önerilir. Ayrıntılı bilgi almak için {linkstart}belgeler ↗{linkend} bölümüne bakabilirsiniz.",
"This instance uses an S3 based object store as primary storage. The uploaded files are stored temporarily on the server and thus it is recommended to have 50 GB of free space available in the temp directory of PHP. Check the logs for full details about the path and the available space. To improve this please change the temporary directory in the php.ini or make more space available in that path." : "Bu kopya, birincil depolama olarak S3 tabanlı bir nesne deposu kullanıyor. Yüklenen dosyalar geçici olarak sunucuya kaydedildiğinden PHP geçici klasöründe 50 GB boş alan bulunması önerilir. Klasör yolu ve kullanılabilecek alan hakkındaki ayrıntılı bilgi almak için günlüklere bakabilirsiniz. Bu durumu düzeltmek için php.ini içindeki geçici klasör yolunu değiştirin ya da kullanılan geçici klasörde daha fazla yer açın.",
+ "You are accessing your instance over a secure connection, however your instance is generating insecure URLs. This most likely means that you are behind a reverse proxy and the overwrite config variables are not set correctly. Please read {linkstart}the documentation page about this ↗{linkend}." : "Kopyanıza güvenli bir bağlantı üzerinden erişiyorsunuz. Bununla birlikte kopyanız güvenli olmayan adresler üretiyor. Bu durum genellikle bir ters vekil sunucunun arkasında bulunmanız nedeniyle düzgün ayarlanmamış yapılandırma değişkenlerinin değiştirilmesinden kaynaklanır. Ayrıntılı bilgi almak için {linkstart}belgeler ↗{linkend} bölümüne bakabilirsiniz.",
"Error occurred while checking server setup" : "Sunucu ayarları denetlenirken sorun çıktı",
+ "For more details see the {linkstart}documentation ↗{linkend}." : "Ayrıntılı bilgi almak için {linkstart}belgeler ↗{linkend} bölümüne bakabilirsiniz.",
"Your data directory and files are probably accessible from the Internet. The .htaccess file is not working. It is strongly recommended that you configure your web server so that the data directory is no longer accessible, or move the data directory outside the web server document root." : "Veri klasörünüz ve dosyalarınız İnternet üzerinden erişime açık olabilir. .htaccess dosyası çalışmıyor. Web sunucunuzu yapılandırarak veri klasörüne erişimi engellemeniz ya da veri klasörünü web sunucu kök klasörü dışına taşımanız önemle önerilir.",
"The \"{header}\" HTTP header is not set to \"{expected}\". This is a potential security or privacy risk, as it is recommended to adjust this setting accordingly." : "\"{header}\" HTTP üst bilgisi \"{expected}\" şeklinde ayarlanmamış. Bu durum olası bir güvenlik ya da gizlilik riski oluşturduğundan bu ayarın belirtildiği gibi yapılması önerilir.",
"The \"{header}\" HTTP header is not set to \"{expected}\". Some features might not work correctly, as it is recommended to adjust this setting accordingly." : "\"{header}\" HTTP üst bilgisi \"{expected}\" şeklinde ayarlanmamış. Bu durum bazı özelliklerin düzgün çalışmasını engelleyebileceğinden bu ayarın belirtildiği gibi yapılması önerilir.",
"The \"{header}\" HTTP header doesn't contain \"{expected}\". This is a potential security or privacy risk, as it is recommended to adjust this setting accordingly." : "\"{header}\" HTTP üst bilgisinde \"{expected}\" bulunmuyor. Bu durum olası bir güvenlik ya da gizlilik riski oluşturduğundan bu ayarın uygun şekilde yapılması önerilir.",
- "The \"{header}\" HTTP header is not set to \"{val1}\", \"{val2}\", \"{val3}\", \"{val4}\" or \"{val5}\". This can leak referer information. See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{link}\">W3C Recommendation ↗</a>." : "\"{header}\" HTTP üst bilgisi \"{val1}\", \"{val2}\", \"{val3}\", \"{val4}\" ya da \"{val5}\" olarak ayarlanmamış. Bu durum yönlendiren bilgilerinin sızmasına neden olabilir. Ayrıntılı bilgi almak için <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{link}\">W3C Önerilerine ↗</a> bakabilirsiniz.",
- "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the <a href=\"{docUrl}\" rel=\"noreferrer noopener\">security tips ↗</a>." : "\"Strict-Transport-Security\" HTTP üst bilgisi en azından\"{seconds}\" saniyedir ayarlanmamış. Gelişmiş güvenlik sağlamak için <a href=\"{docUrl}\" rel=\"noreferrer noopener\">güvenlik ipuçlarında ↗</a> anlatıldığı şekilde HSTS özelliğinin etkinleştirilmesi önerilir.",
- "Accessing site insecurely via HTTP. You are strongly advised to set up your server to require HTTPS instead, as described in the <a href=\"{docUrl}\">security tips ↗</a>." : "Siteye HTTP üzerinden güvenli olmayan bağlantı ile erişiliyor. Sunucunuzu <a href=\"{docUrl}\">güvenlik ipuçlarında ↗</a> anlatıldığı şekilde HTTPS kullanacak şekilde yapılandırmanız önemle önerilir.",
- "Non-existing tag #{tag}" : "#{tag} etiketi bulunamadı",
- "restricted" : "kısıtlı",
- "invisible" : "görünmez",
- "Delete" : "Sil",
- "Rename" : "Yeniden Adlandır",
- "Collaborative tags" : "İşbirliği etiketleri",
- "No tags found" : "Herhangi bir etiket bulunamadı",
+ "The \"{header}\" HTTP header is not set to \"{val1}\", \"{val2}\", \"{val3}\", \"{val4}\" or \"{val5}\". This can leak referer information. See the {linkstart}W3C Recommendation ↗{linkend}." : "\"{header}\" HTTP üst bilgisi \"{val1}\", \"{val2}\", \"{val3}\", \"{val4}\" ya da \"{val5}\" olarak ayarlanmamış. Bu durum yönlendiren bilgilerinin sızmasına neden olabilir. Ayrıntılı bilgi almak için {linkstart}W3C Önerilerine ↗{linkend} bakabilirsiniz.",
+ "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the {linkstart}security tips ↗{linkend}." : "\"Strict-Transport-Security\" HTTP üst bilgisi en azından\"{seconds}\" saniyedir ayarlanmamış. Gelişmiş güvenlik sağlamak için {linkstart}güvenlik ipuçları ↗{linkend} bölümünde anlatıldığı şekilde HSTS özelliğinin etkinleştirilmesi önerilir.",
+ "Accessing site insecurely via HTTP. You are strongly advised to set up your server to require HTTPS instead, as described in the {linkstart}security tips ↗{linkend}." : "Siteye HTTP üzerinden güvenli olmayan bağlantı ile erişiliyor. Sunucunuzu {linkstart}güvenlik ipuçları ↗{linkend} bölümünde anlatıldığı şekilde HTTPS kullanacak şekilde yapılandırmanız önemle önerilir.",
"unknown text" : "bilinmeyen metin",
"Hello world!" : "Merhaba dünya!",
"sunny" : "güneşli",
@@ -124,48 +130,61 @@ OC.L10N.register(
"Please reload the page." : "Lütfen sayfayı yeniden yükleyin.",
"The update was unsuccessful. For more information <a href=\"{url}\">check our forum post</a> covering this issue." : "Uygulama güncellenemedi. Ayrıntılı bilgi almak için bu sorun ile ilgili <a href=\"{url}\">forum iletimize</a> bakabilirsiniz.",
"The update was unsuccessful. Please report this issue to the <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">Nextcloud community</a>." : "Uygulama güncellenemedi. Lütfen bu sorunu  <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">Nextcloud topluluğuna</a> bildirin.",
- "Continue to Nextcloud" : "Nextcloud kullanmaya geç",
- "_The update was successful. Redirecting you to Nextcloud in %n second._::_The update was successful. Redirecting you to Nextcloud in %n seconds._" : ["Uygulama güncellendi. %n saniye içinde Nextcloud üzerine yönlendirileceksiniz.","Uygulama güncellendi. %n saniye içinde Nextcloud üzerine yönlendirileceksiniz."],
- "Searching other places" : "Diğer konumlarda aranıyor",
- "No search results in other folders for {tag}{filter}{endtag}" : "{tag}{filter}{endtag} için diğer klasörlerde herhangi bir arama sonucu yok",
- "_{count} search result in another folder_::_{count} search results in other folders_" : ["Diğer klasörlerde {count} arama sonucu","Diğer klasörlerde {count} arama sonucu"],
+ "Continue to {productName}" : "{productName} ile devam et",
+ "_The update was successful. Redirecting you to {productName} in %n second._::_The update was successful. Redirecting you to {productName} in %n seconds._" : ["Uygulama güncellendi. %n saniye içinde {productName} üzerine yönlendirileceksiniz.","Uygulama güncellendi. %n saniye içinde {productName} üzerine yönlendirileceksiniz."],
+ "Log in" : "Oturum aç",
+ "Logging in …" : "Oturum açılıyor …",
"Server side authentication failed!" : "Kimlik sunucu tarafında doğrulanamadı!",
- "Please contact your administrator." : "Lütfen sistem yöneticiniz ile görüşün.",
+ "Please contact your administrator." : "Lütfen BT yöneticiniz ile görüşün.",
"An internal error occurred." : "İçeride bir sorun çıktı.",
- "Please try again or contact your administrator." : "Lütfen yeniden deneyin ya da yöneticinizle görüşün.",
+ "Please try again or contact your administrator." : "Lütfen yeniden deneyin ya da BT yöneticinizle görüşün.",
"Username or email" : "Kullanıcı adı ya da e-posta",
"Password" : "Parola",
- "Log in" : "Oturum Aç",
- "Logging in …" : "Oturum açılıyor …",
+ "Toggle password visibility" : "Parolanın görünürlüğünü değiştir",
"Wrong username or password." : "Kullanıcı adı ya da parola hatalı.",
"User disabled" : "Kullanıcı devre dışı",
"We have detected multiple invalid login attempts from your IP. Therefore your next login is throttled up to 30 seconds." : "IP adresinizden yapılan birden çok geçersiz oturum açma girişimi algılandı. Bu nedenle oturum açmanız 30 saniye süreyle engellendi.",
+ "Your account is not setup for passwordless login." : "Hesabınız parola kullanmadan oturum açılacak şekilde ayarlanmamış.",
+ "Passwordless authentication is not supported in your browser." : "Parolasız kimlik doğrulama özelliği web tarayıcınız tarafından desteklenmiyor.",
+ "Passwordless authentication is only available over a secure connection." : "Parolasız kimlik doğrulama özelliği yalnız güvenli bir bağlantı üzerinden kullanılabilir.",
"Reset password" : "Parolayı sıfırla",
- "A password reset message has been sent to the e-mail address of this account. If you do not receive it, check your spam/junk folders or ask your local administrator for help." : "Bu hesabın e-posta adresine bir parola sıfırlama iletisi gönderildi. Bir e-posta almazsanız gelen kutunuzdaki spam/gereksiz klasörlerine bakın ya da yardım almak için sistem yöneticinizle görüşün.",
- "If it is not there ask your local administrator." : "E-postayı göremiyorsanız yerel sistem yöneticinizle görüşün.",
- "Couldn't send reset email. Please contact your administrator." : "Sıfırlama e-postası gönderilemedi. Lütfen yöneticiniz ile görüşün.",
- "Password can not be changed. Please contact your administrator." : "Parola değiştirilemedi. Lütfen yöneticiniz ile görüşün.",
+ "A password reset message has been sent to the email address of this account. If you do not receive it, check your spam/junk folders or ask your local administrator for help." : "Bu hesabın e-posta adresine bir parola sıfırlama iletisi gönderildi. Bir e-posta almazsanız gelen kutunuzdaki spam/gereksiz klasörlerine bakın ya da yardım almak için BT yöneticinizle görüşün.",
+ "If it is not there ask your local administrator." : "E-postayı göremiyorsanız yerel BT yöneticinizle görüşün.",
+ "Couldn't send reset email. Please contact your administrator." : "Sıfırlama e-postası gönderilemedi. Lütfen BT yöneticiniz ile görüşün.",
+ "Password cannot be changed. Please contact your administrator." : "Parola değiştirilemedi. Lütfen BT yöneticiniz ile görüşün.",
"Back to login" : "Oturum açmaya geri dön",
"New password" : "Yeni parola",
- "Your files are encrypted. There will be no way to get your data back after your password is reset. If you are not sure what to do, please contact your administrator before you continue. Do you really want to continue?" : "Dosyalarınız şifrelendi. Parolanız sıfırlandıktan sonra verilerinizi geri almanın herhangi bir yolu olmayacak. Ne yapacağınızı bilmiyorsanız ilerlemeden önce sistem yöneticiniz ile görüşün. İlerlemek istediğinizden emin misiniz? ",
+ "Your files are encrypted. There will be no way to get your data back after your password is reset. If you are not sure what to do, please contact your administrator before you continue. Do you really want to continue?" : "Dosyalarınız şifrelendi. Parolanız sıfırlandıktan sonra verilerinizi geri almanın herhangi bir yolu olmayacak. Ne yapacağınızı bilmiyorsanız işlemi sürdürmeden önce BT yöneticiniz ile görüşün. İşlemi sürdürmek istediğinize emin misiniz? ",
"I know what I'm doing" : "Ne yaptığımı biliyorum",
"Resetting password" : "Parola sıfırlanıyor",
"Recommended apps" : "Önerilen uygulamalar",
"Loading apps …" : "Uygulamalar yükleniyor …",
- "Could not fetch list of apps from the app store." : "Uygulama mağazasından uygulama listesi alınamadı.",
+ "Could not fetch list of apps from the App Store." : "Uygulama mağazasından uygulama listesi alınamadı.",
"Installing apps …" : "Uygulamalar kuruluyor …",
- "Nextcloud {app}" : "Nextcloud {app}",
"App download or installation failed" : "Uygulama indirilemedi ya da kurulamadı",
- "Can't install this app because it is not compatible" : "Bu uygulama uyumlu olmadığından kurulamadı",
- "Can't install this app" : "Bu uygulama kurulamadı",
+ "Cannot install this app because it is not compatible" : "Bu uygulama uyumlu olmadığından kurulamadı",
+ "Cannot install this app" : "Bu uygulama kurulamadı",
"Cancel" : "İptal",
"Schedule work & meetings, synced with all your devices." : "İşlerinizi ve toplantılarınızı planlayın ve tüm aygıtlarınızla eşitleyin.",
"Keep your colleagues and friends in one place without leaking their private info." : "İş arkadaşlarınızın ve tanıdıklarınızın kayıtlarını kişisel bilgilerini sızdırmadan tek bir yerde tutun.",
"Simple email app nicely integrated with Files, Contacts and Calendar." : "Dosyalar, Kişiler ve Takvim uygulamaları ile bir arada çalışan basit bir e-posta uygulaması.",
"Chatting, video calls, screensharing, online meetings and web conferencing – in your browser and with mobile apps." : "Sohbet, görüntülü arama, ekran paylaşımı, çevrimiçi toplantılar ve web görüşmeleri - masaüstü ve mobil için uygulamalar.",
"Collaboratively edit office documents." : "Ofis belgelerini işbirlikli düzenleme.",
- "Local document editing back-end used by the OnlyOffice app." : "OnlyOffice uygulaması ile yerel belge düzenleme altyapısı.",
+ "Local document editing back-end used by the Collabora Online app." : "Collabora Online uygulaması ile yerel belge düzenleme altyapısı.",
"Forgot password?" : "Parolamı unuttum",
+ "Log in with a device" : "Bir aygıt ile oturum açın",
+ "Back" : "Geri",
+ "Login form is disabled." : "Oturum açma formu devre dışı bırakılmış.",
+ "Reset search" : "Aramayı sıfırla",
+ "Search for {name} only" : "Yalnız {name} için aransın",
+ "No results for {query}" : "{query} sorgusundan bir sonuç alınamadı",
+ "Start typing to search" : "Aramak için yazmaya başlayın",
+ "Loading more results …" : "Diğer sonuçlar yükleniyor…",
+ "Load more results" : "Diğer sonuçları yükle",
+ "Search" : "Arama",
+ "An error occurred while searching for {type}" : "{type} aranırken bir sorun çıktı",
+ "_Please enter {minSearchLength} character or more to search_::_Please enter {minSearchLength} characters or more to search_" : ["Lütfen aramak için en az {minSearchLength} karakter yazın","Lütfen aramak için en az {minSearchLength} karakter yazın"],
+ "Search {types} …" : "{types} arama…",
"Settings" : "Ayarlar",
"Could not load your contacts" : "Kişileriniz yüklenemedi",
"Search contacts …" : "Kişi arama …",
@@ -200,12 +219,12 @@ OC.L10N.register(
"Already existing files" : "Zaten var olan dosyalar",
"Which files do you want to keep?" : "Hangi dosyaları saklamak istiyorsunuz?",
"If you select both versions, the copied file will have a number added to its name." : "İki sürümü de seçerseniz, kopyalanan dosyanın adına bir sayı eklenir.",
- "Continue" : "Devam et",
+ "Continue" : "Sürdür",
"(all selected)" : "(tüm seçilmişler)",
"({count} selected)" : "({count} seçilmiş)",
"Error loading file exists template" : "Dosya var kalıbı yüklenirken sorun çıktı",
"Pending" : "Bekliyor",
- "Copy to {folder}" : "{folder} Klasörüne Kopyala",
+ "Copy to {folder}" : "{folder} klasörüne kopyala",
"Move to {folder}" : "{folder} Klasörüne Taşı",
"Saving …" : "Kaydediliyor …",
"Authentication required" : "Kimlik doğrulaması gerekli",
@@ -233,6 +252,13 @@ OC.L10N.register(
"Strong password" : "Parola güçlü",
"No action available" : "Yapılabilecek bir işlem yok",
"Error fetching contact actions" : "Kişi işlemleri alınırken sorun çıktı",
+ "Non-existing tag #{tag}" : "#{tag} etiketi bulunamadı",
+ "restricted" : "kısıtlı",
+ "invisible" : "görünmez",
+ "Delete" : "Sil",
+ "Rename" : "Yeniden adlandır",
+ "Collaborative tags" : "İşbirliği etiketleri",
+ "No tags found" : "Herhangi bir etiket bulunamadı",
"Personal" : "Kişisel",
"Users" : "Kullanıcılar",
"Apps" : "Uygulamalar",
@@ -242,14 +268,17 @@ OC.L10N.register(
"File not found" : "Dosya bulunamadı",
"The document could not be found on the server. Maybe the share was deleted or has expired?" : "Belge sunucu üzerinde bulunamadı. Paylaşım silinmiş ya da süresi geçmiş olabilir mi?",
"Back to %s" : "%s sayfasına dön",
+ "Too many requests" : "Çok fazla istekte bulunuldu",
+ "There were too many requests from your network. Retry later or contact your administrator if this is an error." : "Ağınızdan çok fazla istekte bulunuldu. Daha sonra yeniden deneyin ya da bir sorun olduğunu düşünüyorsanız BT yöneticiniz ile görüşün.",
"Error" : "Hata",
- "Internal Server Error" : "Sunucu İçinde Sorun",
+ "Previous" : "Önceki",
+ "Internal Server Error" : "Sunucuda bir sorun çıktı",
"The server was unable to complete your request." : "Sunucu isteğinizi yerine getiremedi.",
- "If this happens again, please send the technical details below to the server administrator." : "Bu sorun sürerse lütfen aşağıdaki teknik ayrıntıları sunucu yöneticisine iletin.",
+ "If this happens again, please send the technical details below to the server administrator." : "Bu sorun sürerse lütfen aşağıdaki teknik ayrıntıları BT yöneticinize iletin.",
"More details can be found in the server log." : "Sunucu günlüğünden ayrıntılı bilgi alabilirsiniz.",
"Technical details" : "Teknik ayrıntılar",
- "Remote Address: %s" : "Uzak Adres: %s",
- "Request ID: %s" : "İstek Kodu: %s",
+ "Remote Address: %s" : "Uzak adres: %s",
+ "Request ID: %s" : "İstek kodu: %s",
"Type: %s" : "Tür: %s",
"Code: %s" : "Kod: %s",
"Message: %s" : "İleti: %s",
@@ -260,7 +289,7 @@ OC.L10N.register(
"Your data directory and files are probably accessible from the internet because the .htaccess file does not work." : ".htaccess dosyası yürürlükte olmadığından veri klasörünüz ve dosyalarınız İnternet üzerinden erişime açık.",
"For information how to properly configure your server, please see the <a href=\"%s\" target=\"_blank\" rel=\"noreferrer noopener\">documentation</a>." : "Sunucunuzu nasıl yapılandıracağınız hakkında bilgi almak için <a href=\"%s\" target=\"_blank\" rel=\"noreferrer noopener\">belgelere</a> bakabilirsiniz.",
"Create an <strong>admin account</strong>" : "Bir <strong>yönetici hesabı</strong> oluşturun",
- "Username" : "Kullanıcı Adı",
+ "Username" : "Kullanıcı adı",
"Show password" : "Parolayı görüntüle",
"Storage & database" : "Depolama ve veritabanı",
"Data folder" : "Veri klasörü",
@@ -279,12 +308,12 @@ OC.L10N.register(
"SQLite should only be used for minimal and development instances. For production we recommend a different database backend." : "SQLite yalnız küçük ve geliştirme ortamları için seçilmelidir. Üretim ortamları için farklı bir veritabanı kullanmanız önerilir.",
"If you use clients for file syncing, the use of SQLite is highly discouraged." : "Dosya eşitlemesi için istemcileri kullanıyorsanız SQLite kullanımından kaçınmalısınız.",
"Install recommended apps" : "Önerilen uygulamaları kur",
- "Calendar, Contacts, Talk, Mail & OnlyOffice" : "Takvim, Kişiler, Sohbet ve E-posta ve OnlyOffice",
+ "Calendar, Contacts, Talk, Mail & Collaborative editing" : "Calendar, Contacts, Talk, Mail ve İş birlikli düzenleme",
"Finish setup" : "Kurulumu tamamla",
"Finishing …" : "Tamamlanıyor …",
"Need help?" : "Yardım gerekiyor mu?",
"See the documentation" : "Belgelere bakın",
- "It looks like you are trying to reinstall your Nextcloud. However the file CAN_INSTALL is missing from your config directory. Please create the file CAN_INSTALL in your config folder to continue." : "Nextcloud kurulumunu yeniden yapmayı deniyorsunuz gibi görünüyor. Ancak config klasöründe CAN_INSTALL dosyası eksik. Lütfen config klasöründe CAN_INSTALL dosyasını oluşturun.",
+ "It looks like you are trying to reinstall your Nextcloud. However the file CAN_INSTALL is missing from your config directory. Please create the file CAN_INSTALL in your config folder to continue." : "Nextcloud kurulumunu yeniden yapmayı deniyorsunuz gibi görünüyor. Ancak config klasöründe CAN_INSTALL dosyası eksik. Lütfen işlemi sürdürebilmek için config klasöründe CAN_INSTALL dosyasını oluşturun.",
"Could not remove CAN_INSTALL from the config folder. Please remove this file manually." : "Config klasöründeki CAN_INSTALL dosyası silinemedi. Lütfen bu dosyayı el ile silin.",
"This application requires JavaScript for correct operation. Please {linkstart}enable JavaScript{linkend} and reload the page." : "Bu uygulamanın düzgün çalışabilmesi için JavaScript gereklidir. Lütfen {linkstart}JavaScript uygulamasını etkinleştirip{linkend} sayfayı yeniden yükleyin.",
"Get your own free account" : "Ücretsiz hesabınızı açın",
@@ -293,15 +322,14 @@ OC.L10N.register(
"More apps" : "Diğer uygulamalar",
"More" : "Diğer",
"More apps menu" : "Diğer uygulamalar menüsü",
- "Search" : "Arama",
- "Reset search" : "Aramayı sıfırla",
"Contacts" : "Kişiler",
"Contacts menu" : "Kişiler menüsü",
"Settings menu" : "Ayarlar menüsü",
"Confirm your password" : "Parolanızı onaylayın",
"Connect to your account" : "Hesabınızı bağlayın",
"Please log in before granting %1$s access to your %2$s account." : "Lütfen %1$s için %2$s hesabınıza erişim izni vermeden önce oturum açın.",
- "App token" : "Uygulama Kodu",
+ "If you are not trying to set up a new device or app, someone is trying to trick you into granting them access to your data. In this case do not proceed and instead contact your system administrator." : "Yeni bir aygıt ya da uygulama kurmaya çalışmıyorsanız, başka biri verilerinize erişmek için sizi kandırmaya çalışıyor. Durum buysa daha ileri gitmeyin ve sistem yöneticiniz ile görüşün.",
+ "App token" : "Uygulama kodu",
"Grant access" : "Erişim izni ver",
"Alternative log in using app token" : "Uygulama kodu ile alternatif oturum açma",
"Account access" : "Hesap erişimi",
@@ -324,11 +352,11 @@ OC.L10N.register(
"Enhanced security is enforced for your account. Choose which provider to set up:" : "Hesabınız için gelişmiş güvenlik kullanımı dayatılmış. Kuracağınız hizmet sağlayıcıyı seçin:",
"Error while validating your second factor" : "İkinci aşama doğrulanırken sorun çıktı",
"Access through untrusted domain" : "Güvenilmeyen etki alanı üzerinden erişim",
- "Please contact your administrator. If you are an administrator, edit the \"trusted_domains\" setting in config/config.php like the example in config.sample.php." : "Lütfen yöneticiniz ile görüşün. Yöneticisi siz iseniz, config/config.php dosyası içerisindeki \"trusted_domain\" ayarını config/config.sample.php dosyasındaki gibi düzenleyin.",
+ "Please contact your administrator. If you are an administrator, edit the \"trusted_domains\" setting in config/config.php like the example in config.sample.php." : "Lütfen BT yöneticiniz ile görüşün. Yöneticisi siz iseniz, config/config.php dosyası içerisindeki \"trusted_domain\" ayarını config/config.sample.php dosyasındaki gibi düzenleyin.",
"Further information how to configure this can be found in the %1$sdocumentation%2$s." : "Bu ayar ile ilgili ayrıntılı bilgi almak için %1$sbelgelere%2$s bakabilirsiniz.",
"App update required" : "Uygulamanın güncellenmesi gerekli",
"%1$s will be updated to version %2$s" : "%1$s, %2$s sürümüne güncellenecek",
- "These apps will be updated:" : "Şu uygulamalar güncellenecek:",
+ "The following apps will be updated:" : "Şu uygulamalar güncellenecek:",
"These incompatible apps will be disabled:" : "Şu uyumsuz uygulamalar devre dışı bırakılacak:",
"The theme %s has been disabled." : "%s teması devre dışı bırakıldı.",
"Please make sure that the database, the config folder and the data folder have been backed up before proceeding." : "Devam etmeden önce lütfen veritabanı, yapılandırma klasörü ve veri klasörünün yedeklenmiş olduğundan emin olun.",
@@ -343,96 +371,50 @@ OC.L10N.register(
"Maintenance mode" : "Bakım kipi",
"This %s instance is currently in maintenance mode, which may take a while." : "Bu %s kopyası şu anda bakım kipinde, bu işlem biraz zaman alabilir.",
"This page will refresh itself when the instance is available again." : "Sistem yeniden kullanılabilir olduğunda bu sayfa kendiliğinden yenilenecek",
- "Contact your system administrator if this message persists or appeared unexpectedly." : "Bu ileti görüntülenmeye devam ediyor ya da beklenmedik şekilde ortaya çıkıyorsa sistem yöneticinizle görüşün.",
- "Could not send reset email because there is no email address for this username. Please contact your administrator." : "Bu kullanıcı için bir e-posta adresi olmadığından sıfırlama e-postası gönderilemedi. Lütfen yöneticiniz ile görüşün.",
- "Couldn't send reset email. Please make sure your username is correct." : "Sıfırlama e-postası gönderilemedi. Lütfen kullanıcı adınızın doğru olduğundan emin olun.",
- "We have send a password reset e-mail to the e-mail address known to us for this account. If you do not receive it within a reasonable amount of time, check your spam/junk folders.<br>If it is not there ask your local administrator." : "Bu hesabın kayıtlı e-posta adresine bir parola sıfırlama bağlantısı gönderildi. Makul bir süre içinde bir e-posta almazsanız gelen kutunuzdaki spam/gereksiz klasörlerine bakın.<br>E-postayı göremiyorsanız yerel sistem yöneticinizle görüşün.",
- "Your files are encrypted. There will be no way to get your data back after your password is reset.<br />If you are not sure what to do, please contact your administrator before you continue. <br />Do you really want to continue?" : "Dosyalarınız şifrelenmiş. Parola sıfırlama işleminden sonra verilerinize erişemeyeceksiniz.<br />Ne yapacağınızdan emin değilseniz, ilerlemeden önce sistem yöneticiniz ile görüşün.<br />Gerçekten devam etmek istiyor musunuz?",
- "Sending email …" : "E-posta gönderiliyor …",
- "You are currently running PHP 5.6. The current major version of Nextcloud is the last that is supported on PHP 5.6. It is recommended to upgrade the PHP version to 7.0+ to be able to upgrade to Nextcloud 14." : "PHP 5.6 sürümünü kullanıyorsunuz. Geçerli Nextcloud ana sürümü PHP 5.6 sürümünü destekleyen son sürüm olacak. Nextcloud 14 sürümünü kullanabilmek için PHP sürümünü 7.0 ve üzerine yükseltmeniz önerilir.",
- "Accessing site insecurely via HTTP. You are strongly adviced to set up your server to require HTTPS instead, as described in the <a href=\"{docUrl}\">security tips ↗</a>." : "Siteye HTTP üzerinden güvenli olmayan bağlantı ile erişiliyor. Sunucunuzu <a href=\"{docUrl}\">güvenlik ipuçlarında ↗</a> anlatıldığı şekilde HTTPS kullanılacak şekilde yapılandırmanız önemle önerilir.",
- "Shared" : "Paylaşılan",
- "Shared with" : "Paylaşılanlar",
- "Shared by" : "Paylaşan",
- "Choose a password for the public link" : "Herkese açık bağlantı için bir parola seçin",
- "Choose a password for the public link or press the \"Enter\" key" : "Herkese açık bağlantı için bir parola belirtin ya da \"Enter\" tuşuna basın",
- "Copied!" : "Kopyalandı!",
- "Copy link" : "Bağlantıyı kopyala",
- "Not supported!" : "Desteklenmiyor!",
- "Press ⌘-C to copy." : "Kopyalamak için ⌘-C tuşlarına basın.",
- "Press Ctrl-C to copy." : "Kopyalamak için Ctrl-C tuşlarına basın.",
- "Unable to create a link share" : "Paylaşım bağlantısı oluşturulamadı",
- "Unable to toggle this option" : "Bu seçenek değiştirilemedi",
- "Resharing is not allowed" : "Yeniden paylaşıma izin verilmiyor",
- "Link" : "Bağlantı",
- "Hide download" : "İndirmeyi gizle",
- "Password protection enforced" : "Parola koruması dayatılıyor",
- "Password protect" : "Parola koruması",
- "Allow editing" : "Düzenlenebilsin",
- "Email link to person" : "Bağlantıyı e-posta ile gönder",
- "Send" : "Gönder",
- "Allow upload and editing" : "Yüklenebilsin ve düzenlenebilsin",
- "Read only" : "Salt okunur",
- "File drop (upload only)" : "Dosya bırakma (yalnız yükleme)",
- "Expiration date enforced" : "Son kullanma süresi dayatılıyor",
- "Set expiration date" : "Son kullanma tarihini ayarla",
- "Expiration" : "Son kullanma",
- "Expiration date" : "Son kullanma tarihi",
- "Note to recipient" : "Alıcıya not",
- "Unshare" : "Paylaşımdan Kaldır",
- "Delete share link" : "Paylaşım bağlantısını sil",
- "Add another link" : "Başka bir bağlantı ekle",
- "Password protection for links is mandatory" : "Bağlantı için parola koruması zorunludur",
- "Share to {name}" : "{name} ile paylaş",
- "Share link" : "Paylaşım bağlantısı",
- "New share link" : "Yeni paylaşım bağlantısı ",
- "Created on {time}" : "{time} zamanında oluşturulmuş",
- "Password protect by Talk" : "Sohbet tarafından parola ile korunmuş",
- "Could not unshare" : "Paylaşım kaldırılamadı",
- "Shared with you and the group {group} by {owner}" : "{owner} tarafından sizinle ve {group} ile paylaşılmış",
- "Shared with you and {circle} by {owner}" : "{owner} tarafından sizinle ve {circle} ile paylaşılmış",
- "Shared with you and the conversation {conversation} by {owner}" : "{owner} tarafından sizinle ve {conversation} görüşmesi ile paylaştırılmış",
- "Shared with you in a conversation by {owner}" : "{owner} tarafından sizinle {conversation} görüşmesinde paylaşılmış",
- "Shared with you by {owner}" : "{owner} tarafından sizinle paylaşılmış",
- "Choose a password for the mail share" : "E-posta ile paylaşmak için bir parola seçin",
- "group" : "grup",
- "remote" : "uzak",
- "remote group" : "uzak grup",
- "email" : "e-posta",
- "conversation" : "görüşme",
- "shared by {sharer}" : "{sharer} tarafından paylaşıldı",
- "Can reshare" : "Yeniden paylaşabilir",
- "Can edit" : "Düzenleyebilir",
- "Can create" : "Ekleyebilir",
- "Can change" : "Düzenleyebilir",
- "Can delete" : "Silebilir",
- "Access control" : "Erişim denetimi",
- "{shareInitiatorDisplayName} shared via link" : "{shareInitiatorDisplayName} bağlantı ile paylaşılmış",
- "Error while sharing" : "Paylaşılırken sorun çıktı",
- "Share details could not be loaded for this item." : "Bu öge için paylaşma ayrıntıları yüklenemedi.",
- "Search globally" : "Genel arama",
- "_At least {count} character is needed for autocompletion_::_At least {count} characters are needed for autocompletion_" : ["Otomatik tamamlama için en az {count} karakter gereklidir","Otomatik tamamlama için en az {count} karakter gereklidir"],
- "This list is maybe truncated - please refine your search term to see more results." : "Bu liste budanmış olabilir. Lütfen daha fazla sonuç görmek için arama ifadenizi daraltın.",
- "No users or groups found for {search}" : "{search} araması sonucunda uygun bir kullanıcı ya da grup bulunamadı",
- "No users found for {search}" : "{search} araması sonucunda uygun bir kullanıcı bulunamadı",
- "An error occurred (\"{message}\"). Please try again" : "Bir sorun çıktı (\"{message}\"). Lütfen yeniden deneyin.",
- "An error occurred. Please try again" : "Bir sorun çıktı. Lütfen yeniden deneyin",
- "Home" : "Giriş",
- "Work" : "İş",
- "Other" : "Diğer",
- "{sharee} (remote group)" : "{sharee} (uzak grup)",
- "{sharee} ({type}, {owner})" : "{sharee} ({type}, {owner})",
- "Share" : "Paylaş",
- "Name or email address..." : "Ad ya da e-posta adresi...",
- "Name or federated cloud ID..." : "Ad ya da birleşik bulut kodu...",
- "Name, federated cloud ID or email address..." : "Ad, birleşik bulut kodu ya da e-posta adresi...",
- "Name..." : "Ad...",
- "Error removing share" : "Paylaşımdan kaldırılırken sorun çıktı",
- "({scope})" : "({scope})",
- "Saving..." : "Kaydediliyor...",
- "Dismiss" : "Yok say",
- "Your client should now be connected! You can close this window." : "İstemcinizin bağlanmış olması gerekir! Bu pencereyi kapatabilirsiniz",
- "New Password" : "Yeni Parola",
- "Cancel log in" : "Oturum açmaktan vazgeç"
+ "Contact your system administrator if this message persists or appeared unexpectedly." : "Bu ileti görüntülenmeye devam ediyor ya da beklenmedik şekilde ortaya çıkıyorsa BT yöneticinizle görüşün.",
+ "Checking whether the database schema can be updated (this can take a long time depending on the database size)" : "Veritabanı şeması güncellemesi denetleniyor (veritabanının büyüklüğüne bağlı olarak uzun sürebilir)",
+ "Checked database schema update" : "Veritabanı şeması güncellemesi denetlendi",
+ "Checking updates of apps" : "Uygulama güncellemeleri denetleniyor",
+ "Checking for update of app \"%s\" in appstore" : "\"%s\" uygulamasının güncellemesi uygulama mağazasından denetleniyor",
+ "Update app \"%s\" from appstore" : "\"%s\" uygulamasını uygulama mağazasından güncelle",
+ "Checked for update of app \"%s\" in appstore" : "\"%s\" uygulama mağazasının güncellemesi uygulama mağazasından denetlendi",
+ "Checked database schema update for apps" : "Uygulamalar için veritabanı şema güncellemesi denetlendi",
+ "Following apps have been disabled: %s" : "Aşağıdaki uygulamalar devre dışı bırakıldı: %s",
+ "Your web server is not properly set up to resolve \"{url}\". Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Web sunucunuz \"{url}\" adresini çözümleyebilmesi için doğru şekilde ayarlanmamış. Ayrıntılı bilgi almak için <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">belgelere</a> bakabilirsiniz.",
+ "Your web server is not properly set up to resolve \"{url}\". This is most likely related to a web server configuration that was not updated to deliver this folder directly. Please compare your configuration against the shipped rewrite rules in \".htaccess\" for Apache or the provided one in the documentation for Nginx at it's <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation page</a>. On Nginx those are typically the lines starting with \"location ~\" that need an update." : "Web sunucunuz \"{url}\" adresini doğru olarak çözümleyecek şekilde yapılandırılmamış. Bu sorun genellikle web sunucu yapılandırmasının bu klasörü doğrudan aktaracak şekilde güncellenmemiş olmasından kaynaklanır. Lütfen kendi yapılandırmanızı, Apache için uygulama ile gelen \".htaccess\" dosyasındaki rewrite komutları ile ya da Nginx için <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">belgeler</a> bölümündeki ayarlar ile karşılaştırın. Nginx üzerinde genellikle \"location ~\" ile başlayan satırların güncellenmesi gerekir.",
+ "Your web server is not properly set up to deliver .woff2 files. This is typically an issue with the Nginx configuration. For Nextcloud 15 it needs an adjustement to also deliver .woff2 files. Compare your Nginx configuration to the recommended configuration in our <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Web sunucunuz büyük olasılıkla .woff2 dosyalarını aktaracak şekilde yapılandırılmamış. Bu sık karşılaşılan bir Nginx yapılandırma sorunudur. Nextcloud 15 için .woff2 dosyalarını da aktaracak ek bir ayar yapılması gereklidir. Kullandığınız Nginx yapılandırmasını <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">belgeler</a> bölümünde bulunan önerilen yapılandırma dosyası ile karşılaştırın.",
+ "Please check the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">installation documentation ↗</a> for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "Lütfen PHP yapılandırma notları ve özellikle php-fpm kullanırken sunucunuzdaki PHP yapılandırması için <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">kurulum belgelerine ↗</a> bakın.",
+ "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems. See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation ↗</a> for more information." : "İşlemsel dosya kilidi devre dışı. Bu durum yarış koşullarında (race condition) sorun çıkarabilir. Bu sorunlardan kaçınmak için config.php dosyasındaki 'filelocking.enabled' seçeneğini etkinleştirin. Ayrıntılı bilgi almak için <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">belgelere ↗</a> bakabilirsiniz.",
+ "Last background job execution ran {relativeTime}. Something seems wrong." : "Görev arka planda son olarak {relativeTime} zamanında yürütülmüş. Bir şeyler yanlış görünüyor.",
+ "Check the background job settings" : "Arka plan görevi ayarlarını denetleyin",
+ "No memory cache has been configured. To enhance performance, please configure a memcache, if available. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Henüz bir ön bellek yapılandırılmamış. Olabiliyorsa başarımı arttırmak için memcache ön bellek ayarlarını yapın. Ayrıntılı bilgi almak için <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">belgelere</a> bakabilirsiniz.",
+ "No suitable source for randomness found by PHP which is highly discouraged for security reasons. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Güvenlik nedeniyle kullanılması önemle önerilen rastgelelik kaynağı PHP tarafından bulunamıyor. Ayrıntılı bilgi almak için <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">belgelere</a> bakabilirsiniz.",
+ "You are currently running PHP {version}. Upgrade your PHP version to take advantage of <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">performance and security updates provided by the PHP Group</a> as soon as your distribution supports it." : "Şu anda PHP {version} sürümünü kullanıyorsunuz. Kullandığınız dağıtım desteklediği zaman PHP sürümünüzü güncelleyerek <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">PHP grubu tarafından sağlanan başarım ve güvenlik geliştirmelerinden</a> faydalanın.",
+ "The reverse proxy header configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If not, this is a security issue and can allow an attacker to spoof their IP address as visible to the Nextcloud. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Ters vekil sunucu üst bilgi yapılandırmanız doğru değil ya da Nextcloud üzerine güvenilen bir vekil sunucudan erişiyorsunuz. Böyle değil ise bu bir güvenlik sorunudur ve bir saldırganın IP adresini Nextcolud sunucusuna farklı göstermesine izin verebilir. Ayrıntılı bilgi almak için <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">belgelere</a> bakabilirsiniz.",
+ "Memcached is configured as distributed cache, but the wrong PHP module \"memcache\" is installed. \\OC\\Memcache\\Memcached only supports \"memcached\" and not \"memcache\". See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">memcached wiki about both modules</a>." : "Memcached dağıtık bellek olarak yapılandırılmış ancak kurulmuş PHP \"memcache\" modülü yanlış. \\OC\\Memcache\\Memcached yalnız \"memcache\" modülünü değil \"memcached\" mdoülünü destekler. İki modül hakkında ayrıntılı bilgi almak için <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">memcached wiki sayfasına</a> bakabilirsiniz.",
+ "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">List of invalid files…</a> / <a href=\"{rescanEndpoint}\">Rescan…</a>)" : "Bazı dosyalar bütünlük denetiminden geçemedi. Bu sorunun çözümü ile ilgili bilgi almak için <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">belgelere</a> bakabilirsiniz. (<a href=\"{codeIntegrityDownloadEndpoint}\">Geçersiz dosyaların listesi …</a> / <a href=\"{rescanEndpoint}\">Yeniden tara …</a>)",
+ "The PHP OPcache module is not loaded. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance it is recommended</a> to load it into your PHP installation." : "PHP OPcache yüklenmemiş. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Daha iyi başarım için</a> PHP kurulumunuza eklemeniz önerilir.",
+ "The PHP OPcache is not properly configured. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance it is recommended</a> to use the following settings in the <code>php.ini</code>:" : "PHP OPcache doğru şekilde ayarlanmamış. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Daha iyi sonuç almak için</a> <code>php.ini</code> dosyasında şu ayarların kullanılması önerilir:",
+ "Some columns in the database are missing a conversion to big int. Due to the fact that changing column types on big tables could take some time they were not changed automatically. By running 'occ db:convert-filecache-bigint' those pending changes could be applied manually. This operation needs to be made while the instance is offline. For further details read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "Veritabanında büyük tamsayıya dönüştürülecek bazı sütunlar eksik. Sütun türlerini büyük tablolara dönüştürme işlemi uzun sürebileceğinden bu işlem otomatik olarak yapılmaz. Sunucunuz normal çalışırken bekleyen değişiklikleri el ile uygulamak için \"occ db:convert-filecache-bigint\" komutunu yürütün. Bu işlem yapılırken Nextcloud kopyası çevrimdışı olur. Ayrıntılı bilgi almak için <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">belgeler bölümüne</a> bakabilirsiniz.",
+ "To migrate to another database use the command line tool: 'occ db:convert-type', or see the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation ↗</a>." : "Başka bir veritabanına geçmek için komut satırı aracını kullanın: 'occ db:convert-type' ya da <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">belgelere ↗</a> bakın.",
+ "Use of the the built in php mailer is no longer supported. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Please update your email server settings ↗<a/>." : "İç PHP e-posta gönderme uygulaması artık desteklenmiyor. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Lütfen e-posta sunucusu ayarlarınızı güncelleyin↗<a/>.",
+ "MySQL is used as database but does not support 4-byte characters. To be able to handle 4-byte characters (like emojis) without issues in filenames or comments for example it is recommended to enable the 4-byte support in MySQL. For further details read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "Veritabanı olarak MySQL kullanılır ancak 4 bayt uzunluğundaki karakterleri desteklemez. 4 bayt uzunluğundaki karaktelerin (emjo simgeleri gibi) dosya adları ya da yorumlarda sorun çıkmadan işlenebilmesi için MySQL üzerinde 4 bayt desteğinin etkinleştirilmesi önerilir. Ayrıntılı bilgi almak için <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">belgeler bölümüne</a> bakabilirsiniz.",
+ "You are accessing your instance over a secure connection, however your instance is generating insecure URLs. This most likely means that you are behind a reverse proxy and the overwrite config variables are not set correctly. Please read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "Kopyanıza güvenli bir bağlantı üzerinden erişiyorsunuz. Bununla birlikte kopyanız güvenli olmayan adresler üretiyor. Bu durum genellikle bir ters vekil sunucunun arkasında bulunmanız nedeniyle düzgün ayarlanmamış yapılandırma değişkenlerinin değiştirilmesinden kaynaklanır. Ayrıntılı bilgi almak için <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">bu konudaki bilgilere</a> bakabilirsiniz.",
+ "The \"{header}\" HTTP header is not set to \"{val1}\", \"{val2}\", \"{val3}\", \"{val4}\" or \"{val5}\". This can leak referer information. See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{link}\">W3C Recommendation ↗</a>." : "\"{header}\" HTTP üst bilgisi \"{val1}\", \"{val2}\", \"{val3}\", \"{val4}\" ya da \"{val5}\" olarak ayarlanmamış. Bu durum yönlendiren bilgilerinin sızmasına neden olabilir. Ayrıntılı bilgi almak için <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{link}\">W3C Önerilerine ↗</a> bakabilirsiniz.",
+ "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the <a href=\"{docUrl}\" rel=\"noreferrer noopener\">security tips ↗</a>." : "\"Strict-Transport-Security\" HTTP üst bilgisi en azından\"{seconds}\" saniyedir ayarlanmamış. Gelişmiş güvenlik sağlamak için <a href=\"{docUrl}\" rel=\"noreferrer noopener\">güvenlik ipuçlarında ↗</a> anlatıldığı şekilde HSTS özelliğinin etkinleştirilmesi önerilir.",
+ "Accessing site insecurely via HTTP. You are strongly advised to set up your server to require HTTPS instead, as described in the <a href=\"{docUrl}\">security tips ↗</a>." : "Siteye HTTP üzerinden güvenli olmayan bağlantı ile erişiliyor. Sunucunuzu <a href=\"{docUrl}\">güvenlik ipuçlarında ↗</a> anlatıldığı şekilde HTTPS kullanacak şekilde yapılandırmanız önemle önerilir.",
+ "Continue to Nextcloud" : "Nextcloud kullanmaya geç",
+ "_The update was successful. Redirecting you to Nextcloud in %n second._::_The update was successful. Redirecting you to Nextcloud in %n seconds._" : ["Uygulama güncellendi. %n saniye içinde Nextcloud üzerine yönlendirileceksiniz.","Uygulama güncellendi. %n saniye içinde Nextcloud üzerine yönlendirileceksiniz."],
+ "Searching other places" : "Diğer konumlarda aranıyor",
+ "No search results in other folders for {tag}{filter}{endtag}" : "{tag}{filter}{endtag} için diğer klasörlerde herhangi bir arama sonucu yok",
+ "_{count} search result in another folder_::_{count} search results in other folders_" : ["Diğer klasörlerde {count} arama sonucu","Diğer klasörlerde {count} arama sonucu"],
+ "A password reset message has been sent to the e-mail address of this account. If you do not receive it, check your spam/junk folders or ask your local administrator for help." : "Bu hesabın e-posta adresine bir parola sıfırlama iletisi gönderildi. Bir e-posta almazsanız gelen kutunuzdaki spam/gereksiz klasörlerine bakın ya da yardım almak için BT yöneticinizle görüşün.",
+ "Password can not be changed. Please contact your administrator." : "Parola değiştirilemedi. Lütfen BT yöneticiniz ile görüşün.",
+ "Could not fetch list of apps from the app store." : "Uygulama mağazasından uygulama listesi alınamadı.",
+ "Nextcloud {app}" : "Nextcloud {app}",
+ "Can't install this app because it is not compatible" : "Bu uygulama uyumlu olmadığından kurulamadı",
+ "Can't install this app" : "Bu uygulama kurulamadı",
+ "These apps will be updated:" : "Şu uygulamalar güncellenecek:",
+ "For more details see the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Ayrıntılı bilgi almak için, <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">belgelere</a> bakın."
},
"nplurals=2; plural=(n > 1);");
diff --git a/core/l10n/tr.json b/core/l10n/tr.json
index 619ca66a666..22041eda686 100644
--- a/core/l10n/tr.json
+++ b/core/l10n/tr.json
@@ -3,6 +3,14 @@
"File is too big" : "Dosya çok büyük",
"The selected file is not an image." : "Seçilmiş dosya bir görsel dosyası değil.",
"The selected file cannot be read." : "Seçilmiş dosya okunamadı.",
+ "The file was uploaded" : "Dosya yüklendi",
+ "The uploaded file exceeds the upload_max_filesize directive in php.ini" : "Yüklenen dosya php.ini dosyasındaki yüklenebilecek dosya boyutunu belirten upload_max_filesize değişkeninin değerini aşıyor",
+ "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Yüklenen dosya HTML formundaki yüklenebilecek dosya boyutunu belirten MAX_FILE_SIZE değişkeninin değerini aşıyor",
+ "The file was only partially uploaded" : "Dosyanın yalnız bir bölümü yüklendi",
+ "No file was uploaded" : "Herhangi bir dosya yüklenmedi",
+ "Missing a temporary folder" : "Bir geçici klasör eksik",
+ "Could not write file to disk" : "Dosya diske yazılamadı",
+ "A PHP extension stopped the file upload" : "Bir PHP eklentisi dosyanın yüklenmesini engelledi",
"Invalid file provided" : "Belirtilen dosya geçersiz",
"No image or file provided" : "Bir görsel ya da dosya belirtilmemiş",
"Unknown filetype" : "Dosya türü bilinmiyor",
@@ -13,19 +21,22 @@
"No valid crop data provided" : "Geçerli bir kırpma verisi belirtilmemiş",
"Crop is not square" : "Kırpma kare şeklinde değil",
"State token does not match" : "Durum kodu eşleşmiyor",
+ "Invalid app password" : "Uygulama parolası geçersiz",
"Could not complete login" : "Oturum açılamadı",
"Your login token is invalid or has expired" : "Oturum açma kodunuz geçersiz ya da süresi geçmiş",
"Password reset is disabled" : "Parola sıfırlama devre dışı bırakılmış",
"Couldn't reset password because the token is invalid" : "Kod geçersiz olduğundan parola sıfırlanamadı",
"Couldn't reset password because the token is expired" : "Kodun süresi geçtiğinden parola sıfırlanamadı",
"%s password reset" : "%s parola sıfırlama",
- "Password reset" : "Parolamı Sıfırla",
+ "Password reset" : "Parolamı sıfırla",
"Click the following button to reset your password. If you have not requested the password reset, then ignore this email." : "Parolanızı sıfırlamak için düğmeye tıklayın. Parola sıfırlama isteğinde bulunmadıysanız bu e-postayı yok sayabilirsiniz.",
"Click the following link to reset your password. If you have not requested the password reset, then ignore this email." : "Parolanızı sıfırlamak için bağlantıya tıklayın. Parola sıfırlama isteğinde bulunmadıysanız bu e-postayı yok sayabilirsiniz.",
- "Reset your password" : "Parolamı Sıfırla",
- "Nextcloud Server" : "Nextcloud Sunucusu",
+ "Reset your password" : "Parolamı sıfırla",
+ "Nextcloud Server" : "Nextcloud sunucusu",
"Some of your link shares have been removed" : "Bazı paylaşım bağlantılarınız silindi",
"Due to a security bug we had to remove some of your link shares. Please see the link for more information." : "Bir güvenlik açığı nedeniyle bazı paylaşım bağlantılarınızı silmek zorunda kaldık. ayrıntılı bilgi almak için bağlantıya bakabilirsiniz.",
+ "The user limit of this instance is reached." : "Bu kopya için kullanıcı sayısı sınırına ulaşıldı.",
+ "Enter your subscription key to increase the user limit. For more information about Nextcloud Enterprise see our website." : "Kullanıcı sayısı sınırını arttırmak için abonelik anatarınızı yazın. Nextcloud Enterprise sürümü hakkında ayrıntılı bilgi almak için web sitemize bakabilirsiniz.",
"Preparing update" : "Güncelleme hazırlanıyor",
"[%d / %d]: %s" : "[%d / %d]: %s",
"Repair step:" : "Onarım adımı:",
@@ -39,75 +50,70 @@
"Maintenance mode is kept active" : "Bakım kipi etkin tutuldu",
"Updating database schema" : "Veritabanı şeması güncelleniyor",
"Updated database" : "Veritabanı güncellendi",
- "Checking whether the database schema can be updated (this can take a long time depending on the database size)" : "Veritabanı şeması güncellemesi denetleniyor (veritabanının büyüklüğüne bağlı olarak uzun sürebilir)",
- "Checked database schema update" : "Veritabanı şeması güncellemesi denetlendi",
- "Checking updates of apps" : "Uygulama güncellemeleri denetleniyor",
- "Checking for update of app \"%s\" in appstore" : "\"%s\" uygulamasının güncellemesi uygulama mağazasından denetleniyor",
- "Update app \"%s\" from appstore" : "\"%s\" uygulamasını uygulama mağazasından güncelle",
- "Checked for update of app \"%s\" in appstore" : "\"%s\" uygulama mağazasının güncellemesi uygulama mağazasından denetlendi",
+ "Checking for update of app \"%s\" in App Store" : "Uygulama mağazasından \"%s\" uygulamasının güncellemesi denetleniyor",
+ "Update app \"%s\" from App Store" : "Uygulama mağazasından \"%s\" uygulamasını güncelle",
+ "Checked for update of app \"%s\" in App Store" : "Uygulama mağazasından \"%s\" uygulamasının güncellemesi denetlendi",
"Checking whether the database schema for %s can be updated (this can take a long time depending on the database size)" : "%s için veritabanı şeması güncellemesi denetleniyor (veritabanının büyüklüğüne bağlı olarak uzun sürebilir)",
- "Checked database schema update for apps" : "Uygulamalar için veritabanı şema güncellemesi denetlendi",
"Updated \"%1$s\" to %2$s" : "\"%1$s\", %2$s sürümüne güncellendi",
"Set log level to debug" : "Günlükleme düzeyini Hata Ayıklama olarak ayarla",
"Reset log level" : "Günlükleme düzeyini sıfırla",
"Starting code integrity check" : "Kod bütünlük sınaması başlatılıyor",
"Finished code integrity check" : "Kod bütünlük sınaması bitti",
"%s (incompatible)" : "%s (uyumsuz)",
- "Following apps have been disabled: %s" : "Aşağıdaki uygulamalar devre dışı bırakıldı: %s",
+ "The following apps have been disabled: %s" : "Şu uygulamalar devre dışı bırakıldı: %s",
"Already up to date" : "Zaten güncel",
"Your web server is not yet properly set up to allow file synchronization, because the WebDAV interface seems to be broken." : "Web sunucunuz dosya eşitlemesi için doğru şekilde ayarlanmamış. WebDAV arabirimi sorunlu görünüyor.",
- "Your web server is not properly set up to resolve \"{url}\". Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Web sunucunuz \"{url}\" adresini çözümleyebilmesi için doğru şekilde ayarlanmamış. Ayrıntılı bilgi almak için <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">belgelere</a> bakabilirsiniz.",
- "Your web server is not properly set up to resolve \"{url}\". This is most likely related to a web server configuration that was not updated to deliver this folder directly. Please compare your configuration against the shipped rewrite rules in \".htaccess\" for Apache or the provided one in the documentation for Nginx at it's <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation page</a>. On Nginx those are typically the lines starting with \"location ~\" that need an update." : "Web sunucunuz \"{url}\" adresini doğru olarak çözümleyecek şekilde yapılandırılmamış. Bu sorun genellikle web sunucu yapılandırmasının bu klasörü doğrudan aktaracak şekilde güncellenmemiş olmasından kaynaklanır. Lütfen kendi yapılandırmanızı, Apache için uygulama ile gelen \".htaccess\" dosyasındaki rewrite komutları ile ya da Nginx için <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">belgeler</a> bölümündeki ayarlar ile karşılaştırın. Nginx üzerinde genellikle \"location ~\" ile başlayan satırların güncellenmesi gerekir.",
- "Your web server is not properly set up to deliver .woff2 files. This is typically an issue with the Nginx configuration. For Nextcloud 15 it needs an adjustement to also deliver .woff2 files. Compare your Nginx configuration to the recommended configuration in our <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Web sunucunuz büyük olasılıkla .woff2 dosyalarını aktaracak şekilde yapılandırılmamış. Bu sık karşılaşılan bir Nginx yapılandırma sorunudur. Nextcloud 15 için .woff2 dosyalarını da aktaracak ek bir ayar yapılması gereklidir. Kullandığınız Nginx yapılandırmasını <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">belgeler</a> bölümünde bulunan önerilen yapılandırma dosyası ile karşılaştırın.",
+ "Your web server is not properly set up to resolve \"{url}\". Further information can be found in the {linkstart}documentation ↗{linkend}." : "Web sunucunuz \"{url}\" adresini çözümleyebilmesi için doğru şekilde ayarlanmamış. Ayrıntılı bilgi almak için {linkstart}belgeler ↗{linkend} bölümüne bakabilirsiniz.",
+ "Your web server is not properly set up to resolve \"{url}\". This is most likely related to a web server configuration that was not updated to deliver this folder directly. Please compare your configuration against the shipped rewrite rules in \".htaccess\" for Apache or the provided one in the documentation for Nginx at it's {linkstart}documentation page ↗{linkend}. On Nginx those are typically the lines starting with \"location ~\" that need an update." : "Web sunucunuz \"{url}\" adresini doğru olarak çözümleyecek şekilde yapılandırılmamış. Bu sorun genellikle web sunucu yapılandırmasının bu klasörü doğrudan aktaracak şekilde güncellenmemiş olmasından kaynaklanır. Lütfen kendi yapılandırmanızı, Apache için uygulama ile gelen \".htaccess\" dosyasındaki rewrite komutları ile ya da Nginx için {linkstart}belgeler ↗{linkend} bölümünde bulunan ayarlar ile karşılaştırın. Nginx üzerinde genellikle \"location ~\" ile başlayan satırların güncellenmesi gerekir.",
+ "Your web server is not properly set up to deliver .woff2 files. This is typically an issue with the Nginx configuration. For Nextcloud 15 it needs an adjustement to also deliver .woff2 files. Compare your Nginx configuration to the recommended configuration in our {linkstart}documentation ↗{linkend}." : "Web sunucunuz .woff2 dosyalarını aktaracak şekilde yapılandırılmamış. Bu sık karşılaşılan bir Nginx yapılandırma sorunudur. Nextcloud 15 için .woff2 dosyalarını da aktaracak ek bir ayar yapılması gereklidir. Kullandığınız Nginx yapılandırmasını {linkstart}belgeler ↗{linkend} bölümünde bulunan önerilen yapılandırma dosyası ile karşılaştırın.",
"PHP does not seem to be setup properly to query system environment variables. The test with getenv(\"PATH\") only returns an empty response." : "PHP yanlış kurulmuş ve sistem ortam değişkenlerini okuyamıyor gibi görünüyor. getenv(\"PATH\") komutu ile yapılan sınama sonucunda boş bir yanıt alındı.",
- "Please check the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">installation documentation ↗</a> for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "Lütfen PHP yapılandırma notları ve özellikle php-fpm kullanırken sunucunuzdaki PHP yapılandırması için <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">kurulum belgelerine ↗</a> bakın.",
+ "Please check the {linkstart}installation documentation ↗{linkend} for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "Lütfen PHP yapılandırma notları ve özellikle php-fpm kullanırken sunucunuzdaki PHP yapılandırması için {linkstart}kurulum belgeleri ↗{linkend} bölümüne bakabilirsiniz.",
"The read-only config has been enabled. This prevents setting some configurations via the web-interface. Furthermore, the file needs to be made writable manually for every update." : "Salt okunur yapılandırma etkinleştirilmiş. Bu yapılandırma, bazı ayarların web arayüzünden yapılmasını önler. Ayrıca, bu dosyanın her güncelleme öncesinde el ile yazılabilir yapılması gerekir.",
"Your database does not run with \"READ COMMITTED\" transaction isolation level. This can cause problems when multiple actions are executed in parallel." : "Veritabanınız \"READ COMMITTED\" işlem yalıtma düzeyinde çalışmıyor. Bu durum aynı anda birden çok işlem yapıldığında sorun çıkmasına yol açabilir.",
"The PHP module \"fileinfo\" is missing. It is strongly recommended to enable this module to get the best results with MIME type detection." : "PHP \"fileinfo\" modülü bulunamadı. MIME türü algılamasında en iyi sonuçları elde etmek için bu modülü etkinleştirmeniz önerilir.",
- "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems. See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation ↗</a> for more information." : "İşlemsel dosya kilidi devre dışı. Bu durum yarış koşullarında (race condition) sorun çıkarabilir. Bu sorunlardan kaçınmak için config.php dosyasındaki 'filelocking.enabled' seçeneğini etkinleştirin. Ayrıntılı bilgi almak için <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">belgelere ↗</a> bakabilirsiniz.",
+ "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems. See the {linkstart}documentation ↗{linkend} for more information." : "İşlemsel dosya kilidi devre dışı. Bu durum yarış koşullarında (race condition) sorun çıkarabilir. Bu sorunlardan kaçınmak için config.php dosyasındaki \"filelocking.enabled\" seçeneğini etkinleştirin. Ayrıntılı bilgi almak için {linkstart}belgeler ↗{linkend} bölümüne bakabilirsiniz.",
"If your installation is not installed at the root of the domain and uses system cron, there can be issues with the URL generation. To avoid these problems, please set the \"overwrite.cli.url\" option in your config.php file to the webroot path of your installation (suggestion: \"{suggestedOverwriteCliURL}\")" : "Kurulumunuz etki alanının kök klasörüne yapılmamış ve sistem Zamanlanmış Görevini kullanıyorsa, İnternet adresi oluşturma sorunları oluşabilir. Bu sorunların önüne geçmek için, kurulumunuzun config.php dosyasındaki \"overwrite.cli.url\" seçeneğini web kök klasörü olarak ayarlayın (Önerilen: \"{suggestedOverwriteCliURL}\")",
+ "Your installation has no default phone region set. This is required to validate phone numbers in the profile settings without a country code. To allow numbers without a country code, please add \"default_phone_region\" with the respective {linkstart}ISO 3166-1 code ↗{linkend} of the region to your config file." : "Kurulumunuz için bir varsayılan telefon bölgesi ayarlanmamış. Bu bölge telefon numaralarının bir ülke kodu belirtilmeden doğrulanmasını sağlar. Telefon numaralarının ülke kodu olmadan yazılabilmesini istiyorsanız, yapılandırma dosyasına \"default_phone_region\" seçeneğini ekleyerek ilgili {linkstart}ISO 3166-1 ↗{linkend} bölge kodunu yazın.",
"It was not possible to execute the cron job via CLI. The following technical errors have appeared:" : "Zamanlanmış görev CLI üzerinden çalıştırılamadı. Şu teknik sorunlar çıktı:",
- "Last background job execution ran {relativeTime}. Something seems wrong." : "Görev arka planda son olarak {relativeTime} zamanında yürütülmüş. Bir şeyler yanlış görünüyor.",
- "Check the background job settings" : "Arka plan görevi ayarlarını denetleyin",
+ "Last background job execution ran {relativeTime}. Something seems wrong. {linkstart}Check the background job settings ↗{linkend}." : "Görev arka planda son olarak {relativeTime} zamanında yürütülmüş. Bir şeyler yanlış görünüyor. {linkstart}Arka plan görevi ayarlarını gözden geçirin ↗{linkend}.",
"This server has no working Internet connection: Multiple endpoints could not be reached. This means that some of the features like mounting external storage, notifications about updates or installation of third-party apps will not work. Accessing files remotely and sending of notification emails might not work, either. Establish a connection from this server to the Internet to enjoy all features." : "Bu sunucunun çalışan bir İnternet bağlantısı yok. Birden çok uç noktaya erişilemez. Bu durumda dış depolama alanı bağlama, güncelleme bildirimleri ya da üçüncü taraf uygulamalarını kurmak gibi bazı özellikler çalışmaz. Dosyalara uzaktan erişim ve bildirim e-postalarının gönderilmesi işlemleri de yapılamaz. Tüm bu özelliklerin kullanılabilmesi için sunucuyu İnternet üzerine bağlamanız önerilir.",
- "No memory cache has been configured. To enhance performance, please configure a memcache, if available. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Henüz bir ön bellek yapılandırılmamış. Olabiliyorsa başarımı arttırmak için memcache ön bellek ayarlarını yapın. Ayrıntılı bilgi almak için <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">belgelere</a> bakabilirsiniz.",
- "No suitable source for randomness found by PHP which is highly discouraged for security reasons. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Güvenlik nedeniyle kullanılması önemle önerilen rastgelelik kaynağı PHP tarafından bulunamıyor. Ayrıntılı bilgi almak için <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">belgelere</a> bakabilirsiniz.",
- "You are currently running PHP {version}. Upgrade your PHP version to take advantage of <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">performance and security updates provided by the PHP Group</a> as soon as your distribution supports it." : "Şu anda PHP {version} sürümünü kullanıyorsunuz. Kullandığınız dağıtım desteklediği zaman PHP sürümünüzü güncelleyerek <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">PHP grubu tarafından sağlanan başarım ve güvenlik geliştirmelerinden</a> faydalanın.",
- "Nextcloud 19 is the last release supporting PHP 7.2. Nextcloud 20 requires at least PHP 7.3." : "Nextcloud 19, PHP 7.2 destekleyecek olan son sürümdür. Nextcloud 20 en az PHP 7.3 ister.",
- "The reverse proxy header configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If not, this is a security issue and can allow an attacker to spoof their IP address as visible to the Nextcloud. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Ters vekil sunucu üst bilgi yapılandırmanız doğru değil ya da Nextcloud üzerine güvenilen bir vekil sunucudan erişiyorsunuz. Böyle değil ise bu bir güvenlik sorunudur ve bir saldırganın IP adresini Nextcolud sunucusuna farklı göstermesine izin verebilir. Ayrıntılı bilgi almak için <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">belgelere</a> bakabilirsiniz.",
- "Memcached is configured as distributed cache, but the wrong PHP module \"memcache\" is installed. \\OC\\Memcache\\Memcached only supports \"memcached\" and not \"memcache\". See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">memcached wiki about both modules</a>." : "Memcached dağıtık bellek olarak yapılandırılmış ancak kurulmuş PHP \"memcache\" modülü yanlış. \\OC\\Memcache\\Memcached yalnız \"memcache\" modülünü değil \"memcached\" mdoülünü destekler. İki modül hakkında ayrıntılı bilgi almak için <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">memcached wiki sayfasına</a> bakabilirsiniz.",
- "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">List of invalid files…</a> / <a href=\"{rescanEndpoint}\">Rescan…</a>)" : "Bazı dosyalar bütünlük denetiminden geçemedi. Bu sorunun çözümü ile ilgili bilgi almak için <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">belgelere</a> bakabilirsiniz. (<a href=\"{codeIntegrityDownloadEndpoint}\">Geçersiz dosyaların listesi …</a> / <a href=\"{rescanEndpoint}\">Yeniden tara …</a>)",
- "The PHP OPcache module is not loaded. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance it is recommended</a> to load it into your PHP installation." : "PHP OPcache yüklenmemiş. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Daha iyi başarım için</a> PHP kurulumunuza eklemeniz önerilir.",
- "The PHP OPcache is not properly configured. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance it is recommended</a> to use the following settings in the <code>php.ini</code>:" : "PHP OPcache doğru şekilde ayarlanmamış. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Daha iyi sonuç almak için</a> <code>php.ini</code> dosyasında şu ayarların kullanılması önerilir:",
+ "No memory cache has been configured. To enhance performance, please configure a memcache, if available. Further information can be found in the {linkstart}documentation ↗{linkend}." : "Henüz bir ön bellek yapılandırılmamış. Olabiliyorsa başarımı arttırmak için memcache ön bellek ayarlarını yapın. Ayrıntılı bilgi almak için {linkstart}belgeler ↗{linkend} bölümüne bakabilirsiniz.",
+ "No suitable source for randomness found by PHP which is highly discouraged for security reasons. Further information can be found in the {linkstart}documentation ↗{linkend}." : "Güvenlik nedeniyle kullanılması önemle önerilen rastgelelik kaynağı PHP tarafından bulunamıyor. Ayrıntılı bilgi almak için {linkstart}belgeler ↗{linkend} bölümüne bakabilirsiniz.",
+ "You are currently running PHP {version}. Upgrade your PHP version to take advantage of {linkstart}performance and security updates provided by the PHP Group ↗{linkend} as soon as your distribution supports it." : "Şu anda PHP {version} sürümünü kullanıyorsunuz. Kullandığınız dağıtım desteklediği zaman PHP sürümünüzü güncelleyerek {linkstart}PHP grubu tarafından sağlanan başarım ve güvenlik geliştirmelerinden ↗{linkend} faydalanın.",
+ "Nextcloud 20 is the last release supporting PHP 7.2. Nextcloud 21 requires at least PHP 7.3." : "Nextcloud 20 PHP 7.2 sürümünü destekleyen son sürümdür. Nextcloud 21 sürümü için en az PHP 7.3 gereklidir.",
+ "The reverse proxy header configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If not, this is a security issue and can allow an attacker to spoof their IP address as visible to the Nextcloud. Further information can be found in the {linkstart}documentation ↗{linkend}." : "Ters vekil sunucu üst bilgi yapılandırmanız doğru değil ya da Nextcloud üzerine güvenilen bir vekil sunucudan erişiyorsunuz. Böyle değil ise bu bir güvenlik sorunudur ve bir saldırganın IP adresini Nextcolud sunucusuna farklı göstermesine izin verebilir. Ayrıntılı bilgi almak için {linkstart}belgeler ↗{linkend} bölümüne bakabilirsiniz.",
+ "Memcached is configured as distributed cache, but the wrong PHP module \"memcache\" is installed. \\OC\\Memcache\\Memcached only supports \"memcached\" and not \"memcache\". See the {linkstart}memcached wiki about both modules ↗{linkend}." : "Memcached dağıtık bellek olarak yapılandırılmış ancak kurulmuş PHP \"memcache\" modülü yanlış. \\OC\\Memcache\\Memcached yalnız \"memcache\" modülünü değil \"memcached\" mdoülünü destekler. İki modül hakkında ayrıntılı bilgi almak için {linkstart}Memcached Wiki sayfasına ↗{linkend} bakabilirsiniz.",
+ "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in the {linkstart1}documentation ↗{linkend}. ({linkstart2}List of invalid files…{linkend} / {linkstart3}Rescan…{linkend})" : "Bazı dosyalar bütünlük denetiminden geçemedi. Bu sorunun çözümü ile ilgili bilgi almak için {linkstart}belgeler ↗{linkend} bölümüne bakabilirsiniz. ({linkstart}Geçersiz dosyaların listesi…{linkend} / {linkstart}Yeniden Tara…{linkend})",
+ "The PHP OPcache module is not loaded. {linkstart}For better performance it is recommended ↗{linkend} to load it into your PHP installation." : "PHP OPcache modülü yüklenmemiş. {linkstart}Daa iyi başarım sağlamak için ↗{linkend} PHP kurulumunuza eklemeniz önerilir.",
+ "The PHP OPcache module is not properly configured. {linkstart}For better performance it is recommended ↗{linkend} to use the following settings in the <code>php.ini</code>:" : "PHP OPcache modülü doğru şekilde ayarlanmamış. {linkstart}Daha iyi başarım sağlamak için ↗{linkend} <code>php.ini</code> dosyasında şu ayarların kullanılması önerilir:",
"The PHP function \"set_time_limit\" is not available. This could result in scripts being halted mid-execution, breaking your installation. Enabling this function is strongly recommended." : "\"set_time_limit\" PHP işlevi kullanılamıyor. Bu durum betiklerin yürütme sırasında durmasına, ve kurulumunuzun çalışmamasına neden olabilir. Bu işlevin etkinleştirilmesi önemle önerilir.",
"Your PHP does not have FreeType support, resulting in breakage of profile pictures and the settings interface." : "PHP kurulumunuzda FreeType desteği yok. Bu durum profil görsellerinin ve ayarlar bölümünün bozuk görüntülenmesine neden olur.",
"Missing index \"{indexName}\" in table \"{tableName}\"." : "\"{tableName}\" tablosundaki \"{indexName}\" dizini eksik.",
"The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "Veritabanında bazı dizinler eksik. Büyük tablolara dizinlerin eklenmesi uzun sürebildiğinden bu işlem otomatik olarak yapılmaz. Sunucunuz normal çalışırken eksik dizinleri el ile eklemek için \"occ db:add-missing-indices\" komutunu yürütün. Dizinler eklendikten sonra bu tablolar üzerindeki sorgular çok daha hızlı yürütülür.",
+ "Missing primary key on table \"{tableName}\"." : "\"{tableName}\" tablosunda birincil dizin anahtarı eksik.",
+ "The database is missing some primary keys. Due to the fact that adding primary keys on big tables could take some time they were not added automatically. By running \"occ db:add-missing-primary-keys\" those missing primary keys could be added manually while the instance keeps running." : "Veritabanında bazı birincil dizin anahtarları eksik. Büyük tablolara birincil anahtarların eklenmesi uzun sürebildiğinden bu işlem otomatik olarak yapılmaz. Sunucunuz normal çalışırken eksik birincil anahtarları el ile eklemek için \"occ db:add-missing-primary-keys\" komutunu yürütün.",
+ "Missing optional column \"{columnName}\" in table \"{tableName}\"." : "\"{tableName}\" tablosundaki isteğe bağlı \"{coumnName}\" sütunu eksik.",
+ "The database is missing some optional columns. Due to the fact that adding columns on big tables could take some time they were not added automatically when they can be optional. By running \"occ db:add-missing-columns\" those missing columns could be added manually while the instance keeps running. Once the columns are added some features might improve responsiveness or usability." : "Veritabanında bazı isteğe bağlı sütunlar eksik. Büyük tablolara sütunların eklenmesi uzun sürebildiğinden, sütunlar isteğe bağlı olduğunda bu işlem otomatik olarak yapılmaz. Sunucunuz normal çalışırken eksik sütunları el ile eklemek için \"occ db:add-missing-columns\" komutunu yürütün. Sütunlar eklendikten sonra bazı özelliklerin yanıtı ya da kullanımı daha iyileşebilir.",
"This instance is missing some recommended PHP modules. For improved performance and better compatibility it is highly recommended to install them." : "Bu kopyada önerilen bazı PHP modülleri eksik. Daha iyi başarım ve uyumluluk için bu modüllerin kurulması önemle önerilir.",
- "Some columns in the database are missing a conversion to big int. Due to the fact that changing column types on big tables could take some time they were not changed automatically. By running 'occ db:convert-filecache-bigint' those pending changes could be applied manually. This operation needs to be made while the instance is offline. For further details read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "Veritabanında büyük tamsayıya dönüştürülecek bazı sütunlar eksik. Sütun türlerini büyük tablolara dönüştürme işlemi uzun sürebileceğinden bu işlem otomatik olarak yapılmaz. Sunucunuz normal çalışırken bekleyen değişiklikleri el ile uygulamak için \"occ db:convert-filecache-bigint\" komutunu yürütün. Bu işlem yapılırken Nextcloud kopyası çevrimdışı olur. Ayrıntılı bilgi almak için <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">belgeler bölümüne</a> bakabilirsiniz.",
+ "Module php-imagick in this instance has no SVG support. For better compatibility it is recommended to install it." : "Bu kopyadaki php-imagick modülünde SVG desteği yok. Daha iyi başarım ve uyumluluk için bu modülün kurulması önemle önerilir.",
+ "Some columns in the database are missing a conversion to big int. Due to the fact that changing column types on big tables could take some time they were not changed automatically. By running 'occ db:convert-filecache-bigint' those pending changes could be applied manually. This operation needs to be made while the instance is offline. For further details read {linkstart}the documentation page about this ↗{linkend}." : "Veritabanında büyük tamsayıya dönüştürülecek bazı sütunlar eksik. Sütun türlerini büyük tablolara dönüştürme işlemi uzun sürebileceğinden bu işlem otomatik olarak yapılmaz. Sunucunuz normal çalışırken bekleyen değişiklikleri el ile uygulamak için \"occ db:convert-filecache-bigint\" komutunu yürütün. Bu işlem yapılırken Nextcloud kopyası çevrimdışı olur. Ayrıntılı bilgi almak için {linkstart}belgeler ↗{linkend} bölümüne bakabilirsiniz.",
"SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend." : "Şu anda veritabanı olarak SQLite kullanılıyor. Daha büyük kurulumlar için farklı bir veritabanı arka ucuna geçmenizi öneriyoruz.",
"This is particularly recommended when using the desktop client for file synchronisation." : "Özellikle dosya eşitleme için masaüstü istemcisi kullanılırken SQLite kullanımı önerilmez.",
- "To migrate to another database use the command line tool: 'occ db:convert-type', or see the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation ↗</a>." : "Başka bir veritabanına geçmek için komut satırı aracını kullanın: 'occ db:convert-type' ya da <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">belgelere ↗</a> bakın.",
- "Use of the the built in php mailer is no longer supported. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Please update your email server settings ↗<a/>." : "İç PHP e-posta gönderme uygulaması artık desteklenmiyor. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Lütfen e-posta sunucusu ayarlarınızı güncelleyin↗<a/>.",
+ "To migrate to another database use the command line tool: 'occ db:convert-type', or see the {linkstart}documentation ↗{linkend}." : "Başka bir veritabanına geçmek için komut satırı aracını kullanın: 'occ db:convert-type' ya da {linkstart}belgeler ↗{linkend} bölümüne bakın.",
"The PHP memory limit is below the recommended value of 512MB." : "PHP bellek sınırı önerilen 512 MB değerinden küçük.",
"Some app directories are owned by a different user than the web server one. This may be the case if apps have been installed manually. Check the permissions of the following app directories:" : "Bazı uygulama klasörlerinin sahipliği web sunucusunun kullandığından başka bir kullanıcıya ait. Bu durum, uygulamalar el ile kurulduğunda ortaya çıkabilir. Şu uygulama klasörlerinin izinlerini denetleyin:",
- "MySQL is used as database but does not support 4-byte characters. To be able to handle 4-byte characters (like emojis) without issues in filenames or comments for example it is recommended to enable the 4-byte support in MySQL. For further details read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "Veritabanı olarak MySQL kullanılır ancak 4 bayt uzunluğundaki karakterleri desteklemez. 4 bayt uzunluğundaki karaktelerin (emjo simgeleri gibi) dosya adları ya da yorumlarda sorun çıkmadan işlenebilmesi için MySQL üzerinde 4 bayt desteğinin etkinleştirilmesi önerilir. Ayrıntılı bilgi almak için <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">belgeler bölümüne</a> bakabilirsiniz.",
+ "MySQL is used as database but does not support 4-byte characters. To be able to handle 4-byte characters (like emojis) without issues in filenames or comments for example it is recommended to enable the 4-byte support in MySQL. For further details read {linkstart}the documentation page about this ↗{linkend}." : "Veritabanı olarak MySQL kullanılır ancak 4 bayt uzunluğundaki karakterleri desteklemez. 4 bayt uzunluğundaki karaktelerin (emjo simgeleri gibi) dosya adları ya da yorumlarda sorun çıkmadan işlenebilmesi için MySQL üzerinde 4 bayt desteğinin etkinleştirilmesi önerilir. Ayrıntılı bilgi almak için {linkstart}belgeler ↗{linkend} bölümüne bakabilirsiniz.",
"This instance uses an S3 based object store as primary storage. The uploaded files are stored temporarily on the server and thus it is recommended to have 50 GB of free space available in the temp directory of PHP. Check the logs for full details about the path and the available space. To improve this please change the temporary directory in the php.ini or make more space available in that path." : "Bu kopya, birincil depolama olarak S3 tabanlı bir nesne deposu kullanıyor. Yüklenen dosyalar geçici olarak sunucuya kaydedildiğinden PHP geçici klasöründe 50 GB boş alan bulunması önerilir. Klasör yolu ve kullanılabilecek alan hakkındaki ayrıntılı bilgi almak için günlüklere bakabilirsiniz. Bu durumu düzeltmek için php.ini içindeki geçici klasör yolunu değiştirin ya da kullanılan geçici klasörde daha fazla yer açın.",
+ "You are accessing your instance over a secure connection, however your instance is generating insecure URLs. This most likely means that you are behind a reverse proxy and the overwrite config variables are not set correctly. Please read {linkstart}the documentation page about this ↗{linkend}." : "Kopyanıza güvenli bir bağlantı üzerinden erişiyorsunuz. Bununla birlikte kopyanız güvenli olmayan adresler üretiyor. Bu durum genellikle bir ters vekil sunucunun arkasında bulunmanız nedeniyle düzgün ayarlanmamış yapılandırma değişkenlerinin değiştirilmesinden kaynaklanır. Ayrıntılı bilgi almak için {linkstart}belgeler ↗{linkend} bölümüne bakabilirsiniz.",
"Error occurred while checking server setup" : "Sunucu ayarları denetlenirken sorun çıktı",
+ "For more details see the {linkstart}documentation ↗{linkend}." : "Ayrıntılı bilgi almak için {linkstart}belgeler ↗{linkend} bölümüne bakabilirsiniz.",
"Your data directory and files are probably accessible from the Internet. The .htaccess file is not working. It is strongly recommended that you configure your web server so that the data directory is no longer accessible, or move the data directory outside the web server document root." : "Veri klasörünüz ve dosyalarınız İnternet üzerinden erişime açık olabilir. .htaccess dosyası çalışmıyor. Web sunucunuzu yapılandırarak veri klasörüne erişimi engellemeniz ya da veri klasörünü web sunucu kök klasörü dışına taşımanız önemle önerilir.",
"The \"{header}\" HTTP header is not set to \"{expected}\". This is a potential security or privacy risk, as it is recommended to adjust this setting accordingly." : "\"{header}\" HTTP üst bilgisi \"{expected}\" şeklinde ayarlanmamış. Bu durum olası bir güvenlik ya da gizlilik riski oluşturduğundan bu ayarın belirtildiği gibi yapılması önerilir.",
"The \"{header}\" HTTP header is not set to \"{expected}\". Some features might not work correctly, as it is recommended to adjust this setting accordingly." : "\"{header}\" HTTP üst bilgisi \"{expected}\" şeklinde ayarlanmamış. Bu durum bazı özelliklerin düzgün çalışmasını engelleyebileceğinden bu ayarın belirtildiği gibi yapılması önerilir.",
"The \"{header}\" HTTP header doesn't contain \"{expected}\". This is a potential security or privacy risk, as it is recommended to adjust this setting accordingly." : "\"{header}\" HTTP üst bilgisinde \"{expected}\" bulunmuyor. Bu durum olası bir güvenlik ya da gizlilik riski oluşturduğundan bu ayarın uygun şekilde yapılması önerilir.",
- "The \"{header}\" HTTP header is not set to \"{val1}\", \"{val2}\", \"{val3}\", \"{val4}\" or \"{val5}\". This can leak referer information. See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{link}\">W3C Recommendation ↗</a>." : "\"{header}\" HTTP üst bilgisi \"{val1}\", \"{val2}\", \"{val3}\", \"{val4}\" ya da \"{val5}\" olarak ayarlanmamış. Bu durum yönlendiren bilgilerinin sızmasına neden olabilir. Ayrıntılı bilgi almak için <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{link}\">W3C Önerilerine ↗</a> bakabilirsiniz.",
- "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the <a href=\"{docUrl}\" rel=\"noreferrer noopener\">security tips ↗</a>." : "\"Strict-Transport-Security\" HTTP üst bilgisi en azından\"{seconds}\" saniyedir ayarlanmamış. Gelişmiş güvenlik sağlamak için <a href=\"{docUrl}\" rel=\"noreferrer noopener\">güvenlik ipuçlarında ↗</a> anlatıldığı şekilde HSTS özelliğinin etkinleştirilmesi önerilir.",
- "Accessing site insecurely via HTTP. You are strongly advised to set up your server to require HTTPS instead, as described in the <a href=\"{docUrl}\">security tips ↗</a>." : "Siteye HTTP üzerinden güvenli olmayan bağlantı ile erişiliyor. Sunucunuzu <a href=\"{docUrl}\">güvenlik ipuçlarında ↗</a> anlatıldığı şekilde HTTPS kullanacak şekilde yapılandırmanız önemle önerilir.",
- "Non-existing tag #{tag}" : "#{tag} etiketi bulunamadı",
- "restricted" : "kısıtlı",
- "invisible" : "görünmez",
- "Delete" : "Sil",
- "Rename" : "Yeniden Adlandır",
- "Collaborative tags" : "İşbirliği etiketleri",
- "No tags found" : "Herhangi bir etiket bulunamadı",
+ "The \"{header}\" HTTP header is not set to \"{val1}\", \"{val2}\", \"{val3}\", \"{val4}\" or \"{val5}\". This can leak referer information. See the {linkstart}W3C Recommendation ↗{linkend}." : "\"{header}\" HTTP üst bilgisi \"{val1}\", \"{val2}\", \"{val3}\", \"{val4}\" ya da \"{val5}\" olarak ayarlanmamış. Bu durum yönlendiren bilgilerinin sızmasına neden olabilir. Ayrıntılı bilgi almak için {linkstart}W3C Önerilerine ↗{linkend} bakabilirsiniz.",
+ "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the {linkstart}security tips ↗{linkend}." : "\"Strict-Transport-Security\" HTTP üst bilgisi en azından\"{seconds}\" saniyedir ayarlanmamış. Gelişmiş güvenlik sağlamak için {linkstart}güvenlik ipuçları ↗{linkend} bölümünde anlatıldığı şekilde HSTS özelliğinin etkinleştirilmesi önerilir.",
+ "Accessing site insecurely via HTTP. You are strongly advised to set up your server to require HTTPS instead, as described in the {linkstart}security tips ↗{linkend}." : "Siteye HTTP üzerinden güvenli olmayan bağlantı ile erişiliyor. Sunucunuzu {linkstart}güvenlik ipuçları ↗{linkend} bölümünde anlatıldığı şekilde HTTPS kullanacak şekilde yapılandırmanız önemle önerilir.",
"unknown text" : "bilinmeyen metin",
"Hello world!" : "Merhaba dünya!",
"sunny" : "güneşli",
@@ -122,48 +128,61 @@
"Please reload the page." : "Lütfen sayfayı yeniden yükleyin.",
"The update was unsuccessful. For more information <a href=\"{url}\">check our forum post</a> covering this issue." : "Uygulama güncellenemedi. Ayrıntılı bilgi almak için bu sorun ile ilgili <a href=\"{url}\">forum iletimize</a> bakabilirsiniz.",
"The update was unsuccessful. Please report this issue to the <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">Nextcloud community</a>." : "Uygulama güncellenemedi. Lütfen bu sorunu  <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">Nextcloud topluluğuna</a> bildirin.",
- "Continue to Nextcloud" : "Nextcloud kullanmaya geç",
- "_The update was successful. Redirecting you to Nextcloud in %n second._::_The update was successful. Redirecting you to Nextcloud in %n seconds._" : ["Uygulama güncellendi. %n saniye içinde Nextcloud üzerine yönlendirileceksiniz.","Uygulama güncellendi. %n saniye içinde Nextcloud üzerine yönlendirileceksiniz."],
- "Searching other places" : "Diğer konumlarda aranıyor",
- "No search results in other folders for {tag}{filter}{endtag}" : "{tag}{filter}{endtag} için diğer klasörlerde herhangi bir arama sonucu yok",
- "_{count} search result in another folder_::_{count} search results in other folders_" : ["Diğer klasörlerde {count} arama sonucu","Diğer klasörlerde {count} arama sonucu"],
+ "Continue to {productName}" : "{productName} ile devam et",
+ "_The update was successful. Redirecting you to {productName} in %n second._::_The update was successful. Redirecting you to {productName} in %n seconds._" : ["Uygulama güncellendi. %n saniye içinde {productName} üzerine yönlendirileceksiniz.","Uygulama güncellendi. %n saniye içinde {productName} üzerine yönlendirileceksiniz."],
+ "Log in" : "Oturum aç",
+ "Logging in …" : "Oturum açılıyor …",
"Server side authentication failed!" : "Kimlik sunucu tarafında doğrulanamadı!",
- "Please contact your administrator." : "Lütfen sistem yöneticiniz ile görüşün.",
+ "Please contact your administrator." : "Lütfen BT yöneticiniz ile görüşün.",
"An internal error occurred." : "İçeride bir sorun çıktı.",
- "Please try again or contact your administrator." : "Lütfen yeniden deneyin ya da yöneticinizle görüşün.",
+ "Please try again or contact your administrator." : "Lütfen yeniden deneyin ya da BT yöneticinizle görüşün.",
"Username or email" : "Kullanıcı adı ya da e-posta",
"Password" : "Parola",
- "Log in" : "Oturum Aç",
- "Logging in …" : "Oturum açılıyor …",
+ "Toggle password visibility" : "Parolanın görünürlüğünü değiştir",
"Wrong username or password." : "Kullanıcı adı ya da parola hatalı.",
"User disabled" : "Kullanıcı devre dışı",
"We have detected multiple invalid login attempts from your IP. Therefore your next login is throttled up to 30 seconds." : "IP adresinizden yapılan birden çok geçersiz oturum açma girişimi algılandı. Bu nedenle oturum açmanız 30 saniye süreyle engellendi.",
+ "Your account is not setup for passwordless login." : "Hesabınız parola kullanmadan oturum açılacak şekilde ayarlanmamış.",
+ "Passwordless authentication is not supported in your browser." : "Parolasız kimlik doğrulama özelliği web tarayıcınız tarafından desteklenmiyor.",
+ "Passwordless authentication is only available over a secure connection." : "Parolasız kimlik doğrulama özelliği yalnız güvenli bir bağlantı üzerinden kullanılabilir.",
"Reset password" : "Parolayı sıfırla",
- "A password reset message has been sent to the e-mail address of this account. If you do not receive it, check your spam/junk folders or ask your local administrator for help." : "Bu hesabın e-posta adresine bir parola sıfırlama iletisi gönderildi. Bir e-posta almazsanız gelen kutunuzdaki spam/gereksiz klasörlerine bakın ya da yardım almak için sistem yöneticinizle görüşün.",
- "If it is not there ask your local administrator." : "E-postayı göremiyorsanız yerel sistem yöneticinizle görüşün.",
- "Couldn't send reset email. Please contact your administrator." : "Sıfırlama e-postası gönderilemedi. Lütfen yöneticiniz ile görüşün.",
- "Password can not be changed. Please contact your administrator." : "Parola değiştirilemedi. Lütfen yöneticiniz ile görüşün.",
+ "A password reset message has been sent to the email address of this account. If you do not receive it, check your spam/junk folders or ask your local administrator for help." : "Bu hesabın e-posta adresine bir parola sıfırlama iletisi gönderildi. Bir e-posta almazsanız gelen kutunuzdaki spam/gereksiz klasörlerine bakın ya da yardım almak için BT yöneticinizle görüşün.",
+ "If it is not there ask your local administrator." : "E-postayı göremiyorsanız yerel BT yöneticinizle görüşün.",
+ "Couldn't send reset email. Please contact your administrator." : "Sıfırlama e-postası gönderilemedi. Lütfen BT yöneticiniz ile görüşün.",
+ "Password cannot be changed. Please contact your administrator." : "Parola değiştirilemedi. Lütfen BT yöneticiniz ile görüşün.",
"Back to login" : "Oturum açmaya geri dön",
"New password" : "Yeni parola",
- "Your files are encrypted. There will be no way to get your data back after your password is reset. If you are not sure what to do, please contact your administrator before you continue. Do you really want to continue?" : "Dosyalarınız şifrelendi. Parolanız sıfırlandıktan sonra verilerinizi geri almanın herhangi bir yolu olmayacak. Ne yapacağınızı bilmiyorsanız ilerlemeden önce sistem yöneticiniz ile görüşün. İlerlemek istediğinizden emin misiniz? ",
+ "Your files are encrypted. There will be no way to get your data back after your password is reset. If you are not sure what to do, please contact your administrator before you continue. Do you really want to continue?" : "Dosyalarınız şifrelendi. Parolanız sıfırlandıktan sonra verilerinizi geri almanın herhangi bir yolu olmayacak. Ne yapacağınızı bilmiyorsanız işlemi sürdürmeden önce BT yöneticiniz ile görüşün. İşlemi sürdürmek istediğinize emin misiniz? ",
"I know what I'm doing" : "Ne yaptığımı biliyorum",
"Resetting password" : "Parola sıfırlanıyor",
"Recommended apps" : "Önerilen uygulamalar",
"Loading apps …" : "Uygulamalar yükleniyor …",
- "Could not fetch list of apps from the app store." : "Uygulama mağazasından uygulama listesi alınamadı.",
+ "Could not fetch list of apps from the App Store." : "Uygulama mağazasından uygulama listesi alınamadı.",
"Installing apps …" : "Uygulamalar kuruluyor …",
- "Nextcloud {app}" : "Nextcloud {app}",
"App download or installation failed" : "Uygulama indirilemedi ya da kurulamadı",
- "Can't install this app because it is not compatible" : "Bu uygulama uyumlu olmadığından kurulamadı",
- "Can't install this app" : "Bu uygulama kurulamadı",
+ "Cannot install this app because it is not compatible" : "Bu uygulama uyumlu olmadığından kurulamadı",
+ "Cannot install this app" : "Bu uygulama kurulamadı",
"Cancel" : "İptal",
"Schedule work & meetings, synced with all your devices." : "İşlerinizi ve toplantılarınızı planlayın ve tüm aygıtlarınızla eşitleyin.",
"Keep your colleagues and friends in one place without leaking their private info." : "İş arkadaşlarınızın ve tanıdıklarınızın kayıtlarını kişisel bilgilerini sızdırmadan tek bir yerde tutun.",
"Simple email app nicely integrated with Files, Contacts and Calendar." : "Dosyalar, Kişiler ve Takvim uygulamaları ile bir arada çalışan basit bir e-posta uygulaması.",
"Chatting, video calls, screensharing, online meetings and web conferencing – in your browser and with mobile apps." : "Sohbet, görüntülü arama, ekran paylaşımı, çevrimiçi toplantılar ve web görüşmeleri - masaüstü ve mobil için uygulamalar.",
"Collaboratively edit office documents." : "Ofis belgelerini işbirlikli düzenleme.",
- "Local document editing back-end used by the OnlyOffice app." : "OnlyOffice uygulaması ile yerel belge düzenleme altyapısı.",
+ "Local document editing back-end used by the Collabora Online app." : "Collabora Online uygulaması ile yerel belge düzenleme altyapısı.",
"Forgot password?" : "Parolamı unuttum",
+ "Log in with a device" : "Bir aygıt ile oturum açın",
+ "Back" : "Geri",
+ "Login form is disabled." : "Oturum açma formu devre dışı bırakılmış.",
+ "Reset search" : "Aramayı sıfırla",
+ "Search for {name} only" : "Yalnız {name} için aransın",
+ "No results for {query}" : "{query} sorgusundan bir sonuç alınamadı",
+ "Start typing to search" : "Aramak için yazmaya başlayın",
+ "Loading more results …" : "Diğer sonuçlar yükleniyor…",
+ "Load more results" : "Diğer sonuçları yükle",
+ "Search" : "Arama",
+ "An error occurred while searching for {type}" : "{type} aranırken bir sorun çıktı",
+ "_Please enter {minSearchLength} character or more to search_::_Please enter {minSearchLength} characters or more to search_" : ["Lütfen aramak için en az {minSearchLength} karakter yazın","Lütfen aramak için en az {minSearchLength} karakter yazın"],
+ "Search {types} …" : "{types} arama…",
"Settings" : "Ayarlar",
"Could not load your contacts" : "Kişileriniz yüklenemedi",
"Search contacts …" : "Kişi arama …",
@@ -198,12 +217,12 @@
"Already existing files" : "Zaten var olan dosyalar",
"Which files do you want to keep?" : "Hangi dosyaları saklamak istiyorsunuz?",
"If you select both versions, the copied file will have a number added to its name." : "İki sürümü de seçerseniz, kopyalanan dosyanın adına bir sayı eklenir.",
- "Continue" : "Devam et",
+ "Continue" : "Sürdür",
"(all selected)" : "(tüm seçilmişler)",
"({count} selected)" : "({count} seçilmiş)",
"Error loading file exists template" : "Dosya var kalıbı yüklenirken sorun çıktı",
"Pending" : "Bekliyor",
- "Copy to {folder}" : "{folder} Klasörüne Kopyala",
+ "Copy to {folder}" : "{folder} klasörüne kopyala",
"Move to {folder}" : "{folder} Klasörüne Taşı",
"Saving …" : "Kaydediliyor …",
"Authentication required" : "Kimlik doğrulaması gerekli",
@@ -231,6 +250,13 @@
"Strong password" : "Parola güçlü",
"No action available" : "Yapılabilecek bir işlem yok",
"Error fetching contact actions" : "Kişi işlemleri alınırken sorun çıktı",
+ "Non-existing tag #{tag}" : "#{tag} etiketi bulunamadı",
+ "restricted" : "kısıtlı",
+ "invisible" : "görünmez",
+ "Delete" : "Sil",
+ "Rename" : "Yeniden adlandır",
+ "Collaborative tags" : "İşbirliği etiketleri",
+ "No tags found" : "Herhangi bir etiket bulunamadı",
"Personal" : "Kişisel",
"Users" : "Kullanıcılar",
"Apps" : "Uygulamalar",
@@ -240,14 +266,17 @@
"File not found" : "Dosya bulunamadı",
"The document could not be found on the server. Maybe the share was deleted or has expired?" : "Belge sunucu üzerinde bulunamadı. Paylaşım silinmiş ya da süresi geçmiş olabilir mi?",
"Back to %s" : "%s sayfasına dön",
+ "Too many requests" : "Çok fazla istekte bulunuldu",
+ "There were too many requests from your network. Retry later or contact your administrator if this is an error." : "Ağınızdan çok fazla istekte bulunuldu. Daha sonra yeniden deneyin ya da bir sorun olduğunu düşünüyorsanız BT yöneticiniz ile görüşün.",
"Error" : "Hata",
- "Internal Server Error" : "Sunucu İçinde Sorun",
+ "Previous" : "Önceki",
+ "Internal Server Error" : "Sunucuda bir sorun çıktı",
"The server was unable to complete your request." : "Sunucu isteğinizi yerine getiremedi.",
- "If this happens again, please send the technical details below to the server administrator." : "Bu sorun sürerse lütfen aşağıdaki teknik ayrıntıları sunucu yöneticisine iletin.",
+ "If this happens again, please send the technical details below to the server administrator." : "Bu sorun sürerse lütfen aşağıdaki teknik ayrıntıları BT yöneticinize iletin.",
"More details can be found in the server log." : "Sunucu günlüğünden ayrıntılı bilgi alabilirsiniz.",
"Technical details" : "Teknik ayrıntılar",
- "Remote Address: %s" : "Uzak Adres: %s",
- "Request ID: %s" : "İstek Kodu: %s",
+ "Remote Address: %s" : "Uzak adres: %s",
+ "Request ID: %s" : "İstek kodu: %s",
"Type: %s" : "Tür: %s",
"Code: %s" : "Kod: %s",
"Message: %s" : "İleti: %s",
@@ -258,7 +287,7 @@
"Your data directory and files are probably accessible from the internet because the .htaccess file does not work." : ".htaccess dosyası yürürlükte olmadığından veri klasörünüz ve dosyalarınız İnternet üzerinden erişime açık.",
"For information how to properly configure your server, please see the <a href=\"%s\" target=\"_blank\" rel=\"noreferrer noopener\">documentation</a>." : "Sunucunuzu nasıl yapılandıracağınız hakkında bilgi almak için <a href=\"%s\" target=\"_blank\" rel=\"noreferrer noopener\">belgelere</a> bakabilirsiniz.",
"Create an <strong>admin account</strong>" : "Bir <strong>yönetici hesabı</strong> oluşturun",
- "Username" : "Kullanıcı Adı",
+ "Username" : "Kullanıcı adı",
"Show password" : "Parolayı görüntüle",
"Storage & database" : "Depolama ve veritabanı",
"Data folder" : "Veri klasörü",
@@ -277,12 +306,12 @@
"SQLite should only be used for minimal and development instances. For production we recommend a different database backend." : "SQLite yalnız küçük ve geliştirme ortamları için seçilmelidir. Üretim ortamları için farklı bir veritabanı kullanmanız önerilir.",
"If you use clients for file syncing, the use of SQLite is highly discouraged." : "Dosya eşitlemesi için istemcileri kullanıyorsanız SQLite kullanımından kaçınmalısınız.",
"Install recommended apps" : "Önerilen uygulamaları kur",
- "Calendar, Contacts, Talk, Mail & OnlyOffice" : "Takvim, Kişiler, Sohbet ve E-posta ve OnlyOffice",
+ "Calendar, Contacts, Talk, Mail & Collaborative editing" : "Calendar, Contacts, Talk, Mail ve İş birlikli düzenleme",
"Finish setup" : "Kurulumu tamamla",
"Finishing …" : "Tamamlanıyor …",
"Need help?" : "Yardım gerekiyor mu?",
"See the documentation" : "Belgelere bakın",
- "It looks like you are trying to reinstall your Nextcloud. However the file CAN_INSTALL is missing from your config directory. Please create the file CAN_INSTALL in your config folder to continue." : "Nextcloud kurulumunu yeniden yapmayı deniyorsunuz gibi görünüyor. Ancak config klasöründe CAN_INSTALL dosyası eksik. Lütfen config klasöründe CAN_INSTALL dosyasını oluşturun.",
+ "It looks like you are trying to reinstall your Nextcloud. However the file CAN_INSTALL is missing from your config directory. Please create the file CAN_INSTALL in your config folder to continue." : "Nextcloud kurulumunu yeniden yapmayı deniyorsunuz gibi görünüyor. Ancak config klasöründe CAN_INSTALL dosyası eksik. Lütfen işlemi sürdürebilmek için config klasöründe CAN_INSTALL dosyasını oluşturun.",
"Could not remove CAN_INSTALL from the config folder. Please remove this file manually." : "Config klasöründeki CAN_INSTALL dosyası silinemedi. Lütfen bu dosyayı el ile silin.",
"This application requires JavaScript for correct operation. Please {linkstart}enable JavaScript{linkend} and reload the page." : "Bu uygulamanın düzgün çalışabilmesi için JavaScript gereklidir. Lütfen {linkstart}JavaScript uygulamasını etkinleştirip{linkend} sayfayı yeniden yükleyin.",
"Get your own free account" : "Ücretsiz hesabınızı açın",
@@ -291,15 +320,14 @@
"More apps" : "Diğer uygulamalar",
"More" : "Diğer",
"More apps menu" : "Diğer uygulamalar menüsü",
- "Search" : "Arama",
- "Reset search" : "Aramayı sıfırla",
"Contacts" : "Kişiler",
"Contacts menu" : "Kişiler menüsü",
"Settings menu" : "Ayarlar menüsü",
"Confirm your password" : "Parolanızı onaylayın",
"Connect to your account" : "Hesabınızı bağlayın",
"Please log in before granting %1$s access to your %2$s account." : "Lütfen %1$s için %2$s hesabınıza erişim izni vermeden önce oturum açın.",
- "App token" : "Uygulama Kodu",
+ "If you are not trying to set up a new device or app, someone is trying to trick you into granting them access to your data. In this case do not proceed and instead contact your system administrator." : "Yeni bir aygıt ya da uygulama kurmaya çalışmıyorsanız, başka biri verilerinize erişmek için sizi kandırmaya çalışıyor. Durum buysa daha ileri gitmeyin ve sistem yöneticiniz ile görüşün.",
+ "App token" : "Uygulama kodu",
"Grant access" : "Erişim izni ver",
"Alternative log in using app token" : "Uygulama kodu ile alternatif oturum açma",
"Account access" : "Hesap erişimi",
@@ -322,11 +350,11 @@
"Enhanced security is enforced for your account. Choose which provider to set up:" : "Hesabınız için gelişmiş güvenlik kullanımı dayatılmış. Kuracağınız hizmet sağlayıcıyı seçin:",
"Error while validating your second factor" : "İkinci aşama doğrulanırken sorun çıktı",
"Access through untrusted domain" : "Güvenilmeyen etki alanı üzerinden erişim",
- "Please contact your administrator. If you are an administrator, edit the \"trusted_domains\" setting in config/config.php like the example in config.sample.php." : "Lütfen yöneticiniz ile görüşün. Yöneticisi siz iseniz, config/config.php dosyası içerisindeki \"trusted_domain\" ayarını config/config.sample.php dosyasındaki gibi düzenleyin.",
+ "Please contact your administrator. If you are an administrator, edit the \"trusted_domains\" setting in config/config.php like the example in config.sample.php." : "Lütfen BT yöneticiniz ile görüşün. Yöneticisi siz iseniz, config/config.php dosyası içerisindeki \"trusted_domain\" ayarını config/config.sample.php dosyasındaki gibi düzenleyin.",
"Further information how to configure this can be found in the %1$sdocumentation%2$s." : "Bu ayar ile ilgili ayrıntılı bilgi almak için %1$sbelgelere%2$s bakabilirsiniz.",
"App update required" : "Uygulamanın güncellenmesi gerekli",
"%1$s will be updated to version %2$s" : "%1$s, %2$s sürümüne güncellenecek",
- "These apps will be updated:" : "Şu uygulamalar güncellenecek:",
+ "The following apps will be updated:" : "Şu uygulamalar güncellenecek:",
"These incompatible apps will be disabled:" : "Şu uyumsuz uygulamalar devre dışı bırakılacak:",
"The theme %s has been disabled." : "%s teması devre dışı bırakıldı.",
"Please make sure that the database, the config folder and the data folder have been backed up before proceeding." : "Devam etmeden önce lütfen veritabanı, yapılandırma klasörü ve veri klasörünün yedeklenmiş olduğundan emin olun.",
@@ -341,96 +369,50 @@
"Maintenance mode" : "Bakım kipi",
"This %s instance is currently in maintenance mode, which may take a while." : "Bu %s kopyası şu anda bakım kipinde, bu işlem biraz zaman alabilir.",
"This page will refresh itself when the instance is available again." : "Sistem yeniden kullanılabilir olduğunda bu sayfa kendiliğinden yenilenecek",
- "Contact your system administrator if this message persists or appeared unexpectedly." : "Bu ileti görüntülenmeye devam ediyor ya da beklenmedik şekilde ortaya çıkıyorsa sistem yöneticinizle görüşün.",
- "Could not send reset email because there is no email address for this username. Please contact your administrator." : "Bu kullanıcı için bir e-posta adresi olmadığından sıfırlama e-postası gönderilemedi. Lütfen yöneticiniz ile görüşün.",
- "Couldn't send reset email. Please make sure your username is correct." : "Sıfırlama e-postası gönderilemedi. Lütfen kullanıcı adınızın doğru olduğundan emin olun.",
- "We have send a password reset e-mail to the e-mail address known to us for this account. If you do not receive it within a reasonable amount of time, check your spam/junk folders.<br>If it is not there ask your local administrator." : "Bu hesabın kayıtlı e-posta adresine bir parola sıfırlama bağlantısı gönderildi. Makul bir süre içinde bir e-posta almazsanız gelen kutunuzdaki spam/gereksiz klasörlerine bakın.<br>E-postayı göremiyorsanız yerel sistem yöneticinizle görüşün.",
- "Your files are encrypted. There will be no way to get your data back after your password is reset.<br />If you are not sure what to do, please contact your administrator before you continue. <br />Do you really want to continue?" : "Dosyalarınız şifrelenmiş. Parola sıfırlama işleminden sonra verilerinize erişemeyeceksiniz.<br />Ne yapacağınızdan emin değilseniz, ilerlemeden önce sistem yöneticiniz ile görüşün.<br />Gerçekten devam etmek istiyor musunuz?",
- "Sending email …" : "E-posta gönderiliyor …",
- "You are currently running PHP 5.6. The current major version of Nextcloud is the last that is supported on PHP 5.6. It is recommended to upgrade the PHP version to 7.0+ to be able to upgrade to Nextcloud 14." : "PHP 5.6 sürümünü kullanıyorsunuz. Geçerli Nextcloud ana sürümü PHP 5.6 sürümünü destekleyen son sürüm olacak. Nextcloud 14 sürümünü kullanabilmek için PHP sürümünü 7.0 ve üzerine yükseltmeniz önerilir.",
- "Accessing site insecurely via HTTP. You are strongly adviced to set up your server to require HTTPS instead, as described in the <a href=\"{docUrl}\">security tips ↗</a>." : "Siteye HTTP üzerinden güvenli olmayan bağlantı ile erişiliyor. Sunucunuzu <a href=\"{docUrl}\">güvenlik ipuçlarında ↗</a> anlatıldığı şekilde HTTPS kullanılacak şekilde yapılandırmanız önemle önerilir.",
- "Shared" : "Paylaşılan",
- "Shared with" : "Paylaşılanlar",
- "Shared by" : "Paylaşan",
- "Choose a password for the public link" : "Herkese açık bağlantı için bir parola seçin",
- "Choose a password for the public link or press the \"Enter\" key" : "Herkese açık bağlantı için bir parola belirtin ya da \"Enter\" tuşuna basın",
- "Copied!" : "Kopyalandı!",
- "Copy link" : "Bağlantıyı kopyala",
- "Not supported!" : "Desteklenmiyor!",
- "Press ⌘-C to copy." : "Kopyalamak için ⌘-C tuşlarına basın.",
- "Press Ctrl-C to copy." : "Kopyalamak için Ctrl-C tuşlarına basın.",
- "Unable to create a link share" : "Paylaşım bağlantısı oluşturulamadı",
- "Unable to toggle this option" : "Bu seçenek değiştirilemedi",
- "Resharing is not allowed" : "Yeniden paylaşıma izin verilmiyor",
- "Link" : "Bağlantı",
- "Hide download" : "İndirmeyi gizle",
- "Password protection enforced" : "Parola koruması dayatılıyor",
- "Password protect" : "Parola koruması",
- "Allow editing" : "Düzenlenebilsin",
- "Email link to person" : "Bağlantıyı e-posta ile gönder",
- "Send" : "Gönder",
- "Allow upload and editing" : "Yüklenebilsin ve düzenlenebilsin",
- "Read only" : "Salt okunur",
- "File drop (upload only)" : "Dosya bırakma (yalnız yükleme)",
- "Expiration date enforced" : "Son kullanma süresi dayatılıyor",
- "Set expiration date" : "Son kullanma tarihini ayarla",
- "Expiration" : "Son kullanma",
- "Expiration date" : "Son kullanma tarihi",
- "Note to recipient" : "Alıcıya not",
- "Unshare" : "Paylaşımdan Kaldır",
- "Delete share link" : "Paylaşım bağlantısını sil",
- "Add another link" : "Başka bir bağlantı ekle",
- "Password protection for links is mandatory" : "Bağlantı için parola koruması zorunludur",
- "Share to {name}" : "{name} ile paylaş",
- "Share link" : "Paylaşım bağlantısı",
- "New share link" : "Yeni paylaşım bağlantısı ",
- "Created on {time}" : "{time} zamanında oluşturulmuş",
- "Password protect by Talk" : "Sohbet tarafından parola ile korunmuş",
- "Could not unshare" : "Paylaşım kaldırılamadı",
- "Shared with you and the group {group} by {owner}" : "{owner} tarafından sizinle ve {group} ile paylaşılmış",
- "Shared with you and {circle} by {owner}" : "{owner} tarafından sizinle ve {circle} ile paylaşılmış",
- "Shared with you and the conversation {conversation} by {owner}" : "{owner} tarafından sizinle ve {conversation} görüşmesi ile paylaştırılmış",
- "Shared with you in a conversation by {owner}" : "{owner} tarafından sizinle {conversation} görüşmesinde paylaşılmış",
- "Shared with you by {owner}" : "{owner} tarafından sizinle paylaşılmış",
- "Choose a password for the mail share" : "E-posta ile paylaşmak için bir parola seçin",
- "group" : "grup",
- "remote" : "uzak",
- "remote group" : "uzak grup",
- "email" : "e-posta",
- "conversation" : "görüşme",
- "shared by {sharer}" : "{sharer} tarafından paylaşıldı",
- "Can reshare" : "Yeniden paylaşabilir",
- "Can edit" : "Düzenleyebilir",
- "Can create" : "Ekleyebilir",
- "Can change" : "Düzenleyebilir",
- "Can delete" : "Silebilir",
- "Access control" : "Erişim denetimi",
- "{shareInitiatorDisplayName} shared via link" : "{shareInitiatorDisplayName} bağlantı ile paylaşılmış",
- "Error while sharing" : "Paylaşılırken sorun çıktı",
- "Share details could not be loaded for this item." : "Bu öge için paylaşma ayrıntıları yüklenemedi.",
- "Search globally" : "Genel arama",
- "_At least {count} character is needed for autocompletion_::_At least {count} characters are needed for autocompletion_" : ["Otomatik tamamlama için en az {count} karakter gereklidir","Otomatik tamamlama için en az {count} karakter gereklidir"],
- "This list is maybe truncated - please refine your search term to see more results." : "Bu liste budanmış olabilir. Lütfen daha fazla sonuç görmek için arama ifadenizi daraltın.",
- "No users or groups found for {search}" : "{search} araması sonucunda uygun bir kullanıcı ya da grup bulunamadı",
- "No users found for {search}" : "{search} araması sonucunda uygun bir kullanıcı bulunamadı",
- "An error occurred (\"{message}\"). Please try again" : "Bir sorun çıktı (\"{message}\"). Lütfen yeniden deneyin.",
- "An error occurred. Please try again" : "Bir sorun çıktı. Lütfen yeniden deneyin",
- "Home" : "Giriş",
- "Work" : "İş",
- "Other" : "Diğer",
- "{sharee} (remote group)" : "{sharee} (uzak grup)",
- "{sharee} ({type}, {owner})" : "{sharee} ({type}, {owner})",
- "Share" : "Paylaş",
- "Name or email address..." : "Ad ya da e-posta adresi...",
- "Name or federated cloud ID..." : "Ad ya da birleşik bulut kodu...",
- "Name, federated cloud ID or email address..." : "Ad, birleşik bulut kodu ya da e-posta adresi...",
- "Name..." : "Ad...",
- "Error removing share" : "Paylaşımdan kaldırılırken sorun çıktı",
- "({scope})" : "({scope})",
- "Saving..." : "Kaydediliyor...",
- "Dismiss" : "Yok say",
- "Your client should now be connected! You can close this window." : "İstemcinizin bağlanmış olması gerekir! Bu pencereyi kapatabilirsiniz",
- "New Password" : "Yeni Parola",
- "Cancel log in" : "Oturum açmaktan vazgeç"
+ "Contact your system administrator if this message persists or appeared unexpectedly." : "Bu ileti görüntülenmeye devam ediyor ya da beklenmedik şekilde ortaya çıkıyorsa BT yöneticinizle görüşün.",
+ "Checking whether the database schema can be updated (this can take a long time depending on the database size)" : "Veritabanı şeması güncellemesi denetleniyor (veritabanının büyüklüğüne bağlı olarak uzun sürebilir)",
+ "Checked database schema update" : "Veritabanı şeması güncellemesi denetlendi",
+ "Checking updates of apps" : "Uygulama güncellemeleri denetleniyor",
+ "Checking for update of app \"%s\" in appstore" : "\"%s\" uygulamasının güncellemesi uygulama mağazasından denetleniyor",
+ "Update app \"%s\" from appstore" : "\"%s\" uygulamasını uygulama mağazasından güncelle",
+ "Checked for update of app \"%s\" in appstore" : "\"%s\" uygulama mağazasının güncellemesi uygulama mağazasından denetlendi",
+ "Checked database schema update for apps" : "Uygulamalar için veritabanı şema güncellemesi denetlendi",
+ "Following apps have been disabled: %s" : "Aşağıdaki uygulamalar devre dışı bırakıldı: %s",
+ "Your web server is not properly set up to resolve \"{url}\". Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Web sunucunuz \"{url}\" adresini çözümleyebilmesi için doğru şekilde ayarlanmamış. Ayrıntılı bilgi almak için <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">belgelere</a> bakabilirsiniz.",
+ "Your web server is not properly set up to resolve \"{url}\". This is most likely related to a web server configuration that was not updated to deliver this folder directly. Please compare your configuration against the shipped rewrite rules in \".htaccess\" for Apache or the provided one in the documentation for Nginx at it's <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation page</a>. On Nginx those are typically the lines starting with \"location ~\" that need an update." : "Web sunucunuz \"{url}\" adresini doğru olarak çözümleyecek şekilde yapılandırılmamış. Bu sorun genellikle web sunucu yapılandırmasının bu klasörü doğrudan aktaracak şekilde güncellenmemiş olmasından kaynaklanır. Lütfen kendi yapılandırmanızı, Apache için uygulama ile gelen \".htaccess\" dosyasındaki rewrite komutları ile ya da Nginx için <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">belgeler</a> bölümündeki ayarlar ile karşılaştırın. Nginx üzerinde genellikle \"location ~\" ile başlayan satırların güncellenmesi gerekir.",
+ "Your web server is not properly set up to deliver .woff2 files. This is typically an issue with the Nginx configuration. For Nextcloud 15 it needs an adjustement to also deliver .woff2 files. Compare your Nginx configuration to the recommended configuration in our <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Web sunucunuz büyük olasılıkla .woff2 dosyalarını aktaracak şekilde yapılandırılmamış. Bu sık karşılaşılan bir Nginx yapılandırma sorunudur. Nextcloud 15 için .woff2 dosyalarını da aktaracak ek bir ayar yapılması gereklidir. Kullandığınız Nginx yapılandırmasını <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">belgeler</a> bölümünde bulunan önerilen yapılandırma dosyası ile karşılaştırın.",
+ "Please check the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">installation documentation ↗</a> for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "Lütfen PHP yapılandırma notları ve özellikle php-fpm kullanırken sunucunuzdaki PHP yapılandırması için <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">kurulum belgelerine ↗</a> bakın.",
+ "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems. See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation ↗</a> for more information." : "İşlemsel dosya kilidi devre dışı. Bu durum yarış koşullarında (race condition) sorun çıkarabilir. Bu sorunlardan kaçınmak için config.php dosyasındaki 'filelocking.enabled' seçeneğini etkinleştirin. Ayrıntılı bilgi almak için <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">belgelere ↗</a> bakabilirsiniz.",
+ "Last background job execution ran {relativeTime}. Something seems wrong." : "Görev arka planda son olarak {relativeTime} zamanında yürütülmüş. Bir şeyler yanlış görünüyor.",
+ "Check the background job settings" : "Arka plan görevi ayarlarını denetleyin",
+ "No memory cache has been configured. To enhance performance, please configure a memcache, if available. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Henüz bir ön bellek yapılandırılmamış. Olabiliyorsa başarımı arttırmak için memcache ön bellek ayarlarını yapın. Ayrıntılı bilgi almak için <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">belgelere</a> bakabilirsiniz.",
+ "No suitable source for randomness found by PHP which is highly discouraged for security reasons. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Güvenlik nedeniyle kullanılması önemle önerilen rastgelelik kaynağı PHP tarafından bulunamıyor. Ayrıntılı bilgi almak için <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">belgelere</a> bakabilirsiniz.",
+ "You are currently running PHP {version}. Upgrade your PHP version to take advantage of <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">performance and security updates provided by the PHP Group</a> as soon as your distribution supports it." : "Şu anda PHP {version} sürümünü kullanıyorsunuz. Kullandığınız dağıtım desteklediği zaman PHP sürümünüzü güncelleyerek <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">PHP grubu tarafından sağlanan başarım ve güvenlik geliştirmelerinden</a> faydalanın.",
+ "The reverse proxy header configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If not, this is a security issue and can allow an attacker to spoof their IP address as visible to the Nextcloud. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Ters vekil sunucu üst bilgi yapılandırmanız doğru değil ya da Nextcloud üzerine güvenilen bir vekil sunucudan erişiyorsunuz. Böyle değil ise bu bir güvenlik sorunudur ve bir saldırganın IP adresini Nextcolud sunucusuna farklı göstermesine izin verebilir. Ayrıntılı bilgi almak için <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">belgelere</a> bakabilirsiniz.",
+ "Memcached is configured as distributed cache, but the wrong PHP module \"memcache\" is installed. \\OC\\Memcache\\Memcached only supports \"memcached\" and not \"memcache\". See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">memcached wiki about both modules</a>." : "Memcached dağıtık bellek olarak yapılandırılmış ancak kurulmuş PHP \"memcache\" modülü yanlış. \\OC\\Memcache\\Memcached yalnız \"memcache\" modülünü değil \"memcached\" mdoülünü destekler. İki modül hakkında ayrıntılı bilgi almak için <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">memcached wiki sayfasına</a> bakabilirsiniz.",
+ "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">List of invalid files…</a> / <a href=\"{rescanEndpoint}\">Rescan…</a>)" : "Bazı dosyalar bütünlük denetiminden geçemedi. Bu sorunun çözümü ile ilgili bilgi almak için <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">belgelere</a> bakabilirsiniz. (<a href=\"{codeIntegrityDownloadEndpoint}\">Geçersiz dosyaların listesi …</a> / <a href=\"{rescanEndpoint}\">Yeniden tara …</a>)",
+ "The PHP OPcache module is not loaded. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance it is recommended</a> to load it into your PHP installation." : "PHP OPcache yüklenmemiş. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Daha iyi başarım için</a> PHP kurulumunuza eklemeniz önerilir.",
+ "The PHP OPcache is not properly configured. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance it is recommended</a> to use the following settings in the <code>php.ini</code>:" : "PHP OPcache doğru şekilde ayarlanmamış. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Daha iyi sonuç almak için</a> <code>php.ini</code> dosyasında şu ayarların kullanılması önerilir:",
+ "Some columns in the database are missing a conversion to big int. Due to the fact that changing column types on big tables could take some time they were not changed automatically. By running 'occ db:convert-filecache-bigint' those pending changes could be applied manually. This operation needs to be made while the instance is offline. For further details read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "Veritabanında büyük tamsayıya dönüştürülecek bazı sütunlar eksik. Sütun türlerini büyük tablolara dönüştürme işlemi uzun sürebileceğinden bu işlem otomatik olarak yapılmaz. Sunucunuz normal çalışırken bekleyen değişiklikleri el ile uygulamak için \"occ db:convert-filecache-bigint\" komutunu yürütün. Bu işlem yapılırken Nextcloud kopyası çevrimdışı olur. Ayrıntılı bilgi almak için <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">belgeler bölümüne</a> bakabilirsiniz.",
+ "To migrate to another database use the command line tool: 'occ db:convert-type', or see the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation ↗</a>." : "Başka bir veritabanına geçmek için komut satırı aracını kullanın: 'occ db:convert-type' ya da <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">belgelere ↗</a> bakın.",
+ "Use of the the built in php mailer is no longer supported. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Please update your email server settings ↗<a/>." : "İç PHP e-posta gönderme uygulaması artık desteklenmiyor. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Lütfen e-posta sunucusu ayarlarınızı güncelleyin↗<a/>.",
+ "MySQL is used as database but does not support 4-byte characters. To be able to handle 4-byte characters (like emojis) without issues in filenames or comments for example it is recommended to enable the 4-byte support in MySQL. For further details read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "Veritabanı olarak MySQL kullanılır ancak 4 bayt uzunluğundaki karakterleri desteklemez. 4 bayt uzunluğundaki karaktelerin (emjo simgeleri gibi) dosya adları ya da yorumlarda sorun çıkmadan işlenebilmesi için MySQL üzerinde 4 bayt desteğinin etkinleştirilmesi önerilir. Ayrıntılı bilgi almak için <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">belgeler bölümüne</a> bakabilirsiniz.",
+ "You are accessing your instance over a secure connection, however your instance is generating insecure URLs. This most likely means that you are behind a reverse proxy and the overwrite config variables are not set correctly. Please read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "Kopyanıza güvenli bir bağlantı üzerinden erişiyorsunuz. Bununla birlikte kopyanız güvenli olmayan adresler üretiyor. Bu durum genellikle bir ters vekil sunucunun arkasında bulunmanız nedeniyle düzgün ayarlanmamış yapılandırma değişkenlerinin değiştirilmesinden kaynaklanır. Ayrıntılı bilgi almak için <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">bu konudaki bilgilere</a> bakabilirsiniz.",
+ "The \"{header}\" HTTP header is not set to \"{val1}\", \"{val2}\", \"{val3}\", \"{val4}\" or \"{val5}\". This can leak referer information. See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{link}\">W3C Recommendation ↗</a>." : "\"{header}\" HTTP üst bilgisi \"{val1}\", \"{val2}\", \"{val3}\", \"{val4}\" ya da \"{val5}\" olarak ayarlanmamış. Bu durum yönlendiren bilgilerinin sızmasına neden olabilir. Ayrıntılı bilgi almak için <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{link}\">W3C Önerilerine ↗</a> bakabilirsiniz.",
+ "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the <a href=\"{docUrl}\" rel=\"noreferrer noopener\">security tips ↗</a>." : "\"Strict-Transport-Security\" HTTP üst bilgisi en azından\"{seconds}\" saniyedir ayarlanmamış. Gelişmiş güvenlik sağlamak için <a href=\"{docUrl}\" rel=\"noreferrer noopener\">güvenlik ipuçlarında ↗</a> anlatıldığı şekilde HSTS özelliğinin etkinleştirilmesi önerilir.",
+ "Accessing site insecurely via HTTP. You are strongly advised to set up your server to require HTTPS instead, as described in the <a href=\"{docUrl}\">security tips ↗</a>." : "Siteye HTTP üzerinden güvenli olmayan bağlantı ile erişiliyor. Sunucunuzu <a href=\"{docUrl}\">güvenlik ipuçlarında ↗</a> anlatıldığı şekilde HTTPS kullanacak şekilde yapılandırmanız önemle önerilir.",
+ "Continue to Nextcloud" : "Nextcloud kullanmaya geç",
+ "_The update was successful. Redirecting you to Nextcloud in %n second._::_The update was successful. Redirecting you to Nextcloud in %n seconds._" : ["Uygulama güncellendi. %n saniye içinde Nextcloud üzerine yönlendirileceksiniz.","Uygulama güncellendi. %n saniye içinde Nextcloud üzerine yönlendirileceksiniz."],
+ "Searching other places" : "Diğer konumlarda aranıyor",
+ "No search results in other folders for {tag}{filter}{endtag}" : "{tag}{filter}{endtag} için diğer klasörlerde herhangi bir arama sonucu yok",
+ "_{count} search result in another folder_::_{count} search results in other folders_" : ["Diğer klasörlerde {count} arama sonucu","Diğer klasörlerde {count} arama sonucu"],
+ "A password reset message has been sent to the e-mail address of this account. If you do not receive it, check your spam/junk folders or ask your local administrator for help." : "Bu hesabın e-posta adresine bir parola sıfırlama iletisi gönderildi. Bir e-posta almazsanız gelen kutunuzdaki spam/gereksiz klasörlerine bakın ya da yardım almak için BT yöneticinizle görüşün.",
+ "Password can not be changed. Please contact your administrator." : "Parola değiştirilemedi. Lütfen BT yöneticiniz ile görüşün.",
+ "Could not fetch list of apps from the app store." : "Uygulama mağazasından uygulama listesi alınamadı.",
+ "Nextcloud {app}" : "Nextcloud {app}",
+ "Can't install this app because it is not compatible" : "Bu uygulama uyumlu olmadığından kurulamadı",
+ "Can't install this app" : "Bu uygulama kurulamadı",
+ "These apps will be updated:" : "Şu uygulamalar güncellenecek:",
+ "For more details see the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Ayrıntılı bilgi almak için, <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">belgelere</a> bakın."
},"pluralForm" :"nplurals=2; plural=(n > 1);"
} \ No newline at end of file
diff --git a/core/l10n/uk.js b/core/l10n/uk.js
index 56f41e59010..c9768837062 100644
--- a/core/l10n/uk.js
+++ b/core/l10n/uk.js
@@ -1,10 +1,10 @@
OC.L10N.register(
"core",
{
- "Please select a file." : "Будь ласка, оберіть файл.",
+ "Please select a file." : "Будь ласка, виберіть файл.",
"File is too big" : "Файл занадто великий",
- "The selected file is not an image." : "Обраний файл не є зображенням.",
- "The selected file cannot be read." : "Неможливо прочитати обраний файл.",
+ "The selected file is not an image." : "Вибраний файл не є зображенням.",
+ "The selected file cannot be read." : "Неможливо прочитати вибраний файл.",
"Invalid file provided" : "Надано невірний файл",
"No image or file provided" : "Зображення або файлу не надано",
"Unknown filetype" : "Невідомий тип файлу",
@@ -15,17 +15,26 @@ OC.L10N.register(
"No valid crop data provided" : "Не вказані коректні дані про кадрування",
"Crop is not square" : "Кадр не є квадратом",
"State token does not match" : "Токен стану не збігається",
+ "Invalid app password" : "Неправильний пароль застосунку",
"Could not complete login" : "Не вдалося увійти",
- "Password reset is disabled" : "Заборонено скидання паролю",
- "Couldn't reset password because the token is invalid" : "Неможливо скинути пароль, бо маркер є недійсним",
- "Couldn't reset password because the token is expired" : "Неможливо скинути пароль, бо маркер застарів",
- "%s password reset" : "%s скидання паролю",
- "Password reset" : "Скидання паролю",
- "Click the following button to reset your password. If you have not requested the password reset, then ignore this email." : "Щоб скинути Ваш пароль, натисніть кнопку нижче. Якщо ви не робили запиту на скдування паролю, можете проігнорувати цей лист.",
- "Click the following link to reset your password. If you have not requested the password reset, then ignore this email." : "Натисніть на посилання для скидання вашого паролю. Якщо ви не збираєтесь змінювати пароль - проігноруйте цей лист.",
- "Reset your password" : "Скинути пароль",
+ "Your login token is invalid or has expired" : "Ваш токен для входу неправильний або термін його дії вичерпано",
+ "Password reset is disabled" : "Заборонено перевстановлення пароля",
+ "Couldn't reset password because the token is invalid" : "Неможливо перевстановити пароль, оскільки токен є недійсним",
+ "Couldn't reset password because the token is expired" : "Неможливо перевстановити пароль, оскільки токен застарів",
+ "%s password reset" : "%s перевстановлення пароля",
+ "Password reset" : "Перевстановлення пароля",
+ "Click the following button to reset your password. If you have not requested the password reset, then ignore this email." : "Щоби перевстановити ваш пароль, натисніть кнопку нижче. Якщо ви не робили запиту на перевстановлення пароля, будь ласка, проігноруйте цей лист.",
+ "Click the following link to reset your password. If you have not requested the password reset, then ignore this email." : "Натисніть на посилання для перевстановлення вашого пароля. Якщо ви не збираєтеся змінювати пароль, то просто проігноруйте цей лист.",
+ "Reset your password" : "Перевстановити пароль",
+ "Nextcloud Server" : "Сервер Nextcloud",
+ "Some of your link shares have been removed" : "Окремі посилання на спільні елементи було вилучено",
+ "Due to a security bug we had to remove some of your link shares. Please see the link for more information." : "Через ваду з безпекою ми вимушені були вилучити деякі ваші спільні посилання. Будь ласка, перегляньте цю докладну інформацію.",
"Preparing update" : "Підготовка до оновлення",
"[%d / %d]: %s" : "[%d / %d]: %s",
+ "Repair step:" : "Крок у відновленні:",
+ "Repair info:" : "Інформація про відновлення:",
+ "Repair warning:" : "Застереження щодо відновлення:",
+ "Repair error:" : "Помилка під час відновлення:",
"Please use the command line updater because automatic updating is disabled in the config.php." : "Просимо запустити процес оновлення з командного рядка, оскільки автоматичне оновлення вимкнено у файлі config.php.",
"[%d / %d]: Checking table %s" : "[%d / %d]: Перевірка таблиці %s",
"Turned on maintenance mode" : "Увімкнено режим технічного обслуговування",
@@ -33,45 +42,25 @@ OC.L10N.register(
"Maintenance mode is kept active" : "Режим обслуговування залишається активним",
"Updating database schema" : "Оновлення схеми бази даних",
"Updated database" : "Базу даних оновлено",
- "Checking whether the database schema can be updated (this can take a long time depending on the database size)" : "Перевіряю, чи схема бази даних може бути оновлена (це може зайняти багато часу, залежно від розмірів бази даних)",
- "Checked database schema update" : "Перевірено оновлення схеми бази даних",
- "Checking updates of apps" : "Перевірка оновлень додатків",
- "Checking for update of app \"%s\" in appstore" : "Перевірка оновлень для додатку \"%s\" в крамниці додатків",
- "Update app \"%s\" from appstore" : "Оновлення додатку \"1%s\" з магазину додатків",
- "Checked for update of app \"%s\" in appstore" : "Наявність оновлення додатку \"%s\" в магазині додатків провірено",
"Checking whether the database schema for %s can be updated (this can take a long time depending on the database size)" : "Перевіряю, чи схема бази даних для %s може бути оновлена (це може зайняти багато часу, залежно від розмірів бази даних)",
- "Checked database schema update for apps" : "Перевірено оновлення схеми бази даних для додатків",
"Updated \"%1$s\" to %2$s" : "Оновлено з \"%1$s\" до %2$s",
"Set log level to debug" : "Встановити рівень детальності журналу як налагодження",
"Reset log level" : "Скинути налаштування детальності журналу",
"Starting code integrity check" : "Початок перевірки цілісності коду",
"Finished code integrity check" : "Завершено перевірку цілісності коду",
"%s (incompatible)" : "%s (несумісне)",
- "Following apps have been disabled: %s" : "Наступні додатки були вимкнені: %s",
+ "The following apps have been disabled: %s" : "Ці застосунки було вимкнено: %s",
"Already up to date" : "Вже актуально",
- "Your web server is not yet properly set up to allow file synchronization, because the WebDAV interface seems to be broken." : "Ваш веб-сервер не налаштований як треба для синхронізації файлів, схоже інтерфейс WebDAV поламаний.",
- "Your web server is not properly set up to resolve \"{url}\". Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Ваш веб-сервер не налаштований як треба для вирішення \"{url}\". Додаткову інформація може знаходитись в нашій <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">документації</a>.",
+ "Your web server is not yet properly set up to allow file synchronization, because the WebDAV interface seems to be broken." : "Ваш вебсервер не налаштований як треба для синхронізації файлів, схоже інтерфейс WebDAV поламаний.",
"PHP does not seem to be setup properly to query system environment variables. The test with getenv(\"PATH\") only returns an empty response." : "PHP не налаштований правильно для отримання змінних системного оточення. Запит getenv(\"PATH\") повертає пусті результати.",
- "Please check the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">installation documentation ↗</a> for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "Перевірте розділи <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">документації по встановленню ↗</a> з замітками налаштування PHP на вашому сервері, особливо коли використовуєте php-fpm.",
- "The read-only config has been enabled. This prevents setting some configurations via the web-interface. Furthermore, the file needs to be made writable manually for every update." : "Увімкнена конфігурація тільки для читання. Це запобігає встановленню деяких опцій через веб-інтерфейс. Крім того, для кожного оновлення файл повинен бути зроблений з доступом на запис.",
- "It was not possible to execute the cron job via CLI. The following technical errors have appeared:" : "Не вдалося виконати завдання cron за допомогою CLI. Виникла наступна технічна помилка:",
- "Last background job execution ran {relativeTime}. Something seems wrong." : "Останнє виконання фонового завдання тривало {relativeTime}. Схоже, щось пішло не так.",
- "Check the background job settings" : "Перевірте налаштування фонового завдання",
- "No memory cache has been configured. To enhance performance, please configure a memcache, if available. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Не налаштована система кешування. Для покращення продуктивності, будь-ласка, налаштуйте memcache, якщо це можливо. Додаткову інформацію можна знайти в <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">документації</a>.",
- "The PHP OPcache module is not loaded. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance it is recommended</a> to load it into your PHP installation." : "Модуль PHP OPCache не завантажений. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Для кращої продуктивності рекомендується</a> завантажити його у свою установку PHP.",
- "The PHP OPcache is not properly configured. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance it is recommended</a> to use the following settings in the <code>php.ini</code>:" : "Модуль PHP OPcache налаштовано неправильно. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Для підвищення продуктивності рекомендується</a> використовувати наступні параметри у <code>php.ini</code>:",
+ "The read-only config has been enabled. This prevents setting some configurations via the web-interface. Furthermore, the file needs to be made writable manually for every update." : "Увімкнена конфігурація тільки для читання. Це запобігає встановленню деяких опцій через вебінтерфейс. Крім того, для кожного оновлення файл повинен бути зроблений з доступом на запис.",
+ "It was not possible to execute the cron job via CLI. The following technical errors have appeared:" : "Не вдалося виконати завдання cron за допомогою CLI. Виникла така технічна помилка:",
"Missing index \"{indexName}\" in table \"{tableName}\"." : "Відсутній індекс \"{indexName}\" у таблиці \"{tableName}\".",
+ "Missing optional column \"{columnName}\" in table \"{tableName}\"." : "Відсутній необов'язковий стовпчик \"{columnName}\" у таблиці \"{tableName}\".",
"SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend." : "SQLite в даний час використовується як база даних бекенда. Для великих установок ми рекомендуємо перейти на інший тип серверу баз даних.",
"This is particularly recommended when using the desktop client for file synchronisation." : "Це особливо рекомендується при використанні клієнтського ПК для синхронізації файлів.",
"The PHP memory limit is below the recommended value of 512MB." : "Обсяг пам'яті PHP нижчий від рекомендованого значення 512 МБ.",
"Error occurred while checking server setup" : "При перевірці налаштувань серверу сталася помилка",
- "Non-existing tag #{tag}" : "Ця позначка відсутня #{tag}",
- "restricted" : "обмежений",
- "invisible" : "невидимий",
- "Delete" : "Видалити",
- "Rename" : "Перейменувати",
- "Collaborative tags" : "Позначки для співпраці",
- "No tags found" : "Міток не знайдено",
"unknown text" : "невідомий текст",
"Hello world!" : "Привіт світ!",
"sunny" : "сонячно",
@@ -86,42 +75,56 @@ OC.L10N.register(
"Please reload the page." : "Будь ласка, перезавантажте сторінку.",
"The update was unsuccessful. For more information <a href=\"{url}\">check our forum post</a> covering this issue." : "Оновлення не вдалося. За інформацією <a href=\"{url}\">зверніться до повідомлення на форумі</a>, що описує цю проблему.",
"The update was unsuccessful. Please report this issue to the <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">Nextcloud community</a>." : "Оновлення не вдалося. Будь ласка, повідомте про це питання в <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">спільноту Nextcloud</a>.",
- "Continue to Nextcloud" : "Продовжити у Nextcloud",
- "_The update was successful. Redirecting you to Nextcloud in %n second._::_The update was successful. Redirecting you to Nextcloud in %n seconds._" : ["Оновлення успішне. Перенаправлення до Nextcloud через %n секунду.","Оновлення успішне. Перенаправлення до Nextcloud через %n секунди.","Оновлення успішне. Перенаправлення до Nextcloud через %n секунд.","Оновлення успішне. Перенаправлення до Nextcloud через %n секунд."],
- "Searching other places" : "Йде пошук в інших місцях",
- "No search results in other folders for {tag}{filter}{endtag}" : "Нічого не знайдено в інших каталогах за запитом {tag}{filter}{endtag}",
- "_{count} search result in another folder_::_{count} search results in other folders_" : ["{count} результат пошуку в інших теках","{count} результатів пошуку в інших теках","{count} результатів пошуку в інших теках","{count} результатів пошуку в інших теках"],
+ "Log in" : "Увійти",
+ "Logging in …" : "Вхід...",
"Server side authentication failed!" : "Невдала аутентифікація на стороні сервера!",
"Please contact your administrator." : "Будь ласка, зверніться до вашого Адміністратора.",
"An internal error occurred." : "Виникла внутрішня помилка.",
"Please try again or contact your administrator." : "Будь ласка, спробуйте ще раз або зверніться до адміністратора.",
"Username or email" : "Ім’я користувача або електронна пошта",
"Password" : "Пароль",
- "Log in" : "Увійти",
- "Logging in …" : "Вхід...",
"Wrong username or password." : "Неправильне ім’я користувача або пароль.",
"User disabled" : "Користувач відключений",
"We have detected multiple invalid login attempts from your IP. Therefore your next login is throttled up to 30 seconds." : "Ми виявили кілька недійсних спроб входу з вашого IP-адресу. Тому наступну спробу входу можна буде здійснити через 30 секунд.",
- "Reset password" : "Скинути пароль",
- "Couldn't send reset email. Please contact your administrator." : "Не можу надіслати email для скидання. Будь ласка, зверніться до вашого адміністратора.",
- "Password can not be changed. Please contact your administrator." : "Пароль не може бути змінено. Будь ласка, зверніться до вашого адміністратора",
+ "Your account is not setup for passwordless login." : "Ваш обліковий запис не налаштовано на безпарольний вхід.",
+ "Passwordless authentication is not supported in your browser." : "Ваш браузер не підтримує безпарольний вхід.",
+ "Passwordless authentication is only available over a secure connection." : "Авторизація без пароля можлива лише при безпечному з'єднанні.",
+ "Reset password" : "Перевстановити пароль",
+ "If it is not there ask your local administrator." : "У разі відсутності зверніться до адміністратора системи",
+ "Couldn't send reset email. Please contact your administrator." : "Не можу надіслати електронного листа для перевстановлення пароля. Будь ласка, сконтактуйте з адміністратором.",
"Back to login" : "Повернутися на сторінку входу",
"New password" : "Новий пароль",
+ "Your files are encrypted. There will be no way to get your data back after your password is reset. If you are not sure what to do, please contact your administrator before you continue. Do you really want to continue?" : "Ваші файли зашифровано. У разі перевстановлення паролю ви не зможете отримати доступ до них. Якщо ви не впевнені, що робити, будь ласка, сконтактуйте з адміністратором перед продовженням. Дійсно продовжити?",
"I know what I'm doing" : "Я знаю що роблю",
+ "Resetting password" : "Перевстановлення пароля",
+ "Recommended apps" : "Рекомендовані застосунки",
+ "Loading apps …" : "Завантаження застосунків ...",
+ "Installing apps …" : "Встановлення застосунків ...",
+ "App download or installation failed" : "Помилка із звантаженням або встановленням застосунку",
"Cancel" : "Скасувати",
+ "Schedule work & meetings, synced with all your devices." : "Планування роботи та зустрічей із синхронізацією зі всіма вашими пристроями",
+ "Keep your colleagues and friends in one place without leaking their private info." : "Створіть спільний безпечний простір для співпраці та обміну даними з вашими колегами та друзями.",
+ "Simple email app nicely integrated with Files, Contacts and Calendar." : "Простий застосунок електронної пошти, добре інтегрований з Файлами, Контактами та Календарем.",
+ "Chatting, video calls, screensharing, online meetings and web conferencing – in your browser and with mobile apps." : "Чати, відеовиклики, демонстрація екану, онлайнові зустрічі та вебконференції у вашому браузері та на мобільних застосунках.",
+ "Collaboratively edit office documents." : "Спільно редагувати офісні документи.",
"Forgot password?" : "Забули пароль?",
+ "Log in with a device" : "Увійти за допомогою пристрою",
+ "Back" : "Назад",
+ "Reset search" : "Повторити пошук",
+ "Search" : "Пошук",
"Settings" : "Налаштування",
"Could not load your contacts" : "Неможливо завантажити ваші контакти",
"Search contacts …" : "Пошук контактів...",
"No contacts found" : "Контактів не знайдено",
"Show all contacts …" : "Показати всі контакти ...",
+ "Install the Contacts app" : "Встановіть застосунок Контакти",
"Loading your contacts …" : "Завантаження ваших контактів ...",
"Looking for {term} …" : "Шукаєте {term}",
"No" : "Ні",
"Yes" : "Так",
"No files in here" : "Тут немає файлів",
"New folder" : "Нова тека",
- "No more subfolders in here" : "Тут більше немає підкаталогів",
+ "No more subfolders in here" : "Тут більше немає підтек",
"Name" : "Ім’я",
"Size" : "Розмір",
"Modified" : "Змінено",
@@ -130,7 +133,7 @@ OC.L10N.register(
"\"/\" is not allowed inside a file name." : "Символ \"/\" не дозволений в іменах файлів.",
"\"{name}\" is not an allowed filetype" : "\"{name}\" є недопустимим типом файлу",
"{newName} already exists" : "{newName} вже існує",
- "Choose" : "Обрати",
+ "Choose" : "Вибрати",
"Copy" : "Копіювати",
"Move" : "Перемістити",
"Error loading file picker template: {error}" : "Помилка при завантаженні шаблону вибору: {error}",
@@ -144,19 +147,29 @@ OC.L10N.register(
"Which files do you want to keep?" : "Які файли ви хочете залишити?",
"If you select both versions, the copied file will have a number added to its name." : "При виборі обох версій, до назви копійованого файлу буде додана цифра",
"Continue" : "Продовжити",
- "(all selected)" : "(все обрано)",
- "({count} selected)" : "({count} обраних)",
+ "(all selected)" : "(все вибрано)",
+ "({count} selected)" : "({count} вибрано)",
"Error loading file exists template" : "Помилка при завантаженні шаблону існуючого файлу",
"Pending" : "Очікування",
"Copy to {folder}" : "копіювання до {folder}",
"Move to {folder}" : "Переміщення до {folder}",
- "Authentication required" : "Необхідна автентифікація",
+ "Saving …" : "Збереження ..",
+ "Authentication required" : "Необхідна авторизація",
"This action requires you to confirm your password" : "Ця дія потребує підтвердження вашого пароля",
"Confirm" : "Підтвердити",
- "Failed to authenticate, try again" : "Помилка автентифікації, спробуйте ще раз",
+ "Failed to authenticate, try again" : "Помилка авторизації, спробуйте ще раз",
"seconds ago" : "секунди тому",
"Connection to server lost" : "З'єднання з сервером втрачено",
"_Problem loading page, reloading in %n second_::_Problem loading page, reloading in %n seconds_" : ["Проблема під час завантаження сторінки, повторне завантаження за %n сек.","Проблема під час завантаження сторінки, повторне завантаження за %n сек.","Проблема під час завантаження сторінки, повторне завантаження за 5 сек.","Проблема під час завантаження сторінки, повторне завантаження за 5 сек."],
+ "Add to a project" : "Додати до проєкту",
+ "Show details" : "Показати деталі",
+ "Hide details" : "Приховати деталі",
+ "Rename project" : "Перейменувати проєкт",
+ "Failed to rename the project" : "Помилка з перейменуванням проєкту",
+ "Failed to create a project" : "Помилка зі створенням проєкту",
+ "Failed to add the item to the project" : "Помилка з додаванням елементу до цього проєкту",
+ "Connect items to a project to make them easier to find" : "Приєднайте окремі елементи до проєкту для полегшення пошуку",
+ "Type to search for existing projects" : "Зазначте для пошуку серед наявних проєктів",
"New in" : "Нові можливості",
"View changelog" : "Подивитись зміни",
"Very weak password" : "Дуже слабкий пароль",
@@ -166,19 +179,26 @@ OC.L10N.register(
"Strong password" : "Надійний пароль",
"No action available" : "Немає доступних дій",
"Error fetching contact actions" : "Неможливо отримати дії з контактами",
+ "Non-existing tag #{tag}" : "Ця позначка відсутня #{tag}",
+ "restricted" : "обмежений",
+ "invisible" : "невидимий",
+ "Delete" : "Вилучити",
+ "Rename" : "Перейменувати",
+ "Collaborative tags" : "Позначки для співпраці",
+ "No tags found" : "Міток не знайдено",
"Personal" : "Особисте",
"Users" : "Користувачі",
- "Apps" : "Додатки",
+ "Apps" : "Застосунки",
"Admin" : "Адмін",
"Help" : "Допомога",
"Access forbidden" : "Доступ заборонено",
"File not found" : "Файл не знайдено",
- "The document could not be found on the server. Maybe the share was deleted or has expired?" : "Документ не знайдено на сервері. Може бути, доступ до нього був видалений, або минув термін дії доступу?",
+ "The document could not be found on the server. Maybe the share was deleted or has expired?" : "Документ не знайдено на сервері. Можливо спільний доступ було закрито або термін дії доступу вичерпано.",
"Back to %s" : "Назад до %s",
"Error" : "Помилка",
"Internal Server Error" : "Внутрішня помилка серверу",
"The server was unable to complete your request." : "Сервер не зміг обробити ваш запит.",
- "If this happens again, please send the technical details below to the server administrator." : "Якщо це станеться знову, надішліть технічні подробиці нижче адміністратору сервера.",
+ "If this happens again, please send the technical details below to the server administrator." : "Якщо це станеться знову, надішліть технічні подробиці адміністратору сервера.",
"More details can be found in the server log." : "Більше деталей може бути в журналі серверу.",
"Technical details" : "Технічні деталі",
"Remote Address: %s" : "Віддалена Адреса: %s",
@@ -190,157 +210,112 @@ OC.L10N.register(
"Line: %s" : "Рядок: %s",
"Trace" : "Трасування",
"Security warning" : "Попередження безпеки",
- "Your data directory and files are probably accessible from the internet because the .htaccess file does not work." : "Ваш каталог даних і ваші файли можливо доступні з інтернету, тому що .htaccess файл не працює.",
+ "Your data directory and files are probably accessible from the internet because the .htaccess file does not work." : "Ваша тека з даними та ваші файли можуть мати доступ з інтернету, оскільки файл .htaccess не працює.",
"For information how to properly configure your server, please see the <a href=\"%s\" target=\"_blank\" rel=\"noreferrer noopener\">documentation</a>." : "Для отримання інформації про те, як правильно налаштувати свій сервер, перегляньте <a href=\"%s\" target=\"_blank\" rel=\"noreferrer noopener\">документацію</a>.",
"Create an <strong>admin account</strong>" : "Створити <strong>обліковий запис адміністратора</strong>",
"Username" : "Ім'я користувача",
+ "Show password" : "Показати пароль",
"Storage & database" : "Сховище і база даних",
- "Data folder" : "Каталог даних",
+ "Data folder" : "Тека з даними",
"Configure the database" : "Налаштування бази даних",
"Only %s is available." : "Доступно тільки %s.",
- "Install and activate additional PHP modules to choose other database types." : "Встановіть та активуйте додаткові модулі PHP для того, щоб обрати тип БД.",
+ "Install and activate additional PHP modules to choose other database types." : "Встановіть та активуйте додаткові модулі PHP для того, щоб вибрати тип БД.",
"For more details check out the documentation." : "За подробицями зверніться до документації.",
"Database user" : "Користувач бази даних",
"Database password" : "Пароль для бази даних",
"Database name" : "Назва бази даних",
"Database tablespace" : "Таблиця бази даних",
- "Database host" : "Хост бази даних",
- "Please specify the port number along with the host name (e.g., localhost:5432)." : "Будь ласка, вкажіть номер порту поряд з ім'ям хоста (напр., localhost:5432).",
+ "Database host" : "Вузол бази даних",
+ "Please specify the port number along with the host name (e.g., localhost:5432)." : "Будь ласка, вкажіть номер порту поряд з ім'ям вузла (напр., localhost:5432).",
"Performance warning" : "Попередження продуктивності",
+ "You chose SQLite as database." : "Ви вибрали SQLite як базу даних",
+ "Install recommended apps" : "Встановити рекомендовані застосунки",
+ "Calendar, Contacts, Talk, Mail & Collaborative editing" : "Календар, Контакти, Talk, Пошта та спільне редагування",
"Finish setup" : "Завершити встановлення",
"Finishing …" : "Завершується ...",
"Need help?" : "Потрібна допомога?",
"See the documentation" : "Подивитись документацію",
- "This application requires JavaScript for correct operation. Please {linkstart}enable JavaScript{linkend} and reload the page." : "Ця програма вимагає увімкнений JavaScript для коректної роботи. Будь ласка, {linkstart} Увімкніть JavaScript {linkend} та перезавантажте сторінку.",
+ "This application requires JavaScript for correct operation. Please {linkstart}enable JavaScript{linkend} and reload the page." : "Ця програма вимагає увімкнений JavaScript для коректної роботи. Будь ласка, активуйте {linkstart}JavaScript{linkend} та оновіть сторінку.",
"Get your own free account" : "Отримати безкоштовний обліковий запис",
"Skip to main content" : "Перейти до основного вмісту",
- "Skip to navigation of app" : "Перейти до навігації по додатку",
- "More apps" : "Більше додатків",
- "More" : "Додатково",
+ "Skip to navigation of app" : "Перейти до навігації застосунку",
+ "More apps" : "Більше застосунків",
+ "More" : "Більше",
"More apps menu" : "Меню з більшим числом застосунків",
- "Search" : "Пошук",
- "Reset search" : "Повторити пошук",
"Contacts" : "Контакти",
"Contacts menu" : "Меню контактів",
"Settings menu" : "Меню налаштувань",
"Confirm your password" : "Підтвердіть пароль",
"Connect to your account" : "Підключитись до свого облікового запису",
"Please log in before granting %1$s access to your %2$s account." : "Для надання %1$s доступу до облікового запису %2$s необхідно увійти в систему.",
- "App token" : "Токен додатку",
+ "App token" : "Токен застосунку",
"Grant access" : "Дозволити доступ",
- "Alternative log in using app token" : "Вхід за допомогою токену додатку",
+ "Alternative log in using app token" : "Вхід за допомогою токену застосунку",
"Account access" : "Доступ до облікового запису",
"You are about to grant %1$s access to your %2$s account." : "Ви збираєтесь надати %1$s доступ до свого облікового запису %2$s.",
"Account connected" : "Обліковий запис під’єднано",
+ "Your client should now be connected!" : "Зараз ваш клієнт має бути приєднано!",
+ "You can close this window." : "Ви можете закрити це вікно.",
"This share is password-protected" : "Доступ до цього ресурсу захищений паролем",
"The password is wrong. Try again." : "Пароль неправильний. Спробуйте ще раз.",
"Two-factor authentication" : "Двофакторна аутентифікація",
+ "Enhanced security is enabled for your account. Choose a second factor for authentication:" : "Для вашого облікового запису налаштовано посилену безпеку. Виберіть другий фактор для авторизації.",
+ "Could not load at least one of your enabled two-factor auth methods. Please contact your admin." : "Неможливо завантажити щонайменше один з активованих вами способів двофакторної авторизації. Будь ласка, сконтактуйте з адміністратором.",
+ "Two-factor authentication is enforced but has not been configured on your account. Contact your admin for assistance." : "Двофакторну авторизацію увімкнено, але не налаштовано для вашого облікового запису. Будь ласка, сконтактуйте з вашим адміністратором для отримання допомоги.",
+ "Two-factor authentication is enforced but has not been configured on your account. Please continue to setup two-factor authentication." : "Двофакторну авторизацію увімкнено, але не налаштовано для вашого облікового запису. Будь ласка, налаштуйте далі двофакторну авторизацію.",
+ "Set up two-factor authentication" : "Налаштувати двофакторну авторизацію",
+ "Two-factor authentication is enforced but has not been configured on your account. Use one of your backup codes to log in or contact your admin for assistance." : "Двофакторну авторизацію увімкнено, але не налаштовано для вашого облікового запису. Будь ласка, скористайтеся одним з резервних кодів для входу або сконтактуйте з вашим адміністратором для отримання допомоги.",
"Use backup code" : "Використати резервний код",
+ "Cancel login" : "Скасувати вхід",
"Setup two-factor authentication" : "Налаштувати двофакторну автентифікацію",
+ "Enhanced security is enforced for your account. Choose which provider to set up:" : "Двофакторну авторизацію увімкнено для вашого облікового запису. Будь ласка, виберіть провайдера для налаштування:",
+ "Error while validating your second factor" : "Помилка під час перевірки вашого другого фактору",
"Access through untrusted domain" : "Доступ з не довіреного домену",
- "App update required" : "Додаток потребує оновлення",
- "%1$s will be updated to version %2$s" : "%1$s буде оновлено до версії%2$s",
- "These apps will be updated:" : "Ці додатки будуть оновлені:",
- "These incompatible apps will be disabled:" : "Ці несумісні додатки будуть вимкнені:",
+ "Further information how to configure this can be found in the %1$sdocumentation%2$s." : "Подальшу інформацію з налаштуваннями можна переглянути на сторінці %1$sДокументація%2$s.",
+ "App update required" : "Застосунок потребує оновлення",
+ "%1$s will be updated to version %2$s" : "%1$s буде оновлено до версії %2$s",
+ "The following apps will be updated:" : "Ці застосунки буде оновлено:",
+ "These incompatible apps will be disabled:" : "Такі несумісні застосунки буде вимкнено:",
"The theme %s has been disabled." : "Тему %s було вимкнено.",
- "Please make sure that the database, the config folder and the data folder have been backed up before proceeding." : "Перед продовженням переконайтеся, що ви зробили резервну копію бази даних, каталогу конфігурації та каталогу з даними.",
+ "Please make sure that the database, the config folder and the data folder have been backed up before proceeding." : "Перед продовженням переконайтеся, що ви зробили резервну копію бази даних, теки з конфігурацією та теки з даними користувачів.",
"Start update" : "Почати оновлення",
"To avoid timeouts with larger installations, you can instead run the following command from your installation directory:" : "Щоб уникнути затримок у великих встановленнях, ви можете виконати наступну команду в каталозі встановлення:",
"Detailed logs" : "Деталізований журнал",
"Update needed" : "Оновлення необхідно",
"Please use the command line updater because you have a big instance with more than 50 users." : "Будь ласка, скористайтеся оновленням з командного рядка, оскільки у вас є більш ніж 50 користувачів.",
"For help, see the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"%s\">documentation</a>." : "Щоб отримати допомогу, перегляньте <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"%s\">документацію</a>.",
- "I know that if I continue doing the update via web UI has the risk, that the request runs into a timeout and could cause data loss, but I have a backup and know how to restore my instance in case of a failure." : "Я знаю, що, якщо я продовжую виконувати оновлення через веб-інтерфейс, існує ризик того, що запит завершиться по тайм-ауту, що може призвести до втрати даних, але я маю резервну копію та знаю, як відновити мій екземпляр у випадку невдачі.",
- "Upgrade via web on my own risk" : "Оновлення через веб-інтерфейс на свій страх і ризик",
+ "I know that if I continue doing the update via web UI has the risk, that the request runs into a timeout and could cause data loss, but I have a backup and know how to restore my instance in case of a failure." : "Я знаю, що, якщо я продовжую виконувати оновлення через вебінтерфейс, існує ризик того, що запит завершиться по тайм-ауту, що може призвести до втрати даних, але я маю резервну копію та знаю, як відновити мій екземпляр у випадку невдачі.",
+ "Upgrade via web on my own risk" : "Оновитися через вебінтерфейс на свій страх та ризик",
"Maintenance mode" : "Режим технічного обслуговування",
- "This %s instance is currently in maintenance mode, which may take a while." : "Цей сервер %s знаходиться в режимі технічного обслуговування, що може зайняти деякий час.",
+ "This %s instance is currently in maintenance mode, which may take a while." : "Цей сервер %s перебуває в режимі технічного обслуговування, що може зайняти деякий час.",
"This page will refresh itself when the instance is available again." : "Ця сторінка оновиться автоматично, коли сервер знову стане доступний.",
- "Contact your system administrator if this message persists or appeared unexpectedly." : "Зверніться до вашого системного адміністратора якщо це повідомлення не зникає або з'являється несподівано.",
- "Could not send reset email because there is no email address for this username. Please contact your administrator." : "Не вдалося відправити скидання паролю, тому що немає адреси електронної пошти для цього користувача. Будь ласка, зверніться до адміністратора.",
- "Couldn't send reset email. Please make sure your username is correct." : "Не вдалося відправити скидання паролю. Будь ласка, переконайтеся, що ваше ім'я користувача є правильним.",
- "We have send a password reset e-mail to the e-mail address known to us for this account. If you do not receive it within a reasonable amount of time, check your spam/junk folders.<br>If it is not there ask your local administrator." : "Посилання для скидання вашого паролю було надіслано на ваш email. Якщо ви не отримали його найближчим часом, перевірте теку зі спамом.<br>Якщо і там немає, спитайте вашого місцевого адміністратора.",
- "Your files are encrypted. There will be no way to get your data back after your password is reset.<br />If you are not sure what to do, please contact your administrator before you continue. <br />Do you really want to continue?" : "Ваші файли зашифровані. Якщо ви не зробили ключ відновлення, після скидання паролю відновити ваші дані буде неможливо.<br /> Якщо ви не знаєте, що робити, будь ласка, зверніться до адміністратора перед продовженням.<br /> Ви дійсно хочете продовжити?",
- "Sending email …" : "Відправлення пошти ...",
- "You are currently running PHP 5.6. The current major version of Nextcloud is the last that is supported on PHP 5.6. It is recommended to upgrade the PHP version to 7.0+ to be able to upgrade to Nextcloud 14." : "Ви використовуєте PHP версії 5.6. Поточна основна версія Nextcloud остання, яка підтримуватиме PHP версію 5.6. Рекомендуємо оновити PHP до версії 7.0+ щоб мати змогу оновитись до Nextcloud 14.",
- "Shared" : "Опубліковано",
- "Shared with" : "Спільний доступ з",
- "Shared by" : "Поділився",
- "Choose a password for the public link" : "Вкажіть пароль для публічного посилання",
- "Choose a password for the public link or press the \"Enter\" key" : "Встановіть пароль на публічне посилання або натисніть на \"Enter\"",
- "Copied!" : "Скопійовано!",
- "Copy link" : "Скопіювати посилання",
- "Not supported!" : "Не підтримується!",
- "Press ⌘-C to copy." : "Натисніть ⌘-C щоб скопіювати.",
- "Press Ctrl-C to copy." : "Натисніть Ctrl-C щоб скопіювати.",
- "Unable to create a link share" : "Неможливо створити посилання на загальнодоступний ресурс",
- "Unable to toggle this option" : "Не вдається переключити цей параметр",
- "Resharing is not allowed" : "Пере-публікація не дозволяється",
- "Link" : "Посилання",
- "Hide download" : "Сховати завантаження",
- "Password protection enforced" : "Вимагати захист паролем",
- "Password protect" : "Захистити паролем",
- "Allow editing" : "Дозволити редагування",
- "Email link to person" : "Надіслати посилання електронною поштою",
- "Send" : "Надіслати",
- "Allow upload and editing" : "Дозволити завантаження та редагування",
- "Read only" : "Тільки для читання",
- "File drop (upload only)" : "Сховище (тільки завантажування)",
- "Expiration date enforced" : "Вимагати термін дії",
- "Set expiration date" : "Встановити термін дії",
- "Expiration" : "Закінчення",
- "Expiration date" : "Термін дії",
- "Note to recipient" : "Примітка для одержувача",
- "Unshare" : "Закрити доступ",
- "Delete share link" : "Видалити посилання для спільного використання",
- "Add another link" : "Додати інше посилання",
- "Password protection for links is mandatory" : "Захист паролем для посилань є обов'язковим",
- "Share to {name}" : "Поділитися з {name}",
- "Share link" : "Поділитись посиланням",
- "New share link" : "Нове посилання для спільного доступу",
- "Created on {time}" : "Створено о {time}",
- "Password protect by Talk" : "Захист пароля Talk",
- "Could not unshare" : "Неможливо припинити ділитися файлом",
- "Shared with you and the group {group} by {owner}" : " {owner} опублікував для Вас та для групи {group}",
- "Shared with you and {circle} by {owner}" : "{owner} опублікував для вас, та для круга {circle}",
- "Shared with you and the conversation {conversation} by {owner}" : "{owner} поділився з вами, а також чатом {conversation}",
- "Shared with you in a conversation by {owner}" : "{owner} поділився з вами у чаті",
- "Shared with you by {owner}" : "{owner} опублікував для Вас",
- "Choose a password for the mail share" : "Встановіть пароль на спільне посилання через електронну пошту",
- "group" : "група",
- "remote" : "віддалений",
- "remote group" : "віддалена група",
- "email" : "електронна пошта",
- "conversation" : "розмова",
- "shared by {sharer}" : "поділився {sharer}",
- "Can reshare" : "Можна ділитися з іншими",
- "Can edit" : "Можна редагувати",
- "Can create" : "Можна створити",
- "Can change" : "Можна змінювати",
- "Can delete" : "Можна видаляти",
- "Access control" : "Контроль доступу",
- "{shareInitiatorDisplayName} shared via link" : "{shareInitiatorDisplayName} ділиться через посилання",
- "Error while sharing" : "Помилка під час публікації",
- "Share details could not be loaded for this item." : "Неможливо отримати докладну інформацію щодо цього спільного ресурсу",
- "Search globally" : "Шукати всюди",
- "_At least {count} character is needed for autocompletion_::_At least {count} characters are needed for autocompletion_" : ["Як мінімум {count} символ потрібен для автозавершення","Як мінімум {count} символи потрібні для автозавершення","Як мінімум {count} символів потрібно для автозавершення","Як мінімум {count} символів потрібно для автозавершення"],
- "No users or groups found for {search}" : "Не знайдено груп або користувачів за пошуком {search}",
- "No users found for {search}" : "Не знайдено жодного користувача для {search}",
- "An error occurred. Please try again" : "Сталася помилка. Спробуйте ще раз",
- "Home" : "Домашній",
- "Work" : "Робочий",
- "Other" : "Інший",
- "{sharee} ({type}, {owner})" : "{sharee} ({type}, {owner})",
- "Share" : "Поділитися",
- "Name or email address..." : "Ім'я або адреса електронної пошти...",
- "Name or federated cloud ID..." : "Ім'я, або ID федеративної хмари...",
- "Name, federated cloud ID or email address..." : "Ім'я, ID федеративної хмари або адреса електронної пошти...",
- "Name..." : "Ім’я",
- "Error removing share" : "Помилка під час вилучення спільного",
- "({scope})" : "({scope})",
- "Saving..." : "Збереження...",
- "Dismiss" : "Припинити",
- "Your client should now be connected! You can close this window." : "Тепер ваш клієнт під’єднано. Ви можете закрити це вікно.",
- "New Password" : "Новий пароль",
- "Cancel log in" : "Скасувати вхід"
+ "Contact your system administrator if this message persists or appeared unexpectedly." : "Зверніться до вашого системного адміністратора, якщо це повідомлення не зникає або з'являється несподівано.",
+ "Checking whether the database schema can be updated (this can take a long time depending on the database size)" : "Перевіряю, чи схема бази даних може бути оновлена (це може зайняти багато часу, залежно від розмірів бази даних)",
+ "Checked database schema update" : "Перевірено оновлення схеми бази даних",
+ "Checking updates of apps" : "Перевірка оновлень застосунків",
+ "Checking for update of app \"%s\" in appstore" : "Перевірка оновлень для застосунку \"%s\" в крамниці застосунків",
+ "Update app \"%s\" from appstore" : "Оновлення застосунк \"1%s\" з крамниці застосунків",
+ "Checked for update of app \"%s\" in appstore" : "Наявність оновлення застосунку \"%s\" у крамниці перевірено",
+ "Checked database schema update for apps" : "Перевірено оновлення схеми бази даних для застосунків",
+ "Following apps have been disabled: %s" : "Такі застосунки було деактивовано: %s",
+ "Your web server is not properly set up to resolve \"{url}\". Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Ваш вебсервер не налаштований як треба для вирішення \"{url}\". Додаткову інформація може знаходитись в нашій <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">документації</a>.",
+ "Please check the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">installation documentation ↗</a> for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "Перевірте розділи <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">документації по встановленню ↗</a> з замітками налаштування PHP на вашому сервері, особливо коли використовуєте php-fpm.",
+ "Last background job execution ran {relativeTime}. Something seems wrong." : "Останнє виконання фонового завдання тривало {relativeTime}. Схоже, щось пішло не так.",
+ "Check the background job settings" : "Перевірте налаштування фонового завдання",
+ "No memory cache has been configured. To enhance performance, please configure a memcache, if available. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Не налаштована система кешування. Для покращення продуктивності, будь-ласка, налаштуйте memcache, якщо це можливо. Додаткову інформацію можна знайти в <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">документації</a>.",
+ "The PHP OPcache module is not loaded. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance it is recommended</a> to load it into your PHP installation." : "Модуль PHP OPCache не завантажений. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Для кращої продуктивності рекомендується</a> завантажити його у свою установку PHP.",
+ "The PHP OPcache is not properly configured. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance it is recommended</a> to use the following settings in the <code>php.ini</code>:" : "Модуль PHP OPcache налаштовано неправильно. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Для підвищення продуктивності рекомендується</a> використовувати наступні параметри у <code>php.ini</code>:",
+ "Continue to Nextcloud" : "Продовжити у Nextcloud",
+ "_The update was successful. Redirecting you to Nextcloud in %n second._::_The update was successful. Redirecting you to Nextcloud in %n seconds._" : ["Оновлення успішне. Перенаправлення до Nextcloud через %n секунду.","Оновлення успішне. Перенаправлення до Nextcloud через %n секунди.","Оновлення успішне. Перенаправлення до Nextcloud через %n секунд.","Оновлення успішне. Перенаправлення до Nextcloud через %n секунд."],
+ "Searching other places" : "Йде пошук в інших місцях",
+ "No search results in other folders for {tag}{filter}{endtag}" : "Нічого не знайдено в інших теках за запитом {tag}{filter}{endtag}",
+ "_{count} search result in another folder_::_{count} search results in other folders_" : ["{count} результат пошуку в інших теках","{count} результатів пошуку в інших теках","{count} результатів пошуку в інших теках","{count} результатів пошуку в інших теках"],
+ "A password reset message has been sent to the e-mail address of this account. If you do not receive it, check your spam/junk folders or ask your local administrator for help." : "Повідомлення про перевстановлення пароля було надіслано на електронну скриньку цього облікового запису. У разі неотримання листа, будь ласка, перевірте теку зі спамом або зверніться до вашого адміністратора.",
+ "Password can not be changed. Please contact your administrator." : "Пароль не може бути змінено. Будь ласка, зверніться до вашого адміністратора",
+ "Could not fetch list of apps from the app store." : "Неможливо отримати перелік застосунків з крамниці застосунків",
+ "Nextcloud {app}" : "Nextcloud {app}",
+ "Can't install this app because it is not compatible" : "Неможливо встановити цей застосунок через несумісність",
+ "Can't install this app" : "Неможливо встановити цей застосунок",
+ "These apps will be updated:" : "Ці застосунки буде оновлено:"
},
"nplurals=4; plural=(n % 1 == 0 && n % 10 == 1 && n % 100 != 11 ? 0 : n % 1 == 0 && n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 12 || n % 100 > 14) ? 1 : n % 1 == 0 && (n % 10 ==0 || (n % 10 >=5 && n % 10 <=9) || (n % 100 >=11 && n % 100 <=14 )) ? 2: 3);");
diff --git a/core/l10n/uk.json b/core/l10n/uk.json
index 5a4b100ed44..50452d8ee37 100644
--- a/core/l10n/uk.json
+++ b/core/l10n/uk.json
@@ -1,8 +1,8 @@
{ "translations": {
- "Please select a file." : "Будь ласка, оберіть файл.",
+ "Please select a file." : "Будь ласка, виберіть файл.",
"File is too big" : "Файл занадто великий",
- "The selected file is not an image." : "Обраний файл не є зображенням.",
- "The selected file cannot be read." : "Неможливо прочитати обраний файл.",
+ "The selected file is not an image." : "Вибраний файл не є зображенням.",
+ "The selected file cannot be read." : "Неможливо прочитати вибраний файл.",
"Invalid file provided" : "Надано невірний файл",
"No image or file provided" : "Зображення або файлу не надано",
"Unknown filetype" : "Невідомий тип файлу",
@@ -13,17 +13,26 @@
"No valid crop data provided" : "Не вказані коректні дані про кадрування",
"Crop is not square" : "Кадр не є квадратом",
"State token does not match" : "Токен стану не збігається",
+ "Invalid app password" : "Неправильний пароль застосунку",
"Could not complete login" : "Не вдалося увійти",
- "Password reset is disabled" : "Заборонено скидання паролю",
- "Couldn't reset password because the token is invalid" : "Неможливо скинути пароль, бо маркер є недійсним",
- "Couldn't reset password because the token is expired" : "Неможливо скинути пароль, бо маркер застарів",
- "%s password reset" : "%s скидання паролю",
- "Password reset" : "Скидання паролю",
- "Click the following button to reset your password. If you have not requested the password reset, then ignore this email." : "Щоб скинути Ваш пароль, натисніть кнопку нижче. Якщо ви не робили запиту на скдування паролю, можете проігнорувати цей лист.",
- "Click the following link to reset your password. If you have not requested the password reset, then ignore this email." : "Натисніть на посилання для скидання вашого паролю. Якщо ви не збираєтесь змінювати пароль - проігноруйте цей лист.",
- "Reset your password" : "Скинути пароль",
+ "Your login token is invalid or has expired" : "Ваш токен для входу неправильний або термін його дії вичерпано",
+ "Password reset is disabled" : "Заборонено перевстановлення пароля",
+ "Couldn't reset password because the token is invalid" : "Неможливо перевстановити пароль, оскільки токен є недійсним",
+ "Couldn't reset password because the token is expired" : "Неможливо перевстановити пароль, оскільки токен застарів",
+ "%s password reset" : "%s перевстановлення пароля",
+ "Password reset" : "Перевстановлення пароля",
+ "Click the following button to reset your password. If you have not requested the password reset, then ignore this email." : "Щоби перевстановити ваш пароль, натисніть кнопку нижче. Якщо ви не робили запиту на перевстановлення пароля, будь ласка, проігноруйте цей лист.",
+ "Click the following link to reset your password. If you have not requested the password reset, then ignore this email." : "Натисніть на посилання для перевстановлення вашого пароля. Якщо ви не збираєтеся змінювати пароль, то просто проігноруйте цей лист.",
+ "Reset your password" : "Перевстановити пароль",
+ "Nextcloud Server" : "Сервер Nextcloud",
+ "Some of your link shares have been removed" : "Окремі посилання на спільні елементи було вилучено",
+ "Due to a security bug we had to remove some of your link shares. Please see the link for more information." : "Через ваду з безпекою ми вимушені були вилучити деякі ваші спільні посилання. Будь ласка, перегляньте цю докладну інформацію.",
"Preparing update" : "Підготовка до оновлення",
"[%d / %d]: %s" : "[%d / %d]: %s",
+ "Repair step:" : "Крок у відновленні:",
+ "Repair info:" : "Інформація про відновлення:",
+ "Repair warning:" : "Застереження щодо відновлення:",
+ "Repair error:" : "Помилка під час відновлення:",
"Please use the command line updater because automatic updating is disabled in the config.php." : "Просимо запустити процес оновлення з командного рядка, оскільки автоматичне оновлення вимкнено у файлі config.php.",
"[%d / %d]: Checking table %s" : "[%d / %d]: Перевірка таблиці %s",
"Turned on maintenance mode" : "Увімкнено режим технічного обслуговування",
@@ -31,45 +40,25 @@
"Maintenance mode is kept active" : "Режим обслуговування залишається активним",
"Updating database schema" : "Оновлення схеми бази даних",
"Updated database" : "Базу даних оновлено",
- "Checking whether the database schema can be updated (this can take a long time depending on the database size)" : "Перевіряю, чи схема бази даних може бути оновлена (це може зайняти багато часу, залежно від розмірів бази даних)",
- "Checked database schema update" : "Перевірено оновлення схеми бази даних",
- "Checking updates of apps" : "Перевірка оновлень додатків",
- "Checking for update of app \"%s\" in appstore" : "Перевірка оновлень для додатку \"%s\" в крамниці додатків",
- "Update app \"%s\" from appstore" : "Оновлення додатку \"1%s\" з магазину додатків",
- "Checked for update of app \"%s\" in appstore" : "Наявність оновлення додатку \"%s\" в магазині додатків провірено",
"Checking whether the database schema for %s can be updated (this can take a long time depending on the database size)" : "Перевіряю, чи схема бази даних для %s може бути оновлена (це може зайняти багато часу, залежно від розмірів бази даних)",
- "Checked database schema update for apps" : "Перевірено оновлення схеми бази даних для додатків",
"Updated \"%1$s\" to %2$s" : "Оновлено з \"%1$s\" до %2$s",
"Set log level to debug" : "Встановити рівень детальності журналу як налагодження",
"Reset log level" : "Скинути налаштування детальності журналу",
"Starting code integrity check" : "Початок перевірки цілісності коду",
"Finished code integrity check" : "Завершено перевірку цілісності коду",
"%s (incompatible)" : "%s (несумісне)",
- "Following apps have been disabled: %s" : "Наступні додатки були вимкнені: %s",
+ "The following apps have been disabled: %s" : "Ці застосунки було вимкнено: %s",
"Already up to date" : "Вже актуально",
- "Your web server is not yet properly set up to allow file synchronization, because the WebDAV interface seems to be broken." : "Ваш веб-сервер не налаштований як треба для синхронізації файлів, схоже інтерфейс WebDAV поламаний.",
- "Your web server is not properly set up to resolve \"{url}\". Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Ваш веб-сервер не налаштований як треба для вирішення \"{url}\". Додаткову інформація може знаходитись в нашій <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">документації</a>.",
+ "Your web server is not yet properly set up to allow file synchronization, because the WebDAV interface seems to be broken." : "Ваш вебсервер не налаштований як треба для синхронізації файлів, схоже інтерфейс WebDAV поламаний.",
"PHP does not seem to be setup properly to query system environment variables. The test with getenv(\"PATH\") only returns an empty response." : "PHP не налаштований правильно для отримання змінних системного оточення. Запит getenv(\"PATH\") повертає пусті результати.",
- "Please check the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">installation documentation ↗</a> for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "Перевірте розділи <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">документації по встановленню ↗</a> з замітками налаштування PHP на вашому сервері, особливо коли використовуєте php-fpm.",
- "The read-only config has been enabled. This prevents setting some configurations via the web-interface. Furthermore, the file needs to be made writable manually for every update." : "Увімкнена конфігурація тільки для читання. Це запобігає встановленню деяких опцій через веб-інтерфейс. Крім того, для кожного оновлення файл повинен бути зроблений з доступом на запис.",
- "It was not possible to execute the cron job via CLI. The following technical errors have appeared:" : "Не вдалося виконати завдання cron за допомогою CLI. Виникла наступна технічна помилка:",
- "Last background job execution ran {relativeTime}. Something seems wrong." : "Останнє виконання фонового завдання тривало {relativeTime}. Схоже, щось пішло не так.",
- "Check the background job settings" : "Перевірте налаштування фонового завдання",
- "No memory cache has been configured. To enhance performance, please configure a memcache, if available. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Не налаштована система кешування. Для покращення продуктивності, будь-ласка, налаштуйте memcache, якщо це можливо. Додаткову інформацію можна знайти в <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">документації</a>.",
- "The PHP OPcache module is not loaded. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance it is recommended</a> to load it into your PHP installation." : "Модуль PHP OPCache не завантажений. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Для кращої продуктивності рекомендується</a> завантажити його у свою установку PHP.",
- "The PHP OPcache is not properly configured. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance it is recommended</a> to use the following settings in the <code>php.ini</code>:" : "Модуль PHP OPcache налаштовано неправильно. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Для підвищення продуктивності рекомендується</a> використовувати наступні параметри у <code>php.ini</code>:",
+ "The read-only config has been enabled. This prevents setting some configurations via the web-interface. Furthermore, the file needs to be made writable manually for every update." : "Увімкнена конфігурація тільки для читання. Це запобігає встановленню деяких опцій через вебінтерфейс. Крім того, для кожного оновлення файл повинен бути зроблений з доступом на запис.",
+ "It was not possible to execute the cron job via CLI. The following technical errors have appeared:" : "Не вдалося виконати завдання cron за допомогою CLI. Виникла така технічна помилка:",
"Missing index \"{indexName}\" in table \"{tableName}\"." : "Відсутній індекс \"{indexName}\" у таблиці \"{tableName}\".",
+ "Missing optional column \"{columnName}\" in table \"{tableName}\"." : "Відсутній необов'язковий стовпчик \"{columnName}\" у таблиці \"{tableName}\".",
"SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend." : "SQLite в даний час використовується як база даних бекенда. Для великих установок ми рекомендуємо перейти на інший тип серверу баз даних.",
"This is particularly recommended when using the desktop client for file synchronisation." : "Це особливо рекомендується при використанні клієнтського ПК для синхронізації файлів.",
"The PHP memory limit is below the recommended value of 512MB." : "Обсяг пам'яті PHP нижчий від рекомендованого значення 512 МБ.",
"Error occurred while checking server setup" : "При перевірці налаштувань серверу сталася помилка",
- "Non-existing tag #{tag}" : "Ця позначка відсутня #{tag}",
- "restricted" : "обмежений",
- "invisible" : "невидимий",
- "Delete" : "Видалити",
- "Rename" : "Перейменувати",
- "Collaborative tags" : "Позначки для співпраці",
- "No tags found" : "Міток не знайдено",
"unknown text" : "невідомий текст",
"Hello world!" : "Привіт світ!",
"sunny" : "сонячно",
@@ -84,42 +73,56 @@
"Please reload the page." : "Будь ласка, перезавантажте сторінку.",
"The update was unsuccessful. For more information <a href=\"{url}\">check our forum post</a> covering this issue." : "Оновлення не вдалося. За інформацією <a href=\"{url}\">зверніться до повідомлення на форумі</a>, що описує цю проблему.",
"The update was unsuccessful. Please report this issue to the <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">Nextcloud community</a>." : "Оновлення не вдалося. Будь ласка, повідомте про це питання в <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">спільноту Nextcloud</a>.",
- "Continue to Nextcloud" : "Продовжити у Nextcloud",
- "_The update was successful. Redirecting you to Nextcloud in %n second._::_The update was successful. Redirecting you to Nextcloud in %n seconds._" : ["Оновлення успішне. Перенаправлення до Nextcloud через %n секунду.","Оновлення успішне. Перенаправлення до Nextcloud через %n секунди.","Оновлення успішне. Перенаправлення до Nextcloud через %n секунд.","Оновлення успішне. Перенаправлення до Nextcloud через %n секунд."],
- "Searching other places" : "Йде пошук в інших місцях",
- "No search results in other folders for {tag}{filter}{endtag}" : "Нічого не знайдено в інших каталогах за запитом {tag}{filter}{endtag}",
- "_{count} search result in another folder_::_{count} search results in other folders_" : ["{count} результат пошуку в інших теках","{count} результатів пошуку в інших теках","{count} результатів пошуку в інших теках","{count} результатів пошуку в інших теках"],
+ "Log in" : "Увійти",
+ "Logging in …" : "Вхід...",
"Server side authentication failed!" : "Невдала аутентифікація на стороні сервера!",
"Please contact your administrator." : "Будь ласка, зверніться до вашого Адміністратора.",
"An internal error occurred." : "Виникла внутрішня помилка.",
"Please try again or contact your administrator." : "Будь ласка, спробуйте ще раз або зверніться до адміністратора.",
"Username or email" : "Ім’я користувача або електронна пошта",
"Password" : "Пароль",
- "Log in" : "Увійти",
- "Logging in …" : "Вхід...",
"Wrong username or password." : "Неправильне ім’я користувача або пароль.",
"User disabled" : "Користувач відключений",
"We have detected multiple invalid login attempts from your IP. Therefore your next login is throttled up to 30 seconds." : "Ми виявили кілька недійсних спроб входу з вашого IP-адресу. Тому наступну спробу входу можна буде здійснити через 30 секунд.",
- "Reset password" : "Скинути пароль",
- "Couldn't send reset email. Please contact your administrator." : "Не можу надіслати email для скидання. Будь ласка, зверніться до вашого адміністратора.",
- "Password can not be changed. Please contact your administrator." : "Пароль не може бути змінено. Будь ласка, зверніться до вашого адміністратора",
+ "Your account is not setup for passwordless login." : "Ваш обліковий запис не налаштовано на безпарольний вхід.",
+ "Passwordless authentication is not supported in your browser." : "Ваш браузер не підтримує безпарольний вхід.",
+ "Passwordless authentication is only available over a secure connection." : "Авторизація без пароля можлива лише при безпечному з'єднанні.",
+ "Reset password" : "Перевстановити пароль",
+ "If it is not there ask your local administrator." : "У разі відсутності зверніться до адміністратора системи",
+ "Couldn't send reset email. Please contact your administrator." : "Не можу надіслати електронного листа для перевстановлення пароля. Будь ласка, сконтактуйте з адміністратором.",
"Back to login" : "Повернутися на сторінку входу",
"New password" : "Новий пароль",
+ "Your files are encrypted. There will be no way to get your data back after your password is reset. If you are not sure what to do, please contact your administrator before you continue. Do you really want to continue?" : "Ваші файли зашифровано. У разі перевстановлення паролю ви не зможете отримати доступ до них. Якщо ви не впевнені, що робити, будь ласка, сконтактуйте з адміністратором перед продовженням. Дійсно продовжити?",
"I know what I'm doing" : "Я знаю що роблю",
+ "Resetting password" : "Перевстановлення пароля",
+ "Recommended apps" : "Рекомендовані застосунки",
+ "Loading apps …" : "Завантаження застосунків ...",
+ "Installing apps …" : "Встановлення застосунків ...",
+ "App download or installation failed" : "Помилка із звантаженням або встановленням застосунку",
"Cancel" : "Скасувати",
+ "Schedule work & meetings, synced with all your devices." : "Планування роботи та зустрічей із синхронізацією зі всіма вашими пристроями",
+ "Keep your colleagues and friends in one place without leaking their private info." : "Створіть спільний безпечний простір для співпраці та обміну даними з вашими колегами та друзями.",
+ "Simple email app nicely integrated with Files, Contacts and Calendar." : "Простий застосунок електронної пошти, добре інтегрований з Файлами, Контактами та Календарем.",
+ "Chatting, video calls, screensharing, online meetings and web conferencing – in your browser and with mobile apps." : "Чати, відеовиклики, демонстрація екану, онлайнові зустрічі та вебконференції у вашому браузері та на мобільних застосунках.",
+ "Collaboratively edit office documents." : "Спільно редагувати офісні документи.",
"Forgot password?" : "Забули пароль?",
+ "Log in with a device" : "Увійти за допомогою пристрою",
+ "Back" : "Назад",
+ "Reset search" : "Повторити пошук",
+ "Search" : "Пошук",
"Settings" : "Налаштування",
"Could not load your contacts" : "Неможливо завантажити ваші контакти",
"Search contacts …" : "Пошук контактів...",
"No contacts found" : "Контактів не знайдено",
"Show all contacts …" : "Показати всі контакти ...",
+ "Install the Contacts app" : "Встановіть застосунок Контакти",
"Loading your contacts …" : "Завантаження ваших контактів ...",
"Looking for {term} …" : "Шукаєте {term}",
"No" : "Ні",
"Yes" : "Так",
"No files in here" : "Тут немає файлів",
"New folder" : "Нова тека",
- "No more subfolders in here" : "Тут більше немає підкаталогів",
+ "No more subfolders in here" : "Тут більше немає підтек",
"Name" : "Ім’я",
"Size" : "Розмір",
"Modified" : "Змінено",
@@ -128,7 +131,7 @@
"\"/\" is not allowed inside a file name." : "Символ \"/\" не дозволений в іменах файлів.",
"\"{name}\" is not an allowed filetype" : "\"{name}\" є недопустимим типом файлу",
"{newName} already exists" : "{newName} вже існує",
- "Choose" : "Обрати",
+ "Choose" : "Вибрати",
"Copy" : "Копіювати",
"Move" : "Перемістити",
"Error loading file picker template: {error}" : "Помилка при завантаженні шаблону вибору: {error}",
@@ -142,19 +145,29 @@
"Which files do you want to keep?" : "Які файли ви хочете залишити?",
"If you select both versions, the copied file will have a number added to its name." : "При виборі обох версій, до назви копійованого файлу буде додана цифра",
"Continue" : "Продовжити",
- "(all selected)" : "(все обрано)",
- "({count} selected)" : "({count} обраних)",
+ "(all selected)" : "(все вибрано)",
+ "({count} selected)" : "({count} вибрано)",
"Error loading file exists template" : "Помилка при завантаженні шаблону існуючого файлу",
"Pending" : "Очікування",
"Copy to {folder}" : "копіювання до {folder}",
"Move to {folder}" : "Переміщення до {folder}",
- "Authentication required" : "Необхідна автентифікація",
+ "Saving …" : "Збереження ..",
+ "Authentication required" : "Необхідна авторизація",
"This action requires you to confirm your password" : "Ця дія потребує підтвердження вашого пароля",
"Confirm" : "Підтвердити",
- "Failed to authenticate, try again" : "Помилка автентифікації, спробуйте ще раз",
+ "Failed to authenticate, try again" : "Помилка авторизації, спробуйте ще раз",
"seconds ago" : "секунди тому",
"Connection to server lost" : "З'єднання з сервером втрачено",
"_Problem loading page, reloading in %n second_::_Problem loading page, reloading in %n seconds_" : ["Проблема під час завантаження сторінки, повторне завантаження за %n сек.","Проблема під час завантаження сторінки, повторне завантаження за %n сек.","Проблема під час завантаження сторінки, повторне завантаження за 5 сек.","Проблема під час завантаження сторінки, повторне завантаження за 5 сек."],
+ "Add to a project" : "Додати до проєкту",
+ "Show details" : "Показати деталі",
+ "Hide details" : "Приховати деталі",
+ "Rename project" : "Перейменувати проєкт",
+ "Failed to rename the project" : "Помилка з перейменуванням проєкту",
+ "Failed to create a project" : "Помилка зі створенням проєкту",
+ "Failed to add the item to the project" : "Помилка з додаванням елементу до цього проєкту",
+ "Connect items to a project to make them easier to find" : "Приєднайте окремі елементи до проєкту для полегшення пошуку",
+ "Type to search for existing projects" : "Зазначте для пошуку серед наявних проєктів",
"New in" : "Нові можливості",
"View changelog" : "Подивитись зміни",
"Very weak password" : "Дуже слабкий пароль",
@@ -164,19 +177,26 @@
"Strong password" : "Надійний пароль",
"No action available" : "Немає доступних дій",
"Error fetching contact actions" : "Неможливо отримати дії з контактами",
+ "Non-existing tag #{tag}" : "Ця позначка відсутня #{tag}",
+ "restricted" : "обмежений",
+ "invisible" : "невидимий",
+ "Delete" : "Вилучити",
+ "Rename" : "Перейменувати",
+ "Collaborative tags" : "Позначки для співпраці",
+ "No tags found" : "Міток не знайдено",
"Personal" : "Особисте",
"Users" : "Користувачі",
- "Apps" : "Додатки",
+ "Apps" : "Застосунки",
"Admin" : "Адмін",
"Help" : "Допомога",
"Access forbidden" : "Доступ заборонено",
"File not found" : "Файл не знайдено",
- "The document could not be found on the server. Maybe the share was deleted or has expired?" : "Документ не знайдено на сервері. Може бути, доступ до нього був видалений, або минув термін дії доступу?",
+ "The document could not be found on the server. Maybe the share was deleted or has expired?" : "Документ не знайдено на сервері. Можливо спільний доступ було закрито або термін дії доступу вичерпано.",
"Back to %s" : "Назад до %s",
"Error" : "Помилка",
"Internal Server Error" : "Внутрішня помилка серверу",
"The server was unable to complete your request." : "Сервер не зміг обробити ваш запит.",
- "If this happens again, please send the technical details below to the server administrator." : "Якщо це станеться знову, надішліть технічні подробиці нижче адміністратору сервера.",
+ "If this happens again, please send the technical details below to the server administrator." : "Якщо це станеться знову, надішліть технічні подробиці адміністратору сервера.",
"More details can be found in the server log." : "Більше деталей може бути в журналі серверу.",
"Technical details" : "Технічні деталі",
"Remote Address: %s" : "Віддалена Адреса: %s",
@@ -188,157 +208,112 @@
"Line: %s" : "Рядок: %s",
"Trace" : "Трасування",
"Security warning" : "Попередження безпеки",
- "Your data directory and files are probably accessible from the internet because the .htaccess file does not work." : "Ваш каталог даних і ваші файли можливо доступні з інтернету, тому що .htaccess файл не працює.",
+ "Your data directory and files are probably accessible from the internet because the .htaccess file does not work." : "Ваша тека з даними та ваші файли можуть мати доступ з інтернету, оскільки файл .htaccess не працює.",
"For information how to properly configure your server, please see the <a href=\"%s\" target=\"_blank\" rel=\"noreferrer noopener\">documentation</a>." : "Для отримання інформації про те, як правильно налаштувати свій сервер, перегляньте <a href=\"%s\" target=\"_blank\" rel=\"noreferrer noopener\">документацію</a>.",
"Create an <strong>admin account</strong>" : "Створити <strong>обліковий запис адміністратора</strong>",
"Username" : "Ім'я користувача",
+ "Show password" : "Показати пароль",
"Storage & database" : "Сховище і база даних",
- "Data folder" : "Каталог даних",
+ "Data folder" : "Тека з даними",
"Configure the database" : "Налаштування бази даних",
"Only %s is available." : "Доступно тільки %s.",
- "Install and activate additional PHP modules to choose other database types." : "Встановіть та активуйте додаткові модулі PHP для того, щоб обрати тип БД.",
+ "Install and activate additional PHP modules to choose other database types." : "Встановіть та активуйте додаткові модулі PHP для того, щоб вибрати тип БД.",
"For more details check out the documentation." : "За подробицями зверніться до документації.",
"Database user" : "Користувач бази даних",
"Database password" : "Пароль для бази даних",
"Database name" : "Назва бази даних",
"Database tablespace" : "Таблиця бази даних",
- "Database host" : "Хост бази даних",
- "Please specify the port number along with the host name (e.g., localhost:5432)." : "Будь ласка, вкажіть номер порту поряд з ім'ям хоста (напр., localhost:5432).",
+ "Database host" : "Вузол бази даних",
+ "Please specify the port number along with the host name (e.g., localhost:5432)." : "Будь ласка, вкажіть номер порту поряд з ім'ям вузла (напр., localhost:5432).",
"Performance warning" : "Попередження продуктивності",
+ "You chose SQLite as database." : "Ви вибрали SQLite як базу даних",
+ "Install recommended apps" : "Встановити рекомендовані застосунки",
+ "Calendar, Contacts, Talk, Mail & Collaborative editing" : "Календар, Контакти, Talk, Пошта та спільне редагування",
"Finish setup" : "Завершити встановлення",
"Finishing …" : "Завершується ...",
"Need help?" : "Потрібна допомога?",
"See the documentation" : "Подивитись документацію",
- "This application requires JavaScript for correct operation. Please {linkstart}enable JavaScript{linkend} and reload the page." : "Ця програма вимагає увімкнений JavaScript для коректної роботи. Будь ласка, {linkstart} Увімкніть JavaScript {linkend} та перезавантажте сторінку.",
+ "This application requires JavaScript for correct operation. Please {linkstart}enable JavaScript{linkend} and reload the page." : "Ця програма вимагає увімкнений JavaScript для коректної роботи. Будь ласка, активуйте {linkstart}JavaScript{linkend} та оновіть сторінку.",
"Get your own free account" : "Отримати безкоштовний обліковий запис",
"Skip to main content" : "Перейти до основного вмісту",
- "Skip to navigation of app" : "Перейти до навігації по додатку",
- "More apps" : "Більше додатків",
- "More" : "Додатково",
+ "Skip to navigation of app" : "Перейти до навігації застосунку",
+ "More apps" : "Більше застосунків",
+ "More" : "Більше",
"More apps menu" : "Меню з більшим числом застосунків",
- "Search" : "Пошук",
- "Reset search" : "Повторити пошук",
"Contacts" : "Контакти",
"Contacts menu" : "Меню контактів",
"Settings menu" : "Меню налаштувань",
"Confirm your password" : "Підтвердіть пароль",
"Connect to your account" : "Підключитись до свого облікового запису",
"Please log in before granting %1$s access to your %2$s account." : "Для надання %1$s доступу до облікового запису %2$s необхідно увійти в систему.",
- "App token" : "Токен додатку",
+ "App token" : "Токен застосунку",
"Grant access" : "Дозволити доступ",
- "Alternative log in using app token" : "Вхід за допомогою токену додатку",
+ "Alternative log in using app token" : "Вхід за допомогою токену застосунку",
"Account access" : "Доступ до облікового запису",
"You are about to grant %1$s access to your %2$s account." : "Ви збираєтесь надати %1$s доступ до свого облікового запису %2$s.",
"Account connected" : "Обліковий запис під’єднано",
+ "Your client should now be connected!" : "Зараз ваш клієнт має бути приєднано!",
+ "You can close this window." : "Ви можете закрити це вікно.",
"This share is password-protected" : "Доступ до цього ресурсу захищений паролем",
"The password is wrong. Try again." : "Пароль неправильний. Спробуйте ще раз.",
"Two-factor authentication" : "Двофакторна аутентифікація",
+ "Enhanced security is enabled for your account. Choose a second factor for authentication:" : "Для вашого облікового запису налаштовано посилену безпеку. Виберіть другий фактор для авторизації.",
+ "Could not load at least one of your enabled two-factor auth methods. Please contact your admin." : "Неможливо завантажити щонайменше один з активованих вами способів двофакторної авторизації. Будь ласка, сконтактуйте з адміністратором.",
+ "Two-factor authentication is enforced but has not been configured on your account. Contact your admin for assistance." : "Двофакторну авторизацію увімкнено, але не налаштовано для вашого облікового запису. Будь ласка, сконтактуйте з вашим адміністратором для отримання допомоги.",
+ "Two-factor authentication is enforced but has not been configured on your account. Please continue to setup two-factor authentication." : "Двофакторну авторизацію увімкнено, але не налаштовано для вашого облікового запису. Будь ласка, налаштуйте далі двофакторну авторизацію.",
+ "Set up two-factor authentication" : "Налаштувати двофакторну авторизацію",
+ "Two-factor authentication is enforced but has not been configured on your account. Use one of your backup codes to log in or contact your admin for assistance." : "Двофакторну авторизацію увімкнено, але не налаштовано для вашого облікового запису. Будь ласка, скористайтеся одним з резервних кодів для входу або сконтактуйте з вашим адміністратором для отримання допомоги.",
"Use backup code" : "Використати резервний код",
+ "Cancel login" : "Скасувати вхід",
"Setup two-factor authentication" : "Налаштувати двофакторну автентифікацію",
+ "Enhanced security is enforced for your account. Choose which provider to set up:" : "Двофакторну авторизацію увімкнено для вашого облікового запису. Будь ласка, виберіть провайдера для налаштування:",
+ "Error while validating your second factor" : "Помилка під час перевірки вашого другого фактору",
"Access through untrusted domain" : "Доступ з не довіреного домену",
- "App update required" : "Додаток потребує оновлення",
- "%1$s will be updated to version %2$s" : "%1$s буде оновлено до версії%2$s",
- "These apps will be updated:" : "Ці додатки будуть оновлені:",
- "These incompatible apps will be disabled:" : "Ці несумісні додатки будуть вимкнені:",
+ "Further information how to configure this can be found in the %1$sdocumentation%2$s." : "Подальшу інформацію з налаштуваннями можна переглянути на сторінці %1$sДокументація%2$s.",
+ "App update required" : "Застосунок потребує оновлення",
+ "%1$s will be updated to version %2$s" : "%1$s буде оновлено до версії %2$s",
+ "The following apps will be updated:" : "Ці застосунки буде оновлено:",
+ "These incompatible apps will be disabled:" : "Такі несумісні застосунки буде вимкнено:",
"The theme %s has been disabled." : "Тему %s було вимкнено.",
- "Please make sure that the database, the config folder and the data folder have been backed up before proceeding." : "Перед продовженням переконайтеся, що ви зробили резервну копію бази даних, каталогу конфігурації та каталогу з даними.",
+ "Please make sure that the database, the config folder and the data folder have been backed up before proceeding." : "Перед продовженням переконайтеся, що ви зробили резервну копію бази даних, теки з конфігурацією та теки з даними користувачів.",
"Start update" : "Почати оновлення",
"To avoid timeouts with larger installations, you can instead run the following command from your installation directory:" : "Щоб уникнути затримок у великих встановленнях, ви можете виконати наступну команду в каталозі встановлення:",
"Detailed logs" : "Деталізований журнал",
"Update needed" : "Оновлення необхідно",
"Please use the command line updater because you have a big instance with more than 50 users." : "Будь ласка, скористайтеся оновленням з командного рядка, оскільки у вас є більш ніж 50 користувачів.",
"For help, see the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"%s\">documentation</a>." : "Щоб отримати допомогу, перегляньте <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"%s\">документацію</a>.",
- "I know that if I continue doing the update via web UI has the risk, that the request runs into a timeout and could cause data loss, but I have a backup and know how to restore my instance in case of a failure." : "Я знаю, що, якщо я продовжую виконувати оновлення через веб-інтерфейс, існує ризик того, що запит завершиться по тайм-ауту, що може призвести до втрати даних, але я маю резервну копію та знаю, як відновити мій екземпляр у випадку невдачі.",
- "Upgrade via web on my own risk" : "Оновлення через веб-інтерфейс на свій страх і ризик",
+ "I know that if I continue doing the update via web UI has the risk, that the request runs into a timeout and could cause data loss, but I have a backup and know how to restore my instance in case of a failure." : "Я знаю, що, якщо я продовжую виконувати оновлення через вебінтерфейс, існує ризик того, що запит завершиться по тайм-ауту, що може призвести до втрати даних, але я маю резервну копію та знаю, як відновити мій екземпляр у випадку невдачі.",
+ "Upgrade via web on my own risk" : "Оновитися через вебінтерфейс на свій страх та ризик",
"Maintenance mode" : "Режим технічного обслуговування",
- "This %s instance is currently in maintenance mode, which may take a while." : "Цей сервер %s знаходиться в режимі технічного обслуговування, що може зайняти деякий час.",
+ "This %s instance is currently in maintenance mode, which may take a while." : "Цей сервер %s перебуває в режимі технічного обслуговування, що може зайняти деякий час.",
"This page will refresh itself when the instance is available again." : "Ця сторінка оновиться автоматично, коли сервер знову стане доступний.",
- "Contact your system administrator if this message persists or appeared unexpectedly." : "Зверніться до вашого системного адміністратора якщо це повідомлення не зникає або з'являється несподівано.",
- "Could not send reset email because there is no email address for this username. Please contact your administrator." : "Не вдалося відправити скидання паролю, тому що немає адреси електронної пошти для цього користувача. Будь ласка, зверніться до адміністратора.",
- "Couldn't send reset email. Please make sure your username is correct." : "Не вдалося відправити скидання паролю. Будь ласка, переконайтеся, що ваше ім'я користувача є правильним.",
- "We have send a password reset e-mail to the e-mail address known to us for this account. If you do not receive it within a reasonable amount of time, check your spam/junk folders.<br>If it is not there ask your local administrator." : "Посилання для скидання вашого паролю було надіслано на ваш email. Якщо ви не отримали його найближчим часом, перевірте теку зі спамом.<br>Якщо і там немає, спитайте вашого місцевого адміністратора.",
- "Your files are encrypted. There will be no way to get your data back after your password is reset.<br />If you are not sure what to do, please contact your administrator before you continue. <br />Do you really want to continue?" : "Ваші файли зашифровані. Якщо ви не зробили ключ відновлення, після скидання паролю відновити ваші дані буде неможливо.<br /> Якщо ви не знаєте, що робити, будь ласка, зверніться до адміністратора перед продовженням.<br /> Ви дійсно хочете продовжити?",
- "Sending email …" : "Відправлення пошти ...",
- "You are currently running PHP 5.6. The current major version of Nextcloud is the last that is supported on PHP 5.6. It is recommended to upgrade the PHP version to 7.0+ to be able to upgrade to Nextcloud 14." : "Ви використовуєте PHP версії 5.6. Поточна основна версія Nextcloud остання, яка підтримуватиме PHP версію 5.6. Рекомендуємо оновити PHP до версії 7.0+ щоб мати змогу оновитись до Nextcloud 14.",
- "Shared" : "Опубліковано",
- "Shared with" : "Спільний доступ з",
- "Shared by" : "Поділився",
- "Choose a password for the public link" : "Вкажіть пароль для публічного посилання",
- "Choose a password for the public link or press the \"Enter\" key" : "Встановіть пароль на публічне посилання або натисніть на \"Enter\"",
- "Copied!" : "Скопійовано!",
- "Copy link" : "Скопіювати посилання",
- "Not supported!" : "Не підтримується!",
- "Press ⌘-C to copy." : "Натисніть ⌘-C щоб скопіювати.",
- "Press Ctrl-C to copy." : "Натисніть Ctrl-C щоб скопіювати.",
- "Unable to create a link share" : "Неможливо створити посилання на загальнодоступний ресурс",
- "Unable to toggle this option" : "Не вдається переключити цей параметр",
- "Resharing is not allowed" : "Пере-публікація не дозволяється",
- "Link" : "Посилання",
- "Hide download" : "Сховати завантаження",
- "Password protection enforced" : "Вимагати захист паролем",
- "Password protect" : "Захистити паролем",
- "Allow editing" : "Дозволити редагування",
- "Email link to person" : "Надіслати посилання електронною поштою",
- "Send" : "Надіслати",
- "Allow upload and editing" : "Дозволити завантаження та редагування",
- "Read only" : "Тільки для читання",
- "File drop (upload only)" : "Сховище (тільки завантажування)",
- "Expiration date enforced" : "Вимагати термін дії",
- "Set expiration date" : "Встановити термін дії",
- "Expiration" : "Закінчення",
- "Expiration date" : "Термін дії",
- "Note to recipient" : "Примітка для одержувача",
- "Unshare" : "Закрити доступ",
- "Delete share link" : "Видалити посилання для спільного використання",
- "Add another link" : "Додати інше посилання",
- "Password protection for links is mandatory" : "Захист паролем для посилань є обов'язковим",
- "Share to {name}" : "Поділитися з {name}",
- "Share link" : "Поділитись посиланням",
- "New share link" : "Нове посилання для спільного доступу",
- "Created on {time}" : "Створено о {time}",
- "Password protect by Talk" : "Захист пароля Talk",
- "Could not unshare" : "Неможливо припинити ділитися файлом",
- "Shared with you and the group {group} by {owner}" : " {owner} опублікував для Вас та для групи {group}",
- "Shared with you and {circle} by {owner}" : "{owner} опублікував для вас, та для круга {circle}",
- "Shared with you and the conversation {conversation} by {owner}" : "{owner} поділився з вами, а також чатом {conversation}",
- "Shared with you in a conversation by {owner}" : "{owner} поділився з вами у чаті",
- "Shared with you by {owner}" : "{owner} опублікував для Вас",
- "Choose a password for the mail share" : "Встановіть пароль на спільне посилання через електронну пошту",
- "group" : "група",
- "remote" : "віддалений",
- "remote group" : "віддалена група",
- "email" : "електронна пошта",
- "conversation" : "розмова",
- "shared by {sharer}" : "поділився {sharer}",
- "Can reshare" : "Можна ділитися з іншими",
- "Can edit" : "Можна редагувати",
- "Can create" : "Можна створити",
- "Can change" : "Можна змінювати",
- "Can delete" : "Можна видаляти",
- "Access control" : "Контроль доступу",
- "{shareInitiatorDisplayName} shared via link" : "{shareInitiatorDisplayName} ділиться через посилання",
- "Error while sharing" : "Помилка під час публікації",
- "Share details could not be loaded for this item." : "Неможливо отримати докладну інформацію щодо цього спільного ресурсу",
- "Search globally" : "Шукати всюди",
- "_At least {count} character is needed for autocompletion_::_At least {count} characters are needed for autocompletion_" : ["Як мінімум {count} символ потрібен для автозавершення","Як мінімум {count} символи потрібні для автозавершення","Як мінімум {count} символів потрібно для автозавершення","Як мінімум {count} символів потрібно для автозавершення"],
- "No users or groups found for {search}" : "Не знайдено груп або користувачів за пошуком {search}",
- "No users found for {search}" : "Не знайдено жодного користувача для {search}",
- "An error occurred. Please try again" : "Сталася помилка. Спробуйте ще раз",
- "Home" : "Домашній",
- "Work" : "Робочий",
- "Other" : "Інший",
- "{sharee} ({type}, {owner})" : "{sharee} ({type}, {owner})",
- "Share" : "Поділитися",
- "Name or email address..." : "Ім'я або адреса електронної пошти...",
- "Name or federated cloud ID..." : "Ім'я, або ID федеративної хмари...",
- "Name, federated cloud ID or email address..." : "Ім'я, ID федеративної хмари або адреса електронної пошти...",
- "Name..." : "Ім’я",
- "Error removing share" : "Помилка під час вилучення спільного",
- "({scope})" : "({scope})",
- "Saving..." : "Збереження...",
- "Dismiss" : "Припинити",
- "Your client should now be connected! You can close this window." : "Тепер ваш клієнт під’єднано. Ви можете закрити це вікно.",
- "New Password" : "Новий пароль",
- "Cancel log in" : "Скасувати вхід"
+ "Contact your system administrator if this message persists or appeared unexpectedly." : "Зверніться до вашого системного адміністратора, якщо це повідомлення не зникає або з'являється несподівано.",
+ "Checking whether the database schema can be updated (this can take a long time depending on the database size)" : "Перевіряю, чи схема бази даних може бути оновлена (це може зайняти багато часу, залежно від розмірів бази даних)",
+ "Checked database schema update" : "Перевірено оновлення схеми бази даних",
+ "Checking updates of apps" : "Перевірка оновлень застосунків",
+ "Checking for update of app \"%s\" in appstore" : "Перевірка оновлень для застосунку \"%s\" в крамниці застосунків",
+ "Update app \"%s\" from appstore" : "Оновлення застосунк \"1%s\" з крамниці застосунків",
+ "Checked for update of app \"%s\" in appstore" : "Наявність оновлення застосунку \"%s\" у крамниці перевірено",
+ "Checked database schema update for apps" : "Перевірено оновлення схеми бази даних для застосунків",
+ "Following apps have been disabled: %s" : "Такі застосунки було деактивовано: %s",
+ "Your web server is not properly set up to resolve \"{url}\". Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Ваш вебсервер не налаштований як треба для вирішення \"{url}\". Додаткову інформація може знаходитись в нашій <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">документації</a>.",
+ "Please check the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">installation documentation ↗</a> for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "Перевірте розділи <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">документації по встановленню ↗</a> з замітками налаштування PHP на вашому сервері, особливо коли використовуєте php-fpm.",
+ "Last background job execution ran {relativeTime}. Something seems wrong." : "Останнє виконання фонового завдання тривало {relativeTime}. Схоже, щось пішло не так.",
+ "Check the background job settings" : "Перевірте налаштування фонового завдання",
+ "No memory cache has been configured. To enhance performance, please configure a memcache, if available. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Не налаштована система кешування. Для покращення продуктивності, будь-ласка, налаштуйте memcache, якщо це можливо. Додаткову інформацію можна знайти в <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">документації</a>.",
+ "The PHP OPcache module is not loaded. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance it is recommended</a> to load it into your PHP installation." : "Модуль PHP OPCache не завантажений. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Для кращої продуктивності рекомендується</a> завантажити його у свою установку PHP.",
+ "The PHP OPcache is not properly configured. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance it is recommended</a> to use the following settings in the <code>php.ini</code>:" : "Модуль PHP OPcache налаштовано неправильно. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Для підвищення продуктивності рекомендується</a> використовувати наступні параметри у <code>php.ini</code>:",
+ "Continue to Nextcloud" : "Продовжити у Nextcloud",
+ "_The update was successful. Redirecting you to Nextcloud in %n second._::_The update was successful. Redirecting you to Nextcloud in %n seconds._" : ["Оновлення успішне. Перенаправлення до Nextcloud через %n секунду.","Оновлення успішне. Перенаправлення до Nextcloud через %n секунди.","Оновлення успішне. Перенаправлення до Nextcloud через %n секунд.","Оновлення успішне. Перенаправлення до Nextcloud через %n секунд."],
+ "Searching other places" : "Йде пошук в інших місцях",
+ "No search results in other folders for {tag}{filter}{endtag}" : "Нічого не знайдено в інших теках за запитом {tag}{filter}{endtag}",
+ "_{count} search result in another folder_::_{count} search results in other folders_" : ["{count} результат пошуку в інших теках","{count} результатів пошуку в інших теках","{count} результатів пошуку в інших теках","{count} результатів пошуку в інших теках"],
+ "A password reset message has been sent to the e-mail address of this account. If you do not receive it, check your spam/junk folders or ask your local administrator for help." : "Повідомлення про перевстановлення пароля було надіслано на електронну скриньку цього облікового запису. У разі неотримання листа, будь ласка, перевірте теку зі спамом або зверніться до вашого адміністратора.",
+ "Password can not be changed. Please contact your administrator." : "Пароль не може бути змінено. Будь ласка, зверніться до вашого адміністратора",
+ "Could not fetch list of apps from the app store." : "Неможливо отримати перелік застосунків з крамниці застосунків",
+ "Nextcloud {app}" : "Nextcloud {app}",
+ "Can't install this app because it is not compatible" : "Неможливо встановити цей застосунок через несумісність",
+ "Can't install this app" : "Неможливо встановити цей застосунок",
+ "These apps will be updated:" : "Ці застосунки буде оновлено:"
},"pluralForm" :"nplurals=4; plural=(n % 1 == 0 && n % 10 == 1 && n % 100 != 11 ? 0 : n % 1 == 0 && n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 12 || n % 100 > 14) ? 1 : n % 1 == 0 && (n % 10 ==0 || (n % 10 >=5 && n % 10 <=9) || (n % 100 >=11 && n % 100 <=14 )) ? 2: 3);"
} \ No newline at end of file
diff --git a/core/l10n/vi.js b/core/l10n/vi.js
index a3b856ec629..92df4dfcb8a 100644
--- a/core/l10n/vi.js
+++ b/core/l10n/vi.js
@@ -15,6 +15,8 @@ OC.L10N.register(
"No valid crop data provided" : "Dữ liệu trích xuất không hợp lệ",
"Crop is not square" : "Trích xuất không chuẩn",
"State token does not match" : "Mã trạng thái không khớp",
+ "Invalid app password" : "Mật khẩu ứng dụng không hợp lệ",
+ "Could not complete login" : "Không thể hoàn thành đăng nhập",
"Password reset is disabled" : "Đã tắt chức năng đặt lại mật khẩu",
"Couldn't reset password because the token is invalid" : "Không thể thiết lập lại mật khẩu do token không hợp lệ",
"Couldn't reset password because the token is expired" : "Không thể thiết lập lại mật khẩu do token hết hạn",
@@ -23,6 +25,7 @@ OC.L10N.register(
"Click the following button to reset your password. If you have not requested the password reset, then ignore this email." : "Nhấp vào nút sau để đặt lại mật khẩu. Nếu bạn không yêu cầu đặt lại mật khẩu, hãy bỏ qua email này.",
"Click the following link to reset your password. If you have not requested the password reset, then ignore this email." : "Nhấp vào liên kết sau để đặt lại mật khẩu của bạn. Nếu bạn không yêu cầu đặt lại mật khẩu, hãy bỏ qua email này.",
"Reset your password" : "Đổi mật khẩu",
+ "Nextcloud Server" : "Máy chủ vWorkspace",
"Preparing update" : "Đang chuẩn bị cập nhật",
"[%d / %d]: %s" : "[%d / %d]: %s",
"Please use the command line updater because automatic updating is disabled in the config.php." : "Xin vui lòng sử dụng câu lệnh cập nhật bằng dòng lệnh do cập nhật tự động bị vô hiệu hóa trong file config.php",
@@ -32,29 +35,16 @@ OC.L10N.register(
"Maintenance mode is kept active" : "Chế độ bảo trì đang được kích hoạt",
"Updating database schema" : "Đang cập nhật lược đồ cơ sở dữ liệu",
"Updated database" : "Cơ sở dữ liệu đã được cập nhật",
- "Checking whether the database schema can be updated (this can take a long time depending on the database size)" : "Đang kiểm tra xem lược đồ cơ sở dữ liệu có thể được cập nhật hay không (việc này có thể mất nhiều thời gian do phụ thuộc vào kích cỡ của cơ sở dữ liệu)",
- "Checked database schema update" : "Cập nhật lược đồ cơ sở dữ liệu đã được kiểm tra",
- "Checking updates of apps" : "Đang kiểm tra các bản cập nhật của các ứng dụng",
- "Checking for update of app \"%s\" in appstore" : "Đang kiểm tra cập nhật của ứng dụng %s trong appstore ",
- "Update app \"%s\" from appstore" : "Cập nhật ứng dụng \"%s\" từ appstore",
- "Checked for update of app \"%s\" in appstore" : "Đã kiểm tra bản cập nhật của ứng dụng \"%s\" trong kho ứng dụng",
"Checking whether the database schema for %s can be updated (this can take a long time depending on the database size)" : "Đang kiểm tra liệu lược đồ cơ sở dữ liệu đối với %s có thể được cập nhật hay không (việc này có thể mất nhiều thời gian phụ thuộc vào kích cỡ của cơ sở dữ liệu)",
- "Checked database schema update for apps" : "Bản cập nhật lược đồ cơ sở dữ liệu cho các ứng dụng đã được kiểm tra",
+ "Updated \"%1$s\" to %2$s" : "Đã cập nhật \"%1$s\" lên %2$s",
"Set log level to debug" : "Thiết lập cấp độ ghi nhật ký để gỡ rối",
"Reset log level" : "Thiế lập lại cấp độ ghi nhật ký hệ thống",
"Starting code integrity check" : "Bắt đầu mã kiểm tra sự toàn vẹn",
"Finished code integrity check" : "Kết thúc mã kiểm tra sự toàn vẹn",
"%s (incompatible)" : "%s (không tương thích)",
- "Following apps have been disabled: %s" : "Các ứng dụng sau bị vô hiệu hóa: %s",
+ "The following apps have been disabled: %s" : "Những ứng dụng sau đây đã bị tắt: %s",
"Already up to date" : "Đã được cập nhật bản mới nhất",
"Error occurred while checking server setup" : "Có lỗi xảy ra khi kiểm tra thiết lập máy chủ",
- "Non-existing tag #{tag}" : "Thẻ không tồn tại # {tag}",
- "restricted" : "hạn chế",
- "invisible" : "không thể nhìn thấy.",
- "Delete" : "Xóa",
- "Rename" : "Sửa tên",
- "Collaborative tags" : "Thẻ cộng tác",
- "No tags found" : "Không tìm thấy thẻ",
"unknown text" : "văn bản không rõ",
"Hello world!" : "Hello world!",
"sunny" : "nắng",
@@ -69,28 +59,25 @@ OC.L10N.register(
"Please reload the page." : "Vui lòng tải lại trang.",
"The update was unsuccessful. For more information <a href=\"{url}\">check our forum post</a> covering this issue." : "Quá trình cập nhật không thành công. Để biết thêm thông tin chi tiết <a href=\"{url}\">đề nghị xem các bài viết trong diễn đàn </a> để xử lý vấn đề này.",
"The update was unsuccessful. Please report this issue to the <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">Nextcloud community</a>." : "Quá trình cập nhật không thành công. Xin vui lòng báo lại vấn đề gặp phải trong tới <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">Cộng đồng Nextcloud</a>.",
- "Continue to Nextcloud" : "Tiếp tục đến Nextcloud",
- "_The update was successful. Redirecting you to Nextcloud in %n second._::_The update was successful. Redirecting you to Nextcloud in %n seconds._" : ["Cập nhật thành công. Đang chuyển hướng bạn tới Nextcloud trong %ngiây."],
- "Searching other places" : "Tìm kiếm các nơi khác",
- "No search results in other folders for {tag}{filter}{endtag}" : "Không có kết quả tìm kiếm trong các thư mục khác cho {tag} {filter} {endtag}",
- "_{count} search result in another folder_::_{count} search results in other folders_" : ["{count} kết quả tìm kiếm trong các thư mục khác"],
+ "Log in" : "Đăng nhập",
+ "Logging in …" : "Đang đăng nhập",
"Server side authentication failed!" : "Xác thực phía máy chủ không thành công!",
"Please contact your administrator." : "Vui lòng liên hệ với quản trị viên.",
"An internal error occurred." : "Đã xảy ra một lỗi nội bộ.",
"Please try again or contact your administrator." : "Vui lòng thử lại hoặc liên hệ quản trị của bạn.",
"Username or email" : "Tên truy cập hoặc email",
"Password" : "Mật khẩu",
- "Log in" : "Đăng nhập",
- "Logging in …" : "Đang đăng nhập",
"User disabled" : "Vô hiệu hóa sử dụng",
"Reset password" : "Khôi phục mật khẩu",
"Couldn't send reset email. Please contact your administrator." : "Không thể gửi thư điện tử yêu cầu thiết lập lại. Xin vui lòng liên hệ quản trị hệ thống",
- "Password can not be changed. Please contact your administrator." : "Không thể thay đổi được mật khẩu. Xin vui lòng liên hệ người quản trị hệ thống.",
"Back to login" : "Quay lại trang đăng nhập",
"New password" : "Mật khẩu mới",
"I know what I'm doing" : "Tôi biết tôi đang làm gì",
"Cancel" : "Hủy",
"Forgot password?" : "Quên mật khẩu sao?",
+ "Back" : "Quay lại",
+ "Reset search" : "Đặt lại tìm kiếm",
+ "Search" : "Tìm kiếm",
"Settings" : "Cài đặt",
"Could not load your contacts" : "Không thể tải liên hệ của bạn",
"Search contacts …" : "Tìm liên hệ ...",
@@ -143,6 +130,13 @@ OC.L10N.register(
"Strong password" : "Mật khẩu mạnh",
"No action available" : "Không có hành động nào",
"Error fetching contact actions" : "Lỗi khi nạp liên hệ",
+ "Non-existing tag #{tag}" : "Thẻ không tồn tại # {tag}",
+ "restricted" : "hạn chế",
+ "invisible" : "không thể nhìn thấy.",
+ "Delete" : "Xóa",
+ "Rename" : "Sửa tên",
+ "Collaborative tags" : "Thẻ cộng tác",
+ "No tags found" : "Không tìm thấy thẻ",
"Personal" : "Cá nhân",
"Users" : "Người dùng",
"Apps" : "Ứng dụng",
@@ -189,8 +183,6 @@ OC.L10N.register(
"More apps" : "Thêm ứng dụng",
"More" : "hơn",
"More apps menu" : "Nhiều trình đơn ứng dụng hơn",
- "Search" : "Tìm kiếm",
- "Reset search" : "Đặt lại tìm kiếm",
"Contacts" : "Liên hệ",
"Contacts menu" : "Trình đơn liên hệ",
"Settings menu" : "Trình đơn thiết lập",
@@ -199,6 +191,7 @@ OC.L10N.register(
"App token" : "Dấu hiệu ứng dụng",
"Grant access" : "Cấp quyền truy cập",
"Account access" : "Truy cập tài khoản",
+ "This share is password-protected" : "Chia sẽ này được bảo vệ bởi mật khẩu",
"The password is wrong. Try again." : "Sai mật khẩu. Hãy thử lại.",
"Two-factor authentication" : "Xác thực 2 bước",
"Use backup code" : "Sử dụng mã dự phòng",
@@ -206,7 +199,6 @@ OC.L10N.register(
"Access through untrusted domain" : "Truy nhập thông qua tên miền không đáng tin",
"Please contact your administrator. If you are an administrator, edit the \"trusted_domains\" setting in config/config.php like the example in config.sample.php." : "Xin vui lòng liên hệ với quản trị hệ thống của bạn. Nếu ban là người quản trị hệ thống, sửa phần thiết lập \"trusted_domains\" trong file config/config.php giống như trong ví dụ tại file config.sample.php.",
"App update required" : "Ứng dụng yêu cầu cập nhật",
- "These apps will be updated:" : "Những ứng dụng sẽ được cập nhật:",
"These incompatible apps will be disabled:" : "Những ứng dụng không tương thích sẽ bị tắt:",
"The theme %s has been disabled." : "Giao diện %s đã bị tắt.",
"Please make sure that the database, the config folder and the data folder have been backed up before proceeding." : "Bạn cần phải bảo đảm rằng cơ sở dữ liệu, thư mục chứa file cấu hình hệ thống và thư mục chứa dữ liệu người dùng phải được sao lưu trước khi thực hiện.",
@@ -220,73 +212,20 @@ OC.L10N.register(
"Upgrade via web on my own risk" : "Nâng cấp qua web",
"This %s instance is currently in maintenance mode, which may take a while." : "Bản cài đặt%s hiện tại đang trong chế độ \"bảo trì\", do vậy có thể bạn cần phải đợi thêm chút ít thời gian.",
"Contact your system administrator if this message persists or appeared unexpectedly." : "Liên hệ với người quản trị nếu lỗi này vẫn tồn tại hoặc xuất hiện bất ngờ.",
- "Could not send reset email because there is no email address for this username. Please contact your administrator." : "Không thể gửi thư điện tử yêu cầu thiết lập lại vì chưa có địa chỉ thư điện tử đối với tên đăng nhập này. Xin vui long liên hệ với quản trị hệ thống.",
- "Couldn't send reset email. Please make sure your username is correct." : "Không thể gửi thư điện tử yêu cầu thiết lập lại. Xin vui lòng kiểm tra tên tài khoản đăng nhập",
- "Your files are encrypted. There will be no way to get your data back after your password is reset.<br />If you are not sure what to do, please contact your administrator before you continue. <br />Do you really want to continue?" : "Các file của bạn đã được mã hóa. Sẽ không có cách nào lấy lại dữ liệu của bạn sau khi mật khẩu được thiết lập lại. <br/> Nếu bạn không chắc điều gì sẽ xảy ra, xin vui lòng liên hệ người quản trị hệ thốngtrước khi bạn tiếp tục. <br/> Bạn có <b> thực sự muốn </b> tiếp tục?",
- "Sending email …" : "Đang gửi mail...",
- "Shared" : "Được chia sẻ",
- "Shared with" : "Chia sẽ với",
- "Shared by" : "Đã chia sẽ bởi",
- "Choose a password for the public link" : "Chọn mật khẩu cho liên kết công khai",
- "Choose a password for the public link or press the \"Enter\" key" : "Chọn một mật khẩu cho liên kết công cộng hoặc nhấn phím \"Enter\"",
- "Copied!" : "Được sao chép",
- "Copy link" : "Sao chép liên kết",
- "Not supported!" : "Không được hỗ trợ",
- "Press ⌘-C to copy." : "Nhất ⌘-C để sao chép",
- "Press Ctrl-C to copy." : "Nhấn Ctrl-C để sao chép.",
- "Resharing is not allowed" : "Chia sẻ lại không được cho phép",
- "Link" : "Liên kết",
- "Password protect" : "Mật khẩu bảo vệ",
- "Allow editing" : "Cho phép điều chỉnh",
- "Email link to person" : "Liên kết email tới cá nhân",
- "Send" : "Gửi",
- "Allow upload and editing" : "Cho phép tải lên và chỉnh sửa",
- "Read only" : "Chỉ xem",
- "File drop (upload only)" : "Kéo thả file (chỉ áp dụng trong trường hợp tải lên)",
- "Set expiration date" : "Đặt ngày kết thúc",
- "Expiration" : "Hết hạn",
- "Expiration date" : "Ngày kết thúc",
- "Unshare" : "Bỏ chia sẻ",
- "Share to {name}" : "Chia sẻ với {name}",
- "Share link" : "Chia sẻ liên kết",
- "Password protect by Talk" : "Mật khẩu bảo vệ bằng đàm thoại",
- "Could not unshare" : "Không thể chia sẻ",
- "Shared with you and the group {group} by {owner}" : "Đã được chia sẽ với bạn và nhóm {group} bởi {owner}",
- "Shared with you by {owner}" : "Đã được chia sẽ bởi {owner}",
- "Choose a password for the mail share" : "Chọn một mật khẩu để chia sẻ qua mail",
- "group" : "nhóm",
- "remote" : "Từ xa",
- "email" : "Thư điện tử",
- "conversation" : "đàm thoại",
- "shared by {sharer}" : "được chia sẻ bởi {sharer}",
- "Can reshare" : "Có thể chia sẻ lại",
- "Can edit" : "Có thể chỉnh sửa",
- "Can create" : "Có thể tạo",
- "Can change" : "Có thể thay đổi",
- "Can delete" : "Có thể xóa",
- "Access control" : "Kiểm soát truy cập",
- "Error while sharing" : "Lỗi trong quá trình chia sẻ",
- "Share details could not be loaded for this item." : "Các chi tiết chia sẻ không thể được nạp đối với mục này",
- "_At least {count} character is needed for autocompletion_::_At least {count} characters are needed for autocompletion_" : ["Cần ít nhất {count} ký tự cho tự động hoàn thành"],
- "This list is maybe truncated - please refine your search term to see more results." : "Danh sách này có thể bị cắt ngắn - vui lòng chỉnh cụm từ tìm kiếm của bạn để thấy nhiều hơn kết quả khác.",
- "No users or groups found for {search}" : "Không có người dùng hoặc nhóm người dùng được tìm với từ khóa {search}",
- "No users found for {search}" : "Không tìm thấy người dùng cho {search}",
- "An error occurred (\"{message}\"). Please try again" : "Đã xảy ra lỗi (\"{message}\"). Hãy thử lại",
- "An error occurred. Please try again" : "Có lỗi vừa xảy ra. Xin vui lòng thử lại",
- "Home" : "Trang nhất",
- "Work" : "Công việc",
- "Other" : "Khác",
- "{sharee} ({type}, {owner})" : "{sharee} ({type}, {owner})",
- "Share" : "Chia sẻ",
- "Name or email address..." : "Tên hoặc địa chỉ email.",
- "Name or federated cloud ID..." : "Tên hoặc ID đám mây liên kết.",
- "Name, federated cloud ID or email address..." : "Tên người dùng, ID đám mây liên kết hoặc địa chỉ email.",
- "Name..." : "Tên người dùng...",
- "Error removing share" : "Lỗi khi xóa chia sẻ",
- "({scope})" : "({scope})",
- "Saving..." : "Đang lưu...",
- "Dismiss" : "Bỏ qua",
- "New Password" : "Mật khẩu mới",
- "Cancel log in" : "Hủy đăng nhập"
+ "Checking whether the database schema can be updated (this can take a long time depending on the database size)" : "Đang kiểm tra xem lược đồ cơ sở dữ liệu có thể được cập nhật hay không (việc này có thể mất nhiều thời gian do phụ thuộc vào kích cỡ của cơ sở dữ liệu)",
+ "Checked database schema update" : "Cập nhật lược đồ cơ sở dữ liệu đã được kiểm tra",
+ "Checking updates of apps" : "Đang kiểm tra các bản cập nhật của các ứng dụng",
+ "Checking for update of app \"%s\" in appstore" : "Đang kiểm tra cập nhật của ứng dụng %s trong appstore ",
+ "Update app \"%s\" from appstore" : "Cập nhật ứng dụng \"%s\" từ appstore",
+ "Checked for update of app \"%s\" in appstore" : "Đã kiểm tra bản cập nhật của ứng dụng \"%s\" trong kho ứng dụng",
+ "Checked database schema update for apps" : "Bản cập nhật lược đồ cơ sở dữ liệu cho các ứng dụng đã được kiểm tra",
+ "Following apps have been disabled: %s" : "Các ứng dụng sau bị vô hiệu hóa: %s",
+ "Continue to Nextcloud" : "Tiếp tục đến Nextcloud",
+ "_The update was successful. Redirecting you to Nextcloud in %n second._::_The update was successful. Redirecting you to Nextcloud in %n seconds._" : ["Cập nhật thành công. Đang chuyển hướng bạn tới Nextcloud trong %ngiây."],
+ "Searching other places" : "Tìm kiếm các nơi khác",
+ "No search results in other folders for {tag}{filter}{endtag}" : "Không có kết quả tìm kiếm trong các thư mục khác cho {tag} {filter} {endtag}",
+ "_{count} search result in another folder_::_{count} search results in other folders_" : ["{count} kết quả tìm kiếm trong các thư mục khác"],
+ "Password can not be changed. Please contact your administrator." : "Không thể thay đổi được mật khẩu. Xin vui lòng liên hệ người quản trị hệ thống.",
+ "These apps will be updated:" : "Những ứng dụng sẽ được cập nhật:"
},
"nplurals=1; plural=0;");
diff --git a/core/l10n/vi.json b/core/l10n/vi.json
index a4814693cb5..b53e038f271 100644
--- a/core/l10n/vi.json
+++ b/core/l10n/vi.json
@@ -13,6 +13,8 @@
"No valid crop data provided" : "Dữ liệu trích xuất không hợp lệ",
"Crop is not square" : "Trích xuất không chuẩn",
"State token does not match" : "Mã trạng thái không khớp",
+ "Invalid app password" : "Mật khẩu ứng dụng không hợp lệ",
+ "Could not complete login" : "Không thể hoàn thành đăng nhập",
"Password reset is disabled" : "Đã tắt chức năng đặt lại mật khẩu",
"Couldn't reset password because the token is invalid" : "Không thể thiết lập lại mật khẩu do token không hợp lệ",
"Couldn't reset password because the token is expired" : "Không thể thiết lập lại mật khẩu do token hết hạn",
@@ -21,6 +23,7 @@
"Click the following button to reset your password. If you have not requested the password reset, then ignore this email." : "Nhấp vào nút sau để đặt lại mật khẩu. Nếu bạn không yêu cầu đặt lại mật khẩu, hãy bỏ qua email này.",
"Click the following link to reset your password. If you have not requested the password reset, then ignore this email." : "Nhấp vào liên kết sau để đặt lại mật khẩu của bạn. Nếu bạn không yêu cầu đặt lại mật khẩu, hãy bỏ qua email này.",
"Reset your password" : "Đổi mật khẩu",
+ "Nextcloud Server" : "Máy chủ vWorkspace",
"Preparing update" : "Đang chuẩn bị cập nhật",
"[%d / %d]: %s" : "[%d / %d]: %s",
"Please use the command line updater because automatic updating is disabled in the config.php." : "Xin vui lòng sử dụng câu lệnh cập nhật bằng dòng lệnh do cập nhật tự động bị vô hiệu hóa trong file config.php",
@@ -30,29 +33,16 @@
"Maintenance mode is kept active" : "Chế độ bảo trì đang được kích hoạt",
"Updating database schema" : "Đang cập nhật lược đồ cơ sở dữ liệu",
"Updated database" : "Cơ sở dữ liệu đã được cập nhật",
- "Checking whether the database schema can be updated (this can take a long time depending on the database size)" : "Đang kiểm tra xem lược đồ cơ sở dữ liệu có thể được cập nhật hay không (việc này có thể mất nhiều thời gian do phụ thuộc vào kích cỡ của cơ sở dữ liệu)",
- "Checked database schema update" : "Cập nhật lược đồ cơ sở dữ liệu đã được kiểm tra",
- "Checking updates of apps" : "Đang kiểm tra các bản cập nhật của các ứng dụng",
- "Checking for update of app \"%s\" in appstore" : "Đang kiểm tra cập nhật của ứng dụng %s trong appstore ",
- "Update app \"%s\" from appstore" : "Cập nhật ứng dụng \"%s\" từ appstore",
- "Checked for update of app \"%s\" in appstore" : "Đã kiểm tra bản cập nhật của ứng dụng \"%s\" trong kho ứng dụng",
"Checking whether the database schema for %s can be updated (this can take a long time depending on the database size)" : "Đang kiểm tra liệu lược đồ cơ sở dữ liệu đối với %s có thể được cập nhật hay không (việc này có thể mất nhiều thời gian phụ thuộc vào kích cỡ của cơ sở dữ liệu)",
- "Checked database schema update for apps" : "Bản cập nhật lược đồ cơ sở dữ liệu cho các ứng dụng đã được kiểm tra",
+ "Updated \"%1$s\" to %2$s" : "Đã cập nhật \"%1$s\" lên %2$s",
"Set log level to debug" : "Thiết lập cấp độ ghi nhật ký để gỡ rối",
"Reset log level" : "Thiế lập lại cấp độ ghi nhật ký hệ thống",
"Starting code integrity check" : "Bắt đầu mã kiểm tra sự toàn vẹn",
"Finished code integrity check" : "Kết thúc mã kiểm tra sự toàn vẹn",
"%s (incompatible)" : "%s (không tương thích)",
- "Following apps have been disabled: %s" : "Các ứng dụng sau bị vô hiệu hóa: %s",
+ "The following apps have been disabled: %s" : "Những ứng dụng sau đây đã bị tắt: %s",
"Already up to date" : "Đã được cập nhật bản mới nhất",
"Error occurred while checking server setup" : "Có lỗi xảy ra khi kiểm tra thiết lập máy chủ",
- "Non-existing tag #{tag}" : "Thẻ không tồn tại # {tag}",
- "restricted" : "hạn chế",
- "invisible" : "không thể nhìn thấy.",
- "Delete" : "Xóa",
- "Rename" : "Sửa tên",
- "Collaborative tags" : "Thẻ cộng tác",
- "No tags found" : "Không tìm thấy thẻ",
"unknown text" : "văn bản không rõ",
"Hello world!" : "Hello world!",
"sunny" : "nắng",
@@ -67,28 +57,25 @@
"Please reload the page." : "Vui lòng tải lại trang.",
"The update was unsuccessful. For more information <a href=\"{url}\">check our forum post</a> covering this issue." : "Quá trình cập nhật không thành công. Để biết thêm thông tin chi tiết <a href=\"{url}\">đề nghị xem các bài viết trong diễn đàn </a> để xử lý vấn đề này.",
"The update was unsuccessful. Please report this issue to the <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">Nextcloud community</a>." : "Quá trình cập nhật không thành công. Xin vui lòng báo lại vấn đề gặp phải trong tới <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">Cộng đồng Nextcloud</a>.",
- "Continue to Nextcloud" : "Tiếp tục đến Nextcloud",
- "_The update was successful. Redirecting you to Nextcloud in %n second._::_The update was successful. Redirecting you to Nextcloud in %n seconds._" : ["Cập nhật thành công. Đang chuyển hướng bạn tới Nextcloud trong %ngiây."],
- "Searching other places" : "Tìm kiếm các nơi khác",
- "No search results in other folders for {tag}{filter}{endtag}" : "Không có kết quả tìm kiếm trong các thư mục khác cho {tag} {filter} {endtag}",
- "_{count} search result in another folder_::_{count} search results in other folders_" : ["{count} kết quả tìm kiếm trong các thư mục khác"],
+ "Log in" : "Đăng nhập",
+ "Logging in …" : "Đang đăng nhập",
"Server side authentication failed!" : "Xác thực phía máy chủ không thành công!",
"Please contact your administrator." : "Vui lòng liên hệ với quản trị viên.",
"An internal error occurred." : "Đã xảy ra một lỗi nội bộ.",
"Please try again or contact your administrator." : "Vui lòng thử lại hoặc liên hệ quản trị của bạn.",
"Username or email" : "Tên truy cập hoặc email",
"Password" : "Mật khẩu",
- "Log in" : "Đăng nhập",
- "Logging in …" : "Đang đăng nhập",
"User disabled" : "Vô hiệu hóa sử dụng",
"Reset password" : "Khôi phục mật khẩu",
"Couldn't send reset email. Please contact your administrator." : "Không thể gửi thư điện tử yêu cầu thiết lập lại. Xin vui lòng liên hệ quản trị hệ thống",
- "Password can not be changed. Please contact your administrator." : "Không thể thay đổi được mật khẩu. Xin vui lòng liên hệ người quản trị hệ thống.",
"Back to login" : "Quay lại trang đăng nhập",
"New password" : "Mật khẩu mới",
"I know what I'm doing" : "Tôi biết tôi đang làm gì",
"Cancel" : "Hủy",
"Forgot password?" : "Quên mật khẩu sao?",
+ "Back" : "Quay lại",
+ "Reset search" : "Đặt lại tìm kiếm",
+ "Search" : "Tìm kiếm",
"Settings" : "Cài đặt",
"Could not load your contacts" : "Không thể tải liên hệ của bạn",
"Search contacts …" : "Tìm liên hệ ...",
@@ -141,6 +128,13 @@
"Strong password" : "Mật khẩu mạnh",
"No action available" : "Không có hành động nào",
"Error fetching contact actions" : "Lỗi khi nạp liên hệ",
+ "Non-existing tag #{tag}" : "Thẻ không tồn tại # {tag}",
+ "restricted" : "hạn chế",
+ "invisible" : "không thể nhìn thấy.",
+ "Delete" : "Xóa",
+ "Rename" : "Sửa tên",
+ "Collaborative tags" : "Thẻ cộng tác",
+ "No tags found" : "Không tìm thấy thẻ",
"Personal" : "Cá nhân",
"Users" : "Người dùng",
"Apps" : "Ứng dụng",
@@ -187,8 +181,6 @@
"More apps" : "Thêm ứng dụng",
"More" : "hơn",
"More apps menu" : "Nhiều trình đơn ứng dụng hơn",
- "Search" : "Tìm kiếm",
- "Reset search" : "Đặt lại tìm kiếm",
"Contacts" : "Liên hệ",
"Contacts menu" : "Trình đơn liên hệ",
"Settings menu" : "Trình đơn thiết lập",
@@ -197,6 +189,7 @@
"App token" : "Dấu hiệu ứng dụng",
"Grant access" : "Cấp quyền truy cập",
"Account access" : "Truy cập tài khoản",
+ "This share is password-protected" : "Chia sẽ này được bảo vệ bởi mật khẩu",
"The password is wrong. Try again." : "Sai mật khẩu. Hãy thử lại.",
"Two-factor authentication" : "Xác thực 2 bước",
"Use backup code" : "Sử dụng mã dự phòng",
@@ -204,7 +197,6 @@
"Access through untrusted domain" : "Truy nhập thông qua tên miền không đáng tin",
"Please contact your administrator. If you are an administrator, edit the \"trusted_domains\" setting in config/config.php like the example in config.sample.php." : "Xin vui lòng liên hệ với quản trị hệ thống của bạn. Nếu ban là người quản trị hệ thống, sửa phần thiết lập \"trusted_domains\" trong file config/config.php giống như trong ví dụ tại file config.sample.php.",
"App update required" : "Ứng dụng yêu cầu cập nhật",
- "These apps will be updated:" : "Những ứng dụng sẽ được cập nhật:",
"These incompatible apps will be disabled:" : "Những ứng dụng không tương thích sẽ bị tắt:",
"The theme %s has been disabled." : "Giao diện %s đã bị tắt.",
"Please make sure that the database, the config folder and the data folder have been backed up before proceeding." : "Bạn cần phải bảo đảm rằng cơ sở dữ liệu, thư mục chứa file cấu hình hệ thống và thư mục chứa dữ liệu người dùng phải được sao lưu trước khi thực hiện.",
@@ -218,73 +210,20 @@
"Upgrade via web on my own risk" : "Nâng cấp qua web",
"This %s instance is currently in maintenance mode, which may take a while." : "Bản cài đặt%s hiện tại đang trong chế độ \"bảo trì\", do vậy có thể bạn cần phải đợi thêm chút ít thời gian.",
"Contact your system administrator if this message persists or appeared unexpectedly." : "Liên hệ với người quản trị nếu lỗi này vẫn tồn tại hoặc xuất hiện bất ngờ.",
- "Could not send reset email because there is no email address for this username. Please contact your administrator." : "Không thể gửi thư điện tử yêu cầu thiết lập lại vì chưa có địa chỉ thư điện tử đối với tên đăng nhập này. Xin vui long liên hệ với quản trị hệ thống.",
- "Couldn't send reset email. Please make sure your username is correct." : "Không thể gửi thư điện tử yêu cầu thiết lập lại. Xin vui lòng kiểm tra tên tài khoản đăng nhập",
- "Your files are encrypted. There will be no way to get your data back after your password is reset.<br />If you are not sure what to do, please contact your administrator before you continue. <br />Do you really want to continue?" : "Các file của bạn đã được mã hóa. Sẽ không có cách nào lấy lại dữ liệu của bạn sau khi mật khẩu được thiết lập lại. <br/> Nếu bạn không chắc điều gì sẽ xảy ra, xin vui lòng liên hệ người quản trị hệ thốngtrước khi bạn tiếp tục. <br/> Bạn có <b> thực sự muốn </b> tiếp tục?",
- "Sending email …" : "Đang gửi mail...",
- "Shared" : "Được chia sẻ",
- "Shared with" : "Chia sẽ với",
- "Shared by" : "Đã chia sẽ bởi",
- "Choose a password for the public link" : "Chọn mật khẩu cho liên kết công khai",
- "Choose a password for the public link or press the \"Enter\" key" : "Chọn một mật khẩu cho liên kết công cộng hoặc nhấn phím \"Enter\"",
- "Copied!" : "Được sao chép",
- "Copy link" : "Sao chép liên kết",
- "Not supported!" : "Không được hỗ trợ",
- "Press ⌘-C to copy." : "Nhất ⌘-C để sao chép",
- "Press Ctrl-C to copy." : "Nhấn Ctrl-C để sao chép.",
- "Resharing is not allowed" : "Chia sẻ lại không được cho phép",
- "Link" : "Liên kết",
- "Password protect" : "Mật khẩu bảo vệ",
- "Allow editing" : "Cho phép điều chỉnh",
- "Email link to person" : "Liên kết email tới cá nhân",
- "Send" : "Gửi",
- "Allow upload and editing" : "Cho phép tải lên và chỉnh sửa",
- "Read only" : "Chỉ xem",
- "File drop (upload only)" : "Kéo thả file (chỉ áp dụng trong trường hợp tải lên)",
- "Set expiration date" : "Đặt ngày kết thúc",
- "Expiration" : "Hết hạn",
- "Expiration date" : "Ngày kết thúc",
- "Unshare" : "Bỏ chia sẻ",
- "Share to {name}" : "Chia sẻ với {name}",
- "Share link" : "Chia sẻ liên kết",
- "Password protect by Talk" : "Mật khẩu bảo vệ bằng đàm thoại",
- "Could not unshare" : "Không thể chia sẻ",
- "Shared with you and the group {group} by {owner}" : "Đã được chia sẽ với bạn và nhóm {group} bởi {owner}",
- "Shared with you by {owner}" : "Đã được chia sẽ bởi {owner}",
- "Choose a password for the mail share" : "Chọn một mật khẩu để chia sẻ qua mail",
- "group" : "nhóm",
- "remote" : "Từ xa",
- "email" : "Thư điện tử",
- "conversation" : "đàm thoại",
- "shared by {sharer}" : "được chia sẻ bởi {sharer}",
- "Can reshare" : "Có thể chia sẻ lại",
- "Can edit" : "Có thể chỉnh sửa",
- "Can create" : "Có thể tạo",
- "Can change" : "Có thể thay đổi",
- "Can delete" : "Có thể xóa",
- "Access control" : "Kiểm soát truy cập",
- "Error while sharing" : "Lỗi trong quá trình chia sẻ",
- "Share details could not be loaded for this item." : "Các chi tiết chia sẻ không thể được nạp đối với mục này",
- "_At least {count} character is needed for autocompletion_::_At least {count} characters are needed for autocompletion_" : ["Cần ít nhất {count} ký tự cho tự động hoàn thành"],
- "This list is maybe truncated - please refine your search term to see more results." : "Danh sách này có thể bị cắt ngắn - vui lòng chỉnh cụm từ tìm kiếm của bạn để thấy nhiều hơn kết quả khác.",
- "No users or groups found for {search}" : "Không có người dùng hoặc nhóm người dùng được tìm với từ khóa {search}",
- "No users found for {search}" : "Không tìm thấy người dùng cho {search}",
- "An error occurred (\"{message}\"). Please try again" : "Đã xảy ra lỗi (\"{message}\"). Hãy thử lại",
- "An error occurred. Please try again" : "Có lỗi vừa xảy ra. Xin vui lòng thử lại",
- "Home" : "Trang nhất",
- "Work" : "Công việc",
- "Other" : "Khác",
- "{sharee} ({type}, {owner})" : "{sharee} ({type}, {owner})",
- "Share" : "Chia sẻ",
- "Name or email address..." : "Tên hoặc địa chỉ email.",
- "Name or federated cloud ID..." : "Tên hoặc ID đám mây liên kết.",
- "Name, federated cloud ID or email address..." : "Tên người dùng, ID đám mây liên kết hoặc địa chỉ email.",
- "Name..." : "Tên người dùng...",
- "Error removing share" : "Lỗi khi xóa chia sẻ",
- "({scope})" : "({scope})",
- "Saving..." : "Đang lưu...",
- "Dismiss" : "Bỏ qua",
- "New Password" : "Mật khẩu mới",
- "Cancel log in" : "Hủy đăng nhập"
+ "Checking whether the database schema can be updated (this can take a long time depending on the database size)" : "Đang kiểm tra xem lược đồ cơ sở dữ liệu có thể được cập nhật hay không (việc này có thể mất nhiều thời gian do phụ thuộc vào kích cỡ của cơ sở dữ liệu)",
+ "Checked database schema update" : "Cập nhật lược đồ cơ sở dữ liệu đã được kiểm tra",
+ "Checking updates of apps" : "Đang kiểm tra các bản cập nhật của các ứng dụng",
+ "Checking for update of app \"%s\" in appstore" : "Đang kiểm tra cập nhật của ứng dụng %s trong appstore ",
+ "Update app \"%s\" from appstore" : "Cập nhật ứng dụng \"%s\" từ appstore",
+ "Checked for update of app \"%s\" in appstore" : "Đã kiểm tra bản cập nhật của ứng dụng \"%s\" trong kho ứng dụng",
+ "Checked database schema update for apps" : "Bản cập nhật lược đồ cơ sở dữ liệu cho các ứng dụng đã được kiểm tra",
+ "Following apps have been disabled: %s" : "Các ứng dụng sau bị vô hiệu hóa: %s",
+ "Continue to Nextcloud" : "Tiếp tục đến Nextcloud",
+ "_The update was successful. Redirecting you to Nextcloud in %n second._::_The update was successful. Redirecting you to Nextcloud in %n seconds._" : ["Cập nhật thành công. Đang chuyển hướng bạn tới Nextcloud trong %ngiây."],
+ "Searching other places" : "Tìm kiếm các nơi khác",
+ "No search results in other folders for {tag}{filter}{endtag}" : "Không có kết quả tìm kiếm trong các thư mục khác cho {tag} {filter} {endtag}",
+ "_{count} search result in another folder_::_{count} search results in other folders_" : ["{count} kết quả tìm kiếm trong các thư mục khác"],
+ "Password can not be changed. Please contact your administrator." : "Không thể thay đổi được mật khẩu. Xin vui lòng liên hệ người quản trị hệ thống.",
+ "These apps will be updated:" : "Những ứng dụng sẽ được cập nhật:"
},"pluralForm" :"nplurals=1; plural=0;"
} \ No newline at end of file
diff --git a/core/l10n/zh_CN.js b/core/l10n/zh_CN.js
index a3d77a49915..ade14badb7e 100644
--- a/core/l10n/zh_CN.js
+++ b/core/l10n/zh_CN.js
@@ -5,6 +5,14 @@ OC.L10N.register(
"File is too big" : "文件太大",
"The selected file is not an image." : "所选文件不是一张图片。",
"The selected file cannot be read." : "无法读取所选文件。",
+ "The file was uploaded" : "文件已上传 ",
+ "The uploaded file exceeds the upload_max_filesize directive in php.ini" : "上传的文件超过了 php.ini 中的 upload_max_filesize 指令",
+ "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "上传的文件超过了 HTML 表单中指定的 MAX_FILE_SIZE 指令",
+ "The file was only partially uploaded" : "文件只有部分被上传 ",
+ "No file was uploaded" : "没有文件被上传 ",
+ "Missing a temporary folder" : "缺少临时文件夹 ",
+ "Could not write file to disk" : "无法将文件写入磁盘",
+ "A PHP extension stopped the file upload" : "一个PHP扩展程序停止了文件上传",
"Invalid file provided" : "提供了无效文件",
"No image or file provided" : "没有提供图片或文件",
"Unknown filetype" : "未知的文件类型",
@@ -15,6 +23,7 @@ OC.L10N.register(
"No valid crop data provided" : "没有提供有效的裁剪数据",
"Crop is not square" : "裁剪的不是正方形",
"State token does not match" : "状态令牌无法匹配",
+ "Invalid app password" : "无效的应用密码",
"Could not complete login" : "无法完成登录",
"Your login token is invalid or has expired" : "您的登录token无效或已过期",
"Password reset is disabled" : "密码重置不可用",
@@ -28,6 +37,8 @@ OC.L10N.register(
"Nextcloud Server" : "Nextcloud 服务器",
"Some of your link shares have been removed" : "您的一些链接共享已被移除",
"Due to a security bug we had to remove some of your link shares. Please see the link for more information." : "由于一个安全缺陷,我们必须移除您的部分链接共享。更多信息请查看此链接。",
+ "The user limit of this instance is reached." : "已达到这个实例的最大用户数。",
+ "Enter your subscription key to increase the user limit. For more information about Nextcloud Enterprise see our website." : "输入订阅密钥以增加用户限制。欲了解更多关于Nextcloud企业版的信息,请访问我们的网站。",
"Preparing update" : "正在准备更新",
"[%d / %d]: %s" : "[%d / %d]:%s",
"Repair step:" : "修复错误:",
@@ -41,76 +52,70 @@ OC.L10N.register(
"Maintenance mode is kept active" : "维护模式已启用",
"Updating database schema" : "正在更新数据库结构",
"Updated database" : "数据库已更新",
- "Checking whether the database schema can be updated (this can take a long time depending on the database size)" : "检查数据库结构是否可以更新(这可能需要很长的时间,这取决于数据库大小)",
- "Checked database schema update" : "已经检查数据库结构更新",
- "Checking updates of apps" : "检查更新应用",
- "Checking for update of app \"%s\" in appstore" : "检查%s应用是否有更新",
- "Update app \"%s\" from appstore" : "从应用商店更新%s应用",
- "Checked for update of app \"%s\" in appstore" : "已检查%s应用的是否有更新",
+ "Checking for update of app \"%s\" in App Store" : "在应用商店中检查应用 \"%s\" 是否有更新",
+ "Update app \"%s\" from App Store" : "从应用商店更新应用 \"%s\"",
+ "Checked for update of app \"%s\" in App Store" : "已在应用商店中检查了应用 \"%s\" 是否有更新",
"Checking whether the database schema for %s can be updated (this can take a long time depending on the database size)" : "检查 %s 的数据库结构是否可以更新(这可能需要很长的时间,取决于数据库大小)",
- "Checked database schema update for apps" : "已经检查应用的数据库结构更新",
"Updated \"%1$s\" to %2$s" : "已更新 “%1$s” 到 %2$s",
"Set log level to debug" : "设置日志级别为 调试",
"Reset log level" : "重设日志级别",
"Starting code integrity check" : "开始代码完整性检查",
"Finished code integrity check" : "代码完整性检查完成",
"%s (incompatible)" : "%s (不兼容)",
- "Following apps have been disabled: %s" : "下列应用已经被禁用:%s",
+ "The following apps have been disabled: %s" : "以下应用已被禁用:%s",
"Already up to date" : "已经是最新",
"Your web server is not yet properly set up to allow file synchronization, because the WebDAV interface seems to be broken." : "您的网页服务器没有正确设置允许文件同步,因为 WebDAV 接口看起来无法正常工作。",
- "Your web server is not properly set up to resolve \"{url}\". Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "您的网页服务器未正确设置以解析“{url}”。更多信息请参见<a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">文档</a>。",
- "Your web server is not properly set up to resolve \"{url}\". This is most likely related to a web server configuration that was not updated to deliver this folder directly. Please compare your configuration against the shipped rewrite rules in \".htaccess\" for Apache or the provided one in the documentation for Nginx at it's <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation page</a>. On Nginx those are typically the lines starting with \"location ~\" that need an update." : "您的web服务器没有正确配置以解析 “{url}”。这很可能与web服务器配置没有更新,导致不能直接访问这个文件夹有关。请将您的配置与Apache “.htaccess”文件中的默认重写规则或者与这个<a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">文档页面</a>中的Nginx配置进行比较。在Nginx配置中通常是以“location ~”开头的行需要修改。",
- "Your web server is not properly set up to deliver .woff2 files. This is typically an issue with the Nginx configuration. For Nextcloud 15 it needs an adjustement to also deliver .woff2 files. Compare your Nginx configuration to the recommended configuration in our <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "您的网页服务器未正确设置以服务 .woff2 文件。这通常是一个 Nginx 配置的问题。对于 Nextcloud 15,需要更改一个设置才能服务 .woff2 文件。请将您的 Nginx 配置与我们<a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">文档</a>中推荐配置进行比较。",
+ "Your web server is not properly set up to resolve \"{url}\". Further information can be found in the {linkstart}documentation ↗{linkend}." : "您的网页服务器未正确设置以解析“{url}”。更多信息请参见{linkstart}文档↗{linkend}。",
+ "Your web server is not properly set up to resolve \"{url}\". This is most likely related to a web server configuration that was not updated to deliver this folder directly. Please compare your configuration against the shipped rewrite rules in \".htaccess\" for Apache or the provided one in the documentation for Nginx at it's {linkstart}documentation page ↗{linkend}. On Nginx those are typically the lines starting with \"location ~\" that need an update." : "您的网页服务器没有正确配置以解析 “{url}”。这很可能与web服务器配置没有更新以发布这个文件夹有关。请将您的配置与Apache的“.htaccess”文件中的默认重写规则或与这个{linkstart}文档页面↗{linkend}中提供的Nginx配置进行比较。在Nginx配置中通常需要修改以“location ~”开头的行。",
+ "Your web server is not properly set up to deliver .woff2 files. This is typically an issue with the Nginx configuration. For Nextcloud 15 it needs an adjustement to also deliver .woff2 files. Compare your Nginx configuration to the recommended configuration in our {linkstart}documentation ↗{linkend}." : "您的网页服务器未正确设置以服务 .woff2 文件。这通常是一个 Nginx 配置的问题。对于 Nextcloud 15,需要更改一个设置才能发布 .woff2 文件。请将您的 Nginx 配置与我们{linkstart}文档↗{linkend}中的推荐配置进行比较。",
"PHP does not seem to be setup properly to query system environment variables. The test with getenv(\"PATH\") only returns an empty response." : "PHP 的安装似乎不正确,无法访问系统环境变量。getenv(\"PATH\") 函数测试返回了一个空值。",
- "Please check the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">installation documentation ↗</a> for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "请参照<a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">安装说明文档 ↗</a>中的 PHP 配置说明查阅您服务器的PHP配置信息,特别是在使用 php-fpm 时。",
+ "Please check the {linkstart}installation documentation ↗{linkend} for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "请检查{linkstart}安装文档 ↗{linkend}中关于PHP的配置说明和您服务器上的PHP配置,特别是在使用 php-fpm 时。",
"The read-only config has been enabled. This prevents setting some configurations via the web-interface. Furthermore, the file needs to be made writable manually for every update." : "只读配置已启用。这可以在浏览器界面保护配置。另外,每次更新时需手动赋予该文件写权限。",
"Your database does not run with \"READ COMMITTED\" transaction isolation level. This can cause problems when multiple actions are executed in parallel." : "数据库没有运行在 \"READ COMMITTED\" 事务隔离级别。当多项操作同时执行时将产生问题。",
"The PHP module \"fileinfo\" is missing. It is strongly recommended to enable this module to get the best results with MIME type detection." : "未找到 PHP 的 \"fileinfo\" 模块。强烈推荐启用该模块,从而获得更好的 MIME 类型探测结果。",
- "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems. See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation ↗</a> for more information." : "已禁用事务性文件锁定,这可能在竞争条件下导致问题。在 config.php 中启用 \"filelocking.enabled\" 可以避免此问题。详情查阅 <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">文档 ↗</a>。",
+ "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems. See the {linkstart}documentation ↗{linkend} for more information." : "事务文件锁被禁用,这可能导致并发争用相关的问题。在config.php中启用 “filelocking.enabled” 选项来规避这些问题。请参考{linkstart}文档↗{linkend}获取更多信息。",
"If your installation is not installed at the root of the domain and uses system cron, there can be issues with the URL generation. To avoid these problems, please set the \"overwrite.cli.url\" option in your config.php file to the webroot path of your installation (suggestion: \"{suggestedOverwriteCliURL}\")" : "如果没有将 Nextcloud 安装到域名根目录并使用系统计划任务,生成超链接就会出现问题。为避免此问题,请在 config.php 配置文件中将 \"overwrite.cli.url\" 设置为您 Nextcloud 安装的路径。(建议:\"{suggestedOverwriteCliURL}\")",
+ "Your installation has no default phone region set. This is required to validate phone numbers in the profile settings without a country code. To allow numbers without a country code, please add \"default_phone_region\" with the respective {linkstart}ISO 3166-1 code ↗{linkend} of the region to your config file." : "您的安装没有设置默认的电话区域。这对验证配置设定中没有国家代码的电话号码而言是必需的。要允许没有国家代码的电话号码,请添加带区域相应的 {linkstart}ISO 3166-1 code ↗{linkend} 的“默认_电话_区域”到你的配置文件中。",
"It was not possible to execute the cron job via CLI. The following technical errors have appeared:" : "无法通过 CLI 执行计划任务,请查看以下技术错误:",
- "Last background job execution ran {relativeTime}. Something seems wrong." : "最近一次执行后台任务运行时间为 {relativeTime},似乎哪里出了问题。",
- "Check the background job settings" : "请检查后台任务设置",
+ "Last background job execution ran {relativeTime}. Something seems wrong. {linkstart}Check the background job settings ↗{linkend}." : "上一个后台作业执行运行了 {relativeTime}。好像出了什么问题。{linkstart}检查后台作业设置 ↗{linkend}",
"This server has no working Internet connection: Multiple endpoints could not be reached. This means that some of the features like mounting external storage, notifications about updates or installation of third-party apps will not work. Accessing files remotely and sending of notification emails might not work, either. Establish a connection from this server to the Internet to enjoy all features." : "此服务器没有可用的互联网连接:多个节点无法访问。这意味着某些功能比如挂载外部存储,更新通知以及安装第三方应用将无法工作。远程访问文件和发送通知邮件可能也不工作。启用这台服务器上的互联网连接以享用所有功能。",
- "No memory cache has been configured. To enhance performance, please configure a memcache, if available. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "内存缓存未配置,为了提升使用体验,请尽量配置内存缓存。更多信息请参见<a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">文档</a>。",
- "No suitable source for randomness found by PHP which is highly discouraged for security reasons. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "PHP 找不到合适的随机性来源,出于安全原因,我们强烈建议不要这样做。 更多信息可以在 <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">文档</a>中找到。",
- "You are currently running PHP {version}. Upgrade your PHP version to take advantage of <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">performance and security updates provided by the PHP Group</a> as soon as your distribution supports it." : "您当前正在运行 PHP 版本 {version}。我们建议您尽快在您的发行版支持新版本的时候进行升级,以获得<a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">来自 PHP 官方的性能和安全</a>的提升。",
- "Nextcloud 19 is the last release supporting PHP 7.2. Nextcloud 20 requires at least PHP 7.3." : "Nextcloud 19 是最后一个支持 PHP 7.2 的版本。 Nextcloud 20 需要至少 PHP 7.3。",
- "The reverse proxy header configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If not, this is a security issue and can allow an attacker to spoof their IP address as visible to the Nextcloud. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "反向代理头部配置错误,或者您正在通过可信的代理访问 Nextcloud。如果您不是通过可信代理访问 Nextcloud,这是一个安全问题,它允许攻击者通过伪装 IP 地址访问 Nextcloud。更多信息请查看<a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">文档</a>。",
- "Memcached is configured as distributed cache, but the wrong PHP module \"memcache\" is installed. \\OC\\Memcache\\Memcached only supports \"memcached\" and not \"memcache\". See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">memcached wiki about both modules</a>." : "Memcached 当前配置为分布式缓存,但是当前安装的 PHP 模块是 \"memcache\"。\\OC\\Memcache\\Memcached 仅支持 \"memcached\" 而不是 \"memcache\"。点击 <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">memcached wiki </a>了解两者的差别。",
- "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">List of invalid files…</a> / <a href=\"{rescanEndpoint}\">Rescan…</a>)" : "一些文件没有通过完整性检查。了解如何解决该问题请查看我们的 <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">文档</a>。(<a href=\"{codeIntegrityDownloadEndpoint}\">无效文件列表…</a> / <a href=\"{rescanEndpoint}\">重新扫描…</a>)",
- "The PHP OPcache module is not loaded. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance it is recommended</a> to load it into your PHP installation." : "PHP 的 OPcache 模块未载入。<a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">推荐开启获得更好的性能</a>。",
- "The PHP OPcache is not properly configured. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance it is recommended</a> to use the following settings in the <code>php.ini</code>:" : "PHP 的组件 OPcache 没有正确配置。 <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">为了提供更好的性能</a>,我们建议在 <code>php.ini</code>中使用下列设置:",
+ "No memory cache has been configured. To enhance performance, please configure a memcache, if available. Further information can be found in the {linkstart}documentation ↗{linkend}." : "内存缓存未配置。为了提升性能,请尽量配置内存缓存。更多信息请参见{linkstart}文档↗{linkend}。",
+ "No suitable source for randomness found by PHP which is highly discouraged for security reasons. Further information can be found in the {linkstart}documentation ↗{linkend}." : "PHP找不到合适的随机性来源,出于安全原因,这是强烈不推荐的。 更多信息可以在{linkstart}文档↗{linkend}中找到。",
+ "You are currently running PHP {version}. Upgrade your PHP version to take advantage of {linkstart}performance and security updates provided by the PHP Group ↗{linkend} as soon as your distribution supports it." : "您当前正在运行 PHP 版本 {version}。我们建议您在您的操作系统发行版支持PHP新版本的时候进行升级,以获得{linkstart}来自 PHP 官方的性能和安全更新↗{linkend}。",
+ "Nextcloud 20 is the last release supporting PHP 7.2. Nextcloud 21 requires at least PHP 7.3." : "Nextcloud 20 将是最后一个支持 PHP 7.2 的发布版。Nextcloud 21 将最低支持 PHP 7.3。",
+ "The reverse proxy header configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If not, this is a security issue and can allow an attacker to spoof their IP address as visible to the Nextcloud. Further information can be found in the {linkstart}documentation ↗{linkend}." : "反向代理头部配置错误,或者您正在通过可信的代理访问 Nextcloud。如果您不是通过可信代理访问 Nextcloud,那这是一个安全问题,它可能允许攻击者通过伪装其IP地址以访问 Nextcloud。更多信息请查看{linkstart}文档↗{linkend}。",
+ "Memcached is configured as distributed cache, but the wrong PHP module \"memcache\" is installed. \\OC\\Memcache\\Memcached only supports \"memcached\" and not \"memcache\". See the {linkstart}memcached wiki about both modules ↗{linkend}." : "Memcached 被配置为分布式缓存,但安装了错误的 PHP 模块 \"memcache\"。\\OC\\Memcache\\Memcached 只支持 \"memcached\" 不支持 \"memcache\"。见 {linkstart} 有关两者的 memcached 维基 ↗{linkend}.",
+ "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in the {linkstart1}documentation ↗{linkend}. ({linkstart2}List of invalid files…{linkend} / {linkstart3}Rescan…{linkend})" : "一些文件未通过完整性检查。有关如何解决这一问题的进一步信息可在 {linkstart1}文档↗{linkend}中找到。({linkstart2}无效文件列表…{linkend} / {linkstart3}重新扫描…{linkend})",
+ "The PHP OPcache module is not loaded. {linkstart}For better performance it is recommended ↗{linkend} to load it into your PHP installation." : "未加载 PHP OPcache 模块。{linkstart} 为了更佳性能,建议 ↗{linkend} 将其加载到你的 PHP 安装。",
+ "The PHP OPcache module is not properly configured. {linkstart}For better performance it is recommended ↗{linkend} to use the following settings in the <code>php.ini</code>:" : "未正确配置 PHP OPcache 模块。 {linkstart}为了更佳性能,建议 ↗{linkend}使用 <code>php.ini</code>中的下列设置:",
"The PHP function \"set_time_limit\" is not available. This could result in scripts being halted mid-execution, breaking your installation. Enabling this function is strongly recommended." : "PHP函数“set_time_limit”不可用。 这可能会导致脚本在执行过程中暂停,从而导致安装中断。 我们强烈建议启用此功能。",
"Your PHP does not have FreeType support, resulting in breakage of profile pictures and the settings interface." : "您的 PHP 没有 FreeType 支持,导致配置文件图片和设置界面中断。",
"Missing index \"{indexName}\" in table \"{tableName}\"." : "在数据表 \"{tableName}\" 中无法找到索引 \"{indexName}\"。",
"The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "数据库丢失了一些索引。由于给大的数据表添加索引会耗费一些时间,因此程序没有自动对其进行修复。您可以在 Nextcloud 运行时通过命令行手动执行 \"occ db:add-missing-indices\" 命令修复丢失的索引。索引修复后会大大提高相应表的查询速度。",
+ "Missing primary key on table \"{tableName}\"." : "在数据表 \"{tableName}\" 中缺少主键。",
+ "The database is missing some primary keys. Due to the fact that adding primary keys on big tables could take some time they were not added automatically. By running \"occ db:add-missing-primary-keys\" those missing primary keys could be added manually while the instance keeps running." : "数据库缺少一些主键。由于在大型数据表上添加主键可能需要一些时间,因此程序没有自动添加。通过运行 \"occ db:add-missing-primary-keys\",这些缺失的主键可以在实例持续运行时手动添加。",
+ "Missing optional column \"{columnName}\" in table \"{tableName}\"." : "表 “{tableName}” 中缺少可选列 “ {columnName}”。",
+ "The database is missing some optional columns. Due to the fact that adding columns on big tables could take some time they were not added automatically when they can be optional. By running \"occ db:add-missing-columns\" those missing columns could be added manually while the instance keeps running. Once the columns are added some features might improve responsiveness or usability." : "数据库缺少一些可选列。 由于在大表上添加列可能会花费一些时间,因此在可以选择时不会自动添加列。 通过运行 “occ db:add-missing-columns”,可以在实例继续运行时手动添加那些缺少的列。 添加列后,某些功能可能会提高响应速度或可用性。",
"This instance is missing some recommended PHP modules. For improved performance and better compatibility it is highly recommended to install them." : "该实例缺失了一些推荐的 PHP 模块。为提高性能和兼容性,我们强烈建议安装它们。",
- "Some columns in the database are missing a conversion to big int. Due to the fact that changing column types on big tables could take some time they were not changed automatically. By running 'occ db:convert-filecache-bigint' those pending changes could be applied manually. This operation needs to be made while the instance is offline. For further details read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "数据库中的一些列由于进行长整型转换而缺失。由于在较大的数据表重改变列类型会耗费一些时间,因此程序没有自动对其更改。您可以通过命令行手动执行 \"occ db:convert-filecache-bigint\" 命令以应用挂起的更改。该操作需要当整个实例变为离线状态后执行。查阅<a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">相关文档</a>以获得更多详情。",
+ "Module php-imagick in this instance has no SVG support. For better compatibility it is recommended to install it." : "此实例中的 php-imagick 模块不支持 SVG。为了获得更好的兼容性,建议安装它。",
+ "Some columns in the database are missing a conversion to big int. Due to the fact that changing column types on big tables could take some time they were not changed automatically. By running 'occ db:convert-filecache-bigint' those pending changes could be applied manually. This operation needs to be made while the instance is offline. For further details read {linkstart}the documentation page about this ↗{linkend}." : "数据库中的一些列缺少到 big int 的转换。由于更改大表上的列类型可能需要一些时间,所以它们不会被自动更改。通过运行 'occ db:convert-filecache-bigint',这些挂起的更改可以手动应用。需要在实例离线时执行此操作。进一步的细节,可以阅读 {linkstart} 关于此问题的文档页面 ↗{linkend}",
"SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend." : "当前正在使用 SQLite 作为后端数据库。多用户使用时,推荐您改用其他的数据库。",
"This is particularly recommended when using the desktop client for file synchronisation." : "特别推荐使用桌面客户端同步的用户选择。",
- "To migrate to another database use the command line tool: 'occ db:convert-type', or see the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation ↗</a>." : "迁移到其他数据库,使用命令:'occ db:convert-type' 或查阅 <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">文档↗</a>。",
- "Use of the the built in php mailer is no longer supported. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Please update your email server settings ↗<a/>." : "PHP 内建的邮件发送器已不再受支持。<a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">请更新您的 E-mail 服务器设置↗<a/>。",
+ "To migrate to another database use the command line tool: 'occ db:convert-type', or see the {linkstart}documentation ↗{linkend}." : "要迁移到另一个数据库,使用命令行工具 'occ db:convert-type'或见 {linkstart}文档↗{linkend}",
"The PHP memory limit is below the recommended value of 512MB." : "PHP 内存限制低于建议值 512MB。",
"Some app directories are owned by a different user than the web server one. This may be the case if apps have been installed manually. Check the permissions of the following app directories:" : "有些应用程序目录是由与 Web 服务器不同的用户拥有的。如果应用程序是手动安装的,情况可能是这样的。检查以下应用程序目录的权限:",
- "MySQL is used as database but does not support 4-byte characters. To be able to handle 4-byte characters (like emojis) without issues in filenames or comments for example it is recommended to enable the 4-byte support in MySQL. For further details read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "所使用的数据库为MySQL但没有对4字节字符的支持。为正确处理文件名或评论中使用的4字节字符(比如emoji表情),建议开启MySQL的4字节字符支持。详细信息请阅读<a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">相关文档页面</a>。",
+ "MySQL is used as database but does not support 4-byte characters. To be able to handle 4-byte characters (like emojis) without issues in filenames or comments for example it is recommended to enable the 4-byte support in MySQL. For further details read {linkstart}the documentation page about this ↗{linkend}." : "MySQL 被用作数据库,但不支持 4 字节字符。要能够在文件名或评论中正确处理 4 字节字符 (如 emoji),建议在 MySQL 中启用 4 字节支持。更多细节,可以阅读 {linkstart}有关此问题的文档、页 ↗{linkend}。",
"This instance uses an S3 based object store as primary storage. The uploaded files are stored temporarily on the server and thus it is recommended to have 50 GB of free space available in the temp directory of PHP. Check the logs for full details about the path and the available space. To improve this please change the temporary directory in the php.ini or make more space available in that path." : "此实例使用基于S3的对象存储作为主存储。上传的文件会临时存放在服务器上,所以建议PHP的临时目录有50 GB的可用空间。路径和可用空间的详情请查看日志。要改善此状况请修改php.ini文件中的临时目录路径或增加该路径的可用空间。",
- "You are accessing your instance over a secure connection, however your instance is generating insecure URLs. This most likely means that you are behind a reverse proxy and the overwrite config variables are not set correctly. Please read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "您正在通过安全连接访问实例,但是您的实例生成的 URL 不安全。 这很可能意味着您正在使用反向代理,并且覆盖配置变量未正确设置。 请阅读<a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">有关此内容的文档页面</a>。",
+ "You are accessing your instance over a secure connection, however your instance is generating insecure URLs. This most likely means that you are behind a reverse proxy and the overwrite config variables are not set correctly. Please read {linkstart}the documentation page about this ↗{linkend}." : "你正通过安全连接访问你的实例,然而你的实例正生成不安全的 URL。这很可能意味着你位于反向代理的后面,覆盖的配置变量没有正确设置。可以阅读 {linkstart}有关此问题的文档页 ↗{linkend}",
"Error occurred while checking server setup" : "检查服务器设置时出错",
+ "For more details see the {linkstart}documentation ↗{linkend}." : "更多细节,见 {linkstart}文档 ↗{linkend}",
"Your data directory and files are probably accessible from the Internet. The .htaccess file is not working. It is strongly recommended that you configure your web server so that the data directory is no longer accessible, or move the data directory outside the web server document root." : "您的数据目录和文件可以从互联网直接访问。.htaccess 文件不起作用。强烈建议您配置 Web 服务器,以便数据目录不再可访问,或者您可以将数据目录移动到 Web 服务器文档根目录。",
"The \"{header}\" HTTP header is not set to \"{expected}\". This is a potential security or privacy risk, as it is recommended to adjust this setting accordingly." : "HTTP 请求头 \"{header}\" 没有配置为 \"{expected}\"。这是一个潜在的安全或隐私风险,我们建议您调整这项设置。",
"The \"{header}\" HTTP header is not set to \"{expected}\". Some features might not work correctly, as it is recommended to adjust this setting accordingly." : "HTTP 请求头 \"{header}\" 没有配置为 \"{expected}\"。某些功能可能无法正常工作,因此建议相应地调整此设置。",
"The \"{header}\" HTTP header doesn't contain \"{expected}\". This is a potential security or privacy risk, as it is recommended to adjust this setting accordingly." : "HTTP 头 \"{header}\" 未包含 \"{expected}\"。这是一种潜在的安全或隐私风险,因此推荐调整此项设置。",
- "The \"{header}\" HTTP header is not set to \"{val1}\", \"{val2}\", \"{val3}\", \"{val4}\" or \"{val5}\". This can leak referer information. See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{link}\">W3C Recommendation ↗</a>." : "HTTP 头 \"{header}\" 未设置成 \"{val1}\",\"{val2}\",\"{val3}\",\"{val4}\" 或 \"{val5}\"。这会泄露更多的信息。请查阅 <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{link}\">W3C 建议↗</a>。",
- "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the <a href=\"{docUrl}\" rel=\"noreferrer noopener\">security tips ↗</a>." : "HTTP的请求头 \"Strict-Transport-Security\" 未设置为至少 \"{seconds}\" 秒。为了提高安全性,建议参照<a href=\"{docUrl}\" rel=\"noreferrer noopener\">security tips ↗</a>中的说明启用HSTS。",
- "Accessing site insecurely via HTTP. You are strongly advised to set up your server to require HTTPS instead, as described in the <a href=\"{docUrl}\">security tips ↗</a>." : "通过 HTTP 访问网站不安全。强烈建议您将服务器设置成要求使用HTTPS 协议,请查阅 <a href=\"{docUrl}\">安全贴士↗</a>。",
- "Non-existing tag #{tag}" : "标签 #{tag} 不存在",
- "restricted" : "受限",
- "invisible" : "不可见",
- "Delete" : "删除",
- "Rename" : "重命名",
- "Collaborative tags" : "协作标签",
- "No tags found" : "标签未找到",
+ "The \"{header}\" HTTP header is not set to \"{val1}\", \"{val2}\", \"{val3}\", \"{val4}\" or \"{val5}\". This can leak referer information. See the {linkstart}W3C Recommendation ↗{linkend}." : "\"{header}\" HTTP 头 未设置到 \"{val1}\"、 \"{val2}\"、 \"{val3}\"、 \"{val4}\" 或 \"{val5}\"。这可能会泄露 refer 信息。见 {linkstart}W3C 建议 ↗{linkend}",
+ "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the {linkstart}security tips ↗{linkend}." : "\"Strict-Transport-Security\" HTTP 头未设为至少 \"{seconds}\" 秒。为了提高安全性,建议启用 HSTS,参考步骤见 {linkstart}安全小贴士 ↗{linkend}",
+ "Accessing site insecurely via HTTP. You are strongly advised to set up your server to require HTTPS instead, as described in the {linkstart}security tips ↗{linkend}." : "通过 HTTP 不安全访问站点。强烈建议你将服务器设置为要求 HTTPS,参考步骤见 {linkstart}安全小贴士 ↗{linkend}",
"unknown text" : "未知文字",
"Hello world!" : "你好,世界!",
"sunny" : "晴",
@@ -125,27 +130,28 @@ OC.L10N.register(
"Please reload the page." : "请重新加载页面。",
"The update was unsuccessful. For more information <a href=\"{url}\">check our forum post</a> covering this issue." : "更新不成功。有关此问题的更多信息请<a href=\"{url}\">查看我们的论坛帖子</a>。",
"The update was unsuccessful. Please report this issue to the <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">Nextcloud community</a>." : "升级失败。请将此问题报告给 <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">Nextcloud 社区</a>。",
- "Continue to Nextcloud" : "继续访问 Nextcloud",
- "_The update was successful. Redirecting you to Nextcloud in %n second._::_The update was successful. Redirecting you to Nextcloud in %n seconds._" : ["升级成功,在%n秒内重定向到 Nextcloud。"],
- "Searching other places" : "搜索其他位置",
- "No search results in other folders for {tag}{filter}{endtag}" : "在其它的文件夹里没有关于 {tag}{filter}{endtag} 的搜索结果",
- "_{count} search result in another folder_::_{count} search results in other folders_" : ["在其他文件夹中找到 {count} 条搜索结果"],
+ "Continue to {productName}" : "继续到 {productName}",
+ "_The update was successful. Redirecting you to {productName} in %n second._::_The update was successful. Redirecting you to {productName} in %n seconds._" : ["更新成功。%n 秒内将把你重定向到 {productName}"],
+ "Log in" : "登录",
+ "Logging in …" : "正在登录 …",
"Server side authentication failed!" : "服务端认证失败!",
"Please contact your administrator." : "请联系您的管理员。",
"An internal error occurred." : "发生了内部错误。",
"Please try again or contact your administrator." : "请重试或联系您的管理员。",
"Username or email" : "用户名或邮箱",
"Password" : "密码",
- "Log in" : "登录",
- "Logging in …" : "正在登录 …",
+ "Toggle password visibility" : "切换密码可见性",
"Wrong username or password." : "错误的用户名或密码。",
"User disabled" : "用户不可用",
- "We have detected multiple invalid login attempts from your IP. Therefore your next login is throttled up to 30 seconds." : "我们检测到您的 IP 进行了多次无效登录尝试。因此,请 30 秒之后再尝试。",
+ "We have detected multiple invalid login attempts from your IP. Therefore your next login is throttled up to 30 seconds." : "我们检测到您的 IP 进行了多次无效登录尝试。因此,你的下一次登录最长会延迟30秒。",
+ "Your account is not setup for passwordless login." : "您的账号未设置无密码登录。",
+ "Passwordless authentication is not supported in your browser." : "浏览器不支持无密码验证。",
+ "Passwordless authentication is only available over a secure connection." : "无密码身份验证仅在安全连接上可用。",
"Reset password" : "重置密码",
- "A password reset message has been sent to the e-mail address of this account. If you do not receive it, check your spam/junk folders or ask your local administrator for help." : "密码重置的电子邮件发送到此账号的电子邮件地址。 如果您未在合理的时间内收到,请优先检查您的垃圾邮件/垃圾邮件文件夹。如果不存在此电子邮件,请咨询系统管理员。",
+ "A password reset message has been sent to the email address of this account. If you do not receive it, check your spam/junk folders or ask your local administrator for help." : "密码重置消息已发送到该帐户的电子邮件地址。如果您没有收到,请检查您的垃圾邮件/垃圾文件夹或向您的本地管理员寻求帮助。 ",
"If it is not there ask your local administrator." : "如果它不在此处,请询问您的本地管理员。",
"Couldn't send reset email. Please contact your administrator." : "未能成功发送重置邮件,请联系管理员。",
- "Password can not be changed. Please contact your administrator." : "无法修改密码,请联系管理员。",
+ "Password cannot be changed. Please contact your administrator." : "无法更改密码。请联系你的管理员。",
"Back to login" : "返回登录",
"New password" : "新密码",
"Your files are encrypted. There will be no way to get your data back after your password is reset. If you are not sure what to do, please contact your administrator before you continue. Do you really want to continue?" : "您的文件已经加密。您的密码重置后就没有任何方式能恢复您的数据了。如果您不确定,请在继续前联系您的管理员。您是否真的要继续?",
@@ -153,20 +159,32 @@ OC.L10N.register(
"Resetting password" : "正在重置密码",
"Recommended apps" : "推荐的应用",
"Loading apps …" : "正在加载应用…",
- "Could not fetch list of apps from the app store." : "无法从应用商店中获取应用列表。",
+ "Could not fetch list of apps from the App Store." : "无法从应用商店获取应用列表",
"Installing apps …" : "正在安装应用...",
- "Nextcloud {app}" : "Nextcloud {app}",
"App download or installation failed" : "应用下载或安装失败",
- "Can't install this app because it is not compatible" : "无法安装此应用,因为不兼容",
- "Can't install this app" : "无法安装此应用",
+ "Cannot install this app because it is not compatible" : "无法安装此应用,因它不兼容",
+ "Cannot install this app" : "无法安装此应用",
"Cancel" : "取消",
"Schedule work & meetings, synced with all your devices." : "安排工作和会议,并与您的所有设备同步。",
"Keep your colleagues and friends in one place without leaking their private info." : "将您的同事和朋友放在一个地方,而不会泄漏他们的私人信息。",
"Simple email app nicely integrated with Files, Contacts and Calendar." : "简单的电子邮件应用程序与文件,联系人和日历完美集成。",
"Chatting, video calls, screensharing, online meetings and web conferencing – in your browser and with mobile apps." : "在浏览器和移动设备应用中进行聊天,视频通话,屏幕共享,线上见面和网络会议。",
"Collaboratively edit office documents." : "协作编辑办公文档。",
- "Local document editing back-end used by the OnlyOffice app." : "OnlyOffice 应用使用的本地文档编辑后端。",
+ "Local document editing back-end used by the Collabora Online app." : "Collabora Online 应用程序使用的本地文档编辑后端。",
"Forgot password?" : "忘记密码?",
+ "Log in with a device" : "使用设备登录",
+ "Back" : "返回",
+ "Login form is disabled." : "登录表单被禁用",
+ "Reset search" : "重置搜索",
+ "Search for {name} only" : "仅搜索 {name}",
+ "No results for {query}" : "没有 '{query}' 的相关结果",
+ "Start typing to search" : "开始输入搜索内容",
+ "Loading more results …" : "加载更多结果...",
+ "Load more results" : "加载更多结果",
+ "Search" : "搜索",
+ "An error occurred while searching for {type}" : "搜索 {type} 时出错",
+ "_Please enter {minSearchLength} character or more to search_::_Please enter {minSearchLength} characters or more to search_" : ["请输入 {minSearchLength} 个字符或更多字符以进行搜索"],
+ "Search {types} …" : "搜索 {类型} …",
"Settings" : "设置",
"Could not load your contacts" : "无法加载您的联系人",
"Search contacts …" : "搜索联系人 …",
@@ -234,6 +252,13 @@ OC.L10N.register(
"Strong password" : "强密码",
"No action available" : "无可用操作",
"Error fetching contact actions" : "查找联系人时出错",
+ "Non-existing tag #{tag}" : "标签 #{tag} 不存在",
+ "restricted" : "受限",
+ "invisible" : "不可见",
+ "Delete" : "删除",
+ "Rename" : "重命名",
+ "Collaborative tags" : "协作标签",
+ "No tags found" : "标签未找到",
"Personal" : "个人",
"Users" : "用户",
"Apps" : "应用",
@@ -243,7 +268,10 @@ OC.L10N.register(
"File not found" : "文件未找到",
"The document could not be found on the server. Maybe the share was deleted or has expired?" : "服务器上找不到该文档。可能此共享已被删除或过期。",
"Back to %s" : "返回 %s",
+ "Too many requests" : "请求过多",
+ "There were too many requests from your network. Retry later or contact your administrator if this is an error." : "您的网络请求过多。如果出现错误,请稍后重试或与您的管理员联系。",
"Error" : "错误",
+ "Previous" : "上一个",
"Internal Server Error" : "内部服务器错误",
"The server was unable to complete your request." : "服务器不能完成您的请求。",
"If this happens again, please send the technical details below to the server administrator." : "如果再次发生这种情况,请将下面的技术详细信息发送给服务器管理员。",
@@ -280,7 +308,7 @@ OC.L10N.register(
"SQLite should only be used for minimal and development instances. For production we recommend a different database backend." : "SQLite应只用于最小化和开发实例。生产环境我们推荐使用不同的数据库后端。",
"If you use clients for file syncing, the use of SQLite is highly discouraged." : "如果您使用文件同步客户端,强烈不建议使用SQLite。",
"Install recommended apps" : "安装推荐的应用",
- "Calendar, Contacts, Talk, Mail & OnlyOffice" : "日历、联系人、通话、电子邮件和 OnlyOffice",
+ "Calendar, Contacts, Talk, Mail & Collaborative editing" : "日历、联系人、通话、电子邮件和协作编辑",
"Finish setup" : "安装完成",
"Finishing …" : "正在完成 …",
"Need help?" : "需要帮助?",
@@ -294,14 +322,13 @@ OC.L10N.register(
"More apps" : "更多的应用程序",
"More" : "更多",
"More apps menu" : "更多的应用菜单",
- "Search" : "搜索",
- "Reset search" : "重置搜索",
"Contacts" : "联系人",
"Contacts menu" : "联系人菜单",
"Settings menu" : "设置菜单",
"Confirm your password" : "确认您的密码",
"Connect to your account" : "连接到您的账号",
"Please log in before granting %1$s access to your %2$s account." : "在授权 %1$s 访问您的账号 %2$s 之前,请先登录。",
+ "If you are not trying to set up a new device or app, someone is trying to trick you into granting them access to your data. In this case do not proceed and instead contact your system administrator." : "如果您不打算设置新设备或应用程序,则有人试图欺骗您,以授予他们访问数据的权限。 在这种情况下,请勿继续操作,而应与系统管理员联系。",
"App token" : "App 令牌",
"Grant access" : "授权访问",
"Alternative log in using app token" : "使用应用程序令牌替代登录",
@@ -329,7 +356,7 @@ OC.L10N.register(
"Further information how to configure this can be found in the %1$sdocumentation%2$s." : "配置此项的详细内容请查阅 %1$s文档%2$s。",
"App update required" : "必须的应用更新",
"%1$s will be updated to version %2$s" : "%1$s 将被升级至版本 %2$s",
- "These apps will be updated:" : "以下应用将被更新:",
+ "The following apps will be updated:" : "以下应用将被更新:",
"These incompatible apps will be disabled:" : "下述不兼容的应用将被禁用:",
"The theme %s has been disabled." : "%s 主题已被禁用。",
"Please make sure that the database, the config folder and the data folder have been backed up before proceeding." : "在继续之前,请确认数据库、配置文件夹和数据文件夹已经备份。",
@@ -345,95 +372,49 @@ OC.L10N.register(
"This %s instance is currently in maintenance mode, which may take a while." : "该实例 %s 当前处于维护模式,这将花费一些时间。",
"This page will refresh itself when the instance is available again." : "当实例再次可用时,页面会自动刷新。",
"Contact your system administrator if this message persists or appeared unexpectedly." : "如果这个消息一直存在或不停出现,请联系您的系统管理员。",
- "Could not send reset email because there is no email address for this username. Please contact your administrator." : "该用户没有设置电子邮件地址,无发送重置邮件。请联系管理员。",
- "Couldn't send reset email. Please make sure your username is correct." : "无法发送重置邮件,请检查您的用户名是否正确。",
- "We have send a password reset e-mail to the e-mail address known to us for this account. If you do not receive it within a reasonable amount of time, check your spam/junk folders.<br>If it is not there ask your local administrator." : "我们已将密码重置电子邮件发送到我们已知道的此账号的电子邮件地址。 如果您未在合理的时间内收到,请检查您的垃圾邮件/垃圾邮件文件夹。<br> 如果不存在,请咨询管理员。",
- "Your files are encrypted. There will be no way to get your data back after your password is reset.<br />If you are not sure what to do, please contact your administrator before you continue. <br />Do you really want to continue?" : "您的文件已经加密。当您的密码重置后没有任何方式能恢复您的数据。<br />如果您不确定,请在继续前联系您的管理员。<br/>您是否真的要继续?",
- "Sending email …" : "正在发送电子邮件…",
- "You are currently running PHP 5.6. The current major version of Nextcloud is the last that is supported on PHP 5.6. It is recommended to upgrade the PHP version to 7.0+ to be able to upgrade to Nextcloud 14." : "您目前正在运行 PHP 5.6。 Nextcloud 的当前主要版本是最后一个支持 PHP 5.6 的版本。 建议将 PHP 版本升级到 7.0 以便能够升级到 Nextcloud 14。",
- "Accessing site insecurely via HTTP. You are strongly adviced to set up your server to require HTTPS instead, as described in the <a href=\"{docUrl}\">security tips ↗</a>." : "通过 HTTP 访问网站不安全。强烈建议您将服务器设置成 HTTPS 协议,请查阅 <a href=\"{docUrl}\">安全贴士↗</a>。",
- "Shared" : "已共享",
- "Shared with" : "共享给",
- "Shared by" : "共享人",
- "Choose a password for the public link" : "为公开链接设置密码",
- "Choose a password for the public link or press the \"Enter\" key" : "为公开链接设置密码,或按 \"回车\" 键",
- "Copied!" : "已复制!",
- "Copy link" : "复制链接",
- "Not supported!" : "不支持!",
- "Press ⌘-C to copy." : "按 ⌘ + C 进行复制。",
- "Press Ctrl-C to copy." : "按 Ctrl + C 进行复制。",
- "Unable to create a link share" : "无法创建共享链接",
- "Unable to toggle this option" : "无法切换此项",
- "Resharing is not allowed" : "不允许二次共享",
- "Link" : "链接",
- "Hide download" : "隐藏下载",
- "Password protection enforced" : "强制密码保护",
- "Password protect" : "密码保护",
- "Allow editing" : "允许编辑",
- "Email link to person" : "发送链接到个人",
- "Send" : "发送",
- "Allow upload and editing" : "允许上传和编辑",
- "Read only" : "只读",
- "File drop (upload only)" : "文件拖拽(仅上传)",
- "Expiration date enforced" : "强制有效期",
- "Set expiration date" : "设置过期日期",
- "Expiration" : "过期",
- "Expiration date" : "过期日期",
- "Note to recipient" : "备注",
- "Unshare" : "取消共享",
- "Delete share link" : "删除共享链接",
- "Add another link" : "添加其他链接",
- "Password protection for links is mandatory" : "强制使用密码保护的链接",
- "Share to {name}" : "共享给 {name}",
- "Share link" : "共享链接",
- "New share link" : "新共享链接",
- "Created on {time}" : "创建于 {time}",
- "Password protect by Talk" : "通过 Talk 保护密码",
- "Could not unshare" : "无法取消共享",
- "Shared with you and the group {group} by {owner}" : "{owner} 共享给您及 {group} 分组",
- "Shared with you and {circle} by {owner}" : "{owner} 共享给您及 {circle}",
- "Shared with you and the conversation {conversation} by {owner}" : "{owner} 共享给您及对话 {conversation}",
- "Shared with you in a conversation by {owner}" : "由 {owner} 通过一个对话与您分享",
- "Shared with you by {owner}" : "{owner} 共享给您",
- "Choose a password for the mail share" : "为电子邮件共享选择一个密码",
- "group" : "群组",
- "remote" : "外部",
- "remote group" : "远程群组",
- "email" : "邮件",
- "conversation" : "会话",
- "shared by {sharer}" : "由 {sharer} 共享",
- "Can reshare" : "允许重新共享",
- "Can edit" : "可以编辑",
- "Can create" : "可以创建",
- "Can change" : "可以修改",
- "Can delete" : "可以删除",
- "Access control" : "访问控制",
- "{shareInitiatorDisplayName} shared via link" : "{shareInitiatorDisplayName} 通过链接共享",
- "Error while sharing" : "共享时出错",
- "Share details could not be loaded for this item." : "无法加载这个项目的共享详情。",
- "Search globally" : "全局搜索",
- "_At least {count} character is needed for autocompletion_::_At least {count} characters are needed for autocompletion_" : ["{count}字符需要自动完成"],
- "This list is maybe truncated - please refine your search term to see more results." : "此列表可能会被截断 - 请缩短您的搜索词以查看更多结果。",
- "No users or groups found for {search}" : "{search} 条件下没有找到用户或用户组",
- "No users found for {search}" : "没有找到 {search} 用户",
- "An error occurred (\"{message}\"). Please try again" : "发生错误(\"{message}\")。请重试",
- "An error occurred. Please try again" : "发生错误。请重试",
- "Home" : "家庭",
- "Work" : "工作",
- "Other" : "其他",
- "{sharee} (remote group)" : "{sharee}(远程组)",
- "{sharee} ({type}, {owner})" : "{share}({type},{owner})",
- "Share" : "共享",
- "Name or email address..." : "姓名或电子邮件地址...",
- "Name or federated cloud ID..." : "姓名或联合云 ID...",
- "Name, federated cloud ID or email address..." : "姓名,联合云 ID 或电子邮件地址...",
- "Name..." : "名称...",
- "Error removing share" : "移除共享时出错",
- "({scope})" : "({scope})",
- "Saving..." : "正在保存...",
- "Dismiss" : "忽略",
- "Your client should now be connected! You can close this window." : "您的客户端现在应该可以连接了!您可以关闭这个窗口。",
- "New Password" : "新密码",
- "Cancel log in" : "取消登录"
+ "Checking whether the database schema can be updated (this can take a long time depending on the database size)" : "检查数据库结构是否可以更新(这可能需要很长的时间,这取决于数据库大小)",
+ "Checked database schema update" : "已经检查数据库结构更新",
+ "Checking updates of apps" : "检查更新应用",
+ "Checking for update of app \"%s\" in appstore" : "检查%s应用是否有更新",
+ "Update app \"%s\" from appstore" : "从应用商店更新%s应用",
+ "Checked for update of app \"%s\" in appstore" : "已检查%s应用的是否有更新",
+ "Checked database schema update for apps" : "已经检查应用的数据库结构更新",
+ "Following apps have been disabled: %s" : "下列应用已经被禁用:%s",
+ "Your web server is not properly set up to resolve \"{url}\". Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "您的网页服务器未正确设置以解析“{url}”。更多信息请参见<a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">文档</a>。",
+ "Your web server is not properly set up to resolve \"{url}\". This is most likely related to a web server configuration that was not updated to deliver this folder directly. Please compare your configuration against the shipped rewrite rules in \".htaccess\" for Apache or the provided one in the documentation for Nginx at it's <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation page</a>. On Nginx those are typically the lines starting with \"location ~\" that need an update." : "您的web服务器没有正确配置以解析 “{url}”。这很可能与web服务器配置没有更新,导致不能直接访问这个文件夹有关。请将您的配置与Apache “.htaccess”文件中的默认重写规则或者与这个<a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">文档页面</a>中的Nginx配置进行比较。在Nginx配置中通常是以“location ~”开头的行需要修改。",
+ "Your web server is not properly set up to deliver .woff2 files. This is typically an issue with the Nginx configuration. For Nextcloud 15 it needs an adjustement to also deliver .woff2 files. Compare your Nginx configuration to the recommended configuration in our <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "您的网页服务器未正确设置以服务 .woff2 文件。这通常是一个 Nginx 配置的问题。对于 Nextcloud 15,需要更改一个设置才能服务 .woff2 文件。请将您的 Nginx 配置与我们<a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">文档</a>中推荐配置进行比较。",
+ "Please check the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">installation documentation ↗</a> for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "请参照<a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">安装说明文档 ↗</a>中的 PHP 配置说明查阅您服务器的PHP配置信息,特别是在使用 php-fpm 时。",
+ "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems. See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation ↗</a> for more information." : "已禁用事务性文件锁定,这可能在竞争条件下导致问题。在 config.php 中启用 \"filelocking.enabled\" 可以避免此问题。详情查阅 <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">文档 ↗</a>。",
+ "Last background job execution ran {relativeTime}. Something seems wrong." : "最近一次执行后台任务运行时间为 {relativeTime},似乎哪里出了问题。",
+ "Check the background job settings" : "请检查后台任务设置",
+ "No memory cache has been configured. To enhance performance, please configure a memcache, if available. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "内存缓存未配置,为了提升使用体验,请尽量配置内存缓存。更多信息请参见<a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">文档</a>。",
+ "No suitable source for randomness found by PHP which is highly discouraged for security reasons. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "PHP 找不到合适的随机性来源,出于安全原因,我们强烈建议不要这样做。 更多信息可以在 <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">文档</a>中找到。",
+ "You are currently running PHP {version}. Upgrade your PHP version to take advantage of <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">performance and security updates provided by the PHP Group</a> as soon as your distribution supports it." : "您当前正在运行 PHP 版本 {version}。我们建议您尽快在您的发行版支持新版本的时候进行升级,以获得<a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">来自 PHP 官方的性能和安全</a>的提升。",
+ "The reverse proxy header configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If not, this is a security issue and can allow an attacker to spoof their IP address as visible to the Nextcloud. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "反向代理头部配置错误,或者您正在通过可信的代理访问 Nextcloud。如果您不是通过可信代理访问 Nextcloud,这是一个安全问题,它允许攻击者通过伪装 IP 地址访问 Nextcloud。更多信息请查看<a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">文档</a>。",
+ "Memcached is configured as distributed cache, but the wrong PHP module \"memcache\" is installed. \\OC\\Memcache\\Memcached only supports \"memcached\" and not \"memcache\". See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">memcached wiki about both modules</a>." : "Memcached 当前配置为分布式缓存,但是当前安装的 PHP 模块是 \"memcache\"。\\OC\\Memcache\\Memcached 仅支持 \"memcached\" 而不是 \"memcache\"。点击 <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">memcached wiki </a>了解两者的差别。",
+ "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">List of invalid files…</a> / <a href=\"{rescanEndpoint}\">Rescan…</a>)" : "一些文件没有通过完整性检查。了解如何解决该问题请查看我们的 <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">文档</a>。(<a href=\"{codeIntegrityDownloadEndpoint}\">无效文件列表…</a> / <a href=\"{rescanEndpoint}\">重新扫描…</a>)",
+ "The PHP OPcache module is not loaded. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance it is recommended</a> to load it into your PHP installation." : "PHP 的 OPcache 模块未载入。<a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">推荐开启获得更好的性能</a>。",
+ "The PHP OPcache is not properly configured. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance it is recommended</a> to use the following settings in the <code>php.ini</code>:" : "PHP 的组件 OPcache 没有正确配置。 <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">为了提供更好的性能</a>,我们建议在 <code>php.ini</code>中使用下列设置:",
+ "Some columns in the database are missing a conversion to big int. Due to the fact that changing column types on big tables could take some time they were not changed automatically. By running 'occ db:convert-filecache-bigint' those pending changes could be applied manually. This operation needs to be made while the instance is offline. For further details read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "数据库中的一些列由于进行长整型转换而缺失。由于在较大的数据表重改变列类型会耗费一些时间,因此程序没有自动对其更改。您可以通过命令行手动执行 \"occ db:convert-filecache-bigint\" 命令以应用挂起的更改。该操作需要当整个实例变为离线状态后执行。查阅<a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">相关文档</a>以获得更多详情。",
+ "To migrate to another database use the command line tool: 'occ db:convert-type', or see the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation ↗</a>." : "迁移到其他数据库,使用命令:'occ db:convert-type' 或查阅 <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">文档↗</a>。",
+ "Use of the the built in php mailer is no longer supported. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Please update your email server settings ↗<a/>." : "PHP 内建的邮件发送器已不再受支持。<a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">请更新您的 E-mail 服务器设置↗<a/>。",
+ "MySQL is used as database but does not support 4-byte characters. To be able to handle 4-byte characters (like emojis) without issues in filenames or comments for example it is recommended to enable the 4-byte support in MySQL. For further details read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "所使用的数据库为MySQL但没有对4字节字符的支持。为正确处理文件名或评论中使用的4字节字符(比如emoji表情),建议开启MySQL的4字节字符支持。详细信息请阅读<a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">相关文档页面</a>。",
+ "You are accessing your instance over a secure connection, however your instance is generating insecure URLs. This most likely means that you are behind a reverse proxy and the overwrite config variables are not set correctly. Please read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "您正在通过安全连接访问实例,但是您的实例生成的 URL 不安全。 这很可能意味着您正在使用反向代理,并且覆盖配置变量未正确设置。 请阅读<a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">有关此内容的文档页面</a>。",
+ "The \"{header}\" HTTP header is not set to \"{val1}\", \"{val2}\", \"{val3}\", \"{val4}\" or \"{val5}\". This can leak referer information. See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{link}\">W3C Recommendation ↗</a>." : "HTTP 头 \"{header}\" 未设置成 \"{val1}\",\"{val2}\",\"{val3}\",\"{val4}\" 或 \"{val5}\"。这会泄露更多的信息。请查阅 <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{link}\">W3C 建议↗</a>。",
+ "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the <a href=\"{docUrl}\" rel=\"noreferrer noopener\">security tips ↗</a>." : "HTTP的请求头 \"Strict-Transport-Security\" 未设置为至少 \"{seconds}\" 秒。为了提高安全性,建议参照<a href=\"{docUrl}\" rel=\"noreferrer noopener\">security tips ↗</a>中的说明启用HSTS。",
+ "Accessing site insecurely via HTTP. You are strongly advised to set up your server to require HTTPS instead, as described in the <a href=\"{docUrl}\">security tips ↗</a>." : "通过 HTTP 访问网站不安全。强烈建议您将服务器设置成要求使用HTTPS 协议,请查阅 <a href=\"{docUrl}\">安全贴士↗</a>。",
+ "Continue to Nextcloud" : "继续访问 Nextcloud",
+ "_The update was successful. Redirecting you to Nextcloud in %n second._::_The update was successful. Redirecting you to Nextcloud in %n seconds._" : ["升级成功,在%n秒内重定向到 Nextcloud。"],
+ "Searching other places" : "搜索其他位置",
+ "No search results in other folders for {tag}{filter}{endtag}" : "在其它的文件夹里没有关于 {tag}{filter}{endtag} 的搜索结果",
+ "_{count} search result in another folder_::_{count} search results in other folders_" : ["在其他文件夹中找到 {count} 条搜索结果"],
+ "A password reset message has been sent to the e-mail address of this account. If you do not receive it, check your spam/junk folders or ask your local administrator for help." : "密码重置的电子邮件发送到此账号的电子邮件地址。 如果您未在合理的时间内收到,请优先检查您的垃圾邮件/垃圾邮件文件夹。如果不存在此电子邮件,请咨询系统管理员。",
+ "Password can not be changed. Please contact your administrator." : "无法修改密码,请联系管理员。",
+ "Could not fetch list of apps from the app store." : "无法从应用商店中获取应用列表。",
+ "Nextcloud {app}" : "Nextcloud {app}",
+ "Can't install this app because it is not compatible" : "无法安装此应用,因为不兼容",
+ "Can't install this app" : "无法安装此应用",
+ "These apps will be updated:" : "以下应用将被更新:",
+ "For more details see the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "获取更多详情,请查看<a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">文档</a>。"
},
"nplurals=1; plural=0;");
diff --git a/core/l10n/zh_CN.json b/core/l10n/zh_CN.json
index 17f62c53a8c..474344357c9 100644
--- a/core/l10n/zh_CN.json
+++ b/core/l10n/zh_CN.json
@@ -3,6 +3,14 @@
"File is too big" : "文件太大",
"The selected file is not an image." : "所选文件不是一张图片。",
"The selected file cannot be read." : "无法读取所选文件。",
+ "The file was uploaded" : "文件已上传 ",
+ "The uploaded file exceeds the upload_max_filesize directive in php.ini" : "上传的文件超过了 php.ini 中的 upload_max_filesize 指令",
+ "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "上传的文件超过了 HTML 表单中指定的 MAX_FILE_SIZE 指令",
+ "The file was only partially uploaded" : "文件只有部分被上传 ",
+ "No file was uploaded" : "没有文件被上传 ",
+ "Missing a temporary folder" : "缺少临时文件夹 ",
+ "Could not write file to disk" : "无法将文件写入磁盘",
+ "A PHP extension stopped the file upload" : "一个PHP扩展程序停止了文件上传",
"Invalid file provided" : "提供了无效文件",
"No image or file provided" : "没有提供图片或文件",
"Unknown filetype" : "未知的文件类型",
@@ -13,6 +21,7 @@
"No valid crop data provided" : "没有提供有效的裁剪数据",
"Crop is not square" : "裁剪的不是正方形",
"State token does not match" : "状态令牌无法匹配",
+ "Invalid app password" : "无效的应用密码",
"Could not complete login" : "无法完成登录",
"Your login token is invalid or has expired" : "您的登录token无效或已过期",
"Password reset is disabled" : "密码重置不可用",
@@ -26,6 +35,8 @@
"Nextcloud Server" : "Nextcloud 服务器",
"Some of your link shares have been removed" : "您的一些链接共享已被移除",
"Due to a security bug we had to remove some of your link shares. Please see the link for more information." : "由于一个安全缺陷,我们必须移除您的部分链接共享。更多信息请查看此链接。",
+ "The user limit of this instance is reached." : "已达到这个实例的最大用户数。",
+ "Enter your subscription key to increase the user limit. For more information about Nextcloud Enterprise see our website." : "输入订阅密钥以增加用户限制。欲了解更多关于Nextcloud企业版的信息,请访问我们的网站。",
"Preparing update" : "正在准备更新",
"[%d / %d]: %s" : "[%d / %d]:%s",
"Repair step:" : "修复错误:",
@@ -39,76 +50,70 @@
"Maintenance mode is kept active" : "维护模式已启用",
"Updating database schema" : "正在更新数据库结构",
"Updated database" : "数据库已更新",
- "Checking whether the database schema can be updated (this can take a long time depending on the database size)" : "检查数据库结构是否可以更新(这可能需要很长的时间,这取决于数据库大小)",
- "Checked database schema update" : "已经检查数据库结构更新",
- "Checking updates of apps" : "检查更新应用",
- "Checking for update of app \"%s\" in appstore" : "检查%s应用是否有更新",
- "Update app \"%s\" from appstore" : "从应用商店更新%s应用",
- "Checked for update of app \"%s\" in appstore" : "已检查%s应用的是否有更新",
+ "Checking for update of app \"%s\" in App Store" : "在应用商店中检查应用 \"%s\" 是否有更新",
+ "Update app \"%s\" from App Store" : "从应用商店更新应用 \"%s\"",
+ "Checked for update of app \"%s\" in App Store" : "已在应用商店中检查了应用 \"%s\" 是否有更新",
"Checking whether the database schema for %s can be updated (this can take a long time depending on the database size)" : "检查 %s 的数据库结构是否可以更新(这可能需要很长的时间,取决于数据库大小)",
- "Checked database schema update for apps" : "已经检查应用的数据库结构更新",
"Updated \"%1$s\" to %2$s" : "已更新 “%1$s” 到 %2$s",
"Set log level to debug" : "设置日志级别为 调试",
"Reset log level" : "重设日志级别",
"Starting code integrity check" : "开始代码完整性检查",
"Finished code integrity check" : "代码完整性检查完成",
"%s (incompatible)" : "%s (不兼容)",
- "Following apps have been disabled: %s" : "下列应用已经被禁用:%s",
+ "The following apps have been disabled: %s" : "以下应用已被禁用:%s",
"Already up to date" : "已经是最新",
"Your web server is not yet properly set up to allow file synchronization, because the WebDAV interface seems to be broken." : "您的网页服务器没有正确设置允许文件同步,因为 WebDAV 接口看起来无法正常工作。",
- "Your web server is not properly set up to resolve \"{url}\". Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "您的网页服务器未正确设置以解析“{url}”。更多信息请参见<a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">文档</a>。",
- "Your web server is not properly set up to resolve \"{url}\". This is most likely related to a web server configuration that was not updated to deliver this folder directly. Please compare your configuration against the shipped rewrite rules in \".htaccess\" for Apache or the provided one in the documentation for Nginx at it's <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation page</a>. On Nginx those are typically the lines starting with \"location ~\" that need an update." : "您的web服务器没有正确配置以解析 “{url}”。这很可能与web服务器配置没有更新,导致不能直接访问这个文件夹有关。请将您的配置与Apache “.htaccess”文件中的默认重写规则或者与这个<a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">文档页面</a>中的Nginx配置进行比较。在Nginx配置中通常是以“location ~”开头的行需要修改。",
- "Your web server is not properly set up to deliver .woff2 files. This is typically an issue with the Nginx configuration. For Nextcloud 15 it needs an adjustement to also deliver .woff2 files. Compare your Nginx configuration to the recommended configuration in our <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "您的网页服务器未正确设置以服务 .woff2 文件。这通常是一个 Nginx 配置的问题。对于 Nextcloud 15,需要更改一个设置才能服务 .woff2 文件。请将您的 Nginx 配置与我们<a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">文档</a>中推荐配置进行比较。",
+ "Your web server is not properly set up to resolve \"{url}\". Further information can be found in the {linkstart}documentation ↗{linkend}." : "您的网页服务器未正确设置以解析“{url}”。更多信息请参见{linkstart}文档↗{linkend}。",
+ "Your web server is not properly set up to resolve \"{url}\". This is most likely related to a web server configuration that was not updated to deliver this folder directly. Please compare your configuration against the shipped rewrite rules in \".htaccess\" for Apache or the provided one in the documentation for Nginx at it's {linkstart}documentation page ↗{linkend}. On Nginx those are typically the lines starting with \"location ~\" that need an update." : "您的网页服务器没有正确配置以解析 “{url}”。这很可能与web服务器配置没有更新以发布这个文件夹有关。请将您的配置与Apache的“.htaccess”文件中的默认重写规则或与这个{linkstart}文档页面↗{linkend}中提供的Nginx配置进行比较。在Nginx配置中通常需要修改以“location ~”开头的行。",
+ "Your web server is not properly set up to deliver .woff2 files. This is typically an issue with the Nginx configuration. For Nextcloud 15 it needs an adjustement to also deliver .woff2 files. Compare your Nginx configuration to the recommended configuration in our {linkstart}documentation ↗{linkend}." : "您的网页服务器未正确设置以服务 .woff2 文件。这通常是一个 Nginx 配置的问题。对于 Nextcloud 15,需要更改一个设置才能发布 .woff2 文件。请将您的 Nginx 配置与我们{linkstart}文档↗{linkend}中的推荐配置进行比较。",
"PHP does not seem to be setup properly to query system environment variables. The test with getenv(\"PATH\") only returns an empty response." : "PHP 的安装似乎不正确,无法访问系统环境变量。getenv(\"PATH\") 函数测试返回了一个空值。",
- "Please check the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">installation documentation ↗</a> for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "请参照<a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">安装说明文档 ↗</a>中的 PHP 配置说明查阅您服务器的PHP配置信息,特别是在使用 php-fpm 时。",
+ "Please check the {linkstart}installation documentation ↗{linkend} for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "请检查{linkstart}安装文档 ↗{linkend}中关于PHP的配置说明和您服务器上的PHP配置,特别是在使用 php-fpm 时。",
"The read-only config has been enabled. This prevents setting some configurations via the web-interface. Furthermore, the file needs to be made writable manually for every update." : "只读配置已启用。这可以在浏览器界面保护配置。另外,每次更新时需手动赋予该文件写权限。",
"Your database does not run with \"READ COMMITTED\" transaction isolation level. This can cause problems when multiple actions are executed in parallel." : "数据库没有运行在 \"READ COMMITTED\" 事务隔离级别。当多项操作同时执行时将产生问题。",
"The PHP module \"fileinfo\" is missing. It is strongly recommended to enable this module to get the best results with MIME type detection." : "未找到 PHP 的 \"fileinfo\" 模块。强烈推荐启用该模块,从而获得更好的 MIME 类型探测结果。",
- "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems. See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation ↗</a> for more information." : "已禁用事务性文件锁定,这可能在竞争条件下导致问题。在 config.php 中启用 \"filelocking.enabled\" 可以避免此问题。详情查阅 <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">文档 ↗</a>。",
+ "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems. See the {linkstart}documentation ↗{linkend} for more information." : "事务文件锁被禁用,这可能导致并发争用相关的问题。在config.php中启用 “filelocking.enabled” 选项来规避这些问题。请参考{linkstart}文档↗{linkend}获取更多信息。",
"If your installation is not installed at the root of the domain and uses system cron, there can be issues with the URL generation. To avoid these problems, please set the \"overwrite.cli.url\" option in your config.php file to the webroot path of your installation (suggestion: \"{suggestedOverwriteCliURL}\")" : "如果没有将 Nextcloud 安装到域名根目录并使用系统计划任务,生成超链接就会出现问题。为避免此问题,请在 config.php 配置文件中将 \"overwrite.cli.url\" 设置为您 Nextcloud 安装的路径。(建议:\"{suggestedOverwriteCliURL}\")",
+ "Your installation has no default phone region set. This is required to validate phone numbers in the profile settings without a country code. To allow numbers without a country code, please add \"default_phone_region\" with the respective {linkstart}ISO 3166-1 code ↗{linkend} of the region to your config file." : "您的安装没有设置默认的电话区域。这对验证配置设定中没有国家代码的电话号码而言是必需的。要允许没有国家代码的电话号码,请添加带区域相应的 {linkstart}ISO 3166-1 code ↗{linkend} 的“默认_电话_区域”到你的配置文件中。",
"It was not possible to execute the cron job via CLI. The following technical errors have appeared:" : "无法通过 CLI 执行计划任务,请查看以下技术错误:",
- "Last background job execution ran {relativeTime}. Something seems wrong." : "最近一次执行后台任务运行时间为 {relativeTime},似乎哪里出了问题。",
- "Check the background job settings" : "请检查后台任务设置",
+ "Last background job execution ran {relativeTime}. Something seems wrong. {linkstart}Check the background job settings ↗{linkend}." : "上一个后台作业执行运行了 {relativeTime}。好像出了什么问题。{linkstart}检查后台作业设置 ↗{linkend}",
"This server has no working Internet connection: Multiple endpoints could not be reached. This means that some of the features like mounting external storage, notifications about updates or installation of third-party apps will not work. Accessing files remotely and sending of notification emails might not work, either. Establish a connection from this server to the Internet to enjoy all features." : "此服务器没有可用的互联网连接:多个节点无法访问。这意味着某些功能比如挂载外部存储,更新通知以及安装第三方应用将无法工作。远程访问文件和发送通知邮件可能也不工作。启用这台服务器上的互联网连接以享用所有功能。",
- "No memory cache has been configured. To enhance performance, please configure a memcache, if available. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "内存缓存未配置,为了提升使用体验,请尽量配置内存缓存。更多信息请参见<a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">文档</a>。",
- "No suitable source for randomness found by PHP which is highly discouraged for security reasons. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "PHP 找不到合适的随机性来源,出于安全原因,我们强烈建议不要这样做。 更多信息可以在 <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">文档</a>中找到。",
- "You are currently running PHP {version}. Upgrade your PHP version to take advantage of <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">performance and security updates provided by the PHP Group</a> as soon as your distribution supports it." : "您当前正在运行 PHP 版本 {version}。我们建议您尽快在您的发行版支持新版本的时候进行升级,以获得<a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">来自 PHP 官方的性能和安全</a>的提升。",
- "Nextcloud 19 is the last release supporting PHP 7.2. Nextcloud 20 requires at least PHP 7.3." : "Nextcloud 19 是最后一个支持 PHP 7.2 的版本。 Nextcloud 20 需要至少 PHP 7.3。",
- "The reverse proxy header configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If not, this is a security issue and can allow an attacker to spoof their IP address as visible to the Nextcloud. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "反向代理头部配置错误,或者您正在通过可信的代理访问 Nextcloud。如果您不是通过可信代理访问 Nextcloud,这是一个安全问题,它允许攻击者通过伪装 IP 地址访问 Nextcloud。更多信息请查看<a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">文档</a>。",
- "Memcached is configured as distributed cache, but the wrong PHP module \"memcache\" is installed. \\OC\\Memcache\\Memcached only supports \"memcached\" and not \"memcache\". See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">memcached wiki about both modules</a>." : "Memcached 当前配置为分布式缓存,但是当前安装的 PHP 模块是 \"memcache\"。\\OC\\Memcache\\Memcached 仅支持 \"memcached\" 而不是 \"memcache\"。点击 <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">memcached wiki </a>了解两者的差别。",
- "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">List of invalid files…</a> / <a href=\"{rescanEndpoint}\">Rescan…</a>)" : "一些文件没有通过完整性检查。了解如何解决该问题请查看我们的 <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">文档</a>。(<a href=\"{codeIntegrityDownloadEndpoint}\">无效文件列表…</a> / <a href=\"{rescanEndpoint}\">重新扫描…</a>)",
- "The PHP OPcache module is not loaded. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance it is recommended</a> to load it into your PHP installation." : "PHP 的 OPcache 模块未载入。<a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">推荐开启获得更好的性能</a>。",
- "The PHP OPcache is not properly configured. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance it is recommended</a> to use the following settings in the <code>php.ini</code>:" : "PHP 的组件 OPcache 没有正确配置。 <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">为了提供更好的性能</a>,我们建议在 <code>php.ini</code>中使用下列设置:",
+ "No memory cache has been configured. To enhance performance, please configure a memcache, if available. Further information can be found in the {linkstart}documentation ↗{linkend}." : "内存缓存未配置。为了提升性能,请尽量配置内存缓存。更多信息请参见{linkstart}文档↗{linkend}。",
+ "No suitable source for randomness found by PHP which is highly discouraged for security reasons. Further information can be found in the {linkstart}documentation ↗{linkend}." : "PHP找不到合适的随机性来源,出于安全原因,这是强烈不推荐的。 更多信息可以在{linkstart}文档↗{linkend}中找到。",
+ "You are currently running PHP {version}. Upgrade your PHP version to take advantage of {linkstart}performance and security updates provided by the PHP Group ↗{linkend} as soon as your distribution supports it." : "您当前正在运行 PHP 版本 {version}。我们建议您在您的操作系统发行版支持PHP新版本的时候进行升级,以获得{linkstart}来自 PHP 官方的性能和安全更新↗{linkend}。",
+ "Nextcloud 20 is the last release supporting PHP 7.2. Nextcloud 21 requires at least PHP 7.3." : "Nextcloud 20 将是最后一个支持 PHP 7.2 的发布版。Nextcloud 21 将最低支持 PHP 7.3。",
+ "The reverse proxy header configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If not, this is a security issue and can allow an attacker to spoof their IP address as visible to the Nextcloud. Further information can be found in the {linkstart}documentation ↗{linkend}." : "反向代理头部配置错误,或者您正在通过可信的代理访问 Nextcloud。如果您不是通过可信代理访问 Nextcloud,那这是一个安全问题,它可能允许攻击者通过伪装其IP地址以访问 Nextcloud。更多信息请查看{linkstart}文档↗{linkend}。",
+ "Memcached is configured as distributed cache, but the wrong PHP module \"memcache\" is installed. \\OC\\Memcache\\Memcached only supports \"memcached\" and not \"memcache\". See the {linkstart}memcached wiki about both modules ↗{linkend}." : "Memcached 被配置为分布式缓存,但安装了错误的 PHP 模块 \"memcache\"。\\OC\\Memcache\\Memcached 只支持 \"memcached\" 不支持 \"memcache\"。见 {linkstart} 有关两者的 memcached 维基 ↗{linkend}.",
+ "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in the {linkstart1}documentation ↗{linkend}. ({linkstart2}List of invalid files…{linkend} / {linkstart3}Rescan…{linkend})" : "一些文件未通过完整性检查。有关如何解决这一问题的进一步信息可在 {linkstart1}文档↗{linkend}中找到。({linkstart2}无效文件列表…{linkend} / {linkstart3}重新扫描…{linkend})",
+ "The PHP OPcache module is not loaded. {linkstart}For better performance it is recommended ↗{linkend} to load it into your PHP installation." : "未加载 PHP OPcache 模块。{linkstart} 为了更佳性能,建议 ↗{linkend} 将其加载到你的 PHP 安装。",
+ "The PHP OPcache module is not properly configured. {linkstart}For better performance it is recommended ↗{linkend} to use the following settings in the <code>php.ini</code>:" : "未正确配置 PHP OPcache 模块。 {linkstart}为了更佳性能,建议 ↗{linkend}使用 <code>php.ini</code>中的下列设置:",
"The PHP function \"set_time_limit\" is not available. This could result in scripts being halted mid-execution, breaking your installation. Enabling this function is strongly recommended." : "PHP函数“set_time_limit”不可用。 这可能会导致脚本在执行过程中暂停,从而导致安装中断。 我们强烈建议启用此功能。",
"Your PHP does not have FreeType support, resulting in breakage of profile pictures and the settings interface." : "您的 PHP 没有 FreeType 支持,导致配置文件图片和设置界面中断。",
"Missing index \"{indexName}\" in table \"{tableName}\"." : "在数据表 \"{tableName}\" 中无法找到索引 \"{indexName}\"。",
"The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "数据库丢失了一些索引。由于给大的数据表添加索引会耗费一些时间,因此程序没有自动对其进行修复。您可以在 Nextcloud 运行时通过命令行手动执行 \"occ db:add-missing-indices\" 命令修复丢失的索引。索引修复后会大大提高相应表的查询速度。",
+ "Missing primary key on table \"{tableName}\"." : "在数据表 \"{tableName}\" 中缺少主键。",
+ "The database is missing some primary keys. Due to the fact that adding primary keys on big tables could take some time they were not added automatically. By running \"occ db:add-missing-primary-keys\" those missing primary keys could be added manually while the instance keeps running." : "数据库缺少一些主键。由于在大型数据表上添加主键可能需要一些时间,因此程序没有自动添加。通过运行 \"occ db:add-missing-primary-keys\",这些缺失的主键可以在实例持续运行时手动添加。",
+ "Missing optional column \"{columnName}\" in table \"{tableName}\"." : "表 “{tableName}” 中缺少可选列 “ {columnName}”。",
+ "The database is missing some optional columns. Due to the fact that adding columns on big tables could take some time they were not added automatically when they can be optional. By running \"occ db:add-missing-columns\" those missing columns could be added manually while the instance keeps running. Once the columns are added some features might improve responsiveness or usability." : "数据库缺少一些可选列。 由于在大表上添加列可能会花费一些时间,因此在可以选择时不会自动添加列。 通过运行 “occ db:add-missing-columns”,可以在实例继续运行时手动添加那些缺少的列。 添加列后,某些功能可能会提高响应速度或可用性。",
"This instance is missing some recommended PHP modules. For improved performance and better compatibility it is highly recommended to install them." : "该实例缺失了一些推荐的 PHP 模块。为提高性能和兼容性,我们强烈建议安装它们。",
- "Some columns in the database are missing a conversion to big int. Due to the fact that changing column types on big tables could take some time they were not changed automatically. By running 'occ db:convert-filecache-bigint' those pending changes could be applied manually. This operation needs to be made while the instance is offline. For further details read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "数据库中的一些列由于进行长整型转换而缺失。由于在较大的数据表重改变列类型会耗费一些时间,因此程序没有自动对其更改。您可以通过命令行手动执行 \"occ db:convert-filecache-bigint\" 命令以应用挂起的更改。该操作需要当整个实例变为离线状态后执行。查阅<a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">相关文档</a>以获得更多详情。",
+ "Module php-imagick in this instance has no SVG support. For better compatibility it is recommended to install it." : "此实例中的 php-imagick 模块不支持 SVG。为了获得更好的兼容性,建议安装它。",
+ "Some columns in the database are missing a conversion to big int. Due to the fact that changing column types on big tables could take some time they were not changed automatically. By running 'occ db:convert-filecache-bigint' those pending changes could be applied manually. This operation needs to be made while the instance is offline. For further details read {linkstart}the documentation page about this ↗{linkend}." : "数据库中的一些列缺少到 big int 的转换。由于更改大表上的列类型可能需要一些时间,所以它们不会被自动更改。通过运行 'occ db:convert-filecache-bigint',这些挂起的更改可以手动应用。需要在实例离线时执行此操作。进一步的细节,可以阅读 {linkstart} 关于此问题的文档页面 ↗{linkend}",
"SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend." : "当前正在使用 SQLite 作为后端数据库。多用户使用时,推荐您改用其他的数据库。",
"This is particularly recommended when using the desktop client for file synchronisation." : "特别推荐使用桌面客户端同步的用户选择。",
- "To migrate to another database use the command line tool: 'occ db:convert-type', or see the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation ↗</a>." : "迁移到其他数据库,使用命令:'occ db:convert-type' 或查阅 <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">文档↗</a>。",
- "Use of the the built in php mailer is no longer supported. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Please update your email server settings ↗<a/>." : "PHP 内建的邮件发送器已不再受支持。<a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">请更新您的 E-mail 服务器设置↗<a/>。",
+ "To migrate to another database use the command line tool: 'occ db:convert-type', or see the {linkstart}documentation ↗{linkend}." : "要迁移到另一个数据库,使用命令行工具 'occ db:convert-type'或见 {linkstart}文档↗{linkend}",
"The PHP memory limit is below the recommended value of 512MB." : "PHP 内存限制低于建议值 512MB。",
"Some app directories are owned by a different user than the web server one. This may be the case if apps have been installed manually. Check the permissions of the following app directories:" : "有些应用程序目录是由与 Web 服务器不同的用户拥有的。如果应用程序是手动安装的,情况可能是这样的。检查以下应用程序目录的权限:",
- "MySQL is used as database but does not support 4-byte characters. To be able to handle 4-byte characters (like emojis) without issues in filenames or comments for example it is recommended to enable the 4-byte support in MySQL. For further details read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "所使用的数据库为MySQL但没有对4字节字符的支持。为正确处理文件名或评论中使用的4字节字符(比如emoji表情),建议开启MySQL的4字节字符支持。详细信息请阅读<a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">相关文档页面</a>。",
+ "MySQL is used as database but does not support 4-byte characters. To be able to handle 4-byte characters (like emojis) without issues in filenames or comments for example it is recommended to enable the 4-byte support in MySQL. For further details read {linkstart}the documentation page about this ↗{linkend}." : "MySQL 被用作数据库,但不支持 4 字节字符。要能够在文件名或评论中正确处理 4 字节字符 (如 emoji),建议在 MySQL 中启用 4 字节支持。更多细节,可以阅读 {linkstart}有关此问题的文档、页 ↗{linkend}。",
"This instance uses an S3 based object store as primary storage. The uploaded files are stored temporarily on the server and thus it is recommended to have 50 GB of free space available in the temp directory of PHP. Check the logs for full details about the path and the available space. To improve this please change the temporary directory in the php.ini or make more space available in that path." : "此实例使用基于S3的对象存储作为主存储。上传的文件会临时存放在服务器上,所以建议PHP的临时目录有50 GB的可用空间。路径和可用空间的详情请查看日志。要改善此状况请修改php.ini文件中的临时目录路径或增加该路径的可用空间。",
- "You are accessing your instance over a secure connection, however your instance is generating insecure URLs. This most likely means that you are behind a reverse proxy and the overwrite config variables are not set correctly. Please read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "您正在通过安全连接访问实例,但是您的实例生成的 URL 不安全。 这很可能意味着您正在使用反向代理,并且覆盖配置变量未正确设置。 请阅读<a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">有关此内容的文档页面</a>。",
+ "You are accessing your instance over a secure connection, however your instance is generating insecure URLs. This most likely means that you are behind a reverse proxy and the overwrite config variables are not set correctly. Please read {linkstart}the documentation page about this ↗{linkend}." : "你正通过安全连接访问你的实例,然而你的实例正生成不安全的 URL。这很可能意味着你位于反向代理的后面,覆盖的配置变量没有正确设置。可以阅读 {linkstart}有关此问题的文档页 ↗{linkend}",
"Error occurred while checking server setup" : "检查服务器设置时出错",
+ "For more details see the {linkstart}documentation ↗{linkend}." : "更多细节,见 {linkstart}文档 ↗{linkend}",
"Your data directory and files are probably accessible from the Internet. The .htaccess file is not working. It is strongly recommended that you configure your web server so that the data directory is no longer accessible, or move the data directory outside the web server document root." : "您的数据目录和文件可以从互联网直接访问。.htaccess 文件不起作用。强烈建议您配置 Web 服务器,以便数据目录不再可访问,或者您可以将数据目录移动到 Web 服务器文档根目录。",
"The \"{header}\" HTTP header is not set to \"{expected}\". This is a potential security or privacy risk, as it is recommended to adjust this setting accordingly." : "HTTP 请求头 \"{header}\" 没有配置为 \"{expected}\"。这是一个潜在的安全或隐私风险,我们建议您调整这项设置。",
"The \"{header}\" HTTP header is not set to \"{expected}\". Some features might not work correctly, as it is recommended to adjust this setting accordingly." : "HTTP 请求头 \"{header}\" 没有配置为 \"{expected}\"。某些功能可能无法正常工作,因此建议相应地调整此设置。",
"The \"{header}\" HTTP header doesn't contain \"{expected}\". This is a potential security or privacy risk, as it is recommended to adjust this setting accordingly." : "HTTP 头 \"{header}\" 未包含 \"{expected}\"。这是一种潜在的安全或隐私风险,因此推荐调整此项设置。",
- "The \"{header}\" HTTP header is not set to \"{val1}\", \"{val2}\", \"{val3}\", \"{val4}\" or \"{val5}\". This can leak referer information. See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{link}\">W3C Recommendation ↗</a>." : "HTTP 头 \"{header}\" 未设置成 \"{val1}\",\"{val2}\",\"{val3}\",\"{val4}\" 或 \"{val5}\"。这会泄露更多的信息。请查阅 <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{link}\">W3C 建议↗</a>。",
- "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the <a href=\"{docUrl}\" rel=\"noreferrer noopener\">security tips ↗</a>." : "HTTP的请求头 \"Strict-Transport-Security\" 未设置为至少 \"{seconds}\" 秒。为了提高安全性,建议参照<a href=\"{docUrl}\" rel=\"noreferrer noopener\">security tips ↗</a>中的说明启用HSTS。",
- "Accessing site insecurely via HTTP. You are strongly advised to set up your server to require HTTPS instead, as described in the <a href=\"{docUrl}\">security tips ↗</a>." : "通过 HTTP 访问网站不安全。强烈建议您将服务器设置成要求使用HTTPS 协议,请查阅 <a href=\"{docUrl}\">安全贴士↗</a>。",
- "Non-existing tag #{tag}" : "标签 #{tag} 不存在",
- "restricted" : "受限",
- "invisible" : "不可见",
- "Delete" : "删除",
- "Rename" : "重命名",
- "Collaborative tags" : "协作标签",
- "No tags found" : "标签未找到",
+ "The \"{header}\" HTTP header is not set to \"{val1}\", \"{val2}\", \"{val3}\", \"{val4}\" or \"{val5}\". This can leak referer information. See the {linkstart}W3C Recommendation ↗{linkend}." : "\"{header}\" HTTP 头 未设置到 \"{val1}\"、 \"{val2}\"、 \"{val3}\"、 \"{val4}\" 或 \"{val5}\"。这可能会泄露 refer 信息。见 {linkstart}W3C 建议 ↗{linkend}",
+ "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the {linkstart}security tips ↗{linkend}." : "\"Strict-Transport-Security\" HTTP 头未设为至少 \"{seconds}\" 秒。为了提高安全性,建议启用 HSTS,参考步骤见 {linkstart}安全小贴士 ↗{linkend}",
+ "Accessing site insecurely via HTTP. You are strongly advised to set up your server to require HTTPS instead, as described in the {linkstart}security tips ↗{linkend}." : "通过 HTTP 不安全访问站点。强烈建议你将服务器设置为要求 HTTPS,参考步骤见 {linkstart}安全小贴士 ↗{linkend}",
"unknown text" : "未知文字",
"Hello world!" : "你好,世界!",
"sunny" : "晴",
@@ -123,27 +128,28 @@
"Please reload the page." : "请重新加载页面。",
"The update was unsuccessful. For more information <a href=\"{url}\">check our forum post</a> covering this issue." : "更新不成功。有关此问题的更多信息请<a href=\"{url}\">查看我们的论坛帖子</a>。",
"The update was unsuccessful. Please report this issue to the <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">Nextcloud community</a>." : "升级失败。请将此问题报告给 <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">Nextcloud 社区</a>。",
- "Continue to Nextcloud" : "继续访问 Nextcloud",
- "_The update was successful. Redirecting you to Nextcloud in %n second._::_The update was successful. Redirecting you to Nextcloud in %n seconds._" : ["升级成功,在%n秒内重定向到 Nextcloud。"],
- "Searching other places" : "搜索其他位置",
- "No search results in other folders for {tag}{filter}{endtag}" : "在其它的文件夹里没有关于 {tag}{filter}{endtag} 的搜索结果",
- "_{count} search result in another folder_::_{count} search results in other folders_" : ["在其他文件夹中找到 {count} 条搜索结果"],
+ "Continue to {productName}" : "继续到 {productName}",
+ "_The update was successful. Redirecting you to {productName} in %n second._::_The update was successful. Redirecting you to {productName} in %n seconds._" : ["更新成功。%n 秒内将把你重定向到 {productName}"],
+ "Log in" : "登录",
+ "Logging in …" : "正在登录 …",
"Server side authentication failed!" : "服务端认证失败!",
"Please contact your administrator." : "请联系您的管理员。",
"An internal error occurred." : "发生了内部错误。",
"Please try again or contact your administrator." : "请重试或联系您的管理员。",
"Username or email" : "用户名或邮箱",
"Password" : "密码",
- "Log in" : "登录",
- "Logging in …" : "正在登录 …",
+ "Toggle password visibility" : "切换密码可见性",
"Wrong username or password." : "错误的用户名或密码。",
"User disabled" : "用户不可用",
- "We have detected multiple invalid login attempts from your IP. Therefore your next login is throttled up to 30 seconds." : "我们检测到您的 IP 进行了多次无效登录尝试。因此,请 30 秒之后再尝试。",
+ "We have detected multiple invalid login attempts from your IP. Therefore your next login is throttled up to 30 seconds." : "我们检测到您的 IP 进行了多次无效登录尝试。因此,你的下一次登录最长会延迟30秒。",
+ "Your account is not setup for passwordless login." : "您的账号未设置无密码登录。",
+ "Passwordless authentication is not supported in your browser." : "浏览器不支持无密码验证。",
+ "Passwordless authentication is only available over a secure connection." : "无密码身份验证仅在安全连接上可用。",
"Reset password" : "重置密码",
- "A password reset message has been sent to the e-mail address of this account. If you do not receive it, check your spam/junk folders or ask your local administrator for help." : "密码重置的电子邮件发送到此账号的电子邮件地址。 如果您未在合理的时间内收到,请优先检查您的垃圾邮件/垃圾邮件文件夹。如果不存在此电子邮件,请咨询系统管理员。",
+ "A password reset message has been sent to the email address of this account. If you do not receive it, check your spam/junk folders or ask your local administrator for help." : "密码重置消息已发送到该帐户的电子邮件地址。如果您没有收到,请检查您的垃圾邮件/垃圾文件夹或向您的本地管理员寻求帮助。 ",
"If it is not there ask your local administrator." : "如果它不在此处,请询问您的本地管理员。",
"Couldn't send reset email. Please contact your administrator." : "未能成功发送重置邮件,请联系管理员。",
- "Password can not be changed. Please contact your administrator." : "无法修改密码,请联系管理员。",
+ "Password cannot be changed. Please contact your administrator." : "无法更改密码。请联系你的管理员。",
"Back to login" : "返回登录",
"New password" : "新密码",
"Your files are encrypted. There will be no way to get your data back after your password is reset. If you are not sure what to do, please contact your administrator before you continue. Do you really want to continue?" : "您的文件已经加密。您的密码重置后就没有任何方式能恢复您的数据了。如果您不确定,请在继续前联系您的管理员。您是否真的要继续?",
@@ -151,20 +157,32 @@
"Resetting password" : "正在重置密码",
"Recommended apps" : "推荐的应用",
"Loading apps …" : "正在加载应用…",
- "Could not fetch list of apps from the app store." : "无法从应用商店中获取应用列表。",
+ "Could not fetch list of apps from the App Store." : "无法从应用商店获取应用列表",
"Installing apps …" : "正在安装应用...",
- "Nextcloud {app}" : "Nextcloud {app}",
"App download or installation failed" : "应用下载或安装失败",
- "Can't install this app because it is not compatible" : "无法安装此应用,因为不兼容",
- "Can't install this app" : "无法安装此应用",
+ "Cannot install this app because it is not compatible" : "无法安装此应用,因它不兼容",
+ "Cannot install this app" : "无法安装此应用",
"Cancel" : "取消",
"Schedule work & meetings, synced with all your devices." : "安排工作和会议,并与您的所有设备同步。",
"Keep your colleagues and friends in one place without leaking their private info." : "将您的同事和朋友放在一个地方,而不会泄漏他们的私人信息。",
"Simple email app nicely integrated with Files, Contacts and Calendar." : "简单的电子邮件应用程序与文件,联系人和日历完美集成。",
"Chatting, video calls, screensharing, online meetings and web conferencing – in your browser and with mobile apps." : "在浏览器和移动设备应用中进行聊天,视频通话,屏幕共享,线上见面和网络会议。",
"Collaboratively edit office documents." : "协作编辑办公文档。",
- "Local document editing back-end used by the OnlyOffice app." : "OnlyOffice 应用使用的本地文档编辑后端。",
+ "Local document editing back-end used by the Collabora Online app." : "Collabora Online 应用程序使用的本地文档编辑后端。",
"Forgot password?" : "忘记密码?",
+ "Log in with a device" : "使用设备登录",
+ "Back" : "返回",
+ "Login form is disabled." : "登录表单被禁用",
+ "Reset search" : "重置搜索",
+ "Search for {name} only" : "仅搜索 {name}",
+ "No results for {query}" : "没有 '{query}' 的相关结果",
+ "Start typing to search" : "开始输入搜索内容",
+ "Loading more results …" : "加载更多结果...",
+ "Load more results" : "加载更多结果",
+ "Search" : "搜索",
+ "An error occurred while searching for {type}" : "搜索 {type} 时出错",
+ "_Please enter {minSearchLength} character or more to search_::_Please enter {minSearchLength} characters or more to search_" : ["请输入 {minSearchLength} 个字符或更多字符以进行搜索"],
+ "Search {types} …" : "搜索 {类型} …",
"Settings" : "设置",
"Could not load your contacts" : "无法加载您的联系人",
"Search contacts …" : "搜索联系人 …",
@@ -232,6 +250,13 @@
"Strong password" : "强密码",
"No action available" : "无可用操作",
"Error fetching contact actions" : "查找联系人时出错",
+ "Non-existing tag #{tag}" : "标签 #{tag} 不存在",
+ "restricted" : "受限",
+ "invisible" : "不可见",
+ "Delete" : "删除",
+ "Rename" : "重命名",
+ "Collaborative tags" : "协作标签",
+ "No tags found" : "标签未找到",
"Personal" : "个人",
"Users" : "用户",
"Apps" : "应用",
@@ -241,7 +266,10 @@
"File not found" : "文件未找到",
"The document could not be found on the server. Maybe the share was deleted or has expired?" : "服务器上找不到该文档。可能此共享已被删除或过期。",
"Back to %s" : "返回 %s",
+ "Too many requests" : "请求过多",
+ "There were too many requests from your network. Retry later or contact your administrator if this is an error." : "您的网络请求过多。如果出现错误,请稍后重试或与您的管理员联系。",
"Error" : "错误",
+ "Previous" : "上一个",
"Internal Server Error" : "内部服务器错误",
"The server was unable to complete your request." : "服务器不能完成您的请求。",
"If this happens again, please send the technical details below to the server administrator." : "如果再次发生这种情况,请将下面的技术详细信息发送给服务器管理员。",
@@ -278,7 +306,7 @@
"SQLite should only be used for minimal and development instances. For production we recommend a different database backend." : "SQLite应只用于最小化和开发实例。生产环境我们推荐使用不同的数据库后端。",
"If you use clients for file syncing, the use of SQLite is highly discouraged." : "如果您使用文件同步客户端,强烈不建议使用SQLite。",
"Install recommended apps" : "安装推荐的应用",
- "Calendar, Contacts, Talk, Mail & OnlyOffice" : "日历、联系人、通话、电子邮件和 OnlyOffice",
+ "Calendar, Contacts, Talk, Mail & Collaborative editing" : "日历、联系人、通话、电子邮件和协作编辑",
"Finish setup" : "安装完成",
"Finishing …" : "正在完成 …",
"Need help?" : "需要帮助?",
@@ -292,14 +320,13 @@
"More apps" : "更多的应用程序",
"More" : "更多",
"More apps menu" : "更多的应用菜单",
- "Search" : "搜索",
- "Reset search" : "重置搜索",
"Contacts" : "联系人",
"Contacts menu" : "联系人菜单",
"Settings menu" : "设置菜单",
"Confirm your password" : "确认您的密码",
"Connect to your account" : "连接到您的账号",
"Please log in before granting %1$s access to your %2$s account." : "在授权 %1$s 访问您的账号 %2$s 之前,请先登录。",
+ "If you are not trying to set up a new device or app, someone is trying to trick you into granting them access to your data. In this case do not proceed and instead contact your system administrator." : "如果您不打算设置新设备或应用程序,则有人试图欺骗您,以授予他们访问数据的权限。 在这种情况下,请勿继续操作,而应与系统管理员联系。",
"App token" : "App 令牌",
"Grant access" : "授权访问",
"Alternative log in using app token" : "使用应用程序令牌替代登录",
@@ -327,7 +354,7 @@
"Further information how to configure this can be found in the %1$sdocumentation%2$s." : "配置此项的详细内容请查阅 %1$s文档%2$s。",
"App update required" : "必须的应用更新",
"%1$s will be updated to version %2$s" : "%1$s 将被升级至版本 %2$s",
- "These apps will be updated:" : "以下应用将被更新:",
+ "The following apps will be updated:" : "以下应用将被更新:",
"These incompatible apps will be disabled:" : "下述不兼容的应用将被禁用:",
"The theme %s has been disabled." : "%s 主题已被禁用。",
"Please make sure that the database, the config folder and the data folder have been backed up before proceeding." : "在继续之前,请确认数据库、配置文件夹和数据文件夹已经备份。",
@@ -343,95 +370,49 @@
"This %s instance is currently in maintenance mode, which may take a while." : "该实例 %s 当前处于维护模式,这将花费一些时间。",
"This page will refresh itself when the instance is available again." : "当实例再次可用时,页面会自动刷新。",
"Contact your system administrator if this message persists or appeared unexpectedly." : "如果这个消息一直存在或不停出现,请联系您的系统管理员。",
- "Could not send reset email because there is no email address for this username. Please contact your administrator." : "该用户没有设置电子邮件地址,无发送重置邮件。请联系管理员。",
- "Couldn't send reset email. Please make sure your username is correct." : "无法发送重置邮件,请检查您的用户名是否正确。",
- "We have send a password reset e-mail to the e-mail address known to us for this account. If you do not receive it within a reasonable amount of time, check your spam/junk folders.<br>If it is not there ask your local administrator." : "我们已将密码重置电子邮件发送到我们已知道的此账号的电子邮件地址。 如果您未在合理的时间内收到,请检查您的垃圾邮件/垃圾邮件文件夹。<br> 如果不存在,请咨询管理员。",
- "Your files are encrypted. There will be no way to get your data back after your password is reset.<br />If you are not sure what to do, please contact your administrator before you continue. <br />Do you really want to continue?" : "您的文件已经加密。当您的密码重置后没有任何方式能恢复您的数据。<br />如果您不确定,请在继续前联系您的管理员。<br/>您是否真的要继续?",
- "Sending email …" : "正在发送电子邮件…",
- "You are currently running PHP 5.6. The current major version of Nextcloud is the last that is supported on PHP 5.6. It is recommended to upgrade the PHP version to 7.0+ to be able to upgrade to Nextcloud 14." : "您目前正在运行 PHP 5.6。 Nextcloud 的当前主要版本是最后一个支持 PHP 5.6 的版本。 建议将 PHP 版本升级到 7.0 以便能够升级到 Nextcloud 14。",
- "Accessing site insecurely via HTTP. You are strongly adviced to set up your server to require HTTPS instead, as described in the <a href=\"{docUrl}\">security tips ↗</a>." : "通过 HTTP 访问网站不安全。强烈建议您将服务器设置成 HTTPS 协议,请查阅 <a href=\"{docUrl}\">安全贴士↗</a>。",
- "Shared" : "已共享",
- "Shared with" : "共享给",
- "Shared by" : "共享人",
- "Choose a password for the public link" : "为公开链接设置密码",
- "Choose a password for the public link or press the \"Enter\" key" : "为公开链接设置密码,或按 \"回车\" 键",
- "Copied!" : "已复制!",
- "Copy link" : "复制链接",
- "Not supported!" : "不支持!",
- "Press ⌘-C to copy." : "按 ⌘ + C 进行复制。",
- "Press Ctrl-C to copy." : "按 Ctrl + C 进行复制。",
- "Unable to create a link share" : "无法创建共享链接",
- "Unable to toggle this option" : "无法切换此项",
- "Resharing is not allowed" : "不允许二次共享",
- "Link" : "链接",
- "Hide download" : "隐藏下载",
- "Password protection enforced" : "强制密码保护",
- "Password protect" : "密码保护",
- "Allow editing" : "允许编辑",
- "Email link to person" : "发送链接到个人",
- "Send" : "发送",
- "Allow upload and editing" : "允许上传和编辑",
- "Read only" : "只读",
- "File drop (upload only)" : "文件拖拽(仅上传)",
- "Expiration date enforced" : "强制有效期",
- "Set expiration date" : "设置过期日期",
- "Expiration" : "过期",
- "Expiration date" : "过期日期",
- "Note to recipient" : "备注",
- "Unshare" : "取消共享",
- "Delete share link" : "删除共享链接",
- "Add another link" : "添加其他链接",
- "Password protection for links is mandatory" : "强制使用密码保护的链接",
- "Share to {name}" : "共享给 {name}",
- "Share link" : "共享链接",
- "New share link" : "新共享链接",
- "Created on {time}" : "创建于 {time}",
- "Password protect by Talk" : "通过 Talk 保护密码",
- "Could not unshare" : "无法取消共享",
- "Shared with you and the group {group} by {owner}" : "{owner} 共享给您及 {group} 分组",
- "Shared with you and {circle} by {owner}" : "{owner} 共享给您及 {circle}",
- "Shared with you and the conversation {conversation} by {owner}" : "{owner} 共享给您及对话 {conversation}",
- "Shared with you in a conversation by {owner}" : "由 {owner} 通过一个对话与您分享",
- "Shared with you by {owner}" : "{owner} 共享给您",
- "Choose a password for the mail share" : "为电子邮件共享选择一个密码",
- "group" : "群组",
- "remote" : "外部",
- "remote group" : "远程群组",
- "email" : "邮件",
- "conversation" : "会话",
- "shared by {sharer}" : "由 {sharer} 共享",
- "Can reshare" : "允许重新共享",
- "Can edit" : "可以编辑",
- "Can create" : "可以创建",
- "Can change" : "可以修改",
- "Can delete" : "可以删除",
- "Access control" : "访问控制",
- "{shareInitiatorDisplayName} shared via link" : "{shareInitiatorDisplayName} 通过链接共享",
- "Error while sharing" : "共享时出错",
- "Share details could not be loaded for this item." : "无法加载这个项目的共享详情。",
- "Search globally" : "全局搜索",
- "_At least {count} character is needed for autocompletion_::_At least {count} characters are needed for autocompletion_" : ["{count}字符需要自动完成"],
- "This list is maybe truncated - please refine your search term to see more results." : "此列表可能会被截断 - 请缩短您的搜索词以查看更多结果。",
- "No users or groups found for {search}" : "{search} 条件下没有找到用户或用户组",
- "No users found for {search}" : "没有找到 {search} 用户",
- "An error occurred (\"{message}\"). Please try again" : "发生错误(\"{message}\")。请重试",
- "An error occurred. Please try again" : "发生错误。请重试",
- "Home" : "家庭",
- "Work" : "工作",
- "Other" : "其他",
- "{sharee} (remote group)" : "{sharee}(远程组)",
- "{sharee} ({type}, {owner})" : "{share}({type},{owner})",
- "Share" : "共享",
- "Name or email address..." : "姓名或电子邮件地址...",
- "Name or federated cloud ID..." : "姓名或联合云 ID...",
- "Name, federated cloud ID or email address..." : "姓名,联合云 ID 或电子邮件地址...",
- "Name..." : "名称...",
- "Error removing share" : "移除共享时出错",
- "({scope})" : "({scope})",
- "Saving..." : "正在保存...",
- "Dismiss" : "忽略",
- "Your client should now be connected! You can close this window." : "您的客户端现在应该可以连接了!您可以关闭这个窗口。",
- "New Password" : "新密码",
- "Cancel log in" : "取消登录"
+ "Checking whether the database schema can be updated (this can take a long time depending on the database size)" : "检查数据库结构是否可以更新(这可能需要很长的时间,这取决于数据库大小)",
+ "Checked database schema update" : "已经检查数据库结构更新",
+ "Checking updates of apps" : "检查更新应用",
+ "Checking for update of app \"%s\" in appstore" : "检查%s应用是否有更新",
+ "Update app \"%s\" from appstore" : "从应用商店更新%s应用",
+ "Checked for update of app \"%s\" in appstore" : "已检查%s应用的是否有更新",
+ "Checked database schema update for apps" : "已经检查应用的数据库结构更新",
+ "Following apps have been disabled: %s" : "下列应用已经被禁用:%s",
+ "Your web server is not properly set up to resolve \"{url}\". Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "您的网页服务器未正确设置以解析“{url}”。更多信息请参见<a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">文档</a>。",
+ "Your web server is not properly set up to resolve \"{url}\". This is most likely related to a web server configuration that was not updated to deliver this folder directly. Please compare your configuration against the shipped rewrite rules in \".htaccess\" for Apache or the provided one in the documentation for Nginx at it's <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation page</a>. On Nginx those are typically the lines starting with \"location ~\" that need an update." : "您的web服务器没有正确配置以解析 “{url}”。这很可能与web服务器配置没有更新,导致不能直接访问这个文件夹有关。请将您的配置与Apache “.htaccess”文件中的默认重写规则或者与这个<a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">文档页面</a>中的Nginx配置进行比较。在Nginx配置中通常是以“location ~”开头的行需要修改。",
+ "Your web server is not properly set up to deliver .woff2 files. This is typically an issue with the Nginx configuration. For Nextcloud 15 it needs an adjustement to also deliver .woff2 files. Compare your Nginx configuration to the recommended configuration in our <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "您的网页服务器未正确设置以服务 .woff2 文件。这通常是一个 Nginx 配置的问题。对于 Nextcloud 15,需要更改一个设置才能服务 .woff2 文件。请将您的 Nginx 配置与我们<a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">文档</a>中推荐配置进行比较。",
+ "Please check the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">installation documentation ↗</a> for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "请参照<a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">安装说明文档 ↗</a>中的 PHP 配置说明查阅您服务器的PHP配置信息,特别是在使用 php-fpm 时。",
+ "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems. See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation ↗</a> for more information." : "已禁用事务性文件锁定,这可能在竞争条件下导致问题。在 config.php 中启用 \"filelocking.enabled\" 可以避免此问题。详情查阅 <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">文档 ↗</a>。",
+ "Last background job execution ran {relativeTime}. Something seems wrong." : "最近一次执行后台任务运行时间为 {relativeTime},似乎哪里出了问题。",
+ "Check the background job settings" : "请检查后台任务设置",
+ "No memory cache has been configured. To enhance performance, please configure a memcache, if available. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "内存缓存未配置,为了提升使用体验,请尽量配置内存缓存。更多信息请参见<a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">文档</a>。",
+ "No suitable source for randomness found by PHP which is highly discouraged for security reasons. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "PHP 找不到合适的随机性来源,出于安全原因,我们强烈建议不要这样做。 更多信息可以在 <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">文档</a>中找到。",
+ "You are currently running PHP {version}. Upgrade your PHP version to take advantage of <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">performance and security updates provided by the PHP Group</a> as soon as your distribution supports it." : "您当前正在运行 PHP 版本 {version}。我们建议您尽快在您的发行版支持新版本的时候进行升级,以获得<a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">来自 PHP 官方的性能和安全</a>的提升。",
+ "The reverse proxy header configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If not, this is a security issue and can allow an attacker to spoof their IP address as visible to the Nextcloud. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "反向代理头部配置错误,或者您正在通过可信的代理访问 Nextcloud。如果您不是通过可信代理访问 Nextcloud,这是一个安全问题,它允许攻击者通过伪装 IP 地址访问 Nextcloud。更多信息请查看<a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">文档</a>。",
+ "Memcached is configured as distributed cache, but the wrong PHP module \"memcache\" is installed. \\OC\\Memcache\\Memcached only supports \"memcached\" and not \"memcache\". See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">memcached wiki about both modules</a>." : "Memcached 当前配置为分布式缓存,但是当前安装的 PHP 模块是 \"memcache\"。\\OC\\Memcache\\Memcached 仅支持 \"memcached\" 而不是 \"memcache\"。点击 <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">memcached wiki </a>了解两者的差别。",
+ "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">List of invalid files…</a> / <a href=\"{rescanEndpoint}\">Rescan…</a>)" : "一些文件没有通过完整性检查。了解如何解决该问题请查看我们的 <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">文档</a>。(<a href=\"{codeIntegrityDownloadEndpoint}\">无效文件列表…</a> / <a href=\"{rescanEndpoint}\">重新扫描…</a>)",
+ "The PHP OPcache module is not loaded. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance it is recommended</a> to load it into your PHP installation." : "PHP 的 OPcache 模块未载入。<a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">推荐开启获得更好的性能</a>。",
+ "The PHP OPcache is not properly configured. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance it is recommended</a> to use the following settings in the <code>php.ini</code>:" : "PHP 的组件 OPcache 没有正确配置。 <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">为了提供更好的性能</a>,我们建议在 <code>php.ini</code>中使用下列设置:",
+ "Some columns in the database are missing a conversion to big int. Due to the fact that changing column types on big tables could take some time they were not changed automatically. By running 'occ db:convert-filecache-bigint' those pending changes could be applied manually. This operation needs to be made while the instance is offline. For further details read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "数据库中的一些列由于进行长整型转换而缺失。由于在较大的数据表重改变列类型会耗费一些时间,因此程序没有自动对其更改。您可以通过命令行手动执行 \"occ db:convert-filecache-bigint\" 命令以应用挂起的更改。该操作需要当整个实例变为离线状态后执行。查阅<a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">相关文档</a>以获得更多详情。",
+ "To migrate to another database use the command line tool: 'occ db:convert-type', or see the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation ↗</a>." : "迁移到其他数据库,使用命令:'occ db:convert-type' 或查阅 <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">文档↗</a>。",
+ "Use of the the built in php mailer is no longer supported. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Please update your email server settings ↗<a/>." : "PHP 内建的邮件发送器已不再受支持。<a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">请更新您的 E-mail 服务器设置↗<a/>。",
+ "MySQL is used as database but does not support 4-byte characters. To be able to handle 4-byte characters (like emojis) without issues in filenames or comments for example it is recommended to enable the 4-byte support in MySQL. For further details read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "所使用的数据库为MySQL但没有对4字节字符的支持。为正确处理文件名或评论中使用的4字节字符(比如emoji表情),建议开启MySQL的4字节字符支持。详细信息请阅读<a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">相关文档页面</a>。",
+ "You are accessing your instance over a secure connection, however your instance is generating insecure URLs. This most likely means that you are behind a reverse proxy and the overwrite config variables are not set correctly. Please read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "您正在通过安全连接访问实例,但是您的实例生成的 URL 不安全。 这很可能意味着您正在使用反向代理,并且覆盖配置变量未正确设置。 请阅读<a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">有关此内容的文档页面</a>。",
+ "The \"{header}\" HTTP header is not set to \"{val1}\", \"{val2}\", \"{val3}\", \"{val4}\" or \"{val5}\". This can leak referer information. See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{link}\">W3C Recommendation ↗</a>." : "HTTP 头 \"{header}\" 未设置成 \"{val1}\",\"{val2}\",\"{val3}\",\"{val4}\" 或 \"{val5}\"。这会泄露更多的信息。请查阅 <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{link}\">W3C 建议↗</a>。",
+ "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the <a href=\"{docUrl}\" rel=\"noreferrer noopener\">security tips ↗</a>." : "HTTP的请求头 \"Strict-Transport-Security\" 未设置为至少 \"{seconds}\" 秒。为了提高安全性,建议参照<a href=\"{docUrl}\" rel=\"noreferrer noopener\">security tips ↗</a>中的说明启用HSTS。",
+ "Accessing site insecurely via HTTP. You are strongly advised to set up your server to require HTTPS instead, as described in the <a href=\"{docUrl}\">security tips ↗</a>." : "通过 HTTP 访问网站不安全。强烈建议您将服务器设置成要求使用HTTPS 协议,请查阅 <a href=\"{docUrl}\">安全贴士↗</a>。",
+ "Continue to Nextcloud" : "继续访问 Nextcloud",
+ "_The update was successful. Redirecting you to Nextcloud in %n second._::_The update was successful. Redirecting you to Nextcloud in %n seconds._" : ["升级成功,在%n秒内重定向到 Nextcloud。"],
+ "Searching other places" : "搜索其他位置",
+ "No search results in other folders for {tag}{filter}{endtag}" : "在其它的文件夹里没有关于 {tag}{filter}{endtag} 的搜索结果",
+ "_{count} search result in another folder_::_{count} search results in other folders_" : ["在其他文件夹中找到 {count} 条搜索结果"],
+ "A password reset message has been sent to the e-mail address of this account. If you do not receive it, check your spam/junk folders or ask your local administrator for help." : "密码重置的电子邮件发送到此账号的电子邮件地址。 如果您未在合理的时间内收到,请优先检查您的垃圾邮件/垃圾邮件文件夹。如果不存在此电子邮件,请咨询系统管理员。",
+ "Password can not be changed. Please contact your administrator." : "无法修改密码,请联系管理员。",
+ "Could not fetch list of apps from the app store." : "无法从应用商店中获取应用列表。",
+ "Nextcloud {app}" : "Nextcloud {app}",
+ "Can't install this app because it is not compatible" : "无法安装此应用,因为不兼容",
+ "Can't install this app" : "无法安装此应用",
+ "These apps will be updated:" : "以下应用将被更新:",
+ "For more details see the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "获取更多详情,请查看<a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">文档</a>。"
},"pluralForm" :"nplurals=1; plural=0;"
} \ No newline at end of file
diff --git a/core/l10n/zh_HK.js b/core/l10n/zh_HK.js
new file mode 100644
index 00000000000..bdfb9e17a0f
--- /dev/null
+++ b/core/l10n/zh_HK.js
@@ -0,0 +1,420 @@
+OC.L10N.register(
+ "core",
+ {
+ "Please select a file." : "請選擇檔案。",
+ "File is too big" : "檔案太大",
+ "The selected file is not an image." : "選擇的檔案不是圖像檔",
+ "The selected file cannot be read." : "選擇的檔案無法讀取",
+ "The file was uploaded" : "檔案已上傳",
+ "The uploaded file exceeds the upload_max_filesize directive in php.ini" : "上傳檔案的大小已超過 php.ini 中 upload_max_filesize 設置的值",
+ "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "上傳的檔案大小超過 HTML 表單中 MAX_FILE_SIZE 的限制",
+ "The file was only partially uploaded" : "檔案僅部分上傳",
+ "No file was uploaded" : "沒有檔案被上傳",
+ "Missing a temporary folder" : "找不到暫存資料夾",
+ "Could not write file to disk" : "寫入硬碟失敗",
+ "A PHP extension stopped the file upload" : "某個 PHP 擴充功能終止檔案的上傳",
+ "Invalid file provided" : "提供的檔案無效",
+ "No image or file provided" : "未提供圖像或檔案",
+ "Unknown filetype" : "未知的檔案類型",
+ "Invalid image" : "圖像無效",
+ "An error occurred. Please contact your admin." : "發生錯誤,請聯絡管理員。",
+ "No temporary profile picture available, try again" : "沒有臨時用的大頭貼,請再試一次",
+ "No crop data provided" : "未設定剪裁",
+ "No valid crop data provided" : "未提供有效的剪裁設定",
+ "Crop is not square" : "剪裁設定不是正方形",
+ "State token does not match" : "狀態權杖不相符",
+ "Invalid app password" : "無效的應用程式密碼",
+ "Could not complete login" : "嘗試登入時發生錯誤",
+ "Your login token is invalid or has expired" : "您的登入權杖無效或已過期",
+ "Password reset is disabled" : "密碼重設已停用",
+ "Couldn't reset password because the token is invalid" : "重設密碼權杖無效,重設失敗",
+ "Couldn't reset password because the token is expired" : "權杖已過期,無法重設密碼",
+ "%s password reset" : "%s 密碼重設",
+ "Password reset" : "密碼重設",
+ "Click the following button to reset your password. If you have not requested the password reset, then ignore this email." : "點選下方的按鈕來重設您的密碼。若您沒有要求重設密碼,請不用理會此電子郵件。",
+ "Click the following link to reset your password. If you have not requested the password reset, then ignore this email." : "點取下方的連結以重設您的密碼。 如果您沒有要求重設密碼的話,請不用理會此電子郵件。",
+ "Reset your password" : "重設密碼",
+ "Nextcloud Server" : "Nextcloud 伺服器",
+ "Some of your link shares have been removed" : "部分分享連結己被移除",
+ "Due to a security bug we had to remove some of your link shares. Please see the link for more information." : "由於安全性問題,我們必須移除您一部分的連結分享。查看更多資訊請點選連結。",
+ "The user limit of this instance is reached." : "的達此實例的用戶上限。",
+ "Enter your subscription key to increase the user limit. For more information about Nextcloud Enterprise see our website." : "請輸入你獲得的訂閱代碼以解開用戶數量限制。有關Nextcloud企業版的詳細信息請參見我們的網站。",
+ "Preparing update" : "準備更新",
+ "[%d / %d]: %s" : "[%d / %d]: %s",
+ "Repair step:" : "修復步驟:",
+ "Repair info:" : "修復資訊:",
+ "Repair warning:" : "修復警告:",
+ "Repair error:" : "修復錯誤:",
+ "Please use the command line updater because automatic updating is disabled in the config.php." : "由於自動更新功能已在 config.php 檔案中設定停用,請使用命令列(command line)更新系統。",
+ "[%d / %d]: Checking table %s" : "[%d / %d]: 檢查資料表 %s",
+ "Turned on maintenance mode" : "啟用維護模式",
+ "Turned off maintenance mode" : "停用維護模式",
+ "Maintenance mode is kept active" : "伺服器正處於維護模式",
+ "Updating database schema" : "正在更新數據庫模式",
+ "Updated database" : "已更新數據庫",
+ "Checking for update of app \"%s\" in App Store" : "在 App Store 中檢查應用程式 “%s” 的更新",
+ "Update app \"%s\" from App Store" : "從 App Store 更新應用程式 “%s”",
+ "Checked for update of app \"%s\" in App Store" : "在 App Store 中檢查應用程式 “%s” 的更新",
+ "Checking whether the database schema for %s can be updated (this can take a long time depending on the database size)" : "檢查 %s 是否有可更新的數據庫模式(若數據庫較大,可能需要一段時間)",
+ "Updated \"%1$s\" to %2$s" : "已從 %1$s 更新至 %2$s",
+ "Set log level to debug" : "設定記錄至除錯層級",
+ "Reset log level" : "重設記錄層級",
+ "Starting code integrity check" : "開始檢查程式碼完整性",
+ "Finished code integrity check" : "已完成程式碼完整性檢查",
+ "%s (incompatible)" : "%s (不相容)",
+ "The following apps have been disabled: %s" : "以下應用程式已經被停用:%s",
+ "Already up to date" : "此版本為最新版本",
+ "Your web server is not yet properly set up to allow file synchronization, because the WebDAV interface seems to be broken." : "WebDAV 介面似乎為故障狀態,導致您的網頁伺服器無法提供檔案同步功能。",
+ "Your web server is not properly set up to resolve \"{url}\". Further information can be found in the {linkstart}documentation ↗{linkend}." : "您的網絡伺服器未正確設置為解析“ {url}”。可以在 {linkstart} 說明書↗{linkend} 中找到更多信息。",
+ "Your web server is not properly set up to resolve \"{url}\". This is most likely related to a web server configuration that was not updated to deliver this folder directly. Please compare your configuration against the shipped rewrite rules in \".htaccess\" for Apache or the provided one in the documentation for Nginx at it's {linkstart}documentation page ↗{linkend}. On Nginx those are typically the lines starting with \"location ~\" that need an update." : "您的網絡伺服器未正確設置為解析“ {url}”。這很可能與未更新為直接傳送此資料夾的Web伺服器配置有關。請將您的配置與Apache的“。htaccess”中提供的重寫規則或Nginx文檔中提供的重寫規則(位於{linkstart}文檔頁面↗{linkend})進行比較。在Nginx上,通常以“ location ~”開頭的行需要更新。",
+ "Your web server is not properly set up to deliver .woff2 files. This is typically an issue with the Nginx configuration. For Nextcloud 15 it needs an adjustement to also deliver .woff2 files. Compare your Nginx configuration to the recommended configuration in our {linkstart}documentation ↗{linkend}." : "您的 Web 伺服器未正確設置為傳遞 。woff2 檔案。這通常是 Nginx 配置的問題。對於Nextcloud 15,需要進行調整以同時交付 。woff2 檔案。將您的 Nginx 配置與我們的{linkstart}文檔↗{linkend}中的推薦配置進行比較。",
+ "PHP does not seem to be setup properly to query system environment variables. The test with getenv(\"PATH\") only returns an empty response." : "PHP 設定似乎不完整,導致無法正確取得系統環境變數,因為偵測到 getenv(\"PATH\")回傳資料為空值",
+ "Please check the {linkstart}installation documentation ↗{linkend} for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "請查看 {linkstart}安裝文檔↗{linkend},以獲取PHP配置說明和伺服器的PHP配置,尤其是在使用 php-fpm 時。",
+ "The read-only config has been enabled. This prevents setting some configurations via the web-interface. Furthermore, the file needs to be made writable manually for every update." : "「唯讀設定檔」已經啟用,這樣可以防止來自網頁端的設定操作,每次需要更改設定時,都需要手動將設定檔暫時改為可讀寫。",
+ "Your database does not run with \"READ COMMITTED\" transaction isolation level. This can cause problems when multiple actions are executed in parallel." : "您的數據庫並未使用 \"READ COMMITTED\" 的交易隔離等級。當有多個操作平行進行時,這可能會造成問題。",
+ "The PHP module \"fileinfo\" is missing. It is strongly recommended to enable this module to get the best results with MIME type detection." : "未偵測到 PHP 模組 'fileinfo'。強烈建議啟用這個模組,以取得最好的 MIME 檔案類型偵測支援。",
+ "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems. See the {linkstart}documentation ↗{linkend} for more information." : "交易性檔案上鎖已停用,這可能導致爭用條件問題。在config.php中啟用 “filelocking。enabled” 可以避免這些問題。有關更多信息,請參見{linkstart}文檔↗{linkend}。",
+ "If your installation is not installed at the root of the domain and uses system cron, there can be issues with the URL generation. To avoid these problems, please set the \"overwrite.cli.url\" option in your config.php file to the webroot path of your installation (suggestion: \"{suggestedOverwriteCliURL}\")" : "如果您的安裝路徑不在網域的最上層,並且使用 cron 作為排程器,URL 的生成可能會有問題,為了避免這樣的狀況,請您在 config.php 檔案裡設定 overwrite.cli.url 為您安裝的 webroot 路徑。(建議值:\"{suggestedOverwriteCliURL}\")",
+ "Your installation has no default phone region set. This is required to validate phone numbers in the profile settings without a country code. To allow numbers without a country code, please add \"default_phone_region\" with the respective {linkstart}ISO 3166-1 code ↗{linkend} of the region to your config file." : "你並未設置手機國際冠碼。設置後用戶在個人檔案設定手機號碼時不必再輸入國際冠碼。若要這樣做,請新增「default_phone_region」於設定檔,允許的國家及地區請參閱 {linkstart}ISO 3166-1 code ↗{linkend} 清單。",
+ "It was not possible to execute the cron job via CLI. The following technical errors have appeared:" : " 無法透過 CLI 來執行排程工作,發生以下技術性錯誤:",
+ "Last background job execution ran {relativeTime}. Something seems wrong. {linkstart}Check the background job settings ↗{linkend}." : "最後一次後台作業執行了{relativeTime}。似乎有問題。{linkstart}檢查後台作業設置↗{linkend}。",
+ "This server has no working Internet connection: Multiple endpoints could not be reached. This means that some of the features like mounting external storage, notifications about updates or installation of third-party apps will not work. Accessing files remotely and sending of notification emails might not work, either. Establish a connection from this server to the Internet to enjoy all features." : "此伺服器沒有網際網路連線(無法與多個端點取得聯繫),有些功能,例如外部儲存、應用程式更新版通知等等將無法運作。從遠端存取資料或是寄送通知電郵可能也無法運作。建議您設定好網際網路連線以使用所有功能。",
+ "No memory cache has been configured. To enhance performance, please configure a memcache, if available. Further information can be found in the {linkstart}documentation ↗{linkend}." : "尚未配置內存緩存。 為了提高性能,請配置內存緩存(如有)。 可以在 {linkstart}說明書↗{linkend} 中找到更多資訊。",
+ "No suitable source for randomness found by PHP which is highly discouraged for security reasons. Further information can be found in the {linkstart}documentation ↗{linkend}." : "由於安全原因,強烈建議不要使用PHP找到適合隨機性的來源。可以在{linkstart}文檔↗{linkend}中找到更多信息。",
+ "You are currently running PHP {version}. Upgrade your PHP version to take advantage of {linkstart}performance and security updates provided by the PHP Group ↗{linkend} as soon as your distribution supports it." : "您當前正在運行PHP {version}。只要您的發行版支持,請升級PHP版本以利用 {linkstart}PHP Group↗提供的性能和安全更新{linkend}。",
+ "Nextcloud 20 is the last release supporting PHP 7.2. Nextcloud 21 requires at least PHP 7.3." : "Nextcloud 20 將是支援 PHP 7.2 的最後版本,Nextcloud 21 僅支援 PHP 7.3 以上的版本。",
+ "The reverse proxy header configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If not, this is a security issue and can allow an attacker to spoof their IP address as visible to the Nextcloud. Further information can be found in the {linkstart}documentation ↗{linkend}." : "反向代理標頭(reverse proxy header)配置不正確,或者您正在從受信任的代理(trusted proxy)存取 Nextcloud。如果不是這樣,則這是一個安全問題,並且可以使攻擊者欺騙其對 Nextcloud 可見的IP地址。可以在{linkstart}文檔↗{linkend}中找到更多資訊。",
+ "Memcached is configured as distributed cache, but the wrong PHP module \"memcache\" is installed. \\OC\\Memcache\\Memcached only supports \"memcached\" and not \"memcache\". See the {linkstart}memcached wiki about both modules ↗{linkend}." : "Memcached 配置為分布式緩存,但是安裝了錯誤的PHP模塊 “memcache”。\\OC\\Memcache\\Memcached 僅支持 “memcached”,不支持 “memcache”。有關這兩個模塊的信息,請參見{linkstart}內存緩存wiki {linkend}。",
+ "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in the {linkstart1}documentation ↗{linkend}. ({linkstart2}List of invalid files…{linkend} / {linkstart3}Rescan…{linkend})" : "某些檔案未通過完整性檢查。有關如何解決此問題的更多信息,請參見{linkstart1}文檔↗{linkend}。({linkstart2}無效檔案清單…{linkend} / {linkstart3}重新掃描…{linkend})",
+ "The PHP OPcache module is not loaded. {linkstart}For better performance it is recommended ↗{linkend} to load it into your PHP installation." : "未加載 PHP OPcache 模塊。{linkstart}為獲得更佳性能,建議↗{linked}將其加載到您的 PHP 安裝中。",
+ "The PHP OPcache module is not properly configured. {linkstart}For better performance it is recommended ↗{linkend} to use the following settings in the <code>php.ini</code>:" : "PHP OPcache 模塊未正確配置。{linkstart}為獲得更佳性能,建議↗{linkend}在 <code>php.ini</code> 中使用以下設定:",
+ "The PHP function \"set_time_limit\" is not available. This could result in scripts being halted mid-execution, breaking your installation. Enabling this function is strongly recommended." : "無法取得 PHP 中的 \"set_time_limit\" 函式。這可能導致執行過程被終止並造成不完整安裝。我們強烈建議啟用該函式。",
+ "Your PHP does not have FreeType support, resulting in breakage of profile pictures and the settings interface." : "您的 PHP 並未啟用 FreeType 支援,導致大頭貼產生器和設定界面無法使用。",
+ "Missing index \"{indexName}\" in table \"{tableName}\"." : "在資料表 \"{tableName}\" 中,找不到索引值 \"{indexName}\" 。",
+ "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "數據庫缺少某些索引值。 由於將索引添加到大型數據庫表可能需要一段時間,安裝程序因此不會自動添加索引。 您可執行 “occ db:add-missing-indices” 來手動新增那些缺少的索引值。當索引值新增完成後,查詢的速度通常會變得快許多",
+ "Missing primary key on table \"{tableName}\"." : "數據表 \"{tableName}\" 缺少主鍵。",
+ "The database is missing some primary keys. Due to the fact that adding primary keys on big tables could take some time they were not added automatically. By running \"occ db:add-missing-primary-keys\" those missing primary keys could be added manually while the instance keeps running." : "數據庫缺少一些主鍵。由於在大表上添加主鍵可能會花費一些時間,因此我們不會自動添加主鍵。 通過運行 “occ db:add-missing-primary-keys”,可以在實例繼續運行的同時手動添加那些缺少的主鍵。",
+ "Missing optional column \"{columnName}\" in table \"{tableName}\"." : "數據表 {tableName} 中缺少可選列 {columnName} 。",
+ "The database is missing some optional columns. Due to the fact that adding columns on big tables could take some time they were not added automatically when they can be optional. By running \"occ db:add-missing-columns\" those missing columns could be added manually while the instance keeps running. Once the columns are added some features might improve responsiveness or usability." : "數據庫遺失了一些欄位,然而添加主鍵這個動作將在肥大的數據庫花費許多時間,故我們將不會自動處理這項問題。藉由執行「occ db:add-missing-columns」手動添加這些欄位將能在系統持續運作時修復這個問題。添加可選欄位將提高系統回應速度和可用性。",
+ "This instance is missing some recommended PHP modules. For improved performance and better compatibility it is highly recommended to install them." : "您的 Nextcloud 缺少了某些建議的 PHP 模組。為了提升效能與相容性,強烈建議您安裝這些 PHP 模組。",
+ "Module php-imagick in this instance has no SVG support. For better compatibility it is recommended to install it." : "本系統安裝的 php-imagick 不支援 SVG,為了更好的相容性,建議安裝它。",
+ "Some columns in the database are missing a conversion to big int. Due to the fact that changing column types on big tables could take some time they were not changed automatically. By running 'occ db:convert-filecache-bigint' those pending changes could be applied manually. This operation needs to be made while the instance is offline. For further details read {linkstart}the documentation page about this ↗{linkend}." : "數據庫中的某些列缺少對 big int 的轉換。由於更改大表上的列類型可能需要一些時間,因此無法自動更改它們。通過運行 “occ db:convert-filecache-bigint”,可以手動應用這些未決的更改。實例處於脫機狀態時需要執行此操作。有關更多詳細信息,請{linklink}關於此↗{linkend}的文檔頁面。",
+ "SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend." : "目前您的後端數據庫使用 SQLite,在大型服務當中,我們建議您使用其他的數據庫後端。",
+ "This is particularly recommended when using the desktop client for file synchronisation." : "若您使用電腦客戶端來同步檔案,非常建議您這麼做。",
+ "To migrate to another database use the command line tool: 'occ db:convert-type', or see the {linkstart}documentation ↗{linkend}." : "要遷移到另一個數據庫,請使用指令工具:“ occ db:convert-type”,或參閱 {linkstart} 說明書↗{linkend}。",
+ "The PHP memory limit is below the recommended value of 512MB." : "目前的 PHP 的記憶體限制設定低於建議值 512MB",
+ "Some app directories are owned by a different user than the web server one. This may be the case if apps have been installed manually. Check the permissions of the following app directories:" : "某些應用程式的資料夾所有者與網頁伺服器預設用戶不同。這可能是因為您手動安裝了這些應用程式。請檢查以下應用程式資料夾的相關權限:",
+ "MySQL is used as database but does not support 4-byte characters. To be able to handle 4-byte characters (like emojis) without issues in filenames or comments for example it is recommended to enable the 4-byte support in MySQL. For further details read {linkstart}the documentation page about this ↗{linkend}." : "MySQL 用作數據庫,但不支持4-byte字符。為了能夠處理4字節字符(如表情符號)而不會出現文件名或註釋問題,建議在MySQL中啟用4字節支持。有關更多詳細信息,請參見{linkstart}關於此↗的文檔頁面{linkend}。",
+ "This instance uses an S3 based object store as primary storage. The uploaded files are stored temporarily on the server and thus it is recommended to have 50 GB of free space available in the temp directory of PHP. Check the logs for full details about the path and the available space. To improve this please change the temporary directory in the php.ini or make more space available in that path." : "此站台使用Amazon S3物件儲存為主要儲存區。上傳檔案會暫存在伺服器,因此建議PHP的暫存資料夾最少要有50GB可用容量。請在登入檔中查閱關於資料夾路徑及可用容量的詳細資訊。要增進效能,請在php.ini中變更暫存資料夾位置,或將該資料夾容量增加。",
+ "You are accessing your instance over a secure connection, however your instance is generating insecure URLs. This most likely means that you are behind a reverse proxy and the overwrite config variables are not set correctly. Please read {linkstart}the documentation page about this ↗{linkend}." : "您正在通過安全連接存取實例,但是您的實例正在生成不安全的URL。 這很可能意味著您被隱藏在反向代理(reverse proxy)之後,並且覆蓋配置變量(overwrite config variables)未正確設置。 請閱讀{linkstart}有關此的文檔頁面↗{linkend}。 ",
+ "Error occurred while checking server setup" : "檢查伺服器設定時發生錯誤",
+ "For more details see the {linkstart}documentation ↗{linkend}." : "有關更多細節,請參見 {linkstart} 說明書↗{linkedin}。",
+ "Your data directory and files are probably accessible from the Internet. The .htaccess file is not working. It is strongly recommended that you configure your web server so that the data directory is no longer accessible, or move the data directory outside the web server document root." : "您的資料目錄和檔案看來可以被公開存取,這表示 。htaccess 設定檔並未生效,我們強烈建議您設定網頁伺服器,拒絕公開存取資料目錄,或者將您的資料目錄移出網頁伺服器根目錄。",
+ "The \"{header}\" HTTP header is not set to \"{expected}\". This is a potential security or privacy risk, as it is recommended to adjust this setting accordingly." : "目前 HTTP 的 {header} 標頭設定並不是 \"{expected}\" ,這是一個潛在的安全性和隱私風險,我們建議調整此項設定。",
+ "The \"{header}\" HTTP header is not set to \"{expected}\". Some features might not work correctly, as it is recommended to adjust this setting accordingly." : "目前 HTTP 的 {header} 標頭設定並不是 \"{expected}\" ,這將讓某些功能無法正常運作,我們建議修正此項設定。",
+ "The \"{header}\" HTTP header doesn't contain \"{expected}\". This is a potential security or privacy risk, as it is recommended to adjust this setting accordingly." : "目前 HTTP 的 {header} 標頭設定並不包防 \"{expected}\" ,這是一個潛在的安全性和隱私風險,建議調整此項設定。",
+ "The \"{header}\" HTTP header is not set to \"{val1}\", \"{val2}\", \"{val3}\", \"{val4}\" or \"{val5}\". This can leak referer information. See the {linkstart}W3C Recommendation ↗{linkend}." : "HTTP header “{header}” 未設置為 “ {val1}”、“ {val2}”、“{val3}”、“{val4}” 或 “{val5}”。這可能會洩漏引用資訊。請參閱 {linkstart}W3C建議↗{linkend}。",
+ "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the {linkstart}security tips ↗{linkend}." : "未將 “Strict-Transport-Security” HTTP header 設置為至少“{seconds}”秒。為了增強安全性,建議按照{linkstart}安全提示↗{linkend}中的說明啟用 HSTS。",
+ "Accessing site insecurely via HTTP. You are strongly advised to set up your server to require HTTPS instead, as described in the {linkstart}security tips ↗{linkend}." : "通過HTTP不安全地存取站點。強烈建議您將伺服器設置改為要求HTTPS,如{linkstart}安全提示↗{linkend}中所述。",
+ "unknown text" : "文字不詳",
+ "Hello world!" : "哈囉,世界!",
+ "sunny" : "晴朗的",
+ "Hello {name}, the weather is {weather}" : "哈囉 {name},今日天氣 {weather}",
+ "Hello {name}" : "哈囉 {name}",
+ "<strong>These are your search results<script>alert(1)</script></strong>" : "<strong>以下是您的搜尋結果<script>警告(1)</script></strong>",
+ "new" : "新",
+ "_download %n file_::_download %n files_" : ["下載 %n 個檔案"],
+ "The update is in progress, leaving this page might interrupt the process in some environments." : "正在更新,在某些狀況下,離開本頁面可能會導致更新中斷",
+ "Update to {version}" : "更新到 {version}",
+ "An error occurred." : "發生錯誤。",
+ "Please reload the page." : "請重新整理頁面。",
+ "The update was unsuccessful. For more information <a href=\"{url}\">check our forum post</a> covering this issue." : "更新失敗,檢視<a href=\"{url}\">論壇上的文章</a>來瞭解更多。",
+ "The update was unsuccessful. Please report this issue to the <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">Nextcloud community</a>." : "更新不成功。請在<a href=\"https://github。com/nextcloud/server/issues\" target=\"_blank\">Nextcloud社群</a>舉報此問題。",
+ "Continue to {productName}" : "前往 {productName}",
+ "_The update was successful. Redirecting you to {productName} in %n second._::_The update was successful. Redirecting you to {productName} in %n seconds._" : ["更新成功,將在 %n 秒後重導向至 {productName}。"],
+ "Log in" : "登入",
+ "Logging in …" : "正在登入…",
+ "Server side authentication failed!" : "伺服器端認證失敗!",
+ "Please contact your administrator." : "請聯絡系統管理員。",
+ "An internal error occurred." : "發生內部錯誤",
+ "Please try again or contact your administrator." : "請重試或聯絡系統管理員",
+ "Username or email" : "用戶名稱 或 電郵地址",
+ "Password" : "密碼",
+ "Toggle password visibility" : "切換密碼可見性",
+ "Wrong username or password." : "錯誤的用戶名稱 或 密碼",
+ "User disabled" : "用戶已遭停用",
+ "We have detected multiple invalid login attempts from your IP. Therefore your next login is throttled up to 30 seconds." : "您的 IP 多次嘗試登入無效,下一次登入將會被延時 30 秒。",
+ "Your account is not setup for passwordless login." : "你的賬號尚未設定免密碼登入。",
+ "Passwordless authentication is not supported in your browser." : "你使用的瀏覽器不支援無密碼身分驗證。",
+ "Passwordless authentication is only available over a secure connection." : "無密碼身分驗證僅支援經加密的連線。",
+ "Reset password" : "重設密碼",
+ "A password reset message has been sent to the email address of this account. If you do not receive it, check your spam/junk folders or ask your local administrator for help." : "重設密碼資訊已寄至您的電子郵件。若您並未收到該信件,請確認您垃圾信箱,或請求管理員協助。",
+ "If it is not there ask your local administrator." : "你找的東西不在,請聯絡管理員。",
+ "Couldn't send reset email. Please contact your administrator." : "無法寄出重設密碼資訊。請聯絡您的管理員。",
+ "Password cannot be changed. Please contact your administrator." : "無法重設密碼,請聯絡管理員。",
+ "Back to login" : "回到登入畫面",
+ "New password" : "新密碼",
+ "Your files are encrypted. There will be no way to get your data back after your password is reset. If you are not sure what to do, please contact your administrator before you continue. Do you really want to continue?" : "由於您已啟用檔案加密,重設密碼後,您的資料將無法解密。若您不確定繼續與否,請與管理員聯繫。確定要繼續嗎?",
+ "I know what I'm doing" : "我知道我在做什麼",
+ "Resetting password" : "重設密碼",
+ "Recommended apps" : "推薦的應用程式",
+ "Loading apps …" : "正在載入應用程式…",
+ "Could not fetch list of apps from the App Store." : "無法從應用程式商店抓取應用程式清單。",
+ "Installing apps …" : "正在安裝應用程式…",
+ "App download or installation failed" : "應用程式下載或是安裝失敗",
+ "Cannot install this app because it is not compatible" : "應用程式無法安裝,因為不相容",
+ "Cannot install this app" : "無法安裝此應用程式",
+ "Cancel" : "取消",
+ "Schedule work & meetings, synced with all your devices." : "排定工作和會議時間,並與您的所有裝置同步",
+ "Keep your colleagues and friends in one place without leaking their private info." : "將您的同事和朋友的聯繫整合在一處,且不洩漏他們的個人資訊",
+ "Simple email app nicely integrated with Files, Contacts and Calendar." : "簡潔的電子郵件應用程式,與檔案瀏覽器、通訊錄、行事曆完美整合",
+ "Chatting, video calls, screensharing, online meetings and web conferencing – in your browser and with mobile apps." : "對話、視訊電話、螢幕分享、線上會議與網路研討會 - 實現於你的瀏覽器與手機APP之中。",
+ "Collaboratively edit office documents." : "協助編輯官方文件。",
+ "Local document editing back-end used by the Collabora Online app." : "本地文件編輯後端由Collabora Online app提供。",
+ "Forgot password?" : "忘記密碼?",
+ "Log in with a device" : "使用免密碼裝置登入",
+ "Back" : "返回",
+ "Login form is disabled." : "登入表格已停用",
+ "Reset search" : "重置搜尋",
+ "Search for {name} only" : "只搜尋 {name}",
+ "No results for {query}" : "{query} 查詢沒有結果",
+ "Start typing to search" : "輸入文字以檢索",
+ "Loading more results …" : "正在載入更多結果...",
+ "Load more results" : "載入更多結果",
+ "Search" : "搜尋",
+ "An error occurred while searching for {type}" : "搜尋 {type} 時發生錯誤",
+ "_Please enter {minSearchLength} character or more to search_::_Please enter {minSearchLength} characters or more to search_" : ["請輸入 {minSearchLength} 個或以上字元搜尋"],
+ "Search {types} …" : "搜尋 {types} 中 …",
+ "Settings" : "設定",
+ "Could not load your contacts" : "無法載入您的聯絡人",
+ "Search contacts …" : "搜尋聯絡人…",
+ "No contacts found" : "查無聯絡人",
+ "Show all contacts …" : "顯示所有聯絡人…",
+ "Install the Contacts app" : "安裝「Contacts」應用程式",
+ "Loading your contacts …" : "正在載入聯絡人…",
+ "Looking for {term} …" : "搜尋 {term} …",
+ "No" : "否",
+ "Yes" : "是",
+ "No files in here" : "沒有任何檔案",
+ "New folder" : "新資料夾",
+ "No more subfolders in here" : "沒有子資料夾",
+ "Name" : "姓名",
+ "Size" : "大小",
+ "Modified" : "已修改",
+ "\"{name}\" is an invalid file name." : "{name} 是無效的檔案名稱。",
+ "File name cannot be empty." : "檔案名稱不能為空",
+ "\"/\" is not allowed inside a file name." : "不允許檔案名稱中出現 \"/\"",
+ "\"{name}\" is not an allowed filetype" : "\"{name}\" 是不允許的檔案類型",
+ "{newName} already exists" : "{newName} 已經存在",
+ "Choose" : "選擇",
+ "Copy" : "複製",
+ "Move" : "移動",
+ "Error loading file picker template: {error}" : "載入檔案選擇器樣板出錯: {error}",
+ "OK" : "OK",
+ "Error loading message template: {error}" : "載入訊息範本時發生錯誤: {error}",
+ "read-only" : "唯讀",
+ "_{count} file conflict_::_{count} file conflicts_" : ["{count} 個檔案相抵觸"],
+ "One file conflict" : "一個檔案抵觸",
+ "New Files" : "新檔案",
+ "Already existing files" : "已經存在的檔案",
+ "Which files do you want to keep?" : "您要保留哪一個檔案?",
+ "If you select both versions, the copied file will have a number added to its name." : "如果您同時選擇兩個版本,被複製的那個檔案名稱後面會加上編號",
+ "Continue" : "繼續",
+ "(all selected)" : "(已全選)",
+ "({count} selected)" : "(已選擇 {count} 項)",
+ "Error loading file exists template" : "載入已存在的範本時發生錯誤",
+ "Pending" : "擱置中",
+ "Copy to {folder}" : "複製到 {folder}",
+ "Move to {folder}" : "移動到 {folder}",
+ "Saving …" : "儲存中 ...",
+ "Authentication required" : "必須驗證",
+ "This action requires you to confirm your password" : "此操作需要您再次確認密碼",
+ "Confirm" : "確認",
+ "Failed to authenticate, try again" : "驗證失敗,請再試一次",
+ "seconds ago" : "幾秒前",
+ "Connection to server lost" : "伺服器連線中斷",
+ "_Problem loading page, reloading in %n second_::_Problem loading page, reloading in %n seconds_" : ["載入頁面時出錯,%n 秒後重新整理"],
+ "Add to a project" : "加到計劃",
+ "Show details" : "顯示細節",
+ "Hide details" : "隱藏細節",
+ "Rename project" : "重新命名專案",
+ "Failed to rename the project" : "重新命名計劃失敗",
+ "Failed to create a project" : "建立計劃失敗",
+ "Failed to add the item to the project" : "新增項目至計劃時失敗",
+ "Connect items to a project to make them easier to find" : "將項目連結到計劃以便尋找",
+ "Type to search for existing projects" : "搜尋現有計劃",
+ "New in" : "新加入",
+ "View changelog" : "檢視版本更新紀錄",
+ "Very weak password" : "密碼安全性極弱",
+ "Weak password" : "密碼安全性弱",
+ "So-so password" : "密碼安全性普通",
+ "Good password" : "密碼安全性佳",
+ "Strong password" : "密碼安全性極佳",
+ "No action available" : "沒有可用的操作",
+ "Error fetching contact actions" : "擷取聯絡人時發生錯誤",
+ "Non-existing tag #{tag}" : "不存在的標籤 #{tag}",
+ "restricted" : "受限",
+ "invisible" : "隱藏",
+ "Delete" : "刪除",
+ "Rename" : "重新命名",
+ "Collaborative tags" : "協作標籤",
+ "No tags found" : "查無標籤",
+ "Personal" : "個人",
+ "Users" : "用戶",
+ "Apps" : "應用程式",
+ "Admin" : "管理",
+ "Help" : "說明",
+ "Access forbidden" : "存取被拒",
+ "File not found" : "找不到檔案",
+ "The document could not be found on the server. Maybe the share was deleted or has expired?" : "伺服器上找不到該文件,或許這個分享已經被刪除或是過期了?",
+ "Back to %s" : "回到 %s",
+ "Too many requests" : "太多要求",
+ "There were too many requests from your network. Retry later or contact your administrator if this is an error." : "有太多請求來自你的網路,請稍後再試,若你認為這不該發生,請回報系統管理員這項錯誤。",
+ "Error" : "錯誤",
+ "Previous" : "上一個",
+ "Internal Server Error" : "內部伺服器錯誤",
+ "The server was unable to complete your request." : "伺服器無法完成你的請求。",
+ "If this happens again, please send the technical details below to the server administrator." : "如果此問題重複發生,請寄送技術資訊給管理員。",
+ "More details can be found in the server log." : "伺服器記錄檔裡面有更多細節",
+ "Technical details" : "技術細節",
+ "Remote Address: %s" : "遠端位置:%s",
+ "Request ID: %s" : "請求編號:%s",
+ "Type: %s" : "類型:%s",
+ "Code: %s" : "代碼:%s",
+ "Message: %s" : "訊息:%s",
+ "File: %s" : "檔案:%s",
+ "Line: %s" : "行數:%s",
+ "Trace" : "追蹤",
+ "Security warning" : "安全性警告",
+ "Your data directory and files are probably accessible from the internet because the .htaccess file does not work." : "您的資料目錄看起來可以被公開存取,因為 。htaccess 設定檔並未生效。",
+ "For information how to properly configure your server, please see the <a href=\"%s\" target=\"_blank\" rel=\"noreferrer noopener\">documentation</a>." : "閱讀<a href=\"%s\" target=\"_blank\" rel=\"noreferrer noopener\">說明文件</a>來瞭解如何正確設定您的伺服器",
+ "Create an <strong>admin account</strong>" : "新增<strong>管理員賬號</strong>",
+ "Username" : "用戶名稱",
+ "Show password" : "顯示密碼",
+ "Storage & database" : "儲存空間和數據庫",
+ "Data folder" : "資料儲存位置",
+ "Configure the database" : "設定數據庫",
+ "Only %s is available." : "剩下 %s 可使用",
+ "Install and activate additional PHP modules to choose other database types." : "安裝並啟動相關 PHP 模組來使用其他種數據庫",
+ "For more details check out the documentation." : "更多細節詳見說明文件",
+ "Database user" : "數據庫用戶",
+ "Database password" : "數據庫密碼",
+ "Database name" : "數據庫名稱",
+ "Database tablespace" : "數據庫資料表空間",
+ "Database host" : "數據庫主機",
+ "Please specify the port number along with the host name (e.g., localhost:5432)." : "請將具體指定連接埠號與主機名稱。(例如:localhost:5432)",
+ "Performance warning" : "效能警告",
+ "You chose SQLite as database." : "您選擇了 SQLite 作為數據庫",
+ "SQLite should only be used for minimal and development instances. For production we recommend a different database backend." : "SQLite 只適用於小型或是開發用站台,針對上線服務我們建議使用其他數據庫後端。",
+ "If you use clients for file syncing, the use of SQLite is highly discouraged." : "若使用桌面版或是手機版客戶端同步檔案,不建議使用 SQLite",
+ "Install recommended apps" : "安裝推薦的應用程式",
+ "Calendar, Contacts, Talk, Mail & Collaborative editing" : "編輯行事曆、聯絡人、對話、郵件與共筆。",
+ "Finish setup" : "完成設定",
+ "Finishing …" : "即將完成…",
+ "Need help?" : "需要協助嗎?",
+ "See the documentation" : "閱讀說明文件",
+ "It looks like you are trying to reinstall your Nextcloud. However the file CAN_INSTALL is missing from your config directory. Please create the file CAN_INSTALL in your config folder to continue." : "您似乎正在嘗試重新安裝您的Nextcloud。然而,檔案 CAN_INSTALL 並未在您的config目錄中。請在您的config目錄中建立 CAN_INSTALL檔以繼續。",
+ "Could not remove CAN_INSTALL from the config folder. Please remove this file manually." : "無法從您的 config 目錄中移除 CAN_INSTALL 檔案。請手動移除他。",
+ "This application requires JavaScript for correct operation. Please {linkstart}enable JavaScript{linkend} and reload the page." : "這個應用程式需要啟用 Javascript 才能正常運作,請{linkstart}啟用Javascript{linkend}然後重新整理頁面。",
+ "Get your own free account" : "取得免費賬號",
+ "Skip to main content" : "跳到主內容",
+ "Skip to navigation of app" : "跳到應用程式導覽",
+ "More apps" : "更多應用程式",
+ "More" : "更多",
+ "More apps menu" : "更多應用程式選單",
+ "Contacts" : "聯絡人",
+ "Contacts menu" : "聯絡人選單",
+ "Settings menu" : "設定選單",
+ "Confirm your password" : "確認密碼",
+ "Connect to your account" : "連結您的賬號",
+ "Please log in before granting %1$s access to your %2$s account." : "請登入後再授權「%1$s」存取您的 %2$s 賬號",
+ "If you are not trying to set up a new device or app, someone is trying to trick you into granting them access to your data. In this case do not proceed and instead contact your system administrator." : "若你並未嘗試在新的裝置登入你的賬戶,有什麼人證在嘗試登入你的賬戶並存取你的個人資料。大多數情況你並不用作任何應對,但也可通知你的系統管理員。",
+ "App token" : "應用程式權杖",
+ "Grant access" : "允許存取",
+ "Alternative log in using app token" : "使用應用程式權杖來登入",
+ "Account access" : "賬戶存取",
+ "You are about to grant %1$s access to your %2$s account." : "您將授權「%1$s」存取您的 %2$s 賬戶",
+ "Account connected" : "賬戶已連結",
+ "Your client should now be connected!" : "客戶端應該已完成連線",
+ "You can close this window." : "可以關閉此視窗",
+ "This share is password-protected" : "此分享受密碼保護",
+ "The password is wrong. Try again." : "密碼錯誤,請重試",
+ "Two-factor authentication" : "雙重認證",
+ "Enhanced security is enabled for your account. Choose a second factor for authentication:" : "您的賬號已啟用進階安全機制,請選擇一個雙重認證方法:",
+ "Could not load at least one of your enabled two-factor auth methods. Please contact your admin." : "無法載入任何已啟用的雙重認證方法,請聯絡管理員。",
+ "Two-factor authentication is enforced but has not been configured on your account. Contact your admin for assistance." : "雙重認證已實施,但尚未在您的賬戶上對其進行配置。請聯絡管理員。",
+ "Two-factor authentication is enforced but has not been configured on your account. Please continue to setup two-factor authentication." : "雙重認證已實施,但尚未在您的賬戶上對其進行配置。請繼續設置雙重認證。",
+ "Set up two-factor authentication" : "設定雙重認證",
+ "Two-factor authentication is enforced but has not been configured on your account. Use one of your backup codes to log in or contact your admin for assistance." : "雙重認證已實施,但尚未在您的賬戶上對其進行配置。請使用一個備用驗證碼來登入或聯絡管理員。",
+ "Use backup code" : "使用備用認證碼",
+ "Cancel login" : "取消登入",
+ "Setup two-factor authentication" : "設定雙重認證",
+ "Enhanced security is enforced for your account. Choose which provider to set up:" : "您的賬號已啟用進階安全機制,請選擇一個供應者:",
+ "Error while validating your second factor" : "驗證二階段因子發生錯誤",
+ "Access through untrusted domain" : "經由不可信任的域名存取。",
+ "Please contact your administrator. If you are an administrator, edit the \"trusted_domains\" setting in config/config.php like the example in config.sample.php." : "請聯絡您的管理員。如果您就是管理員,請模仿 config。sample。php 範例編輯 config/config.php 的「trusted_domains」設定。",
+ "Further information how to configure this can be found in the %1$sdocumentation%2$s." : "更多關於如何設定的資訊,請見%1$s文件%2$s。",
+ "App update required" : "需要更新應用程式",
+ "%1$s will be updated to version %2$s" : "%1$s 將會更新至版本 %2$s",
+ "The following apps will be updated:" : "將更新以下的 APP:",
+ "These incompatible apps will be disabled:" : "以下不兼容的應用程式將被停用:",
+ "The theme %s has been disabled." : "主題 %s 已經被停用",
+ "Please make sure that the database, the config folder and the data folder have been backed up before proceeding." : "在繼續之前,請備份數據庫、config 資料夾及數據資料夾",
+ "Start update" : "開始升級",
+ "To avoid timeouts with larger installations, you can instead run the following command from your installation directory:" : "在大型安裝上,為了避免升級請求逾時,你也可以在安裝目錄執行下列指令:",
+ "Detailed logs" : "詳細記錄檔",
+ "Update needed" : "需要更新",
+ "Please use the command line updater because you have a big instance with more than 50 users." : "因為您有超過50名用戶,服務規模較大,請透過命令提示字元介面(command line updater)更新。",
+ "For help, see the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"%s\">documentation</a>." : "若需要協助,請參閱<a target=\"_blank\" rel=\"noreferrer noopener\" href=\"%s\">說明文件</a>",
+ "I know that if I continue doing the update via web UI has the risk, that the request runs into a timeout and could cause data loss, but I have a backup and know how to restore my instance in case of a failure." : "若我繼續透過網頁介面更新時我已了解有其風險,若請求逾時可能導致資料遺失,萬一更新失敗,我已準備好備份並知道如何回復運作。",
+ "Upgrade via web on my own risk" : "願意承擔風險透過網頁更新",
+ "Maintenance mode" : "維護模式",
+ "This %s instance is currently in maintenance mode, which may take a while." : "這個 %s 安裝目前處於維護模式,需要一段時間恢復。",
+ "This page will refresh itself when the instance is available again." : "安裝恢復可用之後,本頁會自動重新整理",
+ "Contact your system administrator if this message persists or appeared unexpectedly." : "若這個訊息持續出現,請聯絡系統管理員。",
+ "Checking whether the database schema can be updated (this can take a long time depending on the database size)" : "正在檢查是否有可更新的數據庫模式(若數據庫較大,可能需要一段時間)",
+ "Checked database schema update" : "已檢查數據庫模式更新",
+ "Checking updates of apps" : "正在檢查應用程式更新",
+ "Checking for update of app \"%s\" in appstore" : "正在檢查 %s 的更新",
+ "Update app \"%s\" from appstore" : "更新 %s",
+ "Checked for update of app \"%s\" in appstore" : "正在檢查 %s 的更新",
+ "Checked database schema update for apps" : "已檢查應用程式數據庫模式更新",
+ "Following apps have been disabled: %s" : "以下應用程式已經被停用:%s",
+ "Your web server is not properly set up to resolve \"{url}\". Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "您的網頁伺服器設定不正確,因此無法解析 \"{url}\" ,請至<a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">說明文件</a>瞭解更多資訊。",
+ "Your web server is not properly set up to resolve \"{url}\". This is most likely related to a web server configuration that was not updated to deliver this folder directly. Please compare your configuration against the shipped rewrite rules in \".htaccess\" for Apache or the provided one in the documentation for Nginx at it's <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation page</a>. On Nginx those are typically the lines starting with \"location ~\" that need an update." : "您的伺服器並未正確的設定解析 \"{url}\"。這可能與伺服器的設定未更新為直接傳送此資料夾有關。請檢查 Apache 的 \"。htaccess\" 檔案,或在 <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Nginx 說明文件</a>中查閱重寫規則。在 Nginx 環境中,通常是在由 \"location ~\" 開始的那行需要做調整。",
+ "Your web server is not properly set up to deliver .woff2 files. This is typically an issue with the Nginx configuration. For Nextcloud 15 it needs an adjustement to also deliver .woff2 files. Compare your Nginx configuration to the recommended configuration in our <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "您的伺服器並未正確的設定,因此無法傳遞 。woff2 的檔案。這通常是因為 Nginx 的設定問題所導致。在 Nextcloud 15 中,需要一些調整才能一並傳遞 。woff2 的檔案。請檢查您的 Nginx 設定,和Nextcloud<a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">說明文件</a>中提到的建議設定。",
+ "Please check the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">installation documentation ↗</a> for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "請您參考<a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">安裝手冊 ↗</a>來設定 PHP,特別是在使用 php-fpm 時。",
+ "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems. See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation ↗</a> for more information." : "事務型文件鎖定的功能已經取消,這可能會造成競態條件,請在 config.php 中啟用 \"filelocking。enabled\" 以避免出現這樣的問題,請參考<a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">說明文件 ↗</a> 來了解更多的資訊。",
+ "Last background job execution ran {relativeTime}. Something seems wrong." : "上次後台作業是於 {relativeTime} 執行,似乎很久沒有執行了,有點問題。",
+ "Check the background job settings" : "請檢查後台作業的設定",
+ "No memory cache has been configured. To enhance performance, please configure a memcache, if available. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "您沒有設定記憶體快取(memcache)。如果可以,請完成設定來提升效能。更多資訊請查閱<a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">說明文件</a>",
+ "No suitable source for randomness found by PHP which is highly discouraged for security reasons. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "PHP無法取得合適的亂數產生源。為了安全性考量,不建議如此做。更多資訊參考<a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">說明書</a>。",
+ "You are currently running PHP {version}. Upgrade your PHP version to take advantage of <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">performance and security updates provided by the PHP Group</a> as soon as your distribution supports it." : "您目前正運行 PHP {version} ,我們建議您升級 PHP 到您的發行版所支援的最新版本,以獲得 <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">PHP 開發團隊提供的效能與安全性更新</a>。",
+ "The reverse proxy header configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If not, this is a security issue and can allow an attacker to spoof their IP address as visible to the Nextcloud. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "偵測到您的反向代理標頭設定不正確,但也有可能是因為您目前正透過信任的代理伺服器存取 Nextcloud。若您目前不是透過信任的代理伺服器存取 Nextcloud,這就是一個安全性問題,允許攻擊者對 Nextcloud 假冒 IP 位址。更多資訊請查閱<a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">說明文件</a>。",
+ "Memcached is configured as distributed cache, but the wrong PHP module \"memcache\" is installed. \\OC\\Memcache\\Memcached only supports \"memcached\" and not \"memcache\". See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">memcached wiki about both modules</a>." : "您已經設定 Memcached 為分布式快取,但是您安裝了錯誤的 PHP 模組 \"memcache\" 。Nextcloud 的 \\OC\\Memcache\\Memcached 元件不支援 \"memcache\" 模組,僅支援 \"memcached\" 模組。若想要更加了解這兩個模組,請查閱 <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">memcached wiki</a>。",
+ "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">List of invalid files…</a> / <a href=\"{rescanEndpoint}\">Rescan…</a>)" : "有些檔案並未通過完整性檢查。可參閱詳細資訊,如我們的<a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">說明文件</a>(<a href=\"{codeIntegrityDownloadEndpoint}\">無效檔案列表</a>/<a href=\"{rescanEndpoint}\">重新檢查</a>)以解決這些問題。",
+ "The PHP OPcache module is not loaded. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance it is recommended</a> to load it into your PHP installation." : "PHP 的 OPcache 模組並未被載入。 <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">為了提供更好的效能</a>,建議將此PHP模組載入。",
+ "The PHP OPcache is not properly configured. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance it is recommended</a> to use the following settings in the <code>php.ini</code>:" : "PHP 的 OPcache 功能並未被妥善設定。<a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">為了有更好的效能表現</a>,我們建議在 <code>php.ini</code> 中使用以下設定:",
+ "Some columns in the database are missing a conversion to big int. Due to the fact that changing column types on big tables could take some time they were not changed automatically. By running 'occ db:convert-filecache-bigint' those pending changes could be applied manually. This operation needs to be made while the instance is offline. For further details read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "數據庫的有些欄位缺少big int。格式轉換。因為攔位格式轉換需要一些時間,所以沒有自動轉換。你可以執行'occ db:convert-filecache-bigin'手動完成轉換,轉換時Nextcloud服務必須處於離線狀態。詳情請參閱<a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">關於此的使用手冊頁</a>。",
+ "To migrate to another database use the command line tool: 'occ db:convert-type', or see the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation ↗</a>." : "若要遷移至另一個數據庫,請使用命令列工具: 'occ db:convert-type' ,或是查閱<a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">說明書</a>。",
+ "Use of the the built in php mailer is no longer supported. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Please update your email server settings ↗<a/>." : "我們將不再支援使用 PHP mailer 發送電子郵件。<a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">請更新您電子郵件伺服器的相關設定<a/>。",
+ "MySQL is used as database but does not support 4-byte characters. To be able to handle 4-byte characters (like emojis) without issues in filenames or comments for example it is recommended to enable the 4-byte support in MySQL. For further details read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "您的 MySQL 數據庫並不支援 4-byte 的字元。為了能處理檔案名稱中,或是註記中的 4-byte 的字元(如表情符號等)。建議您啟用 MySQL 中支援 4-byte 的字元的功能。詳情請見<a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">此文件中關於此項目的說明</a>。",
+ "You are accessing your instance over a secure connection, however your instance is generating insecure URLs. This most likely means that you are behind a reverse proxy and the overwrite config variables are not set correctly. Please read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "你經由安全的連線存取系統,但系統卻生成了不安全的 URLs。這很有可能是因為你使用了反向代理伺服器,但反向代理伺服器的改寫規則並未正常工作,請閱讀<a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">文件</a>以修復這個問題。",
+ "The \"{header}\" HTTP header is not set to \"{val1}\", \"{val2}\", \"{val3}\", \"{val4}\" or \"{val5}\". This can leak referer information. See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{link}\">W3C Recommendation ↗</a>." : "目前 HTTP 的 {header} 標頭設定並不是 \"{val1}\", \"{val2}\", \"{val3}\", \"{val4}\" 或 \"{val5}\",這將會洩漏一些訊息。<a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{link}\">請參考 W3C建議文件</a>。",
+ "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the <a href=\"{docUrl}\" rel=\"noreferrer noopener\">security tips ↗</a>." : "HTTP \"Strict-Transport-Security\" 標頭並未被設定持續至少 {seconds} 秒。為了提高安全性,我們在<a href=\"{docUrl}\" rel=\"noreferrer\">安全建議</a>中有詳述並建議啟用 HSTS。",
+ "Accessing site insecurely via HTTP. You are strongly advised to set up your server to require HTTPS instead, as described in the <a href=\"{docUrl}\">security tips ↗</a>." : "您正在透過不安全的 HTTP 存取網站,強烈建議您設定您的伺服器啟用 HTTPS ,更多資訊請查閱<a href=\"{docUrl}\">安全建議 ↗</a>。",
+ "Continue to Nextcloud" : "繼續前往 Nextcloud",
+ "_The update was successful. Redirecting you to Nextcloud in %n second._::_The update was successful. Redirecting you to Nextcloud in %n seconds._" : ["更新成功,將在 %n 秒後重導向至 Nextcloud"],
+ "Searching other places" : "搜尋其他位置",
+ "No search results in other folders for {tag}{filter}{endtag}" : "{tag}{filter}{endtag} 在其他資料夾中沒有比對結果",
+ "_{count} search result in another folder_::_{count} search results in other folders_" : ["在其他資料夾中有 {count} 個搜尋結果"],
+ "A password reset message has been sent to the e-mail address of this account. If you do not receive it, check your spam/junk folders or ask your local administrator for help." : "重設密碼資訊已寄至您的電子郵件。若您並未收到該信件,請確認您垃圾信箱,或請求管理員協助。",
+ "Password can not be changed. Please contact your administrator." : "無法更改密碼,請聯絡管理員。",
+ "Could not fetch list of apps from the app store." : "無法從應用程式商店抓取應用程式清單",
+ "Nextcloud {app}" : "Nextcloud {app}",
+ "Can't install this app because it is not compatible" : "這是一個不兼容的應用程式,無法安裝。",
+ "Can't install this app" : "無法安裝此應用程式",
+ "These apps will be updated:" : "將會更新這些應用程式",
+ "For more details see the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "要取得進一步的資訊,請見 <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">說明書</a>。"
+},
+"nplurals=1; plural=0;");
diff --git a/core/l10n/zh_HK.json b/core/l10n/zh_HK.json
new file mode 100644
index 00000000000..0d1a3eb1f21
--- /dev/null
+++ b/core/l10n/zh_HK.json
@@ -0,0 +1,418 @@
+{ "translations": {
+ "Please select a file." : "請選擇檔案。",
+ "File is too big" : "檔案太大",
+ "The selected file is not an image." : "選擇的檔案不是圖像檔",
+ "The selected file cannot be read." : "選擇的檔案無法讀取",
+ "The file was uploaded" : "檔案已上傳",
+ "The uploaded file exceeds the upload_max_filesize directive in php.ini" : "上傳檔案的大小已超過 php.ini 中 upload_max_filesize 設置的值",
+ "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "上傳的檔案大小超過 HTML 表單中 MAX_FILE_SIZE 的限制",
+ "The file was only partially uploaded" : "檔案僅部分上傳",
+ "No file was uploaded" : "沒有檔案被上傳",
+ "Missing a temporary folder" : "找不到暫存資料夾",
+ "Could not write file to disk" : "寫入硬碟失敗",
+ "A PHP extension stopped the file upload" : "某個 PHP 擴充功能終止檔案的上傳",
+ "Invalid file provided" : "提供的檔案無效",
+ "No image or file provided" : "未提供圖像或檔案",
+ "Unknown filetype" : "未知的檔案類型",
+ "Invalid image" : "圖像無效",
+ "An error occurred. Please contact your admin." : "發生錯誤,請聯絡管理員。",
+ "No temporary profile picture available, try again" : "沒有臨時用的大頭貼,請再試一次",
+ "No crop data provided" : "未設定剪裁",
+ "No valid crop data provided" : "未提供有效的剪裁設定",
+ "Crop is not square" : "剪裁設定不是正方形",
+ "State token does not match" : "狀態權杖不相符",
+ "Invalid app password" : "無效的應用程式密碼",
+ "Could not complete login" : "嘗試登入時發生錯誤",
+ "Your login token is invalid or has expired" : "您的登入權杖無效或已過期",
+ "Password reset is disabled" : "密碼重設已停用",
+ "Couldn't reset password because the token is invalid" : "重設密碼權杖無效,重設失敗",
+ "Couldn't reset password because the token is expired" : "權杖已過期,無法重設密碼",
+ "%s password reset" : "%s 密碼重設",
+ "Password reset" : "密碼重設",
+ "Click the following button to reset your password. If you have not requested the password reset, then ignore this email." : "點選下方的按鈕來重設您的密碼。若您沒有要求重設密碼,請不用理會此電子郵件。",
+ "Click the following link to reset your password. If you have not requested the password reset, then ignore this email." : "點取下方的連結以重設您的密碼。 如果您沒有要求重設密碼的話,請不用理會此電子郵件。",
+ "Reset your password" : "重設密碼",
+ "Nextcloud Server" : "Nextcloud 伺服器",
+ "Some of your link shares have been removed" : "部分分享連結己被移除",
+ "Due to a security bug we had to remove some of your link shares. Please see the link for more information." : "由於安全性問題,我們必須移除您一部分的連結分享。查看更多資訊請點選連結。",
+ "The user limit of this instance is reached." : "的達此實例的用戶上限。",
+ "Enter your subscription key to increase the user limit. For more information about Nextcloud Enterprise see our website." : "請輸入你獲得的訂閱代碼以解開用戶數量限制。有關Nextcloud企業版的詳細信息請參見我們的網站。",
+ "Preparing update" : "準備更新",
+ "[%d / %d]: %s" : "[%d / %d]: %s",
+ "Repair step:" : "修復步驟:",
+ "Repair info:" : "修復資訊:",
+ "Repair warning:" : "修復警告:",
+ "Repair error:" : "修復錯誤:",
+ "Please use the command line updater because automatic updating is disabled in the config.php." : "由於自動更新功能已在 config.php 檔案中設定停用,請使用命令列(command line)更新系統。",
+ "[%d / %d]: Checking table %s" : "[%d / %d]: 檢查資料表 %s",
+ "Turned on maintenance mode" : "啟用維護模式",
+ "Turned off maintenance mode" : "停用維護模式",
+ "Maintenance mode is kept active" : "伺服器正處於維護模式",
+ "Updating database schema" : "正在更新數據庫模式",
+ "Updated database" : "已更新數據庫",
+ "Checking for update of app \"%s\" in App Store" : "在 App Store 中檢查應用程式 “%s” 的更新",
+ "Update app \"%s\" from App Store" : "從 App Store 更新應用程式 “%s”",
+ "Checked for update of app \"%s\" in App Store" : "在 App Store 中檢查應用程式 “%s” 的更新",
+ "Checking whether the database schema for %s can be updated (this can take a long time depending on the database size)" : "檢查 %s 是否有可更新的數據庫模式(若數據庫較大,可能需要一段時間)",
+ "Updated \"%1$s\" to %2$s" : "已從 %1$s 更新至 %2$s",
+ "Set log level to debug" : "設定記錄至除錯層級",
+ "Reset log level" : "重設記錄層級",
+ "Starting code integrity check" : "開始檢查程式碼完整性",
+ "Finished code integrity check" : "已完成程式碼完整性檢查",
+ "%s (incompatible)" : "%s (不相容)",
+ "The following apps have been disabled: %s" : "以下應用程式已經被停用:%s",
+ "Already up to date" : "此版本為最新版本",
+ "Your web server is not yet properly set up to allow file synchronization, because the WebDAV interface seems to be broken." : "WebDAV 介面似乎為故障狀態,導致您的網頁伺服器無法提供檔案同步功能。",
+ "Your web server is not properly set up to resolve \"{url}\". Further information can be found in the {linkstart}documentation ↗{linkend}." : "您的網絡伺服器未正確設置為解析“ {url}”。可以在 {linkstart} 說明書↗{linkend} 中找到更多信息。",
+ "Your web server is not properly set up to resolve \"{url}\". This is most likely related to a web server configuration that was not updated to deliver this folder directly. Please compare your configuration against the shipped rewrite rules in \".htaccess\" for Apache or the provided one in the documentation for Nginx at it's {linkstart}documentation page ↗{linkend}. On Nginx those are typically the lines starting with \"location ~\" that need an update." : "您的網絡伺服器未正確設置為解析“ {url}”。這很可能與未更新為直接傳送此資料夾的Web伺服器配置有關。請將您的配置與Apache的“。htaccess”中提供的重寫規則或Nginx文檔中提供的重寫規則(位於{linkstart}文檔頁面↗{linkend})進行比較。在Nginx上,通常以“ location ~”開頭的行需要更新。",
+ "Your web server is not properly set up to deliver .woff2 files. This is typically an issue with the Nginx configuration. For Nextcloud 15 it needs an adjustement to also deliver .woff2 files. Compare your Nginx configuration to the recommended configuration in our {linkstart}documentation ↗{linkend}." : "您的 Web 伺服器未正確設置為傳遞 。woff2 檔案。這通常是 Nginx 配置的問題。對於Nextcloud 15,需要進行調整以同時交付 。woff2 檔案。將您的 Nginx 配置與我們的{linkstart}文檔↗{linkend}中的推薦配置進行比較。",
+ "PHP does not seem to be setup properly to query system environment variables. The test with getenv(\"PATH\") only returns an empty response." : "PHP 設定似乎不完整,導致無法正確取得系統環境變數,因為偵測到 getenv(\"PATH\")回傳資料為空值",
+ "Please check the {linkstart}installation documentation ↗{linkend} for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "請查看 {linkstart}安裝文檔↗{linkend},以獲取PHP配置說明和伺服器的PHP配置,尤其是在使用 php-fpm 時。",
+ "The read-only config has been enabled. This prevents setting some configurations via the web-interface. Furthermore, the file needs to be made writable manually for every update." : "「唯讀設定檔」已經啟用,這樣可以防止來自網頁端的設定操作,每次需要更改設定時,都需要手動將設定檔暫時改為可讀寫。",
+ "Your database does not run with \"READ COMMITTED\" transaction isolation level. This can cause problems when multiple actions are executed in parallel." : "您的數據庫並未使用 \"READ COMMITTED\" 的交易隔離等級。當有多個操作平行進行時,這可能會造成問題。",
+ "The PHP module \"fileinfo\" is missing. It is strongly recommended to enable this module to get the best results with MIME type detection." : "未偵測到 PHP 模組 'fileinfo'。強烈建議啟用這個模組,以取得最好的 MIME 檔案類型偵測支援。",
+ "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems. See the {linkstart}documentation ↗{linkend} for more information." : "交易性檔案上鎖已停用,這可能導致爭用條件問題。在config.php中啟用 “filelocking。enabled” 可以避免這些問題。有關更多信息,請參見{linkstart}文檔↗{linkend}。",
+ "If your installation is not installed at the root of the domain and uses system cron, there can be issues with the URL generation. To avoid these problems, please set the \"overwrite.cli.url\" option in your config.php file to the webroot path of your installation (suggestion: \"{suggestedOverwriteCliURL}\")" : "如果您的安裝路徑不在網域的最上層,並且使用 cron 作為排程器,URL 的生成可能會有問題,為了避免這樣的狀況,請您在 config.php 檔案裡設定 overwrite.cli.url 為您安裝的 webroot 路徑。(建議值:\"{suggestedOverwriteCliURL}\")",
+ "Your installation has no default phone region set. This is required to validate phone numbers in the profile settings without a country code. To allow numbers without a country code, please add \"default_phone_region\" with the respective {linkstart}ISO 3166-1 code ↗{linkend} of the region to your config file." : "你並未設置手機國際冠碼。設置後用戶在個人檔案設定手機號碼時不必再輸入國際冠碼。若要這樣做,請新增「default_phone_region」於設定檔,允許的國家及地區請參閱 {linkstart}ISO 3166-1 code ↗{linkend} 清單。",
+ "It was not possible to execute the cron job via CLI. The following technical errors have appeared:" : " 無法透過 CLI 來執行排程工作,發生以下技術性錯誤:",
+ "Last background job execution ran {relativeTime}. Something seems wrong. {linkstart}Check the background job settings ↗{linkend}." : "最後一次後台作業執行了{relativeTime}。似乎有問題。{linkstart}檢查後台作業設置↗{linkend}。",
+ "This server has no working Internet connection: Multiple endpoints could not be reached. This means that some of the features like mounting external storage, notifications about updates or installation of third-party apps will not work. Accessing files remotely and sending of notification emails might not work, either. Establish a connection from this server to the Internet to enjoy all features." : "此伺服器沒有網際網路連線(無法與多個端點取得聯繫),有些功能,例如外部儲存、應用程式更新版通知等等將無法運作。從遠端存取資料或是寄送通知電郵可能也無法運作。建議您設定好網際網路連線以使用所有功能。",
+ "No memory cache has been configured. To enhance performance, please configure a memcache, if available. Further information can be found in the {linkstart}documentation ↗{linkend}." : "尚未配置內存緩存。 為了提高性能,請配置內存緩存(如有)。 可以在 {linkstart}說明書↗{linkend} 中找到更多資訊。",
+ "No suitable source for randomness found by PHP which is highly discouraged for security reasons. Further information can be found in the {linkstart}documentation ↗{linkend}." : "由於安全原因,強烈建議不要使用PHP找到適合隨機性的來源。可以在{linkstart}文檔↗{linkend}中找到更多信息。",
+ "You are currently running PHP {version}. Upgrade your PHP version to take advantage of {linkstart}performance and security updates provided by the PHP Group ↗{linkend} as soon as your distribution supports it." : "您當前正在運行PHP {version}。只要您的發行版支持,請升級PHP版本以利用 {linkstart}PHP Group↗提供的性能和安全更新{linkend}。",
+ "Nextcloud 20 is the last release supporting PHP 7.2. Nextcloud 21 requires at least PHP 7.3." : "Nextcloud 20 將是支援 PHP 7.2 的最後版本,Nextcloud 21 僅支援 PHP 7.3 以上的版本。",
+ "The reverse proxy header configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If not, this is a security issue and can allow an attacker to spoof their IP address as visible to the Nextcloud. Further information can be found in the {linkstart}documentation ↗{linkend}." : "反向代理標頭(reverse proxy header)配置不正確,或者您正在從受信任的代理(trusted proxy)存取 Nextcloud。如果不是這樣,則這是一個安全問題,並且可以使攻擊者欺騙其對 Nextcloud 可見的IP地址。可以在{linkstart}文檔↗{linkend}中找到更多資訊。",
+ "Memcached is configured as distributed cache, but the wrong PHP module \"memcache\" is installed. \\OC\\Memcache\\Memcached only supports \"memcached\" and not \"memcache\". See the {linkstart}memcached wiki about both modules ↗{linkend}." : "Memcached 配置為分布式緩存,但是安裝了錯誤的PHP模塊 “memcache”。\\OC\\Memcache\\Memcached 僅支持 “memcached”,不支持 “memcache”。有關這兩個模塊的信息,請參見{linkstart}內存緩存wiki {linkend}。",
+ "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in the {linkstart1}documentation ↗{linkend}. ({linkstart2}List of invalid files…{linkend} / {linkstart3}Rescan…{linkend})" : "某些檔案未通過完整性檢查。有關如何解決此問題的更多信息,請參見{linkstart1}文檔↗{linkend}。({linkstart2}無效檔案清單…{linkend} / {linkstart3}重新掃描…{linkend})",
+ "The PHP OPcache module is not loaded. {linkstart}For better performance it is recommended ↗{linkend} to load it into your PHP installation." : "未加載 PHP OPcache 模塊。{linkstart}為獲得更佳性能,建議↗{linked}將其加載到您的 PHP 安裝中。",
+ "The PHP OPcache module is not properly configured. {linkstart}For better performance it is recommended ↗{linkend} to use the following settings in the <code>php.ini</code>:" : "PHP OPcache 模塊未正確配置。{linkstart}為獲得更佳性能,建議↗{linkend}在 <code>php.ini</code> 中使用以下設定:",
+ "The PHP function \"set_time_limit\" is not available. This could result in scripts being halted mid-execution, breaking your installation. Enabling this function is strongly recommended." : "無法取得 PHP 中的 \"set_time_limit\" 函式。這可能導致執行過程被終止並造成不完整安裝。我們強烈建議啟用該函式。",
+ "Your PHP does not have FreeType support, resulting in breakage of profile pictures and the settings interface." : "您的 PHP 並未啟用 FreeType 支援,導致大頭貼產生器和設定界面無法使用。",
+ "Missing index \"{indexName}\" in table \"{tableName}\"." : "在資料表 \"{tableName}\" 中,找不到索引值 \"{indexName}\" 。",
+ "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "數據庫缺少某些索引值。 由於將索引添加到大型數據庫表可能需要一段時間,安裝程序因此不會自動添加索引。 您可執行 “occ db:add-missing-indices” 來手動新增那些缺少的索引值。當索引值新增完成後,查詢的速度通常會變得快許多",
+ "Missing primary key on table \"{tableName}\"." : "數據表 \"{tableName}\" 缺少主鍵。",
+ "The database is missing some primary keys. Due to the fact that adding primary keys on big tables could take some time they were not added automatically. By running \"occ db:add-missing-primary-keys\" those missing primary keys could be added manually while the instance keeps running." : "數據庫缺少一些主鍵。由於在大表上添加主鍵可能會花費一些時間,因此我們不會自動添加主鍵。 通過運行 “occ db:add-missing-primary-keys”,可以在實例繼續運行的同時手動添加那些缺少的主鍵。",
+ "Missing optional column \"{columnName}\" in table \"{tableName}\"." : "數據表 {tableName} 中缺少可選列 {columnName} 。",
+ "The database is missing some optional columns. Due to the fact that adding columns on big tables could take some time they were not added automatically when they can be optional. By running \"occ db:add-missing-columns\" those missing columns could be added manually while the instance keeps running. Once the columns are added some features might improve responsiveness or usability." : "數據庫遺失了一些欄位,然而添加主鍵這個動作將在肥大的數據庫花費許多時間,故我們將不會自動處理這項問題。藉由執行「occ db:add-missing-columns」手動添加這些欄位將能在系統持續運作時修復這個問題。添加可選欄位將提高系統回應速度和可用性。",
+ "This instance is missing some recommended PHP modules. For improved performance and better compatibility it is highly recommended to install them." : "您的 Nextcloud 缺少了某些建議的 PHP 模組。為了提升效能與相容性,強烈建議您安裝這些 PHP 模組。",
+ "Module php-imagick in this instance has no SVG support. For better compatibility it is recommended to install it." : "本系統安裝的 php-imagick 不支援 SVG,為了更好的相容性,建議安裝它。",
+ "Some columns in the database are missing a conversion to big int. Due to the fact that changing column types on big tables could take some time they were not changed automatically. By running 'occ db:convert-filecache-bigint' those pending changes could be applied manually. This operation needs to be made while the instance is offline. For further details read {linkstart}the documentation page about this ↗{linkend}." : "數據庫中的某些列缺少對 big int 的轉換。由於更改大表上的列類型可能需要一些時間,因此無法自動更改它們。通過運行 “occ db:convert-filecache-bigint”,可以手動應用這些未決的更改。實例處於脫機狀態時需要執行此操作。有關更多詳細信息,請{linklink}關於此↗{linkend}的文檔頁面。",
+ "SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend." : "目前您的後端數據庫使用 SQLite,在大型服務當中,我們建議您使用其他的數據庫後端。",
+ "This is particularly recommended when using the desktop client for file synchronisation." : "若您使用電腦客戶端來同步檔案,非常建議您這麼做。",
+ "To migrate to another database use the command line tool: 'occ db:convert-type', or see the {linkstart}documentation ↗{linkend}." : "要遷移到另一個數據庫,請使用指令工具:“ occ db:convert-type”,或參閱 {linkstart} 說明書↗{linkend}。",
+ "The PHP memory limit is below the recommended value of 512MB." : "目前的 PHP 的記憶體限制設定低於建議值 512MB",
+ "Some app directories are owned by a different user than the web server one. This may be the case if apps have been installed manually. Check the permissions of the following app directories:" : "某些應用程式的資料夾所有者與網頁伺服器預設用戶不同。這可能是因為您手動安裝了這些應用程式。請檢查以下應用程式資料夾的相關權限:",
+ "MySQL is used as database but does not support 4-byte characters. To be able to handle 4-byte characters (like emojis) without issues in filenames or comments for example it is recommended to enable the 4-byte support in MySQL. For further details read {linkstart}the documentation page about this ↗{linkend}." : "MySQL 用作數據庫,但不支持4-byte字符。為了能夠處理4字節字符(如表情符號)而不會出現文件名或註釋問題,建議在MySQL中啟用4字節支持。有關更多詳細信息,請參見{linkstart}關於此↗的文檔頁面{linkend}。",
+ "This instance uses an S3 based object store as primary storage. The uploaded files are stored temporarily on the server and thus it is recommended to have 50 GB of free space available in the temp directory of PHP. Check the logs for full details about the path and the available space. To improve this please change the temporary directory in the php.ini or make more space available in that path." : "此站台使用Amazon S3物件儲存為主要儲存區。上傳檔案會暫存在伺服器,因此建議PHP的暫存資料夾最少要有50GB可用容量。請在登入檔中查閱關於資料夾路徑及可用容量的詳細資訊。要增進效能,請在php.ini中變更暫存資料夾位置,或將該資料夾容量增加。",
+ "You are accessing your instance over a secure connection, however your instance is generating insecure URLs. This most likely means that you are behind a reverse proxy and the overwrite config variables are not set correctly. Please read {linkstart}the documentation page about this ↗{linkend}." : "您正在通過安全連接存取實例,但是您的實例正在生成不安全的URL。 這很可能意味著您被隱藏在反向代理(reverse proxy)之後,並且覆蓋配置變量(overwrite config variables)未正確設置。 請閱讀{linkstart}有關此的文檔頁面↗{linkend}。 ",
+ "Error occurred while checking server setup" : "檢查伺服器設定時發生錯誤",
+ "For more details see the {linkstart}documentation ↗{linkend}." : "有關更多細節,請參見 {linkstart} 說明書↗{linkedin}。",
+ "Your data directory and files are probably accessible from the Internet. The .htaccess file is not working. It is strongly recommended that you configure your web server so that the data directory is no longer accessible, or move the data directory outside the web server document root." : "您的資料目錄和檔案看來可以被公開存取,這表示 。htaccess 設定檔並未生效,我們強烈建議您設定網頁伺服器,拒絕公開存取資料目錄,或者將您的資料目錄移出網頁伺服器根目錄。",
+ "The \"{header}\" HTTP header is not set to \"{expected}\". This is a potential security or privacy risk, as it is recommended to adjust this setting accordingly." : "目前 HTTP 的 {header} 標頭設定並不是 \"{expected}\" ,這是一個潛在的安全性和隱私風險,我們建議調整此項設定。",
+ "The \"{header}\" HTTP header is not set to \"{expected}\". Some features might not work correctly, as it is recommended to adjust this setting accordingly." : "目前 HTTP 的 {header} 標頭設定並不是 \"{expected}\" ,這將讓某些功能無法正常運作,我們建議修正此項設定。",
+ "The \"{header}\" HTTP header doesn't contain \"{expected}\". This is a potential security or privacy risk, as it is recommended to adjust this setting accordingly." : "目前 HTTP 的 {header} 標頭設定並不包防 \"{expected}\" ,這是一個潛在的安全性和隱私風險,建議調整此項設定。",
+ "The \"{header}\" HTTP header is not set to \"{val1}\", \"{val2}\", \"{val3}\", \"{val4}\" or \"{val5}\". This can leak referer information. See the {linkstart}W3C Recommendation ↗{linkend}." : "HTTP header “{header}” 未設置為 “ {val1}”、“ {val2}”、“{val3}”、“{val4}” 或 “{val5}”。這可能會洩漏引用資訊。請參閱 {linkstart}W3C建議↗{linkend}。",
+ "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the {linkstart}security tips ↗{linkend}." : "未將 “Strict-Transport-Security” HTTP header 設置為至少“{seconds}”秒。為了增強安全性,建議按照{linkstart}安全提示↗{linkend}中的說明啟用 HSTS。",
+ "Accessing site insecurely via HTTP. You are strongly advised to set up your server to require HTTPS instead, as described in the {linkstart}security tips ↗{linkend}." : "通過HTTP不安全地存取站點。強烈建議您將伺服器設置改為要求HTTPS,如{linkstart}安全提示↗{linkend}中所述。",
+ "unknown text" : "文字不詳",
+ "Hello world!" : "哈囉,世界!",
+ "sunny" : "晴朗的",
+ "Hello {name}, the weather is {weather}" : "哈囉 {name},今日天氣 {weather}",
+ "Hello {name}" : "哈囉 {name}",
+ "<strong>These are your search results<script>alert(1)</script></strong>" : "<strong>以下是您的搜尋結果<script>警告(1)</script></strong>",
+ "new" : "新",
+ "_download %n file_::_download %n files_" : ["下載 %n 個檔案"],
+ "The update is in progress, leaving this page might interrupt the process in some environments." : "正在更新,在某些狀況下,離開本頁面可能會導致更新中斷",
+ "Update to {version}" : "更新到 {version}",
+ "An error occurred." : "發生錯誤。",
+ "Please reload the page." : "請重新整理頁面。",
+ "The update was unsuccessful. For more information <a href=\"{url}\">check our forum post</a> covering this issue." : "更新失敗,檢視<a href=\"{url}\">論壇上的文章</a>來瞭解更多。",
+ "The update was unsuccessful. Please report this issue to the <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">Nextcloud community</a>." : "更新不成功。請在<a href=\"https://github。com/nextcloud/server/issues\" target=\"_blank\">Nextcloud社群</a>舉報此問題。",
+ "Continue to {productName}" : "前往 {productName}",
+ "_The update was successful. Redirecting you to {productName} in %n second._::_The update was successful. Redirecting you to {productName} in %n seconds._" : ["更新成功,將在 %n 秒後重導向至 {productName}。"],
+ "Log in" : "登入",
+ "Logging in …" : "正在登入…",
+ "Server side authentication failed!" : "伺服器端認證失敗!",
+ "Please contact your administrator." : "請聯絡系統管理員。",
+ "An internal error occurred." : "發生內部錯誤",
+ "Please try again or contact your administrator." : "請重試或聯絡系統管理員",
+ "Username or email" : "用戶名稱 或 電郵地址",
+ "Password" : "密碼",
+ "Toggle password visibility" : "切換密碼可見性",
+ "Wrong username or password." : "錯誤的用戶名稱 或 密碼",
+ "User disabled" : "用戶已遭停用",
+ "We have detected multiple invalid login attempts from your IP. Therefore your next login is throttled up to 30 seconds." : "您的 IP 多次嘗試登入無效,下一次登入將會被延時 30 秒。",
+ "Your account is not setup for passwordless login." : "你的賬號尚未設定免密碼登入。",
+ "Passwordless authentication is not supported in your browser." : "你使用的瀏覽器不支援無密碼身分驗證。",
+ "Passwordless authentication is only available over a secure connection." : "無密碼身分驗證僅支援經加密的連線。",
+ "Reset password" : "重設密碼",
+ "A password reset message has been sent to the email address of this account. If you do not receive it, check your spam/junk folders or ask your local administrator for help." : "重設密碼資訊已寄至您的電子郵件。若您並未收到該信件,請確認您垃圾信箱,或請求管理員協助。",
+ "If it is not there ask your local administrator." : "你找的東西不在,請聯絡管理員。",
+ "Couldn't send reset email. Please contact your administrator." : "無法寄出重設密碼資訊。請聯絡您的管理員。",
+ "Password cannot be changed. Please contact your administrator." : "無法重設密碼,請聯絡管理員。",
+ "Back to login" : "回到登入畫面",
+ "New password" : "新密碼",
+ "Your files are encrypted. There will be no way to get your data back after your password is reset. If you are not sure what to do, please contact your administrator before you continue. Do you really want to continue?" : "由於您已啟用檔案加密,重設密碼後,您的資料將無法解密。若您不確定繼續與否,請與管理員聯繫。確定要繼續嗎?",
+ "I know what I'm doing" : "我知道我在做什麼",
+ "Resetting password" : "重設密碼",
+ "Recommended apps" : "推薦的應用程式",
+ "Loading apps …" : "正在載入應用程式…",
+ "Could not fetch list of apps from the App Store." : "無法從應用程式商店抓取應用程式清單。",
+ "Installing apps …" : "正在安裝應用程式…",
+ "App download or installation failed" : "應用程式下載或是安裝失敗",
+ "Cannot install this app because it is not compatible" : "應用程式無法安裝,因為不相容",
+ "Cannot install this app" : "無法安裝此應用程式",
+ "Cancel" : "取消",
+ "Schedule work & meetings, synced with all your devices." : "排定工作和會議時間,並與您的所有裝置同步",
+ "Keep your colleagues and friends in one place without leaking their private info." : "將您的同事和朋友的聯繫整合在一處,且不洩漏他們的個人資訊",
+ "Simple email app nicely integrated with Files, Contacts and Calendar." : "簡潔的電子郵件應用程式,與檔案瀏覽器、通訊錄、行事曆完美整合",
+ "Chatting, video calls, screensharing, online meetings and web conferencing – in your browser and with mobile apps." : "對話、視訊電話、螢幕分享、線上會議與網路研討會 - 實現於你的瀏覽器與手機APP之中。",
+ "Collaboratively edit office documents." : "協助編輯官方文件。",
+ "Local document editing back-end used by the Collabora Online app." : "本地文件編輯後端由Collabora Online app提供。",
+ "Forgot password?" : "忘記密碼?",
+ "Log in with a device" : "使用免密碼裝置登入",
+ "Back" : "返回",
+ "Login form is disabled." : "登入表格已停用",
+ "Reset search" : "重置搜尋",
+ "Search for {name} only" : "只搜尋 {name}",
+ "No results for {query}" : "{query} 查詢沒有結果",
+ "Start typing to search" : "輸入文字以檢索",
+ "Loading more results …" : "正在載入更多結果...",
+ "Load more results" : "載入更多結果",
+ "Search" : "搜尋",
+ "An error occurred while searching for {type}" : "搜尋 {type} 時發生錯誤",
+ "_Please enter {minSearchLength} character or more to search_::_Please enter {minSearchLength} characters or more to search_" : ["請輸入 {minSearchLength} 個或以上字元搜尋"],
+ "Search {types} …" : "搜尋 {types} 中 …",
+ "Settings" : "設定",
+ "Could not load your contacts" : "無法載入您的聯絡人",
+ "Search contacts …" : "搜尋聯絡人…",
+ "No contacts found" : "查無聯絡人",
+ "Show all contacts …" : "顯示所有聯絡人…",
+ "Install the Contacts app" : "安裝「Contacts」應用程式",
+ "Loading your contacts …" : "正在載入聯絡人…",
+ "Looking for {term} …" : "搜尋 {term} …",
+ "No" : "否",
+ "Yes" : "是",
+ "No files in here" : "沒有任何檔案",
+ "New folder" : "新資料夾",
+ "No more subfolders in here" : "沒有子資料夾",
+ "Name" : "姓名",
+ "Size" : "大小",
+ "Modified" : "已修改",
+ "\"{name}\" is an invalid file name." : "{name} 是無效的檔案名稱。",
+ "File name cannot be empty." : "檔案名稱不能為空",
+ "\"/\" is not allowed inside a file name." : "不允許檔案名稱中出現 \"/\"",
+ "\"{name}\" is not an allowed filetype" : "\"{name}\" 是不允許的檔案類型",
+ "{newName} already exists" : "{newName} 已經存在",
+ "Choose" : "選擇",
+ "Copy" : "複製",
+ "Move" : "移動",
+ "Error loading file picker template: {error}" : "載入檔案選擇器樣板出錯: {error}",
+ "OK" : "OK",
+ "Error loading message template: {error}" : "載入訊息範本時發生錯誤: {error}",
+ "read-only" : "唯讀",
+ "_{count} file conflict_::_{count} file conflicts_" : ["{count} 個檔案相抵觸"],
+ "One file conflict" : "一個檔案抵觸",
+ "New Files" : "新檔案",
+ "Already existing files" : "已經存在的檔案",
+ "Which files do you want to keep?" : "您要保留哪一個檔案?",
+ "If you select both versions, the copied file will have a number added to its name." : "如果您同時選擇兩個版本,被複製的那個檔案名稱後面會加上編號",
+ "Continue" : "繼續",
+ "(all selected)" : "(已全選)",
+ "({count} selected)" : "(已選擇 {count} 項)",
+ "Error loading file exists template" : "載入已存在的範本時發生錯誤",
+ "Pending" : "擱置中",
+ "Copy to {folder}" : "複製到 {folder}",
+ "Move to {folder}" : "移動到 {folder}",
+ "Saving …" : "儲存中 ...",
+ "Authentication required" : "必須驗證",
+ "This action requires you to confirm your password" : "此操作需要您再次確認密碼",
+ "Confirm" : "確認",
+ "Failed to authenticate, try again" : "驗證失敗,請再試一次",
+ "seconds ago" : "幾秒前",
+ "Connection to server lost" : "伺服器連線中斷",
+ "_Problem loading page, reloading in %n second_::_Problem loading page, reloading in %n seconds_" : ["載入頁面時出錯,%n 秒後重新整理"],
+ "Add to a project" : "加到計劃",
+ "Show details" : "顯示細節",
+ "Hide details" : "隱藏細節",
+ "Rename project" : "重新命名專案",
+ "Failed to rename the project" : "重新命名計劃失敗",
+ "Failed to create a project" : "建立計劃失敗",
+ "Failed to add the item to the project" : "新增項目至計劃時失敗",
+ "Connect items to a project to make them easier to find" : "將項目連結到計劃以便尋找",
+ "Type to search for existing projects" : "搜尋現有計劃",
+ "New in" : "新加入",
+ "View changelog" : "檢視版本更新紀錄",
+ "Very weak password" : "密碼安全性極弱",
+ "Weak password" : "密碼安全性弱",
+ "So-so password" : "密碼安全性普通",
+ "Good password" : "密碼安全性佳",
+ "Strong password" : "密碼安全性極佳",
+ "No action available" : "沒有可用的操作",
+ "Error fetching contact actions" : "擷取聯絡人時發生錯誤",
+ "Non-existing tag #{tag}" : "不存在的標籤 #{tag}",
+ "restricted" : "受限",
+ "invisible" : "隱藏",
+ "Delete" : "刪除",
+ "Rename" : "重新命名",
+ "Collaborative tags" : "協作標籤",
+ "No tags found" : "查無標籤",
+ "Personal" : "個人",
+ "Users" : "用戶",
+ "Apps" : "應用程式",
+ "Admin" : "管理",
+ "Help" : "說明",
+ "Access forbidden" : "存取被拒",
+ "File not found" : "找不到檔案",
+ "The document could not be found on the server. Maybe the share was deleted or has expired?" : "伺服器上找不到該文件,或許這個分享已經被刪除或是過期了?",
+ "Back to %s" : "回到 %s",
+ "Too many requests" : "太多要求",
+ "There were too many requests from your network. Retry later or contact your administrator if this is an error." : "有太多請求來自你的網路,請稍後再試,若你認為這不該發生,請回報系統管理員這項錯誤。",
+ "Error" : "錯誤",
+ "Previous" : "上一個",
+ "Internal Server Error" : "內部伺服器錯誤",
+ "The server was unable to complete your request." : "伺服器無法完成你的請求。",
+ "If this happens again, please send the technical details below to the server administrator." : "如果此問題重複發生,請寄送技術資訊給管理員。",
+ "More details can be found in the server log." : "伺服器記錄檔裡面有更多細節",
+ "Technical details" : "技術細節",
+ "Remote Address: %s" : "遠端位置:%s",
+ "Request ID: %s" : "請求編號:%s",
+ "Type: %s" : "類型:%s",
+ "Code: %s" : "代碼:%s",
+ "Message: %s" : "訊息:%s",
+ "File: %s" : "檔案:%s",
+ "Line: %s" : "行數:%s",
+ "Trace" : "追蹤",
+ "Security warning" : "安全性警告",
+ "Your data directory and files are probably accessible from the internet because the .htaccess file does not work." : "您的資料目錄看起來可以被公開存取,因為 。htaccess 設定檔並未生效。",
+ "For information how to properly configure your server, please see the <a href=\"%s\" target=\"_blank\" rel=\"noreferrer noopener\">documentation</a>." : "閱讀<a href=\"%s\" target=\"_blank\" rel=\"noreferrer noopener\">說明文件</a>來瞭解如何正確設定您的伺服器",
+ "Create an <strong>admin account</strong>" : "新增<strong>管理員賬號</strong>",
+ "Username" : "用戶名稱",
+ "Show password" : "顯示密碼",
+ "Storage & database" : "儲存空間和數據庫",
+ "Data folder" : "資料儲存位置",
+ "Configure the database" : "設定數據庫",
+ "Only %s is available." : "剩下 %s 可使用",
+ "Install and activate additional PHP modules to choose other database types." : "安裝並啟動相關 PHP 模組來使用其他種數據庫",
+ "For more details check out the documentation." : "更多細節詳見說明文件",
+ "Database user" : "數據庫用戶",
+ "Database password" : "數據庫密碼",
+ "Database name" : "數據庫名稱",
+ "Database tablespace" : "數據庫資料表空間",
+ "Database host" : "數據庫主機",
+ "Please specify the port number along with the host name (e.g., localhost:5432)." : "請將具體指定連接埠號與主機名稱。(例如:localhost:5432)",
+ "Performance warning" : "效能警告",
+ "You chose SQLite as database." : "您選擇了 SQLite 作為數據庫",
+ "SQLite should only be used for minimal and development instances. For production we recommend a different database backend." : "SQLite 只適用於小型或是開發用站台,針對上線服務我們建議使用其他數據庫後端。",
+ "If you use clients for file syncing, the use of SQLite is highly discouraged." : "若使用桌面版或是手機版客戶端同步檔案,不建議使用 SQLite",
+ "Install recommended apps" : "安裝推薦的應用程式",
+ "Calendar, Contacts, Talk, Mail & Collaborative editing" : "編輯行事曆、聯絡人、對話、郵件與共筆。",
+ "Finish setup" : "完成設定",
+ "Finishing …" : "即將完成…",
+ "Need help?" : "需要協助嗎?",
+ "See the documentation" : "閱讀說明文件",
+ "It looks like you are trying to reinstall your Nextcloud. However the file CAN_INSTALL is missing from your config directory. Please create the file CAN_INSTALL in your config folder to continue." : "您似乎正在嘗試重新安裝您的Nextcloud。然而,檔案 CAN_INSTALL 並未在您的config目錄中。請在您的config目錄中建立 CAN_INSTALL檔以繼續。",
+ "Could not remove CAN_INSTALL from the config folder. Please remove this file manually." : "無法從您的 config 目錄中移除 CAN_INSTALL 檔案。請手動移除他。",
+ "This application requires JavaScript for correct operation. Please {linkstart}enable JavaScript{linkend} and reload the page." : "這個應用程式需要啟用 Javascript 才能正常運作,請{linkstart}啟用Javascript{linkend}然後重新整理頁面。",
+ "Get your own free account" : "取得免費賬號",
+ "Skip to main content" : "跳到主內容",
+ "Skip to navigation of app" : "跳到應用程式導覽",
+ "More apps" : "更多應用程式",
+ "More" : "更多",
+ "More apps menu" : "更多應用程式選單",
+ "Contacts" : "聯絡人",
+ "Contacts menu" : "聯絡人選單",
+ "Settings menu" : "設定選單",
+ "Confirm your password" : "確認密碼",
+ "Connect to your account" : "連結您的賬號",
+ "Please log in before granting %1$s access to your %2$s account." : "請登入後再授權「%1$s」存取您的 %2$s 賬號",
+ "If you are not trying to set up a new device or app, someone is trying to trick you into granting them access to your data. In this case do not proceed and instead contact your system administrator." : "若你並未嘗試在新的裝置登入你的賬戶,有什麼人證在嘗試登入你的賬戶並存取你的個人資料。大多數情況你並不用作任何應對,但也可通知你的系統管理員。",
+ "App token" : "應用程式權杖",
+ "Grant access" : "允許存取",
+ "Alternative log in using app token" : "使用應用程式權杖來登入",
+ "Account access" : "賬戶存取",
+ "You are about to grant %1$s access to your %2$s account." : "您將授權「%1$s」存取您的 %2$s 賬戶",
+ "Account connected" : "賬戶已連結",
+ "Your client should now be connected!" : "客戶端應該已完成連線",
+ "You can close this window." : "可以關閉此視窗",
+ "This share is password-protected" : "此分享受密碼保護",
+ "The password is wrong. Try again." : "密碼錯誤,請重試",
+ "Two-factor authentication" : "雙重認證",
+ "Enhanced security is enabled for your account. Choose a second factor for authentication:" : "您的賬號已啟用進階安全機制,請選擇一個雙重認證方法:",
+ "Could not load at least one of your enabled two-factor auth methods. Please contact your admin." : "無法載入任何已啟用的雙重認證方法,請聯絡管理員。",
+ "Two-factor authentication is enforced but has not been configured on your account. Contact your admin for assistance." : "雙重認證已實施,但尚未在您的賬戶上對其進行配置。請聯絡管理員。",
+ "Two-factor authentication is enforced but has not been configured on your account. Please continue to setup two-factor authentication." : "雙重認證已實施,但尚未在您的賬戶上對其進行配置。請繼續設置雙重認證。",
+ "Set up two-factor authentication" : "設定雙重認證",
+ "Two-factor authentication is enforced but has not been configured on your account. Use one of your backup codes to log in or contact your admin for assistance." : "雙重認證已實施,但尚未在您的賬戶上對其進行配置。請使用一個備用驗證碼來登入或聯絡管理員。",
+ "Use backup code" : "使用備用認證碼",
+ "Cancel login" : "取消登入",
+ "Setup two-factor authentication" : "設定雙重認證",
+ "Enhanced security is enforced for your account. Choose which provider to set up:" : "您的賬號已啟用進階安全機制,請選擇一個供應者:",
+ "Error while validating your second factor" : "驗證二階段因子發生錯誤",
+ "Access through untrusted domain" : "經由不可信任的域名存取。",
+ "Please contact your administrator. If you are an administrator, edit the \"trusted_domains\" setting in config/config.php like the example in config.sample.php." : "請聯絡您的管理員。如果您就是管理員,請模仿 config。sample。php 範例編輯 config/config.php 的「trusted_domains」設定。",
+ "Further information how to configure this can be found in the %1$sdocumentation%2$s." : "更多關於如何設定的資訊,請見%1$s文件%2$s。",
+ "App update required" : "需要更新應用程式",
+ "%1$s will be updated to version %2$s" : "%1$s 將會更新至版本 %2$s",
+ "The following apps will be updated:" : "將更新以下的 APP:",
+ "These incompatible apps will be disabled:" : "以下不兼容的應用程式將被停用:",
+ "The theme %s has been disabled." : "主題 %s 已經被停用",
+ "Please make sure that the database, the config folder and the data folder have been backed up before proceeding." : "在繼續之前,請備份數據庫、config 資料夾及數據資料夾",
+ "Start update" : "開始升級",
+ "To avoid timeouts with larger installations, you can instead run the following command from your installation directory:" : "在大型安裝上,為了避免升級請求逾時,你也可以在安裝目錄執行下列指令:",
+ "Detailed logs" : "詳細記錄檔",
+ "Update needed" : "需要更新",
+ "Please use the command line updater because you have a big instance with more than 50 users." : "因為您有超過50名用戶,服務規模較大,請透過命令提示字元介面(command line updater)更新。",
+ "For help, see the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"%s\">documentation</a>." : "若需要協助,請參閱<a target=\"_blank\" rel=\"noreferrer noopener\" href=\"%s\">說明文件</a>",
+ "I know that if I continue doing the update via web UI has the risk, that the request runs into a timeout and could cause data loss, but I have a backup and know how to restore my instance in case of a failure." : "若我繼續透過網頁介面更新時我已了解有其風險,若請求逾時可能導致資料遺失,萬一更新失敗,我已準備好備份並知道如何回復運作。",
+ "Upgrade via web on my own risk" : "願意承擔風險透過網頁更新",
+ "Maintenance mode" : "維護模式",
+ "This %s instance is currently in maintenance mode, which may take a while." : "這個 %s 安裝目前處於維護模式,需要一段時間恢復。",
+ "This page will refresh itself when the instance is available again." : "安裝恢復可用之後,本頁會自動重新整理",
+ "Contact your system administrator if this message persists or appeared unexpectedly." : "若這個訊息持續出現,請聯絡系統管理員。",
+ "Checking whether the database schema can be updated (this can take a long time depending on the database size)" : "正在檢查是否有可更新的數據庫模式(若數據庫較大,可能需要一段時間)",
+ "Checked database schema update" : "已檢查數據庫模式更新",
+ "Checking updates of apps" : "正在檢查應用程式更新",
+ "Checking for update of app \"%s\" in appstore" : "正在檢查 %s 的更新",
+ "Update app \"%s\" from appstore" : "更新 %s",
+ "Checked for update of app \"%s\" in appstore" : "正在檢查 %s 的更新",
+ "Checked database schema update for apps" : "已檢查應用程式數據庫模式更新",
+ "Following apps have been disabled: %s" : "以下應用程式已經被停用:%s",
+ "Your web server is not properly set up to resolve \"{url}\". Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "您的網頁伺服器設定不正確,因此無法解析 \"{url}\" ,請至<a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">說明文件</a>瞭解更多資訊。",
+ "Your web server is not properly set up to resolve \"{url}\". This is most likely related to a web server configuration that was not updated to deliver this folder directly. Please compare your configuration against the shipped rewrite rules in \".htaccess\" for Apache or the provided one in the documentation for Nginx at it's <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation page</a>. On Nginx those are typically the lines starting with \"location ~\" that need an update." : "您的伺服器並未正確的設定解析 \"{url}\"。這可能與伺服器的設定未更新為直接傳送此資料夾有關。請檢查 Apache 的 \"。htaccess\" 檔案,或在 <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Nginx 說明文件</a>中查閱重寫規則。在 Nginx 環境中,通常是在由 \"location ~\" 開始的那行需要做調整。",
+ "Your web server is not properly set up to deliver .woff2 files. This is typically an issue with the Nginx configuration. For Nextcloud 15 it needs an adjustement to also deliver .woff2 files. Compare your Nginx configuration to the recommended configuration in our <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "您的伺服器並未正確的設定,因此無法傳遞 。woff2 的檔案。這通常是因為 Nginx 的設定問題所導致。在 Nextcloud 15 中,需要一些調整才能一並傳遞 。woff2 的檔案。請檢查您的 Nginx 設定,和Nextcloud<a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">說明文件</a>中提到的建議設定。",
+ "Please check the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">installation documentation ↗</a> for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "請您參考<a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">安裝手冊 ↗</a>來設定 PHP,特別是在使用 php-fpm 時。",
+ "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems. See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation ↗</a> for more information." : "事務型文件鎖定的功能已經取消,這可能會造成競態條件,請在 config.php 中啟用 \"filelocking。enabled\" 以避免出現這樣的問題,請參考<a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">說明文件 ↗</a> 來了解更多的資訊。",
+ "Last background job execution ran {relativeTime}. Something seems wrong." : "上次後台作業是於 {relativeTime} 執行,似乎很久沒有執行了,有點問題。",
+ "Check the background job settings" : "請檢查後台作業的設定",
+ "No memory cache has been configured. To enhance performance, please configure a memcache, if available. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "您沒有設定記憶體快取(memcache)。如果可以,請完成設定來提升效能。更多資訊請查閱<a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">說明文件</a>",
+ "No suitable source for randomness found by PHP which is highly discouraged for security reasons. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "PHP無法取得合適的亂數產生源。為了安全性考量,不建議如此做。更多資訊參考<a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">說明書</a>。",
+ "You are currently running PHP {version}. Upgrade your PHP version to take advantage of <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">performance and security updates provided by the PHP Group</a> as soon as your distribution supports it." : "您目前正運行 PHP {version} ,我們建議您升級 PHP 到您的發行版所支援的最新版本,以獲得 <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">PHP 開發團隊提供的效能與安全性更新</a>。",
+ "The reverse proxy header configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If not, this is a security issue and can allow an attacker to spoof their IP address as visible to the Nextcloud. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "偵測到您的反向代理標頭設定不正確,但也有可能是因為您目前正透過信任的代理伺服器存取 Nextcloud。若您目前不是透過信任的代理伺服器存取 Nextcloud,這就是一個安全性問題,允許攻擊者對 Nextcloud 假冒 IP 位址。更多資訊請查閱<a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">說明文件</a>。",
+ "Memcached is configured as distributed cache, but the wrong PHP module \"memcache\" is installed. \\OC\\Memcache\\Memcached only supports \"memcached\" and not \"memcache\". See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">memcached wiki about both modules</a>." : "您已經設定 Memcached 為分布式快取,但是您安裝了錯誤的 PHP 模組 \"memcache\" 。Nextcloud 的 \\OC\\Memcache\\Memcached 元件不支援 \"memcache\" 模組,僅支援 \"memcached\" 模組。若想要更加了解這兩個模組,請查閱 <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">memcached wiki</a>。",
+ "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">List of invalid files…</a> / <a href=\"{rescanEndpoint}\">Rescan…</a>)" : "有些檔案並未通過完整性檢查。可參閱詳細資訊,如我們的<a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">說明文件</a>(<a href=\"{codeIntegrityDownloadEndpoint}\">無效檔案列表</a>/<a href=\"{rescanEndpoint}\">重新檢查</a>)以解決這些問題。",
+ "The PHP OPcache module is not loaded. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance it is recommended</a> to load it into your PHP installation." : "PHP 的 OPcache 模組並未被載入。 <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">為了提供更好的效能</a>,建議將此PHP模組載入。",
+ "The PHP OPcache is not properly configured. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance it is recommended</a> to use the following settings in the <code>php.ini</code>:" : "PHP 的 OPcache 功能並未被妥善設定。<a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">為了有更好的效能表現</a>,我們建議在 <code>php.ini</code> 中使用以下設定:",
+ "Some columns in the database are missing a conversion to big int. Due to the fact that changing column types on big tables could take some time they were not changed automatically. By running 'occ db:convert-filecache-bigint' those pending changes could be applied manually. This operation needs to be made while the instance is offline. For further details read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "數據庫的有些欄位缺少big int。格式轉換。因為攔位格式轉換需要一些時間,所以沒有自動轉換。你可以執行'occ db:convert-filecache-bigin'手動完成轉換,轉換時Nextcloud服務必須處於離線狀態。詳情請參閱<a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">關於此的使用手冊頁</a>。",
+ "To migrate to another database use the command line tool: 'occ db:convert-type', or see the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation ↗</a>." : "若要遷移至另一個數據庫,請使用命令列工具: 'occ db:convert-type' ,或是查閱<a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">說明書</a>。",
+ "Use of the the built in php mailer is no longer supported. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Please update your email server settings ↗<a/>." : "我們將不再支援使用 PHP mailer 發送電子郵件。<a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">請更新您電子郵件伺服器的相關設定<a/>。",
+ "MySQL is used as database but does not support 4-byte characters. To be able to handle 4-byte characters (like emojis) without issues in filenames or comments for example it is recommended to enable the 4-byte support in MySQL. For further details read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "您的 MySQL 數據庫並不支援 4-byte 的字元。為了能處理檔案名稱中,或是註記中的 4-byte 的字元(如表情符號等)。建議您啟用 MySQL 中支援 4-byte 的字元的功能。詳情請見<a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">此文件中關於此項目的說明</a>。",
+ "You are accessing your instance over a secure connection, however your instance is generating insecure URLs. This most likely means that you are behind a reverse proxy and the overwrite config variables are not set correctly. Please read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "你經由安全的連線存取系統,但系統卻生成了不安全的 URLs。這很有可能是因為你使用了反向代理伺服器,但反向代理伺服器的改寫規則並未正常工作,請閱讀<a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">文件</a>以修復這個問題。",
+ "The \"{header}\" HTTP header is not set to \"{val1}\", \"{val2}\", \"{val3}\", \"{val4}\" or \"{val5}\". This can leak referer information. See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{link}\">W3C Recommendation ↗</a>." : "目前 HTTP 的 {header} 標頭設定並不是 \"{val1}\", \"{val2}\", \"{val3}\", \"{val4}\" 或 \"{val5}\",這將會洩漏一些訊息。<a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{link}\">請參考 W3C建議文件</a>。",
+ "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the <a href=\"{docUrl}\" rel=\"noreferrer noopener\">security tips ↗</a>." : "HTTP \"Strict-Transport-Security\" 標頭並未被設定持續至少 {seconds} 秒。為了提高安全性,我們在<a href=\"{docUrl}\" rel=\"noreferrer\">安全建議</a>中有詳述並建議啟用 HSTS。",
+ "Accessing site insecurely via HTTP. You are strongly advised to set up your server to require HTTPS instead, as described in the <a href=\"{docUrl}\">security tips ↗</a>." : "您正在透過不安全的 HTTP 存取網站,強烈建議您設定您的伺服器啟用 HTTPS ,更多資訊請查閱<a href=\"{docUrl}\">安全建議 ↗</a>。",
+ "Continue to Nextcloud" : "繼續前往 Nextcloud",
+ "_The update was successful. Redirecting you to Nextcloud in %n second._::_The update was successful. Redirecting you to Nextcloud in %n seconds._" : ["更新成功,將在 %n 秒後重導向至 Nextcloud"],
+ "Searching other places" : "搜尋其他位置",
+ "No search results in other folders for {tag}{filter}{endtag}" : "{tag}{filter}{endtag} 在其他資料夾中沒有比對結果",
+ "_{count} search result in another folder_::_{count} search results in other folders_" : ["在其他資料夾中有 {count} 個搜尋結果"],
+ "A password reset message has been sent to the e-mail address of this account. If you do not receive it, check your spam/junk folders or ask your local administrator for help." : "重設密碼資訊已寄至您的電子郵件。若您並未收到該信件,請確認您垃圾信箱,或請求管理員協助。",
+ "Password can not be changed. Please contact your administrator." : "無法更改密碼,請聯絡管理員。",
+ "Could not fetch list of apps from the app store." : "無法從應用程式商店抓取應用程式清單",
+ "Nextcloud {app}" : "Nextcloud {app}",
+ "Can't install this app because it is not compatible" : "這是一個不兼容的應用程式,無法安裝。",
+ "Can't install this app" : "無法安裝此應用程式",
+ "These apps will be updated:" : "將會更新這些應用程式",
+ "For more details see the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "要取得進一步的資訊,請見 <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">說明書</a>。"
+},"pluralForm" :"nplurals=1; plural=0;"
+} \ No newline at end of file
diff --git a/core/l10n/zh_TW.js b/core/l10n/zh_TW.js
index 5c70bc72e60..ebc102c1c61 100644
--- a/core/l10n/zh_TW.js
+++ b/core/l10n/zh_TW.js
@@ -5,6 +5,14 @@ OC.L10N.register(
"File is too big" : "檔案太大",
"The selected file is not an image." : "選取的檔案不是圖片檔",
"The selected file cannot be read." : "選取的檔案無法讀取",
+ "The file was uploaded" : "檔案已上傳",
+ "The uploaded file exceeds the upload_max_filesize directive in php.ini" : "上傳的檔案大小超過 php.ini 當中 upload_max_filesize 選項的限制",
+ "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "上傳的檔案大小超過 HTML 表單中 MAX_FILE_SIZE 的限制",
+ "The file was only partially uploaded" : "檔案僅部份上傳",
+ "No file was uploaded" : "沒有檔案被上傳",
+ "Missing a temporary folder" : "找不到暫存資料夾",
+ "Could not write file to disk" : "無法寫入硬碟",
+ "A PHP extension stopped the file upload" : "一個 PHP 擴充功能終止檔案的上傳",
"Invalid file provided" : "提供的檔案無效",
"No image or file provided" : "未提供圖片或檔案",
"Unknown filetype" : "未知的檔案類型",
@@ -15,6 +23,7 @@ OC.L10N.register(
"No valid crop data provided" : "未提供有效的剪裁設定",
"Crop is not square" : "剪裁設定不是正方形",
"State token does not match" : "狀態權杖不相符",
+ "Invalid app password" : "無效的應用程式密碼",
"Could not complete login" : "嘗試登入時發生錯誤",
"Your login token is invalid or has expired" : "您的登入權杖無效或已過期",
"Password reset is disabled" : "密碼重設已停用",
@@ -28,6 +37,8 @@ OC.L10N.register(
"Nextcloud Server" : "Nextcloud 伺服器",
"Some of your link shares have been removed" : "部分分享連結己被移除",
"Due to a security bug we had to remove some of your link shares. Please see the link for more information." : "由於安全性問題,我們必須移除您一部分的連結分享。查看更多資訊請點選連結。",
+ "The user limit of this instance is reached." : "已達此站台的使用者數量上限。",
+ "Enter your subscription key to increase the user limit. For more information about Nextcloud Enterprise see our website." : "輸入您的訂閱金鑰以增加使用者限制。要取得更多關於 Nextcloud 企業版的資訊,請見我們的網站。",
"Preparing update" : "準備更新",
"[%d / %d]: %s" : "[%d / %d]: %s",
"Repair step:" : "修復步驟:",
@@ -41,75 +52,70 @@ OC.L10N.register(
"Maintenance mode is kept active" : "伺服器正處於維護模式",
"Updating database schema" : "正在更新資料庫格式",
"Updated database" : "已更新資料庫",
- "Checking whether the database schema can be updated (this can take a long time depending on the database size)" : "正在檢查是否有可更新的資料庫格式(若資料庫較大,可能需要一段時間)",
- "Checked database schema update" : "已檢查資料庫格式更新",
- "Checking updates of apps" : "正在檢查應用程式更新",
- "Checking for update of app \"%s\" in appstore" : "正在檢查 %s 的更新",
- "Update app \"%s\" from appstore" : "更新 %s",
- "Checked for update of app \"%s\" in appstore" : "正在檢查 %s 的更新",
+ "Checking for update of app \"%s\" in App Store" : "正於應用程式商店中檢查應用程式「%s」的更新",
+ "Update app \"%s\" from App Store" : "從應用程式商店更新應用程式「%s」",
+ "Checked for update of app \"%s\" in App Store" : "已於應用程式商店中檢查應用程式「%s」的更新",
"Checking whether the database schema for %s can be updated (this can take a long time depending on the database size)" : "檢查 %s 是否有可更新的資料庫格式(若資料庫較大,可能需要一段時間)",
- "Checked database schema update for apps" : "已檢查應用程式資料庫格式更新",
"Updated \"%1$s\" to %2$s" : "已從 %1$s 更新至 %2$s",
"Set log level to debug" : "設定記錄至除錯層級",
"Reset log level" : "重設記錄層級",
"Starting code integrity check" : "開始檢查程式碼完整性",
"Finished code integrity check" : "已完成程式碼完整性檢查",
"%s (incompatible)" : "%s (不相容)",
- "Following apps have been disabled: %s" : "以下應用程式已經被停用:%s",
+ "The following apps have been disabled: %s" : "以下應用程式已經被停用:%s",
"Already up to date" : "此版本為最新版本",
"Your web server is not yet properly set up to allow file synchronization, because the WebDAV interface seems to be broken." : "WebDAV 介面似乎為故障狀態,導致您的網頁伺服器無法提供檔案同步功能。",
- "Your web server is not properly set up to resolve \"{url}\". Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "您的網頁伺服器設定不正確,因此無法解析 \"{url}\" ,請至<a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">說明文件</a>瞭解更多資訊。",
- "Your web server is not properly set up to resolve \"{url}\". This is most likely related to a web server configuration that was not updated to deliver this folder directly. Please compare your configuration against the shipped rewrite rules in \".htaccess\" for Apache or the provided one in the documentation for Nginx at it's <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation page</a>. On Nginx those are typically the lines starting with \"location ~\" that need an update." : "您的伺服器並未正確的設定解析 \"{url}\"。這可能與伺服器的設定未更新為直接傳送此資料夾有關。請檢查 Apache 的 \".htaccess\" 檔案,或在 <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Nginx 說明文件</a>中查閱重寫規則。在 Nginx 環境中,通常是在由 \"location ~\" 開始的那行需要做調整。",
- "Your web server is not properly set up to deliver .woff2 files. This is typically an issue with the Nginx configuration. For Nextcloud 15 it needs an adjustement to also deliver .woff2 files. Compare your Nginx configuration to the recommended configuration in our <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "您的伺服器並未正確的設定,因此無法傳遞 .woff2 的檔案。這通常是因為 Nginx 的設定問題所導致。在 Nextcloud 15 中,需要一些調整才能一並傳遞 .woff2 的檔案。請檢查您的 Nginx 設定,和Nextcloud<a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">說明文件</a>中提到的建議設定。",
+ "Your web server is not properly set up to resolve \"{url}\". Further information can be found in the {linkstart}documentation ↗{linkend}." : "您的網頁伺服器設定不正確,因此無法解析「{url}」。更多資訊可在{linkstart}文件 ↗{linkend}中找到。",
+ "Your web server is not properly set up to resolve \"{url}\". This is most likely related to a web server configuration that was not updated to deliver this folder directly. Please compare your configuration against the shipped rewrite rules in \".htaccess\" for Apache or the provided one in the documentation for Nginx at it's {linkstart}documentation page ↗{linkend}. On Nginx those are typically the lines starting with \"location ~\" that need an update." : "您的伺服器並未正確的設定解析「{url}」。這可能與伺服器的設定未更新為直接傳送此資料夾有關。請檢查 Apache 的 \".htaccess\" 檔案,或在 Nginx 中的{linkstart}文件頁面 ↗{linkend}中查閱重寫規則。在 Nginx 環境中,通常是在由 \"location ~\" 開始的那行需要做調整。",
+ "Your web server is not properly set up to deliver .woff2 files. This is typically an issue with the Nginx configuration. For Nextcloud 15 it needs an adjustement to also deliver .woff2 files. Compare your Nginx configuration to the recommended configuration in our {linkstart}documentation ↗{linkend}." : "您的伺服器並未正確的設定,因此無法傳遞 .woff2 的檔案。這通常是因為 Nginx 的設定問題所導致。在 Nextcloud 15 中,需要一些調整才能一並傳遞 .woff2 的檔案。請檢查您的 Nginx 設定,和 Nextcloud {linkstart}說明文件 ↗{linkend}中提到的建議設定。",
"PHP does not seem to be setup properly to query system environment variables. The test with getenv(\"PATH\") only returns an empty response." : "PHP 設定似乎不完整,導致無法正確取得系統環境變數,因為偵測到 getenv(\"PATH\") 回傳資料為空值",
- "Please check the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">installation documentation ↗</a> for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "請您參考 <a target=\\\"_blank\\\" href=\\\"%s\\\">安裝說明 ↗</a> 來設定 PHP ,尤其如果您使用 php-fpm。",
+ "Please check the {linkstart}installation documentation ↗{linkend} for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "請參考{linkstart}安裝文件 ↗{linkend}中 PHP 設定的註記,並檢查您伺服器上的 PHP 設定,特別是如果您是使用 php-fpm 的情況下。",
"The read-only config has been enabled. This prevents setting some configurations via the web-interface. Furthermore, the file needs to be made writable manually for every update." : "「唯讀設定檔」已經啟用,這樣可以防止來自網頁端的設定操作,每次需要更改設定時,都需要手動將設定檔暫時改為可讀寫。",
"Your database does not run with \"READ COMMITTED\" transaction isolation level. This can cause problems when multiple actions are executed in parallel." : "您的資料庫並未使用 \"READ COMMITTED\" 的交易隔離等級。當有多個行為平行進行時,這可能會造成問題。",
- "The PHP module \"fileinfo\" is missing. It is strongly recommended to enable this module to get the best results with MIME type detection." : "未偵測到 PHP 模組 'fileinfo'。強烈建議啟用這個模組,以取得最好的 MIME 檔案類型偵測支援。",
- "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems. See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation ↗</a> for more information." : "事務型文件鎖定的功能已經取消,這可能會造成競態條件,請在 config.php 中啟用 \"filelocking.enabled\" 以避免出現這樣的問題,請參考<a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">說明文件 ↗</a> 來了解更多的資訊。",
+ "The PHP module \"fileinfo\" is missing. It is strongly recommended to enable this module to get the best results with MIME type detection." : "未偵測到 PHP 模組 \"fileinfo\"。強烈建議啟用這個模組,以取得最好的 MIME 檔案類型偵測支援。",
+ "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems. See the {linkstart}documentation ↗{linkend} for more information." : "事務型文件鎖定的功能已經取消,這可能會造成競態條件,請在 config.php 中啟用 \"filelocking.enabled\" 以避免出現這樣的問題,請參考{linkstart}文件 ↗{linkend}來了解更多的資訊。",
"If your installation is not installed at the root of the domain and uses system cron, there can be issues with the URL generation. To avoid these problems, please set the \"overwrite.cli.url\" option in your config.php file to the webroot path of your installation (suggestion: \"{suggestedOverwriteCliURL}\")" : "如果您的安裝路徑不在網域的最上層,並且使用 cron 作為排程器,URL 的生成可能會有問題,為了避免這樣的狀況,請您在 config.php 檔案裡設定 overwrite.cli.url 為您安裝的 webroot 路徑。(建議值:\"{suggestedOverwriteCliURL}\")",
+ "Your installation has no default phone region set. This is required to validate phone numbers in the profile settings without a country code. To allow numbers without a country code, please add \"default_phone_region\" with the respective {linkstart}ISO 3166-1 code ↗{linkend} of the region to your config file." : "你並未設定手機國際冠碼。設定後使用者在個人檔案設定手機號碼時不必再輸入國際冠碼。若要這樣做,請新增「default_phone_region」於設定檔,允許的國家及地區請參閱 {linkstart}ISO 3166-1 code ↗{linkend} 清單。",
"It was not possible to execute the cron job via CLI. The following technical errors have appeared:" : " 無法透過 CLI 來執行排程工作,發生以下技術性錯誤:",
- "Last background job execution ran {relativeTime}. Something seems wrong." : "上次背景工作是於 {relativeTime} 前執行,似乎很久沒有執行了,有點問題",
- "Check the background job settings" : "請檢查背景工作的設定",
- "This server has no working Internet connection: Multiple endpoints could not be reached. This means that some of the features like mounting external storage, notifications about updates or installation of third-party apps will not work. Accessing files remotely and sending of notification emails might not work, either. Establish a connection from this server to the Internet to enjoy all features." : "伺服器沒有網際網路連線(無法與多個端點取得聯繫),有些功能,像是外部儲存、應用程式更新版通知將無法運作。從遠端存取資料或是寄送 email 通知可能也無法運作。建議您設定好網際網路連線以使用所有功能。",
- "No memory cache has been configured. To enhance performance, please configure a memcache, if available. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "您沒有設定記憶體快取 (memcache),如果可以,請完成設定來提升效能。更多資訊請查閱<a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">說明文件</a>",
- "No suitable source for randomness found by PHP which is highly discouraged for security reasons. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "PHP無法取得合適的亂數產生源。為了安全性考量,不建議如此做。更多資訊參考<a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>",
- "You are currently running PHP {version}. Upgrade your PHP version to take advantage of <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">performance and security updates provided by the PHP Group</a> as soon as your distribution supports it." : "您目前正運行 PHP {version} ,我們建議您升級 PHP 到您的發行版所支援的最新版本,以獲得 <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">PHP 開發團隊提供的效能與安全性更新</a>。",
- "Nextcloud 19 is the last release supporting PHP 7.2. Nextcloud 20 requires at least PHP 7.3." : "Nextcloud 19 是最後一個支援 PHP 7.2 的版本,Nextcloud 20 將要求至少要使用 PHP 7.3。",
- "The reverse proxy header configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If not, this is a security issue and can allow an attacker to spoof their IP address as visible to the Nextcloud. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "偵測到您的反向代理標頭設定不正確,但也有可能是因為您目前正透過信任的代理伺服器存取 Nextcloud。若您目前不是透過信任的代理伺服器存取 Nextcloud,這就是一個安全性問題,允許攻擊者對 Nextcloud 假冒 IP 位址。更多資訊請查閱<a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">說明文件</a>。",
- "Memcached is configured as distributed cache, but the wrong PHP module \"memcache\" is installed. \\OC\\Memcache\\Memcached only supports \"memcached\" and not \"memcache\". See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">memcached wiki about both modules</a>." : "您已經設定 Memcached 為分散式快取,但是您安裝了錯誤的 PHP 模組 \"memcache\" , Nextcloud 的 \\OC\\Memcache\\Memcached 元件不支援 \"memcache\" 模組,僅支援 \"memcached\" 模組。若想要更加瞭解這兩個模組,請閱讀 <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">memcached wiki</a>。",
- "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">List of invalid files…</a> / <a href=\"{rescanEndpoint}\">Rescan…</a>)" : "有些檔案並未通過完整性檢查。可參閱詳細資訊,如我們的<a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">說明文件</a>(<a href=\"{codeIntegrityDownloadEndpoint}\">無效檔案列表</a>/<a href=\"{rescanEndpoint}\">重新檢查</a>)以解決這些問題。",
- "The PHP OPcache module is not loaded. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance it is recommended</a> to load it into your PHP installation." : "PHP 的 OPcache 模組並未被載入。 <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">為了提供更好的效能</a>,建議將此PHP模組載入。",
- "The PHP OPcache is not properly configured. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance it is recommended</a> to use the following settings in the <code>php.ini</code>:" : "PHP 的 OPcache 功能並未被妥善設定。<a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">為了有更好的效能表現</a>,我們建議在 <code>php.ini</code> 設定檔中使用以下設定:",
+ "Last background job execution ran {relativeTime}. Something seems wrong. {linkstart}Check the background job settings ↗{linkend}." : "上次背景工作是於 {relativeTime} 前執行,似乎很久沒有執行了,有點問題。{linkstart}請檢查背景工作設定 ↗{linkend}。",
+ "This server has no working Internet connection: Multiple endpoints could not be reached. This means that some of the features like mounting external storage, notifications about updates or installation of third-party apps will not work. Accessing files remotely and sending of notification emails might not work, either. Establish a connection from this server to the Internet to enjoy all features." : "伺服器沒有網際網路連線(無法與多個端點取得聯繫),有些功能,像是外部儲存、應用程式更新版通知將無法運作。從遠端存取資料或是寄送電子郵件通知可能也無法運作。建議您設定好網際網路連線以使用所有功能。",
+ "No memory cache has been configured. To enhance performance, please configure a memcache, if available. Further information can be found in the {linkstart}documentation ↗{linkend}." : "您沒有設定記憶體快取,如果可以,請設定 memcache 來提升效能。更多資訊請查閱{linkstart}文件 ↗{linkend}。",
+ "No suitable source for randomness found by PHP which is highly discouraged for security reasons. Further information can be found in the {linkstart}documentation ↗{linkend}." : "PHP 無法取得合適的亂數產生源。為了安全性考量,不建議如此做。更多資訊參考{linkstart}文件 ↗{linkend}。",
+ "You are currently running PHP {version}. Upgrade your PHP version to take advantage of {linkstart}performance and security updates provided by the PHP Group ↗{linkend} as soon as your distribution supports it." : "您目前正執行 PHP {version} ,我們建議您升級 PHP 到您的散佈版所支援的最新版本,以取得 {linkstart}PHP 開發團隊提供的效能與安全性更新 ↗{linkend}。",
+ "Nextcloud 20 is the last release supporting PHP 7.2. Nextcloud 21 requires at least PHP 7.3." : "Nextcloud 20 將是支援 PHP 7.2 的最後一個版本,Nextcloud 21 僅支援 PHP 7.3 以上的 PHP。",
+ "The reverse proxy header configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If not, this is a security issue and can allow an attacker to spoof their IP address as visible to the Nextcloud. Further information can be found in the {linkstart}documentation ↗{linkend}." : "偵測到您的反向代理標頭設定不正確,但也有可能是因為您目前正透過信任的代理伺服器存取 Nextcloud。若您目前不是透過信任的代理伺服器存取 Nextcloud,這就是一個安全性問題,允許攻擊者對 Nextcloud 假冒 IP 位址。更多資訊請查閱{linkstart}文件 ↗{linkend}。",
+ "Memcached is configured as distributed cache, but the wrong PHP module \"memcache\" is installed. \\OC\\Memcache\\Memcached only supports \"memcached\" and not \"memcache\". See the {linkstart}memcached wiki about both modules ↗{linkend}." : "Memcached是用於分散式緩存的設置,但是目前安裝了錯誤的PHP模組為「memcache」。\\OC\\Memcache\\Memcached僅支援「memcached」而不是「memcache」。請參閱 {linkstart}memcached wiki了解兩種模組資訊 ↗{linkend}。",
+ "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in the {linkstart1}documentation ↗{linkend}. ({linkstart2}List of invalid files…{linkend} / {linkstart3}Rescan…{linkend})" : "部份檔案未通過完整性檢查。更多關於如何解決此問題的資訊可在{linkstart1}文件 ↗{linkend}中找到。({linkstart2}無效檔案列表……{linkend} / {linkstart3}重新掃描……{linkend})",
+ "The PHP OPcache module is not loaded. {linkstart}For better performance it is recommended ↗{linkend} to load it into your PHP installation." : "PHP 的 OPcache 模組並未被載入。{linkstart}為了提供更好的效能,建議 ↗{linkend}將此 PHP 模組載入。",
+ "The PHP OPcache module is not properly configured. {linkstart}For better performance it is recommended ↗{linkend} to use the following settings in the <code>php.ini</code>:" : "PHP 的 OPcache 模組並未被妥善設定。{linkstart}為了有更好的效能表現 ↗{linkend},我們建議在 <code>php.ini</code> 設定檔中使用以下設定:",
"The PHP function \"set_time_limit\" is not available. This could result in scripts being halted mid-execution, breaking your installation. Enabling this function is strongly recommended." : "無法取得 PHP 中的 \"set_time_limit\" 函式。這可能導致執行過程被終止並造成不完整安裝。我們強烈建議啟用該函式。",
"Your PHP does not have FreeType support, resulting in breakage of profile pictures and the settings interface." : "您的 PHP 並未啟用 FreeType 支援,導致大頭貼產生器和設定界面無法使用。",
"Missing index \"{indexName}\" in table \"{tableName}\"." : "在資料表 \"{tableName}\" 中,找不到索引值 \"{indexName}\" 。",
- "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "資料庫缺少了某些索引值。由於在一個龐大的表中新增索引需要一些時間,因此他們並不會被自動新增。您可執行 \"occ db:add-missing-indices\" 來手動新增那些遺失的索引值。當索引值新增完成後,查詢的速度通常會變得快許多",
+ "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "資料庫缺少了某些索引值。由於在一個龐大的表中新增索引需要一些時間,因此它們並不會被自動新增。您可執行 \"occ db:add-missing-indices\" 來手動新增那些缺少的索引值。當索引值新增完成後,查詢的速度通常會變得快許多",
+ "Missing primary key on table \"{tableName}\"." : "資料表 \"{tableName}\" 遺失主鍵。",
+ "The database is missing some primary keys. Due to the fact that adding primary keys on big tables could take some time they were not added automatically. By running \"occ db:add-missing-primary-keys\" those missing primary keys could be added manually while the instance keeps running." : "資料庫缺少了一些主鍵,然而新增主鍵這個動作將在龐大的表中花費許多時間,因此它們並不會被自動新增。藉由執行 \"occ db:add-missing-primary-keys\" 手動新增主鍵將能在系統持續運作時修復這個問題。",
+ "Missing optional column \"{columnName}\" in table \"{tableName}\"." : "資料表 \"{tableName}\" 中的可選欄位 \"{columnName}\" 遺失。",
+ "The database is missing some optional columns. Due to the fact that adding columns on big tables could take some time they were not added automatically when they can be optional. By running \"occ db:add-missing-columns\" those missing columns could be added manually while the instance keeps running. Once the columns are added some features might improve responsiveness or usability." : "資料庫遺失了一些欄位,然而新增欄位這個動作將在龐大的表中花費許多時間,因此它們並不會被自動新增。藉由執行 \"occ db:add-missing-columns\" 手動新增欄位將能在系統持續運作時修復這個問題。新增這些欄位將提高系統回應速度和可用性。",
"This instance is missing some recommended PHP modules. For improved performance and better compatibility it is highly recommended to install them." : "您的 Nextcloud 缺少了某些建議的 PHP 模組。為了提升效能與相容性,強烈建議您安裝這些 PHP 模組。",
- "Some columns in the database are missing a conversion to big int. Due to the fact that changing column types on big tables could take some time they were not changed automatically. By running 'occ db:convert-filecache-bigint' those pending changes could be applied manually. This operation needs to be made while the instance is offline. For further details read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "資料庫的有些欄位缺少big int.格式轉換。因為攔位格式轉換需要一些時間,所以沒有自動轉換。你可以執行'occ db:convert-filecache-bigin'手動完成轉換,轉換時Nextcloud服務必須處於離線狀態。詳情請參閱<a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>",
+ "Module php-imagick in this instance has no SVG support. For better compatibility it is recommended to install it." : "系統安裝的 php-imagick 不支援 SVG,為了更好的相容性,建議安裝它。",
+ "Some columns in the database are missing a conversion to big int. Due to the fact that changing column types on big tables could take some time they were not changed automatically. By running 'occ db:convert-filecache-bigint' those pending changes could be applied manually. This operation needs to be made while the instance is offline. For further details read {linkstart}the documentation page about this ↗{linkend}." : "資料庫的有些欄位缺少 big int 格式轉換。因為攔位格式轉換需要一些時間,所以沒有自動轉換。你可以執行 \"occ db:convert-filecache-bigin\" 手動完成轉換,轉換時 Nextcloud 服務必須處於離線狀態。詳情請參閱{linkstart}關於這個問題的文件頁面 ↗{linkend}。",
"SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend." : "目前您的後端資料庫使用 SQLite,在大型服務當中,我們建議您使用其他的資料庫後端。",
"This is particularly recommended when using the desktop client for file synchronisation." : "若您使用電腦客戶端來同步檔案,非常建議您這麼做。",
- "To migrate to another database use the command line tool: 'occ db:convert-type', or see the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation ↗</a>." : "若要遷移至另一個資料庫,請使用命令列工具: 'occ db:convert-type' ,或是查閱<a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">說明文件</a>。",
- "Use of the the built in php mailer is no longer supported. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Please update your email server settings ↗<a/>." : "我們將不再支援使用 PHP mailer 發送電子郵件。<a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">請更新您電子郵件伺服器的相關設定<a/>。",
- "The PHP memory limit is below the recommended value of 512MB." : "目前的 PHP 的記憶體限制設定低於建議值 512MB",
+ "To migrate to another database use the command line tool: 'occ db:convert-type', or see the {linkstart}documentation ↗{linkend}." : "若要遷移至另一個資料庫,請使用命令列工具: 'occ db:convert-type' ,或是查閱{linkstart}文件 ↗{linkend}。",
+ "The PHP memory limit is below the recommended value of 512MB." : "目前的 PHP 的記憶體限制設定低於建議值 512MB。",
"Some app directories are owned by a different user than the web server one. This may be the case if apps have been installed manually. Check the permissions of the following app directories:" : "某些應用程式的資料夾所有者與網頁伺服器預設使用者不同。這可能是因為您手動安裝了這些應用程式。請檢查以下應用程式資料夾的相關權限:",
- "MySQL is used as database but does not support 4-byte characters. To be able to handle 4-byte characters (like emojis) without issues in filenames or comments for example it is recommended to enable the 4-byte support in MySQL. For further details read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "您的 MySQL 資料庫並不支援 4-byte 的字元。為了能處理檔案名稱中,或是註記中的 4-byte 的字元 (如表情符號等) 。建議您啟用 MySQL 中支援 4-byte 的字元的功能。詳情請見<a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">此文件中關於此項目的說明</a>。",
- "This instance uses an S3 based object store as primary storage. The uploaded files are stored temporarily on the server and thus it is recommended to have 50 GB of free space available in the temp directory of PHP. Check the logs for full details about the path and the available space. To improve this please change the temporary directory in the php.ini or make more space available in that path." : "此站台使用Amazon S3物件儲存為主要儲存區。上傳檔案會暫存在伺服器,因此建議PHP的暫存資料夾最少要有50GB可用容量。請在登錄檔中查閱關於資料夾路徑及可用容量的詳細資訊。要增進效能,請在php.ini中變更暫存資料夾位置,或將該資料夾容量增加。",
+ "MySQL is used as database but does not support 4-byte characters. To be able to handle 4-byte characters (like emojis) without issues in filenames or comments for example it is recommended to enable the 4-byte support in MySQL. For further details read {linkstart}the documentation page about this ↗{linkend}." : "您的 MySQL 資料庫並不支援 4-byte 的字元。為了能處理檔案名稱中,或是註記中的 4-byte 的字元(如表情符號等)。建議您啟用 MySQL 中支援 4-byte 的字元的功能。詳情請見{linkstart}此文件中關於此項目的說明 ↗{linkend}。",
+ "This instance uses an S3 based object store as primary storage. The uploaded files are stored temporarily on the server and thus it is recommended to have 50 GB of free space available in the temp directory of PHP. Check the logs for full details about the path and the available space. To improve this please change the temporary directory in the php.ini or make more space available in that path." : "此站台使用 Amazon S3 物件儲存為主要儲存區。上傳檔案會暫存在伺服器,因此建議 PHP 的暫存資料夾最少要有 50 GB 可用容量。請在登錄檔中查閱關於資料夾路徑及可用容量的詳細資訊。要增進效能,請在 php.ini 中變更暫存資料夾位置,或將該資料夾容量增加。",
+ "You are accessing your instance over a secure connection, however your instance is generating insecure URLs. This most likely means that you are behind a reverse proxy and the overwrite config variables are not set correctly. Please read {linkstart}the documentation page about this ↗{linkend}." : "你經由安全的連線存取系統,但系統卻生成了不安全的 URL。這很有可能是因為你使用了反向代理伺服器,但反向代理伺服器的改寫規則並未正常工作,請閱讀{linkstart}關於此問題的文件頁面 ↗{linkend}。",
"Error occurred while checking server setup" : "檢查伺服器設定時發生錯誤",
+ "For more details see the {linkstart}documentation ↗{linkend}." : "更多詳細資訊請見{linkstart}文件 ↗{linkend}。",
"Your data directory and files are probably accessible from the Internet. The .htaccess file is not working. It is strongly recommended that you configure your web server so that the data directory is no longer accessible, or move the data directory outside the web server document root." : "您的資料目錄和檔案看來可以被公開存取,這表示 .htaccess 設定檔並未生效,我們強烈建議您設定網頁伺服器,拒絕公開存取資料目錄,或者將您的資料目錄移出網頁伺服器根目錄。",
- "The \"{header}\" HTTP header is not set to \"{expected}\". This is a potential security or privacy risk, as it is recommended to adjust this setting accordingly." : "目前 HTTP 的 {header} 標頭設定並不是 \"{expected}\" ,這是一個潛在的安全性和隱私風險,我們建議調整此項設定。",
- "The \"{header}\" HTTP header is not set to \"{expected}\". Some features might not work correctly, as it is recommended to adjust this setting accordingly." : "目前 HTTP 的 {header} 標頭設定並不是 \"{expected}\" ,這將讓某些功能無法正常運作,我們建議修正此項設定。",
- "The \"{header}\" HTTP header doesn't contain \"{expected}\". This is a potential security or privacy risk, as it is recommended to adjust this setting accordingly." : "目前 HTTP 的 {header} 標頭設定並不包防 \"{expected}\" ,這是一個潛在的安全性和隱私風險,建議調整此項設定。",
- "The \"{header}\" HTTP header is not set to \"{val1}\", \"{val2}\", \"{val3}\", \"{val4}\" or \"{val5}\". This can leak referer information. See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{link}\">W3C Recommendation ↗</a>." : "目前 HTTP 的 {header} 標頭設定並不是 \"{val1}\", \"{val2}\", \"{val3}\", \"{val4}\" 或 \"{val5}\",這將會洩漏一些訊息。<a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{link}\">請參考 W3C建議文件</a>。",
- "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the <a href=\"{docUrl}\" rel=\"noreferrer noopener\">security tips ↗</a>." : "HTTP \"Strict-Transport-Security\" 標頭並未被設定持續至少 {seconds} 秒。為了提高安全性,我們在<a href=\"{docUrl}\" rel=\"noreferrer\">安全建議</a>中有詳述並建議啟用 HSTS。",
- "Accessing site insecurely via HTTP. You are strongly advised to set up your server to require HTTPS instead, as described in the <a href=\"{docUrl}\">security tips ↗</a>." : "您正在透過不安全的 HTTP 存取網站,強烈建議您設定您的伺服器啟用 HTTPS ,更多資訊請查閱<a href=\"{docUrl}\">安全建議</a>。",
- "Non-existing tag #{tag}" : "不存在的標籤 #{tag}",
- "restricted" : "受限",
- "invisible" : "不可見",
- "Delete" : "刪除",
- "Rename" : "重新命名",
- "Collaborative tags" : "標籤",
- "No tags found" : "查無標籤",
+ "The \"{header}\" HTTP header is not set to \"{expected}\". This is a potential security or privacy risk, as it is recommended to adjust this setting accordingly." : "目前 HTTP 的 \"{header}\" 標頭設定並不是 \"{expected}\",這是一個潛在的安全性和隱私風險,我們建議調整此項設定。",
+ "The \"{header}\" HTTP header is not set to \"{expected}\". Some features might not work correctly, as it is recommended to adjust this setting accordingly." : "目前 HTTP 的 \"{header}\" 標頭設定並不是 \"{expected}\",這將讓某些功能無法正常運作,我們建議調整此項設定。",
+ "The \"{header}\" HTTP header doesn't contain \"{expected}\". This is a potential security or privacy risk, as it is recommended to adjust this setting accordingly." : "目前 HTTP 的 \"{header}\" 標頭設定並不包含 \"{expected}\" ,這是一個潛在的安全性和隱私風險,我們建議調整此項設定。",
+ "The \"{header}\" HTTP header is not set to \"{val1}\", \"{val2}\", \"{val3}\", \"{val4}\" or \"{val5}\". This can leak referer information. See the {linkstart}W3C Recommendation ↗{linkend}." : "目前 HTTP 的 \"{header}\" 標頭設定並不是 \"{val1}\", \"{val2}\", \"{val3}\", \"{val4}\" 或 \"{val5}\",這將會洩漏一些訊息。{linkstart}請參考 W3C 建議文件 ↗{linkend}。",
+ "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the {linkstart}security tips ↗{linkend}." : "HTTP \"Strict-Transport-Security\" 標頭並未被設定持續至少{seconds}秒。為了提高安全性,我們在{linkstart}安全建議 ↗{linkend}中有詳述並建議啟用 HSTS。",
+ "Accessing site insecurely via HTTP. You are strongly advised to set up your server to require HTTPS instead, as described in the {linkstart}security tips ↗{linkend}." : "您正在透過不安全的 HTTP 存取網站,強烈建議您設定您的伺服器啟用 HTTPS,更多資訊請查閱{linkstart}安全建議 ↗{linkend}。",
"unknown text" : "未知的文字",
"Hello world!" : "哈囉,世界!",
"sunny" : "晴朗的",
@@ -123,28 +129,29 @@ OC.L10N.register(
"An error occurred." : "發生錯誤",
"Please reload the page." : "請重新整理頁面",
"The update was unsuccessful. For more information <a href=\"{url}\">check our forum post</a> covering this issue." : "更新失敗,檢視<a href=\"{url}\">論壇上的文章</a>來瞭解更多",
- "The update was unsuccessful. Please report this issue to the <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">Nextcloud community</a>." : "更新不成功。請在<a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">Nextcloud社群</a>回報此問題。",
- "Continue to Nextcloud" : "繼續前往 Nextcloud",
- "_The update was successful. Redirecting you to Nextcloud in %n second._::_The update was successful. Redirecting you to Nextcloud in %n seconds._" : ["更新成功,將在 %n 秒後重導向至 Nextcloud"],
- "Searching other places" : "搜尋其他位置",
- "No search results in other folders for {tag}{filter}{endtag}" : "{tag}{filter}{endtag} 在其他資料夾中沒有比對結果",
- "_{count} search result in another folder_::_{count} search results in other folders_" : ["在其他資料夾中有 {count} 比結果"],
+ "The update was unsuccessful. Please report this issue to the <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">Nextcloud community</a>." : "更新不成功。請在 <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">Nextcloud 社群</a>回報此問題。",
+ "Continue to {productName}" : "繼續使用 {productName}",
+ "_The update was successful. Redirecting you to {productName} in %n second._::_The update was successful. Redirecting you to {productName} in %n seconds._" : ["更新成功。將在 %n 秒後重新導向至 {productName}。"],
+ "Log in" : "登入",
+ "Logging in …" : "正在登入……",
"Server side authentication failed!" : "伺服器端認證失敗!",
"Please contact your administrator." : "請聯絡系統管理員",
"An internal error occurred." : "發生內部錯誤",
"Please try again or contact your administrator." : "請重試或聯絡系統管理員",
- "Username or email" : "使用者名稱 或 電子郵件",
+ "Username or email" : "使用者名稱或電子郵件",
"Password" : "密碼",
- "Log in" : "登入",
- "Logging in …" : "正在登入…",
+ "Toggle password visibility" : "切換密碼可見度",
"Wrong username or password." : "錯誤的使用者名稱 或 密碼",
"User disabled" : "使用者已遭停用",
- "We have detected multiple invalid login attempts from your IP. Therefore your next login is throttled up to 30 seconds." : "您的 IP 多次嘗試登入無效,下一次登入將會被延時 30 秒。",
+ "We have detected multiple invalid login attempts from your IP. Therefore your next login is throttled up to 30 seconds." : "您的 IP 多次嘗試登入無效。因此下一次登入將會被延時30秒。",
+ "Your account is not setup for passwordless login." : "你的帳號尚未設定免密碼登入。",
+ "Passwordless authentication is not supported in your browser." : "無密碼身份驗證不支援你使用的瀏覽器。",
+ "Passwordless authentication is only available over a secure connection." : "無密碼身份驗證僅支援經加密的連線。",
"Reset password" : "重設密碼",
- "A password reset message has been sent to the e-mail address of this account. If you do not receive it, check your spam/junk folders or ask your local administrator for help." : "重設密碼資訊已寄至您的電子郵件。若您並未收到該信件,請確認您垃圾信箱,或請求管理員協助。",
+ "A password reset message has been sent to the email address of this account. If you do not receive it, check your spam/junk folders or ask your local administrator for help." : "重設密碼資訊已寄至您的電子郵件。若您並未收到該信件,請確認您垃圾信箱,或請求管理員協助。",
"If it is not there ask your local administrator." : "你找的東西不在,請聯絡管理員。",
"Couldn't send reset email. Please contact your administrator." : "無法寄出重設密碼資訊。請聯絡您的管理員。",
- "Password can not be changed. Please contact your administrator." : "無法重設密碼,請聯絡管理員。",
+ "Password cannot be changed. Please contact your administrator." : "密碼無法變更。請聯絡您的管理員。",
"Back to login" : "回到登入畫面",
"New password" : "新密碼",
"Your files are encrypted. There will be no way to get your data back after your password is reset. If you are not sure what to do, please contact your administrator before you continue. Do you really want to continue?" : "由於您已啟用檔案加密,重設密碼後,您的資料將無法解密。若您不確定繼續與否,請與管理員聯繫。確定要繼續嗎?",
@@ -152,25 +159,40 @@ OC.L10N.register(
"Resetting password" : "重設密碼",
"Recommended apps" : "推薦的應用程式",
"Loading apps …" : "正在載入應用程式…",
- "Could not fetch list of apps from the app store." : "無法從應用程式商店抓取應用程式清單",
+ "Could not fetch list of apps from the App Store." : "無法從應用程式商店擷取應用程式清單。",
"Installing apps …" : "正在安裝應用程式…",
- "Nextcloud {app}" : "Nextcloud {app}",
- "App download or installation failed" : "應用程式下載或是安裝失敗",
- "Can't install this app because it is not compatible" : "應用程式無法安裝,因為不相容",
- "Can't install this app" : "無法安裝這個應用程式",
+ "App download or installation failed" : "應用程式下載或安裝失敗",
+ "Cannot install this app because it is not compatible" : "無法安裝此應用程式,因為其不相容",
+ "Cannot install this app" : "無法安裝應用程式",
"Cancel" : "取消",
"Schedule work & meetings, synced with all your devices." : "排定工作和會議時間,並與您的所有裝置同步",
- "Keep your colleagues and friends in one place without leaking their private info." : "將您的同事和朋友的聯繫整合在一處,且不洩漏他們的個人資訊",
+ "Keep your colleagues and friends in one place without leaking their private info." : "將您的同事和朋友放在同一處,且不洩漏他們的個人資訊",
"Simple email app nicely integrated with Files, Contacts and Calendar." : "簡潔的電子郵件應用程式,與檔案瀏覽器、通訊錄、行事曆完美整合",
+ "Chatting, video calls, screensharing, online meetings and web conferencing – in your browser and with mobile apps." : "對話、視訊電話、螢幕分享、線上會議與網路研討會 - 實現於你的瀏覽器與手機應用程式之中。",
+ "Collaboratively edit office documents." : "協同編輯辦公室文件。",
+ "Local document editing back-end used by the Collabora Online app." : "由 Collabora Online 應用程式使用的本機文件編輯後端。",
"Forgot password?" : "忘記密碼?",
+ "Log in with a device" : "使用免密碼裝置登入",
+ "Back" : "返回",
+ "Login form is disabled." : "登入表單已停用。",
+ "Reset search" : "重置搜尋",
+ "Search for {name} only" : "僅搜尋 {name}",
+ "No results for {query}" : "{query} 查詢沒有結果",
+ "Start typing to search" : "開始輸入以搜尋",
+ "Loading more results …" : "正在載入更多結果…",
+ "Load more results" : "載入更多結果",
+ "Search" : "搜尋",
+ "An error occurred while searching for {type}" : "搜尋 {type} 時發生錯誤",
+ "_Please enter {minSearchLength} character or more to search_::_Please enter {minSearchLength} characters or more to search_" : ["請輸入 {minSearchLength} 個或以上字元搜尋"],
+ "Search {types} …" : "搜尋 {types} 中……",
"Settings" : "設定",
"Could not load your contacts" : "無法載入您的聯絡人",
- "Search contacts …" : "搜尋聯絡人…",
+ "Search contacts …" : "搜尋聯絡人……",
"No contacts found" : "查無聯絡人",
"Show all contacts …" : "顯示所有聯絡人…",
- "Install the Contacts app" : "安裝「Contact」應用程式",
- "Loading your contacts …" : "正在載入聯絡人…",
- "Looking for {term} …" : "搜尋 {term} …",
+ "Install the Contacts app" : "安裝「通訊錄」應用程式",
+ "Loading your contacts …" : "正在載入聯絡人……",
+ "Looking for {term} …" : "搜尋 {term}……",
"No" : "否",
"Yes" : "是",
"No files in here" : "沒有任何檔案",
@@ -181,22 +203,22 @@ OC.L10N.register(
"Modified" : "已修改",
"\"{name}\" is an invalid file name." : "{name} 是無效的檔名",
"File name cannot be empty." : "檔名不能為空",
- "\"/\" is not allowed inside a file name." : "不允許檔名中出現 \"/\"",
+ "\"/\" is not allowed inside a file name." : "不允許檔名中出現 \"/\"。",
"\"{name}\" is not an allowed filetype" : "\"{name}\" 是不允許的檔案類型",
"{newName} already exists" : "{newName} 已經存在",
"Choose" : "選擇",
"Copy" : "複製",
"Move" : "移動",
- "Error loading file picker template: {error}" : "載入檔案選擇器樣板出錯: {error}",
+ "Error loading file picker template: {error}" : "載入檔案選擇器範本時發生錯誤:{error}",
"OK" : "OK",
- "Error loading message template: {error}" : "載入訊息範本時發生錯誤: {error}",
+ "Error loading message template: {error}" : "載入訊息範本時發生錯誤:{error}",
"read-only" : "唯讀",
"_{count} file conflict_::_{count} file conflicts_" : ["{count} 個檔案衝突"],
"One file conflict" : "一個檔案衝突",
"New Files" : "新檔案",
"Already existing files" : "已經存在的檔案",
"Which files do you want to keep?" : "您要保留哪一個檔案?",
- "If you select both versions, the copied file will have a number added to its name." : "如果您同時選擇兩個版本,被複製的那個檔案名稱後面會加上編號",
+ "If you select both versions, the copied file will have a number added to its name." : "如果您同時選擇兩個版本,複製的那個檔案名稱後面會加上編號。",
"Continue" : "繼續",
"(all selected)" : "(已全選)",
"({count} selected)" : "(已選取 {count} 項)",
@@ -204,23 +226,23 @@ OC.L10N.register(
"Pending" : "擱置中",
"Copy to {folder}" : "複製到 {folder}",
"Move to {folder}" : "移動到 {folder}",
- "Saving …" : "儲存中 ...",
+ "Saving …" : "儲存中……",
"Authentication required" : "必須驗證",
"This action requires you to confirm your password" : "這個動作需要您再次確認密碼",
"Confirm" : "確認",
"Failed to authenticate, try again" : "驗證失敗,請再試一次",
"seconds ago" : "幾秒前",
"Connection to server lost" : "伺服器連線中斷",
- "_Problem loading page, reloading in %n second_::_Problem loading page, reloading in %n seconds_" : ["載入頁面時出錯,%n 秒後重新整理"],
- "Add to a project" : "加到計劃",
+ "_Problem loading page, reloading in %n second_::_Problem loading page, reloading in %n seconds_" : ["載入頁面時發生問題,%n 秒後重新整理"],
+ "Add to a project" : "新增至專案",
"Show details" : "顯示細節",
"Hide details" : "隱藏細節",
"Rename project" : "重新命名專案",
- "Failed to rename the project" : "重新命名計劃失敗",
- "Failed to create a project" : "建立計劃失敗",
+ "Failed to rename the project" : "重新命名專案失敗",
+ "Failed to create a project" : "建立專案失敗",
"Failed to add the item to the project" : "新增項目至專案時失敗",
- "Connect items to a project to make them easier to find" : "將項目連結到計劃以便尋找",
- "Type to search for existing projects" : "搜尋現有計劃",
+ "Connect items to a project to make them easier to find" : "將項目連結到專案以便尋找",
+ "Type to search for existing projects" : "搜尋現有專案",
"New in" : "新加入",
"View changelog" : "檢視版本更新紀錄",
"Very weak password" : "密碼安全性極弱",
@@ -230,6 +252,13 @@ OC.L10N.register(
"Strong password" : "密碼安全性極佳",
"No action available" : "沒有可用的動作",
"Error fetching contact actions" : "擷取聯絡人時發生錯誤",
+ "Non-existing tag #{tag}" : "不存在的標籤 #{tag}",
+ "restricted" : "受限",
+ "invisible" : "不可見",
+ "Delete" : "刪除",
+ "Rename" : "重新命名",
+ "Collaborative tags" : "標籤",
+ "No tags found" : "查無標籤",
"Personal" : "個人",
"Users" : "使用者",
"Apps" : "應用程式",
@@ -239,7 +268,10 @@ OC.L10N.register(
"File not found" : "找不到檔案",
"The document could not be found on the server. Maybe the share was deleted or has expired?" : "伺服器上找不到該文件,或許這個分享已經被刪除或是過期了?",
"Back to %s" : "回到 %s",
+ "Too many requests" : "太多要求",
+ "There were too many requests from your network. Retry later or contact your administrator if this is an error." : "有太多請求來自你的網路,請稍後再試,若你認為這不該發生,請回報系統管理員這項錯誤。",
"Error" : "錯誤",
+ "Previous" : "上一個",
"Internal Server Error" : "內部伺服器錯誤",
"The server was unable to complete your request." : "伺服器無法完成你的請求。",
"If this happens again, please send the technical details below to the server administrator." : "如果此問題重複發生,請寄送技術資訊給管理員。",
@@ -270,165 +302,119 @@ OC.L10N.register(
"Database name" : "資料庫名稱",
"Database tablespace" : "資料庫資料表空間",
"Database host" : "資料庫主機",
- "Please specify the port number along with the host name (e.g., localhost:5432)." : "請將具體指定連接埠號與主機名稱。(例如:localhost:5432)",
+ "Please specify the port number along with the host name (e.g., localhost:5432)." : "請將具體指定連接埠號與主機名稱。(例如:localhost:5432)",
"Performance warning" : "效能警告",
"You chose SQLite as database." : "您選擇了 SQLite 作為資料庫",
"SQLite should only be used for minimal and development instances. For production we recommend a different database backend." : "SQLite 只適用於小型或是開發用站台,針對上線服務我們建議使用其他資料庫後端。",
"If you use clients for file syncing, the use of SQLite is highly discouraged." : "若使用桌面版或是手機版客戶端同步檔案,不建議使用 SQLite",
"Install recommended apps" : "安裝推薦的應用程式",
+ "Calendar, Contacts, Talk, Mail & Collaborative editing" : "編輯行事曆、通訊錄、對話、郵件與共筆。",
"Finish setup" : "完成設定",
"Finishing …" : "即將完成…",
"Need help?" : "需要協助嗎?",
"See the documentation" : "閱讀說明文件",
- "It looks like you are trying to reinstall your Nextcloud. However the file CAN_INSTALL is missing from your config directory. Please create the file CAN_INSTALL in your config folder to continue." : "您似乎正在嘗試重新安裝您的Nextcloud。然而,檔案 CAN_INSTALL 並未在您的config目錄中。請在您的config目錄中建立 CAN_INSTALL檔以繼續。",
+ "It looks like you are trying to reinstall your Nextcloud. However the file CAN_INSTALL is missing from your config directory. Please create the file CAN_INSTALL in your config folder to continue." : "您似乎正在嘗試重新安裝您的 Nextcloud。然而,檔案 CAN_INSTALL 並不在您的 config 目錄中。請在您的 config 目錄中建立 CAN_INSTALL 檔以繼續。",
"Could not remove CAN_INSTALL from the config folder. Please remove this file manually." : "無法從您的 config 目錄中移除 CAN_INSTALL 檔案。請手動移除他。",
- "This application requires JavaScript for correct operation. Please {linkstart}enable JavaScript{linkend} and reload the page." : "這個應用程式需要啟用 Javascript 才能正常運作,請{linkstart}啟用Javascript{linkend}然後重新整理頁面。",
+ "This application requires JavaScript for correct operation. Please {linkstart}enable JavaScript{linkend} and reload the page." : "這個應用程式需要啟用 Javascript 才能正常運作,請{linkstart}啟用 Javascript{linkend} 然後重新整理頁面。",
"Get your own free account" : "取得免費帳號",
"Skip to main content" : "跳到主內容",
"Skip to navigation of app" : "跳到應用程式導覽",
"More apps" : "更多應用程式",
"More" : "更多",
"More apps menu" : "更多應用程式選單",
- "Search" : "搜尋",
- "Reset search" : "重置搜尋",
"Contacts" : "聯絡人",
"Contacts menu" : "聯絡人選單",
"Settings menu" : "設定選單",
"Confirm your password" : "確認密碼",
"Connect to your account" : "連結您的帳號",
"Please log in before granting %1$s access to your %2$s account." : "請登入後再授權「%1$s」存取您的 %2$s 帳號",
+ "If you are not trying to set up a new device or app, someone is trying to trick you into granting them access to your data. In this case do not proceed and instead contact your system administrator." : "若您並未嘗試設定新裝置或應用程式,那麼某人可能正在欺騙您讓他們存取您的資效。在這種情況下,請不要繼續,請聯絡您的系統管理員。",
"App token" : "應用程式權杖",
"Grant access" : "允許存取",
"Alternative log in using app token" : "使用應用程式權杖來登入",
- "Account access" : "帳戶存取",
- "You are about to grant %1$s access to your %2$s account." : "您將授權「%1$s」存取您的 %2$s 帳戶",
- "Account connected" : "帳戶已連結",
+ "Account access" : "帳號存取",
+ "You are about to grant %1$s access to your %2$s account." : "您將授權「%1$s」存取您的 %2$s 帳號。",
+ "Account connected" : "已連結帳號",
"Your client should now be connected!" : "客戶端應該已完成連線",
"You can close this window." : "可以關閉此視窗",
"This share is password-protected" : "此分享受密碼保護",
"The password is wrong. Try again." : "密碼錯誤,請重試",
"Two-factor authentication" : "雙因素驗證",
- "Enhanced security is enabled for your account. Choose a second factor for authentication:" : "您的帳號已啟用進階安全機制,請選擇一個兩步驗證方法:",
- "Could not load at least one of your enabled two-factor auth methods. Please contact your admin." : "無法載入任何一個二階認證方法,請聯絡管理員",
- "Two-factor authentication is enforced but has not been configured on your account. Contact your admin for assistance." : "雙重認證已被強制要求啟用,您的帳號目前還沒設定。請聯絡管理員。",
- "Two-factor authentication is enforced but has not been configured on your account. Please continue to setup two-factor authentication." : "雙因驗證已被強制要求啟用,您的帳戶目前還沒設定。請設定您的雙因驗證。",
+ "Enhanced security is enabled for your account. Choose a second factor for authentication:" : "您的帳號已啟用進階安全機制,請選擇一個雙因素驗證方法:",
+ "Could not load at least one of your enabled two-factor auth methods. Please contact your admin." : "無法載入任何一個雙因素認證方法,請聯絡管理員",
+ "Two-factor authentication is enforced but has not been configured on your account. Contact your admin for assistance." : "雙因素驗證已被強制要求啟用,您的帳號目前還沒設定。請聯絡管理員。",
+ "Two-factor authentication is enforced but has not been configured on your account. Please continue to setup two-factor authentication." : "雙因素驗證已被強制要求啟用,您的帳號目前還沒設定。請設定您的雙因素驗證。",
"Set up two-factor authentication" : "設定雙因素驗證",
- "Two-factor authentication is enforced but has not been configured on your account. Use one of your backup codes to log in or contact your admin for assistance." : "雙重認證已被強制要求啟用,您的帳號目前還沒設定。請使用一個備用碼來登入或聯絡管理員。",
+ "Two-factor authentication is enforced but has not been configured on your account. Use one of your backup codes to log in or contact your admin for assistance." : "雙因素驗證已被強制要求啟用,您的帳號目前還沒設定。請使用一個備用碼來登入或聯絡管理員。",
"Use backup code" : "使用備用認證碼",
"Cancel login" : "取消登入",
"Setup two-factor authentication" : "設定雙因素驗證",
- "Enhanced security is enforced for your account. Choose which provider to set up:" : "您的帳號已啟用進階安全機制,請選擇一個供應者:",
- "Error while validating your second factor" : "驗證二階段因子發生錯誤",
- "Access through untrusted domain" : "經由不可信任的域名存取。",
- "Please contact your administrator. If you are an administrator, edit the \"trusted_domains\" setting in config/config.php like the example in config.sample.php." : "請聯絡你的管理員。如果妳就是管理員,請編輯config/config.php內的\"trusted_domains\"設定,該項的範例通常位於config.sample.php。",
- "Further information how to configure this can be found in the %1$sdocumentation%2$s." : "更多關於如何設定的訊息,請見%1$s文件%2$s。",
+ "Enhanced security is enforced for your account. Choose which provider to set up:" : "您的帳號已啟用進階安全機制,請選擇一個提供者:",
+ "Error while validating your second factor" : "驗證您的第二因素時發生錯誤",
+ "Access through untrusted domain" : "經由不可信任的域名存取",
+ "Please contact your administrator. If you are an administrator, edit the \"trusted_domains\" setting in config/config.php like the example in config.sample.php." : "請聯絡您的管理員。如果您就是管理員,請模仿 config.sample.php 範例編輯 config/config.php 的 \"trusted_domains\" 設定。",
+ "Further information how to configure this can be found in the %1$sdocumentation%2$s." : "更多關於如何設定的資訊,請見%1$s文件%2$s。",
"App update required" : "需要更新應用程式",
"%1$s will be updated to version %2$s" : "%1$s 將會更新至版本 %2$s",
- "These apps will be updated:" : "將會更新這些應用程式",
+ "The following apps will be updated:" : "將更新以下的 APP:",
"These incompatible apps will be disabled:" : "將會停用這些不相容的應用程式",
"The theme %s has been disabled." : "主題 %s 已經被停用",
- "Please make sure that the database, the config folder and the data folder have been backed up before proceeding." : "在繼續之前,請備份資料庫、config 目錄及資料目錄",
+ "Please make sure that the database, the config folder and the data folder have been backed up before proceeding." : "在繼續之前,請備份資料庫、config 資料夾及 data 資料夾。",
"Start update" : "開始升級",
"To avoid timeouts with larger installations, you can instead run the following command from your installation directory:" : "在大型安裝上,為了避免升級請求逾時,你也可以在安裝目錄執行下列指令:",
"Detailed logs" : "詳細記錄檔",
"Update needed" : "需要更新",
- "Please use the command line updater because you have a big instance with more than 50 users." : "因為您有超過50名使用者,服務規模較大,請透過命令提示字元介面更新",
+ "Please use the command line updater because you have a big instance with more than 50 users." : "因為您有超過 50 名使用者,服務規模較大,請透過命令列介面更新。",
"For help, see the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"%s\">documentation</a>." : "若需要協助,請參閱<a target=\"_blank\" rel=\"noreferrer noopener\" href=\"%s\">說明文件</a>",
- "I know that if I continue doing the update via web UI has the risk, that the request runs into a timeout and could cause data loss, but I have a backup and know how to restore my instance in case of a failure." : "若我繼續透過網頁介面更新時我已了解有其風險,若請求逾時可能導致資料遺失,萬一更新失敗,我已準備好備份並知道如何回復運作。",
+ "I know that if I continue doing the update via web UI has the risk, that the request runs into a timeout and could cause data loss, but I have a backup and know how to restore my instance in case of a failure." : "若我繼續透過網頁介面更新,我已了解有其風險,若請求逾時可能導致資料遺失,萬一更新失敗,我已準備好備份並知道如何回復運作。",
"Upgrade via web on my own risk" : "願意承擔風險透過網頁更新",
"Maintenance mode" : "維護模式",
"This %s instance is currently in maintenance mode, which may take a while." : "這個 %s 安裝目前處於維護模式,需要一段時間恢復。",
"This page will refresh itself when the instance is available again." : "安裝恢復可用之後,本頁會自動重新整理",
"Contact your system administrator if this message persists or appeared unexpectedly." : "若這個訊息持續出現,請聯絡系統管理員",
- "Could not send reset email because there is no email address for this username. Please contact your administrator." : "由於您尚未設定電子郵件地址,導致系統無法傳送重設密碼資訊,請聯絡管理員。",
- "Couldn't send reset email. Please make sure your username is correct." : "無法寄送重設 email ,請確認您的帳號輸入正確",
- "We have send a password reset e-mail to the e-mail address known to us for this account. If you do not receive it within a reasonable amount of time, check your spam/junk folders.<br>If it is not there ask your local administrator." : "我們已將重設密碼的信件寄到這個帳號所對應的信箱。如果你在合理的時間內沒有收到,請至垃圾郵件中檢查,如果還是沒有,請聯絡管理員。",
- "Your files are encrypted. There will be no way to get your data back after your password is reset.<br />If you are not sure what to do, please contact your administrator before you continue. <br />Do you really want to continue?" : "由於您已啟用檔案加密,重設密碼後,您的資料將無法解密。<br/>若您不確定繼續與否,請與管理員聯繫。<br/>確定要繼續嗎?",
- "Sending email …" : "正在傳送電子郵件…",
- "You are currently running PHP 5.6. The current major version of Nextcloud is the last that is supported on PHP 5.6. It is recommended to upgrade the PHP version to 7.0+ to be able to upgrade to Nextcloud 14." : "您目前正運行 PHP 5.6 ,目前使用的 Nextcloud 將會是最後一個支援 PHP 5.6 的版本,建議您升級至 PHP 7.0 以上以使用 Nextcloud 14。",
- "Accessing site insecurely via HTTP. You are strongly adviced to set up your server to require HTTPS instead, as described in the <a href=\"{docUrl}\">security tips ↗</a>." : "正在透過不安全的 HTTP 存取站台,強烈建議您設定伺服器啟用 HTTPS ,更多資訊請查閱<a href=\"{docUrl}\">安全建議</a>。",
- "Shared" : "已分享",
- "Shared with" : "分享給",
- "Shared by" : "分享自",
- "Choose a password for the public link" : "為公開連結選一個密碼",
- "Choose a password for the public link or press the \"Enter\" key" : "為公開連結選一個密碼或是按下 Enter 鍵",
- "Copied!" : "已複製!",
- "Copy link" : "複製連結",
- "Not supported!" : "不支援!",
- "Press ⌘-C to copy." : "按下 ⌘-C 來複製",
- "Press Ctrl-C to copy." : "按下 Ctrl-C 來複製",
- "Unable to create a link share" : "無法建立分享連結",
- "Unable to toggle this option" : "無法調整這個選項",
- "Resharing is not allowed" : "不允許重新分享",
- "Link" : "連結",
- "Hide download" : "隱藏下載",
- "Password protection enforced" : "已啟用密碼防護",
- "Password protect" : "密碼防護",
- "Allow editing" : "允許編輯",
- "Email link to person" : "傳送連結(電子郵件)",
- "Send" : "寄出",
- "Allow upload and editing" : "允許上傳及編輯",
- "Read only" : "唯讀",
- "File drop (upload only)" : "檔案投遞箱(僅限上傳)",
- "Expiration date enforced" : "已設定到期日",
- "Set expiration date" : "指定到期日",
- "Expiration" : "過期",
- "Expiration date" : "到期日",
- "Note to recipient" : "給收件人的訊息",
- "Unshare" : "取消分享",
- "Delete share link" : "刪除分享連結",
- "Add another link" : "加入另一個連結",
- "Password protection for links is mandatory" : "連結分享必須設定密碼保護",
- "Share to {name}" : "分享給 {name}",
- "Share link" : "分享連結",
- "New share link" : "建立新分享連結",
- "Created on {time}" : "建立於 {time}",
- "Password protect by Talk" : "密碼受 Talk 保護",
- "Could not unshare" : "無法取消分享",
- "Shared with you and the group {group} by {owner}" : "由 {owner} 分享給您和 {group}",
- "Shared with you and {circle} by {owner}" : "{owner} 分享給您和 {circle}",
- "Shared with you and the conversation {conversation} by {owner}" : "{owner} 分享給您和 {conversation} 對話",
- "Shared with you in a conversation by {owner}" : "{owner} 在對話中分享給您",
- "Shared with you by {owner}" : "{owner} 已經和您分享",
- "Choose a password for the mail share" : "為郵件分享選一個密碼",
- "group" : "群組",
- "remote" : "遠端",
- "remote group" : "遠端群組",
- "email" : "電子郵件",
- "conversation" : "交談",
- "shared by {sharer}" : "由 {sharer} 分享",
- "Can reshare" : "允許再次分享",
- "Can edit" : "允許編輯",
- "Can create" : "新增",
- "Can change" : "允許變更",
- "Can delete" : "允許刪除",
- "Access control" : "存取控制",
- "{shareInitiatorDisplayName} shared via link" : "{shareInitiatorDisplayName} 分享了連結",
- "Error while sharing" : "分享時發生錯誤",
- "Share details could not be loaded for this item." : "無法載入分享細節",
- "Search globally" : "全域搜尋",
- "_At least {count} character is needed for autocompletion_::_At least {count} characters are needed for autocompletion_" : ["至少需要 {count} 個字才能自動完成"],
- "This list is maybe truncated - please refine your search term to see more results." : "這個列表可能不完全 - 請使用更好的關鍵字以找到更多結果",
- "No users or groups found for {search}" : "沒有群組或使用者符合 {search}",
- "No users found for {search}" : "沒有使用者符合 {search}",
- "An error occurred (\"{message}\"). Please try again" : "發生錯誤({message}),請再試一次",
- "An error occurred. Please try again" : "發生錯誤,請再試一次",
- "Home" : "家庭",
- "Work" : "工作",
- "Other" : "其他",
- "{sharee} (remote group)" : "{sharee} (遠端群組)",
- "{sharee} ({type}, {owner})" : "{sharee} ({type}, {owner})",
- "Share" : "分享",
- "Name or email address..." : "姓名或電子郵件地址",
- "Name or federated cloud ID..." : "姓名 或 聯邦雲 ID ...",
- "Name, federated cloud ID or email address..." : "姓名、聯邦雲 ID 或 電子郵件地址",
- "Name..." : "姓名…",
- "Error removing share" : "移除分享時發生錯誤",
- "({scope})" : "({scope})",
- "Saving..." : "儲存中...",
- "Dismiss" : "知道了",
- "Your client should now be connected! You can close this window." : "您的客戶端應該已經完成連結,您可以關閉這個視窗",
- "New Password" : "新密碼",
- "Cancel log in" : "取消登入"
+ "Checking whether the database schema can be updated (this can take a long time depending on the database size)" : "正在檢查是否有可更新的資料庫格式(若資料庫較大,可能需要一段時間)",
+ "Checked database schema update" : "已檢查資料庫格式更新",
+ "Checking updates of apps" : "正在檢查應用程式更新",
+ "Checking for update of app \"%s\" in appstore" : "正在檢查 %s 的更新",
+ "Update app \"%s\" from appstore" : "更新 %s",
+ "Checked for update of app \"%s\" in appstore" : "正在檢查 %s 的更新",
+ "Checked database schema update for apps" : "已檢查應用程式資料庫格式更新",
+ "Following apps have been disabled: %s" : "以下應用程式已經被停用:%s",
+ "Your web server is not properly set up to resolve \"{url}\". Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "您的網頁伺服器設定不正確,因此無法解析「{url}」,請至<a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">說明文件</a>瞭解更多資訊。",
+ "Your web server is not properly set up to resolve \"{url}\". This is most likely related to a web server configuration that was not updated to deliver this folder directly. Please compare your configuration against the shipped rewrite rules in \".htaccess\" for Apache or the provided one in the documentation for Nginx at it's <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation page</a>. On Nginx those are typically the lines starting with \"location ~\" that need an update." : "您的伺服器並未正確的設定解析「{url}」。這可能與伺服器的設定未更新為直接傳送此資料夾有關。請檢查 Apache 的 \".htaccess\" 檔案,或在 <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Nginx 說明文件</a>中查閱重寫規則。在 Nginx 環境中,通常是在由 \"location ~\" 開始的那行需要做調整。",
+ "Your web server is not properly set up to deliver .woff2 files. This is typically an issue with the Nginx configuration. For Nextcloud 15 it needs an adjustement to also deliver .woff2 files. Compare your Nginx configuration to the recommended configuration in our <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "您的伺服器並未正確的設定,因此無法傳遞 .woff2 的檔案。這通常是因為 Nginx 的設定問題所導致。在 Nextcloud 15 中,需要一些調整才能一並傳遞 .woff2 的檔案。請檢查您的 Nginx 設定,和 Nextcloud <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">說明文件</a>中提到的建議設定。",
+ "Please check the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">installation documentation ↗</a> for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "請參考<a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">安裝文件 ↗</a>中 PHP 設定的註記,並檢查您伺服器上的 PHP 設定,特別是如果您是使用 php-fpm 的情況下。",
+ "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems. See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation ↗</a> for more information." : "事務型文件鎖定的功能已經取消,這可能會造成競態條件,請在 config.php 中啟用 \"filelocking.enabled\" 以避免出現這樣的問題,請參考<a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">說明文件 ↗</a> 來了解更多的資訊。",
+ "Last background job execution ran {relativeTime}. Something seems wrong." : "上次背景工作是於 {relativeTime} 前執行,似乎很久沒有執行了,有點問題",
+ "Check the background job settings" : "請檢查背景工作的設定",
+ "No memory cache has been configured. To enhance performance, please configure a memcache, if available. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "您沒有設定記憶體快取,如果可以,請設定 memcache 來提升效能。更多資訊請查閱<a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">說明文件</a>",
+ "No suitable source for randomness found by PHP which is highly discouraged for security reasons. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "PHP 無法取得合適的亂數產生源。為了安全性考量,不建議如此做。更多資訊參考<a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">說明文件</a>。",
+ "You are currently running PHP {version}. Upgrade your PHP version to take advantage of <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">performance and security updates provided by the PHP Group</a> as soon as your distribution supports it." : "您目前正執行 PHP {version} ,我們建議您升級 PHP 到您的散佈版所支援的最新版本,以取得 <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">PHP 開發團隊提供的效能與安全性更新</a>。",
+ "The reverse proxy header configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If not, this is a security issue and can allow an attacker to spoof their IP address as visible to the Nextcloud. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "偵測到您的反向代理標頭設定不正確,但也有可能是因為您目前正透過信任的代理伺服器存取 Nextcloud。若您目前不是透過信任的代理伺服器存取 Nextcloud,這就是一個安全性問題,允許攻擊者對 Nextcloud 假冒 IP 位址。更多資訊請查閱<a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">說明文件</a>。",
+ "Memcached is configured as distributed cache, but the wrong PHP module \"memcache\" is installed. \\OC\\Memcache\\Memcached only supports \"memcached\" and not \"memcache\". See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">memcached wiki about both modules</a>." : "您已經設定 Memcached 為分散式快取,但是您安裝了錯誤的 PHP 模組 \"memcache\" , Nextcloud 的 \\OC\\Memcache\\Memcached 元件不支援 \"memcache\" 模組,僅支援 \"memcached\" 模組。若想要更加瞭解這兩個模組,請閱讀 <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">memcached wiki</a>。",
+ "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">List of invalid files…</a> / <a href=\"{rescanEndpoint}\">Rescan…</a>)" : "有些檔案並未通過完整性檢查。可參閱詳細資訊,如我們的<a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">說明文件</a>(<a href=\"{codeIntegrityDownloadEndpoint}\">無效檔案列表……</a>/<a href=\"{rescanEndpoint}\">重新檢查……</a>)以解決這些問題。",
+ "The PHP OPcache module is not loaded. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance it is recommended</a> to load it into your PHP installation." : "PHP 的 OPcache 模組並未被載入。<a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">為了提供更好的效能</a>,建議將此 PHP 模組載入。",
+ "The PHP OPcache is not properly configured. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance it is recommended</a> to use the following settings in the <code>php.ini</code>:" : "PHP 的 OPcache 功能並未被妥善設定。<a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">為了有更好的效能表現</a>,我們建議在 <code>php.ini</code> 設定檔中使用以下設定:",
+ "Some columns in the database are missing a conversion to big int. Due to the fact that changing column types on big tables could take some time they were not changed automatically. By running 'occ db:convert-filecache-bigint' those pending changes could be applied manually. This operation needs to be made while the instance is offline. For further details read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "資料庫的有些欄位缺少 big int 格式轉換。因為攔位格式轉換需要一些時間,所以沒有自動轉換。你可以執行 \"occ db:convert-filecache-bigin\" 手動完成轉換,轉換時 Nextcloud 服務必須處於離線狀態。詳情請參閱<a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">關於這個文件頁面</a>。",
+ "To migrate to another database use the command line tool: 'occ db:convert-type', or see the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation ↗</a>." : "若要遷移至另一個資料庫,請使用命令列工具:\"occ db:convert-type\",或是查閱<a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">說明文件 ↗</a>。",
+ "Use of the the built in php mailer is no longer supported. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Please update your email server settings ↗<a/>." : "我們將不再支援使用 PHP mailer 發送電子郵件。<a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">請更新您電子郵件伺服器的相關設定<a/>。",
+ "MySQL is used as database but does not support 4-byte characters. To be able to handle 4-byte characters (like emojis) without issues in filenames or comments for example it is recommended to enable the 4-byte support in MySQL. For further details read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "您的 MySQL 資料庫並不支援 4-byte 的字元。為了能處理檔案名稱中,或是註記中的 4-byte 的字元(如表情符號等)。建議您啟用 MySQL 中支援 4-byte 的字元的功能。詳情請見<a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">此文件中關於此項目的說明</a>。",
+ "You are accessing your instance over a secure connection, however your instance is generating insecure URLs. This most likely means that you are behind a reverse proxy and the overwrite config variables are not set correctly. Please read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "你經由安全的連線存取系統,但系統卻生成了不安全的 URL。這很有可能是因為你使用了反向代理伺服器,但反向代理伺服器的改寫規則並未正常工作,請閱讀<a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">文件</a>以修復這個問題。",
+ "The \"{header}\" HTTP header is not set to \"{val1}\", \"{val2}\", \"{val3}\", \"{val4}\" or \"{val5}\". This can leak referer information. See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{link}\">W3C Recommendation ↗</a>." : "目前 HTTP 的 \"{header}\" 標頭設定並不是 \"{val1}\", \"{val2}\", \"{val3}\", \"{val4}\" 或 \"{val5}\",這將會洩漏一些訊息。<a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{link}\">請參考 W3C建議文件</a>。",
+ "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the <a href=\"{docUrl}\" rel=\"noreferrer noopener\">security tips ↗</a>." : "HTTP \"Strict-Transport-Security\" 標頭並未被設定持續至少{seconds}秒。為了提高安全性,我們在<a href=\"{docUrl}\" rel=\"noreferrer\">安全建議</a>中有詳述並建議啟用 HSTS。",
+ "Accessing site insecurely via HTTP. You are strongly advised to set up your server to require HTTPS instead, as described in the <a href=\"{docUrl}\">security tips ↗</a>." : "您正在透過不安全的 HTTP 存取網站,強烈建議您設定您的伺服器啟用 HTTPS,更多資訊請查閱<a href=\"{docUrl}\">安全建議</a>。",
+ "Continue to Nextcloud" : "繼續前往 Nextcloud",
+ "_The update was successful. Redirecting you to Nextcloud in %n second._::_The update was successful. Redirecting you to Nextcloud in %n seconds._" : ["更新成功,將在 %n 秒後重導向至 Nextcloud"],
+ "Searching other places" : "搜尋其他位置",
+ "No search results in other folders for {tag}{filter}{endtag}" : "{tag}{filter}{endtag} 在其他資料夾中沒有相符的結果",
+ "_{count} search result in another folder_::_{count} search results in other folders_" : ["在其他資料夾中有 {count} 筆結果"],
+ "A password reset message has been sent to the e-mail address of this account. If you do not receive it, check your spam/junk folders or ask your local administrator for help." : "重設密碼資訊已寄至您的電子郵件。若您並未收到該信件,請確認您垃圾信箱,或請求管理員協助。",
+ "Password can not be changed. Please contact your administrator." : "無法重設密碼,請聯絡管理員。",
+ "Could not fetch list of apps from the app store." : "無法從應用程式商店抓取應用程式清單",
+ "Nextcloud {app}" : "Nextcloud {app}",
+ "Can't install this app because it is not compatible" : "應用程式無法安裝,因為不相容",
+ "Can't install this app" : "無法安裝這個應用程式",
+ "These apps will be updated:" : "將會更新這些應用程式",
+ "For more details see the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "要取得進一步的資訊,請見<a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">說明文件</a>。"
},
"nplurals=1; plural=0;");
diff --git a/core/l10n/zh_TW.json b/core/l10n/zh_TW.json
index a4342b3f9da..dd73a594b26 100644
--- a/core/l10n/zh_TW.json
+++ b/core/l10n/zh_TW.json
@@ -3,6 +3,14 @@
"File is too big" : "檔案太大",
"The selected file is not an image." : "選取的檔案不是圖片檔",
"The selected file cannot be read." : "選取的檔案無法讀取",
+ "The file was uploaded" : "檔案已上傳",
+ "The uploaded file exceeds the upload_max_filesize directive in php.ini" : "上傳的檔案大小超過 php.ini 當中 upload_max_filesize 選項的限制",
+ "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "上傳的檔案大小超過 HTML 表單中 MAX_FILE_SIZE 的限制",
+ "The file was only partially uploaded" : "檔案僅部份上傳",
+ "No file was uploaded" : "沒有檔案被上傳",
+ "Missing a temporary folder" : "找不到暫存資料夾",
+ "Could not write file to disk" : "無法寫入硬碟",
+ "A PHP extension stopped the file upload" : "一個 PHP 擴充功能終止檔案的上傳",
"Invalid file provided" : "提供的檔案無效",
"No image or file provided" : "未提供圖片或檔案",
"Unknown filetype" : "未知的檔案類型",
@@ -13,6 +21,7 @@
"No valid crop data provided" : "未提供有效的剪裁設定",
"Crop is not square" : "剪裁設定不是正方形",
"State token does not match" : "狀態權杖不相符",
+ "Invalid app password" : "無效的應用程式密碼",
"Could not complete login" : "嘗試登入時發生錯誤",
"Your login token is invalid or has expired" : "您的登入權杖無效或已過期",
"Password reset is disabled" : "密碼重設已停用",
@@ -26,6 +35,8 @@
"Nextcloud Server" : "Nextcloud 伺服器",
"Some of your link shares have been removed" : "部分分享連結己被移除",
"Due to a security bug we had to remove some of your link shares. Please see the link for more information." : "由於安全性問題,我們必須移除您一部分的連結分享。查看更多資訊請點選連結。",
+ "The user limit of this instance is reached." : "已達此站台的使用者數量上限。",
+ "Enter your subscription key to increase the user limit. For more information about Nextcloud Enterprise see our website." : "輸入您的訂閱金鑰以增加使用者限制。要取得更多關於 Nextcloud 企業版的資訊,請見我們的網站。",
"Preparing update" : "準備更新",
"[%d / %d]: %s" : "[%d / %d]: %s",
"Repair step:" : "修復步驟:",
@@ -39,75 +50,70 @@
"Maintenance mode is kept active" : "伺服器正處於維護模式",
"Updating database schema" : "正在更新資料庫格式",
"Updated database" : "已更新資料庫",
- "Checking whether the database schema can be updated (this can take a long time depending on the database size)" : "正在檢查是否有可更新的資料庫格式(若資料庫較大,可能需要一段時間)",
- "Checked database schema update" : "已檢查資料庫格式更新",
- "Checking updates of apps" : "正在檢查應用程式更新",
- "Checking for update of app \"%s\" in appstore" : "正在檢查 %s 的更新",
- "Update app \"%s\" from appstore" : "更新 %s",
- "Checked for update of app \"%s\" in appstore" : "正在檢查 %s 的更新",
+ "Checking for update of app \"%s\" in App Store" : "正於應用程式商店中檢查應用程式「%s」的更新",
+ "Update app \"%s\" from App Store" : "從應用程式商店更新應用程式「%s」",
+ "Checked for update of app \"%s\" in App Store" : "已於應用程式商店中檢查應用程式「%s」的更新",
"Checking whether the database schema for %s can be updated (this can take a long time depending on the database size)" : "檢查 %s 是否有可更新的資料庫格式(若資料庫較大,可能需要一段時間)",
- "Checked database schema update for apps" : "已檢查應用程式資料庫格式更新",
"Updated \"%1$s\" to %2$s" : "已從 %1$s 更新至 %2$s",
"Set log level to debug" : "設定記錄至除錯層級",
"Reset log level" : "重設記錄層級",
"Starting code integrity check" : "開始檢查程式碼完整性",
"Finished code integrity check" : "已完成程式碼完整性檢查",
"%s (incompatible)" : "%s (不相容)",
- "Following apps have been disabled: %s" : "以下應用程式已經被停用:%s",
+ "The following apps have been disabled: %s" : "以下應用程式已經被停用:%s",
"Already up to date" : "此版本為最新版本",
"Your web server is not yet properly set up to allow file synchronization, because the WebDAV interface seems to be broken." : "WebDAV 介面似乎為故障狀態,導致您的網頁伺服器無法提供檔案同步功能。",
- "Your web server is not properly set up to resolve \"{url}\". Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "您的網頁伺服器設定不正確,因此無法解析 \"{url}\" ,請至<a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">說明文件</a>瞭解更多資訊。",
- "Your web server is not properly set up to resolve \"{url}\". This is most likely related to a web server configuration that was not updated to deliver this folder directly. Please compare your configuration against the shipped rewrite rules in \".htaccess\" for Apache or the provided one in the documentation for Nginx at it's <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation page</a>. On Nginx those are typically the lines starting with \"location ~\" that need an update." : "您的伺服器並未正確的設定解析 \"{url}\"。這可能與伺服器的設定未更新為直接傳送此資料夾有關。請檢查 Apache 的 \".htaccess\" 檔案,或在 <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Nginx 說明文件</a>中查閱重寫規則。在 Nginx 環境中,通常是在由 \"location ~\" 開始的那行需要做調整。",
- "Your web server is not properly set up to deliver .woff2 files. This is typically an issue with the Nginx configuration. For Nextcloud 15 it needs an adjustement to also deliver .woff2 files. Compare your Nginx configuration to the recommended configuration in our <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "您的伺服器並未正確的設定,因此無法傳遞 .woff2 的檔案。這通常是因為 Nginx 的設定問題所導致。在 Nextcloud 15 中,需要一些調整才能一並傳遞 .woff2 的檔案。請檢查您的 Nginx 設定,和Nextcloud<a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">說明文件</a>中提到的建議設定。",
+ "Your web server is not properly set up to resolve \"{url}\". Further information can be found in the {linkstart}documentation ↗{linkend}." : "您的網頁伺服器設定不正確,因此無法解析「{url}」。更多資訊可在{linkstart}文件 ↗{linkend}中找到。",
+ "Your web server is not properly set up to resolve \"{url}\". This is most likely related to a web server configuration that was not updated to deliver this folder directly. Please compare your configuration against the shipped rewrite rules in \".htaccess\" for Apache or the provided one in the documentation for Nginx at it's {linkstart}documentation page ↗{linkend}. On Nginx those are typically the lines starting with \"location ~\" that need an update." : "您的伺服器並未正確的設定解析「{url}」。這可能與伺服器的設定未更新為直接傳送此資料夾有關。請檢查 Apache 的 \".htaccess\" 檔案,或在 Nginx 中的{linkstart}文件頁面 ↗{linkend}中查閱重寫規則。在 Nginx 環境中,通常是在由 \"location ~\" 開始的那行需要做調整。",
+ "Your web server is not properly set up to deliver .woff2 files. This is typically an issue with the Nginx configuration. For Nextcloud 15 it needs an adjustement to also deliver .woff2 files. Compare your Nginx configuration to the recommended configuration in our {linkstart}documentation ↗{linkend}." : "您的伺服器並未正確的設定,因此無法傳遞 .woff2 的檔案。這通常是因為 Nginx 的設定問題所導致。在 Nextcloud 15 中,需要一些調整才能一並傳遞 .woff2 的檔案。請檢查您的 Nginx 設定,和 Nextcloud {linkstart}說明文件 ↗{linkend}中提到的建議設定。",
"PHP does not seem to be setup properly to query system environment variables. The test with getenv(\"PATH\") only returns an empty response." : "PHP 設定似乎不完整,導致無法正確取得系統環境變數,因為偵測到 getenv(\"PATH\") 回傳資料為空值",
- "Please check the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">installation documentation ↗</a> for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "請您參考 <a target=\\\"_blank\\\" href=\\\"%s\\\">安裝說明 ↗</a> 來設定 PHP ,尤其如果您使用 php-fpm。",
+ "Please check the {linkstart}installation documentation ↗{linkend} for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "請參考{linkstart}安裝文件 ↗{linkend}中 PHP 設定的註記,並檢查您伺服器上的 PHP 設定,特別是如果您是使用 php-fpm 的情況下。",
"The read-only config has been enabled. This prevents setting some configurations via the web-interface. Furthermore, the file needs to be made writable manually for every update." : "「唯讀設定檔」已經啟用,這樣可以防止來自網頁端的設定操作,每次需要更改設定時,都需要手動將設定檔暫時改為可讀寫。",
"Your database does not run with \"READ COMMITTED\" transaction isolation level. This can cause problems when multiple actions are executed in parallel." : "您的資料庫並未使用 \"READ COMMITTED\" 的交易隔離等級。當有多個行為平行進行時,這可能會造成問題。",
- "The PHP module \"fileinfo\" is missing. It is strongly recommended to enable this module to get the best results with MIME type detection." : "未偵測到 PHP 模組 'fileinfo'。強烈建議啟用這個模組,以取得最好的 MIME 檔案類型偵測支援。",
- "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems. See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation ↗</a> for more information." : "事務型文件鎖定的功能已經取消,這可能會造成競態條件,請在 config.php 中啟用 \"filelocking.enabled\" 以避免出現這樣的問題,請參考<a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">說明文件 ↗</a> 來了解更多的資訊。",
+ "The PHP module \"fileinfo\" is missing. It is strongly recommended to enable this module to get the best results with MIME type detection." : "未偵測到 PHP 模組 \"fileinfo\"。強烈建議啟用這個模組,以取得最好的 MIME 檔案類型偵測支援。",
+ "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems. See the {linkstart}documentation ↗{linkend} for more information." : "事務型文件鎖定的功能已經取消,這可能會造成競態條件,請在 config.php 中啟用 \"filelocking.enabled\" 以避免出現這樣的問題,請參考{linkstart}文件 ↗{linkend}來了解更多的資訊。",
"If your installation is not installed at the root of the domain and uses system cron, there can be issues with the URL generation. To avoid these problems, please set the \"overwrite.cli.url\" option in your config.php file to the webroot path of your installation (suggestion: \"{suggestedOverwriteCliURL}\")" : "如果您的安裝路徑不在網域的最上層,並且使用 cron 作為排程器,URL 的生成可能會有問題,為了避免這樣的狀況,請您在 config.php 檔案裡設定 overwrite.cli.url 為您安裝的 webroot 路徑。(建議值:\"{suggestedOverwriteCliURL}\")",
+ "Your installation has no default phone region set. This is required to validate phone numbers in the profile settings without a country code. To allow numbers without a country code, please add \"default_phone_region\" with the respective {linkstart}ISO 3166-1 code ↗{linkend} of the region to your config file." : "你並未設定手機國際冠碼。設定後使用者在個人檔案設定手機號碼時不必再輸入國際冠碼。若要這樣做,請新增「default_phone_region」於設定檔,允許的國家及地區請參閱 {linkstart}ISO 3166-1 code ↗{linkend} 清單。",
"It was not possible to execute the cron job via CLI. The following technical errors have appeared:" : " 無法透過 CLI 來執行排程工作,發生以下技術性錯誤:",
- "Last background job execution ran {relativeTime}. Something seems wrong." : "上次背景工作是於 {relativeTime} 前執行,似乎很久沒有執行了,有點問題",
- "Check the background job settings" : "請檢查背景工作的設定",
- "This server has no working Internet connection: Multiple endpoints could not be reached. This means that some of the features like mounting external storage, notifications about updates or installation of third-party apps will not work. Accessing files remotely and sending of notification emails might not work, either. Establish a connection from this server to the Internet to enjoy all features." : "伺服器沒有網際網路連線(無法與多個端點取得聯繫),有些功能,像是外部儲存、應用程式更新版通知將無法運作。從遠端存取資料或是寄送 email 通知可能也無法運作。建議您設定好網際網路連線以使用所有功能。",
- "No memory cache has been configured. To enhance performance, please configure a memcache, if available. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "您沒有設定記憶體快取 (memcache),如果可以,請完成設定來提升效能。更多資訊請查閱<a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">說明文件</a>",
- "No suitable source for randomness found by PHP which is highly discouraged for security reasons. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "PHP無法取得合適的亂數產生源。為了安全性考量,不建議如此做。更多資訊參考<a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>",
- "You are currently running PHP {version}. Upgrade your PHP version to take advantage of <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">performance and security updates provided by the PHP Group</a> as soon as your distribution supports it." : "您目前正運行 PHP {version} ,我們建議您升級 PHP 到您的發行版所支援的最新版本,以獲得 <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">PHP 開發團隊提供的效能與安全性更新</a>。",
- "Nextcloud 19 is the last release supporting PHP 7.2. Nextcloud 20 requires at least PHP 7.3." : "Nextcloud 19 是最後一個支援 PHP 7.2 的版本,Nextcloud 20 將要求至少要使用 PHP 7.3。",
- "The reverse proxy header configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If not, this is a security issue and can allow an attacker to spoof their IP address as visible to the Nextcloud. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "偵測到您的反向代理標頭設定不正確,但也有可能是因為您目前正透過信任的代理伺服器存取 Nextcloud。若您目前不是透過信任的代理伺服器存取 Nextcloud,這就是一個安全性問題,允許攻擊者對 Nextcloud 假冒 IP 位址。更多資訊請查閱<a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">說明文件</a>。",
- "Memcached is configured as distributed cache, but the wrong PHP module \"memcache\" is installed. \\OC\\Memcache\\Memcached only supports \"memcached\" and not \"memcache\". See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">memcached wiki about both modules</a>." : "您已經設定 Memcached 為分散式快取,但是您安裝了錯誤的 PHP 模組 \"memcache\" , Nextcloud 的 \\OC\\Memcache\\Memcached 元件不支援 \"memcache\" 模組,僅支援 \"memcached\" 模組。若想要更加瞭解這兩個模組,請閱讀 <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">memcached wiki</a>。",
- "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">List of invalid files…</a> / <a href=\"{rescanEndpoint}\">Rescan…</a>)" : "有些檔案並未通過完整性檢查。可參閱詳細資訊,如我們的<a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">說明文件</a>(<a href=\"{codeIntegrityDownloadEndpoint}\">無效檔案列表</a>/<a href=\"{rescanEndpoint}\">重新檢查</a>)以解決這些問題。",
- "The PHP OPcache module is not loaded. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance it is recommended</a> to load it into your PHP installation." : "PHP 的 OPcache 模組並未被載入。 <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">為了提供更好的效能</a>,建議將此PHP模組載入。",
- "The PHP OPcache is not properly configured. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance it is recommended</a> to use the following settings in the <code>php.ini</code>:" : "PHP 的 OPcache 功能並未被妥善設定。<a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">為了有更好的效能表現</a>,我們建議在 <code>php.ini</code> 設定檔中使用以下設定:",
+ "Last background job execution ran {relativeTime}. Something seems wrong. {linkstart}Check the background job settings ↗{linkend}." : "上次背景工作是於 {relativeTime} 前執行,似乎很久沒有執行了,有點問題。{linkstart}請檢查背景工作設定 ↗{linkend}。",
+ "This server has no working Internet connection: Multiple endpoints could not be reached. This means that some of the features like mounting external storage, notifications about updates or installation of third-party apps will not work. Accessing files remotely and sending of notification emails might not work, either. Establish a connection from this server to the Internet to enjoy all features." : "伺服器沒有網際網路連線(無法與多個端點取得聯繫),有些功能,像是外部儲存、應用程式更新版通知將無法運作。從遠端存取資料或是寄送電子郵件通知可能也無法運作。建議您設定好網際網路連線以使用所有功能。",
+ "No memory cache has been configured. To enhance performance, please configure a memcache, if available. Further information can be found in the {linkstart}documentation ↗{linkend}." : "您沒有設定記憶體快取,如果可以,請設定 memcache 來提升效能。更多資訊請查閱{linkstart}文件 ↗{linkend}。",
+ "No suitable source for randomness found by PHP which is highly discouraged for security reasons. Further information can be found in the {linkstart}documentation ↗{linkend}." : "PHP 無法取得合適的亂數產生源。為了安全性考量,不建議如此做。更多資訊參考{linkstart}文件 ↗{linkend}。",
+ "You are currently running PHP {version}. Upgrade your PHP version to take advantage of {linkstart}performance and security updates provided by the PHP Group ↗{linkend} as soon as your distribution supports it." : "您目前正執行 PHP {version} ,我們建議您升級 PHP 到您的散佈版所支援的最新版本,以取得 {linkstart}PHP 開發團隊提供的效能與安全性更新 ↗{linkend}。",
+ "Nextcloud 20 is the last release supporting PHP 7.2. Nextcloud 21 requires at least PHP 7.3." : "Nextcloud 20 將是支援 PHP 7.2 的最後一個版本,Nextcloud 21 僅支援 PHP 7.3 以上的 PHP。",
+ "The reverse proxy header configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If not, this is a security issue and can allow an attacker to spoof their IP address as visible to the Nextcloud. Further information can be found in the {linkstart}documentation ↗{linkend}." : "偵測到您的反向代理標頭設定不正確,但也有可能是因為您目前正透過信任的代理伺服器存取 Nextcloud。若您目前不是透過信任的代理伺服器存取 Nextcloud,這就是一個安全性問題,允許攻擊者對 Nextcloud 假冒 IP 位址。更多資訊請查閱{linkstart}文件 ↗{linkend}。",
+ "Memcached is configured as distributed cache, but the wrong PHP module \"memcache\" is installed. \\OC\\Memcache\\Memcached only supports \"memcached\" and not \"memcache\". See the {linkstart}memcached wiki about both modules ↗{linkend}." : "Memcached是用於分散式緩存的設置,但是目前安裝了錯誤的PHP模組為「memcache」。\\OC\\Memcache\\Memcached僅支援「memcached」而不是「memcache」。請參閱 {linkstart}memcached wiki了解兩種模組資訊 ↗{linkend}。",
+ "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in the {linkstart1}documentation ↗{linkend}. ({linkstart2}List of invalid files…{linkend} / {linkstart3}Rescan…{linkend})" : "部份檔案未通過完整性檢查。更多關於如何解決此問題的資訊可在{linkstart1}文件 ↗{linkend}中找到。({linkstart2}無效檔案列表……{linkend} / {linkstart3}重新掃描……{linkend})",
+ "The PHP OPcache module is not loaded. {linkstart}For better performance it is recommended ↗{linkend} to load it into your PHP installation." : "PHP 的 OPcache 模組並未被載入。{linkstart}為了提供更好的效能,建議 ↗{linkend}將此 PHP 模組載入。",
+ "The PHP OPcache module is not properly configured. {linkstart}For better performance it is recommended ↗{linkend} to use the following settings in the <code>php.ini</code>:" : "PHP 的 OPcache 模組並未被妥善設定。{linkstart}為了有更好的效能表現 ↗{linkend},我們建議在 <code>php.ini</code> 設定檔中使用以下設定:",
"The PHP function \"set_time_limit\" is not available. This could result in scripts being halted mid-execution, breaking your installation. Enabling this function is strongly recommended." : "無法取得 PHP 中的 \"set_time_limit\" 函式。這可能導致執行過程被終止並造成不完整安裝。我們強烈建議啟用該函式。",
"Your PHP does not have FreeType support, resulting in breakage of profile pictures and the settings interface." : "您的 PHP 並未啟用 FreeType 支援,導致大頭貼產生器和設定界面無法使用。",
"Missing index \"{indexName}\" in table \"{tableName}\"." : "在資料表 \"{tableName}\" 中,找不到索引值 \"{indexName}\" 。",
- "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "資料庫缺少了某些索引值。由於在一個龐大的表中新增索引需要一些時間,因此他們並不會被自動新增。您可執行 \"occ db:add-missing-indices\" 來手動新增那些遺失的索引值。當索引值新增完成後,查詢的速度通常會變得快許多",
+ "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "資料庫缺少了某些索引值。由於在一個龐大的表中新增索引需要一些時間,因此它們並不會被自動新增。您可執行 \"occ db:add-missing-indices\" 來手動新增那些缺少的索引值。當索引值新增完成後,查詢的速度通常會變得快許多",
+ "Missing primary key on table \"{tableName}\"." : "資料表 \"{tableName}\" 遺失主鍵。",
+ "The database is missing some primary keys. Due to the fact that adding primary keys on big tables could take some time they were not added automatically. By running \"occ db:add-missing-primary-keys\" those missing primary keys could be added manually while the instance keeps running." : "資料庫缺少了一些主鍵,然而新增主鍵這個動作將在龐大的表中花費許多時間,因此它們並不會被自動新增。藉由執行 \"occ db:add-missing-primary-keys\" 手動新增主鍵將能在系統持續運作時修復這個問題。",
+ "Missing optional column \"{columnName}\" in table \"{tableName}\"." : "資料表 \"{tableName}\" 中的可選欄位 \"{columnName}\" 遺失。",
+ "The database is missing some optional columns. Due to the fact that adding columns on big tables could take some time they were not added automatically when they can be optional. By running \"occ db:add-missing-columns\" those missing columns could be added manually while the instance keeps running. Once the columns are added some features might improve responsiveness or usability." : "資料庫遺失了一些欄位,然而新增欄位這個動作將在龐大的表中花費許多時間,因此它們並不會被自動新增。藉由執行 \"occ db:add-missing-columns\" 手動新增欄位將能在系統持續運作時修復這個問題。新增這些欄位將提高系統回應速度和可用性。",
"This instance is missing some recommended PHP modules. For improved performance and better compatibility it is highly recommended to install them." : "您的 Nextcloud 缺少了某些建議的 PHP 模組。為了提升效能與相容性,強烈建議您安裝這些 PHP 模組。",
- "Some columns in the database are missing a conversion to big int. Due to the fact that changing column types on big tables could take some time they were not changed automatically. By running 'occ db:convert-filecache-bigint' those pending changes could be applied manually. This operation needs to be made while the instance is offline. For further details read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "資料庫的有些欄位缺少big int.格式轉換。因為攔位格式轉換需要一些時間,所以沒有自動轉換。你可以執行'occ db:convert-filecache-bigin'手動完成轉換,轉換時Nextcloud服務必須處於離線狀態。詳情請參閱<a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>",
+ "Module php-imagick in this instance has no SVG support. For better compatibility it is recommended to install it." : "系統安裝的 php-imagick 不支援 SVG,為了更好的相容性,建議安裝它。",
+ "Some columns in the database are missing a conversion to big int. Due to the fact that changing column types on big tables could take some time they were not changed automatically. By running 'occ db:convert-filecache-bigint' those pending changes could be applied manually. This operation needs to be made while the instance is offline. For further details read {linkstart}the documentation page about this ↗{linkend}." : "資料庫的有些欄位缺少 big int 格式轉換。因為攔位格式轉換需要一些時間,所以沒有自動轉換。你可以執行 \"occ db:convert-filecache-bigin\" 手動完成轉換,轉換時 Nextcloud 服務必須處於離線狀態。詳情請參閱{linkstart}關於這個問題的文件頁面 ↗{linkend}。",
"SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend." : "目前您的後端資料庫使用 SQLite,在大型服務當中,我們建議您使用其他的資料庫後端。",
"This is particularly recommended when using the desktop client for file synchronisation." : "若您使用電腦客戶端來同步檔案,非常建議您這麼做。",
- "To migrate to another database use the command line tool: 'occ db:convert-type', or see the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation ↗</a>." : "若要遷移至另一個資料庫,請使用命令列工具: 'occ db:convert-type' ,或是查閱<a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">說明文件</a>。",
- "Use of the the built in php mailer is no longer supported. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Please update your email server settings ↗<a/>." : "我們將不再支援使用 PHP mailer 發送電子郵件。<a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">請更新您電子郵件伺服器的相關設定<a/>。",
- "The PHP memory limit is below the recommended value of 512MB." : "目前的 PHP 的記憶體限制設定低於建議值 512MB",
+ "To migrate to another database use the command line tool: 'occ db:convert-type', or see the {linkstart}documentation ↗{linkend}." : "若要遷移至另一個資料庫,請使用命令列工具: 'occ db:convert-type' ,或是查閱{linkstart}文件 ↗{linkend}。",
+ "The PHP memory limit is below the recommended value of 512MB." : "目前的 PHP 的記憶體限制設定低於建議值 512MB。",
"Some app directories are owned by a different user than the web server one. This may be the case if apps have been installed manually. Check the permissions of the following app directories:" : "某些應用程式的資料夾所有者與網頁伺服器預設使用者不同。這可能是因為您手動安裝了這些應用程式。請檢查以下應用程式資料夾的相關權限:",
- "MySQL is used as database but does not support 4-byte characters. To be able to handle 4-byte characters (like emojis) without issues in filenames or comments for example it is recommended to enable the 4-byte support in MySQL. For further details read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "您的 MySQL 資料庫並不支援 4-byte 的字元。為了能處理檔案名稱中,或是註記中的 4-byte 的字元 (如表情符號等) 。建議您啟用 MySQL 中支援 4-byte 的字元的功能。詳情請見<a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">此文件中關於此項目的說明</a>。",
- "This instance uses an S3 based object store as primary storage. The uploaded files are stored temporarily on the server and thus it is recommended to have 50 GB of free space available in the temp directory of PHP. Check the logs for full details about the path and the available space. To improve this please change the temporary directory in the php.ini or make more space available in that path." : "此站台使用Amazon S3物件儲存為主要儲存區。上傳檔案會暫存在伺服器,因此建議PHP的暫存資料夾最少要有50GB可用容量。請在登錄檔中查閱關於資料夾路徑及可用容量的詳細資訊。要增進效能,請在php.ini中變更暫存資料夾位置,或將該資料夾容量增加。",
+ "MySQL is used as database but does not support 4-byte characters. To be able to handle 4-byte characters (like emojis) without issues in filenames or comments for example it is recommended to enable the 4-byte support in MySQL. For further details read {linkstart}the documentation page about this ↗{linkend}." : "您的 MySQL 資料庫並不支援 4-byte 的字元。為了能處理檔案名稱中,或是註記中的 4-byte 的字元(如表情符號等)。建議您啟用 MySQL 中支援 4-byte 的字元的功能。詳情請見{linkstart}此文件中關於此項目的說明 ↗{linkend}。",
+ "This instance uses an S3 based object store as primary storage. The uploaded files are stored temporarily on the server and thus it is recommended to have 50 GB of free space available in the temp directory of PHP. Check the logs for full details about the path and the available space. To improve this please change the temporary directory in the php.ini or make more space available in that path." : "此站台使用 Amazon S3 物件儲存為主要儲存區。上傳檔案會暫存在伺服器,因此建議 PHP 的暫存資料夾最少要有 50 GB 可用容量。請在登錄檔中查閱關於資料夾路徑及可用容量的詳細資訊。要增進效能,請在 php.ini 中變更暫存資料夾位置,或將該資料夾容量增加。",
+ "You are accessing your instance over a secure connection, however your instance is generating insecure URLs. This most likely means that you are behind a reverse proxy and the overwrite config variables are not set correctly. Please read {linkstart}the documentation page about this ↗{linkend}." : "你經由安全的連線存取系統,但系統卻生成了不安全的 URL。這很有可能是因為你使用了反向代理伺服器,但反向代理伺服器的改寫規則並未正常工作,請閱讀{linkstart}關於此問題的文件頁面 ↗{linkend}。",
"Error occurred while checking server setup" : "檢查伺服器設定時發生錯誤",
+ "For more details see the {linkstart}documentation ↗{linkend}." : "更多詳細資訊請見{linkstart}文件 ↗{linkend}。",
"Your data directory and files are probably accessible from the Internet. The .htaccess file is not working. It is strongly recommended that you configure your web server so that the data directory is no longer accessible, or move the data directory outside the web server document root." : "您的資料目錄和檔案看來可以被公開存取,這表示 .htaccess 設定檔並未生效,我們強烈建議您設定網頁伺服器,拒絕公開存取資料目錄,或者將您的資料目錄移出網頁伺服器根目錄。",
- "The \"{header}\" HTTP header is not set to \"{expected}\". This is a potential security or privacy risk, as it is recommended to adjust this setting accordingly." : "目前 HTTP 的 {header} 標頭設定並不是 \"{expected}\" ,這是一個潛在的安全性和隱私風險,我們建議調整此項設定。",
- "The \"{header}\" HTTP header is not set to \"{expected}\". Some features might not work correctly, as it is recommended to adjust this setting accordingly." : "目前 HTTP 的 {header} 標頭設定並不是 \"{expected}\" ,這將讓某些功能無法正常運作,我們建議修正此項設定。",
- "The \"{header}\" HTTP header doesn't contain \"{expected}\". This is a potential security or privacy risk, as it is recommended to adjust this setting accordingly." : "目前 HTTP 的 {header} 標頭設定並不包防 \"{expected}\" ,這是一個潛在的安全性和隱私風險,建議調整此項設定。",
- "The \"{header}\" HTTP header is not set to \"{val1}\", \"{val2}\", \"{val3}\", \"{val4}\" or \"{val5}\". This can leak referer information. See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{link}\">W3C Recommendation ↗</a>." : "目前 HTTP 的 {header} 標頭設定並不是 \"{val1}\", \"{val2}\", \"{val3}\", \"{val4}\" 或 \"{val5}\",這將會洩漏一些訊息。<a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{link}\">請參考 W3C建議文件</a>。",
- "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the <a href=\"{docUrl}\" rel=\"noreferrer noopener\">security tips ↗</a>." : "HTTP \"Strict-Transport-Security\" 標頭並未被設定持續至少 {seconds} 秒。為了提高安全性,我們在<a href=\"{docUrl}\" rel=\"noreferrer\">安全建議</a>中有詳述並建議啟用 HSTS。",
- "Accessing site insecurely via HTTP. You are strongly advised to set up your server to require HTTPS instead, as described in the <a href=\"{docUrl}\">security tips ↗</a>." : "您正在透過不安全的 HTTP 存取網站,強烈建議您設定您的伺服器啟用 HTTPS ,更多資訊請查閱<a href=\"{docUrl}\">安全建議</a>。",
- "Non-existing tag #{tag}" : "不存在的標籤 #{tag}",
- "restricted" : "受限",
- "invisible" : "不可見",
- "Delete" : "刪除",
- "Rename" : "重新命名",
- "Collaborative tags" : "標籤",
- "No tags found" : "查無標籤",
+ "The \"{header}\" HTTP header is not set to \"{expected}\". This is a potential security or privacy risk, as it is recommended to adjust this setting accordingly." : "目前 HTTP 的 \"{header}\" 標頭設定並不是 \"{expected}\",這是一個潛在的安全性和隱私風險,我們建議調整此項設定。",
+ "The \"{header}\" HTTP header is not set to \"{expected}\". Some features might not work correctly, as it is recommended to adjust this setting accordingly." : "目前 HTTP 的 \"{header}\" 標頭設定並不是 \"{expected}\",這將讓某些功能無法正常運作,我們建議調整此項設定。",
+ "The \"{header}\" HTTP header doesn't contain \"{expected}\". This is a potential security or privacy risk, as it is recommended to adjust this setting accordingly." : "目前 HTTP 的 \"{header}\" 標頭設定並不包含 \"{expected}\" ,這是一個潛在的安全性和隱私風險,我們建議調整此項設定。",
+ "The \"{header}\" HTTP header is not set to \"{val1}\", \"{val2}\", \"{val3}\", \"{val4}\" or \"{val5}\". This can leak referer information. See the {linkstart}W3C Recommendation ↗{linkend}." : "目前 HTTP 的 \"{header}\" 標頭設定並不是 \"{val1}\", \"{val2}\", \"{val3}\", \"{val4}\" 或 \"{val5}\",這將會洩漏一些訊息。{linkstart}請參考 W3C 建議文件 ↗{linkend}。",
+ "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the {linkstart}security tips ↗{linkend}." : "HTTP \"Strict-Transport-Security\" 標頭並未被設定持續至少{seconds}秒。為了提高安全性,我們在{linkstart}安全建議 ↗{linkend}中有詳述並建議啟用 HSTS。",
+ "Accessing site insecurely via HTTP. You are strongly advised to set up your server to require HTTPS instead, as described in the {linkstart}security tips ↗{linkend}." : "您正在透過不安全的 HTTP 存取網站,強烈建議您設定您的伺服器啟用 HTTPS,更多資訊請查閱{linkstart}安全建議 ↗{linkend}。",
"unknown text" : "未知的文字",
"Hello world!" : "哈囉,世界!",
"sunny" : "晴朗的",
@@ -121,28 +127,29 @@
"An error occurred." : "發生錯誤",
"Please reload the page." : "請重新整理頁面",
"The update was unsuccessful. For more information <a href=\"{url}\">check our forum post</a> covering this issue." : "更新失敗,檢視<a href=\"{url}\">論壇上的文章</a>來瞭解更多",
- "The update was unsuccessful. Please report this issue to the <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">Nextcloud community</a>." : "更新不成功。請在<a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">Nextcloud社群</a>回報此問題。",
- "Continue to Nextcloud" : "繼續前往 Nextcloud",
- "_The update was successful. Redirecting you to Nextcloud in %n second._::_The update was successful. Redirecting you to Nextcloud in %n seconds._" : ["更新成功,將在 %n 秒後重導向至 Nextcloud"],
- "Searching other places" : "搜尋其他位置",
- "No search results in other folders for {tag}{filter}{endtag}" : "{tag}{filter}{endtag} 在其他資料夾中沒有比對結果",
- "_{count} search result in another folder_::_{count} search results in other folders_" : ["在其他資料夾中有 {count} 比結果"],
+ "The update was unsuccessful. Please report this issue to the <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">Nextcloud community</a>." : "更新不成功。請在 <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">Nextcloud 社群</a>回報此問題。",
+ "Continue to {productName}" : "繼續使用 {productName}",
+ "_The update was successful. Redirecting you to {productName} in %n second._::_The update was successful. Redirecting you to {productName} in %n seconds._" : ["更新成功。將在 %n 秒後重新導向至 {productName}。"],
+ "Log in" : "登入",
+ "Logging in …" : "正在登入……",
"Server side authentication failed!" : "伺服器端認證失敗!",
"Please contact your administrator." : "請聯絡系統管理員",
"An internal error occurred." : "發生內部錯誤",
"Please try again or contact your administrator." : "請重試或聯絡系統管理員",
- "Username or email" : "使用者名稱 或 電子郵件",
+ "Username or email" : "使用者名稱或電子郵件",
"Password" : "密碼",
- "Log in" : "登入",
- "Logging in …" : "正在登入…",
+ "Toggle password visibility" : "切換密碼可見度",
"Wrong username or password." : "錯誤的使用者名稱 或 密碼",
"User disabled" : "使用者已遭停用",
- "We have detected multiple invalid login attempts from your IP. Therefore your next login is throttled up to 30 seconds." : "您的 IP 多次嘗試登入無效,下一次登入將會被延時 30 秒。",
+ "We have detected multiple invalid login attempts from your IP. Therefore your next login is throttled up to 30 seconds." : "您的 IP 多次嘗試登入無效。因此下一次登入將會被延時30秒。",
+ "Your account is not setup for passwordless login." : "你的帳號尚未設定免密碼登入。",
+ "Passwordless authentication is not supported in your browser." : "無密碼身份驗證不支援你使用的瀏覽器。",
+ "Passwordless authentication is only available over a secure connection." : "無密碼身份驗證僅支援經加密的連線。",
"Reset password" : "重設密碼",
- "A password reset message has been sent to the e-mail address of this account. If you do not receive it, check your spam/junk folders or ask your local administrator for help." : "重設密碼資訊已寄至您的電子郵件。若您並未收到該信件,請確認您垃圾信箱,或請求管理員協助。",
+ "A password reset message has been sent to the email address of this account. If you do not receive it, check your spam/junk folders or ask your local administrator for help." : "重設密碼資訊已寄至您的電子郵件。若您並未收到該信件,請確認您垃圾信箱,或請求管理員協助。",
"If it is not there ask your local administrator." : "你找的東西不在,請聯絡管理員。",
"Couldn't send reset email. Please contact your administrator." : "無法寄出重設密碼資訊。請聯絡您的管理員。",
- "Password can not be changed. Please contact your administrator." : "無法重設密碼,請聯絡管理員。",
+ "Password cannot be changed. Please contact your administrator." : "密碼無法變更。請聯絡您的管理員。",
"Back to login" : "回到登入畫面",
"New password" : "新密碼",
"Your files are encrypted. There will be no way to get your data back after your password is reset. If you are not sure what to do, please contact your administrator before you continue. Do you really want to continue?" : "由於您已啟用檔案加密,重設密碼後,您的資料將無法解密。若您不確定繼續與否,請與管理員聯繫。確定要繼續嗎?",
@@ -150,25 +157,40 @@
"Resetting password" : "重設密碼",
"Recommended apps" : "推薦的應用程式",
"Loading apps …" : "正在載入應用程式…",
- "Could not fetch list of apps from the app store." : "無法從應用程式商店抓取應用程式清單",
+ "Could not fetch list of apps from the App Store." : "無法從應用程式商店擷取應用程式清單。",
"Installing apps …" : "正在安裝應用程式…",
- "Nextcloud {app}" : "Nextcloud {app}",
- "App download or installation failed" : "應用程式下載或是安裝失敗",
- "Can't install this app because it is not compatible" : "應用程式無法安裝,因為不相容",
- "Can't install this app" : "無法安裝這個應用程式",
+ "App download or installation failed" : "應用程式下載或安裝失敗",
+ "Cannot install this app because it is not compatible" : "無法安裝此應用程式,因為其不相容",
+ "Cannot install this app" : "無法安裝應用程式",
"Cancel" : "取消",
"Schedule work & meetings, synced with all your devices." : "排定工作和會議時間,並與您的所有裝置同步",
- "Keep your colleagues and friends in one place without leaking their private info." : "將您的同事和朋友的聯繫整合在一處,且不洩漏他們的個人資訊",
+ "Keep your colleagues and friends in one place without leaking their private info." : "將您的同事和朋友放在同一處,且不洩漏他們的個人資訊",
"Simple email app nicely integrated with Files, Contacts and Calendar." : "簡潔的電子郵件應用程式,與檔案瀏覽器、通訊錄、行事曆完美整合",
+ "Chatting, video calls, screensharing, online meetings and web conferencing – in your browser and with mobile apps." : "對話、視訊電話、螢幕分享、線上會議與網路研討會 - 實現於你的瀏覽器與手機應用程式之中。",
+ "Collaboratively edit office documents." : "協同編輯辦公室文件。",
+ "Local document editing back-end used by the Collabora Online app." : "由 Collabora Online 應用程式使用的本機文件編輯後端。",
"Forgot password?" : "忘記密碼?",
+ "Log in with a device" : "使用免密碼裝置登入",
+ "Back" : "返回",
+ "Login form is disabled." : "登入表單已停用。",
+ "Reset search" : "重置搜尋",
+ "Search for {name} only" : "僅搜尋 {name}",
+ "No results for {query}" : "{query} 查詢沒有結果",
+ "Start typing to search" : "開始輸入以搜尋",
+ "Loading more results …" : "正在載入更多結果…",
+ "Load more results" : "載入更多結果",
+ "Search" : "搜尋",
+ "An error occurred while searching for {type}" : "搜尋 {type} 時發生錯誤",
+ "_Please enter {minSearchLength} character or more to search_::_Please enter {minSearchLength} characters or more to search_" : ["請輸入 {minSearchLength} 個或以上字元搜尋"],
+ "Search {types} …" : "搜尋 {types} 中……",
"Settings" : "設定",
"Could not load your contacts" : "無法載入您的聯絡人",
- "Search contacts …" : "搜尋聯絡人…",
+ "Search contacts …" : "搜尋聯絡人……",
"No contacts found" : "查無聯絡人",
"Show all contacts …" : "顯示所有聯絡人…",
- "Install the Contacts app" : "安裝「Contact」應用程式",
- "Loading your contacts …" : "正在載入聯絡人…",
- "Looking for {term} …" : "搜尋 {term} …",
+ "Install the Contacts app" : "安裝「通訊錄」應用程式",
+ "Loading your contacts …" : "正在載入聯絡人……",
+ "Looking for {term} …" : "搜尋 {term}……",
"No" : "否",
"Yes" : "是",
"No files in here" : "沒有任何檔案",
@@ -179,22 +201,22 @@
"Modified" : "已修改",
"\"{name}\" is an invalid file name." : "{name} 是無效的檔名",
"File name cannot be empty." : "檔名不能為空",
- "\"/\" is not allowed inside a file name." : "不允許檔名中出現 \"/\"",
+ "\"/\" is not allowed inside a file name." : "不允許檔名中出現 \"/\"。",
"\"{name}\" is not an allowed filetype" : "\"{name}\" 是不允許的檔案類型",
"{newName} already exists" : "{newName} 已經存在",
"Choose" : "選擇",
"Copy" : "複製",
"Move" : "移動",
- "Error loading file picker template: {error}" : "載入檔案選擇器樣板出錯: {error}",
+ "Error loading file picker template: {error}" : "載入檔案選擇器範本時發生錯誤:{error}",
"OK" : "OK",
- "Error loading message template: {error}" : "載入訊息範本時發生錯誤: {error}",
+ "Error loading message template: {error}" : "載入訊息範本時發生錯誤:{error}",
"read-only" : "唯讀",
"_{count} file conflict_::_{count} file conflicts_" : ["{count} 個檔案衝突"],
"One file conflict" : "一個檔案衝突",
"New Files" : "新檔案",
"Already existing files" : "已經存在的檔案",
"Which files do you want to keep?" : "您要保留哪一個檔案?",
- "If you select both versions, the copied file will have a number added to its name." : "如果您同時選擇兩個版本,被複製的那個檔案名稱後面會加上編號",
+ "If you select both versions, the copied file will have a number added to its name." : "如果您同時選擇兩個版本,複製的那個檔案名稱後面會加上編號。",
"Continue" : "繼續",
"(all selected)" : "(已全選)",
"({count} selected)" : "(已選取 {count} 項)",
@@ -202,23 +224,23 @@
"Pending" : "擱置中",
"Copy to {folder}" : "複製到 {folder}",
"Move to {folder}" : "移動到 {folder}",
- "Saving …" : "儲存中 ...",
+ "Saving …" : "儲存中……",
"Authentication required" : "必須驗證",
"This action requires you to confirm your password" : "這個動作需要您再次確認密碼",
"Confirm" : "確認",
"Failed to authenticate, try again" : "驗證失敗,請再試一次",
"seconds ago" : "幾秒前",
"Connection to server lost" : "伺服器連線中斷",
- "_Problem loading page, reloading in %n second_::_Problem loading page, reloading in %n seconds_" : ["載入頁面時出錯,%n 秒後重新整理"],
- "Add to a project" : "加到計劃",
+ "_Problem loading page, reloading in %n second_::_Problem loading page, reloading in %n seconds_" : ["載入頁面時發生問題,%n 秒後重新整理"],
+ "Add to a project" : "新增至專案",
"Show details" : "顯示細節",
"Hide details" : "隱藏細節",
"Rename project" : "重新命名專案",
- "Failed to rename the project" : "重新命名計劃失敗",
- "Failed to create a project" : "建立計劃失敗",
+ "Failed to rename the project" : "重新命名專案失敗",
+ "Failed to create a project" : "建立專案失敗",
"Failed to add the item to the project" : "新增項目至專案時失敗",
- "Connect items to a project to make them easier to find" : "將項目連結到計劃以便尋找",
- "Type to search for existing projects" : "搜尋現有計劃",
+ "Connect items to a project to make them easier to find" : "將項目連結到專案以便尋找",
+ "Type to search for existing projects" : "搜尋現有專案",
"New in" : "新加入",
"View changelog" : "檢視版本更新紀錄",
"Very weak password" : "密碼安全性極弱",
@@ -228,6 +250,13 @@
"Strong password" : "密碼安全性極佳",
"No action available" : "沒有可用的動作",
"Error fetching contact actions" : "擷取聯絡人時發生錯誤",
+ "Non-existing tag #{tag}" : "不存在的標籤 #{tag}",
+ "restricted" : "受限",
+ "invisible" : "不可見",
+ "Delete" : "刪除",
+ "Rename" : "重新命名",
+ "Collaborative tags" : "標籤",
+ "No tags found" : "查無標籤",
"Personal" : "個人",
"Users" : "使用者",
"Apps" : "應用程式",
@@ -237,7 +266,10 @@
"File not found" : "找不到檔案",
"The document could not be found on the server. Maybe the share was deleted or has expired?" : "伺服器上找不到該文件,或許這個分享已經被刪除或是過期了?",
"Back to %s" : "回到 %s",
+ "Too many requests" : "太多要求",
+ "There were too many requests from your network. Retry later or contact your administrator if this is an error." : "有太多請求來自你的網路,請稍後再試,若你認為這不該發生,請回報系統管理員這項錯誤。",
"Error" : "錯誤",
+ "Previous" : "上一個",
"Internal Server Error" : "內部伺服器錯誤",
"The server was unable to complete your request." : "伺服器無法完成你的請求。",
"If this happens again, please send the technical details below to the server administrator." : "如果此問題重複發生,請寄送技術資訊給管理員。",
@@ -268,165 +300,119 @@
"Database name" : "資料庫名稱",
"Database tablespace" : "資料庫資料表空間",
"Database host" : "資料庫主機",
- "Please specify the port number along with the host name (e.g., localhost:5432)." : "請將具體指定連接埠號與主機名稱。(例如:localhost:5432)",
+ "Please specify the port number along with the host name (e.g., localhost:5432)." : "請將具體指定連接埠號與主機名稱。(例如:localhost:5432)",
"Performance warning" : "效能警告",
"You chose SQLite as database." : "您選擇了 SQLite 作為資料庫",
"SQLite should only be used for minimal and development instances. For production we recommend a different database backend." : "SQLite 只適用於小型或是開發用站台,針對上線服務我們建議使用其他資料庫後端。",
"If you use clients for file syncing, the use of SQLite is highly discouraged." : "若使用桌面版或是手機版客戶端同步檔案,不建議使用 SQLite",
"Install recommended apps" : "安裝推薦的應用程式",
+ "Calendar, Contacts, Talk, Mail & Collaborative editing" : "編輯行事曆、通訊錄、對話、郵件與共筆。",
"Finish setup" : "完成設定",
"Finishing …" : "即將完成…",
"Need help?" : "需要協助嗎?",
"See the documentation" : "閱讀說明文件",
- "It looks like you are trying to reinstall your Nextcloud. However the file CAN_INSTALL is missing from your config directory. Please create the file CAN_INSTALL in your config folder to continue." : "您似乎正在嘗試重新安裝您的Nextcloud。然而,檔案 CAN_INSTALL 並未在您的config目錄中。請在您的config目錄中建立 CAN_INSTALL檔以繼續。",
+ "It looks like you are trying to reinstall your Nextcloud. However the file CAN_INSTALL is missing from your config directory. Please create the file CAN_INSTALL in your config folder to continue." : "您似乎正在嘗試重新安裝您的 Nextcloud。然而,檔案 CAN_INSTALL 並不在您的 config 目錄中。請在您的 config 目錄中建立 CAN_INSTALL 檔以繼續。",
"Could not remove CAN_INSTALL from the config folder. Please remove this file manually." : "無法從您的 config 目錄中移除 CAN_INSTALL 檔案。請手動移除他。",
- "This application requires JavaScript for correct operation. Please {linkstart}enable JavaScript{linkend} and reload the page." : "這個應用程式需要啟用 Javascript 才能正常運作,請{linkstart}啟用Javascript{linkend}然後重新整理頁面。",
+ "This application requires JavaScript for correct operation. Please {linkstart}enable JavaScript{linkend} and reload the page." : "這個應用程式需要啟用 Javascript 才能正常運作,請{linkstart}啟用 Javascript{linkend} 然後重新整理頁面。",
"Get your own free account" : "取得免費帳號",
"Skip to main content" : "跳到主內容",
"Skip to navigation of app" : "跳到應用程式導覽",
"More apps" : "更多應用程式",
"More" : "更多",
"More apps menu" : "更多應用程式選單",
- "Search" : "搜尋",
- "Reset search" : "重置搜尋",
"Contacts" : "聯絡人",
"Contacts menu" : "聯絡人選單",
"Settings menu" : "設定選單",
"Confirm your password" : "確認密碼",
"Connect to your account" : "連結您的帳號",
"Please log in before granting %1$s access to your %2$s account." : "請登入後再授權「%1$s」存取您的 %2$s 帳號",
+ "If you are not trying to set up a new device or app, someone is trying to trick you into granting them access to your data. In this case do not proceed and instead contact your system administrator." : "若您並未嘗試設定新裝置或應用程式,那麼某人可能正在欺騙您讓他們存取您的資效。在這種情況下,請不要繼續,請聯絡您的系統管理員。",
"App token" : "應用程式權杖",
"Grant access" : "允許存取",
"Alternative log in using app token" : "使用應用程式權杖來登入",
- "Account access" : "帳戶存取",
- "You are about to grant %1$s access to your %2$s account." : "您將授權「%1$s」存取您的 %2$s 帳戶",
- "Account connected" : "帳戶已連結",
+ "Account access" : "帳號存取",
+ "You are about to grant %1$s access to your %2$s account." : "您將授權「%1$s」存取您的 %2$s 帳號。",
+ "Account connected" : "已連結帳號",
"Your client should now be connected!" : "客戶端應該已完成連線",
"You can close this window." : "可以關閉此視窗",
"This share is password-protected" : "此分享受密碼保護",
"The password is wrong. Try again." : "密碼錯誤,請重試",
"Two-factor authentication" : "雙因素驗證",
- "Enhanced security is enabled for your account. Choose a second factor for authentication:" : "您的帳號已啟用進階安全機制,請選擇一個兩步驗證方法:",
- "Could not load at least one of your enabled two-factor auth methods. Please contact your admin." : "無法載入任何一個二階認證方法,請聯絡管理員",
- "Two-factor authentication is enforced but has not been configured on your account. Contact your admin for assistance." : "雙重認證已被強制要求啟用,您的帳號目前還沒設定。請聯絡管理員。",
- "Two-factor authentication is enforced but has not been configured on your account. Please continue to setup two-factor authentication." : "雙因驗證已被強制要求啟用,您的帳戶目前還沒設定。請設定您的雙因驗證。",
+ "Enhanced security is enabled for your account. Choose a second factor for authentication:" : "您的帳號已啟用進階安全機制,請選擇一個雙因素驗證方法:",
+ "Could not load at least one of your enabled two-factor auth methods. Please contact your admin." : "無法載入任何一個雙因素認證方法,請聯絡管理員",
+ "Two-factor authentication is enforced but has not been configured on your account. Contact your admin for assistance." : "雙因素驗證已被強制要求啟用,您的帳號目前還沒設定。請聯絡管理員。",
+ "Two-factor authentication is enforced but has not been configured on your account. Please continue to setup two-factor authentication." : "雙因素驗證已被強制要求啟用,您的帳號目前還沒設定。請設定您的雙因素驗證。",
"Set up two-factor authentication" : "設定雙因素驗證",
- "Two-factor authentication is enforced but has not been configured on your account. Use one of your backup codes to log in or contact your admin for assistance." : "雙重認證已被強制要求啟用,您的帳號目前還沒設定。請使用一個備用碼來登入或聯絡管理員。",
+ "Two-factor authentication is enforced but has not been configured on your account. Use one of your backup codes to log in or contact your admin for assistance." : "雙因素驗證已被強制要求啟用,您的帳號目前還沒設定。請使用一個備用碼來登入或聯絡管理員。",
"Use backup code" : "使用備用認證碼",
"Cancel login" : "取消登入",
"Setup two-factor authentication" : "設定雙因素驗證",
- "Enhanced security is enforced for your account. Choose which provider to set up:" : "您的帳號已啟用進階安全機制,請選擇一個供應者:",
- "Error while validating your second factor" : "驗證二階段因子發生錯誤",
- "Access through untrusted domain" : "經由不可信任的域名存取。",
- "Please contact your administrator. If you are an administrator, edit the \"trusted_domains\" setting in config/config.php like the example in config.sample.php." : "請聯絡你的管理員。如果妳就是管理員,請編輯config/config.php內的\"trusted_domains\"設定,該項的範例通常位於config.sample.php。",
- "Further information how to configure this can be found in the %1$sdocumentation%2$s." : "更多關於如何設定的訊息,請見%1$s文件%2$s。",
+ "Enhanced security is enforced for your account. Choose which provider to set up:" : "您的帳號已啟用進階安全機制,請選擇一個提供者:",
+ "Error while validating your second factor" : "驗證您的第二因素時發生錯誤",
+ "Access through untrusted domain" : "經由不可信任的域名存取",
+ "Please contact your administrator. If you are an administrator, edit the \"trusted_domains\" setting in config/config.php like the example in config.sample.php." : "請聯絡您的管理員。如果您就是管理員,請模仿 config.sample.php 範例編輯 config/config.php 的 \"trusted_domains\" 設定。",
+ "Further information how to configure this can be found in the %1$sdocumentation%2$s." : "更多關於如何設定的資訊,請見%1$s文件%2$s。",
"App update required" : "需要更新應用程式",
"%1$s will be updated to version %2$s" : "%1$s 將會更新至版本 %2$s",
- "These apps will be updated:" : "將會更新這些應用程式",
+ "The following apps will be updated:" : "將更新以下的 APP:",
"These incompatible apps will be disabled:" : "將會停用這些不相容的應用程式",
"The theme %s has been disabled." : "主題 %s 已經被停用",
- "Please make sure that the database, the config folder and the data folder have been backed up before proceeding." : "在繼續之前,請備份資料庫、config 目錄及資料目錄",
+ "Please make sure that the database, the config folder and the data folder have been backed up before proceeding." : "在繼續之前,請備份資料庫、config 資料夾及 data 資料夾。",
"Start update" : "開始升級",
"To avoid timeouts with larger installations, you can instead run the following command from your installation directory:" : "在大型安裝上,為了避免升級請求逾時,你也可以在安裝目錄執行下列指令:",
"Detailed logs" : "詳細記錄檔",
"Update needed" : "需要更新",
- "Please use the command line updater because you have a big instance with more than 50 users." : "因為您有超過50名使用者,服務規模較大,請透過命令提示字元介面更新",
+ "Please use the command line updater because you have a big instance with more than 50 users." : "因為您有超過 50 名使用者,服務規模較大,請透過命令列介面更新。",
"For help, see the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"%s\">documentation</a>." : "若需要協助,請參閱<a target=\"_blank\" rel=\"noreferrer noopener\" href=\"%s\">說明文件</a>",
- "I know that if I continue doing the update via web UI has the risk, that the request runs into a timeout and could cause data loss, but I have a backup and know how to restore my instance in case of a failure." : "若我繼續透過網頁介面更新時我已了解有其風險,若請求逾時可能導致資料遺失,萬一更新失敗,我已準備好備份並知道如何回復運作。",
+ "I know that if I continue doing the update via web UI has the risk, that the request runs into a timeout and could cause data loss, but I have a backup and know how to restore my instance in case of a failure." : "若我繼續透過網頁介面更新,我已了解有其風險,若請求逾時可能導致資料遺失,萬一更新失敗,我已準備好備份並知道如何回復運作。",
"Upgrade via web on my own risk" : "願意承擔風險透過網頁更新",
"Maintenance mode" : "維護模式",
"This %s instance is currently in maintenance mode, which may take a while." : "這個 %s 安裝目前處於維護模式,需要一段時間恢復。",
"This page will refresh itself when the instance is available again." : "安裝恢復可用之後,本頁會自動重新整理",
"Contact your system administrator if this message persists or appeared unexpectedly." : "若這個訊息持續出現,請聯絡系統管理員",
- "Could not send reset email because there is no email address for this username. Please contact your administrator." : "由於您尚未設定電子郵件地址,導致系統無法傳送重設密碼資訊,請聯絡管理員。",
- "Couldn't send reset email. Please make sure your username is correct." : "無法寄送重設 email ,請確認您的帳號輸入正確",
- "We have send a password reset e-mail to the e-mail address known to us for this account. If you do not receive it within a reasonable amount of time, check your spam/junk folders.<br>If it is not there ask your local administrator." : "我們已將重設密碼的信件寄到這個帳號所對應的信箱。如果你在合理的時間內沒有收到,請至垃圾郵件中檢查,如果還是沒有,請聯絡管理員。",
- "Your files are encrypted. There will be no way to get your data back after your password is reset.<br />If you are not sure what to do, please contact your administrator before you continue. <br />Do you really want to continue?" : "由於您已啟用檔案加密,重設密碼後,您的資料將無法解密。<br/>若您不確定繼續與否,請與管理員聯繫。<br/>確定要繼續嗎?",
- "Sending email …" : "正在傳送電子郵件…",
- "You are currently running PHP 5.6. The current major version of Nextcloud is the last that is supported on PHP 5.6. It is recommended to upgrade the PHP version to 7.0+ to be able to upgrade to Nextcloud 14." : "您目前正運行 PHP 5.6 ,目前使用的 Nextcloud 將會是最後一個支援 PHP 5.6 的版本,建議您升級至 PHP 7.0 以上以使用 Nextcloud 14。",
- "Accessing site insecurely via HTTP. You are strongly adviced to set up your server to require HTTPS instead, as described in the <a href=\"{docUrl}\">security tips ↗</a>." : "正在透過不安全的 HTTP 存取站台,強烈建議您設定伺服器啟用 HTTPS ,更多資訊請查閱<a href=\"{docUrl}\">安全建議</a>。",
- "Shared" : "已分享",
- "Shared with" : "分享給",
- "Shared by" : "分享自",
- "Choose a password for the public link" : "為公開連結選一個密碼",
- "Choose a password for the public link or press the \"Enter\" key" : "為公開連結選一個密碼或是按下 Enter 鍵",
- "Copied!" : "已複製!",
- "Copy link" : "複製連結",
- "Not supported!" : "不支援!",
- "Press ⌘-C to copy." : "按下 ⌘-C 來複製",
- "Press Ctrl-C to copy." : "按下 Ctrl-C 來複製",
- "Unable to create a link share" : "無法建立分享連結",
- "Unable to toggle this option" : "無法調整這個選項",
- "Resharing is not allowed" : "不允許重新分享",
- "Link" : "連結",
- "Hide download" : "隱藏下載",
- "Password protection enforced" : "已啟用密碼防護",
- "Password protect" : "密碼防護",
- "Allow editing" : "允許編輯",
- "Email link to person" : "傳送連結(電子郵件)",
- "Send" : "寄出",
- "Allow upload and editing" : "允許上傳及編輯",
- "Read only" : "唯讀",
- "File drop (upload only)" : "檔案投遞箱(僅限上傳)",
- "Expiration date enforced" : "已設定到期日",
- "Set expiration date" : "指定到期日",
- "Expiration" : "過期",
- "Expiration date" : "到期日",
- "Note to recipient" : "給收件人的訊息",
- "Unshare" : "取消分享",
- "Delete share link" : "刪除分享連結",
- "Add another link" : "加入另一個連結",
- "Password protection for links is mandatory" : "連結分享必須設定密碼保護",
- "Share to {name}" : "分享給 {name}",
- "Share link" : "分享連結",
- "New share link" : "建立新分享連結",
- "Created on {time}" : "建立於 {time}",
- "Password protect by Talk" : "密碼受 Talk 保護",
- "Could not unshare" : "無法取消分享",
- "Shared with you and the group {group} by {owner}" : "由 {owner} 分享給您和 {group}",
- "Shared with you and {circle} by {owner}" : "{owner} 分享給您和 {circle}",
- "Shared with you and the conversation {conversation} by {owner}" : "{owner} 分享給您和 {conversation} 對話",
- "Shared with you in a conversation by {owner}" : "{owner} 在對話中分享給您",
- "Shared with you by {owner}" : "{owner} 已經和您分享",
- "Choose a password for the mail share" : "為郵件分享選一個密碼",
- "group" : "群組",
- "remote" : "遠端",
- "remote group" : "遠端群組",
- "email" : "電子郵件",
- "conversation" : "交談",
- "shared by {sharer}" : "由 {sharer} 分享",
- "Can reshare" : "允許再次分享",
- "Can edit" : "允許編輯",
- "Can create" : "新增",
- "Can change" : "允許變更",
- "Can delete" : "允許刪除",
- "Access control" : "存取控制",
- "{shareInitiatorDisplayName} shared via link" : "{shareInitiatorDisplayName} 分享了連結",
- "Error while sharing" : "分享時發生錯誤",
- "Share details could not be loaded for this item." : "無法載入分享細節",
- "Search globally" : "全域搜尋",
- "_At least {count} character is needed for autocompletion_::_At least {count} characters are needed for autocompletion_" : ["至少需要 {count} 個字才能自動完成"],
- "This list is maybe truncated - please refine your search term to see more results." : "這個列表可能不完全 - 請使用更好的關鍵字以找到更多結果",
- "No users or groups found for {search}" : "沒有群組或使用者符合 {search}",
- "No users found for {search}" : "沒有使用者符合 {search}",
- "An error occurred (\"{message}\"). Please try again" : "發生錯誤({message}),請再試一次",
- "An error occurred. Please try again" : "發生錯誤,請再試一次",
- "Home" : "家庭",
- "Work" : "工作",
- "Other" : "其他",
- "{sharee} (remote group)" : "{sharee} (遠端群組)",
- "{sharee} ({type}, {owner})" : "{sharee} ({type}, {owner})",
- "Share" : "分享",
- "Name or email address..." : "姓名或電子郵件地址",
- "Name or federated cloud ID..." : "姓名 或 聯邦雲 ID ...",
- "Name, federated cloud ID or email address..." : "姓名、聯邦雲 ID 或 電子郵件地址",
- "Name..." : "姓名…",
- "Error removing share" : "移除分享時發生錯誤",
- "({scope})" : "({scope})",
- "Saving..." : "儲存中...",
- "Dismiss" : "知道了",
- "Your client should now be connected! You can close this window." : "您的客戶端應該已經完成連結,您可以關閉這個視窗",
- "New Password" : "新密碼",
- "Cancel log in" : "取消登入"
+ "Checking whether the database schema can be updated (this can take a long time depending on the database size)" : "正在檢查是否有可更新的資料庫格式(若資料庫較大,可能需要一段時間)",
+ "Checked database schema update" : "已檢查資料庫格式更新",
+ "Checking updates of apps" : "正在檢查應用程式更新",
+ "Checking for update of app \"%s\" in appstore" : "正在檢查 %s 的更新",
+ "Update app \"%s\" from appstore" : "更新 %s",
+ "Checked for update of app \"%s\" in appstore" : "正在檢查 %s 的更新",
+ "Checked database schema update for apps" : "已檢查應用程式資料庫格式更新",
+ "Following apps have been disabled: %s" : "以下應用程式已經被停用:%s",
+ "Your web server is not properly set up to resolve \"{url}\". Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "您的網頁伺服器設定不正確,因此無法解析「{url}」,請至<a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">說明文件</a>瞭解更多資訊。",
+ "Your web server is not properly set up to resolve \"{url}\". This is most likely related to a web server configuration that was not updated to deliver this folder directly. Please compare your configuration against the shipped rewrite rules in \".htaccess\" for Apache or the provided one in the documentation for Nginx at it's <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation page</a>. On Nginx those are typically the lines starting with \"location ~\" that need an update." : "您的伺服器並未正確的設定解析「{url}」。這可能與伺服器的設定未更新為直接傳送此資料夾有關。請檢查 Apache 的 \".htaccess\" 檔案,或在 <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Nginx 說明文件</a>中查閱重寫規則。在 Nginx 環境中,通常是在由 \"location ~\" 開始的那行需要做調整。",
+ "Your web server is not properly set up to deliver .woff2 files. This is typically an issue with the Nginx configuration. For Nextcloud 15 it needs an adjustement to also deliver .woff2 files. Compare your Nginx configuration to the recommended configuration in our <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "您的伺服器並未正確的設定,因此無法傳遞 .woff2 的檔案。這通常是因為 Nginx 的設定問題所導致。在 Nextcloud 15 中,需要一些調整才能一並傳遞 .woff2 的檔案。請檢查您的 Nginx 設定,和 Nextcloud <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">說明文件</a>中提到的建議設定。",
+ "Please check the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">installation documentation ↗</a> for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "請參考<a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">安裝文件 ↗</a>中 PHP 設定的註記,並檢查您伺服器上的 PHP 設定,特別是如果您是使用 php-fpm 的情況下。",
+ "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems. See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation ↗</a> for more information." : "事務型文件鎖定的功能已經取消,這可能會造成競態條件,請在 config.php 中啟用 \"filelocking.enabled\" 以避免出現這樣的問題,請參考<a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">說明文件 ↗</a> 來了解更多的資訊。",
+ "Last background job execution ran {relativeTime}. Something seems wrong." : "上次背景工作是於 {relativeTime} 前執行,似乎很久沒有執行了,有點問題",
+ "Check the background job settings" : "請檢查背景工作的設定",
+ "No memory cache has been configured. To enhance performance, please configure a memcache, if available. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "您沒有設定記憶體快取,如果可以,請設定 memcache 來提升效能。更多資訊請查閱<a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">說明文件</a>",
+ "No suitable source for randomness found by PHP which is highly discouraged for security reasons. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "PHP 無法取得合適的亂數產生源。為了安全性考量,不建議如此做。更多資訊參考<a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">說明文件</a>。",
+ "You are currently running PHP {version}. Upgrade your PHP version to take advantage of <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">performance and security updates provided by the PHP Group</a> as soon as your distribution supports it." : "您目前正執行 PHP {version} ,我們建議您升級 PHP 到您的散佈版所支援的最新版本,以取得 <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">PHP 開發團隊提供的效能與安全性更新</a>。",
+ "The reverse proxy header configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If not, this is a security issue and can allow an attacker to spoof their IP address as visible to the Nextcloud. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "偵測到您的反向代理標頭設定不正確,但也有可能是因為您目前正透過信任的代理伺服器存取 Nextcloud。若您目前不是透過信任的代理伺服器存取 Nextcloud,這就是一個安全性問題,允許攻擊者對 Nextcloud 假冒 IP 位址。更多資訊請查閱<a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">說明文件</a>。",
+ "Memcached is configured as distributed cache, but the wrong PHP module \"memcache\" is installed. \\OC\\Memcache\\Memcached only supports \"memcached\" and not \"memcache\". See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">memcached wiki about both modules</a>." : "您已經設定 Memcached 為分散式快取,但是您安裝了錯誤的 PHP 模組 \"memcache\" , Nextcloud 的 \\OC\\Memcache\\Memcached 元件不支援 \"memcache\" 模組,僅支援 \"memcached\" 模組。若想要更加瞭解這兩個模組,請閱讀 <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">memcached wiki</a>。",
+ "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">List of invalid files…</a> / <a href=\"{rescanEndpoint}\">Rescan…</a>)" : "有些檔案並未通過完整性檢查。可參閱詳細資訊,如我們的<a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">說明文件</a>(<a href=\"{codeIntegrityDownloadEndpoint}\">無效檔案列表……</a>/<a href=\"{rescanEndpoint}\">重新檢查……</a>)以解決這些問題。",
+ "The PHP OPcache module is not loaded. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance it is recommended</a> to load it into your PHP installation." : "PHP 的 OPcache 模組並未被載入。<a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">為了提供更好的效能</a>,建議將此 PHP 模組載入。",
+ "The PHP OPcache is not properly configured. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance it is recommended</a> to use the following settings in the <code>php.ini</code>:" : "PHP 的 OPcache 功能並未被妥善設定。<a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">為了有更好的效能表現</a>,我們建議在 <code>php.ini</code> 設定檔中使用以下設定:",
+ "Some columns in the database are missing a conversion to big int. Due to the fact that changing column types on big tables could take some time they were not changed automatically. By running 'occ db:convert-filecache-bigint' those pending changes could be applied manually. This operation needs to be made while the instance is offline. For further details read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "資料庫的有些欄位缺少 big int 格式轉換。因為攔位格式轉換需要一些時間,所以沒有自動轉換。你可以執行 \"occ db:convert-filecache-bigin\" 手動完成轉換,轉換時 Nextcloud 服務必須處於離線狀態。詳情請參閱<a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">關於這個文件頁面</a>。",
+ "To migrate to another database use the command line tool: 'occ db:convert-type', or see the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation ↗</a>." : "若要遷移至另一個資料庫,請使用命令列工具:\"occ db:convert-type\",或是查閱<a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">說明文件 ↗</a>。",
+ "Use of the the built in php mailer is no longer supported. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Please update your email server settings ↗<a/>." : "我們將不再支援使用 PHP mailer 發送電子郵件。<a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">請更新您電子郵件伺服器的相關設定<a/>。",
+ "MySQL is used as database but does not support 4-byte characters. To be able to handle 4-byte characters (like emojis) without issues in filenames or comments for example it is recommended to enable the 4-byte support in MySQL. For further details read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "您的 MySQL 資料庫並不支援 4-byte 的字元。為了能處理檔案名稱中,或是註記中的 4-byte 的字元(如表情符號等)。建議您啟用 MySQL 中支援 4-byte 的字元的功能。詳情請見<a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">此文件中關於此項目的說明</a>。",
+ "You are accessing your instance over a secure connection, however your instance is generating insecure URLs. This most likely means that you are behind a reverse proxy and the overwrite config variables are not set correctly. Please read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "你經由安全的連線存取系統,但系統卻生成了不安全的 URL。這很有可能是因為你使用了反向代理伺服器,但反向代理伺服器的改寫規則並未正常工作,請閱讀<a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">文件</a>以修復這個問題。",
+ "The \"{header}\" HTTP header is not set to \"{val1}\", \"{val2}\", \"{val3}\", \"{val4}\" or \"{val5}\". This can leak referer information. See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{link}\">W3C Recommendation ↗</a>." : "目前 HTTP 的 \"{header}\" 標頭設定並不是 \"{val1}\", \"{val2}\", \"{val3}\", \"{val4}\" 或 \"{val5}\",這將會洩漏一些訊息。<a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{link}\">請參考 W3C建議文件</a>。",
+ "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the <a href=\"{docUrl}\" rel=\"noreferrer noopener\">security tips ↗</a>." : "HTTP \"Strict-Transport-Security\" 標頭並未被設定持續至少{seconds}秒。為了提高安全性,我們在<a href=\"{docUrl}\" rel=\"noreferrer\">安全建議</a>中有詳述並建議啟用 HSTS。",
+ "Accessing site insecurely via HTTP. You are strongly advised to set up your server to require HTTPS instead, as described in the <a href=\"{docUrl}\">security tips ↗</a>." : "您正在透過不安全的 HTTP 存取網站,強烈建議您設定您的伺服器啟用 HTTPS,更多資訊請查閱<a href=\"{docUrl}\">安全建議</a>。",
+ "Continue to Nextcloud" : "繼續前往 Nextcloud",
+ "_The update was successful. Redirecting you to Nextcloud in %n second._::_The update was successful. Redirecting you to Nextcloud in %n seconds._" : ["更新成功,將在 %n 秒後重導向至 Nextcloud"],
+ "Searching other places" : "搜尋其他位置",
+ "No search results in other folders for {tag}{filter}{endtag}" : "{tag}{filter}{endtag} 在其他資料夾中沒有相符的結果",
+ "_{count} search result in another folder_::_{count} search results in other folders_" : ["在其他資料夾中有 {count} 筆結果"],
+ "A password reset message has been sent to the e-mail address of this account. If you do not receive it, check your spam/junk folders or ask your local administrator for help." : "重設密碼資訊已寄至您的電子郵件。若您並未收到該信件,請確認您垃圾信箱,或請求管理員協助。",
+ "Password can not be changed. Please contact your administrator." : "無法重設密碼,請聯絡管理員。",
+ "Could not fetch list of apps from the app store." : "無法從應用程式商店抓取應用程式清單",
+ "Nextcloud {app}" : "Nextcloud {app}",
+ "Can't install this app because it is not compatible" : "應用程式無法安裝,因為不相容",
+ "Can't install this app" : "無法安裝這個應用程式",
+ "These apps will be updated:" : "將會更新這些應用程式",
+ "For more details see the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "要取得進一步的資訊,請見<a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">說明文件</a>。"
},"pluralForm" :"nplurals=1; plural=0;"
} \ No newline at end of file
diff --git a/core/register_command.php b/core/register_command.php
index efa3146c492..526707b004d 100644
--- a/core/register_command.php
+++ b/core/register_command.php
@@ -1,4 +1,7 @@
<?php
+
+declare(strict_types=1);
+
/**
* @copyright Copyright (c) 2016, ownCloud, Inc.
*
@@ -6,10 +9,13 @@
* @author Björn Schießle <bjoern@schiessle.org>
* @author Christian Kampka <christian@kampka.net>
* @author Christoph Wurst <christoph@winzerhof-wurst.at>
+ * @author Daniel Calviño Sánchez <danxuliu@gmail.com>
* @author Daniel Kesselberg <mail@danielkesselberg.de>
* @author Denis Mosolov <denismosolov@gmail.com>
* @author Joas Schilling <coding@schilljs.com>
- * @author John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
+ * @author Johannes Leuker <j.leuker@hosting.de>
+ * @author Johannes Riedel <joeried@users.noreply.github.com>
+ * @author John Molakvoæ <skjnldsv@protonmail.com>
* @author Jörn Friedrich Dreyer <jfd@butonic.de>
* @author Julius Härtl <jus@bitgrid.net>
* @author Lukas Reschke <lukas@statuscode.ch>
@@ -20,11 +26,12 @@
* @author Robin McCorkell <robin@mccorkell.me.uk>
* @author Roeland Jago Douma <roeland@famdouma.nl>
* @author Ruben Homs <ruben@homs.codes>
+ * @author Sean Molenaar <sean@seanmolenaar.eu>
* @author sualko <klaus@jsxc.org>
* @author Thomas Müller <thomas.mueller@tmit.eu>
* @author Thomas Pulzer <t.pulzer@kniel.de>
* @author Victor Dubiniuk <dubiniuk@owncloud.com>
- * @author Vincent Petry <pvince81@owncloud.com>
+ * @author Vincent Petry <vincent@nextcloud.com>
*
* @license AGPL-3.0
*
@@ -41,8 +48,8 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>
*
*/
+use Psr\Log\LoggerInterface;
-/** @var $application Symfony\Component\Console\Application */
$application->add(new \Stecman\Component\Symfony\Console\BashCompletion\CompletionCommand());
$application->add(new OC\Core\Command\Status);
$application->add(new OC\Core\Command\Check(\OC::$server->getSystemConfig()));
@@ -97,13 +104,17 @@ if (\OC::$server->getConfig()->getSystemValue('installed', false)) {
$application->add(new OC\Core\Command\Db\ConvertType(\OC::$server->getConfig(), new \OC\DB\ConnectionFactory(\OC::$server->getSystemConfig())));
$application->add(new OC\Core\Command\Db\ConvertMysqlToMB4(\OC::$server->getConfig(), \OC::$server->getDatabaseConnection(), \OC::$server->getURLGenerator(), \OC::$server->getLogger()));
- $application->add(new OC\Core\Command\Db\ConvertFilecacheBigInt(\OC::$server->getDatabaseConnection()));
- $application->add(new OC\Core\Command\Db\AddMissingIndices(\OC::$server->getDatabaseConnection(), \OC::$server->getEventDispatcher()));
- $application->add(new OC\Core\Command\Db\Migrations\StatusCommand(\OC::$server->getDatabaseConnection()));
- $application->add(new OC\Core\Command\Db\Migrations\MigrateCommand(\OC::$server->getDatabaseConnection()));
- $application->add(new OC\Core\Command\Db\Migrations\GenerateCommand(\OC::$server->getDatabaseConnection(), \OC::$server->getAppManager()));
- $application->add(new OC\Core\Command\Db\Migrations\GenerateFromSchemaFileCommand(\OC::$server->getConfig(), \OC::$server->getAppManager(), \OC::$server->getDatabaseConnection()));
- $application->add(new OC\Core\Command\Db\Migrations\ExecuteCommand(\OC::$server->getDatabaseConnection(), \OC::$server->getAppManager(), \OC::$server->getConfig()));
+ $application->add(new OC\Core\Command\Db\ConvertFilecacheBigInt(\OC::$server->get(\OC\DB\Connection::class)));
+ $application->add(new OC\Core\Command\Db\AddMissingIndices(\OC::$server->get(\OC\DB\Connection::class), \OC::$server->getEventDispatcher()));
+ $application->add(new OC\Core\Command\Db\AddMissingColumns(\OC::$server->get(\OC\DB\Connection::class), \OC::$server->getEventDispatcher()));
+ $application->add(new OC\Core\Command\Db\AddMissingPrimaryKeys(\OC::$server->get(\OC\DB\Connection::class), \OC::$server->getEventDispatcher()));
+
+ if (\OC::$server->getConfig()->getSystemValueBool('debug', false)) {
+ $application->add(new OC\Core\Command\Db\Migrations\StatusCommand(\OC::$server->get(\OC\DB\Connection::class)));
+ $application->add(new OC\Core\Command\Db\Migrations\MigrateCommand(\OC::$server->get(\OC\DB\Connection::class)));
+ $application->add(new OC\Core\Command\Db\Migrations\GenerateCommand(\OC::$server->get(\OC\DB\Connection::class), \OC::$server->getAppManager()));
+ $application->add(new OC\Core\Command\Db\Migrations\ExecuteCommand(\OC::$server->get(\OC\DB\Connection::class), \OC::$server->getConfig()));
+ }
$application->add(new OC\Core\Command\Encryption\Disable(\OC::$server->getConfig()));
$application->add(new OC\Core\Command\Encryption\Enable(\OC::$server->getConfig(), \OC::$server->getEncryptionManager()));
@@ -138,6 +149,14 @@ if (\OC::$server->getConfig()->getSystemValue('installed', false)) {
)
);
$application->add(new OC\Core\Command\Encryption\ShowKeyStorageRoot($util));
+ $application->add(new OC\Core\Command\Encryption\MigrateKeyStorage(
+ $view,
+ \OC::$server->getUserManager(),
+ \OC::$server->getConfig(),
+ $util,
+ \OC::$server->getCrypto()
+ )
+ );
$application->add(new OC\Core\Command\Maintenance\DataFingerprint(\OC::$server->getConfig(), new \OC\AppFramework\Utility\TimeFactory()));
$application->add(new OC\Core\Command\Maintenance\Mimetype\UpdateDB(\OC::$server->getMimeTypeDetector(), \OC::$server->getMimeTypeLoader()));
@@ -146,34 +165,45 @@ if (\OC::$server->getConfig()->getSystemValue('installed', false)) {
$application->add(new OC\Core\Command\Maintenance\UpdateHtaccess());
$application->add(new OC\Core\Command\Maintenance\UpdateTheme(\OC::$server->getMimeTypeDetector(), \OC::$server->getMemCacheFactory()));
- $application->add(new OC\Core\Command\Upgrade(\OC::$server->getConfig(), \OC::$server->getLogger(), \OC::$server->query(\OC\Installer::class)));
+ $application->add(new OC\Core\Command\Upgrade(\OC::$server->getConfig(), \OC::$server->get(LoggerInterface::class), \OC::$server->query(\OC\Installer::class)));
$application->add(new OC\Core\Command\Maintenance\Repair(
- new \OC\Repair([], \OC::$server->getEventDispatcher()),
+ new \OC\Repair([], \OC::$server->getEventDispatcher(), \OC::$server->get(LoggerInterface::class)),
\OC::$server->getConfig(),
\OC::$server->getEventDispatcher(),
\OC::$server->getAppManager()
));
+ $application->add(\OC::$server->query(\OC\Core\Command\Preview\Repair::class));
+ $application->add(\OC::$server->query(\OC\Core\Command\Preview\ResetRenderedTexts::class));
+
$application->add(new OC\Core\Command\User\Add(\OC::$server->getUserManager(), \OC::$server->getGroupManager()));
$application->add(new OC\Core\Command\User\Delete(\OC::$server->getUserManager()));
$application->add(new OC\Core\Command\User\Disable(\OC::$server->getUserManager()));
$application->add(new OC\Core\Command\User\Enable(\OC::$server->getUserManager()));
$application->add(new OC\Core\Command\User\LastSeen(\OC::$server->getUserManager()));
- $application->add(new OC\Core\Command\User\Report(\OC::$server->getUserManager()));
+ $application->add(\OC::$server->get(\OC\Core\Command\User\Report::class));
$application->add(new OC\Core\Command\User\ResetPassword(\OC::$server->getUserManager()));
$application->add(new OC\Core\Command\User\Setting(\OC::$server->getUserManager(), \OC::$server->getConfig(), \OC::$server->getDatabaseConnection()));
$application->add(new OC\Core\Command\User\ListCommand(\OC::$server->getUserManager(), \OC::$server->getGroupManager()));
$application->add(new OC\Core\Command\User\Info(\OC::$server->getUserManager(), \OC::$server->getGroupManager()));
+ $application->add(new OC\Core\Command\User\AddAppPassword(\OC::$server->get(\OCP\IUserManager::class), \OC::$server->get(\OC\Authentication\Token\IProvider::class), \OC::$server->get(\OCP\Security\ISecureRandom::class), \OC::$server->get(\OCP\Security\ICrypto::class)));
$application->add(new OC\Core\Command\Group\Add(\OC::$server->getGroupManager()));
$application->add(new OC\Core\Command\Group\Delete(\OC::$server->getGroupManager()));
$application->add(new OC\Core\Command\Group\ListCommand(\OC::$server->getGroupManager()));
$application->add(new OC\Core\Command\Group\AddUser(\OC::$server->getUserManager(), \OC::$server->getGroupManager()));
$application->add(new OC\Core\Command\Group\RemoveUser(\OC::$server->getUserManager(), \OC::$server->getGroupManager()));
+ $application->add(new OC\Core\Command\Group\Info(\OC::$server->get(\OCP\IGroupManager::class)));
+
+ $application->add(new OC\Core\Command\SystemTag\ListCommand(\OC::$server->get(\OCP\SystemTag\ISystemTagManager::class)));
+ $application->add(new OC\Core\Command\SystemTag\Delete(\OC::$server->get(\OCP\SystemTag\ISystemTagManager::class)));
+ $application->add(new OC\Core\Command\SystemTag\Add(\OC::$server->get(\OCP\SystemTag\ISystemTagManager::class)));
+ $application->add(new OC\Core\Command\SystemTag\Edit(\OC::$server->get(\OCP\SystemTag\ISystemTagManager::class)));
- $application->add(new OC\Core\Command\Security\ListCertificates(\OC::$server->getCertificateManager(null), \OC::$server->getL10N('core')));
- $application->add(new OC\Core\Command\Security\ImportCertificate(\OC::$server->getCertificateManager(null)));
- $application->add(new OC\Core\Command\Security\RemoveCertificate(\OC::$server->getCertificateManager(null)));
+ $application->add(new OC\Core\Command\Security\ListCertificates(\OC::$server->getCertificateManager(), \OC::$server->getL10N('core')));
+ $application->add(new OC\Core\Command\Security\ImportCertificate(\OC::$server->getCertificateManager()));
+ $application->add(new OC\Core\Command\Security\RemoveCertificate(\OC::$server->getCertificateManager()));
+ $application->add(new OC\Core\Command\Security\ResetBruteforceAttempts(\OC::$server->getBruteForceThrottler()));
} else {
- $application->add(new OC\Core\Command\Maintenance\Install(\OC::$server->getSystemConfig()));
+ $application->add(\OC::$server->get(\OC\Core\Command\Maintenance\Install::class));
}
diff --git a/core/routes.php b/core/routes.php
index 5fb13bc298a..0625690b2d2 100644
--- a/core/routes.php
+++ b/core/routes.php
@@ -1,4 +1,7 @@
<?php
+
+declare(strict_types=1);
+
/**
* @copyright Copyright (c) 2016, ownCloud, Inc.
*
@@ -7,11 +10,10 @@
* @author Christoph Wurst <christoph@winzerhof-wurst.at>
* @author Georg Ehrke <oc.list@georgehrke.com>
* @author Joas Schilling <coding@schilljs.com>
- * @author John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
+ * @author John Molakvoæ <skjnldsv@protonmail.com>
* @author Julius Härtl <jus@bitgrid.net>
* @author Lukas Reschke <lukas@statuscode.ch>
* @author Michael Weimann <mail@michael-weimann.eu>
- * @author Morris Jobke <hey@morrisjobke.de>
* @author Roeland Jago Douma <roeland@famdouma.nl>
* @author Thomas Müller <thomas.mueller@tmit.eu>
* @author Victor Dubiniuk <dubiniuk@owncloud.com>
@@ -31,7 +33,6 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>
*
*/
-
use OC\Core\Application;
/** @var Application $application */
@@ -86,17 +87,12 @@ $application->registerRoutes($this, [
['name' => 'Wipe#checkWipe', 'url' => '/core/wipe/check', 'verb' => 'POST'],
['name' => 'Wipe#wipeDone', 'url' => '/core/wipe/success', 'verb' => 'POST'],
- // Legacy routes that need to be globally available while they are handled by an app
- ['name' => 'viewcontroller#showFile', 'url' => '/f/{fileid}', 'verb' => 'GET', 'app' => 'files'],
- ['name' => 'sharecontroller#showShare', 'url' => '/s/{token}', 'verb' => 'GET', 'app' => 'files_sharing'],
- ['name' => 'sharecontroller#showAuthenticate', 'url' => '/s/{token}/authenticate/{redirect}', 'verb' => 'GET', 'app' => 'files_sharing'],
- ['name' => 'sharecontroller#authenticate', 'url' => '/s/{token}/authenticate/{redirect}', 'verb' => 'POST', 'app' => 'files_sharing'],
- ['name' => 'sharecontroller#downloadShare', 'url' => '/s/{token}/download', 'verb' => 'GET', 'app' => 'files_sharing'],
- ['name' => 'publicpreview#directLink', 'url' => '/s/{token}/preview', 'verb' => 'GET', 'app' => 'files_sharing'],
- ['name' => 'requesthandlercontroller#addShare', 'url' => '/ocm/shares', 'verb' => 'POST', 'app' => 'cloud_federation_api'],
- ['name' => 'requesthandlercontroller#receiveNotification', 'url' => '/ocm/notifications', 'verb' => 'POST', 'app' => 'cloud_federation_api'],
- ['name' => 'pagecontroller#showCall', 'url' => '/call/{token}', 'verb' => 'GET', 'app' => 'spreed'],
- ['name' => 'pagecontroller#authenticatePassword', 'url' => '/call/{token}', 'verb' => 'POST', 'app' => 'spreed'],
+ // Logins for passwordless auth
+ ['name' => 'WebAuthn#startAuthentication', 'url' => 'login/webauthn/start', 'verb' => 'POST'],
+ ['name' => 'WebAuthn#finishAuthentication', 'url' => 'login/webauthn/finish', 'verb' => 'POST'],
+
+ // Well known requests https://tools.ietf.org/html/rfc5785
+ ['name' => 'WellKnown#handle', 'url' => '.well-known/{service}'],
],
'ocs' => [
['root' => '/cloud', 'name' => 'OCS#getCapabilities', 'url' => '/capabilities', 'verb' => 'GET'],
@@ -119,7 +115,11 @@ $application->registerRoutes($this, [
['root' => '/collaboration', 'name' => 'CollaborationResources#removeResource', 'url' => '/resources/collections/{collectionId}', 'verb' => 'DELETE'],
['root' => '/collaboration', 'name' => 'CollaborationResources#getCollectionsByResource', 'url' => '/resources/{resourceType}/{resourceId}', 'verb' => 'GET'],
- ['root' => '/collaboration', 'name' => 'CollaborationResources#createCollectionOnResource', 'url' => '/resources/{baseResourceType}/{baseResourceId}', 'verb' => 'POST']
+ ['root' => '/collaboration', 'name' => 'CollaborationResources#createCollectionOnResource', 'url' => '/resources/{baseResourceType}/{baseResourceId}', 'verb' => 'POST'],
+
+ // Unified search
+ ['root' => '/search', 'name' => 'UnifiedSearch#getProviders', 'url' => '/providers', 'verb' => 'GET'],
+ ['root' => '/search', 'name' => 'UnifiedSearch#search', 'url' => '/providers/{providerId}/search', 'verb' => 'GET'],
],
]);
diff --git a/core/search/css/results.scss b/core/search/css/results.scss
deleted file mode 100644
index 2f31ec7cd9b..00000000000
--- a/core/search/css/results.scss
+++ /dev/null
@@ -1,103 +0,0 @@
-/*
- * @copyright Copyright (c) 2018 Jan-Christoph Borchardt <hey@jancborchardt.net>
- *
- * @author John Molakvoæ <skjnldsv@protonmail.com>
- * @author Jan-Christoph Borchardt <hey@jancborchardt.net>
- *
- * @license GNU AGPL version 3 or any later version
- *
- * This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License as
- * published by the Free Software Foundation, either version 3 of the
- * License, or (at your option) any later version.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU Affero General Public License for more details.
- *
- * You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see <http://www.gnu.org/licenses/>.
- *
- */
-
-#searchresults {
- overflow-x: hidden;
- text-overflow: ellipsis;
- padding-top: 51px; /* table row is 51px height */
- box-sizing: border-box;
- z-index: 75;
- /* account for margin-bottom in files list */
- margin-top: -250px;
- table {
- border-spacing: 0;
- padding-left: 41px;
- table-layout: fixed;
- top: 0;
- width: 100%;
- }
- tr {
- &.result {
- border-bottom: 1px solid var(--color-border);
- * {
- cursor: pointer;
- }
- }
- &.template {
- display: none;
- }
- &:hover,
- &.current {
- background-color: var(--color-primary-light);
- }
- td {
- padding: 5px 9px;
- font-style: normal;
- vertical-align: middle;
- border-bottom: none;
- &.icon {
- text-align: right;
- width: 40px;
- height: 40px;
- padding: 5px 0;
- background-position: right center;
- background-repeat: no-repeat;
- }
- .has-selection:not(.hidden) ~ &.icon {
- width: 50px;
- padding-left: 41px;
- background-size: 32px;
- }
- }
-
- .name,
- .text,
- .path {
- white-space: nowrap;
- overflow: hidden;
- text-overflow: ellipsis;
- }
- .text {
- white-space: normal;
- color: var(--color-primary-text);
- }
- .path {
- opacity: 0.5;
- }
- .text em {
- color: var(--color-primary-text);
- font-weight: bold;
- opacity: 1;
- }
- }
- .hidden {
- display: none;
- }
- &.filter-empty {
- /* remove whitespace on bottom when no search results, to fix layout */
- margin-top: 0 !important;
- }
- .status.summary .info {
- margin-left: 100px;
- }
-}
diff --git a/core/search/js/search.js b/core/search/js/search.js
deleted file mode 100644
index 4f5499d03c8..00000000000
--- a/core/search/js/search.js
+++ /dev/null
@@ -1,197 +0,0 @@
-/**
- * @copyright Copyright (c) 2018 John Molakvoæ <skjnldsv@protonmail.com>
- *
- * @author John Molakvoæ <skjnldsv@protonmail.com>
- *
- * @license GNU AGPL version 3 or any later version
- *
- * This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License as
- * published by the Free Software Foundation, either version 3 of the
- * License, or (at your option) any later version.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU Affero General Public License for more details.
- *
- * You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see <http://www.gnu.org/licenses/>.
- *
- */
-(function() {
- 'use strict';
-
- /**
- * @class Search
- * @memberOf OCA
- *
- * The Search class manages a search
- *
- * This is a simple method. Register a new search with your function as references.
- * The events will forward the search or reset directly
- *
- * @param {Function} searchCallback the function to run on a query search
- * @param {Function} resetCallback the function to run when the user reset the form
- */
- var Search = function(searchCallback, resetCallback) {
- this.initialize(searchCallback, resetCallback);
- };
-
- /**
- * @memberof OC
- */
- Search.prototype = {
- /**
- * Initialize the search box
- *
- * @param {Function} searchCallback the function to run on a query search
- * @param {Function} resetCallback the function to run when the user reset the form
- */
- initialize: function(searchCallback, resetCallback) {
-
- var self = this;
-
- if (typeof searchCallback !== 'function') {
- throw new Error('searchCallback must be a function');
- }
- if (typeof resetCallback !== 'function') {
- throw new Error('resetCallback must be a function');
- }
- if (!document.getElementById('searchbox')) {
- throw new Error('searchBox not available');
- }
-
- this.searchCallback = searchCallback;
- this.resetCallback = resetCallback;
- console.debug('New search handler registered');
-
- /**
- * Search
- */
- this._search = function(event) {
- event.preventDefault();
- var query = document.getElementById('searchbox').value;
- self.searchCallback(query);
- };
-
- /**
- * Reset form
- */
- this._reset = function(event) {
- event.preventDefault();
- document.getElementById('searchbox').value = '';
- self.resetCallback();
- };
-
- /**
- * Submit event handler
- */
- this._submitHandler = function(event) {
- // Avoid form submit
- event.preventDefault();
- _.debounce(self.search, 500);
- }
-
- /**
- * keyUp event handler for the escape key
- */
- this._keyUpHandler = function(event) {
- if (event.defaultPrevented) {
- return;
- }
-
- var key = event.key || event.keyCode;
- if (
- document.getElementById('searchbox') === document.activeElement &&
- document.getElementById('searchbox').value === ''
- ) {
- if (key === 'Escape' || key === 'Esc' || key === 27) {
- document.activeElement.blur(); // remove focus on searchbox
- _.debounce(self.reset, 500);
- }
- }
- }
-
- this._searchDebounced = _.debounce(self._search, 500)
-
- this._resetDebounced = _.debounce(self._reset, 500)
-
- /**
- * keyDown event handler for the ctrl+F shortcut
- */
- this._keyDownHandler = function(event) {
- if (event.defaultPrevented) {
- return;
- }
-
- var key = event.key || event.keyCode;
- if (document.getElementById('searchbox') !== document.activeElement) {
- if (
- (event.ctrlKey || event.metaKey) && // CTRL or mac CMD
- !event.shiftKey && // Not SHIFT
- (key === 'f' || key === 70) // F
- ) {
- event.preventDefault();
- document.getElementById('searchbox').focus();
- document.getElementById('searchbox').select();
- }
- }
- }
-
- // Show search
- document.getElementById('searchbox').style.display = 'block';
-
- // Register input event
- document
- .getElementById('searchbox')
- .addEventListener('input', this._searchDebounced, true);
- document
- .querySelector('form.searchbox')
- .addEventListener('submit', this._submitHandler, true);
-
- // Register reset
- document
- .querySelector('form.searchbox')
- .addEventListener('reset', this._resetDebounced, true);
-
- // Register esc key shortcut reset if focused
- document.addEventListener('keyup', this._keyUpHandler);
-
- // Register ctrl+F key shortcut to focus
- document.addEventListener('keydown', this._keyDownHandler);
- },
-
- unregister: function() {
- // Hide search
- document.getElementById('searchbox').style.display = 'none';
-
- // Reset search
- document.getElementById('searchbox').value = '';
- this.resetCallback();
-
- // Unregister input event
- document
- .getElementById('searchbox')
- .removeEventListener('input', this._searchDebounced, true);
- document
- .querySelector('form.searchbox')
- .removeEventListener('submit', this._submitHandler, true);
-
- // Unregister reset
- document
- .querySelector('form.searchbox')
- .removeEventListener('reset', this._resetDebounced, true);
-
- // Unregister esc key shortcut reset if focused
- document.removeEventListener('keyup', this._keyUpHandler);
-
- // Unregister ctrl+F key shortcut to focus
- document.removeEventListener('keydown', this._keyDownHandler);
-
- console.debug('Search handler unregistered');
- }
- };
-
- OCA.Search = Search;
-})();
diff --git a/core/search/js/searchprovider.js b/core/search/js/searchprovider.js
deleted file mode 100644
index 1ba7d63b3fe..00000000000
--- a/core/search/js/searchprovider.js
+++ /dev/null
@@ -1,455 +0,0 @@
-/*
- * @copyright Copyright (c) 2014 Jörn Friedrich Dreyer <jfd@owncloud.com>
- *
- * @author Jörn Friedrich Dreyer <jfd@owncloud.com>
- * @author John Molakvoæ <skjnldsv@protonmail.com>
- *
- * @license GNU AGPL version 3 or any later version
- *
- * This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License as
- * published by the Free Software Foundation, either version 3 of the
- * License, or (at your option) any later version.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU Affero General Public License for more details.
- *
- * You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see <http://www.gnu.org/licenses/>.
- *
- */
-(function() {
- /**
- * @class OCA.Search.Core
- * @classdesc
- *
- * The Search class manages a search queries and their results
- *
- * @param $searchBox container element with existing markup for the #searchbox form
- * @param $searchResults container element for results und status message
- */
- var Search = function($searchBox, $searchResults) {
- this.initialize($searchBox, $searchResults);
- };
- /**
- * @memberof OC
- */
- Search.prototype = {
- /**
- * Initialize the search box
- *
- * @param $searchBox container element with existing markup for the #searchbox form
- * @param $searchResults container element for results und status message
- * @private
- */
- initialize: function($searchBox, $searchResults) {
- var self = this;
-
- /**
- * contains closures that are called to filter the current content
- */
- var filters = {};
- this.setFilter = function(type, filter) {
- filters[type] = filter;
- };
- this.hasFilter = function(type) {
- return typeof filters[type] !== 'undefined';
- };
- this.getFilter = function(type) {
- return filters[type];
- };
-
- /**
- * contains closures that are called to render search results
- */
- var renderers = {};
- this.setRenderer = function(type, renderer) {
- renderers[type] = renderer;
- };
- this.hasRenderer = function(type) {
- return typeof renderers[type] !== 'undefined';
- };
- this.getRenderer = function(type) {
- return renderers[type];
- };
-
- /**
- * contains closures that are called when a search result has been clicked
- */
- var handlers = {};
- this.setHandler = function(type, handler) {
- handlers[type] = handler;
- };
- this.hasHandler = function(type) {
- return typeof handlers[type] !== 'undefined';
- };
- this.getHandler = function(type) {
- return handlers[type];
- };
-
- var currentResult = -1;
- var lastQuery = '';
- var lastInApps = [];
- var lastPage = 0;
- var lastSize = 30;
- var lastResults = [];
- var timeoutID = null;
-
- this.getLastQuery = function() {
- return lastQuery;
- };
-
- /**
- * Do a search query and display the results
- * @param {string} query the search query
- * @param inApps
- * @param page
- * @param size
- */
- this.search = function(query, inApps, page, size) {
- if (query) {
- if (typeof page !== 'number') {
- page = 1;
- }
- if (typeof size !== 'number') {
- size = 30;
- }
- if (typeof inApps !== 'object') {
- var currentApp = getCurrentApp();
- if (currentApp) {
- inApps = [currentApp];
- } else {
- inApps = [];
- }
- }
- // prevent double pages
- if (
- $searchResults &&
- query === lastQuery &&
- page === lastPage &&
- size === lastSize
- ) {
- return;
- }
- window.clearTimeout(timeoutID);
- timeoutID = window.setTimeout(function() {
- lastQuery = query;
- lastInApps = inApps;
- lastPage = page;
- lastSize = size;
-
- //show spinner
- $searchResults.removeClass('hidden');
- $status.addClass('status emptycontent');
- $status.html('<div class="icon-loading"></div><h2>' + t('core', 'Searching other places') + '</h2>');
-
- // do the actual search query
- $.getJSON(
- OC.generateUrl('core/search'),
- {
- query: query,
- inApps: inApps,
- page: page,
- size: size
- },
- function(results) {
- lastResults = results;
- if (page === 1) {
- showResults(results);
- } else {
- addResults(results);
- }
- }
- );
- }, 500);
- }
- };
-
- //TODO should be a core method, see https://github.com/owncloud/core/issues/12557
- function getCurrentApp() {
- var content = document.getElementById('content');
- if (content) {
- var classList = document.getElementById('content').className.split(/\s+/);
- for (var i = 0; i < classList.length; i++) {
- if (classList[i].indexOf('app-') === 0) {
- return classList[i].substr(4);
- }
- }
- }
- return false;
- }
-
- var $status = $searchResults.find('#status');
- // summaryAndStatusHeight is a constant
- var summaryAndStatusHeight = 118;
-
- function isStatusOffScreen() {
- return (
- $searchResults.position() &&
- $searchResults.position().top + summaryAndStatusHeight >
- window.innerHeight
- );
- }
-
- function placeStatus() {
- if (isStatusOffScreen()) {
- $status.addClass('fixed');
- } else {
- $status.removeClass('fixed');
- }
- }
-
- function showResults(results) {
- lastResults = results;
- $searchResults.find('tr.result').remove();
- $searchResults.removeClass('hidden');
- addResults(results);
- }
-
- function addResults(results) {
- var $template = $searchResults.find('tr.template');
- jQuery.each(results, function(i, result) {
- var $row = $template.clone();
- $row.removeClass('template');
- $row.addClass('result');
-
- $row.data('result', result);
-
- // generic results only have four attributes
- $row.find('td.info div.name').text(result.name);
- $row.find('td.info a').attr('href', result.link);
-
- /**
- * Give plugins the ability to customize the search results. see result.js for examples
- */
- if (self.hasRenderer(result.type)) {
- $row = self.getRenderer(result.type)($row, result);
- } else {
- // for backward compatibility add text div
- $row.find('td.info div.name').addClass('result');
- $row.find('td.result div.name').after('<div class="text"></div>');
- $row.find('td.result div.text').text(result.name);
- if (OC.search.customResults && OC.search.customResults[result.type]) {
- OC.search.customResults[result.type]($row, result);
- }
- }
- if ($row) {
- $searchResults.find('tbody').append($row);
- }
- });
-
- var count = $searchResults.find('tr.result').length;
- $status.data('count', count);
-
- if (count === 0) {
- $status.addClass('emptycontent').removeClass('status');
- $status.html('');
- $status.append($('<div>').addClass('icon-search'));
- var error = t('core', 'No search results in other folders for {tag}{filter}{endtag}', { filter: lastQuery });
- $status.append($('<h2>').html(error.replace('{tag}', '<strong>').replace('{endtag}', '</strong>')));
- } else {
- $status.removeClass('emptycontent').addClass('status summary');
- $status.text(n('core','{count} search result in another folder','{count} search results in other folders', count,{ count: count }));
- $status.html('<span class="info">' + n( 'core', '{count} search result in another folder', '{count} search results in other folders', count, { count: count } ) + '</span>');
- }
- }
-
- function renderCurrent() {
- var result = $searchResults.find('tr.result')[currentResult];
- if (result) {
- var $result = $(result);
- var currentOffset = $(window).scrollTop();
- $(window).animate(
- {
- // Scrolling to the top of the new result
- scrollTop:
- currentOffset +
- $result.offset().top -
- $result.height() * 2
- },
- {
- duration: 100
- }
- );
- $searchResults.find('tr.result.current').removeClass('current');
- $result.addClass('current');
- }
- }
- this.hideResults = function() {
- $searchResults.addClass('hidden');
- $searchResults.find('tr.result').remove();
- lastQuery = false;
- };
-
- this.clear = function() {
- self.hideResults();
- if (self.hasFilter(getCurrentApp())) {
- self.getFilter(getCurrentApp())('');
- }
- $searchBox.val('');
- $searchBox.blur();
- };
-
- /**
- * Event handler for when scrolling the list container.
- * This appends/renders the next page of entries when reaching the bottom.
- */
- function onScroll() {
- if (
- $searchResults &&
- lastQuery !== false &&
- lastResults.length > 0
- ) {
- if ($(window).scrollTop() + $(window).height() > $searchResults.height() - 300) {
- self.search(lastQuery, lastInApps, lastPage + 1);
- }
- placeStatus();
- }
- }
-
- $(window).on('scroll', _.bind(onScroll, this)); // For desktop browser
- $("body").on('scroll', _.bind(onScroll, this)); // For mobile browser
-
- /**
- * scrolls the search results to the top
- */
- function scrollToResults() {
- setTimeout(function() {
- if (isStatusOffScreen()) {
- var newScrollTop = $(window).prop('scrollHeight') - $searchResults.height();
- console.log('scrolling to ' + newScrollTop);
- $(window).animate(
- {
- scrollTop: newScrollTop
- },
- {
- duration: 100,
- complete: function() {
- scrollToResults();
- }
- }
- );
- }
- }, 150);
- }
-
- $searchBox.keyup(function(event) {
- if (event.keyCode === 13) {
- //enter
- if (currentResult > -1) {
- var result = $searchResults.find('tr.result a')[currentResult];
- window.location = $(result).attr('href');
- }
- } else if (event.keyCode === 38) {
- //up
- if (currentResult > 0) {
- currentResult--;
- renderCurrent();
- }
- } else if (event.keyCode === 40) {
- //down
- if (lastResults.length > currentResult + 1) {
- currentResult++;
- renderCurrent();
- }
- }
- });
-
- $searchResults.on('click', 'tr.result', function(event) {
- var $row = $(this);
- var item = $row.data('result');
- if (self.hasHandler(item.type)) {
- var result = self.getHandler(item.type)($row, item, event);
- $searchBox.val('');
- if (self.hasFilter(getCurrentApp())) {
- self.getFilter(getCurrentApp())('');
- }
- self.hideResults();
- return result;
- }
- });
- $searchResults.on('click', '#status', function(event) {
- event.preventDefault();
- scrollToResults();
- return false;
- });
- placeStatus();
-
- OC.Plugins.attach('OCA.Search.Core', this);
-
- // Finally use default Search registration
- return new OCA.Search(
- // Search handler
- function(query) {
- if (lastQuery !== query) {
- currentResult = -1;
- if (query.length > 2) {
- self.search(query);
- } else {
- self.hideResults();
- }
- if (self.hasFilter(getCurrentApp())) {
- self.getFilter(getCurrentApp())(query);
- }
- }
- },
- // Reset handler
- function() {
- if ($searchBox.val() === '') {
- if (self.hasFilter(getCurrentApp())) {
- self.getFilter(getCurrentApp())('');
- }
- self.hideResults();
- }
- }
- );
- }
- };
- OCA.Search.Core = Search;
-})();
-
-$(document).ready(function() {
- var $searchResults = $('#searchresults');
- var $searchBox = $('#searchbox');
- if ($searchResults.length > 0 && $searchBox.length > 0) {
- $searchResults.addClass('hidden');
- $searchResults.html('<table>\n' +
- '\t<tbody>\n' +
- '\t\t<tr class="template">\n' +
- '\t\t\t<td class="icon"></td>\n' +
- '\t\t\t<td class="info">\n' +
- '\t\t\t\t<a class="link">\n' +
- '\t\t\t\t\t<div class="name"></div>\n' +
- '\t\t\t\t</a>\n' +
- '\t\t\t</td>\n' +
- '\t\t</tr>\n' +
- '\t</tbody>\n' +
- '</table>\n' +
- '<div id="status"><span></span></div>');
- OC.Search = new OCA.Search.Core(
- $searchBox,
- $searchResults
- );
- } else {
- // check again later
- _.defer(function() {
- if ($searchResults.length > 0 && $searchBox.length > 0) {
- OC.Search = new OCA.Search.Core(
- $searchBox,
- $searchResults
- );
- }
- });
- }
-});
-
-/**
- * @deprecated use get/setRenderer() instead
- */
-OC.search.customResults = {};
-/**
- * @deprecated use get/setRenderer() instead
- */
-OC.search.resultTypes = {};
diff --git a/core/shipped.json b/core/shipped.json
index b700b3fab37..14ee28a71d0 100644
--- a/core/shipped.json
+++ b/core/shipped.json
@@ -3,9 +3,11 @@
"accessibility",
"activity",
"admin_audit",
+ "circles",
"cloud_federation_api",
"comments",
"contactsinteraction",
+ "dashboard",
"dav",
"encryption",
"federatedfilesharing",
@@ -40,7 +42,9 @@
"twofactor_backupcodes",
"updatenotification",
"user_ldap",
+ "user_status",
"viewer",
+ "weather_status",
"workflowengine"
],
"alwaysEnabled": [
diff --git a/core/src/OC/admin.js b/core/src/OC/admin.js
index 008016645d9..bb947573490 100644
--- a/core/src/OC/admin.js
+++ b/core/src/OC/admin.js
@@ -1,7 +1,8 @@
-/*
+/**
* @copyright 2019 Christoph Wurst <christoph@winzerhof-wurst.at>
*
- * @author 2019 Christoph Wurst <christoph@winzerhof-wurst.at>
+ * @author Christoph Wurst <christoph@winzerhof-wurst.at>
+ * @author John Molakvoæ <skjnldsv@protonmail.com>
*
* @license GNU AGPL version 3 or any later version
*
@@ -16,7 +17,8 @@
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ *
*/
const isAdmin = !!window._oc_isadmin
diff --git a/core/src/OC/appconfig.js b/core/src/OC/appconfig.js
index 37fc3ca420d..cf70d7b1262 100644
--- a/core/src/OC/appconfig.js
+++ b/core/src/OC/appconfig.js
@@ -1,7 +1,13 @@
-/* eslint-disable */
/**
* @copyright Copyright (c) 2016 Joas Schilling <coding@schilljs.com>
*
+ * @author Christoph Wurst <christoph@winzerhof-wurst.at>
+ * @author Joas Schilling <coding@schilljs.com>
+ * @author John Molakvoæ <skjnldsv@protonmail.com>
+ * @author Jörn Friedrich Dreyer <jfd@butonic.de>
+ * @author Robin Appelman <robin@icewind.nl>
+ * @author Vincent Petry <vincent@nextcloud.com>
+ *
* @license GNU AGPL version 3 or any later version
*
* This program is free software: you can redistribute it and/or modify
@@ -15,10 +21,11 @@
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*
*/
+/* eslint-disable */
import { getValue, setValue, getApps, getKeys, deleteKey } from '../OCP/appconfig'
export const appConfig = window.oc_appconfig || {}
diff --git a/core/src/OC/apps.js b/core/src/OC/apps.js
index f55a5d03dcc..d504a99eaac 100644
--- a/core/src/OC/apps.js
+++ b/core/src/OC/apps.js
@@ -1,11 +1,24 @@
/**
- * ownCloud - core
+ * @copyright Bernhard Posselt 2014
*
- * This file is licensed under the Affero General Public License version 3 or
- * later. See the COPYING file.
+ * @author Christoph Wurst <christoph@winzerhof-wurst.at>
+ * @author John Molakvoæ <skjnldsv@protonmail.com>
+ *
+ * @license GNU AGPL version 3 or any later version
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Affero General Public License as
+ * published by the Free Software Foundation, either version 3 of the
+ * License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Affero General Public License for more details.
+ *
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*
- * @author Bernhard Posselt <dev@bernhard-posselt.com>
- * @copyright Bernhard Posselt 2014
*/
import $ from 'jquery'
@@ -13,7 +26,7 @@ import $ from 'jquery'
let dynamicSlideToggleEnabled = false
const Apps = {
- enableDynamicSlideToggle: function() {
+ enableDynamicSlideToggle() {
dynamicSlideToggleEnabled = true
},
}
diff --git a/core/src/OC/appsettings.js b/core/src/OC/appsettings.js
index 7665d93fb7c..8d200960660 100644
--- a/core/src/OC/appsettings.js
+++ b/core/src/OC/appsettings.js
@@ -1,8 +1,8 @@
-/* eslint-disable */
/**
* @copyright 2019 Christoph Wurst <christoph@winzerhof-wurst.at>
*
- * @author 2019 Christoph Wurst <christoph@winzerhof-wurst.at>
+ * @author Christoph Wurst <christoph@winzerhof-wurst.at>
+ * @author John Molakvoæ <skjnldsv@protonmail.com>
*
* @license GNU AGPL version 3 or any later version
*
@@ -17,8 +17,11 @@
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ *
*/
+
+/* eslint-disable */
import $ from 'jquery'
import { filePath } from './routing'
diff --git a/core/src/OC/appswebroots.js b/core/src/OC/appswebroots.js
index f4a82384fe6..9a7a24c2aa3 100644
--- a/core/src/OC/appswebroots.js
+++ b/core/src/OC/appswebroots.js
@@ -1,7 +1,7 @@
-/*
+/**
* @copyright 2019 Christoph Wurst <christoph@winzerhof-wurst.at>
*
- * @author 2019 Christoph Wurst <christoph@winzerhof-wurst.at>
+ * @author Christoph Wurst <christoph@winzerhof-wurst.at>
*
* @license GNU AGPL version 3 or any later version
*
@@ -16,7 +16,8 @@
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ *
*/
const appswebroots = (window._oc_appswebroots !== undefined) ? window._oc_appswebroots : false
diff --git a/core/src/OC/backbone-webdav.js b/core/src/OC/backbone-webdav.js
index b27d117e568..d7d5c5bf434 100644
--- a/core/src/OC/backbone-webdav.js
+++ b/core/src/OC/backbone-webdav.js
@@ -1,61 +1,30 @@
-/* eslint-disable */
-/*
- * Copyright (c) 2015
- *
- * This file is licensed under the Affero General Public License version 3
- * or later.
- *
- * See the COPYING-README file.
- *
- */
-
/**
- * Webdav transport for Backbone.
- *
- * This makes it possible to use Webdav endpoints when
- * working with Backbone models and collections.
- *
- * Requires the davclient.js library.
- *
- * Usage example:
+ * Copyright (c) 2015
*
- * var PersonModel = OC.Backbone.Model.extend({
- * // make it use the DAV transport
- * sync: OC.Backbone.davSync,
+ * @author Christoph Wurst <christoph@winzerhof-wurst.at>
+ * @author John Molakvoæ <skjnldsv@protonmail.com>
+ * @author Julius Härtl <jus@bitgrid.net>
*
- * // DAV properties mapping
- * davProperties: {
- * 'id': '{http://example.com/ns}id',
- * 'firstName': '{http://example.com/ns}first-name',
- * 'lastName': '{http://example.com/ns}last-name',
- * 'age': '{http://example.com/ns}age'
- * },
+ * @license GNU AGPL version 3 or any later version
*
- * // additional parsing, if needed
- * parse: function(props) {
- * // additional parsing (DAV property values are always strings)
- * props.age = parseInt(props.age, 10);
- * return props;
- * }
- * });
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Affero General Public License as
+ * published by the Free Software Foundation, either version 3 of the
+ * License, or (at your option) any later version.
*
- * var PersonCollection = OC.Backbone.Collection.extend({
- * // make it use the DAV transport
- * sync: OC.Backbone.davSync,
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Affero General Public License for more details.
*
- * // use person model
- * // note that davProperties will be inherited
- * model: PersonModel,
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*
- * // DAV collection URL
- * url: function() {
- * return OC.linkToRemote('dav') + '/person/';
- * },
- * });
*/
+/* eslint-disable */
import _ from 'underscore'
-import dav from 'davclient.js'
+import { dav } from 'davclient.js'
const methodMap = {
create: 'POST',
diff --git a/core/src/OC/backbone.js b/core/src/OC/backbone.js
index 86e98ec1b41..23dca847a44 100644
--- a/core/src/OC/backbone.js
+++ b/core/src/OC/backbone.js
@@ -1,7 +1,8 @@
/**
* @copyright 2019 Christoph Wurst <christoph@winzerhof-wurst.at>
*
- * @author 2019 Christoph Wurst <christoph@winzerhof-wurst.at>
+ * @author Christoph Wurst <christoph@winzerhof-wurst.at>
+ * @author John Molakvoæ <skjnldsv@protonmail.com>
*
* @license GNU AGPL version 3 or any later version
*
@@ -16,7 +17,8 @@
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ *
*/
import VendorBackbone from 'backbone'
diff --git a/core/src/OC/capabilities.js b/core/src/OC/capabilities.js
index 2e0a8da3995..50b919d0ea3 100644
--- a/core/src/OC/capabilities.js
+++ b/core/src/OC/capabilities.js
@@ -1,7 +1,9 @@
-/*
+/**
* @copyright 2019 Christoph Wurst <christoph@winzerhof-wurst.at>
*
- * @author 2019 Christoph Wurst <christoph@winzerhof-wurst.at>
+ * @author Christoph Wurst <christoph@winzerhof-wurst.at>
+ * @author John Molakvoæ <skjnldsv@protonmail.com>
+ * @author Roeland Jago Douma <roeland@famdouma.nl>
*
* @license GNU AGPL version 3 or any later version
*
@@ -16,10 +18,11 @@
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ *
*/
-const capabilities = window._oc_capabilities || {}
+import { getCapabilities as realGetCapabilities } from '@nextcloud/capabilities'
/**
* Returns the capabilities
@@ -28,4 +31,7 @@ const capabilities = window._oc_capabilities || {}
*
* @since 14.0
*/
-export const getCapabilities = () => capabilities
+export const getCapabilities = () => {
+ console.warn('OC.getCapabilities is deprecated and will be removed in Nextcloud 21. See @nextcloud/capabilities')
+ return realGetCapabilities()
+}
diff --git a/core/src/OC/config.js b/core/src/OC/config.js
index d1a3211cf62..46188e5dea3 100644
--- a/core/src/OC/config.js
+++ b/core/src/OC/config.js
@@ -1,7 +1,7 @@
-/*
+/**
* @copyright 2019 Christoph Wurst <christoph@winzerhof-wurst.at>
*
- * @author 2019 Christoph Wurst <christoph@winzerhof-wurst.at>
+ * @author Christoph Wurst <christoph@winzerhof-wurst.at>
*
* @license GNU AGPL version 3 or any later version
*
@@ -16,7 +16,8 @@
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ *
*/
const config = window._oc_config || {}
diff --git a/core/src/OC/constants.js b/core/src/OC/constants.js
index 972848997ae..300380ce90f 100644
--- a/core/src/OC/constants.js
+++ b/core/src/OC/constants.js
@@ -1,22 +1,24 @@
/**
* @copyright 2019 Christoph Wurst <christoph@winzerhof-wurst.at>
*
- * @author 2019 Christoph Wurst <christoph@winzerhof-wurst.at>
+ * @author Christoph Wurst <christoph@winzerhof-wurst.at>
+ * @author John Molakvoæ <skjnldsv@protonmail.com>
*
* @license GNU AGPL version 3 or any later version
*
- * This program is free software = you can redistribute it and/or modify
+ * This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
- * published by the Free Software Foundation either version 3 of the
- * License or (at your option) any later version.
+ * published by the Free Software Foundation, either version 3 of the
+ * License, or (at your option) any later version.
*
- * This program is distributed in the hope that it will be useful
+ * This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with this program. If not see <http://www.gnu.org/licenses/>.
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ *
*/
export const coreApps = ['', 'admin', 'log', 'core/search', 'core', '3rdparty']
diff --git a/core/src/OC/contactsmenu.js b/core/src/OC/contactsmenu.js
index e986c46ec20..a4dc3022c3f 100644
--- a/core/src/OC/contactsmenu.js
+++ b/core/src/OC/contactsmenu.js
@@ -1,9 +1,9 @@
-/* eslint-disable */
-
/**
* @copyright 2017 Christoph Wurst <christoph@winzerhof-wurst.at>
*
- * @author 2017 Christoph Wurst <christoph@winzerhof-wurst.at>
+ * @author Christoph Wurst <christoph@winzerhof-wurst.at>
+ * @author John Molakvoæ <skjnldsv@protonmail.com>
+ * @author Roeland Jago Douma <roeland@famdouma.nl>
*
* @license GNU AGPL version 3 or any later version
*
@@ -18,10 +18,11 @@
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*
*/
+/* eslint-disable */
import $ from 'jquery'
import { Collection, Model, View } from 'backbone'
diff --git a/core/src/OC/currentuser.js b/core/src/OC/currentuser.js
index 061abba89d6..b6dc900b6f3 100644
--- a/core/src/OC/currentuser.js
+++ b/core/src/OC/currentuser.js
@@ -1,7 +1,8 @@
-/*
+/**
* @copyright 2019 Christoph Wurst <christoph@winzerhof-wurst.at>
*
- * @author 2019 Christoph Wurst <christoph@winzerhof-wurst.at>
+ * @author Christoph Wurst <christoph@winzerhof-wurst.at>
+ * @author Joas Schilling <coding@schilljs.com>
*
* @license GNU AGPL version 3 or any later version
*
@@ -16,7 +17,8 @@
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ *
*/
const rawUid = document
diff --git a/core/src/OC/debug.js b/core/src/OC/debug.js
index 15a66c44aed..ec52e470ef4 100644
--- a/core/src/OC/debug.js
+++ b/core/src/OC/debug.js
@@ -1,7 +1,7 @@
-/*
+/**
* @copyright 2019 Christoph Wurst <christoph@winzerhof-wurst.at>
*
- * @author 2019 Christoph Wurst <christoph@winzerhof-wurst.at>
+ * @author Christoph Wurst <christoph@winzerhof-wurst.at>
*
* @license GNU AGPL version 3 or any later version
*
@@ -16,7 +16,8 @@
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ *
*/
const base = window._oc_debug
diff --git a/core/src/OC/dialogs.js b/core/src/OC/dialogs.js
index bf6a92aef8b..1e39a52c2f8 100644
--- a/core/src/OC/dialogs.js
+++ b/core/src/OC/dialogs.js
@@ -1,10 +1,30 @@
-/* eslint-disable */
-/*
+/**
* @copyright 2019 Christoph Wurst <christoph@winzerhof-wurst.at>
* @copyright Copyright (c) 2019 Gary Kim <gary@garykim.dev>
*
- * @author 2019 Christoph Wurst <christoph@winzerhof-wurst.at>
+ * @author Bartek Przybylski <bart.p.pl@gmail.com>
+ * @author Christopher Schäpers <kondou@ts.unde.re>
+ * @author Christoph Wurst <christoph@winzerhof-wurst.at>
+ * @author Daniel Calviño Sánchez <danxuliu@gmail.com>
+ * @author Daniel Kesselberg <mail@danielkesselberg.de>
+ * @author Florian Schunk <florian.schunk@rwth-aachen.de>
* @author Gary Kim <gary@garykim.dev>
+ * @author Hendrik Leppelsack <hendrik@leppelsack.de>
+ * @author Jan-Christoph Borchardt <hey@jancborchardt.net>
+ * @author Joas Schilling <coding@schilljs.com>
+ * @author John Molakvoæ <skjnldsv@protonmail.com>
+ * @author Jörn Friedrich Dreyer <jfd@butonic.de>
+ * @author Julius Härtl <jus@bitgrid.net>
+ * @author Loïc Hermann <loic.hermann@sciam.fr>
+ * @author Morris Jobke <hey@morrisjobke.de>
+ * @author Olivier Paroz <github@oparoz.com>
+ * @author Robin Appelman <robin@icewind.nl>
+ * @author Roeland Jago Douma <roeland@famdouma.nl>
+ * @author Sujith Haridasan <Sujith_Haridasan@mentor.com>
+ * @author Thomas Citharel <nextcloud@tcit.fr>
+ * @author Thomas Müller <thomas.mueller@tmit.eu>
+ * @author Thomas Tanghus <thomas@tanghus.net>
+ * @author Vincent Petry <vincent@nextcloud.com>
*
* @license GNU AGPL version 3 or any later version
*
@@ -19,9 +39,11 @@
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ *
*/
+/* eslint-disable */
import _ from 'underscore'
import $ from 'jquery'
@@ -107,7 +129,7 @@ const Dialogs = {
'none',
buttons,
callback,
- modal
+ modal === undefined ? true : modal
)
},
/**
@@ -625,6 +647,7 @@ const Dialogs = {
$(dialogId).ocdialog({
closeOnEscape: true,
+ closeCallback: () => { callback && callback(false) },
modal: modal,
buttons: buttonlist
})
@@ -787,11 +810,11 @@ const Dialogs = {
$conflict.find('.filename').text(original.name)
$originalDiv.find('.size').text(OC.Util.humanFileSize(original.size))
- $originalDiv.find('.mtime').text(formatDate(original.mtime))
+ $originalDiv.find('.mtime').text(OC.Util.formatDate(original.mtime))
// ie sucks
- if (replacement.size && replacement.lastModifiedDate) {
+ if (replacement.size && replacement.lastModified) {
$replacementDiv.find('.size').text(OC.Util.humanFileSize(replacement.size))
- $replacementDiv.find('.mtime').text(formatDate(replacement.lastModifiedDate))
+ $replacementDiv.find('.mtime').text(OC.Util.formatDate(replacement.lastModified))
}
var path = original.directory + '/' + original.name
var urlSpec = {
@@ -822,9 +845,9 @@ const Dialogs = {
// set more recent mtime bold
// ie sucks
- if (replacement.lastModifiedDate && replacement.lastModifiedDate.getTime() > original.mtime) {
+ if (replacement.lastModified > original.mtime) {
$replacementDiv.find('.mtime').css('font-weight', 'bold')
- } else if (replacement.lastModifiedDate && replacement.lastModifiedDate.getTime() < original.mtime) {
+ } else if (replacement.lastModified < original.mtime) {
$originalDiv.find('.mtime').css('font-weight', 'bold')
} else {
// TODO add to same mtime collection?
@@ -929,7 +952,11 @@ const Dialogs = {
closeButton: null,
close: function() {
self._fileexistsshown = false
- $(this).ocdialog('destroy').remove()
+ try {
+ $(this).ocdialog('destroy').remove()
+ } catch (e) {
+ // ignore
+ }
}
})
@@ -1159,6 +1186,8 @@ const Dialogs = {
self.$fileListHeader.show()
}
+ self.$filelist.empty();
+
$.each(files, function(idx, entry) {
entry.icon = OC.MimeType.getIconUrl(entry.mimetype)
var simpleSize, sizeColor
@@ -1218,8 +1247,12 @@ const Dialogs = {
* fills the tree list with directories
*/
_fillSlug: function() {
+ var addButton = this.$dirTree.find('.actions.creatable').detach()
this.$dirTree.empty()
var self = this
+
+ self.$dirTree.append(addButton)
+
var dir
var path = this.$filePicker.data('path')
var $template = $('<div data-dir="{dir}"><a>{name}</a></div>').addClass('crumb')
@@ -1236,10 +1269,12 @@ const Dialogs = {
}))
})
}
+
$template.octemplate({
dir: '',
name: '' // Ugly but works ;)
}, { escapeFunction: null }).prependTo(this.$dirTree)
+
},
/**
* handle selection made in the tree list
diff --git a/core/src/OC/eventsource.js b/core/src/OC/eventsource.js
index cc576d8655a..b4b719d0dd4 100644
--- a/core/src/OC/eventsource.js
+++ b/core/src/OC/eventsource.js
@@ -1,36 +1,32 @@
-/* eslint-disable */
/**
- * ownCloud
- *
- * @author Robin Appelman
* @copyright 2012 Robin Appelman icewind1991@gmail.com
*
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE
- * License as published by the Free Software Foundation; either
- * version 3 of the License, or any later version.
+ * @author Arthur Schiwon <blizzz@arthur-schiwon.de>
+ * @author Christoph Wurst <christoph@winzerhof-wurst.at>
+ * @author John Molakvoæ <skjnldsv@protonmail.com>
+ * @author Lukas Reschke <lukas@statuscode.ch>
+ * @author Robin Appelman <robin@icewind.nl>
+ * @author Thomas Müller <thomas.mueller@tmit.eu>
+ * @author Vincent Petry <vincent@nextcloud.com>
+ *
+ * @license GNU AGPL version 3 or any later version
*
- * This library is distributed in the hope that it will be useful,
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Affero General Public License as
+ * published by the Free Software Foundation, either version 3 of the
+ * License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU AFFERO GENERAL PUBLIC LICENSE for more details.
- *
- * You should have received a copy of the GNU Affero General Public
- * License along with this library. If not, see <http://www.gnu.org/licenses/>.
+ * GNU Affero General Public License for more details.
*
- */
-
-/**
- * Wrapper for server side events
- * (http://en.wikipedia.org/wiki/Server-sent_events)
- * includes a fallback for older browsers and IE
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*
- * use server side events with caution, too many open requests can hang the
- * server
*/
-/* global EventSource */
-
+/* eslint-disable */
import $ from 'jquery'
import { getToken } from './requesttoken'
diff --git a/core/src/OC/get_set.js b/core/src/OC/get_set.js
index b4dcd563eff..e5d5bd5c5fd 100644
--- a/core/src/OC/get_set.js
+++ b/core/src/OC/get_set.js
@@ -1,7 +1,8 @@
/**
* @copyright 2019 Christoph Wurst <christoph@winzerhof-wurst.at>
*
- * @author 2019 Christoph Wurst <christoph@winzerhof-wurst.at>
+ * @author Christoph Wurst <christoph@winzerhof-wurst.at>
+ * @author John Molakvoæ <skjnldsv@protonmail.com>
*
* @license GNU AGPL version 3 or any later version
*
@@ -16,15 +17,10 @@
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ *
*/
-/**
- * Get a variable by name
- * @param {string} context context
- * @returns {Function} getter
- * @deprecated 19.0.0 use https://lodash.com/docs#get
- */
export const get = context => name => {
const namespaces = name.split('.')
const tail = namespaces.pop()
diff --git a/core/src/OC/host.js b/core/src/OC/host.js
index f90ca65b4da..44623b27399 100644
--- a/core/src/OC/host.js
+++ b/core/src/OC/host.js
@@ -1,7 +1,8 @@
-/*
+/**
* @copyright 2019 Christoph Wurst <christoph@winzerhof-wurst.at>
*
- * @author 2019 Christoph Wurst <christoph@winzerhof-wurst.at>
+ * @author Christoph Wurst <christoph@winzerhof-wurst.at>
+ * @author John Molakvoæ <skjnldsv@protonmail.com>
*
* @license GNU AGPL version 3 or any later version
*
@@ -16,14 +17,10 @@
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ *
*/
-/**
- * Protocol that is used to access this Nextcloud instance
- * @returns {string} Used protocol
- * @deprecated 17.0.0 use window.location.protocol directly
- */
export const getProtocol = () => window.location.protocol.split(':')[0]
/**
diff --git a/core/src/OC/index.js b/core/src/OC/index.js
index 59abe046769..c7d2ba2c33d 100644
--- a/core/src/OC/index.js
+++ b/core/src/OC/index.js
@@ -1,7 +1,9 @@
/**
* @copyright 2019 Christoph Wurst <christoph@winzerhof-wurst.at>
*
- * @author 2019 Christoph Wurst <christoph@winzerhof-wurst.at>
+ * @author Christoph Wurst <christoph@winzerhof-wurst.at>
+ * @author John Molakvoæ <skjnldsv@protonmail.com>
+ * @author Roeland Jago Douma <roeland@famdouma.nl>
*
* @license GNU AGPL version 3 or any later version
*
@@ -16,7 +18,8 @@
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ *
*/
import { subscribe } from '@nextcloud/event-bus'
@@ -79,10 +82,12 @@ import {
} from './menu'
import { isUserAdmin } from './admin'
import L10N, {
- getCanonicalLocale,
getLanguage,
getLocale,
} from './l10n'
+import {
+ getCanonicalLocale,
+} from '@nextcloud/l10n'
import {
generateUrl,
@@ -101,7 +106,6 @@ import msg from './msg'
import Notification from './notification'
import PasswordConfirmation from './password-confirmation'
import Plugins from './plugins'
-import search from './search'
import { theme } from './theme'
import Util from './util'
import { debug } from './debug'
@@ -177,9 +181,8 @@ export default {
* Capabilities
*
* @type {Array}
- * @deprecated 17.0.0 use OC.getCapabilities() instead
+ * @deprecated 20.0.0 use @nextcloud/capabilities instead
*/
- _capabilities: getCapabilities(),
getCapabilities,
/*
@@ -223,7 +226,7 @@ export default {
getProtocol,
/**
- * L10n
+ * @deprecated 20.0.0 use `getCanonicalLocale` from https://www.npmjs.com/package/@nextcloud/l10n
*/
getCanonicalLocale,
getLocale,
@@ -248,7 +251,6 @@ export default {
Notification,
PasswordConfirmation,
Plugins,
- search,
theme,
Util,
debug,
diff --git a/core/src/OC/l10n-registry.js b/core/src/OC/l10n-registry.js
index dc353902337..5ed463275a9 100644
--- a/core/src/OC/l10n-registry.js
+++ b/core/src/OC/l10n-registry.js
@@ -1,7 +1,8 @@
/**
* @copyright 2019 Christoph Wurst <christoph@winzerhof-wurst.at>
*
- * @author 2019 Christoph Wurst <christoph@winzerhof-wurst.at>
+ * @author Christoph Wurst <christoph@winzerhof-wurst.at>
+ * @author John Molakvoæ <skjnldsv@protonmail.com>
*
* @license GNU AGPL version 3 or any later version
*
@@ -16,7 +17,8 @@
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ *
*/
// This var is global because it's shared across webpack bundles
diff --git a/core/src/OC/l10n.js b/core/src/OC/l10n.js
index 5ada257d858..0704269ce4b 100644
--- a/core/src/OC/l10n.js
+++ b/core/src/OC/l10n.js
@@ -1,10 +1,30 @@
/**
* Copyright (c) 2014 Vincent Petry <pvince81@owncloud.com>
+ * Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)
+ * Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)
+ *
+ * @author Christoph Wurst <christoph@winzerhof-wurst.at>
+ * @author Daniel Kesselberg <mail@danielkesselberg.de>
+ * @author Joas Schilling <coding@schilljs.com>
+ * @author John Molakvoæ <skjnldsv@protonmail.com>
+ * @author Morris Jobke <hey@morrisjobke.de>
+ * @author Roeland Jago Douma <roeland@famdouma.nl>
+ * @author Vincent Petry <vincent@nextcloud.com>
*
- * This file is licensed under the Affero General Public License version 3
- * or later.
+ * @license GNU AGPL version 3 or any later version
*
- * See the COPYING-README file.
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Affero General Public License as
+ * published by the Free Software Foundation, either version 3 of the
+ * License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Affero General Public License for more details.
+ *
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*
*/
@@ -12,7 +32,9 @@ import _ from 'underscore'
import $ from 'jquery'
import DOMPurify from 'dompurify'
import Handlebars from 'handlebars'
+import identity from 'lodash/fp/identity'
import escapeHTML from 'escape-html'
+import { generateFilePath } from '@nextcloud/router'
import OC from './index'
import {
@@ -37,7 +59,7 @@ const L10n = {
* the translations are loaded
* @returns {Promise} promise
*/
- load: function(appName, callback) {
+ load(appName, callback) {
// already available ?
if (hasAppTranslations(appName) || OC.getLocale() === 'en') {
const deferred = $.Deferred()
@@ -48,7 +70,7 @@ const L10n = {
}
const self = this
- const url = OC.filePath(appName, 'l10n', OC.getLocale() + '.json')
+ const url = generateFilePath(appName, 'l10n', OC.getLocale() + '.json')
// load JSON translation bundle per AJAX
return $.get(url)
@@ -67,7 +89,7 @@ const L10n = {
* @param {String} appName name of the app
* @param {Object<String,String>} bundle bundle
*/
- register: function(appName, bundle) {
+ register(appName, bundle) {
registerAppTranslations(appName, bundle, this._getPlural)
},
@@ -84,15 +106,20 @@ const L10n = {
* @param {number} [count] number to replace %n with
* @param {array} [options] options array
* @param {bool} [options.escape=true] enable/disable auto escape of placeholders (by default enabled)
+ * @param {bool} [options.sanitize=true] enable/disable sanitization (by default enabled)
* @returns {string}
*/
- translate: function(app, text, vars, count, options) {
+ translate(app, text, vars, count, options) {
const defaultOptions = {
escape: true,
+ sanitize: true,
}
const allOptions = options || {}
_.defaults(allOptions, defaultOptions)
+ const optSanitize = allOptions.sanitize ? DOMPurify.sanitize : identity
+ const optEscape = allOptions.escape ? escapeHTML : identity
+
// TODO: cache this function to avoid inline recreation
// of the same function over and over again in case
// translate() is used in a loop
@@ -101,13 +128,9 @@ const L10n = {
function(a, b) {
const r = vars[b]
if (typeof r === 'string' || typeof r === 'number') {
- if (allOptions.escape) {
- return DOMPurify.sanitize(escapeHTML(r))
- } else {
- return DOMPurify.sanitize(r)
- }
+ return optSanitize(optEscape(r))
} else {
- return DOMPurify.sanitize(a)
+ return optSanitize(a)
}
}
)
@@ -120,9 +143,9 @@ const L10n = {
}
if (typeof vars === 'object' || count !== undefined) {
- return DOMPurify.sanitize(_build(translation, vars, count))
+ return optSanitize(_build(translation, vars, count))
} else {
- return DOMPurify.sanitize(translation)
+ return optSanitize(translation)
}
},
@@ -137,7 +160,7 @@ const L10n = {
* @param {bool} [options.escape=true] enable/disable auto escape of placeholders (by default enabled)
* @returns {string} Translated string
*/
- translatePlural: function(app, textSingular, textPlural, count, vars, options) {
+ translatePlural(app, textSingular, textPlural, count, vars, options) {
const identifier = '_' + textSingular + '_::_' + textPlural + '_'
const bundle = getAppTranslations(app)
const value = bundle.translations[identifier]
@@ -163,9 +186,9 @@ const L10n = {
* @returns {number}
* @private
*/
- _getPlural: function(number) {
+ _getPlural(number) {
let language = OC.getLanguage()
- if (language === 'pt_BR') {
+ if (language === 'pt-BR') {
// temporary set a locale for brazilian
language = 'xbr'
}
@@ -175,7 +198,7 @@ const L10n = {
}
if (language.length > 3) {
- language = language.substring(0, language.lastIndexOf('_'))
+ language = language.substring(0, language.lastIndexOf('-'))
}
/*
@@ -321,21 +344,11 @@ const L10n = {
export default L10n
/**
- * Returns the user's locale as a BCP 47 compliant language tag
- *
- * @returns {String} locale string
- */
-export const getCanonicalLocale = () => {
- const locale = getLocale()
- return typeof locale === 'string' ? locale.replace(/_/g, '-') : locale
-}
-
-/**
* Returns the user's locale
*
* @returns {String} locale string
*/
-export const getLocale = () => $('html').data('locale')
+export const getLocale = () => $('html').data('locale') ?? 'en'
/**
* Returns the user's language
diff --git a/core/src/OC/legacy-loader.js b/core/src/OC/legacy-loader.js
index ece9f3c3fc1..3fedc07a081 100644
--- a/core/src/OC/legacy-loader.js
+++ b/core/src/OC/legacy-loader.js
@@ -1,7 +1,9 @@
/**
* @copyright 2019 Christoph Wurst <christoph@winzerhof-wurst.at>
*
- * @author 2019 Christoph Wurst <christoph@winzerhof-wurst.at>
+ * @author Christoph Wurst <christoph@winzerhof-wurst.at>
+ * @author John Molakvoæ <skjnldsv@protonmail.com>
+ * @author Roeland Jago Douma <roeland@famdouma.nl>
*
* @license GNU AGPL version 3 or any later version
*
@@ -11,15 +13,17 @@
* License, or (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY without even the implied warranty of
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ *
*/
import $ from 'jquery'
+import { generateFilePath } from '@nextcloud/router'
const loadedScripts = {}
const loadedStyles = []
@@ -37,7 +41,7 @@ export const addScript = (app, script, ready) => {
console.warn('OC.addScript is deprecated, use OCP.Loader.loadScript instead')
let deferred
- const path = OC.filePath(app, 'js', script + '.js')
+ const path = generateFilePath(app, 'js', script + '.js')
if (!loadedScripts[path]) {
deferred = $.Deferred()
$.getScript(path, () => deferred.resolve())
@@ -59,7 +63,7 @@ export const addScript = (app, script, ready) => {
export const addStyle = (app, style) => {
console.warn('OC.addStyle is deprecated, use OCP.Loader.loadStylesheet instead')
- const path = OC.filePath(app, 'css', style + '.css')
+ const path = generateFilePath(app, 'css', style + '.css')
if (loadedStyles.indexOf(path) === -1) {
loadedStyles.push(path)
if (document.createStyleSheet) {
diff --git a/core/src/OC/menu.js b/core/src/OC/menu.js
index 82cde9e862d..26d139b5f08 100644
--- a/core/src/OC/menu.js
+++ b/core/src/OC/menu.js
@@ -1,7 +1,9 @@
/**
* @copyright 2019 Christoph Wurst <christoph@winzerhof-wurst.at>
*
- * @author 2019 Christoph Wurst <christoph@winzerhof-wurst.at>
+ * @author Christoph Wurst <christoph@winzerhof-wurst.at>
+ * @author Daniel Calviño Sánchez <danxuliu@gmail.com>
+ * @author John Molakvoæ <skjnldsv@protonmail.com>
*
* @license GNU AGPL version 3 or any later version
*
@@ -16,7 +18,8 @@
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ *
*/
import _ from 'underscore'
diff --git a/core/src/OC/msg.js b/core/src/OC/msg.js
index d84d0503cb3..bb28d873c98 100644
--- a/core/src/OC/msg.js
+++ b/core/src/OC/msg.js
@@ -1,7 +1,9 @@
-/*
+/**
* @copyright 2019 Christoph Wurst <christoph@winzerhof-wurst.at>
*
- * @author 2019 Christoph Wurst <christoph@winzerhof-wurst.at>
+ * @author Christoph Wurst <christoph@winzerhof-wurst.at>
+ * @author John Molakvoæ <skjnldsv@protonmail.com>
+ * @author rakekniven <mark.ziegler@rakekniven.de>
*
* @license GNU AGPL version 3 or any later version
*
@@ -16,7 +18,8 @@
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ *
*/
import $ from 'jquery'
@@ -34,7 +37,7 @@ export default {
*
* @param {Object} selector Placeholder to display the message in
*/
- startSaving: function(selector) {
+ startSaving(selector) {
this.startAction(selector, t('core', 'Saving …'))
},
@@ -44,7 +47,7 @@ export default {
* @param {Object} selector Placeholder to display the message in
* @param {string} message Plain text message to display (no HTML allowed)
*/
- startAction: function(selector, message) {
+ startAction(selector, message) {
$(selector).text(message)
.removeClass('success')
.removeClass('error')
@@ -62,7 +65,7 @@ export default {
* @param {string} response.status is being used to decide whether the message
* is displayed as an error/success
*/
- finishedSaving: function(selector, response) {
+ finishedSaving(selector, response) {
this.finishedAction(selector, response)
},
@@ -76,7 +79,7 @@ export default {
* @param {string} response.status is being used to decide whether the message
* is displayed as an error/success
*/
- finishedAction: function(selector, response) {
+ finishedAction(selector, response) {
if (response.status === 'success') {
this.finishedSuccess(selector, response.data.message)
} else {
@@ -90,7 +93,7 @@ export default {
* @param {Object} selector Placeholder to display the message in
* @param {string} message Plain text success message to display (no HTML allowed)
*/
- finishedSuccess: function(selector, message) {
+ finishedSuccess(selector, message) {
$(selector).text(message)
.addClass('success')
.removeClass('error')
@@ -106,7 +109,7 @@ export default {
* @param {Object} selector Placeholder to display the message in
* @param {string} message Plain text error message to display (no HTML allowed)
*/
- finishedError: function(selector, message) {
+ finishedError(selector, message) {
$(selector).text(message)
.addClass('error')
.removeClass('success')
diff --git a/core/src/OC/navigation.js b/core/src/OC/navigation.js
index f9e6789950a..a4ccb9ced51 100644
--- a/core/src/OC/navigation.js
+++ b/core/src/OC/navigation.js
@@ -1,7 +1,8 @@
/**
* @copyright 2019 Christoph Wurst <christoph@winzerhof-wurst.at>
*
- * @author 2019 Christoph Wurst <christoph@winzerhof-wurst.at>
+ * @author Christoph Wurst <christoph@winzerhof-wurst.at>
+ * @author John Molakvoæ <skjnldsv@protonmail.com>
*
* @license GNU AGPL version 3 or any later version
*
@@ -16,14 +17,10 @@
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ *
*/
-/**
- * Redirect to the target URL, can also be used for downloads.
- * @param {string} targetURL URL to redirect to
- * @deprecated 17.0.0 use window.location directly
- */
export const redirect = targetURL => { window.location = targetURL }
/**
diff --git a/core/src/OC/notification.js b/core/src/OC/notification.js
index 4e95476b69b..a0b289b6a87 100644
--- a/core/src/OC/notification.js
+++ b/core/src/OC/notification.js
@@ -1,7 +1,12 @@
/**
* @copyright 2019 Christoph Wurst <christoph@winzerhof-wurst.at>
*
- * @author 2019 Christoph Wurst <christoph@winzerhof-wurst.at>
+ * @author Christoph Wurst <christoph@winzerhof-wurst.at>
+ * @author Daniel Calviño Sánchez <danxuliu@gmail.com>
+ * @author Joas Schilling <coding@schilljs.com>
+ * @author John Molakvoæ <skjnldsv@protonmail.com>
+ * @author Julius Härtl <jus@bitgrid.net>
+ * @author npmbuildbot[bot] "npmbuildbot[bot]@users.noreply.github.com"
*
* @license GNU AGPL version 3 or any later version
*
@@ -16,15 +21,17 @@
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ *
*/
import _ from 'underscore'
import $ from 'jquery'
+import { showMessage, TOAST_DEFAULT_TIMEOUT, TOAST_PERMANENT_TIMEOUT } from '@nextcloud/dialogs'
/**
* @todo Write documentation
- * @deprecated 17.0.0 use OCP.Toast
+ * @deprecated 17.0.0 use the `@nextcloud/dialogs` package instead
* @namespace OC.Notification
*/
export default {
@@ -35,9 +42,9 @@ export default {
/**
* @param {Function} callback callback function
- * @deprecated 17.0.0 use OCP.Toast
+ * @deprecated 17.0.0 use the `@nextcloud/dialogs` package
*/
- setDefault: function(callback) {
+ setDefault(callback) {
this.getDefaultNotificationFunction = callback
},
@@ -49,9 +56,9 @@ export default {
*
* @param {jQuery} [$row] notification row
* @param {Function} [callback] callback
- * @deprecated 17.0.0 use OCP.Toast
+ * @deprecated 17.0.0 use the `@nextcloud/dialogs` package
*/
- hide: function($row, callback) {
+ hide($row, callback) {
if (_.isFunction($row)) {
// first arg is the callback
callback = $row
@@ -65,7 +72,11 @@ export default {
// remove the row directly
$row.each(function() {
- $(this)[0].toastify.hideToast()
+ if ($(this)[0].toastify) {
+ $(this)[0].toastify.hideToast()
+ } else {
+ console.error('cannot hide toast because object is not set')
+ }
if (this === this.updatableNotification) {
this.updatableNotification = null
}
@@ -88,13 +99,14 @@ export default {
* @param {string} [options.type] notification type
* @param {int} [options.timeout=0] timeout value, defaults to 0 (permanent)
* @returns {jQuery} jQuery element for notification row
- * @deprecated 17.0.0 use OCP.Toast
+ * @deprecated 17.0.0 use the `@nextcloud/dialogs` package
*/
- showHtml: function(html, options) {
+ showHtml(html, options) {
options = options || {}
options.isHTML = true
- options.timeout = (!options.timeout) ? -1 : options.timeout
- const toast = window.OCP.Toast.message(html, options)
+ options.timeout = (!options.timeout) ? TOAST_PERMANENT_TIMEOUT : options.timeout
+ const toast = showMessage(html, options)
+ toast.toastElement.toastify = toast
return $(toast.toastElement)
},
@@ -106,12 +118,22 @@ export default {
* @param {string} [options.type] notification type
* @param {int} [options.timeout=0] timeout value, defaults to 0 (permanent)
* @returns {jQuery} jQuery element for notification row
- * @deprecated 17.0.0 use OCP.Toast
+ * @deprecated 17.0.0 use the `@nextcloud/dialogs` package
*/
- show: function(text, options) {
+ show(text, options) {
+ const escapeHTML = function(text) {
+ return text.toString()
+ .split('&').join('&amp;')
+ .split('<').join('&lt;')
+ .split('>').join('&gt;')
+ .split('"').join('&quot;')
+ .split('\'').join('&#039;')
+ }
+
options = options || {}
- options.timeout = (!options.timeout) ? -1 : options.timeout
- const toast = window.OCP.Toast.message(text, options)
+ options.timeout = (!options.timeout) ? TOAST_PERMANENT_TIMEOUT : options.timeout
+ const toast = showMessage(escapeHTML(text), options)
+ toast.toastElement.toastify = toast
return $(toast.toastElement)
},
@@ -120,13 +142,14 @@ export default {
*
* @param {string} text Message to display
* @returns {jQuery} JQuery element for notificaiton row
- * @deprecated 17.0.0 use OCP.Toast
+ * @deprecated 17.0.0 use the `@nextcloud/dialogs` package
*/
- showUpdate: function(text) {
+ showUpdate(text) {
if (this.updatableNotification) {
this.updatableNotification.hideToast()
}
- this.updatableNotification = OCP.Toast.message(text, { timeout: -1 })
+ this.updatableNotification = showMessage(text, { timeout: TOAST_PERMANENT_TIMEOUT })
+ this.updatableNotification.toastElement.toastify = this.updatableNotification
return $(this.updatableNotification.toastElement)
},
@@ -140,21 +163,22 @@ export default {
* @param {boolean} [options.isHTML=false] an indicator for HTML notifications (true) or text (false)
* @param {string} [options.type] notification type
* @returns {JQuery<any>} the toast element
- * @deprecated 17.0.0 use OCP.Toast
+ * @deprecated 17.0.0 use the `@nextcloud/dialogs` package
*/
- showTemporary: function(text, options) {
+ showTemporary(text, options) {
options = options || {}
- options.timeout = options.timeout || 7
- const toast = window.OCP.Toast.message(text, options)
+ options.timeout = options.timeout || TOAST_DEFAULT_TIMEOUT
+ const toast = showMessage(text, options)
+ toast.toastElement.toastify = toast
return $(toast.toastElement)
},
/**
* Returns whether a notification is hidden.
* @returns {boolean}
- * @deprecated 17.0.0 use OCP.Toast
+ * @deprecated 17.0.0 use the `@nextcloud/dialogs` package
*/
- isHidden: function() {
+ isHidden() {
return !$('#content').find('.toastify').length
},
}
diff --git a/core/src/OC/password-confirmation.js b/core/src/OC/password-confirmation.js
index f708217fc84..ec70720b4d2 100644
--- a/core/src/OC/password-confirmation.js
+++ b/core/src/OC/password-confirmation.js
@@ -1,7 +1,9 @@
/**
* @copyright 2019 Christoph Wurst <christoph@winzerhof-wurst.at>
*
- * @author 2019 Christoph Wurst <christoph@winzerhof-wurst.at>
+ * @author Christoph Wurst <christoph@winzerhof-wurst.at>
+ * @author John Molakvoæ <skjnldsv@protonmail.com>
+ * @author Roeland Jago Douma <roeland@famdouma.nl>
*
* @license GNU AGPL version 3 or any later version
*
@@ -16,12 +18,14 @@
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ *
*/
import _ from 'underscore'
import $ from 'jquery'
import moment from 'moment'
+import { generateUrl } from '@nextcloud/router'
import OC from './index'
@@ -33,12 +37,12 @@ export default {
pageLoadTime: null,
- init: function() {
+ init() {
$('.password-confirm-required').on('click', _.bind(this.requirePasswordConfirmation, this))
this.pageLoadTime = moment.now()
},
- requiresPasswordConfirmation: function() {
+ requiresPasswordConfirmation() {
const serverTimeDiff = this.pageLoadTime - (window.nc_pageLoad * 1000)
const timeSinceLogin = moment.now() - (serverTimeDiff + (window.nc_lastLogin * 1000))
@@ -51,7 +55,7 @@ export default {
* @param {Object} options options
* @param {Function} rejectCallback error callback function
*/
- requirePasswordConfirmation: function(callback, options, rejectCallback) {
+ requirePasswordConfirmation(callback, options, rejectCallback) {
options = typeof options !== 'undefined' ? options : {}
const defaults = {
title: t('core', 'Authentication required'),
@@ -101,23 +105,23 @@ export default {
this.callback = callback
},
- _confirmPassword: function(password, config) {
+ _confirmPassword(password, config) {
const self = this
$.ajax({
- url: OC.generateUrl('/login/confirm'),
+ url: generateUrl('/login/confirm'),
data: {
- password: password,
+ password,
},
type: 'POST',
- success: function(response) {
+ success(response) {
window.nc_lastLogin = response.lastLogin
if (_.isFunction(self.callback)) {
self.callback()
}
},
- error: function() {
+ error() {
config.error = t('core', 'Failed to authenticate, try again')
OC.PasswordConfirmation.requirePasswordConfirmation(self.callback, config)
},
diff --git a/core/src/OC/plugins.js b/core/src/OC/plugins.js
index 1c9b59c7419..dab74db11e9 100644
--- a/core/src/OC/plugins.js
+++ b/core/src/OC/plugins.js
@@ -1,7 +1,8 @@
-/*
+/**
* @copyright 2019 Christoph Wurst <christoph@winzerhof-wurst.at>
*
- * @author 2019 Christoph Wurst <christoph@winzerhof-wurst.at>
+ * @author Christoph Wurst <christoph@winzerhof-wurst.at>
+ * @author John Molakvoæ <skjnldsv@protonmail.com>
*
* @license GNU AGPL version 3 or any later version
*
@@ -16,12 +17,10 @@
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ *
*/
-/**
- * @namespace OC.Plugins
- */
export default {
/**
@@ -35,7 +34,7 @@ export default {
* @param {String} targetName app name / class name to hook into
* @param {OC.Plugin} plugin plugin
*/
- register: function(targetName, plugin) {
+ register(targetName, plugin) {
let plugins = this._plugins[targetName]
if (!plugins) {
plugins = this._plugins[targetName] = []
@@ -50,7 +49,7 @@ export default {
* @param {String} targetName app name / class name to hook into
* @returns {Array.<OC.Plugin>} array of plugins
*/
- getPlugins: function(targetName) {
+ getPlugins(targetName) {
return this._plugins[targetName] || []
},
@@ -61,7 +60,7 @@ export default {
* @param {Object} targetObject to be extended
* @param {Object} [options] options
*/
- attach: function(targetName, targetObject, options) {
+ attach(targetName, targetObject, options) {
const plugins = this.getPlugins(targetName)
for (let i = 0; i < plugins.length; i++) {
if (plugins[i].attach) {
@@ -77,7 +76,7 @@ export default {
* @param {Object} targetObject to be extended
* @param {Object} [options] options
*/
- detach: function(targetName, targetObject, options) {
+ detach(targetName, targetObject, options) {
const plugins = this.getPlugins(targetName)
for (let i = 0; i < plugins.length; i++) {
if (plugins[i].detach) {
diff --git a/core/src/OC/query-string.js b/core/src/OC/query-string.js
index 502fa15e474..3b71ebb5a8d 100644
--- a/core/src/OC/query-string.js
+++ b/core/src/OC/query-string.js
@@ -1,7 +1,9 @@
/**
* @copyright 2019 Christoph Wurst <christoph@winzerhof-wurst.at>
*
- * @author 2019 Christoph Wurst <christoph@winzerhof-wurst.at>
+ * @author Christoph Wurst <christoph@winzerhof-wurst.at>
+ * @author John Molakvoæ <skjnldsv@protonmail.com>
+ * @author Roeland Jago Douma <roeland@famdouma.nl>
*
* @license GNU AGPL version 3 or any later version
*
@@ -16,9 +18,12 @@
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ *
*/
+import $ from 'jquery'
+
/**
* Parses a URL query string into a JS map
* @param {string} queryString query string in the format param1=1234&param2=abcde&param3=xyz
diff --git a/core/src/OC/requesttoken.js b/core/src/OC/requesttoken.js
index 6c011879b8b..06ccdffd00d 100644
--- a/core/src/OC/requesttoken.js
+++ b/core/src/OC/requesttoken.js
@@ -1,7 +1,8 @@
/**
* @copyright 2019 Christoph Wurst <christoph@winzerhof-wurst.at>
*
- * @author 2019 Christoph Wurst <christoph@winzerhof-wurst.at>
+ * @author Christoph Wurst <christoph@winzerhof-wurst.at>
+ * @author John Molakvoæ <skjnldsv@protonmail.com>
*
* @license GNU AGPL version 3 or any later version
*
@@ -16,7 +17,8 @@
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ *
*/
import { emit } from '@nextcloud/event-bus'
diff --git a/core/src/OC/routing.js b/core/src/OC/routing.js
index 0e8fcecd80d..0531a6776a4 100644
--- a/core/src/OC/routing.js
+++ b/core/src/OC/routing.js
@@ -1,7 +1,9 @@
/**
* @copyright 2019 Christoph Wurst <christoph@winzerhof-wurst.at>
*
- * @author 2019 Christoph Wurst <christoph@winzerhof-wurst.at>
+ * @author Christoph Wurst <christoph@winzerhof-wurst.at>
+ * @author John Molakvoæ <skjnldsv@protonmail.com>
+ * @author Roeland Jago Douma <roeland@famdouma.nl>
*
* @license GNU AGPL version 3 or any later version
*
@@ -16,165 +18,19 @@
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ *
*/
-import _ from 'underscore'
-
-import OC from './index'
-import { coreApps } from './constants'
-
-/**
- * Get an absolute url to a file in an app
- * @param {string} app the id of the app the file belongs to
- * @param {string} file the file path relative to the app folder
- * @returns {string} Absolute URL to a file
- */
-export const linkTo = (app, file) => filePath(app, '', file)
+import {
+ getRootUrl as realGetRootUrl,
+} from '@nextcloud/router'
/**
* Creates a relative url for remote use
* @param {string} service id
* @returns {string} the url
*/
-export const linkToRemoteBase = service => getRootPath() + '/remote.php/' + service
-
-/**
- * @brief Creates an absolute url for remote use
- * @param {string} service id
- * @returns {string} the url
- */
-export const linkToRemote = service => window.location.protocol + '//' + window.location.host + linkToRemoteBase(service)
-
-/**
- * Gets the base path for the given OCS API service.
- * @param {string} service name
- * @param {int} version OCS API version
- * @returns {string} OCS API base path
- */
-export const linkToOCS = (service, version) => {
- version = (version !== 2) ? 1 : 2
- return window.location.protocol + '//' + window.location.host + getRootPath() + '/ocs/v' + version + '.php/' + service + '/'
-}
-
-/**
- * Generates the absolute url for the given relative url, which can contain parameters.
- * Parameters will be URL encoded automatically.
- * @param {string} url the url
- * @param {Object} [params] params
- * @param {Object} [options] destructuring object
- * @param {bool} [options.escape=true] enable/disable auto escape of placeholders (by default enabled)
- * @returns {string} Absolute URL for the given relative URL
- */
-export const generateUrl = (url, params, options) => {
- const defaultOptions = {
- escape: true,
- }
- const allOptions = options || {}
- _.defaults(allOptions, defaultOptions)
-
- const _build = function(text, vars) {
- vars = vars || []
- return text.replace(/{([^{}]*)}/g,
- function(a, b) {
- const r = (vars[b])
- if (allOptions.escape) {
- return (typeof r === 'string' || typeof r === 'number') ? encodeURIComponent(r) : encodeURIComponent(a)
- } else {
- return (typeof r === 'string' || typeof r === 'number') ? r : a
- }
- }
- )
- }
- if (url.charAt(0) !== '/') {
- url = '/' + url
-
- }
-
- if (OC.config.modRewriteWorking === true) {
- return getRootPath() + _build(url, params)
- }
-
- return getRootPath() + '/index.php' + _build(url, params)
-}
-
-/**
- * get the absolute path to an image file
- * if no extension is given for the image, it will automatically decide
- * between .png and .svg based on what the browser supports
- *
- * @param {string} app the app id to which the image belongs
- * @param {string} file the name of the image file
- * @returns {string}
- * @deprecated 19.0.0 use `imagePath` from https://www.npmjs.com/package/@nextcloud/router
- */
-export const imagePath = (app, file) => {
- if (file.indexOf('.') === -1) {
- // if no extension is given, use svg
- return filePath(app, 'img', file + '.svg')
- }
-
- return filePath(app, 'img', file)
-}
-
-/**
- * Get the absolute url for a file in an app
- * @param {string} app the id of the app
- * @param {string} type the type of the file to link to (e.g. css,img,ajax.template)
- * @param {string} file the filename
- * @returns {string} Absolute URL for a file in an app
- * @deprecated 19.0.0 use `generateFilePath` from https://www.npmjs.com/package/@nextcloud/router
- */
-export const filePath = (app, type, file) => {
- const isCore = coreApps.indexOf(app) !== -1
- let link = getRootPath()
- if (file.substring(file.length - 3) === 'php' && !isCore) {
- link += '/index.php/apps/' + app
- if (file !== 'index.php') {
- link += '/'
- if (type) {
- link += encodeURI(type + '/')
- }
- link += file
- }
- } else if (file.substring(file.length - 3) !== 'php' && !isCore) {
- link = OC.appswebroots[app]
- if (type) {
- link += '/' + type + '/'
- }
- if (link.substring(link.length - 1) !== '/') {
- link += '/'
- }
- link += file
- } else {
- if ((app === 'core' || app === 'search') && type === 'ajax') {
- link += '/index.php/'
- } else {
- link += '/'
- }
- if (!isCore) {
- link += 'apps/'
- }
- if (app !== '') {
- app += '/'
- link += app
- }
- if (type) {
- link += type + '/'
- }
- link += file
- }
- return link
+export const linkToRemoteBase = service => {
+ return realGetRootUrl() + '/remote.php/' + service
}
-
-/**
- * Returns the web root path where this Nextcloud instance
- * is accessible, with a leading slash.
- * For example "/nextcloud".
- *
- * @returns {string} web root path
- *
- * @deprecated 19.0.0 use `getRootUrl` from https://www.npmjs.com/package/@nextcloud/router
- * @since 8.2
- */
-export const getRootPath = () => OC.webroot
diff --git a/core/src/OC/theme.js b/core/src/OC/theme.js
index 8e49499f485..1af0f721475 100644
--- a/core/src/OC/theme.js
+++ b/core/src/OC/theme.js
@@ -1,7 +1,7 @@
-/*
+/**
* @copyright 2019 Christoph Wurst <christoph@winzerhof-wurst.at>
*
- * @author 2019 Christoph Wurst <christoph@winzerhof-wurst.at>
+ * @author Christoph Wurst <christoph@winzerhof-wurst.at>
*
* @license GNU AGPL version 3 or any later version
*
@@ -16,7 +16,8 @@
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ *
*/
export const theme = window._theme || {}
diff --git a/core/src/OC/util-history.js b/core/src/OC/util-history.js
index 61fe3fec098..de40a9c4eed 100644
--- a/core/src/OC/util-history.js
+++ b/core/src/OC/util-history.js
@@ -1,7 +1,8 @@
/**
* @copyright 2019 Christoph Wurst <christoph@winzerhof-wurst.at>
*
- * @author 2019 Christoph Wurst <christoph@winzerhof-wurst.at>
+ * @author Christoph Wurst <christoph@winzerhof-wurst.at>
+ * @author John Molakvoæ <skjnldsv@protonmail.com>
*
* @license GNU AGPL version 3 or any later version
*
@@ -16,7 +17,8 @@
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ *
*/
import _ from 'underscore'
@@ -45,7 +47,7 @@ export default {
* using the params as query string
* @param {boolean} [replace=false] whether to replace instead of pushing
*/
- _pushState: function(params, url, replace) {
+ _pushState(params, url, replace) {
let strParams
if (typeof (params) === 'string') {
strParams = params
@@ -93,7 +95,7 @@ export default {
* @param {Object|string} params to append to the URL, can be either a string or a map
* @param {string} [url] URL to be used, otherwise the current URL will be used, using the params as query string
*/
- pushState: function(params, url) {
+ pushState(params, url) {
this._pushState(params, url, false)
},
@@ -108,7 +110,7 @@ export default {
* @param {string} [url] URL to be used, otherwise the current URL will be used,
* using the params as query string
*/
- replaceState: function(params, url) {
+ replaceState(params, url) {
this._pushState(params, url, true)
},
@@ -117,7 +119,7 @@ export default {
*
* @param {Function} handler handler
*/
- addOnPopStateHandler: function(handler) {
+ addOnPopStateHandler(handler) {
this._handlers.push(handler)
},
@@ -126,7 +128,7 @@ export default {
* (workaround for IE8 / IE9)
* @returns {string}
*/
- _parseHashQuery: function() {
+ _parseHashQuery() {
const hash = window.location.hash
const pos = hash.indexOf('?')
if (pos >= 0) {
@@ -139,7 +141,7 @@ export default {
return ''
},
- _decodeQuery: function(query) {
+ _decodeQuery(query) {
return query.replace(/\+/g, ' ')
},
@@ -149,7 +151,7 @@ export default {
*
* @returns {Object} map of parameters
*/
- parseUrlQuery: function() {
+ parseUrlQuery() {
const query = this._parseHashQuery()
let params
// try and parse from URL hash first
@@ -161,7 +163,7 @@ export default {
return params || {}
},
- _onPopState: function(e) {
+ _onPopState(e) {
if (this._cancelPop) {
this._cancelPop = false
return
diff --git a/core/src/OC/util.js b/core/src/OC/util.js
index f8f7c05e6e8..7f348704831 100644
--- a/core/src/OC/util.js
+++ b/core/src/OC/util.js
@@ -1,7 +1,8 @@
/**
* @copyright 2019 Christoph Wurst <christoph@winzerhof-wurst.at>
*
- * @author 2019 Christoph Wurst <christoph@winzerhof-wurst.at>
+ * @author Christoph Wurst <christoph@winzerhof-wurst.at>
+ * @author John Molakvoæ <skjnldsv@protonmail.com>
*
* @license GNU AGPL version 3 or any later version
*
@@ -16,7 +17,8 @@
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ *
*/
import $ from 'jquery'
@@ -24,7 +26,7 @@ import moment from 'moment'
import History from './util-history'
import OC from './index'
-import humanFileSize from '../Util/human-file-size'
+import { formatFileSize as humanFileSize } from '@nextcloud/files'
function chunkify(t) {
// Adapted from http://my.opera.com/GreyWyvern/blog/show.dml/1671288
@@ -58,6 +60,9 @@ export default {
History,
+ /**
+ * @deprecated use https://nextcloud.github.io/nextcloud-files/modules/_humanfilesize_.html#formatfilesize
+ */
humanFileSize,
/**
@@ -69,7 +74,7 @@ export default {
*
*
*/
- computerFileSize: function(string) {
+ computerFileSize(string) {
if (typeof string !== 'string') {
return null
}
@@ -78,17 +83,17 @@ export default {
let bytes = null
const bytesArray = {
- 'b': 1,
- 'k': 1024,
- 'kb': 1024,
- 'mb': 1024 * 1024,
- 'm': 1024 * 1024,
- 'gb': 1024 * 1024 * 1024,
- 'g': 1024 * 1024 * 1024,
- 'tb': 1024 * 1024 * 1024 * 1024,
- 't': 1024 * 1024 * 1024 * 1024,
- 'pb': 1024 * 1024 * 1024 * 1024 * 1024,
- 'p': 1024 * 1024 * 1024 * 1024 * 1024,
+ b: 1,
+ k: 1024,
+ kb: 1024,
+ mb: 1024 * 1024,
+ m: 1024 * 1024,
+ gb: 1024 * 1024 * 1024,
+ g: 1024 * 1024 * 1024,
+ tb: 1024 * 1024 * 1024 * 1024,
+ t: 1024 * 1024 * 1024 * 1024,
+ pb: 1024 * 1024 * 1024 * 1024 * 1024,
+ p: 1024 * 1024 * 1024 * 1024 * 1024,
}
const matches = s.match(/^[\s+]?([0-9]*)(\.([0-9]+))?( +)?([kmgtp]?b?)$/i)
@@ -113,7 +118,10 @@ export default {
* @param {string} format date format, see momentjs docs
* @returns {string} timestamp formatted as requested
*/
- formatDate: function(timestamp, format) {
+ formatDate(timestamp, format) {
+ if (window.TESTING === undefined) {
+ console.warn('OC.Util.formatDate is deprecated and will be removed in Nextcloud 21. See @nextcloud/moment')
+ }
format = format || 'LLL'
return moment(timestamp).format(format)
},
@@ -122,7 +130,10 @@ export default {
* @param {string|number} timestamp timestamp
* @returns {string} human readable difference from now
*/
- relativeModifiedDate: function(timestamp) {
+ relativeModifiedDate(timestamp) {
+ if (window.TESTING === undefined) {
+ console.warn('OC.Util.relativeModifiedDate is deprecated and will be removed in Nextcloud 21. See @nextcloud/moment')
+ }
const diff = moment().diff(moment(timestamp))
if (diff >= 0 && diff < 45000) {
return t('core', 'seconds ago')
@@ -135,7 +146,7 @@ export default {
*
* @returns {bool} true if this is IE, false otherwise
*/
- isIE: function() {
+ isIE() {
return $('html').hasClass('ie')
},
@@ -144,7 +155,7 @@ export default {
*
* @returns {int} width of scrollbar
*/
- getScrollBarWidth: function() {
+ getScrollBarWidth() {
if (this._scrollBarWidth) {
return this._scrollBarWidth
}
@@ -184,7 +195,7 @@ export default {
* @param {Date} date date
* @returns {Date} date with stripped time
*/
- stripTime: function(date) {
+ stripTime(date) {
// FIXME: likely to break when crossing DST
// would be better to use a library like momentJS
return new Date(date.getFullYear(), date.getMonth(), date.getDate())
@@ -197,7 +208,7 @@ export default {
* @returns {number} -1 if b comes before a, 1 if a comes before b
* or 0 if the strings are identical
*/
- naturalSortCompare: function(a, b) {
+ naturalSortCompare(a, b) {
let x
const aa = chunkify(a)
const bb = chunkify(b)
@@ -224,7 +235,7 @@ export default {
* @param {function} callback function to call on success
* @param {integer} interval in milliseconds
*/
- waitFor: function(callback, interval) {
+ waitFor(callback, interval) {
const internalCallback = function() {
if (callback() !== true) {
setTimeout(internalCallback, interval)
@@ -240,7 +251,7 @@ export default {
* @param {string} value value of the cookie
* @returns {boolean} true if the cookie with the given name has the given value
*/
- isCookieSetToValue: function(name, value) {
+ isCookieSetToValue(name, value) {
const cookies = document.cookie.split(';')
for (let i = 0; i < cookies.length; i++) {
const cookie = cookies[i].split('=')
diff --git a/core/src/OC/webroot.js b/core/src/OC/webroot.js
index 89c04a6bb07..41752bc0c78 100644
--- a/core/src/OC/webroot.js
+++ b/core/src/OC/webroot.js
@@ -1,7 +1,7 @@
-/*
+/**
* @copyright 2019 Christoph Wurst <christoph@winzerhof-wurst.at>
*
- * @author 2019 Christoph Wurst <christoph@winzerhof-wurst.at>
+ * @author Christoph Wurst <christoph@winzerhof-wurst.at>
*
* @license GNU AGPL version 3 or any later version
*
@@ -16,7 +16,8 @@
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ *
*/
let webroot = window._oc_webroot
diff --git a/core/src/OC/xhr-error.js b/core/src/OC/xhr-error.js
index 8d2ad115336..660651dd0d9 100644
--- a/core/src/OC/xhr-error.js
+++ b/core/src/OC/xhr-error.js
@@ -1,7 +1,8 @@
/**
* @copyright 2019 Christoph Wurst <christoph@winzerhof-wurst.at>
*
- * @author 2019 Christoph Wurst <christoph@winzerhof-wurst.at>
+ * @author Christoph Wurst <christoph@winzerhof-wurst.at>
+ * @author John Molakvoæ <skjnldsv@protonmail.com>
*
* @license GNU AGPL version 3 or any later version
*
@@ -16,7 +17,8 @@
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ *
*/
import _ from 'underscore'
diff --git a/core/src/OCA/index.js b/core/src/OCA/index.js
index 4b87d325a55..2f92eff367b 100644
--- a/core/src/OCA/index.js
+++ b/core/src/OCA/index.js
@@ -1,7 +1,7 @@
-/*
+/**
* @copyright 2019 Christoph Wurst <christoph@winzerhof-wurst.at>
*
- * @author 2019 Christoph Wurst <christoph@winzerhof-wurst.at>
+ * @author Christoph Wurst <christoph@winzerhof-wurst.at>
*
* @license GNU AGPL version 3 or any later version
*
@@ -16,11 +16,19 @@
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ *
*/
+import Search from './search'
+
/**
* Namespace for apps
* @namespace OCA
*/
-export default {}
+export default {
+ /**
+ * @deprecated 20.0.0, will be removed in Nextcloud 22
+ */
+ Search,
+}
diff --git a/core/webpack.test.js b/core/src/OCA/search.js
index 024348fe879..909ec28480f 100644
--- a/core/webpack.test.js
+++ b/core/src/OCA/search.js
@@ -1,7 +1,7 @@
-/*
- * @copyright 2018 Christoph Wurst <christoph@winzerhof-wurst.at>
+/**
+ * @copyright 2020 Christoph Wurst <christoph@winzerhof-wurst.at>
*
- * @author 2018 Christoph Wurst <christoph@winzerhof-wurst.at>
+ * @author Christoph Wurst <christoph@winzerhof-wurst.at>
*
* @license GNU AGPL version 3 or any later version
*
@@ -16,16 +16,17 @@
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ *
*/
-const merge = require('webpack-merge');
-const common = require('./webpack.js');
-// webpack.config.js
-const nodeExternals = require('webpack-node-externals')
+export default class Search {
+
+ /**
+ * @deprecated 20.0.0, will be removed in Nextcloud 22
+ */
+ constructor() {
+ console.warn('OCA.Search is deprecated. Please use the unified search API instead')
+ }
-module.exports = merge(common[0], {
- mode: 'development',
- devtool: 'inline-cheap-module-source-map',
- externals: [nodeExternals()]
-})
+}
diff --git a/core/src/OCP/appconfig.js b/core/src/OCP/appconfig.js
index d7aaf12ddeb..6e18f591894 100644
--- a/core/src/OCP/appconfig.js
+++ b/core/src/OCP/appconfig.js
@@ -1,6 +1,9 @@
/**
* @copyright Copyright (c) 2016 Joas Schilling <coding@schilljs.com>
*
+ * @author Christoph Wurst <christoph@winzerhof-wurst.at>
+ * @author John Molakvoæ <skjnldsv@protonmail.com>
+ *
* @license GNU AGPL version 3 or any later version
*
* This program is free software: you can redistribute it and/or modify
@@ -14,7 +17,7 @@
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*
*/
@@ -79,7 +82,7 @@ export function getKeys(app, options) {
export function getValue(app, key, defaultValue, options) {
options = options || {}
options.data = {
- defaultValue: defaultValue,
+ defaultValue,
}
call('get', '/' + app + '/' + key, options)
@@ -97,7 +100,7 @@ export function getValue(app, key, defaultValue, options) {
export function setValue(app, key, value, options) {
options = options || {}
options.data = {
- value: value,
+ value,
}
call('post', '/' + app + '/' + key, options)
diff --git a/core/src/OCP/collaboration.js b/core/src/OCP/collaboration.js
index 73573b3f1f7..06ff7b6b570 100644
--- a/core/src/OCP/collaboration.js
+++ b/core/src/OCP/collaboration.js
@@ -1,6 +1,7 @@
/**
* @copyright Copyright (c) 2018 Julius Härtl <jus@bitgrid.net>
*
+ * @author John Molakvoæ <skjnldsv@protonmail.com>
* @author Julius Härtl <jus@bitgrid.net>
*
* @license GNU AGPL version 3 or any later version
diff --git a/core/src/OCP/comments.js b/core/src/OCP/comments.js
index 2e12accddce..5d346a80ba0 100644
--- a/core/src/OCP/comments.js
+++ b/core/src/OCP/comments.js
@@ -1,10 +1,24 @@
/**
* @copyright (c) 2017 Arthur Schiwon <blizzz@arthur-schiwon.de>
*
- * @author Arthur Schiwon <blizzz@arthur-schiwon.de>
+ * @author Christoph Wurst <christoph@winzerhof-wurst.at>
+ * @author John Molakvoæ <skjnldsv@protonmail.com>
+ *
+ * @license GNU AGPL version 3 or any later version
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Affero General Public License as
+ * published by the Free Software Foundation, either version 3 of the
+ * License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Affero General Public License for more details.
+ *
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*
- * This file is licensed under the Affero General Public License version 3 or
- * later. See the COPYING file.
*/
import $ from 'jquery'
diff --git a/core/src/OCP/index.js b/core/src/OCP/index.js
index d8640b1ff0c..cb524a2be70 100644
--- a/core/src/OCP/index.js
+++ b/core/src/OCP/index.js
@@ -1,13 +1,36 @@
/**
+ * @copyright Copyright (c) 2016 Christoph Wurst <christoph@winzerhof-wurst.at>
+ *
+ * @author Christoph Wurst <christoph@winzerhof-wurst.at>
+ * @author John Molakvoæ <skjnldsv@protonmail.com>
+ * @author Julius Härtl <jus@bitgrid.net>
+ *
+ * @license GNU AGPL version 3 or any later version
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Affero General Public License as
+ * published by the Free Software Foundation, either version 3 of the
+ * License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Affero General Public License for more details.
+ *
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*
*/
+
+import { loadState } from '@nextcloud/initial-state'
+
import * as AppConfig from './appconfig'
import * as Comments from './comments'
-import Loader from './loader'
-import { loadState } from '@nextcloud/initial-state'
+import * as WhatsNew from './whatsnew'
+
import Collaboration from './collaboration'
+import Loader from './loader'
import Toast from './toast'
-import * as WhatsNew from './whatsnew'
/** @namespace OCP */
export default {
@@ -21,6 +44,9 @@ export default {
loadState,
},
Loader,
+ /**
+ * @deprecated 19.0.0 use the `@nextcloud/dialogs` package instead
+ */
Toast,
WhatsNew,
}
diff --git a/core/src/OCP/loader.js b/core/src/OCP/loader.js
index 46087fcae19..9a41fa7910f 100644
--- a/core/src/OCP/loader.js
+++ b/core/src/OCP/loader.js
@@ -1,6 +1,8 @@
/**
* @copyright Copyright (c) 2018 Julius Härtl <jus@bitgrid.net>
*
+ * @author Christoph Wurst <christoph@winzerhof-wurst.at>
+ * @author John Molakvoæ <skjnldsv@protonmail.com>
* @author Julius Härtl <jus@bitgrid.net>
*
* @license GNU AGPL version 3 or any later version
@@ -35,7 +37,7 @@ export default {
* @param {string} file the script file name
* @returns {Promise}
*/
- loadScript: function(app, file) {
+ loadScript(app, file) {
const key = app + file
if (Object.prototype.hasOwnProperty.call(loadedScripts, key)) {
return Promise.resolve()
@@ -59,7 +61,7 @@ export default {
* @param {string} file the script file name
* @returns {Promise}
*/
- loadStylesheet: function(app, file) {
+ loadStylesheet(app, file) {
const key = app + file
if (Object.prototype.hasOwnProperty.call(loadedStylesheets, key)) {
return Promise.resolve()
diff --git a/core/src/OCP/toast.js b/core/src/OCP/toast.js
index 6bb3b130287..9fde3884987 100644
--- a/core/src/OCP/toast.js
+++ b/core/src/OCP/toast.js
@@ -1,6 +1,7 @@
-/*
+/**
* @copyright Copyright (c) 2019 Julius Härtl <jus@bitgrid.net>
*
+ * @author Christoph Wurst <christoph@winzerhof-wurst.at>
* @author Julius Härtl <jus@bitgrid.net>
*
* @license GNU AGPL version 3 or any later version
@@ -20,70 +21,63 @@
*
*/
-import Toastify from 'toastify-js'
+import {
+ showError,
+ showInfo, showMessage,
+ showSuccess,
+ showWarning,
+} from '@nextcloud/dialogs'
-const TOAST_TYPE_CLASES = {
- error: 'toast-error',
- info: 'toast-info',
- warning: 'toast-warning',
- success: 'toast-success',
- permanent: 'permanent',
-}
-
-const Toast = {
-
- success(text, options = {}) {
- options.type = 'success'
- return this.message(text, options)
+export default {
+ /**
+ * @deprecated 19.0.0 use `showSuccess` from the `@nextcloud/dialogs` package instead
+ *
+ * @param {string} text the toast text
+ * @param {object} options options
+ * @returns {Toast}
+ */
+ success(text, options) {
+ return showSuccess(text, options)
},
-
- warning(text, options = {}) {
- options.type = 'warning'
- return this.message(text, options)
+ /**
+ * @deprecated 19.0.0 use `showWarning` from the `@nextcloud/dialogs` package instead
+ *
+ * @param {string} text the toast text
+ * @param {object} options options
+ * @returns {Toast}
+ */
+ warning(text, options) {
+ return showWarning(text, options)
},
-
- error(text, options = {}) {
- options.type = 'error'
- return this.message(text, options)
+ /**
+ * @deprecated 19.0.0 use `showError` from the `@nextcloud/dialogs` package instead
+ *
+ * @param {string} text the toast text
+ * @param {object} options options
+ * @returns {Toast}
+ */
+ error(text, options) {
+ return showError(text, options)
},
-
- info(text, options = {}) {
- options.type = 'info'
- return this.message(text, options)
+ /**
+ * @deprecated 19.0.0 use `showInfo` from the `@nextcloud/dialogs` package instead
+ *
+ * @param {string} text the toast text
+ * @param {object} options options
+ * @returns {Toast}
+ */
+ info(text, options) {
+ return showInfo(text, options)
},
-
+ /**
+ * @deprecated 19.0.0 use `showMessage` from the `@nextcloud/dialogs` package instead
+ *
+ * @param {string} text the toast text
+ * @param {object} options options
+ * @returns {Toast}
+ */
message(text, options) {
- options = options || {}
- _.defaults(options, {
- timeout: 7,
- isHTML: false,
- type: undefined,
- close: true,
- callback: () => {},
- })
- if (!options.isHTML) {
- text = $('<div/>').text(text).html()
- }
- let classes = ''
- if (options.type) {
- classes = TOAST_TYPE_CLASES[options.type]
- }
-
- const toast = Toastify({
- text: text,
- duration: options.timeout ? options.timeout * 1000 : null,
- callback: options.callback,
- close: options.close,
- gravity: 'top',
- selector: !window.TESTING ? 'content' : 'testArea',
- positionLeft: false,
- backgroundColor: '',
- className: 'toast ' + classes,
- })
- toast.showToast()
- // add toastify object to the element for reference in legacy OC.Notification
- toast.toastElement.toastify = toast
- return toast
+ return showMessage(text, options)
},
+
}
-export default Toast
diff --git a/core/src/OCP/whatsnew.js b/core/src/OCP/whatsnew.js
index c0df8af7b3f..afcffb7c34f 100644
--- a/core/src/OCP/whatsnew.js
+++ b/core/src/OCP/whatsnew.js
@@ -1,10 +1,24 @@
/**
* @copyright (c) 2017 Arthur Schiwon <blizzz@arthur-schiwon.de>
*
- * @author Arthur Schiwon <blizzz@arthur-schiwon.de>
+ * @author Christoph Wurst <christoph@winzerhof-wurst.at>
+ * @author John Molakvoæ <skjnldsv@protonmail.com>
+ *
+ * @license GNU AGPL version 3 or any later version
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Affero General Public License as
+ * published by the Free Software Foundation, either version 3 of the
+ * License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Affero General Public License for more details.
+ *
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*
- * This file is licensed under the Affero General Public License version 3 or
- * later. See the COPYING file.
*/
import _ from 'underscore'
@@ -59,14 +73,14 @@ function onQuerySuccess(data, statusText, xhr, dismissOptions) {
menuItem.className = 'menuitem'
text = document.createElement('span')
- text.innerText = t('core', 'New in') + ' ' + data['ocs']['data']['product']
+ text.innerText = t('core', 'New in') + ' ' + data.ocs.data.product
text.className = 'caption'
menuItem.appendChild(text)
icon = document.createElement('span')
icon.className = 'icon-close'
icon.onclick = function() {
- dismiss(data['ocs']['data']['version'], dismissOptions)
+ dismiss(data.ocs.data.version, dismissOptions)
}
menuItem.appendChild(icon)
@@ -74,8 +88,8 @@ function onQuerySuccess(data, statusText, xhr, dismissOptions) {
list.appendChild(item)
// Highlights
- for (const i in data['ocs']['data']['whatsNew']['regular']) {
- const whatsNewTextItem = data['ocs']['data']['whatsNew']['regular'][i]
+ for (const i in data.ocs.data.whatsNew.regular) {
+ const whatsNewTextItem = data.ocs.data.whatsNew.regular[i]
item = document.createElement('li')
menuItem = document.createElement('span')
@@ -94,11 +108,11 @@ function onQuerySuccess(data, statusText, xhr, dismissOptions) {
}
// Changelog URL
- if (!_.isUndefined(data['ocs']['data']['changelogURL'])) {
+ if (!_.isUndefined(data.ocs.data.changelogURL)) {
item = document.createElement('li')
menuItem = document.createElement('a')
- menuItem.href = data['ocs']['data']['changelogURL']
+ menuItem.href = data.ocs.data.changelogURL
menuItem.rel = 'noreferrer noopener'
menuItem.target = '_blank'
diff --git a/core/src/Polyfill/closest.js b/core/src/Polyfill/closest.js
index 6af05d526a7..059f981e973 100644
--- a/core/src/Polyfill/closest.js
+++ b/core/src/Polyfill/closest.js
@@ -1,3 +1,25 @@
+/**
+ * @copyright Copyright (c) 2016 John Molakvoæ <skjnldsv@protonmail.com>
+ *
+ * @author John Molakvoæ <skjnldsv@protonmail.com>
+ *
+ * @license GNU AGPL version 3 or any later version
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Affero General Public License as
+ * published by the Free Software Foundation, either version 3 of the
+ * License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Affero General Public License for more details.
+ *
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ *
+ */
+
// https://developer.mozilla.org/en-US/docs/Web/API/Element/closest#Polyfill
if (!Element.prototype.matches) {
diff --git a/core/src/Polyfill/console.js b/core/src/Polyfill/console.js
index 0d60fe6f20d..0659cd6dc42 100644
--- a/core/src/Polyfill/console.js
+++ b/core/src/Polyfill/console.js
@@ -1,8 +1,8 @@
-/* eslint-disable no-console */
/**
* @copyright 2019 Christoph Wurst <christoph@winzerhof-wurst.at>
*
- * @author 2019 Christoph Wurst <christoph@winzerhof-wurst.at>
+ * @author Christoph Wurst <christoph@winzerhof-wurst.at>
+ * @author John Molakvoæ <skjnldsv@protonmail.com>
*
* @license GNU AGPL version 3 or any later version
*
@@ -17,9 +17,11 @@
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ *
*/
+/* eslint-disable no-console */
if (typeof console === 'undefined' || typeof console.log === 'undefined') {
if (!window.console) {
window.console = {}
diff --git a/core/src/Polyfill/index.js b/core/src/Polyfill/index.js
index 306c72a0777..57a1f516695 100644
--- a/core/src/Polyfill/index.js
+++ b/core/src/Polyfill/index.js
@@ -1,7 +1,8 @@
/**
* @copyright 2019 Christoph Wurst <christoph@winzerhof-wurst.at>
*
- * @author 2019 Christoph Wurst <christoph@winzerhof-wurst.at>
+ * @author Christoph Wurst <christoph@winzerhof-wurst.at>
+ * @author John Molakvoæ <skjnldsv@protonmail.com>
*
* @license GNU AGPL version 3 or any later version
*
@@ -16,7 +17,8 @@
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ *
*/
import './console'
diff --git a/core/src/Polyfill/tooltip.js b/core/src/Polyfill/tooltip.js
index 08cc58c338c..1001d62bd8d 100644
--- a/core/src/Polyfill/tooltip.js
+++ b/core/src/Polyfill/tooltip.js
@@ -1,7 +1,9 @@
-/*
+/**
* @copyright 2019 Julius Härtl <jus@bitgrid.net>
*
- * @author 2019 Julius Härtl <jus@bitgrid.net>
+ * @author Christoph Wurst <christoph@winzerhof-wurst.at>
+ * @author John Molakvoæ <skjnldsv@protonmail.com>
+ * @author Julius Härtl <jus@bitgrid.net>
*
* @license GNU AGPL version 3 or any later version
*
@@ -16,7 +18,8 @@
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ *
*/
$.prototype.tooltip = (function(tooltip) {
@@ -25,11 +28,15 @@ $.prototype.tooltip = (function(tooltip) {
return tooltip.call(this, config)
} catch (ex) {
if (ex instanceof TypeError && config === 'destroy') {
- console.error('Deprecated call $.tooltip(\'destroy\') has been deprecated and should be removed')
+ if (window.TESTING === undefined) {
+ console.error('Deprecated call $.tooltip(\'destroy\') has been deprecated and should be removed')
+ }
return tooltip.call(this, 'dispose')
}
if (ex instanceof TypeError && config === 'fixTitle') {
- console.error('Deprecated call $.tooltip(\'fixTitle\') has been deprecated and should be removed')
+ if (window.TESTING === undefined) {
+ console.error('Deprecated call $.tooltip(\'fixTitle\') has been deprecated and should be removed')
+ }
return tooltip.call(this, '_fixTitle')
}
}
diff --git a/core/src/Polyfill/windows-phone.js b/core/src/Polyfill/windows-phone.js
index 983e412e453..6bb01888c43 100644
--- a/core/src/Polyfill/windows-phone.js
+++ b/core/src/Polyfill/windows-phone.js
@@ -1,7 +1,8 @@
-/*
+/**
* @copyright 2019 Christoph Wurst <christoph@winzerhof-wurst.at>
*
- * @author 2019 Christoph Wurst <christoph@winzerhof-wurst.at>
+ * @author Christoph Wurst <christoph@winzerhof-wurst.at>
+ * @author John Molakvoæ <skjnldsv@protonmail.com>
*
* @license GNU AGPL version 3 or any later version
*
@@ -16,7 +17,8 @@
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ *
*/
// fix device width on windows phone
diff --git a/core/src/Util/get-url-parameter.js b/core/src/Util/get-url-parameter.js
index 6f809994f10..1bde89ed7b1 100644
--- a/core/src/Util/get-url-parameter.js
+++ b/core/src/Util/get-url-parameter.js
@@ -1,7 +1,8 @@
/**
* @copyright 2019 Christoph Wurst <christoph@winzerhof-wurst.at>
*
- * @author 2019 Christoph Wurst <christoph@winzerhof-wurst.at>
+ * @author Christoph Wurst <christoph@winzerhof-wurst.at>
+ * @author John Molakvoæ <skjnldsv@protonmail.com>
*
* @license GNU AGPL version 3 or any later version
*
@@ -16,15 +17,10 @@
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ *
*/
-/**
- * Get the value of a URL parameter
- * @link http://stackoverflow.com/questions/1403888/get-url-parameter-with-jquery
- * @param {string} name URL parameter
- * @returns {string}
- */
export default function getURLParameter(name) {
return decodeURIComponent(
// eslint-disable-next-line no-sparse-arrays
diff --git a/core/src/Util/human-file-size.js b/core/src/Util/human-file-size.js
deleted file mode 100644
index 7f9eb7ab61d..00000000000
--- a/core/src/Util/human-file-size.js
+++ /dev/null
@@ -1,51 +0,0 @@
-/*
- * @copyright 2019 Christoph Wurst <christoph@winzerhof-wurst.at>
- *
- * @author 2019 Christoph Wurst <christoph@winzerhof-wurst.at>
- *
- * @license GNU AGPL version 3 or any later version
- *
- * This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License as
- * published by the Free Software Foundation, either version 3 of the
- * License, or (at your option) any later version.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU Affero General Public License for more details.
- *
- * You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see <http://www.gnu.org/licenses/>.
- */
-
-/**
- * Returns a human readable file size
- * @param {number} size Size in bytes
- * @param {boolean} skipSmallSizes return '< 1 kB' for small files
- * @returns {string}
- */
-export default function humanFileSize(size, skipSmallSizes) {
- const humanList = ['B', 'KB', 'MB', 'GB', 'TB']
- // Calculate Log with base 1024: size = 1024 ** order
- let order = size > 0 ? Math.floor(Math.log(size) / Math.log(1024)) : 0
- // Stay in range of the byte sizes that are defined
- order = Math.min(humanList.length - 1, order)
- const readableFormat = humanList[order]
- let relativeSize = (size / Math.pow(1024, order)).toFixed(1)
- if (skipSmallSizes === true && order === 0) {
- if (relativeSize !== '0.0') {
- return '< 1 KB'
- } else {
- return '0 KB'
- }
- }
- if (order < 2) {
- relativeSize = parseFloat(relativeSize).toFixed(0)
- } else if (relativeSize.substr(relativeSize.length - 2, 2) === '.0') {
- relativeSize = relativeSize.substr(0, relativeSize.length - 2)
- } else {
- relativeSize = parseFloat(relativeSize).toLocaleString(OC.getCanonicalLocale())
- }
- return relativeSize + ' ' + readableFormat
-}
diff --git a/core/src/components/ContactsMenu.js b/core/src/components/ContactsMenu.js
index 0791fe83b0c..a2e09341067 100644
--- a/core/src/components/ContactsMenu.js
+++ b/core/src/components/ContactsMenu.js
@@ -1,7 +1,8 @@
/**
* @copyright 2019 Christoph Wurst <christoph@winzerhof-wurst.at>
*
- * @author 2019 Christoph Wurst <christoph@winzerhof-wurst.at>
+ * @author Christoph Wurst <christoph@winzerhof-wurst.at>
+ * @author John Molakvoæ <skjnldsv@protonmail.com>
*
* @license GNU AGPL version 3 or any later version
*
@@ -16,7 +17,8 @@
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ *
*/
import $ from 'jquery'
diff --git a/core/src/components/HeaderMenu.vue b/core/src/components/HeaderMenu.vue
new file mode 100644
index 00000000000..12afa16e091
--- /dev/null
+++ b/core/src/components/HeaderMenu.vue
@@ -0,0 +1,215 @@
+ <!--
+ - @copyright Copyright (c) 2020 John Molakvoæ <skjnldsv@protonmail.com>
+ -
+ - @author John Molakvoæ <skjnldsv@protonmail.com>
+ -
+ - @license GNU AGPL version 3 or any later version
+ -
+ - This program is free software: you can redistribute it and/or modify
+ - it under the terms of the GNU Affero General Public License as
+ - published by the Free Software Foundation, either version 3 of the
+ - License, or (at your option) any later version.
+ -
+ - This program is distributed in the hope that it will be useful,
+ - but WITHOUT ANY WARRANTY; without even the implied warranty of
+ - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ - GNU Affero General Public License for more details.
+ -
+ - You should have received a copy of the GNU Affero General Public License
+ - along with this program. If not, see <http://www.gnu.org/licenses/>.
+ -
+ -->
+<template>
+ <div
+ :id="id"
+ v-click-outside="clickOutsideConfig"
+ :class="{ 'header-menu--opened': opened }"
+ class="header-menu">
+ <a class="header-menu__trigger"
+ href="#"
+ :aria-controls="`header-menu-${id}`"
+ :aria-expanded="opened"
+ aria-haspopup="true"
+ @click.prevent="toggleMenu">
+ <slot name="trigger" />
+ </a>
+ <div v-if="opened"
+ :id="`header-menu-${id}`"
+ class="header-menu__wrapper"
+ role="menu">
+ <div class="header-menu__carret" />
+ <div class="header-menu__content">
+ <slot />
+ </div>
+ </div>
+ </div>
+</template>
+
+<script>
+import { directive as ClickOutside } from 'v-click-outside'
+import excludeClickOutsideClasses from '@nextcloud/vue/dist/Mixins/excludeClickOutsideClasses'
+
+export default {
+ name: 'HeaderMenu',
+
+ directives: {
+ ClickOutside,
+ },
+
+ mixins: [
+ excludeClickOutsideClasses,
+ ],
+
+ props: {
+ id: {
+ type: String,
+ required: true,
+ },
+ open: {
+ type: Boolean,
+ default: false,
+ },
+ },
+
+ data() {
+ return {
+ opened: this.open,
+ clickOutsideConfig: {
+ handler: this.closeMenu,
+ middleware: this.clickOutsideMiddleware,
+ },
+ }
+ },
+
+ watch: {
+ open(newVal) {
+ this.opened = newVal
+ this.$nextTick(() => {
+ if (this.opened) {
+ this.openMenu()
+ } else {
+ this.closeMenu()
+ }
+ })
+ },
+ },
+
+ mounted() {
+ document.addEventListener('keydown', this.onKeyDown)
+ },
+ beforeDestroy() {
+ document.removeEventListener('keydown', this.onKeyDown)
+ },
+
+ methods: {
+ /**
+ * Toggle the current menu open state
+ */
+ toggleMenu() {
+ // Toggling current state
+ if (!this.opened) {
+ this.openMenu()
+ } else {
+ this.closeMenu()
+ }
+ },
+
+ /**
+ * Close the current menu
+ */
+ closeMenu() {
+ if (!this.opened) {
+ return
+ }
+
+ this.opened = false
+ this.$emit('close')
+ this.$emit('update:open', false)
+ },
+
+ /**
+ * Open the current menu
+ */
+ openMenu() {
+ if (this.opened) {
+ return
+ }
+
+ this.opened = true
+ this.$emit('open')
+ this.$emit('update:open', true)
+ },
+
+ onKeyDown(event) {
+ // If opened and escape pressed, close
+ if (event.key === 'Escape' && this.opened) {
+ event.preventDefault()
+
+ /** user cancelled the menu by pressing escape */
+ this.$emit('cancel')
+
+ /** we do NOT fire a close event to differentiate cancel and close */
+ this.opened = false
+ this.$emit('update:open', false)
+ }
+ },
+ },
+}
+</script>
+
+<style lang="scss" scoped>
+.header-menu {
+ &__trigger {
+ display: flex;
+ align-items: center;
+ justify-content: center;
+ width: 50px;
+ height: 100%;
+ margin: 0;
+ padding: 0;
+ cursor: pointer;
+ opacity: .6;
+ }
+
+ &--opened &__trigger,
+ &__trigger:hover,
+ &__trigger:focus,
+ &__trigger:active {
+ opacity: 1;
+ }
+
+ &__wrapper {
+ position: absolute;
+ z-index: 2000;
+ top: 50px;
+ right: 5px;
+ box-sizing: border-box;
+ margin: 0;
+ border-radius: 0 0 var(--border-radius) var(--border-radius);
+ background-color: var(--color-main-background);
+
+ filter: drop-shadow(0 1px 5px var(--color-box-shadow));
+ }
+
+ &__carret {
+ position: absolute;
+ right: 10px;
+ bottom: 100%;
+ width: 0;
+ height: 0;
+ content: ' ';
+ pointer-events: none;
+ border: 10px solid transparent;
+ border-bottom-color: var(--color-main-background);
+ }
+
+ &__content {
+ overflow: auto;
+ width: 350px;
+ max-width: 350px;
+ min-height: calc(44px * 1.5);
+ max-height: calc(100vh - 50px * 2);
+ }
+}
+
+</style>
diff --git a/core/src/components/MainMenu.js b/core/src/components/MainMenu.js
index d57711010ea..3b5aa19245e 100644
--- a/core/src/components/MainMenu.js
+++ b/core/src/components/MainMenu.js
@@ -1,7 +1,9 @@
-/*
+/**
* @copyright 2019 Christoph Wurst <christoph@winzerhof-wurst.at>
*
- * @author 2019 Christoph Wurst <christoph@winzerhof-wurst.at>
+ * @author Christoph Wurst <christoph@winzerhof-wurst.at>
+ * @author John Molakvoæ <skjnldsv@protonmail.com>
+ * @author Julius Härtl <jus@bitgrid.net>
*
* @license GNU AGPL version 3 or any later version
*
@@ -16,7 +18,8 @@
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ *
*/
import $ from 'jquery'
@@ -29,6 +32,26 @@ import OC from '../OC'
* If the screen is bigger, the main menu is not a toggle any more.
*/
export const setUp = () => {
+
+ Object.assign(OC, {
+ setNavigationCounter(id, counter) {
+ const appmenuElement = document.getElementById('appmenu').querySelector('[data-id="' + id + '"] svg')
+ const appsElement = document.getElementById('apps').querySelector('[data-id="' + id + '"] svg')
+ if (counter === 0) {
+ appmenuElement.classList.remove('has-unread')
+ appsElement.classList.remove('has-unread')
+ appmenuElement.getElementsByTagName('image')[0].style.mask = ''
+ appsElement.getElementsByTagName('image')[0].style.mask = ''
+ } else {
+ appmenuElement.classList.add('has-unread')
+ appsElement.classList.add('has-unread')
+ appmenuElement.getElementsByTagName('image')[0].style.mask = 'url(#hole)'
+ appsElement.getElementsByTagName('image')[0].style.mask = 'url(#hole)'
+ }
+ document.getElementById('appmenu').querySelector('[data-id="' + id + '"] .unread-counter').textContent = counter
+ document.getElementById('apps').querySelector('[data-id="' + id + '"] .unread-counter').textContent = counter
+ },
+ })
// init the more-apps menu
OC.registerMenu($('#more-apps > a'), $('#navigation'))
diff --git a/core/src/components/UnifiedSearch/SearchResult.vue b/core/src/components/UnifiedSearch/SearchResult.vue
new file mode 100644
index 00000000000..e50cc413d03
--- /dev/null
+++ b/core/src/components/UnifiedSearch/SearchResult.vue
@@ -0,0 +1,257 @@
+ <!--
+ - @copyright Copyright (c) 2020 John Molakvoæ <skjnldsv@protonmail.com>
+ -
+ - @author John Molakvoæ <skjnldsv@protonmail.com>
+ -
+ - @license GNU AGPL version 3 or any later version
+ -
+ - This program is free software: you can redistribute it and/or modify
+ - it under the terms of the GNU Affero General Public License as
+ - published by the Free Software Foundation, either version 3 of the
+ - License, or (at your option) any later version.
+ -
+ - This program is distributed in the hope that it will be useful,
+ - but WITHOUT ANY WARRANTY; without even the implied warranty of
+ - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ - GNU Affero General Public License for more details.
+ -
+ - You should have received a copy of the GNU Affero General Public License
+ - along with this program. If not, see <http://www.gnu.org/licenses/>.
+ -
+ -->
+<template>
+ <a :href="resourceUrl || '#'"
+ class="unified-search__result"
+ :class="{
+ 'unified-search__result--focused': focused,
+ }"
+ @click="reEmitEvent"
+ @focus="reEmitEvent">
+
+ <!-- Icon describing the result -->
+ <div class="unified-search__result-icon"
+ :class="{
+ 'unified-search__result-icon--rounded': rounded,
+ 'unified-search__result-icon--no-preview': !hasValidThumbnail && !loaded,
+ 'unified-search__result-icon--with-thumbnail': hasValidThumbnail && loaded,
+ [icon]: !loaded && !isIconUrl,
+ }"
+ :style="{
+ backgroundImage: isIconUrl ? `url(${icon})` : '',
+ }"
+ role="img">
+
+ <img v-if="hasValidThumbnail"
+ v-show="loaded"
+ :src="thumbnailUrl"
+ alt=""
+ @error="onError"
+ @load="onLoad">
+ </div>
+
+ <!-- Title and sub-title -->
+ <span class="unified-search__result-content">
+ <h3 class="unified-search__result-line-one" :title="title">
+ <Highlight :text="title" :search="query" />
+ </h3>
+ <h4 v-if="subline" class="unified-search__result-line-two" :title="subline">{{ subline }}</h4>
+ </span>
+ </a>
+</template>
+
+<script>
+import Highlight from '@nextcloud/vue/dist/Components/Highlight'
+
+export default {
+ name: 'SearchResult',
+
+ components: {
+ Highlight,
+ },
+
+ props: {
+ thumbnailUrl: {
+ type: String,
+ default: null,
+ },
+ title: {
+ type: String,
+ required: true,
+ },
+ subline: {
+ type: String,
+ default: null,
+ },
+ resourceUrl: {
+ type: String,
+ default: null,
+ },
+ icon: {
+ type: String,
+ default: '',
+ },
+ rounded: {
+ type: Boolean,
+ default: false,
+ },
+ query: {
+ type: String,
+ default: '',
+ },
+
+ /**
+ * Only used for the first result as a visual feedback
+ * so we can keep the search input focused but pressing
+ * enter still opens the first result
+ */
+ focused: {
+ type: Boolean,
+ default: false,
+ },
+ },
+
+ data() {
+ return {
+ hasValidThumbnail: this.thumbnailUrl && this.thumbnailUrl.trim() !== '',
+ loaded: false,
+ }
+ },
+
+ computed: {
+ isIconUrl() {
+ // If we're facing an absolute url
+ if (this.icon.startsWith('/')) {
+ return true
+ }
+
+ // Otherwise, let's check if this is a valid url
+ try {
+ // eslint-disable-next-line no-new
+ new URL(this.icon)
+ } catch {
+ return false
+ }
+ return true
+ },
+ },
+
+ watch: {
+ // Make sure to reset state on change even when vue recycle the component
+ thumbnailUrl() {
+ this.hasValidThumbnail = this.thumbnailUrl && this.thumbnailUrl.trim() !== ''
+ this.loaded = false
+ },
+ },
+
+ methods: {
+ reEmitEvent(e) {
+ this.$emit(e.type, e)
+ },
+
+ /**
+ * If the image fails to load, fallback to iconClass
+ */
+ onError() {
+ this.hasValidThumbnail = false
+ },
+
+ onLoad() {
+ this.loaded = true
+ },
+ },
+}
+</script>
+
+<style lang="scss" scoped>
+$clickable-area: 44px;
+$margin: 10px;
+
+.unified-search__result {
+ display: flex;
+ height: $clickable-area;
+ padding: $margin;
+ border-bottom: 1px solid var(--color-border);
+
+ // Load more entry,
+ &:last-child {
+ border-bottom: none;
+ }
+
+ &--focused,
+ &:active,
+ &:hover,
+ &:focus {
+ background-color: var(--color-background-hover);
+ }
+
+ * {
+ cursor: pointer;
+ }
+
+ &-icon {
+ overflow: hidden;
+ width: $clickable-area;
+ height: $clickable-area;
+ border-radius: var(--border-radius);
+ background-repeat: no-repeat;
+ background-position: center center;
+ background-size: 32px;
+ &--rounded {
+ border-radius: $clickable-area / 2;
+ }
+ &--no-preview {
+ background-size: 32px;
+ }
+ &--with-thumbnail {
+ background-size: cover;
+ }
+ &--with-thumbnail:not(&--rounded) {
+ // compensate for border
+ max-width: $clickable-area - 2px;
+ max-height: $clickable-area - 2px;
+ border: 1px solid var(--color-border);
+ }
+
+ img {
+ // Make sure to keep ratio
+ width: 100%;
+ height: 100%;
+
+ object-fit: cover;
+ object-position: center;
+ }
+ }
+
+ &-icon,
+ &-actions {
+ flex: 0 0 $clickable-area;
+ }
+
+ &-content {
+ display: flex;
+ align-items: center;
+ flex: 1 1 100%;
+ flex-wrap: wrap;
+ // Set to minimum and gro from it
+ min-width: 0;
+ padding-left: $margin;
+ }
+
+ &-line-one,
+ &-line-two {
+ overflow: hidden;
+ flex: 1 1 100%;
+ margin: 1px 0;
+ white-space: nowrap;
+ text-overflow: ellipsis;
+ // Use the same color as the `a`
+ color: inherit;
+ font-size: inherit;
+ }
+ &-line-two {
+ opacity: .7;
+ font-size: var(--default-font-size);
+ }
+}
+
+</style>
diff --git a/core/src/components/UnifiedSearch/SearchResultPlaceholders.vue b/core/src/components/UnifiedSearch/SearchResultPlaceholders.vue
new file mode 100644
index 00000000000..31f85f413d3
--- /dev/null
+++ b/core/src/components/UnifiedSearch/SearchResultPlaceholders.vue
@@ -0,0 +1,100 @@
+<template>
+ <ul>
+ <!-- Placeholder animation -->
+ <svg class="unified-search__result-placeholder-gradient">
+ <defs>
+ <linearGradient id="unified-search__result-placeholder-gradient">
+ <stop offset="0%" :stop-color="light">
+ <animate attributeName="stop-color"
+ :values="`${light}; ${light}; ${dark}; ${dark}; ${light}`"
+ dur="2s"
+ repeatCount="indefinite" />
+ </stop>
+ <stop offset="100%" :stop-color="dark">
+ <animate attributeName="stop-color"
+ :values="`${dark}; ${light}; ${light}; ${dark}; ${dark}`"
+ dur="2s"
+ repeatCount="indefinite" />
+ </stop>
+ </linearGradient>
+ </defs>
+ </svg>
+
+ <!-- Placeholders -->
+ <li v-for="placeholder in [1, 2, 3]" :key="placeholder">
+ <svg
+ class="unified-search__result-placeholder"
+ xmlns="http://www.w3.org/2000/svg"
+ fill="url(#unified-search__result-placeholder-gradient)">
+ <rect class="unified-search__result-placeholder-icon" />
+ <rect class="unified-search__result-placeholder-line-one" />
+ <rect class="unified-search__result-placeholder-line-two" :style="{width: `calc(${randWidth()}%)`}" />
+ </svg>
+ </li>
+ </ul>
+</template>
+
+<script>
+export default {
+ name: 'SearchResultPlaceholders',
+
+ data() {
+ return {
+ light: null,
+ dark: null,
+ }
+ },
+ mounted() {
+ const styles = getComputedStyle(document.documentElement)
+ this.dark = styles.getPropertyValue('--color-placeholder-dark')
+ this.light = styles.getPropertyValue('--color-placeholder-light')
+ },
+
+ methods: {
+ randWidth() {
+ return Math.floor(Math.random() * 20) + 30
+ },
+ },
+}
+</script>
+
+<style lang="scss" scoped>
+$clickable-area: 44px;
+$margin: 10px;
+
+.unified-search__result-placeholder-gradient {
+ position: fixed;
+ height: 0;
+ width: 0;
+ z-index: -1;
+}
+
+.unified-search__result-placeholder {
+ width: calc(100% - 2 * #{$margin});
+ height: $clickable-area;
+ margin: $margin;
+
+ &-icon {
+ width: $clickable-area;
+ height: $clickable-area;
+ rx: var(--border-radius);
+ ry: var(--border-radius);
+ }
+
+ &-line-one,
+ &-line-two {
+ width: calc(100% - #{$margin + $clickable-area});
+ height: 1em;
+ x: $margin + $clickable-area;
+ }
+
+ &-line-one {
+ y: 5px;
+ }
+
+ &-line-two {
+ y: 25px;
+ }
+}
+
+</style>
diff --git a/core/src/components/UserMenu.js b/core/src/components/UserMenu.js
index a9e7d8725bb..c4cb6527da3 100644
--- a/core/src/components/UserMenu.js
+++ b/core/src/components/UserMenu.js
@@ -1,7 +1,7 @@
-/*
+/**
* @copyright 2019 Christoph Wurst <christoph@winzerhof-wurst.at>
*
- * @author 2019 Christoph Wurst <christoph@winzerhof-wurst.at>
+ * @author Christoph Wurst <christoph@winzerhof-wurst.at>
*
* @license GNU AGPL version 3 or any later version
*
@@ -16,7 +16,8 @@
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ *
*/
import OC from '../OC'
diff --git a/core/src/components/login/LoginButton.vue b/core/src/components/login/LoginButton.vue
new file mode 100644
index 00000000000..f7d426e6c63
--- /dev/null
+++ b/core/src/components/login/LoginButton.vue
@@ -0,0 +1,56 @@
+<!--
+ - @copyright 2020 Christoph Wurst <christoph@winzerhof-wurst.at>
+ -
+ - @author 2020 Christoph Wurst <christoph@winzerhof-wurst.at>
+ -
+ - @license GNU AGPL version 3 or any later version
+ -
+ - This program is free software: you can redistribute it and/or modify
+ - it under the terms of the GNU Affero General Public License as
+ - published by the Free Software Foundation, either version 3 of the
+ - License, or (at your option) any later version.
+ -
+ - This program is distributed in the hope that it will be useful,
+ - but WITHOUT ANY WARRANTY; without even the implied warranty of
+ - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ - GNU Affero General Public License for more details.
+ -
+ - You should have received a copy of the GNU Affero General Public License
+ - along with this program. If not, see <http://www.gnu.org/licenses/>.
+ -->
+
+<template>
+ <div id="submit-wrapper" @click="$emit('click')">
+ <input id="submit-form"
+ type="submit"
+ class="login primary"
+ title=""
+ :value="!loading ? t('core', 'Log in') : t('core', 'Logging in …')">
+ <div class="submit-icon"
+ :class="{
+ 'icon-confirm-white': !loading,
+ 'icon-loading-small': loading && invertedColors,
+ 'icon-loading-small-dark': loading && !invertedColors,
+ }" />
+ </div>
+</template>
+
+<script>
+export default {
+ name: 'LoginButton',
+ props: {
+ loading: {
+ type: Boolean,
+ required: true,
+ },
+ invertedColors: {
+ type: Boolean,
+ default: false,
+ },
+ },
+}
+</script>
+
+<style scoped>
+
+</style>
diff --git a/core/src/components/login/LoginForm.vue b/core/src/components/login/LoginForm.vue
index 687896ceb54..c75b6f2c7ea 100644
--- a/core/src/components/login/LoginForm.vue
+++ b/core/src/components/login/LoginForm.vue
@@ -20,9 +20,10 @@
-->
<template>
- <form method="post"
+ <form ref="loginForm"
+ method="post"
name="login"
- :action="OC.generateUrl('login')"
+ :action="loginActionUrl"
@submit="submit">
<fieldset>
<div v-if="apacheAuthFailed"
@@ -46,7 +47,7 @@
class="hidden">
<img class="float-spinner"
alt=""
- :src="OC.imagePath('core', 'loading-dark.gif')">
+ :src="loadingIcon">
<span id="messageText" />
<!-- the following div ensures that the spinner is always inside the #message div -->
<div style="clear: both;" />
@@ -58,12 +59,13 @@
v-model="user"
type="text"
name="user"
+ autocapitalize="off"
:autocomplete="autoCompleteAllowed ? 'on' : 'off'"
:placeholder="t('core', 'Username or email')"
:aria-label="t('core', 'Username or email')"
required
@change="updateUsername">
- <label for="user" class="infield">{{ t('core', 'Username or email') }}</label>
+ <label for="user" class="infield">{{ t('core', 'Username or email') }}</label>
</p>
<p class="groupbottom"
@@ -80,23 +82,11 @@
<label for="password"
class="infield">{{ t('Password') }}</label>
<a href="#" class="toggle-password" @click.stop.prevent="togglePassword">
- <img :src="OC.imagePath('core', 'actions/toggle.svg')">
+ <img :src="toggleIcon" :alt="t('core', 'Toggle password visibility')">
</a>
</p>
- <div id="submit-wrapper">
- <input id="submit-form"
- type="submit"
- class="login primary"
- title=""
- :value="!loading ? t('core', 'Log in') : t('core', 'Logging in …')">
- <div class="submit-icon"
- :class="{
- 'icon-confirm-white': !loading,
- 'icon-loading-small': loading && invertedColors,
- 'icon-loading-small-dark': loading && !invertedColors,
- }" />
- </div>
+ <LoginButton :loading="loading" :inverted-colors="invertedColors" />
<p v-if="invalidPassword"
class="warning wrongPasswordMsg">
@@ -104,7 +94,7 @@
</p>
<p v-else-if="userDisabled"
class="warning userDisabledMsg">
- {{ t('lib', 'User disabled') }}
+ {{ t('core', 'User disabled') }}
</p>
<p v-if="throttleDelay && throttleDelay > 5000"
@@ -135,9 +125,15 @@
<script>
import jstz from 'jstimezonedetect'
+import LoginButton from './LoginButton'
+import {
+ generateUrl,
+ imagePath,
+} from '@nextcloud/router'
export default {
name: 'LoginForm',
+ components: { LoginButton },
props: {
username: {
type: String,
@@ -193,6 +189,15 @@ export default {
userDisabled() {
return this.errors.indexOf('userdisabled') !== -1
},
+ toggleIcon() {
+ return imagePath('core', 'actions/toggle.svg')
+ },
+ loadingIcon() {
+ return imagePath('core', 'loading-dark.gif')
+ },
+ loginActionUrl() {
+ return generateUrl('login')
+ },
},
mounted() {
if (this.username === '') {
diff --git a/core/src/components/login/PasswordLessLoginForm.vue b/core/src/components/login/PasswordLessLoginForm.vue
new file mode 100644
index 00000000000..0203bd74c48
--- /dev/null
+++ b/core/src/components/login/PasswordLessLoginForm.vue
@@ -0,0 +1,216 @@
+<template>
+ <form v-if="(isHttps || isLocalhost) && hasPublicKeyCredential"
+ ref="loginForm"
+ method="post"
+ name="login"
+ @submit.prevent="submit">
+ <fieldset>
+ <p class="grouptop groupbottom">
+ <input id="user"
+ ref="user"
+ v-model="user"
+ type="text"
+ name="user"
+ :autocomplete="autoCompleteAllowed ? 'on' : 'off'"
+ :placeholder="t('core', 'Username or email')"
+ :aria-label="t('core', 'Username or email')"
+ required
+ @change="$emit('update:username', user)">
+ <label for="user" class="infield">{{ t('core', 'Username or email') }}</label>
+ </p>
+
+ <div v-if="!validCredentials">
+ {{ t('core', 'Your account is not setup for passwordless login.') }}
+ </div>
+
+ <LoginButton v-if="validCredentials"
+ :loading="loading"
+ :inverted-colors="invertedColors"
+ @click="authenticate" />
+ </fieldset>
+ </form>
+ <div v-else-if="!hasPublicKeyCredential">
+ {{ t('core', 'Passwordless authentication is not supported in your browser.') }}
+ </div>
+ <div v-else-if="!isHttps && !isLocalhost">
+ {{ t('core', 'Passwordless authentication is only available over a secure connection.') }}
+ </div>
+</template>
+
+<script>
+import {
+ startAuthentication,
+ finishAuthentication,
+} from '../../services/WebAuthnAuthenticationService'
+import LoginButton from './LoginButton'
+
+class NoValidCredentials extends Error {
+
+}
+
+export default {
+ name: 'PasswordLessLoginForm',
+ components: {
+ LoginButton,
+ },
+ props: {
+ username: {
+ type: String,
+ default: '',
+ },
+ redirectUrl: {
+ type: String,
+ },
+ invertedColors: {
+ type: Boolean,
+ default: false,
+ },
+ autoCompleteAllowed: {
+ type: Boolean,
+ default: true,
+ },
+ isHttps: {
+ type: Boolean,
+ default: false,
+ },
+ isLocalhost: {
+ type: Boolean,
+ default: false,
+ },
+ hasPublicKeyCredential: {
+ type: Boolean,
+ default: false,
+ },
+ },
+ data() {
+ return {
+ user: this.username,
+ loading: false,
+ validCredentials: true,
+ }
+ },
+ methods: {
+ authenticate() {
+ console.debug('passwordless login initiated')
+
+ this.getAuthenticationData(this.user)
+ .then(publicKey => {
+ console.debug(publicKey)
+ return publicKey
+ })
+ .then(this.sign)
+ .then(this.completeAuthentication)
+ .catch(error => {
+ if (error instanceof NoValidCredentials) {
+ this.validCredentials = false
+ return
+ }
+ console.debug(error)
+ })
+ },
+ getAuthenticationData(uid) {
+ const base64urlDecode = function(input) {
+ // Replace non-url compatible chars with base64 standard chars
+ input = input
+ .replace(/-/g, '+')
+ .replace(/_/g, '/')
+
+ // Pad out with standard base64 required padding characters
+ const pad = input.length % 4
+ if (pad) {
+ if (pad === 1) {
+ throw new Error('InvalidLengthError: Input base64url string is the wrong length to determine padding')
+ }
+ input += new Array(5 - pad).join('=')
+ }
+
+ return window.atob(input)
+ }
+
+ return startAuthentication(uid)
+ .then(publicKey => {
+ console.debug('Obtained PublicKeyCredentialRequestOptions')
+ console.debug(publicKey)
+
+ if (!Object.prototype.hasOwnProperty.call(publicKey, 'allowCredentials')) {
+ console.debug('No credentials found.')
+ throw new NoValidCredentials()
+ }
+
+ publicKey.challenge = Uint8Array.from(base64urlDecode(publicKey.challenge), c => c.charCodeAt(0))
+ publicKey.allowCredentials = publicKey.allowCredentials.map(function(data) {
+ return {
+ ...data,
+ id: Uint8Array.from(base64urlDecode(data.id), c => c.charCodeAt(0)),
+ }
+ })
+
+ console.debug('Converted PublicKeyCredentialRequestOptions')
+ console.debug(publicKey)
+ return publicKey
+ })
+ .catch(error => {
+ console.debug('Error while obtaining data')
+ throw error
+ })
+ },
+ sign(publicKey) {
+ const arrayToBase64String = function(a) {
+ return window.btoa(String.fromCharCode(...a))
+ }
+
+ const arrayToString = function(a) {
+ return String.fromCharCode(...a)
+ }
+
+ return navigator.credentials.get({ publicKey })
+ .then(data => {
+ console.debug(data)
+ console.debug(new Uint8Array(data.rawId))
+ console.debug(arrayToBase64String(new Uint8Array(data.rawId)))
+ return {
+ id: data.id,
+ type: data.type,
+ rawId: arrayToBase64String(new Uint8Array(data.rawId)),
+ response: {
+ authenticatorData: arrayToBase64String(new Uint8Array(data.response.authenticatorData)),
+ clientDataJSON: arrayToBase64String(new Uint8Array(data.response.clientDataJSON)),
+ signature: arrayToBase64String(new Uint8Array(data.response.signature)),
+ userHandle: data.response.userHandle ? arrayToString(new Uint8Array(data.response.userHandle)) : null,
+ },
+ }
+ })
+ .then(challenge => {
+ console.debug(challenge)
+ return challenge
+ })
+ .catch(error => {
+ console.debug('GOT AN ERROR!')
+ console.debug(error) // Example: timeout, interaction refused...
+ })
+ },
+ completeAuthentication(challenge) {
+ console.debug('TIME TO COMPLETE')
+
+ const location = this.redirectUrl
+
+ return finishAuthentication(JSON.stringify(challenge))
+ .then(data => {
+ console.debug('Logged in redirecting')
+ window.location.href = location
+ })
+ .catch(error => {
+ console.debug('GOT AN ERROR WHILE SUBMITTING CHALLENGE!')
+ console.debug(error) // Example: timeout, interaction refused...
+ })
+ },
+ submit() {
+ // noop
+ },
+ },
+}
+</script>
+
+<style scoped>
+
+</style>
diff --git a/core/src/components/login/ResetPassword.vue b/core/src/components/login/ResetPassword.vue
index 2d045692285..79589a96aca 100644
--- a/core/src/components/login/ResetPassword.vue
+++ b/core/src/components/login/ResetPassword.vue
@@ -21,61 +21,64 @@
<template>
<form @submit.prevent="submit">
- <p>
- <input id="user"
- v-model="user"
- type="text"
- name="user"
- :placeholder="t('core', 'Username or email')"
- :aria-label="t('core', 'Username or email')"
- required
- @change="updateUsername">
- <!--<?php p($_['user_autofocus'] ? 'autofocus' : ''); ?>
- autocomplete="<?php p($_['login_form_autocomplete']); ?>" autocapitalize="none" autocorrect="off"-->
- <label for="user" class="infield">{{ t('core', 'Username or email') }}</label>
- </p>
- <div id="reset-password-wrapper">
- <input id="reset-password-submit"
- type="submit"
- class="login primary"
- title=""
- :value="t('core', 'Reset password')">
- <div class="submit-icon"
- :class="{
- 'icon-confirm-white': !loading,
- 'icon-loading-small': loading && invertedColors,
- 'icon-loading-small-dark': loading && !invertedColors,
- }" />
- </div>
- <p v-if="message === 'send-success'"
- class="update">
- {{ t('core', 'A password reset message has been sent to the e-mail address of this account. If you do not receive it, check your spam/junk folders or ask your local administrator for help.') }}
- <br>
- {{ t('core', 'If it is not there ask your local administrator.') }}
- </p>
- <p v-else-if="message === 'send-error'"
- class="update warning">
- {{ t('core', 'Couldn\'t send reset email. Please contact your administrator.') }}
- </p>
- <p v-else-if="message === 'reset-error'"
- class="update warning">
- {{ t('core', 'Password can not be changed. Please contact your administrator.') }}
- </p>
- <p v-else-if="message"
- class="update"
- :class="{warning: error}" />
+ <fieldset>
+ <p>
+ <input id="user"
+ v-model="user"
+ type="text"
+ name="user"
+ autocapitalize="off"
+ :placeholder="t('core', 'Username or email')"
+ :aria-label="t('core', 'Username or email')"
+ required
+ @change="updateUsername">
+ <!--<?php p($_['user_autofocus'] ? 'autofocus' : ''); ?>
+ autocomplete="<?php p($_['login_form_autocomplete']); ?>" autocapitalize="none" autocorrect="off"-->
+ <label for="user" class="infield">{{ t('core', 'Username or email') }}</label>
+ </p>
+ <div id="reset-password-wrapper">
+ <input id="reset-password-submit"
+ type="submit"
+ class="login primary"
+ title=""
+ :value="t('core', 'Reset password')">
+ <div class="submit-icon"
+ :class="{
+ 'icon-confirm-white': !loading,
+ 'icon-loading-small': loading && invertedColors,
+ 'icon-loading-small-dark': loading && !invertedColors,
+ }" />
+ </div>
+ <p v-if="message === 'send-success'"
+ class="update">
+ {{ t('core', 'A password reset message has been sent to the email address of this account. If you do not receive it, check your spam/junk folders or ask your local administrator for help.') }}
+ <br>
+ {{ t('core', 'If it is not there ask your local administrator.') }}
+ </p>
+ <p v-else-if="message === 'send-error'"
+ class="update warning">
+ {{ t('core', 'Couldn\'t send reset email. Please contact your administrator.') }}
+ </p>
+ <p v-else-if="message === 'reset-error'"
+ class="update warning">
+ {{ t('core', 'Password cannot be changed. Please contact your administrator.') }}
+ </p>
+ <p v-else-if="message"
+ class="update"
+ :class="{warning: error}" />
- <a href="#"
- @click.prevent="$emit('abort')">
- {{ t('core', 'Back to login') }}
- </a>
+ <a href="#"
+ @click.prevent="$emit('abort')">
+ {{ t('core', 'Back to login') }}
+ </a>
+ </fieldset>
</form>
</template>
<script>
import axios from '@nextcloud/axios'
-import { generateUrl } from '../../OC/routing'
+import { generateUrl } from '@nextcloud/router'
export default {
name: 'ResetPassword',
@@ -130,7 +133,7 @@ export default {
this.message = 'send-success'
})
.catch(e => {
- console.error('could not send reset e-mail request', e)
+ console.error('could not send reset email request', e)
this.error = true
this.message = 'send-error'
diff --git a/core/src/components/login/UpdatePassword.vue b/core/src/components/login/UpdatePassword.vue
index 3fa3c60773c..cb615a846d2 100644
--- a/core/src/components/login/UpdatePassword.vue
+++ b/core/src/components/login/UpdatePassword.vue
@@ -125,7 +125,7 @@ export default {
}
} catch (e) {
this.error = true
- this.message = e.message ? e.message : t('core', 'Password can not be changed. Please contact your administrator.')
+ this.message = e.message ? e.message : t('core', 'Password cannot be changed. Please contact your administrator.')
} finally {
this.loading = false
}
diff --git a/core/src/components/setup/RecommendedApps.vue b/core/src/components/setup/RecommendedApps.vue
index 550c3aaff70..581fb99582c 100644
--- a/core/src/components/setup/RecommendedApps.vue
+++ b/core/src/components/setup/RecommendedApps.vue
@@ -26,17 +26,17 @@
{{ t('core', 'Loading apps …') }}
</p>
<p v-else-if="loadingAppsError" class="loading-error text-center">
- {{ t('core', 'Could not fetch list of apps from the app store.') }}
+ {{ t('core', 'Could not fetch list of apps from the App Store.') }}
</p>
<p v-else class="text-center">
{{ t('core', 'Installing apps …') }}
</p>
<div v-for="app in recommendedApps" :key="app.id" class="app">
- <img :src="customIcon(app.id)" :alt="t('core', 'Nextcloud {app}', { app: app.name })">
+ <img :src="customIcon(app.id)" alt="">
<div class="info">
<h3>
{{ app.name }}
- <span v-if="app.loading" class="icon icon-loading-small" />
+ <span v-if="app.loading" class="icon icon-loading-small-dark" />
<span v-else-if="app.active" class="icon icon-checkmark-white" />
</h3>
<p v-html="customDescription(app.id)" />
@@ -44,10 +44,10 @@
<strong>{{ t('core', 'App download or installation failed') }}</strong>
</p>
<p v-else-if="!app.isCompatible">
- <strong>{{ t('core', 'Can\'t install this app because it is not compatible') }}</strong>
+ <strong>{{ t('core', 'Cannot install this app because it is not compatible') }}</strong>
</p>
<p v-else-if="!app.canInstall">
- <strong>{{ t('core', 'Can\'t install this app') }}</strong>
+ <strong>{{ t('core', 'Cannot install this app') }}</strong>
</p>
</div>
</div>
@@ -82,11 +82,11 @@ const recommended = {
spreed: {
description: t('core', 'Chatting, video calls, screensharing, online meetings and web conferencing – in your browser and with mobile apps.'),
},
- onlyoffice: {
+ richdocuments: {
description: t('core', 'Collaboratively edit office documents.'),
},
- documentserver_community: {
- description: t('core', 'Local document editing back-end used by the OnlyOffice app.'),
+ richdocumentscode: {
+ description: t('core', 'Local document editing back-end used by the Collabora Online app.'),
},
}
const recommendedIds = Object.keys(recommended)
@@ -135,7 +135,7 @@ export default {
.map(app => limit(() => {
logger.info(`installing ${app.id}`)
app.loading = true
- return axios.post(generateUrl(`settings/apps/enable`), { appIds: [app.id], groups: [] })
+ return axios.post(generateUrl('settings/apps/enable'), { appIds: [app.id], groups: [] })
.catch(error => {
logger.error(`could not install ${app.id}`, { error })
app.installationError = true
diff --git a/core/js/files/client.js b/core/src/files/client.js
index 0daf7c9dc3f..679457e38cf 100644
--- a/core/js/files/client.js
+++ b/core/src/files/client.js
@@ -1,13 +1,38 @@
-/*
+/**
* Copyright (c) 2015
*
- * This file is licensed under the Affero General Public License version 3
- * or later.
+ * @author Bjoern Schiessle <bjoern@schiessle.org>
+ * @author John Molakvoæ <skjnldsv@protonmail.com>
+ * @author Julius Härtl <jus@bitgrid.net>
+ * @author Lukas Reschke <lukas@statuscode.ch>
+ * @author Michael Jobst <mjobst+github@tecratech.de>
+ * @author Robin Appelman <robin@icewind.nl>
+ * @author Roeland Jago Douma <roeland@famdouma.nl>
+ * @author Thomas Citharel <nextcloud@tcit.fr>
+ * @author Tomasz Grobelny <tomasz@grobelny.net>
+ * @author Vincent Petry <vincent@nextcloud.com>
+ * @author Vinicius Cubas Brand <vinicius@eita.org.br>
*
- * See the COPYING-README file.
+ * @license GNU AGPL version 3 or any later version
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Affero General Public License as
+ * published by the Free Software Foundation, either version 3 of the
+ * License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Affero General Public License for more details.
+ *
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*
*/
+/* eslint-disable */
+import escapeHTML from 'escape-html'
+
/* global dav */
(function(OC, FileInfo) {
@@ -26,62 +51,63 @@
* @since 8.2
*/
var Client = function(options) {
- this._root = options.root;
+ this._root = options.root
if (this._root.charAt(this._root.length - 1) === '/') {
- this._root = this._root.substr(0, this._root.length - 1);
+ this._root = this._root.substr(0, this._root.length - 1)
}
- var url = Client.PROTOCOL_HTTP + '://';
+ let url = Client.PROTOCOL_HTTP + '://'
if (options.useHTTPS) {
- url = Client.PROTOCOL_HTTPS + '://';
+ url = Client.PROTOCOL_HTTPS + '://'
}
- url += options.host + this._root;
- this._host = options.host;
+ url += options.host + this._root
+ this._host = options.host
this._defaultHeaders = options.defaultHeaders || {
- 'X-Requested-With': 'XMLHttpRequest',
- 'requesttoken': OC.requestToken
- };
- this._baseUrl = url;
+ 'X-Requested-With': 'XMLHttpRequest',
+ 'requesttoken': OC.requestToken,
+ }
+ this._baseUrl = url
- var clientOptions = {
+ const clientOptions = {
baseUrl: this._baseUrl,
xmlNamespaces: {
'DAV:': 'd',
'http://owncloud.org/ns': 'oc',
'http://nextcloud.org/ns': 'nc',
- 'http://open-collaboration-services.org/ns': 'ocs'
- }
- };
+ 'http://open-collaboration-services.org/ns': 'ocs',
+ },
+ }
if (options.userName) {
- clientOptions.userName = options.userName;
+ clientOptions.userName = options.userName
}
if (options.password) {
- clientOptions.password = options.password;
+ clientOptions.password = options.password
}
- this._client = new dav.Client(clientOptions);
- this._client.xhrProvider = _.bind(this._xhrProvider, this);
- this._fileInfoParsers = [];
- };
-
- Client.NS_OWNCLOUD = 'http://owncloud.org/ns';
- Client.NS_NEXTCLOUD = 'http://nextcloud.org/ns';
- Client.NS_DAV = 'DAV:';
- Client.NS_OCS = 'http://open-collaboration-services.org/ns';
-
- Client.PROPERTY_GETLASTMODIFIED = '{' + Client.NS_DAV + '}getlastmodified';
- Client.PROPERTY_GETETAG = '{' + Client.NS_DAV + '}getetag';
- Client.PROPERTY_GETCONTENTTYPE = '{' + Client.NS_DAV + '}getcontenttype';
- Client.PROPERTY_RESOURCETYPE = '{' + Client.NS_DAV + '}resourcetype';
- Client.PROPERTY_INTERNAL_FILEID = '{' + Client.NS_OWNCLOUD + '}fileid';
- Client.PROPERTY_PERMISSIONS = '{' + Client.NS_OWNCLOUD + '}permissions';
- Client.PROPERTY_SIZE = '{' + Client.NS_OWNCLOUD + '}size';
- Client.PROPERTY_GETCONTENTLENGTH = '{' + Client.NS_DAV + '}getcontentlength';
- Client.PROPERTY_ISENCRYPTED = '{' + Client.NS_DAV + '}is-encrypted';
- Client.PROPERTY_SHARE_PERMISSIONS = '{' + Client.NS_OCS + '}share-permissions';
-
- Client.PROTOCOL_HTTP = 'http';
- Client.PROTOCOL_HTTPS = 'https';
+ this._client = new dav.Client(clientOptions)
+ this._client.xhrProvider = _.bind(this._xhrProvider, this)
+ this._fileInfoParsers = []
+ }
+
+ Client.NS_OWNCLOUD = 'http://owncloud.org/ns'
+ Client.NS_NEXTCLOUD = 'http://nextcloud.org/ns'
+ Client.NS_DAV = 'DAV:'
+ Client.NS_OCS = 'http://open-collaboration-services.org/ns'
+
+ Client.PROPERTY_GETLASTMODIFIED = '{' + Client.NS_DAV + '}getlastmodified'
+ Client.PROPERTY_GETETAG = '{' + Client.NS_DAV + '}getetag'
+ Client.PROPERTY_GETCONTENTTYPE = '{' + Client.NS_DAV + '}getcontenttype'
+ Client.PROPERTY_RESOURCETYPE = '{' + Client.NS_DAV + '}resourcetype'
+ Client.PROPERTY_INTERNAL_FILEID = '{' + Client.NS_OWNCLOUD + '}fileid'
+ Client.PROPERTY_PERMISSIONS = '{' + Client.NS_OWNCLOUD + '}permissions'
+ Client.PROPERTY_SIZE = '{' + Client.NS_OWNCLOUD + '}size'
+ Client.PROPERTY_GETCONTENTLENGTH = '{' + Client.NS_DAV + '}getcontentlength'
+ Client.PROPERTY_ISENCRYPTED = '{' + Client.NS_DAV + '}is-encrypted'
+ Client.PROPERTY_SHARE_PERMISSIONS = '{' + Client.NS_OCS + '}share-permissions'
+ Client.PROPERTY_QUOTA_AVAILABLE_BYTES = '{' + Client.NS_DAV + '}quota-available-bytes'
+
+ Client.PROTOCOL_HTTP = 'http'
+ Client.PROTOCOL_HTTPS = 'https'
Client._PROPFIND_PROPERTIES = [
/**
@@ -108,7 +134,7 @@
* Letter-coded permissions
*/
[Client.NS_OWNCLOUD, 'permissions'],
- //[Client.NS_OWNCLOUD, 'downloadURL'],
+ // [Client.NS_OWNCLOUD, 'downloadURL'],
/**
* Folder sizes
*/
@@ -117,6 +143,7 @@
* File sizes
*/
[Client.NS_DAV, 'getcontentlength'],
+ [Client.NS_DAV, 'quota-available-bytes'],
/**
* Preview availability
*/
@@ -132,8 +159,8 @@
/**
* Share permissions
*/
- [Client.NS_OCS, 'share-permissions']
- ];
+ [Client.NS_OCS, 'share-permissions'],
+ ]
/**
* @memberof OC.Files
@@ -163,23 +190,23 @@
/**
* Returns the configured XHR provider for davclient
- * @return {XMLHttpRequest}
+ * @returns {XMLHttpRequest}
*/
_xhrProvider: function() {
- var headers = this._defaultHeaders;
- var xhr = new XMLHttpRequest();
- var oldOpen = xhr.open;
+ const headers = this._defaultHeaders
+ const xhr = new XMLHttpRequest()
+ const oldOpen = xhr.open
// override open() method to add headers
xhr.open = function() {
- var result = oldOpen.apply(this, arguments);
+ const result = oldOpen.apply(this, arguments)
_.each(headers, function(value, key) {
- xhr.setRequestHeader(key, value);
- });
- return result;
- };
+ xhr.setRequestHeader(key, value)
+ })
+ return result
+ }
- OC.registerXHRForErrorProcessing(xhr);
- return xhr;
+ OC.registerXHRForErrorProcessing(xhr)
+ return xhr
},
/**
@@ -187,18 +214,18 @@
*
* @param {...String} path sections
*
- * @return {String} base url + joined path, any leading or trailing slash
+ * @returns {String} base url + joined path, any leading or trailing slash
* will be kept
*/
_buildUrl: function() {
- var path = this._buildPath.apply(this, arguments);
+ let path = this._buildPath.apply(this, arguments)
if (path.charAt([path.length - 1]) === '/') {
- path = path.substr(0, path.length - 1);
+ path = path.substr(0, path.length - 1)
}
if (path.charAt(0) === '/') {
- path = path.substr(1);
+ path = path.substr(1)
}
- return this._baseUrl + '/' + path;
+ return this._baseUrl + '/' + path
},
/**
@@ -207,18 +234,18 @@
*
* @param {...String} path sections
*
- * @return {String} joined path, any leading or trailing slash
+ * @returns {String} joined path, any leading or trailing slash
* will be kept
*/
_buildPath: function() {
- var path = OC.joinPaths.apply(this, arguments);
- var sections = path.split('/');
- var i;
+ let path = OC.joinPaths.apply(this, arguments)
+ const sections = path.split('/')
+ let i
for (i = 0; i < sections.length; i++) {
- sections[i] = encodeURIComponent(sections[i]);
+ sections[i] = encodeURIComponent(sections[i])
}
- path = sections.join('/');
- return path;
+ path = sections.join('/')
+ return path
},
/**
@@ -226,28 +253,28 @@
*
* @param {string} headersString headers list as string
*
- * @return {Object.<String,Array>} map of header name to header contents
+ * @returns {Object.<String,Array>} map of header name to header contents
*/
_parseHeaders: function(headersString) {
- var headerRows = headersString.split('\n');
- var headers = {};
- for (var i = 0; i < headerRows.length; i++) {
- var sepPos = headerRows[i].indexOf(':');
+ const headerRows = headersString.split('\n')
+ const headers = {}
+ for (let i = 0; i < headerRows.length; i++) {
+ const sepPos = headerRows[i].indexOf(':')
if (sepPos < 0) {
- continue;
+ continue
}
- var headerName = headerRows[i].substr(0, sepPos);
- var headerValue = headerRows[i].substr(sepPos + 2);
+ const headerName = headerRows[i].substr(0, sepPos)
+ const headerValue = headerRows[i].substr(sepPos + 2)
if (!headers[headerName]) {
// make it an array
- headers[headerName] = [];
+ headers[headerName] = []
}
- headers[headerName].push(headerValue);
+ headers[headerName].push(headerValue)
}
- return headers;
+ return headers
},
/**
@@ -255,13 +282,13 @@
*
* @param {string} etag etag value in double quotes
*
- * @return {string} etag without double quotes
+ * @returns {string} etag without double quotes
*/
_parseEtag: function(etag) {
if (etag.charAt(0) === '"') {
- return etag.split('"')[1];
+ return etag.split('"')[1]
}
- return etag;
+ return etag
},
/**
@@ -269,137 +296,142 @@
*
* @param {Object} response XML object
*
- * @return {Array.<FileInfo>} array of file info
+ * @returns {Array.<FileInfo>} array of file info
*/
_parseFileInfo: function(response) {
- var path = decodeURIComponent(response.href);
+ let path = decodeURIComponent(response.href)
if (path.substr(0, this._root.length) === this._root) {
- path = path.substr(this._root.length);
+ path = path.substr(this._root.length)
}
if (path.charAt(path.length - 1) === '/') {
- path = path.substr(0, path.length - 1);
+ path = path.substr(0, path.length - 1)
}
if (response.propStat.length === 0 || response.propStat[0].status !== 'HTTP/1.1 200 OK') {
- return null;
+ return null
}
- var props = response.propStat[0].properties;
+ const props = response.propStat[0].properties
- var data = {
+ const data = {
id: props[Client.PROPERTY_INTERNAL_FILEID],
path: OC.dirname(path) || '/',
name: OC.basename(path),
- mtime: (new Date(props[Client.PROPERTY_GETLASTMODIFIED])).getTime()
- };
+ mtime: (new Date(props[Client.PROPERTY_GETLASTMODIFIED])).getTime(),
+ }
- var etagProp = props[Client.PROPERTY_GETETAG];
+ const etagProp = props[Client.PROPERTY_GETETAG]
if (!_.isUndefined(etagProp)) {
- data.etag = this._parseEtag(etagProp);
+ data.etag = this._parseEtag(etagProp)
}
- var sizeProp = props[Client.PROPERTY_GETCONTENTLENGTH];
+ let sizeProp = props[Client.PROPERTY_GETCONTENTLENGTH]
if (!_.isUndefined(sizeProp)) {
- data.size = parseInt(sizeProp, 10);
+ data.size = parseInt(sizeProp, 10)
}
- sizeProp = props[Client.PROPERTY_SIZE];
+ sizeProp = props[Client.PROPERTY_SIZE]
if (!_.isUndefined(sizeProp)) {
- data.size = parseInt(sizeProp, 10);
+ data.size = parseInt(sizeProp, 10)
}
- var hasPreviewProp = props['{' + Client.NS_NEXTCLOUD + '}has-preview'];
+ const hasPreviewProp = props['{' + Client.NS_NEXTCLOUD + '}has-preview']
if (!_.isUndefined(hasPreviewProp)) {
- data.hasPreview = hasPreviewProp === 'true';
+ data.hasPreview = hasPreviewProp === 'true'
} else {
- data.hasPreview = true;
+ data.hasPreview = true
}
- var isEncryptedProp = props['{' + Client.NS_NEXTCLOUD + '}is-encrypted'];
+ const isEncryptedProp = props['{' + Client.NS_NEXTCLOUD + '}is-encrypted']
if (!_.isUndefined(isEncryptedProp)) {
- data.isEncrypted = isEncryptedProp === '1';
+ data.isEncrypted = isEncryptedProp === '1'
} else {
- data.isEncrypted = false;
+ data.isEncrypted = false
}
- var isFavouritedProp = props['{' + Client.NS_OWNCLOUD + '}favorite'];
+ const isFavouritedProp = props['{' + Client.NS_OWNCLOUD + '}favorite']
if (!_.isUndefined(isFavouritedProp)) {
- data.isFavourited = isFavouritedProp === '1';
+ data.isFavourited = isFavouritedProp === '1'
} else {
- data.isFavourited = false;
+ data.isFavourited = false
}
- var contentType = props[Client.PROPERTY_GETCONTENTTYPE];
+ const contentType = props[Client.PROPERTY_GETCONTENTTYPE]
if (!_.isUndefined(contentType)) {
- data.mimetype = contentType;
+ data.mimetype = contentType
}
- var resType = props[Client.PROPERTY_RESOURCETYPE];
+ const resType = props[Client.PROPERTY_RESOURCETYPE]
if (!data.mimetype && resType) {
- var xmlvalue = resType[0];
+ const xmlvalue = resType[0]
if (xmlvalue.namespaceURI === Client.NS_DAV && xmlvalue.nodeName.split(':')[1] === 'collection') {
- data.mimetype = 'httpd/unix-directory';
+ data.mimetype = 'httpd/unix-directory'
}
}
- data.permissions = OC.PERMISSION_NONE;
- var permissionProp = props[Client.PROPERTY_PERMISSIONS];
+ data.permissions = OC.PERMISSION_NONE
+ const permissionProp = props[Client.PROPERTY_PERMISSIONS]
if (!_.isUndefined(permissionProp)) {
- var permString = permissionProp || '';
- data.mountType = null;
- for (var i = 0; i < permString.length; i++) {
- var c = permString.charAt(i);
+ const permString = permissionProp || ''
+ data.mountType = null
+ for (let i = 0; i < permString.length; i++) {
+ const c = permString.charAt(i)
switch (c) {
- // FIXME: twisted permissions
- case 'C':
- case 'K':
- data.permissions |= OC.PERMISSION_CREATE;
- break;
- case 'G':
- data.permissions |= OC.PERMISSION_READ;
- break;
- case 'W':
- case 'N':
- case 'V':
- data.permissions |= OC.PERMISSION_UPDATE;
- break;
- case 'D':
- data.permissions |= OC.PERMISSION_DELETE;
- break;
- case 'R':
- data.permissions |= OC.PERMISSION_SHARE;
- break;
- case 'M':
- if (!data.mountType) {
- // TODO: how to identify external-root ?
- data.mountType = 'external';
- }
- break;
- case 'S':
- // TODO: how to identify shared-root ?
- data.mountType = 'shared';
- break;
+ // FIXME: twisted permissions
+ case 'C':
+ case 'K':
+ data.permissions |= OC.PERMISSION_CREATE
+ break
+ case 'G':
+ data.permissions |= OC.PERMISSION_READ
+ break
+ case 'W':
+ case 'N':
+ case 'V':
+ data.permissions |= OC.PERMISSION_UPDATE
+ break
+ case 'D':
+ data.permissions |= OC.PERMISSION_DELETE
+ break
+ case 'R':
+ data.permissions |= OC.PERMISSION_SHARE
+ break
+ case 'M':
+ if (!data.mountType) {
+ // TODO: how to identify external-root ?
+ data.mountType = 'external'
+ }
+ break
+ case 'S':
+ // TODO: how to identify shared-root ?
+ data.mountType = 'shared'
+ break
}
}
}
- var sharePermissionsProp = props[Client.PROPERTY_SHARE_PERMISSIONS];
+ const sharePermissionsProp = props[Client.PROPERTY_SHARE_PERMISSIONS]
if (!_.isUndefined(sharePermissionsProp)) {
- data.sharePermissions = parseInt(sharePermissionsProp);
+ data.sharePermissions = parseInt(sharePermissionsProp)
}
- var mounTypeProp = props['{' + Client.NS_NEXTCLOUD + '}mount-type'];
+ const mounTypeProp = props['{' + Client.NS_NEXTCLOUD + '}mount-type']
if (!_.isUndefined(mounTypeProp)) {
- data.mountType = mounTypeProp;
+ data.mountType = mounTypeProp
+ }
+
+ const quotaAvailableBytes = props['{' + Client.NS_DAV + '}quota-available-bytes']
+ if (!_.isUndefined(quotaAvailableBytes)) {
+ data.quotaAvailableBytes = quotaAvailableBytes
}
// extend the parsed data using the custom parsers
_.each(this._fileInfoParsers, function(parserFunction) {
- _.extend(data, parserFunction(response, data) || {});
- });
+ _.extend(data, parserFunction(response, data) || {})
+ })
- return new FileInfo(data);
+ return new FileInfo(data)
},
/**
@@ -408,10 +440,10 @@
* @param {Array} responses
*/
_parseResult: function(responses) {
- var self = this;
+ const self = this
return _.map(responses, function(response) {
- return self._parseFileInfo(response);
- });
+ return self._parseFileInfo(response)
+ })
},
/**
@@ -419,47 +451,47 @@
*
* @param {int} status status code
*
- * @return true if status code is between 200 and 299 included
+ * @returns true if status code is between 200 and 299 included
*/
_isSuccessStatus: function(status) {
- return status >= 200 && status <= 299;
+ return status >= 200 && status <= 299
},
/**
* Parse the Sabre exception out of the given response, if any
*
* @param {Object} response object
- * @return {Object} array of parsed message and exception (only the first one)
+ * @returns {Object} array of parsed message and exception (only the first one)
*/
_getSabreException: function(response) {
- var result = {};
- var xml = response.xhr.responseXML;
+ const result = {}
+ const xml = response.xhr.responseXML
if (xml === null) {
- return result;
+ return result
}
- var messages = xml.getElementsByTagNameNS('http://sabredav.org/ns', 'message');
- var exceptions = xml.getElementsByTagNameNS('http://sabredav.org/ns', 'exception');
+ const messages = xml.getElementsByTagNameNS('http://sabredav.org/ns', 'message')
+ const exceptions = xml.getElementsByTagNameNS('http://sabredav.org/ns', 'exception')
if (messages.length) {
- result.message = messages[0].textContent;
+ result.message = messages[0].textContent
}
if (exceptions.length) {
- result.exception = exceptions[0].textContent;
+ result.exception = exceptions[0].textContent
}
- return result;
+ return result
},
/**
* Returns the default PROPFIND properties to use during a call.
*
- * @return {Array.<Object>} array of properties
+ * @returns {Array.<Object>} array of properties
*/
getPropfindProperties: function() {
if (!this._propfindProperties) {
this._propfindProperties = _.map(Client._PROPFIND_PROPERTIES, function(propDef) {
- return '{' + propDef[0] + '}' + propDef[1];
- });
+ return '{' + propDef[0] + '}' + propDef[1]
+ })
}
- return this._propfindProperties;
+ return this._propfindProperties
},
/**
@@ -471,21 +503,21 @@
* the parent folder in the result list
* @param {Array} [options.properties] list of Webdav properties to retrieve
*
- * @return {Promise} promise
+ * @returns {Promise} promise
*/
getFolderContents: function(path, options) {
if (!path) {
- path = '';
+ path = ''
}
- options = options || {};
- var self = this;
- var deferred = $.Deferred();
- var promise = deferred.promise();
- var properties;
+ options = options || {}
+ const self = this
+ const deferred = $.Deferred()
+ const promise = deferred.promise()
+ let properties
if (_.isUndefined(options.properties)) {
- properties = this.getPropfindProperties();
+ properties = this.getPropfindProperties()
} else {
- properties = options.properties;
+ properties = options.properties
}
this._client.propFind(
@@ -494,18 +526,18 @@
1
).then(function(result) {
if (self._isSuccessStatus(result.status)) {
- var results = self._parseResult(result.body);
+ const results = self._parseResult(result.body)
if (!options || !options.includeParent) {
// remove root dir, the first entry
- results.shift();
+ results.shift()
}
- deferred.resolve(result.status, results);
+ deferred.resolve(result.status, results)
} else {
- result = _.extend(result, self._getSabreException(result));
- deferred.reject(result.status, result);
+ result = _.extend(result, self._getSabreException(result))
+ deferred.reject(result.status, result)
}
- });
- return promise;
+ })
+ return promise
},
/**
@@ -518,57 +550,57 @@
* @param {Object} [options] options
* @param {Array} [options.properties] list of Webdav properties to retrieve
*
- * @return {Promise} promise
+ * @returns {Promise} promise
*/
getFilteredFiles: function(filter, options) {
- options = options || {};
- var self = this;
- var deferred = $.Deferred();
- var promise = deferred.promise();
- var properties;
+ options = options || {}
+ const self = this
+ const deferred = $.Deferred()
+ const promise = deferred.promise()
+ let properties
if (_.isUndefined(options.properties)) {
- properties = this.getPropfindProperties();
+ properties = this.getPropfindProperties()
} else {
- properties = options.properties;
+ properties = options.properties
}
- if (!filter ||
- (!filter.systemTagIds && _.isUndefined(filter.favorite) && !filter.circlesIds) ) {
- throw 'Missing filter argument';
+ if (!filter
+ || (!filter.systemTagIds && _.isUndefined(filter.favorite) && !filter.circlesIds)) {
+ throw 'Missing filter argument'
}
// root element with namespaces
- var body = '<oc:filter-files ';
- var namespace;
+ let body = '<oc:filter-files '
+ let namespace
for (namespace in this._client.xmlNamespaces) {
- body += ' xmlns:' + this._client.xmlNamespaces[namespace] + '="' + namespace + '"';
+ body += ' xmlns:' + this._client.xmlNamespaces[namespace] + '="' + namespace + '"'
}
- body += '>\n';
+ body += '>\n'
// properties query
- body += ' <' + this._client.xmlNamespaces['DAV:'] + ':prop>\n';
+ body += ' <' + this._client.xmlNamespaces['DAV:'] + ':prop>\n'
_.each(properties, function(prop) {
- var property = self._client.parseClarkNotation(prop);
- body += ' <' + self._client.xmlNamespaces[property.namespace] + ':' + property.name + ' />\n';
- });
+ const property = self._client.parseClarkNotation(prop)
+ body += ' <' + self._client.xmlNamespaces[property.namespace] + ':' + property.name + ' />\n'
+ })
- body += ' </' + this._client.xmlNamespaces['DAV:'] + ':prop>\n';
+ body += ' </' + this._client.xmlNamespaces['DAV:'] + ':prop>\n'
// rules block
- body += ' <oc:filter-rules>\n';
+ body += ' <oc:filter-rules>\n'
_.each(filter.systemTagIds, function(systemTagIds) {
- body += ' <oc:systemtag>' + escapeHTML(systemTagIds) + '</oc:systemtag>\n';
- });
+ body += ' <oc:systemtag>' + escapeHTML(systemTagIds) + '</oc:systemtag>\n'
+ })
_.each(filter.circlesIds, function(circlesIds) {
- body += ' <oc:circle>' + escapeHTML(circlesIds) + '</oc:circle>\n';
- });
+ body += ' <oc:circle>' + escapeHTML(circlesIds) + '</oc:circle>\n'
+ })
if (filter.favorite) {
- body += ' <oc:favorite>' + (filter.favorite ? '1': '0') + '</oc:favorite>\n';
+ body += ' <oc:favorite>' + (filter.favorite ? '1' : '0') + '</oc:favorite>\n'
}
- body += ' </oc:filter-rules>\n';
+ body += ' </oc:filter-rules>\n'
// end of root
- body += '</oc:filter-files>\n';
+ body += '</oc:filter-files>\n'
this._client.request(
'REPORT',
@@ -577,14 +609,14 @@
body
).then(function(result) {
if (self._isSuccessStatus(result.status)) {
- var results = self._parseResult(result.body);
- deferred.resolve(result.status, results);
+ const results = self._parseResult(result.body)
+ deferred.resolve(result.status, results)
} else {
- result = _.extend(result, self._getSabreException(result));
- deferred.reject(result.status, result);
+ result = _.extend(result, self._getSabreException(result))
+ deferred.reject(result.status, result)
}
- });
- return promise;
+ })
+ return promise
},
/**
@@ -593,21 +625,21 @@
* @param {String} path path
* @param {Array} [options.properties] list of Webdav properties to retrieve
*
- * @return {Promise} promise
+ * @returns {Promise} promise
*/
getFileInfo: function(path, options) {
if (!path) {
- path = '';
+ path = ''
}
- options = options || {};
- var self = this;
- var deferred = $.Deferred();
- var promise = deferred.promise();
- var properties;
+ options = options || {}
+ const self = this
+ const deferred = $.Deferred()
+ const promise = deferred.promise()
+ let properties
if (_.isUndefined(options.properties)) {
- properties = this.getPropfindProperties();
+ properties = this.getPropfindProperties()
} else {
- properties = options.properties;
+ properties = options.properties
}
// TODO: headers
@@ -618,14 +650,14 @@
).then(
function(result) {
if (self._isSuccessStatus(result.status)) {
- deferred.resolve(result.status, self._parseResult([result.body])[0]);
+ deferred.resolve(result.status, self._parseResult([result.body])[0])
} else {
- result = _.extend(result, self._getSabreException(result));
- deferred.reject(result.status, result);
+ result = _.extend(result, self._getSabreException(result))
+ deferred.reject(result.status, result)
}
}
- );
- return promise;
+ )
+ return promise
},
/**
@@ -633,15 +665,15 @@
*
* @param {String} path path to file
*
- * @return {Promise}
+ * @returns {Promise}
*/
getFileContents: function(path) {
if (!path) {
- throw 'Missing argument "path"';
+ throw 'Missing argument "path"'
}
- var self = this;
- var deferred = $.Deferred();
- var promise = deferred.promise();
+ const self = this
+ const deferred = $.Deferred()
+ const promise = deferred.promise()
this._client.request(
'GET',
@@ -649,14 +681,14 @@
).then(
function(result) {
if (self._isSuccessStatus(result.status)) {
- deferred.resolve(result.status, result.body);
+ deferred.resolve(result.status, result.body)
} else {
- result = _.extend(result, self._getSabreException(result));
- deferred.reject(result.status, result);
+ result = _.extend(result, self._getSabreException(result))
+ deferred.reject(result.status, result)
}
}
- );
- return promise;
+ )
+ return promise
},
/**
@@ -668,27 +700,27 @@
* @param {String} [options.contentType='text/plain'] content type
* @param {bool} [options.overwrite=true] whether to overwrite an existing file
*
- * @return {Promise}
+ * @returns {Promise}
*/
putFileContents: function(path, body, options) {
if (!path) {
- throw 'Missing argument "path"';
- }
- var self = this;
- var deferred = $.Deferred();
- var promise = deferred.promise();
- options = options || {};
- var headers = {};
- var contentType = 'text/plain;charset=utf-8';
+ throw 'Missing argument "path"'
+ }
+ const self = this
+ const deferred = $.Deferred()
+ const promise = deferred.promise()
+ options = options || {}
+ const headers = {}
+ let contentType = 'text/plain;charset=utf-8'
if (options.contentType) {
- contentType = options.contentType;
+ contentType = options.contentType
}
- headers['Content-Type'] = contentType;
+ headers['Content-Type'] = contentType
if (_.isUndefined(options.overwrite) || options.overwrite) {
// will trigger 412 precondition failed if a file already exists
- headers['If-None-Match'] = '*';
+ headers['If-None-Match'] = '*'
}
this._client.request(
@@ -699,24 +731,24 @@
).then(
function(result) {
if (self._isSuccessStatus(result.status)) {
- deferred.resolve(result.status);
+ deferred.resolve(result.status)
} else {
- result = _.extend(result, self._getSabreException(result));
- deferred.reject(result.status, result);
+ result = _.extend(result, self._getSabreException(result))
+ deferred.reject(result.status, result)
}
}
- );
- return promise;
+ )
+ return promise
},
_simpleCall: function(method, path) {
if (!path) {
- throw 'Missing argument "path"';
+ throw 'Missing argument "path"'
}
- var self = this;
- var deferred = $.Deferred();
- var promise = deferred.promise();
+ const self = this
+ const deferred = $.Deferred()
+ const promise = deferred.promise()
this._client.request(
method,
@@ -724,14 +756,14 @@
).then(
function(result) {
if (self._isSuccessStatus(result.status)) {
- deferred.resolve(result.status);
+ deferred.resolve(result.status)
} else {
- result = _.extend(result, self._getSabreException(result));
- deferred.reject(result.status, result);
+ result = _.extend(result, self._getSabreException(result))
+ deferred.reject(result.status, result)
}
}
- );
- return promise;
+ )
+ return promise
},
/**
@@ -739,10 +771,10 @@
*
* @param {String} path path to create
*
- * @return {Promise}
+ * @returns {Promise}
*/
createDirectory: function(path) {
- return this._simpleCall('MKCOL', path);
+ return this._simpleCall('MKCOL', path)
},
/**
@@ -750,10 +782,10 @@
*
* @param {String} path path to delete
*
- * @return {Promise}
+ * @returns {Promise}
*/
remove: function(path) {
- return this._simpleCall('DELETE', path);
+ return this._simpleCall('DELETE', path)
},
/**
@@ -765,25 +797,25 @@
* false otherwise
* @param {Object} [headers=null] additional headers
*
- * @return {Promise} promise
+ * @returns {Promise} promise
*/
move: function(path, destinationPath, allowOverwrite, headers) {
if (!path) {
- throw 'Missing argument "path"';
+ throw 'Missing argument "path"'
}
if (!destinationPath) {
- throw 'Missing argument "destinationPath"';
+ throw 'Missing argument "destinationPath"'
}
- var self = this;
- var deferred = $.Deferred();
- var promise = deferred.promise();
+ const self = this
+ const deferred = $.Deferred()
+ const promise = deferred.promise()
headers = _.extend({}, headers, {
- 'Destination' : this._buildUrl(destinationPath)
- });
+ 'Destination': this._buildUrl(destinationPath),
+ })
if (!allowOverwrite) {
- headers.Overwrite = 'F';
+ headers.Overwrite = 'F'
}
this._client.request(
@@ -793,14 +825,14 @@
).then(
function(result) {
if (self._isSuccessStatus(result.status)) {
- deferred.resolve(result.status);
+ deferred.resolve(result.status)
} else {
- result = _.extend(result, self._getSabreException(result));
- deferred.reject(result.status, result);
+ result = _.extend(result, self._getSabreException(result))
+ deferred.reject(result.status, result)
}
}
- );
- return promise;
+ )
+ return promise
},
/**
@@ -811,25 +843,25 @@
* @param {boolean} [allowOverwrite=false] true to allow overwriting,
* false otherwise
*
- * @return {Promise} promise
+ * @returns {Promise} promise
*/
- copy: function (path, destinationPath, allowOverwrite) {
+ copy: function(path, destinationPath, allowOverwrite) {
if (!path) {
- throw 'Missing argument "path"';
+ throw 'Missing argument "path"'
}
if (!destinationPath) {
- throw 'Missing argument "destinationPath"';
+ throw 'Missing argument "destinationPath"'
}
- var self = this;
- var deferred = $.Deferred();
- var promise = deferred.promise();
- var headers = {
- 'Destination' : this._buildUrl(destinationPath)
- };
+ const self = this
+ const deferred = $.Deferred()
+ const promise = deferred.promise()
+ const headers = {
+ 'Destination': this._buildUrl(destinationPath),
+ }
if (!allowOverwrite) {
- headers.Overwrite = 'F';
+ headers.Overwrite = 'F'
}
this._client.request(
@@ -839,13 +871,13 @@
).then(
function(response) {
if (self._isSuccessStatus(response.status)) {
- deferred.resolve(response.status);
+ deferred.resolve(response.status)
} else {
- deferred.reject(response.status);
+ deferred.reject(response.status)
}
}
- );
- return promise;
+ )
+ return promise
},
/**
@@ -854,59 +886,59 @@
* @param {OC.Files.Client~parseFileInfo} parserFunction
*/
addFileInfoParser: function(parserFunction) {
- this._fileInfoParsers.push(parserFunction);
+ this._fileInfoParsers.push(parserFunction)
},
/**
* Returns the dav.Client instance used internally
*
* @since 11.0.0
- * @return {dav.Client}
+ * @returns {dav.Client}
*/
getClient: function() {
- return this._client;
+ return this._client
},
/**
* Returns the user name
*
* @since 11.0.0
- * @return {String} userName
+ * @returns {String} userName
*/
getUserName: function() {
- return this._client.userName;
+ return this._client.userName
},
/**
* Returns the password
*
* @since 11.0.0
- * @return {String} password
+ * @returns {String} password
*/
getPassword: function() {
- return this._client.password;
+ return this._client.password
},
/**
* Returns the base URL
*
* @since 11.0.0
- * @return {String} base URL
+ * @returns {String} base URL
*/
getBaseUrl: function() {
- return this._client.baseUrl;
+ return this._client.baseUrl
},
/**
* Returns the host
*
* @since 13.0.0
- * @return {String} base URL
+ * @returns {String} base URL
*/
getHost: function() {
- return this._host;
- }
- };
+ return this._host
+ },
+ }
/**
* File info parser function
@@ -925,30 +957,30 @@
*
* @since 8.2
*/
- OC.Files = {};
+ OC.Files = {}
}
/**
* Returns the default instance of the files client
*
- * @return {OC.Files.Client} default client
+ * @returns {OC.Files.Client} default client
*
* @since 8.2
*/
OC.Files.getClient = function() {
if (OC.Files._defaultClient) {
- return OC.Files._defaultClient;
+ return OC.Files._defaultClient
}
- var client = new OC.Files.Client({
+ const client = new OC.Files.Client({
host: OC.getHost(),
port: OC.getPort(),
root: OC.linkToRemoteBase('dav') + '/files/' + OC.getCurrentUser().uid,
- useHTTPS: OC.getProtocol() === 'https'
- });
- OC.Files._defaultClient = client;
- return client;
- };
-
- OC.Files.Client = Client;
-})(OC, OC.Files.FileInfo);
+ useHTTPS: OC.getProtocol() === 'https',
+ })
+ OC.Files._defaultClient = client
+ return client
+ }
+
+ OC.Files.Client = Client
+})(OC, OC.Files.FileInfo)
diff --git a/core/js/files/fileinfo.js b/core/src/files/fileinfo.js
index b4ac016f90c..936c3c0331b 100644
--- a/core/js/files/fileinfo.js
+++ b/core/src/files/fileinfo.js
@@ -1,13 +1,29 @@
-/*
+/**
* Copyright (c) 2015
*
- * This file is licensed under the Affero General Public License version 3
- * or later.
+ * @author Julius Härtl <jus@bitgrid.net>
+ * @author Robin Appelman <robin@icewind.nl>
+ * @author Roeland Jago Douma <roeland@famdouma.nl>
+ * @author Vincent Petry <vincent@nextcloud.com>
*
- * See the COPYING-README file.
+ * @license GNU AGPL version 3 or any later version
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Affero General Public License as
+ * published by the Free Software Foundation, either version 3 of the
+ * License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Affero General Public License for more details.
+ *
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*
*/
+/* eslint-disable */
(function(OC) {
/**
@@ -18,35 +34,35 @@
*
* @since 8.2
*/
- var FileInfo = function(data) {
- var self = this;
+ const FileInfo = function(data) {
+ const self = this
_.each(data, function(value, key) {
if (!_.isFunction(value)) {
- self[key] = value;
+ self[key] = value
}
- });
+ })
if (!_.isUndefined(this.id)) {
- this.id = parseInt(data.id, 10);
+ this.id = parseInt(data.id, 10)
}
// TODO: normalize path
- this.path = data.path || '';
+ this.path = data.path || ''
if (this.type === 'dir') {
- this.mimetype = 'httpd/unix-directory';
+ this.mimetype = 'httpd/unix-directory'
} else {
- this.mimetype = this.mimetype || 'application/octet-stream';
+ this.mimetype = this.mimetype || 'application/octet-stream'
}
if (!this.type) {
if (this.mimetype === 'httpd/unix-directory') {
- this.type = 'dir';
+ this.type = 'dir'
} else {
- this.type = 'file';
+ this.type = 'file'
}
}
- };
+ }
/**
* @memberof OC.Files
@@ -137,12 +153,13 @@
/**
* @type int
*/
- sharePermissions: null
- };
+ sharePermissions: null,
- if (!OC.Files) {
- OC.Files = {};
+ quotaAvailableBytes: -1,
}
- OC.Files.FileInfo = FileInfo;
-})(OC);
+ if (!OC.Files) {
+ OC.Files = {}
+ }
+ OC.Files.FileInfo = FileInfo
+})(OC)
diff --git a/core/src/files/iedavclient.js b/core/src/files/iedavclient.js
new file mode 100644
index 00000000000..470e34009ab
--- /dev/null
+++ b/core/src/files/iedavclient.js
@@ -0,0 +1,173 @@
+/**
+ * Copyright (c) 2015
+ *
+ * @author Roeland Jago Douma <roeland@famdouma.nl>
+ *
+ * @license GNU AGPL version 3 or any later version
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Affero General Public License as
+ * published by the Free Software Foundation, either version 3 of the
+ * License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Affero General Public License for more details.
+ *
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ *
+ */
+
+/* eslint-disable */
+(function(dav) {
+
+ /**
+ * Override davclient.js methods with IE-compatible logic
+ */
+ dav.Client.prototype = _.extend({}, dav.Client.prototype, {
+
+ /**
+ * Performs a HTTP request, and returns a Promise
+ *
+ * @param {string} method HTTP method
+ * @param {string} url Relative or absolute url
+ * @param {Object} headers HTTP headers as an object.
+ * @param {string} body HTTP request body.
+ * @returns {Promise}
+ */
+ request: function(method, url, headers, body) {
+
+ const self = this
+ const xhr = this.xhrProvider()
+ headers = headers || {}
+
+ if (this.userName) {
+ headers.Authorization = 'Basic ' + btoa(this.userName + ':' + this.password)
+ // xhr.open(method, this.resolveUrl(url), true, this.userName, this.password);
+ }
+ xhr.open(method, this.resolveUrl(url), true)
+ let ii
+ for (ii in headers) {
+ xhr.setRequestHeader(ii, headers[ii])
+ }
+
+ if (body === undefined) {
+ xhr.send()
+ } else {
+ xhr.send(body)
+ }
+
+ return new Promise(function(fulfill, reject) {
+
+ xhr.onreadystatechange = function() {
+
+ if (xhr.readyState !== 4) {
+ return
+ }
+
+ let resultBody = xhr.response
+ if (xhr.status === 207) {
+ resultBody = self.parseMultiStatus(xhr.responseXML)
+ }
+
+ fulfill({
+ body: resultBody,
+ status: xhr.status,
+ xhr: xhr,
+ })
+
+ }
+
+ xhr.ontimeout = function() {
+
+ reject(new Error('Timeout exceeded'))
+
+ }
+
+ })
+
+ },
+
+ _getElementsByTagName: function(node, name, resolver) {
+ const parts = name.split(':')
+ const tagName = parts[1]
+ const namespace = resolver(parts[0])
+ // make sure we can get elements
+ if (typeof node === 'string') {
+ const parser = new DOMParser()
+ node = parser.parseFromString(node, 'text/xml')
+ }
+ if (node.getElementsByTagNameNS) {
+ return node.getElementsByTagNameNS(namespace, tagName)
+ }
+ return node.getElementsByTagName(name)
+ },
+
+ /**
+ * Parses a multi-status response body.
+ *
+ * @param {string} xmlBody
+ * @param {Array}
+ */
+ parseMultiStatus: function(doc) {
+ const result = []
+ const resolver = function(foo) {
+ let ii
+ for (ii in this.xmlNamespaces) {
+ if (this.xmlNamespaces[ii] === foo) {
+ return ii
+ }
+ }
+ }.bind(this)
+
+ const responses = this._getElementsByTagName(doc, 'd:response', resolver)
+ let i
+ for (i = 0; i < responses.length; i++) {
+ const responseNode = responses[i]
+ const response = {
+ href: null,
+ propStat: [],
+ }
+
+ const hrefNode = this._getElementsByTagName(responseNode, 'd:href', resolver)[0]
+
+ response.href = hrefNode.textContent || hrefNode.text
+
+ const propStatNodes = this._getElementsByTagName(responseNode, 'd:propstat', resolver)
+ let j = 0
+
+ for (j = 0; j < propStatNodes.length; j++) {
+ const propStatNode = propStatNodes[j]
+ const statusNode = this._getElementsByTagName(propStatNode, 'd:status', resolver)[0]
+
+ const propStat = {
+ status: statusNode.textContent || statusNode.text,
+ properties: [],
+ }
+
+ const propNode = this._getElementsByTagName(propStatNode, 'd:prop', resolver)[0]
+ if (!propNode) {
+ continue
+ }
+ let k = 0
+ for (k = 0; k < propNode.childNodes.length; k++) {
+ const prop = propNode.childNodes[k]
+ const value = this._parsePropNode(prop)
+ propStat.properties['{' + prop.namespaceURI + '}' + (prop.localName || prop.baseName)] = value
+
+ }
+ response.propStat.push(propStat)
+ }
+
+ result.push(response)
+ }
+
+ return result
+
+ },
+
+ })
+
+})(dav)
diff --git a/core/src/globals.js b/core/src/globals.js
index e7f2b075374..7c5ccd77e25 100644
--- a/core/src/globals.js
+++ b/core/src/globals.js
@@ -1,8 +1,10 @@
-/* eslint-disable @nextcloud/no-deprecations */
/**
* @copyright 2019 Christoph Wurst <christoph@winzerhof-wurst.at>
*
- * @author 2019 Christoph Wurst <christoph@winzerhof-wurst.at>
+ * @author Christoph Wurst <christoph@winzerhof-wurst.at>
+ * @author John Molakvoæ <skjnldsv@protonmail.com>
+ * @author Julius Härtl <jus@bitgrid.net>
+ * @author Roeland Jago Douma <roeland@famdouma.nl>
*
* @license GNU AGPL version 3 or any later version
*
@@ -17,9 +19,11 @@
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ *
*/
+/* eslint-disable @nextcloud/no-deprecations */
import { initCore } from './init'
import _ from 'underscore'
@@ -36,12 +40,10 @@ import Backbone from 'backbone'
import 'bootstrap/js/dist/tooltip'
import './Polyfill/tooltip'
import ClipboardJS from 'clipboard'
-import dav from 'davclient.js'
-import DOMPurify from 'dompurify'
+import { dav } from 'davclient.js'
import Handlebars from 'handlebars'
import 'jcrop/js/jquery.Jcrop'
import 'jcrop/css/jquery.Jcrop.css'
-import jstimezonedetect from 'jstimezonedetect'
import md5 from 'blueimp-md5'
import moment from 'moment'
import 'select2'
@@ -53,7 +55,6 @@ import 'strengthify/strengthify.css'
import OC from './OC/index'
import OCP from './OCP/index'
import OCA from './OCA/index'
-import escapeHTML from 'escape-html'
import { getToken as getRequestToken } from './OC/requesttoken'
const warnIfNotTesting = function() {
@@ -100,22 +101,19 @@ const setDeprecatedProp = (global, cb, msg) => {
})
}
-window['_'] = _
-setDeprecatedProp(['$', 'jQuery'], () => $, 'The global jQuery is deprecated. It will be updated to v2.4 in Nextcloud 20 and v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own.')
+window._ = _
+setDeprecatedProp(['$', 'jQuery'], () => $, 'The global jQuery is deprecated. It will be removed in a later versions without another warning. Please ship your own.')
setDeprecatedProp('autosize', () => autosize, 'please ship your own, this will be removed in Nextcloud 20')
setDeprecatedProp('Backbone', () => Backbone, 'please ship your own, this will be removed in Nextcloud 20')
setDeprecatedProp(['Clipboard', 'ClipboardJS'], () => ClipboardJS, 'please ship your own, this will be removed in Nextcloud 20')
-window['dav'] = dav
-setDeprecatedProp('DOMPurify', () => DOMPurify, 'The global DOMPurify is deprecated, this will be removed in Nextcloud 21')
+window.dav = dav
setDeprecatedProp('Handlebars', () => Handlebars, 'please ship your own, this will be removed in Nextcloud 20')
-setDeprecatedProp(['jstz', 'jstimezonedetect'], () => jstimezonedetect, 'please ship your own, this will be removed in Nextcloud 20')
setDeprecatedProp('md5', () => md5, 'please ship your own, this will be removed in Nextcloud 20')
setDeprecatedProp('moment', () => moment, 'please ship your own, this will be removed in Nextcloud 20')
-window['OC'] = OC
+window.OC = OC
setDeprecatedProp('initCore', () => initCore, 'this is an internal function')
setDeprecatedProp('oc_appswebroots', () => OC.appswebroots, 'use OC.appswebroots instead, this will be removed in Nextcloud 20')
-setDeprecatedProp('oc_capabilities', OC.getCapabilities, 'use OC.getCapabilities instead, this will be removed in Nextcloud 20')
setDeprecatedProp('oc_config', () => OC.config, 'use OC.config instead, this will be removed in Nextcloud 20')
setDeprecatedProp('oc_current_user', () => OC.getCurrentUser().uid, 'use OC.getCurrentUser().uid instead, this will be removed in Nextcloud 20')
setDeprecatedProp('oc_debug', () => OC.debug, 'use OC.debug instead, this will be removed in Nextcloud 20')
@@ -124,9 +122,8 @@ setDeprecatedProp('oc_isadmin', OC.isUserAdmin, 'use OC.isUserAdmin() instead, t
setDeprecatedProp('oc_requesttoken', () => getRequestToken(), 'use OC.requestToken instead, this will be removed in Nextcloud 20')
setDeprecatedProp('oc_webroot', () => OC.webroot, 'use OC.getRootPath() instead, this will be removed in Nextcloud 20')
setDeprecatedProp('OCDialogs', () => OC.dialogs, 'use OC.dialogs instead, this will be removed in Nextcloud 20')
-window['OCP'] = OCP
-window['OCA'] = OCA
-window['escapeHTML'] = deprecate(escapeHTML, 'escapeHTML', 19)
+window.OCP = OCP
+window.OCA = OCA
$.fn.select2 = deprecate($.fn.select2, 'select2', 19)
/**
diff --git a/core/src/init.js b/core/src/init.js
index f0102fdde40..f1c3eaa17c1 100644
--- a/core/src/init.js
+++ b/core/src/init.js
@@ -1,8 +1,11 @@
-/* globals Snap */
/**
* @copyright 2019 Christoph Wurst <christoph@winzerhof-wurst.at>
*
- * @author 2019 Christoph Wurst <christoph@winzerhof-wurst.at>
+ * @author Christoph Wurst <christoph@winzerhof-wurst.at>
+ * @author Jan-Christoph Borchardt <hey@jancborchardt.net>
+ * @author John Molakvoæ <skjnldsv@protonmail.com>
+ * @author nacho <nacho@ownyourbits.com>
+ * @author Vincent Petry <vincent@nextcloud.com>
*
* @license GNU AGPL version 3 or any later version
*
@@ -17,9 +20,11 @@
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ *
*/
+/* globals Snap */
import _ from 'underscore'
import $ from 'jquery'
import moment from 'moment'
@@ -39,8 +44,8 @@ const resizeMenu = () => {
const appList = $('#appmenu li')
const rightHeaderWidth = $('.header-right').outerWidth()
const headerWidth = $('header').outerWidth()
- const usePercentualAppMenuLimit = 0.33
- const minAppsDesktop = 8
+ const usePercentualAppMenuLimit = 0.67
+ const minAppsDesktop = 12
let availableWidth = headerWidth - $('#nextcloud').outerWidth() - (rightHeaderWidth > 210 ? rightHeaderWidth : 210)
const isMobile = $(window).width() < breakpointMobileWidth
if (!isMobile) {
@@ -99,14 +104,14 @@ const initLiveTimestamps = () => {
}
/**
+ * Set users locale to moment.js as soon as possible
+ */
+moment.locale(OC.getLocale())
+
+/**
* Initializes core
*/
export const initCore = () => {
- /**
- * Set users locale to moment.js as soon as possible
- */
- moment.locale(OC.getLocale())
-
const userAgent = window.navigator.userAgent
const msie = userAgent.indexOf('MSIE ')
const trident = userAgent.indexOf('Trident/')
@@ -217,18 +222,74 @@ export const initCore = () => {
$('#app-content').prepend('<div id="app-navigation-toggle" class="icon-menu" style="display:none" tabindex="0"></div>')
- const toggleSnapperOnButton = () => {
- if (snapper.state().state === 'left') {
- snapper.close()
- } else {
- snapper.open('left')
+ // keep track whether snapper is currently animating, and
+ // prevent to call open or close while that is the case
+ // to avoid duplicating events (snap.js doesn't check this)
+ let animating = false
+ snapper.on('animating', () => {
+ // we need this because the trigger button
+ // is also implicitly wired to close by snapper
+ animating = true
+ })
+ snapper.on('animated', () => {
+ animating = false
+ })
+ snapper.on('start', () => {
+ // we need this because dragging triggers that
+ animating = true
+ })
+ snapper.on('end', () => {
+ // we need this because dragging stop triggers that
+ animating = false
+ })
+
+ // These are necessary because calling open or close
+ // on snapper during an animation makes it trigger an
+ // unfinishable animation, which itself will continue
+ // triggering animating events and cause high CPU load,
+ //
+ // Ref https://github.com/jakiestfu/Snap.js/issues/216
+ const oldSnapperOpen = snapper.open
+ const oldSnapperClose = snapper.close
+ const _snapperOpen = () => {
+ if (animating || snapper.state().state !== 'closed') {
+ return
+ }
+ oldSnapperOpen('left')
+ }
+
+ const _snapperClose = () => {
+ if (animating || snapper.state().state === 'closed') {
+ return
+ }
+ oldSnapperClose()
+ }
+
+ // Needs to be deferred to properly catch in-between
+ // events that snap.js is triggering after dragging.
+ //
+ // Skipped when running unit tests as we are not testing
+ // the snap.js workarounds...
+ if (!window.TESTING) {
+ snapper.open = () => {
+ _.defer(_snapperOpen)
+ }
+ snapper.close = () => {
+ _.defer(_snapperClose)
}
}
- $('#app-navigation-toggle').click(toggleSnapperOnButton)
+ $('#app-navigation-toggle').click((e) => {
+ // close is implicit in the button by snap.js
+ if (snapper.state().state !== 'left') {
+ snapper.open()
+ }
+ })
$('#app-navigation-toggle').keypress(e => {
- if (e.which === 13) {
- toggleSnapperOnButton()
+ if (snapper.state().state === 'left') {
+ snapper.close()
+ } else {
+ snapper.open()
}
})
diff --git a/core/src/install.js b/core/src/install.js
index 43957acb9be..a8d3ed7afc0 100644
--- a/core/src/install.js
+++ b/core/src/install.js
@@ -1,16 +1,45 @@
+/**
+ * @copyright Copyright (c) 2016 Julius Härtl <jus@bitgrid.net>
+ *
+ * @author John Molakvoæ <skjnldsv@protonmail.com>
+ * @author Julius Härtl <jus@bitgrid.net>
+ * @author Richard Steinmetz <richard@steinmetz.cloud>
+ *
+ * @license GNU AGPL version 3 or any later version
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Affero General Public License as
+ * published by the Free Software Foundation, either version 3 of the
+ * License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Affero General Public License for more details.
+ *
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ *
+ */
+
import $ from 'jquery'
import { translate as t } from '@nextcloud/l10n'
import { getToken } from './OC/requesttoken'
import getURLParameter from './Util/get-url-parameter'
+import './jquery/showpassword'
+
import 'jquery-ui/ui/widgets/button'
import 'jquery-ui/themes/base/theme.css'
import 'jquery-ui/themes/base/button.css'
+import 'bootstrap/js/dist/tooltip'
+import './Polyfill/tooltip'
+
import 'strengthify'
import 'strengthify/strengthify.css'
-$(document).ready(function() {
+window.addEventListener('DOMContentLoaded', function() {
const dbtypes = {
sqlite: !!$('#hasSQLite').val(),
mysql: !!$('#hasMySQL').val(),
@@ -134,4 +163,7 @@ $(document).ready(function() {
drawTitles: true,
nonce: btoa(getToken()),
})
+
+ $('#dbpass').showPassword().keyup()
+ $('#adminpass').showPassword().keyup()
})
diff --git a/core/src/jquery/avatar.js b/core/src/jquery/avatar.js
index 24cef392d34..3849af3b359 100644
--- a/core/src/jquery/avatar.js
+++ b/core/src/jquery/avatar.js
@@ -1,7 +1,8 @@
-/*
+/**
* @copyright 2018 Christoph Wurst <christoph@winzerhof-wurst.at>
*
- * @author 2018 Christoph Wurst <christoph@winzerhof-wurst.at>
+ * @author Christoph Wurst <christoph@winzerhof-wurst.at>
+ * @author John Molakvoæ <skjnldsv@protonmail.com>
*
* @license GNU AGPL version 3 or any later version
*
@@ -16,7 +17,8 @@
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ *
*/
import $ from 'jquery'
@@ -110,7 +112,7 @@ $.fn.avatar = function(user, size, ie8fix, hidedefault, callback, displayname) {
url = OC.generateUrl(
'/avatar/{user}/{size}?v={version}',
{
- user: user,
+ user,
size: Math.ceil(size * window.devicePixelRatio),
version: oc_userconfig.avatar.version,
})
@@ -118,7 +120,7 @@ $.fn.avatar = function(user, size, ie8fix, hidedefault, callback, displayname) {
url = OC.generateUrl(
'/avatar/{user}/{size}',
{
- user: user,
+ user,
size: Math.ceil(size * window.devicePixelRatio),
})
}
diff --git a/core/src/jquery/contactsmenu.js b/core/src/jquery/contactsmenu.js
index ee708dcf982..ed05d4602a7 100644
--- a/core/src/jquery/contactsmenu.js
+++ b/core/src/jquery/contactsmenu.js
@@ -1,7 +1,9 @@
-/*
+/**
* @copyright 2018 Christoph Wurst <christoph@winzerhof-wurst.at>
*
- * @author 2018 Christoph Wurst <christoph@winzerhof-wurst.at>
+ * @author Christoph Wurst <christoph@winzerhof-wurst.at>
+ * @author John Molakvoæ <skjnldsv@protonmail.com>
+ * @author Roeland Jago Douma <roeland@famdouma.nl>
*
* @license GNU AGPL version 3 or any later version
*
@@ -16,7 +18,8 @@
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ *
*/
import $ from 'jquery'
@@ -65,8 +68,8 @@ $.fn.contactsMenu = function(shareWith, shareType, appendTo) {
$.ajax(OC.generateUrl('/contactsmenu/findOne'), {
method: 'POST',
data: {
- shareType: shareType,
- shareWith: shareWith,
+ shareType,
+ shareWith,
},
}).then(function(data) {
$list.find('ul').find('li').addClass('hidden')
@@ -82,9 +85,10 @@ $.fn.contactsMenu = function(shareWith, shareType, appendTo) {
}
actions.forEach(function(action) {
- const template = entryTemplate
- $list.find('ul').append(template(action))
+ $list.find('ul').append(entryTemplate(action))
})
+
+ $div.trigger('load')
}, function(jqXHR) {
$list.find('ul').find('li').addClass('hidden')
@@ -95,11 +99,12 @@ $.fn.contactsMenu = function(shareWith, shareType, appendTo) {
title = t('core', 'Error fetching contact actions')
}
- const template = entryTemplate
- $list.find('ul').append(template({
+ $list.find('ul').append(entryTemplate({
hyperlink: '#',
- title: title,
+ title,
}))
+
+ $div.trigger('loaderror', jqXHR)
})
})
diff --git a/core/src/jquery/css/images/ui-icons_1d2d44_256x240.png b/core/src/jquery/css/images/ui-icons_1d2d44_256x240.png
index 1b1474b1fdf..c6435ee6a66 100644
--- a/core/src/jquery/css/images/ui-icons_1d2d44_256x240.png
+++ b/core/src/jquery/css/images/ui-icons_1d2d44_256x240.png
Binary files differ
diff --git a/core/src/jquery/css/images/ui-icons_ffd27a_256x240.png b/core/src/jquery/css/images/ui-icons_ffd27a_256x240.png
index a7ac4ec6580..f3c947bef5d 100644
--- a/core/src/jquery/css/images/ui-icons_ffd27a_256x240.png
+++ b/core/src/jquery/css/images/ui-icons_ffd27a_256x240.png
Binary files differ
diff --git a/core/src/jquery/css/images/ui-icons_ffffff_256x240.png b/core/src/jquery/css/images/ui-icons_ffffff_256x240.png
index 174be7c2847..5fb299e36a0 100644
--- a/core/src/jquery/css/images/ui-icons_ffffff_256x240.png
+++ b/core/src/jquery/css/images/ui-icons_ffffff_256x240.png
Binary files differ
diff --git a/core/src/jquery/css/jquery-ui-fixes.scss b/core/src/jquery/css/jquery-ui-fixes.scss
index 34243062ba6..42c684ad510 100644
--- a/core/src/jquery/css/jquery-ui-fixes.scss
+++ b/core/src/jquery/css/jquery-ui-fixes.scss
@@ -188,7 +188,7 @@
padding: 4px 4px 4px 14px;
&.ui-state-focus, &.ui-state-active {
- box-shadow: inset 4px 0 var(--color-primary);
+ box-shadow: inset 4px 0 var(--color-primary-element);
color: var(--color-main-text);
}
}
diff --git a/core/src/jquery/css/jquery.ocdialog.scss b/core/src/jquery/css/jquery.ocdialog.scss
index 89653ae181a..b7e762f4cb6 100644
--- a/core/src/jquery/css/jquery.ocdialog.scss
+++ b/core/src/jquery/css/jquery.ocdialog.scss
@@ -42,7 +42,9 @@
button {
white-space: nowrap;
overflow: hidden;
- text-overflow: ellipsis;
+ text-overflow: ellipsis;
+ height: 44px;
+ min-width: 44px;
}
}
@@ -72,6 +74,10 @@
height: 100%;
}
+body.theme--dark .oc-dialog-dim {
+ opacity: .8;
+}
+
.oc-dialog-content {
width: 100%;
max-width: 550px;
diff --git a/core/src/jquery/exists.js b/core/src/jquery/exists.js
index 3481faeb6cd..22fed55badb 100644
--- a/core/src/jquery/exists.js
+++ b/core/src/jquery/exists.js
@@ -1,7 +1,8 @@
/**
* @copyright 2019 Christoph Wurst <christoph@winzerhof-wurst.at>
*
- * @author 2019 Christoph Wurst <christoph@winzerhof-wurst.at>
+ * @author Christoph Wurst <christoph@winzerhof-wurst.at>
+ * @author John Molakvoæ <skjnldsv@protonmail.com>
*
* @license GNU AGPL version 3 or any later version
*
@@ -16,7 +17,8 @@
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ *
*/
import $ from 'jquery'
diff --git a/core/src/jquery/filterattr.js b/core/src/jquery/filterattr.js
index 204d04b46a0..2bd4af417ac 100644
--- a/core/src/jquery/filterattr.js
+++ b/core/src/jquery/filterattr.js
@@ -1,7 +1,8 @@
/**
* @copyright 2018 Christoph Wurst <christoph@winzerhof-wurst.at>
*
- * @author 2018 Christoph Wurst <christoph@winzerhof-wurst.at>
+ * @author Christoph Wurst <christoph@winzerhof-wurst.at>
+ * @author John Molakvoæ <skjnldsv@protonmail.com>
*
* @license GNU AGPL version 3 or any later version
*
@@ -16,7 +17,8 @@
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ *
*/
import $ from 'jquery'
diff --git a/core/src/jquery/index.js b/core/src/jquery/index.js
index c0145cb948f..c8ab1a7f673 100644
--- a/core/src/jquery/index.js
+++ b/core/src/jquery/index.js
@@ -1,7 +1,9 @@
/**
* @copyright 2019 Christoph Wurst <christoph@winzerhof-wurst.at>
*
- * @author 2019 Christoph Wurst <christoph@winzerhof-wurst.at>
+ * @author Christoph Wurst <christoph@winzerhof-wurst.at>
+ * @author John Molakvoæ <skjnldsv@protonmail.com>
+ * @author Roeland Jago Douma <roeland@famdouma.nl>
*
* @license GNU AGPL version 3 or any later version
*
@@ -16,7 +18,8 @@
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ *
*/
import $ from 'jquery'
@@ -31,7 +34,6 @@ import './placeholder'
import './requesttoken'
import './selectrange'
import './showpassword'
-import './tipsy'
import './ui-fixes'
import './css/jquery-ui-fixes.scss'
diff --git a/core/src/jquery/ocdialog.js b/core/src/jquery/ocdialog.js
index 518a28f75d3..14abd5aa666 100644
--- a/core/src/jquery/ocdialog.js
+++ b/core/src/jquery/ocdialog.js
@@ -1,7 +1,10 @@
-/*
+/**
* @copyright 2018 Christoph Wurst <christoph@winzerhof-wurst.at>
*
- * @author 2018 Christoph Wurst <christoph@winzerhof-wurst.at>
+ * @author Christoph Wurst <christoph@winzerhof-wurst.at>
+ * @author Gary Kim <gary@garykim.dev>
+ * @author Joas Schilling <coding@schilljs.com>
+ * @author John Molakvoæ <skjnldsv@protonmail.com>
*
* @license GNU AGPL version 3 or any later version
*
@@ -16,7 +19,8 @@
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ *
*/
import $ from 'jquery'
@@ -27,9 +31,10 @@ $.widget('oc.ocdialog', {
height: 'auto',
closeButton: true,
closeOnEscape: true,
+ closeCallback: null,
modal: false,
},
- _create: function() {
+ _create() {
const self = this
this.originalCss = {
@@ -106,11 +111,11 @@ $.widget('oc.ocdialog', {
this._setOptions(this.options)
this._createOverlay()
},
- _init: function() {
+ _init() {
this.$dialog.focus()
this._trigger('open')
},
- _setOption: function(key, value) {
+ _setOption(key, value) {
const self = this
switch (key) {
case 'title':
@@ -169,6 +174,7 @@ $.widget('oc.ocdialog', {
const $closeButton = $('<a class="oc-dialog-close"></a>')
this.$dialog.prepend($closeButton)
$closeButton.on('click', function() {
+ self.options.closeCallback && self.options.closeCallback()
self.close()
})
} else {
@@ -188,11 +194,11 @@ $.widget('oc.ocdialog', {
// this._super(key, value);
$.Widget.prototype._setOption.apply(this, arguments)
},
- _setOptions: function(options) {
+ _setOptions(options) {
// this._super(options);
$.Widget.prototype._setOptions.apply(this, arguments)
},
- _setSizes: function() {
+ _setSizes() {
let lessHeight = 0
if (this.$title) {
lessHeight += this.$title.outerHeight(true)
@@ -201,18 +207,23 @@ $.widget('oc.ocdialog', {
lessHeight += this.$buttonrow.outerHeight(true)
}
this.element.css({
- 'height': 'calc(100% - ' + lessHeight + 'px)',
+ height: 'calc(100% - ' + lessHeight + 'px)',
})
},
- _createOverlay: function() {
+ _createOverlay() {
if (!this.options.modal) {
return
}
const self = this
+ let contentDiv = $('#content')
+ if (contentDiv.length === 0) {
+ // nextcloud-vue compatibility
+ contentDiv = $('.content')
+ }
this.overlay = $('<div>')
.addClass('oc-dialog-dim')
- .appendTo($('#content'))
+ .appendTo(contentDiv)
this.overlay.on('click keydown keyup', function(event) {
if (event.target !== self.$dialog.get(0) && self.$dialog.find($(event.target)).length === 0) {
event.preventDefault()
@@ -221,7 +232,7 @@ $.widget('oc.ocdialog', {
}
})
},
- _destroyOverlay: function() {
+ _destroyOverlay() {
if (!this.options.modal) {
return
}
@@ -232,16 +243,16 @@ $.widget('oc.ocdialog', {
this.overlay = null
}
},
- widget: function() {
+ widget() {
return this.$dialog
},
- setEnterCallback: function(callback) {
+ setEnterCallback(callback) {
this.enterCallback = callback
},
- unsetEnterCallback: function() {
+ unsetEnterCallback() {
this.enterCallback = null
},
- close: function() {
+ close() {
this._destroyOverlay()
const self = this
// Ugly hack to catch remaining keyup events.
@@ -252,7 +263,7 @@ $.widget('oc.ocdialog', {
self.$dialog.remove()
this.destroy()
},
- destroy: function() {
+ destroy() {
if (this.$title) {
this.$title.remove()
}
diff --git a/core/src/jquery/octemplate.js b/core/src/jquery/octemplate.js
index 27b2dff970b..9e060881e21 100644
--- a/core/src/jquery/octemplate.js
+++ b/core/src/jquery/octemplate.js
@@ -1,3 +1,27 @@
+/**
+ * @copyright Copyright (c) 2016 Christoph Wurst <christoph@winzerhof-wurst.at>
+ *
+ * @author Christoph Wurst <christoph@winzerhof-wurst.at>
+ * @author John Molakvoæ <skjnldsv@protonmail.com>
+ * @author Roeland Jago Douma <roeland@famdouma.nl>
+ *
+ * @license GNU AGPL version 3 or any later version
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Affero General Public License as
+ * published by the Free Software Foundation, either version 3 of the
+ * License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Affero General Public License for more details.
+ *
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ *
+ */
+
import $ from 'jquery'
import escapeHTML from 'escape-html'
@@ -56,7 +80,7 @@ import escapeHTML from 'escape-html'
* Inspired by micro templating done by e.g. underscore.js
*/
const Template = {
- init: function(vars, options, elem) {
+ init(vars, options, elem) {
// Mix in the passed in options with the default options
this.vars = vars
this.options = $.extend({}, this.options, options)
@@ -77,7 +101,7 @@ const Template = {
return $(_html)
},
// From stackoverflow.com/questions/1408289/best-way-to-do-variable-interpolation-in-javascript
- _build: function(o) {
+ _build(o) {
const data = this.elem.attr('type') === 'text/template' ? this.elem.html() : this.elem.get(0).outerHTML
try {
return data.replace(/{([^{}]*)}/g,
diff --git a/core/src/jquery/placeholder.js b/core/src/jquery/placeholder.js
index 029071c4d99..001e71f102c 100644
--- a/core/src/jquery/placeholder.js
+++ b/core/src/jquery/placeholder.js
@@ -1,28 +1,32 @@
-/* eslint-disable */
/**
- * ownCloud
- *
- * @author John Molakvoæ
* @copyright 2016-2018 John Molakvoæ <skjnldsv@protonmail.com>
- * @author Morris Jobke
* @copyright 2013 Morris Jobke <morris.jobke@gmail.com>
*
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE
- * License as published by the Free Software Foundation; either
- * version 3 of the License, or any later version.
+ * @author Christoph Wurst <christoph@winzerhof-wurst.at>
+ * @author John Molakvoæ <skjnldsv@protonmail.com>
+ * @author Julius Härtl <jus@bitgrid.net>
+ * @author Sergey Shliakhov <husband.sergey@gmail.com>
+ *
+ * @license GNU AGPL version 3 or any later version
*
- * This library is distributed in the hope that it will be useful,
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Affero General Public License as
+ * published by the Free Software Foundation, either version 3 of the
+ * License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU AFFERO GENERAL PUBLIC LICENSE for more details.
+ * GNU Affero General Public License for more details.
*
- * You should have received a copy of the GNU Affero General Public
- * License along with this library. If not, see <http://www.gnu.org/licenses/>.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*
*/
+/* eslint-disable */
import $ from 'jquery'
+import md5 from 'blueimp-md5'
/*
* Adds a background color to the element called on and adds the first character
@@ -62,9 +66,9 @@ import $ from 'jquery'
*
*/
-String.prototype.toRgb = function() {
+const toRgb = (s) => {
// Normalize hash
- var hash = this.toLowerCase()
+ var hash = s.toLowerCase()
// Already a md5 hash?
if (hash.match(/^([0-9a-f]{4}-?){8}$/) === null) {
@@ -88,8 +92,7 @@ String.prototype.toRgb = function() {
}
function mixPalette(steps, color1, color2) {
- var count = steps + 1
- var palette = new Array()
+ var palette = []
palette.push(color1)
var step = stepCalc(steps, [color1, color2])
for (var i = 1; i < steps; i++) {
@@ -101,23 +104,23 @@ String.prototype.toRgb = function() {
return palette
}
- var red = new Color(182, 70, 157)
- var yellow = new Color(221, 203, 85)
- var blue = new Color(0, 130, 201) // Nextcloud blue
+ const red = new Color(182, 70, 157);
+ const yellow = new Color(221, 203, 85);
+ const blue = new Color(0, 130, 201); // Nextcloud blue
// Number of steps to go from a color to another
// 3 colors * 6 will result in 18 generated colors
- var steps = 6
+ const steps = 6;
- var palette1 = mixPalette(steps, red, yellow)
- var palette2 = mixPalette(steps, yellow, blue)
- var palette3 = mixPalette(steps, blue, red)
+ const palette1 = mixPalette(steps, red, yellow);
+ const palette2 = mixPalette(steps, yellow, blue);
+ const palette3 = mixPalette(steps, blue, red);
- var finalPalette = palette1.concat(palette2).concat(palette3)
+ const finalPalette = palette1.concat(palette2).concat(palette3);
// Convert a string to an integer evenly
function hashToInt(hash, maximum) {
var finalInt = 0
- var result = Array()
+ var result = []
// Splitting evenly the string
for (var i = 0; i < hash.length; i++) {
@@ -136,11 +139,17 @@ String.prototype.toRgb = function() {
return finalPalette[hashToInt(hash, steps * 3)]
}
+String.prototype.toRgb = function() {
+ console.warn('String.prototype.toRgb is deprecated! It will be removed in Nextcloud 22.')
+
+ return toRgb(this)
+}
+
$.fn.imageplaceholder = function(seed, text, size) {
text = text || seed
// Compute the hash
- var rgb = seed.toRgb()
+ var rgb = toRgb(seed)
this.css('background-color', 'rgb(' + rgb.r + ', ' + rgb.g + ', ' + rgb.b + ')')
// Placeholders are square
@@ -158,7 +167,8 @@ $.fn.imageplaceholder = function(seed, text, size) {
this.css('font-size', (height * 0.55) + 'px')
if (seed !== null && seed.length) {
- this.html(text[0].toUpperCase())
+ var placeholderText = text.replace(/\s+/g, ' ').trim().split(' ', 2).map((word) => word[0].toUpperCase()).join('')
+ this.html(placeholderText);
}
}
diff --git a/core/src/jquery/requesttoken.js b/core/src/jquery/requesttoken.js
index 5f15d43aa17..65d4ac01a48 100644
--- a/core/src/jquery/requesttoken.js
+++ b/core/src/jquery/requesttoken.js
@@ -1,7 +1,8 @@
-/*
+/**
* @copyright 2019 Christoph Wurst <christoph@winzerhof-wurst.at>
*
- * @author 2019 Christoph Wurst <christoph@winzerhof-wurst.at>
+ * @author Christoph Wurst <christoph@winzerhof-wurst.at>
+ * @author John Molakvoæ <skjnldsv@protonmail.com>
*
* @license GNU AGPL version 3 or any later version
*
@@ -16,7 +17,8 @@
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ *
*/
import $ from 'jquery'
diff --git a/core/src/jquery/selectrange.js b/core/src/jquery/selectrange.js
index 3076726024a..914832d4538 100644
--- a/core/src/jquery/selectrange.js
+++ b/core/src/jquery/selectrange.js
@@ -1,7 +1,8 @@
/**
* @copyright 2019 Christoph Wurst <christoph@winzerhof-wurst.at>
*
- * @author 2019 Christoph Wurst <christoph@winzerhof-wurst.at>
+ * @author Christoph Wurst <christoph@winzerhof-wurst.at>
+ * @author John Molakvoæ <skjnldsv@protonmail.com>
*
* @license GNU AGPL version 3 or any later version
*
@@ -16,7 +17,8 @@
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ *
*/
import $ from 'jquery'
diff --git a/core/src/jquery/showpassword.js b/core/src/jquery/showpassword.js
index 393ecac08b5..3423ea5fc17 100644
--- a/core/src/jquery/showpassword.js
+++ b/core/src/jquery/showpassword.js
@@ -1,7 +1,8 @@
-/*
+/**
* @copyright 2018 Christoph Wurst <christoph@winzerhof-wurst.at>
*
- * @author 2018 Christoph Wurst <christoph@winzerhof-wurst.at>
+ * @author Christoph Wurst <christoph@winzerhof-wurst.at>
+ * @author John Molakvoæ <skjnldsv@protonmail.com>
*
* @license GNU AGPL version 3 or any later version
*
@@ -16,7 +17,8 @@
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ *
*/
import $ from 'jquery'
@@ -36,10 +38,10 @@ import $ from 'jquery'
* @licens MIT License - http://www.opensource.org/licenses/mit-license.php
*/
$.fn.extend({
- showPassword: function(c) {
+ showPassword(c) {
// Setup callback object
- const callback = { 'fn': null, 'args': {} }
+ const callback = { fn: null, args: {} }
callback.fn = c
// Clones passwords and turn the clones into text inputs
@@ -52,13 +54,13 @@ $.fn.extend({
// Name added for JQuery Validation compatibility
// Element name is required to avoid script warning.
$clone.attr({
- 'type': 'text',
- 'class': $element.attr('class'),
- 'style': $element.attr('style'),
- 'size': $element.attr('size'),
- 'name': $element.attr('name') + '-clone',
- 'tabindex': $element.attr('tabindex'),
- 'autocomplete': 'off',
+ type: 'text',
+ class: $element.attr('class'),
+ style: $element.attr('style'),
+ size: $element.attr('size'),
+ name: $element.attr('name') + '-clone',
+ tabindex: $element.attr('tabindex'),
+ autocomplete: 'off',
})
if ($element.attr('placeholder') !== undefined) {
diff --git a/core/src/jquery/tipsy.js b/core/src/jquery/tipsy.js
deleted file mode 100644
index 0ae6ec83af0..00000000000
--- a/core/src/jquery/tipsy.js
+++ /dev/null
@@ -1,85 +0,0 @@
-/**
- * @copyright 2019 Christoph Wurst <christoph@winzerhof-wurst.at>
- *
- * @author 2019 Christoph Wurst <christoph@winzerhof-wurst.at>
- *
- * @license GNU AGPL version 3 or any later version
- *
- * This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License as
- * published by the Free Software Foundation, either version 3 of the
- * License, or (at your option) any later version.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU Affero General Public License for more details.
- *
- * You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see <http://www.gnu.org/licenses/>.
- */
-
-import $ from 'jquery'
-
-/**
- * $ tipsy shim for the bootstrap tooltip
- * @param {Object} argument options
- * @returns {Object} this
- * @deprecated
- */
-$.fn.tipsy = function(argument) {
- console.warn('Deprecation warning: tipsy is deprecated. Use tooltip instead.')
- if (typeof argument === 'object' && argument !== null) {
-
- // tipsy defaults
- const options = {
- placement: 'bottom',
- delay: { 'show': 0, 'hide': 0 },
- trigger: 'hover',
- html: false,
- container: 'body',
- }
- if (argument.gravity) {
- switch (argument.gravity) {
- case 'n':
- case 'nw':
- case 'ne':
- options.placement = 'bottom'
- break
- case 's':
- case 'sw':
- case 'se':
- options.placement = 'top'
- break
- case 'w':
- options.placement = 'right'
- break
- case 'e':
- options.placement = 'left'
- break
- }
- }
- if (argument.trigger) {
- options.trigger = argument.trigger
- }
- if (argument.delayIn) {
- options.delay.show = argument.delayIn
- }
- if (argument.delayOut) {
- options.delay.hide = argument.delayOut
- }
- if (argument.html) {
- options.html = true
- }
- if (argument.fallback) {
- options.title = argument.fallback
- }
- // destroy old tooltip in case the title has changed
- $.fn.tooltip.call(this, 'destroy')
- $.fn.tooltip.call(this, options)
- } else {
- this.tooltip(argument)
- $.fn.tooltip.call(this, argument)
- }
- return this
-}
diff --git a/core/src/jquery/ui-fixes.js b/core/src/jquery/ui-fixes.js
index d70c5579f94..39da7084e44 100644
--- a/core/src/jquery/ui-fixes.js
+++ b/core/src/jquery/ui-fixes.js
@@ -1,3 +1,26 @@
+/**
+ * @copyright Copyright (c) 2016 Christoph Wurst <christoph@winzerhof-wurst.at>
+ *
+ * @author Christoph Wurst <christoph@winzerhof-wurst.at>
+ * @author John Molakvoæ <skjnldsv@protonmail.com>
+ *
+ * @license GNU AGPL version 3 or any later version
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Affero General Public License as
+ * published by the Free Software Foundation, either version 3 of the
+ * License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Affero General Public License for more details.
+ *
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ *
+ */
+
import $ from 'jquery'
// Set autocomplete width the same as the related input
diff --git a/core/src/logger.js b/core/src/logger.js
index 4a9c8623a7f..edf2e35e2b7 100644
--- a/core/src/logger.js
+++ b/core/src/logger.js
@@ -1,7 +1,7 @@
-/*
+/**
* @copyright 2019 Christoph Wurst <christoph@winzerhof-wurst.at>
*
- * @author 2019 Christoph Wurst <christoph@winzerhof-wurst.at>
+ * @author Christoph Wurst <christoph@winzerhof-wurst.at>
*
* @license GNU AGPL version 3 or any later version
*
@@ -16,7 +16,8 @@
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ *
*/
import { getCurrentUser } from '@nextcloud/auth'
diff --git a/core/src/login.js b/core/src/login.js
index 7270442c83e..9a2507e4798 100644
--- a/core/src/login.js
+++ b/core/src/login.js
@@ -1,7 +1,10 @@
-/*
+/**
* @copyright 2019 Christoph Wurst <christoph@winzerhof-wurst.at>
*
- * @author 2019 Christoph Wurst <christoph@winzerhof-wurst.at>
+ * @author Christoph Wurst <christoph@winzerhof-wurst.at>
+ * @author John Molakvoæ <skjnldsv@protonmail.com>
+ * @author Julius Härtl <jus@bitgrid.net>
+ * @author Roeland Jago Douma <roeland@famdouma.nl>
*
* @license GNU AGPL version 3 or any later version
*
@@ -16,7 +19,8 @@
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ *
*/
import { loadState } from '@nextcloud/initial-state'
@@ -64,5 +68,11 @@ new View({
resetPasswordTarget: fromStateOr('resetPasswordTarget', ''),
resetPasswordUser: fromStateOr('resetPasswordUser', ''),
directLogin: query.direct === '1',
+ hasPasswordless: fromStateOr('webauthn-available', false),
+ countAlternativeLogins: fromStateOr('countAlternativeLogins', false),
+ isHttps: window.location.protocol === 'https:',
+ isLocalhost: window.location.hostname === 'localhost',
+ hasPublicKeyCredential: typeof (window.PublicKeyCredential) !== 'undefined',
+ hideLoginForm: fromStateOr('hideLoginForm', false),
},
}).$mount('#login')
diff --git a/core/src/main.js b/core/src/main.js
index 21213d7279e..25316952866 100644
--- a/core/src/main.js
+++ b/core/src/main.js
@@ -1,7 +1,10 @@
/**
* @copyright 2018 Christoph Wurst <christoph@winzerhof-wurst.at>
*
- * @author 2018 Christoph Wurst <christoph@winzerhof-wurst.at>
+ * @author Christoph Wurst <christoph@winzerhof-wurst.at>
+ * @author John Molakvoæ <skjnldsv@protonmail.com>
+ * @author Julius Härtl <jus@bitgrid.net>
+ * @author Roeland Jago Douma <roeland@famdouma.nl>
*
* @license GNU AGPL version 3 or any later version
*
@@ -16,7 +19,8 @@
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ *
*/
import $ from 'jquery'
@@ -33,7 +37,7 @@ import './jquery/index'
import { initCore } from './init'
import { registerAppsSlideToggle } from './OC/apps'
-$(document).ready(function() {
+window.addEventListener('DOMContentLoaded', function() {
initCore()
registerAppsSlideToggle()
diff --git a/core/src/maintenance.js b/core/src/maintenance.js
index 70b51f7cebc..b49fcd8d83c 100644
--- a/core/src/maintenance.js
+++ b/core/src/maintenance.js
@@ -1,7 +1,9 @@
-/*
+/**
* @copyright 2019 Christoph Wurst <christoph@winzerhof-wurst.at>
*
- * @author 2019 Christoph Wurst <christoph@winzerhof-wurst.at>
+ * @author Christoph Wurst <christoph@winzerhof-wurst.at>
+ * @author John Molakvoæ <skjnldsv@protonmail.com>
+ * @author Roeland Jago Douma <roeland@famdouma.nl>
*
* @license GNU AGPL version 3 or any later version
*
@@ -16,14 +18,14 @@
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ *
*/
import Axios from '@nextcloud/axios'
+import { getRootUrl } from '@nextcloud/router'
-import OC from './OC/index'
-
-const url = `${OC.getRootPath()}/status.php`
+const url = getRootUrl() + '/status.php'
const check = () => {
console.info('checking the Nextcloud maintenance status')
diff --git a/core/src/mixins/Nextcloud.js b/core/src/mixins/Nextcloud.js
index 3ca755b3052..d1307f90e8e 100644
--- a/core/src/mixins/Nextcloud.js
+++ b/core/src/mixins/Nextcloud.js
@@ -1,7 +1,7 @@
-/*
+/**
* @copyright 2019 Christoph Wurst <christoph@winzerhof-wurst.at>
*
- * @author 2019 Christoph Wurst <christoph@winzerhof-wurst.at>
+ * @author Christoph Wurst <christoph@winzerhof-wurst.at>
*
* @license GNU AGPL version 3 or any later version
*
@@ -16,7 +16,8 @@
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ *
*/
import L10n from '../OC/l10n'
diff --git a/core/src/recommendedapps.js b/core/src/recommendedapps.js
index aea105a8422..44c424989be 100644
--- a/core/src/recommendedapps.js
+++ b/core/src/recommendedapps.js
@@ -1,7 +1,7 @@
-/*
+/**
* @copyright 2019 Christoph Wurst <christoph@winzerhof-wurst.at>
*
- * @author 2019 Christoph Wurst <christoph@winzerhof-wurst.at>
+ * @author Christoph Wurst <christoph@winzerhof-wurst.at>
*
* @license GNU AGPL version 3 or any later version
*
@@ -16,7 +16,8 @@
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ *
*/
import { getRequestToken } from '@nextcloud/auth'
diff --git a/core/src/services/UnifiedSearchService.js b/core/src/services/UnifiedSearchService.js
new file mode 100644
index 00000000000..09d0d02fedf
--- /dev/null
+++ b/core/src/services/UnifiedSearchService.js
@@ -0,0 +1,93 @@
+/**
+ * @copyright 2020, John Molakvoæ <skjnldsv@protonmail.com>
+ *
+ * @author Christoph Wurst <christoph@winzerhof-wurst.at>
+ * @author Daniel Calviño Sánchez <danxuliu@gmail.com>
+ * @author Joas Schilling <coding@schilljs.com>
+ * @author John Molakvoæ <skjnldsv@protonmail.com>
+ *
+ * @license GNU AGPL version 3 or any later version
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Affero General Public License as
+ * published by the Free Software Foundation, either version 3 of the
+ * License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Affero General Public License for more details.
+ *
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ *
+ */
+
+import { generateOcsUrl } from '@nextcloud/router'
+import { loadState } from '@nextcloud/initial-state'
+import axios from '@nextcloud/axios'
+
+export const defaultLimit = loadState('unified-search', 'limit-default')
+export const minSearchLength = 2
+export const regexFilterIn = /[^-]in:([a-z_-]+)/ig
+export const regexFilterNot = /-in:([a-z_-]+)/ig
+
+/**
+ * Create a cancel token
+ * @returns {CancelTokenSource}
+ */
+const createCancelToken = () => axios.CancelToken.source()
+
+/**
+ * Get the list of available search providers
+ *
+ * @returns {Array}
+ */
+export async function getTypes() {
+ try {
+ const { data } = await axios.get(generateOcsUrl('search', 2) + 'providers', {
+ params: {
+ // Sending which location we're currently at
+ from: window.location.pathname.replace('/index.php', '') + window.location.search,
+ },
+ })
+ if ('ocs' in data && 'data' in data.ocs && Array.isArray(data.ocs.data) && data.ocs.data.length > 0) {
+ // Providers are sorted by the api based on their order key
+ return data.ocs.data
+ }
+ } catch (error) {
+ console.error(error)
+ }
+ return []
+}
+
+/**
+ * Get the list of available search providers
+ *
+ * @param {Object} options destructuring object
+ * @param {string} options.type the type to search
+ * @param {string} options.query the search
+ * @param {int|string|undefined} options.cursor the offset for paginated searches
+ * @returns {Object} {request: Promise, cancel: Promise}
+ */
+export function search({ type, query, cursor }) {
+ /**
+ * Generate an axios cancel token
+ */
+ const cancelToken = createCancelToken()
+
+ const request = async() => axios.get(generateOcsUrl('search', 2) + `providers/${type}/search`, {
+ cancelToken: cancelToken.token,
+ params: {
+ term: query,
+ cursor,
+ // Sending which location we're currently at
+ from: window.location.pathname.replace('/index.php', '') + window.location.search,
+ },
+ })
+
+ return {
+ request,
+ cancel: cancelToken.cancel,
+ }
+}
diff --git a/core/src/services/WebAuthnAuthenticationService.js b/core/src/services/WebAuthnAuthenticationService.js
new file mode 100644
index 00000000000..db05e7ca3fe
--- /dev/null
+++ b/core/src/services/WebAuthnAuthenticationService.js
@@ -0,0 +1,38 @@
+/**
+ * @copyright 2020, Roeland Jago Douma <roeland@famdouma.nl>
+ *
+ * @author Roeland Jago Douma <roeland@famdouma.nl>
+ *
+ * @license GNU AGPL version 3 or any later version
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Affero General Public License as
+ * published by the Free Software Foundation, either version 3 of the
+ * License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Affero General Public License for more details.
+ *
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ *
+ */
+
+import Axios from '@nextcloud/axios'
+import { generateUrl } from '@nextcloud/router'
+
+export function startAuthentication(loginName) {
+ const url = generateUrl('/login/webauthn/start')
+
+ return Axios.post(url, { loginName })
+ .then(resp => resp.data)
+}
+
+export function finishAuthentication(data) {
+ const url = generateUrl('/login/webauthn/finish')
+
+ return Axios.post(url, { data })
+ .then(resp => resp.data)
+}
diff --git a/core/src/session-heartbeat.js b/core/src/session-heartbeat.js
index a941720d853..828896f9fae 100644
--- a/core/src/session-heartbeat.js
+++ b/core/src/session-heartbeat.js
@@ -1,7 +1,10 @@
-/*
+/**
* @copyright 2019 Christoph Wurst <christoph@winzerhof-wurst.at>
*
- * @author 2019 Christoph Wurst <christoph@winzerhof-wurst.at>
+ * @author Christoph Wurst <christoph@winzerhof-wurst.at>
+ * @author John Molakvoæ <skjnldsv@protonmail.com>
+ * @author Julius Härtl <jus@bitgrid.net>
+ * @author Roeland Jago Douma <roeland@famdouma.nl>
*
* @license GNU AGPL version 3 or any later version
*
@@ -16,23 +19,40 @@
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ *
*/
import $ from 'jquery'
import { emit } from '@nextcloud/event-bus'
+import { loadState } from '@nextcloud/initial-state'
+import { getCurrentUser } from '@nextcloud/auth'
+import { generateUrl } from '@nextcloud/router'
-import { generateUrl } from './OC/routing'
import OC from './OC'
-import { setToken as setRequestToken } from './OC/requesttoken'
+import { setToken as setRequestToken, getToken as getRequestToken } from './OC/requesttoken'
+
+let config = null
+/**
+ * The legacy jsunit tests overwrite OC.config before calling initCore
+ * therefore we need to wait with assigning the config fallback until initCore calls initSessionHeartBeat
+ */
+const loadConfig = () => {
+ try {
+ config = loadState('core', 'config')
+ } catch (e) {
+ // This fallback is just for our legacy jsunit tests since we have no way to mock loadState calls
+ config = OC.config
+ }
+}
/**
* session heartbeat (defaults to enabled)
* @returns {boolean}
*/
const keepSessionAlive = () => {
- return OC.config.session_keepalive === undefined
- || !!OC.config.session_keepalive
+ return config.session_keepalive === undefined
+ || !!config.session_keepalive
}
/**
@@ -41,8 +61,8 @@ const keepSessionAlive = () => {
*/
const getInterval = () => {
let interval = NaN
- if (OC.config.session_lifetime) {
- interval = Math.floor(OC.config.session_lifetime / 2)
+ if (config.session_lifetime) {
+ interval = Math.floor(config.session_lifetime / 2)
}
// minimum one minute, max 24 hours, default 15 minutes
@@ -83,11 +103,48 @@ const startPolling = () => {
return interval
}
+const registerAutoLogout = () => {
+ if (!config.auto_logout || !getCurrentUser()) {
+ return
+ }
+
+ let lastActive = Date.now()
+ window.addEventListener('mousemove', e => {
+ lastActive = Date.now()
+ localStorage.setItem('lastActive', lastActive)
+ })
+
+ window.addEventListener('touchstart', e => {
+ lastActive = Date.now()
+ localStorage.setItem('lastActive', lastActive)
+ })
+
+ window.addEventListener('storage', e => {
+ if (e.key !== 'lastActive') {
+ return
+ }
+ lastActive = e.newValue
+ })
+
+ setInterval(function() {
+ const timeout = Date.now() - config.session_lifetime * 1000
+ if (lastActive < timeout) {
+ console.info('Inactivity timout reached, logging out')
+ const logoutUrl = generateUrl('/logout') + '?requesttoken=' + encodeURIComponent(getRequestToken())
+ window.location = logoutUrl
+ }
+ }, 1000)
+}
+
/**
* Calls the server periodically to ensure that session and CSRF
* token doesn't expire
*/
export const initSessionHeartBeat = () => {
+ loadConfig()
+
+ registerAutoLogout()
+
if (!keepSessionAlive()) {
console.info('session heartbeat disabled')
return
diff --git a/core/src/systemtags/merged-systemtags.js b/core/src/systemtags/merged-systemtags.js
new file mode 100644
index 00000000000..1dc8be0ae62
--- /dev/null
+++ b/core/src/systemtags/merged-systemtags.js
@@ -0,0 +1,29 @@
+/**
+ * @copyright Copyright (c) 2016 Roeland Jago Douma <roeland@famdouma.nl>
+ *
+ * @author Roeland Jago Douma <roeland@famdouma.nl>
+ *
+ * @license GNU AGPL version 3 or any later version
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Affero General Public License as
+ * published by the Free Software Foundation, either version 3 of the
+ * License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Affero General Public License for more details.
+ *
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ *
+ */
+
+import './systemtags.js'
+import './systemtagmodel.js'
+import './systemtagsmappingcollection.js'
+import './systemtagscollection.js'
+import './systemtagsinputfield.js'
+
+import '../../css/systemtags.scss'
diff --git a/core/src/systemtags/systemtagmodel.js b/core/src/systemtags/systemtagmodel.js
new file mode 100644
index 00000000000..588d6a26fc2
--- /dev/null
+++ b/core/src/systemtags/systemtagmodel.js
@@ -0,0 +1,75 @@
+/**
+ * Copyright (c) 2015
+ *
+ * @author John Molakvoæ <skjnldsv@protonmail.com>
+ * @author Michael Jobst <mjobst+github@tecratech.de>
+ * @author Roeland Jago Douma <roeland@famdouma.nl>
+ * @author Vincent Petry <vincent@nextcloud.com>
+ *
+ * @license GNU AGPL version 3 or any later version
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Affero General Public License as
+ * published by the Free Software Foundation, either version 3 of the
+ * License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Affero General Public License for more details.
+ *
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ *
+ */
+
+(function(OC) {
+
+ _.extend(OC.Files.Client, {
+ PROPERTY_FILEID: '{' + OC.Files.Client.NS_OWNCLOUD + '}id',
+ PROPERTY_CAN_ASSIGN: '{' + OC.Files.Client.NS_OWNCLOUD + '}can-assign',
+ PROPERTY_DISPLAYNAME: '{' + OC.Files.Client.NS_OWNCLOUD + '}display-name',
+ PROPERTY_USERVISIBLE: '{' + OC.Files.Client.NS_OWNCLOUD + '}user-visible',
+ PROPERTY_USERASSIGNABLE: '{' + OC.Files.Client.NS_OWNCLOUD + '}user-assignable',
+ })
+
+ /**
+ * @class OCA.SystemTags.SystemTagsCollection
+ * @classdesc
+ *
+ * System tag
+ *
+ */
+ const SystemTagModel = OC.Backbone.Model.extend(
+ /** @lends OCA.SystemTags.SystemTagModel.prototype */ {
+ sync: OC.Backbone.davSync,
+
+ defaults: {
+ userVisible: true,
+ userAssignable: true,
+ canAssign: true,
+ },
+
+ davProperties: {
+ id: OC.Files.Client.PROPERTY_FILEID,
+ name: OC.Files.Client.PROPERTY_DISPLAYNAME,
+ userVisible: OC.Files.Client.PROPERTY_USERVISIBLE,
+ userAssignable: OC.Files.Client.PROPERTY_USERASSIGNABLE,
+ // read-only, effective permissions computed by the server,
+ canAssign: OC.Files.Client.PROPERTY_CAN_ASSIGN,
+ },
+
+ parse(data) {
+ return {
+ id: data.id,
+ name: data.name,
+ userVisible: data.userVisible === true || data.userVisible === 'true',
+ userAssignable: data.userAssignable === true || data.userAssignable === 'true',
+ canAssign: data.canAssign === true || data.canAssign === 'true',
+ }
+ },
+ })
+
+ OC.SystemTags = OC.SystemTags || {}
+ OC.SystemTags.SystemTagModel = SystemTagModel
+})(OC)
diff --git a/core/src/systemtags/systemtags.js b/core/src/systemtags/systemtags.js
new file mode 100644
index 00000000000..6254941296c
--- /dev/null
+++ b/core/src/systemtags/systemtags.js
@@ -0,0 +1,70 @@
+/**
+ * Copyright (c) 2016
+ *
+ * @author Gary Kim <gary@garykim.dev>
+ * @author Joas Schilling <coding@schilljs.com>
+ * @author John Molakvoæ <skjnldsv@protonmail.com>
+ * @author Roeland Jago Douma <roeland@famdouma.nl>
+ * @author Vincent Petry <vincent@nextcloud.com>
+ *
+ * @license GNU AGPL version 3 or any later version
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Affero General Public License as
+ * published by the Free Software Foundation, either version 3 of the
+ * License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Affero General Public License for more details.
+ *
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ *
+ */
+
+/* eslint-disable */
+import escapeHTML from 'escape-html'
+
+(function(OC) {
+ /**
+ * @namespace
+ */
+ OC.SystemTags = {
+ /**
+ *
+ * @param {OC.SystemTags.SystemTagModel|Object|String} tag
+ * @returns {jQuery}
+ */
+ getDescriptiveTag: function(tag) {
+ if (_.isUndefined(tag.name) && !_.isUndefined(tag.toJSON)) {
+ tag = tag.toJSON()
+ }
+
+ if (_.isUndefined(tag.name)) {
+ return $('<span>').addClass('non-existing-tag').text(
+ t('core', 'Non-existing tag #{tag}', {
+ tag: tag
+ })
+ )
+ }
+
+ var $span = $('<span>')
+ $span.append(escapeHTML(tag.name))
+
+ var scope
+ if (!tag.userAssignable) {
+ scope = t('core', 'restricted')
+ }
+ if (!tag.userVisible) {
+ // invisible also implicitly means not assignable
+ scope = t('core', 'invisible')
+ }
+ if (scope) {
+ $span.append($('<em>').text(' (' + scope + ')'))
+ }
+ return $span
+ }
+ }
+})(OC)
diff --git a/core/js/systemtags/systemtagscollection.js b/core/src/systemtags/systemtagscollection.js
index fe3f2868558..5e6c43314e1 100644
--- a/core/js/systemtags/systemtagscollection.js
+++ b/core/src/systemtags/systemtagscollection.js
@@ -1,14 +1,27 @@
-/* eslint-disable */
-/*
+/**
* Copyright (c) 2015
*
- * This file is licensed under the Affero General Public License version 3
- * or later.
+ * @author John Molakvoæ <skjnldsv@protonmail.com>
+ * @author Vincent Petry <vincent@nextcloud.com>
+ *
+ * @license GNU AGPL version 3 or any later version
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Affero General Public License as
+ * published by the Free Software Foundation, either version 3 of the
+ * License, or (at your option) any later version.
*
- * See the COPYING-README file.
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Affero General Public License for more details.
+ *
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*
*/
+/* eslint-disable */
(function(OC) {
function filterFunction(model, term) {
diff --git a/core/js/systemtags/systemtagsinputfield.js b/core/src/systemtags/systemtagsinputfield.js
index 6065b0e28d6..f0aac9381d6 100644
--- a/core/js/systemtags/systemtagsinputfield.js
+++ b/core/src/systemtags/systemtagsinputfield.js
@@ -1,15 +1,32 @@
-/* eslint-disable */
-/*
+/**
* Copyright (c) 2015
*
- * This file is licensed under the Affero General Public License version 3
- * or later.
+ * @author Joas Schilling <coding@schilljs.com>
+ * @author John Molakvoæ <skjnldsv@protonmail.com>
+ * @author Roeland Jago Douma <roeland@famdouma.nl>
+ * @author Vincent Petry <vincent@nextcloud.com>
+ *
+ * @license GNU AGPL version 3 or any later version
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Affero General Public License as
+ * published by the Free Software Foundation, either version 3 of the
+ * License, or (at your option) any later version.
*
- * See the COPYING-README file.
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Affero General Public License for more details.
+ *
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*
*/
-/* global Handlebars */
+/* eslint-disable */
+import templateResult from './templates/result.handlebars'
+import templateResultForm from './templates/result_form.handlebars'
+import templateSelection from './templates/selection.handlebars'
(function(OC) {
@@ -108,7 +125,7 @@
var tagModel = this.collection.get(tagId)
var oldName = tagModel.get('name')
- var $renameForm = $(OC.SystemTags.Templates['result_form']({
+ var $renameForm = $(templateResultForm({
cid: this.cid,
name: oldName,
deleteTooltip: t('core', 'Delete'),
@@ -272,7 +289,7 @@
* @returns {string} HTML markup
*/
_formatDropDownResult: function(data) {
- return OC.SystemTags.Templates['result'](_.extend({
+ return templateResult(_.extend({
renameTooltip: t('core', 'Rename'),
allowActions: this._allowActions,
tagMarkup: this._isAdmin ? OC.SystemTags.getDescriptiveTag(data)[0].innerHTML : null,
@@ -287,7 +304,7 @@
* @returns {string} HTML markup
*/
_formatSelection: function(data) {
- return OC.SystemTags.Templates['selection'](_.extend({
+ return templateSelection(_.extend({
tagMarkup: this._isAdmin ? OC.SystemTags.getDescriptiveTag(data)[0].innerHTML : null,
isAdmin: this._isAdmin
}, data))
diff --git a/core/js/systemtags/systemtagsmappingcollection.js b/core/src/systemtags/systemtagsmappingcollection.js
index 834ba57f945..6c6b6578608 100644
--- a/core/js/systemtags/systemtagsmappingcollection.js
+++ b/core/src/systemtags/systemtagsmappingcollection.js
@@ -1,13 +1,29 @@
-/*
+/**
* Copyright (c) 2015
*
- * This file is licensed under the Affero General Public License version 3
- * or later.
+ * @author John Molakvoæ <skjnldsv@protonmail.com>
+ * @author Roeland Jago Douma <roeland@famdouma.nl>
+ * @author Vincent Petry <vincent@nextcloud.com>
*
- * See the COPYING-README file.
+ * @license GNU AGPL version 3 or any later version
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Affero General Public License as
+ * published by the Free Software Foundation, either version 3 of the
+ * License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Affero General Public License for more details.
+ *
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*
*/
+import { generateRemoteUrl } from '@nextcloud/router'
+
(function(OC) {
/**
* @class OC.SystemTags.SystemTagsMappingCollection
@@ -42,8 +58,8 @@
model: OC.SystemTags.SystemTagModel,
- url: function() {
- return OC.linkToRemote('dav') + '/systemtags-relations/' + this._objectType + '/' + this._objectId
+ url() {
+ return generateRemoteUrl('dav') + '/systemtags-relations/' + this._objectType + '/' + this._objectId
},
/**
@@ -51,7 +67,7 @@
*
* @param {int} objectId file id or null
*/
- setObjectId: function(objectId) {
+ setObjectId(objectId) {
this._objectId = objectId
},
@@ -60,11 +76,11 @@
*
* @param {int} objectType file id or null
*/
- setObjectType: function(objectType) {
+ setObjectType(objectType) {
this._objectType = objectType
},
- initialize: function(models, options) {
+ initialize(models, options) {
options = options || {}
if (!_.isUndefined(options.objectId)) {
this._objectId = options.objectId
@@ -74,7 +90,7 @@
}
},
- getTagIds: function() {
+ getTagIds() {
return this.map(function(model) {
return model.id
})
diff --git a/core/js/systemtags/templates/result.handlebars b/core/src/systemtags/templates/result.handlebars
index faa7cc4d348..faa7cc4d348 100644
--- a/core/js/systemtags/templates/result.handlebars
+++ b/core/src/systemtags/templates/result.handlebars
diff --git a/core/js/systemtags/templates/result_form.handlebars b/core/src/systemtags/templates/result_form.handlebars
index 28fe8c56fe2..28fe8c56fe2 100644
--- a/core/js/systemtags/templates/result_form.handlebars
+++ b/core/src/systemtags/templates/result_form.handlebars
diff --git a/core/js/systemtags/templates/selection.handlebars b/core/src/systemtags/templates/selection.handlebars
index b006b129748..b006b129748 100644
--- a/core/js/systemtags/templates/selection.handlebars
+++ b/core/src/systemtags/templates/selection.handlebars
diff --git a/core/src/OC/search.js b/core/src/tests/.eslintrc.js
index 281907a06a7..449d15fec67 100644
--- a/core/src/OC/search.js
+++ b/core/src/tests/.eslintrc.js
@@ -1,7 +1,7 @@
/**
- * @copyright 2019 Christoph Wurst <christoph@winzerhof-wurst.at>
+ * @copyright Copyright (c) 2016 John Molakvoæ <skjnldsv@protonmail.com>
*
- * @author 2019 Christoph Wurst <christoph@winzerhof-wurst.at>
+ * @author John Molakvoæ <skjnldsv@protonmail.com>
*
* @license GNU AGPL version 3 or any later version
*
@@ -16,26 +16,16 @@
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ *
*/
-import OC from './index'
-
-/**
- * Do a search query and display the results
- * @param {string} query the search query
- */
-const search = function(query) {
- OC.Search.search(query, null, 0, 30)
+module.exports = {
+ globals: {
+ jsdom: true,
+ sinon: true,
+ },
+ rules: {
+ "node/no-unpublished-import": 'off'
+ }
}
-
-/**
- * @namespace OC.search
- */
-search.customResults = {}
-/**
- * @deprecated use get/setFormatter() instead
- */
-search.resultTypes = {}
-
-export default search
diff --git a/core/src/tests/OC/requesttoken.spec.js b/core/src/tests/OC/requesttoken.spec.js
index d19a4b8e9c8..fb550a93ebe 100644
--- a/core/src/tests/OC/requesttoken.spec.js
+++ b/core/src/tests/OC/requesttoken.spec.js
@@ -1,7 +1,9 @@
-/*
+/**
* @copyright 2020 Christoph Wurst <christoph@winzerhof-wurst.at>
*
- * @author 2020 Christoph Wurst <christoph@winzerhof-wurst.at>
+ * @author Christoph Wurst <christoph@winzerhof-wurst.at>
+ * @author John Molakvoæ <skjnldsv@protonmail.com>
+ * @author François Freitag <mail@franek.fr>
*
* @license GNU AGPL version 3 or any later version
*
@@ -16,45 +18,43 @@
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ *
*/
-import {JSDOM} from 'jsdom'
-import {subscribe, unsubscribe} from '@nextcloud/event-bus'
+import { subscribe, unsubscribe } from '@nextcloud/event-bus'
-import {manageToken, setToken} from '../../OC/requesttoken'
+import { manageToken, setToken } from '../../OC/requesttoken'
describe('request token', () => {
- let dom
let emit
let manager
const token = 'abc123'
beforeEach(() => {
- dom = new JSDOM()
- emit = sinon.spy()
- const head = dom.window.document.getElementsByTagName('head')[0]
+ emit = jest.fn()
+ const head = window.document.getElementsByTagName('head')[0]
head.setAttribute('data-requesttoken', token)
- manager = manageToken(dom.window.document, emit)
+ manager = manageToken(window.document, emit)
})
- it('reads the token from the document', () => {
- expect(manager.getToken()).to.equal('abc123')
+ test('reads the token from the document', () => {
+ expect(manager.getToken()).toBe('abc123')
})
- it('remembers the updated token', () => {
+ test('remembers the updated token', () => {
manager.setToken('bca321')
- expect(manager.getToken()).to.equal('bca321')
+ expect(manager.getToken()).toBe('bca321')
})
describe('@nextcloud/auth integration', () => {
let listener
beforeEach(() => {
- listener = sinon.spy()
+ listener = jest.fn()
subscribe('csrf-token-update', listener)
})
@@ -63,10 +63,10 @@ describe('request token', () => {
unsubscribe('csrf-token-update', listener)
})
- it('fires off an event for @nextcloud/auth', () => {
+ test('fires off an event for @nextcloud/auth', () => {
setToken('123')
- expect(listener).to.have.been.calledWith({token: '123'})
+ expect(listener).toHaveBeenCalledWith({ token: '123' })
})
})
diff --git a/core/src/tests/setup.js b/core/src/tests/setup.js
deleted file mode 100644
index bec4e11eaea..00000000000
--- a/core/src/tests/setup.js
+++ /dev/null
@@ -1,36 +0,0 @@
-/*
- * @copyright 2018 Christoph Wurst <christoph@winzerhof-wurst.at>
- *
- * @author 2018 Christoph Wurst <christoph@winzerhof-wurst.at>
- *
- * @license GNU AGPL version 3 or any later version
- *
- * This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License as
- * published by the Free Software Foundation, either version 3 of the
- * License, or (at your option) any later version.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU Affero General Public License for more details.
- *
- * You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see <http://www.gnu.org/licenses/>.
- */
-
-require('jsdom-global')()
-const chai = require('chai')
-var sinon = require('sinon')
-var sinonChai = require('sinon-chai');
-
-chai.use(sinonChai)
-global.expect = chai.expect
-global.sinon = sinon
-
-// https://github.com/vuejs/vue-test-utils/issues/936
-// better fix for "TypeError: Super expression must either be null or
-// a function" than pinning an old version of prettier.
-//
-// https://github.com/vuejs/vue-cli/issues/2128#issuecomment-453109575
-window.Date = Date
diff --git a/core/src/unified-search.js b/core/src/unified-search.js
new file mode 100644
index 00000000000..a799586017b
--- /dev/null
+++ b/core/src/unified-search.js
@@ -0,0 +1,59 @@
+/**
+ * @copyright Copyright (c) 2020 John Molakvoæ <skjnldsv@protonmail.com>
+ *
+ * @author John Molakvoæ <skjnldsv@protonmail.com>
+ *
+ * @license GNU AGPL version 3 or any later version
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Affero General Public License as
+ * published by the Free Software Foundation, either version 3 of the
+ * License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Affero General Public License for more details.
+ *
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ *
+ */
+
+import { generateFilePath } from '@nextcloud/router'
+import { getLoggerBuilder } from '@nextcloud/logger'
+import { getRequestToken } from '@nextcloud/auth'
+import { translate as t, translatePlural as n } from '@nextcloud/l10n'
+import Vue from 'vue'
+
+import UnifiedSearch from './views/UnifiedSearch.vue'
+
+// eslint-disable-next-line camelcase
+__webpack_nonce__ = btoa(getRequestToken())
+
+// eslint-disable-next-line camelcase
+__webpack_public_path__ = generateFilePath('core', '', 'js/')
+
+const logger = getLoggerBuilder()
+ .setApp('unified-search')
+ .detectUser()
+ .build()
+
+Vue.mixin({
+ data() {
+ return {
+ logger,
+ }
+ },
+ methods: {
+ t,
+ n,
+ },
+})
+
+export default new Vue({
+ el: '#unified-search',
+ // eslint-disable-next-line vue/match-component-file-name
+ name: 'UnifiedSearchRoot',
+ render: h => h(UnifiedSearch),
+})
diff --git a/core/src/views/Login.vue b/core/src/views/Login.vue
index baea18cbe3c..1372f40b112 100644
--- a/core/src/views/Login.vue
+++ b/core/src/views/Login.vue
@@ -20,9 +20,9 @@
-->
<template>
- <div>
+ <div v-if="!hideLoginForm || directLogin">
<transition name="fade" mode="out-in">
- <div v-if="!resetPassword && resetPasswordTarget === ''"
+ <div v-if="!passwordlessLogin && !resetPassword && resetPasswordTarget === ''"
key="login">
<LoginForm
:username.sync="user"
@@ -45,6 +45,40 @@
@click.prevent="resetPassword = true">
{{ t('core', 'Forgot password?') }}
</a>
+ <br>
+ <template v-if="hasPasswordless">
+ <div v-if="countAlternativeLogins"
+ class="alternative-logins">
+ <a v-if="hasPasswordless"
+ class="button"
+ :class="{ 'single-alt-login-option': countAlternativeLogins }"
+ href="#"
+ @click.prevent="passwordlessLogin = true">
+ {{ t('core', 'Log in with a device') }}
+ </a>
+ </div>
+ <a v-else
+ href="#"
+ @click.prevent="passwordlessLogin = true">
+ {{ t('core', 'Log in with a device') }}
+ </a>
+ </template>
+ </div>
+ <div v-else-if="!loading && passwordlessLogin"
+ key="reset"
+ class="login-additional">
+ <PasswordLessLoginForm
+ :username.sync="user"
+ :redirect-url="redirectUrl"
+ :inverted-colors="invertedColors"
+ :auto-complete-allowed="autoCompleteAllowed"
+ :is-https="isHttps"
+ :is-localhost="isLocalhost"
+ :has-public-key-credential="hasPublicKeyCredential"
+ @submit="loading = true" />
+ <a href="#" @click.prevent="passwordlessLogin = false">
+ {{ t('core', 'Back') }}
+ </a>
</div>
<div v-else-if="!loading && canResetPassword"
key="reset"
@@ -65,10 +99,20 @@
</div>
</transition>
</div>
+ <div v-else>
+ <transition name="fade" mode="out-in">
+ <div class="warning">
+ {{ t('core', 'Login form is disabled.') }}<br>
+ <small>{{ t('core', 'Please contact your administrator.') }}
+ </small>
+ </div>
+ </transition>
+ </div>
</template>
<script>
import LoginForm from '../components/login/LoginForm.vue'
+import PasswordLessLoginForm from '../components/login/PasswordLessLoginForm.vue'
import ResetPassword from '../components/login/ResetPassword.vue'
import UpdatePassword from '../components/login/UpdatePassword.vue'
@@ -76,6 +120,7 @@ export default {
name: 'Login',
components: {
LoginForm,
+ PasswordLessLoginForm,
ResetPassword,
UpdatePassword,
},
@@ -120,11 +165,36 @@ export default {
type: Boolean,
default: false,
},
+ hasPasswordless: {
+ type: Boolean,
+ default: false,
+ },
+ countAlternativeLogins: {
+ type: Number,
+ default: 0,
+ },
+ isHttps: {
+ type: Boolean,
+ default: false,
+ },
+ isLocalhost: {
+ type: Boolean,
+ default: false,
+ },
+ hasPublicKeyCredential: {
+ type: Boolean,
+ default: false,
+ },
+ hideLoginForm: {
+ type: Boolean,
+ default: false,
+ },
},
data() {
return {
loading: false,
user: this.username,
+ passwordlessLogin: false,
resetPassword: false,
}
},
diff --git a/core/src/views/UnifiedSearch.vue b/core/src/views/UnifiedSearch.vue
new file mode 100644
index 00000000000..80ba7c7c7b9
--- /dev/null
+++ b/core/src/views/UnifiedSearch.vue
@@ -0,0 +1,761 @@
+ <!--
+ - @copyright Copyright (c) 2020 John Molakvoæ <skjnldsv@protonmail.com>
+ -
+ - @author John Molakvoæ <skjnldsv@protonmail.com>
+ -
+ - @license GNU AGPL version 3 or any later version
+ -
+ - This program is free software: you can redistribute it and/or modify
+ - it under the terms of the GNU Affero General Public License as
+ - published by the Free Software Foundation, either version 3 of the
+ - License, or (at your option) any later version.
+ -
+ - This program is distributed in the hope that it will be useful,
+ - but WITHOUT ANY WARRANTY; without even the implied warranty of
+ - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ - GNU Affero General Public License for more details.
+ -
+ - You should have received a copy of the GNU Affero General Public License
+ - along with this program. If not, see <http://www.gnu.org/licenses/>.
+ -
+ -->
+<template>
+ <HeaderMenu id="unified-search"
+ class="unified-search"
+ exclude-click-outside-classes="popover"
+ :open.sync="open"
+ @open="onOpen"
+ @close="onClose">
+ <!-- Header icon -->
+ <template #trigger>
+ <Magnify class="unified-search__trigger"
+ :size="20"
+ :title="ariaLabel"
+ fill-color="var(--color-primary-text)" />
+ </template>
+
+ <!-- Search form & filters wrapper -->
+ <div class="unified-search__input-wrapper">
+ <form class="unified-search__form"
+ role="search"
+ :class="{'icon-loading-small': isLoading}"
+ @submit.prevent.stop="onInputEnter"
+ @reset.prevent.stop="onReset">
+ <!-- Search input -->
+ <input ref="input"
+ v-model="query"
+ class="unified-search__form-input"
+ type="search"
+ :class="{'unified-search__form-input--with-reset': !!query}"
+ :placeholder="t('core', 'Search {types} …', { types: typesNames.join(', ') })"
+ @input="onInputDebounced"
+ @keypress.enter.prevent.stop="onInputEnter">
+
+ <!-- Reset search button -->
+ <input v-if="!!query && !isLoading"
+ type="reset"
+ class="unified-search__form-reset icon-close"
+ :aria-label="t('core','Reset search')"
+ value="">
+ </form>
+
+ <!-- Search filters -->
+ <Actions v-if="availableFilters.length > 1" class="unified-search__filters" placement="bottom">
+ <ActionButton v-for="type in availableFilters"
+ :key="type"
+ icon="icon-filter"
+ :title="t('core', 'Search for {name} only', { name: typesMap[type] })"
+ @click="onClickFilter(`in:${type}`)">
+ {{ `in:${type}` }}
+ </ActionButton>
+ </Actions>
+ </div>
+
+ <template v-if="!hasResults">
+ <!-- Loading placeholders -->
+ <SearchResultPlaceholders v-if="isLoading" />
+
+ <EmptyContent v-else-if="isValidQuery" icon="icon-search">
+ {{ t('core', 'No results for {query}', {query}) }}
+ </EmptyContent>
+
+ <EmptyContent v-else-if="!isLoading || isShortQuery" icon="icon-search">
+ {{ t('core', 'Start typing to search') }}
+ <template v-if="isShortQuery" #desc>
+ {{ n('core',
+ 'Please enter {minSearchLength} character or more to search',
+ 'Please enter {minSearchLength} characters or more to search',
+ minSearchLength,
+ {minSearchLength}) }}
+ </template>
+ </EmptyContent>
+ </template>
+
+ <!-- Grouped search results -->
+ <template v-else>
+ <ul v-for="({list, type}, typesIndex) in orderedResults"
+ :key="type"
+ class="unified-search__results"
+ :class="`unified-search__results-${type}`"
+ :aria-label="typesMap[type]">
+ <!-- Search results -->
+ <li v-for="(result, index) in limitIfAny(list, type)" :key="result.resourceUrl">
+ <SearchResult v-bind="result"
+ :query="query"
+ :focused="focused === 0 && typesIndex === 0 && index === 0"
+ @focus="setFocusedIndex" />
+ </li>
+
+ <!-- Load more button -->
+ <li>
+ <SearchResult v-if="!reached[type]"
+ class="unified-search__result-more"
+ :title="loading[type]
+ ? t('core', 'Loading more results …')
+ : t('core', 'Load more results')"
+ :icon-class="loading[type] ? 'icon-loading-small' : ''"
+ @click.prevent="loadMore(type)"
+ @focus="setFocusedIndex" />
+ </li>
+ </ul>
+ </template>
+ </HeaderMenu>
+</template>
+
+<script>
+import { emit } from '@nextcloud/event-bus'
+import { minSearchLength, getTypes, search, defaultLimit, regexFilterIn, regexFilterNot } from '../services/UnifiedSearchService'
+import { showError } from '@nextcloud/dialogs'
+import ActionButton from '@nextcloud/vue/dist/Components/ActionButton'
+import Actions from '@nextcloud/vue/dist/Components/Actions'
+import debounce from 'debounce'
+import EmptyContent from '@nextcloud/vue/dist/Components/EmptyContent'
+import Magnify from 'vue-material-design-icons/Magnify'
+
+import HeaderMenu from '../components/HeaderMenu'
+import SearchResult from '../components/UnifiedSearch/SearchResult'
+import SearchResultPlaceholders from '../components/UnifiedSearch/SearchResultPlaceholders'
+
+const REQUEST_FAILED = 0
+const REQUEST_OK = 1
+const REQUEST_CANCELED = 2
+
+export default {
+ name: 'UnifiedSearch',
+
+ components: {
+ ActionButton,
+ Actions,
+ EmptyContent,
+ HeaderMenu,
+ Magnify,
+ SearchResult,
+ SearchResultPlaceholders,
+ },
+
+ data() {
+ return {
+ types: [],
+
+ // Cursors per types
+ cursors: {},
+ // Various search limits per types
+ limits: {},
+ // Loading types
+ loading: {},
+ // Reached search types
+ reached: {},
+ // Pending cancellable requests
+ requests: [],
+ // List of all results
+ results: {},
+
+ query: '',
+ focused: null,
+
+ defaultLimit,
+ minSearchLength,
+
+ open: false,
+ }
+ },
+
+ computed: {
+ typesIDs() {
+ return this.types.map(type => type.id)
+ },
+ typesNames() {
+ return this.types.map(type => type.name)
+ },
+ typesMap() {
+ return this.types.reduce((prev, curr) => {
+ prev[curr.id] = curr.name
+ return prev
+ }, {})
+ },
+
+ ariaLabel() {
+ return t('core', 'Search')
+ },
+
+ /**
+ * Is there any result to display
+ * @returns {boolean}
+ */
+ hasResults() {
+ return Object.keys(this.results).length !== 0
+ },
+
+ /**
+ * Return ordered results
+ * @returns {Array}
+ */
+ orderedResults() {
+ return this.typesIDs
+ .filter(type => type in this.results)
+ .map(type => ({
+ type,
+ list: this.results[type],
+ }))
+ },
+
+ /**
+ * Available filters
+ * We only show filters that are available on the results
+ * @returns {string[]}
+ */
+ availableFilters() {
+ return Object.keys(this.results)
+ },
+
+ /**
+ * Applied filters
+ * @returns {string[]}
+ */
+ usedFiltersIn() {
+ let match
+ const filters = []
+ while ((match = regexFilterIn.exec(this.query)) !== null) {
+ filters.push(match[1])
+ }
+ return filters
+ },
+
+ /**
+ * Applied anti filters
+ * @returns {string[]}
+ */
+ usedFiltersNot() {
+ let match
+ const filters = []
+ while ((match = regexFilterNot.exec(this.query)) !== null) {
+ filters.push(match[1])
+ }
+ return filters
+ },
+
+ /**
+ * Is the current search too short
+ * @returns {boolean}
+ */
+ isShortQuery() {
+ return this.query && this.query.trim().length < minSearchLength
+ },
+
+ /**
+ * Is the current search valid
+ * @returns {boolean}
+ */
+ isValidQuery() {
+ return this.query && this.query.trim() !== '' && !this.isShortQuery
+ },
+
+ /**
+ * Have we reached the end of all types searches
+ * @returns {boolean}
+ */
+ isDoneSearching() {
+ return Object.values(this.reached).every(state => state === false)
+ },
+
+ /**
+ * Is there any search in progress
+ * @returns {boolean}
+ */
+ isLoading() {
+ return Object.values(this.loading).some(state => state === true)
+ },
+ },
+
+ async created() {
+ this.types = await getTypes()
+ this.logger.debug('Unified Search initialized with the following providers', this.types)
+ },
+
+ mounted() {
+ document.addEventListener('keydown', (event) => {
+ // if not already opened, allows us to trigger default browser on second keydown
+ if (event.ctrlKey && event.key === 'f' && !this.open) {
+ event.preventDefault()
+ this.open = true
+ this.focusInput()
+ }
+
+ // https://www.w3.org/WAI/GL/wiki/Using_ARIA_menus
+ if (this.open) {
+ // If arrow down, focus next result
+ if (event.key === 'ArrowDown') {
+ this.focusNext(event)
+ }
+
+ // If arrow up, focus prev result
+ if (event.key === 'ArrowUp') {
+ this.focusPrev(event)
+ }
+ }
+ })
+ },
+
+ methods: {
+ async onOpen() {
+ this.focusInput()
+ // Update types list in the background
+ this.types = await getTypes()
+ },
+ onClose() {
+ emit('nextcloud:unified-search.close')
+ },
+
+ /**
+ * Reset the search state
+ */
+ onReset() {
+ emit('nextcloud:unified-search.reset')
+ this.logger.debug('Search reset')
+ this.query = ''
+ this.resetState()
+ this.focusInput()
+ },
+ async resetState() {
+ this.cursors = {}
+ this.limits = {}
+ this.reached = {}
+ this.results = {}
+ this.focused = null
+ await this.cancelPendingRequests()
+ },
+
+ /**
+ * Cancel any ongoing searches
+ */
+ async cancelPendingRequests() {
+ // Cloning so we can keep processing other requests
+ const requests = this.requests.slice(0)
+ this.requests = []
+
+ // Cancel all pending requests
+ await Promise.all(requests.map(cancel => cancel()))
+ },
+
+ /**
+ * Focus the search input on next tick
+ */
+ focusInput() {
+ this.$nextTick(() => {
+ this.$refs.input.focus()
+ this.$refs.input.select()
+ })
+ },
+
+ /**
+ * If we have results already, open first one
+ * If not, trigger the search again
+ */
+ onInputEnter() {
+ if (this.hasResults) {
+ const results = this.getResultsList()
+ results[0].click()
+ return
+ }
+ this.onInput()
+ },
+
+ /**
+ * Start searching on input
+ */
+ async onInput() {
+ // emit the search query
+ emit('nextcloud:unified-search.search', { query: this.query })
+
+ // Do not search if not long enough
+ if (this.query.trim() === '' || this.isShortQuery) {
+ return
+ }
+
+ let types = this.typesIDs
+ let query = this.query
+
+ // Filter out types
+ if (this.usedFiltersNot.length > 0) {
+ types = this.typesIDs.filter(type => this.usedFiltersNot.indexOf(type) === -1)
+ }
+
+ // Only use those filters if any and check if they are valid
+ if (this.usedFiltersIn.length > 0) {
+ types = this.typesIDs.filter(type => this.usedFiltersIn.indexOf(type) > -1)
+ }
+
+ // Remove any filters from the query
+ query = query.replace(regexFilterIn, '').replace(regexFilterNot, '')
+
+ // Reset search if the query changed
+ await this.resetState()
+ this.$set(this.loading, 'all', true)
+ this.logger.debug(`Searching ${query} in`, types)
+
+ Promise.all(types.map(async type => {
+ try {
+ // Init cancellable request
+ const { request, cancel } = search({ type, query })
+ this.requests.push(cancel)
+
+ // Fetch results
+ const { data } = await request()
+
+ // Process results
+ if (data.ocs.data.entries.length > 0) {
+ this.$set(this.results, type, data.ocs.data.entries)
+ } else {
+ this.$delete(this.results, type)
+ }
+
+ // Save cursor if any
+ if (data.ocs.data.cursor) {
+ this.$set(this.cursors, type, data.ocs.data.cursor)
+ } else if (!data.ocs.data.isPaginated) {
+ // If no cursor and no pagination, we save the default amount
+ // provided by server's initial state `defaultLimit`
+ this.$set(this.limits, type, this.defaultLimit)
+ }
+
+ // Check if we reached end of pagination
+ if (data.ocs.data.entries.length < this.defaultLimit) {
+ this.$set(this.reached, type, true)
+ }
+
+ // If none already focused, focus the first rendered result
+ if (this.focused === null) {
+ this.focused = 0
+ }
+ return REQUEST_OK
+ } catch (error) {
+ this.$delete(this.results, type)
+
+ // If this is not a cancelled throw
+ if (error.response && error.response.status) {
+ this.logger.error(`Error searching for ${this.typesMap[type]}`, error)
+ showError(this.t('core', 'An error occurred while searching for {type}', { type: this.typesMap[type] }))
+ return REQUEST_FAILED
+ }
+ return REQUEST_CANCELED
+ }
+ })).then(results => {
+ // Do not declare loading finished if the request have been cancelled
+ // This means another search was triggered and we're therefore still loading
+ if (results.some(result => result === REQUEST_CANCELED)) {
+ return
+ }
+ // We finished all searches
+ this.loading = {}
+ })
+ },
+ onInputDebounced: debounce(function(e) {
+ this.onInput(e)
+ }, 200),
+
+ /**
+ * Load more results for the provided type
+ * @param {String} type type
+ */
+ async loadMore(type) {
+ // If already loading, ignore
+ if (this.loading[type]) {
+ return
+ }
+
+ if (this.cursors[type]) {
+ // Init cancellable request
+ const { request, cancel } = search({ type, query: this.query, cursor: this.cursors[type] })
+ this.requests.push(cancel)
+
+ // Fetch results
+ const { data } = await request()
+
+ // Save cursor if any
+ if (data.ocs.data.cursor) {
+ this.$set(this.cursors, type, data.ocs.data.cursor)
+ }
+
+ // Process results
+ if (data.ocs.data.entries.length > 0) {
+ this.results[type].push(...data.ocs.data.entries)
+ }
+
+ // Check if we reached end of pagination
+ if (data.ocs.data.entries.length < this.defaultLimit) {
+ this.$set(this.reached, type, true)
+ }
+ } else
+
+ // If no cursor, we might have all the results already,
+ // let's fake pagination and show the next xxx entries
+ if (this.limits[type] && this.limits[type] >= 0) {
+ this.limits[type] += this.defaultLimit
+
+ // Check if we reached end of pagination
+ if (this.limits[type] >= this.results[type].length) {
+ this.$set(this.reached, type, true)
+ }
+ }
+
+ // Focus result after render
+ if (this.focused !== null) {
+ this.$nextTick(() => {
+ this.focusIndex(this.focused)
+ })
+ }
+ },
+
+ /**
+ * Return a subset of the array if the search provider
+ * doesn't supports pagination
+ *
+ * @param {Array} list the results
+ * @param {string} type the type
+ * @returns {Array}
+ */
+ limitIfAny(list, type) {
+ if (type in this.limits) {
+ return list.slice(0, this.limits[type])
+ }
+ return list
+ },
+
+ getResultsList() {
+ return this.$el.querySelectorAll('.unified-search__results .unified-search__result')
+ },
+
+ /**
+ * Focus the first result if any
+ * @param {Event} event the keydown event
+ */
+ focusFirst(event) {
+ const results = this.getResultsList()
+ if (results && results.length > 0) {
+ if (event) {
+ event.preventDefault()
+ }
+ this.focused = 0
+ this.focusIndex(this.focused)
+ }
+ },
+
+ /**
+ * Focus the next result if any
+ * @param {Event} event the keydown event
+ */
+ focusNext(event) {
+ if (this.focused === null) {
+ this.focusFirst(event)
+ return
+ }
+
+ const results = this.getResultsList()
+ // If we're not focusing the last, focus the next one
+ if (results && results.length > 0 && this.focused + 1 < results.length) {
+ event.preventDefault()
+ this.focused++
+ this.focusIndex(this.focused)
+ }
+ },
+
+ /**
+ * Focus the previous result if any
+ * @param {Event} event the keydown event
+ */
+ focusPrev(event) {
+ if (this.focused === null) {
+ this.focusFirst(event)
+ return
+ }
+
+ const results = this.getResultsList()
+ // If we're not focusing the first, focus the previous one
+ if (results && results.length > 0 && this.focused > 0) {
+ event.preventDefault()
+ this.focused--
+ this.focusIndex(this.focused)
+ }
+
+ },
+
+ /**
+ * Focus the specified result index if it exists
+ * @param {number} index the result index
+ */
+ focusIndex(index) {
+ const results = this.getResultsList()
+ if (results && results[index]) {
+ results[index].focus()
+ }
+ },
+
+ /**
+ * Set the current focused element based on the target
+ * @param {Event} event the focus event
+ */
+ setFocusedIndex(event) {
+ const entry = event.target
+ const results = this.getResultsList()
+ const index = [...results].findIndex(search => search === entry)
+ if (index > -1) {
+ // let's not use focusIndex as the entry is already focused
+ this.focused = index
+ }
+ },
+
+ onClickFilter(filter) {
+ this.query = `${this.query} ${filter}`
+ .replace(/ {2}/g, ' ')
+ .trim()
+ this.onInput()
+ },
+ },
+}
+</script>
+
+<style lang="scss" scoped>
+$margin: 10px;
+$input-height: 34px;
+$input-padding: 6px;
+
+.unified-search {
+ &__trigger {
+ width: 20px;
+ height: 20px;
+ }
+
+ &__input-wrapper {
+ position: sticky;
+ // above search results
+ z-index: 2;
+ top: 0;
+ display: inline-flex;
+ align-items: center;
+ width: 100%;
+ background-color: var(--color-main-background);
+ }
+
+ &__filters {
+ margin: $margin / 2 $margin;
+ ul {
+ display: inline-flex;
+ justify-content: space-between;
+ }
+ }
+
+ &__form {
+ position: relative;
+ width: 100%;
+ margin: $margin;
+
+ // Loading spinner
+ &::after {
+ right: $input-padding;
+ left: auto;
+ }
+
+ &-input,
+ &-reset {
+ margin: $input-padding / 2;
+ }
+
+ &-input {
+ width: 100%;
+ height: $input-height;
+ padding: $input-padding;
+
+ &,
+ &[placeholder],
+ &::placeholder {
+ overflow: hidden;
+ white-space: nowrap;
+ text-overflow: ellipsis;
+ }
+
+ // Hide webkit clear search
+ &::-webkit-search-decoration,
+ &::-webkit-search-cancel-button,
+ &::-webkit-search-results-button,
+ &::-webkit-search-results-decoration {
+ -webkit-appearance: none;
+ }
+
+ // Ellipsis earlier if reset button is here
+ .icon-loading-small &,
+ &--with-reset {
+ padding-right: $input-height;
+ }
+ }
+
+ &-reset {
+ position: absolute;
+ top: 0;
+ right: 0;
+ width: $input-height - $input-padding;
+ height: $input-height - $input-padding;
+ padding: 0;
+ opacity: .5;
+ border: none;
+ background-color: transparent;
+ margin-right: 0;
+
+ &:hover,
+ &:focus,
+ &:active {
+ opacity: 1;
+ }
+ }
+ }
+
+ &__filters {
+ margin-right: $margin / 2;
+ }
+
+ &__results {
+ &::before {
+ display: block;
+ margin: $margin;
+ margin-left: $margin + $input-padding;
+ content: attr(aria-label);
+ color: var(--color-primary-element);
+ }
+ }
+
+ .unified-search__result-more::v-deep {
+ color: var(--color-text-maxcontrast);
+ }
+
+ .empty-content {
+ margin: 10vh 0;
+
+ ::v-deep .empty-content__title {
+ font-weight: normal;
+ font-size: var(--default-font-size);
+ padding: 0 15px;
+ text-align: center;
+ }
+ }
+}
+
+</style>
diff --git a/core/strings.php b/core/strings.php
index f59b5c8265a..fa23fb1ac65 100644
--- a/core/strings.php
+++ b/core/strings.php
@@ -1,4 +1,7 @@
<?php
+
+declare(strict_types=1);
+
/**
* @copyright Copyright (c) 2016, ownCloud, Inc.
*
diff --git a/core/templates/403.php b/core/templates/403.php
index 72d5d3e4ae6..1ee3569ed03 100644
--- a/core/templates/403.php
+++ b/core/templates/403.php
@@ -1,6 +1,6 @@
<?php
// @codeCoverageIgnoreStart
-if(!isset($_)) {//standalone page is not supported anymore - redirect to /
+if (!isset($_)) {//standalone page is not supported anymore - redirect to /
require_once '../../lib/base.php';
$urlGenerator = \OC::$server->getURLGenerator();
@@ -11,7 +11,9 @@ if(!isset($_)) {//standalone page is not supported anymore - redirect to /
?>
<ul>
<li class='error'>
- <?php p($l->t( 'Access forbidden' )); ?><br>
- <p class='hint'><?php if(isset($_['message'])) p($_['message'])?></p>
+ <?php p($l->t('Access forbidden')); ?><br>
+ <p class='hint'><?php if (isset($_['message'])) {
+ p($_['message']);
+}?></p>
</li>
</ul>
diff --git a/core/templates/404.php b/core/templates/404.php
index 925059d4750..10c49f34b6c 100644
--- a/core/templates/404.php
+++ b/core/templates/404.php
@@ -1,9 +1,9 @@
<?php
-/** @var $_ array */
-/** @var $l \OCP\IL10N */
-/** @var $theme OCP\Defaults */
+/** @var array $_ */
+/** @var \OCP\IL10N $l */
+/** @var \OCP\Defaults $theme */
// @codeCoverageIgnoreStart
-if(!isset($_)) {//standalone page is not supported anymore - redirect to /
+if (!isset($_)) {//standalone page is not supported anymore - redirect to /
require_once '../../lib/base.php';
$urlGenerator = \OC::$server->getURLGenerator();
diff --git a/core/templates/429.php b/core/templates/429.php
new file mode 100644
index 00000000000..caf8a3675e2
--- /dev/null
+++ b/core/templates/429.php
@@ -0,0 +1,4 @@
+<div class="body-login-container update">
+ <h2><?php p($l->t('Too many requests')); ?></h2>
+ <p class="infogroup"><?php p($l->t('There were too many requests from your network. Retry later or contact your administrator if this is an error.')); ?></p>
+</div>
diff --git a/core/templates/error.php b/core/templates/error.php
index 929e8dd3984..c6f7706edc1 100644
--- a/core/templates/error.php
+++ b/core/templates/error.php
@@ -1,10 +1,10 @@
<div class="error">
<h2><?php p($l->t('Error')) ?></h2>
<ul>
- <?php foreach($_["errors"] as $error):?>
+ <?php foreach ($_["errors"] as $error):?>
<li>
<p><?php p($error['error']) ?></p>
- <?php if(isset($error['hint']) && $error['hint']): ?>
+ <?php if (isset($error['hint']) && $error['hint']): ?>
<p class='hint'><?php p($error['hint']) ?></p>
<?php endif;?>
</li>
diff --git a/core/templates/exception.php b/core/templates/exception.php
index fcfa8687710..c8a26220092 100644
--- a/core/templates/exception.php
+++ b/core/templates/exception.php
@@ -1,8 +1,24 @@
<?php
- /** @var array $_ */
- /** @var \OCP\IL10N $l */
+/** @var array $_ */
+/** @var \OCP\IL10N $l */
style('core', ['styles', 'header']);
+
+function print_exception(Throwable $e, \OCP\IL10N $l): void {
+ print_unescaped('<pre>');
+ p($e->getTraceAsString());
+ print_unescaped('</pre>');
+
+ if ($e->getPrevious() !== null) {
+ print_unescaped('<br />');
+ print_unescaped('<h4>');
+ p($l->t('Previous'));
+ print_unescaped('</h4>');
+
+ print_exception($e->getPrevious(), $l);
+ }
+}
+
?>
<div class="error error-wide">
<h2><?php p($l->t('Internal Server Error')) ?></h2>
@@ -14,7 +30,7 @@ style('core', ['styles', 'header']);
<ul>
<li><?php p($l->t('Remote Address: %s', [$_['remoteAddr']])) ?></li>
<li><?php p($l->t('Request ID: %s', [$_['requestID']])) ?></li>
- <?php if($_['debugMode']): ?>
+ <?php if (isset($_['debugMode']) && $_['debugMode'] === true): ?>
<li><?php p($l->t('Type: %s', [$_['errorClass']])) ?></li>
<li><?php p($l->t('Code: %s', [$_['errorCode']])) ?></li>
<li><?php p($l->t('Message: %s', [$_['errorMsg']])) ?></li>
@@ -23,9 +39,9 @@ style('core', ['styles', 'header']);
<?php endif; ?>
</ul>
- <?php if($_['debugMode']): ?>
+ <?php if (isset($_['debugMode']) && $_['debugMode'] === true): ?>
<br />
<h3><?php p($l->t('Trace')) ?></h3>
- <pre><?php p($_['trace']) ?></pre>
+ <?php print_exception($_['exception'], $l); ?>
<?php endif; ?>
</div>
diff --git a/core/templates/filepicker.html b/core/templates/filepicker.html
index d9382bef029..62dced8cd4d 100644
--- a/core/templates/filepicker.html
+++ b/core/templates/filepicker.html
@@ -1,15 +1,18 @@
<div id="{dialog_name}" title="{title}">
- <span class="dirtree breadcrumb"></span>
- <span class="actions creatable"><a href="#" class="icon icon-add button button-add"></a>
- <nav class="menu popovermenu bubble menu-left newFolderMenu">
- <ul><li>
- <form class="filenameform">
- <input type="text" value={newtext}>
- <input class="icon-confirm" type="submit" value="">
- </form>
- </li></ul>
- </nav>
+ <span class="dirtree breadcrumb">
+ <span class="actions creatable"><a href="#" class="icon icon-add button button-add"></a>
+ <nav class="menu popovermenu bubble menu-left newFolderMenu">
+ <ul><li>
+ <form class="filenameform">
+ <input type="text" value={newtext}>
+ <input class="icon-confirm" type="submit" value="">
+ </form>
+ </li></ul>
+ </nav>
+ </span>
+
</span>
+
<input type="checkbox" class="hidden-visually" id="picker-showgridview" checked="checked" />
<label id="picker-view-toggle" for="picker-showgridview" class="button icon-toggle-filelist"></label>
<div class="filelist-container">
diff --git a/core/templates/installation.php b/core/templates/installation.php
index 25052782e6f..5bdf8b0cc96 100644
--- a/core/templates/installation.php
+++ b/core/templates/installation.php
@@ -1,7 +1,5 @@
<?php
-script('core', [
- 'dist/install'
-]);
+script('core', 'dist/install');
?>
<input type='hidden' id='hasMySQL' value='<?php p($_['hasMySQL']) ?>'>
<input type='hidden' id='hasSQLite' value='<?php p($_['hasSQLite']) ?>'>
@@ -9,12 +7,12 @@ script('core', [
<input type='hidden' id='hasOracle' value='<?php p($_['hasOracle']) ?>'>
<form action="index.php" method="post">
<input type="hidden" name="install" value="true">
- <?php if(count($_['errors']) > 0): ?>
+ <?php if (count($_['errors']) > 0): ?>
<fieldset class="warning">
<legend><strong><?php p($l->t('Error'));?></strong></legend>
- <?php foreach($_['errors'] as $err): ?>
+ <?php foreach ($_['errors'] as $err): ?>
<p>
- <?php if(is_array($err)):?>
+ <?php if (is_array($err)):?>
<?php p($err['error']); ?>
<span class='hint'><?php p($err['hint']); ?></span>
<?php else: ?>
@@ -24,7 +22,7 @@ script('core', [
<?php endforeach; ?>
</fieldset>
<?php endif; ?>
- <?php if(!$_['htaccessWorking']): ?>
+ <?php if (!$_['htaccessWorking']): ?>
<fieldset class="warning">
<legend><strong><?php p($l->t('Security warning'));?></strong></legend>
<p><?php p($l->t('Your data directory and files are probably accessible from the internet because the .htaccess file does not work.'));?><br>
@@ -35,35 +33,35 @@ script('core', [
</fieldset>
<?php endif; ?>
<fieldset id="adminaccount">
- <legend><?php print_unescaped($l->t( 'Create an <strong>admin account</strong>' )); ?></legend>
+ <legend><?php print_unescaped($l->t('Create an <strong>admin account</strong>')); ?></legend>
<p class="grouptop">
<input type="text" name="adminlogin" id="adminlogin"
- placeholder="<?php p($l->t( 'Username' )); ?>"
+ placeholder="<?php p($l->t('Username')); ?>"
value="<?php p($_['adminlogin']); ?>"
autocomplete="off" autocapitalize="none" autocorrect="off" autofocus required>
- <label for="adminlogin" class="infield"><?php p($l->t( 'Username' )); ?></label>
+ <label for="adminlogin" class="infield"><?php p($l->t('Username')); ?></label>
</p>
<p class="groupbottom">
<input type="password" name="adminpass" data-typetoggle="#show" id="adminpass"
- placeholder="<?php p($l->t( 'Password' )); ?>"
+ placeholder="<?php p($l->t('Password')); ?>"
value="<?php p($_['adminpass']); ?>"
autocomplete="off" autocapitalize="none" autocorrect="off" required>
- <label for="adminpass" class="infield"><?php p($l->t( 'Password' )); ?></label>
- <input type="checkbox" id="show" class="hidden-visually" name="show">
- <label for="show" class="hidden-visually"><?php p($l->t( 'Show password')); ?></label>
+ <label for="adminpass" class="infield"><?php p($l->t('Password')); ?></label>
+ <input type="checkbox" id="show" class="hidden-visually" name="show" aria-label="<?php p($l->t('Show password')); ?>">
+ <label for="show"></label>
</p>
</fieldset>
- <?php if(!$_['directoryIsSet'] OR !$_['dbIsSet'] OR count($_['errors']) > 0): ?>
+ <?php if (!$_['directoryIsSet'] or !$_['dbIsSet'] or count($_['errors']) > 0): ?>
<fieldset id="advancedHeader">
- <legend><a id="showAdvanced" tabindex="0" href="#"><?php p($l->t( 'Storage & database' )); ?><img src="<?php print_unescaped(image_path('', 'actions/caret-white.svg')); ?>" /></a></legend>
+ <legend><a id="showAdvanced" tabindex="0" href="#"><?php p($l->t('Storage & database')); ?><img src="<?php print_unescaped(image_path('', 'actions/caret-white.svg')); ?>" /></a></legend>
</fieldset>
<?php endif; ?>
- <?php if(!$_['directoryIsSet'] OR count($_['errors']) > 0): ?>
+ <?php if (!$_['directoryIsSet'] or count($_['errors']) > 0): ?>
<fieldset id="datadirField">
<div id="datadirContent">
- <label for="directory"><?php p($l->t( 'Data folder' )); ?></label>
+ <label for="directory"><?php p($l->t('Data folder')); ?></label>
<input type="text" name="directory" id="directory"
placeholder="<?php p(OC::$SERVERROOT.'/data'); ?>"
value="<?php p($_['directory']); ?>"
@@ -72,19 +70,22 @@ script('core', [
</fieldset>
<?php endif; ?>
- <?php if(!$_['dbIsSet'] OR count($_['errors']) > 0): ?>
+ <?php if (!$_['dbIsSet'] or count($_['errors']) > 0): ?>
<fieldset id='databaseBackend'>
- <?php if($_['hasMySQL'] or $_['hasPostgreSQL'] or $_['hasOracle'])
- $hasOtherDB = true; else $hasOtherDB =false; //other than SQLite ?>
- <legend><?php p($l->t( 'Configure the database' )); ?></legend>
+ <?php if ($_['hasMySQL'] or $_['hasPostgreSQL'] or $_['hasOracle']) {
+ $hasOtherDB = true;
+ } else {
+ $hasOtherDB = false;
+ } //other than SQLite?>
+ <legend><?php p($l->t('Configure the database')); ?></legend>
<div id="selectDbType">
- <?php foreach($_['databases'] as $type => $label): ?>
- <?php if(count($_['databases']) === 1): ?>
+ <?php foreach ($_['databases'] as $type => $label): ?>
+ <?php if (count($_['databases']) === 1): ?>
<p class="info">
- <?php p($l->t( 'Only %s is available.', [$label] )); ?>
- <?php p($l->t( 'Install and activate additional PHP modules to choose other database types.' )); ?><br>
+ <?php p($l->t('Only %s is available.', [$label])); ?>
+ <?php p($l->t('Install and activate additional PHP modules to choose other database types.')); ?><br>
<a href="<?php print_unescaped(link_to_docs('admin-source_install')); ?>" target="_blank" rel="noreferrer noopener">
- <?php p($l->t( 'For more details check out the documentation.' )); ?> ↗</a>
+ <?php p($l->t('For more details check out the documentation.')); ?> ↗</a>
</p>
<input type="hidden" id="dbtype" name="dbtype" value="<?php p($type) ?>">
<?php else: ?>
@@ -96,60 +97,60 @@ script('core', [
</div>
</fieldset>
- <?php if($hasOtherDB): ?>
+ <?php if ($hasOtherDB): ?>
<fieldset id='databaseField'>
<div id="use_other_db">
<p class="grouptop">
- <label for="dbuser" class="infield"><?php p($l->t( 'Database user' )); ?></label>
+ <label for="dbuser" class="infield"><?php p($l->t('Database user')); ?></label>
<input type="text" name="dbuser" id="dbuser"
- placeholder="<?php p($l->t( 'Database user' )); ?>"
+ placeholder="<?php p($l->t('Database user')); ?>"
value="<?php p($_['dbuser']); ?>"
autocomplete="off" autocapitalize="none" autocorrect="off">
</p>
<p class="groupmiddle">
<input type="password" name="dbpass" id="dbpass" data-typetoggle="#dbpassword-toggle"
- placeholder="<?php p($l->t( 'Database password' )); ?>"
+ placeholder="<?php p($l->t('Database password')); ?>"
value="<?php p($_['dbpass']); ?>"
autocomplete="off" autocapitalize="none" autocorrect="off">
- <label for="dbpass" class="infield"><?php p($l->t( 'Database password' )); ?></label>
- <input type="checkbox" id="dbpassword-toggle" class="hidden-visually" name="dbpassword-toggle">
+ <label for="dbpass" class="infield"><?php p($l->t('Database password')); ?></label>
+ <input type="checkbox" id="dbpassword-toggle" class="hidden-visually" name="dbpassword-toggle" aria-label="<?php p($l->t('Show password')); ?>">
<label for="dbpassword-toggle"></label>
</p>
<p class="groupmiddle">
- <label for="dbname" class="infield"><?php p($l->t( 'Database name' )); ?></label>
+ <label for="dbname" class="infield"><?php p($l->t('Database name')); ?></label>
<input type="text" name="dbname" id="dbname"
- placeholder="<?php p($l->t( 'Database name' )); ?>"
+ placeholder="<?php p($l->t('Database name')); ?>"
value="<?php p($_['dbname']); ?>"
autocomplete="off" autocapitalize="none" autocorrect="off"
pattern="[0-9a-zA-Z$_-]+">
</p>
- <?php if($_['hasOracle']): ?>
+ <?php if ($_['hasOracle']): ?>
<div id="use_oracle_db">
<p class="groupmiddle">
- <label for="dbtablespace" class="infield"><?php p($l->t( 'Database tablespace' )); ?></label>
+ <label for="dbtablespace" class="infield"><?php p($l->t('Database tablespace')); ?></label>
<input type="text" name="dbtablespace" id="dbtablespace"
- placeholder="<?php p($l->t( 'Database tablespace' )); ?>"
+ placeholder="<?php p($l->t('Database tablespace')); ?>"
value="<?php p($_['dbtablespace']); ?>"
autocomplete="off" autocapitalize="none" autocorrect="off">
</p>
</div>
<?php endif; ?>
<p class="groupbottom">
- <label for="dbhost" class="infield"><?php p($l->t( 'Database host' )); ?></label>
+ <label for="dbhost" class="infield"><?php p($l->t('Database host')); ?></label>
<input type="text" name="dbhost" id="dbhost"
- placeholder="<?php p($l->t( 'Database host' )); ?>"
+ placeholder="<?php p($l->t('Database host')); ?>"
value="<?php p($_['dbhost']); ?>"
autocomplete="off" autocapitalize="none" autocorrect="off">
</p>
<p class="info">
- <?php p($l->t( 'Please specify the port number along with the host name (e.g., localhost:5432).' )); ?>
+ <?php p($l->t('Please specify the port number along with the host name (e.g., localhost:5432).')); ?>
</p>
</div>
</fieldset>
<?php endif; ?>
<?php endif; ?>
- <?php if(!$_['dbIsSet'] OR count($_['errors']) > 0): ?>
+ <?php if (!$_['dbIsSet'] or count($_['errors']) > 0): ?>
<fieldset id="sqliteInformation" class="warning">
<legend><?php p($l->t('Performance warning'));?></legend>
<p><?php p($l->t('You chose SQLite as database.'));?></p>
@@ -162,15 +163,15 @@ script('core', [
<p class="info">
<input type="checkbox" id="install-recommended-apps" name="install-recommended-apps" class="checkbox checkbox--white" checked>
<label for="install-recommended-apps">
- <?php p($l->t( 'Install recommended apps' )); ?>
- <span><?php p($l->t( 'Calendar, Contacts, Talk, Mail & OnlyOffice' )); ?></span>
+ <?php p($l->t('Install recommended apps')); ?>
+ <span><?php p($l->t('Calendar, Contacts, Talk, Mail & Collaborative editing')); ?></span>
</label>
</p>
</fieldset>
<div class="icon-loading-dark float-spinner">&nbsp;</div>
- <div class="buttons"><input type="submit" class="primary" value="<?php p($l->t( 'Finish setup' )); ?>" data-finishing="<?php p($l->t( 'Finishing …' )); ?>"></div>
+ <div class="buttons"><input type="submit" class="primary" value="<?php p($l->t('Finish setup')); ?>" data-finishing="<?php p($l->t('Finishing …')); ?>"></div>
<p class="info">
<span class="icon-info-white"></span>
diff --git a/core/templates/layout.guest.php b/core/templates/layout.guest.php
index 8ba6b0a42b3..e74f2d8ebbf 100644
--- a/core/templates/layout.guest.php
+++ b/core/templates/layout.guest.php
@@ -30,14 +30,14 @@
<?php }?>
<div class="wrapper">
<div class="v-align">
- <?php if ($_['bodyid'] === 'body-login' ): ?>
+ <?php if ($_['bodyid'] === 'body-login'): ?>
<header role="banner">
<div id="header">
<div class="logo">
<h1 class="hidden-visually">
<?php p($theme->getName()); ?>
</h1>
- <?php if(\OC::$server->getConfig()->getSystemValue('installed', false)
+ <?php if (\OC::$server->getConfig()->getSystemValue('installed', false)
&& \OC::$server->getConfig()->getAppValue('theming', 'logoMime', false)): ?>
<img src="<?php p($theme->getLogo()); ?>"/>
<?php endif; ?>
diff --git a/core/templates/layout.public.php b/core/templates/layout.public.php
index 996b78a922b..f28ccf62450 100644
--- a/core/templates/layout.public.php
+++ b/core/templates/layout.public.php
@@ -15,11 +15,12 @@
<?php } ?>
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
- <meta name="apple-mobile-web-app-title" content="<?php p((!empty($_['application']) && $_['appid']!=='files')? $_['application']:$theme->getTitle()); ?>">
+ <meta name="apple-mobile-web-app-title" content="<?php p((!empty($_['application']) && $_['appid'] !== 'files')? $_['application']:$theme->getTitle()); ?>">
<meta name="mobile-web-app-capable" content="yes">
<meta name="theme-color" content="<?php p($theme->getColorPrimary()); ?>">
<link rel="icon" href="<?php print_unescaped(image_path($_['appid'], 'favicon.ico')); /* IE11+ supports png */ ?>">
<link rel="apple-touch-icon" href="<?php print_unescaped(image_path($_['appid'], 'favicon-touch.png')); ?>">
+ <link rel="apple-touch-icon-precomposed" href="<?php print_unescaped(image_path($_['appid'], 'favicon-touch.png')); ?>">
<link rel="mask-icon" sizes="any" href="<?php print_unescaped(image_path($_['appid'], 'favicon-mask.svg')); ?>" color="<?php p($theme->getColorPrimary()); ?>">
<link rel="manifest" href="<?php print_unescaped(image_path($_['appid'], 'manifest.json')); ?>">
<?php emit_css_loading_tags($_); ?>
@@ -39,34 +40,41 @@
<span id="nextcloud">
<div class="logo logo-icon svg"></div>
<h1 class="header-appname">
- <?php if (isset($template)) { p($template->getHeaderTitle()); } else { p($theme->getName());} ?>
+ <?php if (isset($template) && $template->getHeaderTitle() !== '') { ?>
+ <?php p($template->getHeaderTitle()); ?>
+ <?php } else { ?>
+ <?php p($theme->getName()); ?>
+ <?php } ?>
</h1>
+ <?php if (isset($template) && $template->getHeaderDetails() !== '') { ?>
<div class="header-shared-by">
- <?php if (isset($template)) { p($template->getHeaderDetails()); } ?>
+ <?php p($template->getHeaderDetails()); ?>
</div>
+ <?php } ?>
</span>
</div>
<?php
/** @var \OCP\AppFramework\Http\Template\PublicTemplateResponse $template */
- if(isset($template) && $template->getActionCount() !== 0) {
+ if (isset($template) && $template->getActionCount() !== 0) {
$primary = $template->getPrimaryAction();
- $others = $template->getOtherActions();
- ?>
+ $others = $template->getOtherActions(); ?>
<div class="header-right">
- <span id="header-primary-action" class="<?php if($template->getActionCount() === 1) { p($primary->getIcon()); } ?>">
+ <span id="header-primary-action" class="<?php if ($template->getActionCount() === 1) {
+ p($primary->getIcon());
+ } ?>">
<a href="<?php p($primary->getLink()); ?>" class="primary button">
<span><?php p($primary->getLabel()) ?></span>
</a>
</span>
- <?php if($template->getActionCount() > 1) { ?>
+ <?php if ($template->getActionCount() > 1) { ?>
<div id="header-secondary-action">
<button id="header-actions-toggle" class="menutoggle icon-more-white"></button>
<div id="header-actions-menu" class="popovermenu menu">
<ul>
<?php
/** @var \OCP\AppFramework\Http\Template\IMenuAction $action */
- foreach($others as $action) {
+ foreach ($others as $action) {
print_unescaped($action->render());
}
?>
@@ -75,12 +83,13 @@
</div>
<?php } ?>
</div>
- <?php } ?>
+ <?php
+ } ?>
</header>
<div id="content" class="app-<?php p($_['appid']) ?>" role="main">
<?php print_unescaped($_['content']); ?>
</div>
- <?php if(isset($template) && $template->getFooterVisible()) { ?>
+ <?php if (isset($template) && $template->getFooterVisible()) { ?>
<footer>
<p><?php print_unescaped($theme->getLongFooter()); ?></p>
<?php
diff --git a/core/templates/layout.user.php b/core/templates/layout.user.php
index 7712992c9bf..693a14e4058 100644
--- a/core/templates/layout.user.php
+++ b/core/templates/layout.user.php
@@ -15,11 +15,12 @@
<?php } ?>
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
- <meta name="apple-mobile-web-app-title" content="<?php p((!empty($_['application']) && $_['appid']!='files')? $_['application']:$theme->getTitle()); ?>">
+ <meta name="apple-mobile-web-app-title" content="<?php p((!empty($_['application']) && $_['appid'] != 'files')? $_['application']:$theme->getTitle()); ?>">
<meta name="mobile-web-app-capable" content="yes">
<meta name="theme-color" content="<?php p($theme->getColorPrimary()); ?>">
<link rel="icon" href="<?php print_unescaped(image_path($_['appid'], 'favicon.ico')); /* IE11+ supports png */ ?>">
<link rel="apple-touch-icon" href="<?php print_unescaped(image_path($_['appid'], 'favicon-touch.png')); ?>">
+ <link rel="apple-touch-icon-precomposed" href="<?php print_unescaped(image_path($_['appid'], 'favicon-touch.png')); ?>">
<link rel="mask-icon" sizes="any" href="<?php print_unescaped(image_path($_['appid'], 'favicon-mask.svg')); ?>" color="<?php p($theme->getColorPrimary()); ?>">
<link rel="manifest" href="<?php print_unescaped(image_path($_['appid'], 'manifest.json')); ?>">
<?php emit_css_loading_tags($_); ?>
@@ -56,12 +57,18 @@
<a href="<?php print_unescaped($entry['href']); ?>"
<?php if ($entry['active']): ?> class="active"<?php endif; ?>
aria-label="<?php p($entry['name']); ?>">
- <svg width="20" height="20" viewBox="0 0 20 20" alt="">
- <?php if ($_['themingInvertMenu']) { ?>
- <defs><filter id="invertMenuMain-<?php p($entry['id']); ?>"><feColorMatrix in="SourceGraphic" type="matrix" values="-1 0 0 0 1 0 -1 0 0 1 0 0 -1 0 1 0 0 0 1 0" /></filter></defs>
- <?php } ?>
- <image x="0" y="0" width="20" height="20" preserveAspectRatio="xMinYMin meet"<?php if ($_['themingInvertMenu']) { ?> filter="url(#invertMenuMain-<?php p($entry['id']); ?>)"<?php } ?> xlink:href="<?php print_unescaped($entry['icon'] . '?v=' . $_['versionHash']); ?>" class="app-icon"></image>
+ <svg width="24" height="20" viewBox="0 0 24 20" alt=""<?php if ($entry['unread'] !== 0) { ?> class="has-unread"<?php } ?>>
+ <defs>
+ <?php if ($_['themingInvertMenu']) { ?><filter id="invertMenuMain-<?php p($entry['id']); ?>"><feColorMatrix in="SourceGraphic" type="matrix" values="-1 0 0 0 1 0 -1 0 0 1 0 0 -1 0 1 0 0 0 1 0" /></filter><?php } ?>
+ <mask id="hole">
+ <rect width="100%" height="100%" fill="white"/>
+ <circle r="4.5" cx="21" cy="3" fill="black"/>
+ </mask>
+ </defs>
+ <image x="2" y="0" width="20" height="20" preserveAspectRatio="xMinYMin meet"<?php if ($_['themingInvertMenu']) { ?> filter="url(#invertMenuMain-<?php p($entry['id']); ?>)"<?php } ?> xlink:href="<?php print_unescaped($entry['icon'] . '?v=' . $_['versionHash']); ?>" style="<?php if ($entry['unread'] !== 0) { ?>mask: url("#hole");<?php } ?>" class="app-icon"></image>
+ <circle class="app-icon-notification" r="3" cx="21" cy="3" fill="red"/>
</svg>
+ <div class="unread-counter" aria-hidden="true"><?php p($entry['unread']); ?></div>
<span>
<?php p($entry['name']); ?>
</span>
@@ -81,16 +88,24 @@
<div id="navigation" style="display: none;" aria-label="<?php p($l->t('More apps menu')); ?>">
<div id="apps">
<ul>
- <?php foreach($_['navigation'] as $entry): ?>
+ <?php foreach ($_['navigation'] as $entry): ?>
<li data-id="<?php p($entry['id']); ?>">
<a href="<?php print_unescaped($entry['href']); ?>"
- <?php if( $entry['active'] ): ?> class="active"<?php endif; ?>
+ <?php if ($entry['active']): ?> class="active"<?php endif; ?>
aria-label="<?php p($entry['name']); ?>">
- <svg width="16" height="16" viewBox="0 0 16 16" alt="">
- <defs><filter id="invertMenuMore-<?php p($entry['id']); ?>"><feColorMatrix in="SourceGraphic" type="matrix" values="-1 0 0 0 1 0 -1 0 0 1 0 0 -1 0 1 0 0 0 1 0"></feColorMatrix></filter></defs>
- <image x="0" y="0" width="16" height="16" preserveAspectRatio="xMinYMin meet" filter="url(#invertMenuMore-<?php p($entry['id']); ?>)" xlink:href="<?php print_unescaped($entry['icon'] . '?v=' . $_['versionHash']); ?>" class="app-icon"></image>
+ <svg width="20" height="20" viewBox="0 0 20 20" alt=""<?php if ($entry['unread'] !== 0) { ?> class="has-unread"<?php } ?>>
+ <defs>
+ <filter id="invertMenuMore-<?php p($entry['id']); ?>"><feColorMatrix in="SourceGraphic" type="matrix" values="-1 0 0 0 1 0 -1 0 0 1 0 0 -1 0 1 0 0 0 1 0"></feColorMatrix></filter>
+ <mask id="hole">
+ <rect width="100%" height="100%" fill="white"/>
+ <circle r="4.5" cx="17" cy="3" fill="black"/>
+ </mask>
+ </defs>
+ <image x="0" y="0" width="16" height="16" preserveAspectRatio="xMinYMin meet" filter="url(#invertMenuMore-<?php p($entry['id']); ?>)" xlink:href="<?php print_unescaped($entry['icon'] . '?v=' . $_['versionHash']); ?>" style="<?php if ($entry['unread'] !== 0) { ?>mask: url("#hole");<?php } ?>" class="app-icon"></image>
+ <circle class="app-icon-notification" r="3" cx="17" cy="3" fill="red"/>
</svg>
- <span><?php p($entry['name']); ?></span>
+ <div class="unread-counter" aria-hidden="true"><?php p($entry['unread']); ?></div>
+ <span class="app-title"><?php p($entry['name']); ?></span>
</a>
</li>
<?php endforeach; ?>
@@ -102,15 +117,8 @@
</div>
<div class="header-right">
- <form class="searchbox" action="#" method="post" role="search" novalidate>
- <label for="searchbox" class="hidden-visually">
- <?php p($l->t('Search'));?>
- </label>
- <input id="searchbox" type="search" name="query"
- value="" required class="hidden icon-search-white icon-search-force-white"
- autocomplete="off">
- <button class="icon-close-white" type="reset"><span class="hidden-visually"><?php p($l->t('Reset search'));?></span></button>
- </form>
+ <div id="unified-search"></div>
+ <div id="notifications"></div>
<div id="contactsmenu">
<div class="icon-contacts menutoggle" tabindex="0" role="button"
aria-haspopup="true" aria-controls="contactsmenu-menu" aria-expanded="false">
@@ -123,7 +131,11 @@
<div id="expand" tabindex="0" role="button" class="menutoggle"
aria-label="<?php p($l->t('Settings'));?>"
aria-haspopup="true" aria-controls="expanddiv" aria-expanded="false">
- <div class="avatardiv<?php if ($_['userAvatarSet']) { print_unescaped(' avatardiv-shown'); } else { print_unescaped('" style="display: none'); } ?>">
+ <div class="avatardiv<?php if ($_['userAvatarSet']) {
+ print_unescaped(' avatardiv-shown');
+ } else {
+ print_unescaped('" style="display: none');
+ } ?>">
<?php if ($_['userAvatarSet']): ?>
<img alt="" width="32" height="32"
src="<?php p(\OC::$server->getURLGenerator()->linkToRoute('core.avatar.getAvatar', ['userId' => $_['user_uid'], 'size' => 32, 'v' => $_['userAvatarVersion']]));?>"
@@ -136,10 +148,10 @@
<nav class="settings-menu" id="expanddiv" style="display:none;"
aria-label="<?php p($l->t('Settings menu'));?>">
<ul>
- <?php foreach($_['settingsnavigation'] as $entry):?>
+ <?php foreach ($_['settingsnavigation'] as $entry):?>
<li data-id="<?php p($entry['id']); ?>">
<a href="<?php print_unescaped($entry['href']); ?>"
- <?php if( $entry["active"] ): ?> class="active"<?php endif; ?>>
+ <?php if ($entry["active"]): ?> class="active"<?php endif; ?>>
<img alt="" src="<?php print_unescaped($entry['icon'] . '?v=' . $_['versionHash']); ?>">
<?php p($entry['name']) ?>
</a>
@@ -152,7 +164,7 @@
</header>
<div id="sudo-login-background" class="hidden"></div>
- <form id="sudo-login-form" class="hidden">
+ <form id="sudo-login-form" class="hidden" method="POST">
<label>
<?php p($l->t('This action requires you to confirm your password')); ?><br/>
<input type="password" class="question" autocomplete="new-password" name="question" value=" <?php /* Hack against browsers ignoring autocomplete="off" */ ?>"
diff --git a/core/templates/login.php b/core/templates/login.php
index 9c6a81fe1ea..eab2ee4c604 100644
--- a/core/templates/login.php
+++ b/core/templates/login.php
@@ -1,4 +1,4 @@
-<?php /** @var $l \OCP\IL10N */ ?>
+<?php /** @var \OCP\IL10N $l */ ?>
<?php
script('core', 'dist/login');
?>
@@ -6,8 +6,8 @@ script('core', 'dist/login');
<div id="login"></div>
<?php if (!empty($_['alt_login'])) { ?>
- <div id="alternative-logins">
- <?php foreach($_['alt_login'] as $login): ?>
+ <div id="alternative-logins" class="alternative-logins">
+ <?php foreach ($_['alt_login'] as $login): ?>
<a class="button <?php p($login['style'] ?? ''); ?>" href="<?php print_unescaped($login['href']); ?>" >
<?php p($login['name']); ?>
</a>
diff --git a/core/templates/loginflow/authpicker.php b/core/templates/loginflow/authpicker.php
index 890e0b186d9..edcc5565d16 100644
--- a/core/templates/loginflow/authpicker.php
+++ b/core/templates/loginflow/authpicker.php
@@ -31,15 +31,19 @@ $urlGenerator = $_['urlGenerator'];
<h2><?php p($l->t('Connect to your account')) ?></h2>
<p class="info">
<?php print_unescaped($l->t('Please log in before granting %1$s access to your %2$s account.', [
- '<strong>' . \OCP\Util::sanitizeHTML($_['client']) . '</strong>',
- \OCP\Util::sanitizeHTML($_['instanceName'])
- ])) ?>
+ '<strong>' . \OCP\Util::sanitizeHTML($_['client']) . '</strong>',
+ \OCP\Util::sanitizeHTML($_['instanceName'])
+ ])) ?>
+ </p>
+
+ <p class="info">
+ <?php print_unescaped($l->t('If you are not trying to set up a new device or app, someone is trying to trick you into granting them access to your data. In this case do not proceed and instead contact your system administrator.')) ?>
</p>
<br/>
<p id="redirect-link">
- <a href="<?php p($urlGenerator->linkToRouteAbsolute('core.ClientFlowLogin.grantPage', ['stateToken' => $_['stateToken'], 'clientIdentifier' => $_['clientIdentifier'], 'oauthState' => $_['oauthState']])) ?>">
+ <a href="<?php p($urlGenerator->linkToRoute('core.ClientFlowLogin.grantPage', ['stateToken' => $_['stateToken'], 'clientIdentifier' => $_['clientIdentifier'], 'oauthState' => $_['oauthState']])) ?>">
<input type="submit" class="login primary icon-confirm-white" value="<?php p($l->t('Log in')) ?>">
</a>
</p>
@@ -59,6 +63,6 @@ $urlGenerator = $_['urlGenerator'];
</form>
</div>
-<?php if(empty($_['oauthState'])): ?>
+<?php if (empty($_['oauthState'])): ?>
<a id="app-token-login" class="warning" href="#"><?php p($l->t('Alternative log in using app token')) ?></a>
<?php endif; ?>
diff --git a/core/templates/loginflow/grant.php b/core/templates/loginflow/grant.php
index 2321d3714f3..0f1b9235a89 100644
--- a/core/templates/loginflow/grant.php
+++ b/core/templates/loginflow/grant.php
@@ -31,9 +31,9 @@ $urlGenerator = $_['urlGenerator'];
<h2><?php p($l->t('Account access')) ?></h2>
<p class="info">
<?php print_unescaped($l->t('You are about to grant %1$s access to your %2$s account.', [
- '<strong>' . \OCP\Util::sanitizeHTML($_['client']) . '</strong>',
- \OCP\Util::sanitizeHTML($_['instanceName'])
- ])) ?>
+ '<strong>' . \OCP\Util::sanitizeHTML($_['client']) . '</strong>',
+ \OCP\Util::sanitizeHTML($_['instanceName'])
+ ])) ?>
</p>
<br/>
diff --git a/core/templates/loginflowv2/authpicker.php b/core/templates/loginflowv2/authpicker.php
index 79462eec8dc..a32787f22b8 100644
--- a/core/templates/loginflowv2/authpicker.php
+++ b/core/templates/loginflowv2/authpicker.php
@@ -30,9 +30,13 @@ $urlGenerator = $_['urlGenerator'];
<h2><?php p($l->t('Connect to your account')) ?></h2>
<p class="info">
<?php print_unescaped($l->t('Please log in before granting %1$s access to your %2$s account.', [
- '<strong>' . \OCP\Util::sanitizeHTML($_['client']) . '</strong>',
- \OCP\Util::sanitizeHTML($_['instanceName'])
- ])) ?>
+ '<strong>' . \OCP\Util::sanitizeHTML($_['client']) . '</strong>',
+ \OCP\Util::sanitizeHTML($_['instanceName'])
+ ])) ?>
+ </p>
+
+ <p class="info">
+ <?php print_unescaped($l->t('If you are not trying to set up a new device or app, someone is trying to trick you into granting them access to your data. In this case do not proceed and instead contact your system administrator.')) ?>
</p>
<br/>
diff --git a/core/templates/loginflowv2/grant.php b/core/templates/loginflowv2/grant.php
index c8ea22dca8b..b036d33ad7c 100644
--- a/core/templates/loginflowv2/grant.php
+++ b/core/templates/loginflowv2/grant.php
@@ -31,9 +31,9 @@ $urlGenerator = $_['urlGenerator'];
<h2><?php p($l->t('Account access')) ?></h2>
<p class="info">
<?php print_unescaped($l->t('You are about to grant %1$s access to your %2$s account.', [
- '<strong>' . \OCP\Util::sanitizeHTML($_['client']) . '</strong>',
- \OCP\Util::sanitizeHTML($_['instanceName'])
- ])) ?>
+ '<strong>' . \OCP\Util::sanitizeHTML($_['client']) . '</strong>',
+ \OCP\Util::sanitizeHTML($_['instanceName'])
+ ])) ?>
</p>
<br/>
diff --git a/core/templates/publicshareauth.php b/core/templates/publicshareauth.php
index 22e22622291..96c5bc89111 100644
--- a/core/templates/publicshareauth.php
+++ b/core/templates/publicshareauth.php
@@ -1,6 +1,6 @@
<?php
- /** @var $_ array */
- /** @var $l \OCP\IL10N */
+ /** @var array $_ */
+ /** @var \OCP\IL10N $l */
style('core', 'guest');
style('core', 'publicshareauth');
script('core', 'publicshareauth');
diff --git a/core/templates/twofactorselectchallenge.php b/core/templates/twofactorselectchallenge.php
index 830b82b0415..e815fa16631 100644
--- a/core/templates/twofactorselectchallenge.php
+++ b/core/templates/twofactorselectchallenge.php
@@ -61,7 +61,7 @@ $noProviders = empty($_['providers']);
<?php endif ?>
<?php if (!is_null($_['backupProvider'])): ?>
<p>
- <a class="<?php if($noProviders): ?>button primary two-factor-primary<?php else: ?>two-factor-secondary<?php endif ?>" href="<?php p(\OC::$server->getURLGenerator()->linkToRoute('core.TwoFactorChallenge.showChallenge',
+ <a class="<?php if ($noProviders): ?>button primary two-factor-primary<?php else: ?>two-factor-secondary<?php endif ?>" href="<?php p(\OC::$server->getURLGenerator()->linkToRoute('core.TwoFactorChallenge.showChallenge',
[
'challengeProviderId' => $_['backupProvider']->getId(),
'redirect_url' => $_['redirect_url'],
diff --git a/core/templates/twofactorsetupchallenge.php b/core/templates/twofactorsetupchallenge.php
index a5b8b44f049..ea6a1e62f6e 100644
--- a/core/templates/twofactorsetupchallenge.php
+++ b/core/templates/twofactorsetupchallenge.php
@@ -1,9 +1,9 @@
<?php
-/** @var $l \OCP\IL10N */
-/** @var $_ array */
-/* @var $provider OCP\Authentication\TwoFactorAuth\IProvider */
+/** @var \OCP\IL10N $l */
+/** @var array $_ */
+/** @var \OCP\Authentication\TwoFactorAuth\IProvider $provider */
$provider = $_['provider'];
-/* @var $template string */
+/* @var string $template */
$template = $_['template'];
?>
diff --git a/core/templates/twofactorshowchallenge.php b/core/templates/twofactorshowchallenge.php
index 3e789c7490d..9be36fe13a2 100644
--- a/core/templates/twofactorshowchallenge.php
+++ b/core/templates/twofactorshowchallenge.php
@@ -1,7 +1,7 @@
<?php
-/** @var $l \OCP\IL10N */
-/** @var $_ array */
-/* @var $error boolean */
+/** @var \OCP\IL10N $l */
+/** @var array $_*/
+/** @var boolean $error */
$error = $_['error'];
/* @var $error_message string */
$error_message = $_['error_message'];
@@ -14,7 +14,7 @@ $template = $_['template'];
<div class="body-login-container update two-factor">
<h2 class="two-factor-header"><?php p($provider->getDisplayName()); ?></h2>
<?php if ($error): ?>
- <?php if($error_message): ?>
+ <?php if ($error_message): ?>
<p><strong><?php p($error_message); ?></strong></p>
<?php else: ?>
<p><strong><?php p($l->t('Error while validating your second factor')); ?></strong></p>
diff --git a/core/templates/untrustedDomain.php b/core/templates/untrustedDomain.php
index 7de4ff78f30..75054106ab2 100644
--- a/core/templates/untrustedDomain.php
+++ b/core/templates/untrustedDomain.php
@@ -1,4 +1,4 @@
-<?php /** @var $_ array */ ?>
+<?php /** @var array $_ */ ?>
<div class="error">
<h2><?php p($l->t('Access through untrusted domain')); ?></h2>
diff --git a/core/templates/update.admin.php b/core/templates/update.admin.php
index 4a010c025be..b285a7296bf 100644
--- a/core/templates/update.admin.php
+++ b/core/templates/update.admin.php
@@ -8,7 +8,7 @@
<?php } ?>
<?php if (!empty($_['appsToUpgrade'])) { ?>
<div class="infogroup">
- <span><?php p($l->t('These apps will be updated:')); ?></span>
+ <span><?php p($l->t('The following apps will be updated:')); ?></span>
<ul class="content appList">
<?php foreach ($_['appsToUpgrade'] as $appInfo) { ?>
<li><?php p($appInfo['name']) ?> (<?php p($appInfo['id']) ?>)</li>
@@ -49,7 +49,7 @@
<p id="update-progress-message-error" class="hidden"></p>
<ul id="update-progress-message-warnings" class="hidden"></ul>
<p id="update-progress-message"></p>
- <a class="update-show-detailed"><?php p($l->t( 'Detailed logs' )); ?> <span class="icon-caret-white"></span></a>
+ <a class="update-show-detailed"><?php p($l->t('Detailed logs')); ?> <span class="icon-caret-white"></span></a>
<div id="update-progress-detailed" class="hidden"></div>
</div>
</div>
diff --git a/core/templates/update.use-cli.php b/core/templates/update.use-cli.php
index 30f4169a1db..6e6d19483db 100644
--- a/core/templates/update.use-cli.php
+++ b/core/templates/update.use-cli.php
@@ -3,10 +3,10 @@
<h2 class="title"><?php p($l->t('Update needed')) ?></h2>
<div class="infogroup">
<?php if ($_['tooBig']) {
- p($l->t('Please use the command line updater because you have a big instance with more than 50 users.'));
- } else {
- p($l->t('Please use the command line updater because automatic updating is disabled in the config.php.'));
- } ?><br><br>
+ p($l->t('Please use the command line updater because you have a big instance with more than 50 users.'));
+} else {
+ p($l->t('Please use the command line updater because automatic updating is disabled in the config.php.'));
+} ?><br><br>
<?php
print_unescaped($l->t('For help, see the <a target="_blank" rel="noreferrer noopener" href="%s">documentation</a>.', [link_to_docs('admin-cli-upgrade')])); ?><br><br>
</div>
@@ -14,8 +14,8 @@
<?php if ($_['tooBig']) { ?>
<div class="warning updateAnyways">
- <p><?php p($l->t('I know that if I continue doing the update via web UI has the risk, that the request runs into a timeout and could cause data loss, but I have a backup and know how to restore my instance in case of a failure.' )); ?></p>
- <a href="?IKnowThatThisIsABigInstanceAndTheUpdateRequestCouldRunIntoATimeoutAndHowToRestoreABackup=IAmSuperSureToDoThis" class="button updateAnywaysButton"><?php p($l->t('Upgrade via web on my own risk' )); ?></a>
+ <p><?php p($l->t('I know that if I continue doing the update via web UI has the risk, that the request runs into a timeout and could cause data loss, but I have a backup and know how to restore my instance in case of a failure.')); ?></p>
+ <a href="?IKnowThatThisIsABigInstanceAndTheUpdateRequestCouldRunIntoATimeoutAndHowToRestoreABackup=IAmSuperSureToDoThis" class="button updateAnywaysButton"><?php p($l->t('Upgrade via web on my own risk')); ?></a>
</div>
<?php } ?>
diff --git a/core/webpack.js b/core/webpack.js
index 94d9c019fff..9c501ede414 100644
--- a/core/webpack.js
+++ b/core/webpack.js
@@ -1,43 +1,76 @@
+/**
+ * @copyright Copyright (c) 2016 John Molakvoæ <skjnldsv@protonmail.com>
+ *
+ * @author Christoph Wurst <christoph@winzerhof-wurst.at>
+ * @author John Molakvoæ <skjnldsv@protonmail.com>
+ * @author Julius Härtl <jus@bitgrid.net>
+ * @author Roeland Jago Douma <roeland@famdouma.nl>
+ *
+ * @license GNU AGPL version 3 or any later version
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Affero General Public License as
+ * published by the Free Software Foundation, either version 3 of the
+ * License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Affero General Public License for more details.
+ *
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ *
+ */
+
const path = require('path')
const webpack = require('webpack')
module.exports = [
{
entry: {
+ files_client: path.join(__dirname, 'src/files/client.js'),
+ files_fileinfo: path.join(__dirname, 'src/files/fileinfo.js'),
+ files_iedavclient: path.join(__dirname, 'src/files/iedavclient.js'),
+ install: path.join(__dirname, 'src/install.js'),
login: path.join(__dirname, 'src/login.js'),
main: path.join(__dirname, 'src/main.js'),
maintenance: path.join(__dirname, 'src/maintenance.js'),
recommendedapps: path.join(__dirname, 'src/recommendedapps.js'),
- install: path.join(__dirname, 'src/install.js')
+ 'unified-search': path.join(__dirname, 'src/unified-search.js'),
},
output: {
filename: '[name].js',
path: path.resolve(__dirname, 'js/dist'),
- jsonpFunction: 'webpackJsonpCore'
+ jsonpFunction: 'webpackJsonpCore',
},
module: {
rules: [
{
test: /davclient/,
- use: 'exports-loader?dav'
- }
- ]
+ loader: 'exports-loader',
+ options: {
+ type: 'commonjs',
+ exports: 'dav',
+ },
+ },
+ ],
},
plugins: [
new webpack.ProvidePlugin({
- '_': "underscore",
- $: "jquery",
- jQuery: "jquery"
- })
- ]
+ _: 'underscore',
+ $: 'jquery',
+ jQuery: 'jquery',
+ }),
+ ],
},
{
entry: {
- systemtags: path.resolve(__dirname, 'js/systemtags/merged-systemtags.js')
+ systemtags: path.resolve(__dirname, 'src/systemtags/merged-systemtags.js'),
},
output: {
filename: '[name].js',
- path: path.resolve(__dirname, 'js/dist')
- }
- }
+ path: path.resolve(__dirname, 'js/dist'),
+ },
+ },
]